From 29c074cc6762cae92960582dc98fe7c084a678d1 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 23 Mar 2023 11:53:25 -0600 Subject: [PATCH 01/48] new empty test files --- tests/urbanopt_ditto_reader/reader/test_read.py | 0 tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/urbanopt_ditto_reader/reader/test_read.py create mode 100644 tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py diff --git a/tests/urbanopt_ditto_reader/reader/test_read.py b/tests/urbanopt_ditto_reader/reader/test_read.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py b/tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py new file mode 100644 index 0000000..e69de29 From 1879685a2051a6bf293e875ea953f6317c7f65ed Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 23 Mar 2023 11:53:50 -0600 Subject: [PATCH 02/48] new empty github actions ci config file --- .github/workflows/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..e69de29 From 3b8ea695352af08d26d069be565f2272c5ce6caa Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 23 Mar 2023 12:24:29 -0600 Subject: [PATCH 03/48] update release instructions for new package style --- .pre-commit-config.yaml | 4 +++- README.md | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad9dc7f..5045db0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,8 @@ repos: rev: v4.4.0 hooks: - id: check-ast + - id: check-added-large-files + args: ['--maxkb=2000'] - id: end-of-file-fixer - id: trailing-whitespace - id: check-toml @@ -25,7 +27,7 @@ repos: - repo: https://github.com/psf/black rev: 23.1.0 hooks: - - id: black-jupyter + - id: black-jupyter - repo: https://github.com/charliermarsh/ruff-pre-commit rev: 'v0.0.258' hooks: diff --git a/README.md b/README.md index ecb71e6..518741b 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,17 @@ If either start_time and end_time are invalid or set to None, the simulation wil - Create & activate your favorite venv in the repo (I prefer pyenv for [mac/linux](https://github.com/pyenv/pyenv#installation) or [windows](https://github.com/pyenv-win/pyenv-win#installation), and the [virtualenv plugin](https://github.com/pyenv/pyenv-virtualenv)) - Activate pre-commit (only once, after making a new venv): `pre-commit install` - Runs automatically on your staged changes before every commit -- Update pip and setuptools: `pip install -U pip setuptools .` +- Update pip and setuptools: `pip install -U pip setuptools` - Install the respository with developer dependencies: `pip install -e .[dev]` - To check all files, run `pre-commit run --all-files` - Settings and documentation links for pre-commit and ruff are in .pre-commit-config.yaml and pyproject.toml -## Publish Package +# Releasing +Follow the [PyPA guidance](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives) as of April 2, 2022 -- update version in setup.py +Roughly: +- update version in pyproject.toml - make a release on GitHub -- make the package: `python setup.py sdist` +- make the package: `python -m build` - install twine `pip install twine` - upload to pypi: `twine upload dist/*` From bbba444beaf0993fc33fc51e5766f7bf19e61142 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 28 Mar 2023 09:51:00 -0600 Subject: [PATCH 04/48] add .ruff_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8fe6a61..d7e767f 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,7 @@ venv.bak/ # IDE settings .vscode/ +.ruff_cache # Spyder project settings .spyderproject From 864b6336fedc422dbbaa458d16c6d918d611f5ea Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 28 Mar 2023 09:51:51 -0600 Subject: [PATCH 05/48] add newline at end of changelog file --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5150111..191934e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,4 +98,4 @@ Date: 3/31/2020 # Version 0.1.0 Date: 3/31/2020 -- Initial Release of the URBANopt DiTTo Reader \ No newline at end of file +- Initial Release of the URBANopt DiTTo Reader From 9cfaf26296cad19007eaad3a39f1bafc1e737146 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:19:47 -0600 Subject: [PATCH 06/48] add rnm output for testing --- .../run/baseline_scenario/rnm-us/inputs.zip | Bin 0 -> 1935376 bytes .../results/GeoJSON/Distribution_system.json | 77 + .../results/OpenDSS/dss_files/BusCoord.dss | 39 + .../results/OpenDSS/dss_files/Capacitors.dss | 3 + .../results/OpenDSS/dss_files/Dummy.dss | 0 .../results/OpenDSS/dss_files/Generators.dss | 0 .../OpenDSS/dss_files/GeneratorsShapes.dss | 0 .../results/OpenDSS/dss_files/LineCodes.dss | 88 + .../results/OpenDSS/dss_files/LineCoord.txt | 20 + .../results/OpenDSS/dss_files/Lines.dss | 20 + .../results/OpenDSS/dss_files/Loads.dss | 13 + .../results/OpenDSS/dss_files/LoadsShapes.dss | 13 + .../results/OpenDSS/dss_files/Master.dss | 18 + .../results/OpenDSS/dss_files/RunDSS.dss | 9 + .../OpenDSS/dss_files/SwitchingDevices.dss | 20 + .../OpenDSS/dss_files/Transformers.dss | 5 + .../results/OpenDSS/profiles/load_10_28_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_10_28_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_11_0_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_11_0_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_12_20_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_12_20_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_13_4_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_13_4_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_1_27_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_1_27_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_2_0_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_2_0_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_3_14_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_3_14_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_4_3_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_4_3_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_5_0_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_5_0_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_6_8_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_6_8_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_7_7_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_7_7_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_8_10_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_8_10_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_9_13_p.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_9_13_q.csv | 8760 ++++++++++++++++ .../results/OpenDSS/profiles/load_C0_p.csv | 1 + .../results/OpenDSS/profiles/load_C0_q.csv | 1 + .../results/OpenDSS/profiles/load_C1_p.csv | 1 + .../results/OpenDSS/profiles/load_C1_q.csv | 1 + .../results/OpenDSS/profiles/load_C2_p.csv | 1 + .../results/OpenDSS/profiles/load_C2_q.csv | 1 + .../results/OpenDSS/profiles/load_DT0LV_p.csv | 1 + .../results/OpenDSS/profiles/load_DT0LV_q.csv | 1 + .../results/OpenDSS/profiles/load_DT0_p.csv | 1 + .../results/OpenDSS/profiles/load_DT0_q.csv | 1 + .../results/OpenDSS/profiles/load_DT1LV_p.csv | 1 + .../results/OpenDSS/profiles/load_DT1LV_q.csv | 1 + .../results/OpenDSS/profiles/load_DT1_p.csv | 1 + .../results/OpenDSS/profiles/load_DT1_q.csv | 1 + .../results/OpenDSS/profiles/load_DT2LV_p.csv | 1 + .../results/OpenDSS/profiles/load_DT2LV_q.csv | 1 + .../results/OpenDSS/profiles/load_DT2_p.csv | 1 + .../results/OpenDSS/profiles/load_DT2_q.csv | 1 + .../results/OpenDSS/profiles/load_DT3LV_p.csv | 1 + .../results/OpenDSS/profiles/load_DT3LV_q.csv | 1 + .../results/OpenDSS/profiles/load_DT3_p.csv | 1 + .../results/OpenDSS/profiles/load_DT3_q.csv | 1 + .../OpenDSS/profiles/load_ST_MAT_p.csv | 1 + .../OpenDSS/profiles/load_ST_MAT_q.csv | 1 + ...c6-7f2b-400c-a683-528d02f140f6_12.47_p.csv | 1 + ...c6-7f2b-400c-a683-528d02f140f6_12.47_q.csv | 1 + .../rnm-us/results/Shapefiles/Capacitor_N.csv | 4 + .../rnm-us/results/Shapefiles/Capacitor_N.dbf | Bin 0 -> 636 bytes .../rnm-us/results/Shapefiles/Capacitor_N.shp | Bin 0 -> 184 bytes .../rnm-us/results/Shapefiles/Capacitor_N.shx | Bin 0 -> 124 bytes .../rnm-us/results/Shapefiles/Consumer_N.csv | 14 + .../rnm-us/results/Shapefiles/Consumer_N.dbf | Bin 0 -> 2524 bytes .../rnm-us/results/Shapefiles/Consumer_N.shp | Bin 0 -> 464 bytes .../rnm-us/results/Shapefiles/Consumer_N.shx | Bin 0 -> 204 bytes .../results/Shapefiles/DistribTransf_N.dbf | Bin 0 -> 302 bytes .../results/Shapefiles/DistribTransf_N.shp | Bin 0 -> 212 bytes .../results/Shapefiles/DistribTransf_N.shx | Bin 0 -> 132 bytes .../rnm-us/results/Shapefiles/DummyNode.csv | 11 + .../rnm-us/results/Shapefiles/DummyNode.dbf | Bin 0 -> 1630 bytes .../rnm-us/results/Shapefiles/DummyNode.shp | Bin 0 -> 380 bytes .../rnm-us/results/Shapefiles/DummyNode.shx | Bin 0 -> 180 bytes .../results/Shapefiles/HVMVSubstation.dbf | Bin 0 -> 154 bytes .../results/Shapefiles/HVMVSubstation.shp | Bin 0 -> 128 bytes .../results/Shapefiles/HVMVSubstation.shx | Bin 0 -> 108 bytes .../rnm-us/results/Shapefiles/Line_N.csv | 21 + .../rnm-us/results/Shapefiles/Line_N.dbf | Bin 0 -> 7522 bytes .../rnm-us/results/Shapefiles/Line_N.shp | Bin 0 -> 4372 bytes .../rnm-us/results/Shapefiles/Line_N.shx | Bin 0 -> 260 bytes .../results/Shapefiles/StreetMap_branches.csv | 332 + .../results/Shapefiles/StreetMap_branches.dbf | Bin 0 -> 26909 bytes .../results/Shapefiles/StreetMap_branches.shp | Bin 0 -> 29228 bytes .../results/Shapefiles/StreetMap_branches.shx | Bin 0 -> 2748 bytes .../results/Shapefiles/StreetMap_nodes.csv | 309 + .../results/Shapefiles/StreetMap_nodes.dbf | Bin 0 -> 24782 bytes .../results/Shapefiles/StreetMap_nodes.shp | Bin 0 -> 8724 bytes .../results/Shapefiles/StreetMap_nodes.shx | Bin 0 -> 2564 bytes .../results/Shapefiles/SwitchingDevice_N.dbf | Bin 0 -> 4786 bytes .../results/Shapefiles/SwitchingDevice_N.shp | Bin 0 -> 1860 bytes .../results/Shapefiles/SwitchingDevice_N.shx | Bin 0 -> 260 bytes .../rnm-us/results/Shapefiles/Transformer.csv | 2 + .../rnm-us/results/Shapefiles/Transformer.dbf | Bin 0 -> 538 bytes .../rnm-us/results/Shapefiles/Transformer.shp | Bin 0 -> 188 bytes .../rnm-us/results/Shapefiles/Transformer.shx | Bin 0 -> 108 bytes .../results/Shapefiles/Transformer_N.csv | 5 + .../results/Shapefiles/Transformer_N.dbf | Bin 0 -> 1062 bytes .../results/Shapefiles/Transformer_N.shp | Bin 0 -> 452 bytes .../results/Shapefiles/Transformer_N.shx | Bin 0 -> 132 bytes .../rnm-us/results/Summary/Summary.json | 90 + .../baseline_scenario/rnm-us/timestamps.csv | 25 + .../rnm-us/timestamps_extendido.csv | 8761 +++++++++++++++++ 112 files changed, 237685 insertions(+) create mode 100644 example/run/baseline_scenario/rnm-us/inputs.zip create mode 100644 example/run/baseline_scenario/rnm-us/results/GeoJSON/Distribution_system.json create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/BusCoord.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Capacitors.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Dummy.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Generators.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/GeneratorsShapes.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCodes.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCoord.txt create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Lines.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Loads.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LoadsShapes.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Master.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/RunDSS.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/SwitchingDevices.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Transformers.dss create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_p.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_q.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DistribTransf_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DistribTransf_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DistribTransf_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.csv create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.dbf create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.shp create mode 100644 example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.shx create mode 100644 example/run/baseline_scenario/rnm-us/results/Summary/Summary.json create mode 100644 example/run/baseline_scenario/rnm-us/timestamps.csv create mode 100644 example/run/baseline_scenario/rnm-us/timestamps_extendido.csv diff --git a/example/run/baseline_scenario/rnm-us/inputs.zip b/example/run/baseline_scenario/rnm-us/inputs.zip new file mode 100644 index 0000000000000000000000000000000000000000..523e2e3e3a5568c5505a8d60f8f9ec703d374caa GIT binary patch literal 1935376 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�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¬i)20J;63B} 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�_EL`aK3YZMVz7%tzw&=>oxYx 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 _-3J#>Be8Dz>D%w;&VqHX0_*C>fBn-{lDDvKY*D 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�CpxgV4e^N;Q|dC}Ywn`?B>2zQJt-4SQ04I;oD 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%0D0+B8peK0NRW(o$k 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 z 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�a@PI+?@-h6FMNTIfv z;|>r0>i3(Ld_c3V2(!Et1(i^_j{E&HMzFDSANTp95{B{(?B|*N)Skv3A|aUhTD)a_ zoVeI!Qd$p=n4Ee*c+SrT4vHYr7BXqPwqU?GqhF}lhPUR1JmN4PTf1!pSU%ZSjdxuj zd%@|+<$82%040wi_lzSq@??O{t2Mj7{cyc|H;Tq-q`EEPAT!O z-Y&_vxteyCjG_>QR&nWslcSCun@ZF=oa$~jPE?-ySE4E343BLeZc3ax+2cT=I$bd8 z)GEq-HBfc7PxM^)n`bsS;&!63{rpnJaoUG0(LS$1G+N_Je&Y`dSY!er&j?IGd4 zRHwOR^zX0#KG*4HBOyFgWYahXW_VCUFWOp(SoIuzM2?}N_1^32Mv1V|V2F2h!jQ3K zk(=DqGeXzJ=!8AZ5dcZ5izbZ%dq$ zWCR2pjRK*+aMYDB%2z*0>~{ly+F*n;Gs7>IGkP~l4?u(x-88OO0c>r~?JXeW*aL28 zP)M124K=#ZxNVP^2-@+elRC2c40T&<9k(jkUn2jI<-#OuS04Bho zDH>TXfEw#ffufkkdxOUC6kbi#g}vTTSt(MV@dAR7@bB0Jx}XG3BvusE&=-z?2o>PG z6B;ljrn2f9Sa*_#1`Rio?(1rHA-N&tNcEO?ui^r<*^^0J_t6!3Hp6712KMFyO|27E zTGMHo4}_NXc&F}NPu5S0MsqWo^lNf#$($D~uziz0V9%tTmWOkqj*2q`>pi)rM~gI8 z-GihyJ}L0kZpNi^Udft#U7=Q#%tBC#^^k&PplE!j%UH+5cKy+NgqYn_?P7EP-oZNR^b?;f%!05}Dbf1f_;oz9)ms zJaR*WahIkw=srM|{TO^vllFj0NhVwR%(iYs`~83oo_FlUjEp0cEOybW&o|OKNUmxB z^*VbJACl0BEBd>YlIQY{cslCA>=G+lc~b9oC$I?)&%ivk^WAjgaGSH~#g!#SwTi;} zX7l{YU$Iq$MIWqVl%z5iGkqNYG6uIXJtt9F` z2cVhhNL+wU%#{6fsqW?}--#H*PICeF*qvywxawyw1LOj43WXJGRZ|XxZqGIX zhl(nKWmP}7$dP>d_0FfmWKoy>X*j=eVRp&6+u++z5xa4 z+$xjNJfOFK;Wmh^S+)?_mWVb5EAA*e*_`Y#I(7!+?*J?5|e)YPX~gY-(rp5obQ&*`s|^;|p7q$NxUM#HV}O2zRog z@s(j1EwWZ_=*)JC-1TupQ*j(Z*Y-p&J_)+4&vAStBGJ58OWE-Nmh7GY@Q>G#9d{t| z{+*Db*M1wW+}+d2r0Q8})SsI{dWTOlM&?6O)}H2-9IE%zczN++7^7n+fbVt0EFXjY z)hQB13wx^GRfQWkmw=X))-cICoX?tL$c5gvxTV+lV&5UthDK@&w;-RRAv5fe7$0{h6C}t;{HiRNtLMs0UlU57k?vJZ!Wrp=o2MMpNqv0W z=JV+1=pj+&*}B%=`BQbH7(Sq_PAR!G%7j?q+^gNYD$$RS@d>;9de|m?5}(faQY2ev z=tJvH{`wNh)sYO&wZ7H{2ibfkuJ8Ed$zT{e;fN#n`bgp)84J<=XM!dKi?47AwhnoS zKJwY3pT6F8z~ziMO=9le;hg3R^oV}+^ll?DO;7&8)+dN-)@me#D1CxGtR;cYzn3^* z{ipZn__EvY`N!fnJldlgcVZ%l1!QLmqxij_{KjX`xKgAfoaAhiBBp^QuD<_CQF56I zADOAWI1AxTLw>D&TRVbnE1oSM;(TjKiA{Tg0AE$f10yfu@l4|3Z=P+zEhOMw+d2OV z@AFd)w3NRPLL8i7F4#S{)y*vS2vDW*%G@v|+mSHcWaWjM3+_B~`^MQWhu^$8~j-7aX%4LTJmei#1c^ zY`7~gNFv&pfwB(R8vwn>Io`G86YiT4MzT4m7#Dn++hnz{#0y(?BIoQYV>OtWDA>nr zOE6aHK`bE@>@6kP?)eKwaxrMQx=maOH~!~?`hKSesQQdem(;-N5|%QPo~b8|mU&%T z?jwqvqkB~^Nr$byVfA-Mf8Jz$chI6ltGRCV*P!b~{Xp<;tXD?ESwCfqbC~EcNY%~N z84qUGx6xgF(yK3*%lzf_~HF?haJ|tZnmx?)tcWX#bkmw()TDP zeNd+JIP_bnYA2qw9+$kixya;ryWN~l(A!L~FEX7IaYMs$|W&jj3=JBM8Q82+SY9N9r}hT5?=j^O8F6=0bG-}$0Iv1 z!I2>6OAMkZj5t&OvV7>g7aT3H=GOTS#sNI91bCx86C+ z1Y9XL5kUUPJnL6@iwDPAL{7CLf!=tutRvM)Cy-n{TD)KaGL|W8ru?_S3P5P4jH6{* zgFs$@?Y5u&u*EOD(qTg$cyMlQ*~!n0=MOJMB0rVM&)%eZ<4l&+Es})833%seWO?m- z#7Cc?KTc||#I1SEWb^ygr6WYuxI>${+wO5CxgKk~I_|oXOaj^0&3VP6?Xuk=uAwdI zng+{VT`gOneeUynT(;dP4x@3UzosUGw-Dyb(L#k~%AJ@z0w_}91P7{UpX76|p!|fV z(m2i3l7WV5G0|Ri61F5nzebxMy0lPR?UVaU=;s?M0Y;v`hgB|>{pqw>Ee(e^&)L&i zfXZd&tTe-zq_B-v9dg5*kBBgaI*)s<{#R*HTRlP5*M4MKqJVk!$#;LHu6!7z>Q)Wi z&W@sfyD{^eCl7$fT{2>lJK_cU4%hHVWatQD)XJ;w^^-*2XiuKjcJW9sHg$|F(Q-b% zJyo#}^V0U^QamXwW}LZqu9qD^^6c)6Y+VWA-9uV-Hu8N1%`Fq5XCvQNKG0k1X=+=4 z>i&ppYQTLZ#4DG6XfLE70^Z1<=rlZ;k>m)73j%H5Da)d6svSjvdbcj=6|Ygf z$&W6Qes%f2gW&ZSkDxJ#7ohm_6YB4?%DoJbh{sXIs_X7h5wFdV6WrH#%hyhV`jjbb z`c>^5nVy^ohF369_C?*r)(?3c5f9%hjwZ6SjaACB&KR1>qCRq~!1Ml|=Hg?Wu z06{>$zf4WtDRT9XV<00()*ZHFgb5N7Vl44_L+XvJB90XhnCk@S7{WMub51>eTF}~hd!PMJ-Dd}( z2Z``5-|lF}hVJFFI)D#*_$?BjBWzba&m|_fKL4$a0p?YX#>1;Uf1)a$Gh0Q|neTel zI2z*_H(79IudY=@%L57lCVwv5M!C&TG6&-h=AeXYva*?1`!4DuY<8a2bw-b>H5mX` z)J9=o;=Pr`a1Jq+Z$ioxt{N zds}vH>$8#1lh}2L5qf~)gj=qA0n=Ml16I4&K(Lu?UI<<5-`Z^dXD{9VbO)!dvQ$fK z(;jm$Iq@wl(-p3sNx&Y(0?&$4v)+tb>cuL=>$|PdqkiqNe$Gg=7cxia+1HVE^1C3| z5>KUH_$w=VS1e7li}oFemy~v%qp0dli`~<+wI%u7V9|~b)4%@Io3ecfnYUX(j`#|2 zAj{NweuZ;eY3(qrZmC|s?QwA8fYVvG^Xu4}A@fe2 zX%On|ARIZ!E?C|(`F;L`oTwwpaxpT|!rqZ)rDzXF(jMmQnMoveW)Le|QcybP2x75; zXz!|!qeKSMcHq1PV4lv4Kc{EQPRf^lkU$22;9Ur^{VEW z3Iv-D-c)t7MESDg&y85}?uf;>j?j|mk)N+1+L55My5pW#T;jw}0lLpWa@l?*SLW*` z*B2t7X{xvRN775`Y|!exF|^7z^$bO12V)XnOWb_+fVSjL?D0^6Zj20)6LIL3JUY>1 z+Q4vC6Uh^)EH(->;>(S*bs@s}HpO$-Eiluv-xlxb;$==a5Rqr$THYm zgdijngapFYyI+*UY6LCn9`j9mqnSAqhxLw@Wx{4dbB=ZgQ<|vVs#@CqNPh6IE*sgI zO5K*|iu3I_2nW>Ng`XcjSeZm&mv%?5a*V zR>4A@|G(JuSYJF6w0T$d>Nh=Xvn9>R>8&%iKqgUq-7IZ!ypN#Gj4K;TCq%^-Vw zu}i$JOFz6KxEit`g)G;R)&JuDR8K}*Mmu&UWc^I(QV(csi_hLy%_}|hh+Z^*hpR@F zb0x&&QZdz47fafELyUX*YzYZh`-9^_F){!fXmQ`>3ibQGjizEr&<~!V%mY!N za7H9hnzS3yg$S%1iZ7-VL@e@UCWoQ=;?(eI5tBSW)B;_Ox&(@HgR`qVuh@6TvS%2^f`VO9j zj0b_Gt!{PjJwnxXTI~=c>!kB6Yt`;Iqn3#83I5~F>*KqC_D@WQsiGEGph`zmY2J_i z)I8sDp3->&!ECW9qy=~~=Ya_C_)CBw3a8VIhEFA5n%Tw@guK8|A_cv?{^3>W5knb; z)_wbZI{>!oD#4R9KN*TG#Pf*QON*>y=P+6_ai#7-{5 z2Ao7Rbkyr~Pnh>gIXN3Qm2J1Er20+|9Uh^i9)O6RjE{I^<`w)1%8CN|_L{z+Bfb6c z?zY5x)6();fz2Fk46xXq9{+v6UcIH&xG*1g>3Vwr9zS9?wQH(L*2Q{H1EhWzh52R& z;Ars57tWEQ#DOHfhU1nhh>_FN%)&C14uN}7oE$;NH|^p==G5klO*K*1O(4sa1iY;` z+Z5hA_Xzh*E}PUT@&cve(`&p1Q{uDqQnu~h^I~6!eEX3$K(BFAJk<5xTke-tA8yJs zbJZ4023ek+Y!4oB$cR=V|BVp~nM!cG?&cMj*zDEqmr$?H3)AjAS)1bseTU0NqL5td ztcmNCIda)(J&k5*51(ANB(fM6+jidUm~PaEaj+`u41N^^Gyvdscbcw5(V0e$>%DAu zgj_gz$wREmW=-ZVEW+#TQTOoY>;#AJBcND?XfP&*EW>Mpp!)c^rCP-jW%G)Udwo{p z`4N?&X};36*Qol@Jv#Q$n*iC7RTEt+p=NnUVjZF%vB>_1<>mj$T2d4C%mgE0_l}H| zccZ2)i^Zo7x696CF&5uXcWPl$P?Ku0G~x9TSBGt!f$J4vstsJV?1s3HT0YzFBcBvY zZloqRyX-v^sd>E*+ie*R;k9LQa-h<(>diO<-iK|2_Z2F>`J5Y533?uI5fp$3=R5h3$sfw$$F z9Iw<%P81SCoc?RiMFS`IRx_0OJXZ*XkO`cb;ln2taN~7w9PMWWLG`d0lH6F9M_&=E zdSodafdS} z3olRn*cOi5MXISWx%XfqR}cW-;(YTaAe181qA-*ba0od;B;2gAW@>&u;6s7GWA|K} zK-8Tq7@)jsK<;SHoKqZSt|XPPvTui}R7=7&2y7R5ixSH_Ad*9)q{+@ad4Gr|oPhbx zXZSu|i=wKUh{7KfjO@7ccIDx&D|DHh)GyL8rg%Bl;b-i@5k&&eN<+A3U$!t*6tZ`m zc?SWgi(?43lK9gT#75ff%kCre3vR1KfXqa^nLCnc zi9nEtm?psda^*svpi4U|ge>*M4S(U2C1ucQ)dk#NdDorpu3m(%Gl2S(umOXlF;T)Y zS?Z~Z)4KsCi1s!ec|y3qG88e=a!y{->}c{~r|~0u6L5zw;AY6D z5ZUNTM?Y{0WB1yHRMG@U)s|X)YV*2z6P-dga-hI^b^5UH_>5(qL`ibAx`)E+?B)$i z=0dZDVY-*Vb2EaTdmi23&*|Q)`U9zrwxr&!LgCngj(*_$XoCpd>6i=0eS$FszVUSP z=AsQ!^(&@}@Lj9p&?`!K`6ky5^qN>y80l4)VnhM3=bh;nnpK&=cV#(j7x!AYGiZ

H4?dXM_u0ZN_#k|} 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≻scJYJnJQY#6_l?OnENVyG{u+uP8&D;C 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 z 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%0A@8Fo33WXkh2N$WW$9G2tedfO9HDF4A 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

(=V&aWyPkqVbpLPnI&92dmt z4P;xEL${JneuE&UJ|`@chAKQ&gSC((D9tX0)96p zXsb=1`FjdoM$ZTs z_FXwd?!UY60C2>{<4JLOjimSn(P>zdwA@wv+d)s0hG4+=m>^)bKOZ_)h--lnk56_d zqt=W%r(B>O`aGkIBVBK=Fuk&a8Kvg2bB9)nLx0DKKt`jQ}c5PQo+uns_9QpE&{8 zir)XHm(vp{h|#Pmt_S`?Sc>uJI~fo7f@i#_j()VZBB^G*;$q$enp1!Fm<$QUJ9Jzv zPa>27+%sP40R#eNzb^b~8%4eRhWJfTGqfL|)>)$?jzvR>dn4I)#)os!j);-YoEvjQ zV2B^mE4-3VW(fOG`b_3H!Hb!XaPeqA^1d7<(_yJ}&7P>$a+XY)Q(7E>L(dlDWV0PN zDMrR}7k`Kz+XJRAZy%SyfSZ}iGRFg6pqK@&SfD9QjI@p6@fx27?3z}@^ZeZQ*&VzE z252m4L0RuoeisrA^z59IBUVqrB(B-p1s@nk{Hr=4;GJ&BML5tqS6ne(wrrX!XSZpA zL6P4WYdHmZ+*--@*oTM5pw%PSeao6>;+1M|jt#tLzq1`4x>wB0KAjxnb>-(D(p=4b zE`1Z3BXE#Ea5laC5F>QB!3pWI-3HXiz|H7w?QrLg-Xrt%W#+d7pnx=l0iDZ%bDzA? z*N1=-M8M--38q5(s#8@cFfC2gIPW7l$j?T{amG|NoLb`<^T; z^4hjqIWr{@EYd8R3VGvldS~ezJD{-edsArc;ZZ)ZE3Frh*(SFVM@Wl21>Bk) zd@#-m*V0xRC%q|}#?I2_eM`v%!LfT8D1f{>4xGo*qVkT&BHsJg1e#fWa4x@7_&N07 z8iy$c>(hPKCe#Umqn~RI<+l8e+@7sXVpFuGaTt?3mJ==@!_$&7Sc-*#Y6AIWX-L-{h+x5DGo$%UhPCL#5I37x{HK-MQRIyH&IM{;7&l*&HG3xo&+mS+E1vMyI{ol^ zW#vLiIb%Y(o@L3_mWGOME7vj+UWdXbnIbNq)yQn(b`DghQD4Fmpg;7~8}WGAn0!5fwq156 z_-icc$K6IezMl@x5o#q$lY_|20S}s#{Ve843>-RmxDP-5uhe*0{V|pLx z2|PDfR#d#b*-V0wYT`~GWr4xr`?o*^+g*5@yaI}-@@$ai$rQn40!g4?eGx&*tG8cB zS5WmVCDO75OFrt1-caEChdspfYG1#g^tH!PKOUwoI~EuYY{RpXP&|(jIW#U`>lC{F zWJ0ggBnCs}OlSJ`UgMLI!>!4<6sbOq0XK*2wQEjQGw9d;CvY^|j^Q3GA5}1iCVjSB z+reB07n|g5CMDdx+HCGsu-6&RL+ca)0q?JO)?K+J^M&!$pj3N%gRpL*))?K0(G`;B zaygnz!nmVQziksLPdqy6|CE!65xZlkq4Pc~v0Wpc!Qh4GcP6e?vVNNZQMq3R$&`dB z0LKJTmM0|_6W8ZER}D#QM!L>s{1Rip!zm^V6gEkInFOLF7pefW9Rhi$$9gxA9l1~L zSL0Ch@M}$Y-_mA_M>oK@?)2`hka16WQCU0_?7$N&JoLt4pSp6FN$sPcTdV^TURI7t zO&k>ko3xz7RZdMJFRA1qlLUWJj$DTh8djh@%}bXlJzA*v!LANFife`8%ovL$ z-ltHJW5o;W`tCU{hWxPj$r%+OF)Xn}y4LA`>F>MV*yaQXpzg`Vr&Q~ZXHQ-F@Fw0r(PQ}>qbHV!RWv_~Ew021WL{`V_6V?)xZkE&a~PWxCCf&GYBQN3MhhrkaE zf9^zJmtv1-^B^%D`F1M^=o=VG@39qoDug>srK8q!0mmkz?lWIkNbQNoS1zxZA3>(o z52HLG;E3_CGym0->!H2DU^~Q0ot`0r4&9NqAKg&)O%ZtCZGpa)jq}^oy|X(Y9FzCNp-CnpVy%e>Sg zbzagrSnK#QtX*ZEX)du|uPQRLAQBN4J-QY^@}W?l7K zJj=*C6ul}jec_QQ-xsle3?X;Yo|reD?;0lxV=CwQZ4ff5KO))RS6vFS6@hKq=&;Dg znKeTh#>bt17?)40zAkA625!2RZ3*cUGq5py?rnkn6Gr8I_I=aoqp2|UZF%clLw95@ zPfZea3pljYh1(8b05w3$zdIVU?jsGdb_FZ^gBFCz-W8ZWIapQ_Y_xT{<~b<2fT^-s z9ipo;QqQI7!O?|C&V6$GULeUdP4Bl1t)L#9l7vN#18?gHO@GM~@3Zz7E3~xx3`Xdw z&Q4GY4wpJ4P`nkOYY_d`Fj;|AICNP=AVUJRlUe~tqx5#rHXPNqBTVTL! z34$ti)@!FkIJH+}#+vn(iKCV<7)wXtE=L5f=Dv~X)v`dIbMT8-3C5Eo>>QgmMdia1 zhWk(svpnX+4D}pm4M_g1?qCFFFFCe6bS_wZ5LEdn*#djFR#J+VB%)El9xpR3G+8s`~pK{K+>!Nyg`|eaK4$6zy zxqu2D-IbuY%%S}2N`|0Gyu|ACpZBqw9q|_&^D_psP=;^(S_>p{hhXYYV&b>vc_Ki~ z%o$!o6ALMxtB#WB3>($rIbDGThgXM-tyNdhAi_y_j#*Ih+A&C9xbh@Z@mq9)n$5kQ z1NAdECo!%Om^#4IeJ{Y7g&kjk`ujS9OYY}Jl465^gGcdvSAv~eIw7hhAmWgrUq+#b zn4u*Z+K-5fn1=+D?}+g@M-40QBTTo53>}kqrw4-Wb~w;=+3Wl))MLr?ezcxb{lHc2L-rlZg$B@c3i3GnNT< z)W!fu!+ePcx^%M5YorHRdzKR7jeqhPU17BVJS0YXN{K2rX^!AM;_BLOg*|gnkSkUm zs%nM>x_~5i*pmwgh(l$Rpn$plipZ=y5sf@4g^jORAePrz1 z6C`GhNuYji`<&92WU1&iB_O)OCOvfiA00|w_M;XCE7}_1NZ6qN@IXl8=##F%Lp`>f zos1nV!5JsEBonVq98XH2FQ6K{x?1H_Cr2QhtcUHDm_Y)PQE_pBC%=hc4l05SY z6L(ac{xKV~J2?_4ddg97!d!v*-s9fY$@0w(5b)V;0!s_O3K>u@S9(|hv7>;smB87U z#gVEr&eU0^CyD!tG9u95f&POT^3GICY%E?Kn#zu;kntY|}87Y~bX9w|#*BhavJa^$La!v}3Fz?L6Gmv}Vtr4nSEez0rmwVO7WPZvxIu&Be za=ih?xEd@n&b7Ba*o8J?jIk+4gpP5qIcz`r26cyvdt9}UQSHBNy!t(a-VvbNautz~ z?7qN0=n({7DO$BNaGbHyre=xW_JELr|K7`<{F#DnykwPE+cEPKZGR`cRn+ihhXK$i z60a1Og7ea{pX+D!AhMuOdA<)%_{$S#ZFO{4LSLJSQk>!{VlM+te9uj12wm~DcV&~S zE&UO)Mc-Fu;~$lz#sj!@Pl+zUHG-qX1SlyAqeC)uXroKc;7~c~>YryfP=zFS8P$$P zhcPqOO{RL8u-?NQ=%FRg;8B8;H(J^}Wf5@%wj@4Dw=9j8oCrZPR1eFeyJA~QtPW*_ zCud2f(LbWxtaA4WDLSdH_0}b7@-4~f7pt+L@$*jl3@puhvnOCGAxbjPZq! zZ4%eAKt_Buux=;u0bIi$1re3usayLMClM!+KV@!7c6g+>U;~WV7`t4l5fDI4zqB^Q zo$i^EDF~#F%_VUH{6HvxnP8xzlp7?e5Taw-D(M&PuqxINc((*5;7Q_%3WTFT4G_dz z!!WGVGIybo+Bj~&$NcQ@y5EPvqF z4)TPxPrZKC`zB53{lJ3M4a>ha?t!*~;MwrN+dxkQKHyt0torXXm>d(K+8K5ChtzrhR zWA1Iir9YcN_m497s2})o;Kx=?&6qWb&JTScZ zv&L72fkQi2I*8xvLz6sOs-LA+ERxAxb{vWr-x`wcK#!*0bqM-Ct%g^11ipWxBx?DC z#83&hPg+IEhmifuQjS8zSrib#MY9K4RGR__9iwqDz0Dx{D1f7X72NC|ZK7 z#y~4;y{Zd8;)cv^1yGHpu#zTT)?*12{fY;19ea>@j9@r`zOk^#tAkbr3e zOM3j4q1V&)9jAmeg4a)#x;a5zgivGb!lVm^xf6R(SKPF2ac)~FRbgTrPB`M^*fnJa zJb{DsryN_$^iCgDH=Jf;%_N?{aFjqc+BtO2tl_dM^oKktj_>{cC65YJxxg$);XJVz z2|~wBny9oaOCQ;)bb|%2!zm`P9$eEKaFMlHQ?Sl^Mqr_4 z%4_P*d`&g8WUPKVJ>;|6HUeK z`YRC;_Ul!YmG6U-<4A}8V}7Zt??gqe?}L+F0r>Oxw8Z&SLJ$!V@y&R5Rks;6y92g(A#Z-~+lhrSKs<1bryxW+7yY~dgG#Q|;>}ntzkI+fzet%)`dsj$AAI+y?q5#YZ?w7 zqk42MQf;NzxbA5#-sdcwW)MWIZc*@s6IYW07cRN%g8NaK95UP1Ex_Xftx*H5d4|cT8Dhr{bwX$&$FHr}yTL z<**RNkP@S81^#*J4h#0YK2&VKyP z%&yQ`*Z67F$uqHN;K8q)_1Gm$>MhF=7aZeW}Ky6oWjf=W8es7*s<-jg{}-(&_R1xvbP)LYk>FE#6{ z6_4HI@=OiYj6`ad={@1DpM*U*Gg-3iRe}S{b%!aBqV^b@k8)up0QAC)nQM=~CfzIb z?Y)Q2vNNCf=Rb`>sQM<7v+c#|9XfySp$gR8GM4#7yy+_T&{+?iis$@JB}p1}O`iK# zciB?5{|?p+@UQe8lt4i;%YhRMnC>6~VW+legt~97;Ag@V-|y<~vz-e^_?A?|=9V#S zdl!y1cV8Ek*OPaoSDm?d)65-?>{)y-dV<=rov%9OCQG`gN=;}yxdo_hNQ84-Pmbd! zh8H=q`6YkyHR4O=1Fks=jzBQ~85Iw;FOpQLs!IQyicf|$ac_x;f=J}fTE&yNLxPzZ zwj6tf^j3FLRtZ^3%>YAd@%zAP*&wc9)uKnax(KAQ#ufn`ygb-8pon0>br#Vae zb%xGidC4{t@s|Nn0!R{+UT{*U+)QFbi5VWxFz{zO-g@U4jzIBxQlS-?mtRbsS96V^ zEH&s<2lY&R|D&Q0DnI9Cjt^e$W7L@{G7a|O+P~8N*_1fHnb6OgioQLj)EWyj>%5>D zE}V*Z*q&O6bF;*)N#BwAjNPMLcNwDL=$tIuQrDlgYL+T%)|#iSGG)LX5Lk^QrJhBV z&G5>PJ+fXc1rcTAd+<^*l`o_L#jC((%s6GkQmWq}0$y8inH9a6HZ#RnaCwp+Zg)Ys zux3EzsZmxEGR(HF!f;cRvaxa6re<*y+52Q(!39%UEVpTA@cdVWbo#LFf&j$gbK_kd zEnzg60(DSI36`?DK)-4uj;jlA)ULioDDP+apgJ69SqoY!a1ESdZV#N5R@`Oiztz;~ z3=K81*(^hktQojxht5?Z3G{1nlDREDWIU{?3|Uc}=nS&!vlZ;6-GwC|z7-S8Xg3B- zek)9sn*NT!v0yZtyLzr%blog9?Fqufs(hpfP=c{VS zoo7xAnvqW|v9&9RJC(mW=B}nk)pdEr zu(IxQ8pszUzHHGdS4$w6?g@4)m8_v0SFc&i74BaDmuzNbec%|o8NVwq6z6ao3(V3% zMy}X((i3D-RTSC2dZ~v-6fXVx%$x()K3(j(;ZIYbnMxAY@x2MjRgQFGG12*vJT%U> zlI+1n*w?hAv`6=adTT6d=(9XH88=i%N9EsY13BufP}F&ITa97mxccT(($zqXrxB41 zq&-C$GI7kU=Gr2o+_xYb&j+(Nm9geD&rzrqJ4c8PZ`_ts%OY(ReqAb9f%fDo^0&SMUlCX1k1ksgHy@2NwPWDdPq+wk+v|(BZ zhq90A=eDgLEd#jIVC%QMxsHV6=z@Pr%SK`}KT=w|i%d^@WJphT?lV%#`P3AJS0qb% zw22}!xbz_NMhSB^5z1To9tP(=E-CR{ay^`}a%0*2->6x@4*R0Zk1l{=n?&7#cy;Z4 z2>YyD9BV4XacuMBK_`)1$Mx*#<@;_!L*UqKuCuzE0>X>ES7^c7Ve723)q2jdlY1E` z=h-sZB#C7^*VjJ5tzSuNc(rTtEI~vl?p_&MJ38~?z?u8B6tQ#DJ@0LSJ7t7;g=Dce z;?Zk{m;3xB5N(d&^?m2~FWv3q+pAAj2WX#=(@lmFw=7KWlV;}bh^xvrGWN$NDulyj z?O}?uB(*S5#fm}!FI}HU=bz!H-KAaR#soaAZ!68+DvT+Bx>3?E6JP5|sEbXq z@!Wbe@vEejA}ZgX{j#t;+vb$Y?i8(_fo6@sk}WM(*ETut6rF!;DR)@)ERY88M@BuA z8hLgMpf*d_rh(W+)uOu3a)cPlIMwgyH}>@MFvobJ#okm6+%KOvA#|^Y2Y5Q;g7{uy zni80;_w4z>Y!U|-UH=}U9Ewsu!>YM6a}ghMSHhLzl7`AozeleV?7d7?WvZanym(Q! zp5})z9nqm=X41HkIyGhB=}4};E;-uvi+5#GS6EORNHERIeDA8?5}i!&1CX7i+jC|y z@=Ngilql+HaE7&8b4@67JWKKX5S|8c^5W^*2?i}z)`ZTN4kex#O`hbFjYu?Q5nxbw z4r%eqvbH|&b94lvmw+c`-(5jVt`kE}p?Hrlqw5H}Kg%9tmnR;<&tr?3msj;yT#BY; zV*3UfaP9_w6GM>SlZi&pETSeTvN(H2m7)7MFZmF04mFx}URI6PBb^v|YEB!N=cQ9B zwheLJYDqm!qpC{kvy#20xTYXnvnuDF3SM(J73NvFAzh2sH6`#oZcFPe=` z1p%TbDdO7gI7AxigC1iZVUJlooxE(5yVH2NqpAod$PV+B-`P&Kdi*Z%I*H4^FaZs!Wppi&DSVl&6wPC8Pi z43w(#sxitFDV~j3%jRrgV9Jhp)S(4Lm_^%hf~ps*HE0O|tBYbQi*O#Owe9EYxe2sg zd1dP&4H&9bM9*34f@2hL+=z93Japz$@!a&v3AqzlIfCWcWeP!SV6+`0E!zU?`^CVF zS(w(~%4#C0$urFMftMkWloJ^R|L%t#+q11M!x#^Bd8#^j6Ack>g zsuXD!z>ogxjK7M8=+0wvGFiCtz1}-x+`^MlDye2whn{{!1B$0|BaEPYn~%)os;x6- zLm9DunYE`IS9uSQu)51#;L!EK2urK6==sE!vogP^cRV1EbH6NiH3!LAC*CX7CBcs$ zxm1;R?zX%;XTBNNUhJHCoej%U2{)nY*1Lzx?J1y#zfCITJvHh-XI=-`( zwJ&~O{Lc)`Z1@bIu^3Xevrn{mM(RI4DQi&J6}xMPRbv|{-DL>=hEQBL=jL!<;W8VL z9~r_?*U_%ra*%sfDKzUXfd^Z48R*j$OmuBn?UZmkT4o2eVWo4Jftj~`SUNwoBYxYb zJ($M#?)$NqHVHVi0Zg;Gm*IRAGr>va;2zoL&iLy09u)XCtB!S^TVFyFB1LJl5@(48 za35E}rHRz3Xh?#Ny6B9cp9Bf-nipd-MUnHgSAEHBs&X~uJ}a-l#61!yNrqLY^uz$b zeFca1ku}5@ef-hOo;=9!h43@;i0U4(hVk++*+hNz-A<$<}7}SvdaGdJs|G3 z@41u3SB2fqqO^6AgC~37Vim^y*edwm{GvW!N;><55odd50uJI4mCgB`f=QoBLh;Ah z$ErSA6OIoa#kbFis{Op{qI1KjU`==12W!(TIiWtbMxBF8vW0G-eXurSC#NXepWY;I z-ZlQ7n4PikjtXrz5Xr7cPaOZF0?ZztvZun1K`GRRd=gKdW$6f zc|JvEk|Sz1kRmhuYj%*{&)pgrCLtQDkv~P|nHXbqtc@l-Yh^+PGHS;<5*2RM9I(KR z%)$9jVKQc=O&Gq8GQdf5{Aj@nb{d6L?k$CbVLq)+6)F54A-iuWSV|9j_>Ws9THQvI z`}A@`U)W`;IAhi_9aA7Z3Yj^xw(_-$|I#hCpxTsVK}YN-SGvY4ad}zx zRPIYpl=qGoi?qoLeb;V9nQno5kNsOt-Sdq9Eu;2mUujMqJXUGd96Te@YJiy6r{J{t zA&QaZQ5|{kipCx-p+!;g#Y&>Pm#z>{FbaW)v%}=)tiXxbS&qm=OUKLP!!t$3S%-0q z{_yqzAM!0U?Zi-sVpamT8FPk{6~GGj{g zccC}cOBYF~CEVJMthR^;?k8cWRmmJiV+OAyd(!3rIrAlCq))FedCC-V#*dFQbjlVRTJoK|p!MKd1fnxbj@sQSnW%{4 z;;G09i&S{X146o_t0$2QMPu7j%rJ@Q?Kuzrn0gLTY&lf-dpFErEYg1^rt(qa=-QMP z>D{`rahigTIeD&~5m9q6L70ms{5X?1k;b4=k=h;cRi`uH@i23fXL)5DJi^Q!8Ol_V z4XqZQRu3!8_nVVrBo_6ok4Zvl3uy1iJNFd!hl)~5nv>D{@9Um<{MTSmiLwcM&WDSP zWd-6zKGJs_ZbIEcI$KXJdE|;Ff86>!xFng=RXtlc3ePt}8LuzJ8Mz=pzW%=a1@Cd0 zl}};><1er&_Q@S7A5u&ra@Z%G;JAOHagXed{xDFEP_0|uuo$(B>3YISJ*E|iLu9`` z)Bg@u$x@>D$0V7SMny;i!Qp)NDmec#Q}ioer|QtJ@Z!xKEAmuk15f6N>Cq?mBvRKd z_@1R135bw5&N69Ltnif}ji@hx?A@6?F}F(gvr^yHuyoLz1X%A-6zP<0?*0xFS2u6xFq9=OD8j#4E-0w)nn$sx< zkLi`#X-BNeiRb}Cp5Hg@2`H3A?d#%+)k;pwSAFt?X!)LXItrqqJ67m)ww@if=!&IV zgYKeY}cWlY^dI^t@t*R|&e=vt~ef0!U=H z&F*!_IPu^*;8V+R3!{kBnY=aldrAdeTj943{`*LJ7140LRo5r)>`^H!-_mRfm3#zIaqp` z`vL0TpY$#JLbEplz?($mA3+HBjE*`NgKy|68@bL%bmr4mjU&-a4cHJ|EfuGgseNe= zEbV;^bNr(cF>em;<^7en^`f$q`RVU?-`4kl^u2I|&?~)P-W8c0j^jl7eSgm_FI`8) zu^%y@#Vcf{H9h)Veo6F~(H?rklmBdmrNVuqdQ6r9Z4G$^>S}!ppsC-x$E3I3Ikx~+ ze?hBYuPd!v=>1W)e#}JPvJ8uUnsbVI?58il##r}B4&CRiBs6jtoJCXV*@b&cVKAQJ zHNA;jM<&g^fLwilM(;zr?Es%l`-~QHg(T_RHplqH z13AfREJQTHhlf_Q!eA_v>V6ZmP|61AhTDf7NXU#T`A$sP&4medWU|bnHJjj-*u(9_ z-|yd)*Al>)AddIzRe$sh#!vvIGHTi-CEhi)+L=FkSynn!^Ji6DkW(X>8YB8#ne#z5 zB(APl^Ri$}5sa_q-0z!Vr|*N*f#3Z9tq&-Qeqn*Yf~(bDa91P71|>AL*O12^x8|{( z{k%>K*zA4ZLI+NF%p8Q#D4|N#hz8TkHWDDidt-8$YqlK(SG{d_vb=0PTibQBHA9Be zR|v24sV1kQ_>P_DKzI{vNph8H-1Srp9Dww(2T&xRXKL4=otp3`Q@Q}iyn+fDt37HP ziuq~_^pW(S@ERVJ1#H*db!mK{1=cYCX^71!Xce4{{dxGD}YZ+w5%e=_G3q6UMV~7 zz{7S-!Ta4pV*MDzi)?w51WU~OR+kERy!q#Q%bnzdzG2nBxh0@mZcqeI?g_We6f8ps zPY!e-8W32KvC6FqM&6T&{9L`nL#DNNz+7iJvD`~%zR5=sZ1Fk|uBQ+Qz!06tWrk zsufll5j?q!>+izI?j^qU)Dy$@kwJ8XM7RKP6XgTQcTRX!+j%_XR-mmsR@;f}z3oAw z_I+9=y%VF1v2xXNfS;HOrPXr&{%1bu8MBomehwe=BhF0>n$->zhU4l^I^&T6zT=i7lO3@z zvHldYIIDyjnM88eLmi*JvXpGSu`aChuH6;fQ9`U_>V8sPn!ynk$Fo@)iKyli=vyR9 z9P7f$@HZ2Z%rSYgkFY|@4T&V(DEfDFyan)+ld@MhUx6V|N8}}~lEonUjzG!V+~$5u zD_>oc)*baIjO|DeYAJV54j;_SWHMGFkHhhaDEzYt#~4aJ-ECg><7q?%bj&|hO4hV` zf$xxcdgnexsQEKy3~g2kzY_m-he;|{E^9fxh64YtIBH{HPfog%!lgJUfkV6KgaMW= zy*ivH(W6C}El#`H>DBhx@m^YuJS?M2=FUR!m|j8SrEO&;T@J>!MmOu^ObkA zp?Z2%1&!>bS`qlS>5q(s>OP7I;IOtiNwZw7Nyo=uow9@srWeg@@SG<3`L#y@>0F&12m^T>xTPehn5;8MpUJwW;hcPD+FW)4KklroR2ff zsnRS~#fH$#AU~MG-bLZEW7qZZh26)7C>xn^qOHAlU6n(;cG(*mbIS@v3Oa&YaBVHU z!@54mZ_W%+p#rhnTATiyLPfRsafc9sNoknhY4J#i@O%07qgDj(m*k0^u)!dulzEbn zV}Sf@CX&78`*<}?LYO*43Qim6H^$m$%B*}m;63}t;tz!&clG$Tb;(=lKo)pGc)lc|TlIgOM{i&fg~|8r{~d zyyD6$qXzQb%u<#DL=IMv5;e?`S7-T4GZ)XQ)?p;&S3XKKkP8PClIx z7e}qLtypnD2dUpm>7~%+5YAdZnM~wEJQ<|1Y!7qaZDhL6$Xu>BqlmefKu&*rrq+xi zZwsDLbH~6}Yh95=L4Al?8aHuowi--i|gi%)b`p4kz} z_raj*1gb&>i6UZyB&>e}udv-rEWYpEY4Lu|_Pgw?>!??sxcsL+|B6fc8gX0RP+d{4+4xT}ImD||799Q_- z>2YSRCzGAmD(?j4RMF+;7L~a}Bjd11*@np21$*K!%e?cxl9t{~K)c!z8oNeubI8A;)1Qeo*Xt5M+hQMC7j)Qv4orT)U#uGJ;`)0lLvJN|z z>t~R=#Jr5ZNSkm`u6F<0cA&g0pS^M#6R{@YMfU3JW?Te!Ui)6H!K(a|Gn1$EbqH~X zt!{>K+v0EPVOW-bQ+Yye{<||)lKly&HoKu#zK5AUci+LcDm;?uY|m;1^)@3!yiXzT z%;OgTA#=>upeRsDbrS6QzI7s2Bbp~HuKFF4@W|AxRT4OcpcH{9!Am0;`%6|(zR~&b zvZ^`5^y=r%rZFhGXwN^E6HX-4hWm&^xgK5Yr{z^_vj))CM|fiIMYg4~hpeD`hIRMj zIiE2dzCYReH09|@skYBw9m@R(`x1ErE?xFJ0s%^ea$Y1o>4wg-h6MBJJSr7go*wUn zJ^iV{D=hF;5icO}+571HsA|h_pHR|gn*}jwZ8;8_ePWvCEcGW zJ5rV1kVdb6rJwsu=-gvwH!^i9Tzq8}26?bX#p5J&t4n5KO@x;K*v%C3GruRG%W{OP8{)|(MO=pVCMq=%XAWg5> zV+Ko3Wb3$mz_Hob>eXyBllqaAz!4o;*;f;zPK{+8A1~c3b_izUSvE-bA^g5XuZ;zc zrdsg^dReouD+%GujOVfCUuJgTFZQ3cR3eBES2Lz5hvr!nzgS9YNNL<}`=t&m=xunA zwzO)>QW2RvnbGplykAWX!jbR;MqJCgtPhOEn1jr%N-23HYl&dCL`4qaCl;>LlIKfl zcn>K~v)>GwaUi6Kk+;tHUq7f*$~+};&N@j`SdN2XpHRdJ1GrY=FHStG7!#pwMN)lO z4QWuSnn`dVwZYf}V7YTiOjgF1S5%n2sXWkdnSKnEhV4|;x#c{*Dk)N$-rUY(ZrK*G zWPMMbtL;~p;%}d_&vVnEcypB5^gx++7RosrEiCGc9w|7Wc=Uy11GleT~ zm#W&D_l#%PaNyi)A6nof{8;M+N0fkra3}jJQUh7N-^so|YI{(ZJ2gYUzq%AE^}P)H ztPh?bX3wMcM?T%2&Zf|N8ssY${dhkjOQAHuXs79DIWR2>SkDnR_wHN_h5v%dD{Lnx zW|{|@3w7i!Rgj{&u&>SAQp!?T01D5~dgvCT_*M@GzR=`*UvskuY|~65#&_yf|o+c_yl`dC#F}03Wy`A-Z=1XlE71IIZtl-Kb-LF#rD^_75#jG#{~ZRdQjax8hu734GJAjYhk*%S<04nG!e9 zr$v~gz{JFfEv@AbX@-A6z{VwY_L_mtM;ovu=p$yk_uT$mcVXnE$N!1h0VU$w3rEPB z($oM$R)=t7W7z!IqhwRgDIpxqT4`4H1oJXF1JhoC6IIY^q9i9B_2|qDEXnbBb}|;i zoGSe~%WY`naZ}ltGHi#oJ*ODQYqmQ2G~TQWUXV@v;*yIs7A3Y=>PM<4-R!j~U{WAb zza=~~f`*Ynvt8e)n$pCW^3!{_?#*sDrWOY1YgWUsTAAG%-uhNB^e8x}(0jdg=JV@{ z-sj^lIFo<2i+png?G$5tFGVr7W@aUXx??q9&k>62`g(pPUyZR?SI}jl11c7bYw_>VMpe}7^`7$4qz*r}J*Q4ia2~>@isy;Vq+qxQ?Ao}De zixNk;2I2qTMLD~wZO~WGM+|MX)V}jF%xgra=cDH{C!;1WVUZzFB+Cq1Wx{MLR7yW{ zVt9_*lncQ9JdD(iwIjWfsW4_zm7)m?*H%4%`&QcHBUzb|hlH(jrREiK!CjAqb+?+H*aauljs80a;T??{)DP8V{gR)51{Zc$TtavVF@^L5 zT@3z0;H(yK<^V$oQjB89)>^rK*Bj?5e*YXgBVuK?5J9ZUJ*MV* zZtJmG)Xu0ku$LY11&UvVsx7H14&zODick)W!b2!rVPwCLqZ$ouE3bOx87 zQdNycgkdk4C4s)%_gtXyXFd2x&9gLKMjF-E-M$8xX0nHJ*@UbzNim8Jd!UoBfdm-! zhyQC$Y5x1|$#Z}o{6OClljwj>ILBoQwq#v|G8?l;2YZmo$#pB>C8qN z-M&Bjle2EVuPkbelmfg_NEj+wy==XtmADQwO6-!O2zi{r>wUCE$nx*8cJo4J=7Qa% zK_$#CgC8JU59@Y+$BI+^eg>hR)+{Vie#?rAIC{&JmcU#+MX+^s*8u?w4j4Z-KXitv z{_zbvHc>j>6Z!`TzM@NFO9~OcnMAVFt$S^DVl(_(V#`_~Hd2C`M#?{3Wg1@tRtH8_^eI#Y#5mPARc;h!v@=9dJks z9dhzjVdZL@_aj0ykY3XE5K}CoNu(xf51?J?1gz~#>Jv_ zr4aM@h`&3XfWx}#xjRwop|55aS9mH)Ikv5}mufb69SgXZL}(-qHM+d363nN!A~V^- ztQ%qmd}CzN+v*Bvf<9Ergc_LK0gOf8L-3|eEGodRhQiMFN=eM z(ZzJf1F3a0(#a6ITn9(!AdeL7vpr?fTYyv#-$pygh4&}_)hUb%Mv~u$Ye{6;SmC=? z1k-4xk7SfqTgQxTwgfeqM~4XBedbZcjtxePe+jL-$j<28kI3{GGyC3kW7=MLTRsFMJ7aOo_&KSz1pG;F&gKU;+HKdfgQuMCdGmbr?pkYLdiO66avWi2uOE6HzX4$T&IsD5j@9Ul zRk!wbW;8$ydGJ+eY7kOorBTZAz&&ED>0HY9Zu9^vY&eWjQVaGxDHPnZ?>tE8wW@+h zkMjJ|p3%3B0-s09XK>SxS<8c&eTJ&5Z)wPNWTI#l(qeNUD7W*?hW&in-j=tNowGi> z8ihS!Pk5>Br{v58KRhEX-2MnONw?p>Ac&KigpI%(97(f|-w`l)HPe-zE2unP!Z^kA z@_Ey|_%qh~I_=z1vDZ6p((86i4uTN_`jRc&diLGMMqcaA|f81h$!>Ry+UbpC!=tzokj7)LuUnL_7a)M zj2j)deTV2`6^)f_z?3TrxGu5Pc6j#R(_?kTEBQUW3z1+{`n51>Odq4l*-E8?t#(K9 zaP^`#NVsRMa}yfkxb?_1V$t)H<<@(@irC^A4z!Qj0cxx#e03Ilm+kwBX^kMaj!ran zI=N%Zi{3jivO#aiQ=amC;eiF^S?#nl)_mblR>GToqv}(|EA_UXmSTdA|2-;d`5lXH zo=tzYf!U(b&k&FN9#ndZy=cms`B@lS&)jKcOR7?%uZZE!tyIyyV(yMqHazX%v3HH&WHqOPUtb zW>Szdu1=qDA|GjTorG~p4w-~4sl+R^e3NJZ(?EltXYUXeUyr4JzsBzH=;-M_j|kXu z?>WbBQ7NmuKiAek@|7W1C|Z!xeC2eRPZ{t?$AZ|fVKM8X~B?c2UJd}REPz)_ zCW{#_ASc-q$nvP6rmNblhAOLXD*}Iba3i^6(=N;&ab3Ryg@`>7x)x;OiuFR-`6Tjq zN=6IT+5#5*`LSnlJA_qayYhahEHHV3DhBXC8iY~z6J(huoI<6z=_dkzl2jb@d8Qgr zH&!6)J5RxOPV8&@+@p6|`$hS7w(a_=r1aCg^Q;HRAq1`L+0h*C$bs?6_u;?sZ92E)NcG>6d8eSc%hUA)_Q8LcT##BAMLX?# zex0?uy^`{0DS17mgXV&_yf(T0%%wB)%2<2^02_jm9QKQwEC7~(; z5q=6ySZht__%89>I?2)aF`|=1%iFoCRbNW@!_beY{fIfhp2XZPK+dQ-l7GU$g3a&M zYnFrQ5_%?kT6JSR;ujmJ+Evs7*h{EOcQu>(-*!H!UA~SQICM`WvwZ7jx zWUXeJo3GTKtK3O6(s!;cI7;|fOe(c>@U?XjY9>qR$M1y4blGW_yojT(Ln3S9Yg>V) zo6ute>9O`?*4RDp&U*_h*v_5(aKa_^gN(cb;YKvBQ41CQbO_!Vy~CLj@r|Gc@2Xwm zfVn}k#{2`KovcZf@%Is~1exzy*W)uK>LFFBlOX#kv=9BLTGTJ4zH{G6%cykS1Tkg& z(=yOij?+6y;?uWOzwWXJP$6sBU;Ov`q_q&&ROU&_e8tOSq&za%4d3^65FFzV-tolF%!6jg*wn2o9rZexIbM%d3C&3AYEVjdKF6guo*LCi0u7{ud zev2Ra&JuIF6vc)388W(Cp)I62f39lz1Q`*tzTXs_&M1yn=AScBxv?1^$+vadF)yU- zjK7$Gz=8X#I#v0{`PcWlz|dNBnqgGi6d&Z^XFa)|5Vylj{fQi67$2wv{g96b=V9NG ztWluku-6I*aUk{TRokRZw`fpj@7J#C2-2{7kH`{z_LNO|tIYFGv>>mAtoWRIrl%Ta z1HzJ`5vimd=+!cqRPa-hJ6v_%rjZ){QsqaTq=S)9jZ(tC_Ain!DVi(adV2*5;_JR=I~FEmz^7C6R31AOaA~jK*+z)_p=ku)w3n&&u+La!5yD6nRgz!>9%mG zo~+cnxSYf$Z;M$G7lI+rz;t5HFU@*G-?cQ!YY_cAh>9`t*uEfSYs$@}o_*9}R!Z8l zv;J%@`yg4s|IbzG2j4=sJBV17DvvGj@}=@)b`=8k@Njc{^c*^@(uN@c9m9sBSAhkB!{^i8y)uGX@ssN=o0;Cmfh|$_@dx z#h}7AU^VEWW|ZFFCC&K-`B*c~xSn&$tn^0l<&$X8daa!hLp&s7Hja+cwliwluv)^5 zU1@fkxu8p`l8+*F=qD0QkQa}M02N6OP)0p@CR&vv%hkMjZn^;|@MH#58xd$1fI}*X zdiUNFv;{0q9a4S56~rG_*V=$Z{kCwx*bY7(E_%w5v+KKC5V@0{{#&g0Vz!YW`)@Fl zdCr}vdv70mOQ6me#Z|3PwouYbOek!}9kq)Zo!Ylrbpw2FjRox%ujnZi15bPa)2s6ZIZB|Y` zbEA!5tU~Hz+|PN4CszljF60;zZfb&B;XWjPXfd@>;`a06UPmQfLIQfL;l_6IwwkMf zl6xoX;I!Yxh6u}lRF|%FS&G4S>{$5}84A)J-(%*CSt;mteS19rkuCWB9b(Vup=Yi> z&#o#F3wi72AOFp}Z2)uCvvYY#$vw`Rkx|?bA)cXeUNvShZal*Jv7*jO55?nIafHrK zGLFil1-()k3*N4$)r^c@y(PL>^;hq#T*CJulLL>!f0InJ{GJKC*iUaoazF@I zskIS?8X@Ci*PCYqnuyUSHeuU^J4yxhSN}!T-AOD`(0$)LVs09{@02WGi|ZPNC5z=k z&amvX&#h;0Xp@d8;+KMK7emN8P00hs(IDEXYb2 z2Ov2rD~4ys?RJxYkIKUmLFNjQ91fLMm<|+ZpLymLsRxNrr$P&Vck=@HixWItqkq-2$o`@>|I;Sh7iV44d}Q>WE!6M)y_RDrOr81e(0p@dOX9Qu@*@klU6}z zKU3-S(n8F5 zh56SU=0&2pGmp3X&J*Oql1F18U45RZT87q%KB;IhU!nI8)bH)$W~$P;afN4;_rP<2 z&poQ(9Cz7f4ej?iwv=8^T;mmCV4gFRx_f>yv|Dt(J$xMFzYq#q2<%ovPpOL_6?lDV z&!4S9I-@4nI&WE0bG-9I@=8{^6yUlb-m9>Sp`J$XW#6Wh%D2V97OvX@dGl$F{<$6a zqsx^eUGq*N>je@2p>_C{y#?d>{P6_^qThexF^DCq@AE5}z`uwvxip*Lb8xLz6}>8y zleLs9Z>7sQjOY{Wma8Ix@&m_C@|@?+re9pf_uuToYjq2}Rf~-hO)iM}u?s#hjS-wi z0cohfo}Aue*8HEUqDMo34q3|u+7Ix1Cj5KPQ;y*M4&cqgRS}DTjQU4cQ`ZYA$|+Tp zhG@d=QkXug8kvP0h1t0G9m|%+G8SX;77bF-B-sb*qE_$AFzU!GQ8^jZip_B-R;Jt4 zF<5$$*Vt~ITP{71=$!7}e{$({#0A*Dc1oLzguMQ83&l5CGaY$&O*C}E%3HlKRsP@?vzQklMxT|>2>~bIM?;%>JCZGVUqMC|CFlLG8qx8cF?;^Ah6-#cGxi?n zirSHAka=OF_WK32d1Q!H8lx5g(0vu8=Lw(Ck`l714$U6Ivtno^?l15al?_RJZsKB( zdbB=-WGTcMbRjT>*fc7pNeyn4xl9nA->JFs=dI(YRdvq4EmY*p! z8gsO&K((xQ6oKL4dv;z|4*DW0<-N=7bELoo{^=O8ThHSp4wi@q5~SGPHjqy#7_)g3N>#ctyAwQbuE7vstfB!F%#VWyB-k%tY@` ze%GR%&$FZD@?%Owt3=5b2H*p^aAelGk_D0szG0_SE43MIpEyoay4-o5tu;Pg;87GW zf5r@et4L6g36KOfqGeNH>k{)pj(qLTJ#IIw`47+Uk;!2^3jDJpmY`JGZhbe`M&cU@ zth`25!kF47TKGBUeia{^UHhjQ<#HY6l#b4Oi8qLBQP)b~ zYbfy?m7jiXiTsnS2(p0MR)mZkSR_nYrIp)GSyj-4opV#ZRR;8UNH67J#&$}|So?1B z{6%NDOrMv|Ek%g*ed`E9Et1Z>yh7hcHbLOoFb?m(ssY(`naM(eF6bKj4}+g z@OR$dRG}MzoIZtBIqn*3W}|jLB@@plK)#moKh;AG#}b^eB0ZbcoGhFlNHYz-c>>R!6h<=1~O1K~x zS#sU{yg`psh@}wqMKeynQ!13d#EofQ=V+_k5g|#Ee$2CTGF`a9euERDFh#xh$Rv?} z>mAE3p@$4z32krJ&=gdpOB_b|4_SWnBv`nk3P?~pEo;)w>W}Y72q@w)TE*R1!6vS2 z6)6E(JUkFp`>6b6rdj=nl6dUPF3@G*xPBbP+D`bdXAb^bcOAnfCzyR#<)gio86c=i zW&UO>mN9Vz{~n$Atfuw$@Gd&5J8Ib{`&NBx#ya)kVKt@^jziCY*f=flYfZ)`$6X1msy}oT26t-+1f|x-A@MmTI{+ zK@!{HDN>5p{YQhBOMB%x)S5I7n|Psj^j6J|E|cPG4_D$`joYn%!mhPdVKi#~>Yk=b zCCXaSYwa4AZ2=m`QC4$J4ffJ3&m@;QHHk!>zjsNdkHi@pIG@ia*qX*wcpy>6ugdf# z$MosH8<8u;$(dvXl2`O`Ca`Mnf>x*Z4zNGJ)ENabbm7zB{dp?DaH*lFy*NAu_5Ty;#G^@Rmm6u}5L{sX678MTY??|&J-)H=p zXo9;vdF#s9#ct+rNK_LDNwSo^i?h65D?VVc?Dn=QO#4&%Nj8`xRSK&kL5wZ=NP$_I zqk*^_yNe^4pYielBTeARM0eo|ow(aFeFjCM+4In~wn+fW?8+K-wLKNU`KG1W^8As=G2FVb`*8+m zp}Csy9F+;qwC<gjPFqj4Xr13{ZL`uRD_-SOM&yjOHO#suNHpBRFbdq z{03SWQ~&^l7Tx?eXLz)1^^tG(SOFP#v;R&*-asVml4oKu^Hs9&w+R?m?SP&Y;$jww zo5jX})vn5ed(OQ>SP6$8Aybr?`eIhI7248}EIuC6cg)$b3(T0|MwCkBX_j+iA|@Q7 zMD5)}IZJE13rv_60ai&6$xULU$q_x2d zMvdYS3%??^kU}UipAV|z{cd6M8%~ta_D;Lzmbs4KIcafh6!S+Uy&MDCM3@8%qeY+B)?sX~B0s-V`hvJ3fvpvA)$6IDyY-cS{DSnK4!NO-a$@8!*%V2oK&8 z+f_NdBhcY{ry|7rAdvl++N5Zc&hP~WAo*MTtY2KY05jv?mMw&#iIp~T<}9%TfFbXZ zWvzGo(7cEok2ogF_Vfkj!-yk-Evm30D|cAxa#pT5>obiC!R)h1dT))M5z|x7dxReO z@h+2|hFvI>LWIp*YvT7nRiGBz*WTsfvveTt4y8vccv3}NOiK1RW^VVt0OPMvw!*u7 z|8P2Ct&5{#ChI5ihxdy_H53uXd+Z}Sh-g16T$yz#fs~%sMyR^Xj%?t1P}L|(!E~N( zuQfk0E~tnEC5E=KCip3lv!lEH!Ph04MkMtWXY$iHZohAxCgcio@pH?O$y+d-v!u0< z6?!oT;9jDq!L>;^l1`F&lL4#X&T52=sI8abyXhlSf?jpQ8rM9d9I)0FFqeYm-htTWf!BOc)#-3p>F#2`O zCfj5vfA5pf(*(WDUP9)P5O$@r!@M{hjTzDYev}hEw*{UZvB9Qis%a{_{VwU*r9!xq zr~MQkz!$Q#pqcYTh~ z#MKy-s<%s1>jf~Bq;OS7o;HZ_q&p6Ji88e?DvK7|#m3lEV+_WV}`twUg{3T>d^KU?3(t!ch>CqySKF?JLRE;!sY3Fw!`xHJrO zxv@|}N*U?j9fL;UlEGRDt{{CF0#OgvP|Cgs^^6M;@ztmv@byR#qOxQ zCw{kF!P^;Lxv<%X>8{D#cEJ3>+onO|y{sL%(yCjE(Qxen9FN6?lo9t(wuiFLkA#?f zq!DThf!x~J%AIXd$|idL7@wK*f%%qy_gRn6ML8n8E=8vNLiMpP&_|vkV7_N_UtkCFTf@WFiUR2$0fL2U zDXc2I35`>F20d{-2D^US2-MM?t#C;mh*?|WSS{-EvWOnlC~s9}Vn^Eij;Fx@F=e3U z+7_LSm=_Yd1g5#KJBNeWM(NmzNWC&`a}1*`(mow_lZj*5_8-EQyHaFI-SFNkF|vOR zBrD(9v!Atm=%Mg%NBW|bGDS(TT%A6kOrC|3_IOqu*9uI;ECf)y$LmRfm20lu$x%5g z`W1jJHo+ZBXx&qgW;4!_yG6xxRFOHu_ZnW0EES$4BbRTl1v39W2?g`s!fC$=tYG3k z6fosGNAl|BEoz<%IjcgUxc$_9J%%pesrGmgxhj|Nc{2AgEa6IazbYX5WLCR-Xy% zfKky%OwkDF-P{h;L{78^$7n6_!kJMqAeQV?P&m58OuepRyK8`ce?rXgrku4rNn5>3 zZQHVM*+`X$ABj(otYu2uHFSR!J~~TrmO!?oJhbyH6B=1X53={kPf%!MsL{t)F<2_v zKD-_Q)n{Rvk1%BeTk31iQq;l$$(=v4qNIlGhCXqg6Tj&OCV zwN_37Y(V0k_0|c4ixow5LAk`Ox{~+Pd$IMU+;r|TYP=2cgK(lGc-pArang)gDEV3Q zN1uUfLOWgcy%;gYhbeZ?jqi5%(MxgvpXHApOfh#|-P=w(Qn^_}C01t3pu4TQ*ykPI zG{XZD&T@Sa-;g=JI4w!hbzTlN)geFPdtg#_-j?Ct1Cxl3P$bOap5QLcfo*v02I#^@ zW)!XZ1vFK%WdRq7pB>rqKG1wRom!3)d2+y-6jVKt9Se_3%;WV!B^=W?DNPjX7Z;R) zu0tfhq+zx$wH!!z_0oQ8v}q_4vZeGd%@d{cysL=EEuf*A5GMKW?l2U4rg4tvCz-f( z2M{?9*+7Fy^L76{`4Yt2Pn>omB7lrnju1N2jNYTFEUXD)O&Zym?{gAll@}{$$3t`h z=C=L+6)$Mf*~t>4d;EHkWuV`YLbdrv*x-nNes0ODu+6L?pQe1Gmq}T;(;^tI-Wgga zegY`E>krgd;GnBoJGYT25{LVft{kJD;HMdvJ*if*inVcb-j^#_!6v-N9XUP@1QhHu zzW+jE#Mx?jzvaxdn8r7jgPg*JHnJ<_)vFUZVm=ff#>e?7QIjBEldjEP7jBiH$14eE z`6Y&CEMuYY<>N|IacHu}rr}yghuK6+RWF_^I9)jaalLn9#DYW7PN= z=<#5+`AQoctR{9I)c3W!EK&a`io%8{?f8Cj!6RO2_p@YGor?5eW-H^*lQ~>~h-naP z-I5~frs}&Thax6$06wql0bTY7?@~rdD$dZ5^1WDFvCG1rXw_$KTfvH; z_=-s+atAAHc<}eAZ*^dX_z(fFk!y8!Yw7n*6`xT8TJF#HkGpMeuKnQ3_#g*s{!(Q8 zGIQp)KTzGZtX@AI0!xuW!*hRUn1+)q1J6-wxhODXPOW<lGb3h9Fv9DsM zob^Br9DIk6FzY58`KOtl+*OBi(62LyLg_*y^XG(Yg$R7tuS9g3s8)rc@67jt}SAhh|15O3#A> z^_ys66)!~b{xeqz*%p81^Y~Od@>(mA#BpgB35dC6MV6^?F$Y+7w1|#2Rl?2;i5VpfO zkkPCMt;j}}C75)pvSz;jIPFt|h|dbusXhbZq}zLXehKS4@oy_+lbW*7IuM$n|XX8;&gWSW5|dt-0Nqqu)x3g#W(x$F*nK1EsVPwg2YI}Gs8 z`IY<8!Lm?ldG@BWHmDIeuC(U#ugPLkozFcctORhf;!(GqMR($aR6B`#J)gf`p0ZITOR)a!CaVECTF2}iU%M&B#M8zw5~m>&+A*RL?^ZaxPJros#^}h9bcOhA?>Jz{%IB=K5q&hf{7%C-fu|IidlGG5!a@mVJO;(gsF$h$~E5oE3F=utT zU1y~8!}UCi(yl3q;FqMZIGSX?nu+4~mK(vcJW|to=ysQPCYUx?=@Mwd3OZ|pRAmZz?q`V7Qy zZ>xt_*iS$45yS@}Mf>|&mWvm$v!1voU98P=B1qbkY3!RF2(Zx3S@5H?Y$Q)!ixi|j zsq*cK1)xG)wIz(2Ewb$%PHl;H$?qJ?nQFw|>?$cC>wa{}hcs@=PqtZpC|Y^%uG;^o zS9~SkGKy8Xo?U@BM^ezX(G>*6dLa=9pH~X5*zf)hR#vQvbKYN{E11`lKFqWzeR-~FJm0?ZBmKaGYOTgIr4o&!C^{g0spL&I%S~TppTp?atITnAno(+e8}kHusBx}emN~h!Q1|t15hl$g>*)8PCAT3jM|KF(>?|!a z1g>i}^a9C`s3CsE8X8&%B^G&KtQizL@pFjyJ$4~i z3e%`y(|XqcxF}7!*=)52)C@LH_m^&S#sSEu`wiuFa^g4s*~-3eVjk_cF}P#%(ii8L zv@i&(uP7H~YVA}G$vx(VHGsx4vX+BPFCAMxN)N#$c9aCuN@*ro``W9`A&*|o9U)g% z2c>S(Bo&P+`!b!%Q(G;={)4Lu>wnjXW^Q!CcU;|@o`|{FQhl{v2^cK`@6-lIA;}`P zxcL7^k&;Bw^;p!-MC*-zEI7;9$thi>kg)hx)1-40SYOxfijSJ~{@D$L4P@fAy?_peYvV(l^tXL#!R8 zQjFW6o_=FSt4xF(b%5!V88t~b9P76>>{y=?2KvX~uN}oJf#6McbFjhN(7Jde!`)n! z#v4!iOl4g`A+}=NfL1KC0615fYX*JyRa-W?;xnzC9UdPJLnDP596@gK0eZT1x?>jYN2C_*3yRO!NnekBSCUmJwXp2IFS6ldjhW| z-QHdS@4Z1R*V%#WlhP6ZSn8XaFsOCp=3ccaPd5$#OAKD3OGd{hk!|N)+1M5$9QT4K zR%R(d?(>gAL>w7la<&QtmOywOA8pEmWiy=_DJ=P5F$R~-M~kK*Ms^-66T`eKN(4(d zBKvLM_XkO=vb)YF7po04AC$umm~<;K0(dmFEIM!pZIH<9Mm;(*U~7MS((41hA}m(~ zT$K^zd*R<=dh-3ntEh%zG*{hWXLD)-GJRK-KFCYp1j8|t7Pek7+^3H6*_(dqWAjm ztmTf>!+k$ls0TG-TK^5125HzFU@)B-C zwElVLd^62+u1_CsT4=2L{32vR`cGbU^>PISj)JuxpFH{?ydWyGLrtcHsYbb6(+yaB z5(y|HD=LjkN5Gk;fA+%f&6%`R6wN0a7fT#Q4g~DTYFd4ltZJH;FNZ1!*-h$?dzuqX zYmhW!8=pEr#YeHGb1>EYXcmIhTQ%JLmmI?Pd#3Lk6`roZbM$dt_gW@pdo{vl+g53o zStqQ>mRhrW`)qXAnic3uo~AgAyZ^fCshuhG8Xm{FAKRU5RR`wpv1#n&we=Vx^Wb_? zx5+y{XJxaW;aUGaINyPpl=&+B<)8Aml0;Mv{n?|bdd%M2M}rCbYfgFBX2+H6>u0A~ zW_-Co&O4)l=Uz1yjAUCh{V1VqY2Rt&uTMG1HXVPcnB9yw-6u~)_Esx>@#6FhW&!le z>=XAEfX5x4B{@6>uR}lC>>g9%Hp|#v(n>?3kAFqGqj}qcVYSBfZ@9TN;3Shw zv;|-erokC5r3jDs&HH-IirkV@0_$?kibJOCL245o1ry|Cs{?Qb27S3IpSBxolpqZC_k#{a@zhT~aGF=emZpZp!ixc87Fdz~ zgKa%7ilboKK`V6`ny7tyS@6EJ2|PLfEKdanCENOIHo$`q(dXv^G6JWIxzZEBSIfCH zgegzRbtH5B@(5HAM^rlG=|I3Mi?GtHSl-!l}GH1&#C#3(UDKA|@8R zwxB!}lSZWMD_dZ6S|W9k*XsFIj8tc;z32H_$9XgqFou(R#pLOiRXQgkJHsUdkXB2~-n9;*73n0O6J%6wP z=^+*f@+W`rZF!m{kaHqs3s;rVxv5pDC(H_3^6yf!zZ$A^&| zBjd<0Igg_>v(p$ODHV4OL?-7c+5xTF@prw$JM`CL@D`UQYngOui;{zFyk|S$=6C|j z8|fR%&1d)A5?{QE%w`(o@;>Azs@zOF7Ou{8;M4#xz1Ue<0%yh_lY#3B1wz>GG{?FU z+j~^*n_tOZ^3GK*iPqkM_bUr){1QVeHTxCY2gWAbq_=@t9<(OE#}|{&Kf}P4;fvmN zj$kS6<;=Qrpc7z2&Suyp)j)UJ{MUIMC%_Z9TnGKnD?1*eC}ExUG!ZgPa~t7kA|Ugr zQ5`YNUzs*mRT4i7fYq8mUOsdu=lrkt4vyAGxjyfjpjZp{r;qP$fWz8pTg>iDnDi+1 z^cFyi1~4*6@>T(*n2P9Cp&LS-=l6kHBPnlVe1nAYO*h~&h=7e;Mt$kY`y_d|fh?zEM*8H-3H-jn|;za^OT zd;6e$A7v1khL2H;I;so)&w6I`sBxem3feHU?Ytu%-Dpie@{z^9gGn#2QqEv%Je3A`Q*DrbgP8BFz!@Ya z>hVv40-GF0+_x;DVXGn3w=BU+vSYZb@xB6w7u$pCb3|S08NSu)y)U@otdCEimnM|# zt7YCr7f(A}mY$Yn#Y~r2yVVOTF$S4dNG8t7Xc$&iIEs)NMy6PFr?p@4za2^a*paHZ zpKX-Hct6F*XK0T;+#M9boJy#HUI*g+>2$(kjoIJ%>t#lY77zM-9D}9gmjH;={ z?r0oihj7jim?Jql#PnVP0gz&20i0o)A7{Y2eg#-O_NRmH{kI2L@E*`$tzf($8 z4OgaZ_oojaqIpZo`-j~lU4W>HsQ|fG9t1gx!o*)`=XynE?pH#)F<2GcvK=9Fm2n(& zs26wn%<{t4W3*b96u$HfHtSK)B{h$5nabn+3Gd`GI>JK-S$?G_aMF6gG)nal^S(E6OUDsK;SwAKPKt_ul;xg+_T9 zfWs3c91Tpiax0OE2)2n3e00;kX(MG6^-UcC=A4m>Eua&HngB1m?D>N^a zI+8vN0RP%az!L}qX6Py&eh)-e1tUGDcA2YEQjdfPZE5BE0a>!oFQ|>A(Vz4Sx7H9^ zN#8%qBP&gdGVJRBF&t5JXO@+*+Ld`uA|t!_GE|nH$?;QS=7=yTF9!auxnz&Ni(2j~ zjY-*BG0Sy^0td zSJoZO;gfXTTxsx5GJUU_9mkTYTtn*0H7CY*q$fKbz{sc+;D>pj-j6-uN`c*>Ei>0_ zd8$~-J7JN58d$uL*Xw1UxM?r>F3_8CU$VVVkcbdLl7(%0tKX}2@QjqK#pG`c6R-YL z-Z-1klwBk!b zPkO%rJ(B;GO;AM_Xp-O0PM_2&Uel%Q-5#?t;{sQrQfr*vCub<0hBBYb(1(xqlL-12{y9R0~5QFOPtDiZJ3V zSuS$_s>!4(QQcr<;g<>-_3$0ad1%iDIIp~8tbbp)$r+n;GKIgU9exqpkzZHtd}^PK zLN2)@7M+-JwtK){smYBTn@?&mY-e=Gg`9pn;tE9dc#E>}<`d9y$xkeUD)1Q!G09%E zjU`2E`ljT8fY*q|p%mD|<2$ze2rf&9!c#p(ZJ}I$p-)d3vUfQ++rMmsZ*%G;`mKNg zXQolgqj}`jwfVN%;cyD5MmcL(BcDSN9q$0ZYLtz9x|L6<15oZ;k5p%#4G>oEuNiOF|)q8ytkt1JQQQhrpjxGI(yXpJRc_&s_ zTD1zWonm70vE()E#nx>phDv_UpNgb*ndPqRp2QiMFSPg zztl6G8>u$Mm>JTUPj}1EaC%1I)PRSS{)&21ggoCAl@ZB{#Lm!gIphwe>==ohdy9e` zta?0U!?S*m$j_afd1L@Mq+HZRXRc%2J|EW|*J9adje3)knien6vU?OK{U|GwtxIMc)Q&2SOf}hOfv0aK=WJ?vW2Sz@?Z_f}ynm_L6`ru*WQhC{e1j#E^ zi+}qQMLFJU{nCgPCB(m@hsw8vpRvoI{j8fdDRME7o0DbzBnL8Ia^3;ge@OaZgVa8DgkJWTbOo2|L*44o4x8ftmlv`oo|#5Rmsz zk~2F2Kg>~%`~ab{CG2ZOCkrJSKU8Y2pc=8sae{Fas&xnp5<1(8R#(_;`XuD=ALm8WlL}3K1(@lX&~_A%Cy0VTq$%Xz5V=-F(_5lSMRs_ztcRH zw?H6PE(qa^sJIXftzq2_5yb%-@gt~J^>7@nd*qrrx`KTr4^z5uNY$1B5GK($6 zSAwIO{~L)!pDoj$=W(-BCg$C6Pkye_yR*m+l^o2h5w!smh9Qxybut_8FXf z64QK4d9qAMPm*b#q!C;BfN5Hbfhy%!!ojXL4c!A zA~e5qexP`>o^yWnTqK1=0_}U0I*sm6g1Hib9DLQZ*%=AuLR+HO$SG~RWrbbOv;ljF;NqyGP%&dJJ@j&%72%Se$ljPy% z&ciwc>lDF}v%UF-N~LgPo@JdK{#u6SL`imI0`X((2`Zu@hZC9G1a(`)R~pt8GKnF{ zteYzlpaQsIOn%ll>Q;W!KZm4iBc8~(_#^6~4iaUa+q7Ujmk~!r)?JCgrcmgJx!pinr^mf>2gzNU+JxGerH zvr@QWXZw@sXZE@zSpI`m^Q=VdvIzvxL#kIfE;a{uc~SkmBt=(+<>qbkWi$Q$$tMMZ zE+Ez8JEAlUGXMX1=6vt`4x@b*r?wp2f{b+rUhf-S?NFrPrRO?BA<3+)+V2DSoks

w`M+b2Lf>#Gwe*2f*(S2bnd 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

ds4REt)RWFTfj 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�rSKeGpI3<~61X(g1R7-?`d2fuH(yJPg0POJ;2T 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 b-&Pu{DI!24`~UzN^gam<^fQN&Lwo-LQPV(A literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/GeoJSON/Distribution_system.json b/example/run/baseline_scenario/rnm-us/results/GeoJSON/Distribution_system.json new file mode 100644 index 0000000..df0335f --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/GeoJSON/Distribution_system.json @@ -0,0 +1,77 @@ +{ +"type" : "FeatureCollection", +"features" : +[ +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Subest" : "n.a." , "Feeder" : "n.a." } , "geometry": { "type": "Point", "coordinates": [ -78.8556420121223880, 42.8167804951885245] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "ST_MAT" , "Subest" : "n.a." , "Feeder" : "n.a." } , "geometry": { "type": "Point", "coordinates": [ -78.8556420121223880, 42.8167804951885245] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT0" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8496627448206482, 42.8181574991219307] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT0LV" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8496627448206482, 42.8181574991219307] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT1" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8477390301118248, 42.8137890898601299] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT1LV" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8477390301118248, 42.8137890898601299] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT2" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT2LV" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT3" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8497176633194243, 42.8148335663192157] } }, +{ "type": "Feature", "properties": { "type" : "DummyNode" , "Node" : "DT3LV" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8497176633194243, 42.8148335663192157] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "1_27" , "Node" : "1_27" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "4746.85" , "DemQ_kVAr" : "2299.00" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "4746.85" , "Qinst_kVAr" : "2299.00" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8478680230497275, 42.8146436480871415] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "2_0" , "Node" : "2_0" , "Phases" : "3" , "NVolt_kV" : "0.42" , "DemP_kW" : "226.56" , "DemQ_kVAr" : "109.73" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "226.56" , "Qinst_kVAr" : "109.73" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8500121039077584, 42.8181218292807273] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "3_14" , "Node" : "3_14" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "1287.34" , "DemQ_kVAr" : "623.49" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "1287.34" , "Qinst_kVAr" : "623.49" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8501566090051966, 42.8144852182711801] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "4_3" , "Node" : "4_3" , "Phases" : "3" , "NVolt_kV" : "0.42" , "DemP_kW" : "336.07" , "DemQ_kVAr" : "162.77" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "336.07" , "Qinst_kVAr" : "162.77" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8486208569172362, 42.8135362421558625] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "5_0" , "Node" : "5_0" , "Phases" : "3" , "NVolt_kV" : "0.42" , "DemP_kW" : "84.95" , "DemQ_kVAr" : "41.14" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "84.95" , "Qinst_kVAr" : "41.14" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8480917353681434, 42.8136703735737143] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "6_8" , "Node" : "6_8" , "Phases" : "3" , "NVolt_kV" : "0.42" , "DemP_kW" : "107.50" , "DemQ_kVAr" : "52.06" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "107.50" , "Qinst_kVAr" : "52.06" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8482684569654992, 42.8140658589609870] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "7_7" , "Node" : "7_7" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "1010.49" , "DemQ_kVAr" : "489.40" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "1010.49" , "Qinst_kVAr" : "489.40" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8485427401155050, 42.8161767181811186] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "8_10" , "Node" : "8_10" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "2184.72" , "DemQ_kVAr" : "1058.11" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "2184.72" , "Qinst_kVAr" : "1058.11" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8507825531032580, 42.8158812953719803] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "9_13" , "Node" : "9_13" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "1369.29" , "DemQ_kVAr" : "663.18" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "1369.29" , "Qinst_kVAr" : "663.18" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8494013246440630, 42.8167715980887351] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "10_28" , "Node" : "10_28" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "5980.92" , "DemQ_kVAr" : "2896.69" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "5980.92" , "Qinst_kVAr" : "2896.69" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8508239268245177, 42.8199792052669537] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "11_0" , "Node" : "11_0" , "Phases" : "3" , "NVolt_kV" : "0.42" , "DemP_kW" : "345.67" , "DemQ_kVAr" : "167.41" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Pinst_kW" : "345.67" , "Qinst_kVAr" : "167.41" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8496115902272550, 42.8146085223675001] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "12_20" , "Node" : "12_20" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "1362.41" , "DemQ_kVAr" : "659.85" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "1362.41" , "Qinst_kVAr" : "659.85" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8491529101844861, 42.8190077958287461] } }, +{ "type": "Feature", "properties": { "type" : "Consumer" , "Code" : "13_4" , "Node" : "13_4" , "Phases" : "3" , "NVolt_kV" : "12.47" , "DemP_kW" : "1140.47" , "DemQ_kVAr" : "552.35" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Pinst_kW" : "1140.47" , "Qinst_kVAr" : "552.35" , "Yearly_kWh" : "0.00" , "NumCust" : "1" } , "geometry": { "type": "Point", "coordinates": [ -78.8489109517662712, 42.8198932913015184] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:1_27-DT3)" , "NodeA" : "DT3" , "NodeB" : "1_27" , "NomV" : "12.47" , "Len" : "0.202" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.06547" , "X" : "0.05247" , "C" : "24.56405" , "R0" : "0.15331" , "X0" : "0.05099" , "C0" : "0.05099" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8497176633194243, 42.8148335663192157] , [-78.8497176633194243, 42.8148335663192157] , [-78.8497176633194243, 42.8148335663192157] , [-78.8495442901830472, 42.8148774946614807] , [-78.8493709168104289, 42.8149214227353383] , [-78.8491975432015835, 42.8149653505407954] , [-78.8490241693565110, 42.8150092780778593] , [-78.8488507952752116, 42.8150532053465085] , [-78.8486774209576851, 42.8150971323467644] , [-78.8485040464039315, 42.8151410590786412] , [-78.8483048015806105, 42.8150739191762568] , [-78.8482482234222601, 42.8149454363594799] , [-78.8481916454886687, 42.8148169535171874] , [-78.8481350677798645, 42.8146884706493722] , [-78.8480784902958334, 42.8145599877560343] , [-78.8480784902958334, 42.8145599877560343] , [-78.8478680230497275, 42.8146436480871415] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:3_14-DT3)" , "NodeA" : "3_14" , "NodeB" : "DT3" , "NomV" : "12.47" , "Len" : "0.070" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.02262" , "X" : "0.01812" , "C" : "8.48571" , "R0" : "0.05296" , "X0" : "0.01761" , "C0" : "0.01761" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8501566090051966, 42.8144852182711801] , [-78.8502377813111792, 42.8147017796820819] , [-78.8502377813111792, 42.8147017796820819] , [-78.8500644088834832, 42.8147457088295340] , [-78.8498910362195744, 42.8147896377085715] , [-78.8497176633194243, 42.8148335663192157] , [-78.8497176633194243, 42.8148335663192157] , [-78.8497176633194243, 42.8148335663192157] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:3_14-8_10)" , "NodeA" : "8_10" , "NodeB" : "3_14" , "NomV" : "12.47" , "Len" : "0.240" , "Equip" : "3P_UG_AL_350kcmil_15_12_47_0" , "R" : "0.05316" , "X" : "0.05719" , "C" : "38.73043" , "R0" : "0.15150" , "X0" : "0.05193" , "C0" : "0.05193" , "Imax" : "440" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8507825531032580, 42.8158812953719803] , [-78.8512378000994261, 42.8157544994572348] , [-78.8512378000994261, 42.8157544994572348] , [-78.8511794852418149, 42.8156265257722026] , [-78.8511211706153716, 42.8154985520600491] , [-78.8510628562201532, 42.8153705783207883] , [-78.8510045420560743, 42.8152426045544274] , [-78.8509462281232203, 42.8151146307609380] , [-78.8508879144215058, 42.8149866569403343] , [-78.8508296009510303, 42.8148586830926448] , [-78.8507712877116802, 42.8147307092178053] , [-78.8507129747035407, 42.8146027353158871] , [-78.8505845254578190, 42.8146139205820333] , [-78.8504111535026055, 42.8146578502662649] , [-78.8502377813111792, 42.8147017796820819] , [-78.8502377813111792, 42.8147017796820819] , [-78.8501566090051966, 42.8144852182711801] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "8_10" , "NomV" : "12.47" , "Len" : "0.250" , "Equip" : "3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0" , "R" : "0.04301" , "X" : "0.07611" , "C" : "3.76332" , "R0" : "0.10019" , "X0" : "0.24419" , "C0" : "0.24419" , "Imax" : "520" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8507825531032580, 42.8158812953719803] , [-78.8512378000994261, 42.8157544994572348] , [-78.8512378000994261, 42.8157544994572348] , [-78.8512961151882621, 42.8158824731151597] , [-78.8513544305082661, 42.8160104467459561] , [-78.8514127460594665, 42.8161384203496453] , [-78.8514710618418917, 42.8162663939262345] , [-78.8515293778554991, 42.8163943674756737] , [-78.8515876941003171, 42.8165223409980342] , [-78.8516460105763457, 42.8166503144932591] , [-78.8529351236518892, 42.8166923261706884] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "8_10" , "NomV" : "12.47" , "Len" : "0.222" , "Equip" : "3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0" , "R" : "0.03808" , "X" : "0.06738" , "C" : "3.33166" , "R0" : "0.08870" , "X0" : "0.21618" , "C0" : "0.21618" , "Imax" : "520" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8529351236518892, 42.8166923261706884] , [-78.8556420121223880, 42.8167804951885245] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:10_28-DT0)" , "NodeA" : "DT0" , "NodeB" : "10_28" , "NomV" : "12.47" , "Len" : "0.257" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.08320" , "X" : "0.06667" , "C" : "31.21654" , "R0" : "0.19483" , "X0" : "0.06480" , "C0" : "0.06480" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8497193285991926, 42.8182859813005976] , [-78.8497759126025812, 42.8184144634537205] , [-78.8498324968307998, 42.8185429455813207] , [-78.8498890812838766, 42.8186714276833911] , [-78.8499456659617550, 42.8187999097599103] , [-78.8500022508645202, 42.8189283918109282] , [-78.8501080499541729, 42.8190239399037651] , [-78.8500588359921295, 42.8190568738363950] , [-78.8501154213445830, 42.8191853558363178] , [-78.8501720069218806, 42.8193138378107321] , [-78.8502285927240223, 42.8194423197596024] , [-78.8502851787510224, 42.8195708016829357] , [-78.8503417650028950, 42.8196992835807464] , [-78.8503983514796261, 42.8198277654530344] , [-78.8504549381812154, 42.8199562472997570] , [-78.8505115251076631, 42.8200847291209570] , [-78.8505115251076631, 42.8200847291209570] , [-78.8508239268245177, 42.8199792052669537] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "DT0" , "NomV" : "12.47" , "Len" : "0.408" , "Equip" : "3P_UG_AL_750kcmil_15_12_47_0" , "R" : "0.06035" , "X" : "0.07331" , "C" : "76.01567" , "R0" : "0.12725" , "X0" : "0.04380" , "C0" : "0.04380" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496061612669195, 42.8180290169177695] , [-78.8495495779380633, 42.8179005346880501] , [-78.8496772749897019, 42.8178089228536294] , [-78.8498513398481720, 42.8177664481309250] , [-78.8500254044777051, 42.8177239731378876] , [-78.8501994688783441, 42.8176814978745384] , [-78.8503735330500604, 42.8176390223408845] , [-78.8505475969928682, 42.8175965465368904] , [-78.8507216607067392, 42.8175540704626059] , [-78.8508957241916875, 42.8175115941179882] , [-78.8510697874477131, 42.8174691175030659] , [-78.8512438504748303, 42.8174266406178177] , [-78.8514179132730249, 42.8173841634622860] , [-78.8515919758422825, 42.8173416860364426] , [-78.8517660381826175, 42.8172992083402875] , [-78.8519375964246620, 42.8172901815626403] , [-78.8520098071429061, 42.8172394885148648] , [-78.8539545182148061, 42.8169937551480970] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "DT0" , "NomV" : "12.47" , "Len" : "0.140" , "Equip" : "3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0" , "R" : "0.01683" , "X" : "0.03969" , "C" : "2.24509" , "R0" : "0.04120" , "X0" : "0.12815" , "C0" : "0.12815" , "Imax" : "660" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8539545182148061, 42.8169937551480970] , [-78.8556420121223880, 42.8167804951885245] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:1_27-DT2)" , "NodeA" : "1_27" , "NodeB" : "DT2" , "NomV" : "12.47" , "Len" : "0.065" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.02088" , "X" : "0.01673" , "C" : "7.83437" , "R0" : "0.04890" , "X0" : "0.01626" , "C0" : "0.01626" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8478680230497275, 42.8146436480871415] , [-78.8480784902958334, 42.8145599877560343] , [-78.8480784902958334, 42.8145599877560343] , [-78.8480219130365896, 42.8144315048371809] , [-78.8479653360020905, 42.8143030218928047] , [-78.8479087591923786, 42.8141745389229129] , [-78.8479087591923786, 42.8141745389229129] , [-78.8479087591923786, 42.8141745389229129] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:9_13-DT0)" , "NodeA" : "DT0" , "NodeB" : "9_13" , "NomV" : "12.47" , "Len" : "0.178" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.05740" , "X" : "0.04600" , "C" : "21.53691" , "R0" : "0.13442" , "X0" : "0.04470" , "C0" : "0.04470" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496061612669195, 42.8180290169177695] , [-78.8495032099023234, 42.8178513973060078] , [-78.8494364119547839, 42.8176435701520504] , [-78.8493798293003465, 42.8175150878457274] , [-78.8493232468707816, 42.8173866055139101] , [-78.8492666646660183, 42.8172581231565630] , [-78.8492100826860991, 42.8171296407736790] , [-78.8491535009309672, 42.8170011583652794] , [-78.8490969194006652, 42.8168726759313429] , [-78.8490969194006652, 42.8168726759313429] , [-78.8494013246440630, 42.8167715980887351] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:12_20-DT0)" , "NodeA" : "DT0" , "NodeB" : "12_20" , "NomV" : "12.47" , "Len" : "0.193" , "Equip" : "3P_OH_AL_ACSR_4/0_Penguin_12_47_0" , "R" : "0.05215" , "X" : "0.06162" , "C" : "2.75482" , "R0" : "0.11456" , "X0" : "0.20247" , "C0" : "0.20247" , "Imax" : "365" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8496627448206482, 42.8181574991219307] , [-78.8497193285991926, 42.8182859813005976] , [-78.8497759126025812, 42.8184144634537205] , [-78.8498324968307998, 42.8185429455813207] , [-78.8498890812838766, 42.8186714276833911] , [-78.8499456659617550, 42.8187999097599103] , [-78.8500022508645202, 42.8189283918109282] , [-78.8499343234629180, 42.8190671417457267] , [-78.8497605967390456, 42.8191103433183002] , [-78.8495868697825557, 42.8191535446215070] , [-78.8494131425934768, 42.8191967456553186] , [-78.8492394151717662, 42.8192399464197351] , [-78.8492394151717662, 42.8192399464197351] , [-78.8491529101844861, 42.8190077958287461] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:11_0-DT3LV)" , "NodeA" : "DT3LV" , "NodeB" : "11_0" , "NomV" : "0.42" , "Len" : "0.026" , "Equip" : "3P_UG_AL_750kcmil_15_0_480_0" , "R" : "0.00391" , "X" : "0.00475" , "C" : "4.92848" , "R0" : "0.00825" , "X0" : "0.00284" , "C0" : "0.00284" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8497176633194243, 42.8148335663192157] , [-78.8496115902272550, 42.8146085223675001] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:6_8-DT2LV)" , "NodeA" : "DT2LV" , "NodeB" : "6_8" , "NomV" : "0.42" , "Len" : "0.032" , "Equip" : "3P_UG_AL_750kcmil_15_0_480_0" , "R" : "0.00470" , "X" : "0.00571" , "C" : "5.92248" , "R0" : "0.00991" , "X0" : "0.00341" , "C0" : "0.00341" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8479087591923786, 42.8141745389229129] , [-78.8482684569654992, 42.8140658589609870] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:4_3-DT1LV)" , "NodeA" : "DT1LV" , "NodeB" : "4_3" , "NomV" : "0.42" , "Len" : "0.077" , "Equip" : "3P_UG_AL_750kcmil_15_0_480_0" , "R" : "0.01145" , "X" : "0.01390" , "C" : "14.41511" , "R0" : "0.02413" , "X0" : "0.00831" , "C0" : "0.00831" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8477390301118248, 42.8137890898601299] , [-78.8486208569172362, 42.8135362421558625] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:5_0-DT1LV)" , "NodeA" : "DT1LV" , "NodeB" : "5_0" , "NomV" : "0.42" , "Len" : "0.032" , "Equip" : "3P_UG_AL_750kcmil_15_0_480_0" , "R" : "0.00469" , "X" : "0.00570" , "C" : "5.90739" , "R0" : "0.00989" , "X0" : "0.00340" , "C0" : "0.00340" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8477390301118248, 42.8137890898601299] , [-78.8480917353681434, 42.8136703735737143] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:DT1-DT2)" , "NodeA" : "DT2" , "NodeB" : "DT1" , "NomV" : "12.47" , "Len" : "0.045" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.01455" , "X" : "0.01166" , "C" : "5.46108" , "R0" : "0.03408" , "X0" : "0.01134" , "C0" : "0.01134" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8479087591923786, 42.8141745389229129] , [-78.8479087591923786, 42.8141745389229129] , [-78.8479087591923786, 42.8141745389229129] , [-78.8478521826074257, 42.8140460559274771] , [-78.8477956062472316, 42.8139175729065826] , [-78.8477390301118248, 42.8137890898601299] , [-78.8477390301118248, 42.8137890898601299] , [-78.8477390301118248, 42.8137890898601299] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:2_0-DT0LV)" , "NodeA" : "DT0LV" , "NodeB" : "2_0" , "NomV" : "0.42" , "Len" : "0.029" , "Equip" : "3P_UG_AL_750kcmil_15_0_480_0" , "R" : "0.00427" , "X" : "0.00518" , "C" : "5.37213" , "R0" : "0.00899" , "X0" : "0.00310" , "C0" : "0.00310" , "Imax" : "640" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8496627448206482, 42.8181574991219307] , [-78.8500121039077584, 42.8181218292807273] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:7_7-9_13)" , "NodeA" : "9_13" , "NodeB" : "7_7" , "NomV" : "12.47" , "Len" : "0.137" , "Equip" : "3P_UG_AL_4/0_25_12_47_0" , "R" : "0.04422" , "X" : "0.03544" , "C" : "16.59303" , "R0" : "0.10356" , "X0" : "0.03444" , "C0" : "0.03444" , "Imax" : "330" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8494013246440630, 42.8167715980887351] , [-78.8490969194006652, 42.8168726759313429] , [-78.8490969194006652, 42.8168726759313429] , [-78.8490403380951790, 42.8167441934718767] , [-78.8489837570144800, 42.8166157109868948] , [-78.8489271761585968, 42.8164872284763973] , [-78.8488705955275151, 42.8163587459403487] , [-78.8488140151212491, 42.8162302633787846] , [-78.8487574349397846, 42.8161017807917261] , [-78.8487574349397846, 42.8161017807917261] , [-78.8485427401155050, 42.8161767181811186] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:12_20-13_4)" , "NodeA" : "12_20" , "NodeB" : "13_4" , "NomV" : "12.47" , "Len" : "0.202" , "Equip" : "3P_OH_AL_ACSR_4/0_Penguin_12_47_0" , "R" : "0.05464" , "X" : "0.06455" , "C" : "2.88613" , "R0" : "0.12003" , "X0" : "0.21212" , "C0" : "0.21212" , "Imax" : "365" , "Status" : "1" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8491529101844861, 42.8190077958287461] , [-78.8492394151717662, 42.8192399464197351] , [-78.8492394151717662, 42.8192399464197351] , [-78.8490656875174523, 42.8192831469147706] , [-78.8488919596305351, 42.8193263471404322] , [-78.8487182315110005, 42.8193695470966915] , [-78.8485445031588483, 42.8194127467835628] , [-78.8483707745741214, 42.8194559462010389] , [-78.8482533264396466, 42.8195587351729898] , [-78.8483083067808508, 42.8196875480683943] , [-78.8483632873407174, 42.8198163609396971] , [-78.8484182681192607, 42.8199451737868841] , [-78.8484182681192607, 42.8199451737868841] , [-78.8489109517662712, 42.8198932913015184] ] } }, +{ "type": "Feature", "properties": { "type" : "Line" , "Code" : "L(R:1_27-7_7)" , "NodeA" : "1_27" , "NodeB" : "7_7" , "NomV" : "12.47" , "Len" : "0.219" , "Equip" : "3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1" , "R" : "0.01239" , "X" : "0.05589" , "C" : "3.94495" , "R0" : "0.03344" , "X0" : "0.18376" , "C0" : "0.18376" , "Imax" : "1040" , "Status" : "0" , "Phases" : "ABC" } , "geometry": { "type": "LineString", "coordinates": [ [-78.8478680230497275, 42.8146436480871415] , [-78.8480784902958334, 42.8145599877560343] , [-78.8480784902958334, 42.8145599877560343] , [-78.8481350677798645, 42.8146884706493722] , [-78.8481916454886687, 42.8148169535171874] , [-78.8482482234222601, 42.8149454363594799] , [-78.8483048015806105, 42.8150739191762568] , [-78.8483613799637482, 42.8152024019675252] , [-78.8484179585716731, 42.8153308847332426] , [-78.8484745374043712, 42.8154593674734727] , [-78.8485311164618707, 42.8155878501881659] , [-78.8485876957441718, 42.8157163328773365] , [-78.8486442752512602, 42.8158448155409985] , [-78.8487008549831216, 42.8159732981791095] , [-78.8487574349397846, 42.8161017807917261] , [-78.8487574349397846, 42.8161017807917261] , [-78.8485427401155050, 42.8161767181811186] ] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-DT3)_40" , "NodeA" : "DT3" , "NodeB" : "1_27" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8497176633194243, 42.8148335663192157] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-DT3)_41" , "NodeA" : "DT3" , "NodeB" : "1_27" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8478680230497275, 42.8146436480871415] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:3_14-DT3)_42" , "NodeA" : "3_14" , "NodeB" : "DT3" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8501566090051966, 42.8144852182711801] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:3_14-DT3)_43" , "NodeA" : "3_14" , "NodeB" : "DT3" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8497176633194243, 42.8148335663192157] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:3_14-8_10)_44" , "NodeA" : "8_10" , "NodeB" : "3_14" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8507825531032580, 42.8158812953719803] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:3_14-8_10)_45" , "NodeA" : "8_10" , "NodeB" : "3_14" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8501566090051966, 42.8144852182711801] } }, +{ "type": "Feature", "properties": { "type" : "Breaker" , "Code" : "Breaker(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "8_10" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8556420121223880, 42.8167804951885245] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:10_28-DT0)_51" , "NodeA" : "DT0" , "NodeB" : "10_28" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8496627448206482, 42.8181574991219307] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:10_28-DT0)_52" , "NodeA" : "DT0" , "NodeB" : "10_28" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8508239268245177, 42.8199792052669537] } }, +{ "type": "Feature", "properties": { "type" : "Breaker" , "Code" : "Breaker(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53" , "NodeA" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "NodeB" : "DT0" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8556420121223880, 42.8167804951885245] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-DT2)_38" , "NodeA" : "1_27" , "NodeB" : "DT2" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8478680230497275, 42.8146436480871415] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-DT2)_39" , "NodeA" : "1_27" , "NodeB" : "DT2" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:9_13-DT0)_49" , "NodeA" : "DT0" , "NodeB" : "9_13" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8496627448206482, 42.8181574991219307] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:9_13-DT0)_50" , "NodeA" : "DT0" , "NodeB" : "9_13" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8494013246440630, 42.8167715980887351] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:DT1-DT2)_36" , "NodeA" : "DT2" , "NodeB" : "DT1" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:DT1-DT2)_37" , "NodeA" : "DT2" , "NodeB" : "DT1" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8477390301118248, 42.8137890898601299] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:7_7-9_13)_47" , "NodeA" : "9_13" , "NodeB" : "7_7" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8494013246440630, 42.8167715980887351] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:7_7-9_13)_48" , "NodeA" : "9_13" , "NodeB" : "7_7" , "NomV_kV" : "12.47" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8485427401155050, 42.8161767181811186] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-7_7)_54" , "NodeA" : "1_27" , "NodeB" : "7_7" , "NomV_kV" : "12.47" , "Subest" : "n.a." , "Feeder" : "n.a." } , "geometry": { "type": "Point", "coordinates": [ -78.8478680230497275, 42.8146436480871415] } }, +{ "type": "Feature", "properties": { "type" : "Switch" , "Code" : "PadSwitch(R:1_27-7_7)_55" , "NodeA" : "1_27" , "NodeB" : "7_7" , "NomV_kV" : "12.47" , "Subest" : "n.a." , "Feeder" : "n.a." } , "geometry": { "type": "Point", "coordinates": [ -78.8485427401155050, 42.8161767181811186] } }, +{ "type": "Feature", "properties": { "type" : "Capacitor" , "Code" : "C0" , "Node" : "1_27" , "Phases" : "3" , "NomV_kV" : "12.47" , "Size_kVAr" : "600.00" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8478680230497275, 42.8146436480871415] } }, +{ "type": "Feature", "properties": { "type" : "Capacitor" , "Code" : "C1" , "Node" : "DT2" , "Phases" : "3" , "NomV_kV" : "12.47" , "Size_kVAr" : "600.00" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "Capacitor" , "Code" : "C2" , "Node" : "DT1" , "Phases" : "3" , "NomV_kV" : "12.47" , "Size_kVAr" : "600.00" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8477390301118248, 42.8137890898601299] } }, +{ "type": "Feature", "properties": { "type" : "HVMVSubstation" , "Code" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_MAQ1" , "NodeA" : "ST_MAT" , "NodeB" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Size_kVA" : "80000.00" , "Vnom1" : "69.000" , "Vnom2" : "12.470" , "Phases" : "3" , "Xsc(pu)" : "0.00009288" , "TapMin" : "0.9000" , "TapMax" : "1.1000" , "LV_R(ohm)" : "0.00000" , "Subest" : "n.a." , "Feeder" : "n.a." } , "geometry": { "type": "Point", "coordinates": [ -78.8556423232042363, 42.8167714961271315] } }, +{ "type": "Feature", "properties": { "type" : "DistribTransf" , "Code" : "Tr(R:DT0-DT0LV)" , "NodeA" : "DT0" , "NodeB" : "DT0LV" , "Size_kVA" : "1000.00" , "Vnom1" : "12.470" , "Vnom2" : "0.416" , "Phases" : "3" , "Xsc(pu)" : "0.00562000" , "TapMin" : "1.0300" , "TapMax" : "1.0300" , "LV_R(ohm)" : "0.00276" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" } , "geometry": { "type": "Point", "coordinates": [ -78.8496627448206482, 42.8181574991219307] } }, +{ "type": "Feature", "properties": { "type" : "DistribTransf" , "Code" : "Tr(R:DT1-DT1LV)" , "NodeA" : "DT1" , "NodeB" : "DT1LV" , "Size_kVA" : "1000.00" , "Vnom1" : "12.470" , "Vnom2" : "0.416" , "Phases" : "3" , "Xsc(pu)" : "0.00562000" , "TapMin" : "1.0300" , "TapMax" : "1.0300" , "LV_R(ohm)" : "0.00276" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8477390301118248, 42.8137890898601299] } }, +{ "type": "Feature", "properties": { "type" : "DistribTransf" , "Code" : "Tr(R:DT2-DT2LV)" , "NodeA" : "DT2" , "NodeB" : "DT2LV" , "Size_kVA" : "300.00" , "Vnom1" : "12.470" , "Vnom2" : "0.416" , "Phases" : "3" , "Xsc(pu)" : "0.01253333" , "TapMin" : "1.0300" , "TapMax" : "1.0300" , "LV_R(ohm)" : "0.01052" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8479087591923786, 42.8141745389229129] } }, +{ "type": "Feature", "properties": { "type" : "DistribTransf" , "Code" : "Tr(R:DT3-DT3LV)" , "NodeA" : "DT3" , "NodeB" : "DT3LV" , "Size_kVA" : "1000.00" , "Vnom1" : "12.470" , "Vnom2" : "0.416" , "Phases" : "3" , "Xsc(pu)" : "0.00562000" , "TapMin" : "1.0300" , "TapMax" : "1.0300" , "LV_R(ohm)" : "0.00276" , "Subest" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" } , "geometry": { "type": "Point", "coordinates": [ -78.8497176633194243, 42.8148335663192157] } } +] +} diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/BusCoord.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/BusCoord.dss new file mode 100644 index 0000000..9b79c87 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/BusCoord.dss @@ -0,0 +1,39 @@ +DT0,675790,4742864 +DT0LV,675790,4742864 +DT1,675959,4742383 +DT1LV,675959,4742383 +DT2,675944,4742426 +DT2LV,675944,4742426 +DT3LV,675795,4742495 +2_0,675761,4742860 +3_14,675760,4742456 +4_3,675888,4742353 +5_0,675931,4742369 +6_8,675915,4742413 +7_7,675887,4742647 +8_10,675705,4742609 +9_13,675815,4742711 +10_28,675690,4743064 +11_0,675804,4742470 +12_20,675829,4742960 +13_4,675846,4743059 +3_14-DT3X,675760,4742456 +3_14-DT3XX,675795,4742495 +3_14-8_10XX,675705,4742609 +3_14-8_10X,675760,4742456 +8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX,675705,4742609 +8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X,675526,4742695 +10_28-DT0XX,675790,4742864 +10_28-DT0X,675690,4743064 +DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX,675790,4742864 +DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X,675442,4742726 +1_27-DT2X,675946,4742478 +1_27-DT2XX,675944,4742426 +9_13-DT0XX,675790,4742864 +9_13-DT0X,675815,4742711 +DT1-DT2XX,675944,4742426 +DT1-DT2X,675959,4742383 +7_7-9_13XX,675815,4742711 +7_7-9_13X,675887,4742647 +1_27-7_7X,675946,4742478 +1_27-7_7XX,675887,4742647 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Capacitors.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Capacitors.dss new file mode 100644 index 0000000..84d6e16 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Capacitors.dss @@ -0,0 +1,3 @@ +New Capacitor.C0 bus1=1_27 phases=3 kvar=600 kV=12.47 Conn=wye Basefreq=60 +New Capacitor.C1 bus1=DT2 phases=3 kvar=600 kV=12.47 Conn=wye Basefreq=60 +New Capacitor.C2 bus1=DT1 phases=3 kvar=600 kV=12.47 Conn=wye Basefreq=60 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Dummy.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Dummy.dss new file mode 100644 index 0000000..e69de29 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Generators.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Generators.dss new file mode 100644 index 0000000..e69de29 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/GeneratorsShapes.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/GeneratorsShapes.dss new file mode 100644 index 0000000..e69de29 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCodes.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCodes.dss new file mode 100644 index 0000000..e51eee6 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCodes.dss @@ -0,0 +1,88 @@ +New LineCode.1P_OH_AL_4_Periwinkle_0_120_0 nphases=2 r1=1.36477 x1=0.320395 c1=16.3865 r0=1.54242 x0=2.28844 c0=6.86533 Units=km basefreq=60 normamps=145 faultrate=0.1 +New LineCode.1P_OH_AL_1/0_Neritina_0_120_0 nphases=2 r1=0.541287 x1=0.285416 c1=19.4858 r0=0.718937 x0=2.25346 c0=6.76039 Units=km basefreq=60 normamps=260 faultrate=0.1 +New LineCode.1P_OH_AL_2/0_Rucina_0_120_0 nphases=2 r1=0.426489 x1=0.276682 c1=20.4756 r0=0.60414 x0=2.24473 c0=6.73419 Units=km basefreq=60 normamps=300 faultrate=0.1 +New LineCode.1P_OH_AL_4/0_Zuzara_0_120_0 nphases=2 r1=0.268993 x1=0.259199 c1=22.839 r0=0.446644 x0=2.22725 c0=6.68174 Units=km basefreq=60 normamps=405 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_15_0_480_0 nphases=3 r1=0.329127 x1=0.25679 c1=138.397 r0=0.76167 x0=0.234062 c0=0.234062 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_0_480_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_0_480_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_#2_Sparrow_12_47_0 nphases=1 r1=1.05747 x1=0.711862 c1=8.59323 r0=1.05747 x0=0.711862 c0=2.13559 Units=km basefreq=60 normamps=185 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_1/0_Raven_12_47_0 nphases=1 r1=0.697942 x1=0.617925 c1=8.99785 r0=0.697942 x0=0.617925 c0=1.85377 Units=km basefreq=60 normamps=240 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=1 r1=0.386224 x1=0.528525 c1=9.6883 r0=0.386224 x0=0.528525 c0=1.58557 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=1 r1=0.253492 x1=0.492023 c1=10.1336 r0=0.253492 x0=0.492023 c0=1.47607 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=1 r1=0.182012 x1=0.456639 c1=10.706 r0=0.182012 x0=0.456639 c0=1.36992 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=2 r1=0.269693 x1=0.311321 c1=14.4338 r0=0.447344 x0=2.0801 c0=3.12015 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=2 r1=0.171596 x1=0.296441 c1=15.2117 r0=0.349246 x0=2.06522 c0=3.09783 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=3 r1=0.270023 x1=0.31903 c1=14.2638 r0=0.593192 x0=1.04835 c0=1.04835 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=3 r1=0.171849 x1=0.304078 c1=15.0353 r0=0.400298 x0=0.975586 c0=0.975586 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=3 r1=0.120208 x1=0.283474 c1=16.0337 r0=0.294217 x0=0.915232 c0=0.915232 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 nphases=3 r1=0.0565477 x1=0.255164 c1=18.01 r0=0.152649 x0=0.838945 c0=0.838945 Units=km basefreq=60 normamps=1040 faultrate=0.1 +New LineCode.1P_OH_AL_4_Periwinkle_0_120_0 nphases=2 r1=1.36477 x1=0.320395 c1=16.3865 r0=1.54242 x0=2.28844 c0=6.86533 Units=km basefreq=60 normamps=145 faultrate=0.1 +New LineCode.1P_OH_AL_1/0_Neritina_0_120_0 nphases=2 r1=0.541287 x1=0.285416 c1=19.4858 r0=0.718937 x0=2.25346 c0=6.76039 Units=km basefreq=60 normamps=260 faultrate=0.1 +New LineCode.1P_OH_AL_2/0_Rucina_0_120_0 nphases=2 r1=0.426489 x1=0.276682 c1=20.4756 r0=0.60414 x0=2.24473 c0=6.73419 Units=km basefreq=60 normamps=300 faultrate=0.1 +New LineCode.1P_OH_AL_4/0_Zuzara_0_120_0 nphases=2 r1=0.268993 x1=0.259199 c1=22.839 r0=0.446644 x0=2.22725 c0=6.68174 Units=km basefreq=60 normamps=405 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_15_0_480_0 nphases=3 r1=0.329127 x1=0.25679 c1=138.397 r0=0.76167 x0=0.234062 c0=0.234062 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_0_480_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_0_480_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_#2_Sparrow_12_47_0 nphases=1 r1=1.05747 x1=0.711862 c1=8.59323 r0=1.05747 x0=0.711862 c0=2.13559 Units=km basefreq=60 normamps=185 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_1/0_Raven_12_47_0 nphases=1 r1=0.697942 x1=0.617925 c1=8.99785 r0=0.697942 x0=0.617925 c0=1.85377 Units=km basefreq=60 normamps=240 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=1 r1=0.386224 x1=0.528525 c1=9.6883 r0=0.386224 x0=0.528525 c0=1.58557 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=1 r1=0.253492 x1=0.492023 c1=10.1336 r0=0.253492 x0=0.492023 c0=1.47607 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=1 r1=0.182012 x1=0.456639 c1=10.706 r0=0.182012 x0=0.456639 c0=1.36992 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=2 r1=0.269693 x1=0.311321 c1=14.4338 r0=0.447344 x0=2.0801 c0=3.12015 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=2 r1=0.171596 x1=0.296441 c1=15.2117 r0=0.349246 x0=2.06522 c0=3.09783 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=3 r1=0.270023 x1=0.31903 c1=14.2638 r0=0.593192 x0=1.04835 c0=1.04835 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=3 r1=0.171849 x1=0.304078 c1=15.0353 r0=0.400298 x0=0.975586 c0=0.975586 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=3 r1=0.120208 x1=0.283474 c1=16.0337 r0=0.294217 x0=0.915232 c0=0.915232 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 nphases=3 r1=0.0565477 x1=0.255164 c1=18.01 r0=0.152649 x0=0.838945 c0=0.838945 Units=km basefreq=60 normamps=1040 faultrate=0.1 +New LineCode.1P_OH_AL_4_Periwinkle_0_120_0 nphases=2 r1=1.36477 x1=0.320395 c1=16.3865 r0=1.54242 x0=2.28844 c0=6.86533 Units=km basefreq=60 normamps=145 faultrate=0.1 +New LineCode.1P_OH_AL_1/0_Neritina_0_120_0 nphases=2 r1=0.541287 x1=0.285416 c1=19.4858 r0=0.718937 x0=2.25346 c0=6.76039 Units=km basefreq=60 normamps=260 faultrate=0.1 +New LineCode.1P_OH_AL_2/0_Rucina_0_120_0 nphases=2 r1=0.426489 x1=0.276682 c1=20.4756 r0=0.60414 x0=2.24473 c0=6.73419 Units=km basefreq=60 normamps=300 faultrate=0.1 +New LineCode.1P_OH_AL_4/0_Zuzara_0_120_0 nphases=2 r1=0.268993 x1=0.259199 c1=22.839 r0=0.446644 x0=2.22725 c0=6.68174 Units=km basefreq=60 normamps=405 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_15_0_480_0 nphases=3 r1=0.329127 x1=0.25679 c1=138.397 r0=0.76167 x0=0.234062 c0=0.234062 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_0_480_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_0_480_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_#2_Sparrow_12_47_0 nphases=1 r1=1.05747 x1=0.711862 c1=8.59323 r0=1.05747 x0=0.711862 c0=2.13559 Units=km basefreq=60 normamps=185 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_1/0_Raven_12_47_0 nphases=1 r1=0.697942 x1=0.617925 c1=8.99785 r0=0.697942 x0=0.617925 c0=1.85377 Units=km basefreq=60 normamps=240 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=1 r1=0.386224 x1=0.528525 c1=9.6883 r0=0.386224 x0=0.528525 c0=1.58557 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=1 r1=0.253492 x1=0.492023 c1=10.1336 r0=0.253492 x0=0.492023 c0=1.47607 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=1 r1=0.182012 x1=0.456639 c1=10.706 r0=0.182012 x0=0.456639 c0=1.36992 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=2 r1=0.269693 x1=0.311321 c1=14.4338 r0=0.447344 x0=2.0801 c0=3.12015 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=2 r1=0.171596 x1=0.296441 c1=15.2117 r0=0.349246 x0=2.06522 c0=3.09783 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=3 r1=0.270023 x1=0.31903 c1=14.2638 r0=0.593192 x0=1.04835 c0=1.04835 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=3 r1=0.171849 x1=0.304078 c1=15.0353 r0=0.400298 x0=0.975586 c0=0.975586 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=3 r1=0.120208 x1=0.283474 c1=16.0337 r0=0.294217 x0=0.915232 c0=0.915232 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 nphases=3 r1=0.0565477 x1=0.255164 c1=18.01 r0=0.152649 x0=0.838945 c0=0.838945 Units=km basefreq=60 normamps=1040 faultrate=0.1 +New LineCode.1P_OH_AL_4_Periwinkle_0_120_0 nphases=2 r1=1.36477 x1=0.320395 c1=16.3865 r0=1.54242 x0=2.28844 c0=6.86533 Units=km basefreq=60 normamps=145 faultrate=0.1 +New LineCode.1P_OH_AL_1/0_Neritina_0_120_0 nphases=2 r1=0.541287 x1=0.285416 c1=19.4858 r0=0.718937 x0=2.25346 c0=6.76039 Units=km basefreq=60 normamps=260 faultrate=0.1 +New LineCode.1P_OH_AL_2/0_Rucina_0_120_0 nphases=2 r1=0.426489 x1=0.276682 c1=20.4756 r0=0.60414 x0=2.24473 c0=6.73419 Units=km basefreq=60 normamps=300 faultrate=0.1 +New LineCode.1P_OH_AL_4/0_Zuzara_0_120_0 nphases=2 r1=0.268993 x1=0.259199 c1=22.839 r0=0.446644 x0=2.22725 c0=6.68174 Units=km basefreq=60 normamps=405 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_15_0_480_0 nphases=3 r1=0.329127 x1=0.25679 c1=138.397 r0=0.76167 x0=0.234062 c0=0.234062 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_0_480_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_0_480_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_#2_Sparrow_12_47_0 nphases=1 r1=1.05747 x1=0.711862 c1=8.59323 r0=1.05747 x0=0.711862 c0=2.13559 Units=km basefreq=60 normamps=185 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_1/0_Raven_12_47_0 nphases=1 r1=0.697942 x1=0.617925 c1=8.99785 r0=0.697942 x0=0.617925 c0=1.85377 Units=km basefreq=60 normamps=240 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=1 r1=0.386224 x1=0.528525 c1=9.6883 r0=0.386224 x0=0.528525 c0=1.58557 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=1 r1=0.253492 x1=0.492023 c1=10.1336 r0=0.253492 x0=0.492023 c0=1.47607 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.1P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=1 r1=0.182012 x1=0.456639 c1=10.706 r0=0.182012 x0=0.456639 c0=1.36992 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=2 r1=0.269693 x1=0.311321 c1=14.4338 r0=0.447344 x0=2.0801 c0=3.12015 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=2 r1=0.171596 x1=0.296441 c1=15.2117 r0=0.349246 x0=2.06522 c0=3.09783 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=3 r1=0.270023 x1=0.31903 c1=14.2638 r0=0.593192 x0=1.04835 c0=1.04835 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 nphases=3 r1=0.171849 x1=0.304078 c1=15.0353 r0=0.400298 x0=0.975586 c0=0.975586 Units=km basefreq=60 normamps=520 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 nphases=3 r1=0.120208 x1=0.283474 c1=16.0337 r0=0.294217 x0=0.915232 c0=0.915232 Units=km basefreq=60 normamps=660 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 nphases=3 r1=0.0565477 x1=0.255164 c1=18.01 r0=0.152649 x0=0.838945 c0=0.838945 Units=km basefreq=60 normamps=1040 faultrate=0.1 +New LineCode.1P_UG_AL_1/0_Brenau_0_120_0 nphases=2 r1=0.541287 x1=0.285416 c1=19.4794 r0=0.718937 x0=2.25346 c0=6.76039 Units=km basefreq=60 normamps=235 faultrate=0.1 +New LineCode.1P_UG_AL_2/0_Converse_0_120_0 nphases=2 r1=0.426489 x1=0.276682 c1=20.4691 r0=0.60414 x0=2.24473 c0=6.73419 Units=km basefreq=60 normamps=270 faultrate=0.1 +New LineCode.1P_UG_AL_4/0_Sweetbriar_0_120_0 nphases=2 r1=0.268993 x1=0.259199 c1=22.8319 r0=0.446644 x0=2.22725 c0=6.68174 Units=km basefreq=60 normamps=350 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_15_0_480_0 nphases=3 r1=0.329127 x1=0.25679 c1=138.397 r0=0.76167 x0=0.234062 c0=0.234062 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_0_480_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_0_480_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.1P_UG_AL_#2_15_12_47_0 nphases=1 r1=1.1682 x1=0.810738 c1=99.6742 r0=1.1682 x0=0.810738 c0=2.43222 Units=km basefreq=60 normamps=170 faultrate=0.1 +New LineCode.1P_UG_AL_1/0_15_12_47_0 nphases=1 r1=0.939701 x1=0.57124 c1=117.04 r0=0.939701 x0=0.57124 c0=1.71372 Units=km basefreq=60 normamps=225 faultrate=0.1 +New LineCode.1P_UG_AL_4/0_15_12_47_0 nphases=1 r1=0.629971 x1=0.330149 c1=138.397 r0=0.629971 x0=0.330149 c0=0.990447 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.2P_OH_AL_ACSR_4/0_Penguin_12_47_0 nphases=2 r1=0.269693 x1=0.311321 c1=14.4338 r0=0.447344 x0=2.0801 c0=3.12015 Units=km basefreq=60 normamps=365 faultrate=0.1 +New LineCode.3P_UG_AL_4/0_25_12_47_0 nphases=3 r1=0.323355 x1=0.259134 c1=121.324 r0=0.757231 x0=0.251831 c0=0.251831 Units=km basefreq=60 normamps=330 faultrate=0.1 +New LineCode.3P_UG_AL_350kcmil_15_12_47_0 nphases=3 r1=0.221219 x1=0.238004 c1=161.185 r0=0.630504 x0=0.216135 c0=0.216135 Units=km basefreq=60 normamps=440 faultrate=0.1 +New LineCode.3P_UG_AL_500kcmil_15_12_47_0 nphases=3 r1=0.181852 x1=0.213563 c1=176.535 r0=0.466349 x0=0.145746 c0=0.145746 Units=km basefreq=60 normamps=530 faultrate=0.1 +New LineCode.3P_UG_AL_750kcmil_15_12_47_0 nphases=3 r1=0.147875 x1=0.179626 c1=186.249 r0=0.311785 x0=0.107327 c0=0.107327 Units=km basefreq=60 normamps=640 faultrate=0.1 +New LineCode.3P_UG_AL_1000mcm_15_12_47_0 nphases=3 r1=0.126502 x1=0.15476 c1=200.635 r0=0.235188 x0=0.0953298 c0=0.0953298 Units=km basefreq=60 normamps=730 faultrate=0.1 +New LineCode.3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 nphases=3 r1=0.0565477 x1=0.255164 c1=18.01 r0=0.152649 x0=0.838945 c0=0.838945 Units=km basefreq=60 normamps=1040 faultrate=0.1 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCoord.txt b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCoord.txt new file mode 100644 index 0000000..694b1d8 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LineCoord.txt @@ -0,0 +1,20 @@ +L(R:1_27-DT3);(675795,4742495);(675795,4742495);(675795,4742495);(675809,4742500);(675823,4742506);(675837,4742511);(675851,4742516);(675865,4742521);(675879,4742527);(675893,4742532);(675909,4742525);(675914,4742511);(675919,4742497);(675924,4742482);(675929,4742468);(675929,4742468);(675946,4742478) +L(R:3_14-DT3);(675760,4742456);(675752,4742479);(675752,4742479);(675766,4742485);(675781,4742490);(675795,4742495);(675795,4742495);(675795,4742495) +L(R:3_14-8_10);(675705,4742609);(675668,4742594);(675668,4742594);(675673,4742580);(675678,4742566);(675683,4742552);(675688,4742538);(675693,4742524);(675698,4742510);(675704,4742496);(675709,4742482);(675714,4742467);(675724,4742469);(675738,4742474);(675752,4742479);(675752,4742479);(675760,4742456) +L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0;(675705,4742609);(675668,4742594);(675668,4742594);(675663,4742608);(675657,4742622);(675652,4742637);(675647,4742651);(675642,4742665);(675637,4742679);(675632,4742693);(675526,4742695) +L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1;(675526,4742695);(675305,4742699) +L(R:10_28-DT0);(675790,4742864);(675790,4742864);(675790,4742864);(675785,4742879);(675780,4742893);(675775,4742907);(675770,4742921);(675765,4742935);(675760,4742949);(675751,4742960);(675755,4742963);(675750,4742978);(675745,4742992);(675740,4743006);(675735,4743020);(675730,4743034);(675725,4743048);(675720,4743063);(675715,4743077);(675715,4743077);(675690,4743064) +L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0;(675790,4742864);(675790,4742864);(675790,4742864);(675795,4742850);(675800,4742836);(675789,4742826);(675775,4742821);(675761,4742816);(675747,4742810);(675733,4742805);(675719,4742800);(675705,4742795);(675691,4742790);(675677,4742785);(675662,4742780);(675648,4742775);(675634,4742770);(675620,4742765);(675606,4742763);(675600,4742758);(675442,4742726) +L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1;(675442,4742726);(675305,4742699) +L(R:1_27-DT2);(675946,4742478);(675929,4742468);(675929,4742468);(675934,4742454);(675939,4742440);(675944,4742426);(675944,4742426);(675944,4742426) +L(R:9_13-DT0);(675790,4742864);(675790,4742864);(675790,4742864);(675795,4742850);(675804,4742831);(675810,4742808);(675815,4742794);(675820,4742780);(675825,4742765);(675830,4742751);(675835,4742737);(675840,4742723);(675840,4742723);(675815,4742711) +L(R:12_20-DT0);(675790,4742864);(675790,4742864);(675790,4742864);(675785,4742879);(675780,4742893);(675775,4742907);(675770,4742921);(675765,4742935);(675760,4742949);(675765,4742965);(675779,4742970);(675793,4742975);(675807,4742980);(675821,4742986);(675821,4742986);(675829,4742960) +L(R:11_0-DT3LV);(675795,4742495);(675804,4742470) +L(R:6_8-DT2LV);(675944,4742426);(675915,4742413) +L(R:4_3-DT1LV);(675959,4742383);(675888,4742353) +L(R:5_0-DT1LV);(675959,4742383);(675931,4742369) +L(R:DT1-DT2);(675944,4742426);(675944,4742426);(675944,4742426);(675949,4742412);(675954,4742397);(675959,4742383);(675959,4742383);(675959,4742383) +L(R:2_0-DT0LV);(675790,4742864);(675761,4742860) +L(R:7_7-9_13);(675815,4742711);(675840,4742723);(675840,4742723);(675845,4742709);(675850,4742695);(675855,4742680);(675859,4742666);(675864,4742652);(675869,4742638);(675869,4742638);(675887,4742647) +L(R:12_20-13_4);(675829,4742960);(675821,4742986);(675821,4742986);(675835,4742991);(675849,4742996);(675863,4743001);(675877,4743006);(675892,4743011);(675901,4743023);(675896,4743037);(675891,4743051);(675886,4743066);(675886,4743066);(675846,4743059) +L(R:1_27-7_7);(675946,4742478);(675929,4742468);(675929,4742468);(675924,4742482);(675919,4742497);(675914,4742511);(675909,4742525);(675904,4742539);(675899,4742553);(675894,4742567);(675889,4742581);(675884,4742596);(675879,4742610);(675874,4742624);(675869,4742638);(675869,4742638);(675887,4742647) diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Lines.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Lines.dss new file mode 100644 index 0000000..a810a15 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Lines.dss @@ -0,0 +1,20 @@ +New Line.L(R:1_27-DT3) bus1=1_27-DT3XX bus2=1_27-DT3X Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.202466 Switch=n Repair=30 Units=km +New Line.L(R:3_14-DT3) bus1=3_14-DT3X bus2=3_14-DT3XX Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.0699423 Switch=n Repair=30 Units=km +New Line.L(R:3_14-8_10) bus1=3_14-8_10XX bus2=3_14-8_10X Linecode=3P_UG_AL_350kcmil_15_12_47_0 Length=0.240285 Switch=n Repair=30 Units=km +New Line.L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0 bus1=8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX bus2=8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X Linecode=3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 Length=0.250299 Switch=n Repair=5 Units=km +New Line.L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1 bus1=8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X bus2=8_10 Linecode=3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 Length=0.221589 Switch=n Repair=5 Units=km +New Line.L(R:10_28-DT0) bus1=10_28-DT0XX bus2=10_28-DT0X Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.257298 Switch=n Repair=30 Units=km +New Line.L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0 bus1=DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX bus2=DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X Linecode=3P_UG_AL_750kcmil_15_12_47_0 Length=0.408141 Switch=n Repair=30 Units=km +New Line.L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1 bus1=DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247X bus2=DT0 Linecode=3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 Length=0.140023 Switch=n Repair=5 Units=km +New Line.L(R:1_27-DT2) bus1=1_27-DT2X bus2=1_27-DT2XX Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.0645738 Switch=n Repair=30 Units=km +New Line.L(R:9_13-DT0) bus1=9_13-DT0XX bus2=9_13-DT0X Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.177515 Switch=n Repair=30 Units=km +New Line.L(R:12_20-DT0) bus1=DT0 bus2=12_20 Linecode=3P_OH_AL_ACSR_4/0_Penguin_12_47_0 Length=0.193133 Switch=n Repair=5 Units=km +New Line.L(R:11_0-DT3LV) bus1=DT3LV bus2=11_0 Linecode=3P_UG_AL_750kcmil_15_0_480_0 Length=0.0264618 Switch=n Repair=30 Units=km +New Line.L(R:6_8-DT2LV) bus1=DT2LV bus2=6_8 Linecode=3P_UG_AL_750kcmil_15_0_480_0 Length=0.0317988 Switch=n Repair=30 Units=km +New Line.L(R:4_3-DT1LV) bus1=DT1LV bus2=4_3 Linecode=3P_UG_AL_750kcmil_15_0_480_0 Length=0.0773971 Switch=n Repair=30 Units=km +New Line.L(R:5_0-DT1LV) bus1=DT1LV bus2=5_0 Linecode=3P_UG_AL_750kcmil_15_0_480_0 Length=0.0317178 Switch=n Repair=30 Units=km +New Line.L(R:DT1-DT2) bus1=DT1-DT2XX bus2=DT1-DT2X Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.0450123 Switch=n Repair=30 Units=km +New Line.L(R:2_0-DT0LV) bus1=DT0LV bus2=2_0 Linecode=3P_UG_AL_750kcmil_15_0_480_0 Length=0.0288439 Switch=n Repair=30 Units=km +New Line.L(R:7_7-9_13) bus1=7_7-9_13XX bus2=7_7-9_13X Linecode=3P_UG_AL_4/0_25_12_47_0 Length=0.136766 Switch=n Repair=30 Units=km +New Line.L(R:12_20-13_4) bus1=12_20 bus2=13_4 Linecode=3P_OH_AL_ACSR_4/0_Penguin_12_47_0 Length=0.202339 Switch=n Repair=5 Units=km +New Line.L(R:1_27-7_7) bus1=1_27-7_7X bus2=1_27-7_7XX Linecode=3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 Length=0.219042 Switch=n Repair=5 Units=km diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Loads.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Loads.dss new file mode 100644 index 0000000..bd27a44 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Loads.dss @@ -0,0 +1,13 @@ +New Load.1_27 yearly=1_27_profile phases=3 kV=12.47 bus1=1_27 kW=4746.89 kvar=2299.03 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.2_0 yearly=2_0_profile phases=3 kV=0.48 bus1=2_0 kW=226.561 kvar=109.728 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.3_14 yearly=3_14_profile phases=3 kV=12.47 bus1=3_14 kW=1287.35 kvar=623.494 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.4_3 yearly=4_3_profile phases=3 kV=0.48 bus1=4_3 kW=336.075 kvar=162.768 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.5_0 yearly=5_0_profile phases=3 kV=0.48 bus1=5_0 kW=84.9466 kvar=41.1415 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.6_8 yearly=6_8_profile phases=3 kV=0.48 bus1=6_8 kW=107.501 kvar=52.0652 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.7_7 yearly=7_7_profile phases=3 kV=12.47 bus1=7_7 kW=1010.5 kvar=489.406 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.8_10 yearly=8_10_profile phases=3 kV=12.47 bus1=8_10 kW=2184.74 kvar=1058.12 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.9_13 yearly=9_13_profile phases=3 kV=12.47 bus1=9_13 kW=1369.3 kvar=663.184 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.10_28 yearly=10_28_profile phases=3 kV=12.47 bus1=10_28 kW=5980.98 kvar=2896.72 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.11_0 yearly=11_0_profile phases=3 kV=0.48 bus1=11_0 kW=345.669 kvar=167.415 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.12_20 yearly=12_20_profile phases=3 kV=12.47 bus1=12_20 kW=1362.43 kvar=659.853 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 +New Load.13_4 yearly=13_4_profile phases=3 kV=12.47 bus1=13_4 kW=1140.48 kvar=552.359 Basefreq=60 Model=1 Vminpu=0.8 Vmaxpu=1.2 NumCust=1 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LoadsShapes.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LoadsShapes.dss new file mode 100644 index 0000000..ffb22ce --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/LoadsShapes.dss @@ -0,0 +1,13 @@ +New Loadshape.1_27_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_1_27_p.csv) Qmult=(file=..\profiles\load_1_27_q.csv) UseActual=True +New Loadshape.2_0_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_2_0_p.csv) Qmult=(file=..\profiles\load_2_0_q.csv) UseActual=True +New Loadshape.3_14_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_3_14_p.csv) Qmult=(file=..\profiles\load_3_14_q.csv) UseActual=True +New Loadshape.4_3_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_4_3_p.csv) Qmult=(file=..\profiles\load_4_3_q.csv) UseActual=True +New Loadshape.5_0_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_5_0_p.csv) Qmult=(file=..\profiles\load_5_0_q.csv) UseActual=True +New Loadshape.6_8_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_6_8_p.csv) Qmult=(file=..\profiles\load_6_8_q.csv) UseActual=True +New Loadshape.7_7_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_7_7_p.csv) Qmult=(file=..\profiles\load_7_7_q.csv) UseActual=True +New Loadshape.8_10_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_8_10_p.csv) Qmult=(file=..\profiles\load_8_10_q.csv) UseActual=True +New Loadshape.9_13_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_9_13_p.csv) Qmult=(file=..\profiles\load_9_13_q.csv) UseActual=True +New Loadshape.10_28_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_10_28_p.csv) Qmult=(file=..\profiles\load_10_28_q.csv) UseActual=True +New Loadshape.11_0_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_11_0_p.csv) Qmult=(file=..\profiles\load_11_0_q.csv) UseActual=True +New Loadshape.12_20_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_12_20_p.csv) Qmult=(file=..\profiles\load_12_20_q.csv) UseActual=True +New Loadshape.13_4_profile Npts=8760 Interval=1 Pmult=(file=..\profiles\load_13_4_p.csv) Qmult=(file=..\profiles\load_13_4_q.csv) UseActual=True diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Master.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Master.dss new file mode 100644 index 0000000..be07808 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Master.dss @@ -0,0 +1,18 @@ +Clear +New Circuit.URBANopt_RNM-US_ bus1 = ST_MAT pu = 1.00 R1 = 0.0000001 X1 = 0.00000001 basekV = 69 + +Redirect LoadsShapes +Redirect Loads +Redirect GeneratorsShapes +Redirect Generators +Redirect LineCodes +Redirect Lines +Redirect Dummy +Redirect Transformers +Redirect SwitchingDevices +Redirect Capacitors + +Set voltagebases = [69.000000,12.470000, 0.48, 0.20784] +Calcvoltagebases + +Buscoords BusCoord.dss diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/RunDSS.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/RunDSS.dss new file mode 100644 index 0000000..84ebd08 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/RunDSS.dss @@ -0,0 +1,9 @@ +Compile [Master.dss] +solve +show voltages ln nodes +show powers kva elements +show overloads +show currents elements +show losses +Export Capacity +Export summary diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/SwitchingDevices.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/SwitchingDevices.dss new file mode 100644 index 0000000..a6d6493 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/SwitchingDevices.dss @@ -0,0 +1,20 @@ +New Line.PadSwitch(R:1_27-DT3)_40 bus1=DT3 bus2=1_27-DT3XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:1_27-DT3)_41 bus1=1_27-DT3X bus2=1_27 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:3_14-DT3)_42 bus1=3_14 bus2=3_14-DT3X Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:3_14-DT3)_43 bus1=3_14-DT3XX bus2=DT3 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:3_14-8_10)_44 bus1=8_10 bus2=3_14-8_10XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:3_14-8_10)_45 bus1=3_14-8_10X bus2=3_14 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.Breaker(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46 bus1=sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247 bus2=8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:10_28-DT0)_51 bus1=DT0 bus2=10_28-DT0XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:10_28-DT0)_52 bus1=10_28-DT0X bus2=10_28 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.Breaker(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53 bus1=sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247 bus2=DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:1_27-DT2)_38 bus1=1_27 bus2=1_27-DT2X Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:1_27-DT2)_39 bus1=1_27-DT2XX bus2=DT2 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:9_13-DT0)_49 bus1=DT0 bus2=9_13-DT0XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:9_13-DT0)_50 bus1=9_13-DT0X bus2=9_13 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:DT1-DT2)_36 bus1=DT2 bus2=DT1-DT2XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:DT1-DT2)_37 bus1=DT1-DT2X bus2=DT1 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:7_7-9_13)_47 bus1=9_13 bus2=7_7-9_13XX Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:7_7-9_13)_48 bus1=7_7-9_13X bus2=7_7 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:1_27-7_7)_54 bus1=1_27 bus2=1_27-7_7X Length=0.001 Phases=3 enabled=n Switch=y Units=km Normamps=3000 Emergamps=3000 +New Line.PadSwitch(R:1_27-7_7)_55 bus1=1_27-7_7XX bus2=7_7 Length=0.001 Phases=3 Switch=y Units=km Normamps=3000 Emergamps=3000 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Transformers.dss b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Transformers.dss new file mode 100644 index 0000000..5646d88 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/dss_files/Transformers.dss @@ -0,0 +1,5 @@ +New Transformer.sub_5840ecc6-7f2b-400c-a683-528d02f140f6_MAQ1 phases=3 wdg=1 bus=ST_MAT kv=69 kva=80000 tap=1 Conn=delta wdg=2 bus=sub_5840ecc6-7f2b-400c-a683-528d02f140f6_1247 kv=12.47 kva=80000 tap=1.00859 Conn=wye XHL=7.43 %loadloss=1.36063e-05 %noloadloss=0.0825 basefreq=60 sub=Yes +New Transformer.Tr(R:DT0-DT0LV) phases=3 wdg=1 bus=DT0 kv=12.47 kva=1000 tap=1 wdg=2 bus=DT0LV kv=0.48 kva=1000 tap=1.03 XHL=5.62 %loadloss=1.59763 %noloadloss=0.2 basefreq=60 sub=No +New Transformer.Tr(R:DT1-DT1LV) phases=3 wdg=1 bus=DT1 kv=12.47 kva=1000 tap=1 wdg=2 bus=DT1LV kv=0.48 kva=1000 tap=1.03 XHL=5.62 %loadloss=1.59763 %noloadloss=0.2 basefreq=60 sub=No +New Transformer.Tr(R:DT2-DT2LV) phases=3 wdg=1 bus=DT2 kv=12.47 kva=300 tap=1 wdg=2 bus=DT2LV kv=0.48 kva=300 tap=1.03 XHL=3.76 %loadloss=1.82396 %noloadloss=0.325 basefreq=60 sub=No +New Transformer.Tr(R:DT3-DT3LV) phases=3 wdg=1 bus=DT3 kv=12.47 kva=1000 tap=1 wdg=2 bus=DT3LV kv=0.48 kva=1000 tap=1.03 XHL=5.62 %loadloss=1.59763 %noloadloss=0.2 basefreq=60 sub=No diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_p.csv new file mode 100644 index 0000000..bb2c5dd --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_p.csv @@ -0,0 +1,8760 @@ +1273.85 +1053.29 +1117.45 +915.845 +1289.43 +1716.04 +2365.93 +2253.13 +2446.89 +2657.29 +3262.52 +3699.7 +3301.08 +3301.53 +3327.05 +3312.95 +3543.58 +3545.54 +3353.41 +3420.84 +3425.82 +3195.65 +2583.36 +1840.91 +1094.4 +1095.98 +1032.58 +890.048 +1298.42 +1708.12 +2321.57 +2806.56 +2957.22 +3328.48 +3722.43 +3801.94 +3724.38 +3605.88 +3652.12 +3632 +3911.09 +4321.86 +4331.65 +4363.24 +4078.39 +3484.8 +2654.47 +1846.17 +1050.21 +864.026 +885.228 +861.395 +1165.99 +1571.45 +2120.42 +2858.32 +2958.26 +3316.62 +3706.95 +3848.93 +3866.29 +3564.65 +3691.6 +3628.65 +3979.44 +4329.62 +4381.44 +4327.46 +4124.58 +3442.37 +2642.21 +1851.96 +1055.98 +862.803 +915.67 +979.654 +1199.17 +1569.83 +2215.77 +2909.14 +2865.13 +3452.82 +3779.1 +3814.52 +3764.64 +3843.68 +3666.11 +3616.08 +3960.24 +4344.79 +4334.88 +4380.87 +4129.44 +3423.08 +2651.53 +1845.57 +1063.99 +899.459 +941.181 +1096.76 +1472.92 +1768.76 +2140.89 +2765.08 +3002.28 +3287.75 +3641.78 +3945.94 +3711.95 +3767.31 +3666.19 +3585.71 +3885.4 +4355.97 +4349.39 +4359.42 +4124.02 +3436.85 +2649.16 +1849.68 +1143.89 +869.27 +889.534 +894.017 +1287.78 +1675.48 +2208.06 +2852.02 +2838.35 +3378.35 +3764.83 +3901.01 +3796.24 +3837.02 +3546.2 +3640.77 +3901.21 +4265.37 +4329.19 +4318.24 +4182.37 +3478.77 +2635.12 +1927.02 +1163.58 +871.967 +983.486 +878.373 +1128.22 +1493.16 +2103.58 +2336.17 +2620.33 +3236.77 +3553.47 +3809.14 +3643.71 +3617.01 +3434.92 +3182.71 +3584.9 +4284.75 +3825.44 +3588.11 +3403.53 +3460.83 +2755.74 +2020.47 +1152.42 +1083.02 +1232.06 +1207.76 +1316.28 +1776.93 +2299.27 +2346.16 +2503.55 +2550.19 +3203.44 +3753.46 +3537.68 +3389.76 +3330.86 +3345.55 +3535.22 +3545.07 +3371.2 +3391.35 +3427.24 +3200.61 +2537.87 +1844.41 +1160.02 +1141.13 +1191.21 +1254.74 +1356.63 +1787.67 +2439.94 +2894.03 +2891.73 +3454.31 +3729.88 +3992.59 +3706.57 +3622.62 +3645.89 +3624.93 +3908.54 +4351.57 +4346.75 +4363.28 +4162.57 +3441.19 +2649.43 +1861.71 +1065.18 +1020.77 +933.514 +1085.4 +1385.84 +1749.94 +2337.76 +2909.78 +2995.14 +3439.08 +3692.36 +3800.89 +3763.13 +3782.01 +3513.37 +3623.12 +3891.32 +4221 +4293.77 +4340.16 +3954.93 +3430.45 +2652.88 +1910.08 +1211.24 +1000.53 +1017.66 +978.868 +1427.01 +1572.16 +2251.1 +2971.48 +3131.79 +3489.29 +3963.12 +4079.09 +3779.91 +3839.32 +3587.43 +3591.92 +3866.81 +4299.87 +4298.04 +4320.83 +4112.12 +3452.77 +2648.12 +1846.22 +1081.72 +980.019 +1141.68 +1194.32 +1409.13 +1802.26 +2345.11 +2926.36 +3014.26 +3486.59 +3733.67 +3992.29 +3759.25 +3866.03 +3654 +3610.42 +3908.53 +4345.7 +4343.88 +4366.38 +4121.77 +3442.21 +2650.92 +1863.91 +1148.37 +890.467 +932.95 +887.864 +1355.97 +1799.71 +2277.14 +2779.23 +2906.26 +3498.83 +3719.56 +3939.77 +3833.8 +3800.38 +3550.21 +3557.39 +3930 +4286.08 +4328.89 +4333.42 +4067.79 +3711.62 +2902.91 +1994.71 +1305.49 +1009.22 +1011.64 +964.796 +1380.76 +1389.4 +1943.77 +2321.74 +2875.76 +3334.09 +3848.94 +3775.02 +3652.22 +3584.51 +3413.99 +3372.6 +3634.74 +4197.11 +3804.87 +3612.83 +3388.23 +3383.92 +2718.9 +1956.84 +1106.73 +900.826 +916.518 +851.434 +1127.68 +1607.29 +2131.29 +2246.6 +2408.97 +2657.19 +3277.07 +3676.39 +3521.1 +3367.05 +3203.31 +3274.29 +3500.27 +3541.48 +3379.72 +3395.27 +3431.85 +3187.18 +2542.16 +1852.99 +1132 +962.702 +933.698 +972.059 +1280.69 +1800.06 +2330.88 +2781.26 +2936.91 +3280.17 +3696.78 +3804.42 +3529.11 +3824.96 +3602.21 +3602.94 +3886.84 +4313.67 +4313.73 +4311.74 +4101.23 +3716.7 +2912.69 +1912.6 +1182.89 +998.544 +1149.72 +1107.49 +1389.46 +1574.76 +2251.73 +2975.44 +3096.07 +3573.79 +3946.61 +4015.83 +3809.19 +3835.61 +3598.85 +3613.98 +3863.87 +4289.01 +4311.69 +4325.34 +4138.51 +3720.83 +2914 +1928.29 +1208.09 +955.166 +887.909 +845.194 +1232.22 +1398.6 +1989.93 +2841.55 +2953.25 +3256.73 +3802.04 +3962.54 +3652.62 +3685.4 +3649.43 +3607.13 +3926.21 +4295.55 +4352.54 +4323.49 +3956.6 +3484.09 +2644.31 +1850.95 +1050.94 +865.029 +890.477 +847.966 +1226.25 +1785.86 +2354.07 +2770.7 +2931.69 +3367.51 +3702.33 +3997.46 +3798.68 +3846.86 +3622.8 +3611.67 +3916.49 +4332.4 +4330.25 +4320 +3935.2 +3439.9 +2646.31 +1846.06 +1157.01 +864.761 +893.251 +958.132 +1186.51 +1564.4 +2191.76 +2808.11 +2954 +3284.73 +3723.93 +3985.29 +3741.72 +3839.95 +3640.33 +3616.58 +3922.17 +4182.55 +4319.8 +4378.99 +4131.33 +3459.58 +2644.29 +1926.97 +1149.94 +881.171 +884.417 +1002.57 +1228.81 +1714.34 +2361.49 +2284.66 +2728.81 +3169.4 +3611.93 +3724.17 +3557.92 +3629.34 +3459.62 +3392.37 +3581.81 +4304.69 +3781.31 +3612.95 +3398.6 +3384.12 +2721.07 +1964.11 +1128.08 +941.432 +955.652 +1079.4 +1340.58 +1745.23 +2355.87 +2243.09 +2411.12 +2670.09 +3266.14 +3708.14 +3448.18 +3527.2 +3334.47 +3288.49 +3530.49 +3550.93 +3388.51 +3396.53 +3431.46 +3199.57 +2539.32 +1854.34 +1269.67 +1103.77 +961.635 +998.419 +1188.4 +1572.91 +2172.44 +2800.23 +2967.18 +3311.44 +3712.71 +3926.6 +3882.65 +3884.7 +3694.6 +3639.11 +3949.68 +4338.44 +4389.82 +4362.72 +4161.1 +3556.47 +2661.5 +1868.32 +1184.15 +1064.56 +1152.48 +1173.19 +1470.12 +1868.45 +2380.4 +2860.18 +2852.78 +3465.17 +3714.69 +3976.36 +3757.26 +3709.77 +3648.75 +3601.01 +3920.22 +4329.54 +4366.32 +4346.12 +4135.81 +3442.64 +2651.93 +1872.47 +1057.7 +878.302 +925.797 +902.489 +1178.3 +1577.71 +2280.4 +2782.19 +2866.78 +3475.45 +3742 +4003.45 +3779.03 +3560.52 +3588 +3589.61 +3950.59 +4317.94 +4396.37 +4327.18 +4135.91 +3516.4 +2653.31 +1854.29 +1067.11 +907.264 +955.002 +1068.69 +1422.74 +1799.16 +2297.27 +2918.42 +2921.16 +3412.58 +3734.07 +3872.26 +3753.61 +3878.24 +3641.37 +3621.64 +3927.74 +4351.66 +4311.91 +4372.95 +4149.35 +3447.29 +2649.29 +1866.25 +1139.59 +874.521 +917.544 +880.175 +1185.65 +1572.22 +2122.46 +2772.82 +2987.21 +3262.59 +3701.57 +3988.91 +3710.81 +4001.93 +3553.3 +3607.44 +3888.36 +4404.21 +4330.72 +4379.85 +4148.85 +3451.52 +2649.65 +1934.89 +1148.59 +896.781 +973.474 +890.615 +1142.37 +1553.49 +2187.62 +2363.74 +2767.14 +3331.81 +3581.68 +3796.58 +3572.32 +3652.16 +3444.71 +3422.92 +3657.16 +4308.12 +3780.59 +3626.57 +3409.22 +3402.13 +2729.24 +1975.56 +1159.05 +1069.71 +1092.28 +1157.94 +1363.7 +1747.32 +2394.04 +2367.49 +2491.16 +2629.32 +3243.74 +3809.75 +3543.31 +3553.3 +3353.71 +3036.81 +3546.98 +3589.19 +3372.93 +3410.41 +3440.97 +3280.53 +2553.26 +1848.76 +1214.71 +1113.62 +1223.92 +1248.83 +1388.33 +1824.51 +2425.25 +2931.31 +2975.29 +3468.27 +3703.99 +4012.41 +3726.47 +3842.64 +3659.4 +3626.65 +3907.63 +4328.18 +4371.33 +4348.31 +4173.26 +3465.85 +2659.61 +1863.49 +1061.78 +953.697 +952.261 +975.078 +1352.83 +1755.01 +2294.57 +2844.78 +3046.25 +3502.41 +3745.04 +3983.83 +3768.59 +3860.24 +3676.24 +3591.65 +3943.79 +4342.22 +4379.86 +4351.25 +4145.14 +3457.91 +2672.9 +1852.1 +1060.11 +872.359 +1017.57 +851.819 +1400.6 +1584.51 +2210.81 +3008.72 +3143.14 +3574.78 +3946.9 +3780.83 +3722.92 +3836.44 +3609.79 +3616.85 +3908.08 +4296.53 +4353.68 +4318.68 +4020.18 +3477.44 +2655.19 +1853.07 +1049.35 +863.458 +894.446 +842.401 +1171.86 +1644.17 +2286.81 +2787.39 +2953.07 +3284.51 +3715.38 +3959.15 +3731.21 +3594.94 +3566.96 +3600.15 +3937.97 +4212.25 +4330.05 +4369.06 +4155.7 +3469.07 +2659.32 +1845.92 +1134.43 +872.418 +894.508 +853.134 +1183.83 +1555.5 +2238.48 +2846.72 +2868.44 +3294 +3662.78 +3981.07 +3739.25 +3735.4 +3565.47 +3584.14 +3922.57 +4366.56 +4324.74 +4388.09 +4143.77 +3456.89 +2649.26 +1933.07 +1161.1 +897.366 +916.464 +887.208 +1296.58 +1580.66 +2106.65 +2296.15 +2743.67 +3376.97 +3622.75 +3782.34 +3604.84 +3630.96 +3476.34 +3380.62 +3630.71 +4317.1 +3797.82 +3610.96 +3414.99 +3414.6 +2721.55 +2021.41 +1153.89 +961.825 +963.841 +1023.27 +1329.84 +1746.72 +2278.61 +2375.17 +2379.77 +2623.68 +3436.72 +3779.02 +3421.02 +3554.74 +3347.91 +3292.56 +3555.26 +3578.87 +3405.42 +3419.76 +3458.64 +3198.48 +2718.85 +2075.2 +1378.57 +1190.59 +1302.3 +1290.19 +1486.87 +1876.05 +2495.97 +2832.25 +2880.91 +3492.98 +3737.22 +3981.62 +3765.08 +3757.25 +3635.03 +3637.67 +3898.42 +4358.12 +4387.11 +4360.51 +4196.66 +3546.33 +2712.77 +2125.38 +1298.75 +1196.63 +1348.63 +1286.65 +1485.61 +1837.59 +2339.12 +2686.89 +2956.91 +3460.91 +3697.07 +3953.2 +3722.66 +3817.1 +3656.47 +3598.8 +3928.25 +4318.67 +4388.03 +4332.35 +4177.42 +3491.42 +2662.07 +1871.68 +1144.19 +1104.98 +1232.96 +1120.89 +1450.52 +1774.06 +2345.67 +2592.17 +2893.53 +3430.92 +3689.09 +3975.73 +3686.14 +3848.46 +3622.2 +3594.07 +3886.39 +4084.83 +4350.29 +4332.41 +4149.79 +3508.05 +2676.07 +1858.96 +1060.75 +904.093 +958.326 +1129.86 +1418.88 +1794.22 +2274.6 +2494.68 +2930.46 +3462.37 +3667.72 +3899.47 +3728.67 +3803.51 +3652.77 +3581.21 +3871.85 +4069.89 +4374.34 +4347.02 +4155.3 +3498.9 +2657.37 +1860.41 +1145.2 +966.705 +957.071 +1004.07 +1333.71 +1699.65 +2286.43 +2603.45 +2941.57 +3473.69 +3769.73 +3929.29 +3733.68 +3837.67 +3658.19 +3577.4 +3931.91 +4046.79 +4359.45 +4356.87 +4134.24 +3473.78 +2653.18 +1940.39 +1148.03 +884.796 +982.042 +882.403 +1161.39 +1587.51 +2295.7 +2032.27 +2774.13 +3373.55 +3584.31 +3753.67 +3582.48 +3446.33 +3436.72 +3370.78 +3587.27 +4006.6 +3790.68 +3614.45 +3396.83 +3393.82 +2705.46 +1977.6 +1114.99 +942.698 +955.005 +921.847 +1281.09 +1833.6 +2215.09 +2130.78 +2379.69 +2668.48 +3317.87 +3747.82 +3438.78 +3322.51 +3322.83 +3070.49 +3557.94 +3282.61 +3473.8 +3418.29 +3577.42 +3201.89 +2549.25 +1948.68 +1351.07 +1237.55 +1370.48 +1299.23 +1460.77 +1942.69 +2469.66 +2587.34 +2888.75 +3500.62 +3706.78 +4018.35 +3767.23 +3737.93 +3644.3 +3620.17 +3927.61 +4103.74 +4355.34 +4338.34 +4178.69 +3480.51 +2669.22 +1930.16 +1112.77 +1157.39 +1265.2 +1282.57 +1524.95 +1813 +2409.47 +2598.03 +2858.23 +3472.94 +3672.65 +3986.71 +3669.82 +3866.93 +3486.37 +3626.53 +3840.18 +4077.96 +4289.62 +4310.8 +4162.88 +3709.16 +2924.78 +1930.41 +1200.17 +949.673 +1020.66 +935.149 +1385.53 +1595.48 +2261.52 +2729.02 +3086.5 +3464.03 +3948.27 +3770.62 +3729 +3585.07 +3600.41 +3606.17 +3828.54 +4055.26 +4350.3 +4333.6 +4108.7 +3474.36 +2654.17 +1850.06 +1052.18 +872.359 +890.492 +871.423 +1171.93 +1570.16 +2133.35 +2507.45 +2978.09 +3277.78 +3707.37 +3991.29 +3833.81 +3711.94 +3588.37 +3608.16 +3881.89 +3973.79 +4349.96 +4362.09 +4160.15 +3465.76 +2654.28 +1862.41 +1137.38 +872.854 +890.161 +847.078 +1227.01 +1792.93 +2387.98 +2504.21 +2928 +3278.74 +3946.12 +4019.09 +3772.61 +3816.59 +3651.91 +3583.87 +3902.64 +4036.03 +4355.39 +4329.24 +3928.73 +3454.21 +2651.41 +1933.08 +1141.93 +871.786 +880.254 +834.774 +1193.2 +1667.82 +2303.98 +2017.2 +2699.92 +3237.76 +3561.59 +3735.76 +3445.07 +3465.09 +3431.83 +3371.58 +3625.43 +3998.75 +3822.68 +3598.96 +3406.53 +3413.41 +2700.9 +1958.84 +1109.91 +907.771 +932.032 +897.569 +1150.81 +1535.13 +2118.08 +1981.85 +2379.89 +2745.73 +3480.77 +3668.3 +3442.85 +3399.72 +3304.5 +3278.6 +3538.31 +3390.83 +3357.98 +3581.29 +3703.07 +3436.86 +2743.54 +2104.22 +1329.22 +1078.38 +944.958 +958.052 +1348.35 +1786.56 +2381.77 +2522.85 +2920.65 +3301.15 +3685.57 +3836.04 +3510.63 +3860.82 +3589.3 +3632.45 +3855.2 +4119.88 +4326.28 +4375.77 +4183.95 +3459.44 +2658.32 +1862.03 +1097.36 +1052.45 +1221.06 +1136.29 +1456.04 +1814.59 +2397.82 +2639.7 +3043.96 +3458.85 +3678.12 +4027.32 +3734.83 +3612.07 +3630.18 +3376.71 +3889.87 +4112.44 +4351.26 +4385.44 +4150.6 +3494.47 +2667.76 +1869.47 +1091.89 +1071.99 +1254.35 +1244.37 +1460.3 +1723.74 +2355.26 +2508.56 +2826.67 +3265.35 +3931.72 +4044.03 +3749.78 +3812.44 +3561.2 +3566.56 +3824.96 +4019.17 +4243.78 +4316.86 +4144.33 +3718.42 +2893.92 +1926.71 +1217.36 +867.885 +891.16 +845.738 +1151.02 +1410.85 +1987.22 +2532.53 +2880.91 +3270.53 +3677.56 +3940.13 +3711.52 +3835.04 +3526.96 +3590.53 +3872.55 +3931.8 +4362.44 +4330.65 +4166.24 +3474.54 +2653.05 +1852.54 +1140.93 +894.69 +934.212 +934.75 +1175.06 +1552.57 +2172.21 +2577.18 +2914.49 +3336.91 +3701.48 +3814 +3759.46 +3841.04 +3514.91 +3645.38 +3853.17 +3941.39 +4372.01 +4352.37 +4186.84 +3450.04 +2667.68 +1942.69 +1151.49 +916.248 +932.478 +923.221 +1307.6 +1674.53 +2300.85 +2074.62 +2751.44 +3367.67 +3576.37 +3785.6 +3544.31 +3626.26 +3442.46 +3148.03 +3622.32 +4029.93 +3825.48 +3606.61 +3429.31 +3485.07 +2717.16 +1978 +1150.43 +952.473 +1059.76 +1206.69 +1210.27 +1779.94 +2345.99 +2039.23 +2377.66 +2667.18 +3258.24 +3742.8 +3433.93 +3292.48 +3331.55 +3030.77 +3537.8 +3278.87 +3370.7 +3422.36 +3423.57 +3191.8 +2546.92 +1833.4 +1239.11 +1027.75 +942.736 +882.795 +1333 +1749.18 +2255.7 +2542.39 +2959.71 +3333.37 +3717.92 +3924.33 +3712.67 +3928.36 +3652.61 +3591.87 +3872.24 +3970.37 +4318.92 +4403.32 +4102.43 +3453.45 +2668.11 +1853.96 +1050.52 +871.296 +897.017 +888.584 +1173.7 +1570.91 +2129.86 +2533.76 +2859.47 +3371.55 +3716.48 +3821.77 +3718.02 +3771.93 +3612.06 +3609.69 +3879.03 +4066.37 +4261.93 +4367.05 +4083.64 +3477.46 +2649.75 +1845.67 +1048.98 +872.929 +914.982 +889.794 +1197.63 +1613.84 +2138.04 +2506.57 +2929.52 +3352.69 +3694.76 +3988.04 +3710.05 +3862.71 +3623.92 +3593.42 +3891.56 +4060.76 +4261.31 +4313.99 +4091.82 +3448.38 +2656.71 +1917.48 +1086.29 +864.974 +925.881 +969.025 +1386.05 +1748.5 +2383.55 +2487.75 +2928.23 +3286.81 +3876.89 +4083.34 +3773.55 +3841.62 +3590.21 +3620.61 +3833.3 +4046.08 +4314.47 +4316.23 +4009.88 +3444.54 +2650.23 +1849.5 +1135 +861.081 +889.542 +861.799 +1132.59 +1540.4 +2122.04 +2515.61 +2905.22 +3340.29 +3681.29 +3981.28 +3823.13 +3873.94 +3570.87 +3638.24 +3883.73 +4067.94 +4371.86 +4331.43 +4182.85 +3466.99 +2647.68 +1936.52 +1154.45 +885.189 +970.774 +878.6 +1131.01 +1492.34 +2082.92 +2017.48 +2570.44 +3317.7 +3660.85 +3763.66 +3561.29 +3631.51 +3432.79 +3425.61 +3615.27 +4043.78 +3815.55 +3615.78 +3401.06 +3396.5 +2723.43 +1973.43 +1156.29 +958.73 +971.113 +990.903 +1157.53 +1505.88 +2146.49 +1989.64 +2385.73 +2626.34 +3391.24 +3714.39 +3501.32 +3470.98 +3318.57 +3318.74 +3533.28 +3260.08 +3420.57 +3404.43 +3435.04 +3190.17 +2542.64 +1861.33 +1217.75 +1069.6 +1221.9 +1134.27 +1377.27 +1767.94 +2452.19 +2607.14 +2996.33 +3376.92 +3720.42 +3883.89 +3735.46 +3889.46 +3670.68 +3602.3 +3865.58 +4092.98 +4337.79 +4379.66 +4130 +3519.08 +2651.24 +1854.8 +1061.19 +900.21 +934.011 +979.721 +1281.91 +1561.81 +2153.5 +2494.45 +2917.47 +3349.94 +3724.22 +3812.99 +3735.87 +3829.31 +3595.86 +3577.61 +3857.88 +4061.25 +4312.59 +4389.9 +4132.76 +3442.6 +2648.88 +1872.25 +1056.48 +871.819 +901.806 +885.061 +1165.89 +1565.04 +2139.97 +2502.97 +2980.56 +3319.34 +3681.15 +4061.75 +3786.15 +3819.41 +3592.2 +3572.05 +3874.56 +4035.59 +4143.56 +4280.98 +3970.88 +3464.2 +2649.39 +1843.97 +1046.67 +954.39 +887.123 +836.558 +1238.83 +1402.53 +2022.21 +2506.39 +2928.76 +3259.32 +3950.5 +4057.61 +3760.78 +3848.28 +3558.25 +3600.05 +3815.62 +4052.7 +4287.23 +4328.09 +4168.26 +3719.19 +2923 +1935.76 +1270.9 +868.178 +891.825 +845.196 +1205.34 +1400.58 +1988.14 +2506.39 +2932.74 +3441.73 +3917.62 +4038.19 +3799.27 +3834.79 +3577.51 +3585.86 +3840.34 +4032.54 +4314.68 +4308.68 +4181.25 +3710.66 +2922.37 +2074.21 +1284.19 +970.838 +975.311 +1098.97 +1375.74 +1459.75 +2191.34 +2236.85 +2843.48 +3460.64 +3807.7 +3784.35 +3625.75 +3570.61 +3404.49 +3342.02 +3593.47 +3973.26 +4068.19 +3852.25 +3675.3 +3663.73 +2953.97 +2094.6 +1018.17 +1048.38 +1131.09 +1223.4 +1762.9 +2305.69 +2432.72 +2600.2 +2815.93 +3508.83 +3786.95 +3514.94 +3985.48 +2910.37 +3171.56 +3125.82 +3432.12 +3260.57 +3660.16 +3712.39 +3437.42 +2763.51 +2098.39 +1121.95 +849.719 +1036.01 +992.056 +1415.23 +1580.56 +2266.81 +3006.86 +3095.07 +3571.98 +3925.64 +4068.24 +3786.9 +3827.79 +3418.32 +3571.6 +3823.92 +4044.42 +4006.71 +4372.46 +4163.23 +3737.19 +2819.87 +1925.09 +1048.37 +859.87 +1171.79 +855.439 +1397.82 +1591.41 +2264.67 +2983.05 +2725.16 +3563.61 +4926.75 +5262.54 +5049.79 +5206.33 +4892.45 +4877.29 +5171.02 +5341.36 +5059.35 +5168.7 +4683.95 +3981.8 +3004.98 +1761.84 +1052.73 +861.716 +875.473 +836.809 +1312.09 +1657.15 +2258.58 +3051.05 +3220.43 +4150.66 +5169.81 +5279.47 +5046.36 +5090.32 +4890.23 +4870.38 +5217.75 +5360.5 +5261.93 +5444.15 +5166.22 +4216.48 +3060.15 +2323.53 +1390.93 +1200.64 +1259.72 +1217.86 +1419.71 +1391.05 +2267.14 +2972.05 +3089.24 +3451.27 +3650.66 +3942.17 +3426.83 +3435.45 +4299.98 +4393.8 +3938.26 +4033.58 +4032.39 +4342.35 +4154.25 +3736.62 +2933.82 +1970.43 +1284.59 +968.106 +1196.05 +854.047 +1396.31 +1584.82 +2265.19 +2709.64 +3109.11 +3407.49 +3932.66 +4008.55 +3802.32 +3800.42 +3423.6 +3561.13 +3865.59 +3977.41 +4024.41 +4315.46 +4165.59 +3707.13 +2915.18 +2005.65 +1280.16 +962.985 +969.171 +1089.3 +1202.84 +1327 +1965.46 +2044.59 +2669.28 +3218.99 +3551.34 +3721.1 +3469.38 +3635.33 +3281.3 +3364.04 +3581.76 +3966.1 +3659.31 +3610.69 +3482.36 +3642.56 +2890.25 +1958.79 +1106.6 +897.674 +908.156 +857.686 +1205.59 +1673.59 +2327.76 +2045.61 +2387.44 +2805.13 +3510.19 +3749.01 +3391.53 +3251.38 +3289.04 +3259 +3504.77 +3247.97 +3073.74 +3403.08 +3430.19 +3194.3 +2564.38 +1849.69 +1123.3 +930.314 +1006.77 +1110.13 +1329.98 +1758.74 +2371.94 +2541.35 +2970.87 +3325.86 +3683.65 +3824.76 +3727.88 +3604.49 +3613.22 +3613.94 +3859.53 +3774.24 +4022.59 +4228.61 +4128.64 +3458.04 +2647.91 +1842.7 +1053.2 +862.099 +889.776 +857.41 +1211.53 +1567.56 +2129.68 +2506.81 +2908.73 +3275.68 +3703.3 +3987.48 +3797.29 +3859.32 +3576.61 +3616 +3843.94 +4050.01 +4019.64 +4329.54 +4101.89 +3715.27 +2908.07 +1940.81 +1183.09 +932.327 +1144.06 +973.504 +1407.88 +1530.58 +2246.04 +2735.43 +3088.72 +3528.48 +3911.85 +3653.4 +3931.77 +4138.71 +3843.42 +3479.9 +3557.46 +3991.98 +4033.99 +4261.67 +4115.6 +3729.3 +2892.47 +1932.37 +1190.88 +961.617 +1015.5 +848.26 +1387.37 +1547.85 +2043.61 +2716.32 +2928.41 +3252.68 +3983.28 +4019.5 +3733.56 +3751.8 +3636.7 +3583.47 +3872.05 +3887.53 +4000.77 +4371.89 +4090.39 +3440.66 +2640.02 +1844.72 +1151.96 +868.049 +882.844 +849.737 +1212.65 +1544.5 +2125.95 +2500.98 +2985 +3316.21 +3797.15 +3778.9 +3731.34 +3851.22 +3652.73 +3562.21 +3868.72 +3895.64 +3998.31 +4370.44 +4051.13 +3454.07 +2636.52 +1927.95 +1137.89 +877.638 +871.56 +830.488 +1130.19 +1619.19 +2182.89 +2005.05 +2707.53 +3188.08 +3558.36 +3748.37 +3504.64 +3611.1 +3400.89 +3399.75 +3588.97 +4008.75 +3495.2 +3586.84 +3386.52 +3387.79 +2687.94 +1959.06 +1111.73 +907.806 +1071.03 +1005.54 +1295.01 +1799.46 +2282.55 +2079.11 +2394.02 +2628.46 +3352.47 +3766.27 +3547.89 +3530.55 +3293.66 +3321.64 +3439.05 +3238.51 +3069.76 +3403.63 +3425.05 +3179.2 +2535.54 +1840.4 +1085.52 +973.964 +1222.34 +1056.38 +1198.94 +1647.96 +2325.87 +2508.26 +2941.65 +3346.37 +3701.67 +3810.02 +3758.35 +3706.79 +3599.73 +3558.25 +3889.86 +4012.37 +4012.11 +4498.04 +4093.98 +3422.05 +2660.07 +1837.02 +1054.41 +864.32 +886.241 +854.16 +1211.04 +1557.16 +2133.53 +2501.12 +2913.65 +3276.01 +3714.6 +4017.79 +3795.64 +3804.43 +3624.49 +3537.52 +3854.89 +4025.19 +4003.69 +4072.71 +4053.38 +3702.1 +2646.34 +1836.22 +1049.71 +859.926 +876.167 +843.99 +1200.58 +1667.29 +2190.73 +2488.13 +2866.37 +3271.12 +3950.6 +4056.74 +3776.54 +3840.86 +3575.43 +3578.35 +3829.93 +4011.69 +3992.36 +4057.55 +4095.22 +3694.72 +2911.26 +1943.1 +1185.73 +955.499 +1014.26 +973.455 +1388.78 +1550.18 +2247.26 +2725.33 +3081.9 +3539.21 +3904.63 +4053.72 +3783.47 +3832.49 +3577.64 +3580.49 +3832.3 +3984.56 +4044.19 +4040.77 +4132.78 +3710.18 +2915.17 +1944.28 +1275.43 +952.002 +1158.85 +1017.38 +1388.66 +1553.95 +2252.52 +2697.21 +3090.09 +3455.87 +3940.93 +4055.11 +3784.55 +3813.78 +3587.32 +3564.63 +3837.46 +3995.64 +4013.3 +4048.44 +4145.79 +3706.26 +2910.63 +2023.92 +1296.32 +965.08 +1143.01 +832.209 +1083.28 +1481.75 +2063.23 +2000.1 +2639.48 +3472.78 +3840.85 +3777.89 +3649.3 +3563.93 +3403.29 +3336.79 +3590.78 +3944.41 +3718.62 +3522.12 +3660.75 +3656.58 +2924.8 +2092.1 +1245.88 +1000.42 +1042.74 +862.149 +1401.91 +1732.17 +2342.47 +2117.2 +2447.02 +2806.48 +3530.54 +3777.99 +3523.39 +3481.33 +3313.22 +3254.93 +3487.98 +3542.18 +3277.39 +3386.02 +3688.04 +3410.3 +2689.44 +2081.83 +1064.76 +876.352 +895.805 +945.822 +1157.92 +1548.89 +2131.88 +2565.62 +2925.63 +3316.37 +3948.77 +4054.98 +3817.87 +3835.71 +3490.41 +3594.63 +3864.65 +4007.99 +4021.83 +4044.71 +4106.94 +3709.04 +2941.27 +1928.77 +1189.68 +957.913 +1014.73 +848.635 +1415.21 +1590.88 +2259.82 +2700.35 +3055.42 +3533.22 +3934.11 +4023.1 +3786.43 +3836.58 +3601.69 +3591.64 +3870.49 +3996.83 +4029.15 +3963.3 +4141.36 +3689.88 +2907.98 +1926.62 +1050.69 +865.008 +885.659 +837.088 +1204.7 +1789.61 +2153.97 +2486.69 +2880.83 +3533.67 +3967.6 +4039.56 +3804.76 +3815.03 +3615.64 +3556.32 +3849.25 +4013.57 +3963.97 +4084.15 +4089.73 +3681.78 +2924.86 +1928.73 +1085.95 +949.477 +885.153 +835.049 +1239.84 +1735.6 +2312.26 +2532.28 +3082.81 +3559.74 +3973.58 +4100.2 +3751.72 +3835.78 +3391.68 +3215.74 +3838.76 +3699.65 +3937.51 +4047.89 +4159.42 +3710.02 +2910.15 +1943.08 +1271.84 +957.712 +1155.7 +968.317 +1388.53 +1453.94 +2090.12 +2674.38 +2975.35 +3547.03 +4119.08 +4587.72 +4561.55 +4757.44 +4464.19 +4155.41 +4344.42 +4291.45 +4126.23 +4188.18 +4398.85 +3773.37 +2850.68 +2107.86 +1136.5 +856.864 +858.136 +814.992 +1061 +1492.07 +2201.92 +2239.48 +2481.72 +3788.42 +4332.26 +4589.95 +4447.62 +4614.67 +4421.41 +4129.16 +4113.82 +4125.41 +3877.98 +3765.24 +3722.06 +3668.83 +2673.12 +1856.39 +1103.06 +1008.01 +1046.02 +873.34 +1244.52 +1717.37 +2274.41 +2208.36 +2576.78 +2544.75 +3216.93 +3733.95 +3540.99 +3603.51 +3580.49 +3476.08 +3578.27 +3571.17 +3267.39 +3391.46 +3724.54 +3488.7 +2714.1 +1959.37 +1170.21 +948.865 +1091.98 +1103.7 +1386.68 +1634.8 +2251.18 +2739.84 +3098.52 +3555.79 +3931.57 +4074.54 +3782.58 +3834.08 +3589.65 +3603.44 +3849.39 +3980.53 +4044.81 +4043.18 +4075.63 +3736.35 +2906.52 +1930.68 +1216.38 +950.409 +1019.99 +968.06 +1389.13 +1439.22 +2023.59 +2708.12 +3081.26 +3523.75 +3952.91 +4016.83 +3800.52 +3808.38 +3582.55 +3557.05 +3864.86 +4028.18 +4003.07 +4030.5 +4123.46 +3695.03 +2910.79 +1934.22 +1182.65 +949.785 +1024.77 +962.178 +1386.92 +1538.76 +2244.09 +2705.08 +3089.1 +3532.18 +3945.77 +4012.89 +3764.78 +3820.1 +3590.03 +3533.28 +3806.9 +4029.01 +3953.44 +4084.79 +4105.34 +3692.44 +2923.77 +1937.42 +1232.86 +939.176 +1026.31 +836.262 +1206.41 +1409.15 +1982.89 +2470.86 +3071.54 +3436.77 +3936.94 +4061.06 +3787.67 +3824.82 +3583.21 +3595.34 +3841.95 +3980.94 +4016.63 +4025.84 +4080.61 +3702.6 +2904.12 +1907.55 +1170.92 +855.101 +885.328 +832.355 +1235.26 +1438.05 +1980.95 +2522.3 +3083.54 +3394.56 +3937.65 +3979.25 +3805.73 +3824.62 +3599.83 +3555.72 +3862.59 +3980.52 +3681.46 +3649.48 +3799.12 +3640.63 +2829.18 +2057.36 +1330.51 +956.838 +1005.4 +829.447 +1348.08 +1489.97 +2183.72 +2268.12 +2852.48 +3394.64 +3834.96 +3731.2 +3677.08 +3539.13 +3429.07 +3346.17 +3578.21 +3957.25 +3693.97 +3562.01 +3382.47 +3625.29 +2882.9 +1993.91 +1107.51 +913.988 +948.351 +966.704 +1155.17 +1518.7 +2137.41 +1967.23 +2383.67 +2708.01 +3287.02 +3814.82 +3421.77 +3395.9 +3324.17 +3278.77 +3496.33 +3235.52 +3099.17 +3163.88 +3422.18 +3179.32 +2532.15 +1828.02 +1187.3 +1010.93 +1096.35 +1155.39 +1242.7 +1757.71 +2274.47 +2511.11 +2898.62 +3296.79 +3693.16 +3771 +3630.4 +3792.27 +3632.14 +3534.35 +3881.62 +3981.69 +3944.29 +4102.17 +4093.16 +3682.47 +2911.76 +1899.49 +1202.65 +947.558 +1135.84 +840.16 +1386.95 +1542.35 +2245.15 +2719.41 +3064.98 +3549.15 +3976.84 +4002.99 +3782.04 +3816.4 +3580.19 +3420.67 +3478.33 +3757.89 +3969.26 +4044.95 +4097.76 +3697.08 +2906.57 +1930.93 +1186.31 +942.71 +1154.73 +835.462 +1201.95 +1407.06 +2026.99 +2685.52 +3045.99 +3501.17 +3963.94 +4030.57 +3383.01 +3761.93 +3908.68 +3946.48 +4225.57 +4317.49 +3691.17 +4003.26 +4144.97 +3712.03 +2918.58 +1940.79 +1188.81 +958.755 +1154.57 +840.576 +1386.13 +1565.2 +2249.75 +2673.41 +3036.22 +3286.37 +3788 +4190.39 +3972.18 +3789.01 +3390.29 +3180.49 +3889.17 +3998.93 +3907 +4088.92 +4133.84 +3707.31 +2911.81 +1930.21 +1284.76 +955.129 +1147.65 +838.194 +1118.32 +1397.16 +1717.16 +2669.46 +3069.39 +3551.7 +4000.5 +3695.06 +3382.18 +3865.73 +3270.56 +3531.6 +3804.92 +3692.08 +3941.38 +3991.81 +4166.6 +3693.27 +2891.41 +1992 +1273.03 +955.166 +1012.69 +951.128 +1341.37 +1329.5 +1654.96 +2080.67 +2828.64 +3456.43 +3880.19 +3824.49 +3570.95 +3200.14 +3449.85 +3411 +3797.11 +3941.14 +3357.1 +3528.29 +3675.34 +3658.9 +2871.92 +2077.31 +1247.49 +986.178 +1036 +985.355 +1367.42 +1751.74 +2032.85 +2183.11 +2564.05 +2824.04 +3361.79 +3733.14 +3612.86 +3885.93 +3347.46 +3226.77 +3488.46 +3113.31 +3307.28 +3381.02 +3698.19 +3433.2 +2653.56 +1948.33 +1158.02 +953.026 +1014.9 +840.392 +1207.37 +1756.93 +2033.33 +2566.49 +3092.38 +3589.22 +4006.88 +4082.83 +3807.62 +3840.73 +3455.03 +3359.48 +3898.76 +4041.59 +3992.32 +4029.63 +4129.19 +3712.54 +2884.77 +1932.3 +1187.19 +948.578 +1155.27 +968.88 +1409.33 +1567.02 +2016.65 +2696.86 +3054.46 +3551.33 +3945.13 +4046.05 +3812.87 +3798.53 +3552.85 +3556.97 +3867.15 +3996.09 +3980.99 +4057.57 +4118.07 +3694.72 +2905.8 +1932.2 +1179.98 +947.924 +1021.14 +831.879 +1405.46 +1535.15 +1980.45 +2693.66 +3045.27 +3477.08 +3986.19 +4032.04 +3391.45 +3886.18 +3830.42 +3542.04 +3587.52 +4025.51 +3947.02 +3988.93 +4152.26 +3699.1 +2829.61 +1978.24 +1183.35 +946.185 +1024.89 +964.264 +1380.49 +1539.41 +1983.48 +2700.61 +3053.43 +3430.97 +3876.41 +3995.49 +3652.42 +3732.96 +3375.19 +3380.06 +3744.74 +3997.3 +3947.68 +4018.88 +4104.1 +3701.56 +2873.5 +1928.68 +1288.8 +952.034 +875.363 +1104.52 +1388.48 +1578.82 +1992.86 +2688.44 +3026.07 +3511.99 +3961.1 +4015.89 +3765.8 +3823.78 +3566.13 +3573.7 +3824.36 +4023.27 +3963.83 +4044.01 +4141.09 +3686.42 +2822.24 +2063.8 +1277.65 +964.398 +1010.19 +831.385 +1348.1 +1456.22 +1934.87 +2227.35 +2837.83 +3443.68 +3810.66 +3810.22 +3601.92 +3199.77 +3182.1 +3355.08 +3587.44 +3937.45 +3740.63 +3497.53 +3651.27 +3652.06 +2910.44 +2088.65 +1247.49 +1032.31 +1177.95 +852.744 +1318.67 +1717.82 +2027.76 +2166.12 +2564.98 +2802.7 +3504.74 +3771.56 +3524.5 +3490.39 +3122.28 +3185.68 +3482.96 +3431.16 +2904.02 +3368.66 +3707.62 +3462.05 +2735.22 +2099.37 +1159.83 +954.232 +1153.97 +836.921 +1406.73 +1534.4 +1821.85 +2690.15 +3083.59 +3618.33 +3966.29 +4030.3 +3694.35 +3445.97 +3224.56 +3191.09 +3527.85 +3666.14 +3858.42 +3981.53 +4130.72 +3695.23 +2849.22 +1925.77 +1184.79 +946.97 +1015.64 +963.958 +1408.18 +1553.99 +1985.89 +2683.21 +3029.23 +3190.72 +4003.51 +4285.11 +4098.51 +3950.49 +3765.82 +3675.54 +4031.37 +3763.51 +3588.25 +3936.32 +4100.11 +3704.96 +2921.92 +1924.39 +1184.02 +1020.73 +1146.59 +970.699 +1379.7 +1537.25 +1975.67 +2672.52 +3044.1 +3423.83 +3922.42 +4058.75 +3376.09 +3982.23 +3927.38 +3723.14 +3802.3 +4160.36 +3613.38 +3907.7 +4145.16 +3713.64 +2867.38 +1921.12 +1180.73 +953.496 +1013.59 +970.249 +1380.22 +1570.57 +2000.19 +2699.21 +3039.88 +3473.76 +3803.69 +4005.62 +3723.74 +3957.91 +3851 +3709.91 +3984.25 +3990.72 +3572.43 +3692.19 +4136.64 +3730.16 +2910.73 +1937.21 +1268.39 +950.897 +1154.31 +834.822 +1225.4 +1563.21 +1983.69 +2679.02 +3036.82 +3253.85 +4063.94 +4199.89 +4099.05 +4362.42 +3714.75 +3654.26 +3819.26 +3742.47 +3960.64 +3970.78 +4140.95 +3722.33 +2860.07 +2057.35 +1134.04 +1050.73 +1143.65 +813.122 +1345.23 +1458.95 +1911.53 +2217.25 +2872.73 +3527.34 +3868.04 +3709.44 +3636.45 +3555.68 +3272.77 +3332.78 +3605.23 +3970.24 +3707.27 +3530.33 +3687.82 +3647.32 +2875.48 +2052.82 +1242.49 +982.228 +1032.8 +983.575 +1311.75 +1747.12 +2022.37 +2221.41 +2562.17 +2851.51 +3542.93 +3395.04 +3135.78 +3227.03 +3232.23 +3195.6 +3506.73 +3473.55 +3007 +3383.03 +3727.47 +3454.33 +2661.38 +1943.42 +1154.53 +945.32 +1148.31 +830.647 +1403.61 +1441.59 +1969.63 +2685.95 +3093.15 +3598.06 +3956.53 +4079.38 +3713.08 +3462.4 +3238.13 +3218.03 +3561.84 +3994.22 +3899.61 +4018.51 +4145.65 +3720.43 +2866.71 +1917.22 +1183.52 +950.613 +1143.13 +839.279 +1376.9 +1553.93 +1975.29 +2677.5 +3036.18 +3280.69 +4092.8 +4395.27 +4312.85 +4477.24 +4147.53 +4294.71 +4432.25 +4364.93 +4241.21 +4277.15 +4294.14 +3869.19 +2841.06 +1935.22 +1184.61 +952.499 +1026.2 +835.718 +1379.62 +1567 +1988.86 +2610.94 +3008.07 +4073.68 +4960.19 +5256.49 +5034.79 +5117.74 +4947.4 +4902.72 +5279.05 +5363.35 +4022.42 +4154.65 +4081.65 +3734.71 +2936.1 +2125.66 +1340.16 +1161.61 +1149 +829.936 +1008.77 +1385.26 +1711.35 +2425.66 +3055.63 +3434.8 +3934.37 +4059.98 +3768.27 +3826.23 +3569.45 +3582.81 +3821.78 +3994.85 +4015.16 +4044.47 +4102.38 +3699.1 +2803.25 +1917.82 +1274.2 +864.719 +1147.02 +846.536 +1384.81 +1569.99 +1991.19 +2697.59 +3037.99 +3541.86 +3939.74 +4024.32 +3786.6 +3810.98 +3489 +3431.38 +3468.95 +3690.6 +3563.52 +3970.27 +4155.1 +3710.86 +2895.5 +2038.48 +1274.19 +961.202 +1142.64 +957.378 +1341.2 +1456.96 +1920.58 +2191.19 +2533.61 +3542.29 +4385.43 +4525.17 +4655.28 +4713.43 +4492.88 +4557.43 +4905.91 +5145.27 +4431.57 +4134.17 +4111.12 +3911.12 +3333.84 +2541.6 +1452.58 +1224.18 +1216.72 +1168.76 +1318.03 +1752.06 +2047.5 +2340.69 +2659.28 +3137.26 +4265.2 +4700.88 +4728.66 +4847.2 +4596.74 +4574.31 +4916.01 +3677.14 +3776.19 +3394.8 +3725.73 +3493.06 +2680.59 +1955.44 +1166.97 +960.35 +878.422 +967.162 +1383.17 +1572.49 +1981.12 +2740.04 +2767.28 +3233.49 +4097.86 +4294.38 +4194.53 +4239.55 +3910.68 +3973.61 +4200.83 +4260.8 +4068.03 +3671.08 +4171.23 +3732.64 +2887.21 +1930.68 +1194.5 +952.079 +1151.89 +840.104 +1357.41 +1439.94 +1985.93 +2674.61 +2717.26 +3624.99 +4214.64 +4576.59 +4498.72 +4902.36 +4686.83 +4783.11 +5094.98 +5195.03 +4961.46 +4916.72 +4765.14 +4011.5 +3101.81 +2161.09 +1349.41 +1141.83 +1163.07 +1093.24 +1288.07 +1671.44 +2073.98 +3240.45 +3628.14 +4298.92 +4640.95 +4081.5 +4099.62 +4408.9 +4219.08 +4125.67 +4331.03 +3944.95 +3541.22 +4128.34 +3735.85 +3610.48 +2925.32 +1924.82 +1185.88 +953.039 +1017.92 +832.193 +1298.64 +1533.02 +1886.07 +2655.26 +3038.51 +3328.24 +3928.05 +4043.71 +3767.55 +3716.79 +3339.37 +3386.4 +3485.45 +3955.56 +3887.08 +4043.89 +4123.9 +3695.74 +2904.39 +1920.72 +1266.88 +953.539 +1149.35 +836.922 +1381.79 +1579.89 +1978.46 +2676.35 +3033.79 +3204.53 +4041.5 +4085.95 +3727.2 +3852.33 +3740.73 +3689.85 +3831.81 +3815.86 +3854.97 +3977.39 +4154.21 +3706.34 +2879.13 +2048.31 +1274.89 +859.254 +874.891 +960.776 +1327.57 +1434.67 +1919.69 +2175.13 +2855.91 +3151.51 +4016.87 +3966.76 +3977.77 +4013.8 +4215.6 +4139.89 +4597.03 +4491.94 +3853.63 +3744.37 +3765.37 +4018.13 +3381.56 +2379.96 +1377.24 +891.594 +888.346 +842.117 +985.462 +1367.4 +1966.8 +2196.32 +2478.03 +3026.58 +3723.62 +4090.87 +4112.16 +4092.44 +4116.38 +4070.51 +4245.75 +3860.94 +3398.7 +3373.85 +3040.98 +3090.04 +2561.49 +1944.14 +1160.39 +950.087 +1020.64 +831.791 +1377.58 +1560.2 +1972.98 +2722.37 +3058.62 +3255.13 +3857.19 +4133.14 +3914.24 +4003.92 +3887.24 +3900.39 +4361.01 +4487.97 +4125.63 +4120.78 +3861.78 +3722.16 +2869.73 +1933.16 +1134.29 +956.062 +1144.37 +835.903 +1378.47 +1554.88 +1964.2 +2680.78 +3084.74 +4386.84 +4981.61 +5195.26 +4878.25 +5020.12 +4822.07 +4844.39 +5148.16 +5244.98 +5159.9 +5132.44 +4845.25 +4449.51 +3474.88 +2918.87 +1544.5 +1389.79 +1280.7 +1144.57 +1346.64 +1760.83 +2072.38 +3089.83 +3134.25 +4044.34 +3963.2 +3977.11 +3745.87 +3845.96 +3369.8 +3583.69 +3839.51 +4016.37 +3978.56 +3947.68 +3891.5 +3744.16 +2912.51 +1917.98 +1104.8 +946.278 +1154.87 +841.836 +1354.47 +1557.49 +1988.2 +2685.72 +2994.83 +3131.89 +4251.09 +4638.43 +4424.04 +4620.6 +4328.16 +3899.58 +3967.11 +3624.87 +3571.86 +3695.92 +3813.79 +3596.03 +2753.26 +1909.62 +1112.95 +954.425 +1152.95 +839.397 +1019.05 +1375.91 +1976.1 +2652.27 +2752.98 +3692.2 +4789.18 +4918.06 +4722.25 +4785.63 +4713.17 +4709.76 +5085.21 +5161.68 +5036.69 +4842.37 +4300.33 +3670.57 +2778.77 +1974.41 +1312.83 +968.065 +873.446 +821.527 +1239.46 +1314.41 +1825.03 +2171.39 +2583.18 +3872.9 +4520.9 +4672.68 +4632.09 +4651.08 +4474.91 +4507.2 +4779.83 +5084.43 +4186.87 +3940.8 +3570.16 +3641.82 +2976.45 +2151.05 +1101.35 +897.549 +889.574 +1112.09 +1307.92 +1718.85 +2029.88 +2477.49 +2864.08 +3234.11 +3830.85 +3704.45 +3203.77 +3482.23 +2865.63 +3168.85 +3452.2 +3452.02 +3272.3 +3438.54 +3477.9 +3499.39 +2837.03 +2113.35 +1373.44 +1216.63 +1249.44 +1150.86 +1330.18 +1722.93 +2069.18 +3509.38 +3931.15 +3995.88 +4648.29 +4830.08 +4387.02 +4260.19 +3747.23 +3772.6 +4265.32 +3965.06 +3622.33 +3972.56 +3833.38 +3632.15 +2774.85 +1921.63 +1188.82 +959.622 +1141.94 +848.354 +1382.51 +1553.59 +1990.98 +2731.15 +3008.42 +3153.26 +4172.64 +4753.64 +4397.16 +4380.22 +4096.09 +4097.21 +4465.73 +4488.15 +4239.16 +4091.75 +3514.44 +3640.07 +2777.93 +1899.48 +1039.48 +841.857 +865.384 +814.502 +1097.19 +1374.72 +1695.27 +2858.33 +3388.53 +4096.09 +4665.14 +4882.82 +4749.95 +4880.33 +4732.27 +4728.19 +5137.78 +5191.31 +5036.91 +4909.13 +4411.01 +4026.28 +3168.21 +2310.95 +1376.38 +1175.27 +1190.12 +1135.2 +1308.84 +1670.06 +2008.7 +2835.71 +3340.37 +3874.9 +4607.39 +4925.36 +4860.16 +4939.33 +4825.04 +4825.77 +5275.18 +5423.46 +5272.57 +5373.52 +5112.5 +4760.97 +3749.9 +2855.23 +1600.77 +1443.28 +1423.66 +1389.49 +1568.57 +1847.72 +2151.68 +3870.31 +4325.39 +4986.87 +5430.14 +5412.54 +5154.59 +5261.24 +5017.91 +4887.83 +5157.5 +5199.78 +5053.28 +4767.27 +4335.15 +3901.71 +3129.56 +2408.23 +1481.98 +1187.08 +1173.89 +807.687 +981.659 +1416.31 +1925.58 +2207.92 +2830.65 +3426.22 +3667.3 +3903.17 +4121.42 +4162.36 +3951.06 +4142.01 +4533.59 +4732.07 +3950.29 +3849.64 +3422.36 +3252.49 +2812.28 +2077.63 +1250.6 +979.96 +1181.24 +857.775 +1255.07 +1686.04 +1978.25 +2194.7 +2542.11 +2708 +3591.09 +4146.01 +4067.68 +4234.3 +4063.2 +4302.84 +4472.79 +4125.81 +3640.87 +3686.12 +3747.56 +3631.75 +2925.29 +2114.11 +1356.14 +1170.33 +1197.34 +1114.87 +1003.26 +1390.02 +1771.98 +2517.24 +2743 +3482.56 +4060.11 +4245.26 +3947.04 +4167.99 +4098.29 +3989.04 +4436.31 +4480.8 +4280.32 +4205.21 +3490.88 +3619.77 +2873.66 +1918.76 +1178.9 +949.168 +1017.24 +829.826 +1371.96 +1562.31 +1969.19 +2703.96 +3031.51 +3663.02 +4429.24 +4851.82 +4825.08 +4886.52 +4715.25 +4769.02 +5110.3 +5341.58 +5127.9 +5115.93 +4724.04 +4084.18 +3033.48 +2040.42 +1044.34 +848.913 +872.355 +819.962 +994.419 +1373.92 +1698.54 +2821.7 +3352.3 +4084.33 +4781.61 +5113.02 +4904.35 +4916.13 +4698.9 +4682.15 +4991.89 +5130.17 +4961.37 +5174.44 +5048.84 +4749.64 +3772.59 +2959.22 +1563.33 +1349.19 +1292.16 +1242.42 +1419.4 +1854.04 +2230.54 +3890.56 +4285.51 +4677.01 +5159.89 +5204.67 +4954.46 +5018.64 +4762.37 +4635.21 +5067.28 +5143.72 +4830.45 +4594.33 +4033.82 +3786.26 +2944.08 +1826.93 +1128.88 +850.482 +869.647 +820.492 +991.004 +1538.72 +1987.33 +2619.04 +2729.46 +3625.51 +4316.41 +4467.23 +4244.1 +4446.46 +3957.63 +3911.66 +4236.48 +4342.57 +4108.42 +4192.16 +3883.91 +3708.69 +2538.68 +2064.82 +1259.15 +958.971 +865.406 +824.406 +1165.04 +1470.85 +1919.44 +2227.88 +2775.95 +3458.03 +4077.46 +4363 +4438.86 +4642.82 +4457.75 +4501.91 +4707.79 +5085.01 +4652.43 +4555.25 +4163.18 +4192.93 +3380.42 +2304.64 +1402.29 +1161.88 +1211.95 +1165.49 +1307.15 +1728.05 +2050.73 +2610.22 +3276.36 +4044.25 +4859.53 +5086.28 +4842.45 +4881.73 +4609.97 +4612.76 +4932.69 +4885.41 +4523.39 +4657.05 +4565.38 +4332.11 +3453.54 +2706.8 +1593.69 +1515.79 +1545.63 +1456.54 +1633.76 +2039.73 +2356.4 +4095.05 +4419.13 +5126.65 +5532.69 +5535.49 +5406.99 +5346.23 +5209.29 +5091.9 +5569.17 +5565.24 +5297.86 +5397.87 +5142.58 +4712.98 +3452.34 +2406.67 +1371.4 +859.647 +901.809 +841.037 +1023.49 +1395.29 +1719.67 +2678.46 +3077.85 +3548.75 +3944.1 +4025.39 +3759.12 +3820.85 +3391.85 +3532.46 +3848.06 +3630.76 +3818.82 +3977.47 +3851.3 +3686.98 +2841.28 +1899.45 +1165.43 +940.284 +1015.57 +823.714 +1374.15 +1561.97 +1962.12 +2712.55 +3053.63 +3552.49 +3913.39 +3975.63 +3364.43 +3773 +3679.98 +3922.56 +4252.46 +4531.38 +4458.71 +4160.34 +3778.48 +3579.95 +2859.78 +1910.66 +1180.19 +935.087 +1150.19 +829.593 +1364.78 +1565.01 +1968.78 +2643.63 +2876.97 +3622.39 +4387.8 +4536.64 +4426.9 +4393.84 +4287.92 +4101.44 +4626.86 +4518.98 +4300.99 +4386.21 +3955.8 +3697.98 +2578.56 +1894.25 +1135.54 +951.669 +1152.38 +810.371 +988.062 +1585.72 +1681.37 +2433.6 +3382.72 +4152.2 +4739.85 +4960.03 +4857.75 +4924.96 +4830.48 +4858.51 +5173.42 +5345.07 +5205.43 +5264.62 +4994.18 +4449.43 +3424.83 +2761.87 +1589.94 +1277.72 +1249.3 +1192.75 +1429.14 +1795.52 +2165.93 +3510.74 +4169.14 +5066.99 +5428.43 +5360.21 +5315.56 +5198.72 +5047.39 +4977.14 +5404.49 +5857.05 +5197.59 +5073.06 +4836.19 +5074.62 +4313.01 +3573.25 +1902.56 +1676.3 +1645.27 +1617.08 +1767.35 +2446.48 +2696.19 +3597.05 +3867.12 +4589.34 +5259.83 +5367.05 +5112.47 +5023.15 +4847.38 +4774.33 +4917.45 +4834.06 +4553.49 +4546.8 +4622.23 +4479.78 +3714.98 +2928.92 +1561.86 +1304.93 +1292.12 +1211.25 +1378.23 +1764.73 +2089.31 +3214.09 +3805.64 +4652.44 +4742.25 +5218.7 +5036.85 +5188.14 +4856.6 +4850.8 +5240.89 +5369.63 +5224.93 +5173.2 +4815.08 +4203.33 +3316.35 +2430.24 +1387.17 +1150.43 +1177.79 +823.154 +1004.09 +1378.58 +1704.13 +2874.05 +3722.15 +4777.86 +5312.71 +5385.67 +5100.59 +5143.68 +4879.15 +4881.44 +5347.02 +5462.43 +5280.36 +5398.39 +5169.62 +4803.52 +3666.02 +2637.5 +1444.57 +1223.63 +1254.84 +1181.79 +1384.74 +1772.85 +2099.02 +3512.22 +4168.6 +4854.99 +5368.33 +5326.63 +4992.81 +5054.08 +4836.77 +4951.69 +5308.43 +5414.63 +5169.3 +5190.68 +5059.98 +4792.04 +3430.61 +2351.86 +1352.03 +1133.32 +875.773 +821.67 +1306.01 +1568.5 +1711.14 +2437.33 +3041.78 +4020.56 +4670.31 +4803.57 +4547.35 +4909.67 +4644.98 +4667.05 +5002.85 +5084.05 +4897.05 +4750.38 +4200.76 +3865.58 +2957.12 +2142.62 +1404.18 +1146.93 +1158.91 +1119.19 +1271.25 +1371.07 +1699.46 +2436.92 +3001.89 +3667.95 +4428.47 +4568.65 +4286.31 +4526.68 +4401.17 +4260.12 +4786.5 +5180.5 +4882.39 +4630.82 +4138.04 +3773.55 +2906.88 +1962.87 +1136.6 +865.223 +1167.06 +828.295 +977.764 +1450.38 +1918.02 +2187.46 +2837.94 +4014.07 +4618.22 +4742.97 +4729.38 +4765.3 +4603.07 +4614.41 +4859.05 +5306.19 +4835.54 +4557.77 +4099.82 +3832.85 +2961.78 +2318.57 +1398.12 +889.5 +892.173 +1127.24 +1008.81 +1665.31 +1967.81 +2171.12 +2835.93 +3773.22 +4823.7 +5005.97 +4846.89 +4795.84 +4601.8 +4568.62 +4996.52 +4891.48 +4567.22 +4668.24 +4715.39 +4525.06 +3844.15 +3041.25 +1573.98 +1372.91 +1355.12 +1282.01 +1442.97 +1867.1 +2220.56 +3902.82 +4317.34 +5073.48 +5512.24 +5552.59 +5291.22 +5513.78 +5132.93 +5147.71 +5596.4 +5701.83 +5456.73 +5560.49 +5311.11 +4994.06 +4203.87 +3408.18 +1716.81 +1515.28 +1524.92 +1417.25 +1655.95 +2123.56 +2599.82 +4201.21 +4739.07 +5348.99 +5715.97 +5779.02 +5593.32 +5807.32 +5393.53 +5338.19 +5799.72 +5980.92 +5683.63 +5775.96 +5578.93 +5136.73 +4223.43 +3328.06 +1632.78 +1371.04 +1312.38 +1219.43 +1356.52 +1725.56 +2051.5 +3140.67 +3758.77 +4702.77 +5375.45 +5357.19 +5003.68 +5207.67 +5026.5 +5008.7 +5300.82 +5450.85 +5107.25 +5252.77 +5069.76 +4887.06 +4024.35 +3262.43 +1626.87 +1394.5 +1372.93 +1246.75 +1508.59 +1931.62 +2321.19 +4025.74 +4355.14 +5018.55 +5616.19 +5520.6 +5251.58 +5358.56 +5053.57 +5061.21 +5509.92 +5576.89 +5460.23 +5582.28 +5242.32 +4910.54 +4125.65 +3268.71 +1730.97 +1402.61 +1282.65 +1209.65 +1370.9 +1701.96 +2051.28 +3218.94 +3692.63 +4597.5 +5048.04 +5115.94 +4867.32 +4977.59 +4774.51 +4820.96 +5191.86 +5320.75 +5143.43 +5125.52 +4659.72 +4075.62 +3142.21 +2439.22 +1476.96 +1195.9 +1164.07 +1100.08 +1239 +1305.04 +1937.97 +2664.78 +3514.08 +4267 +4875.95 +4876.27 +4739.48 +4822.8 +4679.35 +4691.67 +4902.04 +5336.12 +4865.02 +4576.45 +4350.87 +4419.53 +3576.22 +2811.97 +1529.7 +1298.45 +1399.78 +1346.01 +1531.7 +2063.57 +2293.88 +3397.4 +3695.8 +4063.63 +4745.16 +4908.42 +4621.28 +4792.89 +4703.1 +4610.8 +4901.48 +4835.89 +4517.26 +4603.2 +4248.74 +3947.94 +2980.92 +2014.04 +1342.75 +857.221 +875.88 +819.802 +1020.73 +1535.97 +1979.46 +2804.68 +3790.67 +4655.18 +5213.91 +5288.38 +5085.03 +5102.41 +4921.25 +4911.43 +5314.78 +5464.06 +5250.72 +5388.07 +4984.33 +4369.17 +3369.42 +2499.16 +1416.53 +1198.99 +1188.31 +1131.24 +1298.68 +1673.25 +2008.87 +3390.32 +4231.09 +4735.36 +5338.27 +5319.65 +5096.42 +5109.08 +4981.11 +4868.37 +5356.49 +5472.43 +5210.82 +5371.47 +5202.97 +4958.55 +3979.23 +2930.01 +1604.77 +1388.4 +1382.19 +1232.25 +1419.96 +1811.36 +2136.09 +3575.06 +4105.2 +4942.37 +5693.25 +5699.08 +5504 +5559.16 +5268.3 +5156.99 +5551.98 +5771.23 +5456.87 +5553.21 +5083.33 +4714.27 +3341.3 +2429.66 +1386.77 +1175.78 +1163.92 +819.346 +1293.43 +1591.86 +1691.19 +2442.58 +3105.58 +4082.6 +4659.26 +4890.97 +4774.48 +4802.55 +4745.41 +4683.66 +5078.38 +5268.6 +5142.66 +5110.56 +4556.23 +4144.86 +3020.63 +2038.82 +1126.05 +860.084 +862.869 +815.537 +1290.29 +1565.67 +1692.84 +2693.88 +3349.03 +4434.67 +4843.64 +5165.54 +4932.47 +5023.85 +4825 +4829.72 +5097.14 +5215.59 +5011.72 +5113.92 +4726.73 +4249.4 +3291.24 +2688.75 +1535.53 +1260.52 +1293.35 +1354.48 +1450.44 +1753.85 +2195.54 +3427.37 +4080.61 +4829.14 +5387.13 +5313.68 +5112.71 +5128.37 +5068.14 +4940.17 +5186.73 +5522.06 +4952.72 +4901.69 +4563.41 +4628.5 +3677.39 +2565.31 +1486.46 +1249.4 +1243.76 +1123.76 +1279.76 +1717.12 +2013.16 +2868.94 +3378.35 +4089.49 +4966.86 +5157.28 +4953.43 +4759.22 +4603.34 +4570.48 +4904.56 +4769.98 +4388.49 +4581.7 +4580.02 +3983.29 +3192.21 +2362.17 +1391.75 +1152.94 +877.34 +823.941 +998.509 +1384.87 +1696.89 +3003.75 +4188.94 +4855.96 +5370.02 +5486.66 +5176.43 +5214.21 +5039.04 +5010 +5458.61 +5650.34 +5400.76 +5523.02 +5161.42 +4749.1 +4064.39 +3072.89 +1572.09 +1261.6 +1270.61 +1220.52 +1411.79 +1822.96 +2215.08 +3934.22 +4338.15 +5045.74 +5611 +5666.24 +5352.63 +5444.54 +5224.4 +5157.08 +5591.8 +5778.57 +5517.73 +5662.24 +5191.69 +4523.03 +3449.18 +2427.17 +1401.57 +1180.91 +1171.25 +822.297 +1005 +1661.98 +1697.07 +2957.31 +3604.01 +4398.23 +5034.26 +5277.76 +4962.22 +4979.7 +4772.58 +4744.34 +5132.98 +5176.39 +5005.75 +5147.88 +4583.19 +3941.43 +3026.9 +2211.63 +1331.96 +858.168 +1145.48 +811.833 +1299.4 +1568.05 +1688.75 +2461.07 +3547.52 +4582.91 +5079.47 +5268 +5003.71 +5108.45 +4892.2 +4853.82 +5291.78 +5420.7 +5316.88 +5388.5 +5003.34 +4499.34 +3380.03 +2540.71 +1507.96 +1202.61 +1218.74 +1115.66 +1298.03 +1657.67 +1982.05 +3127.35 +4025.02 +4861.17 +5323.11 +5372.9 +5142.52 +5165.68 +5089.15 +4998.92 +5392.84 +5475.81 +5315.57 +5439.83 +5220.35 +4963.55 +3983.64 +3206.07 +1749.94 +1507.7 +1514.57 +1463.98 +1778.09 +1968.75 +2309.76 +3617.25 +4248.77 +5056.46 +5364.61 +5438.52 +5334.77 +5305.34 +5290.11 +5168.24 +5591.72 +5718.3 +5156.73 +5188.19 +4978.3 +5284.21 +4459.76 +3597.63 +1965.81 +1737.63 +1742.43 +1659.58 +1977.82 +2454.85 +2907.18 +3618.06 +3871.29 +4529.69 +5354.18 +5464.35 +5134 +5023.96 +4920.57 +4919.43 +5457.57 +4955.84 +4612.33 +4772.68 +4835.08 +4840.26 +4140.8 +3424.97 +1860.93 +1651.89 +1727.47 +1640.47 +2109.36 +2280.87 +2593.6 +4259.09 +4599.95 +5221.95 +5586.37 +5633.68 +5392.35 +5466.64 +5205.92 +5061.07 +5715.71 +5683.33 +5557.11 +5704.23 +5353.79 +5006.68 +4220.41 +3290.84 +1617.33 +1423.03 +1413.69 +1319.02 +1462 +1812.65 +2242.57 +3971.7 +4409.21 +5356.3 +5578.66 +5510.44 +5168.47 +5289.5 +5080.17 +5023.2 +5641.17 +5684.34 +5443.13 +5594.56 +5289.05 +5023.38 +4215.9 +3355.72 +1713.4 +1534.33 +1580.54 +1554.72 +2080.01 +2089.08 +2488.99 +4156.82 +4587.78 +5297.78 +5669.46 +5694.83 +5503.86 +5550.05 +5421.14 +5358.96 +5817.59 +5822.21 +5608.61 +5860.23 +5582.15 +5209.07 +4339.48 +3507.29 +1944.79 +1760.53 +1773.09 +1723.13 +2105.04 +2436.62 +3032.13 +4272.15 +4627.67 +5286.28 +5708.41 +5783.18 +5573.58 +5743.06 +5542.01 +5411.23 +5911.23 +5732.67 +5672.88 +5931.51 +5692.28 +5371.91 +4431.58 +3596.16 +2169.56 +1921.06 +1958.94 +1907.46 +2242.78 +2693.79 +3020.26 +4291.27 +4747.04 +5396.74 +5741.49 +5655.04 +5495.09 +5568.78 +5326.36 +5326.43 +5650.47 +5832.43 +5585.25 +5826.16 +5615.85 +5137.57 +4244.93 +3532.25 +1992.64 +1750.41 +1652.06 +1732.83 +2111.9 +2137.85 +2475.15 +3632.11 +4266.46 +4750.75 +5511.36 +5420.64 +5110.37 +4933.95 +4755.37 +4770.57 +5121.11 +5419.3 +4879.09 +4746.87 +4585.7 +4820.21 +4141.17 +3384.77 +1729.83 +1563.29 +1575.16 +1504.85 +1595.28 +2062.08 +2299.91 +3334.44 +3427.69 +4026.92 +4679.46 +5012.92 +4865.58 +4789.95 +4586.96 +4649.44 +5008.72 +4777.43 +4525.91 +4626.87 +4635.57 +4654.3 +3970.98 +3230.96 +1494.67 +1236.76 +1233.28 +1156.63 +1307.13 +1690.89 +1999.36 +3385.33 +4100.08 +4856.87 +5361.12 +5400.98 +5134.04 +5188.96 +4974.26 +4909.24 +5437.3 +5506.02 +5259.28 +5414.81 +5051.94 +4777.5 +3874.65 +2713.69 +1468.48 +1198.36 +1184.72 +1114.36 +1281.96 +1654.39 +2006.28 +2954.14 +3998.54 +4799.83 +5355.37 +5356.66 +5077.67 +5153.77 +4945.45 +4933.91 +5364.93 +5461.23 +5320.8 +5485.03 +5205.99 +4947.88 +4123.71 +3084.97 +1606.78 +1416.47 +1417.14 +1267.08 +1626.16 +1829.34 +2212.99 +3768.1 +4270.39 +4968.69 +5547.75 +5606.57 +5415.46 +5429.67 +5221.03 +5156.71 +5685.68 +5705.66 +5419.23 +5445.65 +5346.79 +4916.14 +4122.12 +3301.2 +1768.41 +1502.77 +1638.42 +1579.08 +1702.56 +2077.43 +2540.4 +4039.16 +4554.55 +5198.37 +5522.1 +5638.41 +5528.3 +5547.31 +5169.76 +4971.23 +5549.02 +5784.58 +5683.56 +5473.92 +5257.04 +4909.77 +4113.21 +3292.42 +1835.9 +1546.94 +1565.57 +1461.11 +1647.17 +2050.21 +2424.72 +4040.09 +4360.84 +4820.65 +5433.17 +5543.16 +5322.88 +5305.46 +5302.68 +5214.49 +5606.97 +5793.87 +5488.41 +5569.33 +5307.66 +4961.03 +4109.05 +3406.99 +1866.12 +1598.21 +1673.99 +1624.09 +1829.04 +2120.58 +2456.64 +3689.53 +4134.48 +4881.01 +5346.88 +5614.97 +5237.47 +5146.4 +4988.98 +4956.89 +5305.27 +5600.14 +5013.15 +4932.39 +4731.88 +4984.32 +4165.6 +3329.35 +1721.78 +1425.23 +1514.4 +1606.73 +1600.13 +2202.52 +2289.28 +3016.2 +3700.21 +4232.08 +4929.71 +5127.58 +5029.93 +4980.81 +4741.54 +4630.95 +5024.31 +4897.67 +4580.18 +4701.35 +4791.96 +4761.83 +4054.53 +3185.69 +1600.73 +1381.32 +1410.61 +1330.14 +1489.21 +1855.19 +2138.95 +3668.55 +4264.89 +5034.12 +5462.93 +5433.75 +5217.15 +5219.54 +5078.37 +5062.6 +5500.87 +5734.82 +5527.97 +5664.65 +5447.34 +5062.97 +4208.47 +3242.28 +1521.43 +1306.35 +1193.82 +835.6 +1004.55 +1395.57 +1798.98 +2437.94 +3444.93 +4465.2 +5056.21 +5117.25 +4960.23 +5010.66 +4846.72 +4811.55 +5207.35 +5377.55 +5118.18 +5116.44 +4718.26 +4009.32 +3165.23 +2283.02 +1352.86 +848.448 +866.664 +825.397 +987.902 +1569.68 +1979.97 +2784.88 +3598.61 +4452.65 +5081.62 +5094.07 +4919.62 +5061.65 +4821.84 +4811.75 +5198.71 +5364.9 +5163.69 +5140.28 +4590.04 +4081.55 +3093.05 +2084.05 +1042.77 +851.295 +1156.18 +839.223 +1014 +1559.17 +1969.74 +2408.68 +3474.21 +4773.72 +5242.66 +5316.91 +5035.91 +5092.17 +4881.45 +4861.5 +5238.89 +5375.77 +5221.79 +5303.36 +5048.96 +4530.37 +3227.07 +2208.96 +1424.1 +856.953 +864.716 +822.831 +1295.51 +1654.35 +1978.58 +2708.24 +3817.61 +4843.77 +5366.31 +5296.11 +5058.85 +5143.27 +4876.94 +4890.27 +5322 +5456.02 +5293.14 +5388.45 +5432.44 +4584.17 +3506.03 +2623.2 +1515.26 +1221.36 +1220.82 +1141.68 +1280.44 +1621.85 +1974.96 +2789.99 +3819.38 +4834.58 +5335.87 +5113.68 +4961.8 +4923.53 +4749.5 +4694.88 +5049.82 +5377.98 +4959.18 +4853.48 +4962.36 +4867.2 +4013.19 +2904.42 +1557.29 +1342.84 +1327.54 +1281.57 +1419.54 +1893.58 +2173.37 +2738.75 +3267.43 +4152.86 +4954.06 +5088.31 +4909 +4866.52 +4674.35 +4676.65 +4984.76 +4904.69 +4562.54 +4691.89 +5002.26 +4705.06 +3861.83 +3138.9 +1688.44 +1494.03 +1546.49 +1460.29 +1632.09 +2069.05 +2407.72 +3980.23 +4378.02 +5024.27 +5579.36 +5571.07 +5405.15 +5348.49 +5107.21 +5103.34 +5505.03 +5609.84 +5481.55 +5611.8 +5604.24 +4992.97 +4187.22 +3322.62 +1681.48 +1496.38 +1568.31 +1520.92 +1690.92 +2091.62 +2350.56 +3946.36 +4269.09 +4855.66 +5351.34 +5405.66 +5106.13 +5147.83 +4899.67 +4936 +5335.08 +5495.46 +5300.69 +5370.5 +5432.28 +4796.85 +3662.49 +2641.96 +1447.6 +1229.77 +1213.64 +1164.56 +1335.58 +1650.82 +2053.96 +3248.73 +4153.69 +4847.68 +5432.58 +5502.37 +5173.06 +5263.87 +5001.76 +4968.14 +5472.53 +5516.05 +5310.95 +5478.05 +5473.93 +4979.65 +3533.26 +2556.32 +1415.84 +1215.26 +1207.63 +1147.05 +1327.41 +1693.69 +2034.28 +3447.66 +4149.55 +5086.84 +5574.63 +5612.65 +5544.61 +5374.46 +5142.33 +5096.48 +5518.25 +5614.43 +5514.68 +5577.6 +5539.73 +5040.66 +4263.28 +3425.82 +1961.66 +1612.91 +1448.83 +1242.98 +1545.85 +1737.89 +2076.99 +3216.06 +3734.11 +4547.1 +5082.29 +5230.71 +5003.22 +5071.07 +4924.85 +4883.31 +5277.78 +5395.86 +5226.48 +5160.45 +4985.46 +4171.58 +3173.02 +2320.08 +1435.03 +866.926 +863.157 +819.838 +952.566 +1295.98 +1638.16 +2218.88 +3151.64 +4245.59 +5044.38 +4890.29 +4867.22 +4848.29 +4684.85 +4651.32 +4986.55 +5366.96 +4898.26 +4355.46 +4098.76 +3810.59 +3017.32 +2230.73 +1374.77 +1177.45 +884.701 +1105.52 +1251.85 +1674.64 +1997.18 +2465.05 +3097.38 +4056 +4806.63 +5155.28 +5345.29 +5319.53 +5057.06 +5077.42 +5556.98 +5086.49 +4710.59 +4923.16 +5231.38 +4877.97 +4193.78 +3464.12 +1941.22 +1755.75 +1811.89 +1692.1 +2033.79 +2269.55 +2601.54 +4302.22 +4801.69 +5347.81 +5866.78 +5703.68 +5483.48 +5400.31 +5369.78 +5263.4 +5653.41 +5850.65 +5607.94 +5768.92 +5725.04 +5139.27 +4288.02 +3471.63 +1866.47 +1667.12 +1647.33 +1620.26 +2164.37 +2155.82 +2500.76 +4218.73 +4703.29 +5343.59 +5732.13 +5720.04 +5524.05 +5604.01 +5332.82 +5189.71 +5486.45 +5412.64 +5054.86 +5212.16 +5330.28 +4857.69 +3791.43 +2796.49 +1481.34 +1259.82 +1278.14 +1188.7 +1340.75 +1694.3 +2011.15 +2889.85 +3746.91 +4579.45 +5156.21 +5240.91 +5067.42 +5092.88 +4878.05 +4873.78 +5228.21 +5403.21 +5234.34 +5315.75 +5374.25 +4484.16 +3426.06 +2413.17 +1378.52 +1166.45 +870.647 +820.179 +997.801 +1368.31 +1984.16 +2428.76 +3636.33 +4847.08 +5310.05 +5308.2 +5103.74 +5106.14 +4923.69 +4935.83 +5320.18 +5474.72 +5247.11 +5261.8 +5239.84 +4386.29 +3282.04 +2401.14 +1486.32 +1189.69 +1189.39 +1144.12 +1298.74 +1651.66 +2026.75 +3241.5 +4201.61 +4972.84 +5469.98 +5492.63 +5345.66 +5436.73 +5192.76 +5209.34 +5580.72 +5703.33 +5473.4 +5517.99 +5475.08 +4962.57 +3922.77 +3161.89 +1692.08 +1407.67 +1401 +1408.81 +1558.82 +1899.15 +2074.33 +2899.79 +3808.63 +4652.73 +5122.24 +4984.58 +4925.58 +4871.33 +4672.99 +4598.05 +4889.71 +5247.13 +4496.5 +4307.9 +4345.55 +4135.21 +3374.18 +2567.6 +1449.67 +1239.99 +1226.69 +1110.41 +1257.73 +1382.81 +2217.36 +2210.63 +2623.45 +3516.96 +4589.01 +4863.76 +4613.85 +4695.95 +4507.6 +4301.29 +4598.07 +4230.16 +3849.64 +3892.29 +4164.66 +3822.28 +3096.42 +2361.8 +1374.48 +1170.38 +1163.22 +1104.15 +1271.97 +1376.9 +1968.96 +2790.79 +3339.16 +4100.38 +4637.92 +4625.34 +4643.61 +4883.21 +4391.36 +4656.05 +4976.67 +5088.74 +4879.98 +4837.87 +4611.54 +4058.13 +3019.49 +2096.59 +1336.32 +847.599 +855.55 +809.601 +991.614 +1365.36 +1958.29 +2702.53 +3261.3 +4121.98 +4807.59 +5010.24 +4870.87 +4926.6 +4744.75 +4803.77 +5106.1 +5236.94 +5052.41 +4944.67 +4623.58 +4070.26 +3007.41 +2021.17 +1040.66 +842.965 +1161.42 +840.588 +1007.84 +1366.53 +1958.17 +2437.46 +3291.47 +4270.08 +5000.78 +5149.53 +4938.95 +5036.31 +4814.02 +4804.04 +5090.95 +5179.05 +5040.41 +5159.55 +5014.42 +4146.31 +3101.11 +2274.49 +1352.87 +1172.12 +1183.51 +1133.34 +1302.37 +1665.95 +2276.6 +2704.66 +3017.46 +3564.44 +4248.45 +5134.72 +5045.42 +5180.92 +4938.55 +4875.77 +5318.35 +5384.04 +5261.66 +5255.83 +5309.69 +4855.72 +3964.56 +3121.93 +1698.85 +1406.03 +1393.3 +1341.57 +1582.91 +1997.47 +2551.01 +3933.07 +4217.44 +4778.43 +5378.7 +5450.65 +5240.87 +5299.45 +5156.58 +5019.58 +5445.55 +5545.26 +5302.84 +5591.73 +5418.38 +4882.47 +4082.21 +3344.24 +1740.73 +1431.61 +1435.63 +1410.4 +1558.43 +1896.67 +2507.24 +3453.98 +4065.31 +5028.73 +5425.03 +5406.07 +5221.7 +5134.72 +4990.74 +4960.56 +5012.35 +5668.46 +4998.97 +4861.86 +4855.29 +4818.04 +4219.69 +3479.49 +1808.28 +1515.42 +1453.84 +1311.94 +1375.23 +1873.19 +2354.22 +2709.71 +3126.12 +3941.96 +4737.03 +5057.04 +4841.58 +4850.49 +4656.32 +4686.57 +4998.95 +4806.76 +4513.5 +4533.46 +4863.65 +4676.15 +3773.49 +3077.53 +1673.58 +1539.08 +1536.78 +1484.35 +1697.49 +2018.01 +2507 +3736.75 +4196.2 +4901.81 +5417.37 +5500.86 +5328.39 +5414.93 +5097.5 +5103.37 +5485.47 +5457.16 +5405.37 +5594.85 +5506.77 +4919.73 +4028.98 +3110.19 +1429.85 +1209.31 +1173.68 +1113.45 +1289.83 +1643.75 +1963.89 +2439.76 +3285.2 +3957.52 +4779.32 +4673.23 +4867.07 +4903.03 +4710.31 +4650.13 +5074.98 +5322.49 +5250.87 +5405.38 +5397.88 +4862.43 +4015.41 +3074.95 +1601.97 +1406.79 +1425.7 +1382.18 +1550.47 +1902.2 +2518.78 +3911.16 +4171.3 +4701.77 +5106.44 +5115.21 +4901.61 +4915.1 +4794.94 +4778.33 +4745.8 +4076.32 +3549.42 +3658.93 +4105.11 +3612.6 +2743.77 +1878.26 +1028.46 +843.281 +852.643 +1104.67 +1011.92 +1515.45 +2235.48 +2695.39 +2705.03 +3150.79 +3770.95 +3645.57 +3824.2 +3937.14 +3882.54 +3802.22 +4159.32 +4207.85 +3841.01 +3668.36 +3743.09 +3289.63 +2559.79 +1787.59 +1113.56 +1103.41 +1124.2 +1091.62 +1269.71 +1363.86 +1952.68 +2392.66 +2724.62 +3458.59 +4247.15 +4443.43 +4187.6 +4435 +4177.98 +4268.79 +4719.09 +4659.04 +4195.54 +4096.81 +4032.45 +3298.33 +2741.66 +1936.28 +1297.02 +951.792 +1004.51 +983.788 +1302.93 +1467.45 +2180.93 +2181.1 +2448.77 +3418.51 +4186 +4153.01 +3796.23 +4048.27 +3874.39 +3691.03 +4323.57 +4506.5 +3880.41 +3485.56 +3671.43 +3649.22 +2842.89 +2049.26 +1235.86 +995.341 +1028.18 +971.011 +1352.98 +1637.51 +2251.26 +2179.55 +2540.53 +2948.53 +4086.61 +4550.35 +4196.1 +4358.1 +4002.75 +3943.8 +4141.1 +4027.45 +3478.44 +3427.44 +3284.93 +3318.78 +2643.73 +1912.04 +1163.22 +936.476 +1012.7 +828.289 +1358.57 +1544.54 +2237.77 +2669.76 +3051.61 +3923.39 +4557.37 +4783.13 +4575.2 +4690.38 +4160.35 +4329.89 +4545.92 +4748.32 +4251.16 +3675 +4120.97 +3693.04 +2868.37 +1895.83 +1176.32 +948.161 +1131.13 +954.774 +1364.67 +1548.64 +2232.07 +2660.38 +3023.16 +3514.12 +4396.22 +4542.37 +4406.35 +4652.64 +4369.47 +4391.82 +4903.17 +4937.45 +4411.57 +4105.72 +3782.96 +3693.01 +2848.71 +1897.92 +1171.26 +944.672 +1141.84 +953.13 +1362.83 +1547.66 +2221.4 +2709.77 +3042.34 +3500.66 +4291.09 +4626.61 +4574.89 +4393.98 +3818.19 +3816.39 +4252.41 +4286.06 +4217.81 +4175.48 +4010.78 +3592.93 +2816.38 +2022.54 +1334.63 +1124.85 +1154.38 +1073.22 +990.103 +1367.32 +1939.9 +2412.46 +2816.41 +3574.09 +4308.38 +4521.53 +4360.46 +4897.93 +4494.19 +4620.11 +4951.01 +5098.96 +4878.29 +4771.96 +4686.89 +4125.31 +3260.9 +2286.6 +1453.49 +1214.48 +1215.98 +1125.84 +1321.29 +1717.36 +2325.48 +3157.27 +3792.9 +4649.07 +5149.32 +5212.48 +4967.06 +4975.24 +4836.62 +4856.44 +5185.39 +5187.28 +5066.01 +5178.84 +5130.17 +4494.97 +3715.88 +2579.78 +1595.39 +1297.64 +1314.74 +1185.03 +1307.42 +1655.94 +2209.98 +2356.7 +3370.13 +4206 +4900.46 +4854.33 +4801.23 +4668.51 +4596.52 +4435.67 +4702.85 +5078.84 +4081.07 +3731.6 +3575.87 +3260.89 +2787 +2066.82 +1246.53 +981.634 +1159.55 +849.835 +989.974 +1660.4 +2226.25 +2180.3 +2532.95 +2700 +3574.99 +3953.14 +3800.05 +3865.39 +3669.99 +3641.17 +4079 +3576.66 +3369.46 +3014.15 +3670.41 +3449.92 +2633.45 +1880.75 +1154.12 +949.628 +1143.76 +830.936 +1363.67 +1606.42 +2235.49 +2688.98 +3059.27 +3276.58 +3859.74 +4086.38 +3859.91 +4297.44 +4049.35 +4187.63 +4477.44 +4727.15 +4359.38 +4266.54 +3733.9 +3309.09 +2731.93 +1925.58 +1182.04 +848.651 +1146.24 +825.357 +1368.26 +1541.01 +2233.34 +2668.3 +2739.42 +4170.31 +4734.38 +5037.45 +4847.75 +4941.56 +4681.94 +4812.7 +5025.98 +5025.63 +4907.15 +5208.25 +4792.15 +4246.17 +3101.1 +2350.67 +1384.55 +1212.01 +1222.71 +1175.86 +1353.01 +1726.03 +2330.41 +3775.82 +4202.38 +4699.48 +5239.53 +5352.64 +5128.69 +5121.78 +4969.24 +4934.43 +5285.7 +5398.58 +5275.3 +5637.21 +5405.91 +4951.99 +4098.63 +3321.06 +1735.39 +1513.81 +1566.48 +1507.93 +1682.47 +2060.16 +2685.25 +3979.14 +4325.96 +4794.41 +5433.39 +5489.8 +5210.41 +5318.48 +4936.14 +4992.08 +5372 +5451.46 +5364.98 +5584.11 +5294.95 +4878.8 +3924.09 +3108.71 +1682.26 +1379.32 +1395.68 +1294.62 +1439.9 +1807.14 +2402.8 +3568.49 +4164.64 +4772.04 +5558.19 +5550.37 +5349.66 +5432.66 +5140.52 +5061.79 +5381.59 +5479.17 +5441.12 +5933.69 +5630.14 +5023.14 +4121.57 +3417.38 +1965.85 +1643.47 +1631.63 +1546.21 +1625.21 +1993.58 +2619.52 +3517.87 +4122.14 +4895.92 +5308.08 +5195.64 +5070.55 +5063.87 +4835.57 +4831.34 +5138.97 +5488.07 +4994.21 +5152.08 +4950.33 +4953.26 +4250.11 +3491.41 +1775.56 +1559.51 +1537.18 +1498.5 +1818.65 +2277.61 +2929.88 +3542.05 +3767.11 +4255.67 +5004.49 +5229.94 +4942.86 +4883.56 +4684.73 +4536.29 +4777.77 +4735.57 +4096.46 +4626.11 +4107.27 +3612.8 +2794.27 +2055.94 +1043.36 +1114.98 +866.169 +1115.37 +1009.84 +1524.79 +2243.53 +2687.39 +3043.19 +3729.58 +4346.12 +4374.27 +4473.73 +4608.38 +4117.53 +4097.33 +4526.73 +4765.09 +4529.74 +4920.77 +4440.88 +3696.21 +2524.02 +1726.88 +1022.89 +841.972 +851.449 +1097.49 +1298.48 +1546.5 +2231.95 +2673.74 +2715.26 +3625.04 +4387.08 +4555.6 +4556.62 +4700.6 +4532.8 +4684.87 +4896.67 +4793.68 +4450.32 +4800.25 +4520.22 +3864.07 +2837.18 +1806.76 +1030.31 +951.53 +859.779 +1098.81 +1346.76 +1571.08 +2231.02 +2671.68 +2769.07 +4076.3 +4873.96 +5208.11 +4944.41 +5027.42 +4852.27 +4865.07 +5220.91 +5264.79 +5058.3 +5125.56 +4615.34 +3869.89 +2899.5 +2034.98 +1047.52 +844.727 +868.202 +804.902 +1285.36 +1588.41 +2233.37 +2701.94 +3077.2 +4301.3 +5153.75 +5223.33 +5039.43 +5125.73 +4890.64 +4906.61 +5282.06 +5410.9 +5214.95 +5456.58 +5262.84 +4209.04 +3124.01 +2251.67 +1400.13 +1129.67 +871.171 +812.785 +998.955 +1371.83 +1950.9 +2663.2 +2991.6 +3823.9 +4852.42 +5217.46 +4943 +5001.27 +4882.73 +4839.35 +5179.35 +5226.33 +5038.97 +4934.43 +4485.41 +3736.21 +2893.48 +1953.53 +1414 +859.315 +853.5 +799.59 +953.194 +1294.22 +1892.62 +2122.57 +2587.16 +3059.83 +3809.73 +3685.51 +3969.96 +3855.77 +3518.36 +3708.76 +3751.03 +3990.54 +3713.43 +3819.8 +3647.63 +3612 +2924.62 +2237.62 +1375.76 +1175.16 +1179.76 +1125.29 +1268.95 +1699.66 +2216.68 +2162.38 +2545.12 +3392.18 +4192.54 +4335.18 +4626.31 +4251.69 +4130.25 +4069.68 +4101.33 +3949.95 +3607.22 +3907.29 +3944 +3590.36 +2923.03 +2207.03 +1301.5 +847.483 +874.56 +809.767 +1187.95 +1371.24 +1956.55 +2675.08 +3028.41 +4602.14 +5314.78 +5352.25 +5227.57 +5283.44 +5044.45 +4977.11 +5375.7 +5632.8 +5382.93 +5633.6 +5379.49 +4882.78 +4075.65 +2312.58 +1362.77 +1160.46 +1174.41 +1109.99 +1290.93 +1673.77 +2239.35 +2721.28 +3085.74 +3700.06 +4503.61 +5113.32 +4895.77 +4944.16 +4720.31 +4643.83 +5013.88 +5079.3 +4662.69 +4844.89 +4500.26 +4028.38 +3239.89 +2426.51 +1386.33 +1140.43 +1153.5 +1113.31 +1295.61 +1645.55 +1976.11 +2708.06 +3029.26 +3622.87 +4654.42 +4635.55 +4866.24 +4907.58 +4663.57 +4520.18 +4592.7 +3657.11 +3593.82 +4169.26 +4093.5 +3610.29 +2890.88 +1902.17 +1027.88 +831.279 +860.651 +1103.87 +1373.97 +1563.67 +2249.45 +2685.11 +3069.11 +3524.73 +3823.25 +3912.16 +3410.93 +3708.53 +3639.87 +3529.55 +3799.49 +4011.28 +3881.3 +4209.39 +4114.36 +3670.75 +2880.03 +1900.67 +1260.58 +947.996 +1007.33 +831.677 +1373.41 +1563.98 +2236.84 +2713.79 +3070.5 +3517.74 +3887.79 +3997.34 +3386.39 +3831.15 +3197.41 +3357.52 +3697.06 +3608.67 +3952.88 +4288.14 +4113.45 +3687.86 +2845.43 +1979.7 +1255.75 +953.497 +997.169 +812.756 +1333.07 +1463.62 +2170.02 +2210.29 +2798.78 +3425.61 +3728.45 +3410.03 +3716.65 +3682.99 +3463.68 +3339.09 +3604.46 +3966.11 +3688.87 +3819.43 +3535.17 +3219.49 +2541.74 +1824.27 +1080.73 +960.676 +1147.73 +1089.83 +1357.96 +1419.94 +2168.24 +1955.03 +2472.51 +2767.92 +3683.21 +3911.48 +3477.06 +3507.53 +2881.79 +2828.22 +3446.45 +3072.28 +2893.54 +3651.15 +3666.04 +3415.37 +2544.88 +2022.26 +1152.25 +949.224 +1146.52 +833.756 +1398.14 +1554.03 +2241.2 +2693.46 +3089.22 +3564.84 +3924.89 +3985.46 +3400.71 +3778.58 +3522.22 +3680.19 +3841.2 +3742.31 +3859.4 +4259.51 +4090.83 +3672.79 +2783.75 +1898.7 +1086.07 +1119.28 +1008.05 +823.712 +1397.97 +1514.91 +2239.35 +2709.23 +3037.08 +3503.86 +3893.55 +4102.57 +4042.84 +4363.76 +4267.04 +4270 +4382.48 +4373.79 +4445.94 +4597.44 +4313.99 +3756.98 +2934.78 +2122.41 +1326.61 +1127.18 +1017.2 +1097.32 +1373.39 +1568.54 +2246.17 +2719 +3046.22 +3469.3 +3757.81 +4331.01 +3725.14 +3771.03 +3170.83 +3673.85 +3824.22 +3949.52 +3979.25 +4156.6 +4089.26 +3682.97 +2885.83 +1902.09 +1195.73 +838.59 +1144.58 +967.633 +1391.92 +1542.52 +2241.47 +2707.59 +3060.27 +3417.48 +4111.07 +4406.18 +4151.34 +4307.97 +4252.24 +4237.85 +4591.44 +4596.99 +4439 +4566.87 +4198.8 +3736.14 +2852.99 +1907.82 +1215.23 +952.559 +1138.23 +836.764 +1321.89 +1546.14 +2242.95 +2695.58 +3035.5 +3505.44 +3917.34 +4044.41 +3727.14 +3824.72 +3366.64 +3543.52 +3818.86 +3934.69 +4014.64 +4276.27 +4086.23 +3669.58 +2803.45 +2022.96 +1167.84 +944.994 +865.813 +815.745 +1355.9 +1446.53 +2182.03 +2211.08 +2838.74 +3440.66 +3828.87 +3746.44 +3601.24 +3574.22 +3347.45 +3361.87 +3534.97 +3926.2 +3739.24 +3777.45 +3628.62 +3609.73 +2879.18 +2046.51 +1221.46 +979.663 +1024.32 +836.954 +1303.89 +1743.13 +2312.55 +2136.33 +2486.89 +2777.33 +3458.13 +3753.82 +3524.22 +3529.34 +3260.38 +3230.3 +3471.2 +3490.48 +3315.3 +3626.19 +3645.86 +3382.44 +2711.77 +1912.57 +1146.68 +946.607 +884.29 +859.663 +1371 +1548.26 +2041.34 +2543.97 +3048.69 +3559.82 +3951.97 +4014.56 +3803.24 +3809.71 +3472.09 +3380.44 +3802.43 +3991.06 +3985.08 +4289.98 +4132.56 +3662.26 +2863.25 +1898.5 +1171.88 +945.103 +1138.58 +827.534 +1374.29 +1564.5 +2238.65 +2693.03 +3034.85 +3175.89 +4026.38 +4303.19 +4103.93 +4199.49 +3992.84 +4067.53 +4274.9 +4353.25 +3901.51 +3947.75 +4068.11 +3708.65 +2889.34 +1903.8 +1177.83 +947.956 +1141.69 +826.698 +1374.96 +1563.49 +2077.75 +2688.75 +3060.03 +3524.46 +4296.07 +4889.63 +4876.23 +4902.06 +4755.82 +4720.41 +5123.42 +5155.74 +4644.07 +4731.11 +4202.19 +3650.4 +2918.54 +2146.56 +1320.51 +844.618 +859.662 +809.75 +1093.15 +1363.48 +1959.53 +2424.36 +2989.29 +3566.8 +4325.87 +4524.46 +4115.15 +4173.31 +4160.98 +4169.37 +4508.96 +4404.78 +4235.15 +4492.25 +4237.01 +3691.69 +2533.52 +1805.39 +1184.01 +951.25 +1145.06 +837.751 +1377.98 +1550.01 +2109.76 +2686.49 +3081.99 +3500.53 +3913.39 +4036.32 +3748.8 +3811.23 +3374.31 +3526.91 +3833.83 +3979.59 +3977.33 +4328.99 +4067.44 +3651.52 +2869.37 +2012.41 +1271.44 +951.288 +1135.2 +947.603 +1334.88 +1447.01 +2183.32 +2474.79 +2841.13 +3428.77 +3802.96 +3816.22 +3585.29 +3582.31 +3355.93 +3366.12 +3580.03 +3913.02 +3757.94 +3793.3 +3624.85 +3617.6 +2889.49 +2060.81 +1224.69 +975.486 +893.965 +842.911 +1139.72 +1745.58 +2245.3 +2419.67 +2432.63 +2792.21 +3501.12 +3750.61 +3525.67 +3503.04 +3275.17 +3224.77 +3475.6 +3513.54 +3570.76 +3597.91 +3662.04 +3393.21 +2701.41 +1877.22 +1094.27 +878.07 +910.94 +859.673 +1191.45 +1773.75 +2376.14 +2760.59 +2873.41 +3528.67 +3930.09 +4040.82 +3771.25 +3803.74 +3609.71 +3530.25 +3840.17 +3988.79 +4242.92 +4300.98 +4064.55 +3402.49 +2613.01 +1820.61 +1031.96 +845.909 +867.649 +823.767 +1106.16 +1522.77 +2177.08 +2746.73 +2934.44 +3436.2 +3939.53 +4015.24 +3806.67 +3806.31 +3614.18 +3567.2 +3894.52 +4037.42 +4223.84 +4301.53 +4078.54 +3665.71 +2875.69 +1894.43 +1031.14 +851.432 +866.653 +826.91 +1146.03 +1723.82 +2372.96 +2942.03 +3046.35 +3518.29 +3929.73 +4037.19 +3754.09 +3770.13 +3486.41 +3522.83 +3834.93 +3958.83 +4237.27 +4322.55 +4085.97 +3684.07 +2816.29 +1901.49 +1171.33 +948.933 +1137.06 +965.066 +1398.66 +1521.28 +2241.5 +3001.89 +3084.51 +3523.33 +3925.58 +4048.28 +3729.54 +3801.25 +3534.24 +3521.77 +3839.67 +3978.44 +4269 +4295.88 +4085.27 +3667.72 +2793.22 +1950.83 +1256.49 +945.383 +1145.54 +824.247 +1402.51 +1526.27 +2231.74 +2970.72 +3086.47 +3445.51 +3939.69 +4020.25 +3760.32 +3808.06 +3420.47 +3536.56 +3810.8 +3990.89 +4183.39 +4227.25 +4091.11 +3676.06 +2871.23 +1983.26 +1235.08 +953.152 +1136 +812.233 +1337.21 +1467.17 +2181.08 +2482.21 +2829.02 +3369.63 +4001.76 +4225.08 +4289.39 +4392.73 +4116.72 +4137.06 +4386.84 +4445.95 +4124.66 +3735.16 +3255.55 +3685 +2929.94 +2179.89 +1355.8 +873.347 +1150.05 +1099.86 +1374.2 +1716.57 +1971.14 +2156.79 +2553.9 +3153.16 +4490.6 +4799.94 +4689.5 +4680 +4448.76 +4427.58 +4719.37 +4233.18 +3967.91 +4040.7 +3993.36 +3825.97 +3098.99 +2382.94 +1395.64 +1160.11 +1181.03 +1119.63 +1085.45 +1534.69 +2249.24 +2969.9 +3083.29 +3568.69 +3911.64 +4071.07 +3781.99 +3849.13 +3573.86 +3562.27 +3859.16 +3994.42 +4296.53 +4278.51 +4061.17 +3668.58 +2885.7 +1896.91 +1174.75 +937.033 +873.91 +827.674 +1186.94 +1610.54 +2343.25 +2825.67 +3061.03 +3527.44 +3914.73 +4034.52 +3756.84 +3824.85 +3563.7 +3577.16 +3807.53 +3976.93 +4271.61 +4280.51 +4099.09 +3686.17 +2880.13 +1894.25 +1191.34 +935.828 +1130.62 +833.065 +1373.27 +1512.06 +2238.27 +2981.58 +3069.03 +3477.37 +3926.13 +4020.55 +3611.09 +3457.32 +3763.12 +4112.85 +4318.53 +4477.33 +4692.02 +4519.22 +3785.34 +3519.88 +2875.41 +1913.63 +1022.32 +837.557 +864.664 +805.458 +1392.29 +1666.83 +2230.82 +3040.6 +3109.39 +3582.33 +3904.64 +4023.03 +3805.97 +3766.72 +3613.43 +3524.92 +3843.27 +4046.65 +4228.67 +4303.44 +4128.67 +3641.48 +2802.12 +1928.27 +1259.78 +946.4 +1142.84 +1099.11 +1371.37 +1545.38 +2237.41 +2979.79 +3050.59 +3465.47 +3908.38 +4039.32 +3792.03 +3783.62 +3410.79 +3510.81 +3851.64 +3979.33 +4237.68 +4265.63 +4083.98 +3678.74 +2838.1 +1990.66 +1267.84 +955.173 +1004.8 +948.24 +1186.67 +1403.18 +2190.55 +2481.44 +2859.51 +3449.35 +3813.1 +3781.15 +3609.81 +3583.94 +3359.68 +3331.22 +3564.28 +3943.88 +4015.83 +3832.11 +3654.92 +3622.76 +2894.62 +2053.81 +1233.79 +976.533 +895.795 +847.645 +1148.43 +1653.39 +2328.49 +2224.31 +2423.84 +2795.41 +3443.18 +3780.65 +3518.28 +3493.24 +3285.14 +3248 +3452.98 +3505.43 +3556.77 +3637.66 +3672.69 +3390.15 +2729.39 +1794.85 +1158.59 +969.941 +997.446 +1159.23 +1345.12 +1780.06 +2347.4 +2794.76 +2877.16 +3556.25 +3945.41 +4021.29 +3716.2 +3596.18 +3566.35 +3594.36 +3925.83 +3697.63 +4239.6 +4353.41 +4094.67 +3592.64 +2877.38 +1906.32 +1128.83 +938.311 +1142.34 +833.085 +1367.42 +1572.3 +2236.56 +2955.6 +3062.9 +3535.67 +3653.45 +3739.45 +3711.34 +3773.03 +3582.33 +3265.42 +3602 +3927.68 +4181.02 +4263.07 +4111.22 +3652.61 +2808.67 +1910.13 +1172.58 +937.022 +1014.71 +956.864 +1373.03 +1538.12 +2238.59 +2976.49 +3070.42 +3465.79 +3911.86 +4049.56 +3757.12 +3822.87 +3427.45 +3565.71 +3822.12 +3991.68 +4279.55 +4290.13 +4074.71 +3697.29 +2879.71 +1908.54 +1171.56 +937.686 +882.93 +821.517 +1377.02 +1523.07 +2236.59 +2955.19 +3069.71 +3533.25 +3956.29 +4043.61 +3774.31 +3817.7 +3562.54 +3572.05 +3855.84 +4032.79 +4277.66 +4269.11 +4083.11 +3686.64 +2879.39 +1906.29 +1295.85 +850.269 +871.766 +827.705 +1215.46 +1737.21 +2340.84 +2774.06 +2913.82 +3481.41 +3929.12 +4047.66 +3806.74 +3782.47 +3624.32 +3531.21 +3898.04 +3981.93 +4250.5 +4323.47 +4081.89 +3673.11 +2898.72 +2027.3 +1219.29 +953.266 +1122.59 +957.454 +1329.29 +1400.38 +2187.75 +2458.33 +2843.28 +3282.52 +3506 +3717.12 +3716.04 +3842.41 +3818.09 +3883.25 +4153.58 +4297.19 +4010.15 +3822.12 +3538.18 +3219.19 +2863.19 +2167.3 +1388.27 +1172.54 +1177.04 +1106.37 +1402.13 +1885.6 +2266.97 +2668.21 +2825.46 +3314.56 +4083.26 +4318.42 +4242.74 +4183.24 +4029.07 +3827.93 +3417.61 +3531.33 +3578.39 +3648.9 +3661.34 +3444.38 +2647.24 +2063.3 +1097.26 +1044.66 +1129.03 +1010.3 +1100.23 +1402.37 +1536.6 +2132.72 +2681.8 +3073.84 +3592.08 +3944.24 +4004.67 +3817.31 +3832.54 +3629.28 +3588.11 +3896.77 +4271.42 +4262.91 +4314.22 +4116.1 +3682.27 +2890.79 +1909.69 +1214.24 +852.174 +879.521 +825.023 +1194.4 +1589.76 +2224.21 +2493.1 +3001.68 +3449.97 +3904.42 +3856.07 +3622.7 +3877.75 +3576.85 +3596.04 +3875.68 +4245.07 +4306.47 +4289.13 +4091.96 +3684.7 +2885.39 +1907.91 +1195.91 +937.978 +1142.2 +962.638 +1378.02 +1518.3 +2240.77 +2721.31 +3096.13 +3485.66 +3919.18 +4031.46 +3769.84 +3828.29 +3592.44 +3576.58 +3883.18 +4282.28 +4253.48 +4296 +4124.15 +3681.8 +2903.63 +1906.4 +1180.99 +937.583 +1011.26 +831.045 +1382.29 +1518.99 +2245.37 +2698.63 +3064.18 +3470.97 +3950.1 +4016.62 +3796.19 +3788.99 +3589.34 +3557.52 +3893.31 +4265.36 +4232.02 +4330.95 +4107.49 +3683.39 +2905.64 +1909.78 +1266.09 +938.633 +1013.72 +832.241 +1323.53 +1488.02 +1956.31 +2704.71 +2900.3 +3259.63 +3978.3 +4054.42 +3751.88 +3828.91 +3568.85 +3561.59 +3887.27 +4248.6 +4284.62 +4289.71 +4097.13 +3679.87 +2906.8 +1998.45 +1306.91 +952.44 +1003.12 +943.857 +1346.27 +1466.25 +1911.38 +2066.12 +2848.13 +3462.1 +3829.8 +3753.45 +3633.05 +3583.6 +3409.25 +3377.7 +3444.92 +4200.86 +3927.49 +3807.39 +3639.63 +3486.58 +2870.17 +1974.19 +1099.7 +890.343 +897.87 +843.478 +1144.09 +1666.48 +2219.25 +1958.85 +2391.07 +2604.81 +3493.12 +3669.46 +3565.74 +3481.97 +3274.05 +3287.49 +3478.77 +3732.96 +3587.71 +3663.53 +3674.71 +3396.98 +2720.25 +1888.79 +1211.03 +1017.19 +1007.88 +1065.51 +1436.08 +1618.33 +2271.23 +2765.6 +3093.99 +3581.8 +3971.75 +4045.69 +3784.83 +3850.6 +3583.48 +3605.91 +3876.43 +4260.76 +4301.31 +4283.43 +4123.38 +3686.46 +2887.36 +1894.99 +1207.93 +947.886 +1002.96 +838.476 +1383.56 +1560.99 +2248.09 +2692.1 +3046.61 +3528.48 +3956.93 +3996.98 +3799.22 +3784.61 +3601.24 +3546.73 +3840.25 +4304.73 +4253.28 +4334.54 +4089.14 +3694.48 +2887.45 +1912.02 +1079.22 +856.953 +878.576 +824.848 +1112.86 +1538.06 +2106.73 +2478.88 +2847.34 +3462.19 +3911.79 +4095 +3742.6 +3845.09 +3510.47 +3558.76 +3874.44 +4262.36 +4298.44 +4280.4 +4077.22 +3691.85 +2800.27 +1914.14 +1132.04 +943.12 +1034.69 +827.216 +1402.88 +1576.26 +2240.78 +2626.94 +2891.52 +3557.59 +4198.91 +4638.93 +4439.37 +4191.1 +3932.03 +3923.37 +4449.59 +4977.65 +4271.27 +4278.5 +4123.62 +3643.63 +2822.71 +1915.19 +1283.26 +942.611 +1143.69 +1090.86 +1383.59 +1558.97 +2235.9 +2706.88 +3090.03 +3460.9 +3903.46 +4045.81 +3809.65 +3823.51 +3629.59 +3580.99 +3903.82 +4274.37 +4257.88 +4317.03 +4090.98 +3694.05 +2879.65 +1992 +1311.23 +955.47 +992.223 +824.309 +1215.21 +1695.61 +2322.22 +2018.12 +2622.06 +3218.57 +3834.86 +3798.1 +3604.28 +3611.59 +3369.51 +3398.79 +3565.1 +4215.13 +3791.34 +3562.34 +3387.9 +3354.49 +2675.45 +1934.1 +1100.68 +887.578 +893.009 +850.135 +1187.94 +1767.54 +2244.96 +1973.01 +2379.63 +2791.9 +3518.76 +3640.89 +3525.42 +3510.93 +3285.34 +3266.18 +3510.21 +3759.85 +3585.14 +3593.5 +3673.31 +3395.86 +2609.26 +1948.81 +1168.96 +1064.54 +1002.79 +1076.27 +1449.17 +1583.23 +2289.14 +2706.3 +3074.19 +3570.87 +3943.89 +4044.61 +3793.36 +3827.3 +3617.11 +3603.93 +3877.29 +4277.39 +4274.09 +4331.28 +4055.82 +3682.39 +2915.77 +1893.07 +1208.68 +939.842 +1149.7 +957.171 +1387.32 +1429.14 +2026.72 +2707.58 +2896.26 +3322.2 +3943.19 +3964.31 +3710.07 +3812.46 +3627.09 +3584.52 +3895.85 +4303.32 +4257.23 +4341.04 +4080.35 +3686.25 +2903.85 +1888.94 +1043.47 +856.822 +877.538 +831.697 +1157.49 +1702.44 +2264.07 +2548.04 +2884.85 +3308.41 +3901.51 +4011.7 +3771.42 +3793.77 +3574.64 +3600.74 +3897.71 +4275.54 +4313.78 +4305.94 +4068.76 +3418.99 +2643.36 +1823.66 +1043.63 +853.936 +875.92 +827.993 +1204.48 +1762.59 +2384.49 +2485.87 +2915.88 +3259.99 +3933.49 +3985.21 +3825.03 +3679.35 +3645.44 +3568.59 +3898.78 +4309.8 +4271.81 +4318.68 +4145.74 +3417.55 +2642.78 +1830.05 +1130.29 +842.733 +883.585 +835.191 +1148.81 +1607.96 +2116.53 +2484.07 +2842.44 +3317.82 +3896.07 +4025.96 +3811.39 +3782 +3648.77 +3567.45 +3914.04 +4289.55 +4233.6 +4305.68 +4113.02 +3428.86 +2620.79 +1916.38 +1127.73 +863.653 +866.589 +819.782 +1117.01 +1559.86 +2091.24 +2000.14 +2642.86 +3432.86 +3862.58 +3783.29 +3601.89 +3607.75 +3334.91 +3303.34 +3575.71 +4258.28 +4016.83 +3809.46 +3631.91 +3639.34 +2866.61 +2070 +1238.43 +985.295 +1167.55 +850.444 +1260.29 +1757.8 +2293.43 +2168.44 +2580.67 +2815.03 +3544.41 +4028.55 +3942.96 +4166.31 +3699.9 +3710.7 +3500.46 +3669.51 +3194.03 +3247.51 +3270.98 +3067.31 +2737.08 +2059.38 +1328.89 +1148.61 +1157.14 +1167.55 +1644.16 +1741.77 +2335.19 +3042.36 +3435.98 +3596.94 +3692.06 +3988.01 +3637.04 +3733.79 +3466.83 +3588.79 +3905.64 +4305.76 +4250.8 +4331.51 +4140.89 +3697.59 +2913.6 +1922.3 +1185.09 +949.777 +1144.82 +839.942 +1406.94 +1431.6 +2242.21 +2692.74 +3090.05 +3525.53 +3940.71 +3975.17 +3838.6 +3681.62 +3651.76 +3476.02 +3935.19 +4293.17 +4301.24 +4329.81 +4062.94 +3637.6 +2902 +1925.72 +1070.8 +947.471 +880.139 +835.143 +1201.58 +1785.54 +2318.04 +2505.48 +2899.05 +3433.12 +3948.7 +4001.81 +3776.1 +3857.1 +3629.25 +3613.66 +3887.69 +4318.64 +4283.67 +4295.22 +4065.45 +3518.32 +2624.42 +1899.62 +1040.49 +860.526 +1007.18 +964.65 +1380.71 +1545 +2234.25 +2726.15 +3094.2 +3486.57 +3952.59 +4072.55 +3809.46 +3852.77 +3649.33 +3616.34 +3932.9 +4282.97 +4319.43 +4292.16 +4120.53 +3697.57 +2895.88 +1894.73 +1260.39 +945.502 +1014.29 +963.053 +1388.84 +1578.33 +2242.46 +2986.32 +2992.4 +3159.58 +3961.76 +3708.23 +3360.79 +3851.07 +3522.99 +3602.88 +3868.27 +4292.88 +4288.86 +4290.19 +4129.41 +3680.66 +2892.67 +1975.76 +1294.92 +962.365 +1000.59 +959.959 +1344.79 +1508.84 +2189.14 +2520.28 +2883.77 +3353.16 +3567.37 +3683.54 +3359.52 +3358.94 +3126.75 +3379.18 +3631.46 +4248.92 +3786.45 +3562.11 +3389.8 +3360.55 +2688.15 +1984.84 +1147.35 +913.809 +1046.51 +987.479 +1276.36 +1662.93 +2395.49 +2227.56 +2396.19 +2659.44 +3232.78 +3717 +3449.62 +3565.95 +3298.23 +3282.85 +3567.11 +3514.57 +3406.39 +3467.06 +3440.55 +3170.97 +2529.04 +1825.69 +1246.75 +1037.95 +1215.61 +873.501 +1272.33 +1799.39 +2286.04 +2778.13 +2936.29 +3316.06 +3711.34 +3835.07 +3663.15 +3624.22 +3603.58 +3629.05 +3885.64 +4317.05 +4341.37 +4320.36 +4145.3 +3439.25 +2624.71 +1837.99 +1043.55 +856.121 +888.581 +926.676 +1338.3 +1789.6 +2349.09 +2786.75 +2931.28 +3489.45 +3711.14 +3831.05 +3752.7 +3605.14 +3557.33 +3647.45 +3946.86 +4210.97 +4313.61 +4350.53 +4144.35 +3412.76 +2632.12 +1837.53 +1049.06 +861.948 +916.043 +892.311 +1239.58 +1791.24 +2271.38 +2772.95 +2890.55 +3325.98 +3641.43 +3894.27 +3701.89 +3907.31 +3531.85 +3682.27 +3911.41 +4363.77 +4318.65 +4342.92 +4147.56 +3468.52 +2641.79 +1899.42 +1086.24 +955.706 +1036.49 +1258.29 +1444.09 +1837.27 +2361.73 +2928.27 +2874.42 +3444.57 +3679.33 +3955.07 +3741.63 +3710.16 +3560.92 +3606.42 +3933.1 +4322.3 +4331.47 +4353.96 +4101.74 +3419.77 +2655.73 +1845.98 +1139 +887.513 +942.492 +1000.43 +1350.19 +1738.12 +2272.34 +2890.8 +2942.17 +3435.42 +3705.41 +3977.3 +3685.32 +3866.55 +3653.27 +3635.98 +3933.68 +4420.58 +4325.36 +4319.7 +4135.22 +3425.35 +2631.37 +1925.31 +1142.17 +940.963 +922.505 +1006.01 +1243.4 +1498.76 +2206.13 +2268.85 +2674.98 +3226.09 +3553.6 +3814.38 +3518.94 +3375.01 +3428.28 +3139.65 +3672.13 +4266.35 +3823.3 +3598.27 +3409.4 +3374.91 +2763.7 +1974.12 +1175.54 +976.043 +1083.2 +1056.65 +1291.49 +1889.88 +2126.65 +2403.86 +2478.22 +2687.79 +3337.51 +3730.11 +3418.28 +3581.78 +3300.68 +3287.42 +3592.82 +3523.73 +3393.99 +3405.33 +3440.89 +3186.18 +2530.53 +1843.79 +1310.25 +1152.07 +1169.23 +1266.35 +1460.99 +1776.08 +2350.88 +2860 +2995.96 +3464.36 +3752.81 +4041.08 +3709.31 +3887.56 +3603.43 +3643.04 +3892.86 +4315.04 +4343.55 +4335.86 +4139.06 +3484.99 +2648.25 +1853.65 +1137.89 +1014.4 +1258.82 +1222.8 +1422.05 +1833.63 +2369.2 +2886.31 +2863.71 +3436.4 +3701.11 +3973.89 +3735.29 +3864.78 +3639.18 +3637.24 +3799.81 +4184.64 +4201.24 +4339.36 +4131.35 +3412.9 +2632.84 +1841.52 +1047.94 +862.02 +895.671 +968.411 +1365.29 +1794.19 +2339.43 +2759.58 +2921.06 +3260.06 +3717.46 +3762.74 +3656.43 +3777.57 +3597.83 +3644.02 +3876.64 +4330.97 +4256.82 +4329.44 +4081.36 +3683.32 +2901.55 +1922.64 +1177.13 +948.021 +1151.31 +829.975 +1386 +1580.82 +2239.08 +2982.27 +3092.45 +3525.89 +3948.6 +4078.14 +3770.4 +3839.14 +3606.91 +3634.85 +3877.36 +4265.23 +4293.21 +4322.94 +4081.74 +3692.31 +2920.86 +1908.54 +1178.86 +859.685 +885.907 +832.552 +1236.84 +1403.76 +1979.18 +2763.12 +2918.46 +3287.63 +3921.35 +3998.03 +3784.93 +3846.54 +3616.02 +3611.99 +3913.74 +4266.16 +4303.74 +4291.09 +4116.77 +3706.86 +2900.29 +1926.09 +1144.83 +866.161 +872.205 +823.149 +1157.45 +1581.39 +2102.51 +2267.79 +2649.85 +3180.7 +3591.85 +3796.25 +3608.09 +3614.66 +3360.15 +3413.28 +3582.62 +4253.07 +3964.19 +3820.11 +3641.72 +3498.66 +2689.33 +1947.23 +1114.3 +912.683 +951.771 +989.741 +1303.3 +1702.03 +2353.51 +2237.93 +2408.51 +2638.58 +3291.47 +3584.49 +3423.01 +3225.72 +3295.96 +3334.76 +3509.03 +3517.42 +3356.43 +3402.75 +3421.91 +3179.18 +2530.78 +1826.28 +1249.09 +912.82 +950.189 +874.54 +1381.24 +1702.53 +2296.39 +2838.18 +2861.28 +3346 +3711.44 +3772.9 +3733.91 +3576.78 +3655.78 +3604.03 +3923.08 +4165.56 +4228.62 +4360.27 +4063.85 +3681.44 +2900.47 +1903.49 +1048.7 +862.137 +884.009 +837.789 +1231.28 +1730.01 +2328.9 +2785.02 +2901.03 +3289.45 +3694.78 +3795.95 +3702.89 +3569.06 +3640.22 +3631.59 +3914.45 +4325.59 +4281.72 +4328.34 +4017.37 +3634.83 +2915.88 +1842.33 +1049.85 +858.269 +888.293 +834.971 +1270.26 +1622.04 +2215.5 +2771.04 +2902.81 +3287.73 +3693.53 +3789.61 +3835.94 +3831.85 +3645.04 +3578.14 +3940.76 +4286.77 +4312.46 +4305.98 +4215.95 +3699.9 +2897.56 +1901.61 +1185.12 +950.668 +878.822 +841.29 +1263.68 +1700.5 +2313.03 +2761.83 +2903.87 +3334.95 +3685.48 +3982.72 +3734.46 +3829.05 +3643.2 +3608.68 +3932.86 +4309.84 +4282.69 +4360.72 +4068.01 +3420.21 +2634.95 +1852.28 +1143.14 +950.423 +1030.34 +982.81 +1402.31 +1815.21 +2356.62 +2778.71 +2979.02 +3373.28 +3684.07 +3955.33 +3800.19 +3847.51 +3634.4 +3629.2 +3929.02 +4215.92 +4297.02 +4352.48 +4094.66 +3420.22 +2654.41 +1928.44 +1149.35 +908.418 +928.091 +1042.58 +1336.03 +1688.55 +2326.98 +2317.61 +2698.78 +3180.69 +3550.75 +3734.78 +3610.72 +3591.57 +3389.94 +3393.41 +3591.08 +4219.33 +4035.6 +3826.73 +3652.15 +3498.33 +2863.36 +2078.38 +1136.73 +926.955 +908.427 +999.652 +1325.36 +1795.45 +2386.75 +2331.24 +2403.23 +2613.43 +3255.32 +3554.37 +3522.36 +3410.7 +3271.1 +3252.95 +3551.66 +3737.42 +3580.72 +3657.78 +3706.23 +3412.21 +2604.25 +1911.83 +1242.4 +992.201 +1070.7 +1163.02 +1278.04 +1722.54 +2146.06 +2802.47 +2981.67 +3294.92 +3714.63 +4037.47 +3729.58 +3918.26 +3550.78 +3672.76 +3919.85 +4381.07 +4338.93 +4383.19 +4145.22 +3428.37 +2645.97 +1862.97 +1093.15 +1113.89 +1288.69 +1351.22 +1526.26 +1842.55 +2342.23 +2929.87 +2963.83 +3446.42 +3717.48 +4016.5 +3721.32 +3880.24 +3623.86 +3642.75 +3906.87 +4352.54 +4333.13 +4358.75 +4153.9 +3437.81 +2645.3 +1880.71 +1225.58 +1082.01 +1238.71 +1260.86 +1519.5 +1924.95 +2381.87 +2846.29 +2936.54 +3427.09 +3718.53 +3977.72 +3767.66 +3685.41 +3668.2 +3582.02 +3957.83 +4321.68 +4345.86 +4338.52 +4120.18 +3482.85 +2645.25 +1856.93 +1055.63 +965.358 +1162.19 +1182.14 +1444.16 +1792.9 +2285.04 +2899.2 +3016.34 +3452.39 +3792.47 +3995.54 +3752.69 +3712.07 +3657.14 +3607.43 +3919.88 +4352.59 +4313.95 +4376.7 +4138.84 +3424.63 +2654.44 +1851.98 +1176.88 +1038.69 +1211.63 +968.396 +1392.07 +1842.03 +2368.68 +2814.51 +2842.17 +3447.32 +3678.19 +3989.54 +3720.83 +3895.12 +3631.78 +3628.22 +3911.68 +4360.07 +4294.89 +4350.49 +4137.8 +3413.06 +2654.26 +1926.19 +1145.34 +870.307 +879.032 +834.033 +1115.85 +1471.84 +2235.31 +2277.78 +2727.97 +3181.03 +3554.71 +3755.42 +3508.61 +3610.32 +3407.25 +3151.07 +3610.46 +4245.19 +3812.45 +3578.61 +3393.93 +3374.67 +2697.44 +1943.7 +1115.42 +913.916 +927.826 +910.863 +1160.26 +1530.61 +2081.45 +2241.1 +2397.7 +2684.07 +3296.73 +3726.59 +3454.9 +3546.16 +3295.85 +3302.06 +3596.32 +3531.13 +3390.13 +3396.74 +3441.72 +3181.1 +2538.84 +1827.27 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_q.csv new file mode 100644 index 0000000..ec5c849 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_10_28_q.csv @@ -0,0 +1,8760 @@ +616.956 +510.132 +541.207 +443.564 +624.5 +831.117 +1145.87 +1091.24 +1185.08 +1286.99 +1580.11 +1791.84 +1598.78 +1599.01 +1611.36 +1604.53 +1716.23 +1717.18 +1624.13 +1656.79 +1659.2 +1547.73 +1251.18 +891.593 +530.042 +530.805 +500.101 +431.07 +628.852 +827.281 +1124.39 +1359.28 +1432.25 +1612.06 +1802.85 +1841.36 +1803.8 +1746.41 +1768.8 +1759.06 +1894.23 +2093.17 +2097.92 +2113.21 +1975.26 +1687.77 +1285.62 +894.143 +508.639 +418.467 +428.735 +417.193 +564.716 +761.09 +1026.97 +1384.35 +1432.75 +1606.31 +1795.36 +1864.12 +1872.53 +1726.44 +1787.92 +1757.43 +1927.33 +2096.93 +2122.03 +2095.88 +1997.63 +1667.22 +1279.68 +896.947 +511.434 +417.875 +443.479 +474.468 +580.785 +760.301 +1073.15 +1408.96 +1387.65 +1672.28 +1830.3 +1847.46 +1823.3 +1861.58 +1775.58 +1751.35 +1918.03 +2104.28 +2099.48 +2121.75 +1999.98 +1657.87 +1284.2 +893.849 +515.312 +435.628 +455.835 +531.183 +713.369 +856.651 +1036.88 +1339.19 +1454.07 +1592.33 +1763.79 +1911.1 +1797.78 +1824.59 +1775.62 +1736.64 +1881.79 +2109.69 +2106.5 +2111.36 +1997.35 +1664.54 +1283.05 +895.84 +554.013 +421.007 +430.821 +432.992 +623.702 +811.474 +1069.41 +1381.3 +1374.67 +1636.21 +1823.39 +1889.35 +1838.6 +1858.35 +1717.5 +1763.3 +1889.44 +2065.81 +2096.72 +2091.42 +2025.61 +1684.84 +1276.25 +933.297 +563.546 +422.313 +476.324 +425.415 +546.424 +723.17 +1018.81 +1131.46 +1269.08 +1567.64 +1721.02 +1844.85 +1764.73 +1751.8 +1663.61 +1541.46 +1736.25 +2075.2 +1852.74 +1737.8 +1648.4 +1676.15 +1334.67 +978.56 +558.144 +524.529 +596.714 +584.945 +637.502 +860.608 +1113.59 +1136.3 +1212.52 +1235.11 +1551.49 +1817.89 +1713.38 +1641.74 +1613.21 +1620.32 +1712.18 +1716.96 +1632.75 +1642.5 +1659.89 +1550.13 +1229.15 +893.29 +561.822 +552.675 +576.928 +607.699 +657.045 +865.81 +1181.72 +1401.64 +1400.53 +1673 +1806.47 +1933.7 +1795.17 +1754.51 +1765.78 +1755.64 +1892.99 +2107.56 +2105.23 +2113.23 +2016.02 +1666.64 +1283.18 +901.669 +515.89 +494.383 +452.122 +525.681 +671.195 +847.537 +1132.23 +1409.27 +1450.61 +1665.62 +1788.29 +1840.85 +1822.57 +1831.71 +1701.6 +1754.76 +1884.65 +2044.32 +2079.57 +2102.04 +1915.46 +1661.44 +1284.85 +925.095 +586.632 +484.581 +492.875 +474.087 +691.132 +761.431 +1090.26 +1439.15 +1516.79 +1689.94 +1919.42 +1975.59 +1830.69 +1859.47 +1737.47 +1739.65 +1872.78 +2082.52 +2081.64 +2092.68 +1991.59 +1672.25 +1282.54 +894.167 +523.901 +474.645 +552.941 +578.434 +682.47 +872.872 +1135.79 +1417.3 +1459.87 +1688.63 +1808.3 +1933.55 +1820.69 +1872.4 +1769.71 +1748.6 +1892.99 +2104.72 +2103.84 +2114.73 +1996.26 +1667.14 +1283.9 +902.732 +556.183 +431.273 +451.848 +430.012 +656.727 +871.64 +1102.87 +1346.04 +1407.57 +1694.56 +1801.47 +1908.12 +1856.8 +1840.61 +1719.45 +1722.92 +1903.38 +2075.84 +2096.58 +2098.77 +1970.12 +1797.62 +1405.94 +966.084 +632.276 +488.786 +489.961 +467.272 +668.734 +672.916 +941.413 +1124.47 +1392.8 +1614.78 +1864.12 +1828.32 +1768.85 +1736.06 +1653.47 +1633.43 +1760.38 +2032.75 +1842.78 +1749.77 +1641 +1638.91 +1316.82 +947.74 +536.015 +436.29 +443.89 +412.368 +546.162 +778.447 +1032.23 +1088.08 +1166.72 +1286.94 +1587.16 +1780.56 +1705.34 +1630.74 +1551.44 +1585.81 +1695.26 +1715.22 +1636.87 +1644.4 +1662.12 +1543.62 +1231.22 +897.444 +548.25 +466.258 +452.21 +470.79 +620.268 +871.807 +1128.9 +1347.03 +1422.41 +1588.66 +1790.43 +1842.57 +1709.23 +1852.51 +1744.63 +1744.98 +1882.48 +2089.21 +2089.23 +2088.27 +1986.32 +1800.08 +1410.68 +926.313 +572.898 +483.617 +556.835 +536.383 +672.945 +762.692 +1090.56 +1441.07 +1499.49 +1730.86 +1911.43 +1944.95 +1844.87 +1857.67 +1743 +1750.33 +1871.36 +2077.26 +2088.25 +2094.86 +2004.37 +1802.08 +1411.31 +933.915 +585.103 +462.608 +430.034 +409.346 +596.791 +677.375 +963.767 +1376.23 +1430.33 +1577.31 +1841.41 +1919.14 +1769.04 +1784.92 +1767.5 +1747.01 +1901.55 +2080.43 +2108.03 +2093.96 +1916.27 +1687.42 +1280.7 +896.455 +508.993 +418.952 +431.278 +410.689 +593.899 +864.933 +1140.13 +1341.91 +1419.88 +1630.96 +1793.12 +1936.06 +1839.78 +1863.12 +1754.6 +1749.21 +1896.84 +2098.28 +2097.24 +2092.27 +1905.91 +1666.02 +1281.67 +894.085 +560.365 +418.823 +432.621 +464.044 +574.653 +757.675 +1061.52 +1360.03 +1430.69 +1590.87 +1803.58 +1930.17 +1812.2 +1859.77 +1763.09 +1751.59 +1899.6 +2025.7 +2092.17 +2120.84 +2000.89 +1675.55 +1280.69 +933.276 +556.94 +426.771 +428.343 +485.566 +595.142 +830.295 +1143.72 +1106.51 +1321.62 +1535.01 +1749.34 +1803.7 +1723.18 +1757.77 +1675.57 +1643 +1734.75 +2084.86 +1831.37 +1749.83 +1646.02 +1639.01 +1317.87 +951.26 +546.352 +455.956 +462.843 +522.778 +649.271 +845.253 +1141 +1086.38 +1167.76 +1293.18 +1581.86 +1795.93 +1670.03 +1708.3 +1614.96 +1592.69 +1709.9 +1719.79 +1641.13 +1645.02 +1661.93 +1549.62 +1229.85 +898.098 +614.93 +534.578 +465.741 +483.556 +575.569 +761.794 +1052.16 +1356.21 +1437.07 +1603.8 +1798.15 +1901.74 +1880.45 +1881.45 +1789.38 +1762.5 +1912.92 +2101.2 +2126.09 +2112.96 +2015.31 +1722.48 +1289.02 +904.87 +573.51 +515.592 +558.17 +568.203 +712.009 +904.931 +1152.88 +1385.25 +1381.66 +1678.26 +1799.11 +1925.84 +1819.72 +1796.72 +1767.17 +1744.05 +1898.65 +2096.89 +2114.7 +2104.92 +2003.06 +1667.35 +1284.39 +906.877 +512.268 +425.381 +448.384 +437.096 +570.676 +764.122 +1104.45 +1347.48 +1388.45 +1683.24 +1812.33 +1938.96 +1830.27 +1724.44 +1737.75 +1738.53 +1913.36 +2091.27 +2129.26 +2095.75 +2003.11 +1703.07 +1285.06 +898.073 +516.825 +439.408 +462.529 +517.588 +689.063 +871.373 +1112.62 +1413.45 +1414.78 +1652.79 +1808.49 +1875.42 +1817.95 +1878.32 +1763.6 +1754.04 +1902.29 +2107.61 +2088.35 +2117.92 +2009.62 +1669.6 +1283.11 +903.865 +551.931 +423.55 +444.387 +426.288 +574.236 +761.461 +1027.95 +1342.94 +1446.77 +1580.15 +1792.75 +1931.92 +1797.23 +1938.22 +1720.94 +1747.16 +1883.22 +2133.06 +2097.46 +2121.26 +2009.38 +1671.65 +1283.29 +937.112 +556.285 +434.331 +471.475 +431.345 +553.277 +752.389 +1059.51 +1144.81 +1340.19 +1613.67 +1734.69 +1838.77 +1730.15 +1768.82 +1668.35 +1657.8 +1771.24 +2086.52 +1831.02 +1756.43 +1651.16 +1647.73 +1321.83 +956.807 +561.352 +518.083 +529.017 +560.814 +660.47 +846.268 +1159.49 +1146.63 +1206.52 +1273.44 +1571.01 +1845.15 +1716.1 +1720.94 +1624.27 +1470.79 +1717.88 +1738.32 +1633.59 +1651.74 +1666.54 +1588.83 +1236.6 +895.394 +588.311 +539.351 +592.771 +604.837 +672.398 +883.653 +1174.6 +1419.7 +1441 +1679.76 +1793.92 +1943.3 +1804.81 +1861.08 +1772.33 +1756.47 +1892.55 +2096.23 +2117.13 +2105.98 +2021.2 +1678.59 +1288.11 +902.527 +514.241 +461.896 +461.201 +472.252 +655.204 +849.988 +1111.31 +1377.79 +1475.37 +1696.29 +1813.81 +1929.46 +1825.21 +1869.6 +1780.49 +1739.52 +1910.06 +2103.03 +2121.26 +2107.41 +2007.58 +1674.74 +1294.54 +897.013 +513.436 +422.503 +492.831 +412.555 +678.344 +767.413 +1070.75 +1457.19 +1522.29 +1731.34 +1911.57 +1831.14 +1803.09 +1858.07 +1748.3 +1751.72 +1892.77 +2080.9 +2108.58 +2091.63 +1947.06 +1684.2 +1285.97 +897.483 +508.222 +418.192 +433.2 +407.993 +567.559 +796.31 +1107.55 +1349.99 +1430.24 +1590.76 +1799.44 +1917.5 +1807.11 +1741.11 +1727.56 +1743.63 +1907.24 +2040.08 +2097.14 +2116.03 +2012.7 +1680.15 +1287.97 +894.022 +549.429 +422.531 +433.23 +413.192 +573.353 +753.362 +1084.15 +1378.73 +1389.25 +1595.36 +1773.97 +1928.12 +1811 +1809.14 +1726.84 +1735.88 +1899.79 +2114.82 +2094.57 +2125.25 +2006.92 +1674.25 +1283.1 +936.23 +562.347 +434.614 +443.864 +429.694 +627.965 +765.549 +1020.3 +1112.07 +1328.82 +1635.54 +1754.58 +1831.87 +1745.9 +1758.55 +1683.67 +1637.31 +1758.43 +2090.87 +1839.37 +1748.87 +1653.95 +1653.76 +1318.11 +979.014 +558.852 +465.833 +466.81 +495.592 +644.069 +845.973 +1103.58 +1150.35 +1152.57 +1270.71 +1664.48 +1830.26 +1656.87 +1721.64 +1621.47 +1594.66 +1721.89 +1733.32 +1649.32 +1656.27 +1675.09 +1549.1 +1316.8 +1005.07 +667.671 +576.63 +630.735 +624.866 +720.126 +908.61 +1208.85 +1371.72 +1395.29 +1691.73 +1810.02 +1928.39 +1823.51 +1819.72 +1760.53 +1761.8 +1888.09 +2110.73 +2124.78 +2111.89 +2032.54 +1717.57 +1313.85 +1029.37 +629.014 +579.554 +653.17 +623.151 +719.513 +889.983 +1132.89 +1301.32 +1432.1 +1676.19 +1790.57 +1914.62 +1802.96 +1848.71 +1770.91 +1742.98 +1902.54 +2091.63 +2125.22 +2098.25 +2023.22 +1690.97 +1289.3 +906.496 +554.157 +535.165 +597.152 +542.874 +702.52 +859.217 +1136.06 +1255.44 +1401.4 +1661.67 +1786.71 +1925.53 +1785.28 +1863.89 +1754.31 +1740.69 +1882.27 +1978.37 +2106.94 +2098.28 +2009.84 +1699.02 +1296.08 +900.336 +513.743 +437.872 +464.138 +547.216 +687.197 +868.98 +1101.64 +1208.23 +1419.28 +1676.9 +1776.36 +1888.6 +1805.88 +1842.12 +1769.12 +1734.46 +1875.22 +1971.14 +2118.59 +2105.36 +2012.5 +1694.6 +1287.03 +901.036 +554.645 +468.197 +463.531 +486.295 +645.945 +823.176 +1107.37 +1260.91 +1424.67 +1682.39 +1825.77 +1903.04 +1808.3 +1858.67 +1771.74 +1732.61 +1904.31 +1959.95 +2111.38 +2110.13 +2002.31 +1682.43 +1284.99 +939.774 +556.014 +428.526 +475.625 +427.367 +562.488 +768.868 +1111.86 +984.271 +1343.57 +1633.88 +1735.96 +1817.99 +1735.07 +1669.13 +1664.48 +1632.54 +1737.39 +1940.49 +1835.91 +1750.56 +1645.16 +1643.7 +1310.31 +957.795 +540.015 +456.569 +462.53 +446.471 +620.462 +888.052 +1072.82 +1031.98 +1152.54 +1292.4 +1606.92 +1815.15 +1665.48 +1609.16 +1609.32 +1487.11 +1723.19 +1589.84 +1682.44 +1655.55 +1732.62 +1550.74 +1234.66 +943.788 +654.353 +599.372 +663.754 +629.245 +707.485 +940.887 +1196.11 +1253.11 +1399.08 +1695.43 +1795.28 +1946.18 +1824.55 +1810.36 +1765.01 +1753.33 +1902.23 +1987.53 +2109.39 +2101.15 +2023.83 +1685.69 +1292.76 +934.821 +538.937 +560.55 +612.767 +621.176 +738.567 +878.077 +1166.96 +1258.28 +1384.3 +1682.02 +1778.74 +1930.85 +1777.38 +1872.84 +1688.53 +1756.41 +1859.88 +1975.05 +2077.56 +2087.82 +2016.18 +1796.43 +1416.54 +934.939 +581.271 +459.948 +494.327 +452.913 +671.044 +772.728 +1095.31 +1321.73 +1494.86 +1677.71 +1912.23 +1826.2 +1806.04 +1736.33 +1743.76 +1746.55 +1854.25 +1964.05 +2106.95 +2098.86 +1989.94 +1682.71 +1285.48 +896.027 +509.594 +422.503 +431.285 +422.049 +567.594 +760.464 +1033.23 +1214.41 +1442.36 +1587.5 +1795.56 +1933.07 +1856.8 +1797.77 +1737.93 +1747.51 +1880.08 +1924.59 +2106.78 +2112.65 +2014.85 +1678.54 +1285.53 +902.008 +550.857 +422.742 +431.125 +410.259 +594.269 +868.355 +1156.55 +1212.85 +1418.09 +1587.97 +1911.19 +1946.53 +1827.16 +1848.46 +1768.7 +1735.75 +1890.14 +1954.74 +2109.41 +2096.75 +1902.77 +1672.95 +1284.14 +936.233 +553.061 +422.225 +426.327 +404.3 +577.895 +807.764 +1115.87 +976.975 +1307.63 +1568.12 +1724.96 +1809.31 +1668.52 +1678.22 +1662.11 +1632.93 +1755.87 +1936.69 +1851.41 +1743.05 +1649.86 +1653.19 +1308.11 +948.708 +537.554 +439.653 +451.404 +434.713 +557.363 +743.497 +1025.83 +959.852 +1152.64 +1329.82 +1685.82 +1776.64 +1667.45 +1646.56 +1600.44 +1587.9 +1713.68 +1642.25 +1626.35 +1734.5 +1793.48 +1664.55 +1328.76 +1019.12 +643.771 +522.282 +457.664 +464.006 +653.037 +865.273 +1153.55 +1221.87 +1414.54 +1598.82 +1785 +1857.88 +1700.27 +1869.88 +1738.38 +1759.28 +1867.16 +1995.35 +2095.31 +2119.28 +2026.38 +1675.48 +1287.48 +901.824 +531.477 +509.723 +591.388 +550.332 +705.193 +878.845 +1161.32 +1278.46 +1474.26 +1675.2 +1781.39 +1950.52 +1808.86 +1749.41 +1758.18 +1635.41 +1883.95 +1991.75 +2107.41 +2123.96 +2010.23 +1692.45 +1292.05 +905.427 +528.825 +519.187 +607.511 +602.676 +707.257 +834.847 +1140.7 +1214.95 +1369.02 +1581.48 +1904.22 +1958.62 +1816.1 +1846.45 +1724.77 +1727.37 +1852.51 +1946.57 +2055.36 +2090.75 +2007.19 +1800.91 +1401.59 +933.147 +589.593 +420.336 +431.609 +409.61 +557.466 +683.308 +962.454 +1226.56 +1395.29 +1583.99 +1781.12 +1908.29 +1797.57 +1857.39 +1708.18 +1738.97 +1875.56 +1904.26 +2112.83 +2097.43 +2017.8 +1682.8 +1284.93 +897.224 +552.578 +433.318 +452.46 +452.72 +569.109 +751.942 +1052.05 +1248.19 +1411.55 +1616.14 +1792.71 +1847.2 +1820.79 +1860.3 +1702.35 +1765.54 +1866.17 +1908.9 +2117.46 +2107.95 +2027.78 +1670.93 +1292.02 +940.888 +557.693 +443.759 +451.62 +447.136 +633.297 +811.011 +1114.35 +1004.78 +1332.58 +1631.04 +1732.11 +1833.45 +1716.59 +1756.28 +1667.26 +1524.66 +1754.37 +1951.79 +1852.76 +1746.76 +1660.89 +1687.89 +1315.98 +957.991 +557.18 +461.304 +513.265 +584.428 +586.161 +862.066 +1136.22 +987.646 +1151.55 +1291.77 +1578.04 +1812.72 +1663.13 +1594.62 +1613.54 +1467.87 +1713.43 +1588.03 +1632.5 +1657.52 +1658.11 +1545.86 +1233.53 +887.954 +600.127 +497.761 +456.588 +427.557 +645.602 +847.166 +1092.49 +1231.34 +1433.45 +1614.42 +1800.67 +1900.64 +1798.13 +1902.59 +1769.04 +1739.62 +1875.41 +1922.94 +2091.75 +2132.62 +1986.9 +1672.58 +1292.22 +897.913 +508.788 +421.988 +434.445 +430.361 +568.449 +760.827 +1031.54 +1227.15 +1384.91 +1632.92 +1799.97 +1850.97 +1800.72 +1826.83 +1749.4 +1748.25 +1878.7 +1969.43 +2064.15 +2115.06 +1977.8 +1684.21 +1283.33 +893.897 +508.045 +422.779 +443.146 +430.947 +580.038 +781.621 +1035.5 +1213.98 +1418.83 +1623.78 +1789.45 +1931.49 +1796.86 +1870.8 +1755.14 +1740.37 +1884.77 +1966.72 +2063.85 +2089.36 +1981.76 +1670.13 +1286.7 +928.679 +526.116 +418.926 +448.425 +469.32 +671.295 +846.837 +1154.41 +1204.87 +1418.2 +1591.88 +1877.66 +1977.65 +1827.62 +1860.58 +1738.82 +1753.54 +1856.55 +1959.6 +2089.6 +2090.44 +1942.07 +1668.27 +1283.56 +895.753 +549.704 +417.04 +430.825 +417.388 +548.537 +746.05 +1027.75 +1218.37 +1407.06 +1617.77 +1782.93 +1928.22 +1851.63 +1876.24 +1729.45 +1762.08 +1880.98 +1970.2 +2117.39 +2097.81 +2025.85 +1679.14 +1282.33 +937.902 +559.123 +428.717 +470.167 +425.525 +547.775 +722.772 +1008.8 +977.112 +1244.92 +1606.84 +1773.03 +1822.82 +1724.81 +1758.82 +1662.57 +1659.1 +1750.96 +1958.49 +1847.96 +1751.2 +1647.21 +1645 +1319.02 +955.775 +560.016 +464.334 +470.332 +479.916 +560.615 +729.33 +1039.59 +963.629 +1155.46 +1271.99 +1642.45 +1798.96 +1695.77 +1681.07 +1607.26 +1607.34 +1711.24 +1578.93 +1656.66 +1648.84 +1663.67 +1545.07 +1231.46 +901.482 +589.782 +518.03 +591.793 +549.351 +667.045 +856.253 +1187.65 +1262.69 +1451.19 +1635.52 +1801.88 +1881.05 +1809.17 +1883.75 +1777.79 +1744.67 +1872.19 +1982.32 +2100.89 +2121.17 +2000.25 +1704.37 +1284.06 +898.321 +513.956 +435.992 +452.362 +474.501 +620.856 +756.417 +1042.99 +1208.12 +1413 +1622.45 +1803.72 +1846.72 +1809.36 +1854.62 +1741.55 +1732.71 +1868.46 +1966.96 +2088.68 +2126.13 +2001.59 +1667.33 +1282.91 +906.773 +511.678 +422.241 +436.764 +428.654 +564.667 +757.986 +1036.43 +1212.24 +1443.55 +1607.63 +1782.86 +1967.2 +1833.72 +1849.82 +1739.78 +1730.02 +1876.54 +1954.52 +2006.82 +2073.37 +1923.18 +1677.79 +1283.16 +893.077 +506.923 +462.232 +429.653 +405.163 +599.994 +679.279 +979.4 +1213.9 +1418.46 +1578.56 +1913.31 +1965.19 +1821.43 +1863.81 +1723.34 +1743.58 +1847.99 +1962.81 +2076.4 +2096.19 +2018.78 +1801.29 +1415.67 +937.529 +615.523 +420.478 +431.931 +409.347 +583.773 +678.331 +962.899 +1213.9 +1420.39 +1666.91 +1897.39 +1955.79 +1840.07 +1857.28 +1732.67 +1736.71 +1859.96 +1953.05 +2089.69 +2086.79 +2025.07 +1797.16 +1415.37 +1004.58 +621.961 +470.198 +472.365 +532.256 +666.299 +706.987 +1061.32 +1083.36 +1377.16 +1676.07 +1844.15 +1832.84 +1756.03 +1729.33 +1648.87 +1618.61 +1740.4 +1924.34 +1970.31 +1865.73 +1780.03 +1774.42 +1430.67 +1014.46 +493.124 +507.754 +547.812 +592.519 +853.811 +1116.7 +1178.22 +1259.33 +1363.82 +1699.41 +1834.1 +1702.36 +1930.26 +1409.56 +1536.05 +1513.9 +1662.25 +1579.17 +1772.7 +1797.99 +1664.82 +1338.43 +1016.3 +543.385 +411.538 +501.761 +480.474 +685.429 +765.499 +1097.87 +1456.29 +1499.01 +1729.99 +1901.27 +1970.34 +1834.08 +1853.89 +1655.57 +1729.81 +1852.01 +1958.8 +1940.54 +2117.68 +2016.35 +1810 +1365.73 +932.366 +507.748 +416.454 +567.522 +414.308 +676.994 +770.754 +1096.83 +1444.76 +1319.86 +1725.94 +2386.13 +2548.76 +2445.73 +2521.54 +2369.52 +2362.18 +2504.44 +2586.94 +2450.35 +2503.31 +2268.54 +1928.47 +1455.38 +853.296 +509.862 +417.348 +424.011 +405.285 +635.476 +802.594 +1093.88 +1477.69 +1559.73 +2010.25 +2503.85 +2556.96 +2444.06 +2465.35 +2368.44 +2358.83 +2527.07 +2596.21 +2548.47 +2636.72 +2502.12 +2042.13 +1482.1 +1125.34 +673.657 +581.497 +610.11 +589.838 +687.599 +673.717 +1098.03 +1439.43 +1496.19 +1671.53 +1768.1 +1909.28 +1659.69 +1663.86 +2082.58 +2128.02 +1907.39 +1953.55 +1952.97 +2103.09 +2011.99 +1809.73 +1420.92 +954.321 +622.154 +468.875 +579.273 +413.634 +676.261 +767.564 +1097.08 +1312.34 +1505.81 +1650.33 +1904.67 +1941.43 +1841.55 +1840.63 +1658.13 +1724.74 +1872.19 +1926.35 +1949.11 +2090.07 +2017.49 +1795.44 +1411.89 +971.382 +620.009 +466.395 +469.391 +527.574 +582.561 +642.694 +951.915 +990.239 +1292.79 +1559.03 +1719.99 +1802.21 +1680.3 +1760.67 +1589.21 +1629.28 +1734.72 +1920.87 +1772.29 +1748.74 +1686.58 +1764.17 +1399.81 +948.686 +535.949 +434.763 +439.84 +415.396 +583.892 +810.559 +1127.39 +990.736 +1156.29 +1358.59 +1700.06 +1815.73 +1642.59 +1574.71 +1592.96 +1578.41 +1697.44 +1573.06 +1488.68 +1648.19 +1661.32 +1547.07 +1241.99 +895.846 +544.04 +450.572 +487.601 +537.66 +644.141 +851.795 +1148.78 +1230.83 +1438.86 +1610.79 +1784.07 +1852.42 +1805.49 +1745.73 +1749.96 +1750.31 +1869.26 +1827.95 +1948.23 +2048.01 +1999.59 +1674.81 +1282.44 +892.462 +510.089 +417.534 +430.938 +415.263 +586.771 +759.204 +1031.45 +1214.1 +1408.76 +1586.48 +1793.59 +1931.23 +1839.11 +1869.15 +1732.23 +1751.31 +1861.71 +1961.51 +1946.8 +2096.89 +1986.64 +1799.39 +1408.44 +939.979 +572.995 +451.547 +554.093 +471.489 +681.867 +741.295 +1087.81 +1324.83 +1495.94 +1708.92 +1894.59 +1769.42 +1904.24 +2004.47 +1861.45 +1685.39 +1722.95 +1933.4 +1953.75 +2064.02 +1993.28 +1806.18 +1400.89 +935.888 +576.77 +465.732 +491.827 +410.831 +671.936 +749.657 +989.765 +1315.57 +1418.3 +1575.35 +1929.19 +1946.73 +1808.25 +1817.08 +1761.34 +1735.55 +1875.32 +1882.82 +1937.66 +2117.4 +1981.07 +1666.39 +1278.62 +893.44 +557.921 +420.416 +427.581 +411.546 +587.312 +748.033 +1029.64 +1211.28 +1445.7 +1606.11 +1839.04 +1830.2 +1807.17 +1865.23 +1769.1 +1725.26 +1873.71 +1886.75 +1936.47 +2116.7 +1962.05 +1672.88 +1276.93 +933.747 +551.103 +425.059 +422.116 +402.224 +547.377 +784.208 +1057.22 +971.089 +1311.32 +1544.06 +1723.39 +1815.42 +1697.38 +1748.93 +1647.13 +1646.58 +1738.22 +1941.53 +1692.8 +1737.18 +1640.17 +1640.78 +1301.83 +948.814 +538.434 +439.671 +518.724 +487.005 +627.204 +871.516 +1105.49 +1006.96 +1159.47 +1273.02 +1623.68 +1824.09 +1718.32 +1709.92 +1595.19 +1608.74 +1665.61 +1568.48 +1486.75 +1648.45 +1658.83 +1539.76 +1228.02 +891.345 +525.741 +471.712 +592.004 +511.628 +580.671 +798.145 +1126.47 +1214.81 +1424.71 +1620.72 +1792.8 +1845.28 +1820.25 +1795.28 +1743.43 +1723.34 +1883.95 +1943.28 +1943.15 +2178.5 +1982.8 +1657.38 +1288.33 +889.711 +510.674 +418.609 +429.226 +413.689 +586.532 +754.169 +1033.32 +1211.35 +1411.15 +1586.64 +1799.06 +1945.9 +1838.31 +1842.57 +1755.42 +1713.3 +1867.01 +1949.49 +1939.08 +1972.5 +1963.14 +1793.01 +1281.68 +889.324 +508.397 +416.481 +424.347 +408.763 +581.469 +807.505 +1061.02 +1205.06 +1388.25 +1584.27 +1913.36 +1964.77 +1829.06 +1860.21 +1731.66 +1733.07 +1854.92 +1942.95 +1933.59 +1965.16 +1983.41 +1789.44 +1409.99 +941.085 +574.275 +462.769 +491.227 +471.466 +672.618 +750.787 +1088.4 +1319.94 +1492.63 +1714.12 +1891.1 +1963.31 +1832.42 +1856.16 +1732.73 +1734.11 +1856.07 +1929.81 +1958.69 +1957.04 +2001.59 +1796.92 +1411.88 +941.658 +617.72 +461.076 +561.254 +492.742 +672.561 +752.611 +1090.95 +1306.32 +1496.6 +1673.76 +1908.68 +1963.98 +1832.94 +1847.1 +1737.42 +1726.43 +1858.57 +1935.18 +1943.73 +1960.75 +2007.9 +1795.03 +1409.68 +980.228 +627.835 +467.41 +553.584 +403.057 +524.659 +717.643 +999.27 +968.694 +1278.36 +1681.94 +1860.21 +1829.72 +1767.44 +1726.09 +1648.29 +1616.08 +1739.1 +1910.37 +1801.01 +1705.84 +1772.98 +1770.96 +1416.54 +1013.25 +603.407 +484.527 +505.021 +417.558 +678.978 +838.93 +1134.51 +1025.41 +1185.15 +1359.24 +1709.92 +1829.76 +1706.45 +1686.09 +1604.67 +1576.43 +1689.31 +1715.56 +1587.31 +1639.92 +1786.2 +1651.68 +1302.55 +1008.27 +515.685 +424.437 +433.858 +458.083 +560.805 +750.16 +1032.52 +1242.59 +1416.95 +1606.19 +1912.47 +1963.92 +1849.08 +1857.72 +1690.48 +1740.96 +1871.73 +1941.16 +1947.86 +1958.94 +1989.08 +1796.37 +1424.52 +934.147 +576.186 +463.938 +491.457 +411.013 +685.417 +770.498 +1094.48 +1307.84 +1479.81 +1711.22 +1905.38 +1948.47 +1833.85 +1858.14 +1744.38 +1739.51 +1874.56 +1935.75 +1951.41 +1919.51 +2005.75 +1787.09 +1408.4 +933.105 +508.87 +418.943 +428.944 +405.42 +583.464 +866.748 +1043.22 +1204.36 +1395.25 +1711.44 +1921.6 +1956.45 +1842.73 +1847.7 +1751.14 +1722.4 +1864.28 +1943.86 +1919.84 +1978.04 +1980.75 +1783.17 +1416.57 +934.126 +525.95 +459.853 +428.699 +404.433 +600.48 +840.592 +1119.88 +1226.44 +1493.07 +1724.06 +1924.49 +1985.82 +1817.04 +1857.75 +1642.66 +1557.46 +1859.2 +1791.82 +1907.03 +1960.48 +2014.5 +1796.85 +1409.45 +941.078 +615.98 +463.841 +559.733 +468.977 +672.494 +704.174 +1012.29 +1295.26 +1441.03 +1717.91 +1994.96 +2221.94 +2209.26 +2304.13 +2162.11 +2012.56 +2104.1 +2078.44 +1998.42 +2028.43 +2130.46 +1827.53 +1380.65 +1020.88 +550.43 +414.998 +415.614 +394.718 +513.866 +722.643 +1066.44 +1084.63 +1201.95 +1834.81 +2098.21 +2223.01 +2154.08 +2234.99 +2141.39 +1999.84 +1992.42 +1998.03 +1878.19 +1823.59 +1802.68 +1776.89 +1294.65 +899.089 +534.239 +488.203 +506.612 +422.978 +602.751 +831.761 +1101.55 +1069.56 +1247.99 +1232.48 +1558.03 +1808.44 +1714.98 +1745.26 +1734.11 +1683.54 +1733.03 +1729.6 +1582.47 +1642.56 +1803.88 +1689.66 +1314.5 +948.968 +566.757 +459.556 +528.871 +534.547 +671.602 +791.771 +1090.3 +1326.97 +1500.68 +1722.15 +1904.14 +1973.39 +1831.99 +1856.93 +1738.55 +1745.22 +1864.34 +1927.86 +1958.99 +1958.2 +1973.92 +1809.6 +1407.69 +935.071 +589.118 +460.304 +494.004 +468.853 +672.786 +697.047 +980.068 +1311.6 +1492.32 +1706.63 +1914.48 +1945.44 +1840.68 +1844.48 +1735.11 +1722.76 +1871.84 +1950.93 +1938.78 +1952.06 +1997.08 +1789.58 +1409.76 +936.785 +572.781 +460.002 +496.317 +466.004 +671.717 +745.257 +1086.86 +1310.13 +1496.12 +1710.71 +1911.03 +1943.53 +1823.37 +1850.16 +1738.73 +1711.25 +1843.77 +1951.34 +1914.74 +1978.35 +1988.31 +1788.33 +1416.05 +938.335 +597.101 +454.864 +497.065 +405.02 +584.292 +682.482 +960.359 +1196.69 +1487.62 +1664.5 +1906.75 +1966.86 +1834.45 +1852.44 +1735.43 +1741.3 +1860.74 +1928.06 +1945.34 +1949.8 +1976.33 +1793.25 +1406.53 +923.867 +567.101 +414.144 +428.784 +403.128 +598.262 +696.481 +959.415 +1221.6 +1493.43 +1644.06 +1907.09 +1927.24 +1843.2 +1852.35 +1743.48 +1722.11 +1870.74 +1927.85 +1783.01 +1767.53 +1840 +1763.24 +1370.23 +996.424 +644.393 +463.418 +486.936 +401.72 +652.904 +721.627 +1057.63 +1098.5 +1381.52 +1644.1 +1857.35 +1807.1 +1780.89 +1714.08 +1660.77 +1620.62 +1733.01 +1916.58 +1789.07 +1725.16 +1638.2 +1755.81 +1396.25 +965.697 +536.389 +442.665 +459.308 +468.196 +559.475 +735.54 +1035.2 +952.772 +1154.46 +1311.55 +1591.97 +1847.6 +1657.24 +1644.71 +1609.97 +1587.98 +1693.35 +1567.03 +1501 +1532.34 +1657.44 +1539.81 +1226.38 +885.35 +575.034 +489.615 +530.989 +559.582 +601.868 +851.299 +1101.57 +1216.19 +1403.87 +1596.71 +1788.68 +1826.38 +1758.28 +1836.68 +1759.13 +1711.77 +1879.96 +1928.42 +1910.31 +1986.77 +1982.41 +1783.5 +1410.23 +919.967 +582.472 +458.923 +550.114 +406.908 +671.732 +746.996 +1087.38 +1317.07 +1484.44 +1718.93 +1926.07 +1938.74 +1831.73 +1848.37 +1733.96 +1656.71 +1684.63 +1820.03 +1922.4 +1959.06 +1984.63 +1790.58 +1407.72 +935.194 +574.557 +456.575 +559.261 +404.633 +582.13 +681.468 +981.715 +1300.66 +1475.24 +1695.7 +1919.82 +1952.09 +1638.47 +1821.98 +1893.06 +1911.37 +2046.54 +2091.06 +1787.71 +1938.87 +2007.5 +1797.82 +1413.53 +939.966 +575.768 +464.346 +559.183 +407.109 +671.334 +758.061 +1089.6 +1294.79 +1470.51 +1591.66 +1834.61 +2029.5 +1923.82 +1835.1 +1641.99 +1540.38 +1883.61 +1936.77 +1892.25 +1980.35 +2002.11 +1795.53 +1410.25 +934.843 +622.24 +462.59 +555.833 +405.956 +541.627 +676.675 +831.659 +1292.88 +1486.57 +1720.17 +1937.53 +1789.6 +1638.07 +1872.26 +1584 +1710.43 +1842.81 +1788.16 +1908.9 +1933.32 +2017.98 +1788.73 +1400.37 +964.769 +616.556 +462.608 +490.467 +460.652 +649.657 +643.905 +801.533 +1007.71 +1369.97 +1674.03 +1879.26 +1852.29 +1729.49 +1549.9 +1670.84 +1652.02 +1839.02 +1908.78 +1625.92 +1708.83 +1780.05 +1772.09 +1390.93 +1006.09 +604.188 +477.628 +501.757 +477.229 +662.273 +848.407 +984.553 +1057.33 +1241.83 +1367.74 +1628.19 +1808.04 +1749.79 +1882.04 +1621.25 +1562.79 +1689.54 +1507.84 +1601.79 +1637.5 +1791.11 +1662.78 +1285.18 +943.619 +560.853 +461.571 +491.54 +407.02 +584.754 +850.919 +984.785 +1243.01 +1497.71 +1738.34 +1940.62 +1977.4 +1844.11 +1860.15 +1673.35 +1627.07 +1888.26 +1957.43 +1933.57 +1951.64 +1999.86 +1798.06 +1397.16 +935.857 +574.983 +459.417 +559.523 +469.25 +682.57 +758.943 +976.708 +1306.15 +1479.34 +1719.99 +1910.72 +1959.59 +1846.66 +1839.71 +1720.73 +1722.72 +1872.95 +1935.39 +1928.08 +1965.17 +1994.47 +1789.44 +1407.34 +935.808 +571.489 +459.101 +494.559 +402.897 +680.694 +743.506 +959.176 +1304.6 +1474.89 +1684.03 +1930.6 +1952.81 +1642.56 +1882.16 +1855.16 +1715.49 +1737.51 +1949.64 +1911.63 +1931.93 +2011.03 +1791.56 +1370.45 +958.107 +573.122 +458.258 +496.377 +467.015 +668.603 +745.572 +960.641 +1307.97 +1478.84 +1661.7 +1877.43 +1935.1 +1768.95 +1807.96 +1634.68 +1637.04 +1813.66 +1935.98 +1911.95 +1946.43 +1987.71 +1792.75 +1391.7 +934.101 +624.193 +461.091 +423.957 +534.943 +672.471 +764.66 +965.186 +1302.07 +1465.59 +1700.94 +1918.45 +1944.99 +1823.86 +1851.94 +1727.16 +1730.82 +1852.22 +1948.56 +1919.77 +1958.6 +2005.62 +1785.42 +1366.87 +999.544 +618.793 +467.079 +489.259 +402.658 +652.914 +705.28 +937.1 +1078.75 +1374.42 +1667.85 +1845.59 +1845.37 +1744.49 +1549.72 +1541.16 +1624.94 +1737.47 +1906.99 +1811.67 +1693.93 +1768.39 +1768.77 +1409.59 +1011.58 +604.188 +499.969 +570.509 +413.003 +638.66 +831.977 +982.087 +1049.1 +1242.28 +1357.41 +1697.42 +1826.65 +1706.99 +1690.48 +1512.19 +1542.89 +1686.87 +1661.78 +1406.48 +1631.52 +1795.68 +1676.75 +1324.73 +1016.77 +561.733 +462.155 +558.892 +405.339 +681.311 +743.143 +882.361 +1302.9 +1493.45 +1752.44 +1920.96 +1951.96 +1789.26 +1668.96 +1561.72 +1545.52 +1708.62 +1775.59 +1868.72 +1928.34 +2000.6 +1789.68 +1379.94 +932.694 +573.818 +458.638 +491.899 +466.866 +682.012 +752.634 +961.811 +1299.54 +1467.12 +1545.34 +1938.99 +2075.37 +1985 +1913.31 +1823.87 +1780.15 +1952.48 +1822.75 +1737.87 +1906.45 +1985.77 +1794.4 +1415.15 +932.024 +573.446 +494.362 +555.317 +470.131 +668.219 +744.525 +956.862 +1294.36 +1474.33 +1658.23 +1899.71 +1965.74 +1635.12 +1928.68 +1902.12 +1803.2 +1841.54 +2014.95 +1750.04 +1892.59 +2007.59 +1798.6 +1388.73 +930.443 +571.853 +461.799 +490.904 +469.913 +668.473 +760.661 +968.737 +1307.29 +1472.28 +1682.42 +1842.21 +1940.01 +1803.49 +1916.9 +1865.13 +1796.79 +1929.66 +1932.8 +1730.21 +1788.21 +2003.47 +1806.6 +1409.73 +938.231 +614.307 +460.541 +559.06 +404.323 +593.488 +757.097 +960.746 +1297.51 +1470.8 +1575.91 +1968.26 +2034.1 +1985.26 +2112.82 +1799.13 +1769.84 +1849.75 +1812.56 +1918.22 +1923.14 +2005.55 +1802.81 +1385.19 +996.422 +549.239 +508.891 +553.897 +393.813 +651.524 +706.6 +925.796 +1073.86 +1391.33 +1708.37 +1873.38 +1796.57 +1761.21 +1722.09 +1585.07 +1614.14 +1746.09 +1922.88 +1795.51 +1709.82 +1786.09 +1766.48 +1392.66 +994.226 +601.764 +475.715 +500.209 +476.367 +635.311 +846.17 +979.48 +1075.88 +1240.92 +1381.05 +1715.92 +1644.29 +1518.73 +1562.92 +1565.44 +1547.7 +1698.39 +1682.32 +1456.36 +1638.47 +1805.3 +1673.01 +1288.97 +941.243 +559.167 +457.839 +556.153 +402.301 +679.797 +698.192 +953.936 +1300.87 +1498.08 +1742.62 +1916.23 +1975.74 +1798.33 +1676.92 +1568.3 +1558.56 +1725.08 +1934.49 +1888.67 +1946.26 +2007.83 +1801.88 +1388.41 +928.554 +573.206 +460.403 +553.644 +406.481 +666.864 +752.603 +956.678 +1296.77 +1470.49 +1588.91 +1982.23 +2128.72 +2088.81 +2168.43 +2008.74 +2080.03 +2146.63 +2114.03 +2054.11 +2071.52 +2079.75 +1873.93 +1375.99 +937.269 +573.733 +461.316 +497.01 +404.756 +668.181 +758.931 +963.248 +1264.54 +1456.87 +1972.97 +2402.33 +2545.83 +2438.46 +2478.64 +2396.13 +2374.49 +2556.76 +2597.59 +1948.15 +2012.19 +1976.83 +1808.8 +1422.02 +1029.5 +649.067 +562.593 +556.486 +401.957 +488.568 +670.913 +828.844 +1174.8 +1479.91 +1663.55 +1905.5 +1966.34 +1825.06 +1853.13 +1728.76 +1735.23 +1850.97 +1934.8 +1944.63 +1958.83 +1986.87 +1791.56 +1357.67 +928.845 +617.122 +418.803 +555.527 +409.996 +670.692 +760.383 +964.377 +1306.5 +1471.37 +1715.4 +1908.1 +1949.07 +1833.93 +1845.74 +1689.8 +1661.89 +1680.09 +1787.44 +1725.89 +1922.89 +2012.4 +1797.25 +1402.36 +987.281 +617.119 +465.531 +553.406 +463.68 +649.574 +705.64 +930.18 +1061.24 +1227.08 +1715.61 +2123.96 +2191.64 +2254.66 +2282.82 +2176 +2207.26 +2376.04 +2491.97 +2146.31 +2002.27 +1991.11 +1894.24 +1614.65 +1230.95 +703.518 +592.897 +589.283 +566.057 +638.35 +848.563 +991.649 +1133.65 +1287.95 +1519.44 +2065.73 +2276.74 +2290.2 +2347.6 +2226.3 +2215.44 +2380.93 +1780.92 +1828.89 +1644.18 +1804.45 +1691.76 +1298.27 +947.063 +565.191 +465.119 +425.439 +468.418 +669.902 +761.593 +959.501 +1327.06 +1340.26 +1566.05 +1984.68 +2079.86 +2031.5 +2053.31 +1894.03 +1924.51 +2034.55 +2063.6 +1970.24 +1777.98 +2020.22 +1807.8 +1398.34 +935.073 +578.523 +461.113 +557.883 +406.881 +657.422 +697.394 +961.831 +1295.38 +1316.03 +1755.66 +2041.25 +2216.54 +2178.83 +2374.32 +2269.94 +2316.57 +2467.61 +2516.07 +2402.95 +2381.27 +2307.86 +1942.86 +1502.28 +1046.66 +653.549 +553.013 +563.301 +529.481 +623.84 +809.515 +1004.47 +1569.42 +1757.19 +2082.06 +2247.71 +1976.76 +1985.53 +2135.33 +2043.39 +1998.15 +2097.62 +1910.63 +1715.09 +1999.45 +1809.35 +1748.63 +1416.8 +932.234 +574.346 +461.578 +493.003 +403.049 +628.958 +742.473 +913.466 +1286 +1471.62 +1611.94 +1902.44 +1958.46 +1824.71 +1800.12 +1617.33 +1640.11 +1688.08 +1915.76 +1882.6 +1958.55 +1997.29 +1789.93 +1406.66 +930.246 +613.58 +461.82 +556.656 +405.34 +669.233 +765.176 +958.21 +1296.22 +1469.33 +1552.03 +1957.39 +1978.92 +1805.16 +1865.77 +1811.72 +1787.08 +1855.83 +1848.11 +1867.05 +1926.34 +2011.97 +1795.06 +1394.43 +992.04 +617.457 +416.156 +423.729 +465.325 +642.971 +694.84 +929.749 +1053.47 +1383.18 +1526.35 +1945.46 +1921.19 +1926.52 +1943.97 +2041.71 +2005.04 +2226.44 +2175.55 +1866.4 +1813.48 +1823.65 +1946.07 +1637.76 +1152.67 +667.029 +431.819 +430.246 +407.856 +477.281 +662.264 +952.563 +1063.73 +1200.17 +1465.84 +1803.43 +1981.3 +1991.61 +1982.06 +1993.66 +1971.44 +2056.31 +1869.94 +1646.06 +1634.03 +1472.81 +1496.58 +1240.59 +941.589 +562.001 +460.148 +494.318 +402.855 +667.194 +755.641 +955.56 +1318.51 +1481.36 +1576.53 +1868.12 +2001.77 +1895.75 +1939.19 +1882.68 +1889.05 +2112.13 +2173.62 +1998.14 +1995.79 +1870.34 +1802.72 +1389.88 +936.271 +549.362 +463.042 +554.243 +404.846 +667.624 +753.061 +951.304 +1298.36 +1494.01 +2124.64 +2412.7 +2516.18 +2362.64 +2431.36 +2335.43 +2346.24 +2493.37 +2540.26 +2499.05 +2485.75 +2346.66 +2155 +1682.96 +1413.67 +748.034 +673.106 +620.271 +554.34 +652.208 +852.81 +1003.7 +1496.47 +1517.99 +1958.76 +1919.46 +1926.2 +1814.21 +1862.68 +1632.07 +1735.66 +1859.56 +1945.22 +1926.9 +1911.95 +1884.74 +1813.38 +1410.59 +928.919 +535.078 +458.303 +559.327 +407.72 +656.001 +754.326 +962.931 +1300.76 +1450.46 +1516.84 +2058.9 +2246.49 +2142.66 +2237.86 +2096.22 +1888.65 +1921.36 +1755.6 +1729.93 +1790.02 +1847.1 +1741.64 +1333.46 +924.873 +539.024 +462.249 +558.4 +406.539 +493.551 +666.384 +957.069 +1284.56 +1333.33 +1788.21 +2319.51 +2381.92 +2287.09 +2317.78 +2282.69 +2281.04 +2462.88 +2499.92 +2439.38 +2345.27 +2082.74 +1777.74 +1345.82 +956.248 +635.834 +468.855 +423.029 +397.884 +600.3 +636.596 +883.904 +1051.65 +1251.09 +1875.73 +2189.57 +2263.08 +2243.43 +2252.62 +2167.3 +2182.94 +2314.98 +2462.5 +2027.79 +1908.61 +1729.11 +1763.82 +1441.56 +1041.8 +533.41 +434.703 +430.84 +538.607 +633.455 +832.478 +983.117 +1199.9 +1387.14 +1566.35 +1855.37 +1794.15 +1551.66 +1686.52 +1387.89 +1534.75 +1671.98 +1671.89 +1584.85 +1665.36 +1684.42 +1694.83 +1374.04 +1023.54 +665.186 +589.241 +605.133 +557.387 +644.237 +834.455 +1002.15 +1699.67 +1903.94 +1935.29 +2251.27 +2339.31 +2124.73 +2063.3 +1814.87 +1827.15 +2065.79 +1920.37 +1754.37 +1924 +1856.59 +1759.13 +1343.92 +930.687 +575.77 +464.766 +553.068 +410.876 +669.58 +752.438 +964.275 +1322.76 +1457.04 +1527.19 +2020.9 +2302.29 +2129.64 +2121.44 +1983.83 +1984.37 +2162.85 +2173.71 +2053.12 +1981.73 +1702.12 +1762.97 +1345.41 +919.959 +503.445 +407.73 +419.125 +394.481 +531.393 +665.807 +821.059 +1384.35 +1641.14 +1983.83 +2259.43 +2364.86 +2300.5 +2363.65 +2291.94 +2289.97 +2488.34 +2514.27 +2439.48 +2377.6 +2136.35 +1950.02 +1534.43 +1119.25 +666.613 +569.21 +576.402 +549.801 +633.9 +808.847 +972.856 +1373.4 +1617.82 +1876.7 +2231.46 +2385.46 +2353.88 +2392.23 +2336.87 +2337.23 +2554.89 +2626.7 +2553.62 +2602.52 +2476.1 +2305.84 +1816.16 +1382.85 +775.286 +699.014 +689.511 +672.961 +759.692 +894.894 +1042.11 +1874.48 +2094.88 +2415.25 +2629.94 +2621.41 +2496.48 +2548.14 +2430.29 +2367.29 +2497.89 +2518.37 +2447.42 +2308.89 +2099.61 +1889.69 +1515.72 +1166.36 +717.755 +574.931 +568.54 +391.18 +475.439 +685.949 +932.6 +1069.35 +1370.95 +1659.39 +1776.15 +1890.39 +1996.1 +2015.92 +1913.59 +2006.07 +2195.72 +2291.85 +1913.21 +1864.47 +1657.52 +1575.25 +1362.05 +1006.24 +605.692 +474.616 +572.1 +415.44 +607.86 +816.589 +958.108 +1062.94 +1231.2 +1311.54 +1739.24 +2008 +1970.07 +2050.77 +1967.9 +2083.96 +2166.27 +1998.22 +1763.35 +1785.27 +1815.02 +1758.94 +1416.78 +1023.91 +656.81 +566.817 +579.9 +539.955 +485.899 +673.216 +858.209 +1219.15 +1328.5 +1686.68 +1966.4 +2056.07 +1911.64 +2018.65 +1984.89 +1931.98 +2148.6 +2170.15 +2073.05 +2036.68 +1690.71 +1753.13 +1391.78 +929.297 +570.966 +459.703 +492.672 +401.903 +664.47 +756.659 +953.724 +1309.59 +1468.23 +1774.08 +2145.18 +2349.84 +2336.89 +2366.65 +2283.7 +2309.74 +2475.03 +2587.05 +2483.55 +2477.76 +2287.96 +1978.06 +1469.18 +988.222 +505.797 +411.147 +422.501 +397.126 +481.619 +665.418 +822.638 +1366.61 +1623.59 +1978.13 +2315.84 +2476.35 +2375.28 +2380.99 +2275.78 +2267.67 +2417.68 +2484.65 +2402.9 +2506.1 +2445.26 +2300.36 +1827.15 +1433.21 +757.155 +653.442 +625.821 +601.73 +687.445 +897.953 +1080.3 +1884.28 +2075.57 +2265.18 +2499.05 +2520.74 +2399.55 +2430.64 +2306.52 +2244.93 +2454.2 +2491.22 +2339.49 +2225.13 +1953.67 +1833.77 +1425.88 +884.823 +546.742 +411.907 +421.189 +397.382 +479.965 +745.238 +962.508 +1268.46 +1321.94 +1755.91 +2090.53 +2163.58 +2055.51 +2153.52 +1916.77 +1894.5 +2051.82 +2103.2 +1989.8 +2030.35 +1881.06 +1796.2 +1229.54 +1000.04 +609.832 +464.451 +419.135 +399.278 +564.257 +712.366 +929.626 +1079.01 +1344.46 +1674.8 +1974.8 +2113.1 +2149.84 +2248.62 +2158.99 +2180.38 +2280.09 +2462.78 +2253.28 +2206.21 +2016.32 +2030.73 +1637.21 +1116.19 +679.161 +562.725 +586.972 +564.473 +633.08 +836.931 +993.215 +1264.19 +1586.81 +1958.72 +2353.58 +2463.4 +2345.3 +2364.33 +2232.71 +2234.06 +2389.01 +2366.11 +2190.78 +2255.51 +2211.12 +2098.13 +1672.62 +1310.96 +771.857 +734.128 +748.585 +705.437 +791.267 +987.885 +1141.26 +1983.32 +2140.28 +2482.95 +2679.6 +2680.96 +2618.73 +2589.3 +2522.98 +2466.12 +2697.27 +2695.37 +2565.87 +2614.31 +2490.67 +2282.6 +1672.05 +1165.6 +664.202 +416.346 +436.766 +407.333 +495.698 +675.768 +832.875 +1297.24 +1490.67 +1718.74 +1910.21 +1949.59 +1820.63 +1850.52 +1642.75 +1710.85 +1863.7 +1758.46 +1849.54 +1926.38 +1865.27 +1785.69 +1376.1 +919.944 +564.446 +455.401 +491.861 +398.943 +665.531 +756.497 +950.299 +1313.75 +1478.94 +1720.55 +1895.34 +1925.48 +1629.47 +1827.35 +1782.3 +1899.78 +2059.56 +2194.65 +2159.45 +2014.95 +1830 +1733.85 +1385.06 +925.377 +571.59 +452.883 +557.062 +401.79 +660.995 +757.967 +953.525 +1280.37 +1393.38 +1754.4 +2125.11 +2197.19 +2144.05 +2128.03 +2076.74 +1986.42 +2240.89 +2188.64 +2083.06 +2124.34 +1915.88 +1791.01 +1248.85 +917.425 +549.967 +460.915 +558.121 +392.48 +478.54 +767.998 +814.326 +1178.65 +1638.32 +2011 +2295.62 +2402.25 +2352.72 +2385.27 +2339.51 +2353.09 +2505.6 +2588.74 +2521.1 +2549.77 +2418.79 +2154.96 +1658.72 +1337.64 +770.044 +618.827 +605.066 +577.677 +692.163 +869.609 +1049.01 +1700.33 +2019.21 +2454.05 +2629.11 +2596.07 +2574.44 +2517.85 +2444.56 +2410.54 +2617.51 +2836.7 +2517.31 +2457 +2342.27 +2457.75 +2088.89 +1730.6 +921.454 +811.869 +796.839 +783.186 +855.966 +1184.88 +1305.82 +1742.13 +1872.93 +2222.72 +2547.45 +2599.38 +2476.08 +2432.82 +2347.69 +2312.31 +2381.63 +2341.24 +2205.36 +2202.11 +2238.65 +2169.66 +1799.25 +1418.54 +756.446 +632.006 +625.803 +586.636 +667.507 +854.697 +1011.9 +1556.65 +1843.16 +2253.28 +2296.78 +2527.53 +2439.46 +2512.73 +2352.16 +2349.35 +2538.28 +2600.63 +2530.55 +2505.5 +2332.05 +2035.76 +1606.18 +1177.02 +671.836 +557.18 +570.428 +398.672 +486.302 +667.677 +825.346 +1391.97 +1802.72 +2314.02 +2573.06 +2608.4 +2470.33 +2491.2 +2363.08 +2364.19 +2589.68 +2645.57 +2557.39 +2614.56 +2503.76 +2326.45 +1775.53 +1277.4 +699.637 +592.633 +607.749 +572.366 +670.661 +858.629 +1016.6 +1701.05 +2018.95 +2351.38 +2600 +2579.81 +2418.13 +2447.8 +2342.56 +2398.21 +2570.99 +2622.42 +2503.61 +2513.96 +2450.66 +2320.89 +1661.52 +1139.06 +654.819 +548.893 +424.156 +397.953 +632.528 +759.66 +828.744 +1180.45 +1473.2 +1947.25 +2261.94 +2326.47 +2202.38 +2377.86 +2249.66 +2260.36 +2422.99 +2462.32 +2371.75 +2300.71 +2034.52 +1872.19 +1432.2 +1037.72 +680.073 +555.483 +561.286 +542.051 +615.694 +664.04 +823.086 +1180.26 +1453.88 +1776.47 +2144.8 +2212.7 +2075.96 +2192.37 +2131.59 +2063.27 +2318.21 +2509.03 +2364.65 +2242.81 +2004.15 +1827.61 +1407.86 +950.659 +550.481 +419.047 +565.231 +401.162 +473.553 +702.451 +928.942 +1059.44 +1374.48 +1944.1 +2236.71 +2297.13 +2290.55 +2307.94 +2229.37 +2234.86 +2353.35 +2569.91 +2341.96 +2207.43 +1985.63 +1856.33 +1434.46 +1122.93 +677.138 +430.804 +432.099 +545.946 +488.587 +806.548 +953.055 +1051.52 +1373.51 +1827.46 +2336.22 +2424.5 +2347.46 +2322.73 +2228.75 +2212.69 +2419.92 +2369.05 +2212.01 +2260.93 +2283.77 +2191.59 +1861.81 +1472.94 +762.314 +664.93 +656.313 +620.908 +698.864 +904.28 +1075.46 +1890.22 +2090.98 +2457.2 +2669.7 +2689.24 +2562.65 +2670.45 +2485.99 +2493.15 +2710.46 +2761.52 +2642.81 +2693.07 +2572.29 +2418.74 +2036.03 +1650.66 +831.487 +733.882 +738.553 +686.406 +802.015 +1028.49 +1259.15 +2034.74 +2295.23 +2590.63 +2768.37 +2798.91 +2708.97 +2812.62 +2612.21 +2585.4 +2808.93 +2896.69 +2752.71 +2797.42 +2702 +2487.83 +2045.5 +1611.85 +790.79 +664.027 +635.616 +590.598 +656.993 +835.727 +993.588 +1521.09 +1820.46 +2277.66 +2603.45 +2594.61 +2423.39 +2522.19 +2434.45 +2425.82 +2567.31 +2639.97 +2473.56 +2544.03 +2455.4 +2366.91 +1949.08 +1580.07 +787.931 +675.387 +664.938 +603.827 +730.644 +935.527 +1124.2 +1949.75 +2109.29 +2430.6 +2720.04 +2673.75 +2543.46 +2595.27 +2447.55 +2451.25 +2668.58 +2701.01 +2644.51 +2703.62 +2538.97 +2378.28 +1998.14 +1583.11 +838.346 +679.315 +621.215 +585.859 +663.959 +824.297 +993.478 +1559 +1788.42 +2226.67 +2444.88 +2477.76 +2357.35 +2410.76 +2312.4 +2334.9 +2514.53 +2576.96 +2491.08 +2482.4 +2256.81 +1973.91 +1521.84 +1181.37 +715.324 +579.202 +563.783 +532.795 +600.074 +632.061 +938.602 +1290.61 +1701.95 +2066.6 +2361.53 +2361.68 +2295.44 +2335.79 +2266.31 +2272.28 +2374.17 +2584.4 +2356.24 +2216.48 +2107.22 +2140.48 +1732.04 +1361.9 +740.867 +628.87 +677.945 +651.9 +741.837 +999.433 +1110.98 +1645.43 +1789.96 +1968.1 +2298.19 +2377.25 +2238.19 +2321.3 +2277.82 +2233.11 +2373.89 +2342.13 +2187.81 +2229.43 +2057.76 +1912.07 +1443.73 +975.443 +650.321 +415.171 +424.208 +397.048 +494.364 +743.905 +958.694 +1358.37 +1835.91 +2254.61 +2525.21 +2561.28 +2462.79 +2471.21 +2383.47 +2378.71 +2574.07 +2646.37 +2543.04 +2609.56 +2414.02 +2116.09 +1631.89 +1210.4 +686.055 +580.695 +575.526 +547.885 +628.979 +810.39 +972.939 +1642.01 +2049.21 +2293.44 +2585.44 +2576.42 +2468.31 +2474.44 +2412.46 +2357.86 +2594.27 +2650.42 +2523.71 +2601.52 +2519.91 +2401.54 +1927.23 +1419.07 +777.225 +672.432 +669.426 +596.804 +687.716 +877.28 +1034.56 +1731.48 +1988.24 +2393.7 +2757.37 +2760.19 +2665.71 +2692.42 +2551.55 +2497.64 +2688.94 +2795.14 +2642.88 +2689.54 +2461.97 +2283.22 +1618.27 +1176.74 +671.644 +569.455 +563.711 +396.827 +626.439 +770.974 +819.082 +1183 +1504.1 +1977.29 +2256.58 +2368.8 +2312.39 +2325.98 +2298.31 +2268.4 +2459.57 +2551.7 +2490.7 +2475.16 +2206.69 +2007.45 +1462.96 +987.444 +545.369 +416.558 +417.906 +394.983 +624.916 +758.288 +819.879 +1304.71 +1622.01 +2147.81 +2345.88 +2501.78 +2388.9 +2433.16 +2336.85 +2339.14 +2468.66 +2526.03 +2427.29 +2476.79 +2289.26 +2058.08 +1594.02 +1302.22 +743.691 +610.5 +626.396 +656.007 +702.482 +849.428 +1063.35 +1659.95 +1976.33 +2338.86 +2609.11 +2573.53 +2476.2 +2483.78 +2454.61 +2392.63 +2512.05 +2674.46 +2398.71 +2374 +2210.16 +2241.68 +1781.04 +1242.44 +719.925 +605.113 +602.383 +544.264 +619.815 +831.639 +975.019 +1389.49 +1636.21 +1980.63 +2405.56 +2497.79 +2399.06 +2305 +2229.5 +2213.58 +2375.39 +2310.21 +2125.44 +2219.02 +2218.21 +1929.19 +1546.06 +1144.05 +674.053 +558.395 +424.915 +399.053 +483.6 +670.725 +821.843 +1454.78 +2028.79 +2351.85 +2600.82 +2657.31 +2507.06 +2525.36 +2440.52 +2426.45 +2643.73 +2736.59 +2615.71 +2674.92 +2499.79 +2300.1 +1968.47 +1488.27 +761.4 +611.022 +615.386 +591.124 +683.763 +882.899 +1072.81 +1905.43 +2101.06 +2443.77 +2717.53 +2744.28 +2592.4 +2636.91 +2530.29 +2497.69 +2708.23 +2798.69 +2672.36 +2742.35 +2514.45 +2190.6 +1670.51 +1175.53 +678.812 +571.94 +567.26 +398.256 +486.742 +804.934 +821.931 +1432.29 +1745.5 +2130.16 +2438.21 +2556.13 +2403.31 +2411.78 +2311.46 +2297.79 +2486.02 +2507.04 +2424.39 +2493.23 +2219.74 +1908.92 +1465.99 +1071.14 +645.1 +415.63 +554.779 +393.189 +629.329 +759.441 +817.898 +1191.95 +1718.14 +2219.61 +2460.1 +2551.41 +2423.41 +2474.14 +2369.4 +2350.81 +2562.92 +2625.37 +2575.08 +2609.77 +2423.23 +2179.13 +1637.02 +1230.52 +730.34 +582.451 +590.261 +540.339 +628.666 +802.847 +959.949 +1514.65 +1949.41 +2354.37 +2578.1 +2602.22 +2490.64 +2501.85 +2464.79 +2421.09 +2611.87 +2652.05 +2574.45 +2634.63 +2528.33 +2403.96 +1929.37 +1552.77 +847.536 +730.213 +733.54 +709.038 +861.17 +953.51 +1118.67 +1751.92 +2057.78 +2448.96 +2598.2 +2633.99 +2583.74 +2569.49 +2562.12 +2503.09 +2708.19 +2769.5 +2497.52 +2512.76 +2411.1 +2559.26 +2159.96 +1742.41 +952.087 +841.575 +843.895 +803.771 +957.903 +1188.94 +1408.01 +1752.31 +1874.95 +2193.83 +2593.15 +2646.51 +2486.51 +2433.21 +2383.14 +2382.59 +2643.22 +2400.22 +2233.85 +2311.51 +2341.73 +2344.25 +2005.48 +1658.79 +901.291 +800.048 +836.654 +794.518 +1021.61 +1104.68 +1256.14 +2062.77 +2227.86 +2529.11 +2705.6 +2728.52 +2611.63 +2647.61 +2521.34 +2451.19 +2768.25 +2752.56 +2691.43 +2762.68 +2592.96 +2424.85 +2044.04 +1593.83 +783.311 +689.205 +684.681 +638.833 +708.081 +877.907 +1086.13 +1923.58 +2135.48 +2594.17 +2701.87 +2668.83 +2503.2 +2561.82 +2460.44 +2432.85 +2732.14 +2753.05 +2636.23 +2709.57 +2561.61 +2432.93 +2041.85 +1625.25 +829.836 +743.111 +765.489 +752.986 +1007.39 +1011.79 +1205.47 +2013.24 +2221.96 +2565.83 +2745.85 +2758.13 +2665.64 +2688.01 +2625.58 +2595.46 +2817.59 +2819.83 +2716.37 +2838.24 +2703.56 +2522.87 +2101.71 +1698.66 +941.903 +852.661 +858.749 +834.551 +1019.52 +1180.11 +1468.53 +2069.09 +2241.28 +2560.26 +2764.71 +2800.92 +2699.41 +2781.49 +2684.12 +2620.78 +2862.94 +2776.46 +2747.5 +2872.76 +2756.9 +2601.74 +2146.31 +1741.7 +1050.77 +930.414 +948.76 +923.823 +1086.23 +1304.66 +1462.78 +2078.36 +2299.1 +2613.76 +2780.73 +2738.86 +2661.4 +2697.08 +2579.67 +2579.71 +2736.65 +2824.78 +2705.06 +2821.74 +2719.88 +2488.24 +2055.91 +1710.75 +965.078 +847.761 +800.127 +839.249 +1022.84 +1035.41 +1198.77 +1759.11 +2066.34 +2300.89 +2669.27 +2625.34 +2475.07 +2389.62 +2303.13 +2310.49 +2480.27 +2624.69 +2363.05 +2299.02 +2220.96 +2334.54 +2005.66 +1639.32 +837.793 +757.134 +762.885 +728.832 +772.63 +998.713 +1113.9 +1614.95 +1660.11 +1950.33 +2266.37 +2427.87 +2356.51 +2319.88 +2221.57 +2251.83 +2425.83 +2313.82 +2192 +2240.9 +2245.11 +2254.18 +1923.23 +1564.83 +723.9 +598.991 +597.305 +560.181 +633.072 +818.935 +968.332 +1639.59 +1985.76 +2352.29 +2596.51 +2615.81 +2486.53 +2513.13 +2409.14 +2377.65 +2633.4 +2666.69 +2547.18 +2622.51 +2446.76 +2313.85 +1876.58 +1314.3 +711.22 +580.394 +573.786 +539.708 +620.88 +801.259 +971.684 +1430.75 +1936.58 +2324.66 +2593.72 +2594.35 +2459.23 +2496.08 +2395.19 +2389.6 +2598.36 +2644.99 +2576.98 +2656.52 +2521.38 +2396.37 +1997.2 +1494.12 +778.198 +686.029 +686.35 +613.676 +787.583 +885.992 +1071.8 +1824.97 +2068.25 +2406.45 +2686.9 +2715.38 +2622.83 +2629.71 +2528.66 +2497.51 +2753.7 +2763.38 +2624.65 +2637.45 +2589.57 +2380.99 +1996.43 +1598.85 +856.48 +727.823 +793.525 +764.784 +824.588 +1006.15 +1230.37 +1956.25 +2205.87 +2517.69 +2674.47 +2730.81 +2677.48 +2686.69 +2503.83 +2407.68 +2687.51 +2801.6 +2752.67 +2651.14 +2546.1 +2377.91 +1992.12 +1594.59 +889.167 +749.217 +758.239 +707.647 +797.759 +992.961 +1174.35 +1956.7 +2112.05 +2334.75 +2631.4 +2684.68 +2577.99 +2569.55 +2568.2 +2525.49 +2715.58 +2806.1 +2658.16 +2697.35 +2570.62 +2402.74 +1990.11 +1650.08 +903.801 +774.047 +810.75 +786.584 +885.846 +1027.04 +1189.81 +1786.92 +2002.42 +2363.98 +2589.61 +2719.45 +2536.62 +2492.52 +2416.27 +2400.73 +2569.46 +2712.27 +2427.98 +2388.87 +2291.75 +2414.02 +2017.49 +1612.48 +833.896 +690.27 +733.458 +778.175 +774.98 +1066.73 +1108.75 +1460.81 +1792.09 +2049.69 +2387.57 +2483.4 +2436.11 +2412.32 +2296.43 +2242.87 +2433.39 +2372.05 +2218.28 +2276.97 +2320.85 +2306.26 +1963.7 +1542.9 +775.269 +669.006 +683.188 +644.217 +721.26 +898.512 +1035.94 +1776.76 +2065.58 +2438.13 +2645.82 +2631.68 +2526.78 +2527.94 +2459.57 +2451.93 +2664.19 +2777.5 +2677.32 +2743.51 +2638.27 +2452.11 +2038.26 +1570.31 +736.86 +632.692 +578.191 +404.7 +486.526 +675.904 +871.285 +1180.75 +1668.45 +2162.59 +2448.84 +2478.4 +2402.35 +2426.77 +2347.37 +2330.34 +2522.04 +2604.46 +2478.85 +2478 +2285.16 +1941.8 +1532.99 +1105.72 +655.219 +410.922 +419.745 +399.758 +478.463 +760.229 +958.943 +1348.78 +1742.89 +2156.52 +2461.14 +2467.17 +2382.68 +2451.47 +2335.32 +2330.44 +2517.85 +2598.34 +2500.89 +2489.55 +2223.06 +1976.78 +1498.03 +1009.35 +505.038 +412.301 +559.963 +406.454 +491.101 +755.139 +953.989 +1166.58 +1682.64 +2312.02 +2539.14 +2575.1 +2439 +2466.25 +2364.19 +2354.53 +2537.31 +2603.61 +2529.03 +2568.54 +2445.32 +2194.16 +1562.94 +1069.85 +689.721 +415.041 +418.801 +398.515 +627.445 +801.24 +958.268 +1311.66 +1848.95 +2345.95 +2599.02 +2565.02 +2450.11 +2491 +2362.01 +2368.47 +2577.56 +2642.47 +2563.59 +2609.74 +2631.05 +2220.21 +1698.05 +1270.48 +733.874 +591.533 +591.271 +552.94 +620.147 +785.498 +956.517 +1351.25 +1849.81 +2341.5 +2584.28 +2476.67 +2403.11 +2384.58 +2300.29 +2273.84 +2445.74 +2604.68 +2401.84 +2350.65 +2403.38 +2357.29 +1943.68 +1406.67 +754.232 +650.365 +642.956 +620.69 +687.517 +917.102 +1052.61 +1326.44 +1582.49 +2011.32 +2399.36 +2464.38 +2377.54 +2356.96 +2263.89 +2265 +2414.23 +2375.45 +2209.74 +2272.39 +2422.71 +2278.76 +1870.37 +1520.24 +817.747 +723.592 +749.001 +707.252 +790.456 +1002.08 +1166.11 +1927.72 +2120.37 +2433.36 +2702.21 +2698.19 +2617.83 +2590.39 +2473.53 +2471.66 +2666.21 +2716.97 +2654.84 +2717.92 +2714.26 +2418.2 +2027.96 +1609.22 +814.378 +724.729 +759.568 +736.618 +818.951 +1013.02 +1138.43 +1911.31 +2067.61 +2351.7 +2591.77 +2618.08 +2473.01 +2493.21 +2373.02 +2390.61 +2583.9 +2661.57 +2567.24 +2601.05 +2630.97 +2323.22 +1773.82 +1279.56 +701.103 +595.607 +587.795 +564.024 +646.852 +799.526 +994.778 +1573.43 +2011.72 +2347.84 +2631.12 +2664.92 +2505.43 +2549.41 +2422.46 +2406.18 +2650.46 +2671.54 +2572.21 +2653.14 +2651.15 +2411.75 +1711.24 +1238.08 +685.721 +588.577 +584.881 +555.541 +642.896 +820.291 +985.246 +1669.78 +2009.72 +2463.67 +2699.92 +2718.33 +2685.38 +2602.97 +2490.55 +2468.34 +2672.61 +2719.19 +2670.88 +2701.35 +2683.01 +2441.3 +2064.8 +1659.2 +950.073 +781.168 +701.703 +602.002 +748.687 +841.698 +1005.93 +1557.61 +1808.51 +2202.26 +2461.46 +2533.35 +2423.17 +2456.03 +2385.21 +2365.1 +2556.15 +2613.33 +2531.3 +2499.32 +2414.57 +2020.39 +1536.77 +1123.67 +695.015 +419.871 +418.046 +397.066 +461.349 +627.673 +793.398 +1074.65 +1526.41 +2056.23 +2443.11 +2368.48 +2357.3 +2348.13 +2268.97 +2252.74 +2415.09 +2599.34 +2372.34 +2109.45 +1985.12 +1845.55 +1461.35 +1080.39 +665.834 +570.265 +428.48 +535.427 +606.297 +811.067 +967.28 +1193.88 +1500.13 +1964.41 +2327.96 +2496.82 +2588.84 +2576.36 +2449.25 +2459.11 +2691.37 +2463.5 +2281.44 +2384.4 +2533.67 +2362.51 +2031.14 +1677.75 +940.178 +850.35 +877.539 +819.52 +985.01 +1099.19 +1259.98 +2083.66 +2325.57 +2590.06 +2841.41 +2762.42 +2655.77 +2615.49 +2600.7 +2549.18 +2738.07 +2833.6 +2716.05 +2794.02 +2772.76 +2489.06 +2076.78 +1681.39 +903.971 +807.423 +797.841 +784.728 +1048.25 +1044.11 +1211.17 +2043.22 +2277.91 +2588.02 +2776.2 +2770.34 +2675.42 +2714.15 +2582.8 +2513.49 +2657.21 +2621.46 +2448.18 +2524.36 +2581.57 +2352.69 +1836.27 +1354.4 +717.443 +610.161 +619.03 +575.714 +649.354 +820.588 +974.044 +1399.62 +1814.71 +2217.93 +2497.27 +2538.29 +2454.26 +2466.59 +2362.55 +2360.48 +2532.14 +2616.89 +2535.11 +2574.54 +2602.87 +2171.78 +1659.32 +1168.75 +667.649 +564.938 +421.674 +397.231 +483.257 +662.702 +960.973 +1176.3 +1761.15 +2347.55 +2571.78 +2570.88 +2471.86 +2473.02 +2384.65 +2390.53 +2576.68 +2651.53 +2541.29 +2548.4 +2537.77 +2124.38 +1589.57 +1162.93 +719.856 +576.194 +576.049 +554.123 +629.01 +799.935 +981.599 +1569.93 +2034.93 +2408.46 +2649.23 +2660.2 +2589.02 +2633.13 +2514.97 +2523 +2702.87 +2762.25 +2650.89 +2672.48 +2651.7 +2403.48 +1899.88 +1531.37 +819.514 +681.766 +678.537 +682.32 +754.971 +919.8 +1004.65 +1404.43 +1844.61 +2253.42 +2480.81 +2414.14 +2385.57 +2359.29 +2263.23 +2226.94 +2368.2 +2541.3 +2177.76 +2086.41 +2104.65 +2002.77 +1634.19 +1243.55 +702.11 +600.557 +594.111 +537.796 +609.146 +669.727 +1073.92 +1070.66 +1270.6 +1703.34 +2222.56 +2355.62 +2234.59 +2274.35 +2183.13 +2083.21 +2226.95 +2048.76 +1864.47 +1885.12 +2017.04 +1851.21 +1499.67 +1143.87 +665.69 +566.841 +563.374 +534.766 +616.042 +666.861 +953.613 +1351.64 +1617.23 +1985.9 +2246.25 +2240.15 +2249 +2365.05 +2126.83 +2255.03 +2410.31 +2464.59 +2363.48 +2343.09 +2233.47 +1965.44 +1462.41 +1015.42 +647.212 +410.511 +414.362 +392.108 +480.261 +661.274 +948.444 +1308.89 +1579.52 +1996.37 +2328.42 +2426.57 +2359.07 +2386.06 +2297.98 +2326.57 +2473 +2536.37 +2447 +2394.81 +2239.3 +1971.32 +1456.56 +978.898 +504.014 +408.267 +562.502 +407.115 +488.12 +661.839 +948.385 +1180.51 +1594.13 +2068.1 +2421.99 +2494.03 +2392.04 +2439.2 +2331.53 +2326.7 +2465.66 +2508.33 +2441.18 +2498.88 +2428.59 +2008.15 +1501.94 +1101.58 +655.225 +567.684 +573.202 +548.9 +630.768 +806.857 +1102.61 +1309.93 +1461.42 +1726.34 +2057.62 +2486.86 +2443.61 +2509.23 +2391.85 +2361.44 +2575.8 +2607.61 +2548.34 +2545.52 +2571.6 +2351.73 +1920.12 +1512.02 +822.791 +680.972 +674.808 +649.75 +766.636 +967.419 +1235.51 +1904.87 +2042.6 +2314.3 +2605.02 +2639.87 +2538.27 +2566.64 +2497.45 +2431.1 +2637.4 +2685.69 +2568.28 +2708.2 +2624.24 +2364.69 +1977.11 +1619.69 +843.074 +693.359 +695.305 +683.086 +754.781 +918.6 +1214.31 +1672.84 +1968.92 +2435.52 +2627.46 +2618.28 +2528.99 +2486.86 +2417.13 +2402.51 +2427.59 +2745.36 +2421.11 +2354.7 +2351.52 +2333.48 +2043.69 +1685.19 +875.789 +733.953 +704.128 +635.403 +666.055 +907.226 +1140.2 +1312.37 +1514.05 +1909.18 +2294.25 +2449.24 +2344.88 +2349.2 +2255.16 +2269.81 +2421.1 +2328.02 +2185.99 +2195.65 +2355.57 +2264.76 +1827.59 +1490.51 +810.552 +745.411 +744.298 +718.904 +822.131 +977.365 +1214.19 +1809.79 +2032.31 +2374.05 +2623.75 +2664.19 +2580.66 +2622.57 +2468.83 +2471.67 +2656.74 +2643.02 +2617.94 +2709.71 +2667.05 +2382.73 +1951.33 +1506.33 +692.508 +585.697 +568.44 +539.27 +624.692 +796.106 +951.157 +1181.63 +1591.1 +1916.72 +2314.73 +2263.35 +2357.23 +2374.65 +2281.31 +2252.16 +2457.93 +2577.8 +2543.11 +2617.94 +2614.31 +2354.98 +1944.75 +1489.26 +775.868 +681.341 +690.499 +669.419 +750.925 +921.278 +1219.9 +1894.26 +2020.25 +2277.17 +2473.16 +2477.41 +2373.96 +2380.49 +2322.3 +2314.25 +2298.5 +1974.25 +1719.06 +1772.1 +1988.19 +1749.66 +1328.87 +909.682 +498.106 +408.419 +412.954 +535.015 +490.095 +733.968 +1082.69 +1305.44 +1310.11 +1526 +1826.36 +1765.63 +1852.14 +1906.84 +1880.4 +1841.5 +2014.45 +2037.96 +1860.29 +1776.67 +1812.86 +1593.24 +1239.76 +865.767 +539.32 +534.404 +544.476 +528.694 +614.949 +660.548 +945.724 +1158.82 +1319.6 +1675.07 +2056.99 +2152.05 +2028.15 +2147.97 +2023.49 +2067.47 +2285.56 +2256.48 +2031.99 +1984.18 +1953 +1597.46 +1327.85 +937.782 +628.174 +460.974 +486.508 +476.47 +631.036 +710.716 +1056.27 +1056.36 +1185.99 +1655.66 +2027.37 +2011.4 +1838.6 +1960.67 +1876.45 +1787.65 +2094 +2182.6 +1879.37 +1688.14 +1778.16 +1767.4 +1376.88 +992.502 +598.553 +482.065 +497.97 +470.282 +655.277 +793.084 +1090.34 +1055.6 +1230.43 +1428.04 +1979.23 +2203.84 +2032.26 +2110.72 +1938.62 +1910.07 +2005.62 +1950.58 +1684.69 +1659.99 +1590.96 +1607.36 +1280.42 +926.041 +563.373 +453.556 +490.471 +401.159 +657.984 +748.053 +1083.8 +1293.02 +1477.96 +1900.19 +2207.24 +2316.58 +2215.87 +2271.66 +2014.95 +2097.06 +2201.69 +2299.72 +2058.93 +1779.88 +1995.87 +1788.62 +1389.22 +918.191 +569.718 +459.215 +547.833 +462.418 +660.939 +750.039 +1081.04 +1288.48 +1464.18 +1701.97 +2129.19 +2199.97 +2134.09 +2253.38 +2116.23 +2127.05 +2374.72 +2391.32 +2136.62 +1988.49 +1832.17 +1788.61 +1379.69 +919.206 +567.267 +457.526 +553.018 +461.622 +660.048 +749.565 +1075.88 +1312.4 +1473.47 +1695.45 +2078.27 +2240.77 +2215.72 +2128.1 +1849.23 +1848.36 +2059.54 +2075.83 +2042.78 +2022.28 +1942.51 +1740.14 +1364.04 +979.559 +646.392 +544.789 +559.09 +519.784 +479.529 +662.222 +939.536 +1168.41 +1364.05 +1731.01 +2086.64 +2189.88 +2111.87 +2372.17 +2176.64 +2237.62 +2397.88 +2469.54 +2362.67 +2311.16 +2269.97 +1997.98 +1579.33 +1107.45 +703.957 +588.199 +588.925 +545.27 +639.931 +831.757 +1126.28 +1529.14 +1836.99 +2251.65 +2493.93 +2524.52 +2405.65 +2409.62 +2342.48 +2352.08 +2511.4 +2512.31 +2453.58 +2508.23 +2484.66 +2177.01 +1799.68 +1249.44 +772.682 +628.476 +636.757 +573.936 +633.212 +802.007 +1070.34 +1141.4 +1632.23 +2037.06 +2373.4 +2351.06 +2325.34 +2261.06 +2226.19 +2148.29 +2277.69 +2459.79 +1976.55 +1807.29 +1731.87 +1579.32 +1349.81 +1001 +603.72 +475.427 +561.594 +411.594 +479.466 +804.17 +1078.22 +1055.97 +1226.76 +1307.67 +1731.45 +1914.59 +1840.45 +1872.09 +1777.46 +1763.5 +1975.55 +1732.25 +1631.9 +1459.82 +1777.66 +1670.87 +1275.44 +910.888 +558.964 +459.926 +553.948 +402.44 +660.457 +778.026 +1082.69 +1302.33 +1481.67 +1586.92 +1869.36 +1979.12 +1869.44 +2081.35 +1961.19 +2028.16 +2168.52 +2289.46 +2111.34 +2066.38 +1808.41 +1602.66 +1323.13 +932.599 +572.486 +411.02 +555.15 +399.739 +662.68 +746.343 +1081.65 +1292.32 +1326.76 +2019.77 +2292.96 +2439.75 +2347.87 +2393.3 +2267.57 +2330.9 +2434.2 +2434.02 +2376.64 +2522.47 +2320.95 +2056.51 +1501.93 +1138.48 +670.568 +587.005 +592.188 +569.494 +655.292 +835.955 +1128.67 +1828.71 +2035.31 +2276.06 +2537.62 +2592.4 +2483.94 +2480.59 +2406.71 +2389.86 +2559.98 +2614.65 +2554.94 +2730.22 +2618.2 +2398.36 +1985.06 +1608.46 +840.487 +733.171 +758.68 +730.325 +814.857 +997.783 +1300.53 +1927.19 +2095.16 +2322.04 +2631.51 +2658.83 +2523.52 +2575.86 +2390.68 +2417.77 +2601.78 +2640.26 +2598.38 +2704.51 +2564.46 +2362.91 +1900.52 +1505.62 +814.757 +668.037 +675.959 +627.014 +697.375 +875.238 +1163.73 +1728.3 +2017.03 +2311.2 +2691.95 +2688.17 +2590.96 +2631.16 +2489.67 +2451.53 +2606.42 +2653.68 +2635.25 +2873.82 +2726.8 +2432.82 +1996.17 +1655.11 +952.104 +795.97 +790.234 +748.863 +787.125 +965.533 +1268.69 +1703.78 +1996.44 +2371.2 +2570.82 +2516.36 +2455.78 +2452.55 +2341.97 +2339.92 +2488.92 +2657.99 +2418.8 +2495.27 +2397.56 +2398.98 +2058.42 +1690.97 +859.941 +755.306 +744.491 +725.758 +880.811 +1103.1 +1419 +1715.49 +1824.49 +2061.12 +2423.78 +2532.98 +2393.94 +2365.21 +2268.92 +2197.02 +2313.98 +2293.54 +1984.01 +2240.53 +1989.24 +1749.76 +1353.33 +995.736 +505.323 +540.01 +419.505 +540.197 +489.087 +738.487 +1086.59 +1301.56 +1473.89 +1806.32 +2104.92 +2118.56 +2166.72 +2231.94 +1994.21 +1984.43 +2192.39 +2307.84 +2193.85 +2383.24 +2150.81 +1790.15 +1222.44 +836.368 +495.41 +407.786 +412.375 +531.538 +628.881 +749.005 +1080.98 +1294.95 +1315.06 +1755.69 +2124.76 +2206.38 +2206.87 +2276.61 +2195.33 +2268.98 +2371.57 +2321.69 +2155.39 +2324.87 +2189.24 +1871.46 +1374.11 +875.055 +499 +460.847 +416.41 +532.176 +652.267 +760.908 +1080.53 +1293.96 +1341.12 +1974.24 +2360.57 +2522.4 +2394.69 +2434.89 +2350.06 +2356.26 +2528.6 +2549.85 +2449.85 +2482.42 +2235.31 +1874.28 +1404.29 +985.588 +507.336 +409.12 +420.489 +389.832 +622.526 +769.302 +1081.67 +1308.61 +1490.36 +2083.22 +2496.07 +2529.78 +2440.71 +2482.51 +2368.64 +2376.38 +2558.22 +2620.62 +2525.72 +2642.74 +2548.91 +2038.53 +1513.03 +1090.53 +678.112 +547.125 +421.927 +393.65 +483.816 +664.408 +944.865 +1289.85 +1448.9 +1852 +2350.13 +2526.93 +2394 +2422.23 +2364.81 +2343.8 +2508.47 +2531.23 +2440.49 +2389.86 +2172.39 +1809.53 +1401.37 +946.139 +684.829 +416.185 +413.369 +387.259 +461.653 +626.817 +916.639 +1028.01 +1253.02 +1481.94 +1845.14 +1784.97 +1922.74 +1867.43 +1704.02 +1796.23 +1816.71 +1932.7 +1798.49 +1850.01 +1766.63 +1749.37 +1416.46 +1083.73 +666.31 +569.157 +571.384 +545.001 +614.581 +823.184 +1073.59 +1047.29 +1232.66 +1642.91 +2030.54 +2099.62 +2240.62 +2059.19 +2000.37 +1971.04 +1986.36 +1913.05 +1747.05 +1892.39 +1910.17 +1738.89 +1415.69 +1068.91 +630.344 +410.455 +423.569 +392.188 +575.351 +664.121 +947.598 +1295.6 +1466.72 +2228.92 +2574.07 +2592.21 +2531.83 +2558.89 +2443.14 +2410.52 +2603.57 +2728.09 +2607.07 +2728.48 +2605.41 +2364.84 +1973.93 +1120.04 +660.017 +562.037 +568.795 +537.592 +625.226 +810.646 +1084.57 +1317.98 +1494.49 +1792.02 +2181.2 +2476.49 +2371.13 +2394.57 +2286.15 +2249.11 +2428.33 +2460.02 +2258.24 +2346.49 +2179.57 +1951.03 +1569.15 +1175.21 +671.43 +552.334 +558.664 +539.201 +627.491 +796.974 +957.076 +1311.57 +1467.14 +1754.63 +2254.24 +2245.1 +2356.83 +2376.85 +2258.67 +2189.22 +2224.35 +1771.22 +1740.57 +2019.27 +1982.57 +1748.55 +1400.12 +921.262 +497.827 +402.607 +416.832 +534.628 +665.446 +757.321 +1089.46 +1300.46 +1486.44 +1707.1 +1851.69 +1894.75 +1651.99 +1796.12 +1762.87 +1709.44 +1840.18 +1942.75 +1879.8 +2038.7 +1992.68 +1777.83 +1394.86 +920.538 +610.529 +459.135 +487.872 +402.8 +665.173 +757.472 +1083.35 +1314.35 +1487.11 +1703.72 +1882.94 +1936 +1640.1 +1855.51 +1548.58 +1626.12 +1790.57 +1747.76 +1914.47 +2076.84 +1992.23 +1786.11 +1378.11 +958.814 +608.188 +461.8 +482.951 +393.636 +645.636 +708.863 +1050.99 +1070.49 +1355.51 +1659.1 +1805.77 +1651.55 +1800.05 +1783.75 +1677.54 +1617.2 +1745.72 +1920.88 +1786.6 +1849.83 +1712.16 +1559.27 +1231.02 +883.535 +523.42 +465.276 +555.87 +527.829 +657.69 +687.709 +1050.13 +946.862 +1197.49 +1340.57 +1783.86 +1894.42 +1684.02 +1698.77 +1395.71 +1369.77 +1669.19 +1487.98 +1401.41 +1768.33 +1775.54 +1654.14 +1232.54 +979.426 +558.062 +459.73 +555.283 +403.806 +677.152 +752.65 +1085.46 +1304.5 +1496.18 +1726.53 +1900.91 +1930.25 +1647.04 +1830.05 +1705.89 +1782.4 +1860.38 +1812.48 +1869.19 +2062.97 +1981.28 +1778.81 +1348.23 +919.581 +526.006 +542.091 +488.219 +398.942 +677.068 +733.705 +1084.57 +1312.14 +1470.93 +1696.99 +1885.73 +1986.97 +1958.04 +2113.47 +2066.62 +2068.05 +2122.53 +2118.32 +2153.27 +2226.64 +2089.36 +1819.59 +1421.38 +1027.93 +642.508 +545.918 +492.653 +531.456 +665.161 +759.68 +1087.87 +1316.87 +1475.35 +1680.26 +1819.99 +2097.61 +1804.17 +1826.39 +1535.7 +1779.33 +1852.15 +1912.84 +1927.24 +2013.13 +1980.52 +1783.74 +1397.67 +921.223 +579.117 +406.148 +554.346 +468.646 +674.137 +747.076 +1085.59 +1311.34 +1482.16 +1655.16 +1991.08 +2134.01 +2010.58 +2086.44 +2059.46 +2052.49 +2223.74 +2226.42 +2149.91 +2211.84 +2033.57 +1809.5 +1381.76 +924 +588.562 +461.346 +551.27 +405.263 +640.221 +748.828 +1086.31 +1305.53 +1470.16 +1697.76 +1897.25 +1958.79 +1805.14 +1852.39 +1630.54 +1716.2 +1849.56 +1905.66 +1944.38 +2071.09 +1979.05 +1777.26 +1357.77 +979.764 +565.609 +457.681 +419.332 +395.083 +656.694 +700.586 +1056.81 +1070.88 +1374.86 +1666.39 +1854.41 +1814.48 +1744.16 +1731.07 +1621.24 +1628.23 +1712.06 +1901.54 +1811 +1829.5 +1757.42 +1748.27 +1394.45 +991.172 +591.58 +474.472 +496.098 +405.355 +631.504 +844.238 +1120.02 +1034.67 +1204.46 +1345.12 +1674.85 +1818.06 +1706.86 +1709.34 +1579.08 +1564.51 +1681.18 +1690.52 +1605.67 +1756.24 +1765.77 +1638.19 +1313.37 +926.299 +555.365 +458.463 +428.281 +416.354 +664.003 +749.858 +988.666 +1232.1 +1476.55 +1724.1 +1914.03 +1944.34 +1841.99 +1845.13 +1681.61 +1637.22 +1841.6 +1932.96 +1930.06 +2077.73 +2001.49 +1773.72 +1386.74 +919.484 +567.569 +457.734 +551.439 +400.793 +665.599 +757.722 +1084.23 +1304.29 +1469.85 +1538.15 +1950.07 +2084.13 +1987.62 +2033.9 +1933.82 +1969.99 +2070.43 +2108.37 +1889.59 +1911.98 +1970.27 +1796.18 +1399.37 +922.052 +570.45 +459.116 +552.944 +400.388 +665.925 +757.231 +1006.3 +1302.22 +1482.04 +1706.97 +2080.68 +2368.16 +2361.67 +2374.18 +2303.35 +2286.2 +2481.39 +2497.04 +2249.22 +2291.38 +2035.21 +1767.97 +1413.51 +1039.63 +639.55 +409.067 +416.354 +392.18 +529.438 +660.362 +949.043 +1174.17 +1447.78 +1727.48 +2095.11 +2191.3 +1993.06 +2021.23 +2015.25 +2019.32 +2183.79 +2133.33 +2051.18 +2175.7 +2052.08 +1787.97 +1227.04 +874.392 +573.443 +460.712 +554.579 +405.741 +667.386 +750.705 +1021.8 +1301.13 +1492.68 +1695.38 +1895.34 +1954.88 +1815.63 +1845.86 +1634.25 +1708.16 +1856.81 +1927.4 +1926.31 +2096.63 +1969.95 +1768.51 +1389.7 +974.654 +615.788 +460.73 +549.801 +458.945 +646.51 +700.818 +1057.43 +1198.59 +1376.02 +1660.63 +1841.86 +1848.28 +1736.44 +1734.99 +1625.35 +1630.29 +1733.89 +1895.16 +1820.05 +1837.18 +1755.6 +1752.08 +1399.45 +998.097 +593.145 +472.449 +432.967 +408.241 +551.993 +845.421 +1087.45 +1171.9 +1178.18 +1352.33 +1695.67 +1816.5 +1707.56 +1696.6 +1586.24 +1561.83 +1683.31 +1701.69 +1729.4 +1742.55 +1773.6 +1643.41 +1308.35 +909.18 +529.981 +425.269 +441.188 +416.359 +577.043 +859.066 +1150.82 +1337.02 +1391.66 +1709.01 +1903.43 +1957.06 +1826.5 +1842.24 +1748.26 +1709.78 +1859.88 +1931.86 +2054.94 +2083.06 +1968.55 +1647.9 +1265.54 +881.763 +499.802 +409.692 +420.222 +398.969 +535.739 +737.511 +1054.41 +1330.3 +1421.21 +1664.23 +1908 +1944.67 +1843.65 +1843.48 +1750.43 +1727.67 +1886.2 +1955.41 +2045.7 +2083.33 +1975.33 +1775.39 +1392.76 +917.512 +499.403 +412.367 +419.739 +400.491 +555.05 +834.885 +1149.28 +1424.89 +1475.41 +1703.98 +1903.25 +1955.3 +1818.19 +1825.96 +1688.55 +1706.18 +1857.34 +1917.35 +2052.2 +2093.51 +1978.93 +1784.27 +1363.99 +920.932 +567.299 +459.589 +550.705 +467.403 +677.403 +736.788 +1085.61 +1453.88 +1493.9 +1706.43 +1901.24 +1960.67 +1806.3 +1841.03 +1711.71 +1705.67 +1859.64 +1926.85 +2067.57 +2080.59 +1978.59 +1776.36 +1352.82 +944.831 +608.548 +457.87 +554.813 +399.201 +679.266 +739.206 +1080.88 +1438.79 +1494.84 +1668.74 +1908.08 +1947.09 +1821.21 +1844.33 +1656.61 +1712.83 +1845.65 +1932.88 +2026.11 +2047.35 +1981.42 +1780.4 +1390.6 +960.534 +598.176 +461.633 +550.188 +393.382 +647.639 +710.584 +1056.35 +1202.19 +1370.16 +1631.99 +1938.14 +2046.3 +2077.45 +2127.5 +1993.82 +2003.67 +2124.64 +2153.27 +1997.66 +1809.02 +1576.73 +1784.73 +1419.04 +1055.77 +656.642 +422.981 +556.994 +532.686 +665.555 +831.371 +954.668 +1044.58 +1236.91 +1527.15 +2174.9 +2324.72 +2271.23 +2266.63 +2154.63 +2144.38 +2285.69 +2050.22 +1921.75 +1957 +1934.07 +1853 +1500.91 +1154.11 +675.937 +561.867 +571.997 +542.26 +525.709 +743.286 +1089.36 +1438.39 +1493.31 +1728.39 +1894.49 +1971.71 +1831.7 +1864.22 +1730.9 +1725.29 +1869.07 +1934.59 +2080.9 +2072.17 +1966.92 +1776.78 +1397.61 +918.718 +568.96 +453.826 +423.254 +400.861 +574.863 +780.02 +1134.89 +1368.53 +1482.53 +1708.42 +1895.99 +1954.01 +1819.52 +1852.46 +1725.98 +1732.5 +1844.07 +1926.12 +2068.84 +2073.15 +1985.28 +1785.29 +1394.91 +917.429 +576.993 +453.242 +547.586 +403.472 +665.105 +732.322 +1084.04 +1444.04 +1486.4 +1684.17 +1901.51 +1947.24 +1748.93 +1674.46 +1822.56 +1991.94 +2091.56 +2168.47 +2272.45 +2188.76 +1833.33 +1704.75 +1392.63 +926.811 +495.132 +405.647 +418.776 +390.101 +674.317 +807.282 +1080.43 +1472.63 +1505.95 +1735 +1891.1 +1948.44 +1843.32 +1824.31 +1750.06 +1707.2 +1861.38 +1959.88 +2048.04 +2084.25 +1999.61 +1763.65 +1357.13 +933.904 +610.138 +458.363 +553.504 +532.322 +664.186 +748.462 +1083.63 +1443.18 +1477.47 +1678.41 +1892.92 +1956.33 +1836.56 +1832.49 +1651.92 +1700.36 +1865.44 +1927.28 +2052.4 +2065.94 +1977.96 +1781.7 +1374.56 +964.123 +614.044 +462.611 +486.646 +459.254 +574.731 +679.592 +1060.93 +1201.82 +1384.93 +1670.6 +1846.77 +1831.29 +1748.31 +1735.78 +1627.17 +1613.38 +1726.26 +1910.11 +1944.96 +1855.98 +1770.16 +1754.58 +1401.93 +994.705 +597.549 +472.957 +433.854 +410.533 +556.212 +800.772 +1127.74 +1077.28 +1173.92 +1353.88 +1667.61 +1831.05 +1703.98 +1691.85 +1591.07 +1573.08 +1672.35 +1697.76 +1722.62 +1761.8 +1778.76 +1641.93 +1321.91 +869.286 +561.133 +469.764 +483.085 +561.44 +651.471 +862.124 +1136.9 +1353.57 +1393.47 +1722.37 +1910.85 +1947.6 +1799.84 +1741.71 +1727.26 +1740.83 +1901.37 +1790.84 +2053.33 +2108.45 +1983.14 +1739.99 +1393.58 +923.272 +546.719 +454.445 +553.261 +403.482 +662.271 +761.498 +1083.21 +1431.46 +1483.43 +1712.4 +1769.45 +1811.1 +1797.48 +1827.36 +1735 +1581.52 +1744.53 +1902.26 +2024.96 +2064.7 +1991.16 +1769.04 +1360.3 +925.119 +567.905 +453.82 +491.446 +463.43 +664.989 +744.946 +1084.2 +1441.58 +1487.07 +1678.56 +1894.6 +1961.29 +1819.66 +1851.5 +1659.99 +1726.95 +1851.14 +1933.26 +2072.68 +2077.81 +1973.47 +1790.68 +1394.71 +924.35 +567.413 +454.142 +427.623 +397.879 +666.919 +737.655 +1083.23 +1431.26 +1486.73 +1711.23 +1916.12 +1958.41 +1827.98 +1849 +1725.42 +1730.02 +1867.47 +1953.17 +2071.77 +2067.63 +1977.54 +1785.52 +1394.55 +923.258 +627.608 +411.804 +422.216 +400.876 +588.674 +841.37 +1133.72 +1343.54 +1411.23 +1686.12 +1902.96 +1960.37 +1843.69 +1831.94 +1755.34 +1710.24 +1887.91 +1928.54 +2058.61 +2093.95 +1976.95 +1778.97 +1403.91 +981.868 +590.528 +461.688 +543.695 +463.716 +643.803 +678.233 +1059.58 +1190.62 +1377.06 +1589.8 +1698.04 +1800.28 +1799.76 +1860.97 +1849.19 +1880.74 +2011.67 +2081.22 +1942.21 +1851.14 +1713.62 +1559.13 +1386.71 +1049.67 +672.369 +567.888 +570.067 +535.839 +679.084 +913.237 +1097.94 +1292.27 +1368.43 +1605.32 +1977.61 +2091.51 +2054.85 +2026.04 +1951.37 +1853.95 +1655.23 +1710.3 +1733.1 +1767.24 +1773.27 +1668.19 +1282.12 +999.301 +531.427 +505.951 +546.813 +489.312 +532.867 +679.197 +744.21 +1032.92 +1298.86 +1488.73 +1739.72 +1910.28 +1939.55 +1848.81 +1856.19 +1757.74 +1737.8 +1887.29 +2068.74 +2064.62 +2089.47 +1993.52 +1783.41 +1400.07 +924.903 +588.085 +412.727 +425.972 +399.577 +578.475 +769.955 +1077.24 +1207.46 +1453.78 +1670.9 +1891 +1867.58 +1754.55 +1878.08 +1732.35 +1741.64 +1877.08 +2055.98 +2085.72 +2077.32 +1981.83 +1784.58 +1397.46 +924.041 +579.205 +454.283 +553.193 +466.227 +667.407 +735.348 +1085.25 +1317.99 +1499.53 +1688.18 +1898.15 +1952.52 +1825.82 +1854.13 +1739.9 +1732.22 +1880.71 +2074 +2060.05 +2080.65 +1997.42 +1783.18 +1406.29 +923.312 +571.978 +454.092 +489.775 +402.493 +669.472 +735.681 +1087.48 +1307.01 +1484.05 +1681.07 +1913.12 +1945.34 +1838.58 +1835.09 +1738.4 +1722.99 +1885.62 +2065.81 +2049.66 +2097.57 +1989.35 +1783.95 +1407.27 +924.95 +613.197 +454.601 +490.968 +403.073 +641.014 +720.681 +947.483 +1309.95 +1404.68 +1578.71 +1926.78 +1963.65 +1817.12 +1854.42 +1728.47 +1724.96 +1882.69 +2057.69 +2075.13 +2077.6 +1984.33 +1782.24 +1407.83 +967.892 +632.968 +461.288 +485.831 +457.131 +652.03 +710.139 +925.725 +1000.67 +1379.41 +1676.77 +1854.86 +1817.88 +1759.57 +1735.62 +1651.17 +1635.89 +1668.45 +2034.57 +1902.17 +1844 +1762.75 +1688.63 +1390.09 +956.143 +532.609 +431.213 +434.858 +408.515 +554.107 +807.111 +1074.83 +948.714 +1158.05 +1261.57 +1691.79 +1777.2 +1726.97 +1686.39 +1585.7 +1592.21 +1684.84 +1807.96 +1737.61 +1774.33 +1779.75 +1645.23 +1317.48 +914.785 +586.531 +492.646 +488.141 +516.052 +695.523 +783.795 +1100.01 +1339.44 +1498.49 +1734.75 +1923.61 +1959.42 +1833.08 +1864.93 +1735.56 +1746.42 +1877.44 +2063.58 +2083.22 +2074.56 +1997.04 +1785.43 +1398.41 +917.787 +585.026 +459.082 +485.754 +406.092 +670.087 +756.022 +1088.8 +1303.84 +1475.54 +1708.92 +1916.43 +1935.83 +1840.05 +1832.97 +1744.16 +1717.76 +1859.92 +2084.87 +2059.96 +2099.31 +1980.46 +1789.32 +1398.46 +926.031 +522.689 +415.041 +425.514 +399.492 +538.984 +744.914 +1020.33 +1200.57 +1379.03 +1676.82 +1894.56 +1983.3 +1812.62 +1862.26 +1700.2 +1723.59 +1876.48 +2064.35 +2081.83 +2073.09 +1974.69 +1788.04 +1356.23 +927.06 +548.271 +456.774 +501.122 +400.639 +679.446 +763.417 +1085.26 +1272.28 +1400.43 +1723.02 +2033.62 +2246.74 +2150.08 +2029.84 +1904.37 +1900.17 +2155.04 +2410.79 +2068.67 +2072.17 +1997.16 +1764.69 +1367.1 +927.569 +621.509 +456.527 +553.913 +528.327 +670.102 +755.043 +1082.9 +1311 +1496.57 +1676.19 +1890.53 +1959.47 +1845.1 +1851.81 +1757.89 +1734.35 +1890.7 +2070.17 +2062.18 +2090.83 +1981.35 +1789.11 +1394.68 +964.772 +635.056 +462.755 +480.555 +399.231 +588.555 +821.221 +1124.7 +977.419 +1269.92 +1558.83 +1857.31 +1839.5 +1745.63 +1749.17 +1631.93 +1646.11 +1726.66 +2041.48 +1836.23 +1725.32 +1640.84 +1624.65 +1295.78 +936.725 +533.083 +429.873 +432.504 +411.739 +575.347 +856.06 +1087.28 +955.57 +1152.51 +1352.18 +1704.21 +1763.36 +1707.44 +1700.42 +1591.16 +1581.88 +1700.07 +1820.98 +1736.36 +1740.41 +1779.06 +1644.69 +1263.72 +943.85 +566.154 +515.579 +485.673 +521.261 +701.867 +766.796 +1108.68 +1310.72 +1488.9 +1729.45 +1910.11 +1958.89 +1837.21 +1853.65 +1751.85 +1745.46 +1877.86 +2071.63 +2070.04 +2097.74 +1964.32 +1783.46 +1412.17 +916.853 +585.39 +455.186 +556.824 +463.579 +671.908 +692.163 +981.586 +1311.34 +1402.72 +1609.01 +1909.77 +1920 +1796.87 +1846.46 +1756.68 +1736.06 +1886.85 +2084.19 +2061.87 +2102.46 +1976.2 +1785.33 +1406.4 +914.856 +505.373 +414.978 +425.011 +402.809 +560.597 +824.527 +1096.54 +1234.07 +1397.2 +1602.34 +1889.59 +1942.95 +1826.58 +1837.41 +1731.28 +1743.92 +1887.75 +2070.74 +2089.26 +2085.46 +1970.59 +1655.89 +1280.24 +883.241 +505.453 +413.58 +424.227 +401.015 +583.356 +853.661 +1154.86 +1203.96 +1412.23 +1578.89 +1905.08 +1930.12 +1852.55 +1781.99 +1765.57 +1728.35 +1888.27 +2087.33 +2068.93 +2091.63 +2007.87 +1655.2 +1279.96 +886.336 +547.425 +408.154 +427.94 +404.501 +556.393 +778.772 +1025.08 +1203.09 +1376.66 +1606.89 +1886.95 +1949.86 +1845.94 +1831.71 +1767.18 +1727.8 +1895.66 +2077.52 +2050.43 +2085.34 +1992.03 +1660.67 +1269.3 +928.146 +546.184 +418.286 +419.708 +397.039 +540.991 +755.476 +1012.83 +968.714 +1280 +1662.61 +1870.73 +1832.33 +1744.48 +1747.31 +1615.17 +1599.88 +1731.8 +2062.38 +1945.44 +1845.01 +1759.01 +1762.61 +1388.36 +1002.55 +599.797 +477.2 +565.471 +411.889 +610.384 +851.344 +1110.76 +1050.22 +1249.88 +1363.38 +1716.63 +1951.11 +1909.66 +2017.84 +1791.94 +1797.17 +1695.35 +1777.23 +1546.94 +1572.84 +1584.21 +1485.57 +1325.63 +997.404 +643.612 +556.295 +560.429 +565.47 +796.305 +843.576 +1130.98 +1473.48 +1664.12 +1742.08 +1788.15 +1931.48 +1761.5 +1808.36 +1679.06 +1738.13 +1891.59 +2085.38 +2058.76 +2097.84 +2005.53 +1790.83 +1411.12 +931.012 +573.963 +459.998 +554.463 +406.803 +681.41 +693.353 +1085.95 +1304.15 +1496.58 +1707.49 +1908.57 +1925.26 +1859.12 +1783.09 +1768.63 +1683.51 +1905.9 +2079.28 +2083.18 +2097.02 +1967.77 +1761.77 +1405.5 +932.669 +518.614 +458.881 +426.271 +404.478 +581.954 +864.775 +1122.68 +1213.46 +1404.07 +1662.74 +1912.44 +1938.17 +1828.85 +1868.08 +1757.73 +1750.18 +1882.9 +2091.61 +2074.67 +2080.27 +1968.99 +1704 +1271.06 +920.028 +503.93 +416.772 +487.8 +467.201 +668.711 +748.279 +1082.1 +1320.34 +1498.59 +1688.62 +1914.33 +1972.43 +1845 +1865.98 +1767.45 +1751.47 +1904.79 +2074.34 +2091.99 +2078.79 +1995.66 +1790.82 +1402.54 +917.658 +610.435 +457.927 +491.244 +466.428 +672.645 +764.422 +1086.08 +1446.34 +1449.29 +1530.26 +1918.77 +1795.98 +1627.71 +1865.16 +1706.26 +1744.96 +1873.49 +2079.14 +2077.19 +2077.83 +1999.96 +1782.62 +1400.99 +956.902 +627.161 +466.095 +484.609 +464.929 +651.31 +730.764 +1060.25 +1220.63 +1396.67 +1624.01 +1727.76 +1784.02 +1627.09 +1626.81 +1514.35 +1636.61 +1758.8 +2057.85 +1833.86 +1725.21 +1641.75 +1627.59 +1301.93 +961.302 +555.686 +442.578 +506.846 +478.258 +618.172 +805.393 +1160.19 +1078.86 +1160.53 +1288.02 +1565.7 +1800.22 +1670.73 +1727.07 +1597.41 +1589.96 +1727.63 +1702.19 +1649.79 +1679.17 +1666.33 +1535.77 +1224.87 +884.222 +603.828 +502.702 +588.747 +423.056 +616.219 +871.484 +1107.18 +1345.51 +1422.11 +1606.04 +1797.48 +1857.41 +1774.15 +1755.29 +1745.29 +1757.63 +1881.9 +2090.84 +2102.62 +2092.44 +2007.66 +1665.7 +1271.2 +890.179 +505.416 +414.639 +430.359 +448.81 +648.171 +866.742 +1137.72 +1349.69 +1419.68 +1690.02 +1797.39 +1855.46 +1817.52 +1746.05 +1722.89 +1766.54 +1911.55 +2039.47 +2089.18 +2107.06 +2007.2 +1652.88 +1274.79 +889.956 +508.084 +417.46 +443.66 +432.166 +600.356 +867.536 +1100.08 +1343 +1399.96 +1610.85 +1763.63 +1886.08 +1792.91 +1892.4 +1710.55 +1783.4 +1894.38 +2113.47 +2091.62 +2103.37 +2008.75 +1679.88 +1279.48 +919.933 +526.09 +462.87 +501.994 +609.416 +699.404 +889.829 +1143.84 +1418.23 +1392.14 +1668.28 +1781.98 +1915.53 +1812.15 +1796.91 +1724.63 +1746.67 +1904.89 +2093.38 +2097.83 +2108.72 +1986.56 +1656.27 +1286.23 +894.05 +551.645 +429.842 +456.47 +484.532 +653.929 +841.812 +1100.55 +1400.08 +1424.96 +1663.85 +1794.61 +1926.29 +1784.88 +1872.65 +1769.36 +1760.99 +1905.17 +2140.98 +2094.87 +2092.13 +2002.78 +1658.97 +1274.43 +932.471 +553.178 +455.729 +446.79 +487.234 +602.206 +725.881 +1068.48 +1098.85 +1295.55 +1562.47 +1721.08 +1847.39 +1704.3 +1634.59 +1660.39 +1520.6 +1778.49 +2066.29 +1851.71 +1742.72 +1651.25 +1634.54 +1338.52 +956.111 +569.339 +472.719 +524.618 +511.76 +625.498 +915.312 +1029.98 +1164.24 +1200.26 +1301.76 +1616.43 +1806.58 +1655.55 +1734.74 +1598.59 +1592.17 +1740.08 +1706.62 +1643.79 +1649.28 +1666.5 +1543.14 +1225.59 +892.987 +634.581 +557.973 +566.284 +613.322 +707.59 +860.195 +1138.58 +1385.16 +1451.01 +1677.87 +1817.57 +1957.18 +1796.5 +1882.83 +1745.22 +1764.41 +1885.4 +2089.87 +2103.68 +2099.95 +2004.64 +1687.86 +1282.61 +897.762 +551.106 +491.295 +609.676 +592.228 +688.733 +888.07 +1147.46 +1397.9 +1386.96 +1664.32 +1792.53 +1924.64 +1809.08 +1871.8 +1762.54 +1761.6 +1840.33 +2026.71 +2034.75 +2101.65 +2000.9 +1652.94 +1275.14 +891.888 +507.539 +417.495 +433.793 +469.023 +661.24 +868.966 +1133.04 +1336.52 +1414.74 +1578.92 +1800.45 +1822.38 +1770.89 +1829.56 +1742.51 +1764.88 +1877.54 +2097.58 +2061.67 +2096.84 +1976.69 +1783.92 +1405.29 +931.175 +570.111 +459.147 +557.605 +401.975 +671.272 +765.626 +1084.44 +1444.38 +1497.74 +1707.67 +1912.4 +1975.13 +1826.09 +1859.38 +1746.91 +1760.44 +1877.89 +2065.74 +2079.3 +2093.7 +1976.87 +1788.27 +1414.64 +924.35 +570.95 +416.364 +429.064 +403.223 +599.029 +679.871 +958.559 +1338.24 +1413.47 +1592.27 +1899.2 +1936.33 +1833.12 +1862.97 +1751.32 +1749.37 +1895.51 +2066.2 +2084.4 +2078.27 +1993.84 +1795.31 +1404.68 +932.849 +554.467 +419.501 +422.428 +398.669 +560.578 +765.904 +1018.29 +1098.34 +1283.38 +1540.48 +1739.61 +1838.61 +1747.48 +1750.66 +1627.4 +1653.13 +1735.14 +2059.85 +1919.94 +1850.17 +1763.77 +1694.48 +1302.5 +943.088 +539.678 +442.033 +460.964 +479.354 +631.216 +824.33 +1139.86 +1083.88 +1166.49 +1277.92 +1594.13 +1736.05 +1657.84 +1562.29 +1596.3 +1615.1 +1699.5 +1703.57 +1625.59 +1648.03 +1657.31 +1539.75 +1225.71 +884.507 +604.963 +442.099 +460.198 +423.559 +668.967 +824.572 +1112.19 +1374.6 +1385.78 +1620.54 +1797.53 +1827.3 +1808.42 +1732.32 +1770.58 +1745.51 +1900.03 +2017.47 +2048.02 +2111.78 +1968.21 +1783 +1404.76 +921.901 +507.907 +417.552 +428.145 +405.76 +596.335 +837.88 +1127.94 +1348.85 +1405.03 +1593.16 +1789.47 +1838.46 +1793.39 +1728.57 +1763.04 +1758.86 +1895.85 +2094.98 +2073.73 +2096.31 +1945.7 +1760.43 +1412.23 +892.283 +508.468 +415.679 +430.22 +404.395 +615.216 +785.589 +1073.02 +1342.07 +1405.89 +1592.32 +1788.86 +1835.39 +1857.83 +1855.85 +1765.37 +1732.97 +1908.6 +2076.18 +2088.62 +2085.48 +2041.88 +1791.94 +1403.35 +920.993 +573.981 +460.429 +425.633 +407.455 +612.029 +823.588 +1120.25 +1337.61 +1406.41 +1615.19 +1784.96 +1928.92 +1808.68 +1854.49 +1764.48 +1747.76 +1904.77 +2087.35 +2074.2 +2111.99 +1970.23 +1656.48 +1276.17 +897.101 +553.646 +460.311 +499.014 +475.997 +679.172 +879.144 +1141.36 +1345.79 +1442.81 +1633.75 +1784.28 +1915.65 +1840.52 +1863.43 +1760.22 +1757.7 +1902.91 +2041.86 +2081.14 +2108 +1983.13 +1656.49 +1285.59 +933.984 +556.657 +439.967 +449.495 +504.946 +647.069 +817.8 +1127.01 +1122.47 +1307.08 +1540.48 +1719.71 +1808.83 +1748.75 +1739.48 +1641.83 +1643.5 +1739.24 +2043.51 +1954.53 +1853.37 +1768.82 +1694.32 +1386.79 +1006.61 +550.542 +448.945 +439.971 +484.154 +641.903 +869.575 +1155.96 +1129.07 +1163.94 +1265.74 +1576.63 +1721.46 +1705.95 +1651.88 +1584.26 +1575.47 +1720.15 +1810.12 +1734.22 +1771.54 +1795.01 +1652.61 +1261.3 +925.941 +601.722 +480.545 +518.563 +563.278 +618.983 +834.264 +1039.38 +1357.3 +1444.09 +1595.8 +1799.08 +1955.43 +1806.32 +1897.7 +1719.72 +1778.8 +1898.47 +2121.85 +2101.44 +2122.88 +2007.62 +1660.44 +1281.5 +902.278 +529.437 +539.481 +624.14 +654.428 +739.199 +892.389 +1134.39 +1419 +1435.45 +1669.18 +1800.46 +1945.28 +1802.32 +1879.28 +1755.11 +1764.26 +1892.18 +2108.03 +2098.63 +2111.04 +2011.83 +1665.01 +1281.18 +910.872 +593.576 +524.041 +599.936 +610.664 +735.929 +932.297 +1153.59 +1378.52 +1422.23 +1659.81 +1800.96 +1926.5 +1824.76 +1784.93 +1776.59 +1734.85 +1916.86 +2093.08 +2104.79 +2101.24 +1995.49 +1686.82 +1281.15 +899.353 +511.263 +467.544 +562.874 +572.534 +699.436 +868.339 +1106.69 +1404.15 +1460.88 +1672.07 +1836.78 +1935.13 +1817.51 +1797.84 +1771.23 +1747.16 +1898.48 +2108.06 +2089.34 +2119.73 +2004.53 +1658.62 +1285.6 +896.956 +569.99 +503.06 +586.819 +469.015 +674.209 +892.138 +1147.2 +1363.13 +1376.52 +1669.61 +1781.43 +1932.22 +1802.08 +1886.49 +1758.95 +1757.23 +1894.51 +2111.68 +2080.11 +2107.04 +2004.03 +1653.02 +1285.52 +932.894 +554.712 +421.509 +425.735 +403.941 +540.43 +712.843 +1082.61 +1103.18 +1321.21 +1540.64 +1721.62 +1818.83 +1699.3 +1748.56 +1650.21 +1526.13 +1748.63 +2056.04 +1846.46 +1733.2 +1643.76 +1634.43 +1306.43 +941.377 +540.221 +442.63 +449.367 +441.151 +561.94 +741.308 +1008.09 +1085.41 +1161.26 +1299.95 +1596.68 +1804.87 +1673.28 +1717.49 +1596.25 +1599.26 +1741.77 +1710.2 +1641.92 +1645.12 +1666.9 +1540.68 +1229.62 +884.985 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_p.csv new file mode 100644 index 0000000..186b9f9 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_p.csv @@ -0,0 +1,8760 @@ +44.1938 +24.374 +29.1262 +24.3739 +41.1224 +76.6597 +108.309 +138.881 +157.217 +155.217 +210.308 +228.985 +205.029 +205.365 +186.782 +185.65 +203.256 +227.632 +217.995 +206.059 +206.13 +191.639 +134.886 +91.368 +40.4467 +24.398 +29.1262 +24.3739 +44.1196 +77.9624 +104.687 +169.046 +172.517 +187.297 +218.829 +234.914 +213.846 +211.498 +195.425 +190.481 +218.477 +240.901 +225.082 +216.539 +217.198 +202.509 +144.069 +93.7234 +40.4807 +24.374 +29.1263 +24.374 +44.5939 +78.2396 +104.879 +169.238 +172.838 +187.437 +218.947 +235.125 +213.903 +211.379 +195.468 +192.082 +218.706 +241.182 +224.345 +216.827 +217.125 +202.992 +144.352 +93.9836 +40.747 +24.374 +29.1648 +24.3881 +45.2134 +78.9051 +105.434 +169.717 +170.96 +187.708 +219.429 +235.14 +213.944 +211.411 +195.193 +189.881 +218.638 +241.156 +224.729 +216.708 +217.221 +203.088 +144.328 +93.9174 +40.819 +24.374 +29.1265 +24.4267 +45.2761 +78.8585 +105.043 +169.401 +172.009 +187.071 +219.298 +234.977 +213.849 +211.511 +195.185 +189.09 +216.792 +241.056 +225.264 +216.573 +217.357 +203.034 +144.39 +94.0192 +40.7075 +24.374 +29.1264 +24.3741 +45.0782 +78.4805 +104.634 +169.669 +171.127 +187.363 +219.366 +234.893 +213.806 +211.222 +195.361 +189.025 +219.777 +241.015 +224.088 +216.608 +217.392 +202.835 +144.049 +93.6417 +41.9076 +24.377 +29.1262 +24.3739 +42.334 +77.4867 +109.007 +138.823 +151.212 +189.061 +217.121 +223.703 +211.07 +207.152 +191.163 +189.584 +207.018 +245.818 +234.18 +224.883 +205.406 +200.447 +144.301 +96.1516 +44.7058 +24.4131 +29.1262 +24.3739 +43.2753 +78.1292 +110.048 +139.325 +157.161 +155.171 +210.107 +228.543 +205.181 +205.097 +187.101 +185.789 +203.58 +228.007 +218.091 +205.831 +206.319 +192.626 +135.068 +91.7443 +40.9769 +24.374 +29.1477 +24.4054 +45.4261 +78.9331 +105.74 +169.572 +171.962 +187.65 +219.066 +235.119 +214.138 +211.416 +195.196 +189.441 +219.879 +241.21 +224.47 +216.775 +217.702 +203.641 +144.578 +94.1248 +41.0294 +24.3739 +29.1263 +24.3741 +45.7093 +79.7065 +105.944 +169.585 +171.09 +187.369 +218.778 +234.751 +213.618 +211.045 +194.727 +188.711 +218.298 +240.899 +224.493 +216.496 +217.52 +203.107 +144.028 +93.5234 +40.472 +24.374 +29.1263 +24.374 +43.7504 +75.3531 +102.189 +168.926 +173.766 +188.851 +219.232 +235.512 +213.081 +210.563 +194.869 +188.788 +217.139 +238.921 +223.124 +215.862 +217.629 +203.263 +144.076 +93.7489 +40.8347 +24.3838 +29.1262 +24.3739 +46.5559 +80.4898 +107.095 +169.657 +171.266 +187.68 +219.836 +236.469 +214.665 +211.961 +195.713 +190.061 +216.004 +241.142 +226.26 +216.731 +217.769 +203.782 +144.446 +94.0276 +40.7407 +24.374 +29.1264 +24.3741 +44.8858 +78.6053 +105.276 +169.446 +172.609 +187.327 +218.78 +235.181 +213.782 +211.403 +194.97 +188.526 +217.466 +240.814 +224.246 +216.471 +217.678 +203.391 +143.956 +93.472 +41.8606 +24.374 +29.1264 +24.3742 +41.2843 +74.405 +106.236 +138.821 +150.433 +189.714 +216.91 +223.357 +211.329 +207.04 +190.802 +189.743 +207.217 +245.461 +235.265 +225.899 +205.569 +200.926 +143.969 +95.744 +44.1617 +24.3988 +29.1262 +24.3739 +40.9127 +76.6262 +108.431 +138.813 +155.915 +154.554 +210.315 +228.262 +204.932 +205.377 +186.697 +184.972 +201.059 +227.578 +218.432 +206.093 +206.056 +191.783 +134.742 +91.3444 +40.4177 +24.4198 +29.1262 +24.3739 +43.6153 +77.7119 +104.637 +169.12 +170.605 +187.246 +218.336 +234.99 +213.683 +211.063 +194.727 +191.337 +217.062 +240.733 +224.122 +216.408 +217.769 +203.556 +143.939 +93.4523 +40.4047 +24.4261 +29.1262 +24.3739 +42.8617 +75.3529 +102.144 +168.918 +172.876 +186.92 +218.548 +234.963 +212.688 +211.018 +196.542 +190.916 +216.689 +240.75 +222.627 +215.07 +216.971 +203.66 +143.915 +93.3378 +40.4066 +24.4265 +29.1262 +24.3739 +43.6422 +75.353 +102.162 +169.005 +172.737 +186.994 +218.637 +235.034 +213.776 +211.67 +196.088 +190.634 +216.269 +240.809 +224.986 +216.445 +217.998 +203.855 +144.002 +93.5577 +40.4335 +24.4097 +29.1262 +24.3739 +44.0514 +77.9756 +104.645 +169.022 +172.016 +188.171 +218.603 +234.719 +213.762 +211.207 +194.943 +188.965 +217.917 +240.772 +225.763 +216.511 +218.067 +204.203 +143.99 +93.6169 +40.4177 +24.4185 +29.1262 +24.3739 +44.5523 +78.2974 +104.786 +169.112 +170.768 +187.347 +218.801 +234.828 +214.005 +211.279 +194.917 +189.684 +214.534 +240.873 +224.35 +216.572 +218.164 +204.349 +144.179 +93.78 +41.8348 +24.4238 +29.1262 +24.3739 +42.5695 +77.5452 +109.148 +139.017 +148.17 +189.793 +216.414 +224.009 +211.6 +206.915 +190.869 +188.936 +205.946 +245.511 +233.888 +225.75 +205.942 +201.577 +144.144 +95.9071 +44.2066 +24.4054 +29.1262 +24.3739 +41.5773 +77.1142 +108.702 +138.885 +156.225 +155.025 +209.746 +228.409 +205.054 +205.005 +186.419 +184.653 +201.279 +227.668 +217.606 +206.068 +206.065 +192.149 +134.744 +91.3572 +40.415 +24.4224 +29.1262 +24.3739 +44.8944 +78.4969 +105.215 +169.424 +170.921 +187.675 +219.298 +235.272 +214.067 +211.801 +195.829 +189.272 +217.888 +241.319 +225.845 +216.973 +218.331 +205.249 +144.717 +94.1614 +41.2861 +24.3741 +29.1264 +24.3823 +46.9489 +80.512 +106.573 +169.753 +170.854 +187.617 +219.07 +235.02 +214.07 +211.359 +194.968 +189.325 +214.824 +241.143 +226.349 +216.736 +218.324 +204.943 +144.584 +93.9668 +40.8171 +24.374 +29.1262 +24.374 +45.0403 +78.8678 +105.353 +169.554 +171.521 +188.039 +219.062 +234.797 +214.001 +211.318 +195.057 +188.999 +215.335 +241.033 +224.715 +216.71 +218.291 +204.925 +144.574 +93.9467 +40.8779 +24.4165 +29.1262 +24.3739 +45.8242 +79.6444 +105.64 +169.463 +171.736 +187.566 +218.804 +234.632 +215.084 +211.417 +195.25 +188.98 +216.597 +241.064 +224.903 +216.647 +218.26 +204.803 +144.471 +93.8132 +40.5559 +24.374 +29.1264 +24.3742 +44.5886 +78.3901 +104.927 +169.259 +171.513 +187.482 +218.565 +234.493 +213.665 +211.571 +194.981 +188.764 +214.453 +240.968 +225.107 +216.607 +218.368 +204.672 +144.517 +93.8347 +42.0515 +24.374 +29.1262 +24.374 +42.8331 +78.2159 +109.916 +139.303 +148.096 +189.281 +216.413 +224.418 +212.177 +206.897 +190.922 +188.755 +205.747 +245.772 +235.79 +226.328 +206.335 +202.648 +144.632 +96.312 +44.6512 +24.3754 +29.1262 +24.3739 +42.8555 +78.115 +109.49 +139.312 +155.61 +155.581 +210.415 +229.059 +205.066 +206.042 +186.712 +185.648 +202.089 +227.989 +218.978 +206.93 +206.348 +192.1 +135.064 +91.7684 +40.9863 +24.4236 +29.1262 +24.3739 +45.7559 +79.2038 +105.304 +169.608 +171.246 +187.59 +218.859 +234.906 +213.796 +211.308 +195.042 +188.783 +214.101 +241.33 +226.493 +216.994 +218.553 +205.222 +144.85 +94.082 +40.8684 +24.3739 +29.1263 +24.374 +45.1744 +79.255 +105.592 +169.606 +171.914 +187.884 +218.872 +235.165 +214.135 +211.365 +195.374 +188.754 +214.839 +241.363 +226.524 +217.059 +218.854 +204.989 +144.718 +93.8393 +40.6761 +24.3932 +29.1262 +24.3739 +43.3646 +75.3529 +102.183 +168.961 +173.762 +188.798 +219.054 +235.274 +214.172 +211.146 +194.858 +190.1 +218.399 +240.69 +226.012 +216.484 +218.563 +204.679 +144.396 +93.621 +40.4184 +24.3739 +29.1265 +24.4267 +43.7762 +77.8801 +104.551 +169.027 +170.671 +187.251 +218.448 +234.776 +213.628 +211.263 +194.704 +188.45 +213.886 +240.805 +224.72 +216.612 +218.583 +204.79 +144.653 +93.8015 +40.4265 +24.374 +29.1264 +24.3742 +44.9287 +78.5136 +105.109 +169.441 +171.545 +187.276 +218.619 +234.985 +213.615 +211.473 +194.945 +188.533 +216.239 +240.829 +224.765 +216.597 +218.603 +204.678 +144.679 +93.8198 +41.9758 +24.3741 +29.1263 +24.3741 +42.7613 +78.0948 +109.507 +139.198 +148.257 +189.596 +216.368 +223.285 +212.051 +206.896 +190.67 +188.378 +201.289 +245.981 +235.181 +226.383 +206.633 +202.696 +144.735 +96.4259 +44.5964 +24.4095 +29.1262 +24.3739 +42.9137 +78.2957 +109.68 +139.529 +155.235 +154.809 +210.671 +229.378 +205.157 +205.096 +186.634 +184.734 +200.781 +228.234 +218.723 +206.872 +206.581 +192.442 +135.262 +92.0191 +41.4503 +24.3741 +29.1789 +24.388 +47.0032 +80.4715 +107.059 +169.923 +172.962 +188.459 +219.127 +235.778 +214.366 +211.703 +195.325 +188.724 +213.455 +241.595 +225.729 +217.241 +219.067 +205.486 +145.313 +94.3738 +41.3202 +24.3741 +29.1264 +24.4898 +47.1645 +80.765 +106.958 +155.648 +170.683 +187.655 +218.944 +235.448 +213.795 +211.022 +194.95 +188.577 +216.135 +240.999 +225.394 +216.821 +218.773 +204.916 +144.885 +93.9442 +41.2414 +24.3741 +29.1265 +24.4267 +46.0575 +79.9113 +106.082 +155.304 +170.731 +187.878 +218.72 +235.136 +213.536 +211.112 +194.923 +188.155 +212.964 +226.83 +225.677 +216.718 +218.674 +205.156 +145.1 +94.1663 +40.8723 +24.374 +29.1264 +24.3741 +45.2387 +78.9431 +105.031 +155.116 +170.504 +187.172 +218.354 +234.973 +213.543 +210.997 +194.622 +187.946 +212.351 +226.601 +225.555 +216.573 +218.743 +204.826 +144.808 +93.8979 +40.9389 +24.3741 +29.1263 +24.3741 +45.4314 +79.2536 +105.462 +153.814 +170.224 +187.257 +218.411 +235.05 +213.479 +211.08 +194.769 +188.913 +213.974 +224.923 +225.627 +216.731 +218.759 +205.171 +144.994 +94.0151 +42.1321 +24.3739 +29.1263 +24.374 +42.4419 +78.0644 +109.653 +124.68 +147.842 +189.321 +216.415 +223.382 +211.733 +206.633 +191.087 +188.032 +200.688 +230.079 +235.102 +225.932 +206.478 +202.32 +144.212 +95.7857 +44.1692 +24.374 +29.1263 +24.374 +41.3241 +76.8146 +108.471 +124.302 +154.852 +154.67 +210.778 +229.278 +205.262 +205.024 +186.581 +184.6 +200.367 +213.836 +218.956 +207.225 +206.502 +192.352 +135.058 +91.8159 +41.1917 +24.374 +29.1265 +24.4266 +47.2158 +80.609 +107.156 +155.405 +172.081 +188.027 +218.614 +235.303 +213.859 +211.096 +195.053 +188.424 +215.001 +226.999 +226.368 +216.874 +218.733 +205.025 +144.98 +94.0061 +41.2024 +24.3819 +29.1262 +24.3739 +46.3681 +79.8768 +106.191 +155 +170.349 +187.614 +218.476 +235.026 +213.568 +211.026 +194.711 +187.637 +212.194 +224.085 +225.624 +216.421 +218.617 +204.557 +144.308 +93.2867 +40.4698 +24.3804 +29.1262 +24.3739 +43.5609 +75.3529 +102.189 +154.315 +170.478 +187.49 +218.651 +235.273 +213.443 +211.092 +194.8 +188.172 +212.408 +225.308 +225.662 +216.525 +218.673 +204.693 +144.623 +93.7148 +40.484 +24.3739 +29.1262 +24.374 +44.7493 +78.2718 +105.09 +154.415 +170.084 +187.41 +218.366 +235.047 +213.509 +211.171 +194.69 +188.289 +213.997 +225.873 +225.707 +216.597 +218.787 +204.705 +144.646 +93.7336 +40.4791 +24.3746 +29.1262 +24.3739 +43.956 +77.9376 +104.456 +154.386 +169.773 +187.114 +218.912 +234.822 +213.581 +211.063 +194.819 +188.347 +212.145 +225.076 +225.64 +216.534 +218.688 +204.698 +144.505 +93.608 +41.9092 +24.3747 +29.1262 +24.3739 +41.0954 +76.8199 +108.529 +124.335 +148.077 +189.523 +216.247 +223.295 +211.675 +206.484 +190.276 +187.932 +200.746 +229.157 +235.328 +225.967 +206.558 +202.399 +144.288 +95.9633 +44.1817 +24.3738 +29.1262 +24.374 +41.3249 +76.8473 +108.481 +123.688 +154.365 +154.235 +210.341 +229.26 +205.295 +204.952 +186.235 +185.588 +201.258 +213.321 +218.432 +206.598 +205.918 +191.745 +134.455 +91.0748 +40.4364 +24.374 +29.1265 +24.4266 +44.8501 +78.0136 +104.755 +154.209 +170.213 +187.213 +218.118 +235.032 +213.671 +211.09 +194.71 +187.805 +212.146 +225.564 +225.689 +216.748 +218.844 +205.007 +144.928 +94.032 +41.1157 +24.3739 +29.1263 +24.3741 +46.4405 +80.3774 +106.627 +153.622 +170.512 +187.738 +218.847 +235.394 +213.848 +211.393 +195.183 +188.891 +212.91 +224.825 +225.762 +216.963 +218.903 +205.083 +145.018 +94.024 +41.2258 +24.374 +29.1263 +24.3741 +45.8873 +79.7763 +106.099 +154.395 +169.924 +187.042 +218.109 +234.778 +212.141 +208.576 +193.248 +187.646 +211.271 +221.509 +221.567 +212.827 +216.031 +203.65 +143.847 +93.3353 +40.4459 +24.3739 +29.1263 +24.3741 +43.5302 +75.4055 +103.534 +154.062 +171.987 +187.596 +218.21 +235.004 +213.836 +211.148 +194.662 +187.871 +214.369 +225.336 +225.207 +216.618 +218.648 +204.769 +144.691 +93.8002 +40.6459 +24.374 +29.1264 +24.3742 +45.1714 +78.609 +104.965 +152.953 +169.971 +187.37 +218.529 +235.039 +213.639 +211.259 +194.693 +188.049 +212.136 +223.735 +225.469 +216.631 +218.582 +204.837 +144.828 +93.9 +42.2542 +24.374 +29.1264 +24.3742 +43.1662 +78.2446 +109.751 +123.698 +147.331 +189.066 +216.421 +223.607 +211.944 +206.849 +190.674 +188.273 +200.7 +228.255 +235.162 +226.248 +206.429 +202.392 +144.468 +96.2613 +44.6031 +24.4248 +29.1262 +24.3739 +42.7724 +78.0496 +109.439 +123.068 +154.695 +154.755 +210.457 +229.148 +205.009 +205.087 +186.358 +184.193 +199.353 +211.873 +218.27 +206.529 +206.187 +191.803 +134.758 +91.3877 +40.4864 +24.374 +29.1263 +24.374 +44.2495 +77.9675 +104.897 +153.518 +169.702 +186.909 +218.462 +234.804 +213.633 +211.127 +194.635 +188.037 +212.315 +224.452 +224.673 +216.689 +218.653 +204.944 +144.726 +93.9135 +40.4443 +24.3741 +29.1263 +24.374 +45.144 +78.5764 +104.877 +152.882 +170.177 +187.512 +218.527 +234.795 +213.563 +211.117 +194.626 +187.872 +212.293 +222.283 +224.479 +216.518 +218.551 +204.739 +144.613 +93.7819 +40.4668 +24.374 +29.1264 +24.3742 +44.4964 +78.2445 +104.785 +152.719 +170.033 +187.378 +218.377 +234.828 +213.626 +210.949 +194.674 +187.845 +211.893 +222.242 +225.988 +216.477 +218.485 +204.713 +144.362 +93.5468 +40.5249 +24.374 +29.1791 +24.3738 +44.4408 +78.0063 +104.503 +152.072 +169.7 +186.875 +218.086 +234.518 +213.514 +210.878 +194.546 +187.557 +211.85 +221.718 +225.724 +216.441 +218.482 +204.646 +144.308 +93.5828 +40.4814 +24.374 +29.1262 +24.374 +43.1388 +77.256 +104.168 +153.336 +169.681 +187.005 +218.293 +234.616 +213.667 +211.069 +194.694 +187.983 +212.141 +223.09 +225.822 +216.698 +218.623 +204.986 +144.74 +94.0015 +42.0242 +24.3739 +29.1263 +24.3741 +42.114 +77.4204 +108.941 +123.57 +147.559 +189.071 +216.341 +224.354 +211.936 +206.403 +190.604 +187.98 +200.776 +230.125 +234.118 +226.146 +206.201 +202.096 +144.453 +96.1765 +44.6342 +24.3923 +29.1262 +24.3739 +41.8229 +77.3991 +109.032 +123.015 +154.809 +154.897 +210.304 +228.876 +205.031 +205.171 +186.297 +184.179 +199.185 +210.341 +218.566 +206.648 +206.3 +193.048 +135.112 +91.7611 +40.6982 +24.4189 +29.1262 +24.3739 +45.0435 +78.678 +105.25 +152.55 +170.245 +187.659 +219.072 +234.726 +214.038 +211.083 +194.915 +188.744 +212.944 +222.151 +225.215 +216.726 +218.362 +205.154 +144.72 +94.0839 +40.7449 +24.3739 +29.1263 +24.3741 +44.9143 +78.5859 +105.056 +152.565 +170.255 +187.615 +218.819 +234.551 +213.687 +210.988 +194.891 +188.104 +212.491 +221.643 +224.681 +216.65 +218.297 +204.942 +144.585 +93.9512 +40.527 +24.3741 +29.1265 +24.4267 +44.2682 +77.9782 +104.633 +152.29 +169.694 +186.849 +218.312 +234.413 +211.711 +209.68 +194.441 +187.69 +211.776 +220.73 +225.93 +216.434 +218.324 +204.536 +144.12 +93.5552 +40.405 +24.4218 +29.1262 +24.3739 +42.6243 +75.3529 +102.149 +154.12 +169.548 +186.975 +218.201 +234.273 +211.876 +210.165 +194.556 +188.033 +211.553 +224.945 +223.893 +214.351 +216.429 +204.399 +144.005 +93.3161 +40.459 +24.374 +29.1263 +24.374 +43.0667 +75.3794 +102.163 +153.658 +170.375 +187.003 +218.085 +234.403 +212.808 +209.935 +194.564 +187.941 +212.051 +225.068 +223.961 +214.603 +216.358 +204.205 +143.917 +93.2473 +41.8479 +24.374 +29.1264 +24.3742 +40.1827 +74.4049 +106.236 +123.683 +147.798 +188.584 +215.929 +223.372 +211.271 +206.399 +190.52 +188.147 +201.122 +228.332 +233.15 +224.492 +204.883 +200.438 +143.869 +95.5278 +24.4262 +29.1262 +24.3739 +39.6388 +75.4344 +107.157 +135.573 +153.344 +154.493 +209.744 +226.768 +202.963 +201.884 +183.975 +180.606 +195.349 +204.912 +196.903 +203.771 +203.799 +191.125 +134.299 +90.9265 +40.3986 +24.4267 +29.1261 +24.3739 +41.9797 +75.7888 +102.774 +168.884 +171.352 +186.911 +218.234 +234.482 +211.778 +208.765 +192.896 +187.807 +211.647 +217.168 +205.417 +213.287 +214.881 +201.325 +141.26 +92.0124 +40.4027 +24.3741 +29.1788 +24.3738 +41.2395 +75.9047 +102.988 +166.303 +166.566 +183.74 +215.807 +269.193 +274.418 +279.892 +253.444 +234.939 +254.173 +263.074 +243.826 +239.596 +232.134 +201.848 +140.54 +89.646 +40.4062 +24.3741 +29.1791 +24.3738 +43.4745 +77.4819 +105.002 +165.44 +166.798 +185.855 +242.125 +284.885 +283.056 +280.219 +262.013 +245.621 +268.786 +283.088 +267.636 +258.614 +258.305 +216.518 +140.647 +89.7729 +41.8572 +24.374 +29.179 +24.3737 +53.66 +78.0192 +104.832 +166.151 +167.064 +183.432 +215.269 +232.421 +210.907 +208.419 +203.217 +194.98 +208.523 +215.619 +202.255 +213.378 +214.796 +200.46 +141.293 +90.8394 +40.4703 +24.3739 +29.1263 +24.3741 +41.8438 +76.3988 +103.401 +153.303 +169.162 +185.226 +216.283 +231.581 +210.629 +208.074 +191.525 +187.552 +211.328 +217.549 +203.288 +214.609 +216.035 +203.549 +143.832 +93.3312 +41.8504 +24.3741 +29.1265 +24.4267 +40.5647 +74.405 +106.628 +124.494 +147.781 +189.358 +216.364 +223.178 +210.999 +206.701 +190.24 +187.778 +199.787 +222.938 +214.466 +225.904 +205.623 +200.936 +143.892 +95.7021 +44.1652 +24.3832 +29.1262 +24.3739 +40.4509 +76.0728 +107.864 +124.471 +154.935 +155.18 +210.331 +228.628 +205.003 +204.966 +186.251 +184.14 +198.717 +208.77 +199.968 +205.973 +206.118 +191.701 +134.759 +91.4185 +40.4512 +24.3741 +29.1264 +24.3741 +44.4618 +78.1658 +104.63 +154.819 +170.546 +186.523 +218.333 +234.745 +213.688 +211.009 +194.654 +187.701 +211.218 +218.598 +204.661 +216.453 +217.684 +203.354 +144.035 +93.7039 +40.4303 +24.3741 +29.1264 +24.3741 +44.2888 +78.0635 +104.526 +154.71 +170.18 +186.965 +218.738 +234.903 +213.621 +210.959 +194.513 +187.54 +211.066 +218.658 +205.197 +216.41 +217.639 +203.246 +143.974 +93.5118 +40.4287 +24.4076 +29.1262 +24.3739 +42.2776 +75.3529 +102.163 +154.289 +169.608 +184.656 +217.027 +231.377 +210.481 +208.284 +191.519 +184.566 +208.047 +216.375 +202.082 +213.104 +214.143 +200.694 +142.933 +93.2576 +40.4245 +24.3741 +29.1265 +24.3923 +42.3845 +76.4821 +102.789 +154.337 +170.526 +186.571 +218.253 +234.801 +213.531 +211.062 +194.851 +187.585 +211.263 +218.258 +204.252 +216.512 +217.603 +203.145 +144.176 +93.728 +40.4267 +24.374 +29.1264 +24.3742 +43.7262 +77.6974 +104.367 +154.073 +169.996 +186.631 +218.532 +234.735 +213.582 +211.014 +194.693 +187.741 +211.215 +218.24 +204.588 +216.518 +217.565 +203.184 +144.167 +93.7732 +41.8544 +24.3739 +29.1265 +24.4054 +41.2527 +76.8494 +108.599 +123.628 +147.357 +188.451 +216.312 +224.131 +211.033 +206.766 +190.302 +187.98 +200.16 +223.682 +213.757 +224.833 +205.225 +200.446 +144.038 +95.7216 +44.1919 +24.374 +29.1264 +24.3742 +41.0406 +76.6598 +108.252 +123.575 +155.556 +154.466 +209.703 +228.41 +204.949 +204.866 +186.226 +183.942 +198.579 +207.788 +198.596 +205.594 +206.114 +192.44 +134.893 +91.5171 +40.4678 +24.3836 +29.1262 +24.3739 +43.7006 +77.5528 +104.611 +153.587 +169.876 +186.731 +218.443 +234.714 +213.666 +210.959 +194.748 +187.924 +211.266 +218.237 +203.376 +216.528 +217.279 +202.88 +144.125 +93.7081 +40.4253 +24.374 +29.1265 +24.4265 +43.9122 +77.7333 +104.127 +153.514 +169.483 +186.532 +218.072 +234.613 +213.535 +210.932 +194.438 +187.542 +211.025 +218.14 +201.788 +200.742 +217.2 +202.61 +143.902 +93.6215 +40.4711 +24.387 +29.1262 +24.3739 +42.9933 +77.0975 +104.057 +152.902 +169.4 +186.441 +218.026 +234.27 +211.419 +208.548 +192.767 +187.558 +211.352 +218.164 +202.49 +201.485 +217.065 +202.531 +143.786 +93.2594 +40.4802 +24.3741 +29.1263 +24.3741 +42.599 +75.4054 +102.224 +154.491 +170.977 +187.019 +218.539 +234.826 +212.322 +209.248 +194.334 +187.447 +211.566 +219.269 +204.439 +200.344 +214.945 +201.676 +143.721 +93.2801 +40.475 +24.374 +29.1263 +24.374 +42.3569 +75.353 +102.213 +154.425 +170.401 +186.16 +218.024 +234.822 +211.929 +208.867 +192.844 +187.71 +211.337 +217.636 +201.351 +199.914 +214.807 +201.971 +143.743 +93.3226 +41.9002 +24.374 +29.1262 +24.374 +39.9978 +75.9266 +108.138 +122.962 +146.881 +188.754 +216.794 +221.503 +210.233 +205.501 +188.662 +186.947 +200.121 +223.123 +212.698 +207.58 +203.266 +199.328 +143.816 +95.6004 +44.168 +24.4036 +29.1262 +24.3739 +39.4949 +75.2573 +107.311 +120.983 +150.722 +154.826 +209.318 +228.384 +204.946 +204.794 +186.044 +183.754 +198.51 +207.971 +198.661 +190.482 +205.94 +191.813 +134.576 +91.1328 +40.4335 +24.4064 +29.1262 +24.3739 +42.5192 +76.6597 +103.537 +152.326 +168.862 +186.366 +219.049 +235.09 +212.218 +209.17 +192.594 +185.509 +209.584 +216.914 +201.705 +199.047 +215.57 +202.081 +143.803 +93.3184 +40.4047 +24.4239 +29.1262 +24.3739 +41.5896 +75.3529 +103.106 +153.363 +168.211 +186.267 +218.11 +234.602 +213.043 +211.097 +194.906 +187.972 +211.458 +219.135 +202.842 +201.165 +216.764 +203.484 +144 +93.4922 +40.4475 +24.3741 +29.1264 +24.3741 +43.5647 +77.5974 +104.267 +152.164 +168.485 +186.307 +218.496 +234.035 +211.942 +209.852 +194.426 +187.52 +211.172 +218.334 +202.323 +199.477 +216.774 +203.326 +143.941 +93.4352 +40.4461 +24.3741 +29.1264 +24.3741 +42.6269 +76.7854 +103.358 +152.247 +168.14 +186.436 +218.54 +233.908 +210.504 +207.876 +191.345 +184.428 +208.108 +215.446 +198.904 +197.382 +214.532 +203.018 +143.786 +93.3066 +40.4173 +24.3741 +29.1265 +24.4265 +41.6622 +75.5019 +102.645 +149.908 +164.405 +182.999 +215.127 +233.206 +225.306 +223.722 +200.681 +185.767 +210.282 +217.289 +205.303 +200.851 +220.041 +199.793 +140.387 +89.6658 +41.8342 +24.4257 +29.1269 +24.3738 +39.9144 +75.7394 +107.989 +118.919 +144.417 +186.297 +213.849 +234.659 +224.076 +231.448 +207.299 +195.429 +201.435 +221.915 +219.504 +216.538 +204.164 +196.816 +140.359 +91.9875 +44.2645 +24.3741 +29.1264 +24.3741 +40.81 +78.5755 +111.46 +118.67 +150.979 +150.863 +206.905 +225.908 +202.323 +202.037 +183.791 +180.937 +195.639 +204.907 +196.496 +187.927 +203.379 +189.701 +134.096 +90.8782 +40.4758 +24.374 +29.1264 +24.3741 +41.5886 +75.9642 +102.927 +153.997 +167.745 +186.176 +218.03 +233.486 +211.433 +208.966 +194.578 +187.668 +211.406 +218.634 +203.569 +201.985 +216.808 +202.385 +143.908 +93.3691 +40.4291 +24.3739 +29.1265 +24.4267 +43.183 +75.3529 +102.867 +152.313 +167.716 +186.211 +218.122 +234.594 +212.249 +208.502 +194.443 +187.492 +211.181 +218.43 +200.649 +198.085 +214.745 +201.849 +143.817 +93.314 +40.4537 +24.3741 +29.1263 +24.3741 +42.0348 +75.4054 +102.465 +153.901 +167.892 +185.697 +217.465 +232.408 +210.371 +207.731 +192.528 +186.698 +211.038 +218.219 +199.9 +200.896 +216.154 +202.081 +143.878 +93.3813 +40.4053 +24.374 +29.1265 +24.4267 +43.0028 +75.353 +102.53 +151.772 +167.314 +186.322 +218.306 +234.938 +212.068 +209.38 +194.407 +187.478 +211.092 +218.247 +200.968 +198.982 +216.774 +201.935 +143.924 +93.443 +40.482 +24.374 +29.1262 +24.374 +42.8833 +75.353 +102.326 +153.91 +168.662 +186.909 +218.111 +234.865 +213.35 +211.131 +194.379 +187.767 +211.442 +217.144 +200.357 +197.742 +213.499 +201.009 +143.521 +93.3244 +41.8463 +24.3741 +29.1265 +24.4267 +40.6333 +74.4048 +107.166 +123.424 +146.748 +189.1 +216.179 +223.413 +211.455 +206.631 +190.199 +187.747 +200.262 +223.861 +214.148 +209.443 +205.292 +200.319 +144.013 +95.7632 +44.1902 +24.374 +29.1264 +24.3741 +42.1344 +77.0597 +108.678 +122.503 +154.439 +154.534 +210.13 +228.613 +205.071 +204.902 +186.019 +183.852 +198.476 +207.755 +198.756 +189.483 +206.149 +191.983 +134.868 +91.413 +40.4755 +24.3741 +29.1264 +24.3741 +43.2919 +77.2578 +104.056 +151.676 +167.255 +186.317 +218.298 +234.672 +213.519 +210.99 +194.444 +187.505 +210.951 +218 +201.635 +200.47 +216.713 +202.737 +143.992 +93.3251 +40.4364 +24.374 +29.1265 +24.4267 +42.6573 +75.353 +102.137 +152.186 +167.569 +186.243 +218.086 +234.597 +211.888 +208.869 +192.653 +185.707 +208.073 +214.925 +199.362 +194.146 +214.986 +202.416 +143.811 +93.2785 +40.4836 +24.3741 +29.1263 +24.3741 +42.177 +75.4054 +102.472 +151.523 +168.028 +187.047 +219.3 +232.294 +210.954 +208.223 +191.724 +184.672 +208.353 +215.489 +199.569 +193.503 +213.682 +199.338 +141.542 +92.3288 +40.4348 +24.374 +29.1264 +24.3741 +41.4402 +76.2127 +103.153 +150.25 +164.255 +183.521 +215.281 +232.158 +214.669 +208.276 +191.471 +184.593 +208.253 +215.401 +199.198 +195.383 +214.238 +201.017 +143.573 +93.2426 +40.4143 +24.374 +29.1265 +24.4267 +41.544 +76.4833 +88.5885 +151.39 +167.269 +185.425 +217.076 +232.232 +210.767 +208.164 +191.481 +184.543 +208.117 +215.18 +199.364 +194.17 +214.231 +201.051 +143.499 +93.2464 +41.9093 +24.374 +29.1263 +24.3741 +39.0574 +75.1786 +92.5178 +122.12 +146.952 +188.624 +215.714 +221.003 +208.843 +204.053 +187.39 +184.902 +196.939 +219.837 +208.315 +200.918 +202.704 +198.312 +142.035 +95.5496 +44.1781 +24.3905 +29.1262 +24.3739 +39.1754 +75.4053 +93.4896 +118.437 +150.775 +153.12 +207.043 +225.916 +202.041 +202.006 +183.115 +180.752 +195.704 +205.179 +199.939 +187.11 +203.596 +191.831 +134.462 +90.971 +40.4313 +24.4112 +29.1262 +24.3739 +41.626 +76.8135 +89.5751 +151.676 +168.624 +187.505 +219.465 +234.335 +210.93 +208.147 +191.682 +185.743 +209.153 +215.896 +199.387 +194.11 +214.661 +201.559 +143.809 +93.3042 +40.4445 +24.374 +29.1264 +24.3741 +41.4324 +75.6284 +88.2799 +153.401 +168.009 +186.769 +218.476 +234.843 +212.079 +208.548 +192.335 +188.063 +211.194 +216.979 +200.93 +195.184 +215.036 +202.651 +143.918 +93.3333 +40.4028 +24.3741 +29.1788 +24.3738 +41.9471 +75.3529 +88.7302 +151.355 +167.694 +185.326 +217.284 +232.088 +210.904 +208.078 +191.563 +184.488 +208.129 +215.461 +200.951 +196.671 +213.656 +200.416 +142.641 +93.2009 +40.4626 +24.374 +29.1264 +24.3741 +41.5793 +76.6988 +88.5029 +152.062 +165.533 +183.653 +215.758 +231.818 +210.633 +208.01 +191.38 +185.873 +209.309 +216.469 +202.16 +197.687 +214.428 +201.062 +142.799 +93.2111 +40.4273 +24.3741 +29.1265 +24.4265 +41.3463 +76.5198 +88.6858 +151.726 +165.084 +184.671 +218.379 +233.261 +210.487 +208.881 +193.182 +186.45 +211.686 +217.617 +203.012 +195.61 +214.22 +201.165 +143.884 +93.2552 +41.8812 +24.374 +29.1263 +24.3741 +39.3037 +74.4662 +92.4154 +122.872 +145.275 +187.658 +216.281 +222.582 +208.397 +203.844 +187.164 +186.078 +199.061 +222.186 +210.35 +205.045 +203.782 +198.379 +142.493 +95.5232 +44.2013 +24.4062 +29.1262 +24.3739 +38.7027 +74.6356 +93.1122 +119.335 +150.328 +154.041 +209.922 +228.113 +204.413 +202.008 +183.139 +180.796 +195.53 +204.93 +195.423 +185.846 +203.541 +191.996 +134.389 +90.9615 +40.4056 +24.4264 +29.1262 +24.3739 +41.4608 +76.2083 +88.0871 +151.682 +168.558 +185.354 +216.927 +232.068 +210.889 +208.15 +191.544 +184.563 +208.228 +215.331 +199.369 +192.831 +213.779 +200.408 +143.107 +93.2267 +40.4529 +24.397 +29.1262 +24.3739 +41.2166 +76.3587 +88.5669 +151.976 +165.28 +183.398 +215.326 +232.083 +213.712 +208.336 +191.824 +184.934 +208.592 +215.823 +201.169 +197.953 +213.861 +199.747 +141.686 +92.4956 +40.4711 +24.3873 +29.1262 +24.3739 +41.6732 +76.1182 +87.8899 +151.434 +165.445 +184.732 +216.123 +231.64 +210.751 +208.116 +191.55 +184.627 +208.225 +215.835 +199.178 +192.947 +213.764 +200.705 +142.448 +93.2207 +40.4116 +24.374 +29.179 +24.3738 +41.4951 +75.9923 +86.955 +151.185 +165.739 +183.687 +215.622 +232.13 +210.889 +208.297 +191.62 +184.6 +208.228 +215.258 +200.746 +196.731 +213.859 +199.699 +141.252 +91.7881 +40.4084 +24.3741 +29.1265 +24.4268 +41.9234 +76.4616 +89.2944 +149.291 +164.45 +183.58 +215.651 +232.295 +218.343 +216.801 +191.568 +184.677 +208.325 +215.179 +199.219 +194.63 +213.686 +200.296 +142.681 +93.2259 +41.8926 +24.374 +29.1263 +24.3741 +38.9689 +75.091 +91.6393 +122.13 +145.414 +188.022 +214.94 +221.038 +208.592 +203.911 +187.136 +185.242 +196.856 +219.709 +208.916 +200.717 +202.958 +198.421 +142.635 +95.5379 +44.1983 +24.4115 +29.1262 +24.3739 +38.8389 +75.5778 +91.8925 +118.327 +151.34 +153.249 +208.225 +225.988 +202.209 +202.052 +183.194 +180.812 +195.592 +204.872 +195.82 +184.754 +202.826 +190.298 +134.453 +90.8957 +40.4542 +24.3941 +29.1262 +24.3739 +41.4377 +76.3744 +86.9241 +151.404 +168.231 +187.318 +219.036 +232.045 +210.731 +208.194 +191.545 +184.467 +208.137 +215.24 +199.169 +194.288 +213.822 +200.528 +142.13 +93.2082 +40.4427 +24.374 +29.1264 +24.3742 +41.1912 +76.5578 +88.1201 +150.478 +165.348 +183.19 +215.232 +233.031 +219.544 +215.585 +193.569 +187.112 +211.583 +218.558 +205.766 +202.701 +218.925 +199.943 +141.275 +90.9972 +40.4048 +24.3742 +29.1791 +24.3738 +42.3823 +76.6305 +89.382 +149 +164.606 +184.79 +229.998 +277.094 +272.645 +286.046 +265.003 +252.154 +270.348 +278.985 +207.686 +202.94 +214.895 +200.01 +140.707 +89.6917 +41.0254 +24.3739 +29.1263 +24.3741 +44.3929 +77.7695 +90.6747 +149.087 +165.355 +184.145 +216.303 +232.024 +210.909 +208.64 +192.805 +186.061 +210.257 +218.698 +203.022 +198.061 +213.969 +200.729 +141.749 +93.2195 +40.4492 +24.374 +29.1264 +24.3741 +41.4558 +75.8454 +88.5557 +151.694 +166.124 +184.631 +215.937 +231.66 +210.833 +208.146 +192.741 +185.227 +208.11 +215.252 +199.567 +192.319 +213.805 +200.748 +141.701 +92.7773 +41.8813 +24.3739 +29.1264 +24.3741 +38.8742 +75.7726 +91.6658 +122.392 +144.469 +186.602 +214.24 +229.765 +230.811 +236.758 +216.034 +220.558 +236.214 +249.038 +245.654 +233.983 +218.509 +203.918 +145.348 +92.1958 +45.9369 +24.4082 +29.1261 +24.3739 +43.9118 +84.4086 +103.646 +119.421 +150.948 +151.034 +212.61 +245.729 +250.791 +267.873 +251.422 +250.364 +262.602 +207.858 +225.967 +184.466 +203.024 +188.761 +131.272 +89.1398 +40.4054 +24.4266 +29.1261 +24.3739 +42.5749 +76.5706 +88.0848 +147.773 +165.014 +183.69 +215.866 +232.377 +221.166 +216.141 +192.209 +185.917 +210.211 +217.63 +203.396 +192.709 +213.943 +199.715 +140.807 +91.4273 +40.4358 +24.3741 +29.1265 +24.4267 +42.081 +76.4957 +88.6111 +147.705 +164.786 +183.95 +215.837 +238.099 +230.227 +236.926 +219.419 +218.852 +237.553 +247.843 +231.918 +222.234 +234.983 +206.606 +140.749 +89.7794 +41.3428 +24.374 +29.1791 +24.3738 +45.0698 +78.2038 +92.5252 +154.393 +171.468 +195.395 +223.966 +233.891 +225.558 +223.416 +194.807 +187.236 +213.216 +216.562 +200.007 +197.938 +214.062 +199.785 +140.322 +90.5697 +40.4821 +24.3738 +29.1263 +24.374 +42.6877 +76.4876 +88.7656 +149.836 +165.294 +183.99 +216.058 +231.676 +210.631 +208.217 +191.695 +184.48 +208.156 +215.473 +199.623 +195.299 +213.781 +200.674 +141.741 +93.2423 +40.4068 +24.374 +29.1265 +24.4268 +41.4011 +75.9806 +88.2634 +150.258 +165.869 +183.916 +215.926 +232.295 +211.132 +208.36 +191.681 +184.707 +208.329 +215.24 +199.002 +194.7 +213.82 +199.65 +141.545 +92.8579 +41.8568 +24.4091 +29.1262 +24.3739 +38.973 +75.1353 +91.7134 +120.846 +144.049 +186.483 +213.988 +221.226 +210.054 +207.628 +195.525 +192.16 +210.114 +223.488 +214.114 +209.929 +206.975 +208.197 +144.838 +92.145 +45.3627 +24.4266 +29.1261 +24.3739 +41.6492 +79.5556 +96.2271 +118.664 +151.358 +151.737 +207.326 +227.419 +211.204 +210.319 +192.062 +187.395 +202.563 +209.157 +198.499 +185.658 +188.82 +188.819 +131.071 +88.3826 +40.4588 +24.39 +29.1262 +24.3739 +42.4993 +76.4975 +87.62 +148.896 +165.179 +184.015 +215.869 +232.484 +212.991 +209.469 +192.151 +185.746 +210.837 +221.15 +205.009 +195.108 +199.122 +199.795 +140.412 +91.4496 +40.4451 +24.374 +29.1264 +24.3742 +42.1515 +76.2446 +87.231 +148.074 +165.042 +188.572 +225.796 +261.027 +251.286 +252.358 +235.634 +224.718 +250.575 +260.973 +249.783 +239.604 +237.536 +225.602 +154.435 +108.758 +45.1572 +24.374 +29.1264 +24.3742 +49.4361 +80.7404 +93.0477 +150.738 +165.671 +183.967 +215.626 +232.266 +211.218 +208.421 +191.788 +184.9 +208.564 +215.892 +201.166 +194.906 +199.703 +199.862 +140.857 +91.0825 +40.4236 +24.3741 +29.1265 +24.4267 +41.7895 +76.4046 +88.622 +151.065 +164.24 +183.421 +215.548 +239.472 +226.503 +229.161 +200.88 +186.05 +208.705 +215.978 +201.171 +195.795 +199.702 +199.979 +140.536 +89.6709 +40.4048 +24.4266 +29.1261 +24.3739 +42.4707 +76.9991 +88.7465 +148.059 +164.821 +184.086 +217.651 +247.72 +241.759 +237.089 +223.783 +210.339 +237.048 +246.774 +234.403 +218.19 +213.364 +200.081 +140.572 +89.671 +41.9448 +24.3969 +29.1262 +24.3739 +40.1856 +75.5702 +92.736 +119.314 +144.502 +186.874 +215.901 +242.027 +234.709 +237.348 +216.49 +212.878 +227.07 +243.841 +231.171 +221.561 +194.537 +197.844 +140.733 +92.0483 +44.6223 +24.3739 +29.1262 +24.3739 +43.3776 +83.698 +103.815 +119.145 +151.312 +151.181 +206.845 +225.867 +202.188 +202.131 +183.274 +181.095 +195.793 +205.541 +196.958 +186.744 +189.221 +188.924 +131.071 +87.3865 +41.2351 +24.374 +29.1791 +24.3738 +44.904 +78.4421 +90.0638 +154.842 +177.417 +183.396 +219.244 +250.224 +233.66 +221.455 +192.655 +185.066 +212.613 +217.09 +201.035 +194.923 +199.697 +199.828 +140.451 +90.5684 +40.4455 +24.374 +29.1264 +24.3741 +42.9262 +76.8869 +89.4694 +148.798 +164.735 +183.424 +215.603 +245.745 +230.771 +222.896 +196.776 +187.348 +212.718 +223.014 +211.239 +195.622 +199.781 +199.868 +140.425 +89.6726 +40.4092 +24.4265 +29.1262 +24.3739 +43.14 +77.1134 +88.5942 +149.03 +165.581 +185.66 +218.855 +254.45 +247.609 +249.212 +227.302 +213.988 +246.091 +253.646 +247.059 +227.147 +221.294 +208.926 +140.828 +89.8483 +42.0685 +24.3739 +29.1263 +24.3741 +46.4674 +78.568 +91.1966 +149.514 +164.884 +183.611 +221.504 +261.813 +262.418 +268.774 +249.429 +245.616 +274.551 +292.133 +284.167 +267.53 +263.024 +251.071 +172.876 +100.193 +44.72 +24.3739 +29.1263 +24.3741 +57.5761 +82.8568 +95.7175 +181.925 +216.248 +255.573 +285.611 +314.107 +303.239 +300.887 +271.707 +254.212 +267.197 +264.794 +257.419 +231.439 +225.124 +205.333 +140.816 +89.9487 +43.8411 +24.3741 +29.1262 +24.374 +42.2686 +76.531 +92.6566 +118.923 +143.547 +185.619 +213.345 +221.073 +216.705 +215.186 +193.887 +196.984 +214.128 +231.09 +222.197 +219.74 +186.809 +197.698 +140.52 +91.9896 +44.1868 +24.3981 +29.1262 +24.3739 +40.5411 +77.3967 +94.8408 +118.648 +151.434 +151.414 +207.228 +226.827 +206.766 +212.333 +191.362 +195.181 +210.076 +219.022 +207.647 +194.36 +198.402 +188.972 +131.242 +87.4148 +41.1796 +24.374 +29.1263 +24.3741 +44.1191 +77.638 +89.9377 +148.255 +164.488 +183.376 +215.297 +232.911 +216.43 +216.875 +196.51 +186.063 +212.747 +222.831 +211.116 +199.042 +196.55 +199.907 +140.419 +91.0946 +40.4282 +24.3741 +29.1265 +24.4265 +42.3812 +76.2996 +87.0465 +149.259 +165.324 +184.269 +216.056 +247.687 +246.568 +241.734 +226.349 +214.256 +249.25 +265.944 +253.719 +238.151 +230.016 +210.635 +140.77 +89.6868 +40.7401 +24.3741 +29.1263 +24.3741 +44.2376 +77.732 +90.1067 +149.412 +165.654 +188.344 +227.215 +269.699 +263.463 +232.75 +204.438 +194.313 +223.108 +235.381 +221.418 +230.861 +232.72 +214.859 +141.591 +89.8705 +42.6263 +24.3741 +29.1265 +24.4267 +46.9255 +79.2765 +90.4697 +156.924 +184.804 +195.177 +230.659 +266.027 +259.516 +259.282 +224.829 +191.582 +230.379 +236.556 +235.256 +218.256 +211.249 +200.596 +140.699 +89.6674 +40.7471 +24.374 +29.1265 +24.4268 +44.3887 +77.3 +89.8094 +147.865 +164.568 +184.075 +216.093 +239.567 +231.227 +229.579 +195.965 +186.606 +210.985 +221.882 +209.26 +201.777 +201.362 +200.068 +140.571 +89.9545 +41.9007 +24.3843 +29.1262 +24.3739 +40.1065 +75.4614 +92.359 +120.071 +144.593 +186.766 +214.167 +229.696 +224.739 +233.876 +213.902 +214.495 +225.154 +249.159 +255.073 +250.673 +218.409 +219.288 +146.882 +92.1695 +45.5089 +24.4266 +29.1261 +24.3739 +44.6878 +85.7369 +104.898 +119.107 +156.543 +188.381 +265.875 +294.642 +277.264 +281.096 +256.464 +253.433 +268.785 +281.941 +275.033 +257.879 +242.851 +228.578 +145.908 +92.893 +48.0667 +24.408 +29.1261 +24.3739 +60.9224 +84.9671 +97.9232 +204.454 +237.081 +266.335 +299.992 +333.528 +324.615 +318.778 +295.181 +277.887 +299.747 +298.763 +289.278 +270.317 +269.225 +245.049 +140.963 +89.8666 +41.4662 +24.374 +29.179 +24.3738 +43.9957 +76.8895 +89.2913 +149.265 +164.787 +183.872 +216.026 +231.735 +210.522 +208.062 +191.455 +184.999 +208.125 +215.247 +198.775 +191.551 +195.7 +200.55 +141.747 +92.7932 +40.4226 +24.374 +29.1265 +24.4267 +41.411 +75.8753 +86.5452 +150.987 +166.43 +184.667 +216.782 +232.431 +211.101 +208.301 +191.743 +184.817 +209.019 +220.328 +210.855 +194.629 +195.215 +199.872 +140.752 +91.4438 +40.4478 +24.3986 +29.1262 +24.3739 +42.166 +76.3322 +86.8575 +148.194 +165.133 +184.026 +215.958 +237.43 +227.277 +222.373 +200.967 +187.505 +216.574 +223.585 +210.763 +203.064 +201.488 +200.03 +140.618 +89.687 +40.4949 +24.374 +29.1265 +24.4265 +43.4285 +76.9315 +88.0449 +148.106 +165.22 +186.349 +220.43 +257.007 +257.804 +252.613 +245.681 +239.264 +269.109 +274.985 +270.082 +258.264 +253.944 +232.898 +153.489 +97.164 +47.1853 +24.374 +29.1262 +24.374 +52.8678 +81.221 +98.9095 +155.752 +196.2 +264.881 +296.123 +314.94 +311.325 +301.961 +278.71 +274.26 +297.523 +323.964 +322.371 +308.38 +276.054 +284.333 +216.487 +149.22 +52.6982 +24.4036 +29.1262 +24.3739 +62.9566 +112.258 +136.715 +131.722 +171.288 +235.472 +293.694 +319.777 +301.943 +299.222 +271.024 +264.945 +258.193 +276.734 +269.131 +243.094 +247.22 +218.678 +137.015 +87.7384 +43.6293 +24.374 +29.1791 +24.3738 +48.8859 +79.495 +92.3757 +151.154 +167.833 +190.443 +219.632 +271.128 +287.372 +285.973 +255.066 +244.474 +266.968 +278.61 +267.575 +252.252 +241.572 +222.498 +148.81 +89.8758 +42.7862 +24.374 +29.179 +24.3738 +46.0246 +77.8361 +88.9757 +150.633 +178.763 +222.135 +268.046 +308.053 +302.373 +300.416 +271.742 +258.114 +288.509 +301.21 +291.805 +278.458 +272.005 +253.813 +171.122 +96.7099 +43.9726 +24.374 +29.1264 +24.3741 +52.5767 +80.6779 +91.6982 +161.691 +201.091 +203.771 +239.423 +279.294 +271.371 +263.378 +248.352 +238.778 +267.831 +285.215 +269.302 +246.616 +250.807 +233.181 +140.951 +89.8792 +41.9855 +24.374 +29.1265 +24.4265 +45.2646 +77.7266 +89.7581 +149.339 +165.235 +185.883 +220.743 +255.481 +241.925 +254.039 +226.29 +211.707 +238.605 +249.755 +240.889 +223.773 +216.759 +203.738 +140.715 +89.7526 +41.6645 +24.374 +29.1263 +24.3741 +45.9694 +77.6857 +89.0028 +149.539 +165.711 +184.461 +216.756 +243.985 +232.03 +234.521 +211.333 +195.618 +228.005 +253.874 +242.355 +220.796 +209.968 +200.379 +140.776 +89.7339 +42.2051 +24.374 +29.1265 +24.4267 +41.1902 +76.0504 +92.919 +119.069 +144.48 +189.671 +221.616 +248.213 +245.702 +253.429 +231.129 +234.336 +242.269 +271.011 +270.202 +257.863 +221.373 +205.169 +140.849 +92.1841 +45.3967 +24.374 +29.1264 +24.3742 +42.3525 +80.0954 +98.4783 +118.936 +151.334 +164.305 +245.037 +277.539 +269.742 +276.838 +254.224 +251.585 +274.106 +286.426 +281.683 +266.219 +263.974 +238.996 +162.522 +105.705 +46.4939 +24.374 +29.1264 +24.3741 +60.9942 +84.1344 +97.7327 +167.449 +208.859 +248.282 +278.724 +314.19 +313.721 +315.4 +288.692 +273.983 +302.44 +313.143 +298.628 +289.657 +285.208 +263.657 +183.034 +114.597 +46.9061 +24.3741 +29.1265 +24.4267 +61.393 +85.903 +98.4752 +211.761 +253.196 +280.548 +310.662 +345.666 +340.107 +337.659 +296.156 +278.605 +305.682 +324.853 +314.812 +299.195 +308.675 +277.918 +188.537 +106.305 +47.0165 +24.3741 +29.1265 +24.4267 +51.3649 +79.9725 +91.1367 +153.468 +179.594 +218.181 +272.93 +300.238 +289.55 +294.187 +271.269 +263.556 +291.591 +304.745 +272.738 +265.386 +255.397 +235.967 +151.295 +94.1126 +43.9339 +24.4145 +29.1382 +24.3738 +55.7304 +84.0065 +97.0773 +186.317 +221.189 +260.034 +288.798 +326.486 +315.69 +311.081 +283.015 +265.16 +296.697 +305.595 +296.52 +285.687 +280.499 +255.206 +164.462 +94.3189 +43.9206 +24.374 +29.1265 +24.4267 +48.5145 +79.231 +90.7722 +156.352 +179.333 +209.022 +243.686 +274.447 +263.352 +261.592 +239.121 +237.42 +264.025 +270.642 +256.537 +241.05 +230.075 +213.405 +142.381 +89.8811 +43.8069 +24.4088 +29.1261 +24.3739 +44.3332 +77.196 +94.6367 +125.22 +162.478 +202.337 +239.482 +270.031 +267.828 +267.178 +254.638 +255.261 +258.464 +288.377 +276.568 +268.194 +241.914 +242.258 +166.493 +97.7899 +46.9542 +24.4266 +29.1261 +24.3738 +58.5857 +103.929 +124.64 +119.689 +155.52 +159.297 +228.236 +244.661 +241.936 +265.463 +264.566 +254.77 +269.528 +280.54 +266.419 +248.818 +232.74 +204.761 +131.353 +87.3463 +41.0669 +24.374 +29.1262 +24.374 +44.1445 +77.4645 +88.6214 +149.988 +175.802 +204.367 +252.882 +291.107 +290.499 +289.325 +267.861 +259.168 +284.676 +293.588 +282.628 +277.893 +249.72 +232.663 +152.248 +90.1747 +43.4908 +24.374 +29.1264 +24.3742 +47.4427 +78.7842 +90.2619 +153.884 +202.976 +223.388 +265.273 +307.371 +298.918 +295.826 +279.182 +261.425 +292.969 +303.491 +291.583 +277.656 +281.501 +261.71 +185.701 +101.667 +45.8661 +24.3739 +29.1263 +24.3741 +51.5933 +82.1152 +94.2253 +161.657 +189.901 +243.296 +287.717 +321.282 +315.192 +300.599 +268.203 +256.542 +297.647 +308.062 +287.075 +277.08 +273.326 +242.6 +148.747 +89.9 +42.7499 +24.3741 +29.1264 +24.3742 +45.0756 +77.5071 +88.6952 +149.647 +165.499 +188.888 +221.859 +257.919 +249.762 +246.34 +231.063 +215.648 +246.12 +260.863 +259.506 +236.623 +224.559 +218.624 +140.89 +89.7651 +40.9317 +24.374 +29.1381 +24.4151 +44.6661 +77.4923 +88.8734 +149.857 +165.697 +197.77 +229.671 +278.558 +271.216 +273.747 +246.867 +238.403 +251.867 +261.927 +256.114 +243.362 +239.168 +224.443 +147.563 +95.362 +45.3219 +24.387 +29.1262 +24.3739 +47.6576 +79.3343 +97.4763 +134.491 +188.625 +235.721 +271.121 +295.778 +273.811 +283.95 +285.947 +279.003 +288.534 +304.924 +305.862 +289.548 +248.947 +246.762 +168.12 +94.212 +47.3573 +24.4187 +29.1261 +24.3739 +45.3149 +86.0245 +105.585 +119.244 +156.536 +168.444 +256.998 +293.017 +279.342 +275.005 +259.589 +249.747 +256.115 +262.865 +254.513 +248.518 +241.717 +204.338 +131.444 +87.5087 +41.7089 +24.3807 +29.1262 +24.3739 +45.0319 +77.9851 +89.4101 +150.795 +188.454 +223.876 +275.292 +320.314 +305.086 +302.389 +278.18 +263.067 +290.432 +308.755 +302.934 +287.385 +265.407 +251.981 +172.183 +102.234 +44.3979 +24.374 +29.1788 +24.3738 +58.0883 +82.863 +96.0985 +178.346 +210.808 +247.117 +289.973 +330.911 +322.252 +319.513 +290.689 +272.976 +294.661 +316.527 +315.392 +300.612 +278.471 +244.345 +157.746 +89.9419 +43.1648 +24.3741 +29.1264 +24.3919 +46.1011 +77.9266 +89.6974 +150.009 +173.879 +200.749 +242.733 +286.253 +277.826 +269.32 +240.149 +229.756 +252.663 +265.492 +254.135 +245.875 +236.013 +208.122 +140.94 +89.8832 +41.8249 +24.374 +29.1468 +24.4061 +45.0074 +77.6414 +89.3878 +150.467 +172.586 +207.255 +246.838 +288.052 +288.087 +292.098 +265.685 +253.404 +279.232 +297.726 +290.598 +271.706 +259.321 +241.675 +152.044 +92.9592 +42.7112 +24.374 +29.179 +24.3738 +47.3504 +78.5959 +90.3985 +152.951 +195.593 +238.446 +273.963 +317.337 +306.387 +305.44 +283.99 +271.648 +295.536 +306.999 +300.398 +286.353 +282.311 +264.838 +186.861 +121.355 +48.6941 +24.374 +29.1264 +24.3742 +59.6614 +85.1756 +104.113 +172.741 +221.772 +268.95 +292.964 +299.173 +293.974 +317.069 +304.769 +298.192 +301.592 +310.824 +316.637 +316.853 +290.992 +301.675 +226.612 +155.71 +54.0978 +24.4207 +29.1262 +24.3739 +66.7922 +115.076 +139.39 +133.355 +172.121 +243.003 +312.548 +330.962 +308.572 +302.532 +280.572 +275.708 +301.333 +300.516 +294.73 +276.074 +278.701 +260.07 +182.584 +127.973 +48.656 +24.374 +29.1262 +24.374 +66.841 +89.1834 +103.006 +214.498 +243.963 +271.437 +301.162 +333.171 +325.428 +320.482 +291.755 +265.147 +286.19 +285.875 +314.901 +301.586 +289.426 +268.936 +189.89 +108.157 +44.3377 +24.374 +29.1264 +24.3741 +52.0987 +80.1817 +92.364 +171.997 +210.221 +260.484 +287.435 +329.07 +311.922 +310.04 +285.713 +270.109 +305.562 +316.757 +304.122 +291.774 +287.467 +272.447 +193.233 +119.649 +49.2451 +24.374 +29.1264 +24.3741 +63.9171 +87.4339 +101.07 +199.303 +225.072 +269.208 +309.534 +342.433 +336.754 +331.904 +306.01 +291.696 +313.943 +322.911 +316.22 +306.868 +309.043 +296.438 +221.254 +154.831 +48.9612 +24.374 +29.1263 +24.374 +67.3432 +124.448 +145.205 +220.536 +247.591 +276.011 +311.696 +346.283 +334.529 +333.715 +306.474 +285.376 +313.948 +325.658 +320.224 +311.361 +312.246 +302.801 +223.261 +158.941 +51.0313 +24.374 +29.1265 +24.4267 +74.0431 +120.43 +138.227 +222.711 +247.064 +275.52 +310.718 +344.42 +334.428 +331.104 +305.652 +286.607 +307.631 +322.808 +315.881 +304.821 +302.824 +282.823 +195.043 +133.094 +51.1281 +24.3741 +29.1263 +24.374 +63.1136 +85.8076 +104.817 +158.91 +195.322 +225.424 +263.253 +296.835 +277.088 +263.287 +242.711 +233.068 +261.855 +281.948 +286.701 +282.962 +248.595 +251.777 +183.831 +111.056 +48.8601 +24.4093 +29.1262 +24.3739 +54.1136 +95.6354 +111.571 +119.114 +153.864 +171.79 +237.966 +282.024 +272.476 +275.661 +241.256 +251.316 +260.741 +265.374 +273.371 +257.558 +250.489 +226.739 +142.845 +89.9837 +43.0719 +24.4266 +29.1261 +24.3739 +47.9864 +79.1849 +91.4794 +153.118 +184.761 +228.189 +277.869 +317.276 +307.641 +298.97 +275.925 +258.827 +290.739 +303.717 +289.933 +278.477 +264.981 +247.22 +166.351 +90.5826 +43.8037 +24.3741 +29.1265 +24.4267 +46.9102 +78.6931 +91.0472 +150.455 +192.904 +228.25 +276.41 +312.944 +306.757 +302.233 +277.324 +265.03 +291.143 +302.924 +295.522 +284.58 +278.508 +261.381 +189.586 +111.534 +48.7622 +24.3739 +29.1263 +24.3741 +62.7161 +83.3608 +97.5698 +173.72 +212.542 +248.216 +294.748 +332.725 +323.159 +314.806 +288.464 +274.894 +300.08 +308.925 +294.522 +278.724 +282.229 +258.408 +177.631 +104.604 +45.8492 +24.374 +29.1264 +24.3741 +59.8566 +83.083 +98.8015 +185.655 +222.992 +264.397 +299.386 +340.568 +333.986 +329.325 +296.45 +277.765 +304.069 +318.991 +309.128 +284.245 +280.872 +246.055 +157.659 +94.7735 +44.2297 +24.3741 +29.1265 +24.4267 +56.2152 +83.0033 +99.0518 +190.115 +211.552 +227.558 +266.773 +304.41 +297.938 +294.78 +274.441 +257.918 +290.976 +305.029 +292.388 +283.608 +274.645 +257.78 +175.648 +107.422 +49.7788 +24.374 +29.1264 +24.3741 +59.8225 +83.1745 +101.971 +161.665 +185.756 +235.681 +278.538 +328.308 +311.847 +306.396 +280.482 +275.515 +289.786 +307.56 +307.026 +295.423 +268.945 +279.604 +193.112 +116.141 +50.9756 +24.405 +29.1262 +24.3739 +53.8362 +102.109 +119.927 +119.465 +157.552 +192.009 +272.427 +306.116 +294.029 +292.635 +266.867 +252.471 +274.415 +286.233 +284.263 +269.572 +266.284 +241.985 +156.722 +94.4952 +44.2794 +24.3799 +29.1262 +24.3739 +50.8517 +80.1865 +91.525 +153.917 +201.413 +244.305 +287.954 +319.491 +308.53 +305.338 +275.576 +264.425 +296.75 +311.863 +306.095 +297.575 +297.459 +282.247 +188.355 +104.483 +44.4118 +24.374 +29.1264 +24.3741 +46.5516 +77.7861 +90.4801 +149.557 +167.43 +201.542 +248.511 +276.767 +277.219 +277.012 +248.168 +237.508 +263.458 +277.467 +263.123 +247.5 +239.765 +211.78 +142.414 +89.8659 +42.1357 +24.3741 +29.1264 +24.4044 +45.2956 +77.6664 +88.9189 +150.563 +174.878 +201.35 +246.12 +274.199 +268.264 +280.945 +251.416 +233.744 +264.811 +279.753 +264.066 +248.345 +234.447 +215.077 +140.841 +89.7887 +41.305 +24.374 +29.1265 +24.4268 +44.6915 +77.3219 +89.3653 +149.269 +168.807 +213.304 +257.655 +299.532 +290.679 +291.86 +267.982 +255.764 +280.058 +294.13 +283.385 +268.359 +256.649 +241.425 +144.442 +89.8642 +41.7074 +24.3739 +29.1265 +24.4268 +45.1995 +77.6804 +89.0621 +149.909 +178.084 +225.121 +277.315 +311.163 +303.877 +298.867 +275.877 +260.174 +288.424 +302.353 +291.617 +283.407 +288.309 +247.165 +162.909 +93.0854 +44.8412 +24.3997 +29.1261 +24.3739 +46.4454 +78.3099 +96.2212 +129.176 +181.155 +254.589 +291.611 +311.423 +299.015 +293.37 +277.636 +269.686 +277.944 +302.436 +297.457 +293.845 +276.23 +260.483 +189.955 +112.447 +49.9905 +24.404 +29.1262 +24.3739 +59.2863 +97.9386 +120.996 +120.442 +158.17 +199.097 +278.373 +307.325 +289.018 +291.445 +263.874 +263.906 +279.531 +293.314 +284.249 +273.154 +286.105 +256.242 +177.395 +121.351 +47.2194 +24.374 +29.1788 +24.3738 +58.4338 +83.1011 +99.2674 +180.438 +210.408 +238.919 +281.947 +315.989 +315.431 +303.802 +258.191 +266.993 +295.782 +306.657 +295.226 +287.58 +302.326 +267.72 +180.582 +106.333 +46.677 +24.374 +29.1264 +24.3741 +61.5872 +84.2855 +99.0032 +180.996 +214.706 +241.556 +282.15 +317.758 +308.313 +303.754 +277.729 +263.761 +290.257 +305.823 +294.383 +280.474 +289.258 +254.07 +169.958 +97.3573 +44.1321 +24.374 +29.1264 +24.3741 +50.0371 +78.8421 +92.8395 +157.173 +204.605 +243.896 +291.407 +326.472 +316.972 +314.292 +288.292 +273.034 +299.013 +312.116 +302.513 +291.108 +298.687 +269.328 +165.895 +93.5693 +43.4355 +24.374 +29.1264 +24.3741 +48.771 +79.4968 +91.8391 +165.155 +206.228 +260.911 +302.753 +338.174 +334.117 +320.488 +298.292 +280.041 +303.376 +314.59 +304.735 +291.715 +309.99 +285.473 +208.989 +124.309 +49.553 +24.374 +29.1264 +24.3742 +54.8575 +80.661 +93.335 +155.638 +179.775 +212.171 +248.427 +292.305 +287.742 +286.162 +266.658 +254.704 +278.985 +292.157 +275.65 +255.902 +259.772 +223.086 +142.812 +89.8264 +43.4127 +24.3739 +29.1265 +24.4268 +43.4345 +76.8573 +94.2515 +120.497 +149.85 +198.275 +250.063 +270.725 +272.916 +270.95 +255.768 +253.824 +267.453 +291.849 +278.665 +251.408 +225.007 +207.556 +140.735 +92.1073 +45.1664 +24.4155 +29.1261 +24.3739 +43.6427 +84.9711 +105.056 +119.24 +154.835 +182.032 +272.957 +313.99 +304.863 +311.917 +286.36 +281.292 +298.497 +301.858 +297.114 +286.231 +301.103 +268.66 +194.725 +140.966 +49.1871 +24.394 +29.1262 +24.3739 +67.0528 +89.2221 +103.714 +215.424 +248.596 +267.446 +299.033 +332.983 +330.594 +316.603 +295.706 +278.463 +303.685 +318.533 +308.098 +298.338 +314.531 +288.745 +210.583 +145.095 +49.512 +24.4266 +29.1261 +24.3738 +66.75 +88.9276 +102.333 +207.893 +246.675 +281.671 +309.315 +339.315 +328.815 +326.185 +290.746 +261.702 +276.89 +276.839 +247.854 +239.025 +262.136 +222.961 +146.65 +89.9519 +42.9938 +24.374 +29.179 +24.3737 +48.8185 +79.1277 +92.0304 +150.486 +177.8 +207.135 +255.631 +294.723 +293.506 +289.36 +264.842 +256.079 +279.926 +294.1 +280.934 +271.464 +277.419 +241.299 +157.045 +89.9491 +43.0197 +24.374 +29.179 +24.3738 +46.0857 +77.8621 +89.947 +150.023 +174.859 +229.858 +277.717 +313.791 +302.495 +300.722 +277.84 +263.804 +290.252 +300.156 +283.19 +260.803 +267.194 +232.883 +147.61 +89.9302 +42.9155 +24.374 +29.179 +24.3737 +48.0931 +78.5382 +92.5253 +156.88 +206.407 +250.186 +290.399 +326.011 +322.878 +320.432 +296.396 +281.597 +305.368 +320.475 +308.429 +293.141 +299.325 +263.808 +177.257 +111.4 +48.6045 +24.374 +29.179 +24.3737 +57.7315 +83.32 +98.9187 +131.029 +175.234 +226.911 +257.324 +282.198 +277.102 +272.692 +249.629 +240.554 +252.859 +270.83 +260.936 +256.063 +243.561 +223.058 +153.59 +96.3936 +46.879 +24.374 +29.1791 +24.3738 +44.6479 +83.914 +118.702 +119.015 +151.283 +158.194 +229.191 +255.522 +240.378 +255.183 +223.812 +205.632 +223.151 +236.515 +227.981 +214.733 +228.231 +200.359 +131.372 +87.5943 +42.4339 +24.3741 +29.1264 +24.3961 +45.6561 +78.2418 +105.825 +150.361 +165.917 +187.382 +220.89 +250.043 +249.47 +249.612 +213.92 +209.438 +236.508 +251.614 +239.885 +232.06 +239.071 +214.252 +140.798 +89.7712 +41.4532 +24.374 +29.1265 +24.4265 +45.3278 +78.1577 +105.396 +150.001 +165.343 +189.549 +227.422 +261.135 +260.007 +257.429 +234.78 +226.166 +249.313 +260.318 +249.273 +230.715 +237.814 +213.398 +140.752 +89.6913 +40.9412 +24.374 +29.1265 +24.4267 +44.4224 +77.5115 +105.074 +151.284 +164.995 +191.818 +236.24 +272.013 +267.415 +268.006 +250.087 +228.848 +250.24 +262.451 +254.916 +249.006 +259.611 +218.967 +140.794 +89.8074 +41.9681 +24.374 +29.1264 +24.3742 +46.7644 +78.8115 +106.765 +151.553 +165.336 +183.869 +215.483 +260.809 +284.367 +288.177 +266.802 +252.929 +275.544 +287.529 +279.503 +257.674 +258.241 +227.112 +145.736 +89.9423 +43.058 +24.374 +29.1264 +24.3741 +51.0238 +80.711 +108.738 +164.4 +189.124 +222.644 +267.262 +309.865 +300.408 +300.916 +283.077 +263.262 +289.802 +303.731 +281.889 +268.262 +275.294 +243.305 +154.817 +90.5342 +45.2069 +24.374 +29.1263 +24.3741 +48.5666 +79.4551 +112.242 +134.847 +177.601 +252.292 +292.043 +320.107 +311.947 +298.745 +275.027 +278.445 +244.046 +302.771 +302.132 +294.489 +272.695 +262.292 +189.842 +122.173 +50.5529 +24.3739 +29.1263 +24.3741 +49.5837 +90.2377 +123.866 +119.317 +152.544 +170.972 +242.546 +276.196 +266.757 +277.709 +256.014 +249.693 +264.295 +268.017 +264.252 +245.024 +256.074 +220.955 +141.353 +89.5878 +43.9939 +24.374 +29.1791 +24.3738 +57.0564 +82.5984 +109.722 +167.582 +194.515 +233.317 +276.056 +311.106 +310.31 +311.167 +277.846 +266.022 +281.298 +275.45 +280.861 +279.739 +283.737 +252.469 +160.447 +93.5639 +43.0476 +24.3741 +29.1264 +24.3742 +46.9462 +78.638 +105.719 +149.686 +165.621 +185.666 +227.02 +253.836 +263.892 +258.994 +227.725 +212.368 +247.79 +277.475 +276.462 +267.654 +281.94 +245.571 +159.306 +96.9704 +44.3842 +24.3741 +29.1265 +24.4267 +56.9924 +82.6239 +109.108 +161.626 +184.268 +206.449 +221.75 +260.652 +252.463 +245.986 +233.54 +223.869 +213.725 +217.739 +201.773 +198.75 +214.165 +199.931 +140.494 +89.6718 +40.4615 +24.374 +29.1265 +24.4267 +43.3863 +76.8767 +104.294 +148.405 +165.381 +184.122 +215.355 +232.188 +214.176 +211.356 +192.42 +185.011 +210.533 +217.997 +201.763 +198.174 +214.156 +200.025 +140.564 +89.6669 +40.4742 +24.374 +29.1265 +24.4268 +44.0983 +77.3937 +104.771 +150.042 +165.576 +183.607 +215.841 +237.091 +224.318 +227.942 +200.41 +191.861 +221.04 +228.305 +210.83 +202.844 +215.184 +199.997 +140.531 +89.6674 +41.8785 +24.374 +29.1265 +24.4267 +40.6152 +75.7786 +108.092 +118.815 +143.957 +186.381 +214.055 +224.647 +209.207 +214.035 +191.968 +186.356 +208.372 +224.617 +219.314 +208.015 +202.43 +197.643 +140.498 +93.4091 +44.1889 +24.3739 +29.1263 +24.3741 +39.9766 +77.0351 +109.493 +119.403 +150.859 +151.397 +207.524 +233.606 +210.233 +217.839 +189.989 +184.906 +199.638 +215.697 +200.6 +189.245 +203.077 +188.854 +131.356 +88.7304 +40.487 +24.3751 +29.1262 +24.3739 +41.9115 +76.251 +103.428 +150.64 +165.641 +184.446 +216.25 +249.296 +236.05 +234.745 +198.965 +193.814 +216.364 +231.227 +211.681 +196.737 +214.097 +199.916 +140.433 +91.0922 +40.4404 +24.374 +29.1264 +24.3742 +42.2291 +76.2343 +103.335 +150.516 +164.901 +184.041 +215.896 +239.292 +229.228 +232.527 +204.646 +196.13 +227.174 +237.337 +219.108 +202.422 +214.117 +199.94 +140.427 +91.1009 +40.4191 +24.3741 +29.1265 +24.4265 +42.219 +76.2095 +103.32 +150.799 +165.97 +184.241 +215.694 +240.759 +234.858 +223.245 +192.468 +185.391 +211.826 +221.381 +214.594 +205.661 +214.305 +200.101 +140.647 +89.6698 +40.5696 +24.3739 +29.1264 +24.4267 +43.868 +77.2519 +104.503 +149.59 +164.645 +183.592 +215.703 +240.848 +231.002 +246.017 +211.176 +206.068 +233.232 +246.463 +231.03 +222.761 +236.381 +214.202 +145.331 +89.733 +42.2302 +24.374 +29.1264 +24.3742 +47.3927 +79.265 +107.489 +153.694 +177.312 +210.029 +248.019 +284.653 +282.38 +275.693 +254.382 +240.66 +265.171 +270.101 +257.168 +253.6 +267.367 +241.843 +162.965 +90.1937 +46.0423 +24.374 +29.1263 +24.3741 +46.4358 +78.4386 +110.502 +121.294 +155.62 +198.647 +243.395 +263.79 +258.733 +247.131 +240.186 +216.148 +232.917 +251.289 +234.16 +223.718 +203.108 +197.706 +140.52 +91.9947 +44.2868 +24.416 +29.1262 +24.3739 +40.6843 +78.7614 +111.068 +119.252 +152.024 +151.745 +207.352 +226.406 +204.597 +206.607 +185.356 +182.004 +199.791 +206.116 +197.794 +188.749 +203.059 +188.77 +132.229 +89.1591 +40.4281 +24.3742 +29.1788 +24.3738 +42.3001 +76.6164 +103.918 +149.851 +165.299 +184.102 +215.559 +232.339 +211.827 +215.976 +195.111 +186.469 +212.363 +228.389 +213.164 +213.714 +214.123 +200.012 +140.539 +91.0857 +40.4645 +24.374 +29.1264 +24.3741 +42.3374 +76.4422 +103.685 +149.785 +164.701 +184.808 +219.747 +258.36 +251.049 +254.439 +229.335 +221.356 +238.234 +248.136 +240.975 +251.29 +246.708 +220.821 +140.778 +89.8314 +42.1427 +24.374 +29.1264 +24.3741 +48.8019 +79.7137 +108.206 +163.784 +189.185 +215.445 +254.965 +300.509 +292.074 +282.556 +255.984 +238.908 +266.567 +279.725 +278.798 +286.896 +289.598 +259.273 +186.06 +110.4 +48.0836 +24.374 +29.1264 +24.3741 +61.2521 +84.2203 +113.888 +177.72 +196.938 +214.873 +264.955 +306.551 +296.239 +293.518 +252.272 +241.401 +280.545 +278.893 +280.586 +274.273 +265.735 +232.656 +153.977 +93.8379 +43.5586 +24.374 +29.1264 +24.3741 +51.8011 +80.5784 +108.479 +159.095 +179.413 +225.201 +282.818 +322.798 +324.584 +311.25 +283.781 +262.004 +279.455 +296.513 +290.629 +298.49 +301.895 +266.756 +177.07 +108.817 +48.0768 +24.374 +29.1791 +24.3738 +56.3713 +84.4236 +118.077 +161.165 +202.908 +254.39 +277.87 +312.505 +304.272 +299.659 +277.531 +269.625 +283.464 +304.628 +300.636 +313.138 +283.481 +276.09 +205.603 +146.944 +51.3709 +24.4196 +29.1262 +24.3739 +59.4886 +107.816 +145.379 +128.802 +161.776 +183.152 +257.11 +291.831 +274.053 +276.121 +242.84 +237.608 +247.964 +263.523 +246.817 +245.3 +226.395 +189.095 +131.106 +87.3811 +41.0764 +24.4197 +29.1261 +24.3739 +43.9289 +76.8514 +104.466 +148.585 +165.392 +184.019 +215.929 +237.302 +235.63 +233.631 +200.374 +188.479 +218.063 +237.744 +227.575 +240.028 +229.411 +200.065 +140.637 +89.6701 +40.4072 +24.374 +29.1791 +24.3738 +43.6422 +77.0034 +104.198 +149.143 +165.281 +184.183 +215.854 +242.773 +236.424 +234.263 +213.859 +209.99 +229.637 +236.517 +222.029 +233.751 +233.464 +202.016 +140.632 +89.6782 +40.5221 +24.3739 +29.1265 +24.4267 +43.7883 +76.9193 +104.134 +149.84 +165.23 +184.995 +227.837 +274.612 +270.024 +264.898 +252.513 +233.786 +262.059 +271.727 +254.139 +250.144 +240.922 +202.577 +140.69 +89.6824 +40.774 +24.374 +29.1265 +24.4267 +44.1174 +77.2421 +104.423 +148.564 +165.489 +192.753 +246.432 +287.382 +291.225 +289.603 +266.325 +255.424 +282.473 +293.407 +271.7 +268.773 +262.54 +217.779 +140.899 +89.7807 +41.5676 +24.374 +29.1282 +24.4248 +45.1745 +77.6908 +104.993 +149.004 +164.878 +183.994 +228.106 +281.049 +269.066 +265.274 +249.44 +236.005 +261.957 +267.663 +248.883 +239.794 +228.054 +200.216 +140.674 +89.6767 +42.1517 +24.374 +29.1265 +24.4265 +42.3686 +76.5579 +108.842 +120.965 +144.172 +186.269 +214.031 +221.409 +215.473 +206.568 +187.662 +187.475 +199.214 +225.025 +218.662 +229.803 +203.309 +197.798 +140.749 +92.0759 +45.0461 +24.3739 +29.1263 +24.3741 +42.9371 +82.6352 +115.092 +120.726 +152.447 +152.396 +208.319 +234.31 +231.615 +220.973 +195.339 +189.91 +204.196 +215.004 +209.556 +211.402 +211.56 +189.033 +131.259 +87.3239 +41.4078 +24.374 +29.1262 +24.374 +44.1823 +77.4084 +104.905 +149.745 +165.148 +187.744 +247.996 +297.286 +293.433 +296.268 +266.096 +248.329 +278.798 +292.981 +283.888 +274.879 +267.513 +241.016 +162.442 +89.7925 +42.3075 +24.3739 +29.1265 +24.4268 +45.845 +78.5738 +105.812 +152.397 +166.926 +184.188 +215.638 +253.153 +255.607 +267.269 +228.027 +216.42 +245.048 +251.366 +233.742 +234.804 +230.484 +208.059 +140.775 +89.7795 +41.7224 +24.3741 +29.1263 +24.374 +45.8332 +78.2231 +105.636 +152.32 +166.93 +183.736 +219.947 +249.379 +259.269 +258.845 +224.14 +204.035 +223.264 +218.942 +206.225 +213.69 +214.044 +199.955 +140.397 +90.5623 +40.4732 +24.3739 +29.1263 +24.374 +43.0988 +76.7765 +104.11 +150.929 +166.291 +183.503 +215.335 +232.006 +210.756 +208.243 +191.794 +185.891 +210.192 +217.816 +206.814 +213.318 +213.791 +199.665 +141.74 +91.9026 +40.4102 +24.3742 +29.1788 +24.3738 +41.5628 +76.176 +103.25 +153.33 +167.073 +184.226 +215.664 +231.753 +210.676 +208.152 +191.504 +185.264 +208.07 +216.746 +205.441 +213.174 +213.671 +200.152 +141.753 +93.2307 +41.9094 +24.3738 +29.1263 +24.374 +39.0439 +74.9657 +107.131 +123.853 +144.862 +186.237 +213.395 +220.891 +208.839 +203.945 +187.63 +184.81 +197.355 +220.582 +215.51 +222.684 +202.421 +197.588 +140.557 +91.9985 +44.2009 +24.374 +29.1262 +24.3739 +39.8153 +77.6054 +111.195 +120.791 +151.447 +151.161 +206.914 +226.086 +202.5 +202.245 +183.702 +180.89 +195.966 +205.591 +198.529 +203.295 +202.906 +189.257 +132.103 +89.0909 +40.4524 +24.3946 +29.1262 +24.3739 +41.6533 +76.186 +103.35 +154.254 +168.14 +184.438 +216.878 +231.971 +210.837 +208.31 +191.725 +184.734 +208.605 +216.587 +205.962 +213.4 +213.764 +200.703 +142.469 +93.2486 +40.479 +24.3741 +29.1263 +24.3741 +41.7236 +75.9801 +102.936 +153.38 +167.171 +184.406 +215.995 +232.05 +213.706 +214.945 +198.08 +187.296 +210.987 +219.347 +219.692 +220.45 +220.524 +200.038 +140.584 +89.6794 +40.839 +24.374 +29.1264 +24.3742 +43.0587 +77.0094 +104.188 +150.705 +164.981 +183.4 +215.37 +232.871 +211.402 +208.487 +191.681 +184.749 +208.421 +221.292 +205.202 +213.508 +213.898 +199.732 +140.372 +91.4459 +40.464 +24.374 +29.1264 +24.3741 +42.2473 +76.2919 +103.341 +151.994 +165.884 +183.79 +215.552 +233.563 +219.248 +218.537 +200.268 +188.842 +215.808 +227.709 +220.501 +222.285 +218.637 +200.033 +140.992 +90.2595 +40.423 +24.374 +29.1265 +24.4265 +42.6022 +76.6198 +103.753 +150.325 +165.377 +183.162 +216.965 +231.708 +211.157 +208.523 +192.028 +186.376 +209.493 +215.795 +206.463 +213.246 +213.782 +200.459 +141.751 +93.2296 +41.8765 +24.374 +29.1264 +24.3742 +39.2684 +75.853 +107.026 +124.151 +148.545 +187.8 +216.217 +222.049 +210.054 +205.938 +188.779 +186.262 +199.201 +224.062 +216.473 +222.067 +203.032 +198.82 +143.861 +95.6006 +44.191 +24.4242 +29.1262 +24.3739 +39.7316 +75.2409 +107.823 +121.931 +152.61 +154.428 +209.666 +228.64 +205.014 +204.933 +186.52 +184.412 +198.687 +208.722 +203.813 +206.297 +205.945 +191.996 +134.631 +91.0362 +40.4718 +24.3825 +29.1262 +24.3739 +42.9274 +75.3529 +102.189 +154.629 +168.4 +186.81 +218.729 +233.348 +210.437 +207.921 +192.59 +185.733 +209.517 +216.092 +206.883 +213.268 +214.779 +201.791 +143.527 +93.2403 +40.4296 +24.3741 +29.1265 +24.4267 +41.6208 +75.7308 +102.745 +156.375 +166.763 +183.511 +215.481 +232.308 +215.3 +214.075 +193.377 +186.653 +210.504 +218.702 +207.316 +213.527 +213.954 +199.809 +140.777 +91.7962 +40.455 +24.374 +29.1264 +24.3742 +42.1923 +76.33 +103.462 +153.309 +165.482 +184.289 +216.381 +250.705 +251.384 +252.466 +226.879 +216.389 +240.262 +255.069 +232.854 +225.892 +218.486 +199.952 +140.555 +89.6889 +41.1867 +24.374 +29.1264 +24.3742 +43.7564 +77.2399 +104.719 +150.942 +165.15 +183.569 +215.642 +241.704 +225.154 +220.158 +202.695 +189.577 +216.728 +226.855 +221.622 +223.192 +222.637 +200.178 +140.594 +89.6614 +40.4885 +24.374 +29.1265 +24.4267 +43.3329 +76.9103 +104.098 +151.914 +165.76 +183.26 +216.156 +231.998 +210.874 +208.237 +191.624 +185.063 +209.898 +218.666 +207.052 +213.25 +213.718 +200.479 +142.809 +93.2485 +41.8339 +24.374 +29.1789 +24.3738 +38.9424 +75.5837 +106.92 +138.667 +148.573 +189.385 +216.623 +223.744 +211.649 +206.904 +190.534 +188.362 +201.127 +225.036 +219.554 +223.359 +205.331 +200.637 +143.893 +95.6807 +44.19 +24.4095 +29.1262 +24.3739 +40.171 +75.8823 +107.636 +135.711 +152 +154.599 +209.746 +228.54 +205.049 +204.038 +186.139 +184.072 +199.132 +210.263 +218.071 +206.295 +206 +191.936 +134.6 +91.1928 +40.4429 +24.3739 +29.1264 +24.3835 +43.116 +77.0826 +103.524 +168.959 +168.493 +186.81 +218.21 +234.689 +211.75 +209.877 +194.754 +187.733 +211.318 +219.878 +224.301 +216.42 +216.955 +203.002 +144.033 +93.6063 +40.4858 +24.374 +29.1262 +24.374 +43.1833 +77.2291 +103.808 +169.001 +168.987 +186.961 +218.386 +235.304 +212.654 +209.805 +195.057 +188.314 +212.285 +219.388 +222.755 +215.503 +216.942 +202.978 +144.079 +93.4532 +40.4387 +24.4064 +29.1262 +24.3739 +42.4051 +76.6721 +103.367 +168.916 +169.89 +187.447 +218.371 +233.346 +210.909 +208.72 +192.429 +186.714 +211.662 +219.046 +220.974 +212.974 +213.489 +200.578 +143.869 +93.2716 +40.4809 +24.3789 +29.1262 +24.3739 +42.0169 +75.3529 +102.623 +168.847 +169.599 +186.727 +218.141 +233.696 +212.196 +209.637 +192.803 +187.845 +211.801 +223.759 +222.804 +214.329 +214.417 +200.905 +143.449 +93.2472 +40.4685 +24.374 +29.1263 +24.3741 +42.1285 +75.4054 +102.528 +168.858 +168.526 +186.607 +218.329 +233.321 +210.58 +207.966 +191.368 +185.751 +210.332 +218.842 +221.2 +213.231 +213.604 +200.667 +143.174 +93.2782 +41.8707 +24.3741 +29.1264 +24.3742 +39.4761 +74.735 +106.692 +138.658 +146.179 +186.506 +214.106 +221.045 +215.779 +215.394 +194.491 +190.611 +205.016 +225.369 +234.997 +221.486 +202.311 +197.957 +140.522 +92.0007 +44.2433 +24.4171 +29.1261 +24.3739 +40.9888 +79.0281 +112.028 +135.129 +151.555 +151.376 +217.467 +243.049 +234.361 +236.508 +210.326 +205.747 +219.068 +229.909 +231.769 +218.423 +215.206 +197.001 +131.204 +87.5111 +42.1434 +24.4266 +29.1261 +24.3739 +44.1616 +77.1803 +104.435 +165.989 +167.879 +185.988 +217.392 +233.712 +212.389 +209.524 +193.066 +187.724 +212.033 +222.185 +223.367 +215.204 +216.048 +202.941 +143.958 +93.3776 +40.4429 +24.3741 +29.1265 +24.4267 +42.6086 +76.9042 +104.802 +168.906 +169.1 +186.824 +218.449 +234.717 +212.432 +210.086 +194.456 +187.685 +211.908 +220.67 +223.496 +215.326 +215.148 +203.013 +144.007 +93.3392 +40.4365 +24.374 +29.1265 +24.4267 +42.6524 +75.353 +102.286 +168.891 +168.814 +186.792 +218.204 +232.13 +210.438 +207.826 +191.372 +184.538 +208.761 +225.008 +227.389 +215.116 +213.781 +199.549 +141.069 +91.8909 +40.4442 +24.4 +29.1262 +24.3739 +41.6735 +76.8627 +104.005 +165.28 +168.465 +185.506 +217.204 +233.534 +211.147 +208.362 +193.127 +188.611 +213.819 +223.566 +222.923 +213.996 +215.316 +201.172 +143.891 +93.2943 +40.437 +24.3741 +29.1265 +24.4267 +42.2102 +75.5624 +102.544 +168.888 +169.41 +186.908 +218.816 +233.306 +210.805 +208.56 +193.057 +186.171 +210.907 +219.698 +221.185 +213.224 +213.61 +200.263 +142.525 +93.2305 +41.8351 +24.4264 +29.1262 +24.3739 +39.3377 +74.6605 +106.847 +138.706 +148.559 +188.103 +217.468 +222.768 +210.661 +204.668 +189.378 +188.176 +200.839 +226.179 +232.329 +221.828 +202.97 +198.884 +143.858 +95.6517 +44.1836 +24.3996 +29.1262 +24.3739 +40.0608 +75.618 +108.705 +135.586 +154.166 +154.786 +210.05 +229.134 +204.968 +204.979 +186.237 +183.709 +198.774 +210.158 +218.139 +206.261 +206.052 +191.941 +134.718 +91.2556 +40.4792 +24.374 +29.1262 +24.374 +43.4544 +77.6129 +104.12 +168.97 +169.026 +186.945 +218.838 +233.422 +210.549 +207.805 +191.461 +185.056 +209.123 +218.51 +221.095 +213.131 +214.365 +201.077 +143.959 +93.2339 +40.418 +24.3741 +29.1752 +24.3776 +41.8612 +75.7571 +102.801 +168.834 +167.212 +184.877 +216.444 +232.505 +211.816 +209.694 +192.514 +184.579 +209.126 +221.482 +221.417 +213.393 +214.711 +201.778 +143.83 +93.2654 +40.4715 +24.374 +29.1264 +24.3741 +41.8711 +75.7902 +102.879 +168.849 +169.84 +186.77 +218.328 +232.75 +210.429 +207.789 +192.115 +188.166 +212.142 +223.937 +222.252 +214.714 +215.203 +202.879 +143.934 +93.3623 +40.457 +24.3739 +29.1263 +24.3741 +42.3234 +75.4054 +102.534 +168.891 +170.581 +189.39 +219.373 +234.849 +212.81 +208.607 +194.141 +188.264 +213.717 +225.247 +223.928 +215.701 +216.952 +202.922 +144.035 +93.3876 +40.48 +24.374 +29.1263 +24.374 +43.4466 +77.7946 +104.382 +168.942 +169.346 +187.668 +218.481 +234.998 +211.885 +209.359 +192.852 +187.827 +211.951 +221.116 +222.877 +215.794 +215.103 +202.963 +143.928 +93.3113 +41.8398 +24.3741 +29.179 +24.3738 +39.4766 +74.4049 +106.364 +136.546 +148.008 +186.482 +214.575 +220.449 +208.679 +204.082 +187.586 +185.175 +200.722 +224.931 +230.958 +222.718 +202.266 +197.503 +140.379 +92.001 +44.1826 +24.3946 +29.1261 +24.3739 +39.9584 +78.7049 +112.662 +135.233 +152.827 +151.555 +209.115 +230.096 +213.839 +213.95 +192.611 +185.122 +198.49 +210.165 +215.038 +203.175 +202.592 +189.929 +134.382 +90.9469 +40.4086 +40.4786 +24.3768 +29.1262 +24.3739 +41.9997 +76.1143 +103.22 +151.98 +167.368 +185.309 +218.178 +233.224 +212.629 +211.026 +195.796 +190.536 +218.16 +240.756 +223.405 +214.613 +215.158 +202.947 +143.99 +93.3959 +40.4515 +24.374 +29.1264 +24.3741 +43.1567 +77.4 +105.541 +154.074 +168.792 +187.683 +219.154 +235.094 +213.707 +211.254 +194.844 +188.421 +218.119 +240.791 +223.416 +215.515 +216.052 +202.915 +143.979 +93.2972 +40.4922 +24.3739 +29.1263 +24.3741 +42.9594 +75.4055 +102.137 +154.298 +169.097 +187.299 +219.126 +235.324 +213.128 +210.864 +195.729 +188.573 +217.792 +240.722 +222.566 +214.625 +214.746 +202.958 +143.98 +93.3596 +40.4526 +24.374 +29.1264 +24.3742 +43.2827 +75.3529 +102.137 +153.48 +168.043 +186.544 +218.178 +235.006 +211.905 +209.214 +194.935 +189.27 +217.232 +240.782 +222.513 +214.618 +215.593 +202.876 +143.92 +93.2939 +40.4708 +24.3741 +29.1263 +24.3741 +42.7382 +75.4055 +102.195 +150.748 +166.593 +184.068 +215.651 +233.036 +211.559 +209.091 +193.72 +189.347 +218.904 +240.104 +222.506 +214.25 +215.138 +201.805 +143.924 +93.3264 +41.9124 +24.374 +29.1262 +24.374 +40.9888 +74.4051 +107.34 +123.911 +147.379 +188.946 +216.31 +223.621 +211.761 +207.075 +191.191 +189.597 +206.421 +245.485 +233.807 +224.343 +205.262 +200.734 +143.962 +95.719 +44.1896 +24.374 +29.1791 +24.3738 +40.5922 +76.3118 +108.11 +122.994 +154.479 +154.491 +209.754 +228.738 +204.983 +204.864 +186.088 +184.759 +203.328 +227.498 +218.15 +204.447 +204.148 +191.91 +134.439 +91.0018 +40.4113 +24.4225 +29.1262 +24.3739 +42.6571 +75.3529 +102.148 +154.596 +171.969 +186.87 +219.153 +234.731 +212.177 +209.47 +194.897 +189.198 +218.272 +240.759 +222.97 +214.621 +214.732 +202.543 +143.937 +93.3111 +40.4219 +24.374 +29.1366 +24.4166 +43.1841 +75.353 +102.382 +152.462 +166.956 +185.298 +218.544 +233.577 +211.056 +208.235 +192.388 +188.279 +216.405 +239.909 +222.578 +214.616 +215.968 +203.021 +143.97 +93.3608 +40.4502 +24.374 +29.1264 +24.3742 +43.1216 +77.2343 +105.293 +152.542 +168.35 +186.684 +218.572 +234.195 +210.584 +208.279 +193.278 +187.519 +215.588 +239.92 +222.097 +214.6 +215.138 +201.677 +143.885 +93.2469 +40.4195 +24.3741 +29.1265 +24.4267 +41.7633 +75.3529 +102.936 +151.204 +165.672 +183.213 +215.346 +233.695 +223.038 +211.071 +193.244 +186.83 +218.203 +248.441 +221.145 +212.942 +213.952 +200.496 +143.539 +93.2902 +40.4078 +24.374 +29.1265 +24.4265 +43.2662 +76.5569 +102.919 +154.614 +170.435 +187.25 +218.377 +235.355 +213.358 +210.108 +194.851 +189.524 +218.043 +240.784 +223.316 +215.229 +214.75 +203.014 +143.976 +93.3957 +41.8377 +24.374 +29.1756 +24.3772 +41.2366 +76.8959 +108.839 +123.185 +147.65 +189.066 +216.317 +223.566 +211.534 +206.735 +190.948 +188.75 +204.684 +245.457 +233.745 +224.286 +205.329 +200.7 +144.075 +95.8829 +44.1895 +24.374 +29.1265 +24.4268 +40.5073 +76.1488 +107.974 +124.262 +155.744 +154.678 +210.005 +228.673 +205.029 +204.995 +187.623 +185.432 +203.303 +227.539 +218.084 +206.211 +206.023 +191.882 +134.493 +91.0564 +40.4033 +24.3741 +29.1788 +24.3738 +42.8879 +75.3529 +102.137 +154.605 +169.535 +187.313 +219.229 +234.722 +213.01 +210.596 +197.117 +192.405 +219.488 +240.747 +223.763 +216.424 +216.904 +202.985 +144.029 +93.3748 +40.479 +24.374 +29.1263 +24.374 +43.5762 +75.4055 +102.137 +154.376 +169.917 +187.477 +219.188 +235.065 +213.762 +211.161 +195.039 +190.546 +218.388 +240.819 +224.296 +216.447 +216.929 +203.105 +143.988 +93.5097 +40.4634 +24.3741 +29.1263 +24.3741 +43.303 +77.3461 +103.898 +154.354 +168.938 +186.669 +218.596 +234.868 +213.781 +211.152 +194.819 +188.709 +218.112 +240.867 +224.421 +216.508 +217.048 +203.08 +144.145 +93.7083 +40.4708 +24.3741 +29.1263 +24.3741 +43.4365 +77.3356 +103.714 +154.354 +168.969 +186.931 +218.36 +234.823 +214.036 +211.29 +195.273 +189.377 +216.841 +240.824 +224.347 +216.485 +217.002 +203.06 +144.23 +93.7114 +40.4074 +24.374 +29.1791 +24.3738 +43.7542 +77.8772 +104.396 +154.736 +168.786 +186.887 +218.237 +234.811 +213.668 +211.473 +195.292 +189.433 +216.672 +240.842 +224.267 +216.468 +217.02 +203.116 +144.194 +93.6582 +41.8655 +24.4058 +29.1262 +24.3739 +41.0458 +76.6568 +108.482 +123.749 +147.656 +189.129 +216.311 +221.459 +209.263 +204.322 +187.968 +186.932 +204.597 +244.309 +231.961 +222.936 +202.958 +198.356 +142.849 +95.5602 +44.179 +24.392 +29.1262 +24.3739 +39.3718 +75.0969 +108.13 +120.875 +151.719 +153.709 +206.634 +225.629 +202.022 +205.268 +183.178 +183.823 +200.761 +224.549 +214.967 +203.053 +202.738 +188.56 +130.888 +87.3156 +40.4843 +24.374 +29.1262 +24.3739 +41.4589 +77.7759 +105.373 +150.731 +165.813 +184.979 +215.025 +231.826 +210.662 +208.263 +196.134 +193.99 +218.393 +239.22 +222.799 +214.314 +214.537 +201.151 +143.904 +93.3341 +40.4058 +24.374 +29.1788 +24.3738 +42.2306 +75.9134 +102.696 +154.619 +171.356 +187.269 +218.521 +235.232 +214.01 +211.659 +195.151 +191.865 +218.61 +240.838 +224.342 +216.465 +216.926 +202.947 +144.066 +93.4921 +40.4263 +24.374 +29.1265 +24.4267 +43.8495 +77.9515 +104.812 +154.654 +169.821 +186.639 +218.59 +235.174 +214.165 +212.381 +195.836 +191.648 +219.643 +240.83 +224.295 +216.457 +216.927 +202.973 +144.148 +93.5721 +40.4077 +24.374 +29.1791 +24.3738 +43.452 +75.353 +102.137 +154.635 +170.244 +187.299 +220.065 +236.069 +214.892 +212.247 +196.723 +193.269 +219.565 +240.861 +224.244 +216.439 +216.915 +202.981 +144.015 +93.3818 +40.4727 +24.3741 +29.1263 +24.374 +43.1132 +75.4055 +102.137 +168.807 +166.291 +184.454 +218.058 +233.566 +210.24 +209.665 +195.049 +190.989 +219.503 +240.734 +223.151 +214.645 +215.069 +203.001 +143.947 +93.3921 +41.8406 +24.422 +29.1262 +24.3739 +41.4374 +74.4049 +107.006 +138.853 +150.447 +190.125 +216.655 +223.682 +211.705 +207.097 +191.011 +189.91 +206.396 +245.493 +233.871 +224.263 +205.382 +200.627 +143.985 +95.8105 +44.1833 +24.4197 +29.1262 +24.3739 +41.3543 +76.9219 +108.562 +138.853 +155.251 +155.997 +210.449 +228.953 +205.333 +205.425 +186.749 +186.169 +204.185 +227.803 +218.313 +206.416 +206.232 +192.113 +134.869 +91.4338 +40.4473 +24.3739 +29.1265 +24.4267 +43.6588 +78.1732 +104.823 +169.128 +168.813 +187.692 +219.654 +235.89 +213.715 +211.173 +195.308 +189.147 +217.824 +240.964 +224.247 +216.554 +216.915 +203.216 +144.342 +93.8033 +40.437 +24.374 +29.1264 +24.374 +44.6205 +78.215 +104.962 +169.174 +170.148 +187.625 +219.622 +235.298 +213.97 +211.609 +196.04 +190.453 +220.008 +241.139 +224.725 +216.735 +216.98 +203.281 +144.42 +93.8185 +40.5095 +24.3741 +29.1264 +24.3741 +45.386 +78.4587 +104.893 +169.331 +169.586 +187.067 +218.957 +235.267 +214.406 +211.731 +195.483 +191.289 +219.876 +241.209 +224.546 +216.817 +217.029 +203.335 +144.592 +94.0613 +41.0896 +24.3741 +29.1265 +24.4268 +45.8287 +79.4702 +105.811 +169.564 +168.792 +187.092 +218.744 +235.385 +213.816 +211.376 +194.993 +189.166 +218.669 +241.209 +224.833 +216.745 +217.038 +203.282 +144.497 +93.9657 +40.9199 +24.374 +29.1791 +24.3738 +45.5657 +79.3191 +105.335 +169.578 +169.912 +187.185 +218.699 +235.113 +214.093 +211.712 +196.093 +191.766 +219.228 +241.107 +224.426 +216.567 +216.966 +202.976 +144.325 +93.7328 +42.27 +24.374 +29.1263 +24.3741 +42.9233 +77.9876 +109.251 +138.865 +148.028 +189.221 +216.606 +223.805 +211.936 +207.109 +190.827 +189.159 +206.481 +246.044 +234.119 +224.528 +205.539 +200.839 +144.631 +96.3789 +44.8608 +24.3804 +29.1262 +24.3739 +43.324 +78.6432 +109.826 +139.549 +155.453 +155.149 +210.364 +229.22 +205.268 +205.196 +186.885 +185.373 +202.943 +228.337 +218.715 +206.915 +206.811 +192.643 +135.419 +92.0065 +41.1333 +24.3926 +29.1262 +24.374 +45.6134 +79.5114 +105.918 +169.821 +169.313 +187.844 +218.917 +235.278 +213.975 +211.341 +195.716 +189.27 +217.372 +241.44 +224.755 +217.05 +217.324 +203.492 +144.826 +94.2935 +41.077 +24.3741 +29.1265 +24.4265 +45.7927 +79.6284 +105.768 +169.553 +171.769 +187.483 +219.105 +235.141 +214.038 +211.395 +196.235 +191.917 +219.817 +240.924 +224.345 +216.577 +217.081 +202.869 +144.135 +93.6445 +40.5579 +24.374 +29.1264 +24.3742 +44.4969 +78.0743 +104.501 +168.982 +170.983 +187.814 +219.21 +234.86 +213.547 +211.788 +196.334 +191.349 +219.57 +240.8 +224.1 +216.43 +216.819 +202.685 +144.025 +93.3467 +40.4447 +24.374 +29.1264 +24.3741 +43.2138 +75.3831 +102.137 +168.888 +171.136 +187.621 +219.068 +235.388 +213.554 +211.635 +196.571 +191.929 +219.528 +240.791 +224.275 +216.436 +216.836 +202.727 +143.972 +93.4792 +40.478 +24.374 +29.1262 +24.374 +43.4706 +75.353 +102.189 +168.963 +169.198 +187.454 +219.349 +234.814 +213.727 +211.238 +195.255 +189.879 +218.589 +240.813 +223.933 +216.449 +216.837 +202.877 +143.989 +93.5804 +41.9157 +24.374 +29.1262 +24.3739 +40.7092 +76.7462 +108.558 +138.787 +148.1 +189.138 +216.941 +223.663 +211.886 +206.862 +191.087 +188.842 +206.775 +245.422 +233.855 +224.097 +205.169 +200.504 +143.975 +95.7695 +44.2036 +24.3739 +29.1262 +24.374 +41.5418 +76.8178 +108.801 +138.838 +155.082 +154.745 +210.508 +228.648 +204.999 +204.931 +186.601 +185.395 +203.731 +227.693 +218.202 +206.299 +206.103 +192.052 +134.801 +91.3649 +40.4104 +24.4239 +29.1262 +24.3739 +43.6486 +77.2926 +104.313 +168.988 +171.89 +188.775 +219.808 +235.171 +214.496 +212.479 +196.65 +191.667 +219.413 +240.849 +224.338 +216.445 +216.768 +203.026 +143.986 +93.5122 +40.4087 +24.374 +29.1265 +24.4265 +43.742 +77.739 +104.251 +168.992 +169.886 +187.161 +218.62 +234.941 +213.784 +211.328 +196.966 +192.453 +219.703 +240.856 +223.792 +216.468 +216.785 +202.828 +144.009 +93.6222 +40.4806 +24.374 +29.1263 +24.374 +44.1219 +78.0771 +104.61 +168.989 +168.762 +187.626 +219.226 +235.302 +214.119 +211.774 +195.397 +191.09 +219.582 +240.776 +224.54 +216.447 +216.833 +202.049 +143.967 +93.4577 +40.4329 +24.3739 +29.1264 +24.3742 +43.8036 +77.5295 +103.966 +168.964 +171.05 +187.216 +218.6 +235.216 +213.868 +211.377 +195.57 +190.347 +218.659 +240.942 +223.647 +216.545 +216.921 +202.319 +144.183 +93.7771 +40.6841 +24.3741 +29.1264 +24.3741 +45.5912 +79.2041 +105.162 +169.312 +170.915 +187.195 +218.79 +235.03 +213.877 +211.29 +195.421 +190.024 +218.838 +240.989 +224.395 +216.643 +216.934 +202.607 +144.301 +93.8384 +42.1717 +24.4222 +29.1262 +24.3739 +42.7505 +77.7114 +109.243 +138.907 +149.392 +189.295 +216.594 +223.438 +211.703 +206.804 +190.611 +189.269 +206.19 +245.466 +233.21 +223.385 +205.106 +200.98 +143.927 +95.6772 +44.1856 +24.3982 +29.1262 +24.3739 +41.4036 +76.7755 +108.735 +138.819 +155.183 +154.717 +209.947 +228.571 +205.001 +205.227 +187.26 +185.688 +203.981 +227.534 +218.076 +206.153 +205.94 +191.878 +134.487 +91.0568 +40.4064 +24.3741 +29.179 +24.3738 +44.2586 +77.9692 +104.6 +169.088 +171.667 +187.609 +219.245 +235.248 +214.01 +211.453 +195.539 +190.734 +218.701 +241.215 +225.131 +216.763 +217.295 +203.392 +144.617 +94.176 +41.1536 +24.3741 +29.1265 +24.4265 +46.8992 +80.4455 +106.778 +169.812 +171.624 +187.485 +219.097 +235.394 +214.047 +211.375 +195.975 +189.7 +219.003 +241.407 +224.215 +216.948 +217.092 +203.534 +144.647 +94.175 +41.3485 +24.374 +29.1264 +24.374 +46.4201 +80.0373 +106.138 +169.626 +170.668 +187.415 +218.919 +235.163 +213.947 +211.454 +195.137 +189.792 +218.226 +241.361 +224.652 +216.952 +217.056 +203.71 +144.616 +94.1111 +40.9339 +24.374 +29.1265 +24.4267 +45.6931 +79.4741 +105.771 +169.685 +171.503 +187.875 +218.993 +235.401 +214.079 +211.305 +195.258 +189.64 +218.955 +241.245 +225.444 +216.95 +217.037 +203.908 +144.598 +94.0959 +41.1147 +24.3741 +29.1264 +24.3742 +45.7942 +79.3698 +105.754 +169.448 +170.396 +187.022 +218.778 +235.023 +214.172 +211.381 +194.797 +190.528 +218.64 +241.159 +224.313 +216.648 +216.91 +203.702 +144.217 +93.7929 +41.8389 +24.374 +29.1263 +24.4267 +41.7583 +77.1707 +108.703 +138.867 +150.553 +189.406 +216.827 +223.565 +211.569 +206.88 +190.83 +189.457 +205.816 +245.516 +234.3 +224.23 +205.075 +200.805 +144.002 +95.9363 +44.1802 +24.3741 +29.1791 +24.3738 +41.3382 +76.9677 +108.756 +138.873 +156.291 +154.802 +209.6 +228.611 +205.141 +205.189 +186.402 +185.098 +203.403 +227.819 +218.232 +206.507 +206.315 +192.322 +135.031 +91.6666 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_q.csv new file mode 100644 index 0000000..1061ee0 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_11_0_q.csv @@ -0,0 +1,8760 @@ +21.4041 +11.8048 +14.1065 +11.8048 +19.9165 +37.128 +52.4563 +67.2632 +76.1436 +75.1748 +101.857 +110.903 +99.3002 +99.4626 +90.4626 +89.9146 +98.4412 +110.247 +105.58 +99.799 +99.8334 +92.8149 +65.3282 +44.2515 +19.5892 +11.8165 +14.1064 +11.8048 +21.3681 +37.7589 +50.7025 +81.8728 +83.5539 +90.7122 +105.984 +113.774 +103.57 +102.433 +94.6487 +92.254 +105.813 +116.674 +109.012 +104.875 +105.194 +98.0795 +69.7759 +45.3923 +19.6057 +11.8049 +14.1065 +11.8049 +21.5978 +37.8932 +50.7952 +81.9659 +83.7093 +90.7797 +106.041 +113.876 +103.598 +102.376 +94.6696 +93.0296 +105.924 +116.81 +108.655 +105.014 +105.158 +98.3137 +69.913 +45.5183 +19.7347 +11.8049 +14.1252 +11.8117 +21.8978 +38.2155 +51.0641 +82.1976 +82.7998 +90.9113 +106.274 +113.883 +103.618 +102.391 +94.5363 +91.9634 +105.891 +116.797 +108.841 +104.957 +105.205 +98.3598 +69.9012 +45.4863 +19.7695 +11.8048 +14.1066 +11.8304 +21.9282 +38.1929 +50.8748 +82.0446 +83.3075 +90.6027 +106.211 +113.804 +103.572 +102.439 +94.5326 +91.5806 +104.997 +116.749 +109.1 +104.891 +105.271 +98.334 +69.9314 +45.5356 +19.7155 +11.8048 +14.1065 +11.8049 +21.8324 +38.0099 +50.6764 +82.1743 +82.8807 +90.7442 +106.244 +113.764 +103.551 +102.299 +94.6176 +91.5488 +106.443 +116.729 +108.531 +104.908 +105.288 +98.2372 +69.7659 +45.3527 +20.2968 +11.8063 +14.1065 +11.8048 +20.5033 +37.5285 +52.7945 +67.2352 +73.2355 +91.5665 +105.157 +108.345 +102.226 +100.328 +92.5843 +91.8198 +100.264 +119.055 +113.419 +108.916 +99.4828 +97.081 +69.8884 +46.5684 +21.652 +11.8238 +14.1064 +11.8048 +20.9592 +37.8397 +53.2989 +67.4782 +76.1164 +75.1526 +101.759 +110.688 +99.3739 +99.333 +90.6173 +89.9815 +98.5981 +110.429 +105.626 +99.6883 +99.9249 +93.2933 +65.4165 +44.4338 +19.846 +11.8049 +14.1169 +11.8201 +22.0009 +38.229 +51.2123 +82.1276 +83.2849 +90.8829 +106.098 +113.873 +103.712 +102.394 +94.538 +91.7506 +106.492 +116.823 +108.716 +104.989 +105.438 +98.6278 +70.0222 +45.5867 +19.8715 +11.8048 +14.1065 +11.8049 +22.138 +38.6036 +51.311 +82.1337 +82.8629 +90.747 +105.959 +113.695 +103.46 +102.214 +94.3105 +91.3967 +105.727 +116.673 +108.727 +104.854 +105.35 +98.3694 +69.7561 +45.2955 +19.6015 +11.8049 +14.1065 +11.8049 +21.1893 +36.4952 +49.4926 +81.8146 +84.1585 +91.4646 +106.179 +114.064 +103.2 +101.98 +94.3795 +91.4343 +105.165 +115.715 +108.064 +104.547 +105.403 +98.4447 +69.779 +45.4047 +19.7771 +11.8096 +14.1065 +11.8048 +22.548 +38.983 +51.8686 +82.1687 +82.9481 +90.8975 +106.471 +114.527 +103.967 +102.657 +94.7881 +92.0507 +104.616 +116.79 +109.583 +104.967 +105.47 +98.6962 +69.9585 +45.5396 +19.7316 +11.8048 +14.1065 +11.8049 +21.7392 +38.0703 +50.9876 +82.0662 +83.5986 +90.7268 +105.96 +113.904 +103.54 +102.387 +94.4281 +91.3075 +105.324 +116.631 +108.607 +104.841 +105.426 +98.5068 +69.7212 +45.2705 +20.274 +11.8049 +14.1066 +11.8049 +19.9949 +36.036 +51.4522 +67.2342 +72.8582 +91.8829 +105.054 +108.177 +102.351 +100.274 +92.4097 +91.8966 +100.36 +118.882 +113.944 +109.408 +99.5617 +97.313 +69.7275 +46.3709 +21.3885 +11.8169 +14.1064 +11.8048 +19.8149 +37.1118 +52.5156 +67.23 +75.5133 +74.8537 +101.86 +110.552 +99.2532 +99.4684 +90.4215 +89.5862 +97.3774 +110.221 +105.791 +99.8154 +99.7973 +92.8849 +65.2586 +44.2401 +19.5752 +11.8271 +14.1064 +11.8048 +21.1239 +37.6376 +50.6779 +81.9084 +82.6279 +90.6876 +105.745 +113.811 +103.492 +102.222 +94.3105 +92.6687 +105.128 +116.592 +108.547 +104.811 +105.471 +98.5869 +69.7126 +45.261 +19.5689 +11.8301 +14.1064 +11.8048 +20.7589 +36.4951 +49.4707 +81.8106 +83.7278 +90.5296 +105.847 +113.798 +103.009 +102.2 +95.1895 +92.4651 +104.947 +116.601 +107.823 +104.163 +105.084 +98.6369 +69.7015 +45.2056 +19.5698 +11.8303 +14.1064 +11.8048 +21.1369 +36.4951 +49.4792 +81.8528 +83.6604 +90.5655 +105.891 +113.832 +103.536 +102.516 +94.9696 +92.3285 +104.744 +116.629 +108.965 +104.829 +105.581 +98.7314 +69.7435 +45.3121 +19.5828 +11.8222 +14.1064 +11.8048 +21.3351 +37.7653 +50.6817 +81.8609 +83.311 +91.1352 +105.874 +113.68 +103.53 +102.292 +94.415 +91.52 +105.542 +116.611 +109.342 +104.861 +105.615 +98.9002 +69.7376 +45.3407 +19.5752 +11.8264 +14.1064 +11.8048 +21.5777 +37.9212 +50.7503 +81.9047 +82.7065 +90.7361 +105.97 +113.733 +103.647 +102.327 +94.4024 +91.868 +103.903 +116.66 +108.658 +104.891 +105.662 +98.9706 +69.8288 +45.4197 +20.2615 +11.829 +14.1064 +11.8048 +20.6174 +37.5569 +52.863 +67.3291 +71.7619 +91.9211 +104.814 +108.493 +102.483 +100.214 +92.4423 +91.5059 +99.7444 +118.906 +113.277 +109.336 +99.7422 +97.6283 +69.812 +46.4499 +21.4102 +11.8201 +14.1064 +11.8048 +20.1368 +37.3481 +52.6466 +67.2651 +75.6632 +75.0822 +101.585 +110.624 +99.3122 +99.2884 +90.2867 +89.4317 +97.484 +110.264 +105.392 +99.8031 +99.8017 +93.0622 +65.2596 +44.2463 +19.5739 +11.8283 +14.1064 +11.8048 +21.7434 +38.0178 +50.9579 +82.0558 +82.7806 +90.8953 +106.211 +113.947 +103.678 +102.58 +94.8444 +91.6688 +105.528 +116.876 +109.382 +105.085 +105.742 +99.4065 +70.0896 +45.6044 +19.9958 +11.8049 +14.1066 +11.8089 +22.7384 +38.9937 +51.6155 +82.2152 +82.7483 +90.8671 +106.101 +113.826 +103.679 +102.366 +94.4272 +91.6942 +104.044 +116.791 +109.626 +104.97 +105.739 +99.2586 +70.0252 +45.5102 +19.7686 +11.8049 +14.1065 +11.8049 +21.814 +38.1974 +51.0247 +82.1187 +83.0714 +91.0713 +106.097 +113.717 +103.645 +102.346 +94.4704 +91.5366 +104.291 +116.737 +108.834 +104.957 +105.723 +99.2497 +70.0205 +45.5005 +19.7981 +11.8254 +14.1064 +11.8048 +22.1937 +38.5736 +51.1639 +82.0748 +83.1757 +90.8422 +105.971 +113.637 +104.17 +102.394 +94.5637 +91.5273 +104.903 +116.753 +108.925 +104.927 +105.708 +99.1907 +69.9707 +45.4358 +19.6421 +11.8049 +14.1066 +11.8049 +21.5953 +37.9661 +50.8184 +81.9758 +83.0675 +90.8019 +105.856 +113.57 +103.482 +102.469 +94.4334 +91.4227 +103.864 +116.706 +109.024 +104.908 +105.76 +99.1272 +69.9927 +45.4462 +20.3665 +11.8049 +14.1065 +11.8049 +20.745 +37.8817 +53.2349 +67.4674 +71.7261 +91.6729 +104.813 +108.69 +102.762 +100.205 +92.4679 +91.4182 +99.6477 +119.033 +114.198 +109.616 +99.9328 +98.1468 +70.0484 +46.646 +21.6256 +11.8055 +14.1065 +11.8048 +20.7559 +37.8328 +53.0286 +67.4718 +75.3655 +75.3515 +101.908 +110.938 +99.3179 +99.7906 +90.4289 +89.9136 +97.8761 +110.42 +106.056 +100.221 +99.9388 +93.0385 +65.4144 +44.4455 +19.8506 +11.8289 +14.1064 +11.8048 +22.1606 +38.3602 +51.0011 +82.1448 +82.9381 +90.8539 +105.998 +113.77 +103.546 +102.341 +94.4634 +91.4316 +103.694 +116.881 +109.695 +105.095 +105.85 +99.3934 +70.1539 +45.566 +19.7934 +11.8048 +14.1065 +11.8049 +21.879 +38.3849 +51.1406 +82.144 +83.2616 +90.9962 +106.004 +113.896 +103.71 +102.369 +94.6239 +91.4176 +104.051 +116.898 +109.711 +105.127 +105.996 +99.2805 +70.09 +45.4484 +19.7003 +11.8142 +14.1065 +11.8048 +21.0024 +36.4951 +49.4894 +81.8314 +84.1566 +91.4392 +106.093 +113.949 +103.728 +102.263 +94.3743 +92.0699 +105.775 +116.572 +109.462 +104.848 +105.855 +99.1304 +69.934 +45.3427 +19.5755 +11.8048 +14.1066 +11.8304 +21.2018 +37.7191 +50.6363 +81.8634 +82.6595 +90.6899 +105.799 +113.707 +103.465 +102.319 +94.2994 +91.2706 +103.59 +116.627 +108.837 +104.91 +105.865 +99.1845 +70.0586 +45.4301 +19.5794 +11.8049 +14.1066 +11.8049 +21.7599 +38.0259 +50.9065 +82.0639 +83.0829 +90.7021 +105.882 +113.808 +103.459 +102.421 +94.4161 +91.3107 +104.729 +116.639 +108.859 +104.903 +105.874 +99.13 +70.0712 +45.439 +20.3298 +11.8049 +14.1065 +11.8049 +20.7103 +37.823 +53.0366 +67.4165 +71.804 +91.8253 +104.792 +108.142 +102.701 +100.204 +92.3457 +91.2355 +97.4886 +119.134 +113.903 +109.642 +100.077 +98.1701 +70.0984 +46.7012 +21.599 +11.8221 +14.1064 +11.8048 +20.7841 +37.9203 +53.1205 +67.5771 +75.1837 +74.9774 +102.033 +111.093 +99.3619 +99.3327 +90.3911 +89.4709 +97.2425 +110.539 +105.932 +100.193 +100.052 +93.204 +65.5102 +44.5669 +20.0753 +11.8049 +14.132 +11.8116 +22.7647 +38.9741 +51.8509 +82.2976 +83.7691 +91.2749 +106.128 +114.192 +103.822 +102.533 +94.6002 +91.4032 +103.381 +117.01 +109.326 +105.214 +106.099 +99.5214 +70.3784 +45.7073 +20.0123 +11.8049 +14.1066 +11.861 +22.8428 +39.1163 +51.8022 +75.3838 +82.6657 +90.8854 +106.039 +114.033 +103.546 +102.203 +94.4188 +91.3321 +104.679 +116.721 +109.163 +105.011 +105.956 +99.2452 +70.1712 +45.4992 +19.9741 +11.8049 +14.1066 +11.8304 +22.3067 +38.7028 +51.3778 +75.2172 +82.6887 +90.9933 +105.931 +113.882 +103.42 +102.246 +94.4057 +91.1274 +103.143 +109.859 +109.3 +104.961 +105.909 +99.3615 +70.2751 +45.6068 +19.7953 +11.8048 +14.1065 +11.8049 +21.9101 +38.2339 +50.8688 +75.126 +82.579 +90.6516 +105.754 +113.803 +103.424 +102.191 +94.2596 +91.0262 +102.846 +109.748 +109.241 +104.891 +105.942 +99.2017 +70.1339 +45.4768 +19.8276 +11.8049 +14.1065 +11.8049 +22.0034 +38.3843 +51.0774 +74.4954 +82.4432 +90.6926 +105.781 +113.84 +103.392 +102.231 +94.3311 +91.4946 +103.632 +108.935 +109.276 +104.968 +105.95 +99.369 +70.2239 +45.5336 +20.4055 +11.8048 +14.1065 +11.8049 +20.5556 +37.8083 +53.1073 +60.3852 +71.6033 +91.6922 +104.815 +108.189 +102.547 +100.077 +92.5478 +91.0678 +97.1977 +111.432 +113.865 +109.424 +100.002 +97.9881 +69.8452 +46.3911 +21.3921 +11.8049 +14.1065 +11.8049 +20.0142 +37.203 +52.535 +60.202 +74.998 +74.9101 +102.084 +111.044 +99.413 +99.2977 +90.3651 +89.406 +97.0422 +103.566 +106.045 +100.364 +100.014 +93.1601 +65.4118 +44.4685 +19.95 +11.8049 +14.1066 +11.8303 +22.8677 +39.0407 +51.8981 +75.2661 +83.3426 +91.0655 +105.879 +113.963 +103.577 +102.238 +94.4685 +91.2578 +104.13 +109.941 +109.635 +105.037 +105.937 +99.2981 +70.217 +45.5292 +19.9553 +11.8087 +14.1065 +11.8048 +22.4571 +38.6861 +51.4307 +75.0698 +82.5036 +90.8658 +105.813 +113.828 +103.436 +102.204 +94.303 +90.8768 +102.77 +108.529 +109.275 +104.817 +105.881 +99.0715 +69.8916 +45.1808 +19.6004 +11.808 +14.1065 +11.8048 +21.0975 +36.4951 +49.4926 +74.7383 +82.5663 +90.8055 +105.897 +113.948 +103.375 +102.236 +94.3459 +91.1358 +102.874 +109.122 +109.293 +104.868 +105.908 +99.1372 +70.0443 +45.3881 +19.6073 +11.8048 +14.1065 +11.8048 +21.6731 +37.9088 +50.8976 +74.7865 +82.3752 +90.7667 +105.76 +113.838 +103.407 +102.275 +94.2927 +91.1924 +103.644 +109.395 +109.315 +104.903 +105.964 +99.1433 +70.0553 +45.3973 +19.6049 +11.8052 +14.1065 +11.8048 +21.2889 +37.7469 +50.5902 +74.7723 +82.2247 +90.6233 +106.024 +113.73 +103.442 +102.222 +94.3551 +91.2205 +102.746 +109.009 +109.282 +104.872 +105.915 +99.1399 +69.9868 +45.3364 +20.2975 +11.8052 +14.1065 +11.8048 +19.9034 +37.2056 +52.563 +60.2182 +71.7171 +91.7903 +104.733 +108.147 +102.519 +100.005 +92.155 +91.0194 +97.2258 +110.986 +113.975 +109.441 +100.041 +98.0265 +69.8821 +46.4771 +21.3982 +11.8048 +14.1065 +11.8049 +20.0146 +37.2188 +52.5399 +59.905 +74.7626 +74.6992 +101.873 +111.036 +99.4287 +99.263 +90.198 +89.8843 +97.4738 +103.316 +105.791 +100.06 +99.7308 +92.8666 +65.1194 +44.1095 +19.5842 +11.8049 +14.1066 +11.8303 +21.7219 +37.7837 +50.7354 +74.687 +82.4379 +90.6715 +105.64 +113.831 +103.486 +102.235 +94.3022 +90.9581 +102.747 +109.245 +109.306 +104.976 +105.991 +99.2896 +70.192 +45.5418 +19.9132 +11.8048 +14.1065 +11.8049 +22.4922 +38.9286 +51.6419 +74.4024 +82.5826 +90.9255 +105.993 +114.006 +103.571 +102.382 +94.5315 +91.4839 +103.117 +108.888 +109.341 +105.08 +106.02 +99.3262 +70.2352 +45.5379 +19.9666 +11.8049 +14.1065 +11.8049 +22.2242 +38.6374 +51.3862 +74.7767 +82.298 +90.5885 +105.635 +113.708 +102.745 +101.018 +93.5942 +90.881 +102.323 +107.282 +107.31 +103.077 +104.629 +98.632 +69.6685 +45.2043 +19.5889 +11.8048 +14.1065 +11.8049 +21.0826 +36.5205 +50.1439 +74.6155 +83.2973 +90.8566 +105.684 +113.818 +103.565 +102.264 +94.2791 +90.9903 +103.824 +109.135 +109.073 +104.913 +105.896 +99.174 +70.0771 +45.4295 +19.6857 +11.8049 +14.1066 +11.805 +21.8775 +38.0721 +50.8367 +74.0784 +82.3208 +90.7477 +105.839 +113.835 +103.47 +102.318 +94.2942 +91.0764 +102.742 +108.36 +109.2 +104.919 +105.864 +99.207 +70.1435 +45.4778 +20.4646 +11.8049 +14.1066 +11.805 +20.9063 +37.8956 +53.155 +59.9099 +71.3559 +91.569 +104.818 +108.298 +102.649 +100.182 +92.3478 +91.1846 +97.2037 +110.549 +113.894 +109.577 +99.9782 +98.0228 +69.969 +46.6215 +21.6023 +11.8295 +14.1064 +11.8048 +20.7156 +37.8012 +53.0037 +59.6045 +74.9223 +74.9511 +101.929 +110.981 +99.2905 +99.3284 +90.2573 +89.2089 +96.5509 +102.615 +105.713 +100.026 +99.8611 +92.8946 +65.2661 +44.2611 +19.6085 +11.8049 +14.1065 +11.8049 +21.431 +37.7614 +50.804 +74.3522 +82.1904 +90.5243 +105.806 +113.721 +103.467 +102.254 +94.2661 +91.0705 +102.829 +108.707 +108.814 +104.947 +105.898 +99.2588 +70.0939 +45.4844 +19.5881 +11.8049 +14.1065 +11.8049 +21.8642 +38.0563 +50.7943 +74.0439 +82.4205 +90.8162 +105.837 +113.717 +103.433 +102.249 +94.2616 +90.9907 +102.818 +107.656 +108.72 +104.864 +105.849 +99.1598 +70.0394 +45.4206 +19.599 +11.8049 +14.1066 +11.805 +21.5506 +37.8955 +50.7498 +73.9651 +82.3506 +90.7513 +105.765 +113.732 +103.464 +102.167 +94.2848 +90.9773 +102.625 +107.637 +109.451 +104.844 +105.817 +99.1471 +69.9178 +45.3068 +19.6271 +11.8049 +14.1321 +11.8048 +21.5236 +37.7802 +50.6133 +73.6519 +82.1893 +90.5078 +105.624 +113.582 +103.41 +102.133 +94.2227 +90.838 +102.604 +107.383 +109.323 +104.827 +105.816 +99.1146 +69.8915 +45.3242 +19.606 +11.8048 +14.1065 +11.8048 +20.8931 +37.4168 +50.451 +74.2642 +82.1802 +90.5709 +105.724 +113.63 +103.484 +102.225 +94.2944 +91.0443 +102.745 +108.047 +109.37 +104.951 +105.884 +99.2794 +70.1007 +45.527 +20.3533 +11.8048 +14.1065 +11.8049 +20.3968 +37.4964 +52.7624 +59.8478 +71.4661 +91.5712 +104.779 +108.66 +102.646 +99.9658 +92.314 +91.0429 +97.2405 +111.454 +113.389 +109.528 +99.8678 +97.8798 +69.962 +46.5804 +21.6173 +11.8137 +14.1065 +11.8048 +20.2558 +37.4861 +52.8064 +59.579 +74.9776 +75.0202 +101.855 +110.85 +99.3012 +99.3689 +90.2276 +89.2018 +96.4695 +101.873 +105.856 +100.084 +99.9156 +93.4972 +65.4377 +44.4419 +19.711 +11.8266 +14.1064 +11.8048 +21.8156 +38.1055 +50.9748 +73.8832 +82.4535 +90.8876 +106.102 +113.683 +103.663 +102.232 +94.4017 +91.4127 +103.133 +107.593 +109.076 +104.965 +105.757 +99.3604 +70.0912 +45.5669 +19.7336 +11.8048 +14.1065 +11.8049 +21.753 +38.0609 +50.8811 +73.8907 +82.4581 +90.8659 +105.979 +113.598 +103.494 +102.186 +94.3902 +91.1031 +102.914 +107.347 +108.818 +104.929 +105.726 +99.2581 +70.0256 +45.5026 +19.6281 +11.8049 +14.1066 +11.8304 +21.4401 +37.7665 +50.6759 +73.7574 +82.1868 +90.4952 +105.733 +113.531 +102.536 +101.553 +94.1722 +90.9023 +102.568 +106.905 +109.423 +104.824 +105.739 +99.0615 +69.8007 +45.3108 +19.569 +11.828 +14.1064 +11.8048 +20.6439 +36.4951 +49.4729 +74.6437 +82.116 +90.5559 +105.679 +113.463 +102.616 +101.787 +94.2276 +91.0687 +102.46 +108.946 +108.436 +103.815 +104.821 +98.9949 +69.7449 +45.195 +19.5952 +11.8049 +14.1065 +11.8049 +20.8582 +36.5079 +49.4798 +74.4198 +82.5162 +90.5695 +105.624 +113.527 +103.068 +101.676 +94.2316 +91.024 +102.701 +109.005 +108.469 +103.937 +104.787 +98.9012 +69.702 +45.1617 +20.2678 +11.8049 +14.1066 +11.805 +19.4614 +36.0359 +51.4522 +59.9022 +71.5816 +91.3356 +104.579 +108.184 +102.323 +99.9636 +92.2729 +91.1236 +97.4079 +110.586 +112.92 +108.727 +99.2293 +97.0767 +69.679 +46.2662 +11.8301 +14.1065 +11.8048 +19.1979 +36.5345 +51.8986 +65.6612 +74.2677 +74.8243 +101.583 +109.829 +98.2995 +97.777 +89.1033 +87.4714 +94.6117 +99.2435 +95.3645 +98.6906 +98.7045 +92.5661 +65.0441 +44.0377 +19.5659 +11.8304 +14.1064 +11.8048 +20.3317 +36.7062 +49.7755 +81.7941 +82.9896 +90.525 +105.695 +113.565 +102.569 +101.11 +93.4237 +90.9593 +102.505 +105.179 +99.4879 +103.3 +104.072 +97.5064 +68.4153 +44.5636 +19.5679 +11.8049 +14.1319 +11.8048 +19.9732 +36.7623 +49.8796 +80.5444 +80.6718 +88.9893 +104.52 +130.376 +132.907 +135.558 +122.748 +113.786 +123.101 +127.413 +118.09 +116.041 +112.428 +97.7594 +68.0667 +43.4175 +19.5696 +11.8049 +14.1321 +11.8048 +21.0557 +37.5262 +50.8546 +80.1262 +80.784 +90.0136 +117.267 +137.976 +137.09 +135.716 +126.899 +118.959 +130.179 +137.106 +129.622 +125.253 +125.103 +104.864 +68.1184 +43.479 +20.2724 +11.8049 +14.132 +11.8047 +25.9887 +37.7864 +50.7724 +80.4704 +80.9126 +88.8401 +104.259 +112.567 +102.147 +100.942 +98.4224 +94.433 +100.992 +104.429 +97.9568 +103.344 +104.03 +97.0871 +68.4314 +43.9955 +19.6007 +11.8048 +14.1065 +11.8049 +20.2659 +37.0016 +50.0793 +74.2478 +81.9289 +89.7092 +104.751 +112.16 +102.012 +100.775 +92.7597 +90.8354 +102.351 +105.364 +98.4571 +103.94 +104.631 +98.5834 +69.6609 +45.2024 +20.2691 +11.8049 +14.1066 +11.8304 +19.6464 +36.036 +51.6424 +60.2952 +71.5737 +91.7103 +104.79 +108.09 +102.191 +100.11 +92.1376 +90.945 +96.7612 +107.974 +103.871 +109.41 +99.5878 +97.3176 +69.6903 +46.3507 +21.3902 +11.8093 +14.1065 +11.8048 +19.5913 +36.8437 +52.2407 +60.2839 +75.0383 +75.1569 +101.868 +110.729 +99.2875 +99.2694 +90.2052 +89.1832 +96.2433 +101.112 +96.8491 +99.7571 +99.8276 +92.8449 +65.2667 +44.276 +19.5914 +11.8049 +14.1065 +11.8049 +21.5338 +37.8574 +50.6747 +74.9823 +82.5991 +90.3371 +105.744 +113.692 +103.494 +102.196 +94.2752 +90.9078 +102.297 +105.872 +99.1221 +104.833 +105.429 +98.4887 +69.7593 +45.3829 +19.5813 +11.8049 +14.1065 +11.8049 +21.45 +37.8079 +50.6243 +74.9296 +82.4219 +90.5512 +105.939 +113.769 +103.461 +102.172 +94.2072 +90.8296 +102.224 +105.901 +99.3815 +104.812 +105.407 +98.4367 +69.7297 +45.2898 +19.5805 +11.8211 +14.1064 +11.8048 +20.476 +36.4951 +49.4797 +74.7257 +82.1449 +89.433 +105.111 +112.061 +101.941 +100.877 +92.7567 +89.3895 +100.762 +104.795 +97.8726 +103.211 +103.714 +97.2007 +69.2258 +45.1667 +19.5785 +11.8049 +14.1066 +11.8137 +20.5278 +37.042 +49.7828 +74.749 +82.5897 +90.3607 +105.705 +113.719 +103.418 +102.222 +94.3706 +90.8514 +102.319 +105.707 +98.9236 +104.861 +105.39 +98.3875 +69.8275 +45.3945 +19.5796 +11.8049 +14.1066 +11.805 +21.1776 +37.6306 +50.5475 +74.6211 +82.3329 +90.3896 +105.84 +113.687 +103.442 +102.199 +94.2939 +90.9271 +102.296 +105.698 +99.0867 +104.865 +105.371 +98.4066 +69.8232 +45.4164 +20.271 +11.8048 +14.1066 +11.8201 +19.9796 +37.2199 +52.597 +59.876 +71.3683 +91.271 +104.765 +108.552 +102.208 +100.141 +92.1675 +91.0429 +96.9419 +108.334 +103.527 +108.892 +99.395 +97.0802 +69.7609 +46.3601 +21.4031 +11.8049 +14.1066 +11.805 +19.8769 +37.1281 +52.4291 +59.85 +75.3392 +74.8115 +101.564 +110.624 +99.2613 +99.2213 +90.1932 +89.0872 +96.176 +100.636 +96.1843 +99.5735 +99.8254 +93.2029 +65.3318 +44.3237 +19.5995 +11.8095 +14.1065 +11.8048 +21.1652 +37.5605 +50.6655 +74.3855 +82.2747 +90.4381 +105.797 +113.677 +103.483 +102.172 +94.3208 +91.0157 +102.321 +105.697 +98.4997 +104.869 +105.233 +98.2592 +69.8029 +45.3849 +19.5789 +11.8049 +14.1066 +11.8303 +21.2677 +37.6479 +50.4308 +74.3502 +82.0844 +90.3416 +105.617 +113.628 +103.42 +102.159 +94.1708 +90.8306 +102.204 +105.65 +97.7305 +97.2236 +105.195 +98.1285 +69.6947 +45.343 +19.601 +11.8112 +14.1065 +11.8048 +20.8226 +37.34 +50.3972 +74.0538 +82.044 +90.2977 +105.595 +113.462 +102.395 +101.005 +93.3615 +90.8386 +102.362 +105.662 +98.0703 +97.5834 +105.129 +98.0905 +69.6389 +45.1676 +19.6054 +11.8049 +14.1065 +11.8049 +20.6316 +36.5205 +49.5092 +74.8232 +82.8079 +90.5775 +105.844 +113.731 +102.832 +101.343 +94.1201 +90.7848 +102.466 +106.197 +99.0144 +97.0311 +104.103 +97.6759 +69.6071 +45.1776 +19.6029 +11.8049 +14.1065 +11.8049 +20.5144 +36.4951 +49.5039 +74.7916 +82.529 +90.1615 +105.594 +113.729 +102.642 +101.159 +93.3988 +90.9119 +102.355 +105.406 +97.5189 +96.8228 +104.036 +97.8189 +69.6178 +45.1982 +20.2932 +11.8049 +14.1065 +11.8049 +19.3718 +36.773 +52.3734 +59.5531 +71.1378 +91.4177 +104.998 +107.279 +101.821 +99.5287 +91.3734 +90.5427 +96.9228 +108.063 +103.014 +100.536 +98.4461 +96.5391 +69.6535 +46.3014 +21.3916 +11.8192 +14.1064 +11.8048 +19.1283 +36.4488 +51.9732 +58.5949 +72.998 +74.9857 +101.377 +110.611 +99.2598 +99.186 +90.1054 +88.9963 +96.1427 +100.725 +96.2159 +92.2546 +99.7413 +92.8993 +65.1781 +44.1376 +19.5829 +11.8205 +14.1064 +11.8048 +20.593 +37.128 +50.1452 +73.775 +81.7835 +90.2611 +106.09 +113.859 +102.782 +101.305 +93.2774 +89.8459 +101.506 +105.056 +97.6901 +96.4027 +104.405 +97.8721 +69.6471 +45.1961 +19.5689 +11.829 +14.1064 +11.8048 +20.1427 +36.4951 +49.9367 +74.2773 +81.4684 +90.2133 +105.635 +113.623 +103.181 +102.239 +94.3974 +91.0389 +102.414 +106.132 +98.2407 +97.4288 +104.984 +98.5516 +69.7424 +45.2803 +19.5896 +11.8049 +14.1065 +11.8049 +21.0993 +37.5821 +50.499 +73.6965 +81.6008 +90.2324 +105.822 +113.348 +102.648 +101.636 +94.1649 +90.8203 +102.275 +105.744 +97.9895 +96.6112 +104.989 +98.4754 +69.7139 +45.2527 +19.589 +11.8049 +14.1065 +11.8049 +20.6452 +37.1889 +50.0585 +73.7364 +81.4341 +90.2953 +105.844 +113.287 +101.952 +100.679 +92.6725 +89.3224 +100.791 +104.345 +96.3337 +95.5966 +103.903 +98.3263 +69.6387 +45.1904 +19.575 +11.8049 +14.1066 +11.8303 +20.1779 +36.5673 +49.7131 +72.6036 +79.625 +88.6305 +104.191 +112.947 +109.121 +108.354 +97.1941 +89.9709 +101.844 +105.238 +99.4325 +97.2764 +106.571 +96.7643 +67.9927 +43.4271 +20.2612 +11.8299 +14.1068 +11.8048 +19.3314 +36.6823 +52.3014 +57.5952 +69.9442 +90.2276 +103.572 +113.651 +108.525 +112.095 +100.399 +94.6505 +97.5594 +107.478 +106.31 +104.874 +98.8811 +95.3222 +67.9791 +44.5516 +21.4383 +11.8049 +14.1065 +11.8049 +19.7652 +38.0559 +53.9824 +57.4744 +73.1223 +73.0665 +100.209 +109.412 +97.9893 +97.8512 +89.0138 +87.6318 +94.7521 +99.2411 +95.1672 +91.0172 +98.501 +91.8762 +64.9456 +44.0143 +19.6033 +11.8049 +14.1065 +11.8049 +20.1423 +36.7912 +49.8496 +74.5844 +81.2427 +90.1693 +105.597 +113.083 +102.402 +101.207 +94.2386 +90.8919 +102.389 +105.889 +98.5928 +97.8256 +105.005 +98.0195 +69.6978 +45.2207 +19.5807 +11.8048 +14.1066 +11.8304 +20.9145 +36.4951 +49.821 +73.7685 +81.2284 +90.1861 +105.641 +113.619 +102.797 +100.982 +94.1729 +90.8066 +102.28 +105.791 +97.1788 +95.9369 +104.006 +97.7597 +69.6539 +45.194 +19.5926 +11.8049 +14.1065 +11.8049 +20.3584 +36.5205 +49.6259 +74.5377 +81.3138 +89.937 +105.323 +112.56 +101.887 +100.609 +93.2453 +90.422 +102.211 +105.688 +96.8159 +97.2984 +104.688 +97.8723 +69.6833 +45.2266 +19.5692 +11.8049 +14.1066 +11.8304 +20.8272 +36.4951 +49.6575 +73.5065 +81.034 +90.2397 +105.73 +113.786 +102.709 +101.407 +94.1555 +90.7999 +102.236 +105.702 +97.3333 +96.3712 +104.988 +97.8017 +69.7054 +45.2565 +19.6063 +11.8048 +14.1065 +11.8049 +20.7693 +36.4951 +49.5588 +74.5418 +81.6869 +90.5241 +105.636 +113.75 +103.33 +102.255 +94.1419 +90.9399 +102.406 +105.167 +97.0375 +95.7706 +103.402 +97.353 +69.5105 +45.1991 +20.2671 +11.8049 +14.1066 +11.8304 +19.6796 +36.0359 +51.903 +59.7771 +71.0735 +91.5852 +104.7 +108.204 +102.412 +100.076 +92.1175 +90.9298 +96.9914 +108.421 +103.717 +101.438 +99.4275 +97.0188 +69.7487 +46.3802 +21.4023 +11.8049 +14.1065 +11.8049 +20.4066 +37.3217 +52.6352 +59.3309 +74.7984 +74.844 +101.771 +110.722 +99.3204 +99.2387 +90.0932 +89.0438 +96.1265 +100.621 +96.2622 +91.7706 +99.8426 +92.9817 +65.3197 +44.2733 +19.6032 +11.8049 +14.1065 +11.8049 +20.9672 +37.4176 +50.3967 +73.4599 +81.0053 +90.2376 +105.727 +113.657 +103.412 +102.187 +94.1736 +90.813 +102.168 +105.582 +97.6563 +97.0922 +104.959 +98.1902 +69.7383 +45.1994 +19.5842 +11.8049 +14.1066 +11.8304 +20.6599 +36.4951 +49.4671 +73.7069 +81.1574 +90.2015 +105.624 +113.62 +102.622 +101.16 +93.306 +89.942 +100.774 +104.093 +96.5553 +94.0294 +104.123 +98.0344 +69.6508 +45.1768 +19.6071 +11.8049 +14.1065 +11.8049 +20.4273 +36.5205 +49.6297 +73.3861 +81.3794 +90.5909 +106.212 +112.505 +102.17 +100.847 +92.8562 +89.4408 +100.91 +104.366 +96.6559 +93.7178 +103.491 +96.5437 +68.5518 +44.7169 +19.5834 +11.8049 +14.1066 +11.8049 +20.0704 +36.9115 +49.9592 +72.7692 +79.5525 +88.8832 +104.265 +112.439 +103.969 +100.873 +92.7337 +89.4023 +100.861 +104.324 +96.4758 +94.6282 +103.76 +97.3571 +69.5357 +45.1594 +19.5736 +11.8049 +14.1066 +11.8304 +20.1207 +37.0426 +42.9054 +73.3214 +81.0123 +89.8055 +105.135 +112.475 +102.079 +100.818 +92.7384 +89.3783 +100.796 +104.217 +96.5563 +94.041 +103.757 +97.3733 +69.4999 +45.1613 +20.2976 +11.8049 +14.1065 +11.8049 +18.9163 +36.4106 +44.8084 +59.1455 +71.1721 +91.3546 +104.475 +107.036 +101.147 +98.8273 +90.757 +89.5523 +95.3819 +106.472 +100.892 +97.3089 +98.1741 +96.0469 +68.7906 +46.2768 +21.3965 +11.8129 +14.1065 +11.8048 +18.9735 +36.5205 +45.2791 +57.3618 +73.0235 +74.1592 +100.276 +109.416 +97.8532 +97.8362 +88.6865 +87.5421 +94.7836 +99.3725 +96.8347 +90.6217 +98.6062 +92.9082 +65.123 +44.0593 +19.5818 +11.8229 +14.1064 +11.8048 +20.1604 +37.2025 +43.3832 +73.4602 +81.6682 +90.8129 +106.292 +113.494 +102.158 +100.81 +92.8356 +89.9592 +101.298 +104.563 +96.5675 +94.0118 +103.965 +97.6197 +69.65 +45.1893 +19.5882 +11.8048 +14.1065 +11.8049 +20.0666 +36.6285 +42.7559 +74.2956 +81.3706 +90.4565 +105.813 +113.74 +102.715 +101.004 +93.1522 +91.0832 +102.286 +105.088 +97.3148 +94.5318 +104.147 +98.1484 +69.7024 +45.2034 +19.568 +11.8049 +14.1319 +11.8048 +20.3159 +36.4951 +42.974 +73.3043 +81.218 +89.7576 +105.235 +112.405 +102.145 +100.777 +92.778 +89.3515 +100.801 +104.353 +97.325 +95.2523 +103.479 +97.0657 +69.0844 +45.1392 +19.5969 +11.8049 +14.1065 +11.8049 +20.1378 +37.1469 +42.8639 +73.6471 +80.1714 +88.947 +104.496 +112.274 +102.014 +100.744 +92.6895 +90.0223 +101.373 +104.841 +97.9103 +95.7443 +103.852 +97.3789 +69.1607 +45.1442 +19.5798 +11.8049 +14.1066 +11.8303 +20.0249 +37.0602 +42.9525 +73.4844 +79.954 +89.4401 +105.766 +112.973 +101.943 +101.166 +93.5622 +90.3021 +102.524 +105.397 +98.323 +94.7384 +103.752 +97.4286 +69.6861 +45.1655 +20.284 +11.8049 +14.1065 +11.8049 +19.0357 +36.0656 +44.7588 +59.5095 +70.3598 +90.8869 +104.749 +107.802 +100.931 +98.7263 +90.6477 +90.1216 +96.4096 +107.609 +101.877 +99.308 +98.6961 +96.0792 +69.0124 +46.264 +21.4077 +11.8205 +14.1064 +11.8048 +18.7446 +36.1477 +45.0963 +57.7965 +72.8072 +74.6053 +101.67 +110.48 +99.0019 +97.8368 +88.6984 +87.5634 +94.6994 +99.252 +94.6478 +90.0092 +98.5794 +92.988 +65.0877 +44.0547 +19.5693 +11.8302 +14.1064 +11.8048 +20.0804 +36.9094 +42.6625 +73.4628 +81.6363 +89.7709 +105.062 +112.396 +102.138 +100.812 +92.7692 +89.3879 +100.849 +104.29 +96.5589 +93.3923 +103.538 +97.0623 +69.3098 +45.1518 +19.5923 +11.816 +14.1064 +11.8048 +19.9621 +36.9822 +42.8949 +73.6051 +80.0488 +88.8239 +104.287 +112.403 +103.505 +100.902 +92.9045 +89.5674 +101.026 +104.528 +97.4308 +95.8728 +103.578 +96.7421 +68.6216 +44.7977 +19.601 +11.8113 +14.1065 +11.8048 +20.1833 +36.8657 +42.567 +73.3427 +80.1288 +89.4697 +104.673 +112.189 +102.071 +100.795 +92.7718 +89.4188 +100.848 +104.533 +96.4664 +93.4483 +103.53 +97.206 +68.9905 +45.1488 +19.5722 +11.8049 +14.132 +11.8048 +20.097 +36.8047 +42.1142 +73.2222 +80.2709 +88.9636 +104.431 +112.426 +102.138 +100.883 +92.806 +89.406 +100.85 +104.254 +97.2258 +95.2813 +103.577 +96.7187 +68.4114 +44.455 +19.5707 +11.8049 +14.1066 +11.8304 +20.3044 +37.0321 +43.2472 +72.305 +79.6466 +88.912 +104.445 +112.505 +105.748 +105.002 +92.7808 +89.4431 +100.897 +104.216 +96.4862 +94.2636 +103.493 +97.0078 +69.1035 +45.1514 +20.2895 +11.8049 +14.1065 +11.8049 +18.8735 +36.3682 +44.3829 +59.1501 +70.4272 +91.0632 +104.1 +107.054 +101.026 +98.7587 +90.6343 +89.7169 +95.3415 +106.41 +101.182 +97.2116 +98.2969 +96.0997 +69.0812 +46.2711 +21.4062 +11.823 +14.1064 +11.8048 +18.8106 +36.604 +44.5056 +57.3084 +73.2975 +74.2221 +100.848 +109.451 +97.9344 +97.8581 +88.7247 +87.571 +94.7293 +99.2242 +94.8399 +89.4807 +98.2333 +92.1656 +65.1184 +44.0228 +19.5929 +11.8146 +14.1064 +11.8048 +20.0692 +36.9898 +42.0992 +73.3285 +81.4781 +90.7223 +106.084 +112.385 +102.062 +100.833 +92.7695 +89.3412 +100.805 +104.246 +96.4618 +94.0981 +103.559 +97.1201 +68.8365 +45.1428 +19.5873 +11.8049 +14.1066 +11.805 +19.9498 +37.0786 +42.6785 +72.88 +80.0815 +88.723 +104.242 +112.862 +106.33 +104.413 +93.7497 +90.6224 +102.474 +105.852 +99.657 +98.1725 +106.03 +96.837 +68.4225 +44.0719 +19.5689 +11.805 +14.1321 +11.8048 +20.5267 +37.1138 +43.2897 +72.1638 +79.7224 +89.4978 +111.393 +134.203 +132.048 +138.538 +128.347 +122.124 +130.935 +135.119 +100.587 +98.2885 +104.079 +96.8693 +68.1475 +43.4397 +19.8695 +11.8048 +14.1065 +11.8049 +21.5005 +37.6655 +43.9158 +72.2062 +80.0853 +89.1855 +104.76 +112.374 +102.148 +101.049 +93.3796 +90.1134 +101.832 +105.92 +98.3279 +95.9252 +103.63 +97.2175 +68.6521 +45.1483 +19.5905 +11.8049 +14.1066 +11.8049 +20.0779 +36.7336 +42.8895 +73.4687 +80.4575 +89.4208 +104.583 +112.198 +102.111 +100.81 +93.3489 +89.7096 +100.792 +104.251 +96.6548 +93.1441 +103.55 +97.2267 +68.6287 +44.9341 +20.284 +11.8048 +14.1065 +11.8049 +18.8276 +36.6983 +44.3958 +59.2773 +69.9693 +90.3756 +103.761 +111.28 +111.787 +114.667 +104.63 +106.821 +114.404 +120.615 +118.976 +113.323 +105.829 +98.7618 +70.3951 +44.6524 +22.2482 +11.8215 +14.1064 +11.8048 +21.2674 +40.8809 +50.1982 +57.8384 +73.1076 +73.1489 +102.972 +119.012 +121.464 +129.737 +121.769 +121.257 +127.184 +100.67 +109.441 +89.3412 +98.3289 +91.4209 +63.5778 +43.1724 +19.5692 +11.8303 +14.1064 +11.8048 +20.62 +37.0848 +42.6614 +71.5697 +79.9201 +88.965 +104.549 +112.545 +107.116 +104.682 +93.091 +90.0438 +101.81 +105.403 +98.5093 +93.3332 +103.617 +96.7264 +68.1961 +44.2803 +19.5839 +11.8049 +14.1066 +11.8304 +20.3808 +37.0486 +42.9163 +71.5367 +79.8095 +89.0909 +104.534 +115.317 +111.504 +114.748 +106.27 +105.995 +115.052 +120.036 +112.323 +107.633 +113.808 +100.064 +68.1679 +43.4822 +20.0232 +11.8049 +14.1321 +11.8048 +21.8283 +37.8758 +44.812 +74.7762 +83.0456 +94.634 +108.472 +113.278 +109.243 +108.205 +94.3492 +90.6824 +103.265 +104.886 +96.8676 +95.8656 +103.675 +96.7601 +67.9612 +43.8649 +19.6064 +11.8048 +14.1065 +11.8049 +20.6746 +37.0446 +42.9912 +72.5689 +80.0554 +89.1106 +104.642 +112.206 +102.013 +100.844 +92.8419 +89.3477 +100.815 +104.358 +96.6817 +94.5878 +103.539 +97.1908 +68.6484 +45.1593 +19.5699 +11.8049 +14.1066 +11.8304 +20.0515 +36.7991 +42.7479 +72.7732 +80.3339 +89.0745 +104.578 +112.506 +102.256 +100.914 +92.8354 +89.4579 +100.899 +104.245 +96.3808 +94.2977 +103.558 +96.6949 +68.5533 +44.9732 +20.2722 +11.8218 +14.1064 +11.8048 +18.8755 +36.3897 +44.4188 +58.5286 +69.7662 +90.3178 +103.639 +107.144 +101.734 +100.559 +94.6973 +93.0674 +101.763 +108.24 +103.7 +101.673 +100.243 +100.835 +70.1484 +44.6279 +21.9701 +11.8303 +14.1064 +11.8048 +20.1716 +38.5305 +46.6049 +57.4716 +73.306 +73.4895 +100.413 +110.144 +102.291 +101.862 +93.02 +90.7596 +98.1058 +101.299 +96.1374 +89.9181 +91.4498 +91.4491 +63.4807 +42.8056 +19.5951 +11.8126 +14.1065 +11.8048 +20.5834 +37.0494 +42.4363 +72.1138 +79.9997 +89.1226 +104.55 +112.597 +103.156 +101.451 +93.0628 +89.9611 +102.113 +107.108 +99.2902 +94.4952 +96.4393 +96.765 +68.0044 +44.2911 +19.5884 +11.8049 +14.1066 +11.8049 +20.4149 +36.9269 +42.2479 +71.7156 +79.9334 +91.3297 +109.358 +126.421 +121.704 +122.222 +114.123 +108.836 +121.359 +126.395 +120.975 +116.045 +115.044 +109.264 +74.7962 +52.6739 +21.8706 +11.8049 +14.1066 +11.8049 +23.943 +39.1044 +45.0651 +73.0059 +80.2383 +89.0992 +104.432 +112.491 +102.298 +100.943 +92.8872 +89.5513 +101.012 +104.561 +97.4293 +94.3973 +96.7207 +96.7974 +68.2204 +44.1133 +19.578 +11.8049 +14.1066 +11.8304 +20.2396 +37.0044 +42.9216 +73.1643 +79.545 +88.8349 +104.395 +115.982 +109.7 +110.988 +97.2904 +90.1082 +101.081 +104.603 +97.4318 +94.8278 +96.7202 +96.8542 +68.0648 +43.4296 +19.5689 +11.8304 +14.1064 +11.8048 +20.5695 +37.2924 +42.9819 +71.7084 +79.8264 +89.157 +105.413 +119.976 +117.089 +114.827 +108.383 +101.872 +114.808 +119.518 +113.527 +105.674 +103.337 +96.9038 +68.0822 +43.4296 +20.3148 +11.816 +14.1064 +11.8048 +19.4628 +36.6003 +44.9141 +57.7865 +69.9854 +90.507 +104.566 +117.219 +113.675 +114.953 +104.851 +103.101 +109.975 +118.098 +111.961 +107.307 +94.2187 +95.8201 +68.1601 +44.581 +21.6116 +11.8048 +14.1064 +11.8048 +21.0087 +40.5368 +50.2799 +57.7047 +73.2839 +73.2203 +100.18 +109.392 +97.9243 +97.8965 +88.7637 +87.7084 +94.8268 +99.5481 +95.3912 +90.4445 +91.6442 +91.4999 +63.4805 +42.3232 +19.971 +11.8049 +14.1321 +11.8048 +21.748 +37.9912 +43.6199 +74.9934 +85.9268 +88.8229 +106.184 +121.189 +113.167 +107.256 +93.307 +89.6316 +102.973 +105.142 +97.3655 +94.4057 +96.7177 +96.781 +68.0235 +43.8643 +19.5886 +11.8049 +14.1066 +11.8049 +20.7901 +37.238 +43.332 +72.066 +79.7849 +88.8364 +104.421 +119.02 +111.768 +107.954 +95.3031 +90.7366 +103.024 +108.01 +102.308 +94.7439 +96.7585 +96.8005 +68.0111 +43.4304 +19.5711 +11.8303 +14.1064 +11.8048 +20.8937 +37.3477 +42.9081 +72.1786 +80.1948 +89.919 +105.997 +123.236 +119.923 +120.699 +110.087 +103.639 +119.187 +122.847 +119.656 +110.012 +107.178 +101.187 +68.2059 +43.5155 +20.3747 +11.8048 +14.1065 +11.8049 +22.5052 +38.0522 +44.1686 +72.4128 +79.8568 +88.9266 +107.279 +126.802 +127.095 +130.173 +120.804 +118.957 +132.971 +141.486 +137.628 +129.571 +127.388 +121.599 +83.7278 +48.5255 +21.6589 +11.8048 +14.1065 +11.8049 +27.8854 +40.1294 +46.3581 +88.1103 +104.734 +123.779 +138.328 +152.129 +146.865 +145.726 +131.593 +123.12 +129.409 +128.246 +124.674 +112.091 +109.033 +99.4473 +68.2002 +43.5641 +21.2332 +11.8049 +14.1065 +11.8049 +20.4716 +37.0657 +44.8757 +57.5971 +69.5231 +89.8995 +103.328 +107.071 +104.955 +104.219 +93.904 +95.4038 +103.707 +111.922 +107.615 +106.425 +90.4757 +95.7494 +68.0567 +44.5526 +21.4007 +11.8165 +14.1065 +11.8048 +19.635 +37.4849 +45.9335 +57.4637 +73.3426 +73.3331 +100.365 +109.857 +100.141 +102.838 +92.6807 +94.5305 +101.744 +106.077 +100.568 +94.1327 +96.0906 +91.5231 +63.5635 +42.3369 +19.9442 +11.8049 +14.1065 +11.8049 +21.3679 +37.6018 +43.5588 +71.8031 +79.665 +88.8131 +104.273 +112.804 +104.822 +105.037 +95.1743 +90.1143 +103.038 +107.922 +102.248 +96.4003 +95.1935 +96.8194 +68.0082 +44.1191 +19.5803 +11.8049 +14.1066 +11.8303 +20.5261 +36.9536 +42.1585 +72.2894 +80.07 +89.2456 +104.641 +119.96 +119.418 +117.077 +109.626 +103.769 +120.718 +128.802 +122.882 +115.342 +111.402 +102.015 +68.1778 +43.4373 +19.7313 +11.8049 +14.1065 +11.8049 +21.4253 +37.6473 +43.6407 +72.3637 +80.2301 +91.219 +110.045 +130.621 +127.601 +112.726 +99.0139 +94.1102 +108.056 +114 +107.238 +111.811 +112.711 +104.061 +68.5758 +43.5263 +20.6449 +11.8049 +14.1066 +11.8304 +22.7271 +38.3954 +43.8165 +76.0019 +89.5045 +94.5284 +111.713 +128.843 +125.689 +125.576 +108.89 +92.7873 +111.578 +114.569 +113.94 +105.706 +102.313 +97.1532 +68.1439 +43.4279 +19.7347 +11.8049 +14.1066 +11.8304 +21.4984 +37.4381 +43.4967 +71.6143 +79.7039 +89.1514 +104.659 +116.027 +111.988 +111.19 +94.91 +90.3776 +102.185 +107.462 +101.349 +97.7253 +97.5239 +96.8974 +68.0815 +43.567 +20.2934 +11.8098 +14.1065 +11.8048 +19.4245 +36.5476 +44.7315 +58.1529 +70.0296 +90.4549 +103.726 +111.247 +108.846 +113.271 +103.598 +103.885 +109.047 +120.673 +123.537 +121.406 +105.78 +106.206 +71.1383 +44.6397 +22.041 +11.8303 +14.1064 +11.8048 +21.6433 +41.5243 +50.8043 +57.6862 +75.8174 +91.2369 +128.769 +142.702 +134.285 +136.141 +124.211 +122.743 +130.178 +136.55 +133.205 +124.897 +117.618 +110.705 +70.6666 +44.9901 +23.2798 +11.8214 +14.1064 +11.8048 +29.5061 +41.1514 +47.4264 +99.0218 +114.823 +128.992 +145.293 +161.535 +157.218 +154.391 +142.963 +134.587 +145.174 +144.698 +140.104 +130.921 +130.392 +118.682 +68.2713 +43.5244 +20.083 +11.8049 +14.132 +11.8048 +21.3081 +37.2393 +43.2457 +72.2923 +79.81 +89.0532 +104.626 +112.235 +101.96 +100.769 +92.7261 +89.5993 +100.8 +104.249 +96.2711 +92.7725 +94.7821 +97.1309 +68.6511 +44.9418 +19.5775 +11.8049 +14.1066 +11.8304 +20.0563 +36.7481 +41.9158 +73.1261 +80.6055 +89.4383 +104.992 +112.572 +102.241 +100.885 +92.8652 +89.5112 +101.233 +106.71 +102.122 +94.2632 +94.5471 +96.8026 +68.1694 +44.2882 +19.5898 +11.8168 +14.1065 +11.8048 +20.4219 +36.9694 +42.067 +71.7734 +79.9778 +89.1277 +104.593 +114.992 +110.075 +107.7 +97.3328 +90.8126 +104.892 +108.287 +102.077 +98.3482 +97.585 +96.8791 +68.1045 +43.4374 +19.6126 +11.8049 +14.1066 +11.8303 +21.0334 +37.2596 +42.6421 +71.7312 +80.0195 +90.2527 +106.759 +124.474 +124.86 +122.346 +118.989 +115.881 +130.335 +133.181 +130.806 +125.083 +122.991 +112.798 +74.338 +47.0587 +22.8529 +11.8049 +14.1065 +11.8049 +25.605 +39.3371 +47.9041 +75.4343 +95.0238 +128.288 +143.419 +152.532 +150.782 +146.247 +134.985 +132.83 +144.097 +156.903 +156.131 +149.355 +133.699 +137.709 +104.849 +72.2705 +25.5229 +11.8192 +14.1064 +11.8048 +30.4913 +54.3691 +66.2139 +63.7957 +82.9583 +114.044 +142.242 +154.875 +146.238 +144.92 +131.263 +128.319 +125.049 +134.028 +130.346 +117.736 +119.734 +105.91 +66.3596 +42.4936 +21.1307 +11.8049 +14.1321 +11.8048 +23.6765 +38.5012 +44.7396 +73.2072 +81.2854 +92.2355 +106.373 +131.313 +139.18 +138.503 +123.534 +118.404 +129.298 +134.937 +129.592 +122.171 +116.999 +107.761 +72.0719 +43.5288 +20.7223 +11.8049 +14.132 +11.8048 +22.2907 +37.6977 +43.0929 +72.9548 +86.5787 +107.585 +129.82 +149.197 +146.446 +145.498 +131.61 +125.01 +139.731 +145.883 +141.328 +134.863 +131.738 +122.927 +82.8782 +46.8387 +21.2969 +11.8049 +14.1065 +11.8049 +25.4641 +39.0741 +44.4115 +78.3105 +97.3929 +98.6908 +115.958 +135.268 +131.431 +127.56 +120.282 +115.646 +129.716 +138.136 +130.429 +119.442 +121.471 +112.935 +68.2655 +43.5305 +20.3345 +11.8048 +14.1066 +11.8303 +21.9226 +37.6447 +43.4718 +72.3283 +80.0271 +90.0273 +106.911 +123.735 +117.17 +123.037 +109.597 +102.534 +115.562 +120.962 +116.668 +108.378 +104.981 +98.6749 +68.1511 +43.4692 +20.179 +11.8049 +14.1065 +11.8049 +22.264 +37.6249 +43.106 +72.4249 +80.2574 +89.3386 +104.98 +118.167 +112.377 +113.584 +102.353 +94.742 +110.428 +122.957 +117.378 +106.936 +101.692 +97.0482 +68.1809 +43.4601 +20.4408 +11.8049 +14.1066 +11.8304 +19.9493 +36.8329 +45.0027 +57.6677 +69.9751 +91.862 +107.333 +120.215 +118.999 +122.741 +111.941 +113.494 +117.336 +131.257 +130.865 +124.889 +107.216 +99.3678 +68.2161 +44.6468 +21.9866 +11.8049 +14.1066 +11.805 +20.5122 +38.792 +47.6952 +57.6033 +73.2945 +79.5766 +118.677 +134.419 +130.642 +134.079 +123.126 +121.848 +132.756 +138.723 +136.425 +128.936 +127.848 +115.751 +78.713 +51.1953 +22.518 +11.8049 +14.1066 +11.8049 +29.5408 +40.7481 +47.3341 +81.0994 +101.155 +120.248 +134.992 +152.169 +151.942 +152.755 +139.82 +132.696 +146.478 +151.662 +144.632 +140.288 +138.132 +127.695 +88.6474 +55.5021 +22.7176 +11.8049 +14.1066 +11.8304 +29.734 +41.6047 +47.6937 +102.56 +122.628 +135.876 +150.46 +167.414 +164.721 +163.536 +143.435 +134.935 +148.049 +157.333 +152.47 +144.907 +149.498 +134.602 +91.3128 +51.4858 +22.7711 +11.8049 +14.1066 +11.8304 +24.8771 +38.7325 +44.1395 +74.3279 +86.9815 +105.67 +132.186 +145.412 +140.236 +142.481 +131.382 +127.646 +141.224 +147.595 +132.093 +128.533 +123.694 +114.284 +73.2753 +45.5808 +21.2782 +11.8245 +14.1123 +11.8048 +26.9915 +40.6862 +47.0167 +90.2375 +107.127 +125.94 +139.871 +158.124 +152.896 +150.663 +137.07 +128.423 +143.697 +148.006 +143.611 +138.364 +135.852 +123.602 +79.6525 +45.6807 +21.2717 +11.8049 +14.1066 +11.8304 +23.4966 +38.3733 +43.963 +75.7246 +86.8549 +101.234 +118.023 +132.921 +127.547 +126.695 +115.811 +114.988 +127.873 +131.078 +124.247 +116.746 +111.43 +103.357 +68.9581 +43.5314 +21.2167 +11.8217 +14.1064 +11.8048 +21.4715 +37.3877 +45.8347 +60.6469 +78.6917 +97.9964 +115.986 +130.782 +129.715 +129.4 +123.327 +123.629 +125.18 +139.667 +133.948 +129.892 +117.164 +117.331 +80.6363 +47.3618 +22.7409 +11.8303 +14.1064 +11.8048 +28.3744 +50.3352 +60.366 +57.968 +75.3219 +77.1509 +110.54 +118.495 +117.175 +128.57 +128.135 +123.391 +130.539 +135.872 +129.033 +120.508 +112.721 +99.1702 +63.6172 +42.3037 +19.8896 +11.8049 +14.1065 +11.8049 +21.3801 +37.5178 +42.9213 +72.6423 +85.145 +98.9793 +122.476 +140.99 +140.695 +140.127 +129.731 +125.521 +137.875 +142.191 +136.883 +134.59 +120.945 +112.684 +73.7372 +43.6736 +21.0636 +11.8049 +14.1066 +11.8049 +22.9775 +38.1569 +43.7158 +74.5296 +98.3056 +108.192 +128.478 +148.867 +144.773 +143.275 +135.214 +126.614 +141.892 +146.987 +141.22 +134.475 +136.337 +126.752 +89.939 +49.2396 +22.214 +11.8048 +14.1065 +11.8049 +24.9878 +39.7702 +45.6354 +78.294 +91.9733 +117.833 +139.348 +155.604 +152.654 +145.587 +129.897 +124.249 +144.157 +149.201 +139.037 +134.196 +132.378 +117.497 +72.0412 +43.5405 +20.7047 +11.8049 +14.1066 +11.805 +21.8311 +37.5384 +42.957 +72.4773 +80.1549 +91.4829 +107.451 +124.916 +120.965 +119.308 +111.909 +104.443 +119.201 +126.342 +125.684 +114.602 +108.759 +105.885 +68.2363 +43.4752 +19.8241 +11.8049 +14.1122 +11.8248 +21.6328 +37.5313 +43.0433 +72.5789 +80.2507 +95.7846 +111.235 +134.912 +131.356 +132.581 +119.563 +115.464 +121.985 +126.857 +124.041 +117.865 +115.834 +108.703 +71.4678 +46.1859 +21.9504 +11.8112 +14.1065 +11.8048 +23.0816 +38.4233 +47.21 +65.1371 +91.3555 +114.165 +131.31 +143.252 +132.613 +137.523 +138.49 +135.127 +139.743 +147.681 +148.136 +140.234 +120.571 +119.512 +81.4242 +45.629 +22.9362 +11.8265 +14.1064 +11.8048 +21.947 +41.6636 +51.1373 +57.7526 +75.8139 +81.5812 +124.47 +141.914 +135.291 +133.191 +125.725 +120.958 +124.042 +127.311 +123.266 +120.363 +117.069 +98.9656 +63.661 +42.3824 +20.2006 +11.8081 +14.1064 +11.8048 +21.8099 +37.7699 +43.3033 +73.0336 +91.2725 +108.428 +133.33 +155.135 +147.76 +146.454 +134.729 +127.409 +140.663 +149.537 +146.718 +139.187 +128.542 +122.04 +83.3921 +49.514 +21.5029 +11.8049 +14.132 +11.8048 +28.1334 +40.1324 +46.5426 +86.377 +102.099 +119.684 +140.44 +160.267 +156.074 +154.747 +140.787 +132.209 +142.711 +153.301 +152.751 +145.593 +134.87 +118.342 +76.3996 +43.5608 +20.9057 +11.8049 +14.1066 +11.8136 +22.3278 +37.7416 +43.4424 +72.6526 +84.2133 +97.227 +117.561 +138.639 +134.557 +130.437 +116.309 +111.276 +122.37 +128.584 +123.083 +119.083 +114.306 +100.798 +68.2605 +43.5324 +20.2567 +11.8048 +14.1165 +11.8204 +21.7981 +37.6034 +43.2925 +72.8746 +83.5872 +100.378 +119.549 +139.51 +139.527 +141.47 +128.677 +122.729 +135.238 +144.195 +140.743 +131.593 +125.595 +117.048 +73.6383 +45.0222 +20.686 +11.8049 +14.1321 +11.8048 +22.9328 +38.0658 +43.782 +74.0776 +94.7299 +115.484 +132.686 +153.693 +148.39 +147.931 +137.543 +131.565 +143.134 +148.686 +145.49 +138.687 +136.729 +128.267 +90.5009 +58.775 +23.5836 +11.8049 +14.1066 +11.805 +28.8953 +41.2525 +50.4243 +83.6622 +107.409 +130.259 +141.889 +144.896 +142.378 +153.563 +147.606 +144.421 +146.068 +150.539 +153.354 +153.459 +140.934 +146.108 +109.753 +75.4137 +26.2008 +11.8275 +14.1064 +11.8048 +32.349 +55.7339 +67.5094 +64.5865 +83.3619 +117.692 +151.374 +160.292 +149.448 +146.523 +135.887 +133.531 +145.942 +145.546 +142.744 +133.709 +134.981 +125.958 +88.4295 +61.98 +23.5652 +11.8049 +14.1065 +11.8048 +32.3726 +43.1935 +49.8879 +103.886 +118.156 +131.463 +145.859 +161.362 +157.612 +155.217 +141.303 +128.417 +138.608 +138.456 +152.513 +146.065 +140.176 +130.252 +91.968 +52.3827 +21.4737 +11.8049 +14.1066 +11.8049 +25.2326 +38.8338 +44.7339 +83.3022 +101.815 +126.158 +139.211 +159.376 +151.071 +150.159 +138.377 +130.82 +147.99 +153.412 +147.293 +141.313 +139.227 +131.952 +93.587 +57.9485 +23.8505 +11.8049 +14.1065 +11.8049 +30.9565 +42.3462 +48.9505 +96.5271 +109.007 +130.383 +149.914 +165.848 +163.098 +160.749 +148.207 +141.275 +152.05 +156.393 +153.152 +148.623 +149.677 +143.572 +107.158 +74.988 +23.713 +11.8049 +14.1065 +11.8049 +32.6158 +60.273 +70.3258 +106.811 +119.914 +133.678 +150.961 +167.712 +162.02 +161.625 +148.432 +138.214 +152.052 +157.723 +155.092 +150.799 +151.227 +146.653 +108.13 +76.9784 +24.7156 +11.8048 +14.1066 +11.8304 +35.8607 +58.3269 +66.9463 +107.864 +119.659 +133.441 +150.487 +166.81 +161.971 +160.361 +148.034 +138.81 +148.992 +156.343 +152.988 +147.631 +146.664 +136.977 +94.4636 +64.4606 +24.7624 +11.8049 +14.1065 +11.8049 +30.5673 +41.5585 +50.7651 +76.9639 +94.599 +109.178 +127.499 +143.764 +134.2 +127.516 +117.551 +112.88 +126.822 +136.554 +138.856 +137.045 +120.4 +121.941 +89.0334 +53.7867 +23.664 +11.822 +14.1064 +11.8048 +26.2084 +46.3183 +54.0365 +57.6894 +74.5198 +83.2017 +115.252 +136.591 +131.966 +133.509 +116.845 +121.718 +126.282 +128.527 +132.399 +124.741 +121.317 +109.815 +69.183 +43.5811 +20.8607 +11.8303 +14.1064 +11.8048 +23.2409 +38.351 +44.3055 +74.1586 +89.4838 +110.517 +134.578 +153.664 +148.997 +144.798 +133.637 +125.356 +140.811 +147.097 +140.421 +134.873 +128.336 +119.734 +80.5673 +43.8712 +21.2151 +11.8049 +14.1066 +11.8304 +22.7197 +38.1128 +44.0962 +72.8686 +93.4279 +110.547 +133.872 +151.566 +148.569 +146.378 +134.314 +128.36 +141.007 +146.713 +143.128 +137.828 +134.887 +126.593 +91.8208 +54.0182 +23.6166 +11.8048 +14.1065 +11.8049 +30.3748 +40.3735 +47.2552 +84.1365 +102.939 +120.216 +142.753 +161.146 +156.513 +152.467 +139.709 +133.137 +145.335 +149.619 +142.644 +134.992 +136.69 +125.153 +86.0308 +50.6621 +22.2058 +11.8049 +14.1065 +11.8049 +28.9899 +40.2389 +47.8517 +89.917 +108 +128.054 +144.999 +164.945 +161.757 +159.499 +143.577 +134.528 +147.267 +154.495 +149.718 +137.666 +136.033 +119.17 +76.3579 +45.9009 +21.4214 +11.8049 +14.1066 +11.8304 +27.2263 +40.2003 +47.973 +92.0769 +102.459 +110.211 +129.204 +147.433 +144.298 +142.768 +132.918 +124.915 +140.926 +147.732 +141.61 +137.357 +133.017 +124.849 +85.0701 +52.0268 +24.109 +11.8049 +14.1065 +11.8049 +28.9734 +40.2833 +49.387 +78.2979 +89.9656 +114.145 +134.902 +159.007 +151.035 +148.394 +135.843 +133.438 +140.35 +148.958 +148.699 +143.08 +130.256 +135.418 +93.5283 +56.2495 +24.6886 +11.8199 +14.1064 +11.8048 +26.0741 +49.4535 +58.0831 +57.8596 +76.3062 +92.994 +131.942 +148.259 +142.405 +141.73 +129.249 +122.277 +132.905 +138.629 +137.675 +130.559 +128.967 +117.199 +75.9041 +45.7661 +21.4455 +11.8077 +14.1064 +11.8048 +24.6286 +38.8361 +44.3276 +74.5452 +97.5486 +118.322 +139.463 +154.737 +149.428 +147.882 +133.468 +128.067 +143.723 +151.042 +148.248 +144.122 +144.066 +136.698 +91.2244 +50.6035 +21.5096 +11.8049 +14.1065 +11.8049 +22.546 +37.6735 +43.8215 +72.4336 +81.0902 +97.6114 +120.359 +134.045 +134.263 +134.163 +120.193 +115.03 +127.599 +134.383 +127.436 +119.87 +116.124 +102.57 +68.9744 +43.524 +20.4072 +11.8049 +14.1066 +11.8196 +21.9376 +37.6155 +43.0654 +72.921 +84.6975 +97.5185 +119.201 +132.8 +129.926 +136.068 +121.767 +113.207 +128.254 +135.49 +127.893 +120.279 +113.548 +104.167 +68.2125 +43.4866 +20.0049 +11.8049 +14.1066 +11.8304 +21.6451 +37.4487 +43.2816 +72.294 +81.757 +103.308 +124.788 +145.07 +140.782 +141.354 +129.789 +123.872 +135.638 +142.454 +137.25 +129.972 +124.301 +116.927 +69.9565 +43.5232 +20.1998 +11.8048 +14.1066 +11.8304 +21.8911 +37.6223 +43.1347 +72.6044 +86.25 +109.031 +134.31 +150.703 +147.175 +144.748 +133.613 +126.008 +139.69 +146.436 +141.237 +137.26 +139.635 +119.707 +78.9006 +45.0833 +21.7176 +11.8173 +14.1064 +11.8048 +22.4945 +37.9272 +46.6021 +62.563 +87.7374 +123.303 +141.234 +150.829 +144.82 +142.086 +134.465 +130.615 +134.615 +146.477 +144.065 +142.316 +133.784 +126.158 +91.9995 +54.4604 +24.2115 +11.8194 +14.1064 +11.8048 +28.7137 +47.4338 +58.601 +58.3325 +76.6052 +96.427 +134.822 +148.844 +139.978 +141.153 +127.8 +127.815 +135.383 +142.059 +137.668 +132.295 +138.567 +124.104 +85.9164 +58.7728 +22.8694 +11.8049 +14.132 +11.8048 +28.3008 +40.2477 +48.0774 +87.3899 +101.905 +115.714 +136.553 +153.041 +152.77 +147.138 +125.048 +129.311 +143.254 +148.521 +142.984 +139.281 +146.423 +129.663 +87.4599 +51.4995 +22.6067 +11.8049 +14.1065 +11.8049 +29.8281 +40.8213 +47.9495 +87.6604 +103.987 +116.991 +136.651 +153.897 +149.323 +147.115 +134.51 +127.745 +140.578 +148.117 +142.576 +135.84 +140.094 +123.052 +82.3142 +47.1523 +21.3741 +11.8049 +14.1065 +11.8049 +24.2341 +38.185 +44.9642 +76.1226 +99.0949 +118.124 +141.135 +158.118 +153.517 +152.218 +139.626 +132.236 +144.819 +151.165 +146.514 +140.99 +144.661 +130.441 +80.3466 +45.3177 +21.0368 +11.8049 +14.1066 +11.8049 +23.6209 +38.502 +44.4797 +79.988 +99.8807 +126.365 +146.63 +163.785 +161.82 +155.22 +144.469 +135.63 +146.932 +152.363 +147.59 +141.284 +150.135 +138.261 +101.218 +60.2057 +23.9996 +11.8049 +14.1066 +11.805 +26.5687 +39.0659 +45.2042 +75.3789 +87.069 +102.759 +120.319 +141.57 +139.36 +138.595 +129.148 +123.359 +135.119 +141.498 +133.504 +123.939 +125.813 +108.045 +69.1669 +43.5049 +21.0257 +11.8048 +14.1066 +11.8304 +21.0363 +37.2237 +45.6481 +58.3592 +72.5758 +96.0287 +121.111 +131.118 +132.179 +131.227 +123.874 +122.933 +129.533 +141.349 +134.964 +121.762 +108.976 +100.524 +68.1608 +44.6096 +21.8751 +11.825 +14.1064 +11.8048 +21.1371 +41.1534 +50.8811 +57.7506 +74.99 +88.1619 +132.199 +152.072 +147.652 +151.068 +138.691 +136.236 +144.569 +146.197 +143.899 +138.628 +145.831 +130.118 +94.3096 +68.2731 +23.8224 +11.8145 +14.1064 +11.8048 +32.4752 +43.2122 +50.231 +104.335 +120.401 +129.53 +144.828 +161.271 +160.114 +153.338 +143.217 +134.866 +147.081 +154.272 +149.219 +144.491 +152.334 +139.846 +101.99 +70.2729 +23.9798 +11.8303 +14.1064 +11.8048 +32.3285 +43.0696 +49.5623 +100.687 +119.47 +136.42 +149.808 +164.338 +159.252 +157.979 +140.815 +126.748 +134.104 +134.079 +120.041 +115.765 +126.958 +107.985 +71.026 +43.5657 +20.8229 +11.8049 +14.132 +11.8047 +23.6439 +38.3233 +44.5724 +72.8838 +86.1125 +100.32 +123.808 +142.741 +142.151 +140.144 +128.269 +124.025 +135.574 +142.439 +136.063 +131.476 +134.36 +116.867 +76.0602 +43.5643 +20.8354 +11.8049 +14.132 +11.8048 +22.3203 +37.7104 +43.5633 +72.6592 +84.6879 +111.325 +134.504 +151.976 +146.505 +145.646 +134.564 +127.766 +140.575 +145.372 +137.155 +126.313 +129.408 +112.79 +71.4909 +43.5552 +20.7849 +11.8049 +14.1321 +11.8047 +23.2925 +38.0378 +44.812 +75.9805 +99.9672 +121.171 +140.647 +157.894 +156.377 +155.192 +143.551 +136.384 +147.897 +155.213 +149.379 +141.975 +144.97 +127.768 +85.8495 +53.9534 +23.5403 +11.8049 +14.1321 +11.8047 +27.9607 +40.3537 +47.9085 +63.4603 +84.8697 +109.898 +124.628 +136.675 +134.206 +132.071 +120.901 +116.506 +122.465 +131.169 +126.377 +124.017 +117.962 +108.032 +74.3869 +46.6856 +22.7045 +11.8049 +14.1321 +11.8048 +21.624 +40.6414 +57.4899 +57.6415 +73.2698 +76.6169 +111.002 +123.755 +116.421 +123.591 +108.397 +99.5923 +108.077 +114.549 +110.416 +104 +110.537 +97.0384 +63.6265 +42.4238 +20.5517 +11.8049 +14.1066 +11.8156 +22.1123 +37.8942 +51.2533 +72.823 +80.357 +90.7533 +106.982 +121.101 +120.824 +120.892 +103.606 +101.436 +114.546 +121.862 +116.182 +112.392 +115.787 +103.767 +68.1914 +43.4782 +20.0767 +11.8049 +14.1066 +11.8303 +21.9533 +37.8535 +51.0454 +72.6488 +80.0795 +91.8027 +110.145 +126.473 +125.927 +124.678 +113.709 +109.537 +120.748 +126.078 +120.728 +111.74 +115.179 +103.354 +68.1692 +43.4395 +19.8287 +11.8048 +14.1066 +11.8304 +21.5147 +37.5405 +50.8897 +73.2701 +79.9108 +92.9017 +114.416 +131.742 +129.515 +129.801 +121.123 +110.836 +121.197 +127.111 +123.461 +120.599 +125.735 +106.05 +68.1898 +43.4957 +20.3261 +11.8049 +14.1066 +11.805 +22.649 +38.1702 +51.7084 +73.4007 +80.0758 +89.0518 +104.363 +126.316 +137.725 +139.57 +129.218 +122.499 +133.452 +139.257 +135.37 +124.797 +125.072 +109.996 +70.5833 +43.5611 +20.854 +11.8049 +14.1065 +11.8049 +24.7119 +39.0901 +52.6644 +79.6225 +91.5967 +107.831 +129.441 +150.074 +145.494 +145.74 +137.101 +127.503 +140.357 +147.103 +136.525 +129.925 +133.331 +117.838 +74.9815 +43.8477 +21.8947 +11.8048 +14.1065 +11.8049 +23.5219 +38.4818 +54.3615 +65.3095 +86.0159 +122.191 +141.443 +155.035 +151.083 +144.689 +133.202 +134.857 +118.197 +146.638 +146.329 +142.628 +132.072 +127.034 +91.9446 +59.171 +24.4839 +11.8048 +14.1065 +11.8049 +24.0145 +43.7041 +59.991 +57.7876 +73.8803 +82.8054 +117.471 +133.768 +129.196 +134.501 +123.993 +120.932 +128.004 +129.807 +127.983 +118.67 +124.022 +107.014 +68.4605 +43.3893 +21.3072 +11.8049 +14.1321 +11.8048 +27.6337 +40.0042 +53.1407 +81.1638 +94.2078 +113.001 +133.7 +150.675 +150.29 +150.705 +134.567 +128.84 +136.239 +133.407 +136.027 +135.484 +137.42 +122.276 +77.708 +45.3151 +20.8489 +11.8049 +14.1066 +11.805 +22.7371 +38.0861 +51.2023 +72.4964 +80.2141 +89.9223 +109.951 +122.939 +127.809 +125.436 +110.292 +102.855 +120.01 +134.387 +133.897 +129.631 +136.55 +118.936 +77.1552 +46.9649 +21.4963 +11.8049 +14.1066 +11.8304 +27.6027 +40.0166 +52.8436 +78.279 +89.2451 +99.988 +107.399 +126.24 +122.273 +119.136 +113.109 +108.425 +103.512 +105.456 +97.723 +96.2591 +103.725 +96.8311 +68.0443 +43.43 +19.5964 +11.8049 +14.1066 +11.8304 +21.0129 +37.2331 +50.512 +71.8759 +80.0975 +89.1742 +104.301 +112.454 +103.73 +102.364 +93.1931 +89.6048 +101.966 +105.581 +97.7182 +95.98 +103.721 +96.8767 +68.0783 +43.4276 +19.6026 +11.8049 +14.1066 +11.8304 +21.3578 +37.4835 +50.7427 +72.6688 +80.1923 +88.9248 +104.537 +114.828 +108.642 +110.397 +97.0628 +92.9224 +107.054 +110.573 +102.11 +98.2418 +104.219 +96.863 +68.0621 +43.4279 +20.2827 +11.8048 +14.1066 +11.8304 +19.6709 +36.7012 +52.3512 +57.5448 +69.7216 +90.2683 +103.671 +108.801 +101.324 +103.662 +92.9742 +90.2562 +100.919 +108.787 +106.219 +100.746 +98.0414 +95.7229 +68.0462 +45.2401 +21.4016 +11.8048 +14.1065 +11.8049 +19.3616 +37.3098 +53.03 +57.8293 +73.0642 +73.325 +100.508 +113.14 +101.82 +105.504 +92.0158 +89.5539 +96.6892 +104.467 +97.1549 +91.6556 +98.3546 +91.466 +63.6188 +42.9741 +19.6088 +11.8054 +14.1065 +11.8048 +20.2987 +36.9301 +50.0926 +72.9585 +80.2235 +89.3315 +104.735 +120.739 +114.324 +113.692 +96.363 +93.8686 +104.79 +111.988 +102.522 +95.284 +103.692 +96.824 +68.0147 +44.118 +19.5862 +11.8049 +14.1066 +11.805 +20.4525 +36.922 +50.0476 +72.8981 +79.8654 +89.1351 +104.563 +115.895 +111.02 +112.618 +99.1144 +94.99 +110.025 +114.947 +106.119 +98.0374 +103.702 +96.8355 +68.0118 +44.1222 +19.5758 +11.8049 +14.1066 +11.8303 +20.4476 +36.9099 +50.0403 +73.0351 +80.3828 +89.2318 +104.466 +116.605 +113.747 +108.122 +93.2163 +89.789 +102.592 +107.22 +103.933 +99.606 +103.793 +96.9131 +68.1185 +43.4291 +19.6488 +11.8048 +14.1066 +11.8304 +21.2462 +37.4148 +50.6129 +72.4498 +79.7414 +88.9175 +104.47 +116.648 +111.879 +119.151 +102.277 +99.8031 +112.959 +119.368 +111.893 +107.888 +114.485 +103.743 +70.3871 +43.4597 +20.453 +11.8049 +14.1065 +11.8049 +22.9533 +38.3898 +52.0592 +74.4374 +85.8764 +101.722 +120.121 +137.864 +136.763 +133.524 +123.203 +116.557 +128.428 +130.816 +124.552 +122.824 +129.492 +117.13 +78.9275 +43.6828 +22.2993 +11.8049 +14.1065 +11.8049 +22.4899 +37.9895 +53.5186 +58.7452 +75.3704 +96.2091 +117.881 +127.759 +125.31 +119.691 +116.327 +104.685 +112.807 +121.705 +113.409 +108.352 +98.3699 +95.7536 +68.0572 +44.555 +21.4491 +11.8252 +14.1064 +11.8048 +19.7043 +38.1459 +53.7925 +57.7564 +73.6284 +73.4934 +100.425 +109.653 +99.0909 +100.064 +89.7718 +88.1487 +96.763 +99.8266 +95.7959 +91.4155 +98.3462 +91.4257 +64.0412 +43.1817 +19.5802 +11.805 +14.1319 +11.8048 +20.4869 +37.107 +50.33 +72.5762 +80.0581 +89.1648 +104.4 +112.527 +102.592 +104.602 +94.4965 +90.3111 +102.852 +110.614 +103.24 +103.506 +103.705 +96.8704 +68.0662 +44.1148 +19.5979 +11.8049 +14.1065 +11.8049 +20.5049 +37.0226 +50.2168 +72.5442 +79.7683 +89.5066 +106.428 +125.129 +121.588 +123.23 +111.072 +107.208 +115.382 +120.178 +116.709 +121.706 +119.486 +106.949 +68.1821 +43.5073 +20.4106 +11.8049 +14.1065 +11.8049 +23.6358 +38.6071 +52.4064 +79.3242 +91.6265 +104.345 +123.485 +145.543 +141.458 +136.848 +123.979 +115.708 +129.104 +135.477 +135.028 +138.95 +140.259 +125.572 +90.1128 +53.4692 +23.288 +11.8049 +14.1066 +11.8049 +29.6657 +40.7898 +55.1583 +86.0739 +95.3816 +104.068 +128.324 +148.469 +143.475 +142.157 +122.181 +116.916 +135.874 +135.074 +135.894 +132.837 +128.701 +112.68 +74.5743 +45.4478 +21.0964 +11.8049 +14.1065 +11.8049 +25.0884 +39.0259 +52.5386 +77.0533 +86.8938 +109.07 +136.975 +156.338 +157.203 +150.745 +137.442 +126.894 +135.346 +143.608 +140.758 +144.565 +146.215 +129.196 +85.7589 +52.7027 +23.2846 +11.8049 +14.1321 +11.8048 +27.3019 +40.8882 +57.1875 +78.0557 +98.273 +123.207 +134.578 +151.353 +147.366 +145.132 +134.414 +130.585 +137.288 +147.538 +145.605 +151.66 +137.296 +133.717 +99.5782 +71.168 +24.8801 +11.827 +14.1064 +11.8048 +28.8117 +52.2179 +70.4105 +62.3816 +78.3519 +88.7046 +124.524 +141.34 +132.73 +133.732 +117.613 +115.079 +120.094 +127.63 +119.539 +118.804 +109.648 +91.5827 +63.4973 +42.3206 +19.8942 +11.827 +14.1064 +11.8048 +21.2757 +37.2208 +50.595 +71.9629 +80.1029 +89.1246 +104.579 +114.931 +114.121 +113.153 +97.0458 +91.2844 +105.613 +115.145 +110.219 +116.251 +111.109 +96.8958 +68.1135 +43.4292 +19.5701 +11.8049 +14.1321 +11.8048 +21.1369 +37.2945 +50.4654 +72.2331 +80.0494 +89.204 +104.543 +117.58 +114.505 +113.459 +103.577 +101.703 +111.218 +114.551 +107.534 +113.211 +113.072 +97.8407 +68.1114 +43.4331 +19.6258 +11.8048 +14.1066 +11.8304 +21.2076 +37.2537 +50.4346 +72.5707 +80.0246 +89.5969 +110.347 +133.001 +130.779 +128.296 +122.298 +113.228 +126.921 +131.604 +123.085 +121.15 +116.684 +98.1126 +68.139 +43.4352 +19.7477 +11.8049 +14.1066 +11.8304 +21.367 +37.41 +50.5745 +71.9529 +80.1498 +93.3547 +119.352 +139.185 +141.047 +140.261 +128.987 +123.708 +136.808 +142.104 +131.591 +130.173 +127.154 +105.475 +68.2406 +43.4828 +20.1321 +11.8048 +14.1074 +11.8295 +21.879 +37.6274 +50.8506 +72.1658 +79.854 +89.1123 +110.477 +136.118 +130.315 +128.478 +120.809 +114.302 +126.871 +129.635 +120.539 +116.137 +110.452 +96.9692 +68.1313 +43.4324 +20.415 +11.8049 +14.1066 +11.8303 +20.5201 +37.0787 +52.7146 +58.5861 +69.8255 +90.2142 +103.66 +107.233 +104.358 +100.046 +90.8887 +90.7983 +96.4839 +108.984 +105.903 +111.299 +98.467 +95.7981 +68.1678 +44.5944 +21.8168 +11.8048 +14.1065 +11.8049 +20.7954 +40.022 +55.7418 +58.4702 +73.8337 +73.8086 +100.894 +113.481 +112.176 +107.022 +94.607 +91.9776 +98.8966 +104.131 +101.493 +102.387 +102.463 +91.5529 +63.5714 +42.2929 +20.0547 +11.8049 +14.1065 +11.8049 +21.3985 +37.4906 +50.8078 +72.5247 +79.9851 +90.9285 +120.11 +143.982 +142.116 +143.489 +128.876 +120.271 +135.028 +141.897 +137.493 +133.13 +129.562 +116.729 +78.6742 +43.4885 +20.4905 +11.8048 +14.1066 +11.8304 +22.2038 +38.055 +51.2471 +73.8092 +80.8461 +89.2061 +104.438 +122.607 +123.796 +129.444 +110.438 +104.817 +118.682 +121.742 +113.206 +113.721 +111.629 +100.767 +68.1804 +43.4822 +20.2071 +11.8049 +14.1065 +11.8049 +22.198 +37.8852 +51.162 +73.7721 +80.8476 +88.9872 +106.525 +120.78 +125.57 +125.364 +108.556 +98.8184 +108.132 +106.038 +99.8796 +103.495 +103.666 +96.8427 +67.9972 +43.8613 +19.6021 +11.8048 +14.1065 +11.8049 +20.8737 +37.1846 +50.423 +73.0981 +80.5383 +88.8743 +104.292 +112.366 +102.074 +100.857 +92.89 +90.031 +101.801 +105.493 +100.165 +103.315 +103.544 +96.7022 +68.6477 +44.5105 +19.5716 +11.805 +14.1319 +11.8048 +20.1298 +36.8937 +50.0062 +74.2612 +80.9171 +89.2249 +104.451 +112.243 +102.035 +100.812 +92.7496 +89.7273 +100.773 +104.975 +99.4995 +103.245 +103.485 +96.938 +68.654 +45.1537 +20.2976 +11.8048 +14.1065 +11.8049 +18.9098 +36.3075 +51.8859 +59.9846 +70.1601 +90.1988 +103.352 +106.983 +101.145 +98.7749 +90.8736 +89.5077 +95.5833 +106.833 +104.376 +107.851 +98.0368 +95.696 +68.0748 +44.5569 +21.4075 +11.8048 +14.1065 +11.8048 +19.2834 +37.586 +53.8544 +58.5015 +73.3493 +73.2106 +100.213 +109.498 +98.0753 +97.9516 +88.971 +87.6088 +94.9105 +99.5724 +96.1518 +98.4605 +98.272 +91.6611 +63.9803 +43.1487 +19.592 +11.8148 +14.1064 +11.8048 +20.1736 +36.8986 +50.0549 +74.7084 +81.4338 +89.3272 +105.039 +112.349 +102.113 +100.889 +92.8564 +89.4709 +101.032 +104.898 +99.752 +103.354 +103.531 +97.205 +69.0008 +45.1623 +19.6049 +11.8049 +14.1065 +11.8049 +20.2076 +36.7988 +49.8544 +74.2852 +80.9647 +89.3121 +104.611 +112.387 +103.502 +104.103 +95.9347 +90.7116 +102.185 +106.235 +106.402 +106.769 +106.805 +96.8829 +68.0882 +43.4337 +19.7792 +11.8049 +14.1066 +11.8049 +20.8543 +37.2974 +50.4607 +72.9899 +79.904 +88.8246 +104.308 +112.784 +102.387 +100.975 +92.8354 +89.4781 +100.943 +107.177 +99.3836 +103.407 +103.596 +96.7348 +67.9851 +44.2893 +19.5976 +11.8049 +14.1065 +11.8049 +20.4613 +36.9498 +50.0504 +73.6138 +80.3413 +89.0134 +104.396 +113.12 +106.187 +105.842 +96.9941 +91.4606 +104.521 +110.285 +106.794 +107.657 +105.891 +96.8803 +68.2857 +43.7147 +19.5778 +11.8049 +14.1066 +11.8303 +20.6332 +37.1087 +50.25 +72.8055 +80.0958 +88.7094 +105.081 +112.221 +102.268 +100.992 +93.0033 +90.2659 +101.462 +104.514 +99.9944 +103.28 +103.539 +97.087 +68.6531 +45.1532 +20.2817 +11.8049 +14.1066 +11.805 +19.0186 +36.7373 +51.835 +60.1293 +71.9438 +90.9558 +104.719 +107.543 +101.734 +99.7404 +91.4299 +90.2109 +96.4774 +108.518 +104.843 +107.552 +98.333 +96.2927 +69.6751 +46.3015 +21.4027 +11.8292 +14.1064 +11.8048 +19.2429 +36.4408 +52.2211 +59.0538 +73.9124 +74.793 +101.546 +110.736 +99.2927 +99.2538 +90.3356 +89.3149 +96.2287 +101.089 +98.711 +99.9143 +99.7436 +92.988 +65.2048 +44.0908 +19.6014 +11.809 +14.1065 +11.8048 +20.7907 +36.4951 +49.4926 +74.8901 +81.5597 +90.4763 +105.935 +113.016 +101.919 +100.701 +93.2758 +89.9548 +101.474 +104.658 +100.198 +103.291 +104.022 +97.7321 +69.5133 +45.1583 +19.5809 +11.8049 +14.1066 +11.8304 +20.1579 +36.6781 +49.7615 +75.7359 +80.7669 +88.8786 +104.362 +112.512 +104.274 +103.681 +93.657 +90.4 +101.952 +105.922 +100.408 +103.416 +103.622 +96.7718 +68.1813 +44.4589 +19.5932 +11.8049 +14.1066 +11.805 +20.4347 +36.9683 +50.109 +74.2512 +80.1468 +89.2553 +104.798 +121.422 +121.751 +122.275 +109.882 +104.802 +116.364 +123.536 +112.776 +109.404 +105.817 +96.8412 +68.074 +43.4383 +19.9476 +11.8049 +14.1066 +11.805 +21.1922 +37.409 +50.7178 +73.1046 +79.986 +88.9067 +104.44 +117.063 +109.047 +106.627 +98.1697 +91.8165 +104.966 +109.871 +107.337 +108.097 +107.828 +96.9506 +68.0927 +43.425 +19.6095 +11.8049 +14.1066 +11.8304 +20.9871 +37.2494 +50.4167 +73.5752 +80.281 +88.7571 +104.689 +112.362 +102.131 +100.854 +92.8079 +89.63 +101.658 +105.905 +100.28 +103.282 +103.508 +97.0962 +69.1657 +45.1623 +20.2611 +11.8049 +14.132 +11.8048 +18.8607 +36.6069 +51.7835 +67.1596 +71.957 +91.7232 +104.915 +108.364 +102.506 +100.208 +92.2801 +91.228 +97.4103 +108.99 +106.335 +108.178 +99.4464 +97.1728 +69.6904 +46.3403 +21.4022 +11.8221 +14.1064 +11.8048 +19.4557 +36.7515 +52.1307 +65.7277 +73.6169 +74.8759 +101.585 +110.687 +99.3098 +98.8201 +90.1512 +89.1502 +96.4439 +101.835 +105.617 +99.913 +99.7705 +92.9589 +65.1897 +44.1667 +19.5874 +11.8048 +14.1066 +11.8095 +20.882 +37.3328 +50.1389 +81.8307 +81.605 +90.4762 +105.684 +113.665 +102.555 +101.648 +94.3235 +90.9233 +102.346 +106.492 +108.634 +104.817 +105.076 +98.3183 +69.7582 +45.3356 +19.6082 +11.8049 +14.1065 +11.8049 +20.9146 +37.4038 +50.2767 +81.851 +81.8441 +90.5492 +105.769 +113.963 +102.993 +101.613 +94.4705 +91.2044 +102.814 +106.254 +107.885 +104.373 +105.07 +98.3066 +69.7808 +45.2614 +19.5854 +11.8206 +14.1064 +11.8048 +20.5377 +37.134 +50.0627 +81.8099 +82.2817 +90.7849 +105.762 +113.014 +102.148 +101.088 +93.1976 +90.4297 +102.512 +106.089 +107.023 +103.148 +103.397 +97.1442 +69.679 +45.1735 +19.6058 +11.8072 +14.1065 +11.8048 +20.3497 +36.4951 +49.7028 +81.7761 +82.1404 +90.4358 +105.65 +113.184 +102.771 +101.532 +93.3788 +90.9774 +102.58 +108.372 +107.909 +103.804 +103.847 +97.3025 +69.4755 +45.1617 +19.5998 +11.8049 +14.1065 +11.8049 +20.4038 +36.5205 +49.6565 +81.7818 +81.6206 +90.378 +105.742 +113.003 +101.988 +100.723 +92.6838 +89.9633 +101.868 +105.99 +107.132 +103.272 +103.453 +97.1874 +69.3423 +45.1767 +20.2789 +11.8049 +14.1066 +11.805 +19.1191 +36.1958 +51.6733 +67.1552 +70.7976 +90.3288 +103.696 +107.057 +104.506 +104.32 +94.1961 +92.3171 +99.2939 +109.151 +113.814 +107.27 +97.9837 +95.875 +68.058 +44.558 +21.428 +11.8257 +14.1064 +11.8048 +19.8518 +38.275 +54.2574 +65.4462 +73.4014 +73.3148 +105.324 +117.714 +113.506 +114.546 +101.865 +99.6476 +106.1 +111.35 +112.251 +105.787 +104.229 +95.4119 +63.5451 +42.3836 +20.411 +11.8304 +14.1064 +11.8048 +21.3884 +37.3801 +50.5802 +80.392 +81.3073 +90.0783 +105.288 +113.192 +102.865 +101.477 +93.506 +90.9189 +102.692 +107.609 +108.182 +104.228 +104.637 +98.289 +69.7222 +45.2248 +19.5874 +11.8049 +14.1066 +11.8304 +20.6363 +37.2464 +50.758 +81.805 +81.8987 +90.4832 +105.8 +113.679 +102.886 +101.749 +94.1792 +90.9 +102.632 +106.875 +108.244 +104.287 +104.201 +98.3235 +69.7456 +45.2062 +19.5843 +11.8049 +14.1066 +11.8304 +20.6575 +36.4951 +49.5396 +81.7979 +81.7604 +90.4674 +105.681 +112.426 +101.92 +100.655 +92.6856 +89.3759 +101.107 +108.976 +110.129 +104.186 +103.539 +96.6458 +68.323 +44.5048 +19.588 +11.8175 +14.1064 +11.8048 +20.1834 +37.2263 +50.3719 +80.049 +81.5913 +89.8447 +105.197 +113.106 +102.263 +100.914 +93.5358 +91.3484 +103.557 +108.278 +107.967 +103.643 +104.282 +97.432 +69.6898 +45.1845 +19.5845 +11.8049 +14.1066 +11.8304 +20.4433 +36.5965 +49.6642 +81.7961 +82.0488 +90.5235 +105.977 +112.995 +102.097 +101.01 +93.5019 +90.1668 +102.147 +106.404 +107.125 +103.269 +103.456 +96.992 +69.028 +45.1536 +20.2617 +11.8303 +14.1064 +11.8048 +19.0521 +36.1598 +51.7486 +67.1782 +71.9504 +91.1023 +105.324 +107.892 +102.028 +99.1251 +91.7201 +91.1376 +97.271 +109.543 +112.522 +107.436 +98.3031 +96.324 +69.6738 +46.3263 +21.3991 +11.8173 +14.1065 +11.8048 +19.4023 +36.6235 +52.6483 +65.6675 +74.6659 +74.9662 +101.732 +110.974 +99.2704 +99.2758 +90.1985 +88.9745 +96.2707 +101.784 +105.65 +99.8968 +99.7954 +92.9614 +65.247 +44.1971 +19.605 +11.8049 +14.1065 +11.8049 +21.0459 +37.5896 +50.4276 +81.8357 +81.863 +90.5415 +105.988 +113.052 +101.973 +100.644 +92.7286 +89.6268 +101.283 +105.829 +107.081 +103.224 +103.822 +97.3859 +69.7228 +45.1552 +19.5753 +11.8049 +14.1302 +11.8066 +20.2743 +36.6909 +49.7888 +81.7698 +80.9845 +89.5401 +104.828 +112.607 +102.587 +101.559 +93.2388 +89.3959 +101.284 +107.268 +107.237 +103.351 +103.989 +97.7258 +69.6602 +45.1705 +19.6012 +11.8049 +14.1065 +11.8049 +20.2791 +36.7069 +49.8265 +81.7771 +82.2571 +90.4566 +105.741 +112.726 +101.916 +100.637 +93.0456 +91.1331 +102.745 +108.457 +107.642 +103.991 +104.227 +98.259 +69.7106 +45.2174 +19.5942 +11.8048 +14.1065 +11.8049 +20.4982 +36.5205 +49.6594 +81.7975 +82.6161 +91.7257 +106.247 +113.742 +103.069 +101.033 +94.0267 +91.1806 +103.508 +109.092 +108.453 +104.469 +105.074 +98.2797 +69.7595 +45.2297 +19.6053 +11.8049 +14.1065 +11.8049 +21.0421 +37.6776 +50.5545 +81.8223 +82.018 +90.8919 +105.815 +113.815 +102.621 +101.397 +93.4023 +90.969 +102.653 +107.091 +107.944 +104.514 +104.179 +98.2996 +69.7076 +45.1927 +20.2639 +11.8049 +14.1321 +11.8048 +19.1194 +36.036 +51.5142 +66.1323 +71.6835 +90.3172 +103.924 +106.768 +101.068 +98.8416 +90.8522 +89.6845 +97.2143 +108.939 +111.858 +107.867 +97.9618 +95.6549 +67.9888 +44.5581 +21.3986 +11.8148 +14.1064 +11.8048 +19.3528 +38.1185 +54.5649 +65.4966 +74.0174 +73.4016 +101.279 +111.44 +103.567 +103.621 +93.2857 +89.6586 +96.1331 +101.788 +104.148 +98.4022 +98.1196 +91.9869 +65.0843 +44.0476 +19.5708 +19.6047 +11.8062 +14.1064 +11.8048 +20.3414 +36.8638 +49.9917 +73.6072 +81.0602 +89.7493 +105.668 +112.956 +102.981 +102.205 +94.8281 +92.2807 +105.66 +116.603 +108.2 +103.942 +104.206 +98.2918 +69.7376 +45.2337 +19.5915 +11.8049 +14.1066 +11.8049 +20.9017 +37.4865 +51.1157 +74.6214 +81.7498 +90.899 +106.141 +113.861 +103.503 +102.315 +94.3674 +91.2565 +105.64 +116.621 +108.205 +104.379 +104.639 +98.2762 +69.7322 +45.1859 +19.6113 +11.8048 +14.1065 +11.8049 +20.8062 +36.5206 +49.4671 +74.73 +81.8974 +90.713 +106.127 +113.972 +103.222 +102.126 +94.7957 +91.3302 +105.481 +116.587 +107.794 +103.947 +104.006 +98.2972 +69.7327 +45.2161 +19.5921 +11.8049 +14.1066 +11.8049 +20.9628 +36.4951 +49.4671 +74.3339 +81.387 +90.3475 +105.668 +113.819 +102.63 +101.327 +94.4111 +91.6676 +105.21 +116.616 +107.768 +103.944 +104.416 +98.2574 +69.7036 +45.1843 +19.6009 +11.8049 +14.1065 +11.8049 +20.699 +36.5206 +49.4954 +73.0107 +80.6845 +89.1481 +104.445 +112.864 +102.463 +101.267 +93.8228 +91.7048 +106.02 +116.288 +107.765 +103.766 +104.196 +97.7387 +69.7058 +45.2 +20.2991 +11.8049 +14.1065 +11.8049 +19.8518 +36.036 +51.987 +60.0129 +71.3789 +91.5105 +104.764 +108.304 +102.561 +100.291 +92.598 +91.8258 +99.9744 +118.894 +113.238 +108.654 +99.4129 +97.2198 +69.7241 +46.3588 +21.402 +11.8049 +14.1321 +11.8048 +19.6597 +36.9595 +52.3603 +59.5688 +74.8176 +74.8234 +101.588 +110.783 +99.2776 +99.2202 +90.1267 +89.4831 +98.4765 +110.182 +105.655 +99.0182 +98.8733 +92.9463 +65.1117 +44.0742 +19.5721 +11.8284 +14.1064 +11.8048 +20.6598 +36.4951 +49.4726 +74.8745 +83.2883 +90.5052 +106.141 +113.686 +102.762 +101.451 +94.3928 +91.6328 +105.714 +116.605 +107.989 +103.946 +103.999 +98.096 +69.7118 +45.1926 +19.5772 +11.8049 +14.1115 +11.8255 +20.915 +36.4951 +49.5859 +73.8409 +80.8603 +89.7441 +105.846 +113.127 +102.219 +100.853 +93.1779 +91.1877 +104.81 +116.193 +107.799 +103.943 +104.598 +98.3274 +69.7276 +45.2167 +19.5909 +11.8049 +14.1066 +11.8049 +20.8847 +37.4063 +50.9959 +73.8796 +81.5358 +90.4153 +105.859 +113.426 +101.99 +100.874 +93.6086 +90.8195 +104.414 +116.199 +107.566 +103.936 +104.196 +97.6765 +69.6867 +45.1615 +19.5761 +11.8049 +14.1066 +11.8304 +20.2269 +36.4951 +49.854 +73.2316 +80.2385 +88.7342 +104.297 +113.184 +108.022 +102.226 +93.5921 +90.4858 +105.681 +120.325 +107.105 +103.132 +103.622 +97.1046 +69.5192 +45.1825 +19.5704 +11.8049 +14.1066 +11.8303 +20.9548 +37.0782 +49.8458 +74.8832 +82.5456 +90.6893 +105.765 +113.987 +103.334 +101.76 +94.3707 +91.7907 +105.603 +116.617 +108.157 +104.24 +104.008 +98.3242 +69.7309 +45.2336 +20.2629 +11.8049 +14.1304 +11.8064 +19.9718 +37.2424 +52.7132 +59.6612 +71.5101 +91.5687 +104.767 +108.278 +102.451 +100.126 +92.4805 +91.4159 +99.1329 +118.88 +113.208 +108.627 +99.4456 +97.2036 +69.7789 +46.4382 +21.4019 +11.8049 +14.1066 +11.8304 +19.6186 +36.8806 +52.2942 +60.1826 +75.4304 +74.9142 +101.71 +110.752 +99.3001 +99.2835 +90.8701 +89.8091 +98.4639 +110.202 +105.623 +99.8726 +99.7817 +92.9329 +65.1378 +44.1006 +19.5682 +11.8049 +14.132 +11.8048 +20.7716 +36.4951 +49.4672 +74.8788 +82.1098 +90.7196 +106.177 +113.681 +103.165 +101.996 +95.4682 +93.186 +106.303 +116.599 +108.373 +104.819 +105.051 +98.3099 +69.7564 +45.2235 +19.6049 +11.8049 +14.1065 +11.8049 +21.1049 +36.5206 +49.4671 +74.7679 +82.2944 +90.7992 +106.158 +113.847 +103.529 +102.27 +94.4616 +92.2857 +105.77 +116.634 +108.632 +104.83 +105.064 +98.3682 +69.7368 +45.2888 +19.5973 +11.8049 +14.1065 +11.8049 +20.9726 +37.4604 +50.3201 +74.7569 +81.8206 +90.4077 +105.871 +113.752 +103.539 +102.266 +94.3553 +91.3961 +105.636 +116.657 +108.692 +104.86 +105.121 +98.3559 +69.8125 +45.385 +19.6009 +11.8049 +14.1065 +11.8049 +21.0373 +37.4553 +50.2312 +74.7572 +81.8352 +90.535 +105.757 +113.73 +103.662 +102.332 +94.575 +91.7194 +105.021 +116.637 +108.656 +104.849 +105.099 +98.3464 +69.8536 +45.3865 +19.5702 +11.8049 +14.1321 +11.8048 +21.1911 +37.7176 +50.5612 +74.9423 +81.7469 +90.5135 +105.697 +113.724 +103.484 +102.421 +94.5841 +91.7468 +104.939 +116.645 +108.618 +104.84 +105.107 +98.3735 +69.8361 +45.3607 +20.2764 +11.8203 +14.1064 +11.8048 +19.8794 +37.1266 +52.5404 +59.9342 +71.5128 +91.5996 +104.764 +107.257 +101.351 +98.9575 +91.0373 +90.5352 +99.0909 +118.324 +112.344 +107.973 +98.2971 +96.0684 +69.1851 +46.2819 +21.3969 +11.8136 +14.1065 +11.8048 +19.0686 +36.3711 +52.3697 +58.5424 +73.4809 +74.4448 +100.077 +109.277 +97.8435 +99.4159 +88.7173 +89.0296 +97.2332 +108.754 +104.113 +98.3428 +98.1903 +91.3237 +63.392 +42.2889 +19.6075 +11.8049 +14.1064 +11.8048 +20.0795 +37.6686 +51.0346 +73.0023 +80.3068 +89.5895 +104.141 +112.278 +102.028 +100.866 +94.9918 +93.9537 +105.773 +115.86 +107.906 +103.797 +103.905 +97.4221 +69.6961 +45.2038 +19.5694 +11.8049 +14.1319 +11.8048 +20.4532 +36.7665 +49.7382 +74.8852 +82.9915 +90.6983 +105.835 +113.928 +103.65 +102.511 +94.5159 +92.9246 +105.878 +116.643 +108.654 +104.839 +105.062 +98.2918 +69.7744 +45.2803 +19.5794 +11.8048 +14.1066 +11.8304 +21.2373 +37.7536 +50.763 +74.9023 +82.2479 +90.3934 +105.868 +113.9 +103.725 +102.861 +94.8476 +92.8194 +106.378 +116.639 +108.631 +104.835 +105.063 +98.3042 +69.8139 +45.319 +19.5703 +11.8049 +14.1321 +11.8048 +21.0448 +36.4951 +49.4672 +74.8933 +82.4528 +90.7128 +106.582 +114.333 +104.077 +102.796 +95.2775 +93.6045 +106.34 +116.654 +108.606 +104.826 +105.057 +98.308 +69.7497 +45.2268 +19.6018 +11.8049 +14.1065 +11.8049 +20.8807 +36.5206 +49.4671 +81.7571 +80.5386 +89.335 +105.61 +113.121 +101.824 +101.545 +94.4664 +92.5 +106.31 +116.593 +108.077 +103.957 +104.163 +98.3177 +69.7167 +45.2319 +20.2643 +11.8281 +14.1064 +11.8048 +20.069 +36.0359 +51.8253 +67.2498 +72.8646 +92.0815 +104.931 +108.334 +102.534 +100.302 +92.5109 +91.9774 +99.9619 +118.898 +113.269 +108.615 +99.4709 +97.1682 +69.7352 +46.4031 +21.3989 +11.827 +14.1064 +11.8048 +20.0288 +37.255 +52.5792 +67.2496 +75.1916 +75.5528 +101.925 +110.887 +99.4473 +99.492 +90.4467 +90.1656 +98.8912 +110.33 +105.734 +99.972 +99.8829 +93.0445 +65.32 +44.2834 +19.5895 +11.8048 +14.1066 +11.8304 +21.1449 +37.861 +50.7681 +81.9126 +81.76 +90.9032 +106.383 +114.247 +103.507 +102.276 +94.592 +91.6082 +105.497 +116.704 +108.608 +104.882 +105.057 +98.4221 +69.9079 +45.431 +19.5845 +11.8049 +14.1066 +11.8049 +21.6107 +37.8812 +50.8354 +81.9346 +82.4065 +90.871 +106.368 +113.96 +103.63 +102.487 +94.9467 +92.2406 +106.555 +116.789 +108.839 +104.97 +105.088 +98.4533 +69.946 +45.4384 +19.6197 +11.8049 +14.1066 +11.8049 +21.9814 +37.9993 +50.802 +82.0107 +82.134 +90.6007 +106.046 +113.945 +103.842 +102.546 +94.6768 +92.6454 +106.491 +116.823 +108.753 +105.009 +105.112 +98.4799 +70.0289 +45.5559 +19.9006 +11.8049 +14.1066 +11.8304 +22.1959 +38.4892 +51.2466 +82.1235 +81.7498 +90.613 +105.942 +114.002 +103.556 +102.374 +94.4395 +91.6171 +105.906 +116.823 +108.892 +104.975 +105.116 +98.4539 +69.9829 +45.5097 +19.8184 +11.8049 +14.1321 +11.8048 +22.0685 +38.416 +51.0159 +82.1304 +82.2921 +90.6578 +105.921 +113.871 +103.69 +102.537 +94.9719 +92.8763 +106.177 +116.773 +108.695 +104.888 +105.082 +98.3057 +69.8998 +45.3969 +20.4723 +11.8049 +14.1065 +11.8049 +20.7887 +37.7711 +52.9128 +67.2555 +71.6933 +91.644 +104.907 +108.394 +102.645 +100.308 +92.4217 +91.614 +100.003 +119.164 +113.389 +108.744 +99.5473 +97.2709 +70.048 +46.6784 +21.7271 +11.808 +14.1065 +11.8048 +20.9828 +38.0887 +53.191 +67.5867 +75.2892 +75.1422 +101.884 +111.016 +99.4159 +99.3809 +90.5123 +89.7804 +98.2898 +110.589 +105.929 +100.214 +100.163 +93.3014 +65.5864 +44.5608 +19.9218 +11.8139 +14.1064 +11.8049 +22.0916 +38.5091 +51.2983 +82.2481 +82.0019 +90.9769 +106.026 +113.95 +103.633 +102.357 +94.7895 +91.6676 +105.278 +116.935 +108.854 +105.122 +105.255 +98.5558 +70.1424 +45.6684 +19.8945 +11.8049 +14.1066 +11.8303 +22.1784 +38.5658 +51.2259 +82.1181 +83.1914 +90.8021 +106.118 +113.884 +103.663 +102.383 +95.0409 +92.9499 +106.462 +116.685 +108.655 +104.893 +105.137 +98.254 +69.8077 +45.3541 +19.6431 +11.8049 +14.1066 +11.8049 +21.5508 +37.8131 +50.6123 +81.8418 +82.811 +90.9623 +106.168 +113.748 +103.426 +102.574 +95.0891 +92.6747 +106.343 +116.625 +108.537 +104.822 +105.01 +98.1649 +69.7546 +45.2099 +19.5882 +11.8049 +14.1065 +11.8049 +20.9294 +36.5097 +49.4672 +81.7962 +82.8852 +90.8689 +106.1 +114.004 +103.429 +102.499 +95.2037 +92.9555 +106.322 +116.62 +108.621 +104.825 +105.018 +98.1853 +69.7288 +45.274 +19.6044 +11.8049 +14.1065 +11.8049 +21.0538 +36.4951 +49.4926 +81.8324 +81.9465 +90.7882 +106.235 +113.726 +103.513 +102.307 +94.5662 +91.9625 +105.867 +116.631 +108.456 +104.831 +105.019 +98.2579 +69.7372 +45.3231 +20.3007 +11.8049 +14.1065 +11.8048 +19.7164 +37.1699 +52.5772 +67.2175 +71.728 +91.6036 +105.069 +108.325 +102.621 +100.188 +92.5476 +91.4602 +100.146 +118.863 +113.261 +108.535 +99.3681 +97.1085 +69.7302 +46.3833 +21.4088 +11.8048 +14.1065 +11.8048 +20.1196 +37.2045 +52.6945 +67.2425 +75.1095 +74.9466 +101.954 +110.739 +99.2854 +99.2528 +90.3749 +89.7907 +98.6715 +110.277 +105.68 +99.9153 +99.8204 +93.0152 +65.2872 +44.25 +19.5716 +11.829 +14.1064 +11.8048 +21.14 +37.4345 +50.5213 +81.8446 +83.2503 +91.4281 +106.458 +113.898 +103.885 +102.908 +95.2419 +92.8287 +106.266 +116.648 +108.652 +104.829 +104.986 +98.3298 +69.7356 +45.29 +19.5708 +11.8049 +14.1066 +11.8303 +21.1852 +37.6507 +50.4909 +81.8468 +82.2794 +90.6463 +105.883 +113.787 +103.541 +102.351 +95.3951 +93.2091 +106.407 +116.652 +108.387 +104.84 +104.994 +98.234 +69.7467 +45.3433 +19.6056 +11.8049 +14.1065 +11.8049 +21.3692 +37.8144 +50.6651 +81.8452 +81.7353 +90.8716 +106.176 +113.962 +103.702 +102.567 +94.6349 +92.549 +106.348 +116.613 +108.75 +104.83 +105.017 +97.8568 +69.7265 +45.2636 +19.5826 +11.8048 +14.1066 +11.805 +21.2151 +37.5492 +50.3528 +81.8332 +82.8431 +90.6727 +105.873 +113.92 +103.581 +102.374 +94.7187 +92.189 +105.901 +116.693 +108.317 +104.878 +105.059 +97.9877 +69.8311 +45.4183 +19.7042 +11.8049 +14.1065 +11.8049 +22.0808 +38.3603 +50.9321 +82.0017 +82.7781 +90.6628 +105.965 +113.83 +103.585 +102.333 +94.6467 +92.0327 +105.988 +116.717 +108.679 +104.925 +105.066 +98.1272 +69.8882 +45.448 +20.4247 +11.8282 +14.1064 +11.8048 +20.705 +37.6373 +52.9087 +67.2758 +72.3541 +91.6796 +104.901 +108.216 +102.533 +100.16 +92.3169 +91.6672 +99.8624 +118.885 +112.949 +108.191 +99.3372 +97.3391 +69.7072 +46.3386 +21.4001 +11.8166 +14.1064 +11.8048 +20.0527 +37.1841 +52.6626 +67.2329 +75.1587 +74.9329 +101.682 +110.702 +99.2864 +99.3961 +90.6942 +89.9327 +98.7926 +110.2 +105.619 +99.8446 +99.7415 +92.9305 +65.1352 +44.1008 +19.5697 +11.8049 +14.132 +11.8048 +21.4354 +37.7622 +50.6599 +81.8932 +83.1421 +90.8631 +106.185 +113.936 +103.65 +102.412 +94.7039 +92.3766 +105.922 +116.826 +109.036 +104.983 +105.241 +98.5073 +70.0414 +45.6115 +19.9316 +11.8049 +14.1066 +11.8303 +22.7143 +38.9615 +51.7149 +82.2437 +83.1215 +90.803 +106.114 +114.006 +103.668 +102.373 +94.9152 +91.8757 +106.068 +116.919 +108.592 +105.073 +105.142 +98.5758 +70.0559 +45.611 +20.026 +11.8049 +14.1065 +11.8049 +22.4823 +38.7638 +51.4048 +82.1538 +82.6581 +90.769 +106.028 +113.895 +103.619 +102.412 +94.5091 +91.9203 +105.692 +116.896 +108.804 +105.075 +105.125 +98.6611 +70.0407 +45.5801 +19.8252 +11.8049 +14.1066 +11.8304 +22.1302 +38.4911 +51.2275 +82.1824 +83.0626 +90.9922 +106.063 +114.01 +103.683 +102.339 +94.5679 +91.847 +106.045 +116.841 +109.188 +105.074 +105.116 +98.7571 +70.0318 +45.5727 +19.9127 +11.8049 +14.1066 +11.805 +22.1791 +38.4406 +51.2192 +82.0676 +82.5264 +90.5791 +105.959 +113.827 +103.728 +102.377 +94.3444 +92.2769 +105.892 +116.799 +108.64 +104.927 +105.054 +98.6573 +69.8472 +45.426 +20.2635 +11.8049 +14.1065 +11.8304 +20.2245 +37.3755 +52.6475 +67.2564 +72.9162 +91.7335 +105.014 +108.278 +102.468 +100.196 +92.4232 +91.7581 +99.681 +118.909 +113.477 +108.599 +99.3222 +97.2545 +69.7432 +46.4641 +21.3974 +11.8049 +14.1321 +11.8048 +20.021 +37.2771 +52.6731 +67.2594 +75.6952 +74.9738 +101.514 +110.721 +99.3542 +99.3778 +90.2786 +89.6471 +98.5128 +110.338 +105.694 +100.016 +99.9229 +93.1457 +65.3986 +44.3961 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_p.csv new file mode 100644 index 0000000..20724a0 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_p.csv @@ -0,0 +1,8760 @@ +104.096 +104.096 +104.096 +104.096 +112.59 +104.096 +181.277 +145.331 +127.399 +308.364 +626.068 +857.042 +839.99 +839.718 +839.123 +852.311 +837.447 +656.279 +394.058 +389.414 +392.068 +392.083 +393.18 +261.624 +145.162 +104.096 +132.447 +112.59 +104.096 +115.436 +254.58 +206.661 +205.914 +537.835 +770.381 +813.048 +855.351 +845.849 +836.619 +840.279 +852.082 +948.082 +941.563 +944.868 +698.454 +389.536 +395.309 +261.596 +145.157 +104.096 +104.096 +104.096 +104.096 +104.096 +143.769 +146.389 +217.006 +539.642 +770.464 +862.331 +854.26 +848.511 +838.169 +842.15 +854.134 +950.154 +943.665 +946.87 +707.211 +390.706 +396.344 +263.581 +133.429 +104.096 +104.096 +104.096 +146.639 +146.636 +228.868 +213.312 +260.586 +542.293 +787.47 +812.487 +853.167 +846.509 +837.327 +841.36 +853.548 +949.457 +943.138 +946.413 +683.583 +390.502 +396.145 +260.01 +145.222 +104.096 +104.096 +112.59 +117.68 +121.075 +157.92 +160.541 +206.823 +543.172 +778.1 +806.475 +851.85 +844.288 +835.736 +839.358 +851.734 +947.754 +941.837 +945.529 +704.521 +390.554 +396.442 +259.985 +204.835 +104.096 +104.096 +146.619 +112.594 +112.606 +152.298 +167.56 +244.26 +540.353 +786.796 +808.2 +855.735 +847.843 +835.434 +839.099 +851.585 +947.669 +941.381 +944.516 +661.923 +389.516 +392.074 +389.348 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +143.688 +211.643 +534.913 +872.486 +832.429 +850.761 +841.022 +838.236 +836.87 +837.806 +954.899 +676.195 +395.718 +390.051 +390.081 +392.744 +390.104 +109.75 +133.841 +172.11 +172.118 +126.78 +138.12 +155.75 +159.551 +134.008 +310.124 +639.622 +833.44 +839.871 +838.75 +839.98 +852.595 +838.494 +660.831 +394.899 +390.278 +392.959 +392.973 +411.131 +295.771 +160.529 +134.797 +129.654 +163.664 +129.662 +129.661 +159.186 +201.276 +209.865 +542.37 +791.107 +808.278 +853.712 +845.293 +837.031 +840.474 +852.793 +947.809 +942.264 +946.621 +691.185 +390.906 +396.7 +260.031 +145.191 +109.76 +112.593 +143.787 +183.671 +172.195 +169.381 +178.115 +211.122 +540.989 +796.34 +808.52 +851.278 +843.399 +835.078 +838.449 +850.541 +945.531 +939.819 +943.301 +655.93 +389.22 +394.968 +261.586 +145.103 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +202.107 +525.13 +794.414 +854.408 +918.454 +909.483 +901.766 +904.664 +916.707 +1011.22 +1006.69 +942.661 +657.312 +389.334 +395.211 +261.731 +134.975 +104.096 +109.75 +115.412 +121.104 +125.38 +170.814 +182.43 +225.992 +543.758 +791.12 +811.826 +853.907 +845.205 +836.938 +840.319 +852.59 +947.722 +942.022 +945.779 +656.499 +390.726 +396.308 +259.975 +204.835 +104.096 +104.096 +112.591 +121.072 +121.082 +157.935 +162.418 +213.521 +540.621 +795.874 +826.559 +855.563 +846.43 +834.167 +837.508 +849.594 +944.535 +938.888 +942.982 +653.706 +389.086 +391.693 +388.996 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +203.872 +524.944 +802.946 +805.927 +844.577 +837.973 +834.711 +833.272 +833.951 +952.169 +679.524 +393.698 +389.062 +389.107 +391.726 +389.126 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +71.4794 +331.868 +649.381 +830.116 +836.581 +903.103 +904.04 +916.64 +834.928 +653.608 +393.914 +389.285 +392.014 +391.974 +393.026 +261.512 +138.196 +104.096 +104.096 +104.096 +146.615 +146.614 +186.28 +188.92 +205.632 +542.396 +778.235 +820.606 +851.663 +841.322 +901.201 +904.684 +916.712 +1016.32 +1013.57 +941.939 +658.762 +388.961 +394.685 +258.782 +144.984 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +203.217 +526.242 +794.612 +822.014 +918.746 +909.238 +901.266 +904.414 +916.474 +1014.33 +1005.64 +1009.53 +666.208 +388.855 +394.565 +258.833 +144.725 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +216.92 +564.016 +807.465 +820.269 +852.359 +842.605 +834.076 +837.793 +849.864 +945.685 +939.354 +942.801 +677.244 +389.212 +394.935 +261.544 +145.078 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +216.505 +525.056 +794.902 +821.299 +853.267 +843.695 +835.239 +839.01 +851.004 +946.908 +940.63 +943.645 +658.626 +389.299 +395.005 +261.599 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +237.234 +597.781 +780.51 +812.794 +857.898 +848.449 +835.467 +839.969 +851.433 +947.573 +941.159 +944.526 +664.105 +389.715 +392.401 +389.762 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +212.82 +536.566 +778.134 +826.846 +851.316 +842.097 +838.513 +836.884 +837.698 +954.52 +681.646 +394.207 +389.538 +389.543 +392.044 +389.567 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +143.767 +145.317 +77.7838 +306.837 +636.104 +831.07 +837.889 +838.013 +839.047 +851.542 +837.071 +657.655 +393.976 +389.341 +391.888 +391.918 +393.035 +263.587 +145.21 +104.096 +104.096 +112.59 +119.377 +126.748 +157.946 +160.587 +210.481 +541.214 +784.43 +830.725 +853.204 +846.169 +837.964 +841.145 +853.499 +949.021 +943.132 +946.815 +716.676 +391.129 +396.843 +261.87 +153.938 +121.093 +124.517 +160.776 +126.854 +158.336 +206.177 +192.134 +214.142 +542.259 +777.2 +823.801 +856.748 +845.414 +837.022 +840.667 +852.713 +947.971 +941.951 +946.154 +656.786 +390.755 +396.46 +263.597 +145.232 +104.096 +110.892 +112.591 +112.601 +121.092 +160.801 +154.906 +210.788 +540.974 +787.358 +814.338 +852.748 +844.428 +836.553 +839.707 +852.112 +946.769 +941.58 +945.761 +659.233 +390.587 +396.225 +263.618 +134.915 +104.096 +104.096 +112.59 +148.313 +172.133 +192.392 +163.429 +212.883 +543.657 +787.283 +810.77 +852.548 +844.555 +836.513 +839.517 +851.764 +946.394 +940.776 +944.7 +658.49 +389.919 +395.627 +263.566 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +143.767 +145.399 +209.953 +529.507 +795.339 +842.598 +855.721 +847.866 +835.617 +839.137 +851.273 +946.01 +940.472 +944.371 +658.264 +389.881 +392.644 +390.089 +204.835 +104.096 +104.096 +104.096 +104.096 +133.847 +186.29 +218.44 +272.86 +541.977 +786.199 +827.115 +847.941 +841.106 +838.148 +836.629 +837.546 +954.83 +658.602 +395.392 +390.755 +390.956 +393.471 +390.72 +109.759 +158.529 +155.134 +159.402 +142.378 +125.377 +207.731 +213.281 +133.534 +308.089 +642.393 +833.225 +839.818 +839.357 +840.064 +852.698 +838.836 +660.047 +395.088 +390.519 +393.344 +393.531 +418.336 +308.928 +207.254 +148.784 +167.737 +180.213 +154.475 +154.216 +185.372 +187.764 +213.36 +542.76 +777.354 +824.489 +854.005 +845.8 +838.017 +841.316 +853.497 +948.61 +943.567 +947.31 +657.321 +391.181 +396.742 +260.028 +145.231 +112.591 +114.291 +125.339 +121.101 +129.629 +157.981 +160.612 +216.943 +539.871 +784.561 +808.241 +855.073 +846.711 +838.817 +842.414 +854.436 +949.306 +943.451 +947.651 +685.454 +390.861 +396.133 +263.604 +145.155 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +200.186 +525.092 +795.017 +800.306 +850.052 +841.91 +834.417 +837.592 +849.652 +944.703 +939.234 +943.086 +679.831 +389.255 +394.97 +261.567 +145.02 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +213.644 +525.213 +794.992 +885.485 +851.857 +843.578 +835.6 +839.025 +851.168 +946.08 +940.451 +944.336 +693.613 +389.855 +395.59 +261.593 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +160.782 +145.41 +256.11 +583.851 +820.595 +861.112 +855.642 +847.358 +835.25 +838.762 +850.955 +945.614 +940.09 +944.208 +655.737 +389.865 +392.569 +389.956 +204.835 +104.096 +104.096 +104.096 +104.096 +133.845 +186.283 +187.924 +213.148 +535.719 +794.729 +870.394 +847.276 +840.698 +837.522 +836.034 +837.367 +955.164 +656.848 +395.622 +391.151 +391.257 +393.805 +399.764 +112.593 +167.902 +166.464 +159.394 +179.233 +189.068 +228.913 +204.556 +118.699 +307.481 +638.883 +839.99 +844.85 +839.21 +840.772 +853.456 +840.021 +695.62 +395.748 +391.22 +427.959 +456.489 +440.594 +316.826 +212.04 +138.089 +156.699 +156.623 +159.663 +140.324 +189.708 +210.454 +224.243 +558.378 +785.922 +816.66 +856.655 +848.76 +840.235 +843.442 +855.8 +950.586 +945.192 +949.1 +723.669 +391.908 +414.623 +274.737 +154.329 +159.99 +177.091 +138.246 +182.053 +153.635 +184.898 +114.705 +218.288 +556.034 +785.252 +815.681 +854.707 +845.808 +837.244 +840.546 +852.732 +947.144 +941.864 +945.878 +659.191 +390.34 +396.063 +264.238 +153.788 +112.587 +121.078 +126.752 +121.1 +163.717 +180.716 +110.056 +222.672 +540.875 +790.332 +807.927 +853.034 +845.089 +837.252 +840.603 +852.686 +849.79 +941.961 +946.086 +658.921 +390.979 +397.071 +260 +145.259 +123 +141.509 +112.594 +121.083 +126.752 +157.929 +62.8041 +206.891 +537.834 +770.497 +811.758 +852.113 +843.571 +835.744 +838.963 +851.102 +848.324 +940.567 +944.974 +676.23 +389.98 +395.784 +261.772 +204.835 +104.096 +104.096 +121.07 +121.071 +126.738 +180.621 +56.1589 +252.378 +541.966 +773.939 +822.526 +859.047 +848.199 +836.111 +839.688 +852.392 +849.612 +942.136 +946.14 +700.206 +391.033 +393.569 +390.872 +204.835 +104.096 +104.096 +112.59 +112.591 +121.073 +152.268 +61.8396 +211.642 +542.091 +794.781 +814.324 +846.643 +839.721 +836.224 +834.699 +835.075 +854.555 +655.764 +393.847 +389.194 +389.183 +391.86 +389.181 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +72.4424 +301.206 +625.864 +893.452 +840.123 +839.1 +840.245 +853.037 +839.083 +613.966 +405.029 +391.033 +393.55 +427.401 +411.415 +276.133 +162.289 +162.447 +144.992 +126.948 +138.402 +177.805 +214.853 +89.7769 +219.294 +545.633 +783.183 +814.853 +854.546 +846.331 +838.106 +841.227 +853.386 +850.228 +942.337 +946.265 +678.357 +390.525 +396.348 +261.844 +187.893 +115.977 +121.087 +129.618 +155.346 +180.61 +211.39 +120.106 +213.328 +542.576 +770.509 +812.029 +852.132 +843.43 +834.81 +837.604 +849.93 +847.102 +939.282 +942.257 +655.537 +417.949 +417.16 +258.811 +144.677 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +200.391 +524.797 +794.339 +820.88 +852.86 +842.612 +834.736 +838.195 +850.307 +847.137 +939.461 +943.365 +655.914 +389.321 +395.263 +261.596 +145.089 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +206.098 +529.274 +795.306 +827.188 +851.314 +843.51 +835.693 +839.179 +851.472 +848.372 +940.437 +944.166 +654.322 +389.711 +395.37 +261.582 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +204.251 +524.982 +794.748 +820.219 +855.66 +846.027 +833.697 +837.439 +849.756 +846.769 +938.906 +943.014 +654.507 +389.226 +391.903 +389.302 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +218.954 +524.966 +802.992 +826.819 +847.561 +883.996 +834.756 +833.283 +834.224 +854.455 +692.66 +393.956 +389.401 +389.465 +392.004 +389.599 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +47.5782 +80.2622 +345.656 +630.108 +835.859 +837.766 +922.208 +836.704 +929.144 +835.702 +555.861 +393.701 +389.005 +391.531 +391.517 +392.585 +258.842 +144.735 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +57.1209 +205.799 +530.508 +795.428 +824.814 +934.655 +920.178 +834.704 +837.828 +849.757 +847.674 +939.939 +944.804 +664.078 +390.531 +396.315 +261.753 +136.419 +125.368 +121.082 +126.764 +126.771 +187.109 +189.458 +127.916 +260.088 +539.597 +813.482 +810.389 +854.393 +846.159 +838.473 +842.105 +853.758 +850.784 +942.698 +946.652 +684.882 +390.85 +396.535 +261.863 +145.42 +114.896 +121.071 +126.733 +121.073 +126.764 +152.289 +62.8426 +212.922 +540.398 +786.976 +852.303 +883.487 +909.3 +901.44 +904.455 +916.423 +913.384 +1005.73 +1009.5 +667.846 +417.937 +417.146 +261.533 +145.05 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +202.894 +524.963 +794.838 +821.424 +853.77 +842.917 +834.663 +838.091 +850.803 +847.252 +939.478 +943.743 +691.2 +389.691 +395.56 +263.559 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +51.9007 +239.569 +564.695 +774.897 +851.616 +855.703 +848.267 +835.614 +838.726 +851.081 +848.327 +940.683 +944.463 +660.452 +390.169 +392.884 +390.302 +204.835 +104.096 +104.096 +104.096 +121.071 +155.093 +203.311 +94.4444 +232.361 +536.831 +829.09 +832.077 +847.58 +841.072 +837.943 +836.281 +836.806 +856.677 +697.119 +395.023 +390.478 +390.503 +393.121 +390.516 +104.096 +138.085 +155.123 +126.735 +125.342 +176.791 +208.189 +96.1166 +89.8578 +305.464 +639.019 +838.959 +842.964 +838.361 +839.036 +851.537 +837.342 +560.282 +394.46 +389.817 +392.361 +392.237 +393.308 +261.611 +145.151 +104.096 +104.096 +112.59 +112.591 +112.599 +152.267 +87.2028 +206.716 +535.149 +784.086 +808.808 +852.37 +844.057 +836.015 +839.168 +851.238 +847.993 +940.448 +944.565 +694.127 +390.46 +396.014 +261.538 +138.194 +104.096 +104.096 +108.344 +115.427 +165.863 +152.315 +83.5877 +256.793 +537.169 +770.055 +843.801 +850.704 +842.547 +834.434 +837.512 +849.848 +846.992 +939.507 +943.489 +656.435 +389.721 +395.575 +257.67 +145.033 +104.096 +104.096 +104.096 +112.591 +112.591 +165.868 +95.4024 +211.223 +536.164 +786.63 +824.062 +851.02 +842.606 +834.528 +837.463 +849.261 +846.657 +938.978 +942.947 +660.788 +389.473 +394.93 +263.523 +145.13 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +218.372 +538.741 +777.649 +813.408 +851.344 +841.277 +910.673 +928.941 +896.835 +846.386 +938.252 +942.381 +656.488 +389.184 +394.976 +258.792 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +209.105 +529.369 +794.632 +807.699 +855.169 +847.621 +835.623 +839.332 +851.605 +850.051 +941.761 +945.363 +708.854 +390.523 +393.226 +390.707 +204.835 +104.096 +104.096 +104.096 +112.591 +112.591 +143.774 +47.6673 +212.595 +535.709 +794.487 +817.593 +847.762 +841.581 +838.376 +836.819 +837.776 +857.169 +688.337 +394.801 +390.158 +390.164 +392.799 +390.268 +104.096 +108.343 +104.096 +150.875 +146.63 +146.639 +175.5 +60.3195 +110.547 +352.022 +683.217 +937.578 +839.246 +837.735 +838.68 +851.607 +837.685 +558.061 +395.029 +390.537 +393.311 +393.333 +402.991 +281.213 +173.074 +129.594 +125.333 +124.489 +129.599 +124.513 +160.829 +63.9399 +210.596 +544.019 +776.8 +809.97 +853.268 +844.804 +836.836 +840.137 +852.208 +849.46 +942.038 +946.131 +658.884 +390.992 +396.715 +259.926 +145.147 +108.343 +112.592 +112.592 +121.082 +121.094 +156.525 +60.5258 +209.482 +539.565 +795.568 +808.399 +851.484 +843.277 +834.969 +838.157 +850.287 +847.594 +940.629 +944.97 +656.68 +390.441 +396.186 +263.52 +145.095 +104.096 +104.096 +109.759 +112.591 +112.594 +186.284 +57.1275 +204.457 +528.336 +794.644 +807.426 +916.747 +908.75 +866.583 +903.963 +916.066 +913.182 +938.298 +942.448 +654.121 +389.154 +394.876 +258.796 +144.666 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.601 +549.768 +770.022 +809.035 +916.783 +908.702 +900.922 +904.223 +916.127 +913.146 +1005.44 +1009.23 +683.698 +388.809 +394.566 +264.869 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +238.723 +530.061 +794.449 +809.241 +854.688 +912.861 +900.851 +904.127 +916.176 +918.952 +1005.7 +1012.27 +684.897 +405.673 +425.312 +388.663 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +199.645 +549.427 +777.891 +814.93 +917.667 +911.298 +903.425 +902.026 +902.734 +921.975 +681.047 +410.328 +422.725 +388.675 +391.286 +388.659 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +39.1489 +298.805 +624.18 +924.749 +909.612 +980.112 +859.404 +881.033 +856.594 +603.684 +320.206 +405.601 +459.301 +425.28 +392.299 +261.398 +144.892 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +219.902 +549.274 +775.785 +858.125 +922.307 +917.733 +902.787 +907.715 +918.02 +920.929 +909.803 +1010.47 +656.084 +405.627 +428.359 +261.385 +131.103 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +194.958 +583.73 +1038.5 +1109.92 +1236.45 +1230.73 +1220.89 +1220.59 +1231 +1213.44 +1126.64 +1152.88 +799.786 +478.51 +469.154 +234.462 +124.286 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +251.583 +595.255 +953.077 +1114.67 +1229.13 +1222.61 +1215.84 +1220.13 +1230.57 +1228.57 +1220.54 +1221.79 +904.703 +503.243 +476.633 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +176.718 +511.029 +744.985 +798.535 +885.242 +865.016 +1022.4 +1053.38 +905.152 +917.332 +909.462 +976.494 +661.744 +405.569 +428.33 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +194.006 +529.939 +777.209 +813.461 +909.989 +907.012 +902.913 +877.335 +917.47 +920.595 +909.857 +942.948 +670.188 +388.727 +391.343 +388.788 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +214.07 +549.221 +789.495 +816.945 +846.405 +840.815 +837.052 +835.469 +836.521 +855.212 +574.794 +393.708 +389.02 +388.972 +391.58 +389.088 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +71.3853 +301.923 +634.176 +880.787 +838.521 +837.236 +837.731 +850.761 +835.811 +604.373 +296.104 +389.32 +392.045 +392.084 +393.216 +261.596 +145.168 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +50.34 +219.881 +553.871 +810.891 +820.921 +854.305 +844.366 +835.582 +839.162 +850.729 +848.753 +842.112 +943.184 +658.416 +389.183 +394.966 +261.583 +145.089 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +209.292 +531.985 +794.471 +826.505 +849.372 +866.062 +834.037 +871.759 +917.564 +881.82 +841.392 +942.699 +659.45 +388.939 +394.68 +258.766 +144.908 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +201.531 +526.877 +794.016 +850.655 +917.476 +952.707 +927.617 +868.068 +889.368 +915.644 +909.217 +1010.05 +669.374 +402.252 +428.434 +258.726 +144.93 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +228.965 +580.286 +798.667 +820.11 +852.199 +843.316 +834.914 +838.653 +850.387 +848.943 +842.509 +943.699 +678.377 +389.525 +395.332 +257.661 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +207.292 +524.5 +794.461 +801.161 +855.444 +848.065 +835.55 +839.056 +850.594 +849.229 +842.932 +944.149 +662.327 +389.591 +392.307 +389.819 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +209.81 +530.016 +802.721 +815.282 +846.115 +840.081 +836.59 +835.235 +835.624 +855.012 +555.34 +393.795 +389.192 +389.14 +391.715 +389.109 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +73.2812 +306.114 +668.089 +830.623 +837.968 +837.616 +838.613 +851.59 +836.658 +557.737 +296.318 +389.641 +392.428 +392.506 +393.501 +257.669 +144.738 +104.096 +109.759 +112.591 +112.591 +112.595 +152.257 +65.6242 +204.835 +537.036 +786.564 +809.365 +850.857 +844.504 +835.599 +839.447 +850.838 +849.072 +842.472 +943.69 +658.53 +389.448 +395.221 +261.546 +145.057 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +211.412 +530.186 +794.397 +852.083 +884.256 +876.512 +901.842 +907.068 +917.283 +881.553 +840.984 +867.08 +659.332 +389.12 +394.868 +258.77 +144.939 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +205.253 +524.052 +793.75 +889.772 +883.621 +876.968 +902.353 +907.171 +917.778 +921.159 +909.715 +844.887 +659.774 +388.771 +394.498 +264.847 +134.554 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.403 +524.129 +793.871 +890.368 +920.221 +915.725 +902.874 +907.538 +918.124 +921.247 +909.95 +912.892 +686.881 +405.669 +428.409 +261.408 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +200.119 +549.102 +769.468 +847.674 +923.7 +922.653 +902.724 +908.072 +917.824 +922.803 +909.705 +912.632 +713.946 +415.878 +391.286 +388.739 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +206.907 +616.955 +785.686 +874.074 +914.174 +891.537 +904.526 +868.531 +903.346 +922.588 +576.265 +312.547 +422.666 +388.618 +391.234 +388.64 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +299.316 +649.085 +882.433 +910.552 +905.963 +905.36 +919.281 +903.197 +611.915 +309.019 +291.011 +392.928 +392.939 +394 +264.836 +136.682 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +204.636 +552.762 +809.619 +860.905 +917.217 +910.544 +901.914 +894.806 +917.52 +915.531 +909.237 +912.361 +659.288 +388.663 +394.4 +254.671 +144.903 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +198.621 +548.948 +774.954 +843.389 +884.667 +915.143 +834.659 +907.719 +850.261 +920.182 +842.271 +845.632 +687.705 +389.076 +394.856 +263.471 +145.028 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +233.205 +542.775 +780.094 +821.209 +917.279 +876.483 +901.863 +905.482 +917.324 +881.543 +875.205 +844.545 +661.486 +388.916 +394.7 +258.776 +144.676 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +201.276 +574.178 +760.092 +851.377 +917.62 +894.557 +885.552 +858.931 +877.789 +868.921 +863.726 +912.265 +683.067 +415.821 +428.35 +254.656 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +197.509 +559.932 +913.158 +895.625 +1058.3 +1076.04 +1062.89 +999.048 +988.099 +943.834 +913.632 +915.046 +761.566 +464.64 +453.501 +443.17 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +191.421 +606.559 +865.369 +961.964 +1053.72 +1118.04 +1093.5 +1044.88 +981.324 +925.294 +617.373 +379.494 +462.96 +457.131 +374.739 +442.916 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +283.526 +610.258 +875.931 +881.641 +897.736 +939.572 +937.125 +884.767 +604.283 +295.304 +313.429 +425.164 +425.202 +392.226 +261.367 +131.085 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +197.525 +529.84 +821.166 +847.317 +921.356 +915.627 +835.883 +908.508 +851.524 +922.686 +843.19 +846.153 +697.754 +388.989 +396.043 +261.502 +144.979 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.478 +523.902 +793.729 +890.352 +920.693 +915.387 +903.303 +906.67 +918.362 +916.609 +909.898 +867.73 +687.268 +388.677 +394.326 +261.39 +144.877 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +198.814 +548.822 +769.808 +831.262 +919.884 +908.613 +909.786 +907.503 +918.105 +921.918 +909.966 +845.065 +659.866 +388.8 +394.565 +258.78 +144.961 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.036 +523.792 +793.629 +889.792 +920.358 +914.473 +902.883 +907.38 +850.126 +920.166 +841.732 +845.065 +659.984 +388.861 +394.65 +258.734 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +200.525 +537.7 +772.744 +824.865 +924.941 +919.942 +834.725 +907.5 +918.073 +923.283 +876.758 +866.474 +639.472 +422.733 +425.339 +422.775 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +200.159 +524.027 +801.974 +819.679 +921.461 +912.767 +837.488 +836.007 +836.616 +856.782 +556.284 +295.913 +389.093 +389.036 +391.675 +389.086 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +70.7221 +309.204 +631.472 +837.52 +842.076 +838.136 +839.021 +851.607 +836.254 +565.175 +295.894 +291.552 +392.038 +392.067 +393.227 +261.501 +136.761 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +74.1745 +209.915 +533.462 +780.803 +819.661 +851.86 +917.041 +902.221 +907.108 +849.604 +920.477 +841.357 +844.918 +684.429 +388.78 +394.559 +258.791 +144.685 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +201.894 +523.961 +793.82 +889.674 +919.072 +914.875 +902.424 +866.685 +870.979 +882.85 +920.48 +889.685 +713.786 +405.612 +428.352 +254.651 +144.89 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +198.59 +540.029 +760.325 +829.334 +871.398 +872.447 +943.432 +951.916 +962.742 +943.487 +863.317 +889.522 +678.444 +405.531 +428.286 +261.339 +131.065 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +194.507 +533.618 +791.779 +852.075 +932.532 +905.035 +885.819 +861.968 +885.188 +878.688 +866.973 +912.498 +710.495 +405.559 +428.305 +261.362 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +211.036 +555.712 +760.047 +807.542 +874.843 +893.361 +855.866 +866.958 +899.809 +883.727 +892.852 +912.544 +679.833 +405.557 +425.203 +388.596 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +197.315 +531.007 +761.849 +817.044 +899.538 +863.006 +889.48 +888.365 +908.536 +885.988 +518.704 +318.049 +411.207 +422.59 +425.223 +456.651 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +297.097 +633.12 +876.931 +891.672 +950.963 +893.536 +881.944 +865.921 +589.737 +329.445 +324.819 +425.188 +425.214 +426.316 +254.66 +144.905 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +226.582 +540.538 +762.47 +855.477 +912.982 +906.16 +865.694 +869.05 +880.387 +883.864 +869.144 +862.655 +682.775 +415.788 +428.341 +254.642 +144.813 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +196.902 +531.865 +767.52 +824.385 +851.593 +918.692 +903.325 +872.811 +918.548 +916.838 +909.994 +879.093 +659.436 +388.681 +394.415 +258.709 +144.884 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +198.304 +531.152 +761.789 +814.556 +871.886 +895.437 +927.07 +868.672 +871.713 +899.771 +909.664 +912.717 +683.49 +405.57 +428.314 +261.351 +134.465 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +196.552 +529.044 +794.991 +865.067 +901.363 +894.725 +886.176 +890.583 +917.827 +898.758 +911.108 +912.631 +669.662 +405.638 +428.383 +261.386 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +195.816 +528.69 +794.984 +869.911 +921.946 +922.846 +902.794 +907.927 +917.936 +922.743 +909.75 +912.697 +683.288 +405.663 +425.309 +388.635 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +197.732 +540.128 +770.868 +845.288 +919.157 +876.116 +892.259 +911.838 +904.044 +923.188 +569.317 +329.518 +388.579 +388.597 +391.211 +388.599 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +291.553 +612.327 +836.002 +865.122 +820.867 +889.555 +879.303 +864.269 +596.604 +278.9 +313.439 +436.541 +425.204 +426.29 +247.895 +124.461 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +195.474 +548.816 +777.609 +771.881 +902.594 +844.818 +835.975 +805.653 +870.97 +869.256 +881.174 +867.805 +678.99 +405.523 +428.286 +247.885 +131.038 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +188.914 +535.167 +804.408 +860.053 +946.067 +916.777 +906.622 +910.348 +921.754 +870.54 +878.421 +899.518 +673.422 +405.559 +428.316 +247.889 +124.277 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +194.891 +522.302 +794.964 +819.695 +884.856 +913.677 +945.467 +910.429 +879.936 +919.093 +863.267 +865.143 +666.289 +405.557 +428.321 +247.898 +124.432 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +194.666 +521.996 +791.931 +820.044 +880.434 +913.28 +927.819 +910.472 +902.697 +878.123 +863.29 +845.719 +652.859 +405.525 +428.282 +247.881 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +190.163 +510.18 +824.907 +851.724 +964.542 +988.146 +907.535 +890.862 +879.338 +869.672 +854.366 +913.5 +678.171 +405.559 +425.213 +388.554 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +195.252 +517.6 +771.566 +801.822 +911.037 +891.516 +895.066 +897.317 +886.776 +907.772 +557.83 +318.005 +405.477 +422.529 +425.149 +456.591 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +289.375 +616.093 +803.062 +859.305 +858.699 +867.422 +880.721 +867.205 +596.831 +278.867 +313.342 +408.05 +425.114 +414.88 +261.347 +131.08 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +195.613 +532.037 +776.174 +819.603 +906.3 +845.159 +856.986 +790.915 +804.23 +902.628 +894.998 +904.389 +687.671 +405.505 +428.256 +247.877 +124.4 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +193.234 +524.266 +814.283 +870.226 +1008.48 +1004.69 +994.878 +1023.3 +1010.69 +965.749 +937.19 +938.143 +753.5 +471.16 +394.25 +247.889 +131.156 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +202.565 +603.41 +912.981 +1057.23 +1203.7 +1229.73 +1222.8 +1228.09 +1236.12 +1232.93 +901.223 +903.201 +722.663 +457.654 +463.818 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +180.054 +521.709 +778.737 +833.647 +931.555 +922.661 +902.923 +908.19 +918.231 +922.136 +909.973 +912.957 +678.867 +405.647 +428.369 +261.385 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +197.511 +528.554 +765.257 +815.639 +922.876 +905.467 +902.261 +905.814 +870.926 +869.269 +808.142 +869.003 +679.547 +405.56 +425.221 +388.568 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +186.053 +590.658 +894.802 +959.307 +1105.72 +1161.53 +1158.84 +1177.68 +1180.61 +1144.02 +676.639 +419.802 +490.651 +478.597 +494.042 +491.233 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +331.803 +721.389 +1045.3 +1187.89 +1225.23 +1229.35 +1243.07 +1226.28 +622.032 +422.209 +364.067 +415.986 +425.145 +426.237 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +183.215 +513.51 +842.078 +870.965 +970.476 +964.99 +932.523 +961.749 +940.049 +929.643 +902.234 +873.25 +699.607 +415.687 +428.24 +234.462 +124.265 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +182.573 +586.568 +836.838 +908.988 +1040.81 +1100.11 +1151.92 +1177.87 +1187.15 +1172.95 +1099.32 +1075.57 +849.525 +486.361 +487.719 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +241.73 +606.232 +884.027 +832.292 +948.766 +1013.36 +1005.02 +1008.56 +982.655 +903.4 +842.766 +900.363 +662.383 +422.56 +428.295 +234.462 +124.262 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +180.212 +521.915 +757.145 +820.894 +919.672 +895.474 +886.442 +890.156 +885.379 +902.355 +892.974 +913.543 +678.878 +405.586 +428.331 +247.9 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +192.121 +527.141 +833.874 +837.586 +882.823 +898.27 +904.217 +909.052 +879.804 +869.719 +882.974 +856.088 +656.004 +405.529 +425.199 +388.521 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +187.939 +527.385 +854.505 +865.084 +962.018 +982.014 +1044.35 +1045.07 +1072.57 +1002.81 +619.254 +389.892 +462.146 +485.565 +505.347 +476.51 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +357.509 +686.008 +934.512 +986.707 +999.186 +1045.92 +1061.15 +1025.69 +632.893 +378.307 +360.252 +347.96 +445.676 +446.761 +234.462 +124.284 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +189.793 +526.075 +769.091 +844.612 +914.385 +917.511 +930.16 +942.633 +972.239 +974.985 +921.877 +901.41 +592.426 +405.462 +428.234 +234.462 +124.267 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +250.148 +685.494 +978.66 +1048.71 +1173.19 +1179.66 +1205.13 +1211.15 +1221.68 +1187.76 +1181.54 +1176.29 +806.057 +540.634 +531.863 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +202.682 +575.46 +750.529 +784.507 +910.984 +898.476 +902.414 +903.897 +924.303 +899.65 +893.18 +912.318 +585.223 +405.549 +428.306 +234.462 +124.259 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +176.065 +500.962 +817.654 +927.335 +1019.29 +1056.3 +1025.63 +960.818 +906.694 +872.178 +884.807 +811.983 +584.224 +405.54 +428.302 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +177.187 +586.506 +927.205 +968.307 +1087.21 +1082.61 +1152.47 +1158.22 +1147.34 +1136.27 +1106.27 +1057.59 +714.951 +457.793 +429.043 +422.524 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +200.31 +645.579 +936.957 +976.834 +1102.09 +1154.81 +1151.8 +1157.39 +1154.26 +1122.82 +646.871 +397.333 +373.581 +458.02 +460.199 +450.556 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +362.423 +680.896 +875.386 +829.512 +890.498 +804.578 +879.259 +864.749 +602.45 +363.677 +365.245 +368.289 +466.053 +466.483 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +237.295 +591.128 +877.701 +948.638 +1023.11 +970.972 +910.08 +911.858 +972.911 +879.945 +848.172 +896.941 +584.656 +405.533 +428.294 +234.462 +124.263 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +180.489 +509.153 +833.135 +947.115 +1017.24 +993.105 +983.215 +986.211 +998.4 +974.823 +947.587 +898.049 +615.808 +407.072 +428.268 +234.462 +124.26 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +289.354 +641.643 +910.319 +982.358 +1081.61 +1122.11 +1149.23 +1156.87 +1192.34 +1144.25 +1137.29 +1063.16 +733.757 +484.883 +485.169 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +217.393 +570.801 +878.673 +967.394 +1117.61 +1192.08 +1185.52 +1222.65 +1236.42 +1238.24 +1230.87 +1233.01 +888.718 +564.599 +568.001 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +377.606 +816.158 +1059.83 +1162.97 +1247.87 +1243.68 +1231.25 +1228.69 +1202.28 +1144.68 +1130.3 +1037.24 +709.789 +471.416 +480.605 +478.915 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +166.744 +512.232 +757.897 +865.935 +990.109 +1013.64 +1004.11 +1056.43 +1080.65 +1049.85 +632.783 +390.888 +360.621 +443.164 +425.158 +388.492 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +295.663 +673.292 +945.116 +978.273 +1025.36 +1049.51 +1115.17 +1078.13 +652.615 +397.394 +386.3 +388.778 +485.862 +474.302 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +177.959 +541.336 +798.323 +844.779 +925.141 +948.624 +983.422 +964.772 +1006.47 +982.243 +950.225 +925.894 +554.723 +411.11 +416.863 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +188.973 +594.05 +890.015 +967.196 +1122.26 +1118.79 +1173.77 +1167.78 +1192.64 +1195.17 +1186.8 +1163.01 +799.791 +490.252 +476.713 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +260.478 +599.467 +884.227 +971.104 +1186.81 +1147.48 +1170.77 +1176.84 +1188.77 +1112.4 +1099.08 +1182.98 +888.168 +576.317 +579.115 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +302.421 +691.111 +974.868 +1088.68 +1189.26 +1184.92 +1173.46 +1142.85 +1186.2 +1112.52 +1079.6 +990.109 +650.008 +470.382 +466.181 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +178.403 +573.204 +856.622 +897.326 +993.727 +1011.73 +956.747 +960.135 +953.283 +954.377 +912.289 +916.683 +640.352 +457.9 +374.661 +459.824 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +189.471 +574.95 +865.436 +938.717 +1051.93 +1129.49 +1111.67 +1158.15 +1122.11 +1127.55 +723.225 +465.905 +408.068 +502.781 +505.456 +468.219 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +529.856 +952.479 +1213.37 +1226.42 +1229.14 +1232.39 +1246.87 +1230.35 +738.382 +515.733 +511.045 +469.247 +560.851 +534.039 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +441.578 +894.187 +1159.33 +1211.15 +1273.32 +1262.13 +1264.44 +1266.06 +1280.36 +1253.33 +1240.69 +1203.14 +918.72 +571.815 +537.738 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +181.797 +505.223 +749.312 +830.085 +918.394 +916.835 +902.95 +891.382 +917.932 +850.039 +896.088 +897.401 +586.972 +405.508 +428.291 +247.889 +131.042 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +185.411 +525.968 +775.863 +814.36 +871.514 +872.568 +903.749 +950.26 +964.624 +992.941 +987.46 +920.977 +625.247 +405.453 +428.222 +234.462 +124.259 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +203.301 +596.561 +878.351 +909.994 +1027.57 +1008.89 +1022.3 +989.339 +1042.4 +995.278 +961.427 +961.741 +651.978 +458.14 +448.816 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +275.627 +640.95 +904.324 +982.793 +1159.34 +1161.53 +1213.49 +1218.8 +1231.96 +1227.58 +1223.63 +1193.63 +828.17 +531.469 +525.04 +530.2 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +315.375 +793.873 +1106.55 +1203.05 +1294.18 +1283.22 +1287.94 +1286.6 +1307.62 +1327.69 +880.137 +598.96 +566.739 +657.278 +663.963 +660.943 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +588.209 +971.36 +1245 +1260.4 +1255.41 +1271.14 +1275.94 +1197.78 +755.962 +509.373 +490.957 +510.341 +589.908 +581.354 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +273.804 +651.254 +849.486 +1041.66 +1208.87 +1208.61 +1196.79 +1203.83 +1214.13 +1210.44 +1197.59 +1195.66 +852.666 +504.928 +512.619 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +360.276 +789.778 +1082.29 +1185.65 +1245.65 +1237.18 +1221.5 +1232.9 +1249.4 +1250.88 +1237.76 +1236.24 +885.997 +567.388 +562.743 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +374.218 +800.789 +1097.25 +1151.19 +1192.57 +1186.7 +1182.42 +1208.02 +1222.36 +1211.77 +1188.58 +1186.95 +891.834 +580.22 +537.361 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +205.013 +652.594 +908.064 +952.377 +1051.43 +1102.97 +1099.15 +1107.28 +1120.69 +1102.48 +1093.54 +1045.09 +702.73 +470.886 +468.121 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +221.905 +588.645 +915.28 +940.916 +1003.26 +1037.39 +1044.85 +1034.26 +1070.47 +1129.6 +1093.16 +1017.46 +686.858 +464.061 +459.644 +442.833 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +265.362 +665.969 +969.099 +1031.69 +1127.95 +1183.44 +1180.52 +1215.08 +1183.42 +1203.67 +716.043 +466.872 +421.222 +469.705 +460.115 +470.834 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +474.754 +896.944 +1195.85 +1220.91 +1225.25 +1230.61 +1245.9 +1232.62 +749.011 +526.599 +540.756 +484.746 +572.218 +587.142 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +408.533 +815.693 +1023.55 +1166.7 +1274.63 +1288.51 +1263.32 +1275.42 +1290.19 +1289.08 +1258.75 +1248.54 +944.595 +622.896 +638.79 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +432.411 +874.15 +1125.94 +1227.77 +1340 +1362.41 +1322.52 +1330.79 +1334.59 +1347.54 +1311.29 +1293.9 +1038.65 +671.276 +649.712 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +295.554 +735.356 +1062.45 +1142.47 +1207.49 +1211.78 +1235.24 +1244.8 +1247.3 +1246.25 +1187.35 +1189.47 +899.456 +611.096 +607.155 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +431.418 +842.361 +1133.7 +1198.81 +1250.64 +1250.44 +1242.61 +1243.94 +1273.76 +1262.37 +1251.06 +1240.82 +942.645 +639.207 +642.312 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +361.762 +739.418 +1022.64 +1075.65 +1177.47 +1190.06 +1176.67 +1216.84 +1228.44 +1228.12 +1184.81 +1185.29 +802.784 +492.128 +486.901 +488.884 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +367.38 +711.196 +1036.61 +1068.16 +1199.39 +1195.71 +1230.28 +1230.78 +1195.18 +1248.57 +718.656 +470.197 +461.976 +530.715 +538.306 +543.218 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +462.83 +844.378 +1164.65 +1177.6 +1198.64 +1240.91 +1251.64 +1230.31 +734.232 +549.632 +528.806 +435.859 +510.967 +474.262 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +365.738 +777.128 +1098.5 +1124.06 +1240.39 +1234.4 +1227.96 +1239.23 +1250.45 +1246.33 +1234 +1237.22 +868.481 +522.66 +519.357 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +461.43 +814.207 +1099 +1168.64 +1238.25 +1235.37 +1229.65 +1235.43 +1249.63 +1245.48 +1231.95 +1231.24 +897.982 +572.08 +583.821 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +313.002 +781.129 +1159.3 +1208.43 +1279.82 +1266.63 +1255.27 +1254.12 +1285.24 +1279.5 +1239.25 +1237.25 +880.36 +570.577 +526.724 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +245.069 +668.532 +943.008 +982.677 +1083.85 +1090.58 +1170.4 +1172.27 +1192.09 +1193.02 +1186 +1135.22 +785.23 +494.571 +476.054 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +273.89 +692.549 +956.289 +1055.49 +1193.46 +1195.77 +1182.53 +1222.66 +1197.01 +1183.02 +1171.66 +1132.23 +799.878 +513.779 +508.812 +522.025 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +369.231 +725.455 +1135.35 +1171.3 +1231.08 +1254.81 +1295.41 +1286.01 +1251.83 +1263.18 +780.591 +538.691 +486.819 +558.149 +548.436 +508.674 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +566.595 +985.989 +1218.23 +1199.75 +1197.22 +1232.53 +1247.74 +1197.02 +738.077 +490.846 +483.434 +482.042 +532.721 +522.671 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +450.739 +822.531 +1075.62 +1200.56 +1245.63 +1242.46 +1237.66 +1252.8 +1263.21 +1272.35 +1247.3 +1243.4 +881.816 +574.891 +611.475 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +382.58 +836.488 +1132.77 +1207 +1281.47 +1283.01 +1281.8 +1286.23 +1286.67 +1311.87 +1274.45 +1257.55 +900.08 +540.966 +528.09 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +353.806 +734.02 +1032.22 +1099.84 +1198.02 +1189.55 +1181.59 +1191.67 +1197.32 +1157.33 +1138.5 +1130.87 +782.033 +478.34 +475.967 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +343.601 +782.867 +1057.01 +1085.38 +1236.48 +1231.88 +1222.89 +1228.45 +1240.1 +1244.7 +1237.46 +1235.34 +864.872 +539.832 +519.311 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +405.212 +883.439 +1096.52 +1191.23 +1246.4 +1243.4 +1236.99 +1247.12 +1251.89 +1245.59 +1240.51 +1238.02 +902.581 +583.489 +586.526 +584.005 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +355.448 +792.688 +1104.87 +1193.06 +1293.49 +1317.8 +1351.51 +1341.29 +1343.81 +1313.39 +861.926 +636.073 +611.306 +725.768 +723.089 +701.428 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +586.968 +1002.71 +1268.19 +1266.24 +1259.27 +1298.32 +1308.94 +1338.69 +800.068 +593.465 +552.203 +547.958 +648.499 +664.736 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +545.788 +892.372 +1143.08 +1219.61 +1288.94 +1291.89 +1281.56 +1265.13 +1302.06 +1274.36 +1292.69 +1280.57 +970.74 +632.785 +634.152 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +530.955 +915.007 +1132.49 +1202.59 +1251.03 +1248.81 +1254.02 +1256.71 +1303.13 +1281.3 +1255.9 +1248.11 +970.701 +613.279 +620.477 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +427.196 +822.054 +1069.47 +1217.85 +1316.73 +1314.43 +1324.83 +1337.21 +1336.54 +1316.68 +1304.57 +1308.45 +975.154 +703.032 +715.234 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +392.123 +836.5 +1150.78 +1245.06 +1339.14 +1349.55 +1359.59 +1351.86 +1354.17 +1296.7 +1316.24 +1320.46 +998.658 +774.347 +770.135 +234.462 +278.945 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +393.044 +847.056 +1159.08 +1233.93 +1306.45 +1323.03 +1303.69 +1333.07 +1308.76 +1314.28 +1291.72 +1299.32 +1029.97 +680.381 +660.369 +673.05 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +419.516 +723.542 +1156.17 +1180.74 +1242.95 +1215.73 +1216.44 +1224.25 +1240.36 +1230.63 +786.214 +532.897 +550.778 +630.573 +656.323 +613.265 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +464.281 +839.339 +1176.59 +1195.7 +1198.18 +1200.77 +1254.24 +1205.17 +769.813 +535.363 +523.722 +540.468 +632.74 +639.976 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +342.544 +772.913 +1122.82 +1186.78 +1244.38 +1241.46 +1235.06 +1239.13 +1254.88 +1251.77 +1237.17 +1235.96 +894.199 +578.529 +590.412 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +306.77 +709.289 +1085.27 +1177.02 +1237.12 +1236.61 +1228.91 +1236.87 +1248.21 +1248.78 +1238.75 +1241.72 +903.161 +603.221 +603.267 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +359.159 +788.932 +1096.36 +1209.64 +1289.29 +1283.06 +1275.46 +1283.72 +1322.9 +1289.95 +1240.53 +1225.03 +954.422 +677.237 +677.851 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +415.224 +820.124 +1100.7 +1205.87 +1315.69 +1318.03 +1258.85 +1246.55 +1283.61 +1303.62 +1319.76 +1239.86 +917.392 +655.295 +652.016 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +355.391 +728.762 +1037.32 +1145.93 +1249.36 +1246.02 +1271.51 +1280.02 +1290.36 +1290.63 +1254.42 +1241.43 +951.595 +695.01 +675.49 +672.87 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +375.598 +801.191 +1040.56 +1256.05 +1291.27 +1288.64 +1285.64 +1288.53 +1286.66 +1284.91 +810.559 +555.669 +543.824 +644.676 +626.209 +606.364 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +566.45 +952.531 +1227 +1245.64 +1240.03 +1254.29 +1251.48 +1239.96 +788.727 +557.492 +544.13 +545.564 +626.643 +639.261 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +492.852 +896.633 +1138.3 +1194.8 +1247.3 +1244.54 +1243.69 +1258.55 +1283.41 +1288.09 +1284.9 +1277.14 +971.054 +644.882 +620.264 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +269.004 +709.57 +1009.07 +1016.66 +1197.97 +1195.96 +1184.53 +1223.47 +1235.08 +1235.21 +1189.3 +1188.87 +800.384 +484.613 +490.34 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +339.103 +722.03 +1009.49 +1080.04 +1193.58 +1232.13 +1218.5 +1191.01 +1237.92 +1238.83 +1193.22 +1174.76 +784.937 +491.916 +483.28 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +287.249 +773.572 +1083.21 +1167.05 +1233.33 +1230.27 +1223.54 +1228.18 +1237.65 +1237.66 +1225.87 +1224.33 +870.948 +554.263 +495.318 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +370.394 +856.769 +1128.52 +1175.39 +1242.41 +1231.8 +1224.51 +1230.85 +1244.09 +1247.98 +1236.36 +1234.88 +1023.25 +561.592 +532.223 +514 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +421.436 +841.278 +1120.41 +1204.49 +1237.25 +1234.03 +1237.95 +1231.85 +1236.33 +1250.13 +738.672 +493.568 +574.321 +566.606 +569.057 +537.019 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +532.843 +946.555 +1225.32 +1231.71 +1232.47 +1234.89 +1256.37 +1235.68 +767.442 +515.398 +506.257 +603.129 +598.346 +582.581 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +371.638 +815.891 +1137.27 +1173.22 +1281.65 +1258.24 +1238.63 +1266.68 +1278.92 +1275.83 +1246.91 +1245.41 +1054 +644.466 +622.985 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +393.256 +806.585 +1120.15 +1191.81 +1239.66 +1234.69 +1224.15 +1234.6 +1248.42 +1250.24 +1236.95 +1234.52 +980.514 +567.43 +562.175 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +363.487 +778.075 +1070.39 +1198.9 +1245.64 +1243.35 +1235.27 +1244.94 +1258.61 +1255.53 +1241.34 +1238.73 +994.791 +578.089 +548.526 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +430.645 +860.065 +1123.83 +1218.75 +1314.39 +1258.15 +1257.79 +1260.2 +1265.7 +1268.96 +1267.97 +1248.73 +1007.56 +605.141 +618.435 +234.462 +326.34 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +294.208 +721.638 +1028.28 +1120.46 +1207.29 +1238.11 +1226.75 +1233.89 +1242.92 +1244.82 +1231.79 +1196.45 +905.795 +507.581 +486.801 +470.453 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +280.378 +694.125 +1036.2 +1086.21 +1199.07 +1227.54 +1227.22 +1228.99 +1230.8 +1250.68 +722.181 +438.169 +493.063 +468.458 +465.137 +466 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.0837 +39.1489 +421.563 +905.465 +1236.1 +1284.74 +1321 +1328.08 +1359.93 +1344.07 +869.599 +621.201 +607.3 +696.82 +691.599 +704.254 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +439.895 +833.853 +1096.43 +1205.68 +1313.55 +1275.22 +1310.9 +1313.67 +1300.79 +1323.26 +1305.8 +1291.52 +1093.77 +692.412 +679.766 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +432.496 +820.954 +1122.3 +1214.09 +1315.73 +1322.22 +1299.9 +1274.5 +1250.14 +1211.87 +1182.43 +1184.42 +970.909 +595.732 +581.182 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +303.553 +701.39 +1043.28 +1131.23 +1231.61 +1226.53 +1217.24 +1228 +1236.41 +1237.27 +1229.61 +1227.52 +987.216 +535.918 +527.919 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +40.1459 +329.486 +822.085 +1119.14 +1185.57 +1230.64 +1227.51 +1224.06 +1231.64 +1245.32 +1245.49 +1232.24 +1194.45 +954.291 +528.508 +501.792 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +404.952 +794.251 +1098.43 +1203.66 +1267.59 +1270.24 +1273.93 +1286.81 +1289.54 +1287.6 +1260.53 +1243.97 +1011.3 +596.06 +585.377 +582.044 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +37.5337 +39.1654 +343.632 +786.271 +1107.82 +1141.56 +1229.53 +1226.8 +1223.71 +1188.81 +1191.7 +1207.29 +683.788 +435.243 +521.175 +509.516 +500.764 +497.258 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +384.754 +803.333 +1096.38 +1123.53 +1183.91 +1182.26 +1119.46 +1097.13 +675.249 +424.665 +413.632 +508.316 +507.853 +494.159 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +243.129 +600.057 +859.689 +911.43 +1067.98 +1116.71 +1049.39 +1107.4 +1115.33 +1118.1 +1079.28 +1053.69 +826.73 +490.33 +476.098 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +228.382 +604.152 +959.05 +996.919 +1165.52 +1183.56 +1173.03 +1180.86 +1193.22 +1194.25 +1166.26 +1087.73 +838.987 +489.5 +475.433 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +270.334 +623.174 +938.841 +1035.68 +1189.72 +1216.19 +1208.08 +1210.43 +1191.55 +1187.97 +1161.51 +1124.08 +900.602 +508.242 +482.364 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +189.058 +533.009 +836.878 +973.75 +1203.18 +1235.09 +1227.08 +1230.67 +1244.47 +1209.76 +1201.43 +1186.06 +993.531 +624.517 +600.633 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +295.837 +762.326 +1102.44 +1157.44 +1227.73 +1247.44 +1249.54 +1246.11 +1258.15 +1250.62 +1217.06 +1239.3 +1015.48 +655.406 +627.005 +621.825 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +306.961 +833.719 +1075.32 +1210.15 +1281.73 +1272.04 +1278.23 +1290 +1194.39 +1289.24 +816.917 +549.264 +618.776 +616.92 +625.22 +616.265 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +416.83 +844.69 +1171.94 +1195.43 +1199.92 +1236.54 +1252.25 +1212.68 +763.14 +519.197 +525.142 +603.68 +677.875 +590.496 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +351.94 +756.039 +1061.1 +1164 +1261.1 +1274.43 +1250.87 +1268.3 +1247.2 +1223.07 +1227.98 +1237.8 +1038.07 +683.892 +608.741 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +251.33 +587.381 +934.748 +932.834 +1177.27 +1181.81 +1163.32 +1176.79 +1190.52 +1209.02 +1211.77 +1201.32 +1015.96 +632.503 +609.037 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +300.119 +712.383 +960.73 +1038.49 +1187.94 +1183.44 +1176.81 +1182.73 +1072.51 +896.006 +847.366 +811.646 +683.237 +405.542 +428.296 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +181.978 +505.235 +749.599 +781.672 +906.25 +915.12 +938.11 +941.643 +952.913 +920.969 +871.104 +866.271 +714.287 +372.089 +377.819 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +182.908 +544.517 +831.113 +898.681 +978.089 +1013.7 +1002.08 +1027.59 +1058.39 +1017.3 +936.315 +896.546 +719.184 +372.05 +425.157 +388.511 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +182.954 +529.255 +861.07 +911.812 +919.825 +988.549 +989.4 +940.453 +1031.18 +1002.39 +624.914 +357.924 +422.479 +422.508 +425.142 +388.51 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +352.301 +773.204 +1034.9 +1005.17 +1046.94 +1027.36 +1040.91 +1006.29 +644.482 +383.932 +364.815 +445.373 +428.043 +392.173 +247.878 +124.281 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +188.044 +633.391 +914.332 +976.38 +1047.15 +1058.65 +985.21 +1040.33 +1028.02 +1032.98 +951.772 +868.372 +690.614 +415.692 +428.248 +247.871 +124.264 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +189.328 +558.922 +880.506 +940.614 +1018.07 +1058.04 +1029.56 +1059.03 +1100.2 +1077.59 +995.543 +900.326 +643.418 +415.698 +428.252 +247.868 +124.272 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +193.195 +550.447 +848.519 +931.169 +1055.08 +1008.19 +937.173 +939.561 +973.7 +951.22 +945.052 +915.838 +720.364 +449.491 +455.465 +234.462 +163.956 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.496 +587.198 +825.145 +894.535 +1018.71 +1125.96 +1070.15 +1100.03 +1128.56 +1132.31 +1078.66 +1046.57 +837 +494.149 +508.77 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +279.486 +655.099 +998.961 +1076.92 +1206.95 +1202.95 +1191.62 +1197 +1206.7 +1185.03 +1140.2 +1130.71 +930.799 +550.505 +571 +509.492 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +293.467 +670.239 +996.766 +1069.95 +1186 +1126.38 +1185.44 +1109.79 +1127.28 +1127.88 +637.466 +379.284 +451.485 +372.019 +461.908 +388.47 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +299.68 +695.582 +907.955 +930.256 +952.406 +956.061 +973.88 +987.998 +612.101 +370.89 +345.329 +425.076 +425.106 +392.146 +244.514 +124.279 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +188.053 +523.866 +757.413 +845.114 +902.984 +976.962 +969.937 +1010.11 +1012.83 +1035.22 +975.432 +974.476 +720.016 +442.566 +428.228 +234.462 +124.27 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +187.195 +632.959 +910.425 +1038.67 +1112.87 +1136.65 +1146.52 +1190.03 +1143.1 +1103.6 +1084.42 +1178.05 +857.306 +514.704 +483.185 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +292.266 +649.687 +1055.34 +1149.36 +1210.13 +1204.21 +1201 +1203.99 +1214.29 +1211.6 +1203.9 +1303.98 +1008.45 +613.167 +604.962 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +344.699 +734.267 +1011.74 +1164.68 +1225.49 +1225.23 +1203.17 +1213.78 +1236.18 +1220.16 +1211.65 +1286.38 +1013.64 +611.384 +598.469 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +266.071 +753.566 +1063.37 +1199.64 +1279.44 +1268.24 +1257.48 +1252.37 +1223.33 +1224.71 +1229.05 +1345.65 +1059.58 +658.023 +694.265 +710.409 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +419.084 +760.396 +1057.81 +1199.93 +1242.11 +1236.33 +1240.39 +1235.35 +1238.9 +1256.42 +778.475 +622.432 +602.676 +607.827 +609.704 +609.96 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +488.186 +831.606 +1229.47 +1215.29 +1206.32 +1214.46 +1210.94 +1191.09 +727.059 +467.692 +561.275 +504.357 +474.946 +462.926 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.629 +582.329 +889.387 +898.566 +1022.18 +1041.65 +983.488 +987.736 +1017.69 +1043.15 +1010.7 +1110.54 +793.366 +460.093 +377.802 +234.462 +124.276 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +187.281 +592.334 +886.371 +940.647 +1041.99 +1056.76 +1068.53 +1135.61 +1092.4 +1048.61 +990.897 +1086.51 +801.708 +470.925 +457.034 +234.462 +124.275 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +187.181 +635.887 +971.364 +1107.5 +1197.02 +1185.44 +1213.14 +1218.02 +1233.84 +1198.94 +1162.94 +1155.77 +824.003 +472.319 +463.643 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +265.681 +688.191 +1054.68 +1126.34 +1234.18 +1227.21 +1221.06 +1227.56 +1242.94 +1242 +1197.17 +1238.15 +964.407 +523.622 +500.802 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +204.819 +606.443 +954.162 +1081.9 +1194.68 +1190.61 +1215.45 +1219.2 +1228.52 +1189.08 +1118.72 +1116.29 +796.991 +461.91 +459.286 +442.851 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +198.623 +512.854 +789.182 +821.302 +963.403 +944.848 +924.467 +968.457 +924.194 +913.753 +611.087 +468.749 +463.961 +464.068 +466.525 +469.884 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +347.343 +696.801 +1014.93 +1114.71 +1045.91 +1062.08 +1075.59 +1015.86 +663.559 +413.649 +500.58 +502.999 +478.322 +479.277 +234.462 +124.284 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.504 +658.848 +1071.62 +1171.14 +1245.58 +1241.46 +1232.37 +1237.15 +1253.59 +1242.6 +1220.53 +1296.51 +1018.66 +616.439 +619.02 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +237.918 +585.584 +825.854 +979.78 +1133.97 +1197.99 +1136.77 +1166.34 +1176.36 +1106.53 +1039.86 +1090.15 +799.205 +507.199 +517.927 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +194.28 +579.847 +883.277 +931.059 +1116.4 +1136.7 +1102.75 +1077.86 +1040.07 +870.22 +842.916 +997.053 +681.807 +405.549 +428.317 +247.888 +124.264 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +191.28 +525.673 +761.29 +781.749 +872.834 +876.282 +889.51 +902.827 +918.489 +920.36 +909.888 +1010.6 +690.157 +405.628 +428.386 +261.383 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +197.634 +528.74 +776.718 +798.457 +890.151 +926.002 +856.183 +894.757 +901.871 +883.448 +901.142 +1012.91 +680.373 +405.621 +425.268 +388.619 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +197.816 +529.146 +803.123 +842.131 +908.858 +910.815 +899.132 +888.157 +887.33 +906 +604.272 +462.731 +450.37 +372.131 +374.751 +440.448 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +300.973 +678.594 +896.815 +867.259 +889.452 +859.847 +873.121 +866.503 +590.026 +279.002 +422.592 +391.171 +391.178 +392.248 +247.896 +124.459 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +218.153 +529.891 +768.226 +793.656 +885.851 +876.647 +864.931 +910.311 +880.334 +887.495 +859.604 +1010.83 +676.357 +405.623 +428.378 +261.384 +134.489 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +217.337 +529.128 +794.923 +885.839 +943.517 +988.337 +1021.64 +1026.53 +993.912 +973.584 +984.557 +1046.37 +750.32 +463.852 +469.337 +272.688 +161.499 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +194.702 +521.717 +791.83 +856.035 +890.431 +903.046 +869.643 +911.012 +879.876 +899.76 +900.911 +1010.43 +680.083 +405.595 +428.337 +247.894 +131.041 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +194.835 +522.084 +817.47 +868.667 +970.212 +989.33 +1023.14 +1025.85 +1037.05 +1014.58 +987.648 +1039.22 +741.299 +463.656 +428.343 +247.889 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +195.531 +528.439 +773.207 +826.734 +895.494 +926.438 +902.763 +904.362 +923.289 +898.633 +911.191 +1010.39 +683.238 +405.631 +425.278 +388.622 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +213.224 +548.697 +804.358 +839.505 +914.774 +908.128 +904.567 +902.965 +903.522 +922.712 +576.224 +410.289 +422.666 +388.631 +391.253 +388.731 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +333.444 +649.083 +886.259 +911.368 +906.133 +905.876 +919.795 +903.783 +556.12 +295.665 +388.773 +391.396 +391.444 +392.518 +261.435 +144.981 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +205.049 +533.462 +780.695 +867.474 +917.428 +895.537 +891.771 +904.955 +900.992 +907.08 +911.109 +1010.03 +686.372 +405.625 +428.383 +261.399 +144.855 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +198.418 +534.694 +824.905 +883.612 +951.399 +964.327 +955.393 +983.161 +970.829 +952.655 +870.303 +980.432 +682.746 +405.557 +428.32 +261.355 +134.466 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +196.297 +558.466 +873.488 +1016.16 +1168.6 +1189.17 +1169.52 +1175.28 +1171.25 +1168.27 +1031.3 +1062.88 +753.31 +451.46 +468.223 +234.462 +158.579 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +213.131 +578.953 +849.602 +894.498 +972.391 +965.27 +998.966 +1005.55 +1017.24 +972.139 +944.225 +1013.15 +739.783 +457.612 +448.609 +234.462 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +210.119 +533.568 +753.304 +829.042 +922.451 +898.375 +887.673 +889.507 +919.199 +918.997 +909.288 +1010.04 +676.193 +405.614 +425.263 +388.609 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.434 +540.105 +776.679 +829.131 +919.648 +909.928 +836.438 +834.995 +835.693 +854.875 +593.459 +393.405 +388.808 +388.83 +391.446 +388.962 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +39.1489 +340.231 +717.17 +898.52 +872.341 +904.495 +905.6 +919.714 +903.631 +620.609 +406.911 +388.736 +391.404 +391.461 +392.58 +264.881 +136.73 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +203.593 +538.663 +780.086 +855.186 +922.25 +917.843 +903.331 +907.831 +918.298 +921.284 +940.043 +944.544 +674.192 +389.166 +394.881 +258.796 +144.981 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +244.759 +569.39 +793.676 +854.818 +895.897 +911.819 +902.913 +906.522 +918.185 +916.347 +984.852 +977.019 +661.091 +388.953 +394.75 +258.736 +144.935 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +204.878 +533.309 +780.44 +821.409 +849.402 +917.269 +902.23 +907.294 +917.585 +920.871 +1007.19 +1010.19 +659.197 +405.664 +428.415 +261.411 +144.893 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +198.687 +540.337 +768.394 +834.636 +917.71 +915.942 +902.519 +907.441 +917.787 +921.006 +1007.38 +1010.36 +672.993 +405.65 +428.4 +258.764 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.705 +540.23 +768.411 +820.867 +922.507 +906.757 +902.208 +908.87 +917.635 +902.619 +1006.84 +1010.29 +655.625 +405.639 +425.295 +388.645 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.459 +539.907 +851.367 +931.712 +1036.29 +1049.44 +1045.37 +1043.4 +1058.88 +998.175 +716.866 +453.837 +443.05 +465.052 +461.002 +457.476 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +39.1489 +380.244 +809.509 +1072.02 +1158.54 +1159.69 +1161.13 +1173.12 +1114.54 +674.872 +509.808 +489.177 +487.414 +500.467 +494.072 +234.462 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +195.849 +536.068 +786.539 +837.308 +886.137 +917.222 +835.66 +907.644 +851.038 +877.13 +1011.22 +944.072 +696.926 +389.234 +394.653 +258.767 +144.946 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +226.695 +617.099 +827.22 +845.994 +885.583 +843.536 +902.857 +907.447 +918.155 +920.742 +939.612 +942.954 +659.906 +388.825 +396.037 +258.793 +144.966 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +212.885 +523.85 +793.677 +881.659 +876.034 +864.834 +924.626 +994.587 +988.237 +987.727 +1077.91 +1037.33 +713.044 +388.601 +428.385 +261.398 +131.222 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +280.097 +595.217 +795.082 +867.272 +920.166 +918.474 +902.744 +908.322 +918.038 +922.78 +1007.63 +1010.55 +700.434 +405.664 +428.408 +264.831 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +220.595 +582.891 +794.744 +839.591 +922.832 +915.406 +902.545 +906.239 +917.86 +899.845 +1006.59 +1009.7 +674.468 +405.65 +425.298 +388.645 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.66 +548.756 +782.976 +840.514 +914.621 +910.218 +904.446 +902.878 +903.426 +922.619 +674.046 +410.295 +422.686 +422.702 +391.299 +388.825 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +39.1489 +299.717 +649.464 +863.537 +872.161 +904.778 +905.729 +919.673 +903.566 +624.137 +393.435 +390.32 +391.643 +391.666 +392.74 +258.835 +144.734 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +236.021 +524.302 +794.134 +874.286 +889.754 +900.122 +862.511 +887.867 +901.001 +869.631 +1009.16 +1010.44 +686.898 +415.851 +417.052 +264.83 +134.556 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +198.951 +540.133 +760.826 +803.041 +890.828 +874.783 +872.915 +836.509 +872.142 +879.197 +965.109 +1002.28 +692.839 +422.653 +462.424 +254.662 +144.877 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +198.78 +548.835 +788.071 +867.341 +917.947 +902.975 +879.92 +906.099 +917.465 +915.817 +1007.13 +1010.25 +672.86 +388.728 +394.475 +264.826 +136.631 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +199.063 +524.111 +861.896 +889.971 +920.865 +914.494 +902.899 +907.605 +850.35 +920.7 +939.977 +943.061 +662.153 +388.904 +396.054 +261.536 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +206.42 +537.449 +780.183 +891.356 +921.498 +880.47 +901.705 +906.768 +917.05 +915.365 +1006.86 +1010.18 +659.027 +388.664 +413.957 +456.717 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.52 +548.827 +779.151 +840.171 +919.425 +941.479 +981.17 +1000.14 +1000.62 +976.621 +716.981 +462.929 +450.898 +372.173 +449.964 +454.421 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +39.1489 +413.46 +735.618 +964.728 +1022.4 +1023.23 +1044.58 +1014.93 +893.744 +617.695 +415.929 +422.639 +425.3 +459.344 +392.303 +261.408 +134.547 +145.032 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +198.974 +549.018 +785.324 +857.127 +920.489 +916.369 +834.936 +907.91 +850.346 +1018.71 +939.743 +942.793 +659.903 +388.792 +396.039 +258.829 +144.738 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +202.977 +524.399 +793.863 +890.712 +921.734 +916.029 +835.373 +907.922 +850.703 +1019.3 +940.055 +943.091 +660.146 +388.876 +394.514 +258.811 +144.677 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.513 +524.259 +793.935 +890.77 +920.961 +915.789 +835.232 +907.943 +850.515 +1019.26 +1008.09 +1011.1 +673.76 +388.762 +394.478 +258.812 +144.69 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +220.098 +546.956 +793.822 +890.566 +920.486 +915.832 +903.169 +907.852 +850.449 +1019.21 +1007.98 +942.957 +660.021 +415.911 +417.07 +261.423 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +236.013 +571.784 +863.838 +884.182 +927.792 +916.702 +903.059 +823.098 +918.251 +1019.11 +1007.66 +1010.69 +686.967 +411.396 +414.014 +422.756 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +210.351 +524.217 +802.012 +896.772 +918.72 +910.569 +837.518 +836.006 +836.826 +953.752 +679.296 +393.63 +388.995 +389.07 +391.648 +389.05 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +71.3287 +330.133 +628.386 +906.678 +908.099 +905.476 +906.158 +919.795 +903.973 +724.357 +406.929 +411.376 +459.345 +459.371 +392.388 +264.884 +136.722 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +205.899 +533.838 +780.652 +853.776 +920.902 +916.244 +902.777 +907.637 +850.107 +1015.3 +1007.64 +1010.71 +684.516 +411.425 +417.142 +258.808 +144.707 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.232 +524.244 +793.933 +889.941 +919.057 +914.878 +902.623 +907.282 +918.056 +1018.62 +1007.48 +942.612 +659.704 +389.739 +394.508 +261.422 +144.953 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +239.04 +552.515 +780.078 +892.363 +917.948 +876.077 +901.612 +905.372 +917.229 +1013.34 +1006.92 +1010.06 +686.31 +405.665 +428.396 +264.827 +134.546 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +234.023 +648.258 +860.059 +926.173 +1033.68 +962.331 +954.885 +958.01 +1013.72 +1134.89 +1006.47 +1000.31 +706.148 +415.945 +462.529 +261.49 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +211.856 +541.494 +794.454 +823.098 +924.452 +917.62 +834.32 +907.254 +849.94 +1017.4 +939.401 +1010.63 +706.675 +422.832 +391.466 +388.949 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +212.436 +537.251 +788.287 +859.895 +890.805 +910.434 +870.001 +868.537 +869.491 +952.598 +681.437 +393.735 +389.164 +389.296 +391.931 +389.388 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +68.2657 +311.578 +638.384 +886.456 +905.502 +907.743 +905.441 +919.625 +903.414 +724.456 +404.702 +405.732 +459.384 +391.323 +392.427 +264.902 +134.635 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +205.023 +532.904 +779.657 +819.202 +919.441 +915.678 +902.162 +907.301 +849.659 +1018.33 +1007.27 +942.676 +658.901 +389.054 +396.062 +258.837 +144.739 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +246.156 +585.144 +863.04 +844.548 +852.417 +843.666 +835.093 +838.899 +850.865 +1016.91 +940.209 +943.308 +696.323 +389.053 +394.835 +258.827 +144.689 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +239.475 +532.973 +779.937 +819.997 +852.151 +843.068 +834.352 +839.048 +850.351 +946.574 +940.481 +943.708 +673.542 +389.466 +395.201 +258.832 +144.682 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +203.021 +536.793 +779.447 +861.29 +851.766 +843.547 +834.653 +838.396 +850.376 +946.772 +940.588 +943.785 +673.565 +389.477 +395.255 +258.843 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +207.821 +524.685 +794.479 +837.637 +853.98 +919.857 +834.038 +907.719 +850.171 +946.602 +940.265 +943.63 +684.903 +389.334 +392.021 +389.414 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.1654 +206.948 +524.411 +802.5 +883.583 +914.997 +890.938 +887.707 +893.368 +903.92 +1020.25 +667.401 +420.526 +411.353 +422.7 +391.27 +388.66 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +39.0837 +39.1489 +298.846 +685.202 +947.441 +951.303 +1021.2 +965.456 +982.562 +878.139 +711.364 +447.61 +372.176 +445.601 +374.802 +453.485 +312.316 +180.304 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +334.715 +511.271 +794.766 +838.876 +886.522 +894.623 +874.37 +906.235 +917.898 +1020.05 +1007.43 +1010.47 +713.942 +427.612 +428.46 +261.481 +144.94 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +199.486 +524.282 +793.906 +821.511 +854.489 +844.606 +835.805 +839.537 +851.375 +947.303 +940.724 +943.867 +673.934 +389.169 +394.855 +261.57 +145.064 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +222.037 +524.73 +794.58 +821.305 +853.202 +843.804 +835.269 +839.071 +850.717 +946.768 +940.194 +943.51 +696.375 +389.239 +394.958 +258.836 +144.663 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +40.1459 +206.107 +537.854 +780.353 +889.59 +851.809 +913.771 +834.82 +907.6 +850.262 +1017.84 +940.681 +942.908 +661.834 +390.121 +394.643 +258.831 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +199.667 +571.668 +793.995 +837.617 +820.852 +912.269 +902.891 +907.364 +850.159 +1015.04 +1007.75 +1010.89 +706.987 +431.361 +391.425 +388.891 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +228.425 +570.404 +802.921 +827.95 +849.571 +909.435 +837.318 +835.943 +837.429 +953.894 +655.82 +393.771 +389.186 +389.238 +391.807 +389.183 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +68.3516 +346.44 +679.865 +837.004 +840.561 +838.18 +839.37 +852.107 +837.42 +656.221 +394.134 +389.572 +392.24 +392.177 +393.246 +261.574 +145.194 +104.096 +104.096 +104.096 +104.096 +115.414 +206.622 +217.837 +223.792 +549.661 +774.153 +811.198 +851.249 +844.027 +835.391 +839.09 +851.625 +947.642 +941.312 +944.378 +658.762 +389.756 +395.573 +257.697 +145.038 +104.096 +104.096 +104.096 +104.096 +112.591 +152.254 +154.87 +212.07 +540.364 +787.367 +808.49 +852.229 +845.801 +836.64 +840.651 +852.699 +948.396 +942.13 +945.17 +676.949 +389.981 +395.715 +263.596 +138.225 +104.096 +104.096 +104.096 +104.096 +104.096 +143.768 +154.866 +207.657 +538.557 +777.976 +815.146 +852.656 +846.015 +837.034 +841.061 +852.927 +948.912 +942.859 +945.973 +689.223 +390.541 +396.308 +261.855 +145.34 +105.981 +115.412 +121.071 +121.092 +160.632 +152.304 +160.633 +216.216 +539.43 +784.395 +821.945 +852.914 +844.66 +836.593 +840.065 +852.203 +947.45 +941.886 +946.066 +687.412 +390.615 +396.353 +260.011 +204.835 +104.096 +104.096 +121.074 +121.083 +161.176 +160.807 +198.359 +211.618 +541.119 +796.472 +829.557 +944.273 +848.476 +836.313 +839.503 +851.582 +946.308 +940.764 +944.782 +657.282 +389.959 +392.577 +389.526 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +148.85 +153.879 +207.111 +539.862 +778.865 +841.252 +848.476 +841.56 +838.577 +837.261 +838.297 +955.74 +659.702 +402.188 +390.776 +390.875 +401.185 +399.421 +130.538 +151.732 +155.142 +149.479 +129.708 +181.719 +219.985 +222.483 +138.909 +309.653 +653.848 +835.442 +841.357 +840.062 +841.367 +854.296 +840.593 +711.608 +396.075 +391.633 +428.284 +445.253 +412.191 +290.136 +154.226 +124.967 +129.668 +128.01 +167.093 +183.663 +169.466 +214.421 +217.745 +545.017 +787.409 +826.26 +854.343 +845.836 +837.872 +841.1 +854.116 +949.137 +943.267 +948.607 +705.134 +391.421 +397.555 +261.77 +149.885 +121.082 +121.091 +126.758 +126.778 +138.155 +155.731 +171.947 +212.628 +539.8 +797.41 +824.366 +853.216 +844.757 +836.609 +839.675 +851.218 +945.532 +940.029 +944.086 +658.116 +389.434 +395.151 +261.613 +145.167 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +203.756 +529.197 +795.395 +824.428 +852.234 +842.288 +834.341 +837.639 +849.68 +944.109 +938.313 +942.215 +656.799 +388.89 +394.617 +258.836 +144.672 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +199.121 +550.164 +770.64 +809.569 +851.075 +909.395 +901.216 +836.718 +848.965 +943.637 +938.08 +942.469 +668.142 +389.048 +394.777 +258.817 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +237.335 +577.005 +834.401 +820.383 +856.13 +845.704 +833.679 +837.09 +849.115 +943.83 +938.254 +942.244 +658.165 +389.054 +391.718 +389.18 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +232.486 +528.5 +778.808 +825.461 +911.964 +871.095 +879.355 +904.88 +833.765 +994.743 +679.975 +393.639 +389.006 +389.089 +391.745 +389.208 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +70.6095 +310.307 +670.78 +837.021 +836.943 +835.842 +837.192 +849.968 +836.212 +657.473 +394.018 +389.299 +391.956 +392.001 +393.092 +263.555 +133.382 +104.096 +104.096 +104.096 +104.096 +104.096 +143.767 +137.885 +211.267 +534.296 +782.533 +820.576 +924.222 +841.994 +876.716 +837.413 +928.09 +944.601 +938.59 +987.65 +685.793 +389.047 +394.814 +261.567 +145.079 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +217 +570.474 +794.814 +821.381 +852.76 +842.55 +834.393 +838.24 +850.09 +946.137 +939.739 +942.816 +657.852 +389.148 +394.839 +258.847 +144.688 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +227.716 +560.465 +779.514 +812.352 +853.227 +844.142 +835.449 +908.083 +850.135 +1019.8 +939.697 +942.93 +658.227 +389.911 +396.08 +258.853 +144.678 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +137.885 +205.629 +533.471 +780.173 +820.592 +853.593 +844.032 +835.632 +839.374 +851.256 +947.251 +940.896 +944.167 +662.852 +389.621 +395.378 +259.993 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +153.883 +209.625 +539.57 +780.582 +850.18 +858.886 +848.572 +835.657 +839.579 +851.702 +947.767 +941.381 +944.638 +668.187 +389.675 +392.539 +389.835 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.904 +239.602 +536.072 +778.338 +826.359 +921.508 +912.327 +836.798 +835.443 +836.088 +953.242 +655.471 +393.596 +389.674 +389.1 +391.621 +390.362 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +136.823 +73.3524 +307.171 +625.297 +837.084 +886.074 +907.367 +905.649 +920.889 +903.752 +653.44 +393.469 +388.782 +425.414 +391.372 +392.468 +258.854 +144.736 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +148.686 +219.915 +565.237 +830.756 +808.503 +852.54 +845.81 +837.398 +841.606 +853.708 +949.95 +943.692 +947.087 +672.749 +390.973 +396.823 +259.142 +145.223 +128.837 +148.328 +172.189 +206.274 +193.936 +207.472 +226.206 +234.841 +540.307 +791.095 +812.347 +854.806 +846.372 +838.427 +841.604 +853.871 +948.522 +942.872 +946.659 +661.832 +391.201 +396.938 +259.188 +153.817 +121.082 +124.487 +129.634 +129.618 +139.679 +186.98 +223.409 +211.005 +544.985 +784.265 +811.723 +853.913 +845.346 +837.364 +841.366 +853.584 +948.085 +942.574 +946.719 +657.178 +391.043 +396.818 +260.062 +145.251 +107.872 +114.286 +125.332 +126.763 +129.635 +155.723 +163.468 +216.384 +543.496 +797.577 +812.669 +854.586 +846.434 +838.27 +841.503 +853.828 +948.567 +942.977 +946.703 +695.701 +390.965 +396.678 +261.792 +204.835 +107.488 +121.07 +121.07 +126.765 +126.761 +157.962 +162.468 +214.137 +541.257 +796.676 +828.793 +860.16 +848.973 +836.234 +839.553 +851.505 +946.561 +940.778 +944.478 +656.607 +389.826 +392.418 +389.804 +204.835 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +179.426 +207.436 +532.887 +778.305 +827.042 +848.874 +839.136 +835.927 +834.459 +835.087 +952.564 +656.001 +393.902 +389.248 +389.306 +391.986 +389.437 +104.096 +104.096 +104.096 +104.096 +104.096 +104.096 +135.273 +162.347 +95.0773 +348.845 +625.625 +860.149 +838.366 +837.242 +838.365 +851.137 +837.174 +658.246 +394.547 +389.984 +392.81 +392.932 +394.067 +257.747 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_q.csv new file mode 100644 index 0000000..d144192 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_12_20_q.csv @@ -0,0 +1,8760 @@ +50.4162 +50.4162 +50.4162 +50.4162 +54.53 +50.4162 +87.7962 +70.3872 +61.7022 +149.348 +303.218 +415.084 +406.826 +406.694 +406.406 +412.793 +405.594 +317.85 +190.851 +188.602 +189.887 +189.894 +190.426 +126.71 +70.3051 +50.4162 +64.1468 +54.5301 +50.4162 +55.9084 +123.299 +100.091 +99.7285 +260.485 +373.113 +393.777 +414.266 +409.663 +405.193 +406.965 +412.682 +459.177 +456.02 +457.62 +338.277 +188.661 +191.457 +126.697 +70.3026 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +69.6304 +70.8992 +105.101 +261.36 +373.153 +417.646 +413.737 +410.953 +405.944 +407.872 +413.676 +460.181 +457.038 +458.59 +342.518 +189.228 +191.958 +127.658 +64.6226 +50.4162 +50.4162 +50.4162 +71.0203 +71.0192 +110.846 +103.312 +126.207 +262.644 +381.389 +393.505 +413.208 +409.983 +405.536 +407.489 +413.392 +459.843 +456.782 +458.369 +331.074 +189.129 +191.862 +125.929 +70.3343 +50.4162 +50.4162 +54.53 +56.9949 +58.6392 +76.4842 +77.7533 +100.169 +263.07 +376.851 +390.594 +412.57 +408.907 +404.766 +406.52 +412.513 +459.018 +456.152 +457.941 +341.215 +189.154 +192.006 +125.916 +99.2063 +50.4162 +50.4162 +71.0107 +54.5317 +54.5377 +73.7615 +81.1532 +118.3 +261.705 +381.063 +391.429 +414.452 +410.629 +404.619 +406.394 +412.442 +458.977 +455.932 +457.45 +320.584 +188.651 +189.89 +188.57 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +69.5915 +102.503 +259.07 +422.564 +403.164 +412.042 +407.326 +405.976 +405.315 +405.768 +462.479 +327.496 +191.655 +188.91 +188.925 +190.215 +188.936 +53.1542 +64.822 +83.3568 +83.3605 +61.4025 +66.8944 +75.4331 +77.2741 +64.9032 +150.2 +309.783 +403.654 +406.768 +406.225 +406.821 +412.931 +406.101 +320.055 +191.258 +189.02 +190.319 +190.326 +199.12 +143.249 +77.7478 +65.2854 +62.7942 +79.266 +62.7981 +62.7976 +77.0973 +97.4825 +101.642 +262.682 +383.151 +391.467 +413.471 +409.394 +405.392 +407.06 +413.027 +459.045 +456.359 +458.469 +334.756 +189.324 +192.131 +125.939 +70.3192 +53.1592 +54.5311 +69.6394 +88.9557 +83.3976 +82.0349 +86.2648 +102.251 +262.013 +385.685 +391.584 +412.293 +408.477 +404.447 +406.079 +411.936 +457.941 +455.175 +456.861 +317.681 +188.508 +191.292 +126.692 +70.2766 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +97.8848 +254.332 +384.752 +413.809 +444.828 +440.483 +436.745 +438.149 +443.982 +489.758 +487.563 +456.552 +318.351 +188.563 +191.409 +126.762 +65.3716 +50.4162 +53.1544 +55.8968 +58.6535 +60.7245 +82.7292 +88.3548 +109.453 +263.354 +383.157 +393.185 +413.566 +409.352 +405.347 +406.985 +412.928 +459.003 +456.242 +458.062 +317.957 +189.237 +191.941 +125.912 +99.2063 +50.4162 +50.4162 +54.5303 +58.6377 +58.6429 +76.4914 +78.6624 +103.413 +261.835 +385.46 +400.321 +414.368 +409.945 +404.006 +405.624 +411.477 +457.459 +454.724 +456.707 +316.604 +188.443 +189.705 +188.399 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +98.7397 +254.242 +388.885 +390.328 +409.047 +405.849 +404.269 +403.572 +403.901 +461.156 +329.109 +190.677 +188.431 +188.453 +189.721 +188.462 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +34.6191 +160.731 +314.51 +402.043 +405.175 +437.393 +437.847 +443.949 +404.374 +316.557 +190.781 +188.539 +189.861 +189.842 +190.351 +126.656 +66.9312 +50.4162 +50.4162 +50.4162 +71.0087 +71.0085 +90.2193 +91.4983 +99.5922 +262.695 +376.917 +397.438 +412.479 +407.471 +436.471 +438.159 +443.984 +492.226 +490.895 +456.202 +319.053 +188.382 +191.155 +125.334 +70.219 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +98.4227 +254.871 +384.848 +398.119 +444.969 +440.364 +436.503 +438.028 +443.869 +491.263 +487.052 +488.936 +322.659 +188.331 +191.097 +125.359 +70.0937 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +105.059 +273.165 +391.073 +397.275 +412.816 +408.092 +403.962 +405.761 +411.608 +458.016 +454.95 +456.619 +328.004 +188.504 +191.276 +126.672 +70.2644 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +104.858 +254.296 +384.989 +397.773 +413.256 +408.62 +404.525 +406.351 +412.16 +458.608 +455.568 +457.028 +318.987 +188.546 +191.31 +126.698 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +114.898 +289.518 +378.018 +393.654 +415.499 +410.923 +404.635 +406.816 +412.368 +458.931 +455.824 +457.455 +321.641 +188.748 +190.049 +188.77 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +103.073 +259.871 +376.868 +400.46 +412.311 +407.846 +406.111 +405.322 +405.716 +462.295 +330.136 +190.923 +188.662 +188.664 +189.876 +188.676 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +69.6294 +70.3804 +37.6724 +148.608 +308.079 +402.506 +405.808 +405.868 +406.369 +412.421 +405.412 +318.517 +190.811 +188.566 +189.8 +189.814 +190.355 +127.661 +70.3283 +50.4162 +50.4162 +54.53 +57.8169 +61.3866 +76.4965 +77.7761 +101.941 +262.122 +379.917 +402.339 +413.225 +409.819 +405.844 +407.385 +413.368 +459.632 +456.78 +458.563 +347.102 +189.432 +192.2 +126.83 +74.5554 +58.6481 +60.3064 +77.8673 +61.4384 +76.6855 +99.856 +93.0546 +103.714 +262.628 +376.415 +398.985 +414.942 +409.453 +405.388 +407.154 +412.988 +459.123 +456.208 +458.243 +318.096 +189.251 +192.015 +127.666 +70.339 +50.4162 +53.7074 +54.5303 +54.5353 +58.6477 +77.8794 +75.0242 +102.089 +262.006 +381.335 +394.402 +413.005 +408.975 +405.161 +406.689 +412.697 +458.541 +456.028 +458.053 +319.281 +189.17 +191.9 +127.676 +65.3421 +50.4162 +50.4162 +54.53 +71.8312 +83.3681 +93.1799 +79.1524 +103.104 +263.305 +381.299 +392.674 +412.908 +409.036 +405.142 +406.597 +412.528 +458.36 +455.638 +457.539 +318.921 +188.847 +191.611 +127.651 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +69.6296 +70.4199 +101.685 +256.452 +385.2 +408.089 +414.445 +410.64 +404.708 +406.413 +412.29 +458.174 +455.491 +457.38 +318.812 +188.828 +190.166 +188.929 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +64.825 +90.2243 +105.795 +132.152 +262.492 +380.773 +400.59 +410.677 +407.366 +405.933 +405.198 +405.642 +462.445 +318.976 +191.497 +189.251 +189.349 +190.567 +189.234 +53.1588 +76.779 +75.135 +77.2019 +68.9569 +60.7228 +100.609 +103.297 +64.6734 +149.214 +311.125 +403.549 +406.742 +406.519 +406.861 +412.981 +406.267 +319.675 +191.35 +189.137 +190.505 +190.596 +202.61 +149.621 +100.378 +72.0593 +81.2385 +87.2812 +74.8157 +74.69 +89.78 +90.9384 +103.335 +262.871 +376.49 +399.318 +413.614 +409.64 +405.87 +407.468 +413.368 +459.433 +456.99 +458.803 +318.355 +189.458 +192.151 +125.937 +70.3385 +54.5305 +55.3536 +60.7044 +58.6519 +62.7822 +76.5137 +77.7881 +105.07 +261.471 +379.98 +391.449 +414.131 +410.081 +406.258 +408 +413.822 +459.77 +456.934 +458.968 +331.98 +189.303 +191.856 +127.669 +70.302 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.9544 +254.314 +385.044 +387.606 +411.699 +407.756 +404.126 +405.664 +411.505 +457.541 +454.892 +456.757 +329.257 +188.525 +191.293 +126.683 +70.2364 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +103.472 +254.372 +385.032 +428.86 +412.573 +408.563 +404.7 +406.359 +412.24 +458.207 +455.481 +457.363 +335.932 +188.816 +191.593 +126.695 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +77.8703 +70.4255 +124.04 +282.772 +397.432 +417.055 +414.406 +410.394 +404.53 +406.231 +412.136 +457.982 +455.306 +457.301 +317.588 +188.82 +190.13 +188.864 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +64.824 +90.2208 +91.0159 +103.232 +259.461 +384.905 +421.551 +410.354 +407.169 +405.631 +404.91 +405.556 +462.607 +318.126 +191.609 +189.443 +189.494 +190.729 +193.614 +54.5313 +81.3187 +80.6222 +77.1981 +86.8067 +91.5696 +110.868 +99.071 +57.4883 +148.92 +309.425 +406.826 +409.179 +406.448 +407.204 +413.348 +406.841 +336.904 +191.67 +189.476 +207.27 +221.088 +213.39 +153.446 +102.695 +66.8795 +75.8926 +75.8558 +77.3282 +67.9622 +91.8796 +101.928 +108.606 +270.435 +380.639 +395.526 +414.897 +411.073 +406.944 +408.497 +414.483 +460.39 +457.777 +459.67 +350.489 +189.81 +200.811 +133.061 +74.7449 +77.4866 +85.769 +66.9556 +88.1723 +74.4088 +89.5503 +55.5542 +105.722 +269.3 +380.315 +395.052 +413.953 +409.644 +405.496 +407.095 +412.997 +458.723 +456.166 +458.11 +319.261 +189.05 +191.822 +127.976 +74.483 +54.5286 +58.6406 +61.3888 +58.6515 +79.2917 +87.5248 +53.3024 +107.845 +261.958 +382.775 +391.297 +413.143 +409.295 +405.5 +407.123 +412.975 +411.572 +456.212 +458.21 +319.13 +189.36 +192.31 +125.924 +70.3523 +59.5718 +68.5361 +54.532 +58.643 +61.389 +76.4883 +30.4174 +100.202 +260.485 +373.169 +393.152 +412.697 +408.56 +404.769 +406.329 +412.207 +410.862 +455.538 +457.672 +327.513 +188.876 +191.687 +126.782 +99.2063 +50.4162 +50.4162 +58.6368 +58.6374 +61.382 +87.4787 +27.199 +122.232 +262.486 +374.836 +398.368 +416.055 +410.801 +404.947 +406.679 +412.832 +411.486 +456.297 +458.236 +339.125 +189.386 +190.614 +189.308 +99.2063 +50.4162 +50.4162 +54.5299 +54.5304 +58.6381 +73.747 +29.9503 +102.503 +262.547 +384.93 +394.395 +410.048 +406.695 +405.002 +404.263 +404.445 +413.88 +317.601 +190.749 +188.495 +188.49 +189.786 +188.489 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +35.0855 +145.88 +303.12 +432.718 +406.89 +406.395 +406.949 +413.145 +406.387 +297.357 +196.165 +189.386 +190.605 +207 +199.257 +133.737 +78.6003 +78.6764 +70.2227 +61.4836 +67.0312 +86.1148 +104.058 +43.481 +106.209 +264.262 +379.313 +394.651 +413.876 +409.897 +405.913 +407.425 +413.314 +411.784 +456.395 +458.297 +328.543 +189.14 +191.96 +126.817 +91.0009 +56.17 +58.645 +62.7768 +75.2373 +87.4735 +102.381 +58.1699 +103.319 +262.781 +373.175 +393.284 +412.707 +408.492 +404.317 +405.67 +411.64 +410.27 +454.915 +456.356 +317.491 +202.422 +202.04 +125.348 +70.0701 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +97.054 +254.171 +384.716 +397.57 +413.059 +408.096 +404.281 +405.957 +411.822 +410.287 +455.002 +456.893 +317.674 +188.557 +191.435 +126.697 +70.27 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.8179 +256.339 +385.184 +400.626 +412.31 +408.53 +404.744 +406.433 +412.386 +410.885 +455.475 +457.281 +316.903 +188.745 +191.486 +126.69 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +98.9231 +254.26 +384.914 +397.25 +414.415 +409.75 +403.778 +405.59 +411.556 +410.109 +454.733 +456.723 +316.992 +188.511 +189.807 +188.548 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +106.044 +254.253 +388.907 +400.447 +410.493 +428.139 +404.291 +403.577 +404.033 +413.831 +335.471 +190.802 +188.595 +188.627 +189.856 +188.691 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +23.0432 +38.8728 +167.409 +305.175 +404.825 +405.748 +446.646 +405.234 +450.005 +404.749 +269.216 +190.678 +188.404 +189.627 +189.62 +190.138 +125.363 +70.0982 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +27.6649 +99.6728 +256.937 +385.243 +399.476 +452.674 +445.663 +404.266 +405.778 +411.556 +410.547 +455.233 +457.59 +321.628 +189.143 +191.944 +126.773 +66.0707 +60.7184 +58.6429 +61.3948 +61.398 +90.6208 +91.7587 +61.9526 +125.966 +261.339 +393.987 +392.49 +413.801 +409.813 +406.091 +407.85 +413.494 +412.054 +456.57 +458.484 +331.703 +189.297 +192.05 +126.826 +70.43 +55.6466 +58.6373 +61.3797 +58.6385 +61.3946 +73.757 +30.4361 +103.123 +261.727 +381.15 +412.789 +427.892 +440.394 +436.587 +438.047 +443.844 +442.372 +487.095 +488.923 +323.453 +202.416 +202.033 +126.666 +70.2509 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +98.2663 +254.251 +384.958 +397.834 +413.5 +408.243 +404.246 +405.906 +412.063 +410.343 +455.01 +457.076 +334.763 +188.736 +191.579 +127.647 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +25.1367 +116.029 +273.494 +375.3 +412.457 +414.436 +410.834 +404.706 +406.214 +412.197 +410.864 +455.594 +457.424 +319.872 +188.968 +190.282 +189.032 +99.2063 +50.4162 +50.4162 +50.4162 +58.6374 +75.1151 +98.4681 +45.7415 +112.538 +259.999 +401.547 +402.993 +410.502 +407.35 +405.834 +405.03 +405.283 +414.908 +337.63 +191.318 +189.117 +189.129 +190.397 +189.136 +50.4162 +66.8776 +75.1295 +61.3804 +60.7057 +85.6239 +100.83 +46.5514 +43.5201 +147.943 +309.491 +406.326 +408.266 +406.037 +406.364 +412.418 +405.543 +271.357 +191.046 +188.797 +190.029 +189.969 +190.488 +126.704 +70.2997 +50.4162 +50.4162 +54.53 +54.5301 +54.5342 +73.7461 +42.2343 +100.117 +259.184 +379.75 +391.724 +412.822 +408.795 +404.901 +406.428 +412.273 +410.702 +455.48 +457.473 +336.181 +189.108 +191.798 +126.668 +66.9305 +50.4162 +50.4162 +52.4732 +55.9038 +80.331 +73.7695 +40.4834 +124.371 +260.163 +372.954 +408.672 +412.015 +408.064 +404.135 +405.626 +411.6 +410.217 +455.024 +456.953 +317.926 +188.75 +191.586 +124.795 +70.2429 +50.4162 +50.4162 +50.4162 +54.5301 +54.5303 +80.3336 +46.2055 +102.3 +259.676 +380.982 +399.111 +412.168 +408.093 +404.18 +405.602 +411.316 +410.054 +454.768 +456.69 +320.034 +188.63 +191.274 +127.63 +70.2898 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +105.762 +260.924 +376.633 +393.952 +412.325 +407.449 +441.059 +449.906 +434.357 +409.924 +454.416 +456.416 +317.952 +188.49 +191.296 +125.339 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +101.274 +256.385 +384.858 +391.187 +414.177 +410.522 +404.711 +406.507 +412.451 +411.699 +456.116 +457.86 +343.314 +189.139 +190.448 +189.228 +99.2063 +50.4162 +50.4162 +50.4162 +54.5301 +54.5303 +69.6331 +23.0863 +102.964 +259.456 +384.788 +395.978 +410.59 +407.596 +406.044 +405.29 +405.753 +415.146 +333.377 +191.211 +188.962 +188.965 +190.241 +189.016 +50.4162 +52.4731 +50.4162 +73.0721 +71.016 +71.0203 +84.9988 +29.2141 +53.5404 +170.492 +330.897 +454.09 +406.465 +405.734 +406.191 +412.452 +405.709 +270.281 +191.321 +189.146 +190.489 +190.5 +195.177 +136.197 +83.8238 +62.7654 +60.7017 +60.2926 +62.7678 +60.3046 +77.8928 +30.9675 +101.996 +263.48 +376.221 +392.286 +413.256 +409.157 +405.298 +406.897 +412.743 +411.412 +456.25 +458.232 +319.112 +189.366 +192.138 +125.888 +70.298 +52.4731 +54.5307 +54.5308 +58.6428 +58.6485 +75.8083 +29.314 +101.457 +261.323 +385.311 +391.526 +412.393 +408.418 +404.394 +405.938 +411.813 +410.508 +455.567 +457.67 +318.045 +189.099 +191.882 +127.629 +70.2728 +50.4162 +50.4162 +53.1587 +54.5302 +54.5316 +90.2214 +27.6681 +99.0231 +255.885 +384.864 +391.054 +444.001 +440.128 +419.705 +437.809 +443.671 +442.274 +454.439 +456.448 +316.805 +188.476 +191.247 +125.341 +70.0649 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6712 +266.265 +372.939 +391.834 +444.018 +440.105 +436.336 +437.935 +443.701 +442.257 +486.956 +488.792 +331.13 +188.309 +191.097 +128.282 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +115.619 +256.72 +384.769 +391.933 +413.944 +442.119 +436.302 +437.889 +443.724 +445.069 +487.083 +490.264 +331.711 +196.476 +205.988 +188.238 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +96.6926 +266.1 +376.75 +394.689 +444.446 +441.362 +437.549 +436.871 +437.214 +446.533 +329.846 +198.731 +204.735 +188.244 +189.509 +188.236 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +18.9607 +144.718 +302.304 +447.876 +440.545 +474.69 +416.228 +426.704 +414.867 +292.378 +155.083 +196.441 +222.45 +205.973 +189.999 +126.601 +70.1743 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +106.503 +266.026 +375.73 +415.609 +446.694 +444.479 +437.24 +439.626 +444.617 +446.026 +440.638 +489.391 +317.756 +196.454 +207.464 +126.595 +63.4961 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +94.4225 +282.713 +502.967 +537.559 +598.839 +596.072 +591.304 +591.158 +596.202 +587.697 +545.657 +558.365 +387.354 +231.753 +227.222 +113.555 +60.1943 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +121.847 +288.295 +461.596 +539.857 +595.293 +592.136 +588.86 +590.935 +595.993 +595.025 +591.134 +591.739 +438.168 +243.732 +230.844 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +85.5886 +247.503 +360.813 +386.748 +428.742 +418.946 +495.171 +510.174 +438.385 +444.284 +440.472 +472.937 +320.497 +196.426 +207.449 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +93.9613 +256.661 +376.419 +393.977 +440.728 +439.286 +437.301 +424.913 +444.351 +445.865 +440.664 +456.691 +324.587 +188.269 +189.536 +188.299 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +103.679 +266 +382.37 +395.664 +409.933 +407.225 +405.403 +404.636 +405.146 +414.198 +278.386 +190.682 +188.411 +188.388 +189.651 +188.444 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +34.5735 +146.228 +307.145 +426.585 +406.114 +405.492 +405.732 +412.042 +404.802 +292.711 +143.41 +188.556 +189.876 +189.895 +190.443 +126.697 +70.308 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +24.3808 +106.493 +268.252 +392.732 +397.59 +413.759 +408.945 +404.691 +406.425 +412.027 +411.07 +407.853 +456.805 +318.886 +188.49 +191.291 +126.69 +70.2697 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +101.365 +257.652 +384.78 +400.295 +411.37 +419.453 +403.943 +422.212 +444.396 +427.085 +407.505 +456.57 +319.386 +188.372 +191.152 +125.326 +70.1823 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +97.606 +255.178 +384.559 +411.991 +444.354 +461.417 +449.265 +420.425 +430.741 +443.466 +440.354 +489.192 +324.193 +194.82 +207.5 +125.307 +70.1926 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +110.893 +281.045 +386.812 +397.198 +412.739 +408.437 +404.367 +406.178 +411.861 +411.162 +408.046 +457.054 +328.553 +188.656 +191.468 +124.791 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +100.396 +254.027 +384.775 +388.02 +414.31 +410.737 +404.675 +406.373 +411.962 +411.301 +408.251 +457.272 +320.779 +188.688 +190.003 +188.798 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +101.616 +256.698 +388.775 +394.859 +409.792 +406.87 +405.179 +404.523 +404.711 +414.101 +268.964 +190.724 +188.494 +188.469 +189.716 +188.454 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +35.4917 +148.258 +323.57 +402.289 +405.846 +405.676 +406.159 +412.444 +405.212 +270.124 +143.514 +188.712 +190.062 +190.099 +190.581 +124.795 +70.0996 +50.4162 +53.1586 +54.5301 +54.5302 +54.5324 +73.7414 +31.7833 +99.2063 +260.098 +380.95 +391.993 +412.089 +409.012 +404.699 +406.563 +412.08 +411.224 +408.028 +457.05 +318.94 +188.618 +191.415 +126.673 +70.2545 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +102.392 +256.781 +384.744 +412.683 +428.265 +424.514 +436.782 +439.313 +444.26 +426.955 +407.307 +419.946 +319.329 +188.459 +191.243 +125.328 +70.1973 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.4087 +253.81 +384.43 +430.936 +427.957 +424.735 +437.03 +439.363 +444.5 +446.138 +440.595 +409.197 +319.543 +188.29 +191.064 +128.271 +65.1673 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.5752 +253.847 +384.489 +431.225 +445.683 +443.506 +437.282 +439.541 +444.668 +446.18 +440.709 +442.134 +332.671 +196.474 +207.488 +126.606 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +96.9223 +265.942 +372.67 +410.547 +447.368 +446.861 +437.209 +439.799 +444.523 +446.934 +440.59 +442.008 +345.78 +201.419 +189.509 +188.275 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +100.21 +298.805 +380.525 +423.334 +442.755 +431.791 +438.082 +420.649 +437.51 +446.83 +279.098 +151.373 +204.707 +188.216 +189.483 +188.227 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +144.965 +314.366 +427.382 +441.001 +438.778 +438.486 +445.228 +437.438 +296.364 +149.665 +140.943 +190.304 +190.309 +190.823 +128.266 +66.1979 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.1096 +267.715 +392.116 +416.955 +444.228 +440.996 +436.817 +433.375 +444.375 +443.412 +440.364 +441.877 +319.308 +188.238 +191.017 +123.343 +70.1799 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.1967 +265.868 +375.327 +408.472 +428.464 +443.224 +404.244 +439.628 +411.8 +445.664 +407.931 +409.558 +333.071 +188.438 +191.237 +127.605 +70.24 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +112.946 +262.878 +377.817 +397.73 +444.259 +424.5 +436.792 +438.545 +444.28 +426.951 +423.881 +409.032 +320.372 +188.361 +191.162 +125.331 +70.0697 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +97.4823 +278.087 +368.129 +412.341 +444.423 +433.254 +428.892 +415.999 +425.133 +420.838 +418.322 +441.83 +330.824 +201.391 +207.46 +123.336 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +95.6582 +271.188 +442.263 +433.771 +512.557 +521.15 +514.78 +483.861 +478.558 +457.119 +442.492 +443.177 +368.843 +225.036 +219.641 +214.637 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +92.7095 +293.77 +419.117 +465.901 +510.339 +541.494 +529.608 +506.059 +475.277 +448.14 +299.008 +183.797 +224.222 +221.399 +181.494 +214.514 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +137.318 +295.562 +424.233 +426.998 +434.793 +455.056 +453.87 +428.512 +292.668 +143.022 +151.801 +205.916 +205.935 +189.964 +126.586 +63.4873 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +95.6655 +256.613 +397.709 +410.374 +446.233 +443.459 +404.837 +440.01 +412.412 +446.877 +408.376 +409.811 +337.938 +188.396 +191.812 +126.651 +70.2165 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6117 +253.737 +384.42 +431.217 +445.912 +443.342 +437.49 +439.12 +444.783 +443.934 +440.684 +420.261 +332.859 +188.245 +190.981 +126.597 +70.1673 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.2898 +265.806 +372.835 +402.599 +445.52 +440.061 +440.63 +439.524 +444.658 +446.505 +440.717 +409.284 +319.587 +188.304 +191.097 +125.333 +70.2078 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.3975 +253.684 +384.372 +430.946 +445.75 +442.899 +437.286 +439.464 +411.735 +445.657 +407.669 +409.284 +319.645 +188.334 +191.138 +125.311 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +97.1185 +260.42 +374.257 +399.5 +447.97 +445.548 +404.276 +439.522 +444.643 +447.166 +424.633 +419.652 +309.71 +204.739 +206.001 +204.759 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +96.9412 +253.798 +388.414 +396.989 +446.284 +442.073 +405.614 +404.897 +405.192 +414.958 +269.42 +143.317 +188.446 +188.419 +189.697 +188.443 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +34.2523 +149.754 +305.836 +405.629 +407.836 +405.928 +406.357 +412.452 +405.016 +273.727 +143.308 +141.205 +189.873 +189.886 +190.448 +126.651 +66.2366 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +35.9243 +101.666 +258.367 +378.16 +396.98 +412.575 +444.143 +436.966 +439.333 +411.482 +445.807 +407.488 +409.212 +331.484 +188.295 +191.093 +125.338 +70.0743 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +97.7817 +253.766 +384.465 +430.889 +445.127 +443.094 +437.064 +419.755 +421.834 +427.584 +445.809 +430.894 +345.702 +196.447 +207.46 +123.333 +70.1732 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.1816 +261.548 +368.242 +401.665 +422.037 +422.546 +456.925 +461.034 +466.277 +456.952 +418.123 +430.815 +328.586 +196.408 +207.428 +126.572 +63.4776 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +94.2039 +258.443 +383.476 +412.679 +451.646 +438.328 +429.022 +417.47 +428.716 +425.568 +419.894 +441.943 +344.109 +196.421 +207.437 +126.583 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +102.209 +269.144 +368.107 +391.11 +423.706 +432.674 +414.515 +419.887 +435.797 +428.009 +432.428 +441.965 +329.258 +196.42 +205.935 +188.205 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +95.5642 +257.178 +368.98 +395.712 +435.666 +417.973 +430.795 +430.255 +440.024 +429.103 +251.22 +154.038 +199.157 +204.67 +205.945 +221.166 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +143.891 +306.634 +424.717 +431.857 +460.572 +432.759 +427.145 +419.385 +285.623 +159.558 +157.317 +205.928 +205.94 +206.474 +123.338 +70.1808 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +109.739 +261.794 +369.281 +414.326 +442.177 +438.873 +419.275 +420.9 +426.391 +428.075 +420.946 +417.803 +330.683 +201.375 +207.455 +123.329 +70.1361 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +95.364 +257.594 +371.727 +399.268 +412.445 +444.943 +437.5 +422.722 +444.873 +444.045 +440.73 +425.764 +319.379 +188.247 +191.024 +125.298 +70.1706 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +96.0429 +257.249 +368.951 +394.507 +422.274 +433.68 +449 +420.717 +422.19 +435.779 +440.571 +442.049 +331.03 +196.426 +207.442 +126.578 +65.1245 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +95.1946 +256.228 +385.032 +418.971 +436.55 +433.335 +429.195 +431.329 +444.524 +435.288 +441.27 +442.007 +324.332 +196.459 +207.475 +126.595 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +94.8379 +256.056 +385.028 +421.317 +446.519 +446.955 +437.243 +439.729 +444.577 +446.905 +440.612 +442.039 +330.932 +196.472 +205.987 +188.225 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +95.7661 +261.596 +373.348 +409.391 +445.168 +424.323 +432.141 +441.623 +437.849 +447.12 +275.733 +159.593 +188.197 +188.206 +189.472 +188.207 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +141.205 +296.563 +404.894 +418.998 +397.564 +430.831 +425.866 +418.585 +288.948 +135.077 +151.805 +211.427 +205.936 +206.462 +120.061 +60.2794 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +94.6724 +265.804 +376.613 +373.839 +437.146 +409.164 +404.881 +390.195 +421.83 +421 +426.772 +420.297 +328.85 +196.404 +207.428 +120.056 +63.4648 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +91.495 +259.193 +389.593 +416.543 +458.201 +444.015 +439.097 +440.902 +446.426 +421.622 +425.439 +435.656 +326.153 +196.421 +207.443 +120.058 +60.1899 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +94.39 +252.962 +385.018 +396.996 +428.555 +442.514 +457.91 +440.941 +426.173 +445.137 +418.099 +419.008 +322.698 +196.42 +207.445 +120.062 +60.2652 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +94.281 +252.814 +383.55 +397.165 +426.413 +442.322 +449.363 +440.962 +437.196 +425.295 +418.11 +409.6 +316.194 +196.405 +207.426 +120.054 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +92.0999 +247.091 +399.521 +412.509 +467.149 +478.581 +439.539 +431.464 +425.883 +421.201 +413.788 +442.428 +328.453 +196.421 +205.94 +188.185 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +94.5647 +250.685 +373.686 +388.34 +441.235 +431.781 +433.5 +434.591 +429.485 +439.654 +270.17 +154.017 +196.382 +204.64 +205.909 +221.137 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +140.151 +298.387 +388.941 +416.18 +415.887 +420.112 +426.552 +420.007 +289.058 +135.061 +151.758 +197.628 +205.892 +200.935 +126.576 +63.4851 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +94.7395 +257.677 +375.918 +396.952 +438.941 +409.329 +415.057 +383.058 +389.506 +437.163 +433.468 +438.016 +333.054 +196.395 +207.414 +120.052 +60.2495 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +93.5873 +253.913 +394.375 +421.47 +488.431 +486.596 +481.841 +495.605 +489.499 +467.734 +453.902 +454.363 +364.937 +228.193 +190.944 +120.058 +63.5216 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +98.1066 +292.245 +442.177 +512.042 +582.977 +595.587 +592.227 +594.792 +598.68 +597.135 +436.482 +437.44 +350.001 +221.652 +224.637 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +87.204 +252.675 +377.16 +403.754 +451.173 +446.865 +437.305 +439.856 +444.719 +446.611 +440.72 +442.165 +328.79 +196.464 +207.468 +126.594 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +95.6592 +255.99 +370.631 +395.032 +446.969 +438.538 +436.985 +438.706 +421.809 +421.006 +391.401 +420.877 +329.12 +196.422 +205.944 +188.192 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +90.1094 +286.069 +433.372 +464.614 +535.524 +562.555 +561.252 +570.377 +571.795 +554.073 +327.711 +203.32 +237.633 +231.795 +239.276 +237.915 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +160.699 +349.385 +506.261 +575.321 +593.406 +595.4 +602.045 +593.914 +301.264 +204.485 +176.326 +201.471 +205.907 +206.436 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +88.7351 +248.704 +407.837 +421.828 +470.023 +467.366 +451.641 +465.796 +455.287 +450.247 +436.972 +422.934 +338.835 +201.326 +207.406 +113.555 +60.1842 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +88.424 +284.088 +405.299 +440.243 +504.088 +532.806 +557.9 +570.469 +574.962 +568.085 +532.424 +520.92 +411.444 +235.555 +236.213 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +117.075 +293.612 +428.154 +403.098 +459.509 +490.792 +486.752 +488.468 +475.922 +437.537 +408.17 +436.066 +320.807 +204.655 +207.433 +113.555 +60.1829 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +87.2806 +252.775 +366.702 +397.577 +445.418 +433.698 +429.323 +431.122 +428.809 +437.03 +432.487 +442.449 +328.796 +196.434 +207.45 +120.063 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +93.0484 +255.306 +403.864 +405.661 +427.571 +435.052 +437.932 +440.274 +426.109 +421.224 +427.644 +414.622 +317.717 +196.407 +205.933 +188.169 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +91.0229 +255.424 +413.856 +418.979 +465.927 +475.611 +505.8 +506.15 +519.471 +485.685 +299.918 +188.833 +223.827 +235.17 +244.751 +230.784 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +173.149 +332.249 +452.605 +477.884 +483.928 +506.56 +513.939 +496.764 +306.524 +183.223 +174.478 +168.525 +215.851 +216.376 +113.555 +60.1936 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +91.9208 +254.79 +372.488 +409.064 +442.857 +444.371 +450.497 +456.538 +470.877 +472.207 +446.485 +436.573 +286.925 +196.374 +207.403 +113.555 +60.1852 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +121.152 +332 +473.987 +507.915 +568.201 +571.333 +583.669 +586.588 +591.688 +575.259 +572.246 +569.705 +390.391 +261.841 +257.593 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +98.1632 +278.708 +363.498 +379.954 +441.21 +435.152 +437.059 +437.777 +447.66 +435.72 +432.587 +441.856 +283.436 +196.416 +207.438 +113.555 +60.1812 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +85.2724 +242.627 +396.008 +449.129 +493.665 +511.591 +496.734 +465.345 +439.132 +422.415 +428.531 +393.261 +282.953 +196.412 +207.436 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +85.8155 +284.058 +449.066 +468.972 +526.559 +524.332 +558.166 +560.951 +555.68 +550.321 +535.79 +512.215 +346.267 +221.719 +207.795 +204.638 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +97.0148 +312.668 +453.789 +473.102 +533.766 +559.301 +557.844 +560.551 +559.033 +543.808 +313.294 +192.437 +180.934 +221.829 +222.885 +218.214 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +175.529 +329.773 +423.969 +401.751 +431.288 +389.675 +425.845 +418.817 +291.78 +176.137 +176.896 +178.371 +225.72 +225.928 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +114.927 +286.296 +425.09 +459.446 +495.517 +470.263 +440.772 +441.633 +471.202 +426.177 +410.788 +434.408 +283.162 +196.409 +207.432 +113.555 +60.1835 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +87.4147 +246.594 +403.506 +458.709 +492.67 +480.983 +476.193 +477.644 +483.547 +472.128 +458.938 +434.945 +298.249 +197.154 +207.419 +113.555 +60.1816 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +140.14 +310.762 +440.888 +475.778 +523.85 +543.463 +556.599 +560.298 +577.476 +554.186 +550.815 +514.913 +355.375 +234.84 +234.978 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +105.288 +276.451 +425.561 +468.53 +541.281 +577.353 +574.175 +592.157 +598.824 +599.708 +596.14 +597.173 +430.426 +273.448 +275.095 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +182.883 +395.283 +513.299 +563.25 +604.37 +602.342 +596.321 +595.08 +582.289 +554.393 +547.429 +502.357 +343.767 +228.317 +232.768 +231.949 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +80.7579 +248.086 +367.066 +419.391 +479.532 +490.93 +486.314 +511.65 +523.382 +508.465 +306.471 +189.316 +174.657 +214.634 +205.914 +188.155 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +143.196 +326.09 +457.741 +473.799 +496.605 +508.301 +540.1 +522.163 +316.076 +192.467 +187.093 +188.294 +235.314 +229.715 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +86.1896 +262.181 +386.645 +409.145 +448.066 +459.439 +476.293 +467.26 +487.458 +475.722 +460.215 +448.431 +268.665 +199.11 +201.896 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +91.5238 +287.711 +431.054 +468.435 +543.534 +541.855 +568.482 +565.584 +577.621 +578.847 +574.795 +563.27 +387.356 +237.44 +230.883 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +126.155 +290.335 +428.251 +470.327 +574.797 +555.748 +567.03 +569.968 +575.748 +538.761 +532.306 +572.942 +430.159 +279.123 +280.478 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +146.469 +334.72 +472.15 +527.27 +575.987 +573.883 +568.33 +553.509 +574.502 +538.819 +522.874 +479.532 +314.813 +227.816 +225.782 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +86.4043 +277.615 +414.881 +434.595 +481.284 +490.003 +463.374 +465.015 +461.696 +462.226 +441.842 +443.97 +310.136 +221.771 +181.457 +222.703 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +91.7651 +278.461 +419.15 +454.641 +509.472 +547.035 +538.405 +560.917 +543.461 +546.099 +350.274 +225.648 +197.637 +243.508 +244.803 +226.769 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +256.621 +461.307 +587.661 +593.981 +595.297 +596.873 +603.888 +595.886 +357.615 +249.781 +247.51 +227.267 +271.632 +258.647 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +213.866 +433.074 +561.49 +586.589 +616.698 +611.277 +612.398 +613.18 +620.105 +607.016 +600.892 +582.708 +444.956 +276.943 +260.438 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +88.0483 +244.691 +362.908 +402.028 +444.798 +444.043 +437.319 +431.716 +444.575 +411.693 +433.995 +434.631 +284.284 +196.396 +207.431 +120.058 +63.4664 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +89.7986 +254.738 +375.767 +394.413 +422.094 +422.604 +437.706 +460.232 +467.189 +480.903 +478.249 +446.05 +302.821 +196.37 +207.397 +113.555 +60.1815 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +98.4632 +288.928 +425.405 +440.73 +497.674 +488.628 +495.121 +479.159 +504.858 +482.035 +465.64 +465.793 +315.768 +221.887 +217.372 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +133.492 +310.426 +437.984 +475.988 +561.495 +562.556 +587.722 +590.293 +596.664 +594.545 +592.629 +578.103 +401.101 +257.402 +254.288 +256.788 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +152.743 +384.49 +535.928 +582.663 +626.799 +621.491 +623.776 +623.131 +633.308 +643.03 +426.27 +290.089 +274.484 +318.334 +321.572 +320.109 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +284.882 +470.451 +602.982 +610.44 +608.023 +615.639 +617.967 +580.113 +366.129 +246.7 +237.781 +247.169 +285.706 +281.563 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +132.609 +315.417 +411.425 +504.498 +585.482 +585.355 +579.63 +583.043 +588.028 +586.245 +580.022 +579.084 +412.965 +244.548 +248.273 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +174.489 +382.507 +524.178 +574.238 +603.295 +599.191 +591.599 +597.121 +605.111 +605.83 +599.475 +598.737 +429.108 +274.798 +272.549 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +181.242 +387.84 +531.422 +557.547 +577.59 +574.747 +572.674 +585.07 +592.014 +586.886 +575.656 +574.867 +431.935 +281.014 +260.256 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +99.2923 +316.066 +439.795 +461.257 +509.231 +534.194 +532.342 +536.279 +542.777 +533.957 +529.626 +506.162 +340.347 +228.061 +226.722 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +107.474 +285.094 +443.29 +455.706 +485.901 +502.432 +506.043 +500.913 +518.454 +547.089 +529.439 +492.779 +332.661 +224.755 +222.616 +214.474 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +128.521 +322.543 +469.356 +499.669 +546.291 +573.166 +571.752 +588.49 +573.156 +582.965 +346.795 +226.116 +204.007 +227.488 +222.844 +228.035 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +229.934 +434.41 +579.178 +591.312 +593.416 +596.014 +603.419 +596.984 +362.763 +255.044 +261.9 +234.773 +277.138 +284.366 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +197.861 +395.058 +495.729 +565.059 +617.331 +624.054 +611.853 +617.712 +624.87 +624.328 +609.639 +604.694 +457.488 +301.682 +309.38 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +209.426 +423.37 +545.319 +594.637 +648.99 +659.847 +640.524 +644.533 +646.373 +652.642 +635.085 +626.665 +503.043 +325.114 +314.67 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +143.143 +356.149 +514.566 +553.325 +584.815 +586.891 +598.255 +602.885 +604.096 +603.584 +575.062 +576.088 +435.626 +295.967 +294.059 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +208.945 +407.974 +549.074 +580.611 +605.712 +605.616 +601.825 +602.467 +616.911 +611.395 +605.917 +600.955 +456.544 +309.582 +311.086 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +175.209 +358.117 +495.288 +520.962 +570.276 +576.371 +569.888 +589.341 +594.961 +594.804 +573.828 +574.063 +388.806 +238.348 +235.817 +236.777 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +177.93 +344.448 +502.053 +517.331 +580.893 +579.109 +595.854 +596.092 +578.851 +604.712 +348.061 +227.727 +223.745 +257.037 +260.713 +263.093 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +224.159 +408.951 +564.068 +570.34 +580.526 +600.999 +606.197 +595.866 +355.605 +266.199 +256.112 +211.096 +247.472 +229.695 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +177.135 +376.38 +532.03 +544.407 +600.751 +597.847 +594.73 +600.187 +605.619 +603.627 +597.651 +599.212 +420.624 +253.136 +251.536 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +223.481 +394.339 +532.269 +565.998 +599.71 +598.315 +595.548 +598.345 +605.221 +603.216 +596.66 +596.315 +434.913 +277.071 +282.758 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +151.594 +378.318 +561.475 +585.268 +619.847 +613.456 +607.954 +607.397 +622.469 +619.691 +600.198 +599.228 +426.378 +276.343 +255.104 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +118.692 +323.785 +456.72 +475.932 +524.931 +528.192 +566.851 +567.756 +577.356 +577.808 +574.404 +549.812 +380.304 +239.532 +230.563 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +132.651 +335.417 +463.152 +511.197 +578.02 +579.139 +572.724 +592.164 +579.74 +572.962 +567.459 +548.364 +387.399 +248.834 +246.429 +252.828 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +178.827 +351.354 +549.873 +567.288 +596.239 +607.732 +627.397 +622.842 +606.291 +611.787 +378.058 +260.9 +235.777 +270.324 +265.62 +246.362 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +274.414 +477.536 +590.018 +581.066 +579.841 +596.941 +604.308 +579.743 +357.467 +237.728 +234.138 +233.464 +258.009 +253.141 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +218.303 +398.37 +520.946 +581.458 +603.288 +601.75 +599.425 +606.761 +611.799 +616.226 +604.097 +602.207 +427.083 +278.432 +296.151 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +185.292 +405.129 +548.627 +584.578 +620.644 +621.392 +620.802 +622.95 +623.161 +635.369 +617.242 +609.06 +435.929 +262.002 +255.766 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +171.356 +355.502 +499.926 +532.676 +580.226 +576.124 +572.271 +577.153 +579.89 +560.521 +551.399 +547.705 +378.756 +231.671 +230.521 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +166.414 +379.16 +511.932 +525.673 +598.854 +596.628 +592.274 +594.966 +600.606 +602.834 +599.329 +598.302 +418.877 +261.452 +251.514 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +196.253 +427.869 +531.067 +576.938 +603.658 +602.206 +599.101 +604.01 +606.318 +603.269 +600.808 +599.6 +437.14 +282.596 +284.067 +282.846 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +172.151 +383.916 +535.115 +577.824 +626.465 +638.24 +654.568 +649.615 +650.836 +636.103 +417.45 +308.064 +296.069 +351.505 +350.208 +339.717 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +284.282 +485.634 +614.21 +613.267 +609.894 +628.806 +633.947 +648.355 +387.491 +287.428 +267.444 +265.388 +314.082 +321.946 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +264.337 +432.196 +553.617 +590.683 +624.26 +625.693 +620.687 +612.73 +630.615 +617.2 +626.076 +620.21 +470.151 +306.472 +307.134 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +257.153 +443.158 +548.488 +582.439 +605.901 +604.828 +607.348 +608.653 +631.133 +620.563 +608.26 +604.486 +470.132 +297.025 +300.511 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +206.9 +398.139 +517.97 +589.831 +637.719 +636.605 +641.647 +647.639 +647.316 +637.696 +631.833 +633.712 +472.289 +340.494 +346.404 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +189.914 +405.135 +557.35 +603.01 +648.577 +653.618 +658.478 +654.734 +655.854 +628.02 +637.482 +639.529 +483.672 +375.034 +372.994 +113.555 +135.099 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +190.36 +410.248 +561.37 +597.618 +632.743 +640.772 +631.406 +645.634 +633.861 +636.534 +625.607 +629.287 +498.84 +329.524 +319.832 +325.973 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +203.181 +350.428 +559.96 +571.856 +601.986 +588.803 +589.149 +592.93 +600.735 +596.019 +380.781 +258.094 +266.754 +305.401 +317.872 +297.018 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +224.862 +406.51 +569.848 +579.103 +580.303 +581.561 +607.457 +583.689 +372.837 +259.288 +253.65 +261.761 +306.45 +309.955 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +165.902 +374.339 +543.807 +574.786 +602.683 +601.267 +598.167 +600.14 +607.768 +606.261 +599.187 +598.602 +433.08 +280.194 +285.95 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +148.575 +343.524 +525.622 +570.058 +599.163 +598.915 +595.191 +599.043 +604.537 +604.813 +599.956 +601.39 +437.421 +292.153 +292.175 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +173.949 +382.097 +530.991 +585.857 +624.433 +621.416 +617.735 +621.732 +640.71 +624.749 +600.815 +593.311 +462.248 +328.001 +328.298 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +201.102 +397.204 +533.093 +584.027 +637.22 +638.352 +609.688 +603.73 +621.681 +631.374 +639.188 +600.493 +444.313 +317.374 +315.786 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +172.124 +352.956 +502.395 +554.999 +605.095 +603.476 +615.822 +619.943 +624.95 +625.082 +607.542 +601.253 +460.878 +336.609 +327.155 +325.886 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +181.91 +388.035 +503.964 +608.331 +625.392 +624.116 +622.663 +624.064 +623.156 +622.31 +392.572 +269.123 +263.386 +312.231 +303.287 +293.675 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +274.344 +461.332 +594.264 +603.289 +600.573 +607.482 +606.119 +600.539 +381.998 +270.006 +263.534 +264.229 +303.497 +309.608 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +238.699 +434.259 +551.304 +578.666 +604.093 +602.758 +602.347 +609.545 +621.586 +623.852 +622.306 +618.547 +470.303 +312.331 +300.408 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +130.285 +343.661 +488.715 +492.392 +580.202 +579.232 +573.693 +592.554 +598.177 +598.239 +576.006 +575.797 +387.644 +234.709 +237.482 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +164.235 +349.695 +488.919 +523.087 +578.079 +596.746 +590.145 +576.834 +599.552 +599.993 +577.901 +568.963 +380.162 +238.246 +234.063 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +139.121 +374.658 +524.622 +565.226 +597.329 +595.845 +592.589 +594.833 +599.423 +599.427 +593.714 +592.971 +421.819 +268.442 +239.893 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +179.39 +414.952 +546.569 +569.267 +601.728 +596.586 +593.057 +596.129 +602.54 +604.423 +598.795 +598.078 +495.58 +271.991 +257.767 +248.941 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +204.111 +407.45 +542.64 +583.36 +599.227 +597.668 +599.567 +596.612 +598.78 +605.466 +357.755 +239.046 +278.157 +274.42 +275.607 +260.09 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +258.068 +458.437 +593.449 +596.544 +596.912 +598.086 +608.489 +598.467 +371.689 +249.619 +245.191 +292.109 +289.792 +282.157 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +179.993 +395.154 +550.803 +568.217 +620.73 +609.392 +599.898 +613.48 +619.408 +617.914 +603.905 +603.181 +510.474 +312.129 +301.726 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +190.463 +390.647 +542.512 +577.221 +600.396 +597.989 +592.881 +597.943 +604.637 +605.52 +599.084 +597.904 +474.885 +274.819 +272.274 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +176.045 +376.839 +518.414 +580.653 +603.292 +602.183 +598.267 +602.951 +609.57 +608.081 +601.207 +599.946 +481.799 +279.981 +265.663 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +208.571 +416.548 +544.298 +590.267 +636.589 +609.352 +609.177 +610.341 +613.006 +614.586 +614.107 +604.789 +487.986 +293.083 +299.522 +113.555 +158.053 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +142.491 +349.505 +498.019 +542.661 +584.719 +599.643 +594.141 +597.603 +601.972 +602.895 +596.583 +579.469 +438.697 +245.833 +235.769 +227.851 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +135.793 +336.18 +501.853 +526.078 +580.736 +594.526 +594.37 +595.228 +596.105 +605.733 +349.768 +212.215 +238.802 +226.885 +225.276 +225.694 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9291 +18.9607 +204.172 +438.537 +598.673 +622.23 +639.789 +643.216 +658.642 +650.962 +421.166 +300.862 +294.129 +337.485 +334.957 +341.086 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +213.051 +403.853 +531.026 +583.939 +636.181 +617.619 +634.897 +636.241 +630 +640.886 +632.43 +625.513 +529.737 +335.351 +329.226 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +209.467 +397.606 +543.552 +588.011 +637.239 +640.379 +629.573 +617.27 +605.471 +586.933 +572.678 +573.643 +470.233 +288.526 +281.479 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +147.017 +339.699 +505.284 +547.879 +596.498 +594.035 +589.534 +594.748 +598.82 +599.239 +595.526 +594.514 +478.13 +259.557 +255.683 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +19.4436 +159.578 +398.154 +542.025 +574.198 +596.026 +594.512 +592.842 +596.509 +603.138 +603.218 +596.801 +578.499 +462.184 +255.968 +243.029 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +196.127 +384.673 +531.992 +582.958 +613.92 +615.207 +616.994 +623.229 +624.55 +623.612 +610.502 +602.484 +489.793 +288.685 +283.511 +281.897 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +18.1784 +18.9687 +166.429 +380.808 +536.541 +552.883 +595.488 +594.168 +592.668 +575.767 +577.166 +584.717 +331.174 +210.798 +252.417 +246.77 +242.531 +240.833 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +186.345 +389.072 +531.003 +544.151 +573.395 +572.595 +542.178 +531.363 +327.038 +205.675 +200.331 +246.188 +245.965 +239.332 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +117.753 +290.621 +416.367 +441.426 +517.249 +540.845 +508.243 +536.336 +540.181 +541.521 +522.719 +510.323 +400.404 +237.478 +230.585 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +110.61 +292.604 +464.489 +482.83 +564.485 +573.225 +568.125 +571.915 +577.902 +578.4 +564.845 +526.813 +406.34 +237.076 +230.263 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +130.929 +301.817 +454.701 +501.603 +576.206 +589.027 +585.099 +586.238 +577.092 +575.359 +562.547 +544.416 +436.181 +246.153 +233.62 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +91.5648 +258.148 +405.318 +471.609 +582.727 +598.18 +594.303 +596.038 +602.724 +585.915 +581.879 +574.436 +481.189 +302.467 +290.9 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +143.281 +369.211 +533.935 +560.571 +594.618 +604.164 +605.177 +603.52 +609.349 +605.702 +589.451 +600.219 +491.818 +317.428 +303.672 +301.164 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +148.668 +403.789 +520.8 +586.102 +620.768 +616.076 +619.074 +624.776 +578.47 +624.408 +395.651 +266.021 +299.687 +298.788 +302.808 +298.471 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +201.88 +409.102 +567.599 +578.972 +581.15 +598.883 +606.491 +587.329 +369.606 +251.459 +254.338 +292.375 +328.31 +285.99 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +170.452 +366.166 +513.915 +563.75 +610.781 +617.234 +605.823 +614.266 +604.047 +592.359 +594.739 +599.492 +502.76 +331.224 +294.827 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +121.725 +284.482 +452.719 +451.792 +570.179 +572.376 +563.423 +569.944 +576.593 +585.553 +586.887 +581.825 +492.054 +306.335 +294.97 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +145.354 +345.023 +465.303 +502.962 +575.348 +573.165 +569.953 +572.821 +519.441 +433.955 +410.398 +393.098 +330.907 +196.413 +207.433 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +88.1361 +244.696 +363.047 +378.581 +438.917 +443.213 +454.347 +456.059 +461.517 +446.045 +421.895 +419.554 +345.945 +180.211 +182.986 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +88.5863 +263.722 +402.527 +435.251 +473.71 +490.957 +485.331 +497.687 +512.604 +492.699 +453.478 +434.217 +348.317 +180.192 +205.913 +188.165 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +88.6085 +256.33 +417.035 +441.61 +445.492 +478.776 +479.188 +455.482 +499.421 +485.48 +302.66 +173.351 +204.616 +204.63 +205.905 +188.164 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +170.627 +374.48 +501.226 +486.828 +507.055 +497.571 +504.138 +487.37 +312.137 +185.947 +176.688 +215.704 +207.31 +189.938 +120.053 +60.1919 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +91.0739 +306.765 +442.831 +472.883 +507.158 +512.73 +477.159 +503.853 +497.895 +500.296 +460.964 +420.572 +334.48 +201.329 +207.41 +120.049 +60.1837 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +91.6956 +270.698 +426.448 +455.56 +493.073 +512.431 +498.638 +512.909 +532.851 +521.901 +482.164 +436.048 +311.622 +201.332 +207.412 +120.048 +60.1879 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +93.5687 +266.594 +410.956 +450.986 +510.998 +488.288 +453.894 +455.05 +471.585 +460.697 +457.71 +443.56 +348.888 +217.699 +220.592 +113.555 +79.4073 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6203 +284.393 +399.636 +433.243 +493.382 +545.326 +518.3 +532.769 +546.588 +548.404 +522.42 +506.876 +405.378 +239.327 +246.409 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +135.361 +317.279 +483.819 +521.574 +584.552 +582.615 +577.126 +579.732 +584.431 +573.938 +552.224 +547.63 +450.807 +266.622 +276.548 +246.758 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +142.133 +324.612 +482.756 +518.202 +574.405 +545.532 +574.133 +537.495 +545.965 +546.257 +308.739 +183.696 +218.664 +180.177 +223.712 +188.144 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +145.142 +336.886 +439.743 +450.543 +461.271 +463.042 +471.672 +478.509 +296.454 +179.63 +167.25 +205.874 +205.888 +189.925 +118.423 +60.191 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +91.0783 +253.72 +366.832 +409.307 +437.335 +473.165 +469.762 +489.22 +490.536 +501.38 +472.423 +471.96 +348.719 +214.344 +207.4 +113.555 +60.1867 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +90.6629 +306.556 +440.939 +503.05 +538.986 +550.505 +555.286 +576.357 +553.629 +534.498 +525.21 +570.558 +415.212 +249.282 +234.017 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +141.551 +314.658 +511.124 +556.66 +586.095 +583.226 +581.671 +583.12 +588.109 +586.806 +583.077 +631.546 +488.415 +296.971 +292.997 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +166.945 +355.622 +490.006 +564.078 +593.534 +593.408 +582.72 +587.862 +598.708 +590.948 +586.828 +623.022 +490.927 +296.107 +289.852 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +128.864 +364.969 +515.013 +581.01 +619.662 +614.239 +609.023 +606.552 +592.486 +593.156 +595.255 +651.726 +513.176 +318.695 +336.248 +344.067 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +202.972 +368.276 +512.32 +581.154 +601.583 +598.783 +600.749 +598.306 +600.025 +608.513 +377.033 +301.458 +291.889 +294.384 +295.293 +295.417 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +236.439 +402.765 +595.46 +588.594 +584.246 +588.19 +586.485 +576.873 +352.131 +226.513 +271.838 +244.271 +230.027 +224.205 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6849 +282.035 +430.75 +435.195 +495.067 +504.494 +476.325 +478.382 +492.889 +505.221 +489.503 +537.861 +384.245 +222.833 +182.978 +113.555 +60.1896 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +90.7041 +286.88 +429.289 +455.576 +504.657 +511.813 +517.514 +549.999 +529.075 +507.866 +479.913 +526.219 +388.285 +228.079 +221.352 +113.555 +60.1891 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +90.6559 +307.974 +470.453 +536.389 +579.743 +574.136 +587.552 +589.913 +597.576 +580.675 +563.237 +559.766 +399.083 +228.754 +224.552 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +128.675 +333.306 +510.805 +545.512 +597.743 +594.365 +591.388 +594.534 +601.984 +601.526 +579.814 +599.661 +467.084 +253.602 +242.55 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +99.1986 +293.714 +462.122 +523.987 +578.609 +576.64 +588.667 +590.484 +594.999 +575.898 +541.823 +540.645 +386 +223.713 +222.442 +214.482 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +96.1975 +248.387 +382.218 +397.775 +466.597 +457.611 +447.74 +469.045 +447.608 +442.551 +295.963 +227.025 +224.706 +224.759 +225.948 +227.575 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +168.226 +337.476 +491.552 +539.877 +506.556 +514.39 +520.932 +492.003 +321.377 +200.339 +242.442 +243.614 +231.662 +232.124 +113.555 +60.1935 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6244 +319.095 +519.007 +567.208 +603.263 +601.265 +596.863 +599.177 +607.14 +601.817 +591.13 +627.928 +493.358 +298.555 +299.805 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +115.229 +283.611 +399.98 +474.529 +549.205 +580.213 +550.563 +564.884 +569.736 +535.916 +503.626 +527.984 +387.073 +245.648 +250.844 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +94.0943 +280.833 +427.791 +450.933 +540.699 +550.53 +534.088 +522.031 +503.731 +421.467 +408.243 +482.895 +330.214 +196.416 +207.443 +120.058 +60.1839 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +92.6413 +254.595 +368.709 +378.618 +422.733 +424.403 +430.809 +437.259 +444.844 +445.751 +440.679 +489.454 +334.258 +196.454 +207.477 +126.594 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +95.7184 +256.081 +376.182 +386.711 +431.12 +448.483 +414.668 +433.35 +436.796 +427.873 +436.443 +490.574 +329.52 +196.451 +205.967 +188.217 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +95.8065 +256.277 +388.97 +407.862 +440.18 +441.128 +435.47 +430.154 +429.754 +438.796 +292.662 +224.111 +218.124 +180.231 +181.5 +213.319 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +145.768 +328.658 +434.347 +420.033 +430.781 +416.443 +422.872 +419.667 +285.763 +135.127 +204.671 +189.453 +189.456 +189.975 +120.061 +60.2783 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +105.656 +256.638 +372.069 +384.385 +429.037 +424.579 +418.905 +440.884 +426.365 +429.834 +416.325 +489.57 +327.575 +196.452 +207.473 +126.594 +65.136 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +105.261 +256.268 +384.999 +429.031 +456.966 +478.673 +494.801 +497.172 +481.373 +471.528 +476.843 +506.78 +363.397 +224.654 +227.31 +132.069 +78.2177 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +94.2983 +252.679 +383.501 +414.597 +431.255 +437.365 +421.188 +441.223 +426.143 +435.774 +436.331 +489.373 +329.379 +196.439 +207.453 +120.06 +63.4659 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +94.3631 +252.857 +395.919 +420.715 +469.895 +479.155 +495.531 +496.843 +502.266 +491.384 +478.34 +503.318 +359.028 +224.559 +207.456 +120.058 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +94.6999 +255.934 +374.481 +400.406 +433.708 +448.695 +437.228 +438.003 +447.169 +435.228 +441.31 +489.354 +330.907 +196.456 +205.971 +188.218 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +103.269 +265.746 +389.568 +406.591 +443.045 +439.827 +438.102 +437.326 +437.596 +446.89 +279.078 +198.712 +204.707 +188.223 +189.493 +188.271 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +161.494 +314.365 +429.235 +441.396 +438.86 +438.736 +445.477 +437.722 +269.341 +143.197 +188.292 +189.562 +189.585 +190.105 +126.619 +70.2176 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.31 +258.367 +378.108 +420.137 +444.331 +433.728 +431.904 +438.29 +436.37 +439.319 +441.27 +489.179 +332.425 +196.453 +207.475 +126.601 +70.1564 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.0982 +258.964 +399.52 +427.953 +460.784 +467.045 +462.718 +476.166 +470.194 +461.392 +421.507 +474.845 +330.669 +196.42 +207.445 +126.58 +65.125 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +95.0708 +270.478 +423.049 +492.15 +565.98 +575.941 +566.425 +569.215 +567.262 +565.819 +499.479 +514.777 +364.845 +218.652 +226.771 +113.555 +76.8031 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +103.224 +280.4 +411.481 +433.225 +470.951 +467.502 +483.822 +487.008 +492.672 +470.828 +457.309 +490.689 +358.293 +221.632 +217.271 +113.555 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +101.765 +258.419 +364.842 +401.523 +446.763 +435.103 +429.919 +430.808 +445.188 +445.091 +440.388 +489.185 +327.495 +196.448 +205.964 +188.212 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.5904 +261.585 +376.163 +401.567 +445.406 +440.698 +405.105 +404.406 +404.744 +414.035 +287.425 +190.535 +188.308 +188.319 +189.586 +188.383 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +18.9607 +164.781 +347.341 +435.173 +422.494 +438.067 +438.602 +445.438 +437.648 +300.575 +197.076 +188.273 +189.566 +189.593 +190.135 +128.288 +66.2212 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +98.6046 +260.887 +377.813 +414.186 +446.666 +444.532 +437.503 +439.683 +444.752 +446.198 +455.284 +457.464 +326.526 +188.482 +191.25 +125.34 +70.2176 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +118.542 +275.768 +384.395 +414.007 +433.903 +441.614 +437.3 +439.049 +444.697 +443.807 +476.986 +473.192 +320.181 +188.379 +191.186 +125.312 +70.1951 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +99.227 +258.293 +377.984 +397.827 +411.384 +444.254 +436.97 +439.422 +444.407 +445.998 +487.803 +489.258 +319.264 +196.472 +207.491 +126.607 +70.1749 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.2286 +261.697 +372.15 +404.233 +444.467 +443.611 +437.11 +439.494 +444.505 +446.063 +487.895 +489.338 +325.946 +196.465 +207.484 +125.325 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.7216 +261.645 +372.159 +397.564 +446.791 +439.162 +436.959 +440.186 +444.431 +437.158 +487.634 +489.306 +317.534 +196.46 +205.98 +188.229 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.6025 +261.489 +412.336 +451.249 +501.897 +508.268 +506.294 +505.342 +512.839 +483.438 +347.194 +219.803 +214.579 +225.235 +223.273 +221.566 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +18.9607 +184.161 +392.063 +519.201 +561.106 +561.663 +562.359 +568.166 +539.799 +326.855 +246.911 +236.919 +236.066 +242.387 +239.29 +113.555 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +94.8542 +259.63 +380.938 +405.527 +429.176 +444.231 +404.729 +439.592 +412.177 +424.814 +489.754 +457.235 +337.537 +188.515 +191.139 +125.326 +70.2007 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +109.794 +298.875 +400.641 +409.733 +428.907 +408.543 +437.273 +439.497 +444.683 +445.936 +455.075 +456.693 +319.607 +188.317 +191.81 +125.339 +70.2102 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +103.105 +253.712 +384.395 +427.007 +424.282 +418.858 +447.817 +481.701 +478.625 +478.378 +522.055 +502.404 +345.343 +188.208 +207.476 +126.601 +63.5538 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +135.657 +288.277 +385.076 +420.039 +445.657 +444.837 +437.219 +439.921 +444.626 +446.923 +488.017 +489.431 +339.236 +196.472 +207.488 +128.263 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +106.839 +282.307 +384.912 +406.632 +446.948 +443.351 +437.123 +438.912 +444.54 +435.815 +487.513 +489.021 +326.66 +196.465 +205.981 +188.229 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.6997 +265.775 +379.213 +407.079 +442.971 +440.839 +438.043 +437.284 +437.549 +446.845 +326.455 +198.715 +204.716 +204.724 +189.515 +188.316 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +18.9607 +145.159 +314.55 +418.23 +422.407 +438.204 +438.664 +445.418 +437.617 +302.283 +190.549 +189.041 +189.681 +189.693 +190.213 +125.359 +70.098 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +114.31 +253.931 +384.617 +423.436 +430.927 +435.949 +417.733 +430.014 +436.375 +421.181 +488.761 +489.377 +332.68 +201.406 +201.988 +128.263 +65.1684 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.3562 +261.598 +368.485 +388.931 +431.448 +423.677 +422.772 +405.14 +422.398 +425.815 +467.424 +485.426 +335.557 +204.7 +223.962 +123.338 +70.1672 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.2736 +265.813 +381.68 +420.073 +444.582 +437.331 +426.165 +438.844 +444.349 +443.551 +487.777 +489.284 +325.881 +188.269 +191.053 +128.261 +66.1732 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.4106 +253.838 +417.435 +431.033 +445.995 +442.91 +437.294 +439.573 +411.844 +445.916 +455.252 +456.745 +320.695 +188.355 +191.818 +126.668 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +99.9737 +260.298 +377.86 +431.704 +446.302 +426.431 +436.716 +439.168 +444.148 +443.331 +487.647 +489.253 +319.181 +188.238 +200.489 +221.198 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.6319 +265.809 +377.36 +406.914 +445.298 +455.979 +475.202 +484.388 +484.623 +472.999 +347.25 +224.207 +218.38 +180.252 +217.928 +220.086 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +18.9607 +200.248 +356.276 +467.239 +495.172 +495.573 +505.914 +491.551 +432.86 +299.163 +201.444 +204.693 +205.982 +222.471 +190.001 +126.606 +65.1639 +70.242 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.3673 +265.902 +380.35 +415.125 +445.813 +443.818 +404.378 +439.721 +411.842 +493.386 +455.138 +456.615 +319.606 +188.3 +191.811 +125.357 +70.0999 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +98.3063 +253.978 +384.486 +431.392 +446.416 +443.653 +404.589 +439.727 +412.014 +493.67 +455.29 +456.76 +319.723 +188.341 +191.072 +125.348 +70.0705 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6287 +253.91 +384.52 +431.42 +446.042 +443.537 +404.521 +439.737 +411.923 +493.65 +488.241 +489.7 +326.317 +188.286 +191.054 +125.348 +70.0764 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +106.598 +264.903 +384.466 +431.321 +445.812 +443.558 +437.425 +439.693 +411.891 +493.628 +488.189 +456.695 +319.663 +201.435 +201.996 +126.613 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +114.306 +276.928 +418.376 +428.229 +449.35 +443.979 +437.372 +398.645 +444.729 +493.577 +488.034 +489.502 +332.713 +199.248 +200.516 +204.75 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +101.878 +253.89 +388.432 +434.326 +444.956 +441.009 +405.628 +404.896 +405.294 +461.923 +328.998 +190.644 +188.399 +188.435 +189.684 +188.425 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +34.5461 +159.891 +304.341 +439.124 +439.812 +438.542 +438.872 +445.477 +437.814 +350.822 +197.085 +199.238 +222.471 +222.484 +190.042 +128.289 +66.2175 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.7215 +258.55 +378.087 +413.503 +446.013 +443.757 +437.235 +439.589 +411.726 +491.731 +488.022 +489.51 +331.526 +199.262 +202.031 +125.346 +70.0848 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.4923 +253.903 +384.519 +431.018 +445.12 +443.095 +437.16 +439.417 +444.635 +493.342 +487.946 +456.528 +319.509 +188.759 +191.069 +126.612 +70.2041 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +115.772 +267.595 +377.809 +432.191 +444.583 +424.304 +436.671 +438.492 +444.234 +490.782 +487.672 +489.194 +332.395 +196.473 +207.481 +128.261 +65.1636 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +113.342 +313.966 +416.545 +448.566 +500.635 +466.078 +462.472 +463.986 +490.969 +549.653 +487.457 +484.474 +342.003 +201.451 +224.013 +126.645 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +102.607 +262.257 +384.772 +398.645 +447.733 +444.424 +404.08 +439.403 +411.645 +492.752 +454.972 +489.472 +342.258 +204.787 +189.596 +188.376 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +102.888 +260.202 +381.785 +416.466 +431.437 +440.943 +421.361 +420.652 +421.114 +461.364 +330.035 +190.695 +188.481 +188.545 +189.821 +188.589 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +33.0626 +150.904 +309.183 +429.33 +438.555 +439.64 +438.525 +445.395 +437.543 +350.87 +196.006 +196.505 +222.49 +189.526 +190.061 +128.298 +65.2066 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.2973 +258.097 +377.605 +396.758 +445.305 +443.483 +436.937 +439.426 +411.509 +493.202 +487.845 +456.559 +319.12 +188.427 +191.822 +125.361 +70.1002 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +119.219 +283.398 +417.989 +409.033 +412.844 +408.606 +404.454 +406.297 +412.093 +492.512 +455.364 +456.865 +337.245 +188.427 +191.228 +125.356 +70.076 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +115.983 +258.131 +377.741 +397.143 +412.715 +408.316 +404.095 +406.37 +411.844 +458.447 +455.495 +457.059 +326.211 +188.627 +191.404 +125.358 +70.0725 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +98.3275 +259.981 +377.503 +417.142 +412.529 +408.549 +404.241 +406.054 +411.856 +458.543 +455.548 +457.096 +326.223 +188.632 +191.431 +125.363 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +100.653 +254.116 +384.784 +405.686 +413.601 +445.507 +403.943 +439.628 +411.756 +458.46 +455.391 +457.021 +331.714 +188.563 +189.865 +188.602 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9687 +100.229 +253.984 +388.669 +427.939 +443.153 +431.501 +429.936 +432.678 +437.788 +494.131 +323.237 +203.67 +199.227 +204.723 +189.501 +188.237 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +18.9291 +18.9607 +144.738 +331.859 +458.867 +460.737 +494.59 +467.592 +475.876 +425.302 +344.529 +216.787 +180.253 +215.814 +181.525 +219.633 +151.262 +87.3254 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +162.11 +247.62 +384.923 +406.286 +429.362 +433.286 +423.477 +438.909 +444.558 +494.034 +487.923 +489.394 +345.778 +207.102 +207.513 +126.641 +70.1977 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +96.6154 +253.921 +384.506 +397.876 +413.848 +409.061 +404.799 +406.606 +412.34 +458.8 +455.613 +457.135 +326.401 +188.483 +191.237 +126.684 +70.2578 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +107.537 +254.138 +384.833 +397.776 +413.225 +408.673 +404.539 +406.381 +412.021 +458.541 +455.357 +456.963 +337.27 +188.517 +191.287 +125.36 +70.0635 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +19.4436 +99.8219 +260.494 +377.942 +430.848 +412.55 +442.559 +404.322 +439.571 +411.8 +492.962 +455.592 +456.671 +320.541 +188.944 +191.134 +125.358 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +96.7033 +276.872 +384.549 +405.676 +397.557 +441.832 +437.29 +439.457 +411.751 +491.607 +488.078 +489.598 +342.409 +208.918 +189.576 +188.348 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +110.631 +276.259 +388.872 +400.995 +411.466 +440.46 +405.532 +404.866 +405.585 +461.992 +317.628 +190.712 +188.491 +188.516 +189.761 +188.49 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +33.1042 +167.788 +329.273 +405.379 +407.102 +405.949 +406.526 +412.694 +405.581 +317.822 +190.888 +188.679 +189.97 +189.94 +190.458 +126.686 +70.3207 +50.4162 +50.4162 +50.4162 +50.4162 +55.8974 +100.071 +105.503 +108.387 +266.213 +374.94 +392.881 +412.279 +408.781 +404.598 +406.39 +412.461 +458.964 +455.898 +457.383 +319.053 +188.768 +191.585 +124.808 +70.2451 +50.4162 +50.4162 +50.4162 +50.4162 +54.5302 +73.7399 +75.0072 +102.71 +261.71 +381.339 +391.57 +412.754 +409.64 +405.203 +407.146 +412.981 +459.329 +456.294 +457.767 +327.861 +188.876 +191.653 +127.665 +66.9455 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +69.6302 +75.0051 +100.573 +260.835 +376.791 +394.793 +412.96 +409.744 +405.394 +407.345 +413.092 +459.579 +456.648 +458.156 +333.806 +189.148 +191.941 +126.822 +70.3912 +51.3288 +55.8968 +58.6376 +58.6474 +77.7978 +73.7642 +77.7982 +104.718 +261.258 +379.9 +398.086 +413.085 +409.087 +405.181 +406.862 +412.741 +458.871 +456.176 +458.201 +332.929 +189.184 +191.962 +125.929 +99.2063 +50.4162 +50.4162 +58.6387 +58.6431 +78.0611 +77.8822 +96.0696 +102.491 +262.076 +385.749 +401.773 +457.332 +410.936 +405.045 +406.59 +412.44 +458.318 +455.633 +457.579 +318.336 +188.866 +190.134 +188.656 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +72.0912 +74.527 +100.309 +261.467 +377.222 +407.437 +410.936 +407.586 +406.141 +405.504 +406.006 +462.886 +319.509 +194.789 +189.261 +189.31 +194.303 +193.449 +63.2224 +73.4871 +75.1389 +72.396 +62.8202 +88.0106 +106.544 +107.753 +67.2769 +149.972 +316.673 +404.623 +407.488 +406.861 +407.493 +413.755 +407.118 +344.648 +191.828 +189.677 +207.427 +215.646 +199.633 +140.519 +74.6952 +60.5242 +62.8012 +61.9983 +80.9267 +88.9518 +82.0762 +103.849 +105.459 +263.964 +381.36 +400.176 +413.777 +409.657 +405.8 +407.363 +413.667 +459.688 +456.845 +459.431 +341.512 +189.574 +192.545 +126.781 +72.5927 +58.6427 +58.6471 +61.3916 +61.4015 +66.9115 +75.4241 +83.2777 +102.98 +261.437 +386.203 +399.259 +413.231 +409.135 +405.188 +406.673 +412.264 +457.942 +455.277 +457.242 +318.74 +188.611 +191.38 +126.705 +70.3074 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +98.6836 +256.302 +385.228 +399.289 +412.756 +407.939 +404.09 +405.687 +411.519 +457.253 +454.446 +456.336 +318.102 +188.348 +191.122 +125.36 +70.0679 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +96.4386 +266.456 +373.238 +392.092 +412.194 +440.44 +436.479 +405.241 +411.172 +457.024 +454.333 +456.458 +323.596 +188.424 +191.199 +125.351 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +114.947 +279.456 +404.119 +397.329 +414.643 +409.593 +403.769 +405.421 +411.245 +457.118 +454.417 +456.35 +318.764 +188.427 +189.718 +188.489 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +112.598 +255.964 +377.194 +399.789 +441.684 +421.891 +425.891 +438.254 +403.811 +481.776 +329.327 +190.648 +188.404 +188.444 +189.731 +188.502 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +34.1977 +150.288 +324.874 +405.388 +405.35 +404.817 +405.47 +411.658 +404.996 +318.429 +190.831 +188.546 +189.833 +189.855 +190.383 +127.645 +64.5999 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +69.6294 +66.7807 +102.321 +258.772 +378.998 +397.423 +447.621 +407.796 +424.613 +405.578 +449.494 +457.491 +454.58 +478.341 +332.145 +188.424 +191.217 +126.683 +70.2651 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +105.098 +276.293 +384.946 +397.813 +413.011 +408.066 +404.115 +405.978 +411.718 +458.235 +455.137 +456.626 +318.612 +188.473 +191.229 +125.365 +70.0757 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +110.288 +271.446 +377.536 +393.44 +413.237 +408.836 +404.626 +439.805 +411.739 +493.914 +455.116 +456.682 +318.794 +188.843 +191.83 +125.368 +70.0705 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.7807 +99.5905 +258.372 +377.855 +397.431 +413.414 +408.783 +404.715 +406.527 +412.282 +458.775 +455.697 +457.281 +321.034 +188.702 +191.49 +125.92 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +74.5289 +101.526 +261.326 +378.053 +411.761 +415.978 +410.982 +404.727 +406.626 +412.498 +459.024 +455.932 +457.509 +323.618 +188.728 +190.115 +188.806 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.3058 +116.045 +259.631 +376.966 +400.224 +446.307 +441.86 +405.28 +404.623 +404.936 +461.676 +317.459 +190.627 +188.728 +188.45 +189.671 +189.061 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +66.2663 +35.5262 +148.77 +302.845 +405.418 +429.145 +439.458 +438.626 +446.007 +437.707 +316.475 +190.566 +188.296 +206.038 +189.55 +190.081 +125.369 +70.099 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +72.0118 +106.509 +273.757 +402.354 +391.576 +412.904 +409.645 +405.57 +407.609 +413.47 +460.082 +457.051 +458.695 +325.827 +189.357 +192.19 +125.508 +70.3347 +62.3988 +71.8387 +83.3948 +99.9028 +93.9276 +100.483 +109.556 +113.739 +261.682 +383.145 +393.438 +414.002 +409.917 +406.069 +407.608 +413.549 +459.39 +456.654 +458.488 +320.54 +189.467 +192.246 +125.531 +74.4971 +58.6426 +60.2916 +62.7845 +62.7767 +67.6496 +90.5584 +108.202 +102.194 +263.948 +379.837 +393.136 +413.569 +409.42 +405.554 +407.492 +413.41 +459.179 +456.509 +458.517 +318.286 +189.391 +192.188 +125.954 +70.3481 +52.2446 +55.3513 +60.7011 +61.3942 +62.7853 +75.4203 +79.171 +104.799 +263.227 +386.284 +393.593 +413.895 +409.947 +405.992 +407.559 +413.528 +459.412 +456.705 +458.509 +336.943 +189.353 +192.12 +126.792 +99.2063 +52.0589 +58.6371 +58.6369 +61.395 +61.3932 +76.5043 +78.6867 +103.711 +262.143 +385.848 +401.403 +416.594 +411.176 +405.006 +406.614 +412.403 +458.441 +455.64 +457.431 +318.009 +188.801 +190.056 +188.79 +99.2063 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +86.8998 +100.466 +258.089 +376.951 +400.555 +411.128 +406.412 +404.858 +404.147 +404.451 +461.348 +317.716 +190.775 +188.522 +188.55 +189.848 +188.613 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +50.4162 +65.5156 +78.6284 +46.048 +168.953 +303.004 +416.589 +406.039 +405.495 +406.039 +412.224 +405.462 +318.803 +191.088 +188.878 +190.247 +190.306 +190.856 +124.832 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_p.csv new file mode 100644 index 0000000..a785164 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_p.csv @@ -0,0 +1,8760 @@ +298.756 +293.824 +268.244 +254.614 +268.871 +280.286 +419.616 +537.482 +502.848 +434.309 +368.549 +292.954 +293.2 +270.196 +268.22 +279.362 +335.932 +480.437 +628.484 +723.543 +779.088 +739.523 +671.232 +539.764 +282.305 +265.841 +254.325 +245.806 +255.289 +330.546 +545.213 +596.594 +447.398 +421.259 +317.634 +273.547 +272.241 +277.235 +291.249 +305.21 +330.421 +503.68 +656.424 +735.153 +788.573 +805.928 +661.816 +521.486 +284.761 +264.998 +249.843 +249.004 +256.477 +327.234 +545.873 +597.497 +446.726 +424.293 +318.74 +277.605 +278.009 +281.508 +294.244 +311.791 +332.087 +502.942 +665.008 +731.153 +790.221 +798.217 +663.285 +517.552 +286.182 +268.898 +247.087 +251.659 +256.829 +323.879 +548.157 +597.443 +441.844 +425.696 +321.862 +278.124 +277.841 +279.856 +291.338 +309.148 +334.571 +509.197 +670.13 +731.203 +794.138 +799.809 +668.321 +517.283 +287.56 +270.901 +248.71 +254.416 +257.793 +325.055 +547.339 +598.125 +446.378 +426.059 +321.097 +276.34 +279.003 +278.422 +287.782 +307.341 +328.347 +500.507 +664.717 +726.664 +792.65 +788.248 +666.972 +519.341 +286.069 +265.086 +247.427 +247.338 +256.932 +325.38 +542.623 +597.1 +441.264 +424.205 +324.803 +272.545 +280.565 +281.975 +288.945 +306.656 +331.282 +507.98 +661.825 +727.244 +797.214 +796.923 +669.244 +523.155 +288.982 +278.357 +256.407 +253.749 +255.987 +298.058 +453.544 +494.585 +539.958 +456.815 +347.602 +294.078 +286.453 +284.071 +289.006 +288.054 +363.738 +514.019 +642.613 +723.09 +758.574 +754.494 +697.157 +540.941 +303.843 +301.996 +270.438 +267.839 +275.389 +283.881 +425.964 +543.817 +516.745 +434.786 +376.527 +302.829 +300.857 +274.982 +272.39 +285.628 +342.451 +485.848 +638.386 +720.631 +785.767 +740.164 +673.208 +543.228 +286.35 +269.595 +256.677 +246.827 +257.749 +331.487 +545.007 +598.111 +449.972 +422.891 +317.753 +278.916 +280.889 +283.597 +294.65 +311.149 +336.459 +511.923 +668.1 +733.103 +800.84 +802.901 +664.38 +524.131 +285.766 +268.131 +251.23 +251.912 +257.734 +328.846 +549.382 +598.781 +443.52 +419.222 +323.698 +272.371 +273.925 +275.362 +286.87 +303.26 +329.481 +508.601 +660.342 +731.972 +792.948 +803.979 +665.791 +522.436 +287.734 +268.537 +249.212 +251.718 +257.153 +314.821 +537.923 +604.711 +456.179 +434.793 +320.896 +274.5 +276.715 +277.811 +289.571 +309.935 +326.991 +501.796 +662.518 +743.198 +795.482 +811.367 +676.265 +522.162 +293.24 +274.872 +256.024 +259.169 +263.798 +331.023 +555.083 +604.971 +453.099 +434.338 +328.216 +281.629 +284.679 +282.426 +289.723 +310.133 +331.233 +514.117 +667.989 +740.141 +793.929 +805.354 +668.765 +517.892 +288.369 +267.313 +247.863 +253.592 +257.03 +322.723 +552.079 +598.266 +449.13 +426.184 +319.633 +274.607 +277.738 +275.147 +283.876 +305.588 +329.711 +511.719 +662.33 +737.197 +791.759 +800.452 +670.663 +525.474 +287.743 +282.389 +254.321 +248.836 +257.179 +286.038 +435.012 +500.884 +533.935 +446.272 +333.644 +288.761 +275.401 +280.852 +277.732 +275.983 +359.656 +510.657 +628.819 +728.347 +748.533 +761.077 +692.612 +539.311 +300.173 +294.679 +267.969 +256.885 +269.533 +283.019 +427.94 +540.911 +497.833 +435.171 +372.646 +294.809 +298.27 +276.926 +271.407 +278.815 +339.789 +487.109 +627.934 +721.519 +790.168 +738.881 +677.467 +533.754 +282.888 +268.317 +245.83 +248.638 +254.311 +324.993 +549.184 +597.52 +440.368 +420.926 +314.009 +273.633 +270.253 +273.402 +285.563 +304.005 +328.297 +502.939 +657.993 +729.911 +789.949 +793.463 +666.804 +521.55 +282.157 +262.652 +249.627 +243.774 +253.409 +317.847 +531.701 +601.935 +447.257 +424.868 +310.123 +270.492 +271.785 +274.747 +287.871 +309.898 +331.491 +508.495 +655.347 +728.717 +791.7 +794.626 +664.127 +524.495 +285.024 +270.166 +249.769 +248.69 +257.56 +318.42 +534.865 +608.371 +452.292 +423.956 +317.601 +273.506 +276.394 +279.356 +290.511 +312.043 +330.849 +504.804 +662.465 +739.173 +798.932 +807.539 +666.753 +525.769 +288.301 +268.687 +249.645 +253.421 +257.485 +325.44 +559.268 +598.245 +445.904 +431.383 +314.456 +273.701 +277.488 +279.033 +289.952 +310.431 +332.485 +510.062 +665.784 +738.026 +801.759 +805.756 +669.862 +523.286 +289.348 +266.447 +251.794 +251.437 +257.935 +329.259 +552.285 +598.789 +441.289 +430.274 +314.846 +273.936 +280.304 +280.459 +289.018 +313.649 +328.774 +502.883 +663.825 +733.881 +798.655 +809.596 +670.526 +518.216 +290.897 +282.895 +249.996 +256.524 +257.185 +291.142 +452.273 +492.023 +527.475 +450.006 +337.55 +291.742 +282.259 +280.658 +280.294 +282.926 +358.973 +510.198 +631.555 +730.084 +754.587 +756.711 +695.888 +538.09 +304.075 +300.457 +262.655 +267.49 +270.698 +280.238 +427.848 +549.263 +506.342 +441.198 +369.239 +298.526 +302.503 +275.978 +270.204 +278.285 +336.222 +485.704 +632.697 +727.851 +792.569 +744.308 +681.732 +539.65 +285.669 +271.8 +250.973 +251.971 +258.005 +329.482 +549.36 +599.853 +448.702 +424.126 +317.192 +281.832 +277.306 +286.238 +299.876 +311.066 +334.688 +510.675 +669.669 +738.533 +801.641 +804.953 +671.994 +527.551 +288.856 +271.392 +258.315 +254.658 +262.78 +333.64 +550.726 +601.752 +450.114 +426.867 +321.496 +280.221 +277.636 +280.382 +291.252 +307.497 +327.025 +511.155 +667.302 +731.348 +796.592 +803.194 +665.94 +520.793 +284.673 +269.705 +251.544 +248.299 +256.724 +329.227 +544.675 +601.677 +446.758 +423.556 +316.378 +275.319 +277.022 +274.985 +291.047 +306.765 +328.358 +504.206 +665.102 +735.613 +799.099 +802.341 +670.367 +523.726 +287.407 +268.059 +255.014 +253.071 +259.943 +330.019 +549.683 +600.152 +451.507 +427.676 +316.35 +278.719 +281.549 +284.025 +295.771 +311.193 +332.395 +509.05 +669.927 +734.521 +800.127 +801.611 +670.355 +526.779 +286.162 +267.122 +252.845 +246.425 +255.771 +329.731 +545.426 +600.881 +445.599 +419.873 +319.307 +272.33 +275.584 +278.544 +289.467 +308.597 +328.815 +503.647 +664.391 +735.432 +795.856 +804.911 +671.534 +525.18 +290.491 +283.2 +252.565 +254.01 +258.727 +292.506 +451.217 +497.486 +524.902 +450.591 +343.049 +288.975 +284.636 +285.922 +283.831 +286.351 +363.293 +513.754 +632.971 +727.295 +757.444 +755.468 +696.216 +540.412 +305.6 +301.966 +263.123 +268.989 +273.254 +279.218 +428.977 +543.272 +504.535 +444.647 +370.244 +296.457 +303.972 +279.599 +270.999 +288.906 +338.364 +491.391 +635.314 +724.17 +790.939 +737.759 +682.534 +538.118 +289.041 +271.318 +246.341 +255.656 +259.108 +325.021 +550.412 +596.592 +444.407 +427.095 +320.547 +276.274 +282.357 +280.575 +289.297 +307.841 +327.849 +508.579 +664.27 +730.878 +796.376 +798.827 +668.972 +526.305 +287.929 +263.754 +251.319 +252.016 +256.868 +327.061 +550.3 +601.658 +450.202 +426.28 +325.758 +278.173 +286.163 +281.887 +292.962 +314.722 +331.534 +508.767 +671.524 +738.169 +799.283 +804.191 +670.371 +526.154 +288.515 +263.051 +252.003 +253.533 +252.091 +316.996 +540.886 +601.103 +452.203 +434.648 +310.933 +272.56 +276.787 +272.373 +289.027 +312.007 +327.189 +510.184 +666.48 +737.794 +797.986 +810.271 +671.334 +525.038 +286.743 +264.946 +250.238 +249.802 +256.806 +326.721 +554.14 +601.532 +440.675 +424.844 +319.22 +271.292 +277.838 +278.546 +288.757 +310.599 +326.862 +506.342 +668.016 +736.523 +796.011 +804.081 +669.05 +525.017 +282.257 +266.772 +253.482 +248.242 +258.294 +328.006 +548.074 +598.47 +450.336 +423.938 +314.801 +278.839 +272.859 +278.266 +292.687 +305.913 +329.6 +509.375 +666.008 +732.33 +796.893 +809.001 +670.492 +523.625 +287.84 +286.797 +252.465 +251.733 +259.408 +295.102 +450.623 +494.302 +531.722 +448.598 +341.014 +289.438 +280.796 +285.015 +281.703 +277.797 +358.409 +516.319 +637.704 +725.84 +755.663 +755.404 +694.492 +539.16 +301.09 +298.415 +266.833 +264.803 +272.748 +282.862 +425.183 +542.689 +500.594 +432.518 +373.681 +295.32 +296.93 +268.65 +272.995 +285.192 +338.603 +494.929 +640.572 +727.52 +793.19 +740.675 +684.436 +544.155 +290.654 +274.643 +256.914 +255.657 +262.63 +332.432 +553.632 +602.945 +461.997 +433.431 +323.919 +289.671 +287.933 +291.881 +303.181 +315.275 +334.968 +518.844 +679.477 +737.587 +801.43 +811.235 +674.004 +526.761 +288.16 +274.492 +255.909 +255.959 +263.418 +334.371 +552.928 +577.797 +451.772 +429.313 +322.342 +285.926 +280.975 +281.877 +292.744 +310.057 +334.823 +517.458 +671.539 +739.352 +804.187 +803.938 +674.864 +531.94 +290.36 +272.962 +257.307 +254.703 +260.879 +331.218 +551.483 +574.655 +442.844 +425.059 +331.358 +281.474 +282.941 +282.416 +289.9 +303.805 +325.164 +485.526 +666.572 +733.703 +793.769 +803.757 +668.942 +522.407 +285.235 +268.832 +251.592 +251.35 +257.463 +326.361 +548.288 +569.969 +441.851 +423.335 +316.564 +278.218 +278.148 +279.223 +294.382 +308.468 +327.361 +486.549 +671.262 +738.802 +801.798 +812.059 +673.465 +525.651 +288.048 +272.714 +252.195 +253.447 +258.315 +327.908 +550.507 +562.197 +439.052 +420.593 +320.921 +274.863 +272.977 +275.719 +287.535 +303.126 +325.184 +479.913 +665.871 +728.753 +794.399 +802.422 +665.415 +519.667 +287.361 +285.014 +249.009 +250.491 +256.947 +292.699 +452.463 +465.387 +530.181 +449.741 +339.646 +287.906 +280.013 +281.942 +278.574 +277.689 +354.533 +487.303 +631.647 +727.19 +757.781 +758.658 +696.319 +539.865 +303.301 +300.718 +264.686 +266.782 +270.753 +279.327 +428.609 +511.266 +496.896 +440.501 +371.146 +301.005 +306.349 +280.576 +275.667 +289.831 +340.19 +470.846 +640.197 +730.376 +795.224 +741.095 +683.846 +543.298 +289.713 +274.766 +254.659 +259.667 +264.389 +334.26 +557.478 +578.407 +457.122 +431.332 +320.462 +283.615 +285.105 +285.556 +296.555 +313.31 +335.283 +489.905 +673.42 +737.25 +801.16 +810.234 +674.711 +525.281 +289.322 +274.877 +253.046 +257.082 +261.273 +330.819 +553.267 +573.404 +444.802 +424.946 +318.933 +275.355 +274.496 +276.447 +285.445 +301.014 +322.249 +481.505 +663.24 +729.109 +792.537 +799.088 +664.684 +522.252 +284.758 +263.242 +249.739 +248.641 +257.463 +320.075 +541.34 +578.164 +444.814 +429.158 +313.657 +278.505 +278.314 +282.043 +295.077 +311.686 +331.72 +489.164 +665.835 +741.379 +804.026 +802.158 +672.244 +526.377 +286.629 +267.11 +252.935 +248.716 +258.638 +331.893 +547.897 +572.301 +442.887 +422.212 +321.977 +276.784 +275.964 +278.735 +292.364 +311.197 +331.288 +482.997 +667.206 +738.867 +800.528 +806.133 +669.469 +525.465 +284.352 +265.186 +252.202 +247.043 +256.448 +330.014 +552.01 +573.205 +436.99 +424.138 +318.297 +274.272 +275.061 +277.433 +287.491 +305.236 +326.823 +484.328 +663.824 +737.278 +800.697 +803.581 +668.972 +526.069 +285.412 +279.118 +251.963 +245.935 +255.679 +294.225 +444.145 +466.804 +520.085 +448.029 +336.284 +286.899 +276.617 +278.409 +274.725 +275.2 +357.398 +482.827 +634.368 +723.568 +750.309 +760.334 +689.546 +537.237 +300.756 +293.002 +265.692 +260.922 +270.753 +283.397 +421.017 +512.733 +490.303 +435.607 +366.437 +292.127 +294.94 +268.896 +265.113 +282.152 +335.939 +460.991 +630.546 +725.924 +786.141 +744.961 +681.552 +534.654 +285.575 +272.686 +252.359 +253.4 +260.783 +331.342 +555.841 +573.281 +443.015 +426.468 +313.812 +274.941 +275.812 +276.849 +287.583 +304.158 +330.125 +488.908 +668.27 +740.579 +804.158 +805.173 +671.179 +529.373 +290.191 +270.494 +259.459 +254.16 +261.583 +335.601 +551.412 +564.51 +447.142 +424.365 +326.616 +280.108 +282.258 +285.519 +299.952 +317.647 +333.343 +484.728 +674.195 +741.184 +801.479 +805.49 +674.71 +528.285 +289.122 +271.583 +255.936 +253.88 +260.021 +331.259 +555.19 +577.081 +443.995 +424.524 +324.359 +276.908 +273.376 +274.054 +286.257 +300.641 +318.432 +469.502 +648.711 +726.828 +792.048 +802.454 +666.41 +527.06 +285.98 +265.542 +252.54 +247.317 +256.521 +321.333 +534.35 +578.416 +451.041 +427.451 +313.923 +274.703 +272.589 +276.411 +291.138 +308.196 +330.189 +486.804 +666.262 +740.78 +802.297 +805.312 +672.562 +526.239 +287.556 +270.831 +253.698 +252.865 +258.499 +326.49 +548.235 +555.542 +443.145 +424.418 +321.511 +280.095 +276.491 +282.961 +292.971 +305.581 +328.102 +482.245 +669.432 +735.988 +800.162 +807.361 +670.427 +522.421 +290.847 +285.032 +253.77 +252.888 +260.149 +294.511 +449.491 +462.263 +524.09 +446.889 +335.859 +289.204 +281.456 +286.994 +285.828 +283.138 +357.146 +486.414 +637.316 +726.181 +758.5 +759.128 +695.268 +541.704 +302.927 +299.915 +268.659 +266.144 +273.72 +282.848 +425.158 +503.629 +498.462 +438.272 +370.437 +296.905 +299.482 +274.65 +271.842 +281.367 +333.529 +461.772 +636.615 +722.292 +791.147 +742.675 +676.378 +539.321 +283.369 +266.054 +250.074 +248.903 +256.325 +325.294 +548.347 +564.342 +441.109 +425.867 +316.423 +279.133 +276.907 +280.185 +293.832 +306.744 +327.529 +480.554 +666.568 +730.269 +793.624 +801.62 +665.469 +518.39 +280.258 +268.659 +247.32 +250.025 +257.254 +327.248 +545.652 +553.154 +441.183 +424.378 +329.824 +282.955 +281.112 +285.353 +295.671 +302.264 +338.479 +485.785 +659.788 +730.927 +796.02 +798.968 +666.44 +524.531 +281.749 +264.463 +254.757 +245.584 +256.944 +331.802 +543.987 +559.097 +440.602 +420.332 +333.171 +282.82 +279.359 +283.29 +292.51 +301.695 +333.245 +478.725 +663.573 +737.052 +796.788 +806.974 +670.823 +527.366 +290.89 +261.937 +254.758 +252.514 +254.691 +333.604 +555.917 +555.551 +439.69 +423.997 +312.032 +279.251 +276.868 +272.015 +290.132 +304.714 +321.745 +480.633 +661.834 +731.064 +797.202 +804.71 +667.218 +519.492 +285.715 +266.864 +243.392 +251.169 +253.235 +321.442 +550.419 +560.079 +432.677 +422.766 +319.763 +272.967 +279.015 +276.791 +287.018 +308.611 +326.513 +484.484 +666.277 +736.404 +798.616 +800.594 +667.527 +524.824 +290.442 +279.053 +249.582 +251.816 +256.528 +289.405 +447.671 +460.5 +513.894 +446.832 +340.84 +283.141 +283.461 +281.638 +275.035 +280.143 +356.006 +482.557 +635.215 +724.16 +755.445 +755.828 +693.805 +538.802 +308.187 +299.574 +262.662 +269.145 +268.616 +276.637 +426.672 +500.659 +493.97 +437.83 +380.39 +295.61 +303.319 +273.9 +263.293 +281.207 +329.052 +458.652 +630.335 +725.374 +787.875 +734.348 +679.622 +537.468 +286.536 +269.541 +245.666 +253.313 +257.154 +324.482 +551.018 +552.855 +439.318 +424.092 +324.603 +277.654 +280.659 +280.19 +287.93 +307.2 +331.262 +483.86 +661.128 +730.165 +795.278 +796.598 +664.889 +523.424 +285.069 +264.095 +250.899 +248.971 +256.466 +326.837 +546.409 +551.839 +438.58 +424.438 +326.921 +278.009 +281.822 +282.352 +290.688 +305.106 +340.188 +483.819 +664.585 +732.54 +791.219 +800.557 +666.283 +520.927 +283.837 +265.73 +246.655 +250.558 +254.882 +321.712 +548.497 +550.499 +433.7 +423.577 +326.86 +278.473 +278.625 +283.829 +289.775 +305.812 +349.375 +487.99 +661.402 +730.338 +791.158 +802.583 +664.911 +520.218 +280.331 +258.987 +246.99 +241.92 +252.208 +315.58 +529.44 +572.391 +435.793 +418.795 +312.905 +270.622 +268.806 +270.459 +282.216 +302.185 +320.504 +473.585 +658.147 +732.261 +789.315 +803.148 +673.518 +524.728 +283.45 +262.664 +250.005 +243.417 +254.295 +317.892 +531.621 +574.346 +442.194 +422.17 +314.309 +271.177 +268.232 +270.255 +282.604 +300.996 +323.45 +473.611 +657.244 +735.365 +794.969 +804.249 +667.16 +525.825 +287.768 +280.842 +251.181 +247.251 +253.775 +281.71 +433.992 +469.649 +523.757 +451.677 +336.244 +285.485 +272.522 +274.692 +272.066 +269.611 +354.503 +487.578 +620.64 +725.068 +752.814 +756.734 +692.98 +539.428 +298.97 +265.326 +267.409 +264.359 +280.466 +425.19 +525.301 +499.091 +448.807 +361.561 +290.579 +289.659 +290.236 +252.079 +261.003 +323.897 +449.857 +561.82 +727.721 +783.376 +729.237 +672.717 +523.967 +282.984 +249.733 +244.881 +248.97 +245.128 +318.485 +542.442 +602.886 +447.549 +427.594 +308.423 +272.931 +271.533 +264.748 +284.292 +304.688 +316.435 +474.253 +609.765 +730.936 +796.149 +798.39 +662.689 +513.148 +274.578 +255.613 +237.533 +248.446 +250.204 +316.184 +540.43 +600.916 +418.771 +435.286 +407.477 +366.016 +395.324 +402.186 +411.893 +421.127 +482.365 +615.995 +688.195 +833.428 +877.056 +872.72 +703.922 +512.033 +273.423 +250.349 +230.732 +234.155 +241.499 +296.471 +525.846 +597.499 +441.378 +478.326 +422.34 +361.297 +373.73 +383.39 +412.968 +432.67 +504.71 +658.366 +718.085 +854.79 +921.676 +907.215 +721.859 +573.792 +325.539 +298.347 +301.828 +300.874 +316.513 +298.035 +536.931 +596.767 +432.707 +425.633 +302.538 +258.949 +259.896 +259.806 +324.932 +354.667 +338.818 +513.614 +609.294 +730.336 +796.825 +798.393 +657.892 +512.99 +279.183 +256.253 +243.186 +238.989 +247.437 +316.321 +534.611 +579.837 +441.221 +425.948 +314.088 +269.43 +269.137 +270.054 +281.231 +298.857 +324.489 +468.451 +613.91 +732.502 +795.825 +796.246 +665.461 +524.129 +286.35 +278.568 +248.362 +251.961 +255.84 +281.991 +439.616 +469.377 +526.812 +447.727 +335.443 +287.411 +279.159 +283.744 +275.717 +274.474 +356.184 +474.924 +580.927 +730.19 +750.578 +755.155 +692.261 +538.477 +299.937 +295.019 +261.79 +259.869 +268.451 +277.781 +423.312 +510.931 +494.06 +440.19 +367.602 +291.09 +292.483 +266.755 +263.936 +275.266 +331.211 +451.727 +586.982 +724.502 +785.251 +745.011 +676.739 +537.126 +285.563 +269.056 +251.572 +249.893 +257.238 +327.046 +547.849 +571.747 +443.769 +418.929 +316.023 +275.243 +272.74 +278.025 +291.428 +304.277 +325.867 +469.384 +613.672 +736.479 +790.834 +805.327 +669.201 +523.115 +284.432 +263.21 +255.219 +246.997 +255.013 +331.262 +544.435 +568.832 +438.34 +422.91 +327.854 +277.697 +276.261 +281.823 +295.806 +301.812 +342.52 +493.996 +616.166 +731.71 +777.998 +797.85 +663.609 +512.804 +282.375 +263.233 +242.777 +245.717 +247.832 +312.658 +532.246 +571.96 +435.744 +417.348 +311.782 +258.217 +272.542 +281.792 +282.786 +285.737 +306.483 +468.251 +607.544 +724.746 +777.78 +791.719 +658.343 +512.582 +287.547 +264.469 +247.996 +244.25 +254.512 +317.141 +535.07 +578.479 +444.264 +428.236 +314.232 +272.188 +276.627 +276.585 +286.465 +306.11 +326.063 +476.377 +616.736 +732.991 +797.037 +803.382 +664.474 +524.232 +285.171 +264.823 +250.224 +248.412 +254.299 +324.916 +542.519 +563.552 +434.6 +417.939 +312.919 +269.771 +270.321 +272.766 +285.725 +301.834 +321.806 +472.263 +610.247 +728.438 +792.924 +800.806 +659.977 +520.491 +284.963 +280.02 +247.725 +248.22 +253.943 +289.743 +443.43 +457.6 +518.666 +439.963 +339.956 +289.689 +278.876 +281.406 +275.427 +275.429 +355.862 +483.859 +578.435 +723.021 +757.242 +756.402 +688.374 +537.926 +298.424 +299.683 +266.304 +261.947 +270.623 +281.497 +432.888 +506.838 +501.253 +438.035 +371.815 +295.738 +296.358 +271.268 +265.127 +276.271 +335.346 +465.949 +578.007 +713.034 +785.467 +726.301 +676.305 +534.416 +280.543 +266.582 +246.65 +246.289 +253.887 +323.989 +544.307 +559.716 +435.606 +418 +320.169 +273.574 +269.206 +274.416 +291.149 +303.666 +324.432 +464.946 +613.404 +729.018 +790.594 +798.445 +665.17 +514.352 +288.042 +266.948 +244.678 +252.958 +255.087 +319.007 +549.932 +562.646 +428.286 +421.316 +316.94 +267.144 +272.79 +274.86 +284.006 +302.42 +333.494 +486.886 +608.394 +690.117 +786.027 +789.604 +660.609 +509.311 +282.709 +262.337 +243.855 +248.453 +251.994 +319.211 +550.181 +553.936 +428.172 +420.637 +321.976 +267.934 +274.69 +276.48 +280.393 +299.679 +322.281 +470.524 +610.127 +695.419 +782.403 +792.907 +659.466 +513.97 +282.303 +259.764 +247.229 +244.64 +253.164 +315.653 +531.734 +575.159 +442.574 +420.835 +314.712 +269.051 +269.359 +269.784 +280.419 +293.942 +324.081 +470.211 +610.068 +700.751 +791.762 +798.807 +661.764 +520.835 +284.301 +262.141 +249.457 +242.809 +253.02 +313.213 +531.481 +576.548 +441.302 +422.78 +306.436 +270.342 +268.379 +269.863 +281.678 +301.18 +319.66 +463.39 +602.766 +703.151 +783.658 +802.5 +658.007 +525.596 +283.598 +279.839 +250.01 +242.3 +252.402 +288.542 +448.043 +452.859 +515.098 +445.745 +355.603 +294.367 +280.264 +280.743 +271.932 +268.398 +351.382 +471.745 +570.228 +694.29 +739.714 +753.427 +681.26 +537.236 +298.14 +293.858 +266.615 +255.63 +267.544 +278.961 +421.706 +497.978 +483.708 +442.884 +371.147 +294.649 +290.023 +266.059 +260.919 +270.308 +339.673 +476.549 +572.037 +691.511 +786.012 +735.293 +671.968 +528.13 +284.293 +264.095 +241.465 +244.94 +249.967 +318.034 +542.934 +550.526 +429.905 +427.986 +336.592 +270.205 +271.511 +273.078 +283.705 +300.073 +337.195 +484.114 +594.196 +692.325 +779.245 +793.231 +657.968 +512.835 +283.014 +260.245 +247.003 +243.551 +250.889 +314.396 +533.947 +571.717 +430.212 +423.133 +320.721 +268.845 +271.081 +272.163 +285.832 +309.91 +326.154 +476.375 +604.491 +711.724 +793.094 +802.723 +670.236 +516.403 +288.314 +268.811 +250.573 +251.01 +255.578 +327.578 +544.207 +552.095 +433.105 +427.812 +331.699 +271.392 +273.402 +277.578 +287.384 +300.615 +338.067 +474.229 +602.487 +687.314 +783.186 +790.709 +664.092 +518.242 +279.581 +263.383 +245.581 +245.902 +252.473 +323.166 +540.449 +553.566 +432.577 +428.512 +343.049 +277.92 +280.712 +278.86 +283.175 +296.636 +355.753 +500.068 +593.272 +695.173 +794.097 +793.281 +653.394 +517.596 +278.703 +260.526 +248.265 +240.846 +249.974 +315.926 +528.965 +542.548 +419.847 +420.266 +322.531 +291.38 +301.692 +312.589 +325.216 +325.991 +375.829 +506.283 +619.802 +716.344 +832.286 +822.498 +661.894 +503.325 +271.287 +254.487 +235.886 +229.785 +243.724 +283.667 +438.349 +438.012 +501.922 +489.264 +385.199 +324.143 +317.198 +327.037 +334.003 +321.878 +412.84 +509.502 +601.646 +724.441 +776.682 +777.507 +677.121 +514.261 +291.512 +296.986 +252.119 +258.189 +267.196 +273.807 +411.118 +487.831 +479.115 +431.605 +371.851 +278.777 +289.351 +263.613 +274.709 +290.813 +376.61 +486.526 +567.181 +694.049 +796.224 +738.557 +668.191 +530.614 +282.355 +263.762 +242.564 +248.758 +251.261 +309.476 +530.887 +573.596 +434.581 +416.73 +309.875 +266.99 +268.545 +268.974 +280.461 +299.985 +326.221 +469.889 +607.544 +704.07 +787.427 +797.371 +665.537 +516.78 +285.035 +265.911 +252.357 +246.528 +254.684 +319.818 +531.475 +559.012 +437.146 +420.424 +311.348 +269.666 +267.575 +270.437 +282.055 +297.523 +336.104 +487.623 +599.8 +689.148 +785.212 +792.969 +656.839 +515.432 +277.297 +264.274 +244.701 +241.353 +250.494 +317.37 +529.632 +565.746 +443.424 +420.345 +309.488 +270.793 +265.867 +269.197 +282.999 +299.79 +324.857 +468.437 +595.785 +697.211 +784.846 +794.861 +664.069 +518.492 +287.733 +257.972 +248.693 +251.8 +249.325 +313.801 +536.257 +549.828 +438.007 +425.135 +315.555 +271.937 +271.286 +263.922 +283.53 +300.243 +318.045 +468.524 +601.093 +679.284 +778.073 +785.792 +658.123 +512.452 +284.213 +262.154 +241.836 +247.986 +252.822 +312.989 +532.818 +567.283 +441.953 +423.51 +314.572 +271.158 +272.699 +273.779 +281.193 +305.011 +325.383 +468.426 +586.467 +688.127 +779.343 +792.682 +661.499 +518.359 +291.69 +284.752 +246.848 +248.445 +254.925 +284.04 +435.268 +464.254 +514.812 +449.366 +329.382 +285.178 +274.102 +274.43 +271.835 +275.752 +355.305 +478.692 +574.71 +693.431 +751.541 +753.737 +687.079 +533.327 +299.314 +300.119 +268.639 +265.788 +274.048 +281.237 +425.271 +503.828 +491.547 +438.399 +369.793 +294.986 +296.329 +268.517 +263.805 +275.92 +330.893 +448.07 +574.129 +663.164 +777.821 +727.656 +665.725 +528.543 +278.635 +264.988 +248.547 +244.339 +250.757 +321.137 +538.496 +543.767 +430.349 +418.689 +318.716 +271.582 +268.752 +272.028 +285.464 +295.925 +325.148 +473.1 +598.947 +684.013 +776.441 +787.487 +658.034 +516.405 +282.141 +261.789 +242.953 +248.713 +249.378 +313.266 +533.58 +556.673 +431.439 +418.92 +313.661 +268.869 +270.855 +266.552 +279.333 +291.078 +319.473 +479.79 +598.075 +682.814 +786.888 +793.254 +654.307 +515.673 +278.185 +261.958 +244.352 +243.887 +250.627 +310.775 +527.314 +556.106 +432.553 +434.647 +339.317 +269.409 +263.764 +265.549 +301.653 +318.224 +377.845 +520.187 +593.018 +686.429 +794.429 +793.515 +654.338 +505.31 +268.576 +254.101 +239.915 +235.42 +244.897 +310.203 +531.186 +549.131 +421.244 +414.709 +314.599 +268.581 +273.259 +264.071 +274.948 +291.816 +357.547 +493.526 +591.556 +680.607 +794.991 +797.282 +657.228 +509.618 +278.6 +259.592 +243.724 +236.811 +248.449 +309.862 +500.542 +548.296 +437.073 +436.273 +342.681 +267.159 +259.133 +272.934 +275.143 +296.425 +351.348 +490.332 +592.002 +676.191 +794.154 +794.515 +653.135 +510.334 +279.668 +272.874 +243.316 +242.458 +249.561 +275.486 +399.76 +454.902 +521.274 +469.875 +372.466 +288.818 +272.184 +272.753 +278.061 +278.543 +402.824 +498.757 +556.133 +664.607 +756.945 +740.835 +675.339 +518.985 +301.6 +292.705 +253.951 +263.235 +264.045 +271.032 +391.17 +479.288 +474.874 +453.393 +388.528 +277.431 +296.914 +285.728 +261.01 +280.541 +351.413 +455.603 +584.027 +671.06 +776.84 +727.53 +652.899 +525.96 +280.461 +263.461 +240.718 +245.421 +247.922 +313.68 +512.121 +548.318 +438.298 +442.353 +347.514 +275.027 +279.677 +282.287 +284.678 +297.98 +350.456 +500.427 +609.308 +685.615 +794.022 +783.411 +653.474 +508.252 +280.214 +260.866 +244.761 +242.139 +250.395 +309.854 +502.389 +563.904 +435.051 +418.329 +317.215 +268.42 +266.661 +268.033 +279.867 +297.494 +326.03 +480.304 +600.769 +679.515 +789.147 +788.392 +653.311 +513.582 +280.438 +262.474 +248.112 +240.1 +250.968 +312.773 +500.74 +548.6 +433.238 +434.004 +336.278 +267.758 +259.656 +270.618 +294.483 +296.274 +342.197 +478.018 +588.606 +689.357 +771.646 +786.653 +649.333 +500.654 +277.359 +258.747 +244.205 +242.258 +247.992 +315.177 +498.974 +556.122 +424.787 +417.934 +299.572 +266.502 +256.199 +258.317 +273.472 +291.343 +302.944 +451.638 +603.751 +691.085 +776.773 +786.86 +651.349 +498.085 +282.864 +264.319 +242.714 +250.255 +251.644 +310.271 +505.29 +555.288 +422.965 +424.929 +306.43 +266.894 +269.99 +269.272 +278.898 +303.215 +322.196 +459.32 +598.743 +685.749 +784.558 +797.799 +648.516 +509.748 +289.04 +278.267 +248.233 +246.605 +253.176 +277.516 +409.68 +461.374 +513.603 +448.127 +330.727 +279.058 +268.045 +263.819 +258.607 +270.568 +343.368 +468.242 +556.41 +673.845 +739.616 +749.236 +674.753 +529.33 +299.453 +292.573 +263.855 +256.318 +266.611 +276.749 +392.574 +490.448 +475.769 +440.309 +369.251 +287.938 +285.666 +258.391 +249.008 +259.33 +346.124 +456.186 +554.313 +664.734 +784.201 +728.293 +663.057 +528.365 +279.987 +259.224 +248.026 +238.539 +249.139 +321.118 +501.639 +556.478 +433.904 +433.246 +337.852 +265.488 +260.125 +260.456 +272.382 +283.443 +333.134 +493.052 +589.724 +682.576 +792.721 +782.864 +646.675 +496.172 +278.677 +257.516 +237.203 +246.959 +248.284 +303.653 +502.301 +550.018 +423.976 +405.885 +322.354 +269.633 +273.328 +267.11 +275.128 +297.198 +336.308 +450.268 +586.669 +679.426 +781.899 +779.798 +644.553 +495.927 +278.082 +262.51 +241.849 +246.737 +250.949 +305.303 +496.559 +550.639 +427.766 +421.295 +306.467 +265.514 +258.554 +267.816 +287.938 +295.913 +323.595 +492.45 +584.479 +676.784 +789.649 +781.108 +645.828 +500.001 +277.17 +260.969 +241.264 +241.406 +248.788 +311.892 +490.175 +551.35 +429.619 +421.532 +324.991 +255.537 +255.677 +273.425 +291.397 +305.367 +359.931 +494.682 +584.563 +680.543 +784.699 +793.121 +642.107 +499.498 +270.834 +262.847 +242.501 +233.05 +243.061 +311.045 +497.906 +543.055 +421.96 +410.972 +338.404 +269.479 +280.228 +293.4 +285.822 +296.169 +350.537 +487.739 +590.607 +672.088 +781.802 +785.109 +638.765 +511.026 +276.22 +279.584 +244.624 +238.805 +250.776 +277.878 +394.764 +458.13 +511.61 +462.982 +354.437 +278.109 +265.542 +271.206 +268.745 +265.323 +375.749 +489.776 +562.267 +681.051 +752.372 +749.766 +677.067 +523.884 +293.772 +292.171 +254.544 +256.932 +264.751 +270.618 +387.114 +482.448 +478.014 +441.08 +380.251 +276.092 +282 +253.366 +247.412 +272.31 +365.566 +486.219 +568.054 +683.185 +788.813 +725.343 +652.721 +522.875 +278.042 +259.203 +240.161 +241.724 +248.252 +304.04 +489.812 +553.836 +431.978 +437.689 +333.323 +269.954 +268.413 +265.348 +271.156 +297.593 +355.383 +490.744 +577.155 +682.595 +786.388 +788.613 +652.817 +495.244 +280.984 +256.242 +240.008 +242.829 +245.855 +303.548 +493.545 +542.016 +422.435 +409.047 +304.822 +278.21 +286.147 +287.739 +297.868 +319.584 +359.245 +487.201 +600.632 +714.409 +809.199 +818.072 +650.489 +500.354 +266.886 +254.483 +239.399 +238.405 +244.884 +310.177 +500.032 +539.447 +418.266 +475.333 +415.539 +357.745 +360.211 +392.475 +414.625 +438.461 +519.6 +648.231 +603.143 +737.078 +818.554 +844.238 +695.78 +534.392 +299.543 +281.942 +241.432 +233.952 +238.191 +296.962 +504.889 +540.43 +429.04 +424.606 +311.354 +265.055 +268.432 +266.964 +278.313 +300.077 +324.253 +452.337 +595.843 +691.178 +782.745 +782.879 +643.363 +498.095 +288.107 +263.927 +248.188 +246.536 +253.61 +309.909 +508.016 +559.62 +424.565 +422.857 +309.392 +265.012 +268.253 +267.06 +277.896 +293.961 +324.124 +470.479 +586.719 +679.011 +791.813 +787.018 +644.487 +498.724 +281.55 +282.424 +243.726 +243.376 +251.865 +277.112 +398.609 +450.286 +502.883 +470.513 +412.217 +323.659 +330.952 +350.854 +349.579 +367.379 +507.865 +622.991 +642.995 +763.259 +847.753 +816.156 +754.54 +577.096 +339.191 +320.049 +281.912 +279.931 +287.697 +294.62 +412.587 +501.686 +483.003 +475.442 +453.051 +348.476 +381.083 +379.109 +396.453 +423.137 +538.593 +518.103 +635.46 +694.287 +798.033 +738.458 +659.705 +518.189 +274.53 +257.154 +234.05 +243.738 +253.356 +310.348 +493.2 +540.021 +420.703 +419.661 +349.319 +274.485 +282.863 +290.034 +297.775 +322.425 +390.835 +530.718 +609.593 +696.314 +809.126 +794.559 +649.158 +500.062 +270.969 +257.422 +235.138 +250.391 +246.565 +309.131 +494.818 +538.327 +409.542 +438.518 +350.619 +291.56 +305.619 +322.001 +340.99 +392.811 +455.131 +573.163 +645.574 +762.091 +861.521 +860.96 +701.591 +532.733 +300.314 +266.792 +249.532 +235.636 +250.44 +303.257 +537.149 +597.656 +469.799 +477.862 +367.642 +268.738 +279.794 +293.129 +304.858 +325.453 +369.704 +447.654 +576.16 +696.081 +779.922 +789.302 +645.081 +495.621 +273.674 +261.859 +242.019 +242.005 +249.969 +306.779 +496.709 +544.157 +430.753 +415.138 +307.051 +267.113 +263.947 +263.381 +270.515 +286.64 +323.951 +449.434 +582.268 +665.548 +768.628 +773.41 +639.126 +497.95 +275.797 +265.483 +244.311 +240.679 +250.76 +313.864 +495.546 +547.58 +423.402 +421.602 +335.887 +265.429 +254.175 +265.113 +281.228 +297.835 +345.512 +487.777 +581.316 +682.572 +782.066 +786.484 +642.447 +497.888 +286.453 +268.002 +245.852 +247.182 +243.834 +277.087 +393.848 +447.358 +502.035 +454.641 +372.625 +289.818 +293.07 +294.285 +314.918 +323.369 +449.758 +546.112 +581.852 +703.317 +794.925 +812.139 +735.598 +558.144 +298.603 +282.328 +247.402 +246.513 +251.424 +269.059 +371.589 +487.414 +458.7 +477.5 +417.058 +299.843 +321.294 +290.129 +292.094 +313.781 +414.559 +502.682 +568.909 +677.481 +751.474 +731.25 +652.457 +512.223 +272.24 +251.95 +240.419 +241.007 +249.591 +309.547 +488.473 +552.188 +422.824 +433.65 +328.83 +266.672 +266.085 +274.859 +291.285 +320.621 +395.634 +544.635 +609.275 +714.52 +776.825 +798.697 +650.922 +497.64 +274.994 +258.685 +241.313 +243.973 +246.771 +308.232 +485.42 +542.962 +431.784 +478.531 +401.295 +321.705 +329.628 +341.841 +376.02 +404.134 +483.083 +606.441 +685.195 +799.764 +884.611 +900.806 +756.423 +621.795 +394.465 +372.076 +313.746 +273.081 +307.243 +372.23 +555.223 +596.106 +437.576 +452.23 +317.906 +265.065 +264.734 +265.981 +280.034 +294.915 +328.03 +453.631 +588.108 +679.906 +749.191 +786.665 +646.481 +490.816 +273.256 +252.434 +238.175 +241.708 +243.506 +305.149 +500.589 +546.315 +412.88 +411.602 +335.682 +298.217 +299.885 +303.061 +310.775 +319.097 +338.284 +455.226 +576.054 +675.195 +749.906 +787.867 +646.048 +497.542 +267.763 +248.305 +241.231 +234.908 +243.399 +307.089 +493.391 +534.244 +412.923 +448.843 +393.84 +313.258 +314.597 +319.798 +350.047 +369.739 +459.269 +595.96 +669.625 +775.543 +845.014 +814.657 +663.075 +502.418 +282.29 +280.81 +245.972 +246.227 +245.71 +274.674 +395.338 +453.755 +503.066 +501.521 +420.884 +327.87 +325.943 +340.481 +334.809 +344.416 +481.412 +593.353 +624.23 +732.276 +780.074 +770.953 +696.374 +523.29 +293.143 +282.843 +251.711 +249.991 +272.247 +280.787 +404.593 +519.918 +499.881 +469.369 +382.503 +273.622 +274.574 +253.223 +248.455 +254.359 +323.938 +442.441 +566.886 +690.629 +781.854 +753.473 +688.813 +539.428 +329.45 +327.772 +310.678 +274.366 +290.169 +341.172 +538.055 +640.656 +499.202 +449.825 +387.596 +312.101 +299.332 +289.652 +284.348 +296.102 +393.959 +478.911 +575.093 +672.925 +741.431 +790.081 +643.377 +491.068 +274.088 +251.068 +240.844 +239.867 +247.025 +307.258 +504.657 +544.215 +413.246 +414.431 +337.559 +305.429 +310.749 +305.345 +313.479 +339.702 +419.909 +554.351 +619.21 +708.721 +770.801 +793.373 +643.391 +490.083 +270.187 +250.483 +232.003 +229.735 +236.5 +304.223 +480.992 +580.003 +464.006 +487.666 +397.926 +314.175 +321.9 +333.009 +348.63 +378.056 +473.777 +609.99 +683.964 +790.167 +866.943 +872.099 +726.912 +567.73 +328.217 +303.729 +279.981 +277.408 +272.174 +316.349 +509.303 +577.406 +449.353 +464.773 +376.326 +325.551 +334.811 +355.348 +380.749 +427.394 +533.416 +688.194 +750.381 +876.876 +943.097 +968.646 +810.959 +642.886 +393.892 +397 +366.801 +358.577 +362.433 +395.603 +590.535 +679.313 +543.613 +610.541 +518.725 +392.288 +400.353 +414.063 +422.144 +434.798 +507.137 +599.876 +671.783 +772.856 +862.803 +883.694 +730.84 +569.594 +325.569 +313.379 +266.897 +251.502 +245.619 +275.624 +393.103 +439.005 +495.098 +437.178 +330.259 +283.064 +293.041 +300.584 +298.779 +314.791 +446.669 +549.024 +584.445 +719.512 +746.326 +750.549 +678.431 +513.747 +294.564 +287.933 +256.393 +256.141 +257.891 +271.795 +379.004 +483.227 +477.404 +445.737 +390.378 +307.5 +313.343 +288.03 +298.9 +334.418 +430.77 +545.759 +592.645 +718.939 +814.15 +775.976 +696.162 +542.308 +304.704 +287.874 +270.712 +257.283 +237.197 +298.581 +482.688 +532.942 +408.767 +417.038 +312.867 +268.872 +266.859 +278.09 +301.294 +319.556 +400.327 +538.479 +619.396 +721.881 +772.167 +798.02 +656.046 +494.533 +280.187 +262.209 +240.683 +240.543 +249.462 +306.182 +486.546 +553.286 +420.139 +446.367 +369.26 +308.76 +320.743 +319.991 +353.781 +383.843 +475.878 +627.131 +692.592 +807.655 +874.345 +874.556 +702.258 +512.723 +276.678 +253.483 +234.373 +232.184 +234.185 +292.579 +493.189 +559.852 +452.673 +465.954 +384.687 +335.729 +346.211 +318.961 +333.804 +361.192 +435.043 +552.053 +633.656 +811.827 +892.136 +928.861 +768.305 +612.84 +370.445 +333.678 +300.046 +291.522 +300.281 +361.791 +549.585 +644.024 +533.502 +514.451 +418.017 +344.597 +338.495 +353.986 +367.227 +349.587 +469.633 +567.616 +647.751 +766.895 +817.736 +863.182 +681.248 +502.336 +276.354 +248.881 +234.21 +230.213 +251.323 +312.001 +496.445 +531.744 +412.076 +435.463 +367.152 +285.895 +296.503 +305.109 +304.937 +319.316 +388.541 +542.037 +600.229 +735.075 +800.137 +830.597 +648.459 +497.813 +280.393 +282.724 +240.728 +241.296 +248.632 +271.207 +399.275 +461.391 +504.154 +472.603 +382.539 +308.317 +316.038 +334.979 +329.819 +346.742 +478.544 +602.537 +652.581 +807.402 +827.229 +837.331 +742.334 +556.076 +314.14 +293.577 +280.99 +293.06 +285.953 +292.871 +414.621 +535.005 +532.17 +589.439 +562.898 +416.276 +418.829 +399.468 +401.449 +431.11 +561.891 +683.069 +711.995 +872.857 +915.004 +885.738 +803.061 +638.17 +423.217 +414.765 +396.642 +385.283 +390.484 +422.599 +633.031 +725.016 +572.146 +658.174 +570.124 +433.251 +447.462 +455.993 +483.231 +503.719 +632.748 +715.877 +734.199 +897.802 +1003.14 +976.419 +773.278 +575.7 +317.333 +259.796 +241.287 +238.827 +250.714 +311.593 +495.275 +551.273 +426.128 +412.41 +302.966 +268.345 +266.118 +267.573 +276.894 +297.627 +317.152 +463.52 +563.319 +667.419 +737.179 +775.916 +628.823 +491.12 +278.353 +259.859 +249.329 +237.742 +249.62 +307.093 +486.063 +553.095 +433.218 +431.598 +328.561 +261.84 +248.416 +250.758 +279.964 +307.362 +371.556 +526.89 +620.953 +708.834 +767.907 +780.689 +642.382 +490.432 +276.416 +252.768 +244.726 +245.154 +241.064 +308.569 +486.831 +531.957 +419.825 +440.557 +354.292 +294.067 +298.225 +292.32 +319.877 +332.09 +401.496 +524.128 +606.745 +720.593 +796.494 +813.281 +647.569 +497.475 +276.913 +251.287 +236.194 +236.96 +242.376 +306.253 +485.82 +535.859 +448.442 +472.609 +374.123 +311.899 +332.106 +330.207 +375.961 +410.997 +501.285 +606.878 +692.939 +830.524 +899.995 +928.564 +767.504 +613.811 +393.592 +371.81 +323.953 +318.654 +347.875 +359.967 +487.178 +592.239 +632.025 +654.665 +542.977 +418.473 +443.288 +440.822 +438.923 +447.758 +655.072 +802.534 +771.078 +966.509 +991.383 +1037.31 +935.76 +746.573 +514.124 +504.898 +447.664 +459.176 +460.594 +468.998 +601.611 +667.655 +615.373 +700.931 +600.581 +448.354 +457.611 +430.936 +433.271 +454.031 +546.724 +673.018 +694.148 +832.607 +954.339 +904.165 +812.215 +642.103 +388.563 +349.276 +318.102 +310.215 +303.602 +352.849 +546.05 +600.121 +472.116 +491.899 +378.196 +338.311 +367.806 +378.084 +396.469 +426.746 +527.683 +664.047 +708.482 +834.752 +889.162 +913.347 +764.46 +594.697 +344.831 +285.001 +266.639 +237.946 +240.365 +313.777 +499.258 +591.963 +502.041 +552.547 +484.205 +390.702 +394.636 +402.394 +421.509 +446.346 +571.472 +710.918 +748.889 +895.408 +958.109 +952.931 +789.127 +621.172 +375.258 +335.839 +321.461 +311.675 +321.977 +377.323 +565.312 +654.879 +520.902 +541.776 +433.775 +362.915 +351.421 +345.835 +390.638 +430.358 +543.819 +693.988 +716.491 +838.444 +951.104 +956.439 +762.4 +578.001 +316.776 +269.108 +239.559 +238.975 +249.811 +308.067 +504.274 +537.165 +417.198 +475.88 +389.423 +305.828 +309.656 +334.237 +344.804 +375.039 +459.627 +599.84 +655.771 +771.206 +846.881 +853.773 +696.249 +539.903 +287.529 +272.823 +251.993 +262.781 +243.225 +304.368 +498.367 +554.897 +428.383 +457.574 +377.284 +294.093 +297.566 +304.827 +323.277 +355.805 +444.877 +601.064 +659.19 +763.063 +826.801 +842.622 +684.151 +505.342 +285.791 +271.406 +245.22 +242.074 +242.895 +274.143 +400.581 +449.606 +511.113 +515.729 +430.659 +332.623 +337.943 +362.684 +357.954 +383.13 +515.348 +643.495 +674.155 +798.154 +838.189 +816.294 +707.671 +560.42 +314.774 +293.581 +254.287 +264.662 +265.725 +272.582 +372.589 +482.345 +501.193 +533.281 +517.024 +389.441 +407.119 +392.012 +400.947 +423.829 +568.947 +691.982 +721.66 +877.448 +977.117 +910.024 +829.164 +663.636 +410.181 +384.638 +359.669 +352.916 +352.345 +404.473 +601.684 +669.999 +534.918 +581.184 +473.929 +386.102 +398.68 +424.49 +458.758 +483.518 +629.281 +752.599 +749.233 +918.744 +1031.9 +1036.43 +890.773 +713.433 +440.696 +408.711 +389.721 +363.394 +381.995 +445.245 +645.434 +757.266 +603.661 +681.571 +591.227 +455.27 +477.276 +506.371 +495.712 +512.081 +664.807 +794.081 +808.918 +975.635 +1140.47 +1121.17 +915.662 +716.453 +430.428 +376.319 +343.958 +329.031 +312.913 +354.507 +544.402 +618.445 +490.131 +533.789 +485.377 +376.1 +376.331 +390.322 +427.613 +467.32 +571.6 +710.042 +709.723 +869.144 +958.372 +985.603 +816.399 +654.908 +412.951 +372.209 +345.982 +328.206 +353.905 +407.566 +611.947 +694.272 +547.225 +611.497 +527.05 +406.941 +417.122 +424.915 +444.167 +474.818 +619.353 +705.247 +753.139 +941.101 +1030.16 +1017.41 +849.908 +658.307 +413.854 +368.121 +317.872 +309.179 +302.112 +331.416 +540.88 +633.483 +489.827 +529.019 +442.89 +330.736 +336.251 +350.075 +365.622 +422.618 +519.358 +639.872 +697.997 +815.499 +869.888 +872.416 +713.101 +556.313 +328.551 +325.272 +278.525 +259.8 +250.025 +265.581 +412.649 +533.189 +578.79 +552.255 +472.148 +364.183 +369.211 +381.88 +399.405 +412.568 +541.16 +674.245 +660.811 +805.309 +868.033 +891.809 +801.21 +623.521 +388.44 +384.428 +369.346 +364.592 +376.854 +383.841 +500.46 +585.759 +551.514 +565.5 +508.169 +351.686 +367.074 +364.028 +403.647 +424.819 +556.095 +672.153 +695.844 +847.026 +897.854 +845.706 +734.816 +531.41 +313.224 +262.546 +244.974 +253.619 +249.173 +308.869 +499.843 +576.306 +497.363 +530.352 +469.426 +363.47 +381.725 +391.729 +413.35 +452.685 +567.056 +691.11 +741.08 +914.111 +911.81 +932.096 +772.809 +604.032 +363.928 +322.697 +285.142 +273.359 +268.499 +319.632 +521.945 +639.746 +539.587 +560.877 +492.915 +384.894 +387.446 +399.468 +431.604 +451.823 +581.895 +692.326 +722.913 +870.093 +972.074 +983.966 +830.818 +641.885 +410.625 +383.117 +350.703 +328.618 +331.401 +391.092 +576.009 +644.505 +506.085 +561.006 +506.966 +404.856 +407.593 +402.877 +416.322 +453.5 +614.046 +739.954 +744.74 +915.555 +960.602 +962.824 +769.856 +588.937 +334.593 +292.622 +255.051 +233.952 +241.547 +307.952 +493.927 +539.423 +436.629 +488.538 +393.086 +313.4 +320.197 +317.454 +355.444 +377.811 +467.793 +609.886 +698.644 +798.601 +851.995 +885.866 +701.015 +514.049 +284.138 +258.259 +237.212 +246.876 +248.982 +304.598 +496.186 +552.4 +459.401 +507.825 +421.547 +331.243 +351.901 +364.588 +372.858 +420.549 +486.629 +592.442 +661.778 +794.647 +885.318 +908.541 +752.753 +603.838 +368.847 +356.113 +343.676 +350.471 +324.461 +343.607 +484.437 +560.651 +618.57 +602.034 +527.061 +401.338 +388.592 +411.597 +445.958 +456.288 +617.428 +728.498 +754.395 +913.823 +889.019 +906.319 +805.787 +608.19 +381.45 +365.448 +324.603 +264.389 +283.546 +292.472 +418.823 +558.692 +545.064 +596.874 +550.823 +401.585 +414.828 +377.955 +398.561 +417.039 +523.078 +597.233 +648.93 +798.76 +900.899 +853.845 +746.619 +572.237 +330.079 +288.054 +245.695 +241.05 +241.829 +306.675 +489.365 +604.196 +525.581 +564.708 +496.884 +400.834 +400.886 +408.915 +428.744 +464.566 +582.963 +726.033 +781.089 +942.645 +947.036 +975.553 +834.817 +655.639 +401.626 +358.283 +329.969 +322.302 +343.306 +396.31 +596.17 +677.824 +543.006 +579.282 +525.606 +409.284 +424.858 +445.992 +465.624 +488.277 +608.55 +757.654 +804.19 +981.844 +1002.17 +946.682 +774.328 +582.57 +343.755 +303.964 +264.226 +236.769 +243.864 +315.964 +497.026 +586.43 +471.144 +505.594 +437.875 +350.064 +356.776 +358.723 +369.966 +405.465 +492.818 +598.996 +654.378 +790.784 +872.386 +869.559 +715.486 +556.001 +302.675 +267.327 +253.298 +231.66 +250.473 +308.208 +499.666 +559.985 +490.875 +542.315 +456.026 +358.272 +374.425 +395.492 +409.604 +438.629 +547.896 +693.593 +755.639 +876.029 +932.096 +934.092 +764.198 +607.968 +352.834 +319.268 +302.54 +260.765 +266.801 +304.777 +504.382 +613.889 +520.781 +573.498 +500.13 +400.174 +398.665 +416.373 +446.564 +476.508 +590.991 +707.305 +764.485 +919.984 +991.322 +998.442 +838.566 +667.918 +427.337 +426.522 +392.054 +387.687 +405.233 +416.716 +542.768 +613.001 +643.433 +650.02 +520.291 +418.687 +412.383 +454.805 +520.719 +525.516 +700.44 +743.993 +745.299 +949.37 +987.528 +1050.85 +949.375 +749.246 +527.839 +510.42 +473.227 +476.045 +469.599 +474.868 +611.915 +685.233 +607.943 +709.666 +701.395 +472.782 +484.762 +435.992 +452.641 +472.62 +675.588 +735.078 +749.627 +924.74 +1044.38 +1001.07 +933.893 +762.01 +504.752 +475.142 +457.975 +457.967 +457.279 +493.391 +685.605 +773.653 +605.59 +655.089 +550.01 +422.17 +436.066 +450.876 +475.33 +465.555 +591.454 +705.122 +786.451 +971.791 +1030.01 +1054.57 +891.098 +671.492 +406.451 +381.116 +348.295 +329.947 +332.367 +363.818 +573.692 +696.752 +549.45 +646.913 +522.82 +408.593 +404.709 +421.082 +445.753 +472.128 +642.182 +745.239 +786.532 +957.76 +1022.92 +1037.95 +880.093 +686.831 +446.804 +419.457 +402.922 +406.773 +410.298 +450.719 +649.43 +733.946 +578.546 +625.913 +554.37 +426.955 +455.937 +476.737 +515.069 +550.145 +690.861 +781.125 +794.529 +993.465 +1096.39 +1116.11 +958.82 +774.686 +531.725 +504.303 +480.969 +480.338 +481.819 +532.442 +745.631 +780.987 +580.525 +672.135 +591.719 +461.51 +470.039 +502.766 +528.708 +523.189 +685.914 +756.827 +795.75 +993.457 +1090.42 +1135.45 +968.863 +800.236 +571.333 +572.147 +564.026 +562.853 +532.692 +575.881 +775.753 +801.87 +591.5 +691.946 +611.828 +456.123 +467.385 +489.196 +512.801 +519.669 +644.172 +785.685 +789.998 +984.992 +1104.55 +1132.94 +937.052 +778.338 +527.686 +496.366 +461.334 +454.803 +444.183 +433.895 +560.699 +629.44 +646.115 +581.33 +511.476 +417.656 +389.262 +374.15 +385.625 +391.58 +561.434 +669.37 +702.477 +851.558 +909.85 +941.001 +859.579 +659.191 +434.206 +426.954 +397.116 +388.383 +372.603 +368.387 +467.079 +574.492 +531.331 +565.463 +508.156 +386.304 +403.91 +385.88 +375.134 +421.199 +548.765 +623.276 +689.982 +858.822 +965.868 +918.952 +826.449 +657.579 +375.799 +341.682 +307.811 +297.582 +283.214 +330.198 +516.884 +617.345 +505.152 +560.958 +502.097 +399.686 +398.188 +407.623 +435.874 +445.646 +581.502 +686.931 +737.323 +884.751 +942.891 +968.989 +812.897 +620.477 +372.926 +327.893 +283.468 +262.422 +254.109 +304.399 +512.812 +580.936 +504.211 +541.001 +488.396 +392.15 +392.665 +407.901 +433.568 +458.343 +582.169 +692.694 +763.009 +926.154 +997.093 +1008.32 +851.844 +659.903 +418.43 +399.719 +374.749 +348.554 +355.366 +398.149 +595.243 +663.809 +528.705 +573.913 +513.871 +419.912 +421.466 +431.859 +461.214 +486.809 +635.188 +717.916 +741.426 +900.297 +1021.27 +1032.53 +876.605 +693.794 +446.409 +400.096 +412.395 +400.308 +391.128 +429.875 +631.886 +714.026 +570.827 +615.52 +524.252 +425.288 +441.438 +466.369 +473.657 +479.432 +622.425 +745.437 +781.938 +894.545 +1007.64 +1016.09 +853.688 +676.799 +431.987 +413.232 +392.043 +369.164 +377.705 +427.056 +628.452 +705.682 +545.139 +556.894 +462.423 +390.849 +380.421 +390.513 +431.343 +443.459 +574.589 +682.819 +743.651 +918.936 +1000.13 +1035.3 +871.961 +691.999 +454.228 +443.014 +425.655 +415.623 +431.054 +422.739 +548.724 +632.847 +633.132 +621.755 +523.511 +454.675 +431.612 +438.561 +450.207 +460.734 +627.582 +711.675 +752.359 +920.348 +988.74 +1005.48 +887.147 +661.344 +445.267 +413.798 +385.416 +417.838 +377.709 +391.204 +492.584 +572.875 +555.197 +619.31 +578.597 +419.687 +446.646 +421.585 +418.191 +428.514 +580.864 +683.76 +721.134 +902.607 +1031.97 +953.481 +846.612 +665.785 +403.425 +371.656 +353.839 +333.978 +327.059 +374.101 +557.754 +645.461 +541.859 +595.654 +508.032 +398.77 +398.952 +412.012 +439.468 +463.034 +600.287 +742.518 +784.032 +962.122 +1051.36 +1074.79 +878.458 +661.643 +397.496 +355.244 +286.585 +248.424 +272.239 +309.506 +509.989 +541.675 +459.945 +516.097 +452.186 +339.222 +357.258 +372.492 +386.562 +420.608 +520.805 +634.522 +691.356 +796.141 +887.455 +870.861 +729.377 +553.399 +314.372 +265.285 +238.326 +236.666 +253.399 +304.566 +503.428 +573.135 +483.972 +527.874 +436.497 +332.379 +345.331 +380.424 +390.648 +405.804 +520.203 +638.285 +698.684 +815.452 +876.014 +872.741 +713.463 +522.958 +282.342 +263.159 +242.768 +242.212 +244.333 +302.21 +493.973 +534.389 +459.93 +524.495 +458.173 +380.397 +385.101 +398.218 +417.705 +446.112 +548.738 +678.154 +733.901 +859.787 +921.096 +918.13 +740.762 +544.195 +304.047 +264.028 +240.61 +237.305 +250.741 +305.055 +497.629 +552.471 +488.341 +566.335 +497.566 +388.266 +398.471 +409.642 +431.231 +453.894 +574.343 +705.55 +755.013 +908.468 +985.404 +939.32 +785.635 +603.253 +365.611 +347.394 +303.655 +283.254 +284.444 +299.192 +437.359 +524.058 +590.786 +641.582 +560.758 +421.143 +425.589 +425.321 +442.489 +448.134 +593.31 +683.173 +706.221 +870.24 +929.148 +912.6 +825.725 +630.72 +414.453 +395.937 +355.946 +355.529 +351.223 +350.781 +468.371 +556.806 +528.617 +601.025 +580.567 +424.649 +435.861 +417.11 +406.821 +451.266 +583.57 +700.073 +699.149 +869.45 +1004.68 +943.751 +849.183 +680.007 +434.537 +414.04 +384.761 +374.711 +377.318 +418.825 +623.06 +684.119 +537.596 +568.159 +477.252 +386.281 +397.5 +396.271 +404.863 +454.142 +592.491 +700.504 +739.368 +921.726 +1048.5 +1047.04 +862.992 +666.637 +428.445 +405.998 +394.611 +391.286 +389.219 +432.598 +613.675 +685.16 +528.054 +578.553 +508.183 +401.34 +402.87 +411.237 +429.648 +456.806 +581.007 +715.957 +754.137 +898.416 +992.344 +943.55 +810.325 +621.364 +374.949 +338.124 +295.959 +289.082 +292.172 +303.628 +532.487 +613.112 +510.998 +574.556 +523 +412.878 +422.671 +439.711 +464.315 +487.365 +619.113 +713.062 +768.261 +920.004 +1030.36 +994.309 +802.231 +614.515 +363.117 +338.18 +293.427 +288.835 +291.587 +337.434 +530.43 +647.697 +525.052 +621.42 +560.465 +442.61 +468.415 +447.421 +483.925 +505.813 +638.296 +737.574 +793.674 +937.316 +1060.76 +1049.27 +900.19 +758.931 +520.04 +441.506 +373.901 +340.298 +341.34 +364.598 +557.422 +626.457 +483.059 +518.697 +454.342 +359.479 +373.454 +393.384 +424.192 +451.522 +559.97 +671.501 +719.129 +821.526 +931.423 +899.962 +741.693 +555.449 +308.78 +283.218 +248.793 +243.332 +243.175 +279.634 +405.737 +453.456 +535.165 +537.005 +471.47 +360.193 +377.501 +391.3 +407.532 +422.489 +567.831 +687.348 +686.808 +777.766 +839.493 +800.589 +703.225 +522.432 +305.087 +305.361 +253.587 +256.996 +256.077 +276.675 +405.922 +519.699 +522.387 +578.97 +528.726 +440.636 +482.879 +482.788 +485.871 +522.674 +696.678 +736.701 +751.487 +935.326 +1079.33 +999.13 +921.238 +757.866 +524.704 +503.928 +467.704 +463.474 +481.958 +497.112 +692.457 +774.204 +581.524 +627.036 +518.075 +401.737 +426.507 +428.824 +476.232 +503.422 +641.743 +750.833 +789.578 +954.867 +1080.71 +1076.72 +943.066 +762.022 +503.039 +481.017 +453.217 +450.468 +451.967 +477.142 +662.452 +746.914 +594.93 +658.269 +562.078 +421.237 +440.48 +469.481 +475.543 +475.463 +573.21 +656.1 +669.154 +819.774 +954.569 +952.744 +792.867 +606.436 +368.381 +337.233 +313.608 +294.471 +298.505 +330.769 +513.747 +573.383 +489.699 +528.576 +464.797 +367.004 +386.57 +396.315 +415.098 +444.93 +547.961 +664.161 +726.212 +865.206 +950.49 +927.603 +769.618 +586.55 +343.167 +300.474 +244.717 +236.684 +240.333 +308.467 +500.621 +548.854 +491.781 +570.349 +501.766 +401.639 +401.715 +415.466 +441.155 +463.573 +584.84 +688.701 +737.788 +839.521 +936.737 +903.562 +745.81 +575.013 +340.934 +310.691 +280.342 +275.705 +270.347 +301.138 +524.565 +613.83 +516.578 +595.977 +529.783 +421.039 +441.153 +457.609 +490.465 +516.099 +648.536 +753.934 +773.181 +929.68 +1030.11 +1000.08 +830.426 +657.258 +420.249 +415.613 +363.672 +370.462 +374.734 +385.572 +481.982 +538.78 +586.512 +593.94 +492.007 +377.708 +393.155 +397.222 +402.009 +392.249 +538.601 +637.419 +640.058 +783.101 +874.718 +839.782 +754.672 +578.095 +354.433 +341.715 +296.25 +261.32 +261.914 +263.783 +412.346 +490.628 +478.755 +507.796 +477.184 +345.658 +349.386 +350.33 +336.226 +336.806 +443.653 +557.276 +605.516 +735.197 +864.786 +814.197 +731.657 +582.359 +332.452 +301.931 +260.54 +255.224 +246.158 +297.863 +520.215 +558.546 +446.146 +464.082 +359.962 +303.179 +311.033 +317.041 +325.773 +352.888 +435.18 +547.513 +633.111 +762.053 +855.169 +866.152 +705.283 +520.409 +303.2 +258.314 +233.209 +227.824 +235.888 +293.884 +522.378 +541.371 +439.883 +467.243 +392.248 +314.426 +326.66 +339.816 +359.873 +390.014 +478.894 +596.455 +668.006 +774.549 +872.269 +862.746 +703.619 +503.805 +276.368 +256.932 +240.065 +242.631 +241.358 +308.824 +520.16 +535.692 +438.137 +471.65 +378.311 +326.168 +337.009 +363.559 +383.342 +388.033 +456.101 +566.643 +657.236 +797.068 +894.653 +880.754 +716.938 +553.95 +319.543 +299.534 +277.738 +274.257 +266.719 +318.433 +549.149 +546.383 +413.419 +429.753 +334.463 +329.708 +365.128 +393.049 +415.448 +427.898 +517.929 +619.658 +705.498 +852.103 +952.675 +961.28 +794.701 +620.269 +389.234 +361.058 +330.808 +325.834 +352.066 +400.788 +618.668 +664.472 +520.205 +548.4 +475.04 +379.102 +380.11 +397.663 +433.319 +447.911 +562.306 +674.42 +719.298 +905.287 +991.744 +999.836 +828.356 +644.157 +403.413 +387.633 +347.561 +348.852 +353.559 +360.963 +519.129 +571.114 +611.865 +636.522 +539.154 +422.815 +435.048 +429.617 +426.44 +457.558 +535.997 +719.999 +741.24 +902.891 +946.56 +954.106 +875.958 +678.622 +460.249 +426.03 +375.713 +348.723 +333.728 +336.063 +477.858 +545.847 +517.121 +561.457 +512.952 +377.14 +399.559 +390.643 +397.435 +424.489 +557.063 +653.413 +681.724 +838.013 +967.744 +938.184 +805.832 +643.099 +420.491 +412.873 +380.363 +376.685 +388.19 +410.177 +617.511 +661.892 +515.197 +557.011 +482.876 +383.283 +399.733 +422.839 +431.965 +470.152 +563.108 +646.711 +734.848 +910.442 +1020.02 +1027.01 +819.642 +632.739 +359.809 +326.907 +276.783 +262.459 +264.399 +298.133 +529.181 +538.443 +448.293 +469.017 +403.484 +310.537 +335.592 +342.071 +353.392 +378.815 +479.359 +608.118 +713.274 +872.109 +985.476 +976.277 +812.795 +629.839 +400.288 +378.884 +353.79 +351.972 +356.733 +393.451 +615.589 +654.877 +507.437 +527.496 +382.262 +326.824 +326.823 +333.083 +363.704 +396.033 +407.901 +463.125 +563.871 +686.653 +770.291 +778.492 +644.432 +484.594 +269.644 +250.697 +231.449 +238.906 +245.361 +302.742 +525.926 +533.649 +407.508 +418.155 +308.604 +254.784 +262.113 +271.382 +289.528 +307.975 +374.122 +491.129 +568.157 +675.722 +766.598 +770.175 +637.116 +480.23 +266.782 +253.453 +235.847 +245.402 +256.09 +290.445 +523.181 +534.065 +407.843 +420.521 +358.991 +287.52 +291.363 +311.616 +310.978 +341.666 +416.213 +536.93 +601.538 +708.603 +796.733 +776.071 +641.118 +481.198 +273.101 +267.782 +239.806 +236.892 +241.595 +270.728 +427.634 +435.25 +481.089 +459.608 +393.343 +299.867 +286.271 +307.209 +305.961 +307.5 +444.062 +533.9 +582.934 +686.109 +758.155 +744.455 +660.645 +505.809 +299.866 +292.671 +257.546 +251.537 +262.318 +270.651 +421.069 +479.667 +466.531 +454.642 +445.232 +329.589 +325.817 +312.65 +302.592 +314.685 +413.042 +530.968 +578.461 +700.794 +779.655 +716.128 +650.239 +497.418 +289.907 +258.952 +242.094 +241.792 +244.236 +303.857 +523.361 +539.234 +419.426 +469.157 +385.768 +322.601 +315.533 +319.79 +327.354 +361.987 +431.259 +563.898 +607.155 +695.943 +791.187 +782.769 +645.694 +487.07 +281.741 +262.614 +245.204 +240.968 +244.118 +302.964 +520.899 +538.973 +416.738 +438.116 +370.104 +295.203 +298.99 +319.279 +329.348 +361.472 +448.464 +563.105 +622.169 +713.846 +788.271 +783.039 +642.866 +491.869 +278.147 +266.063 +248.404 +235.52 +242.866 +309.911 +516.287 +542.376 +421.839 +429.924 +357.962 +292.886 +300.698 +294.277 +290.207 +307.795 +364.334 +479.832 +607.43 +704.658 +782.302 +788.585 +648.125 +500.25 +313.492 +268.417 +255.51 +232.289 +232.364 +308.718 +522.141 +532.812 +407.618 +420.616 +331.591 +294.247 +291.278 +329.806 +330.859 +356.241 +440.039 +567.089 +637.223 +757.527 +855.24 +862.265 +730.683 +542.026 +326.064 +329.324 +292.908 +263.131 +279.897 +338.737 +566.121 +594.174 +483.304 +511.479 +436.934 +357.665 +361.615 +374.073 +402.983 +426.111 +528.125 +622.792 +673.049 +823.061 +934.832 +939.076 +793.777 +597.88 +393.567 +382.649 +344.176 +305.861 +302.57 +318.33 +447.066 +476.738 +554.18 +530.113 +466.964 +357.926 +349.782 +347.038 +379.991 +349.289 +483.334 +589.898 +602.857 +722.474 +764.974 +748.832 +668.479 +511.604 +302.864 +292.463 +259.746 +256.291 +264.637 +271.602 +409.351 +483.418 +470.67 +446.445 +409.939 +300.877 +315.619 +289.395 +292.932 +312.492 +416.899 +491.142 +573.549 +684.223 +788.455 +729.472 +646.543 +503.326 +283.031 +266.298 +240.238 +237.266 +243.783 +306.779 +521.473 +540.207 +413.795 +429.327 +330.531 +266.904 +263.866 +296.616 +318.822 +337.558 +420.202 +551.037 +621.668 +736.087 +790.327 +784.617 +650.954 +495.479 +275.873 +262.111 +246.423 +241.662 +244.942 +307.277 +521.238 +539.215 +405.055 +469.332 +383.896 +318.737 +331.719 +352.731 +370.001 +403.832 +480.323 +584.962 +645.65 +814.502 +882.564 +900.637 +713.344 +572.915 +335.806 +320.833 +303.016 +295.076 +300.392 +353.844 +587.617 +649.918 +511.606 +528.434 +452.13 +377.46 +381.538 +383.509 +404.187 +416.208 +517.342 +639.638 +720.457 +912.089 +997.736 +1003.69 +838.76 +667.744 +440.226 +407.418 +392.851 +381.85 +386.217 +423.484 +655.067 +699.083 +535.888 +550.037 +450.988 +376.504 +372.876 +381.426 +383.598 +408.153 +514.412 +618.456 +731.798 +896.792 +948.407 +960.072 +797.395 +629.902 +390.541 +358.556 +340.846 +322.856 +327.778 +369.291 +596.078 +639.508 +498.303 +551.99 +498.613 +401.665 +424.807 +420.488 +428.848 +438.9 +531.11 +637.99 +744.492 +965.682 +1040.82 +1058.65 +877.69 +707.551 +470.747 +451.184 +408.754 +396.197 +378.014 +394.637 +559.435 +595.198 +631.09 +634.904 +514.351 +414.41 +426.24 +434.619 +448.444 +445.157 +605.982 +689.895 +721.141 +931.01 +958.722 +971.054 +880.829 +699.908 +478.42 +463.543 +420.011 +428.594 +414.341 +425.574 +581.22 +640.066 +571.184 +613.268 +526.693 +406.465 +408.464 +370.927 +358.526 +378.822 +490.038 +583.571 +643.358 +833.272 +863.548 +789.107 +679.777 +528.011 +272.975 +257.877 +231.232 +241.36 +251.682 +304.569 +525.907 +544.737 +415.331 +450.564 +369.099 +288.193 +312.139 +315.275 +313.799 +336.335 +407.709 +544.58 +626.46 +801.244 +837.019 +814.13 +637.138 +491.111 +270.911 +248.852 +233.443 +234.946 +244.006 +302.376 +522.792 +541.146 +407.289 +440.307 +371.55 +299.783 +315.895 +326.252 +347.282 +381.602 +451.009 +562.236 +623.76 +789.655 +854.31 +843.907 +659.576 +497.223 +269.679 +257.48 +239.971 +234.11 +243.861 +306.216 +519.65 +542.546 +408.663 +470.93 +408.194 +352.012 +360.273 +371.682 +411.028 +420.934 +518.821 +625.56 +668.608 +826.7 +881.614 +853.283 +683.187 +510.722 +277.569 +256.556 +242.698 +237.056 +245.881 +307.797 +521.687 +542.633 +430.474 +507.105 +453.031 +369.933 +399.179 +415.889 +433.005 +459.471 +568.779 +671.266 +702.448 +868.194 +939.292 +908.656 +736.493 +556.076 +286.564 +266.531 +242.549 +231.522 +239.995 +306.57 +526.75 +542.184 +411.439 +454.45 +412.677 +349.179 +350.319 +368.385 +401.151 +412.514 +486.615 +590.089 +653.656 +780.995 +826.765 +821.792 +671.271 +498.846 +295.422 +270.663 +239.466 +227.663 +237.086 +271.849 +426.629 +437.266 +488.549 +429.319 +310.371 +267.832 +293.394 +294.078 +280.657 +294.001 +381.593 +465.911 +577.892 +735.907 +759.322 +766.095 +692.953 +544.612 +313.868 +305.796 +270.383 +266.554 +270.581 +281.319 +408.043 +479.99 +473.564 +483.315 +437.496 +334.574 +365.27 +311.901 +308.661 +324.478 +398.793 +493.009 +612.18 +759.892 +843.484 +778.235 +705.734 +545.986 +279.629 +249.589 +233.221 +228.904 +236.408 +303.21 +523.854 +543.857 +411.748 +511.027 +466.554 +379.664 +390.315 +406.851 +402.075 +423.022 +522.32 +677.268 +738.971 +908.976 +966.491 +970.79 +811.166 +567.834 +323.718 +285.762 +266.166 +258.623 +263.915 +312.574 +521.634 +557.416 +434.325 +441.932 +349.854 +316.806 +334.885 +358.402 +356.955 +380.166 +459.721 +589.538 +649.629 +800.842 +856.354 +880.333 +720.252 +561.143 +323.269 +277.614 +261.247 +259.372 +262.748 +294.403 +522.387 +553.695 +417.863 +436.808 +397.832 +304.01 +337.387 +347.732 +343.551 +366.071 +419.36 +463.963 +581.639 +714.462 +767.162 +779.165 +636.293 +484.416 +272.637 +244.218 +236.792 +239.801 +243.299 +307.093 +529.064 +550.498 +421.58 +413.891 +298.362 +253.677 +259.169 +250.82 +269.789 +318.374 +315.741 +438.532 +593.505 +703.582 +758.154 +766.059 +630.92 +488.668 +270.776 +258.801 +243.079 +238.537 +245.662 +312.351 +525.704 +562.403 +425.508 +420.713 +304.176 +267.599 +254.534 +273.864 +268.863 +289.586 +302.658 +444.014 +584.661 +700.376 +762.496 +762.86 +631.919 +486.451 +277.005 +278.156 +247.586 +242.189 +249.052 +278.223 +427.416 +458.664 +500.098 +441.189 +336.198 +274.108 +278.75 +288.228 +268.083 +259.526 +357.339 +450.978 +573.503 +713.376 +722.663 +724.808 +651.835 +498.851 +282.066 +279.386 +246.805 +243.388 +255.218 +261.376 +402.206 +479.051 +457.359 +423.963 +387.601 +294.981 +275.824 +256.036 +250.97 +259.031 +316.408 +412.909 +547.656 +691.888 +759.402 +704.356 +640.244 +498.8 +270.719 +257.558 +244.53 +244.763 +251.099 +306.297 +523.666 +562.238 +432.568 +415.993 +306.267 +261.434 +255.811 +252.127 +261.947 +299.836 +327.181 +436.599 +585.497 +706.201 +755.941 +766.327 +627.453 +499.451 +282.22 +261.393 +244.063 +244.635 +247.949 +308.187 +524 +556.249 +428.509 +422.266 +320.764 +262.996 +283.748 +301.591 +323.706 +340.268 +381.513 +501.689 +629.909 +749.697 +813.937 +813.79 +668.685 +516.635 +295.28 +269.54 +237.241 +242.547 +241.759 +309.913 +527.572 +549.49 +417.402 +412.507 +291.408 +278.989 +262.641 +257.965 +267.053 +301.753 +322.682 +452.33 +582.211 +701.271 +762.634 +769.033 +630.864 +487.02 +272.2 +249.871 +238.26 +241.982 +251.57 +306.906 +527.674 +551.149 +417.284 +423.278 +334.508 +279.886 +289.655 +294.366 +312.118 +342.042 +398.601 +514.75 +624.847 +747.332 +799.331 +810.752 +630.021 +488.01 +273.156 +254.528 +235.898 +244.356 +240.261 +310.203 +527.066 +548.348 +420.181 +418.242 +310.073 +266.782 +268.772 +262.417 +278.379 +303.066 +310.389 +443.243 +596.146 +703.188 +764.997 +766.532 +634.391 +488.272 +279.545 +283.257 +246.405 +242.399 +252.078 +277.234 +427.019 +461.991 +518.937 +440.016 +327.949 +279.486 +269.49 +272.757 +267.652 +264.003 +350.534 +457.692 +567.922 +696.374 +721.77 +727.491 +657.082 +513.699 +292.817 +295.139 +260.132 +254.535 +265.582 +274.183 +410.844 +492.489 +479.938 +433.932 +365.05 +287.901 +288.942 +263.131 +256.91 +267.98 +329.594 +429.539 +576.903 +700.716 +754.686 +714.617 +646.13 +512.167 +277.828 +261.981 +245.495 +240.574 +250.787 +308.35 +522.9 +563.441 +428.958 +421.635 +329.256 +278.091 +271.526 +275.392 +288.547 +293.436 +323.436 +462.604 +596.889 +699.909 +771.143 +764.145 +627.78 +486.223 +269.107 +254.549 +237.197 +238.672 +245.929 +307.844 +527.167 +557.817 +422.886 +408.089 +329.427 +295.138 +299.617 +309.68 +319.945 +350.881 +403.745 +516.077 +592.568 +711.811 +767.133 +782.282 +636.061 +489.57 +276.693 +260.198 +242.97 +245.865 +247.378 +307.781 +525.615 +559.511 +417.155 +433.469 +367.364 +332.549 +352.689 +365.102 +371.473 +402.843 +466.704 +594.47 +650.209 +754.501 +817.169 +803.831 +660.632 +516.638 +290.724 +248.974 +228.84 +231.59 +232.588 +302.268 +523.932 +542.114 +413.006 +423.5 +345.482 +296.646 +289.266 +285.301 +323.169 +357.109 +415.713 +526.087 +630.187 +755.935 +823.118 +820.758 +643.292 +491.568 +275.147 +254.732 +235.172 +238.753 +244.146 +305.249 +528.666 +561.392 +424.442 +420.017 +303.745 +265.977 +269.464 +265.402 +274.31 +294.142 +313.193 +439.909 +597.523 +709.847 +767.16 +770.657 +632.238 +493.605 +283.301 +275.768 +245.287 +243.128 +248.671 +277.47 +431.577 +487.498 +517.834 +440.987 +326.051 +281.899 +267.863 +270.226 +270.548 +270.136 +350.301 +463.488 +578.738 +700.506 +732.462 +734.561 +672.081 +511.614 +298.369 +291.464 +261.727 +258.278 +264.101 +275.73 +411.549 +519.368 +475.103 +434.084 +371.972 +288.159 +285.463 +271.119 +260.537 +267.682 +326.562 +433.604 +607.094 +697.487 +756.222 +717.436 +651.138 +510.276 +280.812 +261.224 +245.606 +242.264 +247.478 +323.653 +531.396 +582.06 +425.249 +415.622 +314.588 +267.037 +262.616 +268.195 +280.937 +293.425 +318.535 +452.732 +630.979 +708.925 +767.088 +778.175 +643.715 +498.286 +274.535 +262.299 +245.151 +240.687 +251.159 +316.471 +535.287 +583.196 +425.945 +421.865 +325.614 +278.416 +282.701 +281.884 +294.39 +315.783 +361.734 +485.369 +625.654 +707.806 +758.347 +773.763 +636.143 +496.19 +280.508 +258.966 +238.944 +246.585 +245.886 +318.931 +534.836 +581.532 +429.338 +424.21 +304.926 +266.479 +266.139 +265.204 +278.053 +300.452 +319.717 +451.129 +624.741 +703.282 +771.1 +766.048 +632.146 +488.076 +281.93 +265.364 +242.18 +247.478 +251.478 +308.313 +527.36 +594.788 +432.579 +420.117 +303.468 +265.18 +269.637 +267.337 +273.449 +301.13 +319.619 +451.666 +625.181 +709.921 +775.071 +766.872 +631.826 +494.031 +279.832 +262.995 +247.092 +244.539 +248.28 +315.382 +521.372 +593.518 +432.835 +410.841 +313.189 +270.432 +267.343 +274.876 +278.954 +294.281 +324.283 +455.891 +625.488 +705.409 +762.158 +768.553 +630.851 +500.445 +283.463 +276.516 +247.897 +243.506 +249.809 +279.71 +426.983 +490.642 +503.383 +446.702 +368.215 +310.552 +315.487 +325.923 +317.593 +311.801 +417.574 +510.134 +620.917 +708.876 +723.237 +755.911 +677.105 +519.26 +283.855 +279.668 +246.904 +245.501 +258.437 +261.039 +403.253 +513.569 +467.987 +468.94 +443.996 +341.951 +355.912 +335.045 +327.377 +341.122 +430.176 +530.308 +652.464 +773.217 +838.493 +801.717 +723.89 +567.76 +331.655 +285.819 +267.817 +255.88 +235.33 +307.915 +529.235 +585.85 +434.062 +428.051 +310.927 +265.154 +265.425 +268.409 +279.84 +298.39 +321.796 +452.035 +632.192 +716.253 +765.677 +778.774 +645.603 +500.226 +284.044 +260.95 +240.959 +242.901 +250.613 +317.589 +534.653 +585.855 +426.571 +419.086 +303.816 +266.615 +268.834 +265.599 +275.572 +298.223 +321.386 +449.816 +632.021 +708.743 +765.147 +778.164 +641.489 +498.212 +285.579 +262.001 +243.81 +246.837 +250.499 +304.973 +529.421 +591.461 +427.016 +415.687 +313.026 +262.603 +260.356 +262.414 +284.987 +319.791 +354.216 +488.909 +656.551 +734.897 +753.945 +771.883 +633.53 +497.263 +263.637 +253.15 +232.909 +227.364 +243.765 +315.022 +513.473 +598.082 +446.456 +435.312 +313.298 +271.316 +263.945 +265.272 +281.573 +294.671 +326.408 +455.4 +627.258 +717.174 +772.973 +785.854 +641.305 +507.108 +281.539 +263.583 +246.527 +243.327 +250.911 +313.918 +523.671 +595.737 +434.166 +417.959 +317.425 +274.423 +266.177 +265.321 +280.109 +295.101 +318.958 +451.319 +624.15 +704.296 +760.587 +770.595 +634.972 +492.669 +286.025 +271.458 +239.217 +242.597 +245.356 +277.945 +432.011 +488.3 +520.602 +443.328 +328.368 +278.11 +271.85 +273.08 +266.16 +267.278 +348.042 +462.077 +603.805 +704.681 +726.832 +735.784 +672.754 +515.861 +299.663 +291.996 +258.09 +259.519 +264.506 +272.321 +418.23 +518.416 +487.298 +439.331 +363.493 +285.807 +292.392 +257.671 +256.854 +273.217 +327.418 +436.797 +610.335 +699.651 +772.204 +719.009 +659.854 +511.204 +284.823 +263.968 +245.697 +245.589 +252.23 +318.377 +541.484 +583.339 +428.024 +421.907 +326.235 +280.492 +274.843 +278.891 +284.28 +317.11 +361.775 +473.097 +633.064 +701.873 +778.575 +763.701 +638.235 +490.646 +281.075 +257.679 +245.572 +243.897 +244.807 +313.499 +523.555 +586.364 +433.138 +431.17 +322.348 +272.259 +275.185 +274.199 +292.632 +304.258 +345.892 +469.509 +627.993 +711.083 +778.831 +778.428 +645.459 +504.612 +278.258 +259.25 +244.182 +241.823 +246.44 +312.647 +520.284 +591.476 +438.651 +414.573 +309.752 +273.716 +270.374 +273.289 +284.617 +295.228 +325.143 +461.166 +634.052 +704.254 +776.477 +775.137 +639.323 +505.032 +279.281 +260.718 +243.513 +243.317 +249.343 +313.113 +522.739 +593.825 +438.447 +432.045 +310.482 +269.847 +269.954 +268.733 +283.872 +301.592 +328.585 +458.68 +643.857 +710.479 +773.499 +779.612 +648.285 +507.472 +285.386 +263.941 +245.314 +249.001 +251.463 +326.162 +544.94 +588.657 +429.905 +422.97 +322.254 +273.46 +278.992 +281.714 +290.603 +308.527 +346.729 +468.782 +639.897 +707.429 +769.151 +776.595 +643.586 +497.754 +284.065 +274.528 +239.706 +245.922 +247.329 +275.775 +436.184 +484.643 +507.138 +440.52 +312.824 +262.809 +279.022 +286.756 +291.926 +301.843 +382.716 +477.619 +614.669 +720.231 +723.484 +730.841 +665.328 +518.14 +300.555 +293.116 +262.242 +253.469 +260.37 +293.793 +439.616 +540.955 +506.653 +483.805 +391.012 +318.531 +329.968 +292.6 +300.44 +304.158 +319.431 +437.806 +609.362 +703.602 +762.807 +713.921 +650.151 +515.83 +282.449 +282.297 +262.09 +241.237 +245.394 +252.133 +308.018 +532.306 +555.428 +426.549 +420.414 +322.844 +264.429 +270.623 +273.063 +282.106 +305.581 +328.489 +487.082 +637.757 +713.071 +775.677 +777.268 +650.914 +510.686 +281.513 +266.163 +245.836 +242.608 +253.807 +325.42 +537.503 +561.503 +430.148 +420.984 +309.566 +267.798 +271.541 +274.256 +283.864 +297.157 +328.254 +490.292 +639.627 +712.603 +773.498 +780.388 +639.168 +507.886 +283.562 +262.426 +247.924 +244.098 +252.834 +308.981 +530.109 +566.561 +431.06 +420.729 +308.627 +268.513 +268.441 +269.486 +281.511 +300.864 +327.815 +488.53 +639.344 +717.237 +773.971 +786.827 +645.25 +506.671 +287.041 +264.32 +246.899 +249.109 +253.888 +306.948 +532.074 +563.687 +424.76 +423.229 +306.529 +266.747 +270.363 +267.284 +277.075 +302.663 +327.38 +481.513 +641.519 +713.111 +775.391 +781.241 +647.305 +504.89 +284.589 +256.809 +246.634 +246.898 +247.59 +315.039 +527.12 +545.635 +421.858 +411.232 +299.947 +274.769 +274.306 +269.343 +287.525 +307.718 +329.15 +493.717 +634.776 +718.907 +775.832 +786.06 +649.357 +507.043 +283.381 +281.931 +249.641 +249.095 +253.542 +285.049 +431.36 +463.882 +513.596 +440.559 +337.138 +283.451 +271.109 +273.276 +273.333 +272.541 +359.804 +495.969 +614.917 +710.785 +735.576 +746.867 +671.528 +522.842 +298.068 +291.412 +259.421 +261.205 +263.59 +277.172 +425.868 +494.78 +482.633 +433.567 +377.872 +291.429 +293.522 +262.451 +258.521 +273.771 +335.047 +469.451 +609.604 +702.168 +763.789 +722.948 +652.659 +520.772 +280.738 +264.426 +243.595 +243.926 +250.937 +315.328 +527.733 +571.599 +440.047 +423.091 +310.993 +269.118 +273.951 +275.222 +285.318 +306.743 +332.722 +493.925 +641.492 +717.352 +773.946 +786.327 +650.361 +509.654 +287.484 +263.637 +248.775 +247.532 +254.606 +310.278 +534.012 +554.26 +426.346 +425.638 +310.656 +266.406 +270.469 +267.675 +277.201 +301.925 +327.755 +489.264 +638.42 +714.694 +769.049 +782.168 +647.919 +504.628 +278.351 +260.337 +249.495 +241.794 +252.192 +321.894 +537.14 +544.688 +431.157 +420.246 +321.022 +275.775 +270.116 +275.64 +291.381 +300.898 +338.19 +493.444 +637.753 +711.002 +776.235 +777.702 +640.051 +495.628 +271.757 +261.346 +240.104 +237.651 +245.387 +309.515 +527.508 +547.562 +421.885 +410.422 +322.398 +293.155 +297.99 +288.07 +301.517 +317.206 +361.005 +531.293 +637.218 +715.279 +777.388 +786.675 +648.568 +512.305 +283.65 +268.984 +248.27 +249.105 +253.712 +318.898 +527.754 +572.992 +446.77 +426.775 +310.42 +275.623 +276.229 +279.281 +288.854 +308.512 +334.203 +497.838 +648.918 +719.238 +778.684 +783.228 +651.695 +511.82 +289.84 +281.536 +246.456 +252.986 +252.958 +288.508 +445.342 +454.083 +508.47 +450.764 +344.148 +284.615 +280.244 +282.133 +275.926 +276.22 +360.682 +496.8 +611.742 +706.585 +733.009 +740.934 +674.385 +517.024 +301.144 +292.928 +257.619 +261.204 +265.733 +272.723 +432.349 +504.333 +491.147 +432.676 +364.805 +284.133 +295.13 +266.323 +261.217 +279.244 +333.786 +476.629 +613.98 +700.279 +771.466 +720.417 +663.909 +525.999 +280.799 +262.477 +251.271 +241.088 +252.667 +314.115 +529.129 +568.545 +440.922 +420.307 +313.009 +270.061 +263.794 +267.408 +285.883 +304.5 +332.71 +494.227 +644.39 +714.346 +776.688 +784.336 +661.672 +512.653 +281.251 +269.275 +248.606 +250.06 +254.48 +312.283 +529.814 +570.809 +440.247 +423.894 +311.231 +271.505 +271.58 +274.474 +288.638 +305.643 +329.119 +498.379 +643.621 +719.799 +781.24 +795.801 +652.397 +508.564 +284.366 +264.198 +247.636 +242.405 +252.24 +322.413 +536.43 +561.984 +430.457 +416.685 +316.022 +268.79 +269.306 +269.992 +281.844 +301.615 +328.763 +491.728 +643.711 +718.81 +784.53 +786.489 +653.1 +509.163 +283.713 +260.583 +241.956 +247.852 +251.159 +317.511 +538.483 +563.615 +426.993 +423.03 +306.839 +267.162 +270.429 +271.019 +281.85 +303.102 +324.139 +494.106 +640.815 +719.84 +782.914 +788.034 +653.68 +511.216 +284.636 +255.856 +251.095 +247.991 +248.103 +322.892 +543.069 +558.163 +430.885 +417.79 +304.867 +271.75 +274.251 +272.298 +292.078 +306.207 +324.151 +497.05 +642.999 +715.185 +783.783 +787.149 +650.14 +511.712 +283.456 +278.657 +250.089 +240.633 +253.537 +288.935 +442.033 +455.027 +510.657 +444.365 +346.713 +292.219 +268.257 +275.89 +267.518 +265.759 +363.207 +499.033 +606.08 +710.513 +729.456 +737.579 +675.425 +513.151 +299.084 +293.076 +260.492 +256.268 +266.073 +274.352 +420.424 +495.458 +479.315 +439.056 +368.352 +310.199 +306.935 +295.75 +278.736 +286.24 +333.598 +457.383 +600.644 +704.475 +762.74 +713.623 +656.245 +521.818 +283.081 +271.133 +240.406 +264.751 +276.44 +333.712 +558.42 +587.346 +451.764 +424.93 +312.336 +259.514 +259.74 +269.362 +280.518 +301.746 +330.095 +495.714 +635.366 +728.75 +779.007 +794.22 +654.007 +512.157 +283.891 +264.279 +241.692 +250.41 +250.526 +310.079 +532.234 +572.31 +442.017 +425.94 +312.608 +267.771 +274.094 +274.918 +284.547 +313.602 +332.815 +495.106 +648.154 +729.538 +785.688 +794.657 +658.144 +519.612 +278.395 +270.568 +250.928 +249.377 +254.897 +330.636 +546.807 +566.649 +444.889 +416.493 +320.197 +273.747 +268.808 +277.116 +292.798 +309.353 +331.823 +493.76 +648.115 +721.196 +785.035 +795.036 +651.621 +513.784 +281.572 +266.718 +245.951 +243.406 +254.375 +317.493 +530.367 +570.421 +443.189 +423.917 +314.88 +276.929 +277.814 +280.294 +294.556 +312.978 +333.298 +498.206 +653.295 +722.142 +789.505 +787.933 +657.967 +512.193 +286.281 +265.202 +248.213 +250.743 +254.31 +310.924 +533.326 +591.429 +418.961 +411.293 +304.456 +260.224 +256.635 +273.299 +288.493 +312.942 +338.248 +498.439 +657.686 +719.963 +788.743 +789.106 +658.361 +514.047 +293.266 +283.709 +251.266 +254.426 +258.196 +280.995 +441.988 +499.817 +529.248 +452.403 +336.374 +283.424 +283.788 +283.196 +277.326 +285.233 +362.234 +506.602 +626.086 +714.25 +748.96 +744.41 +685.981 +532.414 +307.167 +288.954 +269.897 +264.395 +265.164 +280.796 +434.068 +533.04 +490.408 +441.468 +357.443 +292.251 +297.248 +266.888 +269.507 +284.813 +333.014 +478.67 +624.162 +712.946 +779.618 +727.802 +667.816 +530.005 +283.136 +265.211 +254.995 +240.723 +251.606 +329.86 +542.79 +595.129 +438.782 +422.785 +325.113 +280.336 +273.889 +275.478 +289.29 +298.936 +325.652 +499.441 +652.971 +720.443 +785.66 +794.994 +653.138 +514.529 +282.084 +263.511 +251.95 +246.556 +256.782 +327.22 +545.211 +595.972 +444.17 +427.343 +318.35 +278.94 +279.413 +284.056 +295.74 +313.472 +336.69 +504.481 +659.923 +729.304 +785.744 +795.353 +661.83 +516.541 +285.619 +264.301 +253.506 +249.846 +258.187 +325.422 +544.624 +594.257 +439.733 +425.416 +316.737 +275.751 +281.876 +281.483 +292.933 +313.391 +333.681 +502.373 +658.905 +729.114 +781.593 +795.59 +665.341 +516.417 +289.812 +269.007 +251.811 +252.237 +259.087 +324.842 +548.26 +596.976 +440.368 +424.378 +319.341 +276.334 +280.169 +280.283 +289.925 +313.437 +333.317 +499.423 +657.89 +729.286 +785.513 +793.356 +661.585 +519.374 +282.199 +268.662 +253.532 +248.735 +258.092 +328.005 +540.998 +595.228 +449.02 +417.762 +322.575 +277.576 +272.981 +279.298 +295.806 +309.722 +334.418 +499.159 +661.021 +726.438 +792.347 +794.123 +661.205 +516.676 +290.507 +287.242 +252.964 +253.428 +258.761 +296.26 +447.584 +493.133 +525.487 +448.371 +339.502 +294.338 +288.762 +291.003 +290.528 +288.039 +368.521 +507.131 +636.294 +727.143 +747.717 +750.257 +688.274 +532.581 +305.471 +301.409 +266.702 +265.87 +272.452 +284.005 +421.553 +541.069 +502.033 +433.415 +375.971 +299.239 +303.152 +273.891 +268.101 +283.788 +336.702 +474.391 +628.626 +716.297 +775.117 +727.952 +660.805 +530.701 +287.146 +266.708 +250.549 +249.946 +255.31 +327.598 +544.913 +593.464 +438.932 +426.508 +322.442 +275.775 +279.26 +278.213 +286.488 +305.462 +327.237 +502.734 +651.737 +726.151 +782.664 +792.92 +662.155 +514.882 +288.406 +267.256 +251.016 +251.397 +258.919 +326.006 +548.392 +594.135 +450.055 +424.651 +319.922 +277.638 +283.263 +281.06 +293.39 +315.855 +336.563 +501.236 +658.063 +726.6 +794.835 +799.307 +664.264 +517.303 +286.755 +269.54 +252.451 +249.355 +256.111 +329.631 +550.539 +595.764 +442.547 +425.157 +315.126 +271.878 +270.577 +276.902 +291.871 +308.56 +331.906 +500.148 +652.889 +723.965 +782.623 +793.684 +664.331 +521.322 +284.085 +266.476 +251.824 +244.507 +254.509 +315.439 +531.665 +601.043 +447.076 +424.564 +312.543 +269.871 +269.108 +272.991 +283.87 +308.701 +331.287 +495.735 +651.782 +726.509 +793.006 +799.578 +663.258 +516.681 +284.072 +264.034 +245.33 +250.339 +254.017 +313.493 +533.634 +600.819 +438.83 +426.613 +315.472 +269.523 +272.407 +273.834 +285.801 +307.654 +330.63 +502.359 +648.36 +728.698 +784.82 +798.869 +662.834 +518.821 +288.966 +278.99 +243.534 +248.848 +251.57 +286.157 +446.511 +487.204 +513.637 +447.166 +344.792 +287.072 +284.051 +286.018 +275.428 +276.195 +358.847 +502.825 +621.895 +720.791 +744.442 +752.328 +684.003 +532.544 +301.959 +292.262 +270.515 +262.379 +268.878 +283.426 +431.122 +546.891 +493.828 +437.179 +371.377 +300.991 +300.471 +269.765 +266.104 +279.092 +332.652 +482.728 +627.196 +719.257 +782.797 +739.742 +672.143 +530.35 +284.178 +270.906 +248.432 +248.559 +255.693 +324.085 +550.443 +596.729 +450.18 +429.417 +317.263 +273.461 +271.785 +276.509 +291.199 +307.886 +332.323 +506.274 +651.272 +730.933 +781.897 +794.206 +662.276 +520.241 +282.174 +267.265 +251.286 +248.156 +255.969 +326.526 +550.824 +597.309 +438.913 +426.278 +313.797 +274.06 +274.095 +276.002 +290.809 +310.955 +331.61 +503.233 +655.306 +729.224 +788.715 +798.051 +662.878 +519.348 +285.086 +265.018 +247.418 +251.844 +257.461 +324.324 +552.748 +599.824 +441.951 +427.84 +320.22 +275.208 +276.938 +279.529 +289.662 +311.365 +332.296 +507.968 +653.189 +733.054 +784.763 +794.73 +662.349 +518.41 +286.568 +268.094 +243.602 +250.45 +254.605 +325.588 +541.506 +595.013 +444.138 +422.885 +312.888 +268.969 +274.796 +275.136 +289.157 +312.636 +332.364 +505.973 +656.754 +727.316 +793.429 +799.811 +664.234 +524.19 +286.491 +271.648 +254.211 +251.99 +259.602 +330.413 +545.286 +598.305 +450.126 +421.029 +317.998 +280.657 +276.995 +279.857 +295.921 +308.946 +335.52 +512.19 +660.514 +732.74 +795.877 +796.047 +668.304 +519.895 +289.478 +286.458 +253.861 +252.603 +257.773 +294.047 +446.807 +493.191 +532.996 +448.901 +332.074 +290.948 +276.835 +278.672 +276.108 +273.857 +359.106 +514.197 +625.665 +718.35 +747.971 +754.284 +689.134 +530.233 +303.03 +299.681 +262.954 +265.328 +272.029 +279.516 +434.728 +548.974 +496.83 +434.781 +373.832 +292.777 +293.573 +266.342 +263.529 +276.72 +335.016 +484.042 +623.961 +711.558 +779.085 +730.578 +673.256 +529.564 +287.083 +269.441 +249.185 +255.257 +259.602 +326.758 +554.471 +597.856 +451.964 +427.246 +318.867 +276.656 +279.11 +281.455 +291.729 +313.51 +334.58 +508.498 +661.947 +729.841 +799.571 +796.366 +665.912 +520.306 +290.939 +272.761 +254.343 +257.99 +261.655 +330.426 +553.693 +598.97 +451.751 +427.536 +322.869 +279.255 +283.329 +282.265 +292.788 +314.563 +336.47 +506.981 +664.822 +725.93 +798.708 +796.733 +665.883 +526.113 +287.196 +269.95 +259.046 +250.819 +259.019 +335.798 +544.577 +597.724 +448.461 +422.085 +323.959 +281.992 +277.036 +279.988 +294.34 +308.158 +334.972 +504.715 +663.832 +729.343 +795.446 +795.459 +664.015 +525.653 +282.996 +268.432 +256.529 +246.467 +258.826 +331.465 +543.739 +598.93 +453.696 +422.166 +323.378 +284.471 +280.651 +284.264 +298.336 +311.436 +336.109 +511.359 +664.164 +736.675 +793.031 +802.319 +669.68 +518.237 +287.134 +273.122 +250.945 +252.218 +259.908 +326.501 +548.54 +598.192 +449.774 +422.828 +314.987 +277.604 +280.856 +281.355 +294.365 +312.086 +334.243 +507.689 +662.238 +731.4 +794.639 +799.851 +668.81 +518.563 +287.044 +276.759 +251.282 +247.372 +254.844 +292.162 +443.944 +494.426 +528.979 +451.246 +335.929 +287.711 +283.711 +284.129 +280.499 +282.757 +361.274 +512.3 +629.984 +722.904 +748.452 +756.352 +688.08 +529.633 +304.602 +298.409 +260.304 +267.619 +270.256 +276.393 +426.028 +544.779 +500.323 +439.196 +365.478 +292.792 +301.031 +272.646 +266.798 +286.199 +338.094 +485.901 +628.802 +722.845 +780.366 +739.964 +669.363 +533.325 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_q.csv new file mode 100644 index 0000000..7a7d917 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_13_4_q.csv @@ -0,0 +1,8760 @@ +144.694 +142.306 +129.917 +123.315 +130.22 +135.749 +203.229 +260.315 +243.54 +210.346 +178.496 +141.884 +142.003 +130.862 +129.905 +135.301 +162.699 +232.686 +304.389 +350.428 +377.33 +358.168 +325.092 +261.419 +136.727 +128.753 +123.175 +119.049 +123.642 +160.091 +264.059 +288.944 +216.685 +204.025 +153.837 +132.485 +131.852 +134.271 +141.058 +147.82 +160.03 +243.943 +317.921 +356.051 +381.923 +390.329 +320.532 +252.567 +137.916 +128.344 +121.005 +120.598 +124.217 +158.487 +264.378 +289.381 +216.359 +205.494 +154.373 +134.45 +134.646 +136.34 +142.509 +151.007 +160.837 +243.586 +322.078 +354.113 +382.722 +386.594 +321.244 +250.662 +138.604 +130.233 +119.67 +121.884 +124.388 +156.862 +265.485 +289.355 +213.995 +206.174 +155.885 +134.701 +134.564 +135.54 +141.101 +149.727 +162.04 +246.616 +324.559 +354.138 +384.618 +387.365 +323.683 +250.532 +139.272 +131.203 +120.456 +123.219 +124.855 +157.431 +265.089 +289.685 +216.191 +206.35 +155.514 +133.837 +135.127 +134.846 +139.379 +148.852 +159.026 +242.407 +321.937 +351.94 +383.898 +381.766 +323.03 +251.529 +138.55 +128.387 +119.834 +119.791 +124.438 +157.589 +262.804 +289.189 +213.714 +205.452 +157.309 +132 +135.884 +136.567 +139.942 +148.52 +160.447 +246.026 +320.536 +352.221 +386.108 +385.968 +324.13 +253.376 +139.961 +134.814 +124.183 +122.896 +123.98 +144.356 +219.661 +239.539 +261.514 +221.246 +168.351 +142.429 +138.735 +137.582 +139.972 +139.511 +176.167 +248.951 +311.232 +350.209 +367.394 +365.418 +337.649 +261.99 +147.158 +146.263 +130.979 +129.72 +133.377 +137.49 +206.304 +263.383 +250.271 +210.576 +182.36 +146.667 +145.711 +133.18 +131.925 +138.336 +165.857 +235.307 +309.184 +349.018 +380.564 +358.478 +326.049 +263.097 +138.686 +130.571 +124.314 +119.544 +124.834 +160.546 +263.959 +289.679 +217.932 +204.816 +153.895 +135.085 +136.041 +137.352 +142.705 +150.696 +162.954 +247.936 +323.576 +355.058 +387.864 +388.863 +321.774 +253.848 +138.403 +129.862 +121.676 +122.007 +124.826 +159.268 +266.078 +290.003 +214.807 +203.038 +156.774 +131.915 +132.668 +133.364 +138.938 +146.876 +159.575 +246.327 +319.818 +354.51 +384.042 +389.385 +322.458 +253.027 +139.356 +130.059 +120.699 +121.912 +124.545 +152.475 +260.528 +292.875 +220.938 +210.58 +155.417 +132.947 +134.019 +134.55 +140.246 +150.108 +158.369 +243.031 +320.872 +359.947 +385.269 +392.963 +327.53 +252.895 +142.023 +133.127 +123.998 +125.521 +127.763 +160.322 +268.839 +293.001 +219.446 +210.359 +158.962 +136.399 +137.876 +136.785 +140.319 +150.204 +160.424 +248.998 +323.522 +358.467 +384.517 +390.051 +323.898 +250.826 +139.663 +129.466 +120.045 +122.82 +124.486 +156.302 +267.384 +289.753 +217.524 +206.411 +154.805 +132.998 +134.515 +133.26 +137.487 +148.003 +159.687 +247.837 +320.781 +357.041 +383.467 +387.677 +324.817 +254.499 +139.36 +136.767 +123.173 +120.517 +124.557 +138.535 +210.686 +242.589 +258.596 +216.139 +161.591 +139.853 +133.383 +136.023 +134.512 +133.664 +174.189 +247.322 +304.551 +352.754 +362.531 +368.606 +335.447 +261.2 +145.38 +142.72 +129.783 +124.415 +130.541 +137.072 +207.261 +261.975 +241.112 +210.763 +180.481 +142.783 +144.459 +134.121 +131.448 +135.036 +164.568 +235.918 +304.122 +349.448 +382.696 +357.856 +328.112 +258.509 +137.009 +129.952 +119.061 +120.421 +123.169 +157.401 +265.982 +289.392 +213.28 +203.864 +152.082 +132.526 +130.89 +132.415 +138.304 +147.236 +159.001 +243.585 +318.68 +353.512 +382.59 +384.292 +322.948 +252.598 +136.655 +127.208 +120.9 +118.065 +122.731 +153.94 +257.515 +291.53 +216.617 +205.773 +150.199 +131.005 +131.631 +133.066 +139.422 +150.091 +160.548 +246.275 +317.399 +352.934 +383.438 +384.855 +321.651 +254.025 +138.043 +130.847 +120.969 +120.446 +124.742 +154.218 +259.047 +294.648 +219.055 +205.331 +153.821 +132.465 +133.864 +135.298 +140.701 +151.13 +160.237 +244.488 +320.847 +357.998 +386.94 +391.109 +322.923 +254.641 +139.63 +130.131 +120.909 +122.738 +124.705 +157.618 +270.866 +289.743 +215.961 +208.928 +152.298 +132.56 +134.394 +135.142 +140.43 +150.348 +161.03 +247.034 +322.454 +357.442 +388.309 +390.245 +324.429 +253.439 +140.138 +129.046 +121.949 +121.776 +124.924 +159.467 +267.484 +290.007 +213.726 +208.391 +152.487 +132.673 +135.758 +135.832 +139.978 +151.907 +159.233 +243.557 +321.505 +355.435 +386.806 +392.105 +324.751 +250.983 +140.888 +137.012 +121.078 +124.24 +124.56 +141.007 +219.046 +238.297 +255.468 +217.948 +163.483 +141.297 +136.704 +135.929 +135.753 +137.027 +173.859 +247.1 +305.876 +353.596 +365.463 +366.492 +337.034 +260.609 +147.27 +145.518 +127.21 +129.552 +131.105 +135.726 +207.216 +266.02 +245.233 +213.682 +178.831 +144.583 +146.509 +133.662 +130.866 +134.78 +162.84 +235.237 +306.429 +352.514 +383.859 +360.485 +330.178 +261.364 +138.356 +131.639 +121.552 +122.035 +124.957 +159.575 +266.067 +290.522 +217.316 +205.414 +153.623 +136.497 +134.305 +138.631 +145.237 +150.656 +162.097 +247.331 +324.336 +357.688 +388.253 +389.856 +325.461 +255.505 +139.899 +131.441 +125.108 +123.337 +127.27 +161.589 +266.729 +291.442 +218 +206.741 +155.708 +135.717 +134.465 +135.795 +141.06 +148.928 +158.386 +247.564 +323.189 +354.208 +385.807 +389.005 +322.53 +252.232 +137.873 +130.624 +121.828 +120.256 +124.337 +159.452 +263.798 +291.405 +216.375 +205.138 +153.229 +133.343 +134.168 +133.181 +140.96 +148.573 +159.031 +244.198 +322.123 +356.274 +387.021 +388.591 +324.673 +253.652 +139.197 +129.827 +123.509 +122.568 +125.896 +159.836 +266.224 +290.667 +218.675 +207.133 +153.215 +134.99 +136.361 +137.559 +143.248 +150.718 +160.986 +246.544 +324.461 +355.745 +387.519 +388.238 +324.668 +255.131 +138.595 +129.373 +122.458 +119.349 +123.875 +159.696 +264.162 +291.02 +215.813 +203.354 +154.647 +131.896 +133.471 +134.905 +140.195 +149.46 +159.253 +243.927 +321.779 +356.186 +385.451 +389.836 +325.239 +254.356 +140.691 +137.16 +122.323 +123.022 +125.307 +141.667 +218.534 +240.943 +254.222 +218.231 +166.146 +139.957 +137.855 +138.478 +137.466 +138.686 +175.951 +248.822 +306.562 +352.245 +366.847 +365.89 +337.193 +261.734 +148.009 +146.249 +127.436 +130.277 +132.343 +135.231 +207.763 +263.118 +244.358 +215.352 +179.317 +143.581 +147.22 +135.416 +131.251 +139.924 +163.877 +237.991 +307.697 +350.731 +383.069 +357.313 +330.566 +260.622 +139.989 +131.405 +119.309 +123.82 +125.492 +157.415 +266.577 +288.943 +215.236 +206.852 +155.248 +133.806 +136.752 +135.888 +140.113 +149.094 +158.784 +246.316 +321.721 +353.98 +385.703 +386.889 +323.998 +254.901 +139.45 +127.742 +121.719 +122.057 +124.407 +158.403 +266.522 +291.396 +218.043 +206.457 +157.772 +134.726 +138.595 +136.524 +141.888 +152.427 +160.569 +246.407 +325.234 +357.512 +387.111 +389.487 +324.676 +254.828 +139.734 +127.401 +122.051 +122.791 +122.093 +153.528 +261.963 +291.128 +219.012 +210.509 +150.592 +132.007 +134.054 +131.916 +139.982 +151.112 +158.465 +247.093 +322.791 +357.33 +386.482 +392.432 +325.142 +254.288 +138.876 +128.319 +121.196 +120.984 +124.377 +158.238 +268.382 +291.335 +213.428 +205.761 +154.605 +131.393 +134.563 +134.906 +139.851 +150.43 +158.307 +245.233 +323.535 +356.714 +385.525 +389.434 +324.036 +254.277 +136.703 +129.203 +122.767 +120.229 +125.097 +158.861 +265.444 +289.852 +218.107 +205.322 +152.465 +135.048 +132.152 +134.77 +141.755 +148.16 +159.632 +246.702 +322.562 +354.684 +385.953 +391.817 +324.734 +253.603 +139.407 +138.902 +122.275 +121.92 +125.637 +142.925 +218.247 +239.402 +257.525 +217.266 +165.161 +140.181 +135.996 +138.039 +136.435 +134.543 +173.586 +250.065 +308.854 +351.54 +365.984 +365.859 +336.358 +261.127 +145.825 +144.529 +129.233 +128.25 +132.098 +136.997 +205.926 +262.836 +242.449 +209.478 +180.982 +143.03 +143.81 +130.113 +132.217 +138.125 +163.993 +239.705 +310.243 +352.354 +384.16 +358.725 +331.487 +263.546 +140.77 +133.016 +124.429 +123.82 +127.197 +161.004 +268.136 +292.02 +223.755 +209.92 +156.881 +140.294 +139.452 +141.365 +146.837 +152.695 +162.232 +251.288 +329.086 +357.23 +388.15 +392.899 +326.435 +255.122 +139.562 +132.943 +123.942 +123.967 +127.579 +161.943 +267.795 +279.84 +218.803 +207.926 +156.117 +138.48 +136.082 +136.519 +141.782 +150.168 +162.162 +250.616 +325.241 +358.084 +389.485 +389.365 +326.852 +257.63 +140.628 +132.201 +124.619 +123.358 +126.349 +160.416 +267.095 +278.318 +214.479 +205.866 +160.484 +136.324 +137.034 +136.78 +140.405 +147.139 +157.484 +235.151 +322.836 +355.348 +384.44 +389.278 +323.983 +253.013 +138.146 +130.201 +121.852 +121.734 +124.695 +158.064 +265.548 +276.048 +213.998 +205.03 +153.319 +134.747 +134.713 +135.234 +142.575 +149.398 +158.548 +235.646 +325.107 +357.818 +388.329 +393.298 +326.174 +254.585 +139.508 +132.082 +122.144 +122.75 +125.108 +158.813 +266.623 +272.285 +212.643 +203.703 +155.429 +133.122 +132.209 +133.537 +139.26 +146.811 +157.494 +232.432 +322.496 +352.951 +384.745 +388.63 +322.275 +251.686 +139.175 +138.039 +120.601 +121.318 +124.445 +141.76 +219.138 +225.397 +256.778 +217.82 +164.498 +139.439 +135.617 +136.551 +134.919 +134.491 +171.708 +236.012 +305.921 +352.194 +367.01 +367.435 +337.243 +261.469 +146.896 +145.644 +128.193 +129.209 +131.132 +135.284 +207.585 +247.617 +240.658 +213.344 +179.754 +145.783 +148.372 +135.889 +133.512 +140.372 +164.761 +228.041 +310.061 +353.737 +385.144 +358.929 +331.202 +263.131 +140.314 +133.075 +123.337 +125.762 +128.05 +161.889 +269.999 +280.135 +221.394 +208.903 +155.207 +137.361 +138.082 +138.301 +143.628 +151.743 +162.385 +237.272 +326.152 +357.066 +388.019 +392.414 +326.777 +254.405 +140.125 +133.129 +122.556 +124.511 +126.54 +160.223 +267.959 +277.712 +215.428 +205.811 +154.466 +133.361 +132.944 +133.89 +138.248 +145.788 +156.072 +233.203 +321.222 +353.123 +383.843 +387.016 +321.921 +252.938 +137.915 +127.494 +120.954 +120.422 +124.695 +155.019 +262.183 +280.018 +215.433 +207.851 +151.911 +134.886 +134.793 +136.6 +142.912 +150.956 +160.66 +236.913 +322.479 +359.066 +389.407 +388.503 +325.583 +254.936 +138.821 +129.367 +122.502 +120.459 +125.264 +160.743 +265.358 +277.178 +214.5 +204.487 +155.941 +134.053 +133.655 +134.997 +141.598 +150.72 +160.45 +233.926 +323.142 +357.85 +387.713 +390.428 +324.239 +254.494 +137.718 +128.436 +122.147 +119.648 +124.204 +159.833 +267.351 +277.616 +211.644 +205.419 +154.158 +132.836 +133.218 +134.367 +139.238 +147.832 +158.288 +234.571 +321.505 +357.08 +387.795 +389.192 +323.998 +254.787 +138.232 +135.183 +122.031 +119.112 +123.831 +142.5 +215.109 +226.083 +251.888 +216.99 +162.87 +138.951 +133.972 +134.839 +133.056 +133.285 +173.096 +233.844 +307.238 +350.44 +363.391 +368.247 +333.962 +260.196 +145.663 +141.907 +128.681 +126.37 +131.132 +137.256 +203.908 +248.328 +237.465 +210.974 +177.474 +141.484 +142.846 +130.232 +128.4 +136.652 +162.703 +223.268 +305.387 +351.581 +380.745 +360.801 +330.091 +258.945 +138.311 +132.068 +122.223 +122.727 +126.303 +160.476 +269.206 +277.653 +214.562 +206.548 +151.986 +133.16 +133.582 +134.084 +139.283 +147.31 +159.887 +236.789 +323.658 +358.679 +389.472 +389.963 +325.067 +256.387 +140.546 +131.006 +125.662 +123.095 +126.69 +162.539 +267.061 +273.405 +216.561 +205.529 +158.187 +135.663 +136.704 +138.283 +145.274 +153.843 +161.446 +234.764 +326.527 +358.972 +388.174 +390.117 +326.777 +255.86 +140.028 +131.534 +123.956 +122.96 +125.934 +160.436 +268.891 +279.493 +215.037 +205.606 +157.094 +134.113 +132.402 +132.73 +138.641 +145.607 +154.224 +227.39 +314.185 +352.019 +383.606 +388.646 +322.757 +255.267 +138.506 +128.608 +122.311 +119.781 +124.239 +155.629 +258.798 +280.14 +218.449 +207.024 +152.04 +133.045 +132.021 +133.872 +141.005 +149.266 +159.918 +235.77 +322.686 +358.776 +388.57 +390.03 +325.736 +254.869 +139.27 +131.169 +122.872 +122.468 +125.197 +158.126 +265.522 +269.061 +214.625 +205.555 +155.715 +135.656 +133.911 +137.044 +141.892 +148 +158.907 +233.562 +324.22 +356.455 +387.536 +391.023 +324.703 +253.02 +140.864 +138.047 +122.906 +122.479 +125.996 +142.638 +217.698 +223.884 +253.829 +216.438 +162.664 +140.068 +136.315 +138.998 +138.433 +137.13 +172.974 +235.581 +308.666 +351.705 +367.358 +367.662 +336.733 +262.359 +146.714 +145.255 +130.118 +128.899 +132.569 +136.989 +205.914 +243.919 +241.416 +212.265 +179.411 +143.798 +145.046 +133.019 +131.659 +136.272 +161.536 +223.646 +308.327 +349.822 +383.17 +359.694 +327.585 +261.205 +137.242 +128.856 +121.116 +120.549 +124.144 +157.547 +265.577 +273.323 +213.639 +206.257 +153.251 +135.19 +134.112 +135.7 +142.31 +148.563 +158.63 +232.743 +322.834 +353.686 +384.37 +388.242 +322.301 +251.068 +135.735 +130.117 +119.782 +121.093 +124.594 +158.494 +264.271 +267.905 +213.675 +205.536 +159.741 +137.041 +136.149 +138.203 +143.2 +146.393 +163.933 +235.277 +319.55 +354.004 +385.53 +386.958 +322.772 +254.042 +136.457 +128.085 +123.384 +118.942 +124.444 +160.699 +263.465 +270.783 +213.393 +203.576 +161.362 +136.976 +135.3 +137.204 +141.669 +146.118 +161.398 +231.857 +321.383 +356.97 +385.902 +390.835 +324.895 +255.415 +140.885 +126.862 +123.385 +122.298 +123.352 +161.572 +269.243 +269.066 +212.951 +205.351 +151.124 +135.247 +134.094 +131.743 +140.518 +147.58 +155.828 +232.781 +320.541 +354.071 +386.103 +389.739 +323.149 +251.601 +138.378 +129.248 +117.88 +121.647 +122.647 +155.682 +266.58 +271.259 +209.555 +204.755 +154.868 +132.204 +135.133 +134.056 +139.009 +149.467 +158.137 +234.646 +322.693 +356.657 +386.787 +387.745 +323.298 +254.184 +140.667 +135.152 +120.878 +121.96 +124.242 +140.165 +216.817 +223.03 +248.89 +216.411 +165.076 +137.131 +137.286 +136.403 +133.206 +135.679 +172.421 +233.713 +307.649 +350.727 +365.879 +366.064 +336.025 +260.954 +149.262 +145.09 +127.213 +130.353 +130.097 +133.981 +206.647 +242.48 +239.24 +212.051 +184.231 +143.17 +146.904 +132.656 +127.519 +136.195 +159.367 +222.135 +305.285 +351.315 +381.585 +355.661 +329.156 +260.308 +138.776 +130.544 +118.982 +122.685 +124.545 +157.154 +266.87 +267.76 +212.771 +205.397 +157.212 +134.474 +135.93 +135.702 +139.451 +148.784 +160.438 +234.344 +320.199 +353.635 +385.171 +385.81 +322.021 +253.506 +138.065 +127.907 +121.516 +120.582 +124.212 +158.294 +264.638 +267.268 +212.414 +205.565 +158.335 +134.646 +136.493 +136.749 +140.787 +147.769 +164.761 +234.324 +321.873 +354.785 +383.205 +387.727 +322.696 +252.297 +137.469 +128.699 +119.461 +121.351 +123.445 +155.812 +265.649 +266.619 +210.051 +205.148 +158.306 +134.871 +134.944 +137.465 +140.344 +148.112 +169.21 +236.344 +320.331 +353.719 +383.175 +388.709 +322.031 +251.953 +135.77 +125.433 +119.623 +117.167 +122.15 +152.842 +256.42 +277.221 +211.064 +202.832 +151.547 +131.068 +130.189 +130.989 +136.683 +146.355 +155.227 +229.368 +318.755 +354.65 +382.283 +388.982 +326.2 +254.138 +137.281 +127.214 +121.083 +117.892 +123.161 +153.962 +257.476 +278.168 +214.164 +204.466 +152.227 +131.337 +129.911 +130.891 +136.871 +145.779 +156.654 +229.38 +318.318 +356.153 +385.021 +389.516 +323.12 +254.669 +139.372 +136.018 +121.652 +119.749 +122.909 +136.438 +210.192 +227.461 +253.667 +218.757 +162.85 +138.267 +131.988 +133.04 +131.768 +130.578 +171.694 +236.145 +300.59 +351.166 +364.604 +366.503 +335.626 +261.257 +144.798 +128.503 +129.512 +128.035 +135.836 +205.929 +254.415 +241.721 +217.367 +175.112 +140.734 +140.288 +140.568 +122.087 +126.41 +156.871 +217.876 +272.102 +352.451 +379.406 +353.186 +325.812 +253.769 +137.055 +120.951 +118.601 +120.582 +118.721 +154.25 +262.717 +291.991 +216.758 +207.093 +149.376 +132.187 +131.509 +128.223 +137.689 +147.567 +153.256 +229.691 +295.322 +354.008 +385.592 +386.678 +320.955 +248.529 +132.984 +123.799 +115.042 +120.328 +121.179 +153.135 +261.742 +291.037 +202.82 +210.819 +197.35 +177.27 +191.464 +194.788 +199.489 +203.961 +233.62 +298.34 +333.308 +403.648 +424.778 +422.678 +340.925 +247.989 +132.425 +121.25 +111.749 +113.406 +116.963 +143.587 +254.679 +289.382 +213.769 +231.664 +204.548 +174.984 +181.006 +185.684 +200.01 +209.552 +244.442 +318.861 +347.785 +413.993 +446.388 +439.384 +349.612 +277.9 +157.666 +144.496 +146.182 +145.72 +153.294 +144.345 +260.048 +289.027 +209.57 +206.144 +146.526 +125.415 +125.873 +125.83 +157.372 +171.773 +164.097 +248.755 +295.094 +353.718 +385.92 +386.679 +318.632 +248.452 +135.214 +124.109 +117.78 +115.748 +119.839 +153.201 +258.924 +280.828 +213.693 +206.296 +152.12 +130.491 +130.349 +130.793 +136.206 +144.743 +157.157 +226.881 +297.33 +354.767 +385.436 +385.639 +322.297 +253.847 +138.685 +134.916 +120.287 +122.03 +123.909 +136.575 +212.916 +227.33 +255.147 +216.844 +162.463 +139.199 +135.203 +137.424 +133.536 +132.934 +172.508 +230.016 +281.356 +353.647 +363.521 +365.738 +335.277 +260.796 +145.266 +142.884 +126.791 +125.86 +130.017 +134.535 +205.019 +247.455 +239.284 +213.194 +178.038 +140.981 +141.656 +129.195 +127.83 +133.317 +160.413 +218.781 +284.288 +350.892 +380.314 +360.825 +327.759 +260.142 +138.304 +130.31 +121.842 +121.028 +124.586 +158.396 +265.336 +276.91 +214.927 +202.897 +153.057 +133.306 +132.094 +134.654 +141.145 +147.368 +157.825 +227.333 +297.215 +356.693 +383.018 +390.038 +324.109 +253.356 +137.756 +127.479 +123.608 +119.626 +123.508 +160.437 +263.682 +275.498 +212.298 +204.825 +158.787 +134.495 +133.799 +136.493 +143.265 +146.174 +165.89 +239.253 +298.423 +354.383 +376.802 +386.417 +321.4 +248.362 +136.76 +127.489 +117.582 +119.006 +120.03 +151.427 +257.778 +277.013 +211.04 +202.131 +151.003 +125.06 +131.998 +136.478 +136.96 +138.389 +148.436 +226.784 +294.247 +351.011 +376.696 +383.447 +318.85 +248.255 +139.265 +128.088 +120.11 +118.296 +123.266 +153.598 +259.146 +280.17 +215.167 +207.404 +152.189 +131.827 +133.976 +133.956 +138.742 +148.256 +157.92 +230.72 +298.699 +355.004 +386.022 +389.096 +321.819 +253.897 +138.115 +128.26 +121.189 +120.312 +123.163 +157.364 +262.754 +272.941 +210.487 +202.417 +151.553 +130.656 +130.923 +132.107 +138.383 +146.185 +155.858 +228.728 +295.556 +352.799 +384.031 +387.848 +319.641 +252.086 +138.014 +135.62 +119.979 +120.219 +122.99 +140.329 +214.763 +221.626 +251.202 +213.084 +164.648 +140.303 +135.066 +136.291 +133.396 +133.396 +172.352 +234.343 +280.149 +350.175 +366.749 +366.342 +333.395 +260.53 +144.533 +145.143 +128.977 +126.867 +131.069 +136.335 +209.657 +245.473 +242.768 +212.15 +180.078 +143.232 +143.533 +131.381 +128.407 +133.804 +162.416 +225.67 +279.942 +345.338 +380.419 +351.764 +327.549 +258.83 +135.873 +129.112 +119.458 +119.283 +122.963 +156.915 +263.62 +271.083 +210.973 +202.447 +155.065 +132.498 +130.383 +132.906 +141.01 +147.072 +157.129 +225.183 +297.085 +353.08 +382.902 +386.704 +322.156 +249.112 +139.505 +129.289 +118.503 +122.513 +123.544 +154.502 +266.344 +272.502 +207.428 +204.053 +153.501 +129.384 +132.118 +133.121 +137.55 +146.469 +161.519 +235.81 +294.659 +334.239 +380.69 +382.423 +319.947 +246.67 +136.922 +127.056 +118.105 +120.331 +122.046 +154.601 +266.465 +268.284 +207.373 +203.724 +155.94 +129.766 +133.038 +133.906 +135.801 +145.141 +156.088 +227.885 +295.498 +336.807 +378.935 +384.022 +319.394 +248.927 +136.726 +125.809 +119.738 +118.485 +122.613 +152.878 +257.531 +278.562 +214.348 +203.82 +152.422 +130.307 +130.456 +130.662 +135.813 +142.363 +156.959 +227.734 +295.47 +339.389 +383.468 +386.88 +320.507 +252.252 +137.693 +126.961 +120.817 +117.598 +122.543 +151.696 +257.408 +279.235 +213.732 +204.762 +148.414 +130.933 +129.982 +130.701 +136.423 +145.868 +154.819 +224.43 +291.933 +340.552 +379.543 +388.668 +318.688 +254.558 +137.353 +135.532 +121.085 +117.351 +122.244 +139.747 +216.997 +219.329 +249.473 +215.884 +172.227 +142.568 +135.738 +135.97 +131.703 +129.991 +170.182 +228.476 +276.174 +336.26 +358.26 +364.901 +329.95 +260.195 +144.396 +142.322 +129.128 +123.807 +129.577 +135.107 +204.241 +241.182 +234.271 +214.499 +179.755 +142.705 +140.465 +128.858 +126.369 +130.916 +164.511 +230.803 +277.05 +334.914 +380.683 +356.118 +325.449 +255.785 +137.689 +127.907 +116.947 +118.63 +121.064 +154.031 +262.955 +266.632 +208.212 +207.283 +163.019 +130.866 +131.499 +132.258 +137.405 +145.332 +163.311 +234.467 +287.782 +335.308 +377.406 +384.179 +318.669 +248.377 +137.07 +126.043 +119.629 +117.957 +121.511 +152.269 +258.603 +276.895 +208.361 +204.933 +155.332 +130.208 +131.29 +131.815 +138.435 +150.096 +157.964 +230.719 +292.768 +344.704 +384.113 +388.777 +324.61 +250.106 +139.637 +130.191 +121.358 +121.57 +123.782 +158.653 +263.572 +267.392 +209.762 +207.199 +160.649 +131.441 +132.415 +134.437 +139.187 +145.594 +163.733 +229.68 +291.798 +332.881 +379.314 +382.958 +321.634 +250.996 +135.407 +127.562 +118.94 +119.096 +122.278 +156.516 +261.751 +268.104 +209.507 +207.538 +166.146 +134.603 +135.955 +135.058 +137.148 +143.667 +172.299 +242.194 +287.335 +336.688 +384.599 +384.203 +316.453 +250.683 +134.982 +126.179 +120.24 +116.647 +121.068 +153.01 +256.189 +262.768 +203.341 +203.544 +156.209 +141.122 +146.116 +151.394 +157.509 +157.884 +182.022 +245.204 +300.184 +346.941 +403.094 +398.354 +320.57 +243.771 +131.391 +123.254 +114.245 +111.29 +118.041 +137.386 +212.302 +212.139 +243.092 +236.962 +186.56 +156.99 +153.626 +158.391 +161.765 +155.892 +199.948 +246.763 +291.391 +350.863 +376.164 +376.564 +327.945 +249.068 +141.186 +143.837 +122.107 +125.047 +129.409 +132.611 +199.113 +236.267 +232.046 +209.036 +180.096 +135.018 +140.139 +127.674 +133.048 +140.847 +182.401 +235.635 +274.698 +336.143 +385.629 +357.7 +323.62 +256.988 +136.751 +127.746 +117.479 +120.479 +121.691 +149.886 +257.12 +277.805 +210.477 +201.832 +150.079 +129.309 +130.062 +130.27 +135.834 +145.289 +157.996 +227.578 +294.247 +340.997 +381.368 +386.185 +322.334 +250.288 +138.049 +128.787 +122.222 +119.399 +123.349 +154.895 +257.405 +270.742 +211.719 +203.621 +150.793 +130.605 +129.593 +130.978 +136.605 +144.097 +162.783 +236.167 +290.496 +333.769 +380.296 +384.052 +318.122 +249.635 +134.301 +127.994 +118.514 +116.893 +121.32 +153.709 +256.512 +274.003 +214.76 +203.583 +149.892 +131.151 +128.765 +130.378 +137.063 +145.195 +157.335 +226.874 +288.552 +337.675 +380.118 +384.969 +321.623 +251.117 +139.355 +124.942 +120.448 +121.952 +120.754 +151.981 +259.721 +266.294 +212.136 +205.902 +152.83 +131.705 +131.39 +127.823 +137.32 +145.414 +154.036 +226.917 +291.122 +328.992 +376.838 +380.576 +318.744 +248.192 +137.651 +126.967 +117.126 +120.105 +122.447 +151.588 +258.055 +274.748 +214.048 +205.115 +152.354 +131.328 +132.074 +132.597 +136.188 +147.724 +157.59 +226.869 +284.039 +333.275 +377.453 +383.913 +320.379 +251.053 +141.272 +137.912 +119.554 +120.327 +123.466 +137.567 +210.81 +224.849 +249.335 +217.638 +159.527 +138.118 +132.753 +132.912 +131.656 +133.553 +172.082 +231.841 +278.345 +335.844 +363.988 +365.051 +332.767 +258.302 +144.964 +145.354 +130.108 +128.727 +132.727 +136.209 +205.968 +244.015 +238.067 +212.326 +179.099 +142.868 +143.519 +130.049 +127.767 +133.634 +160.259 +217.01 +278.064 +321.185 +376.716 +352.42 +322.425 +255.985 +134.949 +128.34 +120.377 +118.339 +121.447 +155.534 +260.806 +263.358 +208.428 +202.78 +154.361 +131.533 +130.162 +131.749 +138.257 +143.323 +157.476 +229.133 +290.083 +331.283 +376.047 +381.397 +318.7 +250.106 +136.647 +126.79 +117.667 +120.457 +120.779 +151.722 +258.424 +269.609 +208.955 +202.892 +151.913 +130.219 +131.181 +129.097 +135.287 +140.976 +154.728 +232.373 +289.661 +330.702 +381.107 +384.191 +316.896 +249.752 +134.731 +126.872 +118.345 +118.12 +121.384 +150.515 +255.39 +269.335 +209.495 +210.509 +164.339 +130.481 +127.747 +128.611 +146.097 +154.123 +182.999 +251.938 +287.212 +332.453 +384.76 +384.317 +316.91 +244.733 +130.077 +123.067 +116.196 +114.019 +118.609 +150.238 +257.265 +265.956 +204.018 +200.853 +152.367 +130.08 +132.345 +127.895 +133.163 +141.333 +173.168 +239.025 +286.504 +329.633 +385.032 +386.141 +318.31 +246.819 +134.932 +125.726 +118.041 +114.693 +120.329 +150.073 +242.424 +265.552 +211.684 +211.297 +165.968 +129.391 +125.504 +132.188 +133.258 +143.565 +170.166 +237.478 +286.72 +327.494 +384.626 +384.801 +316.328 +247.166 +135.449 +132.159 +117.843 +117.428 +120.868 +133.424 +193.612 +220.319 +252.464 +227.571 +180.394 +139.881 +131.825 +132.1 +134.671 +134.905 +195.097 +241.559 +269.347 +321.884 +366.605 +358.803 +327.082 +251.356 +146.072 +141.763 +122.994 +127.491 +127.883 +131.267 +189.452 +232.13 +229.992 +219.588 +188.173 +134.366 +143.802 +138.385 +126.413 +135.872 +170.197 +220.659 +282.857 +325.009 +376.241 +352.359 +316.214 +254.734 +135.834 +127.6 +116.585 +118.863 +120.074 +151.922 +248.031 +265.563 +212.277 +214.241 +168.309 +133.202 +135.454 +136.718 +137.876 +144.318 +169.734 +242.368 +295.101 +332.058 +384.563 +379.423 +316.492 +246.158 +135.714 +126.343 +118.543 +117.273 +121.272 +150.069 +243.318 +273.111 +210.705 +202.606 +153.634 +130.002 +129.15 +129.814 +135.546 +144.083 +157.904 +232.622 +290.966 +329.104 +382.201 +381.836 +316.413 +248.739 +135.822 +127.122 +120.166 +116.286 +121.549 +151.483 +242.52 +265.699 +209.827 +210.198 +162.867 +129.681 +125.757 +131.066 +142.625 +143.492 +165.734 +231.515 +285.075 +333.871 +373.725 +380.994 +314.486 +242.478 +134.331 +125.317 +118.274 +117.331 +120.108 +152.647 +241.664 +269.342 +205.734 +202.415 +145.089 +129.073 +124.083 +125.109 +132.448 +141.104 +146.722 +218.738 +292.41 +334.708 +376.208 +381.094 +315.463 +241.234 +136.997 +128.015 +117.552 +121.204 +121.877 +150.271 +244.723 +268.938 +204.851 +205.802 +148.411 +129.263 +130.762 +130.415 +135.077 +146.854 +156.047 +222.459 +289.985 +332.123 +379.979 +386.392 +314.091 +246.882 +139.988 +134.771 +120.225 +119.436 +122.619 +134.407 +198.417 +223.454 +248.749 +217.038 +160.178 +135.154 +129.82 +127.773 +125.249 +131.042 +166.301 +226.78 +269.482 +326.358 +358.213 +362.872 +326.798 +256.366 +145.032 +141.699 +127.791 +124.14 +129.125 +134.036 +190.132 +237.535 +230.425 +213.251 +178.836 +139.455 +138.354 +125.144 +120.6 +125.599 +167.635 +220.941 +268.466 +321.945 +379.806 +352.728 +321.133 +255.899 +135.604 +125.548 +120.124 +115.53 +120.664 +155.524 +242.955 +269.515 +210.149 +209.831 +163.629 +128.582 +125.984 +126.144 +131.921 +137.278 +161.344 +238.796 +285.617 +330.587 +383.932 +379.158 +313.199 +240.307 +134.97 +124.721 +114.883 +119.608 +120.249 +147.066 +243.275 +266.386 +205.341 +196.579 +156.123 +130.589 +132.379 +129.367 +133.251 +143.94 +162.882 +218.075 +284.137 +329.061 +378.691 +377.674 +312.171 +240.189 +134.681 +127.139 +117.133 +119.5 +121.54 +147.865 +240.495 +266.686 +207.177 +204.042 +148.429 +128.594 +125.223 +129.709 +139.455 +143.317 +156.724 +238.505 +283.076 +327.781 +382.445 +378.308 +312.789 +242.162 +134.239 +126.393 +116.849 +116.918 +120.493 +151.056 +237.403 +267.031 +208.074 +204.157 +157.4 +123.762 +123.83 +132.426 +141.13 +147.896 +174.322 +239.585 +283.117 +329.602 +380.047 +384.126 +310.987 +241.918 +131.171 +127.303 +117.449 +112.871 +117.72 +150.646 +241.147 +263.014 +204.364 +199.043 +163.897 +130.514 +135.721 +142.1 +138.43 +143.441 +169.773 +236.223 +286.044 +325.507 +378.644 +380.246 +309.368 +247.501 +133.78 +135.409 +118.477 +115.658 +121.457 +134.582 +191.193 +221.883 +247.784 +224.233 +171.662 +134.694 +128.608 +131.351 +130.159 +128.502 +181.984 +237.209 +272.318 +329.848 +364.39 +363.128 +327.918 +253.729 +142.281 +141.505 +123.282 +124.438 +128.225 +131.066 +187.488 +233.66 +231.513 +213.625 +184.164 +133.718 +136.579 +122.711 +119.827 +131.886 +177.052 +235.487 +275.121 +330.881 +382.04 +351.3 +316.127 +253.24 +134.662 +125.538 +116.315 +117.073 +120.234 +147.253 +237.227 +268.235 +209.216 +211.982 +161.436 +130.745 +129.998 +128.514 +131.327 +144.131 +172.12 +237.678 +279.529 +330.596 +380.865 +381.943 +316.173 +239.857 +136.087 +124.103 +116.241 +117.607 +119.073 +147.015 +239.035 +262.51 +204.595 +198.111 +147.632 +134.743 +138.587 +139.359 +144.264 +154.781 +173.99 +235.962 +290.9 +346.004 +391.913 +396.21 +315.046 +242.333 +129.259 +123.252 +115.946 +115.465 +118.603 +150.225 +242.177 +261.266 +202.576 +230.214 +201.255 +173.264 +174.458 +190.084 +200.812 +212.356 +251.654 +313.953 +292.116 +356.983 +396.444 +408.883 +336.982 +258.818 +145.075 +136.551 +116.931 +113.308 +115.361 +143.825 +244.529 +261.742 +207.794 +205.646 +150.796 +128.372 +130.008 +129.297 +134.793 +145.334 +157.043 +219.077 +288.58 +334.753 +379.101 +379.166 +311.595 +241.238 +139.537 +127.825 +120.203 +119.403 +122.829 +150.096 +246.043 +271.036 +205.626 +204.799 +149.845 +128.351 +129.921 +129.343 +134.591 +142.372 +156.98 +227.863 +284.161 +328.86 +383.492 +381.17 +312.139 +241.543 +136.361 +136.784 +118.042 +117.873 +121.984 +134.212 +193.055 +218.084 +243.558 +227.88 +199.646 +156.755 +160.287 +169.926 +169.309 +177.93 +245.97 +301.728 +311.417 +369.663 +410.586 +395.283 +365.44 +279.5 +164.278 +155.007 +136.536 +135.577 +139.338 +142.691 +199.825 +242.978 +233.929 +230.267 +219.422 +168.775 +184.567 +183.611 +192.011 +204.935 +260.853 +250.929 +307.767 +336.259 +386.505 +357.652 +319.51 +250.97 +132.961 +124.545 +113.355 +118.048 +122.706 +150.308 +238.868 +261.544 +203.756 +203.251 +169.183 +132.939 +136.997 +140.47 +144.219 +156.158 +189.29 +257.038 +295.239 +337.24 +391.878 +384.822 +314.401 +242.191 +131.236 +124.675 +113.882 +121.27 +119.417 +149.719 +239.651 +260.724 +198.35 +212.384 +169.813 +141.209 +148.018 +155.952 +165.149 +190.247 +220.43 +277.596 +312.666 +369.098 +417.254 +416.982 +339.796 +258.014 +145.449 +129.213 +120.854 +114.124 +121.294 +146.874 +260.153 +289.458 +227.534 +231.439 +178.057 +130.156 +135.51 +141.969 +147.649 +157.624 +179.056 +216.809 +279.047 +337.127 +377.733 +382.276 +312.427 +240.04 +132.547 +126.824 +117.215 +117.208 +121.065 +148.58 +240.567 +263.547 +208.623 +201.061 +148.712 +129.369 +127.836 +127.561 +131.016 +138.826 +156.896 +217.671 +282.005 +322.339 +372.264 +374.579 +309.543 +241.168 +133.575 +128.579 +118.325 +116.566 +121.449 +152.011 +240.004 +265.205 +205.063 +204.191 +162.678 +128.553 +123.103 +128.4 +136.205 +144.248 +167.339 +236.241 +281.544 +330.585 +378.772 +380.912 +311.152 +241.138 +138.736 +129.799 +119.072 +119.716 +118.094 +134.199 +190.749 +216.666 +243.146 +220.193 +180.47 +140.365 +141.94 +142.529 +152.522 +156.615 +217.828 +264.494 +281.804 +340.632 +385 +393.337 +356.266 +270.321 +144.62 +136.738 +119.822 +119.392 +121.77 +130.311 +179.969 +236.065 +222.158 +231.264 +201.991 +145.221 +155.61 +140.516 +141.467 +151.971 +200.78 +243.46 +275.535 +328.119 +363.956 +354.16 +315.999 +248.081 +131.852 +122.025 +116.44 +116.725 +120.882 +149.921 +236.578 +267.437 +204.783 +210.026 +159.26 +129.155 +128.871 +133.12 +141.076 +155.284 +191.614 +263.779 +295.085 +346.058 +376.234 +386.827 +315.256 +241.018 +133.186 +125.287 +116.873 +118.162 +119.517 +149.284 +235.1 +262.969 +209.123 +231.763 +194.356 +155.809 +159.646 +165.561 +182.115 +195.731 +233.968 +293.713 +331.855 +387.343 +428.437 +436.28 +366.352 +301.149 +191.048 +180.205 +151.954 +132.259 +148.805 +180.279 +268.907 +288.707 +211.928 +219.025 +153.969 +128.377 +128.217 +128.821 +135.627 +142.834 +158.872 +219.704 +284.834 +329.293 +362.85 +380.999 +313.105 +237.713 +132.344 +122.259 +115.353 +117.065 +117.935 +147.79 +242.446 +264.593 +199.967 +199.348 +162.578 +144.433 +145.241 +146.779 +150.515 +154.546 +163.838 +220.476 +278.996 +327.012 +363.196 +381.581 +312.895 +240.971 +129.683 +120.259 +116.833 +113.771 +117.884 +148.73 +238.96 +258.746 +199.988 +217.384 +190.746 +151.718 +152.366 +154.885 +169.535 +179.073 +222.434 +288.637 +324.314 +375.612 +409.259 +394.557 +321.142 +243.332 +136.719 +136.002 +119.129 +119.253 +119.003 +133.031 +191.471 +219.763 +243.646 +242.898 +203.843 +158.794 +157.861 +164.903 +162.155 +166.808 +233.159 +287.374 +302.328 +354.657 +377.807 +373.39 +337.269 +253.441 +141.976 +136.987 +121.909 +121.076 +131.855 +135.992 +195.953 +251.808 +242.104 +227.326 +185.255 +132.521 +132.982 +122.641 +120.332 +123.192 +156.89 +214.284 +274.555 +334.487 +378.669 +364.924 +333.607 +261.257 +159.56 +158.747 +150.468 +132.881 +140.535 +165.237 +260.592 +310.284 +241.775 +217.86 +187.721 +151.157 +144.973 +140.285 +137.716 +143.409 +190.803 +231.947 +278.53 +325.913 +359.092 +382.653 +311.602 +237.835 +132.747 +121.598 +116.646 +116.173 +119.64 +148.812 +244.416 +263.575 +200.144 +200.718 +163.487 +147.926 +150.503 +147.885 +151.825 +164.525 +203.371 +268.485 +299.897 +343.249 +373.316 +384.248 +311.608 +237.358 +130.858 +121.314 +112.364 +111.266 +114.542 +147.342 +232.955 +280.908 +224.728 +236.187 +192.724 +152.162 +155.903 +161.284 +168.849 +183.101 +229.461 +295.432 +331.259 +382.695 +419.88 +422.377 +352.059 +274.964 +158.963 +147.103 +135.601 +134.355 +131.82 +153.215 +246.667 +279.65 +217.632 +225.1 +182.263 +157.671 +162.156 +172.103 +184.405 +206.996 +258.345 +333.307 +363.426 +424.691 +456.762 +469.137 +392.765 +311.364 +190.771 +192.276 +177.65 +173.667 +175.534 +191.599 +286.009 +329.006 +263.284 +295.699 +251.23 +189.994 +193.9 +200.54 +204.453 +210.582 +245.618 +290.533 +325.359 +374.311 +417.875 +427.993 +353.962 +275.867 +157.68 +151.776 +129.264 +121.808 +118.959 +133.491 +190.389 +212.62 +239.787 +211.735 +159.952 +137.094 +141.926 +145.58 +144.705 +152.46 +216.332 +265.905 +283.06 +348.475 +361.462 +363.507 +328.579 +248.819 +142.664 +139.452 +124.177 +124.055 +124.902 +131.636 +183.56 +234.038 +231.217 +215.88 +189.069 +148.929 +151.759 +139.499 +144.764 +161.966 +208.631 +264.323 +287.031 +348.198 +394.311 +375.823 +337.167 +262.652 +147.575 +139.424 +131.112 +124.608 +114.88 +144.609 +233.776 +258.116 +197.975 +201.981 +151.528 +130.22 +129.246 +134.685 +145.923 +154.768 +193.887 +260.797 +299.987 +349.623 +373.977 +386.498 +317.738 +239.513 +135.701 +126.994 +116.568 +116.5 +120.82 +148.291 +235.645 +267.969 +203.482 +216.185 +178.841 +149.539 +155.343 +154.979 +171.344 +185.904 +230.478 +303.733 +335.438 +391.165 +423.465 +423.567 +340.119 +248.323 +134.001 +122.768 +113.512 +112.452 +113.421 +141.703 +238.862 +271.149 +219.239 +225.672 +186.312 +162.601 +167.678 +154.48 +161.669 +174.933 +210.701 +267.371 +306.894 +393.186 +432.081 +449.868 +372.107 +296.812 +179.415 +161.608 +145.319 +141.19 +145.433 +175.223 +266.176 +311.915 +258.387 +249.16 +202.455 +166.896 +163.941 +171.443 +177.856 +169.313 +227.453 +274.909 +313.72 +371.424 +396.048 +418.058 +329.944 +243.293 +133.844 +120.539 +113.433 +111.497 +121.721 +151.109 +240.439 +257.535 +199.577 +210.904 +177.82 +138.465 +143.603 +147.771 +147.688 +154.652 +188.179 +262.52 +290.704 +356.013 +387.524 +402.277 +314.063 +241.102 +135.801 +136.929 +116.59 +116.865 +120.418 +131.352 +193.378 +223.462 +244.173 +228.892 +185.272 +149.325 +153.064 +162.238 +159.739 +167.935 +231.77 +291.822 +316.06 +391.043 +400.645 +405.538 +359.529 +269.32 +152.145 +142.186 +136.09 +141.935 +138.493 +141.844 +200.81 +259.115 +257.741 +285.478 +272.624 +201.612 +202.848 +193.471 +194.431 +208.796 +272.136 +330.825 +344.835 +422.744 +443.157 +428.983 +388.94 +309.08 +204.974 +200.88 +192.103 +186.601 +189.12 +204.674 +306.591 +351.141 +277.103 +318.768 +276.124 +209.833 +216.716 +220.847 +234.039 +243.962 +306.454 +346.715 +355.589 +434.825 +485.841 +472.901 +374.515 +278.824 +153.691 +125.825 +116.861 +115.669 +121.426 +150.911 +239.873 +266.993 +206.383 +199.739 +146.733 +129.965 +128.887 +129.592 +134.106 +144.147 +153.604 +224.493 +272.828 +323.246 +357.032 +375.793 +304.553 +237.86 +134.813 +125.855 +120.756 +115.144 +120.896 +148.732 +235.411 +267.876 +209.817 +209.032 +159.129 +126.815 +120.313 +121.447 +135.593 +148.862 +179.953 +255.184 +300.741 +343.304 +371.914 +378.105 +311.12 +237.527 +133.875 +122.421 +118.526 +118.734 +116.753 +149.447 +235.783 +257.638 +203.331 +213.372 +171.592 +142.423 +144.437 +141.577 +154.924 +160.839 +194.453 +253.847 +293.86 +348.999 +385.759 +393.89 +313.632 +240.938 +134.115 +121.704 +114.394 +114.765 +117.388 +148.325 +235.293 +259.528 +217.19 +228.895 +181.196 +151.06 +160.846 +159.927 +182.086 +199.055 +242.784 +293.924 +335.606 +402.241 +435.887 +449.724 +371.719 +297.282 +190.625 +180.076 +156.898 +154.331 +168.484 +174.34 +235.951 +286.835 +306.104 +317.069 +262.976 +202.676 +214.694 +213.5 +212.58 +216.859 +317.266 +388.685 +373.45 +468.102 +480.148 +502.391 +453.209 +361.582 +249.002 +244.533 +216.813 +222.389 +223.076 +227.146 +291.374 +323.36 +298.039 +339.476 +290.875 +217.148 +221.631 +208.712 +209.843 +219.897 +264.791 +325.957 +336.191 +403.25 +462.207 +437.907 +393.374 +310.985 +188.189 +169.162 +154.064 +150.244 +147.041 +170.893 +264.464 +290.652 +228.656 +238.238 +183.169 +163.851 +178.136 +183.115 +192.019 +206.683 +255.568 +321.613 +343.133 +404.289 +430.641 +442.354 +370.245 +288.025 +167.009 +138.032 +129.139 +115.242 +116.414 +151.969 +241.802 +286.701 +243.15 +267.611 +234.511 +189.226 +191.131 +194.888 +204.146 +216.175 +276.776 +344.314 +362.703 +433.666 +464.033 +461.526 +382.191 +300.847 +181.746 +162.654 +155.691 +150.951 +155.941 +182.746 +273.793 +317.173 +252.284 +262.394 +210.087 +175.768 +170.201 +167.496 +189.195 +208.432 +263.383 +336.114 +347.012 +406.077 +460.641 +463.224 +369.247 +279.939 +153.422 +130.335 +116.024 +115.741 +120.989 +149.203 +244.231 +260.161 +202.058 +230.479 +188.606 +148.119 +149.973 +161.878 +166.996 +181.64 +222.608 +290.516 +317.604 +373.512 +410.163 +413.501 +337.209 +261.487 +139.257 +132.134 +122.046 +127.271 +117.799 +147.412 +241.37 +268.749 +207.476 +221.613 +182.727 +142.436 +144.118 +147.634 +156.57 +172.324 +215.464 +291.108 +319.261 +369.568 +400.438 +408.1 +331.35 +244.748 +138.415 +131.448 +118.766 +117.242 +117.64 +132.773 +194.01 +217.754 +247.543 +249.779 +208.578 +161.097 +163.673 +175.656 +173.365 +185.558 +249.595 +311.659 +326.508 +386.563 +405.954 +395.349 +342.741 +271.424 +152.452 +142.188 +123.157 +128.181 +128.697 +132.018 +180.453 +233.611 +242.739 +258.28 +250.406 +188.615 +197.177 +189.86 +194.188 +205.27 +275.554 +335.142 +349.516 +424.968 +473.239 +440.745 +401.583 +321.414 +198.66 +186.289 +174.196 +170.925 +170.648 +195.895 +291.409 +324.495 +259.073 +281.48 +229.534 +186.998 +193.09 +205.59 +222.187 +234.178 +304.775 +364.5 +362.87 +444.968 +499.772 +501.965 +431.421 +345.531 +213.439 +197.948 +188.751 +176 +185.009 +215.642 +312.598 +366.76 +292.366 +330.1 +286.344 +220.498 +231.155 +245.247 +240.084 +248.012 +321.981 +384.591 +391.777 +472.522 +552.353 +543.006 +443.475 +346.994 +208.466 +182.259 +166.586 +159.357 +151.551 +171.696 +263.666 +299.526 +237.381 +258.526 +235.079 +182.153 +182.265 +189.042 +207.103 +226.333 +276.839 +343.889 +343.734 +420.945 +464.161 +477.349 +395.4 +317.186 +200.001 +180.269 +167.567 +158.957 +171.404 +197.393 +296.379 +336.251 +265.033 +296.162 +255.262 +197.09 +202.022 +205.796 +215.12 +229.965 +299.966 +341.566 +364.762 +455.796 +498.931 +492.754 +411.629 +318.833 +200.439 +178.289 +153.953 +149.742 +146.319 +160.512 +261.96 +306.81 +237.234 +256.216 +214.501 +160.183 +162.854 +169.549 +177.079 +204.683 +251.537 +309.904 +338.055 +394.964 +421.306 +422.53 +345.371 +269.435 +159.125 +157.537 +134.896 +125.827 +121.093 +128.627 +199.855 +258.235 +280.321 +267.469 +228.672 +176.382 +178.817 +184.953 +193.44 +199.816 +262.096 +326.552 +320.045 +390.029 +420.407 +431.923 +388.043 +301.985 +188.13 +186.187 +178.882 +176.58 +182.519 +185.903 +242.384 +283.696 +267.11 +273.884 +246.117 +170.329 +177.782 +176.307 +195.495 +205.749 +269.329 +325.539 +337.013 +410.234 +434.85 +409.594 +355.888 +257.374 +151.702 +127.157 +118.646 +122.833 +120.68 +149.592 +242.085 +279.118 +240.884 +256.861 +227.353 +176.037 +184.878 +189.723 +200.195 +219.245 +274.638 +334.72 +358.921 +442.724 +441.61 +451.435 +374.289 +292.546 +176.258 +156.289 +138.101 +132.394 +130.04 +154.805 +252.789 +309.843 +261.334 +271.645 +238.729 +186.413 +187.649 +193.471 +209.036 +218.828 +281.825 +335.309 +350.123 +421.405 +470.797 +476.556 +402.383 +310.879 +198.875 +185.552 +169.853 +159.157 +160.505 +189.414 +278.974 +312.148 +245.108 +271.708 +245.535 +196.081 +197.406 +195.122 +201.634 +219.64 +297.396 +358.376 +360.694 +443.424 +465.241 +466.317 +372.858 +285.235 +162.051 +141.723 +123.527 +113.308 +116.987 +149.148 +239.22 +261.255 +211.469 +236.61 +190.38 +151.787 +155.078 +153.75 +172.15 +182.982 +226.563 +295.381 +338.369 +386.78 +412.64 +429.045 +339.517 +248.965 +137.614 +125.081 +114.887 +119.568 +120.588 +147.524 +240.314 +267.539 +222.498 +245.951 +204.164 +160.428 +170.433 +176.578 +180.583 +203.681 +235.685 +286.933 +320.514 +384.865 +428.779 +440.026 +364.575 +292.452 +178.641 +172.473 +166.45 +169.741 +157.144 +166.416 +234.624 +271.536 +299.587 +291.578 +255.267 +194.377 +188.204 +199.346 +215.987 +220.99 +299.034 +352.828 +365.37 +442.585 +430.572 +438.95 +390.26 +294.56 +184.745 +176.995 +157.213 +128.049 +137.328 +141.651 +202.845 +270.587 +263.986 +289.079 +266.776 +194.497 +200.91 +183.052 +193.032 +201.981 +253.338 +289.253 +314.291 +386.857 +436.325 +413.536 +361.604 +277.147 +159.864 +139.511 +118.995 +116.746 +117.123 +148.529 +237.01 +292.625 +254.55 +273.5 +240.652 +194.133 +194.158 +198.047 +207.65 +225 +282.342 +351.634 +378.299 +456.544 +458.671 +472.482 +404.32 +317.541 +194.516 +173.524 +159.811 +156.098 +166.271 +191.942 +288.738 +328.285 +262.99 +280.559 +254.563 +198.226 +205.768 +216.004 +225.512 +236.483 +294.734 +366.949 +389.487 +475.529 +485.374 +458.499 +375.024 +282.151 +166.488 +147.217 +127.971 +114.673 +118.109 +153.028 +240.721 +284.021 +228.185 +244.87 +212.073 +169.544 +172.795 +173.738 +179.183 +196.376 +238.683 +290.107 +316.93 +382.994 +422.516 +421.147 +346.526 +269.283 +146.592 +129.472 +122.678 +112.198 +121.31 +149.272 +241.999 +271.213 +237.742 +262.655 +220.863 +173.519 +181.342 +191.546 +198.38 +212.438 +265.358 +335.922 +365.973 +424.28 +451.435 +452.401 +370.118 +294.452 +170.885 +154.629 +146.527 +126.294 +129.218 +147.61 +244.283 +297.32 +252.226 +277.758 +242.224 +193.813 +193.082 +201.659 +216.281 +230.783 +286.23 +342.563 +370.257 +445.569 +480.119 +483.568 +406.136 +323.488 +206.969 +206.574 +189.881 +187.766 +196.263 +201.825 +262.874 +296.89 +311.629 +314.819 +251.989 +202.779 +199.726 +220.272 +252.196 +254.519 +339.238 +360.332 +360.965 +459.801 +478.281 +508.951 +459.803 +362.877 +255.644 +247.208 +229.194 +230.559 +227.437 +229.989 +296.364 +331.873 +294.44 +343.707 +339.701 +228.979 +234.781 +211.161 +219.224 +228.9 +327.202 +356.014 +363.061 +447.872 +505.817 +484.839 +452.305 +369.058 +244.462 +230.122 +221.808 +221.803 +221.471 +238.96 +332.053 +374.697 +293.301 +317.274 +266.382 +204.466 +211.196 +218.369 +230.213 +225.479 +286.454 +341.506 +380.896 +470.66 +498.857 +510.75 +431.578 +325.218 +196.853 +184.583 +168.687 +159.8 +160.973 +176.205 +277.852 +337.452 +266.111 +313.314 +253.214 +197.89 +196.009 +203.939 +215.888 +228.662 +311.023 +360.936 +380.935 +463.864 +495.423 +502.701 +426.249 +332.648 +216.397 +203.152 +195.144 +197.009 +198.717 +218.293 +314.533 +355.466 +280.202 +303.144 +268.494 +206.784 +220.82 +230.894 +249.46 +266.447 +334.599 +378.316 +384.808 +481.157 +531.005 +540.559 +464.378 +375.197 +257.526 +244.245 +232.944 +232.638 +233.355 +257.873 +361.126 +378.249 +281.161 +325.53 +286.582 +223.52 +227.65 +243.501 +256.065 +253.392 +332.203 +366.548 +385.399 +481.153 +528.116 +549.923 +469.242 +387.572 +276.709 +277.104 +273.17 +272.602 +257.995 +278.912 +375.714 +388.364 +286.477 +335.125 +296.322 +220.911 +226.365 +236.929 +248.361 +251.687 +311.987 +380.525 +382.614 +477.054 +534.96 +548.709 +453.835 +376.966 +255.57 +240.401 +223.434 +220.271 +215.128 +210.145 +271.559 +304.852 +312.928 +281.551 +247.719 +202.28 +188.528 +181.209 +186.767 +189.651 +271.915 +324.191 +340.225 +412.429 +440.66 +455.747 +416.313 +319.261 +210.296 +206.783 +192.332 +188.102 +180.46 +178.418 +226.217 +278.239 +257.335 +273.866 +246.111 +187.096 +195.622 +186.89 +181.685 +203.996 +265.779 +301.866 +334.174 +415.947 +467.791 +445.069 +400.268 +318.48 +182.008 +165.484 +149.079 +144.126 +137.167 +159.922 +250.338 +298.994 +244.656 +271.684 +243.177 +193.577 +192.851 +197.421 +211.103 +215.836 +281.634 +332.696 +357.102 +428.505 +456.663 +469.303 +393.704 +300.511 +180.616 +158.806 +137.29 +127.097 +123.071 +147.427 +248.366 +281.36 +244.201 +262.019 +236.541 +189.927 +190.176 +197.555 +209.986 +221.986 +281.957 +335.487 +369.542 +448.557 +482.914 +488.35 +412.567 +319.606 +202.655 +193.593 +181.499 +168.812 +172.112 +192.832 +288.289 +321.497 +256.063 +277.959 +248.879 +203.373 +204.125 +209.159 +223.376 +235.772 +307.635 +347.703 +359.089 +436.034 +494.626 +500.079 +424.559 +336.02 +216.206 +193.775 +199.732 +193.878 +189.432 +208.198 +306.036 +345.818 +276.464 +298.11 +253.907 +205.977 +213.798 +225.873 +229.403 +232.2 +301.454 +361.032 +378.71 +433.248 +488.02 +492.116 +413.46 +327.789 +209.221 +200.137 +189.875 +178.794 +182.931 +206.833 +304.373 +341.777 +264.023 +269.716 +223.962 +189.297 +184.246 +189.134 +208.909 +214.777 +278.286 +330.704 +360.166 +445.061 +484.384 +501.419 +422.31 +335.15 +219.993 +214.562 +206.154 +201.296 +208.769 +204.742 +265.759 +306.502 +306.64 +301.13 +253.548 +220.209 +209.039 +212.405 +218.045 +223.144 +303.952 +344.68 +364.384 +445.745 +478.868 +486.975 +429.665 +320.303 +215.653 +200.412 +186.666 +202.368 +182.933 +189.469 +238.569 +277.456 +268.894 +299.945 +280.227 +203.264 +216.321 +204.183 +202.539 +207.539 +281.325 +331.16 +349.261 +437.153 +499.807 +461.792 +410.033 +322.455 +195.388 +180.001 +171.372 +161.753 +158.402 +181.185 +270.133 +312.611 +262.434 +288.488 +246.051 +193.133 +193.221 +199.547 +212.844 +224.258 +290.732 +359.618 +379.724 +465.977 +509.199 +520.545 +425.457 +320.448 +192.516 +172.052 +138.799 +120.317 +131.851 +149.9 +246.999 +262.345 +222.761 +249.957 +219.004 +164.293 +173.028 +180.406 +187.22 +203.71 +252.237 +307.313 +334.839 +385.589 +429.814 +421.777 +353.253 +268.023 +152.257 +128.484 +115.427 +114.623 +122.727 +147.508 +243.821 +277.582 +234.398 +255.661 +211.405 +160.979 +167.252 +184.248 +189.199 +196.54 +251.946 +309.136 +338.388 +394.941 +424.273 +422.688 +345.546 +253.28 +136.745 +127.454 +117.578 +117.309 +118.336 +146.367 +239.242 +258.817 +222.754 +254.025 +221.903 +184.235 +186.513 +192.866 +202.304 +216.062 +265.766 +328.445 +355.445 +416.414 +446.107 +444.671 +358.767 +263.566 +147.257 +127.875 +116.533 +114.932 +121.439 +147.745 +241.013 +267.574 +236.515 +274.289 +240.982 +188.046 +192.988 +198.399 +208.855 +219.831 +278.167 +341.714 +365.669 +439.991 +477.253 +454.933 +380.5 +292.169 +177.073 +168.251 +147.067 +137.186 +137.763 +144.905 +211.823 +253.813 +286.131 +310.733 +271.587 +203.969 +206.122 +205.992 +214.307 +217.041 +287.353 +330.876 +342.039 +421.476 +450.007 +441.992 +399.917 +305.472 +200.729 +191.761 +172.392 +172.191 +170.105 +169.891 +226.843 +269.673 +256.021 +291.09 +281.181 +205.667 +211.097 +202.016 +197.032 +218.558 +282.636 +339.061 +338.613 +421.094 +486.591 +457.08 +411.278 +329.343 +210.456 +200.529 +186.348 +181.481 +182.744 +202.846 +301.762 +331.334 +260.369 +275.172 +231.144 +187.085 +192.518 +191.923 +196.084 +219.951 +286.957 +339.27 +358.092 +446.412 +507.811 +507.105 +417.966 +322.867 +207.505 +196.634 +191.119 +189.508 +188.507 +209.517 +297.217 +331.838 +255.748 +280.206 +246.124 +194.378 +195.119 +199.171 +208.088 +221.241 +281.394 +346.754 +365.245 +435.123 +480.614 +456.982 +392.458 +300.94 +181.596 +163.761 +143.34 +140.009 +141.505 +147.054 +257.895 +296.944 +247.487 +278.27 +253.301 +199.966 +204.709 +212.962 +224.878 +236.042 +299.85 +345.352 +372.086 +445.578 +499.028 +481.566 +388.538 +297.623 +175.865 +163.788 +142.113 +139.889 +141.222 +163.427 +256.899 +313.694 +254.294 +300.967 +271.445 +214.366 +226.864 +216.696 +234.375 +244.976 +309.141 +357.223 +384.394 +453.963 +513.747 +508.186 +435.982 +367.567 +251.867 +213.831 +181.089 +164.814 +165.318 +176.583 +269.972 +303.407 +233.956 +251.216 +220.048 +174.104 +180.872 +190.525 +205.446 +218.682 +271.206 +325.223 +348.29 +397.883 +451.109 +435.872 +359.218 +269.016 +149.549 +137.169 +120.496 +117.851 +117.775 +135.433 +196.507 +219.619 +259.192 +260.084 +228.343 +174.45 +182.832 +189.515 +197.377 +204.621 +275.013 +332.898 +332.636 +376.689 +406.585 +387.743 +340.588 +253.025 +147.761 +147.893 +122.818 +124.469 +124.024 +134 +196.597 +251.702 +253.003 +280.408 +256.074 +213.41 +233.869 +233.825 +235.318 +253.143 +337.416 +356.801 +363.962 +452.999 +522.742 +483.901 +446.176 +367.051 +254.126 +244.064 +226.519 +224.471 +233.423 +240.762 +335.372 +374.964 +281.645 +303.687 +250.915 +194.57 +206.567 +207.689 +230.649 +243.818 +310.81 +363.645 +382.41 +462.463 +523.409 +521.481 +456.748 +369.064 +243.633 +232.967 +219.503 +218.172 +218.897 +231.091 +320.84 +361.747 +288.138 +318.814 +272.227 +204.014 +213.334 +227.38 +230.316 +230.277 +277.618 +317.764 +324.086 +397.035 +462.319 +461.435 +384.003 +293.71 +178.415 +163.33 +151.887 +142.619 +144.573 +160.199 +248.819 +277.702 +237.172 +256.001 +225.111 +177.748 +187.225 +191.944 +201.041 +215.489 +265.39 +321.668 +351.721 +419.038 +460.343 +449.259 +372.743 +284.079 +166.203 +145.526 +118.522 +114.631 +116.399 +149.397 +242.462 +265.822 +238.18 +276.233 +243.016 +194.523 +194.559 +201.219 +213.661 +224.519 +283.251 +333.553 +357.327 +406.599 +453.683 +437.615 +361.212 +278.492 +165.122 +150.475 +135.776 +133.53 +130.935 +145.848 +254.059 +297.291 +250.19 +288.645 +256.586 +203.919 +213.66 +221.63 +237.543 +249.958 +314.1 +365.147 +374.469 +450.264 +498.905 +484.363 +402.194 +318.325 +203.536 +201.29 +176.135 +179.423 +181.492 +186.741 +233.435 +260.943 +284.061 +287.658 +238.29 +182.932 +190.414 +192.383 +194.702 +189.975 +260.856 +308.716 +309.994 +379.273 +423.645 +406.725 +365.504 +279.984 +171.66 +165.5 +143.48 +126.563 +126.851 +127.756 +199.708 +237.622 +231.871 +245.937 +231.111 +167.41 +169.215 +169.672 +162.842 +163.123 +214.871 +269.901 +293.265 +356.072 +418.835 +394.333 +354.358 +282.049 +161.014 +146.232 +126.185 +123.61 +119.22 +144.262 +251.952 +270.516 +216.078 +224.765 +174.338 +146.836 +150.64 +153.55 +157.779 +170.911 +210.767 +265.173 +306.63 +369.079 +414.177 +419.496 +341.584 +252.045 +146.846 +125.107 +112.948 +110.34 +114.246 +142.334 +252.999 +262.198 +213.045 +226.296 +189.974 +152.284 +158.209 +164.58 +174.295 +188.892 +231.939 +288.876 +323.53 +375.131 +422.459 +417.847 +340.778 +244.004 +133.851 +124.438 +116.269 +117.511 +116.895 +149.57 +251.925 +259.448 +212.199 +228.431 +183.225 +157.97 +163.221 +176.08 +185.661 +187.933 +220.9 +274.438 +318.314 +386.037 +433.3 +426.569 +347.229 +268.29 +154.762 +145.071 +134.515 +132.829 +129.178 +154.224 +265.965 +264.625 +200.228 +208.139 +161.988 +159.685 +176.84 +190.362 +201.211 +207.24 +250.844 +300.114 +341.688 +412.692 +461.402 +465.569 +384.891 +300.41 +188.515 +174.869 +160.218 +157.808 +170.513 +194.11 +299.634 +321.818 +251.947 +265.602 +230.073 +183.607 +184.096 +192.597 +209.866 +216.933 +272.337 +326.637 +348.372 +438.451 +480.323 +484.243 +401.191 +311.979 +195.382 +187.739 +168.331 +168.957 +171.236 +174.822 +251.426 +276.603 +296.34 +308.281 +261.124 +204.779 +210.703 +208.073 +206.534 +221.606 +259.595 +348.711 +358.999 +437.29 +458.44 +462.095 +424.246 +328.671 +222.909 +206.336 +181.966 +168.894 +161.632 +162.763 +231.437 +264.366 +250.453 +271.926 +248.434 +182.657 +193.515 +189.197 +192.487 +205.59 +269.798 +316.463 +330.174 +405.868 +468.7 +454.383 +390.282 +311.467 +203.653 +199.963 +184.218 +182.437 +188.009 +198.658 +299.074 +320.569 +249.521 +269.773 +233.867 +185.632 +193.599 +204.79 +209.21 +227.705 +272.726 +313.217 +355.903 +440.947 +494.019 +497.403 +396.971 +306.45 +174.263 +158.328 +134.052 +127.115 +128.054 +144.392 +256.294 +260.78 +217.118 +227.156 +195.416 +150.4 +162.535 +165.672 +171.156 +183.468 +232.164 +294.525 +345.454 +422.382 +477.288 +472.833 +393.654 +305.045 +193.869 +183.502 +171.348 +170.468 +172.774 +190.557 +298.143 +317.172 +245.763 +255.478 +185.138 +158.288 +158.288 +161.32 +176.15 +191.807 +197.556 +224.302 +273.095 +332.561 +373.069 +377.041 +312.113 +234.699 +130.594 +121.418 +112.096 +115.708 +118.834 +146.625 +254.718 +258.458 +197.365 +202.522 +149.464 +123.398 +126.947 +131.436 +140.225 +149.159 +181.196 +237.865 +275.171 +327.267 +371.281 +373.013 +308.569 +232.586 +129.208 +122.753 +114.226 +118.854 +124.03 +140.669 +253.388 +258.66 +197.528 +203.668 +173.867 +139.252 +141.114 +150.922 +150.613 +165.477 +201.581 +260.047 +291.338 +343.192 +385.875 +375.868 +310.507 +233.055 +132.269 +129.693 +116.143 +114.732 +117.01 +131.119 +207.112 +210.801 +233.002 +222.598 +190.505 +145.232 +138.647 +148.788 +148.184 +148.929 +215.069 +258.58 +282.328 +332.298 +367.191 +360.556 +319.965 +244.975 +145.232 +141.747 +124.735 +121.825 +127.046 +131.082 +203.933 +232.313 +225.951 +220.193 +215.636 +159.627 +157.8 +151.423 +146.552 +152.409 +200.045 +257.16 +280.161 +339.41 +377.604 +346.837 +314.925 +240.91 +140.408 +125.416 +117.251 +117.105 +118.289 +147.165 +253.475 +261.163 +203.137 +227.223 +186.836 +156.243 +152.82 +154.881 +158.545 +175.318 +208.868 +273.108 +294.059 +337.061 +383.189 +379.112 +312.724 +235.899 +136.453 +127.19 +118.758 +116.706 +118.232 +146.732 +252.283 +261.037 +201.835 +212.189 +179.249 +142.973 +144.808 +154.634 +159.511 +175.069 +217.201 +272.724 +301.33 +345.731 +381.777 +379.243 +311.354 +238.223 +134.713 +128.86 +120.308 +114.068 +117.625 +150.097 +250.049 +262.684 +204.306 +208.222 +173.369 +141.851 +145.635 +142.525 +140.554 +149.072 +176.455 +232.393 +294.192 +341.282 +378.886 +381.929 +313.901 +242.282 +151.831 +130 +123.749 +112.503 +112.539 +149.519 +252.884 +258.053 +197.418 +203.714 +160.597 +142.51 +141.072 +159.732 +160.242 +172.535 +213.121 +274.654 +308.621 +366.887 +414.211 +417.614 +353.886 +262.515 +157.92 +159.499 +141.862 +127.44 +135.56 +164.058 +274.185 +287.771 +234.075 +247.721 +211.617 +173.225 +175.138 +181.172 +195.174 +206.375 +255.783 +301.632 +325.973 +398.627 +452.76 +454.815 +384.444 +289.566 +190.613 +185.325 +166.692 +148.135 +146.541 +154.174 +216.524 +230.895 +268.401 +256.745 +226.161 +173.351 +169.407 +168.078 +184.038 +169.168 +234.089 +285.7 +291.977 +349.91 +370.494 +362.676 +323.759 +247.781 +146.684 +141.647 +125.801 +124.127 +128.169 +131.543 +198.258 +234.13 +227.956 +216.223 +198.543 +145.722 +152.861 +140.161 +141.873 +151.347 +201.913 +237.871 +277.782 +331.384 +381.866 +353.299 +313.135 +243.772 +137.078 +128.974 +116.352 +114.913 +118.069 +148.58 +252.561 +261.634 +200.41 +207.933 +160.083 +129.267 +127.796 +143.658 +154.413 +163.487 +203.513 +266.879 +301.088 +356.503 +382.773 +380.007 +315.271 +239.972 +133.611 +126.946 +119.348 +117.042 +118.631 +148.821 +252.447 +261.154 +196.177 +227.308 +185.929 +154.371 +160.659 +170.835 +179.2 +195.585 +232.631 +283.31 +312.702 +394.481 +427.445 +436.198 +345.488 +277.475 +162.638 +155.387 +146.757 +142.912 +145.486 +171.374 +284.596 +314.77 +247.782 +255.932 +218.976 +182.812 +184.787 +185.742 +195.757 +201.579 +250.56 +309.791 +348.933 +441.745 +483.226 +486.11 +406.23 +323.403 +213.211 +197.322 +190.267 +184.938 +187.054 +205.103 +317.263 +338.581 +259.542 +266.395 +218.424 +182.349 +180.592 +184.733 +185.785 +197.677 +249.141 +299.532 +354.426 +434.336 +459.335 +464.984 +386.196 +305.076 +189.147 +173.657 +165.079 +156.366 +158.75 +178.856 +288.694 +309.728 +241.339 +267.341 +241.49 +194.535 +205.743 +203.652 +207.701 +212.569 +257.228 +308.992 +360.574 +467.701 +504.092 +512.727 +425.085 +342.683 +227.993 +218.518 +197.969 +191.887 +183.081 +191.131 +270.946 +288.268 +305.651 +307.498 +249.111 +200.708 +206.437 +210.496 +217.191 +215.599 +293.49 +334.131 +349.265 +450.909 +464.33 +470.303 +426.605 +338.981 +231.709 +224.504 +203.421 +207.578 +200.674 +206.115 +281.498 +309.998 +276.637 +297.019 +255.089 +196.86 +197.828 +179.648 +173.642 +183.472 +237.336 +282.637 +311.592 +403.572 +418.236 +382.182 +329.231 +255.727 +132.208 +124.896 +111.991 +116.896 +121.895 +147.51 +254.709 +263.828 +201.154 +218.218 +178.763 +139.578 +151.176 +152.695 +151.98 +162.894 +197.462 +263.752 +303.409 +388.06 +405.387 +394.301 +308.58 +237.856 +131.208 +120.524 +113.061 +113.79 +118.177 +146.448 +253.2 +262.089 +197.259 +213.251 +179.95 +145.192 +152.995 +158.011 +168.196 +184.818 +218.434 +272.303 +302.101 +382.447 +413.761 +408.723 +319.447 +240.816 +130.611 +124.703 +116.223 +113.385 +118.107 +148.307 +251.678 +262.767 +197.925 +228.082 +197.697 +170.487 +174.488 +180.014 +199.07 +203.868 +251.276 +302.973 +323.822 +400.389 +426.985 +413.264 +330.882 +247.354 +134.433 +124.256 +117.544 +114.811 +119.085 +149.073 +252.664 +262.809 +208.488 +245.602 +219.413 +179.167 +193.331 +201.424 +209.714 +222.532 +275.472 +325.109 +340.211 +420.485 +454.92 +440.082 +356.7 +269.32 +138.789 +129.087 +117.472 +112.131 +116.235 +148.479 +255.117 +262.592 +199.269 +220.1 +199.868 +169.115 +169.667 +178.417 +194.286 +199.79 +235.678 +285.793 +316.58 +378.253 +400.421 +398.012 +325.111 +241.602 +143.079 +131.088 +115.979 +110.262 +114.826 +131.662 +206.626 +211.778 +236.615 +207.929 +150.32 +129.717 +142.097 +142.428 +135.929 +142.391 +184.814 +225.651 +279.886 +356.416 +367.756 +371.037 +335.613 +263.768 +152.013 +148.104 +130.952 +129.098 +131.048 +136.249 +197.624 +232.47 +229.358 +234.08 +211.889 +162.042 +176.908 +151.06 +149.491 +157.152 +193.144 +238.775 +296.492 +368.032 +408.518 +376.916 +341.803 +264.433 +135.431 +120.882 +112.954 +110.863 +114.497 +146.851 +253.714 +263.402 +199.418 +247.502 +225.962 +183.88 +189.038 +197.047 +194.734 +204.879 +252.971 +328.016 +357.9 +440.237 +468.093 +470.175 +392.866 +275.015 +156.784 +138.401 +128.91 +125.257 +127.82 +151.387 +252.639 +269.969 +210.353 +214.038 +169.442 +153.436 +162.192 +173.582 +172.881 +184.123 +222.653 +285.526 +314.63 +387.866 +414.751 +426.365 +348.834 +271.774 +156.566 +134.455 +126.528 +125.62 +127.255 +142.586 +253.004 +268.167 +202.38 +211.556 +192.679 +147.239 +163.404 +168.414 +166.389 +177.296 +203.105 +224.707 +281.701 +346.03 +371.554 +377.367 +308.171 +234.613 +132.044 +118.28 +114.684 +116.141 +117.835 +148.732 +256.237 +266.619 +204.181 +200.457 +144.503 +122.861 +125.521 +121.478 +130.665 +154.196 +152.92 +212.391 +287.448 +340.76 +367.191 +371.02 +305.569 +236.673 +131.143 +125.343 +117.729 +115.529 +118.979 +151.279 +254.61 +272.384 +206.083 +203.761 +147.319 +129.604 +123.277 +132.638 +130.216 +140.253 +146.584 +215.046 +283.164 +339.207 +369.294 +369.47 +306.052 +235.599 +134.16 +134.717 +119.911 +117.297 +120.621 +134.75 +207.007 +222.141 +242.208 +213.677 +162.828 +132.757 +135.005 +139.595 +129.838 +125.694 +173.067 +218.419 +277.76 +345.504 +350.002 +351.04 +315.698 +241.605 +136.611 +135.313 +119.533 +117.878 +123.608 +126.59 +194.797 +232.015 +221.509 +205.335 +187.724 +142.866 +133.588 +124.004 +121.55 +125.454 +153.244 +199.981 +265.242 +335.096 +367.795 +341.135 +310.084 +241.58 +131.115 +124.741 +118.431 +118.544 +121.613 +148.346 +253.623 +272.305 +209.502 +201.475 +148.332 +126.618 +123.895 +122.111 +126.866 +145.217 +158.461 +211.454 +283.569 +342.029 +366.119 +371.149 +303.889 +241.895 +136.685 +126.598 +118.205 +118.482 +120.087 +149.262 +253.785 +269.404 +207.537 +204.513 +155.353 +127.375 +137.426 +146.067 +156.778 +164.799 +184.775 +242.979 +305.079 +363.095 +394.208 +394.137 +323.859 +250.218 +143.011 +130.544 +114.901 +117.471 +117.089 +150.098 +255.515 +266.13 +202.157 +199.786 +141.135 +135.12 +127.203 +124.938 +129.34 +146.146 +156.282 +219.073 +281.977 +339.641 +369.361 +372.46 +305.542 +235.875 +131.832 +121.018 +115.395 +117.197 +121.841 +148.641 +255.564 +266.934 +202.1 +205.003 +162.009 +135.555 +140.286 +142.568 +151.166 +165.658 +193.051 +249.305 +302.627 +361.949 +387.134 +392.665 +305.133 +236.354 +132.295 +123.273 +114.25 +118.347 +116.364 +150.238 +255.27 +265.577 +203.503 +202.564 +150.175 +129.209 +130.172 +127.094 +134.825 +146.782 +150.328 +214.672 +288.727 +340.569 +370.505 +371.248 +307.25 +236.481 +135.39 +137.188 +119.339 +117.399 +122.087 +134.271 +206.815 +223.753 +251.333 +213.109 +158.833 +135.361 +130.52 +132.102 +129.63 +127.863 +169.772 +221.67 +275.057 +337.269 +349.569 +352.34 +318.239 +248.796 +141.818 +142.942 +125.988 +123.277 +128.627 +132.793 +198.981 +238.523 +232.445 +210.163 +176.802 +139.437 +139.941 +127.44 +124.427 +129.788 +159.63 +208.035 +279.407 +339.372 +365.511 +346.105 +312.935 +248.054 +134.558 +126.883 +118.898 +116.516 +121.461 +149.341 +253.252 +272.887 +207.754 +204.207 +159.466 +134.686 +131.506 +133.378 +139.75 +142.117 +156.647 +224.049 +289.087 +338.981 +373.482 +370.092 +304.048 +235.489 +130.335 +123.284 +114.88 +115.594 +119.109 +149.096 +255.318 +270.163 +204.813 +197.647 +159.549 +142.942 +145.111 +149.985 +154.956 +169.94 +195.543 +249.948 +286.994 +344.746 +371.539 +378.877 +308.058 +237.11 +134.009 +126.019 +117.676 +119.078 +119.811 +149.065 +254.567 +270.984 +202.037 +209.939 +177.923 +161.061 +170.815 +176.827 +179.913 +195.106 +226.035 +287.915 +314.911 +365.422 +395.773 +389.313 +319.959 +250.219 +140.804 +120.583 +110.832 +112.164 +112.648 +146.395 +253.752 +262.558 +200.028 +205.11 +167.324 +143.672 +140.098 +138.178 +156.518 +172.956 +201.339 +254.795 +305.213 +366.116 +398.654 +397.511 +311.561 +238.077 +133.26 +123.372 +113.899 +115.633 +118.245 +147.839 +256.044 +271.895 +205.567 +203.423 +147.11 +128.818 +130.507 +128.54 +132.855 +142.46 +151.686 +213.057 +289.394 +343.795 +371.552 +373.246 +306.207 +239.064 +137.209 +133.56 +118.798 +117.752 +120.437 +134.385 +209.022 +236.106 +250.798 +213.58 +157.914 +136.53 +129.732 +130.876 +131.032 +130.833 +169.659 +224.477 +280.296 +339.271 +354.747 +355.764 +325.504 +247.786 +144.507 +141.162 +126.76 +125.09 +127.91 +133.542 +199.322 +251.541 +230.103 +210.237 +180.154 +139.562 +138.256 +131.309 +126.184 +129.644 +158.161 +210.004 +294.029 +337.808 +366.255 +347.47 +315.361 +247.138 +136.004 +126.517 +118.952 +117.334 +119.859 +156.753 +257.367 +281.904 +205.958 +201.295 +152.362 +129.332 +127.191 +129.893 +136.064 +142.112 +154.274 +219.268 +305.597 +343.348 +371.518 +376.887 +311.765 +241.331 +132.963 +127.037 +118.732 +116.57 +121.642 +153.274 +259.251 +282.455 +206.295 +204.319 +157.702 +134.843 +136.918 +136.523 +142.58 +152.941 +175.196 +235.075 +303.018 +342.806 +367.284 +374.75 +308.098 +240.316 +135.856 +125.423 +115.726 +119.427 +119.088 +154.465 +259.033 +281.649 +207.938 +205.454 +147.683 +129.062 +128.897 +128.444 +134.667 +145.515 +154.846 +218.492 +302.576 +340.615 +373.461 +371.014 +306.162 +236.386 +136.545 +128.522 +117.293 +119.859 +121.796 +149.323 +255.412 +288.069 +209.508 +203.472 +146.976 +128.433 +130.591 +129.477 +132.438 +145.844 +154.798 +218.752 +302.789 +343.831 +375.384 +371.413 +306.007 +239.27 +135.529 +127.374 +119.672 +118.436 +120.248 +152.747 +252.512 +287.454 +209.632 +198.979 +151.684 +130.976 +129.48 +133.129 +135.103 +142.527 +157.057 +220.798 +302.937 +341.645 +369.13 +372.227 +305.535 +242.377 +137.287 +133.923 +120.062 +117.935 +120.988 +135.47 +206.797 +237.629 +243.799 +216.348 +178.335 +150.407 +152.797 +157.852 +153.817 +151.012 +202.24 +247.069 +300.724 +343.324 +350.28 +366.104 +327.937 +251.489 +137.477 +135.449 +119.581 +118.902 +125.167 +126.427 +195.304 +248.733 +226.656 +227.118 +215.037 +165.615 +172.376 +162.27 +158.556 +165.213 +208.344 +256.84 +316.003 +374.486 +406.101 +388.289 +350.596 +274.979 +160.628 +138.429 +129.71 +123.929 +113.976 +149.13 +256.32 +283.74 +210.226 +207.315 +150.589 +128.42 +128.551 +129.996 +135.533 +144.517 +155.853 +218.931 +306.184 +346.897 +370.834 +377.178 +312.68 +242.27 +137.569 +126.384 +116.702 +117.642 +121.377 +153.815 +258.944 +283.743 +206.598 +202.973 +147.145 +129.128 +130.202 +128.635 +133.466 +144.436 +155.654 +217.856 +306.102 +343.26 +370.578 +376.882 +310.687 +241.295 +138.312 +126.893 +118.083 +119.549 +121.322 +147.705 +256.41 +286.458 +206.813 +201.326 +151.605 +127.184 +126.096 +127.093 +138.026 +154.882 +171.555 +236.789 +317.982 +355.927 +365.152 +373.84 +306.833 +240.835 +127.685 +122.606 +112.803 +110.117 +118.061 +152.572 +248.686 +289.664 +216.229 +210.831 +151.737 +131.404 +127.834 +128.477 +136.372 +142.716 +158.087 +220.56 +303.795 +347.343 +374.368 +380.606 +310.598 +245.604 +136.355 +127.659 +119.399 +117.849 +121.522 +152.037 +253.626 +288.529 +210.276 +202.427 +153.736 +132.909 +128.915 +128.501 +135.663 +142.924 +154.478 +218.584 +302.289 +341.106 +368.369 +373.216 +307.531 +238.611 +138.528 +131.473 +115.858 +117.495 +118.831 +134.615 +209.233 +236.494 +252.139 +214.714 +159.036 +134.695 +131.663 +132.259 +128.907 +129.448 +168.565 +223.794 +292.436 +341.293 +352.021 +356.356 +325.829 +249.843 +145.134 +141.42 +124.998 +125.691 +128.106 +131.891 +202.558 +251.08 +236.009 +212.778 +176.048 +138.422 +141.612 +124.796 +124.4 +132.325 +158.576 +211.55 +295.599 +338.857 +373.995 +348.232 +319.582 +247.587 +137.946 +127.846 +118.997 +118.944 +122.161 +154.197 +262.253 +282.524 +207.302 +204.339 +158.003 +135.849 +133.113 +135.073 +137.683 +153.584 +175.216 +229.132 +306.607 +339.933 +377.081 +369.877 +309.111 +237.631 +136.131 +124.8 +118.936 +118.125 +118.566 +151.835 +253.569 +283.989 +209.778 +208.825 +156.12 +131.861 +133.278 +132.801 +141.728 +147.359 +167.523 +227.393 +304.151 +344.393 +377.205 +377.01 +312.61 +244.395 +134.767 +125.56 +118.263 +117.12 +119.356 +151.422 +251.985 +286.465 +212.448 +200.787 +150.02 +132.567 +130.948 +132.36 +137.846 +142.985 +157.474 +223.353 +307.085 +341.086 +376.065 +375.416 +309.638 +244.598 +135.262 +126.271 +117.939 +117.844 +120.762 +151.648 +253.174 +287.603 +212.35 +209.249 +150.373 +130.693 +130.745 +130.154 +137.486 +146.068 +159.141 +222.149 +311.834 +344.101 +374.623 +377.584 +313.979 +245.78 +138.219 +127.832 +118.811 +120.597 +121.789 +157.968 +263.927 +285.1 +208.213 +204.854 +156.075 +132.443 +135.122 +136.44 +140.745 +149.427 +167.929 +227.042 +309.916 +342.624 +372.517 +376.122 +311.703 +241.073 +137.579 +132.96 +116.095 +119.106 +119.787 +133.564 +211.254 +234.723 +245.618 +213.353 +151.508 +127.284 +135.136 +138.882 +141.386 +146.189 +185.358 +231.321 +297.698 +348.824 +350.399 +353.963 +322.233 +250.947 +145.565 +141.963 +127.009 +122.761 +126.103 +142.29 +212.916 +261.996 +245.383 +234.318 +189.376 +154.272 +159.811 +141.713 +145.51 +147.311 +154.708 +212.039 +295.127 +340.77 +369.444 +345.768 +314.882 +249.828 +136.796 +136.723 +126.936 +116.837 +118.85 +122.113 +149.18 +257.808 +269.006 +206.587 +203.616 +156.36 +128.069 +131.069 +132.25 +136.63 +148 +159.095 +235.905 +308.88 +345.356 +375.678 +376.448 +315.252 +247.337 +136.343 +128.909 +119.064 +117.5 +122.924 +157.608 +260.325 +271.948 +208.33 +203.892 +149.93 +129.7 +131.513 +132.828 +137.482 +143.92 +158.981 +237.459 +309.785 +345.129 +374.622 +377.959 +309.563 +245.98 +137.335 +127.099 +120.075 +118.222 +122.453 +149.646 +256.743 +274.398 +208.772 +203.768 +149.475 +130.047 +130.012 +130.518 +136.342 +145.715 +158.768 +236.606 +309.648 +347.374 +374.851 +381.078 +312.509 +245.392 +139.02 +128.016 +119.579 +120.649 +122.963 +148.662 +257.695 +273.006 +205.721 +204.979 +148.459 +129.191 +130.943 +129.451 +134.193 +146.586 +158.557 +233.207 +310.702 +345.376 +375.539 +378.372 +313.504 +244.529 +137.833 +124.378 +119.45 +119.578 +119.913 +152.58 +255.296 +264.263 +204.315 +199.169 +145.271 +133.077 +132.852 +130.449 +139.255 +149.034 +159.415 +239.118 +307.436 +348.183 +375.752 +380.706 +314.498 +245.572 +137.248 +136.546 +120.907 +120.642 +122.796 +138.056 +208.917 +224.668 +248.746 +213.372 +163.284 +137.282 +131.304 +132.354 +132.381 +131.998 +174.261 +240.209 +297.818 +344.249 +356.256 +361.724 +325.236 +253.224 +144.361 +141.137 +125.643 +126.507 +127.662 +134.24 +206.257 +239.633 +233.75 +209.986 +183.012 +141.145 +142.159 +127.111 +125.207 +132.594 +162.271 +227.365 +295.245 +340.076 +369.92 +350.14 +316.097 +252.221 +135.968 +128.067 +117.978 +118.139 +121.534 +152.72 +255.593 +276.838 +213.125 +204.913 +150.621 +130.34 +132.68 +133.296 +138.186 +148.563 +161.145 +239.219 +310.689 +347.43 +374.839 +380.836 +314.984 +246.836 +139.235 +127.685 +120.487 +119.885 +123.311 +150.274 +258.634 +268.441 +206.489 +206.146 +150.458 +129.027 +130.994 +129.641 +134.255 +146.229 +158.739 +236.961 +309.201 +346.142 +372.467 +378.821 +313.802 +244.402 +134.811 +126.087 +120.836 +117.106 +122.142 +155.9 +260.149 +263.805 +208.819 +203.535 +155.478 +133.564 +130.823 +133.498 +141.122 +145.732 +163.793 +238.986 +308.878 +344.354 +375.948 +376.658 +309.991 +240.043 +131.618 +126.576 +116.288 +115.1 +118.846 +149.905 +255.484 +265.196 +204.328 +198.776 +156.144 +141.982 +144.323 +139.519 +146.031 +153.63 +174.843 +257.317 +308.619 +346.425 +376.506 +381.004 +314.116 +248.121 +137.378 +130.275 +120.243 +120.647 +122.878 +154.449 +255.603 +277.513 +216.38 +206.697 +150.343 +133.49 +133.784 +135.262 +139.899 +149.419 +161.862 +241.114 +314.285 +348.343 +377.134 +379.335 +315.63 +247.886 +140.376 +136.354 +119.364 +122.527 +122.513 +139.731 +215.689 +219.922 +246.263 +218.315 +166.678 +137.845 +135.728 +136.643 +133.637 +133.779 +174.686 +240.611 +296.28 +342.215 +355.012 +358.851 +326.619 +250.406 +145.851 +141.872 +124.771 +126.507 +128.701 +132.086 +209.396 +244.26 +237.873 +209.555 +176.683 +137.612 +142.938 +128.986 +126.513 +135.244 +161.66 +230.842 +297.364 +339.161 +373.638 +348.914 +321.546 +254.753 +135.997 +127.124 +121.696 +116.764 +122.372 +152.133 +256.269 +275.359 +213.548 +203.564 +151.597 +130.797 +127.761 +129.512 +138.46 +147.476 +161.139 +239.365 +312.092 +345.974 +376.167 +379.871 +320.463 +248.289 +136.216 +130.416 +120.406 +121.109 +123.25 +151.246 +256.601 +276.455 +213.221 +205.301 +150.736 +131.496 +131.532 +132.934 +139.794 +148.029 +159.399 +241.376 +311.72 +348.614 +378.372 +385.424 +315.97 +246.309 +137.725 +127.957 +119.936 +117.402 +122.165 +156.152 +259.805 +272.181 +208.48 +201.81 +153.057 +130.181 +130.431 +130.763 +136.503 +146.079 +159.227 +238.155 +311.764 +348.135 +379.965 +380.914 +316.311 +246.599 +137.408 +126.206 +117.185 +120.04 +121.642 +153.777 +260.799 +272.971 +206.802 +204.883 +148.609 +129.392 +130.975 +131.261 +136.506 +146.799 +156.988 +239.307 +310.361 +348.634 +379.182 +381.662 +316.591 +247.593 +137.856 +123.917 +121.611 +120.107 +120.162 +156.384 +263.021 +270.331 +208.687 +202.345 +147.654 +131.615 +132.826 +131.88 +141.46 +148.303 +156.994 +240.733 +311.419 +346.38 +379.603 +381.234 +314.877 +247.833 +137.284 +134.96 +121.124 +116.544 +122.794 +139.938 +214.087 +220.38 +247.322 +215.216 +167.921 +141.528 +129.923 +133.619 +129.565 +128.713 +175.909 +241.693 +293.538 +344.117 +353.292 +357.226 +327.123 +248.53 +144.853 +141.943 +126.162 +124.116 +128.865 +132.875 +203.62 +239.961 +232.143 +212.645 +178.401 +150.236 +148.656 +143.238 +134.998 +138.632 +161.569 +221.52 +290.905 +341.193 +369.412 +345.623 +317.834 +252.728 +137.102 +131.316 +116.434 +128.225 +133.886 +161.624 +270.455 +284.465 +218.799 +205.803 +151.271 +125.688 +125.798 +130.458 +135.861 +146.142 +159.872 +240.085 +307.722 +352.95 +377.29 +384.658 +316.75 +248.049 +137.495 +127.996 +117.057 +121.279 +121.335 +150.178 +257.773 +277.182 +214.079 +206.292 +151.403 +129.687 +132.75 +133.149 +137.812 +151.885 +161.19 +239.791 +313.915 +353.331 +380.526 +384.87 +318.754 +251.66 +134.833 +131.042 +121.53 +120.779 +123.452 +160.134 +264.831 +274.441 +215.469 +201.717 +155.079 +132.582 +130.19 +134.213 +141.809 +149.827 +160.709 +239.139 +313.896 +349.291 +380.21 +385.053 +315.594 +248.837 +136.371 +129.178 +119.12 +117.887 +123.199 +153.769 +256.868 +276.267 +214.646 +205.313 +152.503 +134.123 +134.552 +135.752 +142.66 +151.582 +161.423 +241.292 +316.405 +349.75 +382.375 +381.613 +318.668 +248.066 +138.652 +128.443 +120.215 +121.44 +123.168 +150.587 +258.302 +286.442 +202.912 +199.198 +147.455 +126.032 +124.294 +132.365 +139.723 +151.565 +163.821 +241.405 +318.532 +348.694 +382.006 +382.181 +318.859 +248.964 +142.035 +137.407 +121.694 +123.224 +125.05 +136.092 +214.064 +242.073 +256.326 +219.109 +162.914 +137.269 +137.445 +137.158 +134.315 +138.144 +175.438 +245.359 +303.227 +345.927 +362.738 +360.534 +332.236 +257.86 +148.768 +139.947 +130.717 +128.052 +128.425 +135.996 +210.229 +258.163 +237.516 +213.812 +173.117 +141.543 +143.964 +129.26 +130.528 +137.941 +161.286 +231.831 +302.296 +345.295 +377.586 +352.491 +323.438 +256.693 +137.129 +128.448 +123.5 +116.587 +121.858 +159.759 +262.885 +288.234 +212.512 +204.764 +157.46 +135.773 +132.651 +133.42 +140.11 +144.781 +157.72 +241.89 +316.248 +348.926 +380.512 +385.033 +316.329 +249.198 +136.619 +127.624 +122.025 +119.412 +124.365 +158.48 +264.058 +288.642 +215.121 +206.972 +154.184 +135.097 +135.326 +137.575 +143.233 +151.822 +163.066 +244.331 +319.615 +353.218 +380.553 +385.207 +320.539 +250.172 +138.332 +128.007 +122.778 +121.006 +125.046 +157.609 +263.774 +287.812 +212.972 +206.039 +153.403 +133.552 +136.519 +136.328 +141.874 +151.782 +161.609 +243.31 +319.122 +353.126 +378.543 +385.322 +322.239 +250.112 +140.362 +130.286 +121.957 +122.164 +125.482 +157.328 +265.534 +289.128 +213.28 +205.536 +154.664 +133.835 +135.692 +135.747 +140.417 +151.804 +161.433 +241.882 +318.631 +353.21 +380.441 +384.24 +320.42 +251.545 +136.675 +130.119 +122.791 +120.468 +125 +158.86 +262.017 +288.282 +217.471 +202.331 +156.23 +134.436 +132.211 +135.27 +143.265 +150.005 +161.966 +241.754 +320.147 +351.83 +383.751 +384.611 +320.236 +250.238 +140.699 +139.118 +122.516 +122.741 +125.324 +143.485 +216.775 +238.835 +254.505 +217.156 +164.429 +142.554 +139.854 +140.939 +140.709 +139.504 +178.483 +245.615 +308.171 +352.172 +362.136 +363.366 +333.346 +257.941 +147.946 +145.979 +129.17 +128.767 +131.954 +137.55 +204.167 +262.052 +243.145 +209.913 +182.091 +144.928 +146.823 +132.651 +129.847 +137.445 +163.072 +229.758 +304.458 +346.918 +375.406 +352.563 +320.042 +257.03 +139.071 +129.172 +121.346 +121.054 +123.652 +158.663 +263.913 +287.428 +212.585 +206.567 +156.166 +133.564 +135.252 +134.745 +138.752 +147.942 +158.488 +243.485 +315.651 +351.691 +379.062 +384.029 +320.696 +249.369 +139.681 +129.438 +121.572 +121.757 +125.4 +157.892 +265.599 +287.753 +217.972 +205.668 +154.945 +134.466 +137.19 +136.124 +142.095 +152.976 +163.005 +242.76 +318.715 +351.909 +384.956 +387.122 +321.718 +250.541 +138.882 +130.544 +122.268 +120.768 +124.04 +159.647 +266.638 +288.541 +214.335 +205.913 +152.623 +131.676 +131.046 +134.11 +141.36 +149.443 +160.749 +242.233 +316.209 +350.632 +379.042 +384.399 +321.75 +252.488 +137.589 +129.06 +121.964 +118.42 +123.264 +152.774 +257.497 +291.099 +216.529 +205.626 +151.371 +130.705 +130.335 +132.215 +137.484 +149.511 +160.45 +240.096 +315.672 +351.865 +384.07 +387.253 +321.231 +250.24 +137.582 +127.878 +118.819 +121.245 +123.026 +151.832 +258.451 +290.99 +212.535 +206.618 +152.79 +130.536 +131.933 +132.624 +138.42 +149.004 +160.132 +243.304 +314.015 +352.924 +380.106 +386.91 +321.025 +251.276 +139.953 +135.121 +117.949 +120.522 +121.841 +138.592 +216.255 +235.964 +248.766 +216.573 +166.99 +139.035 +137.572 +138.525 +133.396 +133.767 +173.798 +243.529 +301.197 +349.095 +360.55 +364.369 +331.278 +257.923 +146.245 +141.549 +131.016 +127.076 +130.223 +137.269 +208.802 +264.871 +239.172 +211.736 +179.866 +145.777 +145.525 +130.653 +128.88 +135.17 +161.111 +233.796 +303.765 +348.352 +379.126 +358.273 +325.534 +256.86 +137.634 +131.206 +120.321 +120.382 +123.838 +156.962 +266.592 +289.009 +218.032 +207.976 +153.658 +132.443 +131.632 +133.92 +141.034 +149.116 +160.951 +245.2 +315.425 +354.007 +378.69 +384.652 +320.755 +251.964 +136.663 +129.442 +121.703 +120.188 +123.971 +158.144 +266.776 +289.29 +212.575 +206.456 +151.979 +132.733 +132.75 +133.674 +140.845 +150.602 +160.606 +243.727 +317.379 +353.179 +381.992 +386.514 +321.047 +251.532 +138.073 +128.354 +119.83 +121.974 +124.694 +157.077 +267.708 +290.508 +214.047 +207.213 +155.09 +133.289 +134.127 +135.382 +140.29 +150.801 +160.938 +246.02 +316.354 +355.034 +380.078 +384.905 +320.79 +251.077 +138.791 +129.844 +117.982 +121.299 +123.311 +157.689 +262.263 +288.178 +215.106 +204.812 +151.539 +130.268 +133.09 +133.254 +140.045 +151.417 +160.971 +245.054 +318.08 +352.255 +384.275 +387.366 +321.703 +253.877 +138.754 +131.565 +123.12 +122.044 +125.731 +160.026 +264.094 +289.772 +218.006 +203.913 +154.014 +135.928 +134.155 +135.541 +143.321 +149.629 +162.5 +248.065 +319.901 +354.882 +385.461 +385.543 +323.675 +251.797 +140.201 +138.738 +122.951 +122.341 +124.845 +142.413 +216.398 +238.864 +258.142 +217.413 +160.831 +140.912 +134.077 +134.967 +133.725 +132.635 +173.923 +249.037 +303.024 +347.913 +362.259 +365.316 +333.763 +256.803 +146.764 +145.142 +127.355 +128.504 +131.749 +135.376 +210.548 +265.88 +240.626 +210.574 +181.055 +141.799 +142.184 +128.995 +127.633 +134.022 +162.256 +234.432 +302.198 +344.623 +377.328 +353.835 +326.073 +256.479 +139.041 +130.496 +120.686 +123.627 +125.731 +158.256 +268.543 +289.555 +218.896 +206.925 +154.435 +133.991 +135.179 +136.315 +141.291 +151.84 +162.045 +246.277 +320.596 +353.478 +387.25 +385.698 +322.516 +251.996 +140.908 +132.104 +123.184 +124.95 +126.725 +160.033 +268.166 +290.095 +218.793 +207.065 +156.373 +135.25 +137.223 +136.707 +141.804 +152.35 +162.96 +245.542 +321.988 +351.584 +386.832 +385.875 +322.502 +254.808 +139.095 +130.743 +125.462 +121.477 +125.449 +162.634 +263.75 +289.491 +217.2 +204.425 +156.9 +136.575 +134.175 +135.604 +142.555 +149.248 +162.234 +244.445 +321.509 +353.237 +385.252 +385.258 +321.597 +254.585 +137.061 +130.007 +124.242 +119.37 +125.355 +160.536 +263.345 +290.075 +219.735 +204.464 +156.619 +137.775 +135.926 +137.675 +144.491 +150.835 +162.785 +247.662 +321.669 +356.788 +384.082 +388.581 +324.341 +250.994 +139.065 +132.279 +121.538 +122.155 +125.879 +158.132 +265.67 +289.718 +217.835 +204.785 +152.555 +134.45 +136.025 +136.266 +142.567 +151.15 +161.881 +245.885 +320.737 +354.233 +384.861 +387.386 +323.919 +251.152 +139.022 +134.041 +121.702 +119.808 +123.427 +141.501 +215.012 +239.461 +256.196 +218.548 +162.698 +139.345 +137.407 +137.61 +135.852 +136.946 +174.973 +248.118 +305.115 +350.118 +362.492 +366.318 +333.253 +256.513 +147.526 +144.526 +126.071 +129.614 +130.891 +133.863 +206.335 +263.849 +242.317 +212.713 +177.009 +141.806 +145.796 +132.049 +129.216 +138.613 +163.746 +235.333 +304.543 +350.09 +377.948 +358.381 +324.187 +258.301 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_p.csv new file mode 100644 index 0000000..00ee2b4 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_p.csv @@ -0,0 +1,8760 @@ +744.798 +500.907 +564.904 +499.674 +868.259 +1384.02 +1840.77 +1661.83 +1901.52 +1843.77 +2506.15 +2759.83 +2458.4 +2482.99 +2257.07 +2212.29 +2389.95 +2708.76 +2587.59 +2441.96 +2483.38 +2296.7 +1597.65 +1093.83 +798.598 +527.361 +592.338 +537.524 +884.311 +1421.92 +1810 +2333.71 +2616.25 +2788.44 +3088.54 +3245.49 +2957.46 +3006.2 +2802.8 +2718.7 +2993.41 +3068.85 +2771.11 +2678.06 +2684.77 +2495.04 +1774.68 +1132.9 +713.381 +513.323 +569.282 +514.361 +867.574 +1336.96 +1714.12 +2186.6 +2480.03 +2688.22 +3084.05 +3243.83 +2957.67 +3005.54 +2798.64 +2729.79 +2995.88 +3073.64 +2777.71 +2682.49 +2688.95 +2500.45 +1779.17 +1137.95 +731.602 +514.327 +569.282 +513.227 +879.104 +1331.54 +1689.64 +2193.75 +2470.31 +2686.52 +3087.28 +3244.06 +2956.41 +3002.02 +2796.9 +2710.48 +2996.62 +3071.65 +2765.59 +2678.09 +2688.68 +2501.07 +1777.74 +1137.12 +731.687 +514.31 +573.707 +519.695 +1002.64 +1421.6 +1745.17 +2187.43 +2480.39 +2682.32 +3082.39 +3242.13 +2952.76 +3003.24 +2794.01 +2702.55 +2983.5 +3070.46 +2768.28 +2678.92 +2686.65 +2501.7 +1779.02 +1143.8 +731.726 +516.934 +573.656 +520.78 +913.119 +1359.87 +1704.15 +2192.68 +2472.79 +2684.33 +3084.09 +3242.55 +2953.43 +3003.98 +2797.34 +2705.9 +2997.1 +3068.58 +2772.88 +2675.68 +2683.84 +2497.92 +1772.44 +1135.36 +707.381 +492.145 +546.199 +491.009 +815.813 +1239.25 +1718.85 +1720.68 +1947.77 +2432.35 +2765.55 +2809.38 +2580.97 +2643.04 +2353.29 +2416.36 +2485.63 +2936.78 +2784.71 +2685.62 +2435.62 +2389.61 +1742.27 +1163.07 +756.764 +500.6 +675.191 +593.883 +832.349 +1313.27 +1790.14 +1666.55 +1910.36 +1896.53 +2516.63 +2754.92 +2459.27 +2485.62 +2261.44 +2215.12 +2390.96 +2711.62 +2595.24 +2450.88 +2485.04 +2296.24 +1598.54 +1100.2 +756.169 +531.396 +584.878 +531.675 +951.628 +1417.59 +1762.08 +2194.06 +2487.17 +2691.63 +3085.42 +3248.11 +2956.36 +3002.64 +2797.66 +2710.58 +2998.18 +3072.35 +2775.37 +2674.27 +2695.63 +2510.32 +1779.81 +1144.69 +742.966 +525.708 +584.461 +528.438 +912.617 +1349.38 +1713.82 +2191.84 +2474.9 +2684.85 +3078.8 +3241.41 +2948.75 +2999.56 +2794.24 +2701.02 +2990.85 +3066.48 +2757.89 +2672.27 +2681.65 +2499.93 +1770.6 +1132.47 +718.864 +519.59 +575.43 +520.157 +890.843 +1131.24 +1482.52 +2273.53 +2665.68 +2878.79 +3272.32 +3436.36 +3151.41 +3185.73 +2979.75 +2875.31 +3157.03 +3240.21 +2915.67 +2851.01 +2862.6 +2500.98 +1773.16 +1139.4 +738.307 +522.328 +576.884 +520.904 +899.588 +1309.53 +1750.03 +2191.92 +2482.25 +2692.61 +3095.65 +3262.13 +2967.31 +3017.86 +2808.95 +2716.84 +2984.53 +3072.06 +2776.83 +2677.82 +2692.85 +2508.55 +1778.66 +1145 +740.488 +521.895 +577.726 +578.137 +878.511 +1318.36 +1739.41 +2187.45 +2488.58 +2689.76 +3082.68 +3366.33 +3075.82 +3096.31 +2975.98 +2701.8 +3180.87 +3184.48 +2885.68 +2673.85 +2683.06 +2560.24 +1770.5 +1136.93 +710.804 +494.998 +549.464 +491.243 +791.95 +1076.3 +1542.02 +1757.45 +2121.8 +2422.28 +2836.05 +2991.36 +2737.48 +2729.86 +2375.76 +2356.48 +2572.93 +2932.72 +2868.39 +2776.79 +2434.45 +2390.01 +1737.24 +1155.06 +783.93 +490.2 +544.568 +490.62 +774.702 +1294.3 +1710.42 +1656.53 +1893.37 +1829.95 +2492.97 +2761.74 +2473.69 +2652.71 +2289.79 +2376.88 +2407.69 +2734.91 +2585.71 +2443.22 +2477.79 +2301.33 +1594.48 +1096.72 +725.559 +527.776 +631.038 +527.723 +885.701 +1427.81 +1719.23 +2184.68 +2468.38 +2683.68 +3072.65 +3365.36 +3010.35 +3175.94 +2971.85 +2838.46 +3164.8 +3236.03 +2901.93 +2763.68 +2840.12 +2621.31 +1772.54 +1133.08 +767.773 +518.718 +575.842 +514.362 +912.077 +1131.24 +1482.71 +2332.73 +2662.54 +2860.86 +3237.67 +3424.03 +3151.15 +3204.35 +2989.11 +2900.88 +3170.23 +3250.63 +2913.75 +2850.42 +2866.76 +2619.67 +1883.36 +1136.3 +719.829 +522.231 +573.656 +581.704 +901.448 +1131.24 +1482.66 +2205.79 +2580.66 +2685.99 +3259.97 +3372.72 +3144.08 +3208.05 +2992.03 +2901.36 +3174.64 +3255.92 +2890.8 +2817.66 +2696.65 +2505.85 +1773.7 +1139.87 +721.387 +523.023 +578.305 +517.596 +902.321 +1351.08 +1680.99 +2179.69 +2547.58 +2792.37 +3079.83 +3363.27 +3138.69 +3196.08 +2795.71 +2804.89 +3184.9 +3071.33 +2900.63 +2676.43 +2693.05 +2507.27 +1775.1 +1140.36 +721.487 +523.02 +578.307 +517.599 +851.167 +1326.06 +1703.67 +2182.6 +2565.67 +2779.51 +3263.34 +3300.38 +3091.43 +3127.75 +2920.73 +2803.22 +3067.26 +3072.07 +2775.71 +2678 +2695.24 +2510.77 +1777.81 +1143.13 +710.204 +530.877 +550.588 +490.117 +870.883 +1366.46 +1825.64 +1775.34 +1936.61 +2429.22 +2760.92 +2809.19 +2584.83 +2545.61 +2350.63 +2316.75 +2481.58 +2937.2 +2779.76 +2695.31 +2441.79 +2396.78 +1741.28 +1157.97 +732.967 +492.468 +637.382 +498.9 +796.16 +1235.2 +1741.39 +1660.11 +1897.11 +1839.16 +2509.74 +2754.61 +2454 +2484 +2258.21 +2202.9 +2383.7 +2705.54 +2587.98 +2457.56 +2481.04 +2288.39 +1595.28 +1093.78 +728.611 +528.604 +587.431 +527.656 +881.667 +1326.03 +1689.25 +2190.84 +2474.74 +2692.62 +3081.69 +3251 +2957.53 +3010.8 +2807.37 +2707.58 +2996.66 +3074.27 +2772.8 +2679.02 +2704.25 +2524.54 +1785.39 +1143.98 +748.343 +528.009 +584.389 +531.452 +906.365 +1316.72 +1747.15 +2194.48 +2478.58 +2694.83 +3082.68 +3250.93 +2954.14 +3005.52 +2796.26 +2708.96 +2977.21 +3073.02 +2770.91 +2675.84 +2701.77 +2522.16 +1784.08 +1143.91 +737.628 +519.63 +576.462 +525.569 +883.543 +1396.26 +1750.44 +2190.02 +2483.36 +2698.33 +3084.82 +3252.73 +2954.51 +3006.82 +2801.87 +2711.09 +2991.4 +3071.22 +2772.8 +2679.21 +2697.61 +2521.29 +1783.14 +1143.47 +739.337 +522.181 +573.24 +525.594 +897.445 +1300.91 +1734.9 +2188.39 +2486.25 +2698.16 +3083.37 +3251.69 +2971.78 +3196.52 +2981.77 +2890.84 +3179.18 +3069.61 +2797.14 +2677.35 +2718.26 +2577.19 +1782.03 +1142.17 +737.546 +521.619 +578.158 +518.734 +950.332 +1330.65 +1741.97 +2185.51 +2484.03 +2693.99 +3080.25 +3379.35 +2957.23 +3133.04 +2973.82 +2798.22 +2981.89 +3069.53 +2765.3 +2676.77 +2719.47 +2520.19 +1781.55 +1143.74 +728.274 +494.842 +546.236 +494.545 +850.102 +1248.66 +1799.34 +1727.7 +1940.89 +2439.75 +2768.45 +2815.77 +2594.15 +2553.84 +2353.23 +2322.53 +2485.5 +2940.16 +2779.1 +2701.56 +2450.12 +2411.27 +1752.71 +1168.14 +766.668 +559.475 +556.499 +504.96 +829.732 +1250.29 +1765.79 +1670.01 +1903.4 +1847.3 +2522.33 +2764.84 +2460.17 +2490.07 +2255.14 +2213.13 +2392.58 +2716.43 +2595.14 +2454.04 +2489.91 +2303.6 +1602.8 +1102.49 +817.108 +619.384 +643.752 +648.306 +944.99 +1312.15 +1704.07 +2195.39 +2487.44 +2694.78 +3083.36 +3239.84 +2955.13 +3005.27 +2796.4 +2706.26 +2977.76 +3074.71 +2782.96 +2678.31 +2707.76 +2529.96 +1788.78 +1143.9 +737.773 +522.926 +580.112 +529.368 +912.858 +1381.43 +1742.92 +2192.6 +2487.82 +2698.88 +3083.76 +3241.24 +2957.51 +3008.63 +2802.61 +2708.11 +2989.73 +3074.83 +2786.99 +2683.33 +2706.62 +2525.67 +1785.51 +1141.08 +819.363 +608.86 +662.79 +611.519 +973.81 +1220.37 +1571.83 +2314.42 +2760.41 +2978.04 +3354 +3476.42 +3314.05 +3272.8 +3019.5 +2806.47 +3301.58 +3231.6 +3024.21 +2961.87 +2978.16 +2607.93 +1870.03 +1227.82 +815.842 +610.234 +667.241 +607.868 +970.978 +1370.87 +1868.65 +2270.62 +2656.52 +2781.9 +3168.99 +3343.51 +3066.56 +3112.79 +2951.37 +2882.96 +3170.44 +3177.84 +2875.73 +2785.57 +2803.28 +2614.94 +1872.37 +1230.98 +815.978 +610.41 +664.175 +609.811 +974.749 +1448.41 +1840.1 +2277.42 +2574.07 +2783.4 +3172.31 +3347.38 +3247.54 +3211.25 +3072.09 +2978.22 +3275.03 +3176.5 +2876.94 +2785.76 +2803.73 +2613.28 +1873.27 +1232.53 +803.803 +582.835 +637.536 +581.845 +941.733 +1321.08 +1901.46 +1820.71 +2032.25 +2530.6 +2857.36 +2916.98 +2695.15 +2655.35 +2439.94 +2403.76 +2563.31 +3042.37 +2902.97 +2819.02 +2557.66 +2515.62 +1847.25 +1261.4 +835.571 +676.354 +730.815 +688.132 +991.246 +1429.03 +1891.29 +1762.9 +2026.08 +1969.24 +2601.72 +2857.34 +2558.45 +2580.23 +2347.31 +2298.71 +2476.07 +2813.05 +2705.66 +2566.05 +2586.75 +2398.19 +1696.54 +1192.94 +900.502 +620.745 +730.782 +702.696 +1085.43 +1502.15 +1808.76 +2289.53 +2588.5 +2799.72 +3179.64 +3350.3 +3069.03 +3113.75 +2891.39 +2797.49 +3071.39 +3185.17 +2896.76 +2796.35 +2819.69 +2628.53 +1884.35 +1240.53 +839.858 +617.699 +702.61 +721.697 +1022.55 +1466.22 +1866.35 +2100.93 +2565.11 +2785.93 +3175.9 +3343.26 +3062.14 +3108.04 +2885.08 +2793.79 +3087.93 +3174.22 +2884.12 +2785.49 +2807.75 +2614.7 +1875.07 +1230.04 +834.159 +613.739 +673.174 +615.986 +987.103 +1401.17 +1847.33 +2094.28 +2561.21 +2784.44 +3172.73 +3338.17 +3059.58 +3108.1 +2888.29 +2790.18 +3067.7 +2990.32 +2885.4 +2782.65 +2808.91 +2618.4 +1882.54 +1238.5 +823.624 +610.92 +666.012 +617.461 +968.215 +1471.53 +1894.66 +2090.81 +2564.86 +2782.47 +3168.4 +3399.36 +3060.6 +3294.72 +3066 +2966.77 +3246.78 +2987.99 +2883.93 +2783 +2805.09 +2613.2 +1873.64 +1231.88 +826.064 +610.812 +667.164 +614.406 +996.308 +1427.13 +1815.63 +2088.5 +2560.15 +2783.57 +3171.62 +3344.56 +3064.7 +3232.79 +2891.17 +2802.73 +3083.92 +2990.13 +2890.89 +2788.32 +2811.19 +2619.03 +1878.65 +1237.08 +803.935 +583.878 +635.563 +586.846 +906.018 +1406.33 +1882.21 +1678.9 +2028.46 +2517.15 +2852.94 +2912.73 +2689.74 +2650.32 +2439.86 +2403.31 +2556.54 +2985.61 +3035.51 +2928.32 +2638.82 +2502.75 +1830.83 +1244.02 +827.415 +579.539 +642.648 +587.448 +963.64 +1433.68 +1906.53 +1563.27 +1981.58 +1928.69 +2599.64 +2853.64 +2555.95 +2582.11 +2344.61 +2296.36 +2476.43 +2627.15 +2738.12 +2593.46 +2583.45 +2398.81 +1689.26 +1249.52 +890.334 +619.442 +673.028 +670.027 +1040.11 +1410.07 +1823.5 +2099.09 +2578.53 +2790.42 +3172.29 +3338.06 +3059.55 +3104.41 +2885 +2790.91 +3078.07 +2990.91 +2921.84 +2781.49 +2811.35 +2617.38 +1876.57 +1229.4 +829.506 +617.061 +673.733 +617.558 +988.762 +1434.07 +1830.12 +2093.84 +2558.85 +2781.43 +3167.27 +3338.24 +3057.23 +3103.65 +2884.77 +2960.94 +3144.86 +3040.34 +3039.46 +2957.34 +2978.65 +2786.09 +1986.32 +1268.77 +812.854 +610.218 +664.977 +606.692 +955.338 +1220.37 +1571.77 +2250.58 +2746.45 +2959.11 +3352.25 +3449.73 +3131.38 +3296.7 +3071.85 +2874.7 +3274.7 +3080.49 +3045.22 +2965.04 +2984.72 +2613.79 +1872.18 +1230.27 +814.562 +611.342 +663.053 +611.066 +973.497 +1422.43 +1839.01 +2087.81 +2560.41 +2782.22 +3170.42 +3489.68 +3248.47 +3205.88 +3071.15 +2972.55 +3265.31 +2992.18 +2889.59 +2785.21 +2805.98 +2613.24 +1872.7 +1231.47 +815.211 +662.808 +726.932 +606.718 +1016.77 +1499.3 +1868.27 +2082.45 +2617.79 +2868.04 +3345.8 +3494.91 +3247.83 +3238.08 +3065.16 +2972.85 +3153.43 +3047.77 +3036.83 +2958 +2986.89 +2610.28 +1870.55 +1229.77 +803.865 +583.933 +639.725 +579.251 +967.678 +1393.85 +1869.09 +1624.57 +2027.94 +2526.83 +2855.02 +3036.85 +2808.55 +2684.59 +2522.26 +2397.06 +2646.88 +2844.56 +3039.23 +2928.72 +2557.79 +2504.99 +1831.22 +1248.39 +826.458 +578.23 +633.598 +578.158 +902.257 +1306.91 +1817.15 +1562.14 +1978 +2047.36 +2643.44 +2964.62 +2641.57 +2569.68 +2333.48 +2411.49 +2561.17 +2817.4 +2759.62 +2531.08 +2579.27 +2472.09 +1716.59 +1240.7 +818.922 +617.097 +669.925 +617.621 +1006.16 +1435.16 +1767.69 +2086.16 +2555.37 +2775.15 +3164.54 +3432.32 +3120.1 +3280.98 +3002.22 +2782.31 +3240.73 +3044.73 +3019.12 +2784.75 +2808.2 +2616.41 +1876.76 +1230.44 +815.672 +610.076 +670.458 +613.728 +984.308 +1455.06 +1851.97 +2089.25 +2563.2 +2784.53 +3174.53 +3346.12 +3067 +3113.84 +2893.55 +2799.9 +3069.28 +2990.09 +2890.15 +2789.29 +2812.55 +2618.38 +1877.03 +1233.56 +827.589 +610.157 +670.393 +673.783 +1026.5 +1517.1 +1863.04 +2086.78 +2616.92 +2847.34 +3325.78 +3522.3 +3236.38 +3278.09 +3052.95 +2960.18 +3207.44 +3110.55 +2944.24 +2911.66 +2980.42 +2756.35 +1984.33 +1224.51 +815.567 +610.18 +753.041 +610.055 +986.631 +1219.4 +1571.8 +2099.01 +2669.28 +2785.53 +3211.43 +3482.14 +3136.17 +3314.51 +3072.95 +2978.46 +3267.96 +3111.14 +3042.97 +2966.42 +2805.77 +2613.9 +1873.07 +1233.07 +821.215 +612.408 +667.57 +611.298 +1032.73 +1449.8 +1839.14 +2079.1 +2558.95 +2781.9 +3172.83 +3465.71 +3245.91 +3237.02 +3070.39 +2971.39 +3155.9 +2986.41 +2883 +2780.62 +2806.52 +2614.96 +1874.65 +1234.28 +809.412 +584.327 +639.722 +582.474 +935.566 +1380.87 +1881.93 +1630.16 +2025.1 +2528.32 +2858.59 +2914.6 +2737.2 +2652.2 +2438.88 +2408.59 +2557.77 +2847.04 +2900.01 +2813.65 +2552.85 +2505.5 +1840.51 +1255.76 +924.74 +586.744 +641.955 +594.08 +916.379 +1360.83 +1840.14 +1562.58 +1985.35 +1930.3 +2597.8 +2852.11 +2556.38 +2580.69 +2341.61 +2293.17 +2467.73 +2616.18 +2702.16 +2555.06 +2577.49 +2391.02 +1685.65 +1184.24 +821.603 +617.77 +676.442 +619.304 +1049.67 +1509.79 +1821.37 +2088.13 +2553.17 +2776.08 +3164.61 +3336.73 +3061.67 +3104.06 +2882.02 +2783.61 +3060.56 +2983.95 +2876.18 +2782.02 +2806.68 +2616.19 +1874.67 +1229.21 +810.521 +607.817 +664.977 +611.295 +974.486 +1450.14 +1842.56 +2081.22 +2555.69 +2779.16 +3166.57 +3337.72 +3127.67 +3293.33 +3068.28 +2840.49 +3119.32 +3091.77 +3026.8 +2964.15 +2801.17 +2613.76 +1872.22 +1226.39 +907.94 +697.001 +750.748 +697.002 +1071.18 +1526.87 +1926.39 +2171.27 +2643.95 +2868.41 +3259.65 +3578.29 +3353.5 +3402.48 +3174.72 +3072.82 +3305.94 +3195.77 +3148.6 +3065.11 +3083.67 +2711.51 +1956.76 +1316.22 +909.196 +699.344 +815.742 +695.834 +1117.21 +1548.94 +1880.23 +2160.95 +2703.07 +3041.87 +3362.12 +3640.58 +3354.37 +3399.98 +3171.55 +3066.29 +3233.97 +3251.43 +3107.43 +3023.21 +3086.22 +2861.56 +1958.82 +1314.78 +908.992 +699.928 +756.358 +696.529 +1069.23 +1496.97 +1838.37 +2171.23 +2644.12 +2866.67 +3262.75 +3570.09 +3358.28 +3404.93 +3176.4 +3072.24 +3259.08 +3086.8 +3152.55 +2888.9 +2910.5 +2715.15 +1965.11 +1325.1 +905.174 +671.378 +728.857 +672.73 +1009.1 +1474.8 +2028.07 +1724.74 +2113.95 +2615.55 +2951.21 +3018.76 +2795.92 +2749.38 +2539.37 +2508.04 +2660.38 +2953.04 +2993.65 +2915.82 +2652.53 +2603.53 +1924.55 +1342.3 +932.791 +702.745 +735.112 +765.779 +1006.05 +1451.21 +1935.22 +1653.87 +2075.46 +2021.34 +2701.36 +2962.47 +2663.79 +2684.16 +2444.8 +2391.54 +2568.55 +2716.94 +2799.29 +2658.22 +2689.32 +2482.26 +1891.77 +1279.05 +954.687 +758.991 +852.233 +799.998 +1090.56 +1539.43 +1936.45 +2176.85 +2646.9 +2870.08 +3264.03 +3453.59 +3177.86 +3217.63 +2991.02 +2892.98 +3164.71 +3075.56 +2984.41 +2895.16 +2910.95 +2714.65 +1966.07 +1321.5 +908.058 +700.612 +758.429 +706.405 +1058.88 +1504.12 +1954.11 +2170.52 +2646.26 +2868.19 +3263.79 +3460.25 +3296.15 +3400.18 +2993.05 +2891.38 +3284.28 +3194.96 +3150.96 +2889.59 +2908.53 +2713.96 +1961.71 +1321 +912.998 +699.237 +751.441 +699.529 +1072.93 +1524.65 +1948.64 +2165.71 +2641.56 +2906.36 +3389.3 +3568.34 +3296.42 +3397.32 +3169.11 +3065.34 +3340.74 +3249.57 +3138.28 +3062.76 +3081.93 +2828.58 +1957.07 +1313.13 +909.089 +700.149 +755.834 +696.289 +1113.98 +1309.51 +1669.79 +2202.26 +2748.95 +2873.83 +3401.02 +3600.49 +3371.07 +3418.16 +3182.58 +3079.73 +3374.32 +3277.45 +3129.91 +3064.38 +3086.09 +2884.59 +1952.3 +1360.61 +916.882 +700.088 +756.105 +696.44 +1112.55 +1309.51 +1699.54 +2191.38 +2765.12 +2979.61 +3426.37 +3595.96 +3367.46 +3224.58 +3170.26 +3075.55 +3383.65 +3275.27 +3162.39 +3069.12 +3082.26 +2823.87 +2047.78 +1360.29 +984.302 +672.322 +728.856 +668.385 +1045.86 +1255.69 +1729.03 +1752.73 +2189.09 +2770.75 +3128.94 +3196.36 +2971.4 +2927.32 +2720.75 +2686.54 +2843.02 +3128.73 +3175.48 +3091.83 +2737.49 +2591.45 +1975.12 +1420.36 +668.417 +725.051 +670.875 +1004.2 +1454.27 +1972.6 +1837.93 +2249.9 +2130.03 +2783.75 +3092 +2791.76 +3071.88 +2426.8 +2485.18 +2619.29 +2793.49 +2721.16 +2811.48 +2820.16 +2557.6 +1814.68 +1346.59 +903.692 +694.764 +750.882 +698.283 +1126.37 +1309.56 +1671.48 +2519.84 +2829.23 +3060.76 +3455.19 +3633.53 +3294.87 +3403.94 +3165.48 +3059.07 +3341.17 +3236.61 +2931.88 +3021.26 +3035.87 +2788.16 +2039.15 +1370.5 +911.486 +696.975 +751.923 +694.732 +1079.52 +1309.51 +1669.83 +2477.01 +2710.37 +3006.92 +4003.5 +4418.42 +4164.29 +4212.68 +3978.87 +3860.22 +4132.85 +4021.97 +3634.15 +3521.31 +3394.3 +3053.51 +2156.57 +1390.06 +918.698 +702.939 +759.517 +698.995 +980.832 +1309.51 +1671.43 +2530.03 +2855.21 +3338.58 +4202.54 +4426.26 +4149.03 +4194.37 +4010.25 +3865.25 +4138.65 +4032.45 +3741.77 +3743.14 +3738.69 +3243.3 +2241.23 +1659.21 +1085.37 +811.144 +923.334 +779.213 +1240.29 +1309.56 +1671.41 +2479.77 +2733.46 +2949.9 +3317.97 +3588.72 +3054.76 +3277.8 +3602.45 +3565.63 +3342.45 +3237.32 +2922.42 +3021.34 +3036.76 +2753.33 +2044.82 +1390.66 +983.063 +704.706 +763.14 +700.674 +964.644 +1308.95 +1671.74 +2281.12 +2841.55 +3054.12 +3437.87 +3581.13 +3305.62 +3349.55 +3001.1 +3056.12 +3396.68 +3244.25 +2962.84 +3063.93 +3071.91 +2875.55 +2033.41 +1410.32 +948.563 +705.588 +791.439 +671.88 +1047.44 +1255.69 +1728.99 +1766.62 +2318.21 +2786.8 +3040.66 +3146.52 +2973.77 +2936.45 +2568.3 +2494.99 +2705.34 +3043.54 +2824.97 +3024.65 +2825.34 +2587.48 +1975.4 +1333.04 +927.119 +668.386 +724.483 +671.697 +1042.21 +1448.24 +1826.31 +1647.2 +2066.17 +2188.79 +2741.27 +2934.96 +2628.9 +2736.81 +2523.04 +2493.59 +2538.23 +2761.69 +2686.35 +2821.7 +2854.66 +2477.83 +1770.51 +1273.53 +914.281 +706.284 +765.263 +705.449 +1072.69 +1485.52 +1864.73 +2177.32 +2651.44 +2857.09 +3256.69 +3505.71 +3288.02 +3207.24 +3165.76 +3055.57 +3239.13 +3146.75 +2789.6 +2976.33 +3021.72 +2870.71 +1951.66 +1312.95 +906.137 +696.054 +751.924 +699.138 +1055.3 +1472.95 +1839.83 +2173.6 +2641.43 +2855.48 +3400.85 +3561.64 +3355.24 +3395.85 +3169.35 +3057.08 +3291.25 +3238.3 +2920.71 +2910.63 +2989.5 +2870.24 +1948.38 +1313 +965.697 +699.952 +751.975 +700.191 +1143.76 +1309.56 +1669.8 +2318.64 +2840.12 +3029.58 +3412.12 +3365.64 +3410.87 +3587.59 +3285.4 +2986.15 +3034.9 +3193.77 +2867.14 +2965.51 +3032.59 +2682.77 +2071.73 +1374.56 +994.983 +701.692 +756.245 +699.371 +1095.86 +1309.56 +1669.72 +2230.04 +2788.29 +3051.68 +3452.89 +3605.33 +3347.77 +3349.03 +3184.25 +3071.5 +3285.76 +3157.9 +2918.77 +3069.19 +3082.38 +2694.12 +1952.62 +1320.63 +917.93 +699.219 +756.694 +697.4 +1085.06 +1524.31 +1839.26 +2174.63 +2647.14 +2861.34 +3269.66 +3593.64 +3361.42 +3416.54 +3181.7 +3071.78 +3297.91 +3152.28 +2922.87 +3067.07 +3073.97 +2693.22 +1952.2 +1317.64 +905.174 +672.51 +787.52 +669.197 +993.212 +1447.24 +1913.54 +1716.28 +2110.41 +2607.66 +2943.14 +3135.49 +2943.84 +2936.53 +2718.64 +2683.72 +2796.66 +3093.66 +2932.25 +3055.91 +2765.83 +2766.77 +1918.1 +1338.7 +926.483 +668.334 +724.535 +671.698 +1073.98 +1564.61 +1957.08 +1645.76 +2072.23 +2018.15 +2690.52 +3032.38 +2798.89 +2857.31 +2434.64 +2382.64 +2680.97 +2825.42 +2682.76 +2647.49 +2682.2 +2472.75 +1894.63 +1381.51 +914.593 +734.913 +822.265 +710.642 +1086.61 +1487.5 +1853.2 +2178.59 +2638.28 +2858.11 +3261.11 +3554.56 +3289.43 +3207.83 +2984.71 +2879.57 +3293.19 +3148.38 +2935.98 +3062.84 +3076.13 +2688.29 +1951.49 +1315.43 +904.085 +696.961 +751.923 +698.012 +1056.42 +1472.63 +1838.8 +2170.69 +2631.73 +2848.83 +3313.36 +3609.47 +3350.08 +3393.89 +3162.2 +3063.21 +3243.13 +3236.81 +2898.13 +2874.32 +3068.83 +2748.92 +1978.68 +1316.56 +914.929 +729.44 +750.799 +701.324 +1083.91 +1470.59 +1837.93 +2163.86 +2693.89 +2969.51 +3439.2 +3632.12 +3318.4 +3348.76 +3162.9 +3054.21 +3391.7 +3254.43 +2950.42 +2880.09 +3067.05 +2803.26 +1964.09 +1311.39 +909.641 +698.576 +756.298 +697.001 +1152.46 +1309.51 +1669.91 +2301.45 +2731.27 +2953.54 +3504.55 +3645.88 +3366.55 +3397.95 +3171.76 +3053.75 +3372.4 +3255.72 +2916.12 +2878.54 +3068.8 +2804.9 +2048.42 +1384.93 +916.364 +700.353 +759.661 +696.306 +1138.87 +1309.56 +1669.68 +2327.68 +2844.82 +3089.96 +3448.95 +3643.74 +3367.66 +3399.59 +3164.57 +3057.99 +3358.25 +3247.31 +2959.86 +2875.97 +3071.57 +2861.08 +2045.79 +1317.84 +997.311 +764.903 +820.928 +757.996 +1106.11 +1510.5 +1989.6 +1792.53 +2287.59 +2868.91 +3222.86 +3265.12 +2992.22 +2991.19 +2661.5 +2776.47 +2937.46 +3207.15 +3075.5 +2931.32 +2828.4 +2676.08 +2120.76 +1479.53 +1015.96 +757.55 +812.492 +760.83 +1134.59 +1623.83 +2075.08 +1808.51 +2327.27 +2191.06 +2908.73 +3224.43 +2940.58 +2965.27 +2716.2 +2656.82 +2836.18 +2983.64 +2781.97 +2731.71 +2957.46 +2626.11 +1844.75 +1348.14 +1001.19 +784.637 +840.186 +781.46 +1161.73 +1571.01 +1940.47 +2251.44 +2711.99 +2996.09 +3547.41 +3724.61 +3421.46 +3458.5 +3166.43 +3043.62 +3211.18 +3303.65 +3043.5 +2982.82 +3170.33 +2902.02 +2128.16 +1403.28 +1007.57 +788.233 +844.329 +786.23 +1186.26 +1409.45 +1761.82 +2403.74 +2945.87 +3166.38 +3572.77 +3752.33 +3471.38 +3536.93 +3293.77 +3178.21 +3497.23 +3301.68 +2931.27 +2986.11 +3136.06 +2935.15 +2038.29 +1405.85 +1006.94 +815.198 +841.243 +789.281 +1217.88 +1699.06 +1935.27 +2247.11 +2826.67 +3093.03 +3549.39 +3698.69 +3430.44 +3513.16 +3282.54 +3172.93 +3445.91 +3351.5 +3052.88 +2980.65 +3173.02 +2879.31 +2034.02 +1408.04 +1031.68 +842.389 +845.753 +787.378 +1245.63 +1697.96 +2005.97 +2247.74 +2822.75 +3136.24 +3553.37 +3702.87 +3413.51 +3455.24 +3103.62 +3044.61 +3365.14 +3217.1 +2962.28 +2942.89 +3149.19 +2912.07 +2130.96 +1444.36 +1012.76 +792.443 +849.084 +793.988 +1273.61 +1404.44 +1765.78 +2385.55 +2784.67 +3121.55 +3597.91 +4110.22 +3992.95 +4120.09 +3856.76 +3521.36 +3740.28 +3491.25 +3152.43 +3048.6 +3347.51 +3003.24 +2137 +1344.28 +1002.39 +766.987 +821.45 +765.084 +1099.93 +1350.37 +1823.1 +1938.16 +2076.92 +3012.01 +3483.37 +3769 +3540.85 +3688.76 +3400.47 +3235.44 +3202.14 +3265.09 +3235.31 +3149.02 +2969.55 +2848.54 +1998.04 +1482.11 +1017.93 +761.174 +816.837 +764.536 +1096.59 +1523.75 +2001.67 +1783.14 +2327.26 +2133.96 +2849.63 +3163.19 +2915.6 +2982.31 +2862.1 +2741.35 +2827.15 +2869.73 +2832.38 +2699.52 +2936.84 +2687.98 +1907.23 +1431.7 +1005.08 +786.774 +840.469 +786.871 +1152.52 +1409.3 +1761.9 +2394.06 +2918.52 +3045.38 +3583.86 +3728.45 +3428.32 +3520.19 +3280.24 +3172.17 +3450.11 +3276.87 +2903.05 +2984.83 +3178.08 +2857.71 +2146.3 +1439.75 +1007.57 +839.433 +903.761 +785.905 +1242.58 +1409.4 +1762.05 +2403.18 +2883.77 +3129.07 +3552.97 +3693.43 +3450.17 +3489.6 +3230.69 +3249.99 +3394.84 +3328.11 +3045.99 +2977.55 +3168.76 +2908.21 +2152.82 +1391.72 +1011.4 +793.328 +848.403 +788.566 +1251.47 +1409.4 +1767.7 +2400.53 +2937.98 +3191.19 +3517.62 +3696.1 +3366.52 +3453.77 +3226.09 +3057.5 +3395.03 +3317.74 +3040.67 +2988.24 +3170.58 +2968.83 +2067.72 +1451.78 +1011.8 +793.289 +848.22 +793.892 +1245.7 +1408.91 +1761.97 +2366.67 +2922.44 +3109.41 +3567.5 +3713.04 +3479.52 +3531.02 +3285.8 +3178.28 +3451.29 +3350.47 +3050.23 +2981.72 +3169.78 +2835.09 +2066.12 +1455.25 +1012.07 +844.543 +907.602 +794.208 +1232.84 +1408.23 +1762.49 +2377.37 +2867.11 +2973.99 +3564.47 +3701.62 +3410.88 +3545.85 +3283.19 +3171.27 +3447.88 +3224.27 +2812.14 +2861.57 +2866.72 +2901.57 +2176.55 +1433.23 +998.81 +764.638 +821.456 +761.484 +1110.39 +1355.58 +1821.2 +1932.5 +2354.81 +2887.77 +3235 +3314.66 +3083.86 +3046.47 +2677.97 +2589.71 +2848.9 +3114.27 +2994.82 +2993.89 +2721.56 +2684.21 +2004.97 +1421.93 +1015.81 +757.55 +812.492 +760.83 +1108.82 +1494.22 +1945.87 +1732.11 +2161.96 +2104.53 +2790.22 +3175.89 +2856.97 +2964.59 +2719.49 +2658.95 +2750.4 +2893.72 +2813.87 +2736.35 +2962.61 +2573.94 +1860.81 +1362.68 +1029.53 +813.82 +939.836 +796.469 +1210.24 +1602.87 +1944.38 +2252.21 +2702.45 +3011.36 +3499.98 +3623.37 +3361.29 +3502.91 +3270.66 +3161.5 +3374.68 +3282.69 +3048.22 +2982.55 +3167.09 +2898.78 +2071.88 +1400.31 +1025.11 +786.137 +840.589 +787.563 +1222.07 +1409.4 +1767.61 +2328.43 +2920.15 +3077.94 +3550.05 +3750.97 +3430.07 +3474.36 +3198.09 +2972.06 +3313.23 +3125 +3004.3 +2910.53 +3170.15 +2922.54 +2153.77 +1403.6 +1045.41 +790.587 +848.687 +784.923 +1189.25 +1409.45 +1767.66 +2327.57 +2934.44 +3149.2 +3469.85 +3695.63 +3348.41 +3437.89 +3465.95 +3365.24 +3648.48 +3483.52 +2936.21 +2837.43 +3126.51 +2807.45 +2146.16 +1453.85 +1100.35 +794.545 +849.073 +792.754 +1203.8 +1404.62 +1763.35 +2379.39 +2800.1 +3011.86 +3423.96 +3860.43 +3594.2 +3280.12 +3105.82 +3048.62 +3405.78 +3275.39 +2962.37 +2935.58 +3157.74 +2907.85 +2160.05 +1454.3 +1011.56 +795.408 +852.496 +792.947 +1191.48 +1404.62 +1577.05 +2365.5 +2904.71 +3083.18 +3364.66 +3511.42 +3353.29 +3516.22 +3157.82 +3096.33 +3333.38 +3042.4 +3013.51 +2934.08 +3154.39 +2972.26 +2157.21 +1445.37 +1002.84 +766.115 +821.474 +760.739 +1186.72 +1350.8 +1638.27 +1883 +2404 +2885.12 +3195.23 +3273.67 +3020.86 +2924.38 +2811.37 +2775.75 +2991.18 +3148.96 +2815.61 +2939.63 +2814.77 +2778.7 +2069.02 +1479.26 +1028.4 +759.078 +814.99 +759.966 +1180.69 +1654.08 +1876.31 +1830.95 +2325.13 +2244.61 +2805.35 +3155.61 +2935.29 +3140.25 +2705.45 +2596.11 +2776.79 +2862.51 +2847.75 +2699.72 +2954.11 +2689.3 +1905.34 +1345.8 +1003.04 +783.452 +839.309 +785.043 +1217.68 +1623.71 +1755.52 +2244.91 +2875.52 +3069.46 +3543.26 +3704.13 +3423.78 +3446.42 +3099.99 +2986.59 +3289.87 +3304.96 +2982.53 +2923.05 +3165.74 +2906.3 +2111.1 +1389.82 +1009.67 +789.434 +843.561 +788.2 +1247.33 +1403.44 +1579.36 +2378.56 +2942.04 +3229.01 +3570.1 +3751.81 +3436.02 +3451.33 +3159.38 +3176.21 +3388.22 +3309.57 +3031.77 +2964.76 +3133.24 +2906.79 +2189.11 +1478.35 +1062.83 +793.021 +849.002 +788.139 +1217.18 +1409.45 +1575.41 +2390.11 +2904.58 +3129.05 +3362.49 +3695.22 +3351.53 +3516.72 +3414.15 +3101.01 +3202.97 +3289.72 +3017.31 +2941.16 +3130.26 +2908.23 +2146.16 +1455.59 +1017.97 +796.335 +848.653 +792.802 +1243.35 +1404.67 +1578.97 +2384.69 +2906.16 +3081.4 +3403.69 +3698.3 +3356.8 +3454.87 +3103.49 +3026.2 +3213.45 +3297.95 +2965.32 +2947.49 +3148.64 +2915.58 +2150.34 +1453.59 +1033.08 +795.325 +849.328 +797.387 +1223.56 +1409.4 +1575.76 +2375.17 +2921.65 +3149.64 +3418.79 +3702.13 +3428.96 +3458.22 +3191.29 +3160.85 +3395.12 +3318.51 +3024.33 +2939.35 +3147.79 +2913.84 +2177.2 +1453.59 +1003.24 +766.585 +820.658 +761.53 +1145.95 +1355.28 +1634.92 +1929.83 +2417.84 +2932.81 +3235.84 +3271.4 +3039.45 +2738.93 +2691.11 +2669.45 +2893.08 +3183.19 +3031.12 +2948.33 +2859.45 +2870.16 +2126.79 +1482.43 +1028.23 +761.864 +813.814 +759.965 +1048.58 +1497.03 +1692.39 +1877.83 +2325.97 +2229.38 +2903.32 +3187.52 +2902.42 +2860.18 +2557.54 +2586.69 +2772.52 +2906.92 +2629.87 +2665.24 +2916.94 +2690.16 +1908.06 +1489.65 +727.616 +518.881 +580.673 +514.311 +798.463 +1245.06 +1403.93 +2011.31 +2604.76 +2841.05 +3241.8 +3383 +3039 +2870.36 +2697.07 +2779.31 +3001.34 +2894.82 +2685.38 +2544.41 +2851.57 +2576.45 +1864.62 +1180.49 +722.51 +523.11 +580.674 +525.356 +884.452 +1131.24 +1296.12 +2092.26 +2603.54 +2722.88 +3209.55 +3514.47 +3240.16 +3225.82 +3006.17 +2909.37 +3172.96 +2813.79 +2435.45 +2565.98 +2854.25 +2533.87 +1878.4 +1184.53 +726.855 +525.619 +581.177 +521.903 +819.197 +1130.69 +1291.95 +2117.99 +2609.31 +2662.19 +3237.52 +3365.81 +2834.29 +3223.77 +3136.39 +2917.33 +3054.43 +3052.45 +2608.33 +2475.43 +2850.31 +2549.8 +1847.54 +1185.81 +727.886 +528.742 +580.808 +529.763 +861.616 +1130.12 +1289.44 +2105.64 +2566.2 +2775.95 +3129.64 +3343.12 +3056.46 +3232.13 +3081.5 +2919.82 +3122.99 +2939.71 +2614.44 +2364.27 +2806.18 +2551.19 +1847.55 +1187.08 +754.32 +529.769 +584.74 +525.836 +841.37 +1131.24 +1295.93 +2098.51 +2548.98 +2726.04 +3232.75 +3465.52 +3312.4 +3453.66 +3020.4 +2863.41 +3054.84 +2809.17 +2651.83 +2656.1 +2856.55 +2610.39 +1863.91 +1187.55 +715.62 +501.279 +553.954 +496.559 +826.329 +1077.42 +1349.98 +1648.3 +2102.84 +2595.83 +2936.7 +2938.64 +2757.33 +2712.31 +2437.2 +2471.54 +2608.81 +2899.17 +2741.39 +2641.64 +2586.99 +2473.35 +1798.09 +1200.25 +733.458 +492.589 +547.537 +495.135 +763.972 +1191.75 +1468.52 +1525.86 +2057.29 +1898.64 +2604.56 +2846.23 +2509.39 +2488.34 +2334.99 +2296.77 +2469.06 +2593.48 +2347.95 +2403.9 +2656.18 +2350.1 +1630.31 +1170.62 +718.92 +520.005 +575.03 +519.693 +923.714 +1131.29 +1288.72 +2092.16 +2604.17 +2844.81 +3238.78 +3405.18 +3094.67 +2869.98 +2837 +2780.54 +3014.46 +3009.18 +2685.08 +2619.77 +2812.44 +2605.62 +1844.06 +1184.08 +722.958 +523.624 +576.876 +522.124 +811.528 +1131.24 +1294.15 +2089.96 +2575.01 +2834.47 +3274.7 +3583.85 +3426.71 +3486.48 +3267.92 +3243.55 +3439.09 +3185.4 +2831.78 +2750.59 +2943.51 +2755.35 +1859.87 +1230.02 +752.987 +526.984 +583.982 +521.268 +764.286 +1131.23 +1295.37 +2132.63 +2535.98 +3159.95 +3854.2 +4199.93 +3917.87 +4000.25 +3835.6 +3745.75 +3949.44 +3828 +2738.07 +2641.07 +2769.44 +2644.51 +1929.95 +1303.79 +868.748 +622.973 +584.418 +526.063 +752.311 +1130.08 +1296.14 +2008.9 +2566.48 +2847.6 +3247.57 +3417.27 +3057.52 +3179.05 +2843.79 +2776.48 +2951.32 +3044.54 +2745.48 +2663.77 +2851.57 +2616.19 +1876.34 +1186.98 +727.712 +529.426 +581.817 +528.922 +903.49 +1131.24 +1295.95 +2102.02 +2608.46 +2662.65 +3239.72 +3417.35 +3070.23 +3171.33 +2838.12 +2754.99 +3012.68 +2899.48 +2430.06 +2545.92 +2850.76 +2622.89 +1864.61 +1186.11 +716.415 +500.39 +553.673 +494.514 +827.217 +1076.66 +1349.29 +1650.46 +1964.35 +2572.75 +3158.4 +3330.85 +3291.41 +3368.42 +3221.03 +3244.34 +3389.13 +3513.36 +3310.51 +3082.52 +2898.05 +2723.59 +2200.69 +1611.6 +888.84 +638.329 +597.036 +604.23 +837.278 +1315.37 +1469.23 +1730.8 +2159.03 +2159.39 +2997.38 +3395.4 +3385.41 +3459.4 +3236.24 +3225.86 +3350.19 +2742.42 +2977.25 +2413.63 +2648.23 +2349.97 +1624.39 +1224.97 +719.1 +520.054 +574.979 +521.296 +732.383 +1131.24 +1291.43 +2090.73 +2515.02 +2756.28 +3203.06 +3469.86 +3297.47 +3350.73 +3075.71 +3046.66 +3208.72 +3053.71 +2711.65 +2523.32 +2823.77 +2550.13 +1835.38 +1185.34 +723.886 +523.86 +575.701 +526.021 +747.866 +1130.44 +1294.73 +2096.36 +2473.59 +2818.64 +3281.8 +3668.44 +3520.27 +3778.7 +3665.09 +3618.56 +3877.56 +3723.83 +3289.97 +3139.87 +3210.59 +2899.67 +2084.99 +1350.77 +864.897 +637.074 +703.321 +525.398 +933.108 +1130.08 +1295.69 +2525.05 +2993.54 +3302.82 +3641.37 +3406.81 +3279.94 +3544.41 +3323.53 +3226.01 +3379.11 +2916.74 +2428.18 +2631.1 +2554.41 +2602.24 +1854.84 +1186.48 +732.351 +570.365 +580.673 +526.316 +767.159 +1131.24 +1294.3 +2118.17 +2605.37 +2660.47 +3240.54 +3413.46 +3035.31 +2997.19 +2842.79 +2772.98 +3053.01 +2988.66 +2717.99 +2662.14 +2852.13 +2551.16 +1863.59 +1188.41 +736.863 +526.634 +580.035 +525.231 +799.4 +1131.08 +1295.65 +2093.01 +2537.82 +2692.48 +3227.43 +3408.53 +3058.45 +3176.26 +3015.92 +2920.68 +3056.09 +2808.79 +2607.4 +2577.22 +2847.67 +2670.77 +1847.54 +1186.84 +717.369 +535.428 +612.37 +543.488 +787.94 +1076.24 +1350.17 +1636.06 +2101.5 +2465.47 +2952.38 +3007.1 +2900.09 +2929.39 +2906.57 +2881.98 +3088.81 +3121.52 +2850.29 +2803 +2668.66 +2832.07 +2226.09 +1478.37 +737.243 +492.397 +549.999 +498.259 +682.931 +1152.52 +1379.08 +1489.91 +1966.6 +2098.95 +2702.96 +3022.72 +2862.28 +2914.7 +2814.41 +2732.92 +2866.45 +2894.98 +2654.92 +2404.13 +2347.57 +2347.5 +1609.75 +1202.13 +742.671 +520.047 +580.674 +513.185 +782.265 +1131.24 +1286.84 +2068.56 +2597.59 +2756.19 +3119.01 +3389.49 +3132.69 +3210.27 +3068.47 +2999.45 +3305.4 +3174.46 +2765.19 +2624.17 +2647.03 +2536.67 +1834.68 +1183.7 +723.48 +523.609 +576.703 +522.38 +735.171 +1131.24 +1287.62 +2095.98 +2574.7 +3263.13 +3815.84 +4113.66 +3826.1 +3927.36 +3730.5 +3627.25 +3884.39 +3766.86 +3482.28 +3324.41 +3266.14 +3238.45 +2484.71 +2053.98 +1016.24 +694.623 +709.122 +664.829 +918.84 +1131.24 +1294.54 +2383.51 +2607.09 +3133.67 +3044.76 +3395.13 +3103.5 +3176.25 +2842.37 +2772.38 +2946.45 +3027.81 +2692.18 +2656.95 +2652.81 +2546.24 +1844.15 +1187.67 +728.119 +526.785 +584.653 +521.254 +765.671 +1131.24 +1294.99 +2098.62 +2534.33 +2734.53 +3393.96 +3747.5 +3464.96 +3653.01 +3367.8 +3065.44 +3132.46 +2813.92 +2499.26 +2360.26 +2630.44 +2551.86 +1819.19 +1186.64 +729.414 +530.043 +584.536 +526.481 +791.049 +1130.89 +1294.26 +2132.14 +2451.67 +2867.03 +3667.47 +3889.71 +3677.39 +3738.81 +3683.05 +3605.04 +3887.53 +3634.47 +3319.15 +3072.47 +2897.39 +2609.82 +1836.25 +1221.53 +766.698 +498.836 +556.375 +494.191 +701.948 +1077.22 +1348.6 +1666.86 +1970.56 +2767.33 +3222.18 +3413.33 +3286.4 +3374.34 +3227.72 +3191.97 +3323.95 +3441.75 +3115.81 +2936.33 +2521.92 +2541.51 +1896.98 +1254.75 +737.454 +495.001 +549.953 +497.564 +828.31 +1299.63 +1576.28 +1847 +2324.29 +2227.37 +2769.06 +2840.65 +2469.16 +2569.53 +2340.93 +2296.35 +2466.29 +2645.91 +2539.09 +2443.82 +2490.78 +2489.57 +1785.15 +1288.16 +809.946 +606.197 +629.732 +592.849 +828.796 +1131.24 +1287.57 +2686.97 +3105.62 +3030.34 +3537.07 +3783.12 +3428.79 +3353.9 +3008.65 +2897.21 +3303.71 +2934.3 +2429.92 +2565.93 +2665.56 +2545.89 +1818.58 +1184.22 +749.085 +525.412 +576.876 +524.862 +776.061 +1131.24 +1295.23 +2104.24 +2597.82 +2721.82 +3283.5 +3808.83 +3457.14 +3456.28 +3237.8 +3138.51 +3401.71 +3200.98 +2850.8 +2621.07 +2485.19 +2552.11 +1819.56 +1185.22 +728.248 +529.081 +584.005 +521.476 +806.069 +1131.05 +1287.09 +2193.79 +2793.74 +3112.18 +3571.78 +3888.97 +3681.14 +3877.25 +3663.89 +3615.93 +3902.41 +3683.38 +3378.38 +3084.85 +2962.78 +2903.14 +2158.57 +1495.32 +1009.46 +775.409 +806.346 +800.988 +1001.58 +1219.83 +1384.46 +2315.9 +2830.38 +3075.56 +3671.7 +4020.33 +3916.83 +4004.47 +3855.86 +3771.92 +4046.58 +3934.6 +3641.09 +3555.84 +3546.74 +3521.83 +2809.54 +2092.61 +1096.71 +870.969 +945.792 +905.829 +1379.35 +1220.37 +1377.01 +3037.11 +3494.88 +3775.1 +4173.11 +4357.26 +4100.37 +4192.58 +3971.92 +3788.85 +4028.44 +3836.03 +3531.29 +3171.08 +3032.43 +2881.3 +2216.32 +1580.94 +962.378 +712.33 +772.632 +585.865 +827.866 +1166.55 +1436.6 +1757.72 +2184.04 +2495.86 +2893.14 +3104.13 +3100.49 +3123.94 +2894.13 +2984.32 +3220.12 +3358.99 +3099.45 +3008.5 +2512.81 +2539.74 +1945.57 +1304.12 +831.344 +583.648 +641.73 +580.293 +784.665 +1213.34 +1456 +1618.2 +2145.81 +1987.61 +2749.66 +3157.44 +2961.65 +3095.54 +2905.65 +2957.18 +3096.36 +3188.27 +2961.66 +2761.44 +2800.51 +2691.27 +1929.94 +1381.58 +943.026 +734.574 +742.891 +719.16 +829.767 +1219.2 +1383.3 +2112.7 +2604.1 +2841.77 +3308.09 +3558.56 +3282.7 +3424.94 +3310.1 +3127.13 +3494.5 +3309.04 +2963.56 +2793.14 +2465.91 +2601.36 +1900.2 +1275.46 +818.062 +613.596 +669.808 +608.878 +862.041 +1220.37 +1375.43 +2192.35 +2671.47 +2913.85 +3501.44 +3994.76 +3920.19 +3967.46 +3796.96 +3715.13 +3992.67 +3888.66 +3601.29 +3431.99 +3272.22 +3043.12 +2141.29 +1337.91 +822.987 +615.662 +673.145 +610.523 +924.695 +1220.33 +1384.14 +2296.97 +2877.6 +3259.74 +3798.22 +4198.87 +3973.74 +4011.97 +3790.69 +3692.99 +3964.5 +3780.45 +3461.41 +3490.2 +3497.48 +3483.59 +2766.92 +2144.67 +1058.75 +788.385 +837.768 +780.447 +1091.78 +1220.37 +1379.98 +2993.27 +3500.38 +3672.72 +4070.12 +4259.91 +3979.44 +4079.84 +3798.64 +3684.47 +3955.93 +3776.32 +3399.84 +3062.7 +2841.23 +2814.24 +2031.47 +1256.33 +822.036 +616.927 +674.626 +614.363 +927.278 +1220.37 +1384.25 +2231.65 +2559.98 +2926.88 +3483.36 +3756.71 +3532.81 +3655.19 +3280.06 +3166.49 +3383.84 +3269.78 +2883.32 +2792.96 +2749.49 +2742.37 +1923.8 +1276.34 +817.517 +590.494 +645.846 +583.597 +844.099 +1165.54 +1437.24 +1739.45 +2135.05 +2585.71 +3036.01 +3382.91 +3295.29 +3477.97 +3219.84 +3299.4 +3351.05 +3592.81 +3562.16 +3438.93 +3079.46 +3082.38 +2322.16 +1536.22 +966.136 +585.212 +830.994 +650.873 +938.65 +1409.53 +1686.87 +2044.7 +2769.89 +2890.98 +3569.48 +3823.58 +3533.43 +3566.62 +3328.57 +3318.92 +3454.32 +3585.78 +3473.01 +3323.67 +3335.13 +3281.72 +2395.41 +1926.59 +1155.2 +836.021 +910.94 +813.608 +1296.85 +1219.2 +1379.55 +3080.51 +3516.01 +3855.22 +4262.2 +4499.48 +4267.58 +4304.56 +4079.66 +3944.39 +4235.09 +3959.64 +3680.37 +3536.99 +3545.77 +3484.63 +2517.42 +1641.98 +953.655 +612.675 +669.859 +610.625 +847.107 +1220.42 +1384.44 +2204.87 +2708.61 +2939.9 +3326.11 +3517.45 +3162.07 +3083.19 +3049.47 +2931.57 +3130.18 +2880.23 +2757.21 +2669.24 +2744.75 +2707.49 +1952.59 +1288.01 +819.43 +615.381 +670.435 +609.861 +916.357 +1220.42 +1375.57 +2187.92 +2627.25 +2927.06 +3265.53 +3479.08 +3126.79 +3214.3 +3108.44 +3137.77 +3424.23 +3383.06 +3102.5 +2801.62 +2685.82 +2736.75 +1947.81 +1231.17 +865.596 +616.897 +674.228 +614.621 +866.636 +1220.37 +1375.3 +2206.07 +2571.12 +2918.63 +3514.98 +3821.27 +3637.17 +3650.91 +3482.42 +3263.06 +3661.32 +3394.8 +3027.08 +2917.73 +2814.22 +2742.9 +1804.43 +1276.8 +821.657 +616.686 +674.46 +610.535 +920.366 +1220.37 +1376.82 +2122.59 +2907.17 +3259.86 +3730.81 +4095.41 +3936.24 +3985.51 +3854.49 +3767.9 +4041.1 +3915.68 +3646.16 +3550.25 +3478.77 +3330.32 +2532.91 +1946.46 +1042.9 +724.327 +810.325 +795.589 +1142.72 +1166.48 +1441.31 +2646.22 +3045.69 +3644.74 +4026.37 +4130.43 +3958.45 +3891 +3671.32 +3621.54 +3852.79 +4120.02 +4017.13 +3872.87 +3522.85 +3611.65 +2958.31 +2368.74 +1286.53 +861.287 +991.784 +769.792 +1376.28 +1982.98 +2191.91 +2670.51 +3134.64 +3089.18 +3707.94 +3978.17 +3714.05 +3725.45 +3461.28 +3386.19 +3453.7 +3589.59 +3471.65 +3252 +3296 +3285.56 +2591 +2084.27 +1017.96 +801.362 +827.076 +807.173 +1019.15 +1219.25 +1384.49 +2594.6 +3173.25 +3515.25 +3685.14 +4234.63 +3990.56 +4108.4 +3860.16 +3762.27 +4029.22 +3909.6 +3614.35 +3445.14 +3355.14 +3122.13 +2403.19 +1692.47 +1020.52 +759.776 +853.768 +614.041 +880.753 +1220.37 +1375.33 +2324.99 +3090.17 +3714.85 +4130.23 +4344.65 +4075.87 +4165.9 +3905.93 +3820.02 +4122.62 +4011.21 +3715.43 +3559.14 +3554.21 +3540.17 +2763.52 +1892.44 +1056.31 +794.147 +828.807 +813.621 +1141.22 +1220.37 +1375.32 +2828.94 +3422.53 +3731.76 +4147.56 +4360.34 +4029.93 +4077.63 +3866.95 +3812.23 +4114.35 +3936.62 +3597.66 +3476.85 +3503.43 +3483.01 +2520.61 +1616.37 +989.688 +619.269 +674.764 +618.314 +849.271 +1220.37 +1382.15 +2092.69 +2625.46 +3144.35 +3670.22 +3987.02 +3715.13 +3964.82 +3725.61 +3607.89 +3900.81 +3693.4 +3402.49 +3157.15 +2956.63 +2880.67 +2070.63 +1436.99 +844.639 +769.341 +796.441 +799.828 +876.232 +1220.37 +1375.79 +2141.41 +2629.01 +2938.09 +3546.64 +3831.14 +3552.75 +3741.31 +3559.01 +3386.57 +3750.53 +3770.68 +3412.64 +3082.65 +2905.69 +2793.58 +2017.62 +1228.35 +810.77 +588.895 +645.877 +583.31 +822.405 +1166.4 +1437.5 +1772.99 +2159.25 +2919.12 +3377.15 +3609.2 +3513.56 +3589.18 +3378.65 +3348.96 +3495.47 +3774.71 +3626.3 +3455.07 +3025.51 +2780.09 +1987.05 +1540.2 +944.843 +584.042 +641.791 +583.647 +780.199 +1222.02 +1514.42 +1639.2 +2401.36 +2633.7 +3520.96 +3795.17 +3519.25 +3594.03 +3362.45 +3315.48 +3491.72 +3633.85 +3531.91 +3330.42 +3367.54 +3349.43 +2665.74 +2161.03 +1132.39 +808.006 +871.401 +843.747 +1295.21 +1219.53 +1384.39 +2986.8 +3490.4 +3788.62 +4193.92 +4436.1 +4205.8 +4380.13 +4074.72 +3972.69 +4257.7 +4143.88 +3783.33 +3666.73 +3662.99 +3575.21 +2899.69 +2252.47 +1239.59 +832.197 +974.977 +821.537 +1249.84 +1220.37 +1376.99 +3277.08 +3800.26 +4069.98 +4483.36 +4746.85 +4503.16 +4651.01 +4292.17 +4166.08 +4425.19 +4338.1 +4000.96 +3840.13 +3925.84 +3754.04 +2931.47 +2262.3 +1159.77 +829.671 +856.653 +827.247 +1119.42 +1220.37 +1375.48 +2539.36 +3104.4 +3658.97 +4146.4 +4334.59 +4008.94 +4178.48 +3957.23 +3855.65 +4117.16 +3995.65 +3587.93 +3489.47 +3503.88 +3494.55 +2773.67 +2152.92 +1166.66 +848.441 +860.034 +780.355 +1304.76 +1220.25 +1380.68 +3074.3 +3524.82 +3817.47 +4268.12 +4481.74 +4205.63 +4332.83 +4077.68 +3874.67 +4267.14 +4057.08 +3811.37 +3702.04 +3641.02 +3525.64 +2798.13 +2157.34 +1179.87 +849.986 +842.022 +764.305 +1055.82 +1220.4 +1375.39 +2597.83 +3118.19 +3499.9 +3984.78 +4226.95 +3935.1 +4051.15 +3827.94 +3749.3 +4022.62 +3882.51 +3593.05 +3434.17 +3281.22 +3057.36 +2271.97 +1627.22 +1076.73 +836.074 +860.607 +736.778 +939.054 +1255.74 +1572.96 +2146.48 +2650.28 +3147.94 +3641.3 +3893.75 +3695.98 +3713.01 +3522.42 +3488.19 +3623.87 +3915.81 +3745.36 +3577.27 +3336.32 +3371.33 +2610.99 +2082.31 +1139.07 +884.869 +956.856 +906.16 +1285.89 +1786.02 +2009.15 +2545.61 +2976.51 +2936.47 +3600.67 +3842.79 +3556.04 +3658.57 +3456.92 +3379.78 +3553.41 +3684.19 +3572.99 +3410.54 +3279.04 +3014.36 +2071.09 +1374.39 +1074.9 +703.539 +757.451 +704.02 +959.929 +1308.64 +1478.03 +2316.67 +3143.57 +3529.39 +4211.19 +4407.37 +4137.27 +4196.41 +3976.3 +3925.29 +4214.4 +4042.38 +3740.93 +3656.35 +3564.46 +3371.18 +2545.98 +1857.7 +1139.57 +873.774 +943.891 +817.347 +1144 +1309.56 +1527.12 +2817.4 +3510.08 +3750.9 +4241.31 +4436.6 +4169.82 +4228.27 +4072.43 +3948.07 +4265.65 +4124.6 +3840.72 +3659.05 +3683.85 +3649.6 +2928.89 +2234.6 +1277.15 +950.941 +956.243 +873.286 +1253.27 +1309.51 +1540.58 +2993.39 +3501.6 +3881.64 +4487.54 +4758.57 +4503.01 +4548.99 +4267.94 +4088.98 +4459.25 +4268.57 +3913.06 +3814.16 +3610.12 +3585.26 +2535.4 +1789.03 +1091.94 +808.958 +852.505 +708.32 +990.73 +1309.51 +1480.26 +2177.46 +2786.61 +3295.78 +3797.92 +4167.23 +3964.73 +4046.8 +3904 +3787.19 +4103.03 +3991.49 +3709.12 +3521.95 +3315.17 +3226.6 +2248.57 +1428.17 +923.81 +708.032 +762.559 +704.975 +1053.09 +1309.56 +1474.87 +2261.06 +2919.53 +3516.83 +3943.5 +4363.46 +4087.16 +4183.2 +3953.05 +3850.5 +4115.44 +3964.43 +3657.6 +3551.75 +3407.84 +3299.51 +2491.79 +1964.4 +1150.57 +807.003 +920.978 +915.316 +1207.42 +1254.51 +1607.54 +2641.88 +3072.47 +3571.83 +4018.97 +4143.61 +3884.31 +3899.83 +3788.94 +3725.03 +3797.27 +3997.12 +3884.46 +3721.13 +3351.33 +3481.58 +2692.63 +1817.33 +1183.36 +815.368 +930.385 +675.473 +1103.68 +1531.09 +1778.7 +2387.16 +2952.98 +2986.54 +3678.8 +3944.13 +3664 +3667.89 +3423.52 +3372.82 +3552.35 +3674.05 +3564.77 +3417.61 +3385.2 +3107.72 +2285.62 +1667.87 +1057.8 +788.641 +755.145 +704.021 +970.997 +1309.4 +1478.69 +2471.11 +3494.91 +3808.54 +4243.53 +4583.47 +4191.58 +4330.57 +4120.65 +4018.79 +4302.2 +4217.65 +3916.6 +3696.59 +3652.2 +3586.06 +2861.75 +2238.24 +1209.53 +901.51 +929.495 +914.16 +1340.17 +1309.44 +1534.62 +3084.19 +3643.37 +3928.98 +4389.01 +4695.03 +4464.83 +4542.52 +4297.27 +4157.74 +4384.35 +4367.39 +4011.24 +3868.14 +3689.54 +3536 +2625.91 +1786.54 +1123.59 +871.786 +884.315 +703.217 +1023.51 +1309.51 +1481.38 +2476.94 +3106.04 +3502.92 +4086.49 +4416.9 +4132.87 +4169.78 +3921.79 +3851.24 +4120.96 +3942.38 +3645.28 +3551.56 +3335.84 +3045.5 +2245.87 +1611.95 +1047.72 +706.399 +763.185 +703.305 +1015.48 +1309.56 +1477 +2208.19 +3067.16 +3613.61 +4158.86 +4429.84 +4148.28 +4231.04 +3997.73 +3891.88 +4165.99 +4105.78 +3790.84 +3649.66 +3597.45 +3503.63 +2553.68 +1923.17 +1123.66 +873.957 +901.453 +884.133 +1173.88 +1309.56 +1532.84 +2614.81 +3435.65 +3823.6 +4242.2 +4550.92 +4299.21 +4370.24 +4183.75 +4059.41 +4296.69 +4134.95 +3898.8 +3777.5 +3683.33 +3664.37 +2932.84 +2315.15 +1300.81 +974.16 +1038.73 +972.27 +1480.84 +1255.69 +1653.16 +2784.42 +3169.08 +3725.18 +4075.26 +4215.53 +4040.51 +4096.52 +3943.16 +3859.53 +4037.02 +4212.84 +4124.94 +4102.65 +3767.7 +3934.43 +3198.83 +2550.99 +1490.62 +908.064 +1093.21 +1072.67 +1700.78 +2079.86 +2510.67 +2843.75 +3258.7 +3198.24 +3925.6 +4186.89 +3844.86 +3838.21 +3671.06 +3561.1 +3880.7 +3856.31 +3777.69 +3572.07 +3593.14 +3553.15 +2882.94 +2368.94 +1438.46 +1066.47 +1071.13 +1012.36 +1716.06 +1309.56 +1662.18 +3351.88 +3765.2 +3986.97 +4411.14 +4698.57 +4468.27 +4520.95 +4255.77 +4013.71 +4426.07 +4211.02 +4099.61 +3946.25 +3841.85 +3725.07 +2985.62 +2303.15 +1286.56 +945.769 +977.502 +928.957 +1265.15 +1308.71 +1590.55 +3119.58 +3599.28 +4093.47 +4355.81 +4585.12 +4245.4 +4417.34 +4204.77 +4058.6 +4452.46 +4257.72 +3957.7 +3778.2 +3759.55 +3698.74 +2952.45 +2322.38 +1403.17 +1036.02 +1043.38 +1070.59 +1647.02 +1308.71 +1614.7 +3306.25 +3789.1 +4141.2 +4574.65 +4808.31 +4600.95 +4648.2 +4437.43 +4315.15 +4561.14 +4378 +4133.27 +4033.06 +4028.93 +3959.72 +3190.97 +2496.71 +1502.97 +1032.52 +1098.64 +1037.24 +1770.91 +2366.42 +2615.53 +3401.84 +3893.48 +4143.4 +4528.95 +4872.48 +4642.28 +4732.96 +4524.32 +4351.08 +4611.94 +4314.05 +4155.17 +4072.84 +4135.69 +4152.54 +3355.1 +2638.81 +1493.4 +1061.03 +1043.96 +1020.84 +1701.5 +2261.86 +2565.12 +3419.27 +3960.58 +4176.99 +4580.01 +4790.76 +4528.15 +4629.47 +4340.63 +4283.84 +4465.61 +4356.56 +4102.4 +4016.85 +4018.07 +3881.6 +3072.79 +2471.77 +1610.81 +1124.9 +1179.86 +1115.09 +1662.18 +1255.42 +1695.06 +2852.04 +3194.51 +3508.86 +4102 +4200.8 +3878.08 +3762.67 +3553.49 +3548.32 +3757.78 +3967.43 +3857.3 +3721.6 +3432.01 +3519.24 +2870.66 +2249.35 +1288.89 +879.327 +863.71 +883.623 +1389.06 +1691.77 +1973.28 +2539.94 +2959.74 +2923.98 +3582.43 +3916.22 +3634.49 +3670.72 +3420.6 +3393.14 +3569.37 +3715.56 +3630.6 +3482.05 +3432.25 +3393.01 +2696.17 +2182.76 +1105.53 +804.484 +864.208 +814.868 +1078.16 +1309.34 +1522.17 +2809.71 +3409.2 +3810.56 +4239.86 +4445.25 +4249.85 +4225.11 +4073.41 +3891.02 +4277.24 +4148.08 +3774.48 +3660.02 +3596.21 +3582.14 +2858.22 +2042.25 +1176.07 +850.495 +942.84 +840.185 +982.74 +1309.51 +1511.52 +2485.44 +3384.71 +3823.07 +4245.04 +4455.26 +4238.93 +4314.67 +4072.42 +3970.47 +4253.01 +4136.92 +3857.27 +3698.77 +3711.22 +3659.76 +2935 +2309.61 +1281.34 +952.467 +1030.48 +935.596 +1436 +1309.56 +1556.67 +3074.25 +3592.89 +3900.56 +4421.38 +4760.35 +4506.19 +4556.33 +4292.79 +4158.16 +4523.98 +4287.83 +3936.3 +3755.38 +3824.15 +3700.88 +2959.43 +2304.57 +1464.13 +998.459 +1099.85 +1090.25 +1660.47 +1309.51 +1617.69 +3247.85 +3739.24 +4049.84 +4429.81 +4786.69 +4598.98 +4668.1 +4236.26 +4035.79 +4410.63 +4353.85 +4193.09 +3732.88 +3750.92 +3669.8 +2911.28 +2273.01 +1391.69 +1025.36 +1062.09 +1000.2 +1436.83 +1309.51 +1609.77 +3219.36 +3642.65 +3833.49 +4366.91 +4634.45 +4363.51 +4393.4 +4295.69 +4165.18 +4458.49 +4321.47 +3982.14 +3820.39 +3777.65 +3751.26 +2961.82 +2328.94 +1408.85 +926.478 +1085.77 +1040.55 +1565.88 +1255.74 +1695.28 +2900.88 +3137.19 +3605.57 +4001.25 +4491.55 +4030.19 +4002.6 +3733.73 +3678.11 +3864.73 +4069.18 +3976.25 +3850.2 +3543.9 +3693.29 +2902.93 +2271.12 +1274.93 +912.621 +989.758 +990.468 +1410.83 +1884.74 +2003.62 +2522.31 +2969.94 +3011.28 +3677.36 +3941.71 +3744.32 +3723.03 +3497.09 +3382.21 +3584.27 +3765.96 +3708.16 +3557.87 +3579.33 +3474.41 +2754.4 +2188.22 +1225.18 +882.648 +991.318 +870.628 +1237.81 +1309.56 +1577.48 +3025.73 +3510.91 +3833.67 +4271.86 +4472 +4197.13 +4350.66 +4082.31 +3981.08 +4362.07 +4261.05 +4028.03 +3919.84 +3890.62 +3782.08 +2953.93 +2245.87 +1315.32 +985.228 +1032.35 +791.885 +1162.89 +1409.4 +1573.3 +2287.12 +3092.66 +3615.68 +4251.66 +4456.53 +4200.85 +4289.06 +4050.56 +3944.66 +4222.39 +4115.44 +3826.1 +3656.36 +3540.8 +3229.78 +2451.11 +1754.21 +1206.61 +796.322 +852.367 +791.552 +1108.71 +1404.62 +1569.52 +2427.97 +3236.24 +3645.78 +4251.37 +4447.33 +4190.25 +4303.82 +4058.83 +3952.1 +4236.3 +4131.12 +3838.72 +3670.2 +3476.93 +3280.94 +2397.21 +1569.67 +1016.15 +798.846 +852.981 +796.391 +1155.84 +1404.62 +1574.22 +2203.49 +3161.1 +3895.04 +4321.36 +4557.52 +4293.39 +4392.49 +4152.14 +4038.64 +4314.94 +4197.23 +3901.97 +3754.49 +3745.97 +3661.35 +2507.59 +1715.4 +1197.91 +797.792 +853.022 +796.803 +1144.49 +1404.67 +1569.18 +2395.75 +3382.55 +3934.25 +4361.3 +4625.05 +4398.57 +4408.86 +4185.82 +4065.85 +4364.02 +4264.83 +3960.4 +3851.42 +3959.65 +3679.67 +2772.03 +2013.45 +1269.2 +955.39 +986.115 +918.414 +1267.87 +1398.59 +1697.69 +2362.52 +3049.15 +3695.36 +4103.59 +4210.51 +3953.41 +3911.26 +3706.21 +3640.83 +3817.09 +4089.39 +3963.48 +3804.55 +3730.63 +3655.73 +2971.33 +2253.32 +1355.79 +977.714 +1012.82 +1012.33 +1460.11 +1850.56 +2007.16 +2351.35 +3016.9 +3083.17 +3775.13 +4085.61 +3820.12 +3848.62 +3580.35 +3552.18 +3735.05 +3906.32 +3777.23 +3637.29 +3775.31 +3564.76 +2842.28 +2343.02 +1395.72 +1037.02 +1124.93 +1087.49 +1617.81 +1398.12 +1757.49 +3204.05 +3711.33 +3971.3 +4458.29 +4726.26 +4533.46 +4514.59 +4237.29 +4157.89 +4446.34 +4346.13 +4056.83 +3956.14 +4130.48 +3878.51 +3030.31 +2391.38 +1412.91 +1006.09 +1134.65 +1028.08 +1721.83 +1398.64 +1718.45 +3181.61 +3669.02 +3923.99 +4359.44 +4602.98 +4382.68 +4422.68 +4160.62 +4063.75 +4369.14 +4269.06 +3967.56 +3783.95 +3956.48 +3744.66 +2932.07 +2094.59 +1286.75 +974.71 +1045.11 +953.872 +1334.39 +1409.4 +1640.79 +2823.78 +3643.23 +3933.1 +4411.32 +4762.06 +4463.4 +4508.36 +4244.19 +4124.99 +4428.92 +4297.46 +4023.34 +3906.77 +4013.32 +3773.81 +2828.26 +2026.77 +1255.33 +968.336 +989.362 +933.356 +1370.03 +1452.23 +1634.38 +2954.88 +3657.13 +4070.41 +4594.59 +4892.11 +4763.91 +4614.04 +4367.59 +4213.48 +4486.46 +4367.43 +4135 +3929.29 +4068.39 +3875.63 +3046.56 +2546.41 +1799.43 +1178.62 +1138.48 +1030.76 +1505.33 +1462.93 +1623.91 +2777.64 +3323.52 +3737.42 +4254.78 +4543.31 +4264.13 +4310.81 +4107.03 +4002.21 +4275.65 +4156.98 +3853.19 +3679.34 +3751.59 +3359.43 +2462.13 +1714.76 +1188.76 +770.949 +823.078 +768.625 +1066.11 +1349.63 +1636.51 +1915.84 +2557.27 +3259.44 +3996.05 +4053.62 +3865.73 +3832.85 +3618.64 +3587.54 +3742.13 +4025.2 +3862.79 +3659.8 +3265.86 +3019.44 +2215.24 +1612.54 +1023.52 +945.541 +819.91 +764.727 +1114.65 +1606.14 +1856.45 +2109.49 +2832.2 +3070.61 +3783.49 +4220.91 +4036.96 +4137.09 +3861.15 +3794.29 +4013.48 +4115.72 +4010.88 +3865.66 +4058.43 +3771.03 +3037.11 +2525.07 +1599.74 +1095.77 +1139.9 +1084.13 +1977.54 +1398.64 +1889.18 +3506.76 +3966.05 +4197.31 +4667.69 +4870.67 +4652.82 +4586.76 +4468.56 +4312.65 +4528.53 +4492.07 +4218.16 +4088.99 +4255 +4037.9 +3192.03 +2572.91 +1682.27 +1097.28 +1269.79 +1189.7 +1973.09 +1492.57 +1740.07 +3493.97 +3983.63 +4307.04 +4746.8 +4960.06 +4715.82 +4800.68 +4482.62 +4228.71 +4427.01 +4184.74 +3803 +3708.05 +3902.59 +3695.38 +2945.68 +2224.45 +1284.33 +932.245 +1050.28 +897.453 +1352.77 +1398.54 +1640.93 +2507.01 +3294.71 +3713.27 +4330.28 +4532.01 +4274.19 +4318.93 +4083.4 +4034.78 +4305.28 +4189.93 +3864.42 +3759.23 +3948.42 +3641.62 +2704.91 +1878.74 +1208.51 +903.98 +853.061 +797.689 +1113.57 +1409.4 +1576.13 +2305.73 +3231.97 +3923.64 +4355.35 +4633.63 +4364.84 +4417.25 +4191.44 +4080.23 +4376.12 +4246.43 +3877.75 +3752.67 +3864.75 +3568.58 +2575.59 +1860.88 +1256.58 +976.455 +1001.27 +945.944 +1327.22 +1404.62 +1622.32 +2844.47 +3675.84 +3963.99 +4495.52 +4799.57 +4607.97 +4653.14 +4419.24 +4289.43 +4554.62 +4424.83 +4137.33 +3967.82 +4018.24 +3769.2 +2992.54 +2398.86 +1394.1 +1017.88 +1028.66 +1008.09 +1623.21 +1400.52 +1730.07 +2488.98 +3017.57 +3595.33 +3991.02 +4072.74 +3874.68 +3833.38 +3608.76 +3560.56 +3721.87 +3995.69 +3770.31 +3649.64 +3471.45 +3278.6 +2528.13 +1945.93 +1250.75 +907.112 +977.689 +764.21 +1086.02 +1427.21 +1948.63 +1871.44 +2424.46 +2665.49 +3524.6 +3839.64 +3606.09 +3735.32 +3476.17 +3223.67 +3429.84 +3585.59 +3403.35 +3209.16 +3349.43 +3116.27 +2297.52 +1787.95 +1168.34 +914.038 +968.344 +844.532 +1135.12 +1398.69 +1826.76 +2420.38 +3004.81 +3388.83 +3864.73 +4093.96 +3972.41 +4174.14 +3753.44 +3792.89 +4087.96 +3977.91 +3618.57 +3457.58 +3506.49 +3277.69 +2332.39 +1564.9 +1175.03 +792.288 +847.862 +792.426 +1127.81 +1404.62 +1807.47 +2362.79 +3029.3 +3470.03 +4035.06 +4362.2 +4154.06 +4195.35 +4027.17 +3926.76 +4204.02 +4102.1 +3754.34 +3525.24 +3510.83 +3280.1 +2337.2 +1519.21 +1014.69 +795.759 +848.324 +793.518 +1154.42 +1398.64 +1767.32 +2311.33 +3021.35 +3541.21 +4233.14 +4466.34 +4223.43 +4278.14 +4057.02 +3934.56 +4204.93 +4105.18 +3770.95 +3680.84 +3808.63 +3361.1 +2389.84 +1751.63 +1178.21 +912.097 +986.31 +930.738 +1265.34 +1426.27 +1816.52 +2369.76 +2823.51 +3140.43 +3711.58 +4462.2 +4303.35 +4376.23 +4139.91 +4005.73 +4342.24 +4206.37 +3928.39 +3741.44 +3939.88 +3717.04 +2953.23 +2329 +1427.18 +1005.85 +1050.69 +993.142 +1631.21 +1461.5 +1880.3 +3197.16 +3655.4 +3938.67 +4428.03 +4671.23 +4442.4 +4521.51 +4324.84 +4149.35 +4432.23 +4299.99 +3981.6 +3959.77 +4008.88 +3781.18 +2962.8 +2336.54 +1440.81 +978.255 +1055.53 +1021.9 +1613.18 +1404.5 +1943.81 +2774.96 +3185.69 +3793.01 +4189.66 +4400.53 +4164.27 +4080.29 +3875.02 +3845.55 +3757.58 +4247.01 +4118.51 +3935.85 +3743.64 +3676.14 +2988.77 +2407.59 +1474.03 +956.748 +924.274 +931.144 +1314.3 +1693.54 +2135.64 +2327.38 +2865.92 +2997.18 +3771.47 +4027.27 +3749.28 +3802.58 +3557.34 +3491.69 +3697.75 +3817.01 +3716.96 +3495.51 +3692.21 +3594.4 +2771.6 +2268.31 +1358.17 +1001.88 +1071.32 +1067 +1661.72 +1398.11 +1890.93 +3157.93 +3601.87 +3921.95 +4356.88 +4629.3 +4462.15 +4577.7 +4261.1 +4160.65 +4403.29 +4222.18 +4004.43 +3934.16 +4068.42 +3840.33 +2954.66 +2324.3 +1233.45 +926.309 +989.245 +970.26 +1264.6 +1398.64 +1764.84 +2275.49 +3019.91 +3344.34 +3968.27 +4136.43 +4178.38 +4225.71 +3992.07 +3887.37 +4185.7 +4178.29 +3922.34 +3823.13 +4002.99 +3730.49 +2954.56 +2326.17 +1353.77 +993.678 +1068.14 +1034.12 +1621.86 +1497.19 +1870.42 +3186.4 +3613.71 +3875.44 +4268.08 +4469.67 +4188.19 +4245.16 +4057.14 +3970.44 +4034.69 +3397.56 +2764.03 +2683.89 +3117.07 +2926.21 +2103.8 +1455.23 +1015.84 +796.879 +852.667 +792.868 +1155.75 +1404.62 +1762.93 +2346.08 +2650.87 +2898.63 +3426.7 +3626.34 +3497.53 +3608.88 +3441.91 +3326.93 +3608.14 +3434.86 +3002.53 +2864.04 +2989.81 +2662.67 +1982.08 +1434.31 +735.978 +526.787 +644.7 +521.303 +889.15 +1131.29 +1481.72 +2047.92 +2540.01 +2761.45 +3379.55 +3631.62 +3348.03 +3532.06 +3303.27 +3271.45 +3599.93 +3343.13 +2850.93 +2648.81 +2774.8 +2474.25 +1820.77 +1187.16 +765.697 +498.538 +553.233 +494.488 +728.155 +1077.42 +1541.21 +1642.86 +1951.31 +2502.59 +3022.56 +3141.81 +2786.65 +2955.44 +2757.84 +2595.04 +2972.77 +3132.19 +2907.3 +2594.09 +2560.36 +2442.81 +1829.65 +1199.6 +735.426 +491.936 +550.955 +498.28 +680.992 +1132.25 +1549.02 +1537.76 +2059.33 +2006.12 +2942.27 +3323.32 +2913.66 +3061.14 +2764.31 +2710.37 +2828.19 +3017.81 +2732.62 +2458.92 +2533.59 +2338.16 +1629.9 +1201.14 +718.296 +519.043 +574.48 +520.056 +811.844 +1130.26 +1482.09 +2081.73 +2601.7 +2945.15 +3483.36 +3781.15 +3502.23 +3608.85 +3212.9 +3251.29 +3446.1 +3320.16 +2844.1 +2537.27 +2816.66 +2536.35 +1821.82 +1185.83 +722.851 +523.152 +576.877 +521.56 +781.697 +1131.24 +1481.89 +2107.96 +2563.73 +2753.64 +3432.63 +3683.59 +3446.84 +3643.21 +3366.28 +3334.73 +3678.88 +3460.91 +2978.36 +2650.69 +2554.35 +2549.99 +1819.43 +1186 +726.698 +526.215 +584.47 +520.807 +837.074 +1131.24 +1481.92 +2108.85 +2596.44 +2762.91 +3362.24 +3736.11 +3584.75 +3508.17 +3101.24 +3003.93 +3335.42 +3165.24 +2870.31 +2698.22 +2764.16 +2580.81 +1866.9 +1244.59 +872.207 +637.347 +704.696 +528.804 +778.553 +1131.24 +1481.89 +2018.33 +2485.11 +2837.99 +3436.8 +3681.59 +3458.76 +3863.35 +3502.47 +3491.83 +3798.98 +3652.03 +3225.88 +3068.18 +3199.45 +3001.53 +2294.27 +1493.05 +891.731 +673.376 +733.518 +663.139 +914.157 +1131.29 +1481.82 +2472.42 +3061.34 +3520.22 +4022.99 +4199.09 +3923.41 +3910.41 +3771.59 +3677.08 +3930.8 +3774.2 +3405.28 +3302.1 +3467.24 +3312.84 +2676.36 +1691.84 +954.791 +632.744 +738.347 +697.127 +910.825 +1077.42 +1541.01 +1783.21 +2394.01 +2957.33 +3538.3 +3597.69 +3513.24 +3336.02 +3296.09 +3031.28 +3231.36 +3450.17 +3044.04 +2786.97 +2532.51 +2264.15 +1800.63 +1201.59 +737.299 +492.616 +548.777 +495.844 +696.851 +1168.91 +1550.62 +1532.02 +2051.77 +1900.55 +2641.13 +2950.18 +2724.11 +2805.14 +2575.98 +2536.43 +2768.76 +2712.13 +2603.16 +2315.34 +2625.71 +2351.43 +1632.34 +1172.01 +748.243 +522.42 +580.223 +513.636 +732.383 +1131.28 +1481.8 +2100.29 +2603.01 +2752.33 +3157.81 +3381.68 +3099.72 +3379.9 +3175.41 +3159.77 +3394.02 +3323.69 +2912.3 +2766.59 +2731.77 +2547.16 +1820.87 +1185.13 +723.787 +523.651 +577.508 +525.422 +759.134 +1130.93 +1482.37 +2098.77 +2518.73 +3131.3 +3638.73 +4033.06 +3721.46 +3864.97 +3680.55 +3630.44 +3793.68 +3541.81 +3247.12 +3343.03 +3269.01 +3084.19 +2123.4 +1546.66 +893.097 +666.876 +734.988 +597.954 +976.691 +1130.12 +1482 +2880.16 +3336.42 +3579.22 +4044.42 +4225.64 +3961.7 +3973.1 +3823.89 +3732.09 +3987.75 +3842.48 +3551.22 +3644.22 +3648.97 +3462.19 +2759 +2139.94 +1108 +741.754 +884.475 +826.911 +1230.38 +1131.24 +1481.83 +2969.96 +3427.53 +3646.09 +4153.37 +4317.83 +4020.64 +4126.41 +3835.98 +3773.47 +4065.1 +3884.72 +3589.64 +3617.8 +3589.42 +3402.6 +2683.15 +2061.23 +997.096 +731.128 +781.84 +702.745 +982 +1130.39 +1482.01 +2816.79 +3332.34 +3590.6 +4171.43 +4373.27 +4225.32 +4214.09 +4023.89 +3851.23 +4035.86 +3903.28 +3659.05 +3806.68 +3810.47 +3604.28 +2823.16 +2206.34 +1184.3 +754.08 +890.119 +802.045 +1204.07 +1077.22 +1541.38 +2539.06 +2900.96 +3415.76 +3759.1 +3891.63 +3679.88 +3637.38 +3443.04 +3389.63 +3525.03 +3813.74 +3610.72 +3703.92 +3431.69 +3385.2 +2739.66 +2189.11 +1086.75 +761.862 +841.401 +791.652 +1054.25 +1614.97 +2002.25 +2471.56 +2861.95 +2849.85 +3519.38 +3800.04 +3483.61 +3491.84 +3273.87 +3191.14 +3344.5 +3474.92 +3277.19 +3331.67 +2943.69 +2580.11 +1746.33 +1245.53 +710.613 +519.455 +574.064 +520.057 +747.256 +1130.06 +1482.08 +2068.43 +2515.39 +2820.71 +3343.47 +3518.31 +3426.83 +3553.82 +3209.35 +3111.97 +3442.61 +3382.54 +3026.86 +3145.15 +3029.79 +2652.82 +1833.35 +1202.92 +750.754 +522.806 +580.059 +522.421 +761.581 +1130.72 +1482.02 +2111.48 +2485.57 +2805.47 +3407.55 +3673.16 +3524.84 +3645.59 +3494.8 +3543.93 +3671.65 +3399.2 +2976.5 +3086.12 +3092.27 +2782 +1874.98 +1123.15 +731.352 +525.688 +581.314 +524.708 +763.459 +1131.24 +1482.05 +2094.48 +2489.44 +3099.08 +3770.68 +4178.24 +3889.22 +3935.46 +3752.87 +3649.92 +3913.2 +3794.78 +3428.41 +3286.58 +3148.67 +2784.86 +1932.56 +1251.75 +732.723 +526.258 +584.819 +521.17 +765.49 +1131.29 +1481.87 +2116.94 +2593.58 +3239.52 +4028.62 +4200.16 +3930.74 +3980.8 +3792.51 +3727.28 +4006.12 +3841.56 +3525.12 +3493.99 +3567.97 +3057.66 +2146.85 +1443.72 +754.388 +530.129 +585.487 +524.86 +817.626 +1131.24 +1481.77 +2119.84 +2531.22 +2978.15 +3710.58 +4195.86 +3891.54 +3942.47 +3748.33 +3651.77 +3919.41 +3779.86 +3391.62 +3185.18 +3062.04 +2692.17 +1929.77 +1139.97 +856.71 +498.972 +557.083 +493.748 +716.474 +1077.42 +1541.11 +1670.96 +1973.04 +2512.67 +2843.76 +2892.21 +2915.98 +2838.92 +2566.26 +2655.46 +2689.51 +2895 +2747.7 +2833.27 +2587.12 +2537.49 +1890.09 +1381.24 +865.846 +537.433 +683.872 +631.311 +781.539 +1241.45 +1550.92 +1557.51 +2038.53 +2289.65 +2989.15 +3213.22 +3212.98 +3021.33 +2860.77 +2795.29 +2817.71 +3009.1 +2820.59 +2815.66 +2849.13 +2581.14 +1875.73 +1378.96 +712.341 +521.912 +576.308 +525.145 +777.038 +1131.16 +1482.01 +2078.97 +2514.73 +3342.97 +4036.85 +4213.33 +3976.85 +4067.63 +3851.37 +3767.52 +4041.93 +3908.83 +3605.07 +3635.3 +3606.24 +3403.74 +2687.12 +1505.28 +886.551 +630.606 +760.173 +707.183 +888.67 +1130.67 +1482.1 +2086.02 +2603.59 +2919.27 +3515.93 +4095.81 +3796.81 +3899.53 +3684.63 +3594.88 +3849.82 +3549.51 +3135.92 +3119.04 +3062.04 +2926.71 +2250.38 +1610.62 +866.572 +637.156 +703.689 +704.392 +944.908 +1130.72 +1482.6 +2090.59 +2543.16 +2829.8 +3576.21 +3758.5 +3761.57 +3890.48 +3601.77 +3416.36 +3545.15 +2918.92 +2514.27 +2739.25 +2828.47 +2534.72 +1844.75 +1186.39 +777.588 +525.31 +580.673 +526.499 +766.891 +1131.24 +1482.11 +2118.87 +2594.01 +2667.82 +3154.12 +3384.19 +3008.95 +3109.87 +2962.41 +2747.83 +3130.05 +3044.28 +2749.6 +2851.75 +2847.5 +2611.86 +1878.17 +1186.13 +728.976 +527.41 +584.165 +526.778 +862.785 +1130.06 +1482.27 +2105.11 +2618.1 +2666 +3202.32 +3385.99 +2832.75 +3135.53 +2847.01 +2822.08 +3100.37 +2783.12 +2702.02 +2854.69 +2852.89 +2608.59 +1878.71 +1186.87 +715.131 +499.615 +553.981 +493.378 +840.684 +1077.42 +1541.22 +1653.56 +2104.68 +2583.44 +2927.06 +2854.58 +2754.98 +2743.95 +2521.02 +2458.99 +2601.57 +2874.88 +2747.78 +2840.57 +2526.66 +2348.66 +1724.14 +1122.23 +829.944 +583.596 +641.242 +576.003 +839.231 +1196.06 +1662.08 +1584.58 +2053.91 +2018.62 +2784.13 +3040.73 +2640.06 +2717.59 +2396.05 +2346.57 +2561.29 +2650.6 +2459.71 +2696.87 +2728.46 +2409.39 +1729.88 +1231.87 +856.159 +607.271 +664.112 +613.709 +1004.15 +1220.37 +1571.11 +2228.51 +2718.07 +2939.17 +3330.58 +3466.15 +2929.07 +3207.04 +2969.49 +2987.37 +3143.75 +3003.78 +2818.05 +2914.73 +2954.97 +2701.82 +1981.67 +1317 +817.519 +613.381 +724.841 +610.57 +953.022 +1220.2 +1571.51 +2215.12 +2708.61 +2934.7 +3187.18 +3514.42 +3385.29 +3567.48 +3462.81 +3348.42 +3499.99 +3326.08 +3116.44 +3084.81 +3082.44 +2789.6 +2068.61 +1437.84 +941.084 +795.497 +673.658 +609.913 +924.868 +1220.37 +1571.13 +2197.18 +2669.5 +2924.7 +3216.47 +3672.82 +3140.73 +3060.2 +2765.14 +3008.89 +3154.7 +3102.56 +2748.51 +2850.45 +2910.78 +2616.7 +1946.86 +1274.89 +844.411 +618.28 +670.638 +618.392 +950.15 +1220.29 +1571.4 +2199.27 +2633.55 +2926 +3382.35 +3739.54 +3464.74 +3580.02 +3476.22 +3358.02 +3647.39 +3463.76 +3124.38 +3087.84 +2995.29 +2783.64 +1941.46 +1276.22 +843.333 +618.308 +671.24 +618.276 +975.257 +1220.37 +1571.2 +2197.12 +2645.02 +2904.35 +3202.07 +3475.73 +3140.05 +3244.49 +2974.02 +2848.85 +3219.81 +3117.56 +2820.17 +2956.04 +2927.71 +2703.92 +1966.87 +1275.49 +808.761 +587.708 +642.367 +587.156 +952.894 +1166.61 +1630.38 +1761.64 +2211.83 +2689.74 +3026.75 +3097.71 +2862.61 +2825.03 +2612.16 +2575.53 +2736.17 +3009.84 +2880.66 +2964.9 +2629.34 +2477.12 +1915.78 +1279.73 +828.788 +581.986 +636.435 +581.673 +920.437 +1354.33 +1831.13 +1553.64 +1958.03 +2046.14 +2760.94 +3013.13 +2725.01 +2747.34 +2424.85 +2405.67 +2633.06 +2656.95 +2586.28 +2538.67 +2567.25 +2433.82 +1671.16 +1169.88 +810.596 +605.682 +661.697 +609.004 +1045.07 +1220.37 +1571.15 +2106.72 +2568.56 +2938.87 +3337.13 +3483.53 +3136.33 +3045.23 +3009.48 +2794.64 +3121.42 +3091.73 +2820.72 +2912 +2957.59 +2702.29 +1962.91 +1270.63 +860.424 +613.46 +669.545 +609.141 +937.217 +1220.37 +1571.13 +2197.8 +2679.44 +2811.02 +3317.13 +3657.64 +3386.96 +3493.59 +3258.2 +3218.44 +3430.76 +3266.86 +2787.04 +2655.97 +2914.86 +2627.84 +1946.28 +1287.56 +864.458 +616.146 +670.089 +610.343 +1001.09 +1220.37 +1571.13 +2202.05 +2604.74 +2858.97 +3462.37 +4011.06 +3930.79 +3978.67 +3802.02 +3730.07 +4003.8 +3860.51 +3263.3 +3155.8 +3002 +2713.26 +2043.37 +1443.79 +934.288 +617.14 +674.143 +615.819 +903.469 +1220.37 +1571.28 +2147.8 +2607.56 +2918.13 +3523.41 +3812.22 +3461.87 +3507.55 +3402.77 +3298.43 +3584.04 +3339.62 +2999.69 +3024.33 +3014.34 +2737.69 +1921.77 +1255.72 +821.981 +618.128 +674.527 +615.841 +851.595 +1220.37 +1571.32 +2204.43 +2694.01 +2928.87 +3328.69 +3509.89 +3193.9 +3238.54 +2908.11 +2949.98 +3266.84 +3148.85 +2820.02 +2958.88 +2958.02 +2703.36 +1967 +1320.16 +854.173 +586.742 +642.591 +582.945 +953.634 +1166.55 +1630.34 +1930.45 +2208.8 +2691.97 +3030.04 +3099.9 +2808.4 +2828.43 +2616.82 +2406.34 +2769.58 +3013.21 +2880.24 +2874.1 +2715.8 +2477.82 +1884.55 +1243.25 +827.645 +579.642 +637.118 +576.054 +913.169 +1373.94 +1861.01 +1867.61 +1957.71 +1975.77 +2764.84 +3025.82 +2725.77 +2688.72 +2466.12 +2401.56 +2632.28 +2784.4 +2861.69 +2537.8 +2568.77 +2463.87 +1715.91 +1170.12 +811.732 +605.635 +705.608 +609.562 +987.066 +1448.68 +1784.19 +2267.38 +2521.19 +2831.35 +3338.41 +3525.89 +3172.81 +3261.63 +3060.01 +2969.68 +3223.55 +3134.54 +3012.06 +2954.05 +2959.29 +2587.54 +1862.86 +1223.23 +813.437 +609.244 +663.8 +610.055 +954.196 +1394.64 +1778.89 +2270.74 +2528.1 +2855.33 +3341.89 +3494.78 +3244.01 +3288.79 +3064.49 +2954.74 +3229.99 +3140.49 +3009.15 +2895.57 +2780.27 +2657.69 +1862.56 +1228.69 +883.396 +611.56 +753.643 +610.428 +1027.33 +1446.03 +1835.61 +2263.72 +2702.51 +2951.88 +3346.75 +3516.19 +3241.11 +3270.31 +3051.92 +2944.48 +3241.02 +3149.07 +3029.16 +2950.22 +2960.13 +2714.1 +1963.33 +1273.24 +817.861 +613.872 +669.807 +609.043 +986.683 +1220.37 +1571.15 +2406.99 +2724.85 +2952.39 +3346.49 +3528.22 +3252.32 +3274.51 +3052.8 +2949.33 +3248.39 +3167.96 +3056.97 +2957.11 +2962.91 +2761.2 +1964.36 +1272.69 +820.496 +614.193 +669.192 +614.324 +1015.36 +1220.24 +1571.52 +2392.02 +2722.65 +2950.09 +3347.04 +3520.89 +3133.42 +3238.26 +2976.79 +2877.49 +3223.48 +3094.64 +2946.03 +2896.49 +2938.23 +2704.85 +1981.82 +1275.51 +854.208 +588.58 +641.965 +583.597 +950.455 +1165.38 +1630.79 +1931.25 +2195.93 +2681.35 +3059.19 +3299.23 +3214.42 +3230.33 +3023.71 +2967.53 +3171.83 +3239.9 +3181.23 +2884.84 +2504.52 +2688.16 +1982.53 +1396.35 +829.834 +581.986 +636.17 +581.074 +1005.92 +1233.8 +1647.3 +1764.37 +2129.42 +2255.62 +3283.18 +3544.46 +3470.71 +3474.37 +3247.44 +3143.92 +3278.89 +3341.08 +3227.08 +3016.33 +2980.89 +2904.14 +2098.92 +1602.61 +960.791 +702.527 +712.569 +656.199 +946.518 +1219.2 +1571.46 +2396.84 +2720.59 +2969.04 +3349.26 +3536.25 +3250.14 +3309.51 +3064.16 +2961.74 +3277.54 +3155.45 +3047.06 +2960.66 +2956.68 +2699.28 +1885.76 +1227.75 +815.059 +612.093 +669.706 +608.979 +979.135 +1369.51 +1805.2 +2265.28 +2623.95 +2853.73 +3338.66 +3459.86 +3182.29 +3287.43 +3065.13 +2964.93 +3230.28 +3142.33 +3044.2 +2954.34 +2960.21 +2724.72 +1862.36 +1228.67 +815.58 +638.105 +666.204 +674.094 +1025.72 +1220.37 +1571.3 +2407.65 +2714.07 +2941.56 +3344.49 +3495.51 +3130.08 +3165.51 +3158.44 +3256.05 +3491.02 +3403.87 +3284.21 +3071 +2745.07 +2557.27 +1975.75 +1274.94 +820.617 +615.303 +670.838 +615.686 +964.325 +1220.27 +1571.42 +2448.53 +2703.08 +2943.6 +3335.51 +3529.16 +3259.91 +3283.96 +3062.42 +2967.35 +3275.9 +3169.88 +2992.85 +2960.24 +2956.98 +2762.85 +1974.32 +1300.89 +820.9 +614.153 +668.944 +614.885 +1015.22 +1219.2 +1571.54 +2412.76 +2730.03 +2952.59 +3345.93 +3519.12 +3157.98 +3289.13 +2982.01 +2952.54 +3185.46 +3099.8 +2941.19 +2860.19 +2939.27 +2761.29 +1976.03 +1276.12 +808.214 +588.166 +642.367 +582.113 +908.964 +1166.55 +1630.53 +1932.44 +2208.61 +2691.86 +3036.21 +3098.26 +2806.62 +2825.84 +2614.21 +2576.37 +2734.75 +3014.04 +3067.25 +2967.01 +2624.12 +2660.93 +1914 +1334.39 +873.475 +579.807 +726.142 +576.054 +914.534 +1348.3 +1786.32 +1766.27 +1983.6 +1999.23 +2631.69 +2968.33 +2727.79 +2658.28 +2426.57 +2454.15 +2631.27 +2717.01 +2802.01 +2718.27 +2749.32 +2375.64 +1671.83 +1171.72 +812.964 +614.89 +669.571 +613.901 +988.232 +1401.21 +1844.92 +2268.86 +2525.23 +2890.27 +3341.22 +3524.14 +3134.35 +3102.09 +2960.16 +2924.62 +3203.19 +3007.3 +3002.48 +2927.71 +2956.73 +2700.25 +1971.74 +1266.86 +814.583 +608.391 +665.922 +607.817 +979.039 +1219.81 +1571.43 +2386.22 +2710.78 +2899.4 +3217.74 +3403.95 +3169.96 +3216.5 +3010.72 +2836.37 +3053.39 +3109.18 +2961.94 +2857.13 +2958.76 +2701.96 +1980.15 +1272.29 +912.413 +702.814 +759.517 +698.995 +1066.39 +1309.51 +1669.37 +2508.93 +2741.99 +2925.22 +3446.28 +3547.44 +3299.69 +3163.22 +3047.28 +3010.34 +3282.13 +3247.46 +3119.54 +3063.53 +3062.87 +2805.43 +1990.68 +1366.27 +959.445 +703.409 +759.76 +699.32 +1125.82 +1309.51 +1669.4 +2496.39 +2822.9 +3123.43 +3461.43 +3647.12 +3358.34 +3400.31 +3173.44 +3082 +3367.18 +3274.84 +3158.92 +3064.19 +3069.14 +2863.79 +2045.68 +1363.67 +959.324 +703.586 +759.645 +699.674 +1129.35 +1523.96 +1945.64 +2355.58 +2681.36 +3018.1 +3403.36 +3635.96 +3356.94 +3388.79 +3158.37 +3054.05 +3332 +3252.86 +3154.87 +3061.82 +3059.26 +2803.63 +2065.54 +1352.61 +941.586 +676.199 +731.482 +672.224 +1020.58 +1255.55 +1758.67 +2003.41 +2259.02 +2688.61 +2915 +3121.62 +3020.51 +3057.99 +2960.27 +2978.16 +3147.5 +3300.99 +3163.56 +3066.85 +2739.56 +2459.04 +1999.63 +1474.56 +1033.07 +763.936 +847.055 +671.14 +1159.32 +1556.77 +1920.79 +2159.72 +2457.61 +2446.24 +3123.86 +3409.14 +3181.09 +3208.06 +3017.03 +2826.64 +2643.32 +2857.19 +2970.65 +2823.93 +2849 +2556.87 +1816.24 +1320.31 +904.897 +911.229 +697.135 +751.975 +691.586 +1106.31 +1309.56 +1669.41 +2304.42 +2789.67 +3046.71 +3436.05 +3627.68 +3267.97 +3415.08 +3121.8 +3087.48 +3401.86 +3456.45 +3153.59 +3055.5 +3066.21 +2863.09 +2038.73 +1315.42 +914.166 +698.606 +751.85 +697.221 +1112.66 +1497.02 +1980.06 +2168.57 +2716.54 +2866.6 +3364.77 +3602.69 +3353.54 +3404.83 +3176.44 +3071.84 +3415.13 +3456.04 +3153.67 +3059.35 +3065.02 +2861.78 +2028.8 +1374.5 +911.521 +701.363 +759.18 +696.163 +1140.27 +1309.51 +1669.4 +2317.47 +2828.74 +3100.67 +3483.95 +3654.59 +3373.4 +3431.83 +3190.97 +3082.38 +3417.38 +3463.38 +3158.64 +3065.11 +3067.73 +2864.5 +2052.41 +1317.47 +939.546 +701.807 +818.084 +700.517 +1142.16 +1308.62 +1669.56 +2322.45 +2819.59 +3094.6 +3449.56 +3647.51 +3366.05 +3398.9 +3176.94 +3077.98 +3404.91 +3463.46 +3124.08 +3064.85 +3068 +2864.61 +2052 +1409.81 +916.42 +704.364 +759.58 +704.525 +1113.95 +1309.37 +1699.49 +2281.04 +2596.83 +2753.47 +3434.88 +3596.17 +3259.51 +3414.93 +3170.46 +3080.72 +3422.08 +3463.17 +3126.65 +3069.43 +3065.01 +2804.8 +2055.38 +1354.13 +947.092 +705.694 +732.155 +731.185 +1020.42 +1255.69 +1728.64 +1803.79 +2234.32 +2728.67 +3128.16 +3203.16 +2978.98 +2935.95 +2732.16 +2691.88 +2874.28 +3208.36 +3038.29 +2966.8 +2733.26 +2575.04 +1915.76 +1332.74 +927.778 +668.34 +724.535 +671.697 +1043.18 +1484.48 +1944.59 +1640.47 +2060.65 +2003.15 +2746.97 +3065.76 +2832.03 +2851.86 +2613.11 +2559.27 +2748.49 +3079.19 +2967.62 +2822.57 +2850.56 +2645.74 +1823.78 +1325.78 +933.344 +704.024 +758.944 +702.797 +1056.18 +1312.79 +1679.2 +2333.86 +2831.75 +3053.99 +3469.27 +3631.27 +3306.82 +3430.67 +3170.61 +3079.23 +3411.32 +3457.63 +3154.32 +3061.38 +3064.29 +2827.09 +2061.97 +1370.81 +911.66 +696.951 +751.923 +698.012 +1128.77 +1309.51 +1669.46 +2328.01 +2810.39 +3045.15 +3449.57 +3616.67 +3313.79 +3353.98 +3172.54 +3068.99 +3355.93 +3461.75 +3155.24 +3063.08 +3068.03 +2766.47 +1970.31 +1361.95 +914.912 +699.153 +756.297 +696.441 +1052.68 +1471.39 +1837.65 +2161.85 +2704.35 +3034.57 +3438.21 +3627.63 +3314.87 +3288.2 +3115.38 +2933.9 +3351.99 +3456.89 +3151.85 +3061.59 +3059.59 +2803.9 +2051.57 +1361.43 +978.161 +703.035 +759.13 +699.517 +1126.48 +1309.56 +1669.39 +2303.71 +2679.15 +2995.9 +3549.67 +4017.33 +3785.37 +3629.92 +3390.8 +3275.84 +3721.61 +3861.7 +3126.22 +3060.15 +3067.02 +2860.92 +2074.44 +1362.64 +918.709 +703.33 +759.772 +699.246 +1111.16 +1309.51 +1669.44 +2341.03 +2833.79 +3044.11 +3433.09 +3596.83 +3371.93 +3420.98 +3189.92 +3091.04 +3413.18 +3462.2 +3158.79 +3065.08 +3068.67 +2863.95 +2049.08 +1318.69 +927.081 +702.263 +731.516 +669.003 +1082.5 +1549.89 +2025.43 +1706.37 +2106.78 +2778.71 +3122.56 +3193.91 +2937.79 +2928.77 +2718.26 +2682.51 +2791.53 +3218.91 +3059.77 +3026.84 +2735.32 +2589.41 +1916.89 +1335.05 +927.264 +669.509 +723.359 +671.696 +998.081 +1447.46 +1925.8 +1643.98 +2068.27 +2183.6 +2710.67 +3068.46 +2832.21 +2850.21 +2620.02 +2563.27 +2747.49 +3077.46 +2970.41 +2820.97 +2856.2 +2561.01 +1826.93 +1265.78 +913.631 +703.982 +762.744 +702.848 +1130.05 +1312.79 +1679.29 +2333.48 +2817.97 +3045.74 +3446.15 +3633 +3308.64 +3412.05 +3192.06 +3094.73 +3410.77 +3457.85 +3156.83 +3067.3 +3063.45 +2745.48 +2055.33 +1371.54 +911.673 +696.958 +751.923 +698.012 +1099.36 +1309.51 +1669.51 +2279.22 +2823.66 +2870.19 +3409.17 +3597.62 +3366.17 +3407.32 +3179.14 +3065.27 +3350.88 +3397.26 +3055.29 +3025.58 +2984.48 +2805.83 +1950.18 +1312.59 +915.295 +698.778 +756.297 +697.002 +1083.62 +1496.84 +1909.64 +2169.89 +2718.25 +2942.68 +3445.73 +3575.79 +3330.12 +3352.27 +3173.35 +3054.54 +3377.46 +3368.7 +3131.33 +3070.26 +3068.96 +2686.49 +1951.51 +1316.51 +909.477 +729.858 +875.285 +695.99 +1114.71 +1599.79 +1981.07 +2169.65 +2719.49 +3039.7 +3467.04 +3575.49 +3321.4 +3427.43 +3164.24 +3080.87 +3406.9 +3369.79 +3126.24 +3064.3 +3068.1 +2685.32 +1951.97 +1319.37 +911.037 +700.101 +755.933 +696.51 +1055.46 +1473.14 +1839.4 +2172.81 +2712.11 +2917.31 +3440.58 +3598.49 +3357.15 +3405.25 +3181.06 +3078.73 +3335.2 +3458.58 +3093.89 +3025.49 +3067.5 +2681.85 +1951.75 +1319.72 +898.702 +672.171 +728.907 +668.334 +1052.25 +1498.79 +1980.25 +1709.18 +2107.82 +2777.63 +3120.39 +3183.53 +2926.26 +2884.96 +2587.37 +2607.85 +2844.75 +3317.88 +3146.85 +3066.05 +2725.32 +2576.28 +1972.9 +1420.61 +966.096 +667.323 +722.36 +667.663 +1041.65 +1381.34 +1824.83 +1677.41 +2243.43 +2115.96 +2798.45 +3219.92 +2997.88 +3210.08 +2802.56 +2750.41 +2711.2 +2995.9 +2844.03 +2519.69 +2728.14 +2402.23 +1860.4 +1412.3 +989.796 +726.167 +795.563 +800.047 +1337.22 +1309.51 +1713.22 +2533.78 +2964.01 +3021.28 +3306.72 +3557.13 +3231.4 +3353.4 +3134.69 +3092.63 +3376.48 +3457.57 +3108.37 +3061 +3066.04 +2860.04 +2054.96 +1349.63 +914.846 +700.758 +754.698 +696.273 +1091.48 +1309.51 +1669.52 +2266.27 +2735.61 +3076.26 +3378.37 +3656.06 +3363.35 +3416.79 +3183.85 +3101.42 +3405.45 +3402.83 +3127.29 +3065.38 +3069.84 +2863.26 +1949.77 +1372.87 +914.266 +699.675 +756.297 +696.266 +1129.31 +1548.9 +1910.24 +2170.01 +2722.1 +2943.92 +3399.24 +3580.39 +3412.77 +3393.74 +3188.76 +3072.73 +3362.66 +3461.08 +2996.08 +2993.87 +3067.19 +2866.01 +1951.56 +1313.17 +916.873 +700.955 +755.613 +756.502 +1111.95 +1308.34 +1669.82 +2342.63 +2834.04 +2959.71 +3491.96 +3603.34 +3366.78 +3427.18 +3199.38 +3109.54 +3426.11 +3463.48 +3106.97 +2951.75 +3016.62 +2707.48 +2067.95 +1388.49 +1059.39 +792.333 +849.382 +789.805 +1227.75 +1409.4 +1761.62 +2554.43 +2863.2 +3033.5 +3493.95 +3586.59 +3223.35 +3477.22 +3292.87 +3196.55 +3507.8 +3571.19 +3231.55 +3177.67 +3169.38 +2908.01 +2149.64 +1407.18 +997.46 +788.211 +817.056 +758.644 +1213.37 +1354.63 +1819.93 +2108.82 +2302.53 +2863.44 +3121.78 +3250.4 +3001.41 +2919.23 +2688.42 +2596.13 +2883.55 +3393.47 +3235.28 +2961.69 +2847.29 +2685.77 +2003.87 +1422.88 +1015.39 +757.551 +813.419 +849.167 +1150.57 +1550.58 +1937.42 +2024.79 +2160.92 +2105.75 +2846.98 +3175.01 +2857.11 +2785.66 +2728.46 +2676.53 +2808.69 +3103.25 +2990.86 +2936.12 +2969.85 +2575 +1899.05 +1363.3 +1010.21 +796.089 +854.037 +797.765 +1210.61 +1583.42 +1946.8 +2453.37 +2710.68 +2959.75 +3517.57 +3705.39 +3406.95 +3513.61 +3285.35 +3175.67 +3415.38 +3479.35 +3246.12 +3173.87 +3172.32 +2790.14 +2042.84 +1404.62 +1005.24 +786.137 +841.057 +844.368 +1256.25 +1583.96 +1948.53 +2449.86 +2725.97 +2968.49 +3382.57 +3690.24 +3413.4 +3428.68 +3237.26 +3015.35 +3492.54 +3510.8 +3250.04 +3175.97 +3173.76 +2791.19 +2042.3 +1407.86 +1006.38 +787.634 +904.549 +785.301 +1220.01 +1572.02 +1936.61 +2451.93 +2726.89 +2967.42 +3375.46 +3695.55 +3421.67 +3519.51 +3113.14 +3022.85 +3312.78 +3512.69 +3251.87 +3178.38 +3174.74 +2795.22 +2044.89 +1411 +1007.36 +790.132 +844.955 +849.519 +1250.54 +1601.88 +1979.51 +2455.93 +2722.33 +2966.08 +3375.55 +3695.55 +3430.52 +3515.86 +3284.16 +3004.6 +3309.3 +3485.66 +3251.02 +3000.94 +2997.46 +2794.77 +2046.26 +1411.42 +1028.53 +789.302 +845.367 +786.147 +1271.3 +1686.43 +1966.18 +2457.64 +2729.87 +2964.84 +3373.72 +3690.68 +3417.38 +3520.93 +3300.09 +3203.43 +3512.08 +3512.55 +3246.6 +3180.53 +3173.51 +2789.44 +2043.85 +1497.1 +996.258 +761.385 +813.759 +763.019 +1229.26 +1519.04 +2033.79 +1988.82 +2215.74 +2708.19 +3056.33 +3224.85 +3067.15 +3045.94 +2650.07 +2623.08 +2794.12 +3251.95 +3102.38 +3002.81 +2748.64 +2693.49 +2019.65 +1438.83 +1023.07 +812.107 +884.039 +771.596 +1144.39 +1523.55 +2039.17 +1942.59 +2177.2 +2116.41 +2891.52 +3113.01 +2779.13 +2795.96 +2555.59 +2504.42 +2724.93 +3024.22 +2913.11 +2772.06 +2822.26 +2589.95 +1953.06 +1374.27 +1070.7 +876.059 +971.337 +856.881 +1271.15 +1713.31 +2128.35 +2465.96 +2722.42 +2972.68 +3374.22 +3568.25 +3291.85 +3330.62 +3103.21 +3001.86 +3302.15 +3396.34 +3091.88 +3008.06 +3003.31 +2801.98 +2053.3 +1414.64 +1010.1 +794.444 +853.477 +798.006 +1253.22 +1657.45 +1951.71 +2457.09 +2728.71 +2965.39 +3372.64 +3682.93 +3408.72 +3325.46 +3233.5 +3019.92 +3525.96 +3478.18 +3248.74 +3181.3 +3175.99 +2910.01 +2040.37 +1402.7 +1006.05 +786.473 +841.057 +784.318 +1269.26 +1707.5 +2040.68 +2446.54 +2814.23 +3057.74 +3593.07 +3755.03 +3539 +3419.07 +3262 +3270.76 +3474.39 +3580.9 +3268.47 +3178.37 +3178.13 +2969.69 +2068.51 +1439.03 +1009.95 +789.629 +845.431 +785.403 +1267.62 +1409.4 +1767.91 +2585.01 +2861.94 +2978.68 +3599.35 +3706.73 +3486.59 +3530.39 +3303.78 +3208.44 +3527.19 +3566.94 +3233.69 +3173.89 +2955.14 +2939.8 +2038.38 +1405.62 +1008.43 +789.157 +845.831 +790.693 +1234 +1409.4 +1762.06 +2465.73 +2852.38 +2979.71 +3602.9 +3684.82 +3416.77 +3519.08 +3218.78 +3206.76 +3525.22 +3530.44 +3252.1 +3061.94 +2992.32 +2967.31 +2038.41 +1407.62 +996.191 +788.101 +818.173 +816.929 +1140.23 +1592.85 +1994.09 +1989.84 +2302.27 +2813.52 +3147.82 +3311.64 +3042.47 +3040.05 +2824.4 +2789.23 +2803.26 +3257.97 +3084.62 +3043.14 +2823.88 +2773.4 +2004.55 +1422.68 +1035.64 +802.154 +871.947 +760.831 +1123.04 +1493.93 +1992.87 +1930.21 +2168.38 +2107.49 +2938.72 +3199.45 +2744.44 +2830.01 +2691.2 +2673.85 +2809.25 +3135.48 +2992.28 +2939.02 +2964.88 +2678.09 +1860.42 +1481.04 +1010.37 +796.024 +853.868 +794.301 +1299.82 +1706.5 +1988.9 +2448.57 +2726.16 +3061.51 +3597.38 +3615.92 +3419.36 +3336.5 +3163.62 +3192.72 +3429.71 +3563.92 +3239.05 +2977.55 +3015.74 +2841.04 +2037.2 +1401.5 +1004.87 +786.085 +840.469 +787.735 +1237.94 +1624.22 +2008.43 +2446.55 +2788.29 +3052.81 +3581.37 +3688.87 +3423.27 +3333.45 +3243.21 +3209.14 +3528.58 +3508.82 +3233.36 +3176.34 +3177.26 +2966.22 +2040.15 +1402.04 +1008.44 +789 +844.797 +785.542 +1209.51 +1580.19 +1940.91 +2447.18 +2808.69 +3058.49 +3580.11 +3682.6 +3483.16 +3525.59 +3292.42 +3199.3 +3509.01 +3566.41 +3265.31 +3171.57 +3172.38 +2854.42 +2156.1 +1520.31 +1008.99 +790.204 +844.443 +786.085 +1238.92 +1603.93 +1940.39 +2446.09 +2828.03 +3053.84 +3551.26 +3663.97 +3479.25 +3525.3 +3295.74 +3201.09 +3518.22 +3479.25 +3230.52 +3176.93 +3177.45 +2967.68 +2040.78 +1408.32 +1008.51 +790.229 +844.676 +790.667 +1263.94 +1625.13 +1959.24 +2452.52 +2735.58 +3148.89 +3566.5 +3663.17 +3475.79 +3525.3 +3296.97 +3195.77 +3536.9 +3481.87 +3242.08 +3180.45 +3169.55 +2911.94 +2042.16 +1409.27 +999.231 +762.189 +812.619 +763.069 +1134.8 +1651.9 +2137.85 +2011.11 +2215.61 +2794.06 +3170.45 +3167.15 +2898.61 +3060.07 +2795.27 +2793.63 +2962.46 +3290.05 +3183.91 +3050.73 +2918.05 +2676.73 +2063.11 +1480.66 +1015.96 +756.548 +813.495 +760.83 +1150.67 +1584.99 +2031.67 +2018.26 +2162.26 +2104.52 +2920.71 +3122.44 +2855.71 +2965.55 +2728.43 +2669.93 +2801.57 +3076.72 +2985.73 +2752.88 +2963.19 +2747.3 +1857.03 +1358.02 +1010.35 +793.552 +850.152 +797.061 +1209.22 +1580.8 +1946.38 +2452.45 +2735.57 +2965.16 +3376.16 +3687.44 +3407.94 +3324.83 +3103.09 +3013.86 +3304.65 +3394.17 +3253.66 +3002.75 +2998.18 +2801.56 +2047.79 +1410.25 +1010.31 +793.431 +850.451 +835.801 +1189.52 +1606.05 +1988.21 +2461.9 +2741.81 +2963.8 +3373.89 +3569.08 +3294.46 +3332.8 +3108.2 +3008.39 +3311.23 +3394.14 +3086.3 +3004.22 +3016.58 +2788.98 +2048.26 +1412.16 +1034.44 +791.965 +851.914 +907.014 +1257.75 +1638.91 +1943.81 +2458.51 +2739.94 +2964.24 +3374.1 +3571.32 +3414.21 +3331.97 +3105.62 +3010.52 +3309.93 +3395.27 +3092.03 +3001.52 +2998.92 +2789.05 +2047.53 +1411.63 +1008.54 +810.701 +967.584 +856.414 +1255.6 +1695.72 +2088.65 +2463.3 +2751.78 +2980.32 +3381.07 +3579.45 +3421.67 +3338.38 +3112.41 +3017.04 +3316.69 +3399.72 +3101.07 +3005.07 +3002.75 +2791.2 +2045.79 +1414.92 +1006.78 +792.683 +911.532 +795.82 +1234.62 +1593.42 +1947.32 +2562.55 +2733.78 +2959.76 +3371.64 +3687.76 +3414.56 +3333.36 +3285.08 +3194.57 +3396.6 +3510.23 +3241.71 +3178.82 +3173.2 +2785.22 +2040.13 +1406.51 +1068.6 +782.16 +877.351 +757.612 +1191.64 +1577.28 +2008.33 +1986.8 +2218.98 +2703.73 +3252.62 +3242.45 +3064.64 +3048.28 +2826.29 +2799.12 +2943.08 +3406.04 +3230.48 +3119.31 +2829.13 +2677.44 +2005.26 +1424.53 +1015.77 +757.55 +812.492 +854.829 +1110.5 +1553.37 +2032 +1928.33 +2171 +2107.27 +2974.75 +3140.6 +2857.41 +2793.33 +2727.41 +2675.14 +2774.07 +3105.68 +2998.97 +2929.34 +2786.08 +2581.09 +1867.49 +1364.35 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_q.csv new file mode 100644 index 0000000..bceefe5 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_1_27_q.csv @@ -0,0 +1,8760 @@ +360.722 +242.6 +273.595 +242.003 +420.517 +670.31 +891.524 +804.861 +920.946 +892.979 +1213.78 +1336.64 +1190.66 +1202.57 +1093.15 +1071.46 +1157.51 +1311.91 +1253.23 +1182.7 +1202.76 +1112.34 +773.779 +529.767 +386.779 +255.412 +286.882 +260.335 +428.291 +688.665 +876.623 +1130.27 +1267.11 +1350.5 +1495.85 +1571.86 +1432.36 +1455.97 +1357.46 +1316.72 +1449.77 +1486.31 +1342.11 +1297.05 +1300.3 +1208.4 +859.515 +548.69 +345.506 +248.614 +275.716 +249.116 +420.185 +647.521 +830.184 +1059.02 +1201.14 +1301.96 +1493.67 +1571.06 +1432.46 +1455.65 +1355.44 +1322.1 +1450.97 +1488.63 +1345.31 +1299.19 +1302.32 +1211.02 +861.69 +551.136 +354.331 +249.1 +275.716 +248.567 +425.769 +644.894 +818.33 +1062.48 +1196.43 +1301.14 +1495.24 +1571.17 +1431.85 +1453.95 +1354.6 +1312.74 +1451.33 +1487.67 +1339.44 +1297.06 +1302.19 +1211.32 +860.999 +550.733 +354.372 +249.092 +277.859 +251.7 +485.603 +688.513 +845.222 +1059.42 +1201.31 +1299.1 +1492.87 +1570.23 +1430.09 +1454.54 +1353.2 +1308.9 +1444.97 +1487.09 +1340.74 +1297.46 +1301.2 +1211.63 +861.617 +553.966 +354.391 +250.362 +277.834 +252.225 +442.244 +658.616 +825.356 +1061.96 +1197.63 +1300.08 +1493.69 +1570.44 +1430.41 +1454.89 +1354.82 +1310.53 +1451.56 +1486.18 +1342.97 +1295.89 +1299.84 +1209.8 +858.433 +549.88 +342.6 +238.357 +264.536 +237.807 +395.116 +600.195 +832.475 +833.365 +943.348 +1178.04 +1339.42 +1360.64 +1250.02 +1280.08 +1139.75 +1170.3 +1203.84 +1422.35 +1348.7 +1300.71 +1179.63 +1157.34 +843.82 +563.302 +366.517 +242.452 +327.01 +287.631 +403.125 +636.048 +867.005 +807.149 +925.231 +918.53 +1218.86 +1334.27 +1191.08 +1203.84 +1095.26 +1072.83 +1158 +1313.3 +1256.93 +1187.01 +1203.56 +1112.12 +774.206 +532.853 +366.229 +257.367 +283.269 +257.502 +460.895 +686.571 +853.415 +1062.63 +1204.59 +1303.61 +1494.34 +1573.13 +1431.83 +1454.25 +1354.97 +1312.79 +1452.08 +1488.01 +1344.17 +1295.21 +1305.55 +1215.8 +861.999 +554.4 +359.835 +254.612 +283.067 +255.934 +442.001 +653.533 +830.039 +1061.56 +1198.65 +1300.33 +1491.13 +1569.89 +1428.14 +1452.75 +1353.31 +1308.16 +1448.53 +1485.16 +1335.71 +1294.24 +1298.78 +1210.77 +857.539 +548.478 +348.162 +251.649 +278.693 +251.924 +431.455 +547.884 +718.019 +1101.12 +1291.05 +1394.26 +1584.86 +1664.31 +1526.3 +1542.92 +1443.16 +1392.58 +1529.02 +1569.31 +1412.12 +1380.81 +1386.42 +1211.28 +858.779 +551.837 +357.578 +252.975 +279.398 +252.285 +435.69 +634.234 +847.577 +1061.6 +1202.21 +1304.09 +1499.29 +1579.92 +1437.14 +1461.62 +1360.43 +1315.83 +1445.47 +1487.87 +1344.88 +1296.93 +1304.21 +1214.95 +861.443 +554.549 +358.635 +252.765 +279.805 +280.005 +425.482 +638.509 +842.435 +1059.43 +1205.27 +1302.71 +1493.01 +1630.39 +1489.69 +1499.61 +1441.33 +1308.54 +1540.56 +1542.31 +1397.6 +1295 +1299.47 +1239.98 +857.494 +550.64 +344.258 +239.738 +266.118 +237.92 +383.559 +521.275 +746.835 +851.17 +1027.64 +1173.17 +1373.56 +1448.78 +1325.82 +1322.13 +1150.63 +1141.29 +1246.13 +1420.38 +1389.23 +1344.86 +1179.06 +1157.54 +841.382 +559.423 +379.675 +237.415 +263.746 +237.618 +375.205 +626.856 +828.396 +802.295 +916.999 +886.284 +1207.4 +1337.57 +1198.06 +1284.77 +1109 +1151.18 +1166.1 +1324.58 +1252.32 +1183.31 +1200.05 +1114.58 +772.243 +531.166 +351.404 +255.614 +305.626 +255.588 +428.965 +691.52 +832.662 +1058.09 +1195.49 +1299.77 +1488.15 +1629.92 +1457.98 +1538.18 +1439.33 +1374.73 +1532.78 +1567.28 +1405.47 +1338.51 +1375.53 +1269.56 +858.481 +548.778 +371.849 +251.226 +278.893 +249.117 +441.739 +547.884 +718.11 +1129.79 +1289.53 +1385.58 +1568.07 +1658.34 +1526.17 +1551.94 +1447.69 +1404.96 +1535.41 +1574.35 +1411.19 +1380.52 +1388.43 +1268.77 +912.154 +550.334 +348.629 +252.928 +277.834 +281.732 +436.591 +547.884 +718.083 +1068.31 +1249.87 +1300.89 +1578.88 +1633.48 +1522.75 +1553.73 +1449.11 +1405.19 +1537.55 +1576.91 +1400.08 +1364.66 +1306.04 +1213.64 +859.043 +552.063 +349.384 +253.312 +280.086 +250.683 +437.014 +654.357 +814.14 +1055.67 +1233.85 +1352.41 +1491.63 +1628.91 +1520.14 +1547.93 +1354.02 +1358.47 +1542.52 +1487.51 +1404.84 +1296.26 +1304.3 +1214.33 +859.719 +552.303 +349.432 +253.31 +280.087 +250.685 +412.239 +642.238 +825.125 +1057.08 +1242.61 +1346.18 +1580.51 +1598.45 +1497.25 +1514.84 +1414.57 +1357.66 +1485.54 +1487.87 +1344.34 +1297.01 +1305.37 +1216.02 +861.035 +553.645 +343.968 +257.115 +266.662 +237.375 +421.788 +661.806 +884.196 +859.835 +937.945 +1176.52 +1337.17 +1360.55 +1251.89 +1232.89 +1138.46 +1122.05 +1201.88 +1422.55 +1346.3 +1305.4 +1182.61 +1160.82 +843.34 +560.831 +354.992 +238.513 +308.698 +241.628 +385.598 +598.236 +843.394 +804.029 +918.813 +890.744 +1215.52 +1334.12 +1188.53 +1203.06 +1093.7 +1066.91 +1154.48 +1310.35 +1253.41 +1190.25 +1201.62 +1108.32 +772.628 +529.741 +352.882 +256.015 +284.506 +255.555 +427.011 +642.224 +818.143 +1061.07 +1198.57 +1304.09 +1492.53 +1574.53 +1432.4 +1458.2 +1359.67 +1311.34 +1451.35 +1488.94 +1342.93 +1297.51 +1309.73 +1222.69 +864.705 +554.053 +362.439 +255.727 +283.032 +257.394 +438.973 +637.715 +846.185 +1062.83 +1200.43 +1305.17 +1493.01 +1574.5 +1430.76 +1455.64 +1354.29 +1312.01 +1441.93 +1488.33 +1342.01 +1295.97 +1308.53 +1221.54 +864.067 +554.02 +357.25 +251.668 +279.193 +254.545 +427.919 +676.238 +847.779 +1060.67 +1202.74 +1306.86 +1494.05 +1575.37 +1430.93 +1456.27 +1357.01 +1313.04 +1448.8 +1487.46 +1342.93 +1297.6 +1306.51 +1221.12 +863.612 +553.805 +358.077 +252.904 +277.633 +254.557 +434.652 +630.062 +840.249 +1059.89 +1204.15 +1306.78 +1493.34 +1574.87 +1439.3 +1548.14 +1444.14 +1400.1 +1539.75 +1486.68 +1354.72 +1296.7 +1316.52 +1248.19 +863.076 +553.18 +357.21 +252.631 +280.015 +251.235 +460.267 +644.462 +843.674 +1058.49 +1203.07 +1304.76 +1491.83 +1636.69 +1432.25 +1517.4 +1440.29 +1355.24 +1444.19 +1486.64 +1339.3 +1296.42 +1317.1 +1220.58 +862.844 +553.939 +352.719 +239.663 +264.554 +239.519 +411.723 +604.752 +871.461 +836.763 +940.017 +1181.62 +1340.82 +1363.74 +1256.4 +1236.88 +1139.72 +1124.85 +1203.78 +1423.98 +1345.98 +1308.42 +1186.65 +1167.83 +848.875 +565.757 +371.314 +270.966 +269.525 +244.563 +401.858 +605.543 +855.209 +808.823 +921.86 +894.69 +1221.62 +1339.07 +1191.52 +1205.99 +1092.21 +1071.87 +1158.78 +1315.63 +1256.88 +1188.55 +1205.92 +1115.68 +776.27 +533.959 +395.744 +299.982 +311.783 +313.989 +457.679 +635.505 +825.318 +1063.27 +1204.72 +1305.14 +1493.34 +1569.13 +1431.23 +1455.52 +1354.36 +1310.7 +1442.19 +1489.15 +1347.85 +1297.17 +1311.43 +1225.31 +866.348 +554.017 +357.32 +253.265 +280.961 +256.385 +442.117 +669.058 +844.136 +1061.93 +1204.91 +1307.13 +1493.53 +1569.8 +1432.39 +1457.14 +1357.37 +1311.6 +1447.99 +1489.21 +1349.8 +1299.6 +1310.87 +1223.24 +864.76 +552.648 +396.836 +294.884 +321.004 +296.172 +471.637 +591.054 +761.273 +1120.93 +1336.93 +1442.33 +1624.42 +1683.71 +1605.07 +1585.09 +1462.41 +1359.23 +1599.03 +1565.14 +1464.69 +1434.5 +1442.39 +1263.08 +905.694 +594.659 +395.13 +295.55 +323.159 +294.404 +470.266 +663.941 +905.029 +1099.71 +1286.61 +1347.34 +1534.81 +1619.34 +1485.2 +1507.59 +1429.41 +1396.28 +1535.51 +1539.1 +1392.78 +1349.11 +1357.69 +1266.48 +906.829 +596.191 +395.196 +295.635 +321.675 +295.345 +472.093 +701.498 +891.199 +1103.01 +1246.68 +1348.06 +1536.42 +1621.21 +1572.86 +1555.28 +1487.88 +1442.42 +1586.17 +1538.45 +1393.36 +1349.2 +1357.91 +1265.67 +907.266 +596.941 +389.3 +282.28 +308.773 +281.801 +456.102 +639.828 +920.919 +881.811 +984.265 +1225.63 +1383.88 +1412.76 +1305.32 +1286.04 +1181.72 +1164.19 +1241.47 +1473.49 +1405.97 +1365.31 +1238.73 +1218.37 +894.666 +610.924 +404.686 +327.573 +353.95 +333.277 +480.082 +692.113 +915.993 +853.814 +981.275 +953.748 +1260.07 +1383.87 +1239.11 +1249.66 +1136.85 +1113.31 +1199.21 +1362.42 +1310.41 +1242.79 +1252.82 +1161.5 +821.67 +577.769 +436.133 +300.64 +353.934 +340.331 +525.699 +727.527 +876.022 +1108.87 +1253.67 +1355.97 +1539.97 +1622.63 +1486.4 +1508.06 +1400.36 +1354.89 +1487.54 +1542.65 +1402.96 +1354.33 +1365.64 +1273.06 +912.63 +600.816 +406.762 +299.165 +340.29 +349.534 +495.243 +710.124 +903.913 +1017.53 +1242.34 +1349.29 +1538.16 +1619.21 +1483.06 +1505.29 +1397.31 +1353.09 +1495.55 +1537.34 +1396.85 +1349.07 +1359.86 +1266.36 +908.139 +595.734 +404.002 +297.248 +326.033 +298.335 +478.076 +678.619 +894.703 +1014.31 +1240.45 +1348.57 +1536.62 +1616.75 +1481.82 +1505.32 +1398.86 +1351.35 +1485.75 +1448.28 +1397.46 +1347.7 +1360.42 +1268.15 +911.755 +599.832 +398.899 +295.882 +322.564 +299.05 +468.928 +712.696 +917.627 +1012.63 +1242.22 +1347.61 +1534.53 +1646.39 +1482.32 +1595.7 +1484.93 +1436.87 +1572.49 +1447.15 +1396.75 +1347.87 +1358.57 +1265.63 +907.447 +596.627 +400.081 +295.83 +323.122 +297.57 +482.534 +691.191 +879.349 +1011.51 +1239.93 +1348.14 +1536.08 +1619.84 +1484.3 +1565.71 +1400.26 +1357.42 +1493.61 +1448.18 +1400.12 +1350.44 +1361.52 +1268.45 +909.872 +599.147 +389.364 +282.785 +307.817 +284.222 +438.805 +681.116 +911.594 +813.128 +982.426 +1219.11 +1381.74 +1410.7 +1302.7 +1283.61 +1181.68 +1163.98 +1238.19 +1446 +1470.17 +1418.25 +1278.04 +1212.14 +886.714 +602.509 +400.735 +280.683 +311.249 +284.514 +466.712 +694.365 +923.373 +757.126 +959.725 +934.107 +1259.06 +1382.08 +1237.9 +1250.57 +1135.55 +1112.18 +1199.39 +1272.39 +1326.13 +1256.07 +1251.22 +1161.79 +818.148 +605.17 +431.209 +300.009 +325.962 +324.509 +503.747 +682.929 +883.162 +1016.64 +1248.84 +1351.46 +1536.41 +1616.7 +1481.81 +1503.54 +1397.27 +1351.7 +1490.78 +1448.56 +1415.11 +1347.14 +1361.6 +1267.66 +908.862 +595.428 +401.748 +298.856 +326.304 +299.097 +478.879 +694.553 +886.37 +1014.09 +1239.31 +1347.11 +1533.98 +1616.79 +1480.69 +1503.16 +1397.16 +1434.05 +1523.12 +1472.5 +1472.08 +1432.3 +1442.63 +1349.37 +962.017 +614.494 +393.683 +295.542 +322.063 +293.834 +462.691 +591.054 +761.241 +1090.01 +1330.17 +1433.16 +1623.57 +1670.78 +1516.6 +1596.66 +1487.76 +1392.28 +1586.01 +1491.95 +1474.87 +1436.04 +1445.56 +1265.91 +906.74 +595.845 +394.51 +296.086 +321.131 +295.953 +471.486 +688.913 +890.674 +1011.17 +1240.06 +1347.49 +1535.51 +1690.13 +1573.31 +1552.68 +1487.43 +1439.67 +1581.46 +1449.18 +1399.49 +1348.94 +1359 +1265.65 +906.99 +596.428 +394.825 +321.013 +352.069 +293.847 +492.442 +726.145 +904.843 +1008.58 +1267.85 +1389.06 +1620.44 +1692.66 +1573 +1568.28 +1484.52 +1439.82 +1527.28 +1476.1 +1470.81 +1432.63 +1446.62 +1264.22 +905.949 +595.605 +389.33 +282.812 +309.833 +280.544 +468.668 +675.074 +905.241 +786.814 +982.177 +1223.8 +1382.75 +1470.81 +1360.24 +1300.21 +1221.59 +1160.95 +1281.94 +1377.68 +1471.97 +1418.44 +1238.79 +1213.22 +886.898 +604.623 +400.272 +280.05 +306.866 +280.015 +436.983 +632.966 +880.086 +756.578 +957.987 +991.581 +1280.28 +1435.83 +1279.37 +1244.55 +1130.16 +1167.94 +1240.43 +1364.53 +1336.54 +1225.86 +1249.2 +1197.29 +831.381 +600.9 +396.622 +298.874 +324.46 +299.127 +487.307 +695.08 +856.131 +1010.37 +1237.62 +1344.07 +1532.66 +1662.35 +1511.13 +1589.05 +1454.04 +1347.54 +1569.56 +1474.63 +1462.23 +1348.72 +1360.07 +1267.19 +908.955 +595.931 +395.048 +295.473 +324.718 +297.242 +476.722 +704.719 +896.952 +1011.87 +1241.41 +1348.61 +1537.49 +1620.6 +1485.41 +1508.1 +1401.41 +1356.05 +1486.52 +1448.17 +1399.76 +1350.91 +1362.18 +1268.14 +909.087 +597.438 +400.82 +295.513 +324.686 +326.328 +497.157 +734.764 +902.312 +1010.67 +1267.43 +1379.03 +1610.75 +1705.93 +1567.45 +1587.65 +1478.61 +1433.68 +1553.43 +1506.51 +1425.96 +1410.18 +1443.48 +1334.96 +961.054 +593.056 +394.997 +295.523 +364.715 +295.463 +477.847 +590.581 +761.26 +1016.6 +1292.79 +1349.1 +1555.37 +1686.48 +1518.92 +1605.29 +1488.3 +1442.53 +1582.74 +1506.79 +1473.78 +1436.7 +1358.89 +1265.97 +907.169 +597.202 +397.732 +296.603 +323.319 +296.065 +500.175 +702.168 +890.736 +1006.95 +1239.36 +1347.34 +1536.67 +1678.52 +1572.07 +1567.76 +1487.06 +1439.11 +1528.47 +1446.39 +1396.3 +1346.72 +1359.26 +1266.48 +907.935 +597.789 +392.016 +283.003 +309.831 +282.105 +453.115 +668.784 +911.462 +789.521 +980.803 +1224.52 +1384.48 +1411.61 +1325.69 +1284.52 +1181.2 +1166.53 +1238.78 +1378.88 +1404.54 +1362.71 +1236.4 +1213.47 +891.398 +608.19 +447.872 +284.173 +310.913 +287.726 +443.823 +659.079 +891.221 +756.794 +961.549 +934.887 +1258.17 +1381.34 +1238.11 +1249.88 +1134.09 +1110.63 +1195.18 +1267.07 +1308.71 +1237.47 +1248.34 +1158.02 +816.397 +573.553 +397.921 +299.2 +327.616 +299.943 +508.377 +731.226 +882.129 +1011.33 +1236.56 +1344.52 +1532.69 +1616.05 +1482.83 +1503.37 +1395.82 +1348.16 +1482.3 +1445.19 +1393 +1347.4 +1359.34 +1267.08 +907.942 +595.332 +392.553 +294.379 +322.063 +296.064 +471.965 +702.335 +892.393 +1007.98 +1237.78 +1346.01 +1533.64 +1616.53 +1514.8 +1595.03 +1486.04 +1375.71 +1510.76 +1497.41 +1465.95 +1435.6 +1356.67 +1265.9 +906.759 +593.97 +439.736 +337.573 +363.604 +337.574 +518.798 +739.496 +932.995 +1051.59 +1280.53 +1389.23 +1578.72 +1733.05 +1624.17 +1647.9 +1537.58 +1488.24 +1601.14 +1547.78 +1524.94 +1484.5 +1493.49 +1313.25 +947.701 +637.473 +440.344 +338.708 +395.082 +337.008 +541.091 +750.185 +910.639 +1046.6 +1309.16 +1473.25 +1628.35 +1763.21 +1624.6 +1646.69 +1536.05 +1485.07 +1566.28 +1574.74 +1505 +1464.21 +1494.73 +1385.92 +948.699 +636.779 +440.245 +338.991 +366.321 +337.344 +517.853 +725.015 +890.364 +1051.58 +1280.61 +1388.39 +1580.22 +1729.07 +1626.49 +1649.08 +1538.4 +1487.95 +1578.44 +1495.01 +1526.85 +1399.16 +1409.62 +1315.01 +951.745 +641.774 +438.396 +325.163 +353.001 +325.818 +488.731 +714.279 +982.239 +835.33 +1023.83 +1266.77 +1429.34 +1462.05 +1354.13 +1331.58 +1229.87 +1214.7 +1288.48 +1430.22 +1449.89 +1412.19 +1284.68 +1260.95 +932.1 +650.105 +451.771 +340.355 +356.031 +370.884 +487.251 +702.854 +937.272 +801.006 +1005.19 +978.978 +1308.33 +1434.79 +1290.13 +1300 +1184.07 +1158.28 +1244 +1315.87 +1355.76 +1287.43 +1302.5 +1202.21 +916.224 +619.471 +462.376 +367.596 +412.755 +387.457 +528.18 +745.578 +937.863 +1054.3 +1281.95 +1390.05 +1580.84 +1672.65 +1539.11 +1558.37 +1448.61 +1401.13 +1532.74 +1489.56 +1445.42 +1402.19 +1409.84 +1314.77 +952.213 +640.033 +439.793 +339.322 +367.324 +342.128 +512.837 +728.479 +946.42 +1051.23 +1281.64 +1389.13 +1580.73 +1675.88 +1596.4 +1646.78 +1449.6 +1400.36 +1590.65 +1547.39 +1526.08 +1399.49 +1408.66 +1314.43 +950.1 +639.788 +442.185 +338.656 +363.94 +338.797 +519.646 +738.423 +943.768 +1048.9 +1279.37 +1407.61 +1641.51 +1728.23 +1596.53 +1645.4 +1534.87 +1484.61 +1617.99 +1573.84 +1519.94 +1483.36 +1492.64 +1369.94 +947.852 +635.98 +440.292 +339.098 +366.067 +337.228 +539.525 +634.223 +808.718 +1066.61 +1331.38 +1391.86 +1647.19 +1743.79 +1632.68 +1655.49 +1541.4 +1491.58 +1634.26 +1587.34 +1515.88 +1484.15 +1494.66 +1397.07 +945.541 +658.975 +444.066 +339.068 +366.198 +337.301 +538.833 +634.223 +823.126 +1061.33 +1339.21 +1443.09 +1659.47 +1741.6 +1630.94 +1561.74 +1535.43 +1489.56 +1638.77 +1586.29 +1531.62 +1486.44 +1492.81 +1367.66 +991.784 +658.818 +476.719 +325.621 +353.001 +323.714 +506.534 +608.158 +837.406 +848.887 +1060.23 +1341.94 +1515.41 +1548.07 +1439.11 +1417.77 +1317.72 +1301.15 +1376.94 +1515.31 +1537.96 +1497.44 +1325.83 +1255.09 +956.597 +687.913 +323.729 +351.158 +324.92 +486.357 +704.336 +955.375 +890.152 +1089.67 +1031.62 +1348.23 +1497.52 +1352.11 +1487.78 +1175.35 +1203.63 +1268.58 +1352.95 +1317.92 +1361.66 +1365.86 +1238.7 +878.889 +652.186 +437.678 +336.49 +363.669 +338.194 +545.526 +634.248 +809.533 +1220.41 +1370.26 +1482.39 +1673.43 +1759.8 +1595.78 +1648.61 +1533.11 +1481.57 +1618.2 +1567.56 +1419.97 +1463.26 +1470.34 +1350.37 +987.606 +663.761 +441.453 +337.56 +364.173 +336.474 +522.835 +634.223 +808.736 +1199.67 +1312.69 +1456.32 +1938.98 +2139.94 +2016.86 +2040.29 +1927.05 +1869.59 +2001.63 +1947.93 +1760.1 +1705.45 +1643.94 +1478.88 +1044.48 +673.237 +444.946 +340.449 +367.851 +338.539 +475.039 +634.223 +809.51 +1225.35 +1382.84 +1616.95 +2035.38 +2143.73 +2009.47 +2031.43 +1942.25 +1872.03 +2004.44 +1953 +1812.22 +1812.88 +1810.73 +1570.8 +1085.48 +803.593 +525.667 +392.855 +447.191 +377.39 +600.702 +634.248 +809.501 +1201.01 +1323.87 +1428.7 +1606.97 +1738.1 +1479.49 +1587.51 +1744.74 +1726.91 +1618.82 +1567.9 +1415.39 +1463.3 +1470.77 +1333.5 +990.353 +673.527 +476.119 +341.305 +369.605 +339.352 +467.199 +633.953 +809.663 +1104.8 +1376.23 +1479.18 +1665.04 +1734.42 +1600.98 +1622.26 +1453.5 +1480.15 +1645.09 +1571.26 +1434.97 +1483.93 +1487.79 +1392.69 +984.828 +683.049 +459.41 +341.732 +383.311 +325.406 +507.296 +608.158 +837.388 +855.615 +1122.76 +1349.71 +1472.66 +1523.93 +1440.26 +1422.19 +1243.88 +1208.38 +1310.26 +1474.05 +1368.19 +1464.9 +1368.37 +1253.17 +956.728 +645.62 +449.024 +323.714 +350.883 +325.318 +504.765 +701.414 +884.522 +797.776 +1000.69 +1060.08 +1327.66 +1421.47 +1273.24 +1325.5 +1221.96 +1207.7 +1229.32 +1337.55 +1301.06 +1366.61 +1382.58 +1200.07 +857.499 +616.798 +442.807 +342.069 +370.634 +341.665 +519.526 +719.469 +903.131 +1054.52 +1284.15 +1383.75 +1577.28 +1697.89 +1592.46 +1553.34 +1533.25 +1479.88 +1568.78 +1524.04 +1351.06 +1441.5 +1463.49 +1390.35 +945.234 +635.889 +438.862 +337.114 +364.174 +338.608 +511.107 +713.38 +891.07 +1052.72 +1279.3 +1382.97 +1647.11 +1724.98 +1625.02 +1644.68 +1534.98 +1480.61 +1594.03 +1568.38 +1414.56 +1409.68 +1447.88 +1390.12 +943.644 +635.915 +467.708 +339.002 +364.198 +339.118 +553.946 +634.248 +808.721 +1122.97 +1375.53 +1467.29 +1652.56 +1630.05 +1651.96 +1737.55 +1591.19 +1446.26 +1469.87 +1546.81 +1388.62 +1436.26 +1468.75 +1299.33 +1003.38 +665.73 +481.892 +339.845 +366.266 +338.721 +530.749 +634.248 +808.68 +1080.06 +1350.43 +1477.99 +1672.31 +1746.14 +1621.4 +1622.01 +1542.2 +1487.59 +1591.37 +1529.44 +1413.63 +1486.47 +1492.87 +1304.82 +945.695 +639.609 +444.574 +338.647 +366.484 +337.766 +525.517 +738.259 +890.795 +1053.22 +1282.07 +1385.81 +1583.57 +1740.48 +1628.01 +1654.71 +1540.97 +1487.73 +1597.25 +1526.72 +1415.61 +1485.45 +1488.79 +1304.38 +945.493 +638.161 +438.396 +325.712 +381.413 +324.107 +481.035 +700.93 +926.77 +831.233 +1022.12 +1262.95 +1425.43 +1518.59 +1425.77 +1422.23 +1316.7 +1299.79 +1354.49 +1498.33 +1420.15 +1480.04 +1339.55 +1340.01 +928.977 +648.363 +448.716 +323.689 +350.908 +325.318 +520.151 +757.777 +947.855 +797.08 +1003.63 +977.433 +1303.08 +1468.65 +1355.56 +1383.86 +1179.15 +1153.97 +1298.45 +1368.42 +1299.32 +1282.24 +1299.05 +1197.61 +917.612 +669.098 +442.958 +355.935 +398.241 +344.18 +526.268 +720.428 +897.546 +1055.14 +1277.78 +1384.25 +1579.43 +1721.55 +1593.14 +1553.62 +1445.56 +1394.64 +1594.96 +1524.83 +1421.96 +1483.4 +1489.84 +1302 +945.152 +637.09 +437.869 +337.554 +364.173 +338.063 +511.648 +713.229 +890.571 +1051.32 +1274.6 +1379.75 +1604.73 +1748.15 +1622.52 +1643.73 +1531.52 +1483.58 +1570.72 +1567.66 +1403.63 +1392.1 +1486.3 +1331.36 +958.318 +637.64 +443.121 +353.284 +363.629 +339.667 +524.961 +712.238 +890.152 +1048 +1304.71 +1438.2 +1665.68 +1759.12 +1607.18 +1621.88 +1531.86 +1479.22 +1642.67 +1576.19 +1428.95 +1394.89 +1485.44 +1357.68 +951.251 +635.135 +440.559 +338.336 +366.292 +337.573 +558.163 +634.223 +808.777 +1114.64 +1322.81 +1430.46 +1697.33 +1765.78 +1630.5 +1645.7 +1536.15 +1479 +1633.33 +1576.82 +1412.34 +1394.14 +1486.29 +1358.47 +992.094 +670.753 +443.815 +339.196 +367.921 +337.236 +551.578 +634.248 +808.664 +1127.35 +1377.81 +1496.53 +1670.4 +1764.74 +1631.03 +1646.5 +1532.67 +1481.05 +1626.47 +1572.74 +1433.52 +1392.9 +1487.63 +1385.69 +990.82 +638.261 +483.02 +370.459 +397.594 +367.114 +535.716 +731.57 +963.606 +868.164 +1107.93 +1389.48 +1560.9 +1581.37 +1449.2 +1448.7 +1289.02 +1344.7 +1422.68 +1553.29 +1489.53 +1419.7 +1369.86 +1296.09 +1027.13 +716.568 +492.05 +366.898 +393.508 +368.487 +549.507 +786.457 +1005 +875.901 +1127.15 +1061.18 +1408.76 +1561.66 +1424.19 +1436.15 +1315.52 +1286.76 +1373.62 +1445.04 +1347.37 +1323.03 +1432.37 +1271.88 +893.452 +652.936 +484.896 +380.017 +406.92 +378.478 +562.653 +760.874 +939.814 +1090.42 +1313.48 +1451.07 +1718.09 +1803.91 +1657.09 +1675.03 +1533.57 +1474.09 +1555.25 +1600.03 +1474.04 +1444.65 +1535.46 +1405.51 +1030.71 +679.641 +487.989 +381.759 +408.927 +380.789 +574.534 +682.629 +853.288 +1164.18 +1426.75 +1533.55 +1730.37 +1817.34 +1681.27 +1713.01 +1595.24 +1539.28 +1693.78 +1599.08 +1419.68 +1446.24 +1518.87 +1421.56 +987.188 +680.884 +487.685 +394.819 +407.433 +382.266 +589.844 +822.892 +937.293 +1088.33 +1369.02 +1498.02 +1719.05 +1791.36 +1661.44 +1701.5 +1589.8 +1536.72 +1668.93 +1623.2 +1478.58 +1443.6 +1536.76 +1394.52 +985.12 +681.946 +499.663 +407.987 +409.617 +381.345 +603.287 +822.362 +971.534 +1088.63 +1367.12 +1518.95 +1720.97 +1793.38 +1653.24 +1673.45 +1503.15 +1474.57 +1629.81 +1558.11 +1434.7 +1425.31 +1525.22 +1410.38 +1032.07 +699.536 +490.504 +383.797 +411.23 +384.546 +616.836 +680.202 +855.206 +1155.37 +1348.68 +1511.84 +1742.55 +1990.67 +1933.88 +1995.45 +1867.92 +1705.47 +1811.5 +1690.89 +1526.79 +1476.5 +1621.27 +1454.53 +1035 +651.063 +485.481 +371.469 +397.847 +370.547 +532.722 +654.013 +882.967 +938.694 +1005.9 +1458.78 +1687.07 +1825.41 +1714.91 +1786.55 +1646.92 +1566.99 +1550.87 +1581.36 +1566.93 +1525.14 +1438.22 +1379.61 +967.695 +717.819 +493.004 +368.653 +395.612 +370.282 +531.105 +737.987 +969.453 +863.616 +1127.14 +1033.52 +1380.14 +1532 +1412.09 +1444.4 +1386.18 +1327.7 +1369.25 +1389.87 +1371.78 +1307.44 +1422.38 +1301.85 +923.715 +693.404 +486.782 +381.052 +407.058 +381.099 +558.191 +682.553 +853.328 +1159.5 +1413.5 +1474.95 +1735.74 +1805.77 +1660.41 +1704.9 +1588.69 +1536.35 +1670.96 +1587.06 +1406.01 +1445.62 +1539.21 +1384.05 +1039.5 +697.304 +487.991 +406.556 +437.711 +380.631 +601.809 +682.604 +853.4 +1163.91 +1396.67 +1515.48 +1720.78 +1788.81 +1671 +1690.09 +1564.7 +1574.04 +1644.19 +1611.88 +1475.24 +1442.09 +1534.7 +1408.51 +1042.66 +674.039 +489.843 +384.226 +410.9 +381.92 +606.114 +682.604 +856.136 +1162.63 +1422.93 +1545.56 +1703.66 +1790.1 +1630.48 +1672.73 +1562.47 +1480.81 +1644.29 +1606.86 +1472.66 +1447.27 +1535.58 +1437.87 +1001.44 +703.131 +490.035 +384.208 +410.812 +384.499 +603.319 +682.367 +853.359 +1146.23 +1415.4 +1505.96 +1727.82 +1798.31 +1685.21 +1710.15 +1591.38 +1539.31 +1671.54 +1622.71 +1477.29 +1444.11 +1535.19 +1373.1 +1000.67 +704.811 +490.166 +409.031 +439.572 +384.653 +597.091 +682.035 +853.611 +1151.41 +1388.6 +1440.37 +1726.35 +1792.77 +1651.96 +1717.33 +1590.12 +1535.91 +1669.89 +1561.58 +1361.98 +1385.92 +1388.41 +1405.29 +1054.15 +694.145 +483.746 +370.331 +397.849 +368.804 +537.785 +656.539 +882.046 +935.951 +1140.49 +1398.61 +1566.78 +1605.36 +1493.58 +1475.47 +1297 +1254.25 +1379.78 +1508.31 +1450.46 +1450.01 +1318.11 +1300.02 +971.05 +688.674 +491.978 +366.898 +393.508 +368.487 +537.027 +723.686 +942.429 +838.898 +1047.08 +1019.27 +1351.36 +1538.15 +1383.7 +1435.82 +1317.11 +1287.79 +1332.08 +1401.49 +1362.82 +1325.27 +1434.86 +1246.61 +901.232 +659.976 +498.624 +394.151 +455.183 +385.748 +586.145 +776.304 +941.706 +1090.8 +1308.86 +1458.47 +1695.12 +1754.88 +1627.95 +1696.53 +1584.05 +1531.18 +1634.43 +1589.88 +1476.32 +1444.52 +1533.89 +1403.94 +1003.46 +678.203 +496.483 +380.743 +407.116 +381.434 +591.877 +682.604 +856.091 +1127.71 +1414.29 +1490.71 +1719.37 +1816.68 +1661.26 +1682.71 +1548.91 +1439.43 +1604.67 +1513.51 +1455.05 +1409.63 +1535.37 +1415.45 +1043.12 +679.795 +506.317 +382.899 +411.038 +380.156 +575.981 +682.629 +856.118 +1127.29 +1421.21 +1525.23 +1680.53 +1789.88 +1621.71 +1665.05 +1678.63 +1629.86 +1767.04 +1687.15 +1422.07 +1374.23 +1514.24 +1359.71 +1039.43 +704.133 +532.922 +384.816 +411.225 +383.948 +583.027 +680.288 +854.028 +1152.39 +1356.15 +1458.71 +1658.3 +1869.69 +1740.75 +1588.63 +1504.22 +1476.52 +1649.49 +1586.35 +1434.74 +1421.77 +1529.36 +1408.34 +1046.16 +704.348 +489.919 +385.234 +412.883 +384.042 +577.06 +680.288 +763.801 +1145.67 +1406.82 +1493.25 +1629.58 +1700.66 +1624.07 +1702.98 +1529.4 +1499.62 +1614.43 +1473.5 +1459.51 +1421.04 +1527.74 +1439.53 +1044.78 +700.023 +485.697 +371.046 +397.858 +368.443 +574.753 +654.222 +793.45 +911.979 +1164.31 +1397.33 +1547.52 +1585.51 +1463.07 +1416.34 +1361.61 +1344.36 +1448.69 +1525.11 +1363.66 +1423.73 +1363.26 +1345.78 +1002.07 +716.436 +498.078 +367.638 +394.718 +368.068 +571.835 +801.108 +908.736 +886.769 +1126.11 +1087.11 +1358.69 +1528.33 +1421.63 +1520.89 +1310.31 +1257.36 +1344.86 +1386.38 +1379.23 +1307.53 +1430.74 +1302.49 +922.796 +651.8 +485.793 +379.443 +406.496 +380.214 +589.748 +786.396 +850.239 +1087.26 +1392.68 +1486.61 +1716.08 +1793.99 +1658.21 +1669.18 +1501.4 +1446.47 +1593.36 +1600.67 +1444.51 +1415.7 +1533.24 +1407.59 +1022.45 +673.12 +489.004 +382.341 +408.555 +381.743 +604.109 +679.719 +764.918 +1151.99 +1424.89 +1563.88 +1729.08 +1817.08 +1664.14 +1671.56 +1530.16 +1538.31 +1640.99 +1602.9 +1468.35 +1435.9 +1517.5 +1407.82 +1060.23 +715.995 +514.751 +384.077 +411.191 +381.713 +589.507 +682.629 +763.005 +1157.58 +1406.75 +1515.47 +1628.53 +1789.67 +1623.22 +1703.23 +1653.55 +1501.89 +1551.27 +1593.28 +1461.35 +1424.47 +1516.06 +1408.52 +1039.44 +704.975 +493.026 +385.683 +411.021 +383.971 +602.179 +680.313 +764.731 +1154.96 +1407.52 +1492.39 +1648.48 +1791.17 +1625.77 +1673.27 +1503.09 +1465.66 +1556.34 +1597.27 +1436.17 +1427.54 +1524.95 +1412.08 +1041.46 +704.006 +500.343 +385.194 +411.348 +386.192 +592.599 +682.604 +763.174 +1150.35 +1415.02 +1525.44 +1655.79 +1793.02 +1660.72 +1674.89 +1545.61 +1530.87 +1644.33 +1607.23 +1464.75 +1423.59 +1524.54 +1411.23 +1054.47 +704.008 +485.892 +371.274 +397.463 +368.826 +555.009 +656.39 +791.827 +934.66 +1171.01 +1420.42 +1567.19 +1584.41 +1472.07 +1326.52 +1303.37 +1292.87 +1401.18 +1541.69 +1468.04 +1427.94 +1384.89 +1390.08 +1030.05 +717.973 +497.993 +368.987 +394.148 +368.068 +507.85 +725.044 +819.662 +909.474 +1126.52 +1079.74 +1406.14 +1543.79 +1405.71 +1385.25 +1238.67 +1252.79 +1342.79 +1407.88 +1273.71 +1290.84 +1412.74 +1302.91 +924.113 +721.47 +352.401 +251.305 +281.233 +249.092 +386.713 +603.011 +679.953 +974.123 +1261.54 +1375.98 +1570.08 +1638.46 +1471.85 +1390.18 +1306.25 +1346.08 +1453.61 +1402.02 +1300.59 +1232.32 +1381.08 +1247.83 +903.075 +571.738 +349.928 +253.354 +281.233 +254.442 +428.359 +547.884 +627.742 +1013.33 +1260.95 +1318.75 +1554.46 +1702.14 +1569.28 +1562.34 +1455.95 +1409.07 +1536.74 +1362.78 +1179.54 +1242.76 +1382.38 +1227.21 +909.75 +573.693 +352.032 +254.569 +281.477 +252.769 +396.755 +547.617 +625.718 +1025.79 +1263.75 +1289.36 +1568 +1630.13 +1372.71 +1561.34 +1519.03 +1412.93 +1479.33 +1478.37 +1263.27 +1198.91 +1380.47 +1234.92 +894.804 +574.313 +352.532 +256.081 +281.298 +256.576 +417.3 +547.34 +624.503 +1019.81 +1242.87 +1344.45 +1515.76 +1619.15 +1480.31 +1565.39 +1492.44 +1414.13 +1512.53 +1423.77 +1266.23 +1145.07 +1359.09 +1235.6 +894.81 +574.93 +365.334 +256.579 +283.202 +254.674 +407.494 +547.884 +627.648 +1016.35 +1234.53 +1320.28 +1565.69 +1678.43 +1604.27 +1672.69 +1462.85 +1386.81 +1479.53 +1360.54 +1284.34 +1286.41 +1383.49 +1264.27 +902.731 +575.155 +346.591 +242.78 +268.292 +240.494 +400.209 +521.818 +653.825 +798.306 +1018.45 +1257.22 +1422.31 +1423.25 +1335.44 +1313.63 +1180.39 +1197.02 +1263.51 +1404.13 +1327.71 +1279.4 +1252.94 +1197.9 +870.856 +581.306 +355.23 +238.572 +265.185 +239.805 +370.009 +577.189 +711.238 +739.008 +996.393 +919.553 +1261.45 +1378.49 +1215.35 +1205.16 +1130.89 +1112.38 +1195.82 +1256.08 +1137.17 +1164.26 +1286.44 +1138.21 +789.597 +566.957 +348.189 +251.85 +278.5 +251.699 +447.375 +547.909 +624.157 +1013.28 +1261.26 +1377.8 +1568.61 +1649.2 +1498.82 +1390 +1374.02 +1346.68 +1459.97 +1457.41 +1300.44 +1268.81 +1362.13 +1261.96 +893.119 +573.474 +350.145 +253.603 +279.394 +252.876 +393.041 +547.884 +626.783 +1012.21 +1247.14 +1372.8 +1586.01 +1735.74 +1659.63 +1688.58 +1582.73 +1570.92 +1665.63 +1542.76 +1371.49 +1332.17 +1425.61 +1334.48 +900.778 +595.726 +364.688 +255.23 +282.835 +252.461 +370.161 +547.882 +627.377 +1032.88 +1228.23 +1530.43 +1866.67 +2034.12 +1897.51 +1937.41 +1857.67 +1814.15 +1912.8 +1853.99 +1326.11 +1279.13 +1341.3 +1280.79 +934.717 +631.455 +420.754 +301.719 +283.047 +254.784 +364.361 +547.321 +627.752 +972.955 +1243 +1379.15 +1572.87 +1655.06 +1480.83 +1539.68 +1377.31 +1344.71 +1429.39 +1474.54 +1329.7 +1290.12 +1381.08 +1267.08 +908.751 +574.879 +352.447 +256.413 +281.787 +256.169 +437.58 +547.884 +627.658 +1018.06 +1263.33 +1289.58 +1569.07 +1655.1 +1486.98 +1535.95 +1374.56 +1334.3 +1459.11 +1404.28 +1176.93 +1233.05 +1380.68 +1270.32 +903.072 +574.46 +346.976 +242.35 +268.156 +239.504 +400.639 +521.452 +653.489 +799.353 +951.376 +1246.04 +1529.69 +1613.2 +1594.1 +1631.4 +1560.02 +1571.31 +1641.43 +1701.6 +1603.35 +1492.93 +1403.59 +1319.1 +1065.84 +780.534 +430.485 +309.157 +289.158 +292.642 +405.512 +637.061 +711.581 +838.265 +1045.67 +1045.84 +1451.7 +1644.47 +1639.63 +1675.46 +1567.38 +1562.36 +1622.57 +1328.22 +1441.95 +1168.98 +1282.6 +1138.14 +786.728 +593.281 +348.276 +251.874 +278.475 +252.475 +354.709 +547.883 +625.47 +1012.58 +1218.08 +1334.93 +1551.31 +1680.53 +1597.04 +1622.83 +1489.63 +1475.56 +1554.05 +1478.98 +1313.31 +1222.1 +1367.61 +1235.08 +888.916 +574.086 +350.594 +253.717 +278.825 +254.763 +362.208 +547.495 +627.068 +1015.31 +1198.02 +1365.13 +1589.45 +1776.7 +1704.95 +1830.11 +1775.09 +1752.55 +1877.99 +1803.53 +1593.41 +1520.71 +1554.96 +1404.38 +1009.81 +654.205 +418.889 +308.549 +340.634 +254.462 +451.925 +547.322 +627.53 +1222.94 +1449.84 +1599.63 +1763.59 +1649.99 +1588.55 +1716.64 +1609.66 +1562.43 +1636.58 +1412.64 +1176.02 +1274.3 +1237.16 +1260.32 +898.338 +574.64 +354.694 +276.24 +281.233 +254.906 +371.552 +547.884 +626.858 +1025.88 +1261.84 +1288.52 +1569.47 +1653.21 +1470.07 +1451.6 +1376.83 +1343.01 +1478.64 +1447.47 +1316.38 +1289.33 +1381.35 +1235.58 +902.577 +575.572 +356.879 +255.06 +280.924 +254.381 +387.167 +547.808 +627.513 +1013.69 +1229.12 +1304.03 +1563.12 +1650.83 +1481.27 +1538.33 +1460.68 +1414.55 +1480.13 +1360.36 +1262.82 +1248.21 +1379.19 +1293.51 +894.804 +574.815 +347.437 +259.32 +296.584 +263.223 +381.617 +521.249 +653.915 +792.378 +1017.8 +1194.08 +1429.9 +1456.41 +1404.58 +1418.77 +1407.72 +1395.81 +1495.98 +1511.82 +1380.46 +1357.56 +1292.49 +1371.63 +1078.15 +716.006 +357.063 +238.479 +266.377 +241.318 +330.759 +558.189 +667.921 +721.596 +952.47 +1016.57 +1309.1 +1463.97 +1386.27 +1411.65 +1363.08 +1323.61 +1388.28 +1402.1 +1285.84 +1164.37 +1136.98 +1136.94 +779.636 +582.22 +359.692 +251.87 +281.233 +248.547 +378.868 +547.883 +623.243 +1001.85 +1258.07 +1334.88 +1510.6 +1641.6 +1517.23 +1554.8 +1486.13 +1452.7 +1600.88 +1537.46 +1339.24 +1270.94 +1282.01 +1228.57 +888.574 +573.294 +350.398 +253.595 +279.31 +253 +356.06 +547.884 +623.621 +1015.13 +1246.98 +1580.41 +1848.1 +1992.34 +1853.06 +1902.11 +1806.76 +1756.76 +1881.3 +1824.38 +1686.54 +1610.09 +1581.87 +1568.45 +1203.4 +994.788 +492.186 +336.421 +343.443 +321.991 +445.015 +547.884 +626.973 +1154.39 +1262.67 +1517.71 +1474.64 +1644.34 +1503.09 +1538.33 +1376.62 +1342.72 +1427.03 +1466.43 +1303.88 +1286.82 +1284.81 +1233.2 +893.163 +575.213 +352.644 +255.133 +283.161 +252.455 +370.832 +547.884 +627.191 +1016.41 +1227.43 +1324.39 +1643.77 +1815 +1678.16 +1769.23 +1631.1 +1484.66 +1517.12 +1362.84 +1210.45 +1143.13 +1273.98 +1235.92 +881.073 +574.714 +353.271 +256.712 +283.104 +254.986 +383.122 +547.715 +626.841 +1032.64 +1187.4 +1388.57 +1776.23 +1883.87 +1781.04 +1810.79 +1783.78 +1746 +1882.82 +1760.25 +1607.54 +1488.06 +1403.27 +1263.99 +889.335 +591.614 +371.329 +241.597 +269.465 +239.348 +339.969 +521.722 +653.159 +807.297 +954.386 +1340.28 +1560.57 +1653.15 +1591.67 +1634.27 +1563.25 +1545.94 +1609.86 +1666.92 +1509.05 +1422.13 +1221.42 +1230.91 +918.748 +607.705 +357.165 +239.74 +266.354 +240.981 +401.169 +629.441 +763.426 +894.545 +1125.71 +1078.77 +1341.12 +1375.79 +1195.87 +1244.48 +1133.76 +1112.17 +1194.48 +1281.47 +1229.74 +1183.6 +1206.34 +1205.76 +864.588 +623.887 +392.275 +293.594 +304.993 +287.13 +401.404 +547.883 +623.6 +1301.36 +1504.12 +1467.66 +1713.08 +1832.25 +1660.64 +1624.37 +1457.16 +1403.18 +1600.06 +1421.15 +1176.86 +1242.74 +1290.99 +1233.03 +880.78 +573.544 +362.799 +254.468 +279.394 +254.202 +375.864 +547.884 +627.307 +1019.13 +1258.18 +1318.24 +1590.27 +1844.7 +1674.37 +1673.95 +1568.14 +1520.05 +1647.52 +1550.31 +1380.7 +1269.44 +1203.63 +1236.04 +881.251 +574.029 +352.706 +256.246 +282.846 +252.562 +390.397 +547.792 +623.366 +1062.5 +1353.07 +1507.3 +1729.89 +1883.51 +1782.86 +1877.84 +1774.5 +1751.27 +1890.02 +1783.94 +1636.23 +1494.06 +1434.94 +1406.06 +1045.44 +724.217 +488.904 +375.548 +390.531 +387.936 +485.087 +590.79 +670.526 +1121.64 +1370.82 +1489.56 +1778.29 +1947.13 +1897.01 +1939.45 +1867.48 +1826.82 +1959.85 +1905.61 +1763.46 +1722.17 +1717.76 +1705.7 +1360.72 +1013.5 +531.158 +421.83 +458.068 +438.713 +668.049 +591.054 +666.917 +1470.94 +1692.65 +1828.36 +2021.13 +2110.32 +1985.9 +2030.56 +1923.69 +1835.02 +1951.06 +1857.88 +1710.28 +1535.82 +1468.68 +1395.48 +1073.41 +765.683 +466.101 +344.997 +374.203 +283.747 +400.954 +564.988 +695.777 +851.304 +1057.78 +1208.8 +1401.21 +1503.4 +1501.64 +1512.99 +1401.69 +1445.37 +1559.58 +1626.83 +1501.13 +1457.08 +1217.01 +1230.05 +942.282 +631.616 +402.638 +282.674 +310.804 +281.049 +380.031 +587.649 +705.174 +783.731 +1039.27 +962.645 +1331.72 +1529.22 +1434.39 +1499.24 +1407.27 +1432.23 +1499.64 +1544.15 +1434.4 +1337.42 +1356.35 +1303.44 +934.715 +669.128 +456.728 +355.77 +359.798 +348.305 +401.874 +590.484 +669.964 +1023.23 +1261.22 +1376.33 +1602.18 +1723.49 +1589.89 +1658.77 +1603.15 +1514.54 +1692.46 +1602.64 +1435.32 +1352.78 +1194.29 +1259.89 +920.31 +617.736 +396.206 +297.178 +324.403 +294.893 +417.505 +591.054 +666.151 +1061.8 +1293.85 +1411.24 +1695.82 +1934.75 +1898.64 +1921.53 +1838.95 +1799.32 +1933.74 +1883.37 +1744.18 +1662.19 +1584.81 +1473.85 +1037.07 +647.98 +398.591 +298.179 +326.019 +295.69 +447.85 +591.035 +670.369 +1112.47 +1393.69 +1578.77 +1839.56 +2033.61 +1924.57 +1943.09 +1835.92 +1788.6 +1920.1 +1830.95 +1676.44 +1690.38 +1693.91 +1687.18 +1340.08 +1038.71 +512.774 +381.832 +405.75 +377.988 +528.775 +591.054 +668.356 +1449.71 +1695.31 +1778.78 +1971.25 +2063.17 +1927.33 +1975.96 +1839.76 +1784.47 +1915.95 +1828.96 +1646.62 +1483.33 +1376.07 +1363 +983.888 +608.469 +398.13 +298.792 +326.736 +297.549 +449.101 +591.053 +670.423 +1080.84 +1239.85 +1417.55 +1687.07 +1819.46 +1711.02 +1770.29 +1588.6 +1533.6 +1638.87 +1583.62 +1396.46 +1352.69 +1331.64 +1328.19 +931.738 +618.158 +395.941 +285.989 +312.798 +282.649 +408.816 +564.499 +696.089 +842.452 +1034.05 +1252.32 +1470.41 +1638.42 +1595.98 +1684.46 +1559.44 +1597.97 +1622.99 +1740.08 +1725.23 +1665.55 +1491.45 +1492.86 +1124.67 +744.027 +467.921 +283.431 +402.469 +315.232 +454.609 +682.668 +816.987 +990.293 +1341.52 +1400.16 +1728.78 +1851.84 +1711.32 +1727.39 +1612.1 +1607.43 +1673 +1736.67 +1682.05 +1609.73 +1615.28 +1589.41 +1160.15 +933.088 +559.487 +404.903 +441.189 +394.049 +628.094 +590.484 +668.147 +1491.96 +1702.88 +1867.17 +2064.28 +2179.2 +2066.88 +2084.79 +1975.87 +1910.35 +2051.15 +1917.74 +1782.48 +1713.04 +1717.3 +1687.68 +1219.24 +795.248 +461.876 +296.732 +324.427 +295.739 +410.273 +591.078 +670.516 +1067.87 +1311.84 +1423.86 +1610.91 +1703.58 +1531.46 +1493.25 +1476.93 +1419.82 +1516.01 +1394.96 +1335.38 +1292.77 +1329.34 +1311.3 +945.684 +623.812 +396.868 +298.043 +324.707 +295.369 +443.812 +591.079 +666.219 +1059.66 +1272.43 +1417.64 +1581.57 +1685 +1514.37 +1556.76 +1505.49 +1519.69 +1658.43 +1638.49 +1502.61 +1356.89 +1300.8 +1325.47 +943.366 +596.282 +419.227 +298.777 +326.543 +297.675 +419.731 +591.054 +666.087 +1068.45 +1245.25 +1413.56 +1702.38 +1850.72 +1761.56 +1768.22 +1686.62 +1580.37 +1773.26 +1644.18 +1466.08 +1413.12 +1362.99 +1328.45 +873.924 +618.384 +397.947 +298.675 +326.656 +295.696 +445.754 +591.054 +666.823 +1028.02 +1408 +1578.82 +1806.91 +1983.5 +1906.41 +1930.27 +1866.81 +1824.88 +1957.2 +1896.45 +1765.92 +1719.46 +1684.84 +1612.95 +1226.75 +942.714 +505.098 +350.808 +392.458 +385.321 +553.445 +564.953 +698.059 +1281.62 +1475.1 +1765.23 +1950.06 +2000.46 +1917.16 +1884.5 +1778.1 +1753.99 +1865.99 +1995.42 +1945.59 +1875.72 +1706.19 +1749.2 +1432.77 +1147.23 +623.093 +417.141 +480.343 +372.827 +666.561 +960.402 +1061.59 +1293.39 +1518.18 +1496.16 +1795.84 +1926.72 +1798.8 +1804.32 +1676.38 +1640.01 +1672.7 +1738.52 +1681.4 +1575.01 +1596.32 +1591.27 +1254.88 +1009.46 +493.023 +388.118 +400.571 +390.932 +493.598 +590.509 +670.537 +1256.62 +1536.88 +1702.51 +1784.8 +2050.92 +1932.72 +1989.79 +1869.56 +1822.15 +1951.44 +1893.51 +1750.51 +1668.56 +1624.97 +1512.12 +1163.92 +819.701 +494.26 +367.976 +413.499 +297.394 +426.568 +591.054 +666.103 +1126.04 +1496.64 +1799.18 +2000.36 +2104.21 +1974.04 +2017.64 +1891.73 +1850.12 +1996.68 +1942.72 +1799.47 +1723.77 +1721.38 +1714.58 +1338.43 +916.549 +511.593 +384.623 +401.409 +394.055 +552.72 +591.054 +666.098 +1370.12 +1657.61 +1807.37 +2008.76 +2111.81 +1951.79 +1974.89 +1872.85 +1846.35 +1992.67 +1906.59 +1742.43 +1683.91 +1696.79 +1686.9 +1220.79 +782.841 +479.328 +299.926 +326.803 +299.463 +411.321 +591.054 +669.407 +1013.53 +1271.57 +1522.88 +1777.57 +1931 +1799.32 +1920.25 +1804.4 +1747.38 +1889.25 +1788.8 +1647.9 +1529.08 +1431.96 +1395.17 +1002.85 +695.965 +409.077 +372.609 +385.734 +387.375 +424.379 +591.054 +666.328 +1037.13 +1273.29 +1422.98 +1717.72 +1855.5 +1720.67 +1812 +1723.71 +1640.19 +1816.46 +1826.22 +1652.82 +1492.99 +1407.29 +1352.99 +977.18 +594.918 +392.674 +285.215 +312.813 +282.51 +398.309 +564.913 +696.213 +858.696 +1045.77 +1413.8 +1635.63 +1748.01 +1701.69 +1738.32 +1636.36 +1621.98 +1692.93 +1828.18 +1756.3 +1673.37 +1465.32 +1346.46 +962.374 +745.954 +457.608 +282.864 +310.834 +282.673 +377.868 +591.852 +733.469 +793.9 +1163.03 +1275.56 +1705.28 +1838.09 +1704.45 +1740.67 +1628.51 +1605.76 +1691.12 +1759.95 +1710.58 +1613 +1630.98 +1622.2 +1291.08 +1046.64 +548.442 +391.335 +422.039 +408.645 +627.3 +590.645 +670.493 +1446.57 +1690.48 +1834.91 +2031.21 +2148.5 +2036.96 +2121.4 +1973.48 +1924.06 +2062.1 +2006.97 +1832.35 +1775.88 +1774.06 +1731.55 +1404.38 +1090.92 +600.36 +403.051 +472.203 +397.888 +605.325 +591.054 +666.904 +1587.16 +1840.55 +1971.18 +2171.39 +2299 +2180.98 +2252.59 +2078.79 +2017.73 +2143.22 +2101.04 +1937.75 +1859.86 +1901.37 +1818.16 +1419.78 +1095.68 +561.704 +401.828 +414.896 +400.654 +542.158 +591.054 +666.175 +1229.87 +1503.53 +1772.12 +2008.19 +2099.34 +1941.62 +2023.73 +1916.57 +1867.38 +1994.03 +1935.18 +1737.71 +1690.03 +1697.01 +1692.49 +1343.35 +1042.71 +565.037 +410.919 +416.534 +377.943 +631.924 +590.993 +668.692 +1488.95 +1707.15 +1848.88 +2067.14 +2170.6 +2036.88 +2098.49 +1974.91 +1876.59 +2066.67 +1964.93 +1845.93 +1792.98 +1763.42 +1707.55 +1355.2 +1044.85 +571.435 +411.667 +407.81 +370.17 +511.358 +591.066 +666.133 +1258.19 +1510.21 +1695.08 +1929.92 +2047.2 +1905.86 +1962.06 +1853.95 +1815.87 +1948.24 +1880.39 +1740.2 +1663.24 +1589.17 +1480.75 +1100.37 +788.098 +521.486 +404.929 +416.811 +356.838 +454.805 +608.183 +761.82 +1039.59 +1283.59 +1524.62 +1763.56 +1885.83 +1790.04 +1798.29 +1705.98 +1689.41 +1755.12 +1896.51 +1813.96 +1732.55 +1615.85 +1632.81 +1264.56 +1008.51 +551.679 +428.562 +463.426 +438.873 +622.786 +865.009 +973.076 +1232.9 +1441.59 +1422.2 +1743.88 +1861.15 +1722.27 +1771.93 +1674.26 +1636.9 +1720.99 +1784.33 +1730.48 +1651.8 +1588.11 +1459.92 +1003.07 +665.647 +520.596 +340.739 +366.85 +340.972 +464.915 +633.804 +715.841 +1122.01 +1522.5 +1709.36 +2039.57 +2134.58 +2003.77 +2032.42 +1925.81 +1901.11 +2041.13 +1957.81 +1811.81 +1770.85 +1726.35 +1632.74 +1233.08 +899.726 +551.919 +423.188 +457.147 +395.859 +554.063 +634.248 +739.62 +1364.53 +1700.01 +1816.64 +2054.16 +2148.74 +2019.54 +2047.84 +1972.37 +1912.14 +2065.95 +1997.63 +1860.15 +1772.16 +1784.17 +1767.58 +1418.52 +1082.27 +618.553 +460.562 +463.129 +422.952 +606.987 +634.223 +746.135 +1449.76 +1695.9 +1879.96 +2173.42 +2304.68 +2180.91 +2203.18 +2067.06 +1980.39 +2159.71 +2067.36 +1895.18 +1847.28 +1748.46 +1736.42 +1227.95 +866.469 +528.849 +391.796 +412.887 +343.055 +479.833 +634.223 +716.925 +1054.59 +1349.62 +1596.22 +1839.42 +2018.28 +1920.21 +1959.96 +1890.79 +1834.22 +1987.19 +1933.17 +1796.41 +1705.76 +1605.61 +1562.71 +1089.03 +691.692 +447.422 +342.916 +369.324 +341.435 +510.034 +634.248 +714.31 +1095.08 +1413.99 +1703.28 +1909.93 +2113.32 +1979.5 +2026.01 +1914.55 +1864.88 +1993.2 +1920.06 +1771.46 +1720.19 +1650.49 +1598.03 +1206.83 +951.402 +557.246 +390.85 +446.05 +443.308 +584.782 +607.589 +778.568 +1279.52 +1488.07 +1729.92 +1946.47 +2006.84 +1881.26 +1888.78 +1835.07 +1804.12 +1839.1 +1935.89 +1881.33 +1802.22 +1623.12 +1686.21 +1304.1 +880.174 +573.126 +394.901 +450.606 +327.147 +534.538 +741.54 +861.463 +1156.15 +1430.2 +1446.45 +1781.72 +1910.23 +1774.56 +1776.44 +1658.09 +1633.53 +1720.48 +1779.42 +1726.5 +1655.22 +1639.53 +1505.14 +1106.97 +807.786 +512.316 +381.956 +365.733 +340.973 +470.275 +634.172 +716.161 +1196.81 +1692.66 +1844.56 +2055.24 +2219.87 +2030.08 +2097.39 +1995.72 +1946.39 +2083.65 +2042.7 +1896.9 +1790.34 +1768.84 +1736.81 +1386.01 +1084.03 +585.801 +436.621 +450.175 +442.748 +649.074 +634.19 +743.252 +1493.74 +1764.57 +1902.89 +2125.7 +2273.91 +2162.42 +2200.04 +2081.26 +2013.69 +2123.44 +2115.22 +1942.73 +1873.42 +1786.93 +1712.56 +1271.79 +865.258 +544.177 +422.225 +428.293 +340.584 +495.709 +634.223 +717.464 +1199.63 +1504.32 +1696.54 +1979.18 +2139.2 +2001.64 +2019.52 +1899.41 +1865.24 +1995.87 +1909.38 +1765.49 +1720.1 +1615.62 +1475 +1087.73 +780.701 +507.433 +342.124 +369.627 +340.626 +491.817 +634.248 +715.345 +1069.47 +1485.49 +1750.15 +2014.23 +2145.47 +2009.1 +2049.19 +1936.19 +1884.92 +2017.68 +1988.52 +1835.99 +1767.61 +1742.32 +1696.89 +1236.81 +931.435 +544.211 +423.277 +436.594 +428.205 +568.535 +634.248 +742.39 +1266.41 +1663.96 +1851.85 +2054.59 +2204.11 +2082.2 +2116.6 +2026.28 +1966.06 +2080.98 +2002.65 +1888.28 +1829.53 +1783.92 +1774.73 +1420.44 +1121.28 +630.013 +471.807 +503.08 +470.892 +717.204 +608.158 +800.662 +1348.55 +1534.86 +1804.19 +1973.74 +2041.68 +1956.91 +1984.03 +1909.76 +1869.26 +1955.22 +2040.37 +1997.8 +1987.01 +1824.78 +1905.53 +1549.27 +1235.5 +721.938 +439.796 +529.465 +519.519 +823.727 +1007.32 +1215.97 +1377.29 +1578.26 +1548.98 +1901.26 +2027.8 +1862.15 +1858.93 +1777.98 +1724.72 +1879.51 +1867.7 +1829.62 +1730.03 +1740.24 +1720.87 +1396.27 +1147.33 +696.677 +516.516 +518.774 +490.309 +831.127 +634.248 +805.03 +1623.39 +1823.57 +1930.98 +2136.41 +2275.62 +2164.08 +2189.59 +2061.17 +1943.93 +2143.64 +2039.49 +1985.53 +1911.26 +1860.69 +1804.13 +1446 +1115.47 +623.111 +458.057 +473.426 +449.914 +612.74 +633.839 +770.34 +1510.88 +1743.21 +1982.56 +2109.62 +2220.67 +2056.14 +2139.42 +2036.46 +1965.67 +2156.42 +2062.11 +1916.8 +1829.87 +1820.83 +1791.38 +1429.94 +1124.78 +679.584 +501.768 +505.331 +518.508 +797.688 +633.839 +782.036 +1601.29 +1835.15 +2005.68 +2215.6 +2328.77 +2228.34 +2251.23 +2149.15 +2089.92 +2209.06 +2120.36 +2001.84 +1953.3 +1951.3 +1917.78 +1545.46 +1209.21 +727.921 +500.072 +532.097 +502.36 +857.692 +1146.11 +1266.76 +1647.58 +1885.7 +2006.74 +2193.47 +2359.85 +2248.36 +2292.28 +2191.23 +2107.32 +2233.67 +2089.39 +2012.44 +1972.56 +2003.01 +2011.17 +1624.95 +1278.04 +723.286 +513.882 +505.615 +494.416 +824.076 +1095.47 +1242.34 +1656.03 +1918.2 +2023.01 +2218.2 +2320.27 +2193.09 +2242.15 +2102.26 +2074.76 +2162.79 +2109.98 +1986.88 +1945.45 +1946.04 +1879.94 +1488.22 +1197.14 +780.151 +544.812 +571.432 +540.062 +805.029 +608.03 +820.954 +1381.31 +1547.17 +1699.42 +1986.69 +2034.54 +1878.24 +1822.34 +1721.03 +1718.53 +1819.98 +1921.51 +1868.18 +1802.45 +1662.2 +1704.45 +1390.32 +1089.41 +624.239 +425.877 +418.314 +427.958 +672.751 +819.36 +955.702 +1230.15 +1433.47 +1416.15 +1735.05 +1896.71 +1760.26 +1777.81 +1656.67 +1643.37 +1728.72 +1799.53 +1758.38 +1686.43 +1662.31 +1643.31 +1305.82 +1057.16 +535.432 +389.629 +418.555 +394.659 +522.178 +634.143 +737.218 +1360.8 +1651.15 +1845.54 +2053.46 +2152.93 +2058.3 +2046.32 +1972.84 +1884.51 +2071.56 +2009.01 +1828.07 +1772.63 +1741.72 +1734.91 +1384.3 +989.109 +569.597 +411.914 +456.638 +406.92 +475.963 +634.223 +732.061 +1203.76 +1639.29 +1851.6 +2055.96 +2157.78 +2053.01 +2089.69 +1972.36 +1922.99 +2059.83 +2003.6 +1868.16 +1791.39 +1797.42 +1772.5 +1421.48 +1118.6 +620.58 +461.301 +499.083 +453.13 +695.486 +634.248 +753.927 +1488.93 +1740.12 +1889.13 +2141.37 +2305.54 +2182.45 +2206.73 +2079.09 +2013.89 +2191.06 +2076.69 +1906.44 +1818.81 +1852.12 +1792.42 +1433.32 +1116.15 +709.112 +483.576 +532.683 +528.034 +804.203 +634.223 +783.483 +1573 +1810.99 +1961.43 +2145.46 +2318.3 +2227.39 +2260.86 +2051.71 +1954.62 +2136.17 +2108.67 +2030.81 +1807.91 +1816.65 +1777.36 +1410 +1100.87 +674.025 +496.605 +514.396 +484.419 +695.888 +634.223 +779.645 +1559.21 +1764.21 +1856.65 +2114.99 +2244.57 +2113.34 +2127.82 +2080.5 +2017.29 +2159.34 +2092.98 +1928.64 +1850.3 +1829.6 +1816.82 +1434.47 +1127.96 +682.339 +448.714 +525.864 +503.961 +758.392 +608.183 +821.059 +1404.96 +1519.41 +1746.26 +1937.89 +2175.35 +1951.91 +1938.55 +1808.33 +1781.39 +1871.77 +1970.79 +1925.79 +1864.74 +1716.39 +1788.74 +1405.95 +1099.96 +617.479 +442.003 +479.362 +479.706 +683.294 +912.821 +970.399 +1221.61 +1438.41 +1458.43 +1781.02 +1909.06 +1813.46 +1803.14 +1693.72 +1638.08 +1735.94 +1823.94 +1795.95 +1723.15 +1733.55 +1682.73 +1334.02 +1059.8 +593.383 +427.486 +480.117 +421.665 +599.497 +634.248 +764.008 +1465.43 +1700.41 +1856.73 +2068.96 +2165.89 +2032.76 +2107.12 +1977.15 +1928.12 +2112.65 +2063.72 +1950.86 +1898.47 +1884.31 +1831.75 +1430.65 +1087.72 +637.04 +477.168 +499.989 +383.528 +563.212 +682.604 +761.985 +1107.7 +1497.84 +1751.15 +2059.17 +2158.39 +2034.56 +2077.29 +1961.78 +1910.48 +2044.99 +1993.2 +1853.07 +1770.86 +1714.89 +1564.25 +1187.13 +849.601 +584.39 +385.676 +412.82 +383.366 +536.97 +680.288 +760.155 +1175.92 +1567.38 +1765.73 +2059.03 +2153.94 +2029.43 +2084.44 +1965.78 +1914.09 +2051.74 +2000.79 +1859.18 +1777.56 +1683.96 +1589.03 +1161.02 +760.228 +492.142 +386.899 +413.117 +385.71 +559.797 +680.288 +762.428 +1067.2 +1530.99 +1886.46 +2092.93 +2207.31 +2079.38 +2127.38 +2010.97 +1956 +2089.82 +2032.81 +1889.81 +1818.38 +1814.26 +1773.27 +1214.48 +830.806 +580.173 +386.388 +413.138 +385.909 +554.303 +680.313 +759.989 +1160.31 +1638.24 +1905.44 +2112.27 +2240.01 +2130.33 +2135.31 +2027.29 +1969.18 +2113.59 +2065.55 +1918.11 +1865.33 +1917.75 +1782.14 +1342.56 +975.159 +614.701 +462.717 +477.597 +444.808 +614.058 +677.367 +822.229 +1144.22 +1476.77 +1789.75 +1987.46 +2039.24 +1914.72 +1894.31 +1795 +1763.33 +1848.7 +1980.58 +1919.6 +1842.63 +1806.82 +1770.55 +1439.08 +1091.33 +656.641 +473.528 +490.529 +490.293 +707.163 +896.267 +972.112 +1138.81 +1461.15 +1493.25 +1828.38 +1978.75 +1850.17 +1863.97 +1734.04 +1720.4 +1808.97 +1891.92 +1829.4 +1761.62 +1828.47 +1726.49 +1376.58 +1134.78 +675.979 +502.252 +544.827 +526.697 +783.542 +677.14 +851.193 +1551.79 +1797.48 +1923.39 +2159.25 +2289.03 +2195.65 +2186.51 +2052.22 +2013.76 +2153.46 +2104.93 +1964.81 +1916.04 +2000.48 +1878.45 +1467.64 +1158.2 +684.302 +487.272 +549.536 +497.921 +833.918 +677.393 +832.285 +1540.92 +1776.99 +1900.47 +2111.37 +2229.32 +2122.63 +2142 +2015.08 +1968.17 +2116.07 +2067.6 +1921.58 +1832.65 +1916.21 +1813.62 +1420.07 +1014.46 +623.202 +472.074 +506.169 +461.981 +646.274 +682.604 +794.67 +1367.62 +1764.5 +1904.89 +2136.5 +2306.37 +2161.72 +2183.5 +2055.56 +1997.82 +2145.03 +2081.36 +1948.59 +1892.13 +1943.74 +1827.74 +1369.79 +981.612 +607.984 +468.987 +479.17 +452.045 +663.538 +703.345 +791.567 +1431.11 +1771.23 +1971.39 +2225.26 +2369.36 +2307.27 +2234.68 +2115.32 +2040.68 +2172.89 +2115.24 +2002.67 +1903.04 +1970.41 +1877.05 +1475.52 +1233.28 +871.505 +570.83 +551.39 +499.218 +729.067 +708.528 +786.494 +1345.27 +1609.65 +1810.11 +2060.68 +2200.43 +2065.21 +2087.82 +1989.12 +1938.36 +2070.79 +2013.32 +1866.19 +1781.98 +1816.98 +1627.05 +1192.47 +830.499 +575.743 +373.388 +398.635 +372.262 +516.339 +653.653 +792.596 +927.882 +1238.54 +1578.62 +1935.38 +1963.26 +1872.26 +1856.33 +1752.59 +1737.52 +1812.4 +1949.49 +1870.83 +1772.52 +1581.73 +1462.38 +1072.89 +780.99 +495.714 +457.947 +397.1 +370.374 +539.848 +777.89 +899.117 +1021.67 +1371.7 +1487.17 +1832.43 +2044.28 +1955.19 +2003.68 +1870.04 +1837.66 +1943.82 +1993.33 +1942.56 +1872.23 +1965.59 +1826.39 +1470.94 +1222.95 +774.791 +530.708 +552.077 +525.067 +957.768 +677.393 +914.971 +1698.4 +1920.84 +2032.85 +2260.67 +2358.97 +2253.46 +2221.47 +2164.22 +2088.71 +2193.27 +2175.61 +2042.95 +1980.39 +2060.79 +1955.65 +1545.97 +1246.12 +814.76 +531.439 +614.989 +576.199 +955.611 +722.886 +842.754 +1692.2 +1929.36 +2086 +2298.98 +2402.27 +2283.98 +2325.07 +2171.03 +2048.06 +2144.1 +2026.76 +1841.88 +1795.89 +1890.11 +1789.75 +1426.66 +1077.35 +622.03 +451.507 +508.672 +434.656 +655.179 +677.345 +794.736 +1214.2 +1595.7 +1798.42 +2097.25 +2194.95 +2070.08 +2091.75 +1977.68 +1954.13 +2085.14 +2029.28 +1871.62 +1820.68 +1912.31 +1763.72 +1310.05 +909.913 +585.309 +437.817 +413.157 +386.338 +539.324 +682.604 +763.355 +1116.72 +1565.32 +1900.31 +2109.39 +2244.17 +2113.99 +2139.37 +2030.01 +1976.15 +2119.45 +2056.64 +1878.08 +1817.5 +1871.78 +1728.34 +1247.42 +901.263 +608.59 +472.919 +484.935 +458.142 +642.802 +680.288 +785.725 +1377.64 +1780.29 +1919.85 +2177.28 +2324.54 +2231.74 +2253.62 +2140.34 +2077.46 +2205.9 +2143.04 +2003.8 +1921.7 +1946.12 +1825.51 +1449.35 +1161.82 +675.193 +492.983 +498.204 +488.239 +786.157 +678.301 +837.91 +1205.47 +1461.48 +1741.3 +1932.94 +1972.52 +1876.59 +1856.59 +1747.8 +1724.46 +1802.58 +1935.2 +1826.05 +1767.6 +1681.3 +1587.9 +1224.43 +942.456 +605.768 +439.334 +473.516 +370.124 +525.986 +691.23 +943.766 +906.38 +1174.22 +1290.95 +1707.04 +1859.62 +1746.51 +1809.1 +1683.59 +1561.29 +1661.15 +1736.58 +1648.32 +1554.27 +1622.2 +1509.28 +1112.74 +865.942 +565.855 +442.689 +468.991 +409.026 +549.764 +677.418 +884.738 +1172.24 +1455.29 +1641.28 +1871.78 +1982.79 +1923.92 +2021.63 +1817.87 +1836.98 +1979.89 +1926.59 +1752.55 +1674.58 +1698.27 +1587.46 +1129.63 +757.918 +569.094 +383.723 +410.638 +383.79 +546.225 +680.288 +875.4 +1144.35 +1467.16 +1680.61 +1954.27 +2112.71 +2011.9 +2031.9 +1950.45 +1901.82 +2036.1 +1986.74 +1818.31 +1707.35 +1700.37 +1588.63 +1131.96 +735.787 +491.439 +385.404 +410.862 +384.318 +559.112 +677.393 +855.952 +1119.43 +1463.3 +1715.09 +2050.2 +2163.15 +2045.5 +2072 +1964.9 +1905.6 +2036.54 +1988.23 +1826.35 +1782.71 +1844.61 +1627.86 +1157.45 +848.353 +570.635 +441.749 +477.692 +450.777 +612.833 +690.774 +879.783 +1147.73 +1367.49 +1520.98 +1797.6 +2161.14 +2084.21 +2119.51 +2005.05 +1940.07 +2103.04 +2037.24 +1902.61 +1812.06 +1908.17 +1800.24 +1430.32 +1127.99 +691.214 +487.156 +508.872 +481 +790.033 +707.839 +910.671 +1548.45 +1770.39 +1907.59 +2144.59 +2262.38 +2151.55 +2189.87 +2094.62 +2009.62 +2146.63 +2082.58 +1928.38 +1917.81 +1941.59 +1831.31 +1434.95 +1131.64 +697.818 +473.79 +511.217 +494.927 +781.298 +680.229 +941.429 +1343.97 +1542.9 +1837.04 +2029.15 +2131.28 +2016.85 +1976.18 +1876.76 +1862.49 +1819.88 +2056.92 +1994.69 +1906.22 +1813.13 +1780.43 +1447.53 +1166.05 +713.907 +463.374 +447.646 +450.974 +636.545 +820.218 +1034.34 +1127.2 +1388.03 +1451.6 +1826.6 +1950.5 +1815.86 +1841.67 +1722.9 +1691.1 +1790.9 +1848.66 +1800.21 +1692.95 +1788.22 +1740.85 +1342.35 +1098.59 +657.794 +485.231 +518.862 +516.773 +804.809 +677.137 +915.82 +1529.45 +1744.46 +1899.49 +2110.13 +2242.07 +2161.12 +2217.08 +2063.74 +2015.1 +2132.61 +2044.9 +1939.43 +1905.4 +1970.43 +1859.96 +1431.01 +1125.71 +597.385 +448.632 +479.113 +469.918 +612.475 +677.393 +854.749 +1102.07 +1462.61 +1619.74 +1921.92 +2003.37 +2023.68 +2046.61 +1933.45 +1882.74 +2027.23 +2023.64 +1899.68 +1851.63 +1938.74 +1806.76 +1430.96 +1126.62 +655.662 +481.26 +517.326 +500.849 +785.501 +725.122 +905.887 +1543.24 +1750.2 +1876.96 +2067.13 +2164.76 +2028.43 +2056.03 +1964.96 +1922.97 +1954.09 +1645.51 +1338.68 +1299.87 +1509.67 +1417.23 +1018.92 +704.798 +491.994 +385.946 +412.966 +384.003 +559.755 +680.288 +853.824 +1136.26 +1283.88 +1403.87 +1659.63 +1756.31 +1693.93 +1747.86 +1666.99 +1611.3 +1747.5 +1663.58 +1454.19 +1387.12 +1448.03 +1289.59 +959.963 +694.666 +356.45 +255.135 +312.243 +252.479 +430.635 +547.909 +717.628 +991.855 +1230.18 +1337.43 +1636.79 +1758.87 +1621.53 +1710.65 +1599.84 +1584.44 +1743.53 +1619.15 +1380.77 +1282.88 +1343.9 +1198.34 +881.837 +574.969 +370.844 +241.453 +267.943 +239.491 +352.662 +521.819 +746.442 +795.675 +945.062 +1212.06 +1463.89 +1521.65 +1349.64 +1431.38 +1335.68 +1256.83 +1439.78 +1516.99 +1408.07 +1256.38 +1240.04 +1183.11 +886.142 +580.994 +356.183 +238.255 +266.839 +241.328 +329.819 +548.372 +750.225 +744.773 +997.381 +971.607 +1425.01 +1609.56 +1411.15 +1482.58 +1338.82 +1312.69 +1369.75 +1461.59 +1323.47 +1190.91 +1227.07 +1132.42 +789.395 +581.741 +347.887 +251.384 +278.233 +251.875 +393.194 +547.41 +717.808 +1008.23 +1260.06 +1426.4 +1687.07 +1831.29 +1696.21 +1747.85 +1556.08 +1574.67 +1669.02 +1608.03 +1377.46 +1228.85 +1364.17 +1228.41 +882.346 +574.324 +350.093 +253.374 +279.394 +252.603 +378.593 +547.884 +717.712 +1020.93 +1241.67 +1333.65 +1662.5 +1784.04 +1669.38 +1764.48 +1630.36 +1615.08 +1781.77 +1676.19 +1442.48 +1283.79 +1237.13 +1235.02 +881.189 +574.405 +351.956 +254.858 +283.072 +252.238 +405.413 +547.884 +717.727 +1021.36 +1257.51 +1338.14 +1628.41 +1809.48 +1736.18 +1699.08 +1502 +1454.87 +1615.42 +1532.99 +1390.15 +1306.81 +1338.74 +1249.94 +904.179 +602.781 +422.429 +308.681 +341.3 +256.112 +377.07 +547.884 +717.712 +977.524 +1203.59 +1374.5 +1664.52 +1783.08 +1675.15 +1871.11 +1696.32 +1691.17 +1839.93 +1768.76 +1562.37 +1485.99 +1549.56 +1453.7 +1111.16 +723.119 +431.885 +326.131 +355.259 +321.173 +442.747 +547.909 +717.679 +1197.45 +1482.68 +1704.92 +1948.42 +2033.71 +1900.2 +1893.9 +1826.66 +1780.89 +1903.77 +1827.93 +1649.25 +1599.28 +1679.26 +1604.48 +1296.22 +819.394 +462.426 +306.452 +357.598 +337.634 +441.132 +521.818 +746.347 +863.648 +1159.47 +1432.3 +1713.68 +1742.44 +1701.54 +1615.71 +1596.37 +1468.12 +1565.02 +1670.99 +1474.29 +1349.79 +1226.55 +1096.58 +872.083 +581.957 +357.09 +238.585 +265.785 +240.148 +337.5 +566.128 +750.999 +741.992 +993.716 +920.478 +1279.16 +1428.84 +1319.35 +1358.59 +1247.6 +1228.45 +1340.97 +1313.55 +1260.77 +1121.37 +1271.69 +1138.85 +790.579 +567.63 +362.39 +253.02 +281.015 +248.765 +354.709 +547.903 +717.671 +1017.22 +1260.7 +1333.01 +1529.4 +1637.82 +1501.26 +1636.96 +1537.92 +1530.35 +1643.8 +1609.74 +1410.49 +1339.92 +1323.06 +1233.65 +881.887 +573.985 +350.546 +253.616 +279.7 +254.473 +367.666 +547.734 +717.944 +1016.48 +1219.88 +1516.56 +1762.32 +1953.3 +1802.38 +1871.89 +1782.57 +1758.3 +1837.36 +1715.38 +1572.65 +1619.1 +1583.25 +1493.74 +1028.41 +749.08 +432.546 +322.983 +355.971 +289.602 +473.033 +547.34 +717.768 +1394.92 +1615.9 +1733.5 +1958.8 +2046.57 +1918.74 +1924.26 +1851.99 +1807.54 +1931.35 +1861 +1719.93 +1764.98 +1767.28 +1676.82 +1336.24 +1036.42 +536.628 +359.248 +428.371 +400.491 +595.902 +547.884 +717.681 +1438.42 +1660.03 +1765.88 +2011.57 +2091.22 +1947.28 +1998.51 +1857.85 +1827.57 +1968.82 +1881.45 +1738.54 +1752.18 +1738.44 +1647.96 +1299.51 +998.298 +482.915 +354.101 +378.662 +340.355 +475.604 +547.474 +717.77 +1364.23 +1613.92 +1739 +2020.31 +2118.07 +2046.42 +2040.98 +1948.86 +1865.24 +1954.66 +1890.45 +1772.16 +1843.66 +1845.5 +1745.63 +1367.32 +1068.58 +573.583 +365.218 +431.105 +388.448 +583.159 +521.721 +746.525 +1229.72 +1405 +1654.33 +1820.62 +1884.8 +1782.25 +1761.66 +1667.54 +1641.67 +1707.25 +1847.08 +1748.75 +1793.89 +1662.04 +1639.53 +1326.88 +1060.24 +526.339 +368.987 +407.509 +383.415 +510.595 +782.166 +969.736 +1197.03 +1386.11 +1380.25 +1704.51 +1840.44 +1687.19 +1691.17 +1585.61 +1545.54 +1619.82 +1682.98 +1587.22 +1613.6 +1425.69 +1249.61 +845.784 +603.238 +344.166 +251.583 +278.032 +251.875 +361.912 +547.315 +717.803 +1001.79 +1218.26 +1366.13 +1619.32 +1703.99 +1659.69 +1721.19 +1554.36 +1507.2 +1667.33 +1638.24 +1465.98 +1523.27 +1467.4 +1284.82 +887.933 +582.599 +363.607 +253.206 +280.935 +253.02 +368.851 +547.635 +717.777 +1022.63 +1203.82 +1358.75 +1650.35 +1778.99 +1707.16 +1765.64 +1692.61 +1716.41 +1778.26 +1646.31 +1441.59 +1494.67 +1497.65 +1347.38 +908.095 +543.964 +354.21 +254.602 +281.543 +254.128 +369.76 +547.884 +717.789 +1014.4 +1205.69 +1500.95 +1826.22 +2023.61 +1883.64 +1906.03 +1817.6 +1767.74 +1895.25 +1837.9 +1660.45 +1591.76 +1524.97 +1348.77 +935.983 +606.25 +354.874 +254.878 +283.241 +252.414 +370.744 +547.909 +717.701 +1025.28 +1256.13 +1568.97 +1951.15 +2034.23 +1903.74 +1927.99 +1836.8 +1805.2 +1940.25 +1860.55 +1707.29 +1692.21 +1728.05 +1480.89 +1039.77 +699.226 +365.367 +256.753 +283.564 +254.201 +395.994 +547.884 +717.654 +1026.68 +1225.93 +1442.38 +1797.11 +2032.15 +1884.76 +1909.42 +1815.4 +1768.63 +1898.26 +1830.67 +1642.63 +1542.65 +1483.01 +1303.88 +934.632 +552.115 +414.924 +241.663 +269.807 +239.133 +347.004 +521.818 +746.395 +809.284 +955.586 +1216.94 +1377.3 +1400.76 +1412.27 +1374.95 +1242.9 +1286.1 +1302.59 +1402.11 +1330.77 +1372.22 +1253 +1228.96 +915.413 +668.966 +419.348 +260.291 +331.214 +305.758 +378.517 +601.264 +751.143 +754.339 +987.307 +1108.93 +1447.71 +1556.24 +1556.12 +1463.3 +1385.53 +1353.82 +1364.68 +1457.37 +1366.08 +1363.68 +1379.89 +1250.1 +908.459 +667.861 +345.002 +252.774 +279.119 +254.339 +376.337 +547.845 +717.77 +1006.89 +1217.94 +1619.08 +1955.13 +2040.61 +1926.08 +1970.04 +1865.3 +1824.7 +1957.59 +1893.13 +1746.01 +1760.66 +1746.58 +1648.51 +1301.43 +729.041 +429.376 +305.417 +368.169 +342.504 +430.403 +547.608 +717.816 +1010.3 +1260.98 +1413.87 +1702.84 +1983.69 +1838.88 +1888.63 +1784.55 +1741.08 +1864.55 +1719.11 +1518.8 +1510.62 +1483.01 +1417.47 +1089.91 +780.059 +419.7 +308.589 +340.812 +341.153 +457.64 +547.633 +718.055 +1012.52 +1231.71 +1370.53 +1732.04 +1820.32 +1821.81 +1884.24 +1744.42 +1654.62 +1717 +1413.7 +1217.71 +1326.68 +1369.89 +1227.62 +893.454 +574.596 +376.603 +254.419 +281.233 +254.995 +371.422 +547.884 +717.819 +1026.22 +1256.33 +1292.08 +1527.61 +1639.04 +1457.3 +1506.18 +1434.76 +1330.83 +1515.95 +1474.41 +1331.69 +1381.17 +1379.11 +1264.98 +909.641 +574.47 +353.059 +255.436 +282.924 +255.13 +417.866 +547.315 +717.897 +1019.55 +1268 +1291.2 +1550.96 +1639.91 +1371.96 +1518.61 +1378.87 +1366.79 +1501.58 +1347.93 +1308.65 +1382.59 +1381.72 +1263.4 +909.902 +574.825 +346.354 +241.974 +268.305 +238.954 +407.162 +521.818 +746.449 +800.854 +1019.34 +1251.22 +1417.64 +1382.54 +1334.3 +1328.96 +1220.99 +1190.94 +1260 +1392.37 +1330.81 +1375.75 +1223.72 +1137.51 +835.041 +543.522 +401.96 +282.649 +310.568 +278.971 +406.458 +579.278 +804.98 +767.445 +994.753 +977.661 +1348.42 +1472.69 +1278.64 +1316.19 +1160.46 +1136.5 +1240.49 +1283.75 +1191.29 +1306.15 +1321.45 +1166.92 +837.817 +596.62 +414.657 +294.115 +321.644 +297.233 +486.33 +591.054 +760.924 +1079.31 +1316.42 +1423.5 +1613.07 +1678.73 +1418.61 +1553.24 +1438.19 +1446.85 +1522.59 +1454.8 +1364.84 +1411.67 +1431.16 +1308.55 +959.766 +637.85 +395.942 +297.074 +351.057 +295.713 +461.57 +590.97 +761.117 +1072.83 +1311.84 +1421.34 +1543.62 +1702.11 +1639.57 +1727.81 +1677.11 +1621.72 +1695.12 +1610.89 +1509.36 +1494.04 +1492.89 +1351.06 +1001.87 +696.38 +455.788 +385.277 +326.267 +295.394 +447.934 +591.054 +760.931 +1064.14 +1292.9 +1416.5 +1557.81 +1778.83 +1521.12 +1482.12 +1339.22 +1457.27 +1527.89 +1502.64 +1331.16 +1380.53 +1409.75 +1267.32 +942.906 +617.455 +408.967 +299.447 +324.805 +299.501 +460.179 +591.012 +761.063 +1065.15 +1275.49 +1417.13 +1638.15 +1811.14 +1678.05 +1733.88 +1683.61 +1626.37 +1766.51 +1677.58 +1513.21 +1495.51 +1450.69 +1348.18 +940.292 +618.1 +408.445 +299.46 +325.097 +299.445 +472.339 +591.054 +760.967 +1064.11 +1281.04 +1406.64 +1550.83 +1683.37 +1520.79 +1571.38 +1440.38 +1379.76 +1559.42 +1509.9 +1365.87 +1431.67 +1417.95 +1309.57 +952.597 +617.746 +391.701 +284.64 +311.112 +284.373 +461.507 +565.013 +789.63 +853.199 +1071.24 +1302.7 +1465.92 +1500.29 +1386.43 +1368.23 +1265.13 +1247.38 +1325.19 +1457.73 +1395.17 +1435.97 +1273.45 +1199.72 +927.852 +619.804 +401.4 +281.869 +308.24 +281.717 +445.788 +655.933 +886.855 +752.462 +948.315 +990.993 +1337.18 +1459.33 +1319.78 +1330.6 +1174.41 +1165.12 +1275.25 +1286.82 +1252.59 +1229.54 +1243.38 +1178.76 +809.378 +566.601 +392.59 +293.345 +320.474 +294.954 +506.152 +591.054 +760.941 +1020.33 +1244.01 +1423.36 +1616.25 +1687.15 +1518.99 +1474.87 +1457.56 +1353.51 +1511.77 +1497.39 +1366.14 +1410.35 +1432.43 +1308.78 +950.679 +615.392 +416.722 +297.112 +324.275 +295.02 +453.915 +591.054 +760.933 +1064.44 +1297.71 +1361.44 +1606.56 +1771.48 +1640.38 +1692.02 +1578.02 +1558.76 +1661.59 +1582.21 +1349.82 +1286.34 +1411.73 +1272.72 +942.627 +623.594 +418.676 +298.413 +324.539 +295.603 +484.848 +591.053 +760.931 +1066.5 +1261.53 +1384.66 +1676.9 +1942.64 +1903.77 +1926.96 +1841.4 +1806.55 +1939.13 +1869.73 +1580.49 +1528.42 +1453.94 +1314.09 +989.65 +699.26 +452.496 +298.894 +326.502 +298.255 +437.57 +591.054 +761.008 +1040.23 +1262.9 +1413.32 +1706.47 +1846.34 +1676.66 +1698.78 +1648.04 +1597.5 +1735.83 +1617.45 +1452.82 +1464.75 +1459.91 +1325.92 +930.756 +608.174 +398.104 +299.373 +326.688 +298.266 +412.446 +591.054 +761.023 +1067.65 +1304.77 +1418.52 +1612.16 +1699.92 +1546.88 +1568.5 +1408.46 +1428.74 +1582.2 +1525.06 +1365.8 +1433.05 +1432.64 +1309.3 +952.663 +639.381 +413.695 +284.172 +311.221 +282.333 +461.866 +564.988 +789.612 +934.958 +1069.77 +1303.78 +1467.52 +1501.35 +1360.17 +1369.87 +1267.38 +1165.45 +1341.37 +1459.37 +1394.96 +1391.99 +1315.32 +1200.06 +912.729 +602.132 +400.847 +280.733 +308.57 +278.996 +442.268 +665.432 +901.33 +904.526 +948.163 +956.907 +1339.08 +1465.47 +1320.15 +1302.21 +1194.4 +1163.13 +1274.87 +1348.55 +1385.98 +1229.11 +1244.11 +1193.31 +831.051 +566.713 +393.14 +293.322 +341.741 +295.224 +478.058 +701.628 +864.123 +1098.14 +1221.07 +1371.28 +1616.87 +1707.67 +1536.66 +1579.68 +1482.03 +1438.28 +1561.23 +1518.13 +1458.81 +1430.71 +1433.25 +1253.2 +902.226 +592.439 +393.966 +295.07 +321.493 +295.463 +462.138 +675.457 +861.558 +1099.77 +1224.42 +1382.9 +1618.55 +1692.6 +1571.15 +1592.83 +1484.2 +1431.05 +1564.36 +1521.01 +1457.4 +1402.39 +1346.55 +1287.18 +902.08 +595.083 +427.848 +296.192 +365.006 +295.644 +497.559 +700.345 +889.024 +1096.37 +1308.89 +1429.66 +1620.91 +1702.97 +1569.74 +1583.89 +1478.11 +1426.08 +1569.7 +1525.17 +1467.09 +1428.85 +1433.66 +1314.5 +950.883 +616.657 +396.108 +297.312 +324.403 +294.973 +477.873 +591.054 +760.941 +1165.76 +1319.71 +1429.91 +1620.78 +1708.8 +1575.17 +1585.92 +1478.54 +1428.43 +1573.27 +1534.31 +1480.56 +1432.19 +1435 +1337.31 +951.383 +616.391 +397.384 +297.467 +324.105 +297.531 +491.762 +590.99 +761.12 +1158.51 +1318.64 +1428.8 +1621.05 +1705.24 +1517.58 +1568.36 +1441.72 +1393.63 +1561.2 +1498.8 +1426.83 +1402.83 +1423.05 +1310.02 +959.84 +617.76 +413.712 +285.062 +310.918 +282.649 +460.326 +564.419 +789.829 +935.348 +1063.54 +1298.64 +1481.63 +1597.89 +1556.81 +1564.52 +1464.45 +1437.24 +1536.19 +1569.15 +1540.74 +1397.19 +1213 +1301.94 +960.182 +676.281 +401.907 +281.869 +308.111 +281.427 +487.19 +597.558 +797.824 +854.525 +1031.32 +1092.45 +1590.12 +1716.66 +1680.94 +1682.72 +1572.81 +1522.67 +1588.04 +1618.16 +1562.95 +1460.88 +1443.71 +1406.54 +1016.56 +776.178 +465.332 +340.25 +345.113 +317.812 +458.419 +590.484 +761.093 +1160.84 +1317.64 +1437.97 +1622.12 +1712.69 +1574.11 +1602.87 +1484.04 +1434.43 +1587.38 +1528.25 +1475.76 +1433.92 +1431.98 +1307.32 +913.313 +594.628 +394.751 +296.45 +324.354 +294.942 +474.217 +663.284 +874.299 +1097.12 +1270.83 +1382.12 +1616.99 +1675.68 +1541.25 +1592.18 +1484.51 +1435.98 +1564.5 +1521.9 +1474.37 +1430.85 +1433.69 +1319.64 +901.981 +595.072 +395.003 +309.048 +322.657 +326.479 +496.778 +591.054 +761.017 +1166.08 +1314.49 +1424.66 +1619.81 +1692.95 +1515.97 +1533.13 +1529.7 +1576.98 +1690.78 +1648.57 +1590.62 +1487.35 +1329.5 +1238.54 +956.9 +617.48 +397.443 +298.005 +324.902 +298.191 +467.044 +591.004 +761.075 +1185.88 +1309.16 +1425.65 +1615.46 +1709.25 +1578.84 +1590.49 +1483.2 +1437.16 +1586.59 +1535.24 +1449.5 +1433.71 +1432.13 +1338.11 +956.206 +630.052 +397.58 +297.448 +323.984 +297.803 +491.694 +590.484 +761.132 +1168.55 +1322.21 +1430 +1620.51 +1704.39 +1529.48 +1593 +1444.25 +1429.98 +1542.79 +1501.3 +1424.48 +1385.25 +1423.55 +1337.36 +957.034 +618.055 +391.436 +284.862 +311.113 +281.93 +440.231 +564.988 +789.703 +935.923 +1069.68 +1303.73 +1470.5 +1500.56 +1359.31 +1368.62 +1266.12 +1247.8 +1324.5 +1459.77 +1485.54 +1436.99 +1270.92 +1288.75 +926.992 +646.276 +423.043 +280.814 +351.687 +278.996 +442.929 +653.011 +865.156 +855.444 +960.699 +968.273 +1274.59 +1437.63 +1321.13 +1287.47 +1175.24 +1188.6 +1274.38 +1315.91 +1357.07 +1316.52 +1331.56 +1150.58 +809.703 +567.492 +393.737 +297.805 +324.288 +297.326 +478.623 +678.638 +893.533 +1098.86 +1223.02 +1399.82 +1618.23 +1706.82 +1518.03 +1502.41 +1433.67 +1416.46 +1551.38 +1456.5 +1454.17 +1417.96 +1432.01 +1307.79 +954.957 +613.57 +394.521 +294.657 +322.521 +294.379 +474.17 +590.779 +761.077 +1155.7 +1312.89 +1404.25 +1558.42 +1648.61 +1535.28 +1557.82 +1458.16 +1373.72 +1478.83 +1505.85 +1434.54 +1383.77 +1432.99 +1308.62 +959.028 +616.2 +441.902 +340.388 +367.851 +338.539 +516.476 +634.223 +808.511 +1215.13 +1328.01 +1416.75 +1669.11 +1718.1 +1598.11 +1532.02 +1475.87 +1457.97 +1589.61 +1572.82 +1510.86 +1483.74 +1483.42 +1358.73 +964.131 +661.714 +464.68 +340.677 +367.968 +338.696 +545.261 +634.223 +808.526 +1209.06 +1367.19 +1512.74 +1676.45 +1766.38 +1626.52 +1646.84 +1536.97 +1492.68 +1630.8 +1586.08 +1529.94 +1484.05 +1486.45 +1387 +990.766 +660.453 +464.622 +340.762 +367.913 +338.868 +546.967 +738.089 +942.315 +1140.86 +1298.64 +1461.73 +1648.32 +1760.98 +1625.84 +1641.26 +1529.67 +1479.14 +1613.76 +1575.43 +1527.98 +1482.91 +1481.66 +1357.86 +1000.39 +655.098 +456.031 +327.498 +354.273 +325.573 +494.288 +608.092 +851.762 +970.296 +1094.09 +1302.15 +1411.8 +1511.87 +1462.9 +1481.05 +1433.72 +1442.39 +1524.41 +1598.74 +1532.18 +1485.34 +1326.83 +1190.97 +968.467 +714.162 +500.341 +369.991 +410.247 +325.048 +561.484 +753.98 +930.281 +1046 +1190.27 +1184.77 +1512.96 +1651.12 +1540.67 +1553.74 +1461.21 +1369.01 +1280.22 +1383.8 +1438.75 +1367.69 +1379.83 +1238.35 +879.645 +639.457 +438.261 +441.328 +337.638 +364.198 +334.95 +535.812 +634.248 +808.532 +1116.08 +1351.1 +1475.59 +1664.15 +1756.96 +1582.75 +1654 +1511.96 +1495.33 +1647.6 +1674.04 +1527.35 +1479.85 +1485.03 +1386.66 +987.403 +637.087 +442.751 +338.351 +364.138 +337.68 +538.885 +725.042 +958.986 +1050.29 +1315.68 +1388.36 +1629.63 +1744.86 +1624.19 +1649.04 +1538.42 +1487.76 +1654.03 +1673.84 +1527.39 +1481.71 +1484.46 +1386.02 +982.591 +665.699 +441.47 +339.686 +367.688 +337.167 +552.258 +634.223 +808.526 +1122.4 +1370.02 +1501.72 +1687.35 +1770 +1633.81 +1662.11 +1545.46 +1492.86 +1655.11 +1677.39 +1529.8 +1484.5 +1485.77 +1387.34 +994.029 +638.079 +455.043 +339.901 +396.216 +339.276 +553.174 +633.793 +808.604 +1124.81 +1365.59 +1498.79 +1670.7 +1766.57 +1630.25 +1646.16 +1538.66 +1490.73 +1649.07 +1677.43 +1513.06 +1484.38 +1485.9 +1387.39 +993.827 +682.804 +443.843 +341.139 +367.881 +341.217 +539.511 +634.159 +823.099 +1104.76 +1257.7 +1333.57 +1663.59 +1741.71 +1578.65 +1653.93 +1535.52 +1492.06 +1657.39 +1677.29 +1514.31 +1486.59 +1484.45 +1358.42 +995.466 +655.836 +458.697 +341.783 +354.599 +354.129 +494.213 +608.158 +837.219 +873.613 +1082.13 +1321.55 +1515.04 +1551.36 +1442.79 +1421.94 +1323.25 +1303.74 +1392.08 +1553.88 +1471.51 +1436.89 +1323.78 +1247.15 +927.846 +645.477 +449.344 +323.692 +350.908 +325.318 +505.236 +718.964 +941.807 +794.517 +998.017 +970.17 +1330.42 +1484.82 +1371.62 +1381.22 +1265.59 +1239.51 +1331.16 +1491.32 +1437.28 +1367.03 +1380.59 +1281.39 +883.296 +642.102 +452.039 +340.974 +367.573 +340.38 +511.533 +635.813 +813.276 +1130.34 +1371.48 +1479.11 +1680.25 +1758.71 +1601.57 +1661.55 +1535.6 +1491.34 +1652.18 +1674.61 +1527.71 +1482.69 +1484.1 +1369.22 +998.656 +663.912 +441.537 +337.549 +364.173 +338.063 +546.69 +634.223 +808.559 +1127.51 +1361.13 +1474.83 +1670.7 +1751.63 +1604.94 +1624.41 +1536.53 +1486.38 +1625.35 +1676.6 +1528.15 +1483.52 +1485.92 +1339.86 +954.264 +659.623 +443.112 +338.615 +366.291 +337.302 +509.837 +712.625 +890.014 +1047.03 +1309.78 +1469.71 +1665.2 +1756.94 +1605.47 +1592.55 +1508.85 +1420.95 +1623.44 +1674.25 +1526.51 +1482.8 +1481.83 +1357.99 +993.623 +659.372 +473.745 +340.495 +367.663 +338.792 +545.577 +634.248 +808.523 +1115.74 +1297.57 +1450.98 +1719.18 +1945.68 +1833.34 +1758.05 +1642.24 +1586.56 +1802.46 +1870.31 +1514.1 +1482.1 +1485.43 +1385.61 +1004.7 +659.958 +444.951 +340.638 +367.974 +338.66 +538.161 +634.223 +808.549 +1133.81 +1372.47 +1474.33 +1662.72 +1742.03 +1633.1 +1656.86 +1544.95 +1497.06 +1653.08 +1676.82 +1529.87 +1484.49 +1486.23 +1387.07 +992.416 +638.671 +449.006 +340.122 +354.289 +324.013 +524.281 +750.646 +980.962 +826.434 +1020.36 +1345.79 +1512.33 +1546.88 +1422.83 +1418.47 +1316.51 +1299.2 +1352 +1558.99 +1481.91 +1465.97 +1324.78 +1254.11 +928.391 +646.596 +449.094 +324.258 +350.339 +325.317 +483.393 +701.037 +932.708 +796.214 +1001.71 +1057.56 +1312.84 +1486.12 +1371.7 +1380.42 +1268.93 +1241.45 +1330.67 +1490.48 +1438.64 +1366.26 +1383.32 +1240.35 +884.82 +613.047 +442.492 +340.954 +369.414 +340.405 +547.308 +635.812 +813.319 +1130.16 +1364.81 +1475.12 +1669.05 +1759.54 +1602.45 +1652.53 +1545.99 +1498.85 +1651.91 +1674.71 +1528.92 +1485.56 +1483.7 +1329.7 +995.439 +664.267 +441.544 +337.552 +364.173 +338.063 +532.446 +634.223 +808.579 +1103.88 +1367.56 +1390.1 +1651.14 +1742.41 +1630.31 +1650.24 +1539.73 +1484.58 +1622.91 +1645.37 +1479.74 +1465.35 +1445.45 +1358.93 +944.514 +635.714 +443.297 +338.433 +366.291 +337.573 +524.821 +724.953 +924.879 +1050.93 +1316.51 +1425.2 +1668.84 +1731.84 +1612.85 +1623.58 +1536.92 +1479.38 +1635.78 +1631.53 +1516.57 +1486.99 +1486.37 +1301.13 +945.161 +637.617 +440.48 +353.486 +423.92 +337.084 +539.879 +774.812 +959.474 +1050.81 +1317.11 +1472.19 +1679.16 +1731.69 +1608.63 +1659.98 +1532.51 +1492.13 +1650.04 +1632.06 +1514.11 +1484.11 +1485.95 +1300.56 +945.381 +639.002 +441.235 +339.074 +366.115 +337.335 +511.182 +713.472 +890.861 +1052.34 +1313.54 +1412.92 +1666.35 +1742.83 +1625.94 +1649.24 +1540.66 +1491.1 +1615.31 +1675.06 +1498.44 +1465.31 +1485.66 +1298.88 +945.275 +639.171 +435.261 +325.547 +353.026 +323.689 +509.626 +725.895 +959.079 +827.792 +1020.86 +1345.27 +1511.27 +1541.85 +1417.25 +1397.25 +1253.12 +1263.04 +1377.77 +1606.92 +1524.09 +1484.95 +1319.93 +1247.75 +955.517 +688.033 +467.902 +323.199 +349.855 +323.364 +504.496 +669.015 +883.804 +812.408 +1086.54 +1024.8 +1355.35 +1559.48 +1451.94 +1554.71 +1357.34 +1332.09 +1313.09 +1450.98 +1377.43 +1220.34 +1321.3 +1163.45 +901.035 +684.01 +479.38 +351.699 +385.309 +387.48 +647.647 +634.223 +829.75 +1227.17 +1435.54 +1463.27 +1601.52 +1722.79 +1565.04 +1624.13 +1518.2 +1497.83 +1635.3 +1674.58 +1505.45 +1482.51 +1484.95 +1385.18 +995.263 +653.654 +443.08 +339.393 +365.517 +337.22 +528.629 +634.223 +808.585 +1097.6 +1324.92 +1489.9 +1636.22 +1770.71 +1628.94 +1654.82 +1542.01 +1502.08 +1649.34 +1648.07 +1514.61 +1484.63 +1486.79 +1386.74 +944.315 +664.912 +442.799 +338.868 +366.291 +337.217 +546.948 +750.167 +925.171 +1050.98 +1318.37 +1425.8 +1646.33 +1734.06 +1652.88 +1643.66 +1544.39 +1488.19 +1628.61 +1676.28 +1451.07 +1450 +1485.51 +1388.07 +945.183 +635.998 +444.062 +339.488 +365.96 +366.391 +538.54 +633.66 +808.731 +1134.59 +1372.59 +1433.45 +1691.23 +1745.18 +1630.61 +1659.86 +1549.53 +1506.02 +1659.34 +1677.44 +1504.77 +1429.6 +1461.02 +1311.29 +1001.55 +672.474 +513.086 +383.744 +411.374 +382.52 +594.627 +682.604 +853.191 +1237.17 +1386.71 +1469.19 +1692.2 +1737.06 +1561.14 +1684.09 +1594.81 +1548.16 +1698.9 +1729.61 +1565.11 +1539.01 +1535 +1408.41 +1041.12 +681.529 +483.092 +381.748 +395.718 +367.428 +587.66 +656.078 +881.432 +1021.35 +1115.17 +1386.83 +1511.95 +1574.24 +1453.65 +1413.85 +1302.06 +1257.36 +1396.57 +1643.53 +1566.92 +1434.41 +1379 +1300.78 +970.519 +689.134 +491.775 +366.898 +393.957 +411.27 +557.245 +750.982 +938.335 +980.651 +1046.58 +1019.86 +1378.85 +1537.73 +1383.76 +1349.16 +1321.45 +1296.3 +1360.31 +1502.97 +1448.54 +1422.03 +1438.36 +1247.13 +919.751 +660.275 +489.267 +385.564 +413.629 +386.375 +586.327 +766.887 +942.876 +1188.22 +1312.84 +1433.47 +1703.64 +1794.6 +1650.06 +1701.72 +1591.17 +1538.05 +1654.14 +1685.13 +1572.17 +1537.18 +1536.42 +1351.33 +989.392 +680.289 +486.86 +380.744 +407.342 +408.946 +608.43 +767.147 +943.717 +1186.52 +1320.25 +1437.7 +1638.25 +1787.27 +1653.18 +1660.58 +1567.88 +1460.4 +1691.51 +1700.36 +1574.06 +1538.19 +1537.12 +1351.84 +989.13 +681.859 +487.41 +381.469 +438.093 +380.339 +590.876 +761.364 +937.941 +1187.52 +1320.69 +1437.19 +1634.81 +1789.84 +1657.19 +1704.58 +1507.76 +1464.03 +1604.45 +1701.28 +1574.95 +1539.36 +1537.6 +1353.79 +990.386 +683.377 +487.888 +382.678 +409.231 +411.441 +605.664 +775.826 +958.72 +1189.46 +1318.48 +1436.54 +1634.85 +1789.84 +1661.48 +1702.81 +1590.59 +1455.19 +1602.77 +1688.18 +1574.54 +1453.42 +1451.74 +1353.57 +991.047 +683.581 +498.139 +382.276 +409.43 +380.748 +615.72 +816.777 +952.263 +1190.29 +1322.14 +1435.94 +1633.97 +1787.48 +1655.11 +1705.26 +1598.31 +1551.49 +1700.98 +1701.21 +1572.4 +1540.4 +1537 +1350.99 +989.883 +725.08 +482.51 +368.755 +394.122 +369.547 +595.36 +735.705 +985.009 +963.231 +1073.13 +1311.63 +1480.25 +1561.86 +1485.49 +1475.21 +1283.49 +1270.41 +1353.25 +1574.99 +1502.55 +1454.33 +1331.23 +1304.52 +978.163 +696.857 +495.495 +393.321 +428.16 +373.701 +554.255 +737.887 +987.614 +940.838 +1054.47 +1025.03 +1400.43 +1507.7 +1345.99 +1354.15 +1237.73 +1212.94 +1319.74 +1464.7 +1410.88 +1342.57 +1366.88 +1254.37 +945.912 +665.591 +518.563 +424.295 +470.44 +415.007 +615.647 +829.793 +1030.81 +1194.32 +1318.53 +1439.74 +1634.21 +1728.18 +1594.32 +1613.09 +1502.95 +1453.87 +1599.3 +1644.92 +1497.47 +1456.87 +1454.57 +1357.06 +994.458 +685.141 +489.213 +384.767 +413.358 +386.492 +606.96 +802.739 +945.258 +1190.02 +1321.58 +1436.2 +1633.45 +1783.72 +1650.92 +1610.59 +1566.06 +1462.61 +1707.7 +1684.56 +1573.43 +1540.77 +1538.2 +1409.38 +988.194 +679.359 +487.25 +380.906 +407.343 +379.863 +614.732 +826.978 +988.348 +1184.91 +1362.99 +1480.93 +1740.21 +1818.64 +1714.02 +1655.93 +1579.86 +1584.1 +1682.73 +1734.31 +1582.99 +1539.35 +1539.24 +1438.29 +1001.83 +696.955 +489.14 +382.435 +409.461 +380.388 +613.934 +682.604 +856.239 +1251.98 +1386.1 +1442.64 +1743.24 +1795.25 +1688.63 +1709.85 +1600.1 +1553.92 +1708.3 +1727.55 +1566.15 +1537.19 +1431.24 +1423.81 +987.23 +680.771 +488.403 +382.206 +409.655 +382.95 +597.652 +682.604 +853.404 +1194.21 +1381.47 +1443.14 +1744.97 +1784.64 +1654.82 +1704.37 +1558.93 +1553.1 +1707.34 +1709.87 +1575.06 +1482.96 +1449.25 +1437.13 +987.246 +681.743 +482.477 +381.695 +396.259 +395.657 +552.238 +771.452 +965.784 +963.723 +1115.04 +1362.65 +1524.56 +1603.9 +1473.53 +1472.36 +1367.92 +1350.88 +1357.68 +1577.91 +1493.95 +1473.86 +1367.67 +1343.22 +970.849 +689.036 +501.582 +388.501 +422.303 +368.487 +543.914 +723.542 +965.189 +934.842 +1050.19 +1020.7 +1423.29 +1549.56 +1329.19 +1370.64 +1303.41 +1295 +1360.58 +1518.58 +1449.23 +1423.43 +1435.95 +1297.06 +901.041 +717.3 +489.346 +385.532 +413.547 +384.698 +629.53 +826.497 +963.27 +1185.9 +1320.34 +1482.76 +1742.29 +1751.27 +1656.07 +1615.94 +1532.21 +1546.31 +1661.08 +1726.09 +1568.74 +1442.09 +1460.59 +1375.98 +986.66 +678.78 +486.679 +380.718 +407.058 +381.517 +599.561 +786.646 +972.727 +1184.92 +1350.43 +1478.54 +1734.54 +1786.6 +1657.97 +1614.46 +1570.76 +1554.26 +1708.97 +1699.4 +1565.99 +1538.37 +1538.82 +1436.6 +988.089 +679.037 +488.408 +382.13 +409.154 +380.455 +585.791 +765.321 +940.027 +1185.22 +1360.31 +1481.29 +1733.93 +1783.57 +1686.97 +1707.52 +1594.59 +1549.49 +1699.49 +1727.29 +1581.46 +1536.06 +1536.45 +1382.46 +1044.25 +736.32 +488.678 +382.713 +408.982 +380.718 +600.036 +776.817 +939.772 +1184.7 +1369.68 +1479.04 +1719.95 +1774.54 +1685.08 +1707.38 +1596.2 +1550.36 +1703.95 +1685.08 +1564.61 +1538.66 +1538.91 +1437.31 +988.394 +682.081 +488.442 +382.726 +409.095 +382.938 +612.153 +787.088 +948.901 +1187.81 +1324.9 +1525.08 +1727.33 +1774.15 +1683.4 +1707.38 +1596.79 +1547.78 +1713 +1686.35 +1570.21 +1540.36 +1535.08 +1410.32 +989.063 +682.542 +483.95 +369.145 +393.57 +369.571 +549.61 +800.05 +1035.41 +974.027 +1073.07 +1353.23 +1535.52 +1533.92 +1403.86 +1482.06 +1353.81 +1353.01 +1434.79 +1593.44 +1542.04 +1477.53 +1413.28 +1296.4 +999.212 +717.117 +492.05 +366.413 +393.994 +368.487 +557.296 +767.645 +983.981 +977.489 +1047.23 +1019.27 +1414.56 +1512.27 +1383.09 +1436.28 +1321.44 +1293.11 +1356.86 +1490.12 +1446.06 +1333.28 +1435.14 +1330.58 +899.401 +657.719 +489.333 +384.335 +411.748 +386.034 +585.654 +765.618 +942.673 +1187.77 +1324.9 +1436.09 +1635.15 +1785.91 +1650.54 +1610.29 +1502.9 +1459.68 +1600.51 +1643.87 +1575.82 +1454.3 +1452.09 +1356.86 +991.789 +683.013 +489.317 +384.276 +411.892 +404.797 +576.109 +777.844 +962.935 +1192.35 +1327.92 +1435.43 +1634.05 +1728.58 +1595.58 +1614.15 +1505.37 +1457.03 +1603.7 +1643.86 +1494.76 +1455.01 +1461 +1350.76 +992.018 +683.941 +501.003 +383.566 +412.601 +439.287 +609.156 +793.758 +941.43 +1190.71 +1327.01 +1435.65 +1634.15 +1729.67 +1653.58 +1613.75 +1504.12 +1458.06 +1603.07 +1644.4 +1497.54 +1453.7 +1452.44 +1350.8 +991.666 +683.681 +488.458 +392.64 +468.622 +414.78 +608.113 +821.276 +1011.58 +1193.03 +1332.75 +1443.44 +1637.53 +1733.61 +1657.19 +1616.85 +1507.41 +1461.22 +1606.35 +1646.56 +1501.92 +1455.42 +1454.3 +1351.84 +990.822 +685.279 +487.604 +383.914 +441.475 +385.433 +597.953 +771.728 +943.129 +1241.1 +1324.03 +1433.48 +1632.96 +1786.07 +1653.75 +1614.42 +1591.04 +1547.2 +1645.05 +1700.08 +1570.03 +1539.57 +1536.85 +1348.94 +988.082 +681.202 +517.545 +378.817 +424.921 +366.928 +577.139 +763.913 +972.68 +962.25 +1074.7 +1309.48 +1575.32 +1570.39 +1484.27 +1476.35 +1368.83 +1355.67 +1425.4 +1649.62 +1564.59 +1510.75 +1370.21 +1296.74 +971.191 +689.934 +491.962 +366.898 +393.508 +414.012 +537.838 +752.33 +984.143 +933.933 +1051.46 +1020.6 +1440.74 +1521.06 +1383.91 +1352.87 +1320.95 +1295.63 +1343.55 +1504.15 +1452.47 +1418.74 +1349.36 +1250.08 +904.466 +660.786 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_p.csv new file mode 100644 index 0000000..779d77d --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_p.csv @@ -0,0 +1,8760 @@ +29.2557 +17.4292 +20.6584 +17.3969 +29.0715 +51.7136 +61.1755 +95.9571 +97.6261 +106.297 +141.405 +151.202 +141.301 +134.784 +125.319 +125.577 +135.545 +150.374 +146.744 +140.44 +130.771 +127.362 +93.1593 +63.3282 +26.7352 +17.3971 +20.6588 +17.3973 +29.2264 +52.4748 +63.1953 +116.428 +118.013 +122.292 +141.237 +152.486 +144.238 +136.154 +128.497 +129.215 +141.48 +156.18 +154.228 +148.942 +139.794 +134.735 +94.5711 +65.0141 +26.7162 +17.406 +20.6584 +17.397 +29.2886 +52.5809 +63.3294 +116.424 +118.223 +122.452 +141.538 +152.697 +144.4 +136.217 +128.117 +130.375 +141.286 +156.433 +154.729 +148.999 +139.912 +134.857 +94.8316 +65.1201 +26.7348 +17.3971 +20.6587 +17.3973 +29.8329 +53.035 +63.8021 +116.924 +117.712 +122.516 +141.589 +152.638 +144.254 +136.026 +128 +128.698 +141.594 +156.479 +155.161 +148.992 +139.999 +134.893 +94.7976 +65.1116 +26.7372 +17.3973 +20.6586 +17.3972 +29.6374 +52.89 +63.5354 +116.64 +117.98 +122.03 +141.175 +152.507 +144.186 +135.968 +128.034 +128.305 +140.208 +156.347 +154.456 +148.995 +139.968 +134.962 +94.8651 +65.1934 +26.7379 +17.3972 +20.6587 +17.3971 +29.8332 +52.9745 +63.6307 +116.916 +117.661 +122.467 +141.538 +152.461 +144.171 +136.014 +128.088 +128.28 +142.164 +156.334 +154.71 +148.957 +139.992 +134.973 +94.3945 +64.9296 +27.7146 +17.3998 +20.6584 +17.397 +29.3015 +51.8888 +61.286 +95.7933 +99.9181 +123.615 +141.214 +152.629 +145.681 +137.777 +129.875 +130.33 +141.649 +156.36 +155.224 +148.731 +139.688 +134.934 +92.9189 +66.5774 +29.292 +17.3971 +20.6588 +17.3973 +29.667 +52.3328 +61.7714 +96.0965 +97.9372 +106.539 +141.299 +150.702 +141.303 +134.602 +125.41 +125.867 +135.712 +150.56 +147.068 +140.231 +130.889 +127.176 +93.3075 +63.5666 +26.7081 +17.3973 +20.6588 +17.3973 +29.8277 +53.0622 +63.7416 +116.771 +117.731 +122.475 +141.57 +152.582 +144.416 +136.053 +128.02 +128.996 +142.233 +156.442 +154.797 +149.016 +140.205 +135.598 +94.9333 +65.2691 +26.7326 +17.3969 +20.6585 +17.3972 +29.9475 +53.2358 +63.8482 +116.815 +117.411 +122.415 +141.174 +152.215 +144.029 +136.049 +127.923 +128.194 +141.135 +156.27 +155.026 +148.929 +140.173 +135.235 +94.405 +64.8378 +26.6833 +17.4255 +20.6584 +17.397 +28.8255 +50.6627 +61.7725 +116.32 +118.573 +122.77 +141.554 +149.425 +142.963 +134.32 +126.986 +126.406 +138.761 +154.423 +153.212 +147.254 +140.231 +135.321 +94.4502 +64.9528 +26.7261 +17.3988 +20.6584 +17.397 +29.8728 +52.9945 +63.6572 +116.796 +117.702 +122.54 +141.674 +153.042 +144.465 +136.334 +128.153 +128.78 +139.935 +156.465 +154.725 +149.001 +140.318 +135.427 +94.9242 +65.1527 +26.7066 +17.3972 +20.6587 +17.3973 +29.6826 +52.8761 +63.6724 +116.633 +117.986 +122.085 +141.149 +152.458 +144.087 +135.987 +128.034 +128.066 +140.776 +156.169 +154.797 +148.921 +140.295 +135.446 +94.455 +64.7656 +27.6986 +17.3972 +20.6587 +17.3973 +28.8387 +50.0121 +59.8581 +95.8266 +99.3006 +123.76 +141.255 +148.926 +145.74 +137.877 +129.826 +130.415 +141.592 +156.139 +154.389 +148.695 +139.89 +135.236 +92.8271 +66.1714 +29.3105 +17.3971 +20.6586 +17.3972 +28.8479 +51.5585 +61.0228 +95.8955 +97.0716 +106.134 +141.571 +150.584 +141.064 +134.696 +125.061 +125.265 +134.557 +150.183 +146.48 +140.106 +130.654 +127.166 +93.107 +63.3696 +26.7197 +17.4112 +20.6584 +17.397 +29.2054 +52.4572 +63.2128 +116.414 +117.037 +122.236 +140.989 +152.347 +144.092 +135.907 +127.875 +129.616 +140.408 +156.091 +151.359 +148.9 +140.396 +135.853 +94.3763 +64.8287 +26.7367 +17.3972 +20.6585 +17.3971 +28.5528 +50.6625 +61.7726 +116.278 +117.851 +121.936 +141.259 +149.177 +142.955 +134.824 +128.692 +129.46 +140.397 +154.427 +153.496 +148.898 +139.371 +135.864 +94.3623 +64.5655 +26.7413 +17.3971 +20.6587 +17.3972 +28.7781 +50.6627 +61.7726 +116.402 +117.953 +122.085 +141.204 +152.479 +140.915 +136.536 +128.629 +129.313 +140.46 +156.106 +155.44 +148.924 +140.501 +135.889 +94.378 +64.8384 +26.7148 +17.3971 +20.6588 +17.4178 +29.0684 +52.2909 +63.0329 +116.428 +117.875 +122.883 +141.171 +152.346 +140.743 +135.988 +128.005 +128.629 +141.091 +156.117 +154.53 +148.929 +140.475 +135.866 +94.3459 +64.9231 +26.6675 +17.4461 +20.6584 +17.3969 +29.2328 +52.4336 +63.1428 +116.462 +117.034 +122.255 +141.309 +152.365 +144.035 +136.008 +127.859 +128.371 +139.114 +156.302 +154.822 +148.953 +140.54 +135.92 +94.7042 +65.0005 +27.7013 +17.3971 +20.6587 +17.3973 +29.3953 +52.0453 +61.5316 +95.9152 +98.465 +123.345 +141.152 +152.474 +145.773 +137.738 +129.764 +129.833 +140.875 +156.265 +154.733 +148.991 +140.138 +135.907 +92.8709 +66.5277 +29.2853 +17.4089 +20.6584 +17.397 +29.1373 +51.8761 +61.2741 +95.9677 +97.2058 +106.207 +141.321 +150.878 +141.262 +134.701 +125.129 +125.505 +134.847 +150.361 +146.726 +140.305 +130.687 +127.527 +93.0757 +63.3253 +26.7268 +17.3972 +20.6585 +17.3971 +29.3944 +52.6279 +63.3959 +116.619 +117.329 +122.538 +141.564 +152.466 +144.406 +136.394 +128.533 +128.702 +141.242 +156.412 +155.79 +149.03 +140.741 +136.348 +95.0383 +65.2737 +26.7104 +17.3972 +20.6586 +17.3971 +30.1376 +53.4089 +64.0141 +116.885 +117.456 +122.606 +141.672 +152.446 +144.309 +136.024 +127.809 +128.694 +139.305 +156.423 +154.954 +148.963 +140.717 +135.965 +94.9656 +65.1684 +26.7286 +17.3973 +20.6586 +17.3972 +29.7077 +52.9514 +63.677 +116.813 +117.522 +122.751 +141.56 +152.385 +144.281 +135.989 +128.067 +128.486 +139.75 +156.415 +155.144 +149.002 +140.706 +135.96 +94.928 +65.1621 +26.729 +17.3971 +20.6584 +17.397 +29.7225 +53.0216 +63.6262 +116.636 +117.649 +122.585 +141.477 +152.406 +144.806 +136.176 +128.205 +128.658 +140.658 +156.409 +155.596 +148.973 +140.74 +135.928 +94.8582 +65.0773 +26.6526 +17.4502 +20.6584 +17.3969 +29.4294 +52.6779 +63.4017 +116.424 +117.427 +122.502 +141.011 +152.094 +144.103 +136.159 +127.887 +128.224 +139.265 +156.355 +155.585 +148.966 +140.74 +135.924 +94.9176 +65.058 +27.6877 +17.3971 +20.6587 +17.3973 +29.5942 +52.3135 +61.8208 +96.1058 +98.7052 +123.785 +141.302 +152.389 +146.014 +137.374 +129.794 +130.114 +141.091 +156.41 +154.947 +149.212 +140.398 +135.981 +93.4202 +66.7043 +29.2981 +17.3971 +20.6587 +17.3972 +29.7804 +52.4175 +61.8016 +96.161 +97.1351 +106.726 +141.793 +151.335 +141.19 +135.155 +124.922 +125.926 +135.244 +150.505 +146.927 +140.671 +130.887 +127.554 +93.2856 +63.6527 +26.7307 +17.397 +20.6585 +17.3971 +29.7932 +53.0725 +63.663 +116.819 +117.554 +122.659 +141.437 +152.528 +144.236 +136.04 +127.79 +128.505 +139.182 +156.47 +155.851 +149.035 +140.928 +136.362 +95.1945 +65.2293 +26.7291 +17.397 +20.6586 +17.3971 +29.8699 +53.1099 +63.7997 +116.848 +117.782 +122.775 +141.484 +152.667 +144.343 +135.988 +128.339 +128.553 +139.553 +156.474 +155.072 +149.048 +140.88 +135.976 +95.0677 +65.051 +26.6832 +17.3972 +20.6751 +17.434 +28.7905 +50.6626 +61.7724 +116.319 +118.367 +123.016 +141.195 +152.769 +141.324 +135.942 +127.853 +128.842 +141.048 +156.101 +154.758 +148.926 +140.816 +135.889 +94.651 +64.8957 +26.7154 +17.3971 +20.6588 +17.3973 +29.0742 +52.3409 +63.0673 +116.42 +117.056 +122.489 +140.943 +152.267 +144.068 +135.941 +127.786 +128.251 +139.244 +156.277 +155.053 +148.966 +140.863 +135.925 +94.9964 +65.0345 +26.7322 +17.397 +20.6587 +17.3972 +29.5691 +52.7493 +63.5174 +116.669 +117.635 +122.633 +141.264 +152.601 +144.049 +136.152 +128.087 +128.181 +140.491 +156.265 +155.189 +148.962 +140.853 +135.926 +95.0084 +65.0618 +27.7131 +17.3972 +20.6586 +17.3971 +29.5185 +52.2101 +61.6577 +95.9646 +98.4793 +124.061 +141.186 +152.28 +146.225 +137.492 +129.502 +129.561 +138.611 +156.517 +155.804 +149.256 +140.55 +135.995 +93.5052 +66.867 +29.2723 +17.4116 +20.6586 +17.397 +29.9248 +52.554 +61.9394 +96.3711 +96.9378 +106.611 +142.018 +151.479 +141.349 +134.545 +125.255 +125.436 +134.425 +150.731 +147.503 +140.998 +131.106 +127.824 +93.4363 +63.7866 +26.7379 +17.397 +20.6587 +17.397 +30.3142 +53.4869 +64.1082 +117.019 +118.503 +123.024 +141.639 +152.965 +144.415 +136.064 +128.298 +128.487 +138.778 +156.743 +155.953 +149.084 +141.04 +136.503 +95.4286 +65.457 +26.661 +17.4501 +20.6586 +17.3971 +30.2788 +53.5558 +64.1675 +106.027 +117.267 +122.746 +141.494 +152.684 +144.207 +135.964 +127.816 +128.37 +140.227 +156.411 +155.658 +148.993 +140.951 +135.949 +95.1429 +65.0901 +26.6987 +17.3972 +20.6588 +17.3974 +29.8126 +53.0431 +63.72 +105.793 +117.349 +122.676 +141.315 +152.384 +144.069 +135.984 +127.981 +128.111 +138.863 +145.444 +155.708 +149.001 +141.02 +136.32 +95.3484 +65.3163 +26.7106 +17.3973 +20.6586 +17.3973 +29.8862 +53.09 +63.6206 +105.627 +116.952 +122.641 +140.89 +152.378 +143.966 +135.935 +127.759 +127.835 +138.486 +145.351 +155.563 +148.974 +140.988 +135.931 +95.0981 +65.1055 +26.724 +17.4033 +20.6584 +17.397 +29.7017 +52.9539 +63.6444 +104.96 +116.982 +122.669 +141.179 +152.375 +144.05 +135.874 +127.794 +128.449 +138.841 +144.111 +155.74 +149.007 +141.038 +136.336 +95.2769 +65.2055 +27.7114 +17.3972 +20.6587 +17.3973 +29.7097 +52.3758 +61.8176 +85.0881 +98.3591 +124.123 +140.769 +152.286 +146.044 +137.448 +129.977 +129.486 +138.48 +144.497 +155.435 +148.923 +140.543 +135.852 +92.9822 +66.4462 +29.2463 +17.424 +20.6584 +17.397 +29.0106 +51.6957 +61.1242 +84.7671 +96.4678 +106.347 +141.782 +151.419 +141.295 +134.465 +125.206 +125.402 +134.172 +139.506 +147.778 +141.103 +131.039 +127.758 +93.3491 +63.6367 +26.7388 +17.397 +20.6587 +17.3971 +30.2936 +53.3148 +63.9628 +105.846 +117.766 +122.882 +141.251 +152.412 +144.231 +135.933 +127.826 +128.456 +139.562 +145.329 +155.031 +149.005 +140.964 +135.959 +95.205 +65.1532 +26.7333 +17.3971 +20.6587 +17.3972 +29.9241 +53.0961 +63.7489 +105.599 +117.045 +122.777 +141.164 +152.272 +144.057 +135.837 +127.908 +127.762 +138.2 +143.723 +154.805 +148.901 +140.913 +135.859 +94.7067 +64.5781 +26.7335 +17.3972 +20.6585 +17.3971 +28.725 +50.6626 +61.7726 +105.09 +116.902 +122.369 +141.108 +152.482 +143.956 +135.814 +127.829 +128.177 +138.64 +144.405 +154.877 +148.934 +140.907 +135.877 +94.7613 +64.9706 +26.7357 +17.3972 +20.6586 +17.3972 +29.3761 +52.6037 +63.3938 +105.246 +116.896 +122.649 +140.819 +152.343 +144.027 +135.863 +127.824 +128.227 +139.312 +144.545 +154.929 +148.961 +140.915 +135.917 +95.0372 +64.989 +26.7356 +17.3972 +20.6587 +17.3972 +29.1874 +52.3766 +63.0653 +105.244 +116.622 +122.424 +141.039 +152.025 +140.886 +135.841 +127.864 +128.042 +138.412 +144.084 +154.779 +148.928 +140.88 +135.885 +94.7434 +64.8934 +27.7149 +17.3972 +20.6587 +17.3972 +29.1108 +51.7652 +61.1943 +84.86 +98.4362 +123.813 +141.162 +152.181 +145.829 +137.423 +129.472 +129.62 +138.071 +143.854 +155.51 +148.936 +140.577 +135.898 +92.9892 +66.5741 +29.2462 +17.4277 +20.6584 +17.397 +29.2678 +51.8606 +61.2749 +84.4855 +96.4449 +106.036 +141.852 +151.315 +141.343 +134.608 +125.036 +125.502 +134.845 +139.21 +147.36 +140.687 +130.639 +127.271 +92.7932 +63.1584 +26.737 +17.3972 +20.6586 +17.3971 +29.3016 +52.3085 +63.0102 +105.137 +116.557 +122.419 +141.096 +152.431 +140.867 +135.925 +127.882 +127.849 +138.342 +144.962 +155.504 +148.972 +141.001 +135.954 +95.1979 +65.1852 +26.7288 +17.3971 +20.6587 +17.3973 +30.0332 +53.277 +63.996 +104.898 +117.171 +122.819 +141.446 +152.781 +144.183 +135.999 +128.187 +128.537 +138.491 +144.281 +155.766 +149.027 +141.039 +135.976 +95.2389 +65.1702 +26.7184 +17.3972 +20.6587 +17.3973 +29.6678 +52.9954 +63.6444 +105.183 +116.649 +122.379 +140.929 +148.912 +142.778 +134.221 +126.132 +126.435 +137.091 +140.528 +152.117 +145.594 +138.762 +134.202 +94.7057 +64.5834 +26.7356 +17.3972 +20.6585 +17.397 +28.7128 +50.6626 +61.7726 +104.946 +117.491 +122.325 +140.955 +152.334 +144.017 +135.922 +127.762 +128.049 +139.137 +144.635 +155.496 +148.95 +140.906 +135.916 +95.0634 +65.0396 +26.6945 +17.3972 +20.6588 +17.4504 +29.5747 +52.8055 +63.4555 +104.425 +116.918 +122.579 +140.986 +152.61 +144.057 +135.959 +127.764 +127.989 +138.006 +143.942 +155.617 +148.97 +140.931 +135.937 +95.0975 +65.1574 +27.6471 +17.4394 +20.6584 +17.397 +29.6308 +52.3351 +61.7434 +84.4889 +98.204 +124.031 +141.207 +152.554 +146.259 +137.475 +129.524 +129.582 +138.157 +144.033 +155.706 +149.146 +140.519 +135.959 +93.372 +66.7214 +29.2698 +17.413 +20.6584 +17.397 +29.6737 +52.323 +61.7287 +84.1301 +96.6905 +106.445 +141.888 +151.474 +141.254 +134.541 +124.822 +124.881 +133.939 +138.654 +147.14 +140.731 +130.803 +127.233 +93.0835 +63.3732 +26.7398 +17.3973 +20.6586 +17.3972 +29.2063 +52.4572 +63.256 +104.664 +116.536 +122.352 +140.697 +152.3 +144.102 +135.938 +127.827 +127.793 +138.373 +144.273 +155.169 +148.966 +140.87 +135.946 +95.0649 +65.1493 +26.7331 +17.3972 +20.6586 +17.3972 +29.6607 +52.9361 +63.6398 +104.627 +117.168 +122.241 +141.09 +152.393 +143.97 +135.993 +127.914 +128.207 +138.029 +142.934 +155.07 +148.934 +140.835 +135.909 +94.9813 +65.0399 +26.7274 +17.3971 +20.6587 +17.3972 +29.5265 +52.7453 +63.4945 +104.457 +116.768 +122.449 +140.968 +152.369 +143.993 +135.902 +127.845 +128.085 +137.928 +142.909 +154.905 +148.923 +140.802 +135.867 +94.6477 +64.8592 +26.7063 +17.3971 +20.6588 +17.3973 +29.271 +52.4165 +63.1015 +104.243 +116.414 +122.244 +140.862 +152.263 +142.271 +134.19 +127.849 +128.08 +137.925 +142.731 +155.428 +148.91 +140.867 +135.879 +94.636 +64.8979 +26.6874 +17.3972 +20.6589 +17.4501 +29.0124 +52.2673 +63.0897 +104.492 +116.534 +122.398 +140.9 +152.324 +144.076 +135.98 +127.866 +127.808 +138.262 +143.691 +155.6 +148.991 +140.883 +135.957 +95.0603 +65.2553 +27.6866 +17.4115 +20.6584 +17.397 +29.7393 +52.3407 +61.7572 +84.4259 +98.2301 +123.852 +141.128 +152.237 +145.916 +137.279 +129.571 +129.385 +138.511 +144.391 +154.994 +149.104 +140.368 +135.937 +93.0149 +66.6173 +29.3039 +17.3973 +20.6586 +17.3972 +29.5962 +52.315 +61.7524 +84.2868 +96.7589 +106.447 +141.681 +151.208 +141.178 +134.557 +125.033 +125.094 +133.758 +138.032 +147.566 +140.868 +130.964 +127.482 +93.3347 +63.6266 +26.73 +17.3971 +20.6587 +17.3972 +29.8173 +53.0262 +63.6946 +104.523 +116.985 +122.547 +141.502 +152.374 +144.21 +136.006 +128.047 +128.215 +138.462 +142.896 +155.736 +149.006 +140.784 +136.332 +95.1106 +65.2672 +26.7016 +17.3973 +20.6588 +17.3973 +29.8877 +53.1033 +63.7732 +104.525 +116.896 +122.53 +141.315 +152.205 +144.047 +135.921 +127.849 +127.957 +138.247 +142.671 +155.271 +148.977 +140.746 +135.946 +94.9505 +65.2187 +26.6787 +17.4297 +20.6584 +17.3972 +29.6552 +52.8564 +63.5806 +104.296 +116.396 +122.218 +141.004 +152.005 +142.906 +134.822 +125.813 +128.419 +137.817 +142.36 +154.933 +148.908 +140.675 +135.876 +94.4712 +64.8773 +26.7286 +17.3971 +20.6585 +17.397 +28.7174 +50.6628 +61.7725 +104.958 +116.499 +122.159 +140.932 +148.755 +142.552 +134.471 +127.976 +128.391 +138.085 +142.416 +152.498 +147.244 +138.988 +135.826 +94.5291 +64.6042 +26.7205 +17.4014 +20.6584 +17.397 +28.6495 +50.6627 +61.7725 +104.926 +116.72 +122.193 +140.904 +148.636 +142.29 +134.245 +126.098 +128.201 +138.34 +140.762 +152.942 +146.694 +139.005 +135.856 +94.4361 +64.5613 +27.7065 +17.3969 +20.6585 +17.397 +28.3305 +50.012 +59.8133 +84.3027 +98.0918 +123.302 +140.834 +149.008 +143.459 +135.765 +129.6 +130.008 +138.447 +144.124 +153.168 +146.694 +138.498 +135.853 +92.8106 +66.1678 +17.3971 +20.6586 +17.3971 +28.0285 +50.5729 +59.9687 +93.7335 +94.2141 +106.142 +139.655 +149.032 +138.983 +131.17 +121.443 +121.848 +130.042 +133.647 +130.897 +137.08 +127.3 +125.336 +92.7718 +62.9359 +26.7042 +17.3972 +20.6587 +17.3973 +27.7137 +50.6627 +61.8258 +116.234 +117.221 +122.015 +141.123 +150.526 +142.309 +132.584 +126.062 +126.126 +136.433 +139.079 +137.766 +145.594 +137.228 +132.548 +92.126 +64.5589 +26.7082 +17.4106 +20.6584 +17.397 +27.35 +50.6627 +61.7725 +114.588 +113.405 +119.141 +140.569 +181.785 +191.158 +187.924 +172.465 +164.823 +169.34 +173.778 +170.054 +166.627 +151.766 +134.553 +91.0192 +64.5242 +26.7347 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +61.7726 +112.947 +113.746 +120.943 +157.93 +187.252 +193.364 +185.159 +173.81 +167.758 +177.654 +186.386 +184.181 +177.063 +166.959 +143.329 +91.0213 +61.2158 +26.7388 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +61.7727 +113.78 +115.217 +118.863 +138.462 +149.136 +141.1 +132.561 +133.444 +132.047 +134.198 +138.566 +137.699 +145.724 +137.162 +132.386 +91.0309 +64.5412 +26.7417 +17.3969 +20.6584 +17.397 +27.1913 +50.6627 +61.7725 +105.242 +115.757 +120.383 +138.923 +148.95 +140.883 +132.74 +124.443 +127.245 +137.515 +137.767 +138.034 +147.246 +138.752 +135.859 +94.3782 +64.5785 +27.7186 +17.3972 +20.6585 +17.397 +28.6182 +50.012 +59.8134 +84.8266 +98.3582 +123.712 +141.181 +152.254 +145.484 +137.513 +129.489 +129.53 +137.729 +140.865 +140.029 +148.911 +139.896 +135.274 +92.8077 +66.2559 +29.2446 +17.4373 +20.6584 +17.397 +28.776 +51.4622 +60.9229 +84.9003 +96.7911 +106.313 +141.532 +150.955 +141.363 +134.697 +124.996 +125.022 +133.491 +136.994 +134.174 +140.272 +130.754 +127.172 +93.1539 +63.3705 +26.7381 +17.3971 +20.6586 +17.3971 +29.2861 +52.555 +63.2336 +105.416 +116.863 +122.165 +140.908 +152.257 +144.021 +135.916 +127.747 +127.84 +137.641 +141.22 +140.773 +148.912 +140.261 +135.427 +94.4271 +64.9641 +26.6501 +17.4471 +20.6584 +17.3969 +29.2473 +52.4787 +63.1967 +105.439 +116.937 +122.037 +141.188 +152.315 +142.15 +135.883 +127.741 +128.087 +137.583 +141.002 +140.267 +148.902 +140.213 +135.275 +94.442 +64.8098 +26.7264 +17.3971 +20.6586 +17.3971 +28.5006 +50.6626 +61.7726 +105.123 +116.501 +120.27 +138.928 +149.004 +142.124 +135.244 +124.429 +124.653 +134.215 +138.055 +138.205 +145.594 +136.966 +132.997 +94.3423 +64.6149 +26.7022 +17.4126 +20.6584 +17.3969 +28.2317 +50.6627 +61.7725 +105.105 +116.987 +122.091 +140.941 +152.387 +143.971 +135.894 +127.84 +127.89 +137.648 +140.99 +140.941 +148.93 +140.186 +135.199 +94.7467 +64.9627 +26.7145 +17.3971 +20.6587 +17.3973 +29.3028 +52.4834 +63.2052 +104.937 +116.711 +122.189 +141.206 +152.377 +144.009 +135.895 +127.747 +127.913 +137.604 +140.778 +140.03 +148.964 +140.122 +135.142 +94.7382 +65.0312 +27.6552 +17.4425 +20.6661 +17.3969 +29.3375 +51.9603 +61.4157 +84.2463 +98.3088 +123.298 +141.121 +152.619 +145.574 +137.55 +129.497 +129.54 +137.807 +141.056 +141.365 +148.913 +139.69 +134.887 +92.8266 +66.3774 +29.3099 +17.3971 +20.6584 +17.397 +28.9094 +51.6105 +61.0418 +84.1001 +96.8154 +106.173 +141.027 +150.45 +141.116 +134.588 +124.979 +124.779 +133.357 +136.54 +133.334 +139.985 +130.832 +127.545 +93.2399 +63.5219 +26.7305 +17.3971 +20.6584 +17.397 +29.3897 +52.5693 +63.3603 +104.464 +116.849 +122.174 +140.918 +152.337 +144.037 +135.887 +127.998 +127.776 +137.596 +141.025 +140.513 +148.931 +139.985 +134.969 +94.6534 +64.9593 +26.7328 +17.3971 +20.6588 +17.3973 +29.3189 +52.5301 +63.1517 +104.713 +116.619 +122 +140.919 +152.232 +140.723 +133.65 +126.104 +127.778 +137.929 +140.785 +139.846 +135.759 +139.946 +134.885 +94.3634 +64.8862 +26.7404 +17.3972 +20.6587 +17.3973 +28.859 +52.0434 +62.9139 +104.29 +116.601 +121.845 +140.895 +150.653 +140.717 +132.582 +125.241 +126.148 +137.691 +139.812 +139.189 +137.893 +139.873 +134.811 +94.2842 +64.6001 +26.7121 +17.4144 +20.6584 +17.397 +28.3605 +50.6627 +61.7725 +105.306 +117.233 +122.05 +141.119 +149.309 +142.477 +134.384 +126.267 +127.769 +137.959 +139.947 +139.701 +134.59 +138.212 +133.039 +94.2638 +64.6252 +26.7362 +17.3969 +20.6584 +17.397 +28.1605 +50.6627 +61.7725 +105.261 +117.066 +121.745 +140.876 +150.879 +142.304 +132.593 +125.562 +126.11 +136.446 +139.371 +139.518 +135.755 +136.518 +133.022 +94.2695 +64.6122 +27.6683 +17.4232 +20.6584 +17.397 +28.4076 +51.0927 +60.6915 +83.9806 +97.7954 +123.483 +141.242 +150.461 +143.082 +134.643 +127.453 +127.781 +137.97 +140.899 +138.941 +134.657 +137.791 +134.092 +92.8022 +66.1434 +29.3111 +17.397 +20.6585 +17.3971 +28.166 +50.6763 +60.1028 +83.1746 +93.0515 +106.326 +140.914 +150.706 +141.022 +134.506 +124.861 +125.015 +133.188 +136.701 +133.366 +128.881 +130.605 +127.352 +92.8342 +63.2374 +26.7097 +17.4155 +20.6584 +17.397 +28.6594 +51.9173 +62.6831 +104.143 +116.29 +121.829 +141.512 +150.543 +141.939 +132.684 +125.654 +125.226 +135.062 +139.209 +139.012 +135.595 +138.07 +134.454 +94.3859 +64.5577 +26.7343 +17.3971 +20.6586 +17.3971 +27.9554 +50.6626 +61.7727 +104.662 +115.935 +121.816 +141.066 +148.764 +141.956 +134.44 +128.059 +127.995 +137.919 +141.401 +140.101 +137.422 +139.601 +135.874 +94.3869 +64.8418 +26.7326 +17.3971 +20.6586 +17.3972 +28.8235 +52.0881 +62.8684 +104.124 +116.081 +121.812 +141.009 +150.589 +142.152 +134.233 +126.132 +127.976 +137.556 +138.745 +137.191 +135.275 +139.661 +135.345 +94.4265 +64.8468 +26.7208 +17.4059 +20.6584 +17.397 +28.6375 +51.8007 +62.5612 +104.13 +115.832 +121.823 +141.029 +151.114 +140.922 +132.952 +124.905 +124.512 +134.348 +137.507 +136.694 +133.945 +137.182 +133.548 +94.3884 +64.5865 +26.672 +17.4448 +20.6584 +17.3969 +28.0856 +50.6627 +61.7725 +102.701 +112.373 +118.612 +137.565 +153.136 +155.245 +147.748 +134.186 +124.911 +135.127 +139.667 +142.867 +138.661 +143.358 +131.653 +91.0521 +61.2796 +27.658 +17.4335 +20.6584 +17.3969 +27.1815 +50.0119 +59.8133 +81.4336 +94.7226 +120.079 +137.698 +160.508 +155.251 +155.573 +142.373 +134.901 +137.728 +137.632 +144.824 +142.934 +139.009 +131.147 +89.4768 +62.8636 +29.2676 +17.4223 +20.6584 +17.3969 +27.1815 +50.7454 +61.3373 +80.3333 +93.0085 +102.659 +137.957 +147.736 +137.847 +131.506 +121.512 +121.516 +129.821 +132.972 +130.114 +125.403 +127.987 +125.06 +92.8215 +62.968 +26.7341 +17.3971 +20.6587 +17.3972 +28.1285 +50.6627 +61.7727 +105.006 +115.542 +121.784 +140.906 +150.607 +142.471 +132.765 +127.954 +127.965 +137.923 +141.337 +140.176 +137.899 +139.674 +134.67 +94.3721 +64.62 +26.7258 +17.4019 +20.6584 +17.397 +28.6609 +50.6627 +61.7725 +104.206 +115.451 +121.846 +140.915 +148.816 +142.861 +134.25 +126.1 +126.139 +134.224 +140.196 +138.243 +136.439 +138.565 +134.574 +94.3591 +64.6114 +26.727 +17.4013 +20.6584 +17.397 +28.1567 +50.6627 +61.7725 +104.817 +116.039 +120.692 +138.731 +148.936 +140.884 +132.69 +124.685 +125.685 +134.699 +139.883 +137.989 +136.194 +139.666 +134.457 +94.3856 +64.5778 +26.7224 +17.3972 +20.6587 +17.3973 +28.5738 +50.6789 +61.8093 +103.823 +115.212 +121.789 +140.917 +152.091 +142.361 +133.209 +126.699 +127.747 +137.682 +138.522 +136.955 +134.745 +139.744 +134.473 +94.431 +64.8718 +26.693 +17.4235 +20.6584 +17.397 +28.5662 +50.6627 +61.7725 +104.934 +115.771 +122.054 +140.912 +152.526 +142.339 +134.417 +127.768 +127.952 +137.952 +139.509 +136.782 +133.945 +136.357 +131.263 +94.4282 +64.5982 +27.7153 +17.3971 +20.6586 +17.3971 +28.4869 +50.012 +59.8135 +84.0624 +97.7632 +123.609 +141.13 +152.181 +145.882 +137.591 +129.468 +129.541 +138.157 +141.653 +137.288 +136.496 +139.753 +134.594 +92.8273 +66.239 +29.2635 +17.4323 +20.6584 +17.397 +29.1867 +51.7137 +61.1729 +83.8012 +96.4975 +106.355 +141.464 +151.064 +141.188 +134.532 +125.002 +124.787 +133.29 +136.383 +133.513 +128.324 +130.759 +127.458 +93.2393 +63.3783 +26.7136 +17.3971 +20.6587 +17.3973 +29.1662 +52.3528 +63.2179 +103.851 +115.257 +121.983 +140.895 +152.281 +144.151 +134.249 +127.781 +127.807 +137.572 +140.756 +138.015 +136.9 +139.626 +134.957 +94.4231 +64.5649 +26.6972 +17.3973 +20.6589 +17.4504 +28.4694 +50.6626 +61.7724 +103.923 +115.353 +121.818 +141.075 +150.558 +142.392 +132.654 +125.549 +124.476 +134.44 +137.411 +136.155 +133.322 +138.006 +135.028 +94.4188 +64.5404 +26.7139 +17.3973 +20.6588 +17.3974 +28.3704 +50.6625 +61.7723 +103.764 +115.319 +121.824 +139.078 +149.139 +140.898 +132.632 +124.659 +124.565 +134.903 +139.893 +136.397 +132.497 +136.425 +131.441 +92.7622 +64.5622 +26.7361 +17.3969 +20.6584 +17.397 +27.2601 +50.6627 +61.7725 +103.77 +112.857 +118.523 +137.619 +148.97 +146.129 +132.612 +124.421 +124.492 +134.298 +137.727 +136.228 +133.136 +136.425 +132.545 +94.4253 +64.5849 +26.7349 +17.397 +20.6586 +17.3971 +28.1555 +50.6626 +50.7686 +103.814 +115.343 +120.094 +138.725 +148.922 +140.894 +133.061 +124.457 +124.474 +134.265 +137.495 +136.387 +132.574 +137.187 +133.21 +94.4142 +64.5468 +27.7056 +17.3972 +20.6587 +17.3973 +28.1789 +50.0121 +48.8345 +83.6525 +97.7489 +121.797 +139.549 +149.294 +142.912 +134.471 +126.176 +126.207 +134.608 +137.442 +136.107 +131.18 +136.43 +132.655 +92.802 +66.1918 +29.2973 +17.4071 +20.6584 +17.397 +28.0551 +50.6361 +49.0524 +81.9302 +92.9169 +104.741 +137.931 +147.469 +137.829 +131.801 +121.505 +121.525 +130.029 +133.158 +131.903 +125.423 +128.149 +125.676 +92.8352 +63.0404 +26.7325 +17.397 +20.6585 +17.3971 +28.3204 +51.4112 +51.4278 +103.79 +115.433 +122.051 +140.886 +150.319 +141.003 +132.768 +125.022 +124.453 +134.271 +137.442 +136.504 +133.162 +138.08 +133.154 +94.4413 +64.5947 +26.733 +17.3969 +20.6584 +17.397 +27.8771 +50.6627 +50.7685 +104.536 +115.64 +122.041 +141.123 +150.474 +142.484 +133.702 +125.622 +125.802 +136.232 +138.287 +137.984 +135.148 +138.598 +134.837 +94.4583 +64.5531 +26.7203 +17.3972 +20.6587 +17.3973 +28.2969 +50.6627 +50.8195 +103.79 +114.189 +120.171 +138.972 +149.252 +140.737 +132.815 +124.496 +124.486 +134.233 +137.732 +137.067 +133.621 +136.364 +132.657 +94.4113 +64.557 +26.7345 +17.3971 +20.6587 +17.3972 +27.9629 +50.6627 +50.7687 +104.051 +113.088 +118.504 +137.675 +149.226 +141.038 +132.721 +124.465 +124.469 +134.236 +138.118 +137.922 +133.62 +137.19 +132.827 +94.4132 +64.5771 +26.7334 +17.3971 +20.6586 +17.3972 +27.7061 +50.6626 +50.7686 +104.588 +112.046 +120.154 +138.918 +150.794 +140.84 +132.765 +125.431 +126.304 +136.598 +139.748 +138.728 +134.786 +138.01 +132.883 +94.4242 +64.5581 +27.7089 +17.3972 +20.6587 +17.3972 +27.9787 +50.012 +48.8095 +83.9963 +97.8581 +121.848 +138.95 +149.012 +142.682 +134.584 +126.156 +127.281 +136.013 +140.905 +136.62 +133.031 +137.53 +131.729 +91.1366 +66.1414 +29.3114 +17.397 +20.6585 +17.397 +27.5496 +50.1051 +49.1324 +80.6288 +92.874 +106.061 +141.174 +148.507 +138.118 +131.939 +121.806 +121.787 +130.091 +133.396 +129.906 +124.791 +128.486 +125.683 +92.8145 +63.0078 +26.7376 +17.397 +20.6585 +17.3971 +28.0396 +51.1275 +50.0987 +103.803 +115.7 +120.172 +139.933 +149.249 +140.951 +132.767 +124.514 +124.674 +134.407 +137.433 +135.948 +131.77 +136.429 +132.719 +94.4152 +64.6039 +26.7342 +17.3995 +20.6584 +17.397 +27.8335 +50.6627 +50.7684 +104.422 +112.159 +118.807 +137.87 +149.239 +145.156 +134.524 +124.673 +124.607 +134.451 +138.057 +137.068 +133.621 +136.438 +131.673 +91.1159 +64.6822 +26.7377 +17.3971 +20.6584 +17.397 +27.928 +50.6627 +50.047 +103.778 +113.48 +120.179 +139.993 +149.084 +140.747 +134.335 +124.749 +124.463 +134.253 +137.515 +136.006 +131.77 +136.437 +132.714 +94.4153 +64.551 +26.726 +17.3972 +20.6587 +17.3973 +27.9375 +50.6627 +49.8827 +103.543 +114.072 +118.693 +137.585 +148.811 +141.115 +134.591 +124.505 +124.438 +134.279 +137.407 +136.819 +133.46 +136.431 +131.559 +91.1079 +64.5744 +26.732 +17.3969 +20.6584 +17.397 +27.2629 +50.6627 +50.7685 +103.872 +112.066 +118.495 +137.624 +148.989 +148.732 +141.836 +124.495 +124.43 +134.296 +137.669 +136.061 +132.898 +136.428 +132.773 +94.4083 +64.5719 +27.7101 +17.3971 +20.6586 +17.3971 +27.5079 +50.012 +48.0792 +82.7372 +96.2475 +121.617 +137.707 +149.125 +142.426 +134.546 +126.164 +126.231 +134.393 +137.457 +136.117 +130.838 +137.258 +133.267 +92.8088 +66.2374 +29.2428 +17.4368 +20.6584 +17.397 +28.0526 +50.6329 +48.1349 +81.7964 +92.8739 +104.322 +138.734 +147.846 +137.989 +131.464 +122.175 +121.513 +129.832 +133.397 +129.848 +124.194 +127.333 +125.15 +92.8443 +62.9573 +26.7239 +17.3973 +20.6588 +17.3973 +28.094 +50.6912 +49.724 +103.742 +115.529 +120.986 +139.329 +148.911 +140.844 +133.152 +124.498 +124.45 +134.268 +137.655 +136.314 +132.738 +136.457 +132.476 +92.767 +64.5587 +26.7383 +17.397 +20.6585 +17.3971 +27.3829 +50.6626 +50.1205 +103.852 +112.978 +118.678 +137.752 +150.668 +149.706 +140.644 +127.85 +126.814 +136.869 +141.523 +143.409 +139.901 +142.032 +131.617 +92.508 +62.8617 +26.7128 +17.3973 +20.6588 +17.4285 +27.2034 +50.6626 +50.4817 +102.385 +112.365 +120.192 +150.362 +184.061 +186.893 +189.583 +176.413 +171.984 +180.022 +183.211 +144.42 +140.413 +138.062 +131.651 +91.1037 +61.2269 +26.7145 +17.3973 +20.6588 +17.3973 +27.218 +50.6794 +50.7683 +102.597 +113.299 +120.229 +139.478 +149.212 +141.308 +132.933 +124.911 +126.487 +137.067 +139.41 +137.278 +134.269 +137.094 +132.828 +94.3456 +64.6299 +26.7257 +17.4023 +20.6584 +17.397 +27.7715 +50.6627 +50.7684 +105.386 +112.37 +120.228 +139.973 +149.206 +141.017 +132.758 +125.691 +125.365 +134.209 +137.494 +136.118 +131.77 +136.433 +132.829 +92.7669 +64.5358 +27.6957 +17.3972 +20.6588 +17.3973 +27.6628 +50.0651 +47.9466 +80.9723 +94.3854 +120.031 +137.729 +158.363 +161.674 +160.485 +149.558 +154.142 +164.95 +161.293 +165.024 +156.496 +149.565 +137.145 +91.6993 +62.8099 +29.3047 +17.3971 +20.6586 +17.3972 +27.1817 +52.3102 +52.6129 +80.4415 +92.9698 +102.658 +141.021 +161.502 +171.583 +176.587 +168.473 +168.695 +176.317 +133.421 +150.522 +123.712 +127.356 +124.069 +90.5989 +62.9856 +26.7355 +17.3969 +20.6584 +17.397 +27.1815 +50.6627 +49.7995 +101.35 +112.153 +118.487 +137.625 +149.045 +150.636 +140.876 +124.473 +124.693 +135.165 +140.36 +142.123 +131.77 +136.435 +131.728 +91.114 +64.5067 +26.7332 +17.3972 +20.6587 +17.3973 +27.2743 +50.6627 +50.1734 +101.253 +112.137 +118.412 +137.706 +154.553 +156.858 +154.638 +145.359 +149.424 +155.417 +160.925 +159.511 +151.595 +151.256 +136.483 +91.1305 +61.2321 +26.6963 +17.3973 +20.6589 +17.4504 +27.1813 +50.6626 +50.4818 +101.049 +115.513 +126.102 +142.827 +149.223 +152.158 +144.274 +125.304 +124.914 +134.803 +138.352 +136.383 +136.184 +136.493 +131.618 +91.117 +62.8726 +26.7279 +17.3972 +20.6587 +17.3973 +27.2948 +50.6627 +50.5349 +103.82 +113.771 +120.137 +138.925 +149.114 +140.923 +132.691 +124.601 +124.546 +134.293 +137.672 +136.342 +132.976 +136.434 +132.83 +94.422 +64.5886 +26.7354 +17.397 +20.6586 +17.3971 +27.7009 +50.6626 +50.482 +103.783 +113.807 +118.515 +137.688 +149.124 +141.21 +132.819 +124.421 +124.521 +134.219 +137.424 +136.481 +133.136 +136.431 +131.73 +92.2156 +64.5857 +27.7159 +17.3974 +20.6584 +17.397 +27.6085 +50.012 +48.0016 +81.7441 +95.0789 +120.057 +137.706 +149.013 +144.871 +138.854 +133.737 +133.721 +146.538 +141.315 +141.887 +139.249 +141.003 +139.862 +91.4133 +62.8799 +29.258 +17.4287 +20.6584 +17.3969 +27.1815 +52.8175 +49.6534 +80.1461 +92.8738 +102.567 +137.794 +147.537 +144.521 +137.807 +128.223 +126.815 +135.693 +136.711 +132.345 +124.307 +116.318 +124.099 +89.4872 +61.3035 +26.7384 +17.397 +20.6586 +17.3971 +27.2184 +50.6626 +49.4759 +103.566 +112.156 +118.442 +137.669 +149.001 +143.373 +135.723 +124.416 +124.528 +135.39 +144.084 +143.573 +134.665 +125.426 +131.728 +91.1207 +64.5518 +26.7342 +17.397 +20.6585 +17.3971 +27.5338 +50.6625 +49.5473 +101.287 +112.157 +122.961 +146.233 +170.961 +170.655 +164.663 +155.9 +153.167 +164.219 +169.861 +172.068 +163.718 +151.817 +148.882 +98.8186 +71.9505 +26.7341 +17.3969 +20.6584 +17.397 +27.1815 +50.6627 +50.1937 +100.571 +112.527 +118.73 +137.9 +149.421 +141.008 +132.79 +124.616 +124.873 +134.519 +138.211 +137.15 +132.651 +125.49 +131.621 +92.2167 +64.5676 +26.737 +17.3969 +20.6585 +17.397 +27.2384 +50.6627 +50.3379 +103.95 +112.982 +118.975 +137.742 +156.026 +154.705 +149.755 +132.007 +124.667 +134.397 +138.072 +137.055 +133.102 +125.443 +131.717 +91.1149 +62.8626 +26.7257 +17.3973 +20.6588 +17.3973 +27.2065 +50.6909 +50.1202 +102.095 +112.322 +118.416 +140.502 +162.645 +164.917 +155.609 +149.131 +144.706 +156.601 +161.744 +162.691 +149.428 +135.764 +131.673 +91.114 +62.0885 +27.712 +17.3969 +20.6585 +17.397 +27.1815 +50.012 +47.8933 +81.7973 +94.4369 +121.128 +139.699 +165.618 +161.77 +158.189 +146.975 +146.558 +156.455 +155.218 +152.88 +145.579 +130.779 +131.674 +89.5722 +62.7968 +29.3151 +17.3971 +20.6586 +17.3972 +27.1817 +51.8687 +51.962 +80.3865 +93.0615 +102.701 +137.954 +147.668 +138.045 +131.33 +121.698 +121.607 +130.029 +133.483 +130.69 +124.365 +116.32 +124.1 +89.5696 +59.6209 +26.7133 +17.3973 +20.6588 +17.4077 +27.2244 +50.6626 +49.476 +102.789 +119.597 +118.404 +138.6 +162.395 +158.312 +142.665 +124.441 +124.509 +134.422 +138.124 +137.068 +132.574 +125.494 +131.675 +91.1103 +62.8829 +26.7399 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +50.4821 +102.383 +112.365 +119.172 +137.824 +160.318 +157.88 +146.254 +129.892 +124.85 +138.785 +145.977 +148.166 +135.663 +125.428 +131.785 +91.1152 +62.8689 +26.7168 +17.3973 +20.6588 +17.3973 +27.1818 +50.7156 +49.476 +100.232 +112.615 +119.884 +140.181 +167.05 +168.572 +162.897 +150.641 +146.253 +162.171 +166.068 +170.77 +154.406 +140.582 +137.504 +91.1201 +61.225 +26.7319 +17.3971 +20.6587 +17.3972 +27.1817 +50.6627 +50.3381 +100.274 +112.433 +118.983 +141.017 +168.777 +176.412 +174.339 +163.837 +167.645 +181.517 +192.017 +196.318 +182.089 +167.886 +164.481 +109.447 +62.8958 +26.7327 +17.3972 +20.6588 +17.3973 +28.6068 +50.7134 +49.4759 +122.342 +144.221 +166.778 +184.924 +205.531 +204.81 +195.57 +177.616 +171.003 +172.403 +169.707 +174.671 +155.647 +142.368 +134.145 +91.1176 +61.2124 +27.718 +17.3972 +20.6587 +17.3973 +27.1818 +50.0121 +47.7848 +81.8477 +94.4369 +120.047 +137.852 +149.044 +148.59 +142.9 +131.129 +135.324 +146.763 +145.658 +146.271 +143.386 +125.628 +131.785 +89.4965 +63.9546 +29.3043 +17.4048 +20.6584 +17.397 +27.1815 +51.6987 +49.0067 +80.0911 +92.8739 +102.567 +137.861 +147.499 +141.264 +138.957 +127.611 +132.051 +141.035 +144.071 +139.389 +131.152 +123.706 +124.094 +89.4957 +59.6583 +26.7332 +17.397 +20.6586 +17.3971 +27.1816 +50.6626 +50.1205 +100.297 +112.21 +118.866 +138.055 +149.301 +145.955 +140.539 +128.789 +124.439 +138.601 +145.007 +147.233 +136.738 +124.288 +131.673 +91.1239 +62.8769 +26.7396 +17.3971 +20.6586 +17.3972 +27.531 +50.6627 +49.476 +103.502 +112.213 +118.498 +137.584 +162.084 +167.925 +157.673 +149.76 +146.39 +163.761 +173.865 +174.982 +162.179 +146.402 +138.913 +91.1154 +61.2822 +26.7336 +17.3981 +20.6584 +17.397 +27.1815 +50.6627 +50.3378 +100.318 +113.146 +121.33 +145.037 +175.312 +177.871 +150.715 +132.904 +129.692 +143.582 +152.008 +152.943 +157.949 +149.268 +141.098 +91.1131 +61.2868 +26.7281 +17.4007 +20.6584 +17.397 +27.1815 +50.6627 +49.6226 +100.344 +122.686 +124.092 +146.273 +172.069 +174.493 +168.087 +147.045 +127.66 +148.851 +152.407 +161.368 +149.202 +133.975 +131.674 +91.1344 +64.5757 +26.7086 +17.4161 +20.6584 +17.3969 +27.1815 +50.6627 +50.3378 +101.383 +112.157 +118.416 +137.674 +155.222 +156.838 +149.167 +128.03 +124.474 +134.256 +143.724 +145.174 +138.77 +128.32 +131.69 +91.1144 +62.9319 +27.7071 +17.4018 +20.6584 +17.397 +27.2554 +50.012 +47.8398 +83.3918 +94.4368 +120.056 +137.771 +156.701 +155.102 +156.052 +145.77 +147.947 +155.658 +159.223 +169.371 +164.456 +146.436 +145.573 +92.1914 +62.8497 +29.3133 +17.3976 +20.6584 +17.397 +27.1815 +52.3022 +52.2097 +80.0653 +92.8739 +129.901 +178.926 +195.004 +189.533 +184.861 +170.821 +170.018 +180.207 +186.197 +185.04 +171.838 +151.589 +147.811 +95.4657 +59.6185 +26.7263 +17.3972 +20.6587 +17.3973 +27.8216 +50.6627 +49.745 +138.104 +158.884 +172.234 +192.64 +215.957 +216.53 +205.676 +192.051 +185.004 +194.407 +193.904 +196.648 +182.464 +170.938 +159.232 +91.114 +61.2255 +26.7102 +17.3973 +20.6588 +17.4176 +27.2144 +50.6626 +50.4817 +102.76 +113.477 +120.063 +138.748 +149.549 +140.817 +132.813 +124.442 +125.804 +134.213 +137.661 +136.077 +130.801 +123.961 +132.776 +94.4853 +64.5375 +26.709 +17.3973 +20.6588 +17.3974 +27.9488 +50.6625 +49.5472 +103.576 +113.035 +119.673 +137.66 +149.094 +140.885 +132.606 +124.441 +124.497 +134.658 +144.152 +148.323 +135.163 +123.805 +131.729 +91.1178 +64.5237 +26.7217 +17.3973 +20.6588 +17.3973 +27.4517 +50.7156 +49.3319 +101.81 +112.158 +118.593 +137.577 +154.69 +155.668 +145.702 +133.552 +126.766 +142.246 +145.387 +146.953 +140.209 +129.058 +131.726 +91.1176 +62.9074 +26.7349 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +49.4761 +101.802 +112.158 +121.142 +141.76 +167.954 +174.988 +164.747 +162.32 +162.786 +176.597 +178.9 +185.202 +176.774 +162.899 +153.626 +98.4478 +62.619 +27.7173 +17.3972 +20.6587 +17.3972 +28.12 +50.012 +48.1084 +103.645 +126.337 +172.782 +191.74 +211.932 +210.278 +199.032 +184.732 +182.993 +199.363 +205.934 +211.552 +203.326 +184.363 +188.911 +138.149 +97.4578 +29.2715 +17.4198 +20.6584 +17.3969 +30.7002 +61.7543 +65.5993 +80.1461 +92.8739 +163.88 +195.574 +209.408 +203.579 +195.279 +178.311 +176.333 +171.147 +181.256 +179.066 +162.049 +154.27 +140.823 +89.8796 +59.6574 +26.7371 +17.397 +20.6585 +17.3971 +27.2524 +50.6626 +50.482 +100.582 +112.796 +120.244 +138.495 +174.124 +192.334 +184.93 +166.822 +164.598 +174.257 +181.068 +182.961 +170.151 +152.757 +144.58 +93.4064 +61.276 +26.7352 +17.3976 +20.6584 +17.397 +27.1815 +50.6627 +49.332 +100.175 +120.729 +145.284 +172.953 +201.56 +203.096 +194.515 +177.671 +173.096 +187.876 +195.351 +198.666 +189.4 +173.429 +165.643 +107.825 +61.2228 +26.7249 +17.3972 +20.6587 +17.3973 +28.2477 +50.6785 +49.3691 +107.218 +132.895 +129.144 +151.176 +179.31 +180.858 +168.444 +160.948 +159.242 +174.258 +185.12 +184.042 +166.565 +157.513 +151.327 +91.187 +61.2088 +26.7209 +17.3973 +20.6588 +17.3973 +27.2235 +50.6739 +49.9779 +100.232 +112.209 +118.944 +140.163 +164.814 +162.013 +163.423 +147.388 +142.511 +155.01 +161.509 +165.043 +150.893 +136.749 +133.306 +91.1201 +61.2189 +26.7305 +17.3972 +20.6587 +17.3973 +27.1818 +50.6627 +49.529 +100.226 +112.265 +119.033 +138.257 +157.814 +156.033 +150.967 +138.002 +132.449 +148.445 +164.56 +166.328 +149.771 +133.56 +131.73 +91.1196 +61.2389 +27.7175 +17.3971 +20.6586 +17.3971 +27.1816 +50.0121 +47.8398 +81.7422 +94.4198 +121.602 +142.974 +168.34 +167.889 +167.939 +155.731 +159.933 +165.66 +172.539 +178.29 +168.687 +147.724 +136.775 +89.4997 +62.8796 +29.2775 +17.4208 +20.6584 +17.3969 +27.1815 +53.7242 +49.7896 +80.0653 +92.8738 +109.967 +162.914 +182.017 +183.829 +180.894 +168.285 +167.637 +181.588 +187.32 +187.265 +178.112 +167.421 +155.448 +106.523 +66.4542 +26.6962 +17.3973 +20.6588 +17.446 +27.4712 +50.6626 +50.4818 +111.284 +138.783 +159.909 +178.311 +203.592 +210.617 +203.787 +188.008 +181.932 +196.124 +202.858 +203.153 +196.464 +182.345 +172.411 +115.155 +71.1043 +26.7173 +17.3972 +20.6588 +17.3973 +28.7166 +50.7157 +49.3318 +142.445 +167.662 +181.289 +199.215 +224.244 +226.558 +217.78 +192.638 +183.631 +197.493 +209.668 +211.581 +200.429 +197.385 +180.789 +117.657 +63.9869 +26.7366 +17.3969 +20.6585 +17.397 +28.8103 +50.6626 +49.4759 +100.148 +118.453 +140.222 +174.913 +194.28 +193.5 +190.065 +177.108 +176.768 +189.453 +197.523 +185.904 +179.057 +161.453 +152.472 +94.3024 +61.2678 +26.7344 +17.3969 +20.6585 +17.397 +28.301 +50.6626 +49.7605 +124.564 +146.24 +169.33 +185.79 +212.527 +211.529 +201.007 +184.445 +177.611 +192.711 +197.743 +201.625 +192.388 +178.422 +165.449 +101.784 +61.2493 +26.738 +17.397 +20.6585 +17.3971 +27.8242 +50.6626 +49.4759 +100.557 +120.214 +135.1 +155.808 +177.32 +175.793 +168.033 +155.653 +160.681 +173.29 +174.898 +174.857 +162.612 +145.009 +139.157 +91.1158 +61.2292 +27.7115 +17.3972 +20.6587 +17.3973 +27.1818 +50.0121 +47.9462 +80.1732 +103.793 +129.866 +154.027 +181.698 +181.031 +175.772 +170.237 +173.509 +174.945 +183.03 +181.545 +175.538 +160.878 +159.452 +102.781 +62.8845 +29.2618 +17.4248 +20.6584 +17.3969 +28.695 +69.279 +68.1606 +80.3865 +93.0515 +103.452 +149.281 +158.765 +162.916 +172.272 +175.723 +171.897 +181.808 +186.577 +178.083 +164.974 +143.857 +131.848 +89.4944 +59.6588 +26.7352 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +49.476 +100.193 +117.725 +133.833 +163.263 +189.281 +194.965 +189.269 +176.6 +174.571 +186.212 +192.889 +195.897 +189.327 +158.476 +150.867 +95.7891 +61.2562 +26.7396 +17.397 +20.6586 +17.3971 +27.1816 +50.6626 +49.476 +100.263 +135.83 +144.753 +170.574 +199.484 +202.153 +192.952 +182.726 +174.879 +190.536 +196.098 +197.988 +189.421 +181.63 +171.442 +117.793 +63.3225 +26.7343 +17.3983 +20.6584 +17.397 +28.7569 +50.6627 +50.1937 +107.49 +124.318 +156.263 +183.887 +207.964 +210.822 +194.232 +173.872 +171.118 +194.375 +200.455 +195.167 +187.256 +174.164 +157.804 +93.6023 +61.2242 +26.7168 +17.3973 +20.6588 +17.3974 +27.2348 +50.6625 +49.476 +100.159 +112.168 +120.989 +141.248 +166.7 +167.308 +158.398 +150.88 +145.25 +160.273 +168.94 +177.474 +159.947 +141.473 +142.447 +91.1187 +61.264 +26.7377 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +49.5473 +100.259 +112.158 +128.496 +147.152 +180.344 +181.928 +176.938 +161.213 +160.12 +163.494 +168.501 +174.519 +164.366 +151.346 +146.008 +93.203 +61.2586 +27.653 +17.4504 +20.6584 +17.3969 +27.7933 +50.012 +48.3781 +89.9014 +120.696 +151.125 +174.597 +198.467 +185.063 +186.952 +190.188 +188.325 +195.892 +195.878 +202.653 +188.917 +164.837 +161.645 +103.691 +62.8507 +29.3096 +17.3993 +20.6584 +17.397 +27.4626 +52.3652 +52.1802 +80.1203 +92.8739 +118.828 +170.121 +191.29 +188.497 +179.059 +172.561 +167.897 +168.997 +170.469 +168.093 +165.005 +149.88 +132.383 +89.5386 +59.6827 +26.6741 +17.4369 +20.6584 +17.3969 +27.1814 +50.6627 +49.5472 +100.247 +126.524 +146.291 +178.084 +208.08 +205.452 +196.153 +182.03 +176.276 +189.163 +200.598 +206.289 +194.103 +169.043 +163.874 +107.619 +63.0937 +26.7211 +17.3972 +20.6587 +17.3973 +28.2731 +50.688 +49.5749 +117.792 +136.978 +157.781 +185.858 +214.712 +214.693 +205.979 +189.024 +181.284 +190.962 +203.514 +213.14 +201.186 +177.282 +158.51 +98.589 +61.2249 +26.7262 +17.3973 +20.6588 +17.3973 +27.1938 +50.7036 +49.547 +100.233 +115.671 +129.305 +155.023 +184.665 +185.458 +173.067 +155.798 +153.412 +163.25 +170.374 +172.442 +165.936 +148.492 +136.238 +91.1207 +61.2399 +26.7336 +17.397 +20.6586 +17.3971 +27.1816 +50.6626 +49.6185 +100.476 +114.482 +135.227 +159.131 +186.98 +193.143 +190.276 +175.365 +171.735 +184.277 +194.603 +199.236 +183.9 +164.635 +157.22 +95.6973 +61.2242 +26.7354 +17.3972 +20.6587 +17.3973 +27.1818 +50.6627 +49.6713 +100.228 +131.168 +155.067 +176.284 +205.505 +204.373 +197.133 +184.941 +181.322 +191.608 +198.494 +204.002 +192.896 +181.633 +172.901 +118.073 +77.2087 +27.7152 +17.3971 +20.6586 +17.3972 +29.7868 +50.012 +48.4864 +114.829 +144.296 +173.082 +188.415 +200.048 +198.312 +208.221 +202.366 +199.915 +202.873 +195.766 +205.264 +204.777 +190.767 +196.594 +142.107 +100.902 +29.256 +17.4306 +20.6584 +17.3969 +31.6037 +63.578 +66.0347 +80.2799 +92.8738 +168.283 +207.8 +216.686 +207.793 +197.083 +184.286 +181.817 +198.486 +196.263 +195.339 +183.424 +174.687 +168.434 +118.508 +80.3903 +26.7241 +17.3973 +20.6588 +17.3973 +31.0019 +50.6746 +50.2643 +145.147 +164.375 +176.591 +193.654 +216.029 +217.167 +206.929 +189.695 +176.908 +184.954 +183.556 +213.915 +203.39 +184.625 +174.896 +119.275 +66.6524 +26.7374 +17.3971 +20.6586 +17.3972 +28.5861 +50.6626 +49.6185 +114.718 +139.613 +168.472 +185.031 +215.007 +210.554 +200.986 +186.645 +180.524 +198.82 +205.458 +206.753 +196.001 +183.065 +177.409 +121.592 +74.8443 +26.7337 +17.397 +20.6586 +17.3971 +30.2195 +50.6626 +50.4819 +131.972 +146.121 +172.143 +197.887 +221.997 +224.372 +214.044 +198.496 +193.538 +203.29 +208.076 +213.206 +205.498 +196.498 +192.764 +139.708 +97.9764 +26.734 +17.397 +20.6586 +17.3971 +31.9483 +67.5637 +72.7995 +148.564 +166.324 +179.124 +200.333 +224.838 +223.154 +215.182 +198.965 +188.403 +201.995 +209.468 +215.949 +208.946 +198.674 +194.025 +139.298 +98.6939 +26.7401 +17.3969 +20.6584 +17.397 +34.9073 +69.1805 +74.342 +151.299 +167.733 +180.424 +201.188 +224.209 +223.532 +213.868 +198.769 +189.553 +198.125 +208.086 +213.021 +204.27 +193.717 +184.86 +122.747 +84.0403 +27.7143 +17.397 +20.6586 +17.3971 +31.3253 +50.0121 +48.8094 +105.988 +123.204 +142.118 +167.047 +198.36 +186.734 +172.19 +160.815 +155.606 +176.228 +177.546 +188.407 +185.363 +164.784 +166.072 +114.98 +69.7962 +29.2737 +17.3973 +20.6588 +17.4336 +29.4499 +55.7421 +54.584 +80.1719 +92.9167 +113.176 +155.966 +183.861 +184.17 +179.87 +159.039 +167.804 +173.081 +172.866 +181.476 +171.229 +155.806 +145.643 +93.4306 +59.6684 +26.7352 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +50.1205 +100.26 +122.394 +147.96 +179.153 +207.007 +206.247 +194.784 +180.501 +173.239 +188.987 +196.613 +198.697 +190.174 +168.437 +160.67 +103.55 +61.2795 +26.7401 +17.3969 +20.6585 +17.397 +27.1815 +50.6628 +50.047 +100.467 +127.952 +146.569 +177.321 +204.578 +205.382 +195.584 +181.001 +177.201 +189.507 +196.558 +201.226 +191.867 +177.2 +169.901 +119.557 +69.6036 +26.7342 +17.3971 +20.6586 +17.3972 +29.4653 +50.6626 +50.4819 +115.307 +139.353 +158.695 +188.204 +214.836 +215.143 +202.686 +187.252 +183.103 +194.826 +199.082 +199.758 +188.187 +179.412 +167.869 +110.642 +63.8508 +26.7352 +17.397 +20.6585 +17.397 +29.2731 +50.6625 +50.0492 +122.33 +145.777 +170.284 +192.686 +220.67 +222.852 +212.682 +192.885 +184.64 +196.816 +205.379 +208.08 +191.15 +178.712 +159.068 +98.4472 +61.2535 +26.7368 +17.397 +20.6585 +17.3971 +29.4197 +50.6625 +50.482 +125.777 +137.479 +143.863 +168.663 +195.965 +198.739 +190.124 +178.473 +171.093 +188.018 +197.035 +198.738 +191.573 +174.68 +167.986 +109.704 +66.9811 +27.7215 +17.3971 +20.6586 +17.3972 +29.9177 +50.012 +48.8095 +106.404 +117.255 +149.423 +179.033 +218.157 +210.11 +201.179 +186.636 +185.304 +195.766 +195.458 +202.358 +193.523 +177.651 +184.661 +120.934 +73.0765 +29.26 +17.4309 +20.6584 +17.3969 +29.3656 +59.4545 +57.8559 +80.3865 +92.8739 +130.88 +180.584 +201.042 +197.908 +191.125 +175.577 +169.23 +182.281 +187.449 +188.744 +179.059 +166.34 +155.848 +100.907 +59.6722 +26.7387 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +49.6528 +100.258 +134.861 +159.245 +186.164 +208.454 +207.647 +197.725 +180.441 +176.568 +192.598 +202.183 +207.604 +198.836 +189.469 +184.073 +118.281 +64.0155 +26.7346 +17.3971 +20.6586 +17.3972 +27.7591 +50.6626 +50.4821 +100.266 +112.158 +130.474 +159.418 +178.776 +185.305 +178.43 +161.654 +159.192 +171.125 +179.375 +179.241 +167.289 +151.074 +138.601 +91.1186 +61.2416 +26.735 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +49.7242 +100.48 +115.797 +129.873 +157.104 +176.876 +179.077 +180.991 +163.77 +156.67 +172.353 +181.193 +180.16 +167.061 +147.219 +140.028 +91.1185 +61.239 +26.7349 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +50.2647 +100.414 +112.273 +139.414 +166.088 +195.414 +195.867 +189.259 +175.523 +171.529 +182.586 +191.083 +193.616 +184.113 +163.129 +157.528 +91.1186 +61.2336 +26.7407 +17.3971 +20.6587 +17.3972 +27.1817 +50.6627 +49.8298 +100.483 +121.051 +148.041 +181.353 +204.07 +204.942 +194.207 +180.548 +174.637 +188.156 +196.589 +199.159 +190.958 +185.175 +160.887 +101.792 +61.2239 +27.7194 +17.3972 +20.6587 +17.3972 +27.3709 +50.012 +48.4315 +83.7499 +116.138 +166.195 +188.176 +208.515 +201.676 +192.793 +184.776 +181.385 +188.024 +191.206 +194.802 +193.177 +184.985 +172.221 +119.776 +71.2165 +29.2648 +17.4347 +20.6584 +17.3969 +29.0388 +59.8038 +59.5753 +80.3057 +92.8738 +137.219 +182.989 +200.515 +194.62 +189.459 +173.363 +175.234 +184.353 +191.339 +187.932 +181.527 +182.472 +167.992 +117.087 +78.0075 +26.681 +17.4365 +20.6584 +17.3969 +28.1047 +50.6627 +50.7684 +118.59 +137.625 +152.322 +179.9 +204.49 +210.874 +196.522 +167.445 +178.746 +192.777 +198.571 +200.824 +194.569 +194.937 +174.895 +113.6 +66.4123 +26.734 +17.397 +20.6585 +17.3971 +29.1652 +50.6626 +50.7686 +120.41 +142.91 +156.518 +183.29 +207.075 +206.4 +196.527 +181.3 +176.392 +188.959 +198.396 +200.364 +190.343 +185.901 +165.72 +106.26 +61.2315 +26.7273 +17.3972 +20.6587 +17.3973 +28.0633 +50.6654 +50.5323 +103.58 +135.262 +156.934 +186.293 +210.676 +211.004 +202.512 +187.326 +181.687 +193.981 +201.519 +203.889 +195.448 +191.63 +175.587 +102.992 +61.2502 +26.7363 +17.397 +20.6585 +17.3971 +27.5851 +50.6625 +50.1912 +109.805 +136.389 +167.643 +192.673 +217.742 +221.407 +205.781 +193.145 +186.01 +196.639 +203.549 +204.959 +195.983 +199.208 +185.902 +132.664 +77.4106 +26.7359 +17.397 +20.6585 +17.3971 +29.508 +50.6626 +50.4087 +101.3 +118.408 +135.026 +157.788 +188.35 +191.702 +184.097 +174.993 +171.733 +183.603 +191.866 +186.851 +172.45 +164.936 +144.373 +91.1185 +61.2388 +27.7185 +17.3971 +20.6586 +17.3972 +27.1817 +50.012 +48.3764 +80.2801 +94.475 +127.898 +161.285 +181.832 +184.622 +178.298 +172.368 +173.123 +183.433 +187.478 +182.364 +163.179 +150.067 +137.819 +89.5175 +62.8829 +29.2486 +17.446 +20.6584 +17.3969 +27.1814 +51.8586 +52.1271 +80.3314 +92.8738 +126.287 +179.317 +204.025 +204.48 +202.222 +187.465 +185.952 +197 +195.726 +195.043 +188.121 +189.815 +173.745 +127.196 +90.5288 +26.7145 +17.4109 +20.6584 +17.3969 +29.4034 +50.6627 +50.7684 +144.149 +165.662 +173.674 +191.732 +216.725 +220.468 +204.623 +192.091 +185.558 +197.431 +206.653 +207.917 +199.715 +201.874 +187.863 +133.813 +92.7082 +26.7397 +17.397 +20.6586 +17.3971 +32.2107 +50.6626 +50.7686 +138.441 +164.359 +181.294 +197.82 +219.568 +219.052 +209.994 +188.593 +174.698 +178.466 +177.384 +166.77 +160.401 +166.525 +145.803 +91.1209 +61.2375 +26.7397 +17.3971 +20.6586 +17.3972 +27.4292 +50.6626 +50.6246 +100.447 +121.308 +135.084 +163.731 +190.679 +197.694 +188.837 +174.861 +172.32 +182.952 +191.394 +192.262 +185.75 +178.065 +156.872 +98.3593 +61.2387 +26.7413 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +50.2646 +100.444 +115.76 +149.843 +180.224 +203.907 +202.647 +194.309 +181.238 +176.451 +188.904 +194.695 +193.437 +175.938 +170.531 +151.111 +93.1157 +61.2393 +26.7398 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +50.6246 +103.143 +137.006 +161.736 +184.962 +209.889 +214.103 +205.845 +192.109 +186.882 +197.698 +206.799 +207.833 +196.746 +192.248 +171.852 +111.15 +69.5128 +27.7209 +17.3971 +20.6586 +17.3971 +29.1921 +50.012 +48.8094 +85.9208 +112.02 +146.244 +165.528 +188.978 +186.96 +178.892 +166.391 +162.02 +171.12 +170.913 +170.011 +166.004 +161.896 +146.453 +95.7627 +62.8915 +29.2568 +17.4289 +20.6584 +17.397 +27.7966 +52.0345 +63.1745 +80.2799 +92.8739 +105.424 +151.2 +166.199 +162.417 +165.69 +147.157 +136.235 +146.602 +153.323 +150.489 +142.35 +142.826 +130.564 +89.5277 +59.6799 +26.7125 +17.4135 +20.6584 +17.3969 +27.1815 +50.6627 +61.7725 +100.713 +112.662 +119.971 +140.209 +161.075 +166.954 +160.401 +138.494 +139.607 +152.121 +161.257 +162.864 +156.195 +153.19 +140.731 +91.1186 +61.2374 +26.7398 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +61.7727 +100.734 +112.315 +121.684 +144.772 +168.796 +174.384 +166.048 +153.379 +152.305 +162.519 +168.676 +169.437 +155.86 +151.635 +139.928 +91.1183 +61.2451 +26.7367 +17.3971 +20.6586 +17.3971 +27.1817 +50.6626 +61.7727 +101.375 +112.481 +123.78 +151.82 +175.998 +179.305 +173.151 +165.327 +153.323 +161.819 +168.821 +173.215 +167.647 +166.564 +143.728 +91.118 +61.2452 +26.7362 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +61.7727 +101.376 +112.533 +118.578 +137.8 +168.525 +191.076 +187.389 +176.333 +170.417 +179.326 +186.243 +190.196 +174.265 +165.224 +149.03 +91.12 +61.2546 +26.7351 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +61.7726 +108.402 +124.674 +143.276 +170.972 +201.272 +201.533 +194.924 +184.577 +176.148 +188.625 +197.015 +191.668 +181.502 +176.319 +157.86 +97.6261 +61.2501 +27.7135 +17.397 +20.6586 +17.3971 +28.2244 +50.0121 +59.8134 +85.9043 +111.261 +163.37 +190.6 +215.028 +210.711 +196.825 +182.461 +186.354 +164.532 +192.615 +198.683 +192.715 +182.31 +173.372 +119.351 +77.5518 +29.287 +17.4162 +20.6584 +17.3969 +28.4389 +53.8546 +65.2924 +80.3057 +92.9168 +112.915 +159.018 +179.784 +180.106 +181.06 +169.236 +166.936 +175.827 +175.745 +174.457 +162.736 +160.769 +141.859 +92.8293 +59.6813 +26.6785 +17.4361 +20.6584 +17.3969 +27.1814 +50.6627 +61.7725 +111.283 +128.024 +149.6 +176.46 +201.311 +207.223 +200.527 +181.029 +177.314 +181.812 +175.978 +189.838 +188.237 +181.734 +163.715 +100.758 +61.2302 +26.7286 +17.3972 +20.6588 +17.3973 +27.2096 +50.7096 +61.7784 +100.407 +112.209 +118.525 +143.884 +163.512 +176.391 +166.321 +146.956 +140.601 +159.091 +178.689 +187.778 +179.925 +181.312 +160.047 +100.562 +61.2243 +26.7401 +17.3972 +20.6587 +17.3972 +28.6176 +50.6627 +61.7728 +105.287 +122.265 +131.516 +139.352 +167.589 +168.719 +157.95 +151.314 +148.727 +134.685 +138.095 +137.067 +134.589 +136.501 +131.73 +91.1188 +62.8886 +26.739 +17.3971 +20.6586 +17.3971 +27.1817 +50.6626 +61.7727 +101.616 +112.287 +118.737 +137.934 +149.64 +144.017 +136.146 +124.497 +124.448 +134.282 +139.242 +139.121 +133.621 +136.948 +131.73 +91.118 +61.2345 +26.7374 +17.3971 +20.6586 +17.3972 +27.1817 +50.6627 +61.7727 +103.03 +112.748 +119.587 +137.621 +153.253 +152.501 +148.027 +131.372 +130.241 +144.174 +148.745 +145.714 +138.277 +137.223 +131.73 +91.1203 +62.3488 +27.7149 +17.3971 +20.6586 +17.3971 +27.1816 +50.012 +59.8135 +81.4059 +94.5886 +120.19 +137.772 +152.524 +142.732 +141.856 +129.782 +126.374 +143.637 +142.121 +144.284 +136.446 +136.503 +131.729 +89.5015 +64.5225 +29.2907 +17.412 +20.6584 +17.397 +27.2532 +50.7008 +60.6762 +80.6822 +92.9167 +102.663 +137.866 +152.954 +144.221 +142.639 +126.223 +124.189 +133.161 +141.939 +133.924 +126.35 +127.354 +124.08 +92.8352 +62.9817 +26.7073 +17.418 +20.6584 +17.3969 +27.4111 +50.6627 +61.7725 +102.703 +112.256 +118.577 +137.771 +161.446 +159.049 +151.864 +129.899 +131.599 +141.52 +150.959 +145.775 +133.945 +136.499 +131.729 +92.2167 +64.5333 +26.7277 +17.3972 +20.6588 +17.3973 +27.2973 +50.7157 +61.7723 +103.969 +113.035 +118.525 +137.617 +155.351 +155.031 +150.705 +134.308 +133.328 +148.93 +154.612 +150.945 +138.476 +136.503 +131.729 +92.2186 +64.5431 +26.7388 +17.3971 +20.6586 +17.3972 +27.368 +50.6626 +61.7727 +103.828 +113.531 +118.526 +137.947 +156.409 +159.647 +144.974 +124.669 +124.618 +135.526 +142.286 +148.102 +140.756 +136.639 +131.729 +91.1212 +61.2493 +26.7362 +17.397 +20.6586 +17.3971 +27.1816 +50.6626 +61.7726 +102.877 +112.319 +119.252 +138.197 +155.841 +156.788 +160.917 +139.163 +140.241 +153.109 +160.747 +158.857 +151.552 +152.222 +141.527 +92.2581 +61.2512 +26.7342 +17.397 +20.6585 +17.3971 +27.1816 +50.6625 +61.7726 +100.472 +118.618 +136.407 +159.426 +184.646 +189.408 +178.353 +166.562 +162.117 +173.267 +174.633 +174.672 +170.755 +171.679 +158.131 +102.466 +61.2889 +27.7165 +17.3969 +20.6584 +17.397 +27.4092 +50.012 +59.8133 +80.493 +100.125 +128.789 +156.928 +177.233 +175.157 +162.153 +160.531 +146.24 +157.797 +158.278 +152.588 +145.434 +136.5 +131.675 +89.5735 +63.9014 +29.3079 +17.3972 +20.6587 +17.3973 +27.1818 +50.6956 +61.1935 +80.5368 +93.0514 +102.702 +137.833 +147.574 +138.837 +133.911 +122.043 +121.952 +132.887 +133.229 +130.347 +126.133 +127.344 +124.088 +91.1571 +62.9849 +26.7353 +17.3969 +20.6585 +17.397 +27.2571 +50.6627 +61.7725 +104.126 +113.156 +118.575 +137.661 +148.869 +143.965 +140.215 +128.316 +125.173 +138.366 +149.548 +146.977 +146.578 +136.502 +131.73 +91.1199 +62.8997 +26.735 +17.397 +20.6585 +17.3971 +27.429 +50.6626 +61.7726 +104.061 +112.209 +118.814 +140.671 +168.949 +170.507 +166.141 +151.648 +150.7 +156.373 +161.541 +165.585 +172.215 +159.083 +145.77 +91.1176 +61.2256 +26.7295 +17.3972 +20.6588 +17.3973 +27.1818 +50.7157 +61.7723 +109.575 +125.764 +138.611 +163.519 +195.277 +195.987 +182.832 +167.251 +159.285 +172.295 +180.486 +189.041 +194.763 +186.964 +170.14 +118.772 +69.6509 +26.7257 +17.3972 +20.6588 +17.3973 +28.937 +50.7156 +61.7723 +117.753 +129.694 +135.928 +168.722 +198.153 +198.474 +189.775 +163.75 +160.3 +181.532 +178.977 +189.135 +185.46 +169.669 +151.873 +97.3066 +61.2802 +26.6979 +17.4228 +20.6584 +17.3969 +28.5682 +50.6627 +61.7725 +102.307 +119.152 +145.213 +181.44 +208.836 +215.797 +200.665 +183.422 +174.008 +180.31 +190.978 +196.312 +201.647 +194.433 +173.902 +110.129 +67.3019 +27.7137 +17.397 +20.6585 +17.3971 +29.0497 +50.0121 +59.8134 +106.742 +131.1 +163.494 +178.513 +208.575 +204.74 +196.531 +184.478 +181.121 +191.403 +193.002 +197.01 +205.612 +189.396 +182.643 +130.296 +96.312 +29.2893 +17.4131 +20.6584 +17.3969 +30.3283 +59.7035 +73.476 +81.1941 +93.5899 +127.417 +168.037 +190.153 +184.928 +179.643 +159.392 +157.114 +163.569 +171.048 +162.673 +163.743 +142.635 +124.098 +89.5024 +59.6803 +26.7374 +17.3969 +20.6585 +17.397 +27.1815 +50.6626 +61.7726 +101.889 +112.609 +118.582 +137.62 +152.494 +157.364 +149.678 +129.922 +125.374 +140.149 +152.242 +155.496 +163.951 +147.598 +131.73 +91.1206 +61.2375 +26.7343 +17.3971 +20.6586 +17.3972 +27.1817 +50.6626 +61.7727 +103.002 +112.371 +118.581 +137.916 +155.845 +157.651 +150.126 +139.365 +141.672 +149.388 +151.262 +151.429 +159.29 +149.579 +132.36 +91.1175 +61.2226 +26.7378 +17.3972 +20.6587 +17.3973 +27.1818 +50.6627 +61.8258 +103.067 +112.209 +118.582 +145.34 +177.919 +180.867 +170.937 +166.699 +157.487 +170.984 +174.72 +172.608 +169.244 +153.817 +132.683 +91.1214 +61.2231 +26.7382 +17.3972 +20.6587 +17.3972 +27.1817 +50.6627 +61.7728 +102.458 +112.587 +124.078 +157.663 +186.163 +196.482 +188.893 +175.724 +172.212 +184.835 +189.971 +184.038 +181.552 +167.333 +142.2 +91.1217 +61.2266 +26.7333 +17.3972 +20.6587 +17.3972 +27.1817 +50.6627 +61.7728 +102.492 +112.262 +118.643 +144.763 +181.865 +179.892 +170.561 +162.672 +157.911 +168.959 +171.991 +168.331 +162.656 +146.256 +131.73 +91.1174 +61.2269 +27.7169 +17.3972 +20.6587 +17.3972 +27.1818 +50.0121 +59.8136 +82.8974 +94.5984 +120.348 +138.001 +149.798 +146.224 +135.387 +126.179 +126.538 +134.961 +139.667 +144.151 +152.154 +136.92 +132.209 +89.5021 +62.8879 +29.2662 +17.423 +20.6584 +17.3969 +27.1815 +51.6085 +62.4189 +81.2475 +93.5898 +103.285 +137.864 +152.198 +157.829 +144.53 +128.95 +126.436 +134.667 +138.956 +138.347 +142.58 +133.188 +124.067 +89.5451 +59.6734 +26.676 +17.4403 +20.6584 +17.3969 +27.1815 +50.6627 +61.7725 +103.006 +112.398 +120.519 +160.465 +195.008 +198.56 +194.211 +176.072 +167.556 +182.625 +190.162 +192.933 +187.734 +172.793 +158.415 +103.401 +61.2261 +26.7158 +17.3973 +20.6588 +17.3974 +27.2348 +50.6625 +61.7723 +101.918 +113.193 +118.776 +137.885 +163.598 +172.93 +173.44 +149.269 +145.224 +158.947 +161.647 +159.633 +161.228 +148.443 +136.158 +91.1883 +61.2238 +26.7099 +17.3972 +20.6588 +17.3973 +27.1818 +50.7156 +61.7723 +101.628 +113.285 +118.777 +138.781 +160.742 +174.533 +167.306 +146.164 +137.285 +143.779 +138.934 +139.341 +145.61 +136.976 +131.831 +91.1188 +64.5725 +26.7363 +17.3969 +20.6584 +17.397 +27.1815 +50.6627 +61.7725 +103.586 +113.894 +118.731 +137.967 +149.351 +140.859 +133.164 +125.125 +125.664 +134.875 +138.88 +140.294 +145.594 +136.497 +131.73 +92.7659 +64.5362 +26.7097 +17.3973 +20.6588 +17.3973 +27.6463 +50.6625 +61.7723 +107.436 +113.019 +119.566 +139.489 +149.338 +140.982 +132.774 +124.532 +124.775 +134.541 +138.345 +139.65 +145.594 +136.501 +131.73 +92.7713 +64.5576 +27.7173 +17.3971 +20.6586 +17.3971 +27.9602 +50.012 +59.8135 +84.5072 +94.6013 +120.395 +137.801 +149.273 +142.681 +134.85 +126.376 +126.356 +134.717 +138.04 +140.773 +147.182 +136.438 +131.786 +89.5003 +66.1689 +29.2749 +17.42 +20.6584 +17.3969 +27.1815 +51.1788 +61.5233 +81.4091 +93.0513 +102.701 +138.317 +148.687 +138.756 +131.932 +121.93 +121.794 +130.123 +133.656 +131.558 +137.142 +127.333 +124.098 +91.1459 +62.985 +26.7391 +17.397 +20.6585 +17.3971 +27.666 +50.6625 +61.7726 +105.039 +113.556 +119.521 +139.48 +149.435 +141.393 +132.679 +124.467 +124.48 +134.504 +138.264 +139.571 +145.594 +136.501 +132.83 +94.4249 +64.571 +26.7391 +17.3971 +20.6587 +17.3972 +28.1382 +50.6627 +61.7727 +104.782 +114.191 +120.249 +139.672 +148.988 +147.078 +142.183 +132.366 +127.686 +135.489 +142.401 +152.191 +153.562 +143.846 +131.73 +91.1208 +61.2225 +26.7342 +17.3972 +20.6587 +17.3973 +27.1818 +50.6627 +61.7852 +103.323 +113.356 +118.668 +138.078 +149.961 +141.153 +132.652 +124.461 +124.484 +134.411 +140.855 +139.352 +145.722 +136.5 +131.674 +92.8036 +64.5697 +26.6861 +17.4371 +20.6584 +17.397 +27.2633 +50.6627 +61.7725 +107.255 +113.968 +118.822 +137.58 +151.674 +149.885 +143.154 +132.522 +129.023 +141.083 +147.767 +152.243 +153.882 +141.638 +131.785 +92.4354 +62.8766 +26.7139 +17.3973 +20.6588 +17.3973 +27.2485 +50.6625 +61.7723 +104.321 +113.412 +118.573 +139.002 +149.116 +141.266 +133.012 +125.045 +126.149 +136.261 +138.267 +139.998 +145.594 +136.498 +132.774 +94.4249 +64.5986 +27.7188 +17.3969 +20.6585 +17.397 +27.8647 +50.012 +59.8133 +84.5639 +99.4167 +121.882 +141.032 +150.315 +143.744 +136.023 +127.346 +127.462 +136.008 +140.014 +140.693 +146.427 +138.698 +133.933 +92.8122 +66.2247 +29.3041 +17.4027 +20.6584 +17.397 +28.2743 +50.7781 +60.2728 +83.0594 +93.7674 +106.161 +141.183 +150.975 +141.296 +134.523 +125.284 +125.342 +133.43 +136.95 +135.929 +140.43 +130.647 +127.418 +92.8741 +63.2167 +26.6881 +17.4277 +20.6584 +17.397 +28.6817 +50.6627 +61.7725 +105.392 +115.959 +121.883 +139.008 +148.987 +140.689 +132.599 +124.588 +124.579 +134.368 +137.919 +140.295 +145.594 +137.321 +133.381 +94.4222 +64.5359 +26.7347 +17.3972 +20.6587 +17.3973 +27.5695 +50.6627 +61.8258 +105.213 +113.469 +118.582 +137.823 +149.979 +147.16 +140.434 +125.629 +125.869 +135.437 +139.779 +140.296 +145.701 +136.501 +131.674 +92.2897 +64.5285 +26.7035 +17.3973 +20.6589 +17.4504 +27.4626 +50.6626 +61.7724 +105.228 +113.61 +118.825 +138.24 +162.685 +170.928 +164.93 +150.202 +147.783 +158.495 +165.379 +158.966 +155.324 +141.145 +131.729 +91.1203 +61.2205 +26.7288 +17.3972 +20.6587 +17.3973 +27.1818 +50.6627 +61.8255 +103.561 +112.588 +119.124 +138.08 +156.517 +152.755 +142.457 +132.79 +127.908 +140.544 +145.8 +151.886 +153.7 +143.653 +131.675 +91.1193 +61.2705 +26.7381 +17.3969 +20.6584 +17.397 +27.1815 +50.6627 +61.7725 +104.138 +114.171 +119.676 +139.008 +149.216 +140.892 +132.638 +124.514 +124.514 +135.523 +138.935 +140.294 +145.594 +136.496 +132.776 +94.4618 +64.5799 +27.657 +17.4439 +20.6584 +17.397 +27.8879 +50.0119 +59.8133 +95.7307 +99.1622 +123.694 +141.24 +149.375 +144.302 +136.206 +129.719 +129.976 +138.495 +141.866 +140.298 +145.823 +138.096 +135.042 +92.8311 +66.227 +29.2581 +17.4433 +20.6584 +17.397 +28.5509 +51.1384 +60.5943 +94.0634 +93.4982 +106.224 +141.185 +150.968 +139.934 +132.921 +123.695 +125.049 +133.472 +137.35 +146.905 +140.452 +130.64 +127.469 +92.8338 +63.2499 +26.7374 +17.3971 +20.6584 +17.397 +28.7519 +51.9826 +62.6867 +116.379 +115.943 +121.893 +141.135 +151.087 +142.339 +134.253 +128.004 +127.789 +137.626 +140.573 +152.952 +148.903 +139.812 +135.004 +94.4674 +64.894 +26.736 +17.3971 +20.6586 +17.3972 +28.9683 +52.1929 +62.9276 +116.443 +116.129 +122.236 +141.165 +150.793 +141.592 +133.701 +125.763 +126.033 +136.152 +140.328 +152.949 +148.899 +139.806 +135.055 +94.5166 +64.7891 +26.7374 +17.3972 +20.6587 +17.3973 +28.6319 +51.7604 +62.5093 +116.307 +116.616 +122.214 +141.138 +150.7 +140.685 +132.69 +125.308 +125.583 +136.304 +140.016 +151.264 +145.575 +136.433 +132.555 +94.4276 +64.5734 +26.7357 +17.397 +20.6585 +17.3971 +27.921 +50.6626 +61.7726 +116.264 +116.597 +119.733 +140.966 +150.704 +140.673 +132.607 +125.273 +125.676 +136.128 +142.523 +152.949 +147.244 +138.151 +132.774 +94.4793 +64.6023 +26.6865 +17.3974 +20.7119 +17.3969 +28.0413 +50.6626 +61.7724 +116.263 +116.007 +121.933 +140.969 +149.876 +140.679 +133.018 +125.066 +125.715 +136.131 +138.705 +151.243 +145.594 +136.454 +132.812 +94.4571 +64.5905 +27.6555 +17.4407 +20.6584 +17.3969 +28.0624 +50.0119 +59.8133 +95.7252 +95.1407 +120.657 +137.928 +151.875 +150.189 +144.7 +133.334 +132.345 +142.18 +140.484 +156.192 +146.493 +136.502 +132.416 +89.4974 +62.8939 +29.2561 +17.4294 +20.6584 +17.3969 +27.1815 +51.8791 +61.7113 +92.4131 +93.3207 +102.701 +144.951 +159.58 +160.88 +156.14 +141.014 +139.474 +146.551 +150.135 +155.573 +148.272 +136.648 +129.283 +89.5748 +59.6218 +26.7127 +17.3973 +20.6588 +17.3973 +27.2069 +50.6905 +61.7723 +115.12 +115.361 +121.148 +139.55 +150.918 +142.765 +134.507 +126.08 +128.071 +138.095 +142.804 +151.309 +147.247 +139.806 +134.992 +94.4987 +64.6066 +26.7372 +17.3969 +20.6585 +17.397 +28.6754 +51.8086 +62.545 +116.328 +116.033 +122.027 +141.248 +148.999 +142.959 +134.25 +125.623 +127.812 +137.848 +138.644 +152.949 +148.898 +138.15 +134.989 +94.4414 +64.6105 +26.7358 +17.397 +20.6585 +17.3971 +28.529 +50.6625 +61.7726 +116.289 +116.01 +121.887 +141.155 +149.108 +140.683 +133.239 +124.748 +124.577 +134.467 +145.294 +158.944 +150.293 +136.496 +131.73 +92.2196 +64.5227 +26.7372 +17.3972 +20.6587 +17.3973 +27.2086 +50.6627 +61.784 +112.963 +114.199 +119.452 +140.18 +149.303 +141.094 +133.005 +125.862 +126.791 +137.03 +142.508 +152.399 +145.594 +137.599 +133.326 +94.4245 +64.5807 +26.7355 +17.397 +20.6586 +17.3971 +28.1411 +50.6626 +61.7726 +116.296 +116.292 +121.937 +141.132 +150.71 +140.744 +132.83 +124.467 +125.538 +135.322 +139.803 +151.215 +145.594 +136.495 +132.832 +94.4165 +64.5914 +27.7142 +17.397 +20.6585 +17.3971 +27.8259 +50.0121 +59.8134 +96.5611 +97.7602 +122.045 +139.957 +150.656 +144.294 +135.949 +127.883 +127.259 +136.537 +140.54 +152.993 +145.764 +138.132 +135.05 +92.809 +66.2846 +29.2635 +17.422 +20.6584 +17.397 +28.4989 +51.0188 +60.593 +93.8277 +94.5751 +106.324 +141.411 +151.181 +141.167 +132.92 +125.039 +124.823 +133.31 +137.352 +146.922 +140.448 +130.657 +127.426 +92.8504 +63.3063 +26.7349 +17.3972 +20.6585 +17.397 +29.0571 +52.2971 +63.0126 +116.409 +116.305 +122.098 +141.17 +150.417 +140.987 +133.072 +124.937 +124.562 +134.563 +138.915 +151.299 +145.594 +136.497 +133.324 +94.4238 +64.5519 +26.7324 +17.3971 +20.6586 +17.3972 +27.9544 +50.6627 +61.7727 +116.272 +114.668 +119.681 +137.824 +149.637 +142.327 +134.143 +125.399 +124.512 +134.623 +140.871 +151.241 +145.594 +137.324 +131.674 +94.4342 +64.6025 +26.7371 +17.397 +20.6585 +17.3971 +28.1027 +50.6626 +61.7726 +116.275 +116.687 +121.946 +141.193 +148.991 +140.681 +132.594 +125.639 +128.446 +136.541 +142.832 +152.399 +148.894 +137.535 +135.093 +94.4605 +64.5561 +26.7098 +17.3973 +20.6589 +17.4502 +28.4634 +50.6626 +61.7724 +116.296 +116.68 +123.444 +141.392 +149.138 +142.023 +133.699 +126.692 +128.346 +138.707 +144.48 +151.246 +147.249 +139.806 +135 +94.4593 +64.7769 +26.7161 +17.3971 +20.6588 +17.3973 +28.8626 +52.1648 +62.8585 +116.394 +116.403 +122.426 +141.169 +151.327 +142.568 +133.787 +126.353 +126.207 +136.151 +141.299 +151.299 +147.797 +138.084 +135.039 +94.4978 +64.6516 +27.65 +17.4423 +20.6584 +17.3969 +28.0046 +50.0119 +59.8133 +94.0659 +97.7547 +121.916 +138.347 +149.093 +143.109 +135.816 +126.929 +127.067 +137.763 +139.681 +151.242 +148.707 +136.436 +131.73 +89.4931 +62.8624 +29.2983 +17.4033 +20.6584 +17.397 +27.1815 +51.3653 +62.4011 +92.4131 +93.7674 +102.744 +138.275 +151.34 +147.575 +141.108 +128.967 +122.556 +131.643 +135.907 +143.664 +137.076 +127.335 +125.198 +92.8108 +63.0199 +26.7285 +26.68 +17.4391 +20.6584 +17.3969 +27.9798 +50.6627 +61.7725 +104.061 +116.011 +120.233 +139.311 +151.279 +142.205 +134.598 +128.375 +129.294 +140.924 +152.81 +152.925 +145.595 +138.086 +135.041 +94.4968 +64.59 +26.7325 +17.3971 +20.6586 +17.3972 +28.7596 +51.9646 +62.7089 +105.112 +115.939 +122.24 +141.227 +149.105 +144.265 +136.132 +128.014 +128.139 +140.951 +156.171 +151.247 +147.248 +138.156 +134.991 +94.4496 +64.6092 +26.7325 +17.3969 +20.6585 +17.397 +28.4897 +50.6628 +61.7725 +105.215 +116.305 +122.206 +141.403 +149.485 +141.15 +134.346 +128.388 +128.664 +140.925 +156.174 +151.244 +147.246 +138.155 +134.987 +94.4608 +64.6141 +26.7295 +17.3993 +20.6584 +17.397 +28.5575 +50.6627 +61.7725 +104.632 +115.591 +121.899 +140.988 +149.072 +143.016 +134.351 +126.334 +128.704 +140.922 +154.519 +152.344 +147.246 +138.084 +134.981 +94.4529 +64.5883 +26.74 +17.3972 +20.6587 +17.3973 +28.1997 +50.6627 +61.8256 +102.794 +113.068 +118.896 +138.071 +150.765 +142.58 +134.493 +125.946 +127.051 +141.737 +152.815 +152.919 +145.594 +137.602 +133.327 +94.4324 +64.564 +27.716 +17.3972 +20.6587 +17.3972 +28.6173 +50.012 +59.8136 +84.7059 +97.9557 +123.538 +141.151 +152.323 +145.951 +137.821 +130.102 +130.295 +141.052 +156.176 +151.254 +148.027 +139.754 +135.008 +92.8869 +66.1838 +29.2899 +17.3972 +20.6587 +17.3973 +28.7142 +51.415 +60.9775 +83.9997 +96.4358 +106.026 +141.205 +150.883 +139.999 +133.53 +123.19 +125.556 +135.688 +150.263 +146.919 +138.782 +127.336 +125.757 +92.8095 +62.9719 +26.7398 +17.3971 +20.6586 +17.3972 +28.3946 +50.6626 +61.7727 +105.28 +117.514 +121.935 +141.378 +149.47 +142.998 +134.471 +126.571 +128.637 +141.305 +152.802 +151.188 +146.693 +137.599 +133.273 +94.4312 +64.5683 +26.7046 +17.3973 +20.6588 +17.3974 +28.6106 +50.6625 +61.7723 +104.055 +113.364 +120.227 +138.949 +149.98 +140.836 +132.722 +125.354 +126.48 +140.033 +154.503 +152.894 +148.897 +139.799 +134.943 +94.4331 +64.5668 +26.7161 +17.3973 +20.6588 +17.3973 +28.7656 +51.984 +62.7133 +104.189 +115.823 +121.945 +140.986 +151.091 +140.757 +133.006 +124.709 +126.455 +138.392 +154.485 +152.894 +145.594 +136.431 +133.384 +94.4195 +64.5765 +26.739 +17.397 +20.6585 +17.3971 +27.8057 +50.6625 +61.7726 +103.377 +112.903 +118.689 +138.018 +153.287 +153.804 +138.82 +125.28 +125.688 +139.96 +162.715 +151.298 +145.594 +136.497 +132.717 +94.4338 +64.5863 +26.7343 +17.3971 +20.6586 +17.3972 +28.4453 +50.6626 +61.7725 +105.31 +117.006 +122.236 +140.983 +149.509 +142.474 +134.492 +128.161 +128.707 +140.944 +156.175 +151.191 +146.697 +138.15 +134.93 +94.4727 +64.5872 +27.7071 +17.3972 +20.6587 +17.3973 +28.9788 +51.5784 +61.1288 +84.0831 +98.3033 +123.511 +141.082 +148.96 +145.842 +137.669 +129.772 +129.777 +139.936 +156.142 +154.618 +147.968 +139.755 +135.113 +92.8733 +66.4761 +29.3136 +17.3971 +20.6585 +17.397 +28.893 +51.5101 +60.9949 +84.612 +97.0287 +106.14 +141.438 +150.978 +141.213 +133.123 +125.488 +125.572 +135.676 +150.28 +146.91 +140.384 +130.63 +127.419 +92.8664 +63.0003 +26.7368 +17.397 +20.6585 +17.3971 +28.4751 +50.6626 +61.7726 +105.298 +116.398 +122.153 +141.21 +148.895 +142.979 +134.893 +128.747 +130.46 +141.922 +156.128 +152.837 +147.251 +139.806 +134.893 +94.5194 +64.561 +26.7214 +17.3971 +20.6588 +17.3973 +28.7427 +50.7126 +61.7723 +105.124 +116.386 +122.313 +141.234 +149.058 +140.816 +135.962 +128.038 +129.232 +141.397 +156.114 +154.615 +148.911 +139.818 +134.89 +94.5027 +64.8735 +26.6796 +17.4366 +20.6584 +17.397 +28.837 +52.0647 +62.7879 +105.191 +116.175 +122.071 +141.182 +152.409 +140.935 +135.973 +128.068 +128.414 +141.091 +156.118 +154.597 +148.931 +139.782 +135.027 +94.4957 +64.9818 +26.736 +17.3971 +20.6584 +17.397 +28.9979 +52.1541 +62.8416 +105.168 +116.194 +122.086 +140.988 +152.389 +141.155 +135.935 +128.27 +128.613 +140.492 +156.165 +154.653 +148.931 +139.79 +135.019 +94.7352 +64.9492 +26.7233 +17.3971 +20.6587 +17.3973 +29.2585 +52.4857 +63.2354 +105.408 +116.115 +122.019 +141.035 +152.14 +140.809 +134.293 +128.282 +128.428 +140.456 +156.147 +154.559 +148.918 +139.834 +134.96 +94.4718 +64.9585 +27.7156 +17.3972 +20.6585 +17.3971 +29.1393 +51.7662 +61.2298 +84.5509 +98.3042 +123.577 +141.069 +150.183 +142.614 +134.59 +126.685 +127.452 +138.77 +153.895 +152.285 +144.719 +137.595 +131.621 +92.797 +66.195 +29.2817 +17.4142 +20.6584 +17.3969 +27.8673 +50.1954 +59.8425 +83.0593 +93.4981 +104.603 +137.926 +147.531 +138.084 +136.777 +121.553 +122.877 +132.701 +147.077 +143.974 +137.136 +127.334 +124.029 +89.4853 +59.6782 +26.7402 +17.3969 +20.6585 +17.397 +27.1815 +50.6627 +61.7725 +101.726 +113.011 +119.944 +137.65 +148.898 +140.944 +132.982 +126.182 +129.491 +140.285 +154.422 +152.893 +146.419 +136.437 +134.978 +94.4469 +64.6016 +26.7165 +17.3973 +20.6588 +17.3974 +28.345 +50.6625 +61.7723 +105.316 +117.356 +122.256 +141.139 +152.663 +144.237 +136.487 +128.144 +130.107 +141.589 +156.149 +154.508 +148.919 +139.752 +135.012 +94.4643 +64.8223 +26.7086 +17.3971 +20.6588 +17.3974 +29.1312 +52.2474 +62.9786 +105.399 +116.446 +122.019 +141.158 +152.567 +141.326 +136.536 +128.434 +129.658 +141.994 +156.18 +154.53 +148.919 +139.704 +135.068 +94.4717 +64.824 +26.7259 +17.3971 +20.6588 +17.3973 +28.8052 +50.7156 +61.7723 +105.294 +116.798 +122.174 +141.777 +149.502 +142.979 +136.572 +128.65 +130.744 +141.954 +156.171 +154.39 +148.909 +139.822 +134.832 +94.4537 +64.6202 +26.7323 +17.3972 +20.6585 +17.397 +28.4799 +50.6627 +61.7725 +114.601 +113.514 +119.33 +139.431 +149.877 +141.023 +133.721 +126.806 +129.379 +141.945 +152.787 +151.298 +147.246 +136.501 +134.928 +94.4867 +64.5741 +27.689 +17.3971 +20.6588 +17.3973 +28.7607 +50.065 +59.8131 +95.8132 +99.4029 +123.859 +141.255 +152.461 +145.973 +137.825 +129.891 +130.305 +141.089 +156.194 +154.654 +147.928 +139.827 +134.788 +92.9291 +66.1732 +29.3141 +17.3971 +20.6586 +17.3972 +28.9441 +51.6486 +61.1183 +95.9165 +96.8914 +106.819 +141.553 +151.288 +141.332 +134.982 +125.283 +126.074 +136.266 +150.408 +147.067 +140.541 +130.813 +127.459 +93.162 +63.376 +26.7114 +17.3972 +20.6588 +17.3973 +29.2565 +52.5659 +63.3267 +116.415 +116.086 +122.532 +141.483 +152.607 +144.079 +136.02 +128.072 +128.325 +140.805 +156.345 +154.555 +148.945 +139.783 +134.812 +94.8092 +65.087 +26.7124 +17.4154 +20.6584 +17.397 +29.3868 +52.6202 +63.4057 +116.413 +116.459 +122.46 +141.486 +152.572 +144.467 +136.345 +128.661 +128.902 +142.263 +156.339 +154.692 +148.979 +139.813 +135.079 +94.7925 +65.0619 +26.7258 +17.4012 +20.6584 +17.397 +29.5294 +52.687 +63.3761 +116.439 +116.439 +122.302 +141.047 +152.754 +144.483 +136.536 +128.304 +129.803 +142.235 +156.461 +154.76 +148.997 +139.771 +135.197 +94.8571 +65.2251 +26.7176 +17.407 +20.6584 +17.397 +29.7317 +52.987 +63.6625 +116.758 +116.277 +122.376 +141.371 +152.679 +144.18 +136.005 +127.973 +128.391 +141.842 +156.398 +154.721 +149.01 +139.855 +134.914 +94.9472 +65.1239 +26.7329 +17.3972 +20.6586 +17.3972 +29.7505 +52.9815 +63.6398 +116.802 +116.61 +122.352 +141.39 +152.517 +144.421 +136.545 +128.602 +129.589 +142.142 +156.389 +154.665 +148.975 +139.815 +134.83 +94.8648 +64.9748 +27.6469 +17.3973 +20.7117 +17.3969 +29.423 +52.0102 +61.396 +95.9484 +98.1861 +123.593 +141.125 +152.47 +146.011 +137.686 +129.533 +130.612 +141.389 +156.579 +154.847 +148.221 +139.827 +134.99 +93.2891 +66.8085 +29.304 +17.4019 +20.6584 +17.397 +29.9338 +52.5615 +61.8731 +96.3788 +97.2301 +106.632 +141.668 +151.217 +141.398 +134.649 +125.33 +125.725 +135.716 +150.756 +147.427 +140.943 +131.194 +127.991 +93.601 +63.8844 +26.6616 +17.4458 +20.6586 +17.3972 +30.1323 +53.4002 +63.9746 +116.972 +116.154 +122.574 +141.549 +152.198 +144.282 +136.039 +128.045 +128.581 +140.828 +156.638 +154.841 +149.068 +139.887 +135.425 +95.1305 +65.4398 +26.6749 +17.437 +20.6586 +17.397 +29.977 +53.1669 +63.7717 +116.772 +117.338 +122.389 +141.544 +152.656 +144.417 +136.057 +128.642 +129.712 +142.137 +156.243 +154.516 +148.951 +139.787 +134.859 +94.466 +64.8754 +26.6907 +17.3972 +20.6588 +17.3974 +29.1264 +52.345 +63.0286 +116.41 +116.921 +122.275 +141.263 +152.4 +140.721 +136.515 +128.716 +129.44 +142.053 +156.106 +154.376 +148.903 +139.734 +134.766 +94.4522 +64.6236 +26.7259 +17.4026 +20.6584 +17.397 +28.6102 +50.6627 +61.7725 +116.278 +117.193 +122.199 +141.4 +149.321 +142.429 +134.879 +128.684 +130.471 +141.94 +156.128 +151.135 +148.905 +139.68 +134.711 +94.4706 +64.8111 +26.7352 +17.3971 +20.6586 +17.3972 +28.7778 +50.6626 +61.7727 +116.416 +116.137 +122.334 +141.399 +152.32 +140.814 +135.985 +128.167 +128.689 +141.52 +156.109 +154.323 +148.912 +139.681 +134.715 +94.4677 +64.8501 +27.717 +17.3971 +20.6586 +17.3972 +28.899 +51.6823 +61.1465 +95.9054 +98.4092 +123.623 +141.156 +152.537 +145.727 +137.673 +129.748 +129.897 +141.576 +156.123 +151.172 +147.68 +139.683 +134.831 +92.8359 +66.424 +29.3059 +17.4022 +20.6584 +17.397 +29.0955 +51.7052 +61.224 +95.9499 +96.7792 +106.098 +141.531 +150.775 +141.117 +134.616 +125.046 +125.17 +135.924 +150.359 +147.101 +140.332 +130.771 +127.412 +93.1234 +63.3451 +26.7329 +17.3972 +20.6585 +17.3971 +28.9972 +52.1885 +62.9453 +116.427 +117.487 +122.799 +141.558 +152.581 +141.351 +136.727 +128.698 +129.952 +142.002 +156.112 +154.147 +148.911 +139.745 +134.656 +94.4327 +64.8629 +26.6718 +17.4479 +20.6584 +17.3969 +28.9178 +52.1829 +62.9248 +116.394 +116.639 +122.232 +141.173 +152.435 +140.943 +136.154 +128.866 +130.624 +142.042 +156.184 +154.401 +148.919 +139.678 +134.489 +94.4212 +64.9046 +26.6773 +17.441 +20.6584 +17.3969 +29.0605 +52.3227 +63.091 +116.41 +115.772 +122.206 +141.294 +152.607 +144.48 +136.49 +128.33 +129.445 +142.023 +156.103 +153.904 +148.91 +139.659 +134.333 +94.3769 +64.8561 +26.7102 +17.4126 +20.6584 +17.397 +28.935 +52.104 +62.7902 +116.386 +116.829 +122.296 +141.171 +152.606 +140.938 +136.158 +128.415 +129.463 +141.549 +156.263 +154.265 +148.94 +139.714 +134.511 +94.6728 +64.9874 +26.734 +17.3971 +20.6587 +17.3972 +29.5766 +52.7563 +63.3992 +116.528 +116.78 +122.206 +141.186 +152.513 +144.295 +136.184 +128.417 +128.754 +141.598 +156.224 +154.871 +148.956 +139.79 +134.58 +94.8025 +65.0032 +27.6944 +17.3972 +20.6588 +17.3974 +29.4814 +52.0601 +61.459 +95.946 +99.0561 +123.472 +141.251 +152.158 +145.732 +137.66 +129.543 +129.98 +141.138 +156.193 +151.082 +145.908 +139.601 +134.314 +92.8231 +66.213 +29.2731 +17.4103 +20.6584 +17.397 +28.956 +51.546 +61.067 +95.7815 +96.7721 +106.168 +141.309 +150.874 +141.067 +134.917 +125.227 +125.567 +136.073 +150.231 +146.839 +140.379 +130.629 +127.278 +92.9385 +62.9795 +26.7335 +17.3971 +20.6586 +17.3972 +28.9864 +52.1259 +62.9365 +116.46 +117.381 +122.376 +141.246 +152.747 +144.302 +135.982 +128.183 +129.348 +141.676 +156.422 +154.268 +149.016 +139.815 +135.311 +94.9685 +65.3146 +26.6996 +17.421 +20.6586 +17.3972 +30.169 +53.3687 +64.008 +116.932 +117.427 +122.526 +141.651 +152.796 +144.378 +136.075 +128.424 +128.761 +141.877 +156.585 +154.683 +149.025 +139.825 +135.472 +95.0445 +65.2532 +26.7355 +17.3972 +20.6587 +17.3971 +30.0064 +53.2582 +63.875 +116.857 +116.974 +122.461 +141.461 +152.498 +144.224 +136.04 +128.045 +128.74 +141.088 +156.46 +155.112 +149.025 +139.798 +135.627 +95.0214 +65.2519 +26.7322 +17.397 +20.6586 +17.3971 +29.9236 +53.1394 +63.7983 +116.888 +117.608 +122.663 +141.548 +152.745 +144.365 +135.99 +128.283 +129.08 +141.738 +156.533 +154.501 +149.025 +139.764 +135.744 +94.9687 +65.2459 +26.6697 +17.4502 +20.6584 +17.3969 +29.8442 +53.025 +63.6681 +116.634 +117.025 +122.244 +141.422 +152.532 +144.431 +136.208 +127.912 +128.882 +141.508 +156.382 +154.718 +148.965 +139.655 +134.521 +94.7036 +65.0073 +27.7153 +17.3972 +20.6586 +17.3972 +29.3354 +51.9883 +61.3574 +95.9968 +99.5053 +123.523 +141.278 +152.471 +145.803 +137.696 +129.84 +130.314 +140.829 +156.206 +154.142 +147.765 +139.612 +135.03 +92.8384 +66.4642 +29.2995 +17.3971 +20.6586 +17.3972 +29.1639 +51.8068 +61.2895 +95.9394 +97.3508 +106.121 +141.143 +151.105 +141.23 +134.659 +125.018 +125.503 +135.633 +150.433 +147.142 +140.485 +130.889 +127.667 +93.296 +63.554 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_q.csv new file mode 100644 index 0000000..948d756 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_2_0_q.csv @@ -0,0 +1,8760 @@ +14.1692 +8.44137 +10.0053 +8.42572 +14.08 +25.0461 +29.6287 +46.4741 +47.2825 +51.4822 +68.4854 +73.2303 +68.4354 +65.2791 +60.6947 +60.8198 +65.6476 +72.8293 +71.0715 +68.0182 +63.3352 +61.6843 +45.1191 +30.6712 +12.9484 +8.42581 +10.0055 +8.4259 +14.155 +25.4147 +30.6069 +56.3888 +57.1564 +59.2285 +68.4042 +73.8523 +69.8576 +65.9423 +62.2342 +62.5816 +68.5218 +75.6412 +74.6963 +72.1357 +67.7051 +65.2552 +45.8029 +31.4878 +12.9392 +8.43012 +10.0053 +8.42573 +14.1851 +25.4661 +30.6718 +56.3867 +57.2578 +59.3064 +68.5499 +73.9544 +69.9363 +65.9731 +62.0501 +63.1434 +68.4282 +75.7642 +74.9386 +72.1637 +67.7622 +65.3141 +45.929 +31.5391 +12.9482 +8.42578 +10.0055 +8.42588 +14.4487 +25.686 +30.9008 +56.6289 +57.0106 +59.3373 +68.5746 +73.926 +69.8652 +65.8802 +61.993 +62.3311 +68.577 +75.7863 +75.148 +72.1599 +67.8047 +65.3317 +45.9126 +31.535 +12.9494 +8.42588 +10.0054 +8.42584 +14.354 +25.6158 +30.7716 +56.4912 +57.1405 +59.102 +68.3744 +73.8623 +69.8326 +65.8524 +62.0097 +62.1409 +67.906 +75.7225 +74.8063 +72.1617 +67.7895 +65.3651 +45.9452 +31.5746 +12.9498 +8.42584 +10.0055 +8.4258 +14.4489 +25.6567 +30.8177 +56.6251 +56.986 +59.3137 +68.55 +73.8403 +69.8254 +65.8745 +62.0361 +62.1288 +68.8531 +75.7159 +74.9295 +72.1432 +67.8014 +65.3704 +45.7173 +31.4469 +13.4228 +8.42709 +10.0053 +8.42573 +14.1914 +25.1309 +29.6822 +46.3948 +48.3925 +59.8694 +68.3929 +73.9218 +70.5564 +66.7287 +62.9011 +63.1219 +68.6039 +75.7284 +75.1782 +72.0335 +67.6541 +65.3513 +45.0027 +32.2449 +14.1868 +8.42582 +10.0055 +8.42591 +14.3684 +25.346 +29.9172 +46.5417 +47.4331 +51.5994 +68.4344 +72.9885 +68.4363 +65.1909 +60.7389 +60.9604 +65.7285 +72.9195 +71.2283 +67.917 +63.3922 +61.594 +45.1909 +30.7867 +12.9353 +8.42588 +10.0055 +8.42591 +14.4462 +25.6992 +30.8715 +56.5548 +57.0198 +59.3173 +68.5656 +73.8989 +69.9439 +65.8934 +62.0028 +62.4757 +68.8868 +75.7685 +74.9718 +72.1719 +67.9045 +65.6732 +45.9783 +31.6113 +12.9472 +8.42572 +10.0054 +8.42583 +14.5042 +25.7833 +30.9231 +56.5762 +56.8649 +59.2884 +68.3736 +73.7209 +69.7562 +65.8914 +61.9559 +62.0873 +68.3547 +75.6851 +75.0826 +72.1294 +67.8888 +65.4973 +45.7224 +31.4024 +12.9233 +8.43955 +10.0053 +8.42573 +13.9608 +24.5371 +29.9178 +56.3362 +57.4276 +59.4602 +68.5575 +72.37 +69.2403 +65.0543 +61.502 +61.2212 +67.2048 +74.7905 +74.2037 +71.3183 +67.9169 +65.5392 +45.7443 +31.4581 +12.9441 +8.42663 +10.0053 +8.42573 +14.4681 +25.6664 +30.8306 +56.5669 +57.0056 +59.3487 +68.6161 +74.1217 +69.9676 +66.0294 +62.0672 +62.3709 +67.7735 +75.7795 +74.9366 +72.1646 +67.9589 +65.5903 +45.9739 +31.5549 +12.9346 +8.42586 +10.0055 +8.42589 +14.3759 +25.6091 +30.8379 +56.488 +57.1431 +59.1285 +68.3614 +73.8389 +69.7843 +65.8614 +62.0097 +62.0254 +68.181 +75.6361 +74.9717 +72.1258 +67.9479 +65.5997 +45.7467 +31.3674 +13.415 +8.42585 +10.0055 +8.42588 +13.9672 +24.222 +28.9906 +46.4109 +48.0935 +59.9399 +68.4128 +72.128 +70.5852 +66.7767 +62.8776 +63.1629 +68.576 +75.6216 +74.7741 +72.0161 +67.7517 +65.4978 +44.9582 +32.0483 +14.1957 +8.4258 +10.0054 +8.42583 +13.9717 +24.9709 +29.5547 +46.4443 +47.0139 +51.4031 +68.5659 +72.9312 +68.3203 +65.2364 +60.5698 +60.6687 +65.1687 +72.7368 +70.9434 +67.8563 +63.2784 +61.5893 +45.0938 +30.6913 +12.9409 +8.43261 +10.0053 +8.42573 +14.1448 +25.4062 +30.6153 +56.3821 +56.6837 +59.2016 +68.2843 +73.7851 +69.7868 +65.8229 +61.9327 +62.7758 +68.0025 +75.5982 +73.3066 +72.1157 +67.9968 +65.7964 +45.7085 +31.398 +12.9492 +8.42585 +10.0054 +8.42578 +13.8288 +24.537 +29.9178 +56.3159 +57.0776 +59.0561 +68.4148 +72.2498 +69.2362 +65.2984 +62.3285 +62.7002 +67.9972 +74.7923 +74.3416 +72.1147 +67.5003 +65.8017 +45.7018 +31.2705 +12.9514 +8.42581 +10.0054 +8.42585 +13.9379 +24.537 +29.9178 +56.3762 +57.1273 +59.1286 +68.3882 +73.849 +68.2484 +66.1273 +62.2981 +62.6292 +68.0279 +75.6055 +75.2831 +72.1271 +68.0476 +65.8139 +45.7093 +31.4027 +12.9386 +8.42582 +10.0055 +8.43583 +14.0785 +25.3257 +30.5282 +56.3887 +57.0892 +59.515 +68.3722 +73.7847 +68.1648 +65.8622 +61.9959 +62.2979 +68.3337 +75.6109 +74.8421 +72.1296 +68.035 +65.8027 +45.6938 +31.4437 +12.9156 +8.44953 +10.0053 +8.42573 +14.1581 +25.3948 +30.5814 +56.4052 +56.6821 +59.211 +68.4392 +73.7938 +69.7592 +65.8717 +61.925 +62.1728 +67.3758 +75.7006 +74.9838 +72.1412 +68.0665 +65.8292 +45.8673 +31.4812 +13.4164 +8.42579 +10.0055 +8.42589 +14.2368 +25.2067 +29.8011 +46.4538 +47.6888 +59.7389 +68.3631 +73.8465 +70.6009 +66.7095 +62.8475 +62.881 +68.2288 +75.6828 +74.9406 +72.1598 +67.8719 +65.8229 +44.9794 +32.2208 +14.1835 +8.43152 +10.0053 +8.42573 +14.1118 +25.1247 +29.6764 +46.4793 +47.0789 +51.4385 +68.4447 +73.0733 +68.4162 +65.2385 +60.6028 +60.7849 +65.3095 +72.8232 +71.0627 +67.9529 +63.2945 +61.7643 +45.0786 +30.6699 +12.9444 +8.42583 +10.0054 +8.42579 +14.2364 +25.4889 +30.704 +56.481 +56.8253 +59.348 +68.5626 +73.8426 +69.9391 +66.0586 +62.2514 +62.3332 +68.4066 +75.7537 +75.4527 +72.1787 +68.1639 +66.0365 +46.0292 +31.6135 +12.9364 +8.42586 +10.0054 +8.42582 +14.5963 +25.8671 +31.0034 +56.61 +56.8866 +59.381 +68.6151 +73.8329 +69.8919 +65.8795 +61.9005 +62.3292 +67.4687 +75.7592 +75.0476 +72.1462 +68.1523 +65.8511 +45.9939 +31.5625 +12.9453 +8.42588 +10.0054 +8.42584 +14.3881 +25.6455 +30.8402 +56.575 +56.9184 +59.4511 +68.5604 +73.8034 +69.8784 +65.8624 +62.0255 +62.2284 +67.6839 +75.7552 +75.1395 +72.1649 +68.1473 +65.8486 +45.9757 +31.5595 +12.9455 +8.42578 +10.0053 +8.42574 +14.3953 +25.6795 +30.8156 +56.4892 +56.9798 +59.3705 +68.5206 +73.8134 +70.1326 +65.953 +62.0927 +62.3118 +68.124 +75.7524 +75.3586 +72.1509 +68.1635 +65.8331 +45.9419 +31.5184 +12.9085 +8.45151 +10.0053 +8.42572 +14.2533 +25.5131 +30.7069 +56.3866 +56.8726 +59.3306 +68.2948 +73.6624 +69.7925 +65.9451 +61.9384 +62.1016 +67.4493 +75.7263 +75.3532 +72.1475 +68.1636 +65.8312 +45.9707 +31.509 +13.4098 +8.4258 +10.0055 +8.42589 +14.3331 +25.3366 +29.9412 +46.5462 +47.8051 +59.9517 +68.4359 +73.8053 +70.7178 +66.5333 +62.8622 +63.0169 +68.3334 +75.7526 +75.0445 +72.2665 +67.9981 +65.8585 +45.2455 +32.3064 +14.1897 +8.42582 +10.0055 +8.42586 +14.4233 +25.3869 +29.9319 +46.5729 +47.0447 +51.6896 +68.6733 +73.2951 +68.3816 +65.4584 +60.5022 +60.9889 +65.5018 +72.893 +71.1599 +68.1301 +63.3916 +61.7773 +45.1803 +30.8284 +12.9462 +8.42573 +10.0054 +8.42578 +14.4295 +25.7042 +30.8334 +56.5781 +56.9338 +59.4067 +68.5012 +73.8728 +69.8565 +65.887 +61.8917 +62.238 +67.4088 +75.7821 +75.482 +72.1809 +68.2546 +66.0432 +46.1048 +31.592 +12.9455 +8.42577 +10.0054 +8.42581 +14.4666 +25.7223 +30.8996 +56.5918 +57.0447 +59.4628 +68.524 +73.9398 +69.9084 +65.8618 +62.1574 +62.2611 +67.5885 +75.7839 +75.105 +72.1874 +68.2314 +65.8561 +46.0434 +31.5056 +12.9233 +8.42584 +10.0134 +8.44368 +13.9439 +24.537 +29.9177 +56.336 +57.3277 +59.5792 +68.3839 +73.9892 +68.4464 +65.8395 +61.9222 +62.4009 +68.3125 +75.6034 +74.9527 +72.1281 +68.2002 +65.8141 +45.8416 +31.4304 +12.9388 +8.42579 +10.0055 +8.42591 +14.0813 +25.3498 +30.5449 +56.3848 +56.6927 +59.3243 +68.2617 +73.7461 +69.7755 +65.8392 +61.8898 +62.1149 +67.4388 +75.6884 +75.0956 +72.1477 +68.223 +65.8314 +46.0088 +31.4976 +12.947 +8.42577 +10.0055 +8.42586 +14.321 +25.5476 +30.7629 +56.5052 +56.9731 +59.3941 +68.4171 +73.9081 +69.7661 +65.9414 +62.0356 +62.0809 +68.0427 +75.6827 +75.1614 +72.1458 +68.2183 +65.8318 +46.0147 +31.5109 +13.4221 +8.42585 +10.0054 +8.42581 +14.2964 +25.2865 +29.8622 +46.4778 +47.6957 +60.0855 +68.3795 +73.7527 +70.8201 +66.5905 +62.7207 +62.7493 +67.1322 +75.8046 +75.4591 +72.288 +68.0714 +65.8654 +45.2866 +32.3852 +14.1772 +8.4328 +10.0054 +8.42573 +14.4932 +25.4531 +29.9986 +46.6747 +46.9491 +51.6343 +68.7826 +73.3647 +68.4585 +65.163 +60.6638 +60.7516 +65.1049 +73.0025 +71.4388 +68.2883 +63.4974 +61.9081 +45.2533 +30.8933 +12.9498 +8.42573 +10.0055 +8.42577 +14.6819 +25.9049 +31.049 +56.6747 +57.3935 +59.5832 +68.5989 +74.0843 +69.9433 +65.8987 +62.1377 +62.2291 +67.2134 +75.9143 +75.5315 +72.2049 +68.3086 +66.1113 +46.2182 +31.7023 +12.9125 +8.45146 +10.0054 +8.42582 +14.6647 +25.9383 +31.0777 +51.3514 +56.7949 +59.4488 +68.5286 +73.9483 +69.8424 +65.8506 +61.9041 +62.1722 +67.9151 +75.7531 +75.3886 +72.1605 +68.2659 +65.8429 +46.0798 +31.5246 +12.9308 +8.42584 +10.0055 +8.42593 +14.4389 +25.6899 +30.861 +51.2377 +56.8345 +59.4146 +68.442 +73.8031 +69.776 +65.8599 +61.9843 +62.0472 +67.2545 +70.4417 +75.4127 +72.1645 +68.299 +66.023 +46.1794 +31.6341 +12.9365 +8.42588 +10.0054 +8.42591 +14.4746 +25.7126 +30.8128 +51.1576 +56.6427 +59.3975 +68.2364 +73.8002 +69.7261 +65.8363 +61.8767 +61.9134 +67.0717 +70.3968 +75.3425 +72.1513 +68.2836 +65.8345 +46.0581 +31.532 +12.943 +8.42881 +10.0053 +8.42573 +14.3852 +25.6468 +30.8244 +50.8344 +56.6568 +59.4112 +68.3763 +73.7985 +69.7664 +65.807 +61.8937 +62.2108 +67.244 +69.7964 +75.4284 +72.1672 +68.3079 +66.0304 +46.1447 +31.5805 +13.4212 +8.42584 +10.0055 +8.42588 +14.389 +25.3668 +29.9396 +41.21 +47.6375 +60.1155 +68.1773 +73.7554 +70.7326 +66.5691 +62.9507 +62.7129 +67.0688 +69.983 +75.2806 +72.1265 +68.068 +65.7963 +45.0333 +32.1813 +14.1646 +8.43881 +10.0053 +8.42573 +14.0505 +25.0374 +29.6038 +41.0546 +46.7215 +51.5063 +68.6679 +73.3358 +68.4325 +65.1246 +60.6401 +60.7348 +64.9825 +67.5661 +71.5719 +68.3392 +63.4653 +61.8761 +45.211 +30.8207 +12.9502 +8.42574 +10.0055 +8.42579 +14.6719 +25.8215 +30.9786 +51.2637 +57.0367 +59.5143 +68.4111 +73.8165 +69.8545 +65.8353 +61.9091 +62.2143 +67.593 +70.3858 +75.0849 +72.1662 +68.2718 +65.8479 +46.1099 +31.5551 +12.9475 +8.42581 +10.0055 +8.42585 +14.4929 +25.7156 +30.875 +51.144 +56.6875 +59.4636 +68.3687 +73.7485 +69.7701 +65.7888 +61.9488 +61.8778 +66.9332 +69.6083 +74.9755 +72.1159 +68.2471 +65.7995 +45.8685 +31.2766 +12.9476 +8.42586 +10.0054 +8.4258 +13.9122 +24.537 +29.9178 +50.8976 +56.6182 +59.266 +68.3418 +73.8503 +69.7211 +65.7776 +61.9104 +62.0788 +67.1464 +69.9383 +75.0105 +72.1321 +68.2445 +65.8083 +45.895 +31.4667 +12.9487 +8.42586 +10.0054 +8.42585 +14.2275 +25.4771 +30.703 +50.9729 +56.6152 +59.4017 +68.2017 +73.783 +69.7555 +65.8015 +61.9081 +62.103 +67.4719 +70.0064 +75.0355 +72.1452 +68.2484 +65.8277 +46.0286 +31.4756 +12.9486 +8.42584 +10.0054 +8.42585 +14.1361 +25.3671 +30.5439 +50.972 +56.4827 +59.2926 +68.3083 +73.629 +68.234 +65.791 +61.9274 +62.0135 +67.0362 +69.7832 +74.9629 +72.1292 +68.2312 +65.8122 +45.8863 +31.4293 +13.4229 +8.42583 +10.0055 +8.42586 +14.099 +25.071 +29.6378 +41.0996 +47.6748 +59.9655 +68.3677 +73.7046 +70.6281 +66.5571 +62.7061 +62.778 +66.8709 +69.6715 +75.3169 +72.1328 +68.0844 +65.8183 +45.0367 +32.2433 +14.1646 +8.44061 +10.0053 +8.42573 +14.1751 +25.1172 +29.6768 +40.9182 +46.7104 +51.3556 +68.702 +73.2853 +68.4554 +65.1937 +60.5575 +60.7832 +65.3085 +67.4223 +71.3695 +68.1379 +63.2712 +61.6401 +44.9418 +30.589 +12.9493 +8.42585 +10.0054 +8.4258 +14.1914 +25.3342 +30.5172 +50.9203 +56.451 +59.2903 +68.3359 +73.8257 +68.2249 +65.8313 +61.9363 +61.9203 +67.0019 +70.2084 +75.3139 +72.1504 +68.2897 +65.8454 +46.1065 +31.5706 +12.9453 +8.42579 +10.0055 +8.42588 +14.5457 +25.8032 +30.9947 +50.8044 +56.7483 +59.484 +68.5055 +73.9952 +69.8308 +65.8673 +62.084 +62.2532 +67.0745 +69.8783 +75.4411 +72.1771 +68.3083 +65.8561 +46.1263 +31.5634 +12.9403 +8.42586 +10.0055 +8.4259 +14.3688 +25.6669 +30.8244 +50.9422 +56.4955 +59.2707 +68.2549 +72.1214 +69.1505 +65.0063 +61.0888 +61.2354 +66.396 +68.0611 +73.6734 +70.5142 +67.2056 +64.9968 +45.868 +31.2792 +12.9487 +8.42583 +10.0054 +8.42577 +13.9063 +24.537 +29.9178 +50.8279 +56.9034 +59.2446 +68.2677 +73.7787 +69.7507 +65.8301 +61.8778 +62.017 +67.3871 +70.0501 +75.31 +72.1396 +68.2439 +65.8271 +46.0413 +31.5001 +12.9287 +8.42585 +10.0055 +8.4516 +14.3237 +25.5749 +30.7329 +50.5752 +56.6258 +59.3679 +68.2825 +73.9126 +69.77 +65.8481 +61.8787 +61.9877 +66.8395 +69.7143 +75.3688 +72.1494 +68.2559 +65.8372 +46.0578 +31.5572 +13.3901 +8.44627 +10.0053 +8.42573 +14.3509 +25.3471 +29.9037 +40.9199 +47.5624 +60.0711 +68.3897 +73.8852 +70.8362 +66.5822 +62.7315 +62.7592 +66.9125 +69.7584 +75.4118 +72.2348 +68.0567 +65.8479 +45.2221 +32.3147 +14.176 +8.43349 +10.0053 +8.42573 +14.3716 +25.3412 +29.8966 +40.746 +46.8294 +51.5538 +68.7195 +73.3624 +68.4127 +65.1612 +60.4541 +60.4825 +64.8696 +67.1531 +71.2633 +68.1589 +63.3506 +61.6217 +45.0824 +30.693 +12.9507 +8.42587 +10.0054 +8.42583 +14.1452 +25.4062 +30.6363 +50.691 +56.4412 +59.2578 +68.1425 +73.7621 +69.792 +65.8377 +61.9092 +61.8932 +67.0171 +69.8746 +75.152 +72.1474 +68.2262 +65.8416 +46.042 +31.5532 +12.9474 +8.42586 +10.0054 +8.42583 +14.3653 +25.6381 +30.8222 +50.673 +56.7468 +59.2041 +68.3329 +73.8075 +69.7279 +65.8645 +61.9517 +62.0933 +66.8505 +69.2259 +75.1037 +72.1322 +68.2095 +65.8237 +46.0015 +31.5003 +12.9447 +8.42578 +10.0055 +8.42587 +14.3004 +25.5457 +30.7518 +50.591 +56.5534 +59.3045 +68.274 +73.7958 +69.7388 +65.8202 +61.918 +62.0342 +66.8014 +69.2139 +75.0241 +72.1268 +68.1936 +65.8032 +45.84 +31.4127 +12.9344 +8.4258 +10.0055 +8.42592 +14.1766 +25.3865 +30.5614 +50.487 +56.3816 +59.2053 +68.2225 +73.7444 +68.9052 +64.9913 +61.92 +62.0319 +66.7999 +69.128 +75.277 +72.1206 +68.2249 +65.8092 +45.8343 +31.4315 +12.9253 +8.42584 +10.0055 +8.45147 +14.0513 +25.3142 +30.5557 +50.6077 +56.4399 +59.2799 +68.2411 +73.7741 +69.779 +65.8584 +61.9281 +61.9004 +66.9635 +69.5927 +75.3604 +72.1598 +68.2326 +65.8469 +46.0398 +31.6046 +13.4092 +8.43279 +10.0053 +8.42573 +14.4034 +25.3498 +29.9104 +40.8893 +47.575 +59.9842 +68.3514 +73.7318 +70.6701 +66.4872 +62.7542 +62.6642 +67.0837 +69.9316 +75.0671 +72.2142 +67.9831 +65.8375 +45.0492 +32.2642 +14.1925 +8.42589 +10.0054 +8.42584 +14.3341 +25.3373 +29.908 +40.822 +46.8625 +51.5547 +68.6194 +73.2334 +68.3758 +65.1688 +60.5564 +60.586 +64.7819 +66.8522 +71.4694 +68.2256 +63.4289 +61.7423 +45.2041 +30.8158 +12.9459 +8.42582 +10.0054 +8.42587 +14.4412 +25.6818 +30.8487 +50.623 +56.6584 +59.3524 +68.5326 +73.798 +69.844 +65.8705 +62.0159 +62.0976 +67.0602 +69.2075 +75.4263 +72.1669 +68.1848 +66.0285 +46.0642 +31.6103 +12.9322 +8.42588 +10.0055 +8.42591 +14.4753 +25.7191 +30.8868 +50.624 +56.6154 +59.344 +68.4421 +73.7162 +69.7653 +65.8295 +61.9203 +61.9724 +66.9561 +69.0987 +75.201 +72.1526 +68.1666 +65.8415 +45.9866 +31.5869 +12.9211 +8.4416 +10.0053 +8.42583 +14.3626 +25.5995 +30.7935 +50.5127 +56.373 +59.1927 +68.2912 +73.6195 +69.2124 +65.2973 +60.934 +62.1961 +66.7478 +68.9483 +75.0375 +72.1192 +68.1322 +65.8076 +45.7545 +31.4215 +12.9452 +8.42582 +10.0054 +8.42576 +13.9085 +24.5371 +29.9178 +50.8333 +56.4229 +59.1642 +68.2564 +72.0452 +69.0409 +65.1271 +61.9817 +62.1828 +66.8778 +68.975 +73.8583 +71.3137 +67.3148 +65.7833 +45.7825 +31.2892 +12.9413 +8.42786 +10.0053 +8.42573 +13.8756 +24.5371 +29.9178 +50.8181 +56.5302 +59.1807 +68.2428 +71.9876 +68.9142 +65.0178 +61.0719 +62.0905 +67.0011 +68.1743 +74.0731 +71.047 +67.3234 +65.7979 +45.7375 +31.2685 +13.4189 +8.42572 +10.0053 +8.42576 +13.7211 +24.2219 +28.9689 +40.8296 +47.508 +59.7179 +68.2091 +72.1677 +69.4803 +65.7538 +62.768 +62.9659 +67.0531 +69.8022 +74.1825 +71.0471 +67.0776 +65.7966 +44.9502 +32.0465 +8.42579 +10.0054 +8.42582 +13.5748 +24.4936 +29.0442 +45.3972 +45.63 +51.4068 +67.6379 +72.1795 +67.3126 +63.5287 +58.8175 +59.0137 +62.9821 +64.7281 +63.3964 +66.3909 +61.6541 +60.7031 +44.9314 +30.4813 +12.9334 +8.42585 +10.0055 +8.42588 +13.4224 +24.5371 +29.9436 +56.2946 +56.7728 +59.0946 +68.349 +72.9031 +68.9234 +64.2131 +61.0547 +61.0854 +66.0773 +67.3588 +66.7233 +70.5142 +66.4625 +64.1957 +44.6187 +31.2673 +12.9354 +8.43232 +10.0053 +8.42573 +13.2462 +24.5371 +29.9178 +55.4976 +54.9246 +57.7026 +68.0807 +88.0426 +92.5822 +91.0156 +83.5284 +79.8272 +82.0149 +84.1645 +82.3608 +80.7014 +73.5039 +65.1669 +44.0826 +31.2505 +12.9482 +8.42574 +10.0054 +8.42578 +13.1646 +24.537 +29.9178 +54.7029 +55.0898 +58.5754 +76.489 +90.6903 +93.6506 +89.6766 +84.1799 +81.249 +86.0416 +90.271 +89.2031 +85.7558 +80.8617 +69.4173 +44.0836 +29.6482 +12.9502 +8.42578 +10.0054 +8.42582 +13.1647 +24.537 +29.9179 +55.1059 +55.8023 +57.5681 +67.0601 +72.2297 +68.338 +64.202 +64.6297 +63.9535 +64.9953 +67.1108 +66.6905 +70.5775 +66.4308 +64.1175 +44.0883 +31.2587 +12.9516 +8.42571 +10.0053 +8.42575 +13.1693 +24.5371 +29.9178 +50.9712 +56.0635 +58.3044 +67.2837 +72.1396 +68.2329 +64.289 +60.2703 +61.6276 +66.6017 +66.7236 +66.8527 +71.3146 +67.2004 +65.7994 +45.7094 +31.2768 +13.4247 +8.42583 +10.0054 +8.42577 +13.8604 +24.2219 +28.9689 +41.0834 +47.637 +59.9167 +68.3772 +73.7398 +70.4613 +66.6005 +62.7145 +62.7342 +66.705 +68.2242 +67.8191 +72.121 +67.7545 +65.5161 +44.9488 +32.0892 +14.1638 +8.44526 +10.0053 +8.42573 +13.9369 +24.9243 +29.5063 +41.1191 +46.8781 +51.4896 +68.547 +73.1106 +68.4654 +65.2369 +60.5384 +60.5509 +64.6528 +66.3493 +64.9835 +67.9367 +63.327 +61.5924 +45.1165 +30.6917 +12.9499 +8.42578 +10.0054 +8.42582 +14.1839 +25.4536 +30.6254 +51.0553 +56.5994 +59.1673 +68.2449 +73.7414 +69.7526 +65.8273 +61.8707 +61.916 +66.6624 +68.3958 +68.1794 +72.1216 +67.9315 +65.5903 +45.7331 +31.4636 +12.9072 +8.45004 +10.0053 +8.42573 +14.1651 +25.4166 +30.6076 +51.0667 +56.6351 +59.1051 +68.3804 +73.7695 +68.8466 +65.8109 +61.8677 +62.0351 +66.6347 +68.2903 +67.9344 +72.1164 +67.9084 +65.5165 +45.7404 +31.3888 +12.9442 +8.42578 +10.0054 +8.42581 +13.8035 +24.537 +29.9179 +50.9132 +56.4239 +58.2497 +67.2857 +72.1659 +68.8339 +65.5018 +60.2639 +60.3723 +65.0034 +66.863 +66.9356 +70.5142 +66.3358 +64.4135 +45.6921 +31.2944 +12.9325 +8.43333 +10.0053 +8.42573 +13.6732 +24.5371 +29.9178 +50.9045 +56.6593 +59.1313 +68.2607 +73.8042 +69.7286 +65.8164 +61.916 +61.94 +66.666 +68.2844 +68.261 +72.1302 +67.8954 +65.4796 +45.8879 +31.4629 +12.9384 +8.4258 +10.0055 +8.4259 +14.192 +25.4189 +30.6117 +50.8232 +56.5259 +59.1787 +68.3892 +73.7995 +69.7467 +65.8168 +61.8709 +61.9512 +66.6445 +68.1821 +67.8194 +72.1467 +67.8642 +65.4524 +45.8838 +31.4961 +13.394 +8.44778 +10.0091 +8.42571 +14.2088 +25.1655 +29.745 +40.8023 +47.6131 +59.716 +68.3478 +73.9166 +70.5045 +66.6187 +62.7183 +62.7393 +66.7432 +68.3164 +68.4661 +72.1217 +67.6552 +65.3288 +44.958 +32.148 +14.1954 +8.42581 +10.0053 +8.42575 +14.0015 +24.9961 +29.5639 +40.7315 +46.8898 +51.422 +68.3026 +72.8664 +68.3454 +65.1838 +60.53 +60.4334 +64.5877 +66.1293 +64.5766 +67.7978 +63.3648 +61.7729 +45.1581 +30.7651 +12.9462 +8.42579 +10.0053 +8.42575 +14.2341 +25.4605 +30.6868 +50.5941 +56.5925 +59.1713 +68.2497 +73.78 +69.7605 +65.8132 +61.9923 +61.8846 +66.641 +68.3015 +68.0537 +72.1308 +67.7977 +65.3685 +45.8427 +31.4612 +12.9473 +8.42581 +10.0055 +8.42591 +14.1998 +25.4415 +30.5858 +50.7147 +56.4809 +59.0871 +68.2501 +73.7295 +68.1553 +64.7294 +61.0748 +61.8857 +66.802 +68.1851 +67.7304 +65.7509 +67.7788 +65.3277 +45.7023 +31.4258 +12.9509 +8.42585 +10.0055 +8.42588 +13.977 +25.2058 +30.4706 +50.5099 +56.4723 +59.0125 +68.2386 +72.9645 +68.1522 +64.2124 +60.6571 +61.0963 +66.6869 +67.714 +67.4125 +66.7848 +67.7438 +65.2918 +45.6639 +31.2873 +12.9373 +8.43419 +10.0053 +8.42573 +13.7356 +24.5371 +29.9178 +51.0019 +56.7783 +59.1114 +68.3472 +72.3138 +69.0045 +65.0852 +61.1538 +61.8813 +66.8166 +67.7796 +67.6603 +65.1847 +66.9393 +64.4335 +45.654 +31.2994 +12.9489 +8.42571 +10.0053 +8.42575 +13.6387 +24.5371 +29.9178 +50.9802 +56.6975 +58.964 +68.2296 +73.0739 +68.921 +64.2178 +60.8123 +61.0779 +66.0838 +67.5003 +67.5718 +65.7493 +66.1188 +64.4257 +45.6568 +31.2931 +13.4003 +8.43845 +10.0053 +8.42573 +13.7584 +24.7453 +29.3942 +40.6736 +47.3645 +59.8054 +68.4066 +72.8718 +69.2976 +65.2104 +61.7283 +61.8872 +66.8218 +68.2405 +67.2923 +65.2172 +66.7355 +64.9438 +44.9461 +32.0347 +14.196 +8.42574 +10.0054 +8.42578 +13.6414 +24.5437 +29.1091 +40.2833 +45.0669 +51.4958 +68.2475 +72.9901 +68.3002 +65.1442 +60.4731 +60.5474 +64.5059 +66.2074 +64.5921 +62.4199 +63.2548 +61.6796 +44.9617 +30.6273 +12.9361 +8.4347 +10.0053 +8.42573 +13.8804 +25.1447 +30.3588 +50.439 +56.3219 +59.0044 +68.5374 +72.9114 +68.7442 +64.262 +60.8568 +60.6498 +65.4137 +67.4218 +67.3266 +65.6717 +66.8705 +65.1192 +45.7132 +31.2667 +12.948 +8.42578 +10.0054 +8.42582 +13.5394 +24.537 +29.9179 +50.6899 +56.1498 +58.9982 +68.3214 +72.0498 +68.7525 +65.1123 +62.0217 +61.9906 +66.797 +68.4839 +67.8539 +66.5563 +67.6116 +65.8066 +45.7137 +31.4043 +12.9472 +8.4258 +10.0054 +8.42583 +13.9599 +25.2274 +30.4486 +50.4295 +56.2207 +58.9961 +68.2936 +72.9338 +68.8473 +65.012 +61.0885 +61.9815 +66.6216 +67.1971 +66.4448 +65.5166 +67.6409 +65.5507 +45.7329 +31.4067 +12.9415 +8.43007 +10.0053 +8.42573 +13.8698 +25.0882 +30.2998 +50.4324 +56.1 +59.0014 +68.3035 +73.1878 +68.2518 +64.3916 +60.4944 +60.3037 +65.0679 +66.5978 +66.2039 +64.8724 +66.4405 +64.6801 +45.7144 +31.2807 +12.9178 +8.4489 +10.0053 +8.42573 +13.6025 +24.5371 +29.9178 +49.7404 +54.4249 +57.4463 +66.6256 +74.1673 +75.1884 +71.5576 +64.9894 +60.4972 +65.4451 +67.644 +69.1937 +67.1565 +69.4314 +63.7624 +44.0985 +29.6791 +13.3954 +8.44341 +10.0053 +8.42572 +13.1646 +24.2219 +28.9689 +39.4401 +45.8762 +58.1567 +66.6901 +77.7376 +75.1914 +75.3473 +68.9543 +65.3355 +66.7047 +66.6583 +70.1414 +69.2259 +67.3251 +63.5172 +43.3356 +30.4462 +14.175 +8.43801 +10.0053 +8.42573 +13.1646 +24.5771 +29.707 +38.9072 +45.0461 +49.7199 +66.8156 +71.552 +66.7621 +63.6911 +58.851 +58.8526 +62.8753 +64.4013 +63.017 +60.7354 +61.9868 +60.5695 +44.9555 +30.4968 +12.9479 +8.42581 +10.0054 +8.42585 +13.6232 +24.537 +29.9179 +50.8568 +55.9596 +58.9825 +68.2438 +72.9421 +69.0018 +64.3012 +61.9711 +61.9762 +66.7993 +68.4527 +67.8905 +66.7875 +67.6471 +65.2238 +45.7065 +31.2969 +12.9439 +8.42812 +10.0053 +8.42573 +13.8811 +24.5371 +29.9178 +50.4694 +55.9153 +59.0128 +68.2485 +72.0747 +69.1905 +65.0204 +61.073 +61.0918 +65.0077 +67.8999 +66.9542 +66.0805 +67.1101 +65.177 +45.7002 +31.2927 +12.9445 +8.42782 +10.0053 +8.42573 +13.6369 +24.5371 +29.9178 +50.7651 +56.2002 +58.4537 +67.1904 +72.1329 +68.233 +64.2648 +60.3877 +60.872 +65.2377 +67.7482 +66.8313 +65.9617 +67.6431 +65.1206 +45.7131 +31.2765 +12.9422 +8.42586 +10.0055 +8.42589 +13.8389 +24.5449 +29.9356 +50.2839 +55.7998 +58.985 +68.2494 +73.6611 +68.9485 +64.516 +61.3631 +61.8706 +66.6824 +67.0893 +66.3302 +65.2601 +67.6812 +65.1281 +45.735 +31.4188 +12.928 +8.43857 +10.0053 +8.42573 +13.8352 +24.5371 +29.9178 +50.822 +56.0706 +59.1133 +68.2469 +73.8719 +68.9381 +65.1012 +61.8809 +61.97 +66.8132 +67.5674 +66.2464 +64.8724 +66.0406 +63.5735 +45.7337 +31.2863 +13.4231 +8.42578 +10.0054 +8.42582 +13.7968 +24.2219 +28.969 +40.7133 +47.3489 +59.8664 +68.3523 +73.7045 +70.6537 +66.6385 +62.7041 +62.7394 +66.9124 +68.6057 +66.4917 +66.108 +67.6853 +65.187 +44.9583 +32.081 +14.173 +8.44284 +10.0053 +8.42573 +14.1358 +25.0461 +29.6274 +40.5868 +46.7359 +51.5099 +68.5143 +73.1638 +68.3805 +65.1569 +60.541 +60.4369 +64.5554 +66.0533 +64.6632 +62.1501 +63.3297 +61.7308 +45.1579 +30.6955 +12.938 +8.4258 +10.0055 +8.42589 +14.1258 +25.3556 +30.6178 +50.2972 +55.8215 +59.0789 +68.2384 +73.7531 +69.8155 +65.0195 +61.8873 +61.8997 +66.6292 +68.1715 +66.8439 +66.3036 +67.624 +65.3627 +45.7312 +31.2702 +12.93 +8.42591 +10.0055 +8.4516 +13.7884 +24.537 +29.9177 +50.332 +55.8678 +58.9991 +68.3256 +72.9187 +68.9636 +64.2472 +60.8059 +60.2863 +65.1124 +66.5511 +65.9427 +64.5708 +66.8394 +65.3972 +45.7291 +31.2584 +12.9381 +8.42589 +10.0055 +8.42593 +13.7404 +24.537 +29.9177 +50.2552 +55.8515 +59.0022 +67.3585 +72.2313 +68.24 +64.2368 +60.3751 +60.3294 +65.3363 +67.753 +66.0602 +64.1713 +66.0738 +63.6595 +44.9268 +31.2689 +12.9489 +8.42571 +10.0053 +8.42575 +13.2027 +24.5371 +29.9178 +50.2582 +54.6592 +57.4032 +66.6521 +72.1494 +70.7737 +64.2268 +60.2596 +60.2942 +65.0434 +66.7044 +65.978 +64.4807 +66.0735 +64.1943 +45.7323 +31.2799 +12.9483 +8.42577 +10.0054 +8.42582 +13.6363 +24.537 +24.5884 +50.2794 +55.8632 +58.1639 +67.1875 +72.1264 +68.2382 +64.4444 +60.2774 +60.2855 +65.0273 +66.5917 +66.0553 +64.2086 +66.4427 +64.5165 +45.7269 +31.2614 +13.4184 +8.42584 +10.0055 +8.42588 +13.6477 +24.2219 +23.6516 +40.5147 +47.342 +58.989 +67.5867 +72.3064 +69.2154 +65.127 +61.1097 +61.125 +65.1938 +66.5663 +65.9196 +63.5334 +66.0761 +64.2475 +44.9461 +32.0581 +14.1893 +8.43065 +10.0053 +8.42573 +13.5877 +24.5242 +23.7572 +39.6806 +45.0017 +50.7283 +66.8031 +71.4226 +66.7537 +63.8343 +58.8475 +58.8572 +62.976 +64.4913 +63.8834 +60.7452 +62.0655 +60.8677 +44.9621 +30.5319 +12.9471 +8.42574 +10.0054 +8.42578 +13.7162 +24.8996 +24.9076 +50.2678 +55.9066 +59.1119 +68.234 +72.8028 +68.2907 +64.3026 +60.5511 +60.2753 +65.0305 +66.5661 +66.1121 +64.4932 +66.8752 +64.4895 +45.74 +31.2846 +12.9474 +8.4257 +10.0053 +8.42575 +13.5015 +24.5371 +24.5883 +50.629 +56.0069 +59.1073 +68.3492 +72.8779 +69.008 +64.755 +60.8417 +60.9289 +65.9803 +66.9757 +66.8285 +65.4552 +67.1259 +65.3045 +45.7482 +31.2645 +12.9412 +8.42584 +10.0055 +8.42588 +13.7048 +24.5371 +24.613 +50.2679 +55.3044 +58.2014 +67.3073 +72.286 +68.1619 +64.3252 +60.296 +60.2914 +65.0122 +66.7067 +66.3844 +64.7154 +66.0442 +64.2489 +45.7255 +31.2664 +12.9481 +8.42582 +10.0055 +8.42586 +13.5431 +24.5371 +24.5884 +50.3942 +54.7709 +57.3943 +66.679 +72.2735 +68.308 +64.2795 +60.2811 +60.2832 +65.0137 +66.8938 +66.7989 +64.7154 +66.444 +64.3313 +45.7264 +31.2761 +12.9476 +8.42579 +10.0054 +8.42583 +13.4187 +24.537 +24.5884 +50.6541 +54.2663 +58.1933 +67.2813 +73.0327 +68.2118 +64.3009 +60.749 +61.1721 +66.1576 +67.683 +67.1891 +65.28 +66.8415 +64.3579 +45.7317 +31.2669 +13.4201 +8.42583 +10.0055 +8.42587 +13.5507 +24.2219 +23.6395 +40.6812 +47.3948 +59.0135 +67.2965 +72.1697 +69.1039 +65.182 +61.1001 +61.6449 +65.874 +68.2432 +66.1681 +64.4298 +66.609 +63.7992 +44.1395 +32.0337 +14.1961 +8.42573 +10.0054 +8.42577 +13.3429 +24.267 +23.7959 +39.0503 +44.9809 +51.3679 +68.3738 +71.9251 +66.8938 +63.9008 +58.9935 +58.984 +63.0059 +64.6066 +62.9166 +60.4391 +62.2288 +60.8712 +44.9521 +30.5161 +12.9496 +8.42576 +10.0054 +8.42581 +13.5802 +24.7622 +24.2639 +50.274 +56.0359 +58.202 +67.7725 +72.2847 +68.2658 +64.3022 +60.3051 +60.3822 +65.0963 +66.5617 +65.8425 +63.8192 +66.0754 +64.2785 +45.7274 +31.2891 +12.948 +8.42694 +10.0053 +8.42573 +13.4804 +24.5371 +24.5883 +50.5738 +54.3212 +57.5407 +66.7735 +72.2799 +70.3022 +65.1531 +60.3817 +60.3499 +65.1176 +66.864 +66.3851 +64.7154 +66.0797 +63.772 +44.1295 +31.327 +12.9497 +8.42581 +10.0053 +8.42575 +13.5262 +24.5371 +24.2389 +50.262 +54.9608 +58.2056 +67.8017 +72.2048 +68.1669 +65.0614 +60.4189 +60.28 +65.0218 +66.6014 +65.8706 +63.8192 +66.0793 +64.2761 +45.7274 +31.2635 +12.944 +8.42585 +10.0055 +8.42589 +13.5307 +24.5371 +24.1593 +50.148 +55.2476 +57.4857 +66.6354 +72.0724 +68.3452 +65.1854 +60.3004 +60.2682 +65.0341 +66.5494 +66.2643 +64.6377 +66.0766 +63.7168 +44.1256 +31.2748 +12.9469 +8.4257 +10.0053 +8.42573 +13.204 +24.5371 +24.5883 +50.3077 +54.276 +57.3895 +66.6541 +72.1589 +72.034 +68.6945 +60.2958 +60.2642 +65.0426 +66.6763 +65.8972 +64.3657 +66.0753 +64.3051 +45.724 +31.2736 +13.4206 +8.42578 +10.0054 +8.42582 +13.3227 +24.2219 +23.2858 +40.0714 +46.6148 +58.902 +66.6948 +72.2245 +68.9799 +65.1638 +61.1042 +61.1366 +65.0895 +66.5735 +65.9245 +63.3679 +66.4771 +64.5441 +44.9494 +32.0803 +14.1629 +8.44502 +10.0053 +8.42573 +13.5865 +24.5226 +23.3128 +39.6158 +44.9809 +50.5252 +67.1917 +71.6052 +66.8309 +63.6711 +59.1719 +58.8517 +62.8806 +64.6073 +62.8881 +60.1499 +61.67 +60.6131 +44.9666 +30.4916 +12.943 +8.42588 +10.0055 +8.42592 +13.6065 +24.5509 +24.0824 +50.2444 +55.9533 +58.5964 +67.4801 +72.1208 +68.2137 +64.4886 +60.2972 +60.2738 +65.0289 +66.6693 +66.0196 +64.288 +66.0893 +64.1609 +44.9291 +31.2672 +12.9499 +8.42577 +10.0054 +8.4258 +13.2622 +24.537 +24.2745 +50.2979 +54.7177 +57.4785 +66.7164 +72.972 +72.5061 +68.1171 +61.9204 +61.4186 +66.2885 +68.5429 +69.456 +67.757 +68.7891 +63.7451 +44.8037 +30.4453 +12.9376 +8.4259 +10.0055 +8.44101 +13.1752 +24.537 +24.4494 +49.5875 +54.4209 +58.2118 +72.8237 +89.1447 +90.5163 +91.8191 +85.4406 +83.2956 +87.1887 +88.733 +69.9456 +68.005 +66.8663 +63.7613 +44.1235 +29.6535 +12.9384 +8.42588 +10.0055 +8.42592 +13.1823 +24.5451 +24.5882 +49.69 +54.8732 +58.2294 +67.5522 +72.2666 +68.4385 +64.3826 +60.4971 +61.2603 +66.3846 +67.5192 +66.4869 +65.0295 +66.3974 +64.3314 +45.6936 +31.3017 +12.9438 +8.42831 +10.0053 +8.42573 +13.4504 +24.5371 +24.5883 +51.0407 +54.4232 +58.229 +67.7921 +72.2639 +68.2979 +64.2978 +60.8748 +60.7171 +65.0002 +66.5913 +65.9251 +63.8192 +66.0774 +64.3319 +44.929 +31.2561 +13.4136 +8.42587 +10.0055 +8.42591 +13.3977 +24.2476 +23.2216 +39.2167 +45.713 +58.1335 +66.705 +76.6987 +78.3021 +77.7263 +72.4341 +74.6544 +79.8887 +78.1177 +79.9246 +75.7944 +72.4375 +66.4225 +44.412 +30.4202 +14.1929 +8.42581 +10.0054 +8.42585 +13.1647 +25.335 +25.4816 +38.9596 +45.0273 +49.7196 +68.2998 +78.2188 +83.1014 +85.5252 +81.5951 +81.7029 +85.3942 +64.6189 +72.901 +59.9162 +61.6815 +60.0893 +43.879 +30.5053 +12.9486 +8.4257 +10.0053 +8.42574 +13.1646 +24.5371 +24.119 +49.0861 +54.3181 +57.386 +66.655 +72.1859 +72.9565 +68.2295 +60.2851 +60.3914 +65.4636 +67.9795 +68.8332 +63.8192 +66.0783 +63.7989 +44.1285 +31.242 +12.9475 +8.42585 +10.0055 +8.42589 +13.2095 +24.5371 +24.3001 +49.0391 +54.3106 +57.3495 +66.6939 +74.8535 +75.9697 +74.8945 +70.4008 +72.3694 +75.272 +77.9395 +77.2547 +73.421 +73.2565 +66.1019 +44.1365 +29.656 +12.9296 +8.42591 +10.0055 +8.4516 +13.1645 +24.537 +24.4494 +48.9403 +55.9457 +61.0738 +69.1742 +72.2721 +73.6933 +69.8753 +60.6875 +60.4987 +65.2881 +67.007 +66.0535 +65.957 +66.1066 +63.7456 +44.13 +30.4506 +12.9449 +8.42585 +10.0055 +8.42589 +13.2195 +24.5371 +24.4752 +50.2823 +55.102 +58.1848 +67.2845 +72.2193 +68.2523 +64.2654 +60.3468 +60.3205 +65.041 +66.6775 +66.0334 +64.4031 +66.0778 +64.3324 +45.7307 +31.2817 +12.9485 +8.42577 +10.0054 +8.42581 +13.4162 +24.537 +24.4496 +50.2645 +55.1192 +57.3996 +66.6855 +72.2239 +68.391 +64.3273 +60.2599 +60.3081 +65.0054 +66.5574 +66.1008 +64.4807 +66.0767 +63.7995 +44.662 +31.2803 +13.4234 +8.42593 +10.0053 +8.42574 +13.3714 +24.2219 +23.2482 +39.5905 +46.0488 +58.1463 +66.6938 +72.1704 +70.1642 +67.2498 +64.772 +64.7643 +70.9717 +68.442 +68.7193 +67.4413 +68.2911 +67.7383 +44.2735 +30.4541 +14.1703 +8.44111 +10.0053 +8.42572 +13.1646 +25.5807 +24.0482 +38.8165 +44.9808 +49.6753 +66.7366 +71.4556 +69.9945 +66.743 +62.1011 +61.4195 +65.7191 +66.2121 +64.0977 +60.2045 +56.3355 +60.1041 +43.3406 +29.6906 +12.95 +8.42577 +10.0054 +8.42581 +13.1825 +24.537 +23.9623 +50.1594 +54.3197 +57.3641 +66.6761 +72.1645 +69.439 +65.7339 +60.2574 +60.3118 +65.5724 +69.783 +69.5354 +65.2215 +60.7467 +63.7988 +44.1318 +31.2639 +12.948 +8.42575 +10.0054 +8.4258 +13.3352 +24.537 +23.9968 +49.0555 +54.3203 +59.5528 +70.8239 +82.8 +82.6518 +79.7501 +75.5057 +74.1822 +79.535 +82.2674 +83.3363 +79.2921 +73.5284 +72.1068 +47.86 +34.8472 +12.9479 +8.42569 +10.0053 +8.42574 +13.1646 +24.5371 +24.3099 +48.7086 +54.4995 +57.5033 +66.788 +72.3681 +68.2932 +64.3133 +60.3545 +60.4787 +65.1505 +66.9385 +66.4248 +64.2461 +60.7774 +63.7469 +44.6626 +31.2715 +12.9493 +8.42572 +10.0053 +8.42576 +13.1922 +24.5371 +24.3797 +50.3453 +54.7198 +57.6223 +66.7117 +75.5669 +74.9269 +72.5295 +63.9341 +60.3791 +65.0912 +66.8711 +66.3786 +64.4644 +60.7546 +63.7934 +44.129 +30.4457 +12.9439 +8.42588 +10.0055 +8.42592 +13.1767 +24.5507 +24.2743 +49.4469 +54.3999 +57.3515 +68.048 +78.7723 +79.8731 +75.3647 +72.2274 +70.0845 +75.8454 +78.3362 +78.7949 +72.3715 +65.7535 +63.7723 +44.1285 +30.0708 +13.4216 +8.42572 +10.0053 +8.42576 +13.1646 +24.2219 +23.1958 +39.6162 +45.7379 +58.6651 +67.6595 +80.2125 +78.3489 +76.6146 +71.1833 +70.9815 +75.7744 +75.1756 +74.0432 +70.5071 +63.3393 +63.7725 +43.3818 +30.4139 +14.198 +8.42581 +10.0054 +8.42585 +13.1647 +25.1211 +25.1663 +38.933 +45.0718 +49.7404 +66.814 +71.5188 +66.8583 +63.6062 +58.9409 +58.8971 +62.9759 +64.6487 +63.2962 +60.2326 +56.3362 +60.1044 +43.3806 +28.8757 +12.9378 +8.42589 +10.0055 +8.43092 +13.1854 +24.537 +23.9623 +49.7829 +57.9235 +57.3459 +67.1268 +78.6515 +76.6742 +69.0959 +60.2695 +60.3025 +65.1034 +66.8964 +66.3852 +64.2086 +60.7796 +63.7729 +44.1267 +30.4556 +12.9507 +8.4258 +10.0054 +8.42583 +13.1647 +24.537 +24.4496 +49.5864 +54.4209 +57.7178 +66.7512 +77.6453 +76.4648 +70.8339 +62.9094 +60.4678 +67.2167 +70.7001 +71.7599 +65.7047 +60.7474 +63.8262 +44.1291 +30.4488 +12.9395 +8.42587 +10.0055 +8.42591 +13.1648 +24.5627 +23.9623 +48.5445 +54.5418 +58.0624 +67.893 +80.9062 +81.6429 +78.8945 +72.9589 +70.8338 +78.543 +80.4303 +82.7078 +74.7822 +68.0869 +66.596 +44.1315 +29.6526 +12.9469 +8.42582 +10.0055 +8.42586 +13.1647 +24.5371 +24.3798 +48.5648 +54.4536 +57.6261 +68.2976 +81.7424 +85.4403 +84.4361 +79.3497 +81.1943 +87.9125 +92.9979 +95.0812 +88.1899 +81.3111 +79.662 +53.0076 +30.4618 +12.9473 +8.42587 +10.0055 +8.42591 +13.8549 +24.5616 +23.9623 +59.2527 +69.8495 +80.7742 +89.5627 +99.5432 +99.1938 +94.719 +86.0235 +82.8207 +83.4988 +82.1931 +84.5968 +75.3831 +68.9519 +64.9695 +44.1303 +29.6465 +13.4244 +8.42584 +10.0055 +8.42589 +13.1647 +24.222 +23.1432 +39.6406 +45.7379 +58.1416 +66.7646 +72.1853 +71.9653 +69.2097 +63.5088 +65.5404 +71.0807 +70.5452 +70.8421 +69.4451 +60.8443 +63.8263 +43.3451 +30.9746 +14.1927 +8.42952 +10.0053 +8.42573 +13.1646 +25.0388 +23.735 +38.7899 +44.9809 +49.6753 +66.7693 +71.4372 +68.4175 +67.3 +61.8048 +63.9553 +68.3066 +69.7767 +67.5093 +63.5199 +59.9135 +60.1015 +43.3448 +28.8939 +12.9475 +8.42576 +10.0054 +8.42581 +13.1647 +24.537 +24.2745 +48.5762 +54.3459 +57.5697 +66.8631 +72.3099 +70.6891 +68.0663 +62.3752 +60.2686 +67.1275 +70.2303 +71.3083 +66.2254 +60.1953 +63.772 +44.1333 +30.4527 +12.9506 +8.42581 +10.0054 +8.42584 +13.3339 +24.537 +23.9623 +50.1283 +54.3473 +57.3914 +66.6352 +78.5007 +81.3296 +76.3646 +72.5322 +70.8999 +79.3131 +84.2069 +84.7476 +78.5467 +70.9057 +67.2788 +44.1292 +29.6803 +12.9477 +8.42627 +10.0053 +8.42573 +13.1646 +24.5371 +24.3797 +48.586 +54.7989 +58.7628 +70.2445 +84.9074 +86.1469 +72.9947 +64.3684 +62.8125 +69.5399 +73.6209 +74.0739 +76.498 +72.2937 +68.3369 +44.1281 +29.6825 +12.945 +8.42753 +10.0053 +8.42573 +13.1646 +24.5371 +24.0333 +48.5989 +59.4198 +60.1007 +70.8431 +83.3368 +84.5107 +81.4085 +71.217 +61.8286 +72.0919 +73.814 +78.1542 +72.2616 +64.8872 +63.7726 +44.1384 +31.2754 +12.9356 +8.43498 +10.0053 +8.42573 +13.1646 +24.5371 +24.3797 +49.1019 +54.3199 +57.3513 +66.6784 +75.1776 +75.9602 +72.2451 +62.0078 +60.2854 +65.0232 +69.6089 +70.3109 +67.2094 +62.148 +63.7806 +44.1287 +30.4793 +13.4192 +8.42809 +10.0053 +8.42573 +13.2004 +24.2219 +23.1699 +40.3885 +45.7378 +58.1458 +66.7255 +75.8938 +75.1191 +75.5793 +70.5998 +71.6539 +75.3884 +77.1151 +82.0302 +79.6499 +70.9223 +70.5042 +44.6504 +30.4395 +14.1971 +8.42604 +10.0053 +8.42573 +13.1646 +25.3311 +25.2863 +38.7774 +44.9809 +62.914 +86.6579 +94.445 +91.795 +89.5323 +82.7324 +82.3436 +87.2784 +90.1793 +89.6192 +83.2248 +73.4177 +71.5883 +46.2362 +28.8746 +12.9441 +8.42584 +10.0055 +8.42588 +13.4746 +24.5371 +24.0926 +66.8867 +76.9509 +83.4166 +93.2997 +104.593 +104.87 +99.6135 +93.0146 +89.6016 +94.1558 +93.9121 +95.2409 +88.3713 +82.789 +77.1195 +44.1285 +29.6529 +12.9364 +8.4259 +10.0055 +8.43574 +13.1805 +24.537 +24.4494 +49.7691 +54.9594 +58.1492 +67.1988 +72.43 +68.2009 +64.3244 +60.2699 +60.9297 +65.0023 +66.6722 +65.9052 +63.3498 +60.037 +64.3063 +45.7613 +31.257 +12.9357 +8.42589 +10.0055 +8.42593 +13.5362 +24.537 +23.9968 +50.1642 +54.7455 +57.9604 +66.6716 +72.2094 +68.2338 +64.224 +60.2696 +60.2967 +65.2179 +69.8159 +71.8361 +65.4623 +59.9613 +63.7993 +44.1304 +31.2503 +12.9419 +8.42588 +10.0055 +8.42592 +13.2955 +24.5627 +23.8925 +49.3086 +54.3206 +57.4374 +66.6318 +74.9197 +75.3934 +70.5665 +64.6819 +61.3954 +68.893 +70.414 +71.1723 +67.9061 +62.5054 +63.7979 +44.1303 +30.4675 +12.9483 +8.42574 +10.0054 +8.42578 +13.1646 +24.537 +23.9623 +49.305 +54.3205 +58.6716 +68.6574 +81.3438 +84.7504 +79.7906 +78.6153 +78.8411 +85.5296 +86.6453 +89.6974 +85.6154 +78.8955 +74.4045 +47.6805 +30.3278 +13.4241 +8.42583 +10.0055 +8.42587 +13.6191 +24.2219 +23.3 +50.1976 +61.1878 +83.682 +92.8638 +102.643 +101.842 +96.3958 +89.4696 +88.6275 +96.556 +99.7385 +102.459 +98.4753 +89.291 +91.4937 +66.9088 +47.201 +14.1768 +8.4368 +10.0053 +8.42573 +14.8688 +29.909 +31.7712 +38.8165 +44.9809 +79.3706 +94.7208 +101.421 +98.5976 +94.5781 +86.3599 +85.4022 +82.8904 +87.7864 +86.7255 +78.4837 +74.7166 +68.2038 +43.5307 +28.8934 +12.9494 +8.42576 +10.0054 +8.4258 +13.199 +24.537 +24.4496 +48.7141 +54.6295 +58.2369 +67.0763 +84.3323 +93.1514 +89.5656 +80.7956 +79.7185 +84.3963 +87.695 +88.6122 +82.4079 +73.9835 +70.0232 +45.2388 +29.6773 +12.9484 +8.42603 +10.0053 +8.42574 +13.1646 +24.5371 +23.8926 +48.5171 +58.4717 +70.364 +83.7648 +97.6197 +98.3639 +94.2079 +86.05 +83.8343 +90.9924 +94.6127 +96.2184 +91.7306 +83.9955 +80.2245 +52.2221 +29.6516 +12.9434 +8.42585 +10.0055 +8.42589 +13.681 +24.5447 +23.9105 +51.9281 +64.364 +62.5475 +73.2177 +86.844 +87.5936 +81.5812 +77.9506 +77.1244 +84.3972 +89.6576 +89.1357 +80.6712 +76.287 +73.291 +44.1639 +29.6448 +12.9415 +8.42588 +10.0055 +8.42592 +13.1849 +24.5425 +24.2054 +48.5448 +54.3451 +57.6074 +67.8841 +79.823 +78.4667 +79.1495 +71.3833 +69.0211 +75.0747 +78.2224 +79.934 +73.0806 +66.2305 +64.5629 +44.1315 +29.6497 +12.9462 +8.42585 +10.0055 +8.42589 +13.1647 +24.5371 +23.988 +48.5418 +54.3724 +57.6502 +66.9609 +76.4328 +75.5702 +73.1168 +66.8373 +64.148 +71.8953 +79.6999 +80.5563 +72.5372 +64.686 +63.7996 +44.1312 +29.6593 +13.4242 +8.42578 +10.0054 +8.42581 +13.1647 +24.2219 +23.1699 +39.5895 +45.7296 +58.8945 +69.2455 +81.5306 +81.3125 +81.3365 +75.424 +77.4592 +80.2326 +83.5644 +86.3498 +81.6987 +71.5462 +66.2433 +43.3467 +30.454 +14.1798 +8.43729 +10.0053 +8.42573 +13.1646 +26.0198 +24.1142 +38.7774 +44.9808 +53.2593 +78.9027 +88.1546 +89.0325 +87.6112 +81.5044 +81.1905 +87.947 +90.7234 +90.6964 +86.2634 +81.0857 +75.2868 +51.5917 +32.1852 +12.9295 +8.4259 +10.0055 +8.4495 +13.3049 +24.537 +24.4494 +53.8974 +67.2156 +77.4475 +86.36 +98.6041 +102.006 +98.6988 +91.0566 +88.1136 +94.9873 +98.2487 +98.3917 +95.1521 +88.3135 +83.5026 +55.7722 +34.4374 +12.9398 +8.42586 +10.0055 +8.4259 +13.9081 +24.5627 +23.8925 +68.989 +81.2024 +87.8024 +96.4844 +108.606 +109.727 +105.476 +93.2987 +88.9364 +95.6501 +101.547 +102.473 +97.0723 +95.5979 +87.5602 +56.984 +30.9903 +12.9491 +8.42572 +10.0054 +8.42576 +13.9535 +24.537 +23.9623 +48.5037 +57.3696 +67.9126 +84.714 +94.0942 +93.7164 +92.0527 +85.7775 +85.6127 +91.7562 +95.6646 +90.0376 +86.7214 +78.1954 +73.8458 +45.6727 +29.6733 +12.9481 +8.42572 +10.0054 +8.42577 +13.7068 +24.537 +24.1001 +60.3293 +70.8271 +82.0104 +89.9822 +102.932 +102.448 +97.352 +89.3306 +86.0208 +93.334 +95.7712 +97.6514 +93.178 +86.4135 +80.1305 +49.2965 +29.6644 +12.9498 +8.42576 +10.0054 +8.4258 +13.4759 +24.537 +23.9623 +48.7021 +58.2223 +65.4322 +75.4612 +85.88 +85.1405 +81.3823 +75.3862 +77.8216 +83.928 +84.7069 +84.687 +78.7565 +70.2313 +67.3966 +44.1294 +29.6547 +13.4213 +8.42584 +10.0055 +8.42588 +13.1647 +24.222 +23.2214 +38.8296 +50.2693 +62.8968 +74.5984 +88.0006 +87.6771 +85.1304 +82.4495 +84.0342 +84.7298 +88.6457 +87.9263 +85.017 +77.9167 +77.2261 +49.7793 +30.4564 +14.1721 +8.43921 +10.0053 +8.42572 +13.8976 +33.5534 +33.0117 +38.9329 +45.0669 +50.1042 +72.2999 +76.8933 +78.9039 +83.4352 +85.1064 +83.2537 +88.0538 +90.3633 +86.2494 +79.9007 +69.6731 +63.8569 +43.3441 +28.8941 +12.9485 +8.42579 +10.0054 +8.42583 +13.1647 +24.537 +23.9623 +48.5258 +57.0168 +64.8181 +79.072 +91.6728 +94.4258 +91.667 +85.5311 +84.5486 +90.1864 +93.4203 +94.8773 +91.6954 +76.7535 +73.0682 +46.3928 +29.6677 +12.9506 +8.42576 +10.0054 +8.4258 +13.1647 +24.537 +23.9623 +48.5596 +65.7855 +70.1072 +82.6129 +96.6143 +97.9074 +93.451 +88.498 +84.698 +92.2808 +94.9745 +95.8901 +91.7406 +87.9674 +83.033 +57.0498 +30.6685 +12.948 +8.42636 +10.0053 +8.42573 +13.9276 +24.5371 +24.3099 +52.0598 +60.21 +75.6816 +89.0604 +100.722 +102.106 +94.0709 +84.2102 +82.8762 +94.1399 +97.0847 +94.5237 +90.6924 +84.3515 +76.4279 +45.3336 +29.6522 +12.9395 +8.42588 +10.0055 +8.42593 +13.1904 +24.537 +23.9623 +48.5094 +54.3257 +58.5978 +68.4094 +80.7365 +81.031 +76.7155 +73.0745 +70.3478 +77.6236 +81.8211 +85.9544 +77.4657 +68.5183 +68.9905 +44.1308 +29.6715 +12.9497 +8.42574 +10.0054 +8.42578 +13.1646 +24.537 +23.9968 +48.5575 +54.3206 +62.2335 +71.2688 +87.3445 +88.1118 +85.6949 +78.0789 +77.5495 +79.1839 +81.6085 +84.5233 +79.6062 +73.3003 +70.7147 +45.1403 +29.6689 +13.3929 +8.4516 +10.0053 +8.42571 +13.4609 +24.2219 +23.4306 +43.5412 +58.4558 +73.193 +84.5611 +96.1221 +89.6303 +90.5449 +92.1121 +91.21 +94.8747 +94.8678 +98.1493 +91.4966 +79.8341 +78.2883 +50.2198 +30.44 +14.1953 +8.42685 +10.0053 +8.42574 +13.3007 +25.3616 +25.272 +38.804 +44.9809 +57.551 +82.3932 +92.6458 +91.2931 +86.7223 +83.5753 +81.3163 +81.8488 +82.5619 +81.4111 +79.9158 +72.5902 +64.1159 +43.3655 +28.9056 +12.9189 +8.44507 +10.0053 +8.42572 +13.1646 +24.5371 +23.9968 +48.552 +61.2786 +70.8518 +86.2498 +100.778 +99.5048 +95.0011 +88.1613 +85.3742 +91.6159 +97.1542 +99.9105 +94.0082 +81.8713 +79.368 +52.1221 +30.5577 +12.9416 +8.42586 +10.0055 +8.4259 +13.6933 +24.5493 +24.0102 +57.0494 +66.3416 +76.4171 +90.0153 +103.99 +103.981 +99.7601 +91.5486 +87.8 +92.487 +98.5664 +103.228 +97.4386 +85.8614 +76.7698 +47.7488 +29.6526 +12.9441 +8.42587 +10.0055 +8.42592 +13.1706 +24.5569 +23.9967 +48.5451 +56.0219 +62.6253 +75.0808 +89.4372 +89.8214 +83.8203 +75.4564 +74.3007 +79.0656 +82.5157 +83.5176 +80.3664 +71.9178 +65.983 +44.1318 +29.6598 +12.9477 +8.42577 +10.0054 +8.42581 +13.1647 +24.537 +24.0313 +48.6627 +55.4462 +65.4934 +77.0705 +90.5587 +93.5433 +92.1548 +84.933 +83.175 +89.2493 +94.2506 +96.4945 +89.0666 +79.7366 +76.145 +46.3483 +29.6522 +12.9485 +8.42585 +10.0055 +8.42589 +13.1647 +24.5371 +24.0569 +48.5427 +63.5274 +75.1022 +85.3781 +99.5306 +98.9823 +95.4756 +89.5711 +87.8184 +92.8 +96.135 +98.8027 +93.424 +87.9689 +83.7397 +57.1855 +37.3939 +13.4231 +8.42579 +10.0054 +8.42583 +14.4264 +24.2219 +23.483 +55.6143 +69.8855 +83.8275 +91.2534 +96.8877 +96.047 +100.846 +98.0103 +96.8232 +98.2558 +94.814 +99.4137 +99.178 +92.3927 +95.2147 +68.8257 +48.8689 +14.1693 +8.44202 +10.0053 +8.42572 +15.3064 +30.7922 +31.9821 +38.8814 +44.9808 +81.5034 +100.642 +104.946 +100.639 +95.4514 +89.2536 +88.0579 +96.1314 +95.0544 +94.6069 +88.8364 +84.6047 +81.5765 +57.3959 +38.9348 +12.9431 +8.42588 +10.0055 +8.42592 +15.0149 +24.5428 +24.3441 +70.2981 +79.6104 +85.5267 +93.7908 +104.628 +105.179 +100.22 +91.8736 +85.6804 +89.5771 +88.9001 +103.604 +98.5062 +89.4179 +84.7059 +57.7677 +32.2812 +12.9495 +8.4258 +10.0054 +8.42584 +13.8449 +24.537 +24.0313 +55.5606 +67.6176 +81.5949 +89.6147 +104.132 +101.976 +97.3421 +90.3964 +87.432 +96.293 +99.5079 +100.135 +94.9277 +88.6623 +85.9233 +58.8899 +36.2488 +12.9477 +8.42577 +10.0054 +8.42582 +14.636 +24.537 +24.4495 +63.9169 +70.7694 +83.3728 +95.8411 +107.518 +108.668 +103.666 +96.1358 +93.7345 +98.4576 +100.776 +103.26 +99.5272 +95.1685 +93.36 +67.6635 +47.4522 +12.9479 +8.42577 +10.0054 +8.42581 +15.4732 +32.7226 +35.2584 +71.953 +80.5542 +86.7537 +97.0255 +108.894 +108.078 +104.217 +96.3632 +91.2477 +97.8306 +101.45 +104.589 +101.197 +96.2222 +93.9707 +67.4649 +47.7996 +12.9508 +8.42571 +10.0053 +8.42575 +16.9064 +33.5056 +36.0055 +73.2774 +81.2367 +87.3834 +97.4396 +108.589 +108.262 +103.581 +96.2683 +91.8049 +95.9564 +100.781 +103.171 +98.9325 +93.8215 +89.5317 +59.4489 +40.7026 +13.4227 +8.42577 +10.0054 +8.42581 +15.1715 +24.222 +23.6395 +51.3325 +59.6707 +68.831 +80.9044 +96.07 +90.4393 +83.3954 +77.8861 +75.3632 +85.3513 +85.9893 +91.2495 +89.7756 +79.8085 +80.4323 +55.6871 +33.8038 +14.1779 +8.4259 +10.0055 +8.44348 +14.2632 +26.9971 +26.4362 +38.829 +45.0016 +54.8137 +75.5376 +89.0481 +89.1978 +87.115 +77.0261 +81.2714 +83.8268 +83.7227 +87.8929 +82.9301 +75.4603 +70.5381 +45.2505 +28.8987 +12.9484 +8.42575 +10.0054 +8.42579 +13.1646 +24.537 +24.2745 +48.5581 +59.2782 +71.6602 +86.7677 +100.258 +99.8901 +94.3383 +87.4204 +83.9034 +91.5307 +95.2241 +96.2334 +92.1055 +81.5777 +77.816 +50.1516 +29.679 +12.9508 +8.42571 +10.0053 +8.42576 +13.1646 +24.5371 +24.2389 +48.6582 +61.97 +70.9864 +85.8805 +99.0814 +99.4711 +94.7256 +87.6628 +85.8226 +91.7823 +95.1973 +97.4582 +92.9253 +85.8218 +82.287 +57.9042 +33.7106 +12.948 +8.42579 +10.0054 +8.42583 +14.2707 +24.537 +24.4495 +55.8456 +67.4918 +76.8594 +91.1513 +104.05 +104.199 +98.1652 +90.6901 +88.6808 +94.3585 +96.4199 +96.7472 +91.1433 +86.8931 +81.3027 +53.5866 +30.9243 +12.9484 +8.42574 +10.0054 +8.42578 +14.1776 +24.537 +24.2399 +59.2472 +70.6029 +82.4722 +93.3222 +106.875 +107.932 +103.007 +93.4187 +89.4254 +95.3223 +99.4695 +100.778 +92.578 +86.5542 +77.0401 +47.6802 +29.6664 +12.9492 +8.42574 +10.0054 +8.42578 +14.2486 +24.537 +24.4496 +60.9165 +66.5841 +69.6761 +81.6872 +94.9102 +96.2535 +92.0813 +86.4385 +82.8641 +91.0614 +95.4282 +96.2532 +92.7833 +84.6016 +81.3595 +53.132 +32.4404 +13.4261 +8.42581 +10.0054 +8.42585 +14.4898 +24.2219 +23.6395 +51.5336 +56.7894 +72.3689 +86.7097 +105.658 +101.761 +97.4355 +90.3918 +89.7468 +94.8138 +94.6647 +98.0062 +93.7274 +86.0401 +89.4356 +58.5709 +35.3926 +14.1712 +8.44217 +10.0053 +8.42572 +14.2224 +28.7951 +28.0209 +38.9329 +44.9809 +63.388 +87.4609 +97.3689 +95.8513 +92.5662 +85.0358 +81.962 +88.2828 +90.7857 +91.4127 +86.7222 +80.562 +75.4804 +48.8713 +28.9006 +12.9502 +8.42573 +10.0054 +8.42578 +13.1646 +24.537 +24.048 +48.557 +65.3161 +77.1258 +90.1633 +100.959 +100.568 +95.7627 +87.3917 +85.5157 +93.2797 +97.9217 +100.547 +96.3007 +91.7643 +89.1508 +57.286 +31.0041 +12.9482 +8.42579 +10.0054 +8.42583 +13.4444 +24.537 +24.4496 +48.561 +54.3204 +63.1913 +77.2097 +86.5852 +89.7474 +86.4175 +78.2928 +77.1004 +82.8799 +86.8755 +86.8106 +81.0216 +73.1683 +67.1277 +44.1307 +29.6607 +12.9483 +8.42579 +10.0054 +8.42583 +13.1647 +24.537 +24.0825 +48.6645 +56.0829 +62.9003 +76.0888 +85.6651 +86.7308 +87.6582 +79.3175 +75.8787 +83.4746 +87.7559 +87.2553 +80.9114 +71.3015 +67.8186 +44.1307 +29.6594 +12.9483 +8.4258 +10.0054 +8.42584 +13.1647 +24.537 +24.3443 +48.6326 +54.3762 +67.5212 +80.4403 +94.6433 +94.8628 +91.6624 +85.0096 +83.0754 +88.4304 +92.5458 +93.7725 +89.1698 +79.0068 +76.2942 +44.1308 +29.6568 +12.9511 +8.4258 +10.0054 +8.42585 +13.1647 +24.537 +24.1337 +48.6661 +58.6275 +71.6996 +87.8331 +98.8357 +99.2578 +94.0587 +87.4435 +84.5806 +91.128 +95.2126 +96.4573 +92.4853 +89.6842 +77.9212 +49.3002 +29.6521 +13.4251 +8.42583 +10.0055 +8.42587 +13.2563 +24.2219 +23.4564 +40.5619 +56.2483 +80.4918 +91.1379 +100.989 +97.6764 +93.3741 +89.4912 +87.8488 +91.0642 +92.6055 +94.3471 +93.5601 +89.5922 +83.4106 +58.0103 +34.4917 +14.1736 +8.44401 +10.0053 +8.42572 +14.0641 +28.9643 +28.8536 +38.8938 +44.9808 +66.4582 +88.6258 +97.114 +94.2589 +91.759 +83.9637 +84.8696 +89.286 +92.6697 +91.0196 +87.9173 +88.3752 +81.3623 +56.7079 +37.7808 +12.9222 +8.44488 +10.0053 +8.42572 +13.6117 +24.5371 +24.5883 +57.4358 +66.6549 +73.7731 +87.1294 +99.0389 +102.131 +95.1797 +81.0974 +86.5705 +93.3662 +96.1723 +97.2636 +94.2339 +94.4121 +84.7054 +55.0189 +32.165 +12.9479 +8.42576 +10.0054 +8.4258 +14.1254 +24.537 +24.5883 +58.3172 +69.2144 +75.8051 +88.7714 +100.291 +99.9641 +95.1826 +87.8076 +85.4305 +91.5172 +96.0875 +97.0405 +92.1872 +90.0358 +80.2618 +51.4643 +29.6558 +12.9446 +8.42585 +10.0055 +8.42589 +13.5917 +24.5384 +24.4739 +50.1658 +65.5103 +76.0068 +90.2258 +102.035 +102.194 +98.0811 +90.7262 +87.9948 +93.9491 +97.6 +98.7479 +94.66 +92.8104 +85.0406 +49.8812 +29.6648 +12.949 +8.42575 +10.0054 +8.42579 +13.3601 +24.537 +24.3087 +53.1812 +66.056 +81.1931 +93.3159 +105.457 +107.232 +99.6644 +93.5444 +90.089 +95.2368 +98.5832 +99.2661 +94.919 +96.4808 +90.0363 +64.2522 +37.4917 +12.9488 +8.42575 +10.0054 +8.4258 +14.2914 +24.537 +24.414 +49.062 +57.3476 +65.396 +76.42 +91.2222 +92.8454 +89.1623 +84.753 +83.1739 +88.9231 +92.9248 +90.4961 +83.5212 +79.8823 +69.923 +44.1307 +29.6593 +13.4247 +8.4258 +10.0054 +8.42584 +13.1647 +24.2219 +23.4298 +38.8814 +45.7563 +61.9437 +78.1139 +88.0651 +89.4167 +86.3539 +83.4817 +83.8473 +88.8406 +90.7995 +88.3231 +79.0312 +72.6806 +66.7488 +43.3553 +30.4556 +14.1658 +8.4495 +10.0053 +8.42572 +13.1646 +25.1163 +25.2463 +38.9063 +44.9808 +61.1637 +86.8473 +98.814 +99.034 +97.9407 +90.7936 +90.0605 +95.4113 +94.7945 +94.4639 +91.1113 +91.9314 +84.1485 +61.6037 +43.8451 +12.9384 +8.4325 +10.0053 +8.42573 +14.2407 +24.5371 +24.5883 +69.8144 +80.2337 +84.1141 +92.8601 +104.964 +106.777 +99.1034 +93.0337 +89.8697 +95.6203 +100.086 +100.699 +96.7266 +97.7722 +90.9863 +64.8088 +44.9007 +12.9506 +8.42577 +10.0054 +8.42582 +15.6003 +24.537 +24.5884 +67.0502 +79.6028 +87.8045 +95.8087 +106.341 +106.092 +101.705 +91.3399 +84.6099 +86.4351 +85.9112 +80.7702 +77.6855 +80.6515 +70.6155 +44.1319 +29.6587 +12.9506 +8.4258 +10.0054 +8.42584 +13.2846 +24.537 +24.5186 +48.6489 +58.7523 +65.4244 +79.2987 +92.35 +95.7474 +91.4579 +84.6891 +83.4585 +88.6075 +92.6964 +93.1168 +89.9631 +86.2407 +75.9766 +47.6376 +29.6592 +12.9514 +8.42578 +10.0054 +8.42583 +13.1647 +24.537 +24.3443 +48.6475 +56.0652 +72.5721 +87.2864 +98.7566 +98.1464 +94.1082 +87.7778 +85.4589 +91.4903 +94.2953 +93.6856 +85.2107 +82.5917 +73.1865 +45.098 +29.6595 +12.9507 +8.42579 +10.0054 +8.42584 +13.1647 +24.537 +24.5186 +49.9546 +66.3551 +78.3322 +89.581 +101.654 +103.695 +99.6954 +93.0429 +90.5113 +95.7497 +100.157 +100.658 +95.2885 +93.1101 +83.2315 +53.8326 +33.6666 +13.4258 +8.42578 +10.0054 +8.42582 +14.1384 +24.2219 +23.6395 +41.6133 +54.2537 +70.8291 +80.1687 +91.5262 +90.549 +86.6413 +80.5869 +78.4698 +82.8774 +82.7767 +82.3401 +80.3995 +78.41 +70.9302 +46.38 +30.4597 +14.1697 +8.44122 +10.0053 +8.42573 +13.4625 +25.2015 +30.5968 +38.8813 +44.9809 +51.059 +73.2297 +80.4937 +78.6622 +80.2473 +71.2716 +65.9814 +71.0027 +74.2577 +72.8853 +68.9435 +69.1738 +63.235 +43.3602 +28.9043 +12.9375 +8.43374 +10.0053 +8.42573 +13.1646 +24.5371 +29.9178 +48.7777 +54.5649 +58.1048 +67.9063 +78.0124 +80.8595 +77.6856 +67.0758 +67.6147 +73.6754 +78.1003 +78.8787 +75.6485 +74.1933 +68.1593 +44.1308 +29.6586 +12.9507 +8.4258 +10.0054 +8.42584 +13.1647 +24.537 +29.9179 +48.7878 +54.3965 +58.9341 +70.1164 +81.7518 +84.458 +80.4208 +74.2846 +73.7647 +78.7114 +81.6937 +82.0622 +75.4864 +73.44 +67.7704 +44.1306 +29.6624 +12.9492 +8.42579 +10.0054 +8.42582 +13.1647 +24.537 +29.9179 +49.0981 +54.4773 +59.9496 +73.5299 +85.2399 +86.8415 +83.8609 +80.0713 +74.2578 +78.3725 +81.7637 +83.892 +81.1951 +80.6704 +69.6106 +44.1305 +29.6624 +12.9489 +8.42578 +10.0054 +8.42583 +13.1647 +24.537 +29.9179 +49.0985 +54.5024 +57.4299 +66.7397 +81.6203 +92.5421 +90.7568 +85.4021 +82.5366 +86.8516 +90.2017 +92.1163 +84.4003 +80.0215 +72.1784 +44.1314 +29.667 +12.9484 +8.42575 +10.0054 +8.42579 +13.1646 +24.537 +29.9178 +52.5013 +60.3826 +69.3919 +82.8056 +97.4804 +97.607 +94.4062 +89.3947 +85.3121 +91.3554 +95.4186 +92.829 +87.9055 +85.3954 +76.4551 +47.2825 +29.6648 +13.4222 +8.42576 +10.0054 +8.4258 +13.6697 +24.222 +28.969 +41.6053 +53.8862 +79.1237 +92.3119 +104.143 +102.052 +95.3265 +88.37 +90.2554 +79.6866 +93.2876 +96.2266 +93.3363 +88.2965 +83.9678 +57.8045 +37.5601 +14.1843 +8.43504 +10.0053 +8.42573 +13.7736 +26.083 +31.6225 +38.8938 +45.0017 +54.6873 +77.0159 +87.0735 +87.2292 +87.6912 +81.9648 +80.851 +85.1568 +85.1171 +84.4932 +78.8166 +77.8639 +68.7053 +44.9593 +28.9049 +12.921 +8.44468 +10.0053 +8.42572 +13.1646 +24.5371 +29.9178 +53.8968 +62.0048 +72.4547 +85.4636 +97.4995 +100.363 +97.1196 +87.6764 +85.8771 +88.0555 +85.23 +91.9429 +91.1675 +88.0177 +79.2907 +48.7992 +29.6552 +12.9453 +8.42586 +10.0055 +8.4259 +13.1782 +24.5598 +29.9206 +48.6295 +54.3451 +57.4043 +69.6863 +79.1923 +85.4301 +80.5532 +71.174 +68.0964 +77.0514 +86.5429 +90.945 +87.1415 +87.8134 +77.5143 +48.7042 +29.6523 +12.9508 +8.42583 +10.0055 +8.42587 +13.8601 +24.5371 +29.9179 +50.993 +59.2156 +63.6962 +67.4914 +81.1669 +81.7142 +76.4986 +73.2849 +72.0319 +65.2307 +66.8827 +66.3846 +65.1847 +66.1103 +63.7995 +44.1308 +30.4583 +12.9503 +8.42579 +10.0054 +8.42582 +13.1647 +24.537 +29.9179 +49.2148 +54.3833 +57.5067 +66.8043 +72.4741 +69.7505 +65.9383 +60.2967 +60.2731 +65.0358 +67.4377 +67.3795 +64.7154 +66.3271 +63.7998 +44.1305 +29.6572 +12.9495 +8.42581 +10.0054 +8.42585 +13.1647 +24.537 +29.9179 +49.8997 +54.6064 +57.9185 +66.6527 +74.224 +73.8598 +71.6929 +63.6264 +63.0787 +69.8267 +72.0403 +70.5727 +66.9705 +66.46 +63.7996 +44.1316 +30.1969 +13.4229 +8.42578 +10.0054 +8.42582 +13.1647 +24.2219 +28.969 +39.4267 +45.8113 +58.2109 +66.7258 +73.8706 +69.1283 +68.7038 +62.8564 +61.2056 +69.5665 +68.8324 +69.8802 +66.0838 +66.1112 +63.7991 +43.3476 +31.2497 +14.1861 +8.43302 +10.0053 +8.42573 +13.1993 +24.5555 +29.3868 +39.0762 +45.0016 +49.7219 +66.7715 +74.0789 +69.8494 +69.0833 +61.1328 +60.1475 +64.4929 +68.7443 +64.8624 +61.1943 +61.6804 +60.0949 +44.9622 +30.5034 +12.9349 +8.43593 +10.0053 +8.42573 +13.2758 +24.5371 +29.9178 +49.7411 +54.3682 +57.4296 +66.7257 +78.1921 +77.0311 +73.551 +62.9128 +63.7362 +68.5412 +73.1126 +70.6021 +64.8724 +66.1095 +63.7995 +44.6626 +31.2549 +12.9448 +8.42587 +10.0055 +8.42591 +13.2207 +24.5627 +29.9177 +50.3544 +54.7451 +57.4041 +66.6512 +75.2398 +75.0848 +72.9898 +65.0485 +64.5738 +72.1299 +74.8821 +73.106 +67.0669 +66.1114 +63.7994 +44.6635 +31.2596 +12.9502 +8.42579 +10.0054 +8.42583 +13.2549 +24.537 +29.9179 +50.2862 +54.9855 +57.4047 +66.8107 +75.7524 +77.3206 +70.2143 +60.3798 +60.3555 +65.6384 +68.9122 +71.7289 +68.1714 +66.1774 +63.7993 +44.132 +29.6644 +12.949 +8.42577 +10.0054 +8.4258 +13.1647 +24.537 +29.9179 +49.8257 +54.3987 +57.7562 +66.9318 +75.4771 +75.9359 +77.9354 +67.3997 +67.9217 +74.1541 +77.8532 +76.9381 +73.4 +73.7243 +68.5446 +44.6827 +29.6653 +12.9479 +8.42574 +10.0054 +8.42578 +13.1646 +24.537 +29.9178 +48.661 +57.4491 +66.065 +77.2136 +89.428 +91.7345 +86.3804 +80.6698 +78.5171 +83.9172 +84.5785 +84.5973 +82.7003 +83.1478 +76.5865 +49.6268 +29.6836 +13.4237 +8.42569 +10.0053 +8.42574 +13.2749 +24.2219 +28.9689 +38.9845 +48.4925 +62.3756 +76.0037 +85.838 +84.8326 +78.5341 +77.7488 +70.8274 +76.4248 +76.6577 +73.9017 +70.4369 +66.11 +63.773 +43.3824 +30.9489 +14.1945 +8.42584 +10.0055 +8.42587 +13.1647 +24.553 +29.6374 +39.0057 +45.0668 +49.7406 +66.7556 +71.4735 +67.2419 +64.8559 +59.1079 +59.064 +64.3599 +64.5259 +63.1298 +61.0889 +61.6756 +60.0984 +44.1494 +30.505 +12.9485 +8.42572 +10.0054 +8.42576 +13.2012 +24.5371 +29.9178 +50.4303 +54.8039 +57.4285 +66.6721 +72.1005 +69.7254 +67.909 +62.1464 +60.6239 +67.0135 +72.4293 +71.1841 +70.9908 +66.1108 +63.7997 +44.1314 +30.4637 +12.9483 +8.42576 +10.0054 +8.4258 +13.2845 +24.537 +29.9178 +50.3989 +54.3455 +57.5442 +68.1302 +81.8259 +82.5802 +80.4658 +73.4463 +72.9875 +75.7348 +78.2378 +80.1964 +83.4075 +77.0474 +70.5997 +44.1302 +29.6529 +12.9457 +8.42586 +10.0055 +8.4259 +13.1648 +24.5627 +29.9177 +53.0698 +60.9101 +67.1322 +79.1958 +94.5768 +94.9207 +88.5493 +81.0034 +77.1453 +83.4465 +87.4133 +91.557 +94.3279 +90.5506 +82.4026 +57.5238 +33.7335 +12.9438 +8.42587 +10.0055 +8.4259 +14.0148 +24.5627 +29.9177 +57.0305 +62.8138 +65.8328 +81.7159 +95.97 +96.1256 +91.9123 +79.3079 +77.6371 +87.92 +86.6825 +91.6024 +89.8223 +82.1743 +73.5555 +47.1277 +29.6793 +12.9304 +8.43824 +10.0053 +8.42573 +13.8362 +24.5371 +29.9178 +49.5494 +57.7077 +70.3301 +87.8756 +101.144 +104.515 +97.1867 +88.8354 +84.2758 +87.3279 +92.4948 +95.0784 +97.662 +94.1683 +84.2244 +53.338 +32.5958 +13.4223 +8.42576 +10.0054 +8.42579 +14.0694 +24.222 +28.969 +51.6976 +63.4947 +79.1837 +86.4577 +101.018 +99.1601 +95.1841 +89.3469 +87.7207 +92.7008 +93.475 +95.4165 +99.5824 +91.7286 +88.4579 +63.1054 +46.646 +14.1855 +8.43357 +10.0053 +8.42573 +14.6887 +28.9157 +35.586 +39.3241 +45.3277 +61.711 +81.3843 +92.0955 +89.5648 +87.0053 +77.1973 +76.0936 +79.2203 +82.8421 +78.7863 +79.3042 +69.0814 +60.1034 +43.348 +28.9045 +12.9495 +8.42573 +10.0054 +8.42577 +13.1646 +24.537 +29.9178 +49.3472 +54.5392 +57.4317 +66.6522 +73.8564 +76.2148 +72.4922 +62.9241 +60.7214 +67.8772 +73.7341 +75.3101 +79.4052 +71.4852 +63.7999 +44.1317 +29.6587 +12.948 +8.42579 +10.0054 +8.42583 +13.1647 +24.537 +29.9179 +49.886 +54.4237 +57.4314 +66.7956 +75.4793 +76.354 +72.7094 +67.4977 +68.6148 +72.3518 +73.2597 +73.3405 +77.1474 +72.4445 +64.1047 +44.1302 +29.6514 +12.9497 +8.42585 +10.0055 +8.42588 +13.1647 +24.5371 +29.9436 +49.9178 +54.3452 +57.4319 +70.3916 +86.17 +87.5978 +82.7888 +80.7362 +76.2742 +82.8113 +84.6206 +83.5981 +81.9686 +74.4972 +64.2612 +44.1321 +29.6517 +12.9499 +8.42583 +10.0055 +8.42586 +13.1647 +24.5371 +29.9179 +49.6225 +54.5282 +60.0939 +76.3599 +90.163 +95.1607 +91.4851 +85.107 +83.4063 +89.5195 +92.007 +89.1339 +87.9299 +81.0431 +68.8706 +44.1322 +29.6534 +12.9475 +8.42582 +10.0055 +8.42587 +13.1647 +24.5371 +29.9179 +49.6392 +54.3711 +57.4613 +70.1121 +88.0812 +87.1256 +82.6065 +78.7856 +76.48 +81.8304 +83.2991 +81.5263 +78.7779 +70.835 +63.7996 +44.1302 +29.6535 +13.4239 +8.42584 +10.0055 +8.42587 +13.1647 +24.2219 +28.969 +40.149 +45.8161 +58.2871 +66.8369 +72.5507 +70.8194 +65.5709 +61.1111 +61.2852 +65.3644 +67.6438 +69.8156 +73.6916 +66.3132 +64.0317 +43.3479 +30.458 +14.1743 +8.43835 +10.0053 +8.42573 +13.1646 +24.9951 +30.2308 +39.35 +45.3276 +50.0234 +66.7708 +73.7127 +76.4401 +69.9992 +62.4533 +61.2357 +65.2222 +67.2997 +67.0045 +69.0546 +64.506 +60.0884 +43.3687 +28.9011 +12.9198 +8.44672 +10.0053 +8.42572 +13.1646 +24.5371 +29.9178 +49.8882 +54.437 +58.37 +77.7169 +94.4465 +96.1669 +94.0608 +85.2755 +81.1512 +88.4495 +92.0995 +93.4416 +90.9235 +83.6876 +76.7241 +50.0794 +29.6532 +12.9391 +8.42589 +10.0055 +8.42593 +13.1904 +24.537 +29.9177 +49.361 +54.8218 +57.526 +66.781 +79.2342 +83.7536 +84.0006 +72.2944 +70.3354 +76.9817 +78.2892 +77.314 +78.0863 +71.8941 +65.9444 +44.1645 +29.652 +12.9362 +8.42587 +10.0055 +8.42591 +13.1648 +24.5627 +29.9177 +49.2205 +54.8666 +57.5262 +67.2148 +77.8508 +84.5301 +81.0301 +70.7903 +66.4902 +69.6353 +67.2887 +67.486 +70.522 +66.3407 +63.8485 +44.1309 +31.2739 +12.949 +8.42571 +10.0053 +8.42575 +13.1646 +24.5371 +29.9178 +50.1689 +55.1613 +57.5042 +66.8205 +72.3342 +68.221 +64.494 +60.6007 +60.8616 +65.323 +67.2628 +67.9476 +70.5142 +66.1086 +63.7998 +44.9286 +31.2563 +12.9361 +8.42589 +10.0055 +8.42592 +13.3897 +24.537 +29.9177 +52.0338 +54.7375 +57.9082 +67.5576 +72.3277 +68.2807 +64.3052 +60.3136 +60.4312 +65.1613 +67.0035 +67.6355 +70.5142 +66.1102 +63.7997 +44.9312 +31.2667 +13.4241 +8.42578 +10.0054 +8.42582 +13.5417 +24.2219 +28.969 +40.9287 +45.8175 +58.3101 +66.74 +72.2964 +69.1036 +65.3107 +61.2069 +61.1968 +65.2463 +66.8559 +68.1797 +71.2836 +66.08 +63.8267 +43.347 +32.0471 +14.1785 +8.43691 +10.0053 +8.42573 +13.1646 +24.787 +29.7971 +39.4282 +45.0668 +49.7405 +66.9902 +72.0125 +67.2027 +63.8978 +59.0533 +58.9875 +63.0215 +64.7325 +63.7164 +66.4211 +61.6702 +60.1032 +44.144 +30.505 +12.9503 +8.42574 +10.0054 +8.42579 +13.3993 +24.537 +29.9178 +50.8729 +54.9976 +57.8866 +67.5533 +72.3746 +68.4795 +64.2594 +60.2821 +60.2883 +65.1432 +66.9644 +67.5973 +70.5142 +66.1103 +64.3326 +45.7321 +31.2732 +12.9503 +8.42581 +10.0054 +8.42585 +13.628 +24.537 +29.9179 +50.7483 +55.3053 +58.2392 +67.6462 +72.1581 +71.233 +68.8623 +64.108 +61.8409 +65.6203 +68.968 +73.7093 +74.3736 +69.6676 +63.7996 +44.1318 +29.6514 +12.948 +8.42584 +10.0055 +8.42587 +13.1647 +24.5371 +29.9239 +50.0414 +54.9006 +57.4738 +66.874 +72.6296 +68.3636 +64.2461 +60.2794 +60.2903 +65.098 +68.2194 +67.491 +70.5764 +66.11 +63.7727 +44.9469 +31.2725 +12.9247 +8.44519 +10.0053 +8.42573 +13.2042 +24.5371 +29.9178 +51.9462 +55.1973 +57.5482 +66.6331 +73.4592 +72.5928 +69.3325 +64.1833 +62.4887 +68.3296 +71.5669 +73.7345 +74.5284 +68.5982 +63.8266 +44.7685 +30.4525 +12.9381 +8.42589 +10.0055 +8.42592 +13.1971 +24.537 +29.9177 +50.5249 +54.928 +57.4276 +67.3218 +72.2203 +68.4185 +64.4205 +60.562 +61.0965 +65.9942 +66.9659 +67.8042 +70.5142 +66.109 +64.3053 +45.7321 +31.2865 +13.4248 +8.42571 +10.0053 +8.42575 +13.4955 +24.2219 +28.9689 +40.9561 +48.1497 +59.0299 +68.3049 +72.8007 +69.6186 +65.8787 +61.6767 +61.7325 +65.8717 +67.8117 +68.1409 +70.9176 +67.1745 +64.8665 +44.951 +32.0741 +14.1926 +8.42852 +10.0053 +8.42573 +13.6938 +24.593 +29.1915 +40.2275 +45.4136 +51.4163 +68.378 +73.1205 +68.4329 +65.1525 +60.6778 +60.7057 +64.6231 +66.3281 +65.8333 +68.0133 +63.2754 +61.7112 +44.981 +30.6172 +12.9256 +8.44062 +10.0053 +8.42573 +13.8912 +24.5371 +29.9178 +51.0438 +56.1615 +59.0307 +67.3246 +72.1578 +68.1388 +64.2206 +60.3408 +60.3362 +65.0775 +66.7973 +67.9478 +70.5142 +66.5075 +64.5996 +45.7308 +31.2562 +12.9482 +8.42585 +10.0055 +8.42588 +13.3525 +24.5371 +29.9436 +50.9572 +54.9555 +57.4319 +66.7509 +72.6383 +71.2728 +68.0152 +60.8449 +60.961 +65.595 +67.698 +67.9484 +70.5662 +66.1104 +63.7726 +44.6979 +31.2526 +12.9331 +8.42592 +10.0055 +8.45161 +13.3007 +24.537 +29.9177 +50.9641 +55.0238 +57.5496 +66.9527 +78.792 +82.784 +79.8793 +72.746 +71.5744 +76.7627 +80.0968 +76.9907 +75.2269 +68.3597 +63.7994 +44.1316 +29.6504 +12.9453 +8.42585 +10.0055 +8.42589 +13.1647 +24.5371 +29.9435 +50.1569 +54.5287 +57.6945 +66.875 +75.8046 +73.9826 +68.9952 +64.313 +61.9488 +68.0684 +70.6144 +73.5616 +74.4404 +69.5742 +63.7731 +44.1311 +29.6747 +12.9499 +8.42571 +10.0053 +8.42575 +13.1646 +24.5371 +29.9178 +50.4364 +55.2956 +57.9615 +67.3244 +72.2684 +68.237 +64.2397 +60.3049 +60.3047 +65.6366 +67.2891 +67.9475 +70.5142 +66.108 +64.3061 +45.7499 +31.2775 +13.3949 +8.44847 +10.0053 +8.42573 +13.5067 +24.2219 +28.9689 +46.3645 +48.0264 +59.9079 +68.4055 +72.3457 +69.8886 +65.9674 +62.8259 +62.9502 +67.0764 +68.7087 +67.9496 +70.6251 +66.8828 +65.4039 +44.9602 +32.0752 +14.1703 +8.44818 +10.0053 +8.42573 +13.8278 +24.7675 +29.3472 +45.557 +45.2833 +51.4465 +68.3789 +73.1172 +67.7732 +64.3766 +59.9084 +60.5642 +64.6435 +66.5218 +71.1492 +68.024 +63.2716 +61.736 +44.9614 +30.6333 +12.9495 +8.4258 +10.0053 +8.42574 +13.9252 +25.1763 +30.3606 +56.3649 +56.1539 +59.0353 +68.3546 +73.175 +68.9377 +65.0215 +61.995 +61.8909 +66.6553 +68.0825 +74.0779 +72.117 +67.714 +65.3856 +45.7527 +31.4296 +12.9488 +8.42581 +10.0054 +8.42584 +14.03 +25.2782 +30.4772 +56.3957 +56.2438 +59.2016 +68.3693 +73.0322 +68.5761 +64.7544 +60.9097 +61.0405 +65.9413 +67.9637 +74.0766 +72.115 +67.7112 +65.4099 +45.7765 +31.3788 +12.9495 +8.42586 +10.0055 +8.42589 +13.867 +25.0687 +30.2746 +56.3299 +56.4799 +59.191 +68.3561 +72.9874 +68.137 +64.2647 +60.6893 +60.8225 +66.0152 +67.8129 +73.2605 +70.5051 +66.0777 +64.1992 +45.7334 +31.2743 +12.9487 +8.42576 +10.0054 +8.4258 +13.5228 +24.537 +29.9179 +56.309 +56.4703 +57.9891 +68.2727 +72.9894 +68.1313 +64.2243 +60.6724 +60.8677 +65.9299 +69.027 +74.0765 +71.3135 +66.9096 +64.3055 +45.7584 +31.2883 +12.9249 +8.42593 +10.0312 +8.4257 +13.581 +24.537 +29.9177 +56.3088 +56.185 +59.0547 +68.2746 +72.5882 +68.134 +64.4238 +60.5723 +60.8866 +65.9312 +67.178 +73.2502 +70.5142 +66.0875 +64.324 +45.7477 +31.2826 +13.3942 +8.44693 +10.0053 +8.42572 +13.5912 +24.2219 +28.9689 +46.3618 +46.0787 +58.437 +66.8017 +73.5566 +72.7398 +70.0813 +64.5764 +64.0975 +68.861 +68.0393 +75.647 +70.95 +66.1108 +64.1321 +43.3456 +30.4609 +14.1694 +8.44143 +10.0053 +8.42572 +13.1646 +25.1262 +29.8882 +44.7577 +45.1973 +49.7405 +70.2032 +77.2883 +77.9179 +75.6222 +68.2963 +67.5502 +70.9781 +72.7137 +75.3475 +71.8115 +66.1814 +62.6147 +43.3831 +28.8762 +12.9376 +8.42588 +10.0055 +8.42592 +13.1769 +24.5505 +29.9177 +55.7553 +55.8717 +58.6747 +67.5871 +73.0929 +69.1443 +65.1448 +61.0635 +62.0278 +66.8825 +69.1632 +73.2822 +71.3152 +67.7111 +65.3794 +45.7678 +31.2904 +12.9494 +8.42572 +10.0054 +8.42576 +13.8881 +25.0921 +30.2919 +56.3401 +56.1973 +59.1006 +68.4097 +72.1637 +69.2382 +65.0202 +60.8418 +61.9021 +66.7628 +67.1482 +74.0768 +72.1148 +66.9089 +65.3782 +45.7401 +31.2923 +12.9487 +8.42575 +10.0054 +8.42579 +13.8172 +24.537 +29.9178 +56.3212 +56.1863 +59.0327 +68.3645 +72.2162 +68.1358 +64.5305 +60.4182 +60.3356 +65.1253 +70.3693 +76.98 +72.7901 +66.1079 +63.7999 +44.664 +31.2498 +12.9494 +8.42584 +10.0055 +8.42587 +13.1777 +24.5371 +29.9234 +54.7104 +55.3092 +57.8531 +67.892 +72.3108 +68.3348 +64.4175 +60.9577 +61.4075 +66.3666 +69.0197 +73.8103 +70.5142 +66.642 +64.5727 +45.7319 +31.2779 +12.9486 +8.42577 +10.0054 +8.42581 +13.6294 +24.537 +29.9179 +56.3246 +56.3228 +59.0568 +68.3535 +72.9921 +68.1654 +64.3327 +60.2824 +60.8009 +65.5397 +67.7096 +73.2368 +70.5142 +66.1076 +64.3334 +45.728 +31.2831 +13.4226 +8.42575 +10.0054 +8.42578 +13.4767 +24.2219 +28.9689 +46.7667 +47.3474 +59.1093 +67.7842 +72.966 +69.8849 +65.8433 +61.9368 +61.6344 +66.1278 +68.0666 +74.0978 +70.5966 +66.9004 +65.4075 +44.9495 +32.1031 +14.173 +8.43784 +10.0053 +8.42573 +13.8026 +24.7095 +29.3465 +45.4428 +45.8048 +51.4952 +68.4883 +73.2202 +68.3703 +64.3759 +60.559 +60.4544 +64.5649 +66.5226 +71.1577 +68.0222 +63.2802 +61.7151 +44.9695 +30.6606 +12.9483 +8.42583 +10.0054 +8.42577 +14.073 +25.3287 +30.5184 +56.3796 +56.329 +59.1347 +68.3715 +72.8502 +68.283 +64.4498 +60.5095 +60.3283 +65.172 +67.2798 +73.2773 +70.5142 +66.1084 +64.5719 +45.7315 +31.2639 +12.9471 +8.42581 +10.0054 +8.42585 +13.5389 +24.537 +29.9179 +56.3132 +55.5361 +57.964 +66.7513 +72.4724 +68.9322 +64.9682 +60.7334 +60.3037 +65.2008 +68.2269 +73.2495 +70.5142 +66.5093 +63.7727 +45.7365 +31.2884 +12.9493 +8.42576 +10.0054 +8.4258 +13.6107 +24.537 +29.9178 +56.3147 +56.5142 +59.061 +68.383 +72.1598 +68.135 +64.2184 +60.8496 +62.2091 +66.1298 +69.1766 +73.8103 +72.1128 +66.6111 +65.4287 +45.7493 +31.2659 +12.9362 +8.42591 +10.0055 +8.45149 +13.7854 +24.537 +29.9177 +56.3245 +56.5109 +59.7867 +68.4793 +72.2306 +68.7849 +64.7534 +61.3597 +62.161 +67.1789 +69.9746 +73.2518 +71.3161 +67.7111 +65.3833 +45.7487 +31.3729 +12.9392 +8.42581 +10.0055 +8.4259 +13.9788 +25.2646 +30.4438 +56.372 +56.3767 +59.2937 +68.3711 +73.291 +69.0491 +64.796 +61.1956 +61.1246 +65.941 +68.4344 +73.2773 +71.5812 +66.8772 +65.4022 +45.7674 +31.3122 +13.3915 +8.44768 +10.0053 +8.42572 +13.5633 +24.2219 +28.9689 +45.5582 +47.3448 +59.0468 +67.0044 +72.2091 +69.3111 +65.7787 +61.4745 +61.5414 +66.7216 +67.6505 +73.2498 +72.0223 +66.079 +63.7995 +43.3435 +30.4457 +14.1898 +8.42881 +10.0053 +8.42573 +13.1646 +24.8773 +30.2222 +44.7577 +45.4136 +49.7613 +66.9697 +73.2974 +71.4736 +68.3418 +62.4614 +59.3564 +63.7576 +65.8227 +69.5797 +66.389 +61.6712 +60.6364 +44.9503 +30.5219 +12.9452 +12.9217 +8.44614 +10.0053 +8.42572 +13.5512 +24.5371 +29.9178 +50.399 +56.1869 +58.2314 +67.4712 +73.2678 +68.8732 +65.1887 +62.1749 +62.6198 +68.2526 +74.0093 +74.0647 +70.5148 +66.8783 +65.4032 +45.7669 +31.2824 +12.9472 +8.42581 +10.0054 +8.42584 +13.9289 +25.1676 +30.3713 +50.9081 +56.1516 +59.2036 +68.3992 +72.2147 +69.8706 +65.9316 +62.0002 +62.0607 +68.2658 +75.6371 +73.2525 +71.3154 +66.9118 +65.3791 +45.744 +31.2917 +12.9471 +8.42572 +10.0053 +8.42576 +13.7982 +24.5371 +29.9178 +50.9582 +56.3291 +59.187 +68.4844 +72.3989 +68.362 +65.0666 +62.1812 +62.3148 +68.2531 +75.6385 +73.251 +71.3143 +66.9117 +65.3771 +45.7495 +31.294 +12.9457 +8.42685 +10.0053 +8.42573 +13.831 +24.5371 +29.9178 +50.6755 +55.9833 +59.0385 +68.2837 +72.1988 +69.266 +65.0693 +61.1865 +62.334 +68.2515 +74.8369 +73.7834 +71.3144 +66.877 +65.3742 +45.7456 +31.2815 +12.9508 +8.42584 +10.0055 +8.42588 +13.6577 +24.5371 +29.9435 +49.7853 +54.7612 +57.5838 +66.8707 +73.0187 +69.0545 +65.1379 +60.9983 +61.5337 +68.6466 +74.0117 +74.0621 +70.5142 +66.6435 +64.5733 +45.7357 +31.2698 +13.4235 +8.42583 +10.0055 +8.42587 +13.86 +24.2219 +28.969 +41.0249 +47.4421 +59.8323 +68.3624 +73.7733 +70.6874 +66.75 +63.0113 +63.1049 +68.3144 +75.6396 +73.2557 +71.6928 +67.686 +65.3876 +44.9872 +32.0543 +14.1858 +8.42585 +10.0055 +8.42589 +13.9069 +24.9014 +29.5327 +40.6829 +46.706 +51.3507 +68.3887 +73.0758 +67.8044 +64.6716 +59.6637 +60.8095 +65.7166 +72.7756 +71.1562 +67.2154 +61.6717 +60.9068 +44.9497 +30.4987 +12.9507 +8.42579 +10.0054 +8.42584 +13.7521 +24.537 +29.9179 +50.9894 +56.9145 +59.0558 +68.4727 +72.3917 +69.257 +65.1274 +61.3013 +62.3015 +68.4373 +74.0052 +73.2238 +71.0465 +66.6423 +64.547 +45.7351 +31.2719 +12.9336 +8.42589 +10.0055 +8.42593 +13.8568 +24.537 +29.9177 +50.3964 +54.9047 +58.2285 +67.296 +72.6384 +68.2098 +64.2804 +60.7115 +61.2569 +67.8211 +74.8291 +74.0499 +72.1141 +67.7079 +65.3557 +45.736 +31.2711 +12.9392 +8.42588 +10.0055 +8.42592 +13.9318 +25.177 +30.3735 +50.4609 +56.0956 +59.0605 +68.2826 +73.1765 +68.1717 +64.4176 +60.3994 +61.245 +67.0265 +74.8205 +74.0497 +70.5142 +66.0766 +64.6009 +45.7294 +31.2758 +12.9503 +8.42574 +10.0054 +8.42578 +13.4669 +24.537 +29.9178 +50.0677 +54.6813 +57.4839 +66.845 +74.2403 +74.4908 +67.2334 +60.6759 +60.8736 +67.7857 +78.8066 +73.2771 +70.5142 +66.1084 +64.2777 +45.7364 +31.2806 +12.948 +8.4258 +10.0054 +8.42583 +13.7767 +24.537 +29.9178 +51.0039 +56.6685 +59.2014 +68.2811 +72.4103 +69.0032 +65.1374 +62.0714 +62.3358 +68.2622 +75.6391 +73.2252 +71.0485 +66.9089 +65.3496 +45.7552 +31.281 +13.4191 +8.42586 +10.0055 +8.42589 +14.0351 +24.9806 +29.606 +40.7233 +47.6105 +59.819 +68.3291 +72.1444 +70.6345 +66.6761 +62.8515 +62.854 +67.7743 +75.6228 +74.8847 +71.6642 +67.6866 +65.4383 +44.9806 +32.1958 +14.1972 +8.42582 +10.0053 +8.42576 +13.9935 +24.9475 +29.5412 +40.9795 +46.9931 +51.4059 +68.5016 +73.1219 +68.3928 +64.4744 +60.7766 +60.8173 +65.7109 +72.7838 +71.1517 +67.9909 +63.267 +61.712 +44.9772 +30.5124 +12.9492 +8.42576 +10.0054 +8.42581 +13.7911 +24.537 +29.9178 +50.9982 +56.3743 +59.1615 +68.3912 +72.1131 +69.2478 +65.3315 +62.355 +63.1846 +68.7361 +75.6164 +74.0222 +71.3169 +67.7112 +65.3319 +45.7778 +31.2683 +12.9418 +8.42579 +10.0055 +8.42592 +13.9207 +24.5612 +29.9177 +50.9137 +56.3682 +59.2388 +68.4025 +72.1923 +68.2002 +65.8492 +62.0116 +62.5898 +68.4815 +75.6096 +74.8837 +72.1208 +67.7168 +65.3304 +45.7698 +31.4197 +12.9215 +8.44495 +10.0053 +8.42573 +13.9664 +25.2161 +30.4096 +50.9463 +56.266 +59.1217 +68.3773 +73.8151 +68.2578 +65.8547 +62.026 +62.1935 +68.3336 +75.6115 +74.8747 +72.1307 +67.6994 +65.3967 +45.7664 +31.4721 +12.9488 +8.42582 +10.0053 +8.42573 +14.0443 +25.2594 +30.4356 +50.9353 +56.2754 +59.1288 +68.2836 +73.8052 +68.3644 +65.8362 +62.124 +62.2901 +68.0435 +75.6341 +74.9021 +72.1308 +67.7032 +65.3926 +45.8823 +31.4564 +12.9427 +8.4258 +10.0055 +8.4259 +14.1705 +25.42 +30.6263 +51.0516 +56.2371 +59.0965 +68.3062 +73.6848 +68.1968 +65.0409 +62.1297 +62.2003 +68.0261 +75.6256 +74.8564 +72.1244 +67.7246 +65.3641 +45.7548 +31.4608 +13.4233 +8.42584 +10.0054 +8.42579 +14.1128 +25.0715 +29.6549 +40.9499 +47.6109 +59.851 +68.3229 +72.7372 +69.0709 +65.1851 +61.3563 +61.7279 +67.2094 +74.5345 +73.7552 +70.0908 +66.6401 +63.7471 +44.9437 +32.0597 +14.1818 +8.43408 +10.0053 +8.42573 +13.4968 +24.3107 +28.983 +40.2275 +45.2832 +50.6618 +66.8007 +71.4526 +66.877 +66.2442 +58.871 +59.5118 +64.2701 +71.2328 +69.7296 +66.4182 +61.6704 +60.0701 +43.3397 +28.9035 +12.9509 +8.42572 +10.0053 +8.42576 +13.1646 +24.5371 +29.9178 +49.2684 +54.7336 +58.0914 +66.6667 +72.1147 +68.2625 +64.406 +61.1128 +62.7154 +67.9433 +74.7899 +74.0495 +70.9138 +66.0792 +65.3727 +45.7427 +31.288 +12.9394 +8.42589 +10.0055 +8.42593 +13.7281 +24.537 +29.9177 +51.0068 +56.8383 +59.2114 +68.3567 +73.9379 +69.8572 +66.1035 +62.063 +63.0137 +68.5745 +75.6262 +74.8317 +72.1249 +67.6852 +65.3891 +45.7512 +31.3949 +12.9356 +8.4258 +10.0055 +8.42592 +14.1089 +25.3045 +30.5019 +51.0469 +56.3975 +59.0963 +68.366 +73.8917 +68.4475 +66.1275 +62.2036 +62.7963 +68.771 +75.6412 +74.8421 +72.1246 +67.6619 +65.4162 +45.7547 +31.3957 +12.9439 +8.42579 +10.0055 +8.42591 +13.951 +24.5627 +29.9177 +50.9961 +56.5676 +59.1715 +68.6657 +72.407 +69.2478 +66.1449 +62.3081 +63.3221 +68.7513 +75.6369 +74.7746 +72.1199 +67.7191 +65.302 +45.746 +31.297 +12.9471 +8.42583 +10.0054 +8.42576 +13.7935 +24.5371 +29.9178 +55.5039 +54.9774 +57.7942 +67.5296 +72.5887 +68.3007 +64.7642 +61.4151 +62.661 +68.7473 +73.9979 +73.277 +71.3145 +66.1105 +65.3488 +45.762 +31.2747 +13.4104 +8.42579 +10.0055 +8.42591 +13.9295 +24.2476 +28.9688 +46.4044 +48.143 +59.9877 +68.413 +73.8402 +70.6982 +66.7519 +62.9093 +63.1095 +68.3326 +75.6481 +74.9023 +71.645 +67.7212 +65.2807 +45.0076 +32.0491 +14.1975 +8.4258 +10.0054 +8.42584 +14.0183 +25.0145 +29.6009 +46.4545 +46.9266 +51.735 +68.5572 +73.2723 +68.45 +65.3749 +60.6773 +61.0602 +65.9968 +72.846 +71.2277 +68.0673 +63.3558 +61.7314 +45.1204 +30.6944 +12.9369 +8.42583 +10.0055 +8.42592 +14.1695 +25.4588 +30.6705 +56.3825 +56.223 +59.345 +68.5236 +73.9109 +69.7806 +65.8776 +62.0281 +62.1507 +68.1951 +75.7212 +74.8544 +72.1374 +67.6998 +65.2924 +45.9182 +31.5231 +12.9374 +8.43465 +10.0053 +8.42573 +14.2327 +25.4851 +30.7088 +56.3813 +56.4037 +59.31 +68.5247 +73.8942 +69.9686 +66.0349 +62.3132 +62.4299 +68.9012 +75.7186 +74.9207 +72.1538 +67.7147 +65.4217 +45.9101 +31.5109 +12.9439 +8.42779 +10.0053 +8.42573 +14.3017 +25.5175 +30.6944 +56.394 +56.3939 +59.2334 +68.3121 +73.9819 +69.9762 +66.1274 +62.1405 +62.8663 +68.8878 +75.7773 +74.9535 +72.1627 +67.6942 +65.4789 +45.9414 +31.59 +12.9399 +8.43059 +10.0053 +8.42573 +14.3997 +25.6628 +30.8332 +56.5484 +56.3155 +59.2693 +68.4689 +73.9456 +69.8295 +65.8704 +61.9803 +62.1825 +68.6972 +75.7469 +74.9348 +72.1688 +67.735 +65.342 +45.985 +31.5409 +12.9473 +8.42586 +10.0054 +8.42585 +14.4088 +25.6601 +30.8222 +56.5699 +56.477 +59.2577 +68.4782 +73.8674 +69.9464 +66.1316 +62.2847 +62.7629 +68.8424 +75.7427 +74.9079 +72.1519 +67.7154 +65.3011 +45.9451 +31.4687 +13.39 +8.42588 +10.0312 +8.4257 +14.2502 +25.1897 +29.7355 +46.4699 +47.5537 +59.8587 +68.3501 +73.8444 +70.7163 +66.6842 +62.7358 +63.2584 +68.4779 +75.8346 +74.9956 +71.7868 +67.7212 +65.3786 +45.182 +32.3568 +14.1926 +8.4281 +10.0053 +8.42573 +14.4976 +25.4567 +29.9665 +46.6784 +47.0907 +51.6444 +68.613 +73.2377 +68.4822 +65.2135 +60.7003 +60.8914 +65.7304 +73.0145 +71.4023 +68.262 +63.5403 +61.9889 +45.333 +30.9406 +12.9128 +8.44937 +10.0054 +8.42583 +14.5937 +25.8629 +30.9843 +56.652 +56.2562 +59.3654 +68.5555 +73.7129 +69.879 +65.8868 +62.015 +62.2744 +68.2061 +75.863 +74.9931 +72.1969 +67.7503 +65.5895 +46.0738 +31.6939 +12.9193 +8.4451 +10.0054 +8.42573 +14.5185 +25.7499 +30.8861 +56.5554 +56.8296 +59.2755 +68.5531 +73.9349 +69.9446 +65.8956 +62.3042 +62.8223 +68.8399 +75.6721 +74.8354 +72.1401 +67.7018 +65.3153 +45.752 +31.4206 +12.9269 +8.42584 +10.0055 +8.42593 +14.1065 +25.3518 +30.5262 +56.38 +56.6272 +59.2206 +68.4166 +73.8107 +68.1542 +66.1172 +62.3399 +62.6908 +68.7994 +75.6055 +74.7677 +72.117 +67.6764 +65.2701 +45.7453 +31.2986 +12.9439 +8.42846 +10.0053 +8.42573 +13.8566 +24.5371 +29.9178 +56.316 +56.759 +59.1837 +68.4832 +72.3195 +68.9815 +65.3246 +62.3245 +63.1899 +68.7449 +75.6161 +73.1982 +72.118 +67.65 +65.2434 +45.7542 +31.3895 +12.9485 +8.42582 +10.0054 +8.42585 +13.9377 +24.537 +29.9179 +56.3827 +56.2479 +59.249 +68.4826 +73.772 +68.1993 +65.8604 +62.0741 +62.3271 +68.5413 +75.607 +74.742 +72.1214 +67.6508 +65.2454 +45.7528 +31.4083 +13.424 +8.4258 +10.0054 +8.42583 +13.9964 +25.0309 +29.6146 +46.4491 +47.6617 +59.8732 +68.3648 +73.8769 +70.5789 +66.678 +62.8398 +62.9122 +68.5684 +75.6139 +73.2159 +71.5246 +67.6514 +65.3018 +44.9625 +32.1706 +14.1935 +8.42827 +10.0053 +8.42573 +14.0916 +25.042 +29.6521 +46.4707 +46.8723 +51.3856 +68.5464 +73.0235 +68.3462 +65.1974 +60.5626 +60.6228 +65.8308 +72.8221 +71.2441 +67.966 +63.3351 +61.7086 +45.1017 +30.6794 +12.9473 +8.42584 +10.0054 +8.4258 +14.044 +25.2761 +30.4858 +56.3882 +56.9015 +59.4742 +68.5598 +73.8981 +68.4596 +66.2198 +62.3312 +62.9385 +68.7747 +75.6084 +74.6566 +72.1208 +67.6814 +65.217 +45.7359 +31.4145 +12.9177 +8.45041 +10.0053 +8.42573 +14.0055 +25.2733 +30.4759 +56.3724 +56.4909 +59.1996 +68.3731 +73.8277 +68.2616 +65.9422 +62.4127 +63.2642 +68.7938 +75.6432 +74.7796 +72.1248 +67.649 +65.1359 +45.7303 +31.4347 +12.9204 +8.44707 +10.0053 +8.42573 +14.0747 +25.341 +30.5564 +56.3798 +56.071 +59.187 +68.4318 +73.9111 +69.9747 +66.1052 +62.153 +62.693 +68.7847 +75.6039 +74.539 +72.1202 +67.6401 +65.0603 +45.7088 +31.4112 +12.9364 +8.43332 +10.0053 +8.42573 +14.0138 +25.2351 +30.4107 +56.3683 +56.5831 +59.2307 +68.3723 +73.9103 +68.2593 +65.9442 +62.194 +62.7018 +68.5552 +75.6817 +74.7141 +72.1349 +67.6667 +65.1465 +45.8522 +31.4748 +12.9479 +8.42581 +10.0054 +8.42586 +14.3246 +25.551 +30.7056 +56.4373 +56.5592 +59.187 +68.3796 +73.8656 +69.8853 +65.9569 +62.1952 +62.3586 +68.579 +75.6629 +75.0076 +72.1425 +67.7034 +65.1801 +45.9149 +31.4825 +13.413 +8.42583 +10.0055 +8.42592 +14.2785 +25.2139 +29.766 +46.4688 +47.9751 +59.8004 +68.411 +73.6934 +70.581 +66.672 +62.7404 +62.9521 +68.3561 +75.6476 +73.1724 +70.6665 +67.612 +65.0513 +44.9563 +32.0684 +14.1776 +8.43218 +10.0053 +8.42573 +14.024 +24.9649 +29.5761 +46.3891 +46.8689 +51.4193 +68.4392 +73.0715 +68.3217 +65.3434 +60.65 +60.8147 +65.9033 +72.7604 +71.1172 +67.9888 +63.2667 +61.6436 +45.0121 +30.5024 +12.9476 +8.42579 +10.0054 +8.42583 +14.0388 +25.2457 +30.4816 +56.4042 +56.8502 +59.2693 +68.4086 +73.9786 +69.8886 +65.859 +62.082 +62.646 +68.6167 +75.7588 +74.7153 +72.1719 +67.7156 +65.534 +45.9953 +31.6333 +12.9312 +8.43736 +10.0054 +8.42583 +14.6115 +25.8476 +31.0005 +56.6327 +56.8724 +59.3423 +68.6048 +74.0027 +69.9253 +65.9042 +62.1985 +62.362 +68.7144 +75.8377 +74.9164 +72.1761 +67.7202 +65.6119 +46.0321 +31.6036 +12.9486 +8.42584 +10.0055 +8.4258 +14.5328 +25.7941 +30.9361 +56.5962 +56.6529 +59.3106 +68.5128 +73.8579 +69.8509 +65.8871 +62.0151 +62.3517 +68.3321 +75.777 +75.1242 +72.1761 +67.7074 +65.6873 +46.021 +31.6029 +12.947 +8.42577 +10.0054 +8.42581 +14.4927 +25.7366 +30.8989 +56.6115 +56.9603 +59.4084 +68.5548 +73.9778 +69.919 +65.8629 +62.1305 +62.5162 +68.6468 +75.8122 +74.8281 +72.1762 +67.691 +65.744 +45.9954 +31.6 +12.9167 +8.45154 +10.0053 +8.42572 +14.4542 +25.6812 +30.8359 +56.4884 +56.6778 +59.2055 +68.4938 +73.8745 +69.9513 +65.9686 +61.9505 +62.4206 +68.5356 +75.7393 +74.9334 +72.1468 +67.6382 +65.1516 +45.8671 +31.4845 +13.4231 +8.42587 +10.0054 +8.42583 +14.2078 +25.1791 +29.7168 +46.4934 +48.1926 +59.8249 +68.4242 +73.8449 +70.6158 +66.689 +62.8846 +63.114 +68.2065 +75.6541 +74.6543 +71.566 +67.6172 +65.3982 +44.9637 +32.1901 +14.1904 +8.42581 +10.0054 +8.42584 +14.1247 +25.0912 +29.6839 +46.4656 +47.1491 +51.3967 +68.3587 +73.1834 +68.4009 +65.2184 +60.549 +60.784 +65.69 +72.8581 +71.2641 +68.0398 +63.3924 +61.8322 +45.1853 +30.7806 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_p.csv new file mode 100644 index 0000000..defe4e5 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_p.csv @@ -0,0 +1,8760 @@ +171.44 +92.7242 +111.039 +92.6755 +201.858 +348.714 +462.447 +480.473 +554.583 +550.604 +767.663 +843.409 +751.64 +751.047 +678.722 +673.659 +746.357 +833.277 +793.563 +746.205 +744.171 +688.531 +463.454 +295.741 +156.98 +92.7113 +111.039 +92.6755 +218.003 +352.301 +446.722 +598.948 +612.742 +676.339 +803.597 +869.31 +790.439 +778.226 +715.672 +697.358 +808.405 +883.779 +819.86 +789.34 +787.761 +730.039 +499.234 +304.744 +156.592 +92.6754 +111.091 +92.6754 +216.822 +352.75 +446.819 +598.852 +614.154 +676.437 +803.841 +871.111 +789.632 +779.531 +716.402 +702.438 +806.719 +884.51 +823.371 +790.876 +789.634 +731.673 +500.584 +306.13 +156.609 +92.6788 +111.039 +92.6756 +217.098 +352.899 +446.991 +601.169 +610.75 +675.787 +804.318 +871.225 +790.058 +780.332 +716.543 +692.265 +804.567 +884.788 +819.775 +791.069 +790.385 +731.416 +500.201 +305.75 +156.374 +92.7042 +111.039 +92.6756 +219.361 +347.119 +467.718 +600.541 +614.677 +674.387 +803.241 +870.158 +790.228 +779.523 +715.644 +689.632 +792.074 +884.213 +821.359 +790.782 +789.565 +731.926 +500.825 +306.368 +156.642 +92.6754 +111.091 +92.6753 +218.547 +364.349 +451.331 +600.923 +611.722 +675.441 +803.955 +870.237 +789.666 +780.49 +716.072 +689.523 +801.181 +884.68 +822.802 +790.699 +789.101 +732.004 +499.056 +304.028 +162.192 +92.6889 +111.039 +92.6756 +207.426 +341.289 +470.605 +479.411 +531.643 +681.968 +793.481 +824.204 +776.442 +760.207 +697.992 +691.411 +753.431 +903.455 +855.861 +819.989 +743.442 +722.483 +500.095 +314.15 +171.455 +92.6885 +111.039 +92.6756 +210.07 +343.314 +483.967 +482.499 +555.886 +549.144 +764.281 +842.321 +752.698 +751.731 +679.311 +674.454 +746.833 +834.526 +795.413 +745.101 +745.228 +690.01 +464.67 +297.267 +157.798 +92.6756 +111.091 +92.6753 +219.601 +346.989 +468.052 +601.863 +615.51 +676.56 +803.209 +869.928 +790.322 +778.549 +715.908 +692.246 +807.082 +884.643 +823.775 +790.875 +791.285 +733.553 +501.445 +306.778 +156.346 +92.6755 +111.091 +92.6754 +219.619 +347.044 +468.046 +603.507 +611.441 +675.103 +801.647 +869.13 +789.061 +778.852 +715.316 +688.94 +798.4 +883.947 +818.59 +789.183 +789.088 +732.024 +498.729 +303.489 +156.632 +92.677 +111.039 +92.6755 +211.243 +289.501 +391.813 +598.469 +623.046 +682.645 +809.657 +868.061 +786.658 +776.315 +711.717 +683.743 +789.826 +875.325 +819.92 +789.058 +789.579 +732.477 +499.198 +304.666 +156.939 +92.6755 +111.039 +92.7274 +220.887 +344.974 +449.194 +600.323 +613.52 +675.99 +806.7 +875.682 +792.319 +782.968 +717.401 +692.068 +788.587 +884.605 +823.265 +790.892 +791.592 +734.141 +500.842 +306.224 +156.311 +92.7001 +111.039 +92.6756 +219.238 +347.001 +467.726 +601.041 +618.123 +675.07 +801.799 +869.363 +790.043 +777.689 +713.909 +686.646 +796.83 +882.96 +822.951 +788.929 +789.892 +732.363 +498.515 +303.579 +162.085 +92.6788 +111.039 +92.6755 +201.683 +285.838 +407.652 +488.53 +536.479 +684.634 +795.928 +823.782 +777.106 +759.495 +695.833 +692.599 +753.226 +902.354 +857.703 +821.461 +743.531 +723.042 +498.503 +312.337 +171.038 +92.7078 +111.039 +92.6755 +201.558 +348.893 +462.481 +479.377 +550.884 +547.108 +766.418 +840.116 +751.589 +752.344 +678.547 +670.339 +730.366 +830.263 +793.77 +744.982 +744.93 +686.614 +464.817 +295.535 +156.965 +92.6805 +111.039 +92.6756 +216.691 +352.254 +446.719 +599.201 +612.4 +674.041 +800.591 +869.128 +787.681 +777.073 +712.389 +696.746 +796.978 +882.699 +821.657 +788.475 +790.051 +733.297 +498.225 +303.763 +156.937 +92.6754 +111.039 +92.7274 +210.909 +289.502 +391.865 +598.107 +621.179 +674.868 +803.849 +869.769 +793.314 +782.428 +721.045 +698.136 +789.665 +875.132 +816.409 +790.593 +791.465 +733.229 +498.017 +303.357 +156.59 +92.6754 +111.039 +92.7274 +212.93 +289.502 +391.865 +608.291 +621.482 +674.192 +804.469 +870.695 +789.541 +780.937 +720.15 +697.983 +803.953 +884.054 +819.791 +789.375 +791.062 +734.462 +498.634 +303.886 +156.637 +92.6754 +111.039 +92.7274 +216.593 +352.565 +449.721 +597.668 +617.225 +680.32 +802.064 +869.491 +788.912 +776.945 +713.725 +691.767 +806.649 +883.641 +821.135 +789.226 +791.222 +734.661 +498.778 +303.946 +156.704 +92.6755 +111.039 +92.7274 +216.733 +352.621 +449.679 +598.357 +613.063 +674.715 +803.049 +869.776 +790.416 +779.974 +715.091 +690.987 +786.816 +883.881 +823.175 +790.422 +793.193 +735.125 +499.654 +304.869 +162.171 +92.706 +111.039 +92.6756 +207.457 +349.094 +462.662 +480.318 +523.479 +683.817 +792.334 +826.141 +777.97 +759.425 +696.43 +688.032 +752.17 +902.317 +860.311 +823.631 +746.725 +725.223 +500.27 +313.147 +171.06 +92.7108 +111.039 +92.6756 +207.189 +349.012 +462.566 +479.697 +552.321 +549.458 +765.82 +840.417 +750.809 +750.454 +678.02 +671.174 +742.582 +832.913 +794.509 +746.093 +744.018 +688.429 +464.556 +295.491 +156.584 +92.6755 +111.039 +92.7274 +217.018 +352.538 +446.827 +599.313 +612.895 +676.098 +802.719 +870.605 +791.602 +781.862 +716.772 +691.692 +798.846 +885.689 +823.275 +791.475 +794.353 +737.236 +501.812 +306.894 +157.928 +92.704 +111.039 +92.6756 +223.134 +349.738 +451.665 +600.944 +612.793 +676.05 +802.765 +870.268 +789.657 +780.108 +713.644 +691.371 +788.165 +885.631 +823.313 +791.884 +794.297 +736.939 +501.345 +306.081 +156.579 +92.6858 +111.039 +92.6756 +219.329 +347 +448.834 +600.239 +615.598 +677.52 +804.09 +870.509 +789.699 +778.861 +714.884 +690.875 +799.868 +884.434 +825.072 +790.876 +793.766 +737.154 +501.113 +305.754 +156.311 +92.7273 +111.039 +92.6755 +219.585 +346.846 +467.852 +600.657 +616.677 +677.093 +802.1 +869.253 +794.674 +779.384 +715.32 +690.59 +804.335 +883.604 +826.828 +790.036 +793.256 +736.442 +500.427 +305.094 +156.575 +92.6755 +111.039 +92.7274 +216.835 +352.689 +448.831 +598.825 +616.124 +675.046 +801.339 +868.288 +788.95 +780.006 +714.27 +688.188 +795.918 +883.849 +821.096 +790.159 +793.946 +736.776 +500.702 +305.305 +162.091 +92.6754 +111.039 +92.7272 +208.281 +349.034 +464.914 +481.481 +522.732 +681.796 +791.919 +827.088 +780.045 +760.229 +695.974 +688.379 +754.558 +903.812 +860.519 +828.475 +747.396 +728.522 +501.732 +314.81 +170.818 +92.7025 +111.039 +92.6756 +209.972 +343.553 +464.81 +481.616 +551.419 +552.789 +767.016 +842.984 +751.435 +755.328 +678.037 +673.912 +738.524 +834.71 +795.751 +748.253 +745.755 +692.202 +465.182 +297.639 +156.345 +92.6754 +111.091 +92.6753 +219.755 +347.135 +467.906 +602.988 +616.04 +675.773 +802.27 +869.002 +790.071 +779.091 +713.946 +689.049 +788.726 +885.274 +823.832 +791.681 +795.446 +738.923 +502.487 +306.679 +156.303 +92.7228 +111.039 +92.6756 +219.431 +346.77 +467.931 +604.576 +618.143 +676.622 +803.007 +869.994 +790.323 +779.314 +715.326 +689.08 +793.243 +885.717 +824.608 +792.072 +795.778 +739.492 +501.634 +305.162 +156.575 +92.6754 +111.091 +92.6753 +214.425 +289.553 +391.813 +598.621 +625.228 +682.77 +805.321 +872.401 +793.411 +777.161 +713.918 +696.314 +799.388 +884.119 +823.606 +789.434 +793.205 +738.263 +499.853 +304.126 +156.574 +92.7273 +111.039 +92.6754 +211.244 +344.769 +446.675 +598.121 +612.184 +674.902 +801.832 +868.832 +789.161 +777.707 +714.355 +687.972 +790.612 +884.552 +825.764 +790.142 +794.228 +738.57 +501.128 +305.104 +156.575 +92.6755 +111.091 +92.6754 +216.873 +339.367 +453.007 +599.649 +616.706 +676.185 +802.083 +869.889 +789.485 +780.975 +714.243 +688.107 +796.938 +884.276 +826.495 +790.14 +794.111 +739.081 +501.262 +305.174 +162.081 +92.7272 +111.039 +92.6755 +207.554 +349.258 +464.795 +481.093 +524.63 +683.562 +791.735 +823.499 +780.027 +758.304 +696.293 +686.019 +739.351 +901.875 +859.12 +827.416 +748.622 +730.217 +502.387 +315.789 +171.012 +92.6755 +111.039 +92.7272 +209.143 +361.024 +467.539 +482.705 +549.908 +549.209 +768.935 +844.466 +752.808 +751.804 +677.771 +671.045 +732.329 +832.606 +794.712 +749.328 +746.769 +689.387 +465.849 +298.574 +158.026 +92.6755 +111.039 +92.7273 +218.822 +369.113 +446.805 +601.978 +621.248 +680.252 +804.005 +871.406 +790.456 +779.661 +714.391 +688.475 +786.288 +885.508 +823.003 +792.536 +796.588 +741.605 +504.177 +307.889 +159.336 +92.7272 +111.039 +92.6755 +221.772 +366.766 +450.14 +547.693 +611.601 +676.915 +803.402 +870.932 +789.65 +779.2 +712.74 +688.447 +802.576 +883.925 +822.187 +790.509 +795.5 +739.175 +502.047 +305.681 +157.921 +92.6754 +111.039 +92.7274 +222.021 +347.021 +468.099 +549.984 +611.472 +676.299 +801.731 +870.124 +789.116 +778.549 +712.913 +686.595 +785.303 +830.858 +822.392 +790.937 +795.2 +741.137 +503.56 +307.197 +156.297 +92.7127 +111.039 +92.6756 +219.396 +346.887 +467.711 +547.37 +612.206 +675.553 +800.505 +869.5 +788.423 +776.872 +712.767 +686.001 +791.13 +829.566 +821.311 +790.816 +794.416 +739.77 +501.706 +305.495 +156.937 +92.6755 +111.091 +92.6754 +219.346 +347.127 +467.822 +545.683 +609.481 +674.742 +800.777 +869.783 +788.235 +778.284 +713.003 +689.939 +789.438 +826.972 +823.057 +791.064 +795.883 +740.986 +503.065 +306.415 +162.08 +92.6879 +111.039 +92.6756 +208.228 +348.98 +464.761 +427.361 +522.646 +682.551 +791.433 +823.203 +779.59 +758.117 +697.304 +685.066 +738.7 +846.462 +858.243 +826.289 +746.481 +727.662 +499.375 +312.531 +171.344 +92.6918 +111.039 +92.6755 +201.678 +341.062 +470.418 +425.277 +548.282 +547.474 +768.437 +843.694 +752.02 +750.558 +677.211 +670.491 +731.934 +780.596 +795.376 +749.534 +746.196 +688.622 +464.812 +297.663 +158.257 +92.7273 +111.039 +92.6755 +221.77 +366.778 +449.532 +546.374 +617.611 +677.541 +801.84 +870.206 +788.943 +778.844 +713.199 +687.827 +795.354 +830.512 +823.145 +790.702 +795.089 +741.157 +502.627 +306.083 +158.241 +92.6755 +111.091 +92.6754 +222.183 +347.082 +468.089 +549.826 +609.948 +676.087 +801.03 +870.102 +788.349 +777.964 +711.249 +684.666 +781.98 +826.282 +821.196 +788.986 +792.762 +739.129 +499.443 +302.944 +156.579 +92.7273 +111.039 +92.6755 +216.544 +289.502 +391.813 +543.968 +617.123 +676.356 +803.247 +873.162 +788.956 +777.515 +713.222 +687.208 +792.851 +829.333 +821.852 +789.594 +793.832 +740.508 +501.059 +304.604 +156.578 +92.6755 +111.039 +92.7274 +216.811 +352.71 +449.874 +545.566 +609.768 +675.362 +801.185 +870.146 +788.52 +778.418 +713.866 +687.237 +797.811 +829.482 +823.067 +789.989 +794.239 +740.925 +501.274 +304.729 +156.577 +92.6755 +111.039 +92.7275 +216.648 +352.529 +448.654 +543.698 +608.449 +674.74 +802.293 +868.795 +788.169 +777.604 +713.258 +687.88 +782.011 +827.641 +821.669 +789.37 +793.533 +740.27 +500.56 +304.076 +162.093 +92.6754 +111.091 +92.6754 +203.515 +348.916 +462.483 +425.589 +523.51 +683.429 +791.68 +822.54 +778.164 +757.749 +694.361 +684.467 +736.517 +843.241 +858.985 +828.222 +748.42 +728.323 +499.749 +313.386 +171.345 +92.6942 +111.039 +92.6756 +207.097 +348.862 +462.467 +424.537 +545.462 +546.388 +767.517 +843.258 +752.02 +750.508 +676.511 +673.248 +742.86 +778.886 +793.375 +746.648 +743.311 +686.058 +463.668 +294.333 +157.045 +92.6754 +111.039 +92.6754 +217.035 +352.364 +446.603 +543.417 +609.656 +674.34 +800.722 +869.272 +787.35 +776.257 +713.12 +685.413 +789.789 +828.256 +821.142 +790.425 +795.508 +740.239 +502.505 +306.328 +156.948 +92.6755 +111.039 +92.7272 +222.156 +349.555 +451.782 +542.087 +611.962 +676.997 +802.97 +870.747 +790.035 +779.046 +715.007 +689.646 +784.354 +826.998 +823.119 +791.349 +795.527 +741.016 +502.727 +306.181 +158.239 +92.7271 +111.039 +92.6756 +219.615 +364.704 +453.194 +544.091 +609.601 +674.174 +800.317 +868.011 +779.59 +769.392 +704.396 +677.577 +774.607 +817.362 +812.578 +781.435 +785.509 +738.262 +499.309 +303.141 +156.564 +92.681 +111.039 +92.6756 +212.953 +289.502 +391.813 +553.189 +619.482 +677.208 +802.133 +870.339 +789.536 +777.818 +714.132 +687.581 +791.402 +828.715 +821.375 +790.771 +794.142 +739.314 +501.358 +305.145 +156.933 +92.7273 +111.039 +92.6755 +217.029 +352.782 +449.775 +541.147 +609.062 +675.052 +801.522 +869.681 +789.057 +778.938 +713.5 +686.223 +782.654 +825.817 +821.705 +790.217 +794.286 +739.167 +501.852 +305.61 +162.452 +92.6786 +111.039 +92.6756 +209.876 +343.398 +464.761 +425.281 +520.239 +682.363 +791.96 +823.877 +779.557 +759.036 +694.988 +685.883 +737.153 +846.327 +858.737 +827.364 +747.588 +729.088 +501.338 +314.679 +170.744 +92.6754 +111.039 +92.7272 +209.05 +360.906 +467.466 +422.48 +547.929 +548.333 +767.714 +843.762 +751.851 +751.042 +677.322 +668.601 +737.054 +777.128 +792.833 +747.257 +744.504 +686.576 +463.099 +295.832 +156.962 +92.6924 +111.039 +92.6756 +216.813 +352.333 +446.664 +542.354 +608.027 +673.829 +800.849 +868.94 +788.86 +777.165 +712.992 +686.132 +790.58 +826.569 +826.166 +790.157 +794.447 +739.37 +501.709 +305.887 +156.889 +92.724 +111.039 +92.6754 +217.047 +352.774 +446.829 +539.853 +610.279 +674.991 +802.241 +869.803 +790.144 +779.119 +713.049 +686.255 +782.507 +819.726 +824.425 +790.444 +794.727 +738.352 +500.942 +305.13 +156.56 +92.7199 +111.039 +92.6756 +216.768 +352.651 +448.762 +538.755 +608.654 +674.553 +801.251 +869.942 +789.848 +779.452 +713.002 +685.58 +781.412 +819.558 +822.882 +789.887 +794.126 +737.727 +499.7 +303.798 +156.944 +92.696 +111.039 +92.6756 +217.472 +343.232 +450.356 +537.037 +608.103 +673.689 +799.612 +867.026 +787.802 +777.98 +712.136 +684.938 +780.426 +814.416 +822.109 +789.597 +793.645 +737.213 +499.772 +303.948 +156.574 +92.7272 +111.039 +92.6754 +212.888 +352.342 +448.514 +541.577 +608.177 +673.65 +801.235 +868.546 +789.217 +779.003 +714.101 +686.315 +782.018 +821.752 +822.873 +790.748 +794.236 +738.271 +501.945 +306.257 +162.092 +92.6754 +111.039 +92.6756 +207.321 +349.043 +462.622 +424.48 +520.789 +682.194 +792.534 +826.891 +779.402 +758.9 +695.423 +686.455 +744.253 +848.544 +861.738 +827.85 +747.254 +727.539 +500.706 +314.194 +171.173 +92.6756 +111.039 +92.7272 +207.207 +349.084 +462.724 +422.822 +547.847 +548.406 +767.032 +843.727 +751.677 +752.297 +677.749 +668.75 +727.84 +769.703 +794.955 +748.018 +745.796 +691.599 +465.014 +297.652 +156.324 +92.6755 +111.039 +92.7272 +219.336 +346.999 +448.89 +539.407 +610.434 +675.116 +803.105 +869.978 +790.901 +779.789 +714.038 +688.562 +783.906 +816.752 +828.825 +791.292 +795.079 +738.066 +502.069 +306.76 +156.31 +92.6756 +111.091 +92.6754 +219.152 +347.023 +467.685 +539.926 +610.574 +675.188 +802.445 +869.231 +790.006 +779.542 +713.613 +686.422 +782.725 +815.513 +825.264 +791.428 +794.606 +736.926 +501.147 +305.936 +156.57 +92.7272 +111.039 +92.6755 +216.708 +339.213 +452.813 +538.638 +608.293 +673.292 +800.564 +868.262 +788.224 +777.505 +712.348 +685.404 +781.455 +814.074 +822.441 +789.791 +793.073 +735.298 +498.935 +303.683 +156.578 +92.7273 +111.039 +92.6754 +209.245 +289.502 +391.813 +552.175 +609.872 +674.773 +801.08 +868.242 +790.005 +778.679 +713.221 +687.543 +780.448 +823.059 +820.452 +788.545 +792.099 +734.184 +498.168 +303.295 +156.584 +92.6755 +111.039 +92.7273 +209.204 +289.501 +391.865 +554.042 +616.666 +676.293 +801.346 +868.936 +788.456 +777.89 +713.397 +685.88 +791.339 +819.623 +812.397 +788.673 +791.147 +734.957 +497.934 +302.86 +162.106 +92.7273 +111.039 +92.6755 +199.625 +285.838 +407.652 +435.83 +528.563 +685.465 +791.276 +824.857 +769.684 +757.358 +694.545 +686.037 +747.284 +843.963 +860.514 +824.096 +744.605 +724.245 +497.895 +311.359 +92.7272 +111.039 +92.6754 +195.988 +341.012 +457.403 +477.745 +552.487 +546.964 +759.684 +833.446 +743.383 +822.147 +636.924 +645.064 +685.815 +743.612 +721.28 +737.717 +736.13 +687.444 +461.49 +293.994 +156.984 +92.706 +111.039 +92.6755 +204.257 +289.501 +391.813 +598.001 +620.936 +674.392 +802.408 +861.179 +780.324 +768.943 +703.465 +676.566 +770.823 +801.285 +751.505 +781.405 +783.553 +726.151 +497.483 +302.594 +156.7 +92.6794 +111.039 +92.6755 +184.766 +289.501 +391.813 +598.578 +571.019 +683.487 +935.607 +1076.91 +1018.5 +1020.78 +939.529 +882.308 +969.368 +1003.16 +887.874 +887.786 +863.748 +776.142 +511.14 +272.992 +156.626 +92.6754 +111.091 +92.6753 +162.439 +289.553 +391.813 +594.938 +618.552 +737.838 +959.786 +1053.08 +991.659 +980.82 +937.243 +887.498 +975.029 +1010.11 +945.69 +910.099 +905.652 +812.14 +526.813 +344.151 +159.567 +92.6755 +111.039 +92.7273 +180.697 +289.502 +391.813 +599.014 +618.271 +665.185 +762.159 +864.504 +750.585 +738.672 +813.906 +807.755 +789.811 +800.83 +752.623 +781.624 +783.284 +725.536 +497.457 +302.601 +156.597 +92.6755 +111.039 +92.7273 +165.566 +289.502 +391.813 +544.858 +622.064 +689.371 +795.175 +861.232 +780.638 +770.039 +704.002 +686.998 +785.463 +808.821 +752.65 +789.494 +790.215 +732.505 +497.696 +303.042 +162.097 +92.7273 +111.039 +92.6755 +199.706 +285.838 +407.652 +434.687 +526.337 +691.525 +794.057 +823.998 +775.77 +757.956 +693.844 +683.938 +733.984 +825.391 +789.458 +822.231 +744.024 +723.682 +498.229 +312.284 +171.038 +92.6793 +111.039 +92.6755 +201.38 +348.7 +462.297 +429.441 +548.691 +551.175 +768.876 +842.716 +751.34 +750.462 +677.169 +667.41 +733.442 +769.527 +730.804 +745.111 +744.386 +686.715 +465.268 +295.789 +156.321 +92.6755 +111.091 +92.6752 +216.782 +352.676 +446.812 +545.463 +611.848 +673.319 +801.543 +868.874 +788.982 +779.64 +712.024 +684.22 +778.89 +809.299 +758.431 +788.905 +790.509 +732.756 +498.873 +304.411 +156.937 +92.6755 +111.091 +92.6753 +216.701 +352.56 +446.745 +545.105 +608.157 +673.734 +802.126 +869.402 +788.38 +778.028 +712.504 +684.085 +778.421 +809.769 +752.018 +789.318 +790.231 +732.064 +498.376 +303.602 +156.586 +92.7272 +111.039 +92.6755 +209.189 +289.502 +391.813 +543.817 +610.167 +672.507 +794.435 +830.601 +791.128 +805.117 +726.604 +659.232 +740.243 +803.206 +747.635 +781.79 +782.252 +723.875 +497.663 +302.789 +156.612 +92.7015 +111.039 +92.6755 +210.849 +289.501 +391.813 +544.55 +610.679 +674.105 +802.77 +870.219 +789.083 +777.746 +714.083 +685.43 +779.193 +809.867 +755.531 +790.537 +791.289 +732.471 +499.538 +304.686 +156.593 +92.6755 +111.091 +92.6752 +212.975 +352.466 +449.581 +544.854 +608.012 +673.428 +803.483 +868.876 +789.024 +779.138 +714.152 +685.561 +778.796 +808.809 +751.549 +790.565 +790.614 +732.023 +499.521 +304.904 +162.155 +92.6753 +111.039 +92.7274 +206.976 +348.796 +462.522 +424.266 +520.685 +679.349 +793.008 +825.578 +776.322 +759.63 +694.474 +685.147 +734.471 +827.287 +786.569 +819.422 +742.442 +721.649 +499.747 +312.278 +171.104 +92.6967 +111.039 +92.6756 +203.402 +348.737 +462.413 +423.649 +551.145 +546.889 +767.182 +839.5 +751.242 +749.791 +677.195 +667.685 +725.534 +763.322 +729.478 +745.069 +745.435 +689.202 +463.851 +296.59 +156.947 +92.6755 +111.075 +92.6911 +216.593 +352.155 +446.716 +542.119 +606.089 +672.883 +801.771 +869.193 +788.684 +779.711 +713.265 +684.786 +778.715 +808.041 +753.49 +790 +789.634 +730.889 +499.096 +304.609 +157.04 +92.6755 +111.039 +92.6756 +216.596 +352.398 +446.494 +543.88 +604.131 +672.18 +800.323 +868.043 +787.221 +776.961 +712.027 +684.332 +777.607 +808.146 +747.776 +732.415 +788.366 +729.47 +498.283 +304.201 +156.651 +92.7017 +111.039 +92.6756 +209.253 +352.295 +446.481 +539.986 +603.499 +671.824 +800.012 +860.566 +779.974 +769.184 +703.575 +676.121 +771.057 +806.768 +751.345 +734.319 +787.739 +729.476 +497.394 +302.859 +156.616 +92.6998 +111.039 +92.6756 +209.197 +289.502 +391.813 +544.395 +615.245 +675.28 +803.001 +870.026 +781.327 +776.737 +713.017 +683.628 +771.876 +805.653 +753.874 +737.225 +787.088 +729.193 +497.306 +302.757 +156.592 +92.6754 +111.039 +92.7272 +209.052 +289.502 +391.865 +544.421 +607.43 +671.816 +801.204 +862.053 +780.694 +769.253 +703.58 +676.602 +769.769 +801.193 +745.942 +727.208 +786.713 +729.171 +497.422 +302.959 +162.105 +92.6755 +111.091 +92.6752 +201.278 +336.733 +466.077 +426.24 +519.438 +681.047 +791.557 +814.986 +768.599 +750.389 +686.736 +676.75 +739.703 +825.916 +785.308 +762.051 +740.978 +722.783 +497.528 +311.445 +171.37 +92.7103 +111.039 +92.6755 +201.299 +336.549 +465.947 +423.691 +545.634 +548.156 +763.868 +839.613 +749.556 +747.993 +674.903 +665.534 +716.919 +763.288 +726.465 +689.042 +743.646 +686.132 +464.365 +294.613 +156.964 +92.7273 +111.039 +92.6755 +209.253 +346.121 +446.361 +538.489 +601.699 +671.949 +800.924 +860.034 +779.497 +768.681 +702.967 +675.995 +770.231 +800.571 +740.175 +732.9 +786.726 +732.363 +497.605 +302.856 +156.947 +92.6755 +111.091 +92.6753 +207.455 +289.553 +391.813 +542.704 +605.85 +672.074 +801.386 +869.102 +788.792 +778.13 +713.926 +685.453 +786.513 +812.005 +753.599 +735.419 +787.083 +732.801 +498.493 +303.825 +156.32 +92.6848 +111.039 +92.6755 +209.368 +352.082 +448.451 +536.896 +601.323 +671.889 +801.327 +861.493 +781.584 +780.152 +712.66 +684.226 +777.863 +808.17 +746.041 +732.416 +787.238 +731.624 +498.306 +303.523 +156.586 +92.6755 +111.091 +92.6752 +210.79 +344.48 +446.328 +536.817 +598.896 +670.981 +799.772 +860.554 +780.291 +769.136 +703.249 +644.695 +753.057 +769.355 +736.819 +724.525 +779.46 +730.415 +497.407 +302.674 +156.65 +92.7 +111.039 +92.6755 +210.721 +289.501 +391.813 +537.338 +594.705 +659.003 +801.266 +920.865 +864.103 +863.043 +794.773 +733.708 +819.272 +826.01 +764.396 +737.293 +814.288 +733.386 +471.785 +264.608 +162.178 +92.6754 +111.039 +92.7274 +162.27 +285.838 +407.704 +421.071 +480.866 +700.359 +835.984 +900.826 +854.108 +864.932 +792.878 +761.61 +787.524 +839.887 +826.228 +787.842 +753.582 +717.27 +466.811 +273.395 +171.013 +92.6755 +111.039 +92.6756 +152.966 +300.499 +426.713 +418.689 +543.933 +507.034 +726.112 +817.14 +742.998 +743.343 +703.814 +672.259 +723.888 +773.546 +719.371 +681.617 +736.221 +686.307 +461.581 +293.834 +156.96 +92.6754 +111.091 +92.6753 +210.737 +289.553 +391.813 +543.578 +604.302 +671.63 +801.047 +861.818 +781.272 +770.119 +712.59 +685.749 +786.848 +810.394 +755.196 +734.762 +786.979 +729.234 +498.032 +303.365 +156.603 +92.6754 +111.039 +92.7274 +210.907 +289.502 +391.865 +548.192 +603.295 +671.991 +801.656 +869.278 +780.925 +769.689 +713.019 +677.455 +771.521 +802.449 +737.811 +728.058 +787.241 +728.309 +497.404 +302.873 +156.583 +92.6755 +111.039 +92.7272 +209.027 +289.501 +391.865 +544.104 +609.884 +673.331 +793.716 +861.65 +781.734 +770.095 +705.859 +677.849 +772.701 +804.339 +741.055 +735.325 +786.693 +727.71 +497.984 +303.32 +156.581 +92.7272 +111.039 +92.6754 +210.893 +289.502 +391.813 +545.597 +600.447 +672.23 +801.624 +869.268 +788.634 +769.862 +711.563 +684.274 +778.316 +807.312 +743.799 +728.734 +787.384 +729.987 +498.836 +303.582 +156.63 +92.6755 +111.091 +92.6753 +209.12 +289.553 +391.813 +550.592 +607.511 +674.885 +801.505 +871.313 +788.029 +777.542 +712.075 +685.507 +772.405 +802.065 +715.119 +695.989 +748.36 +730.732 +497.65 +302.947 +162.1 +92.6755 +111.091 +92.6753 +201.336 +285.89 +407.652 +431.114 +522.736 +689.055 +792.65 +824.783 +777.222 +758.004 +694.034 +683.862 +742.575 +831.256 +789.803 +763.946 +742.655 +721.399 +498.447 +312.275 +171.064 +92.7273 +111.039 +92.6755 +207.201 +348.928 +462.525 +421.227 +546.712 +547.496 +766.794 +842.295 +751.374 +750.454 +677.316 +667.161 +724.915 +762.121 +726.827 +685.752 +745.277 +688.093 +465.45 +295.934 +156.923 +92.7152 +111.039 +92.6756 +213.015 +352.068 +446.547 +537.586 +596.814 +671.175 +801.293 +868.311 +787.788 +776.738 +711.93 +683.299 +783.136 +806.353 +744.71 +732.206 +786.827 +730.932 +498.039 +303.222 +157.065 +92.6754 +111.039 +92.7274 +210.8 +289.502 +391.865 +539.093 +603.447 +671.947 +800.857 +862.15 +780.748 +769.84 +703.624 +676.486 +740.738 +770.561 +740.912 +714.671 +787.548 +729.479 +497.704 +302.748 +156.618 +92.6755 +111.039 +92.6755 +210.792 +289.501 +391.813 +537.265 +601.739 +672.334 +794.32 +862.824 +751.126 +753.486 +739.09 +712.174 +809.041 +829.854 +709.729 +732.668 +779.895 +722.383 +497.539 +302.552 +156.582 +92.6755 +111.091 +92.6752 +184.627 +289.553 +391.813 +537.582 +592.395 +633.083 +762.088 +876.208 +805.885 +769.876 +703.679 +646.286 +758.981 +788.386 +739.892 +718.574 +787.593 +730.001 +497.503 +302.567 +156.661 +92.6755 +111.039 +92.7048 +200.865 +289.502 +337.695 +536.607 +599.306 +672.097 +793.584 +830.846 +750.603 +767.533 +673.06 +658.48 +772.036 +771.327 +739.463 +715.488 +787.594 +730.112 +497.567 +302.534 +162.205 +92.6794 +111.039 +92.6756 +199.368 +285.838 +353.533 +420.955 +521.38 +681.337 +786.056 +818.325 +771.306 +721.651 +682.626 +675.139 +738.525 +801.344 +743.21 +741.869 +734.874 +721.432 +497.833 +311.249 +171.124 +92.6753 +111.039 +92.7273 +201.056 +340.541 +407.803 +417.81 +543.028 +545.097 +726.262 +814.959 +739.83 +775.915 +665.524 +640.675 +699.551 +723.816 +730.623 +680.78 +736.216 +686.75 +461.67 +294.075 +156.933 +92.6755 +111.062 +92.7045 +207.59 +339.135 +377.144 +535.048 +598.028 +671.58 +800.774 +861.367 +780.747 +770.115 +704.807 +676.74 +771.895 +802.612 +740.794 +713.548 +787.14 +729.352 +497.723 +302.705 +156.582 +92.6754 +111.091 +92.6754 +205.371 +289.553 +337.695 +542.026 +606.768 +674.041 +802.356 +860.983 +781.528 +769.262 +703.328 +686.996 +770.398 +802.114 +740.548 +721.63 +787.589 +730.715 +497.73 +302.851 +156.62 +92.7272 +111.039 +92.6754 +210.737 +289.502 +337.695 +536.492 +599.493 +672.115 +793.529 +861.391 +750.677 +767.482 +726.529 +659.457 +739.422 +799.955 +744.183 +724.369 +779.738 +731.391 +497.733 +302.546 +156.613 +92.6753 +111.039 +92.7274 +208.864 +289.502 +337.747 +538.55 +599.792 +664.763 +793.646 +862.221 +780.902 +769.415 +703.698 +676.54 +771.088 +802.36 +749.489 +726.923 +779.704 +731.315 +497.872 +302.688 +156.605 +92.6903 +111.039 +92.6755 +197.65 +289.501 +337.695 +538.959 +602.617 +672.976 +794.968 +862.369 +781.466 +769.92 +704.186 +677.934 +771.381 +803.547 +747.002 +722.569 +779.808 +730.882 +497.883 +302.698 +162.107 +92.7272 +111.039 +92.6754 +195.903 +285.838 +353.533 +423.955 +525.11 +681.868 +793.644 +816.571 +770.078 +719.952 +685.558 +676.29 +724.795 +816.537 +773.229 +751.115 +742.562 +722.256 +497.976 +311.458 +171.022 +92.6755 +111.091 +92.6753 +172.369 +310.66 +369.123 +421.565 +543.038 +544.693 +764.282 +832.891 +742.558 +741.145 +667.225 +644.578 +704.861 +741.636 +687.1 +677.195 +736.054 +687.147 +461.443 +293.961 +156.954 +92.7272 +111.039 +92.6754 +197.993 +319.218 +361.413 +534.013 +596.886 +671.539 +792.716 +860.231 +779.444 +737.423 +671.813 +644.86 +740.053 +770.668 +740.239 +713.027 +779.628 +730.11 +497.716 +302.638 +156.64 +92.6754 +111.039 +92.7274 +201.638 +289.501 +337.747 +539.47 +602.301 +633.996 +788.807 +885.368 +805.418 +779.589 +712.648 +685.508 +780.482 +771.731 +713.346 +735.091 +780.288 +722.985 +497.762 +302.623 +156.639 +92.6753 +111.039 +92.7274 +201.671 +289.502 +335.063 +536.679 +603.296 +672.468 +794.51 +861.255 +750.058 +779.444 +737.685 +684.843 +752.871 +810.671 +709.493 +730.751 +780.06 +730.794 +497.661 +302.635 +156.621 +92.6755 +111.091 +92.6752 +198.149 +289.501 +333.223 +536.024 +602.022 +664.649 +763.165 +844.049 +763.793 +779.844 +726.462 +685.618 +769.077 +784.994 +711.655 +693.487 +779.798 +723.585 +497.572 +302.471 +156.644 +92.703 +111.039 +92.6755 +165.603 +289.501 +337.695 +540.163 +592.597 +633.334 +789.399 +872.2 +817.801 +819.443 +712.895 +675.286 +755.547 +771.687 +739.458 +715.683 +780.122 +730.638 +497.657 +302.529 +162.161 +92.6754 +111.039 +92.6756 +188.46 +285.838 +350.119 +419.84 +521.151 +681.462 +784.714 +817.499 +770.201 +751.218 +685.685 +677.374 +727.466 +818.632 +777.701 +743.084 +734.596 +722.274 +497.931 +311.219 +171.022 +92.7239 +111.039 +92.6756 +192.108 +336.472 +399.63 +417.433 +542.759 +544.716 +757.07 +802.393 +711.83 +710.76 +648.814 +641.255 +701.576 +740.093 +691.755 +683.953 +736.466 +686.477 +461.625 +293.826 +156.961 +92.7273 +111.039 +92.6755 +205.443 +289.502 +333.144 +535.774 +599.392 +671.312 +792.657 +861.735 +780.971 +738.764 +672.594 +646.138 +741.078 +801.353 +739.433 +715.977 +779.917 +723.2 +497.749 +302.534 +156.598 +92.6754 +111.091 +92.6753 +178.608 +289.553 +336.539 +538.341 +601.494 +665.783 +801.469 +899.59 +841.293 +829.01 +761.644 +745.609 +830.095 +837.823 +765.153 +749.175 +803.29 +744.896 +497.624 +302.609 +156.646 +92.6993 +111.039 +92.6755 +162.492 +289.501 +337.465 +536.143 +578.234 +752.144 +929.777 +1059.46 +995.309 +1013.63 +975.273 +947.632 +993.214 +1020.28 +773.3 +754.889 +777.589 +746.307 +506.591 +308.943 +156.611 +92.7266 +111.039 +92.6755 +165.6 +289.501 +337.695 +505.385 +611.928 +674.707 +796.109 +864.239 +783.425 +771.639 +705.837 +682.86 +774.322 +806.522 +749.077 +726.939 +780.099 +731.255 +497.981 +302.64 +156.641 +92.6755 +111.055 +92.7118 +197.616 +289.502 +337.747 +542.276 +607.787 +672.682 +793.573 +862.07 +783.438 +769.862 +704.151 +677.339 +740.665 +771.133 +710.653 +725.53 +780.178 +722.997 +497.937 +302.532 +162.124 +92.6858 +111.081 +92.6754 +192.08 +285.89 +349.024 +419.517 +479.551 +676.377 +843.043 +902.885 +880.007 +883.228 +834.115 +851.354 +907.184 +959.357 +907.928 +855.724 +821.516 +767.995 +555.966 +364.246 +174.58 +92.6907 +111.039 +92.6755 +157.37 +312.908 +386.25 +445.531 +573.738 +594.574 +854.106 +957.726 +937.179 +968.098 +908.462 +918.124 +946.971 +805.87 +845.807 +681.572 +736.354 +679.337 +461.429 +293.781 +156.975 +92.6755 +111.039 +92.6756 +159.585 +289.502 +333.997 +534.564 +559.967 +632.793 +792.921 +877.809 +822.7 +811.858 +733.59 +718.799 +802.468 +819.444 +745.531 +684.079 +780.3 +722.859 +497.811 +302.423 +156.644 +92.7048 +111.039 +92.6755 +162.488 +289.501 +336.29 +535.506 +559.558 +660.287 +802.197 +913.108 +855.429 +875.855 +833.145 +852.782 +935.411 +944.699 +849.003 +813.589 +850.943 +772.171 +517.733 +308.104 +157.519 +92.7273 +111.039 +92.6754 +170.274 +289.502 +337.465 +609.191 +671.309 +762.143 +895.548 +892.192 +840.62 +857.943 +789.76 +761.299 +852.414 +805.759 +707.959 +724.837 +749.187 +723.703 +497.815 +302.523 +156.629 +92.6755 +111.091 +92.6753 +165.576 +289.553 +336.539 +538.58 +602.66 +671.93 +793.83 +861.948 +781.181 +769.805 +704.91 +676.612 +740.123 +799.748 +740.799 +722.513 +780.071 +723.701 +497.809 +302.586 +156.633 +92.6755 +111.091 +92.6753 +191.269 +289.553 +337.465 +536.72 +601.416 +633.784 +791.406 +861.792 +765.547 +769.228 +714.249 +686.996 +755.584 +771.326 +739.904 +719.024 +780.313 +723.146 +497.601 +302.538 +162.12 +92.6754 +111.091 +92.6753 +181.664 +285.89 +349.801 +419.046 +520.111 +642.382 +793.399 +828.153 +805.985 +799.39 +765.755 +757.586 +822.425 +869.451 +802.893 +769.794 +761.355 +772.462 +545.469 +339.962 +171.058 +92.6754 +111.091 +92.6754 +156.835 +301.541 +368.501 +414.71 +520.777 +564.925 +774.925 +866.267 +801.937 +799.944 +745.9 +737.68 +789.818 +804.837 +742.283 +675.145 +651.354 +648.331 +423.731 +293.696 +156.995 +92.6967 +111.039 +92.6755 +181.598 +289.501 +331.452 +535.251 +594.637 +633.184 +762.51 +862.727 +784.404 +784.725 +731.919 +714.912 +812.086 +841.257 +754.86 +714 +726.401 +723.229 +497.642 +302.451 +156.677 +92.6755 +111.039 +92.7274 +159.534 +289.502 +331.804 +535.114 +587.995 +741.409 +894.814 +1003.89 +929.864 +949.565 +890.823 +861.51 +958.136 +984.708 +921.103 +855.209 +838.734 +825.914 +587.778 +451.002 +164.877 +92.6755 +111.091 +92.6753 +179.243 +289.553 +336.857 +603.71 +618.345 +723.883 +796.045 +862.172 +783.498 +770.399 +705.303 +677.288 +771.456 +802.419 +744.069 +722.153 +725.826 +723.393 +497.739 +302.603 +156.612 +92.6755 +111.091 +92.6753 +165.558 +289.553 +336.857 +540.964 +594.263 +634.804 +833.872 +938.452 +855.567 +863.28 +787.305 +733.965 +776.121 +771.784 +712.994 +691.637 +737.196 +723.43 +497.829 +302.454 +156.589 +92.7272 +111.039 +92.6755 +165.607 +289.501 +336.175 +536.643 +559.782 +675.16 +867.107 +946.879 +878.871 +867.998 +834.598 +817.154 +932.02 +922.902 +852.128 +796.321 +773.406 +707.766 +497.766 +302.351 +162.11 +92.6754 +111.039 +92.7272 +160.354 +285.838 +348.903 +419.621 +480.063 +712.825 +846.698 +914.166 +877.965 +877.704 +818.896 +833.621 +888.065 +929.196 +853.071 +801.877 +704.209 +711.837 +486.492 +285.646 +171.078 +92.6834 +111.039 +92.6755 +163.046 +299.152 +381.985 +474.697 +605.914 +590.699 +789.298 +821.123 +712.542 +752.526 +636.657 +646.429 +703.686 +768.891 +735.536 +707.275 +711.602 +706.884 +482.777 +314.972 +162.313 +92.6754 +111.091 +92.6753 +163.413 +289.553 +331.988 +663.561 +724.799 +721.807 +877.494 +962.839 +870.764 +833.139 +730.413 +702.488 +833.728 +791.824 +712.741 +735.242 +725.67 +723.471 +497.812 +302.594 +156.613 +92.7272 +111.039 +92.6754 +162.495 +289.502 +337.465 +541.037 +600.884 +633.297 +822.184 +963.222 +880.492 +858.129 +784.364 +757.212 +850.137 +867.978 +787.292 +721.945 +695.27 +723.165 +497.779 +302.486 +156.587 +92.6755 +111.091 +92.6752 +165.554 +289.501 +331.504 +550.7 +639.546 +727.402 +874.799 +968.149 +893.442 +891.671 +838.208 +819.574 +941.262 +927.32 +866.149 +809.403 +792.408 +781.396 +547.651 +352.145 +158.992 +92.6754 +111.091 +92.6752 +170.262 +289.553 +337.464 +567.952 +643.443 +720.774 +894.027 +1001.02 +931.767 +936.613 +912.545 +883.221 +985.884 +1032.29 +979.458 +943.067 +940.04 +918.074 +672.534 +449.046 +167.118 +92.7132 +111.039 +92.6755 +208.758 +289.501 +332.306 +722.783 +810.115 +910.798 +1036.65 +1111.82 +1052.84 +1063.06 +986.131 +913.082 +979.441 +957.357 +897.649 +832.076 +816.715 +781.991 +550.07 +343.987 +164.173 +92.7272 +111.039 +92.6755 +160.399 +285.838 +348.686 +421.055 +514.354 +673.307 +753.488 +827.449 +820.399 +811 +743.634 +758.773 +821.549 +891.344 +823.472 +790.076 +671.557 +683.766 +497.89 +311.205 +171.117 +92.6755 +111.091 +92.6752 +159.22 +290.047 +367.287 +416.894 +542.76 +506.483 +753.761 +869.329 +791.632 +812.306 +746.284 +760.911 +813.285 +840.501 +780.556 +723.815 +731.596 +705.605 +479.935 +299.387 +159.17 +92.6755 +111.039 +92.7275 +159.33 +289.502 +336.457 +498.339 +568.624 +647.338 +795.008 +877.127 +796.094 +806.191 +752.394 +712.51 +824.856 +843.811 +769.074 +723.981 +689.361 +723.627 +497.652 +302.439 +156.67 +92.6754 +111.039 +92.7274 +175.265 +289.502 +331.199 +535.567 +590.681 +662.525 +829.124 +946.82 +898.701 +885.135 +858.926 +840.707 +953.593 +991.503 +926.826 +841.911 +815.72 +788.323 +518.974 +279.06 +156.395 +92.6922 +111.039 +92.6755 +162.996 +289.502 +336.857 +552.402 +649.096 +752.982 +915.701 +1021.98 +973.209 +908.649 +852.607 +850.1 +947.664 +932.153 +850.085 +898.412 +901.348 +868.895 +626.648 +431.297 +163.098 +92.7273 +111.039 +92.6754 +182.843 +289.502 +333.951 +693.32 +812.543 +831.942 +978.16 +1053.76 +974.789 +989.808 +889.132 +811.548 +934.953 +930.524 +872.266 +814.636 +770.52 +770.53 +498.282 +264.565 +156.619 +92.7264 +111.039 +92.6755 +168.803 +289.501 +337.465 +535.767 +559.963 +670.169 +830.614 +909.488 +853.925 +855.742 +758.731 +729.072 +811.617 +845.116 +769.223 +738.779 +728.342 +730.138 +466.769 +302.379 +162.117 +92.7187 +111.039 +92.6755 +156.077 +285.838 +348.713 +419.942 +510.982 +657.185 +795.428 +880.279 +854.275 +866.16 +801.1 +833.237 +845.765 +939.232 +930.135 +882.556 +779.736 +794.498 +547.588 +338.497 +170.776 +92.7246 +111.039 +92.6755 +162.573 +310.793 +386.124 +486.218 +658.612 +719.68 +961.262 +1054 +972.637 +993.109 +918.421 +926.913 +960.64 +1004.13 +958.785 +903.793 +833.333 +855.625 +595 +429.386 +170.222 +92.7273 +111.039 +92.6754 +214.404 +289.502 +333.23 +773.529 +842.282 +955.937 +1104.52 +1208.84 +1155.9 +1139.64 +1072.23 +1023.59 +1115.47 +1075.59 +1011.98 +969.947 +965.408 +894.383 +587.798 +348.687 +156.333 +92.6754 +111.091 +92.6754 +162.944 +289.553 +337.465 +539.16 +604.281 +671.304 +792.935 +861.342 +780.842 +769.546 +703.531 +676.447 +770.679 +769.653 +737.552 +710.352 +716.446 +723.422 +497.783 +302.565 +156.623 +92.6754 +111.091 +92.6753 +191.136 +289.553 +331.327 +536.235 +602.01 +665.348 +795.505 +863.787 +751.674 +753.324 +713.621 +711.557 +808.603 +853.689 +793.941 +724.077 +697.211 +723.565 +497.699 +302.413 +156.606 +92.7272 +111.039 +92.6755 +163.003 +289.502 +331.147 +535.366 +559.639 +660.347 +829.347 +914.601 +847.702 +834.683 +775.328 +735.556 +846.152 +852.925 +776.812 +747.813 +730.663 +719.66 +459.742 +302.318 +156.597 +92.6755 +111.078 +92.6879 +165.538 +289.501 +332.357 +496.997 +632.806 +726.809 +867.542 +964.387 +912.268 +899.795 +897.471 +876.776 +978.483 +998.87 +959.388 +937.317 +886.681 +864.293 +616.236 +428.569 +171.243 +92.6755 +111.091 +92.6752 +186.017 +285.838 +351.228 +655.661 +761.004 +976.734 +1116.54 +1172.22 +1156.24 +1125.24 +1058.11 +1043.34 +1133.7 +1233.5 +1198.44 +1118.59 +1011.84 +1029.1 +784.045 +586.956 +188.473 +92.6755 +111.039 +92.7273 +231.433 +321.282 +458.14 +708.781 +853.468 +853.255 +1072.72 +1168.73 +1086.41 +1079.13 +1000.72 +979.747 +955.441 +1006.27 +965.776 +872.362 +890.232 +857.35 +611.037 +434.228 +163.65 +92.6872 +111.039 +92.6755 +162.793 +289.501 +337.465 +608.834 +687.949 +784.173 +900.363 +1024.54 +1009.46 +1029.93 +938.149 +909.568 +990.299 +1008.99 +936.201 +856.411 +834.014 +831.697 +591.559 +388.867 +161.287 +92.6754 +111.039 +92.7274 +162.431 +289.502 +331.199 +561.514 +699.408 +827.949 +998.293 +1085.82 +1044.53 +1051.15 +953.15 +926.504 +1046.94 +1088.59 +1029.7 +956.354 +950.534 +911.472 +644.336 +414.068 +164.36 +92.7133 +111.039 +92.6755 +203.82 +289.501 +331.147 +665.109 +763.13 +886.146 +1029.86 +1108.1 +1004.95 +990.232 +941.238 +931.793 +1030.27 +1057.17 +964.873 +901.212 +912.313 +890.224 +587.445 +363.96 +156.961 +92.7273 +111.039 +92.6754 +168.773 +289.502 +335.513 +497.249 +575.118 +705.48 +857.996 +947.78 +869.191 +907.749 +830.266 +798.492 +893.272 +913.337 +842.485 +791.412 +778.214 +763.83 +515.859 +323.276 +156.408 +92.6879 +111.039 +92.6755 +166.506 +289.502 +331.3 +500.045 +576.031 +668.355 +838.52 +921.235 +840.772 +849.741 +787.867 +761.765 +871.352 +926.067 +854.805 +795.232 +759.015 +744.899 +496.209 +264.331 +161.855 +92.6755 +111.091 +92.6753 +160.344 +285.89 +348.801 +414.148 +516.119 +730.81 +869.041 +917.77 +889.065 +928.875 +860.569 +865.208 +905.352 +1007.06 +969.991 +883.058 +782.893 +759.739 +498.068 +340.607 +170.815 +92.7272 +111.039 +92.6754 +156.831 +301.593 +367.252 +394.799 +615.207 +654.613 +929.076 +1020.25 +949.054 +987.714 +925.24 +922.406 +1004.93 +1046.75 +1013.53 +918.367 +914.348 +891.524 +654.437 +477.023 +168.651 +92.718 +111.039 +92.6755 +204.917 +289.501 +337.465 +708.6 +819.614 +919.341 +1053.02 +1152.28 +1107.57 +1145.55 +1048.89 +1018.78 +1124.92 +1151.81 +1064.38 +1032.11 +1019.54 +981.789 +745.253 +535.253 +166.861 +92.6754 +111.091 +92.6753 +191.482 +289.553 +332.39 +838.541 +941.666 +1035.14 +1179.29 +1287.34 +1238.26 +1258.56 +1118.54 +1087.02 +1166.74 +1223.22 +1158.37 +1098.91 +1111.27 +1055.63 +758.888 +559.258 +169.459 +92.6756 +111.091 +92.6753 +193.076 +289.553 +331.319 +624.302 +711.058 +831.129 +1026.55 +1099.19 +1013.84 +1051.8 +980.25 +953.378 +1045.79 +1081.93 +962.195 +938.796 +924.161 +918.419 +662.862 +478.912 +167.772 +92.6754 +111.039 +92.7274 +199.638 +289.501 +334.766 +756.911 +831.521 +925.414 +1072.66 +1167.42 +1101.41 +1114.01 +1029.73 +964.645 +1105.36 +1109.51 +1057.09 +1028.53 +1012.08 +955.912 +705.254 +478.959 +167.356 +92.6925 +111.039 +92.6755 +181.069 +289.502 +331.268 +628.791 +686.239 +778.052 +907.725 +982.395 +913.903 +937.605 +887.448 +873.092 +972.781 +1002.08 +934.324 +852.379 +812.869 +780.392 +536.011 +341.152 +165.32 +92.704 +111.039 +92.6755 +161.23 +285.838 +348.801 +502.735 +626.41 +791.482 +926.657 +981.93 +971.727 +963.742 +915.542 +908.554 +945.379 +1049.92 +986.272 +910.861 +836.249 +864.553 +628.456 +434.831 +176.41 +92.7048 +111.039 +92.6755 +188.254 +327.175 +418.92 +597.123 +753.206 +740.35 +951.366 +991.531 +914.495 +964.45 +947.34 +909.819 +948.442 +982.518 +936.419 +882.536 +819.997 +790.352 +512.751 +277.463 +157.006 +92.6756 +111.091 +92.6753 +159.534 +289.553 +331.3 +540.984 +695.115 +790.021 +983.576 +1061.84 +1014.47 +1002.84 +939.127 +945.798 +1046.06 +1031.55 +967.081 +955.711 +861.336 +850.143 +605.244 +400.285 +163.475 +92.7261 +111.039 +92.6755 +176.278 +289.501 +331.268 +638.523 +777.645 +832.892 +1011.63 +1097.67 +1017.25 +1021.24 +991.875 +947.272 +1068.4 +1090.2 +1025.43 +955.814 +964.074 +946.191 +701.324 +456.495 +168.9 +92.7212 +111.039 +92.6755 +187.907 +289.501 +336.723 +672.069 +744.666 +907.966 +1100.1 +1197.3 +1136.69 +1148.69 +1041.58 +982.377 +1110.75 +1130.26 +1069.68 +1033.69 +943.994 +894.187 +609.248 +393.123 +159.897 +92.7273 +111.039 +92.6754 +168.781 +289.502 +331.386 +497.241 +595.017 +729.22 +861.401 +948.767 +879.508 +877.034 +859.53 +818.478 +941.393 +972.514 +935.956 +829.531 +791.936 +805.389 +524.994 +279.592 +156.39 +92.6946 +111.039 +92.6755 +166.504 +289.502 +331.51 +517.355 +651.17 +779.561 +906.182 +1014.19 +947.722 +974.334 +902.119 +875.493 +950.866 +957.43 +888.776 +845.926 +844.229 +834.198 +595.646 +414.245 +167.483 +92.7273 +111.039 +92.6754 +182.852 +285.838 +352.805 +601.186 +749.805 +919.344 +1055.36 +1110.2 +1074.52 +1065.42 +1061.3 +1033.22 +1054.24 +1115.95 +1087.54 +1017.26 +868.017 +879.697 +633.7 +408.123 +178.002 +92.6754 +111.039 +92.7274 +169.197 +302.486 +378.093 +535.677 +696.941 +721.644 +984.424 +1085.91 +999.086 +981.502 +909.02 +890.705 +945.918 +972.702 +925.19 +896.542 +860.638 +808.349 +544.433 +339.86 +158.273 +92.6807 +111.039 +92.6755 +159.585 +289.502 +331.386 +579.425 +746.749 +864.577 +1023.23 +1167.28 +1052.42 +1072.11 +1010.83 +978.88 +1080.57 +1134.65 +1077.55 +999.03 +928.754 +907.673 +686.12 +469.601 +166.844 +92.7189 +111.039 +92.6755 +201.702 +289.501 +332.489 +729.268 +829.857 +923.985 +1077.97 +1200.76 +1147.72 +1154.97 +1075.37 +1030.06 +1106.06 +1187.82 +1120.39 +1066.77 +982.661 +867.342 +601.264 +368.011 +161.634 +92.7192 +111.039 +92.6755 +168.769 +289.501 +331.568 +558.621 +656.163 +752.576 +915.704 +1042.92 +965.61 +924.393 +863.575 +864.209 +955.023 +959.908 +875.304 +849.228 +831.383 +783.368 +536.425 +341.025 +156.362 +92.6891 +111.039 +92.6756 +169.917 +289.502 +331.568 +498.151 +684.207 +804.252 +936.754 +1059.29 +1006.26 +1014.24 +938.349 +902.629 +996.719 +1072.01 +1012.51 +954.189 +892.726 +862.209 +594.753 +409.616 +161.92 +92.6945 +111.039 +92.6755 +173.908 +289.502 +331.568 +612.049 +741.399 +868.805 +1006.78 +1144.6 +1079.39 +1085.95 +1033.75 +1001 +1081.13 +1092.61 +1062.7 +1013.55 +974.399 +957.131 +703.213 +498.112 +175.569 +92.6755 +111.068 +92.6983 +210.454 +285.838 +352.956 +675.478 +786.444 +975.58 +1093.73 +1135.32 +1110.71 +1159.14 +1143.01 +1120.18 +1159.8 +1200.14 +1181.53 +1170.57 +1076.33 +1119.82 +848.341 +629.511 +194.087 +92.7273 +111.039 +92.6754 +229.499 +383.278 +491.833 +739.845 +867.624 +875.719 +1151.82 +1218.61 +1102.31 +1086.94 +1043.62 +1029.71 +1156.8 +1100.48 +1068.13 +990.415 +986.191 +964.336 +727.76 +555.666 +175.844 +92.6754 +111.091 +92.6753 +229.965 +289.553 +336.539 +838.349 +893.264 +968.287 +1110.77 +1216.62 +1165.14 +1159.71 +1073.1 +979.467 +1102.38 +1134.53 +1120.23 +1075.72 +1036.42 +997.175 +738.954 +504.649 +163.812 +92.6754 +111.039 +92.7274 +180.197 +289.502 +331.619 +749.079 +833.132 +979.009 +1069.61 +1161.09 +1065.46 +1096.57 +1037.03 +994.279 +1146.42 +1157.12 +1087.36 +1029.29 +1013.64 +984.859 +730.151 +515.391 +169.688 +92.7273 +111.039 +92.6755 +217.864 +289.501 +337.464 +813.914 +869.12 +986.953 +1158.41 +1247.65 +1211.63 +1207.78 +1143.91 +1112.06 +1190.63 +1197.23 +1158.76 +1132.04 +1128.98 +1098.67 +835.862 +619.068 +182.938 +92.7272 +111.039 +92.6755 +242.1 +415.122 +446.311 +862.275 +932.733 +1020.95 +1162.92 +1291.24 +1229.45 +1238.67 +1170.58 +1108.42 +1205.18 +1186.49 +1176.67 +1157.21 +1162.68 +1170.87 +882.151 +673.091 +176.291 +92.6755 +111.039 +92.7275 +268.691 +410.997 +467.521 +881.395 +957.556 +1028.86 +1172.07 +1260.34 +1196.63 +1204.94 +1119.33 +1095.24 +1153.07 +1194.28 +1146.47 +1123.76 +1094.73 +1051.07 +765.908 +577.581 +182.226 +92.7273 +111.039 +92.6755 +238.114 +285.838 +353.533 +714.601 +809.287 +878.863 +1124.93 +1142.21 +1072.15 +1020.07 +958.438 +959.696 +1013.57 +1080.77 +1065.87 +1019.35 +926.005 +940.258 +728.243 +502.005 +181.743 +92.6755 +111.091 +92.6752 +194.955 +320.872 +389.102 +583.261 +694.062 +714.775 +928.111 +1052.71 +981.75 +985.065 +908.513 +921.969 +971.503 +1004.12 +991.844 +937.896 +917.191 +900.912 +668.815 +470.326 +163.317 +92.7272 +111.039 +92.6754 +161.558 +289.502 +336.406 +637.174 +731.272 +871.729 +1021.81 +1104.69 +1070.97 +1027.89 +989.604 +929.833 +1070.46 +1100.53 +1000.19 +965.489 +902.53 +904.739 +664.554 +426.017 +161.93 +92.6754 +111.039 +92.7274 +166.451 +289.501 +335.416 +580.761 +739.52 +866.562 +1020.64 +1090.34 +1056.02 +1063.7 +987.759 +961.437 +1059.55 +1095.89 +1043.59 +993.23 +986.737 +960.256 +716.025 +489.991 +169.961 +92.6755 +111.091 +92.6752 +200.869 +289.501 +336.749 +694.145 +808.603 +913.334 +1094.43 +1225.09 +1165.22 +1150.87 +1069.27 +1031.09 +1152.34 +1148.01 +1054.13 +1009.82 +1040.77 +990.992 +745.148 +541.168 +171.575 +92.7272 +111.039 +92.6755 +205.788 +289.501 +336.175 +807.501 +859.292 +960.35 +1098.9 +1243.23 +1210.15 +1207.36 +1064.63 +998.721 +1123.42 +1185.96 +1164.07 +1010.44 +1013.19 +967.121 +711.384 +515.898 +165.831 +92.7113 +111.039 +92.6755 +194.552 +289.502 +336.857 +782.399 +828.435 +892.129 +1057.9 +1168.99 +1105.43 +1085.49 +1039.27 +999.134 +1100.39 +1137.83 +1081.97 +1048.7 +1022.3 +1011.89 +746.006 +539.207 +175.388 +92.6755 +111.091 +92.6753 +226.403 +285.89 +353.533 +742.503 +776.224 +935.338 +1056.24 +1251.25 +1132.74 +1120.2 +1036.44 +1024.61 +1083.86 +1146.36 +1116.31 +1058.45 +989.495 +1017.31 +742.074 +499.498 +180.575 +92.716 +111.039 +92.6755 +199.257 +310.43 +412.381 +559.933 +748.927 +775.971 +994.541 +1086.06 +1047.4 +1034 +967.234 +908.034 +998.28 +1048.73 +1032.95 +971.937 +969.718 +932.864 +673.431 +470.856 +164.053 +92.7273 +111.039 +92.6755 +165.555 +289.501 +333.679 +654.501 +793.209 +908.42 +1048.16 +1127 +1059.29 +1081.19 +995.196 +969.932 +1108.67 +1150.87 +1113.9 +1082.28 +1074.28 +1022.95 +726.326 +487.841 +166.17 +92.6754 +111.091 +92.6753 +171.906 +289.553 +337.465 +499.728 +664.523 +783.715 +939.123 +1011.96 +957.484 +976.209 +896.997 +868.943 +965.908 +1001.84 +934.91 +853.445 +835.482 +791.169 +550.489 +343.923 +158.302 +92.6754 +111.039 +92.7274 +168.715 +289.502 +333.731 +537.122 +680.1 +775.897 +929.875 +985.619 +935.247 +978.82 +901.518 +864.062 +969.649 +1007.87 +926.982 +849.258 +820.155 +791.295 +529.798 +299.841 +156.954 +92.6756 +111.039 +92.7274 +165.529 +289.502 +336.524 +499.938 +652.193 +800.9 +971.411 +1072.62 +1007.19 +1019.2 +951.386 +926.227 +1025.56 +1067.09 +1003.22 +929.952 +884.509 +855.037 +563.306 +329.594 +156.955 +92.6754 +111.039 +92.7274 +168.717 +289.502 +333.731 +514.456 +688.299 +856.59 +998.28 +1112.87 +1065.35 +1054.96 +986.973 +947.13 +1060.7 +1097.17 +1029.56 +994.505 +1007.59 +876.99 +619.199 +409.541 +168.865 +92.7006 +111.039 +92.6755 +183.014 +285.838 +352.616 +509.98 +655.878 +905.137 +1059.68 +1110.64 +1049.87 +1031.66 +983.322 +961.919 +1010.28 +1104.17 +1064.2 +1005.37 +972.782 +935.02 +690.904 +451.544 +178.623 +92.6852 +111.039 +92.6755 +190.454 +331.9 +404.767 +526.365 +695.549 +740.399 +986.897 +1102.34 +1026.28 +1034.16 +949.186 +962.592 +1017.6 +1069.94 +1017.32 +968.404 +994.468 +919.809 +661.475 +490.869 +166.91 +92.7273 +111.039 +92.6754 +171.125 +289.502 +337.695 +754.512 +826.319 +906.506 +1064.67 +1161.72 +1120.41 +1090.87 +1007.27 +987.521 +1089.79 +1118.48 +1057.53 +1034.37 +1088.69 +1009.95 +725.366 +511.122 +168.297 +92.7273 +111.039 +92.6755 +182.074 +289.501 +337.695 +742.846 +800.041 +880.806 +1009.95 +1122.31 +1064.96 +1056.45 +971.343 +943.964 +1054.24 +1102.4 +1036.24 +959.868 +1008.58 +919.871 +650.082 +432.897 +164.681 +92.7194 +111.039 +92.6755 +185.889 +289.501 +337.465 +626.562 +769.284 +884.659 +1049.77 +1177.33 +1104.9 +1101.5 +1018.02 +980.57 +1087.53 +1118.88 +1069.35 +1023.1 +1046.93 +959.844 +636.358 +421.125 +162.815 +92.727 +111.039 +92.6755 +184.83 +289.501 +336.539 +662.108 +769.547 +938.74 +1126.22 +1238.72 +1223.67 +1147.53 +1075.81 +1024.33 +1114.7 +1145.9 +1107.53 +1036.63 +1078.81 +1012.57 +744.389 +566.05 +174.492 +92.6754 +111.091 +92.6753 +210.949 +289.553 +337.161 +631.398 +703.819 +795.302 +932.382 +1055.82 +999.739 +1000.96 +932.534 +900.498 +990.064 +1024.59 +961.048 +871.853 +906.895 +825.372 +563.808 +344.779 +162.48 +92.6754 +111.091 +92.6753 +162.384 +285.89 +352.666 +401.817 +571.66 +778.268 +963.422 +986.927 +977.434 +961.468 +899.69 +894.164 +947.741 +1047.91 +993.004 +863.252 +802.601 +751.594 +500.143 +303.169 +171.508 +92.6912 +111.039 +92.6755 +163.95 +302.271 +379.04 +482.371 +664.7 +735.499 +998.717 +1168.04 +1132.07 +1170.25 +1087.61 +1083.23 +1152.94 +1148.02 +1109.71 +1059.98 +1101.68 +1015.96 +773.395 +600.627 +179.149 +92.6969 +111.039 +92.6755 +238.133 +289.501 +337.695 +861.633 +915.685 +989.517 +1137.35 +1221.4 +1182.94 +1132.24 +1107.94 +1058.61 +1134.25 +1192.93 +1133.64 +1094.62 +1140.61 +1075.89 +788.448 +594.698 +175.175 +92.7273 +111.039 +92.6754 +232.64 +289.502 +337.695 +835.728 +913.501 +1030.75 +1182.61 +1260.53 +1197.4 +1205.15 +1093.78 +992 +1057.52 +1060.12 +928.3 +900.716 +969.179 +893.24 +634.185 +418.166 +161.369 +92.71 +111.039 +92.6755 +174.723 +289.502 +337.695 +569.313 +705.376 +790.202 +977.408 +1060.82 +998.096 +992.768 +920.564 +914.325 +1016.1 +1060.87 +964.451 +927.752 +982.408 +866.579 +605.284 +388.753 +161.237 +92.7272 +111.039 +92.6755 +168.77 +289.501 +336.539 +498.815 +695.213 +860.673 +998.899 +1117.75 +1053.37 +1057.52 +987.615 +956.995 +1063.17 +1082.78 +976.643 +922.485 +911.843 +829.736 +571.779 +371.019 +161.657 +92.6932 +111.039 +92.6755 +178.95 +289.501 +337.695 +622.51 +774.631 +891.226 +1074.97 +1196.06 +1163.31 +1158.88 +1088.29 +1051.08 +1139.43 +1175.69 +1106.91 +1049.23 +1051.53 +959.374 +682.525 +489.523 +174.737 +92.6755 +111.039 +92.7274 +211.895 +285.838 +353.585 +538.858 +657.791 +835.066 +966.845 +1011.81 +977.46 +961.112 +888.411 +872.238 +927.475 +1011.38 +918.035 +883.262 +859.771 +798.929 +565.379 +378.862 +174.002 +92.7274 +111.039 +92.6756 +161.337 +301.538 +426.089 +422.583 +586.03 +635.956 +867.198 +951.135 +862.285 +924.229 +838.562 +773.35 +835.028 +870.254 +832.021 +782.064 +831.197 +775.44 +533.499 +370.92 +159.969 +92.7272 +111.039 +92.6754 +159.534 +289.553 +391.813 +545.216 +643.709 +746.258 +877.954 +955.2 +896.687 +883.091 +807.759 +791.313 +887.612 +919.36 +850.538 +827.836 +863.785 +807.95 +536.409 +307.188 +157.746 +92.7273 +111.039 +92.6755 +162.486 +289.501 +391.813 +521.231 +631.008 +743.92 +888.847 +963.457 +910.941 +907.723 +876.772 +855.766 +948.198 +975.911 +876.742 +812.127 +848.228 +793.721 +527.134 +280.292 +156.348 +92.7272 +111.039 +92.6754 +166.481 +289.535 +391.813 +505.434 +629.339 +753.121 +910.885 +1001.61 +961.211 +965.548 +899.157 +859.834 +941.331 +974.317 +894.114 +874.84 +914.48 +824.758 +553.098 +362.426 +159.149 +92.6754 +111.091 +92.6753 +173.876 +289.553 +391.813 +528.854 +586.788 +691.701 +845.451 +1014.88 +1028.53 +1031.08 +957.325 +920.689 +1025.04 +1057.23 +1009.99 +941.967 +990.238 +928.223 +649.781 +454.526 +164.522 +92.699 +111.039 +92.6755 +197.237 +289.501 +391.813 +722.453 +790.528 +892.798 +1040.87 +1130.23 +1073.06 +1079.2 +1032.01 +973.831 +1073.04 +1101.11 +1032.68 +1037.97 +1029.47 +966.625 +689.013 +487.3 +170.394 +92.7215 +111.039 +92.6755 +187.185 +285.838 +407.652 +631.203 +742.911 +946.339 +1083.87 +1178.17 +1139.76 +1094.99 +1034.26 +1042.83 +977.958 +1149.6 +1107.05 +1067.4 +990.354 +965.865 +739.648 +536.201 +183.544 +92.6755 +111.091 +92.6753 +172.516 +325.897 +449.952 +517.994 +666.902 +700.77 +946.453 +1044.81 +973.222 +995.352 +926.509 +913.587 +979.649 +1005.03 +971.139 +902.454 +936.251 +943.038 +624.357 +455.626 +167.207 +92.6755 +111.091 +92.6752 +170.773 +289.553 +391.813 +689.214 +780.246 +887.649 +1033.88 +1130.08 +1094.01 +1119.03 +1013.49 +989.233 +1062.96 +1080.75 +1054.41 +1040.26 +1064.29 +1000.11 +674.414 +464.61 +161.821 +92.7273 +111.039 +92.6755 +162.975 +289.501 +391.813 +498.523 +650.748 +734.49 +912.671 +978.087 +948.962 +943.629 +867.035 +845.481 +977.132 +1044 +1020.97 +984.5 +1034.87 +947.421 +675.034 +465.975 +166.312 +92.7273 +111.039 +92.6754 +198.055 +289.502 +391.813 +709.265 +761.036 +843.218 +940.314 +1022.93 +943.853 +948.105 +918.052 +903.618 +865.746 +804.456 +716.959 +696.194 +796.639 +723.41 +497.837 +302.564 +156.616 +92.7135 +111.039 +92.6755 +165.605 +289.501 +391.813 +538.238 +561.218 +635.87 +762.679 +830.611 +793.782 +801.103 +749.189 +721.102 +817.523 +829.155 +733.255 +696.019 +749.352 +692.528 +459.951 +264.648 +156.623 +92.6754 +111.039 +92.6756 +171.315 +289.502 +391.813 +507.129 +566.18 +653.09 +839.657 +918.277 +835.976 +851.883 +773.064 +754.145 +855.609 +867.186 +776.257 +731.159 +765.885 +692.448 +497.829 +302.439 +162.204 +92.6825 +111.039 +92.6756 +156.896 +285.838 +407.652 +421.344 +480.189 +656.55 +815.117 +859.746 +788.202 +809.409 +739.148 +713.257 +802.279 +869.854 +816.078 +738.68 +735.266 +715.026 +497.879 +311.194 +171.084 +92.7042 +111.039 +92.6756 +156.892 +301.519 +426.111 +421.852 +543.028 +538.404 +821.65 +915.293 +804.376 +823.573 +739.732 +732.814 +781.859 +832.1 +762.701 +703.075 +705.272 +679.68 +461.484 +293.799 +156.954 +92.6754 +111.039 +92.7274 +184.987 +289.502 +391.865 +537.052 +595.921 +703.293 +857.84 +952.127 +858.419 +858.038 +766.252 +758.697 +848.378 +878.455 +779.548 +693.839 +780.504 +723.429 +497.738 +302.434 +156.687 +92.6801 +111.039 +92.6756 +177.134 +289.502 +391.813 +537.929 +603.424 +648.454 +836.551 +916.548 +847.714 +853.037 +776.502 +760.289 +870.452 +890.223 +808.477 +734.12 +749.221 +723.632 +497.707 +302.503 +156.59 +92.6754 +111.039 +92.7272 +184.107 +289.502 +391.865 +537.864 +603.432 +648.051 +821.365 +927.162 +870.659 +843.49 +746.306 +724.814 +825.782 +844.112 +794.098 +751.234 +770.415 +713.295 +479.072 +286.476 +159.307 +92.7158 +111.039 +92.6755 +165.605 +289.501 +391.813 +505.945 +561.404 +674.336 +849.584 +932.551 +858.836 +887.516 +797.64 +790.099 +889.22 +921.413 +839.248 +802.749 +852.307 +808.168 +585.884 +344.188 +160.735 +92.7273 +111.039 +92.6754 +180.35 +289.502 +391.813 +611.519 +703.369 +795.148 +967.12 +1054.39 +1005.66 +979.342 +943.141 +910.44 +990.126 +993.656 +903.086 +881.65 +937.104 +884.539 +651.975 +406.829 +170.108 +92.7273 +111.039 +92.6754 +167.783 +285.875 +407.652 +457.738 +607.188 +762.034 +910.787 +952.398 +949.557 +880.622 +876.926 +791.469 +846.097 +929.041 +855.061 +791.489 +719.33 +684.153 +497.695 +311.18 +171.114 +92.6976 +111.039 +92.6755 +156.065 +295.869 +426.139 +418.87 +544.777 +507.076 +756.834 +847.216 +769.537 +778.422 +703.677 +696.084 +771.478 +770.852 +736.739 +654.495 +755.622 +679.536 +461.47 +293.687 +156.647 +92.7273 +111.039 +92.6755 +159.586 +289.501 +391.813 +540.213 +598.388 +633.438 +762.249 +862.957 +783.013 +810.491 +755.58 +732.082 +830.279 +871.479 +790.525 +768.732 +749.34 +692.463 +497.698 +302.424 +156.705 +92.6754 +111.039 +92.7274 +175.302 +289.502 +391.865 +539.854 +561.12 +732.144 +871.518 +969.275 +907.239 +928.563 +868.793 +870.095 +932.399 +939.486 +870.38 +903.182 +900.207 +844.813 +557.718 +382.651 +160.958 +92.6755 +111.039 +92.7274 +178.108 +289.502 +391.865 +691.216 +763.713 +844.593 +1005.65 +1102.59 +1041.93 +1020.09 +966.963 +927.49 +1022.03 +1061.43 +1017.21 +1041.51 +1044.38 +969.239 +715.353 +509.63 +169.481 +92.6755 +111.039 +92.7275 +205.883 +289.502 +391.865 +770.151 +826.438 +890.121 +1058.33 +1135.85 +1070.47 +1073.47 +970.841 +943.244 +1053.24 +1087.97 +1038.21 +1015.3 +995.144 +917.885 +660.168 +464.806 +165.028 +92.7272 +111.039 +92.6754 +190.238 +289.553 +391.813 +665.415 +740.773 +874.829 +1069.74 +1164.35 +1152.71 +1117.73 +1045.13 +984.132 +1045 +1083.99 +1063.51 +1120.41 +1122.84 +1047.99 +763.056 +565.664 +176.502 +92.6772 +111.039 +92.6755 +193.929 +285.838 +407.652 +657.631 +753.106 +921.677 +1032.21 +1127.24 +1092.17 +1075.11 +1008.63 +985.799 +1045.06 +1138.59 +1076.29 +1095.14 +999.975 +976.403 +735.459 +544.954 +182.959 +92.6756 +111.091 +92.6753 +207.109 +362.89 +500.851 +670.758 +790.715 +792.09 +1013.63 +1108.83 +1013.32 +1011.88 +931.977 +898.437 +930.806 +968.37 +896.348 +902.493 +844.644 +735.6 +464.18 +292.445 +157.02 +92.6754 +111.039 +92.7274 +159.33 +289.502 +391.865 +538.196 +576.697 +665.275 +823.935 +894.834 +848.278 +844.891 +762.972 +741.388 +854.88 +902.896 +838.977 +885.886 +835.017 +727.132 +466.844 +271.557 +156.705 +92.6755 +111.039 +92.7273 +162.436 +289.502 +391.813 +539.272 +561.241 +663.764 +828.455 +912.62 +855.818 +853.903 +798.885 +793.248 +871.552 +890.318 +814.231 +848.943 +850.047 +767.14 +475.692 +264.412 +156.406 +92.6863 +111.039 +92.6755 +163.001 +289.502 +391.813 +539.912 +561.254 +723.161 +887.962 +1029.39 +969.738 +960.221 +902.574 +867.878 +968.253 +997.121 +891.094 +898.206 +877.814 +773.418 +501.61 +282.791 +156.973 +92.7087 +111.039 +92.6755 +166.419 +289.502 +391.813 +538.989 +600.845 +763.816 +971.812 +1056.82 +1003.4 +1004.65 +935.798 +923.931 +1038.35 +1043.59 +964.495 +942.287 +945.362 +841.591 +568.089 +344.785 +157.052 +92.6755 +111.039 +92.7273 +175.025 +289.502 +391.813 +539.726 +577.797 +709.084 +904.78 +1047.15 +965.959 +957.944 +900.803 +867.85 +967.132 +984.99 +872.418 +854.236 +819.39 +741.306 +493.877 +264.46 +161.845 +92.6755 +111.091 +92.6754 +156.841 +285.89 +407.652 +420.821 +482.562 +646.74 +778.802 +814.144 +847.147 +819.616 +734.081 +763.079 +778.881 +860.704 +820.59 +839.235 +762.396 +741.438 +513.342 +346.453 +171.102 +92.6755 +111.039 +92.7273 +158.679 +296.874 +426.129 +410.273 +565.728 +619.297 +864.08 +947.618 +898.394 +869.389 +800.694 +792.015 +833.776 +872.605 +823.443 +815.549 +812.079 +744.97 +516.264 +333.406 +157.028 +92.6799 +111.039 +92.6755 +159.382 +289.501 +391.813 +542.115 +585.096 +786.596 +1005.61 +1105.67 +1056.85 +1063.85 +984.839 +953.463 +1058.27 +1100.38 +1043.4 +1031.78 +1011.84 +931.897 +688.926 +373.285 +158.142 +92.6787 +111.039 +92.6755 +163.007 +289.501 +391.813 +531.565 +624.731 +713.578 +852.801 +1003.17 +940.233 +959.326 +867.065 +848.791 +945.793 +954.057 +870.679 +877.13 +858.024 +813.77 +565.578 +370.347 +158.241 +92.7081 +111.039 +92.6755 +166.141 +289.501 +391.813 +529.817 +592.737 +686.1 +905.636 +967.013 +929.738 +928.845 +834.653 +785.313 +876.9 +781.877 +726.447 +796.216 +780.188 +723.376 +497.868 +302.513 +156.647 +92.6852 +111.039 +92.6755 +165.618 +289.501 +391.813 +544.699 +611.879 +667.721 +795.454 +862.449 +750.099 +755.559 +708.139 +678.068 +775.065 +811.45 +757.883 +781.548 +780.303 +723.529 +498.033 +302.703 +156.628 +92.6754 +111.039 +92.7275 +197.591 +289.502 +391.865 +544.39 +613.57 +674.721 +795.572 +862.729 +751.05 +780.556 +674.459 +676.637 +771.229 +772.645 +755.199 +781.802 +780.219 +723.67 +497.911 +302.657 +162.169 +92.699 +111.039 +92.6755 +194.76 +285.838 +407.652 +425.455 +524.322 +679.79 +784.864 +786.406 +784.125 +762.719 +690.813 +679.772 +732.138 +826.591 +800.43 +815.675 +720.67 +683.78 +459.887 +273.438 +171.167 +92.6755 +111.039 +92.7273 +156.031 +301.565 +421.894 +385.692 +533.055 +529.721 +791.709 +866.775 +736.019 +757.239 +639.953 +628.145 +705.013 +725.745 +694.168 +738.602 +736.314 +679.563 +461.82 +293.915 +156.999 +92.6754 +111.039 +92.7274 +194.591 +289.502 +391.865 +543.346 +608.666 +673.724 +794.198 +861.566 +749.641 +753.5 +688.299 +691.636 +756.595 +772.954 +756.996 +781.52 +780.102 +730.429 +498.034 +302.785 +156.628 +92.7142 +111.039 +92.6755 +204.365 +289.501 +391.813 +543.09 +605.33 +672.781 +793.546 +867.805 +818.054 +830.923 +782.775 +751.391 +831.465 +851.365 +824.221 +822.167 +822.361 +747.335 +511.628 +316.449 +157.696 +92.6755 +111.091 +92.6752 +162.442 +289.553 +391.813 +543.894 +601.273 +665.284 +762.688 +904.908 +784.436 +770.013 +673.095 +699.528 +757.579 +818.1 +754.797 +781.483 +780.208 +723.569 +497.869 +302.642 +156.608 +92.7273 +111.039 +92.6755 +177.059 +289.502 +391.813 +542.551 +603.837 +665.105 +810.152 +905.992 +825.771 +828.951 +776.918 +752.727 +852.649 +876.734 +816.558 +817.357 +802.916 +744.793 +498.013 +302.511 +156.662 +92.6936 +111.039 +92.6755 +184.717 +289.501 +391.813 +541.04 +603.476 +665.434 +796.227 +861.713 +784.378 +772.698 +708.324 +680.108 +771.932 +802.786 +757.288 +781.673 +780.129 +723.801 +497.858 +302.763 +162.142 +92.6755 +111.091 +92.6752 +197.813 +285.876 +407.665 +425.954 +535.041 +682.255 +792.577 +817.392 +770.909 +751.391 +686.221 +677.23 +726.179 +821.896 +793.108 +810.458 +742.911 +722.567 +498.155 +311.684 +171.034 +92.6755 +111.091 +92.6752 +201.207 +336.722 +465.973 +423.897 +550.586 +545.901 +765.206 +841.96 +751.366 +749.298 +678.528 +669.24 +731.855 +768.1 +739.187 +745.947 +743.524 +687.355 +464.602 +294.483 +156.953 +92.7268 +111.039 +92.6755 +211.011 +289.501 +391.813 +551.812 +603.716 +672.752 +794.423 +862.13 +781.398 +770.371 +704.932 +677.496 +771.008 +803.041 +757.442 +781.622 +780.339 +730.89 +497.968 +302.857 +156.625 +92.6755 +111.091 +92.6752 +204.136 +289.501 +391.865 +544.262 +609.052 +634.421 +801.99 +909.554 +829.866 +831.258 +764.183 +747.761 +831.412 +847.444 +746.986 +750.63 +780.133 +723.575 +497.805 +302.576 +156.672 +92.6897 +111.039 +92.6755 +197.61 +289.501 +391.813 +544.531 +600.757 +649.944 +829.314 +958.931 +918.037 +926.682 +872.223 +849.855 +944.137 +959.243 +845.643 +823.854 +794.608 +722.873 +489.081 +305.997 +156.344 +92.7272 +111.039 +92.6754 +169.847 +289.502 +391.813 +508.189 +581.745 +676.866 +858.38 +944.425 +845.242 +833.58 +801.714 +780.685 +870.781 +879.872 +816.558 +819.776 +820.994 +743.176 +459.859 +264.567 +156.663 +92.694 +111.039 +92.6755 +162.491 +289.501 +391.813 +544.87 +611.367 +672.798 +795.343 +861.943 +781.414 +769.948 +704.011 +677.522 +773.08 +811.444 +757.772 +781.604 +780.177 +730.652 +497.942 +302.641 +162.113 +92.7273 +111.039 +92.6754 +188.13 +285.838 +407.652 +480.489 +535.727 +689.944 +794.263 +826.488 +778.195 +759.723 +695.063 +686.715 +746.787 +834.346 +801.077 +818.305 +742.658 +722.822 +498.238 +312.134 +171.127 +92.7073 +111.039 +92.6756 +199.656 +342.85 +458.798 +478.172 +549.232 +546.621 +765.29 +833.725 +743.166 +742.307 +675.044 +668.154 +733.58 +762.11 +792.925 +746.043 +743.659 +687.452 +464.761 +294.758 +156.964 +92.6755 +111.091 +92.6753 +209.322 +352.103 +446.417 +597.494 +601.047 +672.813 +799.856 +867.835 +787.199 +776.134 +712.413 +684.944 +778.143 +811.677 +818.9 +789.376 +787.607 +731.548 +499.054 +304.111 +156.988 +92.6813 +111.039 +92.6755 +213.021 +352.326 +446.431 +599.383 +602.436 +674.848 +801.415 +870.15 +782.397 +769.836 +705.292 +679.404 +775.387 +807.601 +811.538 +789.229 +787.932 +731.259 +498.704 +303.603 +156.675 +92.6872 +111.039 +92.6755 +210.858 +344.394 +446.293 +596.768 +606.128 +676.365 +802.025 +860.51 +779.969 +769.151 +703.552 +677.055 +772.508 +809.572 +811.307 +781.247 +779.951 +730.78 +498.011 +302.865 +156.604 +92.6755 +111.091 +92.6753 +210.763 +289.553 +391.813 +598.278 +607.982 +673.811 +801.001 +861.634 +780.906 +769.888 +704.282 +678.006 +773.158 +820.734 +811.882 +781.595 +780.04 +731.148 +497.997 +302.862 +156.602 +92.7273 +111.039 +92.6755 +210.814 +289.501 +391.813 +598.632 +607.785 +673.084 +801.255 +862.121 +781.133 +770.45 +704.328 +677.916 +773.196 +806.782 +811.904 +781.637 +780.419 +731.465 +497.919 +302.785 +162.186 +92.6755 +111.039 +92.7275 +201.194 +285.838 +407.704 +480.294 +525.898 +676.396 +808.106 +868.608 +843.564 +833.477 +766.632 +756.943 +809.435 +884.165 +881.994 +798.938 +704.059 +730.443 +490.008 +303.425 +171.069 +92.6755 +111.039 +92.7275 +156.337 +295.716 +430.789 +446.741 +536.928 +584.391 +857.721 +938.354 +898.658 +908.239 +828.53 +819.584 +876.024 +879.751 +877.898 +825.109 +807.718 +767.951 +527.374 +356.498 +162.434 +92.6754 +111.039 +92.7274 +159.33 +289.502 +391.865 +597.802 +614.781 +694.322 +805.752 +866.816 +790.398 +778.325 +712.7 +684.989 +789.194 +821.141 +819.225 +788.732 +787.343 +731.671 +498.582 +303.363 +156.698 +92.6755 +111.039 +92.7211 +210.858 +344.425 +446.294 +597.438 +603.239 +673.628 +801.505 +868.176 +787.236 +777.027 +711.802 +684.474 +787.897 +813.659 +819.554 +788.477 +787.128 +730.839 +498.549 +303.477 +156.596 +92.6753 +111.039 +92.7273 +210.825 +289.502 +391.865 +598.419 +607.738 +673.091 +793.865 +862.325 +781.705 +739.527 +727.871 +734.942 +821.732 +870.562 +861.148 +806.005 +749.307 +723.606 +497.839 +302.772 +156.627 +92.7199 +111.039 +92.6755 +198.388 +289.501 +391.813 +611.83 +624.879 +696.337 +797.48 +865.034 +784.412 +771.667 +707.583 +689.302 +780.72 +819.352 +811.766 +781.571 +788.518 +731.629 +498.026 +302.765 +156.637 +92.715 +111.039 +92.6756 +209.092 +289.502 +391.813 +598.755 +611.607 +673.98 +802.493 +862.215 +781.257 +770.976 +705.005 +678.045 +772.885 +812.337 +812.077 +781.689 +780.192 +731.289 +497.897 +302.814 +162.101 +92.6754 +111.039 +92.7274 +194.611 +285.838 +407.703 +480.186 +536.269 +683.411 +798.505 +816.866 +770.783 +751.672 +686.27 +677.635 +728.185 +824.134 +847.383 +810.632 +742.9 +722.603 +498.193 +311.833 +171.103 +92.7054 +111.039 +92.6755 +201.369 +336.85 +466.036 +478.444 +555.28 +547.755 +767.015 +844.027 +751.115 +749.088 +676.414 +666.9 +725.863 +768.725 +793.3 +746.166 +744.053 +687.727 +464.827 +295.151 +157 +92.7272 +111.039 +92.6754 +211.174 +344.624 +454.534 +597.622 +604.326 +674.227 +801.329 +861.321 +781.434 +770.359 +686.388 +674.882 +772.547 +776.449 +810.98 +781.22 +779.787 +731.15 +497.844 +302.869 +156.977 +92.7135 +111.039 +92.6755 +210.802 +289.501 +391.813 +598.021 +605.457 +667.266 +765.967 +834.366 +767.881 +756.328 +691.472 +647.417 +744.69 +818.348 +812.052 +781.518 +780.161 +731.26 +497.82 +302.745 +156.595 +92.7273 +111.039 +92.6754 +210.75 +289.502 +391.813 +598.724 +612.035 +674.138 +801.136 +861.795 +781.571 +770.449 +705.032 +683.02 +774.418 +818.692 +811.661 +793.853 +787.307 +731.272 +498.294 +303.151 +156.653 +92.6755 +111.091 +92.6753 +209.142 +289.553 +391.813 +598.742 +614.416 +696.613 +806.531 +870.546 +789.369 +770.249 +712.355 +687.877 +797.226 +828.664 +819.535 +788.834 +787.371 +731.825 +498.477 +303.495 +156.621 +92.7273 +111.039 +92.6756 +212.954 +352.034 +448.456 +597.739 +603.657 +675.83 +801.69 +869.876 +782.885 +771.256 +705.576 +678.766 +773.433 +807.768 +819.321 +789.296 +787.15 +730.995 +497.905 +302.886 +162.111 +92.6755 +111.039 +92.7273 +201.207 +285.838 +407.652 +480.19 +536.982 +675.693 +759.909 +805.405 +796.8 +797.657 +759.104 +757.28 +810.335 +879.512 +856.625 +817.196 +720.692 +683.834 +471.955 +301.962 +171.152 +92.6755 +111.039 +92.7273 +173.348 +303.325 +424.581 +523.568 +608.958 +612.73 +829.49 +902.776 +824.608 +826.824 +763.944 +745.317 +752.528 +768.074 +785.328 +738.637 +736.331 +686.884 +461.901 +294.073 +156.956 +156.368 +92.7042 +111.039 +92.6755 +210.898 +289.502 +391.813 +538.032 +601.874 +671.755 +800.778 +861.574 +785.388 +783.425 +717.775 +697.149 +805.27 +882.68 +819.602 +788.53 +787.227 +730.93 +498.354 +303.661 +156.645 +92.7268 +111.039 +92.6755 +211.015 +344.64 +446.504 +542.87 +602.851 +678.615 +804.502 +868.803 +787.776 +777.786 +714.586 +688.266 +805.522 +882.761 +818.727 +788.406 +786.83 +731.364 +498.324 +303.106 +156.595 +92.7272 +111.039 +92.6754 +209.199 +289.553 +391.813 +544.029 +611.288 +677.033 +806.742 +873.647 +790.969 +781.487 +717.811 +689.859 +805.958 +883.162 +819.213 +788.667 +787.274 +731.403 +498.071 +303.034 +156.612 +92.6821 +111.039 +92.6755 +210.943 +289.501 +391.813 +543.394 +604.468 +672.727 +801.319 +862.776 +782.412 +771.433 +714.382 +689.664 +804.305 +875.464 +819.749 +789.527 +787.221 +731.016 +497.947 +302.836 +156.602 +92.6755 +111.091 +92.6753 +209.105 +289.501 +391.865 +519.612 +569.234 +640.624 +807.668 +862.494 +781.479 +771.379 +706.329 +692.052 +792.746 +875.667 +811.853 +781.751 +787.006 +731.431 +498.012 +302.963 +162.119 +92.6754 +111.091 +92.6753 +199.737 +285.89 +407.652 +434.412 +525.784 +682.161 +792.263 +824.676 +779.839 +760.268 +697.727 +690.819 +759.369 +902.038 +855.76 +817.94 +742.982 +723.006 +498.594 +312.245 +171.065 +92.6755 +111.039 +92.7272 +199.686 +348.716 +462.37 +421.813 +547.249 +546.887 +766.232 +841.881 +751.676 +749.667 +676.376 +670.687 +738.464 +832.026 +792.771 +745.988 +743.463 +687.262 +461.926 +294.181 +157.012 +92.6755 +111.039 +92.7275 +210.953 +289.502 +391.865 +543.534 +616.424 +673.918 +807.401 +868.078 +785.702 +771.092 +713.18 +691.755 +807.075 +882.845 +819.934 +788.679 +787.037 +730.718 +498.193 +302.966 +156.593 +92.7273 +111.039 +92.6755 +210.986 +289.501 +391.813 +539.514 +602.469 +672.834 +794.526 +862.12 +781.434 +771.019 +706.422 +681.222 +784.442 +875.613 +811.433 +788.694 +787.459 +731.272 +498.143 +303.397 +156.584 +92.6755 +111.091 +92.6753 +209.216 +352.397 +445.242 +538.735 +599.399 +672.077 +800.952 +862.819 +781.004 +772.826 +707.549 +680.715 +783.687 +874.997 +811.702 +781.517 +786.867 +731.139 +497.788 +302.832 +156.616 +92.7272 +111.039 +92.6754 +210.765 +289.502 +391.813 +540.398 +568.393 +662.479 +822.4 +926.102 +862.035 +832.194 +764.942 +742.997 +868.345 +962.549 +811.654 +781.699 +780.103 +731.774 +498.002 +302.892 +156.62 +92.7272 +111.039 +92.6754 +209.239 +289.553 +391.813 +544.524 +608.214 +676.086 +802.243 +873.826 +793.639 +778.564 +715.585 +692.731 +804.698 +882.783 +819.396 +788.894 +787.463 +731.181 +498.396 +303.396 +162.141 +92.6754 +111.091 +92.6754 +206.959 +348.845 +462.509 +422.439 +520.19 +681.372 +792.274 +824.609 +778.782 +760.147 +696.292 +687.752 +745.832 +899.54 +854.587 +817.922 +743.109 +723.071 +499.12 +313.022 +171.393 +92.7272 +111.039 +92.6755 +199.771 +348.667 +462.332 +424.915 +551.728 +547.466 +767.627 +841.767 +750.813 +750.13 +681.528 +673.009 +744.432 +832.087 +792.911 +745.726 +743.507 +687.026 +462.141 +294.201 +156.948 +92.6755 +111.091 +92.6753 +209.31 +289.553 +391.813 +550.736 +610.631 +676.251 +804.233 +861.18 +785.446 +783.296 +723.348 +701.76 +807.82 +882.829 +819.186 +789.734 +787.322 +731.549 +498.442 +303.458 +156.589 +92.7272 +111.039 +92.6754 +209.331 +289.553 +391.813 +554.345 +611.585 +678.179 +805.692 +870.654 +789.297 +778.67 +715.522 +697.964 +807.749 +883.739 +819.393 +789.148 +788.322 +731.575 +498.977 +303.689 +156.602 +92.6754 +111.091 +92.6753 +210.982 +344.614 +446.437 +543.23 +603.446 +672.982 +801.725 +869.845 +788.708 +779.024 +713.488 +689.992 +798.445 +883.66 +819.9 +789.336 +788.139 +732.179 +499.655 +304.495 +156.631 +92.6755 +111.039 +92.7275 +213.031 +352.288 +444.155 +543.526 +603.808 +677.447 +802.04 +869.435 +790.717 +778.141 +715.512 +690.35 +797.786 +883.873 +819.567 +789.41 +787.856 +732.356 +499.642 +304.533 +156.606 +92.7273 +111.039 +92.6755 +213.106 +352.478 +449.558 +544.552 +601.692 +672.606 +801.656 +868.8 +789.087 +779.452 +715.31 +690.089 +795.803 +882.835 +819.752 +789.93 +788.632 +731.771 +499.2 +304.431 +162.141 +92.6754 +111.091 +92.6753 +207.003 +348.845 +462.454 +423.836 +520.165 +681.083 +791.932 +816.57 +770.484 +751.525 +686.947 +680.029 +742.443 +892.073 +847.376 +813.45 +734.71 +721.47 +497.884 +311.486 +171.504 +92.6817 +111.039 +92.6755 +201.304 +336.588 +465.952 +423.517 +549.141 +545.986 +741.042 +865.367 +783.763 +815.548 +718.152 +707.44 +730.53 +804.665 +754.611 +707.602 +705.373 +648.46 +435.123 +281.394 +157.797 +92.7163 +111.039 +92.6755 +208.59 +289.501 +391.813 +578.691 +636.755 +676.073 +762.884 +846.295 +781.296 +771.104 +718.592 +698.951 +792.98 +875.247 +811.349 +781.596 +787.201 +730.762 +498.011 +303.061 +156.602 +92.6755 +111.091 +92.6753 +210.786 +289.553 +391.813 +552.43 +614.143 +676.113 +802.153 +873.143 +791.378 +781.105 +715.72 +702.26 +807.348 +883.714 +819.971 +789.34 +788.07 +731.502 +499.681 +303.635 +156.638 +92.7023 +111.039 +92.6756 +216.588 +352.438 +449.587 +543.381 +605.917 +673.062 +801.817 +871.032 +790.329 +783.774 +717.757 +698.766 +800.806 +883.659 +819.125 +789.01 +787.429 +731.865 +498.948 +303.832 +156.625 +92.6755 +111.039 +92.7274 +212.938 +289.502 +391.813 +544.233 +612.041 +677.333 +811.491 +875.216 +794.617 +783.444 +721.55 +703.747 +800.987 +883.319 +819.617 +788.998 +787.37 +731.629 +498.237 +303.165 +156.624 +92.7087 +111.039 +92.6755 +210.923 +289.501 +391.813 +598.527 +598.579 +643.063 +797.804 +842.864 +751.583 +771.674 +718.959 +697.756 +807.85 +879.415 +813.855 +788.875 +787.549 +730.881 +498.036 +303.265 +161.849 +92.6754 +111.091 +92.6753 +207.071 +285.89 +407.652 +488.747 +534.396 +698.306 +794.453 +825.689 +778.604 +760.197 +697.539 +693.008 +759.75 +902.672 +855.693 +818.493 +742.874 +722.808 +498.653 +312.428 +171.078 +92.7097 +111.039 +92.6755 +207.089 +348.888 +462.512 +479.323 +549.674 +554.116 +768.406 +844.363 +753.595 +752.476 +679.055 +674.408 +747.498 +833.576 +793.968 +747.296 +744.826 +688.712 +465.251 +295.958 +156.937 +92.6754 +111.039 +92.7274 +213.185 +352.401 +446.843 +599.289 +601.698 +675.704 +805.252 +872.212 +790.103 +778.97 +715.262 +689.377 +797.019 +883.888 +820.407 +789.609 +788.186 +731.946 +500.08 +305.196 +156.981 +92.7148 +111.039 +92.6754 +216.893 +352.663 +448.824 +598.556 +608.64 +677.43 +805.773 +871.907 +790.812 +780.861 +720.844 +696.823 +809.957 +884.607 +820.709 +790.167 +788.501 +731.583 +500.104 +305.09 +156.644 +92.6755 +111.039 +92.7274 +217.816 +344.461 +449.599 +598.964 +607.483 +674.659 +802.632 +872.508 +791.097 +781.424 +717.024 +698.657 +801.792 +884.29 +821.334 +790.703 +788.836 +733.352 +501.16 +306.262 +156.733 +92.6755 +111.039 +92.7274 +219.553 +347.001 +467.964 +601.459 +603.246 +674.341 +802.214 +870.732 +789.88 +778.604 +714.306 +689.838 +799.461 +885.136 +820.776 +791.582 +789.104 +733.337 +501.205 +305.839 +156.366 +92.6755 +111.039 +92.7274 +219.488 +346.963 +467.822 +602.441 +608.049 +674.22 +801.89 +870.715 +791.26 +781.019 +720.234 +699.546 +809.221 +883.507 +820.435 +790.018 +788.468 +731.299 +500.186 +304.653 +161.849 +92.6755 +111.091 +92.6754 +209.867 +343.436 +464.722 +479.762 +523.679 +682.528 +792.851 +824.759 +778.724 +759.731 +696.359 +690.053 +754.288 +904.288 +857.661 +819.664 +744.485 +724.216 +501.095 +315.457 +172.251 +92.6754 +111.091 +92.6753 +210.891 +361.259 +464.825 +483.178 +551.41 +549.329 +767.958 +843.84 +753.037 +752.61 +679.121 +673.687 +740.287 +833.423 +796.271 +749.853 +747.706 +690.969 +466.367 +299.142 +157.828 +92.6755 +111.091 +92.6753 +221.288 +347.075 +468.11 +602.821 +604.819 +678.344 +803.562 +870.767 +790.883 +780.704 +715.522 +690.653 +798.537 +885.427 +821.114 +792.704 +790.583 +733.715 +502.958 +307.709 +157.876 +92.6816 +111.039 +92.6756 +220.452 +368.514 +445.376 +600.727 +610.941 +675.681 +804.619 +869.876 +789.537 +778.326 +720.414 +699.371 +809.203 +883.644 +820.025 +790.503 +788.877 +730.836 +499.258 +304.099 +156.615 +92.6754 +111.091 +92.6753 +217.842 +344.753 +446.579 +597.481 +608.153 +677.833 +804.233 +868.347 +787.536 +779.955 +719.431 +698.504 +808.631 +882.955 +818.427 +788.479 +786.701 +730.053 +498.222 +303.13 +156.586 +92.7272 +111.039 +92.6754 +210.972 +289.553 +391.813 +598.435 +608.953 +677.796 +805.422 +873.032 +792.631 +780.341 +721.316 +702.193 +809.097 +883.426 +818.342 +789.002 +787.327 +730.867 +499.447 +303.685 +156.584 +92.6755 +111.039 +92.7275 +211.004 +289.502 +391.865 +606.606 +608.941 +678.145 +807.648 +870.055 +789.326 +777.359 +715.569 +692.642 +800.611 +883.939 +819.224 +789.164 +787.257 +730.512 +498.712 +303.838 +162.178 +92.6811 +111.039 +92.6755 +203.486 +348.753 +462.417 +479.356 +523.497 +681.957 +792.4 +824.323 +778.576 +759.728 +696.108 +687.563 +752.107 +901.805 +853.452 +817.722 +742.501 +721.213 +500.718 +312.649 +171.029 +92.6754 +111.039 +92.7272 +207.096 +348.891 +462.608 +479.862 +547.745 +547.216 +767.492 +841.785 +751.228 +751.456 +677.944 +671.288 +746.716 +833.428 +792.897 +746.592 +744.981 +687.773 +465.013 +295.52 +156.582 +92.6755 +111.091 +92.6752 +216.673 +352.183 +446.599 +597.483 +609.342 +682.831 +807.742 +870.844 +793.14 +782.923 +721.071 +701.531 +808.626 +882.751 +819.051 +788.753 +786.328 +731.552 +498.334 +303.915 +156.925 +92.6754 +111.039 +92.7274 +216.598 +352.443 +446.682 +598.446 +606.55 +674.492 +802.246 +870.067 +788.458 +778.22 +721.578 +702.626 +800.863 +883.894 +818.631 +788.863 +786.861 +730.78 +498.676 +304.111 +156.599 +92.6756 +111.091 +92.6753 +216.657 +352.582 +448.677 +598.043 +603.069 +677.285 +804.825 +872.636 +790.848 +780.745 +716.037 +697.583 +807.707 +882.935 +818.376 +788.855 +786.548 +729.243 +498.748 +303.47 +156.658 +92.6755 +111.091 +92.6753 +216.54 +352.434 +445.134 +597.66 +608.745 +674.574 +802.761 +870.612 +790.15 +778.243 +715.97 +697.952 +808.255 +883.401 +821.902 +790.806 +789.273 +729.026 +499.46 +304.824 +156.962 +92.7127 +111.039 +92.6756 +218.015 +343.539 +450.566 +599.575 +608.909 +675.283 +802.022 +869.439 +789.298 +778.088 +714.994 +695 +808.617 +884.129 +817.692 +789.628 +787.624 +729.554 +499.97 +305.128 +162.463 +92.6805 +111.039 +92.6756 +208.273 +339.886 +464.623 +479.92 +528.48 +682.524 +793.052 +823.689 +777.931 +759.5 +695.386 +688.526 +752.343 +901.256 +856.102 +814.923 +741.315 +723.104 +500.161 +312.262 +171.362 +92.6755 +111.039 +92.6756 +207.128 +348.854 +462.529 +479.122 +549.525 +547.684 +766.165 +841.273 +750.771 +751.628 +679.943 +673.109 +739.189 +832.518 +792.178 +745.258 +743.457 +686.656 +462.119 +294.31 +157.037 +92.6766 +111.039 +92.6756 +216.882 +352.357 +446.739 +598.958 +610.624 +677.34 +804.707 +871.795 +789.493 +779.053 +716.375 +697.277 +804.609 +885.14 +820.508 +791.128 +789.58 +732.424 +501.622 +306.969 +156.776 +92.6754 +111.039 +92.7272 +223.046 +349.656 +451.798 +601.077 +611.824 +675.202 +803.896 +870.982 +791.624 +780.453 +716.848 +692.228 +800.875 +884.962 +823.519 +791.369 +790.098 +733.459 +501.696 +307.015 +158.013 +92.6754 +111.039 +92.7273 +222.802 +347.048 +468.122 +604.188 +609.518 +675.054 +803.005 +870.387 +789.934 +779.484 +715.342 +692.001 +799.566 +885.661 +819.682 +791.361 +789.693 +733.573 +501.58 +306.766 +158.23 +92.7273 +111.039 +92.6755 +220.4 +364.639 +444.024 +601.997 +612.094 +678.356 +803.203 +870.96 +790.579 +779.036 +714.723 +693.244 +802.342 +885.493 +822.354 +791.273 +789.539 +734.134 +501.481 +306.581 +157.831 +92.6754 +111.039 +92.7274 +220.4 +368.367 +445.402 +599.786 +608.568 +673.222 +802.166 +869.954 +790.941 +779.061 +714.002 +696.389 +800.982 +884.039 +817.532 +789.708 +787.543 +733.429 +499.74 +305.018 +162.117 +92.6755 +111.039 +92.6756 +207.275 +348.986 +462.526 +481.076 +530.831 +683.343 +793.662 +824.329 +778.651 +758.975 +695.52 +690.479 +751.053 +902.608 +854.989 +817.383 +742.372 +722.143 +498.788 +313.075 +171.416 +92.6754 +111.039 +92.7272 +207.093 +348.894 +462.59 +481.183 +553.333 +548.674 +765.692 +841.665 +752.212 +749.987 +677.761 +672.644 +739.322 +834.296 +793.763 +746.394 +745.671 +687.977 +464.791 +296.998 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_q.csv new file mode 100644 index 0000000..0067ff7 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_3_14_q.csv @@ -0,0 +1,8760 @@ +83.0322 +44.9084 +53.7787 +44.8848 +97.7642 +168.89 +223.974 +232.704 +268.597 +266.669 +371.796 +408.482 +364.036 +363.749 +328.72 +326.268 +361.477 +403.575 +384.34 +361.404 +360.419 +333.471 +224.461 +143.234 +76.0287 +44.9021 +53.7787 +44.8848 +105.584 +170.627 +216.357 +290.084 +296.765 +327.566 +389.2 +421.026 +382.827 +376.912 +346.616 +337.746 +391.528 +428.034 +397.076 +382.295 +381.53 +353.574 +241.79 +147.594 +75.8409 +44.8848 +53.8038 +44.8847 +105.012 +170.845 +216.404 +290.037 +297.448 +327.613 +389.318 +421.898 +382.436 +377.544 +346.969 +340.206 +390.712 +428.388 +398.777 +383.039 +382.437 +354.365 +242.444 +148.265 +75.849 +44.8864 +53.7787 +44.8848 +105.145 +170.917 +216.488 +291.159 +295.8 +327.299 +389.549 +421.953 +382.643 +377.932 +347.038 +335.279 +389.67 +428.522 +397.035 +383.132 +382.801 +354.241 +242.258 +148.081 +75.7355 +44.8987 +53.7787 +44.8848 +106.242 +168.117 +226.526 +290.855 +297.702 +326.621 +389.027 +421.437 +382.725 +377.54 +346.602 +334.004 +383.619 +428.244 +397.802 +382.993 +382.404 +354.488 +242.561 +148.381 +75.8651 +44.8847 +53.8038 +44.8847 +105.847 +176.462 +218.589 +291.04 +296.27 +327.131 +389.373 +421.475 +382.453 +378.009 +346.809 +333.951 +388.03 +428.47 +398.501 +382.953 +382.179 +354.526 +241.704 +147.247 +78.5532 +44.8913 +53.7787 +44.8848 +100.461 +165.294 +227.924 +232.189 +257.486 +330.292 +384.3 +399.18 +376.048 +368.185 +338.053 +334.866 +364.903 +437.563 +414.512 +397.139 +360.065 +349.914 +242.207 +152.15 +83.0392 +44.8911 +53.7787 +44.8848 +101.741 +166.275 +234.396 +233.685 +269.228 +265.963 +370.158 +407.955 +364.548 +364.08 +329.006 +326.653 +361.708 +404.18 +385.236 +360.869 +360.931 +334.187 +225.05 +143.973 +76.4249 +44.8848 +53.8038 +44.8847 +106.358 +168.054 +226.688 +291.495 +298.105 +327.673 +389.012 +421.325 +382.771 +377.069 +346.73 +335.27 +390.888 +428.452 +398.973 +383.038 +383.237 +355.276 +242.861 +148.579 +75.7217 +44.8848 +53.8039 +44.8847 +106.366 +168.081 +226.685 +292.292 +296.135 +326.967 +388.255 +420.939 +382.16 +377.215 +346.444 +333.669 +386.683 +428.115 +396.461 +382.219 +382.173 +354.535 +241.545 +146.986 +75.8603 +44.8855 +53.7787 +44.8848 +102.31 +140.212 +189.764 +289.852 +301.755 +330.62 +392.135 +420.421 +380.996 +375.986 +344.7 +331.152 +382.53 +423.939 +397.105 +382.158 +382.411 +354.755 +241.772 +147.556 +76.0088 +44.8848 +53.7787 +44.9099 +106.98 +167.078 +217.555 +290.75 +297.141 +327.397 +390.703 +424.112 +383.738 +379.209 +347.453 +335.184 +381.93 +428.434 +398.725 +383.046 +383.385 +355.561 +242.569 +148.311 +75.7049 +44.8967 +53.7787 +44.8848 +106.182 +168.06 +226.53 +291.097 +299.371 +326.951 +388.329 +421.052 +382.635 +376.652 +345.762 +332.558 +385.922 +427.637 +398.573 +382.096 +382.562 +354.7 +241.442 +147.03 +78.5013 +44.8864 +53.7787 +44.8848 +97.6794 +138.438 +197.435 +236.606 +259.828 +331.583 +385.486 +398.976 +376.37 +367.84 +337.008 +335.441 +364.804 +437.03 +415.405 +397.852 +360.109 +350.185 +241.436 +151.272 +82.8374 +44.9004 +53.7787 +44.8848 +97.619 +168.977 +223.99 +232.173 +266.805 +264.976 +371.193 +406.887 +364.011 +364.377 +328.636 +324.66 +353.732 +402.115 +384.44 +360.811 +360.786 +332.542 +225.121 +143.134 +76.0217 +44.8872 +53.7787 +44.8848 +104.948 +170.604 +216.356 +290.206 +296.599 +326.453 +387.744 +420.938 +381.491 +376.354 +345.026 +337.45 +385.994 +427.511 +397.947 +381.876 +382.639 +355.152 +241.301 +147.119 +76.0079 +44.8847 +53.7787 +44.9099 +102.148 +140.212 +189.789 +289.677 +300.851 +326.853 +389.322 +421.248 +384.22 +378.947 +349.218 +338.122 +382.452 +423.846 +395.405 +382.902 +383.324 +355.119 +241.201 +146.922 +75.84 +44.8848 +53.7788 +44.9099 +103.127 +140.212 +189.789 +294.609 +300.997 +326.526 +389.622 +421.697 +382.392 +378.225 +348.785 +338.048 +389.372 +428.167 +397.043 +382.312 +383.129 +355.716 +241.499 +147.179 +75.8626 +44.8847 +53.7787 +44.9099 +104.901 +170.755 +217.81 +289.464 +298.936 +329.494 +388.457 +421.114 +382.087 +376.292 +345.673 +335.038 +390.678 +427.967 +397.694 +382.24 +383.206 +355.813 +241.569 +147.208 +75.8952 +44.8848 +53.7787 +44.9099 +104.969 +170.782 +217.789 +289.797 +296.92 +326.78 +388.934 +421.252 +382.816 +377.759 +346.334 +334.66 +381.072 +428.083 +398.682 +382.819 +384.161 +356.037 +241.993 +147.655 +78.543 +44.8996 +53.7787 +44.8848 +100.476 +169.074 +224.077 +232.629 +253.532 +331.188 +383.745 +400.119 +376.788 +367.807 +337.296 +333.229 +364.292 +437.012 +416.667 +398.903 +361.655 +351.242 +242.292 +151.664 +82.8482 +44.9019 +53.7787 +44.8848 +100.346 +169.034 +224.031 +232.328 +267.501 +266.115 +370.903 +407.032 +363.633 +363.462 +328.38 +325.064 +359.649 +403.398 +384.798 +361.349 +360.344 +333.422 +224.995 +143.113 +75.8372 +44.8848 +53.7787 +44.9099 +105.106 +170.742 +216.408 +290.26 +296.838 +327.449 +388.775 +421.653 +383.39 +378.673 +347.148 +335.002 +386.899 +428.959 +398.73 +383.329 +384.722 +357.06 +243.039 +148.635 +76.4881 +44.8986 +53.7787 +44.8848 +108.069 +169.386 +218.751 +291.05 +296.789 +327.426 +388.797 +421.49 +382.449 +377.824 +345.634 +334.846 +381.726 +428.931 +398.749 +383.527 +384.695 +356.916 +242.812 +148.242 +75.8348 +44.8898 +53.7787 +44.8848 +106.226 +168.06 +217.38 +290.709 +298.148 +328.138 +389.439 +421.607 +382.469 +377.22 +346.234 +334.606 +387.394 +428.351 +399.6 +383.039 +384.438 +357.02 +242.7 +148.083 +75.7049 +44.9099 +53.7786 +44.8848 +106.35 +167.985 +226.591 +290.911 +298.67 +327.931 +388.475 +420.998 +384.878 +377.473 +346.445 +334.468 +389.557 +427.949 +400.451 +382.632 +384.191 +356.675 +242.368 +147.764 +75.8327 +44.8848 +53.7787 +44.9099 +105.018 +170.815 +217.379 +290.024 +298.402 +326.94 +388.106 +420.531 +382.106 +377.774 +345.937 +333.304 +385.481 +428.068 +397.675 +382.691 +384.525 +356.837 +242.501 +147.866 +78.5043 +44.8848 +53.7788 +44.9098 +100.875 +169.045 +225.168 +233.192 +253.17 +330.209 +383.544 +400.577 +377.793 +368.196 +337.076 +333.397 +365.449 +437.736 +416.768 +401.249 +361.98 +352.839 +243 +152.47 +82.7308 +44.8979 +53.7787 +44.8848 +101.694 +166.39 +225.118 +233.257 +267.064 +267.728 +371.483 +408.276 +363.937 +365.822 +328.389 +326.39 +357.683 +404.268 +385.4 +362.396 +361.186 +335.249 +225.298 +144.153 +75.7214 +44.8847 +53.8039 +44.8847 +106.432 +168.125 +226.617 +292.04 +298.362 +327.292 +388.557 +420.877 +382.649 +377.331 +345.78 +333.722 +381.997 +428.758 +399 +383.428 +385.252 +357.877 +243.365 +148.531 +75.701 +44.9077 +53.7787 +44.8848 +106.275 +167.948 +226.63 +292.809 +299.381 +327.703 +388.914 +421.357 +382.771 +377.439 +346.448 +333.737 +384.185 +428.973 +399.376 +383.618 +385.413 +358.152 +242.952 +147.797 +75.8328 +44.8848 +53.8039 +44.8847 +103.851 +140.237 +189.764 +289.925 +302.812 +330.681 +390.035 +422.523 +384.267 +376.396 +345.766 +337.24 +387.161 +428.198 +398.89 +382.34 +384.167 +357.557 +242.09 +147.295 +75.8323 +44.9099 +53.7786 +44.8848 +102.31 +166.979 +216.335 +289.683 +296.494 +326.87 +388.345 +420.795 +382.208 +376.661 +345.978 +333.2 +382.911 +428.408 +399.936 +382.683 +384.662 +357.706 +242.708 +147.769 +75.8325 +44.8848 +53.8038 +44.8847 +105.036 +164.363 +219.401 +290.423 +298.684 +327.491 +388.466 +421.307 +382.365 +378.243 +345.924 +333.265 +385.975 +428.274 +400.29 +382.683 +384.605 +357.953 +242.772 +147.802 +78.4993 +44.9098 +53.7787 +44.8848 +100.523 +169.154 +225.11 +233.004 +254.09 +331.064 +383.455 +398.839 +377.784 +367.263 +337.23 +332.254 +358.084 +436.798 +416.091 +400.736 +362.574 +353.66 +243.317 +152.944 +82.8249 +44.8848 +53.7788 +44.9099 +101.292 +174.852 +226.44 +233.785 +266.333 +265.994 +372.412 +408.994 +364.602 +364.115 +328.259 +325.002 +354.683 +403.249 +384.897 +362.916 +361.677 +333.885 +225.621 +144.606 +76.5357 +44.8848 +53.7787 +44.9099 +105.98 +178.77 +216.397 +291.551 +300.884 +329.461 +389.398 +422.041 +382.835 +377.607 +345.995 +333.444 +380.817 +428.871 +398.598 +383.843 +385.805 +359.175 +244.184 +149.117 +77.17 +44.9099 +53.7788 +44.8848 +107.409 +177.633 +218.013 +265.26 +296.212 +327.845 +389.105 +421.812 +382.445 +377.384 +345.196 +333.43 +388.706 +428.104 +398.204 +382.861 +385.278 +357.999 +243.152 +148.048 +76.4847 +44.8847 +53.7787 +44.9099 +107.53 +168.07 +226.71 +266.37 +296.149 +327.547 +388.296 +421.42 +382.186 +377.069 +345.279 +332.533 +380.339 +402.403 +398.303 +383.068 +385.133 +358.949 +243.885 +148.782 +75.698 +44.9028 +53.7787 +44.8848 +106.258 +168.005 +226.523 +265.103 +296.505 +327.185 +387.702 +421.118 +381.851 +376.256 +345.209 +332.246 +383.162 +401.777 +397.779 +383.01 +384.753 +358.287 +242.987 +147.958 +76.0081 +44.8848 +53.8038 +44.8847 +106.234 +168.121 +226.577 +264.287 +295.185 +326.793 +387.834 +421.255 +381.76 +376.94 +345.323 +334.153 +382.342 +400.521 +398.625 +383.13 +385.464 +358.876 +243.646 +148.404 +78.4987 +44.8908 +53.7787 +44.8848 +100.85 +169.019 +225.094 +206.981 +253.129 +330.575 +383.309 +398.695 +377.573 +367.173 +337.72 +331.792 +357.769 +409.96 +415.666 +400.19 +361.537 +352.423 +241.858 +151.366 +82.9856 +44.8927 +53.7787 +44.8848 +97.677 +165.184 +227.834 +205.971 +265.545 +265.154 +372.171 +408.62 +364.22 +363.512 +327.988 +324.734 +354.492 +378.06 +385.218 +363.016 +361.399 +333.515 +225.119 +144.165 +76.6473 +44.9099 +53.7786 +44.8848 +107.408 +177.638 +217.718 +264.621 +299.123 +328.148 +388.349 +421.46 +382.102 +377.211 +345.418 +333.13 +385.207 +402.235 +398.667 +382.954 +385.079 +358.959 +243.433 +148.243 +76.6395 +44.8848 +53.8038 +44.8847 +107.608 +168.099 +226.706 +266.293 +295.411 +327.444 +387.957 +421.41 +381.815 +376.785 +344.474 +331.599 +378.73 +400.187 +397.724 +382.123 +383.952 +357.977 +241.891 +146.722 +75.8348 +44.9099 +53.7786 +44.8848 +104.877 +140.212 +189.764 +263.456 +298.886 +327.574 +389.03 +422.892 +382.109 +376.567 +345.429 +332.83 +383.995 +401.664 +398.041 +382.418 +384.47 +358.644 +242.674 +147.526 +75.8343 +44.8848 +53.7787 +44.9099 +105.007 +170.825 +217.884 +264.23 +295.324 +327.093 +388.032 +421.431 +381.898 +377.005 +345.741 +332.844 +386.398 +401.736 +398.63 +382.609 +384.668 +358.846 +242.778 +147.587 +75.8338 +44.8848 +53.7788 +44.91 +104.927 +170.738 +217.293 +263.325 +294.685 +326.791 +388.568 +420.776 +381.728 +376.611 +345.446 +333.156 +378.745 +400.845 +397.953 +382.31 +384.326 +358.529 +242.432 +147.271 +78.5052 +44.8847 +53.8038 +44.8847 +98.5668 +168.988 +223.991 +206.122 +253.548 +331 +383.428 +398.374 +376.882 +366.995 +336.294 +331.503 +356.711 +408.4 +416.025 +401.126 +362.476 +352.743 +242.04 +151.78 +82.9863 +44.8938 +53.7787 +44.8848 +100.301 +168.962 +223.983 +205.613 +264.179 +264.628 +371.726 +408.408 +364.22 +363.488 +327.649 +326.069 +359.784 +377.232 +384.249 +361.618 +360.002 +332.273 +224.565 +142.552 +76.0605 +44.8848 +53.7787 +44.8848 +105.115 +170.658 +216.3 +263.189 +295.27 +326.598 +387.807 +421.007 +381.331 +375.958 +345.38 +331.96 +382.512 +401.142 +397.697 +382.82 +385.282 +358.514 +243.374 +148.361 +76.0132 +44.8848 +53.7788 +44.9098 +107.595 +169.297 +218.808 +262.545 +296.387 +327.885 +388.896 +421.722 +382.631 +377.309 +346.294 +334.011 +379.88 +400.534 +398.655 +383.268 +385.291 +358.891 +243.482 +148.29 +76.6389 +44.9098 +53.7787 +44.8848 +106.364 +176.634 +219.492 +263.515 +295.243 +326.517 +387.611 +420.397 +377.573 +372.634 +341.155 +328.165 +375.159 +395.867 +393.549 +378.466 +380.44 +357.556 +241.827 +146.818 +75.8276 +44.8875 +53.7787 +44.8848 +103.138 +140.212 +189.764 +267.922 +300.029 +327.987 +388.491 +421.525 +382.39 +376.715 +345.87 +333.011 +383.293 +401.365 +397.81 +382.988 +384.621 +358.066 +242.819 +147.788 +76.0063 +44.9099 +53.7786 +44.8848 +105.112 +170.86 +217.836 +262.089 +294.982 +326.942 +388.195 +421.206 +382.158 +377.257 +345.564 +332.353 +379.057 +399.961 +397.97 +382.72 +384.69 +357.995 +243.058 +148.013 +78.6791 +44.8863 +53.7787 +44.8848 +101.648 +166.315 +225.094 +205.973 +251.963 +330.484 +383.564 +399.022 +377.557 +367.618 +336.598 +332.188 +357.02 +409.895 +415.906 +400.71 +362.074 +353.113 +242.809 +152.406 +82.695 +44.8848 +53.7788 +44.9098 +101.248 +174.795 +226.404 +204.617 +265.374 +265.57 +371.821 +408.652 +364.138 +363.746 +328.042 +323.818 +356.972 +376.38 +383.987 +361.913 +360.58 +332.524 +224.289 +143.278 +76.0202 +44.893 +53.7787 +44.8848 +105.007 +170.643 +216.329 +262.674 +294.481 +326.35 +387.869 +420.847 +382.063 +376.398 +345.318 +332.309 +382.895 +400.325 +400.13 +382.691 +384.768 +358.093 +242.989 +148.148 +75.9848 +44.9083 +53.7787 +44.8848 +105.121 +170.856 +216.409 +261.463 +295.572 +326.913 +388.543 +421.265 +382.684 +377.345 +345.345 +332.368 +378.985 +397.012 +399.287 +382.829 +384.904 +357.6 +242.617 +147.781 +75.8256 +44.9063 +53.7787 +44.8848 +104.986 +170.796 +217.345 +260.931 +294.784 +326.701 +388.063 +421.332 +382.541 +377.506 +345.323 +332.042 +378.455 +396.93 +398.54 +382.56 +384.613 +357.298 +242.016 +147.136 +76.0116 +44.8947 +53.7787 +44.8848 +105.326 +166.235 +218.118 +260.099 +294.518 +326.282 +387.27 +419.92 +381.55 +376.793 +344.903 +331.731 +377.977 +394.44 +398.165 +382.419 +384.38 +357.048 +242.051 +147.209 +75.8323 +44.9098 +53.7786 +44.8848 +103.106 +170.647 +217.225 +262.298 +294.553 +326.264 +388.056 +420.656 +382.235 +377.288 +345.855 +332.398 +378.749 +397.993 +398.536 +382.977 +384.666 +357.561 +243.103 +148.327 +78.5049 +44.8848 +53.7787 +44.8848 +100.41 +169.049 +224.058 +205.585 +252.23 +330.402 +383.842 +400.482 +377.482 +367.552 +336.809 +332.465 +360.458 +410.969 +417.359 +400.946 +361.912 +352.363 +242.503 +152.171 +82.903 +44.8848 +53.7788 +44.9098 +100.355 +169.069 +224.107 +204.782 +265.334 +265.605 +371.491 +408.636 +364.054 +364.354 +328.249 +323.89 +352.509 +372.784 +385.014 +362.282 +361.206 +334.957 +225.217 +144.16 +75.711 +44.8848 +53.7788 +44.9098 +106.229 +168.059 +217.408 +261.247 +295.647 +326.974 +388.961 +421.35 +383.051 +377.669 +345.824 +333.486 +379.663 +395.571 +401.418 +383.24 +385.074 +357.462 +243.163 +148.571 +75.7043 +44.8848 +53.8038 +44.8847 +106.14 +168.071 +226.51 +261.498 +295.715 +327.009 +388.642 +420.988 +382.617 +377.549 +345.618 +332.449 +379.091 +394.971 +399.693 +383.306 +384.845 +356.91 +242.717 +148.171 +75.8302 +44.9098 +53.7787 +44.8848 +104.957 +164.288 +219.308 +260.874 +294.61 +326.09 +387.731 +420.519 +381.754 +376.563 +345.006 +331.956 +378.476 +394.274 +398.327 +382.513 +384.103 +356.121 +241.645 +147.081 +75.8343 +44.9099 +53.7786 +44.8848 +101.342 +140.212 +189.764 +267.431 +295.374 +326.808 +387.981 +420.509 +382.617 +377.131 +345.429 +332.992 +377.988 +398.626 +397.363 +381.91 +383.631 +355.581 +241.274 +146.893 +75.8369 +44.8848 +53.7788 +44.9099 +101.322 +140.212 +189.789 +268.335 +298.665 +327.544 +388.11 +420.845 +381.866 +376.749 +345.514 +332.187 +383.263 +396.961 +393.462 +381.972 +383.17 +355.956 +241.16 +146.682 +78.5117 +44.9099 +53.7787 +44.8848 +96.6829 +138.438 +197.435 +211.082 +255.995 +331.986 +383.232 +399.496 +372.775 +366.805 +336.384 +332.263 +361.926 +408.75 +416.766 +399.128 +360.628 +350.768 +241.141 +150.798 +44.9098 +53.7787 +44.8847 +94.9214 +165.16 +221.53 +231.382 +267.582 +264.907 +367.932 +403.656 +360.037 +398.184 +308.476 +312.419 +332.155 +360.148 +349.332 +357.293 +356.524 +332.945 +223.51 +142.388 +76.031 +44.8996 +53.7787 +44.8848 +98.9264 +140.212 +189.764 +289.625 +300.733 +326.623 +388.624 +417.088 +377.928 +372.416 +340.704 +327.676 +373.327 +388.08 +363.97 +378.451 +379.492 +351.691 +240.942 +146.553 +75.8933 +44.8867 +53.7787 +44.8848 +89.4864 +140.212 +189.764 +289.904 +276.557 +331.028 +453.135 +521.571 +493.284 +494.388 +455.035 +427.321 +469.486 +485.854 +430.017 +429.974 +418.332 +375.903 +247.556 +132.216 +75.8575 +44.8848 +53.8039 +44.8847 +78.6727 +140.237 +189.764 +288.142 +299.578 +357.351 +464.845 +510.03 +480.282 +475.033 +453.927 +429.835 +472.228 +489.22 +458.018 +440.781 +438.627 +393.338 +255.147 +166.68 +77.2819 +44.8848 +53.7787 +44.9099 +87.5155 +140.212 +189.764 +290.116 +299.442 +322.164 +369.13 +418.699 +363.525 +357.755 +394.193 +391.214 +382.523 +387.86 +364.512 +378.558 +379.362 +351.393 +240.929 +146.556 +75.8432 +44.8848 +53.7787 +44.9099 +80.1874 +140.212 +189.764 +263.887 +301.279 +333.878 +385.121 +417.114 +378.08 +372.947 +340.964 +332.728 +380.417 +391.73 +364.525 +382.369 +382.719 +354.768 +241.045 +146.77 +78.5072 +44.9099 +53.7787 +44.8848 +96.7219 +138.438 +197.435 +210.528 +254.917 +334.921 +384.579 +399.081 +375.723 +367.095 +336.044 +331.246 +355.485 +399.755 +382.352 +398.225 +360.347 +350.495 +241.303 +151.246 +82.8376 +44.8866 +53.7787 +44.8848 +97.5326 +168.883 +223.901 +207.988 +265.743 +266.946 +372.383 +408.146 +363.891 +363.465 +327.968 +323.241 +355.222 +372.699 +353.945 +360.874 +360.522 +332.591 +225.34 +143.257 +75.71 +44.8848 +53.8038 +44.8847 +104.992 +170.809 +216.401 +264.18 +296.331 +326.103 +388.205 +420.815 +382.121 +377.597 +344.849 +331.383 +377.234 +391.962 +367.325 +382.084 +382.861 +354.89 +241.615 +147.433 +76.0079 +44.8848 +53.8039 +44.8847 +104.953 +170.753 +216.369 +264.007 +294.544 +326.304 +388.487 +421.071 +381.83 +376.816 +345.081 +331.317 +377.006 +392.189 +364.219 +382.284 +382.726 +354.555 +241.375 +147.041 +75.8379 +44.9099 +53.7786 +44.8848 +101.315 +140.212 +189.764 +263.382 +295.517 +325.71 +384.762 +402.279 +383.161 +389.936 +351.91 +319.28 +358.516 +389.011 +362.096 +378.638 +378.862 +350.589 +241.029 +146.647 +75.8507 +44.8974 +53.7787 +44.8848 +102.119 +140.212 +189.764 +263.738 +295.765 +326.484 +388.799 +421.466 +382.17 +376.68 +345.846 +331.969 +377.38 +392.236 +365.92 +382.874 +383.239 +354.752 +241.938 +147.566 +75.8416 +44.8848 +53.8038 +44.8847 +103.149 +170.707 +217.742 +263.885 +294.474 +326.156 +389.145 +420.816 +382.142 +377.354 +345.88 +332.032 +377.188 +391.724 +363.992 +382.888 +382.912 +354.535 +241.929 +147.672 +78.5352 +44.8847 +53.7787 +44.9099 +100.243 +168.929 +224.01 +205.481 +252.179 +329.024 +384.071 +399.846 +375.99 +367.906 +336.349 +331.832 +355.72 +400.674 +380.953 +396.864 +359.581 +349.511 +242.039 +151.243 +82.8693 +44.895 +53.7787 +44.8848 +98.5121 +168.901 +223.957 +205.182 +266.932 +264.871 +371.563 +406.588 +363.843 +363.14 +327.981 +323.375 +351.392 +369.694 +353.302 +360.853 +361.031 +333.796 +224.653 +143.645 +76.0131 +44.8848 +53.7962 +44.8924 +104.901 +170.557 +216.354 +262.56 +293.542 +325.892 +388.316 +420.969 +381.977 +377.631 +345.45 +331.657 +377.149 +391.352 +364.932 +382.614 +382.437 +353.986 +241.723 +147.529 +76.0579 +44.8848 +53.7787 +44.8848 +104.902 +170.674 +216.247 +263.413 +292.594 +325.551 +387.614 +420.412 +381.268 +376.299 +344.85 +331.437 +376.612 +391.403 +362.165 +354.725 +381.823 +353.298 +241.329 +147.331 +75.8695 +44.8975 +53.7787 +44.8848 +101.346 +170.624 +216.241 +261.527 +292.288 +325.379 +387.464 +416.791 +377.758 +372.533 +340.757 +327.461 +373.44 +390.736 +363.893 +355.647 +381.519 +353.302 +240.899 +146.681 +75.8526 +44.8966 +53.7787 +44.8848 +101.319 +140.212 +189.764 +263.662 +297.977 +327.053 +388.911 +421.373 +378.414 +376.191 +345.33 +331.096 +373.837 +390.196 +365.118 +357.054 +381.204 +353.164 +240.856 +146.632 +75.8409 +44.8848 +53.7787 +44.9098 +101.248 +140.212 +189.789 +263.675 +294.192 +325.375 +388.041 +417.511 +378.107 +372.566 +340.759 +327.693 +372.816 +388.036 +361.276 +352.203 +381.023 +353.154 +240.913 +146.73 +78.5109 +44.8848 +53.8038 +44.8847 +97.4834 +163.087 +225.731 +206.438 +251.575 +329.846 +383.369 +394.716 +372.25 +363.43 +332.601 +327.765 +358.255 +400.009 +380.342 +369.078 +358.872 +350.06 +240.964 +150.84 +82.9985 +44.9016 +53.7787 +44.8848 +97.4934 +162.998 +225.669 +205.203 +264.263 +265.484 +369.958 +406.643 +363.027 +362.269 +326.871 +322.333 +347.22 +369.677 +351.843 +333.718 +360.164 +332.309 +224.902 +142.687 +76.0213 +44.9099 +53.7786 +44.8848 +101.346 +167.634 +216.182 +260.802 +291.416 +325.44 +387.905 +416.534 +377.528 +372.289 +340.463 +327.399 +373.04 +387.734 +358.483 +354.96 +381.029 +354.699 +241.001 +146.68 +76.0129 +44.8848 +53.8039 +44.8847 +100.475 +140.237 +189.764 +262.844 +293.426 +325.5 +388.129 +420.925 +382.03 +376.866 +345.77 +331.98 +380.926 +393.272 +364.985 +356.18 +381.202 +354.912 +241.431 +147.149 +75.7091 +44.8893 +53.7787 +44.8848 +101.401 +170.521 +217.195 +260.03 +291.234 +325.411 +388.1 +417.24 +378.538 +377.845 +345.157 +331.386 +376.736 +391.415 +361.324 +354.725 +381.277 +354.342 +241.341 +147.003 +75.8379 +44.8848 +53.8038 +44.8847 +102.09 +166.839 +216.167 +259.992 +290.058 +324.971 +387.347 +416.785 +377.912 +372.51 +340.599 +312.24 +364.722 +372.615 +356.858 +350.903 +377.51 +353.756 +240.905 +146.592 +75.8688 +44.8967 +53.7787 +44.8848 +102.057 +140.212 +189.764 +260.245 +288.029 +319.17 +388.071 +445.995 +418.504 +417.991 +384.926 +355.351 +396.791 +400.055 +370.214 +357.087 +394.377 +355.195 +228.496 +128.156 +78.5464 +44.8847 +53.7787 +44.9099 +78.5911 +138.438 +197.46 +203.934 +232.894 +339.199 +404.885 +436.29 +413.663 +418.906 +384.008 +368.865 +381.415 +406.776 +400.161 +381.569 +364.977 +347.39 +226.087 +132.411 +82.8253 +44.8848 +53.7787 +44.8848 +74.0849 +145.538 +206.667 +202.78 +263.439 +245.568 +351.672 +395.759 +359.85 +360.018 +340.873 +325.59 +350.595 +374.646 +348.407 +330.122 +356.568 +332.394 +223.554 +142.31 +76.019 +44.8848 +53.8038 +44.8847 +102.064 +140.237 +189.764 +263.267 +292.677 +325.285 +387.965 +417.398 +378.388 +372.985 +345.123 +332.123 +381.088 +392.492 +365.758 +355.861 +381.151 +353.184 +241.208 +146.926 +75.8464 +44.8848 +53.7787 +44.9099 +102.147 +140.212 +189.789 +265.502 +292.189 +325.46 +388.26 +421.011 +378.219 +372.777 +345.331 +328.106 +373.665 +388.644 +357.338 +352.614 +381.278 +352.736 +240.904 +146.688 +75.8365 +44.8848 +53.7788 +44.9099 +101.237 +140.212 +189.789 +263.522 +295.38 +326.109 +384.414 +417.316 +378.611 +372.974 +341.863 +328.297 +374.236 +389.559 +358.909 +356.134 +381.013 +352.446 +241.185 +146.904 +75.8357 +44.9098 +53.7786 +44.8847 +102.14 +140.212 +189.764 +264.245 +290.81 +325.576 +388.244 +421.006 +381.953 +372.861 +344.626 +331.409 +376.956 +390.999 +360.238 +352.942 +381.348 +353.549 +241.597 +147.031 +75.8593 +44.8848 +53.8038 +44.8847 +101.282 +140.237 +189.764 +266.664 +294.231 +326.862 +388.187 +421.996 +381.66 +376.581 +344.873 +332.006 +374.093 +388.458 +346.348 +337.083 +362.447 +353.91 +241.023 +146.724 +78.5088 +44.8848 +53.8039 +44.8847 +97.5117 +138.463 +197.435 +208.798 +253.173 +333.725 +383.898 +399.461 +376.426 +367.118 +336.136 +331.21 +359.645 +402.596 +382.519 +369.996 +359.684 +349.39 +241.409 +151.242 +82.8501 +44.9099 +53.7786 +44.8848 +100.352 +168.993 +224.011 +204.009 +264.785 +265.164 +371.375 +407.942 +363.907 +363.462 +328.039 +323.121 +351.092 +369.112 +352.018 +332.125 +360.954 +333.258 +225.428 +143.327 +76.0013 +44.904 +53.7787 +44.8848 +103.168 +170.514 +216.273 +260.365 +289.05 +325.065 +388.084 +420.542 +381.543 +376.191 +344.804 +330.937 +379.29 +390.534 +360.679 +354.624 +381.078 +354.007 +241.211 +146.857 +76.0701 +44.8847 +53.7787 +44.9099 +102.095 +140.212 +189.789 +261.095 +292.263 +325.439 +387.873 +417.558 +378.133 +372.85 +340.781 +327.637 +358.756 +373.2 +358.84 +346.131 +381.427 +353.303 +241.049 +146.627 +75.8536 +44.8848 +53.7787 +44.8848 +102.091 +140.212 +189.764 +260.209 +291.436 +325.626 +384.707 +417.885 +363.787 +364.93 +357.958 +344.922 +391.837 +401.916 +343.737 +354.847 +377.72 +349.866 +240.969 +146.532 +75.836 +44.8848 +53.8038 +44.8847 +89.4191 +140.237 +189.764 +260.363 +286.91 +306.616 +369.096 +424.367 +390.308 +372.868 +340.807 +313.011 +367.591 +381.833 +358.346 +348.021 +381.449 +353.556 +240.952 +146.54 +75.8744 +44.8848 +53.7787 +44.899 +97.2834 +140.212 +163.553 +259.89 +290.257 +325.512 +384.35 +402.397 +363.534 +371.733 +325.978 +318.916 +373.914 +373.571 +358.138 +346.527 +381.449 +353.61 +240.982 +146.524 +78.5595 +44.8867 +53.7787 +44.8848 +96.5583 +138.438 +171.224 +203.878 +252.516 +329.987 +380.704 +396.333 +373.56 +349.511 +330.611 +326.985 +357.684 +388.108 +359.953 +359.304 +355.916 +349.405 +241.112 +150.745 +82.8789 +44.8847 +53.7787 +44.9099 +97.376 +164.932 +197.508 +202.355 +263.001 +264.003 +351.745 +394.703 +358.316 +375.793 +322.328 +310.293 +338.808 +350.56 +353.857 +329.717 +356.566 +332.608 +223.597 +142.427 +76.0059 +44.8848 +53.7898 +44.8988 +100.541 +164.251 +182.659 +259.135 +289.638 +325.261 +387.833 +417.179 +378.133 +372.984 +341.354 +327.76 +373.846 +388.723 +358.783 +345.587 +381.229 +353.241 +241.058 +146.607 +75.8363 +44.8848 +53.8039 +44.8847 +99.4657 +140.237 +163.553 +262.515 +293.871 +326.453 +388.599 +416.993 +378.511 +372.571 +340.637 +332.727 +373.121 +388.481 +358.664 +349.501 +381.447 +353.902 +241.061 +146.678 +75.8546 +44.9098 +53.7786 +44.8848 +102.065 +140.212 +163.553 +259.835 +290.348 +325.52 +384.324 +417.19 +363.569 +371.708 +351.874 +319.389 +358.118 +387.436 +360.424 +350.828 +377.644 +354.229 +241.063 +146.53 +75.851 +44.8847 +53.7787 +44.9099 +101.157 +140.212 +163.578 +260.832 +290.492 +321.959 +384.38 +417.593 +378.208 +372.645 +340.817 +327.663 +373.455 +388.601 +362.994 +352.065 +377.628 +354.192 +241.131 +146.599 +75.8475 +44.892 +53.7787 +44.8848 +95.7261 +140.212 +163.553 +261.03 +291.861 +325.937 +385.02 +417.664 +378.481 +372.89 +341.053 +328.338 +373.597 +389.175 +361.79 +349.956 +377.678 +353.982 +241.136 +146.603 +78.5119 +44.9099 +53.7786 +44.8848 +94.8802 +138.438 +171.224 +205.331 +254.322 +330.244 +384.379 +395.484 +372.966 +348.689 +332.031 +327.542 +351.034 +395.467 +374.492 +363.781 +359.639 +349.805 +241.181 +150.846 +82.8299 +44.8848 +53.8039 +44.8847 +83.4822 +150.46 +178.774 +204.173 +263.005 +263.807 +370.159 +403.387 +359.637 +358.953 +323.152 +312.183 +341.38 +359.191 +332.778 +327.981 +356.487 +332.8 +223.487 +142.372 +76.0161 +44.9098 +53.7786 +44.8847 +95.8923 +154.604 +175.04 +258.635 +289.085 +325.241 +383.93 +416.629 +377.502 +357.15 +325.374 +312.32 +358.424 +373.252 +358.514 +345.334 +377.591 +353.609 +241.055 +146.574 +75.8644 +44.8847 +53.7787 +44.9099 +97.6578 +140.212 +163.578 +261.277 +291.708 +307.058 +382.037 +428.803 +390.082 +377.572 +345.151 +332.006 +378.005 +373.767 +345.489 +356.021 +377.911 +350.158 +241.077 +146.567 +75.8636 +44.8847 +53.7787 +44.9099 +97.6739 +140.212 +162.278 +259.925 +292.19 +325.691 +384.799 +417.125 +363.27 +377.502 +357.277 +331.684 +364.632 +392.626 +343.623 +353.919 +377.8 +353.939 +241.028 +146.573 +75.855 +44.8848 +53.8038 +44.8847 +95.968 +140.212 +161.387 +259.608 +291.573 +321.904 +369.618 +408.792 +369.922 +377.696 +351.841 +332.06 +372.481 +380.19 +344.67 +335.871 +377.673 +350.448 +240.985 +146.493 +75.8664 +44.8981 +53.7787 +44.8848 +80.205 +140.212 +163.553 +261.613 +287.008 +306.738 +382.323 +422.426 +396.079 +396.875 +345.271 +327.056 +365.928 +373.745 +358.136 +346.621 +377.83 +353.864 +241.026 +146.522 +78.5382 +44.8848 +53.7787 +44.8848 +91.2752 +138.438 +169.571 +203.338 +252.405 +330.047 +380.054 +395.933 +373.025 +363.832 +332.092 +328.067 +352.328 +396.482 +376.658 +359.892 +355.781 +349.813 +241.159 +150.73 +82.8295 +44.9082 +53.7787 +44.8848 +93.0419 +162.961 +193.55 +202.172 +262.87 +263.818 +366.666 +388.617 +344.755 +344.237 +314.235 +310.574 +339.789 +358.443 +335.032 +331.254 +356.687 +332.476 +223.575 +142.306 +76.0197 +44.9099 +53.7786 +44.8848 +99.5005 +140.212 +161.349 +259.487 +290.299 +325.131 +383.901 +417.357 +378.242 +357.8 +325.752 +312.939 +358.92 +388.113 +358.124 +346.764 +377.731 +350.262 +241.071 +146.524 +75.8438 +44.8847 +53.8039 +44.8847 +86.5039 +140.237 +162.993 +260.73 +291.317 +322.453 +388.169 +435.691 +407.457 +401.508 +368.881 +361.115 +402.033 +405.776 +370.58 +362.842 +389.051 +360.769 +241.01 +146.56 +75.8674 +44.8963 +53.7787 +44.8848 +78.6984 +140.212 +163.442 +259.666 +280.051 +364.28 +450.311 +513.12 +482.05 +490.922 +472.346 +458.959 +481.035 +494.143 +374.526 +365.61 +376.604 +361.453 +245.353 +149.628 +75.8502 +44.9095 +53.7787 +44.8848 +80.2039 +140.212 +163.553 +244.769 +296.37 +326.775 +385.573 +418.57 +379.43 +373.722 +341.853 +330.724 +375.021 +390.617 +362.795 +352.072 +377.819 +354.163 +241.183 +146.575 +75.8649 +44.8848 +53.7863 +44.9024 +95.7097 +140.212 +163.578 +262.636 +294.365 +325.795 +384.345 +417.519 +379.436 +372.861 +341.036 +328.05 +358.721 +373.477 +344.185 +351.39 +377.858 +350.164 +241.162 +146.523 +78.5202 +44.8898 +53.7988 +44.8847 +93.0285 +138.463 +169.04 +203.181 +232.257 +327.584 +408.304 +437.287 +426.207 +427.767 +403.98 +412.329 +439.369 +464.638 +439.73 +414.446 +397.878 +371.957 +269.267 +176.412 +84.5531 +44.8922 +53.7787 +44.8848 +76.2177 +151.548 +187.07 +215.781 +277.874 +287.965 +413.663 +463.848 +453.897 +468.871 +439.988 +444.668 +458.639 +390.3 +409.643 +330.1 +356.633 +329.018 +223.48 +142.285 +76.0266 +44.8848 +53.7787 +44.8848 +77.2907 +140.212 +161.762 +258.901 +271.204 +306.475 +384.029 +425.142 +398.452 +393.201 +355.294 +348.13 +388.653 +396.875 +361.077 +331.315 +377.916 +350.097 +241.101 +146.47 +75.866 +44.899 +53.7787 +44.8848 +78.6965 +140.212 +162.873 +259.357 +271.006 +319.791 +388.522 +442.238 +414.303 +424.196 +403.511 +413.021 +453.04 +457.539 +411.191 +394.039 +412.13 +373.979 +250.749 +149.222 +76.2897 +44.9099 +53.7786 +44.8847 +82.4677 +140.212 +163.442 +295.045 +325.13 +369.123 +433.734 +432.108 +407.131 +415.521 +382.498 +368.714 +412.843 +390.247 +342.88 +351.055 +362.848 +350.505 +241.103 +146.519 +75.8587 +44.8848 +53.8039 +44.8847 +80.1922 +140.237 +162.993 +260.846 +291.882 +325.431 +384.469 +417.46 +378.343 +372.834 +341.404 +327.698 +358.458 +387.336 +358.785 +349.929 +377.806 +350.504 +241.1 +146.549 +75.8608 +44.8848 +53.8039 +44.8847 +92.6359 +140.237 +163.442 +259.945 +291.279 +306.956 +383.296 +417.385 +370.771 +372.554 +345.926 +332.727 +365.946 +373.57 +358.352 +348.239 +377.923 +350.235 +240.999 +146.526 +78.5184 +44.8847 +53.8038 +44.8847 +87.9839 +138.463 +169.416 +202.953 +251.901 +311.12 +384.261 +401.093 +390.356 +387.162 +370.872 +366.915 +398.319 +421.095 +388.859 +372.828 +368.741 +374.12 +264.183 +164.651 +82.847 +44.8847 +53.8039 +44.8847 +75.9589 +146.043 +178.473 +200.853 +252.224 +273.605 +375.313 +419.552 +388.396 +387.431 +361.256 +357.275 +382.526 +389.8 +359.504 +326.987 +315.465 +314.001 +205.222 +142.244 +76.036 +44.8951 +53.7787 +44.8848 +87.952 +140.212 +160.53 +259.234 +287.996 +306.665 +369.3 +417.838 +379.904 +380.06 +354.485 +346.248 +393.311 +407.439 +365.596 +345.806 +351.812 +350.276 +241.019 +146.484 +75.8821 +44.8848 +53.7787 +44.9099 +77.2656 +140.212 +160.7 +259.168 +284.779 +359.081 +433.378 +486.204 +450.354 +459.896 +431.445 +417.248 +464.046 +476.916 +446.11 +414.197 +406.217 +400.009 +284.674 +218.43 +79.8538 +44.8848 +53.8039 +44.8847 +86.8114 +140.237 +163.147 +292.39 +299.478 +350.592 +385.542 +417.569 +379.466 +373.121 +341.594 +328.026 +373.633 +388.629 +360.369 +349.754 +351.534 +350.355 +241.066 +146.557 +75.8507 +44.8848 +53.8039 +44.8847 +80.1833 +140.237 +163.147 +262.001 +287.815 +307.45 +403.863 +454.513 +414.37 +418.105 +381.309 +355.476 +375.893 +373.792 +345.319 +334.975 +357.04 +350.373 +241.109 +146.485 +75.8396 +44.9098 +53.7786 +44.8848 +80.2071 +140.212 +162.817 +259.908 +271.115 +326.995 +419.959 +458.595 +425.657 +420.39 +404.214 +395.766 +451.398 +446.982 +412.704 +385.676 +374.577 +342.787 +241.079 +146.435 +78.5136 +44.8848 +53.7787 +44.9098 +77.6629 +138.438 +168.981 +203.232 +232.505 +345.237 +410.074 +442.751 +425.218 +425.092 +396.609 +403.741 +430.11 +450.03 +413.161 +388.367 +341.064 +344.758 +235.619 +138.345 +82.8567 +44.8886 +53.7787 +44.8848 +78.9667 +144.886 +185.004 +229.906 +293.458 +286.088 +382.274 +397.688 +345.1 +364.465 +308.347 +313.08 +340.811 +372.391 +356.236 +342.549 +344.645 +342.359 +233.82 +152.548 +78.6117 +44.8848 +53.8039 +44.8847 +79.1443 +140.237 +160.789 +321.377 +351.036 +349.587 +424.99 +466.324 +421.73 +403.508 +353.755 +340.23 +403.793 +383.498 +345.196 +356.094 +351.458 +350.393 +241.102 +146.553 +75.8511 +44.9099 +53.7786 +44.8848 +78.6998 +140.212 +163.442 +262.036 +291.022 +306.72 +398.202 +466.51 +426.442 +415.611 +379.885 +366.735 +411.74 +420.381 +381.303 +349.654 +336.735 +350.245 +241.085 +146.501 +75.8386 +44.8848 +53.8038 +44.8846 +80.1817 +140.212 +160.555 +266.716 +309.746 +352.297 +423.685 +468.896 +432.714 +431.856 +405.963 +396.938 +455.874 +449.121 +419.495 +392.012 +383.781 +378.447 +265.239 +170.552 +77.0032 +44.8847 +53.8039 +44.8847 +82.4618 +140.237 +163.441 +275.072 +311.634 +349.087 +432.997 +484.815 +451.275 +453.622 +441.966 +427.763 +477.485 +499.959 +474.373 +456.748 +455.282 +444.643 +325.723 +217.483 +80.9387 +44.9031 +53.7787 +44.8848 +101.106 +140.212 +160.943 +350.06 +392.357 +441.12 +502.073 +538.481 +509.916 +514.863 +477.605 +442.226 +474.365 +463.669 +434.751 +402.993 +395.553 +378.736 +266.411 +166.601 +79.5127 +44.9099 +53.7787 +44.8848 +77.6847 +138.438 +168.877 +203.926 +249.113 +326.097 +364.931 +400.752 +397.337 +392.785 +360.158 +367.491 +397.894 +431.698 +398.826 +382.651 +325.25 +331.163 +241.139 +150.723 +82.8757 +44.8848 +53.8038 +44.8847 +77.1135 +140.476 +177.885 +201.911 +262.871 +245.301 +365.063 +421.035 +383.405 +393.418 +361.442 +368.526 +393.892 +407.073 +378.041 +350.559 +354.328 +341.74 +232.443 +145 +77.0896 +44.8848 +53.7788 +44.91 +77.1671 +140.212 +162.954 +241.357 +275.397 +313.52 +385.04 +424.812 +385.566 +390.456 +364.401 +345.084 +399.496 +408.676 +372.479 +350.64 +333.873 +350.469 +241.024 +146.478 +75.8788 +44.8848 +53.7787 +44.9099 +84.8848 +140.212 +160.407 +259.387 +286.08 +320.876 +401.563 +458.566 +435.261 +428.69 +415.997 +407.173 +461.846 +480.207 +448.882 +407.756 +395.071 +381.802 +251.351 +135.155 +75.7457 +44.8929 +53.7787 +44.8848 +78.9428 +140.212 +163.147 +267.541 +314.371 +364.686 +443.494 +494.966 +471.346 +440.079 +412.937 +411.722 +458.975 +451.462 +411.715 +435.121 +436.543 +420.825 +303.499 +208.887 +78.9922 +44.9099 +53.7786 +44.8848 +88.5549 +140.212 +161.74 +335.79 +393.533 +402.928 +473.745 +510.359 +472.112 +479.386 +430.626 +393.051 +452.819 +450.673 +422.458 +394.546 +373.18 +373.185 +241.329 +128.134 +75.8541 +44.9095 +53.7787 +44.8848 +81.7552 +140.212 +163.442 +259.484 +271.203 +324.578 +402.285 +440.485 +413.575 +414.455 +367.47 +353.106 +393.084 +409.308 +372.551 +357.807 +352.752 +353.622 +226.066 +146.449 +78.5169 +44.9057 +53.7787 +44.8848 +75.5914 +138.438 +168.889 +203.387 +247.48 +318.289 +385.244 +426.339 +413.744 +419.501 +387.99 +403.555 +409.623 +454.891 +450.485 +427.442 +377.643 +384.793 +265.209 +163.942 +82.7108 +44.9086 +53.7787 +44.8848 +78.7378 +150.524 +187.008 +235.486 +318.981 +348.557 +465.561 +510.476 +471.07 +480.985 +444.812 +448.924 +465.259 +486.322 +464.361 +437.727 +403.601 +414.398 +288.172 +207.961 +82.4425 +44.9099 +53.7786 +44.8848 +103.841 +140.212 +161.391 +374.637 +407.936 +462.981 +534.943 +585.469 +559.829 +551.954 +519.303 +495.745 +540.248 +520.931 +490.126 +469.767 +467.569 +433.17 +284.684 +168.877 +75.7153 +44.8847 +53.8038 +44.8847 +78.9171 +140.237 +163.442 +261.127 +292.666 +325.127 +384.036 +417.167 +378.179 +372.708 +340.736 +327.618 +373.257 +372.76 +357.213 +344.039 +346.991 +350.369 +241.087 +146.539 +75.8562 +44.8848 +53.8039 +44.8847 +92.5716 +140.237 +160.469 +259.711 +291.567 +322.243 +385.281 +418.351 +364.052 +364.852 +345.622 +344.623 +391.625 +413.46 +384.523 +350.686 +337.675 +350.438 +241.047 +146.466 +75.8478 +44.9098 +53.7786 +44.8848 +78.9461 +140.212 +160.382 +259.29 +271.046 +319.821 +401.671 +442.962 +410.561 +404.256 +375.509 +356.246 +409.81 +413.09 +376.227 +362.182 +353.876 +348.547 +222.663 +146.419 +75.8433 +44.8848 +53.7977 +44.8908 +80.1736 +140.212 +160.968 +240.707 +306.482 +352.01 +420.17 +467.074 +441.832 +435.791 +434.665 +424.642 +473.901 +483.775 +464.653 +453.963 +429.439 +418.596 +298.457 +207.565 +82.9369 +44.8848 +53.8038 +44.8847 +90.0923 +138.438 +170.108 +317.551 +368.571 +473.054 +540.763 +567.732 +559.99 +544.977 +512.465 +505.313 +549.075 +597.409 +580.432 +541.756 +490.059 +498.414 +379.73 +284.276 +91.2816 +44.8848 +53.7787 +44.9099 +112.088 +155.604 +221.887 +343.278 +413.353 +413.25 +519.541 +566.042 +526.172 +522.645 +484.672 +474.513 +462.741 +487.361 +467.747 +422.504 +431.159 +415.234 +295.939 +210.306 +79.2592 +44.8904 +53.7787 +44.8848 +78.8444 +140.212 +163.442 +294.872 +333.189 +379.792 +436.066 +496.206 +488.903 +498.818 +454.366 +440.524 +479.624 +488.677 +453.423 +414.779 +403.931 +402.809 +286.505 +188.337 +78.1149 +44.8848 +53.7787 +44.9099 +78.6688 +140.212 +160.407 +271.954 +338.739 +400.994 +483.495 +525.885 +505.887 +509.097 +461.632 +448.727 +507.055 +527.228 +498.706 +463.184 +460.364 +441.446 +312.066 +200.542 +79.6033 +44.9031 +53.7787 +44.8848 +98.7148 +140.212 +160.382 +322.127 +369.601 +429.18 +498.786 +536.679 +486.72 +479.591 +455.862 +451.288 +498.981 +512.011 +467.309 +436.477 +441.853 +431.155 +284.513 +176.274 +76.0197 +44.9099 +53.7786 +44.8848 +81.7404 +140.212 +162.496 +240.828 +278.543 +341.68 +415.546 +459.031 +420.968 +439.643 +402.116 +386.728 +432.631 +442.349 +408.034 +383.298 +376.906 +369.94 +249.842 +156.57 +75.7517 +44.8908 +53.7787 +44.8848 +80.6425 +140.212 +160.456 +242.183 +278.985 +323.699 +406.114 +446.175 +407.205 +411.548 +381.582 +368.939 +422.015 +448.515 +414.001 +385.148 +367.608 +360.771 +240.325 +128.021 +78.3901 +44.8848 +53.8038 +44.8847 +77.658 +138.463 +168.932 +200.581 +249.968 +353.948 +420.896 +444.496 +430.594 +449.875 +416.793 +419.039 +438.482 +487.74 +469.788 +427.684 +379.172 +367.958 +241.225 +164.964 +82.7293 +44.9098 +53.7786 +44.8847 +75.9566 +146.068 +177.868 +191.21 +297.958 +317.043 +449.972 +494.131 +459.648 +478.372 +448.114 +446.741 +486.71 +506.963 +490.877 +444.785 +442.839 +431.785 +316.958 +231.033 +81.6815 +44.9054 +53.7787 +44.8848 +99.2458 +140.212 +163.442 +343.191 +396.957 +445.257 +510 +558.075 +536.419 +554.816 +508 +493.418 +544.822 +557.848 +515.504 +499.874 +493.785 +475.502 +360.943 +259.235 +80.8143 +44.8847 +53.8038 +44.8847 +92.739 +140.237 +160.984 +406.124 +456.07 +501.342 +571.156 +623.488 +599.714 +609.547 +541.733 +526.467 +565.076 +592.431 +561.023 +532.229 +538.215 +511.265 +367.546 +270.861 +82.0728 +44.8848 +53.8039 +44.8847 +93.5108 +140.237 +160.465 +302.363 +344.381 +402.534 +497.182 +532.363 +491.026 +509.408 +474.757 +461.742 +506.498 +524.005 +466.012 +454.68 +447.592 +444.811 +321.039 +231.947 +81.2556 +44.8847 +53.7787 +44.9099 +96.689 +140.212 +162.135 +366.589 +402.724 +448.198 +519.515 +565.406 +533.439 +539.541 +498.722 +467.199 +535.353 +537.359 +511.971 +498.138 +490.174 +462.969 +341.57 +231.97 +81.0543 +44.893 +53.7787 +44.8848 +87.6957 +140.212 +160.44 +304.537 +332.361 +376.828 +439.631 +475.795 +442.624 +454.103 +429.811 +422.858 +471.14 +485.328 +452.514 +412.826 +393.69 +377.961 +259.602 +165.227 +80.0683 +44.8986 +53.7787 +44.8848 +78.0872 +138.438 +168.932 +243.485 +303.384 +383.332 +448.801 +475.57 +470.629 +466.762 +443.417 +440.033 +457.868 +508.498 +477.673 +441.15 +405.014 +418.722 +304.375 +210.598 +85.4395 +44.899 +53.7787 +44.8848 +91.1756 +158.458 +202.892 +289.2 +364.794 +358.568 +460.768 +480.22 +442.91 +467.104 +458.818 +440.646 +459.352 +475.855 +453.528 +427.432 +397.143 +382.785 +248.337 +134.382 +76.0415 +44.8848 +53.8038 +44.8847 +77.2658 +140.237 +160.456 +262.01 +336.66 +382.625 +476.368 +514.27 +491.328 +485.699 +454.84 +458.071 +506.63 +499.601 +468.379 +462.872 +417.164 +411.743 +293.133 +193.867 +79.1747 +44.9093 +53.7787 +44.8848 +85.3755 +140.212 +160.44 +309.251 +376.63 +403.388 +489.955 +531.627 +492.677 +494.607 +480.387 +458.785 +517.452 +528.006 +496.641 +462.922 +466.922 +458.261 +339.667 +221.09 +81.8021 +44.9069 +53.7787 +44.8848 +91.0073 +140.212 +163.083 +325.498 +360.658 +439.748 +532.803 +579.879 +550.523 +556.336 +504.461 +475.787 +537.96 +547.411 +518.069 +500.64 +457.197 +433.075 +295.072 +190.398 +77.4418 +44.9099 +53.7786 +44.8848 +81.7444 +140.212 +160.497 +240.825 +288.18 +353.177 +417.196 +459.509 +425.965 +424.767 +416.289 +396.407 +455.937 +471.01 +453.304 +401.76 +383.552 +390.068 +254.266 +135.413 +75.7431 +44.8941 +53.7787 +44.8848 +80.6414 +140.212 +160.558 +250.567 +315.376 +377.559 +438.884 +491.195 +459.003 +471.891 +436.916 +424.021 +460.525 +463.704 +430.454 +409.701 +408.879 +404.021 +288.484 +200.628 +81.1157 +44.9099 +53.7786 +44.8848 +88.5593 +138.438 +170.871 +291.168 +363.147 +445.258 +511.134 +537.697 +520.412 +516.007 +514.009 +500.409 +510.594 +540.48 +526.719 +492.681 +420.4 +426.057 +306.915 +197.663 +86.2105 +44.8847 +53.7787 +44.9099 +81.9458 +146.501 +183.119 +259.44 +337.544 +349.508 +476.778 +525.93 +483.879 +475.363 +440.259 +431.388 +458.129 +471.101 +448.09 +434.215 +416.826 +391.501 +263.681 +164.601 +76.6551 +44.8873 +53.7787 +44.8848 +77.2907 +140.212 +160.497 +280.628 +361.667 +418.734 +495.572 +565.341 +509.708 +519.245 +489.568 +474.093 +523.346 +549.537 +521.881 +483.852 +449.816 +439.606 +332.303 +227.438 +80.8063 +44.9058 +53.7787 +44.8848 +97.6885 +140.212 +161.032 +353.201 +401.918 +447.507 +522.083 +581.556 +555.868 +559.376 +520.826 +498.881 +535.691 +575.289 +542.628 +516.66 +475.924 +420.073 +291.205 +178.236 +78.2828 +44.906 +53.7787 +44.8848 +81.7387 +140.212 +160.586 +270.552 +317.794 +364.489 +443.496 +505.107 +467.667 +447.704 +418.249 +418.556 +462.539 +464.905 +423.929 +411.3 +402.657 +379.402 +259.802 +165.166 +75.7295 +44.8914 +53.7787 +44.8848 +82.2944 +140.212 +160.586 +241.266 +331.377 +389.517 +453.691 +513.037 +487.356 +491.219 +454.463 +437.163 +482.733 +519.198 +490.382 +462.135 +432.367 +417.587 +288.052 +198.386 +78.4214 +44.894 +53.7787 +44.8848 +84.2275 +140.212 +160.586 +296.429 +359.076 +420.782 +487.606 +554.353 +522.774 +525.951 +500.666 +484.805 +523.615 +529.177 +514.69 +490.886 +471.923 +463.56 +340.581 +241.247 +85.0318 +44.8848 +53.7928 +44.8958 +101.928 +138.438 +170.944 +327.149 +380.892 +472.495 +529.716 +549.859 +537.94 +561.398 +553.587 +542.527 +561.716 +581.254 +572.24 +566.934 +521.29 +542.355 +410.87 +304.886 +94.0009 +44.9099 +53.7786 +44.8847 +111.152 +185.63 +238.206 +358.323 +420.21 +424.13 +557.85 +590.197 +533.873 +526.429 +505.448 +498.71 +560.262 +532.988 +517.319 +479.68 +477.634 +467.049 +352.47 +269.121 +85.1652 +44.8848 +53.8038 +44.8847 +111.377 +140.237 +162.993 +406.031 +432.627 +468.963 +537.969 +589.237 +564.301 +561.671 +519.728 +474.378 +533.907 +549.477 +542.552 +520.996 +501.959 +482.954 +357.892 +244.413 +79.3378 +44.8848 +53.7788 +44.9099 +87.2734 +140.212 +160.611 +362.796 +403.504 +474.156 +518.036 +562.341 +516.026 +531.091 +502.258 +481.552 +555.238 +560.42 +526.634 +498.507 +490.927 +476.989 +353.628 +249.615 +82.1838 +44.9099 +53.7787 +44.8848 +105.517 +140.212 +163.442 +394.196 +420.934 +478.003 +561.043 +604.262 +586.818 +584.953 +554.019 +538.596 +576.649 +579.843 +561.211 +548.272 +546.792 +532.108 +404.826 +299.828 +88.6012 +44.9098 +53.7787 +44.8848 +117.254 +201.053 +216.158 +417.619 +451.743 +494.469 +563.228 +625.377 +595.449 +599.917 +566.939 +536.832 +583.693 +574.643 +569.887 +560.465 +563.111 +567.08 +427.245 +325.993 +85.3815 +44.8848 +53.7788 +44.91 +130.133 +199.055 +226.431 +426.879 +463.765 +498.299 +567.657 +610.41 +579.553 +583.58 +542.117 +530.451 +558.459 +578.418 +555.26 +544.26 +530.2 +509.059 +370.946 +279.735 +88.2559 +44.9099 +53.7787 +44.8848 +115.324 +138.438 +171.224 +346.097 +391.956 +425.653 +544.829 +553.197 +519.264 +494.045 +464.193 +464.802 +490.895 +523.442 +516.227 +493.692 +448.485 +455.388 +352.704 +243.132 +88.0221 +44.8848 +53.8038 +44.8847 +94.4212 +155.405 +188.451 +282.486 +336.15 +346.181 +449.505 +509.849 +475.483 +477.089 +440.013 +446.53 +470.52 +486.318 +480.372 +454.244 +444.216 +436.332 +323.922 +227.789 +79.098 +44.9099 +53.7786 +44.8848 +78.2462 +140.212 +162.929 +308.597 +354.171 +422.198 +494.884 +535.024 +518.696 +497.828 +479.287 +450.339 +518.448 +533.009 +484.412 +467.608 +437.115 +438.185 +321.858 +206.329 +78.4261 +44.8848 +53.7788 +44.91 +80.6161 +140.212 +162.45 +281.275 +358.166 +419.695 +494.318 +528.074 +511.455 +515.173 +478.394 +465.645 +513.162 +530.763 +505.434 +481.043 +477.898 +465.073 +346.787 +237.313 +82.3157 +44.8848 +53.8038 +44.8846 +97.2855 +140.212 +163.095 +336.19 +391.624 +442.348 +530.059 +593.337 +564.34 +557.39 +517.872 +499.379 +558.106 +556.006 +510.537 +489.078 +504.067 +479.959 +360.892 +262.1 +83.0976 +44.9098 +53.7787 +44.8848 +99.6675 +140.212 +162.817 +391.091 +416.174 +465.119 +532.223 +602.124 +586.102 +584.752 +515.625 +483.702 +544.097 +574.387 +563.787 +489.377 +490.711 +468.398 +344.539 +249.861 +80.3154 +44.9021 +53.7787 +44.8848 +94.2259 +140.212 +163.147 +378.933 +401.23 +432.078 +512.363 +566.168 +535.382 +525.727 +503.34 +483.903 +532.945 +551.077 +524.022 +507.908 +495.123 +490.08 +361.307 +261.15 +84.944 +44.8848 +53.8039 +44.8847 +109.652 +138.463 +171.224 +359.611 +375.942 +453.005 +511.563 +606.01 +548.613 +542.536 +501.971 +496.239 +524.936 +555.21 +540.652 +512.632 +479.234 +492.708 +359.403 +241.918 +87.4562 +44.9044 +53.7787 +44.8848 +96.5044 +150.348 +199.725 +271.188 +362.722 +375.82 +481.678 +526.004 +507.28 +500.788 +468.453 +439.781 +483.489 +507.924 +500.283 +470.73 +469.656 +451.807 +326.158 +228.046 +79.4543 +44.9099 +53.7787 +44.8848 +80.182 +140.212 +161.608 +316.989 +384.168 +439.968 +507.646 +545.832 +513.036 +523.644 +481.995 +469.759 +536.955 +557.392 +539.484 +524.174 +520.298 +495.439 +351.776 +236.272 +80.4796 +44.8847 +53.8039 +44.8847 +83.2579 +140.237 +163.442 +242.029 +321.843 +379.571 +454.838 +490.115 +463.731 +472.799 +434.436 +420.848 +467.81 +485.211 +452.798 +413.342 +404.643 +383.181 +266.614 +166.57 +76.6693 +44.8847 +53.7787 +44.9099 +81.7126 +140.212 +161.633 +260.14 +329.387 +375.784 +450.359 +477.357 +452.961 +474.064 +436.625 +418.484 +469.623 +488.134 +448.958 +411.314 +397.219 +383.242 +256.593 +145.219 +76.0163 +44.8848 +53.7787 +44.9099 +80.1695 +140.212 +162.986 +242.131 +315.871 +387.893 +470.476 +519.495 +487.803 +493.622 +460.777 +448.592 +496.701 +516.814 +485.883 +450.396 +428.387 +414.113 +272.822 +159.63 +76.017 +44.8848 +53.7787 +44.9099 +81.7133 +140.212 +161.633 +249.162 +333.359 +414.865 +483.489 +538.989 +515.974 +510.939 +478.013 +458.716 +513.718 +531.383 +498.638 +481.661 +487.997 +424.746 +299.892 +198.35 +81.7853 +44.897 +53.7787 +44.8848 +88.6376 +138.438 +170.78 +246.995 +317.656 +438.378 +513.227 +537.907 +508.477 +499.658 +476.245 +465.879 +489.3 +534.774 +515.417 +486.921 +471.14 +452.851 +334.62 +218.693 +86.5112 +44.8895 +53.7787 +44.8848 +92.2409 +160.746 +196.038 +254.93 +336.87 +358.592 +477.976 +533.887 +497.052 +500.869 +459.712 +466.205 +492.846 +518.196 +492.713 +469.019 +481.643 +445.484 +320.367 +237.738 +80.8381 +44.9099 +53.7786 +44.8848 +82.8797 +140.212 +163.553 +365.427 +400.204 +439.041 +515.644 +562.645 +542.638 +528.332 +487.844 +478.278 +527.812 +541.706 +512.187 +500.968 +527.275 +489.142 +351.311 +247.548 +81.5101 +44.9099 +53.7786 +44.8848 +88.1823 +140.212 +163.553 +359.777 +387.477 +426.594 +489.143 +543.561 +515.784 +511.663 +470.443 +457.183 +510.593 +533.915 +501.876 +464.885 +488.478 +445.514 +314.849 +209.662 +79.7589 +44.9061 +53.7787 +44.8848 +90.0301 +140.212 +163.442 +303.458 +372.581 +428.46 +508.429 +570.205 +535.128 +533.479 +493.049 +474.912 +526.714 +541.899 +517.909 +495.51 +507.054 +464.874 +308.202 +203.96 +78.8548 +44.9097 +53.7787 +44.8848 +89.5174 +140.212 +162.993 +320.674 +372.709 +454.653 +545.451 +599.939 +592.651 +555.776 +521.037 +496.106 +539.873 +554.986 +536.399 +502.063 +522.489 +490.41 +360.524 +274.15 +84.5103 +44.8848 +53.8038 +44.8847 +102.167 +140.237 +163.294 +305.8 +340.875 +385.182 +451.573 +511.359 +484.196 +484.787 +451.647 +436.131 +479.51 +496.23 +465.457 +422.258 +439.23 +399.746 +273.065 +166.984 +78.6927 +44.8848 +53.8039 +44.8847 +78.6462 +138.463 +170.804 +194.609 +276.868 +376.932 +466.606 +477.991 +473.393 +465.66 +435.74 +433.064 +459.012 +507.527 +480.934 +418.092 +388.718 +364.014 +242.23 +146.832 +83.0653 +44.8924 +53.7787 +44.8848 +79.4047 +146.397 +183.578 +233.623 +321.929 +356.218 +483.701 +565.709 +548.285 +566.777 +526.752 +524.633 +558.396 +556.014 +537.459 +513.374 +533.569 +492.053 +374.572 +290.897 +86.7656 +44.8952 +53.7787 +44.8848 +115.333 +140.212 +163.553 +417.308 +443.486 +479.245 +550.846 +591.552 +572.922 +548.368 +536.598 +512.707 +549.343 +577.764 +549.045 +530.151 +552.423 +521.077 +381.863 +288.025 +84.8409 +44.9099 +53.7786 +44.8848 +112.673 +140.212 +163.553 +404.762 +442.429 +499.214 +572.766 +610.5 +579.925 +583.68 +529.741 +480.448 +512.18 +513.44 +449.596 +436.236 +469.395 +432.616 +307.15 +202.527 +78.1543 +44.9015 +53.7787 +44.8848 +84.6223 +140.212 +163.553 +275.731 +341.629 +382.712 +473.38 +513.78 +483.4 +480.82 +445.849 +442.828 +492.119 +513.803 +467.105 +449.331 +475.802 +419.704 +293.153 +188.282 +78.0906 +44.9098 +53.7786 +44.8848 +81.7392 +140.212 +162.993 +241.587 +336.707 +416.843 +483.789 +541.353 +510.168 +512.182 +478.324 +463.494 +514.915 +524.416 +473.01 +446.78 +441.626 +401.86 +276.925 +179.693 +78.2939 +44.8934 +53.7787 +44.8848 +86.6696 +140.212 +163.553 +301.495 +375.171 +431.641 +520.632 +579.277 +563.418 +561.272 +527.085 +509.062 +551.852 +569.414 +536.103 +508.164 +509.281 +464.646 +330.562 +237.087 +84.6289 +44.8848 +53.7787 +44.9099 +102.626 +138.438 +171.249 +260.981 +318.583 +404.441 +468.264 +490.042 +473.406 +465.488 +430.277 +422.444 +449.197 +489.836 +444.624 +427.783 +416.406 +386.939 +273.825 +183.491 +84.2732 +44.9099 +53.7787 +44.8848 +78.1389 +146.041 +206.364 +204.667 +283.827 +308.007 +420.003 +460.656 +417.624 +447.624 +406.134 +374.55 +404.423 +421.483 +402.966 +378.771 +402.567 +375.563 +258.385 +179.645 +77.4765 +44.9098 +53.7786 +44.8847 +77.2658 +140.237 +189.764 +264.06 +311.762 +361.429 +425.212 +462.624 +434.285 +427.7 +391.215 +383.251 +429.89 +445.266 +411.934 +400.939 +418.35 +391.308 +259.795 +148.778 +76.4 +44.9099 +53.7786 +44.8848 +78.6954 +140.212 +189.764 +252.443 +305.611 +360.297 +430.488 +466.624 +441.189 +439.63 +424.64 +414.467 +459.233 +472.655 +424.625 +393.331 +410.816 +384.417 +255.302 +135.752 +75.7226 +44.9098 +53.7786 +44.8847 +80.6303 +140.228 +189.764 +244.793 +304.803 +364.753 +441.162 +485.104 +465.536 +467.636 +435.482 +416.436 +455.907 +471.883 +433.039 +423.704 +442.903 +399.448 +267.877 +175.531 +77.0796 +44.8848 +53.8039 +44.8847 +84.2122 +140.237 +189.764 +256.136 +284.194 +335.006 +409.47 +491.528 +498.141 +499.375 +463.654 +445.91 +496.45 +512.039 +489.159 +456.215 +479.594 +449.559 +314.703 +220.137 +79.6814 +44.8962 +53.7787 +44.8848 +95.5263 +140.212 +189.764 +349.9 +382.87 +432.402 +504.115 +547.394 +519.708 +522.68 +499.828 +471.648 +519.696 +533.292 +500.152 +502.712 +498.596 +468.158 +333.704 +236.01 +82.5255 +44.9071 +53.7787 +44.8848 +90.6579 +138.438 +197.435 +305.706 +359.808 +458.333 +524.94 +570.615 +552.009 +530.33 +500.914 +505.064 +473.647 +556.778 +536.171 +516.967 +479.65 +467.79 +358.228 +259.694 +88.8945 +44.8848 +53.8038 +44.8847 +83.5534 +157.839 +217.922 +250.876 +322.995 +339.398 +458.388 +506.024 +471.353 +482.071 +448.729 +442.47 +474.466 +486.757 +470.344 +437.078 +453.447 +456.734 +302.39 +220.67 +80.9822 +44.8848 +53.8039 +44.8847 +82.7093 +140.237 +189.764 +333.802 +377.89 +429.908 +500.732 +547.324 +529.854 +541.973 +490.856 +479.107 +514.816 +523.429 +510.673 +503.819 +515.458 +484.377 +326.634 +225.021 +78.3736 +44.9099 +53.7786 +44.8848 +78.9326 +140.212 +189.764 +241.446 +315.172 +355.73 +442.027 +473.709 +459.603 +457.02 +419.924 +409.485 +473.246 +505.63 +494.476 +476.815 +501.208 +458.857 +326.934 +225.682 +80.5484 +44.9099 +53.7786 +44.8848 +95.9224 +140.212 +189.764 +343.513 +368.586 +408.389 +455.415 +495.426 +457.129 +459.188 +444.633 +437.642 +419.3 +389.616 +347.239 +337.182 +385.83 +350.363 +241.114 +146.538 +75.8527 +44.9032 +53.7787 +44.8848 +80.2061 +140.212 +189.764 +260.68 +271.81 +307.966 +369.382 +402.283 +384.446 +387.992 +362.849 +349.246 +395.944 +401.578 +355.132 +337.097 +362.928 +335.407 +222.764 +128.175 +75.8557 +44.8848 +53.7787 +44.8848 +82.9716 +140.212 +189.764 +245.614 +274.213 +316.306 +406.664 +444.742 +404.882 +412.586 +374.412 +365.249 +414.391 +419.997 +375.958 +354.116 +370.935 +335.368 +241.11 +146.478 +78.5588 +44.8882 +53.7787 +44.8848 +75.9884 +138.438 +197.435 +204.066 +232.566 +317.982 +394.779 +416.394 +381.744 +392.015 +357.986 +345.446 +388.561 +421.29 +395.245 +357.759 +356.105 +346.303 +241.134 +150.718 +82.8595 +44.8987 +53.7787 +44.8848 +75.9864 +146.032 +206.375 +204.312 +263.001 +260.761 +397.943 +443.296 +389.577 +398.874 +358.268 +354.918 +378.672 +403.005 +369.393 +340.515 +341.579 +329.184 +223.507 +142.293 +76.0165 +44.8848 +53.7787 +44.9099 +89.5931 +140.212 +189.789 +260.106 +288.618 +340.62 +415.471 +461.136 +415.751 +415.567 +371.113 +367.454 +410.888 +425.455 +377.552 +336.042 +378.016 +350.373 +241.065 +146.475 +75.8869 +44.887 +53.7787 +44.8848 +85.79 +140.212 +189.764 +260.531 +292.252 +314.061 +405.16 +443.905 +410.567 +413.145 +376.077 +368.225 +421.579 +431.155 +391.563 +355.55 +362.864 +350.471 +241.05 +146.509 +75.8398 +44.8847 +53.7787 +44.9098 +89.1671 +140.212 +189.789 +260.499 +292.255 +313.866 +397.805 +449.045 +421.679 +408.521 +361.453 +351.044 +399.945 +408.822 +384.599 +363.839 +373.129 +345.464 +232.025 +138.747 +77.1558 +44.9043 +53.7787 +44.8848 +80.2064 +140.212 +189.764 +245.04 +271.901 +326.596 +411.472 +451.655 +415.953 +429.844 +386.315 +382.662 +430.669 +446.261 +406.466 +388.789 +412.791 +391.413 +283.757 +166.698 +77.8474 +44.9099 +53.7786 +44.8848 +87.3473 +140.212 +189.764 +296.172 +340.657 +385.108 +468.397 +510.664 +487.065 +474.317 +456.784 +440.946 +479.54 +481.249 +437.385 +427.003 +453.86 +428.402 +315.766 +197.036 +82.3872 +44.9099 +53.7786 +44.8847 +81.2612 +138.456 +197.435 +221.693 +294.074 +369.07 +441.114 +461.267 +459.892 +426.505 +424.715 +383.326 +409.784 +449.955 +414.125 +383.336 +348.387 +331.35 +241.045 +150.712 +82.8744 +44.8955 +53.7787 +44.8848 +75.5859 +143.296 +206.388 +202.868 +263.847 +245.588 +366.552 +410.326 +372.704 +377.007 +340.806 +337.129 +373.644 +373.34 +356.819 +316.987 +365.964 +329.114 +223.5 +142.239 +75.8676 +44.9099 +53.7787 +44.8848 +77.2908 +140.212 +189.764 +261.637 +289.813 +306.788 +369.174 +417.949 +379.23 +392.539 +365.944 +354.563 +402.123 +422.077 +382.869 +372.314 +362.922 +335.375 +241.046 +146.471 +75.8958 +44.8848 +53.7787 +44.91 +84.9027 +140.212 +189.789 +261.463 +271.763 +354.594 +422.095 +469.441 +439.396 +449.724 +420.776 +421.406 +451.581 +455.014 +421.544 +437.431 +435.99 +409.162 +270.115 +185.326 +77.9553 +44.8848 +53.7787 +44.9099 +86.2616 +140.212 +189.789 +334.771 +369.883 +409.055 +487.057 +534.007 +504.63 +494.053 +468.322 +449.204 +494.99 +514.076 +492.656 +504.427 +505.815 +469.424 +346.462 +246.825 +82.0836 +44.8848 +53.7788 +44.91 +99.7136 +140.212 +189.789 +373.001 +400.262 +431.105 +512.571 +550.115 +518.452 +519.908 +470.2 +456.834 +510.109 +526.929 +502.829 +491.733 +481.97 +444.552 +319.734 +225.116 +79.9268 +44.9099 +53.7786 +44.8847 +92.1367 +140.237 +189.764 +322.275 +358.773 +423.699 +518.1 +563.923 +558.284 +541.339 +506.18 +476.637 +506.115 +524.999 +515.082 +542.639 +543.818 +507.564 +369.565 +273.963 +85.4836 +44.8856 +53.7787 +44.8848 +93.9243 +138.438 +197.435 +318.505 +364.746 +446.388 +499.921 +545.949 +528.964 +520.698 +488.5 +477.444 +506.144 +551.446 +521.27 +530.402 +484.31 +472.894 +356.199 +263.933 +88.6111 +44.8848 +53.8038 +44.8847 +100.308 +175.755 +242.573 +324.863 +382.961 +383.627 +490.925 +537.031 +490.772 +490.076 +451.377 +435.133 +450.81 +469.003 +434.121 +437.097 +409.08 +356.267 +224.813 +141.638 +76.0481 +44.8847 +53.7787 +44.9099 +77.1671 +140.212 +189.789 +260.66 +279.307 +322.208 +399.05 +433.388 +410.84 +409.2 +369.524 +359.07 +414.037 +437.292 +406.335 +429.054 +404.417 +352.166 +226.103 +131.521 +75.8958 +44.8848 +53.7787 +44.9099 +78.6714 +140.212 +189.764 +261.181 +271.821 +321.476 +401.239 +442.002 +414.492 +413.564 +386.918 +384.187 +422.112 +431.201 +394.35 +411.162 +411.697 +371.543 +230.388 +128.061 +75.7509 +44.89 +53.7787 +44.8848 +78.9452 +140.212 +189.764 +261.491 +271.828 +350.243 +430.06 +498.557 +469.665 +465.056 +437.137 +420.332 +468.946 +482.928 +431.577 +435.021 +425.145 +374.583 +242.941 +136.962 +76.0256 +44.9009 +53.7787 +44.8848 +80.6005 +140.212 +189.764 +261.044 +291.003 +369.933 +470.67 +511.84 +485.97 +486.574 +453.228 +447.48 +502.898 +505.434 +467.126 +456.37 +457.86 +407.601 +275.138 +166.987 +76.0638 +44.8848 +53.7787 +44.9099 +84.7683 +140.212 +189.764 +261.401 +279.84 +343.425 +438.205 +507.158 +467.835 +463.954 +436.279 +420.319 +468.403 +477.053 +422.531 +413.725 +396.849 +359.031 +239.196 +128.084 +78.3849 +44.8848 +53.8038 +44.8847 +75.9615 +138.463 +197.435 +203.813 +233.716 +313.23 +377.191 +394.308 +410.292 +396.958 +355.531 +369.576 +377.229 +416.858 +397.43 +406.46 +369.245 +359.095 +248.623 +167.795 +82.8684 +44.8848 +53.7787 +44.9099 +76.852 +143.783 +206.384 +198.704 +273.994 +299.939 +418.493 +458.952 +435.112 +421.064 +387.794 +383.59 +403.816 +422.622 +398.812 +394.988 +393.308 +360.805 +250.038 +161.476 +76.0523 +44.8869 +53.7787 +44.8848 +77.1921 +140.212 +189.764 +262.558 +283.375 +380.966 +487.037 +535.5 +511.856 +515.245 +476.979 +461.783 +512.543 +532.94 +505.343 +499.714 +490.056 +451.338 +333.662 +180.79 +76.5917 +44.8863 +53.7787 +44.8848 +78.9479 +140.212 +189.764 +257.449 +302.571 +345.601 +413.031 +485.859 +455.375 +464.623 +419.939 +411.088 +458.068 +462.071 +421.689 +424.814 +415.56 +394.127 +273.922 +179.367 +76.6394 +44.9006 +53.7787 +44.8848 +80.4656 +140.212 +189.764 +256.602 +287.076 +332.293 +438.619 +468.346 +450.293 +449.86 +404.241 +380.344 +424.702 +378.681 +351.835 +385.625 +377.862 +350.347 +241.129 +146.514 +75.8676 +44.8895 +53.7787 +44.8848 +80.2123 +140.212 +189.764 +263.81 +296.347 +323.392 +385.256 +417.703 +363.289 +365.934 +342.967 +328.404 +375.381 +393.003 +367.06 +378.521 +377.918 +350.421 +241.208 +146.606 +75.8582 +44.8848 +53.7788 +44.91 +95.6978 +140.212 +189.789 +263.66 +297.166 +326.782 +385.313 +417.839 +363.75 +378.041 +326.655 +327.71 +373.523 +374.209 +365.76 +378.644 +377.878 +350.489 +241.149 +146.583 +78.542 +44.8962 +53.7787 +44.8848 +94.3266 +138.438 +197.435 +206.057 +253.941 +329.237 +380.127 +380.874 +379.769 +369.402 +334.576 +329.229 +354.591 +400.336 +387.666 +395.05 +349.036 +331.17 +222.733 +132.432 +82.9001 +44.8848 +53.7787 +44.9099 +75.5693 +146.055 +204.332 +186.799 +258.17 +256.556 +383.442 +419.798 +356.471 +366.747 +309.943 +304.225 +341.453 +351.494 +336.201 +357.721 +356.613 +329.127 +223.67 +142.35 +76.0383 +44.8847 +53.7787 +44.9099 +94.2449 +140.212 +189.789 +263.154 +294.79 +326.299 +384.648 +417.276 +363.068 +364.937 +333.358 +334.975 +366.436 +374.359 +366.63 +378.507 +377.821 +353.763 +241.209 +146.645 +75.8583 +44.9036 +53.7787 +44.8848 +98.9783 +140.212 +189.764 +263.031 +293.175 +325.842 +384.332 +420.297 +396.201 +402.435 +379.115 +363.915 +402.697 +412.335 +399.188 +398.194 +398.287 +361.951 +247.793 +153.263 +76.3755 +44.8848 +53.8038 +44.8847 +78.6743 +140.237 +189.764 +263.42 +291.21 +322.212 +369.387 +438.267 +379.92 +372.935 +325.995 +338.797 +366.912 +396.224 +365.565 +378.489 +377.872 +350.44 +241.129 +146.576 +75.8486 +44.9099 +53.7786 +44.8848 +85.7535 +140.212 +189.764 +262.77 +292.451 +322.125 +392.374 +438.792 +399.939 +401.479 +376.278 +364.562 +412.957 +424.622 +395.477 +395.864 +388.87 +360.72 +241.199 +146.513 +75.8749 +44.8936 +53.7787 +44.8848 +89.4625 +140.212 +189.764 +262.038 +292.277 +322.285 +385.63 +417.347 +379.892 +374.235 +343.057 +329.391 +373.864 +388.807 +366.771 +378.581 +377.834 +350.553 +241.124 +146.635 +78.5292 +44.8848 +53.8038 +44.8847 +95.8051 +138.456 +197.441 +206.299 +259.132 +330.431 +383.862 +395.881 +373.368 +363.915 +332.352 +327.997 +351.705 +398.063 +384.12 +392.523 +359.808 +349.955 +241.267 +150.955 +82.8353 +44.8848 +53.8038 +44.8847 +97.4492 +163.082 +225.681 +205.303 +266.661 +264.392 +370.606 +407.78 +363.903 +362.901 +328.626 +324.128 +354.453 +372.008 +358.005 +361.279 +360.105 +332.901 +225.017 +142.624 +76.0158 +44.9096 +53.7787 +44.8848 +102.197 +140.212 +189.764 +267.255 +292.393 +325.828 +384.757 +417.549 +378.448 +373.108 +341.414 +328.126 +373.416 +388.93 +366.846 +378.557 +377.935 +353.986 +241.177 +146.68 +75.857 +44.8848 +53.8038 +44.8847 +98.8674 +140.212 +189.789 +263.598 +294.978 +307.264 +388.422 +440.517 +401.922 +402.597 +370.111 +362.157 +402.671 +410.436 +361.782 +363.547 +377.836 +350.443 +241.098 +146.544 +75.8797 +44.8917 +53.7787 +44.8848 +95.707 +140.212 +189.764 +263.729 +290.96 +314.782 +401.655 +464.432 +444.626 +448.813 +422.437 +411.604 +457.267 +464.583 +409.564 +399.011 +384.846 +350.103 +236.873 +148.201 +75.7209 +44.9099 +53.7786 +44.8848 +82.2607 +140.212 +189.764 +246.127 +281.752 +327.821 +415.733 +457.406 +409.369 +403.721 +388.288 +378.103 +421.738 +426.141 +395.477 +397.035 +397.625 +359.937 +222.72 +128.135 +75.8753 +44.8937 +53.7787 +44.8848 +78.6978 +140.212 +189.764 +263.893 +296.099 +325.851 +385.202 +417.458 +378.456 +372.903 +340.968 +328.139 +374.42 +393 +367.006 +378.548 +377.857 +353.871 +241.164 +146.576 +78.5148 +44.9099 +53.7786 +44.8848 +91.1153 +138.438 +197.435 +232.712 +259.464 +334.155 +384.679 +400.286 +376.897 +367.95 +336.634 +332.591 +361.686 +404.092 +387.979 +396.323 +359.686 +350.079 +241.308 +151.173 +82.8807 +44.9002 +53.7787 +44.8848 +96.6977 +166.05 +222.206 +231.589 +266.005 +264.741 +370.647 +403.791 +359.932 +359.516 +326.939 +323.602 +355.289 +369.107 +384.031 +361.325 +360.17 +332.948 +225.094 +142.758 +76.0209 +44.8848 +53.8039 +44.8847 +101.379 +170.531 +216.209 +289.38 +291.101 +325.858 +387.388 +420.312 +381.258 +375.899 +345.037 +331.734 +376.872 +393.113 +396.611 +382.312 +381.455 +354.305 +241.703 +147.288 +76.0329 +44.8876 +53.7787 +44.8848 +103.171 +170.639 +216.217 +290.295 +291.773 +326.844 +388.143 +421.433 +378.932 +372.849 +341.589 +329.05 +375.537 +391.139 +393.046 +382.241 +381.613 +354.165 +241.534 +147.042 +75.8811 +44.8905 +53.7787 +44.8848 +102.123 +166.798 +216.149 +289.028 +293.561 +327.578 +388.439 +416.764 +377.756 +372.517 +340.746 +327.913 +374.143 +392.094 +392.934 +378.375 +377.748 +353.933 +241.198 +146.684 +75.8465 +44.8848 +53.8039 +44.8847 +102.077 +140.237 +189.764 +289.759 +294.459 +326.341 +387.942 +417.308 +378.21 +372.874 +341.099 +328.374 +374.457 +397.5 +393.212 +378.544 +377.79 +354.111 +241.191 +146.683 +75.846 +44.9099 +53.7787 +44.8848 +102.102 +140.212 +189.764 +289.931 +294.364 +325.989 +388.065 +417.544 +378.32 +373.146 +341.122 +328.33 +374.476 +390.743 +393.223 +378.564 +377.974 +354.265 +241.153 +146.645 +78.5501 +44.8848 +53.7788 +44.91 +97.4429 +138.438 +197.46 +232.617 +254.704 +327.593 +391.383 +420.686 +408.557 +403.671 +371.297 +366.604 +392.027 +428.221 +427.169 +386.943 +340.991 +353.769 +237.322 +146.956 +82.8527 +44.8848 +53.7788 +44.91 +75.7174 +143.222 +208.641 +216.367 +260.046 +283.034 +415.413 +454.466 +435.24 +439.88 +401.276 +396.943 +424.278 +426.083 +425.186 +399.619 +391.196 +371.936 +255.419 +172.66 +78.6705 +44.8847 +53.7787 +44.9099 +77.1671 +140.212 +189.789 +289.529 +297.752 +336.275 +390.244 +419.818 +382.807 +376.96 +345.176 +331.755 +382.224 +397.697 +396.769 +382 +381.327 +354.365 +241.474 +146.925 +75.8924 +44.8848 +53.7787 +44.9069 +102.123 +166.813 +216.15 +289.353 +292.162 +326.253 +388.187 +420.477 +381.276 +376.332 +344.741 +331.506 +381.596 +394.073 +396.928 +381.877 +381.224 +353.961 +241.458 +146.981 +75.8429 +44.8847 +53.7787 +44.9099 +102.107 +140.212 +189.789 +289.828 +294.341 +325.993 +384.486 +417.643 +378.597 +358.169 +352.524 +355.949 +397.983 +421.632 +417.073 +390.366 +362.906 +350.458 +241.114 +146.639 +75.8579 +44.9063 +53.7787 +44.8848 +96.0839 +140.212 +189.764 +296.323 +302.643 +337.251 +386.237 +418.955 +379.908 +373.735 +342.698 +333.844 +378.12 +396.83 +393.156 +378.532 +381.897 +354.344 +241.205 +146.636 +75.8626 +44.9039 +53.7787 +44.8848 +101.268 +140.212 +189.764 +289.99 +296.215 +326.423 +388.665 +417.59 +378.38 +373.4 +341.45 +328.392 +374.325 +393.433 +393.307 +378.589 +377.864 +354.18 +241.142 +146.66 +78.509 +44.8848 +53.7787 +44.9099 +94.2546 +138.438 +197.46 +232.564 +259.727 +330.991 +386.733 +395.626 +373.307 +364.051 +332.376 +328.193 +352.676 +399.146 +410.407 +392.607 +359.803 +349.973 +241.286 +151.028 +82.8689 +44.8993 +53.7787 +44.8848 +97.5276 +163.144 +225.712 +231.721 +268.935 +265.29 +371.483 +408.781 +363.782 +362.8 +327.602 +322.994 +351.551 +372.31 +384.212 +361.384 +360.361 +333.082 +225.126 +142.948 +76.0384 +44.9099 +53.7786 +44.8848 +102.276 +166.909 +220.141 +289.442 +292.689 +326.543 +388.101 +417.157 +378.466 +373.102 +332.433 +326.86 +374.161 +376.051 +392.776 +378.362 +377.668 +354.112 +241.117 +146.686 +76.0273 +44.9032 +53.7787 +44.8848 +102.096 +140.212 +189.764 +289.635 +293.236 +323.172 +370.975 +404.102 +371.902 +366.306 +334.895 +313.559 +360.67 +396.344 +393.295 +378.506 +377.849 +354.166 +241.105 +146.626 +75.8422 +44.9099 +53.7786 +44.8848 +102.071 +140.212 +189.764 +289.975 +296.422 +326.5 +388.008 +417.386 +378.532 +373.145 +341.463 +330.802 +375.068 +396.51 +393.105 +384.481 +381.31 +354.171 +241.335 +146.823 +75.8704 +44.8848 +53.8038 +44.8847 +101.292 +140.237 +189.764 +289.984 +297.575 +337.385 +390.621 +421.625 +382.309 +373.049 +345.009 +333.154 +386.114 +401.34 +396.919 +382.05 +381.341 +354.439 +241.423 +146.989 +75.8549 +44.9099 +53.7787 +44.8848 +103.138 +170.498 +217.197 +289.498 +292.365 +327.319 +388.276 +421.3 +379.169 +373.536 +341.726 +328.741 +374.591 +391.22 +396.815 +382.274 +381.234 +354.037 +241.146 +146.694 +78.5137 +44.8848 +53.7787 +44.9099 +97.449 +138.438 +197.435 +232.567 +260.072 +327.253 +368.041 +390.076 +385.908 +386.323 +367.651 +366.767 +392.463 +425.967 +414.883 +395.786 +349.047 +331.196 +228.578 +146.247 +82.8927 +44.8848 +53.7787 +44.9099 +83.9561 +146.907 +205.634 +253.576 +294.932 +296.759 +401.74 +437.235 +399.376 +400.449 +369.995 +360.974 +364.466 +371.995 +380.352 +357.738 +356.621 +332.673 +223.709 +142.426 +76.0175 +75.7326 +44.8987 +53.7787 +44.8848 +102.143 +140.212 +189.764 +260.581 +291.501 +325.346 +387.834 +417.279 +380.381 +379.43 +347.634 +337.644 +390.01 +427.501 +396.952 +381.903 +381.271 +354.005 +241.364 +147.07 +75.8668 +44.9096 +53.7787 +44.8848 +102.199 +166.917 +216.252 +262.924 +291.974 +328.668 +389.638 +420.78 +381.537 +376.699 +346.09 +333.343 +390.132 +427.541 +396.527 +381.842 +381.079 +354.216 +241.349 +146.801 +75.8424 +44.9098 +53.7786 +44.8847 +101.32 +140.237 +189.764 +263.485 +296.06 +327.902 +390.723 +423.127 +383.084 +378.491 +347.652 +334.114 +390.343 +427.735 +396.763 +381.969 +381.294 +354.235 +241.227 +146.766 +75.8508 +44.888 +53.7787 +44.8848 +102.165 +140.212 +189.764 +263.178 +292.757 +325.816 +388.096 +417.862 +378.94 +373.622 +345.991 +334.019 +389.543 +424.007 +397.023 +382.385 +381.269 +354.047 +241.167 +146.67 +75.8456 +44.8848 +53.8038 +44.8847 +101.274 +140.212 +189.789 +251.659 +275.693 +310.268 +391.171 +417.725 +378.488 +373.596 +342.091 +335.176 +383.944 +424.105 +393.198 +378.619 +381.164 +354.248 +241.198 +146.732 +78.5179 +44.8847 +53.8039 +44.8847 +96.737 +138.463 +197.435 +210.395 +254.649 +330.385 +383.711 +399.409 +377.693 +368.214 +337.924 +334.579 +367.779 +436.877 +414.464 +396.146 +359.843 +350.168 +241.48 +151.227 +82.8508 +44.8848 +53.7788 +44.9099 +96.7123 +168.891 +223.936 +204.293 +265.045 +264.869 +371.103 +407.741 +364.053 +363.08 +327.584 +324.829 +357.654 +402.969 +383.956 +361.299 +360.076 +332.856 +223.721 +142.478 +76.0443 +44.8848 +53.7788 +44.91 +102.169 +140.212 +189.789 +263.246 +298.548 +326.393 +391.042 +420.43 +380.533 +373.457 +345.409 +335.032 +390.884 +427.581 +397.112 +381.975 +381.18 +353.903 +241.286 +146.733 +75.8414 +44.9099 +53.7787 +44.8848 +102.185 +140.212 +189.764 +261.298 +291.789 +325.868 +384.807 +417.544 +378.466 +373.422 +342.136 +329.931 +379.922 +424.079 +392.995 +381.982 +381.384 +354.171 +241.262 +146.942 +75.8373 +44.8848 +53.8039 +44.8847 +101.328 +170.674 +215.64 +260.921 +290.302 +325.502 +387.919 +417.882 +378.258 +374.297 +342.682 +329.685 +379.557 +423.78 +393.125 +378.506 +381.097 +354.107 +241.09 +146.668 +75.8527 +44.9099 +53.7786 +44.8848 +102.078 +140.212 +189.764 +261.727 +275.285 +320.853 +398.307 +448.532 +417.502 +403.05 +370.478 +359.85 +420.559 +466.184 +393.102 +378.594 +377.821 +354.414 +241.193 +146.697 +75.8544 +44.9098 +53.7786 +44.8848 +101.339 +140.237 +189.764 +263.725 +294.572 +327.443 +388.544 +423.213 +384.377 +377.076 +346.574 +335.505 +389.733 +427.551 +396.851 +382.079 +381.386 +354.127 +241.384 +146.942 +78.5283 +44.8847 +53.8039 +44.8847 +100.235 +168.953 +224.003 +204.596 +251.94 +330.004 +383.716 +399.377 +377.181 +368.156 +337.23 +333.094 +361.223 +435.667 +413.895 +396.138 +359.904 +350.199 +241.735 +151.604 +83.0095 +44.9098 +53.7786 +44.8848 +96.7537 +168.867 +223.918 +205.796 +267.214 +265.15 +371.778 +407.686 +363.635 +363.304 +330.079 +325.953 +360.545 +402.998 +384.024 +361.172 +360.097 +332.742 +223.825 +142.488 +76.0134 +44.8848 +53.8039 +44.8847 +101.374 +140.237 +189.764 +266.734 +295.742 +327.523 +389.508 +417.089 +380.409 +379.368 +350.333 +339.878 +391.245 +427.574 +396.75 +382.485 +381.318 +354.305 +241.407 +146.972 +75.8395 +44.9098 +53.7786 +44.8848 +101.384 +140.237 +189.764 +268.482 +296.204 +328.457 +390.214 +421.677 +382.274 +377.127 +346.543 +338.039 +391.211 +428.014 +396.85 +382.202 +381.802 +354.318 +241.665 +147.083 +75.8456 +44.8848 +53.8039 +44.8847 +102.183 +166.904 +216.219 +263.098 +292.262 +325.94 +388.293 +421.285 +381.989 +377.299 +345.558 +334.179 +386.704 +427.976 +397.096 +382.293 +381.713 +354.611 +241.994 +147.474 +75.8598 +44.8848 +53.7788 +44.91 +103.176 +170.621 +215.114 +263.242 +292.438 +328.102 +388.446 +421.087 +382.962 +376.871 +346.538 +334.352 +386.385 +428.079 +396.934 +382.329 +381.576 +354.696 +241.987 +147.492 +75.8478 +44.9099 +53.7787 +44.8848 +103.212 +170.713 +217.731 +263.738 +291.413 +325.758 +388.26 +420.779 +382.172 +377.506 +346.44 +334.226 +385.425 +427.576 +397.024 +382.581 +381.952 +354.413 +241.773 +147.442 +78.5284 +44.8847 +53.8038 +44.8847 +100.256 +168.953 +223.977 +205.273 +251.927 +329.864 +383.55 +395.483 +373.162 +363.98 +332.703 +329.353 +359.581 +432.05 +410.403 +393.972 +355.836 +349.424 +241.136 +150.86 +83.0634 +44.8878 +53.7787 +44.8848 +97.4958 +163.017 +225.671 +205.119 +265.961 +264.433 +358.903 +419.116 +379.594 +394.988 +347.817 +342.629 +353.812 +389.717 +365.475 +342.707 +341.628 +314.064 +210.74 +136.285 +76.4243 +44.9046 +53.7787 +44.8848 +101.025 +140.212 +189.764 +280.273 +308.395 +327.437 +369.482 +409.879 +378.399 +373.463 +348.03 +338.517 +384.058 +423.902 +392.954 +378.544 +381.259 +353.924 +241.198 +146.779 +75.8459 +44.8848 +53.8039 +44.8847 +102.088 +140.237 +189.764 +267.554 +297.443 +327.456 +388.501 +422.882 +383.282 +378.306 +346.639 +340.12 +391.017 +428.002 +397.13 +382.295 +381.679 +354.282 +242.006 +147.057 +75.8632 +44.8978 +53.7787 +44.8848 +104.898 +170.693 +217.745 +263.171 +293.459 +325.979 +388.337 +421.86 +382.774 +379.599 +347.626 +338.428 +387.848 +427.975 +396.72 +382.135 +381.369 +354.458 +241.652 +147.153 +75.8569 +44.8848 +53.7787 +44.9099 +103.131 +140.212 +189.764 +263.584 +296.425 +328.048 +393.023 +423.886 +384.851 +379.439 +349.463 +340.84 +387.936 +427.811 +396.959 +382.129 +381.341 +354.344 +241.307 +146.83 +75.8566 +44.9009 +53.7787 +44.8848 +102.155 +140.212 +189.764 +289.88 +289.905 +311.449 +386.394 +408.218 +364.008 +373.739 +348.208 +337.938 +391.26 +425.92 +394.168 +382.07 +381.427 +353.982 +241.21 +146.878 +78.3868 +44.8848 +53.8038 +44.8847 +100.289 +138.463 +197.435 +236.711 +258.82 +338.205 +384.771 +399.899 +377.095 +368.18 +337.834 +335.639 +367.964 +437.184 +414.431 +396.414 +359.79 +350.072 +241.509 +151.316 +82.857 +44.9014 +53.7787 +44.8848 +100.298 +168.974 +224.005 +232.147 +266.219 +268.37 +372.156 +408.944 +364.983 +364.441 +328.881 +326.631 +362.03 +403.719 +384.536 +361.932 +360.736 +333.559 +225.331 +143.339 +76.0083 +44.8848 +53.7788 +44.9099 +103.25 +170.675 +216.416 +290.249 +291.416 +327.258 +390.001 +422.432 +382.665 +377.272 +346.417 +333.88 +386.014 +428.087 +397.341 +382.425 +381.736 +354.498 +242.2 +147.813 +76.0295 +44.9038 +53.7787 +44.8848 +105.046 +170.803 +217.375 +289.894 +294.778 +328.094 +390.253 +422.284 +383.008 +378.188 +349.121 +337.487 +392.28 +428.435 +397.488 +382.695 +381.889 +354.322 +242.212 +147.762 +75.8664 +44.8848 +53.7787 +44.9099 +105.493 +166.83 +217.751 +290.091 +294.217 +326.752 +388.732 +422.575 +383.146 +378.461 +347.271 +338.375 +388.326 +428.281 +397.79 +382.955 +382.051 +355.179 +242.723 +148.33 +75.9092 +44.8848 +53.7787 +44.9099 +106.335 +168.06 +226.645 +291.3 +292.165 +326.598 +388.53 +421.715 +382.556 +377.095 +345.954 +334.104 +387.197 +428.691 +397.52 +383.381 +382.181 +355.171 +242.745 +148.124 +75.7316 +44.8848 +53.7787 +44.9099 +106.303 +168.042 +226.577 +291.776 +294.492 +326.54 +388.373 +421.707 +383.225 +378.265 +348.825 +338.806 +391.924 +427.902 +397.355 +382.623 +381.873 +354.184 +242.251 +147.55 +78.3869 +44.8848 +53.8038 +44.8847 +101.643 +166.334 +225.075 +232.36 +253.629 +330.563 +383.996 +399.449 +377.153 +367.954 +337.262 +334.208 +365.318 +437.967 +415.384 +396.981 +360.571 +350.754 +242.691 +152.783 +83.4252 +44.8847 +53.8039 +44.8847 +102.139 +174.966 +225.125 +234.014 +267.06 +266.052 +371.939 +408.69 +364.713 +364.506 +328.913 +326.282 +358.538 +403.645 +385.651 +363.171 +362.13 +334.652 +225.872 +144.881 +76.4398 +44.8848 +53.8039 +44.8847 +107.175 +168.096 +226.716 +291.959 +292.927 +328.537 +389.183 +421.732 +383.042 +378.112 +346.543 +334.499 +386.749 +428.832 +397.684 +383.924 +382.897 +355.354 +243.594 +149.03 +76.4627 +44.8878 +53.7787 +44.8848 +106.77 +178.48 +215.705 +290.945 +295.892 +327.247 +389.695 +421.3 +382.39 +376.96 +348.913 +338.721 +391.915 +427.968 +397.156 +382.858 +382.071 +353.96 +241.802 +147.282 +75.8519 +44.8848 +53.8039 +44.8847 +105.506 +166.971 +216.288 +289.373 +294.542 +328.29 +389.508 +420.559 +381.421 +377.75 +348.437 +338.301 +391.638 +427.634 +396.383 +381.878 +381.017 +353.581 +241.3 +146.813 +75.8381 +44.9098 +53.7786 +44.8847 +102.179 +140.237 +189.764 +289.835 +294.93 +328.272 +390.084 +422.829 +383.889 +377.936 +349.349 +340.087 +391.863 +427.863 +396.341 +382.131 +381.32 +353.975 +241.893 +147.082 +75.837 +44.8848 +53.7788 +44.91 +102.194 +140.212 +189.789 +293.793 +294.924 +328.441 +391.162 +421.387 +382.288 +376.492 +346.566 +335.462 +387.753 +428.111 +396.768 +382.21 +381.286 +353.803 +241.537 +147.156 +78.5465 +44.8875 +53.7787 +44.8848 +98.5526 +168.909 +223.959 +232.163 +253.541 +330.287 +383.777 +399.238 +377.081 +367.953 +337.14 +333.002 +364.262 +436.764 +413.346 +396.041 +359.61 +349.299 +242.509 +151.423 +82.833 +44.8848 +53.7788 +44.9098 +100.301 +168.976 +224.051 +232.408 +265.285 +265.029 +371.714 +407.695 +363.836 +363.947 +328.343 +325.12 +361.651 +403.648 +384.018 +361.591 +360.811 +333.104 +225.216 +143.127 +75.8363 +44.8848 +53.8039 +44.8847 +104.939 +170.57 +216.298 +289.374 +295.118 +330.71 +391.207 +421.769 +384.135 +379.187 +349.231 +339.767 +391.635 +427.536 +396.684 +382.01 +380.836 +354.307 +241.354 +147.193 +76.0022 +44.8847 +53.7788 +44.9099 +104.903 +170.696 +216.338 +289.841 +293.766 +326.671 +388.545 +421.393 +381.868 +376.909 +349.476 +340.297 +387.876 +428.089 +396.481 +382.064 +381.094 +353.933 +241.52 +147.288 +75.8446 +44.8848 +53.8038 +44.8847 +104.932 +170.763 +217.304 +289.646 +292.08 +328.024 +389.795 +422.637 +383.025 +378.132 +346.793 +337.855 +391.19 +427.625 +396.358 +382.06 +380.943 +353.189 +241.555 +146.977 +75.8731 +44.8848 +53.8038 +44.8847 +104.875 +170.692 +215.588 +289.46 +294.829 +326.711 +388.795 +421.657 +382.687 +376.92 +346.76 +338.034 +391.456 +427.851 +398.065 +383.005 +382.262 +353.083 +241.9 +147.633 +76.0201 +44.9028 +53.7787 +44.8848 +105.59 +166.384 +218.219 +290.388 +294.908 +327.054 +388.437 +421.088 +382.274 +376.845 +346.288 +336.604 +391.631 +428.203 +396.026 +382.434 +381.464 +353.339 +242.147 +147.78 +78.6844 +44.8872 +53.7787 +44.8848 +100.871 +164.614 +225.027 +232.436 +255.955 +330.562 +384.092 +398.931 +376.769 +367.843 +336.791 +333.468 +364.377 +436.498 +414.629 +394.685 +359.035 +350.215 +242.239 +151.235 +82.9945 +44.8848 +53.7787 +44.8848 +100.316 +168.958 +224.013 +232.049 +266.147 +265.256 +371.071 +407.447 +363.615 +364.03 +329.311 +326.002 +358.005 +403.207 +383.669 +360.945 +360.072 +332.563 +223.815 +142.541 +76.0563 +44.8853 +53.7787 +44.8848 +105.041 +170.654 +216.366 +290.088 +295.739 +328.051 +389.737 +422.23 +382.369 +377.312 +346.956 +337.707 +389.69 +428.693 +397.39 +383.161 +382.411 +354.729 +242.947 +148.672 +75.9303 +44.8848 +53.7788 +44.9098 +108.026 +169.346 +218.816 +291.115 +296.32 +327.015 +389.345 +421.836 +383.401 +377.991 +347.185 +335.261 +387.882 +428.607 +398.849 +383.278 +382.662 +355.23 +242.983 +148.694 +76.5293 +44.8847 +53.7787 +44.9099 +107.908 +168.083 +226.722 +292.621 +295.203 +326.943 +388.913 +421.548 +382.582 +377.521 +346.456 +335.152 +387.247 +428.945 +396.99 +383.274 +382.466 +355.286 +242.926 +148.574 +76.6341 +44.9099 +53.7787 +44.8848 +106.745 +176.603 +215.051 +291.56 +296.45 +328.543 +389.009 +421.825 +382.895 +377.304 +346.156 +335.753 +388.592 +428.864 +398.284 +383.231 +382.391 +355.557 +242.878 +148.484 +76.4412 +44.8847 +53.7788 +44.9099 +106.745 +178.408 +215.718 +290.49 +294.743 +326.056 +388.507 +421.338 +383.07 +377.317 +345.807 +337.277 +387.933 +428.16 +395.949 +382.473 +381.425 +355.216 +242.035 +147.727 +78.5167 +44.8848 +53.7787 +44.8848 +100.388 +169.022 +224.011 +232.996 +257.093 +330.958 +384.388 +399.241 +377.118 +367.589 +336.856 +334.414 +363.752 +437.153 +414.09 +395.877 +359.547 +349.75 +241.574 +151.629 +83.0206 +44.8847 +53.7787 +44.9098 +100.3 +168.977 +224.043 +233.047 +267.991 +265.735 +370.842 +407.637 +364.313 +363.235 +328.254 +325.776 +358.07 +404.068 +384.437 +361.495 +361.145 +333.203 +225.109 +143.843 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_p.csv new file mode 100644 index 0000000..12ff2ee --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_p.csv @@ -0,0 +1,8760 @@ +42.9682 +23.7222 +28.3971 +23.7219 +40.0438 +74.6109 +105.349 +135.129 +152.998 +150.842 +204.331 +222.716 +199.431 +199.624 +181.589 +180.572 +197.812 +221.498 +212.201 +200.414 +200.562 +186.384 +131.238 +88.9506 +39.3401 +23.7221 +28.3445 +23.7223 +43.0646 +75.8834 +101.837 +164.425 +167.846 +182.252 +212.778 +228.442 +207.848 +205.518 +190.181 +185.074 +212.444 +234.352 +219.022 +210.69 +211.259 +197.112 +140.209 +91.1881 +39.3435 +23.7524 +28.3665 +23.7222 +43.4557 +76.1556 +102.02 +164.676 +168.161 +182.32 +212.854 +228.677 +207.997 +205.564 +190.201 +186.831 +212.728 +234.675 +218.215 +210.928 +211.237 +197.48 +140.469 +91.4559 +39.6836 +23.7221 +28.3446 +23.7746 +44.0504 +76.8115 +102.629 +165.105 +166.283 +182.326 +213.382 +228.602 +208.008 +205.502 +189.899 +184.543 +212.681 +234.597 +218.681 +210.813 +211.333 +197.576 +140.446 +91.4121 +39.7144 +23.7221 +28.3446 +23.7749 +44.098 +76.7625 +102.227 +164.801 +167.262 +181.964 +213.104 +228.507 +207.976 +205.37 +189.611 +183.851 +210.399 +234.514 +219.163 +210.681 +211.522 +197.526 +140.507 +91.5369 +39.5735 +23.7221 +28.3445 +23.7223 +43.9103 +76.3864 +101.828 +165.064 +166.362 +182.182 +213.356 +228.429 +207.866 +205.397 +189.857 +183.697 +213.804 +234.366 +218.036 +210.685 +211.501 +197.331 +140.212 +91.092 +40.7581 +23.7564 +28.3442 +23.722 +41.2381 +75.4344 +106.032 +135.126 +147.111 +183.786 +210.773 +217.682 +205.308 +201.426 +185.942 +184.311 +201.076 +239.125 +227.845 +218.844 +199.788 +195.05 +140.424 +93.5541 +43.5394 +23.722 +28.3443 +23.7221 +42.1413 +76.0566 +107.139 +135.533 +152.89 +150.929 +203.995 +222.032 +199.498 +199.57 +181.888 +180.812 +198.077 +221.784 +212.027 +200.287 +200.709 +187.412 +131.47 +89.223 +39.9044 +23.7222 +28.3445 +23.7748 +44.256 +76.8407 +102.92 +164.959 +167.194 +182.472 +212.985 +228.649 +208.2 +205.571 +189.805 +184.253 +213.916 +234.663 +218.354 +210.878 +211.806 +198.123 +140.687 +91.6442 +39.8953 +23.7221 +28.3444 +23.7221 +44.5393 +77.5983 +103.118 +164.98 +166.398 +182.265 +212.608 +228.246 +207.729 +205.184 +189.341 +183.395 +212.143 +234.299 +218.473 +210.615 +211.672 +197.678 +140.086 +90.972 +39.363 +23.7473 +28.3442 +23.722 +42.6133 +73.3112 +99.3708 +164.378 +169.028 +183.638 +213.227 +228.756 +206.909 +204.596 +189.446 +183.699 +211.141 +232.412 +217.14 +209.991 +211.741 +197.758 +140.19 +91.274 +39.7082 +23.722 +28.3443 +23.7222 +45.3729 +78.4166 +104.184 +165.059 +166.57 +182.564 +213.684 +229.705 +208.772 +206.13 +190.308 +184.515 +208.943 +234.69 +220.07 +210.834 +211.877 +198.267 +140.561 +91.4816 +39.6347 +23.7223 +28.3972 +23.7219 +43.6847 +76.4981 +102.449 +164.862 +167.894 +182.096 +212.588 +228.643 +207.819 +205.469 +189.402 +183.23 +211.151 +234.281 +218.209 +210.585 +211.792 +197.889 +140.088 +90.9304 +40.7304 +23.7747 +28.3441 +23.7219 +40.1535 +72.3891 +103.357 +135.076 +146.388 +184.396 +210.873 +217.113 +205.433 +201.245 +185.27 +184.59 +201.499 +238.778 +228.809 +219.757 +199.996 +195.466 +140.064 +93.1949 +42.9846 +23.7222 +28.3444 +23.7222 +39.845 +74.6285 +105.48 +135.047 +151.742 +150.325 +204.276 +222 +199.293 +199.726 +181.598 +179.77 +195.146 +221.377 +212.6 +200.501 +200.45 +186.642 +131.084 +88.9145 +39.3454 +23.7222 +28.3444 +23.7222 +42.4626 +75.6884 +101.81 +164.491 +165.925 +181.93 +212.251 +228.389 +207.717 +205.304 +189.305 +186.109 +210.951 +234.236 +218.043 +210.519 +211.881 +198.045 +140.076 +90.9764 +39.339 +23.7222 +28.3444 +23.7222 +41.7355 +73.3592 +99.3708 +164.296 +168.154 +181.753 +212.626 +228.232 +207.968 +205.682 +191.096 +185.701 +210.69 +233.79 +216.644 +209.365 +211.538 +198.208 +140.012 +90.7933 +39.3466 +23.7249 +28.3943 +23.7219 +42.502 +73.3111 +99.378 +164.407 +168.02 +181.892 +212.495 +228.325 +207.894 +205.808 +190.544 +185.227 +210.431 +234.257 +218.898 +210.59 +212.106 +198.405 +140.123 +90.9983 +39.3577 +23.7692 +28.3442 +23.722 +42.9115 +75.9002 +101.817 +164.43 +167.309 +183.177 +212.325 +228.434 +207.811 +205.367 +189.558 +183.703 +212.016 +234.286 +219.613 +210.62 +212.176 +198.609 +140.087 +91.1256 +39.3693 +23.7221 +28.3443 +23.7221 +43.3805 +76.2061 +102.014 +164.473 +166.049 +182.174 +212.725 +228.359 +207.873 +205.43 +189.451 +184.486 +208.112 +234.259 +218.284 +210.68 +212.227 +198.824 +140.269 +91.2895 +40.746 +23.7221 +28.3443 +23.7221 +41.4563 +75.4793 +106.265 +135.219 +144.123 +184.585 +210.342 +217.85 +205.734 +201.227 +185.311 +183.572 +200.284 +238.816 +227.466 +219.899 +200.368 +196.294 +140.264 +93.2879 +43.0567 +23.7222 +28.3444 +23.7222 +40.5029 +75.1125 +105.754 +135.113 +151.768 +150.736 +204.047 +222.16 +199.421 +199.415 +181.266 +179.465 +195.755 +221.47 +211.763 +200.521 +200.463 +187.042 +131.083 +88.9208 +39.3753 +23.7221 +28.3443 +23.7221 +43.7393 +76.4133 +102.439 +164.774 +166.232 +182.527 +212.998 +228.728 +208.094 +205.84 +190.477 +183.893 +211.836 +234.747 +219.832 +211.07 +212.435 +199.673 +140.815 +91.6035 +40.198 +23.7704 +28.3442 +23.722 +45.7139 +78.3893 +103.737 +165.169 +166.206 +182.4 +212.879 +228.573 +208.039 +205.513 +189.607 +183.776 +208.175 +234.663 +220.189 +210.839 +212.429 +199.375 +140.698 +91.4644 +39.6779 +23.722 +28.3445 +23.7223 +43.9266 +76.7707 +102.481 +164.965 +166.573 +182.821 +212.99 +228.325 +208.088 +205.417 +189.665 +183.677 +209.079 +234.469 +218.667 +210.814 +212.339 +199.358 +140.668 +91.4523 +39.8032 +23.7221 +28.3443 +23.7221 +44.6482 +77.534 +102.854 +164.818 +166.999 +182.497 +212.725 +228.237 +208.944 +205.5 +189.668 +183.653 +210.725 +234.501 +218.857 +210.754 +212.366 +199.239 +140.59 +91.2617 +39.4723 +23.7576 +28.3613 +23.7219 +43.3809 +76.3026 +102.116 +164.681 +166.814 +182.376 +212.532 +227.968 +207.766 +205.608 +189.513 +183.491 +208.507 +234.434 +218.985 +210.714 +212.416 +199.112 +140.635 +91.3317 +40.8778 +23.7221 +28.3445 +23.7318 +41.7717 +76.1449 +106.925 +135.54 +144.049 +184.054 +210.418 +218.32 +206.292 +201.239 +185.634 +183.642 +199.937 +239.074 +227.874 +220.174 +200.63 +197.143 +140.709 +93.7365 +43.4258 +23.7513 +28.3678 +23.722 +41.7524 +76.0488 +106.509 +135.549 +151.39 +151.256 +204.511 +222.825 +199.318 +200.299 +181.562 +180.493 +196.641 +221.805 +213.033 +201.322 +200.801 +186.888 +131.392 +89.3221 +39.932 +23.7475 +28.3442 +23.7221 +44.596 +77.1099 +102.465 +165.002 +166.55 +182.347 +212.842 +228.449 +207.877 +205.4 +189.695 +183.404 +207.98 +234.804 +220.353 +211.089 +212.656 +199.645 +140.96 +91.5591 +39.7334 +23.7222 +28.3444 +23.7746 +44.0049 +77.0993 +102.771 +165.02 +167.169 +182.705 +212.91 +228.695 +208.273 +205.511 +189.925 +183.501 +208.671 +234.807 +220.36 +211.154 +212.893 +199.42 +140.83 +91.3413 +39.5555 +23.7222 +28.3444 +23.7222 +42.226 +73.3636 +99.3708 +164.334 +169.024 +183.374 +212.928 +228.825 +208.376 +205.309 +189.424 +184.87 +212.483 +234.152 +219.846 +210.594 +212.669 +199.117 +140.46 +91.1336 +39.3681 +23.7301 +28.3442 +23.722 +42.6325 +75.7962 +101.745 +164.46 +165.987 +182.061 +212.417 +228.274 +207.729 +205.401 +189.351 +183.237 +208.192 +234.423 +218.59 +210.726 +212.596 +199.226 +140.755 +91.2552 +39.3391 +23.7748 +28.3442 +23.722 +43.7055 +76.4142 +102.294 +164.864 +166.596 +182.166 +212.598 +228.556 +207.76 +205.511 +189.581 +183.37 +210.221 +234.279 +218.664 +210.704 +212.685 +199.083 +140.795 +91.2957 +40.8108 +23.7221 +28.3446 +23.7749 +41.6296 +75.9655 +106.572 +135.438 +144.206 +184.195 +210.438 +217.086 +206.22 +201.161 +185.439 +183.064 +195.659 +239.35 +228.818 +220.227 +201.049 +197.188 +140.837 +93.8397 +43.407 +23.722 +28.3443 +23.7221 +41.7958 +76.2119 +106.755 +135.742 +150.945 +150.536 +204.904 +223.042 +199.454 +199.444 +181.433 +179.688 +195.157 +222.038 +212.788 +201.448 +200.996 +187.221 +131.66 +89.5135 +40.3676 +23.7222 +28.3444 +23.7411 +45.8548 +78.3489 +104.21 +165.289 +168.232 +183.33 +213.089 +229.309 +208.428 +205.797 +189.905 +183.436 +207.497 +235.026 +219.635 +211.306 +213.102 +199.903 +141.351 +91.8812 +40.2476 +23.7221 +28.3444 +23.7889 +45.9531 +78.6271 +104.158 +151.389 +165.909 +182.541 +212.91 +228.927 +207.829 +205.308 +189.58 +183.363 +210.251 +234.608 +219.326 +210.922 +212.872 +199.349 +140.963 +91.4085 +40.1737 +23.7473 +28.3442 +23.722 +44.8751 +77.7917 +103.251 +151.105 +165.984 +182.498 +212.444 +228.628 +207.664 +205.298 +189.514 +182.984 +207.147 +220.725 +219.382 +210.832 +212.718 +199.581 +141.207 +91.6133 +39.7557 +23.7223 +28.3969 +23.7219 +44.0455 +76.8183 +102.222 +150.919 +165.823 +182.029 +212.259 +228.411 +207.578 +205.184 +189.367 +182.814 +206.232 +220.441 +219.417 +210.682 +212.787 +199.261 +140.924 +91.3648 +39.8262 +23.7223 +28.3972 +23.7219 +44.265 +77.1014 +102.669 +149.638 +165.549 +182.155 +212.382 +228.5 +207.566 +205.305 +189.414 +183.681 +208.065 +218.754 +219.605 +210.827 +212.946 +199.597 +141.104 +91.494 +40.9653 +23.7222 +28.3446 +23.7746 +41.3492 +76.0075 +106.669 +121.306 +143.852 +184.24 +210.391 +217.183 +205.917 +200.945 +185.797 +182.791 +195.212 +223.766 +228.787 +219.789 +200.845 +196.823 +140.311 +93.2222 +42.9454 +23.7747 +28.3442 +23.722 +40.2453 +74.7658 +105.508 +120.99 +150.625 +150.437 +204.992 +222.947 +199.614 +199.322 +181.385 +179.479 +194.678 +208.035 +213.084 +201.559 +200.911 +187.169 +131.459 +89.3245 +40.093 +23.7222 +28.3445 +23.7221 +46.0744 +78.4875 +104.304 +151.169 +167.275 +182.808 +212.645 +228.789 +207.972 +205.288 +189.64 +183.16 +208.975 +220.77 +220.17 +210.974 +212.836 +199.455 +141.09 +91.5081 +40.0588 +23.7221 +28.3444 +23.7222 +45.1838 +77.8137 +103.309 +150.796 +165.582 +182.308 +212.517 +228.519 +207.613 +205.287 +189.245 +182.561 +206.091 +217.983 +219.506 +210.531 +212.666 +198.998 +140.442 +90.8007 +39.3344 +23.7221 +28.3444 +23.7222 +42.4294 +73.3636 +99.3708 +150.127 +165.889 +182.27 +212.55 +228.787 +207.548 +205.295 +189.385 +182.803 +206.597 +219.157 +219.511 +210.634 +212.798 +199.108 +140.781 +91.2227 +39.3396 +23.7221 +28.3445 +23.7223 +43.6445 +76.1925 +102.223 +150.285 +165.412 +182.266 +212.348 +228.611 +207.616 +205.346 +189.289 +183.18 +208.057 +219.722 +219.552 +210.704 +212.832 +199.143 +140.793 +91.2486 +39.3345 +23.7222 +28.3444 +23.7222 +42.8143 +75.904 +101.6 +150.194 +165.118 +181.92 +212.799 +228.268 +207.735 +205.227 +189.398 +183.123 +206.2 +218.945 +219.472 +210.642 +212.743 +199.104 +140.625 +91.1074 +40.729 +23.722 +28.3445 +23.7223 +40.0749 +74.7698 +105.559 +120.909 +144.03 +184.275 +210.359 +217.066 +205.845 +200.822 +185.022 +182.754 +195.092 +222.645 +229.12 +219.822 +200.92 +196.833 +140.381 +93.3927 +42.9578 +23.7745 +28.3442 +23.722 +40.203 +74.7939 +105.509 +120.387 +150.148 +149.897 +204.571 +222.931 +199.52 +199.337 +181.155 +180.317 +195.655 +207.525 +212.513 +201.002 +200.341 +186.572 +130.841 +88.5998 +39.3495 +23.7747 +28.3442 +23.722 +43.6711 +75.9327 +101.943 +149.974 +165.19 +182.036 +212.163 +228.649 +207.77 +205.253 +189.327 +182.624 +206.147 +219.432 +219.391 +210.768 +212.944 +199.438 +141.04 +91.5067 +39.9856 +23.7223 +28.3444 +23.7747 +45.2455 +78.204 +103.791 +149.306 +165.741 +182.583 +212.811 +228.934 +207.625 +205.512 +189.848 +183.623 +206.929 +217.956 +219.755 +211.061 +212.944 +199.512 +141.128 +91.4833 +40.1047 +23.7221 +28.397 +23.7219 +44.7126 +77.6145 +103.272 +150.215 +165.197 +181.873 +212.121 +228.28 +206.321 +202.801 +187.684 +182.522 +205.419 +215.089 +215.585 +207.048 +210.167 +197.824 +140.422 +90.8154 +39.3369 +23.7223 +28.3446 +23.7747 +42.408 +73.311 +100.709 +149.943 +167.132 +182.416 +212.224 +228.417 +207.769 +205.293 +189.331 +182.763 +208.425 +219.283 +219.262 +210.678 +212.752 +199.105 +140.765 +91.2886 +39.6336 +23.7416 +28.3442 +23.7221 +43.9826 +76.5574 +102.152 +148.405 +165.302 +182.062 +212.536 +228.595 +207.679 +205.421 +189.313 +182.86 +206.25 +217.551 +219.161 +210.703 +212.686 +199.199 +140.864 +91.4319 +41.1232 +23.722 +28.3443 +23.7221 +41.9973 +76.164 +106.854 +120.236 +143.299 +183.99 +210.44 +217.456 +206.175 +201.047 +185.366 +183.179 +195.178 +221.854 +228.803 +220.096 +200.817 +196.926 +140.588 +93.6584 +43.4523 +23.7264 +28.3442 +23.722 +41.6628 +75.9758 +106.495 +119.663 +150.349 +150.467 +204.689 +222.866 +199.4 +199.43 +181.248 +179.182 +193.865 +205.929 +212.402 +200.88 +200.584 +186.599 +131.136 +88.9702 +39.349 +23.7222 +28.3444 +23.7222 +43.0979 +75.8834 +102.076 +149.168 +165.02 +181.813 +212.37 +228.3 +207.692 +205.231 +189.235 +182.897 +206.163 +218.302 +218.683 +210.796 +212.727 +199.375 +140.84 +91.376 +39.3378 +23.7222 +28.3972 +23.7221 +43.9704 +76.4284 +102.066 +148.591 +165.503 +182.283 +212.513 +228.343 +207.629 +205.351 +189.357 +182.715 +206.274 +216.061 +218.48 +210.627 +212.597 +199.176 +140.699 +91.2449 +39.4058 +23.7637 +28.3442 +23.722 +43.2739 +76.1344 +101.989 +148.48 +165.359 +182.026 +212.288 +228.39 +207.67 +205.185 +189.284 +182.667 +205.999 +216.139 +219.854 +210.574 +212.629 +199.15 +140.431 +91.063 +39.476 +23.7221 +28.3443 +23.7221 +43.2923 +75.9183 +101.75 +147.88 +164.949 +181.746 +212.068 +228.147 +207.562 +205.097 +189.223 +182.433 +205.912 +215.434 +219.575 +210.551 +212.589 +199.085 +140.432 +91.0928 +39.3391 +23.7221 +28.3444 +23.7223 +42.0603 +75.328 +101.316 +149.004 +165.018 +181.742 +212.27 +228.177 +207.752 +205.144 +189.372 +182.858 +206.293 +216.979 +219.635 +210.802 +212.726 +199.417 +140.855 +91.4699 +40.8767 +23.7223 +28.3751 +23.744 +41.0413 +75.3136 +106.019 +120.093 +143.524 +183.909 +210.369 +218.164 +206.269 +200.718 +185.418 +182.727 +195.221 +223.824 +227.747 +219.988 +200.568 +196.706 +140.534 +93.6173 +43.4424 +23.7221 +28.3445 +23.7223 +40.7988 +75.3497 +106.065 +119.634 +150.582 +150.455 +204.556 +222.598 +199.37 +199.517 +181.185 +179.164 +193.707 +204.585 +212.66 +201.034 +200.747 +187.827 +131.44 +89.3091 +39.6687 +23.7219 +28.3442 +23.7221 +43.8829 +76.5914 +102.445 +148.378 +165.57 +182.425 +212.816 +228.287 +208.193 +205.365 +189.573 +183.231 +206.905 +216.083 +219.123 +210.83 +212.467 +199.579 +140.833 +91.5609 +39.6271 +23.7222 +28.3445 +23.7749 +43.7586 +76.4444 +102.245 +148.405 +165.579 +182.352 +212.824 +228.101 +207.794 +205.271 +189.531 +182.885 +206.697 +215.278 +218.694 +210.756 +212.397 +199.327 +140.674 +91.4017 +39.466 +23.7666 +28.3442 +23.722 +43.1275 +75.9022 +101.838 +148.146 +164.97 +181.693 +212.192 +227.969 +205.813 +203.925 +189.122 +182.507 +205.85 +214.774 +218.167 +210.545 +212.307 +198.973 +140.221 +91.0747 +39.3338 +23.7222 +28.3443 +23.7221 +41.5012 +73.3637 +99.3707 +149.882 +164.89 +181.878 +212.182 +227.842 +206.153 +204.337 +189.077 +182.905 +205.724 +218.865 +217.757 +208.771 +211.107 +198.892 +140.133 +90.8221 +39.335 +23.722 +28.3445 +23.7223 +41.9778 +73.3111 +99.3707 +149.505 +165.699 +181.885 +212.129 +227.897 +206.939 +204.249 +189.243 +182.731 +206.146 +218.936 +217.888 +208.525 +210.464 +198.755 +140.024 +90.722 +40.7288 +23.7747 +28.3442 +23.722 +39.0625 +72.389 +103.357 +120.381 +143.757 +183.448 +210.012 +217.209 +205.341 +200.739 +185.182 +182.959 +195.589 +221.943 +227.374 +217.976 +199.054 +195.428 +140.041 +92.929 +23.7222 +28.3771 +23.7421 +38.5809 +73.4038 +104.239 +131.883 +148.984 +150.324 +203.958 +220.891 +197.975 +196.32 +178.928 +175.613 +190.035 +199.293 +191.466 +198.244 +198.266 +185.962 +130.681 +88.4894 +39.3331 +23.722 +28.3444 +23.7222 +40.8543 +73.7718 +99.9863 +164.265 +166.656 +181.753 +212.178 +228.031 +205.85 +202.977 +187.527 +182.513 +205.769 +211.244 +199.822 +207.498 +209.092 +195.904 +137.428 +90.1269 +39.3708 +23.7299 +28.3442 +23.722 +40.1287 +73.8418 +100.194 +161.805 +161.942 +178.744 +209.849 +261.839 +266.824 +272.157 +246.497 +228.595 +247.165 +255.754 +236.927 +233.012 +225.808 +196.416 +136.726 +87.2705 +39.3752 +23.7221 +28.3443 +23.7221 +42.2922 +75.3752 +102.205 +160.922 +162.233 +180.759 +235.461 +277.002 +275.193 +272.375 +254.76 +238.885 +261.285 +275.232 +260.171 +251.48 +251.168 +210.784 +136.817 +87.4126 +40.7543 +23.7222 +28.3443 +23.7221 +52.1654 +75.8953 +102.042 +161.618 +162.34 +178.439 +209.366 +226.031 +205.197 +202.641 +197.546 +189.54 +202.716 +209.7 +196.79 +207.592 +208.951 +195.167 +137.431 +88.4437 +39.3672 +23.7219 +28.3443 +23.7221 +40.7076 +74.2721 +100.647 +149.126 +164.625 +180.182 +210.224 +225.237 +204.85 +202.343 +186.227 +182.393 +205.406 +211.627 +196.069 +208.775 +210.133 +197.704 +139.955 +90.7906 +40.733 +23.7745 +28.3442 +23.722 +39.4979 +72.389 +103.735 +121.179 +143.74 +184 +210.333 +217.039 +205.203 +200.971 +185.064 +182.645 +194.325 +216.624 +208.559 +219.761 +200.059 +195.496 +139.983 +93.1558 +42.9698 +23.722 +28.3445 +23.7223 +39.4349 +74.0327 +104.906 +121.103 +150.705 +150.94 +204.619 +222.302 +199.394 +199.352 +181.175 +178.979 +193.311 +203.037 +194.45 +200.324 +200.46 +186.489 +131.143 +88.9719 +39.3713 +23.7466 +28.3442 +23.722 +43.2813 +76.0799 +101.824 +150.64 +165.865 +181.432 +212.31 +228.225 +207.754 +205.147 +189.1 +182.345 +205.524 +212.618 +198.894 +210.563 +211.795 +197.848 +140.161 +91.1731 +39.3364 +23.7221 +28.3591 +23.76 +43.1011 +75.9753 +101.72 +150.516 +165.447 +181.865 +212.414 +228.452 +207.767 +205.051 +189.151 +182.479 +205.404 +212.64 +199.485 +210.521 +211.748 +197.722 +140.072 +91.0313 +39.3363 +23.7221 +28.3445 +23.7223 +41.2185 +73.311 +99.3706 +150.059 +164.949 +179.281 +210.983 +225.002 +204.657 +202.509 +186.16 +179.427 +202.328 +210.448 +196.59 +207.312 +208.352 +195.285 +139.069 +90.7343 +39.3411 +23.7221 +28.3972 +23.7219 +41.2441 +73.6173 +100.002 +150.143 +165.731 +181.481 +212.116 +228.302 +207.637 +205.244 +189.481 +182.509 +205.496 +212.337 +198.684 +210.624 +211.712 +197.759 +140.328 +91.1844 +39.3397 +23.7746 +28.3442 +23.722 +42.5638 +75.6002 +101.472 +149.894 +165.329 +181.535 +212.436 +228.294 +207.623 +205.177 +189.349 +182.536 +205.416 +212.232 +199.011 +210.643 +211.674 +197.678 +140.29 +91.2318 +40.7308 +23.7222 +28.3969 +23.7219 +40.1485 +74.7925 +105.671 +120.27 +143.379 +183.266 +210.357 +217.895 +205.278 +201.099 +185.049 +182.873 +194.656 +217.218 +207.771 +218.744 +199.716 +195.037 +140.109 +93.1882 +42.9665 +23.7222 +28.3969 +23.7219 +39.9163 +74.6087 +105.336 +120.151 +151.308 +150.167 +203.789 +222.271 +199.246 +199.172 +181.113 +178.872 +193.227 +202.157 +193.328 +200.066 +200.507 +187.228 +131.226 +89.1197 +39.3693 +23.7221 +28.3443 +23.7221 +42.5523 +75.4686 +101.793 +149.391 +165.208 +181.6 +212.486 +228.213 +207.743 +205.187 +189.462 +182.729 +205.485 +212.213 +197.927 +210.663 +211.372 +197.372 +140.247 +91.1795 +39.3475 +23.7222 +28.3969 +23.7219 +42.7697 +75.6443 +101.322 +149.332 +164.875 +181.34 +212.119 +228.188 +207.571 +205.101 +189.056 +182.413 +205.186 +212.409 +196.129 +194.685 +211.313 +197.176 +139.984 +91.0966 +39.3488 +23.7221 +28.3498 +23.7697 +41.8719 +75.0275 +101.213 +148.643 +164.793 +181.217 +212.035 +227.781 +205.492 +202.751 +187.345 +182.389 +205.392 +212.292 +196.846 +195.997 +211.18 +197.086 +139.916 +90.7402 +39.3473 +23.7747 +28.3442 +23.722 +41.4779 +73.311 +99.4429 +150.313 +166.385 +181.879 +212.415 +228.384 +206.483 +203.504 +189.018 +182.208 +205.686 +212.903 +197.92 +194.887 +209.121 +196.252 +139.853 +90.7482 +39.3421 +23.7222 +28.3969 +23.7219 +41.2369 +73.311 +99.5357 +150.252 +165.767 +180.974 +212.065 +228.35 +205.984 +203.04 +187.477 +182.472 +205.476 +211.636 +195.814 +194.457 +209.223 +196.538 +139.873 +90.8084 +40.7274 +23.7221 +28.3766 +23.7425 +38.939 +73.8851 +105.16 +119.623 +142.739 +183.588 +210.786 +215.441 +204.384 +199.801 +183.525 +181.673 +194.603 +217.027 +206.662 +201.982 +197.728 +193.944 +139.915 +93.0588 +42.9519 +23.7221 +28.3806 +23.7386 +38.4361 +73.2173 +104.365 +117.696 +146.558 +150.527 +203.593 +221.998 +199.251 +199.19 +180.966 +178.635 +193.066 +202.221 +193.473 +185.132 +200.334 +186.65 +130.912 +88.7168 +39.3641 +23.7221 +28.3443 +23.7221 +41.3882 +74.595 +100.759 +148.117 +164.289 +181.26 +212.776 +228.575 +206.387 +203.374 +187.283 +180.351 +203.945 +210.925 +196.099 +193.597 +208.807 +196.35 +139.891 +90.8478 +39.3386 +23.7222 +28.3444 +23.7222 +40.4717 +73.3636 +100.266 +149.142 +163.614 +181.067 +212.106 +228.092 +207.228 +205.322 +189.571 +182.816 +205.618 +212.857 +197.416 +195.664 +210.878 +198.004 +140.126 +91.016 +39.3402 +23.7222 +28.3444 +23.7222 +42.438 +75.4793 +101.444 +148.029 +163.88 +181.23 +212.414 +227.585 +206.148 +203.954 +189.046 +182.386 +205.335 +212.434 +196.9 +194.016 +210.891 +197.834 +140.019 +90.966 +39.337 +23.7222 +28.3444 +23.7222 +41.5107 +74.7234 +100.586 +148.084 +163.295 +181.289 +212.514 +227.472 +204.692 +202.168 +186.105 +179.4 +202.382 +209.51 +193.575 +191.95 +208.703 +197.572 +139.851 +90.8404 +39.3393 +23.7221 +28.3444 +23.7223 +40.6088 +73.4542 +99.8596 +145.825 +159.824 +177.965 +209.233 +226.72 +218.791 +217.374 +195.139 +180.661 +204.413 +211.322 +199.714 +195.369 +214.043 +194.39 +136.63 +87.2453 +40.7328 +23.7748 +28.3441 +23.722 +38.8221 +73.6805 +105.055 +115.717 +140.415 +181.201 +207.992 +227.735 +217.801 +224.963 +201.619 +190.052 +195.911 +215.805 +213.527 +210.589 +198.616 +191.487 +136.583 +89.5433 +43.088 +23.7222 +28.3444 +23.7222 +39.6443 +76.4704 +108.408 +115.474 +146.71 +146.689 +201.224 +219.712 +196.664 +196.504 +178.767 +175.939 +190.304 +199.226 +191.123 +182.557 +197.921 +184.556 +130.5 +88.4563 +39.3449 +23.7222 +28.3445 +23.7223 +40.5159 +73.8495 +100.135 +149.806 +163.243 +180.994 +212.069 +227.127 +205.599 +203.222 +189.244 +182.534 +205.621 +212.59 +197.82 +196.478 +210.924 +196.884 +140.038 +90.8885 +39.3425 +23.7222 +28.3445 +23.7223 +42.1031 +73.311 +100.052 +148.142 +163.061 +181.076 +212.1 +228.135 +206.283 +202.739 +189.121 +182.317 +205.382 +212.341 +195.148 +192.034 +209.167 +196.759 +139.949 +90.7804 +39.3395 +23.7747 +28.3441 +23.722 +40.9228 +73.311 +99.6789 +149.735 +163.336 +180.657 +211.458 +226.038 +204.512 +202.029 +187.144 +181.495 +205.193 +212.176 +194.376 +195.719 +210.315 +196.555 +140.008 +90.8772 +39.3383 +23.7221 +28.3445 +23.7749 +41.8669 +73.3111 +99.7465 +147.479 +162.66 +181.233 +212.248 +228.359 +206.158 +202.98 +188.697 +182.304 +205.199 +212.261 +195.469 +193.123 +210.889 +196.488 +140.055 +90.9352 +39.3392 +23.7221 +28.3446 +23.7749 +41.7401 +73.3111 +99.4928 +149.738 +164.176 +181.721 +212.209 +228.383 +207.533 +205.27 +189.111 +182.528 +205.649 +211.185 +194.749 +192.355 +207.715 +195.559 +139.6 +90.8653 +40.7325 +23.722 +28.3444 +23.7222 +39.5593 +72.4416 +104.246 +120.001 +142.731 +183.963 +210.221 +217.271 +205.579 +200.962 +185.061 +182.537 +194.662 +217.733 +208.066 +203.738 +199.733 +194.891 +140.127 +93.2164 +42.9643 +23.7748 +28.3442 +23.722 +41.0003 +75.0015 +105.755 +119.218 +150.22 +150.303 +204.336 +222.378 +199.325 +199.275 +180.918 +178.766 +193.063 +202.087 +193.394 +184.614 +200.455 +186.821 +131.19 +88.9968 +39.3737 +23.7222 +28.3443 +23.7222 +42.1401 +75.1969 +101.258 +147.464 +162.708 +181.213 +212.119 +228.189 +207.762 +205.129 +189.081 +182.319 +205.184 +212.036 +195.86 +195.114 +210.827 +197.262 +140.053 +90.8682 +39.3475 +23.7222 +28.3444 +23.7222 +41.5737 +73.311 +99.3708 +148.009 +162.849 +181.078 +212.104 +228.132 +205.944 +203.049 +188.159 +180.833 +202.262 +209.212 +193.92 +189.651 +209.129 +197.245 +139.946 +90.7896 +39.347 +23.7221 +28.3445 +23.7749 +41.0329 +73.3111 +99.6905 +147.347 +163.122 +181.922 +213.166 +225.807 +205.148 +202.615 +186.464 +179.629 +202.49 +209.573 +194.207 +189.008 +207.903 +193.941 +137.735 +89.8634 +39.3386 +23.7222 +28.3445 +23.7748 +40.2948 +74.1299 +100.354 +146.104 +159.752 +178.521 +209.395 +225.77 +208.732 +202.444 +186.244 +179.63 +202.567 +209.346 +193.78 +190.237 +208.432 +195.559 +139.711 +90.7371 +39.3383 +23.7221 +28.3446 +23.7749 +40.4169 +74.3739 +86.1799 +147.198 +162.688 +180.343 +211.154 +225.833 +205.023 +202.423 +186.188 +179.522 +202.428 +209.315 +193.708 +189.19 +208.426 +195.396 +139.92 +90.748 +40.735 +23.7221 +28.3971 +23.7219 +37.9943 +73.087 +90.0033 +118.735 +142.912 +183.491 +209.796 +214.939 +203.118 +198.482 +182.332 +179.833 +191.504 +213.954 +202.666 +196.081 +197.214 +192.79 +138.189 +93.0087 +42.9878 +23.7222 +28.3445 +23.7223 +38.1723 +73.3625 +91.1766 +115.665 +146.649 +149.783 +201.403 +219.735 +196.561 +196.44 +178.125 +175.816 +190.331 +199.574 +194.516 +182.064 +198.14 +186.6 +130.837 +88.5193 +39.3456 +23.7222 +28.3446 +23.7749 +40.5123 +74.7237 +87.1088 +147.343 +163.996 +182.244 +213.421 +227.953 +205.095 +202.464 +186.718 +180.625 +203.459 +209.951 +194.133 +189.639 +208.848 +196.091 +139.941 +90.8131 +39.3382 +23.7222 +28.3445 +23.7223 +40.3503 +73.549 +85.8796 +149.06 +163.311 +181.653 +212.452 +228.351 +206.182 +202.812 +187.068 +182.875 +205.482 +210.964 +195.075 +189.179 +209.171 +197.357 +139.979 +90.8152 +39.3439 +23.7222 +28.3971 +23.7219 +40.8486 +73.311 +86.3189 +147.205 +163.074 +180.257 +211.307 +225.631 +205.079 +202.351 +186.353 +179.521 +202.399 +209.511 +195.593 +191.403 +207.876 +195.017 +138.776 +90.7172 +39.3447 +23.7221 +28.3445 +23.7749 +40.3806 +74.6117 +86.0972 +147.908 +160.962 +178.609 +209.856 +225.431 +204.837 +202.259 +186.041 +180.759 +203.594 +210.704 +196.446 +192.348 +208.649 +195.579 +138.966 +90.7007 +39.3431 +23.7748 +28.3442 +23.722 +40.2011 +74.4812 +86.2734 +147.584 +160.558 +179.636 +212.399 +226.882 +204.829 +203.098 +187.829 +181.408 +205.882 +211.428 +197.501 +191.273 +208.444 +195.743 +139.948 +90.7905 +40.7349 +23.7222 +28.3444 +23.7222 +38.2436 +72.4417 +89.9018 +119.532 +141.305 +182.547 +210.32 +216.406 +202.669 +198.212 +182.002 +180.902 +193.585 +217.058 +205.242 +199.071 +198.287 +192.987 +139.133 +92.9557 +42.9794 +23.7698 +28.3442 +23.722 +37.7258 +72.6409 +90.5631 +116.124 +146.171 +149.821 +204.14 +221.798 +198.823 +196.441 +178.669 +175.859 +190.15 +199.314 +190.084 +181.097 +198.198 +186.168 +130.81 +88.5159 +39.3416 +23.7221 +28.3445 +23.7223 +40.4193 +74.2024 +85.5538 +147.55 +163.779 +180.287 +210.939 +225.701 +205.204 +202.322 +186.231 +179.486 +202.537 +209.421 +193.573 +187.875 +207.982 +195.258 +139.939 +90.7336 +39.3819 +23.7222 +28.3443 +23.7221 +40.1124 +74.2767 +86.1805 +147.829 +160.739 +178.388 +209.397 +225.729 +207.857 +202.556 +186.541 +179.787 +202.868 +209.874 +195.721 +192.566 +208.076 +194.347 +137.929 +89.988 +39.3508 +23.7747 +28.3441 +23.722 +40.5495 +74.0516 +85.1481 +147.279 +160.793 +179.678 +210.134 +225.295 +204.905 +202.36 +186.307 +179.472 +202.488 +209.887 +193.595 +188.067 +207.969 +195.259 +138.62 +90.6965 +39.3478 +23.7711 +28.3478 +23.722 +40.3709 +73.9263 +84.5299 +146.982 +161.164 +178.577 +209.721 +225.709 +205.03 +202.637 +186.409 +179.533 +202.527 +209.416 +194.749 +191.21 +208.064 +194.288 +137.429 +89.2969 +39.3758 +23.7503 +28.3442 +23.722 +40.7939 +74.374 +86.8577 +145.29 +159.949 +178.543 +209.647 +225.939 +212.057 +210.586 +186.339 +179.638 +202.603 +209.328 +193.734 +189.711 +207.895 +194.863 +138.852 +90.7352 +40.729 +23.7222 +28.3445 +23.7223 +37.9293 +73.0018 +88.9935 +118.578 +141.405 +182.878 +209.056 +214.97 +202.848 +198.11 +182.088 +180.128 +191.454 +213.754 +203.142 +195.636 +197.511 +193.037 +138.768 +93.0007 +42.9838 +23.7221 +28.3446 +23.7746 +37.7631 +73.4563 +89.5029 +115.055 +147.067 +149.036 +202.981 +219.722 +196.646 +196.498 +178.19 +175.827 +190.219 +199.253 +190.466 +180.041 +197.25 +185.182 +130.801 +88.5089 +39.3454 +23.7221 +28.3444 +23.7222 +40.3939 +74.3453 +84.4195 +147.156 +163.586 +182.092 +213.013 +225.593 +204.878 +202.567 +186.278 +179.46 +202.365 +209.256 +193.777 +189.096 +208.026 +195.089 +138.297 +90.7168 +39.3444 +23.7222 +28.3446 +23.7749 +40.0329 +74.4645 +85.6583 +146.285 +160.796 +178.178 +209.303 +226.647 +213.457 +209.525 +188.293 +181.999 +205.774 +212.632 +200.132 +197.127 +212.985 +194.54 +137.469 +88.5259 +39.3588 +23.7635 +28.3442 +23.722 +41.2375 +74.5445 +86.9439 +144.773 +160.202 +179.723 +223.616 +269.404 +265.185 +278.082 +257.721 +245.311 +263.01 +271.227 +201.848 +197.294 +209.09 +194.659 +136.906 +87.2794 +39.9116 +23.7404 +28.3442 +23.722 +43.1838 +75.6032 +88.2091 +145.12 +160.778 +179.166 +210.344 +225.621 +205.112 +202.809 +187.626 +180.966 +204.417 +212.509 +198.118 +192.664 +208.173 +195.289 +137.946 +90.74 +39.3421 +23.7221 +28.3445 +23.7223 +40.3784 +73.9597 +86.1471 +147.517 +161.436 +180.155 +210.53 +225.316 +205.061 +202.436 +187.419 +180.113 +202.422 +209.357 +194.056 +187.458 +208.018 +195.34 +137.863 +90.3111 +40.7294 +23.7221 +28.3445 +23.7223 +37.91 +72.7831 +88.758 +119.034 +140.417 +181.467 +208.344 +223.465 +224.556 +230.268 +210.178 +214.652 +229.869 +242.2 +239.024 +228.376 +212.571 +198.391 +141.526 +89.7307 +44.6198 +23.7747 +28.3442 +23.722 +42.7285 +82.1116 +100.787 +116.148 +146.871 +146.877 +206.754 +238.959 +243.931 +260.49 +244.539 +243.565 +255.445 +202.184 +219.745 +179.779 +197.58 +183.611 +127.786 +86.7325 +39.3415 +23.7222 +28.3445 +23.7223 +41.4784 +74.4875 +85.679 +143.658 +160.569 +178.65 +209.92 +225.956 +215.104 +210.146 +186.919 +180.689 +204.537 +211.702 +197.819 +187.892 +208.16 +194.314 +137.022 +88.9732 +39.3457 +23.7223 +28.3972 +23.7219 +40.9438 +74.4146 +85.913 +143.603 +160.247 +178.954 +209.865 +231.436 +223.849 +230.351 +213.419 +212.875 +231.062 +240.969 +225.201 +216.08 +228.562 +200.998 +136.95 +87.3689 +40.2909 +23.7326 +28.3442 +23.722 +43.8422 +76.0639 +90.0505 +150.12 +166.806 +190.024 +217.753 +227.451 +219.347 +217.21 +189.533 +182.067 +207.389 +210.621 +194.489 +192.866 +208.283 +194.387 +136.555 +88.1907 +39.3412 +23.7221 +28.3444 +23.7222 +41.5307 +74.4614 +86.257 +145.707 +160.77 +178.916 +210.09 +225.329 +204.873 +202.42 +186.392 +179.395 +202.473 +209.549 +194.124 +189.59 +207.995 +195.235 +137.942 +90.7035 +39.343 +23.7747 +28.3442 +23.722 +40.2865 +73.9171 +85.8573 +146.158 +161.321 +178.916 +209.917 +225.892 +205.344 +202.681 +186.441 +179.605 +202.626 +209.394 +193.58 +190.015 +208.041 +194.305 +137.72 +90.3441 +40.7299 +23.7223 +28.3969 +23.7219 +37.9189 +73.0951 +88.9371 +117.56 +140.143 +181.441 +208.1 +215.133 +204.284 +201.922 +190.132 +186.913 +204.424 +217.329 +208.255 +204.381 +201.388 +202.514 +140.946 +89.642 +44.1645 +23.7396 +28.3442 +23.7221 +40.5082 +77.3676 +93.4317 +115.418 +147.168 +147.61 +201.668 +221.143 +205.389 +204.519 +186.763 +182.223 +197.045 +203.331 +193.1 +180.628 +183.715 +183.716 +127.518 +86.0537 +39.3419 +23.7222 +28.3445 +23.7223 +41.3995 +74.4185 +84.7552 +144.773 +160.668 +179.014 +209.972 +226.097 +207.102 +203.664 +186.894 +180.609 +205.04 +215.53 +199.522 +189.767 +193.854 +194.43 +136.587 +89.0215 +39.3672 +23.722 +28.3443 +23.7221 +40.9561 +74.1737 +84.771 +143.939 +160.613 +183.362 +219.544 +253.846 +244.446 +245.341 +229.247 +218.597 +243.759 +253.742 +242.852 +233.133 +231.046 +219.458 +150.3 +105.882 +43.9017 +23.7222 +28.3445 +23.7749 +48.0556 +78.5309 +90.4941 +146.618 +161.147 +178.964 +209.708 +225.922 +205.402 +202.716 +186.529 +179.856 +202.822 +209.954 +195.505 +189.631 +194.302 +194.462 +137.072 +88.6189 +39.3412 +23.7595 +28.3596 +23.7219 +40.6547 +74.3311 +86.2275 +146.885 +159.743 +178.471 +209.621 +232.879 +220.214 +222.853 +195.414 +180.862 +202.952 +210.05 +195.569 +190.448 +194.301 +194.6 +136.724 +87.2718 +39.3802 +23.7319 +28.3442 +23.722 +41.3187 +74.9085 +86.3097 +143.916 +160.19 +179.09 +211.709 +240.869 +234.898 +230.656 +217.731 +204.669 +230.469 +240.083 +227.977 +211.915 +207.468 +194.625 +136.776 +87.3234 +40.8038 +23.7222 +28.3444 +23.7222 +39.0919 +73.5707 +89.7064 +115.798 +140.602 +181.832 +209.997 +235.355 +228.215 +230.831 +210.472 +206.989 +220.859 +237.138 +224.902 +215.554 +188.876 +192.535 +136.928 +89.5713 +43.3865 +23.7681 +28.3442 +23.722 +42.1913 +81.3702 +100.853 +115.936 +147.194 +147.095 +201.186 +219.691 +196.736 +196.58 +178.237 +176.084 +190.447 +199.931 +191.476 +181.725 +184.152 +183.787 +127.563 +85.025 +40.1947 +23.7245 +28.3442 +23.722 +43.6711 +76.3063 +87.3781 +150.496 +172.501 +178.4 +213.261 +243.189 +227.27 +215.32 +187.326 +179.963 +206.737 +211.112 +195.427 +189.589 +194.29 +194.477 +136.611 +88.1853 +39.3418 +23.7221 +28.3444 +23.7222 +41.7081 +74.8426 +87.0283 +144.738 +160.222 +178.423 +209.701 +238.861 +224.36 +216.616 +191.307 +182.221 +206.925 +216.742 +205.409 +190.551 +194.375 +194.466 +136.667 +87.2451 +39.3501 +23.7747 +28.3442 +23.722 +41.9657 +75.0136 +85.6167 +144.724 +161.167 +180.567 +212.893 +247.442 +240.675 +242.358 +221.071 +208.133 +239.389 +246.713 +240.319 +220.476 +214.892 +203.225 +137.041 +87.4624 +40.9215 +23.7221 +28.3442 +23.7221 +45.2009 +76.3702 +88.7375 +145.587 +160.34 +178.589 +215.408 +254.401 +255.076 +261.232 +242.448 +238.804 +267.002 +284.048 +276.171 +260.294 +255.574 +243.992 +168.054 +97.478 +43.4303 +23.7221 +28.3444 +23.7222 +55.9609 +80.5496 +92.911 +176.865 +210.2 +248.558 +277.721 +305.371 +294.819 +292.567 +264.129 +247.197 +259.661 +257.516 +250.262 +224.782 +218.87 +199.75 +137.047 +87.5865 +42.6292 +23.722 +28.3443 +23.7222 +41.1123 +74.4699 +89.9029 +115.642 +139.61 +180.54 +207.497 +215.031 +210.72 +209.249 +188.572 +191.616 +208.258 +224.857 +216.16 +214.114 +181.601 +192.368 +136.771 +89.5486 +42.963 +23.747 +28.372 +23.7219 +39.4424 +75.2835 +91.8895 +115.327 +147.359 +147.276 +201.542 +220.565 +201.068 +206.401 +186.054 +189.912 +204.33 +213.028 +201.949 +189.106 +192.941 +183.909 +127.711 +85.0827 +40.0256 +23.7221 +28.3446 +23.7749 +42.8088 +75.5188 +87.3073 +144.16 +159.983 +178.351 +209.397 +226.535 +210.389 +210.901 +191.108 +180.967 +206.911 +216.697 +205.196 +193.817 +191.242 +194.493 +136.652 +88.6228 +39.3485 +23.7747 +28.3442 +23.722 +41.2337 +74.2269 +84.0994 +145.03 +160.852 +179.277 +210.171 +240.83 +239.693 +235.116 +220.095 +208.332 +242.421 +258.652 +246.876 +231.541 +223.03 +204.83 +136.999 +87.33 +39.6 +23.7222 +28.3444 +23.7222 +43.0289 +75.6003 +87.6259 +145.321 +161.121 +183.185 +220.93 +262.024 +255.903 +226.299 +198.803 +188.913 +216.913 +228.925 +215.237 +224.369 +226.193 +208.975 +137.796 +87.4334 +41.4486 +23.7747 +28.3442 +23.722 +45.6421 +77.0952 +87.9907 +152.563 +179.592 +189.729 +224.257 +258.58 +252.234 +252.03 +218.654 +186.268 +224.079 +229.968 +228.633 +212.008 +205.273 +195.176 +136.928 +87.2418 +39.659 +23.7747 +28.3441 +23.722 +43.1764 +75.1943 +87.3524 +143.759 +159.977 +179.084 +210.165 +232.982 +224.883 +223.274 +190.529 +181.468 +205.208 +215.737 +203.398 +196.172 +195.829 +194.723 +136.782 +87.5261 +40.7356 +23.7748 +28.3442 +23.722 +39.016 +73.4113 +89.4468 +116.605 +140.693 +181.678 +208.305 +223.26 +218.448 +227.21 +207.922 +208.537 +218.778 +242.286 +247.983 +243.72 +212.063 +213.122 +142.872 +89.7033 +44.2662 +23.7664 +28.3442 +23.722 +43.4245 +83.3157 +101.786 +115.862 +152.235 +183.152 +258.379 +286.433 +269.459 +273.316 +249.387 +246.459 +261.39 +274.163 +267.349 +250.529 +235.987 +222.04 +141.86 +90.328 +46.6183 +23.7221 +28.3444 +23.7223 +59.1929 +82.5644 +95.0018 +198.703 +230.567 +258.929 +291.666 +324.21 +315.602 +309.835 +287.02 +270.176 +291.556 +290.6 +281.28 +262.82 +261.806 +238.329 +137.179 +87.4277 +40.3648 +23.7697 +28.3442 +23.722 +42.796 +74.794 +86.8547 +145.2 +160.278 +178.836 +210.107 +225.341 +204.71 +202.351 +186.191 +179.942 +202.331 +209.339 +193.354 +186.464 +190.494 +195.12 +137.945 +90.2791 +39.3458 +23.7489 +28.3701 +23.7219 +40.296 +73.8152 +83.8656 +146.46 +161.942 +179.612 +210.617 +226.099 +205.274 +202.601 +186.506 +179.713 +203.257 +214.304 +204.83 +189.242 +190.605 +194.465 +136.95 +89.0127 +39.3438 +23.7222 +28.3445 +23.7657 +41.0352 +74.2572 +84.1718 +144.027 +160.629 +179.024 +210.073 +230.782 +221.044 +216.17 +195.393 +182.371 +210.364 +217.327 +204.935 +197.85 +196.234 +194.653 +136.841 +87.2516 +39.4245 +23.7676 +28.3442 +23.722 +42.2482 +74.8335 +85.5666 +144.066 +160.645 +181.27 +214.364 +249.856 +250.671 +245.616 +238.943 +232.558 +261.607 +267.249 +262.647 +251.084 +246.931 +226.556 +149.304 +94.5219 +45.8661 +23.7301 +28.3442 +23.722 +51.3448 +78.9921 +96.1601 +151.486 +190.729 +257.568 +287.93 +306.213 +302.631 +293.591 +270.991 +266.633 +289.323 +314.862 +313.367 +299.935 +268.38 +276.482 +210.534 +145.202 +51.2276 +23.7221 +28.3444 +23.7222 +61.2491 +109.209 +132.73 +127.933 +166.406 +228.945 +285.625 +310.951 +293.604 +290.881 +263.553 +257.756 +251.125 +269.236 +261.648 +236.529 +240.469 +212.64 +133.379 +85.3729 +42.4752 +23.722 +28.3444 +23.7222 +47.5539 +77.3875 +89.8632 +146.993 +163.138 +185.278 +213.588 +263.648 +279.353 +277.994 +248.113 +237.944 +259.563 +271.023 +260.068 +245.117 +234.762 +216.271 +144.712 +87.4442 +41.593 +23.7747 +28.3442 +23.722 +44.7666 +75.7061 +86.1018 +146.324 +173.905 +216.057 +260.787 +299.34 +293.958 +291.907 +264.152 +250.95 +280.576 +292.83 +283.801 +270.358 +264.329 +246.781 +166.349 +94.1358 +42.8006 +23.7221 +28.3444 +23.7222 +51.1034 +78.5123 +88.9536 +157.103 +195.472 +198.154 +232.652 +271.508 +263.666 +256.006 +241.466 +232.349 +260.608 +277.287 +261.904 +239.946 +243.832 +226.762 +137.161 +87.4437 +40.8374 +23.7747 +28.3441 +23.722 +44.0534 +75.5958 +87.2577 +145.254 +160.738 +180.839 +214.663 +248.43 +235.241 +247.033 +220.094 +205.971 +232.059 +242.911 +234.144 +217.37 +210.763 +198.209 +136.948 +87.3726 +40.5129 +23.7222 +28.3445 +23.7437 +44.6981 +75.5486 +86.2509 +145.208 +161.236 +179.472 +210.861 +237.245 +225.681 +228.06 +205.54 +190.325 +221.703 +246.9 +235.794 +214.661 +204.607 +194.959 +137.003 +87.3165 +41.0624 +23.7222 +28.3969 +23.7219 +40.0627 +73.981 +90.3086 +115.737 +140.62 +184.462 +215.471 +241.369 +238.968 +246.413 +224.796 +227.969 +235.647 +263.544 +262.608 +250.711 +215.458 +199.662 +137.061 +89.6856 +44.2014 +23.7366 +28.3442 +23.7221 +41.1464 +77.8785 +95.7342 +115.734 +147.217 +159.849 +238.316 +269.94 +262.257 +269.181 +247.244 +244.718 +266.566 +278.564 +273.812 +258.751 +256.719 +232.355 +158.083 +102.898 +45.2072 +23.7541 +28.3442 +23.722 +59.2735 +81.8172 +95.0429 +162.833 +203.084 +241.386 +271.012 +305.492 +304.92 +306.614 +280.746 +266.375 +294.126 +304.515 +290.244 +282.028 +277.328 +256.408 +178.064 +111.542 +45.623 +23.7221 +28.3446 +23.7749 +59.689 +83.5502 +95.7325 +205.816 +246.202 +272.855 +302.138 +336.071 +330.645 +328.274 +288.004 +270.99 +297.309 +315.754 +306.134 +290.968 +300.158 +270.252 +183.324 +103.44 +45.7269 +23.7222 +28.3969 +23.7219 +50.0005 +77.7945 +88.3344 +149.221 +174.681 +212.23 +265.44 +291.937 +281.554 +286.053 +263.88 +256.343 +283.566 +296.199 +265.22 +258.089 +248.458 +229.458 +147.183 +91.5586 +42.7813 +23.728 +28.3442 +23.722 +54.2508 +81.6973 +94.3946 +181.16 +215.14 +252.853 +280.889 +317.487 +306.969 +302.403 +275.228 +257.856 +288.629 +297.097 +288.297 +277.724 +273.185 +248.207 +159.97 +91.773 +42.7111 +23.7221 +28.3971 +23.7219 +47.1655 +77.074 +87.8887 +151.918 +174.525 +203.356 +237.032 +266.916 +256.017 +254.432 +232.525 +230.881 +256.804 +263.343 +249.357 +234.295 +224.031 +207.484 +138.52 +87.5195 +42.5874 +23.7222 +28.3443 +23.7222 +43.1205 +75.0863 +91.579 +122.458 +158.24 +196.921 +232.941 +262.557 +260.384 +259.775 +247.623 +248.266 +251.333 +280.326 +268.997 +260.886 +235.01 +235.527 +161.95 +95.1071 +45.6864 +23.7254 +28.3442 +23.722 +56.9334 +101.096 +121.21 +116.454 +151.272 +154.841 +221.916 +237.911 +235.291 +258.088 +257.278 +247.778 +262.146 +272.886 +259.089 +241.669 +226.116 +198.954 +127.789 +85.0299 +39.9117 +23.7748 +28.3441 +23.722 +42.9359 +75.3224 +85.7209 +145.766 +171.04 +198.819 +245.937 +282.995 +282.389 +281.245 +260.473 +251.894 +276.787 +285.443 +274.725 +270.142 +242.437 +226.035 +148.075 +87.7762 +42.2226 +23.7221 +28.3446 +23.7749 +46.0844 +76.6213 +87.3905 +149.498 +197.446 +217.296 +257.954 +298.85 +290.593 +287.58 +271.408 +254.157 +284.889 +295.053 +283.516 +270.088 +273.705 +254.501 +180.635 +98.9435 +44.5719 +23.7221 +28.3445 +23.7223 +50.2458 +79.8168 +91.6361 +157.176 +184.681 +236.56 +279.791 +312.372 +306.439 +292.251 +260.656 +249.533 +289.529 +299.595 +279.307 +269.564 +265.776 +235.921 +144.726 +87.5 +41.6124 +23.7221 +28.3972 +23.7219 +43.7994 +75.3949 +85.9624 +145.51 +160.963 +183.757 +215.802 +250.808 +242.83 +239.498 +224.751 +209.788 +239.411 +253.689 +252.297 +229.993 +218.632 +212.538 +137.116 +87.3336 +39.8417 +23.7747 +28.3441 +23.722 +43.4481 +75.3563 +86.2724 +145.728 +161.195 +192.355 +223.357 +270.809 +263.721 +266.173 +240.127 +231.913 +244.992 +254.559 +249.081 +236.561 +232.686 +218.23 +143.546 +92.8284 +44.0197 +23.7221 +28.3444 +23.7222 +46.3652 +77.2075 +94.7577 +130.753 +183.406 +229.216 +263.63 +287.599 +266.184 +276.061 +278.039 +271.288 +280.682 +296.556 +297.441 +281.041 +241.869 +239.586 +163.39 +91.7058 +45.9809 +23.7221 +28.3971 +23.7219 +44.0328 +84.0867 +102.608 +115.908 +152.234 +163.897 +249.875 +284.901 +271.587 +267.349 +252.461 +242.918 +249.041 +255.711 +247.469 +241.676 +234.612 +198.586 +127.893 +85.2104 +40.5598 +23.7222 +28.3445 +23.7749 +43.7874 +75.932 +86.4537 +146.438 +183.328 +217.767 +267.671 +311.406 +296.585 +293.974 +270.429 +255.832 +282.426 +300.239 +294.512 +279.293 +258.13 +244.854 +167.35 +99.4018 +43.2139 +23.7454 +28.3442 +23.722 +56.4471 +80.5664 +93.4159 +173.396 +204.917 +240.272 +281.942 +321.668 +313.06 +310.569 +282.617 +265.403 +286.545 +307.679 +306.446 +292.132 +270.681 +237.455 +153.319 +87.5268 +41.9447 +23.7221 +28.3972 +23.7219 +44.8146 +75.8001 +87.0218 +146.132 +169.24 +195.169 +236.097 +278.258 +270.177 +261.865 +233.544 +223.52 +245.762 +258.124 +247.17 +238.917 +229.253 +202.515 +137.108 +87.45 +40.704 +23.7747 +28.3441 +23.722 +43.7817 +75.5085 +86.5041 +146.133 +167.725 +201.628 +240.048 +280.118 +280.008 +283.991 +258.322 +246.425 +271.563 +289.47 +282.329 +264.125 +252.105 +234.936 +147.906 +90.4034 +41.5474 +23.7692 +28.3442 +23.722 +46.0561 +76.4474 +87.6775 +148.737 +190.298 +231.941 +266.396 +308.583 +297.805 +297.035 +276.187 +264.256 +287.337 +298.475 +292.115 +278.386 +273.94 +257.417 +181.695 +118.006 +47.3341 +23.7221 +28.3969 +23.7219 +57.9431 +82.7654 +101.169 +167.915 +215.662 +261.429 +284.805 +290.827 +285.786 +308.203 +296.298 +289.98 +293.284 +302.043 +307.889 +308.222 +282.75 +293.239 +220.35 +151.399 +52.6014 +23.7246 +28.3442 +23.722 +64.9769 +111.691 +135.469 +129.616 +167.267 +236.271 +303.976 +321.754 +300.036 +294.204 +272.851 +268.016 +293.125 +292.241 +286.585 +268.37 +270.841 +252.925 +177.573 +124.543 +47.2084 +23.7222 +28.3446 +23.7749 +65.0513 +86.6541 +100.014 +208.604 +237.336 +264.026 +292.903 +323.933 +316.326 +311.582 +283.785 +257.882 +278.266 +278.016 +306.193 +293.232 +280.841 +261.338 +184.621 +105.233 +43.0958 +23.7222 +28.3445 +23.7749 +50.6125 +77.9963 +89.5555 +167.143 +204.401 +253.393 +279.594 +319.932 +303.298 +301.428 +277.896 +262.777 +297.116 +308.067 +295.722 +283.646 +279.232 +264.802 +187.89 +116.44 +47.8166 +23.7221 +28.3444 +23.7222 +62.1492 +84.975 +98.1901 +193.723 +218.81 +261.774 +300.99 +332.905 +327.389 +322.701 +297.553 +283.688 +305.335 +313.955 +307.657 +298.348 +300.195 +288.227 +215.123 +150.55 +47.5618 +23.7244 +28.3442 +23.722 +65.4924 +120.932 +140.617 +214.339 +240.669 +268.371 +302.994 +336.667 +325.243 +324.351 +297.98 +277.373 +305.234 +316.521 +311.342 +302.684 +303.561 +294.37 +217.096 +154.545 +49.578 +23.7222 +28.3969 +23.7219 +72.0632 +117.098 +134.37 +216.435 +240.107 +267.943 +302.158 +334.874 +325.152 +321.844 +297.199 +278.722 +299.119 +313.881 +307.114 +296.265 +294.49 +275.028 +189.749 +129.579 +49.6496 +23.7221 +28.3444 +23.7222 +61.4423 +83.5116 +101.908 +154.492 +189.96 +219.242 +255.952 +288.594 +269.393 +255.979 +236.026 +226.608 +254.627 +274.138 +278.754 +275.058 +241.635 +244.791 +178.836 +108.02 +47.522 +23.7611 +28.3442 +23.722 +52.6152 +93.0046 +108.412 +115.898 +149.71 +167.087 +230.929 +274.184 +265.03 +268.066 +234.729 +244.494 +253.696 +258.124 +265.904 +250.589 +243.585 +220.453 +139.062 +87.5673 +41.9156 +23.7221 +28.3444 +23.7222 +46.7294 +77.0338 +88.9049 +148.902 +179.692 +221.976 +270.256 +308.461 +299.131 +290.645 +268.289 +251.744 +282.85 +295.309 +281.953 +270.878 +257.621 +240.404 +161.849 +88.1361 +42.6107 +23.7673 +28.3516 +23.7219 +45.6434 +76.5538 +88.4655 +146.335 +187.56 +221.932 +268.745 +304.264 +298.22 +293.779 +269.665 +257.669 +283.109 +294.565 +287.325 +276.681 +270.242 +253.946 +184.279 +108.504 +47.3438 +23.7222 +28.3445 +23.7223 +60.996 +81.0116 +95.0032 +168.897 +206.669 +241.282 +286.584 +323.458 +314.067 +306.044 +280.467 +267.416 +291.804 +300.332 +286.401 +270.92 +274.403 +251.274 +172.796 +101.782 +44.5747 +23.7222 +28.3446 +23.7749 +58.1529 +80.8168 +96.0054 +180.41 +216.82 +257.141 +291.117 +331.054 +324.705 +320.131 +288.269 +270.149 +295.662 +310.061 +300.707 +276.356 +273.154 +239.26 +153.392 +92.2235 +43.0111 +23.7221 +28.3544 +23.765 +54.8068 +80.7432 +96.3233 +184.719 +205.692 +221.275 +259.285 +295.919 +289.651 +286.603 +266.85 +250.692 +282.874 +296.653 +284.279 +275.69 +267.021 +250.645 +170.857 +104.533 +48.3854 +23.7221 +28.3445 +23.7223 +58.2189 +80.8735 +99.1873 +157.126 +180.532 +229.114 +270.877 +319.173 +303.015 +297.824 +272.798 +267.91 +281.831 +299.058 +298.733 +287.284 +261.364 +271.829 +187.791 +113.025 +49.5836 +23.7221 +28.3444 +23.7222 +52.3084 +99.3759 +116.476 +116.198 +153.242 +186.779 +264.99 +297.69 +285.876 +284.561 +259.539 +245.539 +266.935 +278.369 +276.357 +262.227 +258.877 +235.265 +152.396 +91.9808 +43.0538 +23.7483 +28.3442 +23.722 +49.4507 +78.0016 +88.9163 +149.647 +195.858 +237.573 +279.977 +310.534 +299.909 +296.75 +267.91 +257.163 +288.572 +303.321 +297.438 +288.878 +288.839 +274.254 +183.076 +101.638 +43.1427 +23.7222 +28.3446 +23.7749 +44.5089 +75.6663 +87.9994 +145.473 +162.84 +196.047 +241.695 +269.041 +269.576 +269.279 +241.315 +231.046 +256.341 +269.748 +255.789 +240.742 +233.064 +206.007 +138.59 +87.4692 +40.9737 +23.7221 +28.3971 +23.7219 +44.0436 +75.5424 +86.4586 +146.4 +169.836 +195.753 +239.314 +266.593 +260.736 +273.167 +244.466 +227.36 +257.556 +272.066 +256.781 +241.133 +227.797 +208.99 +137.071 +87.3723 +40.1745 +23.7295 +28.3898 +23.7219 +43.4667 +75.2478 +86.8863 +145.056 +163.849 +207.187 +250.544 +291.219 +282.485 +283.722 +260.552 +248.779 +272.279 +285.977 +275.591 +260.945 +249.282 +234.689 +140.554 +87.4446 +40.5841 +23.7747 +28.3441 +23.7219 +43.9647 +75.5528 +86.5539 +145.81 +173.189 +218.964 +269.627 +302.538 +295.352 +290.559 +268.219 +252.971 +280.29 +293.964 +283.518 +275.213 +280.294 +240.356 +158.454 +90.5509 +43.5859 +23.7723 +28.3442 +23.722 +45.1847 +76.1697 +93.5813 +125.647 +176.195 +247.63 +283.514 +302.792 +290.728 +285.191 +269.981 +262.206 +270.316 +293.926 +289.118 +285.69 +268.635 +253.329 +184.77 +109.435 +48.6463 +23.722 +28.3444 +23.7222 +57.6599 +95.3443 +117.638 +117.111 +153.665 +193.575 +270.731 +298.842 +281.053 +283.271 +256.575 +256.682 +271.808 +285.192 +276.372 +265.598 +278.221 +249.139 +172.617 +118.073 +45.9986 +23.7222 +28.3443 +23.7221 +56.8108 +80.8901 +96.5544 +175.296 +204.648 +232.256 +274.121 +307.228 +306.578 +295.397 +251.09 +259.63 +287.612 +298.157 +287.079 +279.199 +293.96 +260.318 +175.649 +103.474 +45.3774 +23.7222 +28.3445 +23.7691 +59.8225 +81.9841 +96.3424 +175.864 +208.818 +234.97 +274.378 +308.986 +299.657 +295.347 +270.077 +256.554 +282.263 +297.365 +286.43 +272.467 +281.282 +247.075 +165.335 +94.7712 +42.8887 +23.7222 +28.3445 +23.7223 +48.7189 +76.6695 +90.3102 +152.849 +198.974 +237.228 +283.393 +317.467 +308.149 +305.63 +280.386 +265.561 +290.841 +303.495 +294.174 +282.862 +290.362 +261.879 +161.379 +91.0658 +42.2013 +23.7222 +28.3445 +23.7748 +47.3866 +77.3279 +89.4177 +160.445 +200.556 +253.638 +294.241 +328.732 +324.705 +311.643 +290.07 +272.445 +294.878 +305.962 +296.261 +283.724 +301.348 +277.558 +203.236 +120.989 +48.1437 +23.7221 +28.3446 +23.7749 +53.4377 +78.4604 +90.7814 +151.37 +174.868 +206.357 +241.672 +284.18 +279.754 +278.238 +259.386 +247.756 +271.425 +284.209 +268.063 +248.933 +252.521 +216.935 +138.974 +87.421 +42.239 +23.7415 +28.3775 +23.7219 +42.246 +74.7682 +91.6998 +117.414 +145.81 +192.898 +243.191 +263.291 +265.415 +263.472 +248.766 +246.853 +260.157 +284.035 +270.877 +243.994 +218.751 +201.947 +136.961 +89.636 +43.9907 +23.7222 +28.3443 +23.7221 +42.4428 +82.6194 +102.182 +115.974 +150.615 +176.992 +265.382 +305.231 +296.426 +303.264 +278.452 +273.596 +290.363 +293.506 +288.894 +278.148 +292.67 +261.158 +189.355 +137.114 +47.7391 +23.7222 +28.3445 +23.7223 +65.2835 +86.7118 +100.748 +209.395 +241.7 +259.991 +290.716 +323.725 +321.329 +307.753 +287.479 +270.857 +295.416 +309.84 +299.495 +289.89 +305.747 +280.717 +204.805 +141.106 +48.1452 +23.7552 +28.3442 +23.722 +65.004 +86.4169 +99.5512 +202.062 +239.91 +273.902 +300.558 +329.831 +319.584 +317.126 +282.781 +254.662 +269.238 +269.196 +240.707 +232.426 +254.88 +216.838 +142.696 +87.5218 +41.8649 +23.7703 +28.3442 +23.722 +47.4731 +76.9816 +89.5291 +146.386 +172.922 +201.482 +248.646 +286.567 +285.353 +281.423 +257.562 +249.038 +272.07 +286.181 +273.037 +264.102 +269.745 +234.643 +152.79 +87.5231 +41.8051 +23.7722 +28.3442 +23.722 +44.839 +75.7377 +87.4701 +145.867 +170.029 +223.609 +270.195 +304.422 +293.923 +292.112 +270.012 +256.489 +282.191 +291.869 +275.432 +253.568 +259.718 +226.409 +143.617 +87.5033 +41.7183 +23.7691 +28.3442 +23.722 +46.7691 +76.3982 +89.9961 +152.537 +200.72 +243.298 +282.365 +316.925 +313.803 +311.449 +288.212 +273.955 +296.932 +311.641 +299.77 +285.111 +291.016 +256.515 +172.409 +108.382 +47.271 +23.7747 +28.3442 +23.722 +56.161 +81.0327 +96.2174 +127.476 +170.421 +220.739 +250.279 +274.359 +269.467 +265.162 +242.799 +233.971 +245.968 +263.337 +253.652 +249.043 +236.742 +216.988 +149.443 +93.7565 +45.6361 +23.7296 +28.3442 +23.7221 +43.4523 +81.5869 +115.454 +115.845 +147.12 +153.772 +222.914 +248.515 +233.742 +248.099 +217.725 +200.01 +217.019 +229.984 +221.781 +209.032 +221.944 +194.842 +127.872 +85.2691 +41.266 +23.722 +28.3444 +23.7222 +44.3752 +76.1674 +102.954 +146.24 +161.386 +182.195 +214.817 +243.113 +242.454 +242.692 +208.015 +203.629 +229.947 +244.654 +233.188 +225.618 +232.496 +208.407 +137.026 +87.3554 +40.3143 +23.7747 +28.3442 +23.722 +44.0897 +76.0264 +102.539 +145.946 +160.821 +184.275 +221.16 +253.899 +252.735 +250.319 +228.404 +220.01 +242.468 +253.194 +242.402 +224.291 +231.227 +207.565 +136.984 +87.2917 +39.8318 +23.7222 +28.3971 +23.7219 +43.2127 +75.4318 +102.216 +147.068 +160.453 +186.477 +229.632 +264.324 +259.964 +260.516 +243.331 +222.551 +243.302 +255.039 +247.832 +242.035 +252.432 +212.958 +137.028 +87.4118 +40.827 +23.7221 +28.3971 +23.7219 +45.4146 +76.6661 +103.867 +147.431 +160.81 +178.761 +209.628 +253.501 +276.442 +280.162 +259.443 +245.962 +267.887 +279.516 +271.767 +250.501 +251.075 +220.866 +141.806 +87.5554 +41.8615 +23.7222 +28.3445 +23.7749 +49.507 +78.5125 +105.785 +159.864 +183.872 +216.446 +259.747 +301.271 +292.108 +292.594 +275.24 +256.03 +281.798 +295.262 +273.992 +260.958 +267.612 +236.542 +150.607 +88.1369 +43.9884 +23.7222 +28.3445 +23.7223 +47.2346 +77.2485 +109.194 +131.126 +172.508 +245.355 +283.922 +311.245 +303.213 +290.42 +267.338 +270.7 +237.313 +294.361 +293.684 +286.299 +265.192 +255.036 +184.618 +118.84 +49.2059 +23.7324 +28.3442 +23.7221 +48.2307 +87.7052 +120.47 +116.116 +148.393 +166.216 +235.845 +268.581 +259.435 +269.979 +249.053 +242.914 +257.079 +260.864 +256.906 +238.43 +248.894 +214.762 +137.556 +87.1595 +42.813 +23.722 +28.3444 +23.7222 +55.4295 +80.385 +106.73 +162.906 +189.146 +226.852 +268.414 +302.454 +301.527 +302.482 +270.117 +258.742 +273.517 +267.576 +273 +271.897 +275.848 +245.466 +156.074 +91.0227 +41.8715 +23.7747 +28.3441 +23.7219 +45.6179 +76.502 +102.855 +145.416 +161.055 +180.55 +220.724 +246.816 +256.551 +251.758 +221.43 +206.396 +240.801 +269.779 +268.413 +260.138 +274.104 +238.76 +154.956 +94.3227 +43.1661 +23.7747 +28.3442 +23.722 +55.4077 +80.3642 +106.142 +157.16 +179.203 +200.634 +215.608 +253.354 +245.46 +239.097 +226.96 +217.635 +207.868 +211.9 +196.079 +193.396 +208.396 +194.517 +136.724 +87.2611 +39.3693 +23.7747 +28.3441 +23.7219 +42.2061 +74.7894 +101.469 +144.137 +160.611 +179.061 +209.467 +225.802 +208.228 +205.444 +187.085 +179.953 +204.755 +212.126 +196.258 +192.783 +208.367 +194.62 +136.789 +87.2601 +39.375 +23.7748 +28.3442 +23.722 +42.8941 +75.2818 +101.921 +145.868 +161.051 +178.612 +209.952 +230.466 +218.082 +221.614 +194.761 +186.65 +214.955 +222.199 +205.03 +197.296 +209.355 +194.595 +136.759 +87.2792 +40.7389 +23.7222 +28.3972 +23.7219 +39.5089 +73.7184 +105.16 +115.476 +140.038 +181.247 +208.204 +218.426 +203.403 +208.157 +186.684 +181.324 +202.659 +218.513 +213.32 +201.917 +197.018 +192.302 +136.699 +90.8982 +42.9911 +23.759 +28.3442 +23.722 +38.8908 +74.881 +106.506 +116.27 +146.734 +147.262 +201.836 +227.139 +204.429 +211.914 +184.778 +179.805 +194.287 +210.061 +194.978 +184.123 +197.645 +183.714 +127.777 +86.4069 +39.3939 +23.7259 +28.3442 +23.722 +40.7785 +74.1831 +100.569 +146.401 +160.902 +179.435 +210.347 +242.304 +229.403 +228.224 +193.441 +188.639 +210.458 +225.318 +206.068 +191.501 +208.302 +194.509 +136.657 +88.6317 +39.3458 +23.7223 +28.3969 +23.7219 +41.0355 +74.1639 +100.527 +146.413 +160.302 +178.992 +209.976 +232.716 +222.779 +226.153 +199.092 +190.824 +220.975 +231.026 +213.209 +196.89 +208.328 +194.535 +136.654 +88.628 +39.347 +23.7747 +28.3442 +23.722 +41.0765 +74.1398 +100.516 +146.686 +161.091 +179.192 +209.781 +234.06 +228.357 +217.015 +187.173 +180.226 +206.095 +215.454 +208.74 +200.035 +208.534 +194.667 +136.871 +87.2752 +39.4513 +23.7222 +28.3971 +23.7219 +42.6721 +75.1455 +101.662 +145.516 +160.134 +178.503 +209.732 +234.122 +224.626 +239.181 +205.32 +200.398 +226.884 +239.982 +224.969 +216.204 +229.911 +208.35 +141.412 +87.3378 +41.0663 +23.7222 +28.3445 +23.7749 +46.0423 +77.1009 +104.563 +149.299 +172.347 +204.177 +241.161 +276.729 +274.547 +267.977 +247.447 +234.086 +257.969 +262.723 +250.172 +246.532 +259.987 +235.189 +158.553 +87.7906 +44.666 +23.7222 +28.3445 +23.7749 +45.1211 +76.2975 +107.498 +117.92 +150.967 +193.158 +236.713 +256.528 +251.402 +240.361 +233.578 +210.25 +226.557 +244.584 +228.1 +217.529 +197.64 +192.345 +136.79 +89.569 +43.053 +23.7223 +28.3969 +23.7219 +39.5765 +76.6045 +108.018 +115.726 +147.75 +147.624 +201.666 +220.219 +199.053 +200.92 +180.295 +177.045 +194.527 +200.458 +192.202 +183.654 +197.61 +183.609 +128.693 +86.7594 +39.3531 +23.7221 +28.3445 +23.7223 +41.205 +74.5336 +101.093 +145.772 +160.847 +179.042 +209.636 +225.934 +205.954 +209.992 +189.768 +181.36 +206.467 +222.446 +207.07 +207.925 +208.355 +194.596 +136.773 +88.6643 +39.3462 +23.7222 +28.3445 +23.7749 +41.1399 +74.3642 +100.87 +145.765 +160.185 +179.744 +213.682 +251.191 +244.015 +247.523 +223.111 +215.375 +231.749 +241.407 +234.236 +244.382 +239.963 +214.773 +137.01 +87.4364 +40.9787 +23.7221 +28.3445 +23.7749 +47.4105 +77.5391 +105.262 +159.05 +183.911 +209.483 +247.937 +292.179 +283.99 +274.707 +248.918 +232.265 +259.212 +271.973 +270.906 +278.913 +281.645 +252.144 +180.992 +107.411 +46.7381 +23.7221 +28.3787 +23.7405 +59.5064 +81.9172 +110.778 +172.791 +191.478 +208.753 +257.523 +297.942 +287.999 +285.335 +245.264 +234.73 +272.607 +270.838 +272.562 +266.61 +258.342 +226.256 +149.761 +91.2916 +42.3874 +23.7309 +28.3442 +23.722 +50.3184 +78.3859 +105.535 +154.771 +174.454 +219.005 +275.029 +313.762 +315.489 +302.586 +275.834 +254.753 +271.618 +288.171 +282.341 +290.192 +293.533 +259.42 +172.167 +105.823 +46.7938 +23.7221 +28.3969 +23.7219 +54.7901 +82.1152 +114.856 +156.588 +197.337 +247.381 +270.175 +303.822 +295.812 +291.252 +269.886 +262.211 +275.656 +296.305 +292.556 +304.499 +275.674 +268.494 +200.034 +142.947 +49.931 +23.76 +28.3442 +23.722 +57.8832 +104.864 +141.37 +125.273 +157.349 +177.989 +249.861 +283.706 +266.422 +268.487 +236.148 +231.008 +241.204 +256.253 +239.748 +238.499 +220.17 +183.974 +127.633 +85.0452 +40.0138 +23.7221 +28.3444 +23.7222 +42.7357 +74.8193 +101.641 +144.525 +160.942 +178.899 +209.993 +230.711 +229.04 +227.245 +194.878 +183.321 +211.903 +231.162 +221.564 +233.403 +223.145 +194.71 +136.803 +87.265 +39.3443 +23.7222 +28.3971 +23.7219 +42.4559 +74.9105 +101.374 +145.101 +160.811 +179.106 +209.961 +236.093 +229.792 +227.817 +207.978 +204.285 +223.404 +229.857 +215.688 +227.372 +227.084 +196.557 +136.856 +87.2604 +39.4388 +23.7222 +28.3969 +23.7219 +42.596 +74.8248 +101.312 +145.594 +160.447 +179.888 +221.546 +267.011 +262.454 +257.64 +245.545 +227.414 +254.934 +264.5 +246.995 +243.215 +234.321 +197.064 +136.923 +87.2576 +39.688 +23.7747 +28.3442 +23.722 +42.9116 +75.1427 +101.594 +144.558 +161.01 +187.455 +239.651 +279.38 +283.166 +281.519 +258.947 +248.417 +274.735 +285.297 +264.464 +261.299 +255.266 +211.875 +137.071 +87.3673 +40.4645 +23.7221 +28.3972 +23.7219 +43.9439 +75.5821 +102.15 +144.766 +160.319 +178.835 +221.769 +273.172 +261.628 +257.921 +242.55 +229.546 +254.751 +260.226 +241.594 +233.174 +221.808 +194.811 +136.904 +87.2535 +41.022 +23.7747 +28.3442 +23.722 +41.2078 +74.4739 +105.887 +117.74 +140.121 +181.143 +208.196 +215.147 +209.525 +200.822 +182.492 +182.269 +193.8 +218.492 +212.297 +223.537 +197.817 +192.515 +136.94 +89.5774 +43.8612 +23.7354 +28.3442 +23.7221 +41.7509 +80.3105 +111.941 +117.522 +148.284 +148.136 +202.561 +227.633 +225.151 +214.801 +189.967 +184.713 +198.564 +209.121 +203.685 +205.652 +205.796 +183.982 +127.726 +85.0175 +40.2642 +23.7222 +28.3445 +23.7749 +42.9742 +75.3099 +102.011 +145.691 +160.647 +182.626 +241.112 +289.072 +285.224 +288.084 +258.76 +241.475 +271.088 +284.799 +276.078 +267.26 +260.114 +234.372 +158.023 +87.3675 +41.169 +23.7381 +28.3811 +23.7219 +44.5957 +76.4353 +102.945 +148.257 +162.384 +179.186 +209.748 +246.049 +248.459 +259.83 +221.721 +210.449 +238.267 +244.756 +227.445 +228.339 +224.178 +202.455 +136.968 +87.3823 +40.5954 +23.7288 +28.3442 +23.722 +44.5722 +76.0443 +102.776 +148.212 +162.388 +178.666 +213.911 +242.453 +251.978 +251.561 +217.904 +198.415 +217.111 +212.968 +200.624 +207.903 +208.259 +194.555 +136.628 +88.1835 +39.3429 +23.7221 +28.3444 +23.7222 +41.9264 +74.6899 +101.281 +146.837 +161.479 +178.358 +209.264 +225.622 +204.938 +202.494 +186.559 +180.821 +204.291 +211.848 +200.826 +207.532 +208.01 +194.266 +137.935 +89.4002 +39.3623 +23.7649 +28.3442 +23.722 +40.4476 +74.1061 +100.448 +149.172 +162.556 +179.058 +209.573 +225.387 +204.914 +202.397 +186.337 +179.907 +202.355 +210.467 +199.889 +207.343 +207.888 +194.734 +137.949 +90.7749 +40.7341 +23.722 +28.3444 +23.7222 +38.0009 +72.9819 +104.172 +120.495 +140.905 +181.146 +207.564 +214.842 +203.054 +198.367 +182.53 +179.737 +191.905 +214.567 +209.629 +216.629 +196.954 +192.307 +136.755 +89.5252 +42.9862 +23.7642 +28.3442 +23.722 +38.7935 +75.4495 +108.079 +117.578 +147.323 +146.862 +201.254 +219.903 +196.914 +196.677 +178.594 +175.917 +190.651 +199.882 +192.992 +197.805 +197.442 +184.175 +128.517 +86.7227 +39.3417 +23.7221 +28.3446 +23.7749 +40.5209 +74.117 +100.519 +149.867 +163.498 +179.402 +210.835 +225.629 +205.09 +202.496 +186.427 +179.692 +202.901 +210.385 +200.384 +207.638 +207.982 +195.267 +138.643 +90.7821 +39.3419 +23.7222 +28.3445 +23.7223 +40.684 +73.8658 +100.145 +149.204 +162.535 +179.375 +210.042 +225.705 +207.794 +209.128 +192.677 +182.148 +205.154 +213.369 +213.639 +214.431 +214.523 +194.638 +136.816 +87.2971 +39.7327 +23.7222 +28.3445 +23.7749 +41.8387 +74.9144 +101.356 +146.639 +160.466 +178.312 +209.475 +226.467 +205.382 +202.672 +186.327 +179.715 +202.645 +214.703 +199.489 +207.722 +208.115 +194.332 +136.605 +89.0131 +39.3445 +23.7222 +28.3446 +23.7749 +41.0487 +74.2199 +100.536 +147.916 +161.382 +178.764 +209.612 +227.221 +213.054 +212.453 +194.711 +183.653 +209.842 +221.202 +214.218 +216.207 +212.691 +194.633 +137.21 +87.8308 +39.3441 +23.7421 +28.3769 +23.722 +41.4454 +74.5367 +100.935 +146.236 +160.849 +178.122 +211.042 +225.318 +205.2 +202.586 +186.627 +180.984 +203.723 +209.878 +200.864 +207.459 +207.999 +195.032 +137.946 +90.722 +40.7357 +23.7223 +28.3969 +23.7219 +38.1575 +72.8748 +104.122 +120.79 +144.505 +182.621 +210.285 +215.946 +204.356 +200.203 +183.615 +181.089 +193.735 +217.688 +210.599 +216.64 +197.524 +193.442 +139.997 +93.0083 +43.0469 +23.7219 +28.3443 +23.7221 +38.6533 +73.2092 +104.982 +118.168 +148.467 +150.075 +203.909 +222.439 +199.389 +199.222 +181.313 +179.384 +193.233 +203.045 +198.262 +200.697 +200.384 +186.835 +130.956 +88.6115 +39.3444 +23.7222 +28.3969 +23.7219 +41.7963 +73.3111 +99.3707 +150.46 +163.525 +181.632 +212.7 +226.921 +204.613 +202.171 +187.238 +180.635 +203.76 +210.083 +201.288 +207.479 +208.955 +196.314 +139.669 +90.7259 +39.3444 +23.7223 +28.3969 +23.7219 +40.4992 +73.67 +99.957 +152.117 +162.258 +178.407 +209.399 +225.985 +209.295 +208.22 +188.129 +181.529 +204.724 +212.622 +201.737 +207.741 +208.172 +194.41 +137.001 +89.3549 +39.3476 +23.7222 +28.3445 +23.7749 +40.9973 +74.2573 +100.653 +149.145 +160.908 +179.289 +210.265 +243.594 +244.459 +245.516 +220.672 +210.641 +233.614 +248.153 +226.49 +219.712 +212.551 +194.555 +136.79 +87.3032 +40.053 +23.7221 +28.3446 +23.7749 +42.5108 +75.1375 +101.871 +146.856 +160.497 +178.425 +209.695 +234.981 +218.845 +213.987 +197.085 +184.393 +210.729 +220.518 +215.537 +217.085 +216.563 +194.778 +136.827 +87.2534 +39.3947 +23.7222 +28.3969 +23.7219 +42.1553 +74.8183 +101.273 +147.799 +161.096 +178.085 +210.023 +225.707 +205.158 +202.546 +186.336 +179.978 +204.115 +212.628 +201.428 +207.487 +207.936 +195.053 +138.961 +90.7054 +40.7575 +23.7604 +28.3442 +23.722 +37.8909 +73.4793 +104.018 +134.972 +144.623 +184.16 +210.642 +217.493 +205.83 +201.237 +185.309 +182.978 +195.587 +218.779 +213.574 +216.441 +199.78 +195.184 +140.061 +93.1071 +42.9715 +23.7706 +28.3442 +23.722 +39.1131 +73.8692 +104.717 +132.079 +147.869 +150.371 +203.987 +222.252 +199.322 +198.467 +181.009 +178.919 +193.656 +204.26 +212.14 +200.701 +200.426 +186.77 +130.962 +88.7242 +39.3465 +23.7438 +28.3752 +23.722 +41.9405 +75.0207 +100.74 +164.377 +163.677 +181.677 +212.228 +228.143 +205.842 +204.001 +189.402 +182.534 +205.33 +213.446 +218.264 +210.531 +211.088 +197.548 +140.168 +91.0772 +39.3807 +23.7372 +28.3442 +23.722 +42.0432 +75.1597 +100.958 +164.454 +164.042 +181.859 +212.406 +228.561 +206.79 +204.008 +189.612 +183.173 +206.254 +212.693 +216.701 +209.642 +211.074 +197.515 +140.173 +90.9051 +39.3512 +23.7734 +28.3442 +23.722 +41.2883 +74.6253 +100.559 +164.327 +165.251 +182.335 +212.203 +226.949 +204.584 +202.281 +187.516 +182.438 +205.8 +212.823 +214.982 +207.472 +208.132 +195.461 +139.974 +90.7681 +39.3888 +23.7223 +28.3442 +23.7221 +40.898 +73.3111 +99.7906 +164.259 +164.764 +181.631 +212.138 +227.26 +206.276 +202.979 +187.457 +181.869 +205.119 +217.674 +217.364 +208.928 +208.606 +195.743 +139.161 +90.7858 +39.3444 +23.7221 +28.3444 +23.7222 +41.0604 +73.3636 +99.7442 +164.272 +163.913 +181.483 +212.323 +226.899 +204.725 +202.215 +186.131 +180.586 +204.563 +212.124 +215.206 +207.443 +207.806 +195.244 +139.329 +90.7482 +40.7338 +23.7487 +28.3703 +23.7219 +38.3576 +72.6997 +103.797 +134.911 +142.326 +181.176 +208.103 +214.961 +209.761 +209.339 +189.069 +185.364 +199.149 +219.066 +228.579 +215.503 +196.848 +192.579 +136.744 +89.5436 +43.083 +23.7222 +28.3443 +23.7221 +39.814 +76.8338 +108.925 +131.454 +147.44 +147.209 +211.441 +236.264 +227.756 +229.923 +204.53 +200.088 +212.985 +223.528 +225.396 +212.484 +209.241 +191.659 +127.676 +85.133 +41.0761 +23.7578 +28.3442 +23.722 +42.953 +75.0794 +101.6 +161.489 +163.375 +180.89 +211.165 +227.268 +206.383 +203.828 +187.726 +182.463 +206.002 +216.214 +217.335 +209.352 +210.19 +197.494 +140.024 +90.8965 +39.3445 +23.7222 +28.3445 +23.7748 +41.4833 +74.8322 +101.958 +164.317 +164.479 +181.726 +212.316 +228.236 +206.532 +204.29 +189.074 +182.554 +205.987 +214.346 +216.556 +209.128 +209.319 +197.509 +140.134 +90.8251 +39.3475 +23.7222 +28.3969 +23.7219 +41.5418 +73.3111 +99.5002 +164.313 +164.004 +181 +212.149 +225.774 +204.522 +202.087 +186.116 +179.488 +203.08 +218.796 +221.169 +209.206 +207.997 +194.184 +137.283 +89.3914 +39.3451 +23.7748 +28.3442 +23.722 +40.5251 +74.7682 +101.145 +160.797 +163.884 +180.467 +211.243 +227.109 +205.276 +202.394 +187.684 +183.216 +207.966 +217.249 +216.878 +208.183 +209.481 +195.735 +139.997 +90.8191 +39.3428 +23.7221 +28.3445 +23.7223 +41.13 +73.5066 +99.7623 +164.295 +164.577 +181.809 +212.418 +226.783 +205.367 +203.43 +187.121 +180.999 +204.551 +213.74 +215.158 +207.438 +207.83 +194.893 +138.649 +90.7333 +40.7342 +23.7222 +28.3446 +23.7746 +38.3059 +72.6326 +103.948 +134.906 +144.527 +182.959 +211.314 +216.681 +204.289 +199.001 +184.113 +182.9 +194.545 +219.284 +226.085 +215.762 +197.529 +193.445 +140.025 +93.0987 +42.9614 +23.7223 +28.3969 +23.7219 +39.0325 +73.5763 +105.719 +131.922 +150.048 +150.554 +204.088 +222.852 +199.321 +199.244 +181.168 +178.683 +193.186 +204.219 +212.223 +200.667 +200.479 +186.771 +131.083 +88.8237 +39.3405 +23.7221 +28.3445 +23.7688 +42.3265 +75.539 +101.274 +164.399 +164.434 +181.798 +212.635 +226.814 +204.649 +202.174 +186.201 +179.524 +203.101 +211.756 +215.131 +207.337 +208.547 +195.648 +140.069 +90.7114 +39.346 +23.7748 +28.3442 +23.722 +40.7492 +73.6831 +100.012 +164.257 +162.569 +179.568 +210.399 +225.985 +205.784 +203.818 +187.263 +179.529 +203.138 +215.117 +215.46 +207.597 +208.896 +196.317 +139.941 +90.7985 +39.3439 +23.7222 +28.3445 +23.7223 +40.8055 +73.6797 +100.088 +164.264 +165.334 +181.673 +212.19 +226.321 +204.621 +202.038 +186.954 +182.857 +205.864 +217.814 +215.967 +208.297 +209.367 +197.427 +140.004 +90.904 +39.3377 +23.7221 +28.3444 +23.7222 +41.2096 +73.3636 +99.7525 +164.303 +165.97 +184.246 +213.399 +228.43 +206.962 +203.383 +189.174 +182.998 +207.687 +219.117 +218.278 +209.492 +211.067 +197.419 +140.163 +90.9236 +39.3398 +23.7222 +28.3444 +23.7223 +42.3679 +75.6777 +101.575 +164.356 +164.472 +182.291 +212.404 +228.421 +206.113 +203.12 +187.53 +182.723 +205.73 +214.077 +216.47 +209.637 +209.863 +197.103 +140.057 +90.7951 +40.7354 +23.7222 +28.3969 +23.7219 +38.4235 +72.3889 +103.357 +134.033 +144.566 +181.352 +208.675 +214.374 +202.964 +198.487 +182.403 +180.153 +195.282 +219.09 +224.733 +216.835 +196.799 +192.167 +136.582 +89.568 +42.9978 +23.7221 +28.3444 +23.7222 +38.9558 +76.7072 +109.735 +131.568 +148.457 +147.315 +203.495 +223.897 +208.115 +208.144 +187.518 +180.112 +192.998 +204.486 +209.221 +197.7 +197.095 +184.576 +130.471 +88.487 +39.357 +39.3407 +23.7222 +28.3445 +23.7748 +40.8797 +74.055 +100.37 +147.817 +162.728 +180.053 +212.191 +226.694 +206.713 +205.248 +190.317 +185.246 +212.206 +234.192 +217.395 +208.78 +209.327 +197.445 +140.119 +90.9073 +39.3432 +23.7221 +28.3445 +23.7461 +41.9985 +75.3253 +102.681 +149.876 +164.039 +182.509 +212.806 +228.515 +207.816 +205.439 +189.473 +182.997 +212.152 +234.253 +217.352 +209.654 +210.196 +197.465 +140.113 +90.7676 +39.3562 +23.7686 +28.3442 +23.722 +41.8293 +73.3111 +99.3708 +150.135 +164.512 +182.192 +213.092 +228.869 +207.162 +204.997 +190.166 +183.201 +211.842 +234.216 +217.347 +209.363 +208.924 +197.45 +140.105 +90.8389 +39.3462 +23.7221 +28.3895 +23.7295 +42.094 +73.3112 +99.3708 +149.305 +163.479 +181.288 +212.212 +228.415 +206.001 +203.556 +189.418 +183.98 +210.967 +234.228 +216.474 +208.784 +209.749 +197.429 +139.992 +90.8264 +39.3552 +23.7222 +28.3444 +23.7222 +41.6048 +73.3637 +99.3939 +146.652 +161.792 +179.04 +209.742 +226.642 +205.764 +203.338 +188.336 +184.045 +212.602 +233.577 +216.514 +208.771 +209.308 +196.047 +140.058 +90.7899 +40.731 +23.7747 +28.3442 +23.722 +39.9134 +72.3891 +104.379 +120.61 +143.286 +183.593 +210.359 +217.42 +205.866 +201.329 +185.835 +184.339 +200.786 +238.829 +227.482 +218.201 +199.762 +195.309 +140.029 +93.155 +42.9971 +23.722 +28.3445 +23.7223 +39.5708 +74.2691 +105.205 +119.654 +150.209 +150.213 +204.041 +222.404 +199.295 +199.293 +180.969 +179.711 +197.827 +221.306 +212.253 +198.89 +198.672 +186.65 +130.858 +88.5437 +39.3424 +23.7221 +28.3445 +23.7748 +41.5476 +73.3111 +99.3707 +150.365 +167.347 +181.465 +213.205 +228.202 +206.15 +203.116 +188.724 +183.911 +212.375 +234.211 +217.599 +209.36 +208.911 +196.913 +140.041 +90.7847 +39.3865 +23.7432 +28.3442 +23.722 +42.0565 +73.3111 +99.5941 +148.34 +162.379 +180.078 +212.357 +226.588 +205.179 +202.701 +187.631 +183.249 +210.175 +233.325 +216.571 +208.782 +210.112 +197.518 +140.099 +90.8659 +39.3442 +23.7221 +28.3446 +23.7748 +41.9324 +75.1471 +102.361 +148.381 +163.476 +181.589 +212.299 +227.536 +204.981 +202.462 +187.74 +181.932 +209.79 +232.939 +216.193 +208.424 +208.962 +196.212 +140.017 +90.7273 +39.3402 +23.7223 +28.3969 +23.7219 +40.6474 +73.311 +100.133 +147.283 +160.945 +177.989 +209.479 +227.136 +216.929 +205.092 +188.057 +181.756 +212.226 +241.852 +215.209 +207.155 +208.159 +195.066 +139.682 +90.7503 +39.3401 +23.7747 +28.3442 +23.722 +42.1113 +74.4725 +100.127 +150.424 +165.752 +182.013 +212.307 +228.899 +207.836 +204.312 +189.643 +184.241 +211.912 +234.216 +217.572 +209.377 +208.932 +197.511 +140.07 +90.8794 +40.7683 +23.7362 +28.3442 +23.7221 +40.1617 +74.7479 +105.922 +119.928 +143.431 +183.67 +210.405 +217.383 +205.734 +201.119 +185.701 +183.483 +198.985 +238.776 +227.457 +218.14 +199.821 +195.257 +140.19 +93.2678 +43.0346 +23.7349 +28.3442 +23.7221 +39.3871 +74.061 +105.035 +120.949 +151.5 +150.395 +204.216 +222.399 +199.4 +199.406 +182.365 +180.347 +197.818 +221.309 +212.188 +200.678 +200.371 +186.746 +130.907 +88.5994 +39.3407 +23.7221 +28.3445 +23.7749 +41.744 +73.3111 +99.3707 +150.387 +164.901 +182.204 +212.996 +228.187 +207.195 +203.837 +191.035 +187.09 +213.437 +234.16 +217.457 +210.191 +211.021 +197.521 +140.14 +90.8314 +39.3457 +23.7747 +28.3442 +23.722 +42.4341 +73.311 +99.3707 +150.224 +165.262 +182.416 +213.059 +228.528 +207.847 +205.313 +189.461 +185.234 +212.453 +234.249 +218.259 +210.554 +211.042 +197.6 +140.118 +91.0264 +39.3403 +23.722 +28.3445 +23.7223 +42.2161 +75.2055 +101.092 +150.159 +164.342 +181.438 +212.361 +228.431 +207.851 +205.349 +189.503 +183.66 +212.103 +234.303 +218.325 +210.617 +211.136 +197.553 +140.265 +91.2391 +39.3398 +23.7222 +28.3444 +23.7222 +42.2939 +75.2442 +100.915 +150.17 +164.346 +181.883 +212.351 +228.415 +208.129 +205.383 +190.045 +183.893 +210.948 +234.315 +218.265 +210.611 +211.083 +197.562 +140.336 +91.1633 +39.3747 +23.7521 +28.3442 +23.722 +42.6103 +75.7911 +101.59 +150.542 +163.967 +181.497 +212.323 +228.296 +207.696 +205.42 +189.928 +184.033 +210.795 +234.249 +218.235 +210.558 +211.149 +197.52 +140.282 +91.1711 +40.7314 +23.7221 +28.3445 +23.7223 +40.0361 +74.6059 +105.532 +120.21 +143.617 +183.976 +210.317 +215.393 +203.453 +198.665 +182.851 +181.667 +199.018 +238.653 +225.223 +215.743 +197.463 +193.05 +138.955 +93.0207 +42.9665 +23.7222 +28.3446 +23.7749 +38.3008 +73.0308 +105.088 +117.61 +147.387 +149.507 +200.785 +219.384 +196.501 +199.613 +178.136 +178.619 +195.36 +218.431 +209.182 +197.566 +197.234 +183.521 +127.327 +85.0104 +39.352 +23.7684 +28.3442 +23.722 +40.3252 +75.6557 +102.454 +146.696 +161.209 +179.82 +209.076 +225.419 +204.861 +202.323 +190.462 +187.863 +212.981 +232.698 +216.756 +208.488 +208.718 +195.704 +140.017 +90.7988 +39.377 +23.7503 +28.3442 +23.722 +41.0789 +73.8487 +99.9116 +150.427 +166.688 +182.063 +212.307 +228.77 +207.925 +205.834 +189.821 +186.605 +212.692 +234.343 +218.208 +210.573 +211.039 +197.419 +140.211 +90.9807 +39.3425 +23.7747 +28.3442 +23.722 +42.7054 +75.8563 +101.99 +150.466 +165.015 +181.433 +212.384 +228.631 +208.155 +206.409 +190.256 +186.456 +213.632 +234.238 +218.253 +210.568 +211.07 +197.459 +140.199 +91.016 +39.3789 +23.7375 +28.3442 +23.7221 +42.3134 +73.3111 +99.3708 +150.442 +165.392 +182.102 +213.88 +229.422 +208.782 +206.43 +191.33 +187.763 +213.6 +234.313 +218.199 +210.553 +211.101 +197.473 +140.141 +90.8896 +39.3434 +23.7222 +28.3971 +23.7219 +41.9817 +73.3112 +99.3708 +164.242 +161.748 +179.354 +211.864 +227.052 +204.536 +203.747 +189.736 +185.665 +213.537 +234.184 +217.137 +208.811 +209.275 +197.467 +140.099 +90.8522 +40.7326 +23.7747 +28.3442 +23.722 +40.3604 +72.389 +104.061 +135.121 +146.358 +184.931 +210.629 +217.569 +205.883 +201.426 +185.628 +184.67 +200.811 +238.852 +227.545 +218.176 +199.808 +195.145 +140.186 +93.2525 +42.9782 +23.7651 +28.3442 +23.722 +40.2717 +74.8684 +105.628 +135.121 +150.892 +151.743 +204.575 +222.624 +199.565 +199.766 +181.697 +181.016 +198.659 +221.694 +212.38 +200.775 +200.658 +186.942 +131.258 +88.9575 +39.3481 +23.7221 +28.3446 +23.7749 +42.5183 +76.0917 +102.258 +164.537 +164.24 +182.37 +213.664 +229.26 +207.779 +205.404 +189.882 +183.742 +211.519 +234.421 +218.158 +210.659 +211.044 +197.764 +140.395 +91.3284 +39.3528 +23.722 +28.3444 +23.7222 +43.4024 +76.2073 +102.141 +164.566 +165.493 +182.363 +213.594 +228.677 +208.171 +205.677 +190.726 +185.188 +214.06 +234.42 +218.643 +210.839 +211.092 +197.828 +140.474 +91.3453 +39.394 +23.7222 +28.3444 +23.7222 +44.1473 +76.4212 +102.083 +164.728 +164.985 +181.872 +212.768 +228.811 +208.351 +205.918 +190.128 +185.818 +213.909 +234.701 +218.455 +210.919 +211.14 +197.883 +140.7 +91.4956 +40.0107 +23.7748 +28.3442 +23.722 +44.6528 +77.3649 +102.987 +164.975 +164.164 +181.861 +212.721 +228.814 +207.903 +205.553 +189.585 +183.767 +212.719 +234.572 +218.71 +210.848 +211.162 +197.832 +140.613 +91.4106 +39.8283 +23.7747 +28.3442 +23.722 +44.3856 +77.2051 +102.507 +164.986 +165.319 +181.93 +212.734 +228.633 +208.119 +205.988 +190.776 +186.107 +213.347 +234.599 +218.338 +210.675 +211.079 +197.471 +140.446 +91.2557 +41.0914 +23.7221 +28.3444 +23.7223 +41.8713 +75.8758 +106.32 +135.114 +143.984 +184.012 +210.656 +217.611 +206.055 +201.382 +185.577 +183.924 +200.844 +239.338 +227.814 +218.448 +199.949 +195.388 +140.709 +93.7893 +43.6301 +23.7689 +28.3442 +23.722 +42.2053 +76.5602 +106.833 +135.832 +151.209 +150.905 +204.637 +222.884 +199.672 +199.609 +181.691 +180.161 +197.416 +222.134 +212.806 +201.315 +201.157 +187.465 +131.742 +89.5557 +39.9957 +23.7222 +28.3446 +23.7747 +44.4253 +77.3941 +103.038 +165.19 +164.46 +182.597 +212.894 +228.749 +208.046 +205.511 +189.912 +184.006 +211.45 +234.854 +218.694 +211.045 +211.426 +197.985 +140.91 +91.751 +39.9668 +23.7747 +28.3441 +23.722 +44.5934 +77.4991 +102.923 +164.958 +166.868 +182.297 +213.045 +228.719 +208.13 +205.548 +190.7 +186.655 +213.836 +234.393 +218.24 +210.685 +211.123 +197.357 +140.259 +91.108 +39.4522 +23.7222 +28.3969 +23.7219 +43.2852 +75.9854 +101.694 +164.412 +166.318 +182.646 +213.066 +228.44 +207.719 +205.864 +190.761 +186.165 +213.538 +234.236 +218.063 +210.541 +210.928 +197.318 +140.093 +90.8457 +39.3395 +23.7221 +28.3501 +23.7694 +42.0579 +73.3112 +99.3708 +164.315 +166.472 +182.366 +213.036 +228.898 +207.575 +205.779 +191.209 +186.495 +213.531 +234.246 +218.218 +210.549 +210.95 +197.247 +140.071 +91.0127 +39.3481 +23.7222 +28.3443 +23.7221 +42.3322 +73.3637 +99.3707 +164.376 +164.606 +182.342 +213.273 +228.409 +207.828 +205.316 +189.656 +184.466 +212.674 +234.246 +217.85 +210.546 +210.956 +197.378 +140.164 +91.0579 +40.7342 +23.7222 +28.3972 +23.7219 +39.6393 +74.6982 +105.593 +135.037 +144.072 +183.949 +210.41 +217.526 +206.01 +201.144 +185.777 +183.569 +201.012 +238.832 +227.579 +218.007 +199.603 +195.065 +140.08 +93.2061 +43.0197 +23.7221 +28.3444 +23.7223 +40.4889 +74.7682 +105.828 +135.087 +150.849 +150.439 +204.641 +222.322 +199.221 +199.405 +181.328 +179.999 +198.204 +221.5 +212.342 +200.686 +200.495 +186.801 +131.151 +88.8946 +39.3631 +23.7619 +28.3442 +23.722 +42.5058 +75.2238 +101.493 +164.397 +167.014 +183.595 +213.566 +228.616 +208.612 +206.549 +191.277 +186.501 +213.481 +234.298 +218.239 +210.553 +210.886 +197.48 +140.12 +90.9792 +39.3427 +23.7255 +28.3937 +23.722 +42.5997 +75.6615 +101.452 +164.412 +165.147 +182.051 +212.489 +228.514 +207.909 +205.5 +191.515 +187.172 +213.717 +234.368 +217.701 +210.578 +210.901 +197.318 +140.137 +91.1427 +39.3416 +23.7221 +28.3445 +23.7223 +43.0886 +75.9433 +101.806 +164.41 +164.096 +182.54 +212.983 +228.767 +208.22 +205.894 +189.929 +185.639 +213.645 +234.207 +218.475 +210.558 +210.889 +196.669 +140.068 +90.9162 +39.344 +23.7746 +28.3442 +23.722 +42.6089 +75.4498 +101.169 +164.398 +166.382 +182.011 +212.577 +228.551 +208.006 +205.464 +190.11 +185.502 +212.713 +234.348 +217.598 +210.653 +211.032 +196.872 +140.304 +91.2243 +39.5464 +23.7737 +28.3442 +23.722 +44.408 +77.0486 +102.346 +164.747 +166.253 +182.026 +212.74 +228.546 +207.974 +205.547 +189.999 +184.784 +212.804 +234.512 +218.293 +210.71 +211.141 +197.011 +140.44 +91.3106 +41.0544 +23.7221 +28.3531 +23.7661 +41.6449 +75.6463 +106.306 +135.114 +145.234 +184.089 +210.529 +217.239 +205.805 +201.192 +185.303 +183.899 +200.548 +238.757 +226.923 +217.358 +199.536 +195.539 +140.07 +93.0706 +43.0457 +23.7239 +28.3442 +23.7221 +40.2972 +74.7233 +105.77 +135.108 +150.95 +150.439 +204.067 +222.26 +199.285 +199.655 +181.942 +180.24 +198.456 +221.336 +212.171 +200.596 +200.349 +186.692 +130.9 +88.569 +39.3429 +23.7221 +28.3444 +23.7466 +43.1303 +75.8888 +101.797 +164.478 +166.993 +182.334 +213.029 +228.758 +208.054 +205.652 +190.257 +185.509 +212.709 +234.691 +218.994 +210.866 +211.441 +197.839 +140.73 +91.6645 +40.0595 +23.7222 +28.3445 +23.7749 +45.7078 +78.3242 +103.939 +165.198 +166.954 +182.367 +212.91 +228.956 +208.14 +205.745 +190.421 +184.311 +213.013 +234.826 +218.166 +211.046 +211.201 +198.013 +140.758 +91.6921 +40.2121 +23.7222 +28.3444 +23.7222 +45.174 +77.9682 +103.303 +165.012 +165.89 +182.299 +212.881 +228.713 +207.979 +205.652 +189.695 +184.357 +211.871 +234.801 +218.603 +211.049 +211.166 +198.189 +140.725 +91.5698 +39.8338 +23.7221 +28.3972 +23.7219 +44.5056 +77.3582 +102.937 +165.087 +166.836 +182.749 +212.952 +228.946 +208.157 +205.374 +189.867 +184.421 +213.026 +234.74 +219.283 +211.048 +211.19 +198.353 +140.622 +91.6343 +40.0437 +23.7222 +28.3443 +23.7221 +44.5694 +77.2677 +102.984 +164.827 +165.633 +181.865 +212.793 +228.579 +208.189 +205.529 +189.664 +185.201 +212.882 +234.61 +218.233 +210.708 +211.021 +198.193 +140.337 +91.247 +40.7292 +23.7222 +28.397 +23.7219 +40.6645 +75.1145 +105.784 +135.116 +146.514 +184.113 +210.833 +217.433 +205.739 +201.143 +185.568 +184.196 +200.232 +238.863 +227.921 +218.198 +199.59 +195.342 +140.058 +93.3705 +42.9561 +23.7747 +28.3442 +23.722 +40.2554 +74.9143 +105.85 +135.174 +151.934 +150.543 +203.923 +222.36 +199.492 +199.342 +181.431 +179.974 +197.844 +221.677 +212.423 +200.833 +200.688 +187.169 +131.368 +89.1827 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_q.csv new file mode 100644 index 0000000..cd3d3a5 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_4_3_q.csv @@ -0,0 +1,8760 @@ +20.8104 +11.4892 +13.7533 +11.489 +19.3941 +36.1357 +51.0229 +65.4459 +74.1002 +73.0561 +98.9619 +107.866 +96.5888 +96.6825 +87.9477 +87.4552 +95.8049 +107.276 +102.774 +97.0651 +97.1365 +90.2699 +63.5614 +43.0807 +19.0533 +11.4892 +13.7278 +11.4892 +20.8571 +36.752 +49.3218 +79.6347 +81.2917 +88.2685 +103.053 +110.64 +100.666 +99.5371 +92.1087 +89.6355 +102.891 +113.502 +106.077 +102.042 +102.317 +95.4657 +67.9064 +44.1644 +19.0549 +11.5038 +13.7385 +11.4892 +21.0466 +36.8838 +49.4107 +79.7563 +81.4442 +88.3017 +103.09 +110.753 +100.738 +99.5594 +92.1184 +90.4863 +103.029 +113.658 +105.686 +102.157 +102.307 +95.644 +68.0324 +44.2941 +19.2196 +11.4891 +13.7279 +11.5146 +21.3346 +37.2015 +49.7054 +79.9638 +80.5344 +88.3044 +103.346 +110.717 +100.743 +99.5289 +91.9722 +89.3783 +103.006 +113.62 +105.912 +102.101 +102.353 +95.6904 +68.0213 +44.2729 +19.2346 +11.4891 +13.7279 +11.5147 +21.3576 +37.1778 +49.5109 +79.8166 +81.0086 +88.1292 +103.211 +110.671 +100.727 +99.4652 +91.8328 +89.043 +101.901 +113.58 +106.145 +102.038 +102.445 +95.6661 +68.0506 +44.3334 +19.1663 +11.4892 +13.7279 +11.4892 +21.2667 +36.9956 +49.3176 +79.944 +80.5726 +88.2347 +103.333 +110.633 +100.674 +99.4784 +91.9522 +88.9683 +103.55 +113.509 +105.6 +102.04 +102.435 +95.5716 +67.9078 +44.1179 +19.7401 +11.5058 +13.7277 +11.4891 +19.9725 +36.5346 +51.3534 +65.4443 +71.2491 +89.0116 +102.082 +105.428 +99.4353 +97.5549 +90.0556 +89.2658 +97.3857 +115.813 +110.35 +105.991 +96.7617 +94.467 +68.0103 +45.3103 +21.0871 +11.4891 +13.7278 +11.4891 +20.4099 +36.8359 +51.8897 +65.6417 +74.0482 +73.0984 +98.7992 +107.535 +96.6212 +96.656 +88.0925 +87.5713 +95.9332 +107.415 +102.689 +97.0034 +97.2077 +90.7676 +63.6737 +43.2127 +19.3266 +11.4892 +13.7279 +11.5147 +21.4342 +37.2157 +49.8466 +79.8935 +80.9755 +88.3752 +103.153 +110.74 +100.836 +99.5624 +91.9269 +89.2378 +103.604 +113.652 +105.754 +102.133 +102.582 +95.9554 +68.138 +44.3853 +19.3222 +11.4891 +13.7278 +11.4891 +21.5714 +37.5826 +49.9423 +79.9033 +80.5901 +88.275 +102.971 +110.544 +100.608 +99.3753 +91.7019 +88.8223 +102.746 +113.476 +105.811 +102.006 +102.518 +95.7399 +67.8469 +44.0597 +19.0644 +11.5013 +13.7277 +11.4891 +20.6386 +35.5062 +48.1275 +79.612 +81.8638 +88.9398 +103.271 +110.792 +100.21 +99.0905 +91.7529 +88.9694 +102.26 +112.562 +105.166 +101.703 +102.551 +95.7784 +67.8971 +44.206 +19.2315 +11.4891 +13.7278 +11.4892 +21.9751 +37.9789 +50.4585 +79.9417 +80.6736 +88.42 +103.492 +111.251 +101.113 +99.8335 +92.1705 +89.3647 +101.196 +113.666 +106.585 +102.112 +102.617 +96.025 +68.0769 +44.3065 +19.1959 +11.4892 +13.7534 +11.489 +21.1575 +37.0497 +49.6183 +79.8461 +81.3146 +88.1932 +102.961 +110.737 +100.651 +99.5132 +91.7317 +88.7425 +102.265 +113.467 +105.684 +101.991 +102.576 +95.8419 +67.8478 +44.0396 +19.7266 +11.5146 +13.7277 +11.4891 +19.4472 +35.0596 +50.0582 +65.4204 +70.8989 +89.307 +102.131 +105.153 +99.4958 +97.4675 +89.7304 +89.4008 +97.5905 +115.645 +110.817 +106.433 +96.8623 +94.6684 +67.8361 +45.1364 +20.8184 +11.4892 +13.7278 +11.4892 +19.2978 +36.1442 +51.0861 +65.4061 +73.492 +72.8058 +98.9355 +107.52 +96.5218 +96.7319 +87.9517 +87.0665 +94.5137 +107.218 +102.967 +97.107 +97.0824 +90.395 +63.4869 +43.0633 +19.0558 +11.4892 +13.7278 +11.4892 +20.5656 +36.6576 +49.3089 +79.6664 +80.361 +88.1129 +102.798 +110.614 +100.602 +99.4331 +91.6848 +90.1369 +102.168 +113.446 +105.603 +101.959 +102.618 +95.9175 +67.8421 +44.0619 +19.0528 +11.4892 +13.7278 +11.4892 +20.2134 +35.5295 +48.1275 +79.572 +81.4408 +88.027 +102.98 +110.538 +100.724 +99.6166 +92.5519 +89.9392 +102.042 +113.229 +104.925 +101.4 +102.452 +95.9966 +67.8109 +43.9732 +19.0564 +11.4905 +13.752 +11.4891 +20.5847 +35.5062 +48.131 +79.6261 +81.3759 +88.0944 +102.916 +110.583 +100.688 +99.6773 +92.2848 +89.7095 +101.917 +113.456 +106.017 +101.993 +102.728 +96.0919 +67.8645 +44.0725 +19.0618 +11.5119 +13.7277 +11.4891 +20.783 +36.7602 +49.312 +79.637 +81.0316 +88.7165 +102.834 +110.636 +100.648 +99.4636 +91.8072 +88.9715 +102.684 +113.47 +106.364 +102.008 +102.762 +96.1908 +67.8472 +44.1342 +19.0674 +11.4891 +13.7278 +11.4891 +21.0101 +36.9083 +49.4078 +79.658 +80.421 +88.2309 +103.027 +110.599 +100.678 +99.4945 +91.7555 +89.3504 +100.793 +113.457 +105.72 +102.037 +102.786 +96.295 +67.9355 +44.2135 +19.7342 +11.4892 +13.7278 +11.4892 +20.0782 +36.5563 +51.4664 +65.4895 +69.8018 +89.3984 +101.873 +105.51 +99.6414 +97.4589 +89.7502 +88.9078 +97.0021 +115.664 +110.167 +106.502 +97.0426 +95.0696 +67.9328 +45.1814 +20.8533 +11.4892 +13.7278 +11.4892 +19.6165 +36.3786 +51.2191 +65.4381 +73.5046 +73.0048 +98.8244 +107.597 +96.5838 +96.5811 +87.7911 +86.9187 +94.8085 +107.263 +102.562 +97.1168 +97.0887 +90.5884 +63.4864 +43.0663 +19.0703 +11.4891 +13.7277 +11.4891 +21.1839 +37.0087 +49.6137 +79.8039 +80.51 +88.4016 +103.16 +110.778 +100.784 +99.6929 +92.2524 +89.0636 +102.597 +113.693 +106.47 +102.226 +102.887 +96.7059 +68.1996 +44.3656 +19.4688 +11.5125 +13.7277 +11.4891 +22.1403 +37.9657 +50.2421 +79.9951 +80.497 +88.3402 +103.102 +110.703 +100.758 +99.5343 +91.831 +89.0067 +100.824 +113.652 +106.642 +102.114 +102.884 +96.5619 +68.1432 +44.2982 +19.2169 +11.4891 +13.7279 +11.4892 +21.2746 +37.1818 +49.634 +79.8962 +80.6752 +88.5443 +103.156 +110.583 +100.781 +99.4878 +91.8587 +88.9589 +101.262 +113.559 +105.905 +102.102 +102.841 +96.5534 +68.1288 +44.2923 +19.2776 +11.4892 +13.7278 +11.4892 +21.6241 +37.5514 +49.8144 +79.825 +80.8815 +88.3876 +103.028 +110.54 +101.196 +99.5283 +91.8605 +88.9473 +102.059 +113.574 +105.997 +102.073 +102.854 +96.4957 +68.0906 +44.2 +19.1173 +11.5063 +13.736 +11.4891 +21.0103 +36.955 +49.4569 +79.7587 +80.7918 +88.3289 +102.934 +110.41 +100.626 +99.5803 +91.7856 +88.8687 +100.984 +113.541 +106.059 +102.053 +102.878 +96.4341 +68.1124 +44.2339 +19.798 +11.4891 +13.7279 +11.4938 +20.2309 +36.8787 +51.7863 +65.645 +69.7661 +89.1416 +101.91 +105.737 +99.9115 +97.4645 +89.9065 +88.9417 +96.8337 +115.789 +110.364 +106.635 +97.1696 +95.4807 +68.1486 +45.3986 +21.0321 +11.5033 +13.7391 +11.4891 +20.2216 +36.8321 +51.5848 +65.6493 +73.3213 +73.2569 +99.0494 +107.919 +96.5339 +97.0091 +87.9347 +87.4166 +95.2375 +107.425 +103.177 +97.5045 +97.2525 +90.5139 +63.6363 +43.2607 +19.34 +11.5014 +13.7277 +11.4891 +21.5988 +37.346 +49.6258 +79.9139 +80.6638 +88.3149 +103.084 +110.643 +100.679 +99.4797 +91.8737 +88.8264 +100.73 +113.721 +106.722 +102.235 +102.994 +96.6926 +68.27 +44.3441 +19.2438 +11.4892 +13.7278 +11.5146 +21.3125 +37.3409 +49.774 +79.9227 +80.9636 +88.4878 +103.117 +110.762 +100.871 +99.5336 +91.9849 +88.8738 +101.064 +113.722 +106.725 +102.267 +103.109 +96.5834 +68.2073 +44.2386 +19.1576 +11.4892 +13.7278 +11.4892 +20.451 +35.5316 +48.1275 +79.5907 +81.8619 +88.8122 +103.126 +110.825 +100.921 +99.4359 +91.7423 +89.5365 +102.91 +113.405 +106.476 +101.995 +103 +96.4368 +68.0277 +44.138 +19.0668 +11.493 +13.7277 +11.4891 +20.6478 +36.7098 +49.2775 +79.6518 +80.3914 +88.176 +102.878 +110.558 +100.608 +99.4801 +91.7071 +88.7455 +100.832 +113.536 +105.868 +102.059 +102.965 +96.4894 +68.1708 +44.1969 +19.0528 +11.5146 +13.7277 +11.4891 +21.1675 +37.0091 +49.5434 +79.8472 +80.6863 +88.2271 +102.966 +110.695 +100.623 +99.5337 +91.8183 +88.8102 +101.814 +113.466 +105.904 +102.049 +103.008 +96.4205 +68.1899 +44.2165 +19.7656 +11.4891 +13.7279 +11.5147 +20.1622 +36.7918 +51.6154 +65.5954 +69.8421 +89.2095 +101.92 +105.14 +99.8769 +97.4268 +89.8122 +88.6622 +94.762 +115.922 +110.822 +106.661 +97.3725 +95.5027 +68.2104 +45.4486 +21.023 +11.4891 +13.7278 +11.4891 +20.2426 +36.9111 +51.7039 +65.7427 +73.1061 +72.9078 +99.2395 +108.024 +96.6001 +96.5951 +87.8719 +87.0269 +94.5188 +107.538 +103.058 +97.5655 +97.3467 +90.6754 +63.766 +43.3534 +19.5509 +11.4892 +13.7278 +11.4983 +22.2085 +37.9461 +50.4711 +80.0533 +81.4786 +88.7908 +103.204 +111.06 +100.946 +99.6721 +91.9751 +88.8421 +100.495 +113.828 +106.374 +102.34 +103.21 +96.8177 +68.4596 +44.5001 +19.4928 +11.4892 +13.7278 +11.5215 +22.2561 +38.0808 +50.4463 +73.3208 +80.3533 +88.4084 +103.117 +110.874 +100.656 +99.4353 +91.818 +88.8066 +101.829 +113.626 +106.225 +102.154 +103.099 +96.549 +68.2717 +44.2711 +19.457 +11.5013 +13.7277 +11.4891 +21.734 +37.6762 +50.0067 +73.1833 +80.3897 +88.388 +102.891 +110.73 +100.576 +99.4303 +91.786 +88.6231 +100.326 +106.902 +106.251 +102.11 +103.024 +96.6615 +68.3898 +44.3703 +19.2546 +11.4892 +13.7533 +11.4891 +21.3322 +37.2048 +49.5084 +73.0933 +80.312 +88.1608 +102.802 +110.624 +100.535 +99.3754 +91.7146 +88.5406 +99.8828 +106.764 +106.269 +102.038 +103.057 +96.5064 +68.2525 +44.25 +19.2887 +11.4892 +13.7534 +11.489 +21.4385 +37.3419 +49.7249 +72.473 +80.179 +88.2215 +102.862 +110.667 +100.529 +99.4337 +91.7374 +88.9609 +100.771 +105.947 +106.359 +102.108 +103.134 +96.6692 +68.3397 +44.3126 +19.8404 +11.4892 +13.7279 +11.5146 +20.0263 +36.8121 +51.6623 +58.7513 +69.6707 +89.2313 +101.897 +105.187 +99.73 +97.3222 +89.9858 +88.5296 +94.5454 +108.375 +110.807 +106.448 +97.2738 +95.3257 +67.9556 +45.1496 +20.7994 +11.5146 +13.7277 +11.4891 +19.4917 +36.2107 +51.0997 +58.5981 +72.9508 +72.8597 +99.282 +107.978 +96.6773 +96.536 +87.8488 +86.9259 +94.2871 +100.756 +103.201 +97.6192 +97.3056 +90.6499 +63.6686 +43.2618 +19.4179 +11.4892 +13.7279 +11.4892 +22.3149 +38.0132 +50.5168 +73.2145 +81.0148 +88.5378 +102.989 +110.808 +100.726 +99.4257 +91.8469 +88.7083 +101.211 +106.924 +106.633 +102.18 +103.081 +96.6005 +68.3329 +44.3194 +19.4014 +11.4891 +13.7278 +11.4892 +21.8835 +37.6869 +50.035 +73.0338 +80.1952 +88.296 +102.927 +110.677 +100.551 +99.4252 +91.6554 +88.4186 +99.8144 +105.574 +106.311 +101.965 +102.999 +96.3792 +68.0192 +43.9768 +19.0505 +11.4891 +13.7278 +11.4892 +20.5495 +35.5316 +48.1275 +72.7097 +80.3436 +88.2776 +102.943 +110.806 +100.52 +99.4289 +91.7233 +88.5354 +100.06 +106.143 +106.314 +102.015 +103.063 +96.4322 +68.1836 +44.1812 +19.0531 +11.4892 +13.7278 +11.4892 +21.138 +36.9017 +49.509 +72.7861 +80.1127 +88.2755 +102.845 +110.721 +100.553 +99.4537 +91.6767 +88.718 +100.767 +106.416 +106.334 +102.049 +103.079 +96.4496 +68.1893 +44.1937 +19.0506 +11.4892 +13.7278 +11.4892 +20.7359 +36.762 +49.2073 +72.7423 +79.9705 +88.108 +103.063 +110.555 +100.611 +99.3958 +91.7296 +88.6906 +99.8672 +106.04 +106.295 +102.019 +103.036 +96.4305 +68.108 +44.1253 +19.7259 +11.4891 +13.7279 +11.4892 +19.4092 +36.2127 +51.1244 +58.5588 +69.7571 +89.2483 +101.881 +105.13 +99.6953 +97.2624 +89.6104 +88.5118 +94.4876 +107.832 +110.968 +106.465 +97.3099 +95.3305 +67.9897 +45.2321 +20.8054 +11.5145 +13.7277 +11.4891 +19.4712 +36.2243 +51.1003 +58.3061 +72.72 +72.5983 +99.0785 +107.971 +96.632 +96.5435 +87.7375 +87.3316 +94.7598 +100.509 +102.925 +97.3497 +97.0296 +90.3608 +63.3693 +42.9108 +19.0578 +11.5146 +13.7277 +11.4891 +21.1509 +36.7759 +49.3735 +72.6358 +80.0052 +88.164 +102.755 +110.74 +100.627 +99.4086 +91.6955 +88.4487 +99.8415 +106.276 +106.256 +102.08 +103.133 +96.592 +68.3087 +44.3187 +19.3659 +11.4892 +13.7278 +11.5146 +21.9134 +37.8759 +50.2683 +72.3122 +80.2719 +88.4288 +103.069 +110.878 +100.557 +99.5339 +91.9474 +88.9325 +100.22 +105.561 +106.432 +102.221 +103.134 +96.628 +68.3515 +44.3074 +19.4236 +11.4891 +13.7533 +11.489 +21.6553 +37.5904 +50.017 +72.7522 +80.0085 +88.0851 +102.735 +110.561 +99.9258 +98.2209 +90.8993 +88.3997 +99.4892 +104.173 +104.412 +100.278 +101.788 +95.8104 +68.0095 +43.9839 +19.0517 +11.4892 +13.7279 +11.5146 +20.5391 +35.5061 +48.7754 +72.6207 +80.9459 +88.3481 +102.785 +110.627 +100.627 +99.4281 +91.697 +88.5161 +100.945 +106.203 +106.194 +102.036 +103.04 +96.4308 +68.1754 +44.2131 +19.1954 +11.4986 +13.7277 +11.4891 +21.3017 +37.0785 +49.4746 +71.8758 +80.0592 +88.1767 +102.936 +110.714 +100.584 +99.4899 +91.6883 +88.5632 +99.8915 +105.365 +106.144 +102.048 +103.009 +96.4764 +68.2238 +44.2825 +19.9169 +11.4891 +13.7278 +11.4891 +20.3402 +36.8879 +51.7519 +58.2331 +69.4027 +89.1105 +101.921 +105.319 +99.8551 +97.3713 +89.7771 +88.7178 +94.529 +107.449 +110.814 +106.597 +97.2599 +95.3755 +68.0901 +45.3608 +21.0449 +11.4912 +13.7277 +11.4891 +20.1782 +36.7968 +51.578 +57.9555 +72.8172 +72.8747 +99.1352 +107.939 +96.5736 +96.5884 +87.7822 +86.7816 +93.8932 +99.7361 +102.871 +97.2905 +97.1473 +90.3739 +63.5121 +43.0902 +19.0576 +11.4892 +13.7278 +11.4892 +20.8733 +36.752 +49.4375 +72.2453 +79.9227 +88.0559 +102.856 +110.571 +100.59 +99.398 +91.6505 +88.5808 +99.8494 +105.729 +105.913 +102.093 +103.028 +96.5617 +68.2117 +44.2554 +19.0522 +11.4892 +13.7534 +11.4891 +21.2958 +37.016 +49.4329 +71.966 +80.157 +88.2837 +102.925 +110.591 +100.559 +99.4559 +91.71 +88.4928 +99.9031 +104.643 +105.815 +102.011 +102.965 +96.4653 +68.1438 +44.1919 +19.0851 +11.5093 +13.7277 +11.4891 +20.9585 +36.8736 +49.3955 +71.9124 +80.0872 +88.1593 +102.816 +110.614 +100.579 +99.3755 +91.6745 +88.4698 +99.7701 +104.681 +106.48 +101.986 +102.981 +96.453 +68.0138 +44.1038 +19.1191 +11.4891 +13.7278 +11.4891 +20.9674 +36.7689 +49.28 +71.6218 +79.8885 +88.0236 +102.709 +110.496 +100.527 +99.3331 +91.6447 +88.3562 +99.7278 +104.339 +106.345 +101.975 +102.961 +96.4211 +68.0143 +44.1182 +19.0528 +11.4891 +13.7278 +11.4892 +20.3707 +36.483 +49.0697 +72.1659 +79.9218 +88.0218 +102.807 +110.511 +100.619 +99.3557 +91.7168 +88.5624 +99.9121 +105.088 +106.374 +102.096 +103.028 +96.5821 +68.219 +44.3009 +19.7975 +11.4892 +13.7427 +11.4997 +19.8772 +36.476 +51.3476 +58.1635 +69.5117 +89.0713 +101.886 +105.661 +99.9007 +97.2123 +89.8018 +88.4986 +94.55 +108.403 +110.303 +106.545 +97.1397 +95.2692 +68.0636 +45.3409 +21.0401 +11.4892 +13.7279 +11.4892 +19.7598 +36.4935 +51.3695 +57.9415 +72.9302 +72.8688 +99.0712 +107.809 +96.5592 +96.6305 +87.752 +86.7732 +93.8166 +99.0849 +102.996 +97.3652 +97.2262 +90.969 +63.6592 +43.2544 +19.2124 +11.489 +13.7277 +11.4891 +21.2534 +37.0949 +49.6166 +71.8627 +80.1893 +88.3527 +103.071 +110.564 +100.833 +99.4629 +91.8142 +88.7428 +100.209 +104.654 +106.126 +102.11 +102.902 +96.6605 +68.2085 +44.345 +19.1923 +11.4892 +13.7279 +11.5147 +21.1933 +37.0237 +49.5197 +71.8759 +80.1938 +88.3172 +103.075 +110.474 +100.639 +99.4174 +91.7943 +88.5753 +100.108 +104.264 +105.919 +102.074 +102.868 +96.5384 +68.1314 +44.2679 +19.1143 +11.5107 +13.7277 +11.4891 +20.8876 +36.7611 +49.3224 +71.7502 +79.8985 +87.9979 +102.769 +110.41 +99.6798 +98.7652 +91.596 +88.3921 +99.6979 +104.02 +105.663 +101.971 +102.825 +96.3671 +67.9119 +44.1095 +19.0502 +11.4892 +13.7278 +11.4892 +20.0999 +35.5317 +48.1274 +72.5911 +79.8597 +88.0874 +102.764 +110.349 +99.8447 +98.9651 +91.5741 +88.5849 +99.6366 +106.001 +105.464 +101.112 +102.244 +96.3276 +67.8697 +43.9871 +19.0508 +11.4891 +13.7279 +11.4892 +20.3308 +35.5062 +48.1274 +72.4087 +80.2515 +88.0911 +102.739 +110.376 +100.225 +98.9222 +91.6543 +88.5009 +99.8413 +106.036 +105.528 +100.993 +101.932 +96.2615 +67.8165 +43.9386 +19.7259 +11.5146 +13.7277 +11.4891 +18.9188 +35.0596 +50.0583 +58.303 +69.6248 +88.848 +101.714 +105.199 +99.4514 +97.2225 +89.6878 +88.6113 +94.7283 +107.492 +110.122 +105.571 +96.4063 +94.6502 +67.8248 +45.0076 +11.4892 +13.7436 +11.4988 +18.6856 +35.5511 +50.4851 +63.8739 +72.1563 +72.8051 +98.7816 +106.982 +95.8835 +95.0819 +86.6586 +85.0534 +92.0383 +96.5221 +92.7314 +96.0138 +96.0247 +90.0656 +63.2917 +42.8574 +19.0499 +11.4891 +13.7278 +11.4892 +19.7866 +35.7293 +48.4256 +79.5573 +80.7154 +88.0272 +102.762 +110.441 +99.6979 +98.3062 +90.8236 +88.3949 +99.6586 +102.31 +96.7783 +100.496 +101.268 +94.8805 +66.5592 +43.6504 +19.0682 +11.4929 +13.7277 +11.4891 +19.4352 +35.7632 +48.5264 +78.3656 +78.4319 +86.5694 +101.634 +126.814 +129.229 +131.812 +119.384 +110.714 +119.708 +123.867 +114.749 +112.853 +109.364 +95.1286 +66.2196 +42.267 +19.0703 +11.4891 +13.7278 +11.4891 +20.4831 +36.5059 +49.5002 +77.9379 +78.5731 +87.5458 +114.039 +134.158 +133.282 +131.917 +123.386 +115.697 +126.546 +133.301 +126.007 +121.797 +121.646 +102.087 +66.2635 +42.3359 +19.7382 +11.4892 +13.7278 +11.4891 +25.2649 +36.7578 +49.4213 +78.2751 +78.6249 +86.422 +101.401 +109.472 +99.3816 +98.1436 +95.6758 +91.7985 +98.1801 +101.562 +95.3097 +100.541 +101.199 +94.5239 +66.5609 +42.8352 +19.0664 +11.4891 +13.7278 +11.4891 +19.7156 +35.9716 +48.7454 +72.2249 +79.7317 +87.2659 +101.816 +109.087 +99.2134 +97.999 +90.194 +88.3368 +99.4826 +102.496 +94.9606 +101.114 +101.772 +95.7523 +67.7834 +43.9719 +19.7279 +11.5145 +13.7277 +11.4891 +19.1297 +35.0596 +50.2411 +58.6896 +69.6165 +89.1154 +101.869 +105.117 +99.3844 +97.3346 +89.6304 +88.4588 +94.1158 +104.916 +101.01 +106.435 +96.8928 +94.6828 +67.7968 +45.1174 +20.8112 +11.4891 +13.7279 +11.4892 +19.0992 +35.8557 +50.8082 +58.653 +72.9896 +73.1033 +99.1013 +107.666 +96.5708 +96.5505 +87.7472 +86.6835 +93.6249 +98.3353 +94.1765 +97.0214 +97.0872 +90.3206 +63.5155 +43.0911 +19.0684 +11.501 +13.7277 +11.4891 +20.9621 +36.8472 +49.3156 +72.9583 +80.3319 +87.8715 +102.826 +110.534 +100.62 +99.3574 +91.5854 +88.3139 +99.5398 +102.976 +96.329 +101.98 +102.577 +95.8224 +67.8829 +44.1572 +19.0515 +11.4892 +13.735 +11.5075 +20.8748 +36.7965 +49.2655 +72.8985 +80.1297 +88.0814 +102.877 +110.644 +100.626 +99.3108 +91.6101 +88.3786 +99.4819 +102.986 +96.6148 +101.96 +102.554 +95.7612 +67.8398 +44.0885 +19.0514 +11.4892 +13.7279 +11.4892 +19.963 +35.5062 +48.1274 +72.677 +79.8886 +86.83 +102.184 +108.973 +99.1198 +98.0795 +90.1616 +86.9004 +97.9918 +101.925 +95.2128 +100.406 +100.91 +94.5806 +67.3542 +43.9446 +19.0538 +11.4892 +13.7534 +11.489 +19.9754 +35.6545 +48.433 +72.7174 +80.2674 +87.8953 +102.732 +110.572 +100.563 +99.4044 +91.7697 +88.3932 +99.5263 +102.839 +96.2272 +102.01 +102.537 +95.7791 +67.9637 +44.1626 +19.0531 +11.5146 +13.7277 +11.4891 +20.6146 +36.6148 +49.145 +72.5971 +80.0727 +87.9212 +102.887 +110.568 +100.557 +99.3715 +91.7057 +88.4064 +99.4876 +102.789 +96.3854 +102.019 +102.518 +95.7399 +67.9454 +44.1856 +19.7268 +11.4892 +13.7533 +11.4891 +19.4448 +36.2237 +51.1786 +58.2496 +69.4418 +88.7597 +101.881 +105.531 +99.4205 +97.3969 +89.6235 +88.5692 +94.276 +105.203 +100.628 +105.942 +96.7267 +94.4608 +67.858 +45.1331 +20.8096 +11.4892 +13.7533 +11.4891 +19.3324 +36.1347 +51.0166 +58.1918 +73.2817 +72.7292 +98.6995 +107.651 +96.4992 +96.4635 +87.717 +86.6315 +93.5839 +97.9091 +93.633 +96.8964 +97.1101 +90.6785 +63.5557 +43.1627 +19.0674 +11.4891 +13.7278 +11.4891 +20.609 +36.5511 +49.3004 +72.3534 +80.0138 +87.9528 +102.912 +110.528 +100.614 +99.3765 +91.7606 +88.4997 +99.5207 +102.779 +95.8602 +102.029 +102.372 +95.5917 +67.9246 +44.1603 +19.0568 +11.4892 +13.7533 +11.4891 +20.7143 +36.6362 +49.0725 +72.3247 +79.8527 +87.8267 +102.734 +110.517 +100.531 +99.335 +91.5642 +88.3468 +99.3759 +102.874 +94.9895 +94.2904 +102.344 +95.4967 +67.7974 +44.1201 +19.0575 +11.4892 +13.7304 +11.5122 +20.2795 +36.3375 +49.0196 +71.991 +79.8131 +87.7676 +102.693 +110.319 +99.5243 +98.1969 +90.7352 +88.3353 +99.4758 +102.818 +95.3367 +94.9254 +102.279 +95.4529 +67.7646 +43.9475 +19.0568 +11.5146 +13.7277 +11.4891 +20.0887 +35.5061 +48.1624 +72.8 +80.5837 +88.0882 +102.877 +110.611 +100.004 +98.5614 +91.5454 +88.2476 +99.6184 +103.114 +95.8572 +94.3881 +101.282 +95.0491 +67.7341 +43.9514 +19.0542 +11.4892 +13.7533 +11.4891 +19.9719 +35.5061 +48.2074 +72.7705 +80.2847 +87.6496 +102.708 +110.595 +99.7627 +98.3367 +90.7994 +88.3753 +99.5166 +102.5 +94.8371 +94.1797 +101.331 +95.1877 +67.7436 +43.9805 +19.7252 +11.4892 +13.7434 +11.499 +18.859 +35.7842 +50.9315 +57.9359 +69.1319 +88.9156 +102.088 +104.343 +98.9876 +96.7682 +88.8851 +87.9883 +94.2505 +105.111 +100.091 +97.8246 +95.7638 +93.9315 +67.7641 +45.0704 +20.8025 +11.4892 +13.7453 +11.4971 +18.6155 +35.4608 +50.5461 +57.0028 +70.9813 +72.9034 +98.6047 +107.518 +96.5017 +96.4719 +87.6457 +86.5171 +93.5062 +97.9403 +93.7034 +89.6637 +97.0264 +90.3985 +63.4038 +42.9675 +19.0649 +11.4891 +13.7278 +11.4891 +20.0452 +36.128 +48.7996 +71.7361 +79.569 +87.7882 +103.052 +110.704 +99.958 +98.4987 +90.7051 +87.3482 +98.7752 +102.156 +94.975 +93.7634 +101.13 +95.0968 +67.7524 +43.9996 +19.0526 +11.4892 +13.7278 +11.4892 +19.6013 +35.5316 +48.561 +72.233 +79.2419 +87.6948 +102.728 +110.47 +100.365 +99.4418 +91.8137 +88.5421 +99.5854 +103.091 +95.6129 +94.7644 +102.133 +95.8979 +67.8661 +44.0811 +19.0533 +11.4892 +13.7278 +11.4892 +20.5537 +36.5563 +49.1318 +71.6939 +79.3706 +87.7736 +102.877 +110.225 +99.8418 +98.7794 +91.5593 +88.3334 +99.4482 +102.887 +95.363 +93.9662 +102.139 +95.8152 +67.8144 +44.0568 +19.0518 +11.4892 +13.7278 +11.4892 +20.1046 +36.1902 +48.7161 +71.7203 +79.0874 +87.8025 +102.925 +110.17 +99.137 +97.9144 +90.1349 +86.8873 +98.018 +101.47 +93.7528 +92.9654 +101.079 +95.6883 +67.7328 +43.996 +19.0529 +11.4891 +13.7278 +11.4892 +19.6677 +35.5755 +48.3642 +70.6263 +77.4065 +86.1925 +101.336 +109.806 +105.965 +105.279 +94.5102 +87.4983 +99.0018 +102.348 +96.7258 +94.6214 +103.666 +94.1474 +66.1727 +42.2548 +19.7278 +11.5146 +13.7277 +11.4891 +18.8024 +35.6851 +50.8802 +56.0444 +68.0062 +87.7596 +100.735 +110.297 +105.486 +108.955 +97.6488 +92.0465 +94.8842 +104.519 +103.416 +101.993 +96.1942 +92.7414 +66.1502 +43.3678 +20.8685 +11.4892 +13.7278 +11.4892 +19.2006 +37.0363 +52.5045 +55.9266 +71.0551 +71.0449 +97.4573 +106.411 +95.2487 +95.1715 +86.5809 +85.2111 +92.1684 +96.4895 +92.5651 +88.4162 +95.8575 +89.3845 +63.2041 +42.8413 +19.0556 +11.4892 +13.7279 +11.4892 +19.6228 +35.767 +48.4976 +72.5543 +79.0622 +87.6595 +102.71 +110.002 +99.5762 +98.4249 +91.655 +88.4051 +99.5869 +102.962 +95.8084 +95.1588 +102.155 +95.3551 +67.8237 +44.0193 +19.0544 +11.4892 +13.7279 +11.4892 +20.3915 +35.5062 +48.4576 +71.7486 +78.9742 +87.6993 +102.725 +110.491 +99.9073 +98.191 +91.5957 +88.3 +99.4711 +102.841 +94.5143 +93.0065 +101.304 +95.2947 +67.7802 +43.967 +19.053 +11.5146 +13.7277 +11.4891 +19.8198 +35.5061 +48.2767 +72.5198 +79.107 +87.4961 +102.414 +109.475 +99.0495 +97.8473 +90.6378 +87.9019 +99.3795 +102.762 +94.1404 +94.7911 +101.86 +95.1961 +67.8091 +44.0139 +19.0524 +11.4891 +13.7279 +11.5147 +20.277 +35.5062 +48.3094 +71.4272 +78.7796 +87.7752 +102.796 +110.599 +99.8471 +98.3078 +91.39 +88.2941 +99.3826 +102.803 +94.6702 +93.5338 +102.138 +95.1637 +67.8318 +44.0419 +19.0528 +11.4891 +13.7279 +11.5147 +20.2156 +35.5062 +48.1866 +72.5214 +79.5142 +88.0113 +102.778 +110.611 +100.513 +99.4168 +91.5908 +88.4024 +99.6005 +102.282 +94.3212 +93.162 +100.601 +94.7137 +67.6115 +44.0081 +19.7276 +11.4891 +13.7278 +11.4892 +19.1594 +35.0851 +50.4885 +58.119 +69.1276 +89.0971 +101.815 +105.229 +99.5666 +97.3302 +89.6289 +88.4067 +94.2789 +105.453 +100.771 +98.675 +96.7349 +94.3903 +67.8668 +45.1468 +20.8086 +11.5146 +13.7277 +11.4891 +19.8574 +36.3249 +51.2196 +57.7398 +72.7549 +72.7951 +98.9643 +107.703 +96.5375 +96.5132 +87.6224 +86.5804 +93.5046 +97.8753 +93.665 +89.4128 +97.0846 +90.4813 +63.5381 +43.1031 +19.0695 +11.4892 +13.7278 +11.4892 +20.4094 +36.4195 +49.0413 +71.4202 +78.803 +87.7656 +102.734 +110.517 +100.624 +99.3486 +91.5763 +88.3013 +99.3753 +102.693 +94.8591 +94.498 +102.108 +95.5383 +67.8307 +44.0095 +19.0568 +11.4892 +13.7278 +11.4892 +20.1351 +35.5061 +48.1275 +71.6839 +78.8712 +87.7002 +102.727 +110.489 +99.7431 +98.3412 +91.1294 +87.5814 +97.9602 +101.326 +93.9197 +91.852 +101.286 +95.5299 +67.7789 +43.9714 +19.0566 +11.4891 +13.7279 +11.5147 +19.8731 +35.5062 +48.2823 +71.3632 +79.0038 +88.1089 +103.241 +109.363 +99.3578 +98.1307 +90.3086 +86.9985 +98.0705 +101.501 +94.0585 +91.5409 +100.692 +93.9301 +66.7083 +43.5228 +19.0525 +11.4892 +13.7279 +11.5147 +19.5156 +35.9027 +48.6037 +70.7613 +77.3714 +86.4615 +101.414 +109.345 +101.094 +98.0483 +90.2019 +86.9987 +98.1074 +101.391 +93.8522 +92.1361 +100.948 +94.7136 +67.6651 +43.946 +19.0524 +11.4891 +13.7279 +11.5147 +19.5748 +36.0209 +41.7388 +71.2914 +78.7933 +87.3439 +102.266 +109.376 +99.2974 +98.0378 +90.1749 +86.9465 +98.0404 +101.376 +93.8169 +91.6289 +100.945 +94.6347 +67.7661 +43.9513 +19.7289 +11.4892 +13.7534 +11.489 +18.4015 +35.3976 +43.5906 +57.5061 +69.2154 +88.8687 +101.609 +104.1 +98.3747 +96.129 +88.3072 +87.0971 +92.7498 +103.623 +98.1556 +94.9665 +95.5151 +93.3726 +66.928 +45.0462 +20.8199 +11.4892 +13.7278 +11.4892 +18.4877 +35.5311 +44.1588 +56.019 +71.0253 +72.5432 +97.5437 +106.423 +95.1986 +95.1405 +86.2701 +85.1516 +92.1817 +96.658 +94.2084 +88.1776 +95.9638 +90.3746 +63.3673 +42.8719 +19.0559 +11.4892 +13.7279 +11.5147 +19.621 +36.1903 +42.1887 +71.3613 +79.427 +88.2647 +103.365 +110.403 +99.3318 +98.0576 +90.4317 +87.4807 +98.5398 +101.684 +94.0231 +91.8463 +101.149 +94.9713 +67.7766 +43.9828 +19.0524 +11.4892 +13.7279 +11.4892 +19.5425 +35.6214 +41.5934 +72.1932 +79.0949 +87.9786 +102.895 +110.595 +99.8587 +98.2264 +90.6012 +88.5706 +99.5197 +102.174 +94.4789 +91.6236 +101.306 +95.5845 +67.795 +43.9838 +19.0551 +11.4892 +13.7534 +11.489 +19.7839 +35.5061 +41.8062 +71.2945 +78.9802 +87.3023 +102.341 +109.278 +99.3245 +98.0032 +90.2551 +86.9458 +98.0263 +101.471 +94.73 +92.7006 +100.679 +94.4509 +67.2121 +43.9363 +19.0555 +11.4892 +13.7279 +11.5147 +19.5572 +36.1361 +41.6988 +71.6353 +77.9576 +86.5043 +101.638 +109.181 +99.2073 +97.9583 +90.1036 +87.5458 +98.6052 +102.049 +95.1431 +93.1584 +101.053 +94.723 +67.3041 +43.9283 +19.0547 +11.5147 +13.7277 +11.4891 +19.4703 +36.0729 +41.7841 +71.4784 +77.7618 +87.0018 +102.87 +109.884 +99.2032 +98.3647 +90.9696 +87.86 +99.7133 +102.399 +95.6541 +92.6378 +100.954 +94.8028 +67.7799 +43.9718 +19.7288 +11.4892 +13.7278 +11.4892 +18.5222 +35.0851 +43.5415 +57.892 +68.4371 +88.4118 +101.862 +104.81 +98.1571 +95.9983 +88.1474 +87.6147 +93.7576 +105.126 +99.4031 +96.4146 +96.035 +93.4679 +67.385 +45.0205 +20.8159 +11.5122 +13.7277 +11.4891 +18.2715 +35.1816 +43.8617 +56.2416 +70.794 +72.5617 +98.8693 +107.421 +96.2943 +95.1407 +86.5332 +85.1723 +92.0938 +96.5322 +92.062 +87.7095 +95.9918 +90.1652 +63.354 +42.8702 +19.054 +11.4891 +13.7279 +11.4892 +19.576 +35.9379 +41.4356 +71.4616 +79.3218 +87.3168 +102.163 +109.312 +99.3849 +97.9889 +90.1956 +86.929 +98.0929 +101.427 +93.7515 +90.9919 +100.73 +94.5676 +67.7757 +43.9443 +19.0735 +11.4892 +13.7278 +11.4891 +19.4273 +35.9739 +41.7391 +71.5968 +77.8493 +86.3972 +101.416 +109.325 +100.67 +98.1021 +90.346 +87.0748 +98.2534 +101.647 +94.7918 +93.2639 +100.776 +94.1264 +66.802 +43.5832 +19.0585 +11.5146 +13.7277 +11.4891 +19.639 +35.8648 +41.2391 +71.3307 +77.8757 +87.022 +101.773 +109.116 +99.24 +98.0075 +90.2328 +86.9221 +98.0694 +101.653 +93.7622 +91.0852 +100.724 +94.5682 +67.1369 +43.9263 +19.057 +11.5128 +13.7295 +11.4891 +19.5525 +35.8042 +40.9397 +71.1865 +78.0552 +86.4887 +101.572 +109.316 +99.3005 +98.1415 +90.282 +86.9517 +98.0885 +101.425 +94.3215 +92.6072 +100.77 +94.0979 +66.56 +43.2485 +19.0706 +11.5028 +13.7277 +11.4891 +19.7574 +36.021 +42.0671 +70.3673 +77.467 +86.4723 +101.537 +109.427 +102.704 +101.992 +90.2481 +87.0027 +98.1249 +101.382 +93.8298 +91.8815 +100.688 +94.3763 +67.2491 +43.9451 +19.726 +11.4892 +13.7279 +11.4892 +18.37 +35.3564 +43.1015 +57.43 +68.4855 +88.572 +101.25 +104.115 +98.2437 +95.9489 +88.1892 +87.2398 +92.7254 +103.526 +98.386 +94.7509 +95.6587 +93.4919 +67.2082 +45.0423 +20.818 +11.4891 +13.7279 +11.5146 +18.2895 +35.5765 +43.3483 +55.7238 +71.2277 +72.1812 +98.3081 +106.416 +95.24 +95.1684 +86.3016 +85.1571 +92.1272 +96.5025 +92.2469 +87.1977 +95.5326 +89.6879 +63.3496 +42.8668 +19.0558 +11.4892 +13.7278 +11.4892 +19.5636 +36.0071 +40.8862 +71.2707 +79.2282 +88.1912 +103.167 +109.259 +99.2272 +98.1079 +90.2183 +86.9163 +98.0099 +101.347 +93.8506 +91.5834 +100.752 +94.4861 +66.9802 +43.9362 +19.0554 +11.4892 +13.7279 +11.5147 +19.3888 +36.0648 +41.4862 +70.8491 +77.8772 +86.2956 +101.37 +109.77 +103.382 +101.478 +91.1945 +88.1462 +99.6607 +102.982 +96.9285 +95.4729 +103.153 +94.2201 +66.5792 +42.875 +19.0623 +11.5092 +13.7277 +11.4891 +19.9722 +36.1036 +42.1088 +70.1169 +77.5895 +87.044 +108.302 +130.478 +128.435 +134.681 +124.82 +118.81 +127.381 +131.361 +97.7594 +95.5539 +101.267 +94.2776 +66.3066 +42.2714 +19.3301 +11.498 +13.7277 +11.4891 +20.9149 +36.6163 +42.7216 +70.2848 +77.8682 +86.7741 +101.874 +109.273 +99.3402 +98.2249 +90.8714 +87.6456 +99.0034 +102.923 +95.9528 +93.3114 +100.823 +94.5827 +66.8103 +43.9474 +19.0542 +11.4892 +13.7279 +11.4892 +19.5561 +35.8203 +41.7229 +71.4457 +78.1872 +87.2533 +101.964 +109.126 +99.3155 +98.0443 +90.7711 +87.2326 +98.0375 +101.396 +93.9857 +90.7901 +100.748 +94.6072 +66.7699 +43.7397 +19.7261 +11.4892 +13.7279 +11.4892 +18.3606 +35.2505 +42.9875 +57.651 +68.0071 +87.8885 +100.906 +108.229 +108.757 +111.524 +101.794 +103.961 +111.331 +117.303 +115.764 +110.608 +102.953 +96.085 +68.5444 +43.4585 +21.6103 +11.5146 +13.7277 +11.4891 +20.6943 +39.7685 +48.8134 +56.2528 +71.1328 +71.1359 +100.135 +115.733 +118.141 +126.161 +118.436 +117.964 +123.718 +97.9219 +106.427 +87.071 +95.6922 +88.927 +61.8898 +42.0065 +19.054 +11.4892 +13.7279 +11.4892 +20.0889 +36.0759 +41.4962 +69.5767 +77.7672 +86.5239 +101.669 +109.435 +104.179 +101.779 +90.5291 +87.5114 +99.0617 +102.532 +95.808 +91.0001 +100.817 +94.1108 +66.363 +43.0917 +19.056 +11.4892 +13.7534 +11.489 +19.83 +36.0406 +41.6095 +69.5501 +77.6112 +86.6716 +101.642 +112.09 +108.415 +111.564 +103.364 +103.1 +111.908 +116.706 +109.07 +104.652 +110.698 +97.3477 +66.3281 +42.3147 +19.5138 +11.4942 +13.7277 +11.4891 +21.2338 +36.8394 +43.6134 +72.7063 +80.7876 +92.033 +105.463 +110.159 +106.235 +105.2 +91.7951 +88.1789 +100.443 +102.009 +94.1952 +93.4094 +100.876 +94.1459 +66.1365 +42.7127 +19.0538 +11.4891 +13.7278 +11.4892 +20.1142 +36.0633 +41.7762 +70.5689 +77.8645 +86.6532 +101.751 +109.132 +99.2244 +98.0364 +90.2737 +86.885 +98.0622 +101.489 +94.0183 +91.8226 +100.737 +94.5567 +66.8082 +43.9297 +19.0547 +11.5146 +13.7277 +11.4891 +19.5116 +35.7997 +41.5826 +70.7875 +78.1315 +86.6529 +101.668 +109.405 +99.4527 +98.1629 +90.2975 +86.9867 +98.1361 +101.414 +93.7551 +92.0285 +100.759 +94.1062 +66.7006 +43.7556 +19.7264 +11.4892 +13.7533 +11.4891 +18.365 +35.4016 +43.0742 +56.9369 +67.8744 +87.876 +100.787 +104.194 +98.9391 +97.7954 +92.085 +90.5262 +99.0073 +105.257 +100.862 +98.9862 +97.5365 +98.0821 +68.2632 +43.4156 +21.3899 +11.4976 +13.7277 +11.4891 +19.619 +37.4708 +45.251 +55.8994 +71.2766 +71.4907 +97.6723 +107.104 +99.4743 +99.053 +90.4536 +88.2544 +95.4334 +98.4779 +93.5225 +87.4823 +88.977 +88.9776 +61.7596 +41.6777 +19.0542 +11.4892 +13.7279 +11.4892 +20.0507 +36.0425 +41.0488 +70.1169 +77.815 +86.7006 +101.694 +109.504 +100.304 +98.6391 +90.517 +87.4732 +99.3052 +104.386 +96.6331 +91.9083 +93.8879 +94.1667 +66.1519 +43.1151 +19.0664 +11.4891 +13.7278 +11.4892 +19.8359 +35.924 +41.0565 +69.713 +77.7882 +88.8062 +106.33 +122.943 +118.391 +118.824 +111.029 +105.871 +118.058 +122.893 +117.619 +112.911 +111.901 +106.288 +72.7934 +51.2809 +21.2626 +11.4892 +13.7279 +11.5147 +23.2744 +38.0342 +43.8283 +71.0103 +78.0471 +86.6761 +101.566 +109.419 +99.4809 +98.1799 +90.3399 +87.1083 +98.2313 +101.685 +94.6876 +91.8426 +94.1047 +94.182 +66.3871 +42.9201 +19.0538 +11.5072 +13.7352 +11.4891 +19.69 +36.0002 +41.7619 +71.1397 +77.367 +86.4373 +101.524 +112.788 +106.655 +107.933 +94.6432 +87.5955 +98.2942 +101.732 +94.7182 +92.2382 +94.1042 +94.2489 +66.2183 +42.2677 +19.0727 +11.4939 +13.7277 +11.4891 +20.0116 +36.2798 +41.8017 +69.7017 +77.5837 +86.7375 +102.535 +116.658 +113.766 +111.712 +105.452 +99.1255 +111.621 +116.277 +110.414 +102.635 +100.481 +94.2611 +66.2436 +42.2926 +19.7622 +11.4892 +13.7278 +11.4892 +18.9331 +35.6319 +43.4468 +56.0835 +68.0964 +88.0653 +101.706 +113.988 +110.529 +111.796 +101.936 +100.249 +106.967 +114.851 +108.925 +104.397 +91.477 +93.249 +66.3172 +43.3814 +21.013 +11.5114 +13.7277 +11.4891 +20.4342 +39.4094 +48.8453 +56.1502 +71.2893 +71.2416 +97.439 +106.401 +95.2836 +95.2081 +86.324 +85.2812 +92.2378 +96.8312 +92.7361 +88.0135 +89.1887 +89.0119 +61.7814 +41.1795 +19.4672 +11.4903 +13.7277 +11.4891 +21.1509 +36.9569 +42.3192 +72.8885 +83.5461 +86.4031 +103.287 +117.782 +110.072 +104.284 +90.7262 +87.1602 +100.127 +102.246 +94.6496 +91.8219 +94.0991 +94.1895 +66.1636 +42.7101 +19.0541 +11.4891 +13.7278 +11.4892 +20.2001 +36.2479 +42.1498 +70.0996 +77.5989 +86.4142 +101.563 +115.686 +108.663 +104.912 +92.6541 +88.2538 +100.219 +104.973 +99.4842 +92.2879 +94.14 +94.1841 +66.1908 +42.2547 +19.0581 +11.5146 +13.7277 +11.4891 +20.3249 +36.3308 +41.4661 +70.0931 +78.0568 +87.4525 +103.109 +119.842 +116.564 +117.379 +107.07 +100.803 +115.941 +119.489 +116.392 +106.781 +104.077 +98.4266 +66.3722 +42.36 +19.8192 +11.4891 +13.7277 +11.4891 +21.8918 +36.9878 +42.9775 +70.5111 +77.6562 +86.4946 +104.327 +123.212 +123.539 +126.521 +117.423 +115.658 +129.315 +137.571 +133.756 +126.066 +123.78 +118.171 +81.3922 +47.2107 +21.0342 +11.4891 +13.7278 +11.4892 +27.1031 +39.0119 +44.9988 +85.6594 +101.805 +120.382 +134.506 +147.898 +142.787 +141.696 +127.924 +119.723 +125.759 +124.721 +121.207 +108.867 +106.003 +96.7434 +66.3747 +42.4201 +20.6463 +11.4891 +13.7278 +11.4892 +19.9116 +36.0674 +43.542 +56.0078 +67.6162 +87.4396 +100.495 +104.144 +102.056 +101.344 +91.3298 +92.8041 +100.864 +108.903 +104.691 +103.7 +87.9533 +93.1681 +66.2413 +43.3703 +20.8079 +11.5012 +13.7412 +11.4891 +19.1028 +36.4615 +44.5041 +55.8553 +71.3693 +71.3291 +97.6112 +106.824 +97.3818 +99.9647 +90.1102 +91.9784 +98.9617 +103.174 +97.8085 +91.5881 +93.4457 +89.0713 +61.8531 +41.2074 +19.3853 +11.4891 +13.7279 +11.5147 +20.7332 +36.5754 +42.2849 +69.8197 +77.4833 +86.3795 +101.416 +109.716 +101.896 +102.144 +92.5578 +87.6463 +100.211 +104.951 +99.3811 +93.8698 +92.6228 +94.1973 +66.1837 +42.922 +19.0574 +11.5146 +13.7277 +11.4891 +19.9704 +35.9497 +40.7312 +70.241 +77.904 +86.828 +101.791 +116.639 +116.088 +113.872 +106.597 +100.9 +117.41 +125.271 +119.568 +112.14 +108.018 +99.2037 +66.3515 +42.2959 +19.1792 +11.4892 +13.7278 +11.4892 +20.8399 +36.6149 +42.4392 +70.3821 +78.0344 +88.7207 +107.002 +126.904 +123.94 +109.601 +96.2848 +91.4947 +105.056 +110.873 +104.244 +108.667 +109.55 +101.211 +66.7378 +42.3459 +20.0745 +11.5146 +13.7277 +11.4891 +22.1055 +37.3389 +42.6159 +73.8894 +86.9802 +91.89 +108.612 +125.236 +122.162 +122.064 +105.899 +90.2135 +108.526 +111.379 +110.732 +102.68 +99.4182 +94.5278 +66.3174 +42.2531 +19.2077 +11.5146 +13.7277 +11.4891 +20.9113 +36.4183 +42.3067 +69.6257 +77.4804 +86.7342 +101.788 +112.838 +108.916 +108.137 +92.2776 +87.889 +99.3867 +104.486 +98.5099 +95.0105 +94.8441 +94.3085 +66.2467 +42.3908 +19.7292 +11.5147 +13.7277 +11.4891 +18.8963 +35.5547 +43.3211 +56.4741 +68.1406 +87.9905 +100.886 +108.13 +105.799 +110.043 +100.701 +100.999 +105.959 +117.344 +120.104 +118.039 +102.707 +103.22 +69.1961 +43.4453 +21.4391 +11.5106 +13.7277 +11.4891 +21.0315 +40.3516 +49.2972 +56.1147 +73.7307 +88.7045 +125.139 +138.726 +130.505 +132.373 +120.783 +119.366 +126.597 +132.783 +129.483 +121.337 +114.294 +107.539 +68.7058 +43.7479 +22.5783 +11.4892 +13.7278 +11.4892 +28.6684 +39.9878 +46.0115 +96.2362 +111.669 +125.405 +141.26 +157.022 +152.853 +150.06 +139.01 +130.852 +141.207 +140.744 +136.23 +127.29 +126.798 +115.428 +66.4386 +42.3432 +19.5495 +11.5122 +13.7277 +11.4891 +20.7271 +36.2244 +42.0657 +70.3235 +77.6261 +86.6145 +101.759 +109.138 +99.1458 +98.0032 +90.1764 +87.15 +97.9935 +101.387 +93.6458 +90.3088 +92.2605 +94.5008 +66.8099 +43.7242 +19.056 +11.5021 +13.7403 +11.4891 +19.5162 +35.7504 +40.618 +70.934 +78.4321 +86.9901 +102.006 +109.505 +99.4189 +98.1244 +90.3289 +87.0388 +98.4421 +103.792 +99.2037 +91.6542 +92.3141 +94.1839 +66.328 +43.1108 +19.0551 +11.4892 +13.7279 +11.5102 +19.8743 +35.9644 +40.7663 +69.7554 +77.7962 +86.7053 +101.743 +111.773 +107.056 +104.696 +94.6331 +88.3265 +101.884 +105.256 +99.2548 +95.8231 +95.0404 +94.2746 +66.2751 +42.2579 +19.0942 +11.5112 +13.7277 +11.4891 +20.4617 +36.2435 +41.4418 +69.7743 +77.8039 +87.793 +103.821 +121.011 +121.405 +118.957 +115.726 +112.633 +126.702 +129.435 +127.206 +121.606 +119.594 +109.726 +72.3113 +45.7791 +22.214 +11.493 +13.7277 +11.4891 +24.8674 +38.2576 +46.5724 +73.3681 +92.3743 +124.746 +139.451 +148.306 +146.571 +142.193 +131.247 +129.136 +140.126 +152.495 +151.77 +145.265 +129.982 +133.906 +101.966 +70.3248 +24.8106 +11.4891 +13.7278 +11.4892 +29.6643 +52.8922 +64.2843 +61.9609 +80.5942 +110.883 +138.334 +150.6 +142.199 +140.88 +127.644 +124.837 +121.625 +130.397 +126.722 +114.556 +116.465 +102.986 +64.5984 +41.348 +20.5717 +11.4891 +13.7278 +11.4892 +23.0314 +37.4805 +43.5227 +71.1922 +79.0115 +89.7342 +103.446 +127.69 +135.297 +134.639 +120.167 +115.242 +125.712 +131.262 +125.957 +118.716 +113.701 +104.745 +70.0874 +42.3512 +20.1444 +11.5146 +13.7277 +11.4891 +21.6815 +36.6661 +41.701 +70.8679 +84.226 +104.641 +126.305 +144.977 +142.37 +141.377 +127.935 +121.54 +135.889 +141.824 +137.451 +130.94 +128.021 +119.521 +80.5665 +45.592 +20.7293 +11.4891 +13.7278 +11.4892 +24.7505 +38.0252 +43.0822 +76.0884 +94.6713 +95.9704 +112.678 +131.498 +127.699 +123.99 +116.947 +112.532 +126.218 +134.296 +126.846 +116.211 +118.093 +109.826 +66.4302 +42.3509 +19.7784 +11.5146 +13.7277 +11.4891 +21.336 +36.6127 +42.2608 +70.35 +77.8488 +87.5842 +103.966 +120.32 +113.932 +119.644 +106.596 +99.7562 +112.391 +117.647 +113.401 +105.277 +102.077 +95.9972 +66.3269 +42.3165 +19.6213 +11.4892 +13.7279 +11.4996 +21.6483 +36.5898 +41.7732 +70.3273 +78.0901 +86.922 +102.125 +114.903 +109.302 +110.455 +99.5477 +92.1788 +107.376 +119.579 +114.2 +103.965 +99.0958 +94.4231 +66.3533 +42.2893 +19.8874 +11.4892 +13.7533 +11.489 +19.4032 +35.8306 +43.7385 +56.0541 +68.1054 +89.3389 +104.357 +116.9 +115.738 +119.343 +108.874 +110.411 +114.129 +127.64 +127.187 +121.425 +104.351 +96.7006 +66.3816 +43.4367 +21.4077 +11.4962 +13.7277 +11.4891 +19.9281 +37.7183 +46.3662 +56.0528 +71.3003 +77.4185 +115.422 +130.738 +127.017 +130.371 +119.746 +118.522 +129.104 +134.915 +132.613 +125.319 +124.335 +112.535 +76.5633 +49.8356 +21.8949 +11.5046 +13.7277 +11.4891 +28.7075 +39.6259 +46.0314 +78.8636 +98.3581 +116.908 +131.257 +147.956 +147.68 +148.5 +135.972 +129.011 +142.452 +147.483 +140.571 +136.593 +134.316 +124.184 +86.2404 +54.0222 +22.0962 +11.4891 +13.7279 +11.5147 +28.9087 +40.4652 +46.3654 +99.6811 +119.241 +132.15 +146.332 +162.767 +160.139 +158.99 +139.487 +131.246 +143.993 +152.926 +148.267 +140.922 +145.373 +130.889 +88.7878 +50.0981 +22.1465 +11.4892 +13.7533 +11.489 +24.2163 +37.6776 +42.7823 +72.2712 +84.6019 +102.788 +128.559 +141.391 +136.363 +138.542 +127.803 +124.153 +137.337 +143.456 +128.452 +124.998 +120.334 +111.132 +71.2838 +44.3438 +20.7199 +11.492 +13.7277 +11.4891 +26.2749 +39.5678 +45.7174 +87.7397 +104.197 +122.462 +136.041 +153.766 +148.672 +146.461 +133.299 +124.886 +139.79 +143.891 +139.629 +134.508 +132.31 +120.212 +77.4769 +44.4477 +20.6859 +11.4891 +13.7533 +11.489 +22.8433 +37.3287 +42.5665 +73.5771 +84.5263 +98.4899 +114.8 +129.273 +123.995 +123.227 +112.617 +111.821 +124.376 +127.543 +120.769 +113.474 +108.503 +100.489 +67.0882 +42.3876 +20.626 +11.4892 +13.7278 +11.4892 +20.8842 +36.3659 +44.3537 +59.3091 +76.6391 +95.3733 +112.818 +127.162 +126.11 +125.815 +119.929 +120.241 +121.726 +135.768 +130.281 +126.353 +113.821 +114.071 +78.4358 +46.0625 +22.1269 +11.4908 +13.7277 +11.4891 +27.5741 +48.9629 +58.7046 +56.4013 +73.2644 +74.9931 +107.479 +115.225 +113.957 +124.998 +124.606 +120.004 +126.963 +132.165 +125.482 +117.046 +109.513 +96.3579 +61.8911 +41.1819 +19.3301 +11.5146 +13.7277 +11.4891 +20.7948 +36.4803 +41.5165 +70.5978 +82.8382 +96.2924 +119.113 +137.061 +136.767 +136.213 +126.153 +121.998 +134.054 +138.246 +133.056 +130.836 +117.417 +109.474 +71.716 +42.512 +20.4493 +11.4891 +13.7279 +11.5147 +22.3197 +37.1094 +42.3252 +72.4053 +95.6272 +105.241 +124.933 +144.74 +140.741 +139.282 +131.449 +123.094 +137.978 +142.901 +137.313 +130.81 +132.561 +123.26 +87.4854 +47.9205 +21.5871 +11.4892 +13.7279 +11.4892 +24.3352 +38.6571 +44.3814 +76.1237 +89.4451 +114.571 +135.509 +151.289 +148.415 +141.544 +126.242 +120.854 +140.225 +145.1 +135.275 +130.556 +128.721 +114.262 +70.0942 +42.3782 +20.1538 +11.4891 +13.7534 +11.489 +21.213 +36.5154 +41.6335 +70.4738 +77.9579 +88.9974 +104.518 +121.472 +117.608 +115.994 +108.852 +101.605 +115.952 +122.867 +122.193 +111.391 +105.888 +102.937 +66.4084 +42.2976 +19.2962 +11.5146 +13.7277 +11.4891 +21.0429 +36.4967 +41.7836 +70.5793 +78.0701 +93.1618 +108.177 +131.159 +127.726 +128.914 +116.299 +112.32 +118.655 +123.288 +120.635 +114.572 +112.695 +105.694 +69.5224 +44.9588 +21.3197 +11.4891 +13.7278 +11.4892 +22.4557 +37.3933 +45.8932 +63.3265 +88.8276 +111.014 +127.682 +139.291 +128.919 +133.702 +134.66 +131.391 +135.941 +143.629 +144.057 +136.114 +117.143 +116.037 +79.1333 +44.4152 +22.2696 +11.4891 +13.7533 +11.489 +21.3261 +40.725 +49.6955 +56.1368 +73.7305 +79.3789 +121.02 +137.984 +131.536 +129.483 +122.273 +117.651 +120.616 +123.846 +119.855 +117.049 +113.628 +96.1797 +61.9412 +41.2693 +19.644 +11.4892 +13.7279 +11.5147 +21.2072 +36.7756 +41.8714 +70.9233 +88.7897 +105.47 +129.639 +150.821 +143.643 +142.378 +130.975 +123.905 +136.785 +145.412 +142.639 +135.268 +125.018 +118.588 +81.0513 +48.1425 +20.9295 +11.5004 +13.7277 +11.4891 +27.3386 +39.0201 +45.2434 +83.9797 +99.246 +116.369 +136.551 +155.791 +151.622 +150.415 +136.878 +128.54 +138.78 +149.016 +148.419 +141.486 +131.097 +115.005 +74.256 +42.3912 +20.3147 +11.4892 +13.7534 +11.489 +21.7047 +36.7117 +42.1466 +70.775 +81.9667 +94.5247 +114.347 +134.766 +130.852 +126.827 +113.111 +108.256 +119.028 +125.015 +119.71 +115.713 +111.032 +98.0824 +66.4044 +42.3539 +19.7139 +11.5146 +13.7277 +11.4891 +21.2044 +36.5704 +41.8958 +70.7754 +81.2328 +97.6528 +116.26 +135.667 +135.614 +137.543 +125.111 +119.349 +131.524 +140.197 +136.738 +127.921 +122.1 +113.785 +71.634 +43.7844 +20.1223 +11.5119 +13.7277 +11.4891 +22.306 +37.0252 +42.4642 +72.0366 +92.1654 +112.334 +129.022 +149.454 +144.234 +143.861 +133.764 +127.985 +139.164 +144.558 +141.478 +134.828 +132.675 +124.673 +87.9988 +57.1529 +22.9249 +11.4892 +13.7532 +11.489 +28.0631 +40.0851 +48.9982 +81.3251 +104.45 +126.616 +137.937 +140.854 +138.413 +149.27 +143.504 +140.444 +142.044 +146.286 +149.118 +149.279 +136.942 +142.022 +106.72 +73.3259 +25.476 +11.4904 +13.7277 +11.4891 +31.4698 +54.0943 +65.6105 +62.7758 +81.0113 +114.431 +147.222 +155.832 +145.314 +142.489 +132.148 +129.806 +141.967 +141.539 +138.8 +129.978 +131.174 +122.497 +86.0026 +60.3189 +22.8641 +11.4892 +13.7279 +11.5147 +31.5058 +41.9685 +48.4388 +101.032 +114.947 +127.874 +141.859 +156.888 +153.204 +150.906 +137.443 +124.898 +134.77 +134.649 +148.296 +142.019 +136.018 +126.572 +89.4162 +50.9664 +20.8723 +11.4892 +13.7279 +11.5147 +24.5127 +37.7754 +43.3737 +80.9512 +98.996 +122.724 +135.414 +154.95 +146.894 +145.988 +134.591 +127.269 +143.9 +149.204 +143.225 +137.376 +135.238 +128.249 +90.9992 +56.3945 +23.1586 +11.4891 +13.7278 +11.4892 +30.1002 +41.1553 +47.5556 +93.8244 +105.975 +126.783 +145.776 +161.233 +158.562 +156.291 +144.112 +137.396 +147.881 +152.055 +149.005 +144.496 +145.391 +139.594 +104.189 +72.9145 +23.0353 +11.4903 +13.7277 +11.4891 +31.7194 +58.5698 +68.1039 +103.809 +116.561 +129.978 +146.747 +163.055 +157.522 +157.091 +144.318 +134.338 +147.832 +153.298 +150.79 +146.597 +147.021 +142.57 +105.145 +74.8495 +24.0117 +11.4892 +13.7533 +11.4891 +34.9018 +56.7132 +65.0784 +104.824 +116.289 +129.77 +146.342 +162.187 +157.478 +155.876 +143.94 +134.991 +144.87 +152.019 +148.742 +143.487 +142.628 +133.202 +91.8996 +62.7581 +24.0464 +11.4891 +13.7278 +11.4892 +29.7579 +40.4465 +49.3562 +74.8241 +92.0018 +106.184 +123.963 +139.772 +130.473 +123.976 +114.313 +109.751 +123.321 +132.771 +135.007 +133.217 +117.029 +118.558 +86.6144 +52.3165 +23.0159 +11.508 +13.7277 +11.4891 +25.4827 +45.0442 +52.5061 +56.1318 +72.5078 +80.9241 +111.844 +132.793 +128.36 +129.83 +113.684 +118.414 +122.871 +125.015 +128.783 +121.366 +117.974 +106.77 +67.351 +42.4108 +20.3006 +11.4891 +13.7278 +11.4892 +22.6321 +37.3092 +43.0586 +72.1167 +87.0287 +107.508 +130.891 +149.395 +144.876 +140.766 +129.938 +121.925 +136.99 +143.025 +136.556 +131.192 +124.772 +116.433 +78.3871 +42.6863 +20.6373 +11.511 +13.7313 +11.4891 +22.1061 +37.0767 +42.8458 +70.8732 +90.8392 +107.486 +130.159 +147.362 +144.434 +142.284 +130.605 +124.795 +137.116 +142.664 +139.158 +134.003 +130.884 +122.991 +89.2504 +52.5508 +22.9296 +11.4892 +13.7279 +11.4892 +29.5417 +39.2357 +46.0121 +81.8006 +100.094 +116.858 +138.799 +156.658 +152.11 +148.224 +135.837 +129.516 +141.327 +145.457 +138.71 +131.212 +132.899 +121.697 +83.6891 +49.2954 +21.5885 +11.4892 +13.7279 +11.5147 +28.1647 +39.1414 +46.4975 +87.3764 +105.011 +124.539 +140.995 +160.337 +157.262 +155.046 +139.615 +130.839 +143.196 +150.17 +145.639 +133.846 +132.294 +115.879 +74.2913 +44.6659 +20.8312 +11.4891 +13.7327 +11.5099 +26.5441 +39.1057 +46.6515 +89.4634 +99.621 +107.168 +125.578 +143.32 +140.284 +138.808 +129.241 +121.416 +137.002 +143.676 +137.683 +133.523 +129.324 +121.393 +82.75 +50.6278 +23.4341 +11.4892 +13.7279 +11.4892 +28.1967 +39.1688 +48.0386 +76.0998 +87.4358 +110.965 +131.192 +154.583 +146.757 +144.243 +132.122 +129.755 +136.497 +144.84 +144.683 +139.138 +126.585 +131.653 +90.9515 +54.7403 +24.0144 +11.4891 +13.7278 +11.4892 +25.3341 +48.1299 +56.4121 +56.2774 +74.2185 +90.4614 +128.341 +144.178 +138.456 +137.819 +125.7 +118.92 +129.282 +134.82 +133.846 +127.002 +125.38 +113.944 +73.8085 +44.5484 +20.8519 +11.5018 +13.7277 +11.4891 +23.9501 +37.7779 +43.0641 +72.4776 +94.8583 +115.062 +135.599 +150.398 +145.253 +143.723 +129.755 +124.55 +139.762 +146.905 +144.056 +139.91 +139.891 +132.828 +88.6677 +49.2256 +20.895 +11.4892 +13.7279 +11.5147 +21.5566 +36.6469 +42.6201 +70.4556 +78.8669 +94.9499 +117.058 +130.303 +130.562 +130.418 +116.874 +111.9 +124.152 +130.645 +123.884 +116.597 +112.878 +99.7737 +67.1222 +42.3633 +19.8445 +11.4891 +13.7534 +11.489 +21.3313 +36.5869 +41.8738 +70.9046 +82.2553 +94.8077 +115.905 +129.117 +126.28 +132.301 +118.4 +110.115 +124.74 +131.768 +124.365 +116.786 +110.327 +101.218 +66.3866 +42.3163 +19.4574 +11.4927 +13.7498 +11.4891 +21.0519 +36.4442 +42.081 +70.2538 +79.3559 +100.345 +121.344 +141.044 +136.814 +137.413 +126.191 +120.489 +131.871 +138.505 +133.475 +126.381 +120.733 +113.665 +68.0735 +42.3513 +19.6558 +11.5146 +13.7277 +11.4891 +21.2931 +36.5919 +41.92 +70.6192 +83.8791 +106.049 +130.586 +146.526 +143.046 +140.724 +129.905 +122.519 +135.751 +142.373 +137.314 +133.292 +135.753 +116.41 +76.7428 +43.8558 +21.1096 +11.5135 +13.7277 +11.4891 +21.8839 +36.8907 +45.3235 +60.8535 +85.3351 +119.933 +137.312 +146.649 +140.806 +138.125 +130.758 +126.992 +130.92 +142.355 +140.026 +138.366 +130.106 +122.693 +89.4882 +53.0016 +23.5605 +11.4891 +13.7278 +11.4892 +27.926 +46.1774 +56.9746 +56.7196 +74.4232 +93.7525 +131.121 +144.736 +136.12 +137.194 +124.265 +124.317 +131.643 +138.125 +133.853 +128.635 +134.749 +120.664 +83.6024 +57.1852 +22.2781 +11.4892 +13.7278 +11.4892 +27.5147 +39.1768 +46.7635 +84.8996 +99.1153 +112.487 +132.763 +148.797 +148.482 +143.067 +121.608 +125.745 +139.297 +144.404 +139.039 +135.222 +142.371 +126.078 +85.0705 +50.1149 +21.9773 +11.4892 +13.7279 +11.5119 +28.9734 +39.7067 +46.6608 +85.175 +101.135 +113.801 +132.887 +149.649 +145.13 +143.043 +130.804 +124.255 +136.706 +144.021 +138.724 +131.962 +136.231 +119.664 +80.0753 +45.8998 +20.772 +11.4892 +13.7279 +11.4892 +23.5956 +37.1327 +43.7392 +74.028 +96.3673 +114.895 +137.254 +153.756 +149.243 +148.023 +135.797 +128.617 +140.861 +146.99 +142.475 +136.996 +140.629 +126.834 +78.1593 +44.1052 +20.439 +11.4892 +13.7279 +11.5147 +22.9504 +37.4516 +43.307 +77.7069 +97.1339 +122.842 +142.507 +159.212 +157.262 +150.935 +140.487 +131.951 +142.816 +148.184 +143.486 +137.414 +145.95 +134.428 +98.4315 +58.5977 +23.3171 +11.4891 +13.7279 +11.5147 +25.881 +38.0001 +43.9674 +73.3119 +84.6925 +99.9431 +117.047 +137.635 +135.491 +134.757 +125.626 +119.994 +131.457 +137.649 +129.829 +120.564 +122.302 +105.067 +67.3083 +42.3399 +20.4573 +11.4985 +13.7439 +11.4891 +20.4607 +36.2119 +44.4123 +56.8663 +70.619 +93.4246 +117.783 +127.518 +128.547 +127.605 +120.483 +119.557 +126 +137.564 +131.192 +118.172 +105.946 +97.8075 +66.3334 +43.4127 +21.3057 +11.4892 +13.7278 +11.4892 +20.556 +40.0144 +49.489 +56.169 +72.9463 +85.721 +128.53 +147.83 +143.566 +146.877 +134.86 +132.508 +140.629 +142.151 +139.918 +134.713 +141.746 +126.484 +91.7088 +66.4074 +23.1211 +11.4892 +13.7279 +11.4892 +31.6182 +41.9964 +48.7942 +101.415 +117.061 +125.919 +140.8 +156.787 +155.627 +149.052 +139.233 +131.182 +143.076 +150.062 +145.052 +140.4 +148.08 +135.957 +99.1917 +68.3408 +23.3178 +11.5052 +13.7277 +11.4891 +31.4829 +41.8536 +48.2149 +97.8631 +116.194 +132.657 +145.567 +159.744 +154.782 +153.591 +136.957 +123.339 +130.398 +130.378 +116.58 +112.569 +123.444 +105.019 +69.1109 +42.3887 +20.2761 +11.5125 +13.7277 +11.4891 +22.9923 +37.2839 +43.3609 +70.8978 +83.7499 +97.5822 +120.425 +138.791 +138.203 +136.299 +124.743 +120.615 +131.77 +138.604 +132.238 +127.91 +130.644 +113.643 +73.9996 +42.3894 +20.2472 +11.5134 +13.7277 +11.4891 +21.7165 +36.6814 +42.3637 +70.6468 +82.3486 +108.299 +130.862 +147.438 +142.353 +141.476 +130.773 +124.224 +136.671 +141.359 +133.398 +122.808 +125.787 +109.655 +69.5568 +42.3798 +20.2051 +11.5119 +13.7277 +11.4891 +22.6513 +37.0014 +43.5871 +73.8769 +97.2132 +117.834 +136.756 +153.494 +151.982 +150.841 +139.587 +132.682 +143.811 +150.935 +145.185 +138.086 +140.945 +124.236 +83.5016 +52.492 +22.8944 +11.5146 +13.7277 +11.4891 +27.2 +39.2459 +46.6002 +61.7395 +82.5385 +106.909 +121.216 +132.878 +130.509 +128.424 +117.593 +113.318 +119.128 +127.54 +122.849 +120.617 +114.659 +105.092 +72.3788 +45.4083 +22.1026 +11.4928 +13.7277 +11.4891 +21.0449 +39.5143 +55.917 +56.1064 +71.2534 +74.4751 +107.962 +120.361 +113.206 +120.16 +105.449 +96.8693 +105.107 +111.386 +107.414 +101.239 +107.493 +94.3662 +61.9315 +41.2977 +19.986 +11.4891 +13.7278 +11.4892 +21.4919 +36.8896 +49.8628 +70.8273 +78.1629 +88.241 +104.04 +117.745 +117.426 +117.541 +100.746 +98.6222 +111.369 +118.491 +112.938 +109.272 +112.603 +100.936 +66.3649 +42.3081 +19.5251 +11.5146 +13.7277 +11.4891 +21.3536 +36.8213 +49.6621 +70.685 +77.8893 +89.2483 +107.113 +122.969 +122.405 +121.235 +110.621 +106.556 +117.433 +122.627 +117.401 +108.629 +111.988 +100.528 +66.3445 +42.2773 +19.2914 +11.4892 +13.7534 +11.489 +20.9289 +36.5333 +49.5057 +71.2281 +77.711 +90.3148 +111.216 +128.018 +125.906 +126.174 +117.85 +107.787 +117.837 +123.521 +120.031 +117.223 +122.258 +103.14 +66.3656 +42.3355 +19.7734 +11.4891 +13.7534 +11.489 +21.9953 +37.1311 +50.3049 +71.4041 +77.884 +86.578 +101.527 +122.776 +133.887 +135.689 +125.654 +119.125 +129.744 +135.376 +131.623 +121.323 +121.601 +106.97 +68.6799 +42.405 +20.2744 +11.4892 +13.7279 +11.5147 +23.9773 +38.0253 +51.2339 +77.4257 +89.0531 +104.83 +125.801 +145.912 +141.474 +141.71 +133.305 +124.001 +136.481 +143.002 +132.7 +126.388 +129.61 +114.563 +72.9425 +42.6867 +21.3045 +11.4892 +13.7279 +11.4892 +22.8768 +37.4131 +52.885 +63.5074 +83.5495 +118.831 +137.51 +150.743 +146.853 +140.657 +129.478 +131.106 +114.936 +142.566 +142.238 +138.661 +128.438 +123.519 +89.4148 +57.557 +23.8315 +11.4941 +13.7277 +11.4891 +23.3592 +42.4776 +58.3461 +56.2377 +71.8699 +80.5022 +114.225 +130.08 +125.65 +130.757 +120.622 +117.649 +124.509 +126.342 +124.425 +115.477 +120.545 +104.014 +66.6213 +42.2133 +20.7353 +11.4891 +13.7278 +11.4892 +26.8457 +38.9322 +51.6915 +78.8992 +91.6076 +109.869 +129.999 +146.485 +146.036 +146.499 +130.823 +125.315 +132.47 +129.593 +132.22 +131.686 +133.599 +118.885 +75.5901 +44.0843 +20.2793 +11.5146 +13.7277 +11.4891 +22.0937 +37.0516 +49.8149 +70.4283 +78.0024 +87.4445 +106.902 +119.539 +124.253 +121.932 +107.243 +99.962 +116.625 +130.66 +129.998 +125.99 +132.755 +115.637 +75.0484 +45.6826 +20.9063 +11.5146 +13.7277 +11.4891 +26.8352 +38.9222 +51.4069 +76.1163 +86.7921 +97.1717 +104.424 +122.705 +118.882 +115.8 +109.922 +105.405 +100.675 +102.628 +94.9654 +93.666 +100.931 +94.2087 +66.2185 +42.2625 +19.0674 +11.5146 +13.7277 +11.4891 +20.4414 +36.2222 +49.1439 +69.8089 +77.7875 +86.7233 +101.45 +109.361 +100.849 +99.5012 +90.6092 +87.1554 +99.1675 +102.737 +95.0522 +93.3691 +100.917 +94.2589 +66.25 +42.262 +19.0702 +11.5146 +13.7277 +11.4891 +20.7746 +36.4606 +49.3625 +70.6469 +78.0004 +86.5058 +101.684 +111.62 +105.622 +107.332 +94.3269 +90.3988 +104.107 +107.616 +99.3007 +95.5548 +101.395 +94.2469 +66.2355 +42.2712 +19.7307 +11.4892 +13.7534 +11.489 +19.135 +35.7034 +50.9315 +55.9275 +67.8236 +87.782 +100.838 +105.788 +98.5124 +100.815 +90.4153 +87.8191 +98.1521 +105.831 +103.316 +97.7928 +95.4203 +93.1362 +66.2064 +44.024 +20.8215 +11.507 +13.7277 +11.4891 +18.8357 +36.2665 +51.5833 +56.3123 +71.0666 +71.322 +97.7536 +110.008 +99.0096 +102.635 +89.492 +87.0835 +94.0976 +101.737 +94.4324 +89.1749 +95.7239 +88.9768 +61.8854 +41.8487 +19.0793 +11.491 +13.7277 +11.4891 +19.7499 +35.9285 +48.7079 +70.9053 +77.9286 +86.9041 +101.876 +117.353 +111.105 +110.534 +93.6878 +91.362 +101.929 +109.127 +99.8032 +92.7481 +100.885 +94.2049 +66.1859 +42.9263 +19.0561 +11.4892 +13.7533 +11.4891 +19.8744 +35.9192 +48.6873 +70.9112 +77.6378 +86.6897 +101.696 +112.709 +107.897 +109.531 +96.4246 +92.4205 +107.023 +111.891 +103.262 +95.3583 +100.898 +94.2175 +66.1847 +42.9245 +19.0566 +11.5146 +13.7277 +11.4891 +19.8943 +35.9075 +48.6822 +71.0432 +78.0199 +86.7869 +101.601 +113.36 +110.598 +105.105 +90.6519 +87.2876 +99.8164 +104.349 +101.097 +96.8814 +100.998 +94.2815 +66.2896 +42.2693 +19.1071 +11.4892 +13.7534 +11.489 +20.667 +36.3946 +49.2371 +70.4764 +77.5566 +86.4529 +101.578 +113.391 +108.791 +115.841 +99.4411 +97.0573 +109.885 +116.228 +108.957 +104.712 +111.351 +100.909 +68.4888 +42.2996 +19.8893 +11.4892 +13.7279 +11.5147 +22.2993 +37.3417 +50.6419 +72.3086 +83.4714 +98.8874 +116.8 +134.026 +132.969 +129.787 +119.844 +113.373 +124.94 +127.243 +121.164 +119.401 +125.918 +113.907 +76.7905 +42.5189 +21.6327 +11.4892 +13.7279 +11.5147 +21.8531 +36.9526 +52.0636 +57.1114 +73.1165 +93.5505 +114.645 +124.242 +121.759 +116.412 +113.127 +101.829 +109.726 +118.458 +110.474 +105.354 +95.7212 +93.1569 +66.2504 +43.3803 +20.8515 +11.4892 +13.7533 +11.489 +19.1678 +37.1012 +52.3153 +56.0485 +71.5588 +71.4975 +97.6711 +106.657 +96.4056 +97.3102 +87.3208 +85.7466 +94.2137 +97.0861 +93.0876 +88.9475 +95.707 +88.926 +62.3291 +42.0195 +19.0596 +11.4891 +13.7278 +11.4892 +19.9565 +36.0983 +48.9617 +70.6007 +77.9018 +86.7138 +101.531 +109.425 +99.7482 +101.704 +91.9087 +87.8367 +99.9964 +107.735 +100.288 +100.702 +100.911 +94.2471 +66.2421 +42.9421 +19.0562 +11.4892 +13.7279 +11.5147 +19.925 +36.0162 +48.8537 +70.5972 +77.5813 +87.054 +103.491 +121.657 +118.182 +119.881 +108.058 +104.311 +112.241 +116.919 +113.446 +118.359 +116.219 +104.019 +66.3569 +42.3474 +19.8469 +11.4891 +13.7279 +11.5147 +22.9619 +37.5539 +50.9808 +77.0313 +89.0723 +101.457 +120.082 +141.509 +137.543 +133.047 +120.556 +112.491 +125.542 +131.723 +131.206 +135.084 +136.407 +122.119 +87.6586 +52.0217 +22.6363 +11.4891 +13.7444 +11.498 +28.8203 +39.6743 +53.6521 +83.6863 +92.737 +101.104 +124.724 +144.3 +139.484 +138.194 +118.787 +113.685 +132.03 +131.173 +132.008 +129.125 +125.121 +109.581 +72.5325 +44.2145 +20.5292 +11.4934 +13.7277 +11.4891 +24.3703 +37.964 +51.1129 +74.959 +84.4919 +106.069 +133.203 +151.962 +152.798 +146.549 +133.593 +123.382 +131.55 +139.568 +136.744 +140.546 +142.165 +125.643 +83.3844 +51.2522 +22.6633 +11.4892 +13.7533 +11.489 +26.5361 +39.7702 +55.6271 +75.839 +95.5749 +119.812 +130.852 +147.148 +143.268 +141.06 +130.712 +126.995 +133.506 +143.507 +141.692 +147.475 +133.515 +130.038 +96.8809 +69.2323 +24.1827 +11.5075 +13.7277 +11.4891 +28.0341 +50.7881 +68.4686 +60.6723 +76.2078 +86.204 +121.013 +137.405 +129.034 +130.034 +114.372 +111.882 +116.821 +124.109 +116.115 +115.511 +106.633 +89.1026 +61.8153 +41.1893 +19.3796 +11.4891 +13.7278 +11.4892 +20.6978 +36.2367 +49.2272 +69.9966 +77.9479 +86.6448 +101.704 +111.739 +110.929 +110.06 +94.3836 +88.7865 +102.629 +111.957 +107.309 +113.042 +108.074 +94.3025 +66.2568 +42.2644 +19.0553 +11.4892 +13.7534 +11.489 +20.5623 +36.2808 +49.0979 +70.2756 +77.8843 +86.745 +101.689 +114.345 +111.293 +110.337 +100.729 +98.9395 +108.199 +111.325 +104.462 +110.121 +109.982 +95.1971 +66.2822 +42.2621 +19.1011 +11.4892 +13.7533 +11.4891 +20.6302 +36.2393 +49.0679 +70.5143 +77.7082 +87.1238 +107.3 +129.319 +127.112 +124.781 +118.923 +110.141 +123.47 +128.103 +119.625 +117.794 +113.487 +95.4424 +66.3149 +42.2608 +19.2218 +11.5146 +13.7277 +11.4891 +20.783 +36.3933 +49.204 +70.0127 +77.9807 +90.7886 +116.068 +135.31 +137.144 +136.346 +125.414 +120.314 +133.06 +138.175 +128.086 +126.553 +123.631 +102.616 +66.3864 +42.3139 +19.5979 +11.4892 +13.7534 +11.4891 +21.283 +36.6061 +49.4733 +70.1133 +77.6459 +86.6139 +107.408 +132.303 +126.712 +124.917 +117.472 +111.174 +123.381 +126.033 +117.009 +112.931 +107.427 +94.3511 +66.3056 +42.2588 +19.8678 +11.5146 +13.7277 +11.4891 +19.9579 +36.0694 +51.2834 +57.024 +67.8639 +87.7315 +100.834 +104.201 +101.478 +97.2626 +88.3848 +88.2771 +93.8615 +105.821 +102.82 +108.264 +95.8072 +93.2392 +66.3229 +43.3843 +21.2429 +11.4956 +13.7277 +11.4891 +20.2209 +38.8962 +54.2157 +56.9185 +71.8172 +71.7456 +98.1047 +110.248 +109.045 +104.033 +92.0054 +89.4605 +96.169 +101.282 +98.649 +99.602 +99.6715 +89.1064 +61.8604 +41.1759 +19.5008 +11.4892 +13.7279 +11.5147 +20.8133 +36.4742 +49.4063 +70.5614 +77.8051 +88.4497 +116.776 +140.004 +138.14 +139.526 +125.323 +116.952 +131.294 +137.935 +133.711 +129.44 +125.979 +113.511 +76.5341 +42.314 +19.9391 +11.4969 +13.7456 +11.4891 +21.5987 +37.0193 +49.8584 +71.8043 +78.6463 +86.7837 +101.586 +119.167 +120.334 +125.842 +107.384 +101.925 +115.398 +118.541 +110.157 +110.59 +108.574 +98.0535 +66.3365 +42.3212 +19.6613 +11.4924 +13.7277 +11.4891 +21.5873 +36.83 +49.7766 +71.7823 +78.6479 +86.5319 +103.602 +117.425 +122.038 +121.837 +105.536 +96.0969 +105.152 +103.145 +97.1668 +100.692 +100.864 +94.2273 +66.172 +42.7092 +19.0546 +11.4891 +13.7278 +11.4892 +20.3059 +36.174 +49.0526 +71.1163 +78.208 +86.3828 +101.351 +109.274 +99.2562 +98.0725 +90.3548 +87.5758 +98.9424 +102.603 +97.2642 +100.512 +100.744 +94.0875 +66.8051 +43.2985 +19.064 +11.5099 +13.7277 +11.4891 +19.5897 +35.8912 +48.6492 +72.2475 +78.7295 +86.7217 +101.501 +109.16 +99.2446 +98.0253 +90.2471 +87.1329 +98.0049 +101.934 +96.8108 +100.421 +100.685 +94.3139 +66.8117 +43.9643 +19.7284 +11.4891 +13.7278 +11.4892 +18.4047 +35.3468 +50.4527 +58.3584 +68.2434 +87.7331 +100.528 +104.053 +98.3433 +96.0735 +88.4034 +87.0505 +92.9436 +103.92 +101.528 +104.918 +95.3891 +93.1385 +66.2334 +43.359 +20.8192 +11.5095 +13.7277 +11.4891 +18.7885 +36.5419 +52.3451 +56.9455 +71.3519 +71.1287 +97.4719 +106.504 +95.37 +95.2548 +86.4971 +85.2004 +92.3364 +96.8075 +93.4702 +95.8014 +95.6258 +89.1998 +62.2438 +42.0017 +19.0541 +11.4891 +13.7279 +11.5147 +19.6252 +35.8965 +48.6836 +72.584 +79.1858 +86.8886 +102.112 +109.277 +99.3298 +98.0734 +90.2907 +87.029 +98.2696 +101.894 +97.0502 +100.564 +100.73 +94.5722 +67.1478 +43.9678 +19.0541 +11.4892 +13.7279 +11.4892 +19.7042 +35.7749 +48.5023 +72.2627 +78.7191 +86.8751 +101.728 +109.314 +100.639 +101.285 +93.3177 +88.2183 +99.3604 +103.339 +103.47 +103.854 +103.898 +94.2677 +66.2629 +42.2799 +19.2434 +11.4892 +13.7279 +11.5147 +20.2634 +36.2827 +49.0892 +71.0203 +77.717 +86.3603 +101.453 +109.683 +99.471 +98.1586 +90.2423 +87.0401 +98.1454 +103.985 +96.6168 +100.604 +100.795 +94.1194 +66.1606 +43.111 +19.0554 +11.4892 +13.7279 +11.5147 +19.8808 +35.9463 +48.6916 +71.6389 +78.1606 +86.5791 +101.52 +110.048 +103.187 +102.896 +94.3029 +88.9471 +101.631 +107.133 +103.75 +104.714 +103.011 +94.2652 +66.4539 +42.5384 +19.0552 +11.4988 +13.7436 +11.4891 +20.0729 +36.0998 +48.8852 +70.8255 +77.9027 +86.2684 +102.212 +109.127 +99.383 +98.117 +90.3874 +87.6544 +98.6675 +101.648 +97.2827 +100.477 +100.739 +94.4585 +66.8104 +43.9387 +19.7292 +11.4892 +13.7532 +11.489 +18.4805 +35.2949 +50.4286 +58.501 +69.987 +88.4475 +101.846 +104.587 +98.9742 +96.9626 +88.9288 +87.7054 +93.8301 +105.431 +101.998 +104.924 +95.665 +93.688 +67.8038 +45.046 +20.8486 +11.489 +13.7277 +11.4891 +18.7207 +35.4568 +50.8449 +57.2315 +71.9058 +72.6847 +98.7575 +107.732 +96.5684 +96.4875 +87.814 +86.8795 +93.587 +98.3391 +96.0228 +97.2019 +97.0503 +90.4882 +63.4249 +42.9165 +19.0554 +11.4892 +13.7533 +11.489 +20.2429 +35.5062 +48.1274 +72.8712 +79.1989 +87.9686 +103.015 +109.903 +99.0984 +97.9159 +90.6835 +87.4854 +98.6857 +101.748 +97.4885 +100.487 +101.202 +95.0794 +67.6447 +43.9406 +19.0554 +11.4892 +13.7533 +11.489 +19.6147 +35.68 +48.4114 +73.6738 +78.5852 +86.4064 +101.417 +109.45 +101.366 +100.846 +91.1148 +87.9185 +99.1522 +102.978 +97.7059 +100.613 +100.822 +94.1569 +66.3525 +43.2766 +19.0569 +11.4892 +13.7279 +11.5147 +19.8559 +35.9645 +48.7483 +72.2343 +77.9313 +86.8339 +101.836 +117.978 +118.397 +118.909 +106.876 +102.018 +113.144 +120.186 +109.694 +106.411 +102.943 +94.2275 +66.2502 +42.2829 +19.3986 +11.4891 +13.7279 +11.5147 +20.5889 +36.3908 +49.3385 +71.1255 +77.7323 +86.4151 +101.56 +113.807 +105.992 +103.638 +95.4526 +89.3056 +102.061 +106.802 +104.389 +105.139 +104.886 +94.3355 +66.2684 +42.2587 +19.0797 +11.4892 +13.7533 +11.489 +20.4167 +36.2362 +49.0489 +71.5825 +78.0223 +86.2507 +101.719 +109.315 +99.3626 +98.0976 +90.2467 +87.1674 +98.8572 +102.981 +97.5562 +100.491 +100.708 +94.4687 +67.3021 +43.9306 +19.7398 +11.5077 +13.7277 +11.4891 +18.3514 +35.5877 +50.3782 +65.3701 +70.0443 +89.1929 +102.019 +105.337 +99.6878 +97.4634 +89.7494 +88.6202 +94.727 +105.96 +103.438 +104.827 +96.7581 +94.5319 +67.8344 +45.0938 +20.812 +11.5126 +13.7277 +11.4891 +18.9434 +35.7765 +50.7168 +63.9686 +71.6164 +72.8279 +98.7955 +107.642 +96.5361 +96.1219 +87.6668 +86.6546 +93.7917 +98.9277 +102.744 +97.204 +97.0705 +90.457 +63.4278 +42.9711 +19.0564 +11.4997 +13.7427 +11.4891 +20.3127 +36.3342 +48.7905 +79.6113 +79.2722 +87.99 +102.787 +110.495 +99.694 +98.8023 +91.7316 +88.4053 +99.446 +103.377 +105.71 +101.965 +102.235 +95.6768 +67.8865 +44.1107 +19.0729 +11.4965 +13.7277 +11.4891 +20.3625 +36.4015 +48.8964 +79.6487 +79.449 +88.0783 +102.873 +110.697 +100.153 +98.8055 +91.8333 +88.7149 +99.8933 +103.012 +104.953 +101.534 +102.228 +95.6609 +67.8887 +44.0273 +19.0587 +11.514 +13.7277 +11.4891 +19.9968 +36.1427 +48.703 +79.5872 +80.0349 +88.3086 +102.775 +109.916 +99.0844 +97.9691 +90.8181 +88.359 +99.6734 +103.075 +104.121 +100.483 +100.803 +94.666 +67.7924 +43.961 +19.0769 +11.4892 +13.7277 +11.4891 +19.8078 +35.5062 +48.3308 +79.5542 +79.7988 +87.968 +102.743 +110.067 +99.9039 +98.3072 +90.7895 +88.0832 +99.3437 +105.424 +105.274 +101.188 +101.032 +94.8026 +67.3988 +43.9695 +19.0554 +11.4891 +13.7278 +11.4892 +19.8865 +35.5316 +48.3083 +79.5606 +79.3865 +87.8962 +102.833 +109.892 +99.1528 +97.9374 +90.1473 +87.4619 +99.0743 +102.736 +104.229 +100.469 +100.645 +94.5608 +67.4803 +43.9513 +19.7283 +11.502 +13.7404 +11.4891 +18.5775 +35.2101 +50.2711 +65.3403 +68.9314 +87.7477 +100.789 +104.11 +101.592 +101.387 +91.5701 +89.7758 +96.4524 +106.098 +110.706 +104.373 +95.3376 +93.2702 +66.228 +43.368 +20.8661 +11.4892 +13.7278 +11.4892 +19.2828 +37.2123 +52.7549 +63.6661 +71.4083 +71.2966 +102.406 +114.428 +110.307 +111.357 +99.0582 +96.9073 +103.153 +108.26 +109.164 +102.91 +101.34 +92.8245 +61.8362 +41.2318 +19.8941 +11.5064 +13.7277 +11.4891 +20.8031 +36.3626 +49.2069 +78.2125 +79.1261 +87.6092 +102.272 +110.071 +99.9561 +98.7182 +90.9199 +88.3708 +99.7713 +104.717 +105.26 +101.394 +101.8 +95.6507 +67.8169 +44.0232 +19.0554 +11.4892 +13.7279 +11.5147 +20.0913 +36.2429 +49.3807 +79.5825 +79.6609 +88.0141 +102.83 +110.54 +100.028 +98.9421 +91.5729 +88.4148 +99.7641 +103.813 +104.883 +101.285 +101.378 +95.6581 +67.8699 +43.9886 +19.0569 +11.4892 +13.7532 +11.489 +20.1196 +35.5062 +48.1901 +79.5806 +79.431 +87.6622 +102.749 +109.347 +99.0546 +97.8751 +90.1401 +86.93 +98.3563 +105.968 +107.117 +101.323 +100.738 +94.0477 +66.4893 +43.2942 +19.0557 +11.5146 +13.7277 +11.4891 +19.6272 +36.2119 +48.987 +77.8775 +79.3729 +87.4043 +102.31 +109.994 +99.4198 +98.0237 +90.8995 +88.7355 +100.723 +105.218 +105.039 +100.828 +101.456 +94.799 +67.8038 +43.9857 +19.0546 +11.4892 +13.7279 +11.4892 +19.9202 +35.6009 +48.3171 +79.5719 +79.7085 +88.0541 +102.879 +109.836 +99.4639 +98.5258 +90.6266 +87.6618 +99.0687 +103.519 +104.206 +100.467 +100.657 +94.3908 +67.1508 +43.9441 +19.7285 +11.4892 +13.7279 +11.5146 +18.5524 +35.1776 +50.3444 +65.3378 +69.9975 +88.6112 +102.344 +104.944 +98.9415 +96.3806 +89.1699 +88.5823 +94.2223 +106.204 +109.498 +104.498 +95.6679 +93.6899 +67.8174 +45.0897 +20.8071 +11.4893 +13.7533 +11.4891 +18.9043 +35.6346 +51.2019 +63.8927 +72.6715 +72.9166 +98.8444 +107.932 +96.5357 +96.4985 +87.7439 +86.5401 +93.5642 +98.9077 +102.784 +97.1875 +97.0965 +90.4575 +63.4862 +43.0193 +19.0535 +11.4891 +13.7279 +11.5117 +20.4997 +36.5852 +49.0494 +79.622 +79.6388 +88.0488 +102.984 +109.851 +99.1162 +97.9176 +90.1815 +86.9476 +98.3663 +102.558 +104.193 +100.418 +101.004 +94.7567 +67.8383 +43.9335 +19.0562 +11.5147 +13.7277 +11.4891 +19.7357 +35.6864 +48.4379 +79.5531 +78.7359 +86.9688 +101.901 +109.449 +99.6655 +98.7138 +90.6954 +86.9499 +98.3844 +104.186 +104.352 +100.544 +101.173 +95.0808 +67.7765 +43.9757 +19.0551 +11.4892 +13.7278 +11.4892 +19.763 +35.6847 +48.4748 +79.5568 +80.0748 +87.9881 +102.769 +109.612 +99.1025 +97.8517 +90.5461 +88.5618 +99.7047 +105.492 +104.598 +100.883 +101.401 +95.6182 +67.807 +44.0268 +19.0521 +11.4891 +13.7278 +11.4892 +19.9587 +35.5316 +48.3123 +79.5754 +80.383 +89.2342 +103.354 +110.634 +100.236 +98.5029 +91.6212 +88.6301 +100.588 +106.123 +105.717 +101.462 +102.225 +95.6143 +67.8841 +44.0363 +19.0531 +11.4892 +13.7278 +11.4892 +20.5197 +36.6524 +49.1952 +79.601 +79.6572 +88.2875 +102.872 +110.629 +99.8249 +98.3754 +90.825 +88.4968 +99.6394 +103.682 +104.841 +101.532 +101.641 +95.4616 +67.8325 +43.9741 +19.7291 +11.4892 +13.7533 +11.4891 +18.6094 +35.0596 +50.0582 +64.9149 +70.0165 +87.8329 +101.066 +103.826 +98.3002 +96.1318 +88.3418 +87.252 +94.5795 +106.11 +108.843 +105.018 +95.314 +93.0705 +66.1497 +43.3797 +20.8248 +11.4891 +13.7278 +11.4892 +18.8672 +37.151 +53.1473 +63.7211 +71.9012 +71.3478 +98.557 +108.438 +100.795 +100.809 +90.8191 +87.2321 +93.4733 +99.037 +101.33 +95.7504 +95.4575 +89.3944 +63.1902 +42.8562 +19.0615 +19.0536 +11.4892 +13.7279 +11.5147 +19.7989 +35.8665 +48.6112 +71.5911 +78.8129 +87.2038 +102.769 +109.793 +100.116 +99.4063 +92.1746 +89.7188 +102.776 +113.424 +105.289 +101.117 +101.382 +95.6269 +67.8629 +44.0284 +19.0548 +11.4891 +13.7279 +11.5008 +20.3408 +36.4817 +49.7305 +72.5884 +79.4476 +88.3934 +103.066 +110.675 +100.65 +99.4985 +91.7661 +88.6294 +102.75 +113.454 +105.268 +101.54 +101.803 +95.6369 +67.86 +43.9607 +19.0611 +11.5117 +13.7277 +11.4891 +20.2588 +35.5062 +48.1275 +72.7135 +79.677 +88.2395 +103.205 +110.846 +100.333 +99.2847 +92.1018 +88.7281 +102.6 +113.436 +105.266 +101.399 +101.186 +95.6294 +67.8559 +43.9953 +19.0562 +11.4892 +13.7497 +11.4927 +20.387 +35.5062 +48.1275 +72.3115 +79.1766 +87.8017 +102.779 +110.626 +99.771 +98.5866 +91.7394 +89.1054 +102.176 +113.442 +104.843 +101.119 +101.586 +95.6192 +67.8011 +43.9892 +19.0606 +11.4892 +13.7278 +11.4892 +20.1501 +35.5317 +48.1386 +71.0269 +78.3596 +86.7132 +101.582 +109.768 +99.6559 +98.4809 +91.2155 +89.1372 +102.968 +113.126 +104.862 +101.112 +101.372 +94.9499 +67.8334 +43.9715 +19.7269 +11.5146 +13.7277 +11.4891 +19.331 +35.0596 +50.5532 +58.4143 +69.3966 +88.9183 +101.882 +105.301 +99.7053 +97.508 +90.0041 +89.2797 +97.245 +115.67 +110.174 +105.68 +96.7493 +94.5923 +67.8194 +45.117 +20.8244 +11.4891 +13.7279 +11.4892 +19.165 +35.9702 +50.9532 +57.9511 +72.7496 +72.7515 +98.8214 +107.715 +96.5229 +96.522 +87.6471 +87.0379 +95.812 +107.183 +102.799 +96.3266 +96.2211 +90.3988 +63.3774 +42.8837 +19.0544 +11.4891 +13.7279 +11.5147 +20.1224 +35.5062 +48.1274 +72.8253 +81.0498 +87.8873 +103.26 +110.523 +99.843 +98.3736 +91.4034 +89.0723 +102.858 +113.434 +105.388 +101.398 +101.18 +95.3695 +67.8251 +43.969 +19.0758 +11.4993 +13.7277 +11.4891 +20.3689 +35.5062 +48.2356 +71.8444 +78.6437 +87.2158 +102.849 +109.741 +99.3729 +98.1723 +90.8737 +88.7514 +101.792 +113.004 +104.89 +101.118 +101.762 +95.6623 +67.8529 +44.0083 +19.0553 +11.4891 +13.7279 +11.5146 +20.3088 +36.3954 +49.5758 +71.8641 +79.175 +87.9477 +102.821 +110.2 +99.2769 +98.0568 +90.9265 +88.1137 +101.606 +112.818 +104.707 +100.944 +101.205 +95.03 +67.8131 +43.9412 +19.0533 +11.4892 +13.7533 +11.489 +19.6864 +35.5062 +48.4967 +71.3322 +77.9494 +86.2038 +101.455 +110.007 +105.063 +99.3306 +91.0802 +88.0284 +102.786 +117.134 +104.23 +100.33 +100.816 +94.475 +67.6513 +43.9524 +19.0533 +11.5146 +13.7277 +11.4891 +20.3954 +36.0687 +48.4937 +72.8535 +80.2772 +88.153 +102.825 +110.861 +100.66 +98.9526 +91.8484 +89.2319 +102.634 +113.436 +105.375 +101.406 +101.19 +95.6587 +67.8392 +44.0149 +19.745 +11.4959 +13.7277 +11.4891 +19.4512 +36.2021 +51.3004 +58.0838 +69.4669 +88.9552 +101.904 +105.284 +99.6414 +97.4063 +89.9391 +88.8649 +96.3726 +115.644 +110.162 +105.65 +96.7776 +94.5672 +67.8972 +45.1717 +20.8426 +11.4953 +13.7277 +11.4891 +19.076 +35.8694 +50.8706 +58.5781 +73.3749 +72.8395 +98.9065 +107.713 +96.5736 +96.5767 +88.3232 +87.3461 +95.8075 +107.185 +102.767 +97.193 +97.044 +90.4451 +63.4013 +42.9106 +19.0536 +11.4891 +13.7279 +11.5147 +20.2175 +35.5062 +48.1274 +72.8357 +79.8654 +88.2455 +103.159 +110.516 +100.349 +98.7228 +92.5223 +90.6118 +103.372 +113.409 +105.319 +101.8 +102.202 +95.6638 +67.8727 +43.9917 +19.056 +11.5146 +13.7277 +11.4891 +20.5518 +35.5062 +48.1274 +72.7567 +80.0399 +88.3481 +103.189 +110.681 +100.665 +99.4378 +91.7603 +89.7128 +102.896 +113.452 +105.708 +101.976 +102.212 +95.7019 +67.8621 +44.0861 +19.0534 +11.4891 +13.7279 +11.4892 +20.4462 +36.4237 +48.9612 +72.7255 +79.5942 +87.8744 +102.851 +110.634 +100.667 +99.4553 +91.7804 +88.9507 +102.726 +113.478 +105.74 +102.006 +102.258 +95.6794 +67.9336 +44.1891 +19.0531 +11.4892 +13.7278 +11.4892 +20.4839 +36.4424 +48.8753 +72.7309 +79.5964 +88.0901 +102.846 +110.627 +100.802 +99.4714 +92.0431 +89.0636 +102.167 +113.484 +105.711 +102.004 +102.232 +95.6835 +67.9677 +44.1524 +19.07 +11.5037 +13.7277 +11.4891 +20.6371 +36.7073 +49.2023 +72.9106 +79.413 +87.9031 +102.833 +110.569 +100.592 +99.4896 +91.9865 +89.1314 +102.093 +113.452 +105.696 +101.978 +102.264 +95.6634 +67.9416 +44.1562 +19.7271 +11.4892 +13.7278 +11.4892 +19.3903 +36.1333 +51.1116 +58.2205 +69.5571 +89.1038 +101.861 +104.32 +98.537 +96.218 +88.5589 +87.9851 +96.3887 +115.585 +109.081 +104.489 +95.6355 +93.4982 +67.2992 +45.052 +20.8096 +11.4892 +13.7279 +11.5147 +18.5499 +35.3704 +50.8964 +56.9613 +71.3827 +72.4097 +97.2448 +106.253 +95.1697 +96.6771 +86.2754 +86.5089 +94.6173 +105.791 +101.311 +95.6857 +95.5247 +88.8834 +61.667 +41.1724 +19.059 +11.5116 +13.7277 +11.4891 +19.5304 +36.6417 +49.6207 +71.048 +78.0771 +87.0906 +101.26 +109.176 +99.2185 +97.9897 +92.2451 +90.9862 +103.151 +112.701 +104.98 +100.976 +101.087 +94.784 +67.8133 +43.9759 +19.0712 +11.5028 +13.7277 +11.4891 +19.8954 +35.7665 +48.3894 +72.855 +80.7308 +88.1772 +102.825 +110.798 +100.703 +99.69 +91.9344 +90.3769 +103.012 +113.498 +105.683 +101.985 +102.211 +95.6144 +67.9072 +44.064 +19.0544 +11.5146 +13.7277 +11.4891 +20.6832 +36.7389 +49.3962 +72.8739 +79.9204 +87.8721 +102.862 +110.731 +100.814 +99.9684 +92.1452 +90.3048 +103.467 +113.447 +105.705 +101.983 +102.226 +95.6338 +67.9016 +44.0811 +19.0721 +11.4966 +13.7277 +11.4891 +20.4933 +35.5062 +48.1275 +72.8626 +80.1028 +88.1961 +103.587 +111.114 +101.118 +99.9786 +92.6655 +90.938 +103.451 +113.483 +105.679 +101.975 +102.241 +95.6405 +67.8733 +44.0199 +19.0549 +11.4892 +13.7534 +11.489 +20.3327 +35.5062 +48.1275 +79.546 +78.3382 +86.8649 +102.611 +109.966 +99.0614 +98.6792 +91.8934 +89.9219 +103.42 +113.421 +105.164 +101.132 +101.356 +95.6375 +67.8529 +44.0017 +19.7277 +11.5146 +13.7277 +11.4891 +19.5475 +35.0596 +50.3991 +65.442 +70.8844 +89.5661 +102.012 +105.373 +99.7138 +97.5551 +89.9035 +89.4397 +97.2573 +115.681 +110.205 +105.667 +96.7713 +94.513 +67.8949 +45.1642 +20.8153 +11.5099 +13.7277 +11.4891 +19.5045 +36.2604 +51.1581 +65.4419 +73.0805 +73.4924 +99.0801 +107.822 +96.6538 +96.7509 +87.9999 +87.6699 +96.215 +107.371 +102.86 +97.2396 +97.1833 +90.5403 +63.5712 +43.0841 +19.0572 +11.4891 +13.7279 +11.5147 +20.5926 +36.8529 +49.5259 +79.6891 +79.5451 +88.3258 +103.482 +111.036 +100.632 +99.4818 +91.9642 +88.9902 +102.443 +113.535 +105.659 +102.027 +102.213 +95.7815 +67.9966 +44.2324 +19.0594 +11.4891 +13.7278 +11.4892 +21.0208 +36.9089 +49.4692 +79.7027 +80.1519 +88.3226 +103.448 +110.753 +100.822 +99.6138 +92.373 +89.6907 +103.674 +113.535 +105.893 +102.114 +102.237 +95.8123 +68.0345 +44.2406 +19.0794 +11.4892 +13.7278 +11.4892 +21.3815 +37.0125 +49.4409 +79.7814 +79.9058 +88.0847 +103.048 +110.818 +100.909 +99.7307 +92.0833 +89.9958 +103.601 +113.671 +105.802 +102.153 +102.26 +95.8391 +68.144 +44.3133 +19.3781 +11.5146 +13.7277 +11.4891 +21.6263 +37.4695 +49.879 +79.9012 +79.5084 +88.0791 +103.025 +110.82 +100.692 +99.5541 +91.8204 +89.0026 +103.024 +113.608 +105.926 +102.119 +102.27 +95.8146 +68.1018 +44.2722 +19.2897 +11.5146 +13.7277 +11.4891 +21.4969 +37.3921 +49.6465 +79.9064 +80.0679 +88.1127 +103.032 +110.732 +100.797 +99.7643 +92.3971 +90.136 +103.328 +113.621 +105.746 +102.035 +102.23 +95.6394 +68.0209 +44.1971 +19.9015 +11.4892 +13.7278 +11.4892 +20.2792 +36.7483 +51.4933 +65.4388 +69.7347 +89.1213 +102.025 +105.394 +99.7972 +97.5339 +89.8791 +89.0785 +97.2731 +115.917 +110.335 +105.799 +96.8397 +94.6306 +68.1486 +45.4242 +21.131 +11.5118 +13.7277 +11.4891 +20.441 +37.0798 +51.7415 +65.7865 +73.2338 +73.0864 +99.1102 +107.948 +96.7054 +96.6749 +87.9968 +87.2559 +95.6129 +107.585 +103.066 +97.5014 +97.4249 +90.7933 +63.8057 +43.3738 +19.3708 +11.4892 +13.7279 +11.5146 +21.5162 +37.4837 +49.9037 +80.0052 +79.6517 +88.4359 +103.109 +110.788 +100.761 +99.5334 +91.9786 +89.1182 +102.41 +113.745 +105.918 +102.214 +102.399 +95.8886 +68.2458 +44.4371 +19.3568 +11.5146 +13.7277 +11.4891 +21.5976 +37.5345 +49.8479 +79.8927 +80.818 +88.2905 +103.183 +110.774 +100.802 +99.5516 +92.3603 +90.401 +103.566 +113.522 +105.698 +102.039 +102.252 +95.5845 +67.9305 +44.1256 +19.1076 +11.4892 +13.7533 +11.4891 +20.964 +36.8014 +49.2528 +79.6283 +80.5517 +88.4596 +103.192 +110.638 +100.603 +99.7047 +92.3897 +90.164 +103.421 +113.446 +105.613 +101.969 +102.157 +95.5657 +67.85 +43.9986 +19.053 +11.4891 +13.7306 +11.512 +20.3696 +35.5062 +48.1275 +79.5815 +80.626 +88.3238 +103.178 +110.86 +100.533 +99.6631 +92.6066 +90.3237 +103.418 +113.45 +105.688 +101.973 +102.168 +95.5309 +67.8397 +44.0795 +19.0572 +11.4892 +13.7278 +11.4892 +20.5024 +35.5317 +48.1274 +79.611 +79.7224 +88.3123 +103.293 +110.623 +100.656 +99.4391 +91.8547 +89.341 +103.002 +113.451 +105.51 +101.972 +102.171 +95.5946 +67.8847 +44.1014 +19.7285 +11.4892 +13.7534 +11.489 +19.1982 +36.178 +51.1409 +65.4015 +69.7772 +89.0905 +101.906 +105.353 +99.775 +97.4186 +89.976 +88.9063 +97.3544 +115.672 +110.222 +105.586 +96.6724 +94.4743 +67.844 +45.1418 +20.8354 +11.4892 +13.7278 +11.4892 +19.6097 +36.2119 +51.2549 +65.4259 +73.0593 +72.8611 +99.1123 +107.676 +96.4871 +96.5761 +87.8213 +87.1773 +95.9945 +107.277 +102.842 +97.1967 +97.1041 +90.4719 +63.5191 +43.0536 +19.0644 +11.5084 +13.7277 +11.4891 +20.5865 +36.4326 +49.1554 +79.6212 +80.8884 +88.9193 +103.435 +110.724 +101.035 +100.036 +92.6398 +90.3264 +103.393 +113.476 +105.698 +101.975 +102.137 +95.6441 +67.863 +44.0632 +19.0545 +11.4908 +13.7517 +11.4891 +20.632 +36.6445 +49.1356 +79.6285 +79.9844 +88.1711 +102.913 +110.674 +100.695 +99.5282 +92.7549 +90.6515 +103.508 +113.51 +105.437 +101.988 +102.144 +95.5656 +67.8717 +44.1424 +19.054 +11.4892 +13.7279 +11.4892 +20.8688 +36.781 +49.3068 +79.6276 +79.4755 +88.4079 +103.153 +110.797 +100.845 +99.7192 +91.9869 +89.9093 +103.473 +113.432 +105.812 +101.978 +102.138 +95.2512 +67.8381 +44.0327 +19.0552 +11.5146 +13.7277 +11.4891 +20.6364 +36.542 +48.9982 +79.6215 +80.5825 +88.1522 +102.956 +110.692 +100.742 +99.5108 +92.0745 +89.8425 +103.022 +113.5 +105.388 +102.024 +102.207 +95.3493 +67.9523 +44.1819 +19.1532 +11.5141 +13.7277 +11.4891 +21.5078 +37.3164 +49.5686 +79.7905 +80.5198 +88.1591 +103.035 +110.69 +100.727 +99.5509 +92.0208 +89.4949 +103.066 +113.58 +105.724 +102.051 +102.26 +95.4168 +68.0181 +44.2238 +19.8836 +11.4892 +13.732 +11.5105 +20.1695 +36.6372 +51.4863 +65.4387 +70.3402 +89.1582 +101.964 +105.214 +99.6761 +97.4419 +89.7462 +89.0664 +97.1298 +115.635 +109.904 +105.271 +96.6398 +94.704 +67.8392 +45.0762 +20.848 +11.49 +13.7277 +11.4891 +19.5168 +36.1902 +51.2267 +65.4356 +73.1085 +72.8609 +98.8342 +107.646 +96.5183 +96.6972 +88.1188 +87.2944 +96.1166 +107.198 +102.759 +97.1529 +97.0336 +90.419 +63.3979 +42.8959 +19.0546 +11.4891 +13.7278 +11.501 +20.889 +36.7546 +49.3023 +79.6606 +80.8783 +88.3083 +103.174 +110.793 +100.765 +99.6016 +92.1456 +89.8462 +103.02 +113.666 +106.063 +102.127 +102.405 +95.818 +68.1588 +44.3952 +19.4017 +11.4892 +13.7279 +11.5147 +22.1373 +37.9342 +50.34 +80.0089 +80.8596 +88.3242 +103.117 +110.888 +100.807 +99.6467 +92.2252 +89.2661 +103.167 +113.732 +105.662 +102.214 +102.289 +95.9018 +68.1722 +44.4085 +19.4756 +11.4892 +13.7278 +11.4892 +21.8787 +37.7617 +50.0317 +79.9189 +80.3443 +88.2916 +103.103 +110.771 +100.729 +99.602 +91.8734 +89.2882 +102.614 +113.72 +105.874 +102.216 +102.272 +95.9875 +68.1564 +44.3493 +19.2924 +11.4892 +13.7534 +11.489 +21.555 +37.4663 +49.8547 +79.9554 +80.8024 +88.5094 +103.137 +110.884 +100.815 +99.4672 +91.9569 +89.3192 +103.173 +113.69 +106.203 +102.215 +102.284 +96.0666 +68.1064 +44.3805 +19.3941 +11.4892 +13.7278 +11.4891 +21.586 +37.4225 +49.8775 +79.8294 +80.2196 +88.0813 +103.06 +110.706 +100.83 +99.5422 +91.8584 +89.6969 +103.104 +113.627 +105.695 +102.051 +102.202 +95.9894 +67.9682 +44.193 +19.726 +11.4892 +13.7533 +11.489 +19.6947 +36.3796 +51.2336 +65.4397 +70.96 +89.17 +102.111 +105.308 +99.6439 +97.4182 +89.8749 +89.2104 +96.9769 +115.687 +110.387 +105.678 +96.6656 +94.6085 +67.8331 +45.2214 +20.8046 +11.5146 +13.7277 +11.4891 +19.4966 +36.2826 +51.2653 +65.4677 +73.5849 +72.9111 +98.7643 +107.694 +96.6184 +96.5459 +87.871 +87.1655 +95.8201 +107.363 +102.881 +97.2677 +97.1977 +90.6501 +63.6243 +43.1932 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_p.csv new file mode 100644 index 0000000..b9d26d5 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_p.csv @@ -0,0 +1,8760 @@ +11.438 +6.74187 +8.0146 +6.72763 +11.7045 +20.6482 +24.4971 +35.3938 +35.7205 +38.9963 +52.7005 +56.2791 +52.456 +49.993 +46.2102 +46.4169 +50.8258 +56.9659 +55.5611 +52.9436 +49.1785 +47.7114 +34.349 +22.6057 +10.4495 +6.74931 +8.0146 +6.72763 +11.7671 +20.978 +25.3104 +43.6238 +43.8329 +45.2586 +52.291 +56.7476 +53.5516 +50.4222 +47.2475 +47.8511 +53.0384 +59.2158 +58.4804 +56.4816 +52.8254 +50.8283 +34.9342 +23.2133 +10.4509 +6.75379 +8.0146 +6.72763 +11.8738 +21.052 +25.4043 +43.6858 +44.0325 +45.2761 +52.4382 +56.7314 +53.5017 +50.387 +47.3542 +48.3336 +53.2006 +59.3345 +58.6407 +56.5674 +52.8981 +50.9836 +35.0244 +23.3061 +10.4459 +6.75349 +8.01459 +6.72765 +12.12 +21.2942 +25.6504 +43.841 +43.5254 +45.2484 +52.5677 +56.7069 +53.4214 +50.2038 +47.1485 +47.5899 +53.2092 +59.329 +58.8637 +56.5687 +52.9047 +51.0255 +35.0106 +23.2863 +10.4443 +6.76361 +8.01459 +6.72763 +12.0519 +21.2256 +25.5128 +43.7462 +43.7299 +45.1144 +52.4231 +56.6579 +53.4356 +50.2463 +47.1114 +47.4001 +52.506 +59.291 +58.5662 +56.5659 +52.8938 +50.9212 +35.0365 +23.3401 +10.4325 +6.7737 +8.0146 +6.72765 +12.1146 +21.2512 +25.5232 +43.8351 +43.501 +45.2562 +52.5262 +56.6246 +53.3728 +50.2336 +47.0543 +47.4054 +53.4461 +59.259 +58.6415 +56.5089 +52.898 +50.9424 +34.9272 +23.1878 +10.8261 +6.76598 +8.0146 +6.72763 +11.8914 +20.7772 +24.6062 +35.3947 +36.6632 +45.7904 +52.4155 +56.6092 +54.095 +51.1562 +47.9691 +48.2176 +53.2006 +59.2193 +58.6421 +56.1809 +52.7596 +50.905 +34.3671 +23.8586 +11.4444 +6.77957 +8.01459 +6.72766 +12.1063 +20.9506 +24.9249 +35.5299 +35.89 +39.0205 +52.6623 +56.3499 +52.4683 +49.8589 +46.3104 +46.5917 +50.832 +56.9934 +55.5957 +52.9421 +49.2481 +47.8562 +34.4376 +22.706 +10.4398 +6.74031 +8.0146 +6.72763 +12.1305 +21.2869 +25.633 +43.7929 +43.6833 +45.3812 +52.4579 +56.7741 +53.6247 +50.2675 +47.0947 +47.4684 +53.4826 +59.3189 +58.7008 +56.5909 +53.0782 +51.1766 +35.0654 +23.3486 +10.4378 +6.76913 +8.0146 +6.72765 +12.1496 +21.4279 +25.695 +43.8031 +43.4878 +45.2117 +52.2989 +56.659 +53.361 +50.2181 +46.9657 +47.3035 +52.9575 +59.2302 +58.7822 +56.4649 +52.9736 +50.9418 +34.8975 +23.138 +10.4379 +6.73943 +8.01457 +6.72763 +11.6428 +20.7655 +25.0462 +43.5716 +44.1084 +45.4944 +52.6032 +55.835 +53.1893 +49.4209 +47.4288 +47.1982 +51.4626 +58.5586 +58.1831 +56.4328 +52.9889 +50.9952 +34.9113 +23.2084 +10.4411 +6.743 +8.01459 +6.72763 +12.2663 +21.359 +25.6408 +43.8074 +43.5314 +45.2781 +52.6235 +56.8278 +53.5893 +50.3956 +47.1512 +47.5208 +52.3623 +59.3341 +58.7042 +56.5736 +53.0408 +51.2176 +35.0277 +23.3074 +10.4449 +6.75647 +8.0146 +6.72763 +12.0494 +21.2201 +25.5684 +43.7641 +43.9593 +45.2267 +52.4142 +56.7753 +53.3672 +50.3526 +47.0529 +47.2843 +52.5535 +59.1874 +58.6861 +56.449 +52.986 +51.0365 +34.8733 +23.1492 +10.8237 +6.72766 +8.01461 +6.72764 +11.6449 +20.591 +24.4261 +35.3656 +36.4596 +45.8878 +52.4829 +56.8964 +54.2725 +51.0959 +47.919 +48.2625 +53.2489 +59.1973 +58.8023 +56.4309 +52.7904 +51.0287 +34.2085 +23.7456 +11.4482 +6.77956 +8.01459 +6.72766 +11.5831 +20.53 +24.4787 +35.3896 +35.4627 +38.7846 +52.3756 +56.1698 +52.3881 +49.8394 +46.0638 +46.2397 +50.2273 +56.8477 +55.5963 +53.0023 +49.1302 +47.8774 +34.3352 +22.5772 +10.4228 +6.77957 +8.01459 +6.72766 +11.7793 +20.9494 +25.4083 +43.6096 +43.2855 +45.2248 +52.1979 +56.6655 +53.3185 +50.1562 +46.9552 +48.1486 +52.4744 +59.1635 +57.4746 +56.4252 +53.0331 +51.1375 +34.8105 +23.1548 +10.4375 +6.75018 +8.01457 +6.72763 +11.4264 +20.5663 +24.9178 +43.5453 +43.8512 +45.1478 +52.255 +56.6837 +52.4638 +50.5116 +47.4408 +47.9772 +52.5271 +58.004 +57.5813 +55.6608 +53.0383 +51.1866 +34.8082 +23.1356 +10.4278 +6.77549 +8.0146 +6.72763 +11.6047 +20.7845 +25.0958 +43.5996 +43.9149 +45.0296 +52.2777 +56.7178 +53.383 +50.4247 +47.4389 +47.8428 +52.3818 +59.1782 +59.0152 +56.4518 +53.0579 +51.3149 +34.832 +23.1767 +10.4334 +6.77083 +8.0146 +6.72763 +11.748 +20.9003 +25.248 +43.6096 +43.5532 +45.4166 +52.2884 +56.5917 +53.3981 +50.2144 +47.1217 +47.2641 +52.9874 +59.1895 +58.5441 +56.4606 +53.0608 +51.319 +34.8387 +23.1985 +10.4216 +6.77958 +8.0146 +6.72766 +11.8494 +20.9366 +25.3636 +43.6293 +43.3507 +45.2136 +52.2961 +56.6541 +53.5109 +50.2984 +47.0507 +47.5099 +51.9339 +59.247 +58.7338 +56.4977 +53.1193 +51.3098 +34.98 +23.2718 +10.8088 +6.72765 +8.06651 +6.72765 +11.9543 +20.8203 +24.7001 +35.4563 +35.7637 +45.6183 +52.2592 +56.9254 +54.2091 +50.8807 +47.961 +47.9461 +52.8063 +59.1951 +59.0482 +56.4826 +52.9474 +51.3235 +34.2451 +23.8228 +11.4606 +6.72766 +8.0146 +6.77956 +11.7806 +20.7168 +24.5695 +35.4013 +35.5016 +38.9954 +52.6694 +56.3778 +52.4252 +49.9443 +46.1411 +46.2613 +50.2461 +56.9028 +55.7382 +53.0841 +49.1433 +47.7045 +34.3165 +22.5919 +10.4379 +6.7341 +8.0146 +6.72763 +11.9284 +21.0982 +25.4391 +43.7406 +43.4137 +45.3317 +52.4513 +56.8401 +53.6545 +50.4084 +47.4652 +47.4261 +52.9519 +59.3303 +59.1524 +56.6098 +53.1967 +51.5255 +35.1652 +23.3745 +10.4386 +6.74034 +8.01459 +6.72765 +12.4506 +21.5369 +25.7817 +43.8472 +43.4977 +45.3656 +52.3903 +56.7259 +53.4518 +50.1903 +46.9777 +47.4354 +51.9899 +59.3004 +59.1035 +56.585 +53.2402 +51.4879 +35.1284 +23.3172 +10.437 +6.74964 +8.0146 +6.72763 +12.0415 +21.2511 +25.5879 +43.7925 +43.576 +45.4631 +52.4523 +56.769 +53.4841 +50.2605 +47.121 +47.4403 +52.0063 +59.2793 +58.7454 +56.5704 +53.1721 +51.4758 +35.1128 +23.2988 +10.4375 +6.7553 +8.01459 +6.72763 +12.1352 +21.3161 +25.5753 +43.7532 +43.5952 +45.3847 +52.4147 +56.6964 +53.7675 +50.4547 +47.228 +47.426 +52.4476 +59.267 +58.7669 +56.5252 +53.224 +51.3276 +35.0621 +23.2621 +10.4231 +6.77958 +8.0146 +6.72766 +11.8991 +21.0525 +25.491 +43.681 +43.5567 +45.1826 +52.3025 +56.6993 +53.3763 +50.4452 +47.1197 +47.2822 +51.8078 +59.2916 +58.7808 +56.5186 +53.2129 +51.3434 +35.0762 +23.2682 +10.8229 +6.77117 +8.0146 +6.72763 +12.0211 +20.9958 +24.8622 +35.5329 +35.9256 +45.9304 +52.4282 +56.7996 +54.3443 +51.0367 +47.969 +48.1455 +52.7261 +59.3438 +59.1393 +56.5756 +53.0579 +51.375 +34.4445 +23.9649 +11.4574 +6.72766 +8.01461 +6.72764 +12.0908 +21.0628 +24.8439 +35.54 +35.3424 +39.1337 +52.8295 +56.4393 +52.4772 +50.058 +46.1832 +46.5825 +50.4952 +57.0123 +55.8338 +53.2163 +49.1915 +48.0208 +34.4659 +22.7239 +10.4396 +6.72765 +8.0146 +6.72766 +12.1271 +21.324 +25.5728 +43.8029 +43.5913 +45.2919 +52.3824 +56.7941 +53.3939 +50.1602 +47.14 +47.3533 +51.7519 +59.3265 +59.1996 +56.517 +53.2594 +51.5261 +35.1967 +23.3782 +10.4241 +6.72766 +8.01459 +6.77956 +12.1448 +21.2962 +25.6616 +43.8375 +43.6781 +45.4006 +52.3578 +56.625 +53.5534 +50.1847 +47.2891 +47.3411 +51.9873 +59.3607 +58.8327 +56.5276 +53.2677 +51.5013 +35.1654 +23.2838 +10.4247 +6.72766 +8.01458 +6.72765 +11.6005 +20.7086 +25.0789 +43.5851 +44.1114 +45.5725 +52.3055 +56.6373 +52.4422 +50.2008 +47.0361 +47.5921 +52.9424 +59.2064 +58.8677 +56.4572 +53.1865 +51.3162 +35.0024 +23.1931 +10.4451 +6.72786 +8.0146 +6.72763 +11.7049 +20.8804 +25.255 +43.6191 +43.31 +45.1929 +52.1917 +56.4934 +53.4429 +50.2475 +47.0494 +47.1827 +51.8061 +59.2802 +59.0915 +56.5203 +53.2651 +51.3002 +35.1458 +23.2552 +10.4463 +6.73223 +8.0146 +6.72763 +11.9852 +21.1508 +25.5135 +43.7579 +43.5561 +45.2966 +52.3238 +56.5242 +53.3849 +50.4309 +47.0519 +47.3262 +52.4223 +59.2637 +59.0716 +56.5142 +53.268 +51.3447 +35.1517 +23.2581 +10.8324 +6.73688 +8.0146 +6.72763 +11.9889 +20.9414 +24.7846 +35.5058 +35.9129 +45.918 +52.4638 +56.8144 +54.4012 +50.9164 +47.8271 +47.9324 +51.3789 +59.3198 +58.8484 +56.593 +53.0761 +51.5126 +34.4791 +24.0261 +11.4587 +6.72944 +8.01459 +6.72763 +12.1838 +21.1426 +24.9381 +35.6056 +35.3008 +38.9291 +52.599 +56.5152 +52.5095 +49.9159 +46.1209 +46.3328 +50.0884 +57.0633 +55.7528 +53.2538 +49.3577 +48.1624 +34.5421 +22.7896 +10.4238 +6.72766 +8.0146 +6.73032 +12.6581 +21.5738 +25.8631 +43.907 +43.8757 +45.6874 +52.5139 +56.7534 +53.4793 +50.4223 +47.2332 +47.2892 +51.401 +59.3978 +59.2569 +56.6877 +53.493 +51.5991 +35.333 +23.4348 +10.4458 +6.7493 +8.0146 +6.77099 +12.5671 +21.6239 +25.8881 +39.3302 +43.3152 +45.3928 +52.4281 +56.6811 +53.4569 +50.1446 +47.0272 +47.3404 +52.4431 +59.2337 +58.739 +56.5568 +53.2947 +51.3627 +35.1874 +23.2839 +10.4463 +6.75061 +8.0146 +6.72763 +12.1546 +21.339 +25.6382 +39.2238 +43.3264 +45.3514 +52.3444 +56.4798 +53.4127 +50.1308 +47.1208 +47.1456 +51.3925 +54.6777 +58.8043 +56.5775 +53.2995 +51.5057 +35.2737 +23.3802 +10.4466 +6.75341 +8.01459 +6.72763 +12.163 +21.3035 +25.554 +39.1792 +43.2573 +45.3173 +52.2607 +56.5453 +53.383 +50.1658 +46.9973 +47.062 +51.2584 +54.6247 +58.7372 +56.5288 +53.2806 +51.3497 +35.1653 +23.2741 +10.4469 +6.7559 +8.0146 +6.72763 +12.0639 +21.2718 +25.5806 +38.8251 +43.1762 +45.2584 +52.2809 +56.4709 +53.3744 +50.1344 +46.9786 +47.3643 +51.6599 +54.2386 +58.7998 +56.5855 +53.3105 +51.5124 +35.2399 +23.3293 +10.834 +6.75806 +8.0146 +6.72763 +12.0527 +21.0235 +24.8681 +30.8679 +35.7286 +45.9369 +52.4135 +56.8239 +54.3341 +50.9314 +47.8923 +47.8423 +51.2963 +54.311 +58.8142 +56.4451 +53.0636 +51.306 +34.2505 +23.8272 +11.4554 +6.73341 +8.0146 +6.72763 +11.7069 +20.661 +24.4804 +30.7104 +35.0646 +38.8614 +52.583 +56.5307 +52.4928 +49.8267 +46.1007 +46.3359 +49.8388 +52.4607 +55.8368 +53.2732 +49.2261 +48.0953 +34.4693 +22.7325 +10.4403 +6.74545 +8.01459 +6.72765 +12.6473 +21.4904 +25.8062 +39.2455 +43.6524 +45.3842 +52.344 +56.6422 +53.462 +50.1859 +47.1157 +47.2955 +51.9344 +54.7103 +58.8344 +56.575 +53.3039 +51.4721 +35.2171 +23.3073 +10.4473 +6.76224 +8.01459 +6.72765 +12.244 +21.3686 +25.6557 +39.0925 +43.209 +45.2953 +52.2909 +56.5687 +53.3782 +50.138 +46.9355 +46.9947 +51.2112 +54.0355 +58.715 +56.4273 +53.2272 +51.2864 +34.979 +23.0333 +10.4434 +6.76561 +8.01457 +6.72763 +11.5974 +20.7252 +25.0531 +38.8589 +43.2256 +45.18 +52.3065 +56.6828 +53.3837 +50.201 +47.0178 +47.1188 +51.3169 +54.2617 +58.7331 +56.4705 +53.2711 +51.3201 +35.1206 +23.2181 +10.4472 +6.76315 +8.0146 +6.72763 +11.9264 +21.082 +25.4409 +38.9462 +43.1439 +45.2388 +52.2526 +56.5296 +53.3644 +50.2509 +47.0291 +47.1456 +51.8224 +54.3231 +58.7764 +56.5113 +53.3102 +51.3382 +35.1331 +23.2253 +10.4472 +6.76284 +8.0146 +6.72763 +11.7722 +20.9392 +25.2366 +38.8714 +42.9864 +45.1807 +52.3649 +56.4547 +52.2288 +50.1988 +47.0296 +47.266 +51.1931 +54.1614 +58.7022 +56.4659 +53.2601 +51.3141 +35.0918 +23.1837 +10.8305 +6.76366 +8.0146 +6.72763 +11.7275 +20.7035 +24.5232 +30.7302 +35.7979 +45.8356 +52.3468 +56.8181 +54.2208 +50.9142 +47.6531 +47.7642 +51.2584 +54.0872 +58.8947 +56.4589 +53.0728 +51.3192 +34.2582 +23.882 +11.4549 +6.73372 +8.0146 +6.72763 +11.827 +20.7747 +24.5665 +30.6153 +34.9538 +38.7161 +52.4581 +56.4956 +52.5443 +49.9612 +46.0074 +46.4898 +50.2641 +52.3116 +55.6386 +53.1175 +49.1198 +47.8951 +34.2772 +22.5158 +10.4357 +6.72766 +8.0146 +6.72766 +11.911 +20.9415 +25.2542 +38.8435 +43.1197 +45.2189 +52.1909 +56.4789 +52.2364 +50.0995 +47.017 +46.9899 +51.2117 +54.4129 +58.7119 +56.5342 +53.2908 +51.4727 +35.2112 +23.326 +10.4471 +6.7576 +8.01459 +6.72763 +12.3521 +21.4971 +25.7957 +38.7411 +43.3251 +45.3489 +52.4175 +56.6462 +53.4767 +50.1702 +47.1761 +47.464 +51.3753 +54.1624 +58.8317 +56.5144 +53.3136 +51.5011 +35.2341 +23.3208 +10.4469 +6.75528 +8.0146 +6.72763 +12.126 +21.3073 +25.5927 +38.8788 +43.0621 +45.1512 +52.1207 +56.4435 +52.7431 +48.9422 +46.1886 +46.9368 +50.5379 +52.7919 +57.5142 +55.2788 +52.6467 +50.7049 +34.9824 +23.1032 +10.4358 +6.77226 +8.0146 +6.72763 +11.5967 +20.7113 +25.064 +38.8163 +43.555 +45.3468 +52.2019 +56.4736 +53.4601 +50.1819 +47.0405 +47.0666 +51.778 +54.2625 +59.0514 +56.494 +53.2992 +51.3381 +35.1504 +23.2548 +10.4471 +6.75125 +8.0146 +6.72763 +12.0202 +21.1866 +25.471 +38.5606 +43.1546 +45.2385 +52.3307 +56.5276 +53.3761 +50.2229 +46.9921 +47.0336 +51.2243 +53.7605 +59.1057 +56.5286 +53.284 +51.3548 +35.1803 +23.2857 +10.8327 +6.7481 +8.0146 +6.72763 +12.103 +21.0461 +24.8563 +30.5759 +35.597 +45.8622 +52.4862 +56.8734 +54.3745 +50.9265 +47.902 +48.0287 +51.3239 +53.8178 +58.7942 +56.5326 +53.0552 +51.3605 +34.4197 +23.9609 +11.458 +6.73002 +8.0146 +6.72763 +12.0472 +21.0194 +24.8103 +30.3837 +35.1245 +38.9056 +52.5467 +56.4372 +52.5214 +49.7592 +46.0904 +46.159 +49.7132 +51.9746 +55.6164 +53.1471 +49.2193 +47.9007 +34.3605 +22.5953 +10.4232 +6.72766 +8.01458 +6.72765 +11.8155 +20.9276 +25.365 +38.7176 +42.9964 +45.1772 +52.2416 +56.4704 +53.4083 +50.2429 +46.9408 +47.1371 +51.1972 +54.1072 +59.0828 +56.5222 +53.2787 +51.3599 +35.1731 +23.2971 +10.4467 +6.73533 +8.0146 +6.72765 +12.069 +21.2392 +25.5433 +38.5315 +43.2364 +45.1347 +52.1665 +56.4923 +53.3451 +50.217 +46.9716 +47.062 +51.0803 +53.5764 +59.0545 +56.4869 +53.2265 +51.3116 +35.1383 +23.2586 +10.4453 +6.73118 +8.0146 +6.72763 +11.989 +21.1692 +25.4981 +38.4859 +43.1308 +45.2057 +52.196 +56.4373 +53.3609 +50.1847 +46.9371 +47.0361 +51.0872 +53.5557 +58.8735 +56.4669 +53.1946 +51.3284 +34.9993 +23.1841 +10.4398 +6.72766 +8.0146 +6.72763 +11.8879 +20.9884 +25.3167 +38.3171 +42.9653 +45.0445 +52.1223 +56.5491 +52.7544 +50.1404 +46.9204 +47.0115 +51.0685 +53.2312 +58.6265 +56.4475 +53.1824 +51.3126 +35.0505 +23.2118 +10.4249 +6.72765 +8.01459 +6.72765 +11.7651 +20.8609 +25.2991 +38.7238 +43.107 +45.1206 +52.129 +56.6905 +53.3367 +50.1219 +47.135 +47.1779 +51.1703 +53.7165 +59.0987 +56.5617 +53.231 +51.4779 +35.1587 +23.3565 +10.8106 +6.72766 +8.06649 +6.72764 +12.0742 +20.9664 +24.8335 +30.6052 +35.6601 +45.7669 +52.4477 +56.8026 +54.3048 +50.8881 +47.7405 +47.9409 +51.2529 +54.2925 +59.0808 +56.5315 +53.0372 +51.3455 +34.3879 +23.9259 +11.4578 +6.72764 +8.0146 +6.72766 +11.9754 +21.0056 +24.83 +30.3694 +35.127 +38.851 +52.7956 +56.5156 +52.4476 +49.7952 +45.9363 +46.1649 +49.6216 +51.4139 +55.7567 +53.1913 +49.2767 +47.9685 +34.4569 +22.7287 +10.4498 +6.73302 +8.0146 +6.72765 +12.1106 +21.3078 +25.6101 +38.3959 +43.252 +45.2553 +52.3329 +56.7029 +53.4003 +50.2201 +47.1413 +47.1774 +51.3358 +53.4088 +58.8577 +56.591 +53.2433 +51.5113 +35.1605 +23.3608 +10.439 +6.76845 +8.0146 +6.72765 +12.168 +21.3223 +25.652 +38.4252 +43.1518 +45.2471 +52.3223 +56.6342 +53.3765 +50.2005 +46.9841 +47.0946 +51.166 +53.3072 +58.7737 +56.5485 +53.1624 +51.4659 +35.1139 +23.3138 +10.4388 +6.76052 +8.0146 +6.72765 +12.023 +21.2093 +25.5454 +38.3587 +43.0605 +45.0527 +52.1318 +56.5579 +52.9347 +49.387 +46.197 +47.0201 +51.0676 +51.775 +58.5808 +56.4326 +53.1159 +51.3097 +34.915 +23.1731 +10.4423 +6.75077 +8.0146 +6.72763 +11.5336 +20.6859 +24.9858 +38.8147 +42.9951 +45.0837 +52.1249 +56.555 +52.8581 +50.2764 +47.0833 +47.1683 +51.0396 +52.9235 +57.8191 +55.8472 +52.0151 +51.2943 +34.8948 +23.1361 +10.4412 +6.7453 +8.0146 +6.72763 +11.4975 +20.6715 +25.0414 +38.8228 +43.1722 +45.1153 +52.1351 +56.5539 +52.7681 +49.5085 +47.0183 +47.0675 +51.095 +52.9587 +57.8282 +55.6578 +51.9551 +51.2793 +34.8748 +23.0391 +10.8267 +6.73736 +8.0146 +6.72763 +11.3299 +20.2894 +24.162 +30.5163 +35.6199 +45.6446 +52.114 +55.7316 +53.6032 +50.2508 +47.834 +47.7977 +51.2883 +53.9734 +57.4592 +55.2325 +52.3293 +51.2746 +34.2015 +23.6504 +6.72765 +8.06651 +6.72765 +11.2083 +20.1064 +24.0004 +35.356 +35.7252 +38.7223 +51.873 +55.6539 +51.6429 +48.6279 +45.1728 +44.8147 +48.1214 +49.5269 +48.6011 +52.4326 +48.4926 +47.3787 +34.1615 +22.3966 +10.4256 +6.72765 +8.01458 +6.72764 +11.0714 +19.9832 +24.4555 +43.5439 +43.0963 +45.0812 +52.163 +55.4346 +52.8111 +49.015 +45.7856 +46.895 +49.7949 +51.6814 +51.7448 +55.2788 +51.9497 +50.0771 +34.7908 +23.0279 +10.4225 +6.72764 +8.06652 +6.72761 +10.8805 +19.8538 +24.678 +42.6794 +42.4909 +43.7424 +51.1513 +66.6573 +71.7102 +69.5806 +63.5425 +60.206 +62.1587 +63.6691 +61.8946 +61.8112 +55.6524 +50.077 +33.663 +23.0168 +10.4219 +6.72763 +8.01459 +6.77957 +10.5884 +20.1679 +25.0414 +43.5215 +41.9584 +43.7404 +57.6184 +68.9436 +71.299 +68.3853 +64.1607 +61.5947 +65.3097 +68.4483 +68.0146 +66.0679 +62.0569 +52.5724 +33.6309 +21.8769 +10.4216 +6.77957 +8.01456 +6.72762 +10.5885 +20.2436 +24.9997 +42.8104 +42.6175 +44.3108 +51.0016 +55.5372 +52.2911 +49.1605 +46.9641 +46.613 +49.7077 +51.1161 +51.3634 +55.2788 +51.8872 +50.0227 +34.3856 +22.9923 +10.4242 +6.77793 +8.01457 +6.72763 +10.6693 +20.1182 +24.5972 +38.3583 +43.3588 +43.9364 +52.235 +55.6844 +52.2318 +49.045 +45.8147 +47.163 +50.9147 +51.0643 +50.9431 +55.6608 +52.457 +51.0697 +34.795 +23.1325 +10.8088 +6.77957 +8.0146 +6.72766 +11.5828 +20.4572 +24.4336 +30.8026 +35.7333 +45.455 +52.2935 +56.7145 +54.1293 +50.8761 +47.6925 +47.6876 +51.0574 +52.1964 +52.469 +56.4355 +52.8531 +50.9707 +34.2038 +23.8027 +11.4614 +6.72766 +8.01458 +6.72764 +11.5669 +20.5406 +24.3889 +30.7948 +35.1687 +39.0883 +52.7209 +56.3955 +52.4554 +49.8607 +46.12 +46.097 +49.4604 +50.9483 +49.845 +52.9527 +49.1778 +47.8683 +34.3651 +22.5959 +10.4247 +6.72765 +8.06651 +6.72765 +11.8568 +21.015 +25.3643 +39.1081 +43.3367 +44.9982 +52.2495 +56.6451 +53.372 +50.1653 +46.9336 +46.9841 +50.9273 +52.2494 +52.4614 +56.4418 +52.9825 +51.0424 +34.8267 +23.2156 +10.4267 +6.77957 +8.0146 +6.72766 +11.8267 +20.9541 +25.3688 +39.0411 +43.1536 +45.0212 +52.1869 +56.6047 +52.9245 +50.1347 +46.9054 +46.9384 +50.8726 +52.215 +50.953 +56.4273 +52.9702 +51.026 +34.8129 +23.1509 +10.4483 +6.75545 +8.01457 +6.72763 +11.4359 +20.5351 +24.8208 +38.8249 +43.0271 +44.1835 +52.117 +55.4298 +52.2729 +49.1756 +45.7944 +45.9093 +49.7503 +51.1896 +51.5818 +55.2788 +51.8202 +50.1824 +34.8162 +23.0481 +10.4246 +6.72766 +8.01458 +6.72765 +11.3202 +20.3353 +24.8397 +38.8818 +43.2338 +44.9646 +52.1919 +56.6949 +53.3765 +50.175 +47.0298 +46.9876 +50.9231 +52.2729 +52.4114 +56.4756 +52.9373 +51.0025 +34.9804 +23.2532 +10.4224 +6.72765 +8.01459 +6.77955 +11.8184 +20.9486 +25.3126 +38.8799 +43.1218 +45.0414 +52.3074 +56.6477 +53.3514 +50.1627 +46.9762 +47.0075 +50.8372 +52.2231 +51.9189 +56.4878 +52.9348 +50.948 +35.0206 +23.2414 +10.8188 +6.74491 +8.0146 +6.72763 +11.8651 +20.8296 +24.6609 +30.5464 +35.6824 +45.6333 +52.2742 +56.6769 +54.0461 +50.878 +47.7143 +47.7761 +51.0319 +52.4006 +52.1184 +56.1466 +52.7537 +50.8629 +34.2114 +23.7552 +11.4595 +6.72765 +8.06651 +6.72765 +11.7009 +20.6267 +24.478 +30.6166 +35.2431 +38.787 +52.4745 +56.1652 +52.4485 +49.7907 +45.9407 +46.0155 +49.3589 +50.7408 +49.4728 +52.8261 +49.2129 +47.8227 +34.3917 +22.6731 +10.4313 +6.72766 +8.0146 +6.72763 +11.9008 +21.0622 +25.4363 +38.7091 +43.1199 +45.0985 +52.3272 +56.6394 +53.4179 +50.2072 +46.9856 +47.0568 +50.8948 +52.2261 +52.0629 +56.4347 +52.8663 +50.8859 +35.0047 +23.2279 +10.4413 +6.74173 +8.0146 +6.72763 +11.846 +21.0066 +25.289 +38.7955 +43.0191 +44.8985 +52.128 +56.588 +52.1804 +49.5466 +46.9185 +46.9098 +50.8228 +52.1971 +51.005 +51.5028 +52.8912 +50.793 +34.8369 +23.225 +10.4241 +6.72764 +8.0665 +6.72764 +11.6717 +20.7763 +25.2249 +38.6047 +43.0091 +44.8593 +52.1242 +56.0199 +52.4093 +48.949 +46.2059 +46.3111 +49.7723 +51.0885 +51.8261 +51.8379 +52.8251 +50.7891 +34.8643 +23.0972 +10.446 +6.7306 +8.0146 +6.72763 +11.3641 +20.4918 +24.8297 +38.9918 +43.3479 +45.1048 +52.2474 +55.5049 +52.8889 +50.1294 +47.0279 +46.8802 +50.9677 +51.3454 +52.1448 +51.2379 +51.6802 +50.7729 +34.7928 +23.0338 +10.4494 +6.74277 +8.01457 +6.72763 +11.2564 +20.3688 +24.6539 +38.9614 +42.8799 +44.8841 +52.1521 +55.4691 +52.2514 +49.3727 +46.3486 +46.942 +50.1676 +51.0698 +51.9229 +50.5309 +52.2485 +50.1478 +34.7841 +23.0523 +10.8156 +6.77808 +8.0146 +6.72763 +11.3754 +20.3847 +24.3019 +30.331 +35.4757 +45.3682 +52.2456 +56.0029 +53.475 +50.2769 +47.0687 +47.7282 +51.0836 +52.2019 +50.8833 +50.657 +52.5415 +50.705 +34.1696 +23.6373 +11.4466 +6.77956 +8.01456 +6.72763 +11.2561 +20.1117 +24.0789 +30.5793 +34.9584 +38.8473 +52.4818 +56.1532 +51.1942 +49.7551 +45.9434 +45.9401 +49.2761 +50.6731 +49.4271 +48.0384 +49.1019 +47.7912 +34.2771 +22.5216 +10.4491 +6.76259 +8.01457 +6.72763 +11.5055 +20.7361 +25.0903 +38.3978 +42.8486 +44.9215 +52.1665 +56.2418 +52.611 +49.5408 +45.7925 +45.983 +50.0671 +51.0434 +50.9213 +50.3627 +51.611 +50.6559 +34.7797 +23.0561 +10.4227 +6.77956 +8.01456 +6.72763 +11.1603 +20.2027 +24.5835 +38.7035 +42.5778 +44.8296 +52.1765 +56.585 +52.2572 +50.1993 +47.1465 +47.0968 +50.9929 +52.5043 +51.8993 +51.6958 +52.704 +50.6868 +34.8299 +23.1965 +10.4238 +6.72765 +8.0665 +6.72765 +11.6687 +20.7852 +25.1952 +38.3476 +42.7125 +44.8977 +52.1644 +55.9971 +52.6935 +49.5743 +46.2034 +46.9447 +50.8595 +52.2518 +50.4886 +51.022 +52.6836 +50.6136 +34.8722 +23.1556 +10.44 +6.72764 +8.0146 +6.72763 +11.5105 +20.6812 +25.036 +38.3775 +42.6527 +44.812 +52.1005 +56.2067 +52.2124 +49.0059 +45.8636 +45.7372 +49.6728 +51.0323 +50.6666 +50.3627 +51.8226 +50.5867 +34.8155 +23.0581 +10.4246 +6.72764 +8.01459 +6.77955 +11.1974 +20.1189 +24.4658 +38.1168 +42.5987 +43.6544 +50.9513 +56.0081 +56.3746 +53.9574 +48.7333 +45.8363 +49.7887 +51.1212 +52.3617 +51.0919 +52.8831 +49.7488 +33.6915 +22.9964 +10.8281 +6.72997 +8.01457 +6.72763 +10.5885 +19.7019 +23.8958 +28.9309 +34.2761 +44.2934 +51.0664 +58.6311 +56.6049 +56.838 +51.7041 +48.6893 +49.9092 +51.0658 +52.5566 +51.8736 +51.5365 +49.5716 +33.0198 +22.4702 +11.4639 +6.72765 +8.06652 +6.72762 +10.5885 +19.8045 +23.9305 +29.267 +33.765 +37.4859 +51.19 +55.0931 +51.2564 +48.6461 +44.8031 +44.8167 +48.1222 +49.5094 +48.669 +47.2903 +48.5229 +47.7874 +34.1743 +22.4161 +10.4248 +6.72765 +8.0146 +6.72764 +11.2249 +20.2707 +24.7809 +38.7716 +42.5914 +44.821 +52.1518 +55.5392 +52.8668 +49.0974 +46.4017 +47.0526 +51.0137 +52.284 +51.0257 +51.8492 +52.6955 +50.8009 +34.8162 +23.1407 +10.4253 +6.77958 +8.01456 +6.72766 +11.5892 +20.6727 +25.0929 +38.2538 +42.5378 +44.8636 +52.1214 +56.5928 +52.5715 +49.3857 +46.3146 +46.1933 +50.2057 +51.5679 +51.1799 +50.4491 +51.5461 +50.7765 +34.7902 +23.0922 +10.4431 +6.76731 +8.01457 +6.72763 +11.2468 +20.4079 +24.7267 +38.7428 +42.8163 +44.5849 +52.1461 +55.5344 +52.2891 +49.0243 +45.8985 +46.3719 +50.9894 +51.2904 +50.4308 +51.2701 +52.6856 +50.7285 +34.8064 +23.1281 +10.4395 +6.76412 +8.0146 +6.72763 +11.4787 +20.6144 +25.0377 +38.1739 +42.4294 +44.8373 +52.1417 +56.5804 +52.8007 +49.2446 +46.8848 +46.9642 +50.7851 +51.0014 +50.8726 +50.8516 +52.6837 +50.6359 +34.8493 +23.1548 +10.4417 +6.74529 +8.0146 +6.72763 +11.4643 +20.6379 +24.9778 +38.8112 +42.7657 +45.0778 +52.1372 +56.7079 +53.3255 +50.2367 +46.9261 +46.9786 +50.9848 +51.6821 +50.9069 +50.3627 +51.5426 +50.0173 +34.8458 +23.0515 +10.8258 +6.72764 +8.0146 +6.72763 +11.4486 +20.4289 +24.2574 +30.4723 +35.4309 +45.6429 +52.3417 +56.7372 +54.1433 +50.8704 +47.7076 +47.7072 +51.1327 +52.4725 +52.1053 +49.9509 +52.725 +50.7379 +34.2116 +23.7594 +11.4588 +6.72766 +8.0146 +6.77957 +11.8763 +20.6955 +24.5716 +30.2882 +34.9845 +38.8232 +52.4911 +56.3599 +52.4732 +49.7998 +45.9933 +45.9632 +49.3529 +50.7455 +49.4376 +47.762 +49.1833 +47.8517 +34.37 +22.6178 +10.4235 +6.72765 +8.01461 +6.72764 +11.7644 +20.9294 +25.3163 +38.163 +42.3147 +44.8944 +52.1368 +56.6164 +52.238 +49.5909 +46.899 +46.9708 +50.7484 +51.0103 +50.8975 +51.3718 +52.6168 +50.8433 +34.8069 +23.1453 +10.4242 +6.77958 +8.01457 +6.72763 +11.4224 +20.5918 +24.9217 +38.2348 +42.3375 +44.8267 +52.1563 +55.5424 +52.8066 +49.0638 +46.8806 +46.1868 +49.6427 +51.0034 +50.8366 +49.8673 +51.4744 +50.2597 +34.8535 +23.0426 +10.441 +6.72764 +8.01457 +6.72763 +11.3376 +20.4984 +24.8478 +38.1158 +42.2896 +44.9503 +51.3331 +55.4138 +52.2749 +49.1927 +46.0579 +45.8666 +49.8342 +51.0294 +50.4126 +49.4669 +51.5402 +49.6313 +33.6892 +23.0053 +10.4408 +6.73125 +8.01457 +6.72763 +10.7339 +20.0042 +24.5767 +37.5234 +41.1384 +43.6614 +50.9717 +55.4576 +52.7435 +49.0181 +45.7916 +45.805 +49.6407 +51.0059 +50.5943 +49.5872 +51.5408 +50.1388 +34.7884 +23.0459 +10.4262 +6.77956 +8.01456 +6.72766 +11.2458 +20.2925 +20.1763 +38.0736 +42.2879 +44.2941 +51.2357 +55.4308 +52.2782 +49.2231 +45.8185 +45.777 +49.6345 +51.0327 +50.51 +49.5487 +51.5417 +50.1376 +34.8 +23.0559 +10.8116 +6.77956 +8.01459 +6.72766 +11.25 +20.0704 +19.4907 +30.1044 +35.4162 +44.7531 +51.5154 +55.5781 +53.0109 +49.8551 +46.5839 +46.5764 +49.8331 +51.0524 +50.3403 +48.6806 +51.5446 +49.6279 +33.6016 +23.6639 +11.4652 +6.72764 +8.0146 +6.77957 +11.2097 +20.0794 +19.4042 +30.0894 +34.8365 +38.0567 +51.2307 +55.1013 +51.2345 +49.0312 +44.779 +44.8411 +48.159 +49.5597 +49.5562 +46.6752 +48.2386 +47.793 +34.189 +22.4217 +10.4474 +6.75083 +8.0146 +6.72763 +11.2853 +20.4097 +20.1434 +38.1218 +42.4072 +44.8909 +52.097 +55.857 +52.242 +48.9817 +45.7829 +45.7725 +49.67 +51.0129 +50.4941 +49.2989 +51.5455 +50.7668 +34.8033 +23.0404 +10.4326 +6.77421 +8.01457 +6.72763 +11.0948 +20.0971 +19.8882 +38.6293 +42.1644 +45.0808 +52.1591 +55.4578 +52.8924 +48.9537 +45.8124 +46.3636 +50.2581 +51.5909 +50.817 +49.1827 +52.1132 +50.7801 +34.8034 +23.1148 +10.43 +6.77599 +8.01457 +6.72763 +11.3396 +20.4631 +20.183 +38.0669 +42.2896 +44.2982 +51.328 +55.4504 +52.2146 +49.148 +45.91 +45.7642 +49.6457 +51.1075 +50.8827 +49.8804 +51.5431 +50.1978 +34.7703 +23.0408 +10.4237 +6.77956 +8.01459 +6.72766 +11.1525 +20.1873 +19.9916 +37.9643 +41.6912 +44.229 +50.9493 +55.5414 +52.2457 +49.0638 +45.7432 +45.8865 +49.6675 +51.2025 +51.419 +50.5901 +51.5435 +49.5715 +34.8421 +23.0178 +10.4393 +6.74676 +8.01457 +6.72763 +11.0428 +19.9744 +19.8756 +38.1597 +42.2609 +44.054 +52.1495 +56.0888 +52.2343 +49.0668 +46.9628 +46.4381 +50.3437 +51.2748 +51.6489 +50.4489 +52.1135 +50.1564 +34.8322 +23.0253 +10.8267 +6.76394 +8.0146 +6.72763 +11.1673 +20.0633 +19.2968 +30.2091 +35.461 +44.7546 +52.2487 +55.5816 +53.0091 +49.7383 +46.5425 +46.957 +50.3442 +51.0008 +50.6074 +49.7791 +52.6838 +50.0085 +33.5985 +23.6663 +11.4627 +6.72763 +8.01459 +6.77957 +10.9988 +19.7937 +19.1026 +30.2048 +34.8302 +38.6434 +52.3807 +55.0867 +51.1974 +48.6258 +44.8344 +44.7812 +48.1583 +49.5089 +48.1845 +46.3975 +48.523 +47.2234 +34.1814 +22.4186 +10.4438 +6.75044 +8.01457 +6.72763 +11.1727 +20.3027 +19.7151 +38.083 +41.78 +44.126 +51.046 +55.4812 +52.1815 +49.1875 +45.7809 +45.8212 +49.6042 +50.9793 +50.4428 +48.8963 +51.5449 +50.0087 +34.8343 +23.0225 +10.4463 +6.72926 +8.0146 +6.72763 +11.1244 +20.0989 +19.8882 +37.8999 +42.2602 +43.7257 +50.9525 +55.4223 +52.623 +48.974 +45.8667 +45.8294 +49.8003 +51.2178 +50.909 +50.2632 +51.5466 +49.6296 +33.6883 +23.0424 +10.4277 +6.72766 +8.01457 +6.72764 +11.1358 +20.2059 +19.6545 +37.8867 +42.2657 +43.7268 +51.3806 +55.3711 +52.2437 +48.9589 +45.8265 +45.7422 +49.7228 +50.9846 +50.4069 +48.822 +51.5434 +49.6873 +34.7712 +23.0311 +10.4295 +6.77715 +8.01457 +6.72763 +11.1376 +20.2344 +19.8408 +38.0367 +41.5821 +44.1086 +50.9531 +55.461 +52.2562 +49.0382 +45.8232 +45.7458 +49.6749 +50.9763 +50.8315 +49.9622 +51.5732 +49.6637 +34.1994 +23.0279 +10.4247 +6.77956 +8.01456 +6.72763 +10.7173 +20.0105 +20.0799 +37.4855 +41.6915 +43.6886 +50.9587 +55.466 +53.9562 +51.0022 +45.8015 +45.7459 +49.6911 +50.9677 +50.4896 +49.585 +51.547 +50.0084 +34.7941 +23.0501 +10.8096 +6.72764 +8.0146 +6.77957 +10.9914 +19.7964 +18.8437 +30.0442 +34.5239 +44.894 +51.6723 +55.6482 +52.9607 +49.721 +46.5512 +46.8702 +49.7593 +50.9768 +50.4807 +48.3416 +51.8336 +49.6305 +34.1658 +23.6702 +11.4605 +6.72764 +8.0146 +6.77956 +11.2056 +20.0961 +18.9737 +30.0554 +34.5956 +38.6226 +51.8344 +55.0395 +51.202 +48.6268 +44.8255 +44.786 +48.1543 +49.5073 +48.2467 +45.9475 +47.96 +47.4077 +34.1795 +22.4202 +10.4421 +6.73618 +8.01457 +6.72763 +11.2577 +20.3405 +19.4998 +38.0506 +42.353 +44.8687 +51.5223 +55.429 +52.1875 +49.0481 +45.7885 +45.7603 +49.6875 +50.9526 +50.5397 +49.4624 +51.5469 +49.6868 +34.2004 +23.0174 +10.4315 +6.77527 +8.01457 +6.72763 +10.8571 +19.9142 +19.7563 +37.2595 +41.5578 +44.2269 +50.9858 +55.5907 +54.2817 +50.6934 +45.8241 +45.8859 +49.7821 +51.1895 +51.7414 +51.1082 +52.3251 +49.6868 +33.9149 +22.4371 +10.429 +6.77753 +8.01457 +6.72763 +10.5885 +20.4285 +20.034 +37.1066 +41.4377 +43.6562 +54.1864 +67.346 +68.7075 +69.8072 +64.6607 +63.0145 +65.9556 +67.1735 +51.4627 +50.1437 +51.5449 +49.687 +33.6359 +21.8796 +10.4262 +6.77956 +8.01456 +6.72763 +10.5885 +20.1571 +20.4243 +37.5563 +41.4921 +44.4284 +52.2255 +55.5428 +52.2938 +49.1225 +47.0634 +46.556 +50.3374 +51.343 +51.6789 +50.9312 +52.118 +49.6866 +34.775 +23.0297 +10.428 +6.77724 +8.01457 +6.72763 +11.0762 +20.0437 +20.2856 +37.874 +41.9831 +43.6936 +51.5759 +55.5413 +52.2958 +49.0628 +46.0844 +46.2118 +49.6314 +50.955 +50.4993 +48.7883 +51.558 +49.6777 +34.7659 +23.0264 +10.821 +6.77266 +8.01457 +6.72763 +11.0335 +19.8859 +18.6717 +29.6637 +34.2077 +44.3292 +51.1091 +57.6859 +59.1263 +58.8084 +54.5542 +56.1803 +60.2973 +58.1293 +59.6877 +56.8067 +54.6487 +50.1448 +33.0312 +22.4652 +11.4619 +6.72765 +8.06653 +6.72762 +10.5885 +19.9383 +19.625 +29.0461 +33.6551 +37.4859 +51.2173 +58.8485 +63.1275 +65.1431 +61.9785 +61.9956 +64.9764 +49.5595 +54.0211 +45.74 +47.9598 +46.673 +33.0615 +22.372 +10.4249 +6.72764 +8.0146 +6.77956 +10.5885 +20.009 +19.6114 +37.0983 +41.2562 +43.6242 +50.9535 +55.4345 +54.4414 +50.5933 +45.7635 +45.8798 +49.9495 +50.9538 +50.5049 +48.7882 +51.5478 +49.6862 +33.6356 +23.0159 +10.4248 +6.77956 +8.01456 +6.72763 +10.644 +20.091 +19.8867 +37.0667 +41.2366 +43.6212 +50.9557 +56.1331 +56.7127 +56.3062 +52.7189 +54.3698 +56.6811 +58.7749 +58.2285 +55.675 +55.8366 +50.121 +33.6604 +21.8852 +10.4248 +6.72764 +8.01459 +6.77958 +10.5885 +20.2317 +20.7632 +36.9955 +41.3478 +44.6319 +51.0756 +55.4888 +54.1805 +50.6993 +45.9266 +45.9937 +49.7721 +51.3316 +50.7864 +48.5225 +51.5459 +49.6887 +33.6827 +23.0269 +10.4247 +6.72765 +8.01458 +6.72764 +10.7812 +20.2267 +19.926 +37.8975 +41.7503 +44.7982 +52.1793 +55.5077 +52.1873 +49.0147 +45.7662 +45.8221 +49.6066 +51.0831 +50.6128 +49.7123 +51.5855 +49.9378 +34.7686 +23.0531 +10.4242 +6.77956 +8.01456 +6.72763 +11.0214 +19.8864 +19.9641 +37.486 +42.3942 +43.6619 +50.9624 +55.4793 +52.257 +49.0699 +45.7597 +45.8324 +49.6072 +50.9545 +50.3618 +49.6305 +51.5494 +49.6858 +34.2045 +23.0377 +10.8109 +6.77956 +8.01456 +6.72766 +10.9932 +19.8036 +18.7416 +29.9505 +34.4145 +44.321 +51.0657 +55.5787 +53.2827 +50.5737 +48.4957 +48.3633 +53.3106 +50.94 +51.1431 +49.9765 +51.8921 +51.4039 +33.0254 +22.5429 +11.4598 +6.72764 +8.01457 +6.72763 +10.5885 +19.8043 +19.0264 +29.1893 +33.6251 +37.4559 +51.2793 +55.0437 +52.9477 +50.1717 +46.5669 +45.8603 +49.4082 +49.6626 +48.2428 +46.2451 +43.3771 +46.7145 +33.0306 +21.822 +10.4243 +6.72762 +8.01461 +6.72764 +10.6387 +20.1237 +19.3246 +37.1307 +41.6357 +43.6289 +50.9966 +55.4455 +52.1843 +49.0497 +45.775 +45.8191 +49.8555 +51.8967 +51.1205 +48.6741 +46.8632 +49.6311 +33.6293 +23.0192 +10.4248 +6.77957 +8.01456 +6.72766 +10.8369 +20.0136 +19.4473 +37.069 +41.1795 +43.9359 +52.9091 +62.5179 +62.5887 +60.3547 +56.9104 +55.8638 +60.1339 +62.3866 +62.9106 +60.3026 +55.8124 +54.9795 +35.3408 +24.829 +10.434 +6.72761 +8.0146 +6.72764 +10.5885 +20.9613 +21.3503 +37.0346 +41.6601 +43.926 +51.1119 +55.5112 +52.3926 +49.1222 +45.8786 +45.8759 +49.7639 +51.186 +50.9138 +49.4281 +46.9672 +49.6884 +34.8374 +23.0103 +10.4422 +6.72857 +8.01457 +6.72763 +10.6537 +20.0143 +20.4234 +37.3172 +41.7479 +43.6632 +50.9878 +56.3484 +55.5484 +53.852 +46.9669 +45.8693 +49.7706 +51.1619 +50.9267 +49.7123 +47.0302 +49.6858 +33.6546 +22.4534 +10.4254 +6.72764 +8.06651 +6.72761 +10.5885 +20.248 +19.9167 +36.9418 +41.1793 +43.6244 +51.2668 +59.1632 +60.1811 +56.6166 +54.1259 +52.3651 +56.9687 +59.0113 +58.9906 +54.7394 +49.4448 +49.6876 +33.651 +22.2636 +10.8124 +6.72764 +8.06652 +6.72764 +10.5885 +19.7001 +18.7959 +28.9448 +34.2077 +44.6431 +51.4936 +60.5314 +59.154 +57.9578 +53.4904 +53.2201 +57.1216 +56.4923 +55.2107 +52.6339 +47.6458 +49.6879 +33.026 +22.491 +11.4633 +6.72764 +8.06651 +6.72761 +10.5885 +19.8548 +19.4103 +29.0281 +33.7651 +37.4859 +51.2959 +55.1272 +51.2426 +48.7043 +44.8541 +44.8069 +48.319 +49.5379 +48.4623 +46.2648 +43.3897 +46.7075 +33.0274 +21.257 +10.4396 +6.72764 +8.01457 +6.72763 +10.5885 +20.0723 +19.6341 +36.7876 +41.9578 +43.6674 +50.9859 +58.661 +56.6246 +50.4268 +45.7704 +45.8214 +49.6059 +51.1609 +50.9268 +49.428 +47.0188 +49.6434 +33.7018 +22.4312 +10.4414 +6.73167 +8.01457 +6.72763 +10.5885 +20.025 +19.9626 +37.3164 +41.4378 +43.6707 +50.9959 +57.4415 +56.7609 +52.0691 +45.9307 +45.811 +50.0028 +52.2305 +52.6448 +48.558 +47.0115 +49.6498 +33.6423 +22.4554 +10.4263 +6.72765 +8.06653 +6.72762 +10.5885 +20.3049 +19.5656 +36.9005 +41.3879 +44.011 +51.3807 +60.564 +61.2575 +59.3164 +54.521 +52.807 +58.9138 +60.4182 +61.7895 +56.4556 +50.8735 +50.3308 +33.6957 +21.8645 +10.4419 +6.72761 +8.01457 +6.72763 +10.5885 +20.3492 +20.4004 +37.9736 +41.1789 +43.6582 +51.0323 +61.1555 +64.6655 +64.1016 +59.9062 +61.2074 +66.558 +70.6054 +71.9445 +67.1039 +61.7187 +60.8761 +39.2985 +21.8616 +10.4411 +6.73399 +8.01457 +6.72763 +10.7997 +21.8858 +24.609 +42.1324 +51.8106 +60.7309 +68.0769 +76.2964 +75.9967 +72.3532 +65.3121 +62.6988 +63.289 +62.1462 +63.8403 +56.897 +51.3791 +49.644 +33.6545 +21.8881 +10.8108 +6.72764 +8.06649 +6.72764 +10.5885 +20.7036 +18.8722 +29.3798 +34.1304 +44.3415 +51.0704 +55.5875 +54.0503 +51.6665 +47.153 +48.8135 +53.4132 +52.824 +52.8834 +51.8908 +46.0429 +49.6317 +33.0325 +22.5006 +11.4625 +6.72764 +8.01459 +6.77958 +10.5885 +19.6895 +18.6769 +29.0946 +33.677 +37.4859 +51.244 +55.0451 +51.6516 +50.7404 +46.3262 +48.0112 +51.5703 +52.6457 +50.3825 +47.4075 +44.7776 +46.7086 +33.0298 +21.252 +10.4357 +6.72765 +8.01457 +6.72764 +10.5885 +20.5099 +20.1154 +36.8645 +41.1789 +43.6734 +50.991 +55.4435 +52.4597 +50.2579 +45.8296 +45.8091 +49.9586 +52.3288 +52.4236 +49.4166 +46.02 +49.6539 +33.6762 +23.025 +10.4237 +6.72766 +8.01458 +6.72765 +10.8349 +19.9459 +19.2691 +37.2597 +41.257 +43.6448 +50.998 +58.8994 +61.1858 +57.3329 +54.286 +52.9483 +59.7213 +63.6078 +63.7505 +59.499 +53.281 +50.8844 +33.6972 +21.8617 +10.448 +6.7344 +8.01457 +6.72763 +10.5885 +20.1952 +20.194 +38.0719 +41.2708 +43.7138 +52.1219 +63.7116 +64.643 +53.4169 +46.5926 +45.801 +50.8507 +54.0535 +54.1471 +56.4258 +53.3056 +50.7953 +33.6627 +21.8845 +10.4259 +6.72764 +8.0146 +6.77958 +10.5885 +20.4747 +20.1177 +36.8868 +43.0027 +43.7151 +51.4382 +61.8869 +63.0154 +60.7103 +52.7362 +45.8211 +53.1885 +54.3126 +57.8686 +53.349 +47.9187 +49.6889 +33.6978 +21.8663 +10.4417 +6.74166 +8.01457 +6.72763 +10.5885 +20.1572 +20.1077 +37.2384 +41.1803 +43.6924 +50.957 +55.8679 +56.3927 +53.4592 +45.8097 +45.7478 +49.6902 +51.3131 +51.4877 +49.8099 +45.9122 +49.6772 +33.6635 +22.4539 +10.8117 +6.72764 +8.01459 +6.77958 +10.6397 +19.6525 +18.6822 +29.1219 +34.2596 +44.2993 +51.1166 +56.9037 +56.3914 +56.9366 +52.7652 +53.6042 +56.5683 +58.0346 +61.5334 +60.2938 +53.3977 +53.5897 +33.0312 +22.4786 +11.4631 +6.72765 +8.06652 +6.72761 +10.5885 +19.9375 +19.2232 +28.8442 +40.3051 +46.4998 +64.9374 +71.7088 +69.8262 +68.1799 +62.7318 +62.4078 +66.4659 +68.8077 +67.913 +63.6348 +55.4785 +54.4399 +33.7709 +21.2514 +10.451 +6.74154 +8.01457 +6.72763 +10.6152 +23.0748 +23.888 +48.7616 +57.955 +63.4427 +71.6593 +80.8695 +80.9847 +76.7381 +71.529 +68.7442 +72.2329 +71.5812 +72.4602 +67.0798 +62.813 +58.61 +33.7031 +21.8598 +10.4471 +6.72858 +8.01457 +6.72763 +10.5885 +20.0998 +20.0238 +37.9251 +41.7474 +44.7992 +51.5588 +55.4548 +52.1896 +49.0131 +46.061 +46.3835 +49.6091 +50.9424 +50.3359 +48.4222 +45.943 +49.65 +34.8383 +23.0278 +10.446 +6.73067 +8.01457 +6.72763 +11.1132 +20.1695 +19.1979 +37.2036 +41.7126 +43.9437 +51.0024 +55.4454 +52.2431 +49.0124 +45.7827 +45.8121 +49.7271 +51.9438 +52.831 +48.8287 +45.9452 +49.6484 +34.8256 +23.0233 +10.4267 +6.72765 +8.01457 +6.72764 +10.8091 +20.0637 +19.2148 +37.0776 +41.1786 +43.6284 +51.0017 +55.9193 +56.2078 +52.5115 +47.777 +45.8079 +51.3567 +52.5918 +52.7891 +50.7321 +46.5683 +49.6704 +33.7008 +22.9935 +10.4493 +6.73528 +8.01457 +6.72763 +10.5885 +20.0896 +19.544 +36.763 +41.1794 +43.674 +51.0471 +61.0633 +64.0824 +59.9791 +59.1781 +59.2039 +64.6653 +65.6616 +67.9427 +64.8704 +59.8015 +56.4452 +34.7267 +21.8874 +10.8113 +6.72765 +8.01458 +6.72764 +10.5885 +20.7819 +21.0611 +35.6607 +44.6175 +62.8642 +70.6225 +78.784 +78.4335 +73.9026 +68.3846 +67.7743 +74.49 +76.9967 +78.8375 +74.9142 +68.0956 +70.0495 +50.1943 +34.2361 +11.46 +6.72762 +8.01457 +6.72764 +11.548 +23.4656 +24.2342 +43.1474 +53.7853 +55.9514 +70.8749 +77.6849 +75.7758 +72.5764 +65.9208 +64.9877 +62.745 +66.6761 +65.3476 +58.8491 +56.1358 +51.0792 +33.0276 +21.2584 +10.4453 +6.72761 +8.01457 +6.72763 +10.5885 +20.5488 +20.7504 +37.0323 +41.3476 +43.7122 +50.9738 +63.0009 +70.4445 +67.6912 +60.755 +59.7153 +63.5403 +66.4086 +66.6662 +62.5381 +55.7824 +52.794 +33.7011 +21.8619 +10.4469 +6.73049 +8.0146 +6.72763 +10.5885 +20.2441 +19.6148 +36.787 +43.1705 +52.2796 +62.9946 +74.3101 +75.1341 +71.8611 +65.2549 +63.3969 +69.2362 +72.1065 +73.009 +69.9455 +63.9922 +61.5006 +38.8885 +21.8573 +10.449 +6.73529 +8.01457 +6.72763 +10.6533 +20.93 +20.7827 +36.9099 +47.0488 +44.9895 +53.2795 +64.2379 +65.109 +60.6374 +58.1799 +57.5674 +63.2871 +67.7147 +66.6637 +60.2491 +57.4919 +54.9767 +33.7002 +21.8635 +10.4443 +6.73681 +8.0146 +6.72763 +10.5885 +20.2029 +20.0488 +36.7869 +41.2566 +43.9636 +51.3172 +60.1253 +59.0257 +59.5889 +53.2913 +51.346 +56.1648 +58.8652 +59.7667 +55.1033 +49.5924 +49.6884 +33.701 +21.8584 +10.4479 +6.73765 +8.01457 +6.72763 +10.5885 +20.1846 +19.6097 +36.9113 +41.2575 +43.7697 +51.2148 +56.8451 +56.3349 +54.4992 +49.5402 +47.127 +53.5069 +59.8948 +60.109 +54.1231 +47.8292 +49.6563 +33.7011 +21.8621 +10.834 +6.72826 +8.0146 +6.72763 +10.5885 +20.229 +18.8343 +28.8104 +34.1302 +44.6254 +51.653 +61.351 +61.4826 +61.6985 +56.9087 +58.4651 +60.681 +63.2983 +65.1584 +61.8556 +54.2304 +49.9277 +33.0297 +22.4884 +11.4614 +6.72764 +8.06652 +6.72761 +10.5885 +19.7425 +18.8591 +28.8442 +33.7168 +39.3285 +59.655 +67.4408 +68.1268 +67.1048 +62.132 +61.9203 +67.508 +69.6541 +69.1038 +65.9881 +61.8363 +57.5003 +38.2175 +22.4056 +10.4465 +6.75154 +8.01457 +6.72763 +10.5885 +23.2147 +23.9159 +38.082 +49.5842 +57.9053 +64.9613 +74.8655 +77.8578 +75.51 +69.6337 +67.374 +72.974 +75.3333 +75.0355 +72.6295 +67.3234 +63.745 +41.1764 +23.7197 +10.4459 +6.74849 +8.01457 +6.72763 +10.8374 +23.3268 +25.9442 +49.3724 +60.7615 +66.7589 +74.1047 +84.1363 +84.9457 +81.6358 +71.7088 +68.0422 +73.5569 +78.2787 +78.4209 +74.3435 +72.7942 +66.8206 +42.0924 +21.8755 +10.4346 +6.72765 +8.01457 +6.72764 +10.7789 +20.6953 +20.7632 +36.7918 +41.6584 +49.6222 +63.4799 +71.4293 +71.2924 +70.0029 +64.975 +64.8028 +69.8365 +72.9122 +67.8475 +65.6438 +59.004 +55.4181 +33.7024 +21.8595 +10.447 +6.73947 +8.01457 +6.72763 +10.5885 +22.0956 +23.2721 +42.7391 +52.4884 +61.7917 +68.1772 +78.9612 +78.5841 +74.5568 +68.2256 +65.3575 +71.4133 +73.1967 +74.3321 +70.9937 +65.9015 +61.0098 +35.6373 +21.8663 +10.4466 +6.73306 +8.0146 +6.72763 +10.5885 +20.5051 +20.2245 +36.8386 +42.4652 +48.0912 +56.4839 +65.2022 +64.821 +61.8647 +57.025 +58.6545 +63.4829 +64.4745 +64.0232 +59.8353 +53.0481 +51.2275 +33.7024 +21.862 +10.8304 +6.72761 +8.01457 +6.72763 +10.5885 +20.7422 +19.1554 +28.915 +36.0244 +45.7598 +55.4417 +66.5632 +66.3723 +64.6979 +62.4413 +63.5269 +64.1643 +67.2216 +66.4846 +64.2502 +58.807 +58.7817 +36.3612 +22.4989 +11.4652 +6.72764 +8.01459 +6.77958 +10.7806 +21.8868 +22.2387 +29.6547 +37.5992 +37.4859 +53.2711 +56.9373 +59.0148 +63.2585 +64.7082 +63.0185 +66.9615 +68.8926 +65.1571 +60.8697 +52.4605 +48.0632 +33.029 +21.2584 +10.4426 +6.72764 +8.01457 +6.72763 +10.5885 +20.1194 +19.4941 +36.7883 +42.2092 +47.1549 +58.9771 +69.6405 +72.1162 +69.6831 +64.8055 +64.0043 +68.4425 +71.0002 +71.6495 +69.9448 +57.9472 +55.5279 +33.8833 +21.8644 +10.4437 +6.7331 +8.0146 +6.72763 +10.5885 +20.4141 +19.9359 +36.8386 +48.0877 +51.6334 +61.9821 +73.5333 +74.6631 +71.1412 +67.358 +64.2341 +70.3683 +72.4802 +72.991 +69.7969 +67.2345 +63.6096 +42.5506 +21.8593 +10.4481 +6.74712 +8.01457 +6.72763 +10.8213 +21.5436 +21.9037 +36.8595 +43.7843 +56.24 +66.8746 +76.2049 +77.5722 +70.8911 +62.9723 +62.2012 +71.2223 +73.6961 +71.1994 +68.4658 +64.0544 +57.9377 +33.7019 +21.8638 +10.4439 +6.72872 +8.0146 +6.72763 +10.5885 +20.2051 +19.6131 +36.787 +41.2566 +44.1965 +51.5123 +60.8328 +61.2732 +57.9855 +55.0138 +52.7724 +58.491 +61.95 +64.826 +58.6364 +51.4399 +52.2543 +33.6982 +21.8628 +10.4478 +6.73983 +8.01457 +6.72763 +10.5885 +20.1474 +19.6924 +36.7869 +41.1792 +44.9233 +52.4031 +66.058 +66.8153 +65.0211 +58.838 +58.4344 +59.6916 +61.6658 +63.776 +60.2235 +55.4076 +53.4667 +33.7026 +21.8607 +10.8327 +6.74419 +8.01457 +6.72763 +10.5885 +20.3322 +20.2351 +29.4443 +41.8291 +53.9361 +63.341 +72.8087 +67.3785 +68.6439 +70.3451 +69.5138 +72.4631 +72.3535 +74.3619 +69.9541 +60.381 +59.6779 +36.6938 +22.4971 +11.4637 +6.72764 +8.01459 +6.77956 +10.5885 +20.0147 +19.3384 +28.8103 +40.7041 +43.7638 +62.2824 +70.3951 +69.5455 +66.0544 +63.3992 +61.499 +62.0771 +62.5902 +61.4325 +60.4689 +54.611 +47.9095 +33.0653 +21.2347 +10.4246 +6.77955 +8.01456 +6.72762 +10.5885 +20.1217 +19.8076 +36.8658 +44.4144 +52.2796 +64.8206 +76.974 +76.162 +72.4584 +67.0916 +64.7722 +69.8149 +74.3277 +75.886 +71.9808 +62.1715 +60.5778 +38.3776 +21.8628 +10.4433 +6.73542 +8.01457 +6.72763 +10.6587 +21.7892 +24.5969 +40.293 +48.8928 +56.738 +67.963 +79.7119 +79.9591 +76.6122 +70.1327 +67.0467 +70.5879 +75.613 +78.7961 +74.8591 +65.3079 +58.5813 +35.1029 +21.8622 +10.4468 +6.73233 +8.0146 +6.72763 +10.5885 +20.2643 +19.8642 +36.787 +41.7064 +46.1187 +56.0198 +67.9118 +68.3787 +63.5986 +56.8695 +55.8292 +59.5806 +62.2928 +63.0409 +60.7405 +54.1229 +49.6916 +33.6996 +21.8617 +10.4483 +6.73302 +8.01457 +6.72763 +10.5885 +20.1737 +19.8013 +36.9113 +41.9049 +47.9347 +57.3017 +68.469 +71.2799 +70.0471 +64.253 +62.7161 +67.5465 +71.687 +72.8871 +67.7248 +60.1878 +58.0473 +33.936 +21.8609 +10.4454 +6.74188 +8.01457 +6.72763 +10.5885 +20.3804 +20.0688 +36.7867 +46.1312 +55.9527 +64.5828 +76.1342 +75.8709 +73.0227 +68.4544 +67.0088 +70.9771 +73.5071 +75.1363 +71.2775 +66.9244 +64.1468 +42.6877 +26.6071 +10.8386 +6.73235 +8.01457 +6.72763 +11.1972 +22.5153 +23.4574 +39.8088 +51.6405 +63.3895 +69.367 +73.4707 +72.6909 +77.5895 +75.7646 +74.7752 +75.7822 +72.4132 +76.3284 +75.8876 +71.0394 +73.6699 +52.2205 +35.9169 +11.4634 +6.72764 +8.01663 +6.77755 +11.9906 +24.1559 +24.6521 +44.5027 +54.2319 +57.9413 +76.5897 +81.2212 +77.7925 +73.3819 +68.6198 +67.7539 +74.4989 +73.1411 +72.2546 +67.9486 +64.4912 +62.1649 +42.452 +27.3886 +10.4239 +6.77957 +8.01456 +6.72762 +11.7202 +24.8174 +26.7531 +50.5054 +58.9007 +64.6465 +71.4737 +80.587 +81.1356 +77.1156 +70.4516 +65.0488 +67.789 +66.9822 +78.771 +75.1401 +67.7104 +64.6368 +42.9079 +22.1122 +10.4485 +6.7406 +8.01457 +6.72763 +10.8551 +20.8383 +20.9025 +38.6703 +49.3451 +61.0602 +67.7494 +79.872 +78.2034 +74.5317 +69.0759 +66.591 +73.9639 +76.3866 +76.0759 +72.6718 +67.5441 +65.8389 +43.9589 +25.545 +10.4474 +6.74428 +8.01457 +6.72763 +11.3336 +24.1376 +25.5746 +45.777 +52.2932 +62.3207 +73.0493 +82.9703 +84.0363 +79.978 +74.2191 +72.3058 +76.0273 +77.6222 +79.2287 +76.5536 +73.3759 +72.2868 +51.6241 +35.2468 +10.4429 +6.74145 +8.01457 +6.72763 +12.3081 +25.6368 +27.1525 +54.0498 +61.0085 +66.4768 +75.0713 +84.647 +83.814 +80.7924 +74.7028 +70.5103 +75.8062 +78.3713 +80.4741 +77.9079 +74.3138 +72.9045 +51.4311 +35.5149 +10.4473 +6.73576 +8.01457 +6.72763 +14.0255 +26.7126 +28.4223 +55.6316 +61.7422 +67.1064 +75.453 +84.5004 +84.1048 +80.2691 +74.6089 +71.0412 +74.1792 +77.683 +79.3753 +76.1215 +71.8421 +68.6216 +44.2694 +28.959 +10.839 +6.73016 +8.01457 +6.72763 +11.8634 +23.1506 +24.392 +35.8075 +43.2727 +50.6639 +60.001 +72.5633 +68.1422 +62.5387 +58.1591 +56.0319 +64.3001 +64.7781 +68.8199 +67.7786 +60.1469 +61.0383 +40.9637 +23.2338 +11.4644 +6.72764 +8.01459 +6.77958 +11.1231 +20.5739 +20.1445 +28.8649 +35.8762 +40.9158 +56.7844 +67.9087 +68.218 +66.6369 +58.2578 +61.5669 +63.6389 +63.2923 +66.4802 +62.8392 +57.0042 +53.2063 +33.0289 +21.2593 +10.4467 +6.74154 +8.01457 +6.72763 +10.5885 +20.4516 +20.4527 +36.7867 +43.0292 +53.0513 +65.6223 +76.754 +76.6264 +72.072 +66.6477 +63.7086 +69.8745 +72.6405 +73.0087 +70.0479 +62.0681 +59.2801 +36.6987 +21.8597 +10.4491 +6.73453 +8.0146 +6.72763 +10.5885 +20.3895 +20.4223 +36.9112 +44.4929 +52.375 +64.6343 +75.6851 +76.2906 +72.4027 +66.7873 +65.2543 +69.949 +72.3244 +73.6371 +70.985 +65.2328 +62.8451 +43.1732 +23.4691 +10.4516 +6.73139 +8.01457 +6.72763 +11.0419 +22.4112 +24.2481 +39.3409 +50.0279 +57.3867 +69.2218 +80.0939 +80.248 +75.1866 +69.4112 +67.789 +72.3004 +73.7608 +73.4779 +69.3946 +66.044 +61.7442 +39.3191 +21.864 +10.4464 +6.73954 +8.01457 +6.72763 +10.9959 +21.891 +23.7028 +41.4937 +52.1149 +61.8543 +70.8862 +82.407 +83.39 +79.4178 +71.7876 +68.5292 +73.2677 +76.531 +77.509 +70.9597 +65.9896 +58.28 +34.1893 +21.8609 +10.4435 +6.74851 +8.01457 +6.72763 +10.9287 +21.9455 +24.0039 +43.2643 +49.1291 +51.3218 +60.7542 +71.5524 +72.7528 +69.6189 +64.9879 +62.0404 +68.799 +72.0717 +72.6358 +70.4115 +64.0493 +61.6099 +38.8469 +22.0198 +10.8309 +6.75393 +8.01457 +6.72763 +11.216 +21.7928 +22.4497 +35.5753 +40.6078 +53.5356 +65.4778 +81.503 +78.47 +75.1318 +69.3222 +68.6502 +72.7042 +72.2272 +74.3503 +71.1122 +65.511 +68.4513 +43.4269 +24.6026 +11.4626 +6.72764 +8.01459 +6.77958 +11.0957 +21.2592 +20.945 +29.6942 +40.88 +48.5132 +66.7336 +74.8235 +73.8658 +71.2887 +65.0744 +62.2239 +67.485 +69.2224 +69.4097 +65.9345 +60.9481 +57.1669 +35.5504 +21.2515 +10.4466 +6.75153 +8.01457 +6.72763 +10.5885 +20.7049 +20.8405 +36.8749 +46.9451 +56.9539 +68.1338 +77.2921 +77.0472 +73.2785 +66.5798 +65.0452 +71.3493 +74.7523 +76.485 +74.0899 +69.9567 +68.4216 +42.6102 +21.8668 +10.4463 +6.73288 +8.01457 +6.72763 +10.5885 +20.2369 +20.2044 +36.7868 +41.1801 +46.2894 +57.5716 +65.5529 +68.4064 +65.8482 +59.3562 +58.293 +62.9156 +65.8499 +65.5501 +61.3808 +55.3173 +50.6808 +33.7008 +21.8633 +10.4437 +6.74691 +8.01457 +6.72763 +10.5885 +20.1884 +19.8617 +36.911 +42.0901 +46.4097 +56.7263 +64.9833 +66.0856 +66.6726 +60.0577 +57.1602 +63.225 +66.3903 +65.5757 +61.4147 +53.8119 +51.3467 +33.7008 +21.8628 +10.444 +6.7431 +8.01457 +6.72763 +10.5885 +20.127 +19.9965 +36.875 +41.2704 +49.8182 +60.3273 +72.0178 +72.378 +69.7727 +64.5211 +62.8729 +67.0093 +70.0254 +70.6176 +67.8092 +60.2959 +58.2413 +33.7015 +21.8579 +10.451 +6.74869 +8.01457 +6.72763 +10.5885 +20.1808 +20.0071 +36.911 +42.5677 +52.9941 +66.1982 +75.3976 +75.9331 +71.7712 +66.5882 +64.1169 +69.3548 +72.3015 +72.6955 +70.5071 +69.1177 +59.487 +36.2652 +21.8569 +10.8344 +6.75113 +8.01457 +6.72763 +10.5885 +20.1168 +19.7572 +28.9545 +41.0323 +60.275 +69.5884 +77.7563 +75.0983 +71.6574 +68.6176 +67.1474 +69.5189 +70.7659 +71.9054 +71.589 +68.9868 +63.9452 +43.394 +24.2245 +11.462 +6.72763 +8.01459 +6.72765 +11.053 +21.374 +21.1419 +30.492 +40.7861 +49.1181 +67.6289 +74.57 +72.2537 +70.5107 +64.1315 +64.9367 +68.5933 +70.9262 +69.5514 +67.075 +67.9717 +62.3005 +42.4148 +26.9935 +10.4432 +6.73952 +8.01457 +6.72763 +10.7185 +22.359 +24.2531 +40.8332 +49.1522 +54.7704 +65.558 +74.9771 +77.7937 +72.1021 +60.78 +65.479 +71.0793 +73.091 +73.7046 +71.7382 +72.451 +64.4872 +40.5773 +21.9771 +10.4526 +6.74057 +8.01457 +6.72763 +11.0057 +22.5112 +24.0646 +41.1181 +51.46 +56.9173 +67.4289 +77.0033 +76.8881 +72.9479 +67.0412 +65.045 +69.7976 +73.1586 +73.4557 +70.4129 +69.4265 +61.5145 +38.0746 +21.8666 +10.4484 +6.72764 +8.01457 +6.72763 +10.5885 +20.4354 +20.9212 +36.8238 +48.3456 +56.7584 +68.8354 +78.6695 +78.9014 +75.5114 +69.7329 +67.3996 +72.051 +74.4078 +75.5139 +72.4256 +71.5421 +65.3046 +36.7378 +21.8669 +10.4454 +6.73292 +8.0146 +6.72763 +10.5885 +20.557 +20.6405 +37.6683 +48.7058 +61.3112 +71.6317 +81.7113 +83.1436 +76.6922 +72.1063 +69.1614 +73.0576 +74.7888 +75.8875 +72.381 +74.5201 +69.414 +48.5914 +26.328 +10.4438 +6.73961 +8.01457 +6.72763 +11.0899 +21.4816 +21.4199 +36.8748 +41.5976 +48.0378 +57.226 +69.5882 +71.1355 +68.1332 +64.4265 +62.9858 +67.3957 +69.8516 +68.618 +63.2059 +61.0281 +52.8483 +33.7019 +21.8625 +10.8276 +6.74787 +8.01457 +6.72763 +10.5885 +20.7724 +19.2992 +30.013 +34.2076 +45.4828 +58.4835 +66.915 +68.323 +66.0519 +63.482 +63.6433 +67.5039 +68.1682 +66.9355 +59.6687 +55.2789 +50.6157 +33.0334 +22.4988 +11.4631 +6.72764 +8.01459 +6.77958 +10.5885 +19.8791 +19.6511 +28.9942 +38.0232 +45.1848 +65.7531 +75.9801 +76.573 +75.8986 +70.2868 +69.6755 +73.9588 +73.0726 +72.7978 +69.9432 +71.02 +64.6686 +46.396 +31.9204 +10.452 +6.74456 +8.01457 +6.72763 +11.2983 +24.8527 +26.813 +50.3846 +59.7679 +63.3853 +70.1134 +80.1983 +82.0951 +75.9032 +71.429 +68.8749 +73.3611 +76.0929 +77.0706 +74.0763 +75.5361 +70.1125 +48.5865 +32.3035 +10.4417 +6.74923 +8.01457 +6.72763 +11.6643 +24.8327 +26.3024 +48.2665 +58.833 +66.4885 +73.0884 +81.7041 +81.6445 +78.2465 +69.9499 +63.9697 +65.2889 +64.6126 +60.1562 +57.8122 +61.0043 +52.5009 +33.702 +21.8596 +10.4472 +6.7428 +8.01457 +6.72763 +10.5885 +20.4817 +20.6215 +36.8749 +41.5214 +47.6736 +59.5049 +70.4546 +73.3889 +69.8476 +64.3765 +63.2993 +67.1567 +69.7297 +70.5976 +68.5712 +66.2476 +57.9267 +34.8923 +21.8606 +10.4425 +6.7502 +8.0146 +6.72763 +10.5885 +20.2458 +20.1031 +36.9476 +41.6248 +54.235 +66.1206 +75.7304 +75.4421 +72.095 +67.0933 +65.0799 +69.7337 +71.128 +71.0326 +64.6587 +63.4745 +55.8182 +33.7016 +21.8593 +10.4479 +6.74376 +8.01457 +6.72763 +10.5885 +20.3739 +20.7445 +38.1417 +48.9057 +59.387 +68.7094 +78.66 +80.3733 +77.0445 +71.851 +69.709 +73.6539 +76.5198 +77.0113 +72.9247 +71.7202 +63.7187 +39.9049 +23.5086 +10.8275 +6.74995 +8.01457 +6.72763 +10.9901 +21.8635 +21.1064 +28.8764 +38.9268 +52.6274 +60.8106 +70.2732 +69.5818 +66.4433 +61.4959 +59.5413 +62.9156 +62.018 +62.0686 +60.7721 +59.8564 +53.8043 +33.9709 +22.5112 +11.463 +6.72763 +8.01459 +6.72765 +10.6404 +20.9929 +24.2988 +28.9036 +33.6397 +37.5232 +55.1373 +61.0909 +59.5864 +61.0684 +53.8272 +49.438 +53.5314 +55.5886 +54.7083 +51.8102 +52.3139 +47.5481 +33.0329 +21.2497 +10.4524 +6.75047 +8.0146 +6.72763 +10.5885 +20.295 +25.0877 +38.1685 +41.4925 +43.707 +51.0348 +58.2481 +60.8562 +58.4484 +49.9226 +50.4987 +55.3781 +58.91 +59.5962 +57.5104 +56.1948 +51.379 +33.7015 +21.8623 +10.4433 +6.74932 +8.01457 +6.72763 +10.5885 +20.2485 +25.0266 +37.0319 +41.3473 +43.6896 +51.9682 +61.6024 +64.1932 +60.9409 +56.1055 +55.5649 +59.4136 +61.2617 +61.9385 +57.2734 +55.7935 +51.2508 +33.7004 +21.8631 +10.444 +6.74752 +8.01457 +6.72763 +10.5885 +20.1631 +24.9539 +37.5308 +41.3471 +43.7805 +54.0037 +64.0862 +66.0531 +63.534 +60.3532 +55.96 +59.1445 +61.7894 +63.4492 +61.8317 +61.581 +52.404 +33.7005 +21.8628 +10.4426 +6.74731 +8.01457 +6.72763 +10.5885 +20.4088 +25.3425 +37.5306 +41.493 +43.8205 +50.9545 +60.3305 +70.1604 +68.8975 +64.6094 +62.2769 +65.6754 +68.1419 +69.824 +63.9883 +60.2474 +53.575 +33.7008 +21.8635 +10.4503 +6.73445 +8.01457 +6.72763 +10.5885 +20.8453 +26.0877 +37.1814 +43.5021 +50.689 +61.8738 +74.0128 +74.1154 +71.71 +68.0715 +64.6575 +69.5245 +72.6374 +70.2957 +66.3662 +64.9432 +57.6096 +33.9461 +21.8664 +10.8353 +6.72761 +8.01457 +6.72763 +10.5885 +20.3344 +24.8433 +29.1062 +38.4264 +58.9521 +69.9762 +80.0192 +78.6881 +73.2055 +67.3865 +69.2054 +59.7837 +70.0557 +72.7071 +70.8079 +67.4264 +63.9256 +42.6937 +26.3175 +11.4647 +6.72764 +8.01459 +6.77956 +10.7428 +20.2426 +24.6412 +28.9309 +34.932 +40.3317 +57.8852 +66.1866 +66.5245 +67.124 +62.418 +61.2697 +64.6512 +63.5574 +63.8186 +59.5009 +59.0954 +51.1622 +33.0278 +21.2581 +10.4446 +6.74863 +8.01457 +6.72763 +10.5885 +21.5681 +26.6732 +38.3583 +45.1906 +53.9015 +64.4205 +74.4761 +76.8449 +74.1449 +66.5902 +65.2421 +66.6624 +64.1832 +69.4219 +69.3508 +67.0551 +59.9262 +35.2485 +21.8586 +10.4479 +6.75015 +8.01457 +6.72763 +10.5885 +20.403 +25.1038 +36.8747 +41.2572 +43.7311 +51.2532 +58.5384 +64.0125 +60.1517 +52.7273 +50.2565 +57.3274 +64.9987 +68.4809 +66.169 +66.935 +58.5374 +35.1487 +21.8584 +10.4469 +6.75082 +8.01457 +6.72763 +10.6841 +21.6473 +26.4819 +37.0318 +42.4838 +46.1014 +51.0089 +60.1134 +60.3148 +56.0542 +54.1321 +53.2891 +49.8473 +51.2162 +50.9674 +50.5308 +51.6079 +49.6357 +33.7019 +22.4279 +10.445 +6.74644 +8.01457 +6.72763 +10.5885 +20.5589 +24.8155 +37.2317 +41.314 +43.8977 +51.0104 +55.4783 +52.2531 +49.0391 +45.7867 +45.7679 +49.6878 +51.0665 +50.8249 +50.2465 +51.562 +49.6768 +33.701 +22.2404 +10.445 +6.74686 +8.01457 +6.72763 +10.5885 +20.4546 +24.8367 +37.5307 +41.6063 +43.728 +50.9587 +55.5476 +54.7166 +53.3733 +46.7553 +46.4889 +51.8102 +53.0403 +52.1631 +50.3627 +51.5934 +49.6483 +33.7021 +21.8627 +10.8305 +6.74458 +8.01457 +6.72763 +10.5885 +19.743 +23.8725 +29.2151 +34.2077 +44.3678 +51.1262 +56.0228 +53.2918 +51.5505 +47.2679 +46.7186 +51.7702 +51.0072 +51.9879 +49.9205 +51.5496 +49.6879 +33.0331 +23.6429 +11.464 +6.72763 +8.01459 +6.77955 +10.7011 +19.7231 +23.7911 +29.5936 +34.3102 +37.4859 +51.2716 +56.5504 +53.1328 +52.857 +45.9418 +45.1713 +48.3795 +51.2115 +48.5327 +47.1717 +47.9626 +46.6542 +33.0322 +22.394 +10.4469 +6.75128 +8.01457 +6.72763 +10.7772 +20.1773 +24.6364 +37.6378 +41.5959 +43.7094 +51.2159 +59.0654 +58.3383 +55.5488 +46.9162 +47.421 +50.6127 +53.5149 +52.3054 +50.2809 +51.6119 +49.6327 +33.7013 +23.0035 +10.4474 +6.74657 +8.01457 +6.72763 +10.7662 +20.2055 +24.6575 +38.0107 +41.9163 +43.7141 +50.9747 +56.5089 +56.2632 +54.9051 +48.5862 +48.0239 +53.6709 +55.3622 +54.2622 +50.4855 +51.6122 +49.6328 +33.7016 +23.0028 +10.4444 +6.74715 +8.01457 +6.72763 +10.7494 +20.1725 +24.6268 +37.8791 +41.881 +43.7061 +50.9842 +56.4286 +57.5432 +51.6229 +45.8835 +45.9252 +49.8108 +51.3814 +53.2724 +51.0604 +51.612 +49.6329 +33.702 +21.8588 +10.4437 +6.75486 +8.01457 +6.72763 +10.5885 +20.4713 +24.8116 +37.4557 +41.348 +43.7067 +51.0387 +55.865 +56.1 +58.5198 +50.1724 +50.5959 +55.2755 +57.9659 +57.5296 +55.5148 +55.8989 +51.6674 +33.6998 +21.8659 +10.4478 +6.73745 +8.01457 +6.72763 +10.5885 +20.5014 +25.5697 +36.9475 +41.9436 +48.6646 +57.845 +68.0561 +69.9425 +65.4097 +60.9722 +59.0699 +62.9078 +63.5207 +63.686 +63.0626 +63.4717 +58.2083 +36.2275 +21.8645 +10.8374 +6.7308 +8.01457 +6.72763 +10.5885 +20.1497 +24.3675 +29.0709 +34.2162 +45.5454 +57.1643 +65.527 +64.5567 +59.7032 +58.9555 +53.2717 +57.6248 +57.0677 +54.9788 +52.7592 +51.5506 +49.6883 +33.0297 +22.509 +11.463 +6.72763 +8.01459 +6.77957 +10.5884 +20.1266 +23.9275 +29.4813 +33.8845 +37.5505 +51.2408 +55.2914 +52.1077 +49.7101 +45.4686 +45.1732 +48.5116 +49.4975 +48.4479 +47.1719 +47.963 +46.6547 +33.5987 +22.4081 +10.445 +6.74332 +8.01457 +6.72763 +10.6834 +20.1787 +24.6353 +37.5019 +41.7271 +43.7195 +51.0229 +55.4439 +52.5019 +50.6673 +46.4877 +46.1147 +49.9615 +52.9256 +52.7633 +55.2788 +51.5895 +49.6522 +33.701 +22.4337 +10.4463 +6.73445 +8.01457 +6.72763 +10.7399 +20.0179 +24.6759 +37.5641 +41.2571 +43.707 +51.3093 +61.6337 +62.3979 +60.5649 +54.9647 +54.5196 +56.2388 +58.0808 +60.1511 +63.7326 +58.3382 +53.0468 +33.7028 +21.8596 +10.4512 +6.73418 +8.01457 +6.72763 +10.5885 +20.5741 +25.7907 +37.3276 +44.3749 +49.2692 +59.1449 +72.25 +72.5817 +67.1402 +61.1323 +57.8234 +62.8453 +65.9116 +69.4964 +72.4437 +69.2683 +62.7871 +42.8059 +23.3382 +10.4435 +6.73977 +8.01457 +6.72763 +10.9299 +22.5874 +28.6346 +40.1431 +45.717 +47.7697 +60.5834 +72.8556 +72.8786 +69.3941 +59.2602 +58.0421 +66.2253 +65.0827 +69.6415 +68.6237 +62.2659 +55.0619 +34.0161 +21.8615 +10.4462 +6.74348 +8.01457 +6.72763 +10.7388 +20.8944 +26.2606 +37.5824 +41.6219 +51.8339 +66.237 +77.4312 +80.5659 +74.3201 +67.6494 +63.8599 +65.911 +70.0436 +72.485 +75.0228 +72.1098 +63.9502 +38.9732 +21.9751 +10.835 +6.74299 +8.01457 +6.72763 +10.9077 +21.7913 +27.9367 +35.9642 +46.631 +59.6889 +65.2716 +77.6536 +76.432 +73.2443 +68.6341 +67.0677 +70.6321 +70.8931 +72.6249 +76.8627 +70.5362 +67.859 +47.3232 +33.9766 +11.4647 +6.72764 +8.0146 +6.77959 +11.6205 +22.7608 +28.1673 +38.5714 +43.2834 +44.4845 +60.6084 +69.1836 +67.4398 +65.6561 +57.6491 +56.9865 +59.561 +62.5653 +59.3751 +60.1653 +51.6884 +46.6881 +33.032 +21.2562 +10.4448 +6.73518 +8.01457 +6.72763 +10.5885 +20.0702 +24.7876 +37.4569 +41.4253 +43.7231 +50.9829 +56.1677 +57.571 +54.4104 +46.5126 +46.0136 +50.4947 +54.7629 +55.8359 +60.0255 +53.7236 +49.6382 +33.7002 +22.9987 +10.4475 +6.73535 +8.01457 +6.72763 +10.5885 +20.0913 +24.7681 +37.5529 +41.3481 +43.7293 +51.3139 +57.2236 +58.0038 +55.1736 +50.9567 +51.5795 +53.4888 +54.4505 +54.6718 +58.6139 +54.602 +49.633 +33.6999 +22.9971 +10.4504 +6.73652 +8.01457 +6.72763 +10.5885 +20.0903 +24.7818 +37.952 +41.3482 +43.7287 +52.9306 +65.7802 +67.1776 +63.2572 +61.3728 +57.7528 +62.1157 +63.9667 +63.2543 +62.6983 +56.2585 +49.6885 +33.7015 +21.8627 +10.4455 +6.747 +8.01457 +6.72763 +10.5885 +20.1232 +24.8354 +37.4568 +41.4254 +44.4002 +57.237 +68.8581 +72.9439 +70.0329 +64.8858 +63.333 +67.0643 +69.7115 +67.5491 +67.5302 +61.6228 +51.4848 +33.7003 +21.8624 +10.4484 +6.73443 +8.01457 +6.72763 +10.5885 +20.1986 +24.9308 +37.5735 +41.3478 +43.7049 +51.9563 +66.6612 +66.51 +63.0736 +59.9098 +57.7246 +62.0198 +63.0127 +62.0635 +60.3839 +53.6305 +49.6323 +33.7024 +21.862 +10.8312 +6.73347 +8.01457 +6.72763 +10.5885 +19.8212 +24.0231 +29.407 +34.4302 +44.6242 +51.3148 +55.7353 +53.0601 +49.9373 +46.5489 +46.6923 +50.1463 +52.24 +52.3845 +54.9418 +51.5934 +49.6363 +33.076 +22.5034 +11.4356 +6.76771 +8.01457 +6.72763 +10.5885 +20.5313 +24.0595 +30.5997 +34.1193 +37.8868 +51.3187 +55.2673 +57.5107 +51.8165 +45.7961 +44.9052 +48.461 +49.9797 +49.9223 +51.889 +48.115 +46.6554 +33.0321 +21.2513 +10.4441 +6.75559 +8.01457 +6.72763 +10.5885 +20.6949 +24.8849 +37.8347 +41.3477 +43.6959 +58.3878 +71.6912 +72.9535 +71.6391 +64.3159 +60.8867 +66.4653 +69.395 +71.0648 +69.4083 +63.3755 +57.9028 +36.2695 +21.8622 +10.4424 +6.73354 +8.01457 +6.72763 +10.5885 +20.3602 +25.1147 +37.7835 +41.7728 +43.8861 +51.0602 +57.8883 +62.1114 +63.1615 +53.8079 +52.0355 +57.1873 +58.2535 +57.4421 +58.6669 +53.6954 +49.6324 +33.7035 +21.8604 +10.4466 +6.73594 +8.01457 +6.72763 +10.5885 +20.302 +25.071 +37.5824 +41.7722 +43.6859 +51.0107 +57.7977 +63.3038 +61.0056 +52.8535 +49.3406 +51.5191 +51.8323 +52.4578 +55.2788 +51.564 +49.6747 +33.6983 +22.433 +10.4464 +6.7382 +8.01457 +6.72763 +10.5885 +20.205 +24.7738 +38.0677 +42.3406 +44.4662 +51.5092 +55.4789 +52.2631 +49.042 +45.9111 +46.3302 +49.9242 +51.7766 +52.7888 +55.2788 +51.6112 +49.6328 +34.2712 +23.0138 +10.4486 +6.73408 +8.01457 +6.72763 +11.0264 +19.937 +24.6879 +38.0785 +42.9133 +43.8881 +51.1322 +55.4877 +52.3068 +49.0571 +45.7972 +45.7937 +49.7299 +51.4395 +52.4576 +55.2788 +51.5617 +49.6775 +34.8374 +23.0297 +10.8343 +6.74313 +8.0146 +6.72763 +11.1792 +20.0807 +23.9402 +30.5645 +35.4378 +44.7453 +51.5044 +55.5903 +53.2426 +50.3018 +46.647 +46.5616 +49.9518 +51.1201 +52.4934 +54.8364 +51.5498 +49.6881 +33.0302 +22.4823 +11.4639 +6.72765 +8.06652 +6.72761 +10.5885 +19.6785 +23.8442 +29.6098 +33.9206 +37.5314 +51.2559 +55.1289 +51.2934 +48.6441 +45.0305 +44.7977 +48.3454 +49.7001 +49.1391 +51.8036 +47.9792 +47.0778 +33.5975 +22.3966 +10.4374 +6.72765 +8.01457 +6.72764 +10.9667 +19.933 +24.7095 +38.8139 +42.5902 +43.8542 +51.6146 +55.4861 +52.2639 +48.9931 +45.8264 +45.7847 +49.7402 +51.3285 +52.4474 +55.2788 +51.6008 +50.2111 +34.8458 +23.0298 +10.4452 +6.75193 +8.0146 +6.72763 +11.2367 +20.3387 +24.6759 +38.7206 +42.6312 +44.2635 +51.5643 +55.4189 +53.2848 +51.2457 +47.6309 +46.1333 +49.7414 +51.4345 +55.2842 +56.3471 +52.4549 +49.6522 +33.6977 +21.8676 +10.4391 +6.72765 +8.01457 +6.72764 +10.5885 +20.5456 +24.8427 +37.8705 +42.0485 +43.7116 +51.0318 +55.4175 +52.4807 +49.0173 +45.8272 +45.767 +49.7543 +52.9005 +52.2066 +55.2788 +51.5692 +49.6702 +34.8364 +23.0034 +10.4438 +6.74439 +8.01457 +6.72763 +10.7378 +19.9672 +24.5427 +38.1654 +41.9191 +43.7021 +51.0406 +55.474 +53.9617 +51.1311 +47.3095 +46.1584 +50.5312 +53.0077 +55.1663 +56.4344 +51.6275 +49.6322 +33.9866 +22.4302 +10.4469 +6.73186 +8.01457 +6.72763 +10.6961 +20.1942 +24.7 +38.0328 +41.9945 +44.2886 +51.5365 +55.4367 +52.4751 +49.2066 +46.0708 +47.1826 +50.4 +51.2314 +52.6069 +55.2789 +51.5586 +49.9638 +34.837 +23.0233 +10.8306 +6.732 +8.0146 +6.72763 +11.1238 +19.9761 +23.8779 +30.6251 +36.417 +45.5717 +52.2903 +56.0398 +53.3919 +49.7913 +46.55 +46.5438 +49.9052 +51.9686 +53.0616 +54.837 +52.6861 +50.2594 +34.1812 +23.6758 +11.4632 +6.72764 +8.01459 +6.77956 +11.3015 +20.1557 +24.0864 +30.7522 +35.4722 +38.7031 +52.4117 +56.2792 +52.4094 +49.8503 +46.112 +46.2009 +49.4404 +50.8868 +50.9573 +53.0045 +49.1146 +47.8266 +34.2147 +22.5234 +10.4463 +6.75509 +8.0146 +6.72763 +11.4859 +20.6779 +25.0253 +39.0208 +42.6657 +44.9688 +51.8011 +55.891 +52.2075 +48.9999 +45.7936 +46.178 +49.6753 +51.2359 +52.7965 +55.2788 +51.855 +50.2368 +34.8559 +23.01 +10.4476 +6.74308 +8.01457 +6.72763 +10.9743 +19.9677 +24.4555 +38.9291 +42.6168 +43.7489 +51.0607 +56.4448 +54.316 +51.3504 +47.0377 +46.5155 +49.7125 +51.2326 +52.801 +55.2788 +51.6115 +49.6328 +33.6998 +23.0131 +10.4468 +6.73717 +8.01457 +6.72763 +10.8613 +20.0592 +24.5968 +38.2456 +42.0479 +43.8063 +51.5292 +59.6876 +63.1932 +60.8594 +54.9 +53.2928 +56.8353 +60.2088 +58.1343 +57.2089 +51.7722 +49.6858 +33.7018 +21.8564 +10.4478 +6.74133 +8.01457 +6.72763 +10.5885 +20.3445 +24.8987 +37.7835 +41.479 +43.717 +51.0632 +55.9318 +54.029 +50.3822 +47.0078 +46.0751 +50.0658 +52.1648 +54.813 +56.0685 +52.0575 +49.6325 +33.7004 +23.001 +10.4457 +6.73044 +8.01457 +6.72763 +10.5885 +20.1093 +24.7804 +38.6945 +41.7731 +44.1369 +51.1203 +55.4747 +52.2752 +49.0343 +45.8685 +45.8284 +50.3745 +52.329 +52.7895 +55.6578 +51.9273 +50.8249 +34.8431 +23.0351 +10.8345 +6.73307 +8.01457 +6.72763 +11.1336 +20.0251 +23.7893 +35.3005 +36.1851 +45.7846 +52.3415 +55.7782 +54.2025 +51.0308 +47.848 +47.9201 +51.3601 +52.5881 +52.8351 +54.819 +52.1493 +50.7881 +34.2193 +23.811 +11.4398 +6.74205 +8.0146 +6.72763 +11.4573 +20.4251 +24.2603 +35.3457 +35.2292 +38.7977 +52.4347 +56.2299 +51.957 +48.6445 +45.6007 +45.9825 +49.5261 +51.1847 +54.3784 +52.9501 +49.1209 +47.874 +34.2196 +22.5439 +10.4457 +6.72922 +8.0146 +6.72763 +11.5607 +20.7417 +25.0616 +43.6023 +42.68 +45.0072 +52.1932 +55.9973 +52.8223 +50.1338 +47.1001 +47.0541 +50.8739 +51.4888 +57.3817 +56.4303 +52.7503 +50.8387 +34.8998 +23.1825 +10.4455 +6.73475 +8.0146 +6.72763 +11.6926 +20.8755 +25.2023 +43.6306 +42.82 +45.1082 +52.2102 +56.0562 +52.7099 +49.379 +46.9922 +46.3823 +50.4418 +52.2657 +57.9349 +56.4209 +52.721 +50.8368 +34.8856 +23.1673 +10.4371 +6.72766 +8.0146 +6.72764 +11.5168 +20.6691 +24.9945 +43.5832 +42.951 +45.1412 +52.2993 +55.4439 +52.8095 +49.4501 +45.8377 +47.0006 +50.391 +51.8123 +57.3877 +55.8472 +52.1395 +49.6686 +34.8499 +23.0236 +10.4481 +6.7313 +8.01457 +6.72763 +11.1356 +20.1139 +24.6466 +43.2927 +42.9829 +44.9781 +52.2027 +56.0141 +52.6243 +49.4454 +46.9717 +46.3012 +50.9626 +53.5613 +57.3911 +55.2788 +51.5727 +50.8031 +34.8363 +23.0519 +10.4261 +6.72765 +8.01457 +6.72764 +11.2012 +20.2855 +24.6161 +43.5577 +42.6385 +44.8648 +52.1808 +55.7457 +52.1865 +49.0143 +45.7847 +46.2386 +50.3919 +51.5894 +57.3706 +55.2788 +51.6034 +50.2077 +34.8522 +23.0311 +10.8306 +6.72764 +8.01457 +6.72763 +11.2126 +20.1121 +23.9426 +35.2935 +35.6824 +44.8985 +51.1428 +56.3031 +55.2316 +53.1564 +48.5135 +47.8769 +51.491 +51.5861 +57.9725 +54.78 +51.611 +49.6323 +33.0437 +22.5519 +11.4354 +6.74126 +8.01457 +6.72763 +10.5885 +19.749 +23.961 +34.1378 +33.8751 +37.5314 +53.0007 +58.8869 +59.3185 +57.5684 +51.6309 +50.6188 +53.4432 +55.04 +57.3344 +54.2953 +49.7387 +47.1513 +33.033 +21.2515 +10.452 +6.73324 +8.01457 +6.72763 +10.5885 +20.12 +24.8474 +43.0458 +42.3741 +44.2864 +52.3791 +56.1788 +52.4438 +49.1607 +46.9864 +47.0738 +51.0673 +52.1263 +57.3753 +55.8522 +52.6942 +50.8514 +34.8873 +23.1385 +10.4463 +6.74351 +8.0146 +6.72763 +11.5222 +20.6828 +25.0047 +43.598 +42.7938 +45.1054 +52.2686 +56.6004 +52.2825 +49.5356 +46.945 +46.9497 +51.1321 +51.7155 +57.3554 +55.852 +52.7293 +50.8207 +34.8478 +23.1636 +10.4254 +6.72764 +8.01459 +6.77958 +11.4488 +20.5554 +24.9253 +43.58 +42.7577 +44.9921 +52.1675 +55.8049 +52.2192 +49.0367 +45.8259 +45.8189 +49.9439 +53.6613 +58.7925 +55.614 +51.548 +49.6886 +33.6972 +23.0063 +10.4421 +6.73468 +8.01457 +6.72763 +10.645 +20.2285 +24.7633 +42.3635 +42.4864 +44.265 +51.8084 +55.6317 +52.4576 +49.6049 +47.1837 +47.2271 +50.8334 +52.8912 +57.9394 +55.8473 +51.9396 +50.8166 +34.8479 +23.0635 +10.4249 +6.72765 +8.01458 +6.72764 +11.2884 +20.3414 +24.7698 +43.5676 +42.8567 +45.0087 +52.1973 +55.7136 +52.2078 +49.3306 +46.3686 +46.2814 +50.406 +52.3891 +57.3742 +55.2788 +51.5581 +50.0586 +34.2722 +23.0166 +10.8322 +6.72764 +8.01457 +6.72763 +11.0725 +19.9717 +23.7836 +35.2894 +36.3954 +45.7696 +52.2319 +56.2017 +53.0124 +49.8426 +47.7338 +47.7811 +50.0684 +52.9236 +57.4108 +55.3483 +52.179 +50.205 +34.1858 +23.7152 +11.4652 +6.72766 +8.01461 +6.72764 +11.4351 +20.3473 +24.2488 +35.354 +35.9076 +38.9234 +52.5264 +56.3993 +51.8373 +49.2329 +46.0483 +45.9513 +49.4948 +51.3558 +55.5331 +53.0261 +49.1376 +47.8387 +34.3083 +22.5689 +10.4485 +6.74359 +8.0146 +6.72763 +11.7044 +20.91 +25.2301 +43.6149 +42.8217 +45.0221 +52.1802 +55.8031 +52.4105 +49.389 +46.2299 +45.8943 +49.8489 +51.8775 +57.4038 +55.2788 +51.8316 +50.2581 +34.8438 +23.0148 +10.4495 +6.74342 +8.01457 +6.72763 +11.1135 +20.1303 +24.5161 +43.5227 +42.777 +44.2453 +51.2199 +56.0641 +53.4007 +50.247 +46.6317 +45.861 +49.853 +52.8918 +57.3814 +55.2788 +51.8702 +49.6553 +34.8032 +23.0589 +10.4247 +6.72765 +8.0665 +6.72765 +11.2022 +20.1894 +24.617 +43.5741 +43.1965 +44.9808 +52.1889 +55.9111 +52.1861 +49.0181 +45.7708 +46.7703 +49.9088 +53.1011 +57.7759 +55.2788 +51.5664 +50.8262 +34.8559 +23.1474 +10.4236 +6.72765 +8.01458 +6.72764 +11.45 +20.4621 +24.8459 +43.5815 +43.43 +45.7282 +52.6001 +56.67 +52.3029 +49.0136 +46.9087 +47.2523 +51.6019 +53.1035 +57.4149 +56.4249 +52.7257 +50.8289 +34.8739 +23.1664 +10.4258 +6.72766 +8.01461 +6.72764 +11.6681 +20.8436 +25.1874 +43.6108 +43.0675 +45.2683 +52.2136 +56.194 +52.6984 +49.0674 +46.2109 +46.3237 +50.4261 +52.7723 +57.9632 +55.2814 +52.7287 +50.7989 +34.8299 +23.0657 +10.8126 +6.72764 +8.01459 +6.77958 +11.1804 +19.9977 +23.8455 +35.2772 +35.7564 +44.9353 +51.4691 +55.6311 +53.0591 +49.8399 +46.6428 +46.6421 +50.3676 +52.1901 +57.4093 +54.874 +51.5515 +49.6867 +33.0298 +22.4948 +11.4644 +6.72764 +8.01459 +6.77958 +10.6168 +19.7352 +23.9403 +34.1377 +34.3747 +37.6259 +51.3533 +55.1274 +53.0589 +50.4479 +45.8858 +45.0039 +49.2329 +51.107 +54.3785 +51.8 +48.2553 +47.8441 +34.1714 +22.4203 +10.4244 +10.4246 +6.72766 +8.01458 +6.72765 +11.178 +20.0657 +24.583 +38.4092 +42.589 +44.9109 +52.1033 +55.8518 +53.0013 +50.5921 +47.2717 +47.8253 +52.8446 +58.013 +57.4106 +55.8488 +52.7535 +50.7936 +34.8871 +23.1495 +10.4411 +6.72821 +8.01457 +6.72763 +11.5657 +20.7681 +25.1079 +38.8216 +42.8116 +45.2311 +52.367 +56.7007 +52.251 +50.2724 +47.1165 +47.286 +52.8569 +59.1727 +57.4026 +55.8535 +52.69 +50.8643 +34.8184 +23.1468 +10.4258 +6.72765 +8.06653 +6.72765 +11.4144 +20.534 +24.986 +38.9667 +42.9059 +45.1624 +52.4054 +56.7886 +52.4322 +50.4515 +47.2352 +47.2748 +52.724 +58.0404 +57.3897 +55.8491 +51.5537 +50.8581 +34.8072 +23.0748 +10.4265 +6.77956 +8.0146 +6.72763 +11.4447 +20.581 +24.9918 +38.697 +42.5235 +44.9026 +52.1823 +55.6012 +52.5713 +49.0693 +47.0485 +47.5494 +52.5358 +58.0382 +57.3846 +55.8488 +51.5715 +50.8176 +34.8487 +23.0614 +10.4247 +6.72765 +8.01457 +6.72764 +11.3061 +20.3925 +24.4993 +38.2319 +42.2831 +44.0098 +51.2211 +55.6002 +52.2393 +49.1773 +45.931 +47.5092 +53.1151 +58.0012 +57.9783 +55.2788 +52.1142 +50.8313 +34.8678 +23.06 +10.8206 +6.72765 +8.0146 +6.72764 +11.5569 +20.4587 +24.3168 +30.6823 +35.5775 +45.5834 +52.2292 +56.7947 +54.3361 +51.1582 +47.9737 +48.1745 +52.9431 +59.2141 +58.5118 +54.7908 +52.7683 +50.799 +34.2118 +23.8053 +11.4611 +6.72765 +8.01461 +6.72764 +11.5186 +20.5246 +24.3922 +30.3804 +34.9614 +38.7077 +52.5121 +56.2045 +52.3398 +49.0104 +46.0187 +46.2817 +50.7756 +56.8603 +55.5277 +52.3744 +47.9598 +47.2328 +34.2286 +22.4146 +10.4254 +6.77955 +8.01456 +6.72762 +11.3856 +20.5155 +24.9489 +38.9477 +43.601 +44.936 +52.4322 +55.8648 +53.004 +49.1367 +47.1046 +47.4253 +53.0259 +58.0161 +57.3554 +55.8486 +51.5468 +50.8356 +34.8675 +23.0496 +10.4494 +6.7305 +8.0146 +6.72763 +11.4491 +20.6078 +24.8867 +38.4033 +42.4416 +44.3584 +52.2319 +55.8665 +52.2396 +49.6387 +46.0815 +46.6332 +51.3447 +58.0012 +57.9773 +55.2815 +52.7027 +50.8453 +34.8588 +23.1514 +10.425 +6.72765 +8.01458 +6.72764 +11.6337 +20.715 +25.1169 +38.4844 +42.6205 +44.973 +52.2764 +56.0877 +52.3769 +49.1949 +45.8982 +46.5024 +52.4489 +58.0115 +57.4046 +55.8473 +51.9272 +50.7724 +34.849 +23.0244 +10.4427 +6.74845 +8.01457 +6.72763 +11.0838 +20.1081 +24.4555 +39.0734 +42.8551 +43.7282 +51.1828 +56.0206 +55.883 +50.0005 +46.1479 +46.5094 +51.6778 +60.1337 +57.4017 +55.2788 +51.5475 +49.6878 +34.8095 +23.0949 +10.4242 +6.77957 +8.01456 +6.72766 +11.4655 +20.5183 +24.9685 +38.9771 +43.2465 +45.1312 +52.2228 +56.8042 +52.4451 +50.3205 +47.1961 +47.4878 +52.8542 +58.0649 +57.3819 +55.8527 +51.5528 +50.846 +34.8427 +23.1614 +10.8118 +6.72766 +8.01459 +6.77955 +11.726 +20.5872 +24.4954 +30.3988 +35.6749 +45.4985 +52.2641 +56.7221 +54.1077 +50.9419 +47.849 +47.9327 +52.443 +59.1979 +58.5222 +55.9902 +52.7145 +50.8091 +34.2209 +23.8574 +11.4653 +6.72766 +8.0146 +6.72764 +11.6277 +20.5795 +24.4358 +30.7084 +35.335 +38.7833 +52.5974 +56.2987 +52.3893 +49.8524 +46.3596 +46.4626 +50.7479 +56.8672 +55.5514 +52.946 +49.1035 +47.8158 +34.2468 +22.4786 +10.4254 +6.76106 +8.03306 +6.72765 +11.378 +20.5453 +24.9657 +38.9676 +42.9071 +45.1374 +52.3864 +56.0529 +53.0007 +50.4521 +47.6069 +48.5121 +53.3235 +58.011 +57.4092 +55.8586 +52.6987 +50.8631 +34.8452 +23.1593 +10.4247 +6.72766 +8.0146 +6.77957 +11.6246 +20.6823 +25.0899 +38.9112 +42.9444 +45.2586 +52.3256 +56.7839 +52.2561 +50.2128 +47.1023 +47.8936 +53.0273 +59.1804 +58.5659 +56.4366 +52.7082 +50.8621 +34.8246 +23.1782 +10.4276 +6.77746 +8.0146 +6.72763 +11.5789 +20.7558 +25.0893 +38.9545 +42.8161 +44.9476 +52.2826 +56.7195 +53.3917 +50.2182 +47.1682 +47.3046 +53.0132 +59.2037 +58.5956 +56.4707 +52.7284 +50.883 +34.9346 +23.2184 +10.4422 +6.76756 +8.0146 +6.72763 +11.663 +20.7993 +25.1117 +38.8997 +42.8331 +45.0215 +52.3035 +56.6235 +53.5824 +50.2765 +47.2147 +47.3883 +52.5349 +59.2031 +58.5931 +56.4681 +52.7194 +50.8332 +35.0086 +23.2124 +10.4471 +6.76483 +8.0146 +6.72763 +11.8049 +20.985 +25.3208 +39.0537 +42.8441 +44.9749 +52.2266 +56.5461 +52.1948 +49.6367 +47.0996 +47.4338 +52.5919 +59.1923 +58.5734 +56.4582 +52.7164 +50.8188 +34.9973 +23.2007 +10.835 +6.75444 +8.0146 +6.72763 +11.7644 +20.718 +24.5557 +30.5501 +35.6324 +45.5764 +52.2334 +55.9135 +53.4046 +50.2891 +46.6002 +47.1278 +52.2746 +59.1602 +57.3918 +54.7787 +51.9253 +49.6334 +34.2032 +23.6783 +11.436 +6.75443 +8.01457 +6.72763 +11.0799 +19.9051 +23.7361 +30.6998 +35.212 +38.3864 +51.3172 +55.1069 +51.2446 +50.047 +44.8832 +45.7238 +49.8104 +55.7275 +54.3338 +51.8648 +47.959 +46.6509 +33.0328 +21.8215 +10.4404 +6.74472 +8.01457 +6.72763 +10.5885 +20.045 +24.8068 +37.6578 +41.7016 +44.5521 +51.012 +55.3909 +52.2285 +49.2018 +46.9809 +48.9513 +53.3324 +58.0239 +57.7324 +55.2788 +51.9232 +50.8299 +34.8163 +23.0726 +10.4252 +6.77955 +8.01456 +6.72762 +11.3035 +20.4767 +24.9237 +38.9875 +43.5345 +45.2063 +52.2713 +56.8666 +53.589 +50.3939 +47.2587 +48.4815 +53.1009 +59.193 +58.5127 +56.4457 +52.7124 +50.8105 +34.8794 +23.1904 +10.4241 +6.72766 +8.01461 +6.72764 +11.758 +20.8836 +25.2098 +39.0319 +42.944 +45.0151 +52.2725 +56.8069 +53.5831 +50.5225 +47.2628 +48.1253 +53.4093 +59.189 +58.5101 +56.4443 +52.7133 +50.8142 +34.9002 +23.1689 +10.4405 +6.73201 +8.0146 +6.72763 +11.557 +20.7658 +25.1096 +38.9895 +43.0332 +45.167 +52.6166 +57.0235 +53.7912 +50.5249 +47.5844 +48.7316 +53.4052 +59.1724 +58.5084 +56.4335 +52.7048 +50.8606 +34.8314 +23.1493 +10.4244 +6.72765 +8.06652 +6.72761 +11.3493 +20.4474 +24.7672 +43.5468 +41.591 +44.1421 +52.1499 +56.0643 +52.239 +49.7205 +46.5082 +47.8753 +53.2957 +58.0083 +57.41 +55.8507 +51.5509 +50.7884 +34.8745 +23.1166 +10.8319 +6.75321 +8.0146 +6.72763 +11.6471 +20.5606 +24.4866 +35.3282 +36.4577 +45.9119 +52.3658 +56.8905 +54.1971 +51.0298 +48.0085 +48.1919 +52.9323 +59.2479 +58.5468 +55.9352 +52.7139 +50.8667 +34.2148 +23.7589 +11.4467 +6.77957 +8.01459 +6.72766 +11.6786 +20.5879 +24.535 +35.3997 +35.2154 +39.1857 +52.6702 +56.4677 +52.6061 +49.9967 +46.2564 +46.8081 +51.091 +56.9877 +55.6209 +53.0401 +49.1956 +47.8666 +34.3703 +22.6137 +10.4452 +6.75547 +8.0146 +6.72763 +11.7643 +21.0479 +25.4065 +43.6474 +42.791 +45.3071 +52.4509 +56.7735 +53.4047 +50.182 +47.1621 +47.4182 +53.1104 +59.2891 +58.5711 +56.4942 +52.757 +50.8946 +34.9646 +23.2527 +10.4438 +6.76392 +8.0146 +6.72763 +11.9099 +21.092 +25.4675 +43.6721 +43.0635 +45.3085 +52.6124 +56.9021 +53.6098 +50.4603 +47.2752 +47.8811 +53.502 +59.2909 +58.5503 +56.5323 +52.7336 +50.8661 +35.032 +23.2701 +10.4295 +6.72765 +8.0146 +6.72766 +12.016 +21.117 +25.4312 +43.7062 +43.0119 +45.0556 +52.4273 +56.9161 +53.6742 +50.4602 +47.2637 +48.0691 +53.4678 +59.3121 +58.6895 +56.5614 +52.7637 +50.9142 +35.1044 +23.3236 +10.4387 +6.75879 +8.0146 +6.72763 +12.1068 +21.2982 +25.6004 +43.7819 +42.9346 +45.0859 +52.4008 +56.9016 +53.4325 +50.2074 +47.0657 +47.4615 +53.3108 +59.3098 +58.6392 +56.5832 +52.7727 +50.921 +35.1077 +23.2983 +10.4383 +6.74246 +8.01459 +6.72763 +12.0783 +21.2873 +25.5696 +43.7881 +43.0605 +45.1459 +52.3061 +56.7087 +53.6574 +50.4157 +47.4583 +48.2534 +53.2918 +59.3045 +58.5546 +56.5279 +52.8019 +50.8472 +34.9774 +23.2254 +10.8131 +6.77871 +8.0146 +6.72763 +11.9655 +20.8584 +24.6573 +35.4172 +35.721 +45.5796 +52.4394 +56.8792 +54.2653 +51.0255 +47.9988 +48.1933 +53.0725 +59.4089 +58.6552 +56.0616 +52.7773 +50.8736 +34.4274 +23.9505 +11.461 +6.72765 +8.0146 +6.77957 +12.1947 +21.1034 +24.9034 +35.6482 +35.4244 +39.0344 +52.6239 +56.4337 +52.5197 +49.9805 +46.2006 +46.5421 +50.7291 +57.0944 +55.8388 +53.2125 +49.371 +48.1161 +34.5407 +22.8247 +10.4457 +6.74144 +8.01459 +6.72765 +12.2759 +21.4977 +25.7651 +43.8738 +42.8658 +45.375 +52.3872 +56.7794 +53.4676 +50.251 +47.2259 +47.405 +52.8774 +59.3817 +58.6779 +56.6281 +52.7917 +50.9905 +35.1956 +23.4434 +10.4233 +6.72766 +8.0146 +6.72764 +12.2162 +21.3942 +25.6559 +43.7934 +43.5434 +45.2323 +52.4576 +56.7259 +53.5237 +50.2297 +47.4549 +48.2675 +53.4206 +59.2569 +58.5191 +56.4911 +52.7551 +50.7665 +34.9679 +23.2056 +10.426 +6.72766 +8.01458 +6.72765 +11.8117 +20.8702 +25.2332 +43.6205 +43.3481 +45.2325 +52.3509 +56.6322 +52.1958 +50.42 +47.4357 +48.1479 +53.3813 +59.174 +57.4082 +56.3906 +52.69 +50.7357 +34.8165 +23.1219 +10.4274 +6.77958 +8.01457 +6.72763 +11.4373 +20.5591 +24.9411 +43.5503 +43.3741 +45.2308 +52.4742 +56.7658 +52.433 +50.3911 +47.4338 +48.5331 +53.3119 +59.1554 +57.2397 +56.4323 +52.7026 +50.8057 +34.878 +23.1711 +10.4337 +6.72766 +8.0146 +6.72764 +11.5594 +20.7574 +25.1197 +43.6034 +42.7419 +45.2329 +52.4646 +56.6632 +52.2505 +50.2196 +47.1549 +47.5093 +53.0261 +59.1757 +58.5654 +56.4371 +52.6342 +50.8632 +34.834 +23.2022 +10.8109 +6.72765 +8.0665 +6.72765 +11.5851 +20.5787 +24.4862 +35.4458 +35.7602 +45.6651 +52.3338 +56.6751 +54.1564 +50.9809 +47.869 +47.9645 +53.2169 +59.1946 +58.3251 +54.7919 +52.6994 +50.7991 +34.2142 +23.836 +11.4604 +6.72897 +8.0146 +6.72763 +11.7833 +20.7013 +24.5784 +35.3967 +35.1934 +38.8731 +52.5619 +56.2723 +52.3651 +49.8449 +46.1294 +46.2838 +50.9501 +56.9725 +55.5499 +53.042 +49.1588 +47.8427 +34.3725 +22.5776 +10.424 +6.72766 +8.01458 +6.72765 +11.7506 +20.7818 +25.1959 +43.614 +43.7034 +45.4977 +52.6858 +56.7464 +52.5791 +50.6018 +47.5501 +48.2601 +53.3383 +59.1816 +57.2287 +56.3956 +52.698 +50.5631 +34.833 +23.1977 +10.4245 +6.72765 +8.0665 +6.72765 +11.6754 +20.781 +25.179 +43.6189 +43.1905 +45.1647 +52.289 +56.8274 +53.3991 +50.3246 +47.5848 +48.5013 +53.4196 +59.2016 +58.5211 +56.4453 +52.7059 +50.6295 +34.8741 +23.2071 +10.425 +6.72766 +8.01461 +6.72764 +11.7618 +20.9145 +25.2783 +43.6275 +42.8146 +45.2066 +52.3633 +56.7935 +53.5953 +50.4355 +47.2305 +48.0549 +53.3398 +59.1684 +57.1824 +56.4348 +52.6995 +50.6819 +34.8164 +23.1448 +10.4411 +6.76182 +8.0146 +6.72763 +11.6638 +20.7816 +25.088 +43.6068 +43.4375 +45.1608 +52.281 +56.8214 +53.5465 +50.3995 +47.2716 +47.842 +53.2886 +59.2247 +58.4828 +56.4787 +52.7262 +50.7732 +34.9493 +23.2259 +10.4447 +6.76405 +8.0146 +6.72763 +12.0591 +21.1805 +25.4595 +43.6975 +43.3818 +45.1538 +52.2999 +56.7541 +53.4545 +50.3128 +47.2389 +47.7684 +53.0922 +59.2356 +58.6812 +56.4991 +52.7347 +50.8356 +34.979 +23.2452 +10.8217 +6.77285 +8.0146 +6.72763 +11.9709 +20.8804 +24.6739 +35.4179 +36.0903 +45.7565 +52.432 +56.7192 +54.1131 +50.9799 +47.759 +48.0545 +52.8976 +59.1969 +58.5843 +54.7273 +52.6376 +50.695 +34.2007 +23.7723 +11.4641 +6.72765 +8.01458 +6.72765 +11.7671 +20.5563 +24.4872 +35.3895 +35.1847 +38.9232 +52.5068 +56.2716 +52.3451 +49.9622 +46.2626 +46.4842 +50.9842 +56.9035 +55.4919 +52.9437 +49.0984 +47.8083 +34.2631 +22.5058 +10.4243 +6.72765 +8.01461 +6.72764 +11.7564 +20.875 +25.2473 +43.6158 +43.6732 +45.2641 +52.4645 +56.9145 +53.413 +50.2613 +47.3233 +47.8508 +53.2174 +59.327 +58.4821 +56.5928 +52.7752 +51.0705 +35.1428 +23.3701 +10.4404 +6.73757 +8.01459 +6.72765 +12.4896 +21.5287 +25.815 +43.8633 +43.6887 +45.23 +52.4412 +56.8278 +53.5319 +50.2673 +47.2688 +47.566 +53.2384 +59.3708 +58.6775 +56.6044 +52.7703 +51.1568 +35.1505 +23.3756 +10.4405 +6.73442 +8.0146 +6.72765 +12.305 +21.4563 +25.702 +43.8131 +43.3821 +45.1205 +52.4173 +56.577 +53.4944 +50.219 +47.1956 +47.5307 +52.9807 +59.2436 +58.8113 +56.6057 +52.7769 +50.8326 +35.1124 +23.3771 +10.4241 +6.72766 +8.0146 +6.72765 +12.2139 +21.3176 +25.6615 +43.8446 +43.6837 +45.3485 +52.4433 +56.8265 +53.4971 +50.2068 +47.2434 +47.5479 +53.2614 +59.3588 +58.6161 +56.6019 +52.779 +50.889 +35.0589 +23.3411 +10.4414 +6.74739 +8.0146 +6.72763 +12.144 +21.3075 +25.5981 +43.7306 +43.3346 +45.0558 +52.4423 +56.8072 +53.6878 +50.316 +47.084 +47.8072 +53.1402 +59.3108 +58.652 +56.5148 +52.7788 +50.7424 +34.9911 +23.2459 +10.827 +6.7278 +8.01459 +6.72763 +11.8488 +20.819 +24.6024 +35.4109 +36.438 +45.8333 +52.3778 +56.7755 +54.193 +50.9783 +47.921 +48.2164 +52.7212 +59.2356 +58.4682 +55.8972 +52.6252 +50.6319 +34.2127 +23.8088 +11.4595 +6.72766 +8.0146 +6.77957 +11.7336 +20.6644 +24.5747 +35.4374 +35.4496 +38.9023 +52.6419 +56.2746 +52.4682 +49.8465 +46.1297 +46.3272 +50.7985 +56.9763 +55.553 +53.0308 +49.2386 +48.0353 +34.4293 +22.6829 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_q.csv new file mode 100644 index 0000000..7268a2c --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_5_0_q.csv @@ -0,0 +1,8760 @@ +5.53967 +3.26524 +3.88165 +3.25834 +5.66875 +10.0004 +11.8645 +17.142 +17.3003 +18.8868 +25.524 +27.2572 +25.4056 +24.2127 +22.3806 +22.4807 +24.6161 +27.5898 +26.9095 +25.6418 +23.8182 +23.1077 +16.636 +10.9485 +5.06092 +3.26884 +3.88165 +3.25834 +5.69908 +10.1601 +12.2584 +21.128 +21.2292 +21.9197 +25.3257 +27.4841 +25.9362 +24.4206 +22.883 +23.1754 +25.6877 +28.6795 +28.3234 +27.3553 +25.5845 +24.6173 +16.9194 +11.2427 +5.06158 +3.27101 +3.88165 +3.25834 +5.75073 +10.196 +12.3039 +21.158 +21.3259 +21.9282 +25.397 +27.4763 +25.912 +24.4036 +22.9347 +23.409 +25.7662 +28.737 +28.401 +27.3969 +25.6197 +24.6925 +16.9631 +11.2877 +5.05919 +3.27087 +3.88164 +3.25835 +5.86998 +10.3132 +12.4231 +21.2331 +21.0803 +21.9148 +25.4597 +27.4644 +25.8731 +24.3148 +22.8351 +23.0489 +25.7704 +28.7343 +28.509 +27.3975 +25.6229 +24.7128 +16.9564 +11.2781 +5.05838 +3.27577 +3.88164 +3.25834 +5.83702 +10.28 +12.3564 +21.1873 +21.1794 +21.8499 +25.3896 +27.4407 +25.88 +24.3354 +22.8171 +22.9569 +25.4298 +28.7159 +28.3649 +27.3961 +25.6176 +24.6623 +16.969 +11.3041 +5.05271 +3.28065 +3.88165 +3.25835 +5.86735 +10.2924 +12.3615 +21.2303 +21.0685 +21.9186 +25.4396 +27.4245 +25.8496 +24.3292 +22.7894 +22.9595 +25.8851 +28.7005 +28.4014 +27.3685 +25.6197 +24.6725 +16.916 +11.2304 +5.24333 +3.27691 +3.88165 +3.25834 +5.75926 +10.0628 +11.9173 +17.1424 +17.7568 +22.1773 +25.386 +27.4171 +26.1994 +24.7761 +23.2325 +23.3529 +25.7662 +28.6812 +28.4017 +27.2097 +25.5526 +24.6544 +16.6448 +11.5552 +5.54279 +3.2835 +3.88164 +3.25835 +5.86336 +10.1468 +12.0717 +17.2079 +17.3823 +18.8985 +25.5055 +27.2915 +25.4116 +24.1478 +22.4291 +22.5654 +24.6191 +27.6032 +26.9262 +25.641 +23.8519 +23.1778 +16.6789 +10.997 +5.05625 +3.26448 +3.88165 +3.25834 +5.87508 +10.3097 +12.4146 +21.2099 +21.1568 +21.9791 +25.4065 +27.497 +25.9716 +24.3457 +22.809 +22.99 +25.9028 +28.7294 +28.4301 +27.4082 +25.707 +24.786 +16.9829 +11.3082 +5.05525 +3.27844 +3.88165 +3.25835 +5.88432 +10.378 +12.4446 +21.2148 +21.0621 +21.897 +25.3295 +27.4412 +25.8439 +24.3218 +22.7465 +22.9101 +25.6485 +28.6865 +28.4695 +27.3472 +25.6563 +24.6722 +16.9017 +11.2062 +5.05529 +3.26405 +3.88163 +3.25834 +5.63887 +10.0572 +12.1304 +21.1027 +21.3627 +22.0339 +25.4769 +27.0421 +25.7608 +23.9356 +22.9708 +22.8591 +24.9245 +28.3612 +28.1794 +27.3317 +25.6637 +24.6981 +16.9083 +11.2404 +5.05687 +3.26578 +3.88164 +3.25834 +5.94082 +10.3446 +12.4184 +21.2169 +21.0832 +21.9292 +25.4867 +27.523 +25.9545 +24.4077 +22.8364 +23.0154 +25.3602 +28.7368 +28.4318 +27.3998 +25.6888 +24.8058 +16.9647 +11.2883 +5.05868 +3.27231 +3.88165 +3.25834 +5.8358 +10.2774 +12.3834 +21.1959 +21.2905 +21.9043 +25.3854 +27.4976 +25.8469 +24.3869 +22.7888 +22.9008 +25.4528 +28.6658 +28.423 +27.3395 +25.6623 +24.7181 +16.8899 +11.2117 +5.24216 +3.25835 +3.88165 +3.25834 +5.63986 +9.9727 +11.8301 +17.1283 +17.6582 +22.2245 +25.4186 +27.5562 +26.2854 +24.7469 +23.2082 +23.3746 +25.7896 +28.6706 +28.4792 +27.3307 +25.5676 +24.7143 +16.5679 +11.5005 +5.54461 +3.28349 +3.88164 +3.25835 +5.60997 +9.94311 +11.8556 +17.14 +17.1754 +18.7842 +25.3667 +27.2043 +25.3727 +24.1383 +22.3097 +22.3949 +24.3262 +27.5326 +26.9265 +25.6702 +23.7948 +23.1881 +16.6293 +10.9346 +5.04799 +3.28349 +3.88164 +3.25835 +5.70498 +10.1463 +12.3058 +21.1211 +20.9641 +21.9034 +25.2806 +27.4443 +25.8233 +24.2918 +22.7414 +23.3194 +25.4145 +28.6542 +27.8362 +27.328 +25.6851 +24.767 +16.8595 +11.2144 +5.0551 +3.26926 +3.88163 +3.25834 +5.53406 +9.96069 +12.0682 +21.09 +21.2381 +21.8661 +25.3083 +27.4532 +25.4094 +24.4639 +22.9766 +23.2364 +25.4401 +28.0926 +27.8879 +26.9577 +25.6876 +24.7908 +16.8584 +11.2051 +5.05042 +3.28152 +3.88165 +3.25834 +5.62039 +10.0664 +12.1544 +21.1162 +21.2689 +21.8088 +25.3192 +27.4697 +25.8546 +24.4218 +22.9757 +23.1713 +25.3697 +28.6613 +28.5824 +27.3409 +25.6971 +24.8529 +16.8699 +11.225 +5.0531 +3.27926 +3.88165 +3.25834 +5.68981 +10.1225 +12.2282 +21.1211 +21.0938 +21.9963 +25.3244 +27.4086 +25.8619 +24.3199 +22.8221 +22.8911 +25.663 +28.6668 +28.3542 +27.3451 +25.6985 +24.8549 +16.8731 +11.2356 +5.04742 +3.2835 +3.88165 +3.25836 +5.73893 +10.1401 +12.2842 +21.1306 +20.9957 +21.8979 +25.3281 +27.4388 +25.9165 +24.3606 +22.7877 +23.0101 +25.1527 +28.6946 +28.4461 +27.3631 +25.7269 +24.8505 +16.9416 +11.2711 +5.23494 +3.25835 +3.90679 +3.25835 +5.78972 +10.0837 +11.9628 +17.1723 +17.3212 +22.094 +25.3103 +27.5702 +26.2546 +24.6427 +23.2286 +23.2213 +25.5753 +28.6695 +28.5983 +27.3558 +25.6436 +24.8571 +16.5857 +11.5379 +5.55062 +3.25835 +3.88165 +3.28349 +5.70561 +10.0336 +11.8995 +17.1456 +17.1942 +18.8863 +25.5089 +27.305 +25.3907 +24.1891 +22.3472 +22.4054 +24.3353 +27.5593 +26.9952 +25.7098 +23.8012 +23.1043 +16.6202 +10.9418 +5.05529 +3.26147 +3.88165 +3.25834 +5.77721 +10.2183 +12.3207 +21.1845 +21.0262 +21.9551 +25.4033 +27.5289 +25.9861 +24.4139 +22.9884 +22.9695 +25.6458 +28.735 +28.6488 +27.4174 +25.7644 +24.9549 +17.0313 +11.3208 +5.05564 +3.26449 +3.88164 +3.25835 +6.03009 +10.4308 +12.4867 +21.2362 +21.0669 +21.9716 +25.3738 +27.4736 +25.8879 +24.3083 +22.7523 +22.974 +25.1799 +28.7205 +28.6251 +27.4054 +25.7854 +24.9367 +17.0134 +11.293 +5.05488 +3.269 +3.88165 +3.25834 +5.83195 +10.2924 +12.3928 +21.2097 +21.1048 +22.0188 +25.4038 +27.4945 +25.9035 +24.3423 +22.8217 +22.9764 +25.1878 +28.7103 +28.4517 +27.3983 +25.7524 +24.9309 +17.0059 +11.2841 +5.05509 +3.27174 +3.88164 +3.25834 +5.87735 +10.3239 +12.3867 +21.1906 +21.1141 +21.9808 +25.3856 +27.4593 +26.0408 +24.4363 +22.8736 +22.9695 +25.4015 +28.7043 +28.4621 +27.3764 +25.7775 +24.8591 +16.9814 +11.2664 +5.04816 +3.2835 +3.88165 +3.25835 +5.76298 +10.1962 +12.3458 +21.1557 +21.0955 +21.8829 +25.3313 +27.4607 +25.8513 +24.4317 +22.8211 +22.8998 +25.0917 +28.7162 +28.4689 +27.3732 +25.7722 +24.8667 +16.9882 +11.2693 +5.24178 +3.27943 +3.88165 +3.25834 +5.82208 +10.1687 +12.0413 +17.2094 +17.3996 +22.2451 +25.3922 +27.5093 +26.3201 +24.7182 +23.2325 +23.3179 +25.5364 +28.7415 +28.6425 +27.4008 +25.6971 +24.882 +16.6822 +11.6067 +5.54907 +3.25835 +3.88165 +3.25834 +5.85583 +10.2012 +12.0325 +17.2128 +17.1171 +18.9533 +25.5865 +27.3348 +25.4159 +24.2442 +22.3675 +22.5609 +24.456 +27.6123 +27.0416 +25.7738 +23.8245 +23.2575 +16.6926 +11.0057 +5.05612 +3.25835 +3.88165 +3.25835 +5.8734 +10.3277 +12.3855 +21.2147 +21.1122 +21.9359 +25.3699 +27.5067 +25.8598 +24.2937 +22.8309 +22.9342 +25.0646 +28.7332 +28.6717 +27.3724 +25.7947 +24.9552 +17.0466 +11.3226 +5.04862 +3.25836 +3.88164 +3.28349 +5.88199 +10.3142 +12.4285 +21.2314 +21.1543 +21.9885 +25.358 +27.4247 +25.9371 +24.3055 +22.9031 +22.9283 +25.1786 +28.7497 +28.494 +27.3776 +25.7987 +24.9432 +17.0314 +11.2769 +5.04891 +3.25835 +3.88164 +3.25835 +5.61839 +10.0296 +12.1462 +21.1092 +21.3641 +22.0718 +25.3327 +27.4307 +25.3989 +24.3134 +22.7806 +23.0499 +25.6412 +28.675 +28.5109 +27.3435 +25.7594 +24.8536 +16.9524 +11.2329 +5.05881 +3.25845 +3.88165 +3.25834 +5.66895 +10.1128 +12.2315 +21.1257 +20.976 +21.8879 +25.2776 +27.361 +25.8836 +24.336 +22.7871 +22.8516 +25.0908 +28.7107 +28.6193 +27.374 +25.7975 +24.8458 +17.0219 +11.263 +5.05937 +3.26057 +3.88165 +3.25834 +5.80471 +10.2438 +12.3568 +21.1929 +21.0952 +21.9381 +25.3416 +27.3759 +25.8555 +24.4248 +22.7883 +22.9211 +25.3893 +28.7027 +28.6097 +27.3711 +25.7989 +24.8674 +17.0248 +11.2644 +5.24636 +3.26282 +3.88165 +3.25834 +5.80651 +10.1424 +12.0037 +17.1962 +17.3934 +22.2391 +25.4094 +27.5165 +26.3477 +24.6599 +23.1637 +23.2147 +24.8839 +28.7299 +28.5016 +27.4093 +25.7059 +24.9487 +16.699 +11.6364 +5.54969 +3.25922 +3.88164 +3.25834 +5.90091 +10.2398 +12.0781 +17.2446 +17.097 +18.8542 +25.4748 +27.3716 +25.4315 +24.1754 +22.3373 +22.44 +24.2589 +27.637 +27.0023 +25.792 +23.905 +23.3261 +16.7295 +11.0375 +5.04848 +3.25835 +3.88165 +3.25964 +6.13061 +10.4486 +12.5261 +21.2651 +21.2499 +22.1274 +25.4336 +27.4869 +25.9012 +24.4206 +22.8761 +22.9032 +24.8946 +28.7677 +28.6994 +27.4551 +25.9078 +24.9906 +17.1126 +11.35 +5.05916 +3.26884 +3.88165 +3.27934 +6.08652 +10.4729 +12.5382 +19.0485 +20.9785 +21.9847 +25.3921 +27.4519 +25.8904 +24.2861 +22.7763 +22.928 +25.3993 +28.6882 +28.4486 +27.3917 +25.8118 +24.8761 +17.042 +11.2769 +5.05939 +3.26947 +3.88165 +3.25834 +5.88677 +10.335 +12.4172 +18.9969 +20.984 +21.9647 +25.3516 +27.3544 +25.8689 +24.2795 +22.8216 +22.8336 +24.8905 +26.4816 +28.4802 +27.4017 +25.8141 +24.9454 +17.0838 +11.3236 +5.05953 +3.27082 +3.88164 +3.25834 +5.89079 +10.3178 +12.3764 +18.9753 +20.9504 +21.9482 +25.311 +27.3862 +25.8545 +24.2964 +22.7618 +22.7932 +24.8256 +26.4559 +28.4477 +27.3782 +25.805 +24.8698 +17.0313 +11.2722 +5.05968 +3.27203 +3.88165 +3.25834 +5.84281 +10.3024 +12.3892 +18.8039 +20.9112 +21.9196 +25.3208 +27.3501 +25.8504 +24.2812 +22.7528 +22.9396 +25.02 +26.2689 +28.478 +27.4056 +25.8194 +24.9486 +17.0675 +11.2989 +5.24715 +3.27308 +3.88165 +3.25834 +5.8374 +10.1821 +12.0442 +14.95 +17.3042 +22.2483 +25.385 +27.5211 +26.3152 +24.6672 +23.1953 +23.1711 +24.8439 +26.304 +28.485 +27.3376 +25.6999 +24.8486 +16.5883 +11.54 +5.54811 +3.26114 +3.88165 +3.25834 +5.6699 +10.0066 +11.8564 +14.8737 +16.9826 +18.8214 +25.4671 +27.3791 +25.4234 +24.1322 +22.3276 +22.4415 +24.138 +25.4079 +27.043 +25.8014 +23.8413 +23.2936 +16.6943 +11.0098 +5.05645 +3.26697 +3.88164 +3.25835 +6.12539 +10.4083 +12.4985 +19.0075 +21.1418 +21.9806 +25.3514 +27.4331 +25.8928 +24.3061 +22.8192 +22.9062 +25.153 +26.4974 +28.4948 +27.4005 +25.8163 +24.9291 +17.0564 +11.2882 +5.05987 +3.2751 +3.88164 +3.25835 +5.93002 +10.3493 +12.4256 +18.9334 +20.9271 +21.9375 +25.3256 +27.3974 +25.8522 +24.283 +22.7319 +22.7606 +24.8027 +26.1706 +28.437 +27.329 +25.7791 +24.8392 +16.9411 +11.1555 +5.05797 +3.27673 +3.88163 +3.25834 +5.61687 +10.0377 +12.1338 +18.8202 +20.9351 +21.8817 +25.3332 +27.4527 +25.8549 +24.3135 +22.7718 +22.8207 +24.8539 +26.2801 +28.4457 +27.3499 +25.8004 +24.8555 +17.0097 +11.2451 +5.05979 +3.27554 +3.88165 +3.25834 +5.77621 +10.2105 +12.3216 +18.8625 +20.8955 +21.9101 +25.3071 +27.3785 +25.8456 +24.3376 +22.7772 +22.8336 +25.0987 +26.3099 +28.4667 +27.3697 +25.8193 +24.8642 +17.0157 +11.2485 +5.05982 +3.2754 +3.88165 +3.25834 +5.70151 +10.1413 +12.2227 +18.8263 +20.8193 +21.882 +25.3615 +27.3423 +25.2956 +24.3124 +22.7775 +22.8919 +24.7939 +26.2315 +28.4308 +27.3477 +25.795 +24.8526 +16.9957 +11.2284 +5.24544 +3.27579 +3.88165 +3.25834 +5.67988 +10.0272 +11.8771 +14.8833 +17.3377 +22.1992 +25.3527 +27.5183 +26.2604 +24.6589 +23.0794 +23.1333 +24.8256 +26.1956 +28.524 +27.3443 +25.7044 +24.855 +16.592 +11.5666 +5.54787 +3.26129 +3.88165 +3.25834 +5.72807 +10.0617 +11.8981 +14.8277 +16.9289 +18.751 +25.4066 +27.3621 +25.4483 +24.1973 +22.2824 +22.516 +24.344 +25.3357 +26.947 +25.726 +23.7898 +23.1967 +16.6012 +10.9049 +5.05425 +3.25835 +3.88165 +3.25835 +5.76875 +10.1425 +12.2312 +18.8128 +20.8838 +21.9005 +25.2772 +27.354 +25.2993 +24.2643 +22.7714 +22.7582 +24.803 +26.3534 +28.4355 +27.3808 +25.8099 +24.9293 +17.0536 +11.2973 +5.05975 +3.27285 +3.88164 +3.25834 +5.9824 +10.4115 +12.4934 +18.7632 +20.9833 +21.9635 +25.3869 +27.435 +25.8999 +24.2985 +22.8484 +22.9879 +24.8822 +26.232 +28.4935 +27.3712 +25.8209 +24.9431 +17.0646 +11.2948 +5.05968 +3.27173 +3.88165 +3.25834 +5.87287 +10.3196 +12.3951 +18.8299 +20.8559 +21.8677 +25.2432 +27.3368 +25.5446 +23.7038 +22.3702 +22.7325 +24.4766 +25.5683 +27.8554 +26.7727 +25.4979 +24.5575 +16.9428 +11.1894 +5.05428 +3.27995 +3.88165 +3.25834 +5.61653 +10.031 +12.139 +18.7996 +21.0947 +21.9625 +25.2825 +27.3514 +25.8919 +24.3042 +22.7827 +22.7954 +25.0772 +26.2805 +28.5999 +27.3613 +25.814 +24.8642 +17.0241 +11.2628 +5.05976 +3.26978 +3.88165 +3.25834 +5.82166 +10.2611 +12.3361 +18.6758 +20.9007 +21.91 +25.3449 +27.3776 +25.8512 +24.3241 +22.7593 +22.7794 +24.8091 +26.0374 +28.6262 +27.3781 +25.8066 +24.8723 +17.0386 +11.2778 +5.2465 +3.26826 +3.88165 +3.25834 +5.86175 +10.1931 +12.0385 +14.8086 +17.2404 +22.2121 +25.4202 +27.5451 +26.3348 +24.6648 +23.2 +23.2613 +24.8573 +26.0651 +28.4753 +27.38 +25.6958 +24.875 +16.6702 +11.6048 +5.54936 +3.2595 +3.88165 +3.25834 +5.83472 +10.1801 +12.0162 +14.7155 +17.0116 +18.8428 +25.4495 +27.3338 +25.4373 +24.0995 +22.3226 +22.3558 +24.0772 +25.1724 +26.9362 +25.7403 +23.838 +23.1994 +16.6415 +10.9434 +5.04818 +3.25835 +3.88164 +3.25835 +5.72251 +10.1357 +12.2848 +18.7518 +20.8241 +21.8803 +25.3018 +27.3498 +25.8668 +24.3337 +22.7345 +22.8296 +24.7959 +26.2053 +28.6151 +27.375 +25.8041 +24.8747 +17.0351 +11.2833 +5.05957 +3.26207 +3.88165 +3.25835 +5.84527 +10.2866 +12.3712 +18.6617 +20.9403 +21.8597 +25.2654 +27.3605 +25.8362 +24.3212 +22.7494 +22.7932 +24.7393 +25.9482 +28.6014 +27.3579 +25.7788 +24.8514 +17.0182 +11.2646 +5.05888 +3.26006 +3.88165 +3.25834 +5.80654 +10.2527 +12.3493 +18.6396 +20.8892 +21.8941 +25.2797 +27.3338 +25.8439 +24.3056 +22.7327 +22.7806 +24.7426 +25.9382 +28.5137 +27.3482 +25.7633 +24.8595 +16.9509 +11.2286 +5.05622 +3.25835 +3.88165 +3.25834 +5.7576 +10.1651 +12.2614 +18.5578 +20.8091 +21.816 +25.244 +27.388 +25.5501 +24.2841 +22.7246 +22.7687 +24.7336 +25.781 +28.3941 +27.3388 +25.7574 +24.8518 +16.9757 +11.242 +5.04899 +3.25835 +3.88164 +3.25835 +5.69811 +10.1034 +12.2529 +18.7548 +20.8777 +21.8529 +25.2472 +27.4565 +25.8322 +24.2751 +22.8285 +22.8493 +24.7829 +26.0161 +28.6228 +27.3941 +25.7809 +24.9319 +17.0281 +11.3121 +5.23581 +3.25835 +3.90678 +3.25835 +5.84782 +10.1545 +12.0274 +14.8228 +17.271 +22.1659 +25.4016 +27.5107 +26.301 +24.6463 +23.1218 +23.2189 +24.8229 +26.2951 +28.6141 +27.3795 +25.6871 +24.8678 +16.6548 +11.5879 +5.54927 +3.25835 +3.88165 +3.25835 +5.79996 +10.1735 +12.0257 +14.7086 +17.0128 +18.8164 +25.5701 +27.3718 +25.4015 +24.1169 +22.248 +22.3587 +24.0328 +24.9009 +27.0042 +25.7617 +23.8658 +23.2322 +16.6882 +11.008 +5.06106 +3.26095 +3.88165 +3.25835 +5.86542 +10.3198 +12.4035 +18.596 +20.9479 +21.9182 +25.346 +27.4625 +25.8629 +24.3227 +22.8316 +22.8491 +24.863 +25.8671 +28.5061 +27.4083 +25.7869 +24.9481 +17.029 +11.3141 +5.05585 +3.27811 +3.88165 +3.25835 +5.89321 +10.3269 +12.4238 +18.6102 +20.8994 +21.9142 +25.3409 +27.4292 +25.8514 +24.3132 +22.7554 +22.809 +24.7808 +25.8178 +28.4654 +27.3877 +25.7477 +24.9261 +17.0065 +11.2914 +5.05574 +3.27427 +3.88165 +3.25835 +5.82301 +10.2721 +12.3722 +18.5779 +20.8551 +21.82 +25.2486 +27.3922 +25.6374 +23.9192 +22.3742 +22.7729 +24.7331 +25.0758 +28.372 +27.3316 +25.7252 +24.8504 +16.9101 +11.2232 +5.05741 +3.26955 +3.88165 +3.25834 +5.58595 +10.0186 +12.1012 +18.7988 +20.8235 +21.835 +25.2453 +27.3908 +25.6003 +24.35 +22.8035 +22.8446 +24.7196 +25.632 +28.0031 +27.0481 +25.1921 +24.843 +16.9003 +11.2053 +5.05693 +3.2669 +3.88165 +3.25834 +5.56847 +10.0117 +12.1281 +18.8027 +20.9093 +21.8503 +25.2502 +27.3903 +25.5567 +23.978 +22.772 +22.7958 +24.7465 +25.6491 +28.0075 +26.9563 +25.163 +24.8357 +16.8906 +11.1583 +5.2436 +3.26305 +3.88165 +3.25834 +5.48734 +9.82662 +11.7022 +14.7797 +17.2515 +22.1067 +25.2399 +26.992 +25.9612 +24.3376 +23.1671 +23.1495 +24.8401 +26.1405 +27.8287 +26.7503 +25.3442 +24.8334 +16.5646 +11.4544 +3.25835 +3.90679 +3.25835 +5.42843 +9.73799 +11.6239 +17.1237 +17.3025 +18.7541 +25.1233 +26.9544 +25.0118 +23.5516 +21.8782 +21.7047 +23.3062 +23.987 +23.5386 +25.3943 +23.486 +22.9466 +16.5452 +10.8472 +5.04936 +3.25835 +3.88164 +3.25835 +5.36211 +9.67831 +11.8444 +21.0893 +20.8725 +21.8338 +25.2637 +26.8482 +25.5776 +23.739 +22.175 +22.7123 +24.1168 +25.0304 +25.0611 +26.7727 +25.1604 +24.2534 +16.8499 +11.1529 +5.04782 +3.25835 +3.90679 +3.25833 +5.26966 +9.61564 +11.9521 +20.6706 +20.5793 +21.1854 +24.7737 +32.2836 +34.7308 +33.6994 +30.7751 +29.1591 +30.1048 +30.8364 +29.9769 +29.9365 +26.9537 +24.2534 +16.3037 +11.1475 +5.04756 +3.25834 +3.88164 +3.2835 +5.12822 +9.76774 +12.1281 +21.0784 +20.3214 +21.1845 +27.9059 +33.3909 +34.5317 +33.1205 +31.0744 +29.8317 +31.6309 +33.151 +32.941 +31.9982 +30.0555 +25.462 +16.2882 +10.5955 +5.0474 +3.2835 +3.88163 +3.25834 +5.12823 +9.80444 +12.1079 +20.734 +20.6406 +21.4607 +24.7012 +26.8979 +25.3257 +23.8095 +22.7458 +22.5757 +24.0745 +24.7566 +24.8764 +26.7728 +25.1301 +24.2271 +16.6537 +11.1357 +5.04865 +3.2827 +3.88163 +3.25834 +5.16739 +9.74371 +11.913 +18.5778 +20.9996 +21.2794 +25.2986 +26.9692 +25.297 +23.7536 +22.1891 +22.8421 +24.6591 +24.7315 +24.6729 +26.9578 +25.4061 +24.7342 +16.852 +11.2036 +5.23493 +3.2835 +3.88165 +3.25835 +5.60979 +9.90789 +11.8338 +14.9184 +17.3064 +22.0149 +25.3269 +27.4681 +26.216 +24.6404 +23.0985 +23.0961 +24.7282 +25.2799 +25.4119 +27.3329 +25.5979 +24.6862 +16.5657 +11.5281 +5.551 +3.25836 +3.88164 +3.25835 +5.6021 +9.94827 +11.8121 +14.9146 +17.033 +18.9313 +25.5339 +27.3136 +25.4053 +24.1486 +22.3369 +22.3258 +23.9548 +24.6754 +24.1411 +25.6462 +23.8179 +23.1837 +16.6438 +10.9437 +5.04891 +3.25835 +3.90679 +3.25835 +5.7425 +10.178 +12.2845 +18.9409 +20.9889 +21.7936 +25.3056 +27.4345 +25.8492 +24.2962 +22.731 +22.7554 +24.6652 +25.3055 +25.4082 +27.336 +25.6606 +24.7209 +16.8673 +11.2438 +5.0499 +3.2835 +3.88165 +3.25836 +5.72792 +10.1485 +12.2867 +18.9085 +20.9002 +21.8048 +25.2753 +27.4149 +25.6325 +24.2814 +22.7173 +22.7333 +24.6387 +25.2889 +24.6776 +27.329 +25.6547 +24.713 +16.8606 +11.2125 +5.06034 +3.27182 +3.88163 +3.25834 +5.53866 +9.94563 +12.0213 +18.8038 +20.839 +21.399 +25.2414 +26.8459 +25.3169 +23.8168 +22.1792 +22.2349 +24.0952 +24.7923 +24.9822 +26.7727 +25.0977 +24.3045 +16.8623 +11.1627 +5.04886 +3.25835 +3.88164 +3.25835 +5.48261 +9.84883 +12.0304 +18.8313 +20.9391 +21.7773 +25.2777 +27.4586 +25.8514 +24.3009 +22.7776 +22.7571 +24.6632 +25.3169 +25.384 +27.3524 +25.6387 +24.7016 +16.9418 +11.262 +5.04782 +3.25835 +3.88164 +3.28349 +5.72393 +10.1459 +12.2594 +18.8304 +20.8848 +21.8145 +25.3336 +27.4357 +25.8393 +24.2949 +22.7516 +22.7668 +24.6216 +25.2928 +25.1455 +27.3583 +25.6375 +24.6752 +16.9613 +11.2563 +5.23981 +3.26671 +3.88165 +3.25834 +5.74652 +10.0882 +11.9438 +14.7943 +17.2818 +22.1012 +25.3175 +27.4499 +26.1757 +24.6414 +23.1091 +23.139 +24.7159 +25.3788 +25.2421 +27.193 +25.5498 +24.634 +16.5693 +11.5052 +5.5501 +3.25835 +3.90679 +3.25835 +5.66702 +9.98999 +11.8552 +14.8283 +17.069 +18.7854 +25.4146 +27.2021 +25.402 +24.1147 +22.2501 +22.2863 +23.9056 +24.5749 +23.9608 +25.5849 +23.8349 +23.1616 +16.6566 +10.9811 +5.0521 +3.25836 +3.88165 +3.25834 +5.7638 +10.2009 +12.3194 +18.7477 +20.8839 +21.8422 +25.3432 +27.4317 +25.8715 +24.3164 +22.7561 +22.7907 +24.6495 +25.2943 +25.2152 +27.3326 +25.6043 +24.6452 +16.9536 +11.2498 +5.05693 +3.26517 +3.88165 +3.25834 +5.73728 +10.174 +12.248 +18.7895 +20.8351 +21.7453 +25.2467 +27.4068 +25.2721 +23.9965 +22.7237 +22.7195 +24.6146 +25.2802 +24.7028 +24.9439 +25.6164 +24.6002 +16.8723 +11.2484 +5.0486 +3.25835 +3.90678 +3.25835 +5.65284 +10.0624 +12.217 +18.6971 +20.8303 +21.7263 +25.2449 +27.1317 +25.383 +23.7071 +22.3785 +22.4295 +24.1058 +24.7433 +25.1005 +25.1062 +25.5843 +24.5983 +16.8856 +11.1865 +5.05921 +3.25978 +3.88165 +3.25834 +5.50389 +9.92464 +12.0256 +18.8846 +20.9943 +21.8453 +25.3046 +26.8823 +25.6153 +24.2788 +22.7766 +22.7051 +24.6848 +24.8677 +25.2549 +24.8156 +25.0299 +24.5904 +16.8509 +11.1558 +5.06087 +3.26567 +3.88163 +3.25834 +5.45172 +9.86508 +11.9404 +18.8699 +20.7677 +21.7383 +25.2584 +26.8649 +25.3065 +23.9123 +22.4476 +22.735 +24.2973 +24.7342 +25.1474 +24.4732 +25.3051 +24.2877 +16.8467 +11.1648 +5.23824 +3.28277 +3.88165 +3.25834 +5.50934 +9.87274 +11.77 +14.69 +17.1816 +21.9728 +25.3037 +27.1234 +25.8991 +24.3502 +22.7964 +23.1158 +24.7409 +25.2825 +24.6439 +24.5343 +25.447 +24.5576 +16.5491 +11.4481 +5.54384 +3.28349 +3.88163 +3.25834 +5.45156 +9.74054 +11.662 +14.8102 +16.9311 +18.8146 +25.4181 +27.1962 +24.7945 +24.0975 +22.2514 +22.2498 +23.8655 +24.5421 +23.9387 +23.2661 +23.7811 +23.1464 +16.6012 +10.9077 +5.06075 +3.27527 +3.88163 +3.25834 +5.57238 +10.0429 +12.1518 +18.5969 +20.7525 +21.7565 +25.2654 +27.2391 +25.4807 +23.9937 +22.1783 +22.2706 +24.2486 +24.7215 +24.6623 +24.3918 +24.9963 +24.5338 +16.8446 +11.1666 +5.04795 +3.28349 +3.88163 +3.25834 +5.40519 +9.78462 +11.9063 +18.745 +20.6214 +21.7119 +25.2702 +27.4054 +25.3093 +24.3126 +22.8341 +22.81 +24.697 +25.429 +25.136 +25.0374 +25.5257 +24.5487 +16.8689 +11.2346 +5.04848 +3.25835 +3.90678 +3.25835 +5.65141 +10.0667 +12.2026 +18.5726 +20.6866 +21.7449 +25.2644 +27.1206 +25.5206 +24.01 +22.3773 +22.7364 +24.6324 +25.3067 +24.4527 +24.7111 +25.5158 +24.5133 +16.8894 +11.2148 +5.05632 +3.25835 +3.88165 +3.25834 +5.57481 +10.0164 +12.1255 +18.5871 +20.6576 +21.7034 +25.2334 +27.2221 +25.2876 +23.7346 +22.2127 +22.1516 +24.0576 +24.7161 +24.5389 +24.3918 +25.0988 +24.5003 +16.8619 +11.1675 +5.04885 +3.25834 +3.88164 +3.28349 +5.42313 +9.74403 +11.8493 +18.4608 +20.6315 +21.1428 +24.6769 +27.126 +27.3035 +26.1328 +23.6026 +22.1995 +24.1138 +24.7591 +25.3599 +24.745 +25.6125 +24.0944 +16.3175 +11.1376 +5.24428 +3.25947 +3.88163 +3.25834 +5.12823 +9.54206 +11.5733 +14.0119 +16.6007 +21.4523 +24.7326 +28.3964 +27.415 +27.5279 +25.0415 +23.5813 +24.1721 +24.7323 +25.4543 +25.1235 +24.9603 +24.0086 +15.9922 +10.8828 +5.55223 +3.25835 +3.9068 +3.25833 +5.12823 +9.59177 +11.59 +14.1747 +16.3532 +18.1553 +24.7924 +26.6828 +24.8246 +23.5604 +21.6991 +21.7057 +23.3067 +23.9785 +23.5715 +22.9037 +23.5007 +23.1445 +16.5514 +10.8566 +5.04895 +3.25835 +3.88165 +3.25835 +5.43648 +9.81755 +12.002 +18.7779 +20.6279 +21.7078 +25.2583 +26.8989 +25.6046 +23.7789 +22.4734 +22.7886 +24.707 +25.3223 +24.7129 +25.1117 +25.5216 +24.604 +16.8622 +11.2075 +5.04921 +3.2835 +3.88163 +3.25836 +5.61288 +10.0122 +12.153 +18.5272 +20.602 +21.7284 +25.2435 +27.4091 +25.4615 +23.9186 +22.4312 +22.3724 +24.3157 +24.9755 +24.7875 +24.4336 +24.9649 +24.5922 +16.8497 +11.1841 +5.05782 +3.27756 +3.88163 +3.25834 +5.44706 +9.88399 +11.9757 +18.764 +20.7369 +21.5935 +25.2555 +26.8965 +25.3247 +23.7435 +22.2297 +22.459 +24.6953 +24.8411 +24.4247 +24.8312 +25.5168 +24.569 +16.8575 +11.2014 +5.05609 +3.27601 +3.88165 +3.25834 +5.55938 +9.98402 +12.1263 +18.4885 +20.5495 +21.7157 +25.2534 +27.4031 +25.5725 +23.8502 +22.7074 +22.7458 +24.5964 +24.7011 +24.6387 +24.6285 +25.5159 +24.5241 +16.8783 +11.2144 +5.05714 +3.26689 +3.88165 +3.25834 +5.55242 +9.99538 +12.0973 +18.7971 +20.7124 +21.8322 +25.2512 +27.4649 +25.8267 +24.3308 +22.7273 +22.7528 +24.693 +25.0308 +24.6553 +24.3918 +24.9632 +24.2245 +16.8766 +11.1644 +5.24318 +3.25835 +3.88165 +3.25834 +5.54482 +9.89418 +11.7484 +14.7584 +17.16 +22.1059 +25.3502 +27.4791 +26.2228 +24.6377 +23.1058 +23.1056 +24.7647 +25.4136 +25.2358 +24.1923 +25.5359 +24.5735 +16.5694 +11.5072 +5.54976 +3.25836 +3.88165 +3.28349 +5.75193 +10.0233 +11.9006 +14.6693 +16.9438 +18.8029 +25.4226 +27.2963 +25.4139 +24.1192 +22.2756 +22.261 +23.9027 +24.5772 +23.9437 +23.1322 +23.8205 +23.1756 +16.6462 +10.9543 +5.04832 +3.25835 +3.88165 +3.25835 +5.69776 +10.1366 +12.2612 +18.4832 +20.4939 +21.7434 +25.251 +27.4206 +25.3 +24.018 +22.7142 +22.749 +24.5786 +24.7054 +24.6508 +24.8805 +25.4835 +24.6245 +16.8577 +11.2098 +5.04869 +3.2835 +3.88163 +3.25834 +5.53212 +9.97306 +12.0701 +18.518 +20.505 +21.7106 +25.2605 +26.9004 +25.5754 +23.7627 +22.7053 +22.3693 +24.0431 +24.7021 +24.6213 +24.1519 +24.9302 +24.3419 +16.8803 +11.16 +5.05682 +3.25835 +3.88163 +3.25834 +5.49107 +9.92783 +12.0343 +18.4603 +20.4818 +21.7704 +24.8618 +26.8382 +25.3179 +23.8251 +22.3068 +22.2142 +24.1358 +24.7147 +24.4159 +23.9579 +24.9621 +24.0375 +16.3164 +11.142 +5.05669 +3.2601 +3.88163 +3.25834 +5.19864 +9.68848 +11.903 +18.1734 +19.9243 +21.1462 +24.6867 +26.8594 +25.5449 +23.7405 +22.1779 +22.1844 +24.0421 +24.7033 +24.5039 +24.0162 +24.9624 +24.2833 +16.8488 +11.1616 +5.04965 +3.28349 +3.88163 +3.25836 +5.44658 +9.82811 +9.77181 +18.4399 +20.481 +21.4526 +24.8146 +26.8463 +25.3195 +23.8398 +22.1909 +22.1708 +24.0391 +24.7163 +24.4631 +23.9976 +24.9628 +24.2827 +16.8544 +11.1665 +5.23632 +3.28349 +3.88165 +3.25835 +5.44864 +9.72052 +9.43976 +14.5802 +17.1529 +21.6749 +24.95 +26.9177 +25.6743 +24.1459 +22.5616 +22.558 +24.1353 +24.7258 +24.3809 +23.5771 +24.9642 +24.0359 +16.274 +11.4609 +5.55286 +3.25835 +3.88165 +3.28349 +5.42909 +9.72488 +9.39788 +14.573 +16.8721 +18.4317 +24.8122 +26.6868 +24.814 +23.7469 +21.6875 +21.7175 +23.3245 +24.0029 +24.0012 +22.6058 +23.363 +23.1472 +16.5585 +10.8593 +5.05991 +3.26957 +3.88165 +3.25834 +5.4657 +9.88485 +9.75587 +18.4632 +20.5388 +21.7417 +25.2317 +27.0528 +25.3019 +23.7229 +22.1737 +22.1686 +24.0563 +24.7067 +24.4554 +23.8765 +24.9646 +24.5875 +16.856 +11.159 +5.05274 +3.2809 +3.88163 +3.25834 +5.37345 +9.73347 +9.63228 +18.709 +20.4212 +21.8336 +25.2618 +26.8594 +25.617 +23.7093 +22.1879 +22.4549 +24.3411 +24.9866 +24.6118 +23.8203 +25.2396 +24.5939 +16.856 +11.195 +5.05149 +3.28176 +3.88163 +3.25834 +5.49204 +9.91074 +9.77508 +18.4366 +20.4818 +21.4546 +24.8593 +26.8559 +25.2887 +23.8035 +22.2352 +22.1646 +24.0445 +24.7525 +24.6436 +24.1582 +24.9635 +24.3119 +16.84 +11.1592 +5.04845 +3.28349 +3.88164 +3.25835 +5.4014 +9.77716 +9.6824 +18.3869 +20.192 +21.4211 +24.6759 +26.8999 +25.3037 +23.7627 +22.1544 +22.2239 +24.0551 +24.7985 +24.9034 +24.5019 +24.9636 +24.0086 +16.8748 +11.148 +5.05597 +3.26761 +3.88163 +3.25834 +5.34828 +9.67404 +9.62621 +18.4816 +20.4679 +21.3363 +25.2572 +27.1651 +25.2982 +23.7641 +22.7451 +22.491 +24.3825 +24.8335 +25.0147 +24.4335 +25.2397 +24.2918 +16.87 +11.1517 +5.24361 +3.27593 +3.88165 +3.25834 +5.40858 +9.7171 +9.34587 +14.6309 +17.1746 +21.6757 +25.3052 +26.9194 +25.6735 +24.0894 +22.5416 +22.7423 +24.3828 +24.7008 +24.5103 +24.1091 +25.5159 +24.2202 +16.2725 +11.4621 +5.55166 +3.25834 +3.88164 +3.2835 +5.32696 +9.58651 +9.25179 +14.6288 +16.8691 +18.7159 +25.3691 +26.6797 +24.796 +23.5506 +21.7143 +21.6885 +23.3241 +23.9783 +23.3368 +22.4713 +23.5008 +22.8713 +16.5548 +10.8578 +5.05814 +3.26939 +3.88163 +3.25834 +5.41118 +9.83304 +9.54846 +18.4444 +20.235 +21.3712 +24.7227 +26.8708 +25.2726 +23.8226 +22.1727 +22.1922 +24.0244 +24.6904 +24.4306 +23.6815 +24.9643 +24.2203 +16.871 +11.1503 +5.0594 +3.25913 +3.88165 +3.25834 +5.38778 +9.73432 +9.6323 +18.3557 +20.4675 +21.1773 +24.6774 +26.8422 +25.4865 +23.7192 +22.2142 +22.1962 +24.1194 +24.8059 +24.6564 +24.3436 +24.9652 +24.0367 +16.316 +11.16 +5.05035 +3.25836 +3.88164 +3.25834 +5.39331 +9.78615 +9.51912 +18.3494 +20.4702 +21.1779 +24.8847 +26.8174 +25.3028 +23.7119 +22.1948 +22.154 +24.0819 +24.693 +24.4132 +23.6456 +24.9636 +24.0646 +16.8404 +11.1545 +5.05122 +3.28232 +3.88163 +3.25834 +5.39418 +9.79998 +9.60936 +18.422 +20.1391 +21.3628 +24.6777 +26.861 +25.3088 +23.7503 +22.1932 +22.1557 +24.0586 +24.689 +24.6188 +24.1978 +24.978 +24.0532 +16.5635 +11.1529 +5.0489 +3.28349 +3.88163 +3.25834 +5.19062 +9.69151 +9.72514 +18.1551 +20.1921 +21.1593 +24.6804 +26.8634 +26.1322 +24.7015 +22.1827 +22.1557 +24.0665 +24.6848 +24.4532 +24.0151 +24.9653 +24.2202 +16.8516 +11.1637 +5.23531 +3.25835 +3.88165 +3.28349 +5.32337 +9.58782 +9.12641 +14.5511 +16.7207 +21.7432 +25.0261 +26.9517 +25.6501 +24.081 +22.5458 +22.7003 +24.0995 +24.6892 +24.4489 +23.4129 +25.1041 +24.0372 +16.5473 +11.464 +5.5506 +3.25834 +3.88165 +3.28349 +5.42712 +9.73301 +9.18938 +14.5565 +16.7554 +18.7058 +25.1046 +26.6569 +24.7983 +23.551 +21.71 +21.6909 +23.3222 +23.9775 +23.367 +22.2534 +23.2281 +22.9606 +16.5539 +10.8586 +5.05734 +3.26248 +3.88163 +3.25834 +5.45237 +9.85138 +9.44418 +18.4287 +20.5125 +21.7309 +24.9534 +26.8455 +25.2756 +23.7551 +22.1764 +22.1627 +24.0648 +24.6775 +24.4775 +23.9557 +24.9653 +24.0644 +16.564 +11.1479 +5.0522 +3.28141 +3.88163 +3.25834 +5.25832 +9.64489 +9.56841 +18.0456 +20.1274 +21.4201 +24.6935 +26.9238 +26.2898 +24.5519 +22.1936 +22.2236 +24.1106 +24.7922 +25.0595 +24.7528 +25.3422 +24.0644 +16.4258 +10.8668 +5.05098 +3.28251 +3.88163 +3.25834 +5.12823 +9.89396 +9.70292 +17.9715 +20.0692 +21.1437 +26.2437 +32.6172 +33.2766 +33.8092 +31.3166 +30.5193 +31.9438 +32.5336 +24.9245 +24.2857 +24.9643 +24.0645 +16.2906 +10.5968 +5.04964 +3.28349 +3.88163 +3.25834 +5.12823 +9.76255 +9.89193 +18.1894 +20.0955 +21.5177 +25.294 +26.9006 +25.327 +23.7911 +22.7939 +22.5481 +24.3795 +24.8666 +25.0292 +24.6671 +25.2419 +24.0643 +16.8423 +11.1538 +5.05049 +3.28237 +3.88163 +3.25834 +5.36446 +9.70762 +9.82476 +18.3432 +20.3334 +21.1618 +24.9793 +26.8999 +25.328 +23.7622 +22.3197 +22.3814 +24.0376 +24.6786 +24.4579 +23.6292 +24.9707 +24.06 +16.8379 +11.1522 +5.24085 +3.28015 +3.88163 +3.25834 +5.34375 +9.6312 +9.04311 +14.3668 +16.5675 +21.4696 +24.7533 +27.9386 +28.6362 +28.4822 +26.4218 +27.2094 +29.2033 +28.1533 +28.908 +27.5128 +26.4676 +24.2862 +15.9977 +10.8804 +5.55127 +3.25835 +3.9068 +3.25833 +5.12823 +9.65657 +9.50481 +14.0677 +16.2999 +18.1552 +24.8057 +28.5016 +30.574 +31.5502 +30.0175 +30.0259 +31.4695 +24.0028 +26.1636 +22.1529 +23.228 +22.6048 +16.0124 +10.8353 +5.049 +3.25834 +3.88165 +3.28349 +5.12822 +9.69078 +9.49823 +17.9675 +19.9813 +21.1282 +24.6779 +26.8482 +26.3672 +24.5035 +22.1643 +22.2206 +24.1917 +24.678 +24.4606 +23.6292 +24.9657 +24.0641 +16.2905 +11.1471 +5.04897 +3.28349 +3.88163 +3.25834 +5.15511 +9.73053 +9.63156 +17.9522 +19.9718 +21.1267 +24.6789 +27.1865 +27.4672 +27.2703 +25.5329 +26.3325 +27.4519 +28.466 +28.2013 +26.9646 +27.0429 +24.2747 +16.3025 +10.5995 +5.04895 +3.25834 +3.88164 +3.2835 +5.12822 +9.79865 +10.0561 +17.9177 +20.0257 +21.6162 +24.737 +26.8745 +26.2408 +24.5548 +22.2433 +22.2757 +24.1058 +24.861 +24.597 +23.5005 +24.9648 +24.0653 +16.3133 +11.1525 +5.04891 +3.25835 +3.88164 +3.25835 +5.22157 +9.79624 +9.65058 +18.3546 +20.2206 +21.6968 +25.2716 +26.8836 +25.2755 +23.7389 +22.1656 +22.1926 +24.0256 +24.7407 +24.5129 +24.0768 +24.984 +24.186 +16.8392 +11.1651 +5.04866 +3.28349 +3.88163 +3.25834 +5.33793 +9.63142 +9.66908 +18.1553 +20.5324 +21.1464 +24.6822 +26.8698 +25.3092 +23.7657 +22.1625 +22.1976 +24.0259 +24.6784 +24.3913 +24.0372 +24.9665 +24.0639 +16.566 +11.1576 +5.23595 +3.28349 +3.88163 +3.25835 +5.32424 +9.59133 +9.07697 +14.5057 +16.6677 +21.4657 +24.7323 +26.918 +25.806 +24.494 +23.4876 +23.4234 +25.8195 +24.6714 +24.7697 +24.2047 +25.1325 +24.896 +15.9949 +10.918 +5.55024 +3.25835 +3.88163 +3.25834 +5.12824 +9.59166 +9.21493 +14.137 +16.2854 +18.1407 +24.8357 +26.6589 +25.6437 +24.2993 +22.5534 +22.2111 +23.9295 +24.0527 +23.365 +22.3975 +21.0085 +22.6249 +15.9975 +10.5689 +5.04871 +3.25833 +3.88165 +3.25835 +5.15254 +9.74636 +9.35935 +17.9832 +20.1651 +21.1304 +24.6988 +26.8535 +25.274 +23.7558 +22.1699 +22.1912 +24.1461 +25.1347 +24.7588 +23.574 +22.6969 +24.0374 +16.2874 +11.1487 +5.04897 +3.28349 +3.88163 +3.25836 +5.24853 +9.69301 +9.41875 +17.9533 +19.9441 +21.2791 +25.625 +30.2788 +30.3131 +29.2311 +27.563 +27.0561 +29.1242 +30.2152 +30.469 +29.2059 +27.0312 +26.6278 +17.1163 +12.0253 +5.05341 +3.25833 +3.88165 +3.25834 +5.12824 +10.152 +10.3404 +17.9367 +20.1769 +21.2744 +24.7546 +26.8853 +25.3749 +23.7909 +22.22 +22.2187 +24.1017 +24.7905 +24.6587 +23.9391 +22.7473 +24.0652 +16.8725 +11.1444 +5.05741 +3.25879 +3.88163 +3.25834 +5.15981 +9.69337 +9.89152 +18.0735 +20.2194 +21.1471 +24.6945 +27.2908 +26.9033 +26.0817 +22.7471 +22.2155 +24.105 +24.7788 +24.6649 +24.0768 +22.7778 +24.0639 +16.2997 +10.8747 +5.04927 +3.25835 +3.90679 +3.25833 +5.12822 +9.80655 +9.64608 +17.8917 +19.9441 +21.1283 +24.8296 +28.654 +29.147 +27.4207 +26.2144 +25.3616 +27.5912 +28.5805 +28.5704 +26.5115 +23.9472 +24.0648 +16.2979 +10.7827 +5.2367 +3.25835 +3.90679 +3.25835 +5.12822 +9.54121 +9.10328 +14.0186 +16.5675 +21.6217 +24.9395 +29.3167 +28.6496 +28.0703 +25.9066 +25.7757 +27.6652 +27.3605 +26.7398 +25.4918 +23.0759 +24.0649 +15.9952 +10.8929 +5.55193 +3.25835 +3.90679 +3.25833 +5.12822 +9.6161 +9.40084 +14.0589 +16.3532 +18.1553 +24.8438 +26.6993 +24.8179 +23.5886 +21.7239 +21.701 +23.4019 +23.9923 +23.4714 +22.4071 +21.0146 +22.6215 +15.9959 +10.2953 +5.05612 +3.25835 +3.88163 +3.25834 +5.12824 +9.72143 +9.50923 +17.817 +20.3211 +21.1491 +24.6936 +28.4108 +27.4245 +24.4228 +22.1676 +22.1923 +24.0252 +24.7784 +24.665 +23.9391 +22.7723 +24.0434 +16.3225 +10.8639 +5.057 +3.2603 +3.88163 +3.25834 +5.12823 +9.69854 +9.66834 +18.0732 +20.0692 +21.1507 +24.6984 +27.8202 +27.4906 +25.2182 +22.2452 +22.1873 +24.2174 +25.2964 +25.497 +23.5177 +22.7687 +24.0465 +16.2937 +10.8756 +5.04969 +3.25835 +3.9068 +3.25834 +5.12823 +9.83413 +9.47604 +17.8717 +20.0451 +21.3155 +24.8848 +29.3325 +29.6684 +28.7282 +26.4057 +25.5756 +28.5333 +29.2619 +29.926 +27.3427 +24.6391 +24.3763 +16.3196 +10.5895 +5.05725 +3.25833 +3.88163 +3.25834 +5.12824 +9.85557 +9.88038 +18.3915 +19.9439 +21.1446 +24.7161 +29.619 +31.3189 +31.0458 +29.0139 +29.6441 +32.2355 +34.1958 +34.8443 +32.4999 +29.8917 +29.4836 +19.0331 +10.5881 +5.05688 +3.26142 +3.88163 +3.25834 +5.23053 +10.5998 +11.9187 +20.4056 +25.093 +29.4133 +32.9711 +36.952 +36.8069 +35.0423 +31.6321 +30.3664 +30.6522 +30.0988 +30.9193 +27.5565 +24.8841 +24.0437 +16.2996 +10.6009 +5.2359 +3.25835 +3.90678 +3.25835 +5.12822 +10.0272 +9.14021 +14.2293 +16.5301 +21.4756 +24.7345 +26.9222 +26.1778 +25.0232 +22.8372 +23.6415 +25.8692 +25.5838 +25.6126 +25.1319 +22.2996 +24.0377 +15.9984 +10.8975 +5.55154 +3.25834 +3.88164 +3.2835 +5.12822 +9.53608 +9.04564 +14.0912 +16.3105 +18.1553 +24.8186 +26.6595 +25.016 +24.5747 +22.4368 +23.2529 +24.9766 +25.4975 +24.4014 +22.9605 +21.6868 +22.622 +15.997 +10.2928 +5.05425 +3.25835 +3.88163 +3.25834 +5.12824 +9.93341 +9.74235 +17.8543 +19.9439 +21.152 +24.6961 +26.8525 +25.4074 +24.341 +22.1963 +22.1864 +24.196 +25.344 +25.3899 +23.9336 +22.2885 +24.0485 +16.3101 +11.1515 +5.04843 +3.25835 +3.88164 +3.25835 +5.24757 +9.66024 +9.33243 +18.0457 +19.9817 +21.1382 +24.6995 +28.5263 +29.6336 +27.7676 +26.2919 +25.644 +28.9244 +30.8067 +30.8758 +28.8167 +25.8052 +24.6445 +16.3203 +10.5881 +5.06018 +3.26162 +3.88163 +3.25834 +5.12823 +9.781 +9.7804 +18.4391 +19.9883 +21.1716 +25.2438 +30.8569 +31.308 +25.871 +22.5658 +22.1824 +24.6281 +26.1793 +26.2246 +27.3283 +25.8171 +24.6013 +16.3036 +10.5992 +5.04948 +3.25834 +3.88165 +3.2835 +5.12822 +9.91634 +9.74346 +17.8651 +20.8272 +21.1722 +24.9127 +29.9732 +30.5198 +29.4033 +25.5413 +22.1922 +25.7604 +26.3048 +28.0271 +25.8381 +23.2081 +24.0654 +16.3206 +10.5903 +5.05716 +3.26514 +3.88163 +3.25834 +5.12823 +9.76259 +9.7386 +18.0354 +19.9445 +21.1612 +24.6796 +27.058 +27.3122 +25.8915 +22.1867 +22.1567 +24.066 +24.8521 +24.9366 +24.124 +22.2363 +24.0598 +16.304 +10.8749 +5.23633 +3.25834 +3.88164 +3.2835 +5.15306 +9.51815 +9.0482 +14.1044 +16.5927 +21.4551 +24.7569 +27.5597 +27.3116 +27.5757 +25.5554 +25.9617 +27.3973 +28.1074 +29.802 +29.2016 +25.8617 +25.9547 +15.9978 +10.8869 +5.55182 +3.25835 +3.90679 +3.25833 +5.12823 +9.65618 +9.31023 +13.9699 +19.5207 +22.5209 +31.4506 +34.7302 +33.8184 +33.021 +30.3824 +30.2255 +32.1909 +33.3251 +32.8918 +30.8197 +26.8694 +26.3664 +16.356 +10.2925 +5.06166 +3.26508 +3.88163 +3.25834 +5.1412 +11.1756 +11.5695 +23.6163 +28.0689 +30.7267 +34.7062 +39.1669 +39.2227 +37.166 +34.6431 +33.2943 +34.984 +34.6684 +35.0941 +32.4882 +30.4217 +28.3861 +16.3232 +10.5872 +5.05977 +3.2588 +3.88163 +3.25834 +5.12823 +9.73476 +9.69798 +18.368 +20.2192 +21.6972 +24.9711 +26.858 +25.2766 +23.7381 +22.3084 +22.4646 +24.0268 +24.6725 +24.3788 +23.4519 +22.2512 +24.0466 +16.8729 +11.1529 +5.05921 +3.25981 +3.88163 +3.25834 +5.38237 +9.76856 +9.29795 +18.0185 +20.2023 +21.2829 +24.7016 +26.8534 +25.3025 +23.7378 +22.1736 +22.1878 +24.0839 +25.1576 +25.5872 +23.6488 +22.2523 +24.0458 +16.8668 +11.1507 +5.04989 +3.25835 +3.88164 +3.25834 +5.23507 +9.7173 +9.30617 +17.9575 +19.9437 +21.1302 +24.7013 +27.083 +27.2227 +25.4325 +23.1394 +22.1858 +24.8732 +25.4714 +25.5669 +24.5707 +22.554 +24.0565 +16.322 +11.1363 +5.06081 +3.26205 +3.88163 +3.25834 +5.12823 +9.72985 +9.46559 +17.8051 +19.9441 +21.1523 +24.7233 +29.5743 +31.0365 +29.0492 +28.6613 +28.6737 +31.3188 +31.8014 +32.9061 +31.4182 +28.9632 +27.3376 +16.8189 +10.6006 +5.23615 +3.25835 +3.88164 +3.25835 +5.12824 +10.0652 +10.2003 +17.2713 +21.6092 +30.4465 +34.204 +38.1569 +37.9871 +35.7927 +33.1202 +32.8246 +36.0772 +37.2912 +38.1827 +36.2826 +32.9802 +33.9265 +24.3102 +16.5813 +5.55034 +3.25833 +3.88163 +3.25834 +5.59297 +11.3649 +11.7372 +20.8972 +26.0494 +27.0985 +34.3263 +37.6245 +36.6999 +35.1503 +31.9269 +31.475 +30.3888 +32.2927 +31.6493 +28.5019 +27.1878 +24.7388 +15.996 +10.2959 +5.05888 +3.25833 +3.88163 +3.25834 +5.12823 +9.95222 +10.0499 +17.9356 +20.0256 +21.1708 +24.6878 +30.5127 +34.1178 +32.7844 +29.425 +28.9215 +30.774 +32.1631 +32.2879 +30.2886 +27.0166 +25.5693 +16.3222 +10.5882 +5.05969 +3.25973 +3.88165 +3.25834 +5.12823 +9.80468 +9.49987 +17.8168 +20.9084 +25.3202 +30.5097 +35.99 +36.3891 +34.8039 +31.6044 +30.7045 +33.5326 +34.9228 +35.3599 +33.8761 +30.9928 +29.7861 +18.8346 +10.586 +5.06069 +3.26205 +3.88163 +3.25834 +5.15965 +10.1369 +10.0655 +17.8763 +22.7868 +21.7894 +25.8045 +31.1118 +31.5337 +29.368 +28.1778 +27.8812 +30.6513 +32.7958 +32.2867 +29.18 +27.8446 +26.6265 +16.3218 +10.589 +5.05842 +3.26278 +3.88165 +3.25834 +5.12823 +9.78472 +9.7101 +17.8167 +19.9815 +21.2925 +24.8541 +29.12 +28.5874 +28.8602 +25.8102 +24.868 +27.2019 +28.5097 +28.9463 +26.6878 +24.0187 +24.0652 +16.3222 +10.5865 +5.06015 +3.26319 +3.88163 +3.25834 +5.12823 +9.77584 +9.49743 +17.8769 +19.9819 +21.1986 +24.8045 +27.5314 +27.2842 +26.3951 +23.9934 +22.8247 +25.9146 +29.0084 +29.1121 +26.213 +23.1647 +24.0496 +16.3222 +10.5883 +5.24716 +3.25865 +3.88165 +3.25834 +5.12823 +9.79734 +9.12187 +13.9535 +16.53 +21.6131 +25.0167 +29.7136 +29.7774 +29.8819 +27.5621 +28.3159 +29.3892 +30.6567 +31.5577 +29.958 +26.265 +24.1811 +15.997 +10.8916 +5.55102 +3.25835 +3.90679 +3.25833 +5.12822 +9.56174 +9.13386 +13.9699 +16.3298 +19.0476 +28.8922 +32.6631 +32.9953 +32.5003 +30.0919 +29.9894 +32.6956 +33.735 +33.4685 +31.9595 +29.9487 +27.8487 +18.5096 +10.8515 +5.05949 +3.26992 +3.88163 +3.25834 +5.12823 +11.2434 +11.583 +18.444 +24.0147 +28.0448 +31.4622 +36.259 +37.7082 +36.5712 +33.7252 +32.6307 +35.3429 +36.4856 +36.3413 +35.1761 +32.6062 +30.8731 +19.9426 +11.488 +5.05917 +3.26844 +3.88163 +3.25834 +5.2488 +11.2977 +12.5653 +23.9122 +29.4282 +32.3328 +35.8905 +40.7491 +41.1411 +39.538 +34.7302 +32.9543 +35.6252 +37.9121 +37.981 +36.0062 +35.2558 +32.3627 +20.3863 +10.5948 +5.0537 +3.25835 +3.88163 +3.25834 +5.22048 +10.0232 +10.0561 +17.8191 +20.1761 +24.0331 +30.7447 +34.5948 +34.5285 +33.904 +31.4688 +31.3854 +33.8234 +35.313 +32.86 +31.7927 +28.5769 +26.8402 +16.3228 +10.5871 +5.0597 +3.26408 +3.88163 +3.25834 +5.12823 +10.7014 +11.2712 +20.6995 +25.4213 +29.9271 +33.0197 +38.2427 +38.06 +36.1095 +33.0432 +31.6541 +34.5871 +35.4508 +36.0007 +34.3838 +31.9176 +29.5484 +17.26 +10.5903 +5.0595 +3.26097 +3.88165 +3.25834 +5.12823 +9.93107 +9.79515 +17.8417 +20.5669 +23.2916 +27.3564 +31.5789 +31.3942 +29.9624 +27.6185 +28.4077 +30.7462 +31.2264 +31.0079 +28.9795 +25.6924 +24.8106 +16.3228 +10.5882 +5.24538 +3.25833 +3.88163 +3.25834 +5.12824 +10.0459 +9.27738 +14.0042 +17.4474 +22.1625 +26.8517 +32.238 +32.1456 +31.3346 +30.2417 +30.7675 +31.0762 +32.5569 +32.2 +31.1178 +28.4815 +28.4693 +17.6105 +10.8967 +5.55284 +3.25834 +3.88164 +3.2835 +5.2213 +10.6003 +10.7707 +14.3624 +18.2101 +18.1553 +25.8004 +27.576 +28.5822 +30.6375 +31.3396 +30.5213 +32.4309 +33.3662 +31.557 +29.4805 +25.4078 +23.2781 +15.9967 +10.2959 +5.05757 +3.25835 +3.88163 +3.25834 +5.12824 +9.74429 +9.44142 +17.8174 +20.4429 +22.8381 +28.5639 +33.7284 +34.9275 +33.7491 +31.3867 +30.9987 +33.1482 +34.387 +34.7015 +33.8758 +28.0651 +26.8934 +16.4104 +10.5894 +5.05813 +3.26099 +3.88165 +3.25834 +5.12823 +9.88701 +9.65541 +17.8417 +23.2899 +25.0072 +30.0193 +35.6138 +36.161 +34.4553 +32.623 +31.11 +34.0809 +35.1038 +35.3512 +33.8042 +32.5632 +30.8075 +20.6082 +10.587 +5.06022 +3.26778 +3.88163 +3.25834 +5.241 +10.434 +10.6085 +17.8519 +21.2057 +27.2383 +32.3889 +36.9077 +37.5699 +34.3341 +30.4989 +30.1254 +34.4945 +35.6926 +34.4835 +33.1595 +31.023 +28.0605 +16.3226 +10.5891 +5.05823 +3.25887 +3.88165 +3.25834 +5.12823 +9.78575 +9.49905 +17.8168 +19.9815 +21.4053 +24.9486 +29.4627 +29.676 +28.0837 +26.6444 +25.5588 +28.3285 +30.0038 +31.3967 +28.3989 +24.9135 +25.3079 +16.3208 +10.5886 +5.06008 +3.26425 +3.88163 +3.25834 +5.12823 +9.75782 +9.53747 +17.8167 +19.944 +21.7573 +25.38 +31.9934 +32.3601 +31.4912 +28.4966 +28.3011 +28.91 +29.8661 +30.8881 +29.1676 +26.8351 +25.8951 +16.3229 +10.5876 +5.24654 +3.26636 +3.88163 +3.25834 +5.12823 +9.84734 +9.8003 +14.2605 +20.2588 +26.1225 +30.6775 +35.2628 +32.6329 +33.2457 +34.0697 +33.6671 +35.0955 +35.0424 +36.0151 +33.8803 +29.2439 +28.9033 +17.7716 +10.8958 +5.55211 +3.25834 +3.88164 +3.28349 +5.12822 +9.69354 +9.36603 +13.9535 +19.7139 +21.1958 +30.1647 +34.0939 +33.6824 +31.9916 +30.7056 +29.7853 +30.0653 +30.3138 +29.7531 +29.2864 +26.4493 +23.2036 +16.0142 +10.2845 +5.04888 +3.28349 +3.88163 +3.25834 +5.12823 +9.74541 +9.59326 +17.8549 +21.5109 +25.3201 +31.394 +37.2802 +36.8869 +35.0932 +32.4939 +31.3706 +33.8129 +35.9985 +36.7533 +34.8619 +30.111 +29.3392 +18.5871 +10.5886 +5.05794 +3.26211 +3.88163 +3.25834 +5.16223 +10.553 +11.9128 +19.5148 +23.6799 +27.4794 +32.916 +38.6062 +38.726 +37.105 +33.9668 +32.4722 +34.1873 +36.621 +38.1627 +36.2559 +31.6301 +28.3722 +17.0011 +10.5884 +5.05961 +3.26062 +3.88165 +3.25834 +5.12823 +9.81446 +9.62069 +17.8168 +20.1993 +22.3363 +27.1316 +32.8912 +33.1173 +30.8022 +27.5432 +27.0393 +28.8562 +30.1698 +30.5321 +29.418 +26.2129 +24.0668 +16.3215 +10.5881 +5.06035 +3.26095 +3.88163 +3.25834 +5.12823 +9.77055 +9.59021 +17.877 +20.2955 +23.2158 +27.7525 +33.161 +34.5224 +33.9253 +31.1192 +30.3748 +32.7143 +34.7196 +35.3008 +32.8006 +29.1503 +28.1136 +16.436 +10.5877 +5.05893 +3.26524 +3.88163 +3.25834 +5.12823 +9.87067 +9.71974 +17.8166 +22.3424 +27.0991 +31.2789 +36.8735 +36.746 +35.3665 +33.154 +32.4539 +34.3758 +35.6011 +36.3902 +34.5213 +32.413 +31.0677 +20.6746 +12.8864 +5.24938 +3.26063 +3.88163 +3.25834 +5.42306 +10.9046 +11.3609 +19.2803 +25.0106 +30.7009 +33.596 +35.5835 +35.2058 +37.5783 +36.6945 +36.2153 +36.703 +35.0713 +36.9675 +36.754 +34.406 +35.68 +25.2915 +17.3954 +5.55199 +3.25835 +3.88263 +3.28252 +5.80732 +11.6993 +11.9396 +21.5537 +26.2657 +28.0623 +37.0941 +39.3372 +37.6766 +35.5405 +33.2341 +32.8147 +36.0815 +35.4239 +34.9945 +32.909 +31.2345 +30.1078 +20.5605 +13.2649 +5.04851 +3.2835 +3.88163 +3.25834 +5.67635 +12.0196 +12.9571 +24.4609 +28.5269 +31.3097 +34.6163 +39.0301 +39.2958 +37.3488 +34.1213 +31.5046 +32.8317 +32.441 +38.1506 +36.392 +32.7936 +31.305 +20.7812 +10.7094 +5.06043 +3.26462 +3.88163 +3.25834 +5.25736 +10.0925 +10.1235 +18.7289 +23.8989 +29.5728 +32.8125 +38.6838 +37.8757 +36.0973 +33.455 +32.2515 +35.8224 +36.9957 +36.8452 +35.1965 +32.7131 +31.8872 +21.2902 +12.372 +5.05992 +3.2664 +3.88163 +3.25834 +5.48911 +11.6904 +12.3863 +22.1708 +25.3267 +30.1833 +35.3794 +40.1844 +40.7007 +38.7351 +35.946 +35.0193 +36.8217 +37.5942 +38.3722 +37.0766 +35.5376 +35.0101 +25.0027 +17.0708 +5.05775 +3.26503 +3.88163 +3.25834 +5.96106 +12.4165 +13.1505 +26.1775 +29.5477 +32.1962 +36.3587 +40.9964 +40.593 +39.1296 +36.1802 +34.1497 +36.7146 +37.9569 +38.9754 +37.7325 +35.9918 +35.3093 +24.9092 +17.2006 +5.05986 +3.26228 +3.88163 +3.25834 +6.79285 +12.9375 +13.7655 +26.9436 +29.9031 +32.5011 +36.5436 +40.9254 +40.7338 +38.8761 +36.1347 +34.4068 +35.9266 +37.6236 +38.4432 +36.8673 +34.7947 +33.2349 +21.4406 +14.0255 +5.24956 +3.25956 +3.88163 +3.25834 +5.74572 +11.2124 +11.8136 +17.3423 +20.9579 +24.5376 +29.0598 +35.144 +33.0028 +30.2889 +28.1677 +27.1375 +31.142 +31.3734 +33.331 +32.8267 +29.1305 +29.5622 +19.8396 +11.2526 +5.55246 +3.25834 +3.88164 +3.2835 +5.38718 +9.9644 +9.75642 +13.9799 +17.3757 +19.8164 +27.502 +32.8897 +33.0395 +32.2737 +28.2155 +29.8182 +30.8217 +30.6539 +32.1978 +30.4344 +27.6084 +25.769 +15.9966 +10.2964 +5.05959 +3.26508 +3.88163 +3.25834 +5.12823 +9.90515 +9.9057 +17.8166 +20.84 +25.6939 +31.7823 +37.1736 +37.1119 +34.9061 +32.2789 +30.8555 +33.8417 +35.1814 +35.3597 +33.9257 +30.0609 +28.7107 +17.774 +10.5871 +5.06074 +3.26168 +3.88165 +3.25834 +5.12823 +9.8751 +9.89099 +17.8769 +21.5489 +25.3664 +31.3038 +36.656 +36.9492 +35.0662 +32.3466 +31.6041 +33.8779 +35.0283 +35.6641 +34.3796 +31.5937 +30.4373 +20.9097 +11.3666 +5.06195 +3.26016 +3.88163 +3.25834 +5.34785 +10.8542 +11.7439 +19.0537 +24.2296 +27.7936 +33.5256 +38.7912 +38.8659 +36.4145 +33.6174 +32.8317 +35.0167 +35.724 +35.587 +33.6094 +31.9866 +29.9041 +19.0431 +10.5892 +5.05942 +3.26411 +3.88163 +3.25834 +5.32555 +10.6023 +11.4798 +20.0963 +25.2404 +29.9574 +34.3317 +39.9115 +40.3876 +38.4638 +34.7683 +33.1902 +35.4852 +37.0656 +37.5393 +34.3674 +31.9602 +28.2263 +16.5586 +10.5877 +5.058 +3.26845 +3.88163 +3.25834 +5.29301 +10.6287 +11.6256 +20.9538 +23.7943 +24.8563 +29.4246 +34.6544 +35.2358 +33.718 +31.4751 +30.0475 +33.3209 +34.9059 +35.1791 +34.1018 +31.0205 +29.839 +18.8144 +10.6647 +5.24563 +3.27108 +3.88163 +3.25834 +5.43218 +10.5547 +10.8729 +17.2299 +19.6672 +25.9285 +31.7123 +39.4737 +38.0047 +36.388 +33.5743 +33.2488 +35.2122 +34.9812 +36.0095 +34.4412 +31.7284 +33.1525 +21.0326 +11.9156 +5.55161 +3.25834 +3.88164 +3.2835 +5.37392 +10.2963 +10.1441 +14.3816 +19.7991 +23.496 +32.3206 +36.2387 +35.7749 +34.5267 +31.517 +30.1364 +32.6845 +33.5259 +33.6167 +31.9335 +29.5185 +27.6872 +17.2178 +10.2926 +5.0595 +3.26992 +3.88163 +3.25834 +5.12823 +10.0279 +10.0935 +17.8593 +22.7365 +27.584 +32.9987 +37.4343 +37.3157 +35.4904 +32.246 +31.5028 +34.5561 +36.2042 +37.0434 +35.8834 +33.8816 +33.1381 +20.6371 +10.5906 +5.05937 +3.26088 +3.88163 +3.25834 +5.12823 +9.80116 +9.78543 +17.8167 +19.9445 +22.419 +27.8832 +31.7487 +33.1307 +31.8917 +28.7475 +28.2326 +30.4714 +31.8926 +31.7473 +29.7281 +26.7914 +24.5458 +16.322 +10.5889 +5.05813 +3.26768 +3.88163 +3.25834 +5.12823 +9.77769 +9.61946 +17.8768 +20.3852 +22.4772 +27.4738 +31.4729 +32.0067 +32.291 +29.0873 +27.6839 +30.6212 +32.1543 +31.7598 +29.7445 +26.0623 +24.8683 +16.322 +10.5886 +5.05827 +3.26583 +3.88163 +3.25834 +5.12823 +9.74796 +9.68475 +17.8594 +19.9882 +24.128 +29.2178 +34.8798 +35.0542 +33.7924 +31.249 +30.4507 +32.4541 +33.9149 +34.2017 +32.8415 +29.2026 +28.2076 +16.3224 +10.5863 +5.06163 +3.26854 +3.88163 +3.25834 +5.12823 +9.77401 +9.68987 +17.8768 +20.6165 +25.6662 +32.0612 +36.5167 +36.7761 +34.7604 +32.2501 +31.0532 +33.5901 +35.0172 +35.2081 +34.1482 +33.4752 +28.8109 +17.564 +10.5858 +5.24733 +3.26972 +3.88163 +3.25834 +5.12823 +9.74303 +9.56886 +14.0233 +19.8728 +29.1925 +33.7032 +37.6591 +36.3718 +34.7053 +33.233 +32.521 +33.6696 +34.2735 +34.8254 +34.6721 +33.4119 +30.9701 +21.0167 +11.7325 +5.55128 +3.25834 +3.88164 +3.25835 +5.3532 +10.3519 +10.2395 +14.768 +19.7536 +23.789 +32.7542 +36.1159 +34.9941 +34.1499 +31.0603 +31.4503 +33.2213 +34.3511 +33.6853 +32.4859 +32.9202 +30.1735 +20.5424 +13.0735 +5.0579 +3.2641 +3.88163 +3.25834 +5.1912 +10.829 +11.7463 +19.7764 +23.8055 +26.5265 +31.7512 +36.3131 +37.6772 +34.9207 +29.4371 +31.7129 +34.4253 +35.3996 +35.6968 +34.7444 +35.0896 +31.2326 +19.6525 +10.644 +5.06242 +3.26461 +3.88163 +3.25834 +5.3303 +10.9027 +11.655 +19.9144 +24.9232 +27.5663 +32.6573 +37.2944 +37.2386 +35.3303 +32.4695 +31.5027 +33.8045 +35.4323 +35.5762 +34.1025 +33.6248 +29.7929 +18.4404 +10.5905 +5.06041 +3.25835 +3.88163 +3.25834 +5.12824 +9.89731 +10.1326 +17.8346 +23.4149 +27.4893 +33.3385 +38.1014 +38.2137 +36.5718 +33.7732 +32.6431 +34.8959 +36.0373 +36.573 +35.0773 +34.6494 +31.6285 +17.7929 +10.5906 +5.05895 +3.2609 +3.88165 +3.25834 +5.12823 +9.95621 +9.99665 +18.2436 +23.5893 +29.6944 +34.6928 +39.5746 +40.2683 +37.1437 +34.9227 +33.4964 +35.3834 +36.2219 +36.754 +35.0557 +36.0918 +33.6187 +23.5339 +12.7512 +5.05816 +3.26414 +3.88163 +3.25834 +5.37109 +10.404 +10.3741 +17.8593 +20.1466 +23.2658 +27.7158 +33.7031 +34.4525 +32.9984 +31.2032 +30.5054 +32.6412 +33.8307 +33.2332 +30.612 +29.5573 +25.5956 +16.3226 +10.5885 +5.24405 +3.26814 +3.88163 +3.25834 +5.12823 +10.0605 +9.34704 +14.5359 +16.5675 +22.0283 +28.3248 +32.4084 +33.0904 +31.9904 +30.7458 +30.8239 +32.6937 +33.0154 +32.4183 +28.8989 +26.7728 +24.5143 +15.9988 +10.8967 +5.55183 +3.25834 +3.88165 +3.2835 +5.12822 +9.62787 +9.51748 +14.0425 +18.4155 +21.884 +31.8457 +36.7988 +37.086 +36.7593 +34.0414 +33.7454 +35.8199 +35.3907 +35.2576 +33.8751 +34.3965 +31.3204 +22.4706 +15.4597 +5.06215 +3.26654 +3.88163 +3.25834 +5.47202 +12.0367 +12.9861 +24.4024 +28.9469 +30.6989 +33.9575 +38.8418 +39.7604 +36.7616 +34.5947 +33.3577 +35.5304 +36.8535 +37.327 +35.8768 +36.5838 +33.957 +23.5315 +15.6453 +5.05716 +3.2688 +3.88163 +3.25834 +5.64928 +12.027 +12.7388 +23.3765 +28.4941 +32.2019 +35.3983 +39.5711 +39.5422 +37.8965 +33.8783 +30.9819 +31.6209 +31.2933 +29.135 +27.9997 +29.5457 +25.4273 +16.3226 +10.5871 +5.05983 +3.26569 +3.88163 +3.25834 +5.12823 +9.91975 +9.98747 +17.8593 +20.1097 +23.0894 +28.8195 +34.1227 +35.5439 +33.8287 +31.1789 +30.6573 +32.5255 +33.7716 +34.192 +33.2105 +32.0852 +28.0552 +16.8991 +10.5876 +5.05753 +3.26927 +3.88165 +3.25834 +5.12823 +9.80548 +9.73637 +17.8945 +20.1598 +26.2672 +32.0237 +36.6779 +36.5383 +34.9172 +32.4948 +31.5196 +33.7736 +34.4489 +34.4026 +31.3156 +30.7421 +27.034 +16.3224 +10.5869 +5.06014 +3.26615 +3.88163 +3.25834 +5.12823 +9.86753 +10.047 +18.4729 +23.6861 +28.7624 +33.2775 +38.0968 +38.9266 +37.3144 +34.799 +33.7616 +35.6722 +37.0602 +37.2983 +35.319 +34.7357 +30.8604 +19.3268 +11.3857 +5.24398 +3.26915 +3.88163 +3.25834 +5.32275 +10.589 +10.2223 +13.9855 +18.8531 +25.4886 +29.4519 +34.0349 +33.7 +32.18 +29.7838 +28.8372 +30.4714 +30.0367 +30.0612 +29.4333 +28.9898 +26.0586 +16.4529 +10.9026 +5.55179 +3.25834 +3.88164 +3.25835 +5.15339 +10.1673 +11.7685 +13.9987 +16.2925 +18.1733 +26.7042 +29.5877 +28.859 +29.5768 +26.0697 +23.9439 +25.9264 +26.9228 +26.4964 +25.0928 +25.3368 +23.0286 +15.9986 +10.2917 +5.06234 +3.2694 +3.88165 +3.25834 +5.12823 +9.8293 +12.1505 +18.4858 +20.0958 +21.1682 +24.7173 +28.2109 +29.474 +28.3079 +24.1786 +24.4576 +26.8208 +28.5314 +28.8637 +27.8536 +27.2164 +24.884 +16.3224 +10.5884 +5.05794 +3.26884 +3.88163 +3.25834 +5.12823 +9.80681 +12.1209 +17.9354 +20.0254 +21.1598 +25.1693 +29.8354 +31.0902 +29.515 +27.1731 +26.9113 +28.7753 +29.6704 +29.9982 +27.7388 +27.022 +24.8219 +16.3219 +10.5888 +5.05824 +3.26797 +3.88163 +3.25834 +5.12823 +9.76544 +12.0857 +18.177 +20.0253 +21.2039 +26.1552 +31.0384 +31.991 +30.7709 +29.2304 +27.1027 +28.645 +29.926 +30.7298 +29.9465 +29.825 +25.3804 +16.3219 +10.5886 +5.05758 +3.26787 +3.88163 +3.25834 +5.12823 +9.88445 +12.2739 +18.1769 +20.096 +21.2233 +24.6784 +29.2194 +33.9802 +33.3686 +31.2918 +30.1621 +31.808 +33.0026 +33.8173 +30.991 +29.1791 +25.9475 +16.3221 +10.589 +5.06133 +3.26164 +3.88163 +3.25834 +5.12823 +10.0958 +12.6349 +18.0078 +21.069 +24.5498 +29.9669 +35.846 +35.8957 +34.7307 +32.9685 +31.315 +33.6722 +35.1799 +34.0458 +32.1426 +31.4534 +27.9016 +16.4409 +10.5904 +5.24777 +3.25833 +3.88163 +3.25834 +5.12824 +9.8484 +12.0321 +14.0968 +18.6108 +28.5518 +33.891 +38.755 +38.1104 +35.455 +32.6368 +33.5177 +28.9546 +33.9295 +35.2136 +34.2938 +32.6561 +30.9606 +20.6775 +12.7461 +5.55259 +3.25834 +3.88164 +3.28349 +5.20299 +9.80392 +11.9343 +14.0119 +16.9184 +19.5335 +28.0351 +32.0556 +32.2193 +32.5097 +30.2304 +29.6743 +31.312 +30.7823 +30.9088 +28.8176 +28.6212 +24.779 +15.9961 +10.2958 +5.05854 +3.26851 +3.88163 +3.25834 +5.12823 +10.4459 +12.9184 +18.5778 +21.8868 +26.1057 +31.2003 +36.0704 +37.2177 +35.91 +32.2511 +31.5982 +32.2861 +31.0853 +33.6226 +33.5881 +32.4762 +29.0236 +17.0716 +10.5866 +5.06013 +3.26925 +3.88163 +3.25834 +5.12823 +9.88161 +12.1583 +17.8592 +19.9818 +21.1799 +24.8231 +28.3514 +31.0027 +29.1328 +25.537 +24.3403 +27.7649 +31.4803 +33.1668 +32.0471 +32.4181 +28.351 +17.0233 +10.5865 +5.05964 +3.26957 +3.88163 +3.25834 +5.17452 +10.4843 +12.8258 +17.9353 +20.5758 +22.3279 +24.7047 +29.1142 +29.2118 +27.1483 +26.2174 +25.8091 +24.1422 +24.8051 +24.6846 +24.4732 +24.9948 +24.0397 +16.3226 +10.8623 +5.05876 +3.26745 +3.88163 +3.25834 +5.12823 +9.95715 +12.0187 +18.0321 +20.0093 +21.2606 +24.7054 +26.8694 +25.3073 +23.7507 +22.1755 +22.1664 +24.0649 +24.7326 +24.6156 +24.3355 +24.9726 +24.0596 +16.3221 +10.7715 +5.05875 +3.26765 +3.88163 +3.25834 +5.12823 +9.90661 +12.029 +18.177 +20.1509 +21.1784 +24.6804 +26.903 +26.5005 +25.8499 +22.6446 +22.5156 +25.0928 +25.6886 +25.2637 +24.3918 +24.9878 +24.0458 +16.3227 +10.5886 +5.24546 +3.26655 +3.88163 +3.25834 +5.12823 +9.56198 +11.562 +14.1495 +16.5675 +21.4883 +24.7616 +27.1331 +25.8104 +24.9671 +22.8929 +22.6268 +25.0735 +24.7039 +25.1789 +24.1776 +24.9666 +24.065 +15.9986 +11.4508 +5.55225 +3.25834 +3.88164 +3.28349 +5.18278 +9.55233 +11.5226 +14.3329 +16.6172 +18.1553 +24.832 +27.3886 +25.7334 +25.5998 +22.2506 +21.8774 +23.4313 +24.8029 +23.5055 +22.8463 +23.2293 +22.5957 +15.9982 +10.8459 +5.05965 +3.2698 +3.88163 +3.25834 +5.21961 +9.77229 +11.932 +18.2288 +20.1458 +21.1694 +24.805 +28.6067 +28.2545 +26.9035 +22.7226 +22.967 +24.5128 +25.9184 +25.3326 +24.3521 +24.9968 +24.0382 +16.3223 +11.1411 +5.0599 +3.26751 +3.88163 +3.25834 +5.2143 +9.78598 +11.9422 +18.4094 +20.301 +21.1717 +24.6882 +27.3685 +27.2495 +26.5917 +23.5314 +23.259 +25.994 +26.8131 +26.2804 +24.4512 +24.9969 +24.0382 +16.3224 +11.1408 +5.05845 +3.26779 +3.88163 +3.25834 +5.20619 +9.76997 +11.9273 +18.3457 +20.2839 +21.1678 +24.6928 +27.3296 +27.8694 +25.0021 +22.2224 +22.2426 +24.1245 +24.8852 +25.801 +24.7297 +24.9968 +24.0383 +16.3226 +10.5867 +5.0581 +3.27153 +3.88163 +3.25834 +5.12823 +9.91469 +12.0168 +18.1406 +20.0257 +21.1681 +24.7192 +27.0567 +27.1705 +28.3424 +24.2996 +24.5047 +26.7712 +28.0741 +27.8628 +26.887 +27.073 +25.0237 +16.3216 +10.5901 +5.06012 +3.2631 +3.88163 +3.25834 +5.12823 +9.92928 +12.384 +17.8945 +20.3142 +23.5694 +28.0156 +32.9611 +33.8747 +31.6794 +29.5302 +28.6089 +30.4676 +30.7645 +30.8445 +30.5426 +30.7408 +28.1916 +17.5458 +10.5895 +5.24881 +3.25988 +3.88163 +3.25834 +5.12823 +9.75893 +11.8017 +14.0797 +16.5717 +22.0586 +27.6859 +31.7362 +31.2662 +28.9156 +28.5535 +25.8007 +27.9089 +27.6392 +26.6274 +25.5525 +24.9671 +24.0652 +15.997 +10.9016 +5.55179 +3.25834 +3.88164 +3.2835 +5.12822 +9.74774 +11.5886 +14.2784 +16.411 +18.1865 +24.817 +26.7788 +25.2369 +24.0757 +22.0215 +21.8784 +23.4953 +23.9727 +23.4644 +22.8464 +23.2295 +22.5959 +16.2726 +10.8527 +5.05875 +3.26594 +3.88163 +3.25834 +5.17421 +9.77297 +11.9314 +18.163 +20.2094 +21.1743 +24.7115 +26.8527 +25.4278 +24.5393 +22.515 +22.3344 +24.1974 +25.633 +25.5545 +26.7727 +24.9859 +24.0477 +16.3221 +10.8651 +5.0594 +3.26164 +3.88163 +3.25834 +5.20155 +9.69513 +11.9511 +18.1931 +19.9817 +21.1683 +24.8502 +29.8506 +30.2207 +29.3329 +26.6206 +26.4051 +27.2377 +28.1298 +29.1325 +30.8671 +28.2545 +25.6918 +16.323 +10.5871 +5.06172 +3.26151 +3.88163 +3.25834 +5.12823 +9.96448 +12.491 +18.0786 +21.4918 +23.8622 +28.6452 +34.9923 +35.1529 +32.5175 +29.6077 +28.0052 +30.4374 +31.9224 +33.6587 +35.0861 +33.5482 +30.4092 +20.7318 +11.3032 +5.05801 +3.26422 +3.88163 +3.25834 +5.29357 +10.9396 +13.8683 +19.4422 +22.1418 +23.1359 +29.3419 +35.2856 +35.2967 +33.6091 +28.701 +28.1111 +32.0744 +31.521 +33.7289 +33.236 +30.1567 +26.6677 +16.4747 +10.588 +5.05932 +3.26601 +3.88163 +3.25834 +5.20104 +10.1196 +12.7186 +18.202 +20.1584 +25.1043 +32.08 +37.5016 +39.0198 +35.9949 +32.7641 +30.9288 +31.9222 +33.9237 +35.1061 +36.3352 +34.9244 +30.9725 +18.8756 +10.643 +5.24765 +3.26578 +3.88163 +3.25834 +5.28284 +10.554 +13.5304 +17.4183 +22.5844 +28.9086 +31.6125 +37.6094 +37.0177 +35.4738 +33.241 +32.4824 +34.2087 +34.3351 +35.1739 +37.2263 +34.1623 +32.8656 +22.9197 +16.4556 +5.55261 +3.25835 +3.88165 +3.2835 +5.62809 +11.0236 +13.642 +18.681 +20.9631 +21.5448 +29.354 +33.5072 +32.6626 +31.7987 +27.9207 +27.5998 +28.8467 +30.3017 +28.7567 +29.1394 +25.0339 +22.6121 +15.9981 +10.2948 +5.05864 +3.26199 +3.88163 +3.25834 +5.12823 +9.72045 +12.0052 +18.1412 +20.0632 +21.1761 +24.6922 +27.2033 +27.8829 +26.3522 +22.5271 +22.2854 +24.4557 +26.5229 +27.0426 +29.0717 +26.0195 +24.0409 +16.3218 +11.1388 +5.05997 +3.26208 +3.88163 +3.25834 +5.12823 +9.73065 +11.9957 +18.1877 +20.0258 +21.179 +24.8525 +27.7147 +28.0925 +26.7218 +24.6794 +24.9811 +25.9058 +26.3716 +26.4788 +28.388 +26.445 +24.0383 +16.3216 +11.138 +5.06138 +3.26265 +3.88163 +3.25834 +5.12823 +9.73018 +12.0024 +18.381 +20.0258 +21.1788 +25.6355 +31.8588 +32.5356 +30.6369 +29.7242 +27.971 +30.084 +30.9805 +30.6355 +30.3662 +27.2472 +24.0653 +16.3224 +10.5886 +5.05901 +3.26772 +3.88163 +3.25834 +5.12823 +9.74612 +12.0283 +18.1412 +20.0632 +21.504 +27.7212 +33.3495 +35.3284 +33.9185 +31.4256 +30.6736 +32.4807 +33.7628 +32.7155 +32.7064 +29.8453 +24.9352 +16.3218 +10.5884 +5.06041 +3.26164 +3.88163 +3.25834 +5.12823 +9.78261 +12.0746 +18.1977 +20.0257 +21.1673 +25.1636 +32.2855 +32.2122 +30.5479 +29.0156 +27.9573 +30.0375 +30.5184 +30.0587 +29.2453 +25.9744 +24.038 +16.3228 +10.5883 +5.24581 +3.26117 +3.88163 +3.25834 +5.12823 +9.59984 +11.6349 +14.2425 +16.6753 +21.6125 +24.8529 +26.9939 +25.6982 +24.1857 +22.5447 +22.6141 +24.287 +25.301 +25.371 +26.6095 +24.9878 +24.04 +16.0194 +10.8989 +5.53852 +3.27775 +3.88163 +3.25834 +5.12823 +9.94378 +11.6525 +14.8201 +16.5248 +18.3494 +24.8548 +26.7672 +27.8537 +25.0959 +22.1801 +21.7486 +23.4707 +24.2063 +24.1785 +25.131 +23.3032 +22.5963 +15.9982 +10.2925 +5.05832 +3.27188 +3.88163 +3.25834 +5.12823 +10.023 +12.0523 +18.3242 +20.0256 +21.1629 +28.2785 +34.7216 +35.333 +34.6964 +31.1496 +29.4888 +32.1906 +33.6095 +34.4183 +33.616 +30.6942 +28.0436 +17.5661 +10.5884 +5.0575 +3.2612 +3.88163 +3.25834 +5.12823 +9.86089 +12.1636 +18.2994 +20.2315 +21.255 +24.7296 +28.0366 +30.0819 +30.5905 +26.0604 +25.2019 +27.6971 +28.2135 +27.8205 +28.4137 +26.0059 +24.038 +16.3234 +10.5875 +5.0595 +3.26236 +3.88163 +3.25834 +5.12823 +9.83273 +12.1424 +18.202 +20.2312 +21.158 +24.7056 +27.9927 +30.6594 +29.5464 +25.5981 +23.8967 +24.9518 +25.1036 +25.4065 +26.7727 +24.9736 +24.0586 +16.3208 +10.8648 +5.05942 +3.26346 +3.88163 +3.25834 +5.12823 +9.78574 +11.9985 +18.437 +20.5065 +21.536 +24.947 +26.8697 +25.3122 +23.7521 +22.2358 +22.4387 +24.1794 +25.0766 +25.5668 +26.7727 +24.9964 +24.0382 +16.5983 +11.1461 +5.06048 +3.26146 +3.88163 +3.25834 +5.34033 +9.65594 +11.9569 +18.4423 +20.7839 +21.256 +24.7645 +26.8739 +25.3333 +23.7594 +22.1806 +22.1789 +24.0853 +24.9133 +25.4064 +26.7727 +24.9725 +24.0599 +16.8725 +11.1538 +5.24732 +3.26585 +3.88165 +3.25834 +5.41432 +9.72554 +11.5948 +14.8031 +17.1633 +21.6711 +24.9447 +26.9236 +25.7866 +24.3623 +22.5922 +22.5508 +24.1928 +24.7586 +25.4237 +26.5585 +24.9667 +24.0651 +15.9972 +10.8887 +5.55222 +3.25835 +3.90679 +3.25833 +5.12823 +9.53071 +11.5483 +14.3407 +16.4285 +18.1773 +24.8244 +26.7001 +24.8425 +23.5594 +21.8093 +21.6965 +23.4147 +24.0709 +23.7991 +25.0896 +23.2374 +22.8008 +16.272 +10.8472 +5.05504 +3.25835 +3.88163 +3.25834 +5.3114 +9.65398 +11.9673 +18.7984 +20.6274 +21.2396 +24.9981 +26.8731 +25.3126 +23.7284 +22.1947 +22.1745 +24.0903 +24.8595 +25.4014 +26.7727 +24.9914 +24.3183 +16.8766 +11.1539 +5.05882 +3.27011 +3.88165 +3.25834 +5.44218 +9.85049 +11.9511 +18.7533 +20.6472 +21.4378 +24.9737 +26.8406 +25.807 +24.8194 +23.0687 +22.3434 +24.0908 +24.9108 +26.7754 +27.2901 +25.4051 +24.0476 +16.3205 +10.591 +5.0559 +3.25835 +3.88163 +3.25834 +5.12824 +9.95069 +12.0319 +18.3415 +20.365 +21.1705 +24.7158 +26.8399 +25.4176 +23.7402 +22.1951 +22.166 +24.0971 +25.6209 +25.2848 +26.7727 +24.9761 +24.0564 +16.8721 +11.1411 +5.05814 +3.26646 +3.88163 +3.25834 +5.20054 +9.67054 +11.8866 +18.4844 +20.3023 +21.1659 +24.7201 +26.8673 +26.1348 +24.7639 +22.913 +22.3555 +24.4734 +25.6728 +26.7183 +27.3324 +25.0044 +24.038 +16.4604 +10.8635 +5.05968 +3.26039 +3.88163 +3.25834 +5.18036 +9.78048 +11.9628 +18.4201 +20.3389 +21.45 +24.9603 +26.8492 +25.4148 +23.8319 +22.3131 +22.8516 +24.4098 +24.8125 +25.4787 +26.7728 +24.971 +24.1986 +16.8723 +11.1507 +5.24551 +3.26046 +3.88165 +3.25834 +5.38752 +9.67487 +11.5646 +14.8324 +17.6376 +22.0714 +25.3254 +27.1413 +25.8589 +24.115 +22.5452 +22.5422 +24.1702 +25.1696 +25.6989 +26.5588 +25.5171 +24.3417 +16.5547 +11.4667 +5.55188 +3.25834 +3.88165 +3.28349 +5.47359 +9.76183 +11.6656 +14.894 +17.18 +18.7448 +25.3841 +27.2573 +25.3831 +24.1436 +22.3331 +22.3761 +23.9451 +24.6456 +24.6797 +25.6713 +23.7873 +23.1635 +16.5709 +10.9086 +5.05935 +3.27164 +3.88165 +3.25834 +5.56289 +10.0148 +12.1203 +18.8986 +20.6639 +21.7794 +25.0884 +27.0692 +25.2852 +23.7317 +22.1789 +22.365 +24.0588 +24.8147 +25.5705 +26.7727 +25.1145 +24.3308 +16.8815 +11.1443 +5.05999 +3.26582 +3.88163 +3.25834 +5.31508 +9.67082 +11.8444 +18.8542 +20.6403 +21.1886 +24.7298 +27.3374 +26.3064 +24.8701 +22.7814 +22.5285 +24.0769 +24.8131 +25.5727 +26.7727 +24.9966 +24.0383 +16.3215 +11.1458 +5.05961 +3.26296 +3.88163 +3.25834 +5.26036 +9.71511 +11.9128 +18.5232 +20.3647 +21.2163 +24.9567 +28.908 +30.6059 +29.4756 +26.5893 +25.8109 +27.5266 +29.1605 +28.1557 +27.7075 +25.0744 +24.0639 +16.3225 +10.5855 +5.06008 +3.26498 +3.88163 +3.25834 +5.12823 +9.85327 +12.059 +18.2994 +20.0892 +21.1731 +24.731 +27.089 +26.1674 +24.4012 +22.7669 +22.3152 +24.248 +25.2645 +26.5471 +27.1552 +25.2126 +24.0381 +16.3218 +11.1399 +5.05908 +3.2597 +3.88163 +3.25834 +5.12823 +9.7394 +12.0017 +18.7406 +20.2316 +21.3765 +24.7587 +26.8676 +25.318 +23.7484 +22.2151 +22.1957 +24.3975 +25.3441 +25.5671 +26.9563 +25.1495 +24.6156 +16.8753 +11.1564 +5.24737 +3.26097 +3.88163 +3.25834 +5.39224 +9.69858 +11.5217 +17.0968 +17.5252 +22.1745 +25.3502 +27.0146 +26.2515 +24.7153 +23.1738 +23.2088 +24.8748 +25.4696 +25.5892 +26.55 +25.2571 +24.5978 +16.5732 +11.5322 +5.54056 +3.26532 +3.88165 +3.25834 +5.54903 +9.89233 +11.7498 +17.1187 +17.0623 +18.7906 +25.3953 +27.2334 +25.1639 +23.5596 +22.0854 +22.2704 +23.9866 +24.7899 +26.3367 +25.6449 +23.7903 +23.1864 +16.5733 +10.9185 +5.0591 +3.25911 +3.88165 +3.25834 +5.59909 +10.0457 +12.1379 +21.1176 +20.6709 +21.798 +25.2783 +27.1207 +25.583 +24.2809 +22.8116 +22.7894 +24.6394 +24.9371 +27.7912 +27.3305 +25.5482 +24.6223 +16.9027 +11.2278 +5.05899 +3.26179 +3.88165 +3.25834 +5.66299 +10.1104 +12.206 +21.1312 +20.7387 +21.8469 +25.2866 +27.1492 +25.5285 +23.9154 +22.7593 +22.464 +24.4301 +25.3134 +28.0592 +27.3259 +25.5339 +24.6214 +16.8959 +11.2204 +5.05492 +3.25835 +3.88165 +3.25834 +5.57786 +10.0105 +12.1054 +21.1083 +20.8021 +21.8629 +25.3297 +26.8527 +25.5768 +23.9498 +22.2002 +22.7635 +24.4055 +25.0938 +27.7941 +27.048 +25.2523 +24.0556 +16.8786 +11.1508 +5.06023 +3.26012 +3.88163 +3.25834 +5.3932 +9.7416 +11.9369 +20.9676 +20.8176 +21.7839 +25.2829 +27.1289 +25.4871 +23.9475 +22.7495 +22.4247 +24.6823 +25.9409 +27.7958 +26.7727 +24.9778 +24.6051 +16.872 +11.1645 +5.04958 +3.25835 +3.88164 +3.25834 +5.425 +9.82471 +11.9221 +21.0959 +20.6508 +21.729 +25.2723 +26.9989 +25.2751 +23.7387 +22.1746 +22.3944 +24.4059 +24.9859 +27.7858 +26.7727 +24.9927 +24.3167 +16.8797 +11.1545 +5.24551 +3.25835 +3.88163 +3.25834 +5.4305 +9.74073 +11.5959 +17.0934 +17.2818 +21.7453 +24.7696 +27.2688 +26.7499 +25.7448 +23.4961 +23.1878 +24.9382 +24.9843 +28.0773 +26.5312 +24.9963 +24.038 +16.0038 +10.9224 +5.53842 +3.26494 +3.88163 +3.25834 +5.12823 +9.56488 +11.6049 +16.5337 +16.4065 +18.1773 +25.6694 +28.5202 +28.7293 +27.8817 +25.006 +24.5158 +25.8837 +26.6571 +27.7683 +26.2964 +24.0895 +22.8364 +15.9986 +10.2926 +5.06211 +3.26106 +3.88163 +3.25834 +5.12823 +9.74457 +12.0341 +20.848 +20.5227 +21.4489 +25.3684 +27.2086 +25.3997 +23.8096 +22.7565 +22.7989 +24.733 +25.2459 +27.7881 +27.0505 +25.521 +24.6285 +16.8967 +11.2065 +5.05939 +3.26603 +3.88165 +3.25834 +5.58046 +10.0171 +12.1104 +21.1155 +20.726 +21.8456 +25.3148 +27.4128 +25.3216 +23.9912 +22.7365 +22.7388 +24.7644 +25.047 +27.7785 +27.0504 +25.538 +24.6136 +16.8775 +11.2186 +5.04925 +3.25834 +3.88164 +3.2835 +5.54489 +9.95545 +12.0719 +21.1068 +20.7085 +21.7907 +25.2659 +27.0276 +25.2909 +23.7495 +22.1945 +22.1911 +24.189 +25.9894 +28.4745 +26.9351 +24.9659 +24.0653 +16.3203 +11.1425 +5.05734 +3.26176 +3.88163 +3.25834 +5.15559 +9.79711 +11.9934 +20.5176 +20.5771 +21.4385 +25.0919 +26.9437 +25.4064 +24.0247 +22.8521 +22.8731 +24.6197 +25.6164 +28.0613 +27.0481 +25.1555 +24.6116 +16.8776 +11.1702 +5.04901 +3.25835 +3.88164 +3.25835 +5.46723 +9.8518 +11.9966 +21.1008 +20.7564 +21.7987 +25.2803 +26.9833 +25.2854 +23.8919 +22.4573 +22.4151 +24.4128 +25.3732 +27.7876 +26.7727 +24.9707 +24.2445 +16.5988 +11.1475 +5.24628 +3.25835 +3.88163 +3.25834 +5.36268 +9.67275 +11.5189 +17.0914 +17.6271 +22.1672 +25.2971 +27.2197 +25.6751 +24.1399 +23.1186 +23.1414 +24.2492 +25.6321 +27.8053 +26.8064 +25.2714 +24.3154 +16.5569 +11.4858 +5.55283 +3.25836 +3.88165 +3.25835 +5.53827 +9.85462 +11.7442 +17.1227 +17.3908 +18.8515 +25.4397 +27.3154 +25.106 +23.8446 +22.3022 +22.2552 +23.9714 +24.8728 +26.8959 +25.6817 +23.7984 +23.1694 +16.6163 +10.9306 +5.06044 +3.26607 +3.88165 +3.25834 +5.66869 +10.1272 +12.2195 +21.1236 +20.7395 +21.8052 +25.272 +27.0267 +25.3836 +23.9202 +22.3902 +22.2276 +24.1429 +25.1254 +27.8019 +26.7727 +25.1032 +24.3411 +16.8756 +11.1466 +5.0609 +3.26599 +3.88163 +3.25834 +5.38253 +9.74955 +11.8737 +21.079 +20.7178 +21.429 +24.8069 +27.1531 +25.8632 +24.3357 +22.5848 +22.2115 +24.1449 +25.6167 +27.7911 +26.7727 +25.1219 +24.0492 +16.8559 +11.1679 +5.04889 +3.25835 +3.90679 +3.25835 +5.42547 +9.77817 +11.9225 +21.1039 +20.921 +21.7852 +25.2762 +27.079 +25.2749 +23.7405 +22.1678 +22.6519 +24.1719 +25.718 +27.9821 +26.7728 +24.9747 +24.6163 +16.8815 +11.2108 +5.04838 +3.25835 +3.88164 +3.25835 +5.54549 +9.91024 +12.0334 +21.1075 +21.0341 +22.1472 +25.4754 +27.4465 +25.3315 +23.7384 +22.7189 +22.8853 +24.9919 +25.7192 +27.8073 +27.3278 +25.5362 +24.6176 +16.8902 +11.22 +5.04947 +3.25836 +3.88165 +3.25835 +5.65113 +10.095 +12.1988 +21.1217 +20.8585 +21.9245 +25.2882 +27.216 +25.523 +23.7644 +22.381 +22.4356 +24.4225 +25.5588 +28.0729 +26.774 +25.5377 +24.603 +16.8689 +11.1712 +5.23679 +3.25834 +3.88164 +3.2835 +5.41492 +9.68532 +11.5489 +17.0855 +17.3176 +21.7632 +24.9276 +26.9434 +25.6977 +24.1386 +22.5901 +22.5898 +24.3941 +25.2768 +27.8046 +26.5767 +24.9675 +24.0644 +15.9971 +10.8947 +5.55244 +3.25834 +3.88164 +3.2835 +5.14194 +9.55821 +11.5948 +16.5337 +16.6484 +18.2231 +24.8715 +26.6994 +25.6976 +24.433 +22.2235 +21.7964 +23.8446 +24.7522 +26.3367 +25.0879 +23.3711 +23.1719 +16.55 +10.8586 +5.04878 +5.04885 +3.25835 +3.88164 +3.25835 +5.41374 +9.71827 +11.9061 +18.6024 +20.6268 +21.7513 +25.2348 +27.0503 +25.6697 +24.5029 +22.8947 +23.1628 +25.5938 +28.097 +27.8052 +27.0488 +25.5497 +24.6005 +16.8966 +11.2118 +5.05686 +3.25862 +3.88163 +3.25834 +5.6015 +10.0585 +12.1603 +18.8022 +20.7346 +21.9064 +25.3625 +27.4614 +25.3063 +24.348 +22.8196 +22.9017 +25.5998 +28.6587 +27.8013 +27.0511 +25.5189 +24.6347 +16.8633 +11.2105 +5.04943 +3.25835 +3.9068 +3.25835 +5.52824 +9.94509 +12.1013 +18.8724 +20.7803 +21.8731 +25.3811 +27.504 +25.3941 +24.4348 +22.8771 +22.8962 +25.5354 +28.1103 +27.7951 +27.049 +24.9686 +24.6317 +16.8579 +11.1756 +5.04976 +3.28349 +3.88165 +3.25834 +5.54292 +9.96784 +12.1041 +18.7418 +20.5951 +21.7473 +25.2731 +26.9289 +25.4614 +23.7654 +22.7866 +23.0292 +25.4442 +28.1092 +27.7926 +27.0488 +24.9772 +24.6121 +16.878 +11.1691 +5.0489 +3.25835 +3.88164 +3.25834 +5.47577 +9.87655 +11.8656 +18.5166 +20.4786 +21.3149 +24.8075 +26.9284 +25.3007 +23.8177 +22.2454 +23.0098 +25.7248 +28.0913 +28.0801 +26.7728 +25.2401 +24.6187 +16.8872 +11.1685 +5.24066 +3.25835 +3.88165 +3.25834 +5.59729 +9.90859 +11.7771 +14.8601 +17.231 +22.077 +25.2957 +27.5069 +26.3162 +24.7771 +23.2347 +23.332 +25.6415 +28.6787 +28.3386 +26.5364 +25.5568 +24.6031 +16.5695 +11.5294 +5.55087 +3.25835 +3.88165 +3.25834 +5.57873 +9.94052 +11.8137 +14.7139 +16.9326 +18.747 +25.4328 +27.2211 +25.3493 +23.7368 +22.2879 +22.4153 +24.5918 +27.5387 +26.8933 +25.3661 +23.228 +22.8759 +16.5777 +10.8559 +5.04928 +3.28349 +3.88163 +3.25834 +5.51427 +9.93609 +12.0833 +18.8632 +21.1169 +21.7635 +25.3941 +27.0566 +25.671 +23.798 +22.8138 +22.9691 +25.6816 +28.0985 +27.7785 +27.0487 +24.9652 +24.6208 +16.8871 +11.1634 +5.06086 +3.25973 +3.88165 +3.25834 +5.54505 +9.9808 +12.0532 +18.5996 +20.5554 +21.4838 +25.2971 +27.0574 +25.3008 +24.0411 +22.3183 +22.5855 +24.8674 +28.0913 +28.0797 +26.774 +25.5251 +24.6255 +16.8829 +11.2127 +5.04907 +3.25835 +3.88164 +3.25835 +5.63445 +10.0328 +12.1647 +18.6388 +20.6421 +21.7814 +25.3186 +27.1645 +25.3673 +23.8262 +22.2295 +22.5221 +25.4022 +28.0962 +27.8023 +27.0481 +25.1495 +24.5902 +16.8781 +11.1512 +5.05763 +3.26842 +3.88163 +3.25834 +5.36811 +9.73879 +11.8444 +18.9241 +20.7557 +21.1786 +24.789 +27.132 +27.0654 +24.2164 +22.3504 +22.5256 +25.0287 +29.1241 +27.8009 +26.7727 +24.9656 +24.0649 +16.859 +11.1854 +5.04867 +3.28349 +3.88163 +3.25835 +5.55297 +9.93744 +12.0928 +18.8775 +20.9452 +21.858 +25.2927 +27.5115 +25.4003 +24.3713 +22.8581 +22.9994 +25.5984 +28.1221 +27.7913 +27.0507 +24.9682 +24.6259 +16.8751 +11.2176 +5.23639 +3.25835 +3.88164 +3.28349 +5.67915 +9.97085 +11.8637 +14.7228 +17.2781 +22.036 +25.3127 +27.4718 +26.2056 +24.6723 +23.1743 +23.2149 +25.3993 +28.6708 +28.3436 +27.1173 +25.5308 +24.608 +16.574 +11.5546 +5.55289 +3.25835 +3.88165 +3.25834 +5.63153 +9.9671 +11.8348 +14.8727 +17.1135 +18.7836 +25.4741 +27.2667 +25.3733 +24.1446 +22.453 +22.5029 +24.5783 +27.5421 +26.9048 +25.6429 +23.7819 +23.1582 +16.5865 +10.8869 +5.04924 +3.27453 +3.89059 +3.25835 +5.51064 +9.95053 +12.0915 +18.8729 +20.7808 +21.861 +25.3719 +27.1477 +25.6694 +24.4351 +23.0571 +23.4955 +25.8257 +28.096 +27.8045 +27.0535 +25.5231 +24.6341 +16.8763 +11.2166 +5.0489 +3.25836 +3.88165 +3.28349 +5.63007 +10.0169 +12.1516 +18.8455 +20.7989 +21.9197 +25.3425 +27.5017 +25.3088 +24.3192 +22.8127 +23.1959 +25.6823 +28.6624 +28.3648 +27.3335 +25.5278 +24.6336 +16.8663 +11.2257 +5.05032 +3.28248 +3.88165 +3.25834 +5.60791 +10.0525 +12.1513 +18.8665 +20.7368 +21.7691 +25.3216 +27.4705 +25.8588 +24.3218 +22.8446 +22.9107 +25.6755 +28.6737 +28.3791 +27.35 +25.5375 +24.6438 +16.9196 +11.2452 +5.05739 +3.27768 +3.88165 +3.25834 +5.64867 +10.0736 +12.1622 +18.84 +20.745 +21.8049 +25.3317 +27.424 +25.9511 +24.35 +22.8671 +22.9512 +25.4438 +28.6734 +28.3779 +27.3488 +25.5332 +24.6196 +16.9554 +11.2423 +5.05974 +3.27636 +3.88165 +3.25834 +5.71736 +10.1635 +12.2634 +18.9146 +20.7503 +21.7823 +25.2945 +27.3865 +25.2791 +24.0401 +22.8114 +22.9732 +25.4714 +28.6681 +28.3684 +27.344 +25.5317 +24.6127 +16.95 +11.2366 +5.24762 +3.27132 +3.88165 +3.25834 +5.69777 +10.0342 +11.8929 +14.7961 +17.2576 +22.0736 +25.2978 +27.0801 +25.865 +24.3561 +22.5695 +22.8251 +25.3178 +28.6526 +27.7961 +26.5306 +25.1486 +24.0386 +16.5654 +11.4679 +5.53871 +3.27132 +3.88163 +3.25834 +5.36622 +9.64049 +11.4959 +14.8686 +17.054 +18.5914 +24.8541 +26.6895 +24.8189 +24.2389 +21.7379 +22.1451 +24.1243 +26.9901 +26.315 +25.1193 +23.2276 +22.594 +15.9985 +10.5686 +5.0565 +3.26662 +3.88163 +3.25834 +5.12823 +9.70822 +12.0145 +18.2385 +20.197 +21.5775 +24.7063 +26.8271 +25.2954 +23.8295 +22.7539 +23.7082 +25.8301 +28.1023 +27.9611 +26.7727 +25.1476 +24.618 +16.8623 +11.1746 +5.04918 +3.28348 +3.88163 +3.25834 +5.47454 +9.91734 +12.0711 +18.8825 +21.0847 +21.8944 +25.3161 +27.5418 +25.9544 +24.4069 +22.8884 +23.4807 +25.7179 +28.6685 +28.339 +27.3379 +25.5298 +24.6087 +16.8928 +11.2316 +5.04861 +3.25836 +3.88165 +3.25835 +5.69465 +10.1144 +12.2097 +18.904 +20.7987 +21.8018 +25.3167 +27.5128 +25.9515 +24.4691 +22.8904 +23.3082 +25.8673 +28.6665 +28.3377 +27.3372 +25.5302 +24.6105 +16.9029 +11.2212 +5.05656 +3.26046 +3.88165 +3.25834 +5.59731 +10.0573 +12.1611 +18.8835 +20.8419 +21.8754 +25.4834 +27.6177 +26.0522 +24.4703 +23.0462 +23.6018 +25.8653 +28.6585 +28.3369 +27.332 +25.5261 +24.6329 +16.8696 +11.2117 +5.04875 +3.25835 +3.90679 +3.25833 +5.49673 +9.90312 +11.9953 +21.0907 +20.1434 +21.379 +25.2573 +27.1532 +25.3005 +24.0807 +22.5249 +23.1871 +25.8123 +28.0947 +27.8049 +27.0497 +24.9672 +24.5979 +16.8905 +11.1959 +5.24611 +3.27073 +3.88165 +3.25834 +5.64097 +9.95797 +11.8594 +17.1102 +17.6573 +22.2361 +25.3619 +27.5533 +26.2489 +24.7149 +23.2516 +23.3404 +25.6363 +28.6951 +28.3555 +27.0907 +25.5305 +24.6359 +16.571 +11.507 +5.54388 +3.2835 +3.88165 +3.25835 +5.65621 +9.97116 +11.8828 +17.1448 +17.0556 +18.9785 +25.5094 +27.3486 +25.4783 +24.2145 +22.403 +22.6702 +24.7445 +27.6004 +26.9384 +25.6885 +23.8265 +23.1828 +16.6463 +10.9523 +5.05884 +3.27182 +3.88165 +3.25834 +5.69773 +10.194 +12.3049 +21.1394 +20.7246 +21.9432 +25.4031 +27.4967 +25.8651 +24.3043 +22.8416 +22.9657 +25.7226 +28.715 +28.3673 +27.3614 +25.5514 +24.6494 +16.9341 +11.2618 +5.05816 +3.27592 +3.88165 +3.25834 +5.76824 +10.2153 +12.3345 +21.1513 +20.8566 +21.9439 +25.4814 +27.559 +25.9644 +24.439 +22.8964 +23.1899 +25.9122 +28.7159 +28.3572 +27.3799 +25.54 +24.6356 +16.9667 +11.2702 +5.05122 +3.25835 +3.88165 +3.25836 +5.81959 +10.2274 +12.3169 +21.1679 +20.8316 +21.8214 +25.3917 +27.5657 +25.9956 +24.439 +22.8909 +23.2809 +25.8956 +28.7262 +28.4246 +27.3939 +25.5546 +24.6589 +17.0018 +11.2961 +5.05569 +3.27343 +3.88165 +3.25834 +5.86357 +10.3152 +12.3989 +21.2046 +20.7942 +21.8361 +25.3788 +27.5587 +25.8785 +24.3165 +22.7949 +22.9866 +25.8196 +28.725 +28.4003 +27.4045 +25.559 +24.6622 +17.0034 +11.2839 +5.05549 +3.26552 +3.88164 +3.25834 +5.84978 +10.3099 +12.3839 +21.2075 +20.8551 +21.8651 +25.333 +27.4653 +25.9875 +24.4174 +22.9851 +23.3702 +25.8104 +28.7225 +28.3593 +27.3777 +25.5731 +24.6264 +16.9403 +11.2486 +5.23701 +3.28308 +3.88165 +3.25834 +5.79515 +10.1022 +11.9421 +17.1533 +17.3005 +22.0752 +25.3975 +27.5478 +26.2819 +24.7128 +23.2469 +23.3411 +25.7042 +28.773 +28.408 +27.1519 +25.5612 +24.6392 +16.6739 +11.5997 +5.55084 +3.25835 +3.88165 +3.28349 +5.90615 +10.2208 +12.0612 +17.2652 +17.1568 +18.9052 +25.4869 +27.3321 +25.4365 +24.2066 +22.376 +22.5414 +24.5692 +27.6521 +27.044 +25.772 +23.9114 +23.3037 +16.7288 +11.0545 +5.05908 +3.26503 +3.88164 +3.25835 +5.9455 +10.4118 +12.4786 +21.249 +20.7609 +21.9761 +25.3723 +27.4995 +25.8955 +24.3377 +22.8726 +22.9593 +25.6097 +28.7599 +28.419 +27.4262 +25.5682 +24.6958 +17.046 +11.3542 +5.04826 +3.25835 +3.88165 +3.25835 +5.91659 +10.3617 +12.4257 +21.2101 +21.089 +21.907 +25.4064 +27.4736 +25.9227 +24.3273 +22.9834 +23.377 +25.8728 +28.6994 +28.3421 +27.3599 +25.5505 +24.5874 +16.9358 +11.239 +5.04953 +3.25835 +3.88164 +3.25835 +5.72065 +10.1079 +12.221 +21.1264 +20.9944 +21.9071 +25.3547 +27.4282 +25.2796 +24.4195 +22.9741 +23.3191 +25.8537 +28.6593 +27.8041 +27.3112 +25.5189 +24.5724 +16.8624 +11.1985 +5.05021 +3.2835 +3.88163 +3.25834 +5.53935 +9.95725 +12.0795 +21.0924 +21.007 +21.9063 +25.4144 +27.493 +25.3945 +24.4055 +22.9732 +23.5057 +25.8201 +28.6503 +27.7225 +27.3314 +25.525 +24.6063 +16.8922 +11.2223 +5.05327 +3.25835 +3.88165 +3.25834 +5.5985 +10.0533 +12.166 +21.1181 +20.7009 +21.9073 +25.4098 +27.4432 +25.3061 +24.3225 +22.8381 +23.0098 +25.6817 +28.6601 +28.3645 +27.3338 +25.4919 +24.6342 +16.8709 +11.2373 +5.23596 +3.25835 +3.90679 +3.25835 +5.61094 +9.96671 +11.8592 +17.1672 +17.3195 +22.1166 +25.3464 +27.449 +26.2291 +24.6912 +23.184 +23.2302 +25.7741 +28.6693 +28.2481 +26.5369 +25.5235 +24.6031 +16.5707 +11.5443 +5.5505 +3.25899 +3.88165 +3.25834 +5.7069 +10.0261 +11.9039 +17.1434 +17.045 +18.8271 +25.4569 +27.2539 +25.3616 +24.141 +22.3415 +22.4163 +24.6763 +27.593 +26.9041 +25.6894 +23.8087 +23.1713 +16.6474 +10.9348 +5.04855 +3.25835 +3.88164 +3.25835 +5.69107 +10.0651 +12.2029 +21.1232 +21.1665 +22.0355 +25.5169 +27.4835 +25.4652 +24.5076 +23.0296 +23.3735 +25.8329 +28.663 +27.7171 +27.3137 +25.5228 +24.4888 +16.8704 +11.2352 +5.04882 +3.25835 +3.90678 +3.25835 +5.65465 +10.0647 +12.1948 +21.1256 +20.9181 +21.8743 +25.3247 +27.5227 +25.8624 +24.3733 +23.0464 +23.4902 +25.8723 +28.6727 +28.3431 +27.3377 +25.5266 +24.521 +16.8903 +11.2397 +5.04905 +3.25835 +3.88165 +3.25834 +5.69648 +10.1294 +12.2428 +21.1298 +20.7361 +21.8946 +25.3607 +27.5064 +25.9574 +24.427 +22.8748 +23.2741 +25.8337 +28.6566 +27.6947 +27.3326 +25.5235 +24.5464 +16.8624 +11.2095 +5.05683 +3.2749 +3.88165 +3.25834 +5.64902 +10.065 +12.1507 +21.1198 +21.0377 +21.8724 +25.3208 +27.5199 +25.9337 +24.4096 +22.8947 +23.1709 +25.8089 +28.6838 +28.3245 +27.3539 +25.5365 +24.5906 +16.9267 +11.2488 +5.05861 +3.27598 +3.88165 +3.25834 +5.84048 +10.2582 +12.3306 +21.1637 +21.0108 +21.869 +25.33 +27.4873 +25.8892 +24.3676 +22.8789 +23.1353 +25.7137 +28.6891 +28.4206 +27.3638 +25.5406 +24.6208 +16.9411 +11.2582 +5.24121 +3.28024 +3.88165 +3.25834 +5.79777 +10.1128 +11.9501 +17.1537 +17.4793 +22.1609 +25.394 +27.4704 +26.2081 +24.6907 +23.1307 +23.2739 +25.6195 +28.6703 +28.3737 +26.5057 +25.4935 +24.5527 +16.5641 +11.5135 +5.5523 +3.25835 +3.88164 +3.25835 +5.69907 +9.95587 +11.8597 +17.1399 +17.0407 +18.8514 +25.4302 +27.2536 +25.3519 +24.1978 +22.406 +22.5133 +24.6928 +27.5596 +26.876 +25.6418 +23.7794 +23.1546 +16.5944 +10.9001 +5.04873 +3.25835 +3.88165 +3.25834 +5.69389 +10.1102 +12.2278 +21.1241 +21.1519 +21.9224 +25.4097 +27.5649 +25.8691 +24.3427 +22.9197 +23.1752 +25.7744 +28.7334 +28.3242 +27.4092 +25.5602 +24.7346 +17.0204 +11.3187 +5.05653 +3.26315 +3.88164 +3.25835 +6.049 +10.4268 +12.5028 +21.244 +21.1594 +21.9059 +25.3984 +27.523 +25.9267 +24.3456 +22.8933 +23.0373 +25.7845 +28.7546 +28.4188 +27.4148 +25.5578 +24.7764 +17.0241 +11.3213 +5.05656 +3.26163 +3.88165 +3.25835 +5.95959 +10.3918 +12.448 +21.2197 +21.0109 +21.8529 +25.3869 +27.4015 +25.9085 +24.3222 +22.8579 +23.0202 +25.6597 +28.693 +28.4836 +27.4154 +25.561 +24.6193 +17.0057 +11.3221 +5.0486 +3.25836 +3.88165 +3.25835 +5.91548 +10.3246 +12.4284 +21.2349 +21.157 +21.9633 +25.3995 +27.5223 +25.9098 +24.3163 +22.881 +23.0285 +25.7957 +28.7488 +28.3891 +27.4135 +25.562 +24.6467 +16.9798 +11.3046 +5.05701 +3.26791 +3.88165 +3.25834 +5.88158 +10.3197 +12.3977 +21.1797 +20.9879 +21.8215 +25.399 +27.513 +26.0022 +24.3692 +22.8038 +23.1541 +25.737 +28.7255 +28.4065 +27.3714 +25.562 +24.5756 +16.947 +11.2585 +5.24373 +3.25842 +3.88164 +3.25834 +5.73863 +10.0831 +11.9155 +17.1503 +17.6477 +22.1981 +25.3677 +27.4976 +26.2469 +24.6899 +23.2092 +23.3523 +25.534 +28.6891 +28.3175 +27.0722 +25.4875 +24.5221 +16.57 +11.5311 +5.55008 +3.25836 +3.88165 +3.28349 +5.68286 +10.0082 +11.9021 +17.1631 +17.169 +18.8412 +25.4956 +27.255 +25.4115 +24.1418 +22.3416 +22.4373 +24.6028 +27.5949 +26.9055 +25.684 +23.8473 +23.2645 +16.6749 +10.9858 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_p.csv new file mode 100644 index 0000000..eb80ac7 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_p.csv @@ -0,0 +1,8760 @@ +13.814 +8.18415 +9.69472 +8.13228 +14.1903 +24.9829 +29.6899 +46.1205 +46.5819 +50.3684 +67.183 +71.4197 +66.8504 +63.7887 +59.2281 +59.4141 +64.7786 +72.227 +70.4327 +67.4782 +62.8185 +61.2296 +44.7932 +30.5347 +12.6238 +8.1715 +9.69473 +8.13229 +14.2892 +25.4295 +30.6201 +56.1185 +56.3572 +57.9618 +66.4545 +71.9711 +68.0236 +64.2556 +60.5346 +60.9784 +67.6315 +75.0219 +74.4002 +71.7082 +67.252 +64.7924 +45.4065 +31.2895 +12.6184 +8.1323 +9.74655 +8.1323 +14.3807 +25.4713 +30.7355 +56.148 +56.6171 +57.9407 +66.5993 +71.9905 +68.0985 +64.2887 +60.5372 +61.5426 +67.7301 +75.1052 +74.2157 +71.7045 +67.2926 +64.8333 +45.6042 +31.4287 +12.617 +8.13231 +9.69473 +8.1323 +14.7526 +25.773 +31.0442 +56.348 +55.937 +57.9482 +66.7577 +71.919 +68.0824 +64.2431 +60.3596 +60.9867 +67.6809 +75.1347 +74.4185 +71.7518 +67.3371 +64.8543 +45.5954 +31.4214 +12.6166 +8.13232 +9.69472 +8.13229 +14.601 +25.7437 +30.8767 +56.211 +56.2774 +57.8117 +66.4905 +71.8939 +68.1264 +64.2663 +60.4009 +60.5247 +66.395 +75.119 +74.5555 +71.7468 +67.3547 +64.8844 +45.6881 +31.3746 +12.616 +8.18416 +9.69473 +8.1323 +14.7045 +25.7279 +30.9488 +56.3282 +55.8484 +57.9499 +66.6033 +71.8654 +68.0116 +64.2775 +60.4343 +60.5649 +68.1211 +75.048 +74.1507 +71.7187 +67.3212 +64.9082 +45.4135 +31.2703 +13.0851 +8.13231 +9.69473 +8.18414 +14.4019 +25.1496 +29.7567 +46.0497 +47.6974 +58.6933 +66.5889 +71.8388 +68.771 +65.1368 +61.3036 +61.4946 +67.61 +75.0775 +74.2067 +71.2696 +67.1431 +64.8797 +44.7984 +32.1065 +13.8488 +8.16216 +9.69473 +8.13229 +14.6649 +25.4682 +30.0956 +46.2446 +46.7322 +50.3953 +66.9244 +71.5723 +66.8818 +63.7768 +59.2438 +59.5843 +64.838 +72.3039 +70.4734 +67.3484 +62.9064 +61.1727 +44.886 +30.6418 +12.6188 +8.13883 +9.69473 +8.13229 +14.7266 +25.8236 +31.027 +56.2853 +56.0574 +58.0618 +66.6456 +72.0039 +68.1059 +64.1079 +60.4515 +60.7041 +68.1521 +75.1181 +74.2783 +71.7644 +67.4486 +65.1556 +45.654 +31.4661 +12.6137 +8.13232 +9.69471 +8.1323 +14.812 +25.9341 +31.0968 +56.3093 +55.8981 +57.9174 +66.47 +71.8945 +67.9786 +64.0775 +60.4354 +60.4998 +67.3821 +75.0255 +74.2947 +71.6985 +67.3799 +65.0106 +45.407 +31.2409 +12.612 +8.1323 +9.69471 +8.1323 +14.1386 +25.1127 +30.2908 +56.0474 +56.709 +58.3042 +66.9632 +70.9476 +67.7273 +63.6328 +60.0172 +59.6312 +66.1599 +74.2722 +73.4566 +71.0006 +67.4381 +65.0164 +45.4203 +31.3209 +12.6147 +8.13231 +9.69473 +8.1323 +14.897 +25.8173 +31.0058 +56.3055 +55.9415 +57.984 +66.7897 +72.2773 +68.2629 +64.3207 +60.3985 +61.01 +66.4652 +75.0933 +74.9238 +71.7523 +67.5068 +65.1275 +45.6143 +31.4159 +12.6151 +8.13231 +9.69472 +8.1323 +14.6607 +25.6749 +30.9398 +56.2701 +56.5972 +57.7923 +66.4995 +71.9185 +67.9895 +64.2396 +60.3951 +60.4834 +66.9636 +74.9894 +74.2032 +71.6935 +67.4403 +65.0627 +45.3959 +31.2288 +13.0863 +8.13231 +9.69472 +8.18413 +14.0915 +24.8929 +29.5352 +46.0354 +47.5772 +58.7066 +66.8834 +72.0447 +68.9413 +65.1187 +61.2676 +61.5464 +67.8318 +75.0042 +72.9831 +71.4686 +67.2374 +65.0066 +44.6585 +31.8717 +13.882 +8.14019 +9.69473 +8.13229 +14.0287 +24.9379 +29.5389 +46.0901 +46.2616 +50.1817 +66.9894 +71.4652 +66.8056 +63.9409 +59.1344 +59.4873 +63.9144 +72.1816 +70.585 +67.4207 +62.7851 +61.1728 +44.7763 +30.509 +12.625 +8.16506 +9.69473 +8.13229 +14.2496 +25.4336 +30.6548 +56.107 +55.718 +57.8489 +66.4191 +71.8657 +67.4916 +64.0624 +60.3471 +61.3419 +66.9337 +74.9438 +74.1302 +71.6762 +67.492 +65.1183 +45.38 +31.2059 +12.6148 +8.1323 +9.74658 +8.13227 +13.8195 +24.8381 +30.0979 +56.0555 +56.435 +57.8348 +66.4482 +70.483 +67.5967 +63.8521 +60.6943 +61.3151 +66.827 +73.612 +72.8849 +70.6541 +66.8557 +65.1258 +45.3782 +31.1295 +12.6132 +8.13231 +9.69473 +8.18414 +13.9985 +25.0762 +30.2965 +56.1058 +56.4866 +57.784 +66.4594 +71.8591 +67.9413 +64.2564 +60.7021 +60.9965 +66.4764 +75.0041 +74.3777 +71.6943 +67.5179 +65.2358 +45.4018 +31.2628 +12.6132 +8.13231 +9.69472 +8.18413 +14.2182 +25.275 +30.5374 +56.1324 +56.1138 +58.1271 +66.4908 +71.8044 +67.9519 +64.0828 +60.416 +60.5046 +67.1199 +74.9905 +74.6144 +71.6997 +67.5839 +65.2897 +45.4145 +31.2802 +12.6125 +8.13231 +9.69472 +8.14785 +14.3935 +25.3827 +30.6178 +56.1242 +55.8299 +57.8772 +66.4779 +71.8798 +68.0212 +64.2576 +60.3709 +60.5927 +66.1387 +74.9593 +74.8563 +71.7172 +67.6105 +65.4758 +45.5915 +31.3092 +13.0863 +8.16047 +9.69473 +8.13229 +14.485 +25.3066 +29.8815 +46.1158 +46.496 +58.4634 +66.5152 +72.2092 +68.9673 +64.9756 +61.2877 +61.4353 +67.0408 +75.0381 +74.5889 +71.7306 +67.4001 +65.1958 +44.6996 +32.0471 +13.839 +8.16719 +9.69473 +8.13229 +14.2611 +25.1768 +29.725 +46.1298 +46.1479 +50.3 +67.0122 +71.4937 +66.7828 +63.8055 +59.184 +59.1966 +64.2346 +72.2077 +70.6462 +67.5096 +62.7843 +61.3874 +44.7737 +30.512 +12.6315 +8.14546 +9.69473 +8.13229 +14.4535 +25.5734 +30.7736 +56.2006 +55.7659 +58.0161 +66.6318 +71.9138 +68.1337 +64.3089 +60.5597 +60.6951 +67.0029 +75.1607 +74.6693 +71.7739 +67.7056 +65.6381 +45.7549 +31.424 +12.6144 +8.18415 +9.69473 +8.1323 +15.0445 +26.0638 +31.2522 +56.3378 +55.6889 +58.0748 +66.6212 +72.0006 +68.1003 +64.117 +60.1931 +60.6913 +65.8973 +75.14 +74.7631 +71.7569 +67.7092 +65.5064 +45.7141 +31.3798 +12.6139 +8.13232 +9.74657 +8.1323 +14.607 +25.7171 +30.9667 +56.3217 +55.8337 +58.1531 +66.6351 +71.986 +68.0615 +64.11 +60.4094 +60.5021 +66.2128 +75.0338 +74.9174 +71.7517 +67.7014 +65.5034 +45.6989 +31.3773 +12.6139 +8.13231 +9.69473 +8.18414 +14.6966 +25.7904 +30.9466 +56.244 +56.0203 +58.1278 +66.5972 +71.9677 +68.5114 +64.2849 +60.4447 +60.4863 +66.8735 +75.0388 +74.2941 +71.7319 +67.6812 +65.4805 +45.6458 +31.3429 +12.6144 +8.13231 +9.69472 +8.18413 +14.4343 +25.5343 +30.7798 +56.1416 +55.8385 +57.9729 +66.4217 +71.9062 +68.0157 +64.2886 +60.3337 +60.5355 +65.7659 +75.0431 +74.393 +71.7249 +67.6797 +65.4773 +45.6621 +31.3708 +13.0839 +8.13231 +9.69474 +8.1323 +14.6389 +25.4072 +30.0826 +46.249 +46.5016 +58.7576 +66.6822 +72.0457 +69.1069 +65.1353 +61.284 +61.536 +67.1133 +75.1533 +74.6169 +71.842 +67.5163 +65.5192 +44.9179 +32.19 +13.805 +8.18416 +9.69473 +8.13231 +14.6768 +25.495 +30.14 +46.2565 +46.0118 +50.6356 +67.123 +71.6778 +66.8857 +63.9546 +59.1493 +59.4468 +64.3166 +72.3358 +70.7529 +67.6955 +62.8239 +61.3264 +44.9093 +30.6567 +12.6326 +8.13602 +9.69473 +8.13231 +14.6936 +25.8652 +30.9555 +56.2924 +55.8506 +58.0053 +66.5936 +72.0589 +68.0507 +64.203 +60.2606 +60.5084 +65.7943 +75.1722 +74.693 +71.7748 +67.7893 +65.6746 +45.8021 +31.4262 +12.6221 +8.16029 +9.69472 +8.13229 +14.7402 +25.8887 +31.0569 +56.3045 +56.0851 +58.1527 +66.5869 +72.0934 +68.1222 +64.1482 +60.5758 +60.5738 +66.072 +75.2073 +74.7444 +71.7865 +67.8005 +65.515 +45.7752 +31.295 +12.6153 +8.18416 +9.6947 +8.13228 +13.986 +25.1098 +30.3849 +56.0328 +56.7109 +58.2936 +66.644 +72.1512 +68.107 +64.064 +60.3282 +60.7343 +67.3451 +74.9633 +74.7884 +71.6963 +67.7115 +65.452 +45.5817 +31.234 +12.6173 +8.18415 +9.69472 +8.13231 +14.1879 +25.2543 +30.6004 +56.1053 +55.6052 +58.0204 +66.3819 +71.873 +67.9655 +64.0901 +60.238 +60.3849 +65.7954 +75.0441 +74.3966 +71.7256 +67.7428 +65.4773 +45.7328 +31.3071 +12.6173 +8.18414 +9.69472 +8.13231 +14.5396 +25.5901 +30.9204 +56.2073 +55.8118 +58.019 +66.5467 +71.7315 +68.0093 +64.2699 +60.3676 +60.4947 +66.8217 +75.0402 +74.4941 +71.7229 +67.7364 +65.4788 +45.7406 +31.3211 +13.0852 +8.1323 +9.74656 +8.1323 +14.5294 +25.365 +30.0066 +46.2355 +46.487 +58.8462 +66.6991 +72.1027 +69.1135 +64.9947 +61.1336 +61.2661 +65.4655 +75.1202 +74.4419 +71.8618 +67.5342 +65.5284 +44.9555 +32.2449 +13.8209 +8.1323 +9.74658 +8.13231 +14.775 +25.5789 +30.1718 +46.3798 +45.8526 +50.3724 +66.8967 +71.6643 +66.9203 +63.7693 +59.1803 +59.35 +63.834 +72.3108 +70.7257 +67.7643 +63.0114 +61.4484 +44.9894 +30.7249 +12.6271 +8.16225 +9.69472 +8.14827 +15.3359 +26.1721 +31.2996 +56.3991 +56.4969 +58.3934 +66.7357 +71.884 +68.1457 +64.1853 +60.4975 +60.5451 +65.5324 +75.2534 +74.9724 +71.9617 +67.8896 +65.752 +45.9332 +31.5314 +12.6159 +8.1323 +9.69473 +8.20545 +15.226 +26.1586 +31.3227 +50.9758 +55.6074 +58.1308 +66.7028 +71.8425 +68.1163 +64.1271 +60.243 +60.5001 +66.3275 +75.0931 +74.9294 +71.7477 +67.8264 +65.497 +45.7792 +31.3813 +12.6162 +8.13231 +9.69472 +8.18413 +14.7326 +25.8185 +31.0232 +50.8579 +55.5622 +58.119 +66.5682 +71.7257 +68.027 +64.1173 +60.2943 +60.3614 +65.4001 +69.6507 +74.9462 +71.7502 +67.8311 +65.6524 +45.8816 +31.4998 +12.6254 +8.1323 +9.69472 +8.13229 +14.7488 +25.835 +30.9284 +50.7585 +55.6163 +57.8975 +66.5187 +71.7046 +67.9937 +64.1065 +60.1863 +60.23 +65.2381 +69.5791 +74.88 +71.7331 +67.8104 +65.4837 +45.7565 +31.3829 +12.6167 +8.13231 +9.69472 +8.13231 +14.6755 +25.733 +30.9525 +50.3033 +55.4291 +57.9868 +66.5534 +71.7432 +67.9809 +64.1278 +60.2382 +60.5436 +65.4383 +68.4206 +74.9636 +71.7538 +67.8441 +65.6604 +45.8366 +31.4458 +13.0861 +8.13231 +9.69472 +8.1323 +14.6732 +25.4428 +30.0943 +40.6812 +46.43 +58.8744 +66.5893 +72.1315 +69.0917 +64.9804 +61.2568 +61.2558 +65.3661 +68.8449 +74.4369 +71.6946 +67.5219 +65.4487 +44.7182 +31.9314 +13.8358 +8.13232 +9.74656 +8.1323 +14.1807 +24.9926 +29.6156 +40.5827 +45.7246 +50.2168 +66.8851 +71.6391 +66.913 +63.6374 +59.2163 +59.2886 +63.5604 +66.8681 +70.7884 +67.7561 +62.9754 +61.4441 +44.9158 +30.6601 +12.6221 +8.16188 +9.69472 +8.13231 +15.3422 +26.0775 +31.2206 +50.8554 +56.0559 +58.1755 +66.6158 +71.8688 +68.1031 +64.135 +60.1878 +60.5325 +65.9838 +69.6091 +74.9528 +71.7558 +67.8371 +65.5044 +45.811 +31.4319 +12.6161 +8.13232 +9.69473 +8.1323 +14.8878 +25.855 +31.0447 +50.6884 +55.4642 +58.0266 +66.5639 +71.7945 +67.9978 +64.094 +60.1783 +60.3583 +65.2014 +68.1312 +74.8184 +71.6781 +67.7555 +65.4295 +45.5684 +31.1602 +12.6154 +8.13232 +9.69474 +8.1323 +14.0375 +25.008 +30.2459 +50.4205 +55.5269 +57.9199 +66.6831 +71.7451 +67.9557 +64.0786 +60.1671 +60.3416 +65.2861 +69.0293 +74.8334 +71.7032 +67.7812 +65.4549 +45.6091 +31.3382 +12.6165 +8.13231 +9.69471 +8.1323 +14.495 +25.4951 +30.7882 +50.4003 +55.4209 +57.9927 +66.4178 +71.7515 +67.9812 +64.0931 +60.1751 +60.3649 +65.8071 +69.1029 +74.8905 +71.7229 +67.7995 +65.4722 +45.723 +31.3468 +12.6165 +8.13231 +9.69471 +8.1323 +14.3341 +25.3339 +30.5532 +50.5071 +55.2814 +57.8899 +66.5613 +71.6769 +67.9453 +64.0637 +60.2782 +60.5075 +65.2179 +68.5249 +74.8191 +71.6988 +67.7741 +65.4494 +45.5961 +31.3001 +13.085 +8.1323 +9.69471 +8.1323 +14.2637 +25.044 +29.6656 +40.5564 +46.4773 +58.7921 +66.5947 +72.0615 +69.0204 +64.9761 +61.0722 +61.2612 +65.3232 +68.0599 +74.4585 +71.6974 +67.5278 +65.4583 +44.7224 +32.073 +13.8365 +8.13232 +9.74656 +8.1323 +14.3115 +25.102 +29.7137 +40.4879 +45.5464 +50.1076 +66.7678 +71.5409 +66.896 +63.764 +59.1232 +59.3691 +64.0361 +66.7072 +70.5586 +67.5937 +62.7694 +61.2189 +44.6891 +30.4365 +12.6123 +8.13231 +9.69473 +8.13231 +14.4252 +25.3695 +30.5407 +50.3595 +55.4654 +57.9102 +66.4034 +71.6805 +67.9889 +64.0743 +60.3021 +60.3874 +65.179 +69.1692 +74.8484 +71.7321 +67.82 +65.5004 +45.8021 +31.4389 +12.6162 +8.13231 +9.69474 +8.1323 +14.9985 +25.9916 +31.1999 +50.2322 +55.6426 +58.1111 +66.6379 +71.8372 +68.1099 +64.156 +60.3808 +60.745 +65.3639 +68.2429 +74.9844 +71.7713 +67.8469 +65.5156 +45.8273 +31.4297 +12.6162 +8.13231 +9.69472 +8.16085 +14.7065 +25.7696 +30.9567 +50.3655 +55.4309 +57.8709 +66.3931 +71.6142 +67.1081 +63.2046 +59.7007 +59.6086 +64.748 +67.0539 +73.3484 +70.4389 +66.7275 +64.5178 +45.5798 +31.1322 +12.6306 +8.13652 +9.69473 +8.13229 +13.9447 +25.0077 +30.2287 +50.2736 +56.099 +58.0814 +66.4087 +71.6466 +68.0028 +64.0807 +60.2329 +60.3339 +65.8941 +69.1201 +74.8452 +71.7147 +67.7907 +65.4718 +45.738 +31.3475 +12.6165 +8.13231 +9.69472 +8.18413 +14.5667 +25.6274 +30.8149 +50.0055 +55.433 +57.9637 +66.4306 +71.71 +68.0142 +64.1091 +60.2501 +60.3214 +65.266 +68.4082 +74.7403 +71.7276 +67.8084 +65.4858 +45.7698 +31.3725 +13.0857 +8.13231 +9.69473 +8.18414 +14.6349 +25.4414 +30.0558 +40.2757 +46.3685 +58.7217 +66.7567 +72.1495 +69.0749 +65.0038 +61.1469 +61.2808 +65.4474 +68.079 +74.45 +71.8083 +67.5492 +65.4705 +44.8856 +32.1826 +13.8201 +8.1323 +9.74657 +8.13231 +14.6095 +25.4269 +30.0177 +40.0335 +45.6852 +50.2994 +67.1915 +71.7576 +66.8861 +63.6234 +59.0192 +59.1547 +63.3938 +66.0443 +70.6139 +67.5704 +62.8559 +61.2416 +44.782 +30.5287 +12.6162 +8.1323 +9.69472 +8.18413 +14.2636 +25.377 +30.684 +50.1816 +55.2569 +57.9354 +66.4083 +71.8062 +68.0281 +64.0937 +60.1823 +60.3644 +65.2685 +68.611 +74.4829 +71.7242 +67.7471 +65.4913 +45.7634 +31.359 +12.6159 +8.1323 +9.74656 +8.13232 +14.6305 +25.7025 +30.9308 +49.8695 +55.4108 +57.936 +66.4112 +71.8595 +68.1555 +64.2636 +60.156 +60.439 +65.2095 +67.6363 +74.3296 +71.7114 +67.7206 +65.4636 +45.7219 +31.3049 +12.6157 +8.18414 +9.69472 +8.1323 +14.4958 +25.5665 +30.8857 +49.742 +55.378 +57.9465 +66.4096 +71.9451 +68.021 +64.1809 +60.2501 +60.3503 +65.1257 +67.663 +74.8242 +71.693 +67.7153 +65.4598 +45.5793 +31.2156 +12.6154 +8.18415 +9.69473 +8.13231 +14.3574 +25.3361 +30.6349 +49.8256 +55.2379 +57.7818 +66.3728 +71.9185 +68.0542 +64.1847 +60.2322 +60.3221 +65.1991 +67.5619 +74.5353 +71.6844 +67.7046 +65.4433 +45.565 +31.2183 +12.6241 +8.17682 +9.69473 +8.13229 +14.1103 +25.2733 +30.5455 +50.1586 +55.2987 +57.8359 +66.3936 +71.9388 +67.9757 +64.0843 +60.4091 +60.2989 +65.2987 +67.8577 +74.5923 +71.7433 +67.7559 +65.4999 +45.7601 +31.4154 +13.0909 +8.15257 +9.69473 +8.13229 +14.6293 +25.4747 +30.0427 +40.2672 +46.3004 +58.7002 +66.697 +72.0813 +69.0533 +64.8968 +61.1379 +61.2437 +65.4181 +69.0039 +74.602 +71.7858 +67.493 +65.4872 +44.741 +32.1468 +13.8049 +8.18415 +9.69472 +8.1323 +14.4978 +25.4144 +30.0948 +39.9532 +45.687 +50.2916 +67.0576 +71.6158 +66.8161 +63.6617 +59.0348 +59.2614 +63.4066 +65.5593 +70.6776 +67.6285 +62.9315 +61.3262 +44.8519 +30.6577 +12.6306 +8.16697 +9.69473 +8.13231 +14.6879 +25.8167 +30.9748 +49.7442 +55.4288 +58.013 +66.552 +71.9684 +68.0214 +64.1083 +60.3661 +60.5495 +65.3143 +67.7475 +74.4192 +71.7476 +67.7069 +65.6542 +45.7475 +31.4634 +12.614 +8.13231 +9.69472 +8.13231 +14.768 +25.7607 +31.0092 +49.783 +55.4391 +58.0035 +66.5488 +71.9002 +67.9909 +64.0799 +60.4248 +60.3834 +65.554 +67.3097 +74.7415 +71.7272 +67.684 +65.489 +45.697 +31.4012 +12.6139 +8.13231 +9.69472 +8.18414 +14.5361 +25.612 +30.8729 +49.6874 +55.238 +57.7681 +66.4191 +71.9181 +67.6224 +63.7672 +59.6584 +60.7281 +65.2012 +67.355 +74.6632 +71.6818 +67.635 +65.4412 +45.4846 +31.2327 +12.6154 +8.1323 +9.74655 +8.1323 +13.8834 +24.8996 +30.0958 +50.3357 +55.2374 +57.8572 +66.4019 +70.3849 +67.2816 +63.569 +60.2769 +60.3976 +65.0755 +68.1336 +73.6566 +70.9927 +66.9414 +65.4312 +45.5006 +31.1177 +12.6149 +8.13232 +9.69823 +8.18063 +13.8825 +24.9226 +30.2166 +50.3417 +55.4685 +57.9047 +66.4218 +70.3663 +67.0449 +63.3784 +59.5428 +60.2687 +65.2347 +67.4434 +73.4487 +70.7658 +66.939 +65.4274 +45.4615 +31.0942 +13.084 +8.1323 +9.74656 +8.1323 +13.6476 +24.4537 +29.1399 +40.2633 +46.3344 +58.4364 +66.4283 +70.8317 +68.0262 +63.9821 +60.7805 +61.2559 +65.3871 +68.3778 +73.9816 +70.7658 +66.6838 +65.156 +44.706 +31.8433 +8.17221 +9.69473 +8.13229 +13.4884 +24.3024 +28.86 +46.0078 +46.5261 +50.1656 +66.0757 +70.0557 +65.3502 +62.9078 +57.6545 +57.8465 +61.8689 +63.4948 +62.1727 +66.0229 +61.3795 +60.3257 +44.6052 +30.3237 +12.6165 +8.13232 +9.69472 +8.1323 +13.2143 +24.1064 +29.5814 +56.0326 +55.7775 +57.7362 +66.4352 +71.1004 +67.0376 +63.1545 +59.5173 +59.4716 +64.5841 +65.7275 +65.9468 +70.3123 +66.2559 +63.8467 +44.5098 +31.0644 +12.6116 +8.17433 +9.6947 +8.13229 +12.9463 +24.12 +30.1771 +55.0942 +53.9441 +56.457 +66.2804 +85.648 +89.961 +88.5317 +81.5497 +77.9174 +80.261 +81.922 +80.6291 +80.0873 +72.8109 +65.0635 +44.0538 +29.7737 +12.6112 +8.1323 +9.6947 +8.13229 +12.8196 +25.1702 +30.7737 +54.6454 +54.1491 +57.4942 +74.107 +87.878 +90.7441 +87.03 +82.0878 +79.2115 +83.8862 +88.0646 +87.039 +84.9219 +79.9183 +68.7584 +44.1427 +29.7493 +12.6121 +8.13231 +9.69471 +8.1323 +12.8714 +24.9051 +30.6037 +55.3364 +54.8219 +56.467 +65.4212 +70.5644 +67.2356 +63.7879 +62.972 +62.0597 +63.9854 +65.166 +65.353 +70.3123 +66.1478 +63.7883 +44.4512 +31.0994 +12.6126 +8.13232 +9.69472 +8.16677 +12.8369 +24.4539 +29.9049 +50.0167 +55.8751 +57.2383 +65.6492 +70.4771 +66.6444 +62.76 +58.8235 +60.0156 +64.9892 +65.8201 +65.9528 +70.9935 +66.8674 +65.0526 +45.4302 +31.0963 +13.0861 +8.18416 +9.69473 +8.13229 +13.8852 +24.7248 +29.3764 +40.5759 +46.3598 +58.6493 +66.5795 +72.0518 +68.8719 +64.9641 +61.1228 +61.1234 +65.1824 +66.5473 +66.5428 +71.631 +67.2388 +65.0004 +44.6499 +31.9421 +13.8132 +8.13231 +9.74659 +8.13231 +13.9434 +24.7746 +29.4813 +40.6301 +45.7258 +50.4444 +67.1739 +71.5568 +66.7729 +63.6371 +59.0479 +59.06 +63.236 +64.9221 +63.4834 +67.3576 +62.8241 +61.1712 +44.8035 +30.5269 +12.6324 +8.15339 +9.69473 +8.13229 +14.3303 +25.5178 +30.6726 +50.6446 +55.4859 +57.7232 +66.4397 +71.8797 +67.9933 +64.0832 +60.216 +60.1668 +64.9547 +66.5535 +66.5647 +71.6861 +67.4381 +65.0671 +45.4049 +31.2805 +12.6167 +8.13231 +9.69472 +8.18413 +14.3393 +25.402 +30.6214 +50.6794 +55.3812 +57.7541 +66.4635 +71.8303 +67.3701 +63.8414 +60.4936 +60.3902 +65.0487 +67.2077 +66.7168 +71.6774 +67.4291 +65.0101 +45.4519 +31.1989 +12.6167 +8.1323 +9.74658 +8.13227 +13.7191 +24.6386 +29.8238 +50.4748 +55.2819 +56.8091 +65.6902 +70.7545 +67.7145 +64.2961 +59.1764 +59.0035 +63.9543 +65.3663 +65.418 +70.3208 +66.0593 +64.0765 +45.0183 +31.1165 +12.616 +8.13229 +9.69473 +8.18416 +13.559 +24.5105 +29.9115 +50.4623 +55.4841 +57.7775 +66.4074 +71.8598 +67.9523 +64.063 +60.4028 +60.188 +64.9613 +66.5677 +66.454 +71.7093 +67.3901 +65.022 +45.5287 +31.3233 +12.6134 +8.13231 +9.69472 +8.1323 +14.3542 +25.3705 +30.5942 +50.2521 +55.4148 +57.7838 +66.4247 +71.8881 +67.9738 +64.0611 +60.2307 +60.1776 +64.9448 +66.5489 +66.696 +71.7149 +67.4752 +64.909 +45.5977 +31.2905 +13.0825 +8.1323 +9.74656 +8.1323 +14.3348 +25.1444 +29.7927 +40.2241 +46.2705 +58.4372 +66.5701 +71.8264 +68.709 +64.959 +61.0941 +61.2828 +65.257 +66.6475 +66.2705 +71.2495 +67.1318 +64.8222 +44.6591 +32.0232 +13.8204 +8.1323 +9.74656 +8.1323 +14.0604 +24.906 +29.5172 +40.2568 +45.9856 +50.1751 +66.7776 +71.2945 +66.8037 +63.6763 +59.0028 +59.0806 +63.1391 +64.7963 +63.3893 +67.3677 +62.8583 +61.0167 +44.8089 +30.5837 +12.6142 +8.1323 +9.69472 +8.18413 +14.3574 +25.4025 +30.712 +50.0652 +55.3633 +57.771 +66.4269 +71.8695 +67.9775 +64.0842 +60.2039 +60.201 +64.9399 +66.5751 +66.2197 +71.6912 +67.3142 +64.8561 +45.4656 +31.2819 +12.6168 +8.1323 +9.74656 +8.1323 +14.3177 +25.3585 +30.5497 +50.2542 +55.2584 +57.6128 +66.4159 +71.8488 +67.5205 +63.5869 +59.5876 +60.1997 +65.2162 +65.8642 +65.5125 +64.804 +67.2866 +64.8198 +45.3847 +31.3061 +12.6156 +8.13232 +9.69474 +8.1323 +14.068 +25.0541 +30.4 +49.945 +55.1389 +57.5964 +66.3988 +71.3167 +67.3615 +63.1751 +59.2106 +59.2771 +65.0059 +65.8507 +65.731 +65.5104 +66.6013 +64.7571 +45.3692 +31.1335 +12.6172 +8.13232 +9.69472 +8.13231 +13.733 +24.6594 +29.8902 +50.5986 +55.6249 +57.954 +66.5648 +70.4502 +66.9314 +63.1564 +59.5414 +60.1429 +65.0238 +66.0406 +66.4777 +64.8499 +66.5984 +64.0721 +45.3634 +31.1062 +12.6191 +8.1323 +9.74658 +8.1323 +13.5394 +24.4812 +29.6635 +50.59 +55.555 +57.5306 +66.3905 +70.5227 +67.0435 +63.1594 +59.277 +59.2598 +64.2196 +66.0769 +65.8655 +64.5029 +66.3049 +64.07 +45.3668 +31.0987 +13.0887 +8.18413 +9.69472 +8.13231 +13.6959 +24.5445 +29.3524 +40.0684 +46.1087 +58.2574 +66.5325 +71.7699 +68.2197 +64.1584 +60.2277 +60.4228 +65.1458 +66.5107 +65.7819 +64.4613 +66.3146 +64.6298 +44.6241 +31.859 +13.8789 +8.14431 +9.69473 +8.13229 +13.5286 +24.298 +28.9025 +40.3192 +45.5606 +50.245 +66.7646 +71.382 +66.7627 +63.6282 +59.0128 +58.9687 +63.8562 +63.8874 +62.2714 +60.5174 +62.7617 +61.141 +44.6483 +30.4468 +12.6223 +8.1529 +9.6947 +8.13229 +13.8141 +24.9726 +30.2019 +49.6038 +54.9793 +57.5379 +66.399 +71.286 +67.1741 +62.9736 +59.543 +59.7844 +63.8803 +65.8932 +65.3859 +65.0895 +66.4593 +64.6311 +45.3786 +31.156 +12.6131 +8.1323 +9.6947 +8.13229 +13.3629 +24.2933 +29.6232 +50.1371 +54.883 +57.5242 +66.4063 +70.4408 +67.0837 +63.3997 +60.2878 +60.3627 +64.9782 +66.7503 +65.9415 +65.8763 +67.0845 +64.6459 +45.392 +31.2804 +12.6149 +8.1323 +9.69471 +8.1323 +14.1361 +25.149 +30.4323 +49.6105 +54.85 +57.5268 +66.3976 +71.3981 +67.7232 +63.7957 +60.4316 +60.518 +64.9013 +65.9553 +65.5447 +64.1106 +67.1366 +64.5808 +45.3794 +31.2308 +12.6155 +8.13231 +9.69472 +8.18413 +13.8374 +24.8773 +30.1551 +49.7205 +54.8054 +57.5539 +66.3927 +71.6618 +67.3644 +63.9954 +59.7683 +59.3536 +63.9391 +65.6688 +64.6953 +64.0657 +66.0451 +64.092 +45.4121 +31.102 +12.6156 +8.1323 +9.74658 +8.1323 +13.411 +24.1378 +29.5814 +48.8034 +53.7311 +56.202 +65.2506 +72.708 +73.4189 +69.9301 +63.6715 +59.6103 +64.4981 +66.5685 +68.0132 +66.9819 +69.0504 +63.8517 +43.9987 +29.7688 +13.0849 +8.13231 +9.69471 +8.1323 +12.8714 +23.972 +29.061 +39.0309 +44.9541 +57.3023 +65.7272 +76.1567 +73.5858 +73.7042 +67.6801 +64.1888 +65.7858 +65.7634 +68.9478 +68.4506 +67.1326 +63.7512 +43.2651 +30.5065 +13.8365 +8.17185 +9.69473 +8.13229 +12.8196 +24.5811 +29.224 +38.8042 +44.181 +48.7036 +66.0535 +70.7633 +66.0501 +63.1818 +58.455 +58.3037 +62.2985 +63.5405 +61.8393 +59.7799 +61.6687 +60.2849 +44.6367 +30.3487 +12.6188 +8.1323 +9.69472 +8.13229 +13.4203 +24.3033 +29.814 +50.2578 +54.6604 +57.5536 +66.3814 +71.1836 +67.2832 +63.1538 +60.2201 +60.1538 +65.0552 +66.727 +66.5512 +66.215 +67.1442 +64.7728 +45.3899 +31.1886 +12.6156 +8.1323 +9.69471 +8.1323 +14.0216 +25.0045 +30.2288 +49.7101 +54.611 +57.5566 +66.4121 +70.489 +66.8666 +63.1504 +59.5671 +59.4733 +65.0967 +65.8427 +65.2545 +63.715 +67.139 +64.694 +45.3746 +31.1356 +12.615 +8.13231 +9.69472 +8.1323 +13.5067 +24.4474 +29.7757 +50.2558 +54.4096 +57.1818 +65.7145 +70.5168 +66.5837 +62.7138 +58.8189 +59.2624 +64.3397 +65.3882 +64.992 +65.4831 +67.109 +64.6628 +45.3876 +31.1299 +12.6153 +8.13229 +9.69473 +8.18416 +13.8306 +24.8129 +30.1799 +49.5369 +54.543 +57.6083 +66.4091 +71.8076 +67.3356 +63.2467 +59.3038 +60.1719 +64.8765 +65.8721 +65.468 +63.9407 +66.3956 +64.6363 +45.4387 +31.2557 +12.625 +8.1323 +9.69473 +8.13229 +13.7924 +24.8666 +30.0666 +50.3004 +54.8135 +57.7708 +66.4108 +71.8848 +67.2732 +63.3833 +60.1916 +60.1712 +65.0288 +66.0247 +64.5725 +64.4801 +66.5951 +63.4746 +44.9074 +31.1758 +13.0843 +8.13231 +9.69471 +8.1323 +13.8543 +24.6161 +29.2675 +40.1672 +46.1044 +58.477 +66.6101 +71.9902 +68.8534 +64.9863 +61.1376 +61.1587 +65.2065 +66.7515 +65.0743 +65.4184 +67.0897 +64.7667 +44.6653 +31.9157 +13.8279 +8.17247 +9.69473 +8.13229 +14.3338 +25.089 +29.6749 +39.8511 +45.6442 +50.2337 +66.8684 +71.5243 +66.8387 +63.647 +59.1085 +58.9637 +63.1726 +64.7253 +63.2822 +60.7619 +62.8288 +61.1639 +44.8003 +30.5473 +12.6315 +8.15885 +9.69473 +8.13229 +14.2088 +25.3084 +30.5775 +49.4286 +54.4412 +57.6017 +66.4097 +71.8741 +67.2737 +63.4587 +60.2105 +60.4537 +64.881 +66.7847 +64.5614 +64.5849 +66.3904 +64.8168 +45.3833 +31.1726 +12.6144 +8.13231 +9.6947 +8.13229 +13.7274 +24.7969 +29.9698 +49.6621 +54.5008 +57.5437 +66.4174 +71.1743 +67.2727 +63.3769 +59.3982 +58.7846 +63.5886 +65.2251 +64.4377 +63.3783 +66.3895 +64.3555 +45.3636 +31.1286 +12.6153 +8.13228 +9.69472 +8.18413 +13.592 +24.6215 +29.8568 +49.3888 +54.4611 +56.8631 +65.7463 +70.9599 +67.5037 +63.6315 +59.6703 +59.2538 +64.5638 +67.3054 +65.1395 +63.2068 +65.8021 +63.3885 +44.5243 +30.5958 +12.6178 +8.18413 +9.69469 +8.13228 +12.898 +24.4184 +29.9987 +48.5102 +53.068 +56.3653 +65.0316 +71.0026 +69.328 +63.275 +59.3093 +59.1918 +63.9257 +65.9463 +64.9115 +63.3154 +66.0521 +63.8987 +45.3666 +31.1425 +12.6172 +8.13231 +9.69471 +8.1323 +13.5071 +24.3989 +24.4864 +49.3604 +54.4076 +56.9046 +65.5724 +71.0871 +67.6076 +63.7037 +59.4745 +59.26 +63.7482 +65.4881 +64.8135 +63.1223 +66.0537 +63.8412 +45.0485 +31.1543 +13.0978 +8.13513 +9.69473 +8.13229 +13.5056 +24.2361 +23.4157 +39.6494 +46.0968 +57.7185 +65.9411 +71.1295 +68.2974 +64.4787 +60.3845 +60.1955 +64.3675 +65.4131 +64.821 +62.4025 +65.7524 +63.4114 +43.7192 +31.8741 +13.8552 +8.15683 +9.69473 +8.13229 +13.4329 +24.2245 +23.3447 +39.6073 +44.4716 +49.7112 +65.572 +70.564 +66.2555 +63.439 +58.2523 +58.062 +62.1676 +63.8634 +63.3628 +59.7295 +61.7359 +60.8631 +44.6408 +30.3508 +12.6317 +8.1323 +9.69473 +8.13229 +13.589 +24.6035 +24.3235 +49.3674 +54.5272 +57.661 +66.4149 +71.3909 +67.2898 +63.4112 +59.9873 +59.0213 +63.716 +65.3801 +64.6722 +63.3783 +66.4252 +63.874 +45.3719 +31.1568 +12.6172 +8.13231 +9.69472 +8.1323 +13.2841 +24.118 +24.119 +50.1033 +54.6749 +57.7309 +66.3967 +71.1975 +67.2746 +63.1609 +59.215 +59.3675 +64.4839 +65.4944 +65.0148 +63.5829 +66.4593 +64.7541 +45.4079 +31.1572 +12.6207 +8.1323 +9.6947 +8.13229 +13.5836 +24.5856 +24.3117 +49.3171 +53.9643 +56.9055 +65.5315 +70.9206 +67.4446 +63.6625 +59.5952 +59.1904 +63.7798 +65.3946 +65.0252 +63.8194 +65.7152 +63.8431 +44.5288 +31.1033 +12.6142 +8.13229 +9.69473 +8.18414 +13.398 +24.342 +24.5063 +49.6679 +53.7268 +57.1223 +65.0359 +70.4719 +66.9319 +63.0114 +58.9069 +58.8272 +63.4956 +65.3717 +65.3589 +64.4092 +66.1684 +64.1298 +45.3868 +31.1218 +12.6305 +8.14145 +9.6947 +8.13229 +13.2275 +24.12 +24.4933 +48.7306 +54.49 +57.1914 +65.49 +71.1931 +66.5908 +62.7178 +59.311 +59.4808 +64.5586 +65.8207 +65.5221 +63.6816 +66.1681 +64.1303 +45.4317 +31.0719 +13.0882 +8.18414 +9.69473 +8.13228 +13.4238 +24.1164 +23.288 +39.8912 +46.09 +57.7703 +65.9199 +71.1406 +67.5393 +63.87 +59.808 +60.2014 +64.3683 +66.7904 +65.2625 +63.3681 +65.7161 +63.5085 +43.7238 +31.8555 +13.8774 +8.14554 +9.6947 +8.13229 +13.145 +23.8323 +23.1804 +39.9236 +44.7714 +50.0694 +66.7606 +71.0026 +65.3992 +62.9633 +57.8895 +57.7733 +61.8374 +63.5435 +62.0776 +59.431 +61.4027 +60.1185 +44.6528 +30.3515 +12.616 +8.18413 +9.69469 +8.13231 +13.3235 +24.2789 +23.5881 +49.3369 +54.6492 +56.8226 +65.4937 +70.7382 +67.1405 +63.4649 +59.2584 +58.9479 +63.8616 +65.4427 +64.8488 +62.8189 +65.7159 +63.9593 +45.0288 +31.1491 +12.6154 +8.13231 +9.69471 +8.1323 +13.3193 +24.0857 +24.5382 +49.048 +53.6429 +56.2598 +65.1678 +71.1454 +68.9745 +63.9196 +59.2676 +59.0301 +63.9042 +65.4517 +65.1895 +64.6894 +66.0443 +63.4486 +44.3735 +30.7742 +12.623 +8.14106 +9.6947 +8.13229 +13.3135 +24.3028 +23.7947 +49.112 +54.5525 +57.1917 +65.9456 +70.4911 +67.0995 +63.9146 +59.4912 +59.107 +63.8074 +65.6351 +64.9995 +62.7921 +65.7658 +63.8597 +44.6957 +31.1422 +12.6211 +8.1323 +9.6947 +8.13229 +13.3157 +24.3293 +23.7119 +49.0247 +53.8718 +56.2539 +65.1322 +70.9659 +67.4169 +64.0946 +59.5431 +59.1985 +63.899 +65.6369 +65.4162 +64.0705 +65.9247 +63.4506 +44.4589 +31.1156 +12.617 +8.13229 +9.69472 +8.18415 +12.8326 +24.2713 +24.5699 +48.917 +53.1552 +56.2113 +65.5464 +71.2116 +70.6678 +67.1374 +59.5843 +59.149 +63.7501 +65.5638 +64.8537 +63.1346 +65.7818 +63.9024 +45.4367 +31.0659 +13.0887 +8.18414 +9.69469 +8.13231 +13.0889 +23.8084 +22.9204 +38.5393 +45.476 +57.6495 +65.6976 +71.0855 +67.9933 +64.1776 +60.4366 +59.9275 +63.81 +65.2744 +64.6989 +61.846 +66.1188 +64.1311 +44.6369 +31.8864 +13.8437 +8.16518 +9.69473 +8.13229 +13.3644 +24.197 +22.7933 +39.5633 +44.7393 +49.2466 +65.7396 +70.3461 +66.0073 +63.0206 +58.079 +57.8302 +62.002 +63.9706 +62.3781 +59.1563 +61.4407 +60.2641 +44.6302 +30.3466 +12.6329 +8.16411 +9.6947 +8.13229 +13.3419 +24.3624 +23.4855 +49.2517 +54.017 +56.8088 +65.4878 +70.7119 +67.186 +63.3075 +59.2186 +59.0571 +63.8215 +65.4149 +64.908 +63.1038 +65.8556 +63.904 +44.5213 +31.061 +12.6174 +8.18399 +9.6947 +8.13229 +12.9652 +24.1739 +24.2094 +48.7091 +54.0989 +56.3204 +65.068 +71.3188 +70.6546 +66.5032 +60.6835 +60.148 +65.0455 +66.9493 +67.8051 +66.8901 +68.4682 +63.756 +44.5772 +30.4261 +12.6283 +8.14309 +9.6947 +8.13229 +12.8196 +25.0018 +24.7215 +48.994 +53.4166 +56.9634 +71.1867 +86.8301 +88.046 +89.3003 +83.3088 +81.5529 +85.2964 +86.4869 +68.3814 +67.1341 +66.8621 +63.9042 +44.0232 +29.7804 +12.6161 +8.1323 +9.6947 +8.13229 +12.8196 +24.8587 +25.2489 +49.0387 +53.9243 +57.7582 +66.1432 +70.4848 +66.6227 +62.7233 +59.585 +59.6747 +64.598 +65.5346 +65.376 +64.4093 +66.0524 +63.9041 +45.4223 +31.077 +12.6231 +8.17402 +9.6947 +8.13229 +13.2883 +24.1391 +24.6356 +49.2464 +54.7781 +57.2105 +65.9614 +70.4723 +66.6289 +62.7261 +59.2319 +59.5064 +63.4823 +65.2567 +64.7637 +62.5238 +65.7809 +63.8692 +44.731 +31.1254 +13.0862 +8.13231 +9.69472 +8.1323 +13.1669 +23.8894 +22.6049 +38.5361 +44.6109 +57.1481 +65.791 +75.4861 +76.6685 +76.2231 +71.3364 +73.7353 +78.9783 +77.2324 +78.5601 +74.0362 +71.7941 +66.206 +44.4995 +30.6053 +13.8155 +8.18413 +9.69469 +8.13228 +12.8196 +24.6129 +24.5895 +38.4581 +44.2462 +48.7882 +67.3145 +77.1902 +81.4446 +83.6909 +80.054 +80.5015 +84.0034 +64.2071 +71.9519 +59.6279 +61.7811 +59.841 +43.7286 +29.8775 +12.6326 +8.14456 +9.6947 +8.13229 +12.8196 +24.7031 +24.1182 +48.3118 +53.1924 +56.3896 +65.4749 +71.4661 +71.3754 +66.8337 +59.7554 +59.6414 +65.0497 +67.4599 +68.1904 +63.0757 +66.0055 +63.456 +44.5254 +30.6017 +12.6173 +8.18414 +9.69469 +8.13228 +12.876 +24.575 +24.3429 +48.1945 +53.1077 +56.4125 +65.4168 +73.729 +73.9898 +73.0615 +68.9557 +71.1919 +73.9761 +76.3845 +75.5329 +72.1201 +72.5512 +65.8089 +44.1617 +29.7662 +12.6162 +8.13231 +9.69471 +8.1323 +12.8714 +24.9731 +26.4733 +50.3082 +54.5744 +59.4543 +67.2612 +71.146 +71.6904 +67.813 +59.5579 +59.2935 +64.2456 +65.6902 +65.5129 +64.4354 +66.2248 +63.4498 +44.0687 +30.1423 +12.6224 +8.18088 +9.6947 +8.13229 +12.8594 +24.6023 +24.3428 +49.1177 +53.8721 +56.9174 +65.7135 +70.5208 +66.8618 +63.6181 +59.2201 +58.8957 +63.8788 +65.3492 +64.7126 +63.3325 +65.7803 +63.9063 +44.5271 +31.1 +12.618 +8.1323 +9.74658 +8.13227 +13.1374 +24.1203 +24.4156 +48.5326 +53.9067 +56.2414 +65.39 +71.3318 +67.529 +63.5589 +59.4309 +59.1288 +63.7615 +65.4372 +65.0052 +63.5829 +65.7952 +63.4508 +44.5255 +31.0625 +13.0865 +8.18413 +9.69469 +8.13231 +13.0522 +23.8379 +22.8321 +38.863 +45.1996 +57.0173 +65.5486 +71.4907 +69.4789 +66.2858 +63.8835 +64.0667 +70.2928 +67.8212 +67.7455 +65.8382 +68.1494 +67.3329 +44.4636 +30.4903 +13.8739 +8.13231 +9.69472 +8.1323 +12.8714 +24.1204 +23.362 +38.862 +44.105 +49.0915 +65.8309 +70.9028 +69.4178 +66.096 +61.5154 +61.1297 +65.5493 +65.9542 +63.4972 +59.799 +56.355 +59.8949 +43.2773 +29.6537 +12.6231 +8.1323 +9.69473 +8.13229 +12.8196 +24.4739 +23.5863 +48.5598 +53.1628 +56.172 +65.3517 +71.2134 +68.6726 +64.769 +59.6882 +59.3574 +64.9572 +69.2411 +68.8166 +64.4141 +60.5053 +63.451 +44.5287 +31.0637 +12.6178 +8.18413 +9.69469 +8.13231 +12.9513 +24.2009 +23.7993 +48.1894 +53.1371 +58.6598 +69.4244 +80.9435 +80.8469 +77.9888 +74.0173 +72.9685 +78.1019 +80.7487 +81.7869 +77.7775 +72.6354 +71.4613 +47.6479 +34.7264 +12.6191 +8.18415 +9.69472 +8.13231 +12.8196 +26.6936 +27.4568 +48.2285 +53.6136 +56.5788 +65.2167 +70.9198 +67.0107 +62.9665 +58.8222 +58.9341 +63.6874 +65.2448 +65.095 +63.1939 +60.4711 +63.4516 +44.53 +31.0602 +12.6165 +8.18413 +9.69469 +8.13228 +12.8196 +24.3582 +24.1537 +48.8872 +53.106 +56.3231 +65.2421 +73.9726 +72.8199 +70.3737 +62.4898 +59.3433 +63.9987 +65.5647 +65.4001 +64.1263 +60.7152 +63.477 +44.0776 +30.167 +12.6162 +8.1323 +9.74658 +8.13227 +12.8196 +24.7197 +24.3646 +48.4435 +53.2445 +56.4612 +67.0134 +77.1444 +77.8488 +73.4648 +70.733 +68.9145 +74.8419 +77.2737 +77.7422 +71.7516 +65.0209 +65.8707 +44.0741 +29.9933 +13.0849 +8.1323 +9.74658 +8.1323 +12.8196 +23.9503 +22.824 +38.7012 +44.6109 +57.9256 +66.9983 +78.5527 +76.5505 +75.0437 +69.8671 +69.955 +74.8709 +74.257 +73.2224 +68.9558 +62.9411 +64.007 +43.3966 +30.4822 +13.8755 +8.14716 +9.6947 +8.13229 +12.8196 +24.4752 +24.2374 +38.4644 +45.3365 +48.8892 +65.6385 +70.2633 +65.8046 +62.6141 +57.6971 +57.984 +62.2246 +63.8476 +62.5454 +59.8074 +56.5592 +59.9756 +43.2796 +28.9775 +12.6189 +8.13227 +9.6947 +8.13229 +12.8196 +25.1674 +24.8753 +48.4481 +56.3018 +56.4959 +66.0003 +77.0462 +74.5 +67.6356 +59.5952 +59.3569 +64.2714 +65.8065 +65.442 +63.3912 +60.6148 +63.451 +44.0765 +30.1874 +12.6155 +8.13229 +9.69473 +8.18416 +12.8195 +24.6888 +24.5127 +48.6983 +53.4177 +56.2826 +65.2527 +76.1924 +74.4178 +68.9754 +61.6939 +59.8528 +66.5887 +69.898 +70.6559 +64.5 +60.9735 +63.4753 +44.0776 +30.1966 +12.615 +8.13229 +9.69473 +8.18416 +12.8195 +24.7956 +24.0388 +47.923 +53.5147 +57.429 +66.9157 +78.8024 +79.2004 +76.7431 +71.2935 +69.584 +77.4107 +79.4585 +81.5658 +74.7212 +66.8597 +66.2924 +44.3223 +29.7135 +12.617 +8.1323 +9.74659 +8.13227 +12.8196 +25.0741 +25.4908 +47.8979 +53.3128 +56.7485 +66.5148 +79.0847 +82.709 +82.106 +77.5199 +79.441 +86.404 +91.3587 +93.3272 +86.6499 +79.5444 +78.7212 +52.6405 +30.6876 +12.6191 +8.1323 +9.74658 +8.13227 +13.1417 +28.989 +29.0495 +56.8756 +68.7763 +79.3855 +87.7207 +97.3633 +96.7753 +92.4693 +83.9259 +80.8499 +81.6959 +80.2713 +82.2979 +73.7128 +67.6355 +64.9193 +44.3511 +29.7301 +13.0851 +8.1323 +9.74657 +8.1323 +12.8195 +25.3516 +23.1719 +38.828 +44.6958 +56.961 +65.4998 +71.4891 +70.9492 +67.8092 +62.3572 +64.5446 +69.9122 +69.3277 +69.4705 +68.275 +59.7026 +63.8565 +43.2764 +30.955 +13.8514 +8.16204 +9.69473 +8.13229 +12.8196 +24.3179 +22.7868 +38.6354 +44.0163 +48.7036 +65.643 +70.7396 +67.9734 +66.5033 +61.3068 +63.7238 +68.2099 +69.6515 +67.4421 +62.7224 +59.4914 +60.1284 +43.3104 +28.9655 +12.6165 +8.1323 +9.74658 +8.13227 +12.8196 +24.6709 +24.8105 +48.6679 +53.2776 +56.4126 +65.1435 +71.2692 +69.6715 +66.7302 +61.3409 +59.4356 +66.3502 +69.649 +70.5641 +65.9118 +59.3131 +63.48 +44.0786 +30.7344 +12.6177 +8.1323 +9.74656 +8.1323 +12.9947 +24.443 +23.4776 +48.5961 +53.1638 +56.2635 +65.3944 +76.6876 +79.1217 +74.4514 +70.934 +69.7867 +77.961 +82.9258 +83.5195 +77.9593 +69.6499 +66.8886 +44.1815 +29.7254 +12.616 +8.1323 +9.74657 +8.13227 +12.8195 +24.6783 +24.9062 +48.0605 +53.6694 +57.4817 +68.2901 +82.1598 +83.1959 +70.6194 +62.6622 +61.3115 +67.8479 +71.5808 +71.9601 +74.0696 +70.558 +67.7689 +44.3563 +29.724 +12.6174 +8.1323 +9.74658 +8.13227 +12.8195 +25.488 +25.5039 +48.3112 +57.6865 +58.34 +68.9496 +80.755 +81.656 +78.8329 +69.3904 +60.6964 +70.4813 +71.9267 +75.5306 +70.6138 +64.2502 +64.0676 +44.0856 +29.7133 +12.6182 +8.1323 +9.74658 +8.13227 +12.8196 +24.6049 +24.7151 +48.6704 +53.4603 +56.4162 +65.9641 +73.782 +73.9734 +70.0791 +60.7576 +59.5288 +64.1966 +68.8085 +69.1397 +66.2927 +60.9475 +63.9242 +44.0094 +30.1175 +13.085 +8.13231 +9.69471 +8.1323 +12.9386 +23.9744 +22.7705 +38.8761 +44.6109 +57.1156 +65.5506 +74.7592 +73.534 +73.8603 +69.1265 +70.4871 +74.3757 +76.3671 +80.7527 +78.9573 +69.7384 +69.948 +44.7306 +30.504 +13.8615 +8.13229 +9.69472 +8.18415 +12.8195 +24.5797 +24.0737 +39.0913 +53.8943 +61.7358 +84.1285 +91.8482 +89.2902 +87.2284 +80.9152 +80.9572 +86.1611 +89.0773 +88.4365 +82.9826 +72.3331 +71.1743 +46.1743 +29.2206 +12.6258 +8.14833 +9.6947 +8.13229 +13.0315 +28.1006 +29.8644 +64.8092 +76.1424 +82.5699 +91.8063 +102.756 +102.741 +97.5866 +91.3773 +88.0792 +92.7847 +92.4989 +93.3758 +86.275 +81.4235 +76.271 +44.4778 +29.7403 +12.6175 +8.13229 +9.69473 +8.18414 +12.8195 +24.4957 +24.6591 +49.1649 +53.787 +56.917 +65.719 +70.5203 +66.6481 +62.7976 +58.9361 +59.1429 +63.5581 +65.3077 +65.0341 +62.5613 +58.7666 +63.9615 +45.0404 +31.1406 +12.6203 +8.1323 +9.6947 +8.13229 +13.2858 +24.1997 +23.4436 +48.5838 +53.8999 +57.1437 +65.4916 +70.7814 +67.2222 +63.3214 +59.3017 +59.121 +64.3606 +69.0456 +70.9569 +65.268 +59.1639 +63.5075 +44.3485 +30.683 +12.6168 +8.13231 +9.69471 +8.1323 +13 +24.254 +23.4985 +48.2124 +53.1072 +56.2975 +65.3265 +73.606 +73.6437 +68.8593 +63.3691 +60.1865 +67.9806 +69.3249 +70.0987 +67.2779 +61.5362 +63.7858 +44.0786 +30.0731 +12.6161 +8.1323 +9.69473 +8.18417 +12.8195 +24.456 +24.1122 +48.5689 +53.299 +57.7164 +66.8764 +79.4716 +82.7125 +77.746 +76.909 +76.6634 +83.3148 +84.4339 +87.3529 +83.7076 +77.5411 +73.4877 +47.4647 +30.5977 +13.0858 +8.13231 +9.69471 +8.1323 +13.0595 +26.9893 +28.3871 +48.6197 +59.5877 +81.4088 +90.5002 +100.145 +99.579 +94.0893 +87.4698 +86.5917 +94.5649 +98.0977 +100.342 +95.8463 +87.6376 +90.0883 +65.9917 +46.6925 +13.8391 +8.1323 +9.74658 +8.13227 +14.2347 +29.0367 +30.3189 +57.8217 +70.6748 +73.1776 +90.6609 +98.7824 +96.2294 +92.4292 +84.47 +83.9863 +81.5281 +86.6786 +85.6242 +76.7274 +73.3126 +67.2826 +43.8351 +29.0633 +12.6164 +8.13231 +9.69472 +8.1323 +12.8714 +25.5908 +26.6308 +48.2719 +53.53 +57.2745 +65.8179 +81.8605 +90.4094 +87.105 +78.9316 +78.215 +83.2362 +86.6001 +87.3764 +81.8742 +72.5861 +69.4561 +45.3849 +29.7585 +12.6164 +8.13229 +9.69472 +8.18413 +12.8195 +24.8099 +24.2949 +47.9009 +57.0497 +68.8047 +81.9899 +95.1385 +95.7597 +91.8278 +84.1497 +82.2806 +89.4796 +92.9761 +94.3325 +90.3435 +82.4937 +79.543 +51.9955 +30.1061 +12.6167 +8.13231 +9.69471 +8.1323 +13.0341 +26.5021 +26.9795 +50.0361 +62.5589 +60.7781 +70.7663 +83.6377 +84.3283 +79.0081 +76.1068 +75.6346 +83.2171 +88.4458 +87.7546 +79.1481 +74.9713 +72.3147 +44.4385 +29.737 +12.6174 +8.13229 +9.69473 +8.18414 +12.8195 +24.712 +24.7893 +47.9446 +53.1254 +57.3675 +67.0544 +78.1112 +76.4486 +77.0368 +69.8248 +67.9039 +74.0214 +77.3799 +78.881 +72.9787 +65.4092 +64.5354 +44.0569 +29.7818 +12.6151 +8.13231 +9.69471 +8.1323 +12.8714 +24.7196 +24.2656 +48.5857 +53.2721 +57.0297 +66.3003 +75.4807 +74.047 +71.3991 +65.5347 +63.2939 +71.1415 +78.5742 +79.5019 +71.7902 +63.3606 +64.0107 +44.0829 +29.7485 +13.0862 +8.13229 +9.69472 +8.18413 +12.8195 +23.9855 +23.1485 +38.8621 +44.9831 +58.8842 +68.9219 +80.207 +79.6521 +79.7147 +74.1463 +76.34 +79.2306 +82.515 +85.094 +80.6077 +70.9377 +66.151 +43.5547 +30.5275 +13.8418 +8.1323 +9.74656 +8.1323 +12.8196 +24.9305 +23.1323 +38.2337 +45.4815 +53.2603 +77.7857 +87.0328 +87.3019 +85.9362 +80.1421 +80.0046 +86.8976 +89.7749 +89.6818 +85.4267 +79.8876 +74.8086 +51.5056 +32.3979 +12.6278 +8.15069 +9.6947 +8.13229 +12.9386 +31.1573 +29.567 +51.9233 +65.7883 +75.4855 +83.9679 +95.8908 +99.3287 +96.3079 +89.1856 +86.3103 +93.3894 +96.5309 +95.9726 +92.855 +86.8167 +82.4186 +55.1532 +34.3159 +12.6154 +8.13231 +9.69471 +8.1323 +13.2347 +28.7945 +31.9063 +65.5781 +79.4462 +86.33 +94.5646 +106.276 +107.5 +103.391 +91.5071 +87.4898 +94.1138 +100.02 +100.714 +95.2732 +93.3698 +86.4318 +56.5794 +31.3239 +12.6172 +8.1323 +9.74657 +8.13226 +13.1654 +25.878 +26.1309 +48.1567 +56.0761 +65.9793 +82.6512 +91.8533 +91.3151 +89.7649 +83.9312 +84.0514 +90.1492 +94.0771 +88.4169 +85.1661 +76.795 +72.8108 +45.8047 +29.9633 +12.6311 +8.13378 +9.6947 +8.13229 +12.9477 +30.4691 +29.2926 +57.4856 +69.5509 +80.5665 +88.3257 +100.663 +99.9097 +95.0324 +87.5423 +84.5358 +91.8609 +93.8101 +95.6095 +91.7737 +84.9591 +79.2643 +48.9981 +29.968 +12.6172 +8.1323 +9.74657 +8.13227 +12.8195 +25.4017 +25.5091 +49.9737 +57.8151 +64.9155 +74.3932 +84.2552 +83.3631 +79.75 +74.0335 +76.382 +82.4505 +83.6314 +83.613 +78.2457 +68.8969 +67.0486 +44.3264 +29.7821 +13.0851 +8.1323 +9.6947 +8.13229 +12.8196 +24.4554 +23.7252 +42.6618 +49.8737 +62.2703 +73.299 +86.0883 +85.7172 +83.4071 +80.8672 +82.3855 +83.2762 +87.2518 +86.145 +83.1019 +76.2348 +76.3153 +49.2915 +30.7888 +13.8486 +8.13229 +9.69473 +8.18416 +13.2021 +31.7402 +31.4435 +42.0045 +51.302 +51.5629 +70.6012 +75.4073 +77.1719 +81.8727 +83.3692 +82.035 +87.0529 +89.4563 +85.6278 +80.0057 +68.6726 +63.599 +43.3248 +28.977 +12.6313 +8.13914 +9.6947 +8.13229 +12.8196 +24.5778 +23.9828 +47.8775 +56.6092 +63.7819 +77.6032 +89.7686 +92.0974 +89.1738 +83.5504 +82.914 +88.7414 +91.8519 +93.2869 +90.7357 +75.3027 +72.6103 +46.3932 +29.872 +12.6194 +8.1323 +9.6947 +8.13229 +12.8196 +25.2383 +25.0664 +48.0455 +65.2822 +69.7162 +81.2377 +94.6446 +95.2493 +90.9975 +86.562 +82.9646 +90.6935 +92.9639 +93.6633 +89.2598 +86.3892 +82.0173 +56.5282 +30.8981 +12.6168 +8.13229 +9.69473 +8.18416 +13.2268 +27.9012 +28.712 +50.1944 +58.5652 +73.5446 +86.4073 +97.7182 +99.1717 +91.0196 +81.632 +81.1759 +92.5066 +95.4305 +91.9803 +88.0567 +82.7017 +75.4876 +45.4106 +29.7746 +12.6152 +8.13231 +9.69471 +8.1323 +12.8714 +24.7092 +24.1884 +47.8738 +53.3608 +58.2523 +67.8468 +79.014 +79.024 +74.9544 +71.5836 +69.2785 +76.5186 +80.6973 +84.7202 +76.9354 +67.1894 +68.4104 +44.2542 +29.7543 +12.6169 +8.13229 +9.69472 +8.18413 +12.8195 +24.6087 +24.307 +47.8809 +53.2489 +60.8009 +69.9696 +85.4346 +85.8733 +83.6367 +76.3624 +76.1601 +77.9091 +79.7239 +82.6226 +78.58 +72.2531 +69.9445 +45.2525 +29.9797 +13.0855 +8.13229 +9.69473 +8.18416 +12.8195 +25.4012 +26.4031 +41.7721 +56.4414 +70.889 +82.3778 +93.6058 +86.9903 +88.2737 +90.1943 +89.7237 +93.7375 +93.7323 +96.5993 +91.0818 +78.2998 +77.6301 +49.9432 +30.7147 +13.8411 +8.16694 +9.6947 +8.13229 +12.8196 +24.724 +24.2078 +43.3662 +54.3747 +59.2079 +81.3102 +90.8722 +89.4761 +85.0629 +82.0297 +79.9131 +80.5897 +81.0393 +79.6801 +78.5217 +71.0873 +63.8536 +43.3512 +28.9737 +12.6366 +8.13802 +9.6947 +8.13229 +12.8196 +24.7348 +24.305 +47.8962 +61.4096 +69.6458 +84.1804 +98.1429 +96.8263 +92.4656 +86.0542 +83.795 +89.9157 +95.7474 +98.4444 +93.3081 +80.2667 +78.6919 +51.872 +30.8674 +12.6161 +8.13232 +9.69472 +8.13231 +13.0703 +28.7907 +29.3608 +54.2782 +64.5689 +74.2268 +87.8621 +101.479 +101.359 +97.4473 +89.6236 +86.1049 +90.7752 +96.91 +101.694 +96.4861 +84.0307 +76.2286 +47.6363 +29.8034 +12.627 +8.1323 +9.6947 +8.13229 +12.8196 +24.8736 +24.7416 +47.8603 +55.3836 +61.8215 +73.6998 +87.4698 +87.7296 +81.9384 +73.8661 +73.1077 +77.7711 +80.8942 +81.7556 +78.8321 +70.6477 +65.8328 +44.2147 +29.7483 +12.6277 +8.14284 +9.6947 +8.13229 +12.8196 +24.6994 +24.1591 +47.8962 +55.0157 +64.4591 +75.5765 +88.2802 +91.2904 +89.7097 +82.8822 +81.6306 +87.7841 +92.7558 +94.8475 +87.9624 +78.1841 +75.5568 +46.3527 +29.9357 +12.6172 +8.13231 +9.69471 +8.1323 +12.8714 +25.1084 +25.0682 +47.9903 +62.5968 +74.2439 +85.7966 +97.4784 +96.8099 +93.2798 +87.6916 +86.3754 +91.1082 +94.454 +97.1123 +91.9459 +85.8804 +82.8649 +56.7286 +37.381 +13.0853 +8.13227 +9.69471 +8.1323 +13.9125 +27.7517 +29.2028 +53.5429 +67.7268 +81.6176 +88.6865 +94.1777 +93.2975 +98.5331 +96.2468 +95.3843 +96.6414 +92.7132 +96.7194 +96.689 +90.6998 +93.8823 +67.8887 +48.2375 +13.8763 +8.14728 +9.6947 +8.13229 +14.7935 +30.338 +30.8425 +59.416 +71.0573 +75.4898 +97.5904 +102.836 +98.5892 +93.4182 +87.5675 +86.2102 +94.6939 +93.9033 +93.3588 +87.6334 +83.4161 +80.6636 +56.8865 +38.7429 +12.6333 +8.13226 +9.6947 +8.13229 +14.4862 +31.0098 +33.4263 +67.4365 +77.9852 +84.1091 +91.6356 +102.295 +102.774 +97.9515 +89.9528 +83.9866 +87.1231 +86.9182 +101.197 +96.6726 +87.0267 +83.6561 +57.2133 +32.4711 +12.6169 +8.13231 +9.69471 +8.1323 +13.2364 +26.1198 +26.9272 +53.4323 +66.4904 +80.5692 +88.0778 +101.721 +99.4208 +94.9955 +88.4488 +85.9339 +94.8441 +98.0962 +98.5378 +94.0457 +86.9657 +85.0936 +58.4881 +36.3589 +12.6251 +8.1337 +9.6947 +8.13229 +19.7484 +29.889 +31.8278 +60.9113 +68.7441 +80.9702 +93.5268 +105.145 +106.239 +101.451 +94.2954 +92.3243 +96.8751 +98.849 +100.934 +97.8279 +93.6013 +92.1278 +66.913 +46.9958 +12.6164 +8.13228 +9.69472 +8.13231 +15.165 +31.8354 +33.9272 +70.5973 +78.7749 +85.2998 +95.3685 +106.992 +105.997 +102.336 +94.718 +89.51 +95.8707 +99.4617 +102.173 +98.8066 +94.8147 +92.721 +66.7115 +47.3181 +12.6181 +8.13229 +9.69472 +8.18415 +17.1303 +33.0532 +35.4016 +72.0597 +79.3735 +86.0613 +95.8576 +106.65 +106.186 +101.7 +94.7439 +90.1535 +93.9758 +99.1082 +100.759 +97.0778 +92.2011 +88.3555 +58.9004 +40.5981 +13.0863 +8.13227 +9.69471 +8.13229 +14.6096 +28.7518 +30.463 +48.9455 +57.7697 +66.8311 +78.2198 +93.1741 +87.8875 +81.0655 +75.7739 +73.3031 +83.3242 +83.9597 +88.6421 +86.9832 +78.0221 +79.1537 +54.8665 +33.8579 +13.8627 +8.15452 +9.6947 +8.13229 +13.5647 +26.1174 +25.6185 +40.5103 +49.3155 +55.2868 +74.2459 +87.3967 +87.3375 +85.4048 +75.5452 +80.1284 +82.8296 +82.5131 +86.5003 +81.7871 +74.5327 +69.9294 +45.4421 +29.1407 +12.616 +8.1323 +9.6947 +8.13229 +12.8196 +25.3293 +25.5343 +48.0798 +59.0478 +71.3165 +87.386 +98.483 +97.8524 +92.2396 +85.6299 +82.2504 +89.8991 +93.4301 +94.2821 +90.1393 +80.2376 +77.0362 +49.6986 +29.9073 +12.6226 +8.1323 +9.6947 +8.13229 +12.8196 +25.1771 +25.4697 +47.9576 +60.355 +69.2549 +83.9172 +96.5632 +96.9307 +92.2795 +85.6711 +84.3333 +90.2784 +93.8209 +95.9593 +91.949 +84.1344 +81.4916 +57.4972 +33.8222 +12.6214 +8.13227 +9.6947 +8.13229 +13.7043 +29.7053 +30.0252 +53.5483 +65.9915 +74.8084 +88.8602 +101.701 +101.752 +95.8318 +88.6661 +87.261 +92.7151 +94.4231 +94.318 +88.9097 +85.3115 +80.1983 +53.0405 +31.2171 +12.6259 +8.14325 +9.6947 +8.13229 +13.4571 +29.0528 +30.7534 +56.1645 +68.9666 +80.5446 +91.0764 +104.486 +105.579 +100.884 +91.6187 +87.9369 +93.4939 +97.3809 +98.2522 +90.734 +85.0344 +75.9934 +47.6589 +30.0557 +12.6284 +8.1323 +9.6947 +8.13229 +13.3992 +29.102 +30.8007 +57.8586 +64.8601 +67.4943 +78.9297 +91.849 +93.2138 +89.6229 +83.8657 +80.5376 +88.5 +92.5329 +93.2039 +90.1648 +82.7977 +79.9801 +52.3752 +32.5399 +13.0866 +8.13228 +9.69471 +8.1323 +13.7545 +29.3972 +31.7388 +48.9722 +54.7746 +70.5802 +84.711 +103.228 +99.3621 +95.2946 +88.6182 +88.3662 +93.4473 +92.9486 +96.3744 +92.1025 +84.8327 +88.2712 +58.0367 +35.3165 +13.8603 +8.15762 +9.6947 +8.13229 +13.5957 +27.8869 +27.2733 +41.771 +55.6921 +64.5469 +86.3912 +95.6065 +93.9981 +90.8136 +83.4753 +80.5991 +87.12 +89.5777 +90.1196 +85.6241 +79.2909 +74.791 +48.6706 +29.3015 +12.633 +8.14371 +9.6947 +8.13229 +12.8196 +25.9383 +26.1884 +48.166 +64.5678 +76.0005 +88.0133 +98.6141 +98.1635 +93.4961 +85.4784 +83.9989 +91.616 +96.4138 +98.8026 +95.5278 +89.9437 +88.2216 +56.9728 +31.3207 +12.6257 +8.13626 +9.6947 +8.13229 +12.8196 +24.8123 +25.0321 +47.934 +53.5198 +62.8095 +75.7302 +84.568 +87.7016 +84.5464 +76.8202 +76.0079 +81.6423 +85.6129 +85.4117 +79.647 +72.0756 +66.8749 +44.3941 +29.7401 +12.6302 +8.14634 +9.6947 +8.13229 +12.8196 +24.7305 +24.3563 +47.9527 +55.0137 +62.2162 +74.5128 +83.7339 +84.709 +85.5335 +77.6371 +74.7149 +82.2353 +86.7203 +86.1204 +80.6246 +70.3868 +67.4944 +44.2625 +29.7626 +12.6331 +8.1323 +9.69473 +8.13229 +12.8196 +24.6144 +24.4849 +48.6329 +53.37 +66.164 +78.8174 +92.353 +92.4298 +89.3251 +83.0412 +81.5718 +86.9192 +91.0456 +92.1337 +87.6447 +77.9485 +75.704 +44.4595 +29.7571 +12.6369 +8.1323 +9.69473 +8.13229 +12.8196 +24.7598 +24.4393 +47.9534 +57.5967 +70.242 +85.7104 +96.2668 +96.6314 +91.6903 +85.4183 +83.0674 +89.6615 +93.9304 +94.9265 +91.4842 +88.9792 +77.3579 +49.0917 +29.9592 +13.0878 +8.1323 +9.69471 +8.13229 +12.8196 +24.8567 +24.7814 +39.7453 +55.5858 +78.7758 +89.2472 +98.8909 +95.5343 +91.4126 +87.7973 +86.4212 +89.6424 +90.9213 +91.7721 +91.4521 +88.5151 +82.4066 +57.4587 +34.3343 +13.8728 +8.15076 +9.6947 +8.13229 +13.4104 +28.0547 +27.9042 +42.3407 +54.6425 +64.7509 +86.8805 +94.8848 +92.0204 +89.8495 +82.2381 +83.5648 +87.865 +91.5142 +89.239 +85.9476 +87.1269 +80.2157 +56.3229 +37.6094 +12.6174 +8.13229 +9.69473 +8.18416 +13.0094 +29.5158 +30.6089 +54.9694 +64.9291 +71.6065 +84.6336 +95.9469 +99.338 +92.4896 +78.8789 +84.6334 +91.5473 +93.9467 +94.5175 +91.8169 +92.8697 +83.4276 +54.3659 +32.2921 +12.6163 +8.13227 +9.6947 +8.13229 +13.4052 +31.0447 +30.4485 +55.8372 +68.1852 +74.6608 +87.0182 +98.0295 +97.5917 +92.8971 +85.9296 +83.962 +90.0427 +94.7004 +95.4734 +90.635 +89.2123 +79.605 +51.2337 +30.0628 +12.626 +8.14129 +9.6947 +8.13229 +12.9275 +25.365 +26.6818 +48.6228 +63.8028 +74.4403 +88.2718 +99.8911 +99.8729 +95.9846 +89.1106 +86.6458 +92.6439 +95.9127 +97.7752 +93.1556 +91.8125 +84.2144 +49.6643 +29.989 +12.632 +8.1376 +9.6947 +8.13229 +12.8196 +25.6176 +25.9818 +51.1025 +64.732 +79.5477 +91.2528 +103.168 +104.873 +97.3754 +91.741 +88.7694 +93.8927 +97.3696 +98.701 +93.1656 +95.3075 +88.9531 +63.5616 +37.5205 +12.6251 +8.14456 +9.6947 +8.13229 +13.7536 +26.8992 +27.7417 +51.1484 +55.8477 +64.1538 +74.9492 +89.364 +90.686 +87.1461 +82.9365 +81.8067 +87.582 +91.4697 +89.9243 +82.2768 +79.3041 +69.454 +44.3868 +29.7671 +13.0978 +8.1323 +9.6947 +8.13229 +12.8196 +25.5583 +23.6996 +38.1959 +45.0051 +60.5246 +76.1497 +85.9123 +87.3459 +84.4622 +81.6338 +82.3942 +87.4711 +89.4921 +87.9538 +77.9686 +72.3744 +66.5675 +43.5343 +30.5193 +13.8349 +8.16991 +9.6947 +8.13229 +12.8196 +24.4834 +24.4341 +38.4979 +51.7104 +60.7058 +84.6201 +96.3861 +96.7519 +95.9792 +89.2157 +88.8812 +94.3947 +93.1044 +93.6611 +89.5561 +90.7326 +83.1144 +60.9331 +43.392 +12.6311 +8.14639 +9.6947 +8.13229 +14.1856 +30.9353 +33.5203 +66.4392 +77.439 +81.647 +90.2078 +102.103 +104.223 +96.8364 +91.002 +88.3966 +94.0855 +98.5367 +99.642 +94.6925 +96.4276 +89.7643 +64.1329 +44.6418 +12.6295 +8.14064 +9.6947 +8.13229 +15.1723 +31.0047 +32.9257 +63.9521 +76.9418 +85.6514 +92.9562 +103.586 +103.615 +99.4428 +89.3087 +83.196 +84.4387 +83.6609 +77.9517 +74.9722 +79.1129 +69.9623 +44.5787 +29.752 +12.6331 +8.13766 +9.6947 +8.13229 +12.8196 +25.4063 +25.7723 +47.9526 +56.7993 +63.9219 +77.5564 +90.0906 +93.1539 +89.0406 +82.7111 +81.9472 +87.1383 +91.3703 +92.0175 +88.1444 +85.3643 +75.3065 +47.4796 +29.8055 +12.6365 +8.134 +9.69473 +8.13229 +12.8196 +24.8519 +24.8193 +47.9712 +54.8337 +71.8427 +85.4065 +96.3595 +95.6851 +91.7819 +85.876 +84.0488 +90.0961 +93.0867 +92.7585 +84.0818 +82.0066 +72.7446 +45.1987 +29.7934 +12.6333 +8.13748 +9.6947 +8.13229 +12.8196 +25.1437 +26.1337 +48.3107 +64.4894 +76.4147 +87.5624 +99.2466 +101.308 +97.4977 +91.2874 +89.1822 +94.2807 +98.5941 +98.9065 +93.473 +92.0085 +82.329 +53.4561 +33.7019 +13.1022 +8.13772 +9.6947 +8.13229 +13.5021 +29.5703 +27.2351 +40.2103 +52.8043 +69.5332 +78.7731 +89.8102 +88.6503 +84.9012 +79.2671 +77.2061 +81.772 +81.6867 +81.2228 +78.8028 +77.6398 +70.2647 +46.3789 +30.7713 +13.8188 +8.17907 +9.6947 +8.13229 +12.8685 +24.5849 +29.9756 +38.2523 +44.3905 +50.2869 +72.0154 +78.9706 +77.0761 +78.6909 +70.0361 +64.981 +69.8798 +73.4337 +71.8507 +67.8838 +68.4511 +63.0651 +43.468 +28.9878 +12.6291 +8.14736 +9.6947 +8.13229 +12.8196 +24.9886 +30.9487 +51.7272 +53.5835 +56.9557 +66.4917 +76.155 +78.8767 +75.8551 +65.4431 +66.2163 +72.0171 +76.334 +76.8993 +74.2036 +73.2583 +67.7739 +44.1761 +29.7484 +12.6325 +8.13922 +9.6947 +8.13229 +12.8196 +24.9052 +30.823 +48.2721 +53.8984 +57.301 +68.6017 +79.6626 +82.367 +78.434 +72.6485 +72.5503 +77.5409 +80.6293 +81.6244 +75.0086 +72.9646 +67.3776 +44.1685 +29.7598 +12.6308 +8.13494 +9.6947 +8.13229 +12.8196 +24.7049 +30.6575 +49.4378 +53.5258 +58.4272 +71.3609 +83.1282 +84.833 +81.9911 +78.0365 +72.6518 +76.5497 +79.6947 +81.4413 +79.7398 +79.5282 +68.9847 +44.2294 +29.7665 +12.6283 +8.1329 +9.6947 +8.13229 +12.8196 +25.2827 +31.64 +48.7579 +53.4453 +56.4268 +65.3443 +79.5262 +90.1231 +88.5851 +83.375 +80.4959 +84.5717 +87.7187 +89.3464 +82.599 +78.2261 +71.228 +44.5609 +29.7875 +12.6334 +8.13824 +9.6947 +8.13229 +12.8196 +26.5224 +33.6491 +50.4022 +58.6848 +67.0734 +80.3418 +94.7644 +94.7657 +91.8982 +87.2166 +83.3969 +89.3633 +92.8153 +90.1125 +85.3204 +83.8865 +75.2514 +47.1855 +29.8492 +13.0956 +8.13505 +9.6947 +8.13229 +12.9423 +25.4481 +31.3456 +40.8573 +52.3543 +77.1589 +89.8092 +101.591 +99.6601 +93.15 +86.2969 +88.4819 +77.6822 +91.4226 +94.1954 +91.0843 +87.0675 +82.7181 +57.0851 +37.2367 +13.8968 +8.13604 +9.6947 +8.13229 +13.0809 +25.2912 +30.773 +42.107 +48.0723 +54.8275 +75.8808 +85.5267 +85.5548 +86.0899 +80.6901 +79.9294 +84.3619 +84.6179 +84.3975 +77.8568 +77.235 +68.0083 +45.1025 +29.0644 +12.6174 +8.1323 +9.69473 +8.18417 +12.8195 +28.3315 +34.8198 +52.3415 +60.5688 +70.7275 +83.3594 +95.1104 +97.7183 +94.636 +85.4809 +84.3149 +85.8576 +82.713 +88.9971 +88.9663 +86.3754 +77.9419 +48.6065 +29.9104 +12.6178 +8.13229 +9.69472 +8.18416 +12.8195 +25.1604 +30.977 +47.9958 +53.5374 +56.7279 +67.9598 +76.8806 +82.8597 +78.1929 +69.1254 +66.3851 +74.6625 +83.9828 +88.0472 +85.2798 +86.2005 +76.2658 +48.4151 +30.0319 +12.6253 +8.1323 +9.6947 +8.13229 +13.0987 +28.6162 +34.2353 +49.0831 +57.2874 +61.8187 +65.7492 +78.5417 +78.6643 +73.6872 +71.06 +70.1963 +64.4845 +66.1724 +65.6083 +65.2027 +66.273 +63.5074 +44.0384 +30.199 +12.6331 +8.14136 +9.6947 +8.13229 +12.8196 +24.5082 +30.3289 +48.5373 +53.4789 +56.395 +65.0697 +70.9868 +68.2306 +64.4034 +59.497 +59.4411 +64.0958 +65.9441 +65.7256 +64.7721 +66.3243 +63.5645 +44.0233 +29.7745 +12.6226 +8.1323 +9.6947 +8.13229 +12.8196 +25.0543 +30.5002 +49.4413 +53.6146 +56.7964 +65.6493 +73.5248 +72.4295 +69.8108 +62.224 +62.1775 +68.5502 +71.0738 +69.8951 +66.4403 +66.4481 +63.6231 +44.0296 +30.2193 +13.0991 +8.1325 +9.6947 +8.13229 +12.8196 +24.1756 +29.1244 +38.8042 +44.8957 +57.2997 +66.2553 +73.2191 +68.8278 +67.4876 +61.8994 +60.7613 +68.9473 +68.1827 +69.4881 +65.1304 +66.0479 +63.5027 +43.2797 +31.2115 +13.8188 +8.18058 +9.69473 +8.13229 +12.8608 +23.9224 +28.9285 +39.2497 +44.7674 +48.7568 +65.9863 +73.5533 +69.3111 +68.6531 +60.5875 +59.9353 +64.6746 +68.9448 +64.7487 +61.378 +61.7965 +59.8424 +43.7353 +29.8789 +12.6339 +8.14377 +9.6947 +8.13229 +12.8922 +24.333 +29.9561 +48.9027 +53.2901 +56.5388 +65.8496 +76.6804 +75.0836 +71.852 +61.7177 +63.1686 +67.9744 +72.6819 +70.8124 +64.5587 +66.2124 +63.4947 +44.4794 +31.1344 +12.617 +8.13231 +9.69472 +8.1323 +12.9814 +24.484 +29.963 +49.2686 +53.7296 +56.3739 +65.5891 +73.6961 +73.0848 +71.1369 +63.697 +63.8014 +71.2445 +74.0794 +72.6198 +66.7201 +66.2936 +63.5157 +44.4836 +31.1205 +12.6334 +8.1323 +9.6947 +8.13229 +12.942 +24.4979 +29.9694 +49.1823 +53.9562 +56.4039 +65.4183 +73.8764 +75.006 +68.198 +59.3477 +59.3293 +64.0598 +67.3025 +70.4499 +67.7409 +66.381 +63.6933 +44.0485 +29.7299 +12.627 +8.15435 +9.6947 +8.13229 +12.8196 +25.0957 +30.412 +49.3962 +53.3605 +56.3162 +65.2796 +73.9374 +73.822 +75.9152 +65.7601 +66.7335 +72.9845 +76.7465 +76.1522 +72.5932 +73.007 +67.9981 +44.715 +29.7633 +12.6316 +8.13226 +9.6947 +8.13229 +12.8196 +25.594 +32.3378 +48.1753 +56.1134 +64.3184 +75.3046 +87.1578 +89.2277 +83.9875 +78.7757 +77.3562 +82.6542 +82.8178 +83.5311 +81.6976 +82.1889 +75.78 +49.1862 +29.865 +13.0839 +8.1323 +9.69471 +8.13229 +12.8196 +24.9755 +30.228 +38.4411 +47.3228 +61.4699 +74.357 +83.8293 +82.6611 +76.8047 +76.1858 +69.7906 +75.2105 +75.7753 +73.136 +69.4742 +66.4108 +63.8233 +43.2786 +30.947 +13.8599 +8.15698 +9.6947 +8.13229 +12.8196 +24.0634 +29.182 +39.0763 +44.2738 +48.7421 +65.9998 +71.2372 +67.2173 +64.5568 +58.6972 +58.9901 +64.7163 +64.3642 +63.603 +60.8278 +61.6253 +59.8149 +43.9928 +30.335 +12.6151 +8.1323 +9.69471 +8.13229 +12.8196 +24.3353 +30.069 +48.9465 +53.6453 +56.3731 +65.2809 +71.2556 +68.7267 +66.4956 +60.9483 +60.2534 +66.616 +71.8171 +71.5658 +71.1441 +66.3233 +63.6288 +44.0403 +30.4548 +12.6164 +8.13231 +9.69471 +8.1323 +12.9714 +24.5296 +30.0768 +49.121 +53.2762 +56.5565 +67.0293 +79.7035 +80.2265 +78.1821 +71.5994 +71.7045 +74.2273 +76.7672 +78.1288 +82.4931 +75.9296 +69.7171 +44.1519 +29.7804 +12.6166 +8.13231 +9.69471 +8.1323 +12.8714 +25.7407 +32.9223 +53.4305 +59.1569 +64.4756 +76.6619 +91.9986 +92.2791 +86.1936 +79.0449 +75.2588 +81.2231 +84.937 +89.1966 +92.8614 +88.9964 +81.1156 +56.8751 +33.5982 +12.6184 +8.13229 +9.69472 +8.18416 +13.3278 +31.0871 +36.2812 +54.7689 +60.9664 +63.7783 +78.8686 +93.2766 +93.2256 +89.1503 +76.8117 +75.5193 +85.2594 +83.8391 +89.0769 +88.2759 +80.5509 +72.3343 +47.0706 +29.9115 +12.6162 +8.13231 +9.69472 +8.1323 +13.1771 +26.3407 +33.8278 +52.5049 +56.0835 +67.8607 +85.8454 +98.9543 +102.034 +94.8268 +86.625 +82.1846 +85.4084 +89.9764 +92.7187 +96.0576 +92.4506 +82.7735 +52.6498 +32.6605 +13.0846 +8.13231 +9.69472 +8.1323 +13.3539 +31.2517 +34.2996 +49.0452 +61.7946 +77.7216 +84.2463 +98.5066 +96.841 +93.0886 +87.6922 +86.1726 +91.2196 +91.7667 +93.792 +98.3995 +90.6719 +87.3526 +62.3955 +46.0665 +13.8643 +8.15382 +9.6947 +8.13229 +14.2367 +28.1877 +34.7905 +52.1246 +57.7234 +59.2292 +78.7621 +89.0563 +86.873 +84.5862 +74.97 +74.2018 +77.7393 +81.3102 +77.2425 +78.1766 +68.2646 +60.2223 +43.279 +28.9769 +12.6284 +8.1323 +9.6947 +8.13229 +12.8196 +24.4734 +30.2984 +48.8862 +53.6067 +56.5484 +66.2123 +72.8675 +74.1283 +70.6038 +61.6223 +59.867 +66.2988 +71.7006 +73.1885 +78.3621 +70.8903 +63.8686 +44.0265 +29.7695 +12.6265 +8.1323 +9.6947 +8.13229 +12.8196 +24.9829 +30.2468 +49.0708 +53.308 +56.5507 +66.1943 +74.224 +74.446 +70.9848 +66.2601 +67.7152 +71.5523 +73.5355 +72.8937 +76.7175 +71.7302 +64.048 +44.009 +29.7787 +12.6165 +8.13231 +9.69471 +8.1323 +12.8714 +24.9399 +30.2525 +49.1392 +53.3335 +56.6142 +68.7235 +83.8948 +85.3528 +80.8936 +78.8915 +75.17 +81.6079 +84.3214 +82.6522 +81.6484 +73.6319 +64.2319 +44.0933 +29.7785 +12.6164 +8.13231 +9.69471 +8.1323 +12.8714 +24.5138 +30.3802 +48.8955 +53.4409 +59.2328 +74.6352 +87.4781 +92.4087 +89.0712 +83.2595 +82.1253 +88.2836 +91.8721 +88.6658 +87.6354 +80.3009 +68.3743 +44.2516 +29.7817 +12.6156 +8.13231 +9.69471 +8.1323 +12.8714 +24.7289 +30.6053 +48.9087 +53.5995 +56.577 +68.4164 +85.7825 +85.1064 +80.9343 +77.3074 +74.9748 +80.171 +81.4233 +79.919 +78.0322 +70.3473 +63.9803 +44.0503 +29.7752 +13.0869 +8.13231 +9.69472 +8.1323 +12.8714 +24.1118 +29.3615 +39.6207 +44.8452 +57.3102 +65.7432 +71.2685 +69.8441 +64.4739 +60.3273 +60.4794 +64.4059 +66.6173 +67.9357 +72.8347 +66.4614 +63.9505 +43.3415 +30.5505 +13.8244 +8.1323 +9.74659 +8.13227 +12.8196 +24.3329 +29.6463 +39.1081 +44.7176 +49.1612 +66.0904 +73.5069 +75.0426 +68.6891 +61.5385 +60.3666 +64.4273 +66.438 +66.3769 +68.8915 +64.3729 +60.1525 +43.2795 +28.9745 +12.6331 +8.14187 +9.6947 +8.13229 +12.8196 +24.6238 +30.5178 +49.1695 +53.6089 +57.1719 +75.6597 +91.6857 +93.1604 +91.4975 +82.6618 +78.8936 +86.3538 +91.8713 +92.0789 +89.9119 +82.4682 +75.7973 +49.5746 +29.7711 +12.617 +8.13231 +9.69472 +8.1323 +12.8714 +25.1111 +31.0456 +49.1962 +53.8742 +57.2423 +65.2879 +77.5354 +81.3027 +81.872 +70.572 +68.357 +75.3566 +77.4789 +76.1565 +77.3689 +71.2605 +65.6784 +44.1818 +29.7467 +12.6157 +8.13229 +9.69472 +8.18416 +12.8195 +24.9641 +30.9296 +49.0081 +54.0407 +56.6653 +66.2192 +76.1468 +81.8883 +78.7321 +69.093 +65.2415 +67.9949 +69.0544 +67.3944 +70.8336 +66.2113 +63.5719 +44.0282 +30.2156 +12.632 +8.1323 +9.6947 +8.13229 +12.8196 +24.6888 +30.3009 +49.6333 +54.2431 +56.8921 +65.5327 +70.5181 +67.1117 +63.5803 +59.1212 +59.2619 +64.3245 +65.8403 +67.173 +70.3123 +65.7839 +63.5073 +44.4623 +31.1377 +12.6147 +8.13231 +9.69471 +8.1323 +13.2112 +24.0682 +29.967 +49.8761 +55.1499 +57.3461 +65.9853 +70.5195 +66.6678 +62.705 +58.8833 +58.9581 +63.875 +65.4059 +66.5855 +70.3123 +65.785 +63.451 +44.5346 +31.1202 +13.0866 +8.13229 +9.69473 +8.18414 +13.3743 +24.0977 +28.7321 +40.392 +44.7768 +57.338 +65.4924 +71.4826 +68.7131 +64.7771 +60.2153 +60.1553 +64.1224 +65.8709 +67.4608 +71.4166 +66.1548 +63.7561 +43.2802 +30.4919 +13.8597 +8.15688 +9.6947 +8.13229 +12.8196 +24.0888 +29.0967 +39.1719 +44.2276 +48.7976 +65.9839 +71.4681 +66.7303 +62.8947 +57.8358 +57.7437 +62.4924 +63.8059 +62.7715 +66.0877 +61.4452 +59.8371 +43.7728 +30.3241 +12.616 +8.13231 +9.69471 +8.1323 +13.0647 +24.1616 +30.2846 +50.0609 +55.5506 +57.1904 +65.9687 +70.5399 +67.0949 +64.0479 +59.2096 +59.2124 +63.774 +65.592 +67.1926 +70.3942 +65.784 +63.9608 +44.9166 +31.1548 +12.6166 +8.13231 +9.69471 +8.1323 +13.5325 +24.4186 +30.1144 +50.1545 +54.7544 +56.8573 +65.4915 +70.9943 +70.2462 +67.2378 +62.5574 +60.5313 +64.3452 +67.4358 +72.4804 +73.9537 +69.145 +63.8101 +44.0537 +29.7724 +12.6165 +8.13231 +9.69471 +8.1323 +12.8714 +25.212 +30.4716 +49.3392 +53.8425 +56.1969 +65.3425 +71.3208 +67.1558 +63.1184 +59.2543 +59.4081 +64.0016 +67.2677 +66.5755 +70.8628 +65.8994 +63.4516 +44.5305 +30.6445 +12.6172 +8.13229 +9.69473 +8.18414 +12.8195 +24.4378 +29.8648 +49.3762 +53.9357 +56.2387 +65.4346 +71.8553 +70.8056 +67.4252 +62.4928 +61.0978 +66.7454 +69.5389 +71.8211 +73.9963 +68.0765 +63.8458 +44.552 +30.2302 +12.6157 +8.13231 +9.69471 +8.1323 +12.9251 +24.647 +30.1401 +49.3611 +54.0698 +56.6375 +65.7513 +70.478 +66.8462 +62.8988 +58.9686 +59.4898 +64.0476 +65.6446 +67.0348 +70.3123 +65.7837 +63.9042 +44.5322 +31.1018 +13.0865 +8.1323 +9.74655 +8.13226 +13.3447 +23.9888 +28.674 +40.478 +47.3481 +57.8162 +66.5354 +71.0321 +68.0205 +64.1301 +60.2147 +59.7795 +64.789 +66.6192 +67.266 +70.1778 +66.4502 +64.1779 +44.6452 +31.868 +13.8656 +8.15384 +9.69473 +8.13229 +13.578 +24.3359 +28.973 +40.5542 +46.1617 +50.1717 +66.7832 +71.4857 +66.7959 +63.6425 +59.1156 +59.2464 +63.206 +64.9096 +65.1201 +67.4572 +62.7681 +61.2163 +44.6639 +30.3681 +12.6302 +8.14462 +9.69473 +8.13229 +13.8657 +24.9702 +30.1839 +50.6153 +54.7736 +57.6703 +65.8559 +71.0894 +67.5529 +63.6508 +59.4532 +59.2221 +63.8486 +65.6053 +67.5222 +70.4416 +66.1228 +63.9609 +45.3729 +31.1453 +12.6163 +8.13231 +9.69471 +8.1323 +13.1713 +24.0933 +29.5814 +50.554 +54.0131 +56.3601 +65.7532 +71.8279 +70.3917 +66.7275 +60.1901 +60.3748 +65.3461 +67.4994 +68.1552 +70.8261 +66.1113 +63.456 +44.5333 +31.0835 +12.6177 +8.1323 +9.74658 +8.13227 +13.0075 +24.4832 +29.9785 +49.8953 +53.3324 +56.8324 +66.076 +76.7557 +80.4266 +77.7343 +71.0329 +70.3355 +75.7402 +79.838 +76.2396 +74.8639 +68.0842 +63.7727 +44.1094 +29.7569 +12.6165 +8.13228 +9.69472 +8.18415 +12.8195 +24.5031 +30.5599 +49.8793 +53.3327 +56.8471 +66.1042 +74.0333 +72.1425 +67.3172 +63.0816 +61.0771 +67.0991 +69.2177 +72.7661 +74.1407 +69.1678 +63.8408 +44.0776 +29.7314 +12.6172 +8.1323 +9.74657 +8.13227 +12.8195 +24.4792 +30.2504 +50.3001 +54.5259 +56.9639 +65.8047 +70.4825 +66.7026 +62.8686 +58.8201 +58.8433 +63.9569 +65.8359 +67.4195 +70.3123 +66.0569 +63.9551 +45.3786 +31.1651 +13.0854 +8.13231 +9.69471 +8.1323 +13.4073 +24.0767 +28.6428 +46.0058 +47.0936 +58.5966 +66.7482 +70.7288 +68.2515 +64.36 +61.2289 +61.276 +65.3809 +66.9855 +67.3943 +70.1556 +66.4707 +64.8187 +44.655 +31.9373 +13.8345 +8.1323 +9.74655 +8.1323 +13.8046 +24.5948 +29.2427 +46.076 +45.8808 +50.171 +66.7558 +70.7665 +66.0311 +63.1193 +58.4956 +59.1615 +63.2724 +65.3557 +70.5553 +67.4371 +62.807 +61.2215 +44.6899 +30.44 +12.6163 +8.1323 +9.69471 +8.1323 +13.9643 +25.0087 +30.2417 +56.105 +54.7909 +57.658 +66.4221 +71.182 +67.0781 +63.4046 +59.8539 +60.3421 +64.9688 +66.5918 +72.8709 +71.6771 +67.1508 +64.8297 +45.4706 +31.2387 +12.6174 +8.13231 +9.74657 +8.13231 +14.0913 +25.1711 +30.4606 +56.1453 +55.0171 +57.7189 +66.4152 +71.7008 +67.8996 +63.2973 +60.4944 +59.9638 +65.2479 +66.165 +73.7884 +70.7681 +67.1506 +64.8789 +45.3993 +31.263 +12.617 +8.13231 +9.69474 +8.13229 +13.8482 +24.9222 +30.1037 +56.0579 +55.2821 +57.9448 +66.4466 +71.2026 +66.5977 +62.7108 +59.208 +59.4607 +64.7473 +66.2978 +72.8256 +70.3124 +65.7809 +63.7921 +44.9889 +31.1014 +12.6164 +8.1323 +9.74657 +8.13226 +13.3783 +24.1144 +29.5814 +56.0401 +55.2848 +57.015 +66.4014 +71.2015 +66.5965 +62.7173 +59.2001 +59.385 +64.4979 +68.1183 +73.3352 +70.7658 +66.2375 +63.9579 +45.375 +31.1604 +12.6163 +8.13231 +9.69471 +8.1323 +13.5353 +24.3844 +29.9305 +55.7616 +54.6998 +57.7139 +66.4013 +71.1931 +67.0837 +63.3557 +59.4463 +59.2717 +64.2346 +65.7868 +72.9072 +70.3358 +65.7811 +63.7922 +45.1009 +31.1265 +13.0865 +8.13229 +9.69472 +8.18415 +13.4351 +24.1471 +28.7628 +46.0011 +45.1213 +57.4168 +65.9197 +72.1963 +71.0506 +68.5552 +63.276 +63.0575 +67.7151 +66.8155 +75.2941 +70.7636 +66.1117 +63.9506 +43.3632 +30.4841 +13.8734 +8.1493 +9.6947 +8.13229 +12.8196 +24.1853 +29.3682 +44.6344 +44.3678 +49.2489 +69.1045 +76.1776 +76.4449 +74.2256 +67.2313 +66.8233 +69.9581 +71.6057 +74.7745 +71.3613 +65.8801 +62.4586 +43.3924 +28.9742 +12.6304 +8.13348 +9.6947 +8.13229 +12.8196 +24.6128 +30.4337 +55.3216 +55.3268 +57.6029 +66.6922 +71.372 +67.3202 +63.557 +59.548 +60.2719 +65.2123 +67.6459 +73.5059 +71.6748 +67.149 +64.8194 +45.4633 +31.1104 +12.6175 +8.1323 +9.74656 +8.1323 +13.9086 +24.9298 +30.1593 +56.1122 +55.0234 +57.6829 +66.4928 +71.8268 +67.2969 +63.1759 +59.5092 +60.3308 +65.1479 +66.524 +73.5595 +70.9946 +67.1442 +64.8786 +45.4035 +31.1692 +12.6155 +8.1323 +9.69471 +8.1323 +13.8606 +24.8217 +30.0395 +56.0385 +54.9973 +57.6844 +65.527 +70.531 +67.0748 +63.3345 +59.306 +59.4391 +64.0823 +69.9552 +76.3172 +72.5087 +66.0391 +63.4512 +44.4203 +30.638 +12.6173 +8.1323 +9.74657 +8.13226 +12.8195 +24.4638 +30.4312 +54.6727 +54.7651 +56.8782 +66.0284 +71.4867 +66.7739 +62.904 +59.3357 +60.0383 +65.3984 +67.1939 +73.5563 +70.3123 +65.7839 +64.1316 +45.4449 +31.0988 +12.6186 +8.1323 +9.74658 +8.1323 +13.5074 +24.5117 +29.7671 +56.0578 +55.114 +57.6461 +66.467 +71.2975 +67.0229 +63.0955 +59.2354 +59.8945 +64.2674 +66.3526 +72.953 +70.3783 +65.7821 +63.9141 +44.5208 +31.1184 +13.0847 +8.13229 +9.69472 +8.18416 +13.265 +23.9919 +28.6723 +46.2649 +46.7166 +57.8824 +66.1933 +71.3717 +68.2466 +64.3593 +60.4328 +60.3189 +64.3923 +66.628 +73.5506 +70.38 +66.4632 +64.135 +44.6689 +31.9357 +13.8549 +8.13231 +9.69473 +8.18414 +13.7837 +24.5052 +29.2396 +46.0277 +46.8031 +50.2797 +66.8021 +71.6759 +65.9199 +62.7756 +58.4057 +59.0391 +63.2552 +65.4297 +70.5567 +67.4372 +62.8137 +61.1985 +44.7108 +30.4757 +12.6169 +8.13231 +9.69472 +8.18413 +14.1211 +25.2168 +30.4573 +56.1363 +55.0673 +57.733 +66.5682 +71.6954 +67.6519 +63.9289 +59.9127 +59.6889 +64.4232 +66.3861 +73.0513 +70.4366 +65.7837 +63.9049 +45.4363 +31.1033 +12.616 +8.1323 +9.74657 +8.13226 +13.337 +24.2154 +29.6019 +56.0396 +54.3601 +57.0278 +65.7583 +71.6238 +68.0924 +64.2047 +60.1321 +59.6063 +64.3605 +67.5573 +73.2311 +71.5949 +66.1246 +63.9035 +45.4432 +31.0874 +12.6162 +8.13231 +9.74657 +8.13231 +13.4617 +24.3618 +30.0474 +55.7389 +55.5729 +57.7116 +66.4416 +71.1037 +67.1658 +63.256 +59.4396 +59.7958 +64.7588 +67.4399 +73.5053 +70.3123 +65.7824 +64.8715 +45.3918 +31.1591 +12.6169 +8.13231 +9.69471 +8.1323 +13.8156 +24.7234 +29.9532 +56.0535 +55.8402 +58.7347 +66.7496 +70.5227 +67.0561 +63.3859 +60.2282 +60.3227 +65.7204 +69.0575 +72.829 +70.996 +66.4691 +64.8214 +45.4618 +31.1021 +12.6192 +8.18414 +9.69472 +8.13231 +14.0974 +25.1729 +30.4864 +56.0897 +55.329 +57.8417 +66.4793 +71.3348 +67.544 +63.8985 +60.1855 +59.9395 +64.818 +66.3226 +73.511 +70.9895 +66.4631 +64.8149 +45.45 +31.0949 +13.0852 +8.1323 +9.74658 +8.13227 +13.3999 +24.0485 +28.6958 +45.3678 +46.491 +57.1099 +65.5289 +70.7249 +67.9495 +64.2219 +60.3733 +60.2996 +65.2249 +66.6931 +73.2817 +71.5483 +66.0314 +63.5568 +43.2804 +30.5182 +13.8301 +8.17306 +9.6947 +8.13229 +12.8196 +24.0844 +29.4964 +44.6344 +44.8896 +49.1059 +65.8522 +71.8739 +70.0387 +66.8975 +61.1256 +58.3866 +62.7325 +65.3352 +69.2395 +66.0513 +61.4193 +60.209 +44.1857 +30.3483 +12.62 +12.6168 +8.13231 +9.69471 +8.1323 +13.459 +24.1879 +29.6859 +49.5933 +54.6967 +57.6296 +66.4 +71.2426 +67.4507 +63.6681 +60.5304 +60.9785 +67.3144 +74.9646 +72.8264 +70.9934 +66.4616 +64.8186 +45.4735 +31.0887 +12.6202 +8.18391 +9.69473 +8.13229 +13.9664 +25.0935 +30.3012 +50.3086 +54.9385 +58.0722 +66.7169 +70.5703 +67.9585 +64.2437 +60.3866 +60.4602 +67.3265 +74.9661 +72.828 +70.9952 +66.4662 +64.8209 +45.4598 +31.0915 +12.6173 +8.18413 +9.69469 +8.13231 +13.7854 +24.8238 +30.1336 +50.5545 +54.9823 +58.009 +66.7485 +70.6972 +67.4445 +63.685 +60.5289 +60.4397 +67.0782 +74.9537 +72.8271 +70.9938 +66.4678 +64.8191 +45.467 +31.1338 +12.6153 +8.13229 +9.69472 +8.18415 +13.8144 +24.8505 +30.0552 +50.2351 +54.6308 +57.6349 +66.3987 +70.564 +67.2836 +63.7407 +59.9415 +60.5285 +66.9365 +74.2821 +73.5052 +70.9936 +66.4599 +64.8169 +45.4519 +31.0947 +12.6162 +8.18413 +9.69469 +8.13231 +13.5935 +24.5075 +29.6617 +49.468 +54.071 +56.6616 +65.3672 +71.2438 +67.28 +62.8764 +59.716 +60.5326 +67.6557 +73.5916 +73.5141 +70.3054 +66.2384 +64.8125 +45.4433 +31.0915 +13.0886 +8.18414 +9.69473 +8.13228 +13.9111 +24.7176 +29.3419 +40.4515 +46.3231 +58.381 +66.6059 +72.0577 +69.0797 +65.1762 +61.3921 +61.4774 +67.4287 +74.9654 +72.8895 +71.0111 +67.1528 +64.8304 +44.679 +31.9223 +13.8437 +8.1323 +9.74655 +8.1323 +13.9297 +24.7951 +29.4804 +40.148 +45.5373 +50.1729 +66.775 +71.4449 +66.8428 +63.0043 +58.1789 +59.3156 +64.8347 +72.1364 +70.6142 +66.7382 +61.4004 +60.5727 +44.6692 +30.3693 +12.6155 +8.1323 +9.69471 +8.13229 +13.7141 +24.8204 +30.0025 +50.5623 +56.0802 +57.7034 +66.7535 +70.9518 +67.4867 +63.5551 +59.6485 +60.5834 +67.5384 +73.6284 +72.8301 +70.7667 +66.2365 +64.8139 +45.3864 +31.1682 +12.6151 +8.13231 +9.69474 +8.1323 +13.8773 +24.8294 +30.0134 +49.8539 +54.1559 +57.1776 +65.7549 +70.8525 +66.609 +62.7746 +59.3127 +59.7196 +65.965 +74.5234 +72.8346 +70.9938 +66.4622 +64.822 +45.3837 +31.1714 +12.6151 +8.1323 +9.69471 +8.1323 +13.9983 +25.0158 +30.2912 +49.9311 +54.718 +57.7204 +66.441 +71.5691 +67.0586 +63.4594 +59.5212 +59.9178 +65.6017 +74.5189 +72.7683 +70.7658 +65.7808 +64.1346 +45.4367 +31.0863 +12.6174 +8.1323 +9.74658 +8.13227 +13.2422 +24.1479 +29.5866 +49.8534 +53.5916 +56.3236 +65.1238 +72.9902 +72.963 +65.8105 +59.5268 +59.7454 +66.9951 +78.0984 +72.8536 +70.3123 +66.1225 +64.3562 +45.4333 +31.0814 +12.625 +8.17972 +9.6947 +8.13229 +13.8035 +24.8453 +30.0516 +50.5724 +55.6663 +57.7951 +66.4615 +70.6911 +67.2193 +63.5769 +60.3869 +60.5596 +67.0436 +74.9649 +72.8274 +70.7681 +66.464 +64.8176 +45.4611 +31.0879 +13.0941 +8.1783 +9.69473 +8.13229 +14.183 +24.9938 +29.6116 +40.0976 +46.2409 +58.3923 +66.6177 +72.0538 +69.1752 +65.2986 +61.3128 +61.4509 +66.2706 +74.9682 +72.8336 +71.068 +67.1567 +64.8365 +44.6802 +32.0183 +13.8547 +8.15677 +9.69473 +8.13229 +14.0543 +24.8958 +29.5182 +40.4627 +46 +50.3002 +66.8294 +71.4949 +66.7716 +63.0617 +59.4343 +59.365 +64.884 +72.1456 +70.578 +67.4528 +62.7656 +61.215 +44.6536 +30.3615 +12.6349 +8.1325 +9.6947 +8.13229 +13.7381 +24.866 +30.0281 +50.5603 +55.168 +57.9092 +66.754 +70.4486 +67.4453 +63.7202 +60.7472 +61.9866 +67.9629 +74.9572 +72.8819 +70.997 +67.1499 +64.8335 +45.4435 +31.1069 +12.6275 +8.16466 +9.6947 +8.13229 +14.0132 +25.065 +30.2894 +50.4486 +55.2171 +58.0685 +66.7572 +70.5354 +67.9983 +64.2078 +60.3239 +61.0389 +67.5557 +75.0027 +74.2076 +71.685 +67.1596 +64.8295 +45.4222 +31.2661 +12.6308 +8.13231 +9.69473 +8.13229 +14.0181 +25.146 +30.3383 +50.5861 +54.9567 +57.6521 +66.4884 +71.9193 +68.001 +64.2576 +60.3134 +60.5782 +67.2971 +75.0097 +74.1716 +71.7 +67.1748 +64.8493 +45.4785 +31.2446 +12.6251 +8.17689 +9.69473 +8.13229 +14.1278 +25.195 +30.362 +50.4671 +54.9581 +57.8903 +66.4576 +71.8896 +68.1295 +64.2492 +60.4922 +60.5826 +66.4772 +75.0186 +74.2177 +71.7003 +67.1747 +64.85 +45.4401 +31.3135 +12.6263 +8.13779 +9.69473 +8.13229 +14.3137 +25.4344 +30.6298 +50.667 +54.8504 +57.7166 +66.4563 +71.8576 +67.3089 +63.6895 +60.5143 +60.7984 +66.5326 +75.0078 +74.1981 +71.6904 +67.1668 +64.8394 +45.4111 +31.331 +13.0839 +8.13231 +9.69471 +8.1323 +14.2876 +25.033 +29.6839 +40.3719 +46.242 +58.4802 +66.6061 +71.8638 +68.8458 +64.0459 +60.2139 +60.4978 +66.1462 +74.3053 +73.2561 +70.3808 +65.7783 +64.1298 +43.957 +31.8464 +13.8801 +8.14352 +9.6947 +8.13229 +13.3059 +23.991 +28.6785 +39.8538 +45.1021 +49.4792 +65.6951 +70.8032 +66.1357 +65.6191 +58.3002 +58.7413 +63.8082 +71.1401 +69.449 +66.1501 +61.5891 +59.787 +43.2708 +28.9811 +12.63 +8.1533 +9.6947 +8.13229 +12.8196 +24.4494 +30.6565 +49.0251 +53.7398 +56.9303 +65.381 +71.5215 +67.7663 +63.1442 +60.4732 +62.1012 +67.3095 +74.2681 +73.5064 +70.9925 +66.4603 +63.8476 +45.4456 +31.0921 +12.6164 +8.1323 +9.74659 +8.13227 +13.5956 +24.7017 +29.9477 +50.6289 +56.0494 +57.8737 +66.4539 +72.0484 +68.1615 +64.2591 +60.4557 +61.51 +67.6589 +75.0302 +74.1452 +71.692 +67.1609 +64.8368 +45.4076 +31.2811 +12.6164 +8.13232 +9.69474 +8.1323 +14.2822 +25.2478 +30.4834 +50.6466 +55.2413 +57.6959 +66.4575 +71.9103 +68.1353 +64.5734 +60.4992 +61.4067 +67.9699 +74.9781 +74.24 +71.6912 +67.0975 +64.8977 +45.44 +31.2404 +12.6362 +8.14443 +9.69473 +8.13229 +14.0124 +25.1679 +30.3731 +50.5701 +55.4653 +57.9225 +66.9976 +72.3573 +67.076 +63.7329 +60.7163 +62.1159 +68.0176 +74.9855 +74.1402 +71.6841 +67.16 +64.7751 +45.4583 +31.1312 +12.6186 +8.13232 +9.69473 +8.18416 +13.7541 +24.7826 +29.9301 +55.355 +53.9002 +56.6692 +66.3677 +71.1071 +66.6644 +63.2393 +59.8289 +61.1425 +67.9468 +73.5894 +73.3352 +70.9942 +66.4639 +64.7595 +45.4662 +31.0947 +13.0846 +8.18414 +9.69472 +8.13231 +14.0601 +24.7993 +29.6139 +46.0323 +47.3835 +58.8378 +66.6078 +72.1174 +68.9424 +65.1134 +61.3843 +61.6384 +67.4452 +75.0068 +74.2189 +71.0178 +67.1652 +64.8388 +44.6774 +31.8855 +13.8713 +8.14883 +9.69473 +8.13229 +14.1398 +25.0114 +29.6126 +46.1014 +45.749 +50.6707 +67.105 +71.6508 +66.9456 +63.8149 +59.2756 +59.7121 +65.2467 +72.2308 +70.655 +67.4725 +62.8852 +61.2266 +44.8051 +30.5509 +12.6207 +8.15956 +9.69473 +8.13229 +14.2693 +25.5139 +30.7365 +56.1172 +54.8073 +57.8792 +66.8157 +72.0478 +67.9921 +64.2631 +60.4233 +60.5823 +66.8337 +75.0442 +74.191 +71.7102 +67.1595 +64.816 +45.5935 +31.3169 +12.6222 +8.16314 +9.69473 +8.13229 +14.412 +25.5565 +30.8002 +56.124 +55.3225 +58.1042 +66.7954 +72.0229 +68.0896 +64.3119 +60.6036 +60.9973 +68.1292 +75.0824 +74.3587 +71.7372 +67.1653 +64.8513 +45.5925 +31.3302 +12.6368 +8.1451 +9.69472 +8.13231 +14.5617 +25.5984 +30.7644 +56.153 +55.2657 +57.8902 +66.4974 +71.975 +68.2624 +64.3091 +60.5229 +61.3257 +67.8467 +75.1048 +74.3803 +71.7495 +67.2208 +64.7915 +45.6714 +31.4327 +12.6149 +8.13231 +9.69472 +8.1323 +14.7153 +25.7696 +30.9764 +56.2888 +54.8928 +57.8488 +66.6332 +72.0846 +68.0551 +64.1196 +60.3721 +60.6251 +67.4385 +75.1256 +74.3384 +71.7586 +67.2026 +64.8019 +45.6931 +31.3821 +12.6143 +8.13231 +9.69473 +8.18414 +14.628 +25.7575 +30.9451 +56.3069 +55.2886 +57.8397 +66.5815 +72.0239 +68.1094 +64.2883 +60.6164 +61.3678 +67.8832 +75.0739 +74.2095 +71.6975 +67.2069 +64.8128 +45.6243 +31.2702 +13.0865 +8.13231 +9.74657 +8.13231 +14.5016 +25.2383 +29.8826 +46.1221 +46.4152 +58.4544 +66.6379 +72.1348 +69.0757 +65.046 +61.3364 +61.5875 +67.3783 +75.1585 +74.2691 +71.2466 +67.1704 +64.905 +44.8915 +32.1468 +13.8814 +8.14481 +9.69473 +8.13229 +14.7973 +25.6548 +30.1362 +46.3347 +45.9224 +50.4406 +66.9964 +71.6749 +66.9439 +63.7879 +59.2953 +59.5024 +64.5243 +72.4298 +70.7734 +67.7331 +63.0464 +61.5185 +44.9933 +30.7656 +12.6301 +8.14648 +9.69472 +8.13231 +14.9103 +26.0811 +31.1911 +56.3735 +55.0651 +58.068 +66.6806 +72.0792 +68.1073 +64.249 +60.4331 +60.6907 +66.7753 +75.1855 +74.3316 +71.7989 +67.2499 +64.9704 +45.807 +31.5 +12.6149 +8.13231 +9.74656 +8.1323 +14.8179 +25.8832 +31.04 +56.3078 +56.0201 +57.9804 +66.635 +72.0405 +68.1124 +64.1122 +60.6638 +61.3521 +68.0874 +75.0194 +74.2374 +71.7156 +67.1198 +64.7881 +45.4196 +31.3033 +12.6147 +8.13231 +9.69471 +8.1323 +14.2977 +25.3075 +30.5246 +56.1113 +55.7529 +58.0776 +66.7542 +71.8431 +67.9892 +64.2672 +60.6536 +61.402 +67.7315 +74.992 +74.0338 +71.6796 +67.0774 +64.8206 +45.4586 +31.0868 +12.6184 +8.18414 +9.69469 +8.13228 +13.863 +24.9023 +30.1688 +56.0152 +55.9081 +57.9642 +66.7628 +70.6713 +67.2188 +63.5591 +60.7276 +61.6937 +68.0208 +74.9611 +72.8287 +71.6805 +67.0833 +64.7691 +45.4673 +31.1808 +12.6182 +8.18415 +9.69473 +8.13231 +13.9822 +25.0789 +30.4112 +56.0755 +54.9835 +58.0146 +66.7508 +71.8993 +67.9581 +64.0634 +60.4021 +60.5394 +67.6078 +74.9645 +74.0762 +71.6858 +67.0833 +64.8299 +45.3993 +31.2552 +13.0846 +8.13231 +9.69472 +8.18413 +14.0399 +24.9508 +29.6212 +46.094 +46.5802 +58.5111 +66.5977 +72.0515 +69.2564 +65.4866 +61.2661 +61.4288 +67.5655 +74.958 +72.8893 +70.8872 +67.1471 +64.6506 +44.6587 +31.8726 +13.8926 +8.13599 +9.69473 +8.13229 +14.2464 +25.0635 +29.7074 +46.0813 +45.8266 +50.1934 +66.8181 +71.4397 +66.7809 +63.7439 +59.18 +59.2769 +65.0399 +72.2074 +70.6458 +67.4324 +62.7929 +61.1621 +44.7926 +30.5137 +12.6274 +8.16385 +9.6947 +8.13229 +14.1645 +25.2423 +30.4701 +56.0968 +56.2397 +58.3119 +66.9315 +71.8964 +68.4297 +64.5326 +60.7512 +61.4467 +67.7792 +74.962 +74.1948 +71.6858 +67.0884 +64.5819 +45.3946 +31.2586 +12.6157 +8.13231 +9.69472 +8.18413 +14.1417 +25.1983 +30.4569 +56.1139 +55.5062 +57.8345 +66.4668 +71.964 +68.0116 +64.243 +60.7265 +61.9722 +68.0631 +75.0011 +74.0245 +71.6917 +67.0926 +64.589 +45.3926 +31.2907 +12.6153 +8.1323 +9.69472 +8.1323 +14.2919 +25.2987 +30.5793 +56.1404 +54.9708 +58.0892 +66.7616 +72.0142 +68.1485 +64.2887 +60.5065 +61.3603 +67.974 +74.9553 +74.2517 +71.6853 +67.115 +64.6305 +45.4232 +31.223 +12.6248 +8.15108 +9.69473 +8.13229 +14.1281 +25.1859 +30.3457 +56.0847 +55.7832 +57.8338 +66.4782 +71.943 +68.0067 +64.2584 +60.521 +61.1117 +67.7338 +75.0201 +73.9841 +71.707 +67.1155 +64.7336 +45.5294 +31.3202 +12.6166 +8.13231 +9.69472 +8.18413 +14.606 +25.6211 +30.8027 +56.1797 +55.6499 +57.966 +66.4736 +71.9311 +68.0682 +64.264 +60.5195 +60.7335 +67.6204 +75.0408 +74.247 +71.7201 +67.1869 +64.7418 +45.562 +31.3495 +13.0859 +8.13231 +9.69472 +8.1323 +14.5487 +25.2603 +29.8685 +46.0618 +46.845 +58.672 +66.5896 +72.0693 +68.8645 +65.1103 +61.2452 +61.49 +67.4172 +74.9837 +72.7745 +70.2236 +67.0629 +64.6493 +44.6585 +31.8613 +13.8917 +8.13722 +9.6947 +8.13229 +14.1687 +24.9561 +29.6006 +46.0449 +45.8195 +50.2445 +66.8461 +71.4126 +66.7704 +63.7655 +59.2596 +59.462 +65.1765 +72.136 +70.5359 +67.3847 +62.7729 +61.1406 +44.692 +30.3575 +12.6257 +8.15933 +9.69473 +8.13229 +14.1972 +25.2529 +30.5016 +56.0964 +56.035 +57.9873 +66.7337 +72.0383 +68.0423 +64.2878 +60.5357 +61.1025 +67.7529 +75.1366 +74.4103 +71.7638 +67.1945 +65.0839 +45.7324 +31.4374 +12.6157 +8.13231 +9.74657 +8.13231 +15.0733 +26.049 +31.2371 +56.3956 +56.1737 +57.9393 +66.6978 +72.1367 +68.2416 +64.2649 +60.549 +60.7654 +67.3879 +75.1759 +74.2123 +71.7693 +67.1786 +65.1818 +45.6744 +31.5061 +12.6149 +8.13231 +9.69473 +8.13231 +14.9002 +26.0164 +31.1041 +56.3127 +55.6195 +57.9516 +66.6634 +71.9938 +68.0918 +64.1177 +60.4493 +60.6925 +67.143 +75.1571 +74.3664 +71.7697 +67.1666 +65.2249 +45.6785 +31.4664 +12.6235 +8.13847 +9.69472 +8.13229 +14.769 +25.9194 +31.0599 +56.3272 +56.1267 +58.0402 +66.6667 +72.0485 +68.1758 +64.1499 +60.5232 +60.7661 +67.7561 +75.1367 +74.5948 +71.7705 +67.1913 +64.8464 +45.6471 +31.4552 +12.6144 +8.13231 +9.69471 +8.1323 +14.7903 +25.7879 +30.9788 +56.2333 +55.651 +57.829 +66.6282 +71.9686 +68.2712 +64.3125 +60.3267 +61.0281 +67.6137 +75.0906 +74.2083 +71.7253 +67.1289 +64.677 +45.559 +31.3295 +13.0952 +8.14625 +9.69472 +8.13229 +14.3742 +25.2427 +29.7691 +46.1424 +47.4304 +58.6175 +66.6699 +71.9696 +68.9783 +64.99 +61.2843 +61.4639 +67.0141 +75.0518 +74.3794 +71.0886 +67.0135 +65.0721 +44.685 +31.9994 +13.8793 +8.14595 +9.69473 +8.13229 +14.2383 +25.1163 +29.733 +46.1199 +46.1431 +50.2327 +66.9069 +71.4822 +66.8288 +63.6549 +59.1925 +59.282 +64.6751 +72.251 +70.6836 +67.4873 +62.8962 +61.2861 +44.8819 +30.6192 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_q.csv new file mode 100644 index 0000000..3a1cc3e --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_6_8_q.csv @@ -0,0 +1,8760 @@ +6.69042 +3.96376 +4.69537 +3.93864 +6.87268 +12.0997 +14.3795 +22.3372 +22.5606 +24.3945 +32.5382 +34.5901 +32.3771 +30.8943 +28.6855 +28.7756 +31.3737 +34.9811 +34.1121 +32.6812 +30.4244 +29.6548 +21.6944 +14.7886 +6.11398 +3.95764 +4.69537 +3.93865 +6.92057 +12.3161 +14.83 +27.1794 +27.295 +28.0722 +32.1854 +34.8572 +32.9453 +31.1204 +29.3183 +29.5332 +32.7554 +36.3348 +36.0337 +34.7299 +32.5716 +31.3804 +21.9914 +15.1542 +6.11137 +3.93865 +4.72047 +3.93865 +6.96488 +12.3363 +14.8859 +27.1937 +27.4209 +28.062 +32.2555 +34.8666 +32.9816 +31.1364 +29.3195 +29.8064 +32.8032 +36.3751 +35.9443 +34.7281 +32.5913 +31.4002 +22.0871 +15.2216 +6.11069 +3.93866 +4.69537 +3.93865 +7.14499 +12.4824 +15.0354 +27.2906 +27.0915 +28.0656 +32.3322 +34.832 +32.9738 +31.1144 +29.2335 +29.5372 +32.7794 +36.3894 +36.0425 +34.751 +32.6128 +31.4104 +22.0828 +15.2181 +6.11051 +3.93866 +4.69537 +3.93865 +7.07161 +12.4682 +14.9543 +27.2243 +27.2564 +27.9995 +32.2028 +34.8198 +32.9951 +31.1256 +29.2535 +29.3134 +32.1566 +36.3818 +36.1089 +34.7486 +32.6214 +31.4249 +22.1278 +15.1954 +6.11019 +3.96377 +4.69537 +3.93865 +7.1217 +12.4606 +14.9892 +27.281 +27.0486 +28.0664 +32.2575 +34.806 +32.9395 +31.131 +29.2697 +29.3329 +32.9925 +36.3474 +35.9128 +34.735 +32.6052 +31.4365 +21.9948 +15.1449 +6.3374 +3.93866 +4.69537 +3.96376 +6.97515 +12.1805 +14.4119 +22.3029 +23.1009 +28.4265 +32.2505 +34.7931 +33.3073 +31.5472 +29.6907 +29.7832 +32.745 +36.3617 +35.9399 +34.5175 +32.5189 +31.4227 +21.6968 +15.5499 +6.70728 +3.95311 +4.69537 +3.93865 +7.10254 +12.3348 +14.576 +22.3973 +22.6334 +24.4076 +32.413 +34.664 +32.3923 +30.8885 +28.6931 +28.858 +31.4025 +35.0184 +34.1318 +32.6183 +30.467 +29.6273 +21.7393 +14.8405 +6.11158 +3.94182 +4.69537 +3.93865 +7.13241 +12.5069 +15.0271 +27.2602 +27.1498 +28.1206 +32.2779 +34.8731 +32.9852 +31.0489 +29.278 +29.4004 +33.0076 +36.3814 +35.9746 +34.7571 +32.6668 +31.5563 +22.1112 +15.2397 +6.10908 +3.93866 +4.69536 +3.93865 +7.17376 +12.5605 +15.0609 +27.2718 +27.0727 +28.0507 +32.1929 +34.8201 +32.9235 +31.0341 +29.2702 +29.3014 +32.6347 +36.3365 +35.9826 +34.7252 +32.6336 +31.4861 +21.9916 +15.1307 +6.10827 +3.93865 +4.69536 +3.93865 +6.84765 +12.1626 +14.6705 +27.145 +27.4654 +28.238 +32.4318 +34.3615 +32.8018 +30.8188 +29.0677 +28.8807 +32.0427 +35.9717 +35.5767 +34.3872 +32.6618 +31.4889 +21.998 +15.1694 +6.10957 +3.93866 +4.69537 +3.93865 +7.21494 +12.5039 +15.0168 +27.27 +27.0937 +28.0829 +32.3477 +35.0055 +33.0612 +31.1519 +29.2523 +29.5485 +32.1906 +36.3693 +36.2873 +34.7512 +32.695 +31.5427 +22.092 +15.2154 +6.10977 +3.93866 +4.69537 +3.93865 +7.10051 +12.4349 +14.9848 +27.2528 +27.4113 +27.9901 +32.2072 +34.8317 +32.9288 +31.1127 +29.2507 +29.2935 +32.432 +36.319 +35.9383 +34.7227 +32.6628 +31.5113 +21.9863 +15.1248 +6.33801 +3.93866 +4.69537 +3.96375 +6.82481 +12.0562 +14.3046 +22.2959 +23.0427 +28.4329 +32.3931 +34.8929 +33.3898 +31.5384 +29.6733 +29.8083 +32.8524 +36.3262 +35.3473 +34.6138 +32.5646 +31.4841 +21.6291 +15.4362 +6.72334 +3.94248 +4.69537 +3.93865 +6.79441 +12.078 +14.3063 +22.3224 +22.4055 +24.3041 +32.4445 +34.6122 +32.3554 +30.968 +28.6401 +28.811 +30.9552 +34.9591 +34.1859 +32.6533 +30.4082 +29.6273 +21.6861 +14.7762 +6.11457 +3.95452 +4.69537 +3.93865 +6.9014 +12.318 +14.8468 +27.1738 +26.9855 +28.0175 +32.1682 +34.8061 +32.6877 +31.0268 +29.2274 +29.7093 +32.4175 +36.297 +35.9029 +34.7144 +32.6879 +31.5382 +21.9786 +15.1137 +6.10962 +3.93865 +4.72048 +3.93864 +6.69311 +12.0296 +14.5771 +27.1489 +27.3327 +28.0107 +32.1824 +34.1365 +32.7386 +30.925 +29.3956 +29.6962 +32.3658 +35.6519 +35.2998 +34.2193 +32.3797 +31.5419 +21.9777 +15.0767 +6.10886 +3.93866 +4.69537 +3.96376 +6.77977 +12.1449 +14.6733 +27.1733 +27.3577 +27.9861 +32.1878 +34.8029 +32.9055 +31.1208 +29.3994 +29.5419 +32.196 +36.3262 +36.0228 +34.7231 +32.7004 +31.5951 +21.9891 +15.1413 +6.10884 +3.93866 +4.69537 +3.96376 +6.88617 +12.2412 +14.7899 +27.1861 +27.1772 +28.1523 +32.203 +34.7764 +32.9106 +31.0367 +29.2608 +29.3037 +32.5076 +36.3195 +36.1374 +34.7257 +32.7324 +31.6213 +21.9953 +15.1497 +6.10849 +3.93866 +4.69537 +3.94618 +6.97108 +12.2934 +14.8289 +27.1822 +27.0396 +28.0312 +32.1967 +34.813 +32.9442 +31.1214 +29.239 +29.3464 +32.0324 +36.3045 +36.2545 +34.7342 +32.7453 +31.7114 +22.0809 +15.1638 +6.33799 +3.95229 +4.69537 +3.93865 +7.01541 +12.2566 +14.4723 +22.3349 +22.519 +28.3151 +32.2148 +34.9725 +33.4024 +31.4691 +29.683 +29.7545 +32.4694 +36.3426 +36.125 +34.7407 +32.6434 +31.5758 +21.649 +15.5211 +6.70255 +3.95555 +4.69537 +3.93865 +6.90696 +12.1937 +14.3965 +22.3417 +22.3505 +24.3614 +32.4555 +34.626 +32.3444 +30.9024 +28.6641 +28.6702 +31.1102 +34.9718 +34.2155 +32.6964 +30.4078 +29.7313 +21.6849 +14.7776 +6.11774 +3.94503 +4.69537 +3.93865 +7.00014 +12.3858 +14.9044 +27.2192 +27.0087 +28.0985 +32.2712 +34.8295 +32.9987 +31.1462 +29.3304 +29.396 +32.451 +36.402 +36.164 +34.7617 +32.7913 +31.79 +22.1601 +15.2193 +6.10945 +3.96376 +4.69537 +3.93865 +7.28636 +12.6233 +15.1361 +27.2856 +26.9714 +28.1269 +32.2661 +34.8715 +32.9825 +31.0533 +29.1529 +29.3941 +31.9155 +36.392 +36.2094 +34.7534 +32.7931 +31.7262 +22.1403 +15.1979 +6.10918 +3.93866 +4.72048 +3.93865 +7.07451 +12.4554 +14.9978 +27.2779 +27.0415 +28.1648 +32.2728 +34.8644 +32.9637 +31.0499 +29.2576 +29.3025 +32.0683 +36.3406 +36.2842 +34.7509 +32.7893 +31.7248 +22.133 +15.1967 +6.10919 +3.93866 +4.69537 +3.96376 +7.11791 +12.4908 +14.9881 +27.2402 +27.1319 +28.1526 +32.2545 +34.8556 +33.1816 +31.1346 +29.2747 +29.2949 +32.3883 +36.343 +35.9823 +34.7413 +32.7795 +31.7137 +22.1072 +15.1801 +6.10941 +3.93866 +4.69537 +3.96376 +6.99086 +12.3668 +14.9073 +27.1906 +27.0438 +28.0776 +32.1695 +34.8258 +32.9415 +31.1364 +29.2209 +29.3187 +31.8519 +36.345 +36.0302 +34.7379 +32.7788 +31.7121 +22.1152 +15.1936 +6.33684 +3.93866 +4.69538 +3.93865 +7.08992 +12.3053 +14.5697 +22.3994 +22.5218 +28.4576 +32.2957 +34.8933 +33.47 +31.5465 +29.6812 +29.8032 +32.5045 +36.3984 +36.1386 +34.7947 +32.6996 +31.7324 +21.7548 +15.5903 +6.68606 +3.96377 +4.69537 +3.93866 +7.10831 +12.3478 +14.5974 +22.403 +22.2845 +24.5239 +32.5092 +34.7151 +32.3942 +30.9746 +28.6473 +28.7914 +31.15 +35.0338 +34.2672 +32.7864 +30.427 +29.7017 +21.7506 +14.8477 +6.11823 +3.94046 +4.69537 +3.93866 +7.11642 +12.5271 +14.9925 +27.2637 +27.0497 +28.0932 +32.2527 +34.8997 +32.9585 +31.0949 +29.1855 +29.3056 +31.8656 +36.4076 +36.1755 +34.7621 +32.8319 +31.8077 +22.183 +15.2204 +6.11317 +3.95221 +4.69537 +3.93865 +7.13902 +12.5385 +15.0415 +27.2695 +27.1633 +28.1646 +32.2495 +34.9164 +32.9931 +31.0684 +29.3382 +29.3372 +32.0001 +36.4245 +36.2004 +34.7678 +32.8373 +31.7303 +22.17 +15.1569 +6.10986 +3.96377 +4.69536 +3.93864 +6.77371 +12.1613 +14.7161 +27.1379 +27.4663 +28.2329 +32.2772 +34.9444 +32.9857 +31.0276 +29.2183 +29.415 +32.6167 +36.3064 +36.2217 +34.7241 +32.7942 +31.6998 +22.0762 +15.1273 +6.11085 +3.96376 +4.69537 +3.93866 +6.87153 +12.2312 +14.8204 +27.173 +26.9308 +28.1006 +32.1502 +34.8097 +32.9172 +31.0403 +29.1746 +29.2457 +31.8662 +36.3455 +36.0319 +34.7383 +32.8093 +31.7121 +22.1494 +15.1627 +6.11081 +3.96376 +4.69537 +3.93866 +7.04183 +12.3938 +14.9754 +27.2224 +27.0309 +28.0999 +32.23 +34.7411 +32.9384 +31.1273 +29.2374 +29.2989 +32.3632 +36.3436 +36.0792 +34.737 +32.8063 +31.7128 +22.1532 +15.1695 +6.33747 +3.93865 +4.72048 +3.93865 +7.03692 +12.2848 +14.5328 +22.3929 +22.5147 +28.5005 +32.3038 +34.9209 +33.4732 +31.4784 +29.6084 +29.6725 +31.7064 +36.3824 +36.0538 +34.8043 +32.7083 +31.7368 +21.773 +15.6169 +6.69378 +3.93865 +4.72048 +3.93866 +7.15587 +12.3884 +14.6129 +22.4628 +22.2074 +24.3965 +32.3996 +34.7086 +32.411 +30.8849 +28.6623 +28.7445 +30.9162 +35.0217 +34.254 +32.8197 +30.5178 +29.7608 +21.7894 +14.8807 +6.11556 +3.95316 +4.69537 +3.94639 +7.4275 +12.6757 +15.1591 +27.3153 +27.3627 +28.2812 +32.3216 +34.815 +33.0045 +31.0864 +29.3003 +29.3233 +31.7388 +36.4469 +36.3108 +34.8526 +32.8804 +31.8451 +22.2465 +15.2714 +6.11015 +3.93865 +4.69537 +3.97408 +7.3743 +12.6692 +15.1703 +24.6887 +26.9319 +28.154 +32.3056 +34.7949 +32.9902 +31.0582 +29.177 +29.3015 +32.1239 +36.3693 +36.29 +34.749 +32.8498 +31.7216 +22.1719 +15.1987 +6.11032 +3.93866 +4.69537 +3.96376 +7.13535 +12.5045 +15.0252 +24.6316 +26.91 +28.1483 +32.2405 +34.7384 +32.947 +31.0534 +29.2018 +29.2344 +31.6747 +33.7334 +36.2981 +34.7502 +32.8521 +31.7969 +22.2215 +15.256 +6.11477 +3.93865 +4.69537 +3.93865 +7.14319 +12.5125 +14.9793 +24.5834 +26.9362 +28.041 +32.2165 +34.7281 +32.9308 +31.0482 +29.1496 +29.1707 +31.5962 +33.6987 +36.266 +34.7419 +32.8421 +31.7152 +22.1609 +15.1994 +6.11056 +3.93866 +4.69537 +3.93866 +7.10767 +12.4631 +14.991 +24.363 +26.8456 +28.0843 +32.2333 +34.7468 +32.9246 +31.0585 +29.1747 +29.3226 +31.6932 +33.1376 +36.3065 +34.752 +32.8584 +31.8008 +22.1997 +15.2299 +6.33788 +3.93866 +4.69537 +3.93865 +7.10656 +12.3225 +14.5753 +19.7028 +22.4871 +28.5142 +32.2507 +34.9349 +33.4626 +31.4714 +29.668 +29.6675 +31.6582 +33.3431 +36.0515 +34.7233 +32.7023 +31.6982 +21.658 +15.4651 +6.70097 +3.93866 +4.72047 +3.93865 +6.86802 +12.1044 +14.3435 +19.6551 +22.1454 +24.3211 +32.3939 +34.6964 +32.4074 +30.821 +28.6798 +28.7148 +30.7837 +32.3857 +34.2844 +32.8158 +30.5004 +29.7587 +21.7537 +14.8494 +6.11314 +3.95298 +4.69537 +3.93866 +7.43057 +12.6299 +15.1208 +24.6304 +27.1491 +28.1757 +32.2635 +34.8076 +32.9839 +31.062 +29.1503 +29.3173 +31.9574 +33.7132 +36.3013 +34.7529 +32.855 +31.7252 +22.1873 +15.2232 +6.11027 +3.93866 +4.69537 +3.93865 +7.2105 +12.5221 +15.0356 +24.5495 +26.8626 +28.1035 +32.2384 +34.7717 +32.9328 +31.0421 +29.1457 +29.2328 +31.5785 +32.9975 +36.2362 +34.7153 +32.8155 +31.6889 +22.0698 +15.0916 +6.10993 +3.93866 +4.69538 +3.93865 +6.79867 +12.1119 +14.6488 +24.4198 +26.8929 +28.0519 +32.2961 +34.7477 +32.9124 +31.0347 +29.1403 +29.2248 +31.6195 +33.4324 +36.2435 +34.7274 +32.8279 +31.7013 +22.0895 +15.1778 +6.11043 +3.93866 +4.69536 +3.93865 +7.02025 +12.3479 +14.9114 +24.41 +26.8416 +28.0872 +32.1676 +34.7508 +32.9248 +31.0417 +29.1441 +29.2361 +31.8718 +33.4681 +36.2711 +34.737 +32.8368 +31.7096 +22.1446 +15.182 +6.11044 +3.93866 +4.69536 +3.93865 +6.94234 +12.2698 +14.7976 +24.4617 +26.774 +28.0374 +32.2371 +34.7147 +32.9074 +31.0275 +29.194 +29.3051 +31.5865 +33.1881 +36.2365 +34.7253 +32.8245 +31.6986 +22.0832 +15.1593 +6.33734 +3.93865 +4.69536 +3.93865 +6.90821 +12.1294 +14.3677 +19.6424 +22.51 +28.4743 +32.2533 +34.901 +33.4281 +31.4694 +29.5786 +29.6701 +31.6374 +32.9629 +36.0619 +34.7246 +32.7052 +31.7029 +21.66 +15.5337 +6.70133 +3.93866 +4.72047 +3.93865 +6.93138 +12.1575 +14.391 +19.6092 +22.0591 +24.2682 +32.3371 +34.6488 +32.3992 +30.8823 +28.6347 +28.7538 +31.0141 +32.3078 +34.1731 +32.7371 +30.4006 +29.6497 +21.6439 +14.7411 +6.10843 +3.93866 +4.69537 +3.93866 +6.98644 +12.287 +14.7916 +24.3902 +26.8631 +28.0472 +32.1607 +34.7165 +32.9285 +31.0326 +29.2056 +29.247 +31.5676 +33.5002 +36.2507 +34.7414 +32.8467 +31.7233 +22.183 +15.2265 +6.1103 +3.93866 +4.69538 +3.93865 +7.26411 +12.5883 +15.1108 +24.3285 +26.9489 +28.1445 +32.2742 +34.7924 +32.9871 +31.0722 +29.2438 +29.4202 +31.6572 +33.0515 +36.3166 +34.7604 +32.8598 +31.7307 +22.1952 +15.2221 +6.11031 +3.93866 +4.69537 +3.95248 +7.1227 +12.4808 +14.993 +24.3931 +26.8464 +28.0281 +32.1556 +34.6843 +32.5019 +30.6114 +28.9144 +28.8698 +31.3589 +32.4757 +35.5242 +34.1151 +32.3176 +31.2474 +22.0753 +15.078 +6.1173 +3.9407 +4.69537 +3.93865 +6.75371 +12.1118 +14.6404 +24.3486 +27.17 +28.1301 +32.1632 +34.7 +32.9352 +31.0357 +29.1721 +29.221 +31.914 +33.4764 +36.2492 +34.733 +32.8325 +31.7094 +22.1519 +15.1823 +6.11045 +3.93866 +4.69537 +3.96376 +7.05496 +12.4119 +14.9243 +24.2188 +26.8474 +28.0731 +32.1738 +34.7307 +32.9408 +31.0495 +29.1805 +29.215 +31.6097 +33.1316 +36.1984 +34.7393 +32.8411 +31.7162 +22.1673 +15.1944 +6.33768 +3.93866 +4.69537 +3.96376 +7.08801 +12.3219 +14.5567 +19.5064 +22.4573 +28.4402 +32.3317 +34.9436 +33.4545 +31.4828 +29.6148 +29.6797 +31.6976 +32.9722 +36.0578 +34.7783 +32.7156 +31.7088 +21.7391 +15.5867 +6.69337 +3.93865 +4.72048 +3.93866 +7.0757 +12.3148 +14.5382 +19.3891 +22.1263 +24.3611 +32.5423 +34.7538 +32.3944 +30.8142 +28.5843 +28.6499 +30.703 +31.9867 +34.1999 +32.7258 +30.4425 +29.6607 +21.6889 +14.7857 +6.11028 +3.93865 +4.69537 +3.96375 +6.90819 +12.2906 +14.861 +24.3041 +26.7621 +28.0594 +32.163 +34.7773 +32.9475 +31.042 +29.1476 +29.2358 +31.611 +33.2298 +36.0737 +34.7376 +32.8114 +31.7189 +22.1642 +15.1878 +6.11016 +3.93865 +4.72048 +3.93866 +7.08588 +12.4483 +14.9805 +24.1529 +26.8367 +28.0597 +32.1644 +34.8032 +33.0092 +31.1243 +29.1349 +29.2719 +31.5824 +32.7578 +35.9995 +34.7314 +32.7986 +31.7055 +22.1441 +15.1617 +6.11005 +3.96376 +4.69537 +3.93865 +7.02063 +12.3824 +14.9586 +24.0912 +26.8208 +28.0648 +32.1636 +34.8446 +32.9441 +31.0842 +29.1804 +29.229 +31.5418 +32.7707 +36.239 +34.7225 +32.796 +31.7036 +22.075 +15.1184 +6.10994 +3.96377 +4.69537 +3.93866 +6.95361 +12.2708 +14.8372 +24.1316 +26.7529 +27.985 +32.1458 +34.8317 +32.9601 +31.0861 +29.1718 +29.2154 +31.5774 +32.7217 +36.0991 +34.7184 +32.7908 +31.6957 +22.0681 +15.1197 +6.11414 +3.96022 +4.69537 +3.93865 +6.83393 +12.2404 +14.7939 +24.2929 +26.7824 +28.0112 +32.1559 +34.8416 +32.9222 +31.0375 +29.2574 +29.2041 +31.6256 +32.865 +36.1267 +34.7469 +32.8157 +31.7231 +22.1626 +15.2152 +6.3402 +3.94847 +4.69537 +3.93865 +7.08529 +12.338 +14.5504 +19.5023 +22.4243 +28.4298 +32.3028 +34.9106 +33.444 +31.431 +29.6104 +29.6617 +31.6834 +33.4201 +36.1314 +34.7674 +32.6884 +31.7169 +21.6691 +15.5694 +6.68604 +3.96376 +4.69537 +3.93865 +7.02159 +12.3088 +14.5756 +19.3502 +22.1272 +24.3573 +32.4775 +34.6851 +32.3605 +30.8328 +28.5918 +28.7016 +30.7092 +31.7518 +34.2307 +32.754 +30.4791 +29.7016 +21.7228 +14.8482 +6.11729 +3.95545 +4.69537 +3.93866 +7.11368 +12.5036 +15.0018 +24.0922 +26.8454 +28.097 +32.2326 +34.8559 +32.9443 +31.0491 +29.2366 +29.3255 +31.6331 +32.8116 +36.0429 +34.749 +32.792 +31.7978 +22.1565 +15.2384 +6.10924 +3.93866 +4.69537 +3.93866 +7.15247 +12.4765 +15.0185 +24.111 +26.8504 +28.0924 +32.231 +34.8229 +32.9295 +31.0353 +29.2651 +29.245 +31.7492 +32.5996 +36.1989 +34.7391 +32.7808 +31.7178 +22.1321 +15.2083 +6.10918 +3.93866 +4.69537 +3.96376 +7.04014 +12.4045 +14.9524 +24.0647 +26.753 +27.9784 +32.1682 +34.8315 +32.751 +30.8839 +28.8939 +29.4119 +31.5784 +32.6215 +36.161 +34.7171 +32.7571 +31.6946 +22.0292 +15.1267 +6.1099 +3.93865 +4.72047 +3.93865 +6.72403 +12.0594 +14.576 +24.3787 +26.7527 +28.0215 +32.1599 +34.089 +32.586 +30.7879 +29.1934 +29.2519 +31.5175 +32.9986 +35.6735 +34.3833 +32.4212 +31.6898 +22.0369 +15.071 +6.10966 +3.93866 +4.69707 +3.96206 +6.7236 +12.0705 +14.6346 +24.3816 +26.8646 +28.0445 +32.1695 +34.08 +32.4713 +30.6956 +28.8379 +29.1895 +31.5946 +32.6643 +35.5728 +34.2734 +32.4201 +31.6879 +22.018 +15.0596 +6.33685 +3.93865 +4.72047 +3.93865 +6.60983 +11.8435 +14.1131 +19.5004 +22.4408 +28.3021 +32.1727 +34.3054 +32.9466 +30.9879 +29.4373 +29.6676 +31.6684 +33.1169 +35.8309 +34.2735 +32.2964 +31.5565 +21.6521 +15.4224 +3.95798 +4.69537 +3.93865 +6.53275 +11.7702 +13.9775 +22.2826 +22.5336 +24.2963 +32.0019 +33.9295 +31.6505 +30.4676 +27.9233 +28.0164 +29.9645 +30.7519 +30.1116 +31.9764 +29.7274 +29.2171 +21.6033 +14.6865 +6.11046 +3.93866 +4.69537 +3.93865 +6.39998 +11.6753 +14.3269 +27.1378 +27.0143 +27.9629 +32.176 +34.4355 +32.4678 +30.5871 +28.8256 +28.8034 +31.2795 +31.8333 +31.9395 +34.0538 +32.0892 +30.9223 +21.5571 +15.0452 +6.10809 +3.95901 +4.69536 +3.93865 +6.2702 +11.6819 +14.6154 +26.6833 +26.1263 +27.3434 +32.101 +41.4812 +43.5701 +42.8779 +39.4963 +37.7371 +38.8722 +39.6766 +39.0504 +38.788 +35.2639 +31.5117 +21.3362 +14.4201 +6.10788 +3.93865 +4.69536 +3.93865 +6.2088 +12.1905 +14.9044 +26.466 +26.2256 +27.8457 +35.8917 +42.5612 +43.9494 +42.1506 +39.757 +38.3639 +40.6279 +42.6516 +42.1549 +41.1295 +38.7062 +33.3012 +21.3793 +14.4082 +6.10832 +3.93866 +4.69536 +3.93865 +6.23392 +12.0621 +14.822 +26.8007 +26.5514 +27.3482 +31.685 +34.1759 +32.5637 +30.8939 +30.4987 +30.0569 +30.9895 +31.5613 +31.6519 +34.0538 +32.0369 +30.8941 +21.5287 +15.0621 +6.10854 +3.93866 +4.69537 +3.95535 +6.2172 +11.8436 +14.4836 +24.2242 +27.0615 +27.7218 +31.7954 +34.1336 +32.2773 +30.3961 +28.4895 +29.0669 +31.4757 +31.8781 +31.9424 +34.3837 +32.3853 +31.5064 +22.0028 +15.0606 +6.33791 +3.96377 +4.69537 +3.93865 +6.72489 +11.9748 +14.2276 +19.6518 +22.4531 +28.4052 +32.2459 +34.8963 +33.3562 +31.4636 +29.6031 +29.6034 +31.5693 +32.2303 +32.2281 +34.6925 +32.5652 +31.4811 +21.6249 +15.4703 +6.69003 +3.93866 +4.72049 +3.93866 +6.75309 +11.9989 +14.2785 +19.6781 +22.146 +24.4314 +32.5338 +34.6566 +32.3396 +30.8209 +28.5982 +28.604 +30.6266 +31.4432 +30.7464 +32.6228 +30.4271 +29.6266 +21.6993 +14.7849 +6.11813 +3.94887 +4.69537 +3.93865 +6.9405 +12.3589 +14.8554 +24.5283 +26.873 +27.9566 +32.1782 +34.8129 +32.9307 +31.0369 +29.1639 +29.1401 +31.459 +32.2334 +32.2387 +34.7192 +32.6617 +31.5134 +21.9906 +15.1498 +6.11056 +3.93866 +4.69537 +3.96376 +6.94482 +12.3028 +14.8306 +24.5452 +26.8223 +27.9716 +32.1897 +34.789 +32.6289 +30.9198 +29.2984 +29.2483 +31.5045 +32.5502 +32.3124 +34.7149 +32.6574 +31.4858 +22.0134 +15.1103 +6.11054 +3.93865 +4.72049 +3.93864 +6.64447 +11.933 +14.4443 +24.4461 +26.7743 +27.5139 +31.8152 +34.268 +32.7956 +31.14 +28.6604 +28.5767 +30.9745 +31.6583 +31.6834 +34.0579 +31.994 +31.0337 +21.8033 +15.0704 +6.11021 +3.93865 +4.69537 +3.96377 +6.56692 +11.871 +14.4868 +24.44 +26.8722 +27.9829 +32.1626 +34.8033 +32.9108 +31.0271 +29.2544 +29.1504 +31.4622 +32.2402 +32.1851 +34.7304 +32.6385 +31.4916 +22.0506 +15.1706 +6.10897 +3.93866 +4.69537 +3.93865 +6.95205 +12.2875 +14.8175 +24.3382 +26.8386 +27.986 +32.171 +34.817 +32.9212 +31.0262 +29.171 +29.1453 +31.4542 +32.2311 +32.3023 +34.7331 +32.6797 +31.4369 +22.084 +15.1547 +6.33615 +3.93865 +4.72048 +3.93865 +6.94264 +12.178 +14.4293 +19.4814 +22.4098 +28.3024 +32.2414 +34.7871 +33.2773 +31.4611 +29.5892 +29.6806 +31.6054 +32.2789 +32.0963 +34.5077 +32.5134 +31.3948 +21.6294 +15.5095 +6.69353 +3.93865 +4.72048 +3.93865 +6.80976 +12.0625 +14.2958 +19.4973 +22.2718 +24.3009 +32.3419 +34.5295 +32.3545 +30.8398 +28.5764 +28.614 +30.5797 +31.3823 +30.7008 +32.6277 +30.4436 +29.5517 +21.7019 +14.8124 +6.10933 +3.93865 +4.69537 +3.96375 +6.95362 +12.303 +14.8745 +24.2477 +26.8137 +27.9798 +32.172 +34.808 +32.923 +31.0374 +29.1581 +29.1567 +31.4518 +32.2438 +32.0717 +34.7217 +32.6018 +31.4113 +22.02 +15.1505 +6.11061 +3.93865 +4.72048 +3.93865 +6.93439 +12.2817 +14.7959 +24.3392 +26.7628 +27.9032 +32.1667 +34.798 +32.7017 +30.7966 +28.8596 +29.156 +31.5856 +31.8995 +31.7292 +31.386 +32.5884 +31.3937 +21.9808 +15.1622 +6.10999 +3.93866 +4.69538 +3.93865 +6.81343 +12.1343 +14.7234 +24.1894 +26.705 +27.8952 +32.1584 +34.5402 +32.6247 +30.5971 +28.677 +28.7092 +31.4838 +31.8929 +31.835 +31.7281 +32.2565 +31.3633 +21.9733 +15.0786 +6.11079 +3.93866 +4.69537 +3.93866 +6.65117 +11.9431 +14.4765 +24.506 +26.9404 +28.0684 +32.2388 +34.1206 +32.4163 +30.588 +28.8372 +29.1285 +31.4925 +31.9849 +32.1966 +31.4082 +32.2551 +31.0315 +21.9705 +15.0654 +6.11171 +3.93865 +4.72048 +3.93865 +6.55741 +11.8568 +14.3667 +24.5018 +26.9065 +27.8633 +32.1544 +34.1557 +32.4706 +30.5895 +28.7092 +28.7008 +31.103 +32.0025 +31.9001 +31.2402 +32.1129 +31.0305 +21.9721 +15.0618 +6.33915 +3.96375 +4.69537 +3.93866 +6.63322 +11.8874 +14.216 +19.406 +22.3315 +28.2154 +32.2232 +34.7598 +33.0403 +31.0733 +29.1696 +29.2641 +31.5515 +32.2126 +31.8596 +31.22 +32.1176 +31.3017 +21.6125 +15.43 +6.72188 +3.94447 +4.69537 +3.93865 +6.55218 +11.7681 +13.9981 +19.5275 +22.066 +24.3347 +32.3355 +34.5719 +32.3346 +30.8166 +28.5812 +28.5598 +30.9269 +30.9421 +30.1594 +29.3099 +30.3969 +29.612 +21.6242 +14.7461 +6.11325 +3.94863 +4.69536 +3.93865 +6.69047 +12.0948 +14.6274 +24.0242 +26.6277 +27.8669 +32.1585 +34.5254 +32.5339 +30.4995 +28.838 +28.9549 +30.9387 +31.9135 +31.6679 +31.5243 +32.1877 +31.3023 +21.9778 +15.0895 +6.10879 +3.93865 +4.69536 +3.93865 +6.47195 +11.7658 +14.3472 +24.2825 +26.581 +27.8603 +32.162 +34.1161 +32.4901 +30.7059 +29.1987 +29.235 +31.4704 +32.3287 +31.9369 +31.9053 +32.4905 +31.3095 +21.9843 +15.1498 +6.10968 +3.93865 +4.69536 +3.93865 +6.8464 +12.1802 +14.739 +24.0275 +26.5651 +27.8615 +32.1578 +34.5797 +32.7999 +30.8977 +29.2683 +29.3102 +31.4332 +31.9436 +31.7448 +31.0502 +32.5157 +31.2779 +21.9782 +15.1258 +6.10996 +3.93866 +4.69537 +3.96375 +6.70177 +12.0486 +14.6048 +24.0807 +26.5435 +27.8746 +32.1555 +34.7074 +32.626 +30.9944 +28.9471 +28.7463 +30.9671 +31.8049 +31.3334 +31.0284 +31.9871 +31.0412 +21.9941 +15.0634 +6.11002 +3.93865 +4.72049 +3.93865 +6.49526 +11.6905 +14.3269 +23.6366 +26.0231 +27.2199 +31.6023 +35.2141 +35.5584 +33.8687 +30.8375 +28.8706 +31.2378 +32.2406 +32.9403 +32.4408 +33.4427 +30.9248 +21.3095 +14.4177 +6.33729 +3.93866 +4.69536 +3.93865 +6.23392 +11.6102 +14.0749 +18.9035 +21.7723 +27.7527 +31.8331 +36.8844 +35.6392 +35.6966 +32.779 +31.088 +31.8615 +31.8506 +33.393 +33.1521 +32.5138 +30.8761 +20.9542 +14.775 +6.70134 +3.95781 +4.69537 +3.93865 +6.2088 +11.9052 +14.1538 +18.7937 +21.3978 +23.5882 +31.9911 +34.2722 +31.9895 +30.6003 +28.3111 +28.2378 +30.1725 +30.7741 +29.9502 +28.9528 +29.8675 +29.1973 +21.6186 +14.6986 +6.11155 +3.93865 +4.69537 +3.93865 +6.49977 +11.7706 +14.4396 +24.341 +26.4733 +27.8745 +32.15 +34.4758 +32.5868 +30.5868 +29.1659 +29.1338 +31.5077 +32.3174 +32.2322 +32.0694 +32.5194 +31.3709 +21.9833 +15.1053 +6.11002 +3.93865 +4.69536 +3.93865 +6.79095 +12.1102 +14.6405 +24.0757 +26.4493 +27.8759 +32.1649 +34.1394 +32.385 +30.5851 +28.8497 +28.8043 +31.5278 +31.8891 +31.6042 +30.8586 +32.5169 +31.3328 +21.9759 +15.0797 +6.10974 +3.93866 +4.69537 +3.93865 +6.5416 +11.8404 +14.421 +24.34 +26.3518 +27.6944 +31.827 +34.1529 +32.248 +30.3737 +28.4873 +28.7021 +31.1611 +31.6689 +31.4771 +31.7149 +32.5024 +31.3176 +21.9822 +15.0769 +6.10988 +3.93865 +4.69537 +3.96377 +6.69849 +12.0174 +14.6168 +23.9918 +26.4164 +27.901 +32.1634 +34.778 +32.6121 +30.6318 +28.7222 +29.1426 +31.4211 +31.9033 +31.7076 +30.9679 +32.1569 +31.3048 +22.007 +15.1378 +6.11457 +3.93865 +4.69537 +3.93865 +6.67994 +12.0434 +14.5619 +24.3616 +26.5474 +27.9797 +32.1642 +34.8154 +32.5819 +30.698 +29.1521 +29.1422 +31.4949 +31.9772 +31.2739 +31.2291 +32.2535 +30.7422 +21.7497 +15.0991 +6.33703 +3.93866 +4.69536 +3.93865 +6.70993 +11.9221 +14.1749 +19.4539 +22.3294 +28.3217 +32.2608 +34.8664 +33.3472 +31.4743 +29.6103 +29.6205 +31.581 +32.3292 +31.5169 +31.6836 +32.493 +31.3679 +21.6324 +15.4575 +6.69714 +3.95811 +4.69537 +3.93865 +6.94217 +12.1511 +14.3722 +19.3008 +22.1065 +24.3293 +32.3858 +34.6408 +32.3715 +30.8257 +28.6275 +28.5574 +30.5959 +31.3479 +30.649 +29.4283 +30.4294 +29.623 +21.6978 +14.7947 +6.11771 +3.95151 +4.69537 +3.93865 +6.88165 +12.2574 +14.8094 +23.9394 +26.3671 +27.8978 +32.1637 +34.8102 +32.5821 +30.7345 +29.1613 +29.279 +31.4233 +32.3453 +31.2685 +31.2799 +32.1543 +31.3922 +21.9801 +15.0976 +6.10945 +3.93866 +4.69536 +3.93865 +6.64848 +12.0097 +14.515 +24.0524 +26.3959 +27.8697 +32.1674 +34.4713 +32.5817 +30.6948 +28.7679 +28.4707 +30.7974 +31.5899 +31.2086 +30.6955 +32.1539 +31.1688 +21.9706 +15.0763 +6.10989 +3.93864 +4.69537 +3.96375 +6.58292 +11.9248 +14.4603 +23.9201 +26.3767 +27.5401 +31.8424 +34.3675 +32.6935 +30.8181 +28.8996 +28.6979 +31.2697 +32.5975 +31.5485 +30.6124 +31.8694 +30.7004 +21.5641 +14.8182 +6.1111 +3.96376 +4.69535 +3.93864 +6.24678 +11.8263 +14.529 +23.4946 +25.702 +27.299 +31.4962 +34.3882 +33.5771 +30.6455 +28.7248 +28.6679 +30.9606 +31.9393 +31.4381 +30.6651 +31.9905 +30.9475 +21.972 +15.083 +6.1108 +3.93866 +4.69536 +3.93865 +6.54179 +11.8169 +11.8593 +23.9063 +26.3508 +27.5602 +31.7582 +34.4291 +32.7438 +30.8531 +28.8048 +28.7009 +30.8747 +31.7173 +31.3906 +30.5715 +31.9913 +30.9197 +21.818 +15.0887 +6.34354 +3.94002 +4.69537 +3.93865 +6.54104 +11.7381 +11.3407 +19.2031 +22.3257 +27.9543 +31.9367 +34.4496 +33.078 +31.2284 +29.2455 +29.154 +31.1746 +31.681 +31.3942 +30.2229 +31.8453 +30.7115 +21.1742 +15.4374 +6.71037 +3.95053 +4.69537 +3.93865 +6.50587 +11.7325 +11.3064 +19.1827 +21.5386 +24.0762 +31.758 +34.1757 +32.089 +30.7249 +28.2129 +28.1207 +30.1091 +30.9304 +30.688 +28.9283 +29.9001 +29.4773 +21.6205 +14.6995 +6.11784 +3.93865 +4.69537 +3.93865 +6.58146 +11.916 +11.7804 +23.9097 +26.4088 +27.9265 +32.1662 +34.5762 +32.5899 +30.7115 +29.0532 +28.5853 +30.8591 +31.665 +31.3222 +30.6955 +32.1712 +30.9356 +21.9746 +15.0899 +6.11077 +3.93866 +4.69536 +3.93865 +6.43381 +11.6809 +11.6813 +24.2661 +26.4803 +27.9603 +32.1574 +34.4825 +32.5826 +30.5902 +28.6792 +28.753 +31.231 +31.7204 +31.4881 +30.7946 +32.1877 +31.3619 +21.992 +15.0901 +6.1125 +3.93865 +4.69536 +3.93865 +6.57882 +11.9073 +11.7747 +23.8853 +26.1361 +27.5606 +31.7383 +34.3484 +32.6649 +30.8332 +28.8633 +28.6672 +30.89 +31.6721 +31.4931 +30.9091 +31.8273 +30.9206 +21.5663 +15.064 +6.10934 +3.93865 +4.69537 +3.96376 +6.48894 +11.7894 +11.8689 +24.0553 +26.0211 +27.6656 +31.4983 +34.1311 +32.4166 +30.5178 +28.5299 +28.4913 +30.7523 +31.661 +31.6548 +31.1948 +32.0468 +31.0595 +21.9818 +15.073 +6.11721 +3.94309 +4.69536 +3.93865 +6.40638 +11.6819 +11.8626 +23.6013 +26.3907 +27.699 +31.7182 +34.4804 +32.2514 +30.3756 +28.7257 +28.8079 +31.2671 +31.8784 +31.7338 +30.8424 +32.0467 +31.0597 +22.0036 +15.0488 +6.33892 +3.96376 +4.69537 +3.93864 +6.50144 +11.6801 +11.2789 +19.3202 +22.3224 +27.9794 +31.9265 +34.455 +32.7108 +30.9336 +28.9663 +29.1569 +31.175 +32.3481 +31.6081 +30.6905 +31.8278 +30.7586 +21.1764 +15.4283 +6.72112 +3.94507 +4.69536 +3.93865 +6.36642 +11.5425 +11.2268 +19.3359 +21.6838 +24.2497 +32.3336 +34.3881 +31.6743 +30.4945 +28.0372 +27.9809 +29.9492 +30.7755 +30.0656 +28.7838 +29.7387 +29.1167 +21.6263 +14.6999 +6.11022 +3.96375 +4.69535 +3.93866 +6.45286 +11.7588 +11.4242 +23.895 +26.4678 +27.5204 +31.72 +34.2601 +32.5176 +30.7375 +28.7001 +28.5498 +30.9296 +31.6953 +31.4077 +30.4246 +31.8277 +30.9769 +21.8085 +15.0862 +6.10994 +3.93866 +4.69536 +3.93865 +6.45085 +11.6652 +11.8844 +23.755 +25.9805 +27.2479 +31.5622 +34.4573 +33.4059 +30.9577 +28.7046 +28.5896 +30.9502 +31.6997 +31.5727 +31.3305 +31.9867 +30.7296 +21.491 +14.9046 +6.1136 +3.9429 +4.69536 +3.93865 +6.44804 +11.7704 +11.5243 +23.786 +26.421 +27.6992 +31.9389 +34.1404 +32.4978 +30.9552 +28.8129 +28.6268 +30.9033 +31.7885 +31.4807 +30.4116 +31.8518 +30.9286 +21.6471 +15.0829 +6.11269 +3.93865 +4.69536 +3.93865 +6.44909 +11.7832 +11.4842 +23.7438 +26.0913 +27.245 +31.545 +34.3704 +32.6515 +31.0424 +28.838 +28.6711 +30.9477 +31.7894 +31.6825 +31.0307 +31.9288 +30.7305 +21.5324 +15.07 +6.11067 +3.93865 +4.69537 +3.96376 +6.21509 +11.7551 +11.8997 +23.6916 +25.7442 +27.2244 +31.7455 +34.4893 +34.226 +32.5161 +28.858 +28.6472 +30.8756 +31.754 +31.4101 +30.5775 +31.8596 +30.9494 +22.006 +15.0459 +6.33915 +3.96376 +4.69535 +3.93866 +6.33927 +11.5309 +11.1009 +18.6654 +22.025 +27.9209 +31.8188 +34.4283 +32.9306 +31.0827 +29.2708 +29.0242 +30.9046 +31.6138 +31.3351 +29.9534 +32.0228 +31.0601 +21.6187 +15.4433 +6.7048 +3.95458 +4.69537 +3.93865 +6.47269 +11.7191 +11.0393 +19.1614 +21.6683 +23.8512 +31.8392 +34.0702 +31.9688 +30.5223 +28.1289 +28.0084 +30.0289 +30.9824 +30.2111 +28.6507 +29.7571 +29.1872 +21.6154 +14.6975 +6.11841 +3.95406 +4.69536 +3.93865 +6.46179 +11.7992 +11.3746 +23.8537 +26.1616 +27.5138 +31.7172 +34.2474 +32.5396 +30.6612 +28.6809 +28.6027 +30.9102 +31.6819 +31.4364 +30.5626 +31.8953 +30.9501 +21.5626 +15.0435 +6.11086 +3.96369 +4.69536 +3.93865 +6.27932 +11.7079 +11.7251 +23.5909 +26.2013 +27.2772 +31.5139 +34.5413 +34.2196 +32.209 +29.3904 +29.131 +31.503 +32.425 +32.8395 +32.3963 +33.1607 +30.8784 +21.5897 +14.736 +6.11616 +3.94388 +4.69536 +3.93865 +6.2088 +12.1089 +11.9732 +23.7289 +25.8708 +27.5886 +34.4773 +42.0537 +42.6426 +43.2501 +40.3483 +39.4979 +41.3109 +41.8875 +33.1186 +32.5146 +32.3828 +30.9502 +21.3214 +14.4233 +6.11027 +3.93865 +4.69536 +3.93865 +6.2088 +12.0396 +12.2286 +23.7505 +26.1167 +27.9736 +32.0346 +34.1373 +32.2668 +30.3783 +28.8583 +28.9018 +31.2862 +31.7399 +31.663 +31.1948 +31.9906 +30.9502 +21.999 +15.0513 +6.11366 +3.95886 +4.69536 +3.93865 +6.43581 +11.6911 +11.9316 +23.8511 +26.5302 +27.7083 +31.9466 +34.1313 +32.2699 +30.3796 +28.6873 +28.8203 +30.7459 +31.6053 +31.3665 +30.2817 +31.8591 +30.9332 +21.6642 +15.0747 +6.33793 +3.93866 +4.69537 +3.93865 +6.37704 +11.5702 +10.9481 +18.6639 +21.606 +27.6781 +31.864 +36.5596 +37.1323 +36.9165 +34.5498 +35.7116 +38.2509 +37.4054 +38.0484 +35.8574 +34.7715 +32.065 +21.5521 +14.8228 +6.69116 +3.96376 +4.69535 +3.93864 +6.2088 +11.9206 +11.9092 +18.6261 +21.4294 +23.6292 +32.6019 +37.3849 +39.4454 +40.5333 +38.7719 +38.9886 +40.6847 +31.0969 +34.8479 +28.8791 +29.922 +28.9823 +21.1787 +14.4703 +6.11824 +3.94459 +4.69536 +3.93865 +6.2088 +11.9642 +11.681 +23.3985 +25.7622 +27.3107 +31.7109 +34.6126 +34.5687 +32.369 +28.9409 +28.8856 +31.505 +32.6723 +33.0261 +30.549 +31.9679 +30.7331 +21.5646 +14.8211 +6.11082 +3.96376 +4.69535 +3.93864 +6.23611 +11.9022 +11.7898 +23.3416 +25.7212 +27.3218 +31.6828 +35.7086 +35.8349 +35.3853 +33.3967 +34.4798 +35.8283 +36.9947 +36.5822 +34.9294 +35.1382 +31.8727 +21.3885 +14.4164 +6.11028 +3.93866 +4.69536 +3.93865 +6.23392 +12.095 +12.8216 +24.3654 +26.4316 +28.7951 +32.5761 +34.4576 +34.7213 +32.8433 +28.8452 +28.7171 +31.1156 +31.8152 +31.7294 +31.2075 +32.0742 +30.7301 +21.3434 +14.5986 +6.11329 +3.96218 +4.69536 +3.93865 +6.2281 +11.9154 +11.7898 +23.7888 +26.0914 +27.5663 +31.8265 +34.1548 +32.3827 +30.8116 +28.6816 +28.5245 +30.9379 +31.6501 +31.3417 +30.6733 +31.8589 +30.9512 +21.5655 +15.0624 +6.11119 +3.93865 +4.72048 +3.93864 +6.36273 +11.682 +11.825 +23.5054 +26.1082 +27.2389 +31.6698 +34.5476 +32.7058 +30.783 +28.7837 +28.6374 +30.8811 +31.6927 +31.4834 +30.7946 +31.8661 +30.7306 +21.5647 +15.0442 +6.3381 +3.96376 +4.69535 +3.93866 +6.32145 +11.5452 +11.0581 +18.8222 +21.8912 +27.6147 +31.7466 +34.6245 +33.6502 +32.1037 +30.9402 +31.0289 +34.0443 +32.8473 +32.8106 +31.8869 +33.0063 +32.6108 +21.5347 +14.7671 +6.71946 +3.93866 +4.69537 +3.93865 +6.23392 +11.682 +11.3148 +18.8217 +21.361 +23.7761 +31.8834 +34.3398 +33.6206 +32.0117 +29.7933 +29.6064 +31.747 +31.9431 +30.7531 +28.962 +27.294 +29.0084 +20.9602 +14.3619 +6.11366 +3.93865 +4.69537 +3.93865 +6.2088 +11.8533 +11.4234 +23.5186 +25.7479 +27.2053 +31.6513 +34.4902 +33.2597 +31.3691 +28.9083 +28.7481 +31.4602 +33.535 +33.3294 +31.1972 +29.304 +30.7307 +21.5662 +15.0449 +6.11108 +3.96375 +4.69535 +3.93866 +6.27261 +11.721 +11.5265 +23.3392 +25.7355 +28.4102 +33.6238 +39.2027 +39.1559 +37.7717 +35.8482 +35.3402 +37.8265 +39.1084 +39.6112 +37.6694 +35.1789 +34.6103 +23.0769 +16.8187 +6.1117 +3.96376 +4.69537 +3.93866 +6.20879 +12.9283 +13.2979 +23.3581 +25.9663 +27.4024 +31.5859 +34.348 +32.4548 +30.4961 +28.4889 +28.5431 +30.8452 +31.5995 +31.527 +30.6062 +29.2875 +30.731 +21.5669 +15.0432 +6.11045 +3.96375 +4.69535 +3.93864 +6.2088 +11.7972 +11.6982 +23.6771 +25.7204 +27.2785 +31.5982 +35.8265 +35.2683 +34.0835 +30.2652 +28.7413 +30.996 +31.7544 +31.6747 +31.0578 +29.4057 +30.7433 +21.3477 +14.6105 +6.11031 +3.93865 +4.72049 +3.93864 +6.20879 +11.9723 +11.8003 +23.4622 +25.7875 +27.3454 +32.456 +37.3627 +37.7039 +35.5806 +34.2576 +33.3768 +36.2476 +37.4254 +37.6523 +34.7509 +31.4911 +31.9027 +21.3461 +14.5264 +6.33733 +3.93865 +4.72048 +3.93865 +6.20879 +11.5997 +11.0542 +18.7438 +21.6061 +28.0547 +32.4488 +38.0448 +37.0751 +36.3453 +33.8382 +33.8807 +36.2616 +35.9643 +35.4632 +33.3968 +30.4838 +31 +21.0179 +14.7632 +6.72019 +3.94585 +4.69536 +3.93865 +6.2088 +11.8539 +11.7387 +18.6291 +21.9575 +23.6781 +31.7902 +34.0301 +31.8706 +30.3254 +27.944 +28.0829 +30.1368 +30.9228 +30.2921 +28.966 +27.3929 +29.0475 +20.9613 +14.0345 +6.11161 +3.93864 +4.69536 +3.93865 +6.2088 +12.1891 +12.0476 +23.4645 +27.2682 +27.3622 +31.9654 +37.3152 +36.082 +32.7574 +28.8633 +28.7479 +31.128 +31.8716 +31.695 +30.7018 +29.3571 +30.7307 +21.3472 +14.6204 +6.10997 +3.93865 +4.69537 +3.96377 +6.20879 +11.9573 +11.872 +23.5857 +25.8714 +27.2589 +31.6033 +36.9016 +36.0422 +33.4063 +29.8797 +28.988 +32.2504 +33.8531 +34.2202 +31.2388 +29.5308 +30.7425 +21.3478 +14.6249 +6.10974 +3.93865 +4.69537 +3.96377 +6.20879 +12.0091 +11.6425 +23.2102 +25.9183 +27.8141 +32.4087 +38.1657 +38.3585 +37.1684 +34.529 +33.7011 +37.4917 +38.4835 +39.5041 +36.1891 +32.3816 +32.1069 +21.4663 +14.3909 +6.11068 +3.93865 +4.72049 +3.93864 +6.20879 +12.1439 +12.3458 +23.198 +25.8206 +27.4846 +32.2146 +38.3025 +40.0578 +39.7658 +37.5446 +38.475 +41.8474 +44.2471 +45.2004 +41.9664 +38.5251 +38.1264 +25.495 +14.8627 +6.11173 +3.93865 +4.72048 +3.93864 +6.36484 +14.04 +14.0693 +27.5461 +33.3099 +38.4482 +42.4851 +47.1552 +46.8704 +44.7849 +40.6472 +39.1574 +39.5671 +38.8772 +39.8587 +35.7007 +32.7574 +31.4419 +21.4802 +14.399 +6.33741 +3.93865 +4.72048 +3.93865 +6.20879 +12.2784 +11.2227 +18.8052 +21.6472 +27.5875 +31.723 +34.6238 +34.3623 +32.8415 +30.201 +31.2604 +33.86 +33.577 +33.6461 +33.0671 +28.9153 +30.9271 +20.9597 +14.9922 +6.70853 +3.95305 +4.69537 +3.93865 +6.2088 +11.7777 +11.0362 +18.712 +21.3181 +23.5882 +31.7923 +34.2607 +32.921 +32.209 +29.6923 +30.8629 +33.0355 +33.7338 +32.6637 +30.3778 +28.813 +29.1215 +20.9762 +14.0287 +6.11045 +3.93865 +4.72048 +3.93864 +6.20879 +11.9487 +12.0163 +23.5709 +25.8035 +27.3219 +31.5504 +34.5172 +33.7434 +32.3189 +29.7087 +28.786 +32.1349 +33.7326 +34.1758 +31.9225 +28.7266 +30.7448 +21.3482 +14.8853 +6.11105 +3.93865 +4.72048 +3.93865 +6.2936 +11.8383 +11.3707 +23.5362 +25.7484 +27.2496 +31.6719 +37.1415 +38.3204 +36.0585 +34.3549 +33.7992 +37.7582 +40.1628 +40.4503 +37.7574 +33.733 +32.3956 +21.3981 +14.3967 +6.1102 +3.93865 +4.72048 +3.93864 +6.20879 +11.9522 +12.0626 +23.2768 +25.9933 +27.8396 +33.0744 +39.7918 +40.2936 +34.2025 +30.3487 +29.6945 +32.8602 +34.6682 +34.8519 +35.8735 +34.1728 +32.822 +21.4828 +14.396 +6.11089 +3.93865 +4.72048 +3.93864 +6.20879 +12.3444 +12.3521 +23.3982 +27.9389 +28.2553 +33.3938 +39.1114 +39.5478 +38.1805 +33.6073 +29.3966 +34.1357 +34.8357 +36.5811 +34.1998 +31.1178 +31.0294 +21.3517 +14.3908 +6.11126 +3.93865 +4.72049 +3.93864 +6.20879 +11.9167 +11.97 +23.5721 +25.892 +27.3236 +31.9479 +35.7342 +35.8269 +33.9409 +29.4262 +28.8311 +31.0918 +33.3255 +33.4859 +32.107 +29.5182 +30.9599 +21.3147 +14.5866 +6.33737 +3.93866 +4.69536 +3.93865 +6.26645 +11.6113 +11.0283 +18.8285 +21.6061 +27.6624 +31.7476 +36.2075 +35.6141 +35.7722 +33.4795 +34.1385 +36.0218 +36.9863 +39.1103 +38.2407 +33.7759 +33.8774 +21.664 +14.7737 +6.71342 +3.93865 +4.69537 +3.96376 +6.20878 +11.9045 +11.6594 +18.9328 +26.1022 +29.9 +40.7453 +44.4841 +43.2452 +42.2466 +39.189 +39.2093 +41.7297 +43.1421 +42.8318 +40.1903 +35.0325 +34.4713 +22.3632 +14.1522 +6.11494 +3.94642 +4.69536 +3.93865 +6.31146 +13.6097 +14.464 +31.3885 +36.8774 +39.9904 +44.4638 +49.7668 +49.7597 +47.2634 +44.2561 +42.6587 +44.9377 +44.7993 +45.224 +41.7849 +39.4352 +36.9397 +21.5416 +14.4039 +6.11092 +3.93865 +4.69537 +3.96376 +6.20879 +11.8638 +11.9429 +23.8116 +26.0502 +27.5662 +31.8292 +34.1545 +32.2791 +30.4143 +28.5441 +28.6442 +30.7826 +31.63 +31.4975 +30.2998 +28.462 +30.978 +21.8141 +15.0821 +6.11227 +3.93865 +4.69536 +3.93865 +6.43461 +11.7204 +11.3543 +23.5302 +26.1049 +27.676 +31.719 +34.281 +32.5572 +30.6679 +28.7211 +28.6336 +31.1713 +33.4403 +34.366 +31.6107 +28.6544 +30.7581 +21.4789 +14.8605 +6.11057 +3.93866 +4.69536 +3.93865 +6.29619 +11.7467 +11.3809 +23.3503 +25.721 +27.2661 +31.6391 +35.649 +35.6673 +33.3501 +30.6911 +29.1497 +32.9245 +33.5756 +33.9503 +32.5842 +29.8033 +30.8929 +21.3482 +14.5651 +6.11025 +3.93865 +4.69537 +3.96377 +6.20879 +11.8446 +11.6781 +23.523 +25.8139 +27.9533 +32.3897 +38.4899 +40.0595 +37.6541 +37.2487 +37.1298 +40.3512 +40.8932 +42.3069 +40.5414 +37.5549 +35.5917 +22.9882 +14.8191 +6.33776 +3.93866 +4.69536 +3.93865 +6.32498 +13.0715 +13.7485 +23.5476 +28.8596 +39.4281 +43.8312 +48.5023 +48.2283 +45.5695 +42.3635 +41.9383 +45.7999 +47.5109 +48.5978 +46.4205 +42.4448 +43.6318 +31.9612 +22.6142 +6.7026 +3.93865 +4.72048 +3.93864 +6.89417 +14.0631 +14.6841 +28.0043 +34.2293 +35.4415 +43.9091 +47.8425 +46.606 +44.7655 +40.9107 +40.6764 +39.4859 +41.9804 +41.4697 +37.1608 +35.5069 +32.5865 +21.2303 +14.076 +6.11039 +3.93866 +4.69537 +3.93865 +6.23392 +12.3942 +12.8979 +23.3791 +25.9257 +27.7393 +31.8771 +39.6469 +43.7873 +42.1869 +38.2283 +37.8812 +40.3131 +41.9423 +42.3183 +39.6535 +35.155 +33.6391 +21.9809 +14.4127 +6.11042 +3.93865 +4.69537 +3.96376 +6.20879 +12.016 +11.7665 +23.1995 +27.6304 +33.3236 +39.7095 +46.0777 +46.3786 +44.4742 +40.7556 +39.8503 +43.337 +45.0304 +45.6873 +43.7553 +39.9535 +38.5245 +25.1826 +14.5811 +6.11053 +3.93866 +4.69536 +3.93865 +6.3127 +12.8356 +13.0668 +24.2336 +30.2987 +29.4362 +34.2737 +40.5076 +40.8421 +38.2654 +36.8602 +36.6315 +40.3039 +42.8363 +42.5015 +38.3332 +36.3103 +35.0236 +21.5226 +14.4023 +6.11089 +3.93865 +4.69537 +3.96376 +6.20879 +11.9686 +12.006 +23.2206 +25.7298 +27.7844 +32.4759 +37.831 +37.0258 +37.3106 +33.8177 +32.8874 +35.8502 +37.4768 +38.2038 +35.3452 +31.6791 +31.2559 +21.3377 +14.424 +6.10979 +3.93866 +4.69536 +3.93865 +6.23391 +11.9723 +11.7524 +23.5311 +25.8009 +27.6207 +32.1107 +36.557 +35.8626 +34.5801 +31.7399 +30.6546 +34.4554 +38.0552 +38.5045 +34.7696 +30.6869 +31.0018 +21.3503 +14.4079 +6.33792 +3.93865 +4.69537 +3.96376 +6.20879 +11.6167 +11.2113 +18.8218 +21.7863 +28.5189 +33.3804 +38.846 +38.5773 +38.6076 +35.9107 +36.9732 +38.3731 +39.9638 +41.2129 +39.0401 +34.3567 +32.0384 +21.0945 +14.7851 +6.7039 +3.93865 +4.72047 +3.93865 +6.20879 +12.0744 +11.2035 +18.5174 +22.0277 +25.7951 +37.6733 +42.1519 +42.2823 +41.6208 +38.8146 +38.748 +42.0864 +43.48 +43.4349 +41.374 +38.6913 +36.2314 +24.9453 +15.691 +6.11594 +3.94756 +4.69536 +3.93865 +6.26644 +15.0902 +14.32 +25.1476 +31.8627 +36.5593 +40.6675 +46.442 +48.1071 +46.6441 +43.1945 +41.802 +45.2305 +46.752 +46.4817 +44.9717 +42.0472 +39.9171 +26.7119 +16.6199 +6.10993 +3.93866 +4.69536 +3.93865 +6.40988 +13.9458 +15.4529 +31.7609 +38.4775 +41.8115 +45.7997 +51.4716 +52.0647 +50.0746 +44.3189 +42.3733 +45.5814 +48.4417 +48.7782 +46.1429 +45.2211 +41.8609 +27.4027 +15.1709 +6.11078 +3.93865 +4.72048 +3.93864 +6.37631 +12.5333 +12.6558 +23.3234 +27.1589 +31.9553 +40.0298 +44.4866 +44.2259 +43.4751 +40.6497 +40.708 +43.6612 +45.5636 +42.8222 +41.2478 +37.1935 +35.2639 +22.1842 +14.5119 +6.11753 +3.93937 +4.69536 +3.93865 +6.27088 +14.7569 +14.187 +27.8416 +33.685 +39.0202 +42.7781 +48.7532 +48.3885 +46.0263 +42.3987 +40.9426 +44.4903 +45.4343 +46.3058 +44.4481 +41.1475 +38.3895 +23.7309 +14.5142 +6.11077 +3.93865 +4.72048 +3.93864 +6.20879 +12.3026 +12.3546 +24.2034 +28.0011 +31.44 +36.0303 +40.8067 +40.3746 +38.6247 +35.8561 +36.9935 +39.9326 +40.5046 +40.4956 +37.8961 +33.3683 +32.4731 +21.4683 +14.4241 +6.33741 +3.93865 +4.69536 +3.93865 +6.2088 +11.8443 +11.4907 +20.6621 +24.1549 +30.1589 +35.5003 +41.6945 +41.5147 +40.3959 +39.1658 +39.9011 +40.3325 +42.258 +41.7219 +40.2481 +36.9222 +36.9612 +23.873 +14.9117 +6.70716 +3.93865 +4.69537 +3.96377 +6.39408 +15.3725 +15.2288 +20.3437 +24.8467 +24.973 +34.1937 +36.5214 +37.376 +39.6528 +40.3775 +39.7314 +42.1616 +43.3257 +41.4715 +38.7485 +33.2597 +30.8024 +20.9832 +14.0342 +6.1176 +3.94197 +4.69536 +3.93865 +6.2088 +11.9035 +11.6154 +23.1881 +27.4171 +30.891 +37.5849 +43.4769 +44.6048 +43.1889 +40.4653 +40.1571 +42.9794 +44.4859 +45.1809 +43.9453 +36.4708 +35.1668 +22.4693 +14.4676 +6.11183 +3.93865 +4.69536 +3.93865 +6.2088 +12.2235 +12.1402 +23.2695 +31.6176 +33.7651 +39.3452 +45.8385 +46.1314 +44.0721 +41.9239 +40.1816 +43.9249 +45.0245 +45.3632 +43.2305 +41.8402 +39.7228 +27.3778 +14.9646 +6.11062 +3.93865 +4.69537 +3.96377 +6.40601 +13.5132 +13.9058 +24.3103 +28.3644 +35.6193 +41.849 +47.3271 +48.0311 +44.0828 +39.5362 +39.3153 +44.803 +46.2191 +44.5481 +42.6478 +40.0543 +36.5603 +21.9933 +14.4205 +6.1098 +3.93866 +4.69536 +3.93865 +6.23392 +11.9672 +11.715 +23.1863 +25.8438 +28.2129 +32.8597 +38.2682 +38.2731 +36.3021 +34.6695 +33.5531 +37.0597 +39.0835 +41.0319 +37.2615 +32.5413 +33.1327 +21.4333 +14.4106 +6.11067 +3.93865 +4.69537 +3.96375 +6.20878 +11.9185 +11.7724 +23.1898 +25.7896 +29.4472 +33.8878 +41.3779 +41.5903 +40.5071 +36.984 +36.886 +37.7331 +38.6121 +40.0159 +38.0581 +34.9938 +33.8757 +21.9168 +14.5198 +6.33758 +3.93865 +4.69537 +3.96377 +6.20879 +12.3023 +12.7876 +20.2312 +27.3358 +34.3331 +39.8974 +45.3353 +42.1313 +42.7529 +43.6831 +43.4552 +45.3992 +45.3966 +46.7852 +44.1129 +37.9223 +37.598 +24.1886 +14.8758 +6.70355 +3.95543 +4.69536 +3.93865 +6.2088 +11.9744 +11.7244 +21.0032 +26.3349 +28.6757 +39.3804 +44.0114 +43.3352 +41.1978 +39.7288 +38.7037 +39.0314 +39.2491 +38.5909 +38.0298 +34.4291 +30.9257 +20.9959 +14.0326 +6.12017 +3.94143 +4.69536 +3.93865 +6.2088 +11.9796 +11.7715 +23.1972 +29.742 +33.731 +40.7704 +47.5328 +46.8951 +44.7831 +41.6779 +40.5838 +43.5481 +46.3726 +47.6788 +45.1912 +38.8749 +38.1122 +25.1228 +14.9498 +6.11026 +3.93866 +4.69537 +3.93866 +6.33024 +13.944 +14.2201 +26.2881 +31.2721 +35.9497 +42.5536 +49.1485 +49.0906 +47.1959 +43.4067 +41.7025 +43.9645 +46.9356 +49.2525 +46.7304 +40.6979 +36.9192 +23.0713 +14.4344 +6.11551 +3.93865 +4.69536 +3.93865 +6.2088 +12.0468 +11.9829 +23.1798 +26.8235 +29.9415 +35.6945 +42.3636 +42.4894 +39.6846 +35.775 +35.4077 +37.6663 +39.1789 +39.5961 +38.1801 +34.2162 +31.8843 +21.4142 +14.4078 +6.11589 +3.94376 +4.69536 +3.93865 +6.2088 +11.9625 +11.7008 +23.1972 +26.6453 +31.219 +36.6034 +42.7561 +44.214 +43.4484 +40.1417 +39.5355 +42.5158 +44.9237 +45.9367 +42.6021 +37.8663 +36.5938 +22.4496 +14.4985 +6.1108 +3.93866 +4.69536 +3.93865 +6.23391 +12.1606 +12.1411 +23.2427 +30.317 +35.958 +41.5532 +47.2109 +46.8872 +45.1775 +42.471 +41.8335 +44.1257 +45.7462 +47.0336 +44.5314 +41.5938 +40.1333 +27.4749 +18.1044 +6.33748 +3.93864 +4.69536 +3.93865 +6.73813 +13.4408 +14.1435 +25.932 +32.8016 +39.5292 +42.9528 +45.6123 +45.186 +47.7218 +46.6144 +46.1967 +46.8056 +44.9031 +46.8433 +46.8286 +43.9279 +45.4693 +32.88 +23.3625 +6.72059 +3.94591 +4.69536 +3.93865 +7.16481 +14.6934 +14.9377 +28.7765 +34.4146 +36.5614 +47.2652 +49.8055 +47.7489 +45.2445 +42.4109 +41.7535 +45.8623 +45.4794 +45.2157 +42.4428 +40.4003 +39.0672 +27.5514 +18.764 +6.11857 +3.93864 +4.69536 +3.93865 +7.01597 +15.0187 +16.1891 +32.661 +37.7699 +40.7359 +44.3811 +49.5436 +49.7756 +47.4401 +43.5661 +40.6766 +42.1956 +42.0964 +49.0118 +46.8207 +42.1489 +40.5165 +27.7097 +15.7265 +6.11066 +3.93866 +4.69536 +3.93865 +6.41066 +12.6504 +13.0415 +25.8784 +32.2028 +39.0215 +42.658 +49.2658 +48.1517 +46.0084 +42.8377 +41.6197 +45.9351 +47.5102 +47.724 +45.5484 +42.1194 +41.2127 +28.3271 +17.6094 +6.11462 +3.93933 +4.69536 +3.93865 +9.56457 +14.4759 +15.4149 +29.5007 +33.2943 +39.2156 +45.2971 +50.924 +51.454 +49.135 +45.6694 +44.7147 +46.9187 +47.8747 +48.8845 +47.3802 +45.3332 +44.6195 +32.4074 +22.7611 +6.1104 +3.93864 +4.69537 +3.93866 +7.34472 +15.4186 +16.4317 +34.1919 +38.1524 +41.3126 +46.1891 +51.8185 +51.3367 +49.5638 +45.874 +43.3517 +46.4323 +48.1715 +49.4848 +47.8542 +45.9209 +44.9069 +32.3098 +22.9172 +6.11124 +3.93865 +4.69537 +3.96377 +8.2966 +16.0084 +17.1458 +34.9001 +38.4424 +41.6814 +46.4259 +51.653 +51.428 +49.2556 +45.8866 +43.6633 +45.5146 +48.0003 +48.7997 +47.0169 +44.655 +42.7925 +28.5268 +19.6625 +6.33797 +3.93864 +4.69536 +3.93865 +7.07573 +13.9251 +14.7539 +23.7054 +27.9791 +32.3678 +37.8836 +45.1263 +42.5659 +39.2618 +36.699 +35.5023 +40.3558 +40.6635 +42.9313 +42.1279 +37.7878 +38.3359 +26.573 +16.3981 +6.71399 +3.94942 +4.69536 +3.93865 +6.56971 +12.6492 +12.4076 +19.62 +23.8846 +26.7766 +35.9589 +42.3282 +42.2995 +41.3634 +36.5882 +38.808 +40.1162 +39.9629 +41.894 +39.6113 +36.0978 +33.8684 +22.0086 +14.1135 +6.11023 +3.93865 +4.69536 +3.93865 +6.2088 +12.2676 +12.3668 +23.2861 +28.5981 +34.5401 +42.323 +47.6975 +47.3921 +44.6737 +41.4724 +39.8357 +43.5401 +45.2503 +45.6629 +43.6565 +38.8608 +37.3103 +24.0701 +14.4848 +6.11343 +3.93865 +4.69536 +3.93865 +6.2088 +12.1938 +12.3355 +23.2269 +29.2312 +33.5417 +40.643 +46.7677 +46.9457 +44.693 +41.4924 +40.8445 +43.7238 +45.4396 +46.4752 +44.5329 +40.7481 +39.4682 +27.8472 +16.3809 +6.11281 +3.93864 +4.69536 +3.93865 +6.63728 +14.3869 +14.5418 +25.9346 +31.9612 +36.2314 +43.037 +49.2559 +49.2808 +46.4134 +42.9429 +42.2624 +44.904 +45.7312 +45.6803 +43.0609 +41.3183 +38.8418 +25.6887 +15.1192 +6.11502 +3.94395 +4.69536 +3.93865 +6.51758 +14.0709 +14.8946 +27.2017 +33.4021 +39.0095 +44.1103 +50.6051 +51.1341 +48.8601 +44.373 +42.5898 +45.2812 +47.1637 +47.5857 +43.9445 +41.184 +36.8053 +23.0822 +14.5566 +6.11619 +3.93865 +4.69536 +3.93865 +6.48951 +14.0947 +14.9175 +28.0222 +31.4132 +32.689 +38.2274 +44.4845 +45.1455 +43.4064 +40.618 +39.0062 +42.8625 +44.8157 +45.1407 +43.6688 +40.1008 +38.7361 +25.3665 +15.7598 +6.33814 +3.93864 +4.69536 +3.93865 +6.66162 +14.2377 +15.3718 +23.7183 +26.5286 +34.1835 +41.0274 +49.9957 +48.1233 +46.1533 +42.9198 +42.7977 +45.2586 +45.0171 +46.6762 +44.6073 +41.0863 +42.7517 +28.1084 +17.1045 +6.71284 +3.95092 +4.69536 +3.93865 +6.58469 +13.5062 +13.2091 +20.2306 +26.9729 +31.2615 +41.8412 +46.3043 +45.5253 +43.983 +40.4289 +39.0359 +42.1942 +43.3845 +43.6469 +41.4697 +38.4023 +36.2229 +23.5722 +14.1914 +6.11844 +3.94418 +4.69536 +3.93865 +6.2088 +12.5625 +12.6836 +23.3279 +31.2716 +36.8087 +42.6268 +47.761 +47.5427 +45.2822 +41.3991 +40.6825 +44.3717 +46.6953 +47.8523 +46.2662 +43.5617 +42.7277 +27.5932 +15.1693 +6.11492 +3.94057 +4.69536 +3.93865 +6.2088 +12.0172 +12.1236 +23.2155 +25.9208 +30.42 +36.6778 +40.9582 +42.4758 +40.9477 +37.2057 +36.8123 +39.5411 +41.4642 +41.3668 +38.5748 +34.9078 +32.389 +21.5011 +14.4038 +6.11709 +3.94545 +4.69536 +3.93865 +6.2088 +11.9775 +11.7963 +23.2246 +26.6444 +30.1327 +36.0882 +40.5542 +41.0264 +41.4258 +37.6014 +36.1861 +39.8284 +42.0006 +41.71 +39.0483 +34.0899 +32.689 +21.4373 +14.4147 +6.11851 +3.93865 +4.69537 +3.93865 +6.2088 +11.9213 +11.8586 +23.554 +25.8483 +32.0447 +38.173 +44.7286 +44.7658 +43.2621 +40.2187 +39.507 +42.0969 +44.0954 +44.6224 +42.4482 +37.7522 +36.6651 +21.5327 +14.412 +6.12035 +3.93865 +4.69537 +3.93865 +6.2088 +11.9917 +11.8365 +23.2249 +27.8953 +34.0198 +41.5114 +46.6241 +46.8007 +44.4076 +41.37 +40.2314 +43.425 +45.4926 +45.975 +44.3078 +43.0946 +37.4662 +23.7762 +14.5099 +6.33871 +3.93865 +4.69536 +3.93865 +6.2088 +12.0386 +12.0022 +19.2495 +26.9214 +38.1529 +43.2244 +47.8951 +46.2694 +44.2731 +42.5222 +41.8557 +43.4158 +44.0352 +44.4472 +44.2923 +42.8698 +39.9113 +27.8285 +16.6289 +6.7189 +3.9476 +4.69536 +3.93865 +6.49493 +13.5875 +13.5146 +20.5066 +26.4646 +31.3603 +42.0781 +45.9548 +44.5675 +43.5161 +39.8297 +40.4723 +42.555 +44.3224 +43.2204 +41.6263 +42.1975 +38.8502 +27.2784 +18.2151 +6.11089 +3.93865 +4.69537 +3.96377 +6.30076 +14.2951 +14.8246 +26.6229 +31.4466 +34.6806 +40.9899 +46.4692 +48.1116 +44.7947 +38.2028 +40.9898 +44.3384 +45.5005 +45.7769 +44.4689 +44.9789 +40.4058 +26.3306 +15.6398 +6.11037 +3.93864 +4.69536 +3.93865 +6.49243 +15.0356 +14.7469 +27.0432 +33.0236 +36.1599 +42.1448 +47.4778 +47.2658 +44.9921 +41.6176 +40.6647 +43.6097 +45.8655 +46.2399 +43.8965 +43.2075 +38.5544 +24.8136 +14.5601 +6.11503 +3.94301 +4.69536 +3.93865 +6.26105 +12.2849 +12.9226 +23.5491 +30.9011 +36.0531 +42.752 +48.3795 +48.3706 +46.4875 +43.1582 +41.9645 +44.8695 +46.4526 +47.3547 +45.1173 +44.4668 +40.7869 +24.0535 +14.5243 +6.11797 +3.94122 +4.69536 +3.93865 +6.2088 +12.4072 +12.5836 +24.7501 +31.3511 +38.5267 +44.1958 +49.9666 +50.7924 +47.1611 +44.4322 +42.993 +45.4743 +47.1582 +47.8031 +45.1221 +46.1595 +43.0819 +30.7843 +18.172 +6.11461 +3.94459 +4.69536 +3.93865 +6.66116 +13.0279 +13.4359 +24.7723 +27.0483 +31.0711 +36.2996 +43.281 +43.9213 +42.2068 +40.168 +39.6208 +42.4179 +44.3008 +43.5523 +39.8485 +38.4087 +33.6381 +21.4975 +14.4169 +6.34355 +3.93865 +4.69536 +3.93865 +6.2088 +12.3784 +11.4782 +18.4991 +21.7969 +29.3134 +36.881 +41.6092 +42.3035 +40.9069 +39.5371 +39.9053 +42.3642 +43.343 +42.598 +37.7619 +35.0525 +32.2401 +21.0846 +14.7812 +6.70056 +3.95687 +4.69536 +3.93865 +6.2088 +11.8579 +11.834 +18.6454 +25.0445 +29.4012 +40.9834 +46.6819 +46.8591 +46.4849 +43.2091 +43.0472 +45.7174 +45.0925 +45.3621 +43.374 +43.9438 +40.2541 +29.5112 +21.0157 +6.11751 +3.94548 +4.69536 +3.93865 +6.87039 +14.9827 +16.2346 +32.178 +37.5054 +39.5434 +43.6896 +49.4508 +50.4777 +46.9 +44.0743 +42.8124 +45.5677 +47.7235 +48.2588 +45.8617 +46.702 +43.4748 +31.061 +21.621 +6.11675 +3.94269 +4.69536 +3.93865 +7.34826 +15.0163 +15.9466 +30.9734 +37.2646 +41.4829 +45.0207 +50.1692 +50.183 +48.1624 +43.2542 +40.2937 +40.8955 +40.5188 +37.7537 +36.3107 +38.3161 +33.8843 +21.5904 +14.4095 +6.11849 +3.94125 +4.69536 +3.93865 +6.2088 +12.3048 +12.4821 +23.2245 +27.5091 +30.9588 +37.5623 +43.6329 +45.1165 +43.1243 +40.0588 +39.6889 +42.203 +44.2527 +44.5661 +42.6903 +41.3438 +36.4726 +22.9954 +14.4355 +6.12012 +3.93948 +4.69537 +3.93865 +6.2088 +12.0363 +12.0205 +23.2335 +26.5572 +34.795 +41.3642 +46.669 +46.3424 +44.452 +41.5916 +40.7067 +43.6355 +45.084 +44.925 +40.7227 +39.7176 +35.2318 +21.8907 +14.4296 +6.1186 +3.94116 +4.69536 +3.93865 +6.2088 +12.1777 +12.6571 +23.3979 +31.2336 +37.0093 +42.4084 +48.0673 +49.0656 +47.2203 +44.2125 +43.1929 +45.6622 +47.7513 +47.9026 +45.271 +44.5618 +39.8738 +25.8899 +16.3226 +6.34569 +3.94128 +4.69536 +3.93865 +6.53936 +14.3216 +13.1906 +19.4747 +25.5743 +33.6765 +38.1516 +43.4971 +42.9353 +41.1195 +38.3908 +37.3926 +39.604 +39.5627 +39.338 +38.1659 +37.6027 +34.0308 +22.4624 +14.9032 +6.69274 +3.9613 +4.69536 +3.93865 +6.23248 +11.907 +14.5178 +18.5264 +21.4993 +24.3551 +34.8786 +38.2472 +37.3297 +38.1118 +33.92 +31.4718 +33.8443 +35.5656 +34.7989 +32.8776 +33.1524 +30.5438 +21.0525 +14.0394 +6.11654 +3.94595 +4.69536 +3.93865 +6.2088 +12.1026 +14.9891 +25.0526 +25.9517 +27.5849 +32.2034 +36.8835 +38.2017 +36.7383 +31.6955 +32.07 +34.8795 +36.9702 +37.244 +35.9385 +35.4806 +32.8244 +21.3954 +14.4078 +6.11822 +3.942 +4.69536 +3.93865 +6.2088 +12.0621 +14.9283 +23.3792 +26.1042 +27.7521 +33.2253 +38.5824 +39.8922 +37.9873 +35.1853 +35.1377 +37.5548 +39.0506 +39.5325 +36.3283 +35.3384 +32.6325 +21.3918 +14.4133 +6.11738 +3.93993 +4.69536 +3.93865 +6.2088 +11.9651 +14.8481 +23.9438 +25.9237 +28.2976 +34.5617 +40.2608 +41.0865 +39.7101 +37.7948 +35.1869 +37.0747 +38.5979 +39.4438 +38.6197 +38.5172 +33.4108 +21.4213 +14.4166 +6.11618 +3.93894 +4.69536 +3.93865 +6.2088 +12.245 +15.3239 +23.6145 +25.8847 +27.3287 +31.6477 +38.5163 +43.6486 +42.9037 +40.3804 +38.986 +40.96 +42.4841 +43.2725 +40.0045 +37.8866 +34.4973 +21.5818 +14.4267 +6.11865 +3.94153 +4.69536 +3.93865 +6.2088 +12.8454 +16.297 +24.4109 +28.4223 +32.4851 +38.9113 +45.8965 +45.8971 +44.5083 +42.2409 +40.391 +43.2806 +44.9525 +43.6435 +41.3226 +40.6281 +36.4459 +22.853 +14.4566 +6.34251 +3.93999 +4.69536 +3.93865 +6.26826 +12.3251 +15.1814 +19.7881 +25.3563 +37.3698 +43.4966 +49.2028 +48.2676 +45.1146 +41.7955 +42.8537 +37.6232 +44.278 +45.6209 +44.1141 +42.1687 +40.0622 +27.6476 +18.0346 +6.73053 +3.94046 +4.69536 +3.93865 +6.33539 +12.2491 +14.904 +20.3933 +23.2825 +26.5542 +36.7507 +41.4225 +41.4361 +41.6952 +39.08 +38.7116 +40.8583 +40.9823 +40.8756 +37.7078 +37.4066 +32.9379 +21.8441 +14.0765 +6.11088 +3.93865 +4.69537 +3.96377 +6.20879 +13.7216 +16.864 +25.3501 +29.3348 +34.2549 +40.3728 +46.064 +47.3272 +45.8343 +41.4003 +40.8356 +41.5827 +40.0598 +43.1032 +43.0883 +41.8335 +37.749 +23.5412 +14.4863 +6.11106 +3.93865 +4.69537 +3.96377 +6.20879 +12.1857 +15.0028 +23.2454 +25.9293 +27.4746 +32.9145 +37.235 +40.1308 +37.8706 +33.479 +32.1518 +36.1607 +40.6747 +42.6432 +41.3029 +41.7488 +36.9372 +23.4485 +14.5451 +6.11472 +3.93865 +4.69536 +3.93865 +6.34397 +13.8595 +16.5809 +23.772 +27.7455 +29.9402 +31.8438 +38.0395 +38.0988 +35.6883 +34.4159 +33.9976 +31.2313 +32.0487 +31.7755 +31.5791 +32.0975 +30.758 +21.3288 +14.626 +6.11851 +3.94304 +4.69536 +3.93865 +6.2088 +11.8699 +14.689 +23.5077 +25.901 +27.3133 +31.5147 +34.3805 +33.0456 +31.192 +28.8157 +28.7886 +31.043 +31.9382 +31.8324 +31.3705 +32.1223 +30.7857 +21.3214 +14.4204 +6.11339 +3.93865 +4.69536 +3.93865 +6.2088 +12.1344 +14.7719 +23.9455 +25.9667 +27.5078 +31.7954 +35.6097 +35.0792 +33.8109 +30.1364 +30.1139 +33.2004 +34.4226 +33.8517 +32.1785 +32.1823 +30.8141 +21.3245 +14.6359 +6.34417 +3.93875 +4.69536 +3.93865 +6.2088 +11.7088 +14.1056 +18.7937 +21.744 +27.7515 +32.0889 +35.4616 +33.3348 +32.6857 +29.9792 +29.428 +33.3927 +33.0224 +33.6546 +31.5441 +31.9885 +30.7558 +20.9613 +15.1164 +6.69275 +3.96204 +4.69537 +3.93865 +6.22876 +11.5861 +14.0107 +19.0095 +21.6819 +23.614 +31.9586 +35.6235 +33.5689 +33.2502 +29.3439 +29.028 +31.3234 +33.3915 +31.3592 +29.7267 +29.9294 +28.983 +21.182 +14.471 +6.11885 +3.94421 +4.69536 +3.93865 +6.24395 +11.785 +14.5084 +23.6847 +25.8096 +27.383 +31.8924 +37.138 +36.3646 +34.7995 +29.8913 +30.594 +32.9215 +35.2015 +34.296 +31.2672 +32.0681 +30.7519 +21.5423 +15.0791 +6.1107 +3.93866 +4.69536 +3.93865 +6.2872 +11.8581 +14.5118 +23.8619 +26.0224 +27.3031 +31.7663 +35.6927 +35.3966 +34.4532 +30.8499 +30.9004 +34.5053 +35.8783 +35.1714 +32.314 +32.1075 +30.7621 +21.5444 +15.0724 +6.11865 +3.93865 +4.69536 +3.93865 +6.26808 +11.8649 +14.5149 +23.8201 +26.1322 +27.3176 +31.6835 +35.78 +36.3271 +33.0298 +28.7434 +28.7345 +31.0256 +32.5961 +34.1204 +32.8084 +32.1498 +30.8481 +21.3336 +14.3988 +6.11554 +3.94933 +4.69536 +3.93865 +6.2088 +12.1544 +14.7292 +23.9237 +25.8437 +27.2752 +31.6164 +35.8095 +35.7536 +36.7674 +31.8491 +32.3205 +35.348 +37.17 +36.8822 +35.1585 +35.3589 +32.933 +21.6565 +14.415 +6.11774 +3.93864 +4.69536 +3.93865 +6.2088 +12.3958 +15.6619 +23.3324 +27.177 +31.1508 +36.4717 +42.2124 +43.2149 +40.677 +38.1528 +37.4653 +40.0312 +40.1105 +40.456 +39.568 +39.8059 +36.7019 +23.8219 +14.4643 +6.33684 +3.93865 +4.69536 +3.93865 +6.2088 +12.0962 +14.6401 +18.6179 +22.9195 +29.7712 +36.0128 +40.6004 +40.0346 +37.1982 +36.8985 +33.8011 +36.4261 +36.6996 +35.4214 +33.6479 +32.1642 +30.911 +20.9608 +14.9883 +6.71265 +3.95061 +4.69536 +3.93865 +6.2088 +11.6545 +14.1335 +18.9255 +21.4428 +23.6069 +31.9652 +34.5018 +32.5548 +31.2663 +28.4283 +28.5702 +31.3435 +31.173 +30.8043 +29.4602 +29.8465 +28.9697 +21.3067 +14.6919 +6.10975 +3.93865 +4.69536 +3.93865 +6.2088 +11.7861 +14.5631 +23.7059 +25.9816 +27.3028 +31.617 +34.5106 +33.2859 +32.2053 +29.5186 +29.1821 +32.2636 +34.7826 +34.6609 +34.4567 +32.1218 +30.8168 +21.3297 +14.7499 +6.11042 +3.93866 +4.69536 +3.93865 +6.28233 +11.8802 +14.5668 +23.7904 +25.8028 +27.3916 +32.4638 +38.6022 +38.8554 +37.8653 +34.6771 +34.7281 +35.9499 +37.1801 +37.8395 +39.9532 +36.7744 +33.7655 +21.3838 +14.4233 +6.11051 +3.93866 +4.69536 +3.93865 +6.23392 +12.4668 +15.945 +25.8776 +28.651 +31.2269 +37.129 +44.557 +44.6928 +41.7455 +38.2832 +36.4495 +39.3382 +41.1369 +43.1999 +44.9748 +43.1029 +39.2861 +27.5458 +16.2723 +6.11137 +3.93865 +4.69537 +3.96377 +6.45493 +15.0562 +17.5718 +26.5258 +29.5274 +30.8893 +38.1978 +45.1759 +45.1512 +43.1775 +37.2016 +36.5757 +41.293 +40.6051 +43.1419 +42.754 +39.0126 +35.0331 +22.7974 +14.4868 +6.11031 +3.93866 +4.69536 +3.93865 +6.38195 +12.7574 +16.3836 +25.4293 +27.1625 +32.8664 +41.5768 +47.9258 +49.4174 +45.9267 +41.9544 +39.8038 +41.3652 +43.5776 +44.9057 +46.5228 +44.7759 +40.089 +25.4995 +15.8182 +6.33718 +3.93866 +4.69537 +3.93865 +6.46757 +15.1359 +16.612 +23.7537 +29.9285 +37.6423 +40.8023 +47.7089 +46.9023 +45.0849 +42.4713 +41.7353 +44.1797 +44.4446 +45.4256 +47.6571 +43.9144 +42.3068 +30.2195 +22.311 +6.71479 +3.94908 +4.69536 +3.93865 +6.89515 +13.6519 +16.8498 +25.2451 +27.9567 +28.686 +38.1462 +43.1319 +42.0745 +40.967 +36.3096 +35.9376 +37.6509 +39.3803 +37.4102 +37.8627 +33.062 +29.167 +20.961 +14.0342 +6.11624 +3.93865 +4.69536 +3.93865 +6.2088 +11.853 +14.6742 +23.6767 +25.9629 +27.3876 +32.0681 +35.2913 +35.902 +34.195 +29.8451 +28.9949 +32.11 +34.7262 +35.4468 +37.9525 +34.3337 +30.933 +21.323 +14.418 +6.11529 +3.93865 +4.69536 +3.93865 +6.2088 +12.0998 +14.6492 +23.7661 +25.8182 +27.3887 +32.0594 +35.9483 +36.0558 +34.3795 +32.0912 +32.796 +34.6544 +35.6149 +35.304 +37.156 +34.7405 +31.0199 +21.3145 +14.4225 +6.11046 +3.93866 +4.69536 +3.93865 +6.23392 +12.079 +14.652 +23.7992 +25.8306 +27.4195 +33.2843 +40.6321 +41.3382 +39.1786 +38.2089 +36.4065 +39.5245 +40.8387 +40.0303 +39.5441 +35.6616 +31.1089 +21.3553 +14.4224 +6.11041 +3.93866 +4.69536 +3.93865 +6.23391 +11.8726 +14.7138 +23.6812 +25.8826 +28.6878 +36.1475 +42.3676 +44.7556 +43.1391 +40.3244 +39.7751 +42.7577 +44.4957 +42.9428 +42.4437 +38.8915 +33.1152 +21.432 +14.424 +6.11002 +3.93866 +4.69536 +3.93865 +6.23391 +11.9768 +14.8228 +23.6876 +25.9594 +27.4015 +33.1356 +41.5463 +41.2189 +39.1983 +37.4417 +36.312 +38.8286 +39.4351 +38.7066 +37.7927 +34.0708 +30.9871 +21.3345 +14.4208 +6.33828 +3.93866 +4.69536 +3.93865 +6.23392 +11.6779 +14.2204 +19.1892 +21.7195 +27.7566 +31.8409 +34.5169 +33.8271 +31.2261 +29.2178 +29.2915 +31.1932 +32.2642 +32.9027 +35.2754 +32.1887 +30.9727 +20.9913 +14.7963 +6.69544 +3.93866 +4.72049 +3.93864 +6.20879 +11.785 +14.3584 +18.9409 +21.6577 +23.8098 +32.0091 +35.601 +36.3448 +33.2676 +29.8045 +29.2369 +31.2036 +32.1774 +32.1478 +33.3657 +31.1772 +29.1332 +20.9612 +14.033 +6.11851 +3.94329 +4.69536 +3.93865 +6.2088 +11.9258 +14.7804 +23.8139 +25.964 +27.6896 +36.6437 +44.4054 +45.1196 +44.3143 +40.0349 +38.2099 +41.823 +44.4953 +44.5958 +43.5463 +39.9412 +36.7103 +24.0101 +14.4188 +6.11068 +3.93866 +4.69537 +3.93865 +6.23392 +12.1619 +15.0361 +23.8268 +26.0925 +27.7237 +31.6204 +37.5521 +39.3767 +39.6524 +34.1796 +33.1068 +36.4969 +37.5247 +36.8843 +37.4715 +34.513 +31.8095 +21.3982 +14.407 +6.11004 +3.93865 +4.69537 +3.96377 +6.20879 +12.0907 +14.9799 +23.7357 +26.1731 +27.4442 +32.0714 +36.8796 +39.6603 +38.1317 +33.4633 +31.5979 +32.9315 +33.4446 +32.6406 +34.3063 +32.0676 +30.7893 +21.3238 +14.6341 +6.11797 +3.93865 +4.69536 +3.93865 +6.2088 +11.9573 +14.6754 +24.0385 +26.2712 +27.5541 +31.7389 +34.1535 +32.5037 +30.7933 +28.6337 +28.7019 +31.1538 +31.8879 +32.5334 +34.0538 +31.8606 +30.758 +21.5341 +15.0807 +6.10958 +3.93866 +4.69536 +3.93865 +6.39847 +11.6568 +14.5137 +24.1561 +26.7103 +27.774 +31.9581 +34.1542 +32.2887 +30.3694 +28.5185 +28.5547 +30.9361 +31.6775 +32.2488 +34.0538 +31.8611 +30.7307 +21.5691 +15.0722 +6.33813 +3.93865 +4.69537 +3.96376 +6.47747 +11.671 +13.9156 +19.5627 +21.6864 +27.7701 +31.7194 +34.6206 +33.2793 +31.373 +29.1636 +29.1346 +31.0559 +31.9027 +32.6727 +34.5887 +32.0402 +30.8785 +20.9616 +14.7679 +6.71255 +3.95056 +4.69536 +3.93865 +6.2088 +11.6667 +14.0922 +18.9718 +21.4204 +23.6337 +31.9575 +34.6136 +32.3189 +30.4613 +28.0112 +27.9666 +30.2665 +30.9026 +30.4016 +32.0077 +29.7593 +28.9804 +21.2001 +14.6866 +6.11019 +3.93866 +4.69536 +3.93865 +6.32753 +11.702 +14.6675 +24.2456 +26.9044 +27.6986 +31.9501 +34.164 +32.4955 +31.0198 +28.6765 +28.6779 +30.8871 +31.7677 +32.5429 +34.0935 +31.8607 +30.9776 +21.7541 +15.089 +6.11051 +3.93866 +4.69536 +3.93865 +6.55407 +11.8265 +14.5851 +24.291 +26.5188 +27.5373 +31.719 +34.3841 +34.0218 +32.5648 +30.2979 +29.3166 +31.1638 +32.6606 +35.1039 +35.8174 +33.4884 +30.9046 +21.3362 +14.4194 +6.11045 +3.93866 +4.69536 +3.93865 +6.23392 +12.2108 +14.7581 +23.8961 +26.0771 +27.2174 +31.6468 +34.5423 +32.525 +30.5696 +28.6982 +28.7726 +30.9974 +32.5792 +32.244 +34.3204 +31.9165 +30.731 +21.5671 +14.8418 +6.11081 +3.93865 +4.69537 +3.96376 +6.20879 +11.8357 +14.4642 +23.914 +26.1223 +27.2376 +31.6914 +34.8011 +34.2927 +32.6555 +30.2667 +29.591 +32.3263 +33.6792 +34.7845 +35.838 +32.971 +30.9219 +21.5775 +14.6411 +6.11008 +3.93866 +4.69536 +3.93865 +6.25992 +11.9371 +14.5975 +23.9067 +26.1872 +27.4308 +31.8448 +34.1341 +32.3751 +30.4633 +28.5598 +28.8122 +31.0197 +31.7931 +32.4664 +34.0538 +31.8605 +30.9502 +21.5679 +15.0633 +6.3381 +3.93865 +4.72047 +3.93864 +6.46315 +11.6183 +13.8875 +19.6044 +22.9317 +28.0017 +32.2245 +34.4024 +32.9438 +31.0596 +29.1633 +28.9525 +31.3787 +32.2651 +32.5784 +33.9887 +32.1833 +31.0828 +21.6226 +15.4344 +6.71544 +3.94909 +4.69537 +3.93865 +6.57611 +11.7864 +14.0322 +19.6413 +22.3571 +24.2992 +32.3446 +34.6221 +32.3507 +30.8235 +28.631 +28.6943 +30.6121 +31.4371 +31.5391 +32.671 +30.4 +29.6484 +21.6317 +14.7079 +6.11708 +3.94462 +4.69537 +3.93865 +6.71545 +12.0936 +14.6187 +24.5141 +26.5281 +27.931 +31.8955 +34.4302 +32.7173 +30.8275 +28.7945 +28.6826 +30.9233 +31.7741 +32.7025 +34.1164 +32.0247 +30.9777 +21.9751 +15.0844 +6.11037 +3.93866 +4.69536 +3.93865 +6.37917 +11.6689 +14.3269 +24.4844 +26.1597 +27.2965 +31.8457 +34.7878 +34.0923 +32.3176 +29.1514 +29.2408 +31.6486 +32.6915 +33.0091 +34.3026 +32.0191 +30.7331 +21.5684 +15.0544 +6.11104 +3.93865 +4.72048 +3.93864 +6.29981 +11.8578 +14.5193 +24.1654 +25.8301 +27.5252 +32.0021 +37.1745 +38.9524 +37.6484 +34.4028 +34.065 +36.6826 +38.6673 +36.9245 +36.2583 +32.9747 +30.8865 +21.3631 +14.4119 +6.11043 +3.93865 +4.69537 +3.96376 +6.20878 +11.8674 +14.8008 +24.1576 +25.8302 +27.5323 +32.0157 +35.856 +34.9402 +32.6032 +30.5518 +29.581 +32.4976 +33.5237 +35.2422 +35.908 +33.4995 +30.9195 +21.3478 +14.3996 +6.11079 +3.93865 +4.72048 +3.93864 +6.20879 +11.8558 +14.651 +24.3614 +26.4081 +27.5889 +31.8707 +34.1362 +32.3055 +30.4487 +28.4879 +28.4991 +30.9757 +31.8858 +32.6527 +34.0538 +31.9928 +30.9748 +21.9778 +15.094 +6.33753 +3.93866 +4.69536 +3.93865 +6.49345 +11.6609 +13.8724 +22.2816 +22.8084 +28.3796 +32.3276 +34.2555 +33.0557 +31.171 +29.6545 +29.6773 +31.6654 +32.4426 +32.6406 +33.9779 +32.1932 +31.3931 +21.6274 +15.468 +6.70036 +3.93865 +4.72047 +3.93865 +6.68586 +11.9118 +14.1629 +22.3156 +22.2211 +24.2989 +32.3313 +34.2738 +31.9803 +30.5701 +28.3307 +28.6532 +30.6442 +31.6532 +34.1715 +32.6613 +30.4188 +29.6509 +21.6443 +14.7428 +6.11035 +3.93865 +4.69536 +3.93865 +6.76323 +12.1123 +14.6467 +27.1729 +26.5364 +27.925 +32.1697 +34.475 +32.4874 +30.7082 +28.9886 +29.225 +31.4658 +32.2519 +35.293 +34.7148 +32.5226 +31.3985 +22.0224 +15.1296 +6.11089 +3.93866 +4.72048 +3.93866 +6.82472 +12.1909 +14.7527 +27.1924 +26.646 +27.9546 +32.1664 +34.7263 +32.8853 +30.6563 +29.2988 +29.0418 +31.601 +32.0452 +35.7374 +34.2745 +32.5225 +31.4223 +21.9879 +15.1413 +6.11068 +3.93866 +4.69538 +3.93865 +6.707 +12.0704 +14.5799 +27.1501 +26.7743 +28.0639 +32.1815 +34.485 +32.2547 +30.3722 +28.6758 +28.7981 +31.3586 +32.1095 +35.271 +34.0538 +31.8591 +30.8959 +21.7891 +15.0631 +6.1104 +3.93865 +4.72048 +3.93864 +6.47942 +11.6792 +14.3269 +27.1415 +26.7757 +27.6136 +32.1597 +34.4845 +32.2542 +30.3754 +28.6719 +28.7615 +31.2377 +32.9912 +35.5179 +34.2735 +32.0803 +30.9762 +21.9761 +15.0917 +6.11033 +3.93866 +4.69536 +3.93865 +6.55544 +11.8099 +14.496 +27.0066 +26.4923 +27.9521 +32.1596 +34.4804 +32.4901 +30.6846 +28.7912 +28.7066 +31.1102 +31.862 +35.3106 +34.0652 +31.8592 +30.896 +21.8434 +15.0753 +6.33809 +3.93865 +4.69537 +3.96377 +6.50692 +11.695 +13.9305 +22.2793 +21.8533 +27.8082 +31.9263 +34.9663 +34.4114 +33.2028 +30.646 +30.5401 +32.7959 +32.3602 +36.4666 +34.2724 +32.0194 +30.9727 +21.0017 +14.7641 +6.71918 +3.94688 +4.69536 +3.93865 +6.2088 +11.7135 +14.2237 +21.6174 +21.4883 +23.8524 +33.4688 +36.8945 +37.024 +35.9491 +32.5616 +32.364 +33.8823 +34.6802 +36.2149 +34.5619 +31.9072 +30.2501 +21.0159 +14.0329 +6.1172 +3.93923 +4.69536 +3.93865 +6.2088 +11.9205 +14.7397 +26.7935 +26.796 +27.8984 +32.3005 +34.567 +32.6046 +30.7821 +28.8404 +29.191 +31.5838 +32.7624 +35.6005 +34.7137 +32.5217 +31.3935 +22.0189 +15.0674 +6.11096 +3.93865 +4.72048 +3.93865 +6.73625 +12.0741 +14.6068 +27.1764 +26.649 +27.9371 +32.2039 +34.7873 +32.5934 +30.5975 +28.8216 +29.2195 +31.5526 +32.219 +35.6265 +34.3843 +32.5194 +31.4221 +21.9899 +15.096 +6.10998 +3.93865 +4.69536 +3.93865 +6.71299 +12.0217 +14.5488 +27.1407 +26.6364 +27.9378 +31.7362 +34.1597 +32.4858 +30.6743 +28.7232 +28.7877 +31.0365 +33.8809 +36.9621 +35.1176 +31.9842 +30.7308 +21.5137 +14.8387 +6.11083 +3.93865 +4.72048 +3.93864 +6.20879 +11.8483 +14.7385 +26.4792 +26.5239 +27.5474 +31.979 +34.6226 +32.3401 +30.4658 +28.7376 +29.0779 +31.6739 +32.5435 +35.625 +34.0538 +31.8606 +31.0603 +22.0099 +15.0619 +6.11148 +3.93865 +4.72048 +3.93865 +6.54194 +11.8716 +14.4169 +27.15 +26.6929 +27.9193 +32.1914 +34.5309 +32.4607 +30.5586 +28.689 +29.0083 +31.1261 +32.136 +35.3327 +34.0858 +31.8597 +30.955 +21.5624 +15.0713 +6.33721 +3.93865 +4.69537 +3.96377 +6.42454 +11.6198 +13.8866 +22.4071 +22.6259 +28.0337 +32.0589 +34.5669 +33.0533 +31.1706 +29.269 +29.2138 +31.1866 +32.2694 +35.6222 +34.0866 +32.1896 +31.062 +21.6341 +15.4671 +6.71022 +3.93866 +4.69537 +3.96376 +6.67577 +11.8684 +14.1614 +22.2922 +22.6678 +24.3516 +32.3537 +34.7142 +31.9264 +30.4036 +28.2872 +28.594 +30.6359 +31.689 +34.1722 +32.6613 +30.4221 +29.6398 +21.6544 +14.7601 +6.11067 +3.93866 +4.69537 +3.96376 +6.83918 +12.2131 +14.7511 +27.1881 +26.6703 +27.9614 +32.2405 +34.7237 +32.7653 +30.9622 +29.017 +28.9087 +31.2016 +32.1523 +35.3803 +34.114 +31.8605 +30.9506 +22.0058 +15.064 +6.11022 +3.93865 +4.72048 +3.93864 +6.4594 +11.728 +14.3368 +27.1412 +26.3278 +27.6198 +31.8482 +34.689 +32.9787 +31.0958 +29.1233 +28.8686 +31.1712 +32.7195 +35.4674 +34.675 +32.0256 +30.9499 +22.0092 +15.0563 +6.11031 +3.93866 +4.72048 +3.93866 +6.51981 +11.799 +14.5526 +26.9956 +26.9152 +27.951 +32.1792 +34.4371 +32.5299 +30.6363 +28.7879 +28.9604 +31.3641 +32.6626 +35.6002 +34.0538 +31.8599 +31.4187 +21.9842 +15.091 +6.11062 +3.93866 +4.69536 +3.93865 +6.69118 +11.9741 +14.507 +27.1479 +27.0446 +28.4465 +32.3283 +34.1557 +32.4767 +30.6992 +29.1698 +29.2156 +31.8298 +33.4461 +35.2727 +34.3849 +32.1924 +31.3944 +22.0181 +15.0634 +6.11176 +3.96376 +4.69537 +3.93866 +6.8277 +12.1918 +14.7652 +27.1655 +26.797 +28.014 +32.1974 +34.549 +32.713 +30.9474 +29.1491 +29.03 +31.3928 +32.1215 +35.603 +34.3818 +32.1896 +31.3913 +22.0124 +15.06 +6.33747 +3.93865 +4.72049 +3.93864 +6.48987 +11.6472 +13.898 +21.9726 +22.5166 +27.6596 +31.7371 +34.2537 +32.9094 +31.1041 +29.2401 +29.2044 +31.5899 +32.301 +35.4919 +34.6524 +31.9804 +30.7819 +20.9617 +14.7806 +6.69822 +3.95839 +4.69536 +3.93865 +6.2088 +11.6646 +14.2857 +21.6174 +21.741 +23.7831 +31.8937 +34.8101 +33.9213 +32.3999 +29.6045 +28.2779 +30.3827 +31.6433 +33.5342 +31.9901 +29.7467 +29.1606 +21.4001 +14.6983 +6.11215 +6.1106 +3.93866 +4.69536 +3.93865 +6.5185 +11.7147 +14.3775 +24.0191 +26.4908 +27.9113 +32.159 +34.5044 +32.6679 +30.8359 +29.3162 +29.5332 +32.6019 +36.307 +35.2714 +34.3837 +32.1888 +31.3931 +22.0238 +15.057 +6.11223 +3.96365 +4.69537 +3.93865 +6.76424 +12.1534 +14.6755 +24.3656 +26.6079 +28.1257 +32.3125 +34.1787 +32.9138 +31.1147 +29.2466 +29.2822 +32.6077 +36.3077 +35.2722 +34.3846 +32.191 +31.3942 +22.0172 +15.0583 +6.11082 +3.96376 +4.69535 +3.93866 +6.67658 +12.0227 +14.5944 +24.4847 +26.6291 +28.095 +32.3278 +34.2402 +32.6649 +30.844 +29.3155 +29.2723 +32.4875 +36.3017 +35.2718 +34.3839 +32.1918 +31.3933 +22.0207 +15.0788 +6.10985 +3.93865 +4.69537 +3.96377 +6.69061 +12.0356 +14.5564 +24.3299 +26.4589 +27.9139 +32.1583 +34.1757 +32.587 +30.871 +29.031 +29.3153 +32.4188 +35.9765 +35.6002 +34.3838 +32.188 +31.3922 +22.0134 +15.0599 +6.11029 +3.96375 +4.69535 +3.93866 +6.58366 +11.8695 +14.3658 +23.9584 +26.1878 +27.4425 +31.6588 +34.5049 +32.5852 +30.4524 +28.9218 +29.3173 +32.7672 +35.642 +35.6045 +34.0505 +32.0807 +31.3901 +22.0092 +15.0583 +6.3391 +3.96376 +4.69537 +3.93864 +6.73746 +11.9713 +14.2109 +19.5916 +22.4353 +28.2752 +32.2587 +34.8991 +33.4568 +31.5663 +29.7336 +29.7749 +32.6572 +36.3074 +35.302 +34.3922 +32.5236 +31.3988 +21.639 +15.4607 +6.70481 +3.93865 +4.72047 +3.93865 +6.74644 +12.0088 +14.278 +19.4446 +22.0547 +24.2998 +32.3406 +34.6023 +32.3734 +30.5144 +28.1773 +28.7278 +31.4009 +34.9373 +34.2 +32.3228 +29.7376 +29.3367 +21.6343 +14.7085 +6.10997 +3.93865 +4.69536 +3.93865 +6.64205 +12.0211 +14.5309 +24.4884 +27.1609 +27.947 +32.3302 +34.3635 +32.6853 +30.7811 +28.8891 +29.3419 +32.7103 +35.6598 +35.2732 +34.2739 +32.0798 +31.3908 +21.9816 +15.0954 +6.10975 +3.93866 +4.69538 +3.93865 +6.72107 +12.0254 +14.5362 +24.1453 +26.2289 +27.6924 +31.8465 +34.3154 +32.2602 +30.4031 +28.7265 +28.9235 +31.9483 +36.0933 +35.2754 +34.3839 +32.1891 +31.3947 +21.9803 +15.097 +6.10976 +3.93865 +4.69536 +3.93865 +6.7797 +12.1157 +14.6707 +24.1828 +26.5012 +27.9553 +32.1789 +34.6625 +32.478 +30.7348 +28.8274 +29.0195 +31.7724 +36.0911 +35.2433 +34.2735 +31.8591 +31.0618 +22.006 +15.0558 +6.11088 +3.93865 +4.72048 +3.93864 +6.41351 +11.6954 +14.3294 +24.1451 +25.9556 +27.2788 +31.5409 +35.3508 +35.3376 +31.8735 +28.8301 +28.936 +32.4472 +37.8248 +35.2846 +34.0538 +32.0246 +31.1691 +22.0043 +15.0534 +6.11458 +3.96162 +4.69536 +3.93865 +6.68533 +12.0331 +14.5547 +24.4933 +26.9604 +27.9914 +32.1888 +34.2373 +32.5558 +30.7917 +29.2467 +29.3304 +32.4707 +36.3071 +35.2719 +34.2746 +32.19 +31.3926 +22.0178 +15.0566 +6.34175 +3.96093 +4.69537 +3.93865 +6.86912 +12.1051 +14.3415 +19.4202 +22.3955 +28.2807 +32.2644 +34.8973 +33.5031 +31.6255 +29.6951 +29.762 +32.0963 +36.3088 +35.2749 +34.4198 +32.5255 +31.4017 +21.6396 +15.5071 +6.71013 +3.95051 +4.69537 +3.93865 +6.80681 +12.0576 +14.2963 +19.597 +22.2788 +24.3615 +32.367 +34.6266 +32.339 +30.5422 +28.7853 +28.7518 +31.4248 +34.9417 +34.1825 +32.6689 +30.3987 +29.6478 +21.6267 +14.7047 +6.11936 +3.93875 +4.69536 +3.93865 +6.65366 +12.0431 +14.5433 +24.4875 +26.7191 +28.0467 +32.3304 +34.1198 +32.6652 +30.8611 +29.4212 +30.0215 +32.9159 +36.3034 +35.2983 +34.3854 +32.5222 +31.4003 +22.0093 +15.0658 +6.11579 +3.95433 +4.69536 +3.93865 +6.78691 +12.1395 +14.6698 +24.4334 +26.7429 +28.1239 +32.332 +34.1619 +32.9331 +31.0973 +29.2162 +29.5625 +32.7187 +36.3254 +35.9404 +34.7186 +32.5269 +31.3984 +21.999 +15.1429 +6.11737 +3.93866 +4.69537 +3.93865 +6.78927 +12.1788 +14.6935 +24.5 +26.6167 +27.9222 +32.2018 +34.8321 +32.9344 +31.1214 +29.2111 +29.3394 +32.5935 +36.3289 +35.923 +34.7259 +32.5342 +31.408 +22.0262 +15.1325 +6.1146 +3.96025 +4.69537 +3.93865 +6.84241 +12.2025 +14.705 +24.4424 +26.6174 +28.0375 +32.1869 +34.8177 +32.9966 +31.1173 +29.2977 +29.3415 +32.1964 +36.3332 +35.9453 +34.726 +32.5342 +31.4083 +22.0077 +15.1658 +6.11518 +3.94131 +4.69537 +3.93865 +6.93246 +12.3185 +14.8347 +24.5391 +26.5652 +27.9534 +32.1863 +34.8022 +32.5992 +30.8463 +29.3084 +29.446 +32.2232 +36.3279 +35.9358 +34.7212 +32.5304 +31.4032 +21.9936 +15.1743 +6.33683 +3.93866 +4.69536 +3.93865 +6.9198 +12.124 +14.3766 +19.553 +22.396 +28.3232 +32.2588 +34.8052 +33.3436 +31.0188 +29.1629 +29.3004 +32.0361 +35.9877 +35.4796 +34.087 +31.8579 +31.0595 +21.2894 +15.4239 +6.72244 +3.94409 +4.69536 +3.93865 +6.44436 +11.6194 +13.8896 +19.3021 +21.844 +23.9639 +31.8176 +34.2915 +32.031 +31.7808 +28.2361 +28.4497 +30.9037 +34.4547 +33.6357 +32.038 +29.8289 +28.9562 +20.957 +14.0362 +6.11698 +3.94883 +4.69536 +3.93865 +6.2088 +11.8414 +14.8476 +23.7439 +26.0274 +27.5726 +31.6655 +34.6395 +32.8207 +30.5821 +29.2885 +30.077 +32.5995 +35.9697 +35.6008 +34.3833 +32.1882 +30.9228 +22.0103 +15.0586 +6.11038 +3.93865 +4.72049 +3.93864 +6.58466 +11.9636 +14.5043 +24.5207 +27.146 +28.0295 +32.1851 +34.8946 +33.0121 +31.1221 +29.28 +29.7907 +32.7687 +36.3388 +35.9102 +34.722 +32.5275 +31.4019 +21.9919 +15.1501 +6.11039 +3.93866 +4.69538 +3.93865 +6.91721 +12.2281 +14.7638 +24.5293 +26.7546 +27.9434 +32.1868 +34.8278 +32.9994 +31.2743 +29.3011 +29.7406 +32.9193 +36.3135 +35.9561 +34.7216 +32.4968 +31.4314 +22.0076 +15.1304 +6.11997 +3.94453 +4.69537 +3.93865 +6.78652 +12.1894 +14.7103 +24.4922 +26.8631 +28.0531 +32.4484 +35.0442 +32.4864 +30.8672 +29.4062 +30.0841 +32.9424 +36.3172 +35.9077 +34.7182 +32.527 +31.372 +22.0164 +15.0775 +6.11145 +3.93866 +4.69537 +3.96377 +6.66141 +12.0028 +14.4958 +26.8097 +26.105 +27.4462 +32.1433 +34.4387 +32.2871 +30.6282 +28.9765 +29.6127 +32.9081 +35.641 +35.5179 +34.3841 +32.1899 +31.3644 +22.0203 +15.0599 +6.33716 +3.96376 +4.69537 +3.93866 +6.8096 +12.0109 +14.3427 +22.2945 +22.9489 +28.4964 +32.2596 +34.9281 +33.3903 +31.5359 +29.7298 +29.8528 +32.6652 +36.3274 +35.9458 +34.3955 +32.5296 +31.4029 +21.6382 +15.4429 +6.71817 +3.94666 +4.69537 +3.93865 +6.84821 +12.1136 +14.342 +22.3279 +22.1572 +24.5409 +32.5005 +34.7021 +32.4232 +30.907 +28.7085 +28.9199 +31.6004 +34.983 +34.2198 +32.6784 +30.4567 +29.6534 +21.7001 +14.7965 +6.11249 +3.95186 +4.69537 +3.93865 +6.91095 +12.357 +14.8864 +27.1788 +26.5444 +28.0322 +32.3603 +34.8944 +32.9301 +31.124 +29.2643 +29.3414 +32.369 +36.3456 +35.9324 +34.7308 +32.5268 +31.3918 +22.0819 +15.1675 +6.1132 +3.95359 +4.69537 +3.93865 +6.98006 +12.3776 +14.9172 +27.1821 +26.7939 +28.1412 +32.3505 +34.8823 +32.9773 +31.1477 +29.3517 +29.5423 +32.9965 +36.3641 +36.0136 +34.7439 +32.5297 +31.4089 +22.0814 +15.1739 +6.12028 +3.94485 +4.69537 +3.93866 +7.05256 +12.3979 +14.8999 +27.1962 +26.7664 +28.0375 +32.2062 +34.8591 +33.061 +31.1463 +29.3126 +29.7014 +32.8597 +36.3749 +36.024 +34.7499 +32.5565 +31.38 +22.1197 +15.2236 +6.10965 +3.93866 +4.69537 +3.93865 +7.12693 +12.4808 +15.0026 +27.2619 +26.5858 +28.0174 +32.2719 +34.9121 +32.9606 +31.0545 +29.2395 +29.3621 +32.662 +36.385 +36.0037 +34.7543 +32.5477 +31.385 +22.1302 +15.199 +6.10937 +3.93866 +4.69537 +3.96376 +7.08466 +12.4749 +14.9874 +27.2707 +26.7775 +28.013 +32.2469 +34.8828 +32.9869 +31.1362 +29.3579 +29.7218 +32.8773 +36.3599 +35.9413 +34.7247 +32.5498 +31.3903 +22.0968 +15.1448 +6.3381 +3.93866 +4.72048 +3.93866 +7.02345 +12.2235 +14.4728 +22.3379 +22.4799 +28.3108 +32.2742 +34.9365 +33.4549 +31.5032 +29.7066 +29.8282 +32.6328 +36.4009 +35.9702 +34.5063 +32.5321 +31.4349 +21.7419 +15.5694 +6.72307 +3.94471 +4.69537 +3.93865 +7.16667 +12.4252 +14.5956 +22.4409 +22.2412 +24.4295 +32.4478 +34.7137 +32.4224 +30.8939 +28.718 +28.8183 +31.2505 +35.0793 +34.2771 +32.8047 +30.5347 +29.7948 +21.7912 +14.9004 +6.11703 +3.94552 +4.69537 +3.93866 +7.2214 +12.6316 +15.1065 +27.3029 +26.6693 +28.1236 +32.2949 +34.9096 +32.9858 +31.1172 +29.2691 +29.3938 +32.3407 +36.414 +36.0004 +34.7738 +32.5706 +31.4666 +22.1853 +15.2562 +6.10966 +3.93866 +4.72047 +3.93865 +7.17665 +12.5358 +15.0334 +27.2711 +27.1318 +28.0812 +32.2728 +34.8908 +32.9883 +31.051 +29.3808 +29.7142 +32.9762 +36.3336 +35.9548 +34.7335 +32.5076 +31.3783 +21.9977 +15.1609 +6.10959 +3.93866 +4.69536 +3.93865 +6.92469 +12.257 +14.7838 +27.176 +27.0024 +28.1283 +32.3305 +34.7952 +32.9287 +31.126 +29.3759 +29.7383 +32.8039 +36.3203 +35.8562 +34.716 +32.4871 +31.394 +22.0166 +15.056 +6.11135 +3.96376 +4.69535 +3.93864 +6.71416 +12.0607 +14.6114 +27.1294 +27.0775 +28.0734 +32.3347 +34.2277 +32.5555 +30.7831 +29.4117 +29.8796 +32.944 +36.3053 +35.2725 +34.7165 +32.4899 +31.3691 +22.0208 +15.1016 +6.11127 +3.96376 +4.69537 +3.93866 +6.77188 +12.1463 +14.7288 +27.1586 +26.6297 +28.0978 +32.3289 +34.8224 +32.9136 +31.0273 +29.2541 +29.3206 +32.744 +36.307 +35.8767 +34.719 +32.4899 +31.3986 +21.9879 +15.1376 +6.33717 +3.93866 +4.69537 +3.96376 +6.79986 +12.0842 +14.3462 +22.3244 +22.5598 +28.3382 +32.2548 +34.8961 +33.5424 +31.7166 +29.6725 +29.7513 +32.7235 +36.3038 +35.3019 +34.3323 +32.5208 +31.3117 +21.6292 +15.4366 +6.72847 +3.94044 +4.69537 +3.93865 +6.89985 +12.1388 +14.388 +22.3182 +22.1949 +24.3098 +32.3615 +34.5998 +32.3435 +30.8726 +28.6622 +28.7091 +31.5003 +34.9716 +34.2153 +32.659 +30.412 +29.6222 +21.6941 +14.7785 +6.11571 +3.95393 +4.69536 +3.93865 +6.8602 +12.2254 +14.7573 +27.1689 +27.2381 +28.2418 +32.4164 +34.821 +33.142 +31.2546 +29.4231 +29.76 +32.8269 +36.3057 +35.9342 +34.719 +32.4924 +31.2784 +21.9856 +15.1392 +6.11007 +3.93866 +4.69537 +3.96376 +6.84916 +12.2041 +14.751 +27.1772 +26.8829 +28.0105 +32.1913 +34.8538 +32.9395 +31.1143 +29.4112 +30.0145 +32.9645 +36.3247 +35.8517 +34.7219 +32.4944 +31.2819 +21.9847 +15.1548 +6.10986 +3.93865 +4.69537 +3.93865 +6.92188 +12.2527 +14.8102 +27.1901 +26.6236 +28.1339 +32.3341 +34.8781 +33.0058 +31.1364 +29.3046 +29.7181 +32.9213 +36.3025 +35.9617 +34.7188 +32.5053 +31.302 +21.9995 +15.122 +6.11446 +3.94775 +4.69537 +3.93865 +6.84253 +12.1981 +14.6971 +27.1631 +27.0171 +28.0102 +32.1968 +34.8436 +32.9371 +31.1218 +29.3117 +29.5977 +32.805 +36.3339 +35.8321 +34.7293 +32.5055 +31.3519 +22.0509 +15.1691 +6.1105 +3.93866 +4.69537 +3.96376 +7.07401 +12.4089 +14.9185 +27.2091 +26.9525 +28.0742 +32.1947 +34.8378 +32.9669 +31.1245 +29.3109 +29.4146 +32.7501 +36.3439 +35.9595 +34.7356 +32.5401 +31.3559 +22.0667 +15.1832 +6.33779 +3.93866 +4.69537 +3.93865 +7.04625 +12.2341 +14.466 +22.3088 +22.6881 +28.4162 +32.2508 +34.9048 +33.3526 +31.5344 +29.6624 +29.781 +32.6517 +36.3163 +35.2463 +34.0109 +32.4801 +31.3111 +21.6291 +15.4311 +6.72808 +3.94104 +4.69536 +3.93865 +6.8622 +12.0868 +14.3362 +22.3006 +22.1914 +24.3345 +32.375 +34.5867 +32.3384 +30.8831 +28.7007 +28.7988 +31.5664 +34.937 +34.1621 +32.6359 +30.4023 +29.6117 +21.6453 +14.7028 +6.11489 +3.95174 +4.69537 +3.93865 +6.87602 +12.2305 +14.7726 +27.1687 +27.139 +28.0845 +32.3206 +34.8898 +32.9544 +31.136 +29.3188 +29.5933 +32.8142 +36.3903 +36.0386 +34.7568 +32.5438 +31.5216 +22.1492 +15.2258 +6.11004 +3.93866 +4.72048 +3.93866 +7.30031 +12.6161 +15.1288 +27.3136 +27.2061 +28.0613 +32.3032 +34.9374 +33.0509 +31.1249 +29.3252 +29.43 +32.6374 +36.4093 +35.9427 +34.7595 +32.5361 +31.569 +22.1211 +15.2591 +6.10967 +3.93866 +4.69537 +3.93866 +7.21652 +12.6003 +15.0644 +27.2735 +26.9378 +28.0673 +32.2866 +34.8682 +32.9784 +31.0536 +29.2769 +29.3947 +32.5188 +36.4003 +36.0173 +34.7596 +32.5303 +31.5899 +22.1231 +15.2399 +6.11385 +3.94164 +4.69537 +3.93865 +7.15296 +12.5534 +15.043 +27.2805 +27.1834 +28.1101 +32.2881 +34.8947 +33.019 +31.0692 +29.3127 +29.4304 +32.8158 +36.3904 +36.1279 +34.76 +32.5422 +31.4065 +22.1079 +15.2345 +6.10942 +3.93866 +4.69536 +3.93865 +7.16329 +12.4897 +15.0037 +27.235 +26.953 +28.0079 +32.2695 +34.856 +33.0652 +31.1479 +29.2176 +29.5573 +32.7468 +36.368 +35.9407 +34.7381 +32.512 +31.3245 +22.0652 +15.1736 +6.34228 +3.94541 +4.69537 +3.93865 +6.96176 +12.2256 +14.4178 +22.3478 +22.9716 +28.3897 +32.2897 +34.8565 +33.4077 +31.4761 +29.6813 +29.7683 +32.4564 +36.3493 +36.0236 +34.4298 +32.4561 +31.5159 +21.6419 +15.498 +6.72205 +3.94527 +4.69537 +3.93865 +6.89592 +12.1644 +14.4003 +22.3369 +22.3481 +24.3288 +32.4045 +34.6204 +32.3667 +30.8295 +28.6683 +28.7116 +31.3236 +34.9927 +34.2336 +32.6856 +30.462 +29.6822 +21.7373 +14.8296 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_p.csv new file mode 100644 index 0000000..b17968a --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_p.csv @@ -0,0 +1,8760 @@ +191.82 +124.042 +196.754 +124.042 +189.779 +127.526 +187.678 +166.788 +150.356 +89.5377 +151.744 +89.5377 +162.547 +89.5377 +152.183 +89.5377 +151.148 +129.443 +195.574 +125.944 +198.947 +125.944 +198.54 +125.944 +221.129 +148.457 +220.546 +148.457 +220.928 +236.216 +277.124 +278.024 +526.662 +526.339 +526.099 +545.425 +521.026 +525.768 +525.66 +525.647 +553.299 +344.039 +340.962 +231.759 +333.723 +243.015 +200.852 +150.375 +201.938 +148.457 +207.81 +148.457 +208.789 +264.198 +247.699 +278.009 +526.678 +526.731 +526.565 +545.9 +521.603 +526.363 +526.288 +526.243 +553.932 +344.78 +339.477 +231.759 +321.8 +202.689 +204.765 +150.375 +207.989 +148.457 +210.505 +148.457 +209.27 +263.842 +243.174 +279.154 +527.691 +527.038 +526.696 +546.174 +521.691 +526.499 +526.557 +526.551 +554.291 +344.957 +339.347 +231.759 +302.156 +202.689 +212.58 +155.102 +194.545 +188.22 +190.875 +187.817 +187.179 +280.765 +216.298 +278.21 +527.027 +526.735 +526.461 +545.976 +521.533 +526.283 +526.147 +526.127 +553.748 +344.483 +332.153 +258.123 +306.229 +247.91 +203.08 +150.375 +208.665 +148.457 +210.301 +148.457 +209.239 +239.872 +261.452 +278.856 +527.327 +526.651 +525.823 +545.388 +520.963 +525.681 +525.593 +525.6 +553.361 +344.133 +332.536 +252.861 +304.498 +248.026 +212.917 +150.375 +176.055 +140.914 +174.546 +163.983 +164.7 +216.261 +205.195 +268.598 +234.015 +233.925 +233.861 +243.393 +236.51 +134.299 +246.844 +134.299 +263.921 +125.959 +155.821 +125.944 +172.355 +125.944 +175.238 +125.944 +180.873 +124.042 +180.294 +124.042 +179.738 +127.526 +182.119 +125.959 +145.611 +89.5377 +146.062 +89.5377 +146.387 +89.5377 +147.069 +89.5377 +145.774 +129.443 +182.201 +125.944 +182.963 +125.944 +181.838 +125.944 +204.247 +148.457 +203.966 +148.457 +205.477 +236.105 +248.138 +279.067 +527.513 +527.193 +526.958 +546.365 +521.943 +526.705 +526.628 +526.631 +554.319 +345.135 +350.217 +231.759 +331.757 +202.689 +202.62 +175.267 +187.844 +187.844 +191.592 +187.795 +185.985 +277.517 +199.726 +278.919 +527.407 +526.835 +526.37 +545.489 +521.059 +525.878 +525.764 +525.777 +553.337 +344.186 +329.56 +231.759 +313.872 +202.689 +205.921 +150.375 +201.639 +148.457 +200.486 +148.457 +207.616 +170.229 +234.67 +311.566 +571.997 +581.827 +596.954 +617.58 +592.213 +601.109 +607.024 +617.231 +640.158 +429.44 +329.659 +231.759 +305.995 +228.425 +208.362 +150.375 +185.127 +148.457 +193.563 +148.457 +198.304 +236.142 +243.042 +279.628 +528.413 +528.069 +527.529 +546.812 +522.288 +526.826 +526.735 +526.764 +554.438 +345.24 +316.733 +231.759 +287.234 +202.689 +199.873 +161.506 +190.297 +188.13 +189.939 +187.786 +192.538 +257.178 +209.515 +278.388 +527.126 +526.797 +526.366 +545.863 +521.236 +525.595 +556.7 +557.082 +584.705 +344.142 +330.605 +264.996 +303.705 +248.081 +218.202 +150.375 +176.079 +124.042 +175.85 +164.109 +175.804 +169.335 +218.192 +268.883 +263.462 +264.16 +269.065 +279.311 +234.571 +134.299 +244.78 +134.299 +249.469 +125.959 +129.443 +149.165 +125.944 +179.012 +125.944 +182.335 +124.042 +186.677 +124.042 +186.738 +124.042 +189.06 +125.959 +187.864 +89.5377 +151.54 +89.5377 +152.372 +89.5377 +141.817 +89.5377 +141.92 +89.5377 +181.683 +166.029 +176.263 +165.835 +170.265 +165.398 +174.501 +187.865 +199.4 +187.746 +199.736 +187.629 +264.831 +220.348 +277.854 +526.51 +526.331 +526.035 +545.408 +556.875 +566.507 +574.063 +575.174 +598.609 +381.92 +308.837 +258.963 +285.582 +257.379 +166.652 +150.375 +148.457 +171.992 +148.457 +194.887 +148.457 +223.007 +172.147 +323.212 +580.051 +589.496 +579.058 +594.71 +570.573 +571.261 +579.998 +588.667 +616.813 +405.946 +309.353 +231.759 +304.273 +202.689 +166.652 +179.426 +148.457 +201.536 +148.457 +200.955 +148.457 +227.514 +172.147 +277.327 +526.325 +526.145 +556.225 +545.44 +521.031 +525.817 +525.635 +525.621 +553.34 +343.831 +327.796 +231.759 +312.001 +202.689 +213.126 +150.375 +201.096 +148.457 +200.261 +176.806 +199.85 +262.336 +225.791 +277.398 +526.327 +526.07 +526.046 +545.586 +521.075 +525.895 +525.866 +525.858 +553.48 +344.213 +336.832 +231.759 +312.346 +202.689 +222.212 +150.375 +200.59 +148.457 +206.47 +148.457 +207.975 +239.761 +245.271 +277.759 +526.439 +526.388 +526.312 +545.752 +521.388 +526.184 +525.994 +526.279 +553.506 +343.981 +327.887 +252.865 +291.869 +247.711 +220.74 +150.375 +176.661 +124.042 +183.802 +124.042 +178.82 +197.899 +232.5 +247.245 +234.011 +233.782 +233.598 +243.026 +233.924 +148.335 +230.543 +179.264 +243.947 +125.959 +182.112 +125.944 +180.076 +125.944 +187.528 +125.944 +182.991 +124.042 +184.224 +124.042 +184.645 +127.526 +186.196 +125.959 +149.652 +89.5377 +150.745 +89.5377 +148.577 +122.056 +147.88 +130.102 +152.328 +170.353 +184.881 +166.714 +184.413 +166.818 +182.89 +166.633 +204.42 +189.108 +206.137 +189.208 +203.184 +260.816 +231.542 +278.495 +527.186 +527.025 +526.824 +546.395 +521.873 +526.879 +526.913 +526.876 +554.556 +345.303 +349.955 +231.759 +327.626 +202.689 +192.851 +150.375 +194.699 +148.457 +193.804 +172.228 +189.996 +257.516 +217.588 +279.819 +528.297 +527.581 +527.186 +546.545 +522.033 +526.744 +526.56 +526.639 +554.12 +345.027 +333.947 +265.709 +290.399 +247.61 +221.276 +150.375 +207.808 +148.457 +209.701 +148.457 +207.668 +239.466 +242.517 +278.611 +527.237 +526.916 +526.524 +545.781 +521.364 +525.778 +525.859 +525.811 +553.738 +344.217 +333.491 +264.103 +297.307 +247.845 +222.193 +154.171 +195.569 +188.327 +189.766 +187.784 +180.871 +277.92 +204.096 +278.453 +527.113 +526.828 +526.614 +546.14 +521.723 +526.513 +526.494 +526.354 +554 +344.684 +341.498 +231.759 +300.635 +202.689 +220.357 +150.375 +200.092 +188.548 +199.591 +188.077 +199.778 +259.978 +226.494 +277.804 +526.679 +526.214 +525.908 +545.385 +521.115 +525.962 +525.847 +525.923 +553.731 +344.216 +335.909 +231.759 +317.714 +202.689 +213.252 +150.375 +180.411 +124.042 +181.643 +124.042 +178.904 +202.15 +222.458 +271.481 +234.805 +234.468 +234.118 +243.532 +241.426 +134.299 +242.201 +134.299 +252.204 +125.959 +168.504 +152.501 +163.807 +165.331 +159.691 +164.989 +153.64 +166.748 +151.106 +173.884 +154.635 +177.002 +160.638 +175.684 +122.739 +139.687 +117.887 +139.579 +121.447 +140.209 +118.166 +139.784 +124.599 +179.684 +151.731 +176.012 +148.95 +175.9 +131.831 +175.528 +172.879 +198.216 +179.322 +198.39 +173.981 +273.98 +210.899 +278.822 +527.615 +527.357 +527.18 +546.491 +522.027 +526.788 +526.885 +526.672 +554.41 +345.009 +335.614 +231.759 +315.863 +202.689 +222.12 +172.115 +193.129 +187.816 +198.886 +187.729 +195.769 +281.081 +209.688 +278.894 +527.955 +527.594 +527.307 +546.632 +522.452 +527.109 +527.124 +527.254 +554.864 +345.624 +335.643 +263.938 +294.016 +258.968 +213.409 +163.413 +197.325 +188.211 +200.149 +188.129 +200.612 +210.086 +224.443 +310.003 +567.342 +564.954 +562.075 +577.433 +552.985 +557.898 +556.373 +525.445 +553.07 +343.944 +329.028 +231.759 +310.161 +236.688 +171.725 +175.513 +189.925 +190.397 +189.472 +189.536 +200.107 +259.692 +239.262 +277.581 +526.493 +526.254 +526.108 +545.459 +521.156 +525.936 +525.866 +525.974 +553.459 +344.3 +333.179 +231.759 +325.161 +202.689 +191.783 +150.375 +201.497 +170.498 +198.669 +188.006 +199.2 +258.932 +217.365 +278.256 +527.1 +526.809 +526.54 +545.934 +521.195 +525.875 +525.79 +525.858 +553.403 +344.073 +327.313 +231.759 +319.117 +202.689 +220.546 +150.375 +180.483 +124.042 +181.418 +124.042 +178.018 +198.122 +225.291 +247.132 +234.45 +234.307 +233.974 +243.334 +249.66 +134.299 +257.278 +134.299 +249.96 +125.959 +163.899 +125.944 +183.708 +125.944 +179.626 +125.944 +179.798 +124.042 +177.964 +124.042 +186.029 +127.526 +190.594 +125.959 +158.777 +89.5377 +150.256 +89.5377 +151.284 +89.5377 +152.443 +130.459 +134.607 +170.092 +170.425 +166.456 +167.101 +166.374 +166.366 +166.146 +189.659 +188.549 +189.734 +188.541 +187.15 +252.473 +213.568 +280.65 +529.203 +529.061 +528.9 +548.155 +523.592 +528.348 +528.187 +528.166 +555.918 +346.672 +344.183 +231.759 +323.618 +202.689 +206.625 +150.375 +194.524 +148.457 +200.691 +148.457 +204.656 +234.913 +237.827 +244.285 +529.145 +528.727 +528.569 +547.632 +522.681 +526.996 +526.774 +526.728 +554.364 +345.001 +345.724 +231.759 +325.18 +202.689 +172.503 +191.752 +154.461 +188.573 +154.44 +187.977 +180.302 +251.141 +230.432 +242.906 +527.609 +527.097 +526.848 +546.268 +521.745 +526.589 +526.551 +526.452 +554.037 +308.304 +334.463 +264.083 +300.263 +247.925 +222.924 +170.285 +199.034 +188.096 +193.052 +187.325 +189.34 +281.029 +222.136 +241.768 +526.918 +526.624 +526.464 +545.967 +521.566 +526.16 +526.319 +526.21 +553.755 +308.183 +336.627 +263.673 +284.4 +258.969 +204.89 +172.183 +179.959 +188.045 +177.188 +187.366 +181.347 +279.084 +204.886 +242.269 +527.113 +526.74 +526.431 +545.717 +520.835 +525.975 +526.008 +525.868 +553.804 +308.087 +331.257 +231.759 +318.993 +202.689 +204.246 +150.375 +182.789 +124.042 +184.8 +124.042 +183.916 +199.235 +226.397 +210.877 +234.687 +234.443 +233.85 +243.215 +233.008 +134.299 +235.685 +134.299 +244.754 +89.5377 +185.175 +125.944 +176.449 +166.025 +173.489 +165.719 +172.205 +163.758 +167.383 +163.632 +172.291 +167.057 +173.877 +128.925 +140.983 +129.301 +128.239 +133.107 +110.247 +140.365 +95.4628 +140.236 +95.5485 +143.272 +132.084 +175.783 +132.143 +175.442 +132.092 +175.609 +154.65 +197.595 +154.737 +198.08 +154.896 +260.054 +178.608 +243.623 +528.458 +527.993 +527.526 +547.035 +522.568 +527.216 +527.099 +526.987 +554.604 +308.892 +341.915 +231.759 +325.41 +202.689 +188.909 +150.375 +195.089 +148.457 +194.089 +148.457 +200.888 +236.28 +245.564 +242.869 +527.774 +527.25 +526.799 +546.172 +521.484 +525.877 +525.622 +525.412 +553.243 +307.526 +312.212 +277.742 +272.775 +273.033 +216.061 +150.375 +201.364 +148.457 +201.212 +148.457 +200.171 +170.229 +222.534 +277.081 +571.44 +575.312 +572.378 +545.755 +521.376 +526.191 +526.203 +526.222 +553.845 +308.004 +333.157 +231.759 +303.97 +202.689 +221.794 +150.375 +199.418 +163.187 +196.99 +188.384 +192.403 +258.565 +212.29 +241.698 +526.853 +526.656 +526.471 +545.899 +521.406 +526.171 +526.359 +526.396 +554.08 +308.235 +338.45 +231.759 +311.395 +202.689 +217.218 +150.375 +200.944 +153.181 +199.849 +188.185 +200.091 +262.137 +232.624 +240.93 +526.249 +525.962 +561.432 +583.351 +556.753 +556.566 +558.721 +525.638 +553.325 +307.705 +329.983 +244.653 +303.553 +248.016 +166.652 +173.353 +124.042 +177.97 +124.042 +184.776 +124.042 +254.976 +166.652 +276.971 +233.664 +233.573 +233.489 +242.71 +230.588 +134.299 +242.28 +134.299 +239.562 +89.5377 +180.047 +125.944 +178.811 +125.944 +182.305 +125.944 +186.232 +124.042 +185.79 +124.042 +184.949 +127.526 +186.903 +89.5377 +151.112 +89.5377 +151.912 +89.5377 +152.116 +89.5377 +152.214 +89.5377 +151.723 +93.0216 +188.14 +125.944 +187.903 +125.944 +187.82 +125.944 +210.738 +148.457 +208.68 +148.457 +203.8 +237.236 +263.717 +241.427 +526.493 +526.32 +526.21 +545.718 +552.858 +563.167 +525.756 +525.959 +553.763 +308.003 +328.112 +267.637 +278.826 +259.045 +198.814 +179.632 +154.285 +188.333 +154.588 +187.592 +181.715 +248.208 +228.702 +243.627 +528.525 +528.081 +527.571 +546.846 +522.429 +527.163 +527.275 +527.44 +554.956 +309.302 +324.118 +231.759 +301.647 +202.689 +194.922 +150.375 +194.827 +148.457 +194.029 +148.457 +193.747 +261.63 +222.762 +241.887 +526.732 +526.369 +557.06 +587.402 +574.43 +595.592 +606.708 +608.656 +646.787 +408.645 +310.263 +231.759 +282.057 +252.804 +213.529 +150.375 +201.816 +148.457 +200.352 +148.457 +197.013 +181.343 +223.528 +241.014 +526.34 +526.204 +526.099 +545.512 +520.93 +525.759 +525.822 +526.089 +553.453 +307.993 +337.323 +231.759 +302.747 +202.689 +220.166 +150.375 +196.2 +148.457 +200.94 +148.457 +201.119 +238.409 +241.657 +241.796 +526.903 +526.67 +526.588 +546.092 +521.59 +526.512 +526.407 +526.347 +554.041 +308.254 +337.354 +231.759 +293.706 +202.689 +218.65 +150.375 +171.724 +124.042 +174.667 +124.042 +169.827 +196.779 +218.04 +210.907 +234.743 +234.366 +234.233 +243.506 +247.472 +134.299 +243.294 +134.299 +245.951 +89.5377 +162.817 +125.944 +176.331 +125.944 +172.872 +125.944 +170.593 +148.184 +170.024 +164.585 +171.427 +167.92 +175.435 +129.845 +141.999 +130.102 +140.075 +129.909 +147.897 +130.29 +147.812 +130.119 +150.137 +133.884 +183.377 +166.614 +183.25 +166.472 +186.247 +166.65 +209.305 +189.203 +209.792 +189.313 +209.582 +262.093 +246.071 +241.574 +526.73 +526.622 +526.567 +546.071 +521.707 +526.383 +526.261 +526.167 +553.793 +307.751 +330.895 +231.759 +310.589 +211.401 +166.652 +150.375 +148.457 +211.763 +148.457 +211.42 +148.457 +312.198 +172.147 +241.938 +526.897 +526.118 +525.858 +545.422 +520.922 +525.692 +525.651 +558.866 +568.455 +307.414 +320.659 +264.731 +284.195 +273.504 +183.726 +178.272 +190.22 +189.58 +194.103 +185.605 +197.706 +250.713 +228.157 +241.783 +526.819 +526.545 +526.423 +545.949 +521.434 +526.203 +526.179 +526.126 +553.632 +307.869 +321.009 +261.041 +287.596 +247.694 +220.17 +150.375 +191.98 +176.241 +191.344 +188.176 +184.33 +257.648 +211.421 +241.16 +526.299 +526.164 +556.8 +579.164 +555.634 +561.028 +560.457 +561.087 +584.926 +313.493 +310.064 +272.85 +284.8 +257.351 +187.894 +150.375 +196.17 +148.457 +200.784 +148.457 +210.295 +213.774 +254.574 +241.271 +526.445 +526.148 +525.997 +545.64 +521.432 +526.143 +526.339 +526.313 +553.999 +308.289 +336.939 +231.759 +301.609 +202.689 +220.115 +150.375 +185.527 +124.042 +185.158 +124.042 +182.877 +198.512 +240.124 +211.374 +234.247 +234.117 +234.054 +243.365 +237.28 +134.299 +222.307 +134.299 +249.366 +89.5377 +180.323 +148.059 +173.039 +165.714 +172.457 +165.445 +160.329 +162.937 +161.442 +162.76 +170.478 +166.421 +173.493 +128.357 +137.13 +128.96 +140.635 +129.164 +141.272 +129.449 +140.95 +111.519 +135.211 +132.874 +170.539 +165.422 +163.634 +164.962 +168.926 +164.736 +202.523 +187.208 +206.371 +187.324 +202.751 +252.258 +239.834 +242.277 +527.317 +526.96 +526.764 +546.295 +521.876 +526.482 +526.57 +526.634 +554.179 +308.472 +336.355 +252.238 +306.193 +247.998 +206.883 +150.375 +208.239 +148.457 +209.514 +148.457 +208.355 +239.633 +243.242 +242.219 +527.23 +526.802 +526.489 +545.562 +521.089 +525.84 +525.625 +525.691 +553.289 +307.657 +324.776 +261.945 +300.789 +247.907 +218.702 +150.375 +205.177 +148.457 +210.208 +148.457 +209.4 +213.499 +270.1 +241.55 +526.264 +525.727 +559.83 +588.409 +572.254 +591.336 +598.859 +599.274 +623.543 +352.671 +324.12 +231.759 +285.843 +202.689 +166.652 +158.467 +148.457 +190.67 +175.697 +189.695 +189.809 +211.097 +212.819 +242.569 +525.862 +556.425 +562.235 +592.24 +572.187 +581.687 +578.714 +584.471 +622.317 +365.165 +272.279 +231.759 +329.528 +202.689 +166.652 +150.375 +148.457 +160.678 +174.06 +188.609 +189.024 +210.809 +213.128 +240.836 +549.158 +557.853 +563.548 +583.74 +563.356 +576.533 +582.731 +583.795 +613.458 +367.818 +308.075 +231.759 +347.255 +202.689 +204.842 +150.375 +124.042 +124.042 +124.042 +124.042 +163.56 +142.281 +207.03 +235.545 +272.437 +276.15 +284.062 +294.05 +209.12 +134.299 +220.874 +134.299 +237.374 +89.5377 +129.443 +125.944 +146.889 +139.313 +167.374 +167.211 +168.582 +167.439 +165.525 +165.244 +157.12 +166.294 +164.545 +129.52 +132.381 +133.019 +104.422 +89.5377 +126.09 +89.5377 +89.5377 +89.5377 +93.0216 +146.315 +125.944 +125.944 +125.944 +146.032 +125.944 +148.457 +148.457 +148.457 +194.439 +148.457 +223.671 +172.147 +323.498 +577.423 +574.38 +582.976 +607.774 +584.558 +597.222 +607.031 +608.828 +644.598 +390.209 +268.273 +231.759 +348.919 +202.689 +187.041 +150.375 +179.755 +148.457 +148.457 +214.026 +148.457 +170.229 +172.147 +373.442 +638.552 +683.248 +713.474 +739.391 +717.739 +748.486 +757.556 +737.568 +756.97 +495.124 +362.758 +231.759 +361.484 +202.689 +260.184 +150.375 +207.601 +148.457 +169.238 +148.457 +234.318 +170.229 +172.147 +406.36 +659.097 +685.963 +711.547 +733.29 +710.549 +733.778 +760.634 +751.884 +768.845 +496.159 +373.18 +231.759 +394.819 +202.689 +296.828 +150.375 +226.824 +148.457 +208.443 +208.729 +207.103 +170.229 +172.147 +363.671 +609.721 +627.285 +644.103 +660.514 +643.037 +676.804 +714.12 +714.283 +739.823 +392.789 +282.783 +243.863 +290.78 +202.689 +225.463 +200.761 +206.792 +148.457 +158.849 +148.457 +205.66 +170.229 +172.147 +315.917 +599.69 +601.398 +606.623 +637.273 +625.158 +629.472 +630.291 +586.744 +608.596 +360.432 +284.96 +231.759 +312.312 +218.072 +166.652 +150.375 +151.897 +166.607 +165.516 +164.448 +164.617 +173.826 +203.696 +220.692 +233.571 +233.505 +233.505 +242.896 +235.466 +137.009 +235.136 +134.299 +229.131 +89.5377 +145.542 +125.944 +174.708 +125.944 +177.449 +148.511 +175.606 +163.904 +175.531 +163.7 +176.065 +167.185 +176.977 +129.05 +141.225 +129.197 +141.113 +129.224 +141.281 +128.995 +141.849 +129.263 +141.869 +123.937 +139.995 +165.84 +173.593 +165.589 +168.571 +165.334 +193.02 +187.564 +189.418 +187.709 +200.6 +231.532 +244.62 +241.512 +526.694 +526.492 +526.316 +545.728 +521.277 +526.084 +525.911 +525.921 +553.311 +307.493 +274.845 +264.564 +283.127 +257.364 +213.19 +150.375 +201.011 +148.457 +203.817 +148.457 +210.01 +240.35 +251.909 +241.188 +526.075 +525.66 +556.969 +579.656 +558.355 +565.299 +571.843 +575.694 +602.697 +345.625 +289.788 +231.759 +300.536 +202.689 +166.652 +150.375 +148.457 +171.913 +148.457 +190.679 +168.793 +211.178 +213.158 +296.384 +589.613 +612.184 +623.422 +659.861 +657.338 +682.979 +681.666 +665.782 +685.052 +400.546 +250.094 +290.029 +287.546 +289.754 +166.652 +150.375 +158.551 +148.457 +179.103 +148.457 +191.329 +170.229 +224.381 +270.714 +526.346 +526.325 +526.248 +545.601 +521.258 +526.037 +525.851 +525.931 +553.513 +307.927 +292.883 +252.811 +291.774 +247.739 +221.648 +150.375 +200.525 +161.552 +196.769 +188.323 +196.752 +261.169 +241.122 +241.166 +526.338 +526.022 +525.938 +545.243 +520.775 +525.623 +525.663 +525.59 +553.245 +307.567 +284.109 +263.807 +285.238 +275.352 +166.652 +184.889 +124.042 +176.85 +143.664 +175.304 +163.649 +205.835 +216.28 +223.87 +233.752 +233.552 +233.44 +242.937 +230.12 +134.299 +223.434 +134.299 +223.464 +89.5377 +146.408 +125.944 +173.291 +125.944 +180.049 +125.944 +184.948 +124.042 +185.184 +124.042 +184.824 +127.526 +185.274 +89.5377 +149.903 +89.5377 +144.362 +89.5377 +150.188 +89.5377 +150.946 +89.5377 +140.731 +93.0216 +145.369 +125.944 +187.384 +125.944 +187.008 +125.944 +208.73 +148.457 +209.179 +148.457 +209.057 +238.368 +246.389 +241.653 +526.723 +526.539 +526.488 +545.565 +521.078 +525.86 +526.011 +526.049 +553.557 +307.777 +277.085 +286.769 +283.115 +257.083 +193.276 +186.531 +189.275 +189.082 +195.27 +188.624 +199.14 +257.051 +240.039 +241.168 +526.273 +525.908 +559.071 +588.142 +564.03 +577.323 +586.656 +594.265 +616.075 +361.023 +285.447 +195.337 +346.424 +202.689 +166.652 +150.375 +148.457 +148.457 +180.867 +148.457 +201.531 +236.654 +234.953 +240.872 +526.03 +558.824 +568.695 +609.036 +597.535 +616.521 +613.218 +619.427 +628.478 +365.388 +301.703 +195.337 +315.044 +202.689 +166.652 +150.375 +148.457 +148.457 +148.457 +194.42 +148.457 +223.351 +172.147 +273.306 +562.401 +566.903 +575.691 +595.948 +576.162 +581.339 +586.174 +591.811 +629.946 +376.331 +246.979 +240.078 +317.809 +262.529 +222.277 +150.375 +148.457 +148.457 +179.548 +148.457 +148.457 +170.229 +172.147 +286.338 +576.871 +581.286 +585.37 +607.163 +586.445 +598.147 +609.692 +613.8 +643.758 +383.562 +277.816 +195.337 +345.624 +202.689 +225.342 +150.375 +124.042 +124.042 +124.042 +124.042 +124.042 +249.581 +166.652 +264.676 +263.9 +272.915 +292.47 +314.618 +168.013 +209.854 +194.499 +190.192 +137.783 +89.5377 +93.0216 +89.5226 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +144.226 +124.042 +159.348 +127.526 +179.184 +89.5377 +141.887 +89.5377 +141.981 +89.5377 +142.325 +89.5377 +157.933 +89.5377 +89.5377 +112.828 +120.647 +131.284 +166.661 +166.566 +166.567 +166.232 +189.017 +189.167 +191.16 +189.062 +198.957 +238.178 +246.518 +240.981 +525.914 +560.097 +578.306 +612.692 +595.035 +636.716 +648.618 +658.169 +676.893 +392.328 +308.475 +195.337 +314.212 +202.689 +166.652 +150.375 +148.457 +205.524 +169.457 +148.457 +148.457 +170.229 +192.124 +290.33 +571.082 +568.34 +569.086 +592.749 +561.073 +568.406 +569.462 +566.033 +590.313 +323.398 +289.195 +212.97 +292.146 +247.882 +221.392 +150.375 +200.511 +148.457 +199.992 +171.066 +199.932 +263.221 +231.133 +240.828 +551.184 +567.597 +584.139 +617.864 +586.803 +580.049 +590.083 +591.155 +614.268 +361.326 +309.937 +195.337 +314.105 +202.689 +166.652 +160.382 +161.557 +190.059 +190.052 +189.348 +189.683 +257.371 +222.94 +240.648 +564.727 +573.658 +597.638 +643.201 +654.54 +711.423 +718.149 +723.859 +751.254 +458.838 +307.503 +195.337 +349.818 +202.689 +223.948 +150.375 +148.457 +206.165 +148.457 +148.457 +148.457 +170.229 +172.147 +326.915 +631.48 +655.318 +661.789 +714.23 +704.629 +713.207 +714.63 +715.181 +741.81 +457.261 +316.503 +195.337 +327.812 +202.689 +232.622 +150.375 +182.766 +124.042 +136.19 +124.042 +181.818 +129.537 +166.652 +260.443 +353.482 +369.189 +380.651 +405.259 +186.851 +178.097 +232.282 +159.788 +214.626 +89.5377 +140.358 +89.5226 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +125.959 +89.5377 +89.5377 +147.007 +115.831 +116.025 +111.982 +146.831 +178.044 +120.736 +187.187 +117.362 +89.5226 +89.5226 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +173.593 +148.457 +200.314 +170.229 +224.279 +278.791 +560.514 +564.124 +575.96 +608.937 +585.161 +593.564 +575.568 +564.084 +588.734 +339.52 +273.542 +208.892 +282.598 +266.501 +199.666 +150.375 +201.868 +148.457 +200.723 +148.457 +200.475 +170.229 +223.827 +240.824 +558.822 +566.162 +566.707 +594.679 +575.487 +588.945 +595.091 +606.229 +637.968 +378.56 +276.844 +254.826 +317.175 +261.473 +200.612 +150.375 +148.457 +205.917 +148.457 +148.457 +148.457 +170.229 +218.51 +302.121 +594.487 +604.796 +613.912 +643.073 +610.615 +620.902 +625.054 +609.116 +637.857 +385.285 +285.046 +195.337 +277.835 +238.348 +166.652 +150.375 +176.913 +148.457 +199.9 +148.457 +200.674 +170.229 +224.476 +242.882 +560.236 +558.307 +562.047 +588.644 +573.192 +587.426 +582.059 +580.62 +607.702 +361.774 +289.579 +195.337 +346.847 +202.689 +223.992 +150.375 +148.457 +148.457 +179.421 +148.457 +201.902 +170.229 +224.692 +240.804 +538.848 +548.97 +556.525 +578.737 +557.105 +564.305 +572.837 +581.918 +623.419 +392.322 +260.418 +212.137 +317.901 +202.689 +166.652 +175.859 +124.042 +175.6 +124.042 +176.457 +124.042 +181.15 +166.652 +242.897 +271.919 +267.752 +267.848 +278.49 +231.434 +134.299 +238.535 +134.299 +241.992 +89.5377 +149.006 +89.5226 +177.108 +125.944 +174.751 +155.755 +172.682 +164.099 +165.131 +163.494 +156.883 +166.522 +165.354 +128.74 +126.296 +128.649 +130.351 +128.974 +135.008 +129.088 +137.302 +129.51 +137.731 +132.972 +137.748 +129.486 +174.272 +165.661 +173.964 +165.436 +196.273 +187.9 +199.585 +187.77 +199.709 +258.226 +242.902 +241.114 +526.218 +525.919 +525.633 +576.332 +554.205 +568.15 +581.628 +582.885 +603.961 +355.717 +277.364 +195.337 +285.523 +202.689 +166.652 +173.428 +148.457 +202.376 +148.457 +201.105 +148.457 +222.58 +172.147 +273.634 +572.32 +570.365 +582.529 +603.382 +587.736 +598.459 +611.392 +656.718 +705.581 +427.585 +271.732 +239.818 +317.987 +261.367 +190.758 +150.375 +148.457 +148.457 +148.457 +148.457 +148.457 +201.636 +172.147 +275.011 +579.866 +593.033 +612.987 +662.348 +654.61 +694.086 +715.185 +715.474 +742.48 +462.298 +314.5 +195.337 +323.814 +202.689 +243.479 +150.375 +207.036 +148.457 +168.798 +148.457 +148.457 +170.229 +172.147 +319.379 +629.9 +646.806 +648.5 +695.707 +670.545 +669.759 +692.787 +711.017 +744.189 +445.319 +314.827 +195.337 +322.828 +202.689 +238.249 +150.375 +205.903 +148.457 +174.655 +148.457 +205.376 +170.229 +135.725 +272.082 +581.37 +606.071 +639.62 +696.159 +671.842 +713.758 +712.521 +715.804 +728.469 +432.775 +304.648 +195.337 +321.608 +246.156 +224.406 +150.375 +181.458 +124.042 +124.042 +124.042 +124.042 +129.537 +130.23 +307.026 +285.476 +302.416 +314.915 +334.687 +202.953 +134.299 +284.363 +197.953 +260.409 +89.5377 +149.484 +89.5226 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +124.042 +169.952 +124.042 +180.659 +89.5377 +141.98 +89.5377 +145.224 +89.5377 +153.905 +89.5377 +163.966 +147.937 +160.185 +89.5377 +93.0216 +146.157 +89.5226 +125.944 +125.944 +125.944 +125.944 +191.19 +148.457 +190.495 +148.457 +200.84 +237.915 +224.45 +271.962 +569.56 +577.829 +590.903 +641.064 +622.853 +660.543 +694.811 +687.84 +721.499 +410.042 +306.657 +236.282 +290.665 +291.13 +166.652 +165.469 +148.457 +205.762 +148.457 +148.457 +148.457 +170.229 +135.725 +291.02 +575.218 +585.054 +595.57 +601.273 +582.306 +603.372 +629.55 +598.642 +639.683 +391.365 +306.782 +195.337 +344.093 +202.689 +166.652 +150.375 +205.82 +148.457 +180.238 +148.457 +205.37 +190.311 +177.833 +279.71 +587.066 +605.866 +628.857 +667.331 +663.638 +712.327 +716.206 +718.235 +737.602 +419.695 +292.937 +195.337 +291.145 +202.689 +231.731 +150.375 +206.367 +148.457 +158.534 +148.457 +205.009 +170.229 +135.725 +296.737 +603.431 +624.042 +635.793 +652.701 +633.098 +645.3 +649.234 +645.107 +674.454 +405.579 +288.241 +195.337 +354.6 +202.689 +166.652 +208.691 +148.457 +148.457 +206.151 +148.457 +148.457 +170.229 +135.725 +312.293 +603.39 +606.323 +606.749 +623.066 +603.866 +604.561 +611.144 +608.225 +637.379 +386.183 +287.97 +195.337 +348.633 +202.689 +166.652 +150.375 +180.541 +124.042 +124.042 +124.042 +124.042 +129.537 +130.23 +291.606 +293.287 +297.859 +304.978 +323.627 +197.574 +134.299 +201.279 +185.926 +153.613 +89.5377 +93.0216 +146.083 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +124.042 +124.042 +181.119 +127.526 +89.5377 +89.5377 +89.5377 +89.5377 +114.096 +89.5377 +164.378 +89.5377 +115.552 +89.5377 +187.382 +93.0216 +89.5226 +146.751 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +280.955 +168.819 +284.276 +591.473 +615.666 +632.591 +661.814 +637.24 +670.267 +682.321 +682.477 +727.762 +437.251 +314.379 +195.337 +324.915 +202.689 +223.705 +210.89 +158.477 +148.457 +205.101 +148.457 +148.457 +170.229 +135.725 +309.472 +611.426 +644.1 +661.911 +707.355 +676.345 +705.951 +706.016 +704.842 +735.103 +434.02 +290.836 +195.337 +321.515 +202.689 +237.142 +150.375 +214.238 +148.457 +148.457 +148.457 +148.457 +170.229 +135.725 +303.454 +598.668 +610.136 +620.426 +648.651 +642.343 +699.314 +712.864 +706.971 +722.895 +448.635 +311.106 +195.337 +323.5 +202.689 +224.478 +150.375 +168.706 +148.457 +205.369 +148.457 +148.457 +170.229 +135.725 +295.125 +603.68 +630.637 +656.693 +699.913 +671.255 +714.477 +716.872 +717.159 +743.633 +453.969 +312.287 +195.337 +324.915 +202.689 +238.248 +150.375 +207.249 +148.457 +168.823 +148.457 +205.486 +170.229 +135.725 +324.174 +628.482 +646.793 +671.734 +717.4 +702.313 +715.3 +714.693 +713.496 +733.711 +433.583 +301.279 +195.337 +331.573 +202.689 +223.687 +150.375 +163.642 +124.042 +144.444 +124.042 +124.042 +129.537 +130.23 +281.502 +312.89 +315.077 +328.995 +348.791 +164.342 +164.661 +206.686 +226.444 +205.683 +89.5377 +125.364 +89.5226 +183.633 +125.944 +125.944 +182.701 +124.042 +124.042 +124.042 +124.042 +151.856 +169.972 +130.728 +130.33 +130.994 +145.097 +127.579 +115.722 +122.149 +155.947 +115.741 +157.417 +122.09 +167.651 +121.884 +99.7426 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +176.155 +283.97 +582.438 +592.605 +608.527 +655.779 +644.959 +689.092 +715.532 +708.365 +742.144 +432.011 +313.395 +195.337 +324.776 +202.689 +239.321 +150.375 +213.936 +148.457 +160.671 +148.457 +209.342 +170.229 +135.725 +323.739 +617.038 +633.888 +661.121 +697.828 +686.195 +707.388 +711.833 +712.691 +739.991 +461.046 +302.74 +195.337 +323.773 +202.689 +230.455 +150.375 +196.711 +148.457 +206.431 +148.457 +168.838 +170.229 +135.725 +354.197 +649.424 +685.883 +713.507 +741.158 +724.906 +771.399 +784.066 +790.055 +792.732 +498.808 +319.347 +264.49 +332.813 +202.689 +255.264 +150.375 +209.829 +148.457 +207.797 +208.817 +179.279 +170.229 +135.725 +374.835 +606.535 +602.551 +607.173 +636.924 +619.336 +604.935 +605.054 +602.681 +629.73 +382.053 +284.422 +255.355 +317.461 +202.689 +166.652 +207.195 +148.457 +148.457 +148.457 +206.257 +148.457 +170.229 +135.725 +312.857 +603.641 +610.556 +616.02 +636.838 +604.492 +627.393 +626.589 +652.104 +706.445 +434.391 +307.186 +195.337 +323.979 +245.319 +222.356 +163.547 +148.818 +124.042 +124.042 +182.12 +124.042 +129.537 +130.23 +304.723 +346.435 +360.76 +382.264 +405.034 +226.121 +228.551 +271.732 +239.438 +275.82 +190.576 +225.481 +89.5226 +194.92 +125.944 +125.944 +125.944 +174.646 +124.042 +124.042 +124.042 +124.042 +127.526 +147.165 +89.5377 +89.5377 +89.5377 +170.672 +121.48 +146.926 +207.949 +181.806 +243.859 +187.256 +221.792 +102.022 +151.704 +181.663 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +135.725 +339.458 +639.292 +643.684 +669.423 +709.522 +697.028 +714.369 +715.041 +716.132 +743.395 +461.408 +321.132 +195.337 +325.244 +202.689 +242.859 +150.375 +178.89 +148.457 +189.881 +171.035 +204.948 +170.229 +135.725 +331.339 +638.835 +659.703 +679.648 +732.876 +707.915 +718.533 +721.867 +734.83 +758.013 +492.978 +370.265 +195.337 +394.126 +202.689 +295.959 +150.375 +214.183 +148.457 +228.219 +148.457 +206.96 +170.229 +135.725 +400.047 +688.99 +698.617 +697.745 +723.001 +706.614 +713.054 +713.61 +713.569 +741.285 +447.464 +306.872 +195.337 +330.412 +202.689 +244.837 +150.375 +206.127 +148.457 +174.844 +148.457 +236.001 +170.229 +135.725 +307.225 +598.897 +601.626 +606.868 +632.526 +625.758 +674.762 +686.947 +688.947 +723.718 +426.445 +293.283 +195.337 +291.883 +202.689 +227.32 +150.375 +195.914 +148.457 +148.457 +205.96 +148.457 +170.229 +135.725 +311.177 +611.45 +642.716 +673.322 +712.699 +666.838 +692.031 +711.747 +714.082 +736.223 +436.719 +322.245 +195.337 +323.295 +202.689 +224.727 +182.956 +182.031 +124.042 +124.042 +124.042 +181.341 +129.537 +130.23 +293.684 +322.117 +349.054 +364.888 +375.887 +204.296 +144.02 +293.524 +197.989 +262.752 +89.5377 +178.454 +151.433 +125.944 +141.223 +125.944 +182.849 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +89.5377 +89.5377 +89.5377 +186.523 +89.5377 +150.58 +152.677 +157.373 +148.281 +157.5 +89.5377 +140.779 +147.14 +89.5226 +89.5226 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +135.725 +326.268 +628.351 +645.859 +659.065 +709.655 +684.461 +712.742 +715.524 +716.988 +745.529 +483.225 +345.962 +195.337 +292.104 +202.689 +240.132 +150.375 +207.012 +148.457 +158.775 +148.457 +205.178 +170.229 +135.725 +330.919 +659.235 +697.686 +708.796 +732.654 +708.275 +719.62 +730.434 +737.63 +761.231 +494.191 +379.649 +195.337 +362.985 +202.689 +338.808 +150.375 +292.957 +148.457 +207.636 +208.041 +207.243 +170.229 +135.725 +417.844 +692.32 +711.584 +643.182 +665.931 +630.826 +634.915 +644.164 +657.995 +692.336 +411.258 +296.897 +195.337 +289.769 +202.689 +246.187 +150.375 +207.888 +161.632 +207.304 +148.457 +169.129 +170.229 +135.725 +331.273 +628.976 +647.361 +677.682 +732.568 +707.159 +714.109 +714.991 +713.906 +731.421 +432.313 +293.882 +195.337 +286.297 +202.689 +250.471 +150.375 +206.701 +148.457 +221.909 +148.457 +169.289 +170.229 +135.725 +351.7 +643.455 +674.075 +714.249 +743.955 +719.57 +736.388 +751.616 +746.625 +774.929 +498.321 +384.881 +195.337 +367.702 +202.689 +342.937 +150.375 +181.619 +156.443 +182.379 +124.042 +182.224 +129.537 +130.23 +284.286 +351.565 +374.893 +387.911 +414.234 +262.138 +134.299 +326.456 +134.299 +329.492 +89.5377 +277.634 +89.5226 +157.546 +125.944 +125.944 +125.944 +157.685 +124.042 +142.36 +185.852 +124.042 +127.526 +89.5377 +89.5377 +89.5377 +182.668 +89.5377 +89.5377 +146.585 +89.5377 +89.5377 +89.5377 +163.603 +93.0216 +89.5226 +89.5226 +89.5226 +125.944 +125.944 +125.944 +179.092 +148.457 +148.457 +204.75 +174.099 +170.229 +135.725 +427.35 +712.354 +679.419 +692.403 +730.269 +692.487 +701.076 +689.326 +694.639 +741.512 +439.584 +266.585 +225.616 +275.513 +262.709 +223.337 +150.375 +148.457 +206.314 +148.457 +148.457 +148.457 +170.229 +135.725 +340.813 +629.864 +649.645 +676.215 +733.445 +708.569 +716.844 +718.374 +718.427 +746.292 +479.371 +327.323 +195.337 +291.509 +202.689 +239.102 +150.375 +207.471 +148.457 +158.845 +148.457 +206.499 +170.229 +135.725 +374.982 +672.159 +685.103 +707.32 +734.491 +709.437 +719.191 +723.047 +724.212 +760.186 +495.001 +378.615 +214.791 +365.765 +202.689 +299.422 +150.375 +233.771 +148.457 +207.809 +148.457 +222.315 +170.229 +135.725 +404.264 +694.52 +707.977 +713.495 +735.981 +715.066 +757.53 +770.195 +770.727 +806.847 +514.992 +402.367 +195.337 +391.138 +202.689 +368.159 +150.375 +259.906 +206.489 +253.2 +148.457 +219.629 +170.229 +135.725 +432.784 +719.422 +750.553 +768.752 +797.648 +767.386 +796.141 +793.63 +780.288 +785.98 +495.414 +368.801 +195.337 +364.942 +202.689 +284.726 +224.488 +192.521 +124.042 +184.14 +124.042 +182.941 +129.537 +130.23 +238.579 +328.781 +339.03 +349.231 +376.202 +210.936 +163.303 +286.354 +224.073 +250.688 +89.5377 +185.355 +136.305 +147.185 +185.113 +125.944 +125.944 +124.042 +144.188 +124.042 +124.042 +181.045 +127.526 +89.5377 +89.5377 +89.5377 +178.144 +89.5377 +185.348 +89.5377 +186.898 +89.5377 +247.29 +89.5377 +219.743 +129.77 +106.098 +147.731 +125.944 +185.027 +125.944 +158.521 +148.457 +179.431 +148.457 +148.457 +170.229 +135.725 +364.108 +641.984 +653.786 +664.673 +702.255 +673.94 +713.776 +716.581 +716.682 +745.423 +479.82 +341.118 +229.139 +311.332 +202.689 +257.185 +150.375 +206.921 +148.457 +184.862 +148.457 +148.457 +170.229 +135.725 +319.899 +635.326 +662.877 +707.96 +736.653 +711.901 +722.21 +734.499 +744.007 +776.793 +499.462 +388.124 +195.337 +383.238 +202.689 +300.05 +150.375 +207.048 +210.043 +206.91 +148.457 +207.272 +170.229 +135.725 +373.837 +671.59 +687.85 +712.278 +735.567 +712.65 +718.831 +727.653 +735.539 +763.392 +495.631 +325.86 +195.337 +355.349 +202.689 +283.637 +150.375 +214.307 +216.711 +211.796 +148.457 +211.121 +170.229 +135.725 +431.888 +725.793 +717.821 +724.292 +754.983 +725.21 +752.282 +757.378 +731.105 +771.603 +495.778 +362.378 +195.337 +322.702 +202.689 +262.688 +150.375 +209.691 +148.457 +222.192 +148.457 +169.344 +170.229 +135.725 +346.901 +641.408 +663.246 +698.864 +733.732 +708.531 +717.145 +717.093 +717.053 +744.097 +468.941 +323.832 +195.337 +321.771 +202.689 +245.82 +150.375 +182.374 +124.042 +182.707 +137.297 +171.654 +129.537 +130.23 +258.961 +342.584 +353.678 +362.788 +400.355 +282.93 +162.326 +326.317 +170.699 +326.987 +114.652 +269.861 +106.147 +235.267 +125.944 +143.952 +125.944 +181 +124.042 +124.042 +124.042 +124.042 +197.849 +89.5377 +89.5377 +89.5377 +221.644 +123.351 +271.942 +157.675 +280.713 +164.732 +283.324 +173.403 +287.38 +169.367 +270.982 +157.319 +214.15 +193.64 +163.806 +224.067 +183.181 +173.587 +259.91 +245.481 +170.229 +135.725 +435.594 +727.05 +767.893 +802.881 +857.061 +830.192 +865.338 +875.923 +866.924 +887.129 +536.065 +398.073 +195.337 +384.595 +202.689 +365.582 +150.375 +211.009 +202.941 +208.068 +148.457 +148.457 +170.229 +135.725 +309.264 +595.344 +598.727 +607.656 +631.399 +605.861 +630.181 +638.263 +641.39 +679.296 +424.367 +303.311 +220.424 +285.162 +202.689 +228.216 +150.375 +168.844 +148.457 +148.457 +177.38 +148.457 +170.229 +135.725 +319.095 +612.965 +620.711 +637.649 +674.131 +653.861 +686.338 +709.949 +715.011 +744.23 +478.205 +332.639 +195.337 +292.75 +202.689 +246.619 +150.375 +207.664 +148.457 +206.954 +148.457 +184.57 +170.229 +135.725 +343.418 +643.52 +662.196 +706.747 +734.051 +709.833 +718.401 +719.438 +717.858 +747.553 +476.89 +358.716 +195.337 +323.752 +202.689 +259.911 +150.375 +206.721 +148.457 +227.665 +148.457 +206.836 +170.229 +135.725 +357.68 +671.31 +691.003 +705.764 +735.877 +713.739 +721.684 +743.373 +739.64 +774.625 +494.884 +375.742 +195.337 +372.112 +202.689 +295.149 +224.543 +197.691 +124.042 +184.285 +135.24 +185.068 +129.537 +130.23 +286.385 +436.893 +452.536 +459.308 +471.848 +310.933 +134.299 +390.872 +134.299 +360.487 +89.5377 +335.027 +89.5226 +298.888 +125.944 +216.675 +125.944 +284.186 +124.042 +150.333 +124.042 +192.103 +127.526 +267.037 +89.5377 +89.5377 +333.364 +89.5377 +304.932 +89.5377 +302.941 +89.5377 +313.322 +89.5377 +298.138 +89.5226 +293.348 +89.5226 +137.343 +125.944 +221.123 +148.457 +218.725 +148.457 +193.631 +148.457 +170.229 +135.725 +426.209 +712.526 +713.672 +713.497 +754.3 +752.932 +782.369 +785.587 +789.832 +816.617 +506.663 +397.104 +195.337 +398.631 +202.689 +356.069 +150.375 +232.089 +207.858 +207.645 +208.931 +206.557 +170.229 +135.725 +392.559 +709.664 +714.14 +740.645 +785.431 +766.885 +792.675 +790.882 +794.295 +837.895 +531.944 +408.34 +195.337 +395.53 +202.689 +358.458 +150.375 +291.523 +148.457 +229.895 +148.457 +208.846 +170.229 +135.725 +428.057 +716.665 +725.27 +737.742 +766.991 +730.515 +747.795 +768.56 +786.751 +819.939 +524.033 +390.231 +195.337 +377.517 +257.974 +334.548 +150.375 +288.834 +148.457 +208.893 +148.457 +207.694 +170.229 +135.725 +367.121 +657.606 +695.699 +714.28 +737.288 +710.811 +724.636 +727.34 +726.5 +754.802 +494.3 +377.405 +195.337 +371.954 +202.689 +258.918 +209.372 +208.016 +148.457 +207.886 +209.043 +207.02 +170.229 +135.725 +357.217 +655.05 +670.083 +710.39 +735.006 +710.088 +720.247 +723.236 +729.361 +761.922 +496.636 +381.771 +195.337 +374.248 +202.689 +299.466 +150.375 +190.771 +124.042 +183.18 +150.392 +182.88 +129.537 +130.23 +239.278 +367.46 +385.552 +397.88 +421.65 +292.343 +185.375 +341.758 +169.384 +344.083 +121.983 +289.313 +89.5226 +268.282 +125.944 +184.023 +125.944 +134.37 +182.558 +180.206 +124.042 +124.042 +127.526 +89.5377 +89.5377 +89.5377 +187.045 +136.355 +213.052 +210.078 +221.344 +227.269 +230.577 +233.965 +236.148 +225.815 +224.416 +200.043 +235.414 +166.406 +175.278 +148.457 +296.964 +148.457 +174.169 +148.457 +170.229 +135.725 +432.078 +720.508 +735.786 +748.191 +785.522 +768.737 +830.01 +847.374 +851.007 +891.436 +566.164 +398.677 +195.337 +397.868 +202.689 +374.477 +150.375 +284.513 +182.637 +222.804 +148.457 +252.864 +170.229 +135.725 +471.969 +782.027 +838.021 +878.561 +946.497 +920.397 +1010.49 +936.927 +919.548 +948.01 +637.193 +437.723 +195.337 +423.821 +202.689 +386.306 +150.375 +314.879 +148.457 +234.436 +148.457 +209.443 +170.229 +135.725 +426.289 +712.244 +717.635 +749.47 +784.28 +746.532 +791.836 +808.463 +822.873 +835.442 +526.553 +390.338 +195.337 +386.893 +202.689 +337.145 +150.375 +248.545 +214.951 +212.851 +215.571 +212.174 +170.229 +135.725 +438.334 +727.111 +756.458 +787.432 +834.569 +793.648 +830.152 +841.814 +832.95 +882.587 +548.962 +403.724 +195.337 +410.536 +202.689 +377.84 +150.375 +248.48 +193.261 +219.391 +148.457 +234.78 +170.229 +135.725 +428.555 +707.795 +713.837 +720.731 +756.781 +723.526 +752.551 +757.773 +765.087 +792.606 +500.128 +392.7 +195.337 +382.512 +202.689 +355.532 +150.375 +200.822 +124.042 +183.895 +173.599 +183.881 +129.537 +130.23 +228.969 +417.371 +418.603 +418.993 +429.709 +260.195 +134.299 +345.645 +134.299 +341.827 +89.5377 +291.416 +89.5226 +221.713 +125.944 +187.609 +179.134 +184.841 +124.042 +145.696 +124.042 +184.939 +156.603 +139.85 +89.5377 +89.5377 +214.252 +177.304 +196.094 +145.845 +245.533 +124.006 +295.069 +130.717 +294.091 +127.96 +283.786 +89.5226 +255.527 +125.944 +125.944 +148.457 +240.312 +148.457 +148.457 +148.457 +170.229 +135.725 +374.224 +706.653 +713.94 +727.857 +771.141 +759.202 +781.58 +802.225 +819.427 +842.301 +520.155 +406.879 +195.337 +392.146 +202.689 +358.801 +150.375 +267.919 +148.457 +208.234 +159.514 +208.281 +170.229 +135.725 +426.969 +717.974 +721.757 +751.423 +787.106 +747.306 +786.693 +817.239 +808.59 +849.836 +526.952 +397.735 +195.337 +409.033 +202.689 +372.355 +150.375 +328.055 +148.457 +227.35 +148.457 +209.966 +170.229 +135.725 +429.634 +716.088 +733.499 +773.892 +810.387 +787.49 +794.561 +796.515 +821.132 +877.312 +551.014 +388.271 +195.337 +383.963 +202.689 +313.46 +150.375 +210.016 +171.114 +208.914 +148.457 +207.608 +170.229 +135.725 +362.554 +661.684 +704.797 +716.357 +739.605 +713.988 +735.232 +750.639 +748.454 +780.23 +497.483 +390.957 +195.337 +390.72 +202.689 +354.214 +150.375 +234.363 +148.457 +207.301 +148.457 +207.163 +170.229 +135.725 +365.745 +694.962 +712.612 +716.797 +741.863 +718.225 +749.145 +749.736 +761.681 +776.506 +494.707 +380.895 +195.337 +377.902 +202.689 +329.08 +150.375 +211.71 +124.042 +183.958 +124.042 +185.562 +129.537 +130.23 +287.076 +432.321 +432.029 +441.441 +455.602 +224.33 +296.087 +306.669 +337.852 +300.608 +266.735 +254.309 +250.519 +230.474 +142.502 +199.735 +125.944 +177.853 +124.042 +145.562 +124.042 +183.134 +150.742 +108.045 +89.5377 +89.5377 +299.823 +89.5377 +295.144 +89.5377 +293.884 +89.5377 +295.077 +89.5377 +295.284 +143.121 +242.263 +89.5226 +159.256 +125.944 +161.345 +148.457 +222.187 +148.457 +157.389 +148.457 +170.229 +135.725 +401.662 +716.436 +722.717 +755.668 +817.111 +778.489 +814.718 +834.155 +837.732 +864.769 +561.164 +422.601 +195.337 +407.405 +202.689 +372.388 +150.375 +287.717 +148.457 +230.501 +148.457 +208.871 +170.229 +135.725 +433.71 +725.646 +741.721 +777.786 +842.073 +818.928 +864.272 +879.972 +863.603 +873.816 +582.473 +434.057 +195.337 +420.116 +202.689 +361.573 +150.375 +263.934 +148.457 +207.904 +148.457 +222.307 +170.229 +135.725 +390.724 +698.386 +713.768 +721.436 +756.882 +732.497 +754.951 +752.533 +758.778 +781.965 +497.713 +381.863 +195.337 +383.681 +202.689 +315.089 +150.375 +236.964 +148.457 +208.248 +208.021 +207.383 +170.229 +135.725 +369.584 +707.47 +715.748 +734.821 +773.621 +755.16 +796.196 +798.689 +797.314 +827.482 +534.074 +412.754 +195.337 +395.467 +202.689 +361.224 +150.375 +249.426 +148.457 +219.783 +148.457 +216.404 +170.229 +135.725 +417.756 +714.745 +720.683 +751.34 +805.519 +775.461 +817.149 +849.248 +855.771 +863.277 +535.574 +416.616 +195.337 +412.733 +202.689 +378.463 +150.375 +327.683 +124.042 +207.025 +202.828 +206.575 +129.537 +130.23 +350.183 +439.585 +448.155 +448.747 +463.306 +258.931 +177.585 +385.699 +201.292 +424.756 +151.78 +324.54 +89.5226 +302.11 +125.944 +337.991 +125.944 +278.132 +124.042 +282.394 +124.042 +159.691 +127.526 +251.785 +89.5377 +89.5377 +328.219 +89.5377 +317.731 +89.5377 +324.275 +89.5377 +322.791 +89.5377 +329.512 +89.5226 +315.044 +89.5226 +332.673 +125.944 +225.873 +148.457 +305.897 +148.457 +267.909 +148.457 +170.229 +135.725 +482.984 +764.734 +807.81 +811.281 +853.151 +829.915 +871.706 +876.326 +830.384 +840.447 +541.363 +408.807 +195.337 +416.256 +202.689 +379.576 +150.375 +283.528 +210.357 +233.63 +148.457 +218.965 +170.229 +135.725 +436.761 +731.26 +787.303 +802.339 +843.504 +798.119 +850.512 +869.252 +859.141 +925.76 +581.268 +424.912 +195.337 +417.355 +202.689 +377.459 +150.375 +353 +148.457 +303.937 +148.457 +235.786 +170.229 +135.725 +463.99 +746.911 +772.49 +841.494 +895.212 +887.997 +933.564 +987.68 +984.485 +972.815 +602.675 +429.486 +195.337 +437.7 +202.689 +417.609 +150.375 +364.746 +148.457 +368.632 +148.457 +362.3 +181.481 +330.111 +485.303 +774.579 +816.776 +857.989 +948.755 +903.408 +966.451 +1008.89 +949.347 +982.867 +585.932 +425.169 +195.337 +432.86 +202.689 +398.238 +211.259 +373.503 +148.457 +394.162 +148.457 +406.752 +170.229 +353.246 +487.452 +805.074 +849.349 +887.701 +932.183 +888.456 +933.114 +937.548 +923.751 +908.982 +600.804 +428.284 +195.337 +433.159 +202.689 +383.425 +150.375 +332.678 +124.042 +271.885 +124.042 +193.738 +129.537 +130.23 +356.37 +447.426 +426.564 +447.158 +460.081 +221.617 +155.12 +340.046 +193.101 +323.693 +99.5085 +215.647 +208.73 +156.61 +238.005 +165.65 +125.944 +189.083 +124.042 +147.601 +124.042 +230.457 +127.526 +89.5377 +89.5377 +89.5377 +253.555 +113.308 +273.948 +179.24 +281.797 +173.886 +293.694 +179.125 +281.185 +152.408 +239.671 +89.5226 +181.545 +196.928 +125.944 +211.891 +148.457 +148.457 +220.929 +148.457 +170.229 +135.725 +426.536 +714.712 +722.03 +753.154 +801.775 +777.437 +810.138 +825.032 +806.037 +854.482 +536.796 +403.207 +195.337 +394.006 +202.689 +371.366 +150.375 +255.186 +148.457 +210.135 +211.628 +208.138 +170.229 +135.725 +400.351 +713.735 +716.882 +742.261 +781.704 +754.027 +794.653 +810.015 +817.284 +841.539 +531.476 +410.122 +195.337 +407.467 +202.689 +378.249 +150.375 +325.784 +148.457 +294.685 +148.457 +210.134 +170.229 +135.725 +433.907 +718.22 +737.441 +785.84 +855.726 +818.18 +839.184 +856.618 +871.321 +914.953 +558.643 +396.417 +195.337 +394.052 +202.689 +373.093 +150.375 +284.879 +241.1 +224.954 +239.843 +254.264 +170.229 +135.725 +454.991 +743.278 +762.967 +792.153 +860.323 +861.358 +902.865 +875.395 +855.348 +890.022 +579.836 +417.902 +195.337 +407.414 +202.689 +378.317 +150.375 +261.034 +148.457 +225.247 +148.457 +279.869 +170.229 +135.725 +449.998 +730.361 +730.019 +747.909 +782.682 +756.761 +789.984 +806.972 +808.15 +835.01 +539.38 +388.008 +195.337 +384.628 +202.689 +334.205 +243.805 +284.71 +124.042 +202.015 +196.854 +191.767 +129.537 +130.23 +313.964 +446.533 +440.392 +439.903 +498.839 +321.635 +134.299 +378.32 +134.299 +374.279 +89.5377 +331.737 +89.5226 +297.248 +125.944 +214.673 +196.212 +229.537 +124.042 +143.874 +124.042 +203.932 +127.526 +109.199 +89.5377 +89.5377 +303.948 +89.5377 +294.96 +89.5377 +299.966 +89.5377 +318.519 +89.5377 +300.941 +89.5226 +296.702 +89.5226 +192.125 +125.944 +299.902 +148.457 +197.299 +148.457 +223.703 +148.457 +170.229 +135.725 +429.146 +720.583 +736.455 +760.398 +797.399 +763.02 +801.541 +819.031 +832.314 +872.997 +565.584 +422.57 +195.337 +418.907 +202.689 +377.646 +150.375 +345.246 +148.457 +231.388 +148.457 +209.377 +170.229 +135.725 +377.143 +709.124 +714.409 +726.434 +754.897 +731.019 +762.308 +762.763 +767.61 +796.087 +502.858 +389.5 +195.337 +384.562 +202.689 +349.039 +150.375 +234.808 +148.457 +207.42 +148.457 +214.752 +170.229 +135.725 +376.96 +699.53 +715.056 +719.828 +748.123 +725.627 +765.688 +766.215 +768.074 +805.275 +509.004 +395.723 +195.337 +390.383 +202.689 +355.532 +150.375 +225.678 +148.457 +209.456 +187.225 +207.796 +170.229 +135.725 +356.687 +684.99 +713.321 +726.81 +776.925 +751.435 +793.982 +809.661 +805.63 +822.047 +520.982 +403.016 +195.337 +400.931 +202.689 +354.843 +150.375 +245.136 +148.457 +207.524 +148.457 +207.444 +170.229 +135.725 +368.741 +703.476 +718.993 +739.152 +783.218 +768.319 +804.351 +815.925 +811.464 +844.524 +537.81 +409.155 +195.337 +436.185 +202.689 +358.22 +150.375 +228.122 +124.042 +186.703 +166.126 +183.3 +129.537 +130.23 +240.912 +419.021 +424.129 +424.666 +437.168 +328.213 +134.299 +364.924 +134.299 +374.93 +89.5377 +304.31 +89.5226 +321.878 +125.944 +288.562 +125.944 +207.148 +162.291 +184.305 +124.042 +200.898 +127.526 +126.809 +89.5377 +89.5377 +292.128 +89.5377 +293.586 +89.5377 +294.97 +89.5377 +301 +89.5377 +308.602 +89.5226 +302.184 +125.944 +326.831 +125.944 +230.965 +148.457 +185.721 +311.72 +240.005 +148.457 +170.229 +135.725 +438.33 +727.939 +732.943 +753.498 +781.61 +767.887 +781.427 +784.935 +814.452 +854.669 +537.331 +387.52 +195.337 +428.411 +202.689 +371.988 +150.375 +266.607 +148.457 +235.333 +180.239 +225.055 +170.229 +135.725 +439.835 +716.834 +731.549 +761.411 +818.573 +774.164 +804.04 +811.973 +816.319 +845.765 +541.747 +410.209 +195.337 +442.86 +202.689 +362.001 +150.375 +275.674 +148.457 +223.5 +148.457 +207.776 +170.229 +135.725 +406.585 +714.719 +733.628 +784.081 +844.688 +809.687 +849.516 +858.205 +853.55 +881.197 +546.606 +413.192 +195.337 +438.588 +202.689 +364.614 +150.375 +258.878 +148.457 +226.026 +148.457 +208.781 +170.229 +135.725 +427.055 +717.294 +757.813 +816.903 +885.889 +887.556 +857.476 +892.376 +884.817 +894.419 +564.781 +423.234 +195.337 +441.71 +202.689 +377.539 +150.375 +363.73 +148.457 +277.557 +148.457 +246.199 +170.229 +135.725 +427.281 +712.694 +715.411 +729.613 +776.951 +751.103 +785.057 +801.897 +805.103 +817.915 +513.808 +397.309 +195.337 +422.215 +202.689 +303.015 +150.375 +191.839 +124.042 +213.775 +124.042 +183.207 +129.537 +130.23 +223.48 +382.539 +407.138 +419.006 +428.536 +292.214 +134.299 +341.664 +134.299 +348 +89.5377 +300.284 +89.5226 +306.097 +125.944 +184.488 +125.944 +182.666 +124.042 +134.421 +124.042 +181.156 +166.307 +98.2873 +89.5377 +89.5377 +215.432 +138.039 +237.595 +255.957 +279.95 +316.478 +307.827 +318.982 +296.33 +279.997 +271.982 +303.878 +302.433 +310.872 +207.538 +254.795 +283.335 +310.607 +218.749 +189.716 +170.229 +135.725 +504.936 +781.314 +792.774 +817.25 +845.209 +833.794 +830.469 +890.004 +889.829 +897.933 +588.067 +421.645 +195.337 +452.558 +202.689 +389.675 +191.051 +358.765 +148.457 +337.386 +148.457 +257.418 +170.229 +135.725 +472.126 +766.241 +824.25 +851.294 +885.144 +860.353 +929.226 +899.697 +846.712 +832.468 +514.988 +374.102 +195.337 +410.462 +202.689 +305.974 +179.779 +236.64 +148.457 +210.303 +212.082 +209.296 +170.229 +135.725 +416.572 +712.443 +714.314 +734.519 +772.826 +756.475 +792 +799.022 +803.18 +818.123 +516.937 +398.467 +195.337 +425.106 +202.689 +358.403 +150.375 +241.482 +207.793 +208.268 +198.591 +208.198 +170.229 +135.725 +360.338 +710.646 +716.017 +737.08 +793.441 +766.32 +805.939 +828.376 +827.45 +855.275 +531.815 +403.306 +195.337 +425.332 +202.689 +357.405 +150.375 +231.608 +148.457 +208.265 +208.488 +207.75 +170.229 +135.725 +404.654 +713.467 +727.636 +775.475 +834.49 +829.382 +874.817 +900.769 +901.821 +908.302 +586.282 +417.626 +195.337 +455.754 +202.689 +376.335 +150.375 +260.384 +217.414 +198.13 +124.042 +196.995 +129.537 +130.23 +296.406 +420.865 +421.335 +417.957 +427.83 +302.341 +134.299 +344.394 +134.299 +337.8 +89.5377 +286.628 +89.5226 +216.361 +125.944 +185.792 +186.36 +182.164 +124.042 +144.84 +124.042 +181.563 +127.526 +125.959 +89.5377 +89.5377 +186.224 +154.679 +217.195 +164.859 +223.71 +139.195 +166.2 +127.582 +239.843 +121.391 +146.732 +186.609 +125.944 +125.944 +183.154 +148.457 +148.457 +205.67 +181.379 +148.457 +170.229 +172.147 +374.741 +679.267 +706.513 +711.281 +733.512 +709.639 +719.471 +720.488 +723.044 +751.585 +493.314 +361.226 +195.337 +397.916 +202.689 +290.999 +207.326 +219.809 +148.457 +214.828 +148.457 +181.842 +170.229 +172.147 +367.927 +668.624 +692.739 +714.157 +737.049 +714.655 +735.588 +743.103 +750.1 +777.687 +495.983 +381.548 +195.337 +410.752 +202.689 +298.941 +150.375 +231.862 +148.457 +207.756 +148.457 +207.034 +170.229 +172.147 +359.739 +667.295 +695.723 +712.119 +737.616 +714.519 +737.339 +745.131 +736.432 +760.785 +493.764 +365.58 +195.337 +401.62 +202.689 +296.425 +150.375 +214.929 +148.457 +238.53 +148.457 +207.818 +170.229 +172.147 +389.618 +679.642 +707.369 +712.671 +737.775 +736.999 +785.057 +797.451 +785.514 +806.493 +509.823 +381.735 +195.337 +410.351 +202.689 +317.442 +229.688 +226.873 +148.457 +230.822 +148.457 +212.689 +170.229 +172.147 +436.205 +721.417 +727.597 +749.162 +784.472 +749.672 +796.368 +830.524 +817.793 +847.436 +531.894 +386.106 +195.337 +415.455 +202.689 +339.19 +150.375 +202.95 +124.042 +186.969 +190.177 +186.79 +129.537 +166.652 +251.195 +434.56 +443.679 +447.81 +468.544 +315.144 +134.299 +367.041 +134.299 +352.866 +89.5377 +300.944 +89.5226 +215.272 +198.363 +150.252 +166.125 +190.34 +124.042 +135.923 +124.042 +159.509 +127.526 +153.909 +89.5377 +89.5377 +239.092 +89.5377 +274.48 +89.5377 +290.638 +89.5377 +297.282 +89.5377 +297.97 +89.5226 +201.585 +125.944 +125.944 +125.944 +188.68 +148.457 +148.457 +238.144 +189.932 +160.537 +170.229 +172.147 +432.512 +718.183 +723.353 +746.389 +789.808 +770.677 +814.616 +807.831 +832.481 +813.705 +515.937 +375.225 +195.337 +418.278 +202.689 +318.877 +234.404 +232.71 +148.457 +211.08 +203.004 +169.873 +170.229 +172.147 +383.531 +707.923 +710.272 +714.732 +735.941 +713.879 +738.059 +741.734 +750.456 +779.648 +506.638 +377.137 +195.337 +414.365 +202.689 +309.065 +278.106 +233.25 +148.457 +260.303 +148.457 +212.578 +170.229 +172.147 +433.671 +717.483 +717.793 +718.243 +745.538 +716.4 +737.876 +759.634 +772.992 +748.487 +492.566 +300.281 +195.337 +351.582 +202.689 +242.19 +150.375 +209.595 +210.369 +207.371 +148.457 +158.795 +170.229 +172.147 +342.95 +640.945 +644.029 +654.405 +682.482 +668.615 +706.191 +714.551 +716.876 +744.813 +455.571 +310.952 +238.744 +326.488 +202.689 +246.963 +150.375 +208.431 +148.457 +207.404 +208.312 +169.406 +170.229 +172.147 +366.755 +653.265 +660.615 +693.557 +730.157 +707.851 +718.741 +716.919 +721.073 +746.015 +490.678 +355.849 +195.337 +358.697 +202.689 +260.762 +150.375 +182.05 +124.042 +182.701 +124.042 +144.697 +129.537 +166.652 +266.759 +346.194 +355.509 +372.588 +389.996 +216.506 +203.539 +269.03 +196.733 +262.836 +138.551 +220.62 +126.279 +159.891 +187.091 +141.116 +125.944 +124.042 +155.417 +124.042 +124.042 +124.042 +184.002 +125.959 +89.5377 +89.5377 +162.945 +89.5377 +187.156 +155.745 +201.374 +183.408 +147.556 +145.61 +188.324 +121.095 +89.5226 +125.944 +125.944 +182.255 +125.944 +190.619 +148.457 +148.457 +148.457 +148.457 +170.229 +172.147 +313.775 +627.932 +672.788 +708.481 +736.381 +710.468 +722.606 +724.272 +726.607 +751.222 +493.425 +367.384 +195.337 +357.316 +202.689 +258.935 +150.375 +206.962 +161.72 +206.904 +148.457 +173.257 +170.229 +172.147 +303.889 +615.701 +659.878 +706.771 +735.043 +708.353 +724.117 +735.755 +740.298 +769.382 +494.44 +370.549 +195.337 +385.417 +202.689 +245.537 +150.375 +207.8 +187.093 +207.266 +148.457 +184.947 +170.229 +172.147 +296.422 +612.95 +664.752 +695.085 +732.83 +706.46 +713.883 +713.724 +714.595 +741.653 +460.82 +304.462 +195.337 +324.374 +202.689 +251.379 +150.375 +209.012 +148.457 +208.243 +148.457 +185.433 +170.229 +172.147 +355.286 +644.378 +658.255 +677.758 +721.637 +705.315 +718.868 +718.509 +720.471 +750.476 +492.674 +367.225 +195.337 +347.896 +202.689 +266.315 +150.375 +207.044 +190.754 +207.089 +148.457 +207.004 +170.229 +172.147 +395.89 +702.545 +711.422 +715.837 +739.931 +723.107 +748.73 +768.062 +774.081 +789.823 +497.829 +374 +195.337 +404.645 +202.689 +302.331 +150.375 +204.788 +124.042 +187.122 +124.042 +185.768 +129.537 +166.652 +241.267 +417.939 +397.722 +417.733 +427.553 +260.48 +167.775 +330.48 +168.842 +329.224 +89.5377 +212.849 +89.5226 +146.542 +125.944 +183.067 +139.129 +132.89 +124.042 +124.042 +181.145 +184.093 +127.526 +125.959 +89.5377 +89.5377 +180.214 +89.5377 +179.572 +131.525 +181.348 +167.592 +235.137 +183.768 +163.745 +131.12 +140.823 +183.987 +125.944 +125.944 +125.944 +148.457 +237.771 +148.457 +148.457 +148.457 +170.229 +172.147 +334.735 +629.253 +643.537 +660.226 +719.264 +695.425 +719.581 +725.188 +723.575 +751.311 +493.224 +371.012 +231.759 +388.665 +202.689 +257.378 +150.375 +207.134 +161.635 +169.235 +148.457 +205.605 +170.229 +172.147 +324.091 +637.84 +687.921 +712.093 +735.854 +711.423 +721.78 +735.984 +748.022 +761.202 +494.029 +343.495 +231.759 +334.647 +202.689 +253.702 +150.375 +210.305 +211.287 +208.475 +148.457 +207.323 +170.229 +172.147 +430.165 +716.552 +716.592 +726.653 +770.744 +743.568 +765.259 +780.54 +771.17 +795.144 +512.063 +371.766 +231.759 +410.317 +202.689 +342.979 +150.375 +243.512 +148.457 +284.894 +148.457 +253.062 +170.229 +172.147 +443.833 +727.136 +725.009 +739.779 +786.217 +747.586 +769.651 +766.225 +773.381 +809.769 +514.287 +374.988 +231.759 +410.462 +202.689 +321.75 +150.375 +317.337 +148.457 +225.361 +148.457 +210.818 +170.229 +172.147 +428.621 +716.195 +723.547 +766.716 +825.552 +821.264 +825.292 +821.754 +808.602 +815.822 +519.466 +383.736 +240.084 +434.471 +202.689 +373.917 +150.375 +231.776 +124.042 +191.994 +194.245 +188.926 +129.537 +166.652 +314.78 +430.786 +430.126 +428.175 +443.869 +309.176 +134.299 +360.204 +134.299 +358.509 +89.5377 +309.579 +125.944 +329.284 +125.944 +245.368 +125.944 +319.083 +124.042 +173.717 +290.356 +188.869 +160.262 +138.105 +89.5377 +89.5377 +253.662 +89.5377 +199.552 +89.5377 +251.517 +89.5377 +209.145 +89.5377 +283.467 +89.5226 +125.944 +125.944 +125.944 +125.944 +125.944 +148.457 +208.712 +165.236 +148.457 +148.457 +170.229 +172.147 +339.008 +650.942 +674.078 +711.629 +735.374 +712.123 +722.51 +719.094 +719.706 +743.602 +482.021 +311.973 +231.759 +326.571 +202.689 +249.897 +150.375 +207.304 +148.457 +169.236 +148.457 +227.926 +170.229 +172.147 +329.303 +639.718 +663.017 +704.276 +735.099 +710.826 +723.666 +740.533 +736.104 +753.654 +492.905 +329.71 +231.759 +329.186 +255.111 +247.05 +150.375 +215.901 +148.457 +207.641 +148.457 +169.144 +170.229 +172.147 +325.764 +640.12 +686.671 +714.996 +740.592 +718.414 +745.69 +760.474 +756.9 +782.268 +496.801 +373.721 +231.759 +392.242 +202.689 +267.632 +150.375 +220.223 +148.457 +207.378 +148.457 +206.822 +170.229 +172.147 +339.716 +657.374 +709.227 +719.151 +757.361 +744.573 +781.835 +795.541 +799.679 +826.107 +513.565 +385.642 +231.759 +410.988 +202.689 +358.294 +150.375 +224.535 +148.457 +216.772 +148.457 +208.178 +170.229 +172.147 +348.837 +651.756 +679.325 +715.399 +739.836 +715.212 +749.632 +765.174 +753.569 +763.786 +493.709 +365.741 +231.759 +384.97 +202.689 +257.922 +150.375 +183.521 +124.042 +204.491 +124.042 +182.727 +129.537 +166.652 +197.56 +351.947 +345.115 +354.385 +375.027 +155.134 +134.299 +218.48 +134.299 +223.209 +89.5377 +110.508 +125.944 +158.548 +125.944 +149.878 +184.829 +124.042 +188.13 +124.042 +124.042 +183.184 +127.526 +125.959 +89.5377 +89.5377 +150.682 +141.908 +111.433 +175.088 +151.533 +99.4997 +106.827 +155.348 +188.121 +89.5226 +125.944 +125.944 +125.944 +125.944 +125.944 +148.457 +230.221 +148.457 +148.457 +148.457 +170.229 +172.147 +352.13 +683.502 +713.248 +728.121 +764.199 +736.442 +791.554 +777.284 +774.876 +811.317 +526.241 +375.947 +231.759 +413.422 +202.689 +306.875 +150.375 +217.049 +148.457 +242.865 +148.457 +169.854 +170.229 +172.147 +412.016 +705.816 +710.965 +712.069 +735.229 +710.013 +744.854 +742.809 +734.958 +767.434 +494.756 +361.285 +231.759 +397.229 +202.689 +287.529 +150.375 +227.16 +148.457 +209.479 +201.6 +208.53 +170.229 +172.147 +406.229 +689.663 +702.748 +713.234 +733.983 +709.153 +726.271 +721.3 +720.215 +743.67 +438.16 +296.583 +231.759 +294.128 +202.689 +226.128 +150.375 +206.863 +148.457 +173.46 +148.457 +148.457 +170.229 +172.147 +340.574 +623.927 +625.963 +632.56 +658.195 +644.72 +674.699 +672.329 +640.338 +657.083 +397.079 +277.854 +231.759 +348.689 +202.689 +223.88 +150.375 +148.457 +148.457 +179.807 +148.457 +148.457 +170.229 +172.147 +317.772 +607.66 +614.57 +625.114 +646.187 +638.211 +627.267 +651.538 +648.076 +677.696 +425.191 +282.956 +231.759 +333.883 +202.689 +225.865 +150.375 +124.042 +124.042 +124.042 +124.042 +124.042 +129.537 +166.652 +273.343 +311.867 +326.393 +334.085 +358.519 +176.189 +217.735 +198.289 +134.299 +222.47 +89.5377 +93.0216 +125.944 +125.944 +182.925 +125.944 +125.944 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +125.959 +89.5377 +89.5377 +144.619 +122.049 +89.5377 +147.766 +105.855 +89.5377 +89.5377 +165.587 +93.0216 +89.5226 +125.944 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +172.147 +310.086 +603.846 +614.272 +621.62 +653.161 +639.803 +668.458 +680.973 +710.165 +720.455 +429.512 +283.111 +231.759 +290.571 +250.688 +222.352 +150.375 +148.457 +148.457 +189.192 +148.457 +148.457 +170.229 +172.147 +278.887 +586.094 +615.981 +635.375 +691.677 +680.068 +715.707 +717.594 +716.834 +742.751 +464.671 +306.844 +231.759 +326.083 +202.689 +249.677 +150.375 +207.448 +148.457 +160.731 +148.457 +205.674 +170.229 +172.147 +338.467 +623.946 +636.721 +648.324 +699.024 +633.58 +648.935 +663.992 +706.571 +720.585 +423.921 +272.329 +231.759 +289.715 +202.689 +225.251 +210.828 +178.843 +148.457 +206.117 +148.457 +148.457 +170.229 +172.147 +312.756 +604.326 +636.343 +669.631 +707.706 +694.796 +714.56 +715.909 +717.166 +743.415 +474.528 +306.409 +231.759 +324.239 +202.689 +225.358 +150.375 +206.802 +148.457 +148.457 +206.533 +148.457 +170.229 +172.147 +319.923 +614 +626.017 +622.327 +647.087 +619.548 +623.323 +626.901 +628.748 +659.01 +405.826 +262.078 +292.255 +277.133 +293.529 +222.025 +150.375 +124.042 +124.042 +124.042 +124.042 +124.042 +148.727 +185.999 +236.773 +286.186 +292.469 +296.702 +322.956 +210.292 +146.352 +222.536 +191.531 +225.173 +89.5377 +93.0216 +125.944 +125.944 +125.944 +125.944 +176.274 +124.042 +177.156 +124.042 +176.237 +124.042 +179.638 +125.959 +141.678 +129.502 +142.202 +129.43 +141.956 +89.5377 +141.64 +89.5377 +142.005 +89.5377 +145.359 +89.5226 +180.235 +125.944 +188.401 +125.944 +188.041 +148.457 +210.502 +148.457 +210.926 +148.457 +232.678 +172.147 +240.784 +559.592 +583.118 +608.841 +637.874 +617.097 +643.124 +642.69 +652.286 +686.927 +411.344 +268.958 +231.759 +343.108 +202.689 +225.616 +150.375 +148.457 +148.457 +148.457 +205.661 +148.457 +170.229 +172.147 +319.848 +616.428 +644.471 +660.95 +710.633 +681.595 +715.274 +716.913 +717.83 +744.692 +461.353 +303.994 +231.759 +324.941 +202.689 +244.214 +150.375 +207.131 +148.457 +148.457 +206.519 +148.457 +170.229 +172.147 +320.934 +623.009 +654.645 +694.09 +735.838 +710.998 +725.401 +727.414 +735.726 +761.786 +494.293 +361.952 +231.759 +328.429 +202.689 +251.808 +150.375 +208.194 +148.457 +207.443 +148.457 +173.416 +170.229 +172.147 +353.613 +649.383 +658.466 +676.567 +710.74 +680.226 +698.693 +715.564 +716.526 +743.603 +479.502 +312.498 +231.759 +332.93 +202.689 +260.137 +150.375 +207.588 +148.457 +207.15 +148.457 +169.132 +170.229 +172.147 +323.727 +605.206 +612 +613.106 +645.202 +628.633 +644.3 +641.572 +648.439 +667.618 +396.532 +259.131 +231.759 +289.054 +244.714 +228.389 +150.375 +124.042 +181.93 +124.042 +124.042 +124.042 +129.537 +166.652 +311.248 +280.655 +280.44 +284.771 +289.666 +223.89 +134.299 +246.365 +134.299 +249.959 +89.5377 +93.0216 +125.944 +125.944 +139.255 +168.579 +167.741 +165.264 +165.033 +166.792 +164.666 +175.419 +168.407 +176.941 +166.6 +140.258 +130.373 +140.899 +130.655 +130.199 +158.455 +89.5377 +89.5377 +89.5377 +134.902 +167.865 +167.113 +166.934 +166.865 +166.825 +177.4 +189.542 +199.398 +189.05 +199.372 +189.098 +254.509 +222.406 +277.16 +550.55 +567.665 +583.331 +603.791 +576.143 +581.227 +586.349 +586.738 +619.477 +359.778 +315.12 +231.759 +296.26 +202.689 +166.652 +150.375 +148.457 +183.912 +148.457 +201.429 +163.969 +255.471 +222.902 +277.39 +525.845 +557.832 +570.586 +605.198 +591.203 +618.902 +649.135 +660.619 +683.529 +382.253 +328.29 +260.377 +289.074 +290.433 +222.376 +150.375 +148.457 +148.457 +161.84 +176.098 +190.195 +263.47 +225.064 +311.287 +571.171 +579.203 +587.868 +616.403 +600.892 +614.836 +616.721 +613.054 +641.182 +388.758 +314.619 +231.759 +347.777 +202.689 +223.437 +150.375 +148.457 +148.457 +148.457 +205.546 +148.457 +170.229 +172.147 +341.937 +586.513 +588.972 +593.498 +618.357 +599.241 +610.839 +614.282 +619.303 +643.123 +385.857 +310.765 +231.759 +347.181 +202.689 +223.28 +150.375 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +172.147 +318.363 +579.843 +588.709 +593.933 +630.83 +622.542 +645.093 +657.45 +639.619 +667.54 +410.101 +299.887 +263.373 +323.032 +256.293 +228.388 +150.375 +124.042 +124.042 +124.042 +124.042 +124.042 +147.984 +166.652 +322.129 +308.89 +337.306 +369.165 +390.583 +170.984 +211.048 +198.012 +198.684 +195.553 +89.5377 +149.921 +125.944 +125.944 +125.944 +182.757 +125.944 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +125.959 +125.959 +89.5377 +169.664 +89.5377 +138.711 +89.5377 +192.156 +89.5377 +190.369 +89.5377 +120.584 +125.944 +157.595 +125.944 +125.944 +167.127 +125.944 +181.246 +148.457 +180.021 +148.457 +148.457 +170.229 +172.147 +364.198 +608.775 +601.94 +594.052 +606.297 +572.257 +572.717 +571.434 +570.347 +597.736 +346.734 +308.058 +231.759 +294.573 +202.689 +166.652 +150.375 +169.362 +190.915 +189.893 +148.457 +201.968 +237.189 +251.659 +280.124 +525.689 +557.33 +560.429 +585.94 +565.155 +579.388 +592.571 +596.666 +630.165 +365.919 +312.333 +231.759 +348.077 +202.689 +166.652 +150.375 +158.434 +161.523 +190.059 +189.867 +189.579 +211.482 +212.921 +318.394 +580.837 +595.398 +605.31 +639.767 +630.904 +652.136 +680.715 +708.242 +729.043 +461.105 +295.146 +269.002 +326.2 +202.689 +223.913 +150.375 +148.457 +148.457 +212.448 +148.457 +148.457 +170.229 +172.147 +427.019 +683.538 +693.646 +609.603 +624.656 +600.385 +605.304 +608.339 +595.879 +626.943 +374.911 +312.365 +231.759 +349.405 +202.689 +222.521 +150.375 +148.457 +148.457 +179.655 +148.457 +148.457 +192.026 +172.147 +313.679 +570.082 +575.716 +593.19 +627.89 +604.207 +604.088 +629.144 +633.244 +666.864 +409.252 +318.77 +231.759 +347.083 +202.689 +223.252 +150.375 +124.042 +124.042 +124.042 +124.042 +124.042 +129.537 +166.652 +300.573 +304.093 +300.066 +304.329 +310.596 +208.198 +134.299 +242.068 +134.299 +234.128 +89.5377 +129.443 +125.944 +125.944 +125.944 +125.944 +125.944 +166.762 +155.109 +165.248 +164.999 +167.111 +168.177 +177.401 +166.646 +140.377 +130.325 +140.764 +130.318 +140.723 +130.384 +130.407 +130.484 +130.201 +134.169 +166.888 +172.616 +166.633 +177.074 +166.345 +176.589 +188.643 +199.487 +188.687 +199.253 +188.874 +278.221 +214.754 +277.291 +526.252 +563.365 +595.636 +634.018 +626.662 +658.783 +689.562 +706.184 +740.266 +432.717 +325.595 +231.759 +331.913 +202.689 +166.652 +150.375 +148.457 +148.457 +148.457 +148.457 +205.27 +170.229 +172.147 +339.88 +598.453 +623.769 +643.873 +681.923 +660.317 +693.046 +712.393 +699.83 +727.831 +422.044 +323.05 +231.759 +336.063 +202.689 +223.603 +150.375 +148.457 +207.153 +148.457 +148.457 +148.457 +170.229 +172.147 +318.608 +565.572 +576.035 +597.494 +632.213 +615.775 +637.267 +626.766 +616.3 +647.109 +386.599 +324.028 +231.759 +346.801 +202.689 +224.622 +150.375 +160.523 +148.457 +204.467 +165.192 +182.155 +211.603 +213.346 +311.981 +562.778 +563.453 +563.96 +587.532 +563.604 +583.517 +581.994 +574.404 +601.503 +349.744 +321.446 +231.759 +304.212 +202.689 +211.836 +150.375 +201.597 +148.457 +201.028 +148.457 +206.701 +225.044 +254.833 +277.357 +545.387 +561.195 +573.024 +601.086 +585.573 +606.618 +616.982 +630.47 +650.97 +379.452 +320.552 +231.759 +346.459 +202.689 +224.026 +150.375 +124.042 +124.042 +154.488 +124.042 +124.042 +129.537 +166.652 +307.3 +326.847 +332.499 +343.776 +363.214 +192.891 +147.003 +223.824 +202.981 +137.783 +99.9771 +129.443 +125.944 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +125.959 +125.959 +89.5377 +147.566 +89.5377 +89.5377 +122.928 +121.594 +89.5377 +150.641 +89.5377 +93.0216 +125.944 +125.944 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +193.242 +148.457 +200.725 +170.229 +224.588 +295.738 +581.604 +587.897 +596.675 +617.734 +593.243 +574.001 +573.515 +573.929 +605.651 +391.073 +307.41 +270.403 +304.639 +202.689 +177.167 +175.491 +190.031 +189.831 +189.285 +189.561 +189.663 +253.411 +217.542 +240.741 +526.199 +541.325 +525.599 +582.146 +554.91 +561.464 +564.515 +573.112 +597.214 +385.627 +309.068 +259.079 +284.904 +257.569 +166.652 +150.375 +161.929 +148.457 +190.61 +175.516 +189.424 +211.078 +213.106 +281.823 +566.053 +563.578 +567.581 +587.711 +568.123 +573.258 +574.186 +574.441 +606.665 +395.123 +317.617 +231.759 +332.098 +202.689 +166.652 +150.375 +178.189 +148.457 +200.787 +148.457 +201.119 +170.229 +224.64 +281.879 +569.765 +571.197 +579.353 +603.775 +580.053 +593.851 +596.764 +588.864 +611.876 +400.208 +308.502 +231.759 +335.883 +202.689 +178.714 +150.375 +204.307 +148.457 +148.457 +161.888 +148.457 +212.456 +213.819 +362.635 +641.244 +643.292 +655.048 +632.786 +598.104 +591.279 +597.143 +589.896 +617.406 +406.363 +310.027 +231.759 +296.454 +202.689 +166.652 +150.375 +161.521 +124.042 +177.509 +124.042 +175.499 +146.398 +218.439 +233.515 +233.507 +266.123 +269.088 +286.547 +231.552 +134.299 +244.918 +134.299 +247.313 +125.959 +171.322 +125.944 +179.174 +125.944 +177.348 +125.944 +187.178 +124.042 +186.396 +124.042 +186.518 +127.526 +188.315 +89.5377 +151.902 +89.5377 +152.575 +89.5377 +141.698 +89.5377 +141.818 +89.5377 +141.797 +129.443 +178.099 +125.944 +178.174 +157.539 +178.172 +165.779 +201.008 +188.182 +200.61 +188.172 +200.949 +210.119 +224.231 +283.854 +583.54 +593.37 +594.508 +622.124 +596.314 +588.483 +583.966 +595.467 +611.647 +396.631 +312.544 +231.759 +308.292 +202.689 +166.652 +163.873 +176.071 +190.05 +190.066 +189.482 +189.662 +211.282 +213.073 +290.099 +596.456 +602.922 +603.741 +625.928 +603.064 +605.505 +607.103 +608.229 +627.981 +410.363 +296.697 +231.759 +346.79 +202.689 +166.652 +150.375 +148.457 +148.457 +157.949 +178.352 +189.014 +263.013 +221.595 +240.678 +549.024 +565.504 +580.899 +613.647 +604.326 +629.585 +639.552 +638.602 +644.196 +413.884 +328.984 +231.759 +336.236 +202.689 +223.49 +150.375 +148.457 +148.457 +204.6 +148.457 +148.457 +170.229 +172.147 +344.197 +641.131 +654.87 +666.083 +711.352 +689.49 +680.952 +684.447 +685.35 +725.254 +509.731 +337.676 +231.759 +279.97 +202.689 +187.232 +163.314 +189.743 +190.043 +188.882 +189.113 +185.897 +210.635 +209.459 +272.921 +556.908 +526.167 +550.968 +582.18 +556.766 +564.083 +568.4 +565.986 +597.773 +386.17 +323.8 +255.89 +294.739 +247.923 +222.441 +150.375 +175.692 +124.042 +172.254 +148.819 +172.353 +221.563 +228.416 +235.723 +233.438 +253.515 +269.78 +279.425 +208.833 +134.299 +231.969 +134.299 +223.652 +125.959 +129.443 +125.944 +149.072 +125.944 +179.37 +125.944 +186.609 +124.042 +186.622 +124.042 +186.363 +127.526 +187.963 +89.5377 +151.569 +89.5377 +151.629 +89.5377 +152.36 +89.5377 +152.349 +89.5377 +152.414 +129.443 +188.656 +125.944 +188.86 +125.944 +188.917 +125.944 +210.832 +148.457 +210.698 +148.457 +210.696 +170.229 +235.074 +279.072 +572.176 +577.487 +581.75 +606.698 +582.952 +588.943 +580.957 +581.328 +602.707 +392.597 +304.455 +273.776 +272.164 +278.021 +219.427 +150.375 +201.168 +148.457 +200.612 +148.457 +200.178 +170.229 +230.023 +240.838 +548.928 +555.871 +560.745 +582.488 +551.73 +556.468 +559.049 +556.711 +553.251 +374.716 +322.019 +231.759 +309.825 +202.689 +166.652 +171.291 +191.082 +189.394 +189.338 +189.168 +189.707 +261.092 +227.264 +240.291 +525.686 +525.579 +525.576 +545.016 +520.716 +540.319 +561.822 +558.539 +582.68 +343.703 +324.063 +231.759 +310.361 +202.689 +166.652 +160.354 +191.282 +189.624 +168.503 +189.368 +189.456 +238.662 +260.149 +240.531 +525.605 +525.55 +525.452 +580.685 +553.438 +558.106 +558.596 +558.178 +583.898 +343.705 +300.043 +293.135 +311.757 +202.689 +166.652 +158.362 +148.457 +203.593 +164.067 +200.66 +188.121 +254.473 +221.882 +241.037 +525.984 +525.634 +525.37 +584.174 +559.657 +577.213 +582.656 +578.363 +593.12 +348.594 +333.616 +231.759 +333.614 +202.689 +166.652 +160.316 +166.969 +165.174 +166.706 +164.616 +175.416 +189.867 +235.611 +205.21 +233.357 +270.044 +293.392 +322.217 +182.016 +134.299 +264.999 +134.299 +226.724 +182.303 +129.443 +125.944 +125.944 +125.944 +125.944 +125.944 +124.042 +124.042 +124.042 +124.042 +124.042 +127.526 +125.959 +89.5377 +131.897 +89.5377 +145.688 +115.6 +99.796 +111.827 +148.763 +149.796 +89.5377 +129.443 +125.944 +125.944 +125.944 +125.944 +125.944 +125.944 +148.457 +148.457 +148.457 +148.457 +148.457 +170.229 +172.147 +386.77 +668.503 +621.526 +640.667 +675.889 +634.207 +623.246 +614.257 +614.941 +632.341 +417.508 +304.373 +231.759 +311.681 +202.689 +166.652 +150.375 +148.457 +174.83 +189.213 +189.28 +189.344 +211.904 +212.76 +245.459 +526.098 +525.886 +559.336 +545.211 +520.912 +525.705 +525.684 +555.326 +553.267 +343.931 +329.154 +234.513 +299.938 +248.06 +222.759 +150.375 +200.271 +148.457 +200.117 +174.935 +196.616 +262.344 +225.252 +240.899 +526.3 +526.155 +525.81 +545.422 +551.912 +556.721 +556.684 +556.687 +584.221 +343.726 +315.499 +231.759 +309.545 +202.689 +166.652 +160.297 +191.256 +189.681 +190.042 +189.618 +189.572 +217.371 +212.485 +275.772 +567.21 +572.849 +574.118 +582.212 +556.935 +559.84 +560.808 +560.653 +588.491 +378.677 +327.175 +231.759 +309.064 +202.689 +166.652 +173.834 +148.457 +202.051 +148.457 +201.141 +148.457 +223.355 +172.147 +362.04 +629.945 +642.506 +648.627 +659.196 +635.389 +596.137 +586.432 +579.324 +611.692 +397.196 +332.072 +231.759 +310.333 +202.689 +221.756 +150.375 +176.26 +124.042 +167.703 +146.639 +172.273 +169.497 +210.718 +265.874 +264.632 +263.452 +233.457 +242.965 +254.154 +134.299 +263.894 +134.299 +258.554 +125.959 +176.995 +125.944 +174.227 +150.716 +173.365 +165.844 +170.949 +163.684 +172.081 +163.741 +172.041 +167.202 +174.004 +165.487 +137.421 +128.597 +141.449 +129.033 +141.724 +129.353 +141.02 +129.156 +140.944 +169.046 +176.085 +165.411 +187.231 +165.231 +187.846 +165.215 +210.4 +187.692 +209.088 +187.659 +199.912 +268.263 +218.55 +277.915 +526.723 +526.449 +526.325 +545.773 +521.404 +525.97 +525.854 +525.718 +553.543 +344.154 +332.091 +244.638 +305.829 +248.075 +187.923 +193.148 +189.502 +196.223 +185.471 +199.533 +184.267 +270.129 +203.298 +277.987 +526.689 +526.61 +526.61 +546.104 +521.705 +526.544 +526.543 +526.598 +554.269 +344.894 +337.56 +231.759 +306.306 +202.689 +203.988 +150.375 +199.344 +148.457 +208.351 +148.457 +201.496 +238.609 +243.384 +278.07 +526.783 +526.712 +526.581 +546.042 +521.735 +526.481 +526.532 +526.582 +554.142 +344.86 +338.054 +231.759 +307.962 +202.689 +202.906 +150.375 +195.649 +148.457 +196.411 +148.457 +194.795 +262.023 +225.069 +278.778 +527.39 +527.073 +526.858 +546.345 +521.819 +526.563 +526.548 +526.591 +554.216 +344.928 +336.646 +231.759 +307.608 +202.689 +209.664 +161.494 +193.384 +188.156 +188.136 +187.832 +183.87 +271.584 +214.527 +278.637 +527.209 +526.908 +526.702 +546.203 +521.644 +526.181 +526.155 +526.148 +553.818 +344.669 +340.395 +231.759 +308.657 +202.689 +217.9 +150.375 +181.087 +124.042 +179.177 +124.042 +175.882 +221.914 +230.171 +271.673 +234.091 +234.203 +234.108 +243.795 +250.156 +134.299 +257.988 +134.299 +260.657 +125.959 +177.038 +125.944 +175.273 +125.944 +182.908 +125.944 +180.329 +124.042 +180.158 +124.042 +180.142 +127.526 +182.172 +125.959 +145.086 +89.5377 +145.452 +89.5377 +146.089 +89.5377 +146.352 +89.5377 +146.528 +129.443 +185.245 +125.944 +181.32 +125.944 +189.457 +125.944 +206.016 +148.457 +206.858 +148.457 +210.44 +235.714 +252.677 +280.102 +528.467 +528.142 +527.57 +546.749 +522.14 +526.796 +526.794 +526.414 +554.526 +345.437 +326.603 +272.537 +304.914 +257.716 +224.796 +150.375 +204.751 +148.457 +201.241 +148.457 +196.726 +262.042 +224.346 +278.75 +527.451 +527.128 +526.891 +546.403 +521.922 +526.55 +526.474 +526.379 +553.928 +344.505 +338.21 +231.759 +300.761 +233.809 +220.492 +150.375 +200.654 +163.227 +199.803 +188.386 +199.84 +286.705 +234.891 +277.372 +526.183 +556.294 +556.853 +576.229 +553.528 +556.486 +556.524 +556.415 +584.136 +376.576 +324.959 +231.759 +310.089 +231.018 +176.015 +160.326 +190.126 +190.416 +189.489 +189.207 +189.201 +211.064 +212.874 +321.017 +568.138 +569.109 +569.815 +585.904 +561.793 +570.731 +572.105 +569.225 +592.958 +382.614 +296.658 +257.128 +284.234 +257.602 +166.652 +150.375 +148.457 +179.094 +148.457 +201.801 +148.457 +222.217 +191.799 +277.247 +526.103 +525.876 +525.703 +545.168 +552.494 +557.163 +557.569 +557.747 +585.401 +375.165 +305.431 +275.632 +284.529 +257.48 +166.652 +167.125 +144.453 +165.581 +165.356 +164.873 +150.957 +215.206 +216.264 +272.425 +233.361 +232.984 +264.031 +279.828 +205.626 +134.299 +221.486 +134.299 +234.703 +125.959 +161.617 +125.944 +178.872 +125.944 +177.314 +148.542 +175.222 +163.826 +171.531 +163.617 +168.847 +166.977 +169.795 +165.349 +136.984 +129.217 +136.162 +129.153 +141.05 +89.5377 +150.189 +89.5377 +149.462 +129.443 +182.788 +125.944 +180.676 +125.944 +179.756 +125.944 +206.66 +148.457 +209.248 +148.457 +209.564 +238.462 +254.367 +277.569 +526.352 +526.243 +526.033 +545.34 +556.452 +556.55 +558.223 +558.412 +588.967 +376.441 +323.027 +231.759 +308.185 +227.839 +187.995 +175.302 +189.793 +189.867 +189.596 +188.853 +196.712 +259.416 +241.153 +277.435 +526.277 +525.993 +525.801 +545.436 +520.918 +525.579 +525.541 +525.648 +553.194 +343.981 +330.503 +231.759 +309.413 +242.401 +166.652 +168.996 +148.457 +202.349 +148.457 +205.84 +148.457 +290.806 +172.147 +277.526 +526.417 +526.25 +526.164 +545.714 +521.159 +526.007 +525.813 +565.211 +591.837 +379.159 +330.132 +244.673 +302.116 +248.104 +217.04 +150.375 +201.515 +148.457 +200.946 +148.457 +201.311 +240.699 +271.974 +277.302 +525.999 +525.723 +525.592 +545.261 +520.799 +525.555 +525.819 +525.825 +553.55 +344.168 +333.015 +231.759 +306.948 +202.689 +220.197 +150.375 +195.746 +148.457 +201.794 +148.457 +195.551 +238.309 +228.339 +278.169 +526.681 +526.547 +526.377 +545.935 +521.55 +526.213 +526.211 +526.245 +553.915 +344.618 +327.967 +268.175 +288.82 +258.936 +211.317 +150.375 +169.607 +124.042 +175.083 +124.042 +175.15 +197.105 +230.771 +247.188 +233.923 +233.754 +233.568 +242.977 +237.472 +134.299 +222.464 +139.093 +227.044 +125.959 +183.289 +125.944 +177.632 +125.944 +182.562 +125.944 +185.869 +124.042 +186.03 +124.042 +185.177 +127.526 +186.683 +125.959 +150.63 +89.5377 +151.433 +89.5377 +152.001 +89.5377 +152.501 +89.5377 +152.31 +129.443 +188.632 +125.944 +187.626 +125.944 +188.317 +125.944 +210.818 +148.457 +210.951 +148.457 +209.474 +237.693 +259.895 +277.982 +526.781 +526.628 +526.601 +546.126 +521.735 +526.544 +526.394 +526.621 +554.316 +345.115 +333.309 +271.209 +293.661 +259.029 +198.001 +150.375 +194.574 +148.457 +193.612 +176.721 +190.395 +257.724 +216.801 +280.063 +528.458 +528.117 +527.534 +546.949 +522.433 +527.158 +527.159 +527.11 +554.777 +345.44 +322.634 +231.759 +307.257 +202.689 +188.78 +150.375 +194.685 +148.457 +193.65 +148.457 +204.793 +236.631 +245.153 +279.265 +527.757 +527.442 +527.26 +546.651 +522.106 +526.767 +526.751 +526.932 +554.623 +345.207 +333.166 +231.759 +302.68 +202.689 +208.737 +150.375 +205.935 +148.457 +200.636 +148.457 +197.856 +262.095 +228.417 +279.221 +527.914 +527.717 +527.443 +546.9 +522.433 +527.167 +527.073 +527.015 +554.686 +345.458 +336.842 +231.759 +318.417 +202.689 +192.971 +150.375 +195.16 +148.457 +195.045 +148.457 +194.487 +261.936 +225.26 +278.568 +527.277 +526.898 +526.749 +546.147 +521.887 +526.554 +526.419 +526.409 +553.951 +344.739 +338.58 +231.759 +313.18 +202.689 +222.162 +150.375 +176.431 +124.042 +187.206 +124.042 +185.395 +199.337 +254.078 +248.734 +233.766 +233.799 +233.647 +243.152 +254.361 +134.299 +262.826 +134.299 +268.637 +125.959 +183.004 +125.944 +178.111 +141.497 +178.142 +165.686 +175.98 +163.679 +174.707 +163.652 +175.214 +167.014 +177.063 +165.212 +137.348 +128.928 +137.4 +129.235 +137.617 +129.258 +136.839 +129.279 +132.75 +173.041 +167.81 +176.505 +172.42 +176.767 +167.703 +176.168 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_q.csv new file mode 100644 index 0000000..b717f62 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_7_7_q.csv @@ -0,0 +1,8760 @@ +92.9027 +60.0763 +95.2922 +60.0763 +91.914 +61.7636 +90.8966 +80.7793 +72.8205 +43.3651 +73.4932 +43.3651 +78.7249 +43.3651 +73.7057 +43.3651 +73.2043 +62.6922 +94.721 +60.9976 +96.3543 +60.9976 +96.1572 +60.9976 +107.098 +71.9011 +106.815 +71.9011 +107 +114.405 +134.217 +134.653 +255.074 +254.918 +254.801 +264.161 +252.344 +254.641 +254.589 +254.583 +267.975 +166.625 +165.135 +112.246 +161.629 +117.698 +97.277 +72.8298 +97.8031 +71.9011 +100.647 +71.9011 +101.121 +127.957 +119.966 +134.646 +255.082 +255.108 +255.027 +264.391 +252.624 +254.929 +254.893 +254.871 +268.281 +166.985 +164.416 +112.246 +155.855 +98.1668 +99.172 +72.8298 +100.734 +71.9011 +101.952 +71.9011 +101.354 +127.785 +117.775 +135.201 +255.572 +255.256 +255.09 +264.524 +252.666 +254.995 +255.023 +255.02 +268.455 +167.07 +164.353 +112.246 +146.341 +98.1668 +102.957 +75.1195 +94.2225 +91.1592 +92.4447 +90.9641 +90.655 +135.981 +104.758 +134.743 +255.251 +255.109 +254.977 +264.428 +252.59 +254.891 +254.825 +254.815 +268.193 +166.841 +160.869 +125.015 +148.313 +120.068 +98.3563 +72.8298 +101.061 +71.9011 +101.854 +71.9011 +101.339 +116.175 +126.627 +135.056 +255.396 +255.069 +254.668 +264.143 +252.314 +254.599 +254.556 +254.56 +268.005 +166.671 +161.055 +122.466 +147.475 +120.124 +103.12 +72.8298 +85.2674 +68.2478 +84.5367 +79.4206 +79.7678 +104.74 +99.3804 +130.088 +113.339 +113.295 +113.264 +117.88 +114.547 +65.044 +119.552 +65.044 +127.823 +61.0049 +75.4677 +60.9976 +83.4751 +60.9976 +84.8717 +60.9976 +87.6009 +60.0763 +87.3204 +60.0763 +87.0511 +61.7636 +88.2042 +61.0049 +70.5227 +43.3651 +70.7408 +43.3651 +70.8982 +43.3651 +71.2287 +43.3651 +70.6017 +62.6922 +88.244 +60.9976 +88.6131 +60.9976 +88.0681 +60.9976 +98.9212 +71.9011 +98.7851 +71.9011 +99.517 +114.351 +120.179 +135.158 +255.486 +255.331 +255.217 +264.617 +252.789 +255.095 +255.057 +255.059 +268.469 +167.157 +169.618 +112.246 +160.677 +98.1668 +98.1336 +84.8858 +90.9768 +90.9768 +92.7922 +90.9532 +90.0766 +134.408 +96.7317 +135.087 +255.435 +255.158 +254.933 +264.192 +252.36 +254.694 +254.639 +254.645 +267.993 +166.697 +159.613 +112.246 +152.015 +98.1668 +99.7321 +72.8298 +97.6582 +71.9011 +97.0996 +71.9011 +100.553 +82.4458 +113.656 +150.898 +277.031 +281.792 +289.118 +299.108 +286.822 +291.13 +293.995 +298.938 +310.043 +207.987 +159.661 +112.246 +148.2 +110.631 +100.914 +72.8298 +89.6611 +71.9011 +93.747 +71.9011 +96.0431 +114.369 +117.711 +135.43 +255.922 +255.756 +255.494 +264.833 +252.956 +255.153 +255.109 +255.123 +268.527 +167.207 +153.401 +112.246 +139.114 +98.1668 +96.8027 +78.2209 +92.165 +91.1154 +91.9918 +90.9489 +93.2502 +124.557 +101.473 +134.829 +255.299 +255.139 +254.931 +264.373 +252.446 +254.557 +269.622 +269.807 +283.186 +166.676 +160.119 +128.343 +147.091 +120.151 +105.68 +72.8298 +85.2789 +60.0763 +85.1681 +79.4818 +85.1456 +82.0125 +105.675 +130.226 +127.601 +127.939 +130.314 +135.277 +113.608 +65.044 +118.553 +65.044 +120.823 +61.0049 +62.6922 +72.2441 +60.9976 +86.6995 +60.9976 +88.3089 +60.0763 +90.412 +60.0763 +90.4412 +60.0763 +91.5662 +61.0049 +90.9868 +43.3651 +73.394 +43.3651 +73.7972 +43.3651 +68.6849 +43.3651 +68.7349 +43.3651 +87.9932 +80.4116 +85.3682 +80.3176 +82.4631 +80.1059 +84.5147 +90.9871 +96.5738 +90.9294 +96.7364 +90.8727 +128.263 +106.72 +134.571 +255 +254.914 +254.77 +264.153 +269.707 +274.372 +278.031 +278.57 +289.919 +184.972 +149.577 +125.421 +138.314 +124.654 +80.713 +72.8298 +71.9011 +83.2996 +71.9011 +94.3881 +71.9011 +108.007 +83.3745 +156.539 +280.931 +285.506 +280.45 +288.031 +276.341 +276.675 +280.906 +285.104 +298.736 +196.609 +149.826 +112.246 +147.366 +98.1668 +80.713 +86.9 +71.9011 +97.6081 +71.9011 +97.3269 +71.9011 +110.19 +83.3745 +134.316 +254.911 +254.824 +269.392 +264.169 +252.347 +254.665 +254.576 +254.57 +267.995 +166.525 +158.759 +112.246 +151.109 +98.1668 +103.222 +72.8298 +97.3951 +71.9011 +96.9908 +85.631 +96.7919 +127.055 +109.355 +134.35 +254.912 +254.787 +254.776 +264.239 +252.368 +254.703 +254.688 +254.685 +268.063 +166.71 +163.135 +112.246 +151.276 +98.1668 +107.622 +72.8298 +97.15 +71.9011 +99.9979 +71.9011 +100.727 +116.122 +118.79 +134.525 +254.966 +254.941 +254.905 +264.32 +252.52 +254.843 +254.751 +254.889 +268.075 +166.598 +158.803 +122.468 +141.359 +119.972 +106.909 +72.8298 +85.5609 +60.0763 +89.0195 +60.0763 +86.6066 +95.8469 +112.605 +119.746 +113.337 +113.226 +113.137 +117.703 +113.295 +71.8419 +111.657 +86.8217 +118.149 +61.0049 +88.2007 +60.9976 +87.2146 +60.9976 +90.8241 +60.9976 +88.6265 +60.0763 +89.2236 +60.0763 +89.4278 +61.7636 +90.1791 +61.0049 +72.4796 +43.3651 +73.009 +43.3651 +71.9593 +59.1144 +71.6215 +63.0112 +73.7759 +82.5055 +89.5418 +80.7433 +89.3153 +80.7934 +88.5778 +80.7042 +99.005 +91.5892 +99.8368 +91.6375 +98.4065 +126.319 +112.141 +134.881 +255.328 +255.25 +255.153 +264.631 +252.755 +255.179 +255.196 +255.178 +268.584 +167.238 +169.491 +112.246 +158.676 +98.1668 +93.4022 +72.8298 +94.297 +71.9011 +93.8634 +83.4136 +92.0191 +124.721 +105.383 +135.523 +255.866 +255.519 +255.328 +264.704 +252.832 +255.114 +255.024 +255.063 +268.373 +167.104 +161.738 +128.689 +140.647 +119.923 +107.169 +72.8298 +100.646 +71.9011 +101.563 +71.9011 +100.578 +115.979 +117.456 +134.938 +255.353 +255.197 +255.007 +264.334 +252.508 +254.646 +254.685 +254.662 +268.188 +166.712 +161.517 +127.911 +143.992 +120.037 +107.613 +74.6682 +94.7186 +91.211 +91.9079 +90.9479 +87.6 +134.603 +98.8481 +134.861 +255.293 +255.154 +255.051 +264.508 +252.682 +255.002 +254.993 +254.925 +268.315 +166.938 +165.395 +112.246 +145.604 +98.1668 +106.724 +72.8298 +96.9087 +91.3179 +96.6665 +91.09 +96.7567 +125.913 +109.696 +134.547 +255.082 +254.857 +254.709 +264.142 +252.388 +254.735 +254.679 +254.716 +268.184 +166.711 +162.688 +112.246 +153.876 +98.1668 +103.283 +72.8298 +87.3769 +60.0763 +87.9736 +60.0763 +86.6472 +97.9058 +107.741 +131.484 +113.721 +113.558 +113.389 +117.948 +116.928 +65.044 +117.303 +65.044 +122.148 +61.0049 +81.6103 +73.8596 +79.3355 +80.0736 +77.3417 +79.9077 +74.4114 +80.7598 +73.1842 +84.2158 +74.893 +85.7258 +77.8005 +85.0877 +59.4451 +67.6534 +57.0954 +67.6013 +58.8194 +67.9065 +57.2305 +67.7006 +60.3462 +87.0249 +73.4865 +85.2463 +72.1395 +85.1922 +63.8488 +85.0121 +83.729 +96.0003 +86.8494 +96.0846 +84.2626 +132.694 +102.143 +135.04 +255.536 +255.41 +255.325 +264.677 +252.829 +255.135 +255.182 +255.079 +268.513 +167.096 +162.545 +112.246 +152.98 +98.1668 +107.577 +83.359 +93.5368 +90.9633 +96.3247 +90.9211 +94.8154 +136.134 +101.556 +135.074 +255.7 +255.525 +255.386 +264.746 +253.035 +255.29 +255.298 +255.361 +268.733 +167.394 +162.559 +127.831 +142.399 +125.424 +103.359 +79.1444 +95.5691 +91.1545 +96.9368 +91.1152 +97.1607 +101.749 +108.703 +150.141 +274.776 +273.62 +272.226 +279.663 +267.823 +270.202 +269.464 +254.485 +267.864 +166.58 +159.356 +112.246 +150.218 +114.633 +83.1702 +85.005 +91.9849 +92.2133 +91.7654 +91.7963 +96.9162 +125.775 +115.88 +134.439 +254.992 +254.876 +254.806 +264.178 +252.408 +254.723 +254.689 +254.741 +268.053 +166.752 +161.366 +112.246 +157.483 +98.1668 +92.8849 +72.8298 +97.5892 +82.5759 +96.22 +91.0553 +96.4771 +125.407 +105.275 +134.765 +255.286 +255.145 +255.015 +264.408 +252.426 +254.693 +254.652 +254.685 +268.025 +166.642 +158.525 +112.246 +154.555 +98.1668 +106.815 +72.8298 +87.4118 +60.0763 +87.8646 +60.0763 +86.2182 +95.9547 +109.113 +119.691 +113.549 +113.48 +113.319 +117.852 +120.916 +65.044 +124.606 +65.044 +121.061 +61.0049 +79.3798 +60.9976 +88.9738 +60.9976 +86.9969 +60.9976 +87.08 +60.0763 +86.1919 +60.0763 +90.0981 +61.7636 +92.3087 +61.0049 +76.8994 +43.3651 +72.7725 +43.3651 +73.2701 +43.3651 +73.8316 +63.1844 +65.193 +82.3795 +82.5405 +80.6185 +80.9305 +80.5785 +80.5749 +80.4683 +91.8563 +91.3186 +91.8926 +91.3144 +90.6408 +122.278 +103.436 +135.925 +256.304 +256.236 +256.158 +265.484 +253.587 +255.89 +255.813 +255.803 +269.244 +167.901 +166.695 +112.246 +156.736 +98.1668 +100.073 +72.8298 +94.2123 +71.9011 +97.1991 +71.9011 +99.1196 +113.774 +115.185 +118.313 +256.277 +256.074 +255.998 +265.231 +253.146 +255.236 +255.128 +255.106 +268.491 +167.092 +167.442 +112.246 +157.492 +98.1668 +83.547 +92.8695 +74.8089 +91.33 +74.7985 +91.0412 +87.3243 +121.633 +111.603 +117.645 +255.532 +255.285 +255.164 +264.57 +252.693 +255.039 +255.02 +254.972 +268.333 +149.318 +161.988 +127.901 +145.424 +120.075 +107.967 +82.4726 +96.3964 +91.0991 +93.4994 +90.7256 +91.7017 +136.108 +107.585 +117.094 +255.198 +255.055 +254.978 +264.424 +252.606 +254.831 +254.908 +254.855 +268.196 +149.26 +163.036 +127.703 +137.741 +125.425 +99.2325 +83.3922 +87.1581 +91.0742 +85.8162 +90.7455 +87.8303 +135.167 +99.2309 +117.336 +255.293 +255.112 +254.962 +264.303 +252.252 +254.741 +254.757 +254.69 +268.22 +149.213 +160.435 +112.246 +154.495 +98.1668 +98.9209 +72.8298 +88.5288 +60.0763 +89.5028 +60.0763 +89.0744 +96.4937 +109.649 +102.132 +113.664 +113.546 +113.259 +117.795 +112.851 +65.044 +114.147 +65.044 +118.54 +43.3651 +89.6842 +60.9976 +85.4579 +80.4095 +84.0244 +80.2613 +83.4026 +79.3116 +81.0673 +79.2506 +83.4445 +80.9095 +84.2127 +62.441 +68.2811 +62.6231 +62.109 +64.4666 +53.3953 +67.9819 +46.2348 +67.9196 +46.2762 +69.3897 +63.9714 +85.1354 +63.9998 +84.9706 +63.9751 +85.0511 +74.9004 +95.6997 +74.9424 +95.9346 +75.0195 +125.95 +86.5037 +117.992 +255.944 +255.719 +255.492 +264.941 +253.091 +255.343 +255.286 +255.232 +268.607 +149.603 +165.597 +112.246 +157.603 +98.1668 +91.4926 +72.8298 +94.4859 +71.9011 +94.0018 +71.9011 +97.2943 +114.435 +118.932 +117.627 +255.613 +255.359 +255.14 +264.523 +252.566 +254.694 +254.57 +254.468 +267.948 +148.942 +151.211 +134.517 +132.111 +132.236 +104.643 +72.8298 +97.5252 +71.9011 +97.4514 +71.9011 +96.9471 +82.4458 +107.778 +134.196 +276.761 +278.636 +277.215 +264.321 +252.514 +254.846 +254.852 +254.861 +268.239 +149.173 +161.355 +112.246 +147.219 +98.1668 +107.42 +72.8298 +96.5827 +79.0351 +95.4067 +91.2386 +93.1853 +125.229 +102.817 +117.06 +255.167 +255.071 +254.981 +264.391 +252.529 +254.836 +254.927 +254.945 +268.353 +149.285 +163.919 +112.246 +150.816 +98.1668 +105.204 +72.8298 +97.3214 +74.1891 +96.7915 +91.1424 +96.9085 +126.959 +112.665 +116.688 +254.874 +254.735 +271.914 +282.53 +269.648 +269.557 +270.601 +254.578 +267.988 +149.028 +159.818 +118.491 +147.017 +120.12 +80.713 +83.9586 +60.0763 +86.1948 +60.0763 +89.4911 +60.0763 +123.49 +80.713 +134.143 +113.169 +113.125 +113.084 +117.55 +111.679 +65.044 +117.342 +65.044 +116.025 +43.3651 +87.2007 +60.9976 +86.6023 +60.9976 +88.2945 +60.9976 +90.1961 +60.0763 +89.9824 +60.0763 +89.5749 +61.7636 +90.5213 +43.3651 +73.1867 +43.3651 +73.5744 +43.3651 +73.6731 +43.3651 +73.7208 +43.3651 +73.4828 +45.0524 +91.1205 +60.9976 +91.0056 +60.9976 +90.9652 +60.9976 +102.065 +71.9011 +101.069 +71.9011 +98.7047 +114.899 +127.724 +116.929 +254.992 +254.908 +254.855 +264.303 +267.761 +272.754 +254.635 +254.734 +268.199 +149.173 +158.912 +129.622 +135.042 +125.461 +96.29 +86.9997 +74.7234 +91.2139 +74.8703 +90.8548 +88.0085 +120.213 +110.766 +117.994 +255.977 +255.762 +255.514 +264.85 +253.024 +255.316 +255.371 +255.451 +268.778 +149.802 +156.977 +112.246 +146.094 +98.1668 +94.4049 +72.8298 +94.359 +71.9011 +93.9723 +71.9011 +93.8357 +126.713 +107.888 +117.151 +255.108 +254.932 +269.797 +284.492 +278.209 +288.458 +293.842 +294.786 +313.253 +197.916 +150.267 +112.246 +136.606 +122.439 +103.417 +72.8298 +97.7439 +71.9011 +97.035 +71.9011 +95.4176 +87.8285 +108.26 +116.728 +254.918 +254.852 +254.801 +264.203 +252.298 +254.637 +254.667 +254.797 +268.05 +149.168 +163.373 +112.246 +146.627 +98.1668 +106.631 +72.8298 +95.024 +71.9011 +97.3197 +71.9011 +97.4065 +115.467 +117.04 +117.107 +255.191 +255.078 +255.038 +264.485 +252.618 +255.001 +254.95 +254.921 +268.334 +149.294 +163.388 +112.246 +142.248 +98.1668 +105.897 +72.8298 +83.1699 +60.0763 +84.5952 +60.0763 +82.2511 +95.3044 +105.602 +102.147 +113.691 +113.509 +113.444 +117.935 +119.856 +65.044 +117.833 +65.044 +119.12 +43.3651 +78.8558 +60.9976 +85.4009 +60.9976 +83.7259 +60.9976 +82.6217 +71.7688 +82.3462 +79.7122 +83.0257 +81.3275 +84.9669 +62.8867 +68.7732 +63.0113 +67.8413 +62.9179 +71.6299 +63.1024 +71.5887 +63.0197 +72.7146 +64.8428 +88.8136 +80.6949 +88.7518 +80.6259 +90.2036 +80.7122 +101.371 +91.6351 +101.607 +91.6884 +101.505 +126.938 +119.178 +117 +255.107 +255.055 +255.028 +264.474 +252.674 +254.939 +254.88 +254.834 +268.214 +149.051 +160.26 +112.246 +150.425 +102.386 +80.713 +72.8298 +71.9011 +102.561 +71.9011 +102.395 +71.9011 +151.205 +83.3745 +117.176 +255.188 +254.811 +254.684 +264.16 +252.294 +254.604 +254.584 +270.671 +275.316 +148.887 +155.302 +128.215 +137.642 +132.464 +88.9828 +86.3412 +92.1278 +91.818 +94.0086 +89.8927 +95.7535 +121.426 +110.501 +117.101 +255.15 +255.017 +254.958 +264.415 +252.542 +254.852 +254.84 +254.815 +268.136 +149.108 +155.472 +126.428 +139.289 +119.964 +106.633 +72.8298 +92.98 +85.3575 +92.6723 +91.1378 +89.2751 +124.784 +102.396 +116.799 +254.898 +254.833 +269.671 +280.502 +269.106 +271.718 +271.442 +271.747 +283.293 +151.832 +150.171 +132.147 +137.935 +124.641 +91.0014 +72.8298 +95.0094 +71.9011 +97.2443 +71.9011 +101.85 +103.535 +123.296 +116.853 +254.969 +254.825 +254.752 +264.266 +252.541 +254.823 +254.918 +254.905 +268.314 +149.311 +163.187 +112.246 +146.076 +98.1668 +106.606 +72.8298 +89.8551 +60.0763 +89.6761 +60.0763 +88.5713 +96.144 +116.297 +102.373 +113.451 +113.388 +113.357 +117.867 +114.92 +65.044 +107.668 +65.044 +120.773 +43.3651 +87.3344 +71.7081 +83.8066 +80.2589 +83.5246 +80.1289 +77.6509 +78.9139 +78.19 +78.8283 +82.5662 +80.6013 +84.0265 +62.1662 +66.4149 +62.4583 +68.1126 +62.5569 +68.4213 +62.6952 +68.2654 +54.0111 +65.4857 +64.3539 +82.5957 +80.1175 +79.2516 +79.8949 +81.8148 +79.7855 +98.0863 +90.6689 +99.9502 +90.7251 +98.1969 +122.174 +116.157 +117.34 +255.391 +255.218 +255.124 +264.583 +252.756 +254.987 +255.029 +255.061 +268.401 +149.4 +162.904 +122.165 +148.296 +120.111 +100.198 +72.8298 +100.855 +71.9011 +101.472 +71.9011 +100.911 +116.06 +117.808 +117.312 +255.349 +255.142 +254.99 +264.228 +252.375 +254.676 +254.572 +254.604 +267.97 +149.005 +157.296 +126.866 +145.679 +120.067 +105.922 +72.8298 +99.3717 +71.9011 +101.808 +71.9011 +101.417 +103.402 +130.815 +116.988 +254.881 +254.621 +271.138 +284.98 +277.155 +286.397 +290.041 +290.242 +301.996 +170.806 +156.979 +112.246 +138.44 +98.1668 +80.713 +76.7491 +71.9011 +92.3456 +85.0937 +91.8733 +91.9288 +102.239 +103.073 +117.482 +254.687 +269.489 +272.303 +286.835 +277.123 +281.724 +280.284 +283.072 +301.402 +176.857 +131.871 +112.246 +159.598 +98.1668 +80.713 +72.8298 +71.9011 +77.8198 +84.3011 +91.3475 +91.5484 +102.1 +103.223 +116.642 +265.969 +270.18 +272.939 +282.718 +272.846 +279.228 +282.23 +282.745 +297.111 +178.143 +149.207 +112.246 +168.183 +98.1668 +99.2094 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +79.2155 +68.9098 +100.269 +114.08 +131.947 +133.746 +137.577 +142.415 +101.281 +65.044 +106.974 +65.044 +114.965 +43.3651 +62.6922 +60.9976 +71.1418 +67.4723 +81.0629 +80.9839 +81.6481 +81.0942 +80.1672 +80.0311 +76.0966 +80.5396 +79.6926 +62.7292 +64.1152 +64.4243 +50.5739 +43.3651 +61.0684 +43.3651 +43.3651 +43.3651 +45.0524 +70.8638 +60.9976 +60.9976 +60.9976 +70.7264 +60.9976 +71.9011 +71.9011 +71.9011 +94.1713 +71.9011 +108.329 +83.3745 +156.677 +279.659 +278.185 +282.348 +294.358 +283.114 +289.248 +293.998 +294.869 +312.193 +188.987 +129.931 +112.246 +168.989 +98.1668 +90.5881 +72.8298 +87.0594 +71.9011 +71.9011 +103.658 +71.9011 +82.4458 +83.3745 +180.866 +309.265 +330.912 +345.551 +358.103 +347.617 +362.508 +366.901 +357.22 +366.617 +239.799 +175.692 +112.246 +175.075 +98.1668 +126.013 +72.8298 +100.546 +71.9011 +81.9659 +71.9011 +113.485 +82.4458 +83.3745 +196.809 +319.215 +332.227 +344.618 +355.149 +344.134 +355.385 +368.392 +364.154 +372.369 +240.301 +180.739 +112.246 +191.22 +98.1668 +143.76 +72.8298 +109.856 +71.9011 +100.954 +101.092 +100.304 +82.4458 +83.3745 +176.134 +295.301 +303.808 +311.954 +319.902 +311.437 +327.791 +345.864 +345.943 +358.313 +190.236 +136.958 +118.108 +140.831 +98.1668 +109.197 +97.2329 +100.154 +71.9011 +76.9338 +71.9011 +99.6056 +82.4458 +83.3745 +153.006 +290.443 +291.27 +293.801 +308.645 +302.778 +304.867 +305.264 +284.173 +294.757 +174.565 +138.012 +112.246 +151.26 +105.617 +80.713 +72.8298 +73.5669 +80.6917 +80.1632 +79.6457 +79.7276 +84.1879 +98.6546 +106.886 +113.124 +113.092 +113.092 +117.64 +114.042 +66.3565 +113.882 +65.044 +110.973 +43.3651 +70.4894 +60.9976 +84.6149 +60.9976 +85.9424 +71.927 +85.0497 +79.3823 +85.0134 +79.2837 +85.2722 +80.9715 +85.7136 +62.5018 +68.3982 +62.5731 +68.3442 +62.5862 +68.4253 +62.4752 +68.7004 +62.6051 +68.7104 +60.0254 +67.8028 +80.32 +84.0751 +80.1982 +81.6425 +80.075 +93.4838 +90.8415 +91.7393 +90.9117 +97.1549 +112.136 +118.475 +116.969 +255.09 +254.992 +254.906 +264.308 +252.466 +254.794 +254.71 +254.715 +267.981 +148.926 +133.113 +128.134 +137.125 +124.647 +103.252 +72.8298 +97.3542 +71.9011 +98.7132 +71.9011 +101.713 +116.407 +122.005 +116.813 +254.79 +254.589 +269.752 +280.74 +270.424 +273.787 +276.956 +278.821 +291.9 +167.394 +140.351 +112.246 +145.556 +98.1668 +80.713 +72.8298 +71.9011 +83.2613 +71.9011 +92.35 +81.7501 +102.278 +103.237 +143.546 +285.562 +296.494 +301.937 +319.585 +318.363 +330.782 +330.146 +322.453 +331.786 +193.993 +121.126 +140.467 +139.265 +140.334 +80.713 +72.8298 +76.7897 +71.9011 +86.7437 +71.9011 +92.665 +82.4458 +108.673 +131.113 +254.921 +254.911 +254.874 +264.247 +252.457 +254.771 +254.681 +254.72 +268.079 +149.136 +141.85 +122.442 +141.313 +119.985 +107.349 +72.8298 +97.1187 +78.2431 +95.2996 +91.2091 +95.2912 +126.49 +116.781 +116.802 +254.917 +254.764 +254.723 +264.073 +252.223 +254.571 +254.59 +254.555 +267.949 +148.961 +137.6 +127.768 +138.147 +133.359 +80.713 +89.5456 +60.0763 +85.6526 +69.5795 +84.9036 +79.2591 +99.6902 +104.749 +108.425 +113.211 +113.115 +113.06 +117.66 +111.452 +65.044 +108.214 +65.044 +108.228 +43.3651 +70.9085 +60.9976 +83.9285 +60.9976 +87.2017 +60.9976 +89.5745 +60.0763 +89.6885 +60.0763 +89.5146 +61.7636 +89.7321 +43.3651 +72.6014 +43.3651 +69.9179 +43.3651 +72.7392 +43.3651 +73.1065 +43.3651 +68.1592 +45.0524 +70.4053 +60.9976 +90.7542 +60.9976 +90.5722 +60.9976 +101.093 +71.9011 +101.31 +71.9011 +101.251 +115.447 +119.332 +117.038 +255.104 +255.015 +254.99 +264.229 +252.369 +254.685 +254.759 +254.777 +268.1 +149.063 +134.198 +138.888 +137.119 +124.511 +93.6081 +90.3409 +91.6701 +91.5765 +94.5737 +91.3546 +96.4479 +124.496 +116.256 +116.803 +254.886 +254.709 +270.771 +284.85 +273.172 +279.61 +284.131 +287.816 +298.379 +174.851 +138.248 +94.6061 +167.781 +98.1668 +80.713 +72.8298 +71.9011 +71.9011 +87.598 +71.9011 +97.6061 +114.617 +113.793 +116.659 +254.768 +270.651 +275.432 +294.97 +289.399 +298.595 +296.995 +300.002 +304.386 +176.965 +146.121 +94.6061 +152.583 +98.1668 +80.713 +72.8298 +71.9011 +71.9011 +71.9011 +94.1618 +71.9011 +108.174 +83.3745 +132.368 +272.383 +274.564 +278.82 +288.631 +279.048 +281.555 +283.897 +286.627 +305.097 +182.266 +119.617 +116.275 +153.922 +127.148 +107.654 +72.8298 +71.9011 +71.9011 +86.9591 +71.9011 +71.9011 +82.4458 +83.3745 +138.68 +279.391 +281.53 +283.507 +294.062 +284.028 +289.696 +295.288 +297.277 +311.786 +185.767 +134.553 +94.6061 +167.393 +98.1668 +109.138 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +120.878 +80.713 +128.189 +127.812 +132.179 +141.65 +152.376 +81.3725 +101.637 +94.2002 +92.1141 +66.7313 +43.3651 +45.0524 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +69.8519 +60.0763 +77.1757 +61.7636 +86.7829 +43.3651 +68.7189 +43.3651 +68.7647 +43.3651 +68.9311 +43.3651 +76.4904 +43.3651 +43.3651 +54.6452 +58.4318 +63.5839 +80.7174 +80.6718 +80.6721 +80.5099 +91.5452 +91.6178 +92.583 +91.5668 +96.3594 +115.355 +119.394 +116.713 +254.712 +271.268 +280.087 +296.74 +288.189 +308.375 +314.14 +318.766 +327.834 +190.013 +149.401 +94.6061 +152.18 +98.1668 +80.713 +72.8298 +71.9011 +99.5399 +82.0716 +71.9011 +71.9011 +82.4458 +93.0501 +140.613 +276.587 +275.26 +275.621 +287.081 +271.74 +275.292 +275.803 +274.142 +285.902 +156.629 +140.064 +103.146 +141.493 +120.055 +107.225 +72.8298 +97.1119 +71.9011 +96.8606 +82.8508 +96.8317 +127.484 +111.943 +116.638 +266.951 +274.9 +282.911 +299.245 +284.202 +280.931 +285.79 +286.31 +297.504 +174.998 +150.109 +94.6061 +152.128 +98.1668 +80.713 +77.6766 +78.2459 +92.0499 +92.0464 +91.7053 +91.8676 +124.65 +107.975 +116.551 +273.51 +277.835 +289.449 +311.516 +317.008 +344.558 +347.816 +350.581 +363.849 +222.225 +148.931 +94.6061 +169.425 +98.1668 +108.463 +72.8298 +71.9011 +99.8503 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +158.332 +305.84 +317.385 +320.519 +345.917 +341.267 +345.422 +346.111 +346.378 +359.275 +221.461 +153.29 +94.6061 +158.767 +98.1668 +112.664 +72.8298 +88.5175 +60.0763 +65.96 +60.0763 +88.0584 +62.7378 +80.713 +126.138 +171.199 +178.807 +184.358 +196.276 +90.4959 +86.2563 +112.499 +77.3888 +103.948 +43.3651 +67.9785 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +61.0049 +43.3651 +43.3651 +71.1986 +56.0993 +56.1933 +54.2356 +71.1134 +86.2308 +58.4751 +90.6589 +56.8409 +43.3578 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +84.0752 +71.9011 +97.0165 +82.4458 +108.623 +135.025 +271.469 +273.217 +278.95 +294.922 +283.407 +287.476 +278.761 +273.198 +285.137 +164.437 +132.483 +101.171 +136.869 +129.072 +96.7026 +72.8298 +97.7692 +71.9011 +97.2147 +71.9011 +97.0943 +82.4458 +108.404 +116.636 +270.65 +274.205 +274.469 +288.016 +278.721 +285.239 +288.216 +293.61 +308.982 +183.345 +134.082 +123.418 +153.615 +126.637 +97.1608 +72.8298 +71.9011 +99.73 +71.9011 +71.9011 +71.9011 +82.4458 +105.829 +146.324 +287.923 +292.916 +297.331 +311.455 +295.735 +300.717 +302.728 +295.008 +308.928 +186.602 +138.054 +94.6061 +134.562 +115.437 +80.713 +72.8298 +85.683 +71.9011 +96.8159 +71.9011 +97.1909 +82.4458 +108.719 +117.633 +271.335 +270.4 +272.212 +285.093 +277.61 +284.503 +281.904 +281.207 +294.324 +175.215 +140.25 +94.6061 +167.985 +98.1668 +108.484 +72.8298 +71.9011 +71.9011 +86.8976 +71.9011 +97.7855 +82.4458 +108.823 +116.627 +260.976 +265.878 +269.537 +280.295 +269.818 +273.305 +277.438 +281.836 +301.935 +190.01 +126.126 +102.742 +153.966 +98.1668 +80.713 +85.1722 +60.0763 +85.0469 +60.0763 +85.4622 +60.0763 +87.7349 +80.713 +117.64 +131.697 +129.678 +129.724 +134.879 +112.089 +65.044 +115.528 +65.044 +117.202 +43.3651 +72.1669 +43.3578 +85.7772 +60.9976 +84.6357 +75.4354 +83.6338 +79.4767 +79.9768 +79.1838 +75.9817 +80.6502 +80.0848 +62.3518 +61.168 +62.3076 +63.1318 +62.4649 +65.3874 +62.5199 +66.4985 +62.7247 +66.706 +64.4012 +66.7146 +62.7132 +84.4037 +80.2334 +84.2545 +80.1241 +95.0594 +91.0041 +96.6635 +90.9412 +96.7236 +125.064 +117.643 +116.777 +254.859 +254.714 +254.576 +279.131 +268.414 +275.168 +281.695 +282.304 +292.511 +172.282 +134.333 +94.6061 +138.285 +98.1668 +80.713 +83.9953 +71.9011 +98.015 +71.9011 +97.3996 +71.9011 +107.801 +83.3745 +132.527 +277.187 +276.24 +282.132 +292.231 +284.654 +289.847 +296.111 +318.063 +341.728 +207.089 +131.606 +116.149 +154.008 +126.586 +92.3884 +72.8298 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +97.6567 +83.3745 +133.194 +280.842 +287.219 +296.883 +320.79 +317.042 +336.161 +346.38 +346.52 +359.599 +223.901 +152.319 +94.6061 +156.83 +98.1668 +117.922 +72.8298 +100.272 +71.9011 +81.7527 +71.9011 +71.9011 +82.4458 +83.3745 +154.682 +305.075 +313.262 +314.083 +336.946 +324.76 +324.379 +335.532 +344.361 +360.427 +215.678 +152.478 +94.6061 +156.353 +98.1668 +115.389 +72.8298 +99.7236 +71.9011 +84.5894 +71.9011 +99.4683 +82.4458 +65.7347 +131.775 +281.57 +293.534 +309.782 +337.165 +325.388 +345.689 +345.09 +346.68 +352.813 +209.602 +147.548 +94.6061 +155.762 +119.219 +108.685 +72.8298 +87.884 +60.0763 +60.0763 +60.0763 +60.0763 +62.7378 +63.0732 +148.699 +138.262 +146.467 +152.52 +162.096 +98.2947 +65.044 +137.723 +95.873 +126.122 +43.3651 +72.3984 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +82.3116 +60.0763 +87.4972 +43.3651 +68.7642 +43.3651 +70.3351 +43.3651 +74.5395 +43.3651 +79.4125 +71.6493 +77.581 +43.3651 +45.0524 +70.787 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +92.5976 +71.9011 +92.2609 +71.9011 +97.2713 +115.228 +108.706 +131.717 +275.851 +279.855 +286.188 +310.482 +301.661 +319.916 +336.513 +333.136 +349.438 +198.592 +148.521 +114.437 +140.776 +141.001 +80.713 +80.1405 +71.9011 +99.6548 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +140.947 +278.591 +283.354 +288.448 +291.21 +282.024 +292.226 +304.905 +289.936 +309.812 +189.547 +148.581 +94.6061 +166.652 +98.1668 +80.713 +72.8298 +99.6832 +71.9011 +87.2933 +71.9011 +99.4655 +92.1719 +86.1283 +135.47 +284.329 +293.435 +304.569 +323.203 +321.415 +344.996 +346.874 +347.857 +357.237 +203.268 +141.876 +94.6061 +141.008 +98.1668 +112.232 +72.8298 +99.948 +71.9011 +76.7814 +71.9011 +99.2905 +82.4458 +65.7347 +143.716 +292.255 +302.238 +307.928 +316.117 +306.623 +312.533 +314.439 +312.44 +326.653 +196.431 +139.602 +94.6061 +171.741 +98.1668 +80.713 +101.073 +71.9011 +71.9011 +99.8432 +71.9011 +71.9011 +82.4458 +65.7347 +151.251 +292.235 +293.655 +293.862 +301.764 +292.466 +292.802 +295.991 +294.577 +308.697 +187.037 +139.47 +94.6061 +168.851 +98.1668 +80.713 +72.8298 +87.4402 +60.0763 +60.0763 +60.0763 +60.0763 +62.7378 +63.0732 +141.231 +142.045 +144.26 +147.708 +156.74 +95.6893 +65.044 +97.4841 +90.0479 +74.3981 +43.3651 +45.0524 +70.7511 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +87.72 +61.7636 +43.3651 +43.3651 +43.3651 +43.3651 +55.2591 +43.3651 +79.612 +43.3651 +55.9641 +43.3651 +90.7531 +45.0524 +43.3578 +71.0746 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +136.073 +81.7629 +137.681 +286.463 +298.181 +306.378 +320.531 +308.629 +324.625 +330.463 +330.538 +352.471 +211.77 +152.261 +94.6061 +157.364 +98.1668 +108.345 +102.139 +76.7541 +71.9011 +99.3349 +71.9011 +71.9011 +82.4458 +65.7347 +149.884 +296.127 +311.952 +320.578 +342.588 +327.569 +341.908 +341.939 +341.371 +356.026 +210.205 +140.858 +94.6061 +155.717 +98.1668 +114.853 +72.8298 +103.76 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +146.969 +289.948 +295.502 +300.486 +314.156 +311.101 +338.693 +345.256 +342.402 +350.114 +217.284 +150.676 +94.6061 +156.678 +98.1668 +108.72 +72.8298 +81.708 +71.9011 +99.4647 +71.9011 +71.9011 +82.4458 +65.7347 +142.936 +292.376 +305.431 +318.051 +338.983 +325.103 +346.037 +347.197 +347.336 +360.158 +219.867 +151.248 +94.6061 +157.364 +98.1668 +115.389 +72.8298 +100.375 +71.9011 +81.7648 +71.9011 +99.5215 +82.4458 +65.7347 +157.004 +304.388 +313.256 +325.336 +347.453 +340.145 +346.436 +346.141 +345.562 +355.352 +209.994 +145.916 +94.6061 +160.588 +98.1668 +108.337 +72.8298 +79.2556 +60.0763 +69.9573 +60.0763 +60.0763 +62.7378 +63.0732 +136.338 +151.54 +152.599 +159.34 +168.927 +79.5944 +79.7489 +100.103 +109.672 +99.6169 +43.3651 +60.7168 +43.3578 +88.9376 +60.9976 +60.9976 +88.486 +60.0763 +60.0763 +60.0763 +60.0763 +73.547 +82.3214 +63.3144 +63.1215 +63.4431 +70.2737 +61.7894 +56.0467 +59.1595 +75.5288 +56.0559 +76.2407 +59.1311 +81.1973 +59.0312 +48.3075 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +85.3157 +137.533 +282.088 +287.012 +294.723 +317.608 +312.368 +333.742 +346.548 +343.077 +359.437 +209.232 +151.784 +94.6061 +157.296 +98.1668 +115.909 +72.8298 +103.614 +71.9011 +77.8165 +71.9011 +101.389 +82.4458 +65.7347 +156.794 +298.845 +307.006 +320.196 +337.974 +332.339 +342.604 +344.757 +345.172 +358.394 +223.295 +146.624 +94.6061 +156.811 +98.1668 +111.614 +72.8298 +95.2712 +71.9011 +99.979 +71.9011 +81.7722 +82.4458 +65.7347 +171.545 +314.53 +332.188 +345.567 +358.959 +351.088 +373.606 +379.74 +382.641 +383.938 +241.584 +154.667 +128.098 +161.189 +98.1668 +123.63 +72.8298 +101.625 +71.9011 +100.641 +101.135 +86.8287 +82.4458 +65.7347 +181.541 +293.758 +291.829 +294.067 +308.477 +299.958 +292.983 +293.041 +291.892 +304.992 +185.037 +137.752 +123.674 +153.754 +98.1668 +80.713 +100.349 +71.9011 +71.9011 +71.9011 +99.895 +71.9011 +82.4458 +65.7347 +151.523 +292.356 +295.706 +298.352 +308.435 +292.769 +303.86 +303.471 +315.829 +342.147 +210.385 +148.777 +94.6061 +156.91 +118.814 +107.692 +79.2094 +72.0759 +60.0763 +60.0763 +88.205 +60.0763 +62.7378 +63.0732 +147.584 +167.786 +174.724 +185.139 +196.167 +109.516 +110.692 +131.606 +115.965 +133.586 +92.3001 +109.205 +43.3578 +94.4041 +60.9976 +60.9976 +60.9976 +84.5848 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +71.2752 +43.3651 +43.3651 +43.3651 +82.6604 +58.8356 +71.1594 +100.714 +88.0527 +118.107 +90.692 +107.419 +49.4113 +73.4736 +87.9834 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +164.407 +309.623 +311.75 +324.216 +343.637 +337.586 +345.984 +346.31 +346.839 +360.043 +223.47 +155.532 +94.6061 +157.523 +98.1668 +117.622 +72.8298 +86.6405 +71.9011 +91.9635 +82.836 +99.2609 +82.4458 +65.7347 +160.475 +309.402 +319.509 +329.168 +354.948 +342.859 +348.002 +349.616 +355.894 +367.122 +238.76 +179.328 +94.6061 +190.884 +98.1668 +143.339 +72.8298 +103.733 +71.9011 +110.531 +71.9011 +100.235 +82.4458 +65.7347 +193.752 +333.693 +338.356 +337.934 +350.165 +342.229 +345.348 +345.617 +345.597 +359.021 +216.717 +148.625 +94.6061 +160.026 +98.1668 +118.58 +72.8298 +99.8318 +71.9011 +84.6807 +71.9011 +114.3 +82.4458 +65.7347 +148.796 +290.059 +291.381 +293.92 +306.346 +303.068 +326.802 +332.704 +333.672 +350.512 +206.537 +142.043 +94.6061 +141.365 +98.1668 +110.096 +72.8298 +94.8857 +71.9011 +71.9011 +99.7511 +71.9011 +82.4458 +65.7347 +150.71 +296.139 +311.282 +326.105 +345.176 +322.965 +335.166 +344.715 +345.846 +356.569 +211.513 +156.071 +94.6061 +156.579 +98.1668 +108.84 +88.6094 +88.1615 +60.0763 +60.0763 +60.0763 +87.8272 +62.7378 +63.0732 +142.238 +156.009 +169.054 +176.723 +182.05 +98.9452 +69.752 +142.16 +95.8902 +127.256 +43.3651 +86.4291 +73.3422 +60.9976 +68.3975 +60.9976 +88.5578 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +43.3651 +43.3651 +43.3651 +90.3371 +43.3651 +72.9293 +73.945 +76.2194 +71.816 +76.2805 +43.3651 +68.1825 +71.2634 +43.3578 +43.3578 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +158.019 +304.324 +312.804 +319.2 +343.701 +331.499 +345.197 +346.544 +347.253 +361.076 +234.036 +167.557 +94.6061 +141.472 +98.1668 +116.301 +72.8298 +100.261 +71.9011 +76.8984 +71.9011 +99.3724 +82.4458 +65.7347 +160.271 +319.282 +337.905 +343.286 +354.84 +343.033 +348.528 +353.765 +357.25 +368.681 +239.348 +183.872 +94.6061 +175.802 +98.1668 +164.092 +72.8298 +141.886 +71.9011 +100.563 +100.759 +100.372 +82.4458 +65.7347 +202.371 +335.306 +344.636 +311.507 +322.525 +305.523 +307.504 +311.983 +318.681 +335.314 +199.181 +143.794 +94.6061 +140.342 +98.1668 +119.234 +72.8298 +100.685 +78.2821 +100.402 +71.9011 +81.9131 +82.4458 +65.7347 +160.443 +304.627 +313.531 +328.216 +354.799 +342.493 +345.859 +346.286 +345.761 +354.243 +209.379 +142.334 +94.6061 +138.66 +98.1668 +121.309 +72.8298 +100.11 +71.9011 +107.475 +71.9011 +81.9905 +82.4458 +65.7347 +170.336 +311.64 +326.469 +345.927 +360.314 +348.504 +356.649 +364.024 +361.607 +375.315 +241.348 +186.406 +94.6061 +178.086 +98.1668 +166.092 +72.8298 +87.9622 +75.7689 +88.3299 +60.0763 +88.2553 +62.7378 +63.0732 +137.686 +170.271 +181.569 +187.874 +200.622 +126.959 +65.044 +158.11 +65.044 +159.58 +43.3651 +134.464 +43.3578 +76.3028 +60.9976 +60.9976 +60.9976 +76.3701 +60.0763 +68.9481 +90.0125 +60.0763 +61.7636 +43.3651 +43.3651 +43.3651 +88.4702 +43.3651 +43.3651 +70.9946 +43.3651 +43.3651 +43.3651 +79.2368 +45.0524 +43.3578 +43.3578 +43.3578 +60.9976 +60.9976 +60.9976 +86.7382 +71.9011 +71.9011 +99.1652 +84.3199 +82.4458 +65.7347 +206.975 +345.009 +329.058 +335.346 +353.685 +335.387 +339.546 +333.856 +336.429 +359.131 +212.9 +129.113 +109.271 +133.437 +127.236 +108.167 +72.8298 +71.9011 +99.9226 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +165.063 +305.057 +314.637 +327.506 +355.224 +343.176 +347.183 +347.924 +347.95 +361.446 +232.17 +158.53 +94.6061 +141.184 +98.1668 +115.802 +72.8298 +100.483 +71.9011 +76.9323 +71.9011 +100.012 +82.4458 +65.7347 +181.612 +325.541 +331.81 +342.571 +355.73 +343.596 +348.32 +350.188 +350.752 +368.175 +239.74 +183.371 +104.028 +177.148 +98.1668 +145.017 +72.8298 +113.221 +71.9011 +100.646 +71.9011 +107.672 +82.4458 +65.7347 +195.794 +336.371 +342.889 +345.561 +356.452 +346.322 +366.888 +373.023 +373.28 +390.774 +249.422 +194.875 +94.6061 +189.437 +98.1668 +178.307 +72.8298 +125.878 +100.007 +122.631 +71.9011 +106.371 +82.4458 +65.7347 +209.607 +348.432 +363.51 +372.324 +386.319 +371.662 +385.589 +384.372 +377.911 +380.668 +239.94 +178.618 +94.6061 +176.75 +98.1668 +137.899 +108.725 +93.2421 +60.0763 +89.1828 +60.0763 +88.6024 +62.7378 +63.0732 +115.549 +159.236 +164.2 +169.14 +182.203 +102.161 +79.0911 +138.687 +108.524 +121.414 +43.3651 +89.7713 +66.0157 +71.2848 +89.6542 +60.9976 +60.9976 +60.0763 +69.8335 +60.0763 +60.0763 +87.6839 +61.7636 +43.3651 +43.3651 +43.3651 +86.279 +43.3651 +89.768 +43.3651 +90.5187 +43.3651 +119.768 +43.3651 +106.426 +62.8507 +51.3857 +71.5494 +60.9976 +89.6129 +60.9976 +76.7754 +71.9011 +86.9026 +71.9011 +71.9011 +82.4458 +65.7347 +176.346 +310.927 +316.643 +321.916 +340.117 +326.404 +345.697 +347.056 +347.105 +361.025 +232.387 +165.211 +110.977 +150.785 +98.1668 +124.56 +72.8298 +100.217 +71.9011 +89.5326 +71.9011 +71.9011 +82.4458 +65.7347 +154.934 +307.702 +321.046 +342.881 +356.777 +344.789 +349.782 +355.734 +360.339 +376.218 +241.901 +187.977 +94.6061 +185.611 +98.1668 +145.321 +72.8298 +100.278 +101.728 +100.211 +71.9011 +100.386 +82.4458 +65.7347 +181.058 +325.266 +333.141 +344.972 +356.251 +345.152 +348.146 +352.418 +356.238 +369.727 +240.045 +157.821 +94.6061 +172.103 +98.1668 +137.372 +72.8298 +103.793 +104.958 +102.578 +71.9011 +102.25 +82.4458 +65.7347 +209.173 +351.518 +347.657 +350.791 +365.655 +351.235 +364.347 +366.815 +354.09 +373.704 +240.116 +175.508 +94.6061 +156.292 +98.1668 +127.226 +72.8298 +101.558 +71.9011 +107.613 +71.9011 +82.017 +82.4458 +65.7347 +168.012 +310.648 +321.225 +338.475 +355.363 +343.157 +347.329 +347.304 +347.285 +360.382 +227.119 +156.839 +94.6061 +155.841 +98.1668 +119.056 +72.8298 +88.3276 +60.0763 +88.489 +66.4962 +83.1356 +62.7378 +63.0732 +125.42 +165.921 +171.294 +175.706 +193.901 +137.029 +78.618 +158.043 +82.6731 +158.367 +55.5283 +130.7 +51.4091 +113.945 +60.9976 +69.7192 +60.9976 +87.6622 +60.0763 +60.0763 +60.0763 +60.0763 +95.8226 +43.3651 +43.3651 +43.3651 +107.347 +59.7416 +131.707 +76.3657 +135.955 +79.7834 +137.22 +83.9828 +139.185 +82.0281 +131.243 +76.1932 +103.718 +93.784 +79.3347 +108.52 +88.7184 +84.0722 +125.88 +118.892 +82.4458 +65.7347 +210.968 +352.127 +371.908 +388.853 +415.093 +402.08 +419.102 +424.229 +419.87 +429.656 +259.628 +192.795 +94.6061 +186.268 +98.1668 +177.059 +72.8298 +102.196 +98.2886 +100.772 +71.9011 +71.9011 +82.4458 +65.7347 +149.784 +288.338 +289.977 +294.301 +305.801 +293.432 +305.21 +309.125 +310.639 +328.998 +205.53 +146.9 +106.756 +138.11 +98.1668 +110.53 +72.8298 +81.7751 +71.9011 +71.9011 +85.909 +71.9011 +82.4458 +65.7347 +154.545 +296.873 +300.624 +308.827 +326.497 +316.679 +332.409 +343.844 +346.296 +360.447 +231.605 +161.105 +94.6061 +141.785 +98.1668 +119.443 +72.8298 +100.576 +71.9011 +100.233 +71.9011 +89.3911 +82.4458 +65.7347 +166.325 +311.671 +320.716 +342.293 +355.517 +343.788 +347.937 +348.44 +347.675 +362.056 +230.968 +173.734 +94.6061 +156.8 +98.1668 +125.881 +72.8298 +100.12 +71.9011 +110.263 +71.9011 +100.175 +82.4458 +65.7347 +173.233 +325.13 +334.668 +341.817 +356.402 +345.68 +349.528 +360.032 +358.224 +375.168 +239.683 +181.98 +94.6061 +180.222 +98.1668 +142.947 +108.751 +95.7462 +60.0763 +89.2533 +65.4997 +89.6325 +62.7378 +63.0732 +138.702 +211.597 +219.173 +222.453 +228.526 +150.592 +65.044 +189.308 +65.044 +174.592 +43.3651 +162.261 +43.3578 +144.758 +60.9976 +104.94 +60.9976 +137.638 +60.0763 +72.8098 +60.0763 +93.0397 +61.7636 +129.332 +43.3651 +43.3651 +161.455 +43.3651 +147.685 +43.3651 +146.721 +43.3651 +151.749 +43.3651 +144.395 +43.3578 +142.075 +43.3578 +66.5184 +60.9976 +107.095 +71.9011 +105.934 +71.9011 +93.78 +71.9011 +82.4458 +65.7347 +206.422 +345.092 +345.647 +345.562 +365.324 +364.661 +378.919 +380.477 +382.533 +395.506 +245.388 +192.326 +94.6061 +193.066 +98.1668 +172.452 +72.8298 +112.406 +100.67 +100.567 +101.19 +100.04 +82.4458 +65.7347 +190.125 +343.706 +345.874 +358.711 +380.401 +371.42 +383.91 +383.042 +384.694 +405.811 +257.632 +197.768 +94.6061 +191.564 +98.1668 +173.609 +72.8298 +141.191 +71.9011 +111.343 +71.9011 +101.149 +82.4458 +65.7347 +207.317 +347.097 +351.264 +357.305 +371.471 +353.805 +362.174 +372.23 +381.041 +397.115 +253.801 +188.998 +94.6061 +182.84 +124.942 +162.029 +72.8298 +139.889 +71.9011 +101.172 +71.9011 +100.591 +82.4458 +65.7347 +177.805 +318.493 +336.942 +345.942 +357.085 +344.261 +350.957 +352.267 +351.86 +365.568 +239.4 +182.786 +94.6061 +180.146 +98.1668 +125.4 +101.403 +100.747 +71.9011 +100.684 +101.244 +100.264 +82.4458 +65.7347 +173.008 +317.255 +324.536 +344.057 +355.98 +343.911 +348.832 +350.279 +353.245 +369.016 +240.532 +184.9 +94.6061 +181.257 +98.1668 +145.038 +72.8298 +92.3945 +60.0763 +88.718 +72.8383 +88.573 +62.7378 +63.0732 +115.888 +177.969 +186.731 +192.702 +204.214 +141.588 +89.7814 +165.521 +82.0364 +166.647 +59.0793 +140.121 +43.3578 +129.935 +60.9976 +89.1265 +60.9976 +65.0782 +88.4169 +87.2779 +60.0763 +60.0763 +61.7636 +43.3651 +43.3651 +43.3651 +90.5902 +66.0397 +103.186 +101.745 +107.202 +110.071 +111.674 +113.314 +114.372 +109.367 +108.69 +96.8851 +114.016 +80.5942 +84.891 +71.9011 +143.826 +71.9011 +84.3539 +71.9011 +82.4458 +65.7347 +209.265 +348.958 +356.358 +362.365 +380.446 +372.316 +401.992 +410.402 +412.162 +431.742 +274.206 +193.088 +94.6061 +192.696 +98.1668 +181.368 +72.8298 +137.796 +88.4552 +107.909 +71.9011 +122.468 +82.4458 +65.7347 +228.585 +378.753 +405.872 +425.506 +458.409 +445.768 +489.401 +453.774 +445.357 +459.142 +308.607 +211.999 +94.6061 +205.266 +98.1668 +187.096 +72.8298 +152.503 +71.9011 +113.542 +71.9011 +101.438 +82.4458 +65.7347 +206.461 +344.955 +347.566 +362.985 +379.844 +361.562 +383.504 +391.556 +398.535 +404.623 +255.021 +189.05 +94.6061 +187.381 +98.1668 +163.287 +72.8298 +120.376 +104.105 +103.088 +104.406 +102.761 +82.4458 +65.7347 +212.295 +352.156 +366.37 +381.371 +404.2 +384.381 +402.061 +407.709 +403.416 +427.457 +265.875 +195.532 +94.6061 +198.831 +98.1668 +182.996 +72.8298 +120.345 +93.6004 +106.256 +71.9011 +113.709 +82.4458 +65.7347 +207.559 +342.801 +345.727 +349.066 +366.526 +350.419 +364.477 +367.006 +370.548 +383.877 +242.223 +190.193 +94.6061 +185.259 +98.1668 +172.192 +72.8298 +97.2627 +60.0763 +89.0642 +84.0779 +89.0576 +62.7378 +63.0732 +110.895 +202.142 +202.738 +202.928 +208.117 +126.018 +65.044 +167.403 +65.044 +165.555 +43.3651 +141.139 +43.3578 +107.381 +60.9976 +90.863 +86.7584 +89.5226 +60.0763 +70.5637 +60.0763 +89.5703 +75.8463 +67.7324 +43.3651 +43.3651 +103.767 +85.8721 +94.9728 +70.636 +118.917 +60.0586 +142.909 +63.3091 +142.435 +61.9739 +137.444 +43.3578 +123.757 +60.9976 +60.9976 +71.9011 +116.388 +71.9011 +71.9011 +71.9011 +82.4458 +65.7347 +181.245 +342.247 +345.777 +352.517 +373.481 +367.698 +378.537 +388.535 +396.867 +407.945 +251.922 +197.061 +94.6061 +189.925 +98.1668 +173.775 +72.8298 +129.759 +71.9011 +100.852 +77.2562 +100.875 +82.4458 +65.7347 +206.79 +347.731 +349.563 +363.931 +381.213 +361.937 +381.013 +395.807 +391.618 +411.594 +255.215 +192.632 +94.6061 +198.104 +98.1668 +180.34 +72.8298 +158.885 +71.9011 +110.111 +71.9011 +101.691 +82.4458 +65.7347 +208.081 +346.817 +355.25 +374.813 +392.488 +381.399 +384.823 +385.77 +397.692 +424.902 +266.868 +188.048 +94.6061 +185.962 +98.1668 +151.816 +72.8298 +101.715 +82.8742 +101.182 +71.9011 +100.549 +82.4458 +65.7347 +175.593 +320.468 +341.349 +346.948 +358.207 +345.8 +356.089 +363.551 +362.493 +377.883 +240.942 +189.349 +94.6061 +189.234 +98.1668 +171.554 +72.8298 +113.507 +71.9011 +100.4 +71.9011 +100.334 +82.4458 +65.7347 +177.138 +336.585 +345.134 +347.161 +359.301 +347.852 +362.828 +363.114 +368.899 +376.079 +239.597 +184.476 +94.6061 +183.026 +98.1668 +159.381 +72.8298 +102.536 +60.0763 +89.0949 +60.0763 +89.8717 +62.7378 +63.0732 +139.037 +209.383 +209.241 +213.799 +220.658 +108.648 +143.402 +148.526 +163.629 +145.591 +129.185 +123.167 +121.332 +111.624 +69.0167 +96.7361 +60.9976 +86.1382 +60.0763 +70.4991 +60.0763 +88.6957 +73.0078 +52.3287 +43.3651 +43.3651 +145.211 +43.3651 +142.945 +43.3651 +142.334 +43.3651 +142.913 +43.3651 +143.013 +69.3166 +117.333 +43.3578 +77.131 +60.9976 +78.1427 +71.9011 +107.61 +71.9011 +76.2272 +71.9011 +82.4458 +65.7347 +194.534 +346.986 +350.028 +365.987 +395.745 +377.04 +394.586 +404 +405.732 +418.827 +271.784 +204.675 +94.6061 +197.315 +98.1668 +180.356 +72.8298 +139.348 +71.9011 +111.636 +71.9011 +101.161 +82.4458 +65.7347 +210.055 +351.446 +359.232 +376.699 +407.835 +396.625 +418.586 +426.19 +418.262 +423.208 +282.105 +210.223 +94.6061 +203.472 +98.1668 +175.118 +72.8298 +127.829 +71.9011 +100.693 +71.9011 +107.668 +82.4458 +65.7347 +189.236 +338.244 +345.694 +349.407 +366.575 +354.765 +365.64 +364.468 +367.493 +378.723 +241.053 +184.945 +94.6061 +185.825 +98.1668 +152.604 +72.8298 +114.767 +71.9011 +100.859 +100.749 +100.44 +82.4458 +65.7347 +178.998 +342.644 +346.652 +355.89 +374.682 +365.741 +385.615 +386.823 +386.157 +400.768 +258.664 +199.906 +94.6061 +191.533 +98.1668 +174.949 +72.8298 +120.803 +71.9011 +106.446 +71.9011 +104.809 +82.4458 +65.7347 +202.329 +346.167 +349.043 +363.89 +390.131 +375.573 +395.763 +411.31 +414.469 +418.104 +259.391 +201.776 +94.6061 +199.896 +98.1668 +183.298 +72.8298 +158.704 +60.0763 +100.267 +98.234 +100.049 +62.7378 +63.0732 +169.601 +212.901 +217.051 +217.338 +224.389 +125.406 +86.0084 +186.803 +97.4903 +205.719 +73.5106 +157.182 +43.3578 +146.319 +60.9976 +163.696 +60.9976 +134.705 +60.0763 +136.77 +60.0763 +77.3418 +61.7636 +121.945 +43.3651 +43.3651 +158.964 +43.3651 +153.884 +43.3651 +157.053 +43.3651 +156.335 +43.3651 +159.59 +43.3578 +152.583 +43.3578 +161.121 +60.9976 +109.395 +71.9011 +148.153 +71.9011 +129.754 +71.9011 +82.4458 +65.7347 +233.92 +370.378 +391.24 +392.921 +413.2 +401.946 +422.186 +424.424 +402.173 +407.047 +262.194 +197.994 +94.6061 +201.602 +98.1668 +183.837 +72.8298 +137.319 +101.88 +113.152 +71.9011 +106.05 +82.4458 +65.7347 +211.533 +354.166 +381.308 +388.591 +408.527 +386.547 +411.922 +420.998 +416.101 +448.366 +281.521 +205.794 +94.6061 +202.134 +98.1668 +182.812 +72.8298 +170.966 +71.9011 +147.203 +71.9011 +114.196 +82.4458 +65.7347 +224.721 +361.745 +374.134 +407.554 +433.571 +430.077 +452.146 +478.355 +476.808 +471.156 +291.889 +208.01 +94.6061 +211.988 +98.1668 +202.257 +72.8298 +176.654 +71.9011 +178.536 +71.9011 +175.47 +87.8954 +159.88 +235.043 +375.146 +395.582 +415.543 +459.503 +437.54 +468.074 +488.627 +459.79 +476.024 +283.78 +205.919 +94.6061 +209.644 +98.1668 +192.876 +102.317 +180.896 +71.9011 +190.901 +71.9011 +196.999 +82.4458 +171.085 +236.084 +389.915 +411.359 +429.933 +451.477 +430.299 +451.928 +454.075 +447.393 +440.24 +290.983 +207.428 +94.6061 +209.788 +98.1668 +185.701 +72.8298 +161.123 +60.0763 +131.68 +60.0763 +93.8316 +62.7378 +63.0732 +172.598 +216.698 +206.594 +216.568 +222.828 +107.334 +75.1278 +164.692 +93.5232 +156.772 +48.1942 +104.443 +101.092 +75.8498 +115.271 +80.2279 +60.9976 +91.5771 +60.0763 +71.4866 +60.0763 +111.615 +61.7636 +43.3651 +43.3651 +43.3651 +122.803 +54.8775 +132.679 +86.8098 +136.481 +84.2168 +142.243 +86.7544 +136.184 +73.8145 +116.078 +43.3578 +87.9261 +95.3768 +60.9976 +102.623 +71.9011 +71.9011 +107.001 +71.9011 +82.4458 +65.7347 +206.581 +346.151 +349.695 +364.769 +388.317 +376.53 +392.368 +399.581 +390.381 +413.844 +259.982 +195.282 +94.6061 +190.826 +98.1668 +179.861 +72.8298 +123.592 +71.9011 +101.773 +102.496 +100.806 +82.4458 +65.7347 +193.899 +345.678 +347.202 +359.494 +378.597 +365.192 +384.868 +392.308 +395.829 +407.576 +257.406 +198.631 +94.6061 +197.345 +98.1668 +183.194 +72.8298 +157.784 +71.9011 +142.723 +71.9011 +101.773 +82.4458 +65.7347 +210.151 +347.85 +357.159 +380.6 +414.447 +396.263 +406.436 +414.879 +422 +443.132 +270.563 +191.994 +94.6061 +190.848 +98.1668 +180.697 +72.8298 +137.973 +116.77 +108.95 +116.161 +123.146 +82.4458 +65.7347 +220.362 +359.986 +369.522 +383.657 +416.674 +417.175 +437.277 +423.973 +414.264 +431.057 +280.827 +202.399 +94.6061 +197.32 +98.1668 +183.227 +72.8298 +126.425 +71.9011 +109.092 +71.9011 +135.547 +82.4458 +65.7347 +217.944 +353.73 +353.564 +362.229 +379.07 +366.516 +382.607 +390.835 +391.405 +404.414 +261.234 +187.921 +94.6061 +186.284 +98.1668 +161.863 +118.08 +137.891 +60.0763 +97.8402 +95.3407 +92.8768 +62.7378 +63.0732 +152.06 +216.266 +213.291 +213.055 +241.599 +155.775 +65.044 +183.229 +65.044 +181.271 +43.3651 +160.668 +43.3578 +143.964 +60.9976 +103.971 +95.03 +111.17 +60.0763 +69.6812 +60.0763 +98.7686 +61.7636 +52.8874 +43.3651 +43.3651 +147.209 +43.3651 +142.856 +43.3651 +145.28 +43.3651 +154.266 +43.3651 +145.752 +43.3578 +143.7 +43.3578 +93.0502 +60.9976 +145.249 +71.9011 +95.5561 +71.9011 +108.344 +71.9011 +82.4458 +65.7347 +207.845 +348.994 +356.682 +368.278 +386.198 +369.547 +388.204 +396.675 +403.108 +422.812 +273.925 +204.66 +94.6061 +202.886 +98.1668 +182.902 +72.8298 +167.21 +71.9011 +112.067 +71.9011 +101.406 +82.4458 +65.7347 +182.659 +343.444 +346.004 +351.828 +365.613 +354.049 +369.203 +369.423 +371.77 +385.562 +243.545 +188.643 +94.6061 +186.252 +98.1668 +169.047 +72.8298 +113.723 +71.9011 +100.458 +71.9011 +104.009 +82.4458 +65.7347 +182.57 +338.798 +346.318 +348.629 +362.332 +351.437 +370.84 +371.095 +371.995 +390.012 +246.522 +191.657 +94.6061 +189.071 +98.1668 +172.192 +72.8298 +109.301 +71.9011 +101.444 +90.6774 +100.64 +82.4458 +65.7347 +172.752 +331.756 +345.477 +352.01 +376.282 +363.937 +384.543 +392.137 +390.184 +398.136 +252.323 +195.19 +94.6061 +194.18 +98.1668 +171.858 +72.8298 +118.725 +71.9011 +100.508 +71.9011 +100.47 +82.4458 +65.7347 +178.59 +340.709 +348.224 +357.987 +379.33 +372.114 +389.565 +395.17 +393.01 +409.022 +260.473 +198.163 +94.6061 +211.254 +98.1668 +173.494 +72.8298 +110.484 +60.0763 +90.4244 +80.4583 +88.7761 +62.7378 +63.0732 +116.679 +202.941 +205.415 +205.675 +211.73 +158.961 +65.044 +176.741 +65.044 +181.587 +43.3651 +147.384 +43.3578 +155.893 +60.9976 +139.757 +60.9976 +100.327 +78.601 +89.2631 +60.0763 +97.2996 +61.7636 +61.4166 +43.3651 +43.3651 +141.484 +43.3651 +142.19 +43.3651 +142.86 +43.3651 +145.781 +43.3651 +149.463 +43.3578 +146.354 +60.9976 +158.292 +60.9976 +111.862 +71.9011 +89.9488 +150.973 +116.24 +71.9011 +82.4458 +65.7347 +212.293 +352.557 +354.981 +364.936 +378.551 +371.905 +378.463 +380.161 +394.457 +413.935 +260.241 +187.684 +94.6061 +207.489 +98.1668 +180.162 +72.8298 +129.124 +71.9011 +113.977 +87.2936 +108.999 +82.4458 +65.7347 +213.022 +347.179 +354.305 +368.768 +396.453 +374.945 +389.414 +393.256 +395.361 +409.623 +262.38 +198.673 +94.6061 +214.487 +98.1668 +175.325 +72.8298 +133.515 +71.9011 +108.246 +71.9011 +100.631 +82.4458 +65.7347 +196.918 +346.154 +355.312 +379.748 +409.101 +392.149 +411.439 +415.648 +413.393 +426.783 +264.733 +200.118 +94.6061 +212.418 +98.1668 +176.591 +72.8298 +125.381 +71.9011 +109.469 +71.9011 +101.117 +82.4458 +65.7347 +206.832 +347.401 +367.026 +395.644 +429.056 +429.863 +415.295 +432.198 +428.536 +433.187 +273.536 +204.982 +94.6061 +213.93 +98.1668 +182.851 +72.8298 +176.162 +71.9011 +134.427 +71.9011 +119.239 +82.4458 +65.7347 +206.942 +345.173 +346.489 +353.368 +376.295 +363.776 +380.22 +388.376 +389.929 +396.134 +248.848 +192.426 +94.6061 +204.488 +98.1668 +146.757 +72.8298 +92.9117 +60.0763 +103.536 +60.0763 +88.7314 +62.7378 +63.0732 +108.236 +185.272 +197.186 +202.934 +207.549 +141.526 +65.044 +165.475 +65.044 +168.544 +43.3651 +145.434 +43.3578 +148.249 +60.9976 +89.3518 +60.9976 +88.4694 +60.0763 +65.1031 +60.0763 +87.7379 +80.5463 +47.6027 +43.3651 +43.3651 +104.339 +66.8554 +115.072 +123.966 +135.586 +153.277 +149.088 +154.49 +143.519 +135.609 +131.727 +147.175 +146.475 +150.562 +100.515 +123.403 +137.225 +150.434 +105.945 +91.8838 +82.4458 +65.7347 +244.552 +378.408 +383.958 +395.812 +409.353 +403.825 +402.215 +431.049 +430.964 +434.889 +284.814 +204.212 +94.6061 +219.184 +98.1668 +188.728 +92.53 +173.758 +71.9011 +163.404 +71.9011 +124.673 +82.4458 +65.7347 +228.661 +371.108 +399.202 +412.301 +428.695 +416.688 +450.045 +435.743 +410.082 +403.183 +249.42 +181.186 +94.6061 +198.796 +98.1668 +148.19 +87.0707 +114.61 +71.9011 +101.854 +102.716 +101.367 +82.4458 +65.7347 +201.755 +345.052 +345.958 +355.744 +374.297 +366.377 +383.583 +386.984 +388.998 +396.235 +250.364 +192.986 +94.6061 +205.888 +98.1668 +173.583 +72.8298 +116.955 +100.639 +100.869 +96.1821 +100.835 +82.4458 +65.7347 +174.52 +344.182 +346.783 +356.984 +384.281 +371.146 +390.334 +401.201 +400.752 +414.228 +257.57 +195.33 +94.6061 +205.998 +98.1668 +173.099 +72.8298 +112.173 +71.9011 +100.867 +100.976 +100.618 +82.4458 +65.7347 +195.983 +345.548 +352.41 +375.58 +404.162 +401.688 +423.693 +436.262 +436.772 +439.911 +283.949 +202.266 +94.6061 +220.732 +98.1668 +182.267 +72.8298 +126.11 +105.298 +95.9588 +60.0763 +95.4092 +62.7378 +63.0732 +143.556 +203.834 +204.062 +202.426 +207.208 +146.43 +65.044 +166.798 +65.044 +163.604 +43.3651 +138.82 +43.3578 +104.788 +60.9976 +89.9833 +90.2583 +88.2259 +60.0763 +70.149 +60.0763 +87.935 +61.7636 +61.0049 +43.3651 +43.3651 +90.1924 +74.9143 +105.192 +79.8448 +108.348 +67.4154 +80.4943 +61.7908 +116.161 +58.7924 +71.0654 +90.3789 +60.9976 +60.9976 +88.7056 +71.9011 +71.9011 +99.6104 +87.846 +71.9011 +82.4458 +83.3745 +181.496 +328.984 +342.18 +344.489 +355.256 +343.694 +348.456 +348.948 +350.186 +364.009 +238.923 +174.95 +94.6061 +192.72 +98.1668 +140.937 +100.412 +106.459 +71.9011 +104.046 +71.9011 +88.0701 +82.4458 +83.3745 +178.195 +323.83 +335.509 +345.882 +356.969 +346.123 +356.262 +359.901 +363.29 +376.651 +240.216 +184.792 +94.6061 +198.936 +98.1668 +144.784 +72.8298 +112.296 +71.9011 +100.621 +71.9011 +100.271 +82.4458 +83.3745 +174.229 +323.186 +336.954 +344.895 +357.244 +346.058 +357.11 +360.884 +356.67 +368.465 +239.141 +177.058 +94.6061 +194.513 +98.1668 +143.565 +72.8298 +104.095 +71.9011 +115.525 +71.9011 +100.651 +82.4458 +83.3745 +188.701 +329.166 +342.595 +345.162 +357.321 +356.945 +380.221 +386.223 +380.442 +390.602 +246.919 +184.883 +94.6061 +198.742 +98.1668 +153.744 +111.243 +109.88 +71.9011 +111.792 +71.9011 +103.01 +82.4458 +83.3745 +211.264 +349.398 +352.391 +362.836 +379.937 +363.083 +385.698 +402.241 +396.075 +410.432 +257.608 +187 +94.6061 +201.214 +98.1668 +164.277 +72.8298 +98.2932 +60.0763 +90.5532 +92.1069 +90.4666 +62.7378 +80.713 +121.659 +210.467 +214.883 +216.884 +226.926 +152.631 +65.044 +177.766 +65.044 +170.901 +43.3651 +145.754 +43.3578 +104.261 +96.0716 +72.7706 +80.4578 +92.1858 +60.0763 +65.8303 +60.0763 +77.2538 +61.7636 +74.5418 +43.3651 +43.3651 +115.798 +43.3651 +132.936 +43.3651 +140.762 +43.3651 +143.98 +43.3651 +144.313 +43.3578 +97.6319 +60.9976 +60.9976 +60.9976 +91.382 +71.9011 +71.9011 +115.339 +91.9881 +77.7515 +82.4458 +83.3745 +209.475 +347.832 +350.336 +361.493 +382.522 +373.256 +394.537 +391.25 +403.189 +394.095 +249.88 +181.73 +94.6061 +202.581 +98.1668 +154.439 +113.527 +112.707 +71.9011 +102.231 +98.3194 +82.2734 +82.4458 +83.3745 +185.752 +342.863 +344 +346.16 +356.433 +345.747 +357.458 +359.238 +363.462 +377.601 +245.376 +182.656 +94.6061 +200.686 +98.1668 +149.687 +134.693 +112.968 +71.9011 +126.07 +71.9011 +102.956 +82.4458 +83.3745 +210.036 +347.493 +347.643 +347.861 +361.08 +346.968 +357.37 +367.908 +374.377 +362.509 +238.561 +145.433 +94.6061 +170.279 +98.1668 +117.298 +72.8298 +101.511 +101.886 +100.434 +71.9011 +76.908 +82.4458 +83.3745 +166.098 +310.424 +311.917 +316.943 +330.541 +323.825 +342.024 +346.073 +347.199 +360.729 +220.643 +150.601 +115.629 +158.126 +98.1668 +119.609 +72.8298 +100.948 +71.9011 +100.45 +100.89 +82.0468 +82.4458 +83.3745 +177.627 +316.391 +319.95 +335.905 +353.631 +342.828 +348.102 +347.22 +349.232 +361.312 +237.646 +172.346 +94.6061 +173.725 +98.1668 +126.293 +72.8298 +88.1711 +60.0763 +88.4863 +60.0763 +70.0801 +62.7378 +80.713 +129.197 +167.669 +172.181 +180.452 +188.883 +104.858 +98.5786 +130.297 +95.2822 +127.297 +67.1032 +106.851 +61.1597 +77.4387 +90.6125 +68.3458 +60.9976 +60.0763 +75.2717 +60.0763 +60.0763 +60.0763 +89.1162 +61.0049 +43.3651 +43.3651 +78.9177 +43.3651 +90.644 +75.4307 +97.5299 +88.8284 +71.4646 +70.522 +91.2095 +58.6489 +43.3578 +60.9976 +60.9976 +88.2701 +60.9976 +92.3211 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +151.968 +304.121 +325.846 +343.133 +356.645 +344.095 +349.974 +350.781 +351.912 +363.833 +238.977 +177.932 +94.6061 +173.056 +98.1668 +125.408 +72.8298 +100.236 +78.3244 +100.208 +71.9011 +83.912 +82.4458 +83.3745 +147.18 +298.197 +319.594 +342.305 +355.997 +343.071 +350.706 +356.343 +358.543 +372.629 +239.468 +179.465 +94.6061 +186.666 +98.1668 +118.919 +72.8298 +100.642 +90.6134 +100.384 +71.9011 +89.574 +82.4458 +83.3745 +143.564 +296.865 +321.954 +336.645 +354.926 +342.154 +345.749 +345.672 +346.094 +359.199 +223.185 +147.457 +94.6061 +157.102 +98.1668 +121.748 +72.8298 +101.229 +71.9011 +100.857 +71.9011 +89.8095 +82.4458 +83.3745 +172.073 +312.086 +318.808 +328.253 +349.505 +341.6 +348.164 +347.99 +348.94 +363.472 +238.613 +177.855 +94.6061 +168.494 +98.1668 +128.982 +72.8298 +100.276 +92.3866 +100.298 +71.9011 +100.256 +82.4458 +83.3745 +191.738 +340.258 +344.557 +346.695 +358.365 +350.217 +362.627 +371.989 +374.905 +382.529 +241.109 +181.136 +94.6061 +195.979 +98.1668 +146.426 +72.8298 +99.1831 +60.0763 +90.6274 +60.0763 +89.9717 +62.7378 +80.713 +116.851 +202.417 +192.625 +202.317 +207.074 +126.156 +81.2571 +160.059 +81.774 +159.45 +43.3651 +103.087 +43.3578 +70.9738 +60.9976 +88.6635 +67.3831 +64.3615 +60.0763 +60.0763 +87.7327 +89.1602 +61.7636 +61.0049 +43.3651 +43.3651 +87.2814 +43.3651 +86.9706 +63.7006 +87.8306 +81.1685 +113.882 +89.0028 +79.3055 +63.5042 +68.2037 +89.1091 +60.9976 +60.9976 +60.9976 +71.9011 +115.158 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +162.12 +304.761 +311.679 +319.762 +348.355 +336.81 +348.509 +351.225 +350.443 +363.876 +238.879 +179.689 +112.246 +188.239 +98.1668 +124.654 +72.8298 +100.32 +78.2833 +81.9642 +71.9011 +99.5791 +82.4458 +83.3745 +156.965 +308.92 +333.176 +344.883 +356.39 +344.558 +349.574 +356.454 +362.284 +368.667 +239.269 +166.362 +112.246 +162.077 +98.1668 +122.874 +72.8298 +101.855 +102.331 +100.969 +71.9011 +100.411 +82.4458 +83.3745 +208.338 +347.042 +347.061 +351.934 +373.289 +360.126 +370.632 +378.033 +373.494 +385.106 +248.004 +180.054 +112.246 +198.726 +98.1668 +166.112 +72.8298 +117.938 +71.9011 +137.981 +71.9011 +122.564 +82.4458 +83.3745 +214.958 +352.168 +351.138 +358.291 +380.782 +362.072 +372.759 +371.1 +374.565 +392.189 +249.081 +181.615 +112.246 +198.796 +98.1668 +155.831 +72.8298 +153.693 +71.9011 +109.147 +71.9011 +102.104 +82.4458 +83.3745 +207.591 +346.869 +350.43 +371.338 +399.833 +397.756 +399.707 +397.994 +391.624 +395.121 +251.589 +185.852 +116.278 +210.424 +98.1668 +181.096 +72.8298 +112.254 +60.0763 +92.9867 +94.0771 +91.5012 +62.7378 +80.713 +152.455 +208.639 +208.319 +207.375 +214.976 +149.741 +65.044 +174.455 +65.044 +173.634 +43.3651 +149.936 +60.9976 +159.479 +60.9976 +118.837 +60.9976 +154.539 +60.0763 +84.1348 +140.626 +91.4733 +77.6182 +66.8875 +43.3651 +43.3651 +122.854 +43.3651 +96.6475 +43.3651 +121.815 +43.3651 +101.294 +43.3651 +137.289 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +101.084 +80.0277 +71.9011 +71.9011 +82.4458 +83.3745 +164.189 +315.266 +326.471 +344.657 +356.158 +344.897 +349.928 +348.273 +348.57 +360.143 +233.453 +151.095 +112.246 +158.166 +98.1668 +121.031 +72.8298 +100.402 +71.9011 +81.9648 +71.9011 +110.39 +82.4458 +83.3745 +159.489 +309.83 +321.114 +341.096 +356.024 +344.269 +350.488 +358.657 +356.512 +365.011 +238.725 +159.686 +112.246 +159.432 +123.556 +119.652 +72.8298 +104.566 +71.9011 +100.565 +71.9011 +81.92 +82.4458 +83.3745 +157.775 +310.024 +332.57 +346.289 +358.685 +347.944 +361.154 +368.314 +366.584 +378.87 +240.612 +181.001 +112.246 +189.972 +98.1668 +129.62 +72.8298 +106.659 +71.9011 +100.438 +71.9011 +100.168 +82.4458 +83.3745 +164.532 +318.381 +343.494 +348.301 +366.807 +360.613 +378.66 +385.298 +387.302 +400.102 +248.731 +186.775 +112.246 +199.051 +98.1668 +173.53 +72.8298 +108.747 +71.9011 +104.988 +71.9011 +100.825 +82.4458 +83.3745 +168.95 +315.66 +329.012 +346.484 +358.319 +346.393 +363.064 +370.591 +364.97 +369.919 +239.114 +177.136 +112.246 +186.45 +98.1668 +124.917 +72.8298 +88.8834 +60.0763 +99.0393 +60.0763 +88.4985 +62.7378 +80.713 +95.6827 +170.456 +167.147 +171.636 +181.634 +75.1349 +65.044 +105.815 +65.044 +108.105 +43.3651 +53.5214 +60.9976 +76.7884 +60.9976 +72.5894 +89.5166 +60.0763 +91.1158 +60.0763 +60.0763 +88.72 +61.7636 +61.0049 +43.3651 +43.3651 +72.9787 +68.7293 +53.9693 +84.7992 +73.3907 +48.1899 +51.7388 +75.2384 +91.1114 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +111.501 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +170.544 +331.035 +345.442 +352.645 +370.118 +356.675 +383.367 +376.456 +375.29 +392.939 +254.87 +182.079 +112.246 +200.23 +98.1668 +148.626 +72.8298 +105.122 +71.9011 +117.625 +71.9011 +82.2639 +82.4458 +83.3745 +199.549 +341.842 +344.336 +344.871 +356.087 +343.875 +360.749 +359.759 +355.957 +371.685 +239.621 +174.978 +112.246 +192.387 +98.1668 +139.257 +72.8298 +110.019 +71.9011 +101.455 +97.6395 +100.996 +82.4458 +83.3745 +196.745 +334.019 +340.356 +345.435 +355.484 +343.458 +351.749 +349.341 +348.816 +360.176 +212.211 +143.642 +112.246 +142.453 +98.1668 +109.519 +72.8298 +100.189 +71.9011 +84.0104 +71.9011 +71.9011 +82.4458 +83.3745 +164.947 +302.182 +303.168 +306.363 +318.778 +312.252 +326.772 +325.624 +310.13 +318.24 +192.314 +134.571 +112.246 +168.878 +98.1668 +108.43 +72.8298 +71.9011 +71.9011 +87.0847 +71.9011 +71.9011 +82.4458 +83.3745 +153.904 +294.303 +297.65 +302.757 +312.963 +309.099 +303.799 +315.554 +313.878 +328.223 +205.93 +137.042 +112.246 +161.707 +98.1668 +109.392 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +62.7378 +80.713 +132.386 +151.044 +158.08 +161.805 +173.639 +85.3321 +105.454 +96.0356 +65.044 +107.747 +43.3651 +45.0524 +60.9976 +60.9976 +88.5944 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +61.0049 +43.3651 +43.3651 +70.0424 +59.111 +43.3651 +71.5664 +51.2678 +43.3651 +43.3651 +80.1972 +45.0524 +43.3578 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +150.181 +292.456 +297.505 +301.064 +316.341 +309.871 +323.749 +329.81 +343.948 +348.932 +208.022 +137.117 +112.246 +140.73 +121.414 +107.69 +72.8298 +71.9011 +71.9011 +91.6301 +71.9011 +71.9011 +82.4458 +83.3745 +135.071 +283.858 +298.333 +307.726 +334.995 +329.372 +346.633 +347.547 +347.179 +359.731 +225.05 +148.611 +112.246 +157.929 +98.1668 +120.924 +72.8298 +100.472 +71.9011 +77.8454 +71.9011 +99.6125 +82.4458 +83.3745 +163.927 +302.191 +308.378 +313.998 +338.553 +306.857 +314.293 +321.586 +342.208 +348.995 +205.314 +131.895 +112.246 +140.316 +98.1668 +109.094 +102.108 +86.6178 +71.9011 +99.8272 +71.9011 +71.9011 +82.4458 +83.3745 +151.475 +292.688 +308.195 +324.317 +342.758 +336.505 +346.077 +346.73 +347.339 +360.052 +229.825 +148.4 +112.246 +157.036 +98.1668 +109.146 +72.8298 +100.159 +71.9011 +71.9011 +100.028 +71.9011 +82.4458 +83.3745 +154.946 +297.374 +303.194 +301.407 +313.399 +300.061 +301.889 +303.622 +304.517 +319.173 +196.551 +126.93 +141.545 +134.222 +142.163 +107.531 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +72.0316 +90.0834 +114.675 +138.606 +141.649 +143.699 +156.415 +101.849 +70.8813 +107.779 +92.7628 +109.056 +43.3651 +45.0524 +60.9976 +60.9976 +60.9976 +60.9976 +85.3735 +60.0763 +85.8008 +60.0763 +85.3556 +60.0763 +87.0026 +61.0049 +68.6178 +62.7209 +68.8718 +62.6858 +68.7525 +43.3651 +68.5992 +43.3651 +68.7759 +43.3651 +70.4004 +43.3578 +87.292 +60.9976 +91.2466 +60.9976 +91.0725 +71.9011 +101.951 +71.9011 +102.156 +71.9011 +112.691 +83.3745 +116.617 +271.023 +282.417 +294.875 +308.936 +298.874 +311.479 +311.269 +315.917 +332.694 +199.223 +130.263 +112.246 +166.175 +98.1668 +109.271 +72.8298 +71.9011 +71.9011 +71.9011 +99.6061 +71.9011 +82.4458 +83.3745 +154.91 +298.55 +312.131 +320.113 +344.175 +330.111 +346.423 +347.217 +347.661 +360.671 +223.443 +147.231 +112.246 +157.376 +98.1668 +118.278 +72.8298 +100.318 +71.9011 +71.9011 +100.022 +71.9011 +82.4458 +83.3745 +155.436 +301.737 +317.059 +336.163 +356.383 +344.352 +351.328 +352.303 +356.328 +368.95 +239.397 +175.301 +112.246 +159.065 +98.1668 +121.956 +72.8298 +100.833 +71.9011 +100.469 +71.9011 +83.9892 +82.4458 +83.3745 +171.262 +314.511 +318.91 +327.676 +344.227 +329.448 +338.393 +346.563 +347.029 +360.143 +232.233 +151.35 +112.246 +161.245 +98.1668 +125.99 +72.8298 +100.54 +71.9011 +100.327 +71.9011 +81.9143 +82.4458 +83.3745 +156.788 +293.115 +296.405 +296.941 +312.486 +304.461 +312.049 +310.727 +314.053 +323.342 +192.049 +125.503 +112.246 +139.995 +118.52 +110.614 +72.8298 +60.0763 +88.1126 +60.0763 +60.0763 +60.0763 +62.7378 +80.713 +150.744 +135.928 +135.823 +137.921 +140.291 +108.435 +65.044 +119.32 +65.044 +121.061 +43.3651 +45.0524 +60.9976 +60.9976 +67.4443 +81.6466 +81.2409 +80.041 +79.9289 +80.7809 +79.7516 +84.9595 +81.563 +85.6964 +80.6881 +67.93 +63.1424 +68.2406 +63.2792 +63.0581 +76.7432 +43.3651 +43.3651 +43.3651 +65.3358 +81.3009 +80.9367 +80.8496 +80.8163 +80.797 +85.9188 +91.7994 +96.5728 +91.5611 +96.5601 +91.5842 +123.265 +107.716 +134.235 +266.644 +274.933 +282.52 +292.429 +279.039 +281.501 +283.982 +284.17 +300.027 +174.249 +152.62 +112.246 +143.485 +98.1668 +80.713 +72.8298 +71.9011 +89.0728 +71.9011 +97.5566 +79.414 +123.73 +107.956 +134.346 +254.678 +270.17 +276.347 +293.111 +286.333 +299.748 +314.391 +319.952 +331.048 +185.134 +158.998 +126.106 +140.005 +140.663 +107.702 +72.8298 +71.9011 +71.9011 +78.3826 +85.288 +92.1154 +127.604 +109.004 +150.763 +276.631 +280.521 +284.717 +298.538 +291.025 +297.779 +298.692 +296.915 +310.539 +188.284 +152.377 +112.246 +168.436 +98.1668 +108.216 +72.8298 +71.9011 +71.9011 +71.9011 +99.5504 +71.9011 +82.4458 +83.3745 +165.608 +284.061 +285.252 +287.444 +299.484 +290.226 +295.843 +297.51 +299.942 +311.479 +186.879 +150.51 +112.246 +168.147 +98.1668 +108.139 +72.8298 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +154.19 +280.831 +285.125 +287.655 +305.525 +301.511 +312.433 +318.417 +309.781 +323.304 +198.621 +145.242 +127.557 +156.451 +124.128 +110.613 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +71.6718 +80.713 +156.014 +149.602 +163.365 +178.795 +189.168 +82.8113 +102.215 +95.9016 +96.227 +94.7109 +43.3651 +72.6099 +60.9976 +60.9976 +60.9976 +88.5132 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +61.0049 +61.0049 +43.3651 +82.1721 +43.3651 +67.1807 +43.3651 +93.0652 +43.3651 +92.2 +43.3651 +58.4014 +60.9976 +76.3267 +60.9976 +60.9976 +80.9435 +60.9976 +87.7814 +71.9011 +87.1882 +71.9011 +71.9011 +82.4458 +83.3745 +176.389 +294.843 +291.533 +287.712 +293.643 +277.157 +277.38 +276.758 +276.231 +289.497 +167.931 +149.199 +112.246 +142.668 +98.1668 +80.713 +72.8298 +82.0255 +92.4646 +91.9695 +71.9011 +97.8176 +114.876 +121.884 +135.67 +254.603 +269.927 +271.428 +283.784 +273.717 +280.611 +286.995 +288.979 +305.203 +177.223 +151.27 +112.246 +168.581 +98.1668 +80.713 +72.8298 +76.7333 +78.2289 +92.0495 +91.9569 +91.8173 +102.425 +103.122 +154.205 +281.312 +288.364 +293.165 +309.853 +305.561 +315.844 +329.685 +343.017 +353.091 +223.323 +142.946 +130.284 +157.986 +98.1668 +108.446 +72.8298 +71.9011 +71.9011 +102.893 +71.9011 +71.9011 +82.4458 +83.3745 +206.815 +331.052 +335.948 +295.244 +302.535 +290.78 +293.162 +294.632 +288.597 +303.642 +181.578 +151.285 +112.246 +169.224 +98.1668 +107.772 +72.8298 +71.9011 +71.9011 +87.011 +71.9011 +71.9011 +93.0024 +83.3745 +151.922 +276.103 +278.832 +287.295 +304.101 +292.631 +292.573 +304.708 +306.694 +322.977 +198.21 +154.387 +112.246 +168.1 +98.1668 +108.126 +72.8298 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +62.7378 +80.713 +145.574 +147.279 +145.329 +147.393 +150.428 +100.835 +65.044 +117.239 +65.044 +113.393 +43.3651 +62.6922 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +80.7664 +75.1226 +80.0332 +79.9125 +80.9356 +81.4519 +85.9194 +80.7102 +67.9876 +63.1195 +68.1752 +63.1158 +68.1554 +63.148 +63.1589 +63.1963 +63.0591 +64.981 +80.8275 +83.6018 +80.704 +85.761 +80.5646 +85.5259 +91.3638 +96.616 +91.3852 +96.5026 +91.4756 +134.749 +104.01 +134.298 +254.875 +272.85 +288.48 +307.069 +303.506 +319.063 +333.97 +342.02 +358.527 +209.574 +157.693 +112.246 +160.753 +98.1668 +80.713 +72.8298 +71.9011 +71.9011 +71.9011 +71.9011 +99.4166 +82.4458 +83.3745 +164.611 +289.844 +302.105 +311.842 +330.27 +319.806 +335.658 +345.028 +338.943 +352.505 +204.405 +156.46 +112.246 +162.763 +98.1668 +108.296 +72.8298 +71.9011 +100.329 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +154.309 +273.919 +278.986 +289.38 +306.195 +298.233 +308.643 +303.557 +298.488 +313.409 +187.238 +156.934 +112.246 +167.963 +98.1668 +108.789 +72.8298 +77.7449 +71.9011 +99.0281 +80.006 +88.2219 +102.484 +103.328 +151.099 +272.566 +272.893 +273.138 +284.555 +272.966 +282.61 +281.873 +278.196 +291.321 +169.389 +155.683 +112.246 +147.336 +98.1668 +102.597 +72.8298 +97.638 +71.9011 +97.3623 +71.9011 +100.11 +108.994 +123.421 +134.33 +264.143 +271.799 +277.528 +291.119 +283.606 +293.799 +298.818 +305.351 +315.279 +183.777 +155.25 +112.246 +167.798 +98.1668 +108.501 +72.8298 +60.0763 +60.0763 +74.822 +60.0763 +60.0763 +62.7378 +80.713 +148.832 +158.299 +161.037 +166.498 +175.912 +93.4213 +71.1966 +108.403 +98.3084 +66.7313 +48.4211 +62.6922 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +61.0049 +61.0049 +43.3651 +71.4696 +43.3651 +43.3651 +59.5369 +58.8908 +43.3651 +72.9586 +43.3651 +45.0524 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +93.5911 +71.9011 +97.2156 +82.4458 +108.773 +143.232 +281.684 +284.732 +288.983 +299.182 +287.321 +278.001 +277.766 +277.966 +293.33 +189.405 +148.885 +130.962 +147.544 +98.1668 +85.8061 +84.994 +92.0364 +91.9393 +91.6747 +91.8085 +91.8579 +122.733 +105.36 +116.596 +254.85 +262.176 +254.559 +281.946 +268.755 +271.929 +273.407 +277.571 +289.244 +186.768 +149.688 +125.478 +137.985 +124.746 +80.713 +72.8298 +78.4257 +71.9011 +92.3167 +85.0064 +91.7423 +102.23 +103.212 +136.493 +274.152 +272.953 +274.892 +284.641 +275.155 +277.642 +278.091 +278.214 +293.821 +191.367 +153.829 +112.246 +160.842 +98.1668 +80.713 +72.8298 +86.3011 +71.9011 +97.2455 +71.9011 +97.4063 +82.4458 +108.798 +136.52 +275.95 +276.643 +280.593 +292.422 +280.933 +287.615 +289.026 +285.2 +296.345 +193.83 +149.414 +112.246 +162.676 +98.1668 +86.5549 +72.8298 +98.9502 +71.9011 +71.9011 +78.4061 +71.9011 +102.897 +103.557 +175.632 +310.568 +311.561 +317.254 +306.472 +289.675 +286.369 +289.209 +285.7 +299.024 +196.811 +150.153 +112.246 +143.579 +98.1668 +80.713 +72.8298 +78.2283 +60.0763 +85.9717 +60.0763 +84.9978 +70.9037 +105.795 +113.097 +113.092 +128.889 +130.325 +138.781 +112.146 +65.044 +118.619 +65.044 +119.779 +61.0049 +82.975 +60.9976 +86.7777 +60.9976 +85.8936 +60.9976 +90.6543 +60.0763 +90.2759 +60.0763 +90.3349 +61.7636 +91.2053 +43.3651 +73.5694 +43.3651 +73.8953 +43.3651 +68.6273 +43.3651 +68.6858 +43.3651 +68.6753 +62.6922 +86.2574 +60.9976 +86.2937 +76.2994 +86.2925 +80.2905 +97.3526 +91.1409 +97.1599 +91.1359 +97.3241 +101.766 +108.6 +137.477 +282.621 +287.382 +287.933 +301.309 +288.808 +285.015 +282.827 +288.398 +296.234 +192.097 +151.372 +112.246 +149.313 +98.1668 +80.713 +79.3674 +85.2752 +92.0455 +92.053 +91.7703 +91.8575 +102.329 +103.196 +140.501 +288.877 +292.008 +292.405 +303.151 +292.077 +293.26 +294.034 +294.579 +304.145 +198.748 +143.697 +112.246 +167.958 +98.1668 +80.713 +72.8298 +71.9011 +71.9011 +76.4981 +86.3796 +91.5437 +127.383 +107.323 +116.566 +265.904 +273.886 +281.342 +297.203 +292.689 +304.922 +309.749 +309.289 +311.998 +200.453 +159.334 +112.246 +162.847 +98.1668 +108.241 +72.8298 +71.9011 +71.9011 +99.0925 +71.9011 +71.9011 +82.4458 +83.3745 +166.702 +310.514 +317.168 +322.599 +344.523 +333.935 +329.8 +331.493 +331.93 +351.256 +246.874 +163.544 +112.246 +135.595 +98.1668 +90.6805 +79.0966 +91.8969 +92.042 +91.4798 +91.5915 +90.0343 +102.015 +101.446 +132.181 +269.723 +254.834 +266.846 +281.962 +269.654 +273.198 +275.289 +274.12 +289.515 +187.031 +156.823 +123.933 +142.748 +120.074 +107.733 +72.8298 +85.0915 +60.0763 +83.4263 +72.0761 +83.4746 +107.308 +110.627 +114.166 +113.059 +122.783 +130.66 +135.332 +101.143 +65.044 +112.348 +65.044 +108.32 +61.0049 +62.6922 +60.9976 +72.1988 +60.9976 +86.8727 +60.9976 +90.3789 +60.0763 +90.3853 +60.0763 +90.2599 +61.7636 +91.0346 +43.3651 +73.4081 +43.3651 +73.4374 +43.3651 +73.7911 +43.3651 +73.7858 +43.3651 +73.8175 +62.6922 +91.37 +60.9976 +91.469 +60.9976 +91.4969 +60.9976 +102.111 +71.9011 +102.046 +71.9011 +102.045 +82.4458 +113.852 +135.161 +277.118 +279.69 +281.755 +293.837 +282.337 +285.238 +281.37 +281.55 +291.904 +190.143 +147.454 +132.596 +131.815 +134.652 +106.274 +72.8298 +97.43 +71.9011 +97.161 +71.9011 +96.9508 +82.4458 +111.405 +116.643 +265.858 +269.221 +271.581 +282.112 +267.215 +269.51 +270.76 +269.627 +267.952 +181.483 +155.961 +112.246 +150.055 +98.1668 +80.713 +82.9602 +92.5452 +91.7277 +91.7008 +91.6184 +91.8791 +126.453 +110.069 +116.378 +254.602 +254.549 +254.548 +263.963 +252.194 +261.689 +272.103 +270.513 +282.205 +166.463 +156.951 +112.246 +150.315 +98.1668 +80.713 +77.6631 +92.6423 +91.8391 +81.6096 +91.7153 +91.7578 +115.589 +125.996 +116.494 +254.562 +254.535 +254.488 +281.238 +268.042 +270.303 +270.54 +270.338 +282.795 +166.464 +145.317 +141.972 +150.991 +98.1668 +80.713 +76.6984 +71.9011 +98.6048 +79.4613 +97.1839 +91.1111 +123.247 +107.462 +116.74 +254.746 +254.576 +254.448 +282.929 +271.054 +279.557 +282.193 +280.114 +287.261 +168.832 +161.578 +112.246 +161.577 +98.1668 +80.713 +77.6445 +80.8667 +79.9974 +80.7393 +79.7273 +84.9578 +91.9566 +114.112 +99.3879 +113.02 +130.788 +142.096 +156.057 +88.1544 +65.044 +128.345 +65.044 +109.808 +88.2932 +62.6922 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +60.0763 +60.0763 +60.0763 +60.0763 +60.0763 +61.7636 +61.0049 +43.3651 +63.8805 +43.3651 +70.56 +55.9878 +48.3334 +54.1601 +72.0492 +72.5495 +43.3651 +62.6922 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +60.9976 +71.9011 +71.9011 +71.9011 +71.9011 +71.9011 +82.4458 +83.3745 +187.321 +323.771 +301.019 +310.289 +327.348 +307.161 +301.852 +297.498 +297.829 +306.257 +202.208 +147.415 +112.246 +150.954 +98.1668 +80.713 +72.8298 +71.9011 +84.6742 +91.6398 +91.6727 +91.7036 +102.63 +103.044 +118.881 +254.801 +254.698 +270.899 +264.058 +252.289 +254.611 +254.6 +268.956 +267.959 +166.573 +159.416 +113.58 +145.267 +120.141 +107.887 +72.8298 +96.9955 +71.9011 +96.921 +84.725 +95.2255 +127.059 +109.094 +116.673 +254.899 +254.828 +254.661 +264.16 +267.303 +269.633 +269.614 +269.616 +282.951 +166.474 +152.803 +112.246 +149.919 +98.1668 +80.713 +77.6353 +92.6294 +91.8669 +92.0418 +91.8362 +91.8138 +105.277 +102.911 +133.563 +274.712 +277.443 +278.058 +281.978 +269.736 +271.143 +271.612 +271.537 +285.019 +183.402 +158.458 +112.246 +149.687 +98.1668 +80.713 +84.1915 +71.9011 +97.8576 +71.9011 +97.4171 +71.9011 +108.176 +83.3745 +175.344 +305.096 +311.18 +314.144 +319.263 +307.733 +288.723 +284.022 +280.579 +296.256 +192.371 +160.83 +112.246 +150.301 +98.1668 +107.401 +72.8298 +85.3668 +60.0763 +81.2225 +71.0203 +83.4357 +82.0911 +102.055 +128.769 +128.167 +127.595 +113.069 +117.673 +123.093 +65.044 +127.81 +65.044 +125.224 +61.0049 +85.7227 +60.9976 +84.382 +72.9953 +83.9644 +80.3218 +82.7943 +79.2756 +83.3426 +79.3034 +83.3234 +80.9795 +84.2738 +80.1491 +66.5561 +62.2823 +68.5067 +62.4935 +68.64 +62.6483 +68.2992 +62.5533 +68.2623 +81.8727 +85.2819 +80.1122 +90.6801 +80.0249 +90.9779 +80.0173 +101.901 +90.9034 +101.266 +90.8874 +96.8217 +129.925 +105.848 +134.6 +255.104 +254.971 +254.911 +264.33 +252.528 +254.739 +254.683 +254.617 +268.093 +166.682 +160.839 +118.484 +148.12 +120.148 +91.0153 +93.5461 +91.7802 +95.0351 +89.8279 +96.6382 +89.2448 +130.829 +98.4618 +134.635 +255.087 +255.049 +255.049 +264.49 +252.673 +255.017 +255.016 +255.043 +268.445 +167.04 +163.488 +112.246 +148.351 +98.1668 +98.796 +72.8298 +96.5467 +71.9011 +100.909 +71.9011 +97.589 +115.564 +117.876 +134.675 +255.133 +255.098 +255.035 +264.46 +252.688 +254.987 +255.011 +255.035 +268.383 +167.023 +163.727 +112.246 +149.153 +98.1668 +98.272 +72.8298 +94.7571 +71.9011 +95.1262 +71.9011 +94.3436 +126.903 +109.006 +135.018 +255.427 +255.273 +255.169 +264.607 +252.728 +255.026 +255.019 +255.04 +268.419 +167.056 +163.045 +112.246 +148.981 +98.1668 +101.545 +78.2152 +93.6601 +91.1279 +91.1186 +90.9714 +89.0525 +131.534 +103.9 +134.95 +255.339 +255.193 +255.094 +264.538 +252.644 +254.841 +254.828 +254.825 +268.226 +166.931 +164.861 +112.246 +149.489 +98.1668 +105.534 +72.8298 +87.7046 +60.0763 +86.7793 +60.0763 +85.1837 +107.478 +111.477 +131.577 +113.375 +113.43 +113.384 +118.075 +121.156 +65.044 +124.949 +65.044 +126.242 +61.0049 +85.7435 +60.9976 +84.8884 +60.9976 +88.5865 +60.9976 +87.3375 +60.0763 +87.2545 +60.0763 +87.247 +61.7636 +88.2299 +61.0049 +70.2682 +43.3651 +70.4458 +43.3651 +70.754 +43.3651 +70.8814 +43.3651 +70.967 +62.6922 +89.7185 +60.9976 +87.8171 +60.9976 +91.758 +60.9976 +99.7782 +71.9011 +100.186 +71.9011 +101.921 +114.162 +122.377 +135.66 +255.948 +255.791 +255.514 +264.803 +252.884 +255.139 +255.138 +254.954 +268.569 +167.303 +158.181 +131.996 +147.677 +124.818 +108.874 +72.8298 +99.1655 +71.9011 +97.4655 +71.9011 +95.2787 +126.913 +108.655 +135.005 +255.456 +255.3 +255.185 +264.635 +252.778 +255.02 +254.983 +254.937 +268.28 +166.851 +163.803 +112.246 +145.665 +113.239 +106.789 +72.8298 +97.1814 +79.0543 +96.7691 +91.2394 +96.7872 +138.858 +113.763 +134.338 +254.842 +269.425 +269.696 +279.08 +268.086 +269.519 +269.537 +269.484 +282.91 +182.384 +157.385 +112.246 +150.183 +111.887 +85.248 +77.6494 +92.0823 +92.2226 +91.7735 +91.637 +91.6342 +102.223 +103.099 +155.476 +275.162 +275.632 +275.974 +283.766 +272.089 +276.418 +277.083 +275.688 +287.182 +185.308 +143.678 +124.533 +137.661 +124.762 +80.713 +72.8298 +71.9011 +86.7393 +71.9011 +97.7365 +71.9011 +107.625 +92.8925 +134.277 +254.803 +254.694 +254.609 +264.037 +267.585 +269.846 +270.043 +270.129 +283.523 +181.701 +147.927 +133.495 +137.804 +124.703 +80.713 +80.9424 +69.9616 +80.1945 +80.0855 +79.8518 +73.112 +104.229 +104.741 +131.942 +113.022 +112.839 +127.876 +135.527 +99.5894 +65.044 +107.27 +65.044 +113.672 +61.0049 +78.2746 +60.9976 +86.6319 +60.9976 +85.8769 +71.9422 +84.8641 +79.3447 +83.0762 +79.2435 +81.7765 +80.8708 +82.2355 +80.0822 +66.3443 +62.5827 +65.9462 +62.5517 +68.3137 +43.3651 +72.7396 +43.3651 +72.3878 +62.6922 +88.5282 +60.9976 +87.5054 +60.9976 +87.06 +60.9976 +100.09 +71.9011 +101.343 +71.9011 +101.497 +115.492 +123.195 +134.433 +254.924 +254.871 +254.77 +264.12 +269.502 +269.55 +270.36 +270.451 +285.25 +182.319 +156.449 +112.246 +149.261 +110.348 +91.05 +84.9025 +91.921 +91.957 +91.8257 +91.4658 +95.2719 +125.641 +116.796 +134.368 +254.887 +254.75 +254.657 +264.166 +252.292 +254.549 +254.531 +254.583 +267.924 +166.597 +160.07 +112.246 +149.856 +117.4 +80.713 +81.8486 +71.9011 +98.0022 +71.9011 +99.6928 +71.9011 +140.844 +83.3745 +134.412 +254.955 +254.875 +254.833 +264.301 +252.409 +254.757 +254.663 +273.744 +286.64 +183.635 +159.89 +118.5 +146.321 +120.162 +105.117 +72.8298 +97.5983 +71.9011 +97.3227 +71.9011 +97.4993 +116.576 +131.723 +134.304 +254.753 +254.619 +254.556 +264.082 +252.235 +254.538 +254.666 +254.668 +268.096 +166.688 +161.287 +112.246 +148.662 +98.1668 +106.646 +72.8298 +94.8042 +71.9011 +97.7334 +71.9011 +94.7099 +115.418 +110.59 +134.723 +255.083 +255.018 +254.936 +264.409 +252.598 +254.856 +254.855 +254.872 +268.273 +166.906 +158.842 +129.883 +139.882 +125.408 +102.345 +72.8298 +82.1444 +60.0763 +84.7964 +60.0763 +84.8291 +95.4622 +111.768 +119.719 +113.294 +113.212 +113.122 +117.679 +115.013 +65.044 +107.744 +67.366 +109.962 +61.0049 +88.771 +60.9976 +86.0313 +60.9976 +88.4188 +60.9976 +90.0203 +60.0763 +90.0983 +60.0763 +89.6854 +61.7636 +90.4145 +61.0049 +72.9537 +43.3651 +73.3424 +43.3651 +73.6177 +43.3651 +73.8595 +43.3651 +73.7669 +62.6922 +91.3585 +60.9976 +90.8716 +60.9976 +91.2062 +60.9976 +102.104 +71.9011 +102.168 +71.9011 +101.453 +115.12 +125.873 +134.633 +255.132 +255.058 +255.045 +264.501 +252.688 +255.017 +254.944 +255.054 +268.468 +167.147 +161.429 +131.352 +142.226 +125.453 +95.8961 +72.8298 +94.2366 +71.9011 +93.7706 +85.59 +92.2124 +124.821 +105.002 +135.641 +255.944 +255.779 +255.496 +264.9 +253.026 +255.314 +255.315 +255.291 +268.691 +167.304 +156.259 +112.246 +148.811 +98.1668 +91.4301 +72.8298 +94.2902 +71.9011 +93.7887 +71.9011 +99.1856 +114.605 +118.733 +135.254 +255.604 +255.452 +255.364 +264.755 +252.867 +255.125 +255.117 +255.205 +268.616 +167.191 +161.36 +112.246 +146.595 +98.1668 +101.096 +72.8298 +99.7387 +71.9011 +97.1724 +71.9011 +95.8258 +126.938 +110.627 +135.233 +255.68 +255.585 +255.452 +264.876 +253.026 +255.318 +255.273 +255.245 +268.647 +167.313 +163.14 +112.246 +154.216 +98.1668 +93.4602 +72.8298 +94.5204 +71.9011 +94.4648 +71.9011 +94.1946 +126.862 +109.098 +134.916 +255.372 +255.188 +255.116 +264.511 +252.761 +255.022 +254.956 +254.952 +268.291 +166.965 +163.982 +112.246 +151.68 +98.1668 +107.598 +72.8298 +85.4496 +60.0763 +90.6679 +60.0763 +89.791 +96.5433 +123.056 +120.467 +113.218 +113.234 +113.16 +117.764 +123.192 +65.044 +127.292 +65.044 +130.107 +61.0049 +88.6328 +60.9976 +86.2633 +68.5302 +86.2783 +80.2456 +85.2312 +79.2734 +84.6145 +79.2604 +84.8599 +80.8887 +85.7554 +80.016 +66.5209 +62.4426 +66.5457 +62.5916 +66.6511 +62.6026 +66.2742 +62.6127 +64.2936 +83.8074 +81.2743 +85.4855 +83.507 +85.6119 +81.2224 +85.3222 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_p.csv new file mode 100644 index 0000000..89d13f6 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_p.csv @@ -0,0 +1,8760 @@ +754.57 +339.512 +802.213 +339.512 +642.897 +339.512 +642.624 +362.196 +700.686 +491.501 +713.26 +364.789 +797.555 +364.789 +839.84 +364.789 +822.936 +369.307 +634.32 +416.707 +708.535 +507.156 +656.243 +553.043 +746.474 +575.624 +701.059 +602.121 +779.399 +805.142 +1323.93 +1376.71 +1283.09 +1260.55 +1289.53 +1267.08 +1297.01 +1266.93 +1296.83 +1266.47 +1296.53 +1456.23 +898.661 +915.97 +569.039 +669.077 +631.417 +436.173 +781.428 +433.87 +694.666 +574.155 +767.104 +824.087 +1294.58 +1368.71 +1237.45 +1239.13 +1238.15 +1241.03 +1238.21 +1239.44 +1235.21 +1238.1 +1234.13 +1434.05 +831.432 +959.324 +570.232 +673.024 +624.329 +526.231 +689.931 +566.634 +685.389 +598.332 +768.711 +824.906 +1296.34 +1363.67 +1235.11 +1237.62 +1235.28 +1241.25 +1236.46 +1242.72 +1237.43 +1238.53 +1234.3 +1433.7 +831.639 +959.559 +626.757 +672.524 +762.651 +435.705 +822.432 +433.54 +819.816 +462.21 +768.509 +824.454 +1295.16 +1363.14 +1234.33 +1239.94 +1243.52 +1256.48 +1257.35 +1254.27 +1251.23 +1243.17 +1236.86 +1433.66 +831.198 +926.548 +569.914 +672.058 +722.087 +435.795 +813.534 +433.556 +811.022 +462.339 +698.037 +836.89 +1222.3 +1379.58 +1159.33 +1253.61 +1222.55 +1246.06 +1234.38 +1237.43 +1241.05 +1240.59 +1234.07 +1421.74 +841.735 +919.036 +569.016 +669.285 +740.403 +436.033 +810.669 +434.016 +813.932 +439.643 +728.972 +466.277 +832.824 +863.737 +733.412 +951.614 +920.535 +931.857 +907.271 +936.841 +921.399 +655.551 +571.609 +780.877 +698.288 +810.634 +705.821 +445.334 +699.269 +444.32 +675.888 +430.032 +675.015 +435.031 +682.012 +434.443 +735.113 +449.211 +828.604 +461.356 +810.291 +446.621 +819.573 +447.011 +812.577 +459.636 +822.397 +511.939 +676.34 +522.13 +678.292 +522.214 +677.964 +520.988 +697.137 +543.247 +694.948 +648.907 +698.746 +835.883 +1223.33 +1376.43 +1159.59 +1252.31 +1159.27 +1254.21 +1224.43 +1255.9 +1224.3 +1255.52 +1222.1 +1446.97 +832.12 +971.25 +571.331 +684.3 +733.74 +445.829 +810.309 +443.657 +775.928 +472.684 +699.253 +837.316 +1223.56 +1376.63 +1159.42 +1252.87 +1227.75 +1270 +1255.61 +1276.93 +1260.34 +1289.13 +1258.76 +1471.66 +855.477 +946.227 +643.584 +666.017 +733.414 +363.771 +833.466 +361.824 +833.001 +390.623 +834.005 +835.283 +1323.66 +1515.8 +1396.16 +1460.56 +1469.12 +1508.46 +1475.94 +1525.22 +1510.58 +1542.68 +1526.32 +1738.9 +983.255 +990.331 +648.317 +683.055 +740.741 +446.161 +804.64 +463.4 +681.949 +502.234 +702.512 +834.967 +1224.77 +1371.91 +1164.64 +1244.56 +1161.91 +1246.04 +1160.97 +1250.61 +1223.36 +1252.11 +1159.62 +1446.78 +832.248 +970.532 +570.831 +684.701 +756.213 +446.101 +812.606 +443.959 +810.541 +472.639 +697.401 +836.624 +1222.38 +1377.53 +1159.34 +1255.05 +1239.11 +1291.42 +1259.65 +1323.93 +1301.72 +1333.49 +1301.05 +1521.14 +924.657 +964.865 +647.053 +693.183 +708.994 +436.193 +817.383 +434.113 +814.686 +434.124 +818.76 +407.2 +560.623 +876.307 +758.13 +1007.12 +987.758 +1020.07 +987.432 +1007.22 +994.497 +676.492 +663.024 +785.754 +773.684 +813.168 +580.885 +436.292 +698.442 +436.128 +664.184 +411.752 +628.652 +411.611 +620.231 +411.709 +618.251 +426.067 +668.286 +436.986 +703.367 +437.492 +784.479 +437.664 +842.274 +438.024 +869.585 +414.276 +616.828 +417.848 +667.672 +424.291 +731.65 +423.987 +788.495 +444.693 +771.176 +473.392 +696.244 +837.751 +1287.41 +1404.77 +1254.08 +1295.71 +1286.86 +1324.58 +1323.55 +1385.88 +1386.03 +1401.38 +1366.74 +1550.22 +948.472 +988.137 +669.036 +682.029 +533.961 +402.69 +610.303 +460.741 +603.972 +552.851 +900.947 +874.085 +1355.13 +1542.9 +1409.04 +1454.65 +1398.72 +1401.91 +1382.52 +1387.51 +1400.23 +1430.28 +1433.03 +1644.26 +1039.64 +1015.53 +679.491 +704.289 +619.065 +363.771 +740.527 +361.824 +832.39 +390.623 +797.847 +772.517 +1271.63 +1452.26 +1293.38 +1325.24 +1301.9 +1325.98 +1294.16 +1326.15 +1294.18 +1310.51 +1287.01 +1500.28 +919.443 +951.924 +645.023 +666.054 +642.549 +527.122 +694.811 +557.834 +692.04 +586.09 +777.425 +831.822 +1344.53 +1397.32 +1308.77 +1278.53 +1309.86 +1279.03 +1318.33 +1279.25 +1310.39 +1279.08 +1303.51 +1468.91 +909.402 +948.01 +644.55 +662.401 +718.548 +363.771 +828.656 +361.824 +824.494 +390.623 +769.66 +830.534 +1310.57 +1384.1 +1275.25 +1267.38 +1262.8 +1280.12 +1282.46 +1273.24 +1289.25 +1260.74 +1269.73 +1450.63 +844.153 +943.564 +569.766 +670.505 +745.656 +435.87 +814.899 +433.886 +808.294 +433.787 +815.769 +453.412 +836.103 +787.3 +691.744 +920.525 +923.974 +925.862 +923.122 +926.253 +939.593 +647.589 +570.301 +769.131 +697.324 +798.829 +593.826 +509.927 +682.135 +572.107 +555.238 +652.824 +557.281 +547.07 +626.117 +547.711 +586.079 +562.355 +671.27 +574.807 +692.555 +572.76 +693.099 +573.179 +691.422 +589.086 +703.013 +552.64 +559.64 +548.205 +560.226 +549.253 +559.174 +560.107 +650.443 +583.985 +604.05 +614.649 +767.688 +824.529 +1295.1 +1363.43 +1234.19 +1237.03 +1235.97 +1237.43 +1235.47 +1238.64 +1234.87 +1237.86 +1235.11 +1434.02 +905 +959.993 +643.955 +673.193 +718.992 +434.299 +731.51 +437.173 +738.826 +473.947 +772.968 +815.62 +1296.05 +1353.39 +1234.36 +1234.03 +1234.89 +1237.12 +1235.15 +1238.15 +1235.1 +1238.06 +1234.76 +1434.58 +831.413 +959.757 +624.624 +672.961 +647.009 +526.246 +692.536 +569.052 +688.914 +597.56 +767.677 +824.47 +1295.39 +1363.35 +1234.26 +1237.15 +1234.48 +1237.81 +1237.56 +1240.46 +1237.1 +1241.62 +1236.68 +1434.3 +831.224 +940.194 +570.244 +672.729 +759.962 +435.807 +823.888 +433.656 +818.306 +462.129 +769.254 +824.187 +1295.32 +1361.87 +1235.58 +1239.01 +1240.07 +1242.55 +1242.34 +1244.8 +1241.65 +1249.86 +1240.68 +1440.16 +840.748 +957.296 +569.842 +682.252 +630.357 +537.981 +680.414 +579.262 +678.436 +607.855 +696.235 +835.875 +1221.37 +1383.29 +1224.71 +1259.01 +1227.51 +1269.27 +1233.28 +1262.4 +1237.59 +1261.92 +1233.13 +1452.52 +842.256 +898.182 +569.601 +671.156 +750.123 +435.871 +816.786 +440.254 +807.344 +444.172 +759.231 +465.127 +824.318 +788.027 +595.811 +899.347 +870.708 +904.178 +870.504 +904.216 +892.105 +656.986 +571.787 +782.662 +698.267 +812.553 +685.645 +481.563 +702.385 +445.627 +676.216 +421.11 +702.129 +421.262 +678.836 +420.984 +747.481 +445.881 +772.608 +451.807 +786.481 +446.793 +815.116 +457.19 +778.525 +446.897 +827.632 +473.852 +676.874 +454.849 +723.71 +453.867 +742.881 +452.9 +735.743 +502.567 +765.98 +503.924 +699.095 +837.205 +1222.71 +1378.77 +1159.84 +1253.53 +1160.27 +1254.42 +1160.45 +1255.07 +1160.16 +1254.92 +1159.38 +1450.66 +832.587 +960.559 +616.352 +673.813 +756.533 +435.457 +820.926 +433.133 +825.107 +462.078 +768.883 +825.316 +1296.13 +1362.68 +1236.41 +1236.59 +1235.36 +1237.97 +1235.86 +1238.67 +1235.86 +1238.86 +1235.85 +1434.61 +868.653 +960.591 +643.983 +672.774 +761.245 +435.684 +825.034 +433.895 +830.245 +463.097 +866.652 +865.064 +1327.79 +1500.94 +1367.72 +1380.78 +1337.39 +1343.46 +1311.02 +1324.9 +1301.94 +1292.44 +1300.08 +1484.49 +906.53 +948.422 +636.556 +661.772 +635.964 +363.771 +697.597 +361.824 +695.146 +390.623 +769.88 +825.694 +1315.38 +1390.19 +1262.69 +1260.43 +1257.3 +1254.96 +1252.48 +1245.61 +1248.6 +1246.09 +1242.41 +1427.26 +860.684 +884.051 +642.451 +598.365 +647.81 +363.771 +696.331 +516.896 +690.307 +584.308 +768.831 +822.827 +1296.78 +1361.47 +1236.75 +1234.68 +1240.36 +1240.68 +1255.86 +1261.71 +1262.88 +1240.71 +1250.24 +1431.92 +842.436 +919.038 +569.277 +669.953 +741.288 +435.945 +815.802 +433.823 +807.54 +433.534 +816.22 +452.696 +827.99 +775.501 +669.714 +885.447 +886.381 +892.104 +889.532 +890.348 +906.792 +645.126 +587.474 +771.898 +771.04 +800.998 +687.024 +443.598 +812.626 +445.769 +680.16 +529.209 +676.314 +421.188 +785.639 +420.929 +678.346 +467.073 +702.995 +557.793 +574.437 +559.576 +593.6 +685.011 +568.314 +691.134 +581.138 +569.141 +542.812 +622.927 +571.523 +629.157 +560.65 +617.892 +572.672 +637.558 +574.109 +666.435 +703.865 +830.803 +1226.97 +1368.15 +1164.6 +1240.59 +1164.7 +1240.48 +1163.71 +1240.85 +1162.51 +1242.53 +1163.11 +1437.62 +835.624 +965.092 +574.145 +678.854 +743.898 +438.344 +742.606 +493.939 +790.58 +464.667 +703.931 +830.504 +1226.32 +1240.65 +1164.18 +1240.9 +1164.23 +1240.55 +1160.59 +1246.16 +1221.18 +1251.99 +1222.08 +1450.09 +838.205 +969.028 +571.703 +681.214 +742.368 +452.292 +696.812 +467.153 +769.714 +484.634 +699.182 +834.589 +1223.68 +1246.57 +1160.01 +1251.98 +1160.09 +1254.42 +1160.69 +1255.84 +1160.17 +1255.13 +1159.02 +1323.63 +831.55 +959.946 +570.55 +679.061 +749.435 +446.257 +814.267 +443.861 +808.444 +472.333 +698.364 +836.426 +1222.17 +1251.17 +1158.5 +1254.13 +1240.35 +1273.09 +1243.04 +1277.32 +1248.52 +1276.85 +1242.16 +1335.18 +839.972 +968.513 +570.495 +682.589 +756.891 +446.342 +804.312 +443.973 +748.357 +472.019 +698.332 +837.097 +1222.89 +1251.19 +1159.1 +1253.91 +1159.73 +1256.3 +1226.66 +1228.42 +1224.21 +1253.61 +1158.67 +1322.52 +831.675 +884.92 +620.157 +599.949 +652.81 +433.155 +694.829 +556.756 +688.259 +559.407 +688.259 +601.768 +721.477 +649.9 +667.766 +884.656 +891.389 +898.072 +903.272 +905.569 +940.457 +606.276 +639.505 +634.116 +781.916 +794.043 +715.368 +363.771 +835.627 +363.771 +752.414 +339.512 +711.84 +339.512 +746.431 +339.512 +744.751 +226.942 +808.995 +364.789 +832.28 +364.789 +779.223 +420.903 +768.104 +439.753 +785.908 +364.428 +688.841 +509.704 +690.271 +516.138 +691.994 +515.908 +711.958 +536.169 +707.079 +564.392 +777.918 +757.5 +1300.84 +1164.72 +1239.88 +1161.39 +1242.62 +1161.24 +1244.31 +1160.87 +1246.78 +1159.89 +1246.98 +1229.14 +917.093 +885.61 +654.457 +600.431 +742.443 +406.27 +734.296 +361.824 +744.605 +446.698 +779.803 +753.559 +1305.73 +1160.99 +1247.32 +1159.84 +1252.56 +1222.73 +1261.8 +1245.7 +1298.46 +1281.64 +1286.92 +1339.4 +902.301 +992.238 +691.367 +729.303 +636.596 +363.771 +705.371 +361.824 +701.239 +566.944 +826.719 +834.734 +1310.59 +1401.38 +1396.53 +1431.92 +1383.27 +1327.8 +1288.76 +1320.11 +1289.02 +1311.44 +1274.3 +1373.63 +902.147 +958.504 +632.134 +672.279 +752.66 +436.097 +815.022 +442.459 +811.628 +473.495 +697.205 +836.665 +1222.12 +1253.01 +1223.97 +1255.87 +1229.27 +1275.42 +1243.14 +1266.49 +1238 +1266.89 +1227.52 +1326.64 +840.774 +957.503 +569.382 +671.216 +626.491 +436.058 +727.262 +433.972 +813.737 +462.636 +759.494 +861.638 +1315.37 +1305.95 +1286.5 +1324.63 +1325.11 +1371.32 +1324.42 +1334 +1311.48 +1317.78 +1279.87 +1373.03 +907.085 +946.324 +641.564 +661.962 +637.342 +363.771 +702.639 +361.824 +700.4 +361.824 +736.411 +419.357 +864.83 +674.2 +704.455 +923.375 +932.111 +942.385 +952.906 +964.966 +988.524 +662.27 +637.887 +635.842 +697.047 +797.823 +608.489 +436.083 +686.899 +435.931 +702.427 +411.589 +770.399 +411.548 +694.073 +411.827 +753.864 +298.803 +799.266 +436.999 +692.154 +437.485 +713.527 +437.388 +788.607 +437.301 +700.28 +286.647 +617.508 +413.641 +610.519 +489.166 +582.14 +562.855 +623.596 +584.851 +570.891 +609.816 +751.799 +861.456 +1312.32 +1300.44 +1280.7 +1310.82 +1295.1 +1319.93 +1313.08 +1372.69 +1295.03 +1306.09 +1288.77 +1380.95 +858.84 +967.761 +571.435 +683.192 +734.916 +446.209 +711.112 +441.812 +725.177 +469.776 +701.987 +834.608 +1226.32 +1244.22 +1161.55 +1247.4 +1160.61 +1250 +1160.4 +1250.92 +1160.93 +1249.41 +1160.9 +1317.82 +833.007 +969.884 +571.525 +683.603 +707.53 +508.474 +697.276 +461.875 +769.364 +470.213 +698.259 +835.098 +1293.87 +1284.31 +1280.5 +1323.5 +1339.68 +1430.69 +1434.02 +1515.01 +1517.12 +1541.53 +1537.8 +1607.96 +1169.38 +1194.31 +792.279 +775.035 +633.116 +444.595 +698.533 +558.176 +693.054 +595.235 +783.862 +771.228 +1270.44 +1325.73 +1293.45 +1325.92 +1260.81 +1290.71 +1267.31 +1290.66 +1274.08 +1304.69 +1259.92 +1359.4 +862.187 +956.545 +569.472 +670.909 +746.097 +435.971 +821.709 +433.674 +814.325 +462.214 +768.844 +824.47 +1295.12 +1236.62 +1237.29 +1241.64 +1240.3 +1245.95 +1253.21 +1244.5 +1252.42 +1259.75 +1246.54 +1309.88 +840.399 +957.491 +570.166 +671.329 +748.27 +444.753 +809.259 +444.124 +805.613 +443.912 +699.577 +571.116 +801.405 +660.96 +594.843 +899.763 +809.255 +904.713 +871.819 +902.533 +891.845 +656.979 +571.281 +655.914 +698.657 +812.007 +690.162 +460.476 +702.779 +491.009 +677.068 +421.252 +676.527 +461.687 +677.94 +436.525 +679.445 +398.896 +703.61 +554.576 +705.337 +555.901 +709.602 +558.107 +573.41 +564.508 +589.497 +495.3 +548.263 +558.834 +556.444 +655.508 +547.774 +596.97 +568.853 +656.589 +567.91 +650.737 +696.114 +837.637 +1285.57 +1267 +1238.34 +1266.81 +1234.26 +1262.76 +1228.48 +1263.76 +1233.83 +1267.18 +1237.59 +1335.11 +841.946 +883.926 +612.745 +598.789 +556.567 +363.771 +601.725 +493.05 +595.265 +627.493 +769.359 +823.258 +1297.35 +1234.61 +1237.16 +1243.8 +1262.2 +1269.75 +1283.89 +1281.43 +1284.31 +1274.76 +1258.46 +1321.09 +853.787 +883.569 +569.105 +633.106 +621.2 +503.721 +683.174 +570.16 +677.844 +596.768 +697.694 +836.1 +1222.26 +1251.17 +1224.3 +1260.73 +1239.83 +1273.37 +1261.79 +1297.58 +1274.53 +1311.38 +1288.36 +1380.58 +901.588 +958.382 +630.618 +670.378 +749.08 +436.112 +811.25 +433.858 +806.894 +471.618 +766.097 +861.126 +1317.98 +1306.52 +1302.32 +1344.6 +1326.23 +1371.93 +1339.72 +1374.37 +1327.88 +1360.89 +1303.65 +1374.96 +921.165 +954.301 +634.315 +661.445 +642.295 +363.771 +707.725 +361.824 +782.797 +390.623 +767.891 +749.387 +1295.97 +1239.8 +1244.29 +1253.03 +1254.58 +1242.82 +1257.88 +1233.83 +1253.53 +1228.12 +1254.35 +1291.16 +905.283 +885.009 +643.382 +599.594 +764.711 +363.771 +823.521 +361.824 +824.731 +361.824 +820.816 +433.748 +865.313 +648.387 +669.691 +884.05 +887.046 +885.624 +889.824 +890.082 +911.582 +580.049 +644.644 +570.932 +771.187 +727.023 +720.353 +363.771 +828.017 +363.771 +700.672 +339.512 +745.813 +339.512 +746.559 +339.512 +752.745 +226.942 +805.101 +364.789 +711.026 +364.789 +712.774 +364.789 +716.123 +364.789 +708.739 +273.06 +655.162 +518.454 +690.629 +411.888 +691.028 +411.779 +775.971 +432.148 +749.331 +461.014 +770.349 +824.34 +1296.83 +1234.84 +1236.95 +1235.58 +1238.82 +1235.9 +1239.18 +1236.24 +1239.85 +1236.24 +1239.11 +1305.07 +868.875 +885.173 +645.178 +599.92 +630.991 +476.761 +693.285 +562.457 +688.617 +596.136 +770.181 +824.094 +1297.52 +1234.88 +1237.36 +1235.65 +1239.84 +1241.54 +1250.6 +1251.55 +1258.84 +1246.16 +1239.08 +1298.54 +841.202 +884.562 +626.33 +599.139 +743.208 +363.771 +826.389 +361.824 +822.764 +390.623 +769.357 +823.306 +1297.13 +1233.94 +1250.06 +1280.84 +1310.03 +1360.22 +1407.9 +1432.91 +1467.19 +1459.65 +1449.43 +1457.66 +925.688 +949.45 +632.841 +661.48 +546.856 +507.749 +610.144 +553.349 +662.496 +564.726 +782.205 +811.69 +1297.6 +1300.22 +1286.78 +1318.56 +1325.64 +1416.18 +1396.7 +1432.39 +1412.68 +1437.96 +1446.52 +1510.29 +1004.65 +1054.01 +707.028 +702.562 +551.449 +363.771 +711.719 +361.824 +704.093 +390.623 +794.736 +812.446 +1281.86 +1294.49 +1299.45 +1328.27 +1337.63 +1364.86 +1359.82 +1415.6 +1417.82 +1448.44 +1418.7 +1530.02 +1015.94 +1066.85 +725.953 +734.346 +563.253 +363.771 +752.831 +361.824 +613.806 +470.705 +640.415 +361.824 +453.071 +756.087 +786.938 +1035.31 +1045.28 +1081.44 +1074.28 +1092.86 +1094.82 +755.817 +723.927 +720.611 +845.84 +874.134 +596.935 +363.771 +719.392 +363.771 +662.226 +339.512 +685.497 +567.885 +608.732 +341.459 +386.303 +364.789 +856.388 +364.789 +829.424 +364.789 +852.756 +364.789 +783.73 +377.333 +596.038 +214.398 +552.696 +478.441 +585.621 +415.559 +577.725 +518.003 +598.052 +471.559 +626.293 +987.743 +916.419 +1383.95 +1533.06 +1396.22 +1401.09 +1413.35 +1431.95 +1463.22 +1467.14 +1506.56 +1503.1 +1541.16 +1575.86 +1005.48 +1166.46 +877.635 +922.287 +564.331 +363.771 +793.531 +361.824 +678.581 +419.508 +989.526 +1005.36 +1511.97 +1668.12 +1542.04 +1563.29 +1617.08 +1676.23 +1664.87 +1717.49 +1685.42 +1670 +1623.48 +1720.17 +1111.11 +1284.3 +952.349 +985.543 +670.22 +460.372 +790.738 +437.487 +756.11 +465.885 +1076.1 +1105.58 +1594.94 +1673.4 +1542.43 +1559.88 +1579.03 +1621.2 +1612.17 +1652.94 +1653.39 +1676.56 +1626.3 +1725.43 +1120.8 +1295.5 +953.944 +993.597 +700.598 +529.485 +793.147 +452.385 +838.214 +480.692 +1082.66 +1097.69 +1524.79 +1661.89 +1525.17 +1546.03 +1544.32 +1547.68 +1545.03 +1551.93 +1581.66 +1620.23 +1556.3 +1620.79 +990.534 +1205.25 +848.221 +922.539 +586.683 +546.396 +657.696 +526.677 +685.92 +528.667 +966.927 +974.061 +1445.74 +1506.45 +1477.99 +1503.67 +1501.7 +1543.18 +1543.51 +1544.34 +1544.11 +1436.78 +1395.47 +1485.16 +872.837 +1015.18 +688.964 +714.847 +632.499 +363.771 +719.01 +478.444 +695.838 +556.106 +692.198 +361.824 +618.709 +694.355 +742.539 +929.464 +931.714 +928.542 +953.322 +952.525 +989.952 +671.296 +664.068 +655.533 +658.42 +799.367 +676.353 +363.771 +830.492 +363.771 +804.635 +339.512 +771.511 +339.512 +673.237 +339.512 +630.258 +347.449 +678.752 +364.789 +698.554 +364.789 +801.006 +389.378 +839.031 +515.483 +790.204 +352.32 +389.094 +623.045 +465.441 +635.273 +465.215 +738.233 +486.139 +689.038 +485.533 +737.396 +768.265 +823.536 +1300.01 +1250.35 +1252.71 +1255.73 +1263.63 +1260.94 +1270.65 +1273.77 +1282.93 +1287.03 +1295.73 +1370.55 +797.079 +958.366 +652.666 +665.595 +634.744 +526.787 +692.889 +557.373 +691.295 +584.888 +768.16 +824.087 +1301.6 +1265.32 +1288.89 +1286.67 +1301.97 +1332.45 +1327.73 +1342.14 +1363.97 +1367.03 +1363.73 +1407.66 +817.829 +970.991 +649.373 +676.055 +536.971 +462.789 +639.204 +499.54 +591.429 +731.516 +805.744 +834.061 +1357.67 +1429.6 +1439.85 +1540.15 +1538.01 +1540.64 +1542.76 +1545.92 +1544.59 +1542.56 +1542.85 +1611.56 +1022.67 +1186.36 +858.917 +837.062 +624.892 +384.258 +696.366 +361.824 +699.537 +655.157 +842.14 +833 +1289.31 +1330.28 +1265.71 +1269.13 +1265.93 +1281.2 +1293.63 +1296.24 +1272.63 +1288.96 +1273.03 +1343.77 +772.003 +955.744 +569.446 +670.385 +748.961 +435.983 +815.845 +433.902 +810.667 +462.659 +696.604 +823.627 +1220.93 +1237.96 +1224.64 +1242.82 +1232.51 +1264.79 +1255.5 +1273.04 +1275.41 +1268.75 +1309.65 +1324.52 +727.625 +883.681 +582.95 +597.976 +632.82 +363.771 +700.195 +468.734 +693.002 +512.825 +692.11 +573.035 +767.509 +626.239 +676.625 +910.851 +937.717 +941.459 +945.196 +950.89 +980.145 +656.501 +647.862 +642.124 +652.791 +790.107 +731.909 +363.771 +829.471 +363.771 +801.494 +339.512 +716.092 +339.512 +737.973 +339.512 +702.486 +226.942 +827.837 +364.789 +827.906 +364.789 +832.709 +364.789 +834.838 +364.789 +726.248 +214.398 +615.782 +341.459 +722.255 +341.459 +666.706 +446.232 +711.896 +495.402 +716.086 +494.969 +768.273 +822.594 +1296.73 +1236.27 +1244.19 +1248.04 +1249.42 +1256.04 +1270.5 +1267.13 +1262.52 +1260.2 +1276.12 +1336.44 +771.638 +883.552 +611.579 +598.007 +633.014 +363.771 +787.926 +361.824 +824.942 +390.623 +768.182 +822.348 +1301.53 +1256.73 +1288.54 +1306.84 +1328.39 +1359.06 +1358.37 +1392.9 +1435.69 +1433.58 +1422.85 +1488.56 +876.1 +875.064 +665.182 +690.98 +552.423 +452.306 +560.539 +545.932 +546.331 +603.715 +768.772 +797.914 +1304.29 +1247.18 +1292.84 +1309.72 +1391.15 +1445.91 +1517.12 +1521.84 +1538.72 +1519.03 +1484.9 +1480.41 +885.318 +873.136 +672.777 +705.629 +555.529 +488.587 +670.743 +474.526 +603.863 +552.185 +835.876 +835.519 +1308.75 +1343.08 +1334.68 +1379.47 +1383.32 +1420.51 +1404.51 +1423.64 +1428.9 +1469.9 +1484.27 +1547.91 +935.078 +955.643 +722.594 +760.455 +575.152 +465.444 +699.205 +361.824 +774.328 +425.603 +842.713 +855.928 +1344.34 +1411.37 +1390.01 +1440.15 +1423.62 +1443.34 +1445.25 +1500.98 +1501.64 +1544.09 +1506.3 +1599.01 +935.381 +966.243 +736.809 +751.707 +566.506 +363.771 +681.621 +361.824 +597.787 +463.677 +609.661 +551.181 +642.138 +704.753 +734.796 +1029.94 +1074.34 +1158.33 +1133.48 +1189.2 +1184.48 +844.03 +739.168 +705.164 +704.106 +732.325 +508.202 +459.048 +593.39 +480.948 +513.939 +510.877 +516.067 +568.13 +515.847 +567.075 +514.336 +287.155 +364.789 +843.567 +430.747 +832.62 +394.418 +789.537 +411.756 +827.722 +377.333 +628.451 +334.785 +448.519 +500.08 +577.636 +498.646 +546.751 +522.135 +602.285 +597.566 +635.151 +705.191 +823.192 +1284.08 +1250.97 +1266.31 +1343.01 +1396.69 +1474.22 +1477.35 +1544.83 +1542.56 +1547.09 +1541.79 +1612.59 +898.113 +937.56 +697.236 +722.58 +621.827 +363.771 +730.97 +361.824 +714.291 +472.436 +903.567 +905.121 +1392.27 +1422.06 +1362.71 +1391.8 +1356.85 +1392.51 +1341.7 +1374.83 +1356.47 +1358.51 +1327.86 +1390.35 +800.728 +834.824 +647.975 +686.864 +746.338 +436.241 +815.448 +434.019 +812.309 +462.901 +776.487 +853.589 +1314.89 +1299.54 +1311.51 +1382.4 +1428.58 +1495.21 +1444.41 +1415.96 +1440.81 +1444.5 +1428.13 +1485.95 +845.09 +882.886 +666.775 +685.008 +626.801 +363.771 +698.828 +361.824 +698.668 +454.82 +788.509 +826.597 +1330.64 +1277.18 +1373.07 +1390.76 +1517.48 +1518.33 +1554.19 +1552.99 +1566.39 +1559.75 +1580.82 +1621.92 +1074.95 +1023.64 +811.83 +767.454 +633.336 +363.771 +727.478 +449.688 +621.549 +543.718 +851.037 +962.323 +1455.01 +1534.5 +1538.63 +1543.29 +1542.66 +1565.18 +1559.78 +1580.61 +1567.11 +1578.23 +1551.43 +1632.37 +1084.41 +1146.37 +948.654 +982.538 +587.896 +525.343 +657.44 +436.958 +607.019 +511.202 +641.274 +361.824 +392.57 +954.357 +973.052 +1191.81 +1192.37 +1198.88 +1197.81 +1215.39 +1231.64 +957.981 +954.343 +954.754 +952.673 +982.209 +519.6 +440.568 +610.903 +407.506 +579.508 +405.845 +734.175 +348.87 +653.47 +420.089 +590.595 +226.942 +364.789 +841.223 +364.789 +839.961 +364.789 +844.246 +364.789 +867.384 +377.333 +707.539 +214.398 +578.721 +341.459 +585.966 +341.459 +578.9 +471.591 +597.955 +495.665 +616.362 +805.599 +822.285 +1309.28 +1359.73 +1323.92 +1362.69 +1388.63 +1455.49 +1436.12 +1467.15 +1375.12 +1344.43 +1313.9 +1372.67 +807.545 +848.836 +656.08 +688.135 +701.562 +436.457 +821.836 +434.387 +813.757 +463.08 +798.457 +814.95 +1288.13 +1317.94 +1322.47 +1370.92 +1353.68 +1404.32 +1406.85 +1439 +1478.99 +1516.84 +1524.62 +1567.43 +925.205 +886.813 +705.135 +716.382 +635.31 +363.771 +691.442 +361.824 +593.453 +405.737 +838.989 +846.712 +1350.17 +1463.08 +1457.77 +1538.26 +1519.42 +1541.95 +1533.62 +1542.42 +1540.15 +1538.53 +1507.85 +1579.94 +904.893 +865.796 +677.666 +706.105 +616.96 +369.753 +710.7 +434.693 +686.403 +463.227 +790.217 +815.184 +1283.03 +1308.85 +1323.05 +1330.34 +1327.81 +1372.33 +1397.19 +1452.94 +1402.65 +1414.17 +1380.37 +1528.03 +849.39 +885.335 +668.609 +702.396 +585.4 +493.047 +633.625 +537.231 +597.968 +564.066 +789.628 +818.03 +1288.85 +1308.27 +1300.57 +1319.38 +1303.24 +1330.9 +1327.73 +1358.81 +1385.84 +1412.76 +1472.48 +1599.92 +1085.42 +1137.58 +941.987 +826.005 +551.848 +515.719 +591.417 +664.009 +593.358 +663.648 +593.409 +485.533 +494.411 +774.973 +820.552 +1003.8 +1005.47 +987.629 +1005.37 +1002.76 +998.848 +679.232 +668.958 +662.915 +681.796 +684.651 +724.453 +363.771 +827.316 +363.771 +789.225 +339.512 +692.421 +339.512 +688.138 +339.512 +750.749 +260.085 +782.845 +364.789 +825.283 +364.789 +833.402 +364.789 +704.136 +364.789 +733.865 +214.398 +680.332 +214.398 +754.286 +341.459 +747.715 +341.459 +780.79 +361.824 +782.084 +390.623 +767.57 +749.316 +1309.46 +1227.74 +1286.69 +1273.76 +1325.5 +1304.81 +1311.71 +1357.24 +1413.08 +1411.59 +1396.69 +1448.78 +857.441 +856.848 +669.462 +702.701 +619.96 +416.444 +684.842 +555.299 +680.581 +601.648 +801.981 +823.695 +1308.36 +1372.36 +1380.67 +1388.88 +1416.88 +1417.95 +1454.92 +1491.05 +1537.85 +1546.39 +1547.47 +1616.39 +1001.66 +971.616 +727.005 +734.642 +545.836 +446.611 +649.054 +477.252 +538.785 +521.4 +798.083 +812.484 +1275.23 +1343.4 +1402.92 +1478.66 +1541.19 +1546.27 +1547.78 +1548.17 +1557.93 +1559.6 +1561.96 +1626.55 +1088.28 +1114.24 +888.967 +906.952 +590.429 +551.396 +656.654 +516.829 +664.6 +469.347 +1005.68 +990.026 +1398.84 +1492.96 +1540.93 +1547.8 +1544.11 +1550.41 +1546.54 +1549.86 +1548.74 +1556.56 +1552.13 +1632.4 +1076.9 +1083.14 +758.769 +773.508 +588.623 +473.124 +656.169 +586.973 +663.522 +633.002 +795.231 +815.856 +1165.72 +1337.72 +1428.67 +1544.31 +1544.83 +1552.27 +1545.89 +1557.13 +1548.01 +1560.16 +1548.56 +1627.19 +1053.25 +1090.07 +762.06 +772.575 +576.806 +485.983 +657.113 +493.332 +580.547 +534.649 +607.372 +361.824 +265.509 +773.317 +816.335 +1138.82 +1155.4 +1189.17 +1186.04 +1191.06 +1208.14 +954.805 +948.506 +956.865 +923.365 +923.078 +551.475 +498.424 +635.24 +525.923 +568.707 +498.769 +570.912 +497.855 +577.129 +497.809 +453.334 +226.942 +364.789 +864.497 +364.789 +822.208 +476.74 +826.197 +535.774 +836.24 +548.856 +656.757 +214.398 +503.863 +395.115 +552.282 +440.093 +569.65 +523.227 +600.523 +537.22 +623.035 +789.029 +822.711 +1216.48 +1294.09 +1395.81 +1404.27 +1474.17 +1530.38 +1548.07 +1543.28 +1549.59 +1544.78 +1552.94 +1615.11 +1074.72 +992.052 +775.227 +766.694 +590.177 +407.845 +709.942 +495.196 +640.634 +390.623 +865.972 +870.916 +1229.76 +1413.7 +1386.5 +1447.18 +1438.34 +1442.3 +1429.24 +1525.58 +1542.86 +1506.86 +1506.14 +1615.08 +920.418 +949.199 +690.507 +715.333 +598.066 +363.771 +772.098 +369.027 +692.171 +523.947 +834.46 +830.771 +1185.99 +1380.16 +1437.9 +1539.31 +1544.02 +1546.66 +1548.53 +1552.42 +1558.89 +1558.58 +1552.54 +1618.08 +1064.55 +1090.91 +818.736 +847.101 +583.402 +553.783 +658.459 +524.519 +701.884 +464.859 +830.704 +835.553 +1192.47 +1437.23 +1499.16 +1541.97 +1542.13 +1542.29 +1543.27 +1544.92 +1544 +1543.53 +1543.71 +1611.96 +1030.09 +1019.13 +786.838 +839.015 +567.922 +435.974 +639.327 +430.224 +639.391 +390.623 +938.671 +937.482 +1300.38 +1503.03 +1495.83 +1522.89 +1505.46 +1512.79 +1521.85 +1521.98 +1536.75 +1519.83 +1514.38 +1584.61 +949.585 +1001.03 +786.402 +810.427 +562.793 +386.41 +636.733 +447.557 +663.677 +378.217 +751.206 +361.824 +265.509 +838.777 +850.492 +1122.73 +1117.08 +1188.84 +1187.79 +1190.77 +1208.7 +849.319 +799.593 +798.853 +770.366 +809.71 +511.713 +433.143 +695.346 +521.15 +669.446 +432.817 +685.419 +445.974 +622.935 +458.965 +400.452 +226.942 +364.789 +839.365 +481.398 +804.412 +539.204 +815.825 +570.135 +814.365 +566.789 +663.598 +214.398 +582.916 +341.459 +635.116 +341.459 +595.302 +394.674 +685.488 +361.824 +765.211 +796.506 +849.979 +1204.12 +1377.25 +1471.36 +1540.41 +1544.62 +1542.63 +1544.05 +1544.99 +1545.18 +1545.35 +1548.57 +1617.61 +1088.45 +1125.07 +855.06 +823.174 +588.379 +457.675 +661.241 +529.91 +691.161 +390.623 +866.647 +877.256 +1252.55 +1484.21 +1528.09 +1542.84 +1543.54 +1552.12 +1544.33 +1552.09 +1544.58 +1551.03 +1544.44 +1617.83 +1081.21 +1140.99 +894.409 +904.132 +574.501 +560.794 +659.389 +618.837 +578.547 +506.581 +863.386 +855.77 +1215.11 +1455.06 +1480.63 +1538.83 +1539.43 +1545.29 +1543.93 +1551.11 +1547.27 +1554.83 +1544.48 +1622.02 +1083.47 +1140.05 +820.097 +842.604 +572.395 +475.468 +656.839 +591.686 +592.623 +507.383 +862.063 +833.947 +1187.39 +1431.14 +1507.53 +1544.59 +1544.23 +1550.39 +1545.17 +1556.66 +1549.13 +1568.34 +1549.02 +1631.97 +1083.47 +1145.52 +880.771 +925.373 +586.04 +532.882 +656.198 +517.165 +684.114 +465.135 +975.445 +976.942 +1323.28 +1520.68 +1541.33 +1545.83 +1548.43 +1552.33 +1555.72 +1562.9 +1553.24 +1553.02 +1551.62 +1621.85 +1057.02 +1071.46 +836.363 +830.414 +599.552 +440.33 +713.33 +437.646 +726.543 +436.392 +623.435 +361.824 +265.509 +890.265 +917.183 +1167.23 +1186.83 +1188.04 +1187.6 +1188.45 +1208.49 +909.281 +930.428 +910.402 +863.505 +874.696 +526.408 +545.041 +582.379 +635.033 +593.524 +339.512 +570.642 +506.836 +572.144 +512.772 +441.619 +226.942 +364.789 +844.857 +434.139 +822.195 +519.271 +822.63 +553.547 +823.168 +611.426 +671.561 +230.294 +664.552 +341.459 +690.179 +352.937 +524.464 +476.82 +550.182 +566.274 +586.162 +797.07 +818.163 +1178.11 +1389.54 +1417.88 +1477.68 +1524.24 +1544.67 +1544.71 +1546.73 +1549.38 +1550.08 +1552.24 +1619.01 +1086.74 +1107.84 +885.52 +856.408 +635.763 +438.674 +781.651 +436.167 +624.871 +412.438 +920.616 +914.575 +1287.88 +1515.89 +1537.99 +1541.41 +1542.17 +1548.84 +1546.86 +1561.58 +1551.29 +1571.17 +1550.85 +1629.29 +1084.35 +1140.91 +948.484 +979 +586.123 +537.826 +649.477 +635.731 +650.331 +588.133 +984.765 +986.359 +1374.54 +1544.68 +1542.89 +1572.87 +1599.34 +1659.62 +1646.07 +1721.93 +1708.26 +1768.59 +1682.1 +1758.85 +1092.15 +1164.97 +953.562 +988.785 +684.941 +464.256 +799.05 +438.361 +771.33 +491.449 +1079.05 +1130.81 +1475.35 +1548.44 +1502.82 +1521.65 +1510.18 +1544.96 +1541.46 +1539.12 +1498.68 +1523.87 +1484.36 +1579.38 +948.543 +1002.06 +785.965 +826.985 +567.942 +363.771 +659.069 +361.824 +670.264 +390.623 +924.689 +924.313 +1286.64 +1503.23 +1497.29 +1542.26 +1541.78 +1543.42 +1539.73 +1545.01 +1544.65 +1549.43 +1554.21 +1623.23 +1090.57 +1128.87 +888.26 +876.524 +575.391 +501.049 +684.551 +437.491 +727.553 +436.901 +677.043 +361.824 +265.509 +954.894 +972.949 +1192.52 +1191.24 +1207.32 +1202.54 +1230.1 +1233.82 +992.316 +967.517 +977.273 +955.586 +998.075 +686.739 +528.338 +793.842 +449.527 +703.145 +415.876 +651.138 +421.408 +682.997 +339.512 +517.323 +226.942 +364.789 +847.755 +417.503 +859.233 +498.411 +878.296 +527.293 +896.735 +542.241 +724.816 +282.145 +669.955 +341.459 +620.092 +341.459 +541.303 +428.236 +652.819 +536.65 +635.646 +961.66 +982.549 +1365.81 +1540.96 +1541.87 +1545.93 +1546.04 +1550.82 +1547.68 +1559.65 +1548.43 +1566.5 +1550.76 +1635.12 +1086.55 +1142.94 +884.653 +921.007 +582.466 +480.913 +662.375 +461.605 +714.518 +468.373 +911.015 +983.163 +1350.09 +1540.06 +1542.36 +1550.43 +1549.11 +1563.33 +1568.19 +1582.56 +1600.98 +1621.12 +1607.5 +1667.71 +1103.77 +1147.36 +954.837 +981.105 +727.007 +502.201 +805.249 +451.232 +779.669 +462.579 +1076.88 +1123.98 +1476.1 +1558.31 +1549.31 +1570.13 +1565.32 +1591.97 +1583.57 +1618.86 +1603.92 +1620.64 +1594.89 +1623.81 +1087.41 +1144.59 +934.579 +932.566 +596.515 +534.627 +659.818 +465.649 +749.663 +466.226 +943.772 +909.564 +1301.83 +1494.09 +1484.68 +1521.45 +1516.25 +1546.37 +1544.6 +1552.07 +1545.89 +1558 +1546.28 +1622.48 +1052.9 +1097.53 +834.295 +859.055 +578.48 +524.881 +684.292 +436.396 +649.751 +553.452 +930.076 +926.468 +1282.12 +1514.35 +1528.29 +1548.94 +1546.51 +1553.63 +1545.62 +1550.25 +1546.85 +1556.59 +1548.15 +1625.34 +1084.56 +1139.85 +844.756 +878.124 +585.479 +576.116 +663.405 +489.345 +693.956 +433 +653.621 +361.824 +265.509 +934.119 +965.948 +1189.06 +1187.73 +1193.63 +1188.12 +1194.48 +1213.03 +962.245 +951.213 +955.458 +950.453 +982.98 +646.755 +454.031 +827.851 +434.963 +707.057 +409.892 +658.563 +339.512 +631.454 +376.176 +396.237 +226.942 +364.789 +831.034 +479.737 +825.648 +530.858 +822.72 +542.25 +824.138 +599.699 +672.145 +214.398 +604.958 +342.798 +713.271 +341.459 +511.005 +468.477 +566.783 +438.669 +583.525 +920.605 +921.235 +1308.92 +1531.98 +1541.53 +1547.32 +1544.87 +1550.19 +1547.25 +1554.24 +1549.23 +1569.49 +1554.66 +1644.77 +1086.33 +1150.11 +788.178 +931.923 +593.836 +532.374 +659.458 +448.85 +615.077 +660.372 +874.709 +878.1 +1271.2 +1542.7 +1544.17 +1570.46 +1566.14 +1597.39 +1582.67 +1618.62 +1608.6 +1645.14 +1608.98 +1700.45 +1113.24 +1175.12 +827.608 +990.659 +745.449 +472.51 +861.224 +475.931 +832.47 +474.892 +1083.65 +1135.13 +1483.89 +1592.22 +1566.68 +1606.04 +1544.91 +1550.29 +1544.95 +1548.66 +1544.77 +1550.8 +1546.47 +1621.64 +1045.81 +1119.65 +755.94 +923.686 +631.886 +443.583 +789.708 +498.547 +799.596 +466.951 +980.827 +961.45 +1343.82 +1527.65 +1543.6 +1549.71 +1549.95 +1566.87 +1566.82 +1574.24 +1573.12 +1559.96 +1550.25 +1621.03 +1087.8 +1140.25 +807.466 +954.751 +664.813 +500.459 +788.517 +438.773 +794.944 +491.645 +1019.37 +1042.66 +1392.89 +1546.11 +1544.46 +1559.92 +1564.18 +1600.3 +1583.38 +1616.97 +1607.38 +1642.45 +1611.7 +1704.02 +1101.1 +1167.77 +822.315 +989.644 +726.169 +471.967 +788.835 +525.286 +795.039 +445.825 +757.896 +361.824 +265.509 +954.507 +974.053 +1197.17 +1196.68 +1207.6 +1208.13 +1217.76 +1241.81 +968.956 +969.021 +958.787 +957.362 +983.43 +591.972 +454.574 +792.893 +441.099 +672.311 +416.125 +725.355 +414.522 +674.537 +488.519 +561.013 +226.942 +364.789 +861.858 +364.789 +822.363 +494.743 +796.952 +364.789 +828.218 +454.001 +610.825 +214.398 +523.112 +277.904 +607.082 +350.933 +630.59 +533.932 +669.547 +479.788 +704.023 +1087.05 +1134.25 +1490.18 +1617.26 +1604.31 +1559.38 +1556.35 +1574.96 +1555 +1560.64 +1545.24 +1549.79 +1554.02 +1619.55 +1077.83 +1141.19 +768.747 +935.632 +553.849 +439.995 +606.491 +502.014 +582.968 +640.611 +1007.77 +1020.6 +1395.73 +1543.96 +1542.31 +1547.89 +1551.77 +1578.36 +1585.5 +1585.91 +1583.61 +1583.08 +1581.08 +1643.53 +1095.13 +1142.9 +825.862 +956.499 +584.726 +489.497 +660.947 +438.811 +604.318 +555.105 +1039.16 +1070.28 +1457.07 +1548.99 +1547.37 +1564.06 +1556.87 +1585.41 +1570.46 +1604.79 +1591.07 +1621.28 +1606.02 +1693.01 +1108.41 +1164.39 +825.198 +992.158 +706.71 +536.407 +794.119 +488.39 +832.462 +473.263 +1080.43 +1132.06 +1477.7 +1574.82 +1567.97 +1597.18 +1584.8 +1643.68 +1617.83 +1668.2 +1653.25 +1687.84 +1662.5 +1793.51 +1158.22 +1240.02 +860.606 +1046.48 +766.35 +477.68 +868.901 +472.027 +853.842 +498.261 +1159.3 +1165.24 +1512.57 +1672.97 +1675.3 +1754.7 +1709.88 +1742.31 +1724.27 +1787.91 +1750.45 +1738.38 +1656.12 +1732.15 +1134.72 +1174.36 +827.71 +989.601 +712.581 +578.156 +796.825 +519.748 +802.896 +445.063 +767.494 +361.824 +265.509 +953.945 +970.429 +1188.38 +1187.02 +1194.36 +1190.08 +1201.84 +1210.49 +962.059 +950.759 +954.61 +949.824 +983.262 +561.782 +444.089 +799.088 +439.526 +560.632 +443.476 +565.289 +641.151 +564.626 +471.195 +470.302 +226.942 +364.789 +869.981 +402.377 +857.646 +505.622 +857.421 +457.882 +861.024 +521.511 +711.267 +293.394 +704.396 +214.398 +746.535 +341.459 +773.335 +443.491 +697.168 +436.163 +717.105 +1079.02 +1131.17 +1475.89 +1545.94 +1542.02 +1546.94 +1544.5 +1549.53 +1546.42 +1556.75 +1554.71 +1567.19 +1559.24 +1648.01 +1087.09 +1146.53 +805.555 +960.802 +661.191 +444.976 +763.49 +460.086 +692.2 +461.019 +874.896 +871.56 +1249.36 +1531.35 +1545.69 +1553.27 +1550.87 +1586.29 +1585.88 +1608.77 +1604.96 +1641.89 +1622.14 +1728.76 +1121.36 +1182.5 +826.303 +991.458 +704.333 +485.247 +779.799 +450.737 +783.047 +470.699 +1046.6 +1091.35 +1443.56 +1549.36 +1547.6 +1578.09 +1591.33 +1651.53 +1667.9 +1668.74 +1661.52 +1703.67 +1680.38 +1732.29 +1141.31 +1249.35 +902.901 +1060.8 +718.178 +556.401 +824.321 +458.462 +806.053 +486.709 +1129.28 +1176.65 +1529.88 +1676.49 +1705.36 +1701.35 +1683.09 +1716.04 +1689.28 +1742.91 +1692.26 +1684.71 +1671.16 +1741.52 +1141.81 +1183.23 +826.776 +991.63 +677.117 +454.573 +792.098 +451.486 +763.602 +469.254 +1057.13 +1026.7 +1381.1 +1546.85 +1544.48 +1552.78 +1551.46 +1568.31 +1557.19 +1582.78 +1555.44 +1577.54 +1552.82 +1641.4 +1088.95 +1146.98 +824.113 +988.047 +603.421 +564.471 +661.396 +615.76 +667.541 +555.304 +694.744 +361.824 +265.509 +956.032 +971.74 +1192.32 +1189.21 +1203.39 +1193.9 +1234.28 +1230.73 +986.291 +956.28 +978.432 +957.567 +1007.36 +628.958 +473.703 +844.092 +462.15 +778.277 +428.804 +663.159 +489.612 +686.422 +415.109 +634.552 +226.942 +364.789 +900.126 +364.789 +914.401 +364.789 +924.584 +364.789 +933.51 +377.333 +777.672 +214.398 +767.522 +214.398 +846.379 +341.459 +814.616 +405.359 +852.909 +361.824 +889.98 +1148.84 +1189.05 +1568.92 +1720.58 +1711.92 +1790.78 +1770.4 +1869.63 +1844.29 +1910.99 +1873.45 +1918.95 +1862.5 +1876.19 +1220.9 +1298.38 +939.053 +1072 +718.018 +546.013 +813.994 +467.203 +672.109 +505.187 +955.033 +927.116 +1287.16 +1459.86 +1472.1 +1496.18 +1535.66 +1544.57 +1544.58 +1547.68 +1546.71 +1546.88 +1546.03 +1622.07 +1086.88 +1128.79 +741.978 +862.932 +602.855 +442.304 +641.173 +544.944 +635.705 +585.266 +859.212 +865.098 +1237.19 +1534.22 +1541.61 +1544.12 +1545.45 +1547.28 +1547.68 +1548.18 +1550.52 +1560.72 +1565.63 +1638.81 +1094.79 +1143.17 +823.903 +957.792 +670.604 +443.761 +750.78 +439.187 +668.298 +523.514 +921.066 +940.192 +1304.99 +1543.2 +1546.11 +1551.24 +1559.93 +1570.5 +1574.4 +1573.68 +1582.28 +1575.1 +1580.19 +1639.13 +1094.56 +1144.8 +827.071 +979.41 +713.313 +453.987 +789.649 +441.229 +781.05 +467.469 +1035.12 +1005.73 +1408.34 +1548.87 +1549.34 +1572.3 +1559.26 +1594.12 +1589.64 +1614.96 +1624.74 +1665.5 +1645.23 +1718.03 +1145.8 +1210.34 +853.904 +1017.48 +730.153 +491.077 +847.864 +482.436 +828.929 +468.622 +845.001 +361.824 +265.509 +1131.9 +1132.83 +1433.74 +1435.88 +1482.08 +1478.49 +1502.76 +1499.9 +1254.47 +1253.61 +1291.99 +1242.22 +1246.19 +651.613 +566.72 +905.234 +556.314 +877.347 +466.529 +851.872 +453.425 +872.846 +454.269 +725.556 +226.942 +364.789 +1056.89 +364.789 +1012.27 +364.789 +993.877 +364.789 +995.814 +377.333 +801.195 +214.398 +767.872 +214.398 +827.132 +341.459 +809.213 +388.111 +834.744 +361.824 +843.938 +1093.67 +1137.54 +1487.65 +1601.68 +1606.86 +1646.17 +1603.01 +1673.87 +1687.65 +1743.7 +1697.64 +1746.33 +1695 +1762.06 +1123.28 +1188.01 +827.379 +996.489 +736.716 +492.145 +840.86 +474.906 +799.345 +481.272 +1069.25 +1050.29 +1464.3 +1568.54 +1591.97 +1652.08 +1648.72 +1705.26 +1706.08 +1720.25 +1681.96 +1737.76 +1725.67 +1848.56 +1188.05 +1253.37 +865.805 +1013.53 +761.299 +487.114 +859.729 +474.174 +830.432 +495.184 +1103.05 +1143.36 +1498.08 +1644.25 +1659.25 +1737.47 +1717.69 +1753.34 +1703.96 +1744.52 +1726.75 +1778.4 +1752.65 +1854.36 +1219.53 +1270.41 +904.725 +1065.52 +734.728 +597.028 +801.212 +476.345 +789.518 +483.472 +1027.29 +1033.47 +1446.93 +1550.78 +1548.57 +1576.51 +1563.06 +1596.98 +1568.06 +1623.52 +1591.98 +1616.36 +1590.43 +1682.38 +1102.26 +1161.43 +824.995 +985.583 +693.256 +481.169 +791.151 +448.217 +761.506 +498.288 +1078.05 +1061.68 +1454.55 +1551.45 +1549.8 +1561.87 +1556.09 +1581.59 +1561.68 +1592.82 +1575.78 +1606.75 +1588.73 +1701.08 +1103.25 +1159.17 +825.016 +990.649 +707.975 +559.32 +793.475 +446.403 +783.039 +445.853 +747.49 +361.824 +265.509 +961.491 +973.717 +1198.08 +1195.04 +1224.38 +1210.44 +1249.17 +1245.39 +1007.88 +970.738 +997.382 +971.539 +1011.26 +622.287 +476.31 +854.774 +468.493 +774.242 +432.826 +636.093 +450.259 +639.72 +415.571 +519.779 +226.942 +364.789 +877.093 +453.606 +876.575 +489.327 +897.813 +492.618 +906.021 +516.556 +760.122 +352.405 +751.371 +343.654 +856.326 +341.459 +831.874 +361.824 +847.776 +405.042 +870.054 +1111.73 +1157.59 +1532.49 +1668.26 +1693.17 +1761.13 +1736.43 +1792.42 +1778.12 +1878.4 +1828.5 +1910.99 +1871.07 +1970.44 +1279.08 +1341.67 +963.428 +1130.32 +768.756 +488.951 +889.825 +480.477 +858.374 +503.633 +1193.54 +1257.21 +1636.2 +1822.95 +1877.09 +1970.41 +1921.77 +2037.63 +1995.3 +2184.72 +1998.99 +2058.08 +1978.89 +2155.66 +1403.29 +1455.83 +1079.02 +1211.64 +784.028 +502.662 +884.917 +564.299 +843.335 +497.652 +1093.81 +1133.64 +1478.77 +1611.4 +1611.65 +1688.83 +1704.5 +1736.25 +1701.87 +1778.49 +1759.32 +1818.04 +1719.07 +1831.26 +1207.59 +1290.16 +916.128 +1097.87 +757.143 +509.277 +860.189 +492.732 +840.249 +505.262 +1154.78 +1193.79 +1568.26 +1723.24 +1709.92 +1774.76 +1767.49 +1828.43 +1780.96 +1849.31 +1812.49 +1851.15 +1857.95 +1927.31 +1278.34 +1364.76 +969.056 +1117.39 +773.678 +509.502 +863.423 +493.44 +827.702 +500.91 +1102.14 +1134.23 +1485.41 +1608.64 +1577.5 +1615.44 +1586.13 +1624.84 +1600.77 +1642.71 +1619.97 +1673.16 +1641.57 +1743.18 +1125.22 +1187.64 +824.593 +990.51 +722.598 +582.526 +798.466 +477.417 +788.103 +460.846 +782.422 +361.824 +265.509 +993.682 +1001.38 +1242.28 +1240.09 +1277.78 +1290.52 +1278.23 +1309.51 +1063.26 +1014.93 +1052.14 +986.04 +1036.26 +625.426 +474.383 +852.106 +469.077 +798.564 +489.358 +792.897 +424.685 +819.62 +422.989 +689.333 +226.942 +364.789 +908.38 +364.789 +916.808 +364.789 +905.482 +364.789 +939.774 +377.333 +775.788 +214.398 +754.674 +214.398 +841.894 +341.459 +739 +583.213 +768.716 +376.768 +750.565 +997.133 +1005.33 +1392.02 +1552.56 +1579.69 +1620.12 +1630 +1660.31 +1677.66 +1699.24 +1689.57 +1779.85 +1736.25 +1803.23 +1146.1 +1253.6 +837.227 +1005.05 +750.637 +475.673 +844.372 +470.055 +815.957 +491.9 +1081.87 +1132.58 +1478.61 +1628.63 +1673.07 +1691.73 +1678.55 +1718.99 +1664.95 +1728.09 +1727.14 +1767.82 +1752.33 +1829.53 +1180.84 +1242.42 +875.725 +1056.41 +770.572 +481.15 +875.247 +474.073 +848.62 +495.945 +1117.29 +1158.51 +1515.8 +1646.65 +1645.24 +1753.23 +1816.36 +1867.97 +1831.51 +1861.26 +1823.66 +1855.01 +1861.32 +1955.48 +1284.52 +1354.35 +916.142 +1066.18 +729.069 +495.291 +802.434 +459.892 +679.279 +610.49 +1019.29 +1009.95 +1412.24 +1550.28 +1550.02 +1577.98 +1566.09 +1600 +1579.42 +1615.44 +1609.25 +1644.62 +1619.43 +1728.14 +1130.72 +1185.33 +826.568 +994.24 +722.446 +573.328 +792.922 +474.63 +762.522 +485.235 +1016.98 +1028.24 +1419.44 +1552.86 +1579.95 +1614.87 +1590.12 +1621.51 +1610.7 +1661.79 +1626.43 +1678.23 +1614.73 +1694.88 +1119.19 +1179.87 +828.352 +997.733 +731.596 +569.187 +816.675 +550.497 +823.073 +467.207 +834.762 +361.824 +265.509 +1103.89 +1116.25 +1355.7 +1376.97 +1412.74 +1370.87 +1431.73 +1499.44 +1229.88 +1113.61 +1132.36 +1094.94 +1117.69 +649.46 +482.786 +869.674 +471.925 +792.336 +476.121 +772.256 +419.875 +757.448 +487.083 +630.61 +226.942 +462.953 +887.003 +617.373 +877.798 +631.779 +875.595 +620.855 +882.286 +635.805 +723.357 +452.476 +698.648 +441.777 +769.736 +569.043 +659.588 +582.64 +664.981 +580.803 +743.853 +1077.8 +1081.67 +1475.63 +1565.6 +1642.51 +1678.75 +1677.32 +1775.19 +1713.47 +1768.95 +1772.55 +1842.19 +1793.53 +1921.45 +1243.03 +1304.56 +862.45 +1062.18 +764.402 +494.449 +872.933 +476.158 +835.86 +495.746 +1103.89 +1163.21 +1530.64 +1693.56 +1711.59 +1786.59 +1777.81 +1863.1 +1847.55 +1926.24 +1896.23 +1939.93 +1855.88 +2027.05 +1311.98 +1379.99 +927.951 +1021.51 +758.49 +477.912 +839.116 +466.957 +807.932 +473.924 +1054.69 +1034.47 +1453.85 +1557.41 +1560 +1598.96 +1585.48 +1642.82 +1616.84 +1651.9 +1611.89 +1679.26 +1629.28 +1742.96 +1110.64 +1184.1 +827.547 +989.238 +718.909 +569.532 +796.622 +544.165 +799.422 +483.511 +1010.52 +1013.19 +1419.67 +1554.7 +1591.57 +1656.22 +1615.17 +1684.02 +1661.84 +1731.3 +1697.39 +1734.8 +1687.49 +1844.88 +1206.67 +1265.68 +869.585 +1011.14 +759.615 +480.378 +861.987 +470.725 +820.299 +541.526 +1081.97 +1130.82 +1476.72 +1589.81 +1636.34 +1684.63 +1660.44 +1747.87 +1713.75 +1787.76 +1808 +1874.93 +1779.25 +1842.3 +1229.68 +1290.31 +902.716 +1074.72 +779.294 +532.114 +881.111 +482.379 +858.881 +525.131 +860.595 +361.824 +265.509 +1172.62 +1141.99 +1422.51 +1397.36 +1446.55 +1437.01 +1569.31 +1622.44 +1412.8 +1318.44 +1267.78 +1218.18 +1305.58 +668.16 +591.462 +921.354 +577.8 +888.976 +467.333 +873.766 +464.577 +856.241 +444.333 +718.723 +226.942 +387.132 +932.764 +705.633 +928.65 +676.027 +912.697 +674.497 +920.808 +694.981 +782.892 +488.7 +745.463 +478.435 +856.279 +603.164 +839.447 +729.956 +862.658 +658.767 +869.003 +1280.76 +1324.77 +1678.91 +1830.12 +1800.09 +1841.51 +1802.81 +1873.49 +1850.19 +1935.05 +1889.5 +1849.95 +1830.99 +1903.76 +1341.65 +1402.92 +983.929 +1140.22 +768.532 +485.579 +878.952 +474.894 +854.018 +496.938 +1130.09 +1160.23 +1532.98 +1722.79 +1718.81 +1857.78 +1756.97 +1817.96 +1736.18 +1826.26 +1823.59 +1869.24 +1916.67 +1983.71 +1266.44 +1347.69 +950.057 +1114.78 +782.546 +544.331 +884.307 +484.201 +865.627 +560.788 +1212.72 +1256.9 +1612.12 +1787.38 +1778.76 +1873.51 +1881.5 +1943.79 +1939.79 +2034.72 +2074.62 +2173.65 +2005.09 +2085.35 +1393.02 +1508.19 +1090.23 +1264.46 +840.954 +509.99 +941.934 +505.252 +918.067 +528.726 +1387.35 +1405.63 +1744.94 +1888.96 +1867.45 +1939.29 +1878.79 +2048.64 +2004.03 +2119.77 +2103.99 +2117.92 +2058.21 +2019.93 +1413 +1526.2 +1152.28 +1377.08 +849.437 +512.739 +969.684 +519.119 +1015.8 +559.429 +1516.94 +1509.05 +1795.49 +1902.92 +1922.39 +1985.7 +1920.27 +1988.75 +1923.68 +2043.64 +1974.17 +2055.44 +1913.8 +2081.13 +1363.9 +1479.92 +1065.78 +1228.87 +795.854 +581.287 +909.739 +513.731 +895.67 +608.848 +881.823 +361.824 +265.509 +1223.16 +1159.71 +1330.42 +1395.98 +1437.93 +1370.84 +1378.49 +1376.15 +1127.12 +1111.94 +1102.91 +1095.37 +1128.94 +612.346 +588.532 +849.744 +570.741 +820.099 +427.161 +823.38 +424.625 +792.827 +567.2 +668.996 +226.942 +364.789 +915.518 +364.789 +903.957 +364.789 +925.888 +364.789 +946.693 +377.333 +792.59 +214.398 +756.654 +214.398 +832.121 +341.459 +809.824 +361.824 +842.196 +361.824 +829.833 +1082 +1133.4 +1478.54 +1613.09 +1626.97 +1688.18 +1679.27 +1713.57 +1696.66 +1740.35 +1743.09 +1777.57 +1777.08 +1861.11 +1197.56 +1260.86 +869.462 +1065.8 +758.451 +475.326 +863.957 +468.55 +816.009 +471.414 +1081.75 +1130.81 +1476.94 +1566.29 +1624.93 +1675.19 +1682.49 +1696.73 +1664.31 +1743.98 +1729.49 +1798.91 +1746.89 +1861.76 +1200.8 +1301.79 +930.141 +1102.89 +774.598 +511.724 +877.645 +478.285 +857.851 +498.879 +1122.91 +1163.15 +1527.02 +1673.12 +1675.59 +1758.24 +1790.78 +1896.02 +1850.3 +1901.77 +1867.73 +1936.32 +1938.45 +1968.39 +1276.02 +1329.54 +982.141 +1142.26 +776.004 +489.297 +889.387 +480.062 +864.022 +505.161 +1211.96 +1241.57 +1618.17 +1769.47 +1760.73 +1838 +1790.14 +1899.88 +1917.6 +1997.26 +1837.94 +1851.86 +1857.67 +2010.61 +1433.63 +1315.89 +967.825 +1131.29 +766.819 +492.17 +869.61 +485.262 +862.766 +507.505 +1194.55 +1229.68 +1604.36 +1747.63 +1713.68 +1742.42 +1744.38 +1804.18 +1766.73 +1815.93 +1824.13 +1867.51 +1834.63 +1941.2 +1298.72 +1355.99 +975.654 +1152.78 +764.575 +489.065 +875.904 +479.6 +869.164 +471.432 +868.611 +361.824 +265.509 +1245.11 +1142.73 +1372.15 +1355.79 +1582.46 +1437.67 +1487.69 +1465.69 +1226.29 +1174.82 +1174.61 +1140.44 +1175.87 +648.355 +553.276 +891.497 +481.942 +833.422 +451.589 +805.998 +437.595 +801.898 +578.699 +665.053 +226.942 +364.789 +958.5 +364.789 +938.129 +364.789 +959.052 +364.789 +956.56 +377.333 +811.335 +214.398 +799.054 +214.398 +863.71 +341.459 +828.832 +361.824 +835.679 +361.824 +853.385 +1127.65 +1158.01 +1515.8 +1647.09 +1682.94 +1743.25 +1715.38 +1746.45 +1712.09 +1771.46 +1772.86 +1837.54 +1822.96 +1957.38 +1323.85 +1395.92 +1014.65 +1162.27 +773.054 +492.982 +871.549 +477.477 +836.535 +495.078 +1049.58 +1001.65 +1371.84 +1551.88 +1579.91 +1632.25 +1618.3 +1654.05 +1628.4 +1664.36 +1628.34 +1678.09 +1639.59 +1749.5 +1127.9 +1189.25 +827.249 +993.469 +731.666 +476.872 +841.823 +466.179 +777.566 +474.379 +1032.52 +1014.18 +1370.63 +1557.3 +1574.12 +1617.42 +1601.01 +1618.16 +1602.77 +1691.25 +1635.63 +1674.83 +1649.59 +1767.13 +1127.6 +1192.38 +826.998 +992.92 +726.943 +477.36 +838.573 +465.42 +764.763 +473.978 +989.96 +994.287 +1360.99 +1550.17 +1553.59 +1612.13 +1606.24 +1676.62 +1650.58 +1721.7 +1692.36 +1759.91 +1697 +1814.93 +1151.44 +1225.68 +840.286 +1004.44 +749.595 +478.994 +839.416 +469.614 +766.235 +475.09 +1018.01 +1030.23 +1398.64 +1552.89 +1568.03 +1677.87 +1627.59 +1693.09 +1681.03 +1742.69 +1726.33 +1773.66 +1738.87 +1857.74 +1179.69 +1257.24 +989.919 +1023.57 +767.508 +484.076 +859.544 +476.705 +816.682 +468.406 +801.385 +361.824 +265.509 +984.973 +1013.97 +1324.86 +1304.89 +1330.83 +1280.78 +1316.26 +1329.12 +1079.59 +1039.29 +1055.57 +1025.43 +1070.85 +760.997 +522.346 +868.381 +472.728 +819.908 +444.323 +814.212 +432.349 +781.529 +423.382 +648.57 +226.942 +364.789 +924.415 +364.789 +927.852 +364.789 +935.836 +364.789 +948.75 +377.333 +793.093 +214.398 +777.226 +341.459 +877.003 +341.459 +849.844 +361.824 +864.947 +361.824 +875.052 +1173.98 +1216.3 +1576.64 +1713.1 +1708.34 +1751.57 +1752.07 +1803.65 +1802.57 +1814.64 +1775.13 +1846.95 +1819.72 +1913.78 +1286.15 +1360.88 +1110.91 +1156.85 +757.741 +482.415 +867.306 +476.644 +860.027 +497.442 +1207.64 +1250.09 +1567.88 +1712.27 +1647.72 +1700.68 +1654.68 +1755.02 +1682.01 +1732.04 +1702.64 +1765.47 +1739.64 +1868.2 +1188.52 +1248.28 +992.809 +1013.26 +766.099 +481.23 +863.767 +472.262 +810.356 +611.05 +1079.21 +1123.98 +1476.3 +1581.6 +1631.38 +1719.09 +1719.76 +1799.63 +1745.09 +1818.29 +1784.97 +1845.45 +1810.96 +1887.94 +1222.91 +1287.66 +1050.56 +1071.77 +770.431 +482.601 +862.274 +474.905 +819.467 +495.795 +1084.29 +1132.77 +1477.88 +1623.93 +1651.87 +1795.03 +1797.85 +1899.87 +1961.24 +1882.91 +1875.61 +1935.59 +1859.09 +1969.43 +1299.04 +1356.72 +1075.91 +1111.79 +808.302 +494.87 +911.215 +492.84 +863.118 +505.533 +1108.56 +1134.27 +1481.62 +1613.12 +1603.27 +1644.33 +1617.72 +1674.24 +1653.04 +1709.95 +1689.39 +1743.35 +1678.33 +1787.69 +1146.49 +1201.91 +957.818 +997.287 +728.901 +562.355 +798.752 +479.994 +830.9 +461.542 +798.198 +361.824 +265.509 +966.074 +975.901 +1225.38 +1237.25 +1261.65 +1249.93 +1275.06 +1276.21 +1036.35 +1002.15 +1040.49 +989.481 +1001.06 +720.595 +545.082 +809.036 +466.674 +760.645 +422.778 +720.94 +419.938 +666.637 +440.546 +594.032 +226.942 +364.789 +896.241 +364.789 +938.13 +364.789 +1041.77 +364.789 +1083.91 +377.333 +894.319 +214.398 +857.955 +341.459 +943.033 +341.459 +907.282 +361.824 +939.961 +361.824 +957.378 +1320.12 +1339.84 +1695.51 +1850.72 +1848.35 +1879.62 +1851.35 +1887.43 +1876.58 +1853.72 +1925.95 +1998.53 +1879.72 +2040.98 +1371.22 +1439.57 +1165.17 +1239.18 +785.214 +567.646 +904.498 +555.016 +892.967 +510.192 +1283.29 +1305.41 +1637.56 +1810.06 +1828.36 +1958.31 +1921.84 +1995.51 +1932.17 +2061.98 +1928.51 +1889.74 +1782.31 +1844.06 +1193.14 +1264.14 +1034.38 +1075.33 +735.099 +596.253 +813.25 +571.181 +811.287 +492.519 +1095.45 +1134.07 +1479.09 +1577.73 +1601.18 +1628.68 +1636.69 +1652.44 +1642.21 +1696.43 +1669.84 +1742.65 +1681.74 +1795.7 +1151.09 +1212.85 +966.701 +1015.18 +757.593 +481.185 +845.936 +470.547 +809.096 +475.142 +1066.94 +1054.52 +1404.6 +1552.73 +1597.83 +1662.78 +1626.73 +1702.15 +1674.36 +1748.05 +1727.46 +1787.23 +1750.52 +1847.86 +1163.95 +1211.28 +959.805 +997.37 +744.886 +479.27 +843.592 +471.69 +807.553 +493.705 +1078.12 +1116.24 +1476.43 +1577.66 +1619.13 +1724.6 +1734.01 +1835.99 +1849.25 +1919.98 +1910.19 +1996.63 +1901.8 +2040.3 +1296.13 +1346.31 +1058.78 +1093.84 +779.144 +526.264 +879.724 +483.39 +854.32 +475.845 +855.138 +361.824 +265.509 +1043.62 +1036.28 +1285.74 +1220.8 +1256.95 +1240.02 +1273.67 +1261.42 +1005.11 +987.618 +992.298 +958.263 +1001.5 +722.581 +543.017 +813.959 +534.585 +789.682 +424.523 +762.405 +420.925 +706.302 +418.478 +687.813 +226.942 +364.789 +874.337 +409.395 +868.929 +417.832 +870.869 +468.467 +871.181 +377.333 +724.353 +214.398 +683.31 +371.105 +796.98 +341.459 +767.664 +487.656 +819.428 +361.824 +786.813 +1078 +1114.65 +1599.26 +1549.43 +1552.55 +1580.37 +1559.16 +1582.57 +1578.81 +1593.73 +1570.65 +1599.49 +1576.35 +1668.15 +1090.79 +1157.72 +952.656 +987.382 +693.488 +568.951 +792.551 +521.604 +801.264 +476.279 +1076.34 +1101.58 +1587.32 +1549.2 +1546.05 +1577 +1565.2 +1593.62 +1587.36 +1623.37 +1607.39 +1652.94 +1620.94 +1711.18 +1112.82 +1167.35 +952.008 +988.684 +709.631 +559.518 +791.745 +459.201 +762.784 +482.077 +1008.47 +1043.13 +1553.74 +1547.94 +1546.27 +1569.6 +1572.04 +1608.39 +1597.58 +1641.54 +1624.03 +1637.43 +1602.89 +1689.16 +1109.15 +1187.97 +956.68 +987.347 +706.323 +554.095 +798.345 +520.643 +799.549 +487.618 +1078.97 +1131.34 +1603.84 +1564.22 +1557.71 +1587.79 +1586.84 +1661.82 +1690.86 +1743.46 +1723.03 +1749.36 +1733.43 +1822.48 +1219.64 +1274.21 +1047.19 +1098.18 +735.14 +607.115 +825.562 +579.532 +822.822 +494.154 +1176.18 +1219.4 +1686.87 +1687.89 +1686.26 +1736.04 +1730.21 +1771.19 +1746.76 +1801.91 +1813.98 +1836.1 +1790.12 +1873.69 +1249.29 +1351.7 +1074.68 +1126.47 +744.161 +617.34 +845.611 +554.828 +837.822 +515.982 +842.45 +361.824 +392.57 +1122.16 +1114.71 +1391.24 +1390.98 +1467.62 +1432.32 +1460.16 +1458.57 +1235.96 +1077.21 +1185.91 +1141.9 +1155.19 +738.789 +613.328 +852.906 +610.643 +823.099 +451.39 +804.281 +422.549 +737.261 +419.521 +743.823 +226.942 +364.789 +903.858 +466.686 +888.797 +479.002 +903.893 +512.922 +919.781 +529.119 +769.645 +321.352 +746.551 +341.459 +825.69 +378.349 +802.852 +541.242 +837.038 +488.209 +856.427 +1208.97 +1207.5 +1657.66 +1644.07 +1665.62 +1699.31 +1705.85 +1768.73 +1774.55 +1870.37 +1800.73 +1869.76 +1771.1 +1844.18 +1258.82 +1345.91 +1094.35 +1135.11 +723.671 +584.128 +826.292 +521.569 +823.024 +469.64 +1083.82 +1131.24 +1598.63 +1551.11 +1573.43 +1587.43 +1601.77 +1628.93 +1651.1 +1692.13 +1656.53 +1695.11 +1684.65 +1812.27 +1238.07 +1303.09 +1069.51 +1097.07 +737.526 +473.83 +877.185 +463.536 +853.079 +475.072 +1165.6 +1184.71 +1673.87 +1680.72 +1664.84 +1694.99 +1654.57 +1684.75 +1662.25 +1705.11 +1703.35 +1746.21 +1628.01 +1678.02 +1087.35 +1144.27 +951.382 +978.604 +626.563 +570.704 +668.542 +581.564 +668.054 +574.212 +1006.39 +990.327 +1500.76 +1543.64 +1547.36 +1547.69 +1548.28 +1553.26 +1551.64 +1562.98 +1565.47 +1567.9 +1568.38 +1630.03 +1089.5 +1144.71 +951.941 +974.236 +642.205 +456.713 +791.497 +449.712 +765.215 +479.543 +1082.09 +1131.24 +1602.35 +1548.09 +1544.83 +1555.93 +1557.63 +1569.42 +1554.25 +1586.95 +1562.75 +1596.4 +1573.3 +1661.46 +1089.55 +1151.46 +950.133 +982.263 +674.406 +453.886 +764.186 +445.29 +811.594 +454.329 +751.594 +361.824 +392.57 +956.244 +973.099 +1193.08 +1191.26 +1199.04 +1191.55 +1203.55 +1214.44 +961.462 +951.524 +955.429 +950.254 +982.389 +691.009 +490.933 +802.181 +445.338 +617.228 +468.822 +593.829 +339.512 +734.013 +339.512 +628.545 +226.942 +364.789 +866.731 +399.358 +864.113 +473.856 +866.672 +484.826 +865.41 +493.599 +714.33 +292.817 +669.356 +341.459 +735.671 +388.027 +688.825 +477.266 +812.562 +399.788 +652.505 +886.134 +888.297 +1356.73 +1508.07 +1543.8 +1552.7 +1552.07 +1579.09 +1564.05 +1596.62 +1564 +1602.63 +1570.7 +1662.75 +1088.72 +1148.28 +917.8 +937.818 +639.402 +448.524 +775.723 +485.315 +768.027 +497.667 +869.518 +868.137 +1342.45 +1468.03 +1543.53 +1554.21 +1551.78 +1579.52 +1560.16 +1603.03 +1583.81 +1627.1 +1600.21 +1690.36 +1090.76 +1150.86 +936.1 +955.632 +673.624 +472.159 +786.916 +513.339 +758.844 +500.752 +872.954 +856.328 +1342.71 +1458.81 +1543.76 +1556.78 +1551.06 +1580.3 +1564.91 +1580.49 +1550.66 +1573.42 +1550.58 +1635.29 +1087.15 +1147.99 +951.352 +982.772 +670.577 +460.414 +802.359 +451.749 +774.963 +480.911 +1077.86 +1067.06 +1535.37 +1544.9 +1544.29 +1547.64 +1551.73 +1563.73 +1569.78 +1594.01 +1588.7 +1599.81 +1606.19 +1669.61 +1106.81 +1149.23 +954.494 +983.633 +727.545 +462.718 +802.087 +457.586 +807.155 +480.122 +1078.72 +1131.48 +1605.29 +1563.69 +1581.68 +1604.87 +1601.91 +1653.71 +1670.08 +1719.35 +1710.3 +1752.93 +1692.76 +1759.98 +1147.55 +1204.39 +982.925 +1035.85 +740.358 +473.461 +870.117 +469.284 +832.5 +446.262 +810.978 +361.824 +392.57 +987.966 +996.533 +1203.11 +1216.95 +1221.87 +1225.16 +1221.82 +1267.71 +966.347 +964.774 +961.93 +955.765 +986.401 +690.669 +443.651 +791.279 +507.753 +777 +426.751 +560.882 +580.039 +577.937 +543.219 +635.678 +226.942 +364.789 +866.236 +364.789 +855.616 +364.789 +869.272 +364.789 +875.33 +377.333 +716.697 +214.398 +718.419 +341.459 +752.443 +358.469 +721.146 +500.604 +740.977 +557.883 +789.609 +971.724 +985.585 +1491.8 +1542.82 +1542.83 +1548.87 +1545.74 +1552.91 +1549.21 +1570.39 +1563.87 +1589.81 +1568.38 +1665.34 +1089.41 +1275.98 +945.701 +983.6 +678.625 +475.388 +788.493 +439.836 +737.842 +468.142 +923.16 +939.231 +1428.89 +1523.54 +1544.82 +1562.54 +1570.08 +1587.11 +1590.35 +1641.4 +1667.1 +1679.05 +1660.74 +1695.32 +1110.76 +1280.23 +960.488 +991.014 +725.71 +462.538 +839.756 +460.278 +790.025 +519.486 +1088.64 +1133.82 +1617.85 +1655.44 +1653.39 +1675.66 +1681.6 +1736.06 +1721.3 +1760.29 +1747.8 +1774.76 +1737.8 +1836.39 +1235.03 +1433.62 +1074.9 +1105.2 +765.731 +481.278 +883.909 +476.527 +862.047 +488.07 +1205.61 +1237.79 +1733.18 +1727.64 +1707.3 +1732.38 +1737.62 +1778.22 +1740.2 +1783.37 +1735.78 +1778.17 +1754.48 +1844.7 +1241.32 +1414.08 +1047.81 +1079.93 +731.667 +598.73 +812.338 +572.652 +812.945 +572.283 +1127.73 +1162.61 +1642.93 +1635.51 +1646.56 +1721.91 +1758.12 +1814.28 +1844.21 +1870.33 +1828.88 +1841.17 +1755.93 +1854.12 +1259.81 +1476.92 +1121.71 +1164.76 +758.6 +482.7 +876.035 +476.808 +862.835 +467.224 +856.234 +361.824 +392.57 +1143.74 +1099.17 +1344.54 +1322.17 +1383.32 +1364.1 +1396.91 +1399.04 +1140.86 +1103.33 +1136.4 +1087.3 +1251.45 +763.879 +531.543 +883.956 +530.228 +854.223 +453.92 +845.053 +448.136 +830.611 +442.06 +826.349 +226.942 +364.789 +949.351 +364.789 +918.391 +364.789 +927.342 +364.789 +913.91 +377.333 +746.1 +214.398 +809.684 +341.459 +755.125 +341.459 +705.392 +469.02 +682.641 +361.824 +815.548 +967.268 +935.463 +1445.45 +1542.78 +1544.61 +1550.88 +1549.72 +1563.65 +1560.56 +1589.56 +1556.61 +1580.8 +1556.16 +1650.91 +1090.29 +1284.62 +951.764 +982.484 +638.266 +451.41 +775.498 +439.097 +696.84 +488.582 +992.587 +975.251 +1463.92 +1538.31 +1545.64 +1550.39 +1557.39 +1565.85 +1577.01 +1584.18 +1605.58 +1619.07 +1603.62 +1657.83 +1096.89 +1273.56 +954.396 +982.783 +709.134 +493.956 +791.61 +449.56 +758.317 +482.272 +1007.12 +975.5 +1450.9 +1532.13 +1547.26 +1560.04 +1582.35 +1605.5 +1620.16 +1634.21 +1659.04 +1657.21 +1656.34 +1713.55 +1126.15 +1285.27 +962.209 +983.988 +732.127 +510.17 +808.921 +457.154 +765.614 +476.365 +1021.04 +1024.36 +1501.84 +1546.03 +1548.36 +1597.65 +1615 +1656.88 +1654.94 +1706.89 +1687.44 +1746.01 +1718.88 +1814.01 +1151.14 +1346.29 +1006.47 +1023 +725.669 +565.617 +796.453 +474.421 +769.858 +486.705 +1044.7 +1059.82 +1541.98 +1547.69 +1546.76 +1568.53 +1586.11 +1638.78 +1602.25 +1646.82 +1638.36 +1668.92 +1614.96 +1703.6 +1100.83 +1284.32 +951.222 +988.408 +697.027 +532.761 +792.684 +455.316 +808.671 +455.091 +774.817 +361.824 +392.57 +957.781 +973.943 +1192.38 +1190.33 +1193.82 +1198.3 +1213.6 +1226 +972.71 +955.351 +956.697 +956.394 +1112.5 +610.201 +499.801 +744.633 +607.812 +728.527 +456.319 +773.522 +452.844 +679.958 +456.205 +708.332 +226.942 +364.789 +873.473 +364.789 +866.658 +364.789 +872.273 +364.789 +871.723 +457.726 +692.081 +360.479 +736.988 +414.507 +719.658 +398.758 +721.361 +408.8 +723.615 +443.476 +842.901 +1077.88 +1100.15 +1593.42 +1544.02 +1554.28 +1621.19 +1683.71 +1704.44 +1727.04 +1764.37 +1755.43 +1757.69 +1784.05 +1851.98 +1255.93 +1401.67 +1069.35 +1072.97 +760.934 +446.763 +822.762 +440.572 +823.728 +468.036 +1085.83 +1133.68 +1604.77 +1567.87 +1564.74 +1584.6 +1593.57 +1649.82 +1630.29 +1691.22 +1648.98 +1677.87 +1655.56 +1730.01 +1127.55 +1308.67 +959.009 +1000.03 +694.573 +558.975 +805.903 +454.963 +820.031 +484.32 +1088.22 +1132.59 +1604.41 +1563.8 +1555.56 +1588.46 +1603.15 +1609.3 +1611.84 +1660.37 +1596.03 +1603.51 +1573.67 +1631.93 +1086.35 +1269.66 +925.734 +967.178 +586.127 +445.647 +676.948 +439.781 +624.632 +527.245 +1002.66 +1005.49 +1513.5 +1542.46 +1540.88 +1543.39 +1544.36 +1546.07 +1547.3 +1552.94 +1548.34 +1547.01 +1545.73 +1617.1 +1025.45 +1191.39 +867.126 +889.434 +562.249 +439.525 +679.445 +392.415 +635.544 +479.645 +948.184 +966.565 +1436.59 +1520.25 +1517.02 +1543.82 +1541.26 +1543.69 +1542.62 +1544.73 +1545.31 +1549.94 +1545.31 +1619.21 +1030.87 +1206.29 +844.997 +886.127 +552.801 +483.365 +581.395 +555.028 +558.038 +487.835 +576.781 +361.824 +458.536 +858.585 +916.769 +1190.46 +1186.21 +1189.72 +1188.75 +1192.76 +1210.71 +954.82 +951.556 +953.3 +951.771 +1108.99 +511.883 +568.831 +583.023 +590.449 +543.604 +415.381 +573.228 +339.512 +677.317 +339.512 +682.862 +226.942 +364.789 +832.407 +507.459 +818.098 +515.507 +803.805 +464.073 +819.187 +486.369 +614.819 +230.863 +654.099 +412.632 +642.986 +341.459 +648.468 +409.068 +648.824 +361.824 +721.942 +902.483 +880.606 +1369.86 +1468.21 +1494.67 +1541.58 +1540.28 +1544.29 +1542.29 +1549.26 +1546.2 +1553.95 +1545.74 +1623.57 +1059.85 +1231.44 +814.619 +825.077 +511.585 +464.501 +576.835 +541.041 +535.85 +522.256 +822.532 +829.628 +1311.51 +1380.28 +1433.41 +1542.8 +1545.89 +1548.49 +1550.39 +1565.25 +1575.36 +1574.34 +1563.91 +1628.69 +1091.12 +1268.76 +953.196 +981.692 +648.803 +442.242 +761.47 +438.579 +609.789 +622.492 +1019.57 +1024.7 +1515.67 +1542.01 +1540.5 +1545.75 +1543.94 +1554.23 +1543.64 +1548.99 +1545.33 +1554.46 +1547.72 +1619.07 +1044.48 +1269.57 +881.38 +907.503 +575.505 +534.791 +657.915 +551.479 +665.281 +465.661 +971.322 +926.881 +1400.01 +1489.92 +1506.3 +1549.77 +1547.23 +1557.7 +1550.37 +1572.65 +1563.76 +1587.31 +1563.45 +1645.88 +1087.34 +1271.43 +951.088 +981.878 +566.769 +495.786 +657.207 +480.35 +580.905 +596.978 +975.257 +969.789 +1443.22 +1519.75 +1538.55 +1543.95 +1541.72 +1543.52 +1543.26 +1543.69 +1543.58 +1543.49 +1544 +1614.04 +1034.98 +1175.66 +847.464 +873.486 +564.072 +363.771 +711.654 +375.867 +609.24 +517.907 +606.645 +361.824 +451.623 +823.492 +844.362 +1093.99 +1088.26 +1185.29 +1117.24 +1185.8 +1201.36 +878.615 +797.841 +825.318 +763.771 +889.091 +523.288 +363.771 +620.467 +409.209 +678.13 +412.437 +669.776 +412.068 +664.276 +412.069 +672.231 +226.942 +463.691 +824.719 +476.578 +660.529 +558.303 +756.37 +631.182 +575.854 +671.107 +486.398 +327.803 +627.042 +455.031 +625.526 +454.954 +756.474 +495.879 +647.051 +475.222 +673.71 +786.42 +813.797 +1273.85 +1300.54 +1322.74 +1455.19 +1525.85 +1542.36 +1541.71 +1546.47 +1543.05 +1547.26 +1545.87 +1617.89 +1014.88 +1193.91 +797.009 +807.266 +546.132 +363.771 +682.771 +361.824 +682.964 +390.623 +958.034 +948.733 +1439.4 +1530.3 +1539.84 +1545.53 +1546.45 +1563.34 +1549.7 +1567.85 +1559.43 +1577.09 +1557.39 +1638.42 +1086.11 +1269.33 +916.304 +924.376 +584.67 +554.278 +657.297 +475.268 +605.739 +595.328 +948.368 +937.314 +1427.71 +1519.57 +1541.8 +1550.48 +1550.27 +1585.32 +1586.99 +1624.48 +1599.35 +1636.75 +1605.6 +1703.16 +1090.17 +1279.95 +950.394 +982.563 +633.445 +462.821 +790.578 +439.7 +663.451 +466.596 +1041.75 +1056.2 +1565.83 +1544.41 +1543.86 +1546.29 +1562.94 +1573.58 +1562.22 +1566.41 +1590.22 +1603.25 +1592.2 +1650.97 +1094.54 +1270.95 +954.924 +983.395 +682.871 +444.971 +753.703 +437.719 +751.432 +466.424 +994.221 +977.623 +1452.11 +1510.74 +1526.64 +1543.55 +1543.88 +1547.22 +1548.04 +1550.39 +1547.27 +1546.38 +1545.2 +1614.81 +995.198 +1146.83 +782.832 +826.42 +589.375 +440.25 +773.06 +439.527 +638.412 +406.983 +598.444 +361.824 +392.57 +951.563 +815.109 +1050.23 +1046.85 +1058.62 +1031.67 +1049.44 +1038.89 +728.048 +688.615 +685.532 +684.891 +833.042 +533.359 +427.029 +611.736 +525.502 +580.099 +499.34 +578.749 +498.864 +578.155 +498.709 +580.483 +354.003 +463.844 +826.692 +539.215 +737.916 +495.955 +735.409 +573.948 +741.234 +512.555 +557.991 +496.112 +527.187 +555.428 +525.162 +553.911 +526.484 +574.554 +544.697 +573.204 +542.425 +770.356 +846.39 +1321.61 +1417.61 +1300.3 +1373.3 +1421.99 +1447.72 +1408.95 +1418.66 +1421.11 +1438.91 +1441.61 +1485.01 +959.152 +968.733 +635.991 +661.181 +532.367 +476.812 +597.344 +557.949 +590.966 +591.082 +695.492 +823.771 +1284.34 +1377.81 +1263.96 +1322.67 +1387.1 +1411.61 +1471.49 +1499.9 +1546.56 +1549.18 +1551.67 +1599.53 +1063.63 +1014.79 +676.268 +679.272 +621.807 +386.532 +720.885 +405.381 +708.048 +470.568 +778.997 +851.457 +1345.53 +1461.57 +1384.28 +1418.2 +1450.8 +1487.17 +1523.43 +1539.74 +1541.16 +1528.61 +1541.02 +1578.03 +1134.89 +1147.26 +830.14 +810.369 +601.518 +363.771 +709.937 +361.824 +613.008 +444.47 +917.966 +910.588 +1401.49 +1600.45 +1425.38 +1455.66 +1456.43 +1510.36 +1497.88 +1545.23 +1517.46 +1544.06 +1515.81 +1608.39 +1060.07 +1106.58 +791.068 +813.231 +567.509 +493.521 +620.794 +483.167 +675.328 +432.607 +873.796 +856.281 +1333.73 +1507.97 +1407.22 +1462.6 +1473.27 +1543.66 +1544.83 +1547.31 +1547.94 +1544.81 +1544.48 +1614.33 +1154.87 +1183.09 +838.973 +835.156 +584.636 +363.771 +712.566 +361.824 +631.199 +421.125 +651.632 +361.824 +439.131 +993.739 +916.556 +1190.81 +1190.22 +1192.33 +1191.94 +1197.81 +1218.44 +954.255 +954.727 +955.218 +1079.06 +1109.36 +521.055 +573.128 +582.091 +549.643 +560.857 +339.512 +698.411 +339.512 +589.595 +497.527 +592.63 +354.003 +364.789 +844.604 +364.789 +858.506 +364.789 +867.702 +364.789 +871.978 +377.333 +708.336 +341.459 +713.629 +496.539 +697.405 +341.459 +754.125 +429.296 +661.592 +421.532 +706.449 +1036.01 +1002.79 +1490.42 +1655.6 +1513.63 +1500 +1451.4 +1438.7 +1387.88 +1385.46 +1373.47 +1370.07 +1354.25 +1424.7 +957.575 +989.71 +662.372 +689.33 +606.603 +363.771 +701.778 +361.824 +707.625 +390.623 +775.735 +821.863 +1339.8 +1404.02 +1325.6 +1302.52 +1346.77 +1343.8 +1377.45 +1399.44 +1454.39 +1450.21 +1476.44 +1515.54 +1006.68 +996.14 +703.699 +701.957 +554.971 +502.978 +593.266 +535.32 +588.571 +582.067 +833.722 +850.496 +1346.49 +1513.86 +1409.92 +1495.33 +1502.29 +1541.1 +1541.09 +1545.3 +1544.73 +1563.25 +1546.19 +1628.68 +1210.21 +1266.99 +944.47 +947.646 +556.268 +453.53 +586.032 +533.995 +585.123 +649.846 +1080.02 +1132.01 +1604.23 +1682.93 +1555.34 +1567.1 +1508.34 +1519.6 +1500.95 +1542.7 +1502.53 +1490.89 +1457.47 +1573.45 +1060.2 +1112.37 +758.533 +792.608 +562.732 +363.771 +683.13 +361.824 +613.045 +456.778 +847.401 +854.008 +1328.58 +1499.46 +1366.43 +1425.89 +1461.53 +1534.56 +1513.12 +1508.9 +1542.19 +1543.25 +1543.55 +1612.77 +1178.16 +1217.94 +829.463 +838.368 +568.914 +374.065 +635.664 +495.679 +660.585 +361.824 +742.471 +361.824 +392.57 +1018.3 +888.218 +1132.61 +1116.54 +1139.84 +1088.14 +1139.59 +1136.82 +827.218 +794.505 +790.963 +888.588 +916.031 +516.746 +410.438 +602.426 +534.709 +588.103 +476.191 +579.879 +500.056 +582.726 +498.507 +581.227 +354.003 +463.916 +839.892 +478.545 +771.301 +538.027 +737.779 +522.498 +741.036 +498.832 +645.498 +454.665 +623.569 +454.132 +566.752 +484.902 +576.998 +473.654 +683.034 +473.31 +634.395 +748.503 +836.703 +1297.1 +1426.63 +1292.69 +1356.98 +1483.06 +1535.11 +1543.84 +1546.01 +1550.41 +1552.15 +1551.74 +1617.14 +1173.57 +1190.98 +811.898 +806.093 +538.534 +363.771 +652.544 +361.824 +709.313 +500.679 +929.753 +919.757 +1407.26 +1589.66 +1477.66 +1542.28 +1543.41 +1545.84 +1547.29 +1552.37 +1553.87 +1555.35 +1552.5 +1617.76 +1202.21 +1228.79 +801.862 +796.703 +593.685 +363.771 +710.346 +447.977 +609.722 +577.681 +826.711 +846.416 +1340.82 +1521.38 +1354.24 +1426.92 +1475.12 +1542.48 +1542.84 +1544.36 +1543.11 +1528.17 +1529.26 +1593.19 +1059.82 +1070.82 +741.475 +726.417 +591.034 +438.164 +635.977 +456.649 +658.636 +431.176 +824.652 +830.079 +1310.28 +1488.66 +1338.52 +1357.66 +1345.88 +1375.1 +1372.98 +1439.93 +1424.91 +1391.67 +1371.64 +1460.72 +959.884 +996.977 +675.642 +699.13 +717.691 +363.771 +832.353 +361.824 +828.142 +390.623 +777.558 +831.534 +1338.39 +1406.59 +1317.64 +1326.15 +1406.03 +1414.9 +1473.04 +1506.21 +1535.62 +1545.95 +1533.09 +1577.6 +1024.46 +1013.81 +715.702 +726.03 +620.262 +363.771 +705.036 +442.931 +631.619 +361.824 +596.297 +361.824 +392.57 +1081.89 +969.121 +1191.36 +1189.07 +1192.87 +1190.01 +1192.07 +1211.63 +955.458 +953.087 +954.092 +1078.96 +1109.08 +504.588 +516.552 +578.633 +595.462 +512.753 +441.097 +517.573 +610.937 +521.902 +558.07 +521.01 +354.003 +364.789 +823.782 +538.996 +798.698 +453.11 +816.027 +473.35 +798.484 +377.333 +579.129 +341.459 +673.1 +422.204 +572.767 +507.72 +578.367 +487.843 +593.526 +531.941 +597.325 +563.334 +917.12 +917.338 +1395.21 +1444.13 +1413.92 +1454.24 +1469 +1473.11 +1465.66 +1390.16 +1371.56 +1389.92 +1384.3 +1585.72 +982.845 +1018.67 +685.951 +715.042 +625.638 +523.328 +683.331 +572.245 +680.475 +463.079 +775.84 +853.333 +1321.29 +1305.85 +1293.38 +1319 +1294.56 +1355.95 +1314.07 +1344.23 +1341.16 +1392.15 +1363.61 +1551.11 +968.737 +1005.96 +685.916 +698.613 +611.821 +363.771 +705.078 +370.024 +753.063 +469.961 +847.895 +844.9 +1317.07 +1373.13 +1359.94 +1357.39 +1372.08 +1374.25 +1393.28 +1377.88 +1399.9 +1382.27 +1405.98 +1584.54 +1006.84 +1032.19 +695.646 +721.951 +616.158 +363.771 +705.685 +361.824 +698.439 +390.623 +831.679 +833.93 +1315.38 +1372.1 +1365.91 +1403.74 +1403.28 +1454.67 +1424.52 +1482.96 +1473.34 +1449.53 +1409.04 +1632.37 +999.507 +1035.22 +698.34 +734.204 +542.73 +363.771 +667.725 +361.824 +613.138 +390.623 +930.618 +946.977 +1549.17 +1543.86 +1540.84 +1542.88 +1542.04 +1541.07 +1478.92 +1478.04 +1462.06 +1452.08 +1431.17 +1644.8 +1053.27 +1076.76 +752.882 +777.374 +616.583 +418.255 +692.697 +434.517 +750.753 +434.39 +815.789 +389.011 +559.581 +750.608 +744.333 +1003.83 +986.077 +1034.33 +972.921 +1003.03 +992.946 +685.383 +661.775 +781.727 +791.86 +809.879 +617.697 +363.771 +697.199 +363.771 +675.722 +339.512 +677.252 +339.512 +639.18 +339.512 +622.925 +226.942 +697.655 +424.756 +704.573 +586.218 +753.833 +638.942 +604.807 +671.566 +626.861 +623.511 +580.437 +501.222 +544.077 +501.311 +549.546 +498.726 +548.323 +519.415 +583.371 +549.819 +834.134 +854.323 +1324.62 +1417.57 +1425.72 +1479.49 +1469.65 +1515.79 +1463.68 +1464.75 +1425.56 +1477.55 +1411.56 +1612.01 +990.924 +1026.57 +732.161 +787.486 +611.816 +436.55 +691.985 +434.414 +687.934 +463.125 +853.92 +905.726 +1391.4 +1431.7 +1473.62 +1513.36 +1495.69 +1514.3 +1504.59 +1522.89 +1507.69 +1506.72 +1468.73 +1647.69 +1021.49 +1009.78 +687.179 +691.515 +535.195 +539.46 +607.848 +361.824 +642.592 +390.623 +771.978 +797.775 +1313.34 +1250.11 +1324.75 +1341.14 +1443.49 +1460.13 +1541.1 +1542.53 +1548.09 +1542.66 +1541.96 +1656.52 +1060.71 +1080.6 +739.601 +763.766 +557.417 +363.771 +645.862 +506.491 +708.717 +390.623 +1017.74 +998.025 +1503.98 +1539.83 +1538.6 +1542.39 +1543.25 +1551.51 +1560.44 +1548.34 +1547.65 +1551.22 +1552.62 +1752.65 +1161.89 +1139.88 +759.429 +788.448 +711.857 +400.059 +822.242 +434.6 +814.458 +463.132 +822.052 +829.592 +1310.87 +1357.39 +1343.3 +1329.38 +1311.67 +1355.59 +1337.82 +1371.37 +1368.64 +1371.1 +1368.25 +1582.53 +977.975 +1030.02 +704.571 +742.252 +737.003 +436.186 +818.841 +434.165 +810.117 +434.098 +811.588 +435.354 +862.661 +724.443 +727.8 +991.855 +985.259 +1001.61 +1014.3 +1010.45 +1019.62 +702.637 +672.497 +788.68 +768.217 +791.964 +528.656 +363.771 +680.806 +363.771 +674.991 +339.512 +671.455 +339.512 +628.032 +339.512 +736.53 +226.942 +806.733 +364.789 +699.532 +422.056 +733.379 +402.038 +707.643 +544.967 +718.064 +341.459 +632.828 +341.459 +648.163 +341.459 +633.7 +341.459 +660.172 +361.824 +784.197 +390.623 +835.968 +833.651 +1322.66 +1390.3 +1381.74 +1424.52 +1424.19 +1439.01 +1439.25 +1422.61 +1406.85 +1404.06 +1393.22 +1579.43 +994.256 +986.869 +663.982 +683.099 +630.445 +363.771 +786.387 +361.824 +826.807 +390.623 +800.79 +815.057 +1287.31 +1333.24 +1310.16 +1334.2 +1325.32 +1355.22 +1301.74 +1319.31 +1311.7 +1318.53 +1293.47 +1514.46 +925.82 +966.341 +650.655 +674.336 +634.609 +363.771 +702.328 +361.824 +699.771 +419.652 +781.274 +820.837 +1323.49 +1267.85 +1309.1 +1278.8 +1294.82 +1286.74 +1327.97 +1298.27 +1331.34 +1304.72 +1307.86 +1488.32 +898.751 +944.622 +582.815 +597.84 +636.728 +363.771 +703.329 +489.666 +664.963 +523.041 +771.537 +813.127 +1323.06 +1263.71 +1300.29 +1280.16 +1328.01 +1313.44 +1320.58 +1306.69 +1321.71 +1308.66 +1317.01 +1473.25 +911.437 +944.816 +568.743 +633.475 +542.828 +521.299 +601.28 +537.065 +590.76 +562.82 +704.837 +822.813 +1267.93 +1251.4 +1246.67 +1290.4 +1287.34 +1355.38 +1342.14 +1401.82 +1411.51 +1393.72 +1338.78 +1504.9 +908.642 +959.048 +630.057 +658.976 +632.556 +363.771 +721.939 +398.609 +695.826 +558.518 +695.864 +572.429 +770.05 +665.712 +735.584 +985.72 +1094.3 +1147.25 +1186.81 +1185.29 +1207.86 +905.454 +844.559 +935.496 +917.156 +888.981 +519.582 +363.771 +632.165 +404.194 +571.198 +512.004 +579.829 +415.512 +629.047 +433.753 +766.67 +226.942 +364.789 +839.117 +408.722 +824.299 +513.733 +824.721 +514.03 +822.426 +377.333 +732.324 +341.459 +632.934 +391.721 +519.065 +555.794 +530.473 +649.233 +540.964 +525.565 +573.619 +1077.66 +1130.87 +1602.97 +1543.28 +1542.32 +1541.15 +1543.43 +1544.73 +1543.19 +1541.18 +1521.97 +1532.19 +1469.24 +1681.67 +1072.76 +1106.12 +733.661 +744.406 +618.304 +363.771 +689.228 +410.144 +699.666 +463.584 +817.944 +818.197 +1298.55 +1317.82 +1292.33 +1311.3 +1312.95 +1298.31 +1281.46 +1305.86 +1295.77 +1312.64 +1289.02 +1501.95 +920.561 +964.566 +642.767 +681.946 +739.376 +436.155 +817.989 +434.161 +815.843 +462.879 +770.358 +853.881 +1321.12 +1314.38 +1286.78 +1302.55 +1292.99 +1310.05 +1300.95 +1318.51 +1301.24 +1318.39 +1301.14 +1507.53 +927.817 +960.581 +642.399 +661.621 +622.249 +363.771 +703.187 +361.824 +706.336 +390.623 +832.634 +832.028 +1309.12 +1372.39 +1366.73 +1399.4 +1381.79 +1356.36 +1338.46 +1343.18 +1325.64 +1343.01 +1325.31 +1539.33 +934.37 +980.553 +652.892 +687.589 +635.489 +363.771 +703.548 +361.824 +700 +390.623 +927.795 +950.581 +1450.27 +1650.99 +1540.21 +1544.19 +1541.4 +1540.9 +1543.01 +1465.17 +1404.42 +1430.47 +1411.75 +1613.59 +1005.35 +1027.1 +714.701 +731.434 +752.224 +363.771 +828.326 +361.824 +822.557 +361.824 +823.848 +361.824 +657.618 +885.306 +787.438 +991.852 +968.761 +959.099 +969.533 +967.107 +990.11 +673.447 +668.2 +771.067 +775.941 +804.819 +714.307 +363.771 +830.623 +363.771 +702.242 +339.512 +804.977 +339.512 +717.447 +339.512 +745.482 +354.003 +804.722 +364.789 +701.201 +528.527 +704.308 +364.789 +716.85 +364.789 +718.94 +446.289 +572.625 +538.528 +680.859 +536.554 +572.105 +589.327 +592.818 +578.705 +593.036 +663.888 +777.747 +805.363 +1314.47 +1367.86 +1271.37 +1249.47 +1284.99 +1268.25 +1291.03 +1267.84 +1297.9 +1260.88 +1271.24 +1433.27 +843.328 +918.985 +569.103 +669.723 +611.832 +436.046 +683.809 +541.83 +677.676 +608.918 +696.885 +836.594 +1276.36 +1393.43 +1238.53 +1261.87 +1228.6 +1257.74 +1228.76 +1258.78 +1228.99 +1258.31 +1225.66 +1450.67 +840.028 +968.99 +570.699 +682.777 +747.409 +446.371 +812.71 +444.384 +817.227 +473.184 +697.624 +836.502 +1221.46 +1382.3 +1223.39 +1255.72 +1225.42 +1256.79 +1225.31 +1256.47 +1223.6 +1253.63 +1221.61 +1449.29 +831.716 +970.53 +570.748 +684.56 +742.616 +445.562 +713.797 +443.67 +788.058 +472.425 +698.607 +836.11 +1222.79 +1376.55 +1160.05 +1251.25 +1159.25 +1254.31 +1224.54 +1258.34 +1225.87 +1255.51 +1221.75 +1448.06 +831.664 +959.569 +615.742 +672.658 +761.196 +435.583 +823.601 +433.501 +820.217 +462.211 +768.886 +824.419 +1295.66 +1363.02 +1234.3 +1237.34 +1236.25 +1239.2 +1237.44 +1243.41 +1242.3 +1250.42 +1246.72 +1445.72 +840.728 +957.075 +641.149 +671.235 +765.02 +435.855 +828.176 +433.866 +819.403 +433.722 +712.61 +571.368 +828.218 +828.962 +696.802 +913.378 +901.156 +893.13 +888.065 +887.806 +906.339 +643.19 +644.466 +769.819 +771.165 +790.295 +727.592 +429.463 +723.712 +427.779 +697.758 +412.31 +700.262 +482.601 +706.689 +408.722 +725.965 +423.966 +810.286 +434.989 +830.257 +444.125 +827.536 +436.339 +825.847 +440.435 +833.892 +412.906 +704.27 +421.778 +758.435 +484.788 +706.191 +460.315 +725.628 +514.43 +793.038 +528.601 +770.845 +826.449 +1297.3 +1362.97 +1235.53 +1237.05 +1235.29 +1238.96 +1236.2 +1239.69 +1236.34 +1239.61 +1235.78 +1435.31 +832.18 +953.688 +571.55 +681.26 +733.086 +445.716 +808.921 +443.419 +739.99 +472.028 +699.191 +835.914 +1223.14 +1376.28 +1159.59 +1252.07 +1222.89 +1253.66 +1224.12 +1257.13 +1234.73 +1267.39 +1261.38 +1492.52 +898.653 +957.752 +569.466 +683.894 +743.487 +446.74 +798.792 +444.733 +814.353 +473.484 +764.68 +860.499 +1322.02 +1441.41 +1286.76 +1333.32 +1301.89 +1333.69 +1312.01 +1334.26 +1302.07 +1333.56 +1301.63 +1540.09 +949.372 +987.45 +674.921 +715.321 +622.532 +436.492 +691.663 +434.507 +689.978 +463.298 +833.56 +843.037 +1336.13 +1532.2 +1365.47 +1390.35 +1370.08 +1369.95 +1355.4 +1371.88 +1378.09 +1356.56 +1337.78 +1536.3 +952.764 +977.975 +648.816 +675.453 +616.829 +363.771 +710.498 +361.824 +702.436 +390.623 +802.812 +771.405 +1269.96 +1444.56 +1292.55 +1310.12 +1293.44 +1311.11 +1302.47 +1313.51 +1302.69 +1320.17 +1302.59 +1506.32 +928.457 +968.946 +649.794 +675.298 +614.826 +363.771 +704.134 +361.824 +707.053 +509.352 +609.326 +536.57 +820.589 +826.206 +723.625 +942.551 +967.536 +989.205 +1016.53 +1034.74 +1022.35 +694.576 +664.719 +788.81 +784.471 +810.059 +623.837 +514.526 +694.297 +560.255 +560.893 +640.412 +560.545 +533.645 +559.402 +597.622 +560.806 +546.95 +673.662 +561.888 +693.959 +572.984 +698.024 +424.167 +701.766 +364.789 +707.98 +507.236 +568.249 +584.229 +572.463 +534.456 +571.745 +534.493 +700.751 +556.399 +651.466 +586.031 +792.315 +838.535 +1357.76 +1412.23 +1325.27 +1294.82 +1326.49 +1294.95 +1358.64 +1302.65 +1344.8 +1312.36 +1358.74 +1508.72 +938.608 +972.277 +660.201 +682.52 +637.988 +363.771 +698.062 +361.824 +781.804 +390.623 +781.417 +847.328 +1331.96 +1408.64 +1289.27 +1287.31 +1290.02 +1287.71 +1304.58 +1301.68 +1304.7 +1296.15 +1304.14 +1484.48 +911.448 +959.554 +647.942 +670.903 +554.897 +497.743 +604.621 +522.39 +688.221 +549.028 +772.882 +838.716 +1327.82 +1409.63 +1289.9 +1308.87 +1319.71 +1309.22 +1290.59 +1288.12 +1290.58 +1353.82 +1356.54 +1537.14 +949.204 +993.287 +662.136 +700.082 +621.533 +436.274 +686.61 +434.326 +693.57 +522.134 +766.696 +846.684 +1309.7 +1426.89 +1273.3 +1304.69 +1274.16 +1289.73 +1273.56 +1290.2 +1276.53 +1290.19 +1288.32 +1480 +899.704 +895.623 +641.174 +598.72 +758.829 +363.771 +820.11 +361.824 +820.425 +390.623 +780.998 +751.868 +1309 +1339.79 +1264.45 +1244.55 +1284.9 +1255.71 +1284.65 +1274.35 +1304.53 +1267.25 +1290.33 +1452.06 +918.9 +884.273 +644.745 +598.593 +767.524 +363.771 +828.774 +361.824 +825.753 +361.824 +769.465 +361.824 +844.578 +813.6 +736.146 +930.318 +974.726 +952.566 +1007.45 +988.291 +1056.91 +693.366 +681.651 +794.944 +805.339 +823.095 +615.136 +363.771 +761.462 +387.193 +735.266 +410.197 +759.565 +410.201 +695.061 +468.782 +696.815 +458.892 +718.271 +547.368 +587.326 +561.997 +591.717 +547.688 +700.079 +551.94 +729.58 +518.589 +562.824 +466.073 +618.929 +465.87 +700.179 +438.423 +719.801 +516.096 +698.077 +461.183 +793.454 +853.664 +1320.4 +1392.31 +1258.2 +1245.94 +1249.59 +1241.43 +1241.52 +1239.41 +1240.47 +1234.86 +1237.09 +1431.16 +906.577 +957.664 +645.05 +671.971 +721.03 +433.893 +755.634 +465.274 +701.582 +508.824 +764.327 +826.85 +1287.58 +1362.2 +1226.4 +1235.11 +1234.04 +1235.31 +1235.71 +1235.37 +1236.37 +1234.9 +1236.18 +1431.62 +906.521 +957.657 +644.796 +672.391 +755.471 +433.975 +710.632 +498.508 +719.893 +469.593 +765.955 +825.608 +1294.19 +1361.64 +1234.85 +1234.91 +1237.35 +1235.25 +1238.2 +1235.42 +1238.7 +1235.6 +1237.69 +1431.32 +906.839 +957.83 +644.802 +671.824 +760.855 +434.12 +822.605 +432.164 +817.955 +460.872 +770.596 +824.346 +1296.76 +1362.16 +1236.39 +1235.6 +1237 +1235.81 +1236.61 +1235.54 +1236.82 +1234.88 +1237.44 +1432.24 +907.246 +957.696 +644.872 +672.552 +733.002 +434.027 +818.073 +432.025 +761.023 +460.811 +770.038 +823.001 +1295.57 +1361.42 +1235.64 +1235.59 +1239.86 +1240.32 +1239.31 +1236.39 +1252.22 +1251.79 +1252.96 +1436.99 +905.066 +884.063 +641.988 +621.954 +647.788 +363.771 +696.959 +390.829 +676.831 +361.824 +700.861 +576.024 +783.619 +784.915 +723.368 +910.679 +945.908 +917.308 +953.35 +923.437 +974.213 +644.521 +646.247 +766.358 +772.995 +790.3 +605.554 +363.771 +703.954 +363.771 +681.858 +538.632 +658.545 +536.488 +622.682 +536.347 +606.542 +550.059 +683.356 +364.789 +707.729 +364.789 +707.247 +410.181 +709.364 +364.789 +716.951 +509.866 +570.252 +535.955 +679.754 +537.113 +569.843 +535.531 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_q.csv new file mode 100644 index 0000000..315450e --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_8_10_q.csv @@ -0,0 +1,8760 @@ +365.455 +164.433 +388.529 +164.433 +311.369 +164.433 +311.237 +175.419 +339.358 +238.045 +345.448 +176.675 +386.273 +176.675 +406.753 +176.675 +398.566 +178.863 +307.215 +201.82 +343.159 +245.627 +317.833 +267.851 +361.534 +278.787 +339.538 +291.621 +377.48 +389.948 +641.21 +666.772 +621.428 +610.513 +624.546 +613.674 +628.171 +613.603 +628.082 +613.377 +627.937 +705.282 +435.241 +443.625 +275.598 +324.049 +305.809 +211.248 +378.463 +210.133 +336.442 +278.076 +371.525 +399.123 +626.995 +662.896 +599.325 +600.138 +599.664 +601.056 +599.693 +600.286 +598.239 +599.639 +597.716 +694.541 +402.681 +464.622 +276.176 +325.96 +302.376 +254.865 +334.149 +274.433 +331.949 +289.786 +372.304 +399.52 +627.848 +660.455 +598.193 +599.408 +598.274 +601.167 +598.844 +601.879 +599.314 +599.845 +597.798 +694.374 +402.781 +464.736 +303.552 +325.718 +369.369 +211.022 +398.322 +209.973 +397.055 +223.858 +372.206 +399.301 +627.276 +660.199 +597.812 +600.53 +602.264 +608.541 +608.96 +607.469 +606 +602.095 +599.04 +694.351 +402.568 +448.748 +276.022 +325.493 +349.723 +211.065 +394.012 +209.981 +392.796 +223.921 +338.075 +405.324 +591.988 +668.159 +561.488 +607.15 +592.107 +603.492 +597.838 +599.316 +601.068 +600.845 +597.686 +688.579 +407.671 +445.11 +275.587 +324.15 +358.593 +211.18 +392.625 +210.203 +394.205 +212.929 +353.057 +225.828 +403.355 +418.327 +355.208 +460.888 +445.835 +451.319 +439.411 +453.733 +446.254 +317.498 +276.843 +378.196 +338.196 +392.608 +341.845 +215.685 +338.672 +215.194 +327.347 +208.274 +326.925 +210.695 +330.314 +210.41 +356.032 +217.563 +401.311 +223.445 +392.442 +216.309 +396.938 +216.497 +393.549 +222.612 +398.305 +247.944 +327.566 +252.879 +328.512 +252.92 +328.353 +252.326 +337.639 +263.107 +336.579 +314.28 +338.418 +404.837 +592.486 +666.633 +561.616 +606.523 +561.461 +607.44 +593.019 +608.261 +592.955 +608.076 +591.892 +700.801 +403.014 +470.398 +276.708 +331.421 +355.366 +215.925 +392.451 +214.873 +375.799 +228.931 +338.664 +405.531 +592.599 +666.73 +561.535 +606.794 +594.628 +615.087 +608.119 +618.445 +610.408 +624.354 +609.648 +712.759 +414.326 +458.279 +311.702 +322.567 +355.208 +176.183 +403.666 +175.239 +403.441 +189.187 +403.927 +404.546 +641.078 +734.137 +676.193 +707.382 +711.527 +730.581 +714.831 +738.698 +731.606 +747.153 +739.229 +842.189 +476.212 +479.639 +313.994 +330.818 +358.757 +216.086 +389.705 +224.435 +330.283 +243.243 +340.242 +404.393 +593.183 +664.446 +564.062 +602.766 +562.739 +603.482 +562.285 +605.696 +592.498 +606.424 +561.631 +700.705 +403.076 +470.05 +276.466 +331.616 +366.251 +216.057 +393.563 +215.019 +392.563 +228.91 +337.766 +405.195 +592.024 +667.168 +561.494 +607.847 +600.126 +625.463 +610.077 +641.209 +630.454 +645.837 +630.126 +736.72 +447.832 +467.306 +313.382 +335.724 +343.382 +211.258 +395.877 +210.25 +394.57 +210.256 +396.544 +197.216 +271.522 +424.415 +367.179 +487.768 +478.393 +494.043 +478.235 +487.819 +481.657 +327.64 +321.117 +380.558 +374.712 +393.835 +281.335 +211.306 +338.271 +211.226 +321.679 +199.42 +304.47 +199.352 +300.392 +199.4 +299.432 +206.354 +323.665 +211.642 +340.656 +211.887 +379.94 +211.97 +407.932 +212.145 +421.159 +200.643 +298.743 +202.373 +323.368 +205.494 +354.354 +205.346 +381.885 +215.374 +373.498 +229.274 +337.206 +405.741 +623.519 +680.362 +607.377 +627.542 +623.255 +641.523 +641.025 +671.214 +671.287 +678.719 +661.94 +750.805 +459.366 +478.577 +324.029 +330.322 +258.609 +195.032 +295.583 +223.147 +292.517 +267.758 +436.349 +423.339 +656.322 +747.262 +682.43 +704.519 +677.433 +678.975 +669.583 +672 +678.163 +692.714 +694.047 +796.351 +503.52 +491.846 +329.093 +341.103 +299.827 +176.183 +358.654 +175.239 +403.145 +189.187 +386.415 +374.147 +615.877 +703.361 +626.414 +641.845 +630.537 +642.2 +626.791 +642.285 +626.802 +634.709 +623.328 +726.621 +445.306 +461.038 +312.399 +322.585 +311.201 +255.297 +336.512 +270.171 +335.17 +283.856 +376.524 +402.87 +651.188 +676.752 +633.869 +619.218 +634.393 +619.463 +638.494 +619.57 +634.652 +619.485 +631.319 +711.428 +440.443 +459.142 +312.17 +320.815 +348.008 +176.183 +401.337 +175.239 +399.321 +189.187 +372.763 +402.246 +634.736 +670.35 +617.63 +613.821 +611.601 +619.992 +621.123 +616.66 +624.411 +610.602 +614.957 +702.571 +408.842 +456.989 +275.95 +324.74 +361.138 +211.101 +394.674 +210.14 +391.475 +210.093 +395.095 +219.597 +404.943 +381.307 +335.027 +445.83 +447.501 +448.416 +447.088 +448.605 +455.065 +313.642 +276.209 +372.507 +337.729 +386.89 +287.603 +246.969 +330.373 +277.084 +268.914 +316.177 +269.903 +264.958 +303.242 +265.268 +283.851 +272.361 +325.111 +278.392 +335.42 +277.401 +335.683 +277.603 +334.871 +285.307 +340.485 +267.656 +271.046 +265.508 +271.33 +266.015 +270.82 +271.272 +315.024 +282.837 +292.555 +297.688 +371.808 +399.338 +627.246 +660.341 +597.744 +599.12 +598.61 +599.316 +598.365 +599.9 +598.076 +599.521 +598.192 +694.528 +438.311 +464.946 +311.882 +326.042 +348.224 +210.341 +354.286 +211.733 +357.83 +229.543 +374.365 +395.023 +627.706 +655.479 +597.828 +597.669 +598.086 +599.163 +598.212 +599.664 +598.187 +599.621 +598.019 +694.798 +402.672 +464.832 +302.519 +325.93 +313.361 +254.873 +335.41 +275.604 +333.656 +289.412 +371.803 +399.309 +627.385 +660.302 +597.778 +599.18 +597.885 +599.497 +599.38 +600.781 +599.157 +601.344 +598.953 +694.664 +402.58 +455.357 +276.182 +325.817 +368.066 +211.071 +399.027 +210.029 +396.324 +223.819 +372.567 +399.172 +627.351 +659.582 +598.42 +600.082 +600.594 +601.795 +601.692 +602.882 +601.357 +605.336 +600.89 +697.501 +407.193 +463.64 +275.987 +330.43 +305.296 +260.556 +329.54 +280.549 +328.582 +294.397 +337.202 +404.833 +591.534 +669.958 +593.154 +609.766 +594.511 +614.734 +597.303 +611.409 +599.393 +611.174 +597.23 +703.487 +407.923 +435.01 +275.87 +325.056 +363.301 +211.102 +395.588 +213.225 +391.015 +215.122 +367.712 +225.271 +399.236 +381.659 +288.564 +435.574 +421.703 +437.913 +421.604 +437.932 +432.066 +318.193 +276.929 +379.06 +338.186 +393.537 +332.073 +233.232 +340.18 +215.827 +327.506 +203.953 +340.057 +204.026 +328.775 +203.892 +362.021 +215.95 +374.191 +218.82 +380.91 +216.392 +394.779 +221.427 +377.057 +216.442 +400.841 +229.497 +327.825 +220.294 +350.509 +219.818 +359.794 +219.349 +356.336 +243.404 +370.981 +244.061 +338.587 +405.477 +592.187 +667.768 +561.736 +607.114 +561.942 +607.542 +562.031 +607.86 +561.89 +607.788 +561.516 +702.585 +403.24 +465.22 +298.513 +326.343 +366.406 +210.902 +397.593 +209.776 +399.618 +223.795 +372.387 +399.719 +627.746 +659.974 +598.818 +598.906 +598.311 +599.576 +598.556 +599.913 +598.555 +600.006 +598.549 +694.811 +420.708 +465.236 +311.895 +325.839 +368.688 +211.011 +399.582 +210.145 +402.106 +224.288 +419.739 +418.97 +643.08 +726.937 +662.417 +668.744 +647.727 +650.669 +634.958 +641.679 +630.558 +625.958 +629.658 +718.972 +439.052 +459.342 +308.298 +320.511 +308.012 +176.183 +337.861 +175.239 +336.675 +189.187 +372.87 +399.902 +637.067 +673.301 +611.549 +610.456 +608.938 +607.805 +606.602 +603.277 +604.722 +603.511 +601.725 +691.254 +416.848 +428.166 +311.153 +289.801 +313.749 +176.183 +337.249 +250.344 +334.331 +282.993 +372.362 +398.513 +628.058 +659.392 +598.983 +597.981 +600.732 +600.887 +608.242 +611.075 +611.64 +600.906 +605.518 +693.511 +408.01 +445.11 +275.713 +324.473 +359.022 +211.138 +395.111 +210.11 +391.109 +209.97 +395.313 +219.251 +401.014 +375.592 +324.357 +428.842 +429.294 +432.065 +430.82 +431.215 +439.18 +312.449 +284.527 +373.847 +373.432 +387.941 +332.741 +214.844 +393.573 +215.896 +329.417 +256.308 +327.554 +203.991 +380.502 +203.865 +328.538 +226.214 +340.476 +270.152 +278.213 +271.015 +287.493 +331.766 +275.247 +334.731 +281.458 +275.647 +262.896 +301.697 +276.801 +304.715 +271.535 +299.259 +277.358 +308.784 +278.054 +322.769 +340.898 +402.376 +594.249 +662.624 +564.042 +600.847 +564.09 +600.79 +563.609 +600.971 +563.027 +601.784 +563.317 +696.27 +404.711 +467.415 +278.071 +328.784 +360.286 +212.3 +359.661 +239.225 +382.895 +225.049 +340.93 +402.232 +593.936 +600.873 +563.838 +600.995 +563.864 +600.825 +562.101 +603.544 +591.446 +606.368 +591.88 +702.309 +405.961 +469.322 +276.888 +329.927 +359.545 +219.055 +337.482 +226.252 +372.79 +234.719 +338.629 +404.21 +592.653 +603.742 +561.818 +606.361 +561.856 +607.544 +562.148 +608.233 +561.895 +607.89 +561.341 +641.064 +402.738 +464.923 +276.33 +328.884 +362.968 +216.132 +394.368 +214.972 +391.547 +228.761 +338.233 +405.1 +591.922 +605.971 +561.087 +607.403 +600.729 +616.585 +602.03 +618.635 +604.684 +618.408 +601.608 +646.657 +406.817 +469.072 +276.304 +330.593 +366.579 +216.173 +389.546 +215.026 +362.446 +228.609 +338.218 +405.425 +592.27 +605.977 +561.38 +607.298 +561.684 +608.454 +594.098 +594.952 +592.914 +607.149 +561.172 +640.525 +402.799 +428.586 +300.356 +290.568 +316.17 +209.787 +336.521 +269.649 +333.339 +270.933 +333.339 +291.45 +349.427 +314.761 +323.414 +428.458 +431.719 +434.956 +437.475 +438.587 +455.484 +293.633 +309.726 +307.116 +378.699 +384.573 +346.469 +176.183 +404.713 +176.183 +364.411 +164.433 +344.76 +164.433 +361.513 +164.433 +360.7 +109.913 +391.814 +176.675 +403.091 +176.675 +377.395 +203.853 +372.01 +212.982 +380.632 +176.501 +333.621 +246.861 +334.313 +249.977 +335.148 +249.866 +344.817 +259.678 +342.454 +273.348 +376.763 +366.874 +630.025 +564.098 +600.502 +562.489 +601.827 +562.413 +602.648 +562.236 +603.843 +561.759 +603.941 +595.3 +444.169 +428.92 +316.968 +290.802 +359.581 +196.766 +355.636 +175.239 +360.629 +216.346 +377.676 +364.965 +632.395 +562.293 +604.103 +561.737 +606.641 +592.193 +611.119 +603.319 +628.873 +620.725 +623.286 +648.699 +437.004 +480.563 +334.844 +353.218 +308.318 +176.183 +341.627 +175.239 +339.626 +274.584 +400.398 +404.28 +634.75 +678.721 +676.368 +693.509 +669.947 +643.082 +624.173 +639.357 +624.302 +635.16 +617.173 +665.281 +436.93 +464.225 +306.156 +325.599 +364.53 +211.211 +394.733 +214.293 +393.09 +229.324 +337.672 +405.216 +591.9 +606.859 +592.797 +608.245 +595.361 +617.715 +602.08 +613.39 +599.591 +613.582 +594.513 +642.521 +407.206 +463.74 +275.764 +325.085 +303.424 +211.192 +352.229 +210.182 +394.111 +224.065 +367.84 +417.31 +637.062 +632.499 +623.082 +641.55 +641.78 +664.158 +641.446 +646.084 +635.181 +638.232 +619.868 +664.991 +439.321 +458.326 +310.724 +320.603 +308.679 +176.183 +340.304 +175.239 +339.219 +175.239 +356.66 +203.104 +418.856 +326.53 +341.183 +447.211 +451.442 +456.418 +461.513 +467.355 +478.764 +320.752 +308.943 +307.953 +337.595 +386.403 +294.705 +211.205 +332.68 +211.131 +340.201 +199.342 +373.121 +199.322 +336.155 +199.457 +365.113 +144.717 +387.102 +211.648 +335.225 +211.884 +345.577 +211.837 +381.94 +211.794 +339.161 +138.829 +299.073 +200.336 +295.688 +236.914 +281.943 +272.603 +302.021 +283.256 +276.495 +295.348 +364.113 +417.222 +635.586 +629.832 +620.273 +634.859 +627.246 +639.272 +635.956 +664.822 +627.211 +632.567 +624.182 +668.826 +415.955 +468.708 +276.759 +330.885 +355.936 +216.109 +344.407 +213.979 +351.219 +227.523 +339.988 +404.219 +593.934 +602.604 +562.564 +604.142 +562.11 +605.404 +562.008 +605.849 +562.264 +605.116 +562.251 +638.25 +403.444 +469.736 +276.802 +331.084 +342.673 +246.265 +337.706 +223.696 +372.62 +227.734 +338.182 +404.457 +626.648 +622.02 +620.175 +640.998 +648.837 +692.916 +694.529 +733.752 +734.777 +746.595 +744.792 +778.771 +566.355 +578.433 +383.718 +375.366 +306.632 +215.327 +338.315 +270.337 +335.661 +288.285 +379.642 +373.523 +615.302 +642.081 +626.448 +642.173 +610.639 +625.117 +613.786 +625.094 +617.065 +631.891 +610.209 +658.386 +417.576 +463.276 +275.808 +324.936 +361.351 +211.151 +397.972 +210.038 +394.396 +223.86 +372.368 +399.309 +627.254 +598.923 +599.249 +601.353 +600.704 +603.442 +606.96 +602.738 +606.575 +610.124 +603.726 +634.404 +407.024 +463.734 +276.144 +325.14 +362.404 +215.404 +391.942 +215.099 +390.176 +214.996 +338.821 +276.604 +388.138 +320.117 +288.096 +435.775 +391.94 +438.173 +422.241 +437.117 +431.94 +318.19 +276.684 +317.673 +338.375 +393.273 +334.26 +223.019 +340.372 +237.807 +327.919 +204.022 +327.657 +223.605 +328.341 +211.419 +329.07 +193.194 +340.774 +268.593 +341.61 +269.235 +343.676 +270.304 +277.715 +273.404 +285.506 +239.885 +265.536 +270.656 +269.498 +317.477 +265.299 +289.126 +275.508 +318.001 +275.051 +315.167 +337.143 +405.686 +622.628 +613.634 +599.757 +613.542 +597.779 +611.584 +594.978 +612.067 +597.569 +613.725 +599.391 +646.622 +407.773 +428.105 +296.766 +290.007 +269.558 +176.183 +291.429 +238.795 +288.3 +303.909 +372.617 +398.722 +628.337 +597.947 +599.186 +602.4 +611.311 +614.968 +621.815 +620.625 +622.021 +617.393 +609.5 +639.832 +413.508 +427.932 +275.63 +306.627 +300.861 +243.963 +330.876 +276.141 +328.295 +289.028 +337.908 +404.942 +591.969 +605.968 +592.957 +610.597 +600.478 +616.721 +611.112 +628.446 +617.285 +635.132 +623.983 +668.646 +436.659 +464.165 +305.422 +324.679 +362.796 +211.219 +392.906 +210.127 +390.797 +228.415 +371.038 +417.062 +638.328 +632.779 +630.744 +651.22 +642.324 +664.455 +648.857 +665.64 +643.124 +659.11 +631.387 +665.924 +446.14 +462.189 +307.213 +320.353 +311.078 +176.183 +342.767 +175.239 +379.126 +189.187 +371.907 +362.945 +627.669 +600.461 +602.637 +606.869 +607.619 +601.923 +609.22 +597.572 +607.114 +594.805 +607.509 +625.336 +438.449 +428.629 +311.604 +290.397 +370.366 +176.183 +398.849 +175.239 +399.435 +175.239 +397.539 +210.074 +419.09 +314.028 +324.346 +428.165 +429.616 +428.927 +430.961 +431.086 +441.499 +280.93 +312.215 +276.515 +373.503 +352.113 +348.883 +176.183 +401.027 +176.183 +339.351 +164.433 +361.214 +164.433 +361.575 +164.433 +364.571 +109.913 +389.928 +176.675 +344.366 +176.675 +345.212 +176.675 +346.834 +176.675 +343.258 +132.249 +317.309 +251.099 +334.487 +199.486 +334.68 +199.434 +375.82 +209.299 +362.918 +223.279 +373.097 +399.246 +628.082 +598.063 +599.082 +598.418 +599.987 +598.572 +600.162 +598.74 +600.488 +598.74 +600.13 +632.076 +420.816 +428.709 +312.474 +290.554 +305.603 +230.906 +335.773 +272.41 +333.513 +288.722 +373.015 +399.127 +628.416 +598.078 +599.283 +598.454 +600.48 +601.303 +605.694 +606.151 +609.686 +603.542 +600.114 +628.912 +407.413 +428.413 +303.345 +290.176 +359.952 +176.183 +400.238 +175.239 +398.483 +189.187 +372.617 +398.745 +628.228 +597.626 +605.433 +620.34 +634.478 +658.785 +681.875 +693.992 +710.592 +706.942 +701.992 +705.977 +448.331 +459.84 +306.499 +320.369 +264.855 +245.914 +295.506 +267.999 +320.862 +273.509 +378.839 +393.119 +628.458 +629.723 +623.217 +638.61 +642.037 +685.887 +676.454 +693.737 +684.192 +696.435 +700.583 +731.468 +486.572 +510.482 +342.429 +340.266 +267.079 +176.183 +344.701 +175.239 +341.008 +189.187 +384.908 +393.485 +620.833 +626.949 +629.353 +643.308 +647.845 +661.03 +658.591 +685.607 +686.681 +701.51 +687.106 +741.021 +492.043 +516.7 +351.595 +355.66 +272.796 +176.183 +364.613 +175.239 +297.28 +227.973 +310.167 +175.239 +219.432 +366.19 +381.131 +501.422 +506.255 +523.764 +520.299 +529.298 +530.246 +366.059 +350.614 +349.008 +409.659 +423.362 +289.109 +176.183 +348.417 +176.183 +320.731 +164.433 +332.001 +275.039 +294.823 +165.376 +187.095 +176.675 +414.767 +176.675 +401.708 +176.675 +413.008 +176.675 +379.578 +182.751 +288.674 +103.838 +267.683 +231.72 +283.629 +201.264 +279.805 +250.88 +289.65 +228.387 +303.327 +478.386 +443.842 +670.279 +742.496 +676.222 +678.58 +684.518 +693.524 +708.672 +710.571 +729.66 +727.983 +746.418 +763.225 +486.975 +564.944 +425.058 +446.684 +273.318 +176.183 +384.324 +175.239 +328.652 +203.177 +479.25 +486.919 +732.282 +807.906 +746.843 +757.134 +783.189 +811.835 +806.333 +831.819 +816.287 +808.82 +786.285 +833.117 +538.134 +622.017 +461.244 +477.32 +324.602 +222.968 +382.972 +211.885 +366.201 +225.639 +521.18 +535.457 +772.464 +810.464 +747.033 +755.482 +764.76 +785.182 +780.808 +800.554 +800.775 +811.997 +787.651 +835.666 +542.828 +627.44 +462.016 +481.221 +339.315 +256.441 +384.139 +219.1 +405.965 +232.81 +524.358 +531.636 +738.489 +804.888 +738.673 +748.777 +747.947 +749.574 +748.294 +751.632 +766.031 +784.715 +753.752 +784.986 +479.737 +583.731 +410.812 +446.806 +284.143 +264.631 +318.537 +255.081 +332.206 +256.045 +468.304 +471.759 +700.205 +729.606 +715.822 +728.259 +727.304 +747.396 +747.557 +747.959 +747.848 +695.863 +675.859 +719.294 +422.734 +491.673 +333.681 +346.216 +306.333 +176.183 +348.232 +231.721 +337.01 +269.334 +335.247 +175.239 +299.654 +336.292 +359.628 +450.16 +451.25 +449.713 +461.715 +461.329 +479.455 +325.123 +321.623 +317.489 +318.888 +387.151 +327.573 +176.183 +402.226 +176.183 +389.703 +164.433 +373.66 +164.433 +326.064 +164.433 +305.248 +168.277 +328.735 +176.675 +338.325 +176.675 +387.945 +188.584 +406.361 +249.66 +382.713 +170.636 +188.447 +301.754 +225.423 +307.677 +225.314 +357.543 +235.448 +333.716 +235.154 +357.137 +372.088 +398.857 +629.626 +605.571 +606.716 +608.179 +612.002 +610.702 +615.405 +616.917 +621.349 +623.335 +627.548 +663.79 +386.043 +464.158 +316.1 +322.362 +307.421 +255.134 +335.581 +269.948 +334.81 +283.274 +372.037 +399.123 +630.392 +612.824 +624.239 +623.162 +630.575 +645.336 +643.048 +650.027 +660.599 +662.083 +660.484 +681.761 +396.093 +470.272 +314.506 +327.428 +260.067 +224.139 +309.58 +241.938 +286.442 +354.289 +390.239 +403.954 +657.548 +692.388 +697.352 +745.927 +744.894 +746.167 +747.194 +748.723 +748.08 +747.097 +747.236 +780.515 +495.303 +574.58 +415.992 +405.408 +302.649 +186.105 +337.265 +175.239 +338.801 +317.307 +407.867 +403.441 +624.443 +644.283 +613.011 +614.668 +613.12 +620.516 +626.535 +627.797 +616.364 +624.27 +616.558 +650.816 +373.898 +462.888 +275.795 +324.682 +362.738 +211.156 +395.132 +210.148 +392.624 +224.076 +337.381 +398.901 +591.325 +599.57 +593.121 +601.926 +596.93 +612.568 +608.065 +616.56 +617.711 +614.483 +634.291 +641.495 +352.405 +427.986 +282.335 +289.613 +306.489 +176.183 +339.12 +227.018 +335.636 +248.373 +335.204 +277.533 +371.722 +303.301 +327.705 +441.145 +454.157 +455.969 +457.779 +460.537 +474.706 +317.958 +313.774 +310.995 +316.161 +382.666 +354.48 +176.183 +401.731 +176.183 +388.181 +164.433 +346.819 +164.433 +357.416 +164.433 +340.229 +109.913 +400.94 +176.675 +400.973 +176.675 +403.299 +176.675 +404.33 +176.675 +351.738 +103.838 +298.237 +165.376 +349.804 +165.376 +322.9 +216.12 +344.787 +239.934 +346.816 +239.724 +372.092 +398.4 +628.037 +598.755 +602.59 +604.453 +605.121 +608.33 +615.333 +613.699 +611.467 +610.344 +618.051 +647.268 +373.721 +427.924 +296.201 +289.628 +306.583 +176.183 +381.61 +175.239 +399.538 +189.187 +372.047 +398.281 +630.36 +608.66 +624.068 +632.933 +643.367 +658.223 +657.889 +674.615 +695.335 +694.313 +689.118 +720.943 +424.315 +423.813 +322.162 +334.657 +267.551 +219.062 +271.481 +264.407 +264.6 +292.392 +372.333 +386.447 +631.696 +604.038 +626.151 +634.324 +673.766 +700.289 +734.776 +737.062 +745.234 +735.699 +719.168 +716.994 +428.779 +422.879 +325.841 +341.752 +269.055 +236.633 +324.856 +229.824 +292.464 +267.435 +404.833 +404.66 +633.856 +650.481 +646.417 +668.11 +669.973 +687.986 +680.236 +689.499 +692.049 +711.904 +718.867 +749.688 +452.879 +462.839 +349.968 +368.305 +278.559 +225.425 +338.64 +175.239 +375.024 +206.129 +408.145 +414.545 +651.095 +683.558 +673.211 +697.498 +689.491 +699.042 +699.966 +726.956 +727.278 +747.838 +729.535 +774.437 +453.026 +467.973 +356.853 +364.068 +274.372 +176.183 +330.124 +175.239 +289.522 +224.569 +295.272 +266.949 +311.002 +341.328 +355.878 +498.821 +520.326 +561.007 +548.971 +575.955 +573.669 +408.782 +357.995 +341.527 +341.014 +354.681 +246.133 +222.327 +287.392 +232.934 +248.912 +247.429 +249.943 +275.158 +249.836 +274.647 +249.104 +139.076 +176.675 +408.558 +208.62 +403.256 +191.025 +382.39 +199.423 +400.884 +182.751 +304.373 +162.144 +217.228 +242.2 +279.762 +241.505 +264.804 +252.882 +291.7 +289.414 +307.617 +341.54 +398.69 +621.909 +605.874 +613.301 +650.45 +676.448 +713.998 +715.512 +748.198 +747.095 +749.288 +746.724 +781.013 +434.976 +454.081 +337.687 +349.961 +301.165 +176.183 +354.025 +175.239 +345.947 +228.811 +437.618 +438.37 +674.305 +688.735 +659.99 +674.081 +657.154 +674.424 +649.814 +665.86 +656.97 +657.954 +643.11 +673.379 +387.81 +404.324 +313.829 +332.664 +361.468 +211.281 +394.94 +210.205 +393.419 +224.193 +376.07 +413.412 +636.828 +629.395 +635.194 +669.529 +691.893 +724.162 +699.56 +685.78 +697.815 +699.604 +691.673 +719.676 +409.296 +427.601 +322.934 +331.765 +303.574 +176.183 +338.458 +175.239 +338.38 +220.279 +381.892 +400.339 +644.458 +618.566 +665.006 +673.576 +734.951 +735.36 +752.73 +752.146 +758.636 +755.419 +765.626 +785.53 +520.623 +495.77 +393.187 +371.695 +306.739 +176.183 +352.334 +217.794 +301.03 +263.334 +412.176 +466.074 +704.695 +743.19 +745.192 +747.448 +747.142 +758.054 +755.436 +765.525 +758.986 +764.372 +751.39 +790.592 +525.203 +555.214 +459.454 +475.865 +284.731 +254.435 +318.413 +211.629 +293.993 +247.586 +310.583 +175.239 +190.13 +462.216 +471.271 +577.219 +577.49 +580.642 +580.125 +588.638 +596.513 +463.971 +462.209 +462.408 +461.401 +475.705 +251.654 +213.377 +295.874 +197.364 +280.669 +196.56 +355.577 +168.965 +316.49 +203.458 +286.038 +109.913 +176.675 +407.423 +176.675 +406.812 +176.675 +408.887 +176.675 +420.093 +182.751 +342.677 +103.838 +280.287 +165.376 +283.796 +165.376 +280.374 +228.402 +289.603 +240.062 +298.518 +390.17 +398.251 +634.113 +658.546 +641.205 +659.98 +672.544 +704.926 +695.546 +710.574 +665.999 +651.139 +636.349 +664.814 +391.112 +411.11 +317.754 +333.279 +339.782 +211.386 +398.033 +210.383 +394.121 +224.28 +386.71 +394.699 +623.869 +638.307 +640.501 +663.965 +655.615 +680.143 +681.367 +696.939 +716.306 +734.64 +738.409 +759.141 +448.097 +429.503 +341.513 +346.96 +307.695 +176.183 +334.881 +175.239 +287.422 +196.508 +406.341 +410.081 +653.917 +708.603 +706.031 +745.014 +735.888 +746.801 +742.768 +747.029 +745.928 +745.143 +730.287 +765.198 +438.259 +419.324 +328.209 +341.982 +298.807 +179.08 +344.208 +210.531 +332.44 +224.351 +382.72 +394.811 +621.398 +633.904 +640.784 +644.315 +643.088 +664.65 +676.69 +703.692 +679.333 +684.913 +668.543 +740.057 +411.378 +428.787 +323.822 +340.186 +283.522 +238.794 +306.879 +260.193 +289.609 +273.19 +382.434 +396.19 +624.217 +633.624 +629.894 +639.003 +631.188 +644.584 +643.051 +658.101 +671.191 +684.231 +713.153 +774.877 +525.691 +550.956 +456.225 +400.052 +267.272 +249.774 +286.436 +321.594 +287.377 +321.419 +287.401 +235.155 +239.454 +375.337 +397.411 +486.163 +486.971 +478.331 +486.923 +485.657 +483.764 +328.967 +323.991 +321.064 +330.209 +331.592 +350.869 +176.183 +400.688 +176.183 +382.239 +164.433 +335.355 +164.433 +333.28 +164.433 +363.605 +125.965 +379.149 +176.675 +399.703 +176.675 +403.635 +176.675 +341.029 +176.675 +355.427 +103.838 +329.5 +103.838 +365.318 +165.376 +362.135 +165.376 +378.154 +175.239 +378.781 +189.187 +371.751 +362.91 +634.2 +594.621 +623.174 +616.911 +641.97 +631.947 +635.288 +657.341 +684.386 +683.665 +676.45 +701.678 +415.277 +414.99 +324.235 +340.333 +300.26 +201.693 +331.684 +268.944 +329.62 +291.392 +388.417 +398.934 +633.666 +664.666 +668.688 +672.667 +686.227 +686.746 +704.65 +722.149 +744.813 +748.951 +749.474 +782.853 +485.126 +470.575 +352.104 +355.803 +264.36 +216.303 +314.351 +231.144 +260.945 +252.526 +386.529 +393.504 +617.623 +650.64 +679.465 +716.15 +746.434 +748.892 +749.624 +749.814 +754.541 +755.348 +756.491 +787.772 +527.078 +539.65 +430.546 +439.257 +285.958 +267.053 +318.032 +250.312 +321.88 +227.315 +487.075 +479.491 +677.488 +723.072 +746.307 +749.633 +747.846 +750.9 +749.024 +750.632 +750.087 +753.879 +751.729 +790.608 +521.564 +524.589 +367.488 +374.627 +285.083 +229.144 +317.797 +284.284 +321.358 +306.577 +385.148 +395.137 +564.583 +647.889 +691.936 +747.943 +748.197 +751.797 +748.709 +754.151 +749.737 +755.619 +750.003 +788.085 +510.11 +527.943 +369.082 +374.175 +279.36 +235.372 +318.254 +238.932 +281.172 +258.942 +294.164 +175.239 +128.592 +374.535 +395.369 +551.554 +559.585 +575.94 +574.427 +576.855 +585.13 +462.433 +459.382 +463.431 +447.206 +447.067 +267.091 +241.398 +307.661 +254.716 +275.438 +241.565 +276.505 +241.122 +279.516 +241.1 +219.56 +109.913 +176.675 +418.695 +176.675 +398.213 +230.896 +400.146 +259.487 +405.009 +265.823 +318.082 +103.838 +244.032 +191.363 +267.482 +213.147 +275.894 +253.41 +290.847 +260.188 +301.749 +382.144 +398.457 +589.169 +626.758 +676.021 +680.118 +713.975 +741.197 +749.764 +747.444 +750.502 +748.169 +752.121 +782.233 +520.508 +480.473 +375.459 +371.327 +285.836 +197.528 +343.841 +239.834 +310.273 +189.187 +419.409 +421.804 +595.6 +684.685 +671.512 +700.903 +696.622 +698.537 +692.211 +738.872 +747.24 +729.806 +729.456 +782.221 +445.779 +459.718 +334.428 +346.451 +289.657 +176.183 +373.944 +178.728 +335.234 +253.759 +404.147 +402.361 +574.401 +668.44 +696.406 +745.521 +747.804 +749.08 +749.986 +751.87 +755.006 +754.857 +751.928 +783.672 +515.587 +528.351 +396.532 +410.27 +282.555 +268.209 +318.906 +254.036 +339.938 +225.142 +402.329 +404.677 +577.542 +696.08 +726.077 +746.81 +746.888 +746.966 +747.44 +748.237 +747.793 +747.567 +747.652 +780.707 +498.895 +493.587 +381.083 +406.354 +275.057 +211.152 +309.64 +208.367 +309.671 +189.187 +454.619 +454.043 +629.801 +727.952 +724.462 +737.57 +729.127 +732.675 +737.066 +737.129 +744.28 +736.085 +733.449 +767.463 +459.905 +484.821 +380.872 +392.508 +272.573 +187.147 +308.384 +216.762 +321.433 +183.179 +363.825 +175.239 +128.592 +406.238 +411.912 +543.764 +541.029 +575.78 +575.271 +576.717 +585.402 +411.344 +387.261 +386.902 +373.105 +392.161 +247.834 +209.781 +336.772 +252.405 +324.227 +209.623 +331.964 +215.995 +301.701 +222.287 +193.948 +109.913 +176.675 +406.523 +233.152 +389.594 +261.149 +395.122 +276.129 +394.415 +274.509 +321.395 +103.838 +282.319 +165.376 +307.601 +165.376 +288.318 +191.149 +331.997 +175.239 +370.609 +385.765 +411.664 +583.184 +667.035 +712.614 +746.053 +748.093 +747.13 +747.815 +748.273 +748.366 +748.448 +750.008 +783.445 +527.161 +544.899 +414.125 +398.681 +284.965 +221.662 +320.254 +256.647 +334.745 +189.187 +419.736 +424.874 +606.638 +718.838 +740.088 +747.232 +747.572 +751.725 +747.951 +751.711 +748.074 +751.197 +748.005 +783.551 +523.654 +552.608 +433.182 +437.891 +278.244 +271.605 +319.357 +299.717 +280.203 +245.348 +418.157 +414.469 +588.506 +704.717 +717.101 +745.29 +745.579 +748.42 +747.757 +751.236 +749.375 +753.038 +748.027 +785.578 +524.748 +552.151 +397.191 +408.092 +277.224 +230.28 +318.122 +286.566 +287.02 +245.737 +417.516 +403.899 +575.079 +693.132 +730.13 +748.081 +747.907 +750.89 +748.358 +753.924 +750.276 +759.582 +750.225 +790.4 +524.748 +554.802 +426.577 +448.178 +283.832 +258.087 +317.811 +250.474 +331.331 +225.275 +472.43 +473.155 +640.895 +736.5 +746.499 +748.68 +749.94 +751.827 +753.471 +756.945 +752.268 +752.16 +751.486 +785.495 +511.937 +518.933 +405.069 +402.188 +290.376 +213.261 +345.482 +211.962 +351.881 +211.354 +301.943 +175.239 +128.592 +431.175 +444.212 +565.316 +574.81 +575.392 +575.182 +575.591 +585.299 +440.385 +450.627 +440.928 +418.214 +423.634 +254.951 +263.975 +282.059 +307.56 +287.457 +164.433 +276.374 +245.472 +277.102 +248.347 +213.886 +109.913 +176.675 +409.183 +210.263 +398.207 +251.494 +398.418 +268.095 +398.679 +296.127 +325.252 +111.537 +321.857 +165.376 +334.269 +170.935 +254.009 +230.935 +266.465 +274.259 +283.891 +386.039 +396.254 +570.587 +672.984 +686.711 +715.674 +738.225 +748.119 +748.136 +749.118 +750.398 +750.74 +751.784 +784.125 +526.334 +536.549 +428.877 +414.777 +307.914 +212.46 +378.571 +211.245 +302.639 +199.753 +445.874 +442.949 +623.75 +734.178 +744.882 +746.539 +746.907 +750.135 +749.178 +756.31 +751.325 +760.954 +751.11 +789.1 +525.173 +552.569 +459.372 +474.151 +283.872 +260.481 +314.556 +307.898 +314.97 +284.846 +476.944 +477.715 +665.72 +748.121 +747.257 +761.778 +774.594 +803.79 +797.23 +833.971 +827.349 +856.566 +814.68 +851.851 +528.95 +564.222 +461.831 +478.89 +331.732 +224.849 +386.997 +212.308 +373.572 +238.019 +522.606 +547.675 +714.545 +749.944 +727.847 +736.968 +731.416 +748.259 +746.564 +745.428 +725.846 +738.044 +718.91 +764.93 +459.4 +485.318 +380.66 +400.527 +275.067 +176.183 +319.202 +175.239 +324.624 +189.187 +447.847 +447.665 +623.147 +728.046 +725.169 +746.95 +746.721 +747.513 +745.724 +748.284 +748.107 +750.421 +752.737 +786.168 +528.189 +546.736 +430.204 +424.52 +278.675 +242.669 +331.543 +211.886 +352.37 +211.601 +327.907 +175.239 +128.592 +462.476 +471.221 +577.565 +576.944 +584.73 +582.419 +595.763 +597.569 +480.601 +468.59 +473.315 +462.811 +483.39 +332.603 +255.886 +384.475 +217.716 +340.549 +201.418 +315.361 +204.097 +330.791 +164.433 +250.551 +109.913 +176.675 +410.586 +202.206 +416.145 +241.391 +425.378 +255.38 +434.308 +262.619 +351.045 +136.649 +324.474 +165.376 +300.324 +165.376 +262.165 +207.404 +316.174 +259.912 +307.857 +465.753 +475.87 +661.494 +746.319 +746.762 +748.727 +748.78 +751.097 +749.576 +755.375 +749.94 +758.689 +751.067 +791.924 +526.242 +553.553 +428.457 +446.064 +282.101 +232.917 +320.803 +223.565 +346.057 +226.844 +441.225 +476.167 +653.88 +745.884 +747.001 +750.908 +750.267 +757.155 +759.507 +766.468 +775.39 +785.144 +778.546 +807.708 +534.582 +555.692 +462.449 +475.171 +352.106 +243.227 +390 +218.542 +377.611 +224.037 +521.557 +544.366 +714.908 +754.722 +750.365 +760.45 +758.118 +771.026 +766.957 +784.049 +776.816 +784.912 +772.441 +786.446 +526.657 +554.349 +452.637 +451.662 +288.905 +258.931 +319.564 +225.524 +363.079 +225.804 +457.09 +440.522 +630.506 +723.623 +719.063 +736.874 +734.354 +748.94 +748.083 +751.701 +748.708 +754.572 +748.897 +785.801 +509.944 +531.557 +404.068 +416.059 +280.171 +254.212 +331.418 +211.356 +314.689 +268.049 +450.456 +448.709 +620.958 +733.434 +740.183 +750.185 +749.009 +752.458 +748.577 +750.821 +749.172 +753.892 +749.805 +787.19 +525.276 +552.053 +409.134 +425.295 +283.56 +279.026 +321.302 +237.001 +336.098 +209.711 +316.563 +175.239 +128.592 +452.414 +467.83 +575.886 +575.242 +578.101 +575.434 +578.512 +587.498 +466.037 +460.694 +462.749 +460.325 +476.079 +313.238 +219.897 +400.947 +210.662 +342.443 +198.52 +318.957 +164.433 +305.827 +182.19 +191.907 +109.913 +176.675 +402.488 +232.347 +399.88 +257.106 +398.461 +262.624 +399.148 +290.447 +325.535 +103.838 +292.994 +166.025 +345.453 +165.376 +247.491 +226.894 +274.505 +212.457 +282.614 +445.869 +446.174 +633.941 +741.974 +746.596 +749.402 +748.215 +750.79 +749.37 +752.754 +750.327 +760.141 +752.958 +796.6 +526.133 +557.025 +381.732 +451.351 +287.608 +257.84 +319.39 +217.388 +297.895 +319.833 +423.641 +425.283 +615.672 +747.164 +747.876 +760.607 +758.515 +773.65 +766.52 +783.932 +779.081 +796.777 +779.267 +823.563 +539.165 +569.138 +400.829 +479.798 +361.037 +228.847 +417.11 +230.504 +403.183 +230.001 +524.834 +549.767 +718.679 +771.148 +758.776 +777.842 +748.235 +750.838 +748.253 +750.051 +748.168 +751.089 +748.991 +785.395 +506.51 +542.271 +366.118 +447.362 +306.036 +214.837 +382.473 +241.457 +387.262 +226.155 +475.036 +465.651 +650.84 +739.875 +747.599 +750.558 +750.676 +758.872 +758.845 +762.438 +761.897 +755.521 +750.819 +785.1 +526.846 +552.25 +391.074 +462.407 +321.984 +242.384 +381.896 +212.507 +385.009 +238.115 +493.702 +504.982 +674.61 +748.814 +748.015 +755.505 +757.569 +775.062 +766.865 +783.136 +778.488 +795.474 +780.583 +825.295 +533.286 +565.575 +398.265 +479.306 +351.7 +228.584 +382.05 +254.408 +385.055 +215.923 +367.066 +175.239 +128.592 +462.289 +471.755 +579.817 +579.578 +584.865 +585.124 +589.789 +601.435 +469.287 +469.318 +464.362 +463.672 +476.297 +286.705 +220.16 +384.016 +213.634 +325.615 +201.539 +351.305 +200.762 +326.693 +236.601 +271.711 +109.913 +176.675 +417.417 +176.675 +398.288 +239.615 +385.982 +176.675 +401.124 +219.883 +295.836 +103.838 +253.354 +134.595 +294.023 +169.965 +305.409 +258.595 +324.277 +232.372 +340.974 +526.481 +549.344 +721.728 +783.274 +777.004 +755.241 +753.775 +762.79 +753.121 +755.85 +748.392 +750.598 +752.646 +784.385 +522.018 +552.705 +372.321 +453.147 +268.241 +213.099 +293.737 +243.137 +282.344 +310.262 +488.085 +494.301 +675.981 +747.775 +746.975 +749.679 +751.559 +764.435 +767.895 +768.091 +766.977 +766.72 +765.75 +795.999 +530.398 +553.533 +399.983 +463.254 +283.196 +237.074 +320.111 +212.526 +292.685 +268.849 +503.288 +518.358 +705.693 +750.21 +749.426 +757.511 +754.026 +767.849 +760.609 +777.235 +770.588 +785.223 +777.829 +819.96 +536.826 +563.942 +399.662 +480.524 +342.275 +259.794 +384.609 +236.538 +403.18 +229.212 +523.278 +548.282 +715.681 +762.718 +759.401 +773.549 +767.556 +796.071 +783.552 +807.946 +800.706 +817.456 +805.188 +868.634 +560.951 +600.571 +416.811 +506.835 +371.16 +231.351 +420.828 +228.613 +413.535 +241.319 +561.476 +564.351 +732.572 +810.256 +811.386 +849.839 +828.133 +843.84 +835.102 +865.924 +847.78 +841.938 +802.094 +838.919 +549.569 +568.767 +400.878 +479.286 +345.119 +280.014 +385.92 +251.725 +388.86 +215.554 +371.714 +175.239 +128.592 +462.017 +470 +575.561 +574.901 +578.455 +576.382 +582.077 +586.266 +465.947 +460.473 +462.339 +460.021 +476.215 +272.084 +215.082 +387.016 +212.872 +271.527 +214.785 +273.782 +310.524 +273.461 +228.21 +227.778 +109.913 +176.675 +421.351 +194.88 +415.377 +244.884 +415.268 +221.762 +417.013 +252.579 +344.482 +142.097 +341.154 +103.838 +361.563 +165.376 +374.543 +214.792 +337.654 +211.243 +347.31 +522.593 +547.851 +714.808 +748.731 +746.836 +749.215 +748.036 +750.474 +748.966 +753.971 +752.98 +759.025 +755.175 +798.166 +526.5 +555.291 +390.148 +465.338 +320.23 +215.512 +369.775 +222.83 +335.248 +223.282 +423.732 +422.116 +605.091 +741.667 +748.613 +752.285 +751.121 +768.276 +768.076 +779.164 +777.319 +795.204 +785.637 +837.278 +543.101 +572.709 +400.197 +480.185 +341.124 +235.016 +377.674 +218.302 +379.247 +227.97 +506.893 +528.564 +699.146 +750.388 +749.536 +764.302 +770.718 +799.874 +807.8 +808.209 +804.709 +825.126 +813.844 +838.986 +552.764 +605.09 +437.295 +513.771 +347.829 +269.477 +399.237 +222.043 +390.389 +235.724 +546.936 +569.879 +740.953 +811.96 +825.945 +824 +815.158 +831.115 +818.156 +844.131 +819.598 +815.941 +809.38 +843.455 +553.004 +573.063 +400.426 +480.269 +327.943 +220.16 +383.631 +218.665 +369.829 +227.27 +511.992 +497.256 +668.898 +749.172 +748.027 +752.046 +751.408 +759.566 +754.18 +766.575 +753.333 +764.038 +752.064 +794.969 +527.401 +555.51 +399.136 +478.533 +292.25 +273.386 +320.329 +298.226 +323.305 +268.946 +336.48 +175.239 +128.592 +463.028 +470.635 +577.465 +575.959 +582.828 +578.233 +597.789 +596.068 +477.683 +463.148 +473.876 +463.771 +487.887 +304.618 +229.425 +408.812 +223.829 +376.937 +207.679 +321.182 +237.13 +332.449 +201.047 +307.328 +109.913 +176.675 +435.951 +176.675 +442.865 +176.675 +447.797 +176.675 +452.119 +182.751 +376.644 +103.838 +371.728 +103.838 +409.92 +165.376 +394.537 +196.324 +413.083 +175.239 +431.037 +556.407 +575.885 +759.864 +833.317 +829.122 +867.314 +857.446 +905.505 +893.23 +925.533 +907.351 +929.388 +902.049 +908.679 +591.309 +628.832 +454.804 +519.192 +347.752 +264.446 +394.235 +226.277 +325.517 +244.673 +462.543 +449.023 +623.402 +707.044 +712.968 +724.634 +743.756 +748.068 +748.072 +749.577 +749.107 +749.189 +748.778 +785.604 +526.402 +546.696 +359.357 +417.937 +291.976 +214.217 +310.534 +263.929 +307.886 +283.457 +416.136 +418.986 +599.196 +743.057 +746.636 +747.851 +748.496 +749.382 +749.576 +749.818 +750.952 +755.891 +758.267 +793.714 +530.231 +553.661 +399.034 +463.88 +324.788 +214.923 +363.619 +212.708 +323.671 +253.549 +446.092 +455.356 +632.035 +747.407 +748.816 +751.3 +755.51 +760.63 +762.517 +762.166 +766.335 +762.856 +765.319 +793.868 +530.118 +554.453 +400.569 +474.35 +345.473 +219.876 +382.445 +213.697 +378.28 +226.406 +501.331 +487.098 +682.09 +750.152 +750.381 +761.5 +755.186 +772.065 +769.9 +782.163 +786.899 +806.637 +796.821 +832.082 +554.934 +586.197 +413.565 +492.788 +353.629 +237.84 +410.639 +233.654 +401.469 +226.964 +409.253 +175.239 +128.592 +548.205 +548.654 +694.391 +695.43 +717.804 +716.063 +727.821 +726.433 +607.569 +607.15 +625.738 +601.633 +603.558 +315.59 +274.475 +438.425 +269.435 +424.919 +225.95 +412.58 +219.604 +422.738 +220.012 +351.403 +109.913 +176.675 +511.876 +176.675 +490.264 +176.675 +481.357 +176.675 +482.295 +182.751 +388.036 +103.838 +371.897 +103.838 +400.598 +165.376 +391.92 +187.971 +404.285 +175.239 +408.738 +529.69 +550.937 +720.504 +775.729 +778.236 +797.277 +776.373 +810.692 +817.366 +844.512 +822.206 +845.787 +820.928 +853.405 +544.03 +575.378 +400.718 +482.622 +356.808 +238.357 +407.247 +230.008 +387.14 +233.09 +517.862 +508.681 +709.194 +759.679 +771.027 +800.138 +798.509 +825.896 +826.294 +833.156 +814.612 +841.634 +835.78 +895.296 +575.4 +607.034 +419.328 +490.873 +368.714 +235.92 +416.386 +229.653 +402.196 +239.829 +534.232 +553.755 +725.553 +796.346 +803.61 +841.497 +831.914 +849.179 +825.263 +844.908 +836.303 +861.32 +848.847 +898.11 +590.646 +615.285 +438.178 +516.055 +355.845 +289.154 +388.045 +230.705 +382.381 +234.156 +497.539 +500.531 +700.782 +751.078 +750.006 +763.538 +757.022 +773.455 +759.447 +786.308 +771.031 +782.841 +770.279 +814.813 +533.85 +562.505 +399.563 +477.34 +335.759 +233.041 +383.172 +217.082 +368.814 +241.332 +522.121 +514.195 +704.469 +751.403 +750.601 +756.446 +753.65 +766 +756.355 +771.44 +763.186 +778.185 +769.459 +823.873 +534.328 +561.412 +399.574 +479.793 +342.888 +270.891 +384.297 +216.203 +379.243 +215.936 +362.026 +175.239 +128.592 +465.671 +471.593 +580.258 +578.785 +592.996 +586.245 +605.003 +603.171 +488.137 +470.15 +483.054 +470.538 +489.775 +301.387 +230.687 +413.986 +226.901 +374.983 +209.627 +308.074 +218.07 +309.831 +201.27 +251.74 +109.913 +176.675 +424.796 +219.691 +424.544 +236.992 +434.831 +238.586 +438.806 +250.179 +368.144 +170.677 +363.906 +166.439 +414.738 +165.376 +402.895 +175.239 +410.597 +196.171 +421.387 +538.433 +560.648 +742.217 +807.976 +820.038 +852.956 +840.992 +868.111 +861.183 +909.75 +885.583 +925.533 +906.202 +954.329 +619.489 +649.8 +466.609 +547.44 +372.326 +236.81 +430.962 +232.706 +415.73 +243.921 +578.057 +608.896 +792.448 +882.895 +909.117 +954.313 +930.755 +986.867 +966.367 +1058.11 +968.155 +996.776 +958.422 +1044.03 +679.642 +705.089 +522.593 +586.822 +379.722 +243.45 +428.585 +273.303 +408.446 +241.024 +529.756 +549.048 +716.202 +780.436 +780.556 +817.938 +825.529 +840.903 +824.254 +861.36 +852.08 +880.515 +832.584 +886.921 +584.86 +624.854 +443.701 +531.721 +366.701 +246.654 +416.608 +238.641 +406.951 +244.71 +559.285 +578.18 +759.544 +834.605 +828.151 +859.556 +856.034 +885.548 +862.56 +895.663 +877.831 +896.554 +899.846 +933.439 +619.128 +660.984 +469.335 +541.177 +374.709 +246.763 +418.175 +238.984 +400.875 +242.602 +533.789 +549.333 +719.416 +779.098 +764.017 +782.395 +768.199 +786.946 +775.287 +795.6 +784.588 +810.349 +795.05 +844.262 +544.97 +575.199 +399.369 +479.726 +349.97 +282.13 +386.715 +231.224 +381.696 +223.198 +378.944 +175.239 +128.592 +481.262 +484.993 +601.662 +600.601 +618.858 +625.028 +619.074 +634.226 +514.959 +491.552 +509.577 +477.561 +501.883 +302.908 +229.754 +412.694 +227.184 +386.762 +237.007 +384.017 +205.685 +396.96 +204.863 +333.859 +109.913 +176.675 +439.948 +176.675 +444.031 +176.675 +438.545 +176.675 +455.153 +182.751 +375.731 +103.838 +365.505 +103.838 +407.748 +165.376 +357.914 +282.463 +372.306 +182.477 +363.515 +482.933 +486.902 +674.187 +751.937 +765.076 +784.661 +789.445 +804.126 +812.527 +822.978 +818.295 +862.022 +840.904 +873.346 +555.081 +607.144 +405.488 +486.769 +363.55 +230.379 +408.948 +227.658 +395.186 +238.238 +523.976 +548.535 +716.124 +788.784 +810.305 +819.34 +812.957 +832.546 +806.374 +836.951 +836.49 +856.193 +848.691 +886.082 +571.905 +601.733 +424.133 +511.643 +373.205 +233.032 +423.901 +229.604 +411.006 +240.197 +541.129 +561.091 +734.136 +797.509 +796.829 +849.128 +879.706 +904.699 +887.043 +901.449 +883.238 +898.42 +901.479 +947.081 +622.122 +655.943 +443.708 +516.375 +353.104 +239.88 +388.637 +222.736 +328.99 +295.674 +493.663 +489.142 +683.978 +750.832 +750.711 +764.252 +758.491 +774.914 +764.948 +782.394 +779.396 +796.528 +784.327 +836.976 +547.635 +574.083 +400.325 +481.533 +349.897 +277.676 +384.03 +229.874 +369.306 +235.01 +492.546 +497.999 +687.466 +752.084 +765.206 +782.115 +770.129 +785.332 +780.097 +804.843 +787.717 +812.802 +782.051 +820.867 +542.047 +571.436 +401.189 +483.224 +354.328 +275.67 +395.534 +266.618 +398.633 +226.279 +404.293 +175.239 +128.592 +534.638 +540.625 +656.598 +666.895 +684.219 +663.942 +693.42 +726.213 +595.656 +539.345 +548.426 +530.305 +541.324 +314.548 +233.824 +421.202 +228.564 +383.746 +230.596 +374.021 +203.355 +366.849 +235.905 +305.419 +109.913 +224.218 +429.595 +299.007 +425.137 +305.984 +424.07 +300.694 +427.311 +307.934 +350.338 +219.144 +338.371 +213.963 +372.8 +275.6 +319.453 +282.185 +322.065 +281.296 +360.264 +522.001 +523.878 +714.681 +758.255 +795.502 +813.056 +812.361 +859.765 +829.87 +856.744 +858.483 +892.214 +868.648 +930.6 +602.029 +631.827 +417.704 +514.438 +370.217 +239.473 +422.781 +230.614 +404.825 +240.101 +534.639 +563.369 +741.324 +820.228 +828.961 +865.287 +861.034 +902.343 +894.808 +932.919 +918.388 +939.553 +898.845 +981.746 +635.422 +668.359 +449.427 +494.742 +367.353 +231.463 +406.402 +226.158 +391.299 +229.532 +510.807 +501.018 +704.131 +754.286 +755.545 +774.411 +767.883 +795.653 +783.069 +800.054 +780.673 +813.303 +789.097 +844.156 +537.909 +573.485 +400.799 +479.11 +348.184 +275.837 +385.822 +263.551 +387.178 +234.175 +489.418 +490.713 +687.579 +752.977 +770.832 +802.145 +782.262 +815.606 +804.868 +838.508 +822.084 +840.203 +817.289 +893.518 +584.418 +612.996 +421.159 +489.717 +367.898 +232.658 +417.479 +227.982 +397.289 +262.273 +524.02 +547.679 +715.208 +769.979 +792.518 +815.905 +804.185 +846.53 +830.006 +865.85 +875.656 +908.07 +861.73 +892.264 +595.563 +624.927 +437.206 +520.512 +377.429 +257.715 +426.741 +233.627 +415.975 +254.332 +416.805 +175.239 +128.592 +567.926 +553.093 +688.954 +676.772 +700.598 +695.978 +760.054 +785.785 +684.25 +638.55 +614.012 +589.992 +632.322 +323.605 +286.458 +446.232 +279.841 +430.551 +226.34 +423.184 +225.005 +414.696 +215.2 +348.093 +109.913 +187.497 +451.758 +341.753 +449.766 +327.415 +442.039 +326.674 +445.968 +336.595 +379.172 +236.688 +361.044 +231.717 +414.715 +292.125 +406.563 +353.534 +417.804 +319.056 +420.877 +620.299 +641.614 +813.132 +886.368 +871.825 +891.886 +873.141 +907.37 +896.088 +937.189 +915.128 +895.974 +886.789 +922.032 +649.79 +679.466 +476.538 +552.234 +372.217 +235.177 +425.696 +230.002 +413.62 +240.678 +547.325 +561.927 +742.455 +834.383 +832.456 +899.763 +850.937 +880.478 +840.872 +884.498 +883.204 +905.316 +928.288 +960.756 +613.364 +652.715 +460.133 +539.914 +379.004 +263.631 +428.289 +234.509 +419.243 +271.602 +587.349 +608.747 +780.787 +865.666 +861.495 +907.382 +911.251 +941.421 +939.481 +985.458 +1004.78 +1052.74 +971.11 +1009.98 +674.672 +730.45 +528.024 +612.405 +407.293 +247 +456.2 +244.705 +444.64 +256.074 +671.926 +680.778 +845.113 +914.866 +904.448 +939.24 +909.938 +992.2 +970.595 +1026.65 +1019.01 +1025.76 +996.837 +978.297 +684.346 +739.172 +558.077 +666.95 +411.401 +248.331 +469.639 +251.421 +491.972 +270.944 +734.689 +730.865 +869.594 +921.625 +931.055 +961.721 +930.032 +963.197 +931.68 +989.779 +956.136 +995.493 +926.896 +1007.94 +660.568 +716.758 +516.181 +595.168 +385.45 +281.53 +440.607 +248.811 +433.793 +294.878 +427.086 +175.239 +128.592 +592.401 +561.675 +644.352 +676.105 +696.42 +663.927 +667.632 +666.501 +545.889 +538.535 +534.165 +530.511 +546.773 +296.573 +285.039 +411.55 +276.422 +397.192 +206.884 +398.781 +205.655 +383.984 +274.707 +324.01 +109.913 +176.675 +443.406 +176.675 +437.806 +176.675 +448.428 +176.675 +458.504 +182.751 +383.869 +103.838 +366.464 +103.838 +403.014 +165.376 +392.216 +175.239 +407.894 +175.239 +401.906 +524.039 +548.933 +716.09 +781.254 +787.976 +817.623 +813.309 +829.921 +821.731 +842.892 +844.217 +860.916 +860.679 +901.377 +580.005 +610.663 +421.1 +516.19 +367.334 +230.211 +418.433 +226.929 +395.211 +228.316 +523.914 +547.679 +715.313 +758.588 +786.992 +811.334 +814.867 +821.763 +806.065 +844.648 +837.63 +871.254 +846.059 +901.69 +581.575 +630.484 +450.488 +534.155 +375.155 +247.839 +425.063 +231.644 +415.476 +241.618 +543.849 +563.34 +739.571 +810.327 +811.526 +851.553 +867.316 +918.285 +896.141 +921.07 +904.581 +937.803 +938.832 +953.333 +618.005 +643.925 +475.673 +553.223 +375.836 +236.977 +430.75 +232.505 +418.465 +244.661 +586.977 +601.32 +783.717 +856.992 +852.762 +890.183 +867.003 +920.154 +928.735 +967.319 +890.155 +896.896 +899.709 +973.782 +694.34 +637.316 +468.739 +547.91 +371.387 +238.369 +421.172 +235.023 +417.857 +245.796 +578.549 +595.56 +777.029 +846.415 +829.972 +843.892 +844.84 +873.805 +855.667 +879.496 +883.467 +904.478 +888.552 +940.166 +629 +656.738 +472.531 +558.317 +370.301 +236.865 +424.22 +232.281 +420.955 +228.325 +420.687 +175.239 +128.592 +603.032 +553.45 +664.561 +656.641 +766.42 +696.294 +720.521 +709.868 +593.92 +568.993 +568.889 +552.338 +569.498 +314.013 +267.964 +431.772 +233.415 +403.645 +218.715 +390.362 +211.937 +388.377 +280.277 +322.1 +109.913 +176.675 +464.223 +176.675 +454.357 +176.675 +464.49 +176.675 +463.283 +182.751 +392.947 +103.838 +386.999 +103.838 +418.314 +165.376 +401.422 +175.239 +404.738 +175.239 +413.313 +546.146 +560.851 +734.134 +797.721 +815.084 +844.293 +830.798 +845.845 +829.202 +857.959 +858.635 +889.96 +882.9 +948.004 +641.169 +676.073 +491.418 +562.913 +374.407 +238.762 +422.111 +231.253 +405.152 +239.777 +508.336 +485.123 +664.413 +751.612 +765.186 +790.533 +783.778 +801.093 +788.673 +806.089 +788.64 +812.735 +794.089 +847.322 +546.269 +575.98 +400.655 +481.159 +354.362 +230.96 +407.713 +225.781 +376.593 +229.752 +500.071 +491.189 +663.827 +754.235 +762.381 +783.35 +775.403 +783.71 +776.256 +819.11 +792.172 +811.159 +798.933 +855.861 +546.119 +577.497 +400.534 +480.893 +352.075 +231.196 +406.139 +225.413 +370.392 +229.558 +479.46 +481.555 +659.156 +750.783 +752.437 +780.791 +777.938 +812.026 +799.412 +833.857 +819.649 +852.362 +821.894 +879.013 +557.668 +593.622 +406.969 +486.472 +363.045 +231.987 +406.548 +227.445 +371.105 +230.097 +493.047 +498.961 +677.392 +752.101 +759.432 +812.629 +788.277 +820.001 +814.158 +844.022 +836.102 +859.023 +842.174 +899.742 +571.348 +608.909 +479.44 +495.735 +371.721 +234.449 +416.296 +230.879 +395.537 +226.859 +388.128 +175.239 +128.592 +477.044 +491.088 +641.657 +631.986 +644.553 +620.31 +637.496 +643.72 +522.871 +503.35 +511.234 +496.638 +518.637 +368.568 +252.984 +420.576 +228.953 +397.1 +215.196 +394.341 +209.396 +378.512 +205.053 +314.117 +109.913 +176.675 +447.714 +176.675 +449.379 +176.675 +453.246 +176.675 +459.501 +182.751 +384.113 +103.838 +376.428 +165.376 +424.752 +165.376 +411.598 +175.239 +418.913 +175.239 +423.807 +568.585 +589.08 +763.602 +829.693 +827.386 +848.326 +848.567 +873.546 +873.027 +878.872 +859.734 +894.52 +881.329 +926.887 +622.909 +659.102 +538.039 +560.288 +366.991 +233.644 +420.055 +230.849 +416.53 +240.922 +584.887 +605.445 +759.36 +829.292 +798.026 +823.678 +801.398 +849.994 +814.633 +838.866 +824.626 +855.055 +842.545 +904.811 +575.629 +604.572 +480.839 +490.742 +371.039 +233.07 +418.342 +228.727 +392.473 +295.945 +522.687 +544.367 +715.005 +766.003 +790.112 +832.594 +832.918 +871.602 +845.185 +880.638 +864.5 +893.795 +877.088 +914.37 +592.284 +623.645 +508.808 +519.08 +373.137 +233.734 +417.618 +230.007 +396.886 +240.124 +525.148 +548.624 +715.772 +786.503 +800.038 +869.371 +870.741 +920.15 +949.872 +911.936 +908.4 +937.451 +900.398 +953.838 +629.152 +657.091 +521.086 +538.463 +391.478 +239.677 +441.322 +238.693 +418.027 +244.841 +536.9 +549.35 +717.582 +781.268 +776.497 +796.388 +783.499 +810.873 +800.604 +828.169 +818.211 +844.342 +812.851 +865.817 +555.271 +582.112 +463.893 +483.008 +353.023 +272.361 +386.853 +232.472 +402.423 +223.535 +386.585 +175.239 +128.592 +467.891 +472.65 +593.48 +599.229 +611.046 +605.37 +617.542 +618.095 +501.929 +485.366 +503.932 +479.228 +484.834 +349 +263.995 +391.834 +226.021 +368.397 +204.761 +349.167 +203.385 +322.867 +213.366 +287.703 +109.913 +176.675 +434.069 +176.675 +454.357 +176.675 +504.552 +176.675 +524.959 +182.751 +433.139 +103.838 +415.527 +165.376 +456.732 +165.376 +439.417 +175.239 +455.244 +175.239 +463.679 +639.363 +648.916 +821.175 +896.345 +895.199 +910.342 +896.651 +914.123 +908.867 +897.797 +932.778 +967.933 +910.388 +988.494 +664.11 +697.213 +564.317 +600.161 +380.297 +274.924 +438.068 +268.807 +432.484 +247.097 +621.526 +632.237 +793.106 +876.651 +885.514 +948.451 +930.792 +966.468 +935.793 +998.663 +934.022 +915.242 +863.213 +893.119 +577.862 +612.252 +500.973 +520.806 +356.025 +288.779 +393.875 +276.636 +392.924 +238.538 +530.552 +549.256 +716.357 +764.129 +775.487 +788.803 +792.683 +800.312 +795.357 +821.619 +808.741 +844.005 +814.505 +869.698 +557.497 +587.409 +468.195 +491.672 +366.919 +233.049 +409.705 +227.896 +391.863 +230.122 +516.745 +510.728 +680.28 +752.022 +773.866 +805.321 +787.863 +824.391 +810.928 +846.617 +836.645 +865.595 +847.814 +894.961 +563.725 +586.652 +464.855 +483.049 +360.765 +232.121 +408.57 +228.45 +391.116 +239.112 +522.156 +540.62 +715.07 +764.097 +784.178 +835.263 +839.821 +889.211 +895.632 +929.889 +925.148 +967.01 +921.084 +988.165 +627.742 +652.047 +512.792 +529.771 +377.357 +254.881 +426.07 +234.116 +413.766 +230.462 +414.162 +175.239 +128.592 +505.449 +501.895 +622.712 +591.26 +608.77 +600.567 +616.868 +610.935 +486.795 +478.325 +480.592 +464.108 +485.048 +349.962 +262.995 +394.218 +258.911 +382.46 +205.606 +369.25 +203.863 +342.078 +202.678 +333.123 +109.913 +176.675 +423.461 +198.279 +420.842 +202.365 +421.781 +226.889 +421.932 +182.751 +350.82 +103.838 +330.942 +179.734 +385.995 +165.376 +371.797 +236.183 +396.867 +175.239 +381.071 +522.101 +539.849 +774.557 +750.423 +751.936 +765.407 +755.136 +766.471 +764.651 +771.878 +760.7 +774.667 +763.459 +807.921 +528.293 +560.708 +461.392 +478.211 +335.872 +275.555 +383.85 +252.624 +388.07 +230.673 +521.294 +533.52 +768.776 +750.31 +748.787 +763.775 +758.061 +771.828 +768.793 +786.232 +778.497 +800.558 +785.056 +828.764 +538.963 +565.372 +461.079 +478.842 +343.69 +270.987 +383.459 +222.401 +369.433 +233.48 +488.424 +505.21 +752.51 +749.701 +748.892 +760.192 +761.372 +778.977 +773.742 +795.036 +786.551 +793.043 +776.314 +818.097 +537.185 +575.362 +463.341 +478.194 +342.088 +268.36 +386.656 +252.159 +387.239 +236.164 +522.571 +547.933 +776.773 +757.589 +754.433 +769 +768.541 +804.856 +818.92 +844.396 +834.503 +847.255 +839.54 +882.669 +590.697 +617.126 +507.179 +531.874 +356.044 +294.039 +399.838 +280.68 +398.511 +239.329 +569.651 +590.584 +816.988 +817.481 +816.695 +840.803 +837.977 +857.824 +845.996 +872.703 +878.553 +889.262 +866.993 +907.469 +605.057 +654.658 +520.49 +545.575 +360.413 +298.992 +409.548 +268.715 +405.776 +249.901 +408.017 +175.239 +190.13 +543.488 +539.881 +673.808 +673.683 +710.802 +693.703 +707.189 +706.419 +598.604 +521.718 +574.361 +553.049 +559.483 +357.812 +297.048 +413.081 +295.748 +398.645 +218.618 +389.531 +204.65 +357.072 +203.183 +360.25 +109.913 +176.675 +437.758 +226.026 +430.464 +231.991 +437.775 +248.419 +445.47 +256.264 +372.756 +155.638 +361.571 +165.376 +399.9 +183.243 +388.839 +262.136 +405.396 +236.45 +414.787 +585.531 +584.821 +802.842 +796.259 +806.696 +823.012 +826.181 +856.635 +859.453 +905.863 +872.134 +905.568 +857.782 +893.177 +609.676 +651.855 +530.019 +549.758 +350.49 +282.906 +400.192 +252.608 +398.609 +227.457 +524.916 +547.886 +774.252 +751.235 +762.048 +768.827 +775.774 +788.928 +799.663 +819.535 +802.293 +820.98 +815.912 +877.722 +599.625 +631.114 +517.988 +531.337 +357.2 +229.486 +424.84 +224.501 +413.165 +230.088 +564.527 +573.783 +810.693 +814.012 +806.319 +820.921 +801.343 +815.964 +805.064 +825.821 +824.968 +845.729 +788.481 +812.701 +526.628 +554.197 +460.775 +473.96 +303.458 +276.405 +323.79 +281.664 +323.553 +278.103 +487.415 +479.637 +726.851 +747.618 +749.42 +749.581 +749.866 +752.276 +751.493 +756.987 +758.19 +759.368 +759.6 +789.458 +527.671 +554.409 +461.046 +471.844 +311.034 +221.196 +383.34 +217.805 +370.611 +232.253 +524.079 +547.882 +776.052 +749.774 +748.197 +753.57 +754.394 +760.104 +752.757 +768.595 +756.874 +773.171 +761.983 +804.682 +527.692 +557.679 +460.171 +475.732 +326.63 +219.827 +370.112 +215.664 +393.073 +220.042 +364.014 +175.239 +190.13 +463.13 +471.293 +577.834 +576.955 +580.723 +577.093 +582.904 +588.178 +465.657 +460.844 +462.735 +460.229 +475.793 +334.671 +237.77 +388.514 +215.687 +298.937 +227.061 +287.605 +164.433 +355.499 +164.433 +304.418 +109.913 +176.675 +419.777 +193.418 +418.509 +229.499 +419.748 +234.812 +419.137 +239.061 +345.966 +141.818 +324.184 +165.376 +356.302 +187.93 +333.613 +231.15 +393.542 +193.626 +316.022 +429.174 +430.222 +657.096 +730.393 +747.695 +752.008 +751.701 +764.786 +757.506 +773.277 +757.482 +776.189 +760.726 +805.307 +527.291 +556.136 +444.511 +454.206 +309.676 +217.23 +375.7 +235.049 +371.972 +241.031 +421.127 +420.458 +650.178 +711 +747.565 +752.739 +751.561 +764.995 +755.619 +776.381 +767.072 +788.041 +775.017 +818.68 +528.279 +557.386 +453.374 +462.834 +326.251 +228.677 +381.121 +248.622 +367.525 +242.525 +422.791 +414.739 +650.305 +706.536 +747.678 +753.985 +751.215 +765.372 +757.918 +765.468 +751.018 +762.044 +750.98 +792.006 +526.532 +555.999 +460.761 +475.978 +324.775 +222.989 +388.6 +218.792 +375.332 +232.916 +522.033 +516.799 +743.612 +748.229 +747.936 +749.557 +751.536 +757.347 +760.279 +772.012 +769.443 +774.823 +777.913 +808.628 +536.054 +556.599 +462.282 +476.395 +352.366 +224.104 +388.468 +221.619 +390.923 +232.534 +522.447 +547.999 +777.476 +757.329 +766.043 +777.275 +775.842 +800.929 +808.855 +832.721 +828.336 +848.984 +819.843 +852.399 +555.784 +583.312 +476.052 +501.686 +358.572 +229.308 +421.417 +227.285 +403.198 +216.134 +392.774 +175.239 +190.13 +478.494 +482.643 +582.692 +589.394 +591.779 +593.372 +591.755 +613.981 +468.023 +467.262 +465.884 +462.898 +477.736 +334.506 +214.87 +383.234 +245.916 +376.318 +206.685 +271.648 +280.926 +279.908 +263.093 +307.873 +109.913 +176.675 +419.537 +176.675 +414.394 +176.675 +421.008 +176.675 +423.942 +182.751 +347.112 +103.838 +347.946 +165.376 +364.425 +173.614 +349.267 +242.454 +358.872 +270.195 +382.425 +470.627 +477.34 +722.512 +747.224 +747.226 +750.151 +748.637 +752.107 +750.315 +760.574 +757.416 +769.982 +759.601 +806.559 +527.627 +617.986 +458.024 +476.379 +328.673 +230.241 +381.885 +213.022 +357.353 +226.732 +447.107 +454.89 +692.044 +737.882 +748.191 +756.771 +760.423 +768.672 +770.24 +794.968 +807.415 +813.199 +804.333 +821.079 +537.967 +620.043 +465.185 +479.97 +351.478 +224.018 +406.712 +222.923 +382.627 +251.598 +527.25 +549.134 +783.561 +801.765 +800.774 +811.561 +814.434 +840.815 +833.663 +852.548 +846.499 +859.556 +841.653 +889.406 +598.154 +694.334 +520.597 +535.271 +370.861 +233.094 +428.097 +230.793 +417.509 +236.383 +583.903 +599.488 +839.42 +836.733 +826.885 +839.028 +841.567 +861.232 +842.815 +863.727 +840.678 +861.206 +849.735 +893.43 +601.197 +684.87 +507.476 +523.032 +354.363 +289.978 +393.433 +277.348 +393.727 +277.169 +546.185 +563.076 +795.709 +792.113 +797.463 +833.958 +851.497 +878.697 +893.193 +905.844 +885.768 +891.718 +850.438 +897.99 +610.154 +715.303 +543.269 +564.117 +367.407 +233.782 +424.283 +230.929 +417.89 +226.287 +414.693 +175.239 +190.13 +553.939 +532.352 +651.189 +640.357 +669.975 +660.662 +676.552 +677.585 +552.546 +534.365 +550.384 +526.602 +606.104 +369.963 +257.438 +428.12 +256.801 +413.719 +219.844 +409.278 +217.042 +402.283 +214.099 +400.219 +109.913 +176.675 +459.792 +176.675 +444.797 +176.675 +449.132 +176.675 +442.627 +182.751 +361.353 +103.838 +392.148 +165.376 +365.724 +165.376 +341.637 +227.157 +330.618 +175.239 +394.988 +468.469 +453.065 +700.064 +747.2 +748.089 +751.125 +750.562 +757.31 +755.813 +769.859 +753.902 +765.617 +753.681 +799.574 +528.053 +622.17 +460.96 +475.839 +309.126 +218.628 +375.591 +212.664 +337.495 +236.631 +480.732 +472.335 +709.008 +745.038 +748.588 +750.89 +754.277 +758.377 +763.783 +767.254 +777.616 +784.15 +776.67 +802.926 +531.25 +616.814 +462.235 +475.983 +343.449 +239.234 +383.394 +217.732 +367.27 +233.575 +487.77 +472.456 +702.704 +742.043 +749.371 +755.561 +766.368 +777.58 +784.679 +791.484 +803.51 +802.624 +802.202 +829.911 +545.419 +622.487 +466.019 +476.567 +354.585 +247.087 +391.778 +221.41 +370.804 +230.714 +494.511 +496.119 +727.376 +748.778 +749.906 +773.776 +782.179 +802.464 +801.523 +826.685 +817.263 +845.632 +832.493 +878.566 +557.524 +652.037 +487.457 +495.461 +351.458 +273.941 +385.74 +229.773 +372.859 +235.722 +505.971 +513.295 +746.815 +749.581 +749.132 +759.674 +768.186 +793.696 +776.006 +797.592 +793.494 +808.297 +782.159 +825.093 +533.158 +622.024 +460.698 +478.708 +337.586 +258.028 +383.914 +220.519 +391.657 +220.41 +375.261 +175.239 +190.13 +463.874 +471.702 +577.498 +576.505 +578.195 +580.363 +587.774 +593.78 +471.105 +462.698 +463.35 +463.203 +538.806 +295.534 +242.065 +360.642 +294.377 +352.841 +221.005 +374.634 +219.323 +329.319 +220.95 +343.061 +109.913 +176.675 +423.043 +176.675 +419.742 +176.675 +422.461 +176.675 +422.195 +221.687 +335.19 +174.588 +356.94 +200.755 +348.546 +193.127 +349.371 +197.991 +350.463 +214.785 +408.236 +522.042 +532.825 +771.729 +747.804 +752.774 +785.177 +815.46 +825.498 +836.442 +854.522 +850.194 +851.287 +864.056 +896.954 +608.274 +678.862 +517.908 +519.661 +368.537 +216.377 +398.482 +213.379 +398.95 +226.68 +525.892 +549.068 +777.224 +759.355 +757.84 +767.455 +771.8 +799.043 +789.584 +819.097 +798.635 +812.632 +801.824 +837.883 +546.096 +633.818 +464.469 +484.336 +336.397 +270.724 +390.317 +220.349 +397.159 +234.567 +527.048 +548.54 +777.05 +757.382 +753.393 +769.325 +776.439 +779.418 +780.648 +804.156 +772.994 +776.615 +762.165 +790.38 +526.143 +614.926 +448.354 +468.426 +283.874 +215.837 +327.861 +212.996 +302.523 +255.357 +485.611 +486.983 +733.022 +747.049 +746.281 +747.496 +747.97 +748.796 +749.394 +752.123 +749.893 +749.251 +748.629 +783.199 +496.646 +577.017 +419.969 +430.773 +272.309 +212.872 +329.07 +190.055 +307.808 +232.303 +459.226 +468.129 +695.771 +736.29 +734.729 +747.705 +746.468 +747.642 +747.124 +748.146 +748.427 +750.673 +748.426 +784.221 +499.275 +584.233 +409.251 +429.171 +267.734 +234.104 +281.583 +268.812 +270.27 +236.269 +279.348 +175.239 +222.079 +415.832 +444.012 +576.567 +574.507 +576.21 +575.737 +577.681 +586.375 +462.44 +460.859 +461.704 +460.964 +537.108 +247.916 +275.497 +282.371 +285.967 +263.279 +201.178 +277.627 +164.433 +328.04 +164.433 +330.725 +109.913 +176.675 +403.153 +245.773 +396.223 +249.672 +389.3 +224.761 +396.75 +235.559 +297.771 +111.812 +316.795 +199.847 +311.413 +165.376 +314.067 +198.121 +314.24 +175.239 +349.652 +437.092 +426.497 +663.452 +711.089 +723.901 +746.622 +745.991 +747.932 +746.965 +750.342 +748.858 +752.615 +748.636 +786.33 +513.31 +596.414 +394.538 +399.603 +247.772 +224.968 +279.374 +262.038 +259.524 +252.94 +398.37 +401.807 +635.196 +668.502 +694.234 +747.214 +748.71 +749.969 +750.886 +758.087 +762.984 +762.487 +757.435 +788.808 +528.452 +614.49 +461.654 +475.455 +314.23 +214.188 +368.797 +212.414 +295.334 +301.486 +493.798 +496.286 +734.073 +746.827 +746.099 +748.641 +747.762 +752.746 +747.619 +750.208 +748.436 +752.86 +749.594 +784.152 +505.864 +614.883 +426.872 +439.524 +278.73 +259.011 +318.643 +267.094 +322.21 +225.53 +470.433 +448.909 +678.056 +721.603 +729.537 +750.586 +749.357 +754.426 +750.879 +761.67 +757.362 +768.768 +757.213 +797.138 +526.621 +615.781 +460.633 +475.545 +274.499 +240.12 +318.3 +232.644 +281.345 +289.13 +472.339 +469.69 +698.983 +736.051 +745.155 +747.767 +746.69 +747.559 +747.436 +747.642 +747.592 +747.547 +747.794 +781.714 +501.265 +569.399 +410.445 +423.049 +273.193 +176.183 +344.67 +182.041 +295.068 +250.834 +293.812 +175.239 +218.731 +398.836 +408.943 +529.844 +527.066 +574.061 +541.104 +574.308 +581.847 +425.533 +386.412 +399.72 +369.911 +430.606 +253.44 +176.183 +300.506 +198.189 +328.433 +199.753 +324.387 +199.574 +321.723 +199.574 +325.576 +109.913 +224.576 +399.429 +230.817 +319.909 +270.399 +366.327 +305.696 +278.899 +325.032 +235.573 +158.762 +303.69 +220.382 +302.956 +220.344 +366.377 +240.165 +313.381 +230.161 +326.292 +380.881 +394.14 +616.953 +629.878 +640.634 +704.781 +739.004 +747 +746.687 +748.989 +747.332 +749.375 +748.699 +783.582 +491.53 +578.239 +386.009 +390.977 +264.504 +176.183 +330.681 +175.239 +330.775 +189.187 +463.997 +459.492 +697.132 +741.16 +745.777 +748.534 +748.979 +757.16 +750.552 +759.347 +755.266 +763.821 +754.28 +793.521 +526.027 +614.763 +443.786 +447.696 +283.168 +268.449 +318.344 +230.183 +293.373 +288.33 +459.316 +453.962 +691.473 +735.962 +746.729 +750.933 +750.829 +767.806 +768.615 +786.769 +774.601 +792.714 +777.629 +824.876 +527.995 +619.91 +460.297 +475.877 +306.791 +224.154 +382.894 +212.957 +321.324 +225.983 +504.543 +511.541 +758.365 +747.991 +747.726 +748.903 +756.964 +762.119 +756.616 +758.647 +770.179 +776.488 +771.137 +799.602 +530.111 +615.549 +462.491 +476.28 +330.73 +215.509 +365.035 +211.997 +363.935 +225.9 +481.523 +473.484 +703.288 +731.683 +739.385 +747.574 +747.733 +749.354 +749.752 +750.89 +749.375 +748.948 +748.376 +782.087 +481.997 +555.437 +379.143 +400.253 +285.447 +213.223 +374.41 +212.872 +309.197 +197.111 +289.84 +175.239 +190.13 +460.863 +394.775 +508.649 +507.013 +512.713 +499.661 +508.268 +503.158 +352.61 +333.511 +332.018 +331.708 +403.461 +258.317 +206.82 +296.277 +254.512 +280.955 +241.841 +280.301 +241.611 +280.013 +241.536 +281.141 +171.452 +224.65 +400.385 +261.154 +357.389 +240.202 +356.175 +277.976 +358.996 +248.242 +270.247 +240.278 +255.328 +269.006 +254.348 +268.271 +254.988 +278.269 +263.809 +277.615 +262.708 +373.1 +409.925 +640.084 +686.582 +629.765 +665.118 +688.699 +701.164 +682.387 +687.089 +688.277 +696.896 +698.204 +719.221 +464.538 +469.179 +308.025 +320.225 +257.837 +230.931 +289.307 +270.227 +286.218 +286.274 +336.842 +398.971 +622.033 +667.305 +612.161 +640.599 +671.805 +683.672 +712.674 +726.437 +749.031 +750.303 +751.506 +774.688 +515.14 +491.486 +327.531 +328.986 +301.155 +187.206 +349.141 +196.335 +342.923 +227.906 +377.285 +412.38 +651.668 +707.871 +670.438 +686.864 +702.653 +720.269 +737.829 +745.729 +746.417 +740.34 +746.35 +764.274 +549.651 +555.645 +402.055 +392.48 +291.329 +176.183 +343.838 +175.239 +296.893 +215.267 +444.591 +441.018 +678.772 +775.133 +690.344 +705.008 +705.38 +731.501 +725.456 +748.391 +734.939 +747.821 +734.142 +778.977 +513.418 +535.94 +383.132 +393.866 +274.857 +239.023 +300.664 +234.008 +327.076 +209.521 +423.199 +414.716 +645.953 +730.344 +681.549 +708.367 +713.537 +747.63 +748.197 +749.395 +749.7 +748.186 +748.024 +781.854 +559.327 +572.994 +406.333 +404.485 +283.152 +176.183 +345.111 +175.239 +305.704 +203.96 +315.6 +175.239 +212.681 +481.29 +443.908 +576.735 +576.452 +577.469 +577.282 +580.124 +590.116 +462.167 +462.396 +462.633 +522.611 +537.288 +252.358 +277.579 +281.919 +266.204 +271.635 +164.433 +338.256 +164.433 +285.554 +240.963 +287.024 +171.452 +176.675 +409.061 +176.675 +415.793 +176.675 +420.248 +176.675 +422.318 +182.751 +343.063 +165.376 +345.626 +240.485 +337.769 +165.376 +365.239 +207.917 +320.424 +204.157 +342.149 +501.764 +485.671 +721.845 +801.842 +733.082 +726.482 +702.945 +696.792 +672.179 +671.008 +665.2 +663.553 +655.891 +690.013 +463.775 +479.338 +320.801 +333.858 +293.791 +176.183 +339.887 +175.239 +342.718 +189.187 +375.706 +398.046 +648.894 +679.997 +642.016 +630.84 +652.271 +650.83 +667.13 +677.777 +704.392 +702.371 +715.071 +734.01 +487.555 +482.453 +340.817 +339.973 +268.785 +243.603 +287.332 +259.267 +285.058 +281.908 +403.79 +411.914 +652.133 +733.194 +682.856 +724.223 +727.594 +746.387 +746.384 +748.421 +748.149 +757.115 +748.855 +788.808 +586.133 +613.633 +457.428 +458.966 +269.413 +219.655 +283.828 +258.626 +283.388 +314.735 +523.075 +548.258 +776.963 +815.082 +753.287 +758.982 +730.523 +735.975 +726.944 +747.164 +727.707 +722.071 +705.883 +762.057 +513.48 +538.747 +367.374 +383.877 +272.544 +176.183 +330.855 +175.239 +296.911 +221.228 +410.415 +413.615 +643.46 +726.221 +661.795 +690.59 +707.853 +743.221 +732.838 +730.796 +746.915 +747.43 +747.577 +781.101 +570.607 +589.874 +401.727 +406.04 +275.538 +181.168 +307.866 +240.068 +319.936 +175.239 +359.595 +175.239 +190.13 +493.183 +430.184 +548.547 +540.766 +552.051 +527.009 +551.931 +550.587 +400.64 +384.796 +383.081 +430.363 +443.654 +250.272 +198.784 +291.768 +258.971 +284.831 +230.63 +280.848 +242.188 +282.227 +241.438 +281.501 +171.452 +224.685 +406.778 +231.77 +373.558 +260.578 +357.323 +253.058 +358.9 +241.596 +312.629 +220.204 +302.008 +219.946 +274.491 +234.849 +279.453 +229.401 +330.808 +229.235 +307.251 +362.517 +405.234 +628.215 +690.95 +626.08 +657.218 +718.281 +743.486 +747.716 +748.768 +750.899 +751.741 +751.543 +783.217 +568.387 +576.817 +393.22 +390.409 +260.824 +176.183 +316.042 +175.239 +343.536 +242.49 +450.3 +445.459 +681.567 +769.907 +715.664 +746.961 +747.508 +748.683 +749.386 +751.846 +752.574 +753.291 +751.909 +783.518 +582.256 +595.131 +388.359 +385.861 +287.535 +176.183 +344.036 +216.965 +295.302 +279.784 +400.394 +409.938 +649.39 +736.839 +655.89 +691.091 +714.434 +747.055 +747.233 +747.97 +747.362 +740.126 +740.656 +771.619 +513.295 +518.622 +359.113 +351.82 +286.251 +212.212 +308.018 +221.165 +318.992 +208.828 +399.397 +402.026 +634.598 +720.991 +648.277 +657.543 +651.838 +665.993 +664.963 +697.39 +690.116 +674.018 +664.315 +707.46 +464.893 +482.858 +327.228 +338.604 +347.593 +176.183 +403.127 +175.239 +401.087 +189.187 +376.589 +402.73 +648.211 +681.241 +638.161 +642.282 +680.972 +685.265 +713.427 +729.492 +743.734 +748.739 +742.51 +764.066 +496.17 +491.011 +346.63 +351.633 +300.406 +176.183 +341.464 +214.521 +305.907 +175.239 +288.8 +175.239 +190.13 +523.984 +469.367 +577.002 +575.892 +577.736 +576.349 +577.348 +586.818 +462.75 +461.601 +462.088 +522.562 +537.152 +244.383 +250.177 +280.245 +288.395 +248.338 +213.633 +250.672 +295.89 +252.769 +270.286 +252.336 +171.452 +176.675 +398.976 +261.048 +386.827 +219.451 +395.22 +229.254 +386.724 +182.751 +280.485 +165.376 +325.997 +204.483 +277.404 +245.9 +280.116 +236.273 +287.458 +257.631 +289.298 +272.835 +444.181 +444.287 +675.732 +699.422 +684.793 +704.319 +711.467 +713.462 +709.85 +673.285 +664.276 +673.168 +670.446 +767.999 +476.014 +493.366 +332.221 +346.31 +303.01 +253.459 +330.952 +277.151 +329.569 +224.279 +375.756 +413.288 +639.931 +632.454 +626.412 +638.82 +626.983 +656.715 +636.435 +651.041 +649.554 +674.248 +660.428 +751.235 +469.181 +487.209 +332.204 +338.354 +296.318 +176.183 +341.485 +179.211 +364.725 +227.613 +410.654 +409.204 +637.887 +665.036 +658.65 +657.415 +664.527 +665.578 +674.797 +667.339 +678.003 +669.463 +680.945 +767.427 +487.633 +499.912 +336.917 +349.657 +298.419 +176.183 +341.779 +175.239 +338.269 +189.187 +402.8 +403.891 +637.066 +664.539 +661.541 +679.863 +679.637 +704.528 +689.924 +718.231 +713.571 +702.039 +682.429 +790.593 +484.083 +501.382 +338.222 +355.591 +262.856 +176.183 +323.394 +175.239 +296.956 +189.187 +450.719 +458.642 +750.297 +747.727 +746.263 +747.252 +746.842 +746.376 +716.272 +715.848 +708.106 +703.272 +693.145 +796.615 +510.124 +521.5 +364.637 +376.5 +298.625 +202.57 +335.488 +210.446 +363.606 +210.385 +395.105 +188.407 +271.017 +363.536 +360.497 +486.176 +477.579 +500.948 +471.207 +485.791 +480.906 +331.946 +320.512 +378.608 +383.515 +392.242 +299.164 +176.183 +337.669 +176.183 +327.267 +164.433 +328.008 +164.433 +309.569 +164.433 +301.696 +109.913 +337.89 +205.719 +341.24 +283.918 +365.098 +309.454 +292.922 +325.254 +303.602 +301.98 +281.119 +242.753 +263.509 +242.796 +266.157 +241.544 +265.565 +251.564 +282.54 +266.289 +403.989 +413.767 +641.544 +686.561 +690.509 +716.548 +711.785 +734.133 +708.894 +709.411 +690.431 +715.608 +683.652 +780.733 +479.926 +497.188 +354.602 +381.397 +296.316 +211.431 +335.144 +210.396 +333.182 +224.302 +413.572 +438.663 +673.885 +693.406 +713.709 +732.952 +724.397 +733.408 +728.705 +737.57 +730.206 +729.736 +711.34 +798.014 +494.729 +489.061 +332.816 +334.916 +259.207 +261.273 +294.394 +175.239 +311.222 +189.187 +373.886 +386.38 +636.079 +605.455 +641.605 +649.543 +699.114 +707.172 +746.39 +747.083 +749.773 +747.143 +746.804 +802.291 +513.725 +523.361 +358.205 +369.909 +269.969 +176.183 +312.805 +245.305 +343.247 +189.187 +492.916 +483.365 +728.41 +745.773 +745.176 +747.014 +747.43 +751.432 +755.755 +749.895 +749.563 +751.289 +751.97 +848.845 +562.73 +552.067 +367.808 +381.863 +344.768 +193.758 +398.23 +210.487 +394.46 +224.305 +398.138 +401.79 +634.881 +657.415 +650.589 +643.85 +635.272 +656.543 +647.938 +664.184 +662.861 +664.052 +662.674 +766.453 +473.655 +498.863 +341.239 +359.489 +356.947 +211.255 +396.583 +210.276 +392.358 +210.243 +393.07 +210.851 +417.806 +350.864 +352.489 +480.377 +477.183 +485.101 +491.247 +489.383 +493.825 +340.303 +325.705 +381.975 +372.065 +383.566 +256.04 +176.183 +329.729 +176.183 +326.913 +164.433 +325.2 +164.433 +304.17 +164.433 +356.718 +109.913 +390.719 +176.675 +338.799 +204.411 +355.191 +194.716 +342.727 +263.94 +347.774 +165.376 +306.493 +165.376 +313.92 +165.376 +306.915 +165.376 +319.736 +175.239 +379.804 +189.187 +404.878 +403.755 +640.595 +673.354 +669.208 +689.928 +689.767 +696.944 +697.061 +689.003 +681.37 +680.019 +674.77 +764.953 +481.54 +477.963 +321.581 +330.84 +305.338 +176.183 +380.865 +175.239 +400.441 +189.187 +387.84 +394.75 +623.472 +645.716 +634.54 +646.183 +641.882 +656.365 +630.461 +638.971 +635.287 +638.594 +626.457 +733.487 +448.395 +468.02 +315.126 +326.596 +307.355 +176.183 +340.153 +175.239 +338.915 +203.247 +378.388 +397.549 +640.995 +614.046 +634.024 +619.353 +627.111 +623.196 +643.167 +628.781 +644.796 +631.903 +633.423 +720.826 +435.285 +457.501 +282.27 +289.547 +308.381 +176.183 +340.638 +237.156 +322.056 +253.32 +373.672 +393.815 +640.787 +612.042 +629.757 +620.01 +643.184 +636.128 +639.587 +632.859 +640.136 +633.815 +637.857 +713.529 +441.429 +457.595 +275.455 +306.806 +262.904 +252.476 +291.213 +260.113 +286.118 +272.586 +341.368 +398.506 +614.086 +606.082 +603.79 +624.971 +623.487 +656.44 +650.027 +678.933 +683.626 +675.007 +648.401 +728.858 +440.076 +464.488 +305.151 +319.157 +306.361 +176.183 +349.651 +193.055 +337.004 +270.502 +337.022 +277.24 +372.952 +322.419 +356.26 +477.406 +529.995 +555.639 +574.8 +574.062 +584.994 +438.531 +409.039 +453.082 +444.199 +430.553 +251.645 +176.183 +306.171 +195.76 +276.644 +247.975 +280.824 +201.242 +304.661 +210.076 +371.315 +109.913 +176.675 +406.403 +197.953 +399.226 +248.812 +399.431 +248.956 +398.319 +182.751 +354.681 +165.376 +306.544 +189.719 +251.395 +269.183 +256.92 +314.438 +262.001 +254.543 +277.817 +521.933 +547.704 +776.355 +747.445 +746.979 +746.413 +747.518 +748.148 +747.399 +746.429 +737.125 +742.074 +711.587 +814.469 +519.559 +535.718 +355.328 +360.532 +299.458 +176.183 +333.808 +198.642 +338.864 +224.524 +396.148 +396.271 +628.915 +638.251 +625.906 +635.092 +635.891 +628.8 +620.638 +632.456 +627.568 +635.739 +624.301 +727.426 +445.848 +467.161 +311.306 +330.282 +358.096 +211.24 +396.17 +210.274 +395.131 +224.182 +373.101 +413.553 +639.847 +636.585 +623.217 +630.852 +626.224 +634.485 +630.079 +638.583 +630.22 +638.527 +630.172 +730.131 +449.362 +465.23 +311.128 +320.438 +301.369 +176.183 +340.569 +175.239 +342.094 +189.187 +403.263 +402.969 +634.035 +664.681 +661.939 +677.759 +669.229 +656.914 +648.248 +650.53 +642.037 +650.449 +641.875 +745.531 +452.536 +474.903 +316.21 +333.014 +307.781 +176.183 +340.744 +175.239 +339.026 +189.187 +449.352 +460.388 +702.397 +799.613 +745.956 +747.886 +746.532 +746.292 +747.314 +709.614 +680.193 +692.809 +683.74 +781.496 +486.914 +497.449 +346.146 +354.25 +364.319 +176.183 +401.177 +175.239 +398.382 +175.239 +399.008 +175.239 +318.499 +428.773 +381.373 +480.376 +469.193 +464.513 +469.566 +468.391 +479.532 +326.165 +323.624 +373.445 +375.806 +389.792 +345.955 +176.183 +402.289 +176.183 +340.111 +164.433 +389.868 +164.433 +347.476 +164.433 +361.054 +171.452 +389.745 +176.675 +339.607 +255.977 +341.112 +176.675 +347.186 +176.675 +348.198 +216.148 +277.335 +260.821 +329.755 +259.865 +277.083 +285.424 +287.115 +280.279 +287.221 +321.535 +376.68 +390.055 +636.627 +662.487 +615.753 +605.144 +622.35 +614.242 +625.274 +614.044 +628.601 +610.672 +615.691 +694.164 +408.443 +445.085 +275.629 +324.362 +296.324 +211.187 +331.184 +262.42 +328.214 +294.913 +337.517 +405.181 +618.168 +674.87 +599.847 +611.15 +595.038 +609.15 +595.114 +609.657 +595.227 +609.429 +593.613 +702.592 +406.844 +469.303 +276.402 +330.684 +361.987 +216.187 +393.613 +215.225 +395.801 +229.173 +337.875 +405.136 +591.579 +669.477 +592.517 +608.174 +593.498 +608.693 +593.447 +608.537 +592.617 +607.161 +591.653 +701.924 +402.818 +470.049 +276.426 +331.547 +359.665 +215.796 +345.708 +214.879 +381.674 +228.806 +338.351 +404.946 +592.225 +666.694 +561.837 +606.006 +561.449 +607.488 +593.07 +609.442 +593.716 +608.07 +591.722 +701.328 +402.793 +464.74 +298.217 +325.783 +368.664 +210.962 +398.888 +209.954 +397.249 +223.859 +372.389 +399.284 +627.516 +660.139 +597.797 +599.271 +598.744 +600.17 +599.318 +602.211 +601.674 +605.608 +603.814 +700.193 +407.183 +463.532 +310.523 +325.094 +370.516 +211.094 +401.104 +210.131 +396.855 +210.061 +345.133 +276.726 +401.124 +401.485 +337.476 +442.369 +436.45 +432.563 +430.109 +429.984 +438.96 +311.511 +312.129 +372.84 +373.492 +382.757 +352.389 +207.999 +350.51 +207.183 +337.94 +199.691 +339.152 +233.734 +342.265 +197.953 +351.601 +205.336 +392.44 +210.675 +402.112 +215.1 +400.794 +211.328 +399.976 +213.312 +403.872 +199.98 +341.094 +204.276 +367.327 +234.793 +342.024 +222.941 +351.437 +249.15 +384.086 +256.013 +373.337 +400.267 +628.309 +660.118 +598.392 +599.133 +598.278 +600.055 +598.717 +600.407 +598.788 +600.372 +598.516 +695.154 +403.043 +461.892 +276.814 +329.949 +355.05 +215.87 +391.778 +214.758 +358.394 +228.614 +338.634 +404.852 +592.395 +666.561 +561.614 +606.405 +592.273 +607.175 +592.868 +608.856 +598.008 +613.826 +610.916 +722.858 +435.238 +463.86 +275.805 +331.225 +360.087 +216.366 +386.872 +215.394 +394.409 +229.319 +370.351 +416.759 +640.282 +698.106 +623.206 +645.756 +630.534 +645.933 +635.434 +646.21 +630.62 +645.872 +630.407 +745.899 +459.802 +478.244 +326.879 +346.446 +301.506 +211.403 +334.988 +210.441 +334.171 +224.385 +403.711 +408.301 +647.118 +742.079 +661.329 +673.378 +663.558 +663.498 +656.451 +664.433 +667.439 +657.012 +647.918 +744.063 +461.445 +473.655 +314.236 +327.137 +298.744 +176.183 +344.11 +175.239 +340.205 +189.187 +388.819 +373.609 +615.07 +699.632 +626.013 +634.521 +626.442 +634.998 +630.814 +636.164 +630.923 +639.389 +630.872 +729.546 +449.672 +469.282 +314.709 +327.062 +297.774 +176.183 +341.028 +175.239 +342.442 +246.69 +295.11 +259.873 +397.429 +400.15 +350.468 +456.498 +468.599 +479.094 +492.327 +501.148 +495.147 +336.398 +321.938 +382.038 +379.937 +392.33 +302.138 +249.196 +336.263 +271.344 +271.653 +310.166 +271.484 +258.456 +270.931 +289.441 +271.611 +264.9 +326.27 +272.135 +336.1 +277.509 +338.068 +205.433 +339.881 +176.675 +342.89 +245.666 +275.216 +282.955 +277.256 +258.849 +276.909 +258.867 +339.389 +269.477 +315.52 +283.828 +383.736 +406.121 +657.592 +683.974 +641.855 +627.112 +642.447 +627.172 +658.021 +630.902 +651.314 +635.605 +658.068 +730.708 +454.588 +470.895 +319.75 +330.559 +308.992 +176.183 +338.087 +175.239 +378.645 +189.187 +378.457 +410.38 +645.096 +682.238 +624.423 +623.471 +624.785 +623.666 +631.838 +630.431 +631.896 +627.756 +631.626 +718.968 +441.434 +464.733 +313.813 +324.933 +268.749 +241.068 +292.832 +253.005 +333.32 +265.907 +374.324 +406.209 +643.094 +682.713 +624.725 +633.916 +639.167 +634.086 +625.061 +623.866 +625.056 +655.685 +657.004 +744.47 +459.72 +481.071 +320.687 +339.065 +301.022 +211.297 +332.54 +210.354 +335.911 +252.881 +371.328 +410.068 +634.315 +691.074 +616.686 +631.89 +617.105 +624.644 +616.813 +624.872 +618.252 +624.869 +623.964 +716.798 +435.747 +433.77 +310.535 +289.974 +367.518 +176.183 +397.197 +175.239 +397.35 +189.187 +378.255 +364.147 +633.976 +648.89 +612.4 +602.763 +622.305 +608.167 +622.186 +617.197 +631.812 +613.756 +624.937 +703.263 +445.044 +428.273 +312.264 +289.912 +371.729 +176.183 +401.394 +175.239 +399.93 +175.239 +372.669 +175.239 +409.048 +394.044 +356.532 +450.574 +472.081 +461.349 +487.932 +478.651 +511.885 +335.812 +330.139 +385.009 +390.043 +398.643 +297.924 +176.183 +368.793 +187.526 +356.106 +198.667 +367.874 +198.669 +336.633 +227.042 +337.483 +222.252 +347.875 +265.103 +284.455 +272.187 +286.581 +265.257 +339.064 +267.317 +353.352 +251.164 +272.588 +225.729 +299.761 +225.631 +339.112 +212.338 +348.615 +249.957 +338.094 +223.361 +384.287 +413.448 +639.498 +674.325 +609.372 +603.439 +605.206 +601.251 +601.293 +600.272 +600.785 +598.069 +599.151 +693.141 +439.076 +463.818 +312.412 +325.451 +349.211 +210.144 +365.97 +225.342 +339.792 +246.435 +370.18 +400.462 +623.603 +659.742 +593.974 +598.191 +597.671 +598.286 +598.483 +598.319 +598.802 +598.088 +598.71 +693.367 +439.048 +463.815 +312.289 +325.654 +365.891 +210.183 +344.175 +241.438 +348.66 +227.434 +370.969 +399.86 +626.805 +659.47 +598.066 +598.096 +599.276 +598.257 +599.686 +598.341 +599.928 +598.428 +599.443 +693.218 +439.202 +463.898 +312.292 +325.379 +368.499 +210.254 +398.406 +209.307 +396.153 +223.21 +373.217 +399.249 +628.049 +659.724 +598.813 +598.429 +599.107 +598.528 +598.919 +598.399 +599.019 +598.081 +599.317 +693.663 +439.399 +463.834 +312.326 +325.732 +355.009 +210.209 +396.211 +209.239 +368.58 +223.181 +372.947 +398.598 +627.476 +659.365 +598.446 +598.423 +600.494 +600.715 +600.223 +598.812 +606.478 +606.268 +606.837 +695.967 +438.344 +428.171 +310.929 +301.226 +313.738 +176.183 +337.552 +189.287 +327.804 +175.239 +339.442 +278.981 +379.524 +380.152 +350.343 +441.062 +458.124 +444.273 +461.728 +447.241 +471.833 +312.156 +312.992 +371.164 +374.378 +382.76 +293.283 +176.183 +340.941 +176.183 +330.239 +260.872 +318.948 +259.833 +301.579 +259.765 +293.762 +266.406 +330.965 +176.675 +342.769 +176.675 +342.535 +198.66 +343.56 +176.675 +347.235 +246.939 +276.186 +259.575 +329.22 +260.136 +275.987 +259.37 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_p.csv new file mode 100644 index 0000000..a8411e5 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_p.csv @@ -0,0 +1,8760 @@ +588.927 +382.742 +588.951 +383.154 +590.598 +382.976 +592.08 +388.971 +660.578 +614.607 +660.331 +618.047 +618.372 +662.321 +622.944 +625.877 +480.598 +393.61 +591.472 +385.185 +591.567 +385.513 +592.79 +385.528 +616.893 +410.764 +616.361 +411.891 +617.952 +410.744 +622.441 +760.283 +982.22 +982.975 +988.32 +995.171 +989.265 +995.162 +993.05 +991.7 +697.067 +702.629 +694.181 +693.73 +684.732 +686.484 +683.857 +413.374 +618.031 +411.246 +616.651 +410.763 +616.496 +411.94 +622.755 +736.359 +949.988 +942.415 +953.019 +954.217 +950.472 +948.228 +944.853 +941.267 +642.839 +650.371 +640.318 +638.327 +635.6 +637.382 +691.707 +413.273 +616.453 +411.623 +617.11 +410.812 +615.023 +410.84 +621.752 +685.464 +919.943 +924.712 +940.462 +948.466 +941.17 +954.407 +947.627 +942.405 +643.206 +653.088 +641.086 +644.651 +641.389 +641.702 +691.251 +414.357 +616.925 +410.756 +616.106 +410.891 +616.173 +411.261 +620.919 +719.709 +936.878 +942.586 +961.361 +972.301 +972.323 +971.538 +971.834 +959.73 +657.026 +659.588 +640.233 +638.487 +645.292 +637.254 +691.51 +413.325 +616.182 +412.052 +615.616 +410.846 +614.57 +411.14 +621.522 +684.746 +921.748 +930.1 +950.498 +963.17 +965.459 +974.774 +980.701 +981.25 +673.136 +676.295 +667.628 +675.918 +685.043 +685.875 +687.467 +414.231 +617.347 +410.721 +616.858 +410.879 +617.682 +411.108 +622.434 +633.911 +790.484 +782.417 +779.369 +772.695 +770.897 +775.227 +766.774 +765.832 +764.759 +783.136 +531.638 +532.898 +413.276 +617.797 +413.916 +618.308 +382.737 +526.238 +382.76 +527.204 +383.474 +545.371 +385.279 +539.401 +568.281 +602.535 +578.027 +617.431 +589.616 +625.288 +585.733 +629.042 +375.088 +503.998 +385.3 +589.762 +386.519 +519.585 +385.295 +509.121 +411.356 +616.048 +410.902 +613.689 +410.875 +615.161 +417.556 +752.23 +929.987 +925.164 +941.043 +944.5 +950.454 +954.589 +952.471 +951.248 +652.032 +653.709 +640.895 +638.868 +634.321 +635.606 +688.284 +414.215 +615.935 +410.88 +614.728 +411.101 +615.781 +411.215 +619.63 +685.142 +923.678 +933.487 +960.749 +971.48 +981.282 +979.952 +989.788 +987.763 +692.048 +692.604 +684.596 +701.451 +706.975 +707.604 +684.764 +414.24 +617.103 +410.809 +617.246 +412.091 +617.337 +410.809 +416.673 +836.403 +1045.68 +1049 +1059.01 +1061.99 +1060.34 +1067.99 +1070.16 +1071.67 +766.362 +776.266 +749.205 +726.752 +718.101 +710.458 +685.236 +413.24 +616.563 +411.037 +616.291 +410.974 +614.553 +410.816 +573.762 +691.309 +921.364 +924.188 +930.414 +932.652 +931.525 +945.891 +948.326 +941.478 +642.742 +644.412 +635.598 +639.089 +636.18 +638.059 +691.654 +413.328 +616.188 +412.125 +615.6 +410.833 +615.15 +411.678 +621.882 +694.837 +937.23 +942.3 +971.319 +988.848 +984.467 +1016.88 +1024.58 +1023.52 +720.375 +726.377 +716.036 +715.276 +715.461 +722.846 +683.913 +413.318 +617.989 +411.559 +616.975 +410.822 +617.673 +411.936 +416.679 +683.518 +809.818 +809.455 +816.107 +819.987 +818.525 +814.33 +818.167 +811.503 +820.093 +798.712 +556.875 +527.094 +413.27 +613.166 +413.977 +620.916 +382.724 +588.885 +383.078 +591.365 +382.804 +589.985 +385.243 +597.44 +619.611 +671.289 +636.88 +649.18 +648.179 +657.139 +662.578 +662.753 +471.387 +392.483 +581.127 +385.729 +591.951 +385.201 +592.462 +386.036 +617.362 +410.767 +616.982 +411.88 +616.372 +410.758 +622.612 +756.307 +980.247 +988.249 +1008.75 +1019.36 +1035.27 +1050.83 +1065.88 +1061.96 +753.566 +749.811 +734.328 +739.174 +736.618 +726.31 +683.898 +454.998 +606.849 +476.52 +609.054 +481.396 +612.129 +410.786 +417.054 +850.511 +1065.58 +1066.82 +1070.38 +1072.88 +1067.08 +1068.43 +1075.21 +1074.58 +768.465 +776.045 +767.052 +763.004 +742.588 +745.343 +690.209 +446.975 +606.695 +475.883 +606.889 +477.182 +606.585 +410.792 +416.941 +834.379 +1024.3 +1022.86 +1034.14 +1030.95 +1027.89 +1031.5 +1033.35 +1032.25 +720.658 +730.492 +720.127 +716.797 +711.848 +711.281 +687.986 +414.689 +617.461 +410.803 +617.185 +412.212 +617.246 +410.801 +622.887 +777.204 +1006.41 +1010.23 +1014.29 +1017.53 +1021.54 +1019.7 +1018.62 +1017.25 +706.224 +714.77 +703.567 +708.027 +704.066 +704.501 +683.305 +414.541 +617.62 +410.806 +616.786 +412.021 +617.14 +410.81 +622.433 +756.645 +986.237 +983.674 +984.648 +1003.36 +1000.86 +999.838 +1011.6 +985.244 +689.941 +691.061 +681.086 +683.923 +675.811 +677.604 +687.355 +414.181 +617.526 +410.831 +616.421 +411.704 +617.237 +410.825 +622.153 +596.607 +755.032 +765.886 +775.148 +774.849 +773.873 +775.269 +769.334 +771.367 +771.44 +767.824 +545.139 +518.969 +478.4 +609.699 +477.735 +608.22 +447.561 +579.288 +446.637 +578.352 +447.289 +579.401 +448.939 +584.552 +653.985 +615.767 +666.609 +629.97 +671.281 +622.299 +663.843 +626.39 +456.131 +393.25 +591.425 +385.413 +592.749 +385.384 +590.487 +385.459 +564.332 +410.885 +616.732 +411.123 +617.483 +410.835 +621.015 +726.361 +938.49 +931.199 +945.641 +942.791 +943.526 +938.609 +932.117 +928.67 +633.893 +643.447 +634.061 +637.463 +634.387 +636.101 +688.078 +413.447 +615.109 +412.133 +613.739 +410.989 +614.508 +412.008 +566.178 +685.226 +922.574 +922.803 +931.015 +932.121 +928.516 +939.132 +942.446 +935.207 +635.653 +642.887 +635.586 +638.56 +635.238 +635.63 +692.671 +414.2 +616.496 +410.875 +616.361 +411.554 +615.051 +410.901 +622.204 +685.157 +926.281 +927.541 +937.414 +942.512 +947.146 +951.594 +950.436 +953.04 +653.472 +660.492 +641.907 +640.091 +642.103 +638.257 +691.508 +414.428 +617.163 +410.901 +615.222 +412.199 +615.502 +410.952 +620.149 +721.201 +941.118 +943.554 +957.681 +959.893 +959.665 +963.865 +961.914 +965.27 +666.285 +676.524 +667.406 +670.695 +667.481 +669.714 +687.463 +413.32 +617.84 +411.408 +616.411 +410.846 +617.897 +411.168 +622.271 +737.582 +955.54 +956.303 +962.168 +972.54 +964.247 +968.967 +972.304 +965.456 +670.852 +676.068 +667.771 +667.066 +663.807 +668.008 +692.712 +413.811 +616.655 +410.909 +617.754 +411.071 +615.207 +411.24 +622.29 +562.735 +708.877 +719.206 +731.08 +734.4 +731.485 +733.33 +731.332 +730.183 +732.034 +747.09 +495.661 +553.328 +413.766 +618.714 +413.66 +618.976 +382.944 +586.337 +383.406 +587.232 +382.891 +585.995 +386.249 +593.265 +562.768 +605.593 +581.312 +626.741 +584.492 +622.875 +584.219 +622.677 +417.457 +457.391 +579.864 +447.588 +546.984 +449.553 +496.96 +447.899 +604.787 +474.886 +604.301 +473.517 +605.02 +474.475 +610.208 +747.8 +929.524 +923.894 +931.008 +932.209 +926.911 +932.773 +930.556 +927.833 +633.079 +642.627 +631.661 +635.444 +632.187 +633.39 +691.425 +414.947 +616.195 +410.958 +615.628 +412.273 +614.803 +410.97 +621.374 +685.781 +921.131 +923.397 +927.779 +931.167 +926.129 +929.608 +927.778 +925.527 +631.414 +640.78 +632.339 +635.385 +632.27 +636.901 +691.592 +413.334 +617.74 +411.501 +617.227 +410.815 +619.317 +411.087 +416.792 +836.286 +1045.55 +1035.85 +1036.07 +1028.59 +1024.15 +1030.67 +1028.4 +1020.27 +716.707 +717.65 +704.255 +707.439 +704.12 +704.436 +685.91 +414.473 +617.37 +410.821 +618.289 +411.527 +617.241 +410.825 +624.581 +760.826 +977.258 +975.227 +976.174 +977.3 +968.357 +968.456 +967.776 +966.163 +666.051 +672.082 +662.825 +666.164 +658.07 +665.155 +690.414 +413.375 +618.256 +411.113 +616.337 +411.357 +617.703 +410.879 +621.169 +705.329 +928.695 +934.522 +947.995 +959.649 +967.181 +981.023 +982.598 +974.974 +674.593 +685.131 +672.315 +670.924 +672.3 +668.297 +688.207 +414.38 +616.731 +410.881 +617.629 +411.401 +616.22 +411.108 +622.667 +575.811 +723.167 +727.573 +735.053 +744.086 +745.056 +738.416 +735.237 +734.181 +727.801 +715.518 +461.553 +555.23 +413.772 +617.888 +413.77 +618.797 +382.873 +585.993 +383.727 +586.923 +382.905 +585.585 +386.785 +592.19 +531.858 +597.759 +539.431 +603.699 +539.053 +539.201 +587.682 +543.587 +439.615 +451.019 +447.97 +385.419 +589.459 +386.671 +445.834 +385.453 +553.581 +411.72 +551.39 +411.059 +573.274 +411.199 +577.613 +686.319 +915.179 +918.666 +925.338 +927.969 +922.833 +928.262 +926.845 +924.361 +629.232 +639.894 +630.562 +633.103 +629.522 +630.75 +678.877 +415.089 +613.936 +411.019 +614.843 +412.143 +613.864 +411.072 +559.397 +663.239 +913.703 +921.026 +926.439 +929.23 +927.004 +937.657 +945.44 +947.387 +653.007 +671.71 +654.438 +657.778 +654.45 +655.575 +689.006 +413.46 +615.281 +412.265 +614.923 +410.977 +614.896 +412.492 +619.84 +662.67 +924.041 +924.9 +936.824 +940.963 +933.075 +939.142 +930.733 +929.472 +634.687 +622.888 +635.495 +638.281 +634.487 +635.295 +691.547 +414.283 +617.141 +410.916 +614.994 +412.368 +615.254 +410.902 +621.357 +689.911 +937 +939.89 +970.198 +977.232 +973.18 +981.175 +980.994 +978.154 +679.656 +662.676 +676.648 +671.535 +667.835 +668.31 +689.633 +413.761 +616.139 +411.347 +616.456 +410.922 +615.028 +411.954 +621.598 +662.098 +928.694 +930.199 +940.292 +946.093 +957.231 +959.013 +954.419 +948.335 +639.754 +620.958 +634.336 +637.382 +633.212 +635.336 +691.684 +413.345 +617.719 +411.525 +616.09 +411.01 +616.74 +410.956 +620.866 +519.526 +715.893 +721.295 +744.332 +752.909 +755.744 +762.072 +769.112 +770.596 +784.884 +756.68 +565.504 +519.171 +478.898 +609.539 +477.888 +608.237 +448.509 +579.022 +446.957 +578.771 +448.324 +578.524 +449.443 +563.319 +658.398 +597.873 +630.322 +590.919 +622.63 +582.399 +614.65 +578.161 +436.801 +370.303 +549.879 +385.546 +484.002 +386.18 +519.162 +385.458 +560.669 +412.355 +560.874 +411.052 +493.328 +412.491 +538.708 +670.111 +924.382 +924.514 +933.731 +932.408 +929.914 +933.886 +931.817 +935.721 +645.363 +629.101 +641.947 +645.198 +641.844 +648.112 +684.246 +414.092 +616.315 +410.94 +614.453 +412.216 +614.494 +410.975 +620.17 +664.111 +923.018 +925.428 +940.189 +950.353 +959.969 +978.898 +996.654 +1011.36 +705.645 +686.193 +699.181 +737.195 +738.868 +748.15 +680.637 +414.039 +606.333 +450.806 +608.154 +475.914 +606.376 +411.646 +417.767 +812.554 +1049.23 +1051.91 +1058.22 +1016.2 +1010.65 +1012.76 +1010.62 +1005.1 +703.643 +690.082 +699.894 +703.141 +699.762 +701.554 +684.405 +413.318 +617.49 +412.091 +616.683 +410.815 +617.665 +411.486 +622.329 +707.085 +951.332 +948.128 +963.748 +977.552 +973.287 +973.665 +971.127 +969.626 +666.384 +655.34 +667.769 +675.682 +672.222 +673.947 +687.046 +414.598 +617.572 +410.882 +616.928 +412.411 +616.749 +410.885 +623.494 +754.099 +1005.92 +1015.43 +1038.48 +1046.35 +1037.22 +1031.7 +1040.65 +1026.83 +710.104 +690.195 +704.051 +702.441 +703.567 +704.251 +685.3 +413.512 +617.306 +411.589 +618.184 +410.88 +617.043 +412.184 +623.241 +584.696 +763.502 +772.161 +778.833 +789.819 +799.071 +809.927 +812.791 +803.679 +800.53 +749.458 +533.306 +527.132 +458.132 +608.728 +479.492 +608.834 +447.237 +578.943 +448.291 +578.525 +446.63 +579.327 +449.729 +562.157 +665.862 +641.979 +649.893 +656.099 +653.954 +640.643 +649.332 +649.172 +469.002 +371.323 +591.502 +385.271 +593.957 +385.532 +592.278 +385.809 +619.181 +410.827 +618.081 +411.938 +617.059 +410.821 +622.542 +751.203 +1000.23 +998.665 +1013.53 +1013.84 +1026.19 +1043.85 +1025.34 +1006.18 +711.816 +695.09 +691.377 +668.899 +655.78 +642.987 +689.218 +414.035 +615.317 +410.939 +615.893 +411.031 +613.807 +411.586 +567.318 +662.313 +918.077 +922.559 +929.284 +930.707 +927.175 +931.749 +929.687 +927.988 +633.717 +620.541 +635.319 +638.4 +634.865 +637.625 +684.542 +413.434 +615.978 +411.908 +614.182 +410.937 +615.999 +411.326 +620.476 +740.454 +999.758 +1005.6 +1029.79 +1047.18 +1051.18 +1063.42 +1066.55 +1067.45 +765.093 +753.065 +765.995 +767.009 +757.45 +753.081 +683.625 +414.74 +610.81 +410.803 +617.66 +412.159 +617.195 +410.808 +417.789 +808.709 +1017.22 +1014.65 +993.857 +997.721 +1002.62 +1001.96 +1011.87 +1007.83 +693.646 +680.337 +690.708 +689.312 +681.916 +677.939 +688.77 +413.337 +616.699 +411.892 +616.842 +410.833 +615.242 +412.402 +621.38 +694.422 +946.724 +947.82 +959.618 +964.09 +968.559 +964.239 +970.802 +974.182 +671.061 +651.114 +658.951 +667.015 +658.845 +656.007 +687.276 +414.198 +617.326 +410.865 +615.199 +412.247 +615.568 +410.898 +621.043 +520.389 +710.389 +722.767 +723.144 +734.578 +735.118 +730.756 +730.31 +735.559 +739.847 +722.4 +495.867 +545.972 +414.838 +618.807 +413.389 +618.461 +383.801 +586.738 +382.845 +587.666 +383.348 +586.071 +385.58 +571.326 +566.416 +614.286 +584.926 +627.015 +588.354 +628.016 +599.183 +639.936 +439.01 +435.522 +581.148 +448.31 +580.161 +450.186 +580.955 +448.945 +606.452 +476.232 +605.685 +474.905 +606.402 +475.686 +611.562 +764.5 +971.513 +965.947 +968.922 +969.281 +959.247 +969.321 +967.64 +969.543 +675.121 +663.766 +667.946 +661.99 +649.781 +636.806 +690.698 +414.755 +617.186 +410.843 +616.655 +412.316 +615.15 +410.889 +621.845 +663.347 +928.069 +959.028 +975.879 +987.07 +992.397 +1001.08 +1003.28 +1010.87 +696.994 +676.185 +681.809 +684.931 +676.9 +673.944 +686.583 +413.307 +617.254 +412.145 +616.451 +410.826 +617.085 +411.766 +621.242 +697.735 +950.304 +955.767 +971.561 +976.962 +984.442 +997.841 +1002.92 +1010.51 +713.107 +695.683 +699.303 +702.2 +693.749 +691 +684.026 +414.889 +617.077 +410.865 +618.407 +412.152 +617.869 +410.859 +623.296 +754.158 +1014.09 +1022.36 +1036.12 +1043.57 +1042.51 +1049.37 +1044.7 +1046.34 +731.579 +710.831 +717.64 +714.963 +705.801 +708.522 +681.146 +413.355 +617.699 +411.352 +617.017 +410.983 +618.32 +411.015 +622.723 +720.654 +960.477 +969.352 +979.312 +986.861 +976.44 +978.575 +970.861 +967.713 +658.081 +640.622 +650.369 +644.618 +641.499 +635.642 +688.436 +414.134 +616.315 +410.817 +617.521 +411.293 +615.151 +410.944 +622.586 +513.846 +709.977 +718.736 +722.134 +730.151 +735.066 +742.585 +739.517 +743.436 +745.083 +718.884 +534.122 +520.093 +478.165 +608.249 +477.332 +609.365 +445.957 +504.445 +445.9 +578.1 +445.759 +576.351 +448.604 +561.721 +594.305 +564.699 +575.653 +578.45 +585.241 +587.115 +588.593 +587.126 +438.54 +391.345 +580.743 +449.238 +496.983 +450.066 +580.193 +448.46 +604.552 +475.446 +605.224 +473.801 +604.602 +475 +610.306 +724.834 +930.885 +929.68 +940.097 +940.062 +934.727 +939.669 +938.781 +936.454 +637.651 +621.799 +634.504 +637.376 +633.184 +633.717 +687.572 +414.861 +616.441 +410.896 +615.394 +412.308 +614.935 +410.905 +621.376 +663.551 +926.468 +929.569 +942.816 +958.5 +964.314 +973.685 +979.669 +986.633 +682.457 +659.107 +652.525 +646.699 +643.3 +637.104 +687.549 +413.989 +617.575 +410.865 +616.251 +411.705 +616.145 +410.908 +621.168 +697.871 +962.471 +998.065 +1032.62 +1055.51 +1063.32 +1071.21 +1071.39 +1070.13 +764.335 +739.195 +708.226 +705.788 +702.766 +705.047 +679.263 +413.302 +611.02 +411.643 +617.255 +410.808 +618.283 +411.515 +416.764 +809.315 +1024.89 +1029.09 +1050.33 +1070.94 +1070.5 +1077.17 +1076.72 +1075.26 +771.73 +755.383 +769.256 +772.372 +765.649 +746.898 +694.219 +416.448 +606.232 +442.465 +608.112 +476.161 +606.737 +410.995 +418.195 +806.588 +1035.88 +1036.06 +1056.32 +1059.41 +1063.41 +1079.11 +1080.6 +1079.61 +773.373 +760.183 +771.759 +774.685 +769.884 +769.246 +702.704 +430.041 +625.789 +429.832 +614.432 +417.136 +613.189 +410.79 +416.97 +639.944 +834.488 +839.745 +853.369 +851.791 +855.156 +854.801 +854.616 +854.775 +857.765 +823.514 +601.453 +554.244 +424.488 +617.402 +422.88 +626.007 +400.231 +588.073 +388.503 +586.308 +389.783 +587.265 +389.007 +639.291 +677.894 +714.716 +715.928 +715.039 +740.055 +721.37 +732.729 +512.675 +447.837 +586.833 +403.387 +603.549 +401.168 +597.723 +404.729 +625.921 +435.253 +626.955 +429.579 +625.448 +411.695 +416.738 +835.419 +1068.82 +1065.71 +1076.14 +1080.58 +1077.36 +1086.54 +1089.58 +1089 +785.605 +770.226 +759.565 +788.067 +786.023 +789.619 +724.085 +446.168 +642.565 +443.895 +638.689 +439.579 +634.449 +412.187 +416.88 +878.712 +1105.18 +1112.11 +1150.15 +1172.85 +1181.19 +1199.56 +1199.98 +1179.53 +855.888 +833.543 +812.415 +823.687 +813.535 +809.026 +748.898 +452.663 +652.162 +449.405 +645.051 +519.656 +645.123 +411.244 +418.059 +899.979 +1106.54 +1116.83 +1141.02 +1153.83 +1160.1 +1173.33 +1191.77 +1184.98 +860.898 +841.39 +821.165 +830.778 +825.967 +817.032 +757.004 +461.888 +669.449 +456.373 +664.684 +459.248 +671.655 +410.783 +417.346 +884.61 +1095.46 +1099.69 +1106.77 +1107.92 +1105.88 +1115.1 +1139.28 +1142.35 +814.464 +778.394 +769.843 +793.18 +791.251 +794.119 +727.506 +448.45 +637.492 +440.7 +636.534 +441.183 +634.69 +410.772 +416.882 +852.192 +1086.88 +1085.56 +1090.74 +1099.2 +1095.34 +1098.64 +1099.24 +1082.39 +773.969 +759.247 +749.059 +756.592 +758.762 +758.428 +700.424 +424.825 +612.737 +415.066 +612.104 +413.15 +617.816 +410.801 +416.707 +654.644 +804.674 +790.673 +785.492 +797.46 +801.21 +803.839 +813.423 +816.25 +816.987 +786.42 +534.798 +519.036 +414.319 +608.482 +444.991 +608.646 +448.309 +578.999 +447.493 +577.882 +447.824 +580.213 +450.015 +562.679 +662.746 +637.648 +644.693 +677.848 +642.184 +636.067 +642.187 +646.558 +479.649 +371.433 +561.687 +385.194 +593.247 +386.514 +591.869 +385.192 +617.053 +411.858 +618.157 +410.737 +616.345 +411.371 +623.184 +724.811 +967.612 +969.763 +980.541 +980.548 +982.851 +992.986 +999.487 +1004.15 +706.518 +699.986 +695.746 +716.139 +715.48 +709.441 +683.242 +413.284 +617.781 +411.598 +616.672 +410.784 +616.868 +412.098 +622.416 +736.55 +1000.61 +1017.25 +1036.39 +1043.51 +1046.74 +1059.47 +1069.61 +1071.86 +760.608 +736.86 +719.015 +729.171 +725.812 +727.551 +690.697 +414.594 +609.979 +411.458 +610.321 +417.738 +614.723 +411.132 +416.741 +836.834 +1075.15 +1079.61 +1086.74 +1095.94 +1098.97 +1107.88 +1106.35 +1097.65 +790.607 +769.902 +760.799 +784.331 +778.656 +775.604 +701.15 +429.487 +618.44 +422.585 +615.733 +422.804 +612.459 +410.802 +416.67 +787.531 +1005.74 +990.47 +1006.32 +1012.84 +1029.97 +1025.56 +1022.52 +1019.26 +715.094 +684.93 +675.156 +694.974 +684.788 +681.937 +684.531 +413.289 +616.741 +411.105 +617.635 +411.003 +616.35 +410.797 +623.27 +706.073 +954.256 +963.007 +974.495 +990.034 +999.676 +1011.32 +1008.37 +1014.72 +715.996 +683.382 +665.438 +683.899 +679.973 +677.567 +685.502 +413.269 +617.81 +411.536 +616.563 +410.769 +616.743 +412.014 +622.696 +560.849 +739.692 +770.26 +783.141 +787.524 +788.249 +794.73 +803.379 +795.498 +810.415 +770.506 +529.56 +520.1 +413.363 +610.131 +413.25 +620.052 +383.613 +589.411 +382.695 +589.464 +383.889 +590.048 +385.198 +573.114 +627.542 +646.754 +612.179 +656.63 +611.358 +612.172 +612.932 +612.857 +470.728 +371.253 +557.224 +385.185 +582.496 +386.296 +592.371 +385.183 +616.553 +410.939 +617.252 +411.107 +616.124 +410.747 +622.466 +706.58 +956.76 +960.696 +965.968 +975.501 +979.74 +986.55 +978.378 +976.928 +691.043 +675.249 +670.56 +692.586 +683.969 +685.574 +686.311 +413.576 +617.942 +410.942 +616.534 +410.718 +616.967 +411.911 +622.447 +731.786 +994.884 +1010.75 +1034.3 +1058.46 +1058.34 +1070.52 +1074.92 +1073.31 +766.311 +754.137 +740.283 +728.825 +734.982 +736.672 +687.809 +413.217 +605.032 +458.869 +607.214 +475.786 +605.991 +475.313 +612.107 +776.632 +1009.24 +1036.01 +1063.58 +1079.38 +1079.71 +1087.96 +1084.06 +1084.95 +772.882 +755.487 +744.273 +730.609 +742.854 +748.438 +692.832 +422.644 +615.065 +417.199 +611.151 +415.089 +610.875 +411.709 +416.711 +795.677 +1056.18 +1057.69 +1073.57 +1076.16 +1074.14 +1078.77 +1081.18 +1081.84 +778.061 +764.545 +752.637 +753.452 +771.34 +774.015 +704.882 +429.127 +622.476 +424.459 +622.004 +421.351 +619.147 +410.695 +417.646 +815.786 +1071.18 +1073.7 +1081.41 +1081.53 +1080.74 +1087.39 +1089.73 +1088.02 +783.316 +767.883 +755.447 +757.373 +773.607 +771.885 +703.001 +425.233 +615.933 +419.016 +613.78 +416.484 +611.106 +438.527 +614.766 +640.183 +813.588 +838.46 +862.736 +867.518 +865.435 +870.956 +866.026 +861.478 +860.796 +830.337 +578.427 +524.147 +428.807 +623.589 +428.083 +620.64 +393.237 +586.125 +390.301 +585.587 +389.504 +583.046 +389.318 +366.415 +629.482 +646.336 +675.11 +680.384 +677.441 +702.897 +689.369 +714.986 +496.654 +383.564 +579.371 +363.311 +581.178 +385.943 +582.135 +386.019 +605.663 +410.672 +606.267 +411.725 +606.065 +437.336 +611.854 +766.911 +1006.42 +1038.9 +1076.54 +1082.63 +1079.73 +1093.84 +1093.24 +1093.91 +785.268 +765.573 +748.189 +749.993 +762.011 +760.78 +694.95 +425.425 +615.258 +421.008 +617.104 +423.664 +622.612 +411.143 +416.642 +814.874 +1070.05 +1059.94 +1064.83 +1073.87 +1056.07 +1068.72 +1064.62 +1056.01 +746.797 +716.334 +705.061 +700.282 +722.751 +723.321 +684.323 +413.444 +618.412 +411.257 +617.214 +410.742 +617.155 +411.304 +623.976 +762.262 +1038.69 +1058.15 +1080.39 +1085.52 +1077.63 +1080.12 +1083.16 +1081.87 +774.126 +758.358 +740.679 +730.348 +739.253 +736.057 +690.567 +417.735 +609.32 +415.658 +614.304 +413.44 +618.39 +410.722 +623.996 +768.32 +1053.99 +1074.06 +1089.37 +1093.03 +1097.26 +1107.92 +1112.77 +1121.78 +810.724 +787.234 +765.883 +764.113 +775.608 +775.228 +706.882 +429.418 +621.623 +427.453 +622.152 +422.626 +617.964 +410.67 +417.019 +851.927 +1091.02 +1096.24 +1104.67 +1115.57 +1121.2 +1132.47 +1133.9 +1128.67 +811.811 +790.675 +779.168 +779.994 +800.161 +797.438 +733.787 +447.89 +639.869 +475.967 +636.888 +439.223 +633.621 +410.728 +416.861 +698.889 +871.348 +881.128 +889.593 +896.192 +897.736 +908.571 +908.077 +903.421 +898.592 +887.422 +631.731 +611.664 +451.328 +655.583 +445.735 +650.015 +411.993 +607.859 +409.224 +606.883 +408.907 +604.016 +408.995 +366.369 +674.641 +720.146 +730.325 +733.798 +729.146 +736.72 +732.784 +747.788 +534.031 +490.163 +587.314 +458.296 +603.952 +403.205 +598.702 +401.188 +624.989 +427.543 +609.481 +413.203 +609.21 +411.018 +417.505 +797.432 +1055.46 +1052.71 +1075.65 +1079.91 +1074.49 +1082.54 +1076.18 +1059.19 +743.128 +720.312 +711.371 +714.176 +732.641 +729.928 +687.757 +417.976 +611.287 +459.615 +608.77 +476.834 +606.837 +411.187 +417.452 +819.146 +1048.39 +1055.25 +1062.52 +1075.86 +1073.08 +1082.74 +1084.98 +1087.48 +781.97 +767.26 +755.108 +744.837 +760.513 +760.059 +710.097 +428.439 +618.611 +422.516 +616.829 +420.136 +618.195 +411.47 +417.07 +830.621 +1077.22 +1077.99 +1085.47 +1090.66 +1084.18 +1091.65 +1090.72 +1088.24 +781.959 +767.286 +750.168 +733.448 +746.322 +752.596 +692.827 +419.391 +611.317 +415.686 +614.885 +416.734 +619.409 +410.688 +416.57 +817.949 +1055.22 +1041.66 +1057.27 +1072.13 +1077.22 +1083.58 +1080.82 +1079.19 +772.243 +762.093 +744.129 +733.108 +743.718 +740.287 +698.377 +418.303 +610.788 +415.797 +610.325 +453.495 +607.678 +410.666 +416.58 +818.232 +1037.65 +1032.6 +1041.06 +1045.98 +1048.31 +1060.74 +1074.83 +1077.11 +775.591 +770.517 +764.946 +769.853 +787.218 +774.383 +705.332 +422.046 +610.746 +415.661 +612.995 +415.287 +620.884 +411.369 +417.384 +671.128 +836.834 +830.473 +831.361 +830.9 +831.605 +837.41 +820.404 +819.528 +824.669 +790.433 +551.661 +496.599 +426.618 +609.478 +478.978 +608.825 +447.422 +577.956 +446.939 +577.95 +447.022 +578.668 +449.623 +560.81 +632.881 +592.722 +632.911 +596.724 +600.638 +653.912 +617.613 +627.911 +471.048 +369.622 +557.301 +362.679 +583.402 +385.833 +591.712 +385.094 +616.965 +410.644 +616.277 +410.782 +616.909 +411.361 +622.619 +721.814 +980.707 +993.381 +1019.52 +1030.47 +1034.71 +1058.19 +1070.56 +1069.81 +760.293 +749.316 +730.788 +713.216 +735.908 +740.462 +683.788 +413.82 +606.541 +410.789 +605.827 +410.582 +606.074 +410.586 +416.613 +823.574 +1063.09 +1060.51 +1072.59 +1077.07 +1076.13 +1083.19 +1086.8 +1095.92 +792.668 +777.543 +758.865 +754.091 +769.24 +770.559 +704.409 +427.471 +616.424 +419.957 +614.1 +415.651 +609.732 +411.275 +416.663 +797.414 +1074.9 +1077.92 +1090.5 +1096.69 +1098.39 +1110.46 +1124.43 +1123.3 +811.629 +793.801 +772.74 +770.188 +786.628 +787.092 +724.684 +443.609 +640.81 +438.599 +633.913 +437.915 +631.405 +410.58 +416.997 +853.386 +1090.54 +1095.78 +1099.4 +1110.87 +1110.5 +1103.32 +1113.28 +1118.83 +811.112 +789.236 +773.664 +769.691 +779.373 +777.428 +714.429 +433.712 +624.267 +429.31 +620.562 +424.648 +614.94 +410.601 +394.101 +799.302 +1081.87 +1086.8 +1098.99 +1108.93 +1107.54 +1121.26 +1116.85 +1120.71 +800.79 +784.559 +769.213 +767.923 +778.556 +778.306 +709.944 +431.405 +622.086 +425.847 +618.562 +421.645 +614.31 +411.187 +394.668 +648.002 +850.868 +860.807 +873.226 +871.787 +877.599 +886.728 +893.805 +895.328 +899.47 +887.133 +624.016 +599.285 +436.155 +626.618 +429.726 +623.996 +396.416 +589.708 +391.249 +584.53 +388.88 +581.595 +366.771 +366.273 +655.031 +711.814 +727.279 +730.078 +727.33 +741.183 +728.491 +745.642 +521.021 +483.561 +586.603 +429.504 +600.194 +397.938 +589.636 +391.722 +614.376 +415.054 +609.795 +413.501 +607.228 +411.168 +590.34 +779.142 +1067.31 +1073.7 +1083.88 +1091.2 +1090.8 +1100.5 +1110.24 +1106.67 +797.883 +777.398 +767.616 +760.063 +775.037 +774.807 +703.699 +428.744 +625.068 +426.61 +622.788 +425.066 +620.996 +410.562 +394.211 +821.505 +1074.73 +1075.26 +1080.19 +1083 +1079.3 +1088.03 +1094.28 +1082.28 +781.724 +771.879 +757.156 +753.666 +759.745 +759.984 +701.451 +426.182 +617.905 +421.774 +617.692 +422.512 +616.235 +410.59 +394.051 +812.643 +1079.57 +1084.77 +1095.07 +1099.86 +1104.01 +1117.72 +1126.34 +1123.62 +800.966 +779.124 +766.945 +767.845 +783.695 +782.366 +719.057 +439.145 +629.305 +430.808 +621.858 +422.841 +616.678 +410.568 +394.059 +828.97 +1085.08 +1085.32 +1094.09 +1094.94 +1092.52 +1097.31 +1097.68 +1093.35 +789.876 +771.815 +761.007 +760.536 +777.888 +778.391 +713.072 +437.297 +630.625 +433.52 +628.257 +430.454 +626.689 +410.54 +394.073 +846.62 +1086.27 +1082.67 +1088.07 +1090.46 +1087.84 +1091.82 +1092.35 +1087.95 +783.22 +768.971 +757.996 +759.238 +778.422 +776.932 +709.028 +433.641 +626.317 +429.928 +622.4 +426.232 +622.91 +410.548 +394.052 +671.175 +848.733 +853.554 +859.835 +863.252 +869.665 +873.06 +874.162 +863.547 +871.495 +853.763 +602.32 +547.12 +433.272 +629.865 +431.826 +628.744 +400.912 +595.738 +400.655 +597.109 +398.367 +593.755 +375.589 +366.238 +645.046 +683.197 +700.556 +720.943 +719.655 +727.149 +722.957 +736.867 +532.003 +488.705 +592.393 +466.65 +603.501 +402.943 +597.268 +398.852 +619.638 +421.522 +615.918 +418.421 +612.875 +412.034 +592.162 +804.877 +1077.75 +1083.8 +1091.89 +1093.03 +1090.67 +1104.1 +1106.54 +1102.36 +800.122 +783.549 +770.821 +770.285 +783.22 +780.377 +712.246 +435.41 +626.115 +429.786 +620.016 +422.473 +619.867 +410.525 +394.035 +841.427 +1086.22 +1092.06 +1103.61 +1114.84 +1110 +1116.89 +1113.69 +1110.43 +801.602 +780.182 +770.238 +770.138 +788.318 +787.151 +720.435 +440.101 +631.368 +430.443 +622.736 +425.123 +619.271 +410.506 +394.039 +835.311 +1082.5 +1082.26 +1089.12 +1096.02 +1096.88 +1117.18 +1121.43 +1112.97 +796.709 +787.062 +774.852 +774.043 +782.454 +782.982 +713.951 +435.557 +627.896 +431.076 +623.869 +426.676 +619.654 +410.52 +394.015 +831.502 +1086.61 +1090.31 +1099.96 +1111.34 +1109.11 +1124.19 +1131.16 +1128.2 +810.284 +791.639 +772.657 +774.624 +789.107 +787.591 +726.864 +441.857 +632.91 +444.292 +631.167 +435.464 +630.517 +410.526 +393.996 +858.382 +1092.08 +1094.55 +1109.74 +1118.31 +1120.15 +1130.97 +1124.19 +1117.05 +804.282 +784.942 +767.187 +767.406 +782.941 +779.851 +712.306 +436.138 +633.023 +435.808 +629.096 +432.037 +622.919 +410.645 +394.202 +681.881 +861.271 +867.253 +872.761 +876.313 +869.897 +873.514 +871.612 +874.01 +882.462 +873.57 +621.592 +600.997 +437.253 +637.72 +433.968 +627.308 +398.283 +591.828 +393.758 +587.204 +389.151 +582.169 +369.22 +366.242 +662.778 +719.367 +722.62 +729.154 +725.295 +730.633 +727.948 +741.489 +545.891 +495.587 +593.99 +480.138 +605.943 +479.05 +598.475 +400.217 +618.131 +420.946 +613.571 +415.36 +610.098 +410.478 +394.001 +810.871 +1076.22 +1078.6 +1086.67 +1095.81 +1100.71 +1111.61 +1120.91 +1114.04 +804.167 +781.779 +769.998 +769.263 +786.66 +783.738 +720.03 +438.846 +637.645 +432.285 +625.901 +430.309 +626.699 +410.52 +393.951 +852.004 +1087.36 +1088.13 +1102.76 +1108.22 +1110.58 +1119.71 +1121.67 +1123.07 +809.204 +789.661 +778.998 +779.701 +797.385 +797.848 +723.313 +441.087 +644.444 +442.133 +637.065 +439.987 +634.911 +410.517 +394.011 +868.897 +1100.6 +1117.44 +1145.25 +1172.98 +1178.75 +1205 +1213.47 +1217.89 +880.356 +850.845 +793.386 +800.295 +815.109 +815.281 +756.283 +460.281 +668.209 +455.839 +654.13 +451.913 +662.334 +410.504 +393.938 +874.749 +1095.29 +1090.33 +1093.55 +1099.35 +1094.46 +1094.15 +1093.75 +1087.99 +782.988 +768.965 +759.108 +760.256 +778.52 +779.766 +714.453 +437.075 +630.043 +433.379 +630.388 +431.979 +626.07 +410.512 +393.914 +848.598 +1084.97 +1084.85 +1092.74 +1094.7 +1088.79 +1098.7 +1095.74 +1102.3 +799.887 +787.691 +776.426 +776.226 +788.23 +786.514 +720.716 +440.059 +632.577 +435.48 +629.706 +430.27 +627.44 +410.488 +393.927 +696.507 +872.081 +878.919 +897.31 +908.969 +914.455 +929.083 +933.533 +938.046 +943.208 +929.462 +648.287 +629.419 +462.825 +673.554 +459.208 +668.81 +423.287 +624.728 +419.084 +628.844 +418.74 +615.626 +437.87 +366.071 +678.865 +744.481 +745.115 +759.427 +760.107 +795.935 +784.454 +818.135 +582.306 +503.472 +617.759 +486.082 +615.464 +487.436 +607.971 +407.36 +637.704 +435.753 +642.8 +433.824 +630.232 +410.408 +393.978 +851.129 +1094.92 +1093.5 +1107.67 +1117.46 +1118.95 +1126.86 +1125.87 +1130.62 +814.29 +796.625 +783.843 +779.883 +788.454 +789.469 +731.155 +442.556 +636.79 +437.601 +645.136 +435.706 +628.488 +410.311 +393.744 +863.165 +1094.76 +1100.05 +1114.34 +1127.92 +1130.19 +1146.13 +1154.1 +1162.28 +841.89 +819.248 +800.173 +796.691 +812.299 +807.365 +753.138 +455.326 +661.61 +449.86 +652.664 +447.053 +650.97 +410.433 +393.927 +902.394 +1116.85 +1119.24 +1123.1 +1123.89 +1126.71 +1140.8 +1141.57 +1142.82 +831.261 +793.251 +785.706 +791.792 +797.315 +794.242 +726.612 +444.133 +634.676 +434.39 +630.346 +435.445 +629.405 +410.161 +393.729 +843.929 +1083.25 +1081.86 +1089.5 +1090.83 +1095.65 +1108.67 +1108.66 +1105.25 +796.285 +779.232 +768.157 +766.167 +783.064 +782.681 +718.333 +436.251 +628.207 +432.052 +626.28 +431.314 +625.588 +410.454 +393.878 +847.968 +1088.74 +1096.4 +1110.72 +1114.73 +1106.85 +1113.81 +1118.59 +1120.42 +805.143 +786.024 +772.591 +771.557 +785.528 +786.229 +723.297 +468.296 +636.04 +435.355 +630.293 +427.81 +624.792 +410.073 +393.645 +688.349 +865.078 +875.748 +885.202 +890.777 +894.238 +902.132 +912.081 +911.476 +919.672 +900.815 +632.707 +614.72 +454.451 +667.426 +456.382 +663.245 +417.137 +615.494 +415.131 +624.487 +413.023 +608.338 +387.045 +365.807 +678.92 +741.485 +734.212 +741.987 +734.033 +745.748 +736.792 +753.635 +554.004 +495.354 +597.957 +471.213 +591.098 +486.413 +610.257 +408.878 +628.997 +431.79 +625.915 +428.157 +623.913 +410.375 +393.915 +848.76 +1089.85 +1091.26 +1102.38 +1115.57 +1114.04 +1120.96 +1127.87 +1132.49 +820.923 +802.327 +787.432 +781.573 +769.518 +788.223 +731.484 +441.946 +635.3 +433.679 +629.021 +428.654 +624.642 +410.178 +393.507 +857.151 +1100.55 +1115.14 +1132.59 +1139.8 +1142.44 +1155.4 +1160.51 +1164.84 +847.347 +827.962 +815.133 +808.571 +797.946 +821.221 +773.963 +468.854 +682.844 +464.751 +672.511 +453.014 +672.074 +410.366 +393.902 +914.589 +1124.1 +1130.41 +1111.25 +1111.38 +1104.51 +1106.81 +1105.15 +1105.44 +797.805 +784.048 +773.376 +776.908 +770.38 +795.641 +729.303 +446.526 +639.322 +458.386 +637.81 +440.046 +635.714 +410.342 +393.913 +860.243 +1096.75 +1099.21 +1113.75 +1131.07 +1127.52 +1132.71 +1132.62 +1122.92 +803.003 +785.424 +776.263 +778.184 +771.132 +795.511 +733.184 +451.156 +654.642 +443.12 +640.104 +442.438 +638.618 +410.356 +393.728 +866.839 +1097.57 +1108.86 +1135.38 +1147.65 +1151.74 +1156.73 +1171.01 +1166.3 +850.679 +831.026 +813.84 +803.85 +785.827 +798.911 +751.245 +450.28 +655.026 +441.78 +636.876 +434.375 +629.239 +409.81 +393.335 +713.913 +874.85 +886.657 +901.679 +911.777 +915.415 +923.173 +925.052 +926.195 +934.197 +921.123 +641.319 +626.369 +434.178 +664.667 +450.941 +658.892 +416.359 +620.518 +415.057 +617.886 +417.113 +619.439 +398.001 +365.669 +680.627 +750.499 +734.087 +733.216 +726.296 +729.856 +726.848 +736.347 +524.004 +454.137 +596.138 +420.983 +597.173 +451.677 +618.759 +420.798 +657.087 +454.9 +665.627 +450.584 +651.258 +409.791 +393.72 +922.324 +1141.44 +1112.95 +1127.97 +1133.53 +1123.06 +1124.62 +1115.65 +1116.88 +817.091 +787.08 +773.49 +774.703 +769.632 +793.16 +726.42 +445.978 +639.211 +467.23 +637.029 +441.098 +637.2 +410.313 +393.874 +869.465 +1098.54 +1105.1 +1117.14 +1138.5 +1137.88 +1145.74 +1145.82 +1145.78 +830.619 +810.168 +791.963 +787.803 +775.933 +796.866 +739.096 +450.435 +649.286 +446.302 +641.65 +444.555 +641.125 +410.302 +393.539 +877.227 +1115.07 +1120.44 +1132 +1142.64 +1143.32 +1154.87 +1161.36 +1160.27 +850.918 +829.591 +818.215 +810.77 +791.904 +813.291 +768.902 +463.363 +672.805 +458.894 +664.692 +457.847 +664.884 +409.597 +393.136 +906.059 +1128.15 +1128.22 +1142.25 +1159.53 +1168.15 +1189.73 +1198.93 +1194.63 +879.898 +866.419 +852.636 +842.67 +824.603 +848.837 +802.294 +476.348 +695.49 +475.888 +696.83 +471.746 +694.816 +410.309 +393.84 +962.733 +1190.58 +1212.04 +1217.05 +1215.55 +1218.88 +1231.02 +1229.97 +1210.82 +872.725 +841.771 +826.619 +809.448 +803.528 +821.711 +773.297 +465.871 +673.953 +457.081 +665.629 +445.236 +639.575 +410.307 +393.834 +711.137 +865.367 +871.263 +877.632 +889.871 +898.332 +902.256 +903.128 +908.771 +913.897 +903.182 +635.207 +628.884 +432.663 +661.55 +446.073 +652 +408.421 +602.876 +404.196 +597.548 +400.066 +592.186 +381.352 +365.18 +678.246 +733.144 +730.639 +745.827 +733.393 +752.402 +737.442 +770.824 +564.734 +508.125 +605.482 +492.5 +599.92 +499.845 +617.409 +492.045 +643.32 +516.683 +643.742 +476.005 +643.511 +409.48 +393.26 +878.7 +1098.38 +1098.2 +1107.34 +1111.79 +1109.84 +1121.86 +1131.66 +1128.88 +818.904 +802.376 +786.649 +786.305 +770.311 +792.06 +743.901 +443.288 +633.275 +435.099 +629.833 +428.749 +623.686 +410.286 +393.816 +861.365 +1096.41 +1104.02 +1123.76 +1141.4 +1149.01 +1152.78 +1166.75 +1171.12 +855.922 +842.549 +825.003 +817.286 +796.588 +811.715 +769.154 +454.607 +661.985 +448.014 +650.166 +445.031 +641.857 +410.296 +393.796 +876.533 +1112.73 +1119.44 +1138.03 +1156.82 +1165.55 +1163.63 +1173.25 +1181.58 +864.026 +836.56 +821.242 +838.589 +836.357 +852.574 +783.257 +472.593 +692.459 +464.777 +675.342 +463.048 +676.463 +410.255 +393.762 +957.862 +1187.12 +1173.29 +1181.51 +1191.39 +1188.26 +1207.91 +1203.64 +1178.12 +869.669 +838.498 +824.61 +813.482 +799.061 +822.217 +761.752 +455.912 +664.244 +450.481 +648.321 +490.47 +644.484 +409.646 +392.815 +872.496 +1103.21 +1108.77 +1123.38 +1130.4 +1130.69 +1137.68 +1135.01 +1134.66 +817.38 +802.803 +787.415 +792.349 +782.976 +804.608 +751.904 +448.384 +651.011 +439.083 +633.748 +433.707 +626.251 +410.262 +393.791 +707.256 +871.246 +877.846 +888.426 +906.859 +912.151 +920.603 +923.894 +926.505 +930.788 +924.396 +649.597 +649.468 +443.16 +681.545 +457.711 +669.001 +420.379 +631.625 +421.026 +626.341 +420.982 +623.606 +401.568 +366.026 +682.126 +794.327 +770.618 +809.839 +777.632 +820.104 +790.767 +829.465 +598.54 +545.829 +639.379 +530 +623.798 +534.375 +641.324 +526.59 +676.22 +559.824 +678.933 +556.3 +677.134 +410.247 +393.782 +991.555 +1212.65 +1234.96 +1248.66 +1261.91 +1272.23 +1272.64 +1288.42 +1281.43 +954.909 +898.798 +872.02 +863.718 +852.387 +860.602 +796.026 +469.052 +680.83 +452.918 +648.105 +440.243 +634.727 +410.25 +393.673 +854.993 +1083.46 +1082.85 +1089.3 +1091.2 +1087.4 +1095.33 +1095 +1093.06 +790.183 +783.094 +770.655 +774.42 +764.248 +785.221 +723.992 +436.667 +626.821 +429.023 +623.626 +428.635 +621.465 +409.926 +392.612 +857.211 +1087.99 +1085.59 +1094.6 +1100.21 +1103.21 +1111.61 +1117.76 +1125.5 +814.864 +802.032 +792.43 +784.122 +774.816 +792.96 +742.111 +443.577 +635.096 +471.305 +633.333 +432.349 +625.816 +410.208 +393.783 +864.031 +1097.73 +1101.69 +1121.1 +1127.57 +1132.68 +1139 +1141.96 +1135.62 +826.056 +802.061 +790.246 +790.647 +777.95 +799.069 +752.125 +449.139 +655.402 +443.206 +638.347 +468.61 +638.749 +410.237 +393.749 +870.423 +1110.46 +1117.81 +1124.14 +1139.85 +1155.05 +1153.45 +1174.65 +1172.33 +863.155 +834.388 +823.116 +824.264 +815.934 +834.39 +785.119 +471.784 +688.715 +465.502 +679.992 +463.726 +688.13 +409.786 +392.503 +826.892 +970.686 +992.985 +1014.4 +1019.2 +1037.96 +1031.73 +1035.33 +1036.99 +1067.76 +1061.61 +759.931 +686.119 +469.791 +732.681 +490.792 +730.517 +458.302 +694.385 +452.531 +692.687 +454.923 +693.024 +434.532 +364.886 +747.697 +896.065 +836.613 +875.485 +827.998 +864.075 +828.354 +865.779 +596.411 +542.15 +641.43 +523.819 +633.116 +536.684 +648.21 +526.463 +671.162 +544.321 +663.259 +536.339 +659.717 +410.208 +393.742 +929.212 +1144.72 +1152.06 +1152.91 +1184.87 +1209.33 +1220.17 +1217.51 +1219.83 +893.429 +860.446 +838.19 +827.473 +806.195 +822.351 +782.106 +467.686 +679.541 +457.41 +668.281 +452.609 +650.967 +410.186 +392.675 +898.674 +1144.88 +1168.86 +1192.84 +1205.61 +1217.22 +1219.38 +1212.74 +1214.75 +908.645 +886.16 +867.966 +856.999 +833.584 +840.423 +795.258 +472.297 +686.674 +465.699 +680.096 +463.225 +681.138 +409.722 +393.749 +947.414 +1171.37 +1183.54 +1196.73 +1204.39 +1196.65 +1204.41 +1216.06 +1226.4 +908.982 +889.724 +868.068 +850.297 +843.342 +860.277 +792.007 +470.528 +679.895 +459.318 +662.104 +451.138 +646.96 +410.178 +393.449 +878.289 +1111.24 +1123.54 +1135.51 +1142.96 +1141.11 +1159.26 +1161.05 +1160.59 +842.96 +824.897 +812.81 +806.553 +787.482 +809.261 +766.38 +461.86 +667.282 +453.478 +657.115 +454.021 +658.059 +409.22 +393.001 +875.24 +1111.94 +1113.81 +1129.98 +1135.56 +1135.65 +1147.65 +1150.89 +1154.73 +842.509 +831.055 +815.607 +804.969 +789.401 +808.534 +766.408 +457.224 +665.399 +451.964 +644.58 +518.346 +640.414 +410.17 +393.726 +716.552 +885.172 +895.48 +910.55 +918.681 +926.526 +941.58 +942.811 +949.056 +947.266 +944.023 +657.32 +649.945 +444.737 +682.26 +458.024 +672.373 +422.793 +625.919 +414.856 +608.883 +441.974 +604.317 +391.53 +365.958 +679.379 +775.788 +756.521 +784.023 +762.261 +808.224 +781.033 +827.504 +603.537 +553.264 +643.944 +533.436 +631.838 +539.76 +649.983 +535.254 +673.701 +556.196 +668.283 +551.09 +667.371 +410.164 +392.64 +963.628 +1189.56 +1207.23 +1214.66 +1224.83 +1236.32 +1270.54 +1269.9 +1269.81 +955.853 +929.48 +894.038 +884.744 +866.433 +882.728 +818.88 +486.018 +713.072 +476.933 +704.803 +473.34 +700.686 +409.546 +393.72 +1019.67 +1268.54 +1289.7 +1300.82 +1320.3 +1328.47 +1369.29 +1332.89 +1324.45 +995.208 +984.191 +949.405 +927.947 +917.868 +917.185 +826.812 +488.333 +713.123 +475.974 +687.94 +467.037 +681.294 +410.143 +392.276 +931.284 +1151.31 +1173.4 +1205.85 +1210.41 +1206.47 +1227.7 +1238.03 +1246.74 +904.497 +880.745 +859.197 +859.973 +842.31 +866.928 +804.671 +480.442 +703.704 +473.796 +695.022 +468.208 +688.761 +410.14 +393.705 +978.621 +1201.42 +1223.56 +1237.86 +1249.74 +1245.12 +1256.48 +1262.53 +1252.9 +948.126 +910.726 +895.055 +889.96 +871.601 +880.059 +809.095 +481.938 +705.982 +474.046 +687.27 +466.968 +675.203 +409.53 +392.626 +930.977 +1145.64 +1151.39 +1160.4 +1168.05 +1163.49 +1172.96 +1177.64 +1180.77 +864.952 +843.458 +827.581 +821.352 +797.769 +813.162 +773.993 +459.962 +670.035 +459.939 +672.306 +456.287 +658.095 +410.137 +392.948 +761.01 +915.81 +918.092 +934.056 +941.744 +951.892 +954.363 +968.787 +971.182 +967.897 +965.616 +666.447 +655.991 +454.36 +698.592 +471.178 +690.787 +436.316 +655.248 +438.695 +660.218 +440.03 +657.177 +416.468 +365.919 +708.738 +824.848 +784.211 +794.085 +773.186 +807.332 +802.14 +835.499 +597.09 +540.926 +631.38 +523.159 +621.103 +527.348 +631.55 +507.64 +655.105 +520.504 +647.077 +473.211 +638.376 +409.112 +393.681 +888.046 +1135.12 +1152.83 +1179.11 +1189.09 +1206.16 +1207.54 +1222.55 +1237.76 +910.735 +873.78 +852.476 +856.815 +817.203 +831.238 +791.453 +469.119 +684.657 +462.392 +672.082 +458.692 +664.174 +409.399 +392.722 +936.287 +1181.55 +1185.4 +1202.76 +1207.99 +1197.37 +1215.75 +1237.76 +1229.36 +918.061 +884.51 +858.132 +848.316 +835.215 +856.484 +810.032 +476.846 +702.994 +474.203 +693.088 +466.714 +686.103 +410.149 +392.604 +950.454 +1166.24 +1197.87 +1236.22 +1244.56 +1249.83 +1244.94 +1245.75 +1253.68 +946.977 +920.277 +887.736 +882.558 +852.977 +860.391 +787.278 +470.502 +676.924 +457.614 +657.704 +448.106 +640.725 +409.828 +393.674 +872.264 +1108.96 +1124.72 +1138.45 +1147.11 +1148.03 +1159.26 +1171.51 +1169.27 +856.414 +837.271 +829.56 +816.203 +795.322 +816.248 +773.611 +457.856 +667.182 +452.424 +651.955 +448.799 +653.182 +408.485 +393.611 +880.853 +1127.68 +1138.24 +1150.63 +1161.56 +1164.99 +1179.85 +1178.23 +1185.68 +856.112 +827.46 +818.527 +817.842 +802.302 +824.888 +784.835 +469.742 +681.694 +464.629 +683.307 +467.154 +685.882 +409.773 +410.785 +802.479 +959.984 +963.307 +981.577 +989.317 +978.104 +999.883 +1043.02 +1040.24 +1022.84 +999.811 +708.184 +681.208 +460.82 +712.292 +473.862 +688.652 +434.45 +649.146 +432.967 +639.009 +425.224 +627.933 +482.827 +364.168 +700.591 +823.543 +790.332 +829.152 +792.834 +819.127 +785.943 +826.666 +592.975 +530.973 +630.886 +520.974 +628.646 +529.687 +635.194 +513.168 +658.313 +527.753 +650.257 +483.67 +644.655 +410.113 +393.636 +904.369 +1164.02 +1183.66 +1204.18 +1235.52 +1225.65 +1238.86 +1253.85 +1256.83 +933.777 +920.984 +900.424 +881.15 +834.254 +858.599 +807.199 +478.714 +701.378 +467.961 +681.427 +464.832 +683.722 +409.089 +393.624 +970.409 +1189.03 +1207.94 +1232.9 +1259.95 +1266.1 +1281.27 +1291.04 +1284.04 +949.01 +949.192 +928.791 +910.531 +859.138 +846.6 +796.253 +467.34 +679.384 +459.867 +666.246 +451.126 +649.664 +408.584 +393.476 +890.046 +1127.94 +1141.01 +1155.59 +1171.21 +1174.69 +1178.31 +1176.25 +1181.45 +859.774 +844.94 +819.316 +820.979 +802.046 +816.364 +774.556 +464.062 +671.432 +452.757 +658.799 +449.39 +644.619 +409.662 +392.395 +884.979 +1141.62 +1167.71 +1177.28 +1191.3 +1199.92 +1218.38 +1218.95 +1216.63 +893.484 +884.654 +877.119 +855.658 +830.479 +837.272 +794.453 +472.557 +685.507 +464.578 +680.017 +457.83 +663.722 +410.084 +409.731 +908.018 +1162.78 +1175.35 +1193.53 +1218.12 +1221.06 +1238.22 +1265.36 +1267.92 +929.669 +890.554 +888.934 +868.947 +848.708 +864.063 +812.481 +483.045 +707.901 +478.118 +706.05 +478.467 +706.511 +410.121 +433.376 +828.17 +978.009 +1003.09 +999.77 +1002.06 +1005.86 +1057.25 +1105.23 +1102.18 +1097.33 +1032.04 +744.727 +702.712 +480.03 +755.757 +501.797 +744.939 +463.193 +705.222 +462.354 +695.636 +457.502 +692.001 +433.666 +365.786 +750.776 +909.451 +872.323 +898.169 +833.899 +865.924 +845.561 +892.243 +645.561 +577.221 +664.012 +546.579 +648.983 +559.105 +670.562 +556.761 +698.245 +582.268 +698.218 +587.156 +698.968 +409.195 +393.557 +1047.44 +1266.06 +1265.76 +1266.69 +1276.01 +1285.07 +1294.63 +1294.86 +1263.99 +936.14 +910.045 +922.443 +913.718 +882.458 +891.829 +821.067 +482.306 +705.725 +473.908 +693.762 +469.37 +688.724 +408.567 +430.963 +963.609 +1204.66 +1250.93 +1245.07 +1254.66 +1241.36 +1266.31 +1282.84 +1274.44 +981.435 +940.171 +911.05 +897.748 +869.765 +883.704 +821.269 +485.224 +716.817 +480.782 +710.009 +481.663 +710.762 +408.429 +433.083 +996.114 +1219.29 +1247.52 +1283.35 +1294.36 +1312.02 +1322.65 +1343.8 +1349.96 +1007.99 +963.895 +947.11 +947.798 +929.298 +944.833 +853.01 +506.099 +754.401 +500.249 +743.985 +500.231 +743.992 +492.002 +719.481 +973.859 +1259.33 +1279.96 +1293.1 +1326.95 +1325.93 +1349.39 +1380.21 +1348.04 +1013.25 +950.923 +955.518 +954.059 +946.659 +976.102 +858.024 +510.836 +773.664 +518.54 +785.353 +520.331 +776.863 +502.204 +738.603 +976.022 +1281.12 +1298.51 +1310.45 +1314.17 +1313.74 +1331.59 +1336.78 +1336.06 +976.547 +960.787 +936.985 +933.793 +905.014 +918.888 +831.612 +494.21 +736.594 +488.441 +726.915 +486.466 +723.032 +409.032 +412.602 +849.381 +983.49 +959.624 +989.142 +994.094 +985.637 +977.076 +979.388 +981.954 +997.555 +978.138 +701.242 +667.29 +459.726 +711.338 +479.762 +706.273 +443.458 +670.286 +444.777 +669.363 +439.556 +654.213 +412.364 +365.463 +698.35 +815.797 +774.254 +803.455 +786.083 +816.327 +788.167 +840.121 +598.277 +535.633 +645.408 +527.801 +635.842 +539.022 +653.15 +528.318 +669.116 +538.073 +660.206 +532.342 +654.19 +410.048 +392.575 +925.808 +1158.44 +1180.47 +1201.52 +1214.48 +1220.84 +1227.85 +1237.84 +1224.77 +922.72 +892.53 +865.441 +855.014 +830.232 +855.104 +803.928 +473.582 +689.668 +463.408 +674.837 +456.156 +661.127 +410.089 +391.902 +901.605 +1153.39 +1162.87 +1194.17 +1197.52 +1200.25 +1219.83 +1226.31 +1229.76 +908.241 +886.898 +872.866 +872.009 +854.306 +871.332 +816.058 +481.28 +705.926 +476.751 +700.049 +470.202 +690.816 +409.157 +411.316 +954.426 +1157.75 +1195.68 +1238.65 +1270.19 +1272.85 +1273.56 +1282.95 +1288.91 +982.197 +927.041 +892.498 +878.001 +874.009 +888.721 +815.471 +485.588 +715.182 +478.072 +710.276 +479.806 +706.537 +408.641 +393.339 +1005.03 +1219.35 +1238.51 +1247.51 +1283.92 +1309.89 +1327.6 +1295.76 +1271.1 +963.006 +951.047 +945.48 +876.973 +869.702 +882.865 +816.298 +482.69 +712.943 +479.192 +707.072 +476.034 +703.924 +408.372 +412.529 +986.955 +1173.2 +1187.81 +1210.59 +1220.92 +1222.75 +1234.38 +1251.73 +1250.09 +930.816 +910.781 +891.446 +881.889 +870.151 +893.428 +809.438 +484.363 +715.841 +481.017 +712.784 +480.663 +715.42 +408.371 +393.607 +855.015 +975.954 +973.009 +989.935 +1066.32 +1033.69 +1041.97 +1041.62 +1042.85 +1047.32 +1012.86 +721 +685.709 +466.335 +731.362 +484.78 +710.919 +445.913 +667.498 +441.997 +674.923 +441.396 +667.145 +417.137 +365.359 +709.555 +840.841 +797.023 +827.823 +810.82 +844.029 +811.957 +833.449 +606.102 +551.197 +653.867 +541.011 +643.922 +551.396 +659.88 +534.626 +675.979 +552.534 +671.342 +543.851 +665.92 +409.565 +393.6 +951.057 +1186.17 +1206.45 +1216.17 +1221.05 +1217.61 +1232.46 +1247.4 +1256.13 +946.38 +928.309 +920.017 +913.279 +893.433 +900.178 +817.677 +480.777 +701.46 +468.29 +679.552 +457.136 +662.045 +410.07 +393.275 +881.872 +1131.45 +1147.38 +1170.52 +1172.78 +1176.41 +1184.97 +1184.49 +1186.4 +866.37 +848.457 +827.343 +819.28 +799.582 +815.117 +776.391 +463.563 +671.313 +448.706 +655.851 +448.056 +648.233 +410.077 +409.513 +881.823 +1128.08 +1140.2 +1158.44 +1159.62 +1165.61 +1187.43 +1186.16 +1186.57 +874.502 +856.179 +833.815 +824.761 +801.827 +816.316 +775.002 +460.285 +662.431 +449.204 +644.795 +443.05 +651.264 +408.998 +392.958 +871.288 +1108.28 +1135.81 +1164.76 +1185.18 +1192.52 +1210.55 +1221.85 +1215.41 +890.088 +870.634 +852.038 +836.867 +811.543 +827.746 +786.507 +461.703 +670.514 +453.483 +653.075 +448.914 +643.551 +408.382 +393.571 +883.024 +1130.13 +1167.77 +1183.48 +1197.9 +1212.91 +1220.88 +1231.68 +1226.49 +910.857 +890.413 +868.226 +857.875 +848.923 +836.575 +797.868 +471.039 +684.879 +464.576 +675.665 +459.425 +664.915 +409.181 +393.568 +761.635 +925.668 +957.906 +978.834 +982.048 +972.734 +977.733 +996.906 +987.501 +986.736 +973.519 +683.142 +667.727 +478.929 +708.091 +476.129 +695.652 +439.61 +654.898 +437.016 +651.815 +432.982 +647.667 +410.207 +364.716 +686.996 +814.416 +787.853 +822.603 +790.315 +828.371 +792.362 +848.742 +606.586 +557.855 +646.709 +532.793 +661.757 +545.663 +654.355 +538.975 +677.976 +561.706 +677.503 +557.189 +678.226 +408.374 +393.574 +986.019 +1195.99 +1204.43 +1221.96 +1225.11 +1238.81 +1232.82 +1233.04 +1248.98 +935.07 +904.881 +884.292 +882.708 +895.882 +893.599 +810.895 +480.478 +707.864 +476.463 +704.042 +476.594 +703.197 +408.92 +393.555 +982.72 +1180.4 +1193.12 +1200.6 +1224.9 +1211.71 +1221.86 +1226.22 +1229.95 +908.576 +894.591 +871.13 +852.808 +852.9 +839.743 +805.82 +474.065 +690.131 +465.063 +675.328 +460.087 +670.344 +409.946 +393.486 +914.573 +1159.62 +1190.43 +1222.27 +1248.25 +1243.58 +1253.42 +1257.94 +1257.39 +935.392 +904.891 +889.251 +873.918 +875.196 +864.754 +804.358 +475.401 +689.134 +465.467 +678.066 +461.478 +668.045 +410.023 +392.036 +933.114 +1174.19 +1222 +1256.78 +1289.22 +1321.91 +1275.62 +1294.3 +1286.64 +952.04 +925.826 +915.661 +892.47 +895.321 +887.788 +828.292 +492.323 +734.52 +484.851 +707.949 +470.893 +689.722 +408.506 +411.42 +925.763 +1146.93 +1160.47 +1173.34 +1190.33 +1194.91 +1206.13 +1217.5 +1217.46 +886.775 +865.998 +844.841 +827.006 +828.812 +826.099 +784.33 +465.478 +674.392 +457.169 +661.694 +456.108 +650.202 +409.006 +393.547 +730.959 +900.412 +907.027 +929.601 +937.436 +947.928 +952.694 +963.838 +967.962 +973.554 +968.885 +667.721 +649.825 +462.948 +676.516 +454.418 +664.45 +420.189 +631.169 +418.363 +619.296 +417.067 +629.794 +399.402 +365.388 +684.113 +804.66 +790.752 +846.989 +846.834 +910.808 +869.933 +929.318 +647.582 +579.174 +674.874 +562.418 +685.384 +570.762 +683.386 +567.808 +708.681 +592.715 +705.856 +590.622 +705.246 +409.186 +393.543 +1050.55 +1265.84 +1260.66 +1269.13 +1267.54 +1283.6 +1266.23 +1307.71 +1306.16 +963.428 +954.822 +934.119 +916.591 +920.639 +926.516 +833.293 +494.481 +737.87 +490.971 +724.421 +487.266 +719.211 +410.016 +412.741 +1012.96 +1249.81 +1282.62 +1291.23 +1289.67 +1293.06 +1313.02 +1303.15 +1270.42 +920.196 +882.91 +846.918 +847.63 +865.624 +863.28 +793.357 +474.978 +691.57 +466.659 +685.736 +462.616 +670.843 +410.06 +391.881 +908.808 +1148.42 +1151.31 +1178.21 +1180.56 +1192.94 +1204.53 +1208.18 +1212.56 +885.845 +866.232 +845.616 +832.217 +837.811 +830.767 +793.232 +469.292 +679.623 +461.195 +667.443 +451.706 +649.749 +408.388 +393.55 +886.732 +1141.1 +1169.39 +1184.85 +1207.77 +1206.9 +1222.73 +1242.41 +1242.4 +917.699 +882.623 +853.832 +831.996 +832.18 +826.483 +788.422 +465.337 +677.793 +459.705 +668.569 +457.063 +658.542 +409.449 +393.587 +910.052 +1154.07 +1188.3 +1218.08 +1244.88 +1269.06 +1284.8 +1305.1 +1306.12 +967.412 +943.754 +913.274 +889.221 +880.365 +871.913 +813.212 +481.276 +707.586 +475.416 +698.792 +474.832 +699.14 +410.017 +411.146 +784.478 +934.962 +944.74 +936.526 +941.839 +948.1 +949.09 +951.107 +943.579 +952.17 +937.381 +654.101 +644.607 +471.179 +681.939 +463.346 +676.627 +427.037 +638.879 +425.343 +624.99 +421.193 +619.886 +421.616 +365.805 +680.155 +766.953 +750.108 +763.027 +744.916 +770.712 +749.753 +767.153 +568.14 +505.925 +611.698 +492.802 +628.894 +507.675 +628.268 +502.709 +652.866 +507.734 +647.93 +491.703 +644.675 +410.019 +415.379 +892.301 +1115.4 +1118.67 +1123.91 +1130.65 +1138.31 +1143.82 +1140.74 +1145.67 +830.664 +813.154 +796.092 +797.619 +811.147 +812.577 +762.625 +458.674 +667.095 +450.269 +649.101 +446.532 +659.791 +409.83 +414.568 +880.069 +1112.81 +1117.75 +1131.75 +1141.4 +1149.87 +1157.31 +1160.91 +1165.9 +851.944 +829.629 +814.988 +803.962 +811.435 +812.01 +768.158 +456.153 +662.007 +449.045 +644.164 +444.932 +653.494 +408.357 +416.047 +862.746 +1109.41 +1118.63 +1129.34 +1145.11 +1152.13 +1161.41 +1167.07 +1157.15 +839.387 +819.487 +807.402 +807.531 +822.792 +820.447 +769.755 +462.215 +672.931 +458.2 +663.034 +456.616 +660.249 +409.405 +416.014 +899.722 +1116.18 +1121.88 +1134.25 +1161.29 +1192.43 +1213.29 +1221.48 +1212.99 +892.775 +871.321 +856.793 +846.858 +864.992 +866.966 +792.757 +474.277 +698.05 +468.847 +691.874 +467.41 +686.569 +410.065 +415.355 +970.331 +1183.37 +1184.51 +1206.13 +1215.76 +1213.49 +1233.12 +1258.87 +1247.73 +926.797 +896.743 +870.413 +874.42 +879.139 +880.202 +799.138 +478.935 +700.654 +471.215 +696.606 +469.354 +689.73 +410.052 +414.355 +822.194 +965.188 +981.175 +997.997 +1021.47 +1031.36 +1023.32 +1022.89 +1043.5 +980.626 +1005.74 +716.622 +672.945 +484.152 +715.457 +482.221 +712.927 +445.683 +672.769 +440.494 +657.21 +432.435 +635.4 +431.817 +365.498 +691.045 +810.132 +777.465 +797.924 +782.427 +816.788 +795.337 +837.239 +600.231 +536.178 +642.151 +524.462 +653.5 +539.244 +651.825 +522.349 +678.827 +553.815 +679.381 +552.768 +678.932 +410.061 +415.422 +955.981 +1172.13 +1179.85 +1202.57 +1215.47 +1227.82 +1249.18 +1241.08 +1256.39 +907.729 +874.899 +868.428 +875.658 +887.077 +888.02 +795.846 +476.349 +686.179 +462.793 +668.537 +455.858 +661.847 +410.027 +414.385 +885.148 +1129.43 +1124.49 +1146.78 +1152.92 +1169.66 +1181.93 +1179.77 +1183.86 +872.904 +864.449 +860.099 +858.626 +877.152 +871.078 +796.429 +476.506 +697.546 +472.051 +694.719 +469.697 +694.006 +408.363 +416.053 +964.944 +1173.12 +1171.97 +1167 +1174.67 +1173.75 +1185.69 +1201.65 +1207.61 +845.246 +810.353 +787.965 +787.903 +799.984 +799.535 +744.787 +523.403 +650.209 +449.945 +644.531 +444.715 +640.38 +408.62 +416.054 +864.773 +1101.36 +1099.19 +1105.19 +1107.54 +1110.58 +1122.86 +1124.75 +1128.22 +814.904 +794.453 +781.125 +779.873 +796.808 +797.506 +745.746 +452.607 +662.002 +451.455 +649.191 +480.549 +651.924 +409.182 +416.056 +872.321 +1106.28 +1110.93 +1124.26 +1128.07 +1126.05 +1139.89 +1135.14 +1143.37 +823.607 +805.801 +788.433 +783.034 +797.259 +796.572 +749.896 +448.111 +646.888 +441.851 +640.046 +439.503 +634.449 +409.742 +416.058 +705.604 +874.399 +878.34 +889.915 +898.103 +892.478 +903.674 +907.112 +902.739 +915.241 +901.364 +635.229 +622.106 +447.167 +655.264 +442.494 +634.562 +406.315 +612.597 +400.971 +597.323 +399.143 +596.046 +398.335 +364.149 +671.357 +728.471 +737.171 +750.813 +735.174 +756.339 +735.606 +763.403 +560.954 +503.661 +602.222 +483.341 +615.438 +489.635 +608.305 +409.062 +638.255 +431.069 +627.555 +428.721 +621.353 +410.034 +414.843 +851.444 +1092.93 +1103.73 +1123.64 +1136.17 +1135.38 +1145.9 +1143.04 +1148.96 +829.452 +811.315 +789.431 +778.364 +794.317 +789.92 +741.123 +442.64 +632.592 +435.445 +630.476 +427.797 +624.853 +409.588 +414.848 +840.388 +1089.4 +1099.82 +1119.32 +1128.69 +1127.11 +1146.82 +1153.02 +1155.6 +842.456 +817.63 +795.183 +782.461 +796.141 +793.356 +746.485 +443.943 +634.814 +437.978 +630.992 +429.716 +624.619 +408.77 +415.671 +836.133 +1088.25 +1103.85 +1116.56 +1125.42 +1124.85 +1124.93 +1119.71 +1120.04 +809.245 +792.947 +783.858 +782.179 +798.061 +800.529 +752.547 +456.38 +664.051 +453.479 +654.092 +450.604 +659.683 +408.391 +416.051 +864.542 +1100.16 +1103.99 +1114.18 +1121.16 +1123.21 +1145.99 +1141.22 +1145.55 +834.018 +815.195 +799.174 +792.226 +809.376 +811.457 +772.073 +457.973 +670.01 +460.508 +660.951 +453.357 +660.931 +408.389 +416.058 +899.236 +1129.52 +1133.93 +1149.69 +1164.93 +1177.02 +1190.65 +1203.88 +1207.75 +878.938 +848.484 +830.158 +822.778 +841.906 +847.811 +792.457 +469.847 +693.315 +469.21 +688.732 +462.939 +672.407 +408.398 +416.052 +752.657 +907.93 +903.793 +918.502 +924.123 +919.206 +924.837 +937.112 +922.575 +930.035 +917.33 +640.624 +626.791 +454.034 +660.232 +446.74 +651.593 +410.034 +604.368 +407.82 +601.218 +405.443 +601.568 +402.83 +365.851 +677.024 +732.865 +732.18 +739.608 +733.191 +747.011 +734.53 +760.755 +563.772 +501.969 +599.641 +484.343 +612.528 +487.9 +607.527 +409.036 +646.673 +434.324 +635.007 +433.731 +632.447 +410.063 +414.399 +856.974 +1092.3 +1092.69 +1099.13 +1114.63 +1116.52 +1133.51 +1141.28 +1139.48 +826 +809.666 +791.722 +801.693 +795.518 +795.789 +749.484 +447.261 +637.2 +438.809 +633.475 +432.941 +628.953 +409.839 +414.629 +855.91 +1099.39 +1113.02 +1123.95 +1138.59 +1142.62 +1156.02 +1172.22 +1181.85 +857.239 +826.696 +805.452 +827.077 +823.642 +826.952 +769.036 +465.368 +673.58 +460.501 +665.782 +457.358 +666.216 +409.761 +414.712 +941.281 +1162.51 +1162 +1180.44 +1201.15 +1203.96 +1210.37 +1220.54 +1213.1 +892.899 +871.82 +860.279 +883.416 +880.824 +876.385 +802.863 +481.561 +707.518 +476.823 +706.382 +474.277 +703.182 +409.836 +414.643 +987.945 +1194.39 +1186.07 +1206.13 +1221.06 +1216.6 +1222.23 +1215.11 +1217.07 +905.137 +875.943 +864.399 +877.127 +868.536 +864.84 +793.984 +476.729 +695.256 +469.644 +692.632 +465.186 +679.672 +410.022 +414.462 +945.03 +1164.29 +1181.07 +1223.19 +1242.3 +1271.79 +1261.56 +1261.25 +1246.14 +907.6 +885.493 +873.83 +901.083 +899.607 +898.576 +813.906 +486.554 +715 +481.794 +711.622 +477.476 +702.669 +410.069 +414.421 +835.498 +969.177 +968.776 +963.68 +989.956 +998.58 +1000.28 +1012.01 +1002.39 +1009.17 +992.924 +703.62 +692.083 +483.183 +716.701 +483.258 +714.307 +449.709 +678.347 +446.704 +674.833 +446.492 +674.074 +447.032 +365.852 +714.822 +850.949 +805.388 +828.206 +799.898 +821.966 +797.698 +815.278 +589.837 +520.345 +626.136 +519.113 +635.219 +502.971 +621.485 +445.54 +643.104 +490.729 +638.453 +437.149 +629.974 +410.072 +416.099 +858.147 +1098.3 +1102.47 +1116.38 +1121.48 +1130.4 +1140.92 +1132.11 +1133.46 +814.872 +801.888 +790.807 +821.729 +807.097 +800.853 +745.954 +449.867 +641.92 +490.519 +639.187 +439.997 +635.297 +409.31 +416.093 +859.328 +1098.57 +1104.47 +1116.12 +1127.22 +1132.66 +1143.09 +1154.56 +1159.84 +834.765 +809.974 +789.797 +814.865 +809.051 +807.902 +757.595 +454.334 +661.646 +446.023 +642.079 +443.588 +639.229 +408.415 +416.098 +860.411 +1101.46 +1114.84 +1132.9 +1152.59 +1157.08 +1167.21 +1180.08 +1177.54 +860.466 +837.786 +813.345 +825.744 +818.086 +813.434 +765.781 +458.375 +667.943 +452.537 +646.348 +446.742 +643.141 +409.402 +415.119 +869.827 +1112.33 +1128.93 +1161.46 +1174.2 +1187.59 +1202.3 +1211.72 +1215.28 +897.434 +871.316 +839.053 +848.104 +848.313 +837.397 +779.849 +465.88 +670.08 +456.373 +655.242 +449.081 +654.933 +410.156 +414.659 +865.339 +1108.89 +1114.61 +1140.45 +1161.2 +1157.75 +1171.53 +1184.53 +1176.11 +849.078 +825.88 +803.25 +816.544 +806.019 +802.787 +758.982 +455.27 +665.266 +450.227 +648.463 +518.813 +644.815 +410.118 +415.964 +709.206 +877.448 +876.289 +881.212 +887.081 +894.689 +896.7 +899.895 +902.444 +906.001 +890.622 +635.986 +638.482 +459.209 +659.78 +456.766 +673.937 +425.158 +623.508 +455.481 +623.899 +420.962 +628.003 +422.329 +364.779 +682.126 +766.371 +751.007 +765.38 +758.885 +767.405 +751.368 +771.594 +565.515 +495.502 +608.776 +481.924 +629.111 +466.452 +625.211 +432.094 +648.196 +519.97 +643.355 +444.654 +640.258 +409.199 +416.109 +866.62 +1113.79 +1141.69 +1178.05 +1195.75 +1196.57 +1227.47 +1218.49 +1216.35 +906.282 +891.842 +863.119 +878.055 +868.822 +865.622 +793.866 +463.329 +677.019 +457.849 +662.338 +455.485 +665.189 +409.056 +415.503 +896.254 +1125.46 +1124.88 +1138.9 +1156.86 +1157.66 +1187.48 +1180.83 +1175.72 +861.671 +834.808 +815.035 +833.489 +824.566 +828.522 +772.197 +465.076 +677.014 +457.582 +661.993 +455.468 +670.902 +410.153 +414.857 +891.704 +1119.51 +1123.28 +1145.32 +1144.02 +1154.48 +1169.99 +1157.77 +1147.85 +822.447 +789.443 +779.575 +800.923 +796.74 +797.38 +738.835 +446.945 +642.963 +457.601 +640.22 +439.874 +634.026 +409.96 +416.14 +859.109 +1090.43 +1090.65 +1094.5 +1097.37 +1098.46 +1108.09 +1105.49 +1094.57 +787.99 +772.964 +763.521 +789.106 +786.138 +785.315 +727.542 +439.724 +633.237 +436.202 +628.857 +432.589 +626.886 +408.897 +415.682 +848.732 +1082.07 +1079.75 +1087.82 +1091.02 +1088.71 +1092.34 +1098.83 +1096.03 +789.299 +777.766 +761.579 +784.732 +779.17 +781.908 +725.844 +433.904 +626.718 +428.954 +623.021 +425.164 +622.523 +410.122 +414.907 +677.04 +854.92 +861.558 +869.904 +875.513 +876.711 +880.65 +876.967 +875.784 +882.351 +873.317 +624.241 +624.291 +447.929 +644.101 +474.154 +643.827 +414.136 +612.169 +414.111 +613.236 +415.007 +610.575 +467.476 +365.922 +679.656 +743.497 +736.658 +741.801 +729.604 +738.138 +726.32 +733.549 +528.489 +442.765 +589.21 +410.309 +606.262 +408.001 +608.181 +409.93 +632.205 +431.897 +628.499 +426.353 +620.711 +409.456 +416.147 +835.573 +1078.56 +1079.32 +1085.47 +1091.94 +1089.29 +1100.19 +1105.12 +1112.22 +795.316 +778.002 +766.012 +788.497 +780.743 +778.479 +712.039 +431.308 +622.476 +424.167 +616.475 +419.987 +615.475 +409.933 +414.677 +807.436 +1076.04 +1080.65 +1093.14 +1102.59 +1105.6 +1123.75 +1131.26 +1128.72 +810.439 +793.299 +784.478 +806.626 +800.707 +800.152 +742.613 +452.927 +652.187 +449.515 +639.298 +471.43 +638.849 +410.143 +416.162 +861.368 +1092.67 +1096.65 +1101.79 +1113.75 +1096.9 +1103.18 +1103.03 +1115.73 +800.46 +781.091 +769.49 +795.713 +790.029 +789.119 +726.428 +445.295 +639.665 +443.153 +636.499 +437.091 +631.201 +409.474 +415.153 +848.143 +1087.24 +1092.05 +1106.78 +1112.55 +1116.26 +1126.11 +1130.19 +1131.88 +818.364 +797.713 +784.731 +805.708 +798.65 +799.675 +723.525 +469.751 +638.781 +438.665 +634.686 +435.504 +631.002 +410.146 +415.855 +849.691 +1086.76 +1086.08 +1088.7 +1091.89 +1088.39 +1091.48 +1092.61 +1092.04 +786.127 +775.248 +767.207 +785.436 +784.548 +783.307 +717.574 +435.993 +628.867 +428.603 +621.186 +425.287 +620.608 +409.221 +415.424 +662.543 +845.123 +848.111 +853.856 +860.78 +856.367 +862.626 +864.914 +862.421 +867.244 +852.413 +595.714 +560.623 +427.752 +620.98 +424.242 +614.618 +390.441 +584.989 +386.239 +580.377 +386.332 +581.767 +387.159 +364.454 +629.651 +635.459 +670.134 +672.05 +669.601 +673.952 +677.241 +674.501 +486.928 +372.787 +561.793 +387.904 +582.445 +384.911 +581.021 +387.738 +607.158 +410.303 +605.386 +410.162 +607.534 +408.931 +415.733 +807.333 +1050 +1068.51 +1081.38 +1085.1 +1081.89 +1091.12 +1089.18 +1088.41 +787.393 +772.024 +758.344 +784.356 +776.064 +775.533 +706.476 +433.75 +630.192 +432.937 +628.153 +429.519 +625.915 +410.201 +416.162 +848.046 +1082.92 +1092.3 +1103.25 +1112.1 +1111.85 +1122.36 +1126.94 +1130.86 +815.559 +796.074 +778.1 +799.83 +793.909 +791.745 +725.844 +442.227 +635.3 +435.108 +630.02 +434.015 +629.355 +410.057 +414.811 +852.784 +1092.33 +1098.39 +1114.3 +1135.64 +1141.21 +1156.61 +1155.14 +1160.82 +845.02 +823.204 +793.806 +810.454 +801.068 +798.962 +747.027 +452.473 +661.003 +446.277 +642.634 +450.838 +637.303 +410.177 +416.208 +858.957 +1099.76 +1102.67 +1119.02 +1123.52 +1118.03 +1122.67 +1138.43 +1143.13 +825.741 +806.195 +794.384 +815.057 +813.129 +811.764 +748.866 +455.791 +644.691 +480.723 +639.516 +440.38 +638.449 +410.184 +415.948 +852.138 +1089.8 +1089.87 +1093.63 +1097.81 +1095.72 +1099.47 +1097.28 +1095.7 +788.062 +772.917 +760.793 +786.12 +778.422 +779.381 +714.752 +434.427 +627.597 +426.799 +624.358 +426.234 +621.442 +409.565 +415.148 +690.612 +844.381 +844 +849.337 +850.501 +848.15 +850.24 +843.685 +844.329 +844.841 +807.29 +565.304 +556.417 +420.371 +613.895 +418.91 +609.556 +385.569 +578.981 +422.385 +577.75 +448.164 +578.541 +449.104 +388.328 +626.242 +650.664 +683.163 +692.146 +699.306 +707.975 +695.392 +711.048 +498.439 +380.92 +588.11 +388.396 +582.181 +384.839 +578.524 +384.644 +605.222 +410.202 +604.775 +457.426 +605.778 +475.258 +611.776 +815.056 +1029.91 +1050.14 +1071.38 +1071.15 +1068.13 +1073.68 +1073.71 +1073.51 +772.234 +754.251 +746.668 +728.937 +713.2 +709.409 +687.786 +441.336 +605.191 +474.215 +605.106 +475.071 +605.001 +474.813 +610.717 +784.939 +998.318 +1033.94 +1065.84 +1076.93 +1076.36 +1084.88 +1088.13 +1088.04 +782.008 +767.145 +774.892 +752.041 +734.604 +729.263 +691.942 +416.849 +607.016 +412.468 +607.895 +411.619 +612.356 +409.208 +625.594 +806.387 +1058.69 +1065.2 +1074.42 +1078.57 +1078.23 +1084.91 +1084.24 +1082.58 +777.032 +762.602 +777.895 +778.381 +775.85 +775.5 +707.074 +431.506 +626.664 +430.406 +625.951 +427.894 +623.266 +410.232 +416.23 +860.992 +1073.72 +1073.34 +1079.69 +1082.57 +1081.5 +1086.2 +1084.95 +1084.96 +778.908 +764.447 +774.194 +777.431 +773.896 +776.604 +712.812 +429.433 +620.847 +424.061 +619.972 +423.626 +621.611 +410.221 +416.219 +833.875 +1072.15 +1074.38 +1082.49 +1087.29 +1088.64 +1094.14 +1095.7 +1089.46 +784.937 +771.425 +782.632 +785.955 +778.882 +778.461 +711.464 +431.832 +624.551 +424.871 +623.775 +427.008 +621.67 +410.227 +415.342 +696.767 +854.877 +866.028 +878.329 +883.206 +890.187 +893.78 +893.148 +891.753 +899.445 +883.712 +650.656 +624 +447.678 +647.506 +491.12 +643.332 +411.663 +608.541 +411.579 +608.883 +411.235 +606.138 +410.116 +388.465 +679.06 +742.389 +738.11 +750.486 +740.804 +758.615 +741.948 +761.682 +542.899 +493.577 +624.661 +500.621 +623.327 +466.429 +622.914 +463.266 +647.262 +482.346 +644.2 +444.968 +633.556 +409.465 +415.342 +871.729 +1085.11 +1077.42 +1080.01 +1080.04 +1072.2 +1075.66 +1074.33 +1066.77 +760.417 +738.533 +748.088 +748.208 +736.956 +739.539 +692.625 +418.432 +608.699 +414.809 +608.763 +459.953 +604.498 +475.281 +612.454 +829.095 +1028.52 +1033.32 +1046.69 +1060.24 +1065.08 +1077.3 +1080.96 +1079.59 +775.952 +760.766 +765.402 +752.197 +756.646 +746.644 +695.85 +418.369 +613.54 +416.021 +625.028 +418.704 +624.786 +410.264 +416.271 +849.779 +1068.41 +1073.56 +1079.9 +1085.93 +1088.42 +1096.51 +1104.92 +1110.64 +801.741 +786.524 +798.097 +797.965 +786.819 +786.324 +718.923 +440.736 +638.787 +441.827 +640.776 +444.826 +644.282 +410.278 +416.268 +901.565 +1114.12 +1112.31 +1092.94 +1092.53 +1090.49 +1094.43 +1092.07 +1084.82 +779.111 +766.454 +779.543 +780.288 +776.615 +776.549 +708.016 +428.686 +621.879 +424.591 +621.092 +423.191 +617.893 +410.274 +416.116 +825.398 +1065.22 +1070.42 +1081.11 +1087.31 +1081.35 +1084.59 +1089.8 +1089.63 +785.871 +770.747 +784.294 +786.085 +778.947 +777.949 +710.456 +433.975 +625.029 +431.474 +625.9 +429.147 +624.057 +409.597 +415.434 +704.4 +849.567 +853.583 +857.319 +856.412 +856.362 +856.599 +859.718 +860.592 +865.275 +849.647 +618.774 +563.922 +427.251 +619.208 +422.734 +615.521 +388.071 +579.505 +383.079 +577.444 +409.035 +578.5 +449.913 +388.469 +617.864 +680.813 +657.776 +664.484 +681.038 +692.668 +682.214 +685.891 +490.224 +374.569 +580.859 +384.766 +579.661 +384.768 +583.161 +384.765 +616.849 +409.561 +616.311 +410.337 +616.618 +410.334 +622.382 +770.104 +1013.52 +1044.05 +1075.67 +1083.35 +1084.08 +1093.14 +1096.92 +1100.68 +795.991 +776.128 +781.222 +782.353 +773.953 +773.39 +704.528 +429.374 +621.839 +426.697 +620.917 +426.646 +620.668 +410.309 +415.75 +855.926 +1076.37 +1085.03 +1093.51 +1098.27 +1096.5 +1103.1 +1108.22 +1104.97 +797.891 +778.797 +789.882 +794.456 +776.526 +775.74 +709.934 +430.255 +623.178 +424.578 +620.016 +421.742 +617.049 +409.586 +415.623 +837.49 +1065.24 +1070.66 +1082.79 +1089.01 +1088.5 +1093.19 +1090.81 +1085.33 +780.233 +766.046 +777.035 +776.263 +773.014 +757.473 +702.61 +424.208 +613.607 +418.642 +611.132 +414.435 +612.519 +410.202 +416.33 +856.03 +1057.25 +1048.66 +1057.41 +1063.29 +1058.74 +1077.97 +1074.33 +1069.52 +764.538 +741.701 +748.809 +749.401 +742.097 +742.055 +687.815 +462.221 +607.107 +474.627 +605.834 +475.177 +605.939 +475.083 +611.828 +820.303 +1031.99 +1043.05 +1069.57 +1077.62 +1078.19 +1087.6 +1087.47 +1089.44 +782.732 +766.119 +771.396 +764.018 +764.495 +766.746 +703.184 +427.678 +621.661 +427.9 +624.441 +427.852 +624.632 +410.32 +416.339 +713.078 +857.519 +866.189 +868.599 +874.172 +876.197 +880.445 +885.019 +888.015 +894.258 +875.461 +647.773 +588.708 +446.909 +640.111 +443.442 +640.228 +411.099 +608.529 +410.743 +607.138 +411.664 +611.924 +416.416 +388.571 +679.013 +747.405 +733.321 +738.506 +732.653 +742.692 +732.452 +743.542 +507.86 +391.749 +603.218 +406.561 +595.888 +399.387 +596.493 +399.476 +621.68 +425.683 +620.133 +421.77 +618.694 +421.665 +409.851 +415.796 +814.873 +1067.76 +1067.27 +1076.22 +1076.79 +1073.31 +1070.27 +1070.66 +1070.05 +764.488 +770.124 +761.967 +763.528 +754.177 +752.535 +687.828 +413.863 +606.675 +475.047 +605.593 +474.909 +605.955 +475.268 +611.879 +803.948 +1025.19 +1026.9 +1031.17 +1050.62 +1039.61 +1051.08 +1057.18 +1070.79 +758.19 +765.271 +754.405 +758.259 +752.937 +744.892 +692.628 +419.548 +613.999 +418.128 +626.578 +417.485 +624.148 +410.375 +416.335 +830.798 +1063.54 +1050.48 +1062.19 +1064.37 +1068.5 +1074.31 +1075.41 +1074.69 +766.86 +777.05 +766.568 +768.712 +758.574 +759.726 +693.888 +421.128 +611.534 +463.59 +610.848 +480.304 +611.255 +410.348 +416.378 +828.42 +1066.16 +1061.67 +1072.81 +1076.57 +1073.99 +1082.28 +1084.35 +1076.68 +769.719 +781.303 +770.627 +764.691 +764.022 +768.141 +704.744 +429.245 +618.94 +424.424 +619.16 +422.578 +620.297 +409.997 +415.959 +849.584 +1086.54 +1086.24 +1093.57 +1080.48 +1073.61 +1078.73 +1076.57 +1073.75 +768.611 +777.103 +769.786 +772.913 +769.995 +770.407 +697.908 +422.953 +612.803 +416.437 +614.794 +411.711 +617.071 +410.388 +416.362 +662.286 +813.803 +824.7 +831.842 +843.094 +826.279 +829.774 +825.685 +824.488 +818.601 +805.763 +562.033 +528.005 +414.353 +612.428 +413.544 +619.045 +382.042 +588.054 +382.234 +588.347 +382.371 +588.347 +384.869 +573.122 +630.832 +637.17 +649.004 +660.95 +677.856 +690.193 +702.305 +699.165 +486.144 +396.799 +585.875 +392.522 +589.289 +391.484 +584.54 +388.684 +608.083 +413.726 +609.833 +413.613 +606.071 +410.426 +416.353 +823.116 +1062.75 +1064.12 +1068.7 +1074.34 +1066.65 +1071.44 +1069.86 +1070.4 +761.711 +771.185 +760.73 +765.927 +763.162 +765.22 +692.863 +421.859 +611.418 +437.839 +609.164 +479.919 +611.744 +410.185 +416.097 +833.252 +1073.07 +1071 +1078.55 +1080.51 +1076.24 +1083.38 +1084.98 +1083.11 +773.731 +782.452 +772.64 +762.569 +756.097 +742.165 +698.913 +423.191 +612.08 +414.279 +616.376 +410.419 +617.157 +410.42 +623.026 +743.997 +1036.7 +1051.79 +1076 +1082.94 +1084.07 +1091.72 +1093.05 +1090.48 +779.901 +783.886 +773.662 +775.308 +772.509 +772.636 +710.51 +434.447 +628.001 +431.176 +627.502 +433.53 +629.002 +410.414 +416.357 +850.608 +1087.56 +1091.84 +1099.24 +1110.69 +1113.84 +1109.75 +1108.03 +1109.12 +806.421 +817.813 +781.972 +778.671 +769.034 +771.56 +697.773 +423.299 +615.755 +414.048 +610.023 +420.148 +608.336 +410.268 +416.245 +822.843 +1045.13 +1030.81 +1040.83 +1050.28 +1047.16 +1055.02 +1063.3 +1054.89 +756.161 +763.515 +755.157 +762.261 +760.885 +761.125 +688.981 +466.648 +606.055 +475.189 +605.775 +475.252 +605.712 +475.163 +611.707 +642.737 +799.479 +813.584 +830.027 +831.473 +846.158 +840.247 +840.134 +840.821 +832.964 +815.268 +557.741 +534.932 +413.409 +607.466 +461.018 +608.282 +447.134 +577.327 +446.992 +577.312 +446.893 +578.442 +449.241 +562.158 +667.966 +636.732 +689.169 +661.591 +671.533 +682.189 +680.016 +680.964 +474.729 +394.778 +582.585 +452.091 +583.184 +451.267 +580.314 +450.788 +609.023 +480.153 +610.535 +443.825 +606.325 +410.423 +416.451 +822.179 +1062.43 +1062.59 +1068.66 +1075.26 +1070.83 +1074.99 +1073.52 +1069.16 +763.197 +772.813 +764.627 +742.924 +730.678 +726 +683.911 +454.695 +607.152 +475.555 +606.194 +475.517 +606.123 +410.429 +416.415 +816.316 +1038.17 +1029.3 +1045.97 +1053.16 +1033.56 +1039.67 +1042.46 +1038.41 +725.626 +740.851 +724.312 +729.32 +722.556 +725.058 +687.173 +412.948 +616.184 +410.452 +617.026 +410.459 +617.09 +410.46 +622.963 +760.334 +1013.76 +1014.57 +1018.69 +1029.86 +1030.58 +1039.09 +1049.38 +1041.65 +726.558 +721.827 +699.303 +700.394 +687.107 +686.914 +686.315 +412.937 +616.084 +410.444 +616.087 +410.446 +617.118 +410.447 +622.076 +751.076 +1009.11 +1012.94 +1031.9 +1046.07 +1038.23 +1044.38 +1043.16 +1043.31 +731.612 +721.194 +701.093 +703.105 +692.397 +687.615 +686.266 +413.073 +616 +410.599 +616.828 +410.605 +616.68 +410.603 +622.585 +725.082 +980.732 +996.683 +1022.24 +1054.61 +1053.23 +1072.7 +1076.01 +1068.47 +740.119 +726.839 +710.364 +708.094 +697.588 +697.582 +685.433 +412.96 +616.15 +410.47 +616.835 +410.469 +616.891 +410.467 +622.679 +591.967 +790.234 +825.26 +851.514 +859.818 +863.592 +862.745 +867.921 +863.479 +866.799 +870.788 +624.655 +545.518 +428.109 +621.144 +426.582 +624.113 +397.029 +592.054 +397.917 +592.407 +398.022 +593.696 +399.141 +366.401 +662.852 +704.818 +724.788 +726.084 +733.537 +731.615 +736.239 +729.569 +551.06 +418.788 +608.407 +408.468 +606.237 +407.306 +606.775 +410.085 +635.932 +468.23 +635.292 +439.753 +638.561 +410.676 +416.647 +869.933 +1094.56 +1079.01 +1093.01 +1098.37 +1088.6 +1088.64 +1086.23 +1083.55 +776.398 +784.605 +777.764 +775.148 +770.5 +767.276 +695.507 +420.848 +615.312 +417.291 +615.643 +417.619 +615.401 +410.732 +416.468 +819.475 +1033.16 +1026.9 +1045.78 +1026.1 +1021.66 +1031.56 +1035.18 +1035.21 +723.574 +730.841 +721.074 +721.92 +717.699 +718.056 +686.606 +413.003 +617.277 +410.511 +617.101 +410.512 +616.843 +410.516 +622.732 +757.767 +1014.46 +1015.09 +1027.9 +1029.61 +1034.3 +1037.44 +1036.53 +1035.2 +732.131 +736.487 +726.415 +723.742 +713.532 +709.182 +689.523 +413.425 +616.871 +411.872 +619.161 +414.086 +619.652 +410.563 +416.497 +824.133 +1059.95 +1060.12 +1065.23 +1048.48 +1043.78 +1045.19 +1044.67 +1044.58 +740.758 +750.528 +728.776 +737.729 +725.241 +733.983 +689.301 +465.14 +612.183 +483.085 +615.148 +485.569 +620.529 +410.842 +416.773 +862.749 +1084.58 +1085.89 +1092.51 +1093.7 +1091.6 +1078.14 +1072.37 +1069.47 +762.545 +771.701 +759.287 +762.439 +759.02 +760.642 +689.743 +459.036 +606.617 +475.8 +606.431 +475.653 +606.443 +410.846 +416.606 +686.249 +817.776 +810.566 +808.45 +801.336 +806.493 +807.381 +808.839 +810.539 +810.626 +789.725 +560.096 +519.065 +477.916 +607.761 +477.715 +608.257 +446.849 +578.431 +447.054 +578.828 +447.152 +578.794 +449.581 +584.737 +660.666 +622.714 +624.405 +661.563 +618.709 +616.013 +654.539 +621.315 +454.307 +392.661 +591.331 +384.969 +591.179 +384.969 +590.176 +384.968 +615.615 +410.53 +615.975 +410.53 +616.312 +410.638 +622.314 +752.185 +970.634 +972.964 +983.557 +992.727 +983.969 +997.68 +998.159 +995.971 +679.02 +683.905 +676.108 +684.002 +679.955 +673.331 +686.781 +413.027 +616.529 +410.533 +616.274 +410.537 +616.1 +410.727 +622.427 +747.83 +965.614 +960.514 +961.698 +962.272 +958.3 +963.396 +960.992 +961.015 +661.69 +671.828 +664.221 +671.609 +666.943 +669.895 +688.101 +413.038 +616.501 +410.547 +616.606 +410.569 +615.163 +410.563 +622.51 +733.621 +949.316 +947.69 +958.34 +958.917 +955.531 +959.737 +952.796 +946.813 +652.633 +658.374 +646.068 +648.668 +645.05 +644.026 +688.164 +413.142 +614.97 +410.639 +614.819 +410.646 +614.756 +410.658 +620.536 +690.273 +927.729 +929.902 +938.744 +945.124 +949.81 +957.788 +957.282 +949.363 +651.721 +653.442 +635.391 +637.307 +634.597 +637.345 +688.774 +413.588 +616.472 +410.624 +615.007 +410.645 +614.831 +410.653 +620.55 +684.788 +926.785 +933.238 +942.184 +944.862 +943.732 +957.142 +960.894 +962.536 +669.675 +681.166 +666.427 +670.162 +663.734 +668.307 +691.509 +413.604 +617.319 +411.049 +616.394 +410.618 +616.271 +410.616 +622.251 +622.355 +759.084 +762.997 +756.779 +748.804 +739.605 +739.106 +734.998 +725.172 +728.76 +757.492 +461.92 +476.902 +583.03 +476.135 +606.804 +476.083 +576.156 +445.161 +548.57 +444.519 +575.756 +445.476 +497.417 +451.68 +538.721 +597.972 +537.537 +603.063 +538.379 +602.407 +539.133 +606.109 +418.362 +456.116 +579.013 +447.923 +550.899 +447.484 +578.416 +447.403 +580.274 +472.596 +604.079 +472.855 +603.523 +472.33 +609.514 +746.429 +924.105 +920.227 +925.561 +928.335 +924.258 +930.533 +929.064 +927.5 +630.412 +639.407 +631.648 +632.071 +629.039 +632.149 +687.717 +413.21 +614.854 +410.714 +614.556 +411.225 +615.209 +411.309 +619.683 +683.82 +926.396 +924.601 +948.545 +948.027 +949.012 +958.623 +965.764 +966.763 +691.341 +706.943 +693.15 +692.107 +689.765 +699.978 +688.262 +413.377 +617.179 +410.585 +616.858 +410.591 +616.83 +410.724 +623.437 +780.129 +1002.71 +1009.49 +1015.17 +1019.48 +1022.27 +1021 +1020.35 +1020.64 +718.53 +733.474 +729.852 +733.69 +734.269 +734.926 +680.721 +413.076 +618.422 +411.256 +618.38 +410.583 +617.932 +410.584 +416.606 +844.044 +1057.96 +1053.72 +1060.42 +1057.05 +1053.27 +1067.11 +1069.27 +1060.46 +749.279 +755.564 +741.911 +731.163 +721.406 +724.44 +682.765 +453.908 +605.755 +475.794 +606.469 +475.85 +607.171 +411.337 +416.805 +830.457 +1028.46 +1021.48 +1028.9 +1031.23 +1035.63 +1040.4 +1041.02 +1039.08 +734.198 +742.407 +725.728 +727.817 +722.952 +724.194 +685.412 +466.662 +606.036 +475.553 +606.335 +475.508 +605.489 +475.449 +612.514 +663.277 +783.305 +792.781 +815.584 +835.741 +846.019 +847.702 +839.778 +833.75 +824.904 +811.391 +561.233 +526.072 +413.173 +614.702 +413.867 +620.045 +382.98 +589.352 +382.629 +589.375 +382.622 +588.119 +385.876 +594.84 +617.575 +659.516 +625.107 +629.143 +632.353 +632.005 +629.812 +627.721 +456.9 +392.302 +590.9 +385.126 +591.567 +385.451 +592.174 +385.8 +616.84 +410.685 +617.541 +410.689 +616.565 +411.39 +623.517 +783.179 +1008.08 +1006.9 +1015.37 +1021.08 +1033.6 +1029.19 +1034.09 +1033.62 +733.492 +735.803 +728.784 +725.845 +721.211 +723.722 +683.827 +413.104 +617.353 +410.612 +617.758 +411.427 +617.484 +410.61 +622.993 +772.112 +999.131 +1000.55 +1007.76 +1008.08 +1018.44 +1024.05 +1024.23 +1021.54 +716.231 +717.36 +710.271 +719.491 +715.668 +715.349 +684.821 +413.485 +618.216 +411.239 +617.196 +410.651 +616.96 +410.656 +623.101 +772.65 +994.692 +1012.36 +1026.15 +1023.69 +1006.52 +1011.55 +1012.32 +1047.58 +742.07 +747.887 +736.048 +734.039 +730.921 +731.124 +690.572 +413.744 +617.797 +412.466 +617.477 +410.649 +617.576 +411.496 +623.568 +774.021 +1006.44 +1007.66 +1015.34 +1016.21 +1012.85 +1019.49 +1015.17 +1011.91 +705.662 +710.067 +695.201 +693.753 +690.217 +688.152 +687.608 +413.169 +616.54 +410.68 +616.412 +411.564 +616.809 +410.685 +621.036 +736.066 +964.008 +969.895 +983.987 +984.805 +981.94 +1005.05 +1003.9 +996.786 +692.26 +698.475 +690.155 +688.605 +684.643 +683.215 +688.332 +413.126 +616.571 +411.23 +617.228 +410.907 +616.188 +410.632 +622.327 +622.663 +777.467 +784.676 +796.12 +802.685 +808.836 +817.141 +821.751 +816.481 +823.648 +802.864 +569.035 +530.255 +413.148 +618.676 +413.547 +620.364 +383.071 +589.702 +382.604 +589.813 +382.737 +590.362 +385.787 +595.524 +623.717 +666.739 +633.271 +641.18 +651.294 +657.772 +660.708 +667.044 +470.717 +392.196 +592.48 +386.002 +592.395 +385.119 +592.497 +385.124 +618.592 +411.621 +617.63 +410.684 +617.754 +410.689 +623.934 +763.216 +973.257 +962.477 +967.825 +963.825 +955.719 +960.015 +953.876 +943.694 +644.248 +644.84 +635.326 +638.434 +633.972 +635.233 +688.006 +413.297 +614.849 +411.809 +613.862 +410.844 +613.591 +410.867 +620.076 +685.684 +916.537 +921.356 +928.253 +929.372 +925.969 +929.869 +928.836 +927.511 +632.146 +642.177 +634.048 +637.29 +632.271 +634.371 +687.998 +413.322 +614.772 +411.827 +614.096 +410.849 +613.613 +410.847 +620.224 +685.555 +920.9 +922.796 +929.495 +930.219 +927.968 +936.751 +935.189 +927.593 +632.588 +643.416 +634.596 +637.099 +632.734 +634.982 +688.154 +413.247 +615.375 +411.796 +615.291 +410.767 +614.698 +410.793 +621.092 +685.661 +920.053 +921.958 +928.512 +929.132 +926.606 +929.472 +929.324 +928.09 +632.763 +643.447 +634.712 +637.491 +634.006 +636.531 +688.153 +413.253 +615.197 +411.814 +615.39 +410.735 +615.033 +410.761 +621.345 +720.491 +934.806 +938.851 +948.556 +957.86 +945.758 +948.272 +966.333 +968.672 +674.164 +676.654 +667.306 +674.793 +671.467 +674.396 +690.455 +413.171 +616.816 +411.615 +617.777 +410.683 +616.695 +410.704 +622.969 +607.396 +766.929 +769.682 +779.919 +778.678 +783.772 +783.607 +783.13 +783.992 +788.985 +780.124 +570.583 +526.268 +478.537 +609.078 +478.148 +608.477 +447.09 +578.58 +447.956 +579.122 +446.696 +578.511 +449.143 +585.37 +636.994 +603.913 +649.293 +606.311 +649.882 +609.93 +636.354 +609.181 +470.706 +392.592 +590.832 +385.204 +590.942 +386.149 +529.23 +385.23 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_q.csv new file mode 100644 index 0000000..cdb4263 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_9_13_q.csv @@ -0,0 +1,8760 @@ +285.23 +185.37 +285.242 +185.57 +286.04 +185.484 +286.757 +188.387 +319.933 +297.668 +319.813 +299.334 +299.491 +320.776 +301.706 +303.126 +232.764 +190.634 +286.463 +186.554 +286.509 +186.712 +287.101 +186.72 +298.775 +198.942 +298.517 +199.488 +299.288 +198.932 +301.462 +368.222 +475.711 +476.076 +478.665 +481.983 +479.123 +481.979 +480.956 +480.302 +337.605 +340.299 +336.207 +335.989 +331.631 +332.479 +331.207 +200.206 +299.326 +199.176 +298.658 +198.941 +298.583 +199.512 +301.614 +356.635 +460.1 +456.432 +461.568 +462.149 +460.335 +459.248 +457.613 +455.877 +311.341 +314.989 +310.12 +309.156 +307.835 +308.698 +335.009 +200.157 +298.562 +199.358 +298.88 +198.966 +297.869 +198.979 +301.128 +331.985 +445.549 +447.858 +455.487 +459.363 +455.829 +462.24 +458.957 +456.428 +311.519 +316.305 +310.492 +312.219 +310.639 +310.791 +334.788 +200.682 +298.79 +198.938 +298.394 +199.004 +298.426 +199.183 +300.725 +348.571 +453.751 +456.515 +465.608 +470.907 +470.918 +470.537 +470.681 +464.818 +318.212 +319.453 +310.079 +309.233 +312.529 +308.636 +334.914 +200.183 +298.431 +199.566 +298.156 +198.982 +297.65 +199.124 +301.017 +331.638 +446.423 +450.468 +460.347 +466.485 +467.593 +472.105 +474.975 +475.241 +326.014 +327.545 +323.347 +327.362 +331.782 +332.185 +332.955 +200.621 +298.995 +198.921 +298.758 +198.998 +299.157 +199.109 +301.459 +307.017 +382.849 +378.942 +377.466 +374.233 +373.363 +375.46 +371.366 +370.909 +370.39 +379.29 +257.484 +258.094 +200.159 +299.213 +200.469 +299.46 +185.368 +254.868 +185.379 +255.337 +185.725 +264.135 +186.599 +261.244 +275.231 +291.821 +279.951 +299.036 +285.564 +302.841 +283.683 +304.659 +181.663 +244.097 +186.609 +285.635 +187.199 +251.647 +186.607 +246.579 +199.229 +298.366 +199.009 +297.223 +198.996 +297.936 +202.232 +364.321 +450.413 +448.077 +455.768 +457.442 +460.326 +462.329 +461.303 +460.71 +315.794 +316.606 +310.4 +309.418 +307.216 +307.838 +333.351 +200.614 +298.311 +198.998 +297.726 +199.105 +298.236 +199.16 +300.1 +331.83 +447.357 +452.109 +465.312 +470.509 +475.257 +474.613 +479.376 +478.396 +335.174 +335.443 +331.565 +339.728 +342.403 +342.708 +331.646 +200.626 +298.877 +198.964 +298.946 +199.585 +298.99 +198.964 +201.804 +405.088 +506.445 +508.055 +512.9 +514.346 +513.546 +517.249 +518.302 +519.033 +371.166 +375.963 +362.856 +351.982 +347.792 +344.091 +331.875 +200.141 +298.615 +199.074 +298.483 +199.044 +297.642 +198.967 +277.885 +334.816 +446.237 +447.605 +450.62 +451.704 +451.158 +458.116 +459.295 +455.979 +311.294 +312.103 +307.834 +309.525 +308.116 +309.026 +334.983 +200.184 +298.434 +199.601 +298.149 +198.976 +297.931 +199.385 +301.191 +336.525 +453.921 +456.377 +470.431 +478.921 +476.799 +492.5 +496.228 +495.712 +348.893 +351.8 +346.792 +346.424 +346.513 +350.091 +331.234 +200.179 +299.306 +199.327 +298.814 +198.97 +299.153 +199.51 +201.807 +331.043 +392.213 +392.037 +395.259 +397.138 +396.43 +394.398 +396.256 +393.029 +397.189 +386.834 +269.707 +255.283 +200.156 +296.97 +200.498 +300.723 +185.362 +285.21 +185.533 +286.411 +185.401 +285.743 +186.582 +289.353 +300.091 +325.12 +308.455 +314.412 +313.927 +318.267 +320.901 +320.986 +228.303 +190.088 +281.453 +186.817 +286.695 +186.561 +286.942 +186.966 +299.002 +198.944 +298.818 +199.483 +298.522 +198.939 +301.545 +366.296 +474.755 +478.631 +488.56 +493.696 +501.405 +508.941 +516.23 +514.329 +364.969 +363.15 +355.651 +357.998 +356.76 +351.768 +331.227 +220.366 +293.91 +230.789 +294.978 +233.151 +296.468 +198.953 +201.988 +411.921 +516.084 +516.685 +518.41 +519.621 +516.81 +517.463 +520.746 +520.441 +372.185 +375.856 +371.5 +369.54 +359.652 +360.986 +334.283 +216.48 +293.836 +230.481 +293.93 +231.11 +293.783 +198.956 +201.934 +404.108 +496.091 +495.392 +500.858 +499.311 +497.828 +499.579 +500.475 +499.943 +349.031 +353.793 +348.773 +347.161 +344.764 +344.489 +333.207 +200.843 +299.05 +198.961 +298.916 +199.643 +298.946 +198.96 +301.678 +376.417 +487.425 +489.276 +491.241 +492.814 +494.754 +493.864 +493.338 +492.676 +342.04 +346.179 +340.753 +342.913 +340.995 +341.206 +330.94 +200.771 +299.127 +198.962 +298.723 +199.551 +298.895 +198.965 +301.458 +366.46 +477.657 +476.415 +476.887 +485.951 +484.741 +484.244 +489.941 +477.176 +334.154 +334.696 +329.865 +331.239 +327.31 +328.178 +332.901 +200.597 +299.082 +198.975 +298.546 +199.398 +298.941 +198.972 +301.322 +288.95 +365.679 +370.936 +375.421 +375.276 +374.804 +375.48 +372.605 +373.59 +373.626 +371.874 +264.023 +251.348 +231.7 +295.291 +231.378 +294.575 +216.764 +280.562 +216.316 +280.108 +216.632 +280.617 +217.431 +283.111 +316.739 +298.229 +322.853 +305.108 +325.116 +301.393 +321.514 +303.375 +220.914 +190.459 +286.44 +186.664 +287.082 +186.65 +285.986 +186.686 +273.319 +199.001 +298.697 +199.116 +299.061 +198.977 +300.771 +351.792 +454.532 +451 +457.995 +456.615 +456.97 +454.589 +451.445 +449.776 +307.008 +311.636 +307.09 +308.738 +307.248 +308.078 +333.252 +200.242 +297.911 +199.605 +297.247 +199.051 +297.62 +199.545 +274.213 +331.87 +446.823 +446.934 +450.911 +451.447 +449.701 +454.843 +456.448 +452.941 +307.861 +311.364 +307.828 +309.269 +307.66 +307.85 +335.476 +200.606 +298.583 +198.996 +298.517 +199.325 +297.883 +199.009 +301.347 +331.837 +448.618 +449.229 +454.01 +456.48 +458.724 +460.878 +460.317 +461.579 +316.491 +319.891 +310.89 +310.01 +310.984 +309.122 +334.913 +200.717 +298.906 +199.009 +297.966 +199.637 +298.101 +199.033 +300.352 +349.294 +455.804 +456.984 +463.826 +464.897 +464.787 +466.821 +465.876 +467.501 +322.697 +327.656 +323.239 +324.832 +323.276 +324.357 +332.953 +200.18 +299.234 +199.254 +298.541 +198.982 +299.261 +199.138 +301.379 +357.227 +462.789 +463.159 +465.999 +471.023 +467.006 +469.292 +470.908 +467.592 +324.909 +327.435 +323.416 +323.075 +321.497 +323.531 +335.496 +200.418 +298.66 +199.012 +299.192 +199.091 +297.958 +199.173 +301.389 +272.545 +343.325 +348.327 +354.078 +355.686 +354.274 +355.168 +354.2 +353.644 +354.54 +361.832 +240.059 +267.989 +200.396 +299.657 +200.345 +299.784 +185.468 +283.976 +185.692 +284.41 +185.443 +283.81 +187.069 +287.331 +272.561 +293.302 +281.542 +303.544 +283.082 +301.672 +282.95 +301.576 +202.184 +221.525 +280.841 +216.777 +264.917 +217.728 +240.689 +216.927 +292.912 +229.998 +292.676 +229.335 +293.024 +229.799 +295.537 +362.176 +450.189 +447.462 +450.908 +451.489 +448.923 +451.762 +450.689 +449.37 +306.614 +311.238 +305.927 +307.76 +306.182 +306.765 +334.872 +200.968 +298.437 +199.036 +298.162 +199.673 +297.763 +199.042 +300.945 +332.139 +446.124 +447.221 +449.344 +450.985 +448.545 +450.23 +449.343 +448.253 +305.808 +310.344 +306.256 +307.731 +306.222 +308.465 +334.953 +200.187 +299.185 +199.299 +298.937 +198.967 +299.949 +199.098 +201.862 +405.032 +506.385 +501.684 +501.791 +498.169 +496.02 +499.178 +498.077 +494.14 +347.117 +347.574 +341.086 +342.628 +341.021 +341.174 +332.202 +200.738 +299.006 +198.97 +299.451 +199.312 +298.944 +198.972 +302.499 +368.485 +473.308 +472.324 +472.783 +473.328 +468.997 +469.045 +468.715 +467.934 +322.583 +325.504 +321.021 +322.638 +318.718 +322.149 +334.383 +200.207 +299.435 +199.111 +298.506 +199.229 +299.167 +198.998 +300.846 +341.606 +449.787 +452.61 +459.135 +464.779 +468.427 +475.131 +475.894 +472.202 +326.72 +331.824 +325.617 +324.943 +325.61 +323.671 +333.314 +200.694 +298.696 +198.999 +299.132 +199.251 +298.449 +199.109 +301.571 +278.878 +350.246 +352.379 +356.003 +360.377 +360.847 +357.631 +356.091 +355.58 +352.49 +346.541 +223.54 +268.91 +200.399 +299.257 +200.398 +299.697 +185.434 +283.81 +185.848 +284.26 +185.449 +283.612 +187.329 +286.811 +257.591 +289.508 +261.258 +292.385 +261.075 +261.147 +284.628 +263.271 +212.915 +218.438 +216.962 +186.667 +285.488 +187.273 +215.927 +186.684 +268.112 +199.405 +267.05 +199.085 +277.649 +199.153 +279.751 +332.399 +443.241 +444.93 +448.162 +449.436 +446.949 +449.578 +448.892 +447.688 +304.751 +309.915 +305.395 +306.626 +304.891 +305.486 +328.795 +201.037 +297.343 +199.066 +297.782 +199.61 +297.308 +199.091 +270.928 +321.221 +442.527 +446.073 +448.695 +450.047 +448.969 +454.128 +457.898 +458.84 +316.266 +325.324 +316.959 +318.576 +316.964 +317.509 +333.701 +200.248 +297.994 +199.669 +297.821 +199.045 +297.808 +199.779 +300.202 +320.946 +447.534 +447.949 +453.725 +455.729 +451.909 +454.847 +450.774 +450.164 +307.393 +301.678 +307.784 +309.134 +307.296 +307.688 +334.931 +200.646 +298.895 +199.016 +297.855 +199.719 +297.981 +199.009 +300.937 +334.139 +453.81 +455.209 +469.888 +473.295 +471.333 +475.205 +475.117 +473.741 +329.173 +320.949 +327.715 +325.239 +323.447 +323.677 +334.004 +200.394 +298.41 +199.224 +298.563 +199.019 +297.872 +199.519 +301.054 +320.669 +449.787 +450.516 +455.404 +458.214 +463.608 +464.471 +462.246 +459.3 +309.847 +300.744 +307.223 +308.698 +306.678 +307.707 +334.998 +200.192 +299.175 +199.311 +298.386 +199.061 +298.701 +199.035 +300.699 +251.618 +346.723 +349.339 +360.496 +364.651 +366.023 +369.088 +372.498 +373.216 +380.137 +366.477 +273.886 +251.446 +231.941 +295.213 +231.452 +294.582 +217.223 +280.433 +216.471 +280.311 +217.133 +280.192 +217.675 +272.828 +318.877 +289.563 +305.279 +286.195 +301.554 +282.069 +297.688 +280.016 +211.552 +179.346 +266.319 +186.728 +234.413 +187.035 +251.442 +186.686 +271.544 +199.713 +271.644 +199.081 +238.93 +199.779 +260.908 +324.55 +447.699 +447.763 +452.226 +451.586 +450.378 +452.302 +451.3 +453.19 +312.563 +304.688 +310.909 +312.484 +310.859 +313.895 +331.396 +200.554 +298.495 +199.027 +297.593 +199.645 +297.613 +199.044 +300.362 +321.643 +447.038 +448.205 +455.354 +460.277 +464.934 +474.102 +482.702 +489.824 +341.759 +332.338 +338.629 +357.04 +357.85 +362.346 +329.648 +200.528 +293.66 +218.335 +294.542 +230.496 +293.681 +199.369 +202.334 +393.538 +508.167 +509.464 +512.518 +492.17 +489.479 +490.5 +489.465 +486.791 +340.79 +334.222 +338.974 +340.547 +338.91 +339.778 +331.473 +200.179 +299.064 +199.585 +298.673 +198.967 +299.149 +199.292 +301.408 +342.457 +460.751 +459.199 +466.764 +473.45 +471.385 +471.568 +470.338 +469.611 +322.745 +317.396 +323.415 +327.248 +325.572 +326.407 +332.751 +200.799 +299.104 +198.999 +298.792 +199.74 +298.705 +199.001 +301.972 +365.227 +487.187 +491.793 +502.959 +506.771 +502.348 +499.674 +504.009 +497.314 +343.919 +334.277 +340.987 +340.208 +340.753 +341.084 +331.906 +200.273 +298.975 +199.342 +299.4 +198.998 +298.847 +199.63 +301.849 +283.181 +369.781 +373.974 +377.206 +382.527 +387.008 +392.266 +393.653 +389.239 +387.715 +362.979 +258.292 +255.302 +221.884 +294.82 +232.229 +294.872 +216.607 +280.395 +217.117 +280.193 +216.313 +280.581 +217.814 +272.265 +322.492 +310.924 +314.757 +317.763 +316.724 +310.278 +314.486 +314.408 +227.148 +179.84 +286.477 +186.595 +287.666 +186.722 +286.853 +186.856 +299.883 +198.972 +299.35 +199.511 +298.855 +198.97 +301.511 +363.824 +484.431 +483.676 +490.876 +491.023 +497.007 +505.56 +496.596 +487.315 +344.748 +336.647 +334.849 +323.963 +317.609 +311.413 +333.804 +200.527 +298.012 +199.027 +298.29 +199.072 +297.28 +199.34 +274.765 +320.773 +444.645 +446.816 +450.073 +450.762 +449.051 +451.266 +450.268 +449.445 +306.923 +300.541 +307.699 +309.191 +307.479 +308.816 +331.539 +200.235 +298.332 +199.496 +297.462 +199.026 +298.342 +199.214 +300.51 +358.618 +484.205 +487.035 +498.75 +507.173 +509.108 +515.037 +516.554 +516.987 +370.551 +364.726 +370.988 +371.479 +366.85 +364.734 +331.095 +200.868 +295.829 +198.961 +299.146 +199.618 +298.921 +198.963 +202.344 +391.676 +492.662 +491.415 +481.347 +483.218 +485.593 +485.272 +490.072 +488.115 +335.948 +329.502 +334.525 +333.849 +330.267 +328.341 +333.587 +200.188 +298.681 +199.489 +298.75 +198.975 +297.975 +199.735 +300.948 +336.324 +458.52 +459.05 +464.764 +466.93 +469.094 +467.002 +470.181 +471.818 +325.01 +315.349 +319.145 +323.05 +319.093 +317.719 +332.863 +200.605 +298.985 +198.991 +297.955 +199.66 +298.133 +199.007 +300.785 +252.036 +344.057 +350.052 +350.235 +355.772 +356.034 +353.921 +353.705 +356.247 +358.324 +349.874 +240.159 +264.427 +200.915 +299.702 +200.214 +299.534 +185.883 +284.17 +185.42 +284.62 +185.664 +283.847 +186.745 +276.706 +274.328 +297.512 +283.293 +303.677 +284.953 +304.162 +290.197 +309.935 +212.622 +210.933 +281.463 +217.127 +280.985 +218.035 +281.369 +217.434 +293.718 +230.65 +293.346 +230.007 +293.694 +230.385 +296.193 +370.264 +470.525 +467.83 +469.27 +469.444 +464.584 +469.464 +468.649 +469.571 +326.976 +321.477 +323.501 +320.617 +314.703 +308.419 +334.52 +200.875 +298.917 +198.981 +298.66 +199.694 +297.931 +199.003 +301.174 +321.274 +449.484 +464.479 +472.64 +478.06 +480.64 +484.844 +485.913 +489.584 +337.57 +327.491 +330.215 +331.727 +327.837 +326.406 +332.527 +200.174 +298.95 +199.611 +298.561 +198.972 +298.868 +199.427 +300.881 +337.928 +460.253 +462.899 +470.548 +473.164 +476.787 +483.276 +485.738 +489.412 +345.373 +336.935 +338.688 +340.091 +335.998 +334.667 +331.289 +200.94 +298.864 +198.991 +299.508 +199.614 +299.247 +198.988 +301.876 +365.255 +491.147 +495.152 +501.814 +505.425 +504.91 +508.235 +505.97 +506.764 +354.32 +344.271 +347.569 +346.272 +341.835 +343.153 +329.894 +200.197 +299.165 +199.227 +298.835 +199.048 +299.466 +199.064 +301.599 +349.029 +465.18 +469.478 +474.302 +477.959 +472.911 +473.946 +470.21 +468.685 +318.723 +310.267 +314.988 +312.203 +310.692 +307.855 +333.425 +200.574 +298.495 +198.968 +299.079 +199.198 +297.931 +199.029 +301.532 +248.867 +343.858 +348.1 +349.745 +353.628 +356.009 +359.65 +358.165 +360.063 +360.86 +348.171 +258.687 +251.893 +231.586 +294.588 +231.183 +295.129 +215.987 +244.314 +215.959 +279.986 +215.891 +279.139 +217.269 +272.054 +287.835 +273.496 +278.802 +280.156 +283.445 +284.353 +285.069 +284.358 +212.394 +189.537 +281.267 +217.576 +240.7 +217.977 +281 +217.199 +292.798 +230.269 +293.123 +229.472 +292.822 +230.053 +295.585 +351.053 +450.848 +450.264 +455.31 +455.293 +452.709 +455.103 +454.672 +453.545 +308.829 +301.151 +307.304 +308.695 +306.665 +306.923 +333.006 +200.926 +298.556 +199.006 +298.049 +199.69 +297.827 +199.01 +300.946 +321.372 +448.709 +450.211 +456.626 +464.223 +467.039 +471.577 +474.475 +477.848 +330.529 +319.22 +316.032 +313.211 +311.564 +308.564 +332.995 +200.504 +299.105 +198.991 +298.464 +199.398 +298.413 +199.012 +300.845 +337.994 +466.146 +483.385 +500.119 +511.207 +514.99 +518.812 +518.899 +518.29 +370.185 +358.008 +343.01 +341.829 +340.365 +341.47 +328.982 +200.171 +295.93 +199.368 +298.95 +198.963 +299.448 +199.306 +201.848 +391.969 +496.375 +498.409 +508.698 +518.679 +518.464 +521.696 +521.478 +520.77 +373.766 +365.849 +372.568 +374.077 +370.821 +361.739 +336.226 +201.695 +293.611 +214.296 +294.522 +230.615 +293.856 +199.054 +202.541 +390.649 +501.701 +501.788 +511.6 +513.094 +515.032 +522.636 +523.359 +522.88 +374.562 +368.173 +373.78 +375.197 +372.872 +372.563 +340.335 +208.278 +303.083 +208.177 +297.583 +202.028 +296.981 +198.955 +201.948 +309.939 +404.161 +406.707 +413.306 +412.541 +414.171 +413.999 +413.909 +413.987 +415.435 +398.846 +291.297 +268.433 +205.589 +299.021 +204.81 +303.189 +193.841 +284.817 +188.161 +283.962 +188.78 +284.425 +188.405 +309.623 +328.319 +346.153 +346.74 +346.309 +358.425 +349.375 +354.877 +248.3 +216.897 +284.216 +195.369 +292.312 +194.295 +289.49 +196.019 +303.147 +210.802 +303.648 +208.055 +302.918 +199.393 +201.835 +404.612 +517.655 +516.146 +521.196 +523.35 +521.79 +526.236 +527.709 +527.426 +380.486 +373.038 +367.874 +381.678 +380.688 +382.43 +350.69 +216.089 +311.208 +214.988 +309.331 +212.898 +307.278 +199.631 +201.904 +425.58 +535.262 +538.62 +557.044 +568.037 +572.079 +580.971 +581.177 +571.273 +414.525 +403.703 +393.471 +398.93 +394.013 +391.829 +362.708 +219.235 +315.857 +217.657 +312.412 +251.681 +312.448 +199.174 +202.475 +435.88 +535.924 +540.903 +552.622 +558.826 +561.863 +568.268 +577.199 +573.91 +416.952 +407.504 +397.708 +402.364 +400.034 +395.707 +366.634 +223.702 +324.229 +221.032 +321.921 +222.424 +325.297 +198.951 +202.13 +428.436 +530.554 +532.603 +536.032 +536.592 +535.6 +540.068 +551.778 +553.264 +394.463 +376.993 +372.852 +384.155 +383.22 +384.609 +352.347 +217.194 +308.751 +213.441 +308.288 +213.674 +307.395 +198.946 +201.905 +412.735 +526.401 +525.759 +528.268 +532.365 +530.495 +532.096 +532.387 +524.226 +374.85 +367.72 +362.786 +366.434 +367.485 +367.323 +339.231 +205.752 +296.762 +201.025 +296.455 +200.098 +299.222 +198.96 +201.82 +317.059 +389.721 +382.941 +380.431 +386.228 +388.044 +389.317 +393.959 +395.328 +395.685 +380.88 +259.015 +251.38 +200.664 +294.701 +215.519 +294.781 +217.126 +280.422 +216.731 +279.881 +216.891 +281.01 +217.952 +272.518 +320.983 +308.827 +312.239 +328.297 +311.024 +308.062 +311.025 +313.142 +232.304 +179.893 +272.037 +186.558 +287.322 +187.197 +286.655 +186.557 +298.852 +199.472 +299.387 +198.929 +298.509 +199.236 +301.822 +351.042 +468.636 +469.678 +474.898 +474.901 +476.016 +480.925 +484.074 +486.332 +342.182 +339.019 +336.965 +346.842 +346.523 +343.598 +330.909 +200.162 +299.205 +199.346 +298.668 +198.952 +298.763 +199.588 +301.45 +356.728 +484.617 +492.676 +501.949 +505.393 +506.957 +513.127 +518.034 +519.123 +368.379 +356.877 +348.235 +353.154 +351.527 +352.369 +334.52 +200.797 +295.426 +199.278 +295.592 +202.32 +297.724 +199.12 +201.837 +405.297 +520.718 +522.88 +526.332 +530.789 +532.257 +536.572 +535.828 +531.615 +382.908 +372.881 +368.472 +379.869 +377.12 +375.642 +339.582 +208.01 +299.524 +204.667 +298.213 +204.773 +296.627 +198.961 +201.802 +381.419 +487.101 +479.707 +487.383 +490.542 +498.838 +496.703 +495.228 +493.653 +346.336 +331.727 +326.993 +336.591 +331.658 +330.277 +331.534 +200.165 +298.701 +199.107 +299.134 +199.058 +298.512 +198.958 +301.863 +341.967 +462.167 +466.406 +471.969 +479.495 +484.165 +489.804 +488.378 +491.452 +346.773 +330.977 +322.286 +331.228 +329.326 +328.161 +332.004 +200.156 +299.219 +199.316 +298.615 +198.945 +298.702 +199.547 +301.585 +271.632 +358.249 +373.054 +379.292 +381.415 +381.767 +384.905 +389.094 +385.277 +392.502 +373.173 +256.478 +251.896 +200.201 +295.5 +200.146 +300.305 +185.792 +285.465 +185.348 +285.49 +185.926 +285.773 +186.56 +277.572 +303.932 +313.237 +296.492 +318.02 +296.094 +296.488 +296.857 +296.82 +227.984 +179.806 +269.876 +186.554 +282.115 +187.092 +286.898 +186.553 +298.61 +199.027 +298.949 +199.108 +298.403 +198.934 +301.474 +342.212 +463.38 +465.286 +467.839 +472.457 +474.51 +477.808 +473.85 +473.148 +334.687 +327.038 +324.767 +335.435 +331.261 +332.039 +332.395 +200.304 +299.283 +199.028 +298.601 +198.92 +298.811 +199.498 +301.465 +354.42 +481.844 +489.53 +500.935 +512.637 +512.576 +518.475 +520.607 +519.828 +371.141 +365.245 +358.536 +352.986 +355.968 +356.787 +333.121 +200.13 +293.03 +222.24 +294.087 +230.434 +293.495 +230.204 +296.457 +376.14 +488.798 +501.762 +515.115 +522.769 +522.925 +526.925 +525.032 +525.464 +374.324 +365.899 +360.468 +353.85 +359.781 +362.485 +335.554 +204.696 +297.89 +202.059 +295.994 +201.037 +295.86 +199.4 +201.822 +385.364 +511.533 +512.261 +519.954 +521.208 +520.231 +522.472 +523.638 +523.961 +376.832 +370.286 +364.519 +364.914 +373.577 +374.872 +341.39 +207.836 +301.479 +205.575 +301.25 +204.07 +299.867 +198.909 +202.275 +395.103 +518.798 +520.016 +523.75 +523.809 +523.427 +526.648 +527.782 +526.951 +379.377 +371.902 +365.88 +366.812 +374.675 +373.841 +340.479 +205.95 +298.31 +202.939 +297.267 +201.713 +295.972 +212.389 +297.745 +310.055 +394.038 +406.085 +417.842 +420.158 +419.149 +421.823 +419.436 +417.233 +416.903 +402.15 +280.145 +253.856 +207.681 +302.018 +207.33 +300.59 +190.453 +283.873 +189.031 +283.613 +188.645 +282.382 +188.556 +177.463 +304.872 +313.035 +326.971 +329.525 +328.1 +340.428 +333.877 +346.283 +240.54 +185.769 +280.602 +175.96 +281.477 +186.921 +281.941 +186.958 +293.336 +198.898 +293.629 +199.408 +293.531 +211.811 +296.334 +371.432 +487.431 +503.161 +521.393 +524.342 +522.937 +529.769 +529.478 +529.804 +380.323 +370.784 +362.365 +363.238 +369.059 +368.463 +336.58 +206.043 +297.983 +203.903 +298.877 +205.19 +301.545 +199.126 +201.789 +394.661 +518.247 +513.351 +515.719 +520.098 +511.476 +517.605 +515.621 +511.447 +361.691 +346.937 +341.477 +339.162 +350.044 +350.321 +331.433 +200.24 +299.51 +199.181 +298.93 +198.931 +298.902 +199.204 +302.206 +369.18 +503.059 +512.486 +523.256 +525.739 +521.922 +523.127 +524.597 +523.974 +374.926 +367.29 +358.727 +353.724 +358.037 +356.489 +334.457 +202.318 +295.107 +201.312 +297.521 +200.238 +299.5 +198.922 +302.215 +372.114 +510.468 +520.192 +527.604 +529.379 +531.429 +536.59 +538.939 +543.303 +392.651 +381.275 +370.934 +370.077 +375.644 +375.46 +342.358 +207.977 +301.066 +207.025 +301.322 +204.687 +299.294 +198.897 +201.971 +412.607 +528.406 +530.936 +535.015 +540.297 +543.02 +548.483 +549.171 +546.639 +393.178 +382.941 +377.368 +377.768 +387.536 +386.217 +355.389 +216.923 +309.903 +230.522 +308.459 +212.725 +306.877 +198.925 +201.895 +338.488 +422.013 +426.75 +430.85 +434.045 +434.793 +440.041 +439.802 +437.547 +435.208 +429.798 +305.961 +296.242 +218.588 +317.513 +215.879 +314.816 +199.537 +294.4 +198.196 +293.927 +198.042 +292.538 +198.085 +177.441 +326.744 +348.782 +353.713 +355.395 +353.142 +356.81 +354.904 +362.17 +258.643 +237.397 +284.449 +221.963 +292.507 +195.281 +289.964 +194.304 +302.696 +207.068 +295.185 +200.123 +295.054 +199.065 +202.207 +386.214 +511.183 +509.852 +520.962 +523.024 +520.401 +524.3 +521.22 +512.989 +359.913 +348.863 +344.533 +345.891 +354.834 +353.52 +333.096 +202.435 +296.06 +222.601 +294.841 +230.941 +293.904 +199.147 +202.181 +396.73 +507.756 +511.08 +514.604 +521.063 +519.717 +524.393 +525.48 +526.692 +378.725 +371.601 +365.716 +360.741 +368.333 +368.113 +343.916 +207.502 +299.607 +204.634 +298.744 +203.481 +299.406 +199.284 +201.996 +402.288 +521.719 +522.092 +525.716 +528.232 +525.092 +528.712 +528.26 +527.059 +378.72 +371.613 +363.323 +355.225 +361.46 +364.499 +335.552 +203.12 +296.074 +201.326 +297.802 +201.833 +299.994 +198.905 +201.754 +396.151 +511.067 +504.498 +512.06 +519.256 +521.72 +524.802 +523.464 +522.675 +374.014 +369.098 +360.398 +355.06 +360.199 +358.537 +338.239 +202.593 +295.818 +201.38 +295.594 +219.637 +294.312 +198.895 +201.759 +396.288 +502.558 +500.109 +504.209 +506.59 +507.72 +513.74 +520.565 +521.669 +375.636 +373.178 +370.48 +372.857 +381.267 +375.051 +341.608 +204.406 +295.798 +201.314 +296.887 +201.133 +300.708 +199.235 +202.148 +325.042 +405.297 +402.216 +402.647 +402.423 +402.765 +405.576 +397.34 +396.916 +399.405 +382.824 +267.182 +240.514 +206.62 +295.184 +231.98 +294.867 +216.697 +279.917 +216.463 +279.914 +216.503 +280.262 +217.762 +271.613 +306.518 +287.068 +306.533 +289.007 +290.902 +316.704 +299.124 +304.111 +228.139 +179.016 +269.913 +175.653 +282.554 +186.868 +286.579 +186.51 +298.81 +198.884 +298.476 +198.951 +298.782 +199.231 +301.548 +349.59 +474.978 +481.116 +493.777 +499.079 +501.131 +512.506 +518.494 +518.133 +368.227 +362.91 +353.937 +345.426 +356.417 +358.622 +331.174 +200.422 +293.761 +198.954 +293.415 +198.854 +293.535 +198.856 +201.775 +398.875 +514.88 +513.631 +519.478 +521.65 +521.193 +524.612 +526.36 +530.78 +383.907 +376.581 +367.535 +365.223 +372.56 +373.199 +341.161 +207.033 +298.548 +203.394 +297.422 +201.309 +295.307 +199.19 +201.799 +386.205 +520.597 +522.059 +528.155 +531.151 +531.977 +537.82 +544.587 +544.041 +393.09 +384.455 +374.255 +373.019 +380.981 +381.206 +350.98 +214.85 +310.358 +212.423 +307.018 +212.092 +305.804 +198.853 +201.961 +413.314 +528.175 +530.711 +532.462 +538.019 +537.837 +534.36 +539.186 +541.872 +392.84 +382.245 +374.703 +372.778 +377.468 +376.525 +346.014 +210.056 +302.346 +207.924 +300.552 +205.666 +297.829 +198.863 +190.872 +387.12 +523.972 +526.359 +532.266 +537.078 +536.406 +543.049 +540.913 +542.787 +387.84 +379.979 +372.547 +371.922 +377.072 +376.951 +343.842 +208.939 +301.29 +206.247 +299.583 +204.212 +297.524 +199.147 +191.146 +313.842 +412.094 +416.908 +422.923 +422.226 +425.041 +429.462 +432.889 +433.627 +435.633 +429.658 +302.225 +290.247 +211.239 +303.485 +208.126 +302.215 +191.993 +285.609 +189.491 +283.101 +188.343 +281.679 +177.635 +177.394 +317.246 +344.747 +352.237 +353.593 +352.262 +358.971 +352.824 +361.131 +252.342 +234.199 +284.105 +208.018 +290.687 +192.73 +285.574 +189.72 +297.556 +201.02 +295.337 +200.268 +294.094 +199.138 +285.915 +377.356 +516.921 +520.016 +524.946 +528.493 +528.3 +532.995 +537.714 +535.985 +386.432 +376.511 +371.773 +368.115 +375.368 +375.256 +340.817 +207.65 +302.734 +206.617 +301.63 +205.869 +300.762 +198.844 +190.925 +397.873 +520.517 +520.774 +523.159 +524.521 +522.731 +526.955 +529.984 +524.171 +378.606 +373.838 +366.708 +365.017 +367.961 +368.077 +339.728 +206.41 +299.265 +204.274 +299.162 +204.632 +298.456 +198.858 +190.847 +393.581 +522.859 +525.378 +530.365 +532.685 +534.694 +541.337 +545.511 +544.196 +387.925 +377.347 +371.449 +371.884 +379.561 +378.917 +348.255 +212.688 +304.786 +208.65 +301.179 +204.791 +298.671 +198.847 +190.852 +401.489 +525.527 +525.643 +529.893 +530.302 +529.134 +531.449 +531.632 +529.535 +382.554 +373.807 +368.572 +368.344 +376.748 +376.992 +345.356 +211.792 +305.426 +209.963 +304.279 +208.478 +303.519 +198.834 +190.858 +410.037 +526.106 +524.363 +526.978 +528.134 +526.866 +528.794 +529.049 +526.916 +379.331 +372.43 +367.114 +367.716 +377.007 +376.285 +343.398 +210.022 +303.339 +208.224 +301.442 +206.434 +301.689 +198.838 +190.848 +325.065 +411.06 +413.395 +416.437 +418.092 +421.198 +422.842 +423.376 +418.235 +422.084 +413.496 +291.717 +264.982 +209.843 +305.058 +209.143 +304.515 +194.171 +288.529 +194.046 +289.193 +192.938 +287.569 +181.906 +177.377 +312.41 +330.887 +339.295 +349.169 +348.545 +352.174 +350.144 +356.881 +257.661 +236.69 +286.909 +226.009 +292.289 +195.154 +289.27 +193.173 +300.104 +204.152 +298.303 +202.651 +296.829 +199.557 +286.797 +389.82 +521.98 +524.911 +528.828 +529.378 +528.238 +534.741 +535.922 +533.899 +387.517 +379.49 +373.326 +373.066 +379.331 +377.954 +344.957 +210.878 +303.241 +208.155 +300.287 +204.613 +300.215 +198.826 +190.84 +407.522 +526.081 +528.908 +534.504 +539.944 +537.6 +540.934 +539.387 +537.805 +388.233 +377.859 +373.043 +372.995 +381.8 +381.234 +348.923 +213.151 +305.786 +208.473 +301.605 +205.896 +299.927 +198.817 +190.842 +404.56 +524.28 +524.16 +527.483 +530.827 +531.242 +541.074 +543.134 +539.037 +385.864 +381.191 +375.278 +374.886 +378.96 +379.216 +345.782 +210.95 +304.104 +208.78 +302.154 +206.649 +300.112 +198.824 +190.83 +402.715 +526.267 +528.06 +532.737 +538.245 +537.168 +544.471 +547.847 +546.413 +392.439 +383.408 +374.215 +375.167 +382.182 +381.448 +352.036 +214.001 +306.532 +215.18 +305.688 +210.905 +305.373 +198.827 +190.821 +415.733 +528.921 +530.113 +537.473 +541.622 +542.512 +547.756 +544.468 +541.011 +389.532 +380.165 +371.566 +371.672 +379.196 +377.699 +344.986 +211.231 +306.587 +211.071 +304.685 +209.245 +301.693 +198.884 +190.921 +330.25 +417.133 +420.03 +422.697 +424.418 +421.31 +423.062 +422.141 +423.303 +427.396 +423.089 +301.051 +291.076 +211.771 +308.862 +210.18 +303.819 +192.897 +286.635 +190.706 +284.396 +188.475 +281.957 +178.822 +177.379 +320.998 +348.405 +349.981 +353.146 +351.276 +353.862 +352.561 +359.12 +264.387 +240.024 +287.683 +232.542 +293.472 +232.015 +289.855 +193.834 +299.374 +203.873 +297.166 +201.168 +295.484 +198.803 +190.823 +392.723 +521.239 +522.391 +526.299 +530.723 +533.096 +538.38 +542.882 +539.556 +389.476 +378.633 +372.927 +372.571 +380.997 +379.582 +348.726 +212.543 +308.825 +209.365 +303.138 +208.408 +303.524 +198.824 +190.799 +412.644 +526.631 +527.008 +534.093 +536.735 +537.877 +542.299 +543.25 +543.926 +391.916 +382.45 +377.286 +377.626 +386.191 +386.415 +350.317 +213.628 +312.119 +214.135 +308.545 +213.095 +307.501 +198.822 +190.828 +420.826 +533.046 +541.2 +554.669 +568.102 +570.895 +583.609 +587.711 +589.85 +426.376 +412.083 +384.254 +387.601 +394.775 +394.858 +366.284 +222.924 +323.628 +220.773 +316.81 +218.872 +320.783 +198.816 +190.793 +423.66 +530.473 +528.071 +529.63 +532.441 +530.071 +529.92 +529.73 +526.938 +379.218 +372.427 +367.653 +368.209 +377.055 +377.658 +346.026 +211.685 +305.144 +209.895 +305.311 +209.217 +303.22 +198.82 +190.781 +410.995 +525.476 +525.418 +529.24 +530.188 +527.327 +532.127 +530.691 +533.867 +387.403 +381.496 +376.04 +375.943 +381.757 +380.926 +349.059 +213.13 +306.371 +210.912 +304.98 +208.389 +303.883 +198.808 +190.787 +337.334 +422.368 +425.68 +434.587 +440.234 +442.891 +449.976 +452.131 +454.316 +456.816 +450.159 +313.98 +304.842 +224.156 +326.217 +222.405 +323.92 +205.007 +302.569 +202.971 +304.563 +202.805 +298.161 +212.07 +177.296 +328.789 +360.569 +360.876 +367.807 +368.137 +385.489 +379.928 +396.241 +282.024 +243.843 +299.194 +235.42 +298.083 +236.076 +294.454 +197.293 +308.854 +211.045 +311.322 +210.111 +305.235 +198.77 +190.812 +412.221 +530.296 +529.605 +536.469 +541.21 +541.934 +545.764 +545.284 +547.586 +394.379 +385.823 +379.632 +377.715 +381.866 +382.357 +354.114 +214.34 +308.412 +211.94 +312.454 +211.022 +304.391 +198.722 +190.699 +418.05 +530.215 +532.777 +539.702 +546.274 +547.377 +555.094 +558.954 +562.916 +407.746 +396.78 +387.541 +385.855 +393.414 +391.025 +364.762 +220.524 +320.432 +217.877 +316.1 +216.517 +315.279 +198.782 +190.788 +437.05 +540.915 +542.071 +543.942 +544.327 +545.691 +552.513 +552.888 +553.493 +402.598 +384.189 +380.535 +383.482 +386.157 +384.669 +351.914 +215.104 +307.388 +210.384 +305.291 +210.896 +304.835 +198.65 +190.692 +408.733 +524.64 +523.968 +527.669 +528.314 +530.647 +536.954 +536.951 +535.296 +385.659 +377.399 +372.036 +371.071 +379.255 +379.07 +347.905 +211.286 +304.254 +209.252 +303.321 +208.895 +302.986 +198.792 +190.764 +410.69 +527.302 +531.009 +537.946 +539.886 +536.073 +539.441 +541.757 +542.642 +389.948 +380.689 +374.183 +373.682 +380.449 +380.788 +350.309 +226.806 +308.048 +210.852 +305.265 +207.198 +302.6 +198.607 +190.651 +333.383 +418.976 +424.144 +428.723 +431.423 +433.099 +436.922 +441.741 +441.448 +445.418 +436.285 +306.434 +297.722 +220.101 +323.249 +221.036 +321.224 +202.028 +298.097 +201.057 +302.453 +200.036 +294.632 +187.455 +177.168 +328.816 +359.118 +355.595 +359.36 +355.508 +361.182 +356.845 +365.002 +268.316 +239.911 +289.604 +228.219 +286.282 +235.581 +295.561 +198.028 +304.637 +209.126 +303.145 +207.366 +302.175 +198.754 +190.782 +411.073 +527.837 +528.521 +533.908 +540.294 +539.556 +542.905 +546.252 +548.49 +397.591 +388.585 +381.371 +378.533 +372.695 +381.754 +354.274 +214.044 +307.69 +210.041 +304.649 +207.607 +302.528 +198.658 +190.584 +415.137 +533.023 +540.085 +548.54 +552.032 +553.308 +559.588 +562.062 +564.156 +410.389 +401 +394.787 +391.609 +386.463 +397.736 +374.847 +227.076 +330.716 +225.089 +325.712 +219.405 +325.5 +198.749 +190.775 +442.955 +544.425 +547.484 +538.204 +538.267 +534.936 +536.051 +535.247 +535.391 +386.395 +379.732 +374.563 +376.273 +373.112 +385.346 +353.218 +216.263 +309.638 +222.006 +308.905 +213.124 +307.89 +198.737 +190.781 +416.635 +531.182 +532.37 +539.414 +547.802 +546.084 +548.596 +548.553 +543.854 +388.912 +380.398 +375.961 +376.892 +373.476 +385.284 +355.097 +218.505 +317.058 +214.613 +310.016 +214.282 +309.297 +198.745 +190.691 +419.829 +531.578 +537.045 +549.888 +555.834 +557.815 +560.229 +567.144 +564.867 +412.003 +402.484 +394.161 +389.322 +380.593 +386.93 +363.845 +218.081 +317.243 +213.964 +308.453 +210.377 +304.754 +198.48 +190.501 +345.764 +423.709 +429.427 +436.703 +441.594 +443.356 +447.113 +448.023 +448.577 +452.452 +446.12 +310.605 +303.365 +210.282 +321.913 +218.401 +319.116 +201.652 +300.53 +201.021 +299.256 +202.017 +300.008 +192.76 +177.102 +329.643 +363.483 +355.534 +355.113 +351.761 +353.485 +352.029 +356.629 +253.787 +219.948 +288.723 +203.891 +289.224 +218.757 +299.679 +203.802 +318.242 +220.318 +322.378 +218.228 +315.419 +198.471 +190.687 +446.702 +552.823 +539.025 +546.299 +548.991 +543.923 +544.677 +540.334 +540.928 +395.735 +381.2 +374.618 +375.206 +372.75 +384.145 +351.821 +215.997 +309.584 +226.29 +308.527 +213.633 +308.61 +198.724 +190.762 +421.101 +532.049 +535.224 +541.054 +551.398 +551.1 +554.91 +554.944 +554.928 +402.287 +392.382 +383.565 +381.551 +375.801 +385.94 +357.961 +218.156 +314.463 +216.154 +310.765 +215.308 +310.511 +198.718 +190.6 +424.861 +540.053 +542.655 +548.253 +553.406 +553.733 +559.331 +562.471 +561.942 +412.119 +401.789 +396.28 +392.674 +383.536 +393.895 +372.396 +224.417 +325.854 +222.253 +321.925 +221.745 +322.018 +198.377 +190.405 +438.824 +546.389 +546.422 +553.219 +561.588 +565.761 +576.211 +580.666 +578.584 +426.154 +419.626 +412.95 +408.124 +399.373 +411.111 +388.569 +230.706 +336.841 +230.483 +337.49 +228.477 +336.515 +198.722 +190.746 +466.273 +576.626 +587.019 +589.443 +588.718 +590.33 +596.209 +595.7 +586.429 +422.68 +407.688 +400.35 +392.034 +389.166 +397.973 +374.525 +225.631 +326.411 +221.374 +322.379 +215.637 +309.761 +198.721 +190.743 +344.419 +419.117 +421.972 +425.057 +430.984 +435.082 +436.983 +437.405 +440.138 +442.62 +437.431 +307.645 +304.583 +209.548 +320.403 +216.043 +315.778 +197.808 +291.986 +195.761 +289.405 +193.761 +286.809 +184.697 +176.865 +328.49 +355.078 +353.865 +361.221 +355.198 +364.405 +357.16 +373.327 +273.513 +246.096 +293.248 +238.528 +290.555 +242.086 +299.025 +238.308 +311.574 +250.241 +311.778 +230.54 +311.667 +198.32 +190.465 +425.574 +531.972 +531.882 +536.311 +538.466 +537.518 +543.344 +548.088 +546.744 +396.613 +388.609 +380.992 +380.825 +373.079 +383.612 +360.288 +214.694 +306.709 +210.728 +305.042 +207.652 +302.065 +198.711 +190.734 +417.178 +531.014 +534.699 +544.261 +552.804 +556.493 +558.316 +565.083 +567.2 +414.542 +408.065 +399.567 +395.83 +385.805 +393.131 +372.518 +220.176 +320.614 +216.983 +314.89 +215.538 +310.865 +198.716 +190.724 +424.524 +538.918 +542.171 +551.173 +560.276 +564.503 +563.574 +568.229 +572.263 +418.467 +405.165 +397.746 +406.147 +405.066 +412.92 +379.349 +228.887 +335.373 +225.102 +327.083 +224.264 +327.626 +198.696 +190.708 +463.914 +574.949 +568.251 +572.229 +577.015 +575.499 +585.016 +582.951 +570.588 +421.2 +406.103 +399.377 +393.987 +387.003 +398.218 +368.933 +220.808 +321.708 +218.178 +313.996 +237.546 +312.138 +198.4 +190.249 +422.569 +534.311 +537.003 +544.08 +547.478 +547.617 +551.004 +549.71 +549.542 +395.875 +388.815 +381.363 +383.752 +379.212 +389.69 +364.164 +217.162 +315.299 +212.658 +306.938 +210.054 +303.307 +198.699 +190.722 +342.54 +421.964 +425.16 +430.284 +439.212 +441.775 +445.869 +447.462 +448.727 +450.801 +447.706 +314.614 +314.552 +214.632 +330.088 +221.679 +324.012 +203.599 +305.91 +203.912 +303.351 +203.891 +302.026 +194.488 +177.274 +330.369 +384.71 +373.227 +392.223 +376.624 +397.195 +382.986 +401.728 +289.886 +264.357 +309.665 +256.691 +302.119 +258.81 +310.607 +255.039 +327.508 +271.135 +328.822 +269.429 +327.951 +198.692 +190.718 +480.232 +587.311 +598.121 +604.754 +611.173 +616.168 +616.366 +624.009 +620.623 +462.484 +435.308 +422.338 +418.318 +412.83 +416.808 +385.533 +227.172 +329.741 +219.358 +313.892 +213.22 +307.412 +198.693 +190.664 +414.092 +524.744 +524.448 +527.574 +528.49 +526.652 +530.492 +530.333 +529.393 +382.703 +379.27 +373.245 +375.069 +370.142 +380.3 +350.645 +211.487 +303.583 +207.785 +302.036 +207.597 +300.989 +198.536 +190.151 +415.166 +526.94 +525.774 +530.137 +532.855 +534.309 +538.375 +541.356 +545.104 +394.656 +388.442 +383.791 +379.767 +375.261 +384.048 +359.421 +214.834 +307.591 +228.263 +306.737 +209.396 +303.097 +198.673 +190.718 +418.469 +531.657 +533.572 +542.973 +546.107 +548.582 +551.643 +553.076 +550.007 +400.077 +388.456 +382.734 +382.928 +376.779 +387.007 +364.271 +217.528 +317.426 +214.654 +309.165 +226.958 +309.36 +198.687 +190.701 +421.565 +537.821 +541.382 +544.448 +552.052 +559.415 +558.639 +568.907 +567.786 +418.045 +404.113 +398.653 +399.209 +395.175 +404.114 +380.251 +228.495 +333.56 +225.453 +329.335 +224.593 +333.277 +198.468 +190.098 +400.482 +470.125 +480.925 +491.297 +493.623 +502.708 +499.691 +501.434 +502.237 +517.141 +514.159 +368.051 +332.302 +227.53 +354.854 +237.702 +353.805 +221.966 +336.306 +219.171 +335.483 +220.329 +335.647 +210.453 +176.722 +362.126 +433.984 +405.19 +424.017 +401.018 +418.491 +401.19 +419.316 +288.855 +262.575 +310.659 +253.697 +306.632 +259.928 +313.942 +254.978 +325.059 +263.627 +321.231 +259.761 +319.515 +198.673 +190.698 +450.038 +554.415 +557.967 +558.379 +573.859 +585.706 +590.956 +589.668 +590.791 +432.707 +416.733 +405.954 +400.763 +390.458 +398.283 +378.791 +226.511 +329.117 +221.534 +323.663 +219.209 +315.278 +198.662 +190.181 +435.248 +554.492 +566.103 +577.718 +583.904 +589.528 +590.571 +587.359 +588.329 +440.077 +429.187 +420.375 +415.064 +403.723 +407.035 +385.161 +228.744 +332.571 +225.548 +329.385 +224.35 +329.89 +198.438 +190.701 +458.854 +567.321 +573.216 +579.601 +583.311 +579.563 +583.321 +588.964 +593.974 +440.24 +430.913 +420.424 +411.818 +408.449 +416.651 +383.586 +227.887 +329.288 +222.458 +320.671 +218.496 +313.337 +198.658 +190.556 +425.375 +538.196 +544.155 +549.952 +553.56 +552.665 +561.456 +562.322 +562.099 +408.264 +399.516 +393.662 +390.632 +381.395 +391.943 +371.175 +223.689 +323.18 +219.629 +318.255 +219.892 +318.712 +198.194 +190.339 +423.898 +538.538 +539.442 +547.273 +549.979 +550.022 +555.831 +557.404 +559.262 +408.046 +402.498 +395.016 +389.864 +382.324 +391.591 +371.188 +221.444 +322.267 +218.896 +312.184 +251.046 +310.167 +198.655 +190.69 +347.042 +428.708 +433.701 +441 +444.937 +448.737 +456.028 +456.624 +459.649 +458.782 +457.211 +318.355 +314.783 +215.396 +330.433 +221.831 +325.645 +204.768 +303.146 +200.924 +294.895 +214.058 +292.684 +189.627 +177.242 +329.038 +375.731 +366.4 +379.72 +369.18 +391.441 +378.272 +400.779 +292.306 +267.958 +311.876 +258.355 +306.013 +261.418 +314.801 +259.236 +326.288 +269.378 +323.664 +266.905 +323.223 +198.651 +190.164 +466.706 +576.132 +584.687 +588.287 +593.214 +598.778 +615.349 +615.042 +614.995 +462.941 +450.168 +433.002 +428.501 +419.633 +427.525 +396.602 +235.389 +345.357 +230.989 +341.352 +229.249 +339.358 +198.352 +190.687 +493.847 +614.384 +624.628 +630.015 +639.45 +643.408 +663.178 +645.548 +641.461 +482.001 +476.666 +459.818 +449.425 +444.544 +444.213 +400.443 +236.51 +345.381 +230.525 +333.184 +226.196 +329.966 +198.641 +189.988 +451.041 +557.604 +568.302 +584.021 +586.228 +584.321 +594.603 +599.606 +603.824 +438.068 +426.564 +416.128 +416.504 +407.949 +419.872 +389.72 +232.688 +340.819 +229.47 +336.615 +226.764 +333.582 +198.64 +190.68 +473.968 +581.872 +592.598 +599.525 +605.276 +603.041 +608.541 +611.471 +606.808 +459.198 +441.085 +433.495 +431.027 +422.135 +426.232 +391.862 +233.413 +341.923 +229.591 +332.86 +226.163 +327.016 +198.344 +190.158 +450.893 +554.857 +557.645 +562.009 +565.711 +563.502 +568.091 +570.355 +571.872 +418.915 +408.505 +400.816 +397.799 +386.377 +393.832 +374.862 +222.77 +324.513 +222.759 +325.612 +220.99 +318.73 +198.638 +190.313 +368.574 +443.547 +444.652 +452.384 +456.107 +461.022 +462.219 +469.205 +470.365 +468.774 +467.669 +322.775 +317.711 +220.056 +338.343 +228.202 +334.564 +211.317 +317.351 +212.47 +319.758 +213.116 +318.285 +201.705 +177.223 +343.257 +399.492 +379.811 +384.593 +374.471 +391.009 +388.494 +404.651 +289.184 +261.983 +305.792 +253.378 +300.814 +255.407 +305.874 +245.861 +317.282 +252.092 +313.394 +229.186 +309.18 +198.142 +190.668 +430.1 +549.765 +558.341 +571.067 +575.902 +584.172 +584.836 +592.109 +599.475 +441.089 +423.191 +412.873 +414.975 +395.79 +402.587 +383.318 +227.205 +331.594 +223.946 +325.504 +222.155 +321.674 +198.281 +190.204 +453.464 +572.253 +574.117 +582.524 +585.057 +579.91 +588.816 +599.475 +595.404 +444.637 +428.388 +415.612 +410.858 +404.513 +414.814 +392.317 +230.947 +340.475 +229.667 +335.678 +226.04 +332.295 +198.644 +190.147 +460.326 +564.835 +580.154 +598.731 +602.77 +605.319 +602.954 +603.343 +607.187 +458.642 +445.711 +429.95 +427.442 +413.115 +416.706 +381.296 +227.874 +327.849 +221.632 +318.541 +217.027 +310.317 +198.489 +190.665 +422.457 +537.093 +544.728 +551.377 +555.572 +556.015 +561.453 +567.388 +566.305 +414.78 +405.509 +401.774 +395.305 +385.192 +395.327 +374.677 +221.75 +323.131 +219.119 +315.756 +217.363 +316.35 +197.838 +190.634 +426.616 +546.159 +551.276 +557.275 +562.571 +564.23 +571.429 +570.641 +574.249 +414.634 +400.757 +396.431 +396.099 +388.573 +399.512 +380.113 +227.506 +330.159 +225.03 +330.941 +226.253 +332.188 +198.462 +198.952 +388.658 +464.942 +466.551 +475.4 +479.148 +473.717 +484.266 +505.16 +503.812 +495.386 +484.231 +342.989 +329.924 +223.185 +344.979 +229.502 +333.529 +210.414 +314.396 +209.695 +309.486 +205.946 +304.122 +233.844 +176.374 +339.312 +398.86 +382.775 +401.577 +383.987 +396.721 +380.65 +400.373 +287.191 +257.162 +305.552 +252.319 +304.467 +256.539 +307.638 +248.538 +318.835 +255.603 +314.934 +234.252 +312.221 +198.627 +190.647 +438.006 +563.762 +573.274 +583.21 +598.39 +593.609 +600.008 +607.268 +608.709 +452.249 +446.053 +436.095 +426.76 +404.047 +415.838 +390.944 +231.852 +339.693 +226.644 +330.03 +225.128 +331.142 +198.131 +190.641 +469.991 +575.872 +585.034 +597.122 +610.223 +613.2 +620.549 +625.281 +621.888 +459.627 +459.715 +449.834 +440.99 +416.099 +410.027 +385.643 +226.343 +329.041 +222.724 +322.678 +218.49 +314.646 +197.886 +190.569 +431.069 +546.286 +552.614 +559.679 +567.244 +568.929 +570.683 +569.686 +572.204 +416.407 +409.223 +396.813 +397.618 +388.449 +395.383 +375.135 +224.755 +325.189 +219.28 +319.071 +217.65 +312.203 +198.408 +190.046 +428.615 +552.912 +565.548 +570.184 +576.974 +581.15 +590.086 +590.364 +589.239 +432.734 +428.458 +424.808 +414.414 +402.219 +405.509 +384.771 +228.87 +332.006 +225.005 +329.347 +221.737 +321.455 +198.613 +198.442 +439.773 +563.158 +569.246 +578.053 +589.96 +591.388 +599.697 +612.843 +614.083 +450.259 +431.315 +430.53 +420.85 +411.048 +418.485 +393.503 +233.949 +342.852 +231.563 +341.956 +231.732 +342.179 +198.631 +209.894 +401.101 +473.672 +485.817 +484.211 +485.319 +487.161 +512.051 +535.287 +533.809 +531.462 +499.837 +360.688 +340.339 +232.489 +366.03 +243.031 +360.79 +224.335 +341.554 +223.928 +336.912 +221.579 +335.151 +210.034 +177.158 +363.617 +440.467 +422.485 +435.003 +403.876 +419.386 +409.524 +432.133 +312.659 +279.561 +321.595 +264.72 +314.317 +270.787 +324.768 +269.652 +338.176 +282.005 +338.163 +284.373 +338.525 +198.182 +190.609 +507.3 +613.181 +613.035 +613.487 +618.002 +622.389 +627.019 +627.129 +612.178 +453.393 +440.755 +446.759 +442.534 +427.394 +431.932 +397.661 +233.592 +341.798 +229.524 +336.004 +227.326 +333.564 +197.878 +208.725 +466.697 +583.445 +605.852 +603.014 +607.658 +601.219 +613.304 +621.307 +617.239 +475.33 +455.345 +441.242 +434.799 +421.246 +427.997 +397.759 +235.005 +347.171 +232.853 +343.873 +233.28 +344.238 +197.811 +209.752 +482.44 +590.53 +604.202 +621.553 +626.886 +635.441 +640.589 +650.832 +653.816 +488.193 +466.836 +458.706 +459.039 +450.08 +457.604 +413.132 +245.115 +365.373 +242.282 +360.328 +242.273 +360.332 +238.288 +348.461 +471.662 +609.921 +619.915 +626.278 +642.671 +642.178 +653.539 +668.465 +652.885 +490.74 +460.553 +462.778 +462.072 +458.488 +472.748 +415.56 +247.409 +374.703 +251.14 +380.364 +252.008 +376.252 +243.229 +357.722 +472.709 +620.474 +628.897 +634.68 +636.479 +636.271 +644.917 +647.43 +647.081 +472.963 +465.33 +453.803 +452.256 +438.318 +445.038 +402.768 +239.357 +356.749 +236.563 +352.061 +235.606 +350.181 +198.103 +199.832 +411.374 +476.326 +464.767 +479.063 +481.462 +477.366 +473.22 +474.339 +475.582 +483.138 +473.734 +339.627 +323.183 +222.655 +344.517 +232.359 +342.064 +214.777 +324.634 +215.415 +324.187 +212.887 +316.85 +199.717 +177.002 +338.226 +395.109 +374.988 +389.131 +380.717 +395.365 +381.727 +406.889 +289.759 +259.419 +312.585 +255.626 +307.952 +261.061 +316.335 +255.876 +324.068 +260.601 +319.752 +257.825 +316.839 +198.595 +190.133 +448.389 +561.056 +571.728 +581.924 +588.2 +591.281 +594.676 +599.512 +593.185 +446.894 +432.272 +419.152 +414.102 +402.1 +414.146 +389.36 +229.366 +334.021 +224.439 +326.838 +220.926 +320.199 +198.615 +189.807 +436.667 +558.613 +563.202 +578.361 +579.985 +581.309 +590.789 +593.927 +595.602 +439.881 +429.544 +422.748 +422.333 +413.759 +422.005 +395.235 +233.094 +341.895 +230.901 +339.049 +227.729 +334.578 +198.164 +199.209 +462.249 +560.726 +579.094 +599.903 +615.182 +616.469 +616.812 +621.363 +624.249 +475.7 +448.986 +432.257 +425.235 +423.302 +430.427 +394.951 +235.181 +346.378 +231.541 +344.002 +232.381 +342.191 +197.914 +190.503 +486.756 +590.556 +599.839 +604.197 +621.832 +634.408 +642.984 +627.565 +615.621 +466.405 +460.613 +457.917 +424.738 +421.216 +427.591 +395.351 +233.777 +345.294 +232.083 +342.45 +230.554 +340.926 +197.784 +199.797 +478.004 +568.206 +575.281 +586.314 +591.32 +592.207 +597.836 +606.24 +605.446 +450.815 +441.111 +431.747 +427.118 +421.433 +432.707 +392.028 +234.588 +346.697 +232.967 +345.217 +232.796 +346.494 +197.783 +190.633 +414.103 +472.676 +471.25 +479.447 +516.444 +500.641 +504.649 +504.479 +505.075 +507.241 +490.552 +349.196 +332.104 +225.856 +354.215 +234.79 +344.314 +215.966 +323.284 +214.069 +326.88 +213.778 +323.113 +202.028 +176.952 +343.653 +407.238 +386.016 +400.933 +392.698 +408.782 +393.249 +403.658 +293.549 +266.957 +316.682 +262.024 +311.866 +267.053 +319.595 +258.931 +327.391 +267.605 +325.146 +263.399 +322.52 +198.361 +190.629 +460.618 +574.49 +584.309 +589.018 +591.382 +589.714 +596.91 +604.143 +608.374 +458.353 +449.6 +445.585 +442.321 +432.71 +435.976 +396.019 +232.851 +339.733 +226.803 +329.122 +221.401 +320.643 +198.606 +190.472 +427.11 +547.988 +555.703 +566.909 +568.005 +569.76 +573.906 +573.676 +574.602 +419.602 +410.927 +400.7 +396.795 +387.255 +394.779 +376.023 +224.514 +325.132 +217.318 +317.643 +217.003 +313.954 +198.609 +198.336 +427.086 +546.353 +552.223 +561.059 +561.629 +564.529 +575.097 +574.482 +574.681 +423.541 +414.666 +403.835 +399.45 +388.343 +395.36 +375.35 +222.926 +320.83 +217.559 +312.289 +214.579 +315.421 +198.087 +190.318 +421.984 +536.762 +550.096 +564.118 +574.009 +577.564 +586.298 +591.767 +588.652 +431.089 +421.667 +412.661 +405.313 +393.048 +400.896 +380.923 +223.613 +324.745 +219.632 +316.299 +217.419 +311.686 +197.789 +190.615 +427.668 +547.347 +565.578 +573.187 +580.169 +587.441 +591.297 +596.528 +594.017 +441.148 +431.247 +420.501 +415.488 +411.152 +405.172 +386.425 +228.135 +331.702 +225.004 +327.239 +222.509 +322.033 +198.175 +190.614 +368.877 +448.321 +463.935 +474.071 +475.628 +471.117 +473.538 +482.823 +478.268 +477.898 +471.497 +330.861 +323.395 +231.956 +342.944 +230.6 +336.92 +212.913 +317.181 +211.657 +315.688 +209.703 +313.679 +198.673 +176.64 +332.727 +394.44 +381.575 +398.405 +382.767 +401.198 +383.758 +411.064 +293.783 +270.182 +313.216 +258.043 +320.503 +264.277 +316.919 +261.038 +328.359 +272.047 +328.13 +269.859 +328.48 +197.785 +190.616 +477.551 +579.243 +583.331 +591.821 +593.349 +599.984 +597.081 +597.191 +604.909 +452.875 +438.254 +428.282 +427.515 +433.896 +432.79 +392.734 +232.706 +342.834 +230.762 +340.983 +230.825 +340.574 +198.049 +190.607 +475.953 +571.693 +577.855 +581.477 +593.247 +586.856 +591.775 +593.885 +595.694 +440.044 +433.27 +421.907 +413.034 +413.078 +406.706 +390.276 +229.6 +334.246 +225.24 +327.076 +222.83 +324.662 +198.546 +190.574 +442.948 +561.63 +576.553 +591.975 +604.555 +602.292 +607.06 +609.247 +608.98 +453.031 +438.259 +430.684 +423.258 +423.877 +418.82 +389.568 +230.247 +333.763 +225.436 +328.402 +223.504 +323.549 +198.583 +189.872 +451.928 +568.687 +591.84 +608.688 +624.396 +640.23 +617.81 +626.857 +623.147 +461.094 +448.398 +443.475 +432.243 +433.624 +429.975 +401.16 +238.443 +355.744 +234.824 +342.875 +228.064 +334.048 +197.849 +199.26 +448.368 +555.484 +562.042 +568.274 +576.504 +578.721 +584.156 +589.662 +589.642 +429.485 +419.422 +409.175 +400.537 +401.412 +400.098 +379.868 +225.441 +326.623 +221.417 +320.473 +220.903 +314.907 +198.091 +190.603 +354.02 +436.089 +439.293 +450.226 +454.021 +459.102 +461.411 +466.808 +468.806 +471.514 +469.252 +323.392 +314.725 +224.216 +327.652 +220.084 +321.808 +203.507 +305.689 +202.623 +299.939 +201.995 +305.023 +193.439 +176.965 +331.331 +389.715 +382.978 +410.215 +410.14 +441.125 +421.328 +450.089 +313.638 +280.507 +326.857 +272.391 +331.947 +276.432 +330.979 +275.002 +343.23 +287.065 +341.862 +286.051 +341.566 +198.178 +190.602 +508.804 +613.077 +610.563 +614.669 +613.899 +621.675 +613.261 +633.353 +632.603 +466.61 +462.441 +452.414 +443.925 +445.886 +448.732 +403.582 +239.488 +357.367 +237.788 +350.853 +235.993 +348.33 +198.58 +199.9 +490.599 +605.313 +621.201 +625.372 +624.618 +626.258 +635.926 +631.143 +615.294 +445.671 +427.613 +410.181 +410.526 +419.241 +418.105 +384.24 +230.043 +334.942 +226.013 +332.117 +224.055 +324.904 +198.601 +189.797 +440.156 +556.205 +557.603 +570.634 +571.773 +577.767 +583.382 +585.15 +587.271 +429.035 +419.535 +409.551 +403.061 +405.77 +402.359 +384.18 +227.289 +329.157 +223.367 +323.257 +218.771 +314.688 +197.791 +190.605 +429.464 +552.661 +566.364 +573.851 +584.949 +584.527 +592.197 +601.728 +601.72 +444.462 +427.474 +413.53 +402.954 +403.043 +400.284 +381.85 +225.373 +328.27 +222.645 +323.803 +221.366 +318.946 +198.305 +190.623 +440.758 +558.94 +575.522 +589.941 +602.925 +614.633 +622.258 +632.088 +632.583 +468.539 +457.081 +442.319 +430.67 +426.38 +422.287 +393.857 +233.093 +342.7 +230.254 +338.44 +229.972 +338.609 +198.58 +199.127 +379.94 +452.823 +457.558 +453.58 +456.153 +459.186 +459.665 +460.642 +456.996 +461.157 +453.994 +316.795 +312.198 +228.203 +330.278 +224.409 +327.706 +206.824 +309.423 +206.003 +302.697 +203.993 +300.225 +204.198 +177.167 +329.414 +371.452 +363.294 +369.551 +360.779 +373.273 +363.122 +371.549 +275.163 +245.031 +296.259 +238.675 +304.587 +245.878 +304.284 +243.473 +316.197 +245.907 +313.807 +238.143 +312.23 +198.581 +201.177 +432.161 +540.211 +541.799 +544.332 +547.599 +551.309 +553.978 +552.485 +554.875 +402.309 +393.828 +385.565 +386.305 +392.856 +393.549 +369.356 +222.146 +323.089 +218.075 +314.374 +216.265 +319.551 +198.489 +200.785 +426.237 +538.96 +541.351 +548.133 +552.806 +556.909 +560.51 +562.255 +564.672 +412.615 +401.808 +394.717 +389.377 +392.996 +393.274 +372.036 +220.925 +320.625 +217.482 +311.983 +215.49 +316.502 +197.776 +201.501 +417.847 +537.314 +541.775 +546.967 +554.6 +558.004 +562.495 +565.24 +560.434 +406.534 +396.896 +391.042 +391.105 +398.496 +397.36 +372.81 +223.861 +325.915 +221.917 +321.122 +221.149 +319.773 +198.284 +201.485 +435.755 +540.593 +543.349 +549.341 +562.436 +577.52 +587.623 +591.588 +587.477 +432.391 +422 +414.964 +410.152 +418.935 +419.891 +383.95 +229.703 +338.081 +227.073 +335.09 +226.377 +332.521 +198.603 +201.166 +469.953 +573.135 +573.682 +584.155 +588.818 +587.722 +597.228 +609.698 +604.306 +448.868 +434.312 +421.56 +423.501 +425.786 +426.301 +387.04 +231.959 +339.342 +228.22 +337.382 +227.319 +334.052 +198.597 +200.681 +398.207 +467.462 +475.205 +483.352 +494.719 +499.508 +495.614 +495.41 +505.389 +474.939 +487.104 +347.076 +325.922 +234.485 +346.512 +233.55 +345.287 +215.854 +325.837 +213.341 +318.302 +209.438 +307.738 +209.138 +177.019 +334.688 +392.365 +376.544 +386.452 +378.947 +395.588 +385.199 +405.493 +290.705 +259.683 +311.008 +254.009 +316.505 +261.168 +315.693 +252.985 +328.771 +268.225 +329.039 +267.718 +328.822 +198.602 +201.198 +463.003 +567.689 +571.429 +582.429 +588.68 +594.66 +605.004 +601.081 +608.498 +439.633 +423.733 +420.599 +424.1 +429.631 +430.088 +385.446 +230.706 +332.332 +224.141 +323.787 +220.782 +320.547 +198.585 +200.696 +428.697 +547.009 +544.614 +555.413 +558.386 +566.49 +572.435 +571.389 +573.369 +422.767 +418.672 +416.565 +415.852 +424.824 +421.882 +385.728 +230.782 +337.837 +228.625 +336.468 +227.484 +336.123 +197.779 +201.504 +467.344 +568.168 +567.61 +565.206 +568.916 +568.472 +574.258 +581.986 +584.873 +409.371 +392.472 +381.629 +381.599 +387.45 +387.232 +360.717 +253.495 +314.911 +217.919 +312.161 +215.385 +310.15 +197.904 +201.504 +418.829 +533.412 +532.364 +535.268 +536.409 +537.878 +543.827 +544.741 +546.423 +394.676 +384.771 +378.316 +377.71 +385.912 +386.25 +361.181 +219.208 +320.622 +218.65 +314.417 +232.741 +315.741 +198.176 +201.505 +422.484 +535.795 +538.048 +544.504 +546.349 +545.368 +552.073 +549.775 +553.76 +398.891 +390.267 +381.855 +379.241 +386.13 +385.797 +363.191 +217.03 +313.302 +213.998 +309.988 +212.861 +307.278 +198.447 +201.506 +341.739 +423.491 +425.399 +431.006 +434.971 +432.247 +437.669 +439.335 +437.216 +443.271 +436.55 +307.655 +301.3 +216.573 +317.359 +214.31 +307.333 +196.787 +296.694 +194.199 +289.297 +193.314 +288.678 +192.922 +176.365 +325.153 +352.815 +357.028 +363.635 +356.061 +366.312 +356.27 +369.733 +271.682 +243.934 +291.67 +234.093 +298.07 +237.141 +294.616 +198.118 +309.121 +208.776 +303.939 +207.639 +300.935 +198.589 +200.918 +412.373 +529.332 +534.562 +544.205 +550.274 +549.891 +554.986 +553.601 +556.465 +401.722 +392.938 +382.339 +376.979 +384.705 +382.576 +358.942 +214.38 +306.378 +210.896 +305.353 +207.192 +302.63 +198.373 +200.92 +407.019 +527.619 +532.666 +542.111 +546.647 +545.886 +555.43 +558.433 +559.682 +408.02 +395.996 +385.125 +378.963 +385.589 +384.24 +361.539 +215.012 +307.454 +212.122 +305.603 +208.121 +302.517 +197.976 +201.319 +404.958 +527.066 +534.617 +540.775 +545.066 +544.79 +544.83 +542.302 +542.462 +391.935 +384.042 +379.64 +378.826 +386.519 +387.714 +364.475 +221.035 +321.614 +219.63 +316.791 +218.238 +319.499 +197.793 +201.503 +418.717 +532.832 +534.686 +539.62 +543.004 +543.998 +555.026 +552.717 +554.816 +403.933 +394.817 +387.058 +383.693 +391.999 +393.007 +373.932 +221.806 +324.5 +223.034 +320.113 +219.571 +320.104 +197.792 +201.506 +435.52 +547.052 +549.187 +556.821 +564.2 +570.057 +576.657 +583.064 +584.94 +425.689 +410.939 +402.064 +398.489 +407.754 +410.614 +383.805 +227.557 +335.788 +227.249 +333.568 +224.212 +325.662 +197.796 +201.503 +364.529 +439.73 +437.727 +444.851 +447.573 +445.192 +447.919 +453.864 +446.823 +450.437 +444.283 +310.268 +303.569 +219.899 +319.765 +216.366 +315.581 +198.589 +292.709 +197.516 +291.183 +196.365 +291.353 +195.1 +177.19 +327.898 +354.943 +354.611 +358.209 +355.1 +361.794 +355.749 +368.451 +273.047 +243.114 +290.42 +234.578 +296.661 +236.301 +294.239 +198.105 +313.198 +210.353 +307.548 +210.065 +306.308 +198.602 +200.703 +415.051 +529.025 +529.212 +532.335 +539.839 +540.753 +548.985 +552.748 +551.877 +400.05 +392.139 +383.448 +388.277 +385.287 +385.418 +362.991 +216.619 +308.61 +212.525 +306.806 +209.683 +304.616 +198.494 +200.814 +414.536 +532.457 +539.061 +544.355 +551.444 +553.395 +559.887 +567.731 +572.398 +415.18 +400.387 +390.098 +400.572 +398.908 +400.511 +372.461 +225.388 +326.23 +223.031 +322.453 +221.509 +322.663 +198.456 +200.854 +455.883 +563.031 +562.782 +571.715 +581.746 +583.106 +586.207 +591.135 +587.532 +432.451 +422.241 +416.652 +427.858 +426.602 +424.453 +388.844 +233.231 +342.667 +230.936 +342.116 +229.703 +340.567 +198.493 +200.821 +478.484 +578.468 +574.441 +584.156 +591.386 +589.228 +591.952 +588.505 +589.453 +438.378 +424.239 +418.648 +424.812 +420.651 +418.861 +384.544 +230.89 +336.728 +227.459 +335.457 +225.3 +329.18 +198.583 +200.733 +457.699 +563.893 +572.016 +592.418 +601.675 +615.954 +611.003 +610.851 +603.534 +439.571 +428.864 +423.215 +436.414 +435.699 +435.2 +394.193 +235.649 +346.29 +233.343 +344.654 +231.252 +340.318 +198.605 +200.713 +404.65 +469.394 +469.2 +466.732 +479.458 +483.634 +484.455 +490.139 +485.481 +488.764 +480.895 +340.779 +335.191 +234.016 +347.114 +234.053 +345.955 +217.804 +328.538 +216.349 +326.837 +216.246 +326.469 +216.507 +177.19 +346.204 +412.133 +390.067 +401.119 +387.408 +398.097 +386.343 +394.857 +285.671 +252.014 +303.252 +251.418 +307.651 +243.6 +300.999 +215.785 +311.469 +237.671 +309.217 +211.721 +305.11 +198.607 +201.526 +415.62 +531.931 +533.951 +540.687 +543.157 +547.479 +552.573 +548.304 +548.959 +394.66 +388.372 +383.005 +397.981 +390.895 +387.871 +361.282 +217.88 +310.896 +237.569 +309.573 +213.1 +307.688 +198.238 +201.523 +416.192 +532.061 +534.918 +540.56 +545.937 +548.574 +553.624 +559.179 +561.736 +404.295 +392.288 +382.516 +394.657 +391.841 +391.285 +366.92 +220.044 +320.45 +216.019 +310.973 +214.839 +309.593 +197.805 +201.525 +416.716 +533.459 +539.94 +548.687 +558.224 +560.399 +565.305 +571.537 +570.308 +416.743 +405.758 +393.921 +399.926 +396.217 +393.964 +370.885 +222.001 +323.499 +219.174 +313.04 +216.367 +311.487 +198.282 +201.051 +421.276 +538.725 +546.767 +562.523 +568.691 +575.178 +582.299 +586.864 +588.586 +434.647 +421.997 +406.372 +410.756 +410.857 +405.57 +377.698 +225.636 +324.534 +221.032 +317.348 +217.5 +317.199 +198.648 +200.829 +419.103 +537.06 +539.831 +552.347 +562.393 +560.723 +567.397 +573.694 +569.614 +411.227 +399.992 +389.032 +395.47 +390.373 +388.807 +367.592 +220.497 +322.203 +218.055 +314.065 +251.273 +312.298 +198.629 +201.461 +343.484 +424.967 +424.406 +426.79 +429.633 +433.318 +434.291 +435.839 +437.073 +438.796 +431.348 +308.022 +309.231 +222.405 +319.546 +221.222 +326.403 +205.913 +301.979 +220.6 +302.168 +203.881 +304.156 +204.543 +176.671 +330.369 +371.171 +363.729 +370.69 +367.545 +371.671 +363.904 +373.7 +273.892 +239.983 +294.844 +233.407 +304.692 +225.913 +302.803 +209.272 +313.936 +251.833 +311.591 +215.356 +310.091 +198.184 +201.531 +419.723 +539.435 +552.948 +570.558 +579.127 +579.525 +594.493 +590.143 +589.104 +438.932 +431.939 +418.028 +425.261 +420.79 +419.24 +384.487 +224.401 +327.895 +221.746 +320.785 +220.601 +322.166 +198.115 +201.237 +434.076 +545.085 +544.805 +551.596 +560.292 +560.679 +575.124 +571.902 +569.425 +417.327 +404.316 +394.739 +403.677 +399.355 +401.272 +373.992 +225.247 +327.893 +221.617 +320.618 +220.593 +324.933 +198.646 +200.924 +431.872 +542.202 +544.029 +554.702 +554.075 +559.14 +566.652 +560.735 +555.927 +398.329 +382.345 +377.565 +387.905 +385.879 +386.189 +357.834 +216.465 +311.401 +221.626 +310.073 +213.041 +307.073 +198.553 +201.546 +416.085 +528.119 +528.224 +530.089 +531.481 +532.01 +536.674 +535.411 +530.126 +381.641 +374.364 +369.79 +382.181 +380.744 +380.345 +352.365 +212.968 +306.691 +211.262 +304.57 +209.513 +303.615 +198.038 +201.324 +411.06 +524.072 +522.948 +526.857 +528.404 +527.286 +529.042 +532.188 +530.831 +382.275 +376.689 +368.849 +380.063 +377.369 +378.696 +351.542 +210.149 +303.534 +207.752 +301.743 +205.916 +301.502 +198.631 +200.949 +327.905 +414.056 +417.272 +421.314 +424.03 +424.611 +426.518 +424.734 +424.161 +427.342 +422.967 +302.334 +302.358 +216.942 +311.952 +229.643 +311.82 +200.575 +296.487 +200.563 +297.004 +200.997 +295.715 +226.409 +177.224 +329.173 +360.092 +356.78 +359.27 +353.363 +357.497 +351.773 +355.274 +255.959 +214.441 +285.367 +198.722 +293.626 +197.604 +294.556 +198.538 +306.191 +209.177 +304.396 +206.492 +300.624 +198.308 +201.549 +404.686 +522.372 +522.74 +525.718 +528.851 +527.567 +532.845 +535.234 +538.671 +385.189 +376.803 +370.997 +381.886 +378.131 +377.034 +344.856 +208.892 +301.479 +205.433 +298.573 +203.409 +298.088 +198.54 +200.837 +391.059 +521.152 +523.382 +529.433 +534.009 +535.468 +544.259 +547.892 +546.664 +392.514 +384.212 +379.94 +390.667 +387.8 +387.531 +359.664 +219.363 +315.869 +217.71 +309.626 +228.324 +309.408 +198.641 +201.556 +417.18 +529.202 +531.131 +533.621 +539.412 +531.254 +534.294 +534.224 +540.372 +387.68 +378.3 +372.681 +385.381 +382.628 +382.188 +351.825 +215.666 +309.804 +214.629 +308.271 +211.693 +305.705 +198.317 +201.068 +410.774 +526.577 +528.904 +536.04 +538.835 +540.628 +545.399 +547.377 +548.195 +396.352 +386.35 +380.063 +390.222 +386.804 +387.3 +350.419 +227.511 +309.376 +212.455 +307.392 +210.924 +305.608 +198.643 +201.408 +411.524 +526.341 +526.013 +527.28 +528.826 +527.13 +528.626 +529.176 +528.899 +380.739 +375.47 +371.575 +380.404 +379.974 +379.373 +347.537 +211.161 +304.574 +207.582 +300.854 +205.976 +300.574 +198.195 +201.199 +320.884 +409.312 +410.759 +413.541 +416.895 +414.757 +417.789 +418.897 +417.689 +420.025 +412.842 +288.517 +271.522 +207.17 +300.754 +205.47 +297.673 +189.099 +283.323 +187.064 +281.089 +187.109 +281.763 +187.51 +176.513 +304.954 +307.767 +324.561 +325.489 +324.302 +326.41 +328.003 +326.676 +235.83 +180.549 +272.089 +187.87 +282.091 +186.421 +281.401 +187.79 +294.06 +198.719 +293.202 +198.651 +294.242 +198.054 +201.349 +391.009 +508.536 +517.501 +523.734 +525.539 +523.985 +528.454 +527.515 +527.14 +381.352 +373.908 +367.283 +379.881 +375.865 +375.608 +342.162 +210.075 +305.216 +209.681 +304.228 +208.025 +303.144 +198.67 +201.556 +410.727 +524.484 +529.025 +534.33 +538.614 +538.496 +543.582 +545.803 +547.701 +394.993 +385.556 +376.851 +387.375 +384.508 +383.459 +351.542 +214.18 +307.69 +210.732 +305.133 +210.203 +304.81 +198.599 +200.902 +413.022 +529.041 +531.974 +539.68 +550.014 +552.714 +560.171 +559.461 +562.213 +409.262 +398.696 +384.458 +392.521 +387.975 +386.955 +361.802 +219.143 +320.138 +216.142 +311.242 +218.351 +308.66 +198.658 +201.579 +416.012 +532.638 +534.049 +541.968 +544.147 +541.485 +543.732 +551.366 +553.641 +399.925 +390.458 +384.738 +394.75 +393.816 +393.155 +362.692 +220.75 +312.238 +232.825 +309.732 +213.286 +309.215 +198.661 +201.453 +412.709 +527.812 +527.85 +529.67 +531.694 +530.679 +532.495 +531.435 +530.67 +381.676 +374.341 +368.469 +380.735 +377.007 +377.471 +346.17 +210.402 +303.959 +206.708 +302.39 +206.435 +300.978 +198.361 +201.065 +334.479 +408.952 +408.768 +411.353 +411.917 +410.778 +411.79 +408.615 +408.927 +409.175 +390.988 +273.789 +269.485 +203.595 +297.323 +202.887 +295.221 +186.74 +280.413 +204.57 +279.817 +217.055 +280.2 +217.511 +188.076 +303.303 +315.131 +330.871 +335.222 +338.689 +342.888 +336.794 +344.376 +241.405 +184.488 +284.835 +188.109 +281.963 +186.386 +280.192 +186.291 +293.122 +198.67 +292.906 +221.542 +293.392 +230.178 +296.297 +394.749 +498.808 +508.604 +518.891 +518.78 +517.321 +520.005 +520.022 +519.926 +374.01 +365.3 +361.628 +353.04 +345.419 +343.582 +333.11 +213.749 +293.107 +229.673 +293.066 +230.087 +293.016 +229.963 +295.784 +380.163 +483.507 +500.76 +516.21 +521.583 +521.305 +525.43 +527.007 +526.96 +378.744 +371.545 +375.297 +364.23 +355.785 +353.198 +335.123 +201.889 +293.991 +199.767 +294.417 +199.356 +296.578 +198.188 +302.989 +390.551 +512.745 +515.9 +520.368 +522.376 +522.212 +525.447 +525.123 +524.317 +376.334 +369.345 +376.752 +376.987 +375.761 +375.592 +342.451 +208.988 +303.507 +208.455 +303.162 +207.239 +301.861 +198.685 +201.589 +416.997 +520.028 +519.844 +522.916 +524.312 +523.796 +526.069 +525.464 +525.472 +377.242 +370.239 +374.959 +376.527 +374.815 +376.127 +345.231 +207.984 +300.69 +205.382 +300.266 +205.171 +301.06 +198.679 +201.584 +403.864 +519.268 +520.347 +524.272 +526.599 +527.254 +529.914 +530.671 +527.648 +380.162 +373.618 +379.046 +380.655 +377.23 +377.026 +344.578 +209.146 +302.484 +205.774 +302.108 +206.81 +301.089 +198.682 +201.16 +337.46 +414.036 +419.436 +425.394 +427.756 +431.137 +432.877 +432.571 +431.896 +435.621 +428.001 +315.127 +302.217 +216.82 +313.602 +237.86 +311.58 +199.377 +294.73 +199.337 +294.896 +199.17 +293.566 +198.628 +188.142 +328.884 +359.555 +357.483 +363.477 +358.788 +367.414 +359.342 +368.899 +262.938 +239.05 +302.537 +242.462 +301.891 +225.902 +301.691 +224.37 +313.483 +233.611 +312.001 +215.508 +306.845 +198.313 +201.16 +422.197 +525.542 +521.82 +523.073 +523.086 +519.29 +520.968 +520.323 +516.66 +368.287 +357.688 +362.316 +362.374 +356.924 +358.175 +335.454 +202.656 +294.807 +200.901 +294.838 +222.765 +292.772 +230.189 +296.625 +401.549 +498.134 +500.462 +506.936 +513.497 +515.841 +521.76 +523.533 +522.869 +375.811 +368.456 +370.701 +364.306 +366.46 +361.616 +337.016 +202.625 +297.151 +201.488 +302.715 +202.787 +302.598 +198.7 +201.609 +411.567 +517.453 +519.947 +523.018 +525.939 +527.147 +531.065 +535.138 +537.906 +388.301 +380.931 +386.536 +386.472 +381.074 +380.834 +348.19 +213.458 +309.379 +213.987 +310.342 +215.439 +312.04 +198.707 +201.608 +436.648 +539.595 +538.718 +529.336 +529.137 +528.148 +530.055 +528.913 +525.405 +377.34 +371.21 +377.55 +377.911 +376.132 +376.1 +342.908 +207.622 +301.19 +205.639 +300.809 +204.961 +299.259 +198.705 +201.534 +399.758 +515.912 +518.429 +523.604 +526.608 +523.72 +525.291 +527.816 +527.73 +380.615 +373.29 +379.851 +380.718 +377.261 +376.778 +344.09 +210.183 +302.716 +208.973 +303.137 +207.845 +302.244 +198.377 +201.204 +341.157 +411.464 +413.409 +415.219 +414.779 +414.755 +414.87 +416.38 +416.804 +419.072 +411.503 +299.686 +273.12 +206.927 +299.896 +204.739 +298.11 +187.951 +280.667 +185.534 +279.669 +198.105 +280.181 +217.903 +188.144 +299.245 +329.733 +318.576 +321.824 +329.842 +335.475 +330.411 +332.192 +237.426 +181.412 +281.323 +186.351 +280.743 +186.352 +282.438 +186.35 +298.754 +198.359 +298.493 +198.735 +298.642 +198.734 +301.433 +372.978 +490.869 +505.658 +520.969 +524.689 +525.045 +529.434 +531.265 +533.083 +385.516 +375.896 +378.363 +378.911 +374.843 +374.57 +341.218 +207.955 +301.17 +206.659 +300.724 +206.634 +300.603 +198.722 +201.357 +414.544 +521.31 +525.504 +529.609 +531.918 +531.06 +534.254 +536.735 +535.161 +386.436 +377.189 +382.558 +384.772 +376.089 +375.708 +343.837 +208.382 +301.819 +205.632 +300.287 +204.259 +298.85 +198.372 +201.296 +405.615 +515.919 +518.544 +524.421 +527.431 +527.184 +529.454 +528.302 +525.65 +377.884 +371.013 +376.335 +375.961 +374.388 +366.861 +340.29 +205.453 +297.184 +202.757 +295.985 +200.72 +296.657 +198.67 +201.638 +414.594 +512.048 +507.891 +512.126 +514.975 +512.77 +522.085 +520.323 +517.994 +370.282 +359.222 +362.665 +362.951 +359.414 +359.394 +333.124 +223.864 +294.036 +229.872 +293.419 +230.139 +293.47 +230.093 +296.322 +397.291 +499.815 +505.171 +518.017 +521.914 +522.193 +526.749 +526.685 +527.639 +379.094 +371.049 +373.604 +370.031 +370.262 +371.352 +340.567 +207.134 +301.084 +207.241 +302.43 +207.218 +302.523 +198.727 +201.642 +345.36 +415.315 +419.515 +420.682 +423.381 +424.362 +426.419 +428.634 +430.086 +433.109 +424.005 +313.731 +285.124 +216.448 +310.02 +214.769 +310.077 +199.104 +294.724 +198.932 +294.051 +199.378 +296.368 +201.679 +188.193 +328.861 +361.985 +355.164 +357.675 +354.84 +359.702 +354.743 +360.114 +245.968 +189.733 +292.152 +196.906 +288.602 +193.432 +288.895 +193.475 +301.094 +206.167 +300.344 +204.272 +299.647 +204.222 +198.5 +201.379 +394.661 +517.14 +516.901 +521.236 +521.513 +519.83 +518.356 +518.545 +518.251 +370.258 +372.988 +369.037 +369.793 +365.265 +364.469 +333.13 +200.443 +293.826 +230.076 +293.302 +230.009 +293.477 +230.183 +296.347 +389.37 +496.52 +497.352 +499.42 +508.837 +503.504 +509.061 +512.014 +518.607 +367.208 +370.638 +365.375 +367.242 +364.664 +360.767 +335.455 +203.196 +297.373 +202.509 +303.465 +202.197 +302.289 +198.753 +201.64 +402.374 +515.098 +508.772 +514.444 +515.497 +517.496 +520.31 +520.846 +520.498 +371.407 +376.342 +371.266 +372.304 +367.394 +367.952 +336.065 +203.962 +296.179 +224.527 +295.847 +232.622 +296.044 +198.741 +201.661 +401.222 +516.367 +514.192 +519.586 +521.405 +520.155 +524.17 +525.177 +521.459 +372.792 +378.402 +373.232 +370.357 +370.033 +372.028 +341.323 +207.893 +299.766 +205.558 +299.873 +204.664 +300.424 +198.571 +201.458 +411.472 +526.236 +526.09 +529.64 +523.3 +519.974 +522.451 +521.407 +520.039 +372.255 +376.368 +372.824 +374.339 +372.926 +373.125 +338.012 +204.846 +296.794 +201.689 +297.758 +199.401 +298.861 +198.76 +201.653 +320.76 +394.143 +399.42 +402.879 +408.329 +400.185 +401.878 +399.898 +399.318 +396.466 +390.249 +272.205 +255.724 +200.68 +296.612 +200.288 +299.817 +185.031 +284.808 +185.124 +284.949 +185.191 +284.95 +186.401 +277.575 +305.526 +308.595 +314.327 +320.112 +328.301 +334.276 +340.142 +338.621 +235.451 +192.179 +283.752 +190.107 +285.406 +189.604 +283.106 +188.248 +294.508 +200.377 +295.355 +200.322 +293.534 +198.778 +201.649 +398.653 +514.715 +515.375 +517.594 +520.329 +516.602 +518.92 +518.157 +518.42 +368.914 +373.502 +368.438 +370.955 +369.616 +370.613 +335.569 +204.316 +296.123 +212.055 +295.031 +232.435 +296.281 +198.662 +201.525 +403.562 +519.711 +518.708 +522.365 +523.314 +521.247 +524.705 +525.481 +524.573 +374.735 +378.959 +374.207 +369.329 +366.195 +359.447 +338.499 +204.961 +296.444 +200.645 +298.525 +198.775 +298.903 +198.775 +301.745 +360.334 +502.095 +509.404 +521.13 +524.492 +525.038 +528.742 +529.387 +528.143 +377.723 +379.653 +374.702 +375.499 +374.143 +374.205 +344.116 +210.412 +304.155 +208.828 +303.913 +209.968 +304.64 +198.772 +201.651 +411.968 +526.73 +528.801 +532.385 +537.932 +539.456 +537.476 +536.644 +537.17 +390.567 +396.085 +378.726 +377.128 +372.46 +373.684 +337.947 +205.013 +298.224 +200.532 +295.447 +203.487 +294.631 +198.702 +201.597 +398.521 +506.178 +499.246 +504.099 +508.673 +507.162 +510.971 +514.98 +510.905 +366.226 +369.787 +365.739 +369.18 +368.514 +368.63 +333.689 +226.008 +293.526 +230.145 +293.39 +230.175 +293.36 +230.132 +296.263 +311.292 +387.205 +394.037 +402 +402.701 +409.813 +406.95 +406.896 +407.228 +403.423 +394.852 +270.126 +259.08 +200.223 +294.209 +223.281 +294.604 +216.557 +279.612 +216.488 +279.605 +216.44 +280.152 +217.578 +272.266 +323.511 +308.383 +333.78 +320.423 +325.238 +330.399 +329.347 +329.806 +229.922 +191.2 +282.159 +218.958 +282.449 +218.559 +281.059 +218.327 +294.964 +232.549 +295.696 +214.954 +293.657 +198.777 +201.697 +398.199 +514.558 +514.636 +517.574 +520.773 +518.625 +520.64 +519.928 +517.816 +369.633 +374.29 +370.326 +359.814 +353.883 +351.618 +331.233 +220.219 +294.057 +230.322 +293.593 +230.303 +293.559 +198.78 +201.679 +395.36 +502.807 +498.512 +506.589 +510.068 +500.575 +503.537 +504.887 +502.926 +351.437 +358.81 +350.8 +353.226 +349.95 +351.161 +332.813 +200 +298.432 +198.791 +298.839 +198.794 +298.87 +198.795 +301.715 +368.247 +490.988 +491.378 +493.376 +498.786 +499.135 +503.256 +508.236 +504.495 +351.888 +349.597 +338.688 +339.216 +332.781 +332.688 +332.398 +199.994 +298.383 +198.787 +298.385 +198.788 +298.884 +198.788 +301.285 +363.763 +488.733 +490.589 +499.773 +506.637 +502.838 +505.814 +505.223 +505.297 +354.336 +349.29 +339.555 +340.529 +335.343 +333.027 +332.374 +200.06 +298.342 +198.862 +298.743 +198.865 +298.672 +198.864 +301.532 +351.173 +474.99 +482.715 +495.093 +510.773 +510.104 +519.533 +521.135 +517.483 +358.456 +352.024 +344.045 +342.946 +337.857 +337.854 +331.971 +200.005 +298.415 +198.799 +298.747 +198.799 +298.774 +198.798 +301.577 +286.703 +382.728 +399.692 +412.407 +416.429 +418.257 +417.846 +420.353 +418.202 +419.81 +421.742 +302.534 +264.207 +207.343 +300.834 +206.603 +302.272 +192.29 +286.745 +192.72 +286.916 +192.771 +287.54 +193.313 +177.456 +321.034 +341.359 +351.031 +351.659 +355.268 +354.337 +356.577 +353.346 +266.89 +202.829 +294.665 +197.83 +293.614 +197.267 +293.874 +198.613 +307.996 +226.774 +307.686 +212.982 +309.269 +198.899 +201.792 +421.328 +530.122 +522.589 +529.37 +531.965 +527.232 +527.251 +526.084 +524.785 +376.027 +380.002 +376.688 +375.421 +373.17 +371.609 +336.85 +203.826 +298.009 +202.103 +298.17 +202.262 +298.052 +198.927 +201.704 +396.89 +500.384 +497.35 +506.493 +496.961 +494.813 +499.607 +501.363 +501.376 +350.443 +353.962 +349.232 +349.642 +347.597 +347.77 +332.539 +200.026 +298.961 +198.82 +298.876 +198.82 +298.751 +198.822 +301.603 +367.004 +491.326 +491.632 +497.836 +498.662 +500.934 +502.456 +502.015 +501.369 +354.587 +356.697 +351.819 +350.524 +345.579 +343.472 +333.951 +200.231 +298.764 +199.479 +299.873 +200.551 +300.111 +198.845 +201.719 +399.146 +513.355 +513.441 +515.912 +507.803 +505.524 +506.208 +505.958 +505.915 +358.765 +363.497 +352.962 +357.298 +351.25 +355.484 +333.844 +225.278 +296.494 +233.969 +297.93 +235.172 +300.536 +198.98 +201.852 +417.849 +525.284 +525.92 +529.128 +529.703 +528.688 +522.167 +519.371 +517.967 +369.318 +373.752 +367.739 +369.266 +367.61 +368.396 +334.058 +222.321 +293.798 +230.44 +293.708 +230.369 +293.714 +198.982 +201.772 +332.366 +396.067 +392.575 +391.55 +388.105 +390.603 +391.032 +391.739 +392.562 +392.604 +382.481 +271.267 +251.395 +231.465 +294.352 +231.368 +294.593 +216.419 +280.147 +216.518 +280.339 +216.566 +280.323 +217.742 +283.201 +319.975 +301.594 +302.413 +320.409 +299.654 +298.349 +317.008 +300.917 +220.031 +190.175 +286.395 +186.449 +286.321 +186.449 +285.835 +186.449 +298.156 +198.829 +298.331 +198.829 +298.494 +198.881 +301.4 +364.3 +470.099 +471.228 +476.358 +480.8 +476.558 +483.199 +483.43 +482.371 +328.864 +331.23 +327.454 +331.277 +329.317 +326.109 +332.623 +200.038 +298.598 +198.83 +298.475 +198.832 +298.391 +198.924 +301.455 +362.191 +467.668 +465.198 +465.771 +466.05 +464.126 +466.594 +465.43 +465.441 +320.471 +325.381 +321.697 +325.275 +323.015 +324.445 +333.262 +200.044 +298.585 +198.837 +298.636 +198.848 +297.937 +198.845 +301.495 +355.309 +459.775 +458.987 +464.145 +464.425 +462.785 +464.822 +461.46 +458.563 +316.084 +318.865 +312.905 +314.164 +312.412 +311.916 +333.293 +200.094 +297.844 +198.882 +297.77 +198.885 +297.74 +198.891 +300.539 +334.314 +449.32 +450.372 +454.655 +457.745 +460.014 +463.878 +463.633 +459.797 +315.643 +316.476 +307.734 +308.662 +307.35 +308.681 +333.588 +200.31 +298.571 +198.874 +297.862 +198.884 +297.776 +198.888 +300.546 +331.658 +448.863 +451.988 +456.32 +457.618 +457.07 +463.565 +465.382 +466.177 +324.339 +329.904 +322.765 +324.574 +321.461 +323.676 +334.913 +200.318 +298.981 +199.08 +298.533 +198.871 +298.474 +198.871 +301.37 +301.42 +367.641 +369.536 +366.525 +362.662 +358.207 +357.965 +355.976 +351.217 +352.955 +366.87 +223.718 +230.974 +282.374 +230.603 +293.888 +230.578 +279.045 +215.601 +265.685 +215.291 +278.851 +215.754 +240.91 +218.758 +260.915 +289.611 +260.341 +292.077 +260.749 +291.759 +261.114 +293.552 +202.622 +220.907 +280.429 +216.939 +266.813 +216.727 +280.14 +216.687 +281.04 +228.889 +292.569 +229.014 +292.299 +228.76 +295.201 +361.512 +447.564 +445.686 +448.27 +449.613 +447.639 +450.678 +449.966 +449.209 +305.323 +309.679 +305.921 +306.126 +304.658 +306.164 +333.077 +200.127 +297.787 +198.918 +297.643 +199.166 +297.959 +199.206 +300.126 +331.189 +448.674 +447.805 +459.401 +459.15 +459.628 +464.282 +467.741 +468.225 +334.832 +342.388 +335.708 +335.203 +334.069 +339.015 +333.341 +200.208 +298.913 +198.855 +298.758 +198.858 +298.745 +198.923 +301.944 +377.834 +485.633 +488.92 +491.669 +493.757 +495.108 +494.492 +494.177 +494.317 +348 +355.238 +353.484 +355.342 +355.623 +355.941 +329.688 +200.062 +299.515 +199.18 +299.495 +198.854 +299.278 +198.855 +201.771 +408.789 +512.393 +510.341 +513.585 +511.955 +510.12 +516.825 +517.869 +513.605 +362.892 +365.936 +359.324 +354.118 +349.393 +350.862 +330.678 +219.837 +293.381 +230.438 +293.726 +230.465 +294.066 +199.22 +201.868 +402.209 +498.106 +494.723 +498.319 +499.447 +501.577 +503.887 +504.187 +503.251 +355.588 +359.564 +351.486 +352.498 +350.142 +350.743 +331.96 +226.015 +293.517 +230.321 +293.661 +230.299 +293.252 +230.27 +296.654 +321.24 +379.372 +383.962 +395.005 +404.768 +409.746 +410.561 +406.723 +403.803 +399.519 +392.975 +271.818 +254.788 +200.109 +297.714 +200.445 +300.302 +185.486 +285.436 +185.316 +285.447 +185.312 +284.839 +186.888 +288.094 +299.105 +319.418 +302.753 +304.708 +306.263 +306.094 +305.032 +304.019 +221.287 +190 +286.186 +186.525 +286.509 +186.683 +286.803 +186.851 +298.749 +198.904 +299.089 +198.906 +298.616 +199.246 +301.983 +379.311 +488.237 +487.664 +491.765 +494.53 +500.596 +498.461 +500.834 +500.606 +355.247 +356.365 +352.966 +351.543 +349.298 +350.514 +331.192 +200.075 +298.998 +198.869 +299.194 +199.263 +299.061 +198.867 +301.729 +373.951 +483.901 +484.587 +488.079 +488.237 +493.252 +495.971 +496.057 +494.752 +346.887 +347.434 +344 +348.465 +346.614 +346.459 +331.674 +200.26 +299.416 +199.172 +298.922 +198.887 +298.808 +198.89 +301.782 +374.211 +481.751 +490.31 +496.986 +495.798 +487.48 +489.916 +490.288 +507.369 +359.401 +362.218 +356.484 +355.511 +354.001 +354.099 +334.459 +200.386 +299.213 +199.766 +299.058 +198.886 +299.106 +199.296 +302.008 +374.876 +487.443 +488.031 +491.754 +492.172 +490.544 +493.76 +491.667 +490.089 +341.768 +343.901 +336.701 +336 +334.287 +333.287 +333.024 +200.107 +298.604 +198.901 +298.542 +199.329 +298.734 +198.904 +300.782 +356.493 +466.891 +469.742 +476.567 +476.963 +475.575 +486.767 +486.213 +482.766 +335.277 +338.287 +334.257 +333.507 +331.588 +330.896 +333.375 +200.086 +298.619 +199.168 +298.937 +199.012 +298.433 +198.878 +301.407 +301.57 +376.545 +380.036 +385.578 +388.758 +391.737 +395.76 +397.992 +395.44 +398.911 +388.845 +275.596 +256.814 +200.096 +299.638 +200.29 +300.456 +185.53 +285.606 +185.304 +285.659 +185.368 +285.925 +186.845 +288.425 +302.08 +322.917 +306.707 +310.537 +315.436 +318.574 +319.996 +323.064 +227.979 +189.949 +286.951 +186.949 +286.91 +186.522 +286.959 +186.524 +299.598 +199.357 +299.132 +198.904 +299.192 +198.906 +302.185 +369.642 +471.37 +466.149 +468.739 +466.802 +462.876 +464.956 +461.983 +457.052 +312.024 +312.31 +307.702 +309.207 +307.047 +307.657 +333.217 +200.169 +297.785 +199.448 +297.307 +198.981 +297.176 +198.992 +300.316 +332.092 +443.899 +446.233 +449.573 +450.116 +448.467 +450.356 +449.856 +449.214 +306.162 +311.02 +307.083 +308.654 +306.223 +307.24 +333.213 +200.181 +297.747 +199.457 +297.42 +198.983 +297.186 +198.982 +300.388 +332.029 +446.012 +446.93 +450.175 +450.526 +449.435 +453.689 +452.933 +449.254 +306.376 +311.621 +307.349 +308.561 +306.447 +307.536 +333.288 +200.145 +298.04 +199.442 +297.999 +198.943 +297.712 +198.956 +300.809 +332.081 +445.602 +446.524 +449.699 +449.999 +448.776 +450.164 +450.092 +449.495 +306.461 +311.636 +307.405 +308.751 +307.063 +308.286 +333.288 +200.147 +297.953 +199.45 +298.047 +198.928 +297.874 +198.941 +300.931 +348.95 +452.747 +454.706 +459.407 +463.913 +458.052 +459.269 +468.017 +469.149 +326.513 +327.719 +323.191 +326.817 +325.207 +326.625 +334.403 +200.108 +298.738 +199.354 +299.203 +198.903 +298.679 +198.913 +301.718 +294.175 +371.441 +372.774 +377.732 +377.131 +379.598 +379.518 +379.287 +379.705 +382.123 +377.831 +276.346 +254.883 +231.766 +294.99 +231.578 +294.699 +216.536 +280.219 +216.955 +280.482 +216.345 +280.186 +217.53 +283.508 +308.51 +292.489 +314.467 +293.65 +314.752 +295.402 +308.2 +295.04 +227.973 +190.141 +286.153 +186.563 +286.206 +187.02 +256.318 +186.575 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C0_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C1_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_C2_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0LV_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT0_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1LV_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT1_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2LV_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT2_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3LV_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_DT3_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_ST_MAT_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_p.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_p.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_p.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_q.csv b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_q.csv new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/OpenDSS/profiles/load_sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47_q.csv @@ -0,0 +1 @@ +0 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.csv b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.csv new file mode 100644 index 0000000..c83893a --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.csv @@ -0,0 +1,4 @@ +Node,Code,Phases,NomV_kV,Size_kVAr,Subest,Feeder, +1_27 ,C0 ,3 ,12.47 ,600.00 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT2 ,C1 ,3 ,12.47 ,600.00 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT1 ,C2 ,3 ,12.47 ,600.00 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.dbf new file mode 100644 index 0000000000000000000000000000000000000000..313a3fc4d79e8e4ae1f4d80c13a9f2c95b7b6d6e GIT binary patch literal 636 zcmc(ZzYc;h5XM2GPQHNCy+H9=pfH&jj3Y78ur~ZD(HKKwWpVJ?EtLdl(fo4V?u&6{I@RfHn)LMtqAhP$ literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Capacitor_N.shp new file mode 100644 index 0000000000000000000000000000000000000000..7cab5983b072185812916eff2738394f3271fa56 GIT binary patch literal 184 zcmZQzQ0HR64q{#~GcYg$ 8_10 ,4746.85 ,2299.00 ,0.00 ,1 , +2_0 ,2_0 ,3 ,0.42 ,226.56 ,109.73 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,226.56 ,109.73 ,0.00 ,1 , +3_14 ,3_14 ,3 ,12.47 ,1287.34 ,623.49 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,1287.34 ,623.49 ,0.00 ,1 , +4_3 ,4_3 ,3 ,0.42 ,336.07 ,162.77 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,336.07 ,162.77 ,0.00 ,1 , +5_0 ,5_0 ,3 ,0.42 ,84.95 ,41.14 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,84.95 ,41.14 ,0.00 ,1 , +6_8 ,6_8 ,3 ,0.42 ,107.50 ,52.06 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,107.50 ,52.06 ,0.00 ,1 , +7_7 ,7_7 ,3 ,12.47 ,1010.49 ,489.40 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,1010.49 ,489.40 ,0.00 ,1 , +8_10 ,8_10 ,3 ,12.47 ,2184.72 ,1058.11 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,2184.72 ,1058.11 ,0.00 ,1 , +9_13 ,9_13 ,3 ,12.47 ,1369.29 ,663.18 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,1369.29 ,663.18 ,0.00 ,1 , +10_28 ,10_28 ,3 ,12.47 ,5980.92 ,2896.69 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,5980.92 ,2896.69 ,0.00 ,1 , +11_0 ,11_0 ,3 ,0.42 ,345.67 ,167.41 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 ,345.67 ,167.41 ,0.00 ,1 , +12_20 ,12_20 ,3 ,12.47 ,1362.41 ,659.85 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,1362.41 ,659.85 ,0.00 ,1 , +13_4 ,13_4 ,3 ,12.47 ,1140.47 ,552.35 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 ,1140.47 ,552.35 ,0.00 ,1 , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.dbf new file mode 100644 index 0000000000000000000000000000000000000000..efd2106ade305aea217782014aa3aedcc4bf6d21 GIT binary patch literal 2524 zcmchY&2AGx495eAic4RBlV2ca?D@VRp;R2BR-htIqkL>s)Rsz3bKr5{N%72Pw$h{s z?IGF2e>dxK{y*94nKz2~d@`B*e)UK6@R~oYyZzf)zMnNqX8(y_-YmA=wj|B7zHaj8 z*AI73>GoP)m-tz;;G(;~Ot;^1R*Anmj9*Fmr^kQ9zwDOX_NkZ_{txBxSw45&x|3wN zO58t(%G2eKpIhO}05AGq_3;ewV*Gozc)a^1e{j>s-!}a7-TiFW1D5|w7O zh|zd3-Z%^vm}5kxV7pr;8;t5!D>wBUUQUfttLef8J+&OxiZ^7`#-%=e4GIm*FLr31aI1)3!|@3(z6wO^S_yR`1F+Y94T*zCZNRZc6Hh=`YS_9~ zLX)IO&}*%s)(%zfy<_xpAKA8%%WIcg*GgzhmwT;*!C55lrGEZN8oJC lhu`rD`$=hB2SS}>%cG(Lp`5b$e73UP=+hB4u6x4we*xNT2oeAQ literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shp new file mode 100644 index 0000000000000000000000000000000000000000..a202cf9d87438529030a46de1b77105806057646 GIT binary patch literal 464 zcmZQzQ0HR64qm)qW?*0h%6UAj61hB2#c@f2ZIp?4kfSZv^~F~fsDNnUXFxu7?I@xk zW4J&BOz-u@1+~Ety-YBh2-!x+0Z-U4HT>#N1-}*W*9w-;nf9R<%M2-bX z?qWR9JuvqH#aUr;K(|lX3YD{f=wpM)0liT$4JZesY@H!;>@c}Efjj2K0_BX2jW^dq z~~l=B83|_Ob+OVz1xBM p*112N6$sJC1Cu*@=FFLw5V>EcA#%JhIZ&AK0Nn}n%Z4XFIRL8RX;=UN literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Consumer_N.shx new file mode 100644 index 0000000000000000000000000000000000000000..a297d767e335ba24611b795cdae2c9db48620e7e GIT binary patch literal 204 zcmZQzQ0HR64$@vQGcYg$n- literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/DistribTransf_N.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/DistribTransf_N.shx new file mode 100644 index 0000000000000000000000000000000000000000..d071e8bee74f398d806f43ececa6546a07291d5f GIT binary patch literal 132 zcmZQzQ0HR64xC;vGcYg$ DT0 , +DT0LV ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +DT1 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT1LV ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT2 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT2LV ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT3 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +DT3LV ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.dbf new file mode 100644 index 0000000000000000000000000000000000000000..2f071c27b05cad0421be6bba60bcd15e1ea2331d GIT binary patch literal 1630 zcmZQJFf`&~U|?uumE~4_ zE=`IzwJvoO{*HL^%CFiJBtF-S9uH#E{SF;@sFDos@& z9+0RUZg6l&ysu*joJ)v7qBSHchuiKFVgP3o!5}ecNmQN literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shp new file mode 100644 index 0000000000000000000000000000000000000000..2f7c54aed3d5b2dff36fdeddaa580886bb1e7805 GIT binary patch literal 380 zcmZQzQ0HR64)(oZW?*0h%B2Cp#n~#3K|AEGT8jrcdOWO}@@|2O;|{r2=`BD$cI_yl zAY-_Y%>wE@+y&9gghvkO0*F4%n0}|(^HJ<%!6U~ClY_Yx=60Ys8y-1!n4B%w^~D!} pew1&0UFZgJCkGxmPMF-Az#Vc+f$lu~RpU%JL?0-8!G1@V0|0ltQpf-R literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/DummyNode.shx new file mode 100644 index 0000000000000000000000000000000000000000..ff5fef623acaf0ead9cfe6ff4a801c22557a972f GIT binary patch literal 180 zcmZQzQ0HR64x(N#GcYg$<& hBOniCj{}tUgVHfjItxlyKjOumF;nz%M@~6)NfsqBYT!g!$#?BFpok$@3}{mnOxVT9_E5CMTQe wnx`2h>6#cAB6w^khbc$_0P`yolK=n! literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shp new file mode 100644 index 0000000000000000000000000000000000000000..bf67028a06698ece033f32c678628f73e73e3273 GIT binary patch literal 128 wcmZQzQ0HR64jf)EGcYg$<-a+W-In literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/HVMVSubstation.shx new file mode 100644 index 0000000000000000000000000000000000000000..9a0d4c41e5c9ccbaed4de24ff1f749db9f8e8166 GIT binary patch literal 108 ucmZQzQ0HR64$NLKGcYg$< 8_10 , +L(R:3_14-DT3) ,3_14 ,DT3 ,12.47 ,0.070 ,3P_UG_AL_4/0_25_12_47_0 ,0.02262 ,0.01812 ,8.48571 ,0.05296 ,0.01761 ,0.01761 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:3_14-8_10) ,8_10 ,3_14 ,12.47 ,0.240 ,3P_UG_AL_350kcmil_15_12_47_0 ,0.05316 ,0.05719 ,38.73043 ,0.15150 ,0.05193 ,0.05193 ,440 ,1 ,ABC ,ABC_MV ,3_MV_440 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,8_10 ,12.47 ,0.250 ,3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 ,0.04301 ,0.07611 ,3.76332 ,0.10019 ,0.24419 ,0.24419 ,520 ,1 ,ABC ,ABC_MV ,3_MV_520 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,8_10 ,12.47 ,0.222 ,3P_OH_AL_ACSR_336kcmil_Merlin_12_47_0 ,0.03808 ,0.06738 ,3.33166 ,0.08870 ,0.21618 ,0.21618 ,520 ,1 ,ABC ,ABC_MV ,3_MV_520 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:10_28-DT0) ,DT0 ,10_28 ,12.47 ,0.257 ,3P_UG_AL_4/0_25_12_47_0 ,0.08320 ,0.06667 ,31.21654 ,0.19483 ,0.06480 ,0.06480 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,DT0 ,12.47 ,0.408 ,3P_UG_AL_750kcmil_15_12_47_0 ,0.06035 ,0.07331 ,76.01567 ,0.12725 ,0.04380 ,0.04380 ,640 ,1 ,ABC ,ABC_MV ,3_MV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:DT0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,DT0 ,12.47 ,0.140 ,3P_OH_AL_ACSR_477kcmil_Hawk_12_47_0 ,0.01683 ,0.03969 ,2.24509 ,0.04120 ,0.12815 ,0.12815 ,660 ,1 ,ABC ,ABC_MV ,3_MV_660 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:1_27-DT2) ,1_27 ,DT2 ,12.47 ,0.065 ,3P_UG_AL_4/0_25_12_47_0 ,0.02088 ,0.01673 ,7.83437 ,0.04890 ,0.01626 ,0.01626 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:9_13-DT0) ,DT0 ,9_13 ,12.47 ,0.178 ,3P_UG_AL_4/0_25_12_47_0 ,0.05740 ,0.04600 ,21.53691 ,0.13442 ,0.04470 ,0.04470 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:12_20-DT0) ,DT0 ,12_20 ,12.47 ,0.193 ,3P_OH_AL_ACSR_4/0_Penguin_12_47_0 ,0.05215 ,0.06162 ,2.75482 ,0.11456 ,0.20247 ,0.20247 ,365 ,1 ,ABC ,ABC_MV ,3_MV_365 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:11_0-DT3LV) ,DT3LV ,11_0 ,0.42 ,0.026 ,3P_UG_AL_750kcmil_15_0_480_0 ,0.00391 ,0.00475 ,4.92848 ,0.00825 ,0.00284 ,0.00284 ,640 ,1 ,ABC ,ABC_LV ,3_LV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:6_8-DT2LV) ,DT2LV ,6_8 ,0.42 ,0.032 ,3P_UG_AL_750kcmil_15_0_480_0 ,0.00470 ,0.00571 ,5.92248 ,0.00991 ,0.00341 ,0.00341 ,640 ,1 ,ABC ,ABC_LV ,3_LV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:4_3-DT1LV) ,DT1LV ,4_3 ,0.42 ,0.077 ,3P_UG_AL_750kcmil_15_0_480_0 ,0.01145 ,0.01390 ,14.41511 ,0.02413 ,0.00831 ,0.00831 ,640 ,1 ,ABC ,ABC_LV ,3_LV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:5_0-DT1LV) ,DT1LV ,5_0 ,0.42 ,0.032 ,3P_UG_AL_750kcmil_15_0_480_0 ,0.00469 ,0.00570 ,5.90739 ,0.00989 ,0.00340 ,0.00340 ,640 ,1 ,ABC ,ABC_LV ,3_LV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:DT1-DT2) ,DT2 ,DT1 ,12.47 ,0.045 ,3P_UG_AL_4/0_25_12_47_0 ,0.01455 ,0.01166 ,5.46108 ,0.03408 ,0.01134 ,0.01134 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +L(R:2_0-DT0LV) ,DT0LV ,2_0 ,0.42 ,0.029 ,3P_UG_AL_750kcmil_15_0_480_0 ,0.00427 ,0.00518 ,5.37213 ,0.00899 ,0.00310 ,0.00310 ,640 ,1 ,ABC ,ABC_LV ,3_LV_640 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:7_7-9_13) ,9_13 ,7_7 ,12.47 ,0.137 ,3P_UG_AL_4/0_25_12_47_0 ,0.04422 ,0.03544 ,16.59303 ,0.10356 ,0.03444 ,0.03444 ,330 ,1 ,ABC ,ABC_MV ,3_MV_330 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:12_20-13_4) ,12_20 ,13_4 ,12.47 ,0.202 ,3P_OH_AL_ACSR_4/0_Penguin_12_47_0 ,0.05464 ,0.06455 ,2.88613 ,0.12003 ,0.21212 ,0.21212 ,365 ,1 ,ABC ,ABC_MV ,3_MV_365 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +L(R:1_27-7_7) ,1_27 ,7_7 ,12.47 ,0.219 ,3P_OH_AL_ACSR_1033kcmil_Curlew_12.47_1 ,0.01239 ,0.05589 ,3.94495 ,0.03344 ,0.18376 ,0.18376 ,1040 ,0 ,ABC ,ABC_MV ,3_MV_1040 ,True ,True , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.dbf new file mode 100644 index 0000000000000000000000000000000000000000..7c098c3a295bfe46cc168b1861501d64213593ca GIT binary patch literal 7522 zcmd5>O>Z1U5H$&e4~ZKmPIH4CcGA_~6CosL10<3YEZbPVwfwOGE4BgKt8nF?^QwAx zW_G>WNgIOgD6W~V{#d_x{p$7XLq+QjgcjZ{{}1 zKUtA~*2_P-kw4#`HNEEe=)q!#t;xl_A?F{?Z*%_T%P@oR>!+`A=8pU!qy^Uo7Q!r$>{kYiX4H^7H?3GC7%CcKNV0{>y6X z+nuMBbQnF~GmopX9}FoOz{^w>>Dq=$)mrJwY^Ps-N}F5BK2b@#L^|1!)bgaNR^G`V zLR3yQO&g8D98_&S8}tA4YQHl0m8AJE00^oV9kAg40BvnPzAVZ?KQ(j zk#rSn8(pAEaMX>LMDT(yalB8sGR%d9%}-_xl8dSQ80NTY+r!m3_4fGu^eoXT(lQ+l z34DOFsZ6YcQPu!Ya^#fYOAX&E$I)W$6?~QELIM_cU*Id_Gb)?lak^5adn7-G7FXZ_ z9r*bL>%iuCcL&?lXK-IlF3(OcI#mE%)+nJP*a$k-!5gEQucQ=!hN@WGi%ze^RhrBG z&eFf}Kfskr*IdF?i@v@mt|qF;bo9YQ;0jUoUUVQv=m~HoPuwBLdx9&WXhaBXsSaSo z;!aoN@=)&&M*ACa2 zf7OL{pvs1H{pRmwpYNg6v^oGw+VOSJziJglUkL(Rg*qB*;Dwo=u@Rn<*V%7zyi*;> zWrTI0Nn~yzud^r9LvH;gFVo>lp{E0bxViv(GmKuTN>lBOZ`dG^u~v+&wNk&7#5={c z$5)-Sx&^R#hV@|fvN%m)&(8IgedeOiVsN)77r##X9*f5VPp4&@D-T{m2ZFOP`z*4K zd5Y89{1k_1uoqVNS7|QX*oEB}b$}AXYPR;vlt6~`fE&0ZEW;pyU=z?crVp(`wdF0H<5yqJ3bx@Gb1R``n70IoJcvuBh2 zpWnMGgSVc1&+$(A+WD-I!iddfDPglA9fGsXV;Nk}`ARVMEv|!ng-aEiYMiwd`Pwx` zv91!%w{jkUj}^X3yi>k*xQekHkx8};*=$H#+=ecAfezQ%_XWN8S!?~P^#Yq`J zkR)ZFH0l(#xpOE}rf#flVExfxKv3pwG=X`WBPlLoH@=6F=Do}5r2R<47lqyD6Mp>< D>3_)! literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Line_N.shp new file mode 100644 index 0000000000000000000000000000000000000000..0d3b28eb353c7c2b9d441b4694d38940f87078eb GIT binary patch literal 4372 zcmcJS4NO&K7{{*}rT9T9PMwo#u*8*=!i*3L) z()uy0CTZhaDVdx*XE8S;zH$8#w2Bg|e|Z#^;f>L`X1lK?wQeF~SK^Z9tbw1PjbFVU z!Tu&LdZ!< zyoazSE!S{lE06MJEU|FQQ)3u&bE7=An5AJmV`E4&2b-!#>ed{(z5PsD#>EX+C71165a>UH(gfXMjLaj={B7~HCE z_;Ia#Q8M`zzq&d_J?G`Za#ecxm0gR`RvtTeW`Tf>U2Pt*OI%G{_}fD@kzXrdE{Ep8 z=q+0Wldt3=n0!AlA142s=fmVDem0EV9SdNslLDAN+ED^)-Q~ip%R%zhVlm(0IF3}s zX?u@v%!?a|eM^|DIJGFEKX1%zZLZm3a~;RW(p8Ly@qw{kAD}}XhpeJDu(zj4w;P9k zzA@J}CKK<7QnZM3<4&}dpM{aSr|pK-^YdW!!(Lc@JPYP}W-UzL<`lsAa^N#qeX8|~ z-h?k;^1EaVObF)=z>0GMtiG#*nO8U(M*pcpFl`;ogweln7^c6Uy&J}^s1c?PbNj*Q z#~p_Wxi}d{Z|MnG_38<$A5Ox$e*%o&+EcLlAr8jO%bm-XYx4^UI+{3Fw(a*zr zH&uFTY*Tu@50(2Dj4TH{T*2Ae?Ck-`fP@k z$Gph=@Ftl3Iej=xJuBaa$=h#zVd_0`BTS#vc7i!~*#Ij~+Q0ClejSV-Sw~?`i`K%d zm!7*|WQVSSsdKmzrmla4VD_7;VwiKyYFKrg2IJ?fN?5rX2~(%ERZ+ej#-GLtSkIH2 zVcdG69CmX}4fKd;wa$pyTUV~Ff1SBwG1ggobiL=4e9$wF*k=yM2jy7LdqVM^Y0|al zlsjf~iO+jiaG5++e}tC$Q_n!eK2vgsIT zpQJEMKV+*9)K|?g*AKo4OTPt1@4hnF7t8MDF<9$D_p{guQIC?9%8Ttq7AtF^?ku*t z{uNrP=M5bCT`3Rl`2W3cs(-YvYTeZ1tKuwy@ngY3nEb@8gB8=4ur8eMh?fea4?7n`^c%Q;*Owe5P;C48do;XEwoHpE@{3 z40dnV7h_z}CytkA^^l%1tjY7+(Q?;>KOgRxI~UC^9Nzn(tzlw%sR&)gFa@7kx89nU zuDu_cEq=RuUCjM~o``Rc7TW!_HxgG|*GPVurOuP=c0etjp5 zFCAWl>BFA}!RD*W=DXJKJnV73D~GpF+ZwbrM~-TrM+@7>^{$~fZJ&16r_KGh^~}`b zi_```x9Gh|&zCM}%l{)V{x+n+*xmazEFVU}dhYAJiatty5+<)lzJbj*;@Nu~Rvv?l zGjG)QFnU?}Fn%?jgw; uJp)LugUGYqg3xSiP#R=D&^)#{APv;VwhPLC2Bd-Zu}1-EpgHUy{sI8k=^*w1 literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.csv b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.csv new file mode 100644 index 0000000..bafa47f --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.csv @@ -0,0 +1,332 @@ +Node_A,Node_B, +26956ab1-6006-410f-8761-8c5336af7478_0 ,26956ab1-6006-410f-8761-8c5336af7478_1 , +26956ab1-6006-410f-8761-8c5336af7478_0 ,79f54743-f060-4b70-b111-00fa146c9ed1_28 , +79f54743-f060-4b70-b111-00fa146c9ed1_28 ,79f54743-f060-4b70-b111-00fa146c9ed1_27 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_0 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_1 , +a23de270-6f78-4b8c-a94f-c33066027738_0 ,26956ab1-6006-410f-8761-8c5336af7478_64 , +26956ab1-6006-410f-8761-8c5336af7478_64 ,26956ab1-6006-410f-8761-8c5336af7478_63 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_0 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_1 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_0 ,a23de270-6f78-4b8c-a94f-c33066027738_27 , +a23de270-6f78-4b8c-a94f-c33066027738_27 ,a23de270-6f78-4b8c-a94f-c33066027738_26 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_29 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_28 , +79f54743-f060-4b70-b111-00fa146c9ed1_0 ,79f54743-f060-4b70-b111-00fa146c9ed1_1 , +79f54743-f060-4b70-b111-00fa146c9ed1_0 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_65 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_65 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_64 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_1 , +26956ab1-6006-410f-8761-8c5336af7478_1 ,26956ab1-6006-410f-8761-8c5336af7478_2 , +79f54743-f060-4b70-b111-00fa146c9ed1_27 ,26956ab1-6006-410f-8761-8c5336af7478_2 , +79f54743-f060-4b70-b111-00fa146c9ed1_27 ,26956ab1-6006-410f-8761-8c5336af7478_3 , +26956ab1-6006-410f-8761-8c5336af7478_4 ,26956ab1-6006-410f-8761-8c5336af7478_3 , +26956ab1-6006-410f-8761-8c5336af7478_4 ,26956ab1-6006-410f-8761-8c5336af7478_5 , +26956ab1-6006-410f-8761-8c5336af7478_5 ,26956ab1-6006-410f-8761-8c5336af7478_6 , +26956ab1-6006-410f-8761-8c5336af7478_6 ,26956ab1-6006-410f-8761-8c5336af7478_7 , +26956ab1-6006-410f-8761-8c5336af7478_7 ,26956ab1-6006-410f-8761-8c5336af7478_8 , +26956ab1-6006-410f-8761-8c5336af7478_8 ,26956ab1-6006-410f-8761-8c5336af7478_9 , +26956ab1-6006-410f-8761-8c5336af7478_9 ,26956ab1-6006-410f-8761-8c5336af7478_10 , +26956ab1-6006-410f-8761-8c5336af7478_10 ,26956ab1-6006-410f-8761-8c5336af7478_11 , +26956ab1-6006-410f-8761-8c5336af7478_11 ,26956ab1-6006-410f-8761-8c5336af7478_12 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,26956ab1-6006-410f-8761-8c5336af7478_12 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,26956ab1-6006-410f-8761-8c5336af7478_13 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_10 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,26956ab1-6006-410f-8761-8c5336af7478_14 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,26956ab1-6006-410f-8761-8c5336af7478_15 , +26956ab1-6006-410f-8761-8c5336af7478_19 ,26956ab1-6006-410f-8761-8c5336af7478_18 , +26956ab1-6006-410f-8761-8c5336af7478_19 ,26956ab1-6006-410f-8761-8c5336af7478_20 , +26956ab1-6006-410f-8761-8c5336af7478_20 ,26956ab1-6006-410f-8761-8c5336af7478_21 , +26956ab1-6006-410f-8761-8c5336af7478_21 ,26956ab1-6006-410f-8761-8c5336af7478_22 , +26956ab1-6006-410f-8761-8c5336af7478_22 ,26956ab1-6006-410f-8761-8c5336af7478_23 , +26956ab1-6006-410f-8761-8c5336af7478_23 ,26956ab1-6006-410f-8761-8c5336af7478_24 , +26956ab1-6006-410f-8761-8c5336af7478_24 ,26956ab1-6006-410f-8761-8c5336af7478_25 , +26956ab1-6006-410f-8761-8c5336af7478_25 ,26956ab1-6006-410f-8761-8c5336af7478_26 , +26956ab1-6006-410f-8761-8c5336af7478_26 ,26956ab1-6006-410f-8761-8c5336af7478_27 , +26956ab1-6006-410f-8761-8c5336af7478_27 ,26956ab1-6006-410f-8761-8c5336af7478_28 , +26956ab1-6006-410f-8761-8c5336af7478_28 ,26956ab1-6006-410f-8761-8c5336af7478_29 , +26956ab1-6006-410f-8761-8c5336af7478_29 ,26956ab1-6006-410f-8761-8c5336af7478_30 , +26956ab1-6006-410f-8761-8c5336af7478_30 ,26956ab1-6006-410f-8761-8c5336af7478_31 , +26956ab1-6006-410f-8761-8c5336af7478_31 ,26956ab1-6006-410f-8761-8c5336af7478_32 , +26956ab1-6006-410f-8761-8c5336af7478_32 ,26956ab1-6006-410f-8761-8c5336af7478_33 , +26956ab1-6006-410f-8761-8c5336af7478_33 ,26956ab1-6006-410f-8761-8c5336af7478_34 , +26956ab1-6006-410f-8761-8c5336af7478_34 ,26956ab1-6006-410f-8761-8c5336af7478_35 , +26956ab1-6006-410f-8761-8c5336af7478_35 ,26956ab1-6006-410f-8761-8c5336af7478_36 , +26956ab1-6006-410f-8761-8c5336af7478_36 ,26956ab1-6006-410f-8761-8c5336af7478_37 , +26956ab1-6006-410f-8761-8c5336af7478_37 ,26956ab1-6006-410f-8761-8c5336af7478_38 , +26956ab1-6006-410f-8761-8c5336af7478_38 ,26956ab1-6006-410f-8761-8c5336af7478_39 , +26956ab1-6006-410f-8761-8c5336af7478_39 ,26956ab1-6006-410f-8761-8c5336af7478_40 , +26956ab1-6006-410f-8761-8c5336af7478_40 ,26956ab1-6006-410f-8761-8c5336af7478_41 , +26956ab1-6006-410f-8761-8c5336af7478_41 ,26956ab1-6006-410f-8761-8c5336af7478_42 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_1 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_2 , +26956ab1-6006-410f-8761-8c5336af7478_46 ,26956ab1-6006-410f-8761-8c5336af7478_45 , +26956ab1-6006-410f-8761-8c5336af7478_46 ,26956ab1-6006-410f-8761-8c5336af7478_47 , +26956ab1-6006-410f-8761-8c5336af7478_47 ,26956ab1-6006-410f-8761-8c5336af7478_48 , +26956ab1-6006-410f-8761-8c5336af7478_48 ,26956ab1-6006-410f-8761-8c5336af7478_49 , +26956ab1-6006-410f-8761-8c5336af7478_49 ,26956ab1-6006-410f-8761-8c5336af7478_50 , +26956ab1-6006-410f-8761-8c5336af7478_50 ,26956ab1-6006-410f-8761-8c5336af7478_51 , +26956ab1-6006-410f-8761-8c5336af7478_51 ,26956ab1-6006-410f-8761-8c5336af7478_52 , +26956ab1-6006-410f-8761-8c5336af7478_52 ,26956ab1-6006-410f-8761-8c5336af7478_53 , +26956ab1-6006-410f-8761-8c5336af7478_53 ,26956ab1-6006-410f-8761-8c5336af7478_54 , +26956ab1-6006-410f-8761-8c5336af7478_54 ,26956ab1-6006-410f-8761-8c5336af7478_55 , +26956ab1-6006-410f-8761-8c5336af7478_55 ,26956ab1-6006-410f-8761-8c5336af7478_56 , +26956ab1-6006-410f-8761-8c5336af7478_56 ,26956ab1-6006-410f-8761-8c5336af7478_57 , +26956ab1-6006-410f-8761-8c5336af7478_57 ,26956ab1-6006-410f-8761-8c5336af7478_58 , +26956ab1-6006-410f-8761-8c5336af7478_58 ,26956ab1-6006-410f-8761-8c5336af7478_59 , +26956ab1-6006-410f-8761-8c5336af7478_59 ,26956ab1-6006-410f-8761-8c5336af7478_60 , +26956ab1-6006-410f-8761-8c5336af7478_60 ,26956ab1-6006-410f-8761-8c5336af7478_61 , +26956ab1-6006-410f-8761-8c5336af7478_61 ,26956ab1-6006-410f-8761-8c5336af7478_62 , +26956ab1-6006-410f-8761-8c5336af7478_62 ,a23de270-6f78-4b8c-a94f-c33066027738_1 , +a23de270-6f78-4b8c-a94f-c33066027738_1 ,26956ab1-6006-410f-8761-8c5336af7478_63 , +a23de270-6f78-4b8c-a94f-c33066027738_2 ,a23de270-6f78-4b8c-a94f-c33066027738_3 , +a23de270-6f78-4b8c-a94f-c33066027738_3 ,a23de270-6f78-4b8c-a94f-c33066027738_4 , +a23de270-6f78-4b8c-a94f-c33066027738_4 ,a23de270-6f78-4b8c-a94f-c33066027738_5 , +a23de270-6f78-4b8c-a94f-c33066027738_5 ,a23de270-6f78-4b8c-a94f-c33066027738_6 , +a23de270-6f78-4b8c-a94f-c33066027738_6 ,a23de270-6f78-4b8c-a94f-c33066027738_7 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_65 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_64 , +a23de270-6f78-4b8c-a94f-c33066027738_17 ,a23de270-6f78-4b8c-a94f-c33066027738_16 , +a23de270-6f78-4b8c-a94f-c33066027738_17 ,a23de270-6f78-4b8c-a94f-c33066027738_18 , +a23de270-6f78-4b8c-a94f-c33066027738_18 ,a23de270-6f78-4b8c-a94f-c33066027738_19 , +a23de270-6f78-4b8c-a94f-c33066027738_19 ,a23de270-6f78-4b8c-a94f-c33066027738_20 , +a23de270-6f78-4b8c-a94f-c33066027738_20 ,a23de270-6f78-4b8c-a94f-c33066027738_21 , +a23de270-6f78-4b8c-a94f-c33066027738_21 ,a23de270-6f78-4b8c-a94f-c33066027738_22 , +a23de270-6f78-4b8c-a94f-c33066027738_22 ,a23de270-6f78-4b8c-a94f-c33066027738_23 , +a23de270-6f78-4b8c-a94f-c33066027738_23 ,a23de270-6f78-4b8c-a94f-c33066027738_24 , +a23de270-6f78-4b8c-a94f-c33066027738_26 ,a23de270-6f78-4b8c-a94f-c33066027738_25 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_4 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_3 , +a23de270-6f78-4b8c-a94f-c33066027738_24 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_2 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_2 ,a23de270-6f78-4b8c-a94f-c33066027738_25 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_4 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_5 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_5 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_6 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_6 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_7 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_7 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_8 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_8 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_9 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_9 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_10 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_10 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_11 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_11 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_12 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_12 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_13 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_13 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_14 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_14 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_15 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_15 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_16 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_16 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_17 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_17 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_18 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_18 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_19 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_19 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_20 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_28 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_27 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_23 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_22 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_23 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_24 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_24 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_25 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_25 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_26 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_26 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_27 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_27 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_28 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_28 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_29 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_29 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_30 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_30 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_31 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_31 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_32 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_32 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_33 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_33 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_34 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_34 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_35 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_35 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_36 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_15 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_41 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_15 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_42 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_49 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_48 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_49 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_50 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_50 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_51 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_51 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_52 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_52 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_53 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_53 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_54 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_54 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_55 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_55 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_56 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_56 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_57 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_57 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_58 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_58 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_59 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_59 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_60 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_60 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_61 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_61 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_62 , +79f54743-f060-4b70-b111-00fa146c9ed1_1 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_62 , +79f54743-f060-4b70-b111-00fa146c9ed1_1 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_63 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_63 ,79f54743-f060-4b70-b111-00fa146c9ed1_2 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_63 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_64 , +79f54743-f060-4b70-b111-00fa146c9ed1_4 ,79f54743-f060-4b70-b111-00fa146c9ed1_3 , +79f54743-f060-4b70-b111-00fa146c9ed1_3 ,79f54743-f060-4b70-b111-00fa146c9ed1_2 , +79f54743-f060-4b70-b111-00fa146c9ed1_2 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_62 , +79f54743-f060-4b70-b111-00fa146c9ed1_4 ,79f54743-f060-4b70-b111-00fa146c9ed1_5 , +79f54743-f060-4b70-b111-00fa146c9ed1_5 ,79f54743-f060-4b70-b111-00fa146c9ed1_6 , +79f54743-f060-4b70-b111-00fa146c9ed1_6 ,79f54743-f060-4b70-b111-00fa146c9ed1_7 , +79f54743-f060-4b70-b111-00fa146c9ed1_7 ,79f54743-f060-4b70-b111-00fa146c9ed1_8 , +79f54743-f060-4b70-b111-00fa146c9ed1_8 ,79f54743-f060-4b70-b111-00fa146c9ed1_9 , +79f54743-f060-4b70-b111-00fa146c9ed1_9 ,79f54743-f060-4b70-b111-00fa146c9ed1_10 , +79f54743-f060-4b70-b111-00fa146c9ed1_10 ,79f54743-f060-4b70-b111-00fa146c9ed1_11 , +79f54743-f060-4b70-b111-00fa146c9ed1_11 ,79f54743-f060-4b70-b111-00fa146c9ed1_12 , +79f54743-f060-4b70-b111-00fa146c9ed1_12 ,79f54743-f060-4b70-b111-00fa146c9ed1_13 , +79f54743-f060-4b70-b111-00fa146c9ed1_13 ,79f54743-f060-4b70-b111-00fa146c9ed1_14 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_1 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_2 , +79f54743-f060-4b70-b111-00fa146c9ed1_18 ,79f54743-f060-4b70-b111-00fa146c9ed1_17 , +79f54743-f060-4b70-b111-00fa146c9ed1_18 ,79f54743-f060-4b70-b111-00fa146c9ed1_19 , +79f54743-f060-4b70-b111-00fa146c9ed1_19 ,79f54743-f060-4b70-b111-00fa146c9ed1_20 , +79f54743-f060-4b70-b111-00fa146c9ed1_20 ,79f54743-f060-4b70-b111-00fa146c9ed1_21 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_8 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_7 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_7 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_6 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_6 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_5 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_5 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_4 , +79f54743-f060-4b70-b111-00fa146c9ed1_14 ,79f54743-f060-4b70-b111-00fa146c9ed1_15 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_2 ,79f54743-f060-4b70-b111-00fa146c9ed1_15 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_2 ,79f54743-f060-4b70-b111-00fa146c9ed1_16 , +79f54743-f060-4b70-b111-00fa146c9ed1_17 ,79f54743-f060-4b70-b111-00fa146c9ed1_16 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_4 ,79f54743-f060-4b70-b111-00fa146c9ed1_16 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_4 ,79f54743-f060-4b70-b111-00fa146c9ed1_15 , +79f54743-f060-4b70-b111-00fa146c9ed1_15 ,79f54743-f060-4b70-b111-00fa146c9ed1_16 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_8 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_9 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_9 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_10 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_6 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_5 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_5 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_4 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_19 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_18 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_19 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_20 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_20 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_21 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_21 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_22 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_22 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_23 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_22 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_0 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_23 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_0 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_1 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_24 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_25 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_25 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_24 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_25 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_26 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_26 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_27 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_27 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_28 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_28 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_29 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_29 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_30 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_7 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_6 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_17 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_18 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_17 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_16 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_16 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_15 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_15 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_0 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_14 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_12 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_13 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_12 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_11 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_11 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_10 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_4 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_3 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_3 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_2 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_2 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_1 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_15 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_1 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_14 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_1 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_14 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_13 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_5 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_6 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_5 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_4 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_4 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_3 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_3 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_2 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_2 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_1 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_1 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_24 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_1 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_23 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_7 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_8 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_8 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_9 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_36 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_37 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_37 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_38 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_38 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_39 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_39 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_40 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_40 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_41 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_41 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_13 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_42 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_13 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_42 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_43 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_43 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_44 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_44 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_45 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_45 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_46 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_46 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_47 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_9 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_10 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_10 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_11 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_11 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_12 , +97b60c2e-f4d8-4375-9636-fb3622f4d746_12 ,97b60c2e-f4d8-4375-9636-fb3622f4d746_13 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_47 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_48 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_30 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_31 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_31 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_32 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_32 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_33 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_33 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_34 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_34 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_35 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_35 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_36 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_36 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_37 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_37 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_38 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_38 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_39 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_39 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_40 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_8 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_9 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_49 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_48 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_49 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_50 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_50 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_51 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_20 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_19 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_19 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_18 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_18 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_17 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_40 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_41 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_9 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_10 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_48 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_47 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_17 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_16 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_41 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_42 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_10 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_11 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_47 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_46 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_16 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_15 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_42 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_43 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_11 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_12 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_46 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_45 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_15 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_14 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_43 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_44 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_12 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_44 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_12 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_45 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_45 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_44 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_45 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_14 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_14 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_44 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_20 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_21 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_21 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_22 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_22 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_23 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_23 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_24 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_24 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_25 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_25 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_26 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_20 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_26 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_20 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_27 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_27 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_21 , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_22 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_21 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_26 ,edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_21 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_51 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_52 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_52 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_53 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_53 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_54 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_54 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_55 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_55 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_56 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_56 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_57 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_57 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_58 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_58 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_59 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_59 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_60 , +a23de270-6f78-4b8c-a94f-c33066027738_7 ,a23de270-6f78-4b8c-a94f-c33066027738_8 , +a23de270-6f78-4b8c-a94f-c33066027738_8 ,a23de270-6f78-4b8c-a94f-c33066027738_9 , +a23de270-6f78-4b8c-a94f-c33066027738_9 ,a23de270-6f78-4b8c-a94f-c33066027738_10 , +a23de270-6f78-4b8c-a94f-c33066027738_10 ,a23de270-6f78-4b8c-a94f-c33066027738_11 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_64 ,a23de270-6f78-4b8c-a94f-c33066027738_11 , +a23de270-6f78-4b8c-a94f-c33066027738_12 ,a23de270-6f78-4b8c-a94f-c33066027738_11 , +a23de270-6f78-4b8c-a94f-c33066027738_12 ,a23de270-6f78-4b8c-a94f-c33066027738_13 , +a23de270-6f78-4b8c-a94f-c33066027738_13 ,a23de270-6f78-4b8c-a94f-c33066027738_14 , +a23de270-6f78-4b8c-a94f-c33066027738_14 ,a23de270-6f78-4b8c-a94f-c33066027738_15 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_60 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_61 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_61 ,46d5a837-c737-4ccc-bcd6-9ed019a559e5_62 , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_62 ,a23de270-6f78-4b8c-a94f-c33066027738_11 , +a23de270-6f78-4b8c-a94f-c33066027738_15 ,a23de270-6f78-4b8c-a94f-c33066027738_16 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_8 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_7 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_7 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_6 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_6 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_5 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_5 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_4 , +26956ab1-6006-410f-8761-8c5336af7478_42 ,26956ab1-6006-410f-8761-8c5336af7478_43 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_2 ,26956ab1-6006-410f-8761-8c5336af7478_43 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_2 ,26956ab1-6006-410f-8761-8c5336af7478_44 , +26956ab1-6006-410f-8761-8c5336af7478_45 ,26956ab1-6006-410f-8761-8c5336af7478_44 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_4 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_3 , +26956ab1-6006-410f-8761-8c5336af7478_43 ,bb98d362-6e28-4968-9ca5-67f1c3232f10_3 , +bb98d362-6e28-4968-9ca5-67f1c3232f10_3 ,26956ab1-6006-410f-8761-8c5336af7478_44 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_6 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_7 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_7 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_8 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_8 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_9 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_9 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_10 , +26956ab1-6006-410f-8761-8c5336af7478_12 ,26956ab1-6006-410f-8761-8c5336af7478_13 , +26956ab1-6006-410f-8761-8c5336af7478_13 ,316f45e4-c14a-44ee-b92f-b5521aa1a86b_10 , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_10 ,26956ab1-6006-410f-8761-8c5336af7478_14 , +26956ab1-6006-410f-8761-8c5336af7478_14 ,26956ab1-6006-410f-8761-8c5336af7478_15 , +26956ab1-6006-410f-8761-8c5336af7478_15 ,26956ab1-6006-410f-8761-8c5336af7478_16 , +26956ab1-6006-410f-8761-8c5336af7478_16 ,26956ab1-6006-410f-8761-8c5336af7478_17 , +26956ab1-6006-410f-8761-8c5336af7478_17 ,26956ab1-6006-410f-8761-8c5336af7478_18 , +79f54743-f060-4b70-b111-00fa146c9ed1_21 ,79f54743-f060-4b70-b111-00fa146c9ed1_22 , +79f54743-f060-4b70-b111-00fa146c9ed1_22 ,79f54743-f060-4b70-b111-00fa146c9ed1_23 , +79f54743-f060-4b70-b111-00fa146c9ed1_23 ,79f54743-f060-4b70-b111-00fa146c9ed1_24 , +79f54743-f060-4b70-b111-00fa146c9ed1_24 ,79f54743-f060-4b70-b111-00fa146c9ed1_25 , +79f54743-f060-4b70-b111-00fa146c9ed1_25 ,79f54743-f060-4b70-b111-00fa146c9ed1_26 , +26956ab1-6006-410f-8761-8c5336af7478_2 ,79f54743-f060-4b70-b111-00fa146c9ed1_26 , +79f54743-f060-4b70-b111-00fa146c9ed1_26 ,26956ab1-6006-410f-8761-8c5336af7478_3 , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.dbf new file mode 100644 index 0000000000000000000000000000000000000000..084862cf37081610c32f91f4b0beef07cd905a83 GIT binary patch literal 26909 zcmc)Szpms&5XIp|#Jm8}4M{Ay?RI+{0wEF-PjEH%%%r@3#;FYvNZ(2$Ex`udpHBa) zQ)Som%#U+h{`ld`m;0B$zWmpJfByY=e*XIPFTdBnzx)gO`uE@d|L;G2EaTY5{cO{i z=P~s*zoy$h+H||NbshKD-uK(*{9#=CKrn*)@!I;{*XcEndFtmrPiJdwn&;QO^>H1~ zNBdlE4w~Tp@o}EV?Xiw!8qei6^<&(oP_I~wo^lN*( zu39p2wPXS#NL#byP!u$7;OQ-goifLv26pWs1*{&**ziyS(&1Gc_VL*6w{@ScJ^%FU zx~B7bj49rn+i~Bvx{7GEg1XkZ7Vffo(zfF_v0R?xV_p@PO~tyu8+ zaM7>{XfsR=P|!F{?OfoL#J%&lz=qDp-u^Cg6fokP8sTyfYgx81R1m?$9gn!Rzh6#7$m`1*#rZU zV64m_30A90LE>U%YlWr57nG&V)fb<##W+@*yon2d;cbf&q!Ee5fFC zNj4@JkOY%#7$m`J-79EZvWQM_qJpW>=b$v&)%4CI55p<5O!&wVmH9sHdC`CoQ>pum+-FwMv$T>-5cdYXT}7%hNif-qK@zO4h=RmbS42VMl0_6Wj_dZW4Sl%4UQUa^_D}=^A2L*|%^rawim0%SlE^%#}9S6{%RJ)HxX3xJ}FsEWm z*^!GNEm_NG8kcVt)OwrKv#rq?s`aYs(H;gQuBskg@XktzE9)spTv^YSav-Ohoh#@x zaAj--jnj;s8{;OJETW)sd2%ptv4&B$kU<+bGo)5kMkX$2VjxFDBAZ5LK`sG!wIeNl zJY^Nse3;g~opPQ<6f{ngLwfussF^rDeiE$KJ%vrShPa%GjhqWSG{ZbPBdCHJHhChj z8OAA8eAIgNIQL#bwO(6r$(pfQP>WQ)UT24r&89uf))1E!Gf0BAPOas0qf)3L3|8h%JJAix_8!ErKeebZs>& zA+DZnXm4^&%Q)Rb6|8GoG;%=Wk{oDn()}ea-DCz$P){%Y7!y>dB)(`5>$)I~%v+3tce=_`9g6HGW|$@03o-%4PY{+S$&y%U` zVU}z&+>p~kpS`geM$l%chw^qo4jcTmqF#J#Z@%GBY!5pQtb3?Ms(!1AW*E>oO<(yU ziwUZi(=jqZ-ouW9>g9al#b&6lw|vTP7t}JEAHSkE|B6Ec@lLx3Hns>#kdi~L@f)W# zCD-^(P+uN%jo$<{ALbgr32Mg9HGUJ+r>|V&H$im4!DJhoA^x62-6b|b-9ybb zaez66PZ>)<{iKhLtcSvDoJ1ySJqRIxGMAt5?6&@ zLE@^=(`M%qlyQ1``IwhysG!YIt(SUhg2{6V8kc}o(6~glg2pAX>Artn3XMx9R?xV_ dp@POGY!oyuVWXgN8aBMw5!8_>Y;q<){{tm6YdQb` literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shp new file mode 100644 index 0000000000000000000000000000000000000000..ed896d8c39937e782f650dd2a2a34e0069e2eeeb GIT binary patch literal 29228 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 literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_branches.shx new file mode 100644 index 0000000000000000000000000000000000000000..9f212f8cb057a44429e991b39b926515f825733f GIT binary patch literal 2748 zcmZwIA&k-i6vuJoJoHfiDxTblii#(9qN4s)bObgC%n=CxKwyqQAP@)y<_H7=fxvA9 z0-FQ^a|8l`Kp+qZ>?9Bf%(2NPa|8mL1OgL%-{N*}@9neqwwHf8-LX-3ZtX^X?dWvd z)}3~Le|3C0@_st){xlqD-j6@h`=6^v-fw4T-}eqR@44^)AJy%8vYiO#v4vCdf`V?0 zVG%nx7xiZJVFJt8!=<=m#Q>(TiUVAW7wxEF2J1KyclGGRFy^p{6VYHq7e=vwZJddh zOz6QlmavNp@v;T|n8XV9aV75AFo8f!SjjdAmEu4x63c4|dMeN{Q zJT#*Z6IjL`F2y@m3}6bYIKZ`Nv7?3=tm8<$t4Ak>F^5f@i1&=>!YCH7jWhAS2|XCc z5_WMRS}o|uBv!DGEAfF1gP6t|4sjzsbYKXx*ub&)$bc$FFpn*qiZ%t^7{elVa4tSJ zqYo2U#vU%kBP#|lg;gBjT6|(h4KrBBk!aVW6T_IpCQihEnY+!yV;6fA3)se)cw#~i z#<7H5T!>FC=*J{hu#YRzVZ$J%v4%t3h|e4t!Ynp$EIv1&iV@6X3#Z}>1>G3KB6e^t zI?d?A1eURfOYx-@1DL`p4sb2LvZIC>tm8<0tw$$@F^5f@h^i4?7{vm%aVEYop$Fqw z!Y(evw-)qc5-ZrpmH5tvK}=%}hqw`44h&%y8#or<8&Jgv=COrS@q>bHjA0QwIREP( De4q`n literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.csv b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.csv new file mode 100644 index 0000000..ae312ab --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.csv @@ -0,0 +1,309 @@ +Node,OH,NomV,Vpu,P,Q,Qmin,Qmax,Vpu_obj,Phases,PhasesV,Subest,Feeder, +26956ab1-6006-410f-8761-8c5336af7478_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_3 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_13 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_28 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_29 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_30 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_31 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_32 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_33 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_34 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_35 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_36 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_37 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_38 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_39 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_40 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_41 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_42 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_43 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_44 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_45 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_46 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_47 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_48 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_49 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_50 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_51 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_52 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_53 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_54 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_55 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_56 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_57 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_58 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_59 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_60 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_61 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_62 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_63 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +26956ab1-6006-410f-8761-8c5336af7478_64 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_3 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_13 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +a23de270-6f78-4b8c-a94f-c33066027738_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_3 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_13 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_28 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_29 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_30 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_31 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_32 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_33 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_34 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_35 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_36 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_37 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_38 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_39 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_40 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_41 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_42 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_43 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_44 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_45 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_46 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_47 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_48 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_49 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_50 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_51 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_52 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_53 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_54 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_55 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_56 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_57 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_58 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_59 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_60 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_61 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_62 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_63 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_64 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc_65 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_3 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_13 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +79f54743-f060-4b70-b111-00fa146c9ed1_28 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_13 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_28 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_29 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_30 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_31 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_32 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_33 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_34 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_35 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_36 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_37 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_38 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_39 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_40 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_41 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_42 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_43 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_44 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_45 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_46 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_47 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_48 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_49 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_50 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_51 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_52 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_53 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_54 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_55 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_56 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_57 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_58 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_59 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_60 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_61 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_62 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_64 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +46d5a837-c737-4ccc-bcd6-9ed019a559e5_65 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_0 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_1 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_2 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_3 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_4 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_5 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_6 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_7 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_8 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_9 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_10 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_11 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_12 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_14 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_15 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_16 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_17 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_18 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_19 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_20 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_21 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_22 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_23 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_24 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_25 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_26 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_27 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_28 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +bb98d362-6e28-4968-9ca5-67f1c3232f10_29 ,S ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_0 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_1 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_2 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_3 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_4 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_5 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_6 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_7 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_8 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_9 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_10 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_11 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_12 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_13 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +97b60c2e-f4d8-4375-9636-fb3622f4d746_15 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_0 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_1 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_2 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_3 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_4 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_5 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_6 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_7 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_8 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_9 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_10 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , +316f45e4-c14a-44ee-b92f-b5521aa1a86b_11 ,A ,0.00 ,0 ,0 ,0 ,0 ,0 ,0 ,0P ,0P_BT ,True ,True , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.dbf new file mode 100644 index 0000000000000000000000000000000000000000..3290025a23377deffa32813a596a817dbd7311d3 GIT binary patch literal 24782 zcmb`P&1xJ+6otnz&Mq&I)hx3qQ~%Yyj03?dS;od&(N$ed5>RBU2>g0^GnYmqL&Vtm z295+8YijgyBy{dQzL(N->wJ8++x`3O&F<9O#m(A}&;NG+_{)p%ZKzT_nT?e+5cd*?&n)lL2D z{v{{B{_>CIw%;BIhx6x0*yF>)`Qb-!IREkS;Q09NuJ+r14xb#(UpzVgz4x_$`u6!x zd!Of&m+DNmHk;_|W~P#znOX`VFI$Oay0ZKIyS;sB?fyUSmwS78_3Hip{inPB@PXl+ z7U#9Npv6TkE@^RDiz`~(q{YozoU>Y2I4#a=aY2iVT3piNvKCjgxJiqfr8uv3h1a^m zYhB^BuJBq{c&#hE))ijs3a@pA*SaETT@kdd2wGPJtt*1o6+!EYpmjyix*}*@5wxy| zT31A^E27pFQR|ARbw$*=B5GX`wXTR-S46EVlGYVT>x!gxMbf$=X$H#c;SlF`TwQIo!6H zI^4Dy4!3QF!)=@4aN9;WJ`Q9!ttdmG8bHM@?L zr7xz|noNl;<~g>sZtaYfCBpHHf^a;eARNyq2*)!D!tsoPa6F?R9M32S$1@7T@r;6S zJfkoiuEq?9GYZ4uYRqsrqc9w<#teru3d3ouvBMdKslyos;dn-2IISyqMq%o-uHYGk zsnfcGXB4JR>k7WIWa_l8;44d{j;|~kPTMQ^%95$m_6okTWa_lNg0C!@I&H7uD@&w~ zuPhl(+bj6WlBv`73cj*r>a@LruPm85ZLi=fOQufSEBMM1spBh4hST;6zOrQMw7r6_ zESWlOuiz_7rcT={_{tKg<10&s)AkC!vSjMCy@IbSnL6An%DkmmVlbP{c5Fb$F0?x5 zjJ4b1Vs3L^-5JwGgyYjigyYjigyYjigyYjigyYjigyYjigyYjigyYjigyYjigyYji zhQsxa;cyCII9%@-4yOQy)7CqOQvg$kvoXWr6u@ve8zUT_E;5|f6@0qL)M;J8r;ALT z))joZ$kb_F!KaHcuW6Y=F|CXbv9)GuTeBHa$GUk*Y3}Ka$b)b^@*o_KJP5}#3c~S> zf^a;eARNyq2*)!D!tsoPa6F?h9InO;hcgPp;cCoqIHNEeuEq?9GYZ4uYRqsrqc9xK zC$HkmqYui%$9nL2H+;FmU;I&H7u8&ITW8BSZE_>PgO!+nd`b87ZYRerp|sdH6`zs#Vu2=XA~%e;{^)gc!5GVUZ4<;7bt|| e1q$JKfkHT5pb(B1D1_q$3gLKxVmMl$e*OYX1uFCa literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/StreetMap_nodes.shp new file mode 100644 index 0000000000000000000000000000000000000000..c54e4ef325f53db2bed175d76de669568d393738 GIT binary patch literal 8724 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 E3%UEh8~^|S literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.dbf new file mode 100644 index 0000000000000000000000000000000000000000..8dfea8ec79a29b49411cefc25b7399a3bfc54f71 GIT binary patch literal 4786 zcmdUy&riZI6vr1$xOwyBsYf|X*X}1COoYWFF|u%NU@OrOLoy)#y(a!4zPB!Hf`?bK zG_!|6U&~{keczAn(&OUVahxyb8?L8gx+&C?Hc#;5{%8xXk6Y`5qxA`_*QVE>fD*K?dt@iMr;Ycpp1rP}VQ`Jey)tW=@OW<73xT7A1>Y34J7!KH{9ds!5-&-Y#a zcKiB(78kq>W#G{rad8*KY`b5|FbO=B=aCz)#L^8sFLxJF;=7?p3Qw$f;H@Hg)^_)i zC6dEUb;-zk%IHfT&~L4NByAnhL9L^pJ331kL)i~HcFAZE^;Q{m#F7QjkK{y0^a2S< zkBI-v7?PirRYt=Y*RqdGwOFeXsw&Q1GasOL#H=!=nL)*8jC)cfzk3H-py)uXhV;T} ziBZ#a%1AG)RvFFW40;F3-oz@*jYBnr`fHU@A6&?_BF#{%c3rK{IbtaNgzUx^qb?s^ zGLCx6Xqb;9$sy9(I-*6FoS=V8KfXf|2hnmPpdp5iBk`f#Zt-q$Nh3iCr@GuXkuh!`^YKW7QwQ3`aTo cYe(H5vvRM=NMMEI8xCCL4n_z`BHx!|3 zHWm~aE-gZqPy`OP1%1csh1*3s1U=sJz4zT8-#Pc(YZxO=qv>N0RqTd=*I37MpE9jb z*84a%7_tJTouuu=w8ovq!wPiMCRF9?W`Ak4!6H^W7|AE$N)lv&+zAv^Cap z-iEc#MV3tA*tCk7jo1P>q$@&yg*7hc1(%}Mxx?|d;41P(5?AFpa7b?oy*96LIWL&4 zlFQZh$38eD_tO_~RnsQz(c%{J)u0{73tiaO@^W4<+a#B(P0h=B!EBdYIa^t8Jimv0 zq|2DKoHstTujS>uV0K9EXe2S2LfzmFU4TRSOz705#^tLi=~Myqp(Ix8zdK{_$S-NG_K_ I?E~li26PZIegFUf literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/SwitchingDevice_N.shx new file mode 100644 index 0000000000000000000000000000000000000000..84fa9990e6a4b3094b43d1d92ebf9d7312c25420 GIT binary patch literal 260 zcmZQzQ0HR64w_ytGcW)VLmCiVoUP&*v_tNywRn)D$HS^AObb;UZMm*begWiT*N!4; z1mtM|aU7KHg3{Zd^dkt($OomZpmZ9Po&=@$LFrcznn?^wJ3;9@C_M{GAA{1LAT+Za Ll=gzsWgr>=;L{sA literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.csv b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.csv new file mode 100644 index 0000000..9e5d12c --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.csv @@ -0,0 +1,2 @@ +Code,NodeA,NodeB,Vnom1,Vnom2,Phases,Xsc(pu),TapMin,TapMax,Subest,Feeder, +sub_5840ecc6-7f2b-400c-a683-528d02f140f6_MAQ1 ,ST_MAT ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,69.000 ,12.470 ,3 ,0.00009288 ,0.9000 ,1.1000 ,True ,True , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.dbf new file mode 100644 index 0000000000000000000000000000000000000000..e668425725a63345aa1dbbe0355dcdefda64002d GIT binary patch literal 538 zcma)%I}5@v6oump1@R9!Wz?bdCf1scRd7?37IBk4QgrZvvEb^z@aNjxI#^$r;hx;{ zokK_k7%ve*uBBTx-_Q6E%ZEGGYQ98f8FzCJdHn+)J@MWPU+xb(mU}ZT^-3|IIsd`u zn?Om00qmEHb+S@X=a_c2i@ez=2K?YS-R{xL-><&&;PRb&X(-hhIsU&^tdoh9u{?d} zEvnLRJrEYiD6)-V!b8IXh>XA%ePh5y3_M{LB=&mhE*SOvO#S~$jGNYw+KveT6c?a< V3VH>H3z1zNL?+YXpHi8R_8sw=LK^@8 literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shp b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shp new file mode 100644 index 0000000000000000000000000000000000000000..d2d6a6cb1b54609a4ad1284f5d43b3010896aa14 GIT binary patch literal 188 zcmZQzQ0HR64x(N#GcW)VLmCiVoUP)xL$0;COFYOCiGLWx$F3bklo80&AjT|^LMEtI JBzv&h3jh-iDN6tV literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer.shx new file mode 100644 index 0000000000000000000000000000000000000000..0cc9acc1a0a01303380efc7ed151b20d44eb88cc GIT binary patch literal 108 xcmZQzQ0HR64$NLKGcW)VLmCiVoUP)xL$0;COFYOCiGLWx$F3bk)CkDa003ZU4(0#= literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.csv b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.csv new file mode 100644 index 0000000..456d82b --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.csv @@ -0,0 +1,5 @@ +Code,NodeA,NodeB,Vnom1,Vnom2,Phases,Xsc(pu),TapMin,TapMax,Subest,Feeder, +Tr(R:DT0-DT0LV) ,DT0 ,DT0LV ,12.470 ,0.416 ,3 ,0.00562000 ,1.0300 ,1.0300 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0 , +Tr(R:DT1-DT1LV) ,DT1 ,DT1LV ,12.470 ,0.416 ,3 ,0.00562000 ,1.0300 ,1.0300 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +Tr(R:DT2-DT2LV) ,DT2 ,DT2LV ,12.470 ,0.416 ,3 ,0.01253333 ,1.0300 ,1.0300 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , +Tr(R:DT3-DT3LV) ,DT3 ,DT3LV ,12.470 ,0.416 ,3 ,0.00562000 ,1.0300 ,1.0300 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 ,sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10 , diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.dbf b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.dbf new file mode 100644 index 0000000000000000000000000000000000000000..c639947b1cb80a4ca59a54b354f8c1f81468e194 GIT binary patch literal 1062 zcmd6kJ5R$f5P$SmF(5$^Q>hR{5nGgpBN%9_hDfaZ9R6j`=Y}?+ z3@m^p`_A{BtwWJ7*RNwdFVwm^*72m%GDUuAYQ*(j+e7m!Qy|{ohM32* z`3pC-sSbml*)*%>!fc55JN)h`tyDz~#P^$n>-bpZ!$m#PJK{%&?S?2_+&<5!MtsnD zfadAj_xz#GRP{=n-gnl%-nvn$P|FPuI{cVL%i;a`bp$rfNjzd0^qjYlR4P>)mdSPb6_#lN$P_5{4=zOSBu(>cdp}P^rM>dy`TA;Zgr-IG3<+{H30?@DW vt*;B+fPO{iBb$pZht3C@$pSO?P2di>rNA&f{8i&jIM7^lKC-#!a_D>jnEQH} literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.shx b/example/run/baseline_scenario/rnm-us/results/Shapefiles/Transformer_N.shx new file mode 100644 index 0000000000000000000000000000000000000000..922907a83d23863d5a1d8c30d9dc51b99f1cbc4b GIT binary patch literal 132 zcmZQzQ0HR64xC;vGcW)VgJw*>)9m>wjzK%*u3C!+IeI*-n(}UeisKHsR_QH3K6dRW TqDDZT1`x+V=`JX}4MYO~zey0M literal 0 HcmV?d00001 diff --git a/example/run/baseline_scenario/rnm-us/results/Summary/Summary.json b/example/run/baseline_scenario/rnm-us/results/Summary/Summary.json new file mode 100644 index 0000000..e492837 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/results/Summary/Summary.json @@ -0,0 +1,90 @@ +{ +"Case study" : +[ +{ "Case" : "simulations/4e71bcd6-7189-49f3-957d-2adb7ee0646f/Outputs/Summary/" , "Date" : "Mon Jan 30 22:41:16 2023" , "Computing time (minutes):" : "0" } +] +, +"Demand/generation and number of consumers/distributed generators" : +[ +{ "Type" : "Consumers " , "Voltage level" : "LV" , "Demand/generation (kW)" : 1101 , "Number" : 5 , "Num. Points" : 5 , "Peak demand/generation (kW)" : 1101 }, +{ "Type" : "Consumers " , "Voltage level" : "MV" , "Demand/generation (kW)" : 19082 , "Number" : 8 , "Num. Points" : 8 , "Peak demand/generation (kW)" : 19082 }, +{ "Type" : "Distributed generators " , "Voltage level" : "LV" , "Demand/generation (kW)" : 0 , "Number" : 0 , "Num. Points" : 0 , "Peak demand/generation (kW)" : 0 }, +{ "Type" : "Distributed generators " , "Voltage level" : "MV" , "Demand/generation (kW)" : 0 , "Number" : 0 , "Num. Points" : 0 , "Peak demand/generation (kW)" : 0 } +] +, +"Length of overhead and underground electrical lines" : +[ +{ "Voltage level" : "Lines LV" , "Overhead (km)" : 0.00 , "Underground (km)" : 0.20 }, +{ "Voltage level" : "Lines MV" , "Overhead (km)" : 1.01 , "Underground (km)" : 1.82 } +] +, +"Demand and energy losses" : +[ +{ "Voltage level" : "LV" , "Energy losses - Year0 (USD)" : 3267 , "Energy losses - Year0 (kWh)" : 65336 , "Peak demand P1 (kW)" : 142 , "Energy losses - Year0 P1 (kW)" : 0 , "Peak demand P2 (kW)" : 80 , "Energy losses - Year0 P2 (kW)" : 0 , "Peak demand P3 (kW)" : 96 , "Energy losses - Year0 P3 (kW)" : 0 , "Peak demand P4 (kW)" : 80 , "Energy losses - Year0 P4 (kW)" : 0 , "Peak demand P5 (kW)" : 174 , "Energy losses - Year0 P5 (kW)" : 0 , "Peak demand P6 (kW)" : 272 , "Energy losses - Year0 P6 (kW)" : 1 , "Peak demand P7 (kW)" : 301 , "Energy losses - Year0 P7 (kW)" : 1 , "Peak demand P8 (kW)" : 675 , "Energy losses - Year0 P8 (kW)" : 6 , "Peak demand P9 (kW)" : 807 , "Energy losses - Year0 P9 (kW)" : 8 , "Peak demand P10 (kW)" : 888 , "Energy losses - Year0 P10 (kW)" : 10 , "Peak demand P11 (kW)" : 981 , "Energy losses - Year0 P11 (kW)" : 12 , "Peak demand P12 (kW)" : 1096 , "Energy losses - Year0 P12 (kW)" : 15 , "Peak demand P13 (kW)" : 1090 , "Energy losses - Year0 P13 (kW)" : 15 , "Peak demand P14 (kW)" : 1069 , "Energy losses - Year0 P14 (kW)" : 14 , "Peak demand P15 (kW)" : 940 , "Energy losses - Year0 P15 (kW)" : 11 , "Peak demand P16 (kW)" : 889 , "Energy losses - Year0 P16 (kW)" : 10 , "Peak demand P17 (kW)" : 968 , "Energy losses - Year0 P17 (kW)" : 12 , "Peak demand P18 (kW)" : 1029 , "Energy losses - Year0 P18 (kW)" : 13 , "Peak demand P19 (kW)" : 1012 , "Energy losses - Year0 P19 (kW)" : 13 , "Peak demand P20 (kW)" : 960 , "Energy losses - Year0 P20 (kW)" : 11 , "Peak demand P21 (kW)" : 972 , "Energy losses - Year0 P21 (kW)" : 12 , "Peak demand P22 (kW)" : 882 , "Energy losses - Year0 P22 (kW)" : 10 , "Peak demand P23 (kW)" : 588 , "Energy losses - Year0 P23 (kW)" : 4 , "Peak demand P24 (kW)" : 327 , "Energy losses - Year0 P24 (kW)" : 1 }, +{ "Voltage level" : "Dist.Transf." , "Energy losses - Year0 (USD)" : 4821 , "Energy losses - Year0 (kWh)" : 96428 , "Peak demand P1 (kW)" : 143 , "Energy losses - Year0 P1 (kW)" : 7 , "Peak demand P2 (kW)" : 80 , "Energy losses - Year0 P2 (kW)" : 7 , "Peak demand P3 (kW)" : 96 , "Energy losses - Year0 P3 (kW)" : 7 , "Peak demand P4 (kW)" : 81 , "Energy losses - Year0 P4 (kW)" : 7 , "Peak demand P5 (kW)" : 174 , "Energy losses - Year0 P5 (kW)" : 7 , "Peak demand P6 (kW)" : 273 , "Energy losses - Year0 P6 (kW)" : 7 , "Peak demand P7 (kW)" : 302 , "Energy losses - Year0 P7 (kW)" : 8 , "Peak demand P8 (kW)" : 680 , "Energy losses - Year0 P8 (kW)" : 10 , "Peak demand P9 (kW)" : 815 , "Energy losses - Year0 P9 (kW)" : 11 , "Peak demand P10 (kW)" : 898 , "Energy losses - Year0 P10 (kW)" : 12 , "Peak demand P11 (kW)" : 993 , "Energy losses - Year0 P11 (kW)" : 13 , "Peak demand P12 (kW)" : 1112 , "Energy losses - Year0 P12 (kW)" : 15 , "Peak demand P13 (kW)" : 1104 , "Energy losses - Year0 P13 (kW)" : 15 , "Peak demand P14 (kW)" : 1083 , "Energy losses - Year0 P14 (kW)" : 15 , "Peak demand P15 (kW)" : 951 , "Energy losses - Year0 P15 (kW)" : 13 , "Peak demand P16 (kW)" : 898 , "Energy losses - Year0 P16 (kW)" : 12 , "Peak demand P17 (kW)" : 980 , "Energy losses - Year0 P17 (kW)" : 13 , "Peak demand P18 (kW)" : 1042 , "Energy losses - Year0 P18 (kW)" : 14 , "Peak demand P19 (kW)" : 1024 , "Energy losses - Year0 P19 (kW)" : 14 , "Peak demand P20 (kW)" : 971 , "Energy losses - Year0 P20 (kW)" : 13 , "Peak demand P21 (kW)" : 984 , "Energy losses - Year0 P21 (kW)" : 13 , "Peak demand P22 (kW)" : 892 , "Energy losses - Year0 P22 (kW)" : 12 , "Peak demand P23 (kW)" : 592 , "Energy losses - Year0 P23 (kW)" : 9 , "Peak demand P24 (kW)" : 328 , "Energy losses - Year0 P24 (kW)" : 8 }, +{ "Voltage level" : "MV" , "Energy losses - Year0 (USD)" : 41935 , "Energy losses - Year0 (kWh)" : 838707 , "Peak demand P1 (kW)" : 5555 , "Energy losses - Year0 P1 (kW)" : 16 , "Peak demand P2 (kW)" : 4093 , "Energy losses - Year0 P2 (kW)" : 11 , "Peak demand P3 (kW)" : 4891 , "Energy losses - Year0 P3 (kW)" : 13 , "Peak demand P4 (kW)" : 3924 , "Energy losses - Year0 P4 (kW)" : 10 , "Peak demand P5 (kW)" : 5730 , "Energy losses - Year0 P5 (kW)" : 16 , "Peak demand P6 (kW)" : 6020 , "Energy losses - Year0 P6 (kW)" : 18 , "Peak demand P7 (kW)" : 7158 , "Energy losses - Year0 P7 (kW)" : 25 , "Peak demand P8 (kW)" : 12429 , "Energy losses - Year0 P8 (kW)" : 79 , "Peak demand P9 (kW)" : 14445 , "Energy losses - Year0 P9 (kW)" : 108 , "Peak demand P10 (kW)" : 16108 , "Energy losses - Year0 P10 (kW)" : 134 , "Peak demand P11 (kW)" : 17197 , "Energy losses - Year0 P11 (kW)" : 155 , "Peak demand P12 (kW)" : 17801 , "Energy losses - Year0 P12 (kW)" : 168 , "Peak demand P13 (kW)" : 17396 , "Energy losses - Year0 P13 (kW)" : 159 , "Peak demand P14 (kW)" : 18150 , "Energy losses - Year0 P14 (kW)" : 172 , "Peak demand P15 (kW)" : 16891 , "Energy losses - Year0 P15 (kW)" : 147 , "Peak demand P16 (kW)" : 16736 , "Energy losses - Year0 P16 (kW)" : 142 , "Peak demand P17 (kW)" : 17313 , "Energy losses - Year0 P17 (kW)" : 156 , "Peak demand P18 (kW)" : 17461 , "Energy losses - Year0 P18 (kW)" : 160 , "Peak demand P19 (kW)" : 15754 , "Energy losses - Year0 P19 (kW)" : 135 , "Peak demand P20 (kW)" : 15564 , "Energy losses - Year0 P20 (kW)" : 131 , "Peak demand P21 (kW)" : 15216 , "Energy losses - Year0 P21 (kW)" : 128 , "Peak demand P22 (kW)" : 14070 , "Energy losses - Year0 P22 (kW)" : 108 , "Peak demand P23 (kW)" : 11476 , "Energy losses - Year0 P23 (kW)" : 71 , "Peak demand P24 (kW)" : 8242 , "Energy losses - Year0 P24 (kW)" : 37 }, +{ "Voltage level" : "HV/MV Subest." , "Energy losses - Year0 (USD)" : 0 , "Energy losses - Year0 (kWh)" : 4 , "Peak demand P1 (kW)" : 5714 , "Energy losses - Year0 P1 (kW)" : 0 , "Peak demand P2 (kW)" : 4184 , "Energy losses - Year0 P2 (kW)" : 0 , "Peak demand P3 (kW)" : 4999 , "Energy losses - Year0 P3 (kW)" : 0 , "Peak demand P4 (kW)" : 4015 , "Energy losses - Year0 P4 (kW)" : 0 , "Peak demand P5 (kW)" : 5921 , "Energy losses - Year0 P5 (kW)" : 0 , "Peak demand P6 (kW)" : 6311 , "Energy losses - Year0 P6 (kW)" : 0 , "Peak demand P7 (kW)" : 7485 , "Energy losses - Year0 P7 (kW)" : 0 , "Peak demand P8 (kW)" : 13188 , "Energy losses - Year0 P8 (kW)" : 0 , "Peak demand P9 (kW)" : 15367 , "Energy losses - Year0 P9 (kW)" : 0 , "Peak demand P10 (kW)" : 17139 , "Energy losses - Year0 P10 (kW)" : 0 , "Peak demand P11 (kW)" : 18345 , "Energy losses - Year0 P11 (kW)" : 0 , "Peak demand P12 (kW)" : 19080 , "Energy losses - Year0 P12 (kW)" : 0 , "Peak demand P13 (kW)" : 18660 , "Energy losses - Year0 P13 (kW)" : 0 , "Peak demand P14 (kW)" : 19405 , "Energy losses - Year0 P14 (kW)" : 0 , "Peak demand P15 (kW)" : 17989 , "Energy losses - Year0 P15 (kW)" : 0 , "Peak demand P16 (kW)" : 17777 , "Energy losses - Year0 P16 (kW)" : 0 , "Peak demand P17 (kW)" : 18449 , "Energy losses - Year0 P17 (kW)" : 0 , "Peak demand P18 (kW)" : 18662 , "Energy losses - Year0 P18 (kW)" : 0 , "Peak demand P19 (kW)" : 16913 , "Energy losses - Year0 P19 (kW)" : 0 , "Peak demand P20 (kW)" : 16666 , "Energy losses - Year0 P20 (kW)" : 0 , "Peak demand P21 (kW)" : 16328 , "Energy losses - Year0 P21 (kW)" : 0 , "Peak demand P22 (kW)" : 15071 , "Energy losses - Year0 P22 (kW)" : 0 , "Peak demand P23 (kW)" : 12139 , "Energy losses - Year0 P23 (kW)" : 0 , "Peak demand P24 (kW)" : 8607 , "Energy losses - Year0 P24 (kW)" : 0 }, +{ "Voltage level" : "Trans.Subest." , "Energy losses - Year0 (USD)" : 0 , "Energy losses - Year0 (kWh)" : 0 , "Peak demand P1 (kW)" : 0 , "Energy losses - Year0 P1 (kW)" : 0 , "Peak demand P2 (kW)" : 0 , "Energy losses - Year0 P2 (kW)" : 0 , "Peak demand P3 (kW)" : 0 , "Energy losses - Year0 P3 (kW)" : 0 , "Peak demand P4 (kW)" : 0 , "Energy losses - Year0 P4 (kW)" : 0 , "Peak demand P5 (kW)" : 0 , "Energy losses - Year0 P5 (kW)" : 0 , "Peak demand P6 (kW)" : 0 , "Energy losses - Year0 P6 (kW)" : 0 , "Peak demand P7 (kW)" : 0 , "Energy losses - Year0 P7 (kW)" : 0 , "Peak demand P8 (kW)" : 0 , "Energy losses - Year0 P8 (kW)" : 0 , "Peak demand P9 (kW)" : 0 , "Energy losses - Year0 P9 (kW)" : 0 , "Peak demand P10 (kW)" : 0 , "Energy losses - Year0 P10 (kW)" : 0 , "Peak demand P11 (kW)" : 0 , "Energy losses - Year0 P11 (kW)" : 0 , "Peak demand P12 (kW)" : 0 , "Energy losses - Year0 P12 (kW)" : 0 , "Peak demand P13 (kW)" : 0 , "Energy losses - Year0 P13 (kW)" : 0 , "Peak demand P14 (kW)" : 0 , "Energy losses - Year0 P14 (kW)" : 0 , "Peak demand P15 (kW)" : 0 , "Energy losses - Year0 P15 (kW)" : 0 , "Peak demand P16 (kW)" : 0 , "Energy losses - Year0 P16 (kW)" : 0 , "Peak demand P17 (kW)" : 0 , "Energy losses - Year0 P17 (kW)" : 0 , "Peak demand P18 (kW)" : 0 , "Energy losses - Year0 P18 (kW)" : 0 , "Peak demand P19 (kW)" : 0 , "Energy losses - Year0 P19 (kW)" : 0 , "Peak demand P20 (kW)" : 0 , "Energy losses - Year0 P20 (kW)" : 0 , "Peak demand P21 (kW)" : 0 , "Energy losses - Year0 P21 (kW)" : 0 , "Peak demand P22 (kW)" : 0 , "Energy losses - Year0 P22 (kW)" : 0 , "Peak demand P23 (kW)" : 0 , "Energy losses - Year0 P23 (kW)" : 0 , "Peak demand P24 (kW)" : 0 , "Energy losses - Year0 P24 (kW)" : 0 } +] +, +"Summary" : +[ +{ "Level" : "LV" , "Investment cost" : 83196 , "Preventive maintenance (yearly)" : 28 , "Corrective maintenance (yearly)" : 0 , "Inv.cost + maint. (NPV)" : 83641 , "Losses (NPV)" : 25853 , "Switching Dev. (NPV)" : 0 , "Volt. Reg. (NPV)" : 0 , "TOTAL (NPV)" : 109494 , "Increase(%)" : "inf" }, +{ "Level" : "Dist.Transf." , "Investment cost" : 255900 , "Preventive maintenance (yearly)" : 6858 , "Corrective maintenance (yearly)" : 0 , "Inv.cost + maint. (NPV)" : 363930 , "Losses (NPV)" : 61970 , "Switching Dev. (NPV)" : "" , "Volt. Reg. (NPV)" : "" , "TOTAL (NPV)" : 425899 , "Increase(%)" : "inf" }, +{ "Level" : "MV" , "Investment cost" : 3871766 , "Preventive maintenance (yearly)" : 9187 , "Corrective maintenance (yearly)" : 0 , "Inv.cost + maint. (NPV)" : 4016481 , "Losses (NPV)" : 331866 , "Switching Dev. (NPV)" : 1661460 , "Volt. Reg. (NPV)" : 0 , "TOTAL (NPV)" : 6009807 , "Increase(%)" : "inf" }, +{ "Level" : "HV/MV Subest." , "Investment cost" : 0 , "Preventive maintenance (yearly)" : 0 , "Corrective maintenance (yearly)" : 0 , "Inv.cost + maint. (NPV)" : 0 , "Losses (NPV)" : 1 , "Switching Dev. (NPV)" : "" , "Volt. Reg. (NPV)" : "" , "TOTAL (NPV)" : 1 , "Increase(%)" : 0.0 }, +{ "Level" : "Trans.Subest." , "Investment cost" : 0 , "Preventive maintenance (yearly)" : 0 , "Corrective maintenance (yearly)" : 0 , "Inv.cost + maint. (NPV)" : 0 , "Losses (NPV)" : 0 , "Switching Dev. (NPV)" : "" , "Volt. Reg. (NPV)" : "" , "TOTAL (NPV)" : 0 , "Increase(%)" : "NaN" } +] +, +"Trenches, facades and posts Length" : +[ +{ "Level" : "LV" , "Facade" : 0.00 , "Post" : 0.00 , "Trench" : 0.20 , "Total" : 0.20 }, +{ "Level" : "MV" , "Facade" : 0.00 , "Post" : 0.92 , "Trench" : 1.75 , "Total" : 2.66 } +] +, +"Trenches, facades and posts Cost" : +[ +{ "Level" : "LV" , "Facade" : 0.00 , "Post" : 0.00 , "Trench" : 80470.53 , "Total" : 80470.53 }, +{ "Level" : "MV" , "Facade" : 0.00 , "Post" : 200647.14 , "Trench" : 2778281.91 , "Total" : 2978929.05 } +] +, +"Reliability indexes" : +[ +{ "ASIDI" : 1.28 , "ASIFI" : 0.08 } +] +, +"Substations and distribution transformers" : +[ +{ "TYPE OF EQUIPMENT" : "Dist.Transf." , "Vnom1(kV)" : 12.5 , "Vnom2(kV)" : 0.4 , "NumPhases" : 3 , "Snom(kVA)" : 1000 , "Number" : 3 , "Size (kVA)" : 1000 , "Investment cost" : 208800 , "Preventive maintenance (yearly)" : 5596 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "Dist.Transf." , "Vnom1(kV)" : 12.5 , "Vnom2(kV)" : 0.4 , "NumPhases" : 3 , "Snom(kVA)" : 300 , "Number" : 1 , "Size (kVA)" : 300 , "Investment cost" : 47100 , "Preventive maintenance (yearly)" : 1262 , "Corrective maintenance (yearly)" : 0 } +] +, +"Transformers" : +[ +{ } +] +, +"Electrical lines and equipment" : +[ +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 22463 , "Number" : 1 , "Length(km)" : 0.22 , "Investment cost" : 193648 , "Preventive maintenance (yearly)" : 1936 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 14255 , "Number" : 1 , "Length(km)" : 0.14 , "Investment cost" : 31889 , "Preventive maintenance (yearly)" : 331 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 13823 , "Number" : 1 , "Length(km)" : 0.41 , "Investment cost" : 193522 , "Preventive maintenance (yearly)" : 2007 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 11231 , "Number" : 2 , "Length(km)" : 0.47 , "Investment cost" : 90814 , "Preventive maintenance (yearly)" : 942 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 9503 , "Number" : 1 , "Length(km)" : 0.24 , "Investment cost" : 78836 , "Preventive maintenance (yearly)" : 818 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 7884 , "Number" : 2 , "Length(km)" : 0.40 , "Investment cost" : 58661 , "Preventive maintenance (yearly)" : 608 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 12.5 , "Snom(kVA)" : 7128 , "Number" : 7 , "Length(km)" : 0.95 , "Investment cost" : 245467 , "Preventive maintenance (yearly)" : 2545 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "LINE" , "Vnom(kV)" : 0.4 , "Snom(kVA)" : 461 , "Number" : 5 , "Length(km)" : 0.20 , "Investment cost" : 2726 , "Preventive maintenance (yearly)" : 28 , "Corrective maintenance (yearly)" : 0 } +] +, +"Switching devices" : +[ +{ "TYPE OF EQUIPMENT" : "Switch" , "Vnom(kV)" : 12.5 , "Number" : 18 , "Investment cost" : 540000 , "Preventive maintenance (yearly)" : 54000 , "Corrective maintenance (yearly)" : 0 }, +{ "TYPE OF EQUIPMENT" : "Breaker" , "Vnom(kV)" : 12.5 , "Number" : 2 , "Investment cost" : 120000 , "Preventive maintenance (yearly)" : 12000 , "Corrective maintenance (yearly)" : 0 } +] +, +"Feeders" : +[ +{ "Substation" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> DT0" , "Num. Cons. LV" : 1 , "Num. Cons. MV" : 5 , "Num. Dist. Transf." : 1 , "Size Dist. Transf. (kVA)" : 1000.00 , "Num. Capac." : 0 , "Num. Volt. Reg." : 0 , "Num. Reclosers" : 0 , "Num. Switches" : 6 , "Len LV" : 0.03 , "Len MV" : 1.52 , "Len MV 1P" : 0.00 , "Len MV 2P" : 0.00 , "Len MV 3P" : 1.52 , "Len MV 1P OH" : 0.00 , "Len MV 2P OH" : 0.00 , "Len MV 3P OH" : 0.54 , "Avg Year" : 1999 , "Avg Land value (USD/km2)" : 0 , "Rural (%)" : "NaN" , "Urban (%)" : "NaN" , "Residential (%)" : "NaN" , "Commercial (%)" : "NaN" , "Industrial (%)" : "NaN" , "County" : "" , "Config subest" : "delta-wye" }, +{ "Substation" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47" , "Feeder" : "sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47 -> 8_10" , "Num. Cons. LV" : 4 , "Num. Cons. MV" : 3 , "Num. Dist. Transf." : 3 , "Size Dist. Transf. (kVA)" : 2300.00 , "Num. Capac." : 3 , "Num. Volt. Reg." : 0 , "Num. Reclosers" : 0 , "Num. Switches" : 10 , "Len LV" : 0.17 , "Len MV" : 1.09 , "Len MV 1P" : 0.00 , "Len MV 2P" : 0.00 , "Len MV 3P" : 1.09 , "Len MV 1P OH" : 0.00 , "Len MV 2P OH" : 0.00 , "Len MV 3P OH" : 0.47 , "Avg Year" : 1999 , "Avg Land value (USD/km2)" : 0 , "Rural (%)" : "NaN" , "Urban (%)" : "NaN" , "Residential (%)" : "NaN" , "Commercial (%)" : "NaN" , "Industrial (%)" : "NaN" , "County" : "" , "Config subest" : "delta-wye" } +] +} diff --git a/example/run/baseline_scenario/rnm-us/timestamps.csv b/example/run/baseline_scenario/rnm-us/timestamps.csv new file mode 100644 index 0000000..5e630f1 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/timestamps.csv @@ -0,0 +1,25 @@ +Datetime +2017/06/27 00:00:00 +2017/06/27 01:00:00 +2017/06/27 02:00:00 +2017/06/27 03:00:00 +2017/06/27 04:00:00 +2017/06/27 05:00:00 +2017/06/27 06:00:00 +2017/06/27 07:00:00 +2017/06/27 08:00:00 +2017/06/27 09:00:00 +2017/06/27 10:00:00 +2017/06/27 11:00:00 +2017/06/27 12:00:00 +2017/06/27 13:00:00 +2017/06/27 14:00:00 +2017/06/27 15:00:00 +2017/06/27 16:00:00 +2017/06/27 17:00:00 +2017/06/27 18:00:00 +2017/06/27 19:00:00 +2017/06/27 20:00:00 +2017/06/27 21:00:00 +2017/06/27 22:00:00 +2017/06/27 23:00:00 diff --git a/example/run/baseline_scenario/rnm-us/timestamps_extendido.csv b/example/run/baseline_scenario/rnm-us/timestamps_extendido.csv new file mode 100644 index 0000000..e94d833 --- /dev/null +++ b/example/run/baseline_scenario/rnm-us/timestamps_extendido.csv @@ -0,0 +1,8761 @@ +Datetime +2017/01/01 01:00:00 +2017/01/01 02:00:00 +2017/01/01 03:00:00 +2017/01/01 04:00:00 +2017/01/01 05:00:00 +2017/01/01 06:00:00 +2017/01/01 07:00:00 +2017/01/01 08:00:00 +2017/01/01 09:00:00 +2017/01/01 10:00:00 +2017/01/01 11:00:00 +2017/01/01 12:00:00 +2017/01/01 13:00:00 +2017/01/01 14:00:00 +2017/01/01 15:00:00 +2017/01/01 16:00:00 +2017/01/01 17:00:00 +2017/01/01 18:00:00 +2017/01/01 19:00:00 +2017/01/01 20:00:00 +2017/01/01 21:00:00 +2017/01/01 22:00:00 +2017/01/01 23:00:00 +2017/01/02 00:00:00 +2017/01/02 01:00:00 +2017/01/02 02:00:00 +2017/01/02 03:00:00 +2017/01/02 04:00:00 +2017/01/02 05:00:00 +2017/01/02 06:00:00 +2017/01/02 07:00:00 +2017/01/02 08:00:00 +2017/01/02 09:00:00 +2017/01/02 10:00:00 +2017/01/02 11:00:00 +2017/01/02 12:00:00 +2017/01/02 13:00:00 +2017/01/02 14:00:00 +2017/01/02 15:00:00 +2017/01/02 16:00:00 +2017/01/02 17:00:00 +2017/01/02 18:00:00 +2017/01/02 19:00:00 +2017/01/02 20:00:00 +2017/01/02 21:00:00 +2017/01/02 22:00:00 +2017/01/02 23:00:00 +2017/01/03 00:00:00 +2017/01/03 01:00:00 +2017/01/03 02:00:00 +2017/01/03 03:00:00 +2017/01/03 04:00:00 +2017/01/03 05:00:00 +2017/01/03 06:00:00 +2017/01/03 07:00:00 +2017/01/03 08:00:00 +2017/01/03 09:00:00 +2017/01/03 10:00:00 +2017/01/03 11:00:00 +2017/01/03 12:00:00 +2017/01/03 13:00:00 +2017/01/03 14:00:00 +2017/01/03 15:00:00 +2017/01/03 16:00:00 +2017/01/03 17:00:00 +2017/01/03 18:00:00 +2017/01/03 19:00:00 +2017/01/03 20:00:00 +2017/01/03 21:00:00 +2017/01/03 22:00:00 +2017/01/03 23:00:00 +2017/01/04 00:00:00 +2017/01/04 01:00:00 +2017/01/04 02:00:00 +2017/01/04 03:00:00 +2017/01/04 04:00:00 +2017/01/04 05:00:00 +2017/01/04 06:00:00 +2017/01/04 07:00:00 +2017/01/04 08:00:00 +2017/01/04 09:00:00 +2017/01/04 10:00:00 +2017/01/04 11:00:00 +2017/01/04 12:00:00 +2017/01/04 13:00:00 +2017/01/04 14:00:00 +2017/01/04 15:00:00 +2017/01/04 16:00:00 +2017/01/04 17:00:00 +2017/01/04 18:00:00 +2017/01/04 19:00:00 +2017/01/04 20:00:00 +2017/01/04 21:00:00 +2017/01/04 22:00:00 +2017/01/04 23:00:00 +2017/01/05 00:00:00 +2017/01/05 01:00:00 +2017/01/05 02:00:00 +2017/01/05 03:00:00 +2017/01/05 04:00:00 +2017/01/05 05:00:00 +2017/01/05 06:00:00 +2017/01/05 07:00:00 +2017/01/05 08:00:00 +2017/01/05 09:00:00 +2017/01/05 10:00:00 +2017/01/05 11:00:00 +2017/01/05 12:00:00 +2017/01/05 13:00:00 +2017/01/05 14:00:00 +2017/01/05 15:00:00 +2017/01/05 16:00:00 +2017/01/05 17:00:00 +2017/01/05 18:00:00 +2017/01/05 19:00:00 +2017/01/05 20:00:00 +2017/01/05 21:00:00 +2017/01/05 22:00:00 +2017/01/05 23:00:00 +2017/01/06 00:00:00 +2017/01/06 01:00:00 +2017/01/06 02:00:00 +2017/01/06 03:00:00 +2017/01/06 04:00:00 +2017/01/06 05:00:00 +2017/01/06 06:00:00 +2017/01/06 07:00:00 +2017/01/06 08:00:00 +2017/01/06 09:00:00 +2017/01/06 10:00:00 +2017/01/06 11:00:00 +2017/01/06 12:00:00 +2017/01/06 13:00:00 +2017/01/06 14:00:00 +2017/01/06 15:00:00 +2017/01/06 16:00:00 +2017/01/06 17:00:00 +2017/01/06 18:00:00 +2017/01/06 19:00:00 +2017/01/06 20:00:00 +2017/01/06 21:00:00 +2017/01/06 22:00:00 +2017/01/06 23:00:00 +2017/01/07 00:00:00 +2017/01/07 01:00:00 +2017/01/07 02:00:00 +2017/01/07 03:00:00 +2017/01/07 04:00:00 +2017/01/07 05:00:00 +2017/01/07 06:00:00 +2017/01/07 07:00:00 +2017/01/07 08:00:00 +2017/01/07 09:00:00 +2017/01/07 10:00:00 +2017/01/07 11:00:00 +2017/01/07 12:00:00 +2017/01/07 13:00:00 +2017/01/07 14:00:00 +2017/01/07 15:00:00 +2017/01/07 16:00:00 +2017/01/07 17:00:00 +2017/01/07 18:00:00 +2017/01/07 19:00:00 +2017/01/07 20:00:00 +2017/01/07 21:00:00 +2017/01/07 22:00:00 +2017/01/07 23:00:00 +2017/01/08 00:00:00 +2017/01/08 01:00:00 +2017/01/08 02:00:00 +2017/01/08 03:00:00 +2017/01/08 04:00:00 +2017/01/08 05:00:00 +2017/01/08 06:00:00 +2017/01/08 07:00:00 +2017/01/08 08:00:00 +2017/01/08 09:00:00 +2017/01/08 10:00:00 +2017/01/08 11:00:00 +2017/01/08 12:00:00 +2017/01/08 13:00:00 +2017/01/08 14:00:00 +2017/01/08 15:00:00 +2017/01/08 16:00:00 +2017/01/08 17:00:00 +2017/01/08 18:00:00 +2017/01/08 19:00:00 +2017/01/08 20:00:00 +2017/01/08 21:00:00 +2017/01/08 22:00:00 +2017/01/08 23:00:00 +2017/01/09 00:00:00 +2017/01/09 01:00:00 +2017/01/09 02:00:00 +2017/01/09 03:00:00 +2017/01/09 04:00:00 +2017/01/09 05:00:00 +2017/01/09 06:00:00 +2017/01/09 07:00:00 +2017/01/09 08:00:00 +2017/01/09 09:00:00 +2017/01/09 10:00:00 +2017/01/09 11:00:00 +2017/01/09 12:00:00 +2017/01/09 13:00:00 +2017/01/09 14:00:00 +2017/01/09 15:00:00 +2017/01/09 16:00:00 +2017/01/09 17:00:00 +2017/01/09 18:00:00 +2017/01/09 19:00:00 +2017/01/09 20:00:00 +2017/01/09 21:00:00 +2017/01/09 22:00:00 +2017/01/09 23:00:00 +2017/01/10 00:00:00 +2017/01/10 01:00:00 +2017/01/10 02:00:00 +2017/01/10 03:00:00 +2017/01/10 04:00:00 +2017/01/10 05:00:00 +2017/01/10 06:00:00 +2017/01/10 07:00:00 +2017/01/10 08:00:00 +2017/01/10 09:00:00 +2017/01/10 10:00:00 +2017/01/10 11:00:00 +2017/01/10 12:00:00 +2017/01/10 13:00:00 +2017/01/10 14:00:00 +2017/01/10 15:00:00 +2017/01/10 16:00:00 +2017/01/10 17:00:00 +2017/01/10 18:00:00 +2017/01/10 19:00:00 +2017/01/10 20:00:00 +2017/01/10 21:00:00 +2017/01/10 22:00:00 +2017/01/10 23:00:00 +2017/01/11 00:00:00 +2017/01/11 01:00:00 +2017/01/11 02:00:00 +2017/01/11 03:00:00 +2017/01/11 04:00:00 +2017/01/11 05:00:00 +2017/01/11 06:00:00 +2017/01/11 07:00:00 +2017/01/11 08:00:00 +2017/01/11 09:00:00 +2017/01/11 10:00:00 +2017/01/11 11:00:00 +2017/01/11 12:00:00 +2017/01/11 13:00:00 +2017/01/11 14:00:00 +2017/01/11 15:00:00 +2017/01/11 16:00:00 +2017/01/11 17:00:00 +2017/01/11 18:00:00 +2017/01/11 19:00:00 +2017/01/11 20:00:00 +2017/01/11 21:00:00 +2017/01/11 22:00:00 +2017/01/11 23:00:00 +2017/01/12 00:00:00 +2017/01/12 01:00:00 +2017/01/12 02:00:00 +2017/01/12 03:00:00 +2017/01/12 04:00:00 +2017/01/12 05:00:00 +2017/01/12 06:00:00 +2017/01/12 07:00:00 +2017/01/12 08:00:00 +2017/01/12 09:00:00 +2017/01/12 10:00:00 +2017/01/12 11:00:00 +2017/01/12 12:00:00 +2017/01/12 13:00:00 +2017/01/12 14:00:00 +2017/01/12 15:00:00 +2017/01/12 16:00:00 +2017/01/12 17:00:00 +2017/01/12 18:00:00 +2017/01/12 19:00:00 +2017/01/12 20:00:00 +2017/01/12 21:00:00 +2017/01/12 22:00:00 +2017/01/12 23:00:00 +2017/01/13 00:00:00 +2017/01/13 01:00:00 +2017/01/13 02:00:00 +2017/01/13 03:00:00 +2017/01/13 04:00:00 +2017/01/13 05:00:00 +2017/01/13 06:00:00 +2017/01/13 07:00:00 +2017/01/13 08:00:00 +2017/01/13 09:00:00 +2017/01/13 10:00:00 +2017/01/13 11:00:00 +2017/01/13 12:00:00 +2017/01/13 13:00:00 +2017/01/13 14:00:00 +2017/01/13 15:00:00 +2017/01/13 16:00:00 +2017/01/13 17:00:00 +2017/01/13 18:00:00 +2017/01/13 19:00:00 +2017/01/13 20:00:00 +2017/01/13 21:00:00 +2017/01/13 22:00:00 +2017/01/13 23:00:00 +2017/01/14 00:00:00 +2017/01/14 01:00:00 +2017/01/14 02:00:00 +2017/01/14 03:00:00 +2017/01/14 04:00:00 +2017/01/14 05:00:00 +2017/01/14 06:00:00 +2017/01/14 07:00:00 +2017/01/14 08:00:00 +2017/01/14 09:00:00 +2017/01/14 10:00:00 +2017/01/14 11:00:00 +2017/01/14 12:00:00 +2017/01/14 13:00:00 +2017/01/14 14:00:00 +2017/01/14 15:00:00 +2017/01/14 16:00:00 +2017/01/14 17:00:00 +2017/01/14 18:00:00 +2017/01/14 19:00:00 +2017/01/14 20:00:00 +2017/01/14 21:00:00 +2017/01/14 22:00:00 +2017/01/14 23:00:00 +2017/01/15 00:00:00 +2017/01/15 01:00:00 +2017/01/15 02:00:00 +2017/01/15 03:00:00 +2017/01/15 04:00:00 +2017/01/15 05:00:00 +2017/01/15 06:00:00 +2017/01/15 07:00:00 +2017/01/15 08:00:00 +2017/01/15 09:00:00 +2017/01/15 10:00:00 +2017/01/15 11:00:00 +2017/01/15 12:00:00 +2017/01/15 13:00:00 +2017/01/15 14:00:00 +2017/01/15 15:00:00 +2017/01/15 16:00:00 +2017/01/15 17:00:00 +2017/01/15 18:00:00 +2017/01/15 19:00:00 +2017/01/15 20:00:00 +2017/01/15 21:00:00 +2017/01/15 22:00:00 +2017/01/15 23:00:00 +2017/01/16 00:00:00 +2017/01/16 01:00:00 +2017/01/16 02:00:00 +2017/01/16 03:00:00 +2017/01/16 04:00:00 +2017/01/16 05:00:00 +2017/01/16 06:00:00 +2017/01/16 07:00:00 +2017/01/16 08:00:00 +2017/01/16 09:00:00 +2017/01/16 10:00:00 +2017/01/16 11:00:00 +2017/01/16 12:00:00 +2017/01/16 13:00:00 +2017/01/16 14:00:00 +2017/01/16 15:00:00 +2017/01/16 16:00:00 +2017/01/16 17:00:00 +2017/01/16 18:00:00 +2017/01/16 19:00:00 +2017/01/16 20:00:00 +2017/01/16 21:00:00 +2017/01/16 22:00:00 +2017/01/16 23:00:00 +2017/01/17 00:00:00 +2017/01/17 01:00:00 +2017/01/17 02:00:00 +2017/01/17 03:00:00 +2017/01/17 04:00:00 +2017/01/17 05:00:00 +2017/01/17 06:00:00 +2017/01/17 07:00:00 +2017/01/17 08:00:00 +2017/01/17 09:00:00 +2017/01/17 10:00:00 +2017/01/17 11:00:00 +2017/01/17 12:00:00 +2017/01/17 13:00:00 +2017/01/17 14:00:00 +2017/01/17 15:00:00 +2017/01/17 16:00:00 +2017/01/17 17:00:00 +2017/01/17 18:00:00 +2017/01/17 19:00:00 +2017/01/17 20:00:00 +2017/01/17 21:00:00 +2017/01/17 22:00:00 +2017/01/17 23:00:00 +2017/01/18 00:00:00 +2017/01/18 01:00:00 +2017/01/18 02:00:00 +2017/01/18 03:00:00 +2017/01/18 04:00:00 +2017/01/18 05:00:00 +2017/01/18 06:00:00 +2017/01/18 07:00:00 +2017/01/18 08:00:00 +2017/01/18 09:00:00 +2017/01/18 10:00:00 +2017/01/18 11:00:00 +2017/01/18 12:00:00 +2017/01/18 13:00:00 +2017/01/18 14:00:00 +2017/01/18 15:00:00 +2017/01/18 16:00:00 +2017/01/18 17:00:00 +2017/01/18 18:00:00 +2017/01/18 19:00:00 +2017/01/18 20:00:00 +2017/01/18 21:00:00 +2017/01/18 22:00:00 +2017/01/18 23:00:00 +2017/01/19 00:00:00 +2017/01/19 01:00:00 +2017/01/19 02:00:00 +2017/01/19 03:00:00 +2017/01/19 04:00:00 +2017/01/19 05:00:00 +2017/01/19 06:00:00 +2017/01/19 07:00:00 +2017/01/19 08:00:00 +2017/01/19 09:00:00 +2017/01/19 10:00:00 +2017/01/19 11:00:00 +2017/01/19 12:00:00 +2017/01/19 13:00:00 +2017/01/19 14:00:00 +2017/01/19 15:00:00 +2017/01/19 16:00:00 +2017/01/19 17:00:00 +2017/01/19 18:00:00 +2017/01/19 19:00:00 +2017/01/19 20:00:00 +2017/01/19 21:00:00 +2017/01/19 22:00:00 +2017/01/19 23:00:00 +2017/01/20 00:00:00 +2017/01/20 01:00:00 +2017/01/20 02:00:00 +2017/01/20 03:00:00 +2017/01/20 04:00:00 +2017/01/20 05:00:00 +2017/01/20 06:00:00 +2017/01/20 07:00:00 +2017/01/20 08:00:00 +2017/01/20 09:00:00 +2017/01/20 10:00:00 +2017/01/20 11:00:00 +2017/01/20 12:00:00 +2017/01/20 13:00:00 +2017/01/20 14:00:00 +2017/01/20 15:00:00 +2017/01/20 16:00:00 +2017/01/20 17:00:00 +2017/01/20 18:00:00 +2017/01/20 19:00:00 +2017/01/20 20:00:00 +2017/01/20 21:00:00 +2017/01/20 22:00:00 +2017/01/20 23:00:00 +2017/01/21 00:00:00 +2017/01/21 01:00:00 +2017/01/21 02:00:00 +2017/01/21 03:00:00 +2017/01/21 04:00:00 +2017/01/21 05:00:00 +2017/01/21 06:00:00 +2017/01/21 07:00:00 +2017/01/21 08:00:00 +2017/01/21 09:00:00 +2017/01/21 10:00:00 +2017/01/21 11:00:00 +2017/01/21 12:00:00 +2017/01/21 13:00:00 +2017/01/21 14:00:00 +2017/01/21 15:00:00 +2017/01/21 16:00:00 +2017/01/21 17:00:00 +2017/01/21 18:00:00 +2017/01/21 19:00:00 +2017/01/21 20:00:00 +2017/01/21 21:00:00 +2017/01/21 22:00:00 +2017/01/21 23:00:00 +2017/01/22 00:00:00 +2017/01/22 01:00:00 +2017/01/22 02:00:00 +2017/01/22 03:00:00 +2017/01/22 04:00:00 +2017/01/22 05:00:00 +2017/01/22 06:00:00 +2017/01/22 07:00:00 +2017/01/22 08:00:00 +2017/01/22 09:00:00 +2017/01/22 10:00:00 +2017/01/22 11:00:00 +2017/01/22 12:00:00 +2017/01/22 13:00:00 +2017/01/22 14:00:00 +2017/01/22 15:00:00 +2017/01/22 16:00:00 +2017/01/22 17:00:00 +2017/01/22 18:00:00 +2017/01/22 19:00:00 +2017/01/22 20:00:00 +2017/01/22 21:00:00 +2017/01/22 22:00:00 +2017/01/22 23:00:00 +2017/01/23 00:00:00 +2017/01/23 01:00:00 +2017/01/23 02:00:00 +2017/01/23 03:00:00 +2017/01/23 04:00:00 +2017/01/23 05:00:00 +2017/01/23 06:00:00 +2017/01/23 07:00:00 +2017/01/23 08:00:00 +2017/01/23 09:00:00 +2017/01/23 10:00:00 +2017/01/23 11:00:00 +2017/01/23 12:00:00 +2017/01/23 13:00:00 +2017/01/23 14:00:00 +2017/01/23 15:00:00 +2017/01/23 16:00:00 +2017/01/23 17:00:00 +2017/01/23 18:00:00 +2017/01/23 19:00:00 +2017/01/23 20:00:00 +2017/01/23 21:00:00 +2017/01/23 22:00:00 +2017/01/23 23:00:00 +2017/01/24 00:00:00 +2017/01/24 01:00:00 +2017/01/24 02:00:00 +2017/01/24 03:00:00 +2017/01/24 04:00:00 +2017/01/24 05:00:00 +2017/01/24 06:00:00 +2017/01/24 07:00:00 +2017/01/24 08:00:00 +2017/01/24 09:00:00 +2017/01/24 10:00:00 +2017/01/24 11:00:00 +2017/01/24 12:00:00 +2017/01/24 13:00:00 +2017/01/24 14:00:00 +2017/01/24 15:00:00 +2017/01/24 16:00:00 +2017/01/24 17:00:00 +2017/01/24 18:00:00 +2017/01/24 19:00:00 +2017/01/24 20:00:00 +2017/01/24 21:00:00 +2017/01/24 22:00:00 +2017/01/24 23:00:00 +2017/01/25 00:00:00 +2017/01/25 01:00:00 +2017/01/25 02:00:00 +2017/01/25 03:00:00 +2017/01/25 04:00:00 +2017/01/25 05:00:00 +2017/01/25 06:00:00 +2017/01/25 07:00:00 +2017/01/25 08:00:00 +2017/01/25 09:00:00 +2017/01/25 10:00:00 +2017/01/25 11:00:00 +2017/01/25 12:00:00 +2017/01/25 13:00:00 +2017/01/25 14:00:00 +2017/01/25 15:00:00 +2017/01/25 16:00:00 +2017/01/25 17:00:00 +2017/01/25 18:00:00 +2017/01/25 19:00:00 +2017/01/25 20:00:00 +2017/01/25 21:00:00 +2017/01/25 22:00:00 +2017/01/25 23:00:00 +2017/01/26 00:00:00 +2017/01/26 01:00:00 +2017/01/26 02:00:00 +2017/01/26 03:00:00 +2017/01/26 04:00:00 +2017/01/26 05:00:00 +2017/01/26 06:00:00 +2017/01/26 07:00:00 +2017/01/26 08:00:00 +2017/01/26 09:00:00 +2017/01/26 10:00:00 +2017/01/26 11:00:00 +2017/01/26 12:00:00 +2017/01/26 13:00:00 +2017/01/26 14:00:00 +2017/01/26 15:00:00 +2017/01/26 16:00:00 +2017/01/26 17:00:00 +2017/01/26 18:00:00 +2017/01/26 19:00:00 +2017/01/26 20:00:00 +2017/01/26 21:00:00 +2017/01/26 22:00:00 +2017/01/26 23:00:00 +2017/01/27 00:00:00 +2017/01/27 01:00:00 +2017/01/27 02:00:00 +2017/01/27 03:00:00 +2017/01/27 04:00:00 +2017/01/27 05:00:00 +2017/01/27 06:00:00 +2017/01/27 07:00:00 +2017/01/27 08:00:00 +2017/01/27 09:00:00 +2017/01/27 10:00:00 +2017/01/27 11:00:00 +2017/01/27 12:00:00 +2017/01/27 13:00:00 +2017/01/27 14:00:00 +2017/01/27 15:00:00 +2017/01/27 16:00:00 +2017/01/27 17:00:00 +2017/01/27 18:00:00 +2017/01/27 19:00:00 +2017/01/27 20:00:00 +2017/01/27 21:00:00 +2017/01/27 22:00:00 +2017/01/27 23:00:00 +2017/01/28 00:00:00 +2017/01/28 01:00:00 +2017/01/28 02:00:00 +2017/01/28 03:00:00 +2017/01/28 04:00:00 +2017/01/28 05:00:00 +2017/01/28 06:00:00 +2017/01/28 07:00:00 +2017/01/28 08:00:00 +2017/01/28 09:00:00 +2017/01/28 10:00:00 +2017/01/28 11:00:00 +2017/01/28 12:00:00 +2017/01/28 13:00:00 +2017/01/28 14:00:00 +2017/01/28 15:00:00 +2017/01/28 16:00:00 +2017/01/28 17:00:00 +2017/01/28 18:00:00 +2017/01/28 19:00:00 +2017/01/28 20:00:00 +2017/01/28 21:00:00 +2017/01/28 22:00:00 +2017/01/28 23:00:00 +2017/01/29 00:00:00 +2017/01/29 01:00:00 +2017/01/29 02:00:00 +2017/01/29 03:00:00 +2017/01/29 04:00:00 +2017/01/29 05:00:00 +2017/01/29 06:00:00 +2017/01/29 07:00:00 +2017/01/29 08:00:00 +2017/01/29 09:00:00 +2017/01/29 10:00:00 +2017/01/29 11:00:00 +2017/01/29 12:00:00 +2017/01/29 13:00:00 +2017/01/29 14:00:00 +2017/01/29 15:00:00 +2017/01/29 16:00:00 +2017/01/29 17:00:00 +2017/01/29 18:00:00 +2017/01/29 19:00:00 +2017/01/29 20:00:00 +2017/01/29 21:00:00 +2017/01/29 22:00:00 +2017/01/29 23:00:00 +2017/01/30 00:00:00 +2017/01/30 01:00:00 +2017/01/30 02:00:00 +2017/01/30 03:00:00 +2017/01/30 04:00:00 +2017/01/30 05:00:00 +2017/01/30 06:00:00 +2017/01/30 07:00:00 +2017/01/30 08:00:00 +2017/01/30 09:00:00 +2017/01/30 10:00:00 +2017/01/30 11:00:00 +2017/01/30 12:00:00 +2017/01/30 13:00:00 +2017/01/30 14:00:00 +2017/01/30 15:00:00 +2017/01/30 16:00:00 +2017/01/30 17:00:00 +2017/01/30 18:00:00 +2017/01/30 19:00:00 +2017/01/30 20:00:00 +2017/01/30 21:00:00 +2017/01/30 22:00:00 +2017/01/30 23:00:00 +2017/01/31 00:00:00 +2017/01/31 01:00:00 +2017/01/31 02:00:00 +2017/01/31 03:00:00 +2017/01/31 04:00:00 +2017/01/31 05:00:00 +2017/01/31 06:00:00 +2017/01/31 07:00:00 +2017/01/31 08:00:00 +2017/01/31 09:00:00 +2017/01/31 10:00:00 +2017/01/31 11:00:00 +2017/01/31 12:00:00 +2017/01/31 13:00:00 +2017/01/31 14:00:00 +2017/01/31 15:00:00 +2017/01/31 16:00:00 +2017/01/31 17:00:00 +2017/01/31 18:00:00 +2017/01/31 19:00:00 +2017/01/31 20:00:00 +2017/01/31 21:00:00 +2017/01/31 22:00:00 +2017/01/31 23:00:00 +2017/02/01 00:00:00 +2017/02/01 01:00:00 +2017/02/01 02:00:00 +2017/02/01 03:00:00 +2017/02/01 04:00:00 +2017/02/01 05:00:00 +2017/02/01 06:00:00 +2017/02/01 07:00:00 +2017/02/01 08:00:00 +2017/02/01 09:00:00 +2017/02/01 10:00:00 +2017/02/01 11:00:00 +2017/02/01 12:00:00 +2017/02/01 13:00:00 +2017/02/01 14:00:00 +2017/02/01 15:00:00 +2017/02/01 16:00:00 +2017/02/01 17:00:00 +2017/02/01 18:00:00 +2017/02/01 19:00:00 +2017/02/01 20:00:00 +2017/02/01 21:00:00 +2017/02/01 22:00:00 +2017/02/01 23:00:00 +2017/02/02 00:00:00 +2017/02/02 01:00:00 +2017/02/02 02:00:00 +2017/02/02 03:00:00 +2017/02/02 04:00:00 +2017/02/02 05:00:00 +2017/02/02 06:00:00 +2017/02/02 07:00:00 +2017/02/02 08:00:00 +2017/02/02 09:00:00 +2017/02/02 10:00:00 +2017/02/02 11:00:00 +2017/02/02 12:00:00 +2017/02/02 13:00:00 +2017/02/02 14:00:00 +2017/02/02 15:00:00 +2017/02/02 16:00:00 +2017/02/02 17:00:00 +2017/02/02 18:00:00 +2017/02/02 19:00:00 +2017/02/02 20:00:00 +2017/02/02 21:00:00 +2017/02/02 22:00:00 +2017/02/02 23:00:00 +2017/02/03 00:00:00 +2017/02/03 01:00:00 +2017/02/03 02:00:00 +2017/02/03 03:00:00 +2017/02/03 04:00:00 +2017/02/03 05:00:00 +2017/02/03 06:00:00 +2017/02/03 07:00:00 +2017/02/03 08:00:00 +2017/02/03 09:00:00 +2017/02/03 10:00:00 +2017/02/03 11:00:00 +2017/02/03 12:00:00 +2017/02/03 13:00:00 +2017/02/03 14:00:00 +2017/02/03 15:00:00 +2017/02/03 16:00:00 +2017/02/03 17:00:00 +2017/02/03 18:00:00 +2017/02/03 19:00:00 +2017/02/03 20:00:00 +2017/02/03 21:00:00 +2017/02/03 22:00:00 +2017/02/03 23:00:00 +2017/02/04 00:00:00 +2017/02/04 01:00:00 +2017/02/04 02:00:00 +2017/02/04 03:00:00 +2017/02/04 04:00:00 +2017/02/04 05:00:00 +2017/02/04 06:00:00 +2017/02/04 07:00:00 +2017/02/04 08:00:00 +2017/02/04 09:00:00 +2017/02/04 10:00:00 +2017/02/04 11:00:00 +2017/02/04 12:00:00 +2017/02/04 13:00:00 +2017/02/04 14:00:00 +2017/02/04 15:00:00 +2017/02/04 16:00:00 +2017/02/04 17:00:00 +2017/02/04 18:00:00 +2017/02/04 19:00:00 +2017/02/04 20:00:00 +2017/02/04 21:00:00 +2017/02/04 22:00:00 +2017/02/04 23:00:00 +2017/02/05 00:00:00 +2017/02/05 01:00:00 +2017/02/05 02:00:00 +2017/02/05 03:00:00 +2017/02/05 04:00:00 +2017/02/05 05:00:00 +2017/02/05 06:00:00 +2017/02/05 07:00:00 +2017/02/05 08:00:00 +2017/02/05 09:00:00 +2017/02/05 10:00:00 +2017/02/05 11:00:00 +2017/02/05 12:00:00 +2017/02/05 13:00:00 +2017/02/05 14:00:00 +2017/02/05 15:00:00 +2017/02/05 16:00:00 +2017/02/05 17:00:00 +2017/02/05 18:00:00 +2017/02/05 19:00:00 +2017/02/05 20:00:00 +2017/02/05 21:00:00 +2017/02/05 22:00:00 +2017/02/05 23:00:00 +2017/02/06 00:00:00 +2017/02/06 01:00:00 +2017/02/06 02:00:00 +2017/02/06 03:00:00 +2017/02/06 04:00:00 +2017/02/06 05:00:00 +2017/02/06 06:00:00 +2017/02/06 07:00:00 +2017/02/06 08:00:00 +2017/02/06 09:00:00 +2017/02/06 10:00:00 +2017/02/06 11:00:00 +2017/02/06 12:00:00 +2017/02/06 13:00:00 +2017/02/06 14:00:00 +2017/02/06 15:00:00 +2017/02/06 16:00:00 +2017/02/06 17:00:00 +2017/02/06 18:00:00 +2017/02/06 19:00:00 +2017/02/06 20:00:00 +2017/02/06 21:00:00 +2017/02/06 22:00:00 +2017/02/06 23:00:00 +2017/02/07 00:00:00 +2017/02/07 01:00:00 +2017/02/07 02:00:00 +2017/02/07 03:00:00 +2017/02/07 04:00:00 +2017/02/07 05:00:00 +2017/02/07 06:00:00 +2017/02/07 07:00:00 +2017/02/07 08:00:00 +2017/02/07 09:00:00 +2017/02/07 10:00:00 +2017/02/07 11:00:00 +2017/02/07 12:00:00 +2017/02/07 13:00:00 +2017/02/07 14:00:00 +2017/02/07 15:00:00 +2017/02/07 16:00:00 +2017/02/07 17:00:00 +2017/02/07 18:00:00 +2017/02/07 19:00:00 +2017/02/07 20:00:00 +2017/02/07 21:00:00 +2017/02/07 22:00:00 +2017/02/07 23:00:00 +2017/02/08 00:00:00 +2017/02/08 01:00:00 +2017/02/08 02:00:00 +2017/02/08 03:00:00 +2017/02/08 04:00:00 +2017/02/08 05:00:00 +2017/02/08 06:00:00 +2017/02/08 07:00:00 +2017/02/08 08:00:00 +2017/02/08 09:00:00 +2017/02/08 10:00:00 +2017/02/08 11:00:00 +2017/02/08 12:00:00 +2017/02/08 13:00:00 +2017/02/08 14:00:00 +2017/02/08 15:00:00 +2017/02/08 16:00:00 +2017/02/08 17:00:00 +2017/02/08 18:00:00 +2017/02/08 19:00:00 +2017/02/08 20:00:00 +2017/02/08 21:00:00 +2017/02/08 22:00:00 +2017/02/08 23:00:00 +2017/02/09 00:00:00 +2017/02/09 01:00:00 +2017/02/09 02:00:00 +2017/02/09 03:00:00 +2017/02/09 04:00:00 +2017/02/09 05:00:00 +2017/02/09 06:00:00 +2017/02/09 07:00:00 +2017/02/09 08:00:00 +2017/02/09 09:00:00 +2017/02/09 10:00:00 +2017/02/09 11:00:00 +2017/02/09 12:00:00 +2017/02/09 13:00:00 +2017/02/09 14:00:00 +2017/02/09 15:00:00 +2017/02/09 16:00:00 +2017/02/09 17:00:00 +2017/02/09 18:00:00 +2017/02/09 19:00:00 +2017/02/09 20:00:00 +2017/02/09 21:00:00 +2017/02/09 22:00:00 +2017/02/09 23:00:00 +2017/02/10 00:00:00 +2017/02/10 01:00:00 +2017/02/10 02:00:00 +2017/02/10 03:00:00 +2017/02/10 04:00:00 +2017/02/10 05:00:00 +2017/02/10 06:00:00 +2017/02/10 07:00:00 +2017/02/10 08:00:00 +2017/02/10 09:00:00 +2017/02/10 10:00:00 +2017/02/10 11:00:00 +2017/02/10 12:00:00 +2017/02/10 13:00:00 +2017/02/10 14:00:00 +2017/02/10 15:00:00 +2017/02/10 16:00:00 +2017/02/10 17:00:00 +2017/02/10 18:00:00 +2017/02/10 19:00:00 +2017/02/10 20:00:00 +2017/02/10 21:00:00 +2017/02/10 22:00:00 +2017/02/10 23:00:00 +2017/02/11 00:00:00 +2017/02/11 01:00:00 +2017/02/11 02:00:00 +2017/02/11 03:00:00 +2017/02/11 04:00:00 +2017/02/11 05:00:00 +2017/02/11 06:00:00 +2017/02/11 07:00:00 +2017/02/11 08:00:00 +2017/02/11 09:00:00 +2017/02/11 10:00:00 +2017/02/11 11:00:00 +2017/02/11 12:00:00 +2017/02/11 13:00:00 +2017/02/11 14:00:00 +2017/02/11 15:00:00 +2017/02/11 16:00:00 +2017/02/11 17:00:00 +2017/02/11 18:00:00 +2017/02/11 19:00:00 +2017/02/11 20:00:00 +2017/02/11 21:00:00 +2017/02/11 22:00:00 +2017/02/11 23:00:00 +2017/02/12 00:00:00 +2017/02/12 01:00:00 +2017/02/12 02:00:00 +2017/02/12 03:00:00 +2017/02/12 04:00:00 +2017/02/12 05:00:00 +2017/02/12 06:00:00 +2017/02/12 07:00:00 +2017/02/12 08:00:00 +2017/02/12 09:00:00 +2017/02/12 10:00:00 +2017/02/12 11:00:00 +2017/02/12 12:00:00 +2017/02/12 13:00:00 +2017/02/12 14:00:00 +2017/02/12 15:00:00 +2017/02/12 16:00:00 +2017/02/12 17:00:00 +2017/02/12 18:00:00 +2017/02/12 19:00:00 +2017/02/12 20:00:00 +2017/02/12 21:00:00 +2017/02/12 22:00:00 +2017/02/12 23:00:00 +2017/02/13 00:00:00 +2017/02/13 01:00:00 +2017/02/13 02:00:00 +2017/02/13 03:00:00 +2017/02/13 04:00:00 +2017/02/13 05:00:00 +2017/02/13 06:00:00 +2017/02/13 07:00:00 +2017/02/13 08:00:00 +2017/02/13 09:00:00 +2017/02/13 10:00:00 +2017/02/13 11:00:00 +2017/02/13 12:00:00 +2017/02/13 13:00:00 +2017/02/13 14:00:00 +2017/02/13 15:00:00 +2017/02/13 16:00:00 +2017/02/13 17:00:00 +2017/02/13 18:00:00 +2017/02/13 19:00:00 +2017/02/13 20:00:00 +2017/02/13 21:00:00 +2017/02/13 22:00:00 +2017/02/13 23:00:00 +2017/02/14 00:00:00 +2017/02/14 01:00:00 +2017/02/14 02:00:00 +2017/02/14 03:00:00 +2017/02/14 04:00:00 +2017/02/14 05:00:00 +2017/02/14 06:00:00 +2017/02/14 07:00:00 +2017/02/14 08:00:00 +2017/02/14 09:00:00 +2017/02/14 10:00:00 +2017/02/14 11:00:00 +2017/02/14 12:00:00 +2017/02/14 13:00:00 +2017/02/14 14:00:00 +2017/02/14 15:00:00 +2017/02/14 16:00:00 +2017/02/14 17:00:00 +2017/02/14 18:00:00 +2017/02/14 19:00:00 +2017/02/14 20:00:00 +2017/02/14 21:00:00 +2017/02/14 22:00:00 +2017/02/14 23:00:00 +2017/02/15 00:00:00 +2017/02/15 01:00:00 +2017/02/15 02:00:00 +2017/02/15 03:00:00 +2017/02/15 04:00:00 +2017/02/15 05:00:00 +2017/02/15 06:00:00 +2017/02/15 07:00:00 +2017/02/15 08:00:00 +2017/02/15 09:00:00 +2017/02/15 10:00:00 +2017/02/15 11:00:00 +2017/02/15 12:00:00 +2017/02/15 13:00:00 +2017/02/15 14:00:00 +2017/02/15 15:00:00 +2017/02/15 16:00:00 +2017/02/15 17:00:00 +2017/02/15 18:00:00 +2017/02/15 19:00:00 +2017/02/15 20:00:00 +2017/02/15 21:00:00 +2017/02/15 22:00:00 +2017/02/15 23:00:00 +2017/02/16 00:00:00 +2017/02/16 01:00:00 +2017/02/16 02:00:00 +2017/02/16 03:00:00 +2017/02/16 04:00:00 +2017/02/16 05:00:00 +2017/02/16 06:00:00 +2017/02/16 07:00:00 +2017/02/16 08:00:00 +2017/02/16 09:00:00 +2017/02/16 10:00:00 +2017/02/16 11:00:00 +2017/02/16 12:00:00 +2017/02/16 13:00:00 +2017/02/16 14:00:00 +2017/02/16 15:00:00 +2017/02/16 16:00:00 +2017/02/16 17:00:00 +2017/02/16 18:00:00 +2017/02/16 19:00:00 +2017/02/16 20:00:00 +2017/02/16 21:00:00 +2017/02/16 22:00:00 +2017/02/16 23:00:00 +2017/02/17 00:00:00 +2017/02/17 01:00:00 +2017/02/17 02:00:00 +2017/02/17 03:00:00 +2017/02/17 04:00:00 +2017/02/17 05:00:00 +2017/02/17 06:00:00 +2017/02/17 07:00:00 +2017/02/17 08:00:00 +2017/02/17 09:00:00 +2017/02/17 10:00:00 +2017/02/17 11:00:00 +2017/02/17 12:00:00 +2017/02/17 13:00:00 +2017/02/17 14:00:00 +2017/02/17 15:00:00 +2017/02/17 16:00:00 +2017/02/17 17:00:00 +2017/02/17 18:00:00 +2017/02/17 19:00:00 +2017/02/17 20:00:00 +2017/02/17 21:00:00 +2017/02/17 22:00:00 +2017/02/17 23:00:00 +2017/02/18 00:00:00 +2017/02/18 01:00:00 +2017/02/18 02:00:00 +2017/02/18 03:00:00 +2017/02/18 04:00:00 +2017/02/18 05:00:00 +2017/02/18 06:00:00 +2017/02/18 07:00:00 +2017/02/18 08:00:00 +2017/02/18 09:00:00 +2017/02/18 10:00:00 +2017/02/18 11:00:00 +2017/02/18 12:00:00 +2017/02/18 13:00:00 +2017/02/18 14:00:00 +2017/02/18 15:00:00 +2017/02/18 16:00:00 +2017/02/18 17:00:00 +2017/02/18 18:00:00 +2017/02/18 19:00:00 +2017/02/18 20:00:00 +2017/02/18 21:00:00 +2017/02/18 22:00:00 +2017/02/18 23:00:00 +2017/02/19 00:00:00 +2017/02/19 01:00:00 +2017/02/19 02:00:00 +2017/02/19 03:00:00 +2017/02/19 04:00:00 +2017/02/19 05:00:00 +2017/02/19 06:00:00 +2017/02/19 07:00:00 +2017/02/19 08:00:00 +2017/02/19 09:00:00 +2017/02/19 10:00:00 +2017/02/19 11:00:00 +2017/02/19 12:00:00 +2017/02/19 13:00:00 +2017/02/19 14:00:00 +2017/02/19 15:00:00 +2017/02/19 16:00:00 +2017/02/19 17:00:00 +2017/02/19 18:00:00 +2017/02/19 19:00:00 +2017/02/19 20:00:00 +2017/02/19 21:00:00 +2017/02/19 22:00:00 +2017/02/19 23:00:00 +2017/02/20 00:00:00 +2017/02/20 01:00:00 +2017/02/20 02:00:00 +2017/02/20 03:00:00 +2017/02/20 04:00:00 +2017/02/20 05:00:00 +2017/02/20 06:00:00 +2017/02/20 07:00:00 +2017/02/20 08:00:00 +2017/02/20 09:00:00 +2017/02/20 10:00:00 +2017/02/20 11:00:00 +2017/02/20 12:00:00 +2017/02/20 13:00:00 +2017/02/20 14:00:00 +2017/02/20 15:00:00 +2017/02/20 16:00:00 +2017/02/20 17:00:00 +2017/02/20 18:00:00 +2017/02/20 19:00:00 +2017/02/20 20:00:00 +2017/02/20 21:00:00 +2017/02/20 22:00:00 +2017/02/20 23:00:00 +2017/02/21 00:00:00 +2017/02/21 01:00:00 +2017/02/21 02:00:00 +2017/02/21 03:00:00 +2017/02/21 04:00:00 +2017/02/21 05:00:00 +2017/02/21 06:00:00 +2017/02/21 07:00:00 +2017/02/21 08:00:00 +2017/02/21 09:00:00 +2017/02/21 10:00:00 +2017/02/21 11:00:00 +2017/02/21 12:00:00 +2017/02/21 13:00:00 +2017/02/21 14:00:00 +2017/02/21 15:00:00 +2017/02/21 16:00:00 +2017/02/21 17:00:00 +2017/02/21 18:00:00 +2017/02/21 19:00:00 +2017/02/21 20:00:00 +2017/02/21 21:00:00 +2017/02/21 22:00:00 +2017/02/21 23:00:00 +2017/02/22 00:00:00 +2017/02/22 01:00:00 +2017/02/22 02:00:00 +2017/02/22 03:00:00 +2017/02/22 04:00:00 +2017/02/22 05:00:00 +2017/02/22 06:00:00 +2017/02/22 07:00:00 +2017/02/22 08:00:00 +2017/02/22 09:00:00 +2017/02/22 10:00:00 +2017/02/22 11:00:00 +2017/02/22 12:00:00 +2017/02/22 13:00:00 +2017/02/22 14:00:00 +2017/02/22 15:00:00 +2017/02/22 16:00:00 +2017/02/22 17:00:00 +2017/02/22 18:00:00 +2017/02/22 19:00:00 +2017/02/22 20:00:00 +2017/02/22 21:00:00 +2017/02/22 22:00:00 +2017/02/22 23:00:00 +2017/02/23 00:00:00 +2017/02/23 01:00:00 +2017/02/23 02:00:00 +2017/02/23 03:00:00 +2017/02/23 04:00:00 +2017/02/23 05:00:00 +2017/02/23 06:00:00 +2017/02/23 07:00:00 +2017/02/23 08:00:00 +2017/02/23 09:00:00 +2017/02/23 10:00:00 +2017/02/23 11:00:00 +2017/02/23 12:00:00 +2017/02/23 13:00:00 +2017/02/23 14:00:00 +2017/02/23 15:00:00 +2017/02/23 16:00:00 +2017/02/23 17:00:00 +2017/02/23 18:00:00 +2017/02/23 19:00:00 +2017/02/23 20:00:00 +2017/02/23 21:00:00 +2017/02/23 22:00:00 +2017/02/23 23:00:00 +2017/02/24 00:00:00 +2017/02/24 01:00:00 +2017/02/24 02:00:00 +2017/02/24 03:00:00 +2017/02/24 04:00:00 +2017/02/24 05:00:00 +2017/02/24 06:00:00 +2017/02/24 07:00:00 +2017/02/24 08:00:00 +2017/02/24 09:00:00 +2017/02/24 10:00:00 +2017/02/24 11:00:00 +2017/02/24 12:00:00 +2017/02/24 13:00:00 +2017/02/24 14:00:00 +2017/02/24 15:00:00 +2017/02/24 16:00:00 +2017/02/24 17:00:00 +2017/02/24 18:00:00 +2017/02/24 19:00:00 +2017/02/24 20:00:00 +2017/02/24 21:00:00 +2017/02/24 22:00:00 +2017/02/24 23:00:00 +2017/02/25 00:00:00 +2017/02/25 01:00:00 +2017/02/25 02:00:00 +2017/02/25 03:00:00 +2017/02/25 04:00:00 +2017/02/25 05:00:00 +2017/02/25 06:00:00 +2017/02/25 07:00:00 +2017/02/25 08:00:00 +2017/02/25 09:00:00 +2017/02/25 10:00:00 +2017/02/25 11:00:00 +2017/02/25 12:00:00 +2017/02/25 13:00:00 +2017/02/25 14:00:00 +2017/02/25 15:00:00 +2017/02/25 16:00:00 +2017/02/25 17:00:00 +2017/02/25 18:00:00 +2017/02/25 19:00:00 +2017/02/25 20:00:00 +2017/02/25 21:00:00 +2017/02/25 22:00:00 +2017/02/25 23:00:00 +2017/02/26 00:00:00 +2017/02/26 01:00:00 +2017/02/26 02:00:00 +2017/02/26 03:00:00 +2017/02/26 04:00:00 +2017/02/26 05:00:00 +2017/02/26 06:00:00 +2017/02/26 07:00:00 +2017/02/26 08:00:00 +2017/02/26 09:00:00 +2017/02/26 10:00:00 +2017/02/26 11:00:00 +2017/02/26 12:00:00 +2017/02/26 13:00:00 +2017/02/26 14:00:00 +2017/02/26 15:00:00 +2017/02/26 16:00:00 +2017/02/26 17:00:00 +2017/02/26 18:00:00 +2017/02/26 19:00:00 +2017/02/26 20:00:00 +2017/02/26 21:00:00 +2017/02/26 22:00:00 +2017/02/26 23:00:00 +2017/02/27 00:00:00 +2017/02/27 01:00:00 +2017/02/27 02:00:00 +2017/02/27 03:00:00 +2017/02/27 04:00:00 +2017/02/27 05:00:00 +2017/02/27 06:00:00 +2017/02/27 07:00:00 +2017/02/27 08:00:00 +2017/02/27 09:00:00 +2017/02/27 10:00:00 +2017/02/27 11:00:00 +2017/02/27 12:00:00 +2017/02/27 13:00:00 +2017/02/27 14:00:00 +2017/02/27 15:00:00 +2017/02/27 16:00:00 +2017/02/27 17:00:00 +2017/02/27 18:00:00 +2017/02/27 19:00:00 +2017/02/27 20:00:00 +2017/02/27 21:00:00 +2017/02/27 22:00:00 +2017/02/27 23:00:00 +2017/02/28 00:00:00 +2017/02/28 01:00:00 +2017/02/28 02:00:00 +2017/02/28 03:00:00 +2017/02/28 04:00:00 +2017/02/28 05:00:00 +2017/02/28 06:00:00 +2017/02/28 07:00:00 +2017/02/28 08:00:00 +2017/02/28 09:00:00 +2017/02/28 10:00:00 +2017/02/28 11:00:00 +2017/02/28 12:00:00 +2017/02/28 13:00:00 +2017/02/28 14:00:00 +2017/02/28 15:00:00 +2017/02/28 16:00:00 +2017/02/28 17:00:00 +2017/02/28 18:00:00 +2017/02/28 19:00:00 +2017/02/28 20:00:00 +2017/02/28 21:00:00 +2017/02/28 22:00:00 +2017/02/28 23:00:00 +2017/03/01 00:00:00 +2017/03/01 01:00:00 +2017/03/01 02:00:00 +2017/03/01 03:00:00 +2017/03/01 04:00:00 +2017/03/01 05:00:00 +2017/03/01 06:00:00 +2017/03/01 07:00:00 +2017/03/01 08:00:00 +2017/03/01 09:00:00 +2017/03/01 10:00:00 +2017/03/01 11:00:00 +2017/03/01 12:00:00 +2017/03/01 13:00:00 +2017/03/01 14:00:00 +2017/03/01 15:00:00 +2017/03/01 16:00:00 +2017/03/01 17:00:00 +2017/03/01 18:00:00 +2017/03/01 19:00:00 +2017/03/01 20:00:00 +2017/03/01 21:00:00 +2017/03/01 22:00:00 +2017/03/01 23:00:00 +2017/03/02 00:00:00 +2017/03/02 01:00:00 +2017/03/02 02:00:00 +2017/03/02 03:00:00 +2017/03/02 04:00:00 +2017/03/02 05:00:00 +2017/03/02 06:00:00 +2017/03/02 07:00:00 +2017/03/02 08:00:00 +2017/03/02 09:00:00 +2017/03/02 10:00:00 +2017/03/02 11:00:00 +2017/03/02 12:00:00 +2017/03/02 13:00:00 +2017/03/02 14:00:00 +2017/03/02 15:00:00 +2017/03/02 16:00:00 +2017/03/02 17:00:00 +2017/03/02 18:00:00 +2017/03/02 19:00:00 +2017/03/02 20:00:00 +2017/03/02 21:00:00 +2017/03/02 22:00:00 +2017/03/02 23:00:00 +2017/03/03 00:00:00 +2017/03/03 01:00:00 +2017/03/03 02:00:00 +2017/03/03 03:00:00 +2017/03/03 04:00:00 +2017/03/03 05:00:00 +2017/03/03 06:00:00 +2017/03/03 07:00:00 +2017/03/03 08:00:00 +2017/03/03 09:00:00 +2017/03/03 10:00:00 +2017/03/03 11:00:00 +2017/03/03 12:00:00 +2017/03/03 13:00:00 +2017/03/03 14:00:00 +2017/03/03 15:00:00 +2017/03/03 16:00:00 +2017/03/03 17:00:00 +2017/03/03 18:00:00 +2017/03/03 19:00:00 +2017/03/03 20:00:00 +2017/03/03 21:00:00 +2017/03/03 22:00:00 +2017/03/03 23:00:00 +2017/03/04 00:00:00 +2017/03/04 01:00:00 +2017/03/04 02:00:00 +2017/03/04 03:00:00 +2017/03/04 04:00:00 +2017/03/04 05:00:00 +2017/03/04 06:00:00 +2017/03/04 07:00:00 +2017/03/04 08:00:00 +2017/03/04 09:00:00 +2017/03/04 10:00:00 +2017/03/04 11:00:00 +2017/03/04 12:00:00 +2017/03/04 13:00:00 +2017/03/04 14:00:00 +2017/03/04 15:00:00 +2017/03/04 16:00:00 +2017/03/04 17:00:00 +2017/03/04 18:00:00 +2017/03/04 19:00:00 +2017/03/04 20:00:00 +2017/03/04 21:00:00 +2017/03/04 22:00:00 +2017/03/04 23:00:00 +2017/03/05 00:00:00 +2017/03/05 01:00:00 +2017/03/05 02:00:00 +2017/03/05 03:00:00 +2017/03/05 04:00:00 +2017/03/05 05:00:00 +2017/03/05 06:00:00 +2017/03/05 07:00:00 +2017/03/05 08:00:00 +2017/03/05 09:00:00 +2017/03/05 10:00:00 +2017/03/05 11:00:00 +2017/03/05 12:00:00 +2017/03/05 13:00:00 +2017/03/05 14:00:00 +2017/03/05 15:00:00 +2017/03/05 16:00:00 +2017/03/05 17:00:00 +2017/03/05 18:00:00 +2017/03/05 19:00:00 +2017/03/05 20:00:00 +2017/03/05 21:00:00 +2017/03/05 22:00:00 +2017/03/05 23:00:00 +2017/03/06 00:00:00 +2017/03/06 01:00:00 +2017/03/06 02:00:00 +2017/03/06 03:00:00 +2017/03/06 04:00:00 +2017/03/06 05:00:00 +2017/03/06 06:00:00 +2017/03/06 07:00:00 +2017/03/06 08:00:00 +2017/03/06 09:00:00 +2017/03/06 10:00:00 +2017/03/06 11:00:00 +2017/03/06 12:00:00 +2017/03/06 13:00:00 +2017/03/06 14:00:00 +2017/03/06 15:00:00 +2017/03/06 16:00:00 +2017/03/06 17:00:00 +2017/03/06 18:00:00 +2017/03/06 19:00:00 +2017/03/06 20:00:00 +2017/03/06 21:00:00 +2017/03/06 22:00:00 +2017/03/06 23:00:00 +2017/03/07 00:00:00 +2017/03/07 01:00:00 +2017/03/07 02:00:00 +2017/03/07 03:00:00 +2017/03/07 04:00:00 +2017/03/07 05:00:00 +2017/03/07 06:00:00 +2017/03/07 07:00:00 +2017/03/07 08:00:00 +2017/03/07 09:00:00 +2017/03/07 10:00:00 +2017/03/07 11:00:00 +2017/03/07 12:00:00 +2017/03/07 13:00:00 +2017/03/07 14:00:00 +2017/03/07 15:00:00 +2017/03/07 16:00:00 +2017/03/07 17:00:00 +2017/03/07 18:00:00 +2017/03/07 19:00:00 +2017/03/07 20:00:00 +2017/03/07 21:00:00 +2017/03/07 22:00:00 +2017/03/07 23:00:00 +2017/03/08 00:00:00 +2017/03/08 01:00:00 +2017/03/08 02:00:00 +2017/03/08 03:00:00 +2017/03/08 04:00:00 +2017/03/08 05:00:00 +2017/03/08 06:00:00 +2017/03/08 07:00:00 +2017/03/08 08:00:00 +2017/03/08 09:00:00 +2017/03/08 10:00:00 +2017/03/08 11:00:00 +2017/03/08 12:00:00 +2017/03/08 13:00:00 +2017/03/08 14:00:00 +2017/03/08 15:00:00 +2017/03/08 16:00:00 +2017/03/08 17:00:00 +2017/03/08 18:00:00 +2017/03/08 19:00:00 +2017/03/08 20:00:00 +2017/03/08 21:00:00 +2017/03/08 22:00:00 +2017/03/08 23:00:00 +2017/03/09 00:00:00 +2017/03/09 01:00:00 +2017/03/09 02:00:00 +2017/03/09 03:00:00 +2017/03/09 04:00:00 +2017/03/09 05:00:00 +2017/03/09 06:00:00 +2017/03/09 07:00:00 +2017/03/09 08:00:00 +2017/03/09 09:00:00 +2017/03/09 10:00:00 +2017/03/09 11:00:00 +2017/03/09 12:00:00 +2017/03/09 13:00:00 +2017/03/09 14:00:00 +2017/03/09 15:00:00 +2017/03/09 16:00:00 +2017/03/09 17:00:00 +2017/03/09 18:00:00 +2017/03/09 19:00:00 +2017/03/09 20:00:00 +2017/03/09 21:00:00 +2017/03/09 22:00:00 +2017/03/09 23:00:00 +2017/03/10 00:00:00 +2017/03/10 01:00:00 +2017/03/10 02:00:00 +2017/03/10 03:00:00 +2017/03/10 04:00:00 +2017/03/10 05:00:00 +2017/03/10 06:00:00 +2017/03/10 07:00:00 +2017/03/10 08:00:00 +2017/03/10 09:00:00 +2017/03/10 10:00:00 +2017/03/10 11:00:00 +2017/03/10 12:00:00 +2017/03/10 13:00:00 +2017/03/10 14:00:00 +2017/03/10 15:00:00 +2017/03/10 16:00:00 +2017/03/10 17:00:00 +2017/03/10 18:00:00 +2017/03/10 19:00:00 +2017/03/10 20:00:00 +2017/03/10 21:00:00 +2017/03/10 22:00:00 +2017/03/10 23:00:00 +2017/03/11 00:00:00 +2017/03/11 01:00:00 +2017/03/11 02:00:00 +2017/03/11 03:00:00 +2017/03/11 04:00:00 +2017/03/11 05:00:00 +2017/03/11 06:00:00 +2017/03/11 07:00:00 +2017/03/11 08:00:00 +2017/03/11 09:00:00 +2017/03/11 10:00:00 +2017/03/11 11:00:00 +2017/03/11 12:00:00 +2017/03/11 13:00:00 +2017/03/11 14:00:00 +2017/03/11 15:00:00 +2017/03/11 16:00:00 +2017/03/11 17:00:00 +2017/03/11 18:00:00 +2017/03/11 19:00:00 +2017/03/11 20:00:00 +2017/03/11 21:00:00 +2017/03/11 22:00:00 +2017/03/11 23:00:00 +2017/03/12 00:00:00 +2017/03/12 01:00:00 +2017/03/12 02:00:00 +2017/03/12 03:00:00 +2017/03/12 04:00:00 +2017/03/12 05:00:00 +2017/03/12 06:00:00 +2017/03/12 07:00:00 +2017/03/12 08:00:00 +2017/03/12 09:00:00 +2017/03/12 10:00:00 +2017/03/12 11:00:00 +2017/03/12 12:00:00 +2017/03/12 13:00:00 +2017/03/12 14:00:00 +2017/03/12 15:00:00 +2017/03/12 16:00:00 +2017/03/12 17:00:00 +2017/03/12 18:00:00 +2017/03/12 19:00:00 +2017/03/12 20:00:00 +2017/03/12 21:00:00 +2017/03/12 22:00:00 +2017/03/12 23:00:00 +2017/03/13 00:00:00 +2017/03/13 01:00:00 +2017/03/13 02:00:00 +2017/03/13 03:00:00 +2017/03/13 04:00:00 +2017/03/13 05:00:00 +2017/03/13 06:00:00 +2017/03/13 07:00:00 +2017/03/13 08:00:00 +2017/03/13 09:00:00 +2017/03/13 10:00:00 +2017/03/13 11:00:00 +2017/03/13 12:00:00 +2017/03/13 13:00:00 +2017/03/13 14:00:00 +2017/03/13 15:00:00 +2017/03/13 16:00:00 +2017/03/13 17:00:00 +2017/03/13 18:00:00 +2017/03/13 19:00:00 +2017/03/13 20:00:00 +2017/03/13 21:00:00 +2017/03/13 22:00:00 +2017/03/13 23:00:00 +2017/03/14 00:00:00 +2017/03/14 01:00:00 +2017/03/14 02:00:00 +2017/03/14 03:00:00 +2017/03/14 04:00:00 +2017/03/14 05:00:00 +2017/03/14 06:00:00 +2017/03/14 07:00:00 +2017/03/14 08:00:00 +2017/03/14 09:00:00 +2017/03/14 10:00:00 +2017/03/14 11:00:00 +2017/03/14 12:00:00 +2017/03/14 13:00:00 +2017/03/14 14:00:00 +2017/03/14 15:00:00 +2017/03/14 16:00:00 +2017/03/14 17:00:00 +2017/03/14 18:00:00 +2017/03/14 19:00:00 +2017/03/14 20:00:00 +2017/03/14 21:00:00 +2017/03/14 22:00:00 +2017/03/14 23:00:00 +2017/03/15 00:00:00 +2017/03/15 01:00:00 +2017/03/15 02:00:00 +2017/03/15 03:00:00 +2017/03/15 04:00:00 +2017/03/15 05:00:00 +2017/03/15 06:00:00 +2017/03/15 07:00:00 +2017/03/15 08:00:00 +2017/03/15 09:00:00 +2017/03/15 10:00:00 +2017/03/15 11:00:00 +2017/03/15 12:00:00 +2017/03/15 13:00:00 +2017/03/15 14:00:00 +2017/03/15 15:00:00 +2017/03/15 16:00:00 +2017/03/15 17:00:00 +2017/03/15 18:00:00 +2017/03/15 19:00:00 +2017/03/15 20:00:00 +2017/03/15 21:00:00 +2017/03/15 22:00:00 +2017/03/15 23:00:00 +2017/03/16 00:00:00 +2017/03/16 01:00:00 +2017/03/16 02:00:00 +2017/03/16 03:00:00 +2017/03/16 04:00:00 +2017/03/16 05:00:00 +2017/03/16 06:00:00 +2017/03/16 07:00:00 +2017/03/16 08:00:00 +2017/03/16 09:00:00 +2017/03/16 10:00:00 +2017/03/16 11:00:00 +2017/03/16 12:00:00 +2017/03/16 13:00:00 +2017/03/16 14:00:00 +2017/03/16 15:00:00 +2017/03/16 16:00:00 +2017/03/16 17:00:00 +2017/03/16 18:00:00 +2017/03/16 19:00:00 +2017/03/16 20:00:00 +2017/03/16 21:00:00 +2017/03/16 22:00:00 +2017/03/16 23:00:00 +2017/03/17 00:00:00 +2017/03/17 01:00:00 +2017/03/17 02:00:00 +2017/03/17 03:00:00 +2017/03/17 04:00:00 +2017/03/17 05:00:00 +2017/03/17 06:00:00 +2017/03/17 07:00:00 +2017/03/17 08:00:00 +2017/03/17 09:00:00 +2017/03/17 10:00:00 +2017/03/17 11:00:00 +2017/03/17 12:00:00 +2017/03/17 13:00:00 +2017/03/17 14:00:00 +2017/03/17 15:00:00 +2017/03/17 16:00:00 +2017/03/17 17:00:00 +2017/03/17 18:00:00 +2017/03/17 19:00:00 +2017/03/17 20:00:00 +2017/03/17 21:00:00 +2017/03/17 22:00:00 +2017/03/17 23:00:00 +2017/03/18 00:00:00 +2017/03/18 01:00:00 +2017/03/18 02:00:00 +2017/03/18 03:00:00 +2017/03/18 04:00:00 +2017/03/18 05:00:00 +2017/03/18 06:00:00 +2017/03/18 07:00:00 +2017/03/18 08:00:00 +2017/03/18 09:00:00 +2017/03/18 10:00:00 +2017/03/18 11:00:00 +2017/03/18 12:00:00 +2017/03/18 13:00:00 +2017/03/18 14:00:00 +2017/03/18 15:00:00 +2017/03/18 16:00:00 +2017/03/18 17:00:00 +2017/03/18 18:00:00 +2017/03/18 19:00:00 +2017/03/18 20:00:00 +2017/03/18 21:00:00 +2017/03/18 22:00:00 +2017/03/18 23:00:00 +2017/03/19 00:00:00 +2017/03/19 01:00:00 +2017/03/19 02:00:00 +2017/03/19 03:00:00 +2017/03/19 04:00:00 +2017/03/19 05:00:00 +2017/03/19 06:00:00 +2017/03/19 07:00:00 +2017/03/19 08:00:00 +2017/03/19 09:00:00 +2017/03/19 10:00:00 +2017/03/19 11:00:00 +2017/03/19 12:00:00 +2017/03/19 13:00:00 +2017/03/19 14:00:00 +2017/03/19 15:00:00 +2017/03/19 16:00:00 +2017/03/19 17:00:00 +2017/03/19 18:00:00 +2017/03/19 19:00:00 +2017/03/19 20:00:00 +2017/03/19 21:00:00 +2017/03/19 22:00:00 +2017/03/19 23:00:00 +2017/03/20 00:00:00 +2017/03/20 01:00:00 +2017/03/20 02:00:00 +2017/03/20 03:00:00 +2017/03/20 04:00:00 +2017/03/20 05:00:00 +2017/03/20 06:00:00 +2017/03/20 07:00:00 +2017/03/20 08:00:00 +2017/03/20 09:00:00 +2017/03/20 10:00:00 +2017/03/20 11:00:00 +2017/03/20 12:00:00 +2017/03/20 13:00:00 +2017/03/20 14:00:00 +2017/03/20 15:00:00 +2017/03/20 16:00:00 +2017/03/20 17:00:00 +2017/03/20 18:00:00 +2017/03/20 19:00:00 +2017/03/20 20:00:00 +2017/03/20 21:00:00 +2017/03/20 22:00:00 +2017/03/20 23:00:00 +2017/03/21 00:00:00 +2017/03/21 01:00:00 +2017/03/21 02:00:00 +2017/03/21 03:00:00 +2017/03/21 04:00:00 +2017/03/21 05:00:00 +2017/03/21 06:00:00 +2017/03/21 07:00:00 +2017/03/21 08:00:00 +2017/03/21 09:00:00 +2017/03/21 10:00:00 +2017/03/21 11:00:00 +2017/03/21 12:00:00 +2017/03/21 13:00:00 +2017/03/21 14:00:00 +2017/03/21 15:00:00 +2017/03/21 16:00:00 +2017/03/21 17:00:00 +2017/03/21 18:00:00 +2017/03/21 19:00:00 +2017/03/21 20:00:00 +2017/03/21 21:00:00 +2017/03/21 22:00:00 +2017/03/21 23:00:00 +2017/03/22 00:00:00 +2017/03/22 01:00:00 +2017/03/22 02:00:00 +2017/03/22 03:00:00 +2017/03/22 04:00:00 +2017/03/22 05:00:00 +2017/03/22 06:00:00 +2017/03/22 07:00:00 +2017/03/22 08:00:00 +2017/03/22 09:00:00 +2017/03/22 10:00:00 +2017/03/22 11:00:00 +2017/03/22 12:00:00 +2017/03/22 13:00:00 +2017/03/22 14:00:00 +2017/03/22 15:00:00 +2017/03/22 16:00:00 +2017/03/22 17:00:00 +2017/03/22 18:00:00 +2017/03/22 19:00:00 +2017/03/22 20:00:00 +2017/03/22 21:00:00 +2017/03/22 22:00:00 +2017/03/22 23:00:00 +2017/03/23 00:00:00 +2017/03/23 01:00:00 +2017/03/23 02:00:00 +2017/03/23 03:00:00 +2017/03/23 04:00:00 +2017/03/23 05:00:00 +2017/03/23 06:00:00 +2017/03/23 07:00:00 +2017/03/23 08:00:00 +2017/03/23 09:00:00 +2017/03/23 10:00:00 +2017/03/23 11:00:00 +2017/03/23 12:00:00 +2017/03/23 13:00:00 +2017/03/23 14:00:00 +2017/03/23 15:00:00 +2017/03/23 16:00:00 +2017/03/23 17:00:00 +2017/03/23 18:00:00 +2017/03/23 19:00:00 +2017/03/23 20:00:00 +2017/03/23 21:00:00 +2017/03/23 22:00:00 +2017/03/23 23:00:00 +2017/03/24 00:00:00 +2017/03/24 01:00:00 +2017/03/24 02:00:00 +2017/03/24 03:00:00 +2017/03/24 04:00:00 +2017/03/24 05:00:00 +2017/03/24 06:00:00 +2017/03/24 07:00:00 +2017/03/24 08:00:00 +2017/03/24 09:00:00 +2017/03/24 10:00:00 +2017/03/24 11:00:00 +2017/03/24 12:00:00 +2017/03/24 13:00:00 +2017/03/24 14:00:00 +2017/03/24 15:00:00 +2017/03/24 16:00:00 +2017/03/24 17:00:00 +2017/03/24 18:00:00 +2017/03/24 19:00:00 +2017/03/24 20:00:00 +2017/03/24 21:00:00 +2017/03/24 22:00:00 +2017/03/24 23:00:00 +2017/03/25 00:00:00 +2017/03/25 01:00:00 +2017/03/25 02:00:00 +2017/03/25 03:00:00 +2017/03/25 04:00:00 +2017/03/25 05:00:00 +2017/03/25 06:00:00 +2017/03/25 07:00:00 +2017/03/25 08:00:00 +2017/03/25 09:00:00 +2017/03/25 10:00:00 +2017/03/25 11:00:00 +2017/03/25 12:00:00 +2017/03/25 13:00:00 +2017/03/25 14:00:00 +2017/03/25 15:00:00 +2017/03/25 16:00:00 +2017/03/25 17:00:00 +2017/03/25 18:00:00 +2017/03/25 19:00:00 +2017/03/25 20:00:00 +2017/03/25 21:00:00 +2017/03/25 22:00:00 +2017/03/25 23:00:00 +2017/03/26 00:00:00 +2017/03/26 01:00:00 +2017/03/26 02:00:00 +2017/03/26 03:00:00 +2017/03/26 04:00:00 +2017/03/26 05:00:00 +2017/03/26 06:00:00 +2017/03/26 07:00:00 +2017/03/26 08:00:00 +2017/03/26 09:00:00 +2017/03/26 10:00:00 +2017/03/26 11:00:00 +2017/03/26 12:00:00 +2017/03/26 13:00:00 +2017/03/26 14:00:00 +2017/03/26 15:00:00 +2017/03/26 16:00:00 +2017/03/26 17:00:00 +2017/03/26 18:00:00 +2017/03/26 19:00:00 +2017/03/26 20:00:00 +2017/03/26 21:00:00 +2017/03/26 22:00:00 +2017/03/26 23:00:00 +2017/03/27 00:00:00 +2017/03/27 01:00:00 +2017/03/27 02:00:00 +2017/03/27 03:00:00 +2017/03/27 04:00:00 +2017/03/27 05:00:00 +2017/03/27 06:00:00 +2017/03/27 07:00:00 +2017/03/27 08:00:00 +2017/03/27 09:00:00 +2017/03/27 10:00:00 +2017/03/27 11:00:00 +2017/03/27 12:00:00 +2017/03/27 13:00:00 +2017/03/27 14:00:00 +2017/03/27 15:00:00 +2017/03/27 16:00:00 +2017/03/27 17:00:00 +2017/03/27 18:00:00 +2017/03/27 19:00:00 +2017/03/27 20:00:00 +2017/03/27 21:00:00 +2017/03/27 22:00:00 +2017/03/27 23:00:00 +2017/03/28 00:00:00 +2017/03/28 01:00:00 +2017/03/28 02:00:00 +2017/03/28 03:00:00 +2017/03/28 04:00:00 +2017/03/28 05:00:00 +2017/03/28 06:00:00 +2017/03/28 07:00:00 +2017/03/28 08:00:00 +2017/03/28 09:00:00 +2017/03/28 10:00:00 +2017/03/28 11:00:00 +2017/03/28 12:00:00 +2017/03/28 13:00:00 +2017/03/28 14:00:00 +2017/03/28 15:00:00 +2017/03/28 16:00:00 +2017/03/28 17:00:00 +2017/03/28 18:00:00 +2017/03/28 19:00:00 +2017/03/28 20:00:00 +2017/03/28 21:00:00 +2017/03/28 22:00:00 +2017/03/28 23:00:00 +2017/03/29 00:00:00 +2017/03/29 01:00:00 +2017/03/29 02:00:00 +2017/03/29 03:00:00 +2017/03/29 04:00:00 +2017/03/29 05:00:00 +2017/03/29 06:00:00 +2017/03/29 07:00:00 +2017/03/29 08:00:00 +2017/03/29 09:00:00 +2017/03/29 10:00:00 +2017/03/29 11:00:00 +2017/03/29 12:00:00 +2017/03/29 13:00:00 +2017/03/29 14:00:00 +2017/03/29 15:00:00 +2017/03/29 16:00:00 +2017/03/29 17:00:00 +2017/03/29 18:00:00 +2017/03/29 19:00:00 +2017/03/29 20:00:00 +2017/03/29 21:00:00 +2017/03/29 22:00:00 +2017/03/29 23:00:00 +2017/03/30 00:00:00 +2017/03/30 01:00:00 +2017/03/30 02:00:00 +2017/03/30 03:00:00 +2017/03/30 04:00:00 +2017/03/30 05:00:00 +2017/03/30 06:00:00 +2017/03/30 07:00:00 +2017/03/30 08:00:00 +2017/03/30 09:00:00 +2017/03/30 10:00:00 +2017/03/30 11:00:00 +2017/03/30 12:00:00 +2017/03/30 13:00:00 +2017/03/30 14:00:00 +2017/03/30 15:00:00 +2017/03/30 16:00:00 +2017/03/30 17:00:00 +2017/03/30 18:00:00 +2017/03/30 19:00:00 +2017/03/30 20:00:00 +2017/03/30 21:00:00 +2017/03/30 22:00:00 +2017/03/30 23:00:00 +2017/03/31 00:00:00 +2017/03/31 01:00:00 +2017/03/31 02:00:00 +2017/03/31 03:00:00 +2017/03/31 04:00:00 +2017/03/31 05:00:00 +2017/03/31 06:00:00 +2017/03/31 07:00:00 +2017/03/31 08:00:00 +2017/03/31 09:00:00 +2017/03/31 10:00:00 +2017/03/31 11:00:00 +2017/03/31 12:00:00 +2017/03/31 13:00:00 +2017/03/31 14:00:00 +2017/03/31 15:00:00 +2017/03/31 16:00:00 +2017/03/31 17:00:00 +2017/03/31 18:00:00 +2017/03/31 19:00:00 +2017/03/31 20:00:00 +2017/03/31 21:00:00 +2017/03/31 22:00:00 +2017/03/31 23:00:00 +2017/04/01 00:00:00 +2017/04/01 01:00:00 +2017/04/01 02:00:00 +2017/04/01 03:00:00 +2017/04/01 04:00:00 +2017/04/01 05:00:00 +2017/04/01 06:00:00 +2017/04/01 07:00:00 +2017/04/01 08:00:00 +2017/04/01 09:00:00 +2017/04/01 10:00:00 +2017/04/01 11:00:00 +2017/04/01 12:00:00 +2017/04/01 13:00:00 +2017/04/01 14:00:00 +2017/04/01 15:00:00 +2017/04/01 16:00:00 +2017/04/01 17:00:00 +2017/04/01 18:00:00 +2017/04/01 19:00:00 +2017/04/01 20:00:00 +2017/04/01 21:00:00 +2017/04/01 22:00:00 +2017/04/01 23:00:00 +2017/04/02 00:00:00 +2017/04/02 01:00:00 +2017/04/02 02:00:00 +2017/04/02 03:00:00 +2017/04/02 04:00:00 +2017/04/02 05:00:00 +2017/04/02 06:00:00 +2017/04/02 07:00:00 +2017/04/02 08:00:00 +2017/04/02 09:00:00 +2017/04/02 10:00:00 +2017/04/02 11:00:00 +2017/04/02 12:00:00 +2017/04/02 13:00:00 +2017/04/02 14:00:00 +2017/04/02 15:00:00 +2017/04/02 16:00:00 +2017/04/02 17:00:00 +2017/04/02 18:00:00 +2017/04/02 19:00:00 +2017/04/02 20:00:00 +2017/04/02 21:00:00 +2017/04/02 22:00:00 +2017/04/02 23:00:00 +2017/04/03 00:00:00 +2017/04/03 01:00:00 +2017/04/03 02:00:00 +2017/04/03 03:00:00 +2017/04/03 04:00:00 +2017/04/03 05:00:00 +2017/04/03 06:00:00 +2017/04/03 07:00:00 +2017/04/03 08:00:00 +2017/04/03 09:00:00 +2017/04/03 10:00:00 +2017/04/03 11:00:00 +2017/04/03 12:00:00 +2017/04/03 13:00:00 +2017/04/03 14:00:00 +2017/04/03 15:00:00 +2017/04/03 16:00:00 +2017/04/03 17:00:00 +2017/04/03 18:00:00 +2017/04/03 19:00:00 +2017/04/03 20:00:00 +2017/04/03 21:00:00 +2017/04/03 22:00:00 +2017/04/03 23:00:00 +2017/04/04 00:00:00 +2017/04/04 01:00:00 +2017/04/04 02:00:00 +2017/04/04 03:00:00 +2017/04/04 04:00:00 +2017/04/04 05:00:00 +2017/04/04 06:00:00 +2017/04/04 07:00:00 +2017/04/04 08:00:00 +2017/04/04 09:00:00 +2017/04/04 10:00:00 +2017/04/04 11:00:00 +2017/04/04 12:00:00 +2017/04/04 13:00:00 +2017/04/04 14:00:00 +2017/04/04 15:00:00 +2017/04/04 16:00:00 +2017/04/04 17:00:00 +2017/04/04 18:00:00 +2017/04/04 19:00:00 +2017/04/04 20:00:00 +2017/04/04 21:00:00 +2017/04/04 22:00:00 +2017/04/04 23:00:00 +2017/04/05 00:00:00 +2017/04/05 01:00:00 +2017/04/05 02:00:00 +2017/04/05 03:00:00 +2017/04/05 04:00:00 +2017/04/05 05:00:00 +2017/04/05 06:00:00 +2017/04/05 07:00:00 +2017/04/05 08:00:00 +2017/04/05 09:00:00 +2017/04/05 10:00:00 +2017/04/05 11:00:00 +2017/04/05 12:00:00 +2017/04/05 13:00:00 +2017/04/05 14:00:00 +2017/04/05 15:00:00 +2017/04/05 16:00:00 +2017/04/05 17:00:00 +2017/04/05 18:00:00 +2017/04/05 19:00:00 +2017/04/05 20:00:00 +2017/04/05 21:00:00 +2017/04/05 22:00:00 +2017/04/05 23:00:00 +2017/04/06 00:00:00 +2017/04/06 01:00:00 +2017/04/06 02:00:00 +2017/04/06 03:00:00 +2017/04/06 04:00:00 +2017/04/06 05:00:00 +2017/04/06 06:00:00 +2017/04/06 07:00:00 +2017/04/06 08:00:00 +2017/04/06 09:00:00 +2017/04/06 10:00:00 +2017/04/06 11:00:00 +2017/04/06 12:00:00 +2017/04/06 13:00:00 +2017/04/06 14:00:00 +2017/04/06 15:00:00 +2017/04/06 16:00:00 +2017/04/06 17:00:00 +2017/04/06 18:00:00 +2017/04/06 19:00:00 +2017/04/06 20:00:00 +2017/04/06 21:00:00 +2017/04/06 22:00:00 +2017/04/06 23:00:00 +2017/04/07 00:00:00 +2017/04/07 01:00:00 +2017/04/07 02:00:00 +2017/04/07 03:00:00 +2017/04/07 04:00:00 +2017/04/07 05:00:00 +2017/04/07 06:00:00 +2017/04/07 07:00:00 +2017/04/07 08:00:00 +2017/04/07 09:00:00 +2017/04/07 10:00:00 +2017/04/07 11:00:00 +2017/04/07 12:00:00 +2017/04/07 13:00:00 +2017/04/07 14:00:00 +2017/04/07 15:00:00 +2017/04/07 16:00:00 +2017/04/07 17:00:00 +2017/04/07 18:00:00 +2017/04/07 19:00:00 +2017/04/07 20:00:00 +2017/04/07 21:00:00 +2017/04/07 22:00:00 +2017/04/07 23:00:00 +2017/04/08 00:00:00 +2017/04/08 01:00:00 +2017/04/08 02:00:00 +2017/04/08 03:00:00 +2017/04/08 04:00:00 +2017/04/08 05:00:00 +2017/04/08 06:00:00 +2017/04/08 07:00:00 +2017/04/08 08:00:00 +2017/04/08 09:00:00 +2017/04/08 10:00:00 +2017/04/08 11:00:00 +2017/04/08 12:00:00 +2017/04/08 13:00:00 +2017/04/08 14:00:00 +2017/04/08 15:00:00 +2017/04/08 16:00:00 +2017/04/08 17:00:00 +2017/04/08 18:00:00 +2017/04/08 19:00:00 +2017/04/08 20:00:00 +2017/04/08 21:00:00 +2017/04/08 22:00:00 +2017/04/08 23:00:00 +2017/04/09 00:00:00 +2017/04/09 01:00:00 +2017/04/09 02:00:00 +2017/04/09 03:00:00 +2017/04/09 04:00:00 +2017/04/09 05:00:00 +2017/04/09 06:00:00 +2017/04/09 07:00:00 +2017/04/09 08:00:00 +2017/04/09 09:00:00 +2017/04/09 10:00:00 +2017/04/09 11:00:00 +2017/04/09 12:00:00 +2017/04/09 13:00:00 +2017/04/09 14:00:00 +2017/04/09 15:00:00 +2017/04/09 16:00:00 +2017/04/09 17:00:00 +2017/04/09 18:00:00 +2017/04/09 19:00:00 +2017/04/09 20:00:00 +2017/04/09 21:00:00 +2017/04/09 22:00:00 +2017/04/09 23:00:00 +2017/04/10 00:00:00 +2017/04/10 01:00:00 +2017/04/10 02:00:00 +2017/04/10 03:00:00 +2017/04/10 04:00:00 +2017/04/10 05:00:00 +2017/04/10 06:00:00 +2017/04/10 07:00:00 +2017/04/10 08:00:00 +2017/04/10 09:00:00 +2017/04/10 10:00:00 +2017/04/10 11:00:00 +2017/04/10 12:00:00 +2017/04/10 13:00:00 +2017/04/10 14:00:00 +2017/04/10 15:00:00 +2017/04/10 16:00:00 +2017/04/10 17:00:00 +2017/04/10 18:00:00 +2017/04/10 19:00:00 +2017/04/10 20:00:00 +2017/04/10 21:00:00 +2017/04/10 22:00:00 +2017/04/10 23:00:00 +2017/04/11 00:00:00 +2017/04/11 01:00:00 +2017/04/11 02:00:00 +2017/04/11 03:00:00 +2017/04/11 04:00:00 +2017/04/11 05:00:00 +2017/04/11 06:00:00 +2017/04/11 07:00:00 +2017/04/11 08:00:00 +2017/04/11 09:00:00 +2017/04/11 10:00:00 +2017/04/11 11:00:00 +2017/04/11 12:00:00 +2017/04/11 13:00:00 +2017/04/11 14:00:00 +2017/04/11 15:00:00 +2017/04/11 16:00:00 +2017/04/11 17:00:00 +2017/04/11 18:00:00 +2017/04/11 19:00:00 +2017/04/11 20:00:00 +2017/04/11 21:00:00 +2017/04/11 22:00:00 +2017/04/11 23:00:00 +2017/04/12 00:00:00 +2017/04/12 01:00:00 +2017/04/12 02:00:00 +2017/04/12 03:00:00 +2017/04/12 04:00:00 +2017/04/12 05:00:00 +2017/04/12 06:00:00 +2017/04/12 07:00:00 +2017/04/12 08:00:00 +2017/04/12 09:00:00 +2017/04/12 10:00:00 +2017/04/12 11:00:00 +2017/04/12 12:00:00 +2017/04/12 13:00:00 +2017/04/12 14:00:00 +2017/04/12 15:00:00 +2017/04/12 16:00:00 +2017/04/12 17:00:00 +2017/04/12 18:00:00 +2017/04/12 19:00:00 +2017/04/12 20:00:00 +2017/04/12 21:00:00 +2017/04/12 22:00:00 +2017/04/12 23:00:00 +2017/04/13 00:00:00 +2017/04/13 01:00:00 +2017/04/13 02:00:00 +2017/04/13 03:00:00 +2017/04/13 04:00:00 +2017/04/13 05:00:00 +2017/04/13 06:00:00 +2017/04/13 07:00:00 +2017/04/13 08:00:00 +2017/04/13 09:00:00 +2017/04/13 10:00:00 +2017/04/13 11:00:00 +2017/04/13 12:00:00 +2017/04/13 13:00:00 +2017/04/13 14:00:00 +2017/04/13 15:00:00 +2017/04/13 16:00:00 +2017/04/13 17:00:00 +2017/04/13 18:00:00 +2017/04/13 19:00:00 +2017/04/13 20:00:00 +2017/04/13 21:00:00 +2017/04/13 22:00:00 +2017/04/13 23:00:00 +2017/04/14 00:00:00 +2017/04/14 01:00:00 +2017/04/14 02:00:00 +2017/04/14 03:00:00 +2017/04/14 04:00:00 +2017/04/14 05:00:00 +2017/04/14 06:00:00 +2017/04/14 07:00:00 +2017/04/14 08:00:00 +2017/04/14 09:00:00 +2017/04/14 10:00:00 +2017/04/14 11:00:00 +2017/04/14 12:00:00 +2017/04/14 13:00:00 +2017/04/14 14:00:00 +2017/04/14 15:00:00 +2017/04/14 16:00:00 +2017/04/14 17:00:00 +2017/04/14 18:00:00 +2017/04/14 19:00:00 +2017/04/14 20:00:00 +2017/04/14 21:00:00 +2017/04/14 22:00:00 +2017/04/14 23:00:00 +2017/04/15 00:00:00 +2017/04/15 01:00:00 +2017/04/15 02:00:00 +2017/04/15 03:00:00 +2017/04/15 04:00:00 +2017/04/15 05:00:00 +2017/04/15 06:00:00 +2017/04/15 07:00:00 +2017/04/15 08:00:00 +2017/04/15 09:00:00 +2017/04/15 10:00:00 +2017/04/15 11:00:00 +2017/04/15 12:00:00 +2017/04/15 13:00:00 +2017/04/15 14:00:00 +2017/04/15 15:00:00 +2017/04/15 16:00:00 +2017/04/15 17:00:00 +2017/04/15 18:00:00 +2017/04/15 19:00:00 +2017/04/15 20:00:00 +2017/04/15 21:00:00 +2017/04/15 22:00:00 +2017/04/15 23:00:00 +2017/04/16 00:00:00 +2017/04/16 01:00:00 +2017/04/16 02:00:00 +2017/04/16 03:00:00 +2017/04/16 04:00:00 +2017/04/16 05:00:00 +2017/04/16 06:00:00 +2017/04/16 07:00:00 +2017/04/16 08:00:00 +2017/04/16 09:00:00 +2017/04/16 10:00:00 +2017/04/16 11:00:00 +2017/04/16 12:00:00 +2017/04/16 13:00:00 +2017/04/16 14:00:00 +2017/04/16 15:00:00 +2017/04/16 16:00:00 +2017/04/16 17:00:00 +2017/04/16 18:00:00 +2017/04/16 19:00:00 +2017/04/16 20:00:00 +2017/04/16 21:00:00 +2017/04/16 22:00:00 +2017/04/16 23:00:00 +2017/04/17 00:00:00 +2017/04/17 01:00:00 +2017/04/17 02:00:00 +2017/04/17 03:00:00 +2017/04/17 04:00:00 +2017/04/17 05:00:00 +2017/04/17 06:00:00 +2017/04/17 07:00:00 +2017/04/17 08:00:00 +2017/04/17 09:00:00 +2017/04/17 10:00:00 +2017/04/17 11:00:00 +2017/04/17 12:00:00 +2017/04/17 13:00:00 +2017/04/17 14:00:00 +2017/04/17 15:00:00 +2017/04/17 16:00:00 +2017/04/17 17:00:00 +2017/04/17 18:00:00 +2017/04/17 19:00:00 +2017/04/17 20:00:00 +2017/04/17 21:00:00 +2017/04/17 22:00:00 +2017/04/17 23:00:00 +2017/04/18 00:00:00 +2017/04/18 01:00:00 +2017/04/18 02:00:00 +2017/04/18 03:00:00 +2017/04/18 04:00:00 +2017/04/18 05:00:00 +2017/04/18 06:00:00 +2017/04/18 07:00:00 +2017/04/18 08:00:00 +2017/04/18 09:00:00 +2017/04/18 10:00:00 +2017/04/18 11:00:00 +2017/04/18 12:00:00 +2017/04/18 13:00:00 +2017/04/18 14:00:00 +2017/04/18 15:00:00 +2017/04/18 16:00:00 +2017/04/18 17:00:00 +2017/04/18 18:00:00 +2017/04/18 19:00:00 +2017/04/18 20:00:00 +2017/04/18 21:00:00 +2017/04/18 22:00:00 +2017/04/18 23:00:00 +2017/04/19 00:00:00 +2017/04/19 01:00:00 +2017/04/19 02:00:00 +2017/04/19 03:00:00 +2017/04/19 04:00:00 +2017/04/19 05:00:00 +2017/04/19 06:00:00 +2017/04/19 07:00:00 +2017/04/19 08:00:00 +2017/04/19 09:00:00 +2017/04/19 10:00:00 +2017/04/19 11:00:00 +2017/04/19 12:00:00 +2017/04/19 13:00:00 +2017/04/19 14:00:00 +2017/04/19 15:00:00 +2017/04/19 16:00:00 +2017/04/19 17:00:00 +2017/04/19 18:00:00 +2017/04/19 19:00:00 +2017/04/19 20:00:00 +2017/04/19 21:00:00 +2017/04/19 22:00:00 +2017/04/19 23:00:00 +2017/04/20 00:00:00 +2017/04/20 01:00:00 +2017/04/20 02:00:00 +2017/04/20 03:00:00 +2017/04/20 04:00:00 +2017/04/20 05:00:00 +2017/04/20 06:00:00 +2017/04/20 07:00:00 +2017/04/20 08:00:00 +2017/04/20 09:00:00 +2017/04/20 10:00:00 +2017/04/20 11:00:00 +2017/04/20 12:00:00 +2017/04/20 13:00:00 +2017/04/20 14:00:00 +2017/04/20 15:00:00 +2017/04/20 16:00:00 +2017/04/20 17:00:00 +2017/04/20 18:00:00 +2017/04/20 19:00:00 +2017/04/20 20:00:00 +2017/04/20 21:00:00 +2017/04/20 22:00:00 +2017/04/20 23:00:00 +2017/04/21 00:00:00 +2017/04/21 01:00:00 +2017/04/21 02:00:00 +2017/04/21 03:00:00 +2017/04/21 04:00:00 +2017/04/21 05:00:00 +2017/04/21 06:00:00 +2017/04/21 07:00:00 +2017/04/21 08:00:00 +2017/04/21 09:00:00 +2017/04/21 10:00:00 +2017/04/21 11:00:00 +2017/04/21 12:00:00 +2017/04/21 13:00:00 +2017/04/21 14:00:00 +2017/04/21 15:00:00 +2017/04/21 16:00:00 +2017/04/21 17:00:00 +2017/04/21 18:00:00 +2017/04/21 19:00:00 +2017/04/21 20:00:00 +2017/04/21 21:00:00 +2017/04/21 22:00:00 +2017/04/21 23:00:00 +2017/04/22 00:00:00 +2017/04/22 01:00:00 +2017/04/22 02:00:00 +2017/04/22 03:00:00 +2017/04/22 04:00:00 +2017/04/22 05:00:00 +2017/04/22 06:00:00 +2017/04/22 07:00:00 +2017/04/22 08:00:00 +2017/04/22 09:00:00 +2017/04/22 10:00:00 +2017/04/22 11:00:00 +2017/04/22 12:00:00 +2017/04/22 13:00:00 +2017/04/22 14:00:00 +2017/04/22 15:00:00 +2017/04/22 16:00:00 +2017/04/22 17:00:00 +2017/04/22 18:00:00 +2017/04/22 19:00:00 +2017/04/22 20:00:00 +2017/04/22 21:00:00 +2017/04/22 22:00:00 +2017/04/22 23:00:00 +2017/04/23 00:00:00 +2017/04/23 01:00:00 +2017/04/23 02:00:00 +2017/04/23 03:00:00 +2017/04/23 04:00:00 +2017/04/23 05:00:00 +2017/04/23 06:00:00 +2017/04/23 07:00:00 +2017/04/23 08:00:00 +2017/04/23 09:00:00 +2017/04/23 10:00:00 +2017/04/23 11:00:00 +2017/04/23 12:00:00 +2017/04/23 13:00:00 +2017/04/23 14:00:00 +2017/04/23 15:00:00 +2017/04/23 16:00:00 +2017/04/23 17:00:00 +2017/04/23 18:00:00 +2017/04/23 19:00:00 +2017/04/23 20:00:00 +2017/04/23 21:00:00 +2017/04/23 22:00:00 +2017/04/23 23:00:00 +2017/04/24 00:00:00 +2017/04/24 01:00:00 +2017/04/24 02:00:00 +2017/04/24 03:00:00 +2017/04/24 04:00:00 +2017/04/24 05:00:00 +2017/04/24 06:00:00 +2017/04/24 07:00:00 +2017/04/24 08:00:00 +2017/04/24 09:00:00 +2017/04/24 10:00:00 +2017/04/24 11:00:00 +2017/04/24 12:00:00 +2017/04/24 13:00:00 +2017/04/24 14:00:00 +2017/04/24 15:00:00 +2017/04/24 16:00:00 +2017/04/24 17:00:00 +2017/04/24 18:00:00 +2017/04/24 19:00:00 +2017/04/24 20:00:00 +2017/04/24 21:00:00 +2017/04/24 22:00:00 +2017/04/24 23:00:00 +2017/04/25 00:00:00 +2017/04/25 01:00:00 +2017/04/25 02:00:00 +2017/04/25 03:00:00 +2017/04/25 04:00:00 +2017/04/25 05:00:00 +2017/04/25 06:00:00 +2017/04/25 07:00:00 +2017/04/25 08:00:00 +2017/04/25 09:00:00 +2017/04/25 10:00:00 +2017/04/25 11:00:00 +2017/04/25 12:00:00 +2017/04/25 13:00:00 +2017/04/25 14:00:00 +2017/04/25 15:00:00 +2017/04/25 16:00:00 +2017/04/25 17:00:00 +2017/04/25 18:00:00 +2017/04/25 19:00:00 +2017/04/25 20:00:00 +2017/04/25 21:00:00 +2017/04/25 22:00:00 +2017/04/25 23:00:00 +2017/04/26 00:00:00 +2017/04/26 01:00:00 +2017/04/26 02:00:00 +2017/04/26 03:00:00 +2017/04/26 04:00:00 +2017/04/26 05:00:00 +2017/04/26 06:00:00 +2017/04/26 07:00:00 +2017/04/26 08:00:00 +2017/04/26 09:00:00 +2017/04/26 10:00:00 +2017/04/26 11:00:00 +2017/04/26 12:00:00 +2017/04/26 13:00:00 +2017/04/26 14:00:00 +2017/04/26 15:00:00 +2017/04/26 16:00:00 +2017/04/26 17:00:00 +2017/04/26 18:00:00 +2017/04/26 19:00:00 +2017/04/26 20:00:00 +2017/04/26 21:00:00 +2017/04/26 22:00:00 +2017/04/26 23:00:00 +2017/04/27 00:00:00 +2017/04/27 01:00:00 +2017/04/27 02:00:00 +2017/04/27 03:00:00 +2017/04/27 04:00:00 +2017/04/27 05:00:00 +2017/04/27 06:00:00 +2017/04/27 07:00:00 +2017/04/27 08:00:00 +2017/04/27 09:00:00 +2017/04/27 10:00:00 +2017/04/27 11:00:00 +2017/04/27 12:00:00 +2017/04/27 13:00:00 +2017/04/27 14:00:00 +2017/04/27 15:00:00 +2017/04/27 16:00:00 +2017/04/27 17:00:00 +2017/04/27 18:00:00 +2017/04/27 19:00:00 +2017/04/27 20:00:00 +2017/04/27 21:00:00 +2017/04/27 22:00:00 +2017/04/27 23:00:00 +2017/04/28 00:00:00 +2017/04/28 01:00:00 +2017/04/28 02:00:00 +2017/04/28 03:00:00 +2017/04/28 04:00:00 +2017/04/28 05:00:00 +2017/04/28 06:00:00 +2017/04/28 07:00:00 +2017/04/28 08:00:00 +2017/04/28 09:00:00 +2017/04/28 10:00:00 +2017/04/28 11:00:00 +2017/04/28 12:00:00 +2017/04/28 13:00:00 +2017/04/28 14:00:00 +2017/04/28 15:00:00 +2017/04/28 16:00:00 +2017/04/28 17:00:00 +2017/04/28 18:00:00 +2017/04/28 19:00:00 +2017/04/28 20:00:00 +2017/04/28 21:00:00 +2017/04/28 22:00:00 +2017/04/28 23:00:00 +2017/04/29 00:00:00 +2017/04/29 01:00:00 +2017/04/29 02:00:00 +2017/04/29 03:00:00 +2017/04/29 04:00:00 +2017/04/29 05:00:00 +2017/04/29 06:00:00 +2017/04/29 07:00:00 +2017/04/29 08:00:00 +2017/04/29 09:00:00 +2017/04/29 10:00:00 +2017/04/29 11:00:00 +2017/04/29 12:00:00 +2017/04/29 13:00:00 +2017/04/29 14:00:00 +2017/04/29 15:00:00 +2017/04/29 16:00:00 +2017/04/29 17:00:00 +2017/04/29 18:00:00 +2017/04/29 19:00:00 +2017/04/29 20:00:00 +2017/04/29 21:00:00 +2017/04/29 22:00:00 +2017/04/29 23:00:00 +2017/04/30 00:00:00 +2017/04/30 01:00:00 +2017/04/30 02:00:00 +2017/04/30 03:00:00 +2017/04/30 04:00:00 +2017/04/30 05:00:00 +2017/04/30 06:00:00 +2017/04/30 07:00:00 +2017/04/30 08:00:00 +2017/04/30 09:00:00 +2017/04/30 10:00:00 +2017/04/30 11:00:00 +2017/04/30 12:00:00 +2017/04/30 13:00:00 +2017/04/30 14:00:00 +2017/04/30 15:00:00 +2017/04/30 16:00:00 +2017/04/30 17:00:00 +2017/04/30 18:00:00 +2017/04/30 19:00:00 +2017/04/30 20:00:00 +2017/04/30 21:00:00 +2017/04/30 22:00:00 +2017/04/30 23:00:00 +2017/05/01 00:00:00 +2017/05/01 01:00:00 +2017/05/01 02:00:00 +2017/05/01 03:00:00 +2017/05/01 04:00:00 +2017/05/01 05:00:00 +2017/05/01 06:00:00 +2017/05/01 07:00:00 +2017/05/01 08:00:00 +2017/05/01 09:00:00 +2017/05/01 10:00:00 +2017/05/01 11:00:00 +2017/05/01 12:00:00 +2017/05/01 13:00:00 +2017/05/01 14:00:00 +2017/05/01 15:00:00 +2017/05/01 16:00:00 +2017/05/01 17:00:00 +2017/05/01 18:00:00 +2017/05/01 19:00:00 +2017/05/01 20:00:00 +2017/05/01 21:00:00 +2017/05/01 22:00:00 +2017/05/01 23:00:00 +2017/05/02 00:00:00 +2017/05/02 01:00:00 +2017/05/02 02:00:00 +2017/05/02 03:00:00 +2017/05/02 04:00:00 +2017/05/02 05:00:00 +2017/05/02 06:00:00 +2017/05/02 07:00:00 +2017/05/02 08:00:00 +2017/05/02 09:00:00 +2017/05/02 10:00:00 +2017/05/02 11:00:00 +2017/05/02 12:00:00 +2017/05/02 13:00:00 +2017/05/02 14:00:00 +2017/05/02 15:00:00 +2017/05/02 16:00:00 +2017/05/02 17:00:00 +2017/05/02 18:00:00 +2017/05/02 19:00:00 +2017/05/02 20:00:00 +2017/05/02 21:00:00 +2017/05/02 22:00:00 +2017/05/02 23:00:00 +2017/05/03 00:00:00 +2017/05/03 01:00:00 +2017/05/03 02:00:00 +2017/05/03 03:00:00 +2017/05/03 04:00:00 +2017/05/03 05:00:00 +2017/05/03 06:00:00 +2017/05/03 07:00:00 +2017/05/03 08:00:00 +2017/05/03 09:00:00 +2017/05/03 10:00:00 +2017/05/03 11:00:00 +2017/05/03 12:00:00 +2017/05/03 13:00:00 +2017/05/03 14:00:00 +2017/05/03 15:00:00 +2017/05/03 16:00:00 +2017/05/03 17:00:00 +2017/05/03 18:00:00 +2017/05/03 19:00:00 +2017/05/03 20:00:00 +2017/05/03 21:00:00 +2017/05/03 22:00:00 +2017/05/03 23:00:00 +2017/05/04 00:00:00 +2017/05/04 01:00:00 +2017/05/04 02:00:00 +2017/05/04 03:00:00 +2017/05/04 04:00:00 +2017/05/04 05:00:00 +2017/05/04 06:00:00 +2017/05/04 07:00:00 +2017/05/04 08:00:00 +2017/05/04 09:00:00 +2017/05/04 10:00:00 +2017/05/04 11:00:00 +2017/05/04 12:00:00 +2017/05/04 13:00:00 +2017/05/04 14:00:00 +2017/05/04 15:00:00 +2017/05/04 16:00:00 +2017/05/04 17:00:00 +2017/05/04 18:00:00 +2017/05/04 19:00:00 +2017/05/04 20:00:00 +2017/05/04 21:00:00 +2017/05/04 22:00:00 +2017/05/04 23:00:00 +2017/05/05 00:00:00 +2017/05/05 01:00:00 +2017/05/05 02:00:00 +2017/05/05 03:00:00 +2017/05/05 04:00:00 +2017/05/05 05:00:00 +2017/05/05 06:00:00 +2017/05/05 07:00:00 +2017/05/05 08:00:00 +2017/05/05 09:00:00 +2017/05/05 10:00:00 +2017/05/05 11:00:00 +2017/05/05 12:00:00 +2017/05/05 13:00:00 +2017/05/05 14:00:00 +2017/05/05 15:00:00 +2017/05/05 16:00:00 +2017/05/05 17:00:00 +2017/05/05 18:00:00 +2017/05/05 19:00:00 +2017/05/05 20:00:00 +2017/05/05 21:00:00 +2017/05/05 22:00:00 +2017/05/05 23:00:00 +2017/05/06 00:00:00 +2017/05/06 01:00:00 +2017/05/06 02:00:00 +2017/05/06 03:00:00 +2017/05/06 04:00:00 +2017/05/06 05:00:00 +2017/05/06 06:00:00 +2017/05/06 07:00:00 +2017/05/06 08:00:00 +2017/05/06 09:00:00 +2017/05/06 10:00:00 +2017/05/06 11:00:00 +2017/05/06 12:00:00 +2017/05/06 13:00:00 +2017/05/06 14:00:00 +2017/05/06 15:00:00 +2017/05/06 16:00:00 +2017/05/06 17:00:00 +2017/05/06 18:00:00 +2017/05/06 19:00:00 +2017/05/06 20:00:00 +2017/05/06 21:00:00 +2017/05/06 22:00:00 +2017/05/06 23:00:00 +2017/05/07 00:00:00 +2017/05/07 01:00:00 +2017/05/07 02:00:00 +2017/05/07 03:00:00 +2017/05/07 04:00:00 +2017/05/07 05:00:00 +2017/05/07 06:00:00 +2017/05/07 07:00:00 +2017/05/07 08:00:00 +2017/05/07 09:00:00 +2017/05/07 10:00:00 +2017/05/07 11:00:00 +2017/05/07 12:00:00 +2017/05/07 13:00:00 +2017/05/07 14:00:00 +2017/05/07 15:00:00 +2017/05/07 16:00:00 +2017/05/07 17:00:00 +2017/05/07 18:00:00 +2017/05/07 19:00:00 +2017/05/07 20:00:00 +2017/05/07 21:00:00 +2017/05/07 22:00:00 +2017/05/07 23:00:00 +2017/05/08 00:00:00 +2017/05/08 01:00:00 +2017/05/08 02:00:00 +2017/05/08 03:00:00 +2017/05/08 04:00:00 +2017/05/08 05:00:00 +2017/05/08 06:00:00 +2017/05/08 07:00:00 +2017/05/08 08:00:00 +2017/05/08 09:00:00 +2017/05/08 10:00:00 +2017/05/08 11:00:00 +2017/05/08 12:00:00 +2017/05/08 13:00:00 +2017/05/08 14:00:00 +2017/05/08 15:00:00 +2017/05/08 16:00:00 +2017/05/08 17:00:00 +2017/05/08 18:00:00 +2017/05/08 19:00:00 +2017/05/08 20:00:00 +2017/05/08 21:00:00 +2017/05/08 22:00:00 +2017/05/08 23:00:00 +2017/05/09 00:00:00 +2017/05/09 01:00:00 +2017/05/09 02:00:00 +2017/05/09 03:00:00 +2017/05/09 04:00:00 +2017/05/09 05:00:00 +2017/05/09 06:00:00 +2017/05/09 07:00:00 +2017/05/09 08:00:00 +2017/05/09 09:00:00 +2017/05/09 10:00:00 +2017/05/09 11:00:00 +2017/05/09 12:00:00 +2017/05/09 13:00:00 +2017/05/09 14:00:00 +2017/05/09 15:00:00 +2017/05/09 16:00:00 +2017/05/09 17:00:00 +2017/05/09 18:00:00 +2017/05/09 19:00:00 +2017/05/09 20:00:00 +2017/05/09 21:00:00 +2017/05/09 22:00:00 +2017/05/09 23:00:00 +2017/05/10 00:00:00 +2017/05/10 01:00:00 +2017/05/10 02:00:00 +2017/05/10 03:00:00 +2017/05/10 04:00:00 +2017/05/10 05:00:00 +2017/05/10 06:00:00 +2017/05/10 07:00:00 +2017/05/10 08:00:00 +2017/05/10 09:00:00 +2017/05/10 10:00:00 +2017/05/10 11:00:00 +2017/05/10 12:00:00 +2017/05/10 13:00:00 +2017/05/10 14:00:00 +2017/05/10 15:00:00 +2017/05/10 16:00:00 +2017/05/10 17:00:00 +2017/05/10 18:00:00 +2017/05/10 19:00:00 +2017/05/10 20:00:00 +2017/05/10 21:00:00 +2017/05/10 22:00:00 +2017/05/10 23:00:00 +2017/05/11 00:00:00 +2017/05/11 01:00:00 +2017/05/11 02:00:00 +2017/05/11 03:00:00 +2017/05/11 04:00:00 +2017/05/11 05:00:00 +2017/05/11 06:00:00 +2017/05/11 07:00:00 +2017/05/11 08:00:00 +2017/05/11 09:00:00 +2017/05/11 10:00:00 +2017/05/11 11:00:00 +2017/05/11 12:00:00 +2017/05/11 13:00:00 +2017/05/11 14:00:00 +2017/05/11 15:00:00 +2017/05/11 16:00:00 +2017/05/11 17:00:00 +2017/05/11 18:00:00 +2017/05/11 19:00:00 +2017/05/11 20:00:00 +2017/05/11 21:00:00 +2017/05/11 22:00:00 +2017/05/11 23:00:00 +2017/05/12 00:00:00 +2017/05/12 01:00:00 +2017/05/12 02:00:00 +2017/05/12 03:00:00 +2017/05/12 04:00:00 +2017/05/12 05:00:00 +2017/05/12 06:00:00 +2017/05/12 07:00:00 +2017/05/12 08:00:00 +2017/05/12 09:00:00 +2017/05/12 10:00:00 +2017/05/12 11:00:00 +2017/05/12 12:00:00 +2017/05/12 13:00:00 +2017/05/12 14:00:00 +2017/05/12 15:00:00 +2017/05/12 16:00:00 +2017/05/12 17:00:00 +2017/05/12 18:00:00 +2017/05/12 19:00:00 +2017/05/12 20:00:00 +2017/05/12 21:00:00 +2017/05/12 22:00:00 +2017/05/12 23:00:00 +2017/05/13 00:00:00 +2017/05/13 01:00:00 +2017/05/13 02:00:00 +2017/05/13 03:00:00 +2017/05/13 04:00:00 +2017/05/13 05:00:00 +2017/05/13 06:00:00 +2017/05/13 07:00:00 +2017/05/13 08:00:00 +2017/05/13 09:00:00 +2017/05/13 10:00:00 +2017/05/13 11:00:00 +2017/05/13 12:00:00 +2017/05/13 13:00:00 +2017/05/13 14:00:00 +2017/05/13 15:00:00 +2017/05/13 16:00:00 +2017/05/13 17:00:00 +2017/05/13 18:00:00 +2017/05/13 19:00:00 +2017/05/13 20:00:00 +2017/05/13 21:00:00 +2017/05/13 22:00:00 +2017/05/13 23:00:00 +2017/05/14 00:00:00 +2017/05/14 01:00:00 +2017/05/14 02:00:00 +2017/05/14 03:00:00 +2017/05/14 04:00:00 +2017/05/14 05:00:00 +2017/05/14 06:00:00 +2017/05/14 07:00:00 +2017/05/14 08:00:00 +2017/05/14 09:00:00 +2017/05/14 10:00:00 +2017/05/14 11:00:00 +2017/05/14 12:00:00 +2017/05/14 13:00:00 +2017/05/14 14:00:00 +2017/05/14 15:00:00 +2017/05/14 16:00:00 +2017/05/14 17:00:00 +2017/05/14 18:00:00 +2017/05/14 19:00:00 +2017/05/14 20:00:00 +2017/05/14 21:00:00 +2017/05/14 22:00:00 +2017/05/14 23:00:00 +2017/05/15 00:00:00 +2017/05/15 01:00:00 +2017/05/15 02:00:00 +2017/05/15 03:00:00 +2017/05/15 04:00:00 +2017/05/15 05:00:00 +2017/05/15 06:00:00 +2017/05/15 07:00:00 +2017/05/15 08:00:00 +2017/05/15 09:00:00 +2017/05/15 10:00:00 +2017/05/15 11:00:00 +2017/05/15 12:00:00 +2017/05/15 13:00:00 +2017/05/15 14:00:00 +2017/05/15 15:00:00 +2017/05/15 16:00:00 +2017/05/15 17:00:00 +2017/05/15 18:00:00 +2017/05/15 19:00:00 +2017/05/15 20:00:00 +2017/05/15 21:00:00 +2017/05/15 22:00:00 +2017/05/15 23:00:00 +2017/05/16 00:00:00 +2017/05/16 01:00:00 +2017/05/16 02:00:00 +2017/05/16 03:00:00 +2017/05/16 04:00:00 +2017/05/16 05:00:00 +2017/05/16 06:00:00 +2017/05/16 07:00:00 +2017/05/16 08:00:00 +2017/05/16 09:00:00 +2017/05/16 10:00:00 +2017/05/16 11:00:00 +2017/05/16 12:00:00 +2017/05/16 13:00:00 +2017/05/16 14:00:00 +2017/05/16 15:00:00 +2017/05/16 16:00:00 +2017/05/16 17:00:00 +2017/05/16 18:00:00 +2017/05/16 19:00:00 +2017/05/16 20:00:00 +2017/05/16 21:00:00 +2017/05/16 22:00:00 +2017/05/16 23:00:00 +2017/05/17 00:00:00 +2017/05/17 01:00:00 +2017/05/17 02:00:00 +2017/05/17 03:00:00 +2017/05/17 04:00:00 +2017/05/17 05:00:00 +2017/05/17 06:00:00 +2017/05/17 07:00:00 +2017/05/17 08:00:00 +2017/05/17 09:00:00 +2017/05/17 10:00:00 +2017/05/17 11:00:00 +2017/05/17 12:00:00 +2017/05/17 13:00:00 +2017/05/17 14:00:00 +2017/05/17 15:00:00 +2017/05/17 16:00:00 +2017/05/17 17:00:00 +2017/05/17 18:00:00 +2017/05/17 19:00:00 +2017/05/17 20:00:00 +2017/05/17 21:00:00 +2017/05/17 22:00:00 +2017/05/17 23:00:00 +2017/05/18 00:00:00 +2017/05/18 01:00:00 +2017/05/18 02:00:00 +2017/05/18 03:00:00 +2017/05/18 04:00:00 +2017/05/18 05:00:00 +2017/05/18 06:00:00 +2017/05/18 07:00:00 +2017/05/18 08:00:00 +2017/05/18 09:00:00 +2017/05/18 10:00:00 +2017/05/18 11:00:00 +2017/05/18 12:00:00 +2017/05/18 13:00:00 +2017/05/18 14:00:00 +2017/05/18 15:00:00 +2017/05/18 16:00:00 +2017/05/18 17:00:00 +2017/05/18 18:00:00 +2017/05/18 19:00:00 +2017/05/18 20:00:00 +2017/05/18 21:00:00 +2017/05/18 22:00:00 +2017/05/18 23:00:00 +2017/05/19 00:00:00 +2017/05/19 01:00:00 +2017/05/19 02:00:00 +2017/05/19 03:00:00 +2017/05/19 04:00:00 +2017/05/19 05:00:00 +2017/05/19 06:00:00 +2017/05/19 07:00:00 +2017/05/19 08:00:00 +2017/05/19 09:00:00 +2017/05/19 10:00:00 +2017/05/19 11:00:00 +2017/05/19 12:00:00 +2017/05/19 13:00:00 +2017/05/19 14:00:00 +2017/05/19 15:00:00 +2017/05/19 16:00:00 +2017/05/19 17:00:00 +2017/05/19 18:00:00 +2017/05/19 19:00:00 +2017/05/19 20:00:00 +2017/05/19 21:00:00 +2017/05/19 22:00:00 +2017/05/19 23:00:00 +2017/05/20 00:00:00 +2017/05/20 01:00:00 +2017/05/20 02:00:00 +2017/05/20 03:00:00 +2017/05/20 04:00:00 +2017/05/20 05:00:00 +2017/05/20 06:00:00 +2017/05/20 07:00:00 +2017/05/20 08:00:00 +2017/05/20 09:00:00 +2017/05/20 10:00:00 +2017/05/20 11:00:00 +2017/05/20 12:00:00 +2017/05/20 13:00:00 +2017/05/20 14:00:00 +2017/05/20 15:00:00 +2017/05/20 16:00:00 +2017/05/20 17:00:00 +2017/05/20 18:00:00 +2017/05/20 19:00:00 +2017/05/20 20:00:00 +2017/05/20 21:00:00 +2017/05/20 22:00:00 +2017/05/20 23:00:00 +2017/05/21 00:00:00 +2017/05/21 01:00:00 +2017/05/21 02:00:00 +2017/05/21 03:00:00 +2017/05/21 04:00:00 +2017/05/21 05:00:00 +2017/05/21 06:00:00 +2017/05/21 07:00:00 +2017/05/21 08:00:00 +2017/05/21 09:00:00 +2017/05/21 10:00:00 +2017/05/21 11:00:00 +2017/05/21 12:00:00 +2017/05/21 13:00:00 +2017/05/21 14:00:00 +2017/05/21 15:00:00 +2017/05/21 16:00:00 +2017/05/21 17:00:00 +2017/05/21 18:00:00 +2017/05/21 19:00:00 +2017/05/21 20:00:00 +2017/05/21 21:00:00 +2017/05/21 22:00:00 +2017/05/21 23:00:00 +2017/05/22 00:00:00 +2017/05/22 01:00:00 +2017/05/22 02:00:00 +2017/05/22 03:00:00 +2017/05/22 04:00:00 +2017/05/22 05:00:00 +2017/05/22 06:00:00 +2017/05/22 07:00:00 +2017/05/22 08:00:00 +2017/05/22 09:00:00 +2017/05/22 10:00:00 +2017/05/22 11:00:00 +2017/05/22 12:00:00 +2017/05/22 13:00:00 +2017/05/22 14:00:00 +2017/05/22 15:00:00 +2017/05/22 16:00:00 +2017/05/22 17:00:00 +2017/05/22 18:00:00 +2017/05/22 19:00:00 +2017/05/22 20:00:00 +2017/05/22 21:00:00 +2017/05/22 22:00:00 +2017/05/22 23:00:00 +2017/05/23 00:00:00 +2017/05/23 01:00:00 +2017/05/23 02:00:00 +2017/05/23 03:00:00 +2017/05/23 04:00:00 +2017/05/23 05:00:00 +2017/05/23 06:00:00 +2017/05/23 07:00:00 +2017/05/23 08:00:00 +2017/05/23 09:00:00 +2017/05/23 10:00:00 +2017/05/23 11:00:00 +2017/05/23 12:00:00 +2017/05/23 13:00:00 +2017/05/23 14:00:00 +2017/05/23 15:00:00 +2017/05/23 16:00:00 +2017/05/23 17:00:00 +2017/05/23 18:00:00 +2017/05/23 19:00:00 +2017/05/23 20:00:00 +2017/05/23 21:00:00 +2017/05/23 22:00:00 +2017/05/23 23:00:00 +2017/05/24 00:00:00 +2017/05/24 01:00:00 +2017/05/24 02:00:00 +2017/05/24 03:00:00 +2017/05/24 04:00:00 +2017/05/24 05:00:00 +2017/05/24 06:00:00 +2017/05/24 07:00:00 +2017/05/24 08:00:00 +2017/05/24 09:00:00 +2017/05/24 10:00:00 +2017/05/24 11:00:00 +2017/05/24 12:00:00 +2017/05/24 13:00:00 +2017/05/24 14:00:00 +2017/05/24 15:00:00 +2017/05/24 16:00:00 +2017/05/24 17:00:00 +2017/05/24 18:00:00 +2017/05/24 19:00:00 +2017/05/24 20:00:00 +2017/05/24 21:00:00 +2017/05/24 22:00:00 +2017/05/24 23:00:00 +2017/05/25 00:00:00 +2017/05/25 01:00:00 +2017/05/25 02:00:00 +2017/05/25 03:00:00 +2017/05/25 04:00:00 +2017/05/25 05:00:00 +2017/05/25 06:00:00 +2017/05/25 07:00:00 +2017/05/25 08:00:00 +2017/05/25 09:00:00 +2017/05/25 10:00:00 +2017/05/25 11:00:00 +2017/05/25 12:00:00 +2017/05/25 13:00:00 +2017/05/25 14:00:00 +2017/05/25 15:00:00 +2017/05/25 16:00:00 +2017/05/25 17:00:00 +2017/05/25 18:00:00 +2017/05/25 19:00:00 +2017/05/25 20:00:00 +2017/05/25 21:00:00 +2017/05/25 22:00:00 +2017/05/25 23:00:00 +2017/05/26 00:00:00 +2017/05/26 01:00:00 +2017/05/26 02:00:00 +2017/05/26 03:00:00 +2017/05/26 04:00:00 +2017/05/26 05:00:00 +2017/05/26 06:00:00 +2017/05/26 07:00:00 +2017/05/26 08:00:00 +2017/05/26 09:00:00 +2017/05/26 10:00:00 +2017/05/26 11:00:00 +2017/05/26 12:00:00 +2017/05/26 13:00:00 +2017/05/26 14:00:00 +2017/05/26 15:00:00 +2017/05/26 16:00:00 +2017/05/26 17:00:00 +2017/05/26 18:00:00 +2017/05/26 19:00:00 +2017/05/26 20:00:00 +2017/05/26 21:00:00 +2017/05/26 22:00:00 +2017/05/26 23:00:00 +2017/05/27 00:00:00 +2017/05/27 01:00:00 +2017/05/27 02:00:00 +2017/05/27 03:00:00 +2017/05/27 04:00:00 +2017/05/27 05:00:00 +2017/05/27 06:00:00 +2017/05/27 07:00:00 +2017/05/27 08:00:00 +2017/05/27 09:00:00 +2017/05/27 10:00:00 +2017/05/27 11:00:00 +2017/05/27 12:00:00 +2017/05/27 13:00:00 +2017/05/27 14:00:00 +2017/05/27 15:00:00 +2017/05/27 16:00:00 +2017/05/27 17:00:00 +2017/05/27 18:00:00 +2017/05/27 19:00:00 +2017/05/27 20:00:00 +2017/05/27 21:00:00 +2017/05/27 22:00:00 +2017/05/27 23:00:00 +2017/05/28 00:00:00 +2017/05/28 01:00:00 +2017/05/28 02:00:00 +2017/05/28 03:00:00 +2017/05/28 04:00:00 +2017/05/28 05:00:00 +2017/05/28 06:00:00 +2017/05/28 07:00:00 +2017/05/28 08:00:00 +2017/05/28 09:00:00 +2017/05/28 10:00:00 +2017/05/28 11:00:00 +2017/05/28 12:00:00 +2017/05/28 13:00:00 +2017/05/28 14:00:00 +2017/05/28 15:00:00 +2017/05/28 16:00:00 +2017/05/28 17:00:00 +2017/05/28 18:00:00 +2017/05/28 19:00:00 +2017/05/28 20:00:00 +2017/05/28 21:00:00 +2017/05/28 22:00:00 +2017/05/28 23:00:00 +2017/05/29 00:00:00 +2017/05/29 01:00:00 +2017/05/29 02:00:00 +2017/05/29 03:00:00 +2017/05/29 04:00:00 +2017/05/29 05:00:00 +2017/05/29 06:00:00 +2017/05/29 07:00:00 +2017/05/29 08:00:00 +2017/05/29 09:00:00 +2017/05/29 10:00:00 +2017/05/29 11:00:00 +2017/05/29 12:00:00 +2017/05/29 13:00:00 +2017/05/29 14:00:00 +2017/05/29 15:00:00 +2017/05/29 16:00:00 +2017/05/29 17:00:00 +2017/05/29 18:00:00 +2017/05/29 19:00:00 +2017/05/29 20:00:00 +2017/05/29 21:00:00 +2017/05/29 22:00:00 +2017/05/29 23:00:00 +2017/05/30 00:00:00 +2017/05/30 01:00:00 +2017/05/30 02:00:00 +2017/05/30 03:00:00 +2017/05/30 04:00:00 +2017/05/30 05:00:00 +2017/05/30 06:00:00 +2017/05/30 07:00:00 +2017/05/30 08:00:00 +2017/05/30 09:00:00 +2017/05/30 10:00:00 +2017/05/30 11:00:00 +2017/05/30 12:00:00 +2017/05/30 13:00:00 +2017/05/30 14:00:00 +2017/05/30 15:00:00 +2017/05/30 16:00:00 +2017/05/30 17:00:00 +2017/05/30 18:00:00 +2017/05/30 19:00:00 +2017/05/30 20:00:00 +2017/05/30 21:00:00 +2017/05/30 22:00:00 +2017/05/30 23:00:00 +2017/05/31 00:00:00 +2017/05/31 01:00:00 +2017/05/31 02:00:00 +2017/05/31 03:00:00 +2017/05/31 04:00:00 +2017/05/31 05:00:00 +2017/05/31 06:00:00 +2017/05/31 07:00:00 +2017/05/31 08:00:00 +2017/05/31 09:00:00 +2017/05/31 10:00:00 +2017/05/31 11:00:00 +2017/05/31 12:00:00 +2017/05/31 13:00:00 +2017/05/31 14:00:00 +2017/05/31 15:00:00 +2017/05/31 16:00:00 +2017/05/31 17:00:00 +2017/05/31 18:00:00 +2017/05/31 19:00:00 +2017/05/31 20:00:00 +2017/05/31 21:00:00 +2017/05/31 22:00:00 +2017/05/31 23:00:00 +2017/06/01 00:00:00 +2017/06/01 01:00:00 +2017/06/01 02:00:00 +2017/06/01 03:00:00 +2017/06/01 04:00:00 +2017/06/01 05:00:00 +2017/06/01 06:00:00 +2017/06/01 07:00:00 +2017/06/01 08:00:00 +2017/06/01 09:00:00 +2017/06/01 10:00:00 +2017/06/01 11:00:00 +2017/06/01 12:00:00 +2017/06/01 13:00:00 +2017/06/01 14:00:00 +2017/06/01 15:00:00 +2017/06/01 16:00:00 +2017/06/01 17:00:00 +2017/06/01 18:00:00 +2017/06/01 19:00:00 +2017/06/01 20:00:00 +2017/06/01 21:00:00 +2017/06/01 22:00:00 +2017/06/01 23:00:00 +2017/06/02 00:00:00 +2017/06/02 01:00:00 +2017/06/02 02:00:00 +2017/06/02 03:00:00 +2017/06/02 04:00:00 +2017/06/02 05:00:00 +2017/06/02 06:00:00 +2017/06/02 07:00:00 +2017/06/02 08:00:00 +2017/06/02 09:00:00 +2017/06/02 10:00:00 +2017/06/02 11:00:00 +2017/06/02 12:00:00 +2017/06/02 13:00:00 +2017/06/02 14:00:00 +2017/06/02 15:00:00 +2017/06/02 16:00:00 +2017/06/02 17:00:00 +2017/06/02 18:00:00 +2017/06/02 19:00:00 +2017/06/02 20:00:00 +2017/06/02 21:00:00 +2017/06/02 22:00:00 +2017/06/02 23:00:00 +2017/06/03 00:00:00 +2017/06/03 01:00:00 +2017/06/03 02:00:00 +2017/06/03 03:00:00 +2017/06/03 04:00:00 +2017/06/03 05:00:00 +2017/06/03 06:00:00 +2017/06/03 07:00:00 +2017/06/03 08:00:00 +2017/06/03 09:00:00 +2017/06/03 10:00:00 +2017/06/03 11:00:00 +2017/06/03 12:00:00 +2017/06/03 13:00:00 +2017/06/03 14:00:00 +2017/06/03 15:00:00 +2017/06/03 16:00:00 +2017/06/03 17:00:00 +2017/06/03 18:00:00 +2017/06/03 19:00:00 +2017/06/03 20:00:00 +2017/06/03 21:00:00 +2017/06/03 22:00:00 +2017/06/03 23:00:00 +2017/06/04 00:00:00 +2017/06/04 01:00:00 +2017/06/04 02:00:00 +2017/06/04 03:00:00 +2017/06/04 04:00:00 +2017/06/04 05:00:00 +2017/06/04 06:00:00 +2017/06/04 07:00:00 +2017/06/04 08:00:00 +2017/06/04 09:00:00 +2017/06/04 10:00:00 +2017/06/04 11:00:00 +2017/06/04 12:00:00 +2017/06/04 13:00:00 +2017/06/04 14:00:00 +2017/06/04 15:00:00 +2017/06/04 16:00:00 +2017/06/04 17:00:00 +2017/06/04 18:00:00 +2017/06/04 19:00:00 +2017/06/04 20:00:00 +2017/06/04 21:00:00 +2017/06/04 22:00:00 +2017/06/04 23:00:00 +2017/06/05 00:00:00 +2017/06/05 01:00:00 +2017/06/05 02:00:00 +2017/06/05 03:00:00 +2017/06/05 04:00:00 +2017/06/05 05:00:00 +2017/06/05 06:00:00 +2017/06/05 07:00:00 +2017/06/05 08:00:00 +2017/06/05 09:00:00 +2017/06/05 10:00:00 +2017/06/05 11:00:00 +2017/06/05 12:00:00 +2017/06/05 13:00:00 +2017/06/05 14:00:00 +2017/06/05 15:00:00 +2017/06/05 16:00:00 +2017/06/05 17:00:00 +2017/06/05 18:00:00 +2017/06/05 19:00:00 +2017/06/05 20:00:00 +2017/06/05 21:00:00 +2017/06/05 22:00:00 +2017/06/05 23:00:00 +2017/06/06 00:00:00 +2017/06/06 01:00:00 +2017/06/06 02:00:00 +2017/06/06 03:00:00 +2017/06/06 04:00:00 +2017/06/06 05:00:00 +2017/06/06 06:00:00 +2017/06/06 07:00:00 +2017/06/06 08:00:00 +2017/06/06 09:00:00 +2017/06/06 10:00:00 +2017/06/06 11:00:00 +2017/06/06 12:00:00 +2017/06/06 13:00:00 +2017/06/06 14:00:00 +2017/06/06 15:00:00 +2017/06/06 16:00:00 +2017/06/06 17:00:00 +2017/06/06 18:00:00 +2017/06/06 19:00:00 +2017/06/06 20:00:00 +2017/06/06 21:00:00 +2017/06/06 22:00:00 +2017/06/06 23:00:00 +2017/06/07 00:00:00 +2017/06/07 01:00:00 +2017/06/07 02:00:00 +2017/06/07 03:00:00 +2017/06/07 04:00:00 +2017/06/07 05:00:00 +2017/06/07 06:00:00 +2017/06/07 07:00:00 +2017/06/07 08:00:00 +2017/06/07 09:00:00 +2017/06/07 10:00:00 +2017/06/07 11:00:00 +2017/06/07 12:00:00 +2017/06/07 13:00:00 +2017/06/07 14:00:00 +2017/06/07 15:00:00 +2017/06/07 16:00:00 +2017/06/07 17:00:00 +2017/06/07 18:00:00 +2017/06/07 19:00:00 +2017/06/07 20:00:00 +2017/06/07 21:00:00 +2017/06/07 22:00:00 +2017/06/07 23:00:00 +2017/06/08 00:00:00 +2017/06/08 01:00:00 +2017/06/08 02:00:00 +2017/06/08 03:00:00 +2017/06/08 04:00:00 +2017/06/08 05:00:00 +2017/06/08 06:00:00 +2017/06/08 07:00:00 +2017/06/08 08:00:00 +2017/06/08 09:00:00 +2017/06/08 10:00:00 +2017/06/08 11:00:00 +2017/06/08 12:00:00 +2017/06/08 13:00:00 +2017/06/08 14:00:00 +2017/06/08 15:00:00 +2017/06/08 16:00:00 +2017/06/08 17:00:00 +2017/06/08 18:00:00 +2017/06/08 19:00:00 +2017/06/08 20:00:00 +2017/06/08 21:00:00 +2017/06/08 22:00:00 +2017/06/08 23:00:00 +2017/06/09 00:00:00 +2017/06/09 01:00:00 +2017/06/09 02:00:00 +2017/06/09 03:00:00 +2017/06/09 04:00:00 +2017/06/09 05:00:00 +2017/06/09 06:00:00 +2017/06/09 07:00:00 +2017/06/09 08:00:00 +2017/06/09 09:00:00 +2017/06/09 10:00:00 +2017/06/09 11:00:00 +2017/06/09 12:00:00 +2017/06/09 13:00:00 +2017/06/09 14:00:00 +2017/06/09 15:00:00 +2017/06/09 16:00:00 +2017/06/09 17:00:00 +2017/06/09 18:00:00 +2017/06/09 19:00:00 +2017/06/09 20:00:00 +2017/06/09 21:00:00 +2017/06/09 22:00:00 +2017/06/09 23:00:00 +2017/06/10 00:00:00 +2017/06/10 01:00:00 +2017/06/10 02:00:00 +2017/06/10 03:00:00 +2017/06/10 04:00:00 +2017/06/10 05:00:00 +2017/06/10 06:00:00 +2017/06/10 07:00:00 +2017/06/10 08:00:00 +2017/06/10 09:00:00 +2017/06/10 10:00:00 +2017/06/10 11:00:00 +2017/06/10 12:00:00 +2017/06/10 13:00:00 +2017/06/10 14:00:00 +2017/06/10 15:00:00 +2017/06/10 16:00:00 +2017/06/10 17:00:00 +2017/06/10 18:00:00 +2017/06/10 19:00:00 +2017/06/10 20:00:00 +2017/06/10 21:00:00 +2017/06/10 22:00:00 +2017/06/10 23:00:00 +2017/06/11 00:00:00 +2017/06/11 01:00:00 +2017/06/11 02:00:00 +2017/06/11 03:00:00 +2017/06/11 04:00:00 +2017/06/11 05:00:00 +2017/06/11 06:00:00 +2017/06/11 07:00:00 +2017/06/11 08:00:00 +2017/06/11 09:00:00 +2017/06/11 10:00:00 +2017/06/11 11:00:00 +2017/06/11 12:00:00 +2017/06/11 13:00:00 +2017/06/11 14:00:00 +2017/06/11 15:00:00 +2017/06/11 16:00:00 +2017/06/11 17:00:00 +2017/06/11 18:00:00 +2017/06/11 19:00:00 +2017/06/11 20:00:00 +2017/06/11 21:00:00 +2017/06/11 22:00:00 +2017/06/11 23:00:00 +2017/06/12 00:00:00 +2017/06/12 01:00:00 +2017/06/12 02:00:00 +2017/06/12 03:00:00 +2017/06/12 04:00:00 +2017/06/12 05:00:00 +2017/06/12 06:00:00 +2017/06/12 07:00:00 +2017/06/12 08:00:00 +2017/06/12 09:00:00 +2017/06/12 10:00:00 +2017/06/12 11:00:00 +2017/06/12 12:00:00 +2017/06/12 13:00:00 +2017/06/12 14:00:00 +2017/06/12 15:00:00 +2017/06/12 16:00:00 +2017/06/12 17:00:00 +2017/06/12 18:00:00 +2017/06/12 19:00:00 +2017/06/12 20:00:00 +2017/06/12 21:00:00 +2017/06/12 22:00:00 +2017/06/12 23:00:00 +2017/06/13 00:00:00 +2017/06/13 01:00:00 +2017/06/13 02:00:00 +2017/06/13 03:00:00 +2017/06/13 04:00:00 +2017/06/13 05:00:00 +2017/06/13 06:00:00 +2017/06/13 07:00:00 +2017/06/13 08:00:00 +2017/06/13 09:00:00 +2017/06/13 10:00:00 +2017/06/13 11:00:00 +2017/06/13 12:00:00 +2017/06/13 13:00:00 +2017/06/13 14:00:00 +2017/06/13 15:00:00 +2017/06/13 16:00:00 +2017/06/13 17:00:00 +2017/06/13 18:00:00 +2017/06/13 19:00:00 +2017/06/13 20:00:00 +2017/06/13 21:00:00 +2017/06/13 22:00:00 +2017/06/13 23:00:00 +2017/06/14 00:00:00 +2017/06/14 01:00:00 +2017/06/14 02:00:00 +2017/06/14 03:00:00 +2017/06/14 04:00:00 +2017/06/14 05:00:00 +2017/06/14 06:00:00 +2017/06/14 07:00:00 +2017/06/14 08:00:00 +2017/06/14 09:00:00 +2017/06/14 10:00:00 +2017/06/14 11:00:00 +2017/06/14 12:00:00 +2017/06/14 13:00:00 +2017/06/14 14:00:00 +2017/06/14 15:00:00 +2017/06/14 16:00:00 +2017/06/14 17:00:00 +2017/06/14 18:00:00 +2017/06/14 19:00:00 +2017/06/14 20:00:00 +2017/06/14 21:00:00 +2017/06/14 22:00:00 +2017/06/14 23:00:00 +2017/06/15 00:00:00 +2017/06/15 01:00:00 +2017/06/15 02:00:00 +2017/06/15 03:00:00 +2017/06/15 04:00:00 +2017/06/15 05:00:00 +2017/06/15 06:00:00 +2017/06/15 07:00:00 +2017/06/15 08:00:00 +2017/06/15 09:00:00 +2017/06/15 10:00:00 +2017/06/15 11:00:00 +2017/06/15 12:00:00 +2017/06/15 13:00:00 +2017/06/15 14:00:00 +2017/06/15 15:00:00 +2017/06/15 16:00:00 +2017/06/15 17:00:00 +2017/06/15 18:00:00 +2017/06/15 19:00:00 +2017/06/15 20:00:00 +2017/06/15 21:00:00 +2017/06/15 22:00:00 +2017/06/15 23:00:00 +2017/06/16 00:00:00 +2017/06/16 01:00:00 +2017/06/16 02:00:00 +2017/06/16 03:00:00 +2017/06/16 04:00:00 +2017/06/16 05:00:00 +2017/06/16 06:00:00 +2017/06/16 07:00:00 +2017/06/16 08:00:00 +2017/06/16 09:00:00 +2017/06/16 10:00:00 +2017/06/16 11:00:00 +2017/06/16 12:00:00 +2017/06/16 13:00:00 +2017/06/16 14:00:00 +2017/06/16 15:00:00 +2017/06/16 16:00:00 +2017/06/16 17:00:00 +2017/06/16 18:00:00 +2017/06/16 19:00:00 +2017/06/16 20:00:00 +2017/06/16 21:00:00 +2017/06/16 22:00:00 +2017/06/16 23:00:00 +2017/06/17 00:00:00 +2017/06/17 01:00:00 +2017/06/17 02:00:00 +2017/06/17 03:00:00 +2017/06/17 04:00:00 +2017/06/17 05:00:00 +2017/06/17 06:00:00 +2017/06/17 07:00:00 +2017/06/17 08:00:00 +2017/06/17 09:00:00 +2017/06/17 10:00:00 +2017/06/17 11:00:00 +2017/06/17 12:00:00 +2017/06/17 13:00:00 +2017/06/17 14:00:00 +2017/06/17 15:00:00 +2017/06/17 16:00:00 +2017/06/17 17:00:00 +2017/06/17 18:00:00 +2017/06/17 19:00:00 +2017/06/17 20:00:00 +2017/06/17 21:00:00 +2017/06/17 22:00:00 +2017/06/17 23:00:00 +2017/06/18 00:00:00 +2017/06/18 01:00:00 +2017/06/18 02:00:00 +2017/06/18 03:00:00 +2017/06/18 04:00:00 +2017/06/18 05:00:00 +2017/06/18 06:00:00 +2017/06/18 07:00:00 +2017/06/18 08:00:00 +2017/06/18 09:00:00 +2017/06/18 10:00:00 +2017/06/18 11:00:00 +2017/06/18 12:00:00 +2017/06/18 13:00:00 +2017/06/18 14:00:00 +2017/06/18 15:00:00 +2017/06/18 16:00:00 +2017/06/18 17:00:00 +2017/06/18 18:00:00 +2017/06/18 19:00:00 +2017/06/18 20:00:00 +2017/06/18 21:00:00 +2017/06/18 22:00:00 +2017/06/18 23:00:00 +2017/06/19 00:00:00 +2017/06/19 01:00:00 +2017/06/19 02:00:00 +2017/06/19 03:00:00 +2017/06/19 04:00:00 +2017/06/19 05:00:00 +2017/06/19 06:00:00 +2017/06/19 07:00:00 +2017/06/19 08:00:00 +2017/06/19 09:00:00 +2017/06/19 10:00:00 +2017/06/19 11:00:00 +2017/06/19 12:00:00 +2017/06/19 13:00:00 +2017/06/19 14:00:00 +2017/06/19 15:00:00 +2017/06/19 16:00:00 +2017/06/19 17:00:00 +2017/06/19 18:00:00 +2017/06/19 19:00:00 +2017/06/19 20:00:00 +2017/06/19 21:00:00 +2017/06/19 22:00:00 +2017/06/19 23:00:00 +2017/06/20 00:00:00 +2017/06/20 01:00:00 +2017/06/20 02:00:00 +2017/06/20 03:00:00 +2017/06/20 04:00:00 +2017/06/20 05:00:00 +2017/06/20 06:00:00 +2017/06/20 07:00:00 +2017/06/20 08:00:00 +2017/06/20 09:00:00 +2017/06/20 10:00:00 +2017/06/20 11:00:00 +2017/06/20 12:00:00 +2017/06/20 13:00:00 +2017/06/20 14:00:00 +2017/06/20 15:00:00 +2017/06/20 16:00:00 +2017/06/20 17:00:00 +2017/06/20 18:00:00 +2017/06/20 19:00:00 +2017/06/20 20:00:00 +2017/06/20 21:00:00 +2017/06/20 22:00:00 +2017/06/20 23:00:00 +2017/06/21 00:00:00 +2017/06/21 01:00:00 +2017/06/21 02:00:00 +2017/06/21 03:00:00 +2017/06/21 04:00:00 +2017/06/21 05:00:00 +2017/06/21 06:00:00 +2017/06/21 07:00:00 +2017/06/21 08:00:00 +2017/06/21 09:00:00 +2017/06/21 10:00:00 +2017/06/21 11:00:00 +2017/06/21 12:00:00 +2017/06/21 13:00:00 +2017/06/21 14:00:00 +2017/06/21 15:00:00 +2017/06/21 16:00:00 +2017/06/21 17:00:00 +2017/06/21 18:00:00 +2017/06/21 19:00:00 +2017/06/21 20:00:00 +2017/06/21 21:00:00 +2017/06/21 22:00:00 +2017/06/21 23:00:00 +2017/06/22 00:00:00 +2017/06/22 01:00:00 +2017/06/22 02:00:00 +2017/06/22 03:00:00 +2017/06/22 04:00:00 +2017/06/22 05:00:00 +2017/06/22 06:00:00 +2017/06/22 07:00:00 +2017/06/22 08:00:00 +2017/06/22 09:00:00 +2017/06/22 10:00:00 +2017/06/22 11:00:00 +2017/06/22 12:00:00 +2017/06/22 13:00:00 +2017/06/22 14:00:00 +2017/06/22 15:00:00 +2017/06/22 16:00:00 +2017/06/22 17:00:00 +2017/06/22 18:00:00 +2017/06/22 19:00:00 +2017/06/22 20:00:00 +2017/06/22 21:00:00 +2017/06/22 22:00:00 +2017/06/22 23:00:00 +2017/06/23 00:00:00 +2017/06/23 01:00:00 +2017/06/23 02:00:00 +2017/06/23 03:00:00 +2017/06/23 04:00:00 +2017/06/23 05:00:00 +2017/06/23 06:00:00 +2017/06/23 07:00:00 +2017/06/23 08:00:00 +2017/06/23 09:00:00 +2017/06/23 10:00:00 +2017/06/23 11:00:00 +2017/06/23 12:00:00 +2017/06/23 13:00:00 +2017/06/23 14:00:00 +2017/06/23 15:00:00 +2017/06/23 16:00:00 +2017/06/23 17:00:00 +2017/06/23 18:00:00 +2017/06/23 19:00:00 +2017/06/23 20:00:00 +2017/06/23 21:00:00 +2017/06/23 22:00:00 +2017/06/23 23:00:00 +2017/06/24 00:00:00 +2017/06/24 01:00:00 +2017/06/24 02:00:00 +2017/06/24 03:00:00 +2017/06/24 04:00:00 +2017/06/24 05:00:00 +2017/06/24 06:00:00 +2017/06/24 07:00:00 +2017/06/24 08:00:00 +2017/06/24 09:00:00 +2017/06/24 10:00:00 +2017/06/24 11:00:00 +2017/06/24 12:00:00 +2017/06/24 13:00:00 +2017/06/24 14:00:00 +2017/06/24 15:00:00 +2017/06/24 16:00:00 +2017/06/24 17:00:00 +2017/06/24 18:00:00 +2017/06/24 19:00:00 +2017/06/24 20:00:00 +2017/06/24 21:00:00 +2017/06/24 22:00:00 +2017/06/24 23:00:00 +2017/06/25 00:00:00 +2017/06/25 01:00:00 +2017/06/25 02:00:00 +2017/06/25 03:00:00 +2017/06/25 04:00:00 +2017/06/25 05:00:00 +2017/06/25 06:00:00 +2017/06/25 07:00:00 +2017/06/25 08:00:00 +2017/06/25 09:00:00 +2017/06/25 10:00:00 +2017/06/25 11:00:00 +2017/06/25 12:00:00 +2017/06/25 13:00:00 +2017/06/25 14:00:00 +2017/06/25 15:00:00 +2017/06/25 16:00:00 +2017/06/25 17:00:00 +2017/06/25 18:00:00 +2017/06/25 19:00:00 +2017/06/25 20:00:00 +2017/06/25 21:00:00 +2017/06/25 22:00:00 +2017/06/25 23:00:00 +2017/06/26 00:00:00 +2017/06/26 01:00:00 +2017/06/26 02:00:00 +2017/06/26 03:00:00 +2017/06/26 04:00:00 +2017/06/26 05:00:00 +2017/06/26 06:00:00 +2017/06/26 07:00:00 +2017/06/26 08:00:00 +2017/06/26 09:00:00 +2017/06/26 10:00:00 +2017/06/26 11:00:00 +2017/06/26 12:00:00 +2017/06/26 13:00:00 +2017/06/26 14:00:00 +2017/06/26 15:00:00 +2017/06/26 16:00:00 +2017/06/26 17:00:00 +2017/06/26 18:00:00 +2017/06/26 19:00:00 +2017/06/26 20:00:00 +2017/06/26 21:00:00 +2017/06/26 22:00:00 +2017/06/26 23:00:00 +2017/06/27 00:00:00 +2017/06/27 01:00:00 +2017/06/27 02:00:00 +2017/06/27 03:00:00 +2017/06/27 04:00:00 +2017/06/27 05:00:00 +2017/06/27 06:00:00 +2017/06/27 07:00:00 +2017/06/27 08:00:00 +2017/06/27 09:00:00 +2017/06/27 10:00:00 +2017/06/27 11:00:00 +2017/06/27 12:00:00 +2017/06/27 13:00:00 +2017/06/27 14:00:00 +2017/06/27 15:00:00 +2017/06/27 16:00:00 +2017/06/27 17:00:00 +2017/06/27 18:00:00 +2017/06/27 19:00:00 +2017/06/27 20:00:00 +2017/06/27 21:00:00 +2017/06/27 22:00:00 +2017/06/27 23:00:00 +2017/06/28 00:00:00 +2017/06/28 01:00:00 +2017/06/28 02:00:00 +2017/06/28 03:00:00 +2017/06/28 04:00:00 +2017/06/28 05:00:00 +2017/06/28 06:00:00 +2017/06/28 07:00:00 +2017/06/28 08:00:00 +2017/06/28 09:00:00 +2017/06/28 10:00:00 +2017/06/28 11:00:00 +2017/06/28 12:00:00 +2017/06/28 13:00:00 +2017/06/28 14:00:00 +2017/06/28 15:00:00 +2017/06/28 16:00:00 +2017/06/28 17:00:00 +2017/06/28 18:00:00 +2017/06/28 19:00:00 +2017/06/28 20:00:00 +2017/06/28 21:00:00 +2017/06/28 22:00:00 +2017/06/28 23:00:00 +2017/06/29 00:00:00 +2017/06/29 01:00:00 +2017/06/29 02:00:00 +2017/06/29 03:00:00 +2017/06/29 04:00:00 +2017/06/29 05:00:00 +2017/06/29 06:00:00 +2017/06/29 07:00:00 +2017/06/29 08:00:00 +2017/06/29 09:00:00 +2017/06/29 10:00:00 +2017/06/29 11:00:00 +2017/06/29 12:00:00 +2017/06/29 13:00:00 +2017/06/29 14:00:00 +2017/06/29 15:00:00 +2017/06/29 16:00:00 +2017/06/29 17:00:00 +2017/06/29 18:00:00 +2017/06/29 19:00:00 +2017/06/29 20:00:00 +2017/06/29 21:00:00 +2017/06/29 22:00:00 +2017/06/29 23:00:00 +2017/06/30 00:00:00 +2017/06/30 01:00:00 +2017/06/30 02:00:00 +2017/06/30 03:00:00 +2017/06/30 04:00:00 +2017/06/30 05:00:00 +2017/06/30 06:00:00 +2017/06/30 07:00:00 +2017/06/30 08:00:00 +2017/06/30 09:00:00 +2017/06/30 10:00:00 +2017/06/30 11:00:00 +2017/06/30 12:00:00 +2017/06/30 13:00:00 +2017/06/30 14:00:00 +2017/06/30 15:00:00 +2017/06/30 16:00:00 +2017/06/30 17:00:00 +2017/06/30 18:00:00 +2017/06/30 19:00:00 +2017/06/30 20:00:00 +2017/06/30 21:00:00 +2017/06/30 22:00:00 +2017/06/30 23:00:00 +2017/07/01 00:00:00 +2017/07/01 01:00:00 +2017/07/01 02:00:00 +2017/07/01 03:00:00 +2017/07/01 04:00:00 +2017/07/01 05:00:00 +2017/07/01 06:00:00 +2017/07/01 07:00:00 +2017/07/01 08:00:00 +2017/07/01 09:00:00 +2017/07/01 10:00:00 +2017/07/01 11:00:00 +2017/07/01 12:00:00 +2017/07/01 13:00:00 +2017/07/01 14:00:00 +2017/07/01 15:00:00 +2017/07/01 16:00:00 +2017/07/01 17:00:00 +2017/07/01 18:00:00 +2017/07/01 19:00:00 +2017/07/01 20:00:00 +2017/07/01 21:00:00 +2017/07/01 22:00:00 +2017/07/01 23:00:00 +2017/07/02 00:00:00 +2017/07/02 01:00:00 +2017/07/02 02:00:00 +2017/07/02 03:00:00 +2017/07/02 04:00:00 +2017/07/02 05:00:00 +2017/07/02 06:00:00 +2017/07/02 07:00:00 +2017/07/02 08:00:00 +2017/07/02 09:00:00 +2017/07/02 10:00:00 +2017/07/02 11:00:00 +2017/07/02 12:00:00 +2017/07/02 13:00:00 +2017/07/02 14:00:00 +2017/07/02 15:00:00 +2017/07/02 16:00:00 +2017/07/02 17:00:00 +2017/07/02 18:00:00 +2017/07/02 19:00:00 +2017/07/02 20:00:00 +2017/07/02 21:00:00 +2017/07/02 22:00:00 +2017/07/02 23:00:00 +2017/07/03 00:00:00 +2017/07/03 01:00:00 +2017/07/03 02:00:00 +2017/07/03 03:00:00 +2017/07/03 04:00:00 +2017/07/03 05:00:00 +2017/07/03 06:00:00 +2017/07/03 07:00:00 +2017/07/03 08:00:00 +2017/07/03 09:00:00 +2017/07/03 10:00:00 +2017/07/03 11:00:00 +2017/07/03 12:00:00 +2017/07/03 13:00:00 +2017/07/03 14:00:00 +2017/07/03 15:00:00 +2017/07/03 16:00:00 +2017/07/03 17:00:00 +2017/07/03 18:00:00 +2017/07/03 19:00:00 +2017/07/03 20:00:00 +2017/07/03 21:00:00 +2017/07/03 22:00:00 +2017/07/03 23:00:00 +2017/07/04 00:00:00 +2017/07/04 01:00:00 +2017/07/04 02:00:00 +2017/07/04 03:00:00 +2017/07/04 04:00:00 +2017/07/04 05:00:00 +2017/07/04 06:00:00 +2017/07/04 07:00:00 +2017/07/04 08:00:00 +2017/07/04 09:00:00 +2017/07/04 10:00:00 +2017/07/04 11:00:00 +2017/07/04 12:00:00 +2017/07/04 13:00:00 +2017/07/04 14:00:00 +2017/07/04 15:00:00 +2017/07/04 16:00:00 +2017/07/04 17:00:00 +2017/07/04 18:00:00 +2017/07/04 19:00:00 +2017/07/04 20:00:00 +2017/07/04 21:00:00 +2017/07/04 22:00:00 +2017/07/04 23:00:00 +2017/07/05 00:00:00 +2017/07/05 01:00:00 +2017/07/05 02:00:00 +2017/07/05 03:00:00 +2017/07/05 04:00:00 +2017/07/05 05:00:00 +2017/07/05 06:00:00 +2017/07/05 07:00:00 +2017/07/05 08:00:00 +2017/07/05 09:00:00 +2017/07/05 10:00:00 +2017/07/05 11:00:00 +2017/07/05 12:00:00 +2017/07/05 13:00:00 +2017/07/05 14:00:00 +2017/07/05 15:00:00 +2017/07/05 16:00:00 +2017/07/05 17:00:00 +2017/07/05 18:00:00 +2017/07/05 19:00:00 +2017/07/05 20:00:00 +2017/07/05 21:00:00 +2017/07/05 22:00:00 +2017/07/05 23:00:00 +2017/07/06 00:00:00 +2017/07/06 01:00:00 +2017/07/06 02:00:00 +2017/07/06 03:00:00 +2017/07/06 04:00:00 +2017/07/06 05:00:00 +2017/07/06 06:00:00 +2017/07/06 07:00:00 +2017/07/06 08:00:00 +2017/07/06 09:00:00 +2017/07/06 10:00:00 +2017/07/06 11:00:00 +2017/07/06 12:00:00 +2017/07/06 13:00:00 +2017/07/06 14:00:00 +2017/07/06 15:00:00 +2017/07/06 16:00:00 +2017/07/06 17:00:00 +2017/07/06 18:00:00 +2017/07/06 19:00:00 +2017/07/06 20:00:00 +2017/07/06 21:00:00 +2017/07/06 22:00:00 +2017/07/06 23:00:00 +2017/07/07 00:00:00 +2017/07/07 01:00:00 +2017/07/07 02:00:00 +2017/07/07 03:00:00 +2017/07/07 04:00:00 +2017/07/07 05:00:00 +2017/07/07 06:00:00 +2017/07/07 07:00:00 +2017/07/07 08:00:00 +2017/07/07 09:00:00 +2017/07/07 10:00:00 +2017/07/07 11:00:00 +2017/07/07 12:00:00 +2017/07/07 13:00:00 +2017/07/07 14:00:00 +2017/07/07 15:00:00 +2017/07/07 16:00:00 +2017/07/07 17:00:00 +2017/07/07 18:00:00 +2017/07/07 19:00:00 +2017/07/07 20:00:00 +2017/07/07 21:00:00 +2017/07/07 22:00:00 +2017/07/07 23:00:00 +2017/07/08 00:00:00 +2017/07/08 01:00:00 +2017/07/08 02:00:00 +2017/07/08 03:00:00 +2017/07/08 04:00:00 +2017/07/08 05:00:00 +2017/07/08 06:00:00 +2017/07/08 07:00:00 +2017/07/08 08:00:00 +2017/07/08 09:00:00 +2017/07/08 10:00:00 +2017/07/08 11:00:00 +2017/07/08 12:00:00 +2017/07/08 13:00:00 +2017/07/08 14:00:00 +2017/07/08 15:00:00 +2017/07/08 16:00:00 +2017/07/08 17:00:00 +2017/07/08 18:00:00 +2017/07/08 19:00:00 +2017/07/08 20:00:00 +2017/07/08 21:00:00 +2017/07/08 22:00:00 +2017/07/08 23:00:00 +2017/07/09 00:00:00 +2017/07/09 01:00:00 +2017/07/09 02:00:00 +2017/07/09 03:00:00 +2017/07/09 04:00:00 +2017/07/09 05:00:00 +2017/07/09 06:00:00 +2017/07/09 07:00:00 +2017/07/09 08:00:00 +2017/07/09 09:00:00 +2017/07/09 10:00:00 +2017/07/09 11:00:00 +2017/07/09 12:00:00 +2017/07/09 13:00:00 +2017/07/09 14:00:00 +2017/07/09 15:00:00 +2017/07/09 16:00:00 +2017/07/09 17:00:00 +2017/07/09 18:00:00 +2017/07/09 19:00:00 +2017/07/09 20:00:00 +2017/07/09 21:00:00 +2017/07/09 22:00:00 +2017/07/09 23:00:00 +2017/07/10 00:00:00 +2017/07/10 01:00:00 +2017/07/10 02:00:00 +2017/07/10 03:00:00 +2017/07/10 04:00:00 +2017/07/10 05:00:00 +2017/07/10 06:00:00 +2017/07/10 07:00:00 +2017/07/10 08:00:00 +2017/07/10 09:00:00 +2017/07/10 10:00:00 +2017/07/10 11:00:00 +2017/07/10 12:00:00 +2017/07/10 13:00:00 +2017/07/10 14:00:00 +2017/07/10 15:00:00 +2017/07/10 16:00:00 +2017/07/10 17:00:00 +2017/07/10 18:00:00 +2017/07/10 19:00:00 +2017/07/10 20:00:00 +2017/07/10 21:00:00 +2017/07/10 22:00:00 +2017/07/10 23:00:00 +2017/07/11 00:00:00 +2017/07/11 01:00:00 +2017/07/11 02:00:00 +2017/07/11 03:00:00 +2017/07/11 04:00:00 +2017/07/11 05:00:00 +2017/07/11 06:00:00 +2017/07/11 07:00:00 +2017/07/11 08:00:00 +2017/07/11 09:00:00 +2017/07/11 10:00:00 +2017/07/11 11:00:00 +2017/07/11 12:00:00 +2017/07/11 13:00:00 +2017/07/11 14:00:00 +2017/07/11 15:00:00 +2017/07/11 16:00:00 +2017/07/11 17:00:00 +2017/07/11 18:00:00 +2017/07/11 19:00:00 +2017/07/11 20:00:00 +2017/07/11 21:00:00 +2017/07/11 22:00:00 +2017/07/11 23:00:00 +2017/07/12 00:00:00 +2017/07/12 01:00:00 +2017/07/12 02:00:00 +2017/07/12 03:00:00 +2017/07/12 04:00:00 +2017/07/12 05:00:00 +2017/07/12 06:00:00 +2017/07/12 07:00:00 +2017/07/12 08:00:00 +2017/07/12 09:00:00 +2017/07/12 10:00:00 +2017/07/12 11:00:00 +2017/07/12 12:00:00 +2017/07/12 13:00:00 +2017/07/12 14:00:00 +2017/07/12 15:00:00 +2017/07/12 16:00:00 +2017/07/12 17:00:00 +2017/07/12 18:00:00 +2017/07/12 19:00:00 +2017/07/12 20:00:00 +2017/07/12 21:00:00 +2017/07/12 22:00:00 +2017/07/12 23:00:00 +2017/07/13 00:00:00 +2017/07/13 01:00:00 +2017/07/13 02:00:00 +2017/07/13 03:00:00 +2017/07/13 04:00:00 +2017/07/13 05:00:00 +2017/07/13 06:00:00 +2017/07/13 07:00:00 +2017/07/13 08:00:00 +2017/07/13 09:00:00 +2017/07/13 10:00:00 +2017/07/13 11:00:00 +2017/07/13 12:00:00 +2017/07/13 13:00:00 +2017/07/13 14:00:00 +2017/07/13 15:00:00 +2017/07/13 16:00:00 +2017/07/13 17:00:00 +2017/07/13 18:00:00 +2017/07/13 19:00:00 +2017/07/13 20:00:00 +2017/07/13 21:00:00 +2017/07/13 22:00:00 +2017/07/13 23:00:00 +2017/07/14 00:00:00 +2017/07/14 01:00:00 +2017/07/14 02:00:00 +2017/07/14 03:00:00 +2017/07/14 04:00:00 +2017/07/14 05:00:00 +2017/07/14 06:00:00 +2017/07/14 07:00:00 +2017/07/14 08:00:00 +2017/07/14 09:00:00 +2017/07/14 10:00:00 +2017/07/14 11:00:00 +2017/07/14 12:00:00 +2017/07/14 13:00:00 +2017/07/14 14:00:00 +2017/07/14 15:00:00 +2017/07/14 16:00:00 +2017/07/14 17:00:00 +2017/07/14 18:00:00 +2017/07/14 19:00:00 +2017/07/14 20:00:00 +2017/07/14 21:00:00 +2017/07/14 22:00:00 +2017/07/14 23:00:00 +2017/07/15 00:00:00 +2017/07/15 01:00:00 +2017/07/15 02:00:00 +2017/07/15 03:00:00 +2017/07/15 04:00:00 +2017/07/15 05:00:00 +2017/07/15 06:00:00 +2017/07/15 07:00:00 +2017/07/15 08:00:00 +2017/07/15 09:00:00 +2017/07/15 10:00:00 +2017/07/15 11:00:00 +2017/07/15 12:00:00 +2017/07/15 13:00:00 +2017/07/15 14:00:00 +2017/07/15 15:00:00 +2017/07/15 16:00:00 +2017/07/15 17:00:00 +2017/07/15 18:00:00 +2017/07/15 19:00:00 +2017/07/15 20:00:00 +2017/07/15 21:00:00 +2017/07/15 22:00:00 +2017/07/15 23:00:00 +2017/07/16 00:00:00 +2017/07/16 01:00:00 +2017/07/16 02:00:00 +2017/07/16 03:00:00 +2017/07/16 04:00:00 +2017/07/16 05:00:00 +2017/07/16 06:00:00 +2017/07/16 07:00:00 +2017/07/16 08:00:00 +2017/07/16 09:00:00 +2017/07/16 10:00:00 +2017/07/16 11:00:00 +2017/07/16 12:00:00 +2017/07/16 13:00:00 +2017/07/16 14:00:00 +2017/07/16 15:00:00 +2017/07/16 16:00:00 +2017/07/16 17:00:00 +2017/07/16 18:00:00 +2017/07/16 19:00:00 +2017/07/16 20:00:00 +2017/07/16 21:00:00 +2017/07/16 22:00:00 +2017/07/16 23:00:00 +2017/07/17 00:00:00 +2017/07/17 01:00:00 +2017/07/17 02:00:00 +2017/07/17 03:00:00 +2017/07/17 04:00:00 +2017/07/17 05:00:00 +2017/07/17 06:00:00 +2017/07/17 07:00:00 +2017/07/17 08:00:00 +2017/07/17 09:00:00 +2017/07/17 10:00:00 +2017/07/17 11:00:00 +2017/07/17 12:00:00 +2017/07/17 13:00:00 +2017/07/17 14:00:00 +2017/07/17 15:00:00 +2017/07/17 16:00:00 +2017/07/17 17:00:00 +2017/07/17 18:00:00 +2017/07/17 19:00:00 +2017/07/17 20:00:00 +2017/07/17 21:00:00 +2017/07/17 22:00:00 +2017/07/17 23:00:00 +2017/07/18 00:00:00 +2017/07/18 01:00:00 +2017/07/18 02:00:00 +2017/07/18 03:00:00 +2017/07/18 04:00:00 +2017/07/18 05:00:00 +2017/07/18 06:00:00 +2017/07/18 07:00:00 +2017/07/18 08:00:00 +2017/07/18 09:00:00 +2017/07/18 10:00:00 +2017/07/18 11:00:00 +2017/07/18 12:00:00 +2017/07/18 13:00:00 +2017/07/18 14:00:00 +2017/07/18 15:00:00 +2017/07/18 16:00:00 +2017/07/18 17:00:00 +2017/07/18 18:00:00 +2017/07/18 19:00:00 +2017/07/18 20:00:00 +2017/07/18 21:00:00 +2017/07/18 22:00:00 +2017/07/18 23:00:00 +2017/07/19 00:00:00 +2017/07/19 01:00:00 +2017/07/19 02:00:00 +2017/07/19 03:00:00 +2017/07/19 04:00:00 +2017/07/19 05:00:00 +2017/07/19 06:00:00 +2017/07/19 07:00:00 +2017/07/19 08:00:00 +2017/07/19 09:00:00 +2017/07/19 10:00:00 +2017/07/19 11:00:00 +2017/07/19 12:00:00 +2017/07/19 13:00:00 +2017/07/19 14:00:00 +2017/07/19 15:00:00 +2017/07/19 16:00:00 +2017/07/19 17:00:00 +2017/07/19 18:00:00 +2017/07/19 19:00:00 +2017/07/19 20:00:00 +2017/07/19 21:00:00 +2017/07/19 22:00:00 +2017/07/19 23:00:00 +2017/07/20 00:00:00 +2017/07/20 01:00:00 +2017/07/20 02:00:00 +2017/07/20 03:00:00 +2017/07/20 04:00:00 +2017/07/20 05:00:00 +2017/07/20 06:00:00 +2017/07/20 07:00:00 +2017/07/20 08:00:00 +2017/07/20 09:00:00 +2017/07/20 10:00:00 +2017/07/20 11:00:00 +2017/07/20 12:00:00 +2017/07/20 13:00:00 +2017/07/20 14:00:00 +2017/07/20 15:00:00 +2017/07/20 16:00:00 +2017/07/20 17:00:00 +2017/07/20 18:00:00 +2017/07/20 19:00:00 +2017/07/20 20:00:00 +2017/07/20 21:00:00 +2017/07/20 22:00:00 +2017/07/20 23:00:00 +2017/07/21 00:00:00 +2017/07/21 01:00:00 +2017/07/21 02:00:00 +2017/07/21 03:00:00 +2017/07/21 04:00:00 +2017/07/21 05:00:00 +2017/07/21 06:00:00 +2017/07/21 07:00:00 +2017/07/21 08:00:00 +2017/07/21 09:00:00 +2017/07/21 10:00:00 +2017/07/21 11:00:00 +2017/07/21 12:00:00 +2017/07/21 13:00:00 +2017/07/21 14:00:00 +2017/07/21 15:00:00 +2017/07/21 16:00:00 +2017/07/21 17:00:00 +2017/07/21 18:00:00 +2017/07/21 19:00:00 +2017/07/21 20:00:00 +2017/07/21 21:00:00 +2017/07/21 22:00:00 +2017/07/21 23:00:00 +2017/07/22 00:00:00 +2017/07/22 01:00:00 +2017/07/22 02:00:00 +2017/07/22 03:00:00 +2017/07/22 04:00:00 +2017/07/22 05:00:00 +2017/07/22 06:00:00 +2017/07/22 07:00:00 +2017/07/22 08:00:00 +2017/07/22 09:00:00 +2017/07/22 10:00:00 +2017/07/22 11:00:00 +2017/07/22 12:00:00 +2017/07/22 13:00:00 +2017/07/22 14:00:00 +2017/07/22 15:00:00 +2017/07/22 16:00:00 +2017/07/22 17:00:00 +2017/07/22 18:00:00 +2017/07/22 19:00:00 +2017/07/22 20:00:00 +2017/07/22 21:00:00 +2017/07/22 22:00:00 +2017/07/22 23:00:00 +2017/07/23 00:00:00 +2017/07/23 01:00:00 +2017/07/23 02:00:00 +2017/07/23 03:00:00 +2017/07/23 04:00:00 +2017/07/23 05:00:00 +2017/07/23 06:00:00 +2017/07/23 07:00:00 +2017/07/23 08:00:00 +2017/07/23 09:00:00 +2017/07/23 10:00:00 +2017/07/23 11:00:00 +2017/07/23 12:00:00 +2017/07/23 13:00:00 +2017/07/23 14:00:00 +2017/07/23 15:00:00 +2017/07/23 16:00:00 +2017/07/23 17:00:00 +2017/07/23 18:00:00 +2017/07/23 19:00:00 +2017/07/23 20:00:00 +2017/07/23 21:00:00 +2017/07/23 22:00:00 +2017/07/23 23:00:00 +2017/07/24 00:00:00 +2017/07/24 01:00:00 +2017/07/24 02:00:00 +2017/07/24 03:00:00 +2017/07/24 04:00:00 +2017/07/24 05:00:00 +2017/07/24 06:00:00 +2017/07/24 07:00:00 +2017/07/24 08:00:00 +2017/07/24 09:00:00 +2017/07/24 10:00:00 +2017/07/24 11:00:00 +2017/07/24 12:00:00 +2017/07/24 13:00:00 +2017/07/24 14:00:00 +2017/07/24 15:00:00 +2017/07/24 16:00:00 +2017/07/24 17:00:00 +2017/07/24 18:00:00 +2017/07/24 19:00:00 +2017/07/24 20:00:00 +2017/07/24 21:00:00 +2017/07/24 22:00:00 +2017/07/24 23:00:00 +2017/07/25 00:00:00 +2017/07/25 01:00:00 +2017/07/25 02:00:00 +2017/07/25 03:00:00 +2017/07/25 04:00:00 +2017/07/25 05:00:00 +2017/07/25 06:00:00 +2017/07/25 07:00:00 +2017/07/25 08:00:00 +2017/07/25 09:00:00 +2017/07/25 10:00:00 +2017/07/25 11:00:00 +2017/07/25 12:00:00 +2017/07/25 13:00:00 +2017/07/25 14:00:00 +2017/07/25 15:00:00 +2017/07/25 16:00:00 +2017/07/25 17:00:00 +2017/07/25 18:00:00 +2017/07/25 19:00:00 +2017/07/25 20:00:00 +2017/07/25 21:00:00 +2017/07/25 22:00:00 +2017/07/25 23:00:00 +2017/07/26 00:00:00 +2017/07/26 01:00:00 +2017/07/26 02:00:00 +2017/07/26 03:00:00 +2017/07/26 04:00:00 +2017/07/26 05:00:00 +2017/07/26 06:00:00 +2017/07/26 07:00:00 +2017/07/26 08:00:00 +2017/07/26 09:00:00 +2017/07/26 10:00:00 +2017/07/26 11:00:00 +2017/07/26 12:00:00 +2017/07/26 13:00:00 +2017/07/26 14:00:00 +2017/07/26 15:00:00 +2017/07/26 16:00:00 +2017/07/26 17:00:00 +2017/07/26 18:00:00 +2017/07/26 19:00:00 +2017/07/26 20:00:00 +2017/07/26 21:00:00 +2017/07/26 22:00:00 +2017/07/26 23:00:00 +2017/07/27 00:00:00 +2017/07/27 01:00:00 +2017/07/27 02:00:00 +2017/07/27 03:00:00 +2017/07/27 04:00:00 +2017/07/27 05:00:00 +2017/07/27 06:00:00 +2017/07/27 07:00:00 +2017/07/27 08:00:00 +2017/07/27 09:00:00 +2017/07/27 10:00:00 +2017/07/27 11:00:00 +2017/07/27 12:00:00 +2017/07/27 13:00:00 +2017/07/27 14:00:00 +2017/07/27 15:00:00 +2017/07/27 16:00:00 +2017/07/27 17:00:00 +2017/07/27 18:00:00 +2017/07/27 19:00:00 +2017/07/27 20:00:00 +2017/07/27 21:00:00 +2017/07/27 22:00:00 +2017/07/27 23:00:00 +2017/07/28 00:00:00 +2017/07/28 01:00:00 +2017/07/28 02:00:00 +2017/07/28 03:00:00 +2017/07/28 04:00:00 +2017/07/28 05:00:00 +2017/07/28 06:00:00 +2017/07/28 07:00:00 +2017/07/28 08:00:00 +2017/07/28 09:00:00 +2017/07/28 10:00:00 +2017/07/28 11:00:00 +2017/07/28 12:00:00 +2017/07/28 13:00:00 +2017/07/28 14:00:00 +2017/07/28 15:00:00 +2017/07/28 16:00:00 +2017/07/28 17:00:00 +2017/07/28 18:00:00 +2017/07/28 19:00:00 +2017/07/28 20:00:00 +2017/07/28 21:00:00 +2017/07/28 22:00:00 +2017/07/28 23:00:00 +2017/07/29 00:00:00 +2017/07/29 01:00:00 +2017/07/29 02:00:00 +2017/07/29 03:00:00 +2017/07/29 04:00:00 +2017/07/29 05:00:00 +2017/07/29 06:00:00 +2017/07/29 07:00:00 +2017/07/29 08:00:00 +2017/07/29 09:00:00 +2017/07/29 10:00:00 +2017/07/29 11:00:00 +2017/07/29 12:00:00 +2017/07/29 13:00:00 +2017/07/29 14:00:00 +2017/07/29 15:00:00 +2017/07/29 16:00:00 +2017/07/29 17:00:00 +2017/07/29 18:00:00 +2017/07/29 19:00:00 +2017/07/29 20:00:00 +2017/07/29 21:00:00 +2017/07/29 22:00:00 +2017/07/29 23:00:00 +2017/07/30 00:00:00 +2017/07/30 01:00:00 +2017/07/30 02:00:00 +2017/07/30 03:00:00 +2017/07/30 04:00:00 +2017/07/30 05:00:00 +2017/07/30 06:00:00 +2017/07/30 07:00:00 +2017/07/30 08:00:00 +2017/07/30 09:00:00 +2017/07/30 10:00:00 +2017/07/30 11:00:00 +2017/07/30 12:00:00 +2017/07/30 13:00:00 +2017/07/30 14:00:00 +2017/07/30 15:00:00 +2017/07/30 16:00:00 +2017/07/30 17:00:00 +2017/07/30 18:00:00 +2017/07/30 19:00:00 +2017/07/30 20:00:00 +2017/07/30 21:00:00 +2017/07/30 22:00:00 +2017/07/30 23:00:00 +2017/07/31 00:00:00 +2017/07/31 01:00:00 +2017/07/31 02:00:00 +2017/07/31 03:00:00 +2017/07/31 04:00:00 +2017/07/31 05:00:00 +2017/07/31 06:00:00 +2017/07/31 07:00:00 +2017/07/31 08:00:00 +2017/07/31 09:00:00 +2017/07/31 10:00:00 +2017/07/31 11:00:00 +2017/07/31 12:00:00 +2017/07/31 13:00:00 +2017/07/31 14:00:00 +2017/07/31 15:00:00 +2017/07/31 16:00:00 +2017/07/31 17:00:00 +2017/07/31 18:00:00 +2017/07/31 19:00:00 +2017/07/31 20:00:00 +2017/07/31 21:00:00 +2017/07/31 22:00:00 +2017/07/31 23:00:00 +2017/08/01 00:00:00 +2017/08/01 01:00:00 +2017/08/01 02:00:00 +2017/08/01 03:00:00 +2017/08/01 04:00:00 +2017/08/01 05:00:00 +2017/08/01 06:00:00 +2017/08/01 07:00:00 +2017/08/01 08:00:00 +2017/08/01 09:00:00 +2017/08/01 10:00:00 +2017/08/01 11:00:00 +2017/08/01 12:00:00 +2017/08/01 13:00:00 +2017/08/01 14:00:00 +2017/08/01 15:00:00 +2017/08/01 16:00:00 +2017/08/01 17:00:00 +2017/08/01 18:00:00 +2017/08/01 19:00:00 +2017/08/01 20:00:00 +2017/08/01 21:00:00 +2017/08/01 22:00:00 +2017/08/01 23:00:00 +2017/08/02 00:00:00 +2017/08/02 01:00:00 +2017/08/02 02:00:00 +2017/08/02 03:00:00 +2017/08/02 04:00:00 +2017/08/02 05:00:00 +2017/08/02 06:00:00 +2017/08/02 07:00:00 +2017/08/02 08:00:00 +2017/08/02 09:00:00 +2017/08/02 10:00:00 +2017/08/02 11:00:00 +2017/08/02 12:00:00 +2017/08/02 13:00:00 +2017/08/02 14:00:00 +2017/08/02 15:00:00 +2017/08/02 16:00:00 +2017/08/02 17:00:00 +2017/08/02 18:00:00 +2017/08/02 19:00:00 +2017/08/02 20:00:00 +2017/08/02 21:00:00 +2017/08/02 22:00:00 +2017/08/02 23:00:00 +2017/08/03 00:00:00 +2017/08/03 01:00:00 +2017/08/03 02:00:00 +2017/08/03 03:00:00 +2017/08/03 04:00:00 +2017/08/03 05:00:00 +2017/08/03 06:00:00 +2017/08/03 07:00:00 +2017/08/03 08:00:00 +2017/08/03 09:00:00 +2017/08/03 10:00:00 +2017/08/03 11:00:00 +2017/08/03 12:00:00 +2017/08/03 13:00:00 +2017/08/03 14:00:00 +2017/08/03 15:00:00 +2017/08/03 16:00:00 +2017/08/03 17:00:00 +2017/08/03 18:00:00 +2017/08/03 19:00:00 +2017/08/03 20:00:00 +2017/08/03 21:00:00 +2017/08/03 22:00:00 +2017/08/03 23:00:00 +2017/08/04 00:00:00 +2017/08/04 01:00:00 +2017/08/04 02:00:00 +2017/08/04 03:00:00 +2017/08/04 04:00:00 +2017/08/04 05:00:00 +2017/08/04 06:00:00 +2017/08/04 07:00:00 +2017/08/04 08:00:00 +2017/08/04 09:00:00 +2017/08/04 10:00:00 +2017/08/04 11:00:00 +2017/08/04 12:00:00 +2017/08/04 13:00:00 +2017/08/04 14:00:00 +2017/08/04 15:00:00 +2017/08/04 16:00:00 +2017/08/04 17:00:00 +2017/08/04 18:00:00 +2017/08/04 19:00:00 +2017/08/04 20:00:00 +2017/08/04 21:00:00 +2017/08/04 22:00:00 +2017/08/04 23:00:00 +2017/08/05 00:00:00 +2017/08/05 01:00:00 +2017/08/05 02:00:00 +2017/08/05 03:00:00 +2017/08/05 04:00:00 +2017/08/05 05:00:00 +2017/08/05 06:00:00 +2017/08/05 07:00:00 +2017/08/05 08:00:00 +2017/08/05 09:00:00 +2017/08/05 10:00:00 +2017/08/05 11:00:00 +2017/08/05 12:00:00 +2017/08/05 13:00:00 +2017/08/05 14:00:00 +2017/08/05 15:00:00 +2017/08/05 16:00:00 +2017/08/05 17:00:00 +2017/08/05 18:00:00 +2017/08/05 19:00:00 +2017/08/05 20:00:00 +2017/08/05 21:00:00 +2017/08/05 22:00:00 +2017/08/05 23:00:00 +2017/08/06 00:00:00 +2017/08/06 01:00:00 +2017/08/06 02:00:00 +2017/08/06 03:00:00 +2017/08/06 04:00:00 +2017/08/06 05:00:00 +2017/08/06 06:00:00 +2017/08/06 07:00:00 +2017/08/06 08:00:00 +2017/08/06 09:00:00 +2017/08/06 10:00:00 +2017/08/06 11:00:00 +2017/08/06 12:00:00 +2017/08/06 13:00:00 +2017/08/06 14:00:00 +2017/08/06 15:00:00 +2017/08/06 16:00:00 +2017/08/06 17:00:00 +2017/08/06 18:00:00 +2017/08/06 19:00:00 +2017/08/06 20:00:00 +2017/08/06 21:00:00 +2017/08/06 22:00:00 +2017/08/06 23:00:00 +2017/08/07 00:00:00 +2017/08/07 01:00:00 +2017/08/07 02:00:00 +2017/08/07 03:00:00 +2017/08/07 04:00:00 +2017/08/07 05:00:00 +2017/08/07 06:00:00 +2017/08/07 07:00:00 +2017/08/07 08:00:00 +2017/08/07 09:00:00 +2017/08/07 10:00:00 +2017/08/07 11:00:00 +2017/08/07 12:00:00 +2017/08/07 13:00:00 +2017/08/07 14:00:00 +2017/08/07 15:00:00 +2017/08/07 16:00:00 +2017/08/07 17:00:00 +2017/08/07 18:00:00 +2017/08/07 19:00:00 +2017/08/07 20:00:00 +2017/08/07 21:00:00 +2017/08/07 22:00:00 +2017/08/07 23:00:00 +2017/08/08 00:00:00 +2017/08/08 01:00:00 +2017/08/08 02:00:00 +2017/08/08 03:00:00 +2017/08/08 04:00:00 +2017/08/08 05:00:00 +2017/08/08 06:00:00 +2017/08/08 07:00:00 +2017/08/08 08:00:00 +2017/08/08 09:00:00 +2017/08/08 10:00:00 +2017/08/08 11:00:00 +2017/08/08 12:00:00 +2017/08/08 13:00:00 +2017/08/08 14:00:00 +2017/08/08 15:00:00 +2017/08/08 16:00:00 +2017/08/08 17:00:00 +2017/08/08 18:00:00 +2017/08/08 19:00:00 +2017/08/08 20:00:00 +2017/08/08 21:00:00 +2017/08/08 22:00:00 +2017/08/08 23:00:00 +2017/08/09 00:00:00 +2017/08/09 01:00:00 +2017/08/09 02:00:00 +2017/08/09 03:00:00 +2017/08/09 04:00:00 +2017/08/09 05:00:00 +2017/08/09 06:00:00 +2017/08/09 07:00:00 +2017/08/09 08:00:00 +2017/08/09 09:00:00 +2017/08/09 10:00:00 +2017/08/09 11:00:00 +2017/08/09 12:00:00 +2017/08/09 13:00:00 +2017/08/09 14:00:00 +2017/08/09 15:00:00 +2017/08/09 16:00:00 +2017/08/09 17:00:00 +2017/08/09 18:00:00 +2017/08/09 19:00:00 +2017/08/09 20:00:00 +2017/08/09 21:00:00 +2017/08/09 22:00:00 +2017/08/09 23:00:00 +2017/08/10 00:00:00 +2017/08/10 01:00:00 +2017/08/10 02:00:00 +2017/08/10 03:00:00 +2017/08/10 04:00:00 +2017/08/10 05:00:00 +2017/08/10 06:00:00 +2017/08/10 07:00:00 +2017/08/10 08:00:00 +2017/08/10 09:00:00 +2017/08/10 10:00:00 +2017/08/10 11:00:00 +2017/08/10 12:00:00 +2017/08/10 13:00:00 +2017/08/10 14:00:00 +2017/08/10 15:00:00 +2017/08/10 16:00:00 +2017/08/10 17:00:00 +2017/08/10 18:00:00 +2017/08/10 19:00:00 +2017/08/10 20:00:00 +2017/08/10 21:00:00 +2017/08/10 22:00:00 +2017/08/10 23:00:00 +2017/08/11 00:00:00 +2017/08/11 01:00:00 +2017/08/11 02:00:00 +2017/08/11 03:00:00 +2017/08/11 04:00:00 +2017/08/11 05:00:00 +2017/08/11 06:00:00 +2017/08/11 07:00:00 +2017/08/11 08:00:00 +2017/08/11 09:00:00 +2017/08/11 10:00:00 +2017/08/11 11:00:00 +2017/08/11 12:00:00 +2017/08/11 13:00:00 +2017/08/11 14:00:00 +2017/08/11 15:00:00 +2017/08/11 16:00:00 +2017/08/11 17:00:00 +2017/08/11 18:00:00 +2017/08/11 19:00:00 +2017/08/11 20:00:00 +2017/08/11 21:00:00 +2017/08/11 22:00:00 +2017/08/11 23:00:00 +2017/08/12 00:00:00 +2017/08/12 01:00:00 +2017/08/12 02:00:00 +2017/08/12 03:00:00 +2017/08/12 04:00:00 +2017/08/12 05:00:00 +2017/08/12 06:00:00 +2017/08/12 07:00:00 +2017/08/12 08:00:00 +2017/08/12 09:00:00 +2017/08/12 10:00:00 +2017/08/12 11:00:00 +2017/08/12 12:00:00 +2017/08/12 13:00:00 +2017/08/12 14:00:00 +2017/08/12 15:00:00 +2017/08/12 16:00:00 +2017/08/12 17:00:00 +2017/08/12 18:00:00 +2017/08/12 19:00:00 +2017/08/12 20:00:00 +2017/08/12 21:00:00 +2017/08/12 22:00:00 +2017/08/12 23:00:00 +2017/08/13 00:00:00 +2017/08/13 01:00:00 +2017/08/13 02:00:00 +2017/08/13 03:00:00 +2017/08/13 04:00:00 +2017/08/13 05:00:00 +2017/08/13 06:00:00 +2017/08/13 07:00:00 +2017/08/13 08:00:00 +2017/08/13 09:00:00 +2017/08/13 10:00:00 +2017/08/13 11:00:00 +2017/08/13 12:00:00 +2017/08/13 13:00:00 +2017/08/13 14:00:00 +2017/08/13 15:00:00 +2017/08/13 16:00:00 +2017/08/13 17:00:00 +2017/08/13 18:00:00 +2017/08/13 19:00:00 +2017/08/13 20:00:00 +2017/08/13 21:00:00 +2017/08/13 22:00:00 +2017/08/13 23:00:00 +2017/08/14 00:00:00 +2017/08/14 01:00:00 +2017/08/14 02:00:00 +2017/08/14 03:00:00 +2017/08/14 04:00:00 +2017/08/14 05:00:00 +2017/08/14 06:00:00 +2017/08/14 07:00:00 +2017/08/14 08:00:00 +2017/08/14 09:00:00 +2017/08/14 10:00:00 +2017/08/14 11:00:00 +2017/08/14 12:00:00 +2017/08/14 13:00:00 +2017/08/14 14:00:00 +2017/08/14 15:00:00 +2017/08/14 16:00:00 +2017/08/14 17:00:00 +2017/08/14 18:00:00 +2017/08/14 19:00:00 +2017/08/14 20:00:00 +2017/08/14 21:00:00 +2017/08/14 22:00:00 +2017/08/14 23:00:00 +2017/08/15 00:00:00 +2017/08/15 01:00:00 +2017/08/15 02:00:00 +2017/08/15 03:00:00 +2017/08/15 04:00:00 +2017/08/15 05:00:00 +2017/08/15 06:00:00 +2017/08/15 07:00:00 +2017/08/15 08:00:00 +2017/08/15 09:00:00 +2017/08/15 10:00:00 +2017/08/15 11:00:00 +2017/08/15 12:00:00 +2017/08/15 13:00:00 +2017/08/15 14:00:00 +2017/08/15 15:00:00 +2017/08/15 16:00:00 +2017/08/15 17:00:00 +2017/08/15 18:00:00 +2017/08/15 19:00:00 +2017/08/15 20:00:00 +2017/08/15 21:00:00 +2017/08/15 22:00:00 +2017/08/15 23:00:00 +2017/08/16 00:00:00 +2017/08/16 01:00:00 +2017/08/16 02:00:00 +2017/08/16 03:00:00 +2017/08/16 04:00:00 +2017/08/16 05:00:00 +2017/08/16 06:00:00 +2017/08/16 07:00:00 +2017/08/16 08:00:00 +2017/08/16 09:00:00 +2017/08/16 10:00:00 +2017/08/16 11:00:00 +2017/08/16 12:00:00 +2017/08/16 13:00:00 +2017/08/16 14:00:00 +2017/08/16 15:00:00 +2017/08/16 16:00:00 +2017/08/16 17:00:00 +2017/08/16 18:00:00 +2017/08/16 19:00:00 +2017/08/16 20:00:00 +2017/08/16 21:00:00 +2017/08/16 22:00:00 +2017/08/16 23:00:00 +2017/08/17 00:00:00 +2017/08/17 01:00:00 +2017/08/17 02:00:00 +2017/08/17 03:00:00 +2017/08/17 04:00:00 +2017/08/17 05:00:00 +2017/08/17 06:00:00 +2017/08/17 07:00:00 +2017/08/17 08:00:00 +2017/08/17 09:00:00 +2017/08/17 10:00:00 +2017/08/17 11:00:00 +2017/08/17 12:00:00 +2017/08/17 13:00:00 +2017/08/17 14:00:00 +2017/08/17 15:00:00 +2017/08/17 16:00:00 +2017/08/17 17:00:00 +2017/08/17 18:00:00 +2017/08/17 19:00:00 +2017/08/17 20:00:00 +2017/08/17 21:00:00 +2017/08/17 22:00:00 +2017/08/17 23:00:00 +2017/08/18 00:00:00 +2017/08/18 01:00:00 +2017/08/18 02:00:00 +2017/08/18 03:00:00 +2017/08/18 04:00:00 +2017/08/18 05:00:00 +2017/08/18 06:00:00 +2017/08/18 07:00:00 +2017/08/18 08:00:00 +2017/08/18 09:00:00 +2017/08/18 10:00:00 +2017/08/18 11:00:00 +2017/08/18 12:00:00 +2017/08/18 13:00:00 +2017/08/18 14:00:00 +2017/08/18 15:00:00 +2017/08/18 16:00:00 +2017/08/18 17:00:00 +2017/08/18 18:00:00 +2017/08/18 19:00:00 +2017/08/18 20:00:00 +2017/08/18 21:00:00 +2017/08/18 22:00:00 +2017/08/18 23:00:00 +2017/08/19 00:00:00 +2017/08/19 01:00:00 +2017/08/19 02:00:00 +2017/08/19 03:00:00 +2017/08/19 04:00:00 +2017/08/19 05:00:00 +2017/08/19 06:00:00 +2017/08/19 07:00:00 +2017/08/19 08:00:00 +2017/08/19 09:00:00 +2017/08/19 10:00:00 +2017/08/19 11:00:00 +2017/08/19 12:00:00 +2017/08/19 13:00:00 +2017/08/19 14:00:00 +2017/08/19 15:00:00 +2017/08/19 16:00:00 +2017/08/19 17:00:00 +2017/08/19 18:00:00 +2017/08/19 19:00:00 +2017/08/19 20:00:00 +2017/08/19 21:00:00 +2017/08/19 22:00:00 +2017/08/19 23:00:00 +2017/08/20 00:00:00 +2017/08/20 01:00:00 +2017/08/20 02:00:00 +2017/08/20 03:00:00 +2017/08/20 04:00:00 +2017/08/20 05:00:00 +2017/08/20 06:00:00 +2017/08/20 07:00:00 +2017/08/20 08:00:00 +2017/08/20 09:00:00 +2017/08/20 10:00:00 +2017/08/20 11:00:00 +2017/08/20 12:00:00 +2017/08/20 13:00:00 +2017/08/20 14:00:00 +2017/08/20 15:00:00 +2017/08/20 16:00:00 +2017/08/20 17:00:00 +2017/08/20 18:00:00 +2017/08/20 19:00:00 +2017/08/20 20:00:00 +2017/08/20 21:00:00 +2017/08/20 22:00:00 +2017/08/20 23:00:00 +2017/08/21 00:00:00 +2017/08/21 01:00:00 +2017/08/21 02:00:00 +2017/08/21 03:00:00 +2017/08/21 04:00:00 +2017/08/21 05:00:00 +2017/08/21 06:00:00 +2017/08/21 07:00:00 +2017/08/21 08:00:00 +2017/08/21 09:00:00 +2017/08/21 10:00:00 +2017/08/21 11:00:00 +2017/08/21 12:00:00 +2017/08/21 13:00:00 +2017/08/21 14:00:00 +2017/08/21 15:00:00 +2017/08/21 16:00:00 +2017/08/21 17:00:00 +2017/08/21 18:00:00 +2017/08/21 19:00:00 +2017/08/21 20:00:00 +2017/08/21 21:00:00 +2017/08/21 22:00:00 +2017/08/21 23:00:00 +2017/08/22 00:00:00 +2017/08/22 01:00:00 +2017/08/22 02:00:00 +2017/08/22 03:00:00 +2017/08/22 04:00:00 +2017/08/22 05:00:00 +2017/08/22 06:00:00 +2017/08/22 07:00:00 +2017/08/22 08:00:00 +2017/08/22 09:00:00 +2017/08/22 10:00:00 +2017/08/22 11:00:00 +2017/08/22 12:00:00 +2017/08/22 13:00:00 +2017/08/22 14:00:00 +2017/08/22 15:00:00 +2017/08/22 16:00:00 +2017/08/22 17:00:00 +2017/08/22 18:00:00 +2017/08/22 19:00:00 +2017/08/22 20:00:00 +2017/08/22 21:00:00 +2017/08/22 22:00:00 +2017/08/22 23:00:00 +2017/08/23 00:00:00 +2017/08/23 01:00:00 +2017/08/23 02:00:00 +2017/08/23 03:00:00 +2017/08/23 04:00:00 +2017/08/23 05:00:00 +2017/08/23 06:00:00 +2017/08/23 07:00:00 +2017/08/23 08:00:00 +2017/08/23 09:00:00 +2017/08/23 10:00:00 +2017/08/23 11:00:00 +2017/08/23 12:00:00 +2017/08/23 13:00:00 +2017/08/23 14:00:00 +2017/08/23 15:00:00 +2017/08/23 16:00:00 +2017/08/23 17:00:00 +2017/08/23 18:00:00 +2017/08/23 19:00:00 +2017/08/23 20:00:00 +2017/08/23 21:00:00 +2017/08/23 22:00:00 +2017/08/23 23:00:00 +2017/08/24 00:00:00 +2017/08/24 01:00:00 +2017/08/24 02:00:00 +2017/08/24 03:00:00 +2017/08/24 04:00:00 +2017/08/24 05:00:00 +2017/08/24 06:00:00 +2017/08/24 07:00:00 +2017/08/24 08:00:00 +2017/08/24 09:00:00 +2017/08/24 10:00:00 +2017/08/24 11:00:00 +2017/08/24 12:00:00 +2017/08/24 13:00:00 +2017/08/24 14:00:00 +2017/08/24 15:00:00 +2017/08/24 16:00:00 +2017/08/24 17:00:00 +2017/08/24 18:00:00 +2017/08/24 19:00:00 +2017/08/24 20:00:00 +2017/08/24 21:00:00 +2017/08/24 22:00:00 +2017/08/24 23:00:00 +2017/08/25 00:00:00 +2017/08/25 01:00:00 +2017/08/25 02:00:00 +2017/08/25 03:00:00 +2017/08/25 04:00:00 +2017/08/25 05:00:00 +2017/08/25 06:00:00 +2017/08/25 07:00:00 +2017/08/25 08:00:00 +2017/08/25 09:00:00 +2017/08/25 10:00:00 +2017/08/25 11:00:00 +2017/08/25 12:00:00 +2017/08/25 13:00:00 +2017/08/25 14:00:00 +2017/08/25 15:00:00 +2017/08/25 16:00:00 +2017/08/25 17:00:00 +2017/08/25 18:00:00 +2017/08/25 19:00:00 +2017/08/25 20:00:00 +2017/08/25 21:00:00 +2017/08/25 22:00:00 +2017/08/25 23:00:00 +2017/08/26 00:00:00 +2017/08/26 01:00:00 +2017/08/26 02:00:00 +2017/08/26 03:00:00 +2017/08/26 04:00:00 +2017/08/26 05:00:00 +2017/08/26 06:00:00 +2017/08/26 07:00:00 +2017/08/26 08:00:00 +2017/08/26 09:00:00 +2017/08/26 10:00:00 +2017/08/26 11:00:00 +2017/08/26 12:00:00 +2017/08/26 13:00:00 +2017/08/26 14:00:00 +2017/08/26 15:00:00 +2017/08/26 16:00:00 +2017/08/26 17:00:00 +2017/08/26 18:00:00 +2017/08/26 19:00:00 +2017/08/26 20:00:00 +2017/08/26 21:00:00 +2017/08/26 22:00:00 +2017/08/26 23:00:00 +2017/08/27 00:00:00 +2017/08/27 01:00:00 +2017/08/27 02:00:00 +2017/08/27 03:00:00 +2017/08/27 04:00:00 +2017/08/27 05:00:00 +2017/08/27 06:00:00 +2017/08/27 07:00:00 +2017/08/27 08:00:00 +2017/08/27 09:00:00 +2017/08/27 10:00:00 +2017/08/27 11:00:00 +2017/08/27 12:00:00 +2017/08/27 13:00:00 +2017/08/27 14:00:00 +2017/08/27 15:00:00 +2017/08/27 16:00:00 +2017/08/27 17:00:00 +2017/08/27 18:00:00 +2017/08/27 19:00:00 +2017/08/27 20:00:00 +2017/08/27 21:00:00 +2017/08/27 22:00:00 +2017/08/27 23:00:00 +2017/08/28 00:00:00 +2017/08/28 01:00:00 +2017/08/28 02:00:00 +2017/08/28 03:00:00 +2017/08/28 04:00:00 +2017/08/28 05:00:00 +2017/08/28 06:00:00 +2017/08/28 07:00:00 +2017/08/28 08:00:00 +2017/08/28 09:00:00 +2017/08/28 10:00:00 +2017/08/28 11:00:00 +2017/08/28 12:00:00 +2017/08/28 13:00:00 +2017/08/28 14:00:00 +2017/08/28 15:00:00 +2017/08/28 16:00:00 +2017/08/28 17:00:00 +2017/08/28 18:00:00 +2017/08/28 19:00:00 +2017/08/28 20:00:00 +2017/08/28 21:00:00 +2017/08/28 22:00:00 +2017/08/28 23:00:00 +2017/08/29 00:00:00 +2017/08/29 01:00:00 +2017/08/29 02:00:00 +2017/08/29 03:00:00 +2017/08/29 04:00:00 +2017/08/29 05:00:00 +2017/08/29 06:00:00 +2017/08/29 07:00:00 +2017/08/29 08:00:00 +2017/08/29 09:00:00 +2017/08/29 10:00:00 +2017/08/29 11:00:00 +2017/08/29 12:00:00 +2017/08/29 13:00:00 +2017/08/29 14:00:00 +2017/08/29 15:00:00 +2017/08/29 16:00:00 +2017/08/29 17:00:00 +2017/08/29 18:00:00 +2017/08/29 19:00:00 +2017/08/29 20:00:00 +2017/08/29 21:00:00 +2017/08/29 22:00:00 +2017/08/29 23:00:00 +2017/08/30 00:00:00 +2017/08/30 01:00:00 +2017/08/30 02:00:00 +2017/08/30 03:00:00 +2017/08/30 04:00:00 +2017/08/30 05:00:00 +2017/08/30 06:00:00 +2017/08/30 07:00:00 +2017/08/30 08:00:00 +2017/08/30 09:00:00 +2017/08/30 10:00:00 +2017/08/30 11:00:00 +2017/08/30 12:00:00 +2017/08/30 13:00:00 +2017/08/30 14:00:00 +2017/08/30 15:00:00 +2017/08/30 16:00:00 +2017/08/30 17:00:00 +2017/08/30 18:00:00 +2017/08/30 19:00:00 +2017/08/30 20:00:00 +2017/08/30 21:00:00 +2017/08/30 22:00:00 +2017/08/30 23:00:00 +2017/08/31 00:00:00 +2017/08/31 01:00:00 +2017/08/31 02:00:00 +2017/08/31 03:00:00 +2017/08/31 04:00:00 +2017/08/31 05:00:00 +2017/08/31 06:00:00 +2017/08/31 07:00:00 +2017/08/31 08:00:00 +2017/08/31 09:00:00 +2017/08/31 10:00:00 +2017/08/31 11:00:00 +2017/08/31 12:00:00 +2017/08/31 13:00:00 +2017/08/31 14:00:00 +2017/08/31 15:00:00 +2017/08/31 16:00:00 +2017/08/31 17:00:00 +2017/08/31 18:00:00 +2017/08/31 19:00:00 +2017/08/31 20:00:00 +2017/08/31 21:00:00 +2017/08/31 22:00:00 +2017/08/31 23:00:00 +2017/09/01 00:00:00 +2017/09/01 01:00:00 +2017/09/01 02:00:00 +2017/09/01 03:00:00 +2017/09/01 04:00:00 +2017/09/01 05:00:00 +2017/09/01 06:00:00 +2017/09/01 07:00:00 +2017/09/01 08:00:00 +2017/09/01 09:00:00 +2017/09/01 10:00:00 +2017/09/01 11:00:00 +2017/09/01 12:00:00 +2017/09/01 13:00:00 +2017/09/01 14:00:00 +2017/09/01 15:00:00 +2017/09/01 16:00:00 +2017/09/01 17:00:00 +2017/09/01 18:00:00 +2017/09/01 19:00:00 +2017/09/01 20:00:00 +2017/09/01 21:00:00 +2017/09/01 22:00:00 +2017/09/01 23:00:00 +2017/09/02 00:00:00 +2017/09/02 01:00:00 +2017/09/02 02:00:00 +2017/09/02 03:00:00 +2017/09/02 04:00:00 +2017/09/02 05:00:00 +2017/09/02 06:00:00 +2017/09/02 07:00:00 +2017/09/02 08:00:00 +2017/09/02 09:00:00 +2017/09/02 10:00:00 +2017/09/02 11:00:00 +2017/09/02 12:00:00 +2017/09/02 13:00:00 +2017/09/02 14:00:00 +2017/09/02 15:00:00 +2017/09/02 16:00:00 +2017/09/02 17:00:00 +2017/09/02 18:00:00 +2017/09/02 19:00:00 +2017/09/02 20:00:00 +2017/09/02 21:00:00 +2017/09/02 22:00:00 +2017/09/02 23:00:00 +2017/09/03 00:00:00 +2017/09/03 01:00:00 +2017/09/03 02:00:00 +2017/09/03 03:00:00 +2017/09/03 04:00:00 +2017/09/03 05:00:00 +2017/09/03 06:00:00 +2017/09/03 07:00:00 +2017/09/03 08:00:00 +2017/09/03 09:00:00 +2017/09/03 10:00:00 +2017/09/03 11:00:00 +2017/09/03 12:00:00 +2017/09/03 13:00:00 +2017/09/03 14:00:00 +2017/09/03 15:00:00 +2017/09/03 16:00:00 +2017/09/03 17:00:00 +2017/09/03 18:00:00 +2017/09/03 19:00:00 +2017/09/03 20:00:00 +2017/09/03 21:00:00 +2017/09/03 22:00:00 +2017/09/03 23:00:00 +2017/09/04 00:00:00 +2017/09/04 01:00:00 +2017/09/04 02:00:00 +2017/09/04 03:00:00 +2017/09/04 04:00:00 +2017/09/04 05:00:00 +2017/09/04 06:00:00 +2017/09/04 07:00:00 +2017/09/04 08:00:00 +2017/09/04 09:00:00 +2017/09/04 10:00:00 +2017/09/04 11:00:00 +2017/09/04 12:00:00 +2017/09/04 13:00:00 +2017/09/04 14:00:00 +2017/09/04 15:00:00 +2017/09/04 16:00:00 +2017/09/04 17:00:00 +2017/09/04 18:00:00 +2017/09/04 19:00:00 +2017/09/04 20:00:00 +2017/09/04 21:00:00 +2017/09/04 22:00:00 +2017/09/04 23:00:00 +2017/09/05 00:00:00 +2017/09/05 01:00:00 +2017/09/05 02:00:00 +2017/09/05 03:00:00 +2017/09/05 04:00:00 +2017/09/05 05:00:00 +2017/09/05 06:00:00 +2017/09/05 07:00:00 +2017/09/05 08:00:00 +2017/09/05 09:00:00 +2017/09/05 10:00:00 +2017/09/05 11:00:00 +2017/09/05 12:00:00 +2017/09/05 13:00:00 +2017/09/05 14:00:00 +2017/09/05 15:00:00 +2017/09/05 16:00:00 +2017/09/05 17:00:00 +2017/09/05 18:00:00 +2017/09/05 19:00:00 +2017/09/05 20:00:00 +2017/09/05 21:00:00 +2017/09/05 22:00:00 +2017/09/05 23:00:00 +2017/09/06 00:00:00 +2017/09/06 01:00:00 +2017/09/06 02:00:00 +2017/09/06 03:00:00 +2017/09/06 04:00:00 +2017/09/06 05:00:00 +2017/09/06 06:00:00 +2017/09/06 07:00:00 +2017/09/06 08:00:00 +2017/09/06 09:00:00 +2017/09/06 10:00:00 +2017/09/06 11:00:00 +2017/09/06 12:00:00 +2017/09/06 13:00:00 +2017/09/06 14:00:00 +2017/09/06 15:00:00 +2017/09/06 16:00:00 +2017/09/06 17:00:00 +2017/09/06 18:00:00 +2017/09/06 19:00:00 +2017/09/06 20:00:00 +2017/09/06 21:00:00 +2017/09/06 22:00:00 +2017/09/06 23:00:00 +2017/09/07 00:00:00 +2017/09/07 01:00:00 +2017/09/07 02:00:00 +2017/09/07 03:00:00 +2017/09/07 04:00:00 +2017/09/07 05:00:00 +2017/09/07 06:00:00 +2017/09/07 07:00:00 +2017/09/07 08:00:00 +2017/09/07 09:00:00 +2017/09/07 10:00:00 +2017/09/07 11:00:00 +2017/09/07 12:00:00 +2017/09/07 13:00:00 +2017/09/07 14:00:00 +2017/09/07 15:00:00 +2017/09/07 16:00:00 +2017/09/07 17:00:00 +2017/09/07 18:00:00 +2017/09/07 19:00:00 +2017/09/07 20:00:00 +2017/09/07 21:00:00 +2017/09/07 22:00:00 +2017/09/07 23:00:00 +2017/09/08 00:00:00 +2017/09/08 01:00:00 +2017/09/08 02:00:00 +2017/09/08 03:00:00 +2017/09/08 04:00:00 +2017/09/08 05:00:00 +2017/09/08 06:00:00 +2017/09/08 07:00:00 +2017/09/08 08:00:00 +2017/09/08 09:00:00 +2017/09/08 10:00:00 +2017/09/08 11:00:00 +2017/09/08 12:00:00 +2017/09/08 13:00:00 +2017/09/08 14:00:00 +2017/09/08 15:00:00 +2017/09/08 16:00:00 +2017/09/08 17:00:00 +2017/09/08 18:00:00 +2017/09/08 19:00:00 +2017/09/08 20:00:00 +2017/09/08 21:00:00 +2017/09/08 22:00:00 +2017/09/08 23:00:00 +2017/09/09 00:00:00 +2017/09/09 01:00:00 +2017/09/09 02:00:00 +2017/09/09 03:00:00 +2017/09/09 04:00:00 +2017/09/09 05:00:00 +2017/09/09 06:00:00 +2017/09/09 07:00:00 +2017/09/09 08:00:00 +2017/09/09 09:00:00 +2017/09/09 10:00:00 +2017/09/09 11:00:00 +2017/09/09 12:00:00 +2017/09/09 13:00:00 +2017/09/09 14:00:00 +2017/09/09 15:00:00 +2017/09/09 16:00:00 +2017/09/09 17:00:00 +2017/09/09 18:00:00 +2017/09/09 19:00:00 +2017/09/09 20:00:00 +2017/09/09 21:00:00 +2017/09/09 22:00:00 +2017/09/09 23:00:00 +2017/09/10 00:00:00 +2017/09/10 01:00:00 +2017/09/10 02:00:00 +2017/09/10 03:00:00 +2017/09/10 04:00:00 +2017/09/10 05:00:00 +2017/09/10 06:00:00 +2017/09/10 07:00:00 +2017/09/10 08:00:00 +2017/09/10 09:00:00 +2017/09/10 10:00:00 +2017/09/10 11:00:00 +2017/09/10 12:00:00 +2017/09/10 13:00:00 +2017/09/10 14:00:00 +2017/09/10 15:00:00 +2017/09/10 16:00:00 +2017/09/10 17:00:00 +2017/09/10 18:00:00 +2017/09/10 19:00:00 +2017/09/10 20:00:00 +2017/09/10 21:00:00 +2017/09/10 22:00:00 +2017/09/10 23:00:00 +2017/09/11 00:00:00 +2017/09/11 01:00:00 +2017/09/11 02:00:00 +2017/09/11 03:00:00 +2017/09/11 04:00:00 +2017/09/11 05:00:00 +2017/09/11 06:00:00 +2017/09/11 07:00:00 +2017/09/11 08:00:00 +2017/09/11 09:00:00 +2017/09/11 10:00:00 +2017/09/11 11:00:00 +2017/09/11 12:00:00 +2017/09/11 13:00:00 +2017/09/11 14:00:00 +2017/09/11 15:00:00 +2017/09/11 16:00:00 +2017/09/11 17:00:00 +2017/09/11 18:00:00 +2017/09/11 19:00:00 +2017/09/11 20:00:00 +2017/09/11 21:00:00 +2017/09/11 22:00:00 +2017/09/11 23:00:00 +2017/09/12 00:00:00 +2017/09/12 01:00:00 +2017/09/12 02:00:00 +2017/09/12 03:00:00 +2017/09/12 04:00:00 +2017/09/12 05:00:00 +2017/09/12 06:00:00 +2017/09/12 07:00:00 +2017/09/12 08:00:00 +2017/09/12 09:00:00 +2017/09/12 10:00:00 +2017/09/12 11:00:00 +2017/09/12 12:00:00 +2017/09/12 13:00:00 +2017/09/12 14:00:00 +2017/09/12 15:00:00 +2017/09/12 16:00:00 +2017/09/12 17:00:00 +2017/09/12 18:00:00 +2017/09/12 19:00:00 +2017/09/12 20:00:00 +2017/09/12 21:00:00 +2017/09/12 22:00:00 +2017/09/12 23:00:00 +2017/09/13 00:00:00 +2017/09/13 01:00:00 +2017/09/13 02:00:00 +2017/09/13 03:00:00 +2017/09/13 04:00:00 +2017/09/13 05:00:00 +2017/09/13 06:00:00 +2017/09/13 07:00:00 +2017/09/13 08:00:00 +2017/09/13 09:00:00 +2017/09/13 10:00:00 +2017/09/13 11:00:00 +2017/09/13 12:00:00 +2017/09/13 13:00:00 +2017/09/13 14:00:00 +2017/09/13 15:00:00 +2017/09/13 16:00:00 +2017/09/13 17:00:00 +2017/09/13 18:00:00 +2017/09/13 19:00:00 +2017/09/13 20:00:00 +2017/09/13 21:00:00 +2017/09/13 22:00:00 +2017/09/13 23:00:00 +2017/09/14 00:00:00 +2017/09/14 01:00:00 +2017/09/14 02:00:00 +2017/09/14 03:00:00 +2017/09/14 04:00:00 +2017/09/14 05:00:00 +2017/09/14 06:00:00 +2017/09/14 07:00:00 +2017/09/14 08:00:00 +2017/09/14 09:00:00 +2017/09/14 10:00:00 +2017/09/14 11:00:00 +2017/09/14 12:00:00 +2017/09/14 13:00:00 +2017/09/14 14:00:00 +2017/09/14 15:00:00 +2017/09/14 16:00:00 +2017/09/14 17:00:00 +2017/09/14 18:00:00 +2017/09/14 19:00:00 +2017/09/14 20:00:00 +2017/09/14 21:00:00 +2017/09/14 22:00:00 +2017/09/14 23:00:00 +2017/09/15 00:00:00 +2017/09/15 01:00:00 +2017/09/15 02:00:00 +2017/09/15 03:00:00 +2017/09/15 04:00:00 +2017/09/15 05:00:00 +2017/09/15 06:00:00 +2017/09/15 07:00:00 +2017/09/15 08:00:00 +2017/09/15 09:00:00 +2017/09/15 10:00:00 +2017/09/15 11:00:00 +2017/09/15 12:00:00 +2017/09/15 13:00:00 +2017/09/15 14:00:00 +2017/09/15 15:00:00 +2017/09/15 16:00:00 +2017/09/15 17:00:00 +2017/09/15 18:00:00 +2017/09/15 19:00:00 +2017/09/15 20:00:00 +2017/09/15 21:00:00 +2017/09/15 22:00:00 +2017/09/15 23:00:00 +2017/09/16 00:00:00 +2017/09/16 01:00:00 +2017/09/16 02:00:00 +2017/09/16 03:00:00 +2017/09/16 04:00:00 +2017/09/16 05:00:00 +2017/09/16 06:00:00 +2017/09/16 07:00:00 +2017/09/16 08:00:00 +2017/09/16 09:00:00 +2017/09/16 10:00:00 +2017/09/16 11:00:00 +2017/09/16 12:00:00 +2017/09/16 13:00:00 +2017/09/16 14:00:00 +2017/09/16 15:00:00 +2017/09/16 16:00:00 +2017/09/16 17:00:00 +2017/09/16 18:00:00 +2017/09/16 19:00:00 +2017/09/16 20:00:00 +2017/09/16 21:00:00 +2017/09/16 22:00:00 +2017/09/16 23:00:00 +2017/09/17 00:00:00 +2017/09/17 01:00:00 +2017/09/17 02:00:00 +2017/09/17 03:00:00 +2017/09/17 04:00:00 +2017/09/17 05:00:00 +2017/09/17 06:00:00 +2017/09/17 07:00:00 +2017/09/17 08:00:00 +2017/09/17 09:00:00 +2017/09/17 10:00:00 +2017/09/17 11:00:00 +2017/09/17 12:00:00 +2017/09/17 13:00:00 +2017/09/17 14:00:00 +2017/09/17 15:00:00 +2017/09/17 16:00:00 +2017/09/17 17:00:00 +2017/09/17 18:00:00 +2017/09/17 19:00:00 +2017/09/17 20:00:00 +2017/09/17 21:00:00 +2017/09/17 22:00:00 +2017/09/17 23:00:00 +2017/09/18 00:00:00 +2017/09/18 01:00:00 +2017/09/18 02:00:00 +2017/09/18 03:00:00 +2017/09/18 04:00:00 +2017/09/18 05:00:00 +2017/09/18 06:00:00 +2017/09/18 07:00:00 +2017/09/18 08:00:00 +2017/09/18 09:00:00 +2017/09/18 10:00:00 +2017/09/18 11:00:00 +2017/09/18 12:00:00 +2017/09/18 13:00:00 +2017/09/18 14:00:00 +2017/09/18 15:00:00 +2017/09/18 16:00:00 +2017/09/18 17:00:00 +2017/09/18 18:00:00 +2017/09/18 19:00:00 +2017/09/18 20:00:00 +2017/09/18 21:00:00 +2017/09/18 22:00:00 +2017/09/18 23:00:00 +2017/09/19 00:00:00 +2017/09/19 01:00:00 +2017/09/19 02:00:00 +2017/09/19 03:00:00 +2017/09/19 04:00:00 +2017/09/19 05:00:00 +2017/09/19 06:00:00 +2017/09/19 07:00:00 +2017/09/19 08:00:00 +2017/09/19 09:00:00 +2017/09/19 10:00:00 +2017/09/19 11:00:00 +2017/09/19 12:00:00 +2017/09/19 13:00:00 +2017/09/19 14:00:00 +2017/09/19 15:00:00 +2017/09/19 16:00:00 +2017/09/19 17:00:00 +2017/09/19 18:00:00 +2017/09/19 19:00:00 +2017/09/19 20:00:00 +2017/09/19 21:00:00 +2017/09/19 22:00:00 +2017/09/19 23:00:00 +2017/09/20 00:00:00 +2017/09/20 01:00:00 +2017/09/20 02:00:00 +2017/09/20 03:00:00 +2017/09/20 04:00:00 +2017/09/20 05:00:00 +2017/09/20 06:00:00 +2017/09/20 07:00:00 +2017/09/20 08:00:00 +2017/09/20 09:00:00 +2017/09/20 10:00:00 +2017/09/20 11:00:00 +2017/09/20 12:00:00 +2017/09/20 13:00:00 +2017/09/20 14:00:00 +2017/09/20 15:00:00 +2017/09/20 16:00:00 +2017/09/20 17:00:00 +2017/09/20 18:00:00 +2017/09/20 19:00:00 +2017/09/20 20:00:00 +2017/09/20 21:00:00 +2017/09/20 22:00:00 +2017/09/20 23:00:00 +2017/09/21 00:00:00 +2017/09/21 01:00:00 +2017/09/21 02:00:00 +2017/09/21 03:00:00 +2017/09/21 04:00:00 +2017/09/21 05:00:00 +2017/09/21 06:00:00 +2017/09/21 07:00:00 +2017/09/21 08:00:00 +2017/09/21 09:00:00 +2017/09/21 10:00:00 +2017/09/21 11:00:00 +2017/09/21 12:00:00 +2017/09/21 13:00:00 +2017/09/21 14:00:00 +2017/09/21 15:00:00 +2017/09/21 16:00:00 +2017/09/21 17:00:00 +2017/09/21 18:00:00 +2017/09/21 19:00:00 +2017/09/21 20:00:00 +2017/09/21 21:00:00 +2017/09/21 22:00:00 +2017/09/21 23:00:00 +2017/09/22 00:00:00 +2017/09/22 01:00:00 +2017/09/22 02:00:00 +2017/09/22 03:00:00 +2017/09/22 04:00:00 +2017/09/22 05:00:00 +2017/09/22 06:00:00 +2017/09/22 07:00:00 +2017/09/22 08:00:00 +2017/09/22 09:00:00 +2017/09/22 10:00:00 +2017/09/22 11:00:00 +2017/09/22 12:00:00 +2017/09/22 13:00:00 +2017/09/22 14:00:00 +2017/09/22 15:00:00 +2017/09/22 16:00:00 +2017/09/22 17:00:00 +2017/09/22 18:00:00 +2017/09/22 19:00:00 +2017/09/22 20:00:00 +2017/09/22 21:00:00 +2017/09/22 22:00:00 +2017/09/22 23:00:00 +2017/09/23 00:00:00 +2017/09/23 01:00:00 +2017/09/23 02:00:00 +2017/09/23 03:00:00 +2017/09/23 04:00:00 +2017/09/23 05:00:00 +2017/09/23 06:00:00 +2017/09/23 07:00:00 +2017/09/23 08:00:00 +2017/09/23 09:00:00 +2017/09/23 10:00:00 +2017/09/23 11:00:00 +2017/09/23 12:00:00 +2017/09/23 13:00:00 +2017/09/23 14:00:00 +2017/09/23 15:00:00 +2017/09/23 16:00:00 +2017/09/23 17:00:00 +2017/09/23 18:00:00 +2017/09/23 19:00:00 +2017/09/23 20:00:00 +2017/09/23 21:00:00 +2017/09/23 22:00:00 +2017/09/23 23:00:00 +2017/09/24 00:00:00 +2017/09/24 01:00:00 +2017/09/24 02:00:00 +2017/09/24 03:00:00 +2017/09/24 04:00:00 +2017/09/24 05:00:00 +2017/09/24 06:00:00 +2017/09/24 07:00:00 +2017/09/24 08:00:00 +2017/09/24 09:00:00 +2017/09/24 10:00:00 +2017/09/24 11:00:00 +2017/09/24 12:00:00 +2017/09/24 13:00:00 +2017/09/24 14:00:00 +2017/09/24 15:00:00 +2017/09/24 16:00:00 +2017/09/24 17:00:00 +2017/09/24 18:00:00 +2017/09/24 19:00:00 +2017/09/24 20:00:00 +2017/09/24 21:00:00 +2017/09/24 22:00:00 +2017/09/24 23:00:00 +2017/09/25 00:00:00 +2017/09/25 01:00:00 +2017/09/25 02:00:00 +2017/09/25 03:00:00 +2017/09/25 04:00:00 +2017/09/25 05:00:00 +2017/09/25 06:00:00 +2017/09/25 07:00:00 +2017/09/25 08:00:00 +2017/09/25 09:00:00 +2017/09/25 10:00:00 +2017/09/25 11:00:00 +2017/09/25 12:00:00 +2017/09/25 13:00:00 +2017/09/25 14:00:00 +2017/09/25 15:00:00 +2017/09/25 16:00:00 +2017/09/25 17:00:00 +2017/09/25 18:00:00 +2017/09/25 19:00:00 +2017/09/25 20:00:00 +2017/09/25 21:00:00 +2017/09/25 22:00:00 +2017/09/25 23:00:00 +2017/09/26 00:00:00 +2017/09/26 01:00:00 +2017/09/26 02:00:00 +2017/09/26 03:00:00 +2017/09/26 04:00:00 +2017/09/26 05:00:00 +2017/09/26 06:00:00 +2017/09/26 07:00:00 +2017/09/26 08:00:00 +2017/09/26 09:00:00 +2017/09/26 10:00:00 +2017/09/26 11:00:00 +2017/09/26 12:00:00 +2017/09/26 13:00:00 +2017/09/26 14:00:00 +2017/09/26 15:00:00 +2017/09/26 16:00:00 +2017/09/26 17:00:00 +2017/09/26 18:00:00 +2017/09/26 19:00:00 +2017/09/26 20:00:00 +2017/09/26 21:00:00 +2017/09/26 22:00:00 +2017/09/26 23:00:00 +2017/09/27 00:00:00 +2017/09/27 01:00:00 +2017/09/27 02:00:00 +2017/09/27 03:00:00 +2017/09/27 04:00:00 +2017/09/27 05:00:00 +2017/09/27 06:00:00 +2017/09/27 07:00:00 +2017/09/27 08:00:00 +2017/09/27 09:00:00 +2017/09/27 10:00:00 +2017/09/27 11:00:00 +2017/09/27 12:00:00 +2017/09/27 13:00:00 +2017/09/27 14:00:00 +2017/09/27 15:00:00 +2017/09/27 16:00:00 +2017/09/27 17:00:00 +2017/09/27 18:00:00 +2017/09/27 19:00:00 +2017/09/27 20:00:00 +2017/09/27 21:00:00 +2017/09/27 22:00:00 +2017/09/27 23:00:00 +2017/09/28 00:00:00 +2017/09/28 01:00:00 +2017/09/28 02:00:00 +2017/09/28 03:00:00 +2017/09/28 04:00:00 +2017/09/28 05:00:00 +2017/09/28 06:00:00 +2017/09/28 07:00:00 +2017/09/28 08:00:00 +2017/09/28 09:00:00 +2017/09/28 10:00:00 +2017/09/28 11:00:00 +2017/09/28 12:00:00 +2017/09/28 13:00:00 +2017/09/28 14:00:00 +2017/09/28 15:00:00 +2017/09/28 16:00:00 +2017/09/28 17:00:00 +2017/09/28 18:00:00 +2017/09/28 19:00:00 +2017/09/28 20:00:00 +2017/09/28 21:00:00 +2017/09/28 22:00:00 +2017/09/28 23:00:00 +2017/09/29 00:00:00 +2017/09/29 01:00:00 +2017/09/29 02:00:00 +2017/09/29 03:00:00 +2017/09/29 04:00:00 +2017/09/29 05:00:00 +2017/09/29 06:00:00 +2017/09/29 07:00:00 +2017/09/29 08:00:00 +2017/09/29 09:00:00 +2017/09/29 10:00:00 +2017/09/29 11:00:00 +2017/09/29 12:00:00 +2017/09/29 13:00:00 +2017/09/29 14:00:00 +2017/09/29 15:00:00 +2017/09/29 16:00:00 +2017/09/29 17:00:00 +2017/09/29 18:00:00 +2017/09/29 19:00:00 +2017/09/29 20:00:00 +2017/09/29 21:00:00 +2017/09/29 22:00:00 +2017/09/29 23:00:00 +2017/09/30 00:00:00 +2017/09/30 01:00:00 +2017/09/30 02:00:00 +2017/09/30 03:00:00 +2017/09/30 04:00:00 +2017/09/30 05:00:00 +2017/09/30 06:00:00 +2017/09/30 07:00:00 +2017/09/30 08:00:00 +2017/09/30 09:00:00 +2017/09/30 10:00:00 +2017/09/30 11:00:00 +2017/09/30 12:00:00 +2017/09/30 13:00:00 +2017/09/30 14:00:00 +2017/09/30 15:00:00 +2017/09/30 16:00:00 +2017/09/30 17:00:00 +2017/09/30 18:00:00 +2017/09/30 19:00:00 +2017/09/30 20:00:00 +2017/09/30 21:00:00 +2017/09/30 22:00:00 +2017/09/30 23:00:00 +2017/10/01 00:00:00 +2017/10/01 01:00:00 +2017/10/01 02:00:00 +2017/10/01 03:00:00 +2017/10/01 04:00:00 +2017/10/01 05:00:00 +2017/10/01 06:00:00 +2017/10/01 07:00:00 +2017/10/01 08:00:00 +2017/10/01 09:00:00 +2017/10/01 10:00:00 +2017/10/01 11:00:00 +2017/10/01 12:00:00 +2017/10/01 13:00:00 +2017/10/01 14:00:00 +2017/10/01 15:00:00 +2017/10/01 16:00:00 +2017/10/01 17:00:00 +2017/10/01 18:00:00 +2017/10/01 19:00:00 +2017/10/01 20:00:00 +2017/10/01 21:00:00 +2017/10/01 22:00:00 +2017/10/01 23:00:00 +2017/10/02 00:00:00 +2017/10/02 01:00:00 +2017/10/02 02:00:00 +2017/10/02 03:00:00 +2017/10/02 04:00:00 +2017/10/02 05:00:00 +2017/10/02 06:00:00 +2017/10/02 07:00:00 +2017/10/02 08:00:00 +2017/10/02 09:00:00 +2017/10/02 10:00:00 +2017/10/02 11:00:00 +2017/10/02 12:00:00 +2017/10/02 13:00:00 +2017/10/02 14:00:00 +2017/10/02 15:00:00 +2017/10/02 16:00:00 +2017/10/02 17:00:00 +2017/10/02 18:00:00 +2017/10/02 19:00:00 +2017/10/02 20:00:00 +2017/10/02 21:00:00 +2017/10/02 22:00:00 +2017/10/02 23:00:00 +2017/10/03 00:00:00 +2017/10/03 01:00:00 +2017/10/03 02:00:00 +2017/10/03 03:00:00 +2017/10/03 04:00:00 +2017/10/03 05:00:00 +2017/10/03 06:00:00 +2017/10/03 07:00:00 +2017/10/03 08:00:00 +2017/10/03 09:00:00 +2017/10/03 10:00:00 +2017/10/03 11:00:00 +2017/10/03 12:00:00 +2017/10/03 13:00:00 +2017/10/03 14:00:00 +2017/10/03 15:00:00 +2017/10/03 16:00:00 +2017/10/03 17:00:00 +2017/10/03 18:00:00 +2017/10/03 19:00:00 +2017/10/03 20:00:00 +2017/10/03 21:00:00 +2017/10/03 22:00:00 +2017/10/03 23:00:00 +2017/10/04 00:00:00 +2017/10/04 01:00:00 +2017/10/04 02:00:00 +2017/10/04 03:00:00 +2017/10/04 04:00:00 +2017/10/04 05:00:00 +2017/10/04 06:00:00 +2017/10/04 07:00:00 +2017/10/04 08:00:00 +2017/10/04 09:00:00 +2017/10/04 10:00:00 +2017/10/04 11:00:00 +2017/10/04 12:00:00 +2017/10/04 13:00:00 +2017/10/04 14:00:00 +2017/10/04 15:00:00 +2017/10/04 16:00:00 +2017/10/04 17:00:00 +2017/10/04 18:00:00 +2017/10/04 19:00:00 +2017/10/04 20:00:00 +2017/10/04 21:00:00 +2017/10/04 22:00:00 +2017/10/04 23:00:00 +2017/10/05 00:00:00 +2017/10/05 01:00:00 +2017/10/05 02:00:00 +2017/10/05 03:00:00 +2017/10/05 04:00:00 +2017/10/05 05:00:00 +2017/10/05 06:00:00 +2017/10/05 07:00:00 +2017/10/05 08:00:00 +2017/10/05 09:00:00 +2017/10/05 10:00:00 +2017/10/05 11:00:00 +2017/10/05 12:00:00 +2017/10/05 13:00:00 +2017/10/05 14:00:00 +2017/10/05 15:00:00 +2017/10/05 16:00:00 +2017/10/05 17:00:00 +2017/10/05 18:00:00 +2017/10/05 19:00:00 +2017/10/05 20:00:00 +2017/10/05 21:00:00 +2017/10/05 22:00:00 +2017/10/05 23:00:00 +2017/10/06 00:00:00 +2017/10/06 01:00:00 +2017/10/06 02:00:00 +2017/10/06 03:00:00 +2017/10/06 04:00:00 +2017/10/06 05:00:00 +2017/10/06 06:00:00 +2017/10/06 07:00:00 +2017/10/06 08:00:00 +2017/10/06 09:00:00 +2017/10/06 10:00:00 +2017/10/06 11:00:00 +2017/10/06 12:00:00 +2017/10/06 13:00:00 +2017/10/06 14:00:00 +2017/10/06 15:00:00 +2017/10/06 16:00:00 +2017/10/06 17:00:00 +2017/10/06 18:00:00 +2017/10/06 19:00:00 +2017/10/06 20:00:00 +2017/10/06 21:00:00 +2017/10/06 22:00:00 +2017/10/06 23:00:00 +2017/10/07 00:00:00 +2017/10/07 01:00:00 +2017/10/07 02:00:00 +2017/10/07 03:00:00 +2017/10/07 04:00:00 +2017/10/07 05:00:00 +2017/10/07 06:00:00 +2017/10/07 07:00:00 +2017/10/07 08:00:00 +2017/10/07 09:00:00 +2017/10/07 10:00:00 +2017/10/07 11:00:00 +2017/10/07 12:00:00 +2017/10/07 13:00:00 +2017/10/07 14:00:00 +2017/10/07 15:00:00 +2017/10/07 16:00:00 +2017/10/07 17:00:00 +2017/10/07 18:00:00 +2017/10/07 19:00:00 +2017/10/07 20:00:00 +2017/10/07 21:00:00 +2017/10/07 22:00:00 +2017/10/07 23:00:00 +2017/10/08 00:00:00 +2017/10/08 01:00:00 +2017/10/08 02:00:00 +2017/10/08 03:00:00 +2017/10/08 04:00:00 +2017/10/08 05:00:00 +2017/10/08 06:00:00 +2017/10/08 07:00:00 +2017/10/08 08:00:00 +2017/10/08 09:00:00 +2017/10/08 10:00:00 +2017/10/08 11:00:00 +2017/10/08 12:00:00 +2017/10/08 13:00:00 +2017/10/08 14:00:00 +2017/10/08 15:00:00 +2017/10/08 16:00:00 +2017/10/08 17:00:00 +2017/10/08 18:00:00 +2017/10/08 19:00:00 +2017/10/08 20:00:00 +2017/10/08 21:00:00 +2017/10/08 22:00:00 +2017/10/08 23:00:00 +2017/10/09 00:00:00 +2017/10/09 01:00:00 +2017/10/09 02:00:00 +2017/10/09 03:00:00 +2017/10/09 04:00:00 +2017/10/09 05:00:00 +2017/10/09 06:00:00 +2017/10/09 07:00:00 +2017/10/09 08:00:00 +2017/10/09 09:00:00 +2017/10/09 10:00:00 +2017/10/09 11:00:00 +2017/10/09 12:00:00 +2017/10/09 13:00:00 +2017/10/09 14:00:00 +2017/10/09 15:00:00 +2017/10/09 16:00:00 +2017/10/09 17:00:00 +2017/10/09 18:00:00 +2017/10/09 19:00:00 +2017/10/09 20:00:00 +2017/10/09 21:00:00 +2017/10/09 22:00:00 +2017/10/09 23:00:00 +2017/10/10 00:00:00 +2017/10/10 01:00:00 +2017/10/10 02:00:00 +2017/10/10 03:00:00 +2017/10/10 04:00:00 +2017/10/10 05:00:00 +2017/10/10 06:00:00 +2017/10/10 07:00:00 +2017/10/10 08:00:00 +2017/10/10 09:00:00 +2017/10/10 10:00:00 +2017/10/10 11:00:00 +2017/10/10 12:00:00 +2017/10/10 13:00:00 +2017/10/10 14:00:00 +2017/10/10 15:00:00 +2017/10/10 16:00:00 +2017/10/10 17:00:00 +2017/10/10 18:00:00 +2017/10/10 19:00:00 +2017/10/10 20:00:00 +2017/10/10 21:00:00 +2017/10/10 22:00:00 +2017/10/10 23:00:00 +2017/10/11 00:00:00 +2017/10/11 01:00:00 +2017/10/11 02:00:00 +2017/10/11 03:00:00 +2017/10/11 04:00:00 +2017/10/11 05:00:00 +2017/10/11 06:00:00 +2017/10/11 07:00:00 +2017/10/11 08:00:00 +2017/10/11 09:00:00 +2017/10/11 10:00:00 +2017/10/11 11:00:00 +2017/10/11 12:00:00 +2017/10/11 13:00:00 +2017/10/11 14:00:00 +2017/10/11 15:00:00 +2017/10/11 16:00:00 +2017/10/11 17:00:00 +2017/10/11 18:00:00 +2017/10/11 19:00:00 +2017/10/11 20:00:00 +2017/10/11 21:00:00 +2017/10/11 22:00:00 +2017/10/11 23:00:00 +2017/10/12 00:00:00 +2017/10/12 01:00:00 +2017/10/12 02:00:00 +2017/10/12 03:00:00 +2017/10/12 04:00:00 +2017/10/12 05:00:00 +2017/10/12 06:00:00 +2017/10/12 07:00:00 +2017/10/12 08:00:00 +2017/10/12 09:00:00 +2017/10/12 10:00:00 +2017/10/12 11:00:00 +2017/10/12 12:00:00 +2017/10/12 13:00:00 +2017/10/12 14:00:00 +2017/10/12 15:00:00 +2017/10/12 16:00:00 +2017/10/12 17:00:00 +2017/10/12 18:00:00 +2017/10/12 19:00:00 +2017/10/12 20:00:00 +2017/10/12 21:00:00 +2017/10/12 22:00:00 +2017/10/12 23:00:00 +2017/10/13 00:00:00 +2017/10/13 01:00:00 +2017/10/13 02:00:00 +2017/10/13 03:00:00 +2017/10/13 04:00:00 +2017/10/13 05:00:00 +2017/10/13 06:00:00 +2017/10/13 07:00:00 +2017/10/13 08:00:00 +2017/10/13 09:00:00 +2017/10/13 10:00:00 +2017/10/13 11:00:00 +2017/10/13 12:00:00 +2017/10/13 13:00:00 +2017/10/13 14:00:00 +2017/10/13 15:00:00 +2017/10/13 16:00:00 +2017/10/13 17:00:00 +2017/10/13 18:00:00 +2017/10/13 19:00:00 +2017/10/13 20:00:00 +2017/10/13 21:00:00 +2017/10/13 22:00:00 +2017/10/13 23:00:00 +2017/10/14 00:00:00 +2017/10/14 01:00:00 +2017/10/14 02:00:00 +2017/10/14 03:00:00 +2017/10/14 04:00:00 +2017/10/14 05:00:00 +2017/10/14 06:00:00 +2017/10/14 07:00:00 +2017/10/14 08:00:00 +2017/10/14 09:00:00 +2017/10/14 10:00:00 +2017/10/14 11:00:00 +2017/10/14 12:00:00 +2017/10/14 13:00:00 +2017/10/14 14:00:00 +2017/10/14 15:00:00 +2017/10/14 16:00:00 +2017/10/14 17:00:00 +2017/10/14 18:00:00 +2017/10/14 19:00:00 +2017/10/14 20:00:00 +2017/10/14 21:00:00 +2017/10/14 22:00:00 +2017/10/14 23:00:00 +2017/10/15 00:00:00 +2017/10/15 01:00:00 +2017/10/15 02:00:00 +2017/10/15 03:00:00 +2017/10/15 04:00:00 +2017/10/15 05:00:00 +2017/10/15 06:00:00 +2017/10/15 07:00:00 +2017/10/15 08:00:00 +2017/10/15 09:00:00 +2017/10/15 10:00:00 +2017/10/15 11:00:00 +2017/10/15 12:00:00 +2017/10/15 13:00:00 +2017/10/15 14:00:00 +2017/10/15 15:00:00 +2017/10/15 16:00:00 +2017/10/15 17:00:00 +2017/10/15 18:00:00 +2017/10/15 19:00:00 +2017/10/15 20:00:00 +2017/10/15 21:00:00 +2017/10/15 22:00:00 +2017/10/15 23:00:00 +2017/10/16 00:00:00 +2017/10/16 01:00:00 +2017/10/16 02:00:00 +2017/10/16 03:00:00 +2017/10/16 04:00:00 +2017/10/16 05:00:00 +2017/10/16 06:00:00 +2017/10/16 07:00:00 +2017/10/16 08:00:00 +2017/10/16 09:00:00 +2017/10/16 10:00:00 +2017/10/16 11:00:00 +2017/10/16 12:00:00 +2017/10/16 13:00:00 +2017/10/16 14:00:00 +2017/10/16 15:00:00 +2017/10/16 16:00:00 +2017/10/16 17:00:00 +2017/10/16 18:00:00 +2017/10/16 19:00:00 +2017/10/16 20:00:00 +2017/10/16 21:00:00 +2017/10/16 22:00:00 +2017/10/16 23:00:00 +2017/10/17 00:00:00 +2017/10/17 01:00:00 +2017/10/17 02:00:00 +2017/10/17 03:00:00 +2017/10/17 04:00:00 +2017/10/17 05:00:00 +2017/10/17 06:00:00 +2017/10/17 07:00:00 +2017/10/17 08:00:00 +2017/10/17 09:00:00 +2017/10/17 10:00:00 +2017/10/17 11:00:00 +2017/10/17 12:00:00 +2017/10/17 13:00:00 +2017/10/17 14:00:00 +2017/10/17 15:00:00 +2017/10/17 16:00:00 +2017/10/17 17:00:00 +2017/10/17 18:00:00 +2017/10/17 19:00:00 +2017/10/17 20:00:00 +2017/10/17 21:00:00 +2017/10/17 22:00:00 +2017/10/17 23:00:00 +2017/10/18 00:00:00 +2017/10/18 01:00:00 +2017/10/18 02:00:00 +2017/10/18 03:00:00 +2017/10/18 04:00:00 +2017/10/18 05:00:00 +2017/10/18 06:00:00 +2017/10/18 07:00:00 +2017/10/18 08:00:00 +2017/10/18 09:00:00 +2017/10/18 10:00:00 +2017/10/18 11:00:00 +2017/10/18 12:00:00 +2017/10/18 13:00:00 +2017/10/18 14:00:00 +2017/10/18 15:00:00 +2017/10/18 16:00:00 +2017/10/18 17:00:00 +2017/10/18 18:00:00 +2017/10/18 19:00:00 +2017/10/18 20:00:00 +2017/10/18 21:00:00 +2017/10/18 22:00:00 +2017/10/18 23:00:00 +2017/10/19 00:00:00 +2017/10/19 01:00:00 +2017/10/19 02:00:00 +2017/10/19 03:00:00 +2017/10/19 04:00:00 +2017/10/19 05:00:00 +2017/10/19 06:00:00 +2017/10/19 07:00:00 +2017/10/19 08:00:00 +2017/10/19 09:00:00 +2017/10/19 10:00:00 +2017/10/19 11:00:00 +2017/10/19 12:00:00 +2017/10/19 13:00:00 +2017/10/19 14:00:00 +2017/10/19 15:00:00 +2017/10/19 16:00:00 +2017/10/19 17:00:00 +2017/10/19 18:00:00 +2017/10/19 19:00:00 +2017/10/19 20:00:00 +2017/10/19 21:00:00 +2017/10/19 22:00:00 +2017/10/19 23:00:00 +2017/10/20 00:00:00 +2017/10/20 01:00:00 +2017/10/20 02:00:00 +2017/10/20 03:00:00 +2017/10/20 04:00:00 +2017/10/20 05:00:00 +2017/10/20 06:00:00 +2017/10/20 07:00:00 +2017/10/20 08:00:00 +2017/10/20 09:00:00 +2017/10/20 10:00:00 +2017/10/20 11:00:00 +2017/10/20 12:00:00 +2017/10/20 13:00:00 +2017/10/20 14:00:00 +2017/10/20 15:00:00 +2017/10/20 16:00:00 +2017/10/20 17:00:00 +2017/10/20 18:00:00 +2017/10/20 19:00:00 +2017/10/20 20:00:00 +2017/10/20 21:00:00 +2017/10/20 22:00:00 +2017/10/20 23:00:00 +2017/10/21 00:00:00 +2017/10/21 01:00:00 +2017/10/21 02:00:00 +2017/10/21 03:00:00 +2017/10/21 04:00:00 +2017/10/21 05:00:00 +2017/10/21 06:00:00 +2017/10/21 07:00:00 +2017/10/21 08:00:00 +2017/10/21 09:00:00 +2017/10/21 10:00:00 +2017/10/21 11:00:00 +2017/10/21 12:00:00 +2017/10/21 13:00:00 +2017/10/21 14:00:00 +2017/10/21 15:00:00 +2017/10/21 16:00:00 +2017/10/21 17:00:00 +2017/10/21 18:00:00 +2017/10/21 19:00:00 +2017/10/21 20:00:00 +2017/10/21 21:00:00 +2017/10/21 22:00:00 +2017/10/21 23:00:00 +2017/10/22 00:00:00 +2017/10/22 01:00:00 +2017/10/22 02:00:00 +2017/10/22 03:00:00 +2017/10/22 04:00:00 +2017/10/22 05:00:00 +2017/10/22 06:00:00 +2017/10/22 07:00:00 +2017/10/22 08:00:00 +2017/10/22 09:00:00 +2017/10/22 10:00:00 +2017/10/22 11:00:00 +2017/10/22 12:00:00 +2017/10/22 13:00:00 +2017/10/22 14:00:00 +2017/10/22 15:00:00 +2017/10/22 16:00:00 +2017/10/22 17:00:00 +2017/10/22 18:00:00 +2017/10/22 19:00:00 +2017/10/22 20:00:00 +2017/10/22 21:00:00 +2017/10/22 22:00:00 +2017/10/22 23:00:00 +2017/10/23 00:00:00 +2017/10/23 01:00:00 +2017/10/23 02:00:00 +2017/10/23 03:00:00 +2017/10/23 04:00:00 +2017/10/23 05:00:00 +2017/10/23 06:00:00 +2017/10/23 07:00:00 +2017/10/23 08:00:00 +2017/10/23 09:00:00 +2017/10/23 10:00:00 +2017/10/23 11:00:00 +2017/10/23 12:00:00 +2017/10/23 13:00:00 +2017/10/23 14:00:00 +2017/10/23 15:00:00 +2017/10/23 16:00:00 +2017/10/23 17:00:00 +2017/10/23 18:00:00 +2017/10/23 19:00:00 +2017/10/23 20:00:00 +2017/10/23 21:00:00 +2017/10/23 22:00:00 +2017/10/23 23:00:00 +2017/10/24 00:00:00 +2017/10/24 01:00:00 +2017/10/24 02:00:00 +2017/10/24 03:00:00 +2017/10/24 04:00:00 +2017/10/24 05:00:00 +2017/10/24 06:00:00 +2017/10/24 07:00:00 +2017/10/24 08:00:00 +2017/10/24 09:00:00 +2017/10/24 10:00:00 +2017/10/24 11:00:00 +2017/10/24 12:00:00 +2017/10/24 13:00:00 +2017/10/24 14:00:00 +2017/10/24 15:00:00 +2017/10/24 16:00:00 +2017/10/24 17:00:00 +2017/10/24 18:00:00 +2017/10/24 19:00:00 +2017/10/24 20:00:00 +2017/10/24 21:00:00 +2017/10/24 22:00:00 +2017/10/24 23:00:00 +2017/10/25 00:00:00 +2017/10/25 01:00:00 +2017/10/25 02:00:00 +2017/10/25 03:00:00 +2017/10/25 04:00:00 +2017/10/25 05:00:00 +2017/10/25 06:00:00 +2017/10/25 07:00:00 +2017/10/25 08:00:00 +2017/10/25 09:00:00 +2017/10/25 10:00:00 +2017/10/25 11:00:00 +2017/10/25 12:00:00 +2017/10/25 13:00:00 +2017/10/25 14:00:00 +2017/10/25 15:00:00 +2017/10/25 16:00:00 +2017/10/25 17:00:00 +2017/10/25 18:00:00 +2017/10/25 19:00:00 +2017/10/25 20:00:00 +2017/10/25 21:00:00 +2017/10/25 22:00:00 +2017/10/25 23:00:00 +2017/10/26 00:00:00 +2017/10/26 01:00:00 +2017/10/26 02:00:00 +2017/10/26 03:00:00 +2017/10/26 04:00:00 +2017/10/26 05:00:00 +2017/10/26 06:00:00 +2017/10/26 07:00:00 +2017/10/26 08:00:00 +2017/10/26 09:00:00 +2017/10/26 10:00:00 +2017/10/26 11:00:00 +2017/10/26 12:00:00 +2017/10/26 13:00:00 +2017/10/26 14:00:00 +2017/10/26 15:00:00 +2017/10/26 16:00:00 +2017/10/26 17:00:00 +2017/10/26 18:00:00 +2017/10/26 19:00:00 +2017/10/26 20:00:00 +2017/10/26 21:00:00 +2017/10/26 22:00:00 +2017/10/26 23:00:00 +2017/10/27 00:00:00 +2017/10/27 01:00:00 +2017/10/27 02:00:00 +2017/10/27 03:00:00 +2017/10/27 04:00:00 +2017/10/27 05:00:00 +2017/10/27 06:00:00 +2017/10/27 07:00:00 +2017/10/27 08:00:00 +2017/10/27 09:00:00 +2017/10/27 10:00:00 +2017/10/27 11:00:00 +2017/10/27 12:00:00 +2017/10/27 13:00:00 +2017/10/27 14:00:00 +2017/10/27 15:00:00 +2017/10/27 16:00:00 +2017/10/27 17:00:00 +2017/10/27 18:00:00 +2017/10/27 19:00:00 +2017/10/27 20:00:00 +2017/10/27 21:00:00 +2017/10/27 22:00:00 +2017/10/27 23:00:00 +2017/10/28 00:00:00 +2017/10/28 01:00:00 +2017/10/28 02:00:00 +2017/10/28 03:00:00 +2017/10/28 04:00:00 +2017/10/28 05:00:00 +2017/10/28 06:00:00 +2017/10/28 07:00:00 +2017/10/28 08:00:00 +2017/10/28 09:00:00 +2017/10/28 10:00:00 +2017/10/28 11:00:00 +2017/10/28 12:00:00 +2017/10/28 13:00:00 +2017/10/28 14:00:00 +2017/10/28 15:00:00 +2017/10/28 16:00:00 +2017/10/28 17:00:00 +2017/10/28 18:00:00 +2017/10/28 19:00:00 +2017/10/28 20:00:00 +2017/10/28 21:00:00 +2017/10/28 22:00:00 +2017/10/28 23:00:00 +2017/10/29 00:00:00 +2017/10/29 01:00:00 +2017/10/29 02:00:00 +2017/10/29 03:00:00 +2017/10/29 04:00:00 +2017/10/29 05:00:00 +2017/10/29 06:00:00 +2017/10/29 07:00:00 +2017/10/29 08:00:00 +2017/10/29 09:00:00 +2017/10/29 10:00:00 +2017/10/29 11:00:00 +2017/10/29 12:00:00 +2017/10/29 13:00:00 +2017/10/29 14:00:00 +2017/10/29 15:00:00 +2017/10/29 16:00:00 +2017/10/29 17:00:00 +2017/10/29 18:00:00 +2017/10/29 19:00:00 +2017/10/29 20:00:00 +2017/10/29 21:00:00 +2017/10/29 22:00:00 +2017/10/29 23:00:00 +2017/10/30 00:00:00 +2017/10/30 01:00:00 +2017/10/30 02:00:00 +2017/10/30 03:00:00 +2017/10/30 04:00:00 +2017/10/30 05:00:00 +2017/10/30 06:00:00 +2017/10/30 07:00:00 +2017/10/30 08:00:00 +2017/10/30 09:00:00 +2017/10/30 10:00:00 +2017/10/30 11:00:00 +2017/10/30 12:00:00 +2017/10/30 13:00:00 +2017/10/30 14:00:00 +2017/10/30 15:00:00 +2017/10/30 16:00:00 +2017/10/30 17:00:00 +2017/10/30 18:00:00 +2017/10/30 19:00:00 +2017/10/30 20:00:00 +2017/10/30 21:00:00 +2017/10/30 22:00:00 +2017/10/30 23:00:00 +2017/10/31 00:00:00 +2017/10/31 01:00:00 +2017/10/31 02:00:00 +2017/10/31 03:00:00 +2017/10/31 04:00:00 +2017/10/31 05:00:00 +2017/10/31 06:00:00 +2017/10/31 07:00:00 +2017/10/31 08:00:00 +2017/10/31 09:00:00 +2017/10/31 10:00:00 +2017/10/31 11:00:00 +2017/10/31 12:00:00 +2017/10/31 13:00:00 +2017/10/31 14:00:00 +2017/10/31 15:00:00 +2017/10/31 16:00:00 +2017/10/31 17:00:00 +2017/10/31 18:00:00 +2017/10/31 19:00:00 +2017/10/31 20:00:00 +2017/10/31 21:00:00 +2017/10/31 22:00:00 +2017/10/31 23:00:00 +2017/11/01 00:00:00 +2017/11/01 01:00:00 +2017/11/01 02:00:00 +2017/11/01 03:00:00 +2017/11/01 04:00:00 +2017/11/01 05:00:00 +2017/11/01 06:00:00 +2017/11/01 07:00:00 +2017/11/01 08:00:00 +2017/11/01 09:00:00 +2017/11/01 10:00:00 +2017/11/01 11:00:00 +2017/11/01 12:00:00 +2017/11/01 13:00:00 +2017/11/01 14:00:00 +2017/11/01 15:00:00 +2017/11/01 16:00:00 +2017/11/01 17:00:00 +2017/11/01 18:00:00 +2017/11/01 19:00:00 +2017/11/01 20:00:00 +2017/11/01 21:00:00 +2017/11/01 22:00:00 +2017/11/01 23:00:00 +2017/11/02 00:00:00 +2017/11/02 01:00:00 +2017/11/02 02:00:00 +2017/11/02 03:00:00 +2017/11/02 04:00:00 +2017/11/02 05:00:00 +2017/11/02 06:00:00 +2017/11/02 07:00:00 +2017/11/02 08:00:00 +2017/11/02 09:00:00 +2017/11/02 10:00:00 +2017/11/02 11:00:00 +2017/11/02 12:00:00 +2017/11/02 13:00:00 +2017/11/02 14:00:00 +2017/11/02 15:00:00 +2017/11/02 16:00:00 +2017/11/02 17:00:00 +2017/11/02 18:00:00 +2017/11/02 19:00:00 +2017/11/02 20:00:00 +2017/11/02 21:00:00 +2017/11/02 22:00:00 +2017/11/02 23:00:00 +2017/11/03 00:00:00 +2017/11/03 01:00:00 +2017/11/03 02:00:00 +2017/11/03 03:00:00 +2017/11/03 04:00:00 +2017/11/03 05:00:00 +2017/11/03 06:00:00 +2017/11/03 07:00:00 +2017/11/03 08:00:00 +2017/11/03 09:00:00 +2017/11/03 10:00:00 +2017/11/03 11:00:00 +2017/11/03 12:00:00 +2017/11/03 13:00:00 +2017/11/03 14:00:00 +2017/11/03 15:00:00 +2017/11/03 16:00:00 +2017/11/03 17:00:00 +2017/11/03 18:00:00 +2017/11/03 19:00:00 +2017/11/03 20:00:00 +2017/11/03 21:00:00 +2017/11/03 22:00:00 +2017/11/03 23:00:00 +2017/11/04 00:00:00 +2017/11/04 01:00:00 +2017/11/04 02:00:00 +2017/11/04 03:00:00 +2017/11/04 04:00:00 +2017/11/04 05:00:00 +2017/11/04 06:00:00 +2017/11/04 07:00:00 +2017/11/04 08:00:00 +2017/11/04 09:00:00 +2017/11/04 10:00:00 +2017/11/04 11:00:00 +2017/11/04 12:00:00 +2017/11/04 13:00:00 +2017/11/04 14:00:00 +2017/11/04 15:00:00 +2017/11/04 16:00:00 +2017/11/04 17:00:00 +2017/11/04 18:00:00 +2017/11/04 19:00:00 +2017/11/04 20:00:00 +2017/11/04 21:00:00 +2017/11/04 22:00:00 +2017/11/04 23:00:00 +2017/11/05 00:00:00 +2017/11/05 01:00:00 +2017/11/05 02:00:00 +2017/11/05 03:00:00 +2017/11/05 04:00:00 +2017/11/05 05:00:00 +2017/11/05 06:00:00 +2017/11/05 07:00:00 +2017/11/05 08:00:00 +2017/11/05 09:00:00 +2017/11/05 10:00:00 +2017/11/05 11:00:00 +2017/11/05 12:00:00 +2017/11/05 13:00:00 +2017/11/05 14:00:00 +2017/11/05 15:00:00 +2017/11/05 16:00:00 +2017/11/05 17:00:00 +2017/11/05 18:00:00 +2017/11/05 19:00:00 +2017/11/05 20:00:00 +2017/11/05 21:00:00 +2017/11/05 22:00:00 +2017/11/05 23:00:00 +2017/11/06 00:00:00 +2017/11/06 01:00:00 +2017/11/06 02:00:00 +2017/11/06 03:00:00 +2017/11/06 04:00:00 +2017/11/06 05:00:00 +2017/11/06 06:00:00 +2017/11/06 07:00:00 +2017/11/06 08:00:00 +2017/11/06 09:00:00 +2017/11/06 10:00:00 +2017/11/06 11:00:00 +2017/11/06 12:00:00 +2017/11/06 13:00:00 +2017/11/06 14:00:00 +2017/11/06 15:00:00 +2017/11/06 16:00:00 +2017/11/06 17:00:00 +2017/11/06 18:00:00 +2017/11/06 19:00:00 +2017/11/06 20:00:00 +2017/11/06 21:00:00 +2017/11/06 22:00:00 +2017/11/06 23:00:00 +2017/11/07 00:00:00 +2017/11/07 01:00:00 +2017/11/07 02:00:00 +2017/11/07 03:00:00 +2017/11/07 04:00:00 +2017/11/07 05:00:00 +2017/11/07 06:00:00 +2017/11/07 07:00:00 +2017/11/07 08:00:00 +2017/11/07 09:00:00 +2017/11/07 10:00:00 +2017/11/07 11:00:00 +2017/11/07 12:00:00 +2017/11/07 13:00:00 +2017/11/07 14:00:00 +2017/11/07 15:00:00 +2017/11/07 16:00:00 +2017/11/07 17:00:00 +2017/11/07 18:00:00 +2017/11/07 19:00:00 +2017/11/07 20:00:00 +2017/11/07 21:00:00 +2017/11/07 22:00:00 +2017/11/07 23:00:00 +2017/11/08 00:00:00 +2017/11/08 01:00:00 +2017/11/08 02:00:00 +2017/11/08 03:00:00 +2017/11/08 04:00:00 +2017/11/08 05:00:00 +2017/11/08 06:00:00 +2017/11/08 07:00:00 +2017/11/08 08:00:00 +2017/11/08 09:00:00 +2017/11/08 10:00:00 +2017/11/08 11:00:00 +2017/11/08 12:00:00 +2017/11/08 13:00:00 +2017/11/08 14:00:00 +2017/11/08 15:00:00 +2017/11/08 16:00:00 +2017/11/08 17:00:00 +2017/11/08 18:00:00 +2017/11/08 19:00:00 +2017/11/08 20:00:00 +2017/11/08 21:00:00 +2017/11/08 22:00:00 +2017/11/08 23:00:00 +2017/11/09 00:00:00 +2017/11/09 01:00:00 +2017/11/09 02:00:00 +2017/11/09 03:00:00 +2017/11/09 04:00:00 +2017/11/09 05:00:00 +2017/11/09 06:00:00 +2017/11/09 07:00:00 +2017/11/09 08:00:00 +2017/11/09 09:00:00 +2017/11/09 10:00:00 +2017/11/09 11:00:00 +2017/11/09 12:00:00 +2017/11/09 13:00:00 +2017/11/09 14:00:00 +2017/11/09 15:00:00 +2017/11/09 16:00:00 +2017/11/09 17:00:00 +2017/11/09 18:00:00 +2017/11/09 19:00:00 +2017/11/09 20:00:00 +2017/11/09 21:00:00 +2017/11/09 22:00:00 +2017/11/09 23:00:00 +2017/11/10 00:00:00 +2017/11/10 01:00:00 +2017/11/10 02:00:00 +2017/11/10 03:00:00 +2017/11/10 04:00:00 +2017/11/10 05:00:00 +2017/11/10 06:00:00 +2017/11/10 07:00:00 +2017/11/10 08:00:00 +2017/11/10 09:00:00 +2017/11/10 10:00:00 +2017/11/10 11:00:00 +2017/11/10 12:00:00 +2017/11/10 13:00:00 +2017/11/10 14:00:00 +2017/11/10 15:00:00 +2017/11/10 16:00:00 +2017/11/10 17:00:00 +2017/11/10 18:00:00 +2017/11/10 19:00:00 +2017/11/10 20:00:00 +2017/11/10 21:00:00 +2017/11/10 22:00:00 +2017/11/10 23:00:00 +2017/11/11 00:00:00 +2017/11/11 01:00:00 +2017/11/11 02:00:00 +2017/11/11 03:00:00 +2017/11/11 04:00:00 +2017/11/11 05:00:00 +2017/11/11 06:00:00 +2017/11/11 07:00:00 +2017/11/11 08:00:00 +2017/11/11 09:00:00 +2017/11/11 10:00:00 +2017/11/11 11:00:00 +2017/11/11 12:00:00 +2017/11/11 13:00:00 +2017/11/11 14:00:00 +2017/11/11 15:00:00 +2017/11/11 16:00:00 +2017/11/11 17:00:00 +2017/11/11 18:00:00 +2017/11/11 19:00:00 +2017/11/11 20:00:00 +2017/11/11 21:00:00 +2017/11/11 22:00:00 +2017/11/11 23:00:00 +2017/11/12 00:00:00 +2017/11/12 01:00:00 +2017/11/12 02:00:00 +2017/11/12 03:00:00 +2017/11/12 04:00:00 +2017/11/12 05:00:00 +2017/11/12 06:00:00 +2017/11/12 07:00:00 +2017/11/12 08:00:00 +2017/11/12 09:00:00 +2017/11/12 10:00:00 +2017/11/12 11:00:00 +2017/11/12 12:00:00 +2017/11/12 13:00:00 +2017/11/12 14:00:00 +2017/11/12 15:00:00 +2017/11/12 16:00:00 +2017/11/12 17:00:00 +2017/11/12 18:00:00 +2017/11/12 19:00:00 +2017/11/12 20:00:00 +2017/11/12 21:00:00 +2017/11/12 22:00:00 +2017/11/12 23:00:00 +2017/11/13 00:00:00 +2017/11/13 01:00:00 +2017/11/13 02:00:00 +2017/11/13 03:00:00 +2017/11/13 04:00:00 +2017/11/13 05:00:00 +2017/11/13 06:00:00 +2017/11/13 07:00:00 +2017/11/13 08:00:00 +2017/11/13 09:00:00 +2017/11/13 10:00:00 +2017/11/13 11:00:00 +2017/11/13 12:00:00 +2017/11/13 13:00:00 +2017/11/13 14:00:00 +2017/11/13 15:00:00 +2017/11/13 16:00:00 +2017/11/13 17:00:00 +2017/11/13 18:00:00 +2017/11/13 19:00:00 +2017/11/13 20:00:00 +2017/11/13 21:00:00 +2017/11/13 22:00:00 +2017/11/13 23:00:00 +2017/11/14 00:00:00 +2017/11/14 01:00:00 +2017/11/14 02:00:00 +2017/11/14 03:00:00 +2017/11/14 04:00:00 +2017/11/14 05:00:00 +2017/11/14 06:00:00 +2017/11/14 07:00:00 +2017/11/14 08:00:00 +2017/11/14 09:00:00 +2017/11/14 10:00:00 +2017/11/14 11:00:00 +2017/11/14 12:00:00 +2017/11/14 13:00:00 +2017/11/14 14:00:00 +2017/11/14 15:00:00 +2017/11/14 16:00:00 +2017/11/14 17:00:00 +2017/11/14 18:00:00 +2017/11/14 19:00:00 +2017/11/14 20:00:00 +2017/11/14 21:00:00 +2017/11/14 22:00:00 +2017/11/14 23:00:00 +2017/11/15 00:00:00 +2017/11/15 01:00:00 +2017/11/15 02:00:00 +2017/11/15 03:00:00 +2017/11/15 04:00:00 +2017/11/15 05:00:00 +2017/11/15 06:00:00 +2017/11/15 07:00:00 +2017/11/15 08:00:00 +2017/11/15 09:00:00 +2017/11/15 10:00:00 +2017/11/15 11:00:00 +2017/11/15 12:00:00 +2017/11/15 13:00:00 +2017/11/15 14:00:00 +2017/11/15 15:00:00 +2017/11/15 16:00:00 +2017/11/15 17:00:00 +2017/11/15 18:00:00 +2017/11/15 19:00:00 +2017/11/15 20:00:00 +2017/11/15 21:00:00 +2017/11/15 22:00:00 +2017/11/15 23:00:00 +2017/11/16 00:00:00 +2017/11/16 01:00:00 +2017/11/16 02:00:00 +2017/11/16 03:00:00 +2017/11/16 04:00:00 +2017/11/16 05:00:00 +2017/11/16 06:00:00 +2017/11/16 07:00:00 +2017/11/16 08:00:00 +2017/11/16 09:00:00 +2017/11/16 10:00:00 +2017/11/16 11:00:00 +2017/11/16 12:00:00 +2017/11/16 13:00:00 +2017/11/16 14:00:00 +2017/11/16 15:00:00 +2017/11/16 16:00:00 +2017/11/16 17:00:00 +2017/11/16 18:00:00 +2017/11/16 19:00:00 +2017/11/16 20:00:00 +2017/11/16 21:00:00 +2017/11/16 22:00:00 +2017/11/16 23:00:00 +2017/11/17 00:00:00 +2017/11/17 01:00:00 +2017/11/17 02:00:00 +2017/11/17 03:00:00 +2017/11/17 04:00:00 +2017/11/17 05:00:00 +2017/11/17 06:00:00 +2017/11/17 07:00:00 +2017/11/17 08:00:00 +2017/11/17 09:00:00 +2017/11/17 10:00:00 +2017/11/17 11:00:00 +2017/11/17 12:00:00 +2017/11/17 13:00:00 +2017/11/17 14:00:00 +2017/11/17 15:00:00 +2017/11/17 16:00:00 +2017/11/17 17:00:00 +2017/11/17 18:00:00 +2017/11/17 19:00:00 +2017/11/17 20:00:00 +2017/11/17 21:00:00 +2017/11/17 22:00:00 +2017/11/17 23:00:00 +2017/11/18 00:00:00 +2017/11/18 01:00:00 +2017/11/18 02:00:00 +2017/11/18 03:00:00 +2017/11/18 04:00:00 +2017/11/18 05:00:00 +2017/11/18 06:00:00 +2017/11/18 07:00:00 +2017/11/18 08:00:00 +2017/11/18 09:00:00 +2017/11/18 10:00:00 +2017/11/18 11:00:00 +2017/11/18 12:00:00 +2017/11/18 13:00:00 +2017/11/18 14:00:00 +2017/11/18 15:00:00 +2017/11/18 16:00:00 +2017/11/18 17:00:00 +2017/11/18 18:00:00 +2017/11/18 19:00:00 +2017/11/18 20:00:00 +2017/11/18 21:00:00 +2017/11/18 22:00:00 +2017/11/18 23:00:00 +2017/11/19 00:00:00 +2017/11/19 01:00:00 +2017/11/19 02:00:00 +2017/11/19 03:00:00 +2017/11/19 04:00:00 +2017/11/19 05:00:00 +2017/11/19 06:00:00 +2017/11/19 07:00:00 +2017/11/19 08:00:00 +2017/11/19 09:00:00 +2017/11/19 10:00:00 +2017/11/19 11:00:00 +2017/11/19 12:00:00 +2017/11/19 13:00:00 +2017/11/19 14:00:00 +2017/11/19 15:00:00 +2017/11/19 16:00:00 +2017/11/19 17:00:00 +2017/11/19 18:00:00 +2017/11/19 19:00:00 +2017/11/19 20:00:00 +2017/11/19 21:00:00 +2017/11/19 22:00:00 +2017/11/19 23:00:00 +2017/11/20 00:00:00 +2017/11/20 01:00:00 +2017/11/20 02:00:00 +2017/11/20 03:00:00 +2017/11/20 04:00:00 +2017/11/20 05:00:00 +2017/11/20 06:00:00 +2017/11/20 07:00:00 +2017/11/20 08:00:00 +2017/11/20 09:00:00 +2017/11/20 10:00:00 +2017/11/20 11:00:00 +2017/11/20 12:00:00 +2017/11/20 13:00:00 +2017/11/20 14:00:00 +2017/11/20 15:00:00 +2017/11/20 16:00:00 +2017/11/20 17:00:00 +2017/11/20 18:00:00 +2017/11/20 19:00:00 +2017/11/20 20:00:00 +2017/11/20 21:00:00 +2017/11/20 22:00:00 +2017/11/20 23:00:00 +2017/11/21 00:00:00 +2017/11/21 01:00:00 +2017/11/21 02:00:00 +2017/11/21 03:00:00 +2017/11/21 04:00:00 +2017/11/21 05:00:00 +2017/11/21 06:00:00 +2017/11/21 07:00:00 +2017/11/21 08:00:00 +2017/11/21 09:00:00 +2017/11/21 10:00:00 +2017/11/21 11:00:00 +2017/11/21 12:00:00 +2017/11/21 13:00:00 +2017/11/21 14:00:00 +2017/11/21 15:00:00 +2017/11/21 16:00:00 +2017/11/21 17:00:00 +2017/11/21 18:00:00 +2017/11/21 19:00:00 +2017/11/21 20:00:00 +2017/11/21 21:00:00 +2017/11/21 22:00:00 +2017/11/21 23:00:00 +2017/11/22 00:00:00 +2017/11/22 01:00:00 +2017/11/22 02:00:00 +2017/11/22 03:00:00 +2017/11/22 04:00:00 +2017/11/22 05:00:00 +2017/11/22 06:00:00 +2017/11/22 07:00:00 +2017/11/22 08:00:00 +2017/11/22 09:00:00 +2017/11/22 10:00:00 +2017/11/22 11:00:00 +2017/11/22 12:00:00 +2017/11/22 13:00:00 +2017/11/22 14:00:00 +2017/11/22 15:00:00 +2017/11/22 16:00:00 +2017/11/22 17:00:00 +2017/11/22 18:00:00 +2017/11/22 19:00:00 +2017/11/22 20:00:00 +2017/11/22 21:00:00 +2017/11/22 22:00:00 +2017/11/22 23:00:00 +2017/11/23 00:00:00 +2017/11/23 01:00:00 +2017/11/23 02:00:00 +2017/11/23 03:00:00 +2017/11/23 04:00:00 +2017/11/23 05:00:00 +2017/11/23 06:00:00 +2017/11/23 07:00:00 +2017/11/23 08:00:00 +2017/11/23 09:00:00 +2017/11/23 10:00:00 +2017/11/23 11:00:00 +2017/11/23 12:00:00 +2017/11/23 13:00:00 +2017/11/23 14:00:00 +2017/11/23 15:00:00 +2017/11/23 16:00:00 +2017/11/23 17:00:00 +2017/11/23 18:00:00 +2017/11/23 19:00:00 +2017/11/23 20:00:00 +2017/11/23 21:00:00 +2017/11/23 22:00:00 +2017/11/23 23:00:00 +2017/11/24 00:00:00 +2017/11/24 01:00:00 +2017/11/24 02:00:00 +2017/11/24 03:00:00 +2017/11/24 04:00:00 +2017/11/24 05:00:00 +2017/11/24 06:00:00 +2017/11/24 07:00:00 +2017/11/24 08:00:00 +2017/11/24 09:00:00 +2017/11/24 10:00:00 +2017/11/24 11:00:00 +2017/11/24 12:00:00 +2017/11/24 13:00:00 +2017/11/24 14:00:00 +2017/11/24 15:00:00 +2017/11/24 16:00:00 +2017/11/24 17:00:00 +2017/11/24 18:00:00 +2017/11/24 19:00:00 +2017/11/24 20:00:00 +2017/11/24 21:00:00 +2017/11/24 22:00:00 +2017/11/24 23:00:00 +2017/11/25 00:00:00 +2017/11/25 01:00:00 +2017/11/25 02:00:00 +2017/11/25 03:00:00 +2017/11/25 04:00:00 +2017/11/25 05:00:00 +2017/11/25 06:00:00 +2017/11/25 07:00:00 +2017/11/25 08:00:00 +2017/11/25 09:00:00 +2017/11/25 10:00:00 +2017/11/25 11:00:00 +2017/11/25 12:00:00 +2017/11/25 13:00:00 +2017/11/25 14:00:00 +2017/11/25 15:00:00 +2017/11/25 16:00:00 +2017/11/25 17:00:00 +2017/11/25 18:00:00 +2017/11/25 19:00:00 +2017/11/25 20:00:00 +2017/11/25 21:00:00 +2017/11/25 22:00:00 +2017/11/25 23:00:00 +2017/11/26 00:00:00 +2017/11/26 01:00:00 +2017/11/26 02:00:00 +2017/11/26 03:00:00 +2017/11/26 04:00:00 +2017/11/26 05:00:00 +2017/11/26 06:00:00 +2017/11/26 07:00:00 +2017/11/26 08:00:00 +2017/11/26 09:00:00 +2017/11/26 10:00:00 +2017/11/26 11:00:00 +2017/11/26 12:00:00 +2017/11/26 13:00:00 +2017/11/26 14:00:00 +2017/11/26 15:00:00 +2017/11/26 16:00:00 +2017/11/26 17:00:00 +2017/11/26 18:00:00 +2017/11/26 19:00:00 +2017/11/26 20:00:00 +2017/11/26 21:00:00 +2017/11/26 22:00:00 +2017/11/26 23:00:00 +2017/11/27 00:00:00 +2017/11/27 01:00:00 +2017/11/27 02:00:00 +2017/11/27 03:00:00 +2017/11/27 04:00:00 +2017/11/27 05:00:00 +2017/11/27 06:00:00 +2017/11/27 07:00:00 +2017/11/27 08:00:00 +2017/11/27 09:00:00 +2017/11/27 10:00:00 +2017/11/27 11:00:00 +2017/11/27 12:00:00 +2017/11/27 13:00:00 +2017/11/27 14:00:00 +2017/11/27 15:00:00 +2017/11/27 16:00:00 +2017/11/27 17:00:00 +2017/11/27 18:00:00 +2017/11/27 19:00:00 +2017/11/27 20:00:00 +2017/11/27 21:00:00 +2017/11/27 22:00:00 +2017/11/27 23:00:00 +2017/11/28 00:00:00 +2017/11/28 01:00:00 +2017/11/28 02:00:00 +2017/11/28 03:00:00 +2017/11/28 04:00:00 +2017/11/28 05:00:00 +2017/11/28 06:00:00 +2017/11/28 07:00:00 +2017/11/28 08:00:00 +2017/11/28 09:00:00 +2017/11/28 10:00:00 +2017/11/28 11:00:00 +2017/11/28 12:00:00 +2017/11/28 13:00:00 +2017/11/28 14:00:00 +2017/11/28 15:00:00 +2017/11/28 16:00:00 +2017/11/28 17:00:00 +2017/11/28 18:00:00 +2017/11/28 19:00:00 +2017/11/28 20:00:00 +2017/11/28 21:00:00 +2017/11/28 22:00:00 +2017/11/28 23:00:00 +2017/11/29 00:00:00 +2017/11/29 01:00:00 +2017/11/29 02:00:00 +2017/11/29 03:00:00 +2017/11/29 04:00:00 +2017/11/29 05:00:00 +2017/11/29 06:00:00 +2017/11/29 07:00:00 +2017/11/29 08:00:00 +2017/11/29 09:00:00 +2017/11/29 10:00:00 +2017/11/29 11:00:00 +2017/11/29 12:00:00 +2017/11/29 13:00:00 +2017/11/29 14:00:00 +2017/11/29 15:00:00 +2017/11/29 16:00:00 +2017/11/29 17:00:00 +2017/11/29 18:00:00 +2017/11/29 19:00:00 +2017/11/29 20:00:00 +2017/11/29 21:00:00 +2017/11/29 22:00:00 +2017/11/29 23:00:00 +2017/11/30 00:00:00 +2017/11/30 01:00:00 +2017/11/30 02:00:00 +2017/11/30 03:00:00 +2017/11/30 04:00:00 +2017/11/30 05:00:00 +2017/11/30 06:00:00 +2017/11/30 07:00:00 +2017/11/30 08:00:00 +2017/11/30 09:00:00 +2017/11/30 10:00:00 +2017/11/30 11:00:00 +2017/11/30 12:00:00 +2017/11/30 13:00:00 +2017/11/30 14:00:00 +2017/11/30 15:00:00 +2017/11/30 16:00:00 +2017/11/30 17:00:00 +2017/11/30 18:00:00 +2017/11/30 19:00:00 +2017/11/30 20:00:00 +2017/11/30 21:00:00 +2017/11/30 22:00:00 +2017/11/30 23:00:00 +2017/12/01 00:00:00 +2017/12/01 01:00:00 +2017/12/01 02:00:00 +2017/12/01 03:00:00 +2017/12/01 04:00:00 +2017/12/01 05:00:00 +2017/12/01 06:00:00 +2017/12/01 07:00:00 +2017/12/01 08:00:00 +2017/12/01 09:00:00 +2017/12/01 10:00:00 +2017/12/01 11:00:00 +2017/12/01 12:00:00 +2017/12/01 13:00:00 +2017/12/01 14:00:00 +2017/12/01 15:00:00 +2017/12/01 16:00:00 +2017/12/01 17:00:00 +2017/12/01 18:00:00 +2017/12/01 19:00:00 +2017/12/01 20:00:00 +2017/12/01 21:00:00 +2017/12/01 22:00:00 +2017/12/01 23:00:00 +2017/12/02 00:00:00 +2017/12/02 01:00:00 +2017/12/02 02:00:00 +2017/12/02 03:00:00 +2017/12/02 04:00:00 +2017/12/02 05:00:00 +2017/12/02 06:00:00 +2017/12/02 07:00:00 +2017/12/02 08:00:00 +2017/12/02 09:00:00 +2017/12/02 10:00:00 +2017/12/02 11:00:00 +2017/12/02 12:00:00 +2017/12/02 13:00:00 +2017/12/02 14:00:00 +2017/12/02 15:00:00 +2017/12/02 16:00:00 +2017/12/02 17:00:00 +2017/12/02 18:00:00 +2017/12/02 19:00:00 +2017/12/02 20:00:00 +2017/12/02 21:00:00 +2017/12/02 22:00:00 +2017/12/02 23:00:00 +2017/12/03 00:00:00 +2017/12/03 01:00:00 +2017/12/03 02:00:00 +2017/12/03 03:00:00 +2017/12/03 04:00:00 +2017/12/03 05:00:00 +2017/12/03 06:00:00 +2017/12/03 07:00:00 +2017/12/03 08:00:00 +2017/12/03 09:00:00 +2017/12/03 10:00:00 +2017/12/03 11:00:00 +2017/12/03 12:00:00 +2017/12/03 13:00:00 +2017/12/03 14:00:00 +2017/12/03 15:00:00 +2017/12/03 16:00:00 +2017/12/03 17:00:00 +2017/12/03 18:00:00 +2017/12/03 19:00:00 +2017/12/03 20:00:00 +2017/12/03 21:00:00 +2017/12/03 22:00:00 +2017/12/03 23:00:00 +2017/12/04 00:00:00 +2017/12/04 01:00:00 +2017/12/04 02:00:00 +2017/12/04 03:00:00 +2017/12/04 04:00:00 +2017/12/04 05:00:00 +2017/12/04 06:00:00 +2017/12/04 07:00:00 +2017/12/04 08:00:00 +2017/12/04 09:00:00 +2017/12/04 10:00:00 +2017/12/04 11:00:00 +2017/12/04 12:00:00 +2017/12/04 13:00:00 +2017/12/04 14:00:00 +2017/12/04 15:00:00 +2017/12/04 16:00:00 +2017/12/04 17:00:00 +2017/12/04 18:00:00 +2017/12/04 19:00:00 +2017/12/04 20:00:00 +2017/12/04 21:00:00 +2017/12/04 22:00:00 +2017/12/04 23:00:00 +2017/12/05 00:00:00 +2017/12/05 01:00:00 +2017/12/05 02:00:00 +2017/12/05 03:00:00 +2017/12/05 04:00:00 +2017/12/05 05:00:00 +2017/12/05 06:00:00 +2017/12/05 07:00:00 +2017/12/05 08:00:00 +2017/12/05 09:00:00 +2017/12/05 10:00:00 +2017/12/05 11:00:00 +2017/12/05 12:00:00 +2017/12/05 13:00:00 +2017/12/05 14:00:00 +2017/12/05 15:00:00 +2017/12/05 16:00:00 +2017/12/05 17:00:00 +2017/12/05 18:00:00 +2017/12/05 19:00:00 +2017/12/05 20:00:00 +2017/12/05 21:00:00 +2017/12/05 22:00:00 +2017/12/05 23:00:00 +2017/12/06 00:00:00 +2017/12/06 01:00:00 +2017/12/06 02:00:00 +2017/12/06 03:00:00 +2017/12/06 04:00:00 +2017/12/06 05:00:00 +2017/12/06 06:00:00 +2017/12/06 07:00:00 +2017/12/06 08:00:00 +2017/12/06 09:00:00 +2017/12/06 10:00:00 +2017/12/06 11:00:00 +2017/12/06 12:00:00 +2017/12/06 13:00:00 +2017/12/06 14:00:00 +2017/12/06 15:00:00 +2017/12/06 16:00:00 +2017/12/06 17:00:00 +2017/12/06 18:00:00 +2017/12/06 19:00:00 +2017/12/06 20:00:00 +2017/12/06 21:00:00 +2017/12/06 22:00:00 +2017/12/06 23:00:00 +2017/12/07 00:00:00 +2017/12/07 01:00:00 +2017/12/07 02:00:00 +2017/12/07 03:00:00 +2017/12/07 04:00:00 +2017/12/07 05:00:00 +2017/12/07 06:00:00 +2017/12/07 07:00:00 +2017/12/07 08:00:00 +2017/12/07 09:00:00 +2017/12/07 10:00:00 +2017/12/07 11:00:00 +2017/12/07 12:00:00 +2017/12/07 13:00:00 +2017/12/07 14:00:00 +2017/12/07 15:00:00 +2017/12/07 16:00:00 +2017/12/07 17:00:00 +2017/12/07 18:00:00 +2017/12/07 19:00:00 +2017/12/07 20:00:00 +2017/12/07 21:00:00 +2017/12/07 22:00:00 +2017/12/07 23:00:00 +2017/12/08 00:00:00 +2017/12/08 01:00:00 +2017/12/08 02:00:00 +2017/12/08 03:00:00 +2017/12/08 04:00:00 +2017/12/08 05:00:00 +2017/12/08 06:00:00 +2017/12/08 07:00:00 +2017/12/08 08:00:00 +2017/12/08 09:00:00 +2017/12/08 10:00:00 +2017/12/08 11:00:00 +2017/12/08 12:00:00 +2017/12/08 13:00:00 +2017/12/08 14:00:00 +2017/12/08 15:00:00 +2017/12/08 16:00:00 +2017/12/08 17:00:00 +2017/12/08 18:00:00 +2017/12/08 19:00:00 +2017/12/08 20:00:00 +2017/12/08 21:00:00 +2017/12/08 22:00:00 +2017/12/08 23:00:00 +2017/12/09 00:00:00 +2017/12/09 01:00:00 +2017/12/09 02:00:00 +2017/12/09 03:00:00 +2017/12/09 04:00:00 +2017/12/09 05:00:00 +2017/12/09 06:00:00 +2017/12/09 07:00:00 +2017/12/09 08:00:00 +2017/12/09 09:00:00 +2017/12/09 10:00:00 +2017/12/09 11:00:00 +2017/12/09 12:00:00 +2017/12/09 13:00:00 +2017/12/09 14:00:00 +2017/12/09 15:00:00 +2017/12/09 16:00:00 +2017/12/09 17:00:00 +2017/12/09 18:00:00 +2017/12/09 19:00:00 +2017/12/09 20:00:00 +2017/12/09 21:00:00 +2017/12/09 22:00:00 +2017/12/09 23:00:00 +2017/12/10 00:00:00 +2017/12/10 01:00:00 +2017/12/10 02:00:00 +2017/12/10 03:00:00 +2017/12/10 04:00:00 +2017/12/10 05:00:00 +2017/12/10 06:00:00 +2017/12/10 07:00:00 +2017/12/10 08:00:00 +2017/12/10 09:00:00 +2017/12/10 10:00:00 +2017/12/10 11:00:00 +2017/12/10 12:00:00 +2017/12/10 13:00:00 +2017/12/10 14:00:00 +2017/12/10 15:00:00 +2017/12/10 16:00:00 +2017/12/10 17:00:00 +2017/12/10 18:00:00 +2017/12/10 19:00:00 +2017/12/10 20:00:00 +2017/12/10 21:00:00 +2017/12/10 22:00:00 +2017/12/10 23:00:00 +2017/12/11 00:00:00 +2017/12/11 01:00:00 +2017/12/11 02:00:00 +2017/12/11 03:00:00 +2017/12/11 04:00:00 +2017/12/11 05:00:00 +2017/12/11 06:00:00 +2017/12/11 07:00:00 +2017/12/11 08:00:00 +2017/12/11 09:00:00 +2017/12/11 10:00:00 +2017/12/11 11:00:00 +2017/12/11 12:00:00 +2017/12/11 13:00:00 +2017/12/11 14:00:00 +2017/12/11 15:00:00 +2017/12/11 16:00:00 +2017/12/11 17:00:00 +2017/12/11 18:00:00 +2017/12/11 19:00:00 +2017/12/11 20:00:00 +2017/12/11 21:00:00 +2017/12/11 22:00:00 +2017/12/11 23:00:00 +2017/12/12 00:00:00 +2017/12/12 01:00:00 +2017/12/12 02:00:00 +2017/12/12 03:00:00 +2017/12/12 04:00:00 +2017/12/12 05:00:00 +2017/12/12 06:00:00 +2017/12/12 07:00:00 +2017/12/12 08:00:00 +2017/12/12 09:00:00 +2017/12/12 10:00:00 +2017/12/12 11:00:00 +2017/12/12 12:00:00 +2017/12/12 13:00:00 +2017/12/12 14:00:00 +2017/12/12 15:00:00 +2017/12/12 16:00:00 +2017/12/12 17:00:00 +2017/12/12 18:00:00 +2017/12/12 19:00:00 +2017/12/12 20:00:00 +2017/12/12 21:00:00 +2017/12/12 22:00:00 +2017/12/12 23:00:00 +2017/12/13 00:00:00 +2017/12/13 01:00:00 +2017/12/13 02:00:00 +2017/12/13 03:00:00 +2017/12/13 04:00:00 +2017/12/13 05:00:00 +2017/12/13 06:00:00 +2017/12/13 07:00:00 +2017/12/13 08:00:00 +2017/12/13 09:00:00 +2017/12/13 10:00:00 +2017/12/13 11:00:00 +2017/12/13 12:00:00 +2017/12/13 13:00:00 +2017/12/13 14:00:00 +2017/12/13 15:00:00 +2017/12/13 16:00:00 +2017/12/13 17:00:00 +2017/12/13 18:00:00 +2017/12/13 19:00:00 +2017/12/13 20:00:00 +2017/12/13 21:00:00 +2017/12/13 22:00:00 +2017/12/13 23:00:00 +2017/12/14 00:00:00 +2017/12/14 01:00:00 +2017/12/14 02:00:00 +2017/12/14 03:00:00 +2017/12/14 04:00:00 +2017/12/14 05:00:00 +2017/12/14 06:00:00 +2017/12/14 07:00:00 +2017/12/14 08:00:00 +2017/12/14 09:00:00 +2017/12/14 10:00:00 +2017/12/14 11:00:00 +2017/12/14 12:00:00 +2017/12/14 13:00:00 +2017/12/14 14:00:00 +2017/12/14 15:00:00 +2017/12/14 16:00:00 +2017/12/14 17:00:00 +2017/12/14 18:00:00 +2017/12/14 19:00:00 +2017/12/14 20:00:00 +2017/12/14 21:00:00 +2017/12/14 22:00:00 +2017/12/14 23:00:00 +2017/12/15 00:00:00 +2017/12/15 01:00:00 +2017/12/15 02:00:00 +2017/12/15 03:00:00 +2017/12/15 04:00:00 +2017/12/15 05:00:00 +2017/12/15 06:00:00 +2017/12/15 07:00:00 +2017/12/15 08:00:00 +2017/12/15 09:00:00 +2017/12/15 10:00:00 +2017/12/15 11:00:00 +2017/12/15 12:00:00 +2017/12/15 13:00:00 +2017/12/15 14:00:00 +2017/12/15 15:00:00 +2017/12/15 16:00:00 +2017/12/15 17:00:00 +2017/12/15 18:00:00 +2017/12/15 19:00:00 +2017/12/15 20:00:00 +2017/12/15 21:00:00 +2017/12/15 22:00:00 +2017/12/15 23:00:00 +2017/12/16 00:00:00 +2017/12/16 01:00:00 +2017/12/16 02:00:00 +2017/12/16 03:00:00 +2017/12/16 04:00:00 +2017/12/16 05:00:00 +2017/12/16 06:00:00 +2017/12/16 07:00:00 +2017/12/16 08:00:00 +2017/12/16 09:00:00 +2017/12/16 10:00:00 +2017/12/16 11:00:00 +2017/12/16 12:00:00 +2017/12/16 13:00:00 +2017/12/16 14:00:00 +2017/12/16 15:00:00 +2017/12/16 16:00:00 +2017/12/16 17:00:00 +2017/12/16 18:00:00 +2017/12/16 19:00:00 +2017/12/16 20:00:00 +2017/12/16 21:00:00 +2017/12/16 22:00:00 +2017/12/16 23:00:00 +2017/12/17 00:00:00 +2017/12/17 01:00:00 +2017/12/17 02:00:00 +2017/12/17 03:00:00 +2017/12/17 04:00:00 +2017/12/17 05:00:00 +2017/12/17 06:00:00 +2017/12/17 07:00:00 +2017/12/17 08:00:00 +2017/12/17 09:00:00 +2017/12/17 10:00:00 +2017/12/17 11:00:00 +2017/12/17 12:00:00 +2017/12/17 13:00:00 +2017/12/17 14:00:00 +2017/12/17 15:00:00 +2017/12/17 16:00:00 +2017/12/17 17:00:00 +2017/12/17 18:00:00 +2017/12/17 19:00:00 +2017/12/17 20:00:00 +2017/12/17 21:00:00 +2017/12/17 22:00:00 +2017/12/17 23:00:00 +2017/12/18 00:00:00 +2017/12/18 01:00:00 +2017/12/18 02:00:00 +2017/12/18 03:00:00 +2017/12/18 04:00:00 +2017/12/18 05:00:00 +2017/12/18 06:00:00 +2017/12/18 07:00:00 +2017/12/18 08:00:00 +2017/12/18 09:00:00 +2017/12/18 10:00:00 +2017/12/18 11:00:00 +2017/12/18 12:00:00 +2017/12/18 13:00:00 +2017/12/18 14:00:00 +2017/12/18 15:00:00 +2017/12/18 16:00:00 +2017/12/18 17:00:00 +2017/12/18 18:00:00 +2017/12/18 19:00:00 +2017/12/18 20:00:00 +2017/12/18 21:00:00 +2017/12/18 22:00:00 +2017/12/18 23:00:00 +2017/12/19 00:00:00 +2017/12/19 01:00:00 +2017/12/19 02:00:00 +2017/12/19 03:00:00 +2017/12/19 04:00:00 +2017/12/19 05:00:00 +2017/12/19 06:00:00 +2017/12/19 07:00:00 +2017/12/19 08:00:00 +2017/12/19 09:00:00 +2017/12/19 10:00:00 +2017/12/19 11:00:00 +2017/12/19 12:00:00 +2017/12/19 13:00:00 +2017/12/19 14:00:00 +2017/12/19 15:00:00 +2017/12/19 16:00:00 +2017/12/19 17:00:00 +2017/12/19 18:00:00 +2017/12/19 19:00:00 +2017/12/19 20:00:00 +2017/12/19 21:00:00 +2017/12/19 22:00:00 +2017/12/19 23:00:00 +2017/12/20 00:00:00 +2017/12/20 01:00:00 +2017/12/20 02:00:00 +2017/12/20 03:00:00 +2017/12/20 04:00:00 +2017/12/20 05:00:00 +2017/12/20 06:00:00 +2017/12/20 07:00:00 +2017/12/20 08:00:00 +2017/12/20 09:00:00 +2017/12/20 10:00:00 +2017/12/20 11:00:00 +2017/12/20 12:00:00 +2017/12/20 13:00:00 +2017/12/20 14:00:00 +2017/12/20 15:00:00 +2017/12/20 16:00:00 +2017/12/20 17:00:00 +2017/12/20 18:00:00 +2017/12/20 19:00:00 +2017/12/20 20:00:00 +2017/12/20 21:00:00 +2017/12/20 22:00:00 +2017/12/20 23:00:00 +2017/12/21 00:00:00 +2017/12/21 01:00:00 +2017/12/21 02:00:00 +2017/12/21 03:00:00 +2017/12/21 04:00:00 +2017/12/21 05:00:00 +2017/12/21 06:00:00 +2017/12/21 07:00:00 +2017/12/21 08:00:00 +2017/12/21 09:00:00 +2017/12/21 10:00:00 +2017/12/21 11:00:00 +2017/12/21 12:00:00 +2017/12/21 13:00:00 +2017/12/21 14:00:00 +2017/12/21 15:00:00 +2017/12/21 16:00:00 +2017/12/21 17:00:00 +2017/12/21 18:00:00 +2017/12/21 19:00:00 +2017/12/21 20:00:00 +2017/12/21 21:00:00 +2017/12/21 22:00:00 +2017/12/21 23:00:00 +2017/12/22 00:00:00 +2017/12/22 01:00:00 +2017/12/22 02:00:00 +2017/12/22 03:00:00 +2017/12/22 04:00:00 +2017/12/22 05:00:00 +2017/12/22 06:00:00 +2017/12/22 07:00:00 +2017/12/22 08:00:00 +2017/12/22 09:00:00 +2017/12/22 10:00:00 +2017/12/22 11:00:00 +2017/12/22 12:00:00 +2017/12/22 13:00:00 +2017/12/22 14:00:00 +2017/12/22 15:00:00 +2017/12/22 16:00:00 +2017/12/22 17:00:00 +2017/12/22 18:00:00 +2017/12/22 19:00:00 +2017/12/22 20:00:00 +2017/12/22 21:00:00 +2017/12/22 22:00:00 +2017/12/22 23:00:00 +2017/12/23 00:00:00 +2017/12/23 01:00:00 +2017/12/23 02:00:00 +2017/12/23 03:00:00 +2017/12/23 04:00:00 +2017/12/23 05:00:00 +2017/12/23 06:00:00 +2017/12/23 07:00:00 +2017/12/23 08:00:00 +2017/12/23 09:00:00 +2017/12/23 10:00:00 +2017/12/23 11:00:00 +2017/12/23 12:00:00 +2017/12/23 13:00:00 +2017/12/23 14:00:00 +2017/12/23 15:00:00 +2017/12/23 16:00:00 +2017/12/23 17:00:00 +2017/12/23 18:00:00 +2017/12/23 19:00:00 +2017/12/23 20:00:00 +2017/12/23 21:00:00 +2017/12/23 22:00:00 +2017/12/23 23:00:00 +2017/12/24 00:00:00 +2017/12/24 01:00:00 +2017/12/24 02:00:00 +2017/12/24 03:00:00 +2017/12/24 04:00:00 +2017/12/24 05:00:00 +2017/12/24 06:00:00 +2017/12/24 07:00:00 +2017/12/24 08:00:00 +2017/12/24 09:00:00 +2017/12/24 10:00:00 +2017/12/24 11:00:00 +2017/12/24 12:00:00 +2017/12/24 13:00:00 +2017/12/24 14:00:00 +2017/12/24 15:00:00 +2017/12/24 16:00:00 +2017/12/24 17:00:00 +2017/12/24 18:00:00 +2017/12/24 19:00:00 +2017/12/24 20:00:00 +2017/12/24 21:00:00 +2017/12/24 22:00:00 +2017/12/24 23:00:00 +2017/12/25 00:00:00 +2017/12/25 01:00:00 +2017/12/25 02:00:00 +2017/12/25 03:00:00 +2017/12/25 04:00:00 +2017/12/25 05:00:00 +2017/12/25 06:00:00 +2017/12/25 07:00:00 +2017/12/25 08:00:00 +2017/12/25 09:00:00 +2017/12/25 10:00:00 +2017/12/25 11:00:00 +2017/12/25 12:00:00 +2017/12/25 13:00:00 +2017/12/25 14:00:00 +2017/12/25 15:00:00 +2017/12/25 16:00:00 +2017/12/25 17:00:00 +2017/12/25 18:00:00 +2017/12/25 19:00:00 +2017/12/25 20:00:00 +2017/12/25 21:00:00 +2017/12/25 22:00:00 +2017/12/25 23:00:00 +2017/12/26 00:00:00 +2017/12/26 01:00:00 +2017/12/26 02:00:00 +2017/12/26 03:00:00 +2017/12/26 04:00:00 +2017/12/26 05:00:00 +2017/12/26 06:00:00 +2017/12/26 07:00:00 +2017/12/26 08:00:00 +2017/12/26 09:00:00 +2017/12/26 10:00:00 +2017/12/26 11:00:00 +2017/12/26 12:00:00 +2017/12/26 13:00:00 +2017/12/26 14:00:00 +2017/12/26 15:00:00 +2017/12/26 16:00:00 +2017/12/26 17:00:00 +2017/12/26 18:00:00 +2017/12/26 19:00:00 +2017/12/26 20:00:00 +2017/12/26 21:00:00 +2017/12/26 22:00:00 +2017/12/26 23:00:00 +2017/12/27 00:00:00 +2017/12/27 01:00:00 +2017/12/27 02:00:00 +2017/12/27 03:00:00 +2017/12/27 04:00:00 +2017/12/27 05:00:00 +2017/12/27 06:00:00 +2017/12/27 07:00:00 +2017/12/27 08:00:00 +2017/12/27 09:00:00 +2017/12/27 10:00:00 +2017/12/27 11:00:00 +2017/12/27 12:00:00 +2017/12/27 13:00:00 +2017/12/27 14:00:00 +2017/12/27 15:00:00 +2017/12/27 16:00:00 +2017/12/27 17:00:00 +2017/12/27 18:00:00 +2017/12/27 19:00:00 +2017/12/27 20:00:00 +2017/12/27 21:00:00 +2017/12/27 22:00:00 +2017/12/27 23:00:00 +2017/12/28 00:00:00 +2017/12/28 01:00:00 +2017/12/28 02:00:00 +2017/12/28 03:00:00 +2017/12/28 04:00:00 +2017/12/28 05:00:00 +2017/12/28 06:00:00 +2017/12/28 07:00:00 +2017/12/28 08:00:00 +2017/12/28 09:00:00 +2017/12/28 10:00:00 +2017/12/28 11:00:00 +2017/12/28 12:00:00 +2017/12/28 13:00:00 +2017/12/28 14:00:00 +2017/12/28 15:00:00 +2017/12/28 16:00:00 +2017/12/28 17:00:00 +2017/12/28 18:00:00 +2017/12/28 19:00:00 +2017/12/28 20:00:00 +2017/12/28 21:00:00 +2017/12/28 22:00:00 +2017/12/28 23:00:00 +2017/12/29 00:00:00 +2017/12/29 01:00:00 +2017/12/29 02:00:00 +2017/12/29 03:00:00 +2017/12/29 04:00:00 +2017/12/29 05:00:00 +2017/12/29 06:00:00 +2017/12/29 07:00:00 +2017/12/29 08:00:00 +2017/12/29 09:00:00 +2017/12/29 10:00:00 +2017/12/29 11:00:00 +2017/12/29 12:00:00 +2017/12/29 13:00:00 +2017/12/29 14:00:00 +2017/12/29 15:00:00 +2017/12/29 16:00:00 +2017/12/29 17:00:00 +2017/12/29 18:00:00 +2017/12/29 19:00:00 +2017/12/29 20:00:00 +2017/12/29 21:00:00 +2017/12/29 22:00:00 +2017/12/29 23:00:00 +2017/12/30 00:00:00 +2017/12/30 01:00:00 +2017/12/30 02:00:00 +2017/12/30 03:00:00 +2017/12/30 04:00:00 +2017/12/30 05:00:00 +2017/12/30 06:00:00 +2017/12/30 07:00:00 +2017/12/30 08:00:00 +2017/12/30 09:00:00 +2017/12/30 10:00:00 +2017/12/30 11:00:00 +2017/12/30 12:00:00 +2017/12/30 13:00:00 +2017/12/30 14:00:00 +2017/12/30 15:00:00 +2017/12/30 16:00:00 +2017/12/30 17:00:00 +2017/12/30 18:00:00 +2017/12/30 19:00:00 +2017/12/30 20:00:00 +2017/12/30 21:00:00 +2017/12/30 22:00:00 +2017/12/30 23:00:00 +2017/12/31 00:00:00 +2017/12/31 01:00:00 +2017/12/31 02:00:00 +2017/12/31 03:00:00 +2017/12/31 04:00:00 +2017/12/31 05:00:00 +2017/12/31 06:00:00 +2017/12/31 07:00:00 +2017/12/31 08:00:00 +2017/12/31 09:00:00 +2017/12/31 10:00:00 +2017/12/31 11:00:00 +2017/12/31 12:00:00 +2017/12/31 13:00:00 +2017/12/31 14:00:00 +2017/12/31 15:00:00 +2017/12/31 16:00:00 +2017/12/31 17:00:00 +2017/12/31 18:00:00 +2017/12/31 19:00:00 +2017/12/31 20:00:00 +2017/12/31 21:00:00 +2017/12/31 22:00:00 +2017/12/31 23:00:00 +2018/01/01 00:00:00 From d6b8d569fdc3a01ad8d18e3dcd53ffe4ffc35fec Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:20:31 -0600 Subject: [PATCH 07/48] tiny word change in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518741b..2e5eec4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If either start_time and end_time are invalid or set to None, the simulation wil - Runs automatically on your staged changes before every commit - Update pip and setuptools: `pip install -U pip setuptools` - Install the respository with developer dependencies: `pip install -e .[dev]` -- To check all files, run `pre-commit run --all-files` +- To check the whole repo, run `pre-commit run --all-files` - Settings and documentation links for pre-commit and ruff are in .pre-commit-config.yaml and pyproject.toml # Releasing From de010921492a381163726b4f16162cae13346ad1 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:20:58 -0600 Subject: [PATCH 08/48] remove license from dynamic section in pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f39a618..16d6ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ build-backend = "setuptools.build_meta" name = "urbanopt-ditto-reader" dynamic = [ "readme", - "license", ] version = "0.5.2" authors = [ @@ -49,7 +48,6 @@ dev = [ # https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata [tool.setuptools.dynamic] readme = {file = ["README.md", ]} -license = {file = ["LICENSE", ]} [project.urls] "Homepage" = "https://github.com/urbanopt/urbanopt-ditto-reader" From 076088cdbc33472bed9fc8c7e632ed5084bd1792 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:28:12 -0600 Subject: [PATCH 09/48] remove example/test output from git cache/tracking --- .../opendss/dss_files/Buscoords.dss | 27 - .../opendss/dss_files/CNData.dss | 2 - .../opendss/dss_files/DEFAULT/Buscoords.dss | 27 - .../opendss/dss_files/LineGeometry.dss | 4 - .../opendss/dss_files/Lines.dss | 46 - .../opendss/dss_files/LoadShapes.dss | 26 - .../opendss/dss_files/Loads.dss | 26 - .../opendss/dss_files/Master.dss | 19 - .../opendss/dss_files/Transformers.dss | 6 - .../opendss/dss_files/WireData.dss | 2 - .../opendss/profiles/load_1.csv | 8760 ---------------- .../opendss/profiles/load_10.csv | 8760 ---------------- .../opendss/profiles/load_10_pu.csv | 8760 ---------------- .../opendss/profiles/load_11.csv | 8760 ---------------- .../opendss/profiles/load_11_pu.csv | 8760 ---------------- .../opendss/profiles/load_12.csv | 8760 ---------------- .../opendss/profiles/load_12_pu.csv | 8760 ---------------- .../opendss/profiles/load_13.csv | 8760 ---------------- .../opendss/profiles/load_13_pu.csv | 8760 ---------------- .../opendss/profiles/load_1_pu.csv | 8760 ---------------- .../opendss/profiles/load_2.csv | 8760 ---------------- .../opendss/profiles/load_2_pu.csv | 8760 ---------------- .../opendss/profiles/load_3.csv | 8760 ---------------- .../opendss/profiles/load_3_pu.csv | 8760 ---------------- .../opendss/profiles/load_4.csv | 8760 ---------------- .../opendss/profiles/load_4_pu.csv | 8760 ---------------- .../opendss/profiles/load_5.csv | 8760 ---------------- .../opendss/profiles/load_5_pu.csv | 8760 ---------------- .../opendss/profiles/load_6.csv | 8760 ---------------- .../opendss/profiles/load_6_pu.csv | 8760 ---------------- .../opendss/profiles/load_7.csv | 8760 ---------------- .../opendss/profiles/load_7_pu.csv | 8760 ---------------- .../opendss/profiles/load_8.csv | 8760 ---------------- .../opendss/profiles/load_8_pu.csv | 8760 ---------------- .../opendss/profiles/load_9.csv | 8760 ---------------- .../opendss/profiles/load_9_pu.csv | 8760 ---------------- .../opendss/profiles/timestamps.csv | 8761 ----------------- .../opendss/results/Features/1.csv | 13 - .../opendss/results/Features/10.csv | 13 - .../opendss/results/Features/11.csv | 13 - .../opendss/results/Features/12.csv | 13 - .../opendss/results/Features/13.csv | 13 - .../opendss/results/Features/2.csv | 13 - .../opendss/results/Features/3.csv | 13 - .../opendss/results/Features/4.csv | 13 - .../opendss/results/Features/5.csv | 13 - .../opendss/results/Features/6.csv | 13 - .../opendss/results/Features/7.csv | 13 - .../opendss/results/Features/8.csv | 13 - .../opendss/results/Features/9.csv | 13 - ...e.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv | 13 - ...e.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv | 13 - ...e.1324f2a2-4fc9-4020-b144-b027f2633991.csv | 13 - ...e.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv | 13 - ...e.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv | 13 - ...e.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv | 13 - ...e.40c59858-58c3-4b8c-8521-f7a251f06740.csv | 13 - ...e.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv | 13 - ...e.59f65367-c852-40ab-9d7f-dc30822570f7.csv | 13 - ...e.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv | 13 - ...e.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv | 13 - ...e.6cdda038-b853-4a8e-bf6d-304c49d93688.csv | 13 - ...e.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv | 13 - ...e.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv | 13 - ...e.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv | 13 - ...e.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv | 13 - ...e.bf23c675-d787-4994-803b-18d8d4900699.csv | 13 - ...e.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv | 13 - ...e.db1a87fb-d770-4939-b747-7cadf1f304f8.csv | 13 - ...e.de88d8f3-d596-4088-8ee7-d96326ab083c.csv | 13 - ...e.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv | 13 - ...e.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv | 13 - ...e.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv | 13 - ...r.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv | 13 - ...r.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv | 13 - ...r.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv | 13 - 76 files changed, 237213 deletions(-) delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Buscoords.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/CNData.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Lines.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Loads.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Master.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Transformers.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/WireData.dss delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_1.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_10.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_10_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_11.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_11_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_12.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_12_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_13.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_13_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_1_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_2.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_2_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_3.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_3_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_4.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_4_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_5.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_5_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_6.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_6_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_7.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_7_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_8.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_8_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_9.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/load_9_pu.csv delete mode 100644 example/run/baseline_scenario/opendss/profiles/timestamps.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/1.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/10.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/11.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/12.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/13.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/2.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/3.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/4.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/5.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/6.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/7.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/8.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Features/9.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv delete mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv diff --git a/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss b/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss deleted file mode 100644 index 93edc8b..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss +++ /dev/null @@ -1,27 +0,0 @@ -source -78.84050846099856 42.82051718821927 -6398a8fa-be81-4773-a837-6cb0c35ad1a4 -78.84844779968263 42.82064309939614 -38c748dc-7e65-4798-9c57-7a5ad07a8830 -78.85346889495851 42.82064309939614 -4deadac5-3035-4051-91fd-f5910c93cd75 -78.84765386581422 42.819745976665985 -7bba9925-4f7c-4f0d-9b94-d0b8298962ea -78.84529352188112 42.81456759283041 -df21bd3d-f2a5-40df-a41b-54c8d73829a5 -78.85276079177858 42.81899049479709 -2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7 -78.85100126266482 42.81555923181502 -258aad84-ed22-48ee-995a-4c5869ae9274 -78.85018587112428 42.8138907507422 -3ad29eb4-60b2-4050-a87c-dcd858184622 -78.85306119918825 42.81899049479709 -ed866262-f11e-4ea7-b5f9-eecfea8ecbaf -78.85035753250123 42.81360741929651 -b1003fd0-cd27-4de5-9851-f14382846fc4 -78.85306119918825 42.81933675846616 -44963046-644a-4c03-b81c-f65d80475015 -78.85246596719499 42.81958326112075 -53c917d8-b04d-4110-bdd9-cbf044e6a1fa -78.850630729414 42.81857888627522 -38a42375-ff02-497e-90ef-c5d9eb78850e -78.84913892437771 42.82038967009542 -753b77b9-b88b-443f-9c3b-3cd977bb3558 -78.84857328145401 42.81914753199707 -14080f48-4e0d-4ca6-9ed2-7db253f920f4 -78.84600162506106 42.81466990552482 -9d037967-7ac1-4296-8f87-2d4a842d7a87 -78.8471524243204 42.81605110464405 -e4bcf9d6-e0b7-421c-91d4-554d06c69364 -78.84690284729004 42.81494536193761 -40867501-5a41-4626-a9d4-be5444a5b575 -78.85132137101688 42.81708331517632 -18fe5a25-2547-4c32-a225-8bd455e93c9b -78.85078257620687 42.81588131780642 -67b07fac-6666-4954-98b8-3e08b0896646 -78.84962224800354 42.81329273502643 -14072af7-3121-4e3d-b85f-c79868702ec9 -78.84951531770513 42.814393563866716 -db52eea7-f395-4fb1-999d-47c82333a4a7 -78.84856946000984 42.81417061550575 -be6e5e58-e73e-4172-a939-250c6a7a3c2c -78.8491695046689 42.81364215452331 -3d1aa47d-69dd-4200-ab34-9b6244ad82d7 -78.84818388519801 42.8138760010378 -194f2b59-5877-4485-85b9-bd0ac6f75e25 -78.8456153869629 42.8143078752306 -b9ac3056-629d-40cc-b520-cfe15eb7296c -78.85035753250123 42.81327686430259 diff --git a/example/run/baseline_scenario/opendss/dss_files/CNData.dss b/example/run/baseline_scenario/opendss/dss_files/CNData.dss deleted file mode 100644 index 5d08c88..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/CNData.dss +++ /dev/null @@ -1,2 +0,0 @@ -New CNDATA.UG_AL_750kcmil_15_kV InsLayer=0.01 DiaIns=0.0420218 k=24 DiaStrand=0.0020499999999999997 Rstrand=0.0058592 Diam=0.022021799999999998 DiaCable=0.04572 Rac=7.549999999999999e-05 GmrStrand=0.0007994 GMRac=0.008575300000000001 Runits=m Radunits=m GMRunits=m - diff --git a/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss b/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss deleted file mode 100644 index 93edc8b..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss +++ /dev/null @@ -1,27 +0,0 @@ -source -78.84050846099856 42.82051718821927 -6398a8fa-be81-4773-a837-6cb0c35ad1a4 -78.84844779968263 42.82064309939614 -38c748dc-7e65-4798-9c57-7a5ad07a8830 -78.85346889495851 42.82064309939614 -4deadac5-3035-4051-91fd-f5910c93cd75 -78.84765386581422 42.819745976665985 -7bba9925-4f7c-4f0d-9b94-d0b8298962ea -78.84529352188112 42.81456759283041 -df21bd3d-f2a5-40df-a41b-54c8d73829a5 -78.85276079177858 42.81899049479709 -2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7 -78.85100126266482 42.81555923181502 -258aad84-ed22-48ee-995a-4c5869ae9274 -78.85018587112428 42.8138907507422 -3ad29eb4-60b2-4050-a87c-dcd858184622 -78.85306119918825 42.81899049479709 -ed866262-f11e-4ea7-b5f9-eecfea8ecbaf -78.85035753250123 42.81360741929651 -b1003fd0-cd27-4de5-9851-f14382846fc4 -78.85306119918825 42.81933675846616 -44963046-644a-4c03-b81c-f65d80475015 -78.85246596719499 42.81958326112075 -53c917d8-b04d-4110-bdd9-cbf044e6a1fa -78.850630729414 42.81857888627522 -38a42375-ff02-497e-90ef-c5d9eb78850e -78.84913892437771 42.82038967009542 -753b77b9-b88b-443f-9c3b-3cd977bb3558 -78.84857328145401 42.81914753199707 -14080f48-4e0d-4ca6-9ed2-7db253f920f4 -78.84600162506106 42.81466990552482 -9d037967-7ac1-4296-8f87-2d4a842d7a87 -78.8471524243204 42.81605110464405 -e4bcf9d6-e0b7-421c-91d4-554d06c69364 -78.84690284729004 42.81494536193761 -40867501-5a41-4626-a9d4-be5444a5b575 -78.85132137101688 42.81708331517632 -18fe5a25-2547-4c32-a225-8bd455e93c9b -78.85078257620687 42.81588131780642 -67b07fac-6666-4954-98b8-3e08b0896646 -78.84962224800354 42.81329273502643 -14072af7-3121-4e3d-b85f-c79868702ec9 -78.84951531770513 42.814393563866716 -db52eea7-f395-4fb1-999d-47c82333a4a7 -78.84856946000984 42.81417061550575 -be6e5e58-e73e-4172-a939-250c6a7a3c2c -78.8491695046689 42.81364215452331 -3d1aa47d-69dd-4200-ab34-9b6244ad82d7 -78.84818388519801 42.8138760010378 -194f2b59-5877-4485-85b9-bd0ac6f75e25 -78.8456153869629 42.8143078752306 -b9ac3056-629d-40cc-b520-cfe15eb7296c -78.85035753250123 42.81327686430259 diff --git a/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss b/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss deleted file mode 100644 index bf7d683..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss +++ /dev/null @@ -1,4 +0,0 @@ -New LineGeometry.Geometry_1 Nconds=4 Nphases=3 Units=m Cond=1 Wire=OH_ACSR_477kcmil X=0.0 H=10.0 Normamps=660.0 Cond=2 Wire=OH_ACSR_477kcmil X=0.304 H=10.0 Normamps=660.0 Cond=3 Wire=OH_ACSR_477kcmil X=0.608 H=10.0 Normamps=660.0 Cond=4 Wire=OH_ACSR_477kcmil X=0.0 H=9.6952 Normamps=660.0 Reduce=y - -New LineGeometry.Geometry_2 Nconds=3 Nphases=3 Units=m Cond=1 CNCable=UG_AL_750kcmil_15_kV X=0.0 H=-2.0 Normamps=640.0 Cond=2 CNCable=UG_AL_750kcmil_15_kV X=0.152 H=-2.0 Normamps=640.0 Cond=3 CNCable=UG_AL_750kcmil_15_kV X=0.304 H=-2.0 Normamps=640.0 Reduce=n - diff --git a/example/run/baseline_scenario/opendss/dss_files/Lines.dss b/example/run/baseline_scenario/opendss/dss_files/Lines.dss deleted file mode 100644 index 9b98e78..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Lines.dss +++ /dev/null @@ -1,46 +0,0 @@ -New Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3 Units=km Length=0.6477 bus1=source.1.2.3 bus2=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6 Units=km Length=0.40965120000000005 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013 Units=km Length=0.118872 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222 Units=km Length=0.6071616000000001 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.1324f2a2-4fc9-4020-b144-b027f2633991 Units=km Length=0.19263360000000002 bus1=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 bus2=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71 Units=km Length=0.3706368 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470 Units=km Length=0.1972056 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.6cdda038-b853-4a8e-bf6d-304c49d93688 Units=km Length=0.024384 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=3ad29eb4-60b2-4050-a87c-dcd858184622.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58 Units=km Length=0.055778400000000006 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=44963046-644a-4c03-b81c-f65d80475015.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.59f65367-c852-40ab-9d7f-dc30822570f7 Units=km Length=0.2154936 bus1=b1003fd0-cd27-4de5-9851-f14382846fc4.1.2.3 bus2=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.10e9de09-902c-4373-8fa3-06a3e19e8b38 Units=km Length=0.0935736 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.de88d8f3-d596-4088-8ee7-d96326ab083c Units=km Length=0.077724 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7 Units=km Length=0.1801368 bus1=14080f48-4e0d-4ca6-9ed2-7db253f920f4.1.2.3 bus2=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.40c59858-58c3-4b8c-8521-f7a251f06740 Units=km Length=0.0795528 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.96ac00ff-1369-472b-b8cd-d8721355f4c5 Units=km Length=0.1328928 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.e2dcff78-1f88-496b-9111-66ea2cc6c889 Units=km Length=0.0493776 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.9e3fff1f-2625-4f3f-b510-f4e51683c941 Units=km Length=0.0694944 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe Units=km Length=0.11125200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.bf23c675-d787-4994-803b-18d8d4900699 Units=km Length=0.15880080000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd Units=km Length=0.09692640000000001 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d Units=km Length=0.17983200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.db1a87fb-d770-4939-b747-7cadf1f304f8 Units=km Length=0.039014400000000005 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=194f2b59-5877-4485-85b9-bd0ac6f75e25.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3 Units=km Length=0.0697992 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=b9ac3056-629d-40cc-b520-cfe15eb7296c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - diff --git a/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss b/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss deleted file mode 100644 index 903543e..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss +++ /dev/null @@ -1,26 +0,0 @@ -New Loadshape.feature_1 npts= 8759 interval=1.0 mult = (file=..\profiles\load_1_pu.csv) - -New Loadshape.feature_2 npts= 8759 interval=1.0 mult = (file=..\profiles\load_2_pu.csv) - -New Loadshape.feature_3 npts= 8759 interval=1.0 mult = (file=..\profiles\load_3_pu.csv) - -New Loadshape.feature_4 npts= 8759 interval=1.0 mult = (file=..\profiles\load_4_pu.csv) - -New Loadshape.feature_5 npts= 8759 interval=1.0 mult = (file=..\profiles\load_5_pu.csv) - -New Loadshape.feature_6 npts= 8759 interval=1.0 mult = (file=..\profiles\load_6_pu.csv) - -New Loadshape.feature_7 npts= 8759 interval=1.0 mult = (file=..\profiles\load_7_pu.csv) - -New Loadshape.feature_8 npts= 8759 interval=1.0 mult = (file=..\profiles\load_8_pu.csv) - -New Loadshape.feature_9 npts= 8759 interval=1.0 mult = (file=..\profiles\load_9_pu.csv) - -New Loadshape.feature_10 npts= 8759 interval=1.0 mult = (file=..\profiles\load_10_pu.csv) - -New Loadshape.feature_11 npts= 8759 interval=1.0 mult = (file=..\profiles\load_11_pu.csv) - -New Loadshape.feature_12 npts= 8759 interval=1.0 mult = (file=..\profiles\load_12_pu.csv) - -New Loadshape.feature_13 npts= 8759 interval=1.0 mult = (file=..\profiles\load_13_pu.csv) - diff --git a/example/run/baseline_scenario/opendss/dss_files/Loads.dss b/example/run/baseline_scenario/opendss/dss_files/Loads.dss deleted file mode 100644 index f736d65..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Loads.dss +++ /dev/null @@ -1,26 +0,0 @@ -New Load.1 bus1=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 kV=12.47 model=1 kW=4961.147721461635 kvar=1138.1653453593858 Phases=3 yearly=feature_1 - -New Load.2 bus1=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 kV=0.48 model=1 kW=226.26934267290764 kvar=51.909747301714695 Phases=3 yearly=feature_2 - -New Load.3 bus1=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 kV=12.47 model=1 kW=1277.8064698880355 kvar=293.1489090339154 Phases=3 yearly=feature_3 - -New Load.4 bus1=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 kV=0.48 model=1 kW=336.08532480578174 kvar=77.1032614334445 Phases=3 yearly=feature_4 - -New Load.5 bus1=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 kV=0.48 model=1 kW=12.159078946234457 kvar=2.789484019640473 Phases=3 yearly=feature_5 - -New Load.6 bus1=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 kV=0.48 model=1 kW=15.74178000285817 kvar=3.6114120117846387 Phases=3 yearly=feature_6 - -New Load.7 bus1=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 kV=0.48 model=1 kW=1010.9459946369252 kvar=231.9269172631351 Phases=3 yearly=feature_7 - -New Load.8 bus1=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 kV=12.47 model=1 kW=2185.323191585642 kvar=501.347523741978 Phases=3 yearly=feature_8 - -New Load.9 bus1=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 kV=12.47 model=1 kW=1380.0778008452764 kvar=316.61156147938993 Phases=3 yearly=feature_9 - -New Load.10 bus1=44963046-644a-4c03-b81c-f65d80475015.1.2.3 kV=12.47 model=1 kW=5802.739796933826 kvar=1331.2398089734875 Phases=3 yearly=feature_10 - -New Load.11 bus1=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 kV=0.48 model=1 kW=345.6915805803552 kvar=79.30708765171657 Phases=3 yearly=feature_11 - -New Load.12 bus1=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 kV=12.47 model=1 kW=1313.8416564929219 kvar=301.415947814038 Phases=3 yearly=feature_12 - -New Load.13 bus1=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 kV=12.47 model=1 kW=1139.366097122639 kvar=261.3885093186278 Phases=3 yearly=feature_13 - diff --git a/example/run/baseline_scenario/opendss/dss_files/Master.dss b/example/run/baseline_scenario/opendss/dss_files/Master.dss deleted file mode 100644 index f44e213..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Master.dss +++ /dev/null @@ -1,19 +0,0 @@ -Clear - -New Circuit.Full_Network bus1=source pu=1.0 basekV=12.47 - -Redirect WireData.dss -Redirect CNData.dss -Redirect LineGeometry.dss -Redirect Lines.dss -Redirect Transformers.dss -Redirect LoadShapes.dss -Redirect Loads.dss - -Set Voltagebases=[0.48, 12.47] - -Calcvoltagebases - -Buscoords Buscoords.dss - -Solve \ No newline at end of file diff --git a/example/run/baseline_scenario/opendss/dss_files/Transformers.dss b/example/run/baseline_scenario/opendss/dss_files/Transformers.dss deleted file mode 100644 index 93358d2..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Transformers.dss +++ /dev/null @@ -1,6 +0,0 @@ -New Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=194f2b59-5877-4485-85b9-bd0ac6f75e25 wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=14080f48-4e0d-4ca6-9ed2-7db253f920f4 XHL=0.0562 - -New Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=300.0 %R=0.0105216 bus=3ad29eb4-60b2-4050-a87c-dcd858184622 wdg=2 conn=wye Kv=0.48 kva=300.0 %R=0.0105216 bus=b1003fd0-cd27-4de5-9851-f14382846fc4 XHL=0.0376 - -New Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=b9ac3056-629d-40cc-b520-cfe15eb7296c wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf XHL=0.0562 - diff --git a/example/run/baseline_scenario/opendss/dss_files/WireData.dss b/example/run/baseline_scenario/opendss/dss_files/WireData.dss deleted file mode 100644 index fc87645..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/WireData.dss +++ /dev/null @@ -1,2 +0,0 @@ -New WireData.OH_ACSR_477kcmil GMRac=0.0088 GMRunits=m Diam=0.0218 Radunits=m normamps=660.0 Rac=0.00011999999999999999 - diff --git a/example/run/baseline_scenario/opendss/profiles/load_1.csv b/example/run/baseline_scenario/opendss/profiles/load_1.csv deleted file mode 100644 index afe565d..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_1.csv +++ /dev/null @@ -1,8760 +0,0 @@ -764.5839105804956 -506.3370255598843 -557.4526618307672 -511.0498923798252 -871.3863197532164 -1333.9007818209311 -1764.931135028186 -1633.2556400182557 -1876.353296952988 -1872.2529421886256 -2496.4705431943776 -2731.9298922913586 -2429.9256424593245 -2451.2767165122227 -2229.5966219302213 -2212.1430752181595 -2386.945291224961 -2679.8945575737325 -2556.530076514415 -2411.9193534222068 -2461.823072014729 -2270.036412019468 -1589.9131184098198 -1084.6473229866735 -762.3903648640472 -530.2271389929208 -594.7400910184525 -578.2236671365647 -1055.0825837644138 -1450.715588891534 -1803.114326424038 -2373.070561850246 -2669.2698182682034 -2766.4866331620915 -3065.9839636797565 -3223.6244455829737 -3111.850988374922 -2987.9710052226706 -2785.121045538437 -2786.931801136535 -3152.343043245931 -3221.494215555487 -2858.200084050324 -2830.513375668849 -2773.930909715372 -2589.8064876413982 -1849.9917120536456 -1269.0883340057896 -854.7450830092976 -630.8436362154195 -666.1485477144234 -643.4519367540407 -1015.0337523935332 -1444.8011748517197 -1810.2416498690245 -2163.7007680391007 -2460.6373258757662 -2846.3753541930696 -3242.6612014333946 -3403.8971207088152 -3114.136472015032 -3166.7028664600903 -2962.480734882208 -2888.789600363303 -3157.388172131766 -3225.97547021266 -2866.118294458502 -2836.8033088514694 -2778.5842479920702 -2595.811677631721 -1856.6214489244069 -1274.044143950959 -857.8292426908141 -631.3276704422946 -700.4840566314484 -611.1556748592272 -1012.8552507371136 -1389.053349505195 -1861.6448965293016 -2168.23632689023 -2450.7577305087348 -2756.356844993988 -3202.105327286663 -3404.932308912224 -3115.117961671774 -3076.376345844207 -2960.7298050768877 -2873.384430141057 -3157.979077063784 -3227.0796782560687 -2863.58356074808 -2766.736920193852 -2849.100609846989 -2563.963359998476 -1801.7564918867813 -1140.5898018511984 -767.9444985463325 -525.7464366468097 -581.8387961096619 -520.8536849809515 -966.9349421151188 -1332.4329071196737 -1697.9387571641598 -2161.7574163348604 -2460.562678506439 -2663.819087649337 -3065.9488149808994 -3225.5346389689767 -2931.286735327768 -3163.713176646648 -2954.8099479398943 -2867.319814035064 -3148.8666582305123 -3229.4798122393418 -2860.974307221145 -2738.383349666212 -2797.9167344857533 -2586.452646913379 -1815.3149744898583 -1212.7444809898022 -865.7377442322614 -633.6917487990833 -641.6968794656192 -526.965433475015 -922.2192525976504 -1354.2564536821396 -1740.216407653911 -2167.178360168793 -2451.064518715409 -2665.899084971444 -3065.9688582196354 -3226.672922858653 -2931.9676742332126 -3162.2811681899293 -2956.222057323936 -2805.680277551212 -3157.923036026367 -3228.2195212705783 -2818.6915049730715 -2637.10245721348 -2655.910695245317 -2593.3072739399754 -1798.0869958301582 -1136.787552101456 -745.3744200668616 -498.94858568835656 -554.2029708141266 -493.4698609424057 -855.8556722681291 -1278.486364405565 -1754.498048736447 -1692.727276467041 -1925.1327857788156 -2585.979028395037 -2919.248520470465 -2962.884496811651 -2676.026371047664 -2641.920535715696 -2512.739575289223 -2435.563189613862 -2467.3633584617774 -2960.304827400978 -2826.8233799969644 -2654.452927689192 -2497.971351022331 -2483.4915087917243 -1782.5544580683172 -1230.7085971119116 -832.7156863357965 -531.2365505653459 -618.0712609598705 -499.5258649641924 -845.4663894665929 -1407.8383730633766 -1732.3839976664246 -1640.8312672071916 -1883.8945864576256 -1838.344525865462 -2508.1225766634643 -2728.108985368691 -2438.9534844326668 -2461.4654685927835 -2240.6814510451327 -2211.885014711355 -2389.292518865713 -2692.507309725719 -2573.64613204752 -2432.9608597589627 -2470.904493216335 -2272.0313409072764 -1592.3184055943022 -1090.4422262857097 -776.4998159304379 -552.0157887864427 -679.3489248885385 -539.0402115818345 -919.5549217268788 -1338.5657910754849 -1690.6131177671975 -2166.966821946788 -2464.6482757897684 -2670.2202755223607 -3064.3893514070405 -3227.4267306459656 -2937.478778103894 -2985.6102725393584 -2840.487463027655 -2872.573364725825 -3160.8834749845964 -3226.7173040560942 -2889.8712585295966 -2765.0682985267963 -2851.6071441647523 -2624.032754214556 -1844.9819034922064 -1247.6117129062352 -856.300105926296 -633.8842385895621 -721.7257500347326 -576.5942259528958 -1053.4299205429922 -1445.4424793572691 -1764.6022348323877 -2165.4603023468685 -2454.208221281797 -2665.3985296271294 -3061.50520802458 -3225.078249432529 -2927.611244499908 -2979.615936393081 -2832.420605943345 -2860.166342519452 -2971.4604678771293 -3043.8355255365746 -2736.417394328336 -2638.9262897262606 -2655.4356930353133 -2476.0648556709493 -1745.426801819381 -1133.310016783834 -757.2399571980189 -526.5738776641236 -576.5767465852932 -530.0930129688203 -920.1249720743042 -1131.239393120081 -1482.7168474727 -2383.9841033544785 -2702.218674241572 -2940.079996242316 -3400.147955969528 -3526.8159695100658 -3254.251111131333 -3376.796260619494 -3134.131456239172 -2932.030217761147 -3300.2055922523546 -3394.0734578625697 -2973.5160041237955 -2828.6645640143724 -2712.25862419511 -2475.032734020372 -1835.842572333168 -1180.9123667991846 -872.2755693174521 -649.584865630889 -700.3142948074382 -611.1026789729749 -1041.9252180272088 -1472.490504822826 -1878.0986781836025 -2166.621328182302 -2636.342027272725 -2849.8188713894406 -3251.3865061345728 -3417.225665923021 -3119.8853517337034 -3174.2169780931663 -2965.933374378648 -2874.2899313806365 -3138.712634847082 -3226.13889609928 -2862.865112592561 -2835.2244397529366 -2794.6937614790254 -2510.6326861265907 -1790.0911634958295 -1140.6779775664922 -769.9906084843612 -526.0399951652971 -580.9791517630462 -522.1132757629151 -934.3883014194818 -1321.133544571124 -1682.266224012992 -2163.134043452579 -2465.671981298472 -2666.2776692892585 -3062.360550783376 -3222.47988663289 -2989.065496487317 -2980.9585980049037 -2951.3736730649525 -2856.2874651754773 -2970.036303859881 -3218.488266342753 -2805.621197990868 -2647.868359700442 -2662.4270632952907 -2532.8220027406687 -1747.0213839442065 -1132.7835676444358 -746.1444071332975 -497.6926575851959 -549.6141124029133 -503.2821165239546 -832.2330876743 -1077.403830373661 -1541.9021318544112 -1749.148540035882 -1921.5562990912808 -2399.433301372429 -2740.9765473477028 -2913.956001524655 -2751.7324902097253 -2711.910035017747 -2385.592611343173 -2295.5122215240394 -2462.0508094086654 -2910.471411621471 -2746.6994205622327 -2653.929783997856 -2411.0887547001794 -2365.9110722586306 -1714.1581737930787 -1130.998614920264 -731.0665695597564 -498.0752346514743 -556.4147887159424 -495.5919603538828 -803.2289988969039 -1256.4133965664375 -1709.4637185993124 -1630.8876670584943 -1863.9814770451949 -1823.7902145925373 -2491.696405913044 -2877.505526543883 -2611.7942431766733 -2653.620526288949 -2418.1959018515963 -2382.5028620135377 -2501.861350058389 -2681.339594270352 -2559.5457271837945 -2413.5288942858438 -2453.41997056528 -2276.709013644131 -1588.8132062373238 -1088.5735579945506 -718.7891519654755 -534.029035725894 -589.357530215516 -533.1537071057551 -891.0804314632973 -1313.6006361441632 -1691.9484928932793 -2159.104994780178 -2445.3392832571744 -2661.92260959813 -3050.9679793419746 -3215.902613488632 -3112.8374018919903 -3187.4619505743794 -2993.7382037768034 -2914.4309943510843 -3172.33576704106 -3226.681447361458 -2935.06159276654 -2839.20285473058 -2854.219434152332 -2537.6227326268317 -1750.1567882980232 -1132.573119258711 -719.5416908039286 -527.1758458233919 -583.0483548637176 -527.9162541211124 -924.283044607162 -1131.2393960953616 -1482.6514517979683 -2390.906530317755 -2706.955640788014 -2959.1594239083825 -3283.594297415615 -3440.537932702272 -3177.5519494020014 -3229.6447685031862 -3046.1214434610247 -2991.336571199042 -3245.1011065883395 -3336.684490124598 -3049.0995614100257 -2866.2330198760687 -2869.877023002153 -2677.8119484238077 -1813.3316851005056 -1221.184494036383 -718.0862212394795 -586.4453801865977 -577.0043852651771 -524.0970698530382 -939.1644839540496 -1131.2389936933234 -1482.6535600117602 -2183.096026468048 -2464.839103424268 -2663.7584781410173 -3236.5374079039825 -3222.4768847535274 -2928.0081829280275 -2988.3236250342898 -2788.784736113153 -2698.7963238797706 -2969.500396215699 -3131.803492907266 -2768.0301266819783 -2712.7823855199813 -2847.7485325159573 -2606.686793913134 -1754.6348663654423 -1134.8476860691812 -720.8870235385059 -528.718835179548 -583.5814904166606 -527.3633467722728 -968.1225599993028 -1336.7358069734578 -1687.1831180030567 -2154.031399097036 -2459.896159239993 -2676.959083200492 -3054.9850135270035 -3217.2585309820447 -2925.4108234808587 -2977.413895580813 -2951.5915852759395 -2685.595458879289 -2978.3863310098145 -3044.467109617369 -2744.5281160160166 -2642.374116706256 -2787.98698185026 -2606.360643541685 -1754.3689115387342 -1134.4663094757136 -753.1334608508434 -525.736066581819 -577.0553253057806 -529.0350311327616 -962.6147363483166 -1376.3013739188857 -1696.9159931403046 -2229.0718176806104 -2448.247241406292 -2664.9805090939426 -3058.848930220897 -3398.822709187951 -3108.7328262063884 -3165.132901480094 -2951.6980235141014 -2865.6286274528434 -3129.6342765057702 -3221.7992090339044 -2845.870033501406 -2648.775112205287 -2697.9329537212134 -2484.3662394513426 -1755.9838279116768 -1140.4833302692812 -742.7630505306278 -498.39459358744966 -549.5625974619885 -501.8138870934645 -871.6773544834904 -1394.8525277797992 -1812.6257268420068 -1698.5437333029515 -1911.849782417632 -2404.395422711683 -2735.5230273079405 -2784.096428581521 -2560.5113568187526 -2522.2078012732472 -2329.1308322913314 -2294.381453215032 -2459.9278471938 -2937.53646846967 -2752.6969093144658 -2663.4100686960783 -2412.1587506663795 -2367.5539113582763 -1717.966538449945 -1133.9873517109145 -767.6175657086933 -497.00923196014605 -548.6642928951782 -507.2027319551578 -836.3029780647133 -1263.263419522916 -1756.9519409147942 -1631.241425537048 -1867.6753367663368 -1840.423694740741 -2500.8459667400334 -2724.6703371153544 -2430.931906829129 -2451.9054936280954 -2228.0433668435817 -2197.3064600399207 -2374.736917043602 -2682.314995895498 -2557.7372440971226 -2421.986098379063 -2454.9736946207486 -2262.720007287065 -1587.1666955327564 -1087.0544532542094 -801.7930857588992 -530.4451648969 -586.3574896500832 -712.5403143329037 -1041.0675824915425 -1515.0943972676205 -1856.7904903201377 -2163.548346836008 -2630.096216404756 -2849.472693172825 -3239.2523030127213 -3408.3900828410774 -3115.9480202140785 -3169.863689907657 -2966.112060368728 -2867.065580181285 -3155.3871941778016 -3049.9484247343776 -2881.270874441752 -2766.3983724355107 -2859.015185894935 -2638.293574003499 -1795.1377046642745 -1211.8269659192388 -804.5917025398609 -640.62282374796 -721.2617573364474 -658.6005090030786 -941.7962258337456 -1352.0308461478717 -1734.035126241822 -2168.237226790326 -2457.30208208065 -2733.8344069515247 -3182.0528045497854 -3409.47542090602 -3111.151511178721 -3162.7269371660213 -2955.8714984143726 -2866.955117732994 -3134.7192179134304 -3228.455354440788 -2868.364524779844 -2763.761491534764 -2858.0873946311085 -2603.757071918669 -1805.0140357061532 -1173.4954361938685 -767.976923249086 -529.6163315053772 -581.7843524590021 -521.2404384079459 -916.9739861861632 -1399.3302400213695 -1816.8848080895325 -2164.8602774098777 -2462.539569558671 -2677.9796683410627 -3064.084183419889 -3230.7013586256494 -3052.273686979477 -3164.7358480623047 -2960.5035532588336 -2870.331082379575 -3150.406154976928 -3226.375542311574 -2866.49569266056 -2834.8387913842457 -2772.7010799572395 -2613.3122481951186 -1846.1084477451052 -1184.570287194125 -769.8301345816021 -526.0794344528048 -581.6722582144213 -526.2779222852113 -969.0376660155224 -1331.286803997457 -1686.375888560393 -2163.593389987535 -2463.424803329315 -2675.6999090519707 -3060.737563427851 -3231.112872571643 -3009.219616382284 -2988.2110865311247 -2841.536370371617 -2690.5518004297783 -2977.774368372661 -3049.4533377794573 -2796.6300295288333 -2679.0989266863367 -2703.7472809520373 -2502.50232590586 -1763.4054073651014 -1138.263178224162 -766.4993170634674 -524.8687141766021 -581.6401556267464 -522.0828825791853 -913.555023209745 -1310.8519045348703 -1715.04708046564 -2160.587933656869 -2459.7029489965653 -2670.18950945308 -3059.3894774755486 -3222.291959424054 -2929.1293034840537 -3165.374459716869 -2953.2546863478547 -2862.469994746941 -3139.3020799162728 -3225.734776550586 -2854.935907509003 -2656.605030013824 -2728.094010603304 -2493.7068688274694 -1759.6542622996576 -1138.7473412581692 -847.8216578382708 -497.2491196900167 -673.2030974413026 -583.7400391661921 -985.8558244271388 -1346.2311770554702 -1803.5119289344595 -1710.0030940126414 -1917.0092455913305 -2414.8817542934567 -2743.664496954839 -2791.981198503492 -2577.4124301821657 -2533.351719247163 -2327.70178587531 -2302.8484285342392 -2465.6347483613968 -2915.5709393100533 -2756.6761701419728 -2718.3924768906018 -2426.1359662362006 -2390.4600797198186 -1729.7860267445485 -1144.1570325837986 -809.0245926049954 -500.8231232722176 -558.471020024479 -512.1497897788175 -851.750316178241 -1256.6537929772987 -1703.371345829603 -1642.100428052246 -1875.0695518438176 -1839.3685762305663 -2510.4090851945866 -2742.00496472837 -2440.331827684417 -2470.469451110644 -2233.238790994861 -2208.2988481917528 -2379.08544491192 -2694.988489409171 -2564.042916156412 -2430.7858120901283 -2462.8537640872096 -2276.4271594249726 -1595.5291901125258 -1092.8405772528895 -779.1464182553467 -534.4164829645713 -587.115828106006 -532.3350363414818 -937.6049982958848 -1338.3438048694318 -1720.3398980075997 -2168.7283890843582 -2463.544436242209 -2672.4059188151737 -3106.028162217122 -3398.267489573637 -3110.812137993708 -3163.2918933613846 -2954.6723305784203 -2865.0622774796684 -3136.8059986590583 -3050.769567265801 -2876.163239851312 -2768.8124957070163 -2863.5581711676896 -2634.0697472157867 -1862.8415968400448 -1247.0981369823053 -858.6139604483211 -651.8567565868512 -647.8284493410068 -592.8249790312931 -954.8639676490938 -1355.7194772644327 -1764.530724422317 -2166.364421362161 -2466.8169431072743 -2766.998253063357 -3241.922588297951 -3399.492870784203 -3114.5097460456745 -3165.5389354522067 -2960.106129259463 -2865.954844357234 -3147.2031365249823 -3052.060416987118 -2872.470049389989 -2837.1272582110505 -2812.7594584223084 -2617.254370515065 -1762.0797562983146 -1140.3316521508175 -862.5745067290494 -619.1170959915041 -673.4451518043498 -621.099636848893 -1012.11747383867 -1220.3732702891805 -1571.7804427349363 -2321.090473805016 -2757.03582176605 -2782.986861064372 -3163.521496296343 -3501.300153077188 -3213.910752452005 -3258.7429719853453 -2868.7162447183914 -2972.2280032030485 -3250.873747064164 -3314.739160750307 -2936.9836844777496 -2919.627922826824 -2800.853333649265 -2641.984290094595 -1857.5397379081749 -1242.5514076064178 -823.4307269789236 -623.022316969312 -676.4962672464878 -623.1566587979576 -1041.62126304969 -1377.9026844002203 -1791.675787880675 -2251.456041046032 -2552.985707413661 -2857.6415831693307 -3334.6735478745395 -3492.640080746676 -3204.384318598056 -3258.77801757486 -3050.928715181612 -2961.1337378790986 -3243.5252918180745 -3323.060368915628 -2946.507993972311 -2926.9881121739904 -2885.82004299335 -2710.575281061375 -1885.9076855687715 -1246.754722776749 -858.4165560685724 -623.1984719783737 -676.3589273833401 -631.0969005574485 -1026.9434718386735 -1412.7545256143746 -1813.2972962762976 -2257.5557423790324 -2560.462328393128 -2770.090592313825 -3158.513323329322 -3321.1281443563867 -3026.0219366458728 -3085.674275145114 -2873.550787316693 -2784.9430194554047 -3070.683008747296 -3139.7853269356638 -2841.033329547207 -2744.588425231517 -2779.1570851947736 -2589.1701370526275 -1865.5234201500195 -1238.4193706470596 -858.25129087444 -594.7385432006412 -642.8003193910129 -591.7741729023974 -1005.2093326550038 -1371.4927176408628 -1853.7843815505755 -1796.208395528298 -2007.1082635755813 -2513.262232411422 -2839.874391136793 -2891.1201383361017 -2684.435501656261 -2721.0139414835644 -2460.015417973196 -2384.6268800261128 -2554.157576699677 -3098.3968145369136 -2931.7507630359905 -2884.6018354576377 -2701.088580852755 -2523.8763274340245 -1824.9047955937071 -1240.6844274338284 -890.2922982543763 -597.7531786867112 -655.9172841407747 -600.0598468701116 -953.2604514512476 -1355.3199543430785 -1927.053292809485 -1734.658335248341 -1976.32323171472 -1982.157621190714 -2600.2474743233947 -2828.181098179251 -2528.781073023094 -2564.4021427087773 -2334.1476907339897 -2299.485916377322 -2471.72036026342 -2791.365520481981 -2676.7758915307595 -2535.342423851828 -2571.2736657240557 -2376.2996703053764 -1702.516583105222 -1195.2750789447489 -878.3311534862892 -632.8389483655313 -726.7619625665726 -703.1323680347521 -1035.623310627988 -1436.2777784834018 -1829.848631599834 -2268.104712011152 -2577.4467245985074 -2789.787727855248 -3169.806969789635 -3330.055646663777 -3037.946051344995 -3270.1401280491305 -3059.564544903728 -2966.364413852025 -3235.880560808475 -3329.8709664253465 -3031.9300876195352 -2935.7199349611 -2964.204847287991 -2766.1147259201584 -1986.5701469859043 -1352.5637386572655 -910.3986631160648 -645.648951650723 -711.4204554773722 -753.082160472562 -1073.0778743642609 -1476.326157948319 -1842.9632470161791 -2079.9469673517056 -2553.623033269917 -2775.1096341482817 -3165.2879145213483 -3324.71403276117 -3030.242966388688 -3081.7222335087868 -2876.6176392759107 -2784.7844187340866 -3071.2619365545006 -3144.796544648808 -2866.9287608967666 -2750.8987856767417 -2791.305285779066 -2593.7689411361725 -1861.0246378209376 -1245.7380502494582 -878.4809740634605 -657.5466215237981 -742.2031709741991 -627.2372296979266 -1033.1469448665127 -1473.211276718475 -1973.993637837827 -2074.763327626588 -2550.451715315839 -2863.4428687466266 -3340.5721439725758 -3497.936867894811 -3207.3053439000155 -3262.950342616165 -3053.7804279702696 -2956.886207530644 -3229.019103195189 -3136.766971753839 -2986.144516572131 -2885.410204447356 -2839.141396941991 -2612.076758721038 -1869.657821106608 -1237.2485635345106 -916.7205711217582 -632.4360415331968 -679.0159397071773 -624.4751548738492 -1026.3305149597568 -1478.1926201854687 -1838.634537223171 -2070.6415160248225 -2550.106431182553 -2769.096124413039 -3155.30146619818 -3316.2804094160974 -3023.7014771680533 -3077.230832904504 -2870.8822510519326 -2774.0829546545538 -3223.4532194884223 -3073.4011209354776 -2974.605748582474 -2924.8803556996136 -2905.118841569253 -2711.9447898264657 -1925.9626013723264 -1325.8612099710956 -962.8116510459456 -681.737802492089 -748.0044106859008 -708.5757074343873 -1061.5077717108395 -1456.354445832534 -1848.6320102031864 -2068.261105796732 -2545.106054818564 -2769.134534178954 -3157.262556637896 -3320.011475500501 -3073.083090016008 -3261.156473537121 -3054.082809525847 -2969.409641868 -3060.815013619697 -3132.8205370810506 -2979.313903542765 -2928.564884876992 -2907.0344868871275 -2721.2584376483337 -1946.916419280113 -1307.4661970235577 -850.2580286807586 -594.0692130096965 -642.2473389889406 -596.4268108848746 -965.5658729632538 -1367.7966697022307 -1855.2126139761683 -1610.96413724758 -2003.0552635238932 -2499.9132938396046 -2835.8624690975603 -2889.3230868853475 -2667.549919225116 -2623.196153513501 -2453.6735520563434 -2384.061255760882 -2538.313205489484 -2820.5085531650743 -2862.1088057252164 -2763.35013321579 -2514.609086351893 -2482.975391172133 -1806.7335973758877 -1222.7751764089326 -876.4471489759248 -595.0176676394449 -648.4246787857405 -597.0532430286945 -1060.4597977761164 -1458.9064948099146 -1891.9260059198043 -1542.2005289015176 -1963.3797065091928 -1934.4892602632265 -2592.971175342319 -2832.999214386218 -2573.087527508715 -2647.8886715391977 -2432.6486371588176 -2334.592283471869 -2501.884154034221 -2599.805105191699 -2801.199922419337 -2612.415375896589 -2669.0745853168733 -2378.6223401132365 -1692.713396600102 -1285.2559160443614 -878.8839843407351 -635.8784919452092 -689.4158709646952 -704.7981948856366 -1080.793986727393 -1434.2374783099317 -1788.569206772206 -2077.357967158147 -2565.094557475581 -2778.532269990491 -3160.854789341893 -3323.559716029283 -3149.036120320429 -3260.571350724421 -3053.5104615027985 -2960.5906447332577 -3242.8980304478173 -2959.2601399835894 -2905.2802728728207 -2742.3251048922784 -2955.9670198163467 -2614.02668848146 -1876.1533105650171 -1237.4675798087128 -877.1559717986133 -634.5519160824437 -684.2103956042788 -626.8394661441102 -1032.982994306136 -1450.8787703392177 -1876.619193991619 -2074.6606983866345 -2548.214504278336 -2771.98913800798 -3158.3378282537037 -3321.4351036558005 -3073.2193115743044 -3255.614239435928 -3050.417019905782 -2773.1702561615884 -3039.7082005035068 -2947.483078124416 -2877.693484375808 -2940.1635682446326 -2983.9509531554854 -2814.3410469594164 -2094.5130420994983 -1472.8938579167398 -823.7476435409793 -624.6205834252949 -678.8321773669702 -628.6333003000182 -993.9811603611678 -1220.372995699552 -1571.7268769769455 -2297.3685439127207 -2781.900387814977 -2994.292320005163 -3368.728590648601 -3384.1471874843005 -3142.6430050923973 -3257.932181961652 -2871.84036940305 -2778.228285914188 -3233.666346840962 -3133.319938381626 -2931.7906162303966 -2831.0586824128936 -2780.877949606669 -2588.0543283491643 -1979.1013472467623 -1372.569471653138 -978.8451423827285 -724.2638378901155 -857.995813502748 -690.0728673157984 -1058.7575107623452 -1412.9702387287034 -1839.4970981665424 -2068.857895424558 -2547.14295954456 -2769.5809550084023 -3294.9050512450817 -3318.4326064464444 -3025.383465381095 -3080.5287642412386 -2872.623010947143 -2780.3493955479958 -3065.0686110508395 -3077.9664368315557 -2890.4260924554715 -2746.222575271553 -2779.207842325091 -2587.1756272627267 -1859.714815190668 -1238.5760543950564 -865.8845690235634 -625.9399756361017 -677.9131354792244 -798.2811870100952 -1093.2007618799532 -1528.5730175320618 -1848.527579277705 -2063.3850757447326 -2543.285365627506 -2765.17208657445 -3160.481324848705 -3462.715176212219 -3213.642588146218 -3077.09117864563 -2871.5994354019526 -2780.410584609169 -3041.419245781821 -2950.685713231316 -2850.427799919487 -2741.783058967878 -2781.3929381510643 -2604.1889945191238 -1893.0816428450664 -1231.872881376045 -809.8634031034335 -593.7161101012382 -647.9559133088119 -600.3911230790249 -978.6711810163904 -1445.292783877782 -1903.9578504520232 -1612.7023312560063 -2008.280709680473 -2507.157586019159 -2835.887536543127 -2882.0411901034827 -2662.755627295195 -2614.68426842843 -2418.863459307021 -2377.3997940323325 -2527.4124660290263 -2822.7628890937017 -2862.89084366334 -2766.3507254802566 -2520.393159354268 -2480.723910531545 -1817.1606167883956 -1230.7004630428362 -862.6230256690201 -651.2158645934875 -648.5428880622317 -669.4537058079658 -969.8327065048628 -1353.2683352046124 -1767.128949820001 -1546.6416838984496 -2017.8771281044344 -1980.739221843004 -2585.7642186336866 -3017.0169319259944 -2712.4112024627425 -2549.296444194585 -2507.8327086511144 -2296.703217959649 -2466.6163526899595 -2589.723073437141 -2666.518064587063 -2521.5167222323016 -2730.480905227568 -2549.6069497710714 -1723.2719093597966 -1173.5598238390182 -816.7735384028981 -627.3190513275206 -679.4393764080039 -626.3826409972917 -1070.783513595867 -1428.1913665312618 -1795.676740961556 -2063.421499791428 -2542.14953418654 -2762.724769601553 -3152.03571768094 -3311.6841674025686 -3140.112538031044 -3273.173764977468 -2869.709691731475 -2772.241177188248 -3216.276082870023 -3068.4676988558745 -2977.9721050887506 -2865.2090121646456 -2957.743178248003 -2737.9810128815607 -1991.739054171862 -1341.4549070065373 -965.1325963865096 -749.3549201327218 -799.9662744545603 -804.6151834327117 -1104.6362515016328 -1491.7286973279065 -1937.4956119484984 -2068.092765429372 -2550.6059411141305 -2774.084586062198 -3282.8128679806914 -3381.7493416305883 -3208.621858669735 -3262.095465258475 -3055.9685227786467 -2966.539783066678 -3228.2235833127097 -2955.125225720974 -2961.350723493836 -2751.021594447231 -2835.5639574946526 -2609.350121663821 -1868.8072442839075 -1244.3883087887834 -874.2640616729944 -629.7346301458169 -675.9558076318606 -619.0291146663877 -1094.1325674338618 -1560.2239302826235 -1885.6352807719895 -2066.867526843336 -2543.019549890741 -2762.583600887999 -3150.8103481448384 -3527.030119278917 -3318.2119006518387 -3398.960791917061 -3217.0913877181997 -3059.98291008554 -3380.495471531396 -3095.9267803021658 -3069.6134074649594 -3093.0664012671627 -3083.7231122134262 -2895.6146298175504 -2115.1644518687904 -1272.205462664535 -819.8164660153664 -620.8003125410293 -675.3063673044657 -612.5107331667605 -1016.4124620829704 -1220.373284328226 -1571.9897671150163 -2092.559579385622 -2563.3732858127096 -2775.0064179030705 -3343.084404430732 -3496.416946779349 -3207.841721584612 -3266.109890788924 -2991.000221345236 -2963.0634605807827 -3064.327270676844 -3071.0427161026696 -2851.35848015392 -2921.852958707282 -2806.4899683379917 -2706.155493997757 -2001.007755602404 -1248.0482783585885 -987.8516077194494 -730.3629780143664 -855.1799539882599 -751.0629588048351 -1097.7251808782903 -1414.3170057606635 -1811.816339893565 -2059.6895811244003 -2544.7728294367403 -2768.1005433034165 -3159.383733506221 -3321.51807081331 -3025.7861998032727 -3083.349989557879 -3050.0735329203067 -2778.2615318784347 -3225.9240997317866 -2953.8819908786845 -2863.759305353818 -2745.87753010238 -2784.642969349692 -2592.787675951899 -1864.7176398740417 -1238.4956839886368 -911.1780480012544 -665.3108461810206 -761.5105177066469 -592.0139470524729 -970.952157110876 -1380.3250347683163 -1868.9585694082448 -1606.3614892563091 -1999.8213854127691 -2511.5590168945505 -2840.431707716547 -2889.9347264690523 -2706.7788481906587 -2626.0859552637467 -2436.225406763842 -2396.0053045388267 -2545.083289740221 -2829.256692020457 -2860.39330894469 -2770.635282116579 -2525.555524811118 -2485.057470146865 -1815.7072072814483 -1233.381490373942 -887.9181220064096 -595.8373520783827 -653.9421515418697 -599.7597837468187 -961.8539599421488 -1356.3076994431874 -1797.897914113825 -1540.874250180182 -1964.8110958843852 -1932.4796989086149 -2589.8315525575827 -2826.90113207638 -2536.621686771572 -2550.2043850355253 -2320.1170121664627 -2299.600549179313 -2456.81493693534 -2770.6027007269645 -2665.530542223286 -2522.04561863132 -2558.0246942792646 -2371.020523914447 -1683.0457636077604 -1180.4912873502085 -866.345156414359 -630.1183928788238 -679.706218075848 -624.5594099118848 -1110.5910696544015 -1543.4494025080053 -1778.168492100247 -2069.7553608510843 -2542.299377355271 -2767.2753132127177 -3158.387526539725 -3379.011523637953 -3208.3344774437164 -3256.841684426538 -3048.36769550546 -2953.906476167809 -3223.368982850613 -3128.139041018524 -2972.886354388252 -2885.2688959179186 -2888.463444498986 -2683.577819500112 -1865.4630801777369 -1233.3035872440669 -828.3448734734632 -621.4610822089692 -675.5642902175639 -661.4160120850062 -1028.020222696145 -1433.3167903608582 -1884.989192149672 -2060.4067154281324 -2544.202710721274 -2770.9477937725337 -3156.351249843289 -3313.939580792591 -3027.155506537166 -3082.9352405097707 -2873.9966623100468 -2775.557337009193 -3040.9786408920213 -2937.457035770564 -2836.2142758944983 -2742.710110536733 -2801.9383774317685 -2586.7188466237435 -1860.6121053498584 -1370.7039069169623 -1038.84549165002 -735.3661910719813 -764.6930720957467 -707.0829509588401 -1118.6506472602289 -1518.485824072724 -1878.5687916087516 -2153.659970768829 -2643.0909572532846 -2870.608777253962 -3260.367300658538 -3417.5691152511104 -3128.811142284739 -3184.976504749256 -2973.99191003187 -2876.5144117014565 -3141.110846929676 -3034.1559180400404 -2974.118754601936 -2827.4246177872524 -2857.907593394813 -2714.704814153698 -1968.5135367929784 -1331.409384352864 -981.7890660433994 -722.0008555128011 -764.8920886123699 -713.8961888808062 -1204.3372835626578 -1603.1952065853304 -1915.7494995555392 -2151.254306680693 -2640.660332776763 -2863.977587854112 -3253.137684719296 -3553.340089097945 -3315.5739351069037 -3374.0461419972667 -3154.2123707712435 -2921.6338355341964 -3142.5295600283152 -3030.4186121186917 -2970.8994713498514 -2827.502184641606 -2852.177483364522 -2714.178530068003 -1974.4875606478051 -1334.7254912546066 -1015.67689040026 -818.2380371764251 -778.6816877721518 -846.9088739462356 -1119.093888929354 -1525.50209354435 -1883.8968334414 -2162.5228863195885 -2646.15794455008 -2871.5043831839657 -3260.154158494661 -3417.226325166063 -3247.767675239156 -3185.4161536266383 -2980.6338864814925 -3064.8851675068904 -3329.91931603516 -3108.108286696533 -3088.942858334289 -3024.292990420342 -2974.4478517262705 -2742.7062129469864 -1979.7462090691752 -1354.437285514356 -966.8151727725594 -691.8526068141665 -734.9215698598288 -685.6770698967531 -1054.8285417371246 -1467.0140654325455 -1940.9337431802928 -1733.6538374365523 -2103.8615219032336 -2605.6177102798533 -2936.9890457496867 -3028.461097072729 -2795.9489943110293 -2720.2326878434988 -2535.64172264419 -2475.137217402219 -2630.636040922102 -2932.544438535858 -2976.8265756322926 -2859.4651278660263 -2609.988250858961 -2603.9709720635883 -1936.9590684765656 -1347.5667482020474 -1012.4975139691056 -697.6940841882005 -740.02609243334 -694.94418171284 -1065.4827379158944 -1514.6856157984116 -2005.2392504676325 -1649.0148101247223 -2083.808928892738 -2047.587181419559 -2721.1457079712263 -2948.397109888262 -2634.558324366388 -2643.839046516852 -2418.281545153153 -2398.8416628639347 -2570.146839267608 -2673.8119619545005 -2758.50843857266 -2622.154648434942 -2647.4751592014227 -2495.2834308459687 -1813.313320208206 -1309.045023592918 -985.9477097362118 -744.2562663126116 -773.5595680702642 -715.005034996473 -1137.4599576178257 -1528.5667804614195 -1882.609859784665 -2160.735448930532 -2650.4624581039784 -2874.962782323607 -3265.766346204924 -3610.230393805813 -3197.012956407369 -3191.97539283304 -3162.6230949285828 -3068.814194243972 -3330.127794743293 -3215.13893418781 -3043.527008380779 -3026.1886806409234 -2892.9768070256146 -2684.559847703202 -1974.446116335528 -1361.398613776749 -984.7828201259102 -730.6879528781745 -771.3662003620293 -729.8515240314263 -1140.4650153505336 -1536.433970967508 -1994.0832738908423 -2162.2434913943453 -2651.897199427041 -2874.2735823275966 -3265.5280477628235 -3438.465319217086 -3131.754358575432 -3187.249938312442 -2980.2318466069323 -2885.578483001818 -3148.1206256138166 -3035.6324209059208 -2969.6195030369786 -2872.687468492461 -2893.233374171895 -2715.6245720147413 -1976.4157992931468 -1354.469684760954 -978.1704624473236 -725.7595326596581 -797.8827923903688 -713.6470125960476 -1096.8024686848269 -1521.5564003115956 -1915.4863328855404 -2154.7600339498936 -2644.5710686654243 -2862.020690102135 -3254.0634031807026 -3617.398287376735 -3356.2331842771578 -3445.430300564475 -3242.330548536866 -3129.5432717857457 -3370.150439978686 -3232.195733750543 -2961.4397100595493 -2847.178977480016 -2869.857998751509 -2731.868660301256 -1948.462693887439 -1352.7083824400593 -935.6459938031572 -728.6838213687754 -771.3969123132193 -739.2516163652365 -1200.148919437655 -1309.5585860534677 -1660.7806257442962 -2196.025332057623 -2655.5147783410507 -2875.897545947147 -3259.442664730931 -3651.4218558727657 -3384.366847901059 -3477.271783699643 -3207.483192650213 -3127.5834198854777 -3397.2188684251078 -3299.943524780988 -3206.5272163514705 -3102.847476944955 -3124.9777604757287 -2889.465285812055 -1996.5002610566407 -1347.420651551793 -935.236278783112 -741.972626079259 -774.8318045193498 -735.7794691708281 -1087.4581058419574 -1309.5577608435676 -1660.7821945651465 -2195.479609983562 -2660.9674747695485 -2875.1901772581223 -3437.249015114612 -3617.270544113224 -3337.085947963012 -3436.052342913119 -3240.226736022948 -3125.3318796259773 -3381.0587159250467 -3325.261017650229 -3230.223314177499 -3128.601870905416 -3150.377455061613 -2926.0813999272086 -2183.57779984182 -1581.4188021026057 -927.4469816599492 -683.8744226402705 -826.7345048237058 -792.8053420986056 -1014.5804167931412 -1255.687699266358 -1720.0404644140292 -1830.706682938535 -2296.991197931586 -2801.5064047229084 -3159.1684681267047 -3220.768752932794 -3081.598182135833 -2998.3319747895566 -2797.7607077576627 -2757.8768229808466 -2886.703651981604 -3155.028276100186 -3208.3463635307908 -3133.0712604014284 -2895.317559442825 -2801.809185191728 -2159.168068313119 -1631.7193464527024 -697.2056847823336 -749.6297057124397 -781.9012833195867 -982.6519416053216 -1503.9804546768712 -1945.630940510264 -1994.5715810996044 -2269.7185725765244 -2331.3525270964906 -3035.5461570355733 -3087.3152620452493 -2971.6672863472986 -3149.9570516630506 -2478.839115111383 -2547.453822480507 -2670.1364625781703 -2803.1337852836373 -2847.684193739757 -2937.5808591246887 -2928.588529471022 -2766.440180140193 -2078.042582560533 -1392.6942173840246 -933.6520882776636 -739.6884802961857 -791.9069456568419 -709.8145947602503 -1120.226477012123 -1309.506548553442 -1660.8031668677395 -2619.009561226533 -2895.3585149490445 -3083.412623812796 -3515.611453148139 -3715.497874836869 -3445.6209140017545 -3454.2861233029 -3312.705370963004 -3167.277075348584 -3518.5093300086155 -3361.6818266836985 -3072.523208772437 -3140.376920286729 -3173.7930613012954 -2925.8418831399345 -1965.453110317649 -1329.1873365699505 -978.1207751735152 -811.0011022137733 -793.4277038396609 -716.0067002459305 -1081.424950898795 -1309.506990886237 -1660.8631216665317 -2508.2706862628006 -2693.9043971358897 -3097.153452586724 -4159.498158074306 -4410.941599257386 -4122.305387416156 -4194.700787006077 -4002.541466176993 -3861.538651408049 -4122.138942476519 -4004.747232117736 -3624.513951066204 -3534.761331778024 -3391.585630304652 -3072.411924091773 -2227.7834666980298 -1515.1570806997363 -969.5975859754942 -737.2023953556181 -771.9568405161057 -716.1165571542998 -1052.9391098989472 -1309.558716257105 -1660.7657311205392 -2614.252204283548 -2958.663347821044 -3473.824964839438 -4229.460449689225 -4407.294924398984 -4120.1016304365 -4169.589616068045 -4005.384577735539 -3903.075230153372 -4161.058558780755 -4032.0499081169546 -3744.702522040392 -3740.6782799609296 -3717.7517735795886 -3276.8020892982186 -2330.5805202975557 -1760.285377192926 -1150.0238034892925 -965.2671614112132 -1054.520021975009 -989.3773449948628 -1307.321676968411 -1309.5071740761073 -1660.8229680210638 -2713.699286581916 -2965.31555922938 -2911.8029485066304 -3313.3795346897377 -3651.333598202473 -3055.80588875514 -3202.693751268612 -3688.614788255877 -3677.5450487441726 -3409.7314905045546 -3398.815016938141 -3119.3483842306573 -3102.7852412706734 -3111.945759415896 -3102.0212491966176 -2198.13178758538 -1621.0580536223783 -952.7261872187167 -825.8344664121914 -830.0390514941101 -730.4955153731668 -993.183770777586 -1309.506838111448 -1660.7816020056728 -2497.6243947217617 -2981.865920889936 -3211.4836564389034 -3597.507115008356 -3637.9231663005344 -3339.480551470613 -3343.54350399301 -3268.822913677301 -3152.112030165007 -3360.4346279826063 -3263.062682183661 -3015.850632533456 -3061.5255550772035 -3099.505313638268 -2906.6958065205263 -2158.7002834372743 -1376.832236659313 -923.7836770810836 -713.4992145076105 -799.9320837458235 -686.0005924779554 -1115.8187831277023 -1255.502839747753 -1720.3417203742097 -1750.7393063217214 -2109.785369385116 -2597.214489959435 -2934.788320554888 -2983.813386479781 -2781.093693070596 -2766.900484027355 -2516.8348878014326 -2484.5007714328945 -2608.788192271182 -2889.385745308349 -2745.0594455073283 -2858.4331034094994 -2628.103851776034 -2548.3687345974527 -1899.8167599386527 -1328.1005715484305 -939.1049231609828 -681.5048124700683 -741.2531228610262 -697.6404251691595 -1037.0844332591337 -1463.4506694570248 -1861.6918110648264 -1658.567484593918 -2057.9013365507944 -2048.5170544285884 -2707.562484436681 -2921.7000232838354 -2614.244318299937 -2660.663276618552 -2412.014529895374 -2404.5413663658246 -2570.016315183458 -2689.586033657429 -2553.330100423803 -2598.2619152144066 -2717.362450329308 -2510.1079068330305 -1885.6162129765007 -1389.3282948502424 -912.539083332042 -731.4766651438264 -867.7739293131661 -745.1325914236411 -1151.4270963655326 -1533.7904196886611 -1915.23668000949 -2161.8158991393343 -2715.1699082406008 -2860.0442659262494 -3258.444463554505 -3422.4642247491806 -3126.242303803482 -3179.047979763432 -2974.161490967227 -2873.740747031639 -3134.977176482212 -3017.2112139385395 -2751.468970617815 -2835.3007281748955 -2871.810456675382 -2660.2722446369726 -1953.198663735003 -1340.4304276777193 -921.1090208899756 -710.0908085033333 -768.4363681289018 -746.8132572277316 -1119.5085442029915 -1490.2422047877865 -1880.23684180337 -2194.421621071268 -2647.5901970350787 -2862.5416943344344 -3263.6618020685287 -3470.2278549627504 -3321.676053362712 -3382.2078625119016 -3180.828835027601 -3071.508550272193 -3325.8828439051927 -3205.6050680182257 -2946.9452669148286 -2861.3392973743244 -2864.799501777186 -2696.073274448005 -1963.2140856690876 -1346.4131604769846 -935.975333340038 -711.3023533242649 -762.6111310506058 -722.4041440200759 -1203.4073336953977 -1308.6327444058156 -1660.8942874922866 -2446.1072230310133 -2942.196767928363 -3158.3377032070084 -3333.288888095896 -3439.1781311378204 -3415.6060021951125 -3609.468484829696 -3341.7827913703427 -3037.591501829724 -3061.864682035316 -3371.436713574538 -2973.972358784796 -3208.938207651734 -3080.417055622501 -3020.406692197156 -2273.796398997596 -1610.3201056325402 -937.3147223350252 -745.5999597883473 -797.4209139180041 -809.4533018286841 -1171.4751970756918 -1308.3316302758624 -1661.1606293560303 -2222.629956150062 -2846.635202811054 -3047.858189950603 -3444.232001681074 -3609.822293662536 -3308.9759367255547 -3363.158965915417 -3100.1467240149163 -3058.368243469764 -3319.9384737680875 -3081.727357157365 -2789.743514115958 -2853.5410157453043 -2880.6411437407705 -2695.421440057985 -1968.3820048947796 -1352.855482014272 -935.480036237595 -742.0696192551957 -773.8651457145712 -736.8257093213011 -1188.352997610042 -1489.0087162794457 -1897.289892605512 -2164.150893830266 -2644.973085478357 -2864.2329680807275 -3264.154348026273 -3424.023737554578 -3127.9163891983458 -3186.695654096326 -2975.620186974486 -2875.6416933876994 -3271.114801608854 -3136.9097026976656 -2752.7853188289587 -2847.503360459667 -2849.0106451214106 -2696.825645001777 -2021.1562929372224 -1337.4757879312117 -914.9183108550068 -684.6465526440018 -735.9041305219822 -694.8745848572551 -1082.5415262480456 -1495.5250519207946 -1991.642487680703 -1753.1311815321756 -2148.5878369358425 -2657.159010793193 -2929.7240568415887 -2977.87105330398 -2787.9978983331857 -2713.3034707122183 -2533.719598015593 -2498.135763479705 -2641.671991410986 -2907.7512534928237 -2757.065712750753 -2854.7956798510754 -2600.537875007745 -2565.862984536986 -1895.9265479126595 -1313.7250561146675 -966.8239601866104 -705.8210418618829 -736.9205607995898 -680.6285129046638 -1097.7538717439093 -1647.4208434250445 -1983.843928007376 -1639.1993696446038 -2062.140409231405 -2037.4017689736695 -2865.3222728585624 -2951.024225673451 -2766.4225666774887 -2781.492783807078 -2420.693072158649 -2385.547235320109 -2597.7111691632067 -2704.525250877083 -2604.118520576693 -2648.7509725174014 -2674.0604330627275 -2455.5323325773784 -1781.251713141296 -1288.125467794249 -962.7198133279078 -728.8604101443166 -786.6242286820268 -731.417737721672 -1120.863642944269 -1515.3296576388404 -1888.958462340508 -2161.7101465942724 -2639.7196692846323 -2864.72274831363 -3264.166683994752 -3421.576880251801 -3126.1393446607085 -3178.909303801852 -2973.556441075806 -2876.165777966247 -3135.49646136203 -3018.4118045302234 -2760.3744259763344 -2847.953136536086 -2877.6669497856665 -2690.9453443270204 -1965.5866569776704 -1349.8631519050514 -954.747023172219 -726.4143957457064 -773.9774351834576 -732.6632018938803 -1114.0427355558331 -1511.5977022667664 -1865.443306136466 -2159.555849591826 -2632.8739263625066 -2852.4384829218234 -3254.1461718278524 -3613.976449569944 -3335.985847727202 -3414.751341847307 -3219.5949554189856 -3129.982127032757 -3355.2629951399704 -3246.863017391851 -2977.452349783716 -2860.0432019442555 -3058.5131909846705 -2788.6403135267237 -1963.796151798074 -1335.8818351699952 -915.4301832441622 -708.6376678163908 -857.0525668495667 -744.4493956834442 -1120.1685612488363 -1512.4089565419556 -1872.4692632722224 -2151.074250136903 -2635.147170792713 -2853.616898494176 -3447.2316071420605 -3708.8416260002346 -3456.439183097852 -3596.6955053909564 -3279.40582456746 -3130.489662958926 -3404.9890480471126 -3267.2281185311226 -3011.11584494153 -2871.6211063041173 -3049.799106095303 -2865.469706865794 -2018.803495452885 -1402.0149109412391 -934.3498121780144 -741.1522685144668 -766.0400783042409 -708.0380958385742 -1152.8138335109234 -1309.5071966353826 -1660.770243436692 -2240.5375643952566 -2749.0157994217684 -3059.635817211567 -3480.140370257757 -3650.9940727920543 -3407.047797167784 -3473.7936885784084 -3256.765288529266 -3170.649799732094 -3451.065238356909 -3317.4955255652008 -3085.6538905643447 -2963.793494171592 -3139.534166208128 -2954.721624520259 -2179.519299862167 -1533.39703131053 -938.3231748230484 -712.0024833000366 -764.5425499302161 -722.7085179511625 -1099.9815905673895 -1309.5070518576067 -1660.8572049636252 -2404.909295761773 -2871.7424969102544 -3104.732866980109 -3514.37836350376 -3698.141954383193 -3458.2167062657086 -3472.0866925850096 -3271.0537270064824 -3185.973600064579 -3464.281929049054 -3319.3277394524475 -3034.763452253349 -2962.484894578573 -3138.088943334799 -2911.1580137292035 -2151.796937086792 -1384.2787847636848 -1005.9114690117684 -838.814834957338 -833.1893882817512 -808.4393422610016 -1090.8090787829908 -1570.9392277738305 -2032.9672743833185 -1807.9624271830105 -2192.7532407463336 -2879.0520416751165 -3302.344909605268 -3350.623908337207 -3143.071784587524 -3100.4912290644693 -2929.3965722545445 -2869.411447740881 -2966.875168868938 -3203.9901395021748 -3075.2810904603 -2997.670351960477 -2955.315928480544 -2924.209163969355 -2235.655419823417 -1620.277003575854 -1045.0466363070975 -814.1671666479194 -857.6395680384979 -790.9965709984659 -1130.824681273671 -1660.3512508595188 -2112.8657668494893 -1858.4926224257213 -2297.8244058114683 -2329.263199726533 -3002.776578484154 -3253.3965266342484 -2928.0367328318603 -2939.2286482665395 -2776.079312030612 -2786.277920585617 -2956.4220218685746 -2993.9588329409016 -2873.546501995399 -2720.679309259884 -2912.955148827403 -2602.708542334477 -1885.673932717997 -1368.171896808742 -1011.395123011845 -816.9550383764993 -868.4756635949396 -889.2612482067091 -1212.8735974520814 -1647.6087478978095 -1965.5187231603225 -2260.490008925556 -2754.3742947987857 -2981.586083812743 -3592.1987737215272 -3836.130481491035 -3542.491250162644 -3602.520930476922 -3383.06043472287 -3085.810071720466 -3539.351891271476 -3457.817256418138 -3154.3648283086977 -3054.6355534280806 -3197.1036271661437 -2978.9480664915363 -2245.8416286783736 -1635.8245756731635 -1020.2395754992532 -809.8309306589906 -862.3514540725935 -838.2172965367051 -1156.7571861432573 -1398.5202106686954 -1749.895475705031 -2548.3297388614437 -2977.840454436201 -3179.088989246296 -3580.9195930650594 -3768.228710177679 -3450.9224136590315 -3528.894290251816 -3316.6704857564314 -3199.6961997774188 -3446.9559341596982 -3194.4206937490217 -2849.3253509297983 -2768.507264694292 -2946.409707307308 -2779.8546373743948 -2055.3830170236383 -1448.75260921628 -1018.0860409356352 -806.6230422287177 -878.2385584324288 -829.363974879779 -1209.9905282332654 -1709.7166446402568 -2034.1766200173888 -2258.850553898499 -2735.968360971204 -3158.760757180968 -3611.376110612565 -3877.076511331096 -3560.210432051913 -3563.021747680501 -3370.80324944227 -3238.4268653310146 -3494.133528282377 -3363.110313243886 -3045.9178327806712 -2959.2014232294364 -3136.893973009702 -2740.31449134347 -2038.9138629999377 -1446.3920527078285 -1021.062250309988 -811.4808394798116 -870.0553600036066 -848.6122643987285 -1234.1979056744249 -1735.8054301592508 -2068.51696178355 -2289.728527306654 -2877.112418634649 -3173.810025926983 -3648.7519303373033 -3851.731649288283 -3527.672796506989 -3478.4428087437564 -3276.411129635303 -3064.0599591260448 -3429.018245252737 -3227.293336795968 -3098.672760535969 -3103.378335923586 -3247.5579388074366 -3024.287830367105 -2272.812157329399 -1639.182333934598 -1023.4469566677774 -810.7926694567772 -881.0568079152521 -818.1465793003512 -1269.1152773496706 -1398.6416659690524 -1749.9612933383698 -2627.0796932415383 -3024.8561193261567 -3219.570327235125 -3701.381317757788 -4184.288953334048 -4024.343383119464 -4187.577576383726 -3981.297467141917 -3655.592224721574 -3835.975202449288 -3516.8204683714366 -3165.815475570794 -3067.4913036431963 -3362.060666566703 -3074.3848526797337 -2222.021205066618 -1461.9735825834923 -1064.9583052580335 -842.3289760080103 -854.562168780198 -790.0132139978882 -1074.6269969732418 -1343.6990313545157 -1809.345730371012 -2016.4429236148255 -2255.2710694695047 -3126.33949818374 -3591.7654726378546 -3838.698761982972 -3582.486311383846 -3724.298155449886 -3486.5637057825397 -3311.5047143185807 -3212.9495497197786 -3244.468807342765 -3257.8804770498045 -3136.172502188568 -3004.5922279429874 -2876.6721476527264 -2126.930089676609 -1500.194996218425 -1044.2711483945095 -818.2700113761751 -862.0099381050672 -779.5967286793127 -947.4843418152008 -1499.5386497274276 -1901.4915630465168 -1922.5715767132815 -2363.649542145511 -2248.294459488295 -2927.758103732905 -3207.6099448808054 -2913.494628839877 -2988.5395906815293 -2895.612718433391 -2789.805757729486 -2899.902598273148 -2979.507936515025 -3035.955150383622 -2885.14657398305 -3049.090700550702 -2804.0891447968334 -2169.7496259953045 -1628.9834740493557 -1032.936883956815 -818.7545374681592 -1011.7336475423411 -913.3889497672578 -1154.4829414285578 -1398.6408713403457 -1750.0124189306578 -2492.257879849268 -2843.722592111668 -3163.0730296076 -3602.3213670561686 -3834.15262907956 -3566.3015581085187 -3596.825531521598 -3314.9285716661675 -3189.8620446208283 -3444.2651377195048 -3132.0373962958874 -2981.8814944013398 -2948.168558527963 -2999.0756144742168 -2773.2194670934864 -2053.347048931251 -1447.4057066604526 -1045.9276086427103 -809.9892334506579 -1038.3471019080948 -847.2076074000731 -1233.8471070324858 -1397.46535576357 -1750.1304826830374 -2332.3879021703046 -2827.625937797689 -3177.5914008419504 -3577.062605644522 -3781.227395303172 -3520.491133118067 -3626.659614448685 -3402.016908042915 -3258.644869552898 -3527.549429922447 -3469.5215997304763 -3126.22242952834 -2983.7445100057234 -3175.1879273650075 -2989.9747069465866 -2264.3723050853355 -1492.7160047464615 -1023.5731543316206 -812.6326939182459 -870.3790077402441 -850.5974161793802 -1233.182337304777 -1397.5479361559735 -1750.09181869368 -2588.397387984666 -3111.644292524777 -3285.938743468544 -3697.514318617975 -3855.9195526752815 -3483.6870809756565 -3652.956995041992 -3318.4857019781657 -3294.6676310675684 -3495.323542496865 -3453.1051436572416 -3120.318619839008 -2972.940276298305 -3158.979581205582 -2967.2498223909597 -2092.174106144137 -1449.8464739974702 -1020.8138958983076 -810.4526698252479 -868.006614559548 -838.94743871979 -1193.535111209837 -1398.239630673272 -1750.1371357694495 -2326.352205013577 -2877.081252706801 -3040.5338077365213 -3567.4454531552574 -3774.348243617538 -3508.3235896275364 -3606.002894982796 -3357.9963778827355 -3241.4776575019823 -3492.13754985581 -3367.802530304923 -3042.986871078656 -2961.5497388310564 -3143.6032327190046 -2789.755413376065 -2054.883634498304 -1471.1159029744797 -1026.4261398512335 -839.5130230217839 -868.6816063515852 -807.4848983821299 -1242.198686483657 -1398.1538377035413 -1750.0219086955326 -2352.072115046288 -2780.3496306610946 -3173.506337386604 -3562.255603201374 -3736.206790677693 -3438.775576879685 -3521.6368359499897 -3330.255741416988 -3249.0013279221344 -3575.421792035669 -3459.0892861708508 -2794.0325064088147 -2873.462765258343 -2855.923174261363 -3035.0692026079114 -2329.734163591371 -1636.3882104412555 -1139.425420571302 -903.3396872644762 -927.3570838936204 -822.079292448036 -1206.1946407408886 -1344.6462104300822 -1809.373505163321 -2024.00383226964 -2433.9552089745557 -2904.664176355045 -3227.5763572617384 -3285.499946273707 -3067.126911220498 -3040.125784129106 -2671.885930840921 -2584.354950283578 -2723.607974350249 -3009.3673709562795 -3048.4561206123003 -2892.105722524532 -2698.088618163701 -2665.8428700637014 -2018.2168877299453 -1440.21511734725 -1039.5090199595998 -807.8584377526909 -831.6426282492129 -867.5379277892885 -1263.617307513827 -1616.354399420877 -2003.342697019753 -1775.621206667975 -2157.495286352665 -2137.9406606585144 -2777.919773707825 -3009.322051635501 -2734.8412450451765 -2742.817371250767 -2527.4585712284675 -2478.654024151899 -2660.4121246911886 -2762.7553947941456 -2663.193535142792 -2523.854538432888 -2761.551375594508 -2546.713907786515 -1881.753745522805 -1375.988470404173 -1010.6164504739552 -820.3307382993659 -869.7263223708803 -853.9380476869367 -1200.8750898366116 -1613.75030275189 -2042.195978630012 -2274.7267067302528 -2729.8201424827694 -2969.579556146284 -3372.2969238875967 -3538.082527157096 -3357.727108036685 -3491.911278104779 -3324.172744216174 -3216.554613022089 -3454.265136293204 -3339.291994370649 -3041.1739185297383 -2952.1957150180424 -3143.2888327067203 -2934.138812108462 -2075.1499370525707 -1446.413018476784 -1023.0741359372108 -807.6424115018349 -859.4535977283819 -829.4312941754351 -1169.1009202828682 -1398.5454964319558 -1750.048827291985 -2490.282315509278 -2974.5414087244576 -3185.79199789989 -3634.2870523899937 -3809.266503944412 -3557.744565358719 -3674.438174018469 -3446.9936194151114 -3187.9291645787903 -3356.6723822434537 -3137.571996124256 -3141.237423016424 -3084.5383654770967 -3216.485136707791 -3002.00415348919 -2292.16064064378 -1639.7764936238923 -1023.4052680559572 -812.6301332473788 -891.4399937261898 -838.8789247039472 -1206.8129151595615 -1398.579228210834 -1750.060760817543 -2352.469497658052 -3002.6813116363464 -3297.144302556566 -3724.9713924201474 -3680.22798229479 -3356.6129279857373 -3471.4410955440067 -3567.2244052135184 -3489.3993055720084 -3747.63049538322 -3517.8774801559957 -2956.1495035745083 -3099.882850731204 -3257.0092117343984 -3087.6603600669687 -2126.3579944814287 -1709.192863307777 -1043.7600921954004 -867.3651786456606 -891.390680580125 -823.6180288603072 -1185.3178004726717 -1398.6922015613975 -1750.2662144854216 -2580.865301860136 -2749.653303501336 -3089.653034662944 -3485.222458037593 -3873.433422416733 -3603.5494477350103 -3652.015527033265 -3392.462440655686 -3111.3842164371613 -3456.2270280651483 -3286.3167930124578 -3166.142723186262 -3079.7618217622667 -3280.08478557883 -3036.0947617960733 -2283.500800876494 -1670.4911386247688 -1079.7105867788678 -849.4566882744774 -875.0501104829949 -827.4175810607816 -1160.6604717017294 -1398.0841617992312 -1563.6535248560938 -2363.1794679659133 -3046.4763666477866 -3316.5834533792186 -3414.997490866872 -3605.2300963415296 -3366.5227310730365 -3575.069374144456 -3219.535921724106 -3193.544430204745 -3464.8765380199616 -3152.197337377446 -3039.4874458988797 -3067.606389416645 -3261.525497099329 -3048.291830341386 -2256.4171781119444 -1638.295635309862 -1017.4059492977208 -821.4386193734493 -866.0296727772972 -822.5319066246119 -1172.3344147171906 -1344.8738224023623 -1622.6197847765525 -1874.8093122416735 -2475.677158072828 -3003.8602521116595 -3359.8383884654268 -3425.8377478559387 -3108.4070140727567 -2910.212832700736 -2865.504466250366 -2866.9058566462 -3024.628090360658 -3196.837531722782 -2842.272961392826 -3066.00897401021 -3014.0186174256987 -2929.1612986755704 -2303.243090558676 -1669.5925356850505 -1041.3138718890125 -784.4177106486504 -839.3875077505256 -820.5928220233911 -1169.775013831635 -1670.7171181012675 -1866.6534542714485 -1906.6664264785163 -2398.9561715210725 -2448.1401450410417 -2927.4826179033253 -3196.1648782138773 -2990.407935645212 -3180.364470083808 -2786.085813337171 -2636.385936458976 -2814.137019917924 -2911.376887104192 -2872.0469581469065 -2558.1370009562984 -3047.794381710397 -2826.744809589307 -2109.7932143578896 -1483.1335993304342 -1017.4001235219896 -814.1521610247569 -864.333645014002 -815.6962054011051 -1194.1417184315387 -1612.6589667476248 -1727.316131670212 -2286.722146054186 -2942.818391705779 -3210.4903828730703 -3645.650369592976 -3801.813837947168 -3632.496467151031 -3519.086464795036 -3242.9221960210366 -3245.3449420380334 -3610.665070046529 -3441.296350356539 -3101.395766025791 -3048.9985885331657 -3250.061353742314 -3054.1954223211774 -2265.778922644531 -1645.2122584562712 -1027.922753060249 -846.2078561188424 -874.9717915197147 -824.2789878655326 -1230.2089813578118 -1398.4755177018517 -1563.7836513213038 -2534.6616867893936 -2986.8252463509966 -3298.2711815331186 -3690.140954836895 -3830.356382537799 -3554.685910830737 -3637.353359022891 -3240.7977633561827 -3280.60988308922 -3559.4540095481743 -3468.530767617746 -3161.0159705219958 -3018.2267985145627 -3176.6482857236106 -2962.659936325005 -2235.474959040678 -1497.319437669562 -1025.4466149988943 -843.7838512789468 -994.6353251493172 -992.664203681005 -1248.5637129534364 -1398.6415319591704 -1563.6023800250907 -2492.2681730371955 -3052.7004480639584 -3298.43063934698 -3466.1669760839864 -3692.290857853097 -3361.277751980239 -3565.136714888813 -3513.2922224021986 -3193.982595122713 -3284.2860600383847 -3441.735164751799 -3118.738682614081 -3101.140659231226 -3298.202200336145 -3037.012696959652 -2373.435028050789 -1743.7640786078648 -1030.8955092906317 -939.7634092025456 -880.5300392282537 -830.5416851378778 -1197.4546363893246 -1397.4652652400998 -1563.6671236862803 -2575.624564765067 -3059.092710475772 -3081.844910464993 -3519.011071983776 -3828.296821185198 -3390.7150880488707 -3345.7917615880283 -3315.4057262158967 -3063.5175198306715 -3263.409549841708 -3307.909780078945 -3132.6612733490465 -3064.620687012929 -3290.3454577922557 -3107.752044124889 -2373.959854528242 -1750.5483676772756 -1039.742049430866 -849.9741582554768 -872.7483220260106 -821.5517674481194 -1224.9482129911585 -1398.6405182896922 -1563.6389493832871 -2620.215822875145 -3084.493058812566 -3322.4356266530376 -3674.600399466563 -3891.363923179174 -3534.942620433654 -3613.5130640640655 -3362.592612010112 -3309.16767288167 -3522.7543173103945 -3435.033783956108 -3122.333826324001 -3057.121016216676 -3257.318181735498 -3092.8027016469364 -2365.5105122582845 -1724.9994808159015 -1017.580356233259 -822.0925959583063 -851.0867961820074 -789.7204733283286 -1172.5365646587456 -1344.821889001209 -1622.6324934502506 -2088.471417259876 -2507.618369375895 -3031.9804470514528 -3328.264295226708 -3417.7632954963183 -3011.7236902258837 -2827.431777493093 -2923.640188880671 -2905.6483386118457 -2989.277085325777 -3252.072264324362 -3150.3977633652994 -3061.808103987328 -3003.15404854485 -2951.829634306715 -2325.2595535188966 -1722.6564239795148 -1046.9872696486964 -817.642937275973 -867.9220495311004 -823.0584946004832 -1038.564961660212 -1461.4221553702016 -1730.4076751808182 -1958.0354880537195 -2356.1724683002385 -2378.831161122731 -3071.75926585888 -3326.945656376649 -3050.024281049137 -2868.332981878605 -2779.1426263531416 -2678.332873787938 -2834.365817344709 -2957.3089827475824 -2745.794943498459 -2741.8785076246745 -3117.4953008700186 -2874.971881140097 -2147.974647956104 -1605.1583248376162 -745.6254112097356 -657.7690368854487 -767.6670595105984 -650.4432198554155 -994.910372060349 -1314.1541124438384 -1398.5434422487551 -2160.131794560078 -2730.4883122399237 -3018.287923632842 -3158.943538587157 -3322.699559910102 -3303.1624921664147 -2905.955032566347 -2756.6783844873385 -2778.9370681213586 -3042.877584318173 -2922.6665597408014 -2800.23227650243 -2882.982131557773 -2959.937219493282 -2775.3471429961 -2055.476080948197 -1404.5134777777848 -780.9391121927786 -534.4571844993886 -586.8001616769614 -533.6931706026321 -998.1307942363454 -1130.825910330131 -1296.260229724391 -2308.656076645091 -2675.952600307283 -2760.5372487328927 -3267.0693685666283 -3570.668931833163 -3275.365205322742 -3263.5874242321333 -3056.4872636667114 -2959.865472142241 -3221.1773194958287 -2837.2590064363485 -2488.856915016712 -2695.433908768904 -3038.0793516987574 -2803.055505720872 -2055.959492282935 -1437.0366970675373 -732.3095462899564 -533.236403228074 -585.6403906561551 -532.9495200086391 -854.6980070784465 -1130.062028730066 -1292.0675531336626 -2257.007343291342 -2723.941990191728 -2994.106732195426 -3343.816722256939 -3521.5321031473 -2850.0817973913613 -3254.212083759595 -3189.762969328074 -2962.76263499172 -3091.454384137781 -3087.333536873637 -2632.0310233727823 -2663.38927673466 -3038.278602903746 -2787.338743122536 -2037.0760289212787 -1404.7107393303795 -729.1102938797413 -533.588459895986 -589.5253572190671 -534.2203656790917 -887.9306843732357 -1130.809509648004 -1289.3177847169604 -2227.683940415268 -2717.532184980088 -2846.567060292797 -3100.75400731102 -3376.609184095831 -3076.7051286826973 -3260.175983843727 -3126.850778543765 -2962.3739561628963 -3161.1966713772717 -2966.589221085579 -2628.275936327024 -2378.503000220342 -3015.245462363992 -2771.6967819690854 -2036.5506373520052 -1414.1100867748044 -740.0859686536423 -533.9507831010707 -587.4522456472904 -533.4271025176374 -863.4354798077179 -1130.2752880768214 -1296.0803401987491 -2281.364692777379 -2453.745490633027 -2756.4698131708883 -3264.630285261588 -3499.8319420880325 -3338.3113902959785 -3488.167315373954 -3060.4768636750587 -2901.086242996148 -3090.5277921104816 -2919.315597236065 -2805.16574635502 -2668.8883474334384 -2969.9136155163405 -2768.7817755945166 -2053.095005774939 -1388.4464411883866 -715.0527574267105 -505.9216232673757 -560.4857737501745 -502.6334526751298 -860.3949873254795 -1077.3195219777992 -1350.2138871947943 -1795.9800352388493 -2241.3390988335696 -2693.9525242028467 -2910.014676690307 -2999.75122122385 -2859.251663373846 -2747.7349804740484 -2513.04039580914 -2507.5622226895025 -2668.8344966840214 -2893.5583089585853 -2795.1470036927703 -2737.4045059049195 -2725.6888412156145 -2682.590566007724 -1969.015856604855 -1331.5431975465012 -733.8218888616518 -499.285155428556 -549.5626550256723 -497.2762631840447 -764.9745940810802 -1263.544872621317 -1481.580608893804 -1636.611896521136 -2113.5775083459075 -1818.9107505963696 -2580.3209350363823 -2771.1537954318783 -2532.1517363727867 -2556.3058697981564 -2376.500126871842 -2343.5288586109305 -2512.3222246534974 -2627.9756397986966 -2403.963778448865 -2307.509103606804 -2661.978964735504 -2624.6825224045665 -1848.595654261488 -1347.6505539420612 -719.7929758729659 -531.9784602481506 -583.7345819959156 -524.7881082560255 -931.1138998317338 -1131.2889110528613 -1288.4495571571415 -2184.009106709953 -2661.815717520718 -2941.5671427452567 -3350.106176147799 -3519.7222680305304 -3370.7880380698866 -2896.950103061322 -2867.878065688056 -2772.254137944603 -2974.1268673781747 -2873.516937537114 -2757.3707707627964 -2795.594157169116 -2837.7849045668468 -2818.062191305752 -2075.686318931589 -1428.404048794349 -722.4271652951145 -530.1454096584713 -581.8452630932219 -527.2026086007786 -862.4974746217548 -1131.2389201800663 -1293.9432322069524 -2286.864051061764 -2707.386648366653 -2916.4278085021306 -3336.0564034502213 -3635.008051661198 -3462.73605459336 -3531.551189453635 -3329.299236830151 -3309.7302447906545 -3499.5986232271102 -3226.1506845261665 -2847.2374031295285 -2778.591746359975 -2970.967718794743 -2792.4046875061613 -1926.1846964745357 -1348.9110045971363 -739.2502467888241 -533.5513167752364 -587.0295236787289 -533.1530862716072 -835.5451036957031 -1130.400495071257 -1295.68674877029 -2184.82920983584 -2570.063861213038 -3215.910994515584 -3928.415885765396 -4201.71978346716 -3909.805270378048 -3978.3935182077967 -3826.201749964017 -3736.5209159097903 -3937.254991474356 -3809.9534743765703 -2749.257803012444 -2661.4510415259488 -2800.2528885142847 -2678.1946532682664 -1964.409101823417 -1347.426775754277 -829.8940169898962 -676.9299399689149 -633.5244701794275 -532.977160805673 -762.4218135576067 -1131.2374459948103 -1295.5341990424618 -2077.906173181886 -2742.046586626389 -2998.710306107465 -3425.580043776828 -3558.8871054154743 -3252.623271910503 -3317.3406474837248 -3037.273482999438 -2963.9432092549923 -3193.1707176907444 -3105.0577053755183 -2828.7314396609427 -2789.300734414259 -2955.222502588679 -2770.462464026339 -2061.6249889776627 -1438.8644376015516 -829.9539354052745 -535.135534109296 -588.8906708582723 -533.4125348329004 -926.0382836430864 -1131.2373910810068 -1295.9423924581529 -2293.1567959011472 -2703.3518353286345 -2965.0265739820748 -3287.385164187878 -3529.9799889275782 -3269.597018190532 -3299.681152875429 -2980.438077017973 -2803.0903748530154 -3039.004763064422 -2920.1986471163173 -2474.141986813227 -2767.3028918229825 -2923.4455097085347 -2640.651262370245 -2100.243838028428 -1429.8414263128188 -715.4993112582515 -505.2163117846813 -560.7340269866626 -505.8045559779397 -829.3466818276778 -1076.7030138984082 -1349.1900987668132 -1765.388847783166 -1997.6482256448649 -2613.20926271036 -3209.4533101867987 -3385.5128380765964 -3338.3425744108376 -3401.276759778742 -3223.6998573002097 -3227.323231164543 -3369.291488872908 -3565.370370550376 -3336.0671832427875 -3094.0825694111763 -2924.90426018092 -2761.2796431418687 -2229.4593643518165 -1645.2043964825943 -913.8053963755532 -658.3675942166542 -746.2623570919512 -605.6051125155745 -941.9558584990654 -1221.9039391519968 -1622.8982067695126 -1737.7422307152387 -2167.0522080256787 -2221.840331336016 -3062.729974650633 -3430.0729643180907 -3385.5754484848608 -3444.3379594410167 -3257.2978582802925 -3218.337451583888 -3381.118399381402 -2775.9812176784653 -3017.202645813774 -2445.2000539014407 -2734.523951579534 -2275.2890149908458 -1827.3914488146595 -1357.5624363482095 -717.1595751586291 -528.5946355432058 -581.8973877406427 -526.8981658207032 -726.6492359659075 -1131.2902939457497 -1291.1653725472531 -2019.705696162158 -2456.9994617836546 -2749.1820705281752 -3252.907721626957 -3522.694378825383 -3343.3037602988416 -3404.636458335612 -3132.497832370593 -3110.451981026216 -3266.8418435458225 -3095.0793155036235 -2744.5979531329654 -2546.848534920826 -3084.326459077501 -2712.376747735758 -2003.6722747530168 -1427.7421015060852 -736.4878643676439 -532.9659976605656 -587.4503845797016 -532.3788091607337 -788.3721825573193 -1131.130518981298 -1294.0612489459847 -2034.708553194212 -2446.895947225956 -2850.528602625682 -3326.555459853753 -3722.488397616326 -3553.0872504233985 -3827.541838725961 -3668.679257561538 -3621.86046202404 -3881.090967856762 -3732.4059394085416 -3309.381639097652 -3163.450367577872 -3243.099430195093 -2934.8385901873 -2122.0651157915345 -1396.1313231503111 -835.9601521296253 -669.270846986002 -724.5945633182403 -577.2535079705968 -952.947518121952 -1131.062514906969 -1295.4642129094582 -2572.259267714706 -3053.857588843725 -3363.6337199183654 -3701.050072774896 -3448.4921579534757 -3314.4771960857 -3589.203685943869 -3387.3770700066025 -3291.0028890069248 -3439.294645069552 -3265.156342644395 -2476.3644068080694 -2646.498393942395 -2619.154409010333 -2659.904717989892 -1968.886097538866 -1232.4253159409354 -757.8435699580232 -533.3118726590004 -581.6922577397147 -534.1639527116771 -811.9159392472491 -1131.291309568144 -1293.8839494001109 -2279.75853885004 -2727.89346984686 -2937.2548568222896 -3354.817659897535 -3567.022357413736 -3315.757581584743 -3418.5185142876835 -3104.9434214859325 -2917.7914540656266 -2949.561880649438 -3043.207327087096 -2867.2449643512286 -2676.5706391615795 -2996.117612472533 -2820.444049696006 -2042.7800777477523 -1392.0426739726283 -725.5622998065494 -532.9153641895213 -588.2280679956865 -532.9977155744245 -855.3125180029647 -1131.239241701706 -1295.6939813879665 -2248.910897027769 -2709.134889614386 -2703.47397437522 -3256.164475865594 -3439.481370454201 -3076.3378209022712 -3200.8610645347344 -3055.193315275646 -2959.6922959759213 -3089.169151576833 -2829.650770016745 -2796.115467684165 -2805.302898227618 -2956.154503527871 -2729.302156372067 -1990.836804721212 -1425.3195096174445 -714.4320033635711 -505.2777406285676 -604.2579625559972 -505.6364362285783 -758.035526149523 -1076.2448252262516 -1349.9993392699914 -1797.0850067325136 -2124.195995844308 -2493.591684250841 -2983.848747114599 -3047.825872780273 -2932.271608512352 -2969.4317204701447 -2951.5218841687897 -2910.59964586867 -3118.993947334722 -3161.682096269908 -2872.4531029266877 -2824.7286791045813 -2697.90802503853 -2865.926607082804 -2266.0654833195795 -1520.312244965648 -737.6439418884931 -504.4005255911032 -555.4540098564302 -504.2960459968559 -717.0676641590238 -1151.5214930453797 -1415.2979554994008 -1690.9396130065204 -2003.125131861137 -2181.332378411608 -2752.1863686133465 -3053.87717401358 -2902.7847747978367 -2964.8963503023056 -2850.933572930737 -2845.213913773888 -2936.996343989635 -2926.628253578594 -2703.005349017245 -2430.4970763875904 -2369.780364520067 -2367.3551261139523 -1688.9805543191897 -1078.3696155727334 -716.9082397253975 -526.9231037382194 -582.8037218885801 -520.8539763546675 -852.2416445479271 -1131.238246195431 -1286.7571099326576 -2270.30249710246 -2448.249132618551 -2617.624145789645 -3154.0120106598506 -3424.826501638436 -3166.6839126240097 -3254.5450980863134 -3126.4236035731687 -3065.0623198080857 -3371.56003389967 -3226.0355630179592 -2798.927488878174 -2640.3475579887822 -2901.2206852221666 -2846.0932565296266 -1968.1981110341603 -1429.4582966863163 -734.9124802866536 -530.311028296143 -588.1753119908022 -529.9906481056302 -771.1625973422604 -1131.2394430280854 -1287.700344826295 -2077.009622345965 -2611.3356085440155 -3336.137701904298 -3900.615703640337 -4132.783239788053 -3834.900995866171 -3924.792982005939 -3722.547592186905 -3628.403635734289 -3888.882829987672 -3764.962723041943 -3478.608341899522 -3316.7100843931084 -3308.9731442726 -3299.0534765792254 -2539.8368293292 -2094.529321942785 -1033.2102903763423 -784.0459407031883 -780.3720042286842 -685.5911692827884 -1007.7157651867706 -1131.2394001768944 -1294.4989635683985 -2447.426576298956 -2655.649181001738 -3198.6036755347664 -3348.2869916275063 -3496.2070933961704 -3267.477835993717 -3387.9912742897263 -3127.960559240385 -2948.994198547103 -3108.852368626046 -3086.719931669761 -2721.4104649825645 -2749.4325762292438 -2895.7341796557107 -2626.7103997451945 -1822.1904384089423 -1437.1324369166475 -727.7442587227208 -534.0545910936656 -587.4318800518173 -533.4183472434263 -761.9385890649642 -1130.114995639076 -1295.2585692762752 -2298.168089978848 -2473.8018526863502 -2758.431905311315 -3436.135657465031 -3795.200826810229 -3490.886150373289 -3692.695459644895 -3422.412613379556 -3111.164064235755 -3170.4897508025097 -2924.165525829457 -2489.8084375802514 -2375.374333302801 -2690.830132062121 -2728.162302391257 -2008.3237404892388 -1273.7407173183651 -726.340782828859 -534.0691987560364 -589.1024410529701 -526.1788857040428 -837.4130374394903 -1131.2376119999838 -1293.7679410102428 -2125.1107646246464 -2404.935958055268 -2923.6301969014253 -3734.844622663493 -3949.709898743993 -3712.868159849437 -3783.999320985989 -3686.03145688676 -3609.153611998644 -3890.8423150653257 -3692.045344025049 -3354.3611575046616 -3115.706092299792 -2925.957534714838 -2646.044364826756 -1893.83375141759 -1266.98274741386 -715.1560430837112 -506.03099633660673 -560.2718310006178 -504.6297933673839 -717.2655254783137 -1077.4213918329444 -1348.2542028329149 -1663.1167221223743 -2000.1203160863604 -2817.5499852213675 -3277.93143772577 -3479.6517345172474 -3349.891065463864 -3424.31789552342 -3206.817432654939 -3169.3364700974034 -3359.869019218704 -3495.227649293382 -3137.0967536642797 -2940.7994081594884 -2554.4799019888183 -2586.4066692243177 -1925.872415777778 -1288.3006752492056 -736.2661302666147 -504.1188238916013 -559.8517432208977 -620.4541407228411 -846.4284360581114 -1353.119311088325 -1570.9710542511125 -1843.717751842389 -2319.6972268393247 -2305.863678204663 -2830.367262507885 -2872.7044080071805 -2472.2868334610303 -2734.638107418671 -2264.4909221322187 -2348.494431759844 -2510.064955336416 -2680.275750338821 -2565.3537863894467 -2479.1648981882868 -2518.709720345078 -2518.0970666662256 -1831.2619182593924 -1336.6494548412786 -868.9989987323185 -741.2001179931252 -747.3007345749237 -686.6648117820263 -926.8533141938416 -1131.2393137122729 -1287.2892026763673 -2775.709897196381 -3192.9728928238314 -3089.4305031585013 -3608.935529949613 -3854.852444579332 -3478.451725394872 -3402.856336911141 -3071.55067913873 -2970.055534465325 -3358.88534498266 -2970.0530296135835 -2485.73197784891 -2723.975949025444 -2885.0073883951727 -2648.656208098766 -1751.575268988883 -1134.7011360069066 -723.1035214823308 -529.5784615332293 -587.7224075929347 -526.5073814085572 -794.0973682614738 -1130.9069942950036 -1295.3647851614874 -2126.080948625324 -2528.499134666752 -2752.411607907278 -3361.637493031772 -3868.906402414043 -3492.3924185248948 -3497.802198562293 -3291.410808345148 -3194.6132093877104 -3458.563393092759 -3243.171238325263 -2880.0699076648607 -2640.4479983076358 -2428.6936505253198 -2720.4566564012434 -2068.242330395005 -1313.339987437328 -725.792033135603 -534.3222323247403 -644.1545014523199 -533.9162222668987 -784.4205428631185 -1130.3006977643165 -1286.845030945878 -2260.828896620986 -2852.7120467223144 -3171.185298939063 -3636.73111333504 -3951.04665628998 -3719.4251180090127 -3896.0956626261936 -3691.522303433791 -3614.935240334314 -3906.2548616915215 -3733.5684455607648 -3383.887271780726 -3118.902237716144 -3004.418613247992 -2947.805899183845 -2197.682590720115 -1549.8023076780669 -981.6335906962078 -786.5226858074903 -875.5526658256201 -755.5978794622001 -1097.2968422915674 -1220.372518629826 -1384.1502742758762 -2373.152407367062 -2901.647898286315 -3144.2910252881006 -3757.4204590261834 -4079.768425848808 -3946.287798894241 -4020.484280447004 -3865.377670412604 -3772.6327293388354 -4064.2697229874057 -3936.0091056289416 -3665.957444860777 -3507.4436887310944 -3535.895450390423 -3526.543723841148 -2819.034860880113 -2168.1763392540083 -1137.4777652264054 -1023.3692479118542 -1041.2433589147654 -937.0043904283576 -1390.3695667531435 -1220.3715454313676 -1377.1116111851711 -3053.8885401303223 -3521.4440560404687 -3866.0689369240345 -4250.668720006345 -4370.647320095987 -4075.038348697175 -4183.637152418362 -3994.180813325732 -3794.6041042567967 -4034.271954725536 -3850.665080102268 -3496.2486519511963 -3165.0025405744927 -3075.676981724297 -2922.812251601252 -2261.4949270094817 -1655.79761181869 -980.6706260700288 -748.4362422579284 -789.9738554820126 -590.5783251884441 -814.5361293816877 -1166.60570378714 -1436.4662205742925 -1935.4520651574971 -2200.1663028881326 -2661.302516378523 -2888.3795941608696 -3135.19183162494 -3168.166011936056 -3186.376974616632 -2952.5249114123417 -3094.45317008675 -3275.0623570146754 -3410.378554324534 -3104.6913675386945 -2994.4618274887152 -2527.526914543805 -2563.8481351169453 -1938.153794593211 -1326.9977806157242 -838.4320691306929 -597.9761263101079 -651.6538866577622 -596.1197776131993 -798.1909278081429 -1241.5579160387308 -1478.10797748012 -1739.4026266521444 -2179.71289832005 -2071.8228791846946 -2807.687367429276 -3196.060351512101 -2977.33036359736 -3147.003674429945 -2985.195147818749 -3111.9974771324974 -3206.9460040014974 -3262.883968996445 -3015.006902558291 -2805.845275008871 -2824.355148229917 -2735.610537903041 -2009.4119234175296 -1437.5973151640242 -998.4260193598234 -789.1812224798798 -878.9629914324859 -753.9723865912265 -828.6770728642203 -1219.2475331279566 -1383.4224872897516 -2170.159709442021 -2616.6953918364693 -2908.94484345595 -3378.821296062634 -3608.131692307162 -3306.694058906713 -3474.895459402153 -3404.48909823561 -3228.165591452988 -3583.7848577472373 -3350.244183666052 -3006.984087718822 -2812.336846752627 -2548.8555761687894 -2852.4751218819133 -2091.2547944979992 -1491.3810155129916 -831.332033072096 -630.6326686343796 -673.801933913568 -625.3096929293963 -862.85505943765 -1220.372509165504 -1375.201972034638 -2396.286440707476 -2756.223391151124 -2981.585527887518 -3601.0664063863705 -4066.582564741558 -3930.1829848322873 -3985.573056068176 -3819.177624315216 -3738.047149504685 -4004.6756943798487 -3880.74405255628 -3587.571053918051 -3440.13598582288 -3319.750234681958 -3087.1511323294376 -2193.137745587309 -1391.4958217036262 -902.1670934114449 -633.4050005524915 -684.1484583720712 -621.4514015452562 -935.9653530795634 -1220.3727028257542 -1384.190467294536 -2356.162336893596 -2979.755332358423 -3371.164344392095 -3922.711732541823 -4265.030867443677 -3980.284911796138 -4028.560793046994 -3824.438024151018 -3736.5597634285 -3997.077065982049 -3833.075841377175 -3461.762523541383 -3488.25726015797 -3506.89045440132 -3534.3802328364186 -2804.0716162604717 -2183.7910975160958 -1136.7220294916135 -908.7072798150087 -895.2709723885013 -868.070101914419 -1131.6876756615018 -1220.4247275558014 -1379.9023127439104 -3028.9596961122343 -3603.386113223876 -3722.0837629952266 -4130.815231447569 -4300.15214839405 -3994.2893111481335 -4113.710463821508 -3837.410448515692 -3725.259175496593 -3988.150843934311 -3829.447709510953 -3413.939136284076 -3059.862120279084 -2856.839827987897 -2859.981181119136 -2077.8322633405296 -1346.0268412073708 -866.9571363091374 -645.3114025419613 -680.7091434057886 -627.2486847462555 -905.5425162265088 -1220.3726291016258 -1384.375255455984 -2251.3844835209893 -2552.7363488433707 -3004.0216252084165 -3566.2484242912114 -3801.6510980798384 -3551.614571032279 -3692.951839251814 -3345.554664866039 -3248.527576099045 -3441.20965134508 -3299.964722923248 -2934.901130213997 -2841.0448232329272 -2768.698740002759 -2772.5166462396014 -1866.624928223623 -1373.3114335744187 -834.7183817032195 -601.4735971867156 -649.827578264891 -599.0517369506073 -798.9832206084046 -1166.338201540383 -1437.3437547431545 -1939.9895622193928 -2145.339877398821 -2641.166975552242 -3106.3265264517954 -3441.9387701738374 -3376.5216651476835 -3504.437016322234 -3275.6144092287755 -3331.2572683332096 -3421.857244276928 -3625.199301614148 -3534.712976949705 -3440.710923587744 -3115.574690847362 -3110.149685944003 -2391.630233163053 -1570.869183274683 -973.078589907915 -647.7570537346003 -812.4640119455119 -798.2727162212354 -970.3710744316232 -1417.1554257642197 -1725.4847864237042 -2035.971400026545 -2732.1703280045585 -2957.5678115632286 -3614.713891560944 -3884.0725839666334 -3558.8401807405558 -3586.1411987512383 -3405.3079946283246 -3349.031761272501 -3502.893537735113 -3617.3600747386 -3480.004787528091 -3310.543413571273 -3329.4494616275883 -3313.2478566820228 -2513.687217699101 -2026.114089923521 -1107.8969964531912 -927.4704468775778 -1000.4689631421578 -947.3725752605004 -1387.0408881351002 -1220.2658201937825 -1379.3574023345022 -3152.6390832584143 -3629.828856856029 -3902.986642745692 -4303.626782566368 -4500.939789629245 -4239.862301635247 -4291.89948256079 -4107.486567639842 -3982.569727752397 -4247.108574708952 -3976.8797572931503 -3714.101918865923 -3533.4862039481 -3558.098761488658 -3541.234722619261 -2595.6283775878064 -1740.7369117386113 -977.4878908990812 -631.1165373026665 -796.1367734769898 -681.7779196493451 -829.894688243843 -1220.3726582507668 -1383.941229718393 -2396.9093844579734 -2834.1657741557315 -3082.6244147487023 -3485.5592334479848 -3612.6512677522505 -3346.745116039407 -3352.6085146011337 -3146.1284546057877 -3021.235468431235 -3174.2188862589046 -2928.4659151275223 -2998.318269287053 -2812.266330065792 -2839.7255583139136 -2852.548718710818 -2118.59321018548 -1506.0934035617074 -838.3813986524817 -644.1465153818973 -676.9138831968922 -623.5514967275992 -867.7783327603055 -1220.4242066081476 -1375.840745443567 -2348.585286102101 -2807.318444619638 -3027.934230333051 -3373.598134738191 -3752.972719096368 -3136.3392068703174 -3244.3303347901287 -3171.897150678843 -3224.4287206984945 -3493.451750374079 -3423.111537701369 -3139.4575884378414 -2817.431639392697 -2726.851888156521 -2853.9042841921646 -2136.51645815692 -1501.8852271693104 -836.7995333699256 -631.0550085117784 -674.2233681042312 -628.932012628889 -997.1394949399668 -1220.3723349482243 -1375.056485591838 -2267.649051726129 -2551.609935733703 -2984.804301023581 -3607.4298006902586 -3871.006691957981 -3654.528124897006 -3686.880508664311 -3565.20612319196 -3353.266228023471 -3737.2522063100505 -3428.9724961597776 -3073.5472016154945 -2914.643451093603 -2822.658924885066 -2788.775982684546 -1871.8334989130456 -1239.6210793536643 -882.5370733274526 -624.5379655634529 -679.9440731136184 -633.0658032310429 -879.3908117624294 -1219.8938439913911 -1376.9789125156622 -2179.16914998254 -3006.431818470358 -3373.650292341554 -3846.118340019416 -4169.000460223516 -3945.196390366216 -4003.0881106251 -3859.9540454312 -3772.1397785121526 -4062.20431010893 -3894.5804963245578 -3634.9456988890342 -3525.163303441632 -3497.445526662229 -3389.131938251069 -2594.309816568746 -2063.819714128684 -1119.304063214367 -838.8784202210959 -885.3105484043239 -843.6902748424467 -1149.8440289914265 -1166.5528457639873 -1441.1947885556217 -2728.800048386698 -3115.751077560221 -3702.029806254321 -4060.0909658636665 -4131.168504408226 -3965.605675770616 -3891.0171603120025 -3669.473648141679 -3645.4472784311097 -3820.753992720754 -4085.452230680296 -3957.7124627105777 -3822.284465022168 -3514.02216595044 -3641.393069810689 -3025.650295299908 -2388.397709196912 -1414.7572663174024 -1138.5781090232074 -1112.5944380826195 -975.9766941469674 -1507.2558463000312 -2060.85226336662 -2153.4439876867327 -2626.5669942509444 -3084.6552485628367 -3224.8165780931627 -3779.656008546998 -4040.677126972872 -3714.02195318043 -3721.8016718961935 -3515.581921939096 -3434.678172218296 -3492.68375721938 -3572.153148246132 -3459.0232433083106 -3266.544206941277 -3314.4815244447336 -3314.2207961797485 -2630.1717110791205 -2131.807967374637 -1141.1040312577695 -852.3050891938427 -942.1682368265014 -822.8497979364341 -995.597674581216 -1220.4238612404454 -1383.9472566887885 -2687.456617211794 -3338.384889548189 -3695.9368938272128 -3822.136661627618 -4266.659688925575 -4006.7385552917417 -4137.714279528909 -3881.347776569715 -3791.783971719173 -4043.770144942417 -3901.697269930237 -3599.298222172771 -3436.77534440429 -3333.8871520988077 -3172.166950710202 -2481.79477207032 -1800.4068737731006 -1004.9851318133464 -812.3535030775903 -878.1187205203596 -676.4549178786996 -891.5796163611222 -1220.3715482755829 -1375.2107362602387 -2392.025367214713 -3236.3712789712067 -3746.942704875738 -4159.472699528404 -4344.720792040504 -4107.7574596007335 -4148.622216935164 -3912.755122921344 -3830.1919989265166 -4124.170669601663 -3976.905102378852 -3704.135092392746 -3524.219709929759 -3577.0130086358813 -3520.253501815005 -2781.732097539505 -2010.3769328900964 -1115.1526905904032 -858.3932468738972 -934.1693989761692 -882.7325984981629 -1196.5840980470368 -1220.371415689399 -1374.99921639243 -2931.454735057499 -3477.5589811984114 -3828.1076685598177 -4244.832666991008 -4416.0016713044215 -4052.929696740947 -4116.74870594656 -3942.4727230453527 -3895.5674345336506 -4162.584270644507 -3962.27066095035 -3622.634821913834 -3473.340900598464 -3510.077155363356 -3547.0270122470474 -2620.383539135892 -1710.777377614977 -1027.758720953536 -673.1726483929992 -687.4344933815669 -629.8775504624467 -869.3912220510805 -1220.3726361218396 -1382.1865082977272 -2146.6411203696525 -2692.6641215423 -3241.7434056143293 -3778.0033279989752 -4053.423202297435 -3742.257085358709 -4011.982140066623 -3805.08363685717 -3707.288740430199 -3965.976237845525 -3740.049536168584 -3415.590590178016 -3178.3273708028755 -2999.1405644019187 -2928.126843344451 -2125.046711014444 -1518.3508656492982 -880.1430028559489 -773.8262276512776 -867.3406614520827 -813.7253221852892 -936.1044103076152 -1219.1978275964725 -1375.8915209659922 -2149.12491060565 -2698.181340450788 -3009.9936358496543 -3643.9388478553687 -3879.803633241628 -3570.464638894329 -3782.8114197281006 -3650.74669805824 -3492.7541191007385 -3836.6506898705343 -3821.567225448012 -3433.907914162118 -3105.23829247742 -2941.830371554418 -2826.711419002941 -2063.689286766239 -1348.2707593476864 -936.4505115720688 -740.2674301050296 -656.5216434957431 -594.1100771183388 -873.2708876780662 -1166.553892348335 -1436.8894116148874 -1833.685258517709 -2242.4108045311737 -3015.840399739872 -3484.7279096213542 -3677.465275045004 -3567.818810492867 -3585.7458868994995 -3418.4844269993264 -3382.9292747970253 -3505.511737453517 -3765.8807298303936 -3607.2757770992575 -3451.530383749619 -3031.0523192372166 -2806.901098018253 -2031.6488023949212 -1592.3126221858035 -1036.2855567230367 -600.9138471175379 -651.6952211504664 -607.689787853002 -792.6047029804449 -1203.7859359216602 -1542.9361287444729 -1660.5358929714298 -2397.0061879937844 -2788.8601051279597 -3586.2554000317077 -3780.2881584848105 -3527.9165822918644 -3596.3335352733257 -3377.072321694728 -3342.5560911044745 -3489.797024705764 -3635.7773989356974 -3505.6598639239483 -3350.403835291974 -3358.026819006448 -3366.2848473272984 -2680.790094547652 -2167.2002447983537 -1095.8756206583828 -881.1120991485415 -952.995940254054 -906.78124023036 -1226.6901316319804 -1220.423010655828 -1384.1178992463283 -3029.8243305054743 -3569.5343920064474 -3889.6377047339274 -4284.980106004328 -4500.713717439662 -4199.658827941816 -4381.527608850103 -4108.320939144811 -4014.1668220755582 -4275.470637039054 -4118.289088253467 -3773.676831193433 -3636.136781413423 -3687.219679697149 -3603.324637277323 -2945.300202067796 -2333.4955519012974 -1301.4277834050597 -1023.278454135127 -1066.6737116477148 -937.9641117668288 -1446.576435541115 -1220.3729587505995 -1376.9814926723477 -3359.410879387941 -3876.5993672660575 -4125.967132633341 -4532.497263537473 -4744.004869676323 -4467.4198673424935 -4640.468239446631 -4322.999981314389 -4204.798440080767 -4434.797525042288 -4308.393117374603 -3959.8612722854527 -3756.675270949541 -3910.895237851472 -3873.903738645328 -3025.4003346353547 -2352.19125625038 -1172.4084993545575 -922.4542382857272 -946.9509263311222 -880.6853443427964 -1155.320991619515 -1220.3715506997285 -1375.261083581009 -2613.610903911978 -3235.945262287717 -3708.376474842341 -4203.665186521327 -4355.875199904248 -4023.386989095088 -4201.076404629832 -4014.0819180886097 -3940.394255061395 -4111.806169812709 -3957.7024961211655 -3635.206800098632 -3524.8233741159825 -3513.7508348544684 -3563.517981645307 -2816.852478887464 -2198.1293913367363 -1187.3644915270213 -899.3228488450693 -1008.9210785581812 -862.5671441888754 -1350.3190540409 -1220.3728141418856 -1380.5249030470063 -3108.73087311773 -3608.6893438661 -3909.1516875727143 -4355.135250020311 -4506.126048601898 -4221.397411785323 -4304.141247111785 -4087.36800952384 -3954.5842642747457 -4265.469371891805 -4058.4854370316352 -3815.382744711009 -3714.498333561129 -3665.370621214885 -3607.817861657134 -2868.022409520785 -2204.088147399053 -1201.6323115943442 -906.5531744139616 -966.429674004254 -833.9558469167794 -1089.9020603396395 -1219.7327512929703 -1375.4279416681386 -2670.556812978282 -3246.57906820708 -3635.251331891342 -4087.594618845212 -4252.050662488893 -3942.416970084306 -4042.5452218591754 -3840.6030399463807 -3752.915938476329 -4014.943339733844 -3871.297434561579 -3591.581719250674 -3398.1810651796723 -3302.444436715918 -3153.4250996613687 -2340.555864003518 -1712.5250261793888 -1152.2682740809917 -913.8734987030704 -954.1858711694364 -814.7021220019533 -1000.455905767711 -1255.688640313142 -1526.1408571178652 -2302.5922021742945 -2798.489398251012 -3304.7505565504443 -3786.177009021185 -3923.2993701224023 -3748.341902751489 -3686.351219128168 -3496.5365677070117 -3528.0312711933843 -3654.5612605480674 -3933.899355738774 -3732.739317531456 -3541.901711263629 -3341.0002435449965 -3394.909654215965 -2728.5945610673284 -2215.3026342548173 -1255.2191647972772 -939.3010464227616 -1035.5401567266554 -1008.6676591197868 -1324.6887872870825 -1923.2571967545937 -1941.390929502922 -2556.3040446659948 -2986.745782528747 -3066.1323883069203 -3659.902749717565 -3904.6106279217433 -3591.0432479536803 -3691.936506639478 -3557.7778747735165 -3488.9127473692934 -3582.412781966471 -3727.07303230822 -3559.9366186633374 -3408.3903482064343 -3324.549421875937 -3074.1071319854323 -2133.0224785851724 -1422.5269704667962 -1043.778035570556 -720.3380896952364 -837.4689129883907 -721.4279195083669 -960.422523221841 -1309.4429682240084 -1464.7585915613977 -2422.031641884168 -3370.904178960557 -3768.733393538829 -4261.204148191272 -4428.058970190481 -4136.579143575715 -4194.638862439135 -4042.500993153136 -3985.479848114609 -4238.958851019866 -4032.165399925715 -3750.1345324589097 -3624.480459912887 -3560.693341207625 -3414.809671307798 -2624.900322691588 -2002.1777182752317 -1211.2546723299265 -940.8815621056387 -982.8975311682756 -924.8695803986246 -1181.5929198140966 -1309.4826066025123 -1464.6346410728836 -2998.691434292182 -3626.265943429946 -3836.655896323715 -4286.545491147371 -4454.507739535803 -4146.796336150686 -4237.743341450116 -4099.517839808749 -3991.570321860216 -4279.231573068929 -4094.431009219212 -3860.355074719244 -3630.2292282153335 -3723.258016112812 -3650.032556951626 -2946.7648905745937 -2302.5038894191653 -1387.3533594985067 -1145.3294170513293 -1151.2394565538068 -1019.6749475852596 -1283.8845944726895 -1309.5068674321888 -1472.3090796185772 -3115.4549471924124 -3593.3952329944555 -4015.808874418256 -4642.783551528513 -4838.127848056616 -4533.469462663973 -4631.408509164694 -4382.852240633755 -4211.252414043043 -4566.605883603462 -4304.5015662352935 -3978.013309209689 -3868.436109064615 -3670.0016670529167 -3631.624352127575 -2641.988709893304 -1907.661549925181 -1157.5360393848844 -932.379460981007 -964.8199190390122 -727.8458358453167 -968.359958127572 -1309.507360825764 -1464.4696080674587 -2261.987322682884 -2909.935268763128 -3455.1850378816875 -3935.1714407419167 -4249.693065318534 -4006.345524420692 -4094.95454864818 -3934.674829997859 -3832.264348741318 -4122.721139581681 -3982.992368980935 -3709.071875362228 -3492.291273048328 -3292.33494453331 -3277.8074490401023 -2332.4016077516253 -1520.078455086944 -1004.2187020782184 -791.1933465435542 -874.414163045836 -753.7171605287965 -967.8969515581022 -1309.5586075647136 -1465.8982728779454 -2336.0295261382985 -3082.440672444732 -3706.522710153884 -4106.332113735116 -4391.204005082808 -4090.992469760283 -4187.258486756808 -3977.574455625735 -3885.966212762664 -4135.292292217047 -3969.5036168988936 -3662.937648709372 -3557.184233138414 -3471.7977685058195 -3338.6718169631727 -2588.778030517522 -2146.0471840279265 -1223.9231614891094 -1001.3692800623642 -1095.920141354714 -1094.1458658349088 -1252.9821650373538 -1254.6482415693552 -1532.5090331556282 -2752.822581411015 -3191.435963127348 -3680.950785218632 -4101.8739758722295 -4176.969326722457 -3954.170276614082 -3925.418141990607 -3825.772805354045 -3759.584238493255 -3752.917508275485 -4032.578755436973 -3814.184299492674 -3667.600396101151 -3391.6511784018203 -3467.968001459759 -2771.971474393506 -1908.0650591442804 -1169.9248340487025 -860.8093123995537 -995.2643966308428 -793.8539154649994 -1138.3929203962 -1539.727458066477 -1795.9994302583702 -2382.0079100926623 -2961.6528963277683 -3078.879308958424 -3771.221932924316 -4009.29706253359 -3712.463162078596 -3656.442221993105 -3505.447377773881 -3456.862726365361 -3559.5515442595542 -3720.0033017048513 -3555.924387252664 -3448.4922958534644 -3437.0321809195098 -3221.451471714098 -2414.056167362741 -1767.4069191119747 -1086.6609050904524 -858.6884807229906 -766.5695202059867 -717.1723246863116 -973.66985928493 -1309.506806264935 -1465.0027370418902 -2587.519705473779 -3582.25317273472 -3862.2056385056703 -4277.543918180383 -4583.28388476555 -4242.652712352189 -4321.78910097707 -4153.170398844022 -4068.172334113311 -4320.485258606895 -4186.3405698064 -3886.883961247612 -3726.129998942589 -3675.8897254158255 -3601.743516983485 -2901.390267037088 -2305.003846368969 -1314.5309093655017 -985.9193131387426 -1055.656387344357 -1047.7433617718357 -1410.112821877848 -1309.5064503335343 -1466.5067569949942 -3163.268170909878 -3782.788589469619 -4070.392155645004 -4513.468693275603 -4705.711619752021 -4433.100215567037 -4524.298441417303 -4322.70515227095 -4200.354755825293 -4420.645367546107 -4329.336122801676 -3972.380588682453 -3807.003697787238 -3731.183099717378 -3533.0800515821134 -2699.14997189628 -1923.1659071172185 -1197.7533377691514 -932.2840235823708 -974.8677760533652 -793.3234292511247 -987.4152647489104 -1309.5066630514784 -1465.7133937072788 -2605.771399648263 -3332.0172070855774 -3716.323315498551 -4217.004268477282 -4435.3494594171925 -4126.050105142594 -4179.366099750847 -3959.4315498437086 -3890.29088684618 -4144.750380908428 -3963.8918852229335 -3625.815045118021 -3555.856308659701 -3402.2731130783727 -3079.703365167388 -2321.727315051783 -1729.9239855727744 -1122.4658856412889 -750.6540272743474 -966.9432062960204 -784.7914549751633 -979.0080973044904 -1309.5066460236749 -1465.1838800171784 -2276.289039355061 -3232.8622764302154 -3810.2321008124086 -4218.366226998285 -4433.758617728911 -4131.761091341574 -4225.651714683851 -4039.458843370842 -3954.1682666007296 -4212.058437040608 -4083.736622629923 -3845.681104505444 -3624.002400937314 -3615.748513469355 -3527.674404409478 -2651.3216469023955 -2073.748071815468 -1213.0156505179507 -970.9254562206536 -1020.854288047697 -911.168657601317 -1143.823167007731 -1309.5582633798167 -1465.7257967813125 -2750.6257680507106 -3606.338897745794 -3882.628215510804 -4285.89111924877 -4539.056051301043 -4253.556870228538 -4349.153365519852 -4205.893056870348 -4097.920204035122 -4302.615139392092 -4098.047559910964 -3883.975129220671 -3678.783665843569 -3639.368115095897 -3721.740612208646 -2969.820181232655 -2359.804308419864 -1416.3790705993815 -1121.717222000589 -1246.1655141047704 -1203.339966074254 -1542.373134842461 -1255.6883516417247 -1532.421524922113 -2908.5871219899973 -3306.170781090095 -3804.206644904401 -4140.4184774361765 -4273.174666092576 -4118.844858437043 -4086.6287061068583 -3951.0200937037184 -3854.048169604011 -4015.0593532048592 -4174.3636546037615 -4150.124604801577 -4002.717440587798 -3815.814270221773 -3880.522066736 -3224.797498526457 -2579.7486133729867 -1524.550420425917 -1306.2799829946346 -1564.9974271698609 -1426.4631559593363 -1848.65952036814 -2207.3577521205543 -2528.1674880940022 -2785.1111666960896 -3199.7249527148924 -3323.830572693448 -4022.638521106581 -4214.641677998525 -3832.190920211127 -3814.950290810744 -3666.682672793429 -3625.932018349428 -3921.0308178056 -3844.52166106746 -3727.321337629704 -3580.675975082268 -3581.563514010857 -3581.425525651798 -2995.2586921904945 -2440.2838211088388 -1427.0494370207716 -1335.1901054747148 -1433.6744568956628 -1234.34529540737 -1753.6112960701912 -1309.5586862185 -1472.262700119152 -3523.0328036700957 -4020.6479273851337 -4130.182679613866 -4521.621229033727 -4707.051508155627 -4438.787596147249 -4518.816529131011 -4301.921692526267 -4113.9456164069325 -4556.118802649163 -4280.098601377023 -4158.524521087332 -3973.1221119097054 -3908.5399569550304 -3756.485266170843 -3038.1687919439464 -2367.7516601014 -1383.4118917996657 -1148.4307003178892 -1117.1557739623213 -1016.1399573067242 -1181.323440782168 -1308.3834308194437 -1466.0172719025693 -3248.7927577416817 -3816.9225015721063 -4322.452073115139 -4498.761426408076 -4635.898850632427 -4254.643586810744 -4410.2925702612 -4242.099565275988 -4110.430141474608 -4475.879752095242 -4229.227742805791 -3928.418647434173 -3790.147427234106 -3820.76941020858 -3771.121444283582 -3043.6630711257903 -2398.925804752685 -1481.6176092084363 -1187.921500165373 -1303.938456972866 -1342.62358641193 -1688.3995479666996 -1309.3405508838646 -1473.6361779424465 -3429.1441229409184 -3992.4017357376247 -4332.603938636505 -4640.424886576138 -4800.141133895127 -4550.49550534432 -4633.115211788669 -4468.936507105778 -4362.115635517424 -4575.883546966087 -4343.235213092336 -4120.688481828463 -4014.7590120723216 -4021.355945541556 -3968.439371753736 -3256.916581274732 -2596.3720934694475 -1446.9783465185392 -1140.4672403591733 -1256.8896821899618 -1257.6479306352344 -1791.5702748196643 -2404.350779537907 -2597.227783841073 -3459.170126207336 -3962.525482523141 -4210.795085499601 -4581.681669574032 -4862.634380800223 -4591.545882771797 -4715.041834901904 -4554.247570487603 -4395.706426855977 -4620.728083716983 -4278.086814230383 -4120.576096783419 -4004.885236070793 -4123.898104547555 -4058.488544619372 -3344.868571543828 -2714.4815291700256 -1498.3831316510891 -1286.424983173872 -1344.3565185398957 -1284.6011284162846 -1742.410925265723 -2240.7538530836355 -2481.6997200081737 -3463.1307651101743 -4021.189560740291 -4233.966347385309 -4619.650578694115 -4769.4940635623125 -4474.776522996584 -4605.257786321513 -4359.455750876838 -4323.107168375425 -4466.552062118303 -4318.034654388684 -4048.304915146669 -3949.1772302522136 -4061.2647567127 -3898.3679150065022 -3144.5492690496862 -2600.876382436652 -1670.736555147029 -1291.0969133538656 -1377.8164690118565 -1427.9336174144876 -1759.5582105750689 -1255.641957087206 -1532.9392017529435 -3007.4990959371376 -3339.965859724533 -3590.7739568961824 -4230.063947491616 -4259.821277855945 -3962.296546754003 -3802.8027711463737 -3637.4881842933 -3613.77020412677 -3786.976345758441 -3974.1961712002967 -3874.1469396357047 -3714.79689336769 -3484.994331273831 -3585.7606932184403 -2975.565488863786 -2301.3092116114017 -1364.1912839289555 -1139.5093770842393 -1168.9047068448615 -990.7650449944852 -1392.513089374467 -1759.7611072267086 -1964.0237569842209 -2550.4888463072043 -2969.481451472928 -3031.801365733956 -3643.8642104537744 -3964.061981522762 -3671.673403677007 -3696.5139405099335 -3464.890753304564 -3507.1775801698864 -3641.0196156478046 -3771.013463205106 -3672.56158249149 -3487.526351803681 -3492.020389190563 -3431.998733552381 -2778.184284854313 -2229.6062507226798 -1160.9888604608482 -925.9807489186384 -919.8662371057706 -869.4970415583856 -1095.066318772375 -1309.5586068102243 -1471.802714346825 -2972.41386440875 -3577.7363699774824 -3867.8637131383766 -4307.117320794764 -4505.909520073765 -4221.29880021305 -4289.84832255895 -4113.131456668212 -4003.420930069983 -4300.068512272013 -4119.433110407044 -3797.338975331138 -3627.28720808115 -3633.163702329678 -3602.917123321448 -2898.359263979645 -2238.2490628905625 -1230.3844646189334 -977.7293566763008 -989.4009515186492 -891.9560823407776 -1023.3888374266494 -1309.506768429991 -1469.2809898500332 -2587.1445231827524 -3575.514235570442 -3862.723431123741 -4282.037335985038 -4494.254248186328 -4196.595329925805 -4289.763653321584 -4087.580384329645 -4002.189890777456 -4256.20308708952 -4096.180494043627 -3836.74895302372 -3725.7718741185913 -3753.623640117746 -3729.3490316721504 -2984.858356797895 -2347.5596137695 -1298.8820208164034 -1083.118535932035 -1165.770551539165 -1107.0360752606437 -1429.0530066482845 -1309.506743256359 -1472.5268235868566 -3131.440527368324 -3699.350454937974 -4030.353559455336 -4509.112470600347 -4747.864972256451 -4455.730789185856 -4536.899803244118 -4317.627722946645 -4197.463841834159 -4536.186846080653 -4261.27259853011 -3944.592395161072 -3772.178721885516 -3877.203091996377 -3733.761842657422 -3049.614480858031 -2451.14623709533 -1575.3872280648905 -1266.043869682594 -1407.318183253025 -1285.0563580446003 -1569.598313153029 -1309.558363014839 -1471.1278949962382 -3385.2748562727083 -3916.032470323885 -4224.181872454079 -4514.736336994759 -4769.161711255681 -4545.8364223707695 -4648.525282679569 -4257.64112458375 -4069.5978391103527 -4414.284851456401 -4317.737511334067 -4177.022356955344 -3770.564100930557 -3798.859059900252 -3742.458356028424 -3003.9888978752115 -2383.041161416608 -1463.165205781191 -1265.473288460495 -1303.2005417178111 -1129.9146118465817 -1556.8463302262971 -1309.5580460726735 -1472.8024431142142 -3310.2013406636797 -3788.741583262596 -3958.915040892058 -4467.5792477315 -4694.869666425354 -4391.292158198674 -4449.472174968052 -4393.368434993538 -4285.379052233488 -4545.617273849613 -4350.903001830768 -4028.3395776838574 -3841.6508075274314 -3822.349847043944 -3780.758054237154 -3036.294682215847 -2442.881125928714 -1506.6101894157432 -1287.9572976190277 -1303.103915893863 -1243.0725834521295 -1763.527185406227 -1255.6881701776183 -1533.0502990417615 -3045.569288060961 -3286.259138799106 -3755.282132759182 -4100.656320945225 -4427.701398219927 -4046.536733480383 -3927.7992657140335 -3711.993788302688 -3757.094254720036 -3891.470696356276 -4031.596646308393 -3867.8705801533847 -3827.259807041557 -3641.878506707923 -3759.4060818011176 -3045.6675510593764 -2333.7561745872026 -1412.262884697366 -1108.7209239622034 -1209.974490962372 -1263.2803566912753 -1564.0302546964265 -2002.646350990758 -2051.5611553913013 -2510.818487846644 -2980.060211052017 -3136.967800489596 -3734.0116354614393 -3945.718702580479 -3792.654556364773 -3771.6887964913312 -3558.20236400835 -3450.692844641257 -3673.800720929624 -3806.301010282716 -3689.037548447474 -3598.704074254021 -3576.1878615503306 -3515.7625992013723 -2821.4327744726456 -2230.1245589635478 -1238.9407735552704 -1154.9894569824517 -1170.9950755831949 -1077.5892167961215 -1225.7834564313046 -1309.5064379005817 -1466.5203982965184 -3114.064366938223 -3685.182319891856 -3985.998792002868 -4407.222019893877 -4562.07743087502 -4260.301241642749 -4355.153846883575 -4167.589560959045 -4090.724176156422 -4392.296510193961 -4235.343597220563 -4007.1190145728656 -3852.0521275927663 -3894.51522285133 -3802.273506261972 -2997.511945781232 -2327.849549084912 -1354.262084485216 -1133.2257299825364 -1081.3327089490567 -895.510742261269 -1148.5518644768747 -1398.6409882790083 -1562.4882497703238 -2492.661 -3326.303156815781 -3865.5542952132423 -4338.47347015068 -4503.85178657154 -4211.7591674786645 -4306.384875497974 -4091.467545120247 -3997.897234968093 -4258.463217622679 -4112.578069574792 -3819.3506359499424 -3679.59333319807 -3580.994642786004 -3329.865985772656 -2585.704685643623 -1897.3264856216963 -1256.6714948489962 -817.287985789076 -866.7702501599 -878.0553401246771 -1031.7093355831134 -1398.641410632575 -1556.0875022343969 -2558.879886605941 -3468.691345926855 -3860.3537526355726 -4326.2950176694085 -4483.467355273026 -4190.8807156898365 -4310.169177878993 -4095.9037311269626 -3997.133632977408 -4267.074555747342 -4123.171351053931 -3817.311409472894 -3674.019669784423 -3531.806319176135 -3367.830525532781 -2545.46649447084 -1677.8798127920186 -1044.7500454749777 -856.4075883638794 -875.9636949268477 -821.6079007783096 -1148.9970443406617 -1398.6408964922832 -1560.4231934037748 -2397.775145404426 -3394.288469924977 -3968.476820382904 -4380.892319695473 -4590.703357559079 -4300.998491181141 -4388.262922939892 -4187.778322435913 -4088.1046519559 -4341.301019705508 -4173.675101178622 -3867.025434431437 -3708.0993655519865 -3757.088857227556 -3638.8681276925463 -2591.0517181966293 -1844.987268954346 -1256.0230129686106 -859.0013789663403 -878.9981476936125 -889.4462464010941 -1120.7756192704217 -1398.6924438892115 -1557.191094896337 -2495.3558451152885 -3663.947937807317 -4008.241703400692 -4451.608857693417 -4633.296260281118 -4357.047180002944 -4406.614579637694 -4225.714017136395 -4119.264198444042 -4393.0241397483 -4225.776382284286 -3924.063174944738 -3800.170889141909 -3974.130590009005 -3711.2054934271982 -2967.272461966425 -2209.401298444811 -1314.9704794349316 -1088.049787873388 -1135.7508479847638 -1046.2437502679693 -1274.0442420442923 -1343.6745640708525 -1620.465276935049 -2540.3218825876866 -3180.5398105748227 -3795.230965147723 -4138.526795994464 -4183.8114877866765 -3934.695823504682 -3883.6400145140233 -3714.8684721336776 -3661.9646015362055 -3788.228909275752 -4097.12223298578 -3930.8339531307706 -3804.519122174879 -3749.1679674429897 -3667.756901505952 -3028.681623317372 -2391.5446297616622 -1418.0653949615685 -1108.7046338983414 -1132.5257532140608 -1115.5373342467772 -1520.9758121529303 -1911.8317021467808 -2053.301370534157 -2334.255627914304 -2960.2598145936386 -3215.8361517411963 -3860.186754548211 -4111.305128229379 -3820.996797008172 -3863.1214438828342 -3597.360336296128 -3608.014514801719 -3739.942616672623 -3877.309364831439 -3778.803315516857 -3632.895685016045 -3829.536214893513 -3650.47227157772 -2916.289385082363 -2438.2519022955585 -1494.2515374915934 -1332.7540662168683 -1436.081063339675 -1245.7415971977423 -1412.2919349740246 -1398.6410436915328 -1563.095553441759 -3365.8544094508006 -3938.018077986749 -4145.876049566008 -4629.24360839464 -4834.004708108074 -4599.007923055917 -4599.839435021049 -4389.354058186315 -4245.854776602071 -4517.588703805159 -4401.697106197705 -4058.660559166821 -3959.651344739504 -4178.497154369297 -3949.012196733069 -3150.081109993855 -2489.641482190033 -1592.9119084985366 -1280.7974705168892 -1337.7818599820328 -1296.9494838731869 -1678.983965828099 -1398.015384034638 -1563.278024616196 -3371.7499997890445 -3795.089707579978 -4012.880604872241 -4465.3380319769485 -4696.227698683287 -4351.468809627748 -4421.740308768966 -4206.394707804127 -4125.1693163934415 -4398.796013978109 -4242.200000963906 -3926.359008055824 -3773.842998779077 -3981.5577372648177 -3765.688615004455 -3012.046381212929 -2320.83309306729 -1376.1405276112228 -1090.334929314802 -1122.7511399427206 -1060.716252454142 -1363.0869634144465 -1398.640548892264 -1562.3208995198545 -3042.8822469528423 -3769.2510647475942 -4058.361849218657 -4555.939187059753 -4768.617290728769 -4415.529633947929 -4490.793216518208 -4277.868156791859 -4181.5516461750885 -4454.381640871953 -4264.903031527815 -3970.7760943060007 -3825.2172328190495 -4053.6862561666976 -3796.2705029127255 -2977.646962611041 -2221.6479956684043 -1362.5234453912235 -1125.0158313546208 -1138.3301465177603 -1045.5797964579965 -1298.4405464772394 -1397.5537308842538 -1561.1320161128422 -3214.398022343639 -3791.141174430517 -4232.4604852355005 -4676.99437882173 -4877.31774029072 -4705.847881199948 -4603.380578791517 -4409.259779885665 -4275.997184812244 -4512.98168512785 -4331.5500829464845 -4092.472626203657 -3904.788976942868 -4062.8953202649022 -3901.6696694724337 -3159.4648024226185 -2738.943551395938 -1914.5583000680465 -1596.0532185339878 -1424.6279473712366 -1235.6692338000305 -1468.5969034823322 -1398.6402192035362 -1562.0893153074544 -2973.53929872065 -3606.2851229351354 -3948.302325573417 -4344.949226430214 -4562.953464409285 -4255.109079845078 -4327.146760763602 -4148.600464327932 -4089.498719533992 -4340.303771562763 -4143.838797038087 -3846.680434168762 -3669.480265352327 -3753.5488418041887 -3506.965886516864 -2626.1104464548803 -1842.687675435776 -1241.676305906947 -911.32841536738 -920.2945647077464 -971.8220835022177 -1079.0032275684423 -1343.776008920479 -1620.9185908470383 -2063.7540615504736 -2741.0716084706683 -3454.5487856020736 -4035.147628132313 -4067.10910935096 -3869.393505336789 -3818.2960960595215 -3624.7440914464655 -3652.968228281052 -3787.895438842167 -4033.7940722868816 -3860.1794888051686 -3599.984180156896 -3231.157365502125 -3049.6125005544186 -2312.377457825873 -1701.3421026467524 -1193.8811323912887 -982.5367705509464 -921.013314995666 -971.2942140095691 -1175.7692870873082 -1648.2889634744738 -1900.4782211334789 -2111.0443041918534 -2808.6864167380054 -3180.29551808152 -3889.7877412004577 -4241.071835829642 -4027.909865907505 -4109.927010442053 -3890.485452030214 -3878.375766474015 -4055.9469387680047 -4033.466545957944 -3899.838014277757 -3777.41341159048 -3995.3182613675535 -3923.6247848725975 -3215.752053954246 -2597.593503749325 -1628.377421219957 -1747.8980128945466 -1782.79586162721 -1907.8061359761184 -1946.2757524635144 -1398.6411804758382 -1562.95354400291 -3772.448590235176 -4153.436105856605 -4307.596241057142 -4914.964004019208 -4888.614281598491 -4628.538900302483 -4600.903987434169 -4533.170577927229 -4392.527859061433 -4567.101602504068 -4464.774178953879 -4163.304578764158 -4081.426554079295 -4261.878348124456 -4017.8405112368896 -3310.7295403049293 -2760.565544346559 -1792.7642110171787 -1590.5401955582463 -1509.227577534356 -1519.739440125352 -1976.482301504347 -1398.6921366038005 -1562.725593746094 -3665.234099467859 -4302.653060101907 -4424.41823790446 -4823.426276641581 -4961.147721461635 -4672.471786000456 -4799.952557916764 -4530.969993455112 -4386.495159258889 -4533.084304449031 -4237.430641918997 -3845.785336548802 -3745.517255663368 -3907.161139179258 -3768.769299227419 -3027.4574515010595 -2386.482942568137 -1405.5337878942237 -1116.448207165373 -1141.173835170403 -1041.8898819039978 -1344.2153481668909 -1398.3573514382422 -1563.190341556878 -2677.938986884907 -3632.9049267355217 -3954.6831477050814 -4409.362423263297 -4570.359445138089 -4265.604034158509 -4334.816226271732 -4176.090330412105 -4104.259639436522 -4347.197366579784 -4179.267569870668 -3858.669932838951 -3775.071628096619 -3948.187414948107 -3627.947377894784 -2850.529061167283 -2051.607798874255 -1327.855128047585 -1065.8444405975551 -877.4411893096694 -828.8643795056746 -1216.11582492191 -1398.6924793911176 -1561.079263680506 -2433.854527471241 -3562.600468244675 -4021.9803684614094 -4470.163262377456 -4644.990361242772 -4319.49075951059 -4402.001959837295 -4231.1481460887935 -4150.427691194088 -4416.23824282967 -4211.931581301003 -3866.412995964102 -3715.9261288476287 -3863.854706431904 -3651.877299490186 -2746.5560842852924 -2077.086497876964 -1321.6948878819278 -1105.7797211636196 -1137.3372574019031 -1043.0753636661086 -1271.3602735860825 -1398.6920075145729 -1562.7119194026914 -3054.6257728808814 -3795.662058015346 -4108.50214966674 -4567.284433126009 -4803.1901521501 -4553.615298566045 -4620.5552166221205 -4448.010770026583 -4351.564308441962 -4583.15424126551 -4393.804261610787 -4087.0582382265497 -3919.429969224503 -4055.469830877235 -3814.8816531948814 -3082.0602298076 -2460.7165280991426 -1489.5703276183626 -1167.1896706478342 -1222.6285884194235 -1306.3572347377458 -1688.7123884348423 -1344.508115896873 -1622.3166786325548 -2661.141175769651 -3176.432363529452 -3668.334165637381 -4025.376904070492 -4072.959159533727 -3887.212262652528 -3815.382211899461 -3626.3465418615583 -3564.644408053633 -3726.414225631721 -3995.827397901877 -3740.779598255703 -3616.801695034568 -3511.8595592570477 -3322.909730796422 -2711.6006369686406 -2103.4194403868187 -1323.5546756322694 -1032.5967090111117 -1060.9291349130212 -947.0292993939396 -1128.5356147121947 -1431.098207369248 -1969.9964490478228 -1887.2608674509852 -2432.236856113188 -2917.42323712976 -3706.904119100367 -3929.30444604034 -3622.8932624628137 -3728.710328726041 -3505.593616741402 -3401.494117330906 -3538.7304869810955 -3656.241195097519 -3403.5996101509577 -3199.061623934704 -3419.0912464780063 -3178.5791392586093 -2415.9472882868527 -1929.3462078816788 -1229.5394312262863 -979.212692251764 -1016.0168524535076 -1043.052765154413 -1190.7887925297855 -1398.6414981585085 -1749.3280067100677 -2562.8631658780564 -3211.108612228767 -3578.3777639365176 -4041.0534630029465 -4200.922485521834 -4045.379154943733 -4218.90984818579 -3909.5800249975873 -3918.236562936641 -4176.659863801063 -4042.135759165375 -3639.525224432765 -3499.3321452328405 -3490.5709484531108 -3300.1629189781725 -2435.3519127684795 -1673.9586457008425 -1221.5303420524956 -818.8863605184806 -893.4545079381927 -925.4765384021769 -1196.3299861876394 -1398.6918848403432 -1749.0313980486287 -2485.717956146069 -3224.897015456781 -3671.936515884409 -4235.192131863376 -4478.095298604155 -4172.1168469736085 -4232.370661714684 -4069.1676036858057 -3980.773283277325 -4242.757560402204 -4099.809510099684 -3739.153984508052 -3556.184959269724 -3546.8793327756307 -3363.3641499261244 -2453.502353993146 -1610.164132195939 -1071.1779469718574 -879.985387991012 -876.890986698011 -838.5515636131485 -1094.987017694707 -1397.466033533346 -1749.575638746648 -2415.6495107593564 -3203.0534390859225 -3733.9289489717057 -4305.269298342823 -4490.432519494073 -4212.978148395474 -4272.378052985115 -4080.779436717593 -3965.547058255625 -4230.161148280247 -4098.1128104161535 -3756.537615314777 -3692.928898582282 -3788.792670320124 -3383.244922028567 -2497.85304995429 -1891.8911111731709 -1264.6310210100069 -1075.2573602508355 -1103.1155339839947 -1046.859071169133 -1259.0346068598935 -1398.6416024257187 -1749.250544171 -2512.580586978661 -2994.133058479137 -3356.3840330792264 -3906.924840271995 -4516.550768811726 -4332.027200286197 -4421.35827792523 -4209.925373648261 -4143.549350212644 -4433.210444992838 -4238.339447214758 -3941.159624708196 -3723.4239827678543 -3953.445233585937 -3819.667624532377 -3079.70912004663 -2418.7813024218426 -1516.2983059026124 -1286.5172047318426 -1283.2790931720967 -1203.250192361581 -1713.5994537151594 -1424.2462375153932 -1749.3649048374064 -3344.491552744478 -3883.220060049748 -4144.157962919249 -4591.096045411492 -4765.863794422212 -4486.353935954301 -4604.275769870157 -4415.011107244432 -4262.492038828204 -4511.265235769816 -4322.200462641203 -4000.873179348651 -3925.387960898901 -4025.05310938006 -3898.754351133379 -3135.5133199401084 -2464.8322071081893 -1529.9561528906802 -1275.8656327257645 -1292.508302604447 -1245.57151228819 -1774.0522481211578 -1344.6801969785174 -1808.7643288115232 -2950.010661089701 -3385.0475917241533 -3961.646372038411 -4272.800077604728 -4389.658121294813 -4133.790543426707 -4069.798640254373 -3877.9709085583145 -3879.788888650821 -3828.7481782169375 -4297.471836394824 -4140.547979436315 -3962.220755280851 -3740.224352106324 -3692.628318531122 -3111.814712077461 -2506.4091873227453 -1670.3066230167062 -1231.1088986045531 -1213.7967875112 -1110.5273592177507 -1340.6692133749011 -1872.198446902138 -2213.05273854418 -2334.06978935842 -2862.5863925878084 -3132.994797138687 -3807.347986528409 -4022.21786939574 -3792.732048395597 -3859.757494116844 -3631.229081783845 -3609.7732086542974 -3776.37855619354 -3886.628551958676 -3740.055118421261 -3563.841053981319 -3701.79668710002 -3637.6818384685134 -2857.344284635994 -2363.0683493375186 -1620.594941226556 -1336.0641401971675 -1343.9692141487342 -1371.4858130065063 -1670.0080303068053 -1397.6405798495182 -1749.5500475439826 -3261.96249035156 -3790.059008676266 -4061.87009175098 -4512.491895554576 -4732.720980106868 -4520.4401689185015 -4600.895764973913 -4331.522590202885 -4265.523266986007 -4527.624842509222 -4287.653910076035 -4027.4308418676346 -3945.261546995447 -4136.673475116345 -3940.8897363440337 -3039.9284833728816 -2410.198454787802 -1324.4874336576097 -1050.6512315812136 -1036.0427496178772 -1051.313662239689 -1262.5186872178626 -1398.640219759856 -1749.2677831684853 -2436.6635884259467 -3243.425476233513 -3535.491201925409 -4171.830948697837 -4269.323908626125 -4202.39974155151 -4267.095735286492 -4057.333256104409 -3962.2940477499183 -4285.465876063092 -4197.471848313103 -3953.4875856096655 -3797.488538273296 -4010.040751228009 -3835.177737275965 -3088.085405651567 -2415.758356579012 -1492.2028614629307 -1287.967491558656 -1307.29171881758 -1229.1435545661411 -1751.2720992287911 -1398.6417111151677 -1749.3713012571618 -3322.537144184758 -3794.0333242302136 -4011.333813354984 -4353.130934677497 -4518.115711918352 -4208.48003145757 -4311.786864062852 -4171.2451189873655 -4106.658293941396 -4192.836842474096 -3423.3211782731714 -2845.377737973149 -2667.1234173658204 -3125.6217661381816 -3000.2171502019173 -2170.3489608210807 -1440.3070054598268 -1089.9664251146155 -831.9941631590675 -887.6950234355946 -850.6150797681491 -1109.8132270722065 -1398.641792945526 -1749.318034615711 -2532.6397739694694 -2821.56637045512 -3115.4588671665724 -3507.51269738237 -3669.090321143224 -3506.9655612392794 -3660.467047559496 -3540.8699853583653 -3444.715175204501 -3705.405772327559 -3465.0458506270943 -3021.023037719553 -2667.1898627208398 -3000.5197421868024 -2785.6342273376736 -2123.740992995517 -1563.2855412656877 -895.4833568561252 -551.4432944554944 -712.8669403722698 -660.854008351131 -970.5565707159276 -1131.290804524422 -1481.9733632741018 -2096.166044581206 -2546.757241142576 -2821.584479796936 -3458.101835436065 -3690.2031649721735 -3380.784444237172 -3582.9664828682585 -3381.626849751799 -3361.561415020556 -3687.614709020898 -3394.5632841865354 -2889.319493819768 -2665.2455824850617 -2803.383709007907 -2519.2149154196672 -2014.286040061217 -1316.735682145504 -720.7557413018203 -511.42698524860833 -561.5900543289249 -509.1606698235382 -844.9110608628921 -1077.420630881364 -1541.10457966414 -1759.850718730021 -1913.6283567606515 -2546.113789259995 -3082.3784983134647 -3200.734548833068 -2835.0920738634445 -3002.833978962946 -2813.8985922166567 -2650.097784624019 -3004.6022113221434 -3175.4230174376567 -2939.3856748765043 -2608.57600691255 -2785.9024298511463 -2616.6222460551485 -2014.574603204913 -1419.2808459570049 -734.9981204095969 -502.4128445589057 -557.6351633705286 -501.7637367429954 -694.6626503300348 -1146.172562899315 -1549.532229831044 -1709.835132241457 -2220.473243215737 -2049.9064132354683 -3008.191568709118 -3351.367865367657 -2947.2433568991064 -3108.665578446525 -2801.7937447171216 -2791.7952922650893 -2888.610006996033 -3065.010108107235 -2755.1278379954297 -2493.4226165141854 -2551.0201359562943 -2453.1808587872074 -1585.070831004611 -1310.9042783170637 -720.5025242409733 -528.011813904312 -584.5920849601056 -522.0824047762945 -772.6391919392618 -1131.2385203422814 -1481.9545230048493 -2267.534477343259 -2554.9214464182824 -3019.5081279286296 -3556.356136749297 -3860.752729419546 -3559.0256374688697 -3677.251583709321 -3278.6879086075287 -3331.854053618332 -3518.235471022738 -3376.80689984831 -2885.8006098579444 -2526.011938092967 -2880.7209123420075 -2709.2156145086474 -1992.2182608861024 -1402.6330223852442 -721.2140099345908 -530.6417278338721 -588.4207628349861 -530.0055096454219 -789.5999554541157 -1131.2385855075236 -1481.906563056825 -2243.250296164296 -2701.2926788909926 -2801.825289135176 -3492.0878205268377 -3735.504859043742 -3480.7899938852506 -3688.736717598739 -3429.1794377477327 -3405.5706574036453 -3751.4951241725385 -3510.779644458893 -3011.875987492097 -2674.575269355548 -2571.3239022888047 -2738.718650179917 -2053.0159795130267 -1424.52897262876 -726.7856502615396 -533.8286576861652 -588.8212531498508 -532.4724674293255 -820.5459101413218 -1131.237892416182 -1481.9061218458992 -2222.488369772594 -2750.3128801953576 -2804.692535104059 -3414.985304636683 -3785.5841942139455 -3615.252609661271 -3545.1060152034765 -3145.152199733149 -3048.1541075388395 -3382.0800049603217 -3199.0503647156306 -2883.989036998159 -2718.762436752272 -2795.3445328821967 -2616.845141295602 -1902.422548495928 -1283.2698860314413 -897.8041578197601 -669.4087472193254 -724.9169615116174 -577.0619748113129 -770.9612694126852 -1131.23950380694 -1481.8548787515672 -2055.797788119069 -2513.6668578810777 -2880.166662541953 -3484.7558010057364 -3726.556456339977 -3486.0061682308788 -3884.525130845451 -3563.7984538743794 -3551.014178429609 -3837.088362883006 -3705.00564967078 -3259.6720729088897 -3086.227442323781 -3232.7946992096454 -3043.845181989961 -2337.57881379765 -1544.5892520081825 -859.3862494787235 -710.3557379272545 -757.0227633807557 -685.4427552167841 -953.6996672851124 -1131.2909993224955 -1481.6762637986976 -2516.614915319834 -3122.9504144370585 -3572.7499221268067 -4025.849293412077 -4197.870816123163 -3912.954502626804 -3928.021237695076 -3775.9577163781614 -3680.434721278838 -3932.159540300468 -3783.061484393663 -3391.012717587418 -3303.521873216105 -3493.5793855379743 -3379.137972905833 -2703.2674707105148 -1756.9183673546493 -963.7171371234548 -706.2415654357166 -762.4828800421154 -674.6421160704531 -899.1510001067079 -1077.420881959806 -1541.0810635658115 -1815.7173262019728 -2452.000144058557 -3019.652784705252 -3625.3109029651782 -3669.678058506012 -3502.983170475901 -3393.549266649876 -3284.6792045489 -3107.904687791587 -3260.029314145155 -3462.218190156241 -3061.371937162343 -2798.458142692754 -2565.4482958019444 -2291.127653122386 -1840.5720693711944 -1135.0789144305395 -760.2784447100609 -502.9177132099508 -558.8632791239152 -547.0958344833247 -696.4436497880732 -1145.263575661022 -1551.1661426428418 -1688.8162281648165 -1937.5523611414012 -1921.5193775404716 -2698.93825412698 -2995.285918786479 -2766.557950952965 -2846.901535882373 -2627.023827991581 -2584.7677775705006 -2830.5574648678426 -2745.7350749432358 -2634.923291712651 -2340.584122789289 -2769.031908884984 -2531.3170487891693 -1865.920028499388 -1360.3161549631138 -721.0287979750923 -531.9716435355704 -583.7778666563621 -527.8822646999997 -728.5778387183918 -1131.290987629798 -1481.4219843288956 -2234.598640081274 -2533.322707194477 -2613.9599315900964 -3150.759865661194 -3415.456678314773 -3132.763505506734 -3433.305161401003 -3244.736900598118 -3226.5564055014297 -3457.28654613788 -3377.1541160093398 -2943.7731490802703 -2792.74775267436 -2748.069016405881 -2571.352711575511 -1755.9040690908205 -1290.9015640986045 -739.4425959701745 -533.3021320830467 -588.3002364500389 -532.2569531431938 -775.9633897107876 -1131.289026836498 -1481.8206111210388 -2275.305948037 -2510.4574586668464 -3210.171998272869 -3714.535201231771 -4090.081268023226 -3768.710676959871 -3908.9832148528617 -3709.8899189176345 -3637.3386658998616 -3873.845742160078 -3602.099031985477 -3276.0343095780304 -3374.821062652933 -3308.227273521472 -3133.162370030528 -2159.5853537673024 -1603.425408216216 -934.8480052534782 -707.2912757793994 -758.7918588799351 -705.4590883293228 -990.5532461332808 -1130.333871667509 -1482.767609151658 -2903.6714703800862 -3365.0980229352986 -3605.408957054727 -4032.5379691699623 -4238.174331378904 -3962.988736464089 -4007.4436747437303 -3860.116498501302 -3759.1109009012143 -4015.4631991868127 -3867.7995402873134 -3566.757947752781 -3666.202607785211 -3674.442908562845 -3484.9945890321387 -2761.367703670303 -2149.175557083192 -1079.7609113798585 -841.767137837573 -922.6956289225118 -859.4194032799854 -1186.410333055119 -1131.2397702148985 -1481.95692707569 -3013.947919682775 -3474.3750701393883 -3693.2235741995582 -4188.554688577171 -4343.394992874823 -4042.2207630209623 -4141.385399645891 -3874.1549531290266 -3803.655230947816 -4094.334973577037 -3924.588981892139 -3618.748943057072 -3642.6029775757065 -3626.835286238668 -3427.9520632816384 -2707.535174388907 -2090.746768042018 -1009.1080494403586 -774.0853036112488 -827.2839556937739 -738.4693579131174 -1078.8096819026102 -1131.290865673495 -1481.845783669371 -2884.642715108664 -3359.5739492160906 -3634.8915830550095 -4205.2931532701605 -4405.225043332537 -4189.869890074515 -4207.38218512317 -4028.756014419021 -3862.1230392596217 -4065.2193082096014 -3917.882882429093 -3673.855543425645 -3813.448214547318 -3836.736569641047 -3646.767183366887 -2868.9076184486435 -2266.602500296452 -1086.6950309173117 -878.6319323423247 -931.4190249080812 -853.6457829656124 -1220.6407445079622 -1077.1789205082396 -1541.215115624097 -2564.607233710819 -2916.8569343712065 -3419.449287282427 -3752.159525745392 -3880.5479550292575 -3666.12315493996 -3618.984853571764 -3423.5672256821163 -3373.000260631577 -3527.971011440822 -3802.8126970908847 -3608.537393925332 -3692.192277570028 -3420.563030169911 -3381.6424580866114 -2751.1978307088348 -2176.307013073548 -1003.7157516329984 -787.8688464863935 -751.6927647064351 -779.2599063820232 -1230.37669348727 -1803.9753050559675 -1965.4455718094907 -2446.918000397128 -2866.1559017286027 -2908.9232067650864 -3546.9221173513065 -3783.396858146789 -3479.8513531181165 -3509.784708691332 -3265.447858278612 -3198.410932842569 -3351.3010173357925 -3468.3280045122515 -3307.1009734875656 -3358.5279404665057 -2981.7817383455435 -2620.229372530373 -1794.8880395667466 -1289.854638274121 -720.4457265465714 -573.085106928981 -587.2018608808568 -529.6904896332364 -728.4839853655358 -1131.2385725557056 -1482.061289409745 -2211.351064336376 -2553.260620832888 -2865.971207995794 -3409.6878974714373 -3579.765264605283 -3478.5250158472245 -3618.3117447025456 -3272.442899394952 -3178.283405295837 -3509.2365388735925 -3438.784909647118 -3050.7955992927323 -3170.9380563788754 -3060.1133201379 -2684.152539041348 -1854.1309923197043 -1206.6694553504472 -724.3312739571245 -532.7760197903583 -588.5763018158007 -532.8914177023421 -731.8808685088868 -1131.2904457408367 -1481.7334453898695 -2242.4269781853773 -2451.260111997154 -2853.5811967071413 -3468.806213139585 -3728.190629412616 -3557.5282425920154 -3687.422933468985 -3564.4240759479085 -3584.478104468024 -3745.9822033882488 -3447.596587742265 -3009.871550403307 -3114.361997512868 -3117.87957013749 -2819.4131530768423 -1910.9990529989093 -1198.518340534935 -722.2665228600605 -532.761151931907 -633.1986142239292 -532.7468193180355 -815.1547793209372 -1131.2388854483177 -1482.0293503318771 -2275.865150252487 -2511.3113986715234 -3154.1082925166274 -3837.963535634881 -4177.377282966682 -3881.234254080212 -3932.292145359209 -3740.1169404957495 -3645.5035912954495 -3913.372179090288 -3790.319782982616 -3414.814216356877 -3280.994532888902 -3193.4145534352674 -2829.2546677993664 -1968.487515964127 -1291.1952518484316 -724.2519797826112 -533.2243095960212 -588.6388216468494 -532.1532735003971 -815.5916462919463 -1131.2908855418214 -1481.8676543300817 -2124.1473723734703 -2639.950504550122 -3302.2894518360195 -4016.306988363188 -4200.040681436609 -3909.727167917832 -3964.520346696285 -3791.411108858717 -3700.692534730481 -3984.3385565447015 -3849.169710464381 -3515.642008959852 -3528.891603602233 -3597.3600703069355 -3127.307136353558 -2186.822824863896 -1497.9502091214067 -747.3259015554602 -580.9040184046853 -588.7082864954314 -532.2011277945404 -776.041977554578 -1131.2385397603634 -1481.9254706347956 -2132.8621026387987 -2567.981927520143 -3022.3846202231834 -3771.5313307643655 -4193.562026647074 -3881.683155507135 -3937.568048383903 -3746.064648727116 -3651.870457222549 -3921.109686881689 -3775.535934176349 -3384.429703225326 -3209.742307611185 -3088.0767781114023 -2725.823784652096 -1965.201294847412 -1198.7572885748805 -891.9467093539084 -504.60247015468775 -560.2212838824034 -505.4496125534268 -707.6449687363588 -1076.544719917762 -1541.2936332135855 -1742.5728850837993 -1940.4781054081277 -2501.446801453014 -2893.434965275176 -2932.272951549731 -2955.272037858266 -2872.2875776740707 -2596.829776622307 -2692.0172736112827 -2719.442979768823 -2928.781475259407 -2769.986044453948 -2851.953023120025 -2616.259672480003 -2564.3762603459704 -1922.96520974349 -1407.5925317667702 -889.4460791078255 -681.712553056569 -695.6314493051019 -620.7719721531608 -896.2579350755042 -1286.9680631083213 -1604.6577280316485 -1577.6673875148329 -2054.080883832306 -2377.587252978116 -3071.177641866253 -3252.5346961215514 -3255.2041156024343 -3052.186519325687 -2910.053871435573 -2879.0047890865394 -2884.215112001056 -3055.4304711798186 -2869.166177038705 -2863.7711701502494 -2894.419976013719 -2609.374348668615 -1921.2272726088263 -1439.741476348631 -746.7971764588646 -528.5165062141815 -584.7332919287882 -532.0864170351861 -728.6772462531043 -1130.9082672582265 -1481.94968064181 -2193.1154735190808 -2556.3508757465875 -3440.8421504084563 -4043.977826662225 -4231.406285614131 -3977.9072568203305 -4078.45918587836 -3865.619721658857 -3801.9947948086806 -4077.776944662824 -3941.163659769266 -3617.068211786349 -3660.48005624824 -3636.921262746308 -3428.842693135624 -2711.6275628687886 -1561.5790307165005 -835.0079752840624 -668.5962894653703 -724.1362782297385 -668.7947619121346 -907.817214859166 -1131.2396586247032 -1481.8945035950044 -2121.2639332266504 -2649.172327893189 -2962.9801314248066 -3586.8590477784096 -4158.741400240876 -3851.627555595168 -3920.3463880885415 -3712.47861775602 -3621.475822731456 -3877.466135001263 -3606.243934300502 -3174.9100413847045 -3155.572427868073 -3104.866985345548 -2978.279232496847 -2303.319503657931 -1684.6657589718393 -838.1380734234172 -668.2451268315056 -725.6657887286268 -670.5427561564856 -907.4242070666296 -1131.2384773268857 -1482.107444322926 -2125.277233184506 -2579.623618489169 -2869.071041660464 -3633.983769485757 -3809.656418569449 -3797.537811471044 -3910.147432136917 -3668.889323511012 -3484.671865376199 -3602.749085526448 -2941.096159137588 -2503.884274144597 -2920.0060988241426 -3032.759785511583 -2812.283819840575 -1828.1602711708904 -1379.2211192358686 -726.4481642238597 -532.3332609429069 -588.35394154503 -533.3582917957593 -796.8943640748982 -1130.5941393741305 -1481.99412761032 -2175.79384395286 -2636.941706331728 -2804.081143009265 -3196.9341374820706 -3529.945788010786 -3023.839583358083 -3136.1418502087686 -2997.4169078020072 -2943.751445168261 -3271.003660599164 -3235.153768802609 -2881.154996549556 -2987.333947058455 -2965.034014817456 -2728.718490856821 -1974.3924020480745 -1346.8174171677615 -737.4042821493958 -621.2775515612349 -588.1262586724399 -533.085952831402 -938.8650631021928 -1130.7379096926322 -1482.451615355654 -2304.2526975094283 -2759.655828005197 -2897.9800711959374 -3176.6378501819927 -3402.63135979354 -2848.373568469029 -3403.1047587932308 -2872.288817725058 -2818.729367162752 -3235.5510175656973 -2746.5850784315094 -2816.614618982311 -2984.146715864248 -2904.816407494988 -2626.0471078325504 -2034.490529783796 -1421.9058368245965 -714.7404935722097 -505.9479759510897 -560.7738211290134 -504.5531916828468 -860.1456086655362 -1077.4195673474617 -1541.4184827515671 -1813.744324237679 -2231.0327802118577 -2624.4412711820837 -3002.6164206967264 -2846.951790106003 -2801.492612911197 -2779.6272371651307 -2551.1352179061573 -2489.8551536416585 -2631.3316582423217 -2908.973932640002 -2768.0069805306352 -2854.9983974553934 -2556.722079691031 -2286.202518934711 -1643.3400641753494 -1057.6208764004325 -829.7870647222771 -591.3112157271046 -643.2689663538093 -594.1817751130743 -897.3879191722223 -1199.3955155053227 -1678.0902984863878 -1570.1523470566124 -2073.5823991233087 -2074.8449698920344 -2859.5012478799167 -3110.336885698997 -2676.730445449824 -2755.616646846468 -2426.4561620540626 -2290.111558016409 -2606.190068109361 -2677.1441116406986 -2505.500887748738 -2800.7584360217347 -2923.434189298091 -2505.756419982029 -1671.3320654741176 -1159.7422239783614 -856.490567065592 -624.993266377958 -680.868113215953 -625.7802550264504 -948.0081620657668 -1220.3141020169355 -1571.1615818116493 -2387.1946047319743 -2900.985620152335 -3026.8500909686245 -3426.934377865987 -3490.332966588083 -2939.6466192774183 -3236.7267530663503 -3014.664555879511 -3052.78114767575 -3184.235871107008 -3018.6736400750524 -2931.970332444618 -3060.3449357610166 -3128.96381746902 -2872.3184245304983 -2137.417550999717 -1477.1870377462203 -827.9182863443397 -626.7749892507953 -679.8872749539927 -634.6947581521955 -984.0704927555024 -1219.1971696619644 -1571.4766623852522 -2285.961787730312 -2805.0391559988743 -3077.88378631613 -3262.6682141166225 -3550.63951846381 -3399.69482666686 -3598.798916210967 -3538.5289932542205 -3441.8643561458425 -3558.27184463275 -3351.2506561657083 -3114.349989776635 -3085.566621211531 -3093.3944180011536 -2845.541284813916 -2120.04722694356 -1497.5785074023051 -998.3693495181798 -772.1163562601006 -676.848081996772 -625.2284328033447 -863.859223416288 -1220.372249092164 -1571.076922824392 -2150.2204837166078 -2649.614289098468 -2875.529016146963 -3222.658192840637 -3719.628994562656 -3292.87820930565 -3317.55152743753 -2840.544611288176 -3093.083808374511 -3191.385813471971 -3099.187467737022 -2970.709945754876 -2968.324148204527 -3025.781583323776 -2890.673818897023 -1945.5197867578584 -1293.7320390992168 -844.8965758276953 -629.9916425628413 -682.1940465706667 -639.4585212136295 -917.7545273983892 -1220.3732544806523 -1571.1343760532025 -2426.635742970562 -2872.459313376361 -2990.820608925672 -3465.206533346085 -3779.050891720165 -3474.814424460811 -3606.334738556413 -3546.5773112491456 -3449.6838354115807 -3713.06503197541 -3491.9151215894326 -3120.364749325769 -3080.1071925373703 -3005.093946769631 -2846.248348766942 -2132.9516763618467 -1227.4825715818345 -837.208771607726 -630.5657209832042 -681.7522671800735 -639.4931220382343 -943.5886397675577 -1219.652106741652 -1571.3633420172082 -2427.211365366575 -2680.185432077703 -2869.0253609660685 -3314.1482332686314 -3328.806265721451 -3238.990639732684 -3443.627232053575 -3165.751292315517 -2906.9634244000035 -3244.6471845851665 -3219.7395322981024 -2930.730099266725 -3003.6658453043483 -3077.625727467586 -2861.8243819634963 -2177.6011310738454 -1520.8216421614454 -817.742443226117 -599.519608001776 -832.2028419168242 -607.9292680924766 -920.5677768234776 -1166.5546539156874 -1630.4759062083986 -1894.308447190061 -2282.5474449390204 -2793.7316760990825 -3128.118149897356 -3310.492024393054 -2964.0095439322827 -2966.379886876999 -2632.613834217838 -2644.491915686453 -2826.296255292301 -3087.9535013482955 -2926.723732153223 -3055.807599150853 -2778.156376637582 -2695.5649602294434 -2035.3515163795971 -1299.6465926165815 -833.5081656140792 -595.8747720156996 -785.1191698243291 -674.5143715011691 -1020.4189767062768 -1431.5574875658915 -1922.6082465965344 -1572.940592350292 -2063.8675014294736 -2151.784666498826 -2820.886446584532 -3050.953391389169 -2737.4892628435623 -2765.2760597817432 -2548.783932288876 -2500.080590848561 -2683.188179428077 -2765.342087545887 -2658.9457620436224 -2709.7144413788315 -2737.625006519937 -2433.898957352579 -1675.8379687641238 -1169.9047236576582 -814.9308327930548 -619.7038535493438 -763.7377561893951 -627.0829788554263 -1049.9767844574924 -1220.3733620268406 -1571.1875558440324 -2084.777512306757 -2604.9593575111503 -2990.2218396443195 -3421.0934187167536 -3595.857402163844 -3311.2457381913805 -3223.321945284762 -2932.542272085201 -2822.1530367214564 -3159.2674538893148 -3230.360315636189 -2935.5095743739494 -2933.9627405165133 -3069.2292121426167 -2866.0986558184013 -2138.222976640115 -1473.1210919407022 -832.0769536866121 -625.0923179542128 -673.3490968394409 -624.821579002868 -975.4642814112884 -1220.3722544862378 -1571.345063346081 -2367.484226028127 -2817.500267925712 -2853.918958358775 -3369.1847848602165 -3696.394129535957 -3397.748609821805 -3522.778597459312 -3317.313703005256 -3302.5870513811174 -3489.732144597738 -3292.561607716932 -2798.463271281949 -2665.3455904701927 -3047.758928577077 -2734.6382592201903 -1967.4961772907795 -1446.9472724261836 -847.938280064159 -631.4280832926436 -683.2105641461103 -619.2599397051869 -1037.5118613125355 -1220.3729934604603 -1571.310583006392 -2422.049970806491 -2564.820568423247 -2919.2973152253444 -3551.1091083180454 -4064.92204209517 -3931.205551361331 -3985.71459551379 -3817.315705741906 -3745.8218494666417 -4010.1776021924647 -3862.399465675327 -3263.839679511716 -3141.053058502394 -3020.293626044126 -2770.296569451651 -2094.2478970850684 -1501.0175418632462 -967.8784247681742 -630.057822170416 -684.7526364313788 -626.2336702593819 -913.7156541024066 -1220.170200445001 -1571.6089240894808 -2176.2401305117887 -2670.582051991128 -2980.3159372348373 -3602.4974791079144 -3851.9040110842784 -3469.0975351678144 -3529.8789909276634 -3472.717669351249 -3385.760496082676 -3650.229283798149 -3365.084622129744 -3006.028070319065 -3019.1597207662817 -3029.794298730301 -2789.980753403569 -1959.0049723050024 -1294.4574399870091 -831.9133105260186 -638.6959816566819 -686.2453700166116 -625.1187986317194 -872.9116392234595 -1220.373107941606 -1571.1521518839984 -2407.427666191351 -2885.3377673814102 -3088.1533289339186 -3448.956153748042 -3611.388060596081 -3309.956521120411 -3320.3262842979416 -3057.1993356107423 -2851.591683501046 -3379.8361548081057 -3277.674482643959 -3003.889845493666 -3088.276091249178 -3079.784053783639 -2854.8547452018997 -2136.988541020725 -1501.578261154165 -814.8064126622531 -606.6459257685347 -665.7711159175064 -600.3368945451621 -962.7237438094668 -1166.552918547325 -1630.3555541805597 -2069.2441955498816 -2232.966558963111 -2716.765068127131 -3077.2064708231383 -3113.245697407991 -2894.480925878448 -2860.110112639408 -2632.357001734114 -2602.653372756853 -2738.041900678026 -3004.356764518724 -2869.668243135776 -2949.0628507531574 -2703.5190493114437 -2645.177784672522 -1899.0520384287695 -1331.75854575016 -832.3850946694844 -595.6616491054616 -649.7730070044671 -599.542425080307 -880.0601625853778 -1402.1504193031287 -1877.7498912837327 -1769.38229847753 -2058.7482553531727 -2148.169127123509 -2837.7041600395046 -3108.5968241064656 -2752.6775762640086 -2841.2589352942314 -2619.059529495059 -2527.310932221621 -2732.7476311585333 -2849.2826485025635 -2893.1464607819557 -2714.63825772784 -2746.776891415385 -2428.670468589109 -1674.3820453273563 -1173.134045979094 -816.699899730088 -622.1325633939833 -675.5418940654371 -612.9983395947417 -983.8854051432552 -1437.961425933655 -1869.945183760009 -2247.562786165127 -2511.713630274116 -2937.33607405208 -3384.711704880099 -3566.596543033312 -3283.236876149124 -3344.889586915944 -3146.7592971741337 -3034.25378588108 -3289.0534475671348 -3155.700698356926 -3037.3736171401274 -2748.333486519363 -2831.075481235846 -2578.62628020308 -1853.6521639431649 -1226.9767588963523 -817.0229483975907 -622.1557444863369 -674.3527447184977 -630.1229619104266 -950.4813499383564 -1432.8417131609092 -1828.8302651216425 -2252.7628592562432 -2515.3874836505124 -2753.3009477292912 -3340.527701561171 -3549.078852945828 -3310.32861216337 -3392.291130175281 -3200.2364547071147 -3039.881144456874 -3301.746146132901 -3239.0780257634774 -3124.973616594554 -2948.125273383513 -2791.3266804407317 -2563.081303876103 -1848.79850429384 -1232.9972224216122 -822.5111872040517 -623.6964641732666 -675.5934397118426 -629.0769693285688 -949.8490722246722 -1458.159898514176 -1898.8476063766493 -2277.214138324476 -2718.977256731675 -2982.189429674512 -3422.575356240749 -3621.56150365629 -3321.0487484418727 -3156.4988126318062 -3213.405452864705 -3120.792278326825 -3353.6718515550565 -3196.9984515180245 -3163.051377483529 -3100.794556022094 -3124.722932648664 -2866.209931736669 -2130.602603699966 -1518.1529551490455 -820.239392771877 -624.6294700888341 -673.43822302171 -620.0432306880726 -1020.6552836647496 -1220.3728034971402 -1571.292837402662 -2546.2115005489727 -2820.085290953044 -3051.743698539124 -3451.11942582871 -3611.664027727491 -3326.897872284229 -3430.121641041643 -3188.0103222916923 -3073.3847496474204 -3342.675343482052 -3265.348350561233 -3137.520558528636 -3050.8487641954507 -3065.0516608745797 -2873.959215524093 -2135.0079603816544 -1524.1030493968096 -830.7322980808269 -637.6309428201407 -684.3060956145382 -633.1439513392532 -1019.9046202139529 -1220.37243940781 -1571.214085576025 -2466.63748708354 -2763.09101118515 -3041.465816220255 -3457.2325777994715 -3615.85685086626 -3244.04622620366 -3329.395402245592 -3053.0795616155388 -2771.8509146524048 -3036.565389899745 -3076.483392616011 -3153.3772741672083 -3037.811110919087 -3051.930117244882 -2877.9519749010165 -2143.269383773873 -1512.0087068152368 -817.3886186090132 -599.4493000287297 -653.7074181494963 -606.4313251812192 -957.102396237134 -1166.6054776632752 -1630.3490864876574 -2116.8596191534643 -2332.4113538925358 -2800.8144316133835 -3117.3472360645437 -3348.212724969186 -3266.03438928179 -3277.2602303323365 -3090.1476090362803 -3012.074864291259 -3201.509691980159 -3279.045443286891 -3184.7460077829605 -2887.0498419423707 -2540.048057246098 -2726.268219924666 -2027.623852901228 -1431.8293407467463 -912.3731383476062 -702.1168274597085 -695.7603857601433 -667.9767371007143 -1020.3603412948612 -1338.912935421036 -1759.6656514405745 -1828.313878679956 -2148.7215225809678 -2396.147717752414 -3391.589972260444 -3578.786449506574 -3481.963487431129 -3486.25924058334 -3279.6661913219705 -3204.6842572904598 -3327.717218146674 -3369.653448369816 -3254.600449083711 -3046.4871777394387 -3035.548965279097 -2945.637997716685 -2207.142278033154 -1701.639829824965 -981.0290343262974 -824.3606496831634 -893.5809220327377 -792.0717999153453 -854.2202783838883 -1220.2729394562218 -1571.3047765561691 -2588.0747489860264 -2875.865024358095 -3075.109330636254 -3464.262760938506 -3596.3528701762493 -3280.117745613994 -3325.3528340092 -3101.724812138701 -2992.084820639541 -3262.144109121617 -3143.25666262323 -3038.548702579733 -2934.710157521674 -2942.653629164385 -2638.185577067799 -1846.230071501828 -1230.766496008478 -828.7809680445018 -625.0906214047341 -681.3129761341523 -634.7652815325127 -947.1496621395642 -1407.4809325110125 -1870.1615970229857 -2247.8105026045623 -2519.338953124698 -2843.881080166769 -3243.32470518513 -3516.314856263394 -3237.6942191804565 -3321.1230338067057 -3142.863097248646 -3039.1450032911384 -3325.441016405522 -3171.589706075263 -3061.204731229989 -2933.269350406345 -2963.69231531312 -2763.1265822832747 -1881.4280226483584 -1229.5461909181224 -827.7799812671469 -660.4767831085511 -679.5836956404305 -629.4775949023398 -1019.3878939520648 -1219.196512018621 -1571.5912182969982 -2487.1190459446134 -2779.5169635920493 -3083.731771505292 -3510.70544942514 -3603.521216915818 -3285.676102000063 -3116.614790020334 -3202.389840105885 -3337.440365444155 -3544.637090884321 -3428.625924501208 -3283.745048967504 -3062.31202030066 -2786.721895444748 -2860.2464257842776 -1852.371383999364 -1236.0037917737975 -874.8686719888517 -638.5797734292476 -676.4485591186586 -623.5919767387358 -1113.9703474766957 -1220.37297333814 -1571.401998226727 -2504.59472938492 -2767.564965565413 -3007.029401828838 -3533.5084941933083 -3634.141308374737 -3395.237021326979 -3423.4226071268704 -3142.199679691777 -3068.784804810853 -3334.491688493232 -3239.0856408604086 -3139.846673238396 -3042.6217677392624 -3072.9657854080806 -2887.4069304091263 -2105.3550445288706 -1438.478568004122 -831.7897593990904 -638.340067351328 -684.570986608534 -633.6558498716827 -1020.0683577850656 -1220.4244433311362 -1571.225705021954 -2474.338419573284 -2736.7410317629656 -2985.609681793795 -3467.587194245491 -3604.819530509836 -3368.878525333033 -3419.1273962901423 -3065.6839883191674 -3017.5364452604567 -3061.844734830024 -3059.3501280203145 -3043.223699506443 -3026.566670470039 -3045.034007607871 -2826.259966243392 -2163.216611822495 -1506.2596566889254 -868.5693083910152 -599.4536344098346 -653.3398357698685 -606.7123752337895 -957.0187877776278 -1166.5559913804036 -1630.493893729168 -2174.230828385211 -2345.068456186578 -2851.2311706841674 -3113.0056315816464 -3185.702898686192 -2981.2648963741526 -2893.466348079606 -2696.591071956035 -2647.8098052273263 -2836.856872002033 -3095.0330169692256 -3141.925221133637 -3035.567644304353 -2793.3393241881868 -2689.7069376056666 -2009.8655090687307 -1224.5288753341786 -839.3740668425739 -595.8104945873341 -648.9502181852209 -593.0903372528021 -893.0760041930259 -1352.5010616569584 -1792.565123365347 -1729.7275598787503 -1946.217039323266 -1954.3016433366824 -2776.226556891037 -3032.9205014941426 -2774.0623219639656 -2847.6929468050303 -2574.530101065793 -2533.249883868445 -2708.57501996598 -2786.297726063275 -2847.188006393815 -2685.5105737692697 -2552.446096916475 -2357.542335816037 -1675.4481000578269 -1173.9119796665177 -817.6711661896705 -626.2576119083718 -679.8501807398026 -634.6852037076058 -994.3453568908936 -1435.4669538079872 -1794.3808547734675 -2248.31895676974 -2513.548717155642 -2931.483176063261 -3469.6778805677386 -3640.678696276214 -3454.820470692237 -3304.9502748110112 -3009.0256027994324 -2987.4164153025813 -3254.857825779014 -3025.047323467904 -3141.1605121877164 -2955.834865433116 -3018.9478862723545 -2886.3768646264234 -2127.264015378449 -1502.7429620009427 -818.142950953373 -629.1107225612654 -679.137422060704 -631.0464810695178 -1051.3817589085895 -1220.3724078349742 -1571.28145682339 -2570.6776970548294 -2824.6043267299547 -2915.5706256425133 -3203.437651902773 -3427.527892724729 -3167.9156217808786 -3230.534079088276 -3051.65753694967 -2818.6582055551235 -3053.805775552036 -3143.327193230055 -3166.9782284101343 -2999.5190145439333 -3071.11225588104 -2875.2860010459644 -2118.1838010807523 -1450.6838839135726 -928.0867948239968 -855.6057281559814 -886.4618642779398 -712.2974586866075 -1050.7672301346954 -1309.5067951878775 -1660.4066490074597 -2575.3596953340266 -2829.5391701354065 -3081.648281742135 -3536.415729088471 -3728.026312014669 -3376.1854416717997 -3442.5974529307555 -3312.549724201568 -3158.947573206141 -3414.240102357308 -3351.850716667763 -3243.675121978132 -3135.659582326728 -3165.388739129869 -2867.4847783825257 -2041.6887697518416 -1334.1712638025292 -930.5052088073138 -733.6472204197783 -781.1630661000936 -738.7722642393403 -1084.1896693648 -1309.557826425906 -1660.3722011499171 -2468.7876162609896 -2822.137612576055 -3073.681004105917 -3457.9114157151685 -3640.6291165901553 -3346.11713492638 -3484.296019376789 -3248.2981320368717 -3118.5197560674637 -3392.199227262163 -3264.8838395567245 -3156.7178363927305 -3052.846838168813 -3061.3322522687567 -2874.101240467241 -1964.7504097694352 -1349.9344610116134 -961.4619712843512 -741.7946757840136 -779.1363334867182 -735.7512299351666 -1141.8812522492808 -1624.621839202133 -2004.4626000849917 -2375.601209130985 -2617.861668609341 -3037.5802207678485 -3462.9728806420635 -3665.785831881353 -3438.669215172403 -3518.55699730634 -3241.891350936037 -3139.7545240263494 -3404.556929516809 -3359.5453398218665 -3207.3884864850097 -3062.4551321340364 -3080.256991793643 -2889.389886289981 -2153.5687893639724 -1514.891597837177 -928.5073665697994 -687.4450208976655 -737.3058213998855 -719.1792080120367 -1040.5603540129143 -1255.5943611271582 -1719.8598078492992 -2204.14115860401 -2354.9124083389547 -2842.370007826542 -3042.5897410082207 -3133.744349115468 -3050.79271055245 -3058.081294484225 -2979.103985380208 -3020.0221605548986 -3172.461968662615 -3313.490639508232 -3184.181027162759 -3075.4212015789417 -2780.650830507224 -2526.420811037667 -2053.814734201588 -1527.894037741321 -1069.9867683566122 -883.0802528389326 -919.6356715675316 -876.8853287256858 -1173.718011127724 -1590.7331603475768 -1946.5596708381563 -2163.6388940384763 -2457.131441560256 -2615.9929177891063 -3229.6797498541027 -3446.81688437843 -3217.809323793158 -3258.5718463131047 -3134.127968968568 -2944.9401894762905 -2735.050684976198 -2995.118873034796 -3089.320580458253 -2911.4816730164302 -3027.905201441114 -2823.970268078711 -2039.0175902682445 -1568.4096922426536 -943.2017879899096 -933.6862540090306 -715.7218115299335 -767.6027224696614 -749.8786540197393 -1132.953193758126 -1308.3316732093592 -1660.640479898983 -2444.731172662394 -2888.565013807485 -3144.06111917995 -3583.516735103185 -3723.439305551291 -3382.2629690639023 -3446.549543778792 -3216.888793052795 -3128.394052810289 -3412.498423596926 -3463.4348870961453 -3180.3145070326605 -3083.814145571894 -3068.923270864708 -2881.3440400098534 -1957.4476115968068 -1353.143562201067 -935.3105689190884 -744.4097625902112 -800.508688391239 -741.9822079562116 -1055.0205579639112 -1550.395400679481 -1964.7093174759975 -2157.477767599789 -2620.917635692744 -2867.219776411823 -3447.8619102157354 -3605.7521123591137 -3244.8953976801904 -3373.407379613549 -3168.399800057214 -3100.708260790449 -3376.359486616174 -3443.2281914018304 -3162.534222452928 -3056.839809124015 -3057.5991119572705 -2857.418070052516 -2133.087468408344 -1381.3842981303271 -938.6537314584804 -714.8454599329011 -763.5568267967616 -715.5196172309134 -1110.984544312535 -1309.557710630806 -1660.3821204438516 -2388.2328765158163 -2828.852005046348 -3060.6590940861 -3469.937662814905 -3646.986441036725 -3373.027489028192 -3449.2165806765506 -3222.1139065369644 -3121.616250582056 -3425.2876014255644 -3470.2112383254303 -3202.629735201615 -3106.91629225505 -3087.195961200509 -2891.8813761470483 -2151.0554378062056 -1427.792287127514 -942.547184670634 -716.8245153132881 -765.0074858061372 -739.2524586171049 -1095.5569352163786 -1308.633922461104 -1660.5416992539824 -2390.811403962456 -2833.1625216882253 -3075.7711870360035 -3495.0569120812324 -3700.904020902954 -3431.034191601275 -3455.734936213793 -3333.1492191266475 -3168.8833011887345 -3424.9116017284305 -3492.454916895368 -3208.4660059816592 -3086.466095607533 -3091.810641332045 -2911.4965610383724 -2183.8915495269243 -1550.1291275644148 -941.2428641971728 -716.2877042623834 -770.4749424216429 -748.4288862547506 -1106.2576741191397 -1309.5064227851085 -1660.3900670001242 -2349.8911513744533 -2654.2307936953507 -2804.5122230847014 -3495.2742283186767 -3777.331277797125 -3464.902458670823 -3501.860597670375 -3299.736996496788 -3181.272945355724 -3475.7630794602937 -3539.583651881742 -3234.023235264314 -3176.659938439484 -3192.741084339995 -2982.211315192238 -2200.0518895673067 -1541.8904097936477 -926.574744956466 -714.554651188302 -741.5760131597718 -681.0972228599073 -1038.8001423395544 -1255.6881638126329 -1719.6157077370883 -1766.3421753364255 -2103.9568551096945 -2776.1910968786337 -3115.6317697622867 -3195.395357398717 -2973.974052578958 -2925.712705763445 -2711.1992236794517 -2680.726926807862 -2643.097037674736 -3122.5906086123805 -2943.6197956106635 -2925.904181984705 -2641.9234417604466 -2546.5430649798645 -1929.75442844212 -1344.784015828544 -944.8465206433336 -681.8129577837299 -736.524090381218 -714.604810359206 -1032.0359317279533 -1507.210793550304 -2004.6621267890423 -1645.7490730748889 -2040.204407018973 -2007.403991986848 -2699.5917862290344 -3089.4908810994543 -2834.6947340801203 -2946.5421607728545 -2692.638546908724 -2668.398027042161 -2801.9461740962565 -3090.9226050962425 -2983.3691007692246 -2950.0662127156997 -2985.77644754346 -2758.335528119874 -2053.1740497626856 -1481.505565137251 -910.8698680001488 -716.8048969633518 -774.3118151732618 -752.2407592428439 -1083.8513003919222 -1309.5065758675298 -1663.6853380164753 -2419.0411598611463 -2928.1935606103752 -3203.858072527961 -3594.6748842509546 -3780.410358804058 -3451.7170935233144 -3517.99069913871 -3280.1244153738644 -3199.365039701365 -3426.1189349227675 -3486.015801794218 -3196.056322867308 -3085.1956436921246 -3169.2582713228094 -2985.6886520325 -2181.9087133642797 -1556.9206181504142 -935.5806563643264 -741.3639077081033 -765.1498452698788 -708.7992903246061 -1097.058699242974 -1308.9304299312016 -1660.6840614558198 -2431.0488861250533 -2922.40184991698 -3151.340943493051 -3573.194634558907 -3744.5027640458025 -3446.5709052575703 -3502.354143034148 -3305.037696286929 -3214.2622725709866 -3454.035195084784 -3544.0147185271007 -3227.5172379685096 -3060.5380842091563 -3065.213239074809 -2748.45517937199 -2020.0781875614923 -1347.6161439117443 -935.3055255171472 -742.2513718970216 -765.9921068406487 -708.2093805481313 -1061.2639442135726 -1524.6884661015056 -1931.030138555143 -2151.505754373117 -2611.6913877684965 -3033.775843720677 -3483.57267264184 -3723.660879447915 -3503.779324045391 -3601.367155295284 -3251.5155199187425 -3143.0871777315865 -3419.6491911539097 -3535.154368500237 -3271.42756227576 -3169.511822173779 -3145.270621689727 -2949.7854943609022 -2219.992644514064 -1630.93922542268 -938.9311166666204 -774.359226708805 -763.8466247048026 -747.7146069365016 -1207.2443292152022 -1309.4451247312852 -1660.637740565413 -2512.847342667993 -2739.609568941576 -3068.26346010758 -3627.865451957141 -4047.6654872868553 -3783.677035896947 -3645.5007045156194 -3444.288376284383 -3346.446997542292 -3779.765703108434 -3885.400780768307 -3265.62950884375 -3134.014864181233 -3146.988651620569 -2950.785855598407 -2219.00678395721 -1554.9411537541257 -968.0566921256036 -777.0245842407569 -766.1624814080366 -718.4911310547877 -1080.246798095165 -1309.4983565767998 -1660.4989544337702 -2383.9375079463284 -2743.4854627426284 -3064.2630036285173 -3359.056293161895 -3644.4033160674367 -3351.528386952043 -3402.0406944887745 -3218.1400433823446 -3116.782758223218 -3405.470856338819 -3464.177622934965 -3182.097436472692 -3106.691241455168 -3125.758231667853 -2910.4249543656483 -2150.266872645174 -1349.820705218804 -920.6411192261336 -698.1190498749831 -748.3889475618597 -710.9455412197383 -1133.962718930694 -1563.559316591951 -2064.9465898145 -1723.118477247186 -2098.6843055173 -2592.9604279609644 -3048.2619270654086 -3164.912936355037 -3005.26571099934 -2936.580841715654 -2723.6067193057584 -2686.784460314761 -2830.0036980973014 -3110.287602981142 -2958.1658279568437 -2823.4328347088726 -2588.432422628004 -2579.069296717535 -1925.61450416402 -1330.9563582422952 -941.2471807222068 -682.4541065479918 -736.0399641963919 -710.8496033122019 -1000.629922038968 -1460.9497075489355 -2037.68622230013 -1638.8596097351815 -2071.695716402586 -2015.2602297002463 -2821.575995166807 -3100.4771729393165 -2867.1761750677665 -2928.563718104905 -2688.0409015857185 -2621.245961019062 -2815.261950997872 -3088.348466144369 -3023.4919001563067 -2846.969342273385 -2866.252701269322 -2694.688275393172 -1981.1114651147536 -1452.924453819385 -905.420062779684 -730.9000189858052 -780.0445067566039 -743.6165428027876 -1153.0863746080852 -1309.5577319930735 -1665.3078251055076 -2378.557713693096 -2838.744920406475 -3089.7291076403526 -3515.7427894982548 -3712.5354532900874 -3458.8544021208622 -3485.049589105149 -3251.8469446848326 -3150.351081737638 -3396.2874353997786 -3462.034085022603 -3200.7512032211557 -3028.11829752332 -3049.3832522904654 -2736.906014613602 -1947.0807272145496 -1327.0201682833324 -938.0244797132524 -712.1984541781492 -764.5673870270318 -722.3796684919652 -1120.1126556234944 -1309.5067576429876 -1660.5338103108077 -2212.070760143571 -2642.443953001225 -2876.184305384016 -3272.467966518529 -3622.003015593975 -3189.2113354706084 -3361.607845400192 -3100.271577908184 -2903.270122062192 -3179.090050443421 -3238.127057199921 -2951.8047805094084 -2835.605281124638 -2866.670844743894 -2686.418386233669 -1964.1488124718037 -1333.2333298768192 -929.1026812326916 -713.0660076111624 -764.4756972358205 -723.2131794324905 -1127.9953760503631 -1640.218733819995 -1971.8507998848784 -2161.286524042683 -2627.151399817797 -2855.781422803847 -3261.144123268869 -3423.4429748035145 -3126.6496365798357 -3182.261626979314 -3037.13465966875 -2883.670668838538 -3361.698691220932 -3239.360618628002 -2958.259283716238 -2843.397055237725 -2867.26224084005 -2689.017924881029 -1950.63122599234 -1331.1160793437375 -938.4159170693836 -771.4600410269154 -767.5579768170614 -715.1601300252466 -1109.34985109615 -1613.8858609007402 -1994.3184136625005 -2163.137008807133 -2629.6665974102907 -2862.230741879989 -3259.7267224475286 -3421.369999422918 -3133.5078477124257 -3360.440285301536 -3042.899272192431 -3070.0642083068547 -3171.299639928234 -3238.518049171236 -2952.0696057489063 -2837.43913427749 -2867.4224559079294 -2688.141922329886 -1952.5335250659527 -1330.9922636704348 -938.6300502068008 -711.3192748038317 -765.2964600750989 -745.9408432808134 -1102.6193887367824 -1488.687985526072 -1878.680278116784 -2165.3194406977327 -2621.9036879702467 -2856.968372067334 -3255.790387757624 -3604.009117845223 -3319.301701947385 -3402.6363365129414 -3191.682088393145 -3083.218943084584 -3349.7515585499154 -3236.256159739253 -2953.006415004005 -2826.681402813345 -2836.813977191294 -2687.2992159236583 -1966.9331063449845 -1336.0344366257707 -915.203890516643 -685.0148210504246 -737.6275116170705 -716.9693335962767 -1042.4486949429254 -1483.1747523262002 -1935.9317614829988 -1720.7593807495653 -2102.3444702706365 -2635.910416836744 -3176.306941662532 -3324.0507095014245 -3002.883535269279 -2777.0683682534323 -2684.5733863515625 -2672.187382322292 -2941.056710271457 -3382.469659203218 -3295.2948869120087 -3123.1508070812406 -2945.796253457435 -2900.561368335075 -2225.979695919042 -1627.6382506331151 -940.8873071624045 -707.3770957292195 -737.1938135902373 -679.8545926866844 -1093.762621361198 -1423.1229976737804 -1843.9058889509745 -1927.8215251386916 -2351.35422568757 -2277.203629307888 -2878.694319071224 -3259.142232253 -3029.928147276548 -3253.158025861413 -2834.2336290280823 -2821.781883672822 -2747.053495471105 -3045.859634444856 -2881.023836308336 -2642.8748014842627 -2735.6498048277103 -2430.3925548944603 -1926.1681996378857 -1474.4251092774314 -1053.69093238029 -856.3119323949542 -951.6022593230427 -928.121727101103 -1334.5825122946296 -1309.507064969852 -1660.3735982691092 -2637.117337904197 -3087.4787611065576 -3133.050948156538 -3361.7963792476003 -3591.808716761745 -3469.24956145805 -3425.605329825847 -3293.959473502399 -3219.9666244989357 -3456.6502482992632 -3532.0743969183904 -3222.685841779581 -3144.553715832793 -3142.7847831135496 -2933.1405002776337 -2161.772860152796 -1378.5712148277785 -939.9154888128248 -715.9967322624132 -764.2381676660008 -723.9189701569398 -1077.7724847194102 -1309.4263809770848 -1660.7859300418995 -2220.0672302598878 -2655.9449608164914 -2880.443824422028 -3357.3469410658518 -3439.7401398611164 -3138.900860828227 -3193.0200619074253 -3046.204501096013 -3093.2714894758424 -3360.519133576586 -3241.236433358876 -2973.451118105842 -2838.2217273738056 -2860.3175084760005 -2670.2722753344847 -1968.206713550402 -1338.587885251517 -940.9419202683883 -713.8857183007666 -857.3500392058387 -747.830797204987 -1181.0602940609044 -1618.3649730579375 -1979.7997077244368 -2158.490914418804 -2636.194477686259 -2860.871456374419 -3261.742746081946 -3430.589703359835 -3135.8271264821883 -3379.081133795484 -3168.4058689611225 -2999.836404745016 -3361.7839032953216 -3238.1505255797 -2973.51681940639 -2836.7429223407457 -2866.0826270946145 -2687.285806531225 -1953.7632852772567 -1331.2352854549604 -940.3071423299704 -715.3866389742686 -765.0142042863978 -746.1960441752815 -1132.2045390978838 -1308.3828267517165 -1660.811311497529 -2391.8605328126955 -2842.1212393469355 -3079.272071320848 -3493.575469996128 -3644.891292902167 -3352.7662399943315 -3395.4799847779223 -3185.2110378875823 -3100.3997377581213 -3353.771450668501 -3428.088065407888 -3084.842478791202 -3023.9185819913023 -2865.830707923796 -2711.7505628944627 -1992.1315101389623 -1373.556001328257 -1029.0311381750869 -837.9930158712297 -870.5925065635394 -832.8376476112804 -1168.1338123687356 -1398.6409176349196 -1749.908535630536 -2751.4102535575125 -2974.452575086912 -3086.486796493869 -3564.0750873100205 -3658.982098532977 -3274.3235903787345 -3594.9161762487315 -3383.400817875184 -3285.7689467703826 -3552.0297696738567 -3588.699264398604 -3313.78367360866 -3211.457457043706 -3207.736230912421 -2991.634461438633 -2238.818578734936 -1471.5667241116405 -1012.8411123169136 -807.6995302756882 -940.1536382897842 -805.4204100054669 -1225.702018940514 -1344.8223870930035 -1808.860743059834 -2090.7109342045355 -2412.5158097207363 -2721.6918926318526 -3044.508732793379 -3091.8953228799046 -2874.1272991787537 -2837.3854256587524 -2626.643278917343 -2588.607545732728 -2762.657448623389 -3213.232167828425 -3060.0320390782167 -2941.975866956034 -2784.573013512864 -2686.0753242153305 -1990.7858022161995 -1422.3497293456337 -1041.4904980183348 -812.6609064202572 -858.2369121666854 -789.2155123879323 -1142.3871768868858 -1561.734131830393 -2032.7250561069216 -1926.468098532052 -2151.987267380913 -2140.7419105145204 -2787.164400504152 -3032.145013872866 -2718.575450080287 -2763.4735101455926 -2519.739809317994 -2509.9975840055363 -2660.3476635095635 -2961.074366037252 -2873.2859433765634 -2719.500502053168 -2766.952846085103 -2570.113862716635 -1893.242477245328 -1444.880227070977 -1057.124902441649 -836.9266870195743 -889.9497093132155 -847.2458987775551 -1251.769433574523 -1756.4267941748062 -2066.4517328991105 -2453.182673667352 -2732.805433557317 -2971.444850437391 -3375.73925033399 -3540.8093423385862 -3234.6496036536505 -3297.0509694825514 -3093.5414822344383 -2995.27603154527 -3282.287960331622 -3344.115870401502 -3041.968942620777 -2956.0702121728264 -2954.5176713109986 -2767.531671198257 -2063.8670042724334 -1443.3749317389645 -1065.997962748139 -839.8444543995627 -885.8291232427862 -804.7477040871065 -1289.4789088407558 -1641.7753420870008 -2054.841133034104 -2457.2441925502235 -2806.189146712489 -2982.2651303877265 -3386.043764065688 -3543.8116073278884 -3243.3534195465845 -3299.1829368775457 -3104.6330184414974 -3015.637898608131 -3294.6829134631976 -3350.335829439883 -3050.075477894892 -2958.291931050956 -2958.639981619297 -2771.46761747911 -2059.050296324323 -1451.343312808642 -1079.6557651184144 -840.7670883154607 -885.8663376255013 -816.6148320811641 -1241.9612963894083 -1603.448853164732 -2012.12275867986 -2457.2448062165504 -2747.9122345182345 -2978.2580752551908 -3376.196243505746 -3547.3394369035013 -3251.7641645805074 -3308.1085833106667 -3102.0442195140395 -3022.411870866713 -3297.610635226958 -3467.085507718003 -3111.31942344536 -2965.6383895797467 -2961.475960311393 -2796.418243598186 -2060.0467557926268 -1451.1836901243878 -1084.3915097373665 -835.2048222436794 -864.2085652361642 -802.7751551125393 -1261.6297320471324 -1661.6031426092763 -2006.340096510928 -2462.2090267308863 -2737.559732580193 -2976.937093625527 -3374.8922339363744 -3543.3596134948275 -3243.966108763283 -3298.3122562639064 -3093.0282809289056 -3002.9095930906933 -3473.310089159196 -3468.208436694012 -3106.8393829394854 -2963.1282664467208 -2959.5357912488025 -2796.063728370441 -2060.3089875852943 -1449.878885843748 -1082.171815128907 -831.3812904700592 -861.125127178397 -811.3452449598824 -1229.4183075948051 -1639.9365834710864 -2019.2929505854972 -2459.9457235818 -2752.9707155801143 -3068.3951046039087 -3376.3902570636933 -3541.1011804670707 -3247.9075766101864 -3307.028037790223 -3109.632317097747 -3023.574418837099 -3296.17276930911 -3347.9980136540253 -3046.318547384698 -2959.917978058784 -2960.7226330802832 -2797.316097721104 -2065.147136976117 -1447.1224583490796 -1072.2576933220794 -807.7870588263079 -838.2817704736322 -771.7120489727945 -1244.6533366097956 -1562.7760328648037 -2094.2094498255906 -1983.558900534509 -2186.51112521062 -2712.420659016197 -3047.2841073652057 -3096.330018554272 -2904.7328932765367 -2846.6873966767557 -2635.115111120642 -2643.723180601348 -2763.74347404595 -3231.8757219879776 -3108.183815629713 -3012.5321391345933 -2704.141171898588 -2671.0385289429355 -2004.4092002406885 -1433.2524492125622 -1098.898766061567 -814.1744088253389 -860.7039638851842 -809.3342007604857 -1169.2310686996766 -1596.9400276880426 -2073.393718536857 -1952.5239839648643 -2177.3678852121784 -2145.7736054317 -2832.475497987976 -3014.735876376045 -2732.561272425614 -2772.7102867082194 -2519.852449789977 -2487.854961706846 -2695.042979022129 -2979.31082436336 -2885.9407761437046 -2728.17239948808 -2798.9647439469786 -2585.4682752216904 -1914.7543650327789 -1403.8723013337597 -1083.0095199278835 -833.6590144508127 -898.2023679244169 -842.8454940656965 -1238.1414376762036 -1712.222141887909 -2091.398250311997 -2472.4065514710965 -2806.499217903796 -2991.172112710469 -3381.8649682809432 -3546.532513928464 -3247.434430478811 -3301.8899537117595 -3099.427937461788 -3006.087291474711 -3382.9822904671164 -3473.565728211425 -3068.371886969768 -3058.273463922507 -2936.592307561395 -2795.8034659263008 -2112.6788813960197 -1511.2235978210088 -1084.119575451978 -828.522398890272 -929.322646307645 -816.1221758321493 -1319.4001027541872 -1713.848115822811 -2017.6599451275647 -2463.5590177061345 -2754.2759348232826 -2982.4653446506577 -3380.181429361264 -3540.2593925754363 -3246.689646954723 -3301.031871252657 -3104.104603593514 -3022.603494034876 -3290.247037486249 -3345.5005747744026 -3048.749133870754 -2961.7157295950046 -2960.060345886988 -2792.5546629038613 -2058.3462028795825 -1445.521667415144 -1066.1029760488816 -832.6399595593177 -868.3861158006949 -799.1208150122385 -1330.7092888930094 -1735.5865532489229 -2073.780270935129 -2457.02500461726 -2750.550576272745 -2987.5308784249123 -3383.2730070426896 -3536.4043265208165 -3296.807480440601 -3301.512193931356 -3104.1024756000684 -3018.8877625842943 -3289.553526454201 -3343.8920662256623 -3223.3608649583134 -3143.196329087928 -3144.5310952161904 -2937.284091493508 -2075.0493255143583 -1493.210835929587 -1022.0880212608508 -807.4673428962104 -859.7846842230269 -828.7323355470438 -1272.9575473485902 -1398.6404399403948 -1749.8366175374788 -2695.445039490932 -2958.917736657635 -3187.6982340141167 -3585.806295448961 -3750.5417328658 -3456.636680446311 -3542.368825641891 -3322.58997829405 -3223.053926322652 -3478.4107015493296 -3540.3722652387137 -3232.2680703331685 -2955.169270800073 -2955.275661215528 -2771.3319748528784 -2049.724753317045 -1445.337061386074 -1022.4063785493692 -806.711012372581 -858.5553796982956 -828.013713246434 -1273.5473365962605 -1398.64037819941 -1749.795355551208 -2499.2690927529275 -2759.1789109897063 -2995.4347176521983 -3392.590784342928 -3543.5514658957977 -3243.696322457221 -3299.876166678908 -3096.028684753646 -3013.098791598519 -3292.4430250066853 -3345.638901047016 -3036.165963316182 -2955.843423525604 -2956.0991108011654 -2770.618575252997 -2050.398506408217 -1445.8562610687509 -1011.333127924162 -778.5734035448636 -833.522047440784 -807.2352786451153 -1133.6513067772164 -1681.7756311404114 -2076.5608116360463 -2002.5378605854355 -2206.2725583638894 -2735.581218054366 -3035.640134102908 -3277.60635420799 -3090.011098727868 -3051.947180205975 -2827.040971580216 -2757.8805682118327 -2742.6414723325797 -3215.7317819161844 -3061.200939988254 -3068.46811686248 -2782.086215114082 -2660.607938248342 -1989.746588737141 -1421.1907292024066 -1034.0469652645197 -778.3045133804355 -836.0695325878312 -807.1585552599471 -1149.1402240715672 -1553.6297833694014 -1974.742631662888 -1943.4413823621587 -2180.5603766816344 -2126.245945644124 -2805.318123753003 -3076.842461649664 -2739.821687038345 -2749.925389005296 -2533.0112219737507 -2479.641021756136 -2669.58593651566 -3038.4756667774886 -2938.695925161595 -2732.6246671545623 -2748.8614651070066 -2577.1229833593843 -1901.690187764937 -1399.593591952874 -1058.758021959156 -839.0427972126499 -905.6682922638636 -843.3793773422373 -1335.4891940351636 -1681.6261406953645 -2005.2814968533828 -2444.8216690074164 -2753.8916618566154 -2990.7503146529475 -3385.8236233270723 -3538.1144678573683 -3437.7098642087685 -3308.220892271609 -3162.7921109697704 -3018.210170304625 -3287.5877210003587 -3340.8482593529952 -3204.472785970392 -2954.0540611357483 -2949.6795152123464 -2741.6860861050204 -2034.562118871164 -1446.664404697253 -1028.4042881356563 -842.0908519292034 -885.9785684358224 -819.7065048657961 -1256.5279292582363 -1621.72221472403 -1992.9943137134453 -2454.0126589478127 -2749.972878717374 -2977.488885397554 -3373.918351280584 -3539.336805984285 -3237.4518859789723 -3294.444854925842 -3106.180893288209 -3021.1620379450583 -3288.991905256537 -3343.065302902651 -3034.097201381221 -2954.842594498129 -2994.221445921539 -2743.6517139142047 -2037.5565412467445 -1448.1083097256392 -1022.9207944520324 -807.1855966298269 -861.5407366778186 -835.6332475286664 -1295.6012354253178 -1597.8440310223475 -1994.4559411980567 -2453.145625820907 -2744.867405044512 -2986.3847752807965 -3382.08331684256 -3547.9821919956357 -3310.3918712967525 -3304.6485687850545 -3098.0092988722245 -3203.845002424652 -3472.893756978835 -3527.6693977860086 -3231.7118560013955 -3137.694721972955 -3130.6064597432114 -2805.8793675433217 -2035.122261134876 -1445.630085402539 -1021.8773270885166 -809.392319120886 -865.5954982688799 -848.1886016213008 -1300.104407587202 -1597.7520606693852 -2019.6988488461227 -2456.23347959325 -2761.919815849467 -2983.4391910630425 -3379.252902886833 -3547.0522560746667 -3247.6239653558223 -3300.252345839896 -3100.9845291091933 -3023.1030821965555 -3469.494643024746 -3464.0307401440773 -3038.634712271817 -2964.790820138025 -3025.336953220049 -2868.934777142493 -2040.5350705589403 -1451.567586385874 -1082.0215804902796 -836.3171255935962 -868.4492474527864 -801.7179309133606 -1260.552426974535 -1668.4814533660146 -1984.703801095784 -2467.1568579540835 -2762.701646499258 -2988.0316666561203 -3377.983546867456 -3542.5432620585834 -3243.859522223976 -3303.9132617548976 -3098.433864527613 -3012.7017756710607 -3291.886673107206 -3347.382373717202 -3043.5183284583577 -3003.6678360466576 -2974.762526571729 -2872.109178476375 -2059.0061489468053 -1443.077221705675 -1066.0176960066472 -808.0059815887084 -838.5154323024203 -772.6668669629021 -1203.6628902754376 -1691.926786860972 -2183.367418248658 -1983.9560999563623 -2189.774559125594 -2712.280237361456 -3131.146672794201 -3087.3102658883404 -3011.964810188389 -3019.0218326290137 -2812.52049726759 -2753.2305359440606 -2917.998115306011 -3374.823523970727 -3243.309267226901 -3114.1318317685304 -2770.477341145862 -2661.1237565032066 -1991.8255000507868 -1426.5235900744665 -1044.127967928437 -814.160037060081 -858.8217834011912 -789.9404022713146 -1199.535459818811 -1601.8535195301129 -2060.056178244243 -1977.0095084994489 -2163.182179583939 -2135.67720554584 -2772.56851579852 -2997.0415583696627 -2932.768920818537 -2951.960320002207 -2742.2999661071667 -2698.803426517246 -2884.4188467909403 -3133.9165661693173 -3071.985445003836 -2942.6515821544804 -2965.4258342905705 -2792.344489941644 -2072.911856783731 -1489.7710172439988 -997.618999692254 -817.3218174503628 -872.2074954790035 -815.6643531592135 -1327.126954153332 -1690.4237422847175 -2117.6199106312997 -2637.485610390608 -2942.470469489931 -2987.283464336524 -3386.077384713645 -3727.491091415037 -3423.4586302248663 -3480.6683671823675 -3102.1580789726004 -3018.2378566003067 -3473.246403015793 -3530.6657779434872 -3169.517381885303 -3098.4221069688706 -3027.687432604632 -2882.4937491048463 -2133.018549009012 -1458.8473652837472 -1086.195306568445 -832.0529186741245 -868.7667258115123 -827.8208346059653 -1228.7399916175104 -1654.1219472859957 -2088.5677812568747 -2473.334458947374 -2776.7634320892425 -2990.019583567629 -3387.056813181677 -3551.283032712882 -3252.3399947496946 -3306.301454601383 -3104.0132999844427 -3013.6448323242757 -3301.1107778675005 -3354.799267915389 -3038.236378927087 -2951.1979058843885 -3009.501432717631 -2808.982666586347 -2064.6654385541838 -1446.9162503763732 -1083.6479391105431 -861.6765663341945 -899.013790190372 -872.8332674381876 -1230.1690386606565 -1632.7580082097074 -2043.556670444156 -2465.133772883724 -2759.9948054065444 -2979.032754174148 -3555.3641672444783 -3720.114088035237 -3242.8401503810683 -3298.166353285666 -3092.943550179541 -3007.785597825264 -3292.2700276534624 -3351.3960699192025 -3049.367216748999 -2966.21523489592 -2962.7321386563103 -2749.914804309988 -2059.230925364435 -1457.6609714232272 -1082.13926970829 -833.1829067164592 -865.7433438947188 -812.8250197849446 -1229.0110397884384 -1643.9747314121453 -2035.908225473236 -2466.1503368209023 -2766.804615671903 -2987.917215277904 -3381.25663433573 -3544.998989960155 -3246.1962594206693 -3301.4017689045754 -3097.184652449411 -3012.094251048474 -3296.771771004234 -3354.13491505662 -3049.8543684950714 -2948.246641210128 -2976.4917800243925 -2809.9507597321453 -2061.572596824735 -1451.2156408906085 -1082.5620693805793 -825.7600692243509 -864.1550256819936 -811.6874528455303 -1262.374295047067 -1642.3241202118395 -1991.058622999402 -2457.2988577592573 -2765.7226519459086 -2979.685046914109 -3379.494042481638 -3546.014760894531 -3250.7021227459395 -3305.793149976193 -3092.452104965558 -3015.317862221661 -3292.3135898928067 -3352.453449492686 -3043.3136405366727 -2958.3370305704043 -3002.870290132441 -2764.9425068211526 -2060.4273250220745 -1450.4715394374944 -1069.5525437522183 -813.5825458796816 -858.5017564278675 -790.4702170149247 -1163.8738557347187 -1549.9109080817582 -2034.0404965145667 -2008.6376054876523 -2226.728987424494 -2700.4933389694384 -3040.821204059465 -3080.792735483466 -2881.303616669128 -2841.287215826135 -2628.5064605330235 -2584.989547908019 -2763.4831579570314 -3221.90226319703 -3058.189370020872 -2924.1070412642107 -2674.0811811571853 -2667.3929555511063 -1992.0977984242616 -1425.1824174004184 -1083.004635136178 -946.416543554554 -857.3004226673926 -790.3121908278857 -1148.5423578585778 -1565.0187585223985 -1978.7152494162665 -1916.9946098064931 -2159.757119950325 -2130.571903614956 -2808.540252015201 -3010.64217985737 -2735.95333529996 -2753.713272771852 -2536.063343832185 -2481.689747374843 -2659.06476206394 -3000.181837751806 -2868.585910279815 -2726.5660778915208 -2760.5375232211177 -2583.461990970727 -1905.9668868406327 -1398.1211857420076 diff --git a/example/run/baseline_scenario/opendss/profiles/load_10.csv b/example/run/baseline_scenario/opendss/profiles/load_10.csv deleted file mode 100644 index 1ef9767..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_10.csv +++ /dev/null @@ -1,8760 +0,0 @@ -1199.869118604316 -1058.010411021141 -1091.834381974768 -1086.527304101216 -1341.2458421486829 -1828.60410091304 -2365.9040240145664 -2446.150602992907 -2514.363940380569 -2381.442945681269 -3429.4185429606605 -3748.4700763274495 -3530.2131139445705 -3543.621501512768 -3266.434210039759 -3258.306183924898 -3507.936739016837 -3852.973301097988 -3661.070765771101 -3645.743469301484 -3650.214232534247 -3455.8448478413293 -2490.969522189232 -1783.1276998880046 -1157.6402237051946 -996.9229516635806 -1078.8556777962194 -1102.401733869925 -1374.9082890480297 -1865.212712508629 -2392.838099283388 -2857.118408163691 -2695.510421791251 -3452.5636756079757 -3892.835588898748 -4067.5315807405264 -3820.186194698536 -3878.502806671701 -3620.995255217057 -3594.567024188979 -3897.782055008253 -4334.129587840377 -4363.255304005883 -4410.046383994791 -4194.1254797828815 -3727.633270280215 -2893.031343203896 -1804.363785310469 -1067.5984679990574 -853.1046030238026 -885.7100074829135 -839.8907927446613 -1309.6870027694993 -1732.641369762871 -2288.639959001563 -2864.4999684910085 -2701.390011447444 -3151.453465314388 -3818.308053947231 -4020.991505763335 -3853.8693967499166 -3786.562475108932 -3595.752468605656 -3511.870037726623 -3877.621082741173 -4249.848238191624 -4355.655142427991 -4294.817602206056 -4064.1382492540993 -3404.852054965611 -2617.9172283183057 -1802.8732332365605 -1073.5419548395082 -864.7649617869001 -892.4213367162057 -972.6110492959808 -1329.9281167847212 -1720.871201357164 -2338.493254108605 -2860.137663061881 -2805.0915425142057 -3361.8531090826705 -3558.854727359457 -3988.846915166565 -3806.5194174155135 -3824.722790517152 -3570.6650057256784 -3506.822089069855 -3868.9818998115466 -4277.547889565312 -4302.36582206495 -4340.133187694604 -4077.5931437648674 -3387.14971245598 -2624.5042816133 -1800.858872794358 -1183.4811924182231 -992.2159402573828 -1046.5297486440063 -927.1134482235958 -1294.502870078392 -1638.939189924644 -2258.99254608634 -2863.0602340631795 -2706.89110700264 -3148.316475942998 -3834.8371373767313 -4036.059853668188 -3838.988719794434 -3840.0006369004 -3594.818996977913 -3493.5482848556057 -3841.269438742839 -4291.758409466132 -4329.520536723179 -4321.424615293223 -4070.947172061792 -3397.514058046921 -2624.195507615906 -1806.528186206914 -1160.1021887586255 -956.4978100207012 -887.9486047933067 -863.7627557547971 -1338.2040007279277 -1716.7449626472442 -2348.5847387458807 -2940.9794259901296 -2887.9574006869025 -3137.352877776109 -3812.2670338820008 -4065.39191452651 -3816.209009409684 -3889.8689592221904 -3559.3388114365443 -3579.162545391553 -3841.7614498583166 -4353.380246864788 -4333.443891286338 -4337.112102657342 -4234.450041536342 -3708.966643687656 -2900.167557450874 -2142.8239365670074 -1179.6530130633162 -866.7842759531618 -965.8588377734244 -1073.280176579184 -1274.6559579248228 -1606.9146710673845 -2217.6959652417977 -2475.828899548047 -2770.1161197699494 -3356.5268962036043 -3734.181636785901 -3824.1727155518342 -3624.9766887621104 -3608.746298643175 -3372.482751467414 -3384.551818946735 -3585.724933183412 -4247.647393968374 -4160.071285253873 -3863.008028253775 -3603.217455000988 -3564.625240086494 -2656.905854273657 -2150.254961912675 -1304.6773247402748 -1143.1701803058447 -1152.363942055372 -1173.0377428573324 -1412.3254528003918 -1846.2249752796404 -2328.044006059445 -2397.194912145384 -2376.8742020180493 -2386.333527122274 -3086.704828904772 -3692.4093861444526 -3388.075712619677 -3443.902027522599 -3212.8403333822903 -3227.3873076615305 -3259.9621295697066 -3651.1153530624 -3628.614380943652 -3559.070878061781 -3593.08309817226 -3182.479125087789 -2601.06745655831 -1982.6697353448567 -1160.5721601237756 -1000.7857018298332 -1070.8902965545926 -1116.2190890376146 -1426.598210213189 -1770.593095283175 -2335.877142415688 -2747.4462370079614 -2717.2192021682254 -3139.3024329498444 -3573.919605493737 -3996.402236633191 -3771.5398079368906 -3842.5658135617823 -3555.59114981226 -3512.9440249758923 -3812.450570744568 -4271.074032732004 -4289.5897755541 -4304.751038451594 -3827.3194943224194 -3401.805511856638 -2621.0253055214225 -1816.16528779394 -1211.8643762840452 -1087.292062083642 -1132.7721363335727 -1145.8376248449074 -1402.254022819856 -1802.9489867917675 -2366.5505521071145 -2751.30254523496 -2687.4753834018 -3132.2138537366072 -3733.940420677024 -4063.486753332816 -3829.97204046434 -3878.629781930181 -3568.4509234259963 -3567.7710258815678 -3855.242755168601 -4391.941805346833 -4334.042489553142 -4429.844466871733 -4261.86079458795 -3782.515511123985 -2932.473338643346 -1934.9173244306369 -1334.0338517242517 -1042.5290935635442 -1147.3798300065998 -965.552908901698 -1372.814890433899 -1547.4726580593317 -2124.7389709815097 -3039.8165265339885 -3080.3695893399013 -3538.1076509609584 -3930.810019204872 -4075.2771653506975 -3802.584364958064 -3939.535836536644 -3660.2590979075458 -3626.465013752769 -3909.886386940776 -4348.409966224022 -4297.884520377314 -4387.979948655118 -4227.9664572265565 -3786.493599664672 -2899.9973442170303 -1796.3144453996497 -1210.6317458927404 -1008.0937049944916 -1169.85499002827 -1248.537844951483 -1313.4131206374127 -1726.5710471002135 -2319.676064968723 -2783.413348375338 -2707.895374177465 -3151.444838995493 -3593.226427880644 -3972.746891179188 -3784.161174059871 -3812.1571682761055 -3569.148695105837 -3506.3309769544603 -3825.226759804194 -4281.107171617511 -4296.477913665332 -4325.808788820081 -4061.252415280064 -3404.17828981897 -2625.811768896018 -1822.685537896991 -1281.3797664270764 -1039.3621640854092 -1022.7227084684718 -888.7273942077138 -1372.2323241881054 -1721.5490375963154 -2274.818940959175 -2853.8324209081134 -2708.737677326327 -3170.544702259833 -3851.202825495023 -4028.2914380393495 -3889.563454963045 -3879.6935786817385 -3640.942443464199 -3558.0930293084534 -3969.366763021937 -4348.238749858367 -4456.7482277237805 -4455.687404240493 -4235.758680548843 -3794.8062470398295 -2923.400895224188 -2102.296148388593 -1421.199320337665 -958.0271999754432 -1147.2247415723332 -1097.594639627093 -1144.1004973296178 -1336.14358307188 -1932.637313252076 -2339.6163707608275 -2816.626996839032 -3412.469791999912 -3819.8529287411047 -3781.5658055448334 -3630.6118595747566 -3671.1659177477486 -3483.436844021376 -3419.4277072507743 -3692.432604413575 -4308.614019307389 -4174.870293681817 -4022.4919382276794 -3736.7983449628496 -3696.708592256941 -2967.258761180581 -1901.4552494369916 -1122.194755372254 -899.6857928921976 -897.9336295278553 -851.0211158545332 -1145.1538416219637 -1556.5268385967802 -2079.171173032409 -2357.4377073989845 -2616.447256362372 -2674.8632960690134 -3455.6129044960944 -3746.080531028512 -3508.646541218824 -3510.3959638991387 -3237.2234094463024 -3278.7399466847714 -3490.4146266366297 -3908.757577382081 -3728.930283121124 -3658.81181630108 -3678.606331720826 -3486.721285843037 -2497.620365926658 -1803.816264879532 -1071.639441500893 -924.239984317794 -986.820312768694 -939.5506915825292 -1330.2977989121864 -1747.96316499699 -2312.5179092800054 -2920.52906942654 -2684.876307226966 -3423.080489432812 -3924.7395316792704 -4097.48221830636 -3810.286281299052 -3862.020040220457 -3623.029995559892 -3615.076735203368 -3906.822345748416 -4345.224068869195 -4340.341501279371 -4385.994140620734 -4238.797350415332 -3788.7219582433418 -2956.433542065156 -2078.378283237359 -1327.4393999471015 -1097.2566454080857 -984.8222510820492 -819.9675083171496 -1273.5960886198443 -1495.0438096522594 -2201.9380619013355 -3033.366164416267 -3053.5117156710776 -3569.1598159052296 -3890.079112185729 -3994.4251872643313 -3788.5287270452855 -3944.8525418148542 -3620.198544412068 -3598.659475075907 -3846.803391384812 -4285.768158582392 -4294.393468561708 -4365.531006665254 -4138.498832108489 -3902.9648082744375 -3024.831425929292 -2042.0371292017144 -1235.231053741304 -950.1325750841036 -880.9564137489058 -839.9578250478171 -1236.179128916452 -1394.7891505293458 -1985.6634355229344 -2794.3248327338824 -3032.196665884846 -3456.440796083193 -3919.220512595828 -4086.851222582965 -3929.706364212829 -3920.6299638474457 -3705.2963200137538 -3643.229794954757 -3975.2643549342542 -4369.888860288458 -4466.545146512702 -4460.234325571807 -4278.134532494738 -3837.12329992006 -2920.313342425138 -2067.611061389214 -1069.485489388134 -861.8795037126739 -882.6699304480028 -843.7393893202382 -1331.7695203900264 -1772.4717222587612 -2412.434718384405 -2936.8508788738905 -2975.65198475721 -3515.092161670336 -3891.9762366994846 -4082.197238080893 -3878.068591820643 -3900.537768132168 -3645.670365492835 -3617.49686663981 -3938.513305067576 -4382.803336896782 -4405.365478211974 -4434.76922273228 -4276.194236694165 -3798.021363684192 -2915.8230822727182 -2056.947046654403 -1173.9608852141885 -862.5997623720211 -883.715259659079 -855.0291285578861 -1331.159099318477 -1723.4379736977578 -2238.111255682844 -2887.153999592969 -2946.4549172962297 -3433.535099691416 -3899.041742466024 -4089.4186025966687 -3874.018874024738 -3864.7112758663898 -3657.812467604664 -3550.1216919924946 -3915.6312835325375 -4338.437310604637 -4342.11830630486 -4414.847643658313 -4165.134545981299 -3727.085805090628 -2619.785031143251 -1884.7605837387011 -1167.1147947218396 -873.1386862852823 -943.390335051028 -853.1009540974853 -1367.15600283275 -1743.945675947177 -2386.0227500026126 -2387.2124984401644 -2429.58207372484 -3310.020790756372 -3773.7158169894974 -3828.5394840302415 -3646.348437294938 -3620.810007751512 -3405.2864657960968 -3349.9079398795257 -3596.039632705615 -4276.365362016661 -4125.475103971697 -3926.485402314956 -3644.312346369823 -3620.2514930385546 -2912.9595678079013 -1902.352552575008 -1126.616815241463 -1005.437785027445 -1054.5121536064537 -1104.103358114511 -1359.9051954624128 -1713.4464813157872 -2314.28976764846 -2325.1514115999985 -2625.4761427504404 -2650.141970106436 -3428.9119929254234 -3846.2524833115135 -3567.760657919053 -3527.4280295597746 -3296.050803312903 -3251.229301344209 -3508.11410174326 -3870.752285207904 -3709.530668769573 -3648.415970024503 -3711.933412211443 -3516.977442579388 -2756.262742906504 -1890.0269456925705 -1269.8157510389688 -1114.9844446670738 -1056.4693485435223 -880.628362351273 -1372.949632175002 -1744.939111460878 -2225.611388859175 -2724.3142194089555 -2696.2512697080406 -3145.6956885023505 -3551.8447898784275 -3981.5947451864586 -3818.1347208872617 -3791.241667116516 -3568.7999638264105 -3248.6766931320967 -3829.269851727305 -4244.835382697369 -4305.434578161385 -4291.132747653003 -4070.841790490002 -3442.339013068038 -2635.7072735021397 -1895.3851465081411 -1376.689233458057 -1154.52789870496 -1207.8989321957304 -1198.7828851932743 -1407.478105439122 -1795.400230669668 -2305.4239306436657 -2755.555493475321 -2706.332026065028 -3143.674059804813 -3565.6187901726835 -3946.7680513265664 -3774.859660192909 -3770.783638438593 -3549.275348873982 -3227.1154980995857 -3820.932404912669 -4249.99472351784 -4314.238860664661 -4290.120899619862 -4015.2514610923 -3400.0446424915663 -2628.159699489449 -1829.723683608665 -1150.8836337322136 -1040.324555932768 -1222.4859648240758 -1123.6546031358707 -1395.6885029136622 -1678.8802594249505 -2343.709620526343 -2859.597686315822 -2702.8485503962893 -3198.3414747840784 -3542.757580294924 -3984.370892713015 -3833.394431612053 -3790.54235079847 -3585.209273835845 -3492.438226912647 -3862.832236155601 -4280.536044220576 -4361.138838577849 -4286.782103756607 -4089.045338939197 -3424.875257342689 -2629.1161034545207 -1811.138330851021 -1176.8711883808378 -1010.9366053636072 -1135.9684901038029 -1115.676205600775 -1401.27869354982 -1793.0716784351926 -2432.694503600022 -2963.7768502618187 -2706.8328411126563 -3144.8414282722497 -3874.189066260265 -3788.697505144928 -3849.001248436988 -3859.453813515057 -3585.757205556859 -3533.929097576587 -3872.987266960983 -4342.089886607844 -4311.304004366612 -4383.695414205165 -4149.778365581383 -3678.978059028459 -2627.023005833399 -1823.5990333939912 -1157.7998144015733 -865.6667602122521 -1021.4500592777916 -1017.1614080387952 -1323.8867294278098 -1746.831015776144 -2403.758237122959 -2893.7604684678986 -2695.595262684254 -3136.276909851704 -3780.926678886629 -4066.5575076326622 -3796.347735833233 -3858.838524130545 -3602.409683365749 -3531.7490691543285 -3827.727983600095 -4361.804672929134 -4323.824715428596 -4373.858667155586 -4138.65383983503 -3684.4775705601232 -2626.271985010878 -1894.174928392292 -1167.5091880416408 -953.3596615978704 -1031.640203121075 -936.2606971062528 -1284.2003416321836 -1559.9983397291253 -2313.7014418477934 -2489.024619302485 -2669.4234250305053 -3053.745047426517 -3422.558242522998 -3753.68672282966 -3590.414834561212 -3559.874449742252 -3330.4715227558545 -3310.3602840138506 -3563.2906463696804 -4213.097538264364 -4061.9807642762394 -3849.4858033602823 -3314.710689297404 -3304.291831954573 -2661.795277766816 -2049.6193072475626 -1346.1597548659406 -1054.8071273085168 -1135.018095600597 -1170.883839470177 -1403.830827231472 -1732.2813315881535 -2285.453231301889 -2448.0788959924216 -2458.357898217309 -2393.25829855726 -3105.417904002932 -3748.669683322614 -3467.156597672139 -3464.307917178855 -3240.888129989818 -3175.8230829924078 -3441.390625208352 -3819.972955477857 -3615.350989454462 -3564.2309460954616 -3341.0766574085683 -3334.4186418225136 -2647.084395621953 -1814.646721911634 -1309.682069630797 -1097.0373969491266 -1227.5730825662506 -1239.7832033209445 -1434.2459543323864 -1808.1840741934288 -2330.010617405464 -2918.039430494949 -2705.6626122753137 -3147.254242644666 -3552.911560770074 -3969.729022292987 -3781.588197982588 -3764.4268714318127 -3280.1683675276317 -3245.554300307206 -3530.526127227153 -4217.214802288712 -4014.29237588827 -4014.044964655514 -3888.5226542068553 -3424.286254756687 -2633.352821352929 -1888.5535258132868 -1228.0631634143904 -1070.6263779936198 -1091.325024129006 -986.723068978457 -1270.689527408734 -1673.0629044633852 -2357.8654062666824 -2848.831387842618 -2715.8284967133004 -3189.342621731757 -3539.149762404227 -3943.62761263642 -3759.537439764145 -3734.186572743255 -3301.361045409115 -3216.88536310231 -3572.7297147067047 -3978.2899209285056 -4293.726321194567 -4017.5988460216136 -4054.738313520648 -3419.091595331899 -2648.434721567381 -1806.657040669488 -1076.429257983515 -867.1157753405126 -1156.664974977665 -1001.3436037624832 -1316.2179939531356 -1580.3598233270832 -2179.853510384922 -2972.01373692384 -3026.765559604673 -3483.934748232033 -3920.6197524960144 -4097.232303516707 -3917.4406242282566 -3917.558016419884 -3659.428331856855 -3639.422163631597 -3954.711404825641 -4357.770594978611 -4419.838788157893 -4436.599851239296 -4291.574589642842 -3808.976614685796 -2937.3175947327604 -1805.3362210110247 -1066.5652616051125 -858.2995277275372 -888.1103757419701 -839.4018020275129 -1232.5660244716014 -1582.3584997711826 -2277.2174407498983 -2891.273258327634 -2746.045322294376 -3426.358828791739 -3884.6003755861993 -4026.4398744852633 -3814.383051169488 -3832.928922110697 -3599.3801005566866 -3528.98595670058 -3879.9754398063737 -4311.9191027334255 -4317.919953876033 -4365.243372024507 -4134.611734296152 -3702.1431747287575 -2635.1252765760973 -1800.7632006311344 -1150.961489908946 -867.2682771553236 -894.9356593566774 -852.1713062508636 -1305.896552424564 -1632.8955785815926 -2228.867165271901 -2894.7513184630902 -2793.9933348641857 -3315.9727251499435 -3834.724972389444 -3799.316757008332 -3834.822657335509 -3898.1540253182498 -3630.8892279996376 -3547.382956297055 -3891.485012493476 -4348.650189942784 -4321.921070802876 -4394.985377047269 -4161.030556080295 -3703.962570896802 -2626.751350051816 -1894.3166459715007 -1179.589150001103 -1005.0712273504552 -1082.6883722830687 -1077.7648321635982 -1337.7282355412194 -1719.4573687171287 -2286.645310545488 -2421.186826071723 -2507.613192192019 -3125.532457970539 -3705.312122668135 -3487.11567857737 -3475.4144998589377 -3599.6972888726345 -3383.674056150035 -3286.848680578581 -3541.5267499888814 -4213.035821065132 -4056.6700570321686 -3824.463917113204 -3318.61029836242 -3318.1091384883043 -2648.354097837499 -1935.3550621443023 -1340.5505250672452 -1126.1940599780614 -1110.8998080798106 -983.7608088831912 -1375.00613476795 -1795.7440641018322 -2335.818473109368 -2453.033815919743 -2480.3819169636863 -2423.4595633688527 -3098.4255874810337 -3649.760463461564 -3442.4805158693207 -3446.114850824246 -2956.4646898568435 -2903.177762317349 -3170.685987775256 -3531.019145886663 -3341.796342968894 -3371.3209819298804 -3456.1515691114323 -3316.266394360292 -2632.240581962032 -2105.30342437712 -1303.4243699746078 -1187.271775136238 -1240.903511043676 -1245.919341577615 -1422.4599692970835 -1843.1422567942432 -2411.221056875584 -2808.134530378514 -2736.20224996599 -3173.6616969033903 -3586.966465931296 -3678.168054672829 -3469.8683485926904 -3514.509861691594 -3258.876871653112 -3260.8581482825703 -3524.136050483968 -3991.027054668689 -4036.333434486936 -4027.257958754681 -4051.632254474013 -3555.392898155928 -2828.4521844957503 -2131.808360525184 -1369.4337659259318 -1040.2839481387232 -1253.4806358790834 -1224.421819446026 -1449.5112290237792 -1774.7695702138697 -2304.861952698613 -2531.812799247835 -2705.796558758768 -3163.8970086779354 -3557.603158673477 -3664.3499320512096 -3770.54673688922 -3750.7636789866046 -3563.9960937607293 -3497.162751588873 -3853.648984162446 -4176.547081632249 -4398.711041849527 -4340.532119548037 -4149.062281915374 -3495.1429691159124 -2704.9865553983186 -1963.2733935097328 -1256.180506666226 -950.3319947797496 -1125.860905605479 -1132.9102468993692 -1388.9761908892592 -1791.9564716139157 -2387.947267299008 -2678.3900206421176 -2794.8831220414563 -3144.828463530848 -3556.020077911656 -3972.43979363614 -3776.222338695392 -3778.059295482752 -3516.056531245466 -3226.601499988641 -3792.470913825556 -4015.95522107875 -4310.006311912034 -4280.9775690790175 -3996.1547908931793 -3415.710658279706 -2651.681029904304 -1814.1059878478377 -1169.6344679164529 -1044.1646731089693 -1082.1832905125275 -1119.0954505247496 -1350.591277364807 -1652.3278377806 -2267.337076323087 -2589.522624721303 -2688.069305089113 -3164.8986059918548 -3674.7862522803466 -4066.114140829314 -3843.281216733869 -3824.520534473226 -3608.514296542742 -3525.288588727119 -3870.878018464657 -4059.7555661334313 -4378.020183359892 -4349.006442218501 -4161.444043341183 -3688.2067621619312 -2633.5414404772023 -1824.0651854635785 -1310.145060878173 -1031.238356549474 -991.7190952188902 -934.3831338072227 -1325.225177461651 -1683.3222097346495 -2301.3882204721026 -2575.349104741877 -2885.706757780693 -3261.1192486257096 -3570.177545334101 -3979.3072458334127 -3829.540639927957 -3798.243480692782 -3578.5487665190008 -3474.996662739893 -3837.959434463823 -3979.815481626443 -4307.8490215690845 -4300.925520358094 -3808.091426846216 -3431.0083969947013 -2627.919111226867 -1895.611775700532 -1163.1277104495025 -924.8047571681042 -1049.386030487056 -1072.8850980417972 -1311.7687344187698 -1725.402755531176 -2217.6944743747467 -2102.754869002581 -2432.6613236995126 -3054.672662315452 -3702.431390281374 -3799.655054203761 -3656.066642191823 -3563.107555113572 -3399.188184964446 -3328.158332786337 -3607.281481326396 -4004.044080871103 -4172.535672859475 -3987.771226508845 -3724.8624027895694 -3699.91686934836 -2914.9227181217875 -1919.1372214217104 -1123.116212902032 -967.1491884587816 -996.9879617735612 -994.3103276211402 -1382.9846899159309 -1878.5669609537983 -2270.253407633528 -2064.438383769069 -2611.394561549302 -2377.9506231469486 -3365.530436515165 -3746.2279577698696 -3508.672663486404 -3499.20924903166 -3194.6445885430085 -2944.7228878442625 -3439.2583408180394 -3518.313632457934 -3359.599944355928 -3319.9227703874626 -3366.132159775856 -3353.903171158811 -2830.143976154166 -2118.762818688271 -1380.959111348496 -1124.7531024522002 -1274.216922612932 -1279.3906021730645 -1474.0812447622943 -1838.933534780388 -2337.611168444665 -2581.068940022212 -2720.355602372284 -3176.232331321413 -3544.132654285357 -3973.706421087893 -3777.4658727591273 -3773.58168879196 -3262.046295275753 -3239.306346379767 -3830.667882155107 -4033.00102845524 -4328.926489128349 -4300.420449619806 -4128.917539051081 -3432.05900186376 -2638.527520601893 -1969.097584852174 -1271.4849244039865 -1077.2053917858573 -1187.1265396359993 -1174.1965080797506 -1441.4820671018513 -1785.7965637527257 -2345.2908521142726 -2510.994428265777 -2686.19330606646 -3137.875513111703 -3529.0758149544886 -4027.226909857995 -3791.938639683501 -3876.240735029842 -3529.8050432470554 -3583.226151727141 -3830.8662271633343 -4109.80009086429 -4382.0985148182845 -4337.64058390258 -4189.002874676067 -3735.978744154296 -2956.739938727228 -2139.633256308221 -1119.2242824436223 -1046.341765834202 -948.0123838608566 -1122.4899186284288 -1373.7192276265546 -1624.424901720192 -2193.3706982348576 -2766.9686271309724 -3050.2819431611965 -3486.1342045398337 -3875.874656442954 -4089.6600675776367 -3884.3729284770034 -3912.779037217798 -3630.383746659768 -3610.2076933892754 -3886.22803867554 -4106.091680576622 -4398.000583635048 -4417.512534053709 -4251.932995827366 -3805.933973823286 -2895.529952451463 -1802.9694636170536 -1068.783925823249 -867.6432775570954 -885.1660735622302 -852.0035051121807 -1300.9146922858642 -1601.7072280064326 -2253.003414823412 -2595.7913851876924 -2685.029717726464 -3144.876959920464 -3727.525967430053 -4037.625059747135 -3865.6090967895566 -3831.312959692969 -3606.714732629638 -3560.1720417078704 -3862.879005339464 -4061.711788244932 -4340.234058284607 -4370.751803624877 -4178.672905336295 -3722.4124190327593 -2889.3714025259205 -1819.325928850924 -1155.113497083134 -863.7706466872573 -892.3514843084766 -836.6436941441576 -1311.961292905294 -1782.0500045629742 -2399.659267732271 -2621.738550262187 -2947.1723041439864 -3453.560809424494 -3961.802671937288 -4004.378092098895 -3809.5201536090335 -3828.7044583787742 -3707.0599647897056 -3614.168514301576 -3922.511167308504 -4090.204973919924 -4429.801523976815 -4418.066066937452 -4261.398073085967 -3812.0703776443697 -2917.145887471345 -1888.6335159304904 -1158.3324358907223 -866.2244475434499 -876.0305654435871 -829.1218053022168 -1184.7660182097566 -1656.5009429372808 -2351.817741395293 -2147.4208592420973 -2623.2509838503493 -3376.2984759576984 -3741.603749311906 -3820.113219197081 -3697.6705919545966 -3637.034887046291 -3459.9683959826216 -3387.818055045611 -3639.601585552352 -3993.938084433268 -4163.912764038827 -3937.6815980957367 -3665.9364844393663 -3643.558435016695 -2894.651253558312 -1903.336471062845 -1120.6490362460388 -895.3075597421725 -900.1016667010263 -868.7287902392032 -1269.574533131992 -1601.2834256295698 -2334.311222337772 -2165.140960423168 -2623.570637012806 -2692.921793962203 -3430.4238256564536 -3749.074111970432 -3563.550623463296 -3607.963289433096 -3218.4104347745583 -3263.386201920014 -3600.873715746241 -3643.9435075202377 -3712.11207144794 -3719.460968967858 -3744.83799771992 -3580.6806055359166 -2802.026614521671 -2055.095029901952 -1253.7302233226142 -1142.0853126903266 -966.5992387510896 -962.755930899571 -1400.8192283865776 -1724.9125110221978 -2289.8404285456727 -2591.9518618093743 -2953.3310438432627 -3462.1368025024485 -3891.3476660924384 -4105.075579920397 -3851.910511928688 -3855.044882615429 -3619.29752104524 -3643.901513981065 -3888.9485092451614 -4174.732500052484 -4360.500912511011 -4374.725104133214 -4153.683965873184 -3413.71860546156 -2631.8296050692466 -1818.2197473774224 -1231.2253592818154 -1078.7170622332403 -1167.887008641008 -1006.2781206344488 -1292.6125492980416 -1715.354138797182 -2265.6655742388198 -2499.0700361239674 -2815.2412305134576 -3407.270007219434 -3733.775437706303 -3971.718167111521 -3733.951681033077 -3791.24339571004 -3257.107460180753 -3267.579653962255 -3516.938674704837 -4023.279356278088 -4296.951451336042 -4329.859186539411 -3981.971023641783 -3433.6461994202987 -2640.14221556244 -1946.2288515183625 -1260.7862756887894 -1102.307810344466 -1037.6770090149566 -1158.9967619175134 -1446.4285191650515 -1852.525624056024 -2416.818813673392 -2461.1193281492883 -2950.1378583277287 -3443.258070100896 -3917.132194870525 -4054.7732744795458 -3750.516883670578 -3899.161610119406 -3627.148270662254 -3634.120625821988 -3841.379187679983 -4052.31448229284 -4226.322032671783 -4346.000489635154 -4173.229982511601 -3781.364570341174 -2979.280966551712 -2087.791490776525 -1300.1793203411742 -864.369521149306 -884.2882375950885 -840.40850697864 -1233.825109364947 -1412.4682380723225 -1989.888646604728 -2616.255964765685 -3036.3981966604583 -3491.051180604791 -3856.142919516742 -4055.2171683092033 -3844.7816715911854 -3865.346990188552 -3628.0780271559056 -3586.637279282754 -3903.1293186221656 -4091.117533123136 -4394.171298488743 -4378.372133748675 -4221.695276330496 -3740.235765232745 -2628.738836970376 -1811.6257423839163 -1158.3806630418746 -949.722553987788 -976.0243079297716 -975.524810183631 -1333.4187296724476 -1678.3788935209705 -2303.689060361407 -2571.6375740376743 -2870.2033958157567 -3218.6956073151177 -3837.843446932969 -3950.219464696 -3852.961440027184 -3869.795601613824 -3556.4092815840145 -3572.226944598202 -3824.469098739796 -3935.948184389158 -4369.512920576543 -4227.633779565583 -4162.435334865709 -3434.635923355777 -2643.3737010103864 -1896.081440851818 -1235.4368461135648 -1034.3397818089404 -970.9065679275958 -912.2471002435962 -1344.0460557617082 -1651.2826942798483 -2310.7232425864413 -2212.9632372352985 -2651.143576197106 -3028.0572295013026 -3557.149302426634 -3767.804772213487 -3616.860836937282 -3535.0305100303744 -3336.0785642724354 -3304.0644300292465 -3537.6971937069115 -3939.884552540192 -4124.844171524942 -3874.054929931494 -3599.888347104122 -3301.9436334704837 -2644.882900528499 -2068.0159789995764 -1418.7919947750097 -1115.730742592866 -1108.1846422590293 -1044.8235482485647 -1242.0479115130383 -1614.3884108493678 -2152.0532566189736 -2065.536496800192 -2452.9838774933773 -2394.4887111172643 -3351.083336837182 -3734.9431629496007 -3382.8394643780134 -3280.8717907565983 -3256.18621146639 -3212.0245064856804 -3501.1916425936256 -3594.9348749967285 -3650.700973048792 -3629.124255316566 -3636.140784015903 -3440.8738950128413 -2503.0615327831474 -1786.765360991398 -1236.2310606817964 -1044.1277411997396 -992.764868705939 -1038.7137596916668 -1453.2103964541095 -1879.9028720846736 -2305.046647215024 -2587.1169017108336 -2681.7297768379804 -3139.5386993447937 -3715.3929399578574 -4065.454728797136 -3778.79814697534 -3863.622355903988 -3596.3858593741934 -3525.457254314563 -3826.3717494179546 -4107.86320805819 -4311.217062358821 -4381.605945129522 -4109.841429741634 -3409.3426177026377 -2642.9651733385526 -1810.472078816244 -1067.073622600778 -862.6568109317209 -894.6768563140279 -921.604092783367 -1331.007431687545 -1602.1702279126305 -2371.697691539353 -2607.8121218608303 -2818.254485107376 -3128.601708724992 -3866.604471323246 -4112.211279212092 -3838.983729295855 -3895.82594564661 -3606.386564569726 -3589.420065957685 -3880.678509794932 -4084.198888759128 -4342.078887630119 -4410.956552628374 -4175.093787031048 -3709.398594643233 -2626.5174864223204 -1803.373255585612 -1065.4614192599831 -920.9702239814736 -980.7672715311272 -1084.9931390178854 -1330.6760759356698 -1727.6332052721875 -2331.399336772821 -2620.1519115448737 -2801.993674287407 -3168.9537012626693 -3846.941194213138 -4094.243494802343 -3841.329206902224 -3886.6307642682023 -3631.1230506150464 -3575.256451835185 -3931.37516249236 -4115.572091181947 -4376.653285788474 -4444.929997293443 -4227.474959515813 -3765.398439553787 -2930.182911381868 -2079.8273530367537 -1077.5686632059687 -942.2488618116772 -1090.3788825921336 -1177.7243652037748 -1424.4841087332888 -1830.2965116728456 -2387.39028224735 -2597.3078146054054 -2979.8924884140965 -3467.9819909858666 -3900.431981972383 -4078.6204639564894 -3797.170250508923 -3878.101638974986 -3623.0143289366742 -3696.0411558505302 -3917.8925011864185 -4129.49080778293 -4410.28651373589 -4441.579360186502 -4302.255168976298 -3807.462507676644 -2916.1408733382987 -1800.5513564535995 -1152.2626306767313 -858.5905765622382 -888.5836717585387 -851.4218287744424 -1141.4515931522178 -1616.632481914185 -2313.50791218678 -2607.1575204028463 -2668.275892888483 -3130.244641335748 -3826.6216345446287 -4074.967920571447 -3837.746385123965 -3857.240154158986 -3548.81948514876 -3539.00494663152 -3803.009884789439 -4017.981895149908 -4339.644553752601 -4300.928725943679 -4138.314524754306 -3423.8823842051115 -2624.673186541943 -1897.967466734215 -1167.9820866875098 -870.7841903687803 -953.2747902628124 -971.8827730749522 -1373.7244100504226 -1702.151816847371 -2348.244531156005 -2179.248003574507 -2417.764336154169 -3026.926032535645 -3414.4007927221987 -3753.3751042249687 -3643.3494606930535 -3431.6469582588666 -3060.2403206927866 -3379.035426764264 -3545.276031359848 -3999.666716525042 -4151.041544857185 -3902.493265613079 -3611.81487504245 -3564.3357250832896 -2652.687486183617 -1919.9073588958568 -1310.400298462496 -1229.9846336918354 -1146.0355794624209 -1080.3164431823957 -1313.9101475321816 -1762.7282088496404 -2268.137761698046 -2104.597543231581 -2546.899664512843 -2529.835905091178 -3299.1379865838894 -3712.648790341412 -3248.384896449725 -3248.862837997101 -3156.766573014505 -3230.468009659786 -3452.888146506999 -3522.477009034218 -3626.757496511169 -3570.3930925316004 -3334.1634473990616 -3170.5995509803734 -2749.8655804048235 -1937.4939841353996 -1256.6780221069894 -1112.3996801746196 -1075.119758077116 -1136.6034915965297 -1395.7458832752293 -1746.7183154525458 -2249.920445118368 -2558.437253891814 -2702.335896039049 -3141.4036983265155 -3569.2715790736797 -3989.1349046053874 -3768.630179126251 -3811.643587007636 -3561.7749100886317 -3481.370698093329 -3804.7962212364 -4010.415322017908 -4265.21785423791 -4316.01698030466 -3975.743401057932 -3420.8410048446804 -2624.679109194585 -1813.260540539622 -1153.8881109661006 -1038.204957715796 -1154.0143434277354 -1111.4737430912917 -1359.3852720176756 -1677.2738551363352 -2258.4361373959823 -2619.878012053617 -2748.9084775756182 -3139.380774639648 -3568.6086958758497 -3952.102514122751 -3800.7087640243776 -3858.453726816701 -3575.4062962093617 -3570.2349140819074 -3858.5537119462174 -4068.998669567085 -4323.373908671157 -4369.888549129676 -4096.7637714062585 -3403.3048872431427 -2624.855590428429 -1827.1193208925167 -1070.9044432974283 -959.3641504192964 -1056.4814024157722 -1083.911822454134 -1350.2978632177255 -1774.4243388717805 -2345.930257463622 -2606.062698517058 -2671.099783312751 -3456.1600716961907 -3898.0018531931 -4063.3299329552474 -3751.525576980121 -3799.950106338351 -3594.822513439297 -3532.429439309965 -3811.771331153283 -4026.367905284235 -4419.613110305224 -4467.024412386797 -4281.558140310828 -3802.138838899983 -2927.063168651737 -2065.8623463350823 -1065.217875005857 -857.3610173899891 -885.1124039583908 -829.1339144826735 -1252.8868504679926 -1399.0070516561043 -1976.718851084124 -2654.179801683576 -3048.65150659962 -3481.287075541007 -3953.146699444956 -3974.034748649584 -3750.385331362741 -3831.5740283186974 -3590.9205723066075 -3652.00773461108 -3764.902240574279 -4026.635584197757 -4272.425895190282 -4387.659326247248 -4217.398172186502 -3699.671901459813 -2934.504533182582 -2034.674479462272 -1158.7417678891245 -862.7227382102146 -886.6186164132674 -839.9788774877584 -1172.962463181498 -1396.827543435806 -1986.2358350250336 -2455.720416727618 -3009.973143607974 -3485.776808845514 -3845.634716746511 -4033.5001977029824 -3825.839337884288 -3839.270315022321 -3623.1773087570737 -3627.257626092813 -3805.102110016992 -3972.909459769977 -4304.754132156727 -4292.178371935731 -4196.394043161518 -3801.7688253337815 -2902.512297763832 -2169.6868061538853 -1401.8354482239315 -1112.6394639609482 -989.801213115998 -947.70811110978 -1363.933504709173 -1355.1296562803852 -1923.7321996968508 -2225.7647095259267 -2736.220771423348 -3350.3856012787205 -3739.507409428367 -3734.279559041837 -3596.7862384011346 -3541.8208169468594 -3356.96609297912 -3314.2938935836714 -3604.5986689456313 -3964.77743741631 -4094.796804155916 -3873.267790715886 -3621.13090793816 -3638.8906640072646 -2963.3346777931747 -2304.526605745988 -1048.9570516502188 -1000.9411175223988 -989.5872600140192 -1392.1826708745443 -1738.9994056712546 -2342.1348717449628 -2372.5451109367946 -2557.0963031368847 -2732.4505801139603 -3446.5743577689213 -3698.592479778944 -3579.1643968253625 -3771.2535518636896 -2832.360852235807 -3075.662540666692 -3050.9387619176227 -3432.579422603052 -3090.7346904717465 -3644.675695083012 -3693.3920459633937 -3605.240908109494 -2816.673234402858 -2011.0699402190644 -1301.169071581729 -843.1299755336231 -1110.207159960906 -1031.6631593250352 -1334.358293234517 -1641.1799580536626 -2219.247566517811 -3018.7340944147595 -3069.812863527276 -3505.5677757047024 -3970.947117860139 -4023.71227340349 -3751.54350336686 -3896.951455810733 -3615.600820009935 -3618.622238895944 -3919.923518607097 -4181.827270685396 -4046.686608595248 -4478.53359327681 -3925.5415938600886 -3493.126633400456 -2794.7930297362777 -1891.77944924022 -1066.9765400080637 -1052.621707110862 -1153.8022342605418 -1205.7957756009437 -1268.7353209458636 -1676.386229123035 -2363.137718063342 -3049.8633666263927 -2587.90208818981 -3442.9611512090573 -4623.301165739529 -5105.984476645436 -4898.13505146565 -4999.011061345652 -4722.560609803944 -4707.759579508557 -5006.3487896727165 -5201.2393498800175 -4871.601599037108 -5041.931988423381 -4602.1331315551 -3991.702387544605 -3018.9248898431347 -2025.4849872744933 -1073.4508145415834 -858.8300184375353 -875.0215681316446 -835.4721740332795 -1309.1306243610024 -1646.009337437685 -2248.506251949381 -3005.426628244878 -3032.212571397217 -3862.151416925531 -4924.608398106711 -5119.809459518847 -4889.683832168648 -4932.323514066756 -4743.624850771821 -4703.463162196144 -5053.641245317954 -5212.594403196648 -5118.245807462146 -5320.853089322526 -5018.052308858481 -4215.974842986219 -3083.111361976059 -2318.5819088846306 -1443.8616391916146 -1202.374178326102 -1269.716042103673 -1229.2270105381958 -1591.5709342158048 -1389.2829682915258 -2048.3927639740086 -3065.7762908501327 -3082.8325737651885 -3408.9278516967724 -3476.390954172164 -3864.228906906792 -3432.277314900539 -3368.393907014625 -4100.072413475911 -4180.729523023655 -3839.667929756256 -4172.162705037794 -4132.042815655965 -4383.128246846361 -4133.845221866123 -3591.247408888949 -2991.6586627809365 -2138.4792901873507 -1384.401887589967 -1091.3042885717784 -1022.0674848663728 -1093.5126616882492 -1304.745154910383 -1717.3506683912108 -2337.675877056067 -2880.8476185766303 -3217.6954538680225 -3520.6748301656366 -3940.258147136415 -4006.183826740995 -3861.4131442906055 -3889.721862964169 -3665.850555379617 -3534.9718099177994 -3789.629309801201 -3972.9708339880153 -3992.912141654531 -4355.738717652812 -4198.6085939510085 -3665.109001200312 -2925.8215476410646 -2214.16938685156 -1417.6023747108793 -914.2977403665544 -1137.6581331509628 -824.620049506604 -1216.844575187647 -1318.1955252156215 -1924.9005951610395 -2162.7745896630577 -2806.7776726506863 -3402.893462323492 -3745.5386455258094 -3857.68812488184 -3715.315134305265 -3674.307283360208 -3483.7190736495986 -3415.062167145067 -3657.959672493372 -4034.923724106972 -3903.816701487489 -4010.015375044318 -3735.578090773668 -3673.574284756342 -2977.53002357294 -1898.1777170344087 -1124.7989773022275 -896.5577084226561 -903.1616596377356 -847.119047649516 -1217.8104202210443 -1643.628263853196 -2199.035185138884 -1913.4272678834784 -2598.5329014128592 -2709.126981868549 -3420.0913347148125 -3795.146113307131 -3598.7976385029333 -3571.400811029116 -3323.897859152936 -3289.654478792445 -3536.108825276934 -3576.4583179428923 -3399.128885099102 -3647.3640495405616 -3667.975164898919 -3461.309428927386 -2519.7620347216 -1793.3834923097083 -1075.4496876528278 -876.123345501889 -963.0586590061046 -971.8483444511758 -1366.7742380026789 -1729.0216702077134 -2221.0776502631547 -2632.6041846955823 -2775.292975535847 -3383.512755216822 -3867.022300870421 -4092.311602459712 -3812.67491896632 -3878.572907818068 -3604.261649893567 -3598.7471480710774 -3875.917398183749 -4095.3210262201337 -4127.20915069589 -4461.130765244944 -4304.744990240621 -3820.1699751004 -2915.1992447412595 -1797.4679865807673 -1069.1475178430712 -857.0742250200959 -885.3741617959106 -845.1204523147279 -1276.519517715238 -1613.0225300743737 -2270.2989770440217 -2679.8625900348093 -2940.432942470051 -3444.214353918134 -3967.922904897624 -4125.319392081657 -3778.9280353314266 -3862.925538729216 -3643.172819248312 -3621.732885633749 -3850.267621820572 -4043.423517945638 -4062.103294657566 -4582.128005711749 -4275.05747657916 -3827.4358214367608 -2951.5985060556604 -2085.302060171307 -1070.2480026789929 -853.5840395498177 -923.9610020444268 -1099.7631244080994 -1392.433280810372 -1522.5650624600926 -2161.024211720426 -2782.738621636649 -3067.2857268387806 -3466.711889321553 -3815.492183098952 -3764.281331305407 -3847.9387176267264 -4005.546181424797 -3729.6339748471432 -3405.6176051881653 -3635.0784212846497 -4024.22445138952 -4072.3640572047416 -4421.402479121404 -4081.605973656743 -3605.285473035821 -2990.8122141951853 -2098.239452756243 -1269.215906549908 -1009.4972607429868 -930.017849521863 -823.5353701611963 -1319.2345350654468 -1626.2190419132355 -1989.9342950275943 -2733.3887320769727 -3012.586363789521 -3431.832853561368 -3941.107194791653 -4078.124132492405 -3911.8770855411376 -3912.8747914078153 -3671.504435500888 -3595.6821817148098 -3900.500384022695 -4074.681812720968 -4053.154571586691 -4437.246373746319 -4194.728117397121 -3708.5895213635376 -2615.097876053709 -1798.3211603653283 -1167.5749933652323 -862.6745597931704 -878.3004546936107 -840.3064287919177 -1241.825095277456 -1539.123151659813 -2110.104418143997 -2532.4274328507186 -2671.155612557895 -3120.672331264197 -3877.288226215544 -4041.0091642501543 -3843.3900487471055 -3878.8891834788983 -3654.1320647799776 -3538.077764782732 -3870.160815200821 -4083.4046290957945 -4042.165650158289 -4411.867450651194 -4169.593931683036 -3718.630561149965 -2612.467057287747 -1881.9706360576813 -1156.49183475604 -871.784981143815 -866.4193478820748 -826.848136778835 -1124.5861281476043 -1597.932595558124 -2313.804616902099 -2119.5352872849194 -2423.9417522855474 -3325.5808308110786 -3736.215403814198 -3903.372301526218 -3669.6114787144206 -3662.1655230390056 -3402.597968634926 -3391.591260028534 -3662.0457822802337 -4046.1870853628607 -3857.414575049369 -3946.24600076853 -3692.372962505177 -3685.410737110945 -2914.200605476259 -1895.8963366720416 -1119.9298602753595 -897.8601250101755 -906.4620873777004 -871.7224821662119 -1408.7906930332842 -1754.1002659933129 -2400.080036034707 -2189.853593177735 -2641.922402983834 -2391.028845043848 -3389.1662598612734 -3778.652600210863 -3577.7668647360624 -3482.3461228788096 -3237.012450715813 -3254.738582630553 -3480.2299946245903 -3535.640660509272 -3361.3944897200217 -3606.1839498529766 -3619.6059567130415 -3155.7897512489594 -2494.0725528789067 -1778.703617035307 -1152.279520509886 -1054.6926747538423 -1083.205613062719 -1089.989285543793 -1438.430827705792 -1777.268015681541 -2358.288787341054 -2613.749368578815 -2665.416394037268 -3168.9447121364333 -3667.967624592531 -4063.40058687333 -3862.0979731526686 -3835.234447773273 -3630.3475518137134 -3515.0193549859805 -3874.89995317299 -4017.530754075521 -4051.7984451654615 -4406.394330667247 -4165.408159403986 -3722.3852878226994 -2898.1551937798035 -1789.833697175405 -1070.9007005075437 -861.7789036923771 -879.0652630935746 -852.7566378890095 -1329.2102933977635 -1711.465117648707 -2265.9630050378023 -2708.882790804744 -2917.1063080557906 -3455.7172007733616 -3962.222866173386 -4027.5916965037777 -3823.642958396836 -3876.171866897301 -3623.87918289516 -3491.0595003377057 -3845.9832080328415 -4040.5443286120008 -3972.3370819585607 -4113.602385072861 -4199.257468181503 -3796.556429800061 -2902.876924995165 -1787.4997730805835 -1066.5384464854358 -856.4838303575476 -869.8249759879674 -837.7284450326839 -1194.5048381155814 -1590.7446800349524 -2206.608927288484 -2508.7328291230883 -2945.838003080803 -3476.344492122047 -3901.298078778213 -3975.503957585711 -3849.811637161509 -3918.874841250768 -3659.667012958276 -3606.699726576151 -3808.0959104071794 -3973.290549754879 -3972.2445031938287 -4156.05735868161 -4180.1571207994 -3668.547860929348 -2946.351319676323 -2037.0941172815333 -1242.9417238429075 -1127.3735467006102 -1142.083375100054 -959.8617259154536 -1376.8781276344562 -1594.6333868173738 -2251.5577763423767 -2750.6079695357985 -3085.522020394112 -3504.4425417749108 -3906.260763785296 -4015.664137813143 -3765.8882302066 -3874.6564885607454 -3600.033863812589 -3549.699727454221 -3818.156585669697 -3997.177851423877 -4111.861410503409 -4114.865872051445 -4143.486402220879 -3772.162881049123 -2894.2793992715706 -2077.5698099090428 -1271.1592217719733 -859.6969885972837 -943.0549772287992 -916.502768959474 -1368.4630352917166 -1588.2317681899035 -2052.5972448986818 -2730.2120911183865 -3033.4028569847283 -3477.2921327704794 -3846.095262786681 -3995.091538961937 -3755.7166294799554 -3862.581782945029 -3649.702568940382 -3623.937602696087 -3880.363536959919 -4051.5482947105006 -4027.652165744694 -4048.7372922500767 -4096.498205578827 -3697.513267658554 -2847.2922972506813 -1990.662626813814 -1448.2853412135566 -1000.301602071997 -873.1548427344972 -826.3511581246279 -1094.8033936407228 -1465.860530239754 -2232.9117004070904 -1943.108830068193 -2712.806151849492 -3339.2471456473017 -3736.051388817633 -3824.814072988104 -3669.153657874704 -3514.291794458325 -3333.7855049540563 -3369.963352759661 -3598.3265026049976 -3935.796376911448 -3778.590441551948 -3581.26742061059 -3604.0494047959214 -3641.035119057745 -2910.537450002169 -2173.273368706368 -1297.1556170461686 -1127.634799885391 -1194.856638772739 -1131.7761753409409 -1352.5450759017972 -1761.5023025109806 -2325.0385784046443 -2125.906717091082 -2366.0819733724984 -2670.722081945985 -3239.98244653205 -3721.001595688738 -3482.577288846711 -3616.5098989338326 -3325.159908285408 -3235.5207587676023 -3418.9533135254874 -3580.321775277862 -3322.4943147320446 -3293.557903120523 -3693.5740212028086 -3544.957068250386 -2754.8763920620645 -2024.138395427989 -1076.1198473010766 -864.0951260557031 -875.3024422746387 -841.5445759827584 -1127.1300152077238 -1533.6434543782973 -2120.8610193655527 -2406.2043332741614 -2938.542001422886 -3500.155740480309 -3891.5866704735904 -3976.602428444105 -3849.879128406754 -3891.771400323449 -3574.411073794577 -3559.136089717488 -3787.344614645029 -4111.42394359561 -3999.627471492132 -4061.289040744325 -4159.916996865048 -3753.015811550345 -3041.3757476104474 -2148.592183944665 -1202.1200631274717 -1057.439541755374 -1117.3491681581163 -987.6938844733912 -1285.7164623322344 -1535.4766901293058 -2161.680651622757 -2759.3603986815046 -2948.9061427284755 -3453.533044990236 -3915.0932511929386 -4042.7254798994713 -3811.386777263525 -3862.3691512401992 -3596.04194099632 -3613.878631080224 -3866.8816840518575 -4013.610539126536 -4136.0047511528 -4222.737354955985 -4308.440416638446 -3739.8620618841046 -2995.911854313733 -2068.610525347137 -1069.3448082422506 -852.4457839019054 -883.271683498002 -832.8602791283245 -1232.408248654114 -1749.5729098948798 -2125.9453685255075 -2660.0650439906594 -2968.551057536734 -3450.2253051945618 -3902.0778295844807 -4010.893618859496 -3805.819898937509 -3817.083723475484 -3594.4010106975866 -3526.2517299955857 -3864.385920638184 -4065.847711076838 -4025.422542757152 -4167.768046783914 -4255.987675582716 -3782.454235962271 -2960.462798653833 -2070.235589681281 -1064.69091216097 -858.7197381094473 -881.0017172626698 -825.5995355063816 -1222.868454852872 -1743.6746346058517 -2315.7504925669305 -2452.3483309342328 -2994.331549375616 -3445.212161241428 -3873.108270951356 -4070.8193721507305 -3814.0895705681896 -3843.654383344192 -3509.899589969642 -3147.087342163366 -3754.90791892847 -3727.1083870628113 -3941.669265702289 -4059.569707856031 -4180.899390477096 -3806.3562176492246 -2878.3529648867025 -2064.127403626229 -1319.0556933080516 -1149.0634641616944 -1172.7484838810876 -812.9678216201577 -1337.4457990216877 -1730.3675147573667 -2315.801645073582 -2791.271376572274 -2994.910339401973 -3425.261235813419 -3923.862139473517 -4395.722953425652 -4372.708785575279 -4545.7780735808 -4245.771948701383 -3974.5511158283343 -4186.746779230455 -4192.2973285588 -4067.8941715595865 -4156.097909136642 -4379.51081228156 -3799.130813762161 -2860.837213754205 -2096.473008036093 -1157.23317895302 -848.4229990536812 -859.9867069419796 -812.6015700533176 -1300.5106172422054 -1528.6549247703113 -2281.675354693583 -2180.900563261802 -2352.1418006215936 -3579.336184260422 -4078.390203132111 -4355.482381783742 -4195.73372689692 -4396.465550598908 -4150.606100450683 -3898.273622250437 -3936.1500840071103 -4007.0214218565534 -3960.082165755818 -3798.505787765664 -3705.6147416769 -3638.043324945485 -2573.5960925079344 -1920.5649724414525 -1327.4913530965357 -1138.5338188315882 -1046.8952554366329 -1039.832950111706 -1319.355375934173 -1792.2382326544712 -2244.312423644973 -2100.7722189827527 -2638.593685240373 -2325.4480441010837 -3128.2039510841087 -3616.172733017877 -3419.6822259665646 -3477.68010265412 -3393.05100107952 -3323.010504991878 -3455.966108878575 -3344.7155571459057 -3391.1266753755363 -3381.932865742457 -3685.0954000819656 -3572.864515553171 -2819.47055584893 -2076.502524074108 -1256.453218071014 -910.9045336974216 -885.2483121355118 -971.6119812696836 -1126.2824423283998 -1395.62324022701 -2254.2122717529546 -2684.5761265180354 -3022.490043079994 -3444.747681255109 -3875.687544608441 -4020.271592371392 -3732.4191400922814 -3850.48576550896 -3608.910959220359 -3597.650581837617 -3903.593208485268 -4094.2366775978767 -4165.765138868524 -4182.619342483005 -4235.361238697884 -3816.763356607173 -2924.255716908392 -1975.4130749415613 -1231.9706818060802 -1114.3030608845916 -1042.0030555243711 -1089.3714459193634 -1399.7667437285436 -1400.0638643990296 -1978.126152486384 -2674.897977573281 -3033.007276344821 -3468.3040581140144 -3928.391720053608 -3989.4931270368047 -3799.849587994329 -3785.617239314208 -3578.9083227903125 -3615.9438219584304 -4013.399795710204 -4036.2318359475134 -4000.865960114684 -4119.5604811451 -4155.491328319809 -3720.6131680860367 -2909.4202138372684 -2015.5372075033652 -1262.9881770218246 -1030.090980314826 -1042.725326782832 -1102.683334129564 -1340.806695561501 -1613.1153372328747 -2120.294400607632 -2819.224138456241 -3109.909680726859 -3537.2138180838165 -3884.430095246549 -4004.268137618336 -3865.101662485504 -3867.9697112947656 -3606.7119457938015 -3588.651346271495 -3870.0862529889378 -4109.839497974233 -3930.928986161341 -4053.49537771946 -4057.119058551983 -3711.7536852642056 -2922.99685313435 -2058.04293469488 -1297.86976140678 -1109.0916169012596 -1150.4808674651968 -1090.862654348545 -1229.0291040281154 -1402.7556867112255 -2046.0770918470675 -2609.0901835612835 -3025.343228529424 -3479.9007136868454 -3932.2004798369553 -4054.2006495161554 -3761.0012560485575 -3826.817909597908 -3643.997432535317 -3592.483776250041 -3845.744233535033 -3971.539882860729 -4025.459261713487 -4094.399820067097 -4167.982262557396 -3823.3695918031376 -2931.4528741198096 -2053.661957233563 -1154.919283028452 -857.0770415977316 -874.0136404383868 -832.5356257093024 -1247.4905262494915 -1389.1509034836292 -1978.8736607639803 -2669.9474198483767 -3045.032024726986 -3484.310532776069 -3951.989200966804 -4116.130715987591 -3819.861008790663 -3867.30085788414 -3647.366340486808 -3639.371421622541 -3869.977927394068 -4048.5357979314313 -3648.671743703272 -3694.4897053779255 -3732.036248595618 -3687.271901357217 -2961.5129512988674 -2145.6655638290104 -1305.595107952701 -1045.9837234281515 -1134.0615848324492 -1083.8225324980035 -1151.207521920703 -1346.519799708819 -2151.531402829416 -2180.562903462257 -2728.9642329135104 -3357.820819129952 -3804.3269327696976 -3763.9800027004367 -3663.0587437557247 -3563.779414817618 -3474.032775249015 -3466.3965825995638 -3665.381056581137 -4047.8393731208375 -3761.395319188592 -3735.6505165191393 -3719.9399512926952 -3659.658805319582 -2962.119217985758 -1889.600446494064 -1125.4054578419475 -892.9552294983685 -904.270634985356 -861.5106794668934 -1268.777684573848 -1668.2768235014266 -2338.069204141997 -1998.5345854486825 -2499.352959331923 -2414.275768009501 -3338.649706651137 -3808.394761998232 -3526.2653411351075 -3503.376715543532 -3279.624525254781 -3246.636026620227 -3506.0446992907378 -3567.952538738013 -3409.884527097297 -3342.290671373653 -3650.741645759089 -3434.717692939486 -2487.2569095339472 -1765.824665140506 -1080.417938370457 -861.1969791210339 -893.3776911754447 -836.3061322137839 -1215.912254152148 -1720.116232905803 -2302.4766229302186 -2606.3289466254246 -2718.197949477473 -3412.578608749003 -3942.757399421558 -4094.075345137144 -3930.0557210928255 -3795.049116406414 -3624.1083192875135 -3556.1421691845694 -3903.702268370303 -3988.1704901378735 -3932.365829346804 -4272.494407586794 -4154.39904129097 -3732.243507017309 -2910.611793806944 -2003.1696882971612 -1328.8354004241437 -1115.4657578846716 -873.0095069679663 -1092.952293954943 -1393.5311594474106 -1624.7710569774877 -2169.417375739796 -2708.3418739111494 -2944.706206252142 -3424.1927710010377 -3877.749635049344 -3952.392625788348 -3796.7645996776423 -3836.096078196486 -3627.63040050087 -3522.394971190004 -3415.8981452080875 -3742.4847538730937 -3989.043773172056 -4086.621450688768 -4162.558077166339 -3711.913395344051 -2916.069605191558 -2123.2393306354006 -1216.5893241479755 -1020.7210150315458 -1148.1690624578982 -825.0599752410359 -1185.0578688977416 -1401.7842843774135 -1974.0848525127408 -2671.506271642932 -3008.2607628769747 -3517.448577033646 -3940.9706025085297 -4001.339118307992 -3408.1974997456755 -3704.2550430766382 -3778.680137708367 -3783.510917816413 -4084.433523417784 -4200.915478370356 -3689.671382776392 -4025.290482408179 -4129.6959947921005 -3669.989423045415 -2699.152307696305 -2068.0501565796308 -1244.3092309774547 -1072.2951958776505 -1141.3443155552386 -1120.627269040776 -1348.494986553917 -1661.6273061889212 -2094.6412482455835 -2847.06809714704 -2943.2512310199418 -3184.3038205519324 -3488.459021182617 -4042.316893281957 -3865.086588650264 -3873.701584379708 -3337.11196021582 -3157.0520532187047 -3783.540486722434 -3931.50366495336 -3894.3879130340097 -4133.83953751097 -4144.793713464909 -3760.295463347625 -2922.2629095642287 -2148.313123183492 -1323.8523798800454 -955.1188338968292 -1144.7907560094882 -1090.021693947812 -1167.365566706594 -1395.0434639196735 -1715.5525304476084 -2442.516355975602 -3015.7520089298523 -3504.9700650090454 -3856.1405796279887 -3687.152922587822 -3328.807552586417 -3810.0223565783976 -3208.603208728289 -3450.7409342010783 -3898.519660538676 -3642.249515989965 -3875.826488947446 -4061.887133756045 -4194.458251810842 -3811.850324613667 -2956.233249636069 -2140.069757524643 -1423.7655784080182 -947.6117014996848 -1142.7401165223084 -1081.3802991992486 -1218.7891428746004 -1324.1039269162538 -1653.6603080277357 -2210.7318616781554 -2751.1783953563167 -3390.502019915049 -3805.18324582117 -3756.098852855285 -3603.351122380372 -3140.6038639957383 -3347.7818876094498 -3309.596525014308 -3683.182651208734 -3852.9929144054367 -3442.889821791792 -3510.093933201319 -3663.65591835125 -3666.003343715213 -2946.734695572891 -2205.06518990075 -1338.7851079387017 -1081.881555722822 -1178.666739101973 -1120.6550391078604 -1385.7300021201067 -1655.1300250069685 -2068.3910505821414 -2161.67913745941 -2583.4694106897973 -2769.03473813993 -3164.11080832668 -3600.3112654353176 -3463.658556962443 -3695.745654752071 -3215.162540119114 -3114.6925516030246 -3388.114985849864 -3120.848352805643 -3240.9238873070217 -3330.2433641680823 -3774.178767597826 -3587.3372984690127 -2756.881559729884 -1954.9721392287636 -1233.6758002128754 -861.2102835262058 -877.4143836537968 -836.5110921027612 -1199.750107244813 -1581.4906211279558 -1990.0571257654235 -2700.2321862313 -2973.7986340253224 -3540.5514041166 -3940.209177040569 -4080.930356510554 -3835.019781604121 -3872.639043626 -3589.421267420038 -3524.5262468287883 -3895.8684731076905 -4013.767079290326 -4118.3953391426985 -4126.205396453687 -4112.359221800766 -3755.325896177518 -2867.400008194337 -1991.777704243112 -1283.1628296960284 -1000.8637871113496 -1022.7678433394605 -1124.779798884499 -1342.7514504232818 -1517.3189475865468 -1963.8293533964916 -2724.5301836168464 -2997.625260630816 -3534.63693814935 -3873.884908010734 -3961.6697871846977 -3789.845968984247 -3871.57366773172 -3654.925502993744 -3522.383056893726 -3960.202481538632 -4041.636024025136 -3958.908601209525 -4067.899700890422 -4198.4997603565325 -3671.684772873902 -2884.9357667080844 -1989.7337111135655 -1233.1371833988244 -1044.0750146740777 -1040.7609152824657 -956.0532742977 -1374.7706354846891 -1663.6423157885945 -1982.038647879915 -2697.152393583284 -3028.7581805349314 -3604.219422235392 -3808.37986642146 -4003.623508818993 -3328.031357584199 -3806.7278588811473 -3704.6811629900712 -3452.192122924183 -3554.209825229442 -4041.703836271874 -4019.5055043324633 -4121.668533304099 -4109.307814276041 -3701.51343724086 -3009.5845599002014 -2152.7230484936963 -1232.3548614009528 -1088.538249760558 -934.950478867654 -1099.38981795783 -1352.3774243883877 -1576.9510773012832 -1914.8859082434856 -2738.0824909504754 -3055.4676723777834 -3444.01532368204 -3786.4867613430383 -4004.536609811071 -3757.1914031868537 -3760.4823882687983 -3534.684271301236 -3510.5189905218667 -3836.255855308207 -4066.522424886765 -4058.367254610678 -4272.79606958303 -4115.36569014492 -3741.6017105225455 -2994.858347064288 -2203.373913063117 -1297.856587267933 -950.3525169079364 -964.857862891814 -1018.9718798313418 -1286.0509745949662 -1723.3057255510944 -2064.3753848652013 -2843.4188900905897 -3135.58362088625 -3594.261154724268 -3976.446622990674 -4014.516550899338 -3791.5514325752383 -3923.4754273466265 -3662.6892715209337 -3653.232570730899 -3902.651337566967 -4090.175788001508 -4041.008686894862 -4149.57434165571 -4167.919813946837 -3745.999562007512 -2940.701062681603 -2202.0060052356744 -1324.8920644270847 -901.0723218569954 -1007.9587487269372 -961.075699157676 -1304.9112901832957 -1439.221460688762 -1875.9623296312116 -2266.1117568793984 -2763.356907528704 -3430.768110451019 -3764.840236677693 -3868.825177857525 -3705.7688961671415 -3136.984166599312 -3136.4050548229907 -3380.190615276271 -3653.4747488025855 -3959.110681091335 -3821.009216527204 -3564.4269194572885 -3607.152920211432 -3623.8631560001527 -2953.183686710865 -2223.3796689570418 -1231.513007852995 -1040.0959324084083 -1084.5259366052358 -996.5275106700774 -1342.0990546069338 -1695.233479334131 -2050.854675588428 -2192.869481452005 -2509.850196530666 -2709.8098632179317 -3421.481084791862 -3715.805789847705 -3476.932020551209 -3506.64367447257 -3095.6138514687564 -3087.30582184958 -3382.786066807244 -3414.1436483322777 -2994.2004661799165 -3124.2233922852192 -3685.607166724133 -3567.0456269685 -2833.981780956219 -2078.15460758818 -1131.586722810491 -902.9213261972652 -1010.6299227130075 -1094.9481048937987 -1119.511239827822 -1550.8491443450605 -1793.6223742701832 -2674.6927221458354 -2961.856983036527 -3547.351628670983 -3842.758882831432 -4016.167837294341 -3808.8909034887 -3368.704919497491 -3146.6858339894734 -3114.0265476457694 -3443.9517000849587 -3583.4360369678643 -3654.879188170549 -3958.3208996717226 -4076.684150633424 -3741.36015069048 -3009.316820202041 -2131.3547652566044 -1223.517498908056 -1020.5167660631096 -1078.032786285106 -1107.6025008120807 -1274.002634421176 -1673.6500827103112 -2014.0545731524933 -2807.333157288845 -3051.476390382314 -3167.9805099363552 -3839.5517745905577 -4106.527895070383 -3948.124181464632 -3821.946760905444 -3646.601070617634 -3557.71676055366 -3916.996094856995 -3575.9613432180013 -3546.4670826498764 -3957.262159910399 -3761.948442954118 -3464.173596822501 -2878.7679037960206 -2149.1348697577123 -1194.103242547024 -891.1289623540451 -946.9059707824296 -1021.0300084378624 -1346.6245485372838 -1480.7216791672452 -1885.33616555839 -2792.967017467299 -3079.848288313597 -3562.4821967735634 -3874.3120645259455 -4088.199875157355 -3368.0579053637825 -3865.983174088999 -3770.699196574455 -3603.526740956083 -3717.4712533430898 -4062.5103711030833 -3556.9901053874805 -3926.47957361398 -4127.209604761048 -3758.8874843345648 -3007.6254556033305 -2113.116149357424 -1190.6337247422862 -1000.2028508911324 -1172.4787724314235 -1028.564594381456 -1270.688633745641 -1677.6413998245075 -1948.286902941428 -2739.747173254942 -3003.67208879721 -3365.649389858196 -3468.346496129872 -3890.0692454388254 -3650.341167689703 -3853.133576734857 -3720.181559917696 -3588.4745552430645 -3878.460290323639 -3910.1388534425487 -3532.07374020626 -3801.927625408659 -3782.963569599541 -3390.409154061249 -2863.13818832657 -2199.018123262293 -1326.7808497467022 -980.2308869236614 -1131.3411996127122 -854.3848520853737 -1353.435421462714 -1727.1593920205844 -1963.2399187081105 -2739.8511613901383 -2879.4675836200977 -3078.3919248764773 -3888.739540546905 -4076.0735586771502 -3963.3569034013503 -4194.406935351127 -3600.6071030123644 -3550.2234094549804 -3734.192109620272 -3687.7652539859946 -4072.205236714817 -4013.7382821085607 -4128.823651272139 -3773.906427111662 -2925.8667340127577 -2195.641245426096 -1374.24027005059 -1094.2345494702736 -947.8099522302568 -880.9760601648392 -1247.840302843853 -1469.6909312637183 -1805.0995832237188 -2265.2217286657483 -2832.323038778267 -3411.049483798144 -3731.471635859685 -3560.2889699771567 -3600.6160907450258 -3577.173634405585 -3346.3464539091424 -3267.652915717353 -3433.288384531876 -3954.2767676995695 -3881.7254601527234 -3635.314427902376 -3679.186653433269 -3639.458788348395 -2923.155556088968 -2246.543090498168 -1248.2816457246693 -1084.8412024177103 -1167.462829090667 -1118.75660410993 -1367.2753425467852 -1462.091193663126 -2051.7144897363264 -2178.890003373926 -2598.4980237674727 -2604.21889200705 -3394.029944714801 -3294.8232477290835 -3041.944229621049 -3056.3604790611 -3136.3008904629114 -3091.72373044165 -3409.646681014158 -3483.393494861792 -2936.986381018038 -3128.2075126987143 -3628.095875446355 -3493.2449189627364 -2841.343020732256 -2089.404028523676 -1167.890595444015 -1039.1700668639369 -1136.118566817289 -830.2321897486543 -1254.2282951939455 -1385.2901551991486 -1928.790291782408 -2676.442432630053 -3001.854765902511 -3536.4308065678906 -3917.8969731783327 -3975.593943605312 -3790.6900528808783 -3378.0838653681976 -3255.936887485236 -3131.746214609203 -3476.9776736863846 -4003.6561661087017 -3746.9077755347216 -4015.8752175784753 -3835.2083896914114 -3716.2129493315406 -2977.4077848007205 -2191.7382203523143 -1180.5903520195754 -1111.89170720759 -1185.0699400410017 -1133.5247090986422 -1255.8283412215887 -1645.1837037972186 -1904.8604920287385 -2845.1299901956013 -2964.344267410105 -3291.6625017860565 -3910.843868109888 -4266.90561640462 -4148.911576262177 -4254.881721527383 -3949.823734476351 -4078.787841277869 -4244.088096922836 -4221.294767937179 -4143.186719472913 -4211.979821492248 -4277.644359853944 -3881.437116941533 -2856.2419718791034 -2162.360060435764 -1186.725967510696 -1016.2080262755962 -1133.8622237555928 -1098.0203746702884 -1267.5355723326484 -1586.8990976275743 -2069.36616006464 -2646.9463839872187 -2873.9900214052323 -3864.032749297733 -4692.453513288899 -5080.312997429202 -4874.052275866527 -4944.66096147945 -4783.631220549002 -4731.198597680276 -5105.198399400621 -5207.889573924175 -3954.276811616184 -4110.752433345477 -4077.9423204671375 -3753.392633838495 -2941.41472557258 -2098.66182186053 -1361.4220984865854 -1159.5939802386238 -1135.59258217813 -831.3378704549932 -1058.64733599243 -1388.317260679942 -1743.7361442323593 -2422.349742432816 -3053.2170016097075 -3591.8732863019336 -3919.478740699047 -4052.337161319976 -3760.126602571108 -3912.528669055869 -3684.68410428506 -3699.418689620442 -3944.34791844272 -4054.0230026879262 -4122.181206355482 -4182.035090634773 -4141.713474590859 -3765.153987925867 -2994.29136434663 -2125.8645986076417 -1421.4801982240472 -935.7021536963967 -1027.794966095017 -894.9116648935394 -1233.4098032549316 -1412.5076151543744 -1872.4129652652916 -2827.640868173474 -3095.5830574584597 -3502.073030992988 -3891.646419274656 -4029.8567051146574 -3827.529143752243 -3842.9380513703713 -3615.181293312277 -3558.371072828089 -3440.925946285771 -3623.194172173589 -3744.1379954923495 -3958.066053461524 -4099.352213373859 -3693.7793183167664 -2977.5929022815776 -2288.6555418565245 -1316.1312808678913 -944.2249942086048 -943.9219488541212 -971.5506820469448 -1246.9860009812678 -1638.6682544876728 -1791.4659292755578 -2330.275511271904 -2339.121737165946 -3381.084028444629 -4145.030868687704 -4312.208732415645 -4343.251115778572 -4561.532585596455 -4330.398579018857 -4395.492245403806 -4744.438875021602 -4910.820831286595 -4556.966062095279 -4148.745474311882 -4032.949231998121 -3854.92443901705 -3279.786965555015 -2507.4034542428 -1517.1435544058704 -1230.196035587593 -1211.5760372130517 -1174.5939742121343 -1385.2775463819962 -1791.0513389370683 -2107.52564190757 -2297.9188329655426 -2609.415014931428 -2921.889710547788 -3926.525180365059 -4385.469954726521 -4537.735319232656 -4663.28832805641 -4403.715726743018 -4409.716749817786 -4733.069168174395 -3682.203729543742 -3824.5286799543383 -3347.583652344177 -3437.9636738914924 -3170.037595720619 -2751.4864717136657 -2160.3935140493145 -1371.810605511631 -1067.8533015924004 -873.4340526146007 -987.9407960719408 -1295.8833002693436 -1628.3765739524922 -2051.625931523441 -2756.926227949231 -2548.3847456951157 -3106.702519637356 -3871.308242729901 -4108.633385364803 -4007.9939641223577 -4050.293122087049 -3743.387014276715 -3781.922244291178 -4036.5899025696617 -4143.857533350256 -3995.233161147695 -3726.625714543709 -3795.61070437789 -3604.127738033423 -2961.324197223009 -2139.089886375881 -1389.15601253668 -1050.7363615755676 -1141.8444177952558 -911.1925385027896 -1236.738524460016 -1681.1519586782572 -2009.5363641543493 -2765.2460858265586 -2536.79653274088 -3427.521770670213 -3970.4573548645926 -4355.43185926581 -4292.807311524944 -4650.748537356906 -4546.455522263368 -4641.715624276895 -4933.822566202766 -5077.825006127107 -4746.431808313992 -4777.317399929808 -4667.985620564091 -4006.35674476775 -3120.395895680317 -2138.881377065232 -1379.4780808611197 -1135.9611495101233 -1155.7606859608718 -1084.4188073303974 -1322.3046332643091 -1665.663053000913 -2079.219916052188 -3153.406933200232 -3420.0230988347103 -4060.5715761414617 -4394.129306104246 -3940.32316840741 -3965.7492645299353 -4232.717649475639 -4042.9264603746856 -3946.414169520506 -4182.662518187107 -3818.9095232540662 -3495.4346154411173 -4079.933481549466 -3774.9988777260983 -3553.489135393584 -2609.882523690085 -1934.1075334035472 -1346.0366828679284 -1088.455845142104 -1114.966605980591 -871.5605063200469 -1344.2937919598553 -1692.914685573286 -2028.3759697780436 -2801.6126580948057 -3062.851238210519 -3604.851978704306 -3910.72525042548 -4042.561738795428 -3852.504401240596 -3834.867517524988 -3443.384096226788 -3486.2786492609825 -3418.781442212416 -3831.842277754064 -4043.271541452008 -3989.457035614702 -4066.650693008601 -3636.6270084591247 -3005.3339972813847 -2086.17885709964 -1403.450789982531 -899.8384621067307 -997.2501347744944 -974.511132941606 -1306.933555551095 -1420.3133992463622 -1856.64902577512 -2816.7871700124456 -3001.036813015514 -3095.5383683382734 -3829.6777856652334 -3956.046720956605 -3653.447958381679 -3759.596251250866 -3631.7560671754 -3569.4247592917445 -3742.874102943714 -3751.4714132470494 -3797.847253313919 -3963.624473431088 -4143.533847850954 -3623.5203300475528 -2879.5604956437437 -2327.52240744256 -1242.762372842498 -907.3700044897208 -1045.732887041383 -955.0399470296755 -1223.3550355500938 -1471.082753328714 -1856.285356247356 -2369.3694542974567 -2742.186015210701 -3005.652390796308 -3794.070863814464 -3841.092856286245 -3794.401629350045 -3828.363794057145 -3975.6354692923614 -3896.45969921604 -4364.376673627287 -4301.416752657646 -3908.3818181064375 -3752.895387120168 -3717.4291775723896 -3940.1500360671616 -3321.7814897586445 -2346.848718014439 -1389.3404240852149 -889.7703713629676 -885.80707082109 -840.55715650711 -1135.901544485189 -1600.1247809191386 -2038.0327578229771 -2002.5715885933096 -2439.201930592172 -2866.361211863285 -3519.673810346861 -3852.399976077446 -3809.347951395413 -3841.820936660182 -3829.320624508471 -3781.966181979638 -3985.800379497666 -3903.143127919252 -3424.327136532833 -3319.439237656302 -3021.137359277663 -3101.618056819379 -2547.269636039971 -2067.29682005725 -1400.1612741728404 -1029.576849696138 -1116.5902611290107 -1119.0471741799165 -1248.1822440378646 -1487.6484090742274 -1968.193923886539 -2743.677797575485 -2913.4526554351974 -3076.61055054369 -3492.375225556438 -3940.730492940398 -3777.2169299764328 -3861.0535580456335 -3714.186838182232 -3705.351988391518 -4169.071515273026 -4325.0081818000535 -4033.412125826193 -4071.32231050284 -3742.061411638365 -3671.169023448616 -2876.7694954754475 -2079.8437765273825 -1323.5724209370696 -988.3452623406796 -939.0158068509696 -811.2587358492663 -1314.464764234878 -1569.937290332558 -1909.4138465231804 -2777.7405933976456 -2906.1310032075226 -4020.272488580068 -4683.485059568403 -5003.747845158124 -4746.076461257485 -4856.017623477862 -4650.218853651318 -4669.086034836387 -4975.0188239179015 -5101.963658174704 -5018.253063706781 -5082.51382477603 -4686.456047184553 -4431.741833115492 -3532.9310867647137 -2892.507762414509 -1750.0882515913313 -1404.2466703322784 -1286.4260973972937 -1142.9606008686646 -1430.5915953737651 -1773.7715360492352 -2103.241614157711 -2979.181383106066 -2941.97977556794 -3784.294178693151 -3887.4699966226954 -4012.235101978808 -3872.376097498664 -3853.4949934513 -3608.9771208056286 -3591.052809522494 -3843.197202807521 -4003.003616817736 -3995.1635094209128 -4017.470184944261 -3788.2494360350106 -3681.482817361161 -2897.6088290621647 -2207.0835123456523 -1225.2360451274449 -1115.9370832940497 -1225.7927949830637 -1179.0326974020263 -1314.5746689751056 -1651.415335137372 -1981.474617763264 -2793.6436018031427 -2891.942022504244 -3047.969842104542 -4047.437477579115 -4422.221625649137 -4223.824648746247 -4386.865922498208 -4120.511387658836 -3747.981124601773 -3868.126086027105 -3565.8010402614536 -3787.019033429093 -3932.382134547466 -3726.6072102068406 -3554.960240552321 -2588.5659762118707 -1884.480053663332 -1297.9732902060002 -946.7643520544384 -1098.737257968067 -1099.729555408774 -1282.53079535923 -1589.9052890415817 -1755.4025860815957 -2775.486735393089 -2540.3373251373464 -3501.656093361966 -4473.455431847537 -4662.574385808814 -4480.403104639263 -4543.608795764817 -4578.229379849267 -4559.574086525752 -4937.868337326552 -4998.951032450324 -4862.987068147253 -4752.421196937089 -4231.782997560787 -3679.9889223268974 -2615.398060561118 -2042.4645228325264 -1387.628562818532 -1125.6226292873582 -942.6769317599468 -885.1957604589877 -1225.372214398634 -1400.391864525114 -1900.0529757953327 -2203.883576557608 -2350.134055259752 -3652.120314966017 -4215.056276935055 -4411.133619709109 -4374.891148916458 -4545.162708471742 -4334.261625167295 -4374.829425409062 -4665.633707502639 -4846.473243015427 -4301.7935125237655 -3963.6117217934543 -3529.5976514252134 -3615.795683782036 -2945.8818420307307 -2115.5225864781933 -1122.2776395928931 -895.3210051845701 -887.9468858173863 -1101.072506295128 -1375.8131271689858 -1743.1688511904558 -2056.947234335514 -2427.262907106013 -2809.1341685024345 -3015.4889299448087 -3567.138693696406 -3597.1273283654405 -3158.771961949634 -3479.5901695311663 -2785.81126517861 -3078.00035531867 -3362.213608124421 -3455.4726485179244 -3283.82483332294 -3387.566052955349 -3432.5982307442737 -3523.169505102038 -2818.70975160078 -2081.387448897844 -1434.8709200786602 -1228.6618830353104 -1249.5682187320133 -1145.2519692304516 -1382.0313770031128 -1711.2887225846594 -2060.751557274228 -3353.037958682632 -3615.128354457415 -3722.193977687112 -4353.961116497148 -4557.674323804604 -4178.493523196339 -4091.241059554853 -3589.105474213332 -3607.379419962287 -4093.1158809946346 -3883.2473478587776 -3572.2675450028764 -3860.209247264485 -3493.758435566453 -3383.458027149006 -2684.725511958448 -1960.1689374609596 -1260.0407664483 -1078.9477662026502 -1056.6047283893886 -1029.1778970880794 -1300.9236717161257 -1472.5355756072763 -1984.3548860231945 -2818.674541591175 -2860.582041237125 -3107.4152188352664 -3972.612513425569 -4525.862459335699 -4202.159926723916 -4181.984819659674 -3908.9859273000898 -3904.984342633606 -4276.377746518594 -4339.10112391607 -4137.128565036524 -4043.878220009172 -3510.6291331436064 -3393.5529618949618 -2594.6224996752044 -1868.3375756051096 -1059.1749841975018 -838.206322242677 -1045.2447280979277 -1009.2387214814298 -1294.8938384738265 -1368.4321930026483 -1754.320696468896 -2795.526905225173 -3207.2920281728098 -3822.289621076055 -4354.307166235983 -4617.367270995837 -4509.628853612049 -4714.8159500214215 -4588.946073673014 -4559.521862164643 -5000.699349642392 -5070.032839594197 -4947.611103617769 -4821.011655883534 -4353.611974180113 -4034.277822435713 -3196.7188173423724 -2298.143498325881 -1425.0990324079255 -1178.178103050697 -1187.9635582148226 -1133.3221780681367 -1362.6836235238957 -1667.7311298668994 -1996.7464196716048 -2770.112276014251 -3101.5524806951025 -3647.661563980928 -4327.585322698079 -4662.279949070684 -4625.534295092362 -4838.501485447338 -4690.802215008185 -4662.208306882749 -5111.738136949247 -5266.406607478586 -5143.227639333628 -5261.9052595728135 -5041.487188093545 -4753.859337505339 -3810.954883406124 -2838.030432410409 -1743.410225120303 -1478.3363488634811 -1453.1540925981417 -1413.1802390671544 -1780.8262242382782 -1875.591784470014 -2250.885758209544 -3759.300972012492 -4088.259569497589 -4698.95142706389 -5148.0302082613 -5173.176284992524 -4936.108090763609 -5019.373471737809 -4792.905937641811 -4719.969170713279 -5003.13878734728 -5047.741439691422 -4886.69168348633 -4647.536012988061 -4267.500313519115 -3901.592447575367 -3161.3098197332915 -2393.3209894687507 -1524.501363748691 -1184.0814105934978 -1168.1177068726745 -967.0459747537628 -1190.93114315655 -1658.541936111224 -1990.486292433323 -2213.377863581278 -2710.1091946492625 -3032.072459461208 -3342.818871330428 -3795.517831930853 -3911.253959263207 -3982.524148641519 -3747.916911747636 -3923.786126161546 -4314.268390386627 -4517.732550444967 -4042.327632356399 -3885.1873214189086 -3404.1383216901995 -3237.4371730758744 -2597.9493603596984 -2254.021072199396 -1392.5826205762946 -1079.001081406098 -1070.651183125733 -843.0734984351462 -1256.8670545205912 -1694.8713827151587 -1823.6265153160757 -2158.463117594006 -2552.4409943038368 -2397.4305354743788 -3421.314852129286 -3911.038777007508 -3817.828817726112 -3976.069321856977 -3801.47904890546 -3991.3026545470657 -4208.115278037814 -4182.875360659453 -3669.4616878496126 -3592.184579791553 -3677.471368075979 -3660.166730006104 -2911.811512473794 -2082.9793885835666 -1398.0079938872086 -1164.590031115609 -1204.19145409259 -1110.962454024245 -1047.218600892497 -1376.35101952659 -1742.844030013886 -2389.2727602687146 -2541.729148088044 -3347.164357653645 -3860.072643278957 -4070.149674083023 -3800.097505314506 -3989.641151150551 -3895.5386036999103 -3804.4326671677786 -4233.938761251632 -4325.659575411433 -4181.424073737803 -4155.1507734776405 -3483.6302808667187 -3607.87979609907 -2849.6414431462017 -2098.42151252588 -1272.832223082423 -983.276572604457 -1016.8697759012072 -916.4372829834084 -1343.2267758969476 -1435.5243908691052 -1838.5583860591105 -2788.921012368614 -2636.6670974444773 -3439.202400900364 -4150.428148382615 -4593.087891623387 -4670.633774648163 -4728.269809847505 -4593.0762059168255 -4608.215913262938 -4952.582602245902 -5198.940137689784 -5000.468943610401 -5082.056123978952 -4628.441267596409 -4087.77206732236 -3053.3825149145864 -2017.8623015857145 -1061.829070681932 -852.6114838599324 -867.4006050441196 -822.0125500957456 -1042.87828264246 -1378.4935056370944 -1732.0486917216406 -2756.8526667864503 -3167.910981860125 -3866.748458911518 -4505.370965706407 -4854.029476511841 -4817.498492276592 -4833.540234110943 -4616.676720612378 -4595.292252800629 -4908.737096675361 -4904.380809496811 -4770.206519309708 -5133.306814681878 -5011.485270044417 -4752.851749520966 -3849.2862840233897 -2952.4872757612934 -1714.611564754009 -1372.93899260564 -1308.9937168145002 -1248.5777390710907 -1573.5811542394129 -1894.986761315055 -2244.8219137877736 -3836.643073402308 -4061.5778148032055 -4577.308114095349 -4967.9506783094 -5054.363301627002 -4838.538419272017 -4855.124140061825 -4669.705020958407 -4499.60618219501 -4980.315539015779 -4910.883223559689 -4641.924886613221 -4519.905250466695 -3998.8870746993066 -3790.641018768784 -2952.264084050306 -1896.9839849932712 -1152.293825752535 -845.3298282102345 -873.126661686303 -812.8726944120552 -1218.237067674101 -1586.0421063539509 -2060.0706133004287 -2728.695040837288 -2537.088909706903 -3468.0027960907496 -4077.9527733677114 -4300.625605625767 -4090.508947452565 -4261.059360857819 -3808.966748534812 -3763.67602269298 -4104.7695666564905 -4224.097451227426 -4017.059974959304 -4149.994168918507 -3873.39851859947 -3720.101925447336 -2552.739935554844 -2152.3427058956354 -1439.760460813532 -908.5197135709748 -984.5973858323658 -1110.4046604028545 -1262.4396979397443 -1394.6512543625872 -1762.772684058844 -2298.715461950022 -2456.363132374892 -3319.543614948843 -3838.843927269179 -4152.172735042108 -4194.117244733744 -4458.378119248123 -4206.066156512885 -4335.275124174859 -4526.497072055635 -4868.87907802777 -4764.81417287679 -4605.266343845256 -4033.487425623079 -4122.807251824068 -3323.4374440599563 -2277.054265702608 -1421.6875776353745 -1150.9276779923753 -1205.577956742336 -1171.71870374326 -1364.8402982626217 -1750.3049498772102 -2104.726833611164 -2560.8638879038585 -3188.749481584114 -3841.0228893074823 -4626.774418791868 -4855.143802482422 -4635.792507050007 -4660.6845837604205 -4395.738033649391 -4438.020764373002 -4747.933024228654 -4828.809812978124 -4488.125587616676 -4577.521485145899 -4408.644732999772 -4329.387767839301 -3417.866985946758 -2661.299805983959 -1754.184519366934 -1523.8528166500887 -1561.2631113455743 -1440.7268604081123 -1830.661979435098 -1964.865192232487 -2436.5446935515997 -3978.69068411634 -4151.880968752375 -4804.443615561976 -5243.900955034569 -5301.015277702744 -5181.932728205942 -5135.534111032798 -4994.610872020335 -4875.410587900109 -5358.218672729744 -5364.468548585414 -5093.16538833053 -5301.50576527139 -5089.310053312423 -4741.120149999587 -3496.5160268042946 -2376.559747986248 -1381.700700119128 -862.130047059342 -1041.4467533838636 -1046.6974039342583 -1194.2292618466283 -1600.358487174402 -1908.3219566017735 -2814.464851272073 -3108.495327427291 -3532.917116518189 -3935.912093439695 -4048.676100614312 -3835.690848617709 -3893.061473868248 -3545.5298525915937 -3533.6766952267817 -3844.532775017862 -3561.4779183159485 -3844.537542543772 -4029.681543685245 -3765.971588678276 -3674.847732597045 -2908.428721470713 -2144.5494972550223 -1171.020457182761 -1143.530239534894 -1168.2051152514475 -1109.24238882032 -1255.0143095375488 -1466.083263221376 -1898.934344104796 -2822.713827941905 -2981.8290908273702 -3479.2979542917506 -3869.32673308492 -3923.673087885782 -3295.153931467759 -3699.609205426265 -3573.7371616834894 -3761.3784640188296 -4090.971089640482 -4373.780845121921 -4338.886151683903 -4115.373369631183 -3763.86588862228 -3546.2855058998343 -2895.4126559454867 -2124.833434630068 -1378.5248235336974 -1130.9155573279495 -1140.661249010478 -968.745634787788 -1223.6945654730434 -1714.0770283884758 -2038.8431026280396 -2703.907173490828 -2574.145862855015 -3421.576043308946 -4124.135721588503 -4328.956764185911 -4255.23509445598 -4223.652481845757 -4090.6396133061694 -3916.0913062684817 -4422.590307770873 -4374.331902173824 -4198.003762206648 -4319.838194906567 -3924.316869307811 -3709.030617702567 -2608.9801937728644 -1883.1153068842725 -1381.071379628582 -1124.4897681150642 -1082.2291358075329 -1000.1435782647712 -1253.447989485527 -1610.0128750763877 -1882.04227534123 -2356.1451506042163 -3198.858431452141 -3875.396568288479 -4426.024952362133 -4681.8799043477175 -4752.951304566581 -4824.6156176375725 -4665.186344616815 -4697.445804896269 -5007.945392942466 -5191.4122461297775 -5059.279549234828 -5163.667595984398 -4841.560947207138 -4437.762920012447 -3480.998395862073 -2758.930254564921 -1760.196796403778 -1300.9295397817225 -1261.155126524512 -1204.342930671413 -1616.874634986045 -1826.1938431724284 -2225.276070960569 -3407.916116881258 -3920.046765997441 -4759.125094673291 -5158.649596376514 -5166.956256251412 -5067.649928577091 -4967.649229320981 -4863.047551188019 -4782.0239891255005 -5185.797493694116 -5631.907489232372 -5277.87732584665 -5120.12840133741 -4737.488900410406 -4968.003515795692 -4224.844575160769 -3483.730516769449 -2373.9327774015164 -1797.6929326038842 -1849.043741069402 -1711.4080713693213 -2231.105094638956 -2790.611084399436 -3121.7559338020837 -3484.5512338652898 -3762.693796175064 -4143.535827522853 -4839.028184784195 -5079.124749010402 -4848.505223646898 -4779.619269462073 -4606.959231190237 -4547.911172241131 -4723.285321253788 -4775.500816259969 -4471.164992656761 -4491.161998419789 -4576.037670686935 -4602.906109675147 -3714.1033682753264 -2885.5560589200227 -1686.7198050076115 -1309.749728540326 -1296.6024547470174 -1212.7307739658258 -1434.4078411215085 -1747.543238136578 -2091.513353799533 -3109.409646139199 -3560.074017902964 -4249.779500410275 -4333.115168577191 -5053.396580928573 -4838.565588221844 -4934.443914766895 -4680.8849754805215 -4698.883203082421 -5068.522003280078 -5210.965931735142 -5087.762189618132 -5131.28616350686 -4703.853432144778 -4208.424124188487 -3361.2340412800936 -2417.3524319765074 -1440.105018672161 -1142.6701084799502 -1171.5417293517944 -823.3700207427031 -1028.0878226231546 -1516.485538672396 -1701.512640870477 -2799.425120364216 -3499.426531480994 -4541.017984553646 -5097.380527925797 -5171.314177442358 -4893.795941041361 -4978.634682159833 -4726.856008721214 -4726.511336884521 -5166.715381853074 -5303.538782594192 -5158.640685084909 -5280.410629131277 -5049.368025238136 -4764.40730273022 -3724.4938369917327 -2634.6259750542204 -1559.6556969283024 -1231.6887304314378 -1262.7962439903445 -1187.213365368872 -1474.3749549278634 -1764.1686694461991 -2097.454631993145 -3386.37495218917 -4037.053492235072 -4600.702015335468 -5056.276245775148 -5121.971296570504 -4833.662159255795 -4894.084319737518 -4665.224827609713 -4746.335845751358 -5102.38592620868 -5258.211507060483 -5075.830908844339 -5148.441640926136 -5039.337392840277 -4813.312898941335 -3478.0591741108965 -2316.5077957113795 -1370.951193846416 -1123.297883624389 -874.4512047062232 -819.3672424437852 -1285.1666370171445 -1623.0840637171311 -1840.251295180419 -2369.6964534461467 -2868.810832035255 -3784.875376873147 -4349.1449772891865 -4541.963946123287 -4352.065350536309 -4661.019947036189 -4390.369364675264 -4406.026998971838 -4754.559706906003 -4882.1605159929895 -4750.954408188402 -4685.173365561825 -4159.694414485362 -3911.714021864635 -2975.069050704657 -2124.457312386591 -1416.4617224149251 -1139.7888545131443 -1153.8366376134286 -1115.4344881916188 -1298.0770578443078 -1370.0827555640556 -1696.3419878012714 -2444.23031759859 -2867.687727378649 -3513.848186563549 -4161.049501869508 -4370.415216703598 -4135.5376139859 -4331.216199784304 -4183.521018287146 -4054.522284926784 -4566.152962950871 -4963.625272460043 -4735.005671956715 -4564.075476277254 -4104.034021042277 -3784.2989801074514 -2917.1378333226826 -1991.3182451739208 -1158.8692050480222 -863.6996526328102 -1107.931288986904 -1002.0372873337787 -1312.8371941430971 -1646.174032307333 -1957.4640445122725 -2068.545338070174 -2736.327611544455 -3790.684333431148 -4271.67267085139 -4449.62506280144 -4530.900715925558 -4595.239018334882 -4436.473461494572 -4441.394156685011 -4701.307352976783 -5142.955610482248 -4808.760979862211 -4602.512825644127 -4006.469987133255 -3796.949866044508 -2932.743986674052 -2291.3661173256337 -1417.5024487374253 -1101.3391468159289 -1056.5653758189223 -1118.491882623843 -1283.4963140767732 -1683.698350833232 -1969.5324770036716 -2125.9150306853435 -2783.279341140727 -3431.096535629614 -4543.372112588427 -4826.079934140473 -4634.976122930151 -4617.604767265103 -4429.109317983543 -4403.292857110459 -4810.862364258054 -4835.561015585158 -4521.756117519214 -4557.504543884042 -4619.836103952869 -4528.442215387418 -3801.763086385216 -2973.273035003056 -1703.6657646374567 -1391.19564338771 -1396.3268961118154 -1342.8337760880777 -1602.8284961079826 -1876.70089624514 -2296.121955866553 -3836.223891479267 -4087.010536673432 -4693.428016968519 -5151.266276606098 -5275.518481280334 -5047.529604183249 -5268.545348902471 -4907.156344607245 -4922.688853556961 -5376.8943663236905 -5512.483353959909 -5277.529713326437 -5401.71302360091 -5170.603990029874 -4941.189099813942 -4151.246639904127 -3330.3162325456824 -1971.720628243888 -1563.5529629498728 -1570.864667560844 -1453.9230979495978 -1896.2406277501132 -2190.501926756874 -2681.483915563919 -4083.379233345039 -4401.573428917998 -5009.271151462666 -5460.756936676216 -5613.646760153071 -5392.183234478957 -5573.998231923066 -5176.372764303569 -5177.555505891407 -5588.343797322997 -5797.782149248355 -5580.92151201961 -5687.68679431386 -5553.474269706276 -5116.948753652496 -4199.699416911777 -3299.7950900534734 -1805.885942486436 -1390.003945730684 -1316.7647156175858 -1229.1988816575442 -1454.1502185933568 -1727.662679002746 -2056.7382063789864 -3047.6432992773757 -3455.6946781127376 -4536.37928397673 -5061.125483553209 -5141.735814730561 -4847.753349034718 -4971.863211668225 -4801.486672452184 -4775.4602632469805 -5138.30785557196 -5299.415432939487 -5041.025129064289 -5181.586432190012 -5047.808842346355 -4880.1720536186 -4085.103927358378 -3248.8378557388164 -1808.855188572613 -1419.5245125865872 -1390.1432431906353 -1270.6843285092425 -1729.951039845348 -1960.9513300741971 -2415.2741509959646 -3919.839706180058 -4096.425941228172 -4711.151097900002 -5265.520302524025 -5252.204551626151 -5025.266734538048 -5169.846954182637 -4860.035753088932 -4831.374365837628 -5315.053821210444 -5384.510584284724 -5298.512340266925 -5445.905261468184 -5158.814603597031 -4905.915222899586 -4121.154137929732 -3252.088784385063 -1929.0921886979263 -1427.4193667482018 -1296.9663418077196 -1211.106402719702 -1444.583295793697 -1691.0941174771056 -2034.329553924528 -3138.1261532614026 -3511.925661594115 -4245.160718419512 -4839.049238673925 -4940.37302495654 -4721.89395730129 -4849.948973299152 -4630.776646498683 -4652.324283183431 -5023.382320731264 -5178.800861374678 -5019.423299208129 -5095.14161394746 -4576.093900077894 -4096.927648834194 -3185.511825535405 -2429.274263487157 -1523.2977421425674 -1190.1376309522027 -1154.3439716680546 -1092.751403338459 -1265.930895446526 -1303.2280842128855 -1932.983046913524 -2541.847106745624 -3289.3736500597192 -3960.2735881733065 -4606.340773305588 -4713.0279237595805 -4643.391278016243 -4656.378834667423 -4507.115870406782 -4524.677825788419 -4761.690294730896 -5171.090470283211 -4834.971299570504 -4606.12456980599 -4249.053921589602 -4317.654630968795 -3516.125589999521 -2769.4370644199894 -1633.2821560878526 -1303.6380442838906 -1430.1870422413438 -1361.5058011099582 -1721.4345915352276 -2160.124309168274 -2430.5679581014474 -3344.672161770526 -3647.2371559487033 -3868.797729034319 -4594.324879409953 -4790.705688326199 -4505.98971730782 -4586.690096655083 -4439.710748822679 -4409.0977442025605 -4725.948103376999 -4802.947502942832 -4485.047417438098 -4496.790436090137 -4163.980677479093 -3954.3006860284713 -2936.775457099224 -1974.8610806996803 -1359.6996633128645 -855.979866665514 -873.4151506955664 -1015.6753469312852 -1175.6899999932357 -1698.5186954918252 -2062.497158182029 -2733.4616150345187 -3505.3580518125414 -4244.803746571351 -5030.155659870779 -5067.309116564377 -4928.806595343906 -4925.764920938072 -4743.783448006004 -4736.9193261301925 -5139.846220699639 -5300.975761775652 -5110.596477085188 -5269.203577240607 -4855.145282120395 -4375.406190797219 -3423.583206125128 -2492.691207207021 -1496.136454101787 -1201.1925448991717 -1185.021282706921 -1127.7398092644353 -1324.701477293841 -1666.5911284201532 -2005.373236483052 -3285.348615548492 -4055.3308930947474 -4565.128458586246 -5083.385589677328 -5147.851793958576 -4924.169722033576 -4927.951676054203 -4803.494059045739 -4706.520311326101 -5168.151995738728 -5309.578291892305 -5087.681799346844 -5247.345900398525 -5104.334029231949 -4872.102667231804 -4047.331542591783 -2921.610851004854 -1773.9796714583852 -1410.6785876384704 -1399.9727562515818 -1255.2448984069972 -1551.8264963876056 -1819.9926165262063 -2190.4834111757746 -3481.835532375012 -3912.360844342808 -4641.063694287732 -5271.040223373551 -5448.561846061229 -5254.044914531777 -5294.1870032994975 -5010.141344495141 -4910.900546782063 -5357.982833021043 -5546.068953739012 -5286.110722636978 -5423.128890797586 -5054.945342213516 -4724.393837273836 -3387.844580560573 -2418.8622214683323 -1441.1843885714795 -1173.9389602483327 -1156.5222079251982 -818.3095653831708 -1234.1118002481307 -1735.1243867861033 -1849.426287081148 -2367.4737780997525 -2953.998135922936 -3834.299987219697 -4356.987575702063 -4612.28989451117 -4523.082765524567 -4548.995492398294 -4619.94046125941 -4552.458387898013 -4939.45165967049 -5155.236468376807 -5019.424340149564 -5068.672142158275 -4502.43289356371 -4158.153879048282 -3046.188868990965 -2016.1615565443572 -1147.3475112172332 -858.7715964779966 -861.6533927563704 -1037.0035934101788 -1248.09076279454 -1571.9621384835916 -1890.2088862705036 -2640.85951606062 -3136.114415043644 -4096.852092636666 -4517.018206927998 -4997.992955558985 -4813.56077920316 -4864.229030944376 -4679.877397965636 -4670.073513667634 -4959.470232048771 -5118.296591920744 -4943.960460268716 -5020.188736625056 -4609.338183577846 -4249.499989077628 -3338.878767701973 -2687.2492271512488 -1660.221226177583 -1273.3312435584812 -1338.182401059079 -1384.6871270221973 -1601.0217438411523 -1789.4929122255214 -2247.0031643936763 -3352.070475916556 -3848.4855067443473 -4567.132950634961 -5050.021430564399 -5080.985908575786 -4858.704628672641 -4872.265577762601 -4878.745002373658 -4736.510511751474 -4996.96399312339 -5301.641656622478 -5001.113866682323 -4832.778502614643 -4533.2676112206045 -4503.2213277479805 -3594.570027219609 -2537.6364819341966 -1575.2947489483047 -1251.4623103809083 -1248.9803793476729 -1113.0758370202138 -1312.7775000210954 -1714.000875186911 -2048.2375038580053 -2802.0769274739955 -3274.085552698946 -3907.3655327357446 -4653.023710868302 -4858.09030111523 -4633.457701455977 -4573.707463018012 -4406.895140635188 -4379.191633298401 -4707.6196936630695 -4685.638134570805 -4399.916307232389 -4421.809245647214 -4441.478643848328 -4042.552958408607 -3168.3356155419256 -2312.003661780961 -1425.6487968830002 -1145.4610929737648 -875.1932480593289 -823.8793736386281 -1021.7224450316484 -1374.4722076087248 -1745.85970251679 -2909.7487032969 -4019.173188664445 -4614.188503159294 -5109.765177011782 -5255.569579614876 -4929.298784889734 -5006.842439800677 -4823.984191197342 -4792.526055376921 -5243.556976523402 -5466.483562590964 -5255.845799547302 -5358.701872886326 -5082.436734297068 -4759.245990372572 -4087.697763869921 -3065.783342937739 -1703.5582567435215 -1270.2558300884025 -1289.0627402570935 -1231.8761893396222 -1550.481190491609 -1835.11214357278 -2236.872246583393 -3878.557139003905 -4114.427903841938 -4700.712840201711 -5224.798785077009 -5398.019118975508 -5167.125894676825 -5249.534365805413 -5018.129363687363 -4948.367678857969 -5392.216280697022 -5633.482636532403 -5379.014701428968 -5556.303787428758 -5090.077697654543 -4529.7691548247785 -3511.263960937169 -2416.241605598504 -1465.040131861364 -1179.495994912395 -1164.8106961891604 -820.9465849558795 -1075.5883346112353 -1543.37573601318 -1726.674537132409 -2884.348437504653 -3378.785787384728 -4090.380265548437 -4769.223126230359 -5097.053436262596 -4819.199291245185 -4847.856830621366 -4650.032347005596 -4607.933108757881 -5019.5764143085 -5033.636187950535 -4875.515639902981 -5039.938339931263 -4479.771028375002 -3950.7017431754234 -3079.89933796996 -2195.532382468024 -1352.8379342019416 -1071.360103102329 -1135.429025657976 -811.3211949114357 -1305.6605733532913 -1728.971830527584 -1855.37206573166 -2386.8814570494505 -3346.005932346148 -4250.107210167846 -4941.234522973186 -5100.525391639405 -4865.808492404773 -4946.050439393785 -4729.164767018366 -4690.433095834269 -5125.965394330862 -5278.793157330829 -5161.229599796709 -5253.974412957476 -4909.77212470051 -4513.297336929869 -3435.19329036825 -2536.7484134297456 -1566.448923584442 -1194.6088725377097 -1212.4254740740869 -1110.765723168666 -1332.2269952171537 -1648.3861386357712 -1979.1506455807648 -3042.818307636622 -3788.858478963289 -4640.199312746219 -5098.655290544051 -5182.3197988137845 -4972.954197211181 -4990.818411613536 -4894.573432663066 -4798.757913629248 -5205.670599687443 -5316.246835576381 -5190.590070386619 -5349.333589786489 -5121.981494946147 -4915.920783763423 -4049.376723065546 -3174.648768186985 -1955.692678079006 -1553.1166361389855 -1561.7224073655116 -1478.1623835878147 -1935.2467700133968 -2030.3313993401512 -2439.327448869697 -3457.300285993072 -3959.484357324805 -4710.336204562148 -5099.058169152047 -5177.421082190923 -5037.441023544022 -5070.96795774339 -5058.282374055107 -4954.128244862784 -5368.011843763664 -5539.2611867755695 -5277.130221483193 -5195.46049345791 -4869.603985166 -5154.591615950379 -4388.500176230967 -3523.20629331702 -2521.766179096117 -1850.929755849326 -1859.9377275425973 -1761.3399187541602 -2432.027813814383 -2807.1718095865376 -3223.4622330943803 -3557.755560765501 -3773.314252805773 -4164.492142673532 -5023.044124631329 -5196.42594809175 -4859.846025819506 -4789.783952873168 -4677.007480937797 -4679.6646075505305 -5212.83687184093 -4955.388193856752 -4610.992995811468 -4656.575121843855 -4695.08893546958 -4753.728355802953 -4060.1422872385674 -3314.398260283981 -2337.6804893671942 -1829.440696995696 -1752.0363539627776 -1732.4562770129085 -2245.9529811493635 -2440.665646895728 -2901.236201101141 -4111.352541637393 -4304.036010048472 -4866.709916659902 -5301.335928119822 -5415.119840806263 -5189.630736845608 -5259.747591580778 -4994.699666822686 -4833.655760332941 -5455.852395279184 -5470.150222689458 -5409.709701564574 -5614.155658610639 -5225.29737883045 -4956.3966139563545 -4165.289192423003 -3280.319719152576 -1788.4180893771058 -1453.342175863743 -1437.3019239920511 -1335.503185817415 -1617.7639283744136 -1860.54756929837 -2279.3783452029465 -3901.935453867969 -4126.247825430941 -4994.9147440149 -5222.102789049374 -5271.149203653941 -4934.100847687473 -5106.145066214398 -4886.965100709384 -4825.711414673637 -5444.237070170149 -5517.558899283731 -5312.414404380021 -5457.801941952033 -5154.102656548829 -4968.025171243607 -4161.022082208553 -3304.14380477909 -1962.8873478341025 -1584.596524487297 -1638.0158788981926 -1616.2298778120835 -2092.069857238998 -2197.344143437214 -2611.1094516295498 -4024.548150902146 -4273.888084157145 -4896.45433207058 -5408.1161027630815 -5502.540789669746 -5334.4000159409325 -5361.605153411989 -5220.618873943896 -5163.026952365021 -5617.434316968996 -5650.786655643689 -5464.313169450555 -5748.005219978346 -5438.8662795386135 -5171.016225227623 -4335.0736576047575 -3445.244721959605 -2425.503659412612 -1883.496338167812 -1895.9372027170084 -1837.2620922118583 -2416.6069387544167 -2728.853106481374 -3284.45029988986 -4164.592308471908 -4340.441589748677 -4974.040701562615 -5392.563607573876 -5605.040361342012 -5394.30078959753 -5510.357580733493 -5325.714377254511 -5191.651028266943 -5697.054383934142 -5552.274200205349 -5515.547265301485 -5802.739796933826 -5517.211612805588 -5402.381153675923 -4503.845297249396 -3591.695775462637 -2597.4907806340634 -2081.555893241916 -2119.8765925974494 -2069.899499281601 -2492.968171878707 -2930.012894386992 -3255.2470871259025 -4177.375001442857 -4417.257443419051 -5026.587204169258 -5486.976236976657 -5479.195747754037 -5299.865436887006 -5375.590849437936 -5124.770118912022 -5120.494351179009 -5449.086551176334 -5656.867004095187 -5439.874252398936 -5705.775446408844 -5481.616690261295 -5126.609981646653 -4198.378319210303 -3459.763572527031 -2560.058602577308 -1839.505573489177 -1858.8709135554304 -1832.7164125781696 -2272.8054387896623 -2221.026467987752 -2663.631969622843 -3489.615286654847 -4015.274657207689 -4542.789376936396 -5136.543479966934 -5113.092630365501 -4875.983272087538 -4729.386922708285 -4546.920723535005 -4556.399664590095 -4895.618440190931 -5195.328324758525 -4955.706295897746 -4758.727278916861 -4553.879475947459 -4782.057694153834 -4106.022936492142 -3349.5717923046104 -1958.2004286281965 -1613.179396410092 -1630.618482967558 -1554.54173422605 -1801.5121476938916 -2250.7403465642974 -2350.8038227710927 -3266.496764253922 -3350.274530011171 -3807.222305264012 -4519.591760358081 -4820.829737428433 -4616.847034907057 -4593.6435754955 -4344.671593067567 -4403.516033059537 -4762.560975629722 -4715.493874876072 -4442.567630002011 -4522.530785065187 -4594.35905276252 -4651.4018885293335 -3941.8220286181577 -3196.513198895962 -1625.779309862654 -1242.4224730155158 -1227.673019975488 -1160.7700341673155 -1338.548512571166 -1675.3924039423257 -2007.136200044779 -3245.601479200356 -3788.611708442209 -4634.3827706915945 -5092.486531144529 -5182.837884902424 -4934.43830430293 -4983.376303219267 -4772.371414623471 -4699.493419564045 -5229.0507113288695 -5327.573174566015 -5086.871891923506 -5269.352144869221 -4980.292605945155 -4789.092616014181 -3962.982175894474 -2694.01623362682 -1573.3423744029888 -1206.650994576804 -1181.583169742087 -1109.7784702409126 -1298.4378210614598 -1645.3822255031955 -2003.28858722936 -2884.827301156614 -3708.954117746779 -4570.672727931682 -5115.222048766253 -5157.267425584163 -4894.116481026478 -4979.732786233039 -4769.46265215109 -4751.121219268629 -5181.712436142413 -5296.997071989984 -5196.364300566855 -5335.890239356663 -5093.302416744254 -4912.575725654072 -4138.125941721187 -3048.858272057149 -1772.475434446921 -1444.226305077835 -1442.249437239899 -1322.337981416182 -1665.332686747863 -1836.1978090345572 -2250.284401757789 -3672.567953345349 -4080.3149435474543 -4682.1261399455625 -5208.019979944199 -5388.936132226813 -5225.804279555277 -5239.3365380842015 -5025.855351002071 -4954.864150739155 -5485.829495477293 -5544.610961138073 -5235.33002369269 -5343.888612878613 -5255.720992825625 -4900.134722912629 -4117.881108319005 -3273.6124675719225 -2074.027281100264 -1551.254445891767 -1706.97782933914 -1650.3094389501714 -2035.6653427659185 -2137.6351087992434 -2618.3721295226023 -3959.901747678676 -4206.656192274398 -4843.019499419898 -5232.290869614979 -5432.442980340941 -5330.946377916446 -5348.317109579769 -4976.367593875608 -4778.792761314075 -5350.616890535441 -5621.530296073208 -5525.890137212872 -5316.736056812856 -5176.218266471642 -4901.442966571069 -4105.494744104629 -3264.157040612135 -2112.116476162125 -1601.77319847442 -1619.8523258334094 -1508.8655159599523 -1923.8370114642096 -2102.7192169758227 -2570.6521700451613 -3955.258804761056 -4106.52532623332 -4576.394181978413 -5138.162677961924 -5288.784050413175 -5096.233197796413 -5096.828170893154 -5056.85109522001 -4974.519807981166 -5344.536968435347 -5582.698342820751 -5292.161095123366 -5441.916614309018 -5208.477288212928 -4947.17622230392 -4103.887828311714 -3362.717367423914 -2170.160877924582 -1665.867206445732 -1753.1529030633358 -1705.5715888608738 -2272.250956713266 -2205.5802658808548 -2642.951213242809 -3524.146461391036 -3924.846354553461 -4597.233451652619 -5040.674251887187 -5488.84000450729 -5030.268236996897 -4943.473224420462 -4801.284427190609 -4771.588165736279 -5109.635375985943 -5390.3109482049695 -5087.505599488261 -4917.327040919839 -4652.758558237529 -4881.735413343789 -4131.7865932666455 -3302.1949143573547 -1925.9458257679576 -1447.4404457968358 -1546.1810896007569 -1677.728376691787 -1850.0599751314612 -2352.1594005891943 -2419.3292066432814 -2946.229214682795 -3649.778260838444 -3949.098309480432 -4696.7109757368735 -4889.810771467391 -4742.033042027469 -4721.047041182224 -4490.449828728696 -4413.263389610262 -4783.34751739246 -4891.234036588364 -4548.930274346079 -4563.880676083008 -4659.958054666318 -4701.104176875886 -4001.334354097039 -3150.5295489795194 -1749.5275985674664 -1406.130342759954 -1431.4521660362277 -1348.7493558133108 -1609.812259824634 -1819.7460755036464 -2204.672373604102 -3550.707243099027 -4062.679657643049 -4687.177131050908 -5111.6059410380185 -5149.825406767332 -4958.986874408459 -5004.724788559215 -4835.258695142025 -4822.167725696023 -5288.071049195312 -5553.730998431298 -5374.289573257386 -5546.039198903927 -5327.402968974847 -5005.052992201404 -4151.606441561208 -3243.223853398946 -1658.5127414262356 -1352.0586085379596 -1187.4843562741764 -834.6933852197986 -1274.8312419738763 -1732.9688110863783 -1899.5487443027648 -2388.385779958275 -3199.7171155422743 -4086.721519216687 -4849.367076970436 -4859.37853272212 -4836.045087130664 -4850.493503106641 -4698.542938542483 -4651.997880829387 -5051.461626470195 -5234.3621198492965 -4991.689567702316 -5087.72032503116 -4626.50896156667 -4027.5978436196974 -3200.5156974134497 -2270.406784100096 -1383.305427739558 -1059.1773076969814 -869.6547090624978 -819.640991804267 -1219.9232053400665 -1568.3254231216272 -2039.6829610077448 -2737.1825214283435 -3392.9334582181496 -4143.768596229123 -4851.700142913955 -4926.135018112069 -4804.46910266517 -4921.233992125744 -4680.895309116993 -4648.708362606156 -5041.116065919098 -5224.0255757728 -5069.254122815962 -5112.409397225355 -4518.635022784314 -4102.640422768405 -3134.576353850616 -2064.7857733141086 -1062.9907550629644 -1004.5340823606772 -1086.2251053123346 -1015.2755379017246 -1277.2195058503708 -1717.0147858946889 -2054.2506799951043 -2378.171529304843 -3287.444784046149 -4516.767023267855 -5004.465443238882 -5114.714129156691 -4875.169730298704 -4948.130121326346 -4736.040693936467 -4713.443071883415 -5088.992216239961 -5241.955715599263 -5112.470196206648 -5195.933977496922 -5006.739183370175 -4549.258524759508 -3270.6698070041425 -2195.4975088904284 -1444.9343588769038 -854.7281952622379 -1036.9425634910197 -822.2070833402956 -1290.3848832916522 -1542.0928055198476 -2061.711698906132 -2653.8349342896067 -3553.9071935603224 -4595.976333702042 -5123.709263221942 -5130.80608133436 -4897.552688733296 -4979.185267622849 -4709.984416239635 -4730.344457750618 -5145.082607286215 -5301.400798249439 -5177.464933082772 -5305.810062489214 -5318.381837345333 -4592.891281761572 -3581.425604407266 -2622.5371636582186 -1594.3179538655547 -1227.3948240209802 -1227.2137328929275 -1138.7057868764946 -1344.2249422239809 -1620.8049458966595 -1991.203279210721 -2653.428277021734 -3600.911370185218 -4610.31578279174 -5065.568551086887 -4928.40802366755 -4768.382108249249 -4755.869549863787 -4559.842810410243 -4523.050909731983 -4884.410700331719 -5204.177379455557 -4931.464565447577 -4787.544069543616 -4876.930827270299 -4720.140407246015 -3899.650632563195 -2846.1934585863514 -1715.2677670009098 -1387.4296491195216 -1384.8960060185132 -1337.13555954322 -1610.1557959072245 -1989.0502979104172 -2294.6799650300427 -2690.044699155507 -3188.579335875794 -3864.6655651303017 -4681.637057189342 -4884.685099439274 -4653.760278547969 -4656.154662172934 -4470.397453795788 -4452.796079551306 -4769.791499729864 -4855.098916434752 -4510.194549448764 -4570.939353177883 -4909.874757773144 -4707.610279351353 -3870.768724634397 -3037.0295950907434 -1806.5165292301067 -1493.08486761426 -1597.1818291286563 -1502.7861670115608 -1852.2134662905733 -2051.5266679875403 -2473.5760270629207 -3901.4489122090777 -4093.874689510864 -4678.832197194094 -5187.232285812258 -5274.605930350097 -5112.167248835738 -5116.670219381112 -4860.668421552212 -4877.463314145182 -5281.533431375018 -5423.41213603011 -5264.912161453631 -5438.169354656161 -5461.990052995859 -4935.417418699149 -4130.643117667192 -3287.834644334964 -1914.734324135333 -1541.4944786034953 -1625.8952955846214 -1578.3298233624623 -1958.9507537344105 -2157.167751420763 -2422.172630109966 -3886.5230862154735 -4058.696565635709 -4646.201612624538 -5117.195718739255 -5158.892738977353 -4921.72005482575 -4973.233258196187 -4730.696442038916 -4762.983469789609 -5151.771698892802 -5334.145007480591 -5174.190999318625 -5251.710741495348 -5319.038557271153 -4759.976694048111 -3731.584179883412 -2639.657702523662 -1559.8185391536977 -1237.638211180696 -1217.0295688251608 -1169.2718363916474 -1404.3227334284584 -1643.5888459408677 -2056.053002657162 -3161.360207472556 -3889.0194067532775 -4633.529350856557 -5128.8782216215 -5297.115930309726 -4983.329954875691 -5082.763860045618 -4814.218515334031 -4773.996151025229 -5286.208059541778 -5350.236038657904 -5186.498114274345 -5392.744466184788 -5347.17163996413 -4902.775075409159 -3606.160634362179 -2551.15464836646 -1477.0723424681134 -1224.20856301689 -1203.5561564182758 -1146.0422815792306 -1389.31669053513 -1691.473893556258 -2035.8393670212452 -3337.231916732227 -3967.917048872679 -4760.75177583412 -5281.008390657396 -5427.287359065306 -5345.367418824451 -5187.812094053516 -4944.313012557191 -4904.723994416695 -5323.323565633125 -5452.655647886186 -5380.773732101787 -5451.065949982913 -5416.2137408760855 -4983.616240319711 -4204.301763349231 -3349.324139745573 -2548.178430226421 -1678.3934978709594 -1478.382343064305 -1267.6871147592897 -1576.9914199758057 -1750.1758925236554 -2089.65039471117 -3126.9386549706896 -3445.310887427788 -4200.25123970222 -4780.71595581271 -5082.066263799614 -4866.218225825062 -4939.064324262959 -4756.352448797711 -4715.993326605978 -5113.898931339535 -5251.213808874964 -5093.680425617436 -5134.144363271431 -4894.470313667085 -4183.661489697544 -3207.41587009312 -2303.106129669419 -1453.9445913213951 -866.141706613264 -867.075247461502 -813.8928025816343 -1009.3590724066734 -1433.555782362274 -1794.506374826063 -2139.251661943725 -2957.2854533950026 -3938.302237058716 -4841.721026980591 -4781.564667104746 -4700.842031719968 -4675.311902994283 -4513.220773243528 -4494.619061276537 -4817.225094762786 -5199.976850640458 -4858.961352888922 -4369.099813988724 -4033.6102078492377 -3764.9204889059374 -2984.504528138103 -2196.181121781046 -1388.3462913249607 -1168.889626591255 -889.0305432748659 -1095.9634774633432 -1278.603927441965 -1678.7345017955154 -2033.2733801877805 -2420.893078297312 -3032.3257365338445 -3771.433469309116 -4649.054553124784 -5016.347068322123 -4981.878842419096 -5041.941752444196 -4792.727500077496 -4821.360372433731 -5309.138806646929 -5092.485964244164 -4708.297985936154 -4763.54605318159 -5092.069352892044 -4868.03401748558 -4128.840258296588 -3370.9801809195897 -2432.7106596810468 -1844.787878673491 -1838.7718396501773 -1801.1548601286963 -2333.8148029058398 -2480.710794806861 -2949.06624220083 -4146.230162163112 -4363.38397114565 -4919.958876024429 -5368.971195712715 -5468.174406958002 -5261.533153411967 -5160.113036779246 -5138.035386328981 -5033.050106037645 -5438.615298887637 -5658.373103044508 -5446.567703214153 -5670.26117510803 -5611.344871359838 -5116.33680746617 -4231.509311777469 -3389.7913892989864 -2328.821320281105 -1768.947656611884 -1858.3425303530707 -1865.915890561544 -2369.873602710698 -2365.714662342657 -2713.668111651779 -4069.764766083953 -4317.966960222541 -4977.508775304073 -5457.026936802972 -5514.627557353634 -5322.1035190755565 -5394.378213070595 -5128.440706619383 -4924.559094158724 -5246.120203613454 -5257.152876241358 -4995.21176029723 -5162.621833382759 -5299.6062599139805 -4847.006692226057 -3876.607719584723 -2782.5289623313483 -1607.7834375933542 -1270.9331260141346 -1280.6590831762248 -1190.7237190378878 -1395.9993901299893 -1688.666073494448 -2005.7715672231527 -2786.6873553290343 -3454.403328141196 -4219.559873859615 -4996.367489971994 -5081.50178798998 -4894.276233753726 -4933.667385044421 -4712.229425154172 -4721.717684511551 -5083.025946229606 -5265.257067548093 -5101.108452289429 -5200.837801218462 -5279.81981644802 -4493.95339408405 -3488.36277470558 -2402.7863614716907 -1430.4027523893285 -1163.1972028119635 -870.1803480075188 -820.4282609546444 -1067.8040613844323 -1504.1631902315128 -1885.9775789693167 -2379.1827408776435 -3389.5998614762625 -4628.43847745609 -5068.898494491257 -5142.235554043567 -4941.409183162175 -4940.520543337869 -4748.788770460466 -4759.984298858188 -5140.323439348995 -5322.598515479775 -5115.898492798481 -5160.218588801835 -5143.229884401234 -4401.357547272436 -3332.591002693179 -2392.7840396832653 -1550.5630349689054 -1192.8259480545494 -1189.0479619871537 -1142.6882289673958 -1346.7215807012035 -1641.003773463309 -2025.4728586413744 -3164.6983340371376 -4008.3932169583854 -4717.966677517747 -5174.860783384392 -5282.268473070847 -5159.733979261679 -5238.079692918674 -4996.667008781638 -5008.501377358667 -5384.83815905022 -5537.129582616865 -5338.211075034264 -5411.641678512197 -5351.3345072203865 -4915.34650395319 -3999.55337701654 -3128.59449296396 -1848.9956029908144 -1429.2434347330968 -1424.9675051040126 -1444.3563608581728 -1792.465683296832 -1936.949245686328 -2099.506883637514 -2762.0045158116477 -3552.1306898958287 -4367.977247380637 -4872.923192804605 -4811.891603292491 -4740.980742854332 -4698.476489996059 -4507.866848534421 -4444.422503663987 -4723.18761559024 -5099.939247230113 -4639.923556697234 -4328.591742300728 -4264.640723583755 -4064.826600093813 -3323.3339543974257 -2543.394528628097 -1516.019201154423 -1243.2373033509464 -1229.1582042325383 -1100.9260728368586 -1284.5770847852818 -1393.304790716956 -2248.461630729962 -2165.295779681466 -2576.930937085629 -3246.280746810167 -4277.766754640873 -4478.110407113331 -4337.073002286512 -4502.095288473293 -4309.564777164764 -3965.784330342836 -4271.757551713574 -4303.2093649350045 -3908.6356576561534 -3782.4157604201214 -4084.7547151819695 -3881.865017111352 -3090.298822114993 -2334.0376777095103 -1424.273468294388 -1170.2921323941443 -1156.0587772395663 -1097.9696419011398 -1287.278083487567 -1366.5846103031186 -2043.7426884055756 -2716.4953420163574 -3091.786459305212 -3783.546720421805 -4339.374131634059 -4402.272934448667 -4392.134450281616 -4633.137907701931 -4139.881572106728 -4368.003180727162 -4696.527387871562 -4838.8226620860005 -4668.929971872978 -4700.631821860025 -4523.187593680499 -4052.57188431449 -3062.83665833088 -2074.287099810921 -1367.2191414912838 -845.0755432447535 -854.835382695742 -808.9888466887858 -1034.3097989530845 -1365.6462269562796 -1991.936040223046 -2638.1270668981306 -3092.294404253548 -3890.282994243809 -4512.153273095737 -4695.068060649777 -4747.450752044333 -4808.457655224149 -4577.598840249879 -4659.015609463563 -4939.972441821038 -5111.874123392308 -4997.98184919806 -4840.004429580837 -4555.034384705684 -4070.590711958522 -3029.6551063704646 -1997.0159200621715 -1061.3747970878046 -842.1396822598664 -1031.46098272811 -1027.9371662914723 -1254.347605507915 -1502.2410654361204 -1956.7802831413808 -2372.079301773778 -3103.013119390926 -3961.4311862611166 -4768.906183739922 -4998.905464514711 -4783.6027050103885 -4885.04884367939 -4652.465218346833 -4642.070716251083 -4933.089785174275 -5063.528857538694 -4964.415686675098 -5028.499581881943 -4888.072791055516 -4145.27030521101 -3128.4976287739623 -2259.515066723679 -1395.02054935602 -1171.7820221939312 -1182.058469326161 -1132.5783588206482 -1359.7013192319184 -1662.1111712911377 -2288.801472206057 -2643.9023444958634 -2847.8238664207115 -3432.677144141785 -3988.900344980578 -4908.1668682904365 -4845.728287807265 -4965.175697221994 -4727.214275734101 -4693.082982851116 -5093.570533115416 -5190.196175695556 -5070.273420161449 -5191.096548876544 -5276.223984114908 -4844.577462260448 -4067.943456608272 -3122.8787380583817 -1886.3146684457447 -1434.907147016808 -1417.0037972628231 -1367.1995440613828 -1816.2730405090815 -2044.095675843711 -2642.0716140100885 -3868.879203461128 -4029.293999522821 -4581.629471616639 -5077.790656791192 -5193.237899026422 -4998.660946464931 -5050.139993129864 -4940.873651355987 -4798.721675414134 -5230.438782360992 -5352.653758828825 -5130.978511440944 -5455.8043716641405 -5344.470023325421 -4871.5859635355855 -4077.768761944218 -3316.876877661284 -1950.4957399895 -1466.9709001419635 -1468.361375604915 -1447.8285060649816 -1809.532360441488 -1937.223238108432 -2603.473918559714 -3370.93182125658 -3839.902445571449 -4706.759523246178 -5110.011266682112 -5188.92548142567 -4973.3388248779565 -4926.797155484667 -4788.651183802402 -4744.801913297243 -4812.855157491018 -5405.098292085141 -5107.072284092098 -4875.204754876308 -4824.76171903528 -4783.102030699967 -4138.471434091833 -3395.631824935703 -2096.3456587710384 -1556.626149244116 -1481.3777987176877 -1306.9932658220898 -1483.9420362230462 -1916.225689797653 -2453.821120884112 -2643.4398943941146 -3048.6912496551577 -3692.898561528855 -4593.559370076813 -4858.807005815961 -4584.425661277895 -4585.876045295288 -4410.806780627301 -4451.807553253495 -4755.341055738147 -4729.049280620106 -4446.882039307584 -4482.164328502597 -4820.470813557734 -4672.716610743046 -3778.044224462109 -3041.198952072246 -1891.968090478584 -1594.8450636398525 -1587.4551428624495 -1534.8228785864746 -1955.073344024104 -2003.2706544128455 -2540.3506507252773 -3613.413986641316 -4021.039423451956 -4635.884795821899 -5076.854064440082 -5205.112047311626 -5069.22999986957 -5194.463393949803 -4870.254313452399 -4878.85074658666 -5238.826053929143 -5283.511973585249 -5222.679888269367 -5449.388392311394 -5400.250531129365 -4902.664948420774 -4077.41137670358 -3106.3086839436764 -1497.0673175654265 -1203.6188867935389 -1170.5048699763947 -1107.5387977754142 -1314.6890490483274 -1634.6622741939343 -1965.683468479276 -2368.923602277064 -3111.771603746468 -3717.529227136449 -4438.084108318666 -4450.597247753446 -4782.164190612517 -4818.001143036999 -4624.155631168808 -4561.8442629136125 -4979.971980247257 -5155.717353456817 -5095.816974866369 -5303.562280781192 -5319.459140099465 -4850.866077750166 -4061.0489260257086 -3071.513049960766 -1774.2638405247064 -1436.81112562567 -1456.007743268489 -1410.3036192266306 -1759.4246720924543 -1924.719439872152 -2595.958085253763 -3855.5073836138954 -4015.9419169771104 -4567.166025822441 -4952.732794643217 -5014.635607316664 -4813.150017620401 -4830.120137028505 -4642.698622635732 -4606.094906995215 -4519.082955914767 -4002.4997309475016 -3509.1112301276617 -3697.675685556505 -4016.47834771064 -3363.4030723945048 -2721.281723258688 -1917.368323658035 -1047.9741011033905 -843.2303105950932 -1034.0747233098182 -1027.4630357380106 -1269.4792499119164 -1719.2605976183256 -2324.1977424230854 -2773.5621048268918 -2529.73269863375 -3047.140518858697 -3441.2569214432547 -3755.7710164141 -3725.8091519814634 -3793.3967470855737 -3753.563134256268 -3665.101335535394 -4016.708703478173 -4074.796878401169 -3791.595467768929 -3646.088030337952 -3744.304327156521 -3304.258102276924 -2526.364185427989 -1775.4748619162965 -1134.1851680744146 -1093.8463504193037 -1115.2411616679042 -1083.5764462322898 -1311.7672134555014 -1362.9401596469727 -1990.094984846224 -2446.635380653098 -2570.997599770277 -3352.8268749378776 -4047.88213525966 -4241.688224585677 -4027.6227462086217 -4247.659276547786 -3996.448921179609 -4052.81117125942 -4491.994541912816 -4496.733665440004 -4091.8696113858114 -4058.534543587192 -4028.798830037242 -3310.415140598215 -2577.407846217662 -1989.09857064453 -1440.717463890942 -1120.392148679848 -1124.1327288975672 -1139.3515225310025 -1197.1533577084033 -1560.6903026630887 -2248.4111125585405 -2298.176357311805 -2300.1274199318823 -3295.629958971219 -3947.432642816846 -3989.78285730092 -3669.513205087469 -3889.3740112075257 -3713.695051472108 -3527.4911014884374 -4128.281678347663 -4322.947497530269 -3963.309111757672 -3502.5348286153467 -3295.279201253544 -3253.173205676432 -2929.859341782719 -2210.5881010731014 -1318.126012865861 -990.0438694550631 -1033.849953945744 -977.7724793123044 -1196.961637033166 -1621.6207554597563 -2216.8759510361 -2233.8295872119197 -2547.017894761939 -2699.377115116531 -3918.641298294055 -4317.930125016435 -3903.81801914354 -4088.1324814518193 -3751.074752265397 -3696.756539373241 -3923.484294320032 -4089.187079842588 -3501.3112273312763 -3380.06400897456 -3261.923511367903 -3121.1052281469056 -2576.287820761742 -2135.660507008773 -1249.854444051276 -986.672649285842 -1041.7862754825208 -858.8880851394771 -1265.046355444146 -1462.03379493239 -2070.5666970208613 -2812.749049238694 -2899.299417193196 -3669.55833314049 -4247.770260543662 -4547.332585581103 -4363.428783282494 -4427.649007782621 -3962.8245019724113 -4093.8224746796495 -4338.401104174684 -4576.298021127649 -4136.360513667696 -3638.713052330622 -3955.5318137122354 -3593.899439254276 -2917.180297502678 -2207.6272355360725 -1227.0993899678 -842.4580970938017 -925.944696252212 -1103.852488947026 -1208.006090353541 -1392.8947722187247 -1961.4924540286256 -2750.236435880679 -3022.851103858189 -3352.987895022943 -4136.39993975609 -4370.399667668367 -4229.040928121476 -4407.529196877646 -4151.796237915909 -4156.181132735728 -4658.090738725089 -4747.875790140324 -4292.0237541138495 -4060.674492056967 -3775.902575250048 -3618.7425338180615 -2760.812100023073 -2127.9682378058174 -1199.256583318441 -935.9540481806748 -935.0999197417402 -816.0367548360643 -1181.2634245300549 -1470.3870166311542 -2053.577450405683 -2706.0759267691515 -3002.396806844601 -3359.687431526445 -4038.349661975781 -4413.69916414871 -4362.036617592481 -4225.079939891206 -3696.9721437688927 -3680.64722511942 -4115.143702066177 -4174.75278109397 -4131.309520817137 -4135.390292758529 -4004.2748141363136 -3602.529311608441 -2820.827587748593 -1994.9587728150923 -1370.8029993150362 -1122.2911564160152 -1143.234530301134 -1064.3171066362283 -1058.590827077241 -1595.5381582374032 -2099.045742032125 -2408.244029377425 -2571.5468216200343 -3443.1240573178525 -4096.55612817994 -4323.004339164563 -4173.93818876259 -4738.13764963287 -4257.821168578755 -4395.047100124262 -4769.973877159914 -4960.083313187137 -4710.236521108911 -4667.951622975843 -4608.722508375137 -4121.099884915496 -3303.253672464718 -2270.759736548048 -1521.8676599615403 -1222.653745404365 -1221.7723690691291 -1128.8799471656694 -1389.6376368229146 -1725.0818253082673 -2332.9754596681864 -3081.005828758956 -3496.5936785952936 -4347.744658264895 -4959.237749652202 -5065.35706351107 -4829.64749443777 -4868.380199999037 -4674.984129304476 -4694.468642889702 -5030.944201758678 -5099.495965651885 -4939.860663043913 -5084.911194879107 -4995.542630510755 -4488.081232618868 -3795.0980544115214 -2572.099215134056 -1747.147857382988 -1322.4492999385534 -1361.702173082605 -1181.1612205017632 -1386.4270249027672 -1650.6258356770663 -2211.3734880072416 -2272.614380667255 -3136.700834020468 -3936.7442306523712 -4722.844921220823 -4677.343932504941 -4642.898918530494 -4488.0692733151 -4435.153709603141 -4194.052209130938 -4502.062285012994 -4811.071142002504 -4173.608594303551 -3750.374610645728 -3567.897025877221 -3237.1773183156124 -2810.199526121102 -2153.7173237909933 -1401.6993791659688 -1068.1136273159882 -1131.227448779806 -1047.4020645965415 -1179.03586856811 -1646.538096841199 -2122.53179541679 -2160.7552819258567 -2373.3865590339856 -2373.3719726891204 -3392.6366809106767 -3772.3845494806687 -3631.541499105347 -3679.851670618494 -3491.121735868822 -3463.5296925338826 -3884.005343071176 -3594.952170311895 -3382.582167813 -2973.381648036688 -3446.3270300758936 -3476.524653181108 -2846.4242128311075 -2114.0551531764863 -1338.6363398473725 -848.1097683961664 -1090.1463465879624 -899.3155376296535 -1291.0342535075251 -1711.596651190343 -2320.700060066625 -2768.7722263099604 -2896.8633931108748 -3108.875182514807 -3488.881344383219 -3916.239340233831 -3729.704849034541 -4111.431364964699 -3848.051082198 -3990.151060784144 -4296.513274979777 -4551.559747786234 -4239.615497076824 -4232.159863852875 -3716.049930679256 -3314.237757783208 -2562.4762277986874 -2137.851289327733 -1280.995510303732 -986.639564781406 -928.0793628138736 -800.4182837263518 -1247.855242521675 -1552.867995266727 -2302.2975649469686 -2821.134778752927 -2558.345129176404 -3905.8577637526014 -4428.734990007689 -4827.470865027322 -4597.508124228792 -4761.414535030151 -4511.794328987396 -4661.944042704658 -4775.384963046684 -4811.778806271753 -4707.017780976797 -5067.990349837518 -4695.700342676028 -4235.58680724716 -3124.412829740092 -2336.5275645173115 -1453.3969002409192 -1215.3116055311068 -1229.7653201161488 -1184.675975822823 -1454.7181056556865 -1736.5031680883517 -2367.491032629453 -3667.628718571925 -4043.366512733696 -4564.475304580344 -5033.77973707736 -5104.519068186412 -4888.6313783596925 -4918.208710277311 -4748.544992358659 -4713.588245916846 -5064.322299381119 -5217.971285928764 -5127.201571509581 -5537.027036739623 -5324.833451540047 -4902.36559377494 -4111.65419702405 -3284.196567036965 -2016.9594780918517 -1563.461271358551 -1629.7363201651808 -1560.2168882163833 -2047.6875207838748 -2113.388266180172 -2834.0022845903904 -3909.5086469547664 -4090.921505711101 -4598.39123832689 -5146.622484083125 -5197.49313029111 -4973.416188517177 -5075.764734214783 -4734.089218655169 -4764.070193470296 -5140.246577239159 -5275.611136606106 -5217.1183809258455 -5498.585285412745 -5259.539669509525 -4866.611469138836 -4034.7802147950015 -3109.5724493120447 -1847.762930578471 -1411.3400722983597 -1412.810837955686 -1306.5751417955466 -1633.5404261378535 -1857.0887120776488 -2477.3176723381166 -3471.719799609741 -3989.362623330304 -4578.311184773948 -5210.146847162926 -5302.435617527677 -5163.843874324048 -5216.586285127711 -4942.185873730145 -4857.786469752147 -5152.151149175124 -5276.1233356640005 -5267.937008875898 -5794.018111842373 -5508.49209796444 -5010.081880037489 -4112.728040945075 -3373.7461128862824 -2353.6877593498903 -1714.1333536508089 -1705.295882487655 -1615.2069958571365 -1922.694259552769 -2052.546828205115 -2768.152824630111 -3414.542893085113 -3880.705140351315 -4618.82824024596 -4995.317471856578 -4983.20805981457 -4855.1609908978335 -4866.410906991174 -4634.397426429464 -4635.51324994127 -4947.479188227731 -5280.906854276579 -5009.912120249611 -5109.312989968458 -4865.564816531211 -4870.0579993143465 -4160.4479181100905 -3426.4394087791816 -2047.4383734774904 -1623.0104811266465 -1593.928485010039 -1561.8188986570149 -1979.3240972398664 -2615.671341218397 -3095.857317212406 -3435.334557351085 -3703.19588217828 -3973.55652455868 -4666.17688611984 -4941.300650082222 -4649.926776545015 -4620.64686879667 -4418.468615526079 -4329.970228462125 -4608.310913071371 -4676.282876367698 -4169.807258337836 -4479.226402413012 -4028.806537071932 -3643.5984875258505 -2771.012702132665 -2027.1309930036264 -1058.6054100049646 -1107.176845519333 -859.9139618054056 -1092.6674936058005 -1157.853804355173 -1677.4828688350033 -2287.850513174451 -2751.916814433537 -2837.8439306307964 -3487.3410941944053 -4044.325896107869 -4172.050733402244 -4243.400226475968 -4331.673282185537 -3909.168928459874 -3892.12476012296 -4309.424594380128 -4571.629554827624 -4362.795994248008 -4803.097982451011 -4387.675633488286 -3707.851632161946 -2530.1741627363213 -1837.4482454373272 -1261.8327595517133 -834.0973343863674 -1007.3369672410976 -1098.1194787511304 -1255.4179138174438 -1676.4951668755066 -2307.8180752022336 -2788.0074506194087 -2535.1388711083564 -3441.116692013691 -4112.624409706982 -4350.049758155064 -4344.902672048109 -4480.295422000121 -4273.477901743798 -4525.972731120673 -4656.061608625294 -4612.869125225155 -4338.770498967493 -4737.106866970319 -4466.246514118343 -3884.867375076944 -2840.1551249132185 -1881.1371718413495 -1049.856646027535 -1044.204313114615 -1036.604582247612 -1013.8144529393996 -1275.301001075249 -1717.5849063964818 -2053.154647994481 -2834.126199978813 -2575.849295250219 -3816.989782801228 -4619.711804027572 -5048.747868080281 -4787.4699581072455 -4876.70097596205 -4695.242924592459 -4691.077525541975 -5055.262950448814 -5122.181660579756 -5014.852467123968 -5030.46788765643 -4542.597981889677 -3887.4054256139584 -2917.601978315249 -2009.464706166484 -1065.7867650249875 -848.2519006399675 -1035.0349407041049 -1032.980934728782 -1311.5124914407832 -1535.3372492039996 -2300.520748657669 -2738.0971838648347 -2929.8265940661345 -3994.004541184655 -5012.569483948146 -5065.55489601386 -4868.973128500348 -4951.177585629404 -4731.481438583476 -4763.106494019186 -5125.770102529092 -5268.77353922677 -5095.272899852312 -5365.553883261605 -5166.177610384518 -4223.471479769551 -3153.571788067536 -2234.78424739286 -1415.2779194172854 -1114.7382373674095 -868.7903122080135 -816.4816692399637 -1083.232483812375 -1375.8808486586918 -2065.1783353414626 -2731.9727391608967 -2838.9365504984003 -3615.370237626727 -4535.390599219305 -5059.58787694004 -4800.043193186094 -4871.775024612793 -4715.91901112158 -4676.693836156153 -5019.945349871797 -5080.131816732662 -4890.517947431328 -4842.681229893755 -4436.434743267209 -3753.032459606983 -2896.3184655511063 -1982.2107735549196 -1438.9484184387572 -853.8655650296872 -857.1252125548638 -798.4039192491792 -996.769786570636 -1493.1464869859915 -2041.8755221404808 -1990.4435924343672 -2319.51717930096 -2958.1915576733427 -3635.590126313136 -3625.183381084547 -3819.9500179014935 -3730.03892206369 -3398.9941693344126 -3555.593625158784 -3627.994022514502 -3896.109659265214 -3760.4131393752746 -3838.460310477291 -3622.68714999209 -3584.887454459394 -2894.9469285299656 -2199.9631944820344 -1401.0237447685454 -1160.7521458577903 -1165.1813884039402 -1109.22596912563 -1299.6434362724303 -1685.885861208442 -2241.618200307808 -2120.6637264263327 -2503.485630146608 -3055.343734007312 -3880.644995732579 -4139.542540999986 -4296.265543708228 -4007.291543681418 -3854.075597364583 -3791.35990552968 -3894.02761781548 -3982.566253243076 -3639.554487680908 -3854.845593407798 -3894.654041139087 -3629.524069092405 -2905.152724690239 -2152.575698242118 -1317.7836269807046 -840.4728769094356 -872.9436765437052 -815.2597591194674 -1058.753070634853 -1625.4885308696537 -2033.2656042950305 -2706.612068876985 -2832.600425754907 -4161.037582675075 -5048.105104595532 -5113.97444905958 -4979.402002197411 -5039.785804798026 -4805.495033353227 -4756.941565088567 -5149.941999330161 -5392.8533127199225 -5196.376649974502 -5519.5186978272295 -5314.107787859758 -4869.208411647559 -4061.586623165577 -2294.8548077428777 -1387.856254956852 -1144.092529497971 -1162.9641435491433 -1103.7669731673675 -1316.9769417488722 -1651.340854211491 -2234.8572331438445 -2656.904311518132 -2934.213101602426 -3531.9587825070366 -4197.603360565634 -4904.723036745357 -4688.517527042425 -4832.587631124615 -4558.037950099509 -4552.90719100171 -4925.689085720683 -4849.553711804241 -4488.2375668852055 -4764.915613549141 -4458.929857521555 -4042.1568801149606 -3265.4701031828863 -2399.330822074053 -1420.110120289134 -1136.6681493844162 -1148.6200675373682 -1102.2707497718077 -1323.902669467057 -1630.3779493579596 -2039.3733501718004 -2653.1295925582303 -2853.707411693115 -3450.5113226377885 -4341.471509830129 -4421.008567842822 -4623.45576009894 -4764.085804882325 -4414.6462866384445 -4272.409838576291 -4398.165967194644 -3688.750602680946 -3670.530837751288 -4091.256574734724 -3856.310931163393 -3492.7380204836395 -2671.98570536449 -2034.556147388162 -1207.2338300831375 -837.192691371037 -1026.6757579334626 -1095.4788914631863 -1320.5613745215985 -1534.5993402044644 -2235.0513270936685 -2777.8450819529944 -2972.6008996601804 -3446.313419256541 -3821.256731116084 -3876.560074481349 -3352.360792386755 -3635.8656340456846 -3563.1950532727005 -3546.816161803692 -3900.551428475008 -4157.017571126895 -4064.9112961703504 -4302.702551422087 -4105.7595543605885 -3581.8847754981434 -2835.903771442226 -2160.0259721476214 -1322.3715842214417 -1064.7019481525022 -1123.1347675159584 -1082.4216913154842 -1286.6851835031157 -1675.544678448367 -2306.6438021736603 -2829.307272877479 -3006.3699182765044 -3452.2517034925054 -3751.2385014786055 -4080.30802238814 -3403.0364857085638 -3967.3809358730978 -3228.3654934489387 -3455.525599543592 -3463.0538674639456 -3570.1461272636006 -4004.997441781125 -4341.059564757762 -4114.237497422953 -3707.256387592228 -2943.5144142331524 -2239.9781099138336 -1353.8311751254694 -1003.9116805418988 -977.6547229057948 -797.826952877841 -1273.5733307274595 -1460.6343829228654 -2082.092147490544 -2271.3548900823257 -2799.03871055144 -3157.90573930012 -3510.178642206564 -3340.2173351053298 -3597.789273056416 -3579.6434790725275 -3369.490863429203 -3242.259944233973 -3518.153339142681 -3868.185152097507 -3719.972795964022 -3833.908074249764 -3510.489476951166 -3199.123083507669 -2518.0259743834195 -2021.3578981828848 -1099.0843084402024 -870.7325403247102 -879.8341774738632 -826.5378377273653 -1336.0853982086974 -1445.579894017116 -1950.1594872190144 -1909.7276906402851 -2426.367456759806 -2614.1292607418377 -3444.6754453960275 -3743.029226298017 -3366.113623555622 -3391.254899825647 -2805.8567206994944 -2752.069880055712 -3352.937259713997 -3075.480079409807 -2974.1848169744567 -3491.0786019259017 -3405.571475730903 -3131.938880327785 -2562.510303595643 -1873.4946934605612 -1248.06574611654 -1038.324581296167 -999.4405900886536 -905.7470087349634 -1316.04979172004 -1410.1840206415302 -2106.202637706174 -2827.27537494501 -3132.5444423754293 -3539.645817635537 -3825.065377200363 -4021.223561185994 -3318.277948412848 -3664.7150156298526 -3422.5632203946197 -3541.465164480174 -3743.010087232235 -3673.717793037311 -3952.4384511722906 -4352.683278416789 -4006.954455007668 -3685.9784712184087 -2899.262738526297 -2058.170581586569 -1201.55834044399 -841.0523130700117 -998.4417587500012 -1088.4866176023186 -1342.467968599508 -1642.377574699618 -2162.458582161687 -2661.413669007018 -3032.73347742249 -3517.2559165472708 -3788.552101600279 -3986.299756571309 -3893.18682999274 -4192.721044824383 -4061.239662103942 -4059.661906832848 -4214.87614188524 -4246.23419887712 -4329.742876352115 -4549.877329032563 -4281.487417403096 -3775.297391761872 -2946.827788817005 -2101.4117744415244 -1355.6672119312143 -1119.577809658109 -995.28799464378 -1003.7465094536988 -1249.4817369980738 -1541.6612977120171 -2333.825502012469 -2794.0617374237736 -2911.457113309651 -3287.9908513550963 -3438.6945863085125 -4197.550228796725 -3778.1399691619263 -3862.5654012362384 -3123.497590685 -3568.681521718739 -3742.537942753846 -3751.17169331053 -3829.018264930117 -4238.326790104922 -4076.7765186953793 -3639.918825520661 -2752.647719277091 -1961.482289855425 -1318.196023732457 -1072.010049506768 -1019.181398229472 -1088.9081403240648 -1271.771956703173 -1666.9942773681046 -2120.72610715216 -2811.606132896567 -2985.4804561906462 -3263.1803439565515 -3925.784794227135 -4250.65433790124 -4017.513140034333 -4170.9169006189 -4073.269696093639 -4049.194130504323 -4402.8118696256815 -4457.637581676019 -4338.36881034625 -4514.7353683644105 -4177.333041254839 -3758.872937407947 -2935.881380833523 -2063.3913907353635 -1329.417933746137 -1034.589783856508 -1126.2894852024704 -1088.9941991576195 -1251.6933624819037 -1681.677209353404 -2287.7867161672607 -2799.107609913435 -3046.4250534469224 -3373.3160187078206 -3836.487446158184 -4126.816013705306 -3878.095759746404 -3880.3239282446807 -3571.8418010219902 -3608.661643424128 -3837.2134091111247 -3881.029965023533 -3996.6478859585222 -4412.026004089779 -4061.59447412445 -3576.361362229635 -3027.346455406619 -2240.361350465241 -1212.570544430586 -924.6711771781022 -920.4712329784526 -788.1972786251296 -1284.330318228476 -1393.1712836625975 -2116.102164434141 -2294.6413356874245 -2807.790778886469 -3420.529346287513 -3743.0936710001183 -3742.6454303277583 -3618.704418707646 -3706.682161213298 -3390.687448626813 -3368.7064354463523 -3573.5531885654623 -3971.2182234422 -3815.626841469536 -3844.49494539163 -3605.514321797203 -3579.797204453737 -2841.536150081757 -2148.9466391466426 -1340.11789537125 -1111.824732077155 -1150.182870355388 -1097.9513939440706 -1367.7288484373075 -1631.8557523029478 -2304.661830123437 -2164.5289125971653 -2413.9223622818986 -2669.652802951461 -3377.77951871758 -3709.837126819038 -3534.7543114117043 -3525.6891871788007 -3232.403425830306 -3216.9149148586544 -3484.338832008178 -3535.020361350633 -3335.4488538381192 -3578.2296788222125 -3534.2375864286228 -3363.464611179628 -2751.7593397141013 -1991.2199260629384 -1246.5779420778983 -1108.5030962887145 -866.5786773743523 -821.5393889190739 -1241.6444379890331 -1386.1055337168143 -1965.4611564879683 -2440.140280572159 -3032.171379119992 -3478.2490455930906 -3866.5589297620354 -3996.6202865322334 -3770.537454468247 -3890.975834282346 -3581.849718942768 -3470.0075247948985 -3649.511643731048 -4023.421909337033 -4030.0479411470906 -4225.349452947879 -4135.304088165143 -3697.74554648547 -2920.350942887356 -2064.53944571449 -1311.9643193753566 -1030.9632058114576 -1076.7175218110665 -1079.6616800104002 -1263.2215990404022 -1564.9726229691714 -2314.779306962094 -2770.658865264095 -3000.6574765832825 -3061.548915825705 -3826.424666054792 -4148.043407577974 -3976.1261353823434 -4058.575392889846 -3844.672399843346 -3886.871941938125 -4119.655967758413 -4234.755787685211 -3854.559317854114 -3930.458531327066 -3962.416303695967 -3650.040580351522 -2792.762497415325 -2138.907315579 -1317.691366539995 -989.4827375956676 -906.901706181128 -1032.1031424561502 -1238.6279539828515 -1706.8717757399347 -2261.4235285649693 -2807.5153361854377 -2956.687907674542 -3369.4276222374483 -4039.733811502935 -4669.378055289229 -4770.531732078404 -4801.611507047481 -4640.327521089586 -4597.421097056023 -5019.717933185211 -5072.469240657631 -4514.68361115535 -4677.514003668107 -4186.862290266661 -3676.1408205008006 -2931.309675938585 -2127.2757722686106 -1340.9989085184186 -842.104258258044 -858.6539867345552 -808.3189506465277 -1089.4368169081124 -1446.4238892706 -2027.1350397369367 -2388.8747959664524 -2835.598124722981 -3410.5875311633667 -4118.81185267229 -4356.591392226002 -3989.3694307681153 -4049.528475258632 -3989.639141180256 -3988.325055747344 -4333.09306679658 -4284.697626474548 -4160.460313887173 -4459.162519143954 -4196.966881568588 -3708.617652232434 -2542.663730076411 -1834.7850339538015 -1348.1995550566007 -969.3513757309632 -988.817164395769 -1011.3651474129914 -1353.1314193702012 -1733.8258421622286 -1982.208379449399 -2865.6103370553183 -3110.237132098144 -3518.1492084901 -3894.820952956452 -4047.058447558868 -3738.104651134194 -3880.723366437031 -3665.1381655675327 -3528.415448765345 -3877.3118702830566 -4041.033347206863 -4046.823741835298 -4419.552175678084 -4070.1630684686143 -3747.103685196557 -2921.0182756181 -2165.033893412591 -1405.6187816414422 -896.856470050162 -851.1776908573872 -946.7616093827554 -1310.8713858133335 -1533.460844415234 -2136.1694960386462 -2514.223827501669 -2742.375367057636 -3356.890252586972 -3756.944555736672 -3813.390007061501 -3610.037486138528 -3587.208211576651 -3428.648486295468 -3331.596514767633 -3569.3458015203146 -3904.253022015259 -3761.382771382264 -3829.734279082885 -3605.028914313355 -3646.478770124408 -2911.1790754137155 -1933.2017784143256 -1309.8063392701386 -1142.4517202146974 -894.7212601380678 -831.5266226455394 -1159.1328395153282 -1661.0392371890428 -2210.881469619056 -2424.294858031609 -2497.460395698962 -2658.365374891711 -3452.1245759291382 -3665.3689667598974 -3501.810901123956 -3537.993235829286 -3275.0100196630497 -3208.861648787026 -3446.169620501549 -3477.990035631077 -3565.134279636736 -3565.3383187139493 -3558.531953583813 -3503.500863822749 -2726.164303245701 -1720.330545815505 -1051.6523135965635 -843.3199050739386 -871.4749118886164 -825.8187042464334 -1204.8777113925173 -1583.9607883227934 -2292.6458807667955 -2785.809135100182 -2968.079259537038 -3449.885873188401 -3897.631258311515 -3974.5452221090495 -3751.0418124667976 -3733.255285827511 -3573.917064683252 -3490.020025548839 -3783.247205943954 -3994.793187289533 -4283.75588556949 -4478.0408469307085 -4234.065942946638 -3746.345972260774 -2867.5938112861986 -1772.0298135979865 -1049.793550537594 -839.4353816027103 -867.2887798347302 -813.893629321336 -1120.2246398260504 -1498.346163920082 -2113.6894740372973 -2721.382758415072 -2915.214818133093 -3451.9878041502243 -3900.6039750194714 -4036.824505596535 -3762.393887696839 -3833.329534600198 -3634.115402471659 -3594.6282923042136 -3945.8532408739543 -4009.802338052576 -4237.696607328108 -4443.1480508794575 -4247.519432832888 -3817.921950037315 -2895.346905627305 -2033.0816497194596 -1053.5340177044466 -840.4069023038561 -868.1673317810763 -816.8153428778247 -1197.273191826612 -1720.06652178991 -2369.0805707719105 -2959.930996768967 -2938.4753605864844 -3462.233718877708 -3881.415129299575 -3999.744200922271 -3826.070006679743 -3847.242580916201 -3595.9561074661005 -3628.832993998948 -3844.988946857592 -4108.533468327818 -4361.922434934967 -4383.740518639075 -4086.8660089771 -3703.890854371676 -2902.0343351690167 -2075.357120842546 -1232.3823031121583 -1011.1701963861764 -1068.4245610419196 -1113.907818071327 -1257.9258536637144 -1468.6159313020787 -2261.9213886173397 -3047.5173625714733 -2987.1402213715505 -3463.890259567797 -3882.485557523865 -4140.140185405428 -3803.508592524784 -3745.9710555285296 -3569.749848359043 -3583.881071313708 -3891.719385390799 -4059.758060131086 -4343.196790811352 -4275.798761109634 -4125.042857710643 -3733.946664871869 -3011.106826640575 -2119.8272719788924 -1242.8553326562796 -944.694491960394 -1007.7815885054488 -822.9186745013983 -1270.227298600366 -1593.3885004546903 -2135.337961968009 -2964.397979215044 -3021.8658255010623 -3487.3611161663766 -3855.10140620052 -4053.5041546529774 -3744.397964375293 -3752.492194602979 -3547.829939078056 -3494.1844517202226 -3738.19230789781 -3933.156235735078 -4311.540461381856 -4428.08008885033 -4139.391180533117 -3735.314625234212 -2921.5824300792324 -2203.2590504235764 -1229.3680354017724 -879.6825935430477 -927.92772577312 -799.1331285561321 -1210.378561732667 -1365.1539492688212 -1973.3410029940376 -2618.840572958795 -2811.277604251341 -3214.447051386655 -3791.189550131872 -4045.375913407877 -4086.130314409132 -4196.667869272264 -3910.216505962802 -3931.630711722631 -4186.767986172447 -4279.664270982313 -4182.299272237107 -3748.386539894095 -3236.4699490528124 -3647.498265517401 -2895.019357890459 -2147.2406518601865 -1368.3493351024968 -871.50557277328 -1137.9551280265118 -1091.3502975617205 -1351.0304277903315 -1712.3864535735725 -1958.408453263864 -2114.74487327577 -2507.126463895132 -2929.879504017796 -4217.057827735333 -4451.0128100988495 -4463.129871068551 -4448.493777259451 -4193.650363579918 -4150.605640794712 -4397.480366451154 -4307.693861039919 -4022.115077777129 -3950.967008604704 -3927.011138775404 -3887.3532568959354 -3092.985342740374 -2354.4603335945644 -1467.8232820176825 -1161.7424636647984 -1178.936467392216 -1118.2172472406512 -1278.004879869629 -1651.3169212519688 -2241.960831031488 -3110.8917343807 -3057.918619201313 -3581.7061129505746 -3908.1376807893407 -4033.673495040016 -3777.12861604446 -3893.070342661894 -3558.865010715196 -3513.097932663717 -3836.1280954862905 -3938.137737675772 -4254.473764213373 -4320.402117057476 -4279.374685798998 -3802.207987569762 -2907.531911272212 -2037.854604758667 -1062.5625442854127 -843.6481745048548 -868.1367582183458 -822.74177455131 -1158.613362356697 -1579.8345769857535 -2274.9316377441205 -2907.1254938767097 -2940.65850376511 -3505.534923745854 -3929.320216154167 -4048.9863869813694 -3706.33187958508 -3884.729964598195 -3566.648226806403 -3523.388883946208 -3756.446843681305 -3945.16711149819 -4299.7278124684735 -4362.69856654638 -4109.078083496244 -3813.948035810345 -2890.9116120429308 -1898.6503778247388 -1220.3670380873705 -975.9009962037698 -1021.319836379257 -816.3845548006589 -1334.0648617263894 -1484.862824443244 -2071.070997758593 -2981.332004419085 -3003.5866636974283 -3498.627370201308 -3939.54890747115 -3979.429722523443 -3655.1551043873287 -3391.3305392511866 -3677.574885955765 -3933.995433792634 -4161.2669630006885 -4352.61788177045 -4593.906788224237 -4481.980301586169 -3773.7125621975706 -3468.147047579545 -2662.2446592787865 -1991.848307836001 -1041.6839199527387 -833.0799755365367 -865.4793313387017 -804.0081324997466 -1386.4677111809788 -1655.5493925125054 -2225.079936075919 -2974.57205791372 -2958.2583387636096 -3456.7958179392485 -3886.97745634846 -4079.088730269062 -3891.5310002563256 -3897.399823585849 -3745.12589888402 -3562.330019768317 -3821.915832216598 -4038.336457625868 -4280.995950251378 -4375.969076411328 -4103.44821834842 -3766.466794092468 -2901.628236960925 -2047.2967495228647 -1347.5736469780145 -976.5565807583762 -925.8940985560158 -1108.8873987206243 -1309.262625904723 -1531.861799701182 -2176.1354358198014 -2980.322823898925 -2972.8578536972414 -3482.6993720051287 -3819.6857183391394 -4056.328749850533 -3813.17902023236 -3885.78062338653 -3629.372736994458 -3510.6443848187864 -3830.849176578903 -4085.910148734473 -4251.409356036754 -4254.288407449804 -4051.73836843213 -3697.737526856096 -3048.44815231076 -2255.229241939513 -1407.170796836105 -1026.872771894962 -1011.3791771393244 -994.6614593037104 -1291.1785134342672 -1505.8506161303048 -2249.092248579063 -2566.172482554686 -2830.198444624738 -3487.803905089148 -3761.5793691817103 -3790.891508580454 -3590.514251958211 -3592.1039531505367 -3461.661074685705 -3339.6396389563706 -3550.9194679677 -4023.773086073864 -4095.3518157071567 -3847.2674825390673 -3625.7970378331206 -3536.3001538196945 -2847.0191817667355 -2129.4119238198305 -1383.1444028143571 -889.7450242857268 -886.7271254893243 -842.2868268987788 -1141.7145055119452 -1603.3739066005114 -2196.560656011112 -2160.3497992885627 -2516.9853832490107 -2725.1806418079805 -3399.1148790470484 -3770.750457793704 -3416.0447301226327 -3430.0105833977277 -3307.593868321462 -3199.4635249284797 -3363.743653201508 -3527.849223653874 -3593.295841904944 -3674.943870440176 -3693.7011250183286 -3496.277495703033 -2744.145893373288 -1731.9399303725795 -1064.2323148876962 -853.3556101955713 -873.0372223854952 -831.3986914638767 -1191.7663231892627 -1657.9249861066437 -2175.0097530248163 -2701.6447932138904 -2922.927634631998 -3515.622824825367 -3873.38039457156 -4019.76935880704 -3820.0421451194647 -3714.899624254735 -3486.692606565344 -3495.4910430383866 -3808.0022472628857 -3630.374486475187 -4294.551290285448 -4373.389628245716 -4136.4587980541055 -3696.676754761149 -2942.9791170104827 -2159.726119026413 -1227.3036322986684 -980.3940669650378 -1000.3142055087716 -1141.211150724804 -1348.6945229899532 -1681.7271729438485 -2264.9743896258847 -3068.035004728129 -3060.3154121213456 -3397.290601271396 -3502.266314756664 -3727.967748150421 -3642.7045086285257 -3701.214528760152 -3497.024546859186 -3192.22098515364 -3528.8252722143675 -3952.687564759081 -4178.577735884998 -4340.764247326825 -4124.641018331931 -3706.916413159808 -2902.002325339789 -2088.095333396669 -1281.2847693777362 -1134.5071954204236 -986.2209326725878 -808.772205005383 -1290.6831210279845 -1563.0712097385044 -2100.942015096512 -2972.6780184503914 -2983.877751141392 -3467.819440548932 -3890.007047266934 -4048.152679412756 -3713.540620233209 -3875.690783384706 -3596.7883116180656 -3622.245917500747 -3930.71424720768 -4015.934199130112 -4301.925003640218 -4342.977953315701 -4158.064704246361 -3630.616442240524 -2845.9321119976694 -2040.0874772957256 -1057.261221538192 -930.5865034593328 -878.3025201612323 -816.5153451066869 -1381.4914790280848 -1653.524005328952 -2169.399956421866 -2970.6424643415558 -3039.806907157963 -3563.629396692787 -3859.770859925632 -4040.001150184685 -3759.868865630056 -3797.670919267746 -3627.815512924728 -3586.522538346669 -3908.839054451219 -3993.495354437836 -4317.228044422349 -4379.10352381763 -4182.753004108348 -3874.413668559642 -2895.016806992188 -2064.738901532777 -1140.7353140337416 -840.663184109193 -873.6688367726064 -815.4631888048395 -1223.541118648007 -1738.279205821147 -2332.9314594128723 -2962.335952381016 -2995.0285579182323 -3505.3244152694847 -3882.7239355734578 -3970.431332299361 -3835.866753712364 -3863.706968819644 -3697.9283653869593 -3653.7198522062304 -3894.32554808278 -4002.9523665918086 -4255.862061781771 -4417.201416089784 -4173.292302098507 -3765.670465424047 -2934.070928651582 -2137.6170840830755 -1180.7114175185727 -946.9899530226304 -1007.1436361433204 -966.3859501586152 -1209.3499313970158 -1306.1078791475013 -1931.2352179017853 -2528.132784474421 -2757.1693435835077 -3294.2779788348967 -3338.8135176251485 -3654.266067481042 -3609.0047077073377 -3728.248182848474 -3661.3321981589343 -3730.174886757663 -4001.6477649039566 -4157.811892382225 -4055.2113826152713 -3851.05523871796 -3522.470616859847 -3213.142466875433 -2836.135205057898 -2142.780429072692 -1407.6132238274365 -1168.3045278349512 -1166.3311698998996 -1099.6213396777323 -1367.4185100849706 -1827.225693003529 -2314.918758866805 -2631.9451058762625 -2772.2837404076017 -3071.688004998849 -3802.053009867776 -4097.493743513478 -3984.239683208171 -3953.3212033462896 -3786.2750307645583 -3626.612028195355 -3403.912080218023 -3630.14529128526 -3647.3556988544974 -3667.6779021641696 -3635.3066037148906 -3489.684406080585 -2939.3387947340875 -2081.4390254674904 -1291.6995100503077 -1209.630753326885 -896.671604154791 -983.1694030971988 -965.8904361172272 -1286.7545163235095 -1414.600895030329 -2241.17815500214 -2757.480243634005 -2976.2953875716344 -3516.307582655298 -3876.6179429870153 -3979.878277022127 -3847.311846654514 -3778.5516678943545 -3710.953453257918 -3637.884474012652 -3901.948468345483 -4300.538334000991 -4233.955948985882 -4399.306306568207 -4147.705265645643 -3719.3275069185984 -2899.638570201876 -2066.892850069377 -1052.203545553279 -847.3124566654321 -872.6529885019969 -822.6952280416958 -1186.0470654500314 -1582.7689065337258 -2255.463655446377 -2680.714029631817 -2949.5156159246503 -3467.8617752448886 -3891.041190189444 -4154.3772454072905 -3864.253114499774 -3979.240568535596 -3538.8746879070886 -3650.598568884549 -3879.4365437874953 -4274.684257970956 -4301.874241395709 -4303.632131495369 -4121.535541383781 -3635.645113923737 -2877.9822452559943 -2002.461010564114 -1226.0455523312075 -1025.6888077958586 -980.2242145437942 -813.8916537799723 -1310.9950950634234 -1544.2068287821137 -2167.196586116832 -2717.462016182474 -3029.2239367939496 -3512.3900668649726 -3912.101461625682 -3979.123746815496 -3723.9225648058514 -3828.4213105940194 -3630.659230569974 -3611.4150502084567 -3917.8649225597214 -4314.244597287553 -4325.217161761929 -4428.016803389564 -4214.764860159389 -3790.3597338403856 -2899.087519630309 -1973.2627439587168 -1255.2943128019208 -1025.030740708839 -1078.7551499954584 -956.2171625820382 -1375.715233965978 -1593.864261941687 -2170.812091666274 -2701.4783995096063 -2940.7832010658126 -3463.084855511963 -3834.203190584016 -3943.296704191986 -3759.719950568128 -3839.33328486959 -3666.099711699941 -3552.693883224488 -3921.474601190741 -4233.042827625341 -4236.414809516508 -4346.536959707555 -4137.686325131693 -3708.4574525112994 -2925.090369399901 -2097.2099612052475 -1393.3341915766534 -1090.4527437669042 -1163.034105860186 -1123.4885878252142 -1304.302085108605 -1681.704879479036 -2063.242837478908 -2652.1694621069537 -2632.8923916379795 -3124.230631924905 -3840.767198908252 -4078.3992272674254 -3881.128338006172 -3867.120242238998 -3629.629319189353 -3594.547244644695 -3822.874948090716 -4237.251623083224 -4335.481654961411 -4335.201067219939 -4139.919868313514 -3713.413387109049 -2926.346915477739 -2014.0418569935232 -1169.4716789476645 -1031.3618091574328 -1020.2244322281932 -1071.1227553281817 -1351.7431588498696 -1336.9122517067929 -1913.182188961712 -2175.4301657126016 -2769.097875736738 -3387.3648290009896 -3741.262242490981 -3709.8721834156263 -3633.2216211724776 -3592.4622829834148 -3442.0067575222847 -3501.3858649307786 -3678.4681310492097 -4325.070690062726 -4162.775300963827 -3981.7612546329888 -3690.7895034545695 -3693.100476450696 -2943.190999735291 -1879.650768829684 -1115.8681037727688 -886.7555745256265 -890.1123036685522 -839.8682541361827 -1128.697111418221 -1545.382564833708 -2320.7051225224745 -1892.3960366544231 -2544.3043504544 -2669.800594045333 -3468.2227295827765 -3742.79460273712 -3537.181024147283 -3424.823390208169 -3346.731618169785 -3318.960840718798 -3449.611187391658 -3738.1730916045744 -3570.511354122173 -3594.553665582443 -3664.124877645941 -3549.635983567494 -2803.23502692098 -2070.5119454931278 -1307.0579685289238 -1094.9149707419288 -1033.1426715994317 -1111.1978765286651 -1363.7451595341051 -1499.658015808 -2189.402668706476 -2774.480772650607 -3042.905403500936 -3610.189279459953 -3901.955821351366 -4063.112151229753 -3808.5071734189496 -3863.285541353741 -3549.742202043259 -3679.668266322883 -3824.266903555528 -4192.437051798547 -4357.954693150932 -4365.417094485732 -4134.495156687411 -3709.424199853503 -2898.506114276436 -2079.6793730678523 -1158.7470558232114 -1025.4663713888287 -1063.7312220642834 -822.4685631784747 -1324.594301043137 -1503.4802297681344 -2043.0487084931883 -2736.8217079389824 -3049.277390373405 -3616.7875587735166 -3943.329911680079 -4029.386942510917 -3840.648654278729 -3845.956567156373 -3655.8407510280017 -3621.210797026473 -3881.012467966978 -4292.156309091491 -4213.590117222207 -4360.180598624773 -4104.79120550294 -3784.204759475487 -2902.2207705666287 -2050.4044425864145 -1053.976962068409 -845.6597893495058 -878.0252625105804 -816.5235519778021 -1122.2764451227654 -1549.524062622287 -2104.2820118032096 -2418.880980919338 -2949.0783563696605 -3482.1783537711285 -3846.8177934689647 -4019.55935747242 -3803.333971912054 -3921.7868794096935 -3607.662675042772 -3606.6722146368247 -3964.585359230709 -4274.863673319953 -4330.583382663087 -4313.504690137525 -4123.509460933138 -3747.119651150768 -3007.083985097493 -2172.650151233222 -1267.7647521898723 -987.5933625871162 -1036.2966538735084 -1087.9289419944162 -1337.4886448539348 -1543.1886714564107 -2146.6373288831123 -2482.179473040276 -2620.493830135865 -3426.1319162345194 -4014.9956141977673 -4463.672148646631 -4267.458087928111 -4070.230902215577 -3808.897915948623 -3793.671242774569 -4296.643514440846 -4830.780962700649 -4304.487168850703 -4360.160812404844 -4131.778045517397 -3725.218481025864 -2903.3068385737056 -2129.629616445813 -1217.8432397510255 -840.7766277108104 -1007.9920610727896 -1098.923330170591 -1320.9763306477778 -1603.754919817361 -2135.5218878004307 -2727.32743911577 -3089.451659757443 -3516.356826238543 -3926.602640113309 -4042.305154248979 -3812.916566745997 -3843.390610911504 -3646.8351832675394 -3606.788669162454 -3928.091348748492 -4320.06270664763 -4250.016911510323 -4384.899797171161 -4219.367439617174 -3745.461107566392 -2874.605552134941 -2063.8853547436606 -1407.8330957024834 -859.9113105053441 -857.622672834509 -818.3096659437906 -1247.9679480216575 -1652.7694505434245 -2278.634772933961 -2106.237401487691 -2702.696265405151 -3364.0675903176284 -3699.98857531263 -3822.572035750266 -3626.163616949968 -3640.670629315984 -3412.9098937677577 -3443.4766085592246 -3618.8622170841336 -4360.787395598829 -4210.573968274787 -3943.520055512099 -3695.420704188408 -3629.6680691204688 -2862.5254103326497 -1884.0717006902655 -1117.2341262928212 -882.3592549247031 -886.4513587733275 -840.1448798519397 -1153.645976300615 -1601.3462253913624 -2298.9751002884504 -2045.5400932522127 -2601.2862420734814 -2684.5168298482813 -3480.175551422323 -3729.183074850329 -3477.7655378627346 -3437.211526004749 -3271.5802020582705 -3218.157481589843 -3449.315541770082 -3751.8719957541166 -3587.7974040656395 -3547.850827754732 -3623.351242469037 -3436.2597002938164 -2811.109620555827 -2026.5128104672767 -1350.200204556275 -886.7620472576023 -1034.1104978400956 -1122.781659097949 -1358.786108955656 -1639.7300436420978 -2114.897535464369 -2731.807077345306 -3009.3634992459906 -3508.279253893993 -3832.40032386008 -3966.7735922447546 -3765.137912735017 -3804.086242155556 -3645.579766163397 -3588.318311653382 -3868.16987913107 -4309.271681743721 -4293.750027379931 -4268.061658674753 -4207.731753609593 -3768.9957318719935 -2994.919874241157 -1952.2014406838075 -1257.5404252825838 -1113.7097357455125 -1031.895617374805 -823.3895218060602 -1211.7265127864005 -1385.1567655173646 -1983.0470027577733 -2732.9516942781484 -3037.8908320265 -3524.385994999143 -3978.436635172736 -3995.386178671455 -3938.4601747383945 -3933.949419971148 -3693.740238864806 -3651.7953115578266 -3965.542443473727 -4437.180164686989 -4393.245887393059 -4525.9729384477205 -4244.637506887834 -3828.914732967866 -2936.3965707126063 -2049.0251353930144 -1061.5231065143353 -847.7227766242986 -876.1092352641341 -822.2450641002375 -1161.1944443230952 -1626.0223307687274 -2142.477241901696 -2555.323042368761 -2936.6014668276034 -3415.204264170045 -3881.399910770497 -4149.069328977666 -3865.652103757013 -3928.374588283744 -3661.0421434873583 -3645.421686369359 -3946.402269337692 -4337.736184865053 -4369.945630746949 -4404.782448895003 -4174.647193224424 -3720.977385647313 -2891.2065355975515 -1780.371847432236 -1059.153617521068 -849.9713832545606 -868.7206109388975 -824.7310029737074 -1227.4144369050211 -1712.5881897123038 -2313.9344943242654 -2445.378551629753 -2959.1254320414305 -3439.937907629094 -3920.6963074034015 -4081.248393944332 -3923.794487558274 -3899.1326754496217 -3709.863030783477 -3611.221140971363 -3958.260039990084 -4365.560698908887 -4331.173229834309 -4409.441734847634 -4224.230972554716 -3722.675243785721 -2880.4628100898776 -1784.8937462066074 -1147.051476708127 -843.2421460820889 -871.7942582935435 -837.3792280160601 -1144.4518124281042 -1535.0176655723494 -2104.659431104563 -2566.3176607657037 -2708.7924755620897 -3413.2042009055126 -3878.737945562952 -4112.317821452318 -3800.1968169298702 -3827.740668016961 -3661.216910242094 -3582.2787357258244 -4052.593660041736 -4414.040885255265 -4416.032269706424 -4441.986499370969 -4218.580534876565 -3771.834499297581 -2879.5619837785785 -1874.8375012531096 -1144.69513036313 -853.4384882756107 -866.081194372698 -810.2855455214623 -1132.147947965267 -1553.2118826508076 -2100.6724159163155 -2135.859948018536 -2700.195156692465 -3396.983668488253 -3736.072143124537 -3800.3405650170826 -3612.889550841862 -3578.616826568809 -3084.284001538706 -3324.769376580208 -3620.994574556938 -4345.995074825633 -4122.550773658514 -3835.679622118555 -3602.3581407920897 -3630.260686466072 -2957.315774070389 -2272.8418646701984 -1396.8065417072712 -1022.8645807014476 -1022.4757274102792 -923.2596521807084 -1291.2543542344968 -1686.907370706834 -2336.2524119575137 -2197.022312991556 -2574.90233028108 -2688.683101737045 -3349.68602238084 -3865.073425994873 -3742.2365403235 -3944.229543424545 -3504.4602756061868 -3543.8777783719147 -3402.8903055154155 -3670.7787908147993 -3206.817642777079 -3221.8553120061533 -3242.5394267202128 -3083.583030203818 -2709.4964891323352 -2018.7234437553072 -1354.8001344035645 -1152.6408963276317 -1144.1005893068764 -1176.6446207099684 -1579.8361919594415 -1732.0353339081948 -2351.5877771660957 -2942.167553494716 -3232.9077355803784 -3426.779487657571 -3484.33303992924 -3858.9391611935134 -3687.7081581968905 -3852.8433903454966 -3662.754554097098 -3662.7512206739952 -3960.160538767419 -4370.8403706184345 -4338.468933378103 -4371.299446361652 -4154.458912444138 -3732.855065370453 -2865.102531535799 -2065.656422543846 -1330.5201822877225 -1021.8749314350292 -1088.38464527091 -821.4743471222417 -1372.799547177638 -1389.7463555203688 -2175.949833079561 -2690.82275591 -3046.1139245279305 -3516.7469087395184 -3941.645393743899 -4088.938390126991 -3933.1665974167945 -3907.0132092682775 -3725.3519981925474 -3639.3311012418976 -3993.555575200218 -4386.671281108967 -4420.2501862057725 -4500.994304142168 -4249.819357638589 -3805.103282328882 -2937.4257926452883 -2068.4866538538454 -1055.4528213379574 -852.5870378484206 -877.0333554193116 -828.1911892160535 -1251.79945745964 -1744.763943015866 -2350.324150405871 -2499.1891474090426 -2948.6091903393667 -3430.344034293141 -3979.834891201692 -4089.5960581898153 -3882.390677188016 -3964.9189880001263 -3698.887844393384 -3681.766719398173 -3964.397982718752 -4414.377654216726 -4404.804840376726 -4460.025772732749 -4278.170269222667 -3796.123914889991 -2897.8138438314363 -2059.3777599454525 -1057.29692118206 -849.2549737405266 -927.3105833140984 -813.2107178681944 -1304.940309022989 -1599.2407562972476 -2157.211598271253 -2718.69092513412 -2965.894564450269 -3459.1696565439365 -3885.667584877656 -4070.7362779243576 -3772.24516998415 -4004.3166381068263 -3722.320527011425 -3680.5275241634567 -4020.6147052772817 -4414.264668853134 -4468.42564188606 -4461.248486221884 -4285.82652496617 -3788.887713423565 -2914.5114507727512 -2029.6672839708071 -1434.5415750094842 -1051.877833429361 -986.2094361632072 -980.5719099297716 -1345.732834081425 -1553.7368330022805 -2277.52918192605 -3028.557865193018 -2654.8108588969035 -3054.931650150329 -3805.966399566218 -3800.493968946446 -3305.376268286403 -3988.659031555039 -3640.149927429888 -3540.0876086908133 -3803.7457216153175 -4274.148713276926 -4269.101536945888 -4409.804701313751 -4190.065589005279 -3739.975023288639 -2858.1675661829254 -2173.62766538348 -1310.8384372473995 -1042.115897231504 -1026.7681345683511 -950.107417389126 -1317.7290334031736 -1528.7568520794723 -2168.871675972673 -2482.7712060907256 -2855.761089910085 -3393.581059463357 -3788.927394939666 -3865.503356412993 -3702.477156754819 -3683.861324784044 -3446.372986192916 -3441.154892450867 -3696.2844506137935 -4287.251838848207 -4171.1247575070165 -3962.8927262487473 -3721.554602375452 -3662.889704985678 -2918.3252772171204 -2141.7393617839134 -1124.2151330520403 -881.1418121178008 -914.4718246891904 -860.8369705933806 -1204.8700351364926 -1673.9102085175673 -2328.049811077557 -2357.0524697043884 -2640.6275057816115 -2700.449326358025 -3426.3629631433823 -3775.23790012372 -3518.975786491006 -3550.20455549316 -3252.5316920260034 -3248.0232755947177 -3555.903787372516 -3825.918166391766 -3665.538094182249 -3605.440080629383 -3653.4244413233896 -3431.619319239182 -2483.173266369639 -1771.907634389568 -1110.5876502920278 -980.2479866891052 -1082.2902989132024 -1077.199430123089 -1239.676176936819 -1783.6624666871965 -2345.272967180222 -2922.817179886543 -2673.993175629106 -3399.9481568761016 -3880.641100735826 -4134.62626009943 -3806.2618460997032 -3895.4899443997338 -3588.218298617941 -3585.298892989832 -3870.4348615843496 -4306.582529077833 -4346.028375776499 -4341.214806427073 -4174.497625202413 -3671.69713891724 -2600.341492367999 -1789.192284583205 -1062.1866988161344 -849.1156161134486 -953.6306185821009 -1015.7912057114156 -1395.8005303014618 -1778.1641435907766 -2247.043351152946 -2862.8566615841896 -2671.090068904047 -3177.7169093810576 -3712.689269046762 -3941.3891861393454 -3849.4319824334175 -3847.1944749669074 -3532.662001044455 -3499.789510449829 -3733.998053052348 -4311.636608343373 -4131.605495967692 -4368.165141629916 -4145.390391262744 -3650.8109350052687 -2608.7438915612206 -1793.477362619287 -1067.08250367916 -853.1931960716062 -892.4554826125552 -1057.8087895165072 -1354.3632722658765 -1674.7579032921394 -2258.8918759428807 -2845.8551717946966 -2664.225106554631 -3154.99170181091 -3813.9823243081696 -3883.511878969188 -3660.858601332168 -3901.256851995333 -3561.1080742432114 -3578.153500048696 -3841.1112517219135 -4327.607129767773 -4295.939996833688 -4314.67023412567 -4115.744099628671 -3382.388784395257 -2619.0967413995872 -1807.8380034292504 -1283.4012946186276 -1192.007477037673 -1087.2472742917696 -1133.854848277535 -1348.3386083395476 -1684.5367760558788 -2297.574428822228 -2737.7209626988174 -2655.5099534835026 -3137.028927775388 -3526.952974053961 -3991.330799380011 -3821.092515622845 -3630.67297052104 -3560.5033202233035 -3499.107474443131 -3844.7509860819264 -4248.221196672988 -4297.1902905059005 -4295.363016447642 -3926.5414112186554 -3381.704158482081 -2631.9899944329754 -1799.0821992589997 -1267.675944714567 -915.7950354359292 -1140.5778442526068 -1007.90281007229 -1321.349263949823 -1693.1848170828594 -2375.041059844247 -2723.683434013599 -2688.2601874236548 -3131.265955573266 -3561.147355340442 -3994.0058643163543 -3804.6239114017576 -3612.655000040365 -3384.176596276134 -3543.024441321705 -3866.4391837270473 -4304.283746504108 -4352.939668567884 -4320.076015444676 -4092.225640267101 -3661.205203996835 -2608.0666542215463 -1878.044415501545 -1198.4895193508862 -965.3206224942452 -984.499872709852 -1120.5829911300834 -1382.4957339090188 -1576.9606395848557 -2292.7472218973976 -2368.52456027071 -2429.0327543167696 -3306.95607984369 -3713.715864234801 -3819.24811802312 -3593.6824848146784 -3564.2426131263446 -3326.7930558442786 -3287.512230766511 -3579.0316851474417 -4168.116534433438 -4087.350384678536 -3818.1015489758574 -3314.5608600857445 -3295.961109641813 -2751.419690147159 -2152.7572338235977 -1386.356239295963 -1137.9326415971957 -1213.17929596947 -1116.3564818319037 -1251.1448327085743 -1735.468196217814 -2401.953507108186 -2494.5377394289794 -2358.669523099608 -2400.5671896550207 -3103.416838937495 -3400.49353118472 -3428.6714405422226 -3468.565016982632 -2919.5266406060728 -2907.0056214665424 -3215.215908523378 -3474.854624223777 -3333.5927959827827 -3296.8823283870065 -3448.152394240171 -3315.255921860699 -2640.2001594044486 -1898.5975711783208 -1325.8700264584788 -1120.924923043374 -1139.052426302872 -1117.797053633136 -1363.866176905086 -1725.6998807270515 -2370.113288544608 -2751.354543804449 -2667.376374077807 -3150.0559735592656 -3548.4387001943887 -3701.143304928792 -3710.374461225628 -3813.8231234263208 -3228.5253123588877 -3267.369906639608 -3521.2675184209984 -3948.597646208648 -3988.894614974974 -4003.2041296410266 -3968.219188770043 -3395.365291658601 -2622.837706577543 -1811.0541736552727 -1267.4976809821785 -1099.2843033283295 -1028.687987649815 -1095.1098652462244 -1372.5698890021524 -1791.616420071137 -2292.7258221380303 -2737.5380013394943 -2685.465678257654 -3137.90296868144 -3555.918377360699 -3995.094005288708 -3803.396241562764 -3707.603534365308 -3581.628904683435 -3573.4294825326483 -3897.595061548652 -4336.965549746661 -4317.844670849509 -4384.965662207775 -4188.105023527642 -3739.752694606469 -2895.5076811082304 -2060.9174293473843 -1063.5447220662302 -909.0855495121576 -984.6119024244592 -957.051080490648 -1413.5561091341244 -1815.2295310253407 -2382.8342767383792 -2984.2806847069046 -2977.769750734364 -3485.946143957304 -3924.521673960669 -4063.960936692207 -3825.5466954994513 -3928.438289244174 -3628.907129651575 -3664.174603217528 -3917.624065122856 -4421.073090016637 -4380.524000106773 -4476.548888317564 -4183.656538230794 -3766.991670845759 -2920.0943083238726 -2101.2976100537767 -1266.0242760956223 -1043.9795591180457 -1083.0956013848331 -962.7268476621566 -1337.6073545493534 -1602.355944652361 -2132.096093306764 -2995.8961374968303 -2979.345080842036 -3469.3988157857625 -3919.0005103143912 -4073.741526259703 -3839.706122207231 -3851.8672909047614 -3679.0387786929546 -3665.211988605075 -3881.521795868432 -4316.481472643947 -4308.611514698123 -4477.718124869085 -4289.236940268874 -3827.227275769503 -2973.1878879100063 -2074.217521172897 -1151.8624817266063 -855.3284054966779 -880.6451941648793 -825.6958790932104 -1230.2567235936162 -1396.8911592465793 -1977.2493547592128 -2755.194179029339 -2967.0332317500283 -3491.5563565881034 -3926.701497696996 -4118.517337832798 -3904.802200834867 -3938.845292270188 -3688.9170583327295 -3662.9254002745142 -3986.306685865922 -4388.679408746082 -4426.298373626644 -4526.477874645416 -4234.241492672223 -3842.7566615966302 -2925.088034503061 -2139.72320443992 -1162.6495457141623 -867.0706621790333 -861.2541104201825 -823.3387666987101 -1129.6090017580796 -1520.3763182979526 -2050.972150513844 -2329.632824433513 -2691.06464815177 -3353.2910968499027 -3793.998205857891 -3801.672497010763 -3581.485892176496 -3622.398571568508 -3406.567986856896 -3384.217127145875 -3716.8111337376754 -4346.8883916590585 -4197.472831910086 -3979.718347494791 -3717.006335522071 -3700.4331370785776 -2932.2618341201573 -1887.972188788597 -1125.5560389278298 -885.9265455144025 -905.7252945586508 -873.8614873525858 -1345.4403283616666 -1754.7832979691048 -2341.1606167836667 -2402.634254395834 -2649.227662829103 -2657.81409592437 -3447.798491634245 -3773.65695440924 -3615.370724764564 -3523.6834760909974 -3281.153407249421 -3311.83068732737 -3499.235093284617 -3828.576872606767 -3676.844913117925 -3658.021875716525 -3688.446918843817 -3477.8898610653646 -2485.456146053487 -1856.154835875467 -1242.273591980722 -1048.6082334131283 -987.2136259010696 -1173.3689894880747 -1429.658116323783 -1777.8038264101488 -2300.0362158869884 -2869.1131018010383 -2979.2264830562767 -3520.9107915745985 -3917.349334218092 -4054.437077575415 -3919.9395422350194 -3903.341606348896 -3701.864197512228 -3640.2246608422665 -3996.852687841628 -4394.499135836333 -4393.674450799617 -4491.302240950408 -4210.708146690173 -3767.817180315199 -2927.154739493353 -2066.0423911122 -1065.5799906116645 -852.8686836179527 -884.7191609779178 -826.7581771275202 -1238.881023295541 -1817.593445413507 -2421.3068565765475 -2947.4661356177367 -2925.327882589611 -3463.991181679389 -3876.202803838063 -4070.7946856458775 -3865.844897836247 -3897.705343408065 -3670.056971111993 -3643.9652004224217 -3950.9193519585256 -4380.351720709033 -4367.307163686322 -4483.221298392284 -4280.053900990676 -3795.6413991631175 -2953.6750873441306 -2054.7669296194185 -1066.605204880068 -848.475178022972 -884.2630776329752 -830.4897296424227 -1260.9275189507105 -1678.7426288342172 -2274.0257825658346 -2964.908128087087 -2925.8879146443364 -3484.654217129194 -3934.996339400011 -4072.396987251464 -3889.7938155246247 -3870.463830732213 -3656.703210506194 -3630.335434816441 -3964.80877157741 -4379.667915027862 -4363.052707152203 -4473.61339072216 -4208.715077119272 -3803.043237098856 -2908.2950668986578 -2070.063624706704 -1329.9421640645503 -1028.9142959686612 -874.4820942460395 -836.52904684173 -1262.1148225717668 -1633.353765539607 -2148.2580265047795 -2758.585694524912 -2937.874268270873 -3483.675799191136 -3874.0999818307782 -4059.6612500532106 -3875.730650743154 -3871.919249437218 -3660.72302704553 -3610.0153551313633 -3958.414672633087 -4359.290439963435 -4324.083885565908 -4427.084211173674 -4190.533995573045 -3709.258539847862 -2874.649985886788 -1802.0660270387705 -1154.4689879810055 -918.5430773373512 -972.5132068201632 -1019.0625516723444 -1445.225287559535 -1904.1067013087527 -2367.247149711157 -2861.53281691096 -2685.109054367957 -3432.0610921752505 -3893.955771593754 -4082.397317290252 -3827.9958788392646 -3880.676843068341 -3637.3338202845994 -3594.4842525753465 -3915.761606783125 -4356.016264552248 -4330.192137189852 -4401.987023910785 -4188.816379986618 -3702.3879295888864 -2629.93361411233 -1886.533050310587 -1231.6325775726775 -960.698116490056 -967.2942506216782 -952.730273117397 -1384.8143964785315 -1797.6794482223604 -2403.9313296516525 -2413.826139254295 -2704.4321699882016 -3345.4190969202623 -3735.36789301792 -3895.544858453061 -3675.238083976377 -3545.444650465264 -3352.0211849120665 -3361.173454530663 -3629.2405241758106 -4247.497210374584 -4171.568208888063 -3970.965526367362 -3721.080196990517 -3692.3812292043945 -2928.8275528990634 -2158.2989510362177 -1118.8405897629557 -897.1012966591156 -893.6664917935396 -867.549908861871 -1324.1932216952396 -1710.1176029209978 -2425.444932256938 -2298.4331909489374 -2624.2500980134387 -2686.242103399495 -3465.5566160810954 -3778.971866163385 -3479.385535018452 -3557.8278073794304 -3214.9591186018883 -3262.156078273464 -3552.784327200965 -3890.511862991872 -3611.9413313538216 -3609.832548295778 -3717.0718234138058 -3469.804372012401 -2782.6879117681474 -2081.8377643980198 -1329.6567299733358 -1036.0311197662168 -1030.3089200102495 -1067.23301511114 -1394.5148772193284 -1636.1963996543118 -2232.2219592245074 -2869.9077963838126 -2686.465439896651 -3146.496132725203 -3833.662160612296 -3955.938915707037 -3665.750687048206 -3851.065736804757 -3554.617735125843 -3559.019439907139 -3829.5743324165705 -4302.545566889564 -4299.490203132492 -4317.202555236407 -4071.8531788132473 -3388.136560755687 -2617.9637703016715 -1875.174144525305 -1264.2936383233298 -1087.503377973005 -1182.206078886892 -1273.3137889180946 -1452.4829688232885 -1835.9801899995675 -2421.7445357995643 -2911.6317881696405 -2784.273098910304 -3143.761084429925 -3573.953413732746 -3956.439788348091 -3736.626085563277 -3781.707276380329 -3251.104229626226 -3269.245102191957 -3537.108366406119 -4255.874228889887 -4268.00080526984 -4292.17457094261 -3826.281684521869 -3395.3411556271944 -2620.4086184817816 -1997.1337157192384 -1350.5055400953129 -1096.8184138672727 -1231.570088964815 -1065.6833452604992 -1381.1972711691217 -1796.003198688741 -2303.1886625802963 -2748.410168855038 -2691.537082640149 -3129.693634546234 -3563.621568584281 -3939.892039579852 -3789.6446294792354 -3750.1189157034273 -3565.3489097618312 -3212.746769941121 -3591.639916137653 -4238.858992142229 -4289.584522439898 -4276.091974807045 -3953.0744406646304 -3397.6075591234894 -2619.193521094323 -1811.9762118811425 -1219.7814078014017 -938.0687482051676 -1012.9501048318732 -1002.8405047847564 -1378.2766463208588 -1691.005390692689 -2296.3895272164577 -2729.6143146759227 -2703.1578983949125 -3145.487121566995 -3595.5165152812 -3944.8291493567967 -3759.9316711184606 -3747.2943985550296 -3287.2151836453004 -3236.0243328893507 -3551.4070794864247 -4270.45752662781 -4253.0629148179 -4324.44817654429 -4027.3052308841416 -3491.86177326756 -2698.414810723189 -1971.5423808702 -1344.0795045306156 -1046.3675413085507 -1071.939175245436 -933.0470231497015 -1315.024266098472 -1640.8287877191092 -2258.1999505051467 -2723.777009629934 -2691.9132556044647 -3149.7959759688147 -3549.903967055528 -3878.668617273261 -3774.4300330689616 -3854.333625853444 -3580.5769629351607 -3568.0370087728256 -3873.560964936941 -4337.224903220214 -4286.616023217342 -4364.4789249759415 -4154.527535595022 -3671.157699188144 -2629.898458335273 -1879.398471331292 -1161.6125349100157 -866.9681612467239 -871.918603943248 -830.683216906126 -1242.2139301420696 -1674.4176835354704 -2319.1180971653607 -2373.058739253445 -2442.809465134884 -3324.0241924092934 -3727.4849693858855 -3843.55353486171 -3641.15315624712 -3607.924210922728 -3384.917827206154 -3398.9530354115227 -3610.906377782752 -4245.188113496389 -4176.114207647221 -3931.829396753577 -3690.244179869543 -3642.493659387417 -2892.677163924902 -1892.53467558566 -1125.2540593182223 -898.9652322249716 -903.9605234530673 -875.0888072365009 -1297.814519199885 -1681.6101618678758 -2319.195611179511 -2383.162601691836 -2537.3209046805478 -2565.9749898425584 -3401.8786871132666 -3748.893999523431 -3546.618396354129 -3513.028903280265 -3237.19038550052 -3218.0367371266047 -3542.459349886273 -3806.108808065597 -3629.7526144502986 -3590.509594803073 -3612.7690393024 -3160.9995801342466 -2494.26316144905 -1863.9700193578071 diff --git a/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv deleted file mode 100644 index e780dc3..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.20677630922522636 -0.1823294595391292 -0.1881584251893725 -0.1872438437917444 -0.23114009745144845 -0.31512770947945595 -0.407721887730467 -0.42155097222961047 -0.4333063394828012 -0.4103997471917707 -0.5909998833262813 -0.6459827956283936 -0.608370052334578 -0.6106807517692283 -0.5629124042001239 -0.5615116820586356 -0.6045311114709011 -0.6639920857960757 -0.6309210638232675 -0.6282796742373143 -0.629050131536662 -0.5955539915243833 -0.4292747235548047 -0.3072906527413501 -0.19949890296940298 -0.17180211185591257 -0.18592177411888913 -0.1899795221651047 -0.23694122727586936 -0.3214365588983 -0.41236350121157705 -0.4923740350503732 -0.4645237450101694 -0.5949885392814467 -0.6708616490016882 -0.7009674262647128 -0.6583418054893874 -0.6683916464290034 -0.6240147554316315 -0.6194603152959489 -0.6717140853132593 -0.7469108971817995 -0.7519302013699514 -0.7599938198719618 -0.7227836550587813 -0.6423919391060582 -0.49856299686788935 -0.3109503180314748 -0.18398179228425468 -0.14701755254898452 -0.15263651972658218 -0.14474038508300174 -0.2257014873321632 -0.2985902229630218 -0.39440678698205334 -0.4936461169609248 -0.4655369887298516 -0.5430974980094091 -0.6580181410107049 -0.6929470640555055 -0.6641465120986996 -0.6525473496346942 -0.6196646057618601 -0.6052089462261084 -0.668239696839433 -0.7323864910222664 -0.7506204473841002 -0.7401361688620679 -0.7003826453499766 -0.5867662818113503 -0.4511519247686439 -0.3106934476347191 -0.18500604755821878 -0.14902701000721122 -0.1537930991128987 -0.16761238368984072 -0.22918968682474036 -0.29656184174697514 -0.402998124324697 -0.49289435045375996 -0.48340812110796677 -0.5793561708314195 -0.6133059299401913 -0.6874075100307403 -0.6559865771384205 -0.6591236078753936 -0.6153412234014735 -0.6043390211849347 -0.6667508858239551 -0.7371600380609127 -0.7414369716075025 -0.7479455118749139 -0.7027013594370494 -0.583715594872228 -0.4522870873858743 -0.31034630809155594 -0.2039521387885729 -0.17099094134492654 -0.18035096958802008 -0.1597716734969718 -0.22308476950188405 -0.282442302649976 -0.38929757754776356 -0.4933980040904166 -0.4664850056576661 -0.5425568931432306 -0.6608666374120485 -0.6955438284171981 -0.6615820895196713 -0.6617564756099283 -0.61950373836811 -0.6020515148209128 -0.6619751312599903 -0.7396089708750859 -0.7461166084012422 -0.7447214189367354 -0.7015560432699196 -0.5855017072869907 -0.45223387562587825 -0.31132331440425526 -0.19992317928362474 -0.164835550704189 -0.15302230254448074 -0.14885429744949277 -0.23061588965871538 -0.2958507571810085 -0.40473721396001167 -0.5068260044236597 -0.49768859224273715 -0.5406675101016747 -0.6569770776033085 -0.7005986924787955 -0.657656407655255 -0.6703504026283587 -0.6133893533046756 -0.6168056246952149 -0.6620599207099218 -0.7502284092016531 -0.7467927294579251 -0.7474248810792923 -0.729732883038083 -0.6391750747892363 -0.49979279770278956 -0.3692779637817429 -0.2032924195027056 -0.14937500323746578 -0.16644875896103167 -0.18496093468576796 -0.21966450375706184 -0.27692344087468473 -0.38218083919834395 -0.42666550391528457 -0.4773807230221975 -0.5784382918526171 -0.643520434736544 -0.6590288121436242 -0.6247008853778955 -0.6219038635077245 -0.5811880024759059 -0.5832678936827627 -0.6179365366474149 -0.7320072142839896 -0.7169150144302625 -0.6657213942791287 -0.6209510646858458 -0.6143003761723119 -0.4578709277430584 -0.3705585701169768 -0.22483815755958378 -0.197005245851261 -0.19858962875851893 -0.20215239419785233 -0.2433894164178559 -0.31816435681903016 -0.4011973804666523 -0.4131143211715377 -0.40961240469096893 -0.4112425527650258 -0.5319392109458001 -0.6363217230756281 -0.5838751746907451 -0.5934958567920554 -0.5536764435103498 -0.5561833583106527 -0.561797055124249 -0.6292054237881998 -0.6253277775544952 -0.6133431797066616 -0.6192045867834448 -0.5484442240145619 -0.4482481633818419 -0.34167820800658705 -0.20000417057077471 -0.17246778881221753 -0.18454908095662884 -0.19236069996235675 -0.2458490747710254 -0.3051305344104449 -0.40254728355215375 -0.47347396801416375 -0.4682648709500996 -0.5410034815982366 -0.6159020963480388 -0.6887095366131865 -0.6499584575427242 -0.6621985386269083 -0.6127435098315175 -0.6053940290123185 -0.6570087069489262 -0.7360443828601179 -0.7392352450166254 -0.7418480216407822 -0.6595711040403326 -0.5862412637654639 -0.4516875471318523 -0.31298409912393516 -0.20884348061313995 -0.18737563636028762 -0.1952133261140075 -0.19746493293570896 -0.24165378284940647 -0.3107065024257072 -0.4078333054598799 -0.4741385348157005 -0.46313904766535713 -0.5397818898224029 -0.6434788653887328 -0.7002703715027799 -0.6600282236484395 -0.6684135283783796 -0.6149596653138867 -0.6148424969471803 -0.6643831862331162 -0.7568738146190079 -0.7468958873260619 -0.7634056707509903 -0.7344566435393023 -0.6518499266713063 -0.5053601300876644 -0.333448921051578 -0.2298972379270145 -0.17966152714867856 -0.19773070483237531 -0.16639603750833307 -0.2365804668958784 -0.2666796568884612 -0.366161338494658 -0.5238588378786571 -0.5308474439897464 -0.609730536742402 -0.6774058732190467 -0.7023022413488329 -0.6553084401556922 -0.6789096141478373 -0.6307811871629382 -0.6249573719760788 -0.6738000537275106 -0.749371868875066 -0.740664698191072 -0.7561910583986088 -0.728615551478048 -0.6525354801649833 -0.49976346444991243 -0.30956315607134827 -0.20863105847559105 -0.17372719444135154 -0.20160390280577853 -0.21516350700598566 -0.22634361811836223 -0.29754410976906726 -0.399755313204711 -0.47967226616745706 -0.4666580734170296 -0.5430960114152834 -0.6192292871342101 -0.684632954467197 -0.6521335276931469 -0.6569581442012019 -0.615079913973013 -0.6042543866618333 -0.6592104581055742 -0.7377734176327625 -0.7404222942989096 -0.74547695402538 -0.6998853226929173 -0.5866501702553923 -0.45251240979019935 -0.3141077493876427 -0.22082323372558577 -0.17911576263243947 -0.17624824552858281 -0.15315651318318949 -0.23648007186418982 -0.29667865488402284 -0.39202497795286145 -0.49180775302316354 -0.46680322952920045 -0.5463875364418636 -0.6636869755093968 -0.6942050788091347 -0.6702977543501596 -0.668596855011795 -0.6274523019950122 -0.6131746646969339 -0.6840504489136933 -0.7493423627500893 -0.7680420600762989 -0.7678592458333016 -0.7299584039227508 -0.6539680185289385 -0.5037966542578587 -0.36229371330753934 -0.24491867119194768 -0.16509911412565245 -0.19770397807231127 -0.18915110413998976 -0.19716556960457915 -0.23026081296595438 -0.3330560012829256 -0.40319167369818704 -0.48539605348620674 -0.5880790646175561 -0.6582843729714573 -0.6516862616419603 -0.625672007814856 -0.6326607854599299 -0.6003089860865427 -0.5892781387608667 -0.6363257243353666 -0.7425137383523668 -0.7194653628770021 -0.6932056371635289 -0.6439713783026042 -0.6370626155269422 -0.5113547849842386 -0.3276823217959424 -0.19339050080536488 -0.15504500018553175 -0.154743045690645 -0.1466585002319445 -0.19734709494074923 -0.2682399854322695 -0.35830853110646893 -0.4062628671795101 -0.45089860099274237 -0.46096557655099646 -0.595514020174064 -0.6455709995833252 -0.6046534333786251 -0.6049549155648916 -0.5578784372094118 -0.5650330811692196 -0.6015114840201811 -0.6736055232818594 -0.6426154564248244 -0.6305317736691209 -0.6339430097597355 -0.6008750017854366 -0.43042087933124334 -0.3108559625287128 -0.18467818289338916 -0.15927648260329774 -0.17006109998075924 -0.1619150133319762 -0.22925339502817568 -0.30123066450793046 -0.3985217311487829 -0.5033017456632728 -0.46269114266430794 -0.5899076314332707 -0.6763597316138674 -0.7061288911268214 -0.6566357297827504 -0.6655511319430784 -0.6243654070917164 -0.6229948027505177 -0.6732720201951473 -0.7488228355793614 -0.7479814110522088 -0.7558488393600378 -0.730482065153967 -0.6529194985178047 -0.5094892491349239 -0.35817189051550724 -0.22876080031169446 -0.18909285678945612 -0.16971676924104545 -0.14130695792191497 -0.21948185394988998 -0.2576444682979309 -0.37946524210250504 -0.5227472315782797 -0.5262189625122526 -0.615081830446917 -0.6703866187901879 -0.6883688269763517 -0.6528861985242123 -0.6798258546590903 -0.6238774563569065 -0.6201655771257298 -0.662928810527997 -0.7385766566419187 -0.7400630768987556 -0.7523223786412075 -0.7131973820875573 -0.6726072415545443 -0.5212764197229067 -0.3519091326963737 -0.21287031591421718 -0.16373861457412833 -0.15181732157185543 -0.1447519369198067 -0.21303369997214944 -0.24036734358937717 -0.34219411950405926 -0.4815526683120285 -0.5225456891048367 -0.5956566927073966 -0.6754086258816479 -0.704296826258255 -0.6772156777199092 -0.6756515199801154 -0.6385425591496686 -0.6278464867371519 -0.6850667950051437 -0.7530733779580314 -0.7697303864758556 -0.7686428276395574 -0.7372611356372224 -0.6612606172600743 -0.5032645689141938 -0.3563163494736989 -0.18430698718444197 -0.1485297521298632 -0.15211261599467316 -0.14540362291724176 -0.2295070203033634 -0.3054542826813184 -0.4157406333572183 -0.506114522044522 -0.512801209237324 -0.6057642225363464 -0.6707135547859666 -0.7034947940002291 -0.6683168171472756 -0.6721889839336267 -0.6282670760834754 -0.6234118697776694 -0.678733398859051 -0.7552989605380306 -0.7591871482053656 -0.7642543656835373 -0.7369267598305391 -0.6545220872545535 -0.5024907516641436 -0.3544785943600807 -0.20231148152369519 -0.14865387602384303 -0.15229276007275652 -0.147349210628001 -0.22940182498306452 -0.2970041797511624 -0.3856990549301322 -0.497550140214549 -0.5077696089101117 -0.5917092993736681 -0.6719311702596559 -0.7047392689841998 -0.6676189196130721 -0.6660149190057613 -0.6303595535228818 -0.6118009451101671 -0.6747900854698949 -0.7476532573280421 -0.7482876121033791 -0.7608212324100976 -0.7177875782371218 -0.6422975931231699 -0.45147380768780093 -0.324805290206983 -0.20113167840793833 -0.15047007393759923 -0.16257670825590292 -0.1470169237208025 -0.23560525728814458 -0.30053832103046907 -0.41118899580218804 -0.41139402799029 -0.41869567803275165 -0.5704237836935908 -0.650333454376764 -0.6597813477787244 -0.6283839298156488 -0.6239828312937195 -0.5868411448666807 -0.5772976313102339 -0.6197140934366497 -0.7369562502658307 -0.7109529719308803 -0.6766606016678044 -0.628033045406496 -0.6238865811200942 -0.5019972753813832 -0.32783695618752595 -0.1941525649378193 -0.17326949341390757 -0.181726596488724 -0.19027276713284993 -0.23435570834676892 -0.29528232201988003 -0.3988270797307391 -0.4006988927590051 -0.4524545705354124 -0.45670529143953237 -0.5909125883496041 -0.6628338712247407 -0.6148407102114524 -0.6078900920947156 -0.5680163024119296 -0.5602921059914081 -0.6045616768128999 -0.6670559805651141 -0.6392722745778973 -0.6287402326660123 -0.6396863450904403 -0.6060891174954567 -0.47499333752013423 -0.32571285493298574 -0.21883037935113697 -0.19214793075095885 -0.18206388456393682 -0.15176078769146223 -0.23660368726174316 -0.3007095221438165 -0.3835449230439714 -0.46948757220657833 -0.46465141710002966 -0.5421052465879204 -0.6120978906817821 -0.6861577262675707 -0.6579882701107446 -0.6533537259623139 -0.6150198162792286 -0.559852208925291 -0.6599072137873037 -0.7315226136695538 -0.7419658176705392 -0.7395011490814118 -0.7015378826121135 -0.5932264987802786 -0.45421772571895264 -0.32663624646923933 -0.23724814167705763 -0.1989625485731781 -0.20816010616812172 -0.20658911602872707 -0.24255406147675876 -0.30940560726475436 -0.3972992088774779 -0.47487145553749616 -0.46638865790519446 -0.5417568544889664 -0.6144715970302098 -0.6801559589854508 -0.6505305756062936 -0.649828145048151 -0.6116550927803832 -0.5561365167200495 -0.6584704016767482 -0.7324117351881849 -0.7434830806896269 -0.7393267748946397 -0.6919578684562011 -0.5859378089446908 -0.45291703427373586 -0.31532064983777025 -0.1983345236917812 -0.17928161391666683 -0.21067392431934284 -0.19364207985503865 -0.24052233113246702 -0.28932544249391856 -0.4038970732006218 -0.49280129497221925 -0.46578834222835175 -0.5511778206002077 -0.6105318701636288 -0.686636146397321 -0.6606180124839688 -0.6532332111119986 -0.6178476718412005 -0.6018602158859605 -0.6656910996072452 -0.7376749938852015 -0.7515654658308614 -0.7387513922340181 -0.7046749435671495 -0.590216928071184 -0.453081853651916 -0.312117791634915 -0.20281302101512422 -0.17421711824779515 -0.1957641613887374 -0.1922671435638557 -0.2414857020282483 -0.3090043223000717 -0.41923205050232654 -0.5107547389644942 -0.466474964557768 -0.5419580298833987 -0.6676482492472591 -0.652915284456987 -0.6633075724799524 -0.6651088879695065 -0.6179420982225632 -0.6090104366637151 -0.6674411403053905 -0.7482827144691563 -0.7429773098984569 -0.7554526943499198 -0.7151412110145159 -0.6340070704139508 -0.45272114514276873 -0.3142651742471001 -0.19952640561504342 -0.14918241908239127 -0.17602892685581506 -0.17528985335104366 -0.22814856012109191 -0.3010355585303293 -0.41424539463118915 -0.4986886487650135 -0.4645383658437708 -0.5404820859809906 -0.6515761194193948 -0.70079956192098 -0.6542336669721477 -0.6650028536812144 -0.6208118594718423 -0.6086347471621092 -0.659641499972594 -0.7516802106539252 -0.7451350339219605 -0.7537575042511362 -0.7132240949390665 -0.6349548143632091 -0.45259171993178166 -0.32642768669261646 -0.20119964515013303 -0.16429474609590916 -0.17778501866759472 -0.16134804073085854 -0.22130931018322697 -0.2688382375086731 -0.39872569214121156 -0.4289395537979642 -0.4600281105902821 -0.5262591731306165 -0.5898176313767303 -0.646881792771944 -0.6187447585463665 -0.613481661132435 -0.5739481071537412 -0.5704822893770023 -0.6140703824514976 -0.7260531551820691 -0.7000108408139538 -0.6633910769864874 -0.5712320051036754 -0.5694364985485932 -0.4587135337643972 -0.35321578753722227 -0.23198692375923058 -0.1817774300108852 -0.19560037763546484 -0.2017812068859047 -0.24192551731739853 -0.29852817672498305 -0.39385761059103924 -0.42188327956493743 -0.4236546845537185 -0.412435915155434 -0.5351640798444621 -0.6460171943783203 -0.5975033723732001 -0.5970124524641617 -0.5585099872481456 -0.5472971723926887 -0.5930630608366735 -0.6583050574654984 -0.6230420656402372 -0.614232426547681 -0.5757757153222683 -0.5746283236040368 -0.4561783723303731 -0.312722401040711 -0.22570063719259553 -0.18905507317919068 -0.211550599462499 -0.21365479871698662 -0.24716702876979654 -0.31160867753347743 -0.40153629129409596 -0.5028727002435719 -0.46627329622896213 -0.5423738359434415 -0.6122817298558582 -0.6841128779185646 -0.651690120584208 -0.6487326682166482 -0.5652792443426252 -0.5593141195168118 -0.6084239946607095 -0.7267626931190492 -0.6917925870137114 -0.6917499500454146 -0.670118390671516 -0.5901154238496241 -0.45381197736014206 -0.32545893696822326 -0.2116350562648527 -0.1845035992410585 -0.18807064633600548 -0.17004434172627256 -0.2189809593185908 -0.2883229238277121 -0.40633657354627223 -0.49094591305781854 -0.4680252073595213 -0.5496270267739748 -0.6099101262948784 -0.6796147596899377 -0.6478900607865767 -0.6435212853618567 -0.5689314291076014 -0.5543735331372459 -0.6156970396285112 -0.6855881980147789 -0.7399481058005353 -0.6923623989041379 -0.698762731987944 -0.5892202157916078 -0.45641107722369645 -0.3113455202013586 -0.18550362340084617 -0.14943213131815725 -0.19933083602832716 -0.1725639333839498 -0.22682698863192635 -0.2723471805787582 -0.375659358625172 -0.5121742213039184 -0.5216097335958471 -0.6003947911076329 -0.6756497602335493 -0.706085822714589 -0.6751018934707768 -0.675122123947368 -0.6306380192664336 -0.6271903085426425 -0.681524856054258 -0.7509850083716079 -0.7616813682552749 -0.7645698422637528 -0.7395772927661712 -0.6564100318091918 -0.5061949523025041 -0.3111179001968977 -0.18380373736018402 -0.14791280632315507 -0.15305018091820152 -0.14465611614552382 -0.21241104505890313 -0.2726916172610915 -0.392438317146873 -0.49826002190471913 -0.4732325450376716 -0.5904725954801955 -0.6694424550345729 -0.6938859944422872 -0.6573417359132685 -0.6605377901204567 -0.6202897642349228 -0.6081585733975698 -0.6686454288121891 -0.743083311268213 -0.7441174522692929 -0.752272809877001 -0.7125275092432862 -0.6379991700963351 -0.45411742879949574 -0.31032982067930387 -0.19834794083255558 -0.14945841231991638 -0.15422639833506965 -0.14685671528838012 -0.22504826997664124 -0.28140079268148754 -0.38410599876452095 -0.4988594043097848 -0.48149554049287796 -0.571449494754548 -0.6608473077520581 -0.6547453254781292 -0.6608641420319817 -0.671778187844652 -0.6257198073775776 -0.611328972250573 -0.6706289009460222 -0.7494132672019199 -0.7448069742997236 -0.7573983205949686 -0.7170803278615023 -0.6383127109807646 -0.4526743300535024 -0.32645210922131296 -0.20328141382875708 -0.17320632365448058 -0.1865822715082214 -0.18573378608723592 -0.23053389990846676 -0.29631819259338354 -0.39406304445251084 -0.4172489049657337 -0.43214296693383436 -0.5386304689419424 -0.6385452824588181 -0.6009429684267362 -0.5989264763681719 -0.6203444260545197 -0.5831166267248399 -0.5664304786362048 -0.6103197582390697 -0.7260425193098102 -0.6990956339582411 -0.6590789956037758 -0.5719040340419843 -0.5718176679646392 -0.4563971831438818 -0.3335243574366278 -0.23102027179912382 -0.19407971051418565 -0.19144401557809143 -0.16953384837331695 -0.23695808926233514 -0.30946486090082914 -0.40253717293055546 -0.42273717274311157 -0.42745013627430317 -0.4176405712090367 -0.5339590772480002 -0.6289719324292469 -0.5932508842957823 -0.5938771979135057 -0.5094946169082133 -0.5003115534926089 -0.5464118845119765 -0.6085089577431091 -0.5758997404527259 -0.580987791958428 -0.5956068495329855 -0.5715001034705383 -0.4536203024910596 -0.36281196435683094 -0.22462223287408795 -0.20460537895626366 -0.21384786402095277 -0.2147122540693553 -0.24513592183621827 -0.31763310458417615 -0.4155314801724654 -0.48393252647005386 -0.47153626488849326 -0.5469246955688685 -0.6181504929493224 -0.6338674804299129 -0.5979706948821266 -0.6056638733910944 -0.5616100300370364 -0.5619514681677802 -0.6073227774828238 -0.6877832186750045 -0.695590975252714 -0.6940269768571543 -0.6982274574184594 -0.612709344650367 -0.4874339163011079 -0.3673796232689313 -0.2359977896388775 -0.17927461587859073 -0.21601530996468665 -0.21100753476711323 -0.24979772999466604 -0.3058502763042485 -0.397202361876799 -0.4363133429807842 -0.4662963795461781 -0.5452419235392464 -0.6130902441211165 -0.6314861703754933 -0.6497873192386777 -0.6463780576493386 -0.614191953884258 -0.6026744045005736 -0.664108527871389 -0.719754327746893 -0.7580403733032817 -0.7480142607534426 -0.7150178066071036 -0.6023263305659078 -0.4661567897336421 -0.33833559012022707 -0.21648058514186574 -0.16377298104628196 -0.1940222972259389 -0.19523712703747292 -0.23936558237941252 -0.30881213604662877 -0.4115206524615841 -0.4615733454147611 -0.48164887964100606 -0.5419557956385669 -0.6128174280347123 -0.6845800316145799 -0.6507654092452589 -0.6510819763931311 -0.6059304146471214 -0.5560479381987076 -0.6535655649818215 -0.6920791490944993 -0.7427536754602448 -0.7377510829179503 -0.688666893698172 -0.5886375708393078 -0.4569705212881431 -0.312629215048797 -0.2015658997038759 -0.17994339047577265 -0.18649522956110393 -0.19285639020313833 -0.23275061860924054 -0.28474960029289814 -0.390735610361359 -0.44625861495454433 -0.46324139960738747 -0.5454145311951073 -0.6332846863514555 -0.7007231554614689 -0.6623218257631788 -0.6590887526085706 -0.6218638820319816 -0.6075213971493061 -0.6670776484773681 -0.6996273671065882 -0.7544746682719157 -0.7494746610069473 -0.7171515851081405 -0.635597474853307 -0.4538444825440507 -0.3143455073459293 -0.22578042557938835 -0.17771576748872686 -0.17090531885350357 -0.1610244757659049 -0.22837921806555952 -0.2900909343934599 -0.3966037253106125 -0.44381605842514155 -0.4973007335785595 -0.5619964642131443 -0.615257218188654 -0.6857635160439355 -0.6599538793642772 -0.654560365208824 -0.6166998507170544 -0.5988544695000946 -0.6614047103218044 -0.6858511015312769 -0.7423819044661207 -0.7411887609764456 -0.6562574852759063 -0.5912738666668544 -0.45287557312417526 -0.3266753020189144 -0.2004445746583537 -0.15937381125667086 -0.1808431994558075 -0.18489284985839116 -0.22606023711625148 -0.2973427752943326 -0.38218058227366647 -0.3623727657258867 -0.4192263325308733 -0.5264190312185881 -0.6380488389704709 -0.6548036250413128 -0.6300586912623055 -0.6140388298983045 -0.585790213574729 -0.5735494696048475 -0.6216514280430921 -0.690026473871333 -0.7190630320980871 -0.6872221340367506 -0.6419144288974995 -0.6376155055760728 -0.5023355897608981 -0.3307294982338833 -0.19354929778093577 -0.16667112817462956 -0.17181331520334078 -0.17135187211850078 -0.23833305271532276 -0.3237379284086519 -0.39123818869719645 -0.35576959436642674 -0.45002785803512435 -0.4097979069134653 -0.579989893445423 -0.6455964059855622 -0.6046579350913495 -0.6030270822897567 -0.5505407273700368 -0.507471124140403 -0.592695599178055 -0.6063193862866322 -0.57896787757589 -0.5721302154788525 -0.5800935898512154 -0.5779861390529724 -0.4877254667958086 -0.3651314539052445 -0.23798397992586126 -0.19383138686427417 -0.21958884375381255 -0.22048043630167527 -0.254031939454049 -0.3169078054735597 -0.4028461123967442 -0.4448017712919079 -0.4688053742836656 -0.5473676991340776 -0.6107688399466198 -0.6847983125467049 -0.6509797104387042 -0.6503103397443264 -0.5621562243751514 -0.5582373947030022 -0.6601481397079421 -0.695016693767017 -0.7460142347612689 -0.7411017209305426 -0.7115462149849981 -0.5914549199116707 -0.454703745633415 -0.3393392869162679 -0.2191180319813479 -0.18563737639158898 -0.20458035017583903 -0.20235208697453524 -0.24841404535552877 -0.3077505844215766 -0.4041695706144754 -0.43272566341723423 -0.46291810421791574 -0.540757577096557 -0.6081740588849522 -0.6940216261266765 -0.6534738369084144 -0.6680018182235316 -0.6082997285372348 -0.6175059156746131 -0.6601823209766476 -0.708251659506758 -0.7551774968668749 -0.7475159555137375 -0.7219008642933706 -0.6438301345389278 -0.5095420512030494 -0.36872810623678237 -0.19287859211523178 -0.18031857406170274 -0.16337323695985598 -0.1934413669938386 -0.23673631348288773 -0.27994102071896104 -0.377988807872074 -0.47683830810284505 -0.5256623681063501 -0.6007738286631275 -0.6679387310268453 -0.7047808812207326 -0.6694032585313424 -0.6742985510543338 -0.625632696571724 -0.6221557091525822 -0.6697229540998938 -0.7076125803101295 -0.7579179383433592 -0.7612804793328708 -0.7327457622818262 -0.6558856862467529 -0.49899358816355405 -0.3107100312458857 -0.18418608506071488 -0.14952303703425734 -0.15254278229569296 -0.14682779771761958 -0.22418973412753557 -0.27602602978213436 -0.3882654562615235 -0.44733892540887515 -0.46271758026186804 -0.5419641531371474 -0.6423734473497642 -0.6958135641168367 -0.6661696426284957 -0.6602593074598035 -0.6215537588873845 -0.6135329458662043 -0.6656991594523355 -0.6999644875324489 -0.7479628951444611 -0.7532220910429909 -0.7201206760200259 -0.6414922173487231 -0.49793227055479333 -0.3135287799415472 -0.19906346613947729 -0.14885565731271883 -0.15378106128074123 -0.1441808048305459 -0.22609342117985984 -0.307104930933593 -0.413539009452096 -0.4518104623005009 -0.5078932378979453 -0.5951603777321463 -0.6827469110420407 -0.6900840348234833 -0.6565037011692284 -0.659809778201991 -0.6388464922636234 -0.6228382868746426 -0.6759757122628802 -0.7048747862313579 -0.7633982702994069 -0.7613758709759764 -0.7343769016383768 -0.6569431873644708 -0.5027187138414801 -0.3254727218560526 -0.19961819354760424 -0.14927852667134303 -0.15096843837569324 -0.14288453977211343 -0.20417355588403052 -0.2854687614655025 -0.40529436502356975 -0.3700701624389218 -0.45207110359083785 -0.5818455753852237 -0.6447995051042912 -0.6583292294470334 -0.6372283992310752 -0.6267789034704095 -0.596264612418236 -0.5838307719459931 -0.6272212287505156 -0.6882848833827891 -0.7175770256386548 -0.6785900688113591 -0.6317595847355504 -0.62790312206347 -0.4988421598858954 -0.32800651720908974 -0.1931241233388047 -0.1542904888162061 -0.15511666871167323 -0.14971010602581913 -0.21878880969345488 -0.27595299490693853 -0.4022774248073685 -0.3731239097722822 -0.45212619018331707 -0.46407764059748907 -0.5911731260927973 -0.6460868905325459 -0.6141151849245902 -0.6217689256615552 -0.5546363523787797 -0.5623871336854344 -0.6205471625057092 -0.6279694825271506 -0.6397171338631148 -0.6409835869141031 -0.6453568708524026 -0.6170672356234123 -0.48287993475121266 -0.3541594318924771 -0.2160583219645807 -0.19681828802556436 -0.16657635402880577 -0.16591402761300658 -0.24140652129995074 -0.29725829028791595 -0.3946136667640391 -0.44667725118037593 -0.5089545882108665 -0.596638299089655 -0.6706052317128938 -0.7074374732586706 -0.6638089328017157 -0.664349086383718 -0.623722180849412 -0.6279622456803089 -0.6701917792867579 -0.719441616571954 -0.7514555305090717 -0.7539068194036244 -0.7158142724352374 -0.5882942756222452 -0.4535494778621485 -0.31333814904782936 -0.21218000502665932 -0.18589788616805383 -0.20126475587585724 -0.1734143104548936 -0.2227590060097231 -0.2956110731871136 -0.39044755641740125 -0.43067070445662214 -0.4851572410675788 -0.5871829732947597 -0.6434504334795839 -0.6844556719931127 -0.6434808059127691 -0.653354023854962 -0.5613051031345249 -0.5631098012853941 -0.6060824365350986 -0.6933413347956758 -0.7405039001760092 -0.7461749687324104 -0.686222571231931 -0.591728445455135 -0.45498200987014686 -0.3353982635145474 -0.21727430831122052 -0.18996333609977248 -0.17882535583678355 -0.19973267843750783 -0.2492664792464666 -0.31925016266193784 -0.4164961549629438 -0.42413056836526536 -0.5084042989290308 -0.5933848820724853 -0.6750487411033563 -0.6987687568934406 -0.6463355268234421 -0.6719518273384801 -0.6250751192701839 -0.6262766818774574 -0.6619940445562924 -0.6983450273669151 -0.7283321638693804 -0.7489566380232291 -0.7191826841377137 -0.6516515822989772 -0.513426600332134 -0.3597940910394976 -0.22406300572501808 -0.14895886277824136 -0.15239150272813323 -0.14482960401269634 -0.21262802616393403 -0.2434140229445877 -0.342922260215112 -0.4508656352552836 -0.5232697489322017 -0.6016211828849307 -0.6645383137038701 -0.6988452541766537 -0.6625804027302366 -0.6661244731723117 -0.6252353464260082 -0.6180937634284304 -0.6726355920154446 -0.7050320497370719 -0.7572580284938207 -0.7545353207224993 -0.7275348239052946 -0.6445637571426328 -0.4530168384181907 -0.31220178842780116 -0.19962650464767767 -0.16366795465990436 -0.168200598697447 -0.1681145190585832 -0.2297912324755674 -0.28923904091095515 -0.39700023454070416 -0.4431764414796835 -0.49462900220554007 -0.5546854968433842 -0.661384721913757 -0.6807507492897235 -0.6639900417494323 -0.6668911129977995 -0.6128845004325758 -0.6156103960556305 -0.6590798885658546 -0.678291345489749 -0.7530085913701315 -0.7285582203426507 -0.7173224167427159 -0.5918990069433481 -0.4555388994707548 -0.3267562405354983 -0.21290578060494303 -0.17825024350660815 -0.16731864634713137 -0.157209720264491 -0.23162266494732428 -0.2845694882187183 -0.39821245195371846 -0.381365236884244 -0.45687790060791167 -0.5218323301522724 -0.6130120299907702 -0.6493147899212022 -0.6233022612608676 -0.6092002457008823 -0.5749143820019679 -0.5693973098320069 -0.6096598016640751 -0.6789697092090932 -0.7108442418363329 -0.6676251332135466 -0.6203773515755966 -0.5690318278988201 -0.4557989834260805 -0.3563861298920069 -0.2445038110315925 -0.1922765420538793 -0.19097610457125705 -0.18005693600127487 -0.21404508128545377 -0.2782114082906858 -0.37086847453613564 -0.3559588348062106 -0.4227285667348959 -0.4126479550888211 -0.5775001902735494 -0.643651670358052 -0.5829727995326465 -0.5654004669467024 -0.5611463421446128 -0.5535358501139268 -0.6033687129041455 -0.6195237079036864 -0.6291340126913543 -0.6254156454222192 -0.6266248205610122 -0.5929740114886769 -0.43135856860336347 -0.3079175395621783 -0.21304264949722926 -0.17993702591170085 -0.17108553949472574 -0.17900402155556316 -0.2504352163476273 -0.323968149162576 -0.397234190723667 -0.4458440309658325 -0.4621488935717933 -0.541044197950032 -0.6402825337646666 -0.7006095174119864 -0.6512093044344434 -0.6658272628294535 -0.6197737595048682 -0.6075504636925851 -0.6594077768987355 -0.7079178718695588 -0.7429623269747287 -0.7550926111566759 -0.708258783534164 -0.5875401512065279 -0.45546849692193647 -0.31200297483145795 -0.18389134442399446 -0.1486637073383076 -0.1541817981889824 -0.15882223312345378 -0.2293756877382044 -0.27610581966112263 -0.4087203242841529 -0.44941048765253977 -0.485676522424208 -0.5391594002505762 -0.6663411778977861 -0.7086671853500978 -0.6615812294951392 -0.6713769843178508 -0.6214972049023023 -0.6185733276984673 -0.6687665905415036 -0.7038397432394302 -0.7482808189890711 -0.7601506714051056 -0.7195038780193405 -0.6392495139284521 -0.4526340277760128 -0.3107796176796548 -0.1836135095740419 -0.1587129969998164 -0.16901796493604032 -0.18697945746097333 -0.2293185844105573 -0.2977271540221519 -0.401775612617463 -0.4515370330631342 -0.48287425808201556 -0.5461133554423977 -0.6629525584183295 -0.705570754174734 -0.6619854312495601 -0.6697923567625593 -0.6257601025870116 -0.6161324782690333 -0.6775032657107428 -0.7092463620989209 -0.7542391075507301 -0.7660053962168265 -0.7285308505043798 -0.6489001008701833 -0.5049654152905805 -0.35842161217288027 -0.18569997982252404 -0.16237999544793694 -0.18790759550657277 -0.20296005101350323 -0.24548474661675984 -0.31541936666537695 -0.4114246658981417 -0.44760025531005637 -0.513531985354345 -0.5976456143731194 -0.6721707535522057 -0.7028783999778238 -0.654375412889503 -0.6683225122422651 -0.624362707225142 -0.6369475946178945 -0.6751797665055802 -0.7116450077539159 -0.7600352020034209 -0.7654279729264161 -0.7414179024966127 -0.6561491021342213 -0.5025455173570234 -0.31029331306652985 -0.19857216952681353 -0.14796296346355534 -0.1531317451504662 -0.14672755604591034 -0.19670907762491124 -0.27859813441374975 -0.3986923407127853 -0.4492976786207907 -0.4598303536371565 -0.5394425307489701 -0.6594508401990762 -0.7022489484578758 -0.6613679950205305 -0.6647274027688017 -0.6115765326964963 -0.6098851698471012 -0.6553817710039236 -0.6924284106747323 -0.7478613044213482 -0.7411893134026609 -0.7131656199612804 -0.5900458238734562 -0.45231619517539334 -0.32708126387764325 -0.20128114090255653 -0.15006431803626685 -0.16428012001615577 -0.16748687811031887 -0.23673720658236305 -0.29333588553234624 -0.40467858517399313 -0.3755550101912245 -0.416659099108962 -0.5216373882790808 -0.5884118385812115 -0.6468280907939825 -0.6278671090194675 -0.5913839114537158 -0.5273785190764233 -0.5823172406506577 -0.6109658808470397 -0.6892721122250682 -0.7153588977142487 -0.6725259794821682 -0.6224326786031207 -0.6142504833607546 -0.45714396630110826 -0.3308622178630753 -0.2258244112815317 -0.21196618782419996 -0.19749904692745093 -0.18617351130464888 -0.22642927194951135 -0.30377515975833824 -0.39087359438321395 -0.36269031817412395 -0.43891329848335225 -0.43597266009203894 -0.5685483240739413 -0.6398096279111429 -0.5598019229065165 -0.5598842877141939 -0.5440131185414421 -0.5567142630394643 -0.595044456125968 -0.6070368709097552 -0.6250077762279728 -0.6152943639516975 -0.5745843453399094 -0.546396988652795 -0.4738908992365736 -0.33389296296883303 -0.21656632316531224 -0.19170249211629525 -0.18527795415627812 -0.19587359271168978 -0.2405322196271394 -0.3010161366145547 -0.3877341607333881 -0.44090159880056917 -0.4656999952792931 -0.5413655976761936 -0.6151010908605081 -0.6874571399381462 -0.6494570342646759 -0.6568696375153187 -0.6138091720002122 -0.599952922226995 -0.6556896146277071 -0.6911244450659352 -0.7350351736418812 -0.7437895082914536 -0.6851493501670916 -0.5895216957086816 -0.4523172158402602 -0.3124835170961398 -0.1988522924250052 -0.1789163384965813 -0.1988740463664281 -0.19154292316856866 -0.23426610869851103 -0.2890486070084701 -0.3892016903100398 -0.4514898313100242 -0.4737259594214692 -0.5410169824086374 -0.6149868546167633 -0.6810752596921623 -0.6549852133698423 -0.6649365406416313 -0.6161583013077047 -0.6152671046818993 -0.6649537713176595 -0.7012202531840473 -0.745057345317402 -0.7530733243352958 -0.706005079457637 -0.5864996547047401 -0.4523476292725387 -0.31487183379443767 -0.18455151889858915 -0.1653295139868628 -0.18206596183651352 -0.18679311159650377 -0.2327000538489119 -0.3057907817630196 -0.4042797608645513 -0.4491090053519381 -0.4603170014144289 -0.5956083148037121 -0.6717519636590992 -0.7002433462727926 -0.6465093573491665 -0.6548544720799386 -0.6195043443682939 -0.6087519969750331 -0.6568916519688556 -0.6938735918180877 -0.7616424766522448 -0.7698129795079175 -0.7378511341441172 -0.655231661586659 -0.5044277825792569 -0.3560149892343417 -0.18357153901140272 -0.1477510705965171 -0.15253353328475716 -0.14288662657608545 -0.21591298150746296 -0.24109422455843033 -0.3406526779175286 -0.45740114059328446 -0.5253813910819387 -0.5999385113529514 -0.6812552066411461 -0.6848548940191094 -0.646312856100225 -0.6603042980392305 -0.6188319135391964 -0.6293592100305454 -0.6488145897156473 -0.6939197215641886 -0.7362773525443681 -0.7561358047737539 -0.7267942936912284 -0.6375732896751157 -0.5057101706909514 -0.35064030969256904 -0.19968873470794002 -0.14867506874357492 -0.1527931024723455 -0.1447555649370327 -0.20213942107162766 -0.24071862470446997 -0.34229276247653956 -0.42320016107308883 -0.5187158564646388 -0.6007122378100431 -0.6627274100380217 -0.6951027167949678 -0.6593160251483041 -0.6616306174974441 -0.6243907939266146 -0.6250939647525571 -0.6557423291714048 -0.6846609703004891 -0.7418485547863723 -0.7396813440098973 -0.7231746020007476 -0.6551678962655951 -0.5001968723976772 -0.3739073062177198 -0.2415816488901782 -0.1917438146285429 -0.1705748056528418 -0.163320800910382 -0.2350499164945974 -0.2335327282806024 -0.3315213618079778 -0.3835713451604401 -0.4715394567354494 -0.5773799478393065 -0.6444382378483223 -0.643537309912644 -0.6198427577782619 -0.6103704354998584 -0.5785139796812782 -0.5711601777034614 -0.6211890925818017 -0.6832595594776286 -0.7056661072963518 -0.6674894836336664 -0.6240381327888542 -0.6270987139437233 -0.5106785383275334 -0.39714457073599996 -0.18076927250890842 -0.17249457196948537 -0.17053793460408445 -0.2399181627289535 -0.2996859184673667 -0.40362569298429496 -0.40886636209165367 -0.44067050955620257 -0.47088973066788037 -0.5939563858420973 -0.6373872703603364 -0.6168059437572225 -0.6499091263503534 -0.48810750634250905 -0.5300362670564472 -0.5257755592504324 -0.5915446052598862 -0.5326336866086765 -0.6280956621575317 -0.6364910671877767 -0.6212997711898967 -0.48540402171594715 -0.3465724831021573 -0.22423357191878018 -0.14529860118475998 -0.1913246498744508 -0.17778897476501826 -0.22995314970690112 -0.2828284595702299 -0.3824482303498192 -0.5202256520290401 -0.5290281782321806 -0.6041228623687466 -0.6843227952351735 -0.6934159404372437 -0.6465124466461825 -0.6715709461709598 -0.6230851195361926 -0.6236058078647655 -0.6755297765856033 -0.7206642753299187 -0.6973751624592096 -0.771796384122423 -0.6764979529039625 -0.6019788506191899 -0.4816333538190096 -0.3260148680524738 -0.18387461394906165 -0.18140081133175545 -0.19883749308735368 -0.20779766417203258 -0.21864418625426987 -0.28889564029888765 -0.40724516362288493 -0.5255902338129902 -0.4459793440259479 -0.593333713331127 -0.7967445254364992 -0.8799264925412378 -0.8441073049758029 -0.8614915085434529 -0.8138501423585028 -0.8112994454785207 -0.8627560367807766 -0.896341992213464 -0.8395347317850211 -0.8688881743564554 -0.7930965875786592 -0.6878996004014905 -0.5202585322606293 -0.3490566625690784 -0.18499034113313093 -0.14800422705345878 -0.15079455546050968 -0.14397891397348955 -0.22560560531298482 -0.2836607180469195 -0.38749044944898164 -0.517932344619855 -0.522548430139749 -0.6655737724042522 -0.8486695199927592 -0.8823089848392236 -0.8426508861817933 -0.849999084341676 -0.817480193283586 -0.8105590336277803 -0.8709060585463961 -0.8982988356553552 -0.882039516947948 -0.9169553134424656 -0.8647729321776629 -0.7265490079727416 -0.5313199402125834 -0.399566754675054 -0.24882412269365456 -0.20720801214651013 -0.21881319627231818 -0.2118356248177319 -0.2742792180784657 -0.2394184500614045 -0.3530044144072049 -0.5283325460276699 -0.5312718959747532 -0.5874686735907154 -0.5990947510707085 -0.6659317912115678 -0.591492542318399 -0.5804833621515284 -0.7065752656430319 -0.7204750978551127 -0.6616991393936258 -0.7189987576631247 -0.7120848013621669 -0.7553549530451824 -0.7123954143265999 -0.6188882380675708 -0.5155596782681402 -0.3685292405007244 -0.23857728177325585 -0.18806707292793393 -0.17613532928125336 -0.18844764713835047 -0.2248498468947051 -0.2959551398976498 -0.40285726378620274 -0.4964633465210474 -0.5545131380125395 -0.6067262971236389 -0.6790340916576083 -0.6903952213845375 -0.6654465441188626 -0.6703250531791037 -0.6317447763755764 -0.6091901297703685 -0.6530758645775647 -0.6846715470659803 -0.688108080214865 -0.7506348501020826 -0.7235562408243013 -0.6316169825738109 -0.5042138110668122 -0.3815730955266216 -0.24429880096638865 -0.15756311197163628 -0.19605534160813184 -0.14210874145043245 -0.2097017301776359 -0.2271677813146399 -0.3317227141872119 -0.37271610745080624 -0.4836986959390787 -0.5864287528662898 -0.6454776151611961 -0.6648046026327505 -0.6402691253308379 -0.6332021444941778 -0.6003576233920397 -0.5885258148141658 -0.6303849216927221 -0.6953480364980401 -0.6727540503453678 -0.6910555212493268 -0.6437610889855084 -0.6330758250951495 -0.5131248561492056 -0.3271174968137306 -0.19383929258667992 -0.1545059299223443 -0.1556440045984773 -0.14598604750416944 -0.20986817655765586 -0.28325038195262364 -0.3789649824210378 -0.32974548831132067 -0.4478113774437942 -0.4668703193102084 -0.5893925032657836 -0.6540265884940232 -0.6201893871588972 -0.6154680264857383 -0.5728152520141067 -0.5669140085396732 -0.6093860743411962 -0.6163395987241572 -0.585779994287389 -0.6285589526981431 -0.632110915405354 -0.596495715826573 -0.43423660596552077 -0.30905805792934815 -0.18533481170758279 -0.1509844273846009 -0.16596619747019947 -0.1674809449434044 -0.2355394668437285 -0.2979664314986742 -0.3827636130499552 -0.4536829630180304 -0.47827286293318105 -0.5830888293500035 -0.666413183460985 -0.7052378265560165 -0.6570473694134866 -0.6684037271268841 -0.621131013284115 -0.6201806860222578 -0.6679460968130585 -0.7057564477359652 -0.7112518043419267 -0.7687973132281772 -0.7418469793381486 -0.6583390103273253 -0.5023832442532843 -0.30976194857652434 -0.18424874374136332 -0.1477016469828571 -0.15257864263769733 -0.14564162479959733 -0.21998565546395035 -0.27797602279645495 -0.39124604178247835 -0.4618271168131391 -0.5067318276142209 -0.5935496807453025 -0.683801625396727 -0.7109261377291947 -0.6512316884048835 -0.6657071786624639 -0.6278366679776626 -0.62414187304202 -0.6635258096279033 -0.6968128262587593 -0.7000319567670406 -0.7896490564910303 -0.7367308592465416 -0.659591150969613 -0.5086560158384644 -0.35936508152117774 -0.18443839291992947 -0.14710017498989916 -0.1592284049222143 -0.18952480429834462 -0.2399613509373857 -0.26238727148589663 -0.37241446064190464 -0.47955598889804624 -0.5285926707345274 -0.5974267347216512 -0.6575328752661048 -0.6487075869392691 -0.6631244640092222 -0.6902853344451757 -0.6427367252996397 -0.5868982109085259 -0.6264417410557387 -0.6935042052921147 -0.7018002184686246 -0.7619508428514541 -0.7033928999907023 -0.6213074511700244 -0.5154138077629353 -0.3615946132661256 -0.21872700671854403 -0.17396907255369373 -0.16027219590533517 -0.14192181606977333 -0.22734683636211497 -0.280250209180934 -0.34293012691678465 -0.4710514046349792 -0.5191661989361258 -0.5914159472349169 -0.6791804100666616 -0.7027928659919044 -0.67414311556899 -0.674315052602459 -0.6327191230323501 -0.61965249305419 -0.6721825414408076 -0.7021996428090803 -0.6984898019601675 -0.7646812590305987 -0.7228875090373034 -0.6391100843989524 -0.45066605906326 -0.3099089780512928 -0.20121098553862093 -0.14866676604196669 -0.1513596138082403 -0.14481201263512392 -0.21400668283172677 -0.2652407665208575 -0.3636393310723632 -0.436419264256663 -0.46032662260150564 -0.5377929117058056 -0.6681823348798627 -0.696396754923498 -0.6623405810437953 -0.6684582316664461 -0.6297253009192011 -0.6097253863859717 -0.6669540511269897 -0.7037028665757975 -0.6965960549005098 -0.7603076486356375 -0.7185560748193903 -0.6408404807527116 -0.45021268378571405 -0.32432449186367385 -0.19930099836065912 -0.15023678669935658 -0.14931211431191377 -0.1424927130483677 -0.19380261178380542 -0.2753755383624944 -0.3987434725445928 -0.3652645752623414 -0.4177236679760069 -0.5731052825371076 -0.6438709186630113 -0.6726774658392858 -0.632392905270963 -0.6311097259563659 -0.5863778297336135 -0.5844810173671159 -0.6310890907455927 -0.6972890784282401 -0.6647574611371737 -0.6800659927666808 -0.6363154461029307 -0.6351156291823252 -0.5022111463650543 -0.3267243410903648 -0.1930001860271473 -0.15473037848166235 -0.15621277518882992 -0.1502260161013649 -0.24278026282992918 -0.30228828577152145 -0.4136115214580037 -0.37738269676245967 -0.45528879381767706 -0.41205170810989494 -0.5840631112999608 -0.6511842220131095 -0.6165651037164476 -0.6001210195085578 -0.5578420821878406 -0.5608968688119292 -0.599756342075436 -0.6093053943893035 -0.5792771358619572 -0.6214622878245356 -0.6237753343042618 -0.5438447805149702 -0.42980947624030585 -0.30652823998332235 -0.19857508019207612 -0.1817577061289467 -0.1866714088464015 -0.18784045531728724 -0.24788821798727909 -0.3062808393753329 -0.40640953581740413 -0.45043366755130443 -0.4593375693746731 -0.5461118063248169 -0.632109615966356 -0.7002555222311425 -0.6655645623113077 -0.6609351068610408 -0.6256264590275085 -0.6057516755866462 -0.6677707580857738 -0.6923506644565363 -0.698256097457004 -0.7593644528047924 -0.7178347306913524 -0.6414875417625329 -0.4994460022679617 -0.308446313260704 -0.1845508738946745 -0.14851241548823918 -0.15149141506535818 -0.14695758688673358 -0.22906598260706426 -0.294940868889735 -0.39049881337693954 -0.46682823728131334 -0.502711893026324 -0.5955319938004744 -0.6828193241177261 -0.6940844906800683 -0.6589375178286045 -0.6679899500138665 -0.6245117495721627 -0.6016226166443626 -0.662787466373223 -0.69631664868844 -0.684562331066016 -0.7089069179435709 -0.7236680628692665 -0.6542696317015912 -0.5002597094787963 -0.30804410255050557 -0.18379911624660403 -0.14759990286142324 -0.14989901433243377 -0.14436774254040144 -0.20585186996438457 -0.27413682772325987 -0.38027018348374997 -0.4323359166386722 -0.5076632946108297 -0.5990867441547096 -0.6723200100820759 -0.6851080863019864 -0.6634472287031987 -0.6753490555136568 -0.6306791517503589 -0.6215511728583686 -0.6562582579386691 -0.6847266444472264 -0.6845463767465098 -0.7162232848830608 -0.7203764544135168 -0.6322096094792692 -0.5077517556849918 -0.35105729165349375 -0.21419911409773695 -0.19428297427644706 -0.19681795411600775 -0.16541526235979864 -0.23728069426135565 -0.2748069778451861 -0.38801632593143365 -0.4740188369275532 -0.5317353747318646 -0.6039289481197592 -0.6731752414349802 -0.6920289860205389 -0.6489845076624837 -0.6677288012480102 -0.6204024288173063 -0.6117282269540822 -0.6579920381208916 -0.6888432001614118 -0.7086068916404146 -0.7091246576704584 -0.7140569019500584 -0.6500658332193937 -0.4987780773490672 -0.35803256437706077 -0.2190619028693403 -0.14815363409049437 -0.16251891524191908 -0.15794310981232607 -0.23583050131160696 -0.2737037716268317 -0.3537289826407995 -0.4705039665161332 -0.5227535548961857 -0.5992500533296158 -0.6628067770364202 -0.688483660954942 -0.6472316114302558 -0.6656479384076504 -0.6289619553282207 -0.624521817195901 -0.6687123105210244 -0.6982129884320064 -0.6940949114886918 -0.697728561668306 -0.7059593138647059 -0.6372012871596144 -0.4906806779023925 -0.3430556420719885 -0.24958646982220917 -0.1723843627454323 -0.1504728582170569 -0.1424070675306297 -0.18867008205662056 -0.25261524409802355 -0.38480300315843274 -0.3348605827707342 -0.4675043594549839 -0.5754604311935136 -0.6438426535671591 -0.6591393388014984 -0.6323140079128636 -0.6056262933442716 -0.5745192136162356 -0.5807538284829441 -0.6201081951850326 -0.6782651841447599 -0.6511735100630497 -0.6171683628659234 -0.6210944365798213 -0.6274682730012591 -0.5015798660384703 -0.37452538710330036 -0.22354192371879003 -0.19432799666137612 -0.20591249661135977 -0.19504168977884767 -0.23308732137472085 -0.3035638963928316 -0.4006794479451236 -0.36636257896906105 -0.40775255416807393 -0.4602519112363434 -0.5583539086560558 -0.6412490867942965 -0.6001608568915856 -0.6232417832770651 -0.5730327439535418 -0.5575850153538255 -0.5891963853578384 -0.6170053975485352 -0.5725733758538775 -0.5675866949713724 -0.6365224274151491 -0.6109109131730402 -0.47475442436997506 -0.3488246011819358 -0.18545030191939665 -0.14891157561679602 -0.15084295917200172 -0.14502538549590513 -0.19424100591298277 -0.2642964372086227 -0.3654930418362405 -0.4146669362196117 -0.5064059572299994 -0.603190193420321 -0.6706464199083869 -0.685297388406998 -0.6634588596305894 -0.6706782548443522 -0.6159867922534282 -0.613354417786946 -0.6526821376078703 -0.7085315019239861 -0.6892653490348712 -0.6998916344465962 -0.7168884255439391 -0.6467661730297544 -0.5241275421685311 -0.37027201962079764 -0.2071642198677723 -0.18223108027592863 -0.19255544919462436 -0.17021164467779337 -0.22157058688235656 -0.2646123631014186 -0.3725275864971563 -0.47552716393376 -0.5081920344397798 -0.5951555930209186 -0.6746973650725607 -0.696692531696088 -0.6568253808791263 -0.6656112950784178 -0.6197144912298966 -0.622788330607173 -0.6663889506289981 -0.691675084457058 -0.7127675711632407 -0.7277144078022048 -0.7424838209900485 -0.6444993559525539 -0.5162926409171019 -0.35648858948322876 -0.18428274326677435 -0.14690401667714598 -0.1522163175341282 -0.14352879989008102 -0.21238385517567404 -0.30150807568854904 -0.36636923986301423 -0.45841535844778714 -0.5115774894999289 -0.5945855623265521 -0.6724543863997388 -0.6912068711023122 -0.6558660274493969 -0.6578071492181047 -0.619431705794713 -0.6076873775830619 -0.6659588497626809 -0.7006772409862728 -0.6937106752372714 -0.718241415716446 -0.7334445149223449 -0.6518393669764279 -0.5101836205404462 -0.3567686406988636 -0.1834807262465144 -0.1479852221812868 -0.15182512883451918 -0.14227753861074888 -0.21073983973898622 -0.3004916118291589 -0.39907880994260253 -0.42261904147934676 -0.5160203031950225 -0.5937216352630325 -0.6674619932118808 -0.7015340192061956 -0.6572911597007259 -0.6623861344558623 -0.6048693742608063 -0.5423450735851175 -0.6470922444105743 -0.642301484728338 -0.6792772730883213 -0.6995953377060112 -0.7205043715188276 -0.6559584525331478 -0.4960334368960723 -0.35571600241612006 -0.2273160161351784 -0.19802084952505722 -0.2021025455080321 -0.14010068520558697 -0.2304852269488967 -0.2981983641023667 -0.3990876251761718 -0.4810264589232805 -0.5161200474618018 -0.5902834446623525 -0.676208528520767 -0.7575254288928063 -0.753559342413703 -0.7833847859217803 -0.7316840143245529 -0.6849438808075612 -0.7215120659800628 -0.7224686053946472 -0.7010299124060442 -0.7162302730397679 -0.7547315519120292 -0.6547132814346812 -0.49301490569435397 -0.3612901976311037 -0.19942875597566914 -0.14621076056210358 -0.14820356194437626 -0.14003756819885274 -0.22412009891075876 -0.26343675199395533 -0.39320656009756333 -0.37583979974669757 -0.40535021092354817 -0.6168355482959528 -0.7028387185803396 -0.7505906751299074 -0.7230608081227338 -0.7576534024362086 -0.7152838565402962 -0.6717987982694466 -0.6783261393328331 -0.6905395661500913 -0.6824504121050421 -0.654605569212805 -0.6385974335149321 -0.6269526899806589 -0.4435139576425304 -0.33097554597507217 -0.22876975352194553 -0.19620625061168356 -0.18041395824603637 -0.1791968943120894 -0.22736766115746251 -0.3088606925992945 -0.3867677170068646 -0.3620310909155022 -0.4547151479434953 -0.4007500121459613 -0.5390908537268989 -0.6231836786699735 -0.5893220005786798 -0.5993169131057247 -0.5847325780267473 -0.5726623321534701 -0.5955748887283747 -0.5764028155998407 -0.5844009543849289 -0.5828165632257841 -0.6350612863994305 -0.6157202701801442 -0.4858860907977885 -0.3578486364615787 -0.21652758214919873 -0.15697835256696233 -0.15255695466532515 -0.16744021191215303 -0.1940949416555829 -0.2405110842578981 -0.38847378146166106 -0.4626394118062244 -0.5208729236277457 -0.593641590318304 -0.6679064855977789 -0.6928229996622816 -0.6432166994743579 -0.6635634028504191 -0.6219322398580256 -0.6199917121458073 -0.6727155352628306 -0.7055695793496162 -0.717896249814565 -0.720800774953429 -0.729889911819905 -0.6577519396309921 -0.503943967719106 -0.3404276503980709 -0.21230844823630637 -0.19203050625730114 -0.1795708737577664 -0.18773398154006293 -0.24122514410661353 -0.24127634762096775 -0.3408952015273247 -0.4609715532974096 -0.522685383540283 -0.5977011169700681 -0.6769891219539732 -0.687518873264808 -0.654837149513782 -0.6523844548939678 -0.6167618139075289 -0.6231442298807021 -0.6916387665410896 -0.6955734665339057 -0.6894787807353944 -0.7099336908613204 -0.7161257395197309 -0.6411821481383695 -0.5013873300633968 -0.34734233793636193 -0.21765376722374988 -0.17751803740349123 -0.17969534448775545 -0.19002805101001133 -0.23106441827186266 -0.2779920164756046 -0.3653953950732028 -0.48584362510032275 -0.5359381584489 -0.6095765003891582 -0.6694131102171919 -0.6900650861053937 -0.6660821952636629 -0.6665764529608246 -0.6215532786253128 -0.6184408524000581 -0.6669412016430403 -0.7082584506280769 -0.677426375078622 -0.6985485338945115 -0.6991730114618906 -0.6396553723166254 -0.5037270247200926 -0.35466745136191563 -0.22366499392107428 -0.19113240567624706 -0.19826511401960709 -0.18799096504808951 -0.2118015191164587 -0.24174023578524803 -0.3526053491021977 -0.449630739076036 -0.5213646198866299 -0.5996995963054604 -0.6776454946187203 -0.6986700750666779 -0.648142323740912 -0.6594846647475048 -0.627978775553715 -0.619101304206043 -0.6627462833275978 -0.68442494784262 -0.6937170031026626 -0.7055976940807482 -0.7182783320320105 -0.6588904079110027 -0.5051842710005353 -0.3539124670588745 -0.19902999676785654 -0.14770213237040408 -0.1506208568752672 -0.14347285159145257 -0.21498302007418404 -0.23939569101782884 -0.34102402141306065 -0.4601184118679903 -0.5247576371313399 -0.600459550955082 -0.6810557321655263 -0.7093426312450817 -0.6582857654256842 -0.6664611878560582 -0.6285593475023781 -0.6271815640511037 -0.6669225336347097 -0.6976938376714189 -0.6287843107545912 -0.6366802294547306 -0.6431507148687987 -0.6354363680593734 -0.5103645958524168 -0.3697676681905989 -0.22499632133127506 -0.18025687175924215 -0.19543553985165568 -0.18677772404523402 -0.19839034011640538 -0.23204897114640938 -0.3707785422269472 -0.3757816100274682 -0.4702889201331237 -0.5786612766790314 -0.6556087410260767 -0.6486556582615212 -0.6312636568145428 -0.6141546130847919 -0.5986883604680495 -0.5973723971616324 -0.6316638665269685 -0.6975738211214847 -0.6482102335824393 -0.6437735702871015 -0.6410661310814446 -0.6306777373083917 -0.5104690752376911 -0.3256393553080789 -0.1939438088257228 -0.1538851061304191 -0.15583511696719082 -0.14846619176722634 -0.2186514868793999 -0.2874981270714475 -0.4029250467817694 -0.344412235493432 -0.43071946128836996 -0.41605790583358687 -0.5753574731052533 -0.6563097597466961 -0.6076897232232247 -0.6037452717412419 -0.5651855227056257 -0.5595005359943509 -0.6042050517487163 -0.6148737774909919 -0.5876335397460151 -0.5759849292466505 -0.629141021916603 -0.5919130984908878 -0.4286349201541341 -0.30430877946199997 -0.18619100221267046 -0.14841213103784032 -0.15395790995962053 -0.14412263197734437 -0.20954106106819356 -0.29643173623168734 -0.3967912923041715 -0.4491548885239713 -0.4684335408101138 -0.588097817267666 -0.6794647937694734 -0.705541776541567 -0.677275883224933 -0.6540098727865968 -0.624551237193592 -0.6128384683151981 -0.6727343298131382 -0.6872909400909596 -0.6776739896944319 -0.7362891594491942 -0.7159375030888269 -0.6431864322073222 -0.5015926778838015 -0.3452110138310248 -0.22900137640607315 -0.19223087660661345 -0.15044781215750283 -0.1883510776293054 -0.24015055098347748 -0.28000067448070276 -0.37386087463134543 -0.46673501978190374 -0.5074682493618149 -0.590099313570873 -0.6682618505655468 -0.681125255327974 -0.6543055061134839 -0.6610835936885336 -0.6251582058560878 -0.6070227331322423 -0.5886698809091959 -0.6449513307232261 -0.6874414350407149 -0.7042572291192762 -0.7173435692163621 -0.6396828955359035 -0.5025332355471828 -0.3659029018942608 -0.20965774215670027 -0.1759032889206743 -0.19786671514455842 -0.14218455490232362 -0.20422385120972122 -0.2415728317023827 -0.3401987546565244 -0.46038705251863243 -0.5184207578059149 -0.6061703092205288 -0.6791568707924733 -0.6895603212162476 -0.5873428102956763 -0.6383631134096295 -0.6511889676157848 -0.6520214674825888 -0.7038801783902154 -0.7239537917226831 -0.6358498764197592 -0.6936879169621127 -0.7116803681209756 -0.632458037319654 -0.4651513599011522 -0.3563920197959575 -0.21443477986639156 -0.18479119061038243 -0.1966905902205586 -0.19312037214436473 -0.23238935981007852 -0.28635219988098154 -0.3609745260941037 -0.4906420409633797 -0.5072175100071106 -0.5487586781393372 -0.6011744698643773 -0.6966221189890199 -0.6660795975536555 -0.6675642403311925 -0.5750924695915459 -0.544062316026456 -0.6520265631627427 -0.6775254108465747 -0.6711291647252231 -0.7123944347281082 -0.7142821940172163 -0.6480206928000751 -0.5036005424727739 -0.37022392841372326 -0.22814264058153536 -0.16459790845722824 -0.1972845235304876 -0.18784604033490881 -0.20117489454264886 -0.24041117002296328 -0.29564526249378065 -0.4209246737663871 -0.5197117421193655 -0.6040198574578641 -0.664537910465256 -0.6354158641640484 -0.5736613512026444 -0.6565902470056675 -0.5529462497049614 -0.5946744219040209 -0.6718411986349375 -0.6276775529232818 -0.6679304302073714 -0.6999947052429183 -0.7228410024566667 -0.6569052651004363 -0.5094547322625332 -0.36880332953331085 -0.24536092057071685 -0.1633041864121503 -0.19693113193290754 -0.1863568481513941 -0.21003684216869586 -0.22818599028271297 -0.2849792280711142 -0.3809806986083209 -0.4741171397707756 -0.5842933060184077 -0.6557563114982052 -0.6472974808968707 -0.6209740999043911 -0.5412277603168139 -0.5769312436477716 -0.5703506689655639 -0.6347316578204888 -0.6639954658041641 -0.5933214209623907 -0.6049028658938069 -0.6313665693380098 -0.6317711067541462 -0.5078178237683427 -0.38000414753491246 -0.23071603325141637 -0.186443230884571 -0.2031224525567701 -0.19312515782631087 -0.23880615892036516 -0.2852325079062723 -0.35645076687310384 -0.37252732555777246 -0.44521545013183345 -0.4771943659447027 -0.5452787681430415 -0.6204502341010923 -0.5969005466680832 -0.6368966702082535 -0.5540766349402758 -0.5367624020034176 -0.5838819427402462 -0.5378232459181959 -0.5585161493919698 -0.5739087880397095 -0.6504132357601329 -0.6182143994057023 -0.4750999797003862 -0.33690501515538795 -0.2126022953613655 -0.1484144238177404 -0.15120691507095035 -0.14415795320423888 -0.2067557997135702 -0.27254205366292955 -0.3429512946310244 -0.4653374579466937 -0.51248181688186 -0.610151674556807 -0.6790256525241024 -0.7032764692752416 -0.6608981129277155 -0.6673811301468845 -0.6185735347493424 -0.607390020950302 -0.6713843131767293 -0.691702061397136 -0.7097328991589219 -0.7110788249774664 -0.7086926806495341 -0.6471642754275896 -0.49414588772522144 -0.3432478060270029 -0.22113051327479014 -0.17248124543516616 -0.17625602372863455 -0.19383598752417502 -0.2313995625192074 -0.26148319598757463 -0.33843140001455535 -0.4695247898340179 -0.5165879163175237 -0.6091324205191927 -0.6675958329301098 -0.6827240106954388 -0.6531132019717316 -0.6671975313760344 -0.6298620360204692 -0.607020679913126 -0.6824711464110811 -0.6965047831647976 -0.6822481689255507 -0.7010308652888252 -0.7235374852711859 -0.6327502010022962 -0.49716786684670705 -0.34289555981209824 -0.21250947424015382 -0.17992793942367846 -0.17935681276496404 -0.16475894280196393 -0.23691750510872803 -0.2866994512950012 -0.34156945119738547 -0.46480670992837936 -0.5219531267170261 -0.6211237360909867 -0.6563071927563962 -0.6899539956857124 -0.573527587665181 -0.6560224983537305 -0.6384365476714342 -0.5949245087205746 -0.612505462869021 -0.6965164694111418 -0.6926909778819265 -0.7102969765216756 -0.7081668243072702 -0.6378906459318999 -0.5186488909067521 -0.37098390136865994 -0.2123746548229046 -0.18759039485722637 -0.1611222476943879 -0.18946047150670942 -0.2330584295892408 -0.27175974323965824 -0.3299968592862484 -0.4718602913053729 -0.5265560372002714 -0.5935153813896431 -0.6525343017006935 -0.6901113525591949 -0.6474857627033626 -0.6480529060179195 -0.6091405775542386 -0.6049761170364435 -0.661111128459575 -0.7007935160276392 -0.6993881160680553 -0.7363411455810546 -0.7092107925155431 -0.6447991537548542 -0.516111087498146 -0.3797126857605061 -0.2236627235902809 -0.1637765176736175 -0.1662762585704163 -0.17560185627654157 -0.22162823417905397 -0.2969813891123795 -0.35575873761494864 -0.49001316440090165 -0.5403626098387344 -0.6194076040810031 -0.6852705380813099 -0.6918312196284612 -0.6534071085832072 -0.6761418854968811 -0.631199984782413 -0.6295702889626846 -0.67255322039929 -0.7048697565523723 -0.696396672659721 -0.7151060510844117 -0.7182675701138918 -0.645557045998668 -0.5067780334102647 -0.37947695093948836 -0.22832181190119175 -0.15528394403159743 -0.1737039371056313 -0.1656244692663127 -0.22487847738284114 -0.24802446965642816 -0.32328906607573066 -0.3905244481368636 -0.47621589184282653 -0.591232457513232 -0.6488039044361491 -0.6667238775555326 -0.6386239993261931 -0.5406039692244856 -0.5405041695097668 -0.5825163170442981 -0.629612024087843 -0.6822829938339358 -0.6584836388056258 -0.6142661991049013 -0.6216292727992827 -0.6245089876190909 -0.5089291938045077 -0.38316032542625433 -0.21222957619153074 -0.1792422146790032 -0.18689894335401708 -0.17173396456560805 -0.2312871335909462 -0.2921436319150299 -0.3534286815121543 -0.37790243198751033 -0.4325284752311095 -0.4669880018831446 -0.5896320022138122 -0.6403536811716322 -0.5991879943313025 -0.6043082745715196 -0.533474524069558 -0.5320427814945132 -0.582963597401819 -0.5883675242747081 -0.5159977133150198 -0.5384048745277294 -0.6351494803664317 -0.6147174872210074 -0.48838684485795797 -0.35813334395698376 -0.19500904097206334 -0.1556025873630194 -0.17416426689458409 -0.1886950204922803 -0.1929280441662011 -0.26726153482955256 -0.3090992250277938 -0.4609361811396654 -0.5104238836629509 -0.6113235734859949 -0.6622318107149918 -0.6921157897544343 -0.6563952609940087 -0.580536959675069 -0.5422758807231345 -0.536647627951752 -0.5935044169832924 -0.6175420856991305 -0.6298540544764373 -0.6821468889167327 -0.7025447104809952 -0.6447575251724054 -0.5186027506854896 -0.3673014541135921 -0.2108516910502456 -0.17586809020841357 -0.18577996326058593 -0.19087578274616743 -0.2195519149582341 -0.2884241136565644 -0.34708683201971624 -0.4837944239326814 -0.5258682100470398 -0.5459456430581843 -0.6616791220966656 -0.7076877541950575 -0.6803896641291455 -0.6586452080661905 -0.6284274667191697 -0.6131098214042893 -0.6750252866631621 -0.6162539538835677 -0.6111711375588189 -0.681964433766515 -0.6483055547212259 -0.5969893047165366 -0.4961049443087496 -0.3703655419623188 -0.20578266204147036 -0.15357038115424693 -0.16318256615310853 -0.1759565384919337 -0.23206702276204796 -0.2551763013653757 -0.3249044815958495 -0.48131867276611395 -0.5307576069395689 -0.6139310604028777 -0.6676694458319734 -0.7045292427755531 -0.5804254581850229 -0.6662341082624088 -0.6498135929801464 -0.6210043646727345 -0.640640694471154 -0.7001021092225638 -0.6129845951850189 -0.6766595971938524 -0.7112518825920593 -0.6477780524159923 -0.5183112737870071 -0.3641583499011961 -0.2051847517566475 -0.17236734471872073 -0.20205606549012634 -0.1772549916722012 -0.21898080531149686 -0.2891119468618901 -0.33575293242873044 -0.47214716998039913 -0.5176299806488572 -0.5800103929589621 -0.5977084304146378 -0.6703849184301426 -0.6290720065749884 -0.6640197064791457 -0.6411077680724964 -0.6184103855801389 -0.6683843194852579 -0.6738435618823836 -0.6086906984994591 -0.655195262661545 -0.6519271416578877 -0.5842773022241571 -0.4934114381346989 -0.3789620421071192 -0.22864731078373954 -0.16892552849631762 -0.19496672937334086 -0.14723818092564336 -0.23324075675043549 -0.29764550065353906 -0.3383298213277612 -0.472165090503951 -0.49622552180292684 -0.5305066283521972 -0.6701557672121916 -0.7024394857117239 -0.6830147554601005 -0.7228321589686747 -0.6205012164968915 -0.6118184743232709 -0.6435222395450891 -0.6355213886954941 -0.7017728485545008 -0.6916970987100652 -0.7115300350799485 -0.6503663026740917 -0.5042215981421033 -0.37838009668920103 -0.236826105967519 -0.1885720517829299 -0.1633383514337625 -0.15182070728560806 -0.21504329790958626 -0.2532753462494225 -0.311077119842171 -0.39037106745036093 -0.48810098985911266 -0.5878342995149544 -0.6430534138083184 -0.6135530963939512 -0.6205027653743143 -0.6164628709175909 -0.5766838719319028 -0.5631224266585216 -0.5916667823613303 -0.6814499540008693 -0.6689470139956699 -0.6264824126395052 -0.6340430179856341 -0.6271966201675093 -0.5037543743790763 -0.3871521331501447 -0.21511935558169654 -0.18695327386400154 -0.20119165600145564 -0.19279799599166625 -0.23562582338592106 -0.25196566532859127 -0.3535768553365868 -0.3754933151621332 -0.4478053668959138 -0.44879125777501205 -0.5849012817200954 -0.5678047548280679 -0.5242255100303508 -0.5267098967070838 -0.5404862186169602 -0.5328041302274694 -0.5875925511627833 -0.6003015156223998 -0.5061378734524585 -0.5390914675084453 -0.6252384222645042 -0.6019992350524782 -0.48965542487940344 -0.36007198351849573 -0.20126537399818092 -0.1790826580597385 -0.19579002446699667 -0.14307589497418957 -0.21614415587903513 -0.238730359050588 -0.3323930348904466 -0.4612377129238654 -0.5173167970565722 -0.6094415621456168 -0.6751805371746211 -0.6851235938075355 -0.6532586649644161 -0.5821532558039533 -0.5611033755478191 -0.5397013004553506 -0.5991958618450587 -0.6899596235943989 -0.6457135606036637 -0.6920653619003333 -0.6609306162095946 -0.640423847937347 -0.5131037904498124 -0.3777074790619478 -0.20345395336241004 -0.1916149519223858 -0.2042259314586523 -0.19534301877495833 -0.21641989563019348 -0.2835184346309196 -0.3282691553798895 -0.4903080423662924 -0.5108525233160494 -0.5672600559351937 -0.6739650587428342 -0.7353260297246582 -0.7149918351421627 -0.7332539232201428 -0.6806825521563868 -0.7029072445111367 -0.7313938321283019 -0.7274658033378846 -0.7140052569067765 -0.7258605363828071 -0.7371766630160214 -0.6688973231218275 -0.49222299669344893 -0.37264467063961015 -0.2045113186253437 -0.17512555479612607 -0.195401183481418 -0.18922447207618778 -0.21843743071202598 -0.2734741093278202 -0.3566188098177511 -0.4561545884559339 -0.4952815604318242 -0.6658979869025822 -0.8086617145522182 -0.8755024652516118 -0.8399570627726547 -0.8521252261030581 -0.8243745864801103 -0.8153387474275938 -0.8797910259733193 -0.8974880411966826 -0.6814499615691243 -0.7084157789597256 -0.7027615338916156 -0.6468311117141237 -0.5069010206397376 -0.36166740114203727 -0.23461711986568176 -0.19983559849630936 -0.19569938027863637 -0.14326643956950696 -0.18243922233973345 -0.23925202736361367 -0.3005022119299148 -0.417449313118053 -0.5261681737345918 -0.6189960970160825 -0.6754531269470507 -0.6983489356977949 -0.6479915926193972 -0.6742554045113747 -0.6349904068130111 -0.6375296530744354 -0.6797388917088645 -0.6986394607647367 -0.7103853266923404 -0.7207000894378488 -0.7137513690997044 -0.6488579739376524 -0.516013378013058 -0.3663553205902754 -0.24496707554854671 -0.16125178561182818 -0.1771223597925423 -0.1542222633119637 -0.21255645547068414 -0.24342080889112844 -0.32267739564243025 -0.4872941002227262 -0.5334692172642601 -0.6035206046708294 -0.6706567165618914 -0.6944748250204219 -0.6596072334269948 -0.6622626872569719 -0.623012821499 -0.6132225806003461 -0.5929829816087842 -0.6243937000394345 -0.6452362377976617 -0.6821029706610264 -0.7064511518403704 -0.6365578067568295 -0.5131356921871528 -0.3944094724126442 -0.22681204515896722 -0.16272054706080985 -0.16266832253152047 -0.16742964807078084 -0.21489607403043928 -0.282395611699416 -0.3087275997145642 -0.40158194108638545 -0.40310643231012017 -0.5826702810681254 -0.7143230635428359 -0.7431332238426787 -0.7484828318639327 -0.7860997985825201 -0.746267923525891 -0.7574856704287152 -0.8176204760255782 -0.8462934756925475 -0.7853128386875429 -0.7149632103965929 -0.6950077675599267 -0.6643283300509177 -0.5652135164303004 -0.4321068222924134 -0.2614529700620956 -0.21200261921749963 -0.20879379045278745 -0.2024205832618569 -0.23872818614303165 -0.30865615237192984 -0.3631949244081544 -0.3960058374803856 -0.44968671804140614 -0.5035362281954668 -0.6766674567141265 -0.7557585051536876 -0.7819987588673889 -0.8036356085655428 -0.758902842596862 -0.7599370132274215 -0.8156611073057857 -0.6345629579133331 -0.6590901563387734 -0.5768970812913313 -0.5924724861363103 -0.5463001455615276 -0.4741702313047974 -0.3723057710068042 -0.23640739607805558 -0.1840257083656681 -0.15052097512215248 -0.1702541955429347 -0.2233226623316954 -0.2806220218271597 -0.35356159388837705 -0.47510767748124666 -0.4391692260682936 -0.5353854607230434 -0.6671517900519173 -0.7080505983631747 -0.6907071666801579 -0.6979966815377847 -0.6451068194122239 -0.6517476875819159 -0.6956351730095842 -0.7141208598634519 -0.6885080670442573 -0.6422183046210106 -0.6541066525821984 -0.6211079359336167 -0.5103320674119793 -0.3686344659993506 -0.23939657147313612 -0.18107590523545064 -0.19677677403329502 -0.15702798512252172 -0.21313010194141566 -0.28971692984865177 -0.3463081982783702 -0.4765414584482519 -0.43717220166951587 -0.5906730080299859 -0.6842383932091158 -0.7505819684637979 -0.7397897306705478 -0.8014745965025636 -0.7835015322702769 -0.7999179330304595 -0.8502574195744229 -0.8750737037718347 -0.8179639229768689 -0.8232865107020907 -0.804445104195549 -0.6904250207608332 -0.5377452729018002 -0.3685985330921471 -0.2377287504068401 -0.19576289636670705 -0.19917499774357916 -0.18688048151037298 -0.2278759137128665 -0.2870476897621794 -0.35831693110741414 -0.5434341437929882 -0.5893807440136906 -0.6997679920590394 -0.7572507918459671 -0.6790452969284407 -0.6834270367638131 -0.7294343357791454 -0.6967271671411102 -0.6800949736891176 -0.7208082155255746 -0.6581217936520232 -0.6023765906732728 -0.7031046754337161 -0.6505545672960921 -0.6123812646693638 -0.44976728494170104 -0.3333093678309566 -0.2319657144680476 -0.18757619387263327 -0.19214485656753738 -0.15019810241716858 -0.23166535791768253 -0.2917440286514008 -0.34955487248451833 -0.48280859665208165 -0.5278284647243588 -0.6212327460571493 -0.6739446170741469 -0.696664313800788 -0.6639112791644153 -0.6608718728955133 -0.5934066004555772 -0.600798721166704 -0.5891667663642102 -0.6603505261047227 -0.6967866357868531 -0.6875126535438889 -0.7008156207792435 -0.6267086127799013 -0.5179163813048117 -0.35951618202869945 -0.24186002459116224 -0.15507131003568458 -0.17185849610238296 -0.16793982963987783 -0.22522697920070103 -0.24476599829564258 -0.31996075832250404 -0.48542365651150493 -0.5171758372831511 -0.533461515881508 -0.6599775140165408 -0.6817549742704273 -0.6296074072306611 -0.6479001959104629 -0.6258691918418302 -0.6151274887731193 -0.6450184281779191 -0.6465000231837607 -0.6544920823988533 -0.6830608664419989 -0.7140650783687391 -0.6244499076043741 -0.49624153355373724 -0.40110749213197966 -0.2141682061117362 -0.1563692387118885 -0.18021364452597882 -0.16458431369511342 -0.21082369335197762 -0.2535152022680796 -0.31989808628472693 -0.40831909360289326 -0.47256746143600564 -0.5179712508192247 -0.6538412881823953 -0.6619447003837536 -0.6538982897966596 -0.6597510707062991 -0.6851307500283041 -0.6714862005832026 -0.7521234496734506 -0.7412734162111696 -0.6735407677889729 -0.646745420000256 -0.6406334434531569 -0.6790154606189892 -0.5724505330247407 -0.4044380413635842 -0.2394283515554745 -0.15333625192587874 -0.15265324688333454 -0.14485522114075514 -0.1957526244904865 -0.275753322898374 -0.35121904981847984 -0.3451079418814317 -0.4203534909287246 -0.4939668694739463 -0.6065537889888946 -0.663893283326793 -0.6564740251507187 -0.6620701722124787 -0.6599159635818735 -0.6517552594686449 -0.6868824932670197 -0.6726379718045736 -0.5901224691036897 -0.5720468871291277 -0.5206398123993144 -0.5345092431093115 -0.43897705655972213 -0.35626219551488625 -0.2412931344797999 -0.17742943604677353 -0.1924246649348327 -0.19284807062540046 -0.21510222545174357 -0.25637000126393783 -0.3391835568650752 -0.4728245438517245 -0.5020822503491659 -0.5301996398613934 -0.6018493587118645 -0.67911549213747 -0.6509368095347509 -0.6653845757629556 -0.64007468336678 -0.6385521526140858 -0.7184660455524764 -0.7453389835066174 -0.6950875391582183 -0.7016206917728985 -0.6448783751454226 -0.6326613206727735 -0.4957605538327835 -0.3584244424722222 -0.22809439458864703 -0.17032389818046334 -0.1618228353694485 -0.13980615437520327 -0.22652485036972406 -0.2705510405898459 -0.3290538458285027 -0.478694666761623 -0.5008204925444227 -0.6928231541080618 -0.8071161595154002 -0.8623078098042771 -0.8179026851704287 -0.8368491080788745 -0.801383314845256 -0.8046347412137171 -0.8573568689994865 -0.8792335752967222 -0.8648075287398603 -0.8758817390815344 -0.8076281569028619 -0.7637326484046776 -0.6088384470783126 -0.49847276694069814 -0.3015968857531885 -0.24199718055155323 -0.22169287998697487 -0.19696912852659812 -0.24653726436772008 -0.30567828269440894 -0.362456647680302 -0.5134094388792461 -0.5069983970541787 -0.6521564486990742 -0.6699369836774067 -0.6914380520903035 -0.667335816013124 -0.6640819902845706 -0.6219436416419388 -0.6188547022942524 -0.662307347442715 -0.6898471682174906 -0.6884960637959264 -0.6923402264335713 -0.6528380676377606 -0.6344387213961343 -0.49935184593203097 -0.380351969859458 -0.21114785222230037 -0.19231210123943726 -0.21124379825384793 -0.20318551902413898 -0.22654379051594356 -0.2845923465343012 -0.34147225054107666 -0.48143527015967646 -0.49837527163157463 -0.5252639182124093 -0.697504561503479 -0.7620920083278323 -0.727901783736386 -0.7559990756118744 -0.7100975628505897 -0.645898533410409 -0.6666034013917058 -0.6145030046230276 -0.6526260294197851 -0.6776767996085816 -0.6422151157244693 -0.6126347837328094 -0.4460937534334508 -0.32475694578948605 -0.22368283528616098 -0.16315816065967834 -0.18934801428605175 -0.18951901927256368 -0.22102159328890134 -0.273992173469796 -0.3025127177008958 -0.4783062540318729 -0.4377823948748595 -0.60344875281367 -0.7709212524420473 -0.803512573193877 -0.7721185614779268 -0.7830109490978149 -0.7889771969903611 -0.7857622857628453 -0.8509546369691998 -0.8614811636206358 -0.8380501691144001 -0.8189960886146012 -0.7292732649837006 -0.6341812748990412 -0.45071779057594435 -0.35198278646093467 -0.2391333424172761 -0.19398123449928573 -0.16245376576389972 -0.15254789830947202 -0.21117131859783234 -0.24133287266561262 -0.3274406646321317 -0.37980051728704817 -0.4050042113729734 -0.6293786112718343 -0.726390709292582 -0.7601811857977772 -0.7539354342974599 -0.7832787385836963 -0.7469336514895125 -0.7539247973381 -0.8040397934037925 -0.8352043022119152 -0.7413383441382013 -0.6830586689218481 -0.6082639882095449 -0.623118700875167 -0.5076708494817117 -0.3645730569542404 -0.19340478444094733 -0.15429280590138794 -0.15302200630925727 -0.18975045320435285 -0.23709716018904844 -0.30040444896590884 -0.3544786267036146 -0.41829601051361653 -0.48410479649402577 -0.5196664050899191 -0.614733525632372 -0.6199015386259722 -0.5443587120033768 -0.5996460794898619 -0.48008550489384955 -0.530439148235647 -0.5794182964917741 -0.5954898495265633 -0.5659093718208968 -0.5837873438242642 -0.5915478465117567 -0.6071562104100694 -0.48575497958571034 -0.35869046721647785 -0.24727473060860794 -0.21173823504623396 -0.21534107377902528 -0.1973640055057447 -0.23816876602555564 -0.2949104703073031 -0.35513423475633554 -0.5778370349217418 -0.6230036984197797 -0.6414545728302211 -0.750328511851899 -0.7854348951184893 -0.7200897626676729 -0.7050533373419 -0.6185191133522511 -0.621668306041989 -0.7053764297957047 -0.6692092845367096 -0.6156173928202788 -0.6652390736707208 -0.6020877305945302 -0.5830793979314441 -0.46266515575574485 -0.33780059179919025 -0.21714583292432083 -0.1859376439337789 -0.1820872148959186 -0.17736068359155066 -0.22419128157418589 -0.2537655705991445 -0.34196861404533935 -0.48574891176071094 -0.492970931205404 -0.5355082818769898 -0.6846097968281641 -0.7799526805815366 -0.7241682504778764 -0.7206914261207161 -0.6736448753682875 -0.6729552727311681 -0.73695838451661 -0.7477676538604842 -0.7129612406922997 -0.6968911861507148 -0.6049950981773518 -0.5848190821322229 -0.447137488578448 -0.3219750740145786 -0.1825301532143783 -0.144450096260664 -0.1801295189300468 -0.1739245178656318 -0.22315214601868755 -0.23582518618631312 -0.3023262730815331 -0.48175982433372805 -0.5527202908301259 -0.6587042939777787 -0.7503881474293924 -0.7957219231914654 -0.7771551045585297 -0.8125154866521389 -0.7908240304171175 -0.7857532858140389 -0.8617824552954738 -0.8737308611137807 -0.8526336311395682 -0.8308164461261837 -0.7502683433230224 -0.6952367267213032 -0.5508981841700918 -0.39604455459819554 -0.2455907178813962 -0.20303824473970858 -0.20472459558544118 -0.19530811611904178 -0.2348345214865466 -0.2874040863848712 -0.3441040766168229 -0.4773800606186032 -0.5344979422192886 -0.6286102240718007 -0.745783108349056 -0.803461832207992 -0.7971293659482197 -0.8338305102020959 -0.8083771423779522 -0.8034494859387395 -0.880918034555038 -0.9075724212657891 -0.8863446956645057 -0.9067966932367378 -0.8688115208539029 -0.8192439268114836 -0.6567509515797755 -0.4890845586269485 -0.3004460455113846 -0.25476523170048665 -0.2504255133697344 -0.24353672377553104 -0.3068940339491474 -0.32322520914363223 -0.3879005154425353 -0.6478493097345 -0.7045395300436924 -0.8097815155431958 -0.8871723338312575 -0.8915058172565373 -0.850651289477404 -0.8650006113301947 -0.8259729206149115 -0.8134035534743976 -0.8622028494179498 -0.8698893309602912 -0.8421352420572886 -0.8009209745099761 -0.7354285152979056 -0.6723707393595302 -0.5447960670929499 -0.4124467188298507 -0.26272095890879665 -0.20405557581940303 -0.20130451265278326 -0.1666533411104787 -0.2052360065818976 -0.2858204906908973 -0.3430252539472988 -0.381436690432135 -0.4670395863831921 -0.5225242843153778 -0.5760759552059834 -0.6540906476517193 -0.6740357307301488 -0.6863178925834118 -0.6458874674559832 -0.6761954289652757 -0.743488169617099 -0.7785516339767883 -0.696623969679352 -0.6695436048109283 -0.5866432824523597 -0.557915275605937 -0.44771081442122523 -0.3884408315862143 -0.23998708701571225 -0.18594683187004926 -0.18450787396868393 -0.14528886835157198 -0.21659889957235737 -0.2920812309403793 -0.31426991027233064 -0.37197310117791943 -0.43986824907305844 -0.4131549267022422 -0.589603354942283 -0.673998647858397 -0.657935553088811 -0.6852055168763445 -0.6551179584020234 -0.6878307134598857 -0.7251945503848694 -0.7208448951768763 -0.6323670914536889 -0.6190497429661876 -0.6337474187657284 -0.630765269182006 -0.5017994282653168 -0.35896480998238367 -0.24092205454842514 -0.20069657986921619 -0.20752118761707805 -0.19145481150322796 -0.1804696811402518 -0.23718985646295143 -0.30034847175722174 -0.4117490778289264 -0.4380222510461517 -0.5768248232364804 -0.6652155323798291 -0.7014186085396582 -0.654879873697332 -0.6875443826136546 -0.6713274659943079 -0.6556269624872797 -0.7296447728862234 -0.7454512397225043 -0.720594791437533 -0.7160670508908958 -0.6003423215198228 -0.6217545370560089 -0.4910855118218389 -0.361625988060793 -0.21935021517852463 -0.1694503987795595 -0.17523959568866454 -0.15793182445775955 -0.23148147649265785 -0.2473873447897212 -0.3168431551989642 -0.4806214150498843 -0.4543831344699783 -0.5926859589185167 -0.7152531896356452 -0.791537799790778 -0.8049014669098433 -0.8148340224295302 -0.7915357859650732 -0.7941448478696087 -0.8534903813648257 -0.8959457634886385 -0.8617427488740154 -0.8758028624106695 -0.7976303314586123 -0.7044555176301965 -0.526196697037492 -0.3477430269494343 -0.1829875382733866 -0.14693257214642869 -0.14948121670085138 -0.14165938485301338 -0.17972170373614166 -0.2375590762083614 -0.29848808534148935 -0.47509500051047854 -0.5459336611188481 -0.6663659916225628 -0.7764213325724255 -0.8365064859666316 -0.8302110142560869 -0.8329755259170832 -0.7956029189955811 -0.7919176826141311 -0.845934380733243 -0.8451836513655654 -0.8220610756715802 -0.8846350162718518 -0.8636412187037046 -0.8190702867690841 -0.6633566933429199 -0.5088091796432765 -0.29548310362977354 -0.23660185371935896 -0.22558201170870593 -0.2151703820548425 -0.2711789963546004 -0.32656759179799305 -0.38685551865929607 -0.6611778586779979 -0.6999413995694495 -0.7888184330639818 -0.8561387985955308 -0.8710304922336399 -0.8338368750962615 -0.8366951319490971 -0.8047414125696079 -0.7754278736697114 -0.8582696645552473 -0.8463042279018964 -0.7999539957083754 -0.7789260605576382 -0.6891377546882806 -0.6532502147988374 -0.5087707164829768 -0.32691177812171407 -0.19857754544868758 -0.14567770704743777 -0.1504680017097551 -0.1400842917067517 -0.20994170173162316 -0.2733264219760495 -0.35501688605595794 -0.47024252962008284 -0.437222587689957 -0.5976491997665044 -0.702763335264922 -0.7411370759547451 -0.7049271707158046 -0.7343185305516141 -0.6564083315518427 -0.648603272661254 -0.7073847372624661 -0.727948796439131 -0.6922695339677168 -0.7151784009187123 -0.6675120122818842 -0.6410940444741364 -0.4399197663323995 -0.37091835602088097 -0.24811735683449102 -0.1565673708221481 -0.16967801767582757 -0.19135868559703356 -0.21755924651434805 -0.24034357961380973 -0.3037828242773 -0.3961431224547869 -0.42331092179470753 -0.5720648747170937 -0.661557137078183 -0.7155538384189001 -0.7227822358931069 -0.7683229431731429 -0.7248414203813472 -0.7471083101926478 -0.7800620449063459 -0.8390655532409865 -0.8211317997395855 -0.7936365415314132 -0.6951005157519519 -0.7104932146022752 -0.5727359075821501 -0.39241019680148437 -0.24500281373750304 -0.19834211394426587 -0.20776012692820806 -0.2019250810388564 -0.23520618639212545 -0.3016342298860399 -0.3627125990938459 -0.4413197864320957 -0.5495248095165413 -0.6619326428072965 -0.797343079425457 -0.8366985204209717 -0.7988971881006218 -0.8031868990960324 -0.7575280277037587 -0.7648147116157193 -0.8182226310987556 -0.832160321152031 -0.7734493954025314 -0.788855203806427 -0.7597522700103327 -0.746093728022572 -0.5890091759331967 -0.45862814792939577 -0.3023028053565054 -0.26260919323925125 -0.26905619862027025 -0.24828389878336332 -0.3154823485971957 -0.3386099085936481 -0.4198955629268561 -0.6856572624915362 -0.7155035576377616 -0.8279612361906438 -0.9036939684604592 -0.9135366160143534 -0.8930148360166142 -0.8850188515684297 -0.8607332134140311 -0.8401911439276117 -0.9233946136204543 -0.9244716696447435 -0.8777173484535294 -0.9136211429078229 -0.877052949367404 -0.8170485522209353 -0.6025629528747536 -0.4095582140770856 -0.23811177968883251 -0.14857292886282655 -0.17947500488203263 -0.1803798620243724 -0.20580437924817174 -0.27579359805518644 -0.32886567783207044 -0.48502344577973994 -0.5356944195688084 -0.6088360395523827 -0.6782851258502811 -0.6977180163676538 -0.6610137595079641 -0.6709005762976561 -0.6110096224657627 -0.6089669395643038 -0.6625375097896544 -0.6137579906991241 -0.6625383313887743 -0.6944446390331913 -0.6489988730268793 -0.633295281401182 -0.5012164638172351 -0.3695753337739191 -0.20180475054241265 -0.197067295717643 -0.20131957594733582 -0.19115838856094233 -0.2162796116070377 -0.2526536282043968 -0.3272478881627942 -0.4864450116190683 -0.5138657246707791 -0.599595721340153 -0.6668103117650521 -0.6761759488093978 -0.5678617423460762 -0.6375624851180027 -0.6158706553707364 -0.6482073288908019 -0.7050068127821543 -0.7537440929943181 -0.747730607182589 -0.7092121159397412 -0.6486359927100489 -0.6111398460040712 -0.4989733741766994 -0.3661776176406932 -0.23756447329623695 -0.1948933774224249 -0.19657287573246085 -0.16694624758112955 -0.21088220535403723 -0.29539098570199473 -0.35135869847298107 -0.4659707772731039 -0.44360870087871185 -0.5896483666417216 -0.7107221529677585 -0.7460194521342033 -0.7333148208204081 -0.7278721138034726 -0.7049496886742479 -0.6748693622860271 -0.7621555441978932 -0.753839057971413 -0.7234520087260983 -0.744448027324812 -0.676286893198524 -0.639186099583928 -0.44961178427325865 -0.32452175571948144 -0.2380033273865462 -0.19378600582939212 -0.1865031301902222 -0.1723571301255397 -0.21600968393376008 -0.27745736176678476 -0.3243368376324065 -0.4060401177818116 -0.5512669089767598 -0.6678563409540167 -0.7627474446985972 -0.8068395392848096 -0.8190874433277269 -0.8314375254576992 -0.80396269828985 -0.8095220480812192 -0.8630311832332496 -0.8946484639674737 -0.8718777209186868 -0.8898671621830924 -0.8343577545499152 -0.7647702766816057 -0.5998887624948194 -0.47545303617142076 -0.30333891540921204 -0.22419229283193692 -0.2173378732561656 -0.20754729193747218 -0.27863986523062834 -0.31471234400987463 -0.3834871369101209 -0.587294318915007 -0.6755510161025655 -0.8201513873132856 -0.8890023983329994 -0.8904339048567432 -0.8733202083703361 -0.8560868491718158 -0.8380605923011847 -0.8240976084525325 -0.8936808602781564 -0.9705600606472615 -0.9095491975420793 -0.8823639488441117 -0.8164227703116552 -0.8561479042056633 -0.7280775500899043 -0.6003595954121975 -0.40910550196579637 -0.30980071406162085 -0.31865012145580585 -0.2949310379682424 -0.38449166647414973 -0.4809126691970572 -0.5379796515176543 -0.6005010315483266 -0.6484340032209053 -0.7140654195303228 -0.8339212775560163 -0.8752976915653218 -0.8355544782843535 -0.8236831973730114 -0.793928280848395 -0.7837523879054945 -0.8139750336124976 -0.8229734545021902 -0.770526535589159 -0.7739726673239636 -0.7885994945189371 -0.7932297967431396 -0.6400602987984852 -0.49727476328419096 -0.29067645009670706 -0.22571229701397247 -0.22344659593941185 -0.2089927889936809 -0.2471949271065801 -0.3011582975097353 -0.360435488578118 -0.5358519862948559 -0.6135160531899277 -0.7323746452763337 -0.7467360798888163 -0.8708638949481748 -0.833841557186236 -0.8503644980556013 -0.8066680808182897 -0.8097697583416226 -0.8734704950854922 -0.8980181972813293 -0.8767862023223083 -0.8842867926316871 -0.8106262897795794 -0.7252477745792122 -0.5792494853993234 -0.41658811467883483 -0.24817673531270762 -0.1969190672798629 -0.2018945826195478 -0.14189332100980517 -0.17717282845706733 -0.26133957264010155 -0.2932257348105731 -0.4824316130534468 -0.6030645270928906 -0.7825644684176817 -0.878443753521269 -0.8911849158176774 -0.8433595357191871 -0.8579799984811568 -0.8145903787067773 -0.814530980586449 -0.8903923943967248 -0.9139714976357525 -0.8890008626288465 -0.9099857677439632 -0.8701696443301193 -0.8210616828360524 -0.6418509130738137 -0.4540313829764277 -0.2687791890569393 -0.2122598588829131 -0.21762069094630218 -0.20459531306163284 -0.2540825552279502 -0.30402339777123694 -0.3614593632307005 -0.583582078586142 -0.6957150645231853 -0.7928499599045409 -0.8713601544647736 -0.882681539378512 -0.8329965375683237 -0.8434092327082384 -0.8039693301558728 -0.8179473855193932 -0.8793063457549459 -0.9061601400495207 -0.8747300562273038 -0.887243237004454 -0.8684410415064739 -0.82948970096586 -0.5993822393946919 -0.39920931780112295 -0.2362592916144246 -0.19358060553015677 -0.1506962633699833 -0.1412035126711592 -0.22147583417340683 -0.2797099509053931 -0.3171348982687126 -0.4083754461467145 -0.4943890183652794 -0.6522566079687183 -0.7494985350863533 -0.7827274882329319 -0.7500018099787871 -0.8032446930498377 -0.7566028321647542 -0.7593011496569236 -0.8193646231420402 -0.8413543751475343 -0.8187433134084027 -0.8074071093171326 -0.7168500673911571 -0.674115014416395 -0.5127007508206186 -0.3661127995966934 -0.24410222963355774 -0.1964225339063816 -0.19884342189927542 -0.19222548782577079 -0.22370071781095768 -0.236109631572315 -0.2923346638251159 -0.42122004486400094 -0.4941954710590225 -0.6055498453368993 -0.7170835928345798 -0.753164086215434 -0.7126870683002402 -0.7464088260640126 -0.720956162897003 -0.698725503264716 -0.7868960392405724 -0.8553933910810247 -0.8159948296249121 -0.786538021003271 -0.7072579789310651 -0.6521572761382612 -0.5027173258508164 -0.3431686263489077 -0.19971069625771776 -0.1488434227378574 -0.19093244359713255 -0.17268347752957255 -0.22624436733089456 -0.2836891003069228 -0.3373344511409246 -0.3564773556041915 -0.4715578687485407 -0.6532576793179921 -0.7361475475961452 -0.7668145080626615 -0.7808209353656854 -0.7919085085915812 -0.7645480612173596 -0.7653960563649344 -0.8101875178792195 -0.8862978162832307 -0.8287052578857947 -0.7931620211673285 -0.6904445360879835 -0.6543374335087057 -0.5054067715088167 -0.39487659235321804 -0.24428158048486598 -0.1897964040017575 -0.1820804331735179 -0.19275237590609443 -0.22118798343413124 -0.2901557556868051 -0.3394142329187972 -0.3663640116706042 -0.47964917238084925 -0.5912890558081907 -0.782970160921079 -0.8316898746158803 -0.7987564986765868 -0.7957628514904374 -0.763278980788332 -0.7588299684637184 -0.8290673944746099 -0.8333237720120199 -0.7792450248947083 -0.7854056365395242 -0.7961473830679079 -0.7803972560996535 -0.6551669072588903 -0.5123912391477793 -0.29359678776871495 -0.2397480659261715 -0.2406323469561113 -0.23141374989752814 -0.27621926059047464 -0.3234163450232235 -0.3956961773608781 -0.661105620056638 -0.7043242812357384 -0.8088296530974095 -0.8877300132134189 -0.9091426922275445 -0.8698528248415289 -0.9079409956804156 -0.8456619659561836 -0.8483387202986621 -0.9266130404752677 -0.9499794143574577 -0.9094892926467406 -0.9308900989245081 -0.8910625275257088 -0.8515269118951141 -0.7153942422332378 -0.5739213456211538 -0.3397913222450104 -0.26945081421297845 -0.2707108577211907 -0.2505580378975208 -0.3267836735936512 -0.37749442563568636 -0.46210652371157807 -0.7036984900654517 -0.7585336552991389 -0.8632596543635422 -0.9410652773990806 -0.9674131456177525 -0.9292478076180828 -0.9605804201091995 -0.8920566741660155 -0.8922604988469813 -0.96305262563658 -0.999145636740753 -0.9617735254936944 -0.9801726414338344 -0.9570434767109043 -0.8818159925689407 -0.7237442249488599 -0.5686615642833216 -0.3112126350109078 -0.2395426978244249 -0.2269212064813531 -0.21183077730058725 -0.25059717814018323 -0.29773223330049103 -0.3544426044169289 -0.5252076443075655 -0.5955281124166089 -0.7817650700749598 -0.8721958351859087 -0.8860876059697628 -0.8354249059377564 -0.8568130548082412 -0.8274516591264862 -0.8229664659046643 -0.8854968575856266 -0.9132609109475671 -0.8687318931184838 -0.892955157997601 -0.8699009466207019 -0.8410116986802145 -0.7039957107015122 -0.5598799824619924 -0.31172433227635227 -0.24463004757453805 -0.23956670328819302 -0.21898006337983195 -0.29812659198667774 -0.33793542338575405 -0.4162299595567249 -0.6755153329899964 -0.7059468603766668 -0.8118839139382709 -0.9074196822174125 -0.9051249470812773 -0.8660162113754272 -0.890932065731155 -0.8375415619457864 -0.8326022766677443 -0.9159559117262028 -0.9279255614959515 -0.9131052788316761 -0.9385058527604161 -0.8890308344211736 -0.8454480804898191 -0.7102083295389799 -0.5604402227553732 -0.33244506150650777 -0.2459905866367559 -0.2235093054651594 -0.2087128572195589 -0.24894848749844278 -0.2914302858057984 -0.3505808678513329 -0.5408007705118179 -0.6052185320199641 -0.7315786795511078 -0.8339249058230879 -0.8513862757670158 -0.8137352565414606 -0.8358032831080708 -0.7980327928792516 -0.8017461485420602 -0.8656914658461207 -0.8924751139300028 -0.86500919821709 -0.878057916131228 -0.7886091846640974 -0.7060333208459588 -0.548966856521575 -0.418642632359767 -0.26251353592444027 -0.20509925872965606 -0.1989308519878853 -0.1883164576698528 -0.2181608929139723 -0.22458840648024794 -0.3331155823900486 -0.4380425791431728 -0.5668656126538412 -0.6824834003871618 -0.7938217005249113 -0.8122073518185237 -0.8002067024390471 -0.8024448790772694 -0.7767220361644247 -0.779748529854684 -0.8205934543621926 -0.891146363828966 -0.8332221448435975 -0.7937844416597607 -0.7322496045462537 -0.7440717285393785 -0.6059423157070467 -0.4772636997928742 -0.2814674125058788 -0.22465905587783452 -0.24646754676076568 -0.23463154453856078 -0.29665893212113964 -0.37225937828707845 -0.41886557784061973 -0.5763953371712194 -0.6285370848225708 -0.6667191472343109 -0.7917509728486531 -0.825593746398488 -0.7765279635128202 -0.7904352525127345 -0.7651059506698245 -0.7598303385122201 -0.8144339172116928 -0.827703407531855 -0.7729189269882482 -0.7749426294224403 -0.7175887293239213 -0.6814540759035805 -0.5061015244300665 -0.3403325239127901 -0.23432028850084424 -0.14751305359544378 -0.15051771770932756 -0.17503375689324707 -0.2026094640008624 -0.29270978105710066 -0.3554350583274223 -0.47106396472902035 -0.604086720149812 -0.7315171617404438 -0.8668587315475905 -0.8732614754226872 -0.8493930053434918 -0.8488688263328387 -0.8175075247235148 -0.8163246142164061 -0.8857619677200654 -0.9135298061403155 -0.8807212895855906 -0.9080544297410784 -0.8366987754105153 -0.7540241926941457 -0.5899942658008124 -0.4295714256434799 -0.25783276632399527 -0.2070043784375586 -0.20421754622412805 -0.19434609317831797 -0.22828896756559972 -0.2872076272144378 -0.3455907565496377 -0.5661719688490037 -0.6988648526404008 -0.7867194839579856 -0.8760319724078262 -0.8871415872686048 -0.8485939218979822 -0.8492456750616558 -0.8277975968496658 -0.8110858794345788 -0.8906399694967514 -0.9150123006890455 -0.8767723484749704 -0.9042876441179093 -0.8796420669989519 -0.8396210820630331 -0.6974863054742515 -0.5034881716648119 -0.3057141511662746 -0.24310560821353294 -0.24126064673644834 -0.21631934953731166 -0.2674299642399255 -0.31364367181997244 -0.3774912348013999 -0.6000330282282893 -0.6742264828779853 -0.799805584379309 -0.9083709433531337 -0.9389636683244447 -0.9054421012136404 -0.9123598831877575 -0.8634096168059276 -0.8463072132541577 -0.9233539708005185 -0.9557673009342174 -0.9109680784635844 -0.9345807464369112 -0.8711307966772099 -0.814166066824194 -0.5838353431513013 -0.4168483003057386 -0.24836274570384886 -0.20230770314199567 -0.19930623264139913 -0.14102124065869134 -0.21267743228814717 -0.2990181272134492 -0.31871604652312463 -0.40799240719887664 -0.5090695497812657 -0.6607740690433413 -0.7508500687906599 -0.7948469267824673 -0.7794736493121005 -0.7839392513863861 -0.7961653672116388 -0.7845360204335781 -0.8512274946880267 -0.8884142058378768 -0.8650093776050123 -0.8734963688767445 -0.7759150075870713 -0.7165845832421186 -0.5249569988646698 -0.34744993349688 -0.19772513525826074 -0.14799415905772173 -0.14849078588905001 -0.17870930451820924 -0.21508646027072117 -0.2708999875049055 -0.32574420918706226 -0.4551056239771518 -0.5404540828628521 -0.7060203000660907 -0.7784285294534136 -0.8613160559430788 -0.8295324187630557 -0.8382641995277196 -0.8064944425801219 -0.8048049157977591 -0.8546773430491164 -0.8820482687549176 -0.8520045070573576 -0.8651411078742026 -0.7943382513917694 -0.7323264764212016 -0.575396947742899 -0.4631000736188781 -0.28610988675639837 -0.2194362125682959 -0.23061216733622555 -0.23862643776546166 -0.2759078986597217 -0.3083875849768572 -0.3872314187827266 -0.5776703063073401 -0.6632186934830149 -0.7870649228573439 -0.8702822472296339 -0.8756184296357015 -0.8373121660978122 -0.8396491568236631 -0.8407657715328873 -0.816254162258706 -0.8611387323904806 -0.9136445613887204 -0.8618538900063926 -0.8328442549101182 -0.781228828081519 -0.776050880331992 -0.6194608328153856 -0.4373169521189088 -0.2714743042210323 -0.21566748711396336 -0.21523977001478428 -0.19181901583944264 -0.2262340801003637 -0.2953778620389959 -0.35297765806081743 -0.48288860530238076 -0.5642309783438809 -0.6733656289052287 -0.8018666825844862 -0.8372062975634803 -0.7984948254795607 -0.7881979242692847 -0.7594507585819712 -0.7546765470360002 -0.8112753386168686 -0.807487204069826 -0.7582480795636071 -0.7620209418977744 -0.7654106162394546 -0.6966628006557689 -0.5460068392548081 -0.39843310964979445 -0.24568546010564088 -0.1974000442995958 -0.1508241414722373 -0.14198109901015496 -0.17607586774294576 -0.23686607632053353 -0.30086816979787795 -0.5014439394360599 -0.6926337091296392 -0.7951741185426643 -0.8805780296596768 -0.9057048503866957 -0.8494778255427514 -0.8628411086856416 -0.8313287102320769 -0.8259074545974467 -0.9036346898225737 -0.9420521605120842 -0.9057524520269712 -0.923477884656808 -0.8758684538952846 -0.8201722215577136 -0.7044427127388798 -0.5283337613307599 -0.29357826067673815 -0.2189062192241684 -0.2221472589445137 -0.21229216412401378 -0.2671981244637033 -0.3162492560053193 -0.38548553353458287 -0.6684010096495001 -0.70904918156351 -0.8100850640736247 -0.9004020459159305 -0.9302535195232822 -0.8904631390515114 -0.9046647875852148 -0.8647862112202495 -0.8527640135566119 -0.9292535025517212 -0.9708315095412586 -0.9269784428850738 -0.95753109425391 -0.8771852393492028 -0.7806259307402191 -0.6051044995663125 -0.4163966833176371 -0.2524738628872335 -0.20326536018996438 -0.2007346076080557 -0.14147568453606493 -0.18535870506886717 -0.26597362453313883 -0.29756194445334005 -0.49706665100315983 -0.582274219700508 -0.7049049946561102 -0.8218916051949153 -0.8783873850342013 -0.8305041170020505 -0.8354427391665878 -0.8013511737098187 -0.7940961114942148 -0.8650355849078136 -0.867458539259388 -0.8402092477900196 -0.8685446041530884 -0.7720096342665783 -0.6808338614912525 -0.5307664044487024 -0.3783613360757871 -0.23313779034462007 -0.1846300438404005 -0.19567119419311854 -0.139816918094473 -0.2250076031400208 -0.29795784250763313 -0.31974069675018696 -0.41133697883725223 -0.5766251890381473 -0.7324311202810794 -0.851534739776569 -0.8789857153916376 -0.8385363918912702 -0.8523646781486366 -0.8149882525349941 -0.8083135311896458 -0.8833698517792281 -0.9097070249677831 -0.8894470164807163 -0.905429951509058 -0.8461127495833674 -0.7777873030451409 -0.5919950593310094 -0.4371639091537701 -0.26994988202161935 -0.2058697984646739 -0.20894017593460484 -0.19142090840530118 -0.2295858580322874 -0.28407031787066866 -0.3410717548676834 -0.5243761419811467 -0.65294302545934 -0.7996566234450329 -0.8786634364060553 -0.8930815408183782 -0.8570010669509763 -0.8600796496597504 -0.8434935227061816 -0.8269814056051448 -0.8971056400699072 -0.9161615067395391 -0.8945067764591706 -0.9218634260686792 -0.8826832968889295 -0.8471723626761621 -0.6978387563070191 -0.5470947999192507 -0.3370291873353336 -0.26765229710276756 -0.2691353501996983 -0.2547352518492863 -0.33350569519522194 -0.34989185632845027 -0.4203751217930951 -0.5958048106551173 -0.6823473903511925 -0.8117434814242566 -0.8787328654382185 -0.8922373332898155 -0.8681142356591297 -0.8738920122565025 -0.8717058753397676 -0.8537567456463498 -0.9250822941604459 -0.954594102203673 -0.9094204472638312 -0.8953461080924561 -0.8391904782184277 -0.8883030768800059 -0.756280710458507 -0.6071625502109687 -0.43458198494935457 -0.3189751428846352 -0.32052750814802866 -0.30353591241241834 -0.41911715826021856 -0.4837666184980154 -0.5555069408415765 -0.6131165079374096 -0.6502642518624729 -0.7176768713417159 -0.8656331837049649 -0.8955124871939883 -0.8375088657925785 -0.8254349015277396 -0.8059998629283933 -0.8064577718999687 -0.8983406208555825 -0.8539738756639035 -0.7946234291339277 -0.8024787057149098 -0.809115883147211 -0.8192213544220659 -0.6996940116777166 -0.5711781634660428 -0.40285805863678864 -0.3152718820792851 -0.3019326068848642 -0.29855832548761535 -0.3870504381975093 -0.42060573665312 -0.4999769596138288 -0.7085191970540944 -0.7417247990893421 -0.8386917364848027 -0.9135918744661019 -0.933200527734781 -0.8943414522201761 -0.9064248571614454 -0.8607485156342681 -0.8329954348266745 -0.9402200660732818 -0.9426840447989571 -0.9322681855255806 -0.9675008453036554 -0.9004879697675747 -0.8541476591067068 -0.7178142288275525 -0.5653053271294192 -0.3082023581898516 -0.250457926207839 -0.2476936713156642 -0.23015045177850232 -0.27879311928293626 -0.32063260363345697 -0.39281071096921705 -0.6724298504526699 -0.7110861368643919 -0.8607855804001789 -0.8999374384853064 -0.9083897241849828 -0.8503053764869238 -0.8799541673249747 -0.8421823606999683 -0.8316263667765265 -0.9382183693721524 -0.9508540951981364 -0.9155010547236851 -0.9405560361048657 -0.8882188133392199 -0.8561516361406928 -0.7170788675389583 -0.5694109886721102 -0.3382690619474777 -0.27307730140245123 -0.2822831862568992 -0.27852875268784255 -0.36053139214418156 -0.37867356116817313 -0.449978724362113 -0.693559989201777 -0.7365293350591857 -0.8438176625906734 -0.931993556840294 -0.948265988521025 -0.9192898876423229 -0.9239782139197533 -0.8996817118531623 -0.8897567585389871 -0.9680658643245135 -0.9738135524583699 -0.9416781314815983 -0.9905674597050859 -0.9372928082028624 -0.8911335690013179 -0.7470735909777335 -0.5937272465293164 -0.41799283515939323 -0.32458741975007277 -0.32673138363343873 -0.316619761786091 -0.416459642052424 -0.47026976944982146 -0.5660171599673256 -0.7176941331528398 -0.7479986595370295 -0.8571883068392802 -0.9293133582214581 -0.9659299843676812 -0.9296127309461444 -0.9496130747832552 -0.9177930707953895 -0.8946896138631302 -0.9817869805129762 -0.9568366658693152 -0.9505074255123254 -1.0 -0.9507942464904058 -0.9310052393751219 -0.776158410485549 -0.6189655061494387 -0.44763178628250405 -0.3587194956323584 -0.3653233932215252 -0.356710721438059 -0.42961915562644976 -0.5049361158560329 -0.5609845006053827 -0.7198970051440504 -0.7612365189549141 -0.8662437710588561 -0.9455837120037642 -0.9442428817244657 -0.9133384612019757 -0.9263884022989286 -0.883163867113248 -0.882427013853815 -0.9390540920093706 -0.9748613934204463 -0.9374665145718529 -0.9832899020258985 -0.9446600885253871 -0.8834809350499498 -0.7235165570285833 -0.5962293147032327 -0.44118100968960317 -0.3170063862696676 -0.32034366154719873 -0.3158363939645508 -0.39167798631787953 -0.382754792686266 -0.4590300552560204 -0.6013737318531435 -0.6919618658981339 -0.7828697366952092 -0.8851927985261528 -0.8811514576385562 -0.8402898359605945 -0.8150265371553104 -0.7835817015158257 -0.7852152300535173 -0.8436736113478294 -0.8953233311450122 -0.8540286949479186 -0.8200828307744176 -0.7847809199291916 -0.8241034169205171 -0.7076007334779632 -0.5772397021962845 -0.3374613539733268 -0.2780030559465199 -0.2810083753590293 -0.26789788765773564 -0.31045888851432085 -0.38787545630662107 -0.4051196340068979 -0.5629231843171638 -0.5773608066626492 -0.6561077074791036 -0.7788720360589386 -0.8307850956845876 -0.7956322696645132 -0.7916335621188436 -0.74872762610574 -0.7588684289077308 -0.8207435008797506 -0.8126323150605071 -0.765598283822664 -0.7793785252019911 -0.7917568620240708 -0.8015871900696183 -0.6793035990862489 -0.550862749452423 -0.2801744291070431 -0.21410963036323172 -0.2115678219147775 -0.20003827067701152 -0.23067526020698986 -0.2887243720332945 -0.34589457226831916 -0.5593222499680816 -0.6529004989064158 -0.7986542448690198 -0.8776003593742743 -0.893170823830674 -0.8503635311909544 -0.8587971333562964 -0.8224341572484771 -0.8098749184044514 -0.9011347905160085 -0.9181134017729194 -0.8766327751955059 -0.9080800327551396 -0.8582657124444467 -0.8253157617966503 -0.6829501777743883 -0.46426624799725486 -0.2711378468554362 -0.20794504609949932 -0.20362504801032724 -0.19125077275174748 -0.2237628889972898 -0.2835526463503701 -0.3452315039678153 -0.4971491747193213 -0.6391729161639462 -0.7876749411281254 -0.8815184253943528 -0.8887642055411943 -0.843414775139932 -0.8581692373772016 -0.821932883268569 -0.8187720603600261 -0.8929768725594822 -0.9128441490326556 -0.8955018633288742 -0.9195467014006303 -0.8777409628871451 -0.8465959008277232 -0.7131331209970464 -0.5254170234667714 -0.3054549224115648 -0.24888696643626268 -0.24854628808308535 -0.2278816606794788 -0.2869907569572267 -0.31643635132576614 -0.38779688224980235 -0.6329024016010398 -0.7031704136903566 -0.8068819736531359 -0.8975105143773846 -0.9286882267363311 -0.9005753251794261 -0.902907371592411 -0.8661176490556648 -0.8538835660625883 -0.9453860913039752 -0.9555160415891562 -0.9022169194040104 -0.9209250802013091 -0.9057309437867184 -0.8444519131293574 -0.7096442805336365 -0.564149450454715 -0.3574220719316386 -0.26733138141252716 -0.2941675637844573 -0.28440176480465257 -0.35081106753081814 -0.36838376070710116 -0.45123031897900245 -0.682419320227161 -0.7249431026525089 -0.8346091103342175 -0.9016931747275186 -0.9361858657200948 -0.9186947139579348 -0.9216882536083774 -0.8575893057457317 -0.8235407632510411 -0.9220845803499086 -0.9687717341804005 -0.9522898373166342 -0.9162458154029628 -0.8920300491858624 -0.8446773658817162 -0.7075097088230592 -0.5625199741571937 -0.3639860738332898 -0.2760373986303502 -0.2791530178019254 -0.26002639593752563 -0.3315394242700262 -0.3623666217270162 -0.44300662445755307 -0.6816191907917393 -0.7076873115012347 -0.7886609329607688 -0.8854718387815587 -0.9114287794203306 -0.8782460313814636 -0.8783485645153902 -0.8714592196417381 -0.8572708723919876 -0.9210368128619874 -0.9620797309868443 -0.9120107535960426 -0.9378184796748137 -0.8975893234029023 -0.8525586870047169 -0.7072327851888538 -0.5795051105342992 -0.37398900413754504 -0.2870828720126272 -0.3021250244564996 -0.29392522300622537 -0.39158243109813845 -0.3800929118080197 -0.45546609114531506 -0.607324571619289 -0.6763781406547565 -0.7922522140458206 -0.8686714256170308 -0.9459048995110205 -0.8668781322324492 -0.8519205405406252 -0.8274168057178115 -0.8222991780981789 -0.8805556607390667 -0.9289251520554507 -0.8767419835327623 -0.8474147063285795 -0.8018209881987214 -0.8412811161933029 -0.712040645946228 -0.5690751317338472 -0.3319028412726053 -0.24944086697833062 -0.26645707781309796 -0.289126935793037 -0.31882525149741076 -0.4053532439679749 -0.4169287769756034 -0.5077307130399997 -0.6289749994936858 -0.6805575379352938 -0.8093954132181871 -0.8426727619341422 -0.8172058730831191 -0.8135893054651236 -0.773849937421191 -0.7605482141284767 -0.8243256952379608 -0.8429180366096886 -0.7839280122037764 -0.7865044506208202 -0.8030616946030641 -0.8101525040567826 -0.6895595001884021 -0.542938277302088 -0.30150026707934047 -0.24232179831722847 -0.2466855685641132 -0.23243319587171415 -0.2774227892615934 -0.3136011848170759 -0.37993645256488207 -0.6119018545300315 -0.700131282776073 -0.8077524230067351 -0.8808952529181123 -0.887481704674834 -0.8545940448732153 -0.862476168792493 -0.8332716724084339 -0.8310156743964396 -0.911305906218565 -0.9570877193848835 -0.9261641502686656 -0.9557621732124643 -0.9180840698371228 -0.8625327289095539 -0.7154562477116277 -0.5589125080384734 -0.2858154595011473 -0.2330034872927421 -0.2046420135711831 -0.14384470343833985 -0.21969471087562784 -0.29864665170788474 -0.3273537692154469 -0.4115962223948592 -0.5514148880556402 -0.7042744741675501 -0.8357030035247912 -0.8374283015912278 -0.8334071932169068 -0.8358971232295556 -0.809711119741264 -0.8016898988452847 -0.8705304396277416 -0.9020501182243497 -0.8602297780679274 -0.8767789876981072 -0.7972973325482081 -0.6940855500272275 -0.5515525095756673 -0.39126462042978066 -0.2383883262300505 -0.1825305536285897 -0.14986967182675057 -0.14125068855187442 -0.21023227786030924 -0.27027326366595517 -0.3515034332722476 -0.4717051974094502 -0.5847123215848795 -0.7141055331170795 -0.8361050663477273 -0.8489326060622335 -0.8279656284439734 -0.848088000555553 -0.8066698616385286 -0.8011230083179911 -0.8687475644837339 -0.9002687969109318 -0.8735966629926368 -0.8810337144406781 -0.7787071591891757 -0.7070178168140927 -0.5401890251061972 -0.3558294608359216 -0.18318773411564132 -0.17311375617625901 -0.18719176515312594 -0.17496485684886254 -0.2201062860901078 -0.2958972564652927 -0.3540139230576171 -0.409835976198945 -0.5665332065696342 -0.7783852423737007 -0.862431475194398 -0.8814308943956631 -0.8401496363622489 -0.8527230747001516 -0.8161731974332186 -0.8122788952856378 -0.8769981757460483 -0.9033587407054023 -0.8810441920742479 -0.8954277047270772 -0.8628233142585061 -0.7839845803810367 -0.5636423347351139 -0.3783553262289189 -0.2490089870375385 -0.1472973500748521 -0.17869878708656575 -0.14169290923138597 -0.2223751070095359 -0.2657525340589442 -0.3552996982555624 -0.4573417087721038 -0.6124533096311178 -0.792035571908732 -0.8829810473199773 -0.8842040589249726 -0.8440069450160712 -0.8580748821882132 -0.8116828569029402 -0.8151915514547347 -0.886664366719473 -0.9136030536903799 -0.8922448902186775 -0.9143629127214716 -0.9165294366905047 -0.7915039175439954 -0.6171956230571798 -0.45194808925328167 -0.2747526185316795 -0.2115198797419 -0.21148867187554896 -0.19623588627533978 -0.23165349287835907 -0.2793171850912727 -0.34314881399005254 -0.4572716285544646 -0.6205536515850569 -0.7945067233977708 -0.8729615196193251 -0.8493243185351385 -0.8217466705587706 -0.8195903515054722 -0.7858085955912876 -0.7794681595273266 -0.8417421547856837 -0.8968483098631184 -0.8498510596758738 -0.8250488970870897 -0.8404531304069975 -0.8134330630748154 -0.6720361017434858 -0.4904913124125061 -0.29559618852929764 -0.2390990631447305 -0.2386624343814785 -0.23043176263904921 -0.2774819916547064 -0.34277778558353306 -0.395447675638076 -0.46358182398199715 -0.5494954879004988 -0.6660070415655024 -0.806797688854345 -0.8417894426388629 -0.8019936170508664 -0.8024062468962077 -0.770394263785178 -0.767360976948194 -0.8219895543567587 -0.8366907851012364 -0.777252592272353 -0.7877208892932218 -0.8461304365857533 -0.8112737162260591 -0.6670588136107215 -0.5233785593308032 -0.31132130552961756 -0.2573068791406445 -0.2752461569916695 -0.2589787272222054 -0.3191963677691157 -0.35354448756629914 -0.4262772610224503 -0.6723460035672472 -0.7055071970785372 -0.8063143206363301 -0.8939281214286391 -0.9089854301475321 -0.8809919844307016 -0.8817679920931084 -0.8376505912122053 -0.8405448951411606 -0.9101792629346892 -0.9346295587639215 -0.9073148798151549 -0.9371727054743512 -0.9412777832778199 -0.8505322643119425 -0.7118435880667661 -0.5666003921237791 -0.32997073643506825 -0.2656494229532785 -0.28019441720336075 -0.27199734583936597 -0.33759065928986204 -0.3717498676333226 -0.4174187909286997 -0.6697738003467114 -0.6994448670230445 -0.8006910141101959 -0.881858552651833 -0.8890442996777689 -0.8481717649008477 -0.8570491581966244 -0.8152522097473026 -0.8208163103067925 -0.8878171138424997 -0.9192459414256622 -0.8916806853984168 -0.9050398476027406 -0.9166426108028726 -0.8202981454662654 -0.6430728087885631 -0.45489851258167047 -0.2688072520463364 -0.2132851471014891 -0.20973361057275747 -0.20150340654762633 -0.242010288686476 -0.2832435889697039 -0.35432452162400635 -0.5448047505323299 -0.6702039972235597 -0.7985071729917855 -0.8838718262589691 -0.9128646321706045 -0.8587891460356172 -0.8759248282563618 -0.8296457680004656 -0.8227141519507412 -0.9109848527647261 -0.9220189472367819 -0.8938015998950869 -0.9293445260175752 -0.9214908520953466 -0.8449069313774488 -0.6214582698103537 -0.43964657000723917 -0.25454740246126495 -0.21097078377764983 -0.20741170525244576 -0.1975002019192383 -0.2394242614961378 -0.29149573352402164 -0.3508410575461241 -0.5751131419843475 -0.6838006162139703 -0.8204317171605224 -0.9100887814145805 -0.9352973851995036 -0.9211799263597773 -0.8940280411668229 -0.8520652632347517 -0.845242793241971 -0.9173810565219511 -0.9396691629646008 -0.9272815808396222 -0.9393952065304154 -0.9333890421448879 -0.8588384822895314 -0.7245373582959533 -0.5771970236396538 -0.4391336712311107 -0.28924155771344845 -0.25477315799090006 -0.21846354638013182 -0.27176669558905425 -0.3016119891242496 -0.360114440391648 -0.538872802227487 -0.5937386489823814 -0.7238393218875051 -0.8238721919495416 -0.8758046098301673 -0.838607002229598 -0.8511607442527005 -0.8196735706314063 -0.8127183867692833 -0.8812904094100039 -0.9049542100181213 -0.8778061060585454 -0.8847793530194682 -0.8434757519634654 -0.7209803706704538 -0.5527416328038561 -0.396899776703133 -0.25056174190158603 -0.14926426772934642 -0.14942514705202972 -0.14026008938255272 -0.1739452582278495 -0.24704808978678766 -0.30925156695364525 -0.3686623451691058 -0.509636061047858 -0.6786970250052775 -0.8343853414793753 -0.8240184523923216 -0.8101073279563384 -0.805707659934144 -0.7777741086423208 -0.7745684312178702 -0.8301638990099492 -0.8961244227060002 -0.8373564079947894 -0.7529373997257918 -0.6951216751060596 -0.6488177344941997 -0.5143267891686473 -0.37847313487010226 -0.2392570302839642 -0.20143753942041265 -0.15320875558553057 -0.18887000207082377 -0.22034486676751913 -0.2893003237337232 -0.35039885491025535 -0.41719828271061105 -0.5225679321578625 -0.6499401319531759 -0.8011826681564026 -0.8644790640057247 -0.8585390723622531 -0.8688898570134685 -0.8259421700435333 -0.8308765412816447 -0.9149365631476847 -0.8776002616789812 -0.8113922303433325 -0.8209132616455855 -0.8775284660502438 -0.8389199219406416 -0.7115328970081118 -0.5809290609068528 -0.41923483471833317 -0.31791669853062837 -0.3168799401658138 -0.3103973162953866 -0.40219187566174 -0.4275068125780293 -0.5082196247639985 -0.7145297406500951 -0.7519523748852683 -0.8478682567541871 -0.9252476215717418 -0.9423435477578007 -0.9067325672938439 -0.8892545965107473 -0.8854499023106162 -0.867357538364397 -0.9372495561082038 -0.9751209430473512 -0.9386200129277079 -0.9771696428821782 -0.9670164556275431 -0.8817105344219722 -0.7292261000593896 -0.5841708413481086 -0.4013313368818737 -0.30484697203665717 -0.32025260400871686 -0.32155773925060294 -0.4084059747023193 -0.4076892545815518 -0.4676529030451588 -0.701352276425426 -0.744125552985188 -0.8577859682652312 -0.9404224776176369 -0.9503489300463841 -0.9171708029865068 -0.9296260735180629 -0.8837964282543319 -0.848661023325717 -0.9040764168652727 -0.9059777036735721 -0.8608367659250731 -0.889686943417779 -0.9132937966155742 -0.8352962327876945 -0.6680650615478444 -0.4795198578095195 -0.27707315748379907 -0.21902293924771485 -0.2206990366607385 -0.20520026068841954 -0.24057590706852594 -0.29101185519067063 -0.345659401836871 -0.4802364836006472 -0.5953055709936376 -0.7271668249004092 -0.8610359355785829 -0.8757073323665229 -0.8434423057087389 -0.8502306768349972 -0.8120697446478848 -0.8137048790308522 -0.8759699941940327 -0.9073743183056838 -0.8790861956251872 -0.8962727923741455 -0.9098839515840228 -0.774453715201681 -0.6011578834792548 -0.41407790898039676 -0.24650472060545517 -0.20045655044305075 -0.1499602564408149 -0.14138636052372355 -0.1840172226830955 -0.25921603292057216 -0.32501501789997017 -0.4100102407029876 -0.5841378349012532 -0.7976298506270714 -0.8735353767145769 -0.886173727238421 -0.8515648393838409 -0.8514116979617878 -0.8183701038894992 -0.8202994560213381 -0.8858442079490014 -0.9172561068983728 -0.8816349986090583 -0.8892727865427466 -0.8863450825623651 -0.7584964518998625 -0.5743133621904127 -0.41235418499165083 -0.2672122289178337 -0.20556254283275632 -0.20491147347593422 -0.19692219002671696 -0.23208374454646624 -0.2827980972592321 -0.3490545724127827 -0.5453800178511136 -0.6907759708743832 -0.8130584590421795 -0.8917961108852052 -0.9103059344246321 -0.8891892726239574 -0.9026907764650209 -0.8610875523699826 -0.8631269973547951 -0.9279820132371909 -0.9542267577709913 -0.9199466565526477 -0.9326011277244785 -0.9222082489461335 -0.8470733956656931 -0.6892525801570334 -0.5391581567412539 -0.3186418257058201 -0.24630493262653455 -0.24556805146716504 -0.24890937925932372 -0.3088998897114037 -0.3337990868916462 -0.36181303265517706 -0.4759828309501477 -0.6121471605142071 -0.7527439451427205 -0.8397624851935395 -0.8292447656941466 -0.8170245278548369 -0.80969966850465 -0.7768514540177007 -0.7659179386283054 -0.8139581957622807 -0.8788847037264925 -0.7996091017468979 -0.7459565470414441 -0.7349357153386743 -0.700501270493237 -0.5727180729615825 -0.4383092500497832 -0.2612592075825094 -0.21425005201988795 -0.21182376726284138 -0.18972521797696135 -0.22137423523006386 -0.24011154031982954 -0.387482759767731 -0.373150590144609 -0.44408865936867997 -0.5594393097766516 -0.737197755601802 -0.7717234554407505 -0.7474181428190569 -0.7758568272959965 -0.7426775847233306 -0.6834330797390502 -0.736162175317731 -0.7415823413637855 -0.6735845125644753 -0.6518327363944104 -0.7039355301336031 -0.6689710641794645 -0.5325585723743653 -0.40223028420864543 -0.2454484464471379 -0.20167923659312242 -0.1992263685251627 -0.18921572917698432 -0.22183970478355175 -0.23550678784963325 -0.35220305578504335 -0.4681401264023171 -0.5328149404422571 -0.6520276374310348 -0.7478147019321785 -0.7586542027569171 -0.7569070135804512 -0.7984397146585973 -0.7134356729719719 -0.7527484142982284 -0.8093637750831446 -0.833885859338866 -0.8046078465107199 -0.8100711019894161 -0.7794917145984309 -0.6983893860717093 -0.5278259521388993 -0.3574668471102179 -0.23561613812387794 -0.14563388551237336 -0.14731582194111786 -0.1394149789580874 -0.1782450764894912 -0.23534507400760732 -0.34327509244436344 -0.4546347344907865 -0.5329024758076382 -0.6704217542719111 -0.7775901437937927 -0.8091122857396873 -0.8181395199820766 -0.8286529852268997 -0.7888685345961379 -0.8028992807717127 -0.8513172423191067 -0.8809414694233624 -0.8613141419573904 -0.8340895161520597 -0.784979948112195 -0.7014946136494741 -0.522107696087172 -0.34415052026241066 -0.18290925222058657 -0.1451279415811224 -0.17775413318948663 -0.17714686549182085 -0.2161647169102281 -0.2588847885665847 -0.3372166169117811 -0.4087860880867322 -0.5347496575721974 -0.6826828920287519 -0.8218369857390154 -0.8614733107895235 -0.824369672329276 -0.841852127551998 -0.8017704362351731 -0.7999791268779547 -0.8501311376706784 -0.872610014361538 -0.8555296050493769 -0.8665733356748149 -0.842373251621308 -0.7143643262104179 -0.5391414639041826 -0.38938762477642186 -0.24040722110151316 -0.20193599285859795 -0.20370695752216253 -0.19517993197266983 -0.2343205738693274 -0.28643558550900367 -0.39443462093810616 -0.4556300018644476 -0.4907722844862878 -0.5915614458459115 -0.687416717718123 -0.8458361119145679 -0.8350759223027289 -0.8556605794810234 -0.8146521197162702 -0.8087701925443815 -0.8777871680213654 -0.8944388956468565 -0.8737723209371868 -0.8945940591062734 -0.9092642732150199 -0.8348775977892938 -0.7010384058161245 -0.538173147055209 -0.3250731093340555 -0.2472809736833305 -0.2441956466859964 -0.2356127608520052 -0.3130026684065348 -0.35226388695281724 -0.4553145077099893 -0.6667331879167575 -0.694377852622636 -0.7895631429204489 -0.8750677842687866 -0.8949630830888772 -0.8614311724103549 -0.8703026793995421 -0.8514725499093979 -0.8269751605870357 -0.9013740001102172 -0.9224355987247908 -0.8842337742168206 -0.9402117900490718 -0.9210252760513997 -0.8395320372817228 -0.702731624137087 -0.5716053095149856 -0.3361335865895872 -0.25280659679365813 -0.2530462207491707 -0.24950774233061696 -0.31184103092088444 -0.333846304659751 -0.4486628747226254 -0.5809207269706947 -0.6617395540638333 -0.8111271033957502 -0.8806204388799662 -0.8942199138702556 -0.8570673507548752 -0.8490467137761358 -0.825239688729922 -0.8176830392781702 -0.8294108172891254 -0.93147349032283 -0.8801139569950527 -0.8401556722313088 -0.8314627034603015 -0.8242833899302814 -0.7131926605219495 -0.5851773375621562 -0.36126825122828177 -0.26825709987317353 -0.2552893720136218 -0.22523726921422643 -0.25573127318360245 -0.3302277470394569 -0.4228728508868714 -0.45555030673457236 -0.5253882400975638 -0.6364060238372548 -0.791619050798048 -0.8373298089952886 -0.7900450169591114 -0.790294965098809 -0.7601248608386638 -0.7671906218517388 -0.8194992748513166 -0.814968350488323 -0.7663417962765314 -0.7724220773902316 -0.8307232414772201 -0.8052604070256801 -0.65107937916817 -0.5240970745714324 -0.3260473770473565 -0.27484345661726384 -0.2735699339303931 -0.2644996901976333 -0.3369224560193388 -0.3452284135627408 -0.437784691305235 -0.6227082573219375 -0.6929553218251622 -0.7989130924449698 -0.8749063790733296 -0.8970093834057513 -0.8735925058277051 -0.8951742755542067 -0.8393025508443178 -0.840783994685519 -0.9028193986394745 -0.9105202298364407 -0.9000368913713892 -0.9391061090126525 -0.9306380641060045 -0.8448879529306738 -0.7026700350855105 -0.5353175900778893 -0.25799318424659995 -0.20742251572774853 -0.20171589816846358 -0.19086480464980332 -0.2265635019069803 -0.28170525155335957 -0.3387509240924339 -0.40824225885999676 -0.5362590280871686 -0.6406506852333437 -0.7648256278290738 -0.7669820470159883 -0.8241217697094426 -0.8302976372614252 -0.7968917775034849 -0.7861535106785411 -0.8582104582526137 -0.888497077911559 -0.8781743026904297 -0.9139755471344071 -0.9167150908455818 -0.8359613299071879 -0.6998502549039974 -0.5293211754185078 -0.30576312269976835 -0.24760909086167926 -0.2509172898012496 -0.2430409890120933 -0.3032058533836268 -0.331691495263871 -0.4473676532291642 -0.6644287902847461 -0.6920768563669076 -0.7870706227833508 -0.8535162643791552 -0.8641841238454985 -0.8294616312390355 -0.8323861324232987 -0.8000873354839966 -0.7937793297967763 -0.7787843525747363 -0.6897603323627275 -0.6047335143274699 -0.6372292770236502 -0.692169300755645 -0.579623279708618 -0.468964974906615 -0.3304246598600155 -0.18059987829492907 -0.14531589216539695 -0.17820456534277554 -0.17706515744182139 -0.2187723893087039 -0.29628428256024586 -0.40053454467339616 -0.47797457785242153 -0.4359548742768827 -0.5251209989579076 -0.5930400193476913 -0.6472409840604353 -0.6420775844455726 -0.6537251160374291 -0.6468604944580928 -0.6316156615314782 -0.6922089985149095 -0.7022194723524043 -0.6534146972732453 -0.6283390532631756 -0.6452649021303721 -0.5694306858327333 -0.43537437035569343 -0.305971820906817 -0.1954568372467294 -0.18850515251386823 -0.19219217140448014 -0.1867353154116703 -0.226059975005021 -0.2348787309689729 -0.3429578189767861 -0.4216345151209266 -0.4430661531866024 -0.5778006583561639 -0.6975811904229388 -0.7309802564000869 -0.6940898415498179 -0.7320092620372628 -0.6887175818725039 -0.6984306229620928 -0.7741161415313488 -0.7749328460007948 -0.7051616571792448 -0.6994169453766866 -0.6942925188832461 -0.5704917429431252 -0.44417084625775693 -0.34278610453902686 -0.24828227945913045 -0.19307985329134772 -0.19372447640880952 -0.1963471674420137 -0.20630829566767414 -0.2689574851327573 -0.3874740538506661 -0.3960502172656723 -0.3963864485440605 -0.5679437773019967 -0.6802704896233109 -0.6875688031727919 -0.6323759695422572 -0.67026510705558 -0.6399899325891587 -0.6079009614307309 -0.7114366355922165 -0.7449838608676748 -0.6830065194120696 -0.6036001873573738 -0.5678833303872721 -0.5606271036649639 -0.5049096537692178 -0.380955924000104 -0.22715580208548383 -0.17061662319895912 -0.17816583030175354 -0.16850186524457988 -0.20627525598608468 -0.27945777550057 -0.382039524192951 -0.3849611847824501 -0.43893367338438743 -0.4651901015004817 -0.6753088084984733 -0.7441192050861963 -0.6727542774201802 -0.7045176286574133 -0.6464316656499863 -0.6370708783679412 -0.676143413563573 -0.704699370115358 -0.6033893212274265 -0.5824944986781225 -0.5621350647312338 -0.5378675138589017 -0.4439778295975041 -0.3680434728672925 -0.21539039967149662 -0.17003565278029542 -0.17953351553571326 -0.14801423382680617 -0.21800845802401786 -0.2519557736683162 -0.356825701217027 -0.4847277575198105 -0.4996431890199848 -0.6323837465673523 -0.7320283881741841 -0.78365267868532 -0.7519600974677745 -0.7630273220457335 -0.6829230054510409 -0.7054981987720403 -0.7476470177875458 -0.7886443613318264 -0.7128288805666168 -0.627068105699539 -0.6816662390759521 -0.6193452687906661 -0.5027246438043145 -0.380445670974698 -0.211468966886332 -0.1451828147694917 -0.15957025968000188 -0.19022953425040748 -0.20817857298923736 -0.2400408808533396 -0.33802867656845137 -0.4739548096459377 -0.5209351460934828 -0.5778284073317685 -0.7128356749585374 -0.7531614066130781 -0.7288007176120677 -0.7595600270076885 -0.7154889557704659 -0.7162446151612483 -0.80273989558974 -0.8182127678116994 -0.7396546983515889 -0.6997857278044126 -0.6507103036474664 -0.6236265385758308 -0.4757773390910771 -0.36671784575455857 -0.20667074955732626 -0.16129519518956095 -0.16114800119692563 -0.14062956179204503 -0.20356994555472496 -0.25339530430230706 -0.3538979037955132 -0.46634452370224233 -0.517410208265942 -0.5789829544488118 -0.6959384365484816 -0.7606233121948555 -0.7517201822313979 -0.7281181110557021 -0.6371080339880786 -0.6342947217906062 -0.7091725367800609 -0.7194451116522429 -0.7119584309122606 -0.7126616800814803 -0.6900662366856734 -0.6208324752924508 -0.48611995134421176 -0.3437960071670335 -0.23623375289710044 -0.1934071138273398 -0.19701633543954883 -0.18341630744818416 -0.18242948402349551 -0.2749628992636353 -0.3617335630216028 -0.4150184419177202 -0.443160801898931 -0.5933617873297029 -0.7059692958048135 -0.7449936565221903 -0.7193047310113927 -0.8165345708136883 -0.7337604851467908 -0.7574089574801561 -0.8220209838946032 -0.854782996785079 -0.8117263027368218 -0.804439245310016 -0.7942321506145065 -0.7101989799875378 -0.5692575900456817 -0.3913254455676127 -0.26226708644866287 -0.21070283834722636 -0.21055094865958232 -0.19454257586427892 -0.2394795709359914 -0.29728746862297745 -0.40204722963813283 -0.5309570886474976 -0.6025763347932467 -0.7492572147664192 -0.8546372788027939 -0.8729250734605764 -0.8323046807974674 -0.8389795803995027 -0.8056511739118032 -0.809008986646319 -0.8669946228533346 -0.8788083119540298 -0.8512979792156353 -0.8762948835937774 -0.8608937855787373 -0.7734417515998865 -0.654018306389829 -0.44325599719173275 -0.30109016060071875 -0.22790084446614975 -0.2346653857893352 -0.20355233249057453 -0.23892627852025292 -0.2844562902078185 -0.3810912716051362 -0.3916450608156007 -0.5405551418448754 -0.6784285300424036 -0.8138991384236081 -0.8060578444300491 -0.8001218529536351 -0.773439690624522 -0.7643206252237401 -0.7227710281524392 -0.7758511397309058 -0.8291033736416509 -0.7192479312115443 -0.6463110085734725 -0.6148642108271857 -0.5578704942148431 -0.4842883921153959 -0.37115524720391907 -0.24155819978463075 -0.18407057091899598 -0.19494712642078968 -0.18050129787828673 -0.20318606551875953 -0.28375184041704427 -0.3657809706611932 -0.37236811532848707 -0.4090113708507291 -0.40900885715110175 -0.5846611772430929 -0.6501040338693113 -0.6258322148141569 -0.6341576219845204 -0.6016333418419924 -0.5968783391535176 -0.6693399116609516 -0.619526688446632 -0.5829284590014462 -0.5124099566911179 -0.5939137632704014 -0.5991177917400514 -0.4905310788423015 -0.36432017067068134 -0.23069039569113703 -0.14615678077523112 -0.18786752202192433 -0.15498119321236026 -0.2224870145288453 -0.29496353637892786 -0.3999317807241478 -0.4771491266544439 -0.49922338317523396 -0.5357598809027315 -0.6012472498295973 -0.674894873332624 -0.6427489392175263 -0.7085327808662356 -0.6631438280639973 -0.6876322565579357 -0.7404283881986331 -0.7843811556381147 -0.7306230583210092 -0.7293382112513734 -0.640395754543883 -0.5711505036869747 -0.4415976448147309 -0.3684210156135858 -0.22075701395065336 -0.1700299512486752 -0.159938131863895 -0.13793799338534765 -0.2150458724999255 -0.2676094482277603 -0.3967604348145173 -0.4861728903032353 -0.4408857227284663 -0.6731057914774088 -0.7632144719547543 -0.8319295770556803 -0.7922995490264996 -0.820545932034741 -0.777528286098824 -0.8034039446621464 -0.8229534892414101 -0.8292253271143231 -0.8111716095669136 -0.8733788739787107 -0.8092212484104907 -0.7299287845864205 -0.5384375207365036 -0.40265937234544535 -0.25046735699038164 -0.20943754985761703 -0.21192839299221344 -0.20415803866456445 -0.25069504347314714 -0.29925573588633453 -0.4079953807131655 -0.6320512114828765 -0.6968030024145172 -0.7866069243691087 -0.867483277423057 -0.8796739552036514 -0.8424695143047514 -0.8475666465134448 -0.8183280930273309 -0.8123039134733409 -0.8727467500881414 -0.8992254466908796 -0.8835828851431181 -0.9542090857951953 -0.9176412587642986 -0.8448363644300154 -0.7085711820469103 -0.565973433579141 -0.347587441221751 -0.26943501278218357 -0.28085635013762555 -0.26887590049114446 -0.3528828781648757 -0.36420524444278696 -0.48839037829817566 -0.6737349568940787 -0.7049982678652501 -0.7924517381869655 -0.8869297373634788 -0.8956963972497045 -0.8570806830154843 -0.8747186521954374 -0.8158368950399373 -0.8210035879926298 -0.8858309621181482 -0.9091586597409975 -0.8990784635358932 -0.9475843270308628 -0.9063890254546088 -0.8386747707885089 -0.69532330519576 -0.5358800425542338 -0.3184293963266853 -0.24321960344389615 -0.24347306400025326 -0.2251652129026951 -0.2815119208000707 -0.32003653051252384 -0.42692206768380925 -0.5982897598551983 -0.6874963832495621 -0.7889912946282949 -0.8978770424818933 -0.9137813865666508 -0.8898975406501302 -0.8989867661969196 -0.8516986883233333 -0.8371539375794529 -0.8878825054153775 -0.9092469282272332 -0.9078361589915649 -0.9984969711900469 -0.9492915916848681 -0.8633993691540023 -0.7087562401330221 -0.5814057205647879 -0.40561662968130696 -0.29540069236889765 -0.2938777098688339 -0.27835247699898824 -0.3313424911054469 -0.3537202942116555 -0.47704238368448054 -0.5884363270759376 -0.6687711798488507 -0.7959736955095856 -0.8608549834504227 -0.858768139568778 -0.8367014825416272 -0.8386402074348724 -0.7986567705273092 -0.7988490630565032 -0.8526108978455289 -0.9100712834077129 -0.8633701140445508 -0.8805001031871573 -0.8384943986463396 -0.839268719560317 -0.7169799204693748 -0.5904864820217711 -0.3528399420148667 -0.2796972702419376 -0.27468550043416945 -0.26915197877428204 -0.34110164620611516 -0.4507648856839179 -0.5335164811022993 -0.5920194042073572 -0.6381805856838614 -0.6847724805200315 -0.8041334006714298 -0.8515461356191105 -0.8013329805003563 -0.7962871041086875 -0.7614452431351139 -0.7461941048520022 -0.7941612194133549 -0.8058749900932403 -0.71859283791101 -0.7719157775745588 -0.6942938470549304 -0.6279100244079756 -0.47753523320085295 -0.34934032266529763 -0.1824319971342387 -0.19080242855355437 -0.14819102560135214 -0.1883019973053362 -0.19953570983261806 -0.28908462683806485 -0.3942707398983069 -0.47424439329291534 -0.4890524183300992 -0.6009818148380736 -0.6969683352413795 -0.7189794613239008 -0.7312752897722875 -0.7464875961652455 -0.6736764123949661 -0.6707391501820508 -0.7426534266894463 -0.787839833390992 -0.7518510474230319 -0.8277293400246851 -0.7561386150395264 -0.6389829221915445 -0.43603095283942733 -0.31665184201577273 -0.21745465137321288 -0.1437419845754768 -0.1735967840180212 -0.18924155091899483 -0.2163491656959714 -0.288914413801799 -0.3977117975239364 -0.48046397877302627 -0.43688653288364343 -0.5930158532753753 -0.7087383811144 -0.7496544581326282 -0.7487674484980285 -0.7721000042716915 -0.7364586473448125 -0.7799716839814534 -0.8023902107562296 -0.7949467469939975 -0.7477106764739139 -0.816356933577034 -0.769678922442518 -0.6694884676941247 -0.48945071195747214 -0.324180858985844 -0.18092430175522953 -0.17995022173256392 -0.1786405419721482 -0.17471306458978228 -0.21977566558285438 -0.29599550669221036 -0.35382504124678654 -0.4884117329328412 -0.44390225744936906 -0.6577909601974794 -0.7961259621650849 -0.8700627711668278 -0.8250361252863604 -0.8404135195824054 -0.8091424204603195 -0.80842458729939 -0.8711855308625109 -0.8827177919103527 -0.8642214958137227 -0.8669125385071609 -0.7828367531299595 -0.6699258560013439 -0.5027973130652719 -0.34629584928627805 -0.18366957718630608 -0.14618127476406656 -0.17837004189831474 -0.17801607014579734 -0.22601607815221833 -0.2645883329139234 -0.3964542318222276 -0.4718628233703755 -0.5049040102770519 -0.6882963360333839 -0.8638280638736882 -0.8729591664079965 -0.8390817611834187 -0.8532482514976135 -0.8153874900755667 -0.820837511365927 -0.8833361966768791 -0.9079803202636787 -0.8780805409445827 -0.9246587079601207 -0.89029971895592 -0.7278409212836386 -0.5434625536257695 -0.38512570365014853 -0.2438982220373072 -0.19210550125932552 -0.14972070825355346 -0.14070623495325318 -0.18667603954682857 -0.23710883079501663 -0.3558971119871177 -0.470807383195861 -0.48924071211990194 -0.6230453827237079 -0.781594687670781 -0.8719308557680858 -0.8272029008990618 -0.8395646186284355 -0.8127055798044704 -0.8059458117745213 -0.8650991644540638 -0.8754712419497095 -0.8427946312559944 -0.834550815539348 -0.7645413888128201 -0.6467690420290928 -0.49912947450814943 -0.3415991140258127 -0.24797741563374925 -0.14714869094782962 -0.14771043378642787 -0.13759085314682845 -0.17177571654984947 -0.25731749815405675 -0.3518812825657649 -0.34301789535455646 -0.3997279320583348 -0.5097922121609613 -0.6265299244047071 -0.6247365051591832 -0.658301104578213 -0.642806510820052 -0.5857567783981017 -0.6127439364138926 -0.6252208697056411 -0.6714258773629522 -0.6480409721908056 -0.6614910274807665 -0.624306323696665 -0.617792211939893 -0.49889311425951904 -0.37912490848624597 -0.24144176609622367 -0.2000351879419327 -0.20079848988224894 -0.19115555891576358 -0.2239706555443281 -0.29053273457122203 -0.38630341506822025 -0.36545904187309824 -0.4314316543143038 -0.5265346786050545 -0.6687608149831422 -0.7133772469321 -0.7403856960772873 -0.6905861168889349 -0.6641820471428135 -0.6533741022702825 -0.6710670741902107 -0.6863251485698993 -0.6272131122619099 -0.6643147423988754 -0.671175027216803 -0.6254845462845412 -0.5006519034724467 -0.37095850814808917 -0.22709679790864012 -0.14484069703651753 -0.1504364674433566 -0.14049566026556137 -0.1824574438430445 -0.28012431846910724 -0.35039751487209714 -0.4664369183514246 -0.48814879261890326 -0.7170815387713527 -0.8699520022012629 -0.8813034235589556 -0.85811223257478 -0.8685183174094855 -0.8281424295282818 -0.819775094447995 -0.8875017973494858 -0.9293632838007853 -0.8955039915317713 -0.9511918319590599 -0.9157928795407538 -0.8391223080897844 -0.699942917535562 -0.395477806700118 -0.23917258114696038 -0.19716419648913272 -0.20041638678399035 -0.1902147971119779 -0.22695777991712882 -0.28457951105856255 -0.38513828145882834 -0.45787066187631625 -0.5056599475911133 -0.6086708875647547 -0.7233830065555674 -0.8452426282041834 -0.8079834166473987 -0.8328113615706427 -0.7854975597058446 -0.7846133637437045 -0.8488557574688119 -0.8357351667511872 -0.773468693057165 -0.8211492812527846 -0.7684180255467699 -0.6965945435380095 -0.5627462573642134 -0.413482407627835 -0.24473096674772868 -0.19588473534261056 -0.19794443792642577 -0.1899569493628249 -0.22815130710610332 -0.2809669236279478 -0.3514500772978667 -0.457220155547927 -0.4917862098867533 -0.5946348523952499 -0.7481761481230241 -0.7618829591805732 -0.796771167051464 -0.8210062783445283 -0.7607865320742364 -0.7362745854697529 -0.7579464392869449 -0.6356911961880637 -0.6325513406082417 -0.7050560111098809 -0.6645672675519712 -0.601911880027639 -0.46046967447624826 -0.35061991724378605 -0.20804548753349944 -0.14427541483307774 -0.17692948397857838 -0.1887864922087388 -0.22757549377268035 -0.26446116729468866 -0.38517173013249223 -0.47871267352377417 -0.5122754084597945 -0.5939114176854141 -0.65852629358553 -0.668056850753454 -0.5777203372376176 -0.6265774033098779 -0.61405390866492 -0.6112312952026271 -0.6721913380531147 -0.7163887605857266 -0.7005158663702711 -0.7414950009813708 -0.707555344206555 -0.6172747531072847 -0.4887180660660884 -0.3722424316335848 -0.2278874515311171 -0.1834826281052774 -0.1935524953418425 -0.18653631374052598 -0.2217375289140143 -0.28875061386239076 -0.39750943225000257 -0.48758127572297627 -0.5180949040425823 -0.5949347763821288 -0.6464598849427582 -0.7031692209504515 -0.5864534004276276 -0.6837082265810827 -0.556351931402268 -0.5954989747032075 -0.5967963390834493 -0.6152518038375716 -0.6901907688325728 -0.7481051566454147 -0.7090163683708376 -0.6388803422740317 -0.5072628649984459 -0.38602077437582855 -0.23330895792377856 -0.17300649618519287 -0.16848157200196853 -0.13749142315487137 -0.21947793202797358 -0.25171460965640163 -0.3588119096070314 -0.39142800979677084 -0.4823650221280739 -0.5442094337865642 -0.6049174639988761 -0.5756276262586001 -0.6200156131345905 -0.6168885051444173 -0.5806724032688223 -0.5587463952712797 -0.606291762557004 -0.6666135803886054 -0.6410717912820526 -0.6607065297457599 -0.6049710308923575 -0.5513125170971976 -0.4339374265435695 -0.3483454314548056 -0.18940782232230363 -0.15005541706088668 -0.15162392391586618 -0.14243923847216253 -0.23025078582959835 -0.24912023364910518 -0.3360756393470341 -0.3291079313343306 -0.418141695418068 -0.4504991352745381 -0.5936291417402858 -0.6450451609558363 -0.5800903954601376 -0.5844230516104806 -0.48353998609107235 -0.47427077145694324 -0.5778196812281144 -0.5300048230725241 -0.51254836871128 -0.6016259084666508 -0.5868902613090475 -0.5397345029985153 -0.44160351717815716 -0.32286381244434187 -0.21508214908688808 -0.17893695351372102 -0.17223598249515842 -0.1560895439794769 -0.22679800193960828 -0.24302037830244824 -0.3629669279361955 -0.48723111390225443 -0.5398388609516265 -0.6099956126769444 -0.6591826466562453 -0.6929870547203948 -0.571846759381875 -0.6315490861000336 -0.5898184892252287 -0.6103091450613533 -0.6450418626749463 -0.6331005562197546 -0.6811331525257712 -0.7501082989653872 -0.690528025593177 -0.6352134681562119 -0.49963686809776836 -0.3546894490554459 -0.2070674168569293 -0.14494055265314923 -0.1720638515064175 -0.18758149696415408 -0.23135070941986222 -0.283034847705467 -0.37266164912380395 -0.45864777021594383 -0.522638199118456 -0.6061371075790426 -0.652890226717068 -0.6869685521101039 -0.6709221792178074 -0.7225416254300807 -0.699883124907635 -0.6996112265757596 -0.7263596661894757 -0.7317636750007014 -0.7461549247202081 -0.7840912203984611 -0.7378389462966163 -0.6506060109324121 -0.507833866749309 -0.3621413070342931 -0.2336253665290231 -0.19293951630395265 -0.17152035581014527 -0.17297803185730978 -0.21532617017538874 -0.26567817128843735 -0.40219371946432353 -0.4815073284692446 -0.5017383538114303 -0.5666273116524153 -0.5925984460177798 -0.7233738502310089 -0.6510958790808266 -0.6656451153086723 -0.5382797954055185 -0.6149994048680993 -0.6449604968900048 -0.6464483717316867 -0.6598638572340214 -0.7304009723724745 -0.702560628489589 -0.6272758994714872 -0.47437035186923127 -0.3380269249522225 -0.2271678672252361 -0.18474205065566082 -0.1756379630821993 -0.18765413898094224 -0.21916749694259574 -0.28727710283493085 -0.3654697920924791 -0.48453079601849847 -0.5144949731794242 -0.5623516576912202 -0.6765398642037205 -0.7325254081093366 -0.6923476289867747 -0.7187840652139559 -0.7019562893800544 -0.697807289695106 -0.7587470787423782 -0.7681953245657231 -0.7476414525150082 -0.7780351224347508 -0.7198897740446929 -0.6477755455094056 -0.5059474461330914 -0.3555891635578183 -0.2291017657639246 -0.17829332695620545 -0.19409615537088237 -0.18766896970514604 -0.2157073048740355 -0.2898074475512419 -0.39425974560777816 -0.4823768957195852 -0.5249977010957232 -0.5813316014084045 -0.6611510390635451 -0.711184054105945 -0.6683214990607702 -0.6687054846565837 -0.6155440233438272 -0.6218892746717591 -0.6612761459920558 -0.6688271576599512 -0.688751869947771 -0.7603349725281665 -0.6999442705100444 -0.6163228901146641 -0.5217098407559602 -0.3860868191348249 -0.20896517625541466 -0.15935079109814632 -0.158627004689204 -0.1358319184054425 -0.22133170936031243 -0.24008853273047856 -0.3646729370068069 -0.3954410185512567 -0.48387328695491544 -0.5894679868456146 -0.6450562668651751 -0.6449790204801835 -0.6236199701078744 -0.6387813844715065 -0.5843252613909132 -0.5805372209221548 -0.615838950844174 -0.6843695155072429 -0.657556081264529 -0.6625309905198687 -0.6213468892233218 -0.6169149970062944 -0.48968870732119124 -0.3703331037318179 -0.23094571569095165 -0.1916034099382923 -0.1982137594663724 -0.18921258446298578 -0.23570397713852634 -0.28122159693688525 -0.3971678742757383 -0.3730184341095054 -0.41599700258099076 -0.46006763983491183 -0.582100807019195 -0.6393250872250588 -0.6091526477336572 -0.607590433236689 -0.5570477979278532 -0.554378625861955 -0.6004644278293 -0.6091984967546781 -0.5748058624997409 -0.6166448615726234 -0.609063599283931 -0.5796338848343477 -0.4742172552986322 -0.3431516827818302 -0.21482575226560932 -0.1910309845143235 -0.14933957194362796 -0.14157784385803 -0.21397554972999466 -0.23887087517679734 -0.3387126125363264 -0.4205151990205612 -0.5225413313762913 -0.5994149604004303 -0.6663333296118377 -0.6887471136727605 -0.6497857195769148 -0.6705411530495201 -0.617268711727419 -0.5979946794492584 -0.6289290527311692 -0.6933659013045895 -0.6945077811823601 -0.7281645568840702 -0.712646824238137 -0.6372413163242927 -0.5032710486915978 -0.35578701061271 -0.22609394273866973 -0.17766835010527607 -0.18555330059431668 -0.1860606744043382 -0.2176939933973758 -0.26969546761274815 -0.39891144320915883 -0.47747425564870477 -0.5171104653303312 -0.5276040323992178 -0.6594168961490706 -0.714842221560547 -0.6852153076867814 -0.699423985034518 -0.6625615716691061 -0.6698339194860938 -0.7099501462973135 -0.7297855730017155 -0.6642654078493865 -0.6773453004740837 -0.6828526596677162 -0.6290202056415156 -0.4812834273373801 -0.3686030031381385 -0.22708089844667245 -0.17051992200624114 -0.1562885357465685 -0.17786479810821684 -0.21345571184104167 -0.2941492873145626 -0.38971651456091616 -0.48382581925678136 -0.509533084567545 -0.5806615047632943 -0.6961769703403786 -0.8046850657953909 -0.8221171203642731 -0.8274731721702664 -0.799678717894871 -0.7922845514260877 -0.8650599731936344 -0.8741507319245866 -0.778026202991372 -0.8060871531995473 -0.7215319722726502 -0.63351812232616 -0.5051595933161593 -0.3665985115156577 -0.23109754278952915 -0.14512183687833335 -0.14797389108990702 -0.1392995341741231 -0.1877452470785907 -0.2492656813657045 -0.3493410200485083 -0.41168049569080045 -0.4886653932374004 -0.5877546901147497 -0.7098046779296695 -0.7507817935465639 -0.6874975563915691 -0.6978649081246772 -0.687544036230676 -0.6873175767513785 -0.746732271036208 -0.7383921692884776 -0.7169820566632272 -0.7684581206795074 -0.7232733206107691 -0.6391149322587361 -0.43818330979099857 -0.31619288442388954 -0.23233844739496862 -0.16705063636373452 -0.170405222188019 -0.17429096992206988 -0.23318836734419787 -0.29879434591886816 -0.3415987014438938 -0.49383746942599593 -0.5359945889253205 -0.6062910507117851 -0.6712037915286981 -0.6974392423553677 -0.6441964971631869 -0.6687743207937067 -0.6316220085388278 -0.6080602564033223 -0.6681864095184541 -0.6964009224301508 -0.6973987949577962 -0.7616319756425024 -0.7014209168260988 -0.6457473221833125 -0.5033860517339703 -0.3731054586587869 -0.2422336397686094 -0.1545574162267386 -0.14668548317592156 -0.1631576880085206 -0.22590559488915896 -0.26426496759780893 -0.36813118816173707 -0.43328219349593916 -0.4726000928917595 -0.5785009099254729 -0.6474432228930626 -0.6571706022518018 -0.6221263769307863 -0.6181921535534189 -0.5908671776230893 -0.57414197971242 -0.6151138817919012 -0.6728292425033896 -0.6482080711890239 -0.6599872496620511 -0.6212632377929915 -0.6284063903832482 -0.5016904388771638 -0.33315327691168084 -0.2257220528761675 -0.19688143190883212 -0.1541894504059685 -0.14329896768504405 -0.19975612901474837 -0.2862508565465468 -0.3810064809018816 -0.4177845195320681 -0.43039331128006514 -0.45812245041495636 -0.5949128681856878 -0.6316617830592166 -0.6034754312048106 -0.6097108193096588 -0.5643902939424525 -0.5529907872971647 -0.5938866365027273 -0.5993703245954352 -0.6143881001730522 -0.6144232627142575 -0.6132503055649927 -0.603766666510534 -0.46980640157020465 -0.29646866928696847 -0.1812337534335518 -0.14533133219579306 -0.15018335172449135 -0.14231530848286475 -0.20763945197562986 -0.27296774347175795 -0.3950971370417526 -0.48008513781234974 -0.5114961834244875 -0.5945270671987264 -0.6716880981585677 -0.6849428651288488 -0.6464259890558685 -0.6433607944647401 -0.6159016584841033 -0.6014434814728328 -0.6519760213861435 -0.6884322452990889 -0.7382298768304294 -0.7717114679684431 -0.729666690411299 -0.6456167437044734 -0.4941792862746384 -0.30537812750699744 -0.18091342835884283 -0.14466190299387005 -0.1494619455955972 -0.1402602318565789 -0.19305098609073912 -0.2582135708914278 -0.3642571523117705 -0.4689823865362796 -0.5023859280530717 -0.5948892979785615 -0.6722003935245476 -0.6956756027091887 -0.6483823192769891 -0.6606068286270105 -0.6262757817250274 -0.6194708737764907 -0.679998307516554 -0.6910188080760333 -0.7302923714703374 -0.7656983091379044 -0.7319851624360757 -0.6579516028023019 -0.49896204326742505 -0.35036581354100044 -0.18155803199397896 -0.14482932747526056 -0.1496133485495622 -0.14076373772772488 -0.20632894696730197 -0.29642316939642804 -0.4082693096153881 -0.5100919738522478 -0.5063944728555945 -0.5966550009199371 -0.6688935339390056 -0.6892854652961934 -0.6593557768524176 -0.6630044971082605 -0.6196996993327544 -0.6253654516641306 -0.6626161229716501 -0.7080333794216951 -0.7517005048614813 -0.7554604673046771 -0.7042993744328505 -0.6383003519008066 -0.5001145039628444 -0.35765124638867435 -0.21237938391849837 -0.17425737354628235 -0.18412415487016603 -0.1919623931198702 -0.2167813649559823 -0.25309008894007223 -0.38980231197210347 -0.5251859413344339 -0.5147810044748101 -0.5969404765311241 -0.6690780033899459 -0.7134802404190315 -0.6554677144983413 -0.6455521334091018 -0.615183512148055 -0.6176187795302203 -0.670669290986852 -0.6996277969031571 -0.7484734699126612 -0.7368586065790802 -0.7108784819009669 -0.643479941465735 -0.5189112267676809 -0.36531489368160386 -0.21418422609833473 -0.16280145672903884 -0.17367340666179132 -0.1418155394347045 -0.21890130232473212 -0.27459244360683527 -0.36798788791052184 -0.5108617795996013 -0.5207653507223983 -0.6009852652722947 -0.6643588272280553 -0.6985500464444147 -0.6452810388557897 -0.6466759368713724 -0.6114060018601443 -0.6021611469751846 -0.6442116032624925 -0.6778102023139763 -0.7430180591003027 -0.7631016112750967 -0.7133511626215561 -0.6437156853402174 -0.5034832738188605 -0.3796928912076638 -0.21185992796909 -0.15159780109524693 -0.15991199989071334 -0.13771651952727484 -0.20858742664495009 -0.23526023861869008 -0.3400705652934417 -0.4513110469545081 -0.4844741798928884 -0.5539533330591822 -0.65334474451795 -0.6971492872290186 -0.7041725904318935 -0.723221791108019 -0.6738569439265507 -0.6775473051195763 -0.7215157206229961 -0.7375247591221809 -0.7207456164839648 -0.6459683995954371 -0.5577485915813365 -0.6285820824577973 -0.49890559618409747 -0.37003910687065283 -0.23581090708660313 -0.15018863558793116 -0.19610652344394428 -0.18807500176699135 -0.23282629845029712 -0.29509964490884105 -0.3374972033553338 -0.36443903178171166 -0.4320590878846403 -0.5049131283753147 -0.7267356413195765 -0.7670536618668942 -0.769141823906506 -0.7666195509248993 -0.7227017771494506 -0.7152837773266856 -0.7578282880743312 -0.7423551652817707 -0.6931406919025421 -0.6808795753158532 -0.676751203086935 -0.6699168656416434 -0.533021546886302 -0.4057497692449804 -0.2529534897968856 -0.20020585177344405 -0.20316893547685305 -0.19270504733497068 -0.22024163146948758 -0.2845753866345216 -0.38636246143867115 -0.5361073980991701 -0.5269784147166344 -0.6172439637640054 -0.6734986950223762 -0.6951325815387093 -0.6509215901840539 -0.6709021046780344 -0.6133077020954316 -0.6054205522915299 -0.6610891113045091 -0.6786686764339646 -0.7331836189624497 -0.7445452093751267 -0.7374748542163176 -0.6552435781419758 -0.5010619143750948 -0.35118834827566653 -0.18311393953023222 -0.14538790365038243 -0.14960807973451956 -0.14178505384405615 -0.19966660627604044 -0.2722566636230251 -0.3920443992588116 -0.5009918754952338 -0.5067706991305998 -0.6041172009122626 -0.6771491319032475 -0.6977714887579239 -0.6387210196024143 -0.6694647874183313 -0.6146490023025026 -0.6071940164899295 -0.6473574509865522 -0.6798800652034787 -0.7409823571169698 -0.751834257474656 -0.708127234253634 -0.6572667686780715 -0.4981976985372481 -0.32719895157594137 -0.21030876461705447 -0.16817934809336735 -0.1760064852328763 -0.1406894989901214 -0.22990258195470192 -0.25588995481545584 -0.3569126085668961 -0.5137800605835237 -0.5176152591375072 -0.602926805722012 -0.6789118666931803 -0.685784622744273 -0.6299016037766706 -0.5844360867332306 -0.6337652582490428 -0.6779548233183506 -0.7171210684303829 -0.7500970290052258 -0.7916789221966599 -0.7723903635924623 -0.6503328934707023 -0.5976740589698882 -0.45879097675300196 -0.343259973312692 -0.17951587636294938 -0.14356666069651047 -0.14915011901723077 -0.13855664059322206 -0.23893329008369282 -0.28530477850950675 -0.38345333651728675 -0.5126151028666643 -0.5098037207056495 -0.5957178744712667 -0.6698521030362834 -0.7029590974291932 -0.6706368261269642 -0.6716482144598728 -0.6454064855472148 -0.6139048353763262 -0.6586398780514168 -0.6959361610113431 -0.737754250589258 -0.7541211961155996 -0.7071570261545566 -0.6490842129579328 -0.5000445200893117 -0.35281553562071805 -0.23223058316178055 -0.168292326544504 -0.1595615400582427 -0.19109721226972154 -0.22562835345409402 -0.26398940040541186 -0.37501861396054215 -0.5136061460956307 -0.5123196899623351 -0.600181895773681 -0.6582555572037653 -0.6990368156769499 -0.657134242387923 -0.6696458499551851 -0.6254584668628813 -0.6049977265349403 -0.6601793826087339 -0.7041346487556571 -0.732655522186813 -0.7331516759889483 -0.6982457442901494 -0.6372399342824202 -0.5253463465519449 -0.38864903836135795 -0.2425011022516735 -0.17696343586482416 -0.17429338769829697 -0.17141238347948853 -0.22251187518636062 -0.25950683105349615 -0.38759143564691384 -0.4422346292195722 -0.48773485347735523 -0.6010615721442666 -0.6482419513570697 -0.6532933823059867 -0.6187618913836948 -0.6190358483846903 -0.5965563157794617 -0.5755280705023237 -0.611938427748218 -0.6934264204298856 -0.7057617537617566 -0.6630087884643677 -0.624842258091427 -0.6094190464456599 -0.49063361125913374 -0.366966639611346 -0.23836057642033373 -0.15333188380355586 -0.15281180210042708 -0.14515329936797167 -0.1967543859394192 -0.27631325248251454 -0.37853854090989514 -0.3722982375377393 -0.43375809898954776 -0.469636884846701 -0.585777580591007 -0.6498224269484171 -0.588695142237409 -0.5911019110679664 -0.5700055463574635 -0.5513711861798594 -0.579681972812035 -0.6079626774783169 -0.6192412494187048 -0.633311849065164 -0.636544331519067 -0.6025218462407137 -0.4729052119178767 -0.2984693422385988 -0.18340169508376675 -0.1470608092140346 -0.15045258842156062 -0.143276920999144 -0.20537993515046002 -0.28571417022398504 -0.37482462235754455 -0.4655808958798122 -0.5037150961303617 -0.6058556729845143 -0.6675088889248934 -0.6927364485533352 -0.6583169810815882 -0.6401975194920323 -0.6008700594170561 -0.6023863149757995 -0.6562421167454446 -0.6256311007420117 -0.7400902746931188 -0.7536766736562305 -0.7128458181495256 -0.6370571288952982 -0.5071706159503405 -0.37219075722947537 -0.2115041644547248 -0.16895364970234908 -0.17238653472577534 -0.19666764160747327 -0.23242374640038224 -0.2898160578960433 -0.39032844292323765 -0.5287217955816805 -0.5273914597615457 -0.5854631984474865 -0.6035539137231805 -0.6424495804758096 -0.6277559628907252 -0.6378391343199428 -0.6026505873496202 -0.5501230620129499 -0.6081308822565166 -0.6811760828648021 -0.7201042752413201 -0.7480542638876362 -0.7108092319616668 -0.6388217536685941 -0.500108987632568 -0.3598464529634813 -0.22080686265732066 -0.19551233298792725 -0.16995780737811264 -0.1393776445796758 -0.22242650303051376 -0.2693677925321471 -0.36206035228507955 -0.5122886985249895 -0.5142187751927246 -0.5976176016683242 -0.6703741996707172 -0.6976278139426144 -0.6399633190851411 -0.6679070437438234 -0.6198431150606843 -0.6242302850482363 -0.6773893686021685 -0.6920755263319124 -0.7413610043161611 -0.7484357571246836 -0.7165692155356486 -0.6256727975565862 -0.4904462739310598 -0.3515731445297116 -0.18220034992726195 -0.16037019339572242 -0.1513599697552057 -0.1407120383957479 -0.23807572411881475 -0.28495573870168633 -0.3738578727187077 -0.5119379066266674 -0.5238571801486257 -0.6141287601032555 -0.6651635253342117 -0.6962230414535261 -0.647947176197143 -0.6544616943317774 -0.6251901067219435 -0.6180739898490349 -0.673619564419665 -0.6882085866659061 -0.7439982138615928 -0.7546613629188669 -0.7208238091803667 -0.667686955497623 -0.49890515658170953 -0.3558213833099646 -0.19658563953470864 -0.14487349313050368 -0.15056143603651742 -0.1405307177888161 -0.21085576149641025 -0.2995618047081235 -0.4020396469691086 -0.510506425593358 -0.5161404203408894 -0.6040809234840586 -0.6691190836482265 -0.6842339086783352 -0.661044073652801 -0.6658418443751744 -0.6372728219419641 -0.6296542633424403 -0.6711184172243163 -0.6898383361437253 -0.7334228675961953 -0.7612268636315277 -0.7191934238208784 -0.6489469797377148 -0.505635446587136 -0.36838065446474 -0.20347481686882837 -0.16319703901302293 -0.17356346680847143 -0.1665395974965575 -0.20841016032392795 -0.22508468841522933 -0.3328143748444919 -0.43567915725090567 -0.4751495741788041 -0.5677107873380083 -0.5753857030414118 -0.629748393924532 -0.6219483957585586 -0.642497908456706 -0.6309661170906864 -0.642829941940304 -0.6896135110208511 -0.7165256478636552 -0.6988442571142083 -0.6636615415278247 -0.607035769331088 -0.5537285108963977 -0.4887579495734954 -0.36927046603139774 -0.24257734675113657 -0.20133670795514294 -0.2009966344719076 -0.18950037019732874 -0.23565049578950895 -0.3148901651542323 -0.3989354752887611 -0.45356938239191513 -0.4777542742606655 -0.5293513258378278 -0.6552168704646699 -0.7061308772932741 -0.6866135347501618 -0.6812852793149934 -0.6524978136647157 -0.6249827073258843 -0.5866042937194347 -0.6255916029878563 -0.6285575136044811 -0.6320596874087262 -0.6264810642786 -0.6013856433687649 -0.5065432705232168 -0.35869935552983523 -0.2226016597767908 -0.20845855503740754 -0.15452555784572544 -0.16943193000256648 -0.1664542043790426 -0.22174947720444607 -0.24378154880868613 -0.38622758101033255 -0.4752031523266062 -0.5129120883800979 -0.6059736789358224 -0.6680668233711642 -0.685861923211704 -0.6630164338382771 -0.6511668281060862 -0.6395174664248757 -0.6269253148202361 -0.6724320932686447 -0.7411220362273353 -0.7296477348894929 -0.7581429566931134 -0.7147839487542237 -0.6409605870805882 -0.49970163606750867 -0.35619257840262375 -0.18132874855241043 -0.14601937814153806 -0.15038637247927394 -0.14177703237295058 -0.20439432181273057 -0.27276234363809704 -0.38868943540052686 -0.4619738474312271 -0.5082970664104528 -0.5976248973075288 -0.670552415988991 -0.7159337469521669 -0.6659359629638484 -0.685752025386048 -0.6098627220502001 -0.6291163651372975 -0.6685525595749432 -0.7366665415929392 -0.7413522563373983 -0.7416551977342518 -0.7102740577066033 -0.6265394005508942 -0.49596954989722664 -0.3450888857057173 -0.2112873565309703 -0.17675940050557387 -0.16892437862916854 -0.1402598914068202 -0.22592691399951356 -0.26611684873377817 -0.3734781606547274 -0.4683067156687577 -0.5220333916048752 -0.6052985640887988 -0.6741817828352118 -0.6857318932201766 -0.6417524643744281 -0.6597609826683873 -0.6256801713715335 -0.6223637758351206 -0.6751750138150129 -0.7434840692955428 -0.7453749975222701 -0.7630907051405843 -0.726340488744037 -0.6532017402957161 -0.49960667220718563 -0.34005707872708524 -0.21632786523793807 -0.1766459942337008 -0.1859044499230301 -0.1647871860611955 -0.23708029001970887 -0.2746744327195037 -0.3741012293560592 -0.46555222085558107 -0.5067921885140749 -0.5968016793277308 -0.6607573878480667 -0.6795577334478496 -0.6479215133090696 -0.6616414692415292 -0.631787714078979 -0.612244216964844 -0.6757970783495845 -0.7294903745058644 -0.7300714761938893 -0.7490490891913282 -0.7130573608208403 -0.6390873246584057 -0.5040878053752336 -0.36141719852980747 -0.24011660704015933 -0.18792032417912322 -0.2004284435560482 -0.19361347004028454 -0.22477349161818347 -0.28981221601003904 -0.3555635630205455 -0.45705469397548426 -0.4537326304083465 -0.5384061221521171 -0.6618885790704793 -0.7028402737311185 -0.6688441105108597 -0.6664300619308121 -0.6255026842849739 -0.61945690663987 -0.6588051647793559 -0.7302156862732657 -0.747143902136071 -0.747095547780837 -0.7134422726486981 -0.6399413926971567 -0.5043043489601281 -0.3470846406136882 -0.20153784589231702 -0.17773704237133042 -0.17581771162085896 -0.1845891411319467 -0.2329491250950339 -0.2303932794665752 -0.3297032532757439 -0.3748970730795307 -0.47720524659746627 -0.5837526664198999 -0.6447406524186847 -0.6393311286120268 -0.6261217542603368 -0.6190976002201022 -0.5931692403890046 -0.6034021837031043 -0.6339191933081191 -0.7453497557047272 -0.7173810039118835 -0.6861864212379393 -0.636042564825117 -0.6364408203176944 -0.5072071302060582 -0.32392470360688813 -0.19230021383388493 -0.15281670479075918 -0.15339517793627216 -0.14473650095080431 -0.19451106734350312 -0.2663194661339614 -0.39993265314924814 -0.3261211260333209 -0.43846604181680054 -0.4600931090268874 -0.5976871014301536 -0.6450047277175545 -0.6095708489317982 -0.5902079896840884 -0.5767502482083036 -0.5719644438429826 -0.5944797299397151 -0.644208291672811 -0.6153147442538842 -0.6194580131753984 -0.631447386212642 -0.6117172418179297 -0.483088183344394 -0.356816265755564 -0.22524841958613664 -0.1886893104047993 -0.1780439426467727 -0.1914953824253542 -0.23501745852100925 -0.2584396454585851 -0.3773049878719978 -0.47813289407128773 -0.5243911514193365 -0.6221525358361891 -0.6724333604296997 -0.7002058154282061 -0.6563291318751479 -0.665769218774053 -0.6117355467013955 -0.6341260154844827 -0.6590450437871219 -0.7224926842340639 -0.7510167344490752 -0.752302747883409 -0.712507419145708 -0.639253926535456 -0.49950647723477276 -0.3583961104316201 -0.1996896459902432 -0.17672106750860797 -0.18331534056142929 -0.14173797067603616 -0.22827049762649257 -0.25909833671373217 -0.3520834605702529 -0.47164301755958826 -0.5254892511266224 -0.6232896330599954 -0.679563456173537 -0.6943938697096239 -0.6618681499915147 -0.662782875287391 -0.6300197628988554 -0.6240519002661337 -0.6688241423504305 -0.7396775418672866 -0.7261380424896309 -0.751400330052486 -0.7073884663365254 -0.6521410388718558 -0.500146632819925 -0.3533510917842379 -0.1816343656535024 -0.14573457003816598 -0.15131218928247134 -0.14071345270543648 -0.19340457859505908 -0.2670331803333758 -0.362635941889918 -0.41685153316670814 -0.5082217124276288 -0.6000921074577763 -0.6629312924735359 -0.6927002585220794 -0.6554376217113405 -0.6758508940004461 -0.621717120066122 -0.6215464316601951 -0.6832264581854247 -0.7366974606682856 -0.7462997711790165 -0.7433565593302642 -0.7106142279741726 -0.6457500736343115 -0.5182179608822783 -0.37441798654857017 -0.21847692582386005 -0.17019432150119182 -0.17858747594043226 -0.1874853913955058 -0.2304926106734383 -0.26594138725155886 -0.36993513478191764 -0.4277599134036412 -0.4515959567100591 -0.5904334910975831 -0.691913777750175 -0.7692352758959208 -0.7354212384610181 -0.7014326067776279 -0.6563964694679656 -0.6537724205347185 -0.740450832675833 -0.8325000140887308 -0.7418025483626197 -0.7513969202459773 -0.712039172892197 -0.6419757927098977 -0.5003337975119643 -0.36700415510120094 -0.2098738324255958 -0.14489304313715354 -0.17370967790170666 -0.18938008055285596 -0.2276470041523804 -0.2763789133996301 -0.36801958428824305 -0.4700068475510297 -0.5324125788631626 -0.6059821652000645 -0.6766808055374343 -0.6966200959734464 -0.6570890131521572 -0.6623406779229281 -0.6284678119109409 -0.6215665005465668 -0.6769373582499941 -0.7444867179690455 -0.732415558897891 -0.7556602485412401 -0.7271336622480801 -0.6454642528595712 -0.4953876363117101 -0.3556742895544308 -0.24261523779618446 -0.14819056869648406 -0.1477961623038272 -0.14102125798854298 -0.21506529530775878 -0.2848257044744191 -0.39268256938524004 -0.3629729188616434 -0.46576209859233364 -0.5797377976684747 -0.6376278628360533 -0.6587529631726925 -0.6249054315456358 -0.6274054596140461 -0.5881549084057057 -0.5934225433266473 -0.6236471638787499 -0.7515049008234134 -0.7256182623421541 -0.679596224113971 -0.6368406707019798 -0.6255093621530969 -0.49330583664034205 -0.3246865733469233 -0.19253562375537997 -0.15205907654017894 -0.1527642785640206 -0.1447841725206898 -0.19881056478014106 -0.2759638173397876 -0.39618786654938953 -0.3525128068525627 -0.4482858672118994 -0.46262919306958805 -0.5997469597484367 -0.6426590206269172 -0.5993316363591539 -0.5923428666956556 -0.5637992252878505 -0.5545927603526736 -0.5944287806240603 -0.6465690565233702 -0.6182936905014137 -0.6114096016556558 -0.6244207683383666 -0.5921788362989393 -0.48444523086167335 -0.34923378979324354 -0.23268322409867873 -0.1528178202521106 -0.17821073045296992 -0.19349164332531815 -0.2341628534978666 -0.28257859235882554 -0.36446534042106854 -0.47077883429975537 -0.5186107949965534 -0.604590137877244 -0.6604466955221953 -0.6836035616039171 -0.6488552036616427 -0.6555672622380275 -0.6282514628847782 -0.6183834597493848 -0.6666109483618436 -0.742627074889821 -0.7399521911440443 -0.7355252532484743 -0.725128456704704 -0.6495200308419025 -0.5161216906233975 -0.3364275340616432 -0.21671494316306747 -0.19192825711985187 -0.1778290348155986 -0.14189668167460137 -0.20881972226751888 -0.23870737168833298 -0.34174322340036983 -0.4709760888679246 -0.5235269783476634 -0.6073658510177266 -0.6856134816306851 -0.6885344369193707 -0.6787242427826043 -0.6779468936466617 -0.6365510721015928 -0.629322602658737 -0.6833913947975272 -0.7646698490653673 -0.7570985501908003 -0.7799717197106183 -0.731488513258979 -0.6598460153238421 -0.5060362300346815 -0.3531133924832751 -0.1829348107380664 -0.14609008955945882 -0.1509819957336483 -0.14169945454640456 -0.2001114102921988 -0.28021630947986315 -0.3692182170625302 -0.4403649192953639 -0.5060715402712537 -0.5885503027336574 -0.6688909112935639 -0.7150190210441694 -0.6661770541218525 -0.67698616959518 -0.6309161312767905 -0.6282242206165446 -0.6800929229022082 -0.7475324306557941 -0.7530831613466509 -0.7590866733715157 -0.7194269154426521 -0.6412449146200698 -0.49824852341738085 -0.30681573010959173 -0.1825264710440275 -0.14647759730734203 -0.14970869646747392 -0.1421278623262577 -0.21152325967702157 -0.29513441057916073 -0.39876585463076436 -0.4214179227753575 -0.5099531489599164 -0.5928127105486896 -0.6756629531234714 -0.703331277425341 -0.676196869904732 -0.6719468409577709 -0.6393295513170817 -0.6223303589934424 -0.6821364008225275 -0.7523274955764265 -0.7464014209499632 -0.7598896192411707 -0.7279718064881703 -0.6415375105657479 -0.49639703155601034 -0.30759499971888227 -0.1976741189246897 -0.1453179318031215 -0.1502383854527133 -0.14430756113836643 -0.19722611257406952 -0.26453325830385405 -0.3627009834589976 -0.4422596481272086 -0.4668126730399696 -0.5882056270572485 -0.6684321684753952 -0.7086855460286657 -0.6548969883050586 -0.6596436859084296 -0.6309462492487918 -0.6173426452136807 -0.6983931387347629 -0.760682201808816 -0.7610253818446003 -0.7654981361938923 -0.7269980530758363 -0.6500092424083227 -0.4962417900075654 -0.32309522171643396 -0.19726804413459795 -0.14707509179139283 -0.14925383951049057 -0.13963844216306545 -0.1951057582425969 -0.2676687111614976 -0.36201389161483905 -0.3680778430125588 -0.4653310765578789 -0.5854103039883372 -0.6438462302064072 -0.654921760756046 -0.6226178800488205 -0.616711579667893 -0.5315220239874352 -0.5729654426926086 -0.6240146381318485 -0.7489557048761797 -0.7104490151078072 -0.661011824818568 -0.6208029770170945 -0.625611489314807 -0.509641286282221 -0.39168426367681874 -0.24071500542646168 -0.17627269470913212 -0.1762056826932954 -0.15910753962611932 -0.22252494501249168 -0.2907087737413622 -0.4026119546480426 -0.37861809935928287 -0.44373906471588836 -0.46334717664882163 -0.5772593877379816 -0.6660773292018336 -0.6449085554897536 -0.6797184918594282 -0.6039320042332326 -0.6107249165720826 -0.586428208846019 -0.6325940709515258 -0.5526385388625499 -0.5552300162948173 -0.5587945591552415 -0.5314012239241171 -0.46693399737896846 -0.3478914296350153 -0.23347594098902077 -0.1986373569493308 -0.19716558545523966 -0.20277397606759978 -0.2722569419352956 -0.29848578335761394 -0.4052547347390412 -0.5070307572725147 -0.5571347068308405 -0.590545088626632 -0.6004634296665112 -0.6650201967064904 -0.6355115492418735 -0.6639696979660096 -0.6312112350845891 -0.631210660627829 -0.682463918313203 -0.7532373540043948 -0.7476587069560753 -0.75331646762301 -0.7159478208275613 -0.6432918235180729 -0.4937499580887156 -0.35597950189587013 -0.2292917188860977 -0.17610214608881636 -0.18756392382888054 -0.141566635049931 -0.23657782275590347 -0.23949830668862873 -0.3749866285972938 -0.4637159083596741 -0.5249440835064672 -0.6060493890485613 -0.679273159176751 -0.7046565128230617 -0.6778119879673191 -0.6733049121611049 -0.6419988020419298 -0.627174615543665 -0.6882189646536309 -0.7559655325966691 -0.7617522654628487 -0.7756670920382297 -0.7323815139676259 -0.6557425311987111 -0.5062135983070319 -0.35646724241311595 -0.1818887040042119 -0.14692835930691367 -0.15114125156580982 -0.14272416448065975 -0.2157255884747912 -0.300679334947571 -0.40503697092324986 -0.4306912311886907 -0.508140859925757 -0.5911593754567003 -0.685854446429709 -0.7047698503301427 -0.6690616524351954 -0.6832839532276105 -0.6374381712493605 -0.6344876469118299 -0.6831941671438626 -0.7607402380077921 -0.7590905321490082 -0.7686068872309992 -0.7372672942328479 -0.6541950953747515 -0.4993871766165776 -0.35489748498349516 -0.18220650213210263 -0.14635413674576167 -0.15980564625766785 -0.14014254409579002 -0.2248834782687517 -0.2756009768251694 -0.37175742386572735 -0.4685184964817273 -0.5111196897054476 -0.5961269637442239 -0.6696263697591346 -0.7015196993798238 -0.6500800142679857 -0.6900734443103431 -0.6414763813773458 -0.634274093439146 -0.6928821291283436 -0.7607207669703949 -0.7700544567321768 -0.7688176003651263 -0.7385867150601523 -0.6529480635036603 -0.502264715076968 -0.3497774077416474 -0.24721797378670976 -0.1812726178046402 -0.1699558261572096 -0.16898429780496219 -0.2319133514814005 -0.26775917710859215 -0.3924920402478669 -0.5219186058960134 -0.45750989218915317 -0.5264636632103611 -0.6558912742524307 -0.6549481972213592 -0.5696233820501425 -0.687375131599499 -0.6273157258151308 -0.610071747584029 -0.6555085795205259 -0.7365742498975038 -0.7357044579530666 -0.7599521701186561 -0.7220840043903596 -0.6445188228610295 -0.4925548389561055 -0.3745864438953521 -0.22589991678414528 -0.17959032003850306 -0.17694540346456625 -0.16373427908850294 -0.2270873896671126 -0.2634543173704375 -0.3737668328879243 -0.42786188817265675 -0.4921401251558914 -0.5848239242532517 -0.6529549019140475 -0.6661514201370065 -0.6380567260160815 -0.6348486152576753 -0.5939216829977424 -0.593022436447896 -0.6369895221851778 -0.7388323428035831 -0.7188198856876269 -0.6829347627034291 -0.641344387756612 -0.6312345259598151 -0.5029219608915028 -0.36909105642055684 -0.19373867731344369 -0.15184927171530196 -0.15759311233848505 -0.14835008990895088 -0.20763812910810633 -0.2884689417578336 -0.4011983808592798 -0.40619647824806093 -0.4550656410919755 -0.4653748782230327 -0.5904733079628827 -0.6505957585964064 -0.6064334968716737 -0.6118152251750272 -0.5605165500863307 -0.5597396039214056 -0.6127973874085237 -0.6593296098531568 -0.6316909291916076 -0.6213340950656622 -0.6296033544798723 -0.5913791483554809 -0.4279311761802158 -0.3053570720723762 -0.19139022068142078 -0.16892847533971267 -0.18651367057421492 -0.185636349004014 -0.21363635460474467 -0.3073828103803113 -0.4041664884611002 -0.5036960612004285 -0.4608156266186616 -0.5859211813482724 -0.6687601437490547 -0.7125300125096373 -0.6559421892587595 -0.6713190804209617 -0.618366224264262 -0.6178631161239226 -0.6670012781943956 -0.7421636467920611 -0.7489614437085297 -0.7481319098128397 -0.7194011400284089 -0.6327523320720616 -0.4481230562400923 -0.3083357770976765 -0.18304916918339073 -0.14633012091324898 -0.16434144075975976 -0.17505372311337494 -0.24054163707960924 -0.3064352712369354 -0.3872383442628749 -0.49336292195919695 -0.4603153273071892 -0.5476235400146956 -0.639816603703056 -0.679229006308706 -0.6633818018976935 -0.6629962068951927 -0.6087920748938488 -0.6031270801249992 -0.6434887973135374 -0.743034628335678 -0.7120094370164309 -0.7527763254071912 -0.7143850209263515 -0.6291529626977865 -0.4495710617490868 -0.3090742348238607 -0.18389287492143067 -0.14703282000037884 -0.15379898355672084 -0.18229471362397714 -0.2334006554940691 -0.2886150270217326 -0.3892802288216476 -0.49043301464222977 -0.459132271959258 -0.5437072507504146 -0.6572726776967462 -0.6692548718143866 -0.6308845010190823 -0.6723129053721763 -0.6136942545872736 -0.6166317335027491 -0.6619478705130912 -0.7457868664134285 -0.740329593807337 -0.7435574203078252 -0.7092760047251188 -0.5828951327754718 -0.4513551930733687 -0.31154903833263625 -0.22117160850410322 -0.20542149376877641 -0.18736791797320848 -0.19539991244767946 -0.23236241077913078 -0.29030024350669487 -0.39594648549229605 -0.47179798827881825 -0.457630368827959 -0.5406116830248011 -0.6078082246454695 -0.6878355637261271 -0.6584979939376076 -0.6256825392100972 -0.6135900358835109 -0.6030095432319855 -0.6625751146231814 -0.7321060990737087 -0.7405450599002458 -0.7402301614001917 -0.6766702538158689 -0.5827771495576929 -0.4535771181440398 -0.3100401297003937 -0.21846162141966255 -0.1578211444048958 -0.1965585023914547 -0.17369429706375372 -0.22771127263849142 -0.29179058105923344 -0.40929649492455633 -0.46937886745374935 -0.4632742948157238 -0.5396185362693379 -0.6137010239925209 -0.6882965640518279 -0.6556599200626099 -0.6225774593493397 -0.5832032306643039 -0.6105778589613553 -0.6663126934918016 -0.7417674921040741 -0.7501524832921135 -0.7444890115058078 -0.7052230124861771 -0.6309442318836043 -0.44945435182181553 -0.3236478769035802 -0.20653855959286152 -0.1663560070372829 -0.16966121300666673 -0.19311274162632636 -0.23824878975954272 -0.2717613911308109 -0.3951146014006845 -0.40817349099855227 -0.41860101250796616 -0.5698956347467259 -0.6399935193022324 -0.6581801444967796 -0.6193078805142329 -0.6142344371549615 -0.5733141881705879 -0.5665448298239456 -0.6167830732369916 -0.7183014714249077 -0.704382848053655 -0.6579825535160729 -0.5712061846779968 -0.5680008452874972 -0.4741587226780377 -0.3709897926081602 -0.2389140798676713 -0.19610264830390645 -0.2090700838611642 -0.192384377190545 -0.21561277542888974 -0.29907737671346857 -0.4139343811999602 -0.4298896429488525 -0.4064751489194693 -0.41369547380419897 -0.5348192315253122 -0.5860151670046525 -0.590871133383223 -0.5977460886347903 -0.5031289947119038 -0.5009712175966613 -0.5540858320447698 -0.5988299916635749 -0.5744860036192312 -0.5681596011127507 -0.5942283326338669 -0.5713259663327457 -0.4549919954707487 -0.3271898512805178 -0.22849034643239904 -0.19317166756911486 -0.19629562347509505 -0.1926326343676105 -0.23503831373341164 -0.297393979588558 -0.4084472803341929 -0.474147495853298 -0.4596753374134149 -0.5428566649195193 -0.6115109111163984 -0.6378268601470775 -0.6394176873459315 -0.6572452422287742 -0.5563794733764977 -0.5630736550286279 -0.606828436505397 -0.6804712574386139 -0.6874157302525801 -0.6898817230709403 -0.6838526847036729 -0.5851314052463141 -0.45199988253194695 -0.3121032886244935 -0.21843090080515512 -0.18944228791875048 -0.17727625632866995 -0.18872289703992615 -0.23653824521434164 -0.30875353415257895 -0.39511091352907274 -0.47176645811104817 -0.4627927103808199 -0.5407623085804246 -0.6127999017360127 -0.6884840859829213 -0.6554483527888812 -0.6389401669060553 -0.6172306582790377 -0.6158176322882601 -0.671681860284024 -0.7473996252663816 -0.744104478565636 -0.7556715992202158 -0.7217461354618452 -0.6444805084285458 -0.4989897500898144 -0.3551628198866293 -0.18328320057160039 -0.15666488268050885 -0.16968051935479325 -0.1649308971248986 -0.24360149836135148 -0.31282283792640675 -0.4106395185938669 -0.5142882136958479 -0.5131661689031483 -0.6007414197340507 -0.6763221876732075 -0.7003520886529512 -0.6592655933876053 -0.6769971473337414 -0.6253782276381052 -0.6314559555390854 -0.6751335062780055 -0.7618940784407974 -0.7549061569883673 -0.7714543551794235 -0.7209795173723699 -0.6491746662216771 -0.5032268222447013 -0.3621216328128489 -0.21817698542412514 -0.17991148933986073 -0.18665245027136007 -0.165909015629283 -0.23051306819860276 -0.27613782467017517 -0.367429208945982 -0.51628993240053 -0.5134376493008226 -0.5978897791727619 -0.6753707123633556 -0.7020376009988026 -0.6617057211898655 -0.6638014844194965 -0.6340175343786676 -0.6316347306390986 -0.6689119160434235 -0.7438695553649985 -0.7425133067270736 -0.7716558525052452 -0.7391744400697255 -0.6595552117969884 -0.512376565545993 -0.3574548564574471 -0.1985032109031068 -0.1474007857372192 -0.15176368835807752 -0.1422941417310335 -0.21201307772643627 -0.24072958776898767 -0.34074410088213736 -0.474809189356584 -0.5113159189591461 -0.60170824106796 -0.6766978419007982 -0.7097539234843904 -0.6729238838002298 -0.6787906110061109 -0.6357198818878553 -0.6312406774141428 -0.6869697462519844 -0.7563115980256542 -0.7627945640377507 -0.7800587365708198 -0.7296969433145358 -0.6622314279242966 -0.5040874029968879 -0.36874360721301896 -0.20036217138816176 -0.1494243568593571 -0.1484219766109916 -0.14188793492580232 -0.19466821558239888 -0.26201007998003306 -0.35344892624645685 -0.40147118532947035 -0.46375759422708074 -0.5778806588263332 -0.6538287668633089 -0.6551512957757594 -0.6172060125923545 -0.6242565922881097 -0.5870619924500027 -0.5832102154458311 -0.6405269344838868 -0.7491096522983779 -0.7233605122407927 -0.685834362174516 -0.6405605740733267 -0.6377044752263216 -0.5053236810083347 -0.3253587537711416 -0.19396975882368098 -0.15267383624241207 -0.15608580192364252 -0.15059463597081074 -0.2318629432725208 -0.30240599430226633 -0.40345779730132625 -0.4140516960049438 -0.45654772668403254 -0.4580274471946445 -0.5941673437530431 -0.6503233104478068 -0.6230454666733342 -0.607244784257415 -0.5654489985891124 -0.5707356874897862 -0.6030315360915574 -0.6597877910413614 -0.6336394602874962 -0.6303956413226434 -0.635638861627536 -0.5993530612734153 -0.42832459028523123 -0.31987559339749494 -0.2140839733391355 -0.18070915982950228 -0.17012888057167655 -0.20220947872039413 -0.24637639569487774 -0.30637317691714216 -0.39637073113330534 -0.49444110923551676 -0.5134172110613168 -0.6067669609164711 -0.6750861612454212 -0.6987108192784698 -0.6755325379756507 -0.6726721760661104 -0.6379510932867086 -0.6273286048024702 -0.6887871639451365 -0.7573145254864592 -0.7571724055456078 -0.7739968356540159 -0.7256413856287534 -0.6493169282389877 -0.5044435632009667 -0.3560460167805386 -0.18363394325809992 -0.14697689599464883 -0.15246576478328466 -0.14247721008692826 -0.2134993238797588 -0.31323021693544234 -0.4172695901091358 -0.5079438745771748 -0.5041287365901461 -0.5969578686795098 -0.6679952814507127 -0.7015297649218891 -0.6662102787857149 -0.6717008654200929 -0.6324696780392005 -0.6279732209167637 -0.6808713625322638 -0.7548764676685339 -0.7526284680202293 -0.7726042275342455 -0.7375919049915457 -0.6541119422878031 -0.5090138780485824 -0.3541028895876323 -0.1838106208800993 -0.14621975268842957 -0.15238716685180692 -0.14312027743881509 -0.21729864909968666 -0.2893017242857015 -0.39188829107371526 -0.5109496947724155 -0.5042252482509001 -0.6005187789000102 -0.678127311770772 -0.7018058933821784 -0.6703374529355935 -0.6670062705167945 -0.6301683925993717 -0.6256243708764461 -0.6832649593684037 -0.7547586258032944 -0.7518952873705701 -0.7709484738719496 -0.7252979151922616 -0.6553875186870154 -0.5011934308058072 -0.3567390055643246 -0.22919210762600334 -0.17731525658144118 -0.1507015866381113 -0.14416104738726226 -0.21750325996672634 -0.2814797531336271 -0.37021443347156824 -0.47539365731728167 -0.5062908851820737 -0.6003501658013192 -0.6676328971148864 -0.699611113391357 -0.6679139141808658 -0.6672570862962258 -0.6308611371786583 -0.6221225630414963 -0.682163049034995 -0.751246926885622 -0.745179697330347 -0.7629299892979777 -0.7221647260122412 -0.6392253779512633 -0.4953952936862266 -0.31055433986390085 -0.1989523963475026 -0.15829472102518025 -0.1675955222624389 -0.17561748197132984 -0.24905912347184575 -0.32813925282586076 -0.4079533517877215 -0.49313478064672084 -0.46273125253466846 -0.5914552801400392 -0.6710546927593279 -0.7035292741279551 -0.6596876669986101 -0.6687663033105318 -0.6268304193489032 -0.6194460510662008 -0.6748125443867425 -0.7506826804217503 -0.7462323469127341 -0.7586049311114724 -0.7218687252183861 -0.6380413492855964 -0.4532227372149255 -0.3251107436020883 -0.21225018192672943 -0.1655593995439344 -0.16669612708341627 -0.16418628207675634 -0.23864837041465634 -0.30979839026596645 -0.4142752240798204 -0.4159804202369652 -0.46606125117263164 -0.5765240582884632 -0.6437248651045309 -0.6713285438908481 -0.6333625515861278 -0.61099493937996 -0.5776618118708817 -0.5792390443401771 -0.6254356823122597 -0.7319813327867926 -0.7188963067226147 -0.6843259676171632 -0.6412626323442487 -0.636316870722939 -0.5047318431280787 -0.37194480996316 -0.1928124694397209 -0.1545996077806461 -0.1540076796594867 -0.1495069465841438 -0.2282013786651169 -0.29470864846027145 -0.41798271456847774 -0.3960944780194059 -0.45224328331938907 -0.462926513578794 -0.5972276437265547 -0.6512392418767765 -0.5996108143358355 -0.6131289583688364 -0.5540415788246573 -0.5621751435411925 -0.6122598033911946 -0.6704611957695609 -0.6224544711211031 -0.6220910595031708 -0.6405718597580251 -0.5979596696453371 -0.4795472499453659 -0.35876807116149945 -0.22914291808775017 -0.17854171581390857 -0.17755559547141261 -0.1839188129157656 -0.24032007741518782 -0.2819696310558126 -0.38468413841406707 -0.4945780608498549 -0.46296500169043975 -0.5422431890514572 -0.6606641508616338 -0.6817363959344445 -0.6317275658276444 -0.6636633506881808 -0.6125757589551244 -0.6133343152466924 -0.659959685671262 -0.7414679474621684 -0.7409414093329408 -0.7439938212493383 -0.701712177575982 -0.5838856607952646 -0.4511599454597303 -0.32315323625507886 -0.21787874048589664 -0.1874120529319 -0.20373239543009855 -0.2194332045684549 -0.25030985700768144 -0.3163988485180227 -0.4173450164143525 -0.5017684559469907 -0.47982042902932104 -0.5417718516503345 -0.6159079226025655 -0.6818227125122305 -0.6439416924291028 -0.6517106416487237 -0.5602705520837092 -0.5633968119541444 -0.6095583276498338 -0.733424964382979 -0.7355147662359522 -0.7396806889756801 -0.6593922558002135 -0.5851272458264105 -0.4515812719823157 -0.34417082026916423 -0.23273584330093888 -0.18901733530199522 -0.2122394131157799 -0.183651754611435 -0.23802502257622302 -0.30950951818273 -0.39691399979666564 -0.4736400846902184 -0.46383900999013605 -0.5393475744337127 -0.6141274110666314 -0.6789709994685088 -0.6530785046542475 -0.6462669440537372 -0.6144250878948192 -0.5536603194992027 -0.6189558797786313 -0.7304926880198982 -0.7392343397349161 -0.7369091367954386 -0.6812427541130552 -0.5855178205506972 -0.45137187134916984 -0.31226218567280795 -0.21020784155200883 -0.16165962649244484 -0.17456410941726477 -0.17282189791013175 -0.23752170432476424 -0.29141499530725434 -0.39574228857028404 -0.47040095027494666 -0.46584165290734975 -0.5420693037501136 -0.6196239433622501 -0.6798218233809568 -0.6479579996168727 -0.6457801882715996 -0.5664936389845135 -0.5576717974842279 -0.6120224590051396 -0.7359381388916187 -0.7329404839185142 -0.7452424764641924 -0.69403512337606 -0.601760874253342 -0.46502426528741375 -0.3397606044496369 -0.23162842925351032 -0.18032301601072176 -0.18472983672503285 -0.16079422062707768 -0.22662127066137486 -0.28276794154825363 -0.38916098765937807 -0.46939499356307185 -0.46390383677497904 -0.5428118589141582 -0.6117634240520833 -0.6684202209657503 -0.6504565369385293 -0.6642265138081976 -0.6170493746466352 -0.6148883344137162 -0.6675400070469703 -0.7474443202695403 -0.7387227711782621 -0.752141070892432 -0.7159596468189524 -0.632659369135936 -0.45321667873595056 -0.32388122457677115 -0.20018346084100014 -0.1494066926290286 -0.15025981423533252 -0.14315362156081163 -0.2140736916720713 -0.28855639613898154 -0.3996591572813217 -0.4089548768854622 -0.4209751859674402 -0.5728370233257247 -0.642366382058953 -0.6623687549961568 -0.6274886146318519 -0.6217621911685853 -0.5833309687597483 -0.5857496896909858 -0.622276115101828 -0.7315834006100964 -0.7196797295398087 -0.6775815449852085 -0.6359485879100545 -0.6277196267377204 -0.4985019603073354 -0.3261450180112638 -0.19391771795674997 -0.1549208242458133 -0.15578167470661375 -0.15080614293594533 -0.22365547389970017 -0.2897958930980225 -0.3996725154564016 -0.41069609961678816 -0.4372625679375234 -0.44220059482908786 -0.5862538742321037 -0.6460558513246364 -0.6111972138106495 -0.6054086562931106 -0.5578727461140088 -0.5545719521711139 -0.6104804754054476 -0.6559158158490492 -0.6255239320515912 -0.6187610888050334 -0.6225971120075712 -0.5447426027623231 -0.42984232427017 -0.3212224026213843 diff --git a/example/run/baseline_scenario/opendss/profiles/load_11.csv b/example/run/baseline_scenario/opendss/profiles/load_11.csv deleted file mode 100644 index d3821e3..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_11.csv +++ /dev/null @@ -1,8760 +0,0 @@ -44.19381090584931 -24.373957816998825 -29.12619578721413 -24.37394156955362 -39.65970726933088 -75.7128497750256 -107.88708383070212 -138.63333997827462 -157.00731725770933 -154.87911498755818 -209.9956618649572 -228.7605217862003 -204.84797659227848 -205.17419601227783 -186.53059442315876 -185.3597872869468 -203.03293915175928 -227.44648078784883 -217.7826944665396 -206.54876069533577 -206.93519030058437 -191.4158266743332 -134.36950622800177 -90.86161683472298 -40.43412821717919 -24.406368897080817 -29.126171343580705 -24.373917431970487 -42.22335246065169 -76.78213140943919 -104.12251602249106 -168.82207165735184 -172.28128416639368 -187.03442774733088 -218.49465203195848 -234.8433454355749 -216.81655117375556 -213.62955112264524 -195.21976791315183 -190.2103331977609 -218.18454410121183 -240.8704161178477 -228.2107814897861 -219.44022795429385 -219.8410863685892 -202.36735919183667 -143.6786823028751 -93.18883041718064 -40.468696798222346 -24.37406376598472 -29.12630135371848 -24.37409368278814 -42.59236970767402 -77.29851974600935 -104.30089922817676 -168.78290325635302 -172.39062424191746 -187.03185273690957 -218.3900993446414 -234.8088501473788 -214.05977520822432 -211.18713966821483 -195.02842547639733 -191.5125676896179 -218.1155344900072 -240.65142049625968 -223.8387118614457 -216.36841515198896 -216.9022319477949 -202.48664550079968 -143.66860836050813 -93.18726510263488 -40.449250902356 -24.373983034860075 -29.126500634334928 -24.426521052449917 -42.63827807797018 -76.87589093124436 -103.85301856693832 -168.8013128541754 -170.13339286616002 -187.0499719617891 -218.80122671556185 -234.79626940130163 -213.57657173082777 -211.08989923335483 -194.7639293434052 -189.31662050741875 -218.0316544055661 -240.709115093205 -224.2732173636924 -216.36841515198896 -216.97796576566532 -202.604557242946 -143.67648180910857 -93.17345865105966 -40.487022642635125 -24.37403615330039 -29.126438223172617 -24.37420325366464 -42.48625080437572 -76.6244412370544 -103.47468418620132 -168.79561691753352 -171.46356492308897 -186.6705802909156 -218.7902406557232 -234.7722381801905 -214.0569568031675 -211.37815512608464 -194.81475083845868 -188.61018409850237 -216.2889768046319 -240.73760038634748 -224.89699280012775 -216.36841515198896 -217.1159915338021 -202.66334157909523 -143.6876879973292 -93.16338562348184 -40.495798510997744 -24.373962969729824 -29.12636606243467 -24.37413227080049 -42.30581909807332 -76.53356140102323 -103.47696677819486 -168.78900643602276 -170.38567757237266 -186.8617357061656 -218.851223747359 -234.64536857119907 -213.6192525496228 -211.05240026107964 -195.16337175194295 -188.66337698941012 -219.42807409612627 -240.64299450224817 -223.87967100158247 -216.4688439401729 -218.3072618565281 -202.66804993665173 -143.69578556682956 -93.19352891294872 -41.90872520390215 -24.37623641449529 -29.126178230904674 -24.37394753958494 -39.86502780272283 -75.65891535254266 -107.61208098440754 -138.63332300644672 -151.01433999772232 -188.8821567271496 -216.76162555106825 -223.44166898909967 -210.81323558056556 -206.92047153037925 -190.78280408519552 -189.2400008871976 -206.53927881776 -245.3465603032017 -234.8500151204041 -226.5805540939712 -205.09094880901645 -200.2339931395691 -143.79342844220665 -95.49662753454258 -44.26255020925255 -24.400516433714103 -29.12617426189014 -24.373943636847923 -40.57083270560168 -76.11544911627722 -108.10415453380452 -138.6431157426576 -156.6097649742487 -154.4648419891083 -209.48179690270683 -228.01312033064605 -204.85820781573048 -204.77774401607516 -186.5731443781933 -185.22051165271213 -203.03894103568885 -227.47410958291115 -217.60490882905447 -205.3671073019996 -205.83305497544507 -192.0930162117353 -134.281873984082 -90.910541221414 -40.51023751628448 -24.37402339538503 -29.12637715895883 -24.37412068998177 -42.3690247168858 -76.58382548977042 -103.5244611568389 -168.79024503046662 -171.2407549398899 -186.96935452513227 -218.40568867906907 -234.6764115023205 -213.73483692396948 -211.0982618222886 -194.74947824606488 -188.85723445659124 -219.28654300550892 -240.6565752666885 -223.9035985428974 -216.36841515198896 -217.2608975553181 -202.96012744056335 -143.7735992799765 -93.20354760292724 -40.53817038713328 -24.373908791593863 -29.126312647315707 -24.374104760355085 -42.35751220608729 -76.79898771237244 -103.5637096988394 -168.78435973058137 -170.36768791874843 -186.87399379038368 -218.2812181195881 -234.52633551834109 -213.98701839916984 -210.92059652284777 -194.5834036588448 -188.3812176329226 -218.0345956960696 -240.68168992808347 -225.01648200683243 -218.06193095762404 -220.05318725657108 -202.9614995761493 -143.78637957428444 -93.21421693371816 -40.46354719840597 -24.38548929329362 -29.12617611645287 -24.373922144268743 -42.13947673292275 -75.35304755838939 -102.18321288526406 -170.36239942585928 -176.00211812936155 -191.8984119117205 -222.0618358637753 -244.6920089518873 -219.1920797439159 -216.56974516872967 -197.2154912730691 -188.5619135269829 -220.9087411638333 -251.17558006375089 -236.80475942590635 -225.3696187593505 -225.0201891769375 -203.8592619253252 -143.78745871017748 -93.21582511701097 -40.51043009695783 -24.38296996126492 -29.126178173056395 -24.37394748218817 -43.36527800033072 -77.56398727568002 -105.61820803746706 -168.82207165735176 -170.36768791874846 -186.8782229700412 -219.06690062692 -235.91125956512315 -214.24861270240504 -211.65948649322647 -195.27873523845355 -189.4707821644588 -215.39851195821484 -240.63814134747616 -225.8451123237619 -216.36841515198896 -217.53539140681764 -203.2462268003869 -143.76998526823385 -93.23402618309854 -40.46704079221401 -24.374122402556484 -29.126359782797092 -24.37412609552355 -42.40090528035626 -76.65219096948091 -103.56715955903198 -168.7886934979158 -172.07207042753762 -186.9178444832284 -218.3959009492756 -234.92945945850337 -214.7927536870882 -213.37081959430225 -194.79891295762096 -188.315487277471 -217.2734781514556 -241.452084027129 -228.14680503851497 -220.37000714556368 -222.64986842330336 -204.60149380626527 -143.7734961049027 -93.21761347938327 -41.85995129188378 -24.374034383964933 -29.126412911728508 -24.3741560030312 -39.84517534981605 -74.40497341874264 -106.23572153493404 -140.22872218605497 -152.71989398551372 -190.98984496900712 -216.98786318217608 -226.5255451993144 -215.37240984700983 -210.755165505277 -192.28656992867096 -190.3758636928301 -208.096784851 -246.1233530765384 -242.0931647511601 -237.1181180653495 -212.9970940765137 -206.5618354379897 -145.5545911863532 -95.5282549352018 -44.16165612635473 -24.398863006741596 -29.12617305873583 -24.37391912563029 -40.4630164049667 -76.68093246430637 -108.75117360793308 -139.02458982144682 -156.34031660766598 -154.36029230024067 -210.16390763289425 -229.64897418780632 -209.541836894761 -210.71103643500328 -188.62638805456876 -185.46604286662824 -201.63538936547857 -227.6866500729918 -219.73004379444572 -208.6833412763742 -208.5739613712928 -191.52673249725615 -134.32798130549173 -90.89531494226492 -40.40756855742996 -24.42652015135929 -29.126148330302037 -24.373918136443592 -42.579690964343584 -77.5094106747181 -104.58118349809392 -168.82056096722314 -170.3676879187484 -187.0267423913501 -218.07062620988395 -236.8674623441971 -222.6016805839959 -220.0333699249312 -199.2020405257848 -192.5113658410378 -218.64954091532823 -245.86735707873365 -234.38005103844043 -227.34101989711485 -229.00763789440617 -207.55341426584064 -143.92055700067726 -93.18785157269404 -40.439956683011616 -24.374034514443 -29.126413040545795 -24.374156130266588 -43.24793911055309 -75.35272739200882 -102.136921228115 -174.31705745645382 -178.99463263658637 -193.8662872393953 -221.25823659827947 -243.51174562079967 -229.20616750183672 -225.20252063686348 -204.46683003700116 -195.47097814872836 -222.57300795555287 -251.971504065399 -230.68069749946383 -221.84863252071625 -222.09928371521227 -208.05984111698933 -143.77642535669642 -93.16955049434227 -40.44329487694237 -24.373916277417244 -29.12643533102329 -24.374178147276208 -42.97985357942749 -75.35274972515535 -102.13694296067878 -170.87928712134905 -173.62202918401113 -187.8153329568593 -218.4894469702433 -239.0871174244743 -223.8691459888163 -220.1857758613152 -198.20227808014252 -190.42564255418247 -216.13988369533104 -244.66372350815087 -234.8234843946292 -225.99278145774065 -227.4377911804884 -206.6040422830444 -143.7688535119642 -93.161901402296 -40.4310394766502 -24.37398296624452 -29.126500567303605 -24.4265225106316 -43.244070368811954 -78.11092072927518 -105.1013246586482 -168.80179696004814 -171.82533380640098 -188.24793672830936 -218.3184225897931 -236.93769237744547 -222.19824338944213 -217.424545793369 -195.90916853562712 -188.7223750079047 -217.7128316024604 -242.56120544808644 -232.66596752703109 -224.3549522890336 -225.95289342929587 -205.9624986429129 -143.7217358611758 -93.18379606044722 -40.41695162835765 -24.41901506153533 -29.12616845470582 -24.373937926073594 -43.0483453992417 -77.95229216045963 -104.99558261269163 -168.82207165735173 -170.51771152043744 -187.06529860673533 -218.43529071711896 -235.87079405049408 -219.1528505546903 -214.4101305607492 -195.2591295592412 -189.3050064356115 -214.2850696338429 -240.72800497208624 -227.5309874318432 -219.8580034633777 -220.6801026316243 -204.0694002848087 -143.72064853011244 -93.19107767482886 -41.82948153955888 -24.425918520028397 -29.126166878137013 -24.373936376146677 -40.32545167100967 -76.37271690184079 -108.38196515045628 -138.67700238741295 -147.90108942175908 -189.5331139510396 -216.11175214267072 -223.9479384322601 -211.8637909332224 -207.1292311644509 -190.527039981208 -188.6657737221433 -205.55990752638536 -245.21111435926932 -235.70206861054183 -229.78056815873967 -207.7420017476646 -202.7291567075121 -143.95770467576304 -95.47812340904775 -44.198534316508336 -24.37406967971672 -29.126307246402146 -24.37407442024549 -40.102221793322805 -76.31915899791284 -108.32013944720582 -138.6334458623258 -156.08517510630108 -154.68440834772812 -209.45193811506437 -228.2381826360329 -206.4199983692528 -205.8942460906403 -186.2251451532668 -184.44584314611004 -201.07866377116304 -227.41578732517655 -218.69866199275228 -208.2061243990756 -209.0456900119425 -191.9624878560832 -134.318029673549 -90.87132030424512 -40.41564311773412 -24.41596357991841 -29.12616915167228 -24.373938610917083 -42.68828294573121 -77.23501925386908 -104.31837122994304 -168.82207165735173 -170.3676879187484 -187.0498631026654 -218.6796883498182 -234.80664969577683 -213.75354445274783 -211.5055384634332 -195.20845448903063 -188.5838542995768 -217.18006415536695 -240.67648057307807 -225.278907074382 -216.3684151519889 -218.0048311999201 -204.5024976327009 -143.86080491318373 -93.17760327088985 -40.57989426148782 -24.374051408290672 -29.12640487516836 -24.37417044910049 -43.19129178644374 -77.2720155768177 -103.9786575901523 -168.79178865017852 -169.9600123936671 -186.8519861985265 -218.33156706506412 -234.5088120503804 -213.6158618635177 -211.01774700719935 -194.503096246756 -188.7018920656097 -214.19882944523516 -240.6266424645703 -225.6034833892901 -216.3684151519889 -218.06941660466455 -204.5024976327009 -143.870915381874 -93.17935034526178 -40.50178976966208 -24.374013780123065 -29.126251546114904 -24.37401963782209 -42.13753162016707 -76.4871077340248 -103.43144716199495 -168.77891989355513 -170.80467292472238 -187.39787304905573 -218.4287354284997 -234.45025197135053 -213.66632657042877 -211.0654196789641 -194.7410873587375 -188.48803172304093 -214.78843241117815 -240.55121328375697 -224.26364715061032 -216.36841515198887 -218.0649206264788 -204.5024976327009 -143.9124013541274 -93.19407113220812 -40.45297355964154 -24.4264580834717 -29.126142280115893 -24.373912185857787 -42.42529095707864 -76.710589508403 -103.46347361698434 -168.82005980368808 -171.17833390883797 -187.1312900241669 -218.2518889927358 -234.3110218334916 -214.7351595455412 -211.22314476174188 -194.9079947990428 -188.49453755642443 -216.0850406012253 -240.69999329768905 -224.5559371422968 -216.36841515198887 -218.13110897341312 -204.5024976327009 -143.95495716021057 -93.18069259224258 -40.43802460599223 -24.374015008373 -29.126393783502717 -24.374137109895205 -42.173904768569415 -76.57194483521208 -103.48683510121124 -168.791895085399 -171.0700552769025 -187.09380619269365 -218.0899271812951 -234.2585852999613 -213.64139118943 -211.3530399034309 -194.72076305848893 -188.281904204488 -214.00446270892516 -240.70287071526 -225.14936598091464 -216.36841515198887 -218.20968829501572 -204.5024976327009 -143.96307822625923 -93.18095164856786 -41.904916074527925 -24.37385755370031 -29.126262130339477 -24.374030047152672 -40.17388749150252 -75.84635591037062 -107.79899880593166 -138.63344753390786 -147.52884595385075 -188.82980593870684 -215.81446134660632 -223.99426956624893 -211.7779628787601 -206.5409975149583 -190.51272471881376 -188.166115726709 -205.1296547439411 -245.1940008935757 -235.334297367214 -225.82964796296704 -206.0880897042001 -201.9697820547027 -143.94603265772847 -95.5337925133365 -44.21978986305107 -24.38807688712854 -29.12617703450135 -24.373946362572102 -39.8239093188434 -75.55980265169245 -107.48116256992851 -138.63344612064046 -155.08576065455134 -154.8790980509254 -209.8019864398613 -228.60334214525813 -204.60326367496629 -205.69260063842404 -186.17046072316924 -185.044623286858 -201.5101318902619 -227.3748274310945 -218.43560985800409 -206.39468564023736 -205.7641895885893 -191.35394718378384 -134.21583724815054 -90.89781622577856 -40.47951103446549 -24.426397285359677 -29.126155995983066 -24.37392567433684 -42.23352751823884 -76.42662071966686 -103.20718178741646 -168.82123702442703 -170.47429070832206 -186.85378033782945 -218.11209978762483 -234.45104080622735 -213.45544564640508 -211.01833852271412 -194.43581001101467 -188.0986026707041 -213.41848551862407 -240.67624720157423 -225.47057947387552 -216.36841515198887 -218.26147242354355 -204.5024976327009 -144.0541269696801 -93.18065008609896 -40.5111752465174 -24.373871624155903 -29.12630135258339 -24.374043616111912 -42.02574934671742 -76.40149420815143 -103.2428020147682 -168.7797744612929 -171.02831413252898 -187.0636973987264 -218.093546068386 -234.53656497834407 -213.52885422707564 -210.90161931089048 -194.6590405355135 -187.93741161273576 -214.03991380548263 -240.6000929737687 -225.8372413378979 -216.36841515198887 -218.32303481294912 -204.5024976327009 -144.06212045661542 -93.1997110883225 -40.470506871560055 -24.39310671502629 -29.12617437435249 -24.3739204251977 -41.51463786969173 -75.35304590572444 -102.17508307078312 -168.8220716573517 -173.66356586777607 -188.68872422233267 -218.9072574755036 -235.5165508643409 -219.9299691425086 -214.9947540393381 -194.7226340673144 -189.95081677926044 -218.2021367438428 -240.52656842246805 -229.070249295045 -220.15437813977852 -222.7469766761422 -204.5024976327009 -144.13601860807998 -93.17731587116576 -40.41837926599524 -24.37394417400917 -29.1264626193241 -24.4266986626554 -42.20369562138588 -77.24001990539637 -104.0659769215644 -168.79717920991064 -170.38490165386182 -186.97090893488223 -218.08003265340932 -234.5207459098679 -214.89540012528835 -211.2792515971349 -194.5464397709379 -187.9950803169937 -213.46891344387237 -240.5212356692302 -225.0681728476661 -217.16413950327865 -218.82550044740788 -204.5024976327009 -144.14101110308465 -93.17727784946976 -40.43236692941091 -24.374000445701565 -29.12640301406528 -24.37416861837139 -42.83137887850847 -76.98533152085504 -104.11287263463956 -168.79165498093255 -170.95102082384798 -186.8503518989076 -218.060987144882 -234.71060241822323 -214.24181066340844 -211.8580072956737 -194.727848313119 -188.2391883682737 -215.8295651302378 -240.59350599790656 -225.53259995877735 -217.11326815727108 -219.60028449826547 -204.5024976327009 -144.14602013691328 -93.17769755454152 -41.89346922975981 -24.373900297689893 -29.126304270649747 -24.374071493500992 -40.31110956668415 -76.01884536933728 -107.83451712085132 -138.63341100395846 -147.75167976702403 -189.17135558307243 -215.8073504812504 -222.98349748266253 -211.62826072961332 -206.44534146206396 -190.15816869681024 -187.84587474202613 -200.6744677117505 -245.33511872909168 -234.73311079621556 -225.829647962967 -206.21995632800963 -202.18464611092884 -143.95867131085842 -95.52878906074967 -44.212859262644464 -24.41305354278962 -29.126171468559257 -24.37394088919067 -39.968089886403575 -75.660019739695 -107.55328030982116 -138.65619209875967 -154.46909135175423 -153.99958321438362 -209.9516597926039 -228.73746965441157 -204.7044492103205 -204.7481382103924 -185.9924335919899 -184.0342182684925 -200.0365665089089 -227.49135492471729 -218.0016581022004 -206.29386818637303 -205.81908219620547 -191.51332252106707 -134.20467789268992 -90.91323504016025 -40.61243717594944 -24.37405793975744 -29.17894525366644 -24.37434719535377 -42.784702640177485 -76.91659402210914 -103.59159966367528 -168.8126273874265 -171.86142671706244 -187.351726881965 -218.01842751454208 -234.83689291235515 -213.57877307553525 -211.00855097973104 -194.4321139161333 -187.77085847664137 -212.4584798279261 -240.6698995005869 -224.84668697817105 -216.36841515198887 -218.3871839033448 -204.5024976327009 -144.22219684431337 -93.18798937932382 -40.57038668361344 -24.37405627761886 -29.126391693270133 -24.430738849511904 -42.85651275854677 -76.89416907504864 -103.54042167602564 -154.48833271153225 -169.58054014100455 -186.6528929822538 -217.9218243948479 -234.65783996111284 -213.36782767426337 -210.79272051136212 -194.42350272348855 -187.9802119653044 -215.54881554320983 -240.6564692755022 -225.0521853074248 -216.36841515198887 -218.44850680637884 -204.5024976327009 -144.22843187844907 -93.18277048772744 -40.561878486814095 -24.374075485451257 -29.12642869777563 -24.37419388333664 -42.40948921307253 -76.64399582436894 -103.45814496844082 -154.48230651005187 -170.0012127916865 -187.2353450749684 -218.09203635274264 -234.7066239653028 -213.16397510350424 -210.82565490619405 -194.40918640538257 -187.55231135569764 -212.37399874517305 -226.37890284265436 -225.10832667142995 -216.36841515198887 -218.3948849095956 -204.49860758461728 -144.2316010322848 -93.18210521655872 -40.49984597526583 -24.373937197619227 -29.12634065049589 -24.37410727627579 -42.03557001072459 -76.38849121877331 -103.1864869076661 -154.4740724988018 -170.00543307702108 -186.7725033991796 -217.92962661579017 -234.7238246524159 -213.27917662774664 -210.82342508297765 -194.4724954213681 -187.58388216050056 -211.9888578227576 -226.3945634299286 -225.1651626621272 -216.36841515198887 -218.44923085821463 -204.5024976327009 -144.23412417691097 -93.17231464739064 -40.51608177966487 -24.373930351964887 -29.126333900917903 -24.37410063703204 -42.48366564145415 -76.74972922615511 -103.55853045232163 -153.04971463911454 -169.58054014100455 -186.8005359319316 -217.8389407386628 -234.76384465402032 -213.30614701631984 -210.8526764230176 -194.4163962066175 -188.3999042966762 -213.4024454896912 -224.46654427824387 -225.219735655348 -216.36841515198887 -218.50829677164396 -204.50249763270088 -144.23765838119587 -93.17478629364844 -41.92404015738949 -24.373825277853317 -29.126230311044463 -24.3739987547453 -39.5664744039312 -75.45264956920194 -107.4136203351808 -123.9912419431864 -147.30517433466292 -188.870290999628 -215.9099872304645 -223.12328498196496 -211.493229282707 -206.3557606951278 -190.7809748684693 -187.79505382635824 -200.4768243484447 -229.88081258855064 -236.0981874329694 -229.2576000044957 -207.8553706523067 -203.2983420472017 -144.04398047373172 -95.51638852590833 -44.1692018690778 -24.374019764859163 -29.12625750946688 -24.37400252143684 -39.60456397530774 -75.5112033293807 -107.65369574487308 -124.1177869046534 -154.6890138426783 -154.16862504823075 -210.25063528319168 -228.8180359588665 -204.7616649172201 -204.6635902871136 -185.9842291853464 -183.92997144721065 -199.708350643512 -213.1687121783974 -218.2970171997026 -206.5347744840225 -205.8560225796452 -191.61684764607529 -134.22035793645304 -90.9139452990774 -40.54270593105738 -24.37400562883004 -29.179054477595827 -24.373983663740024 -42.94375448695304 -77.0995088599185 -103.87578496015624 -154.49442479330486 -171.24075498727092 -187.24489259661715 -217.8607497449171 -234.7277346859045 -213.35188608669492 -210.7934115461113 -194.4240327964189 -187.74424339123425 -214.3440759205525 -226.43637384750215 -225.46063601190932 -216.36841515198887 -218.4525733172147 -204.5024976327009 -144.24160287225249 -93.18343992686088 -40.595083411241816 -24.374009694013925 -29.126187442468726 -24.37395659789163 -42.57460652702608 -76.7725776727433 -103.61824009656296 -154.18844035822377 -169.58054014100455 -186.93449834296868 -217.86760563340823 -234.73055727434172 -213.33168416895708 -210.790850784045 -194.47472243465344 -187.46530435632155 -211.94486041757372 -223.97723529932088 -226.8724946395425 -221.2557747135 -224.46758456981908 -206.5804218823469 -144.61046418967402 -93.19374631068996 -40.46975986328349 -24.38042521141391 -29.1261772735565 -24.37394659893176 -42.13194629318063 -75.35290022892708 -102.18938160884848 -156.1185219892603 -172.71426306546954 -189.8018637830418 -219.2120381593165 -237.1268017238804 -219.75098046171595 -215.30288870980465 -195.35986576924276 -187.8587455171459 -212.16902443075483 -226.4225160752273 -229.9797404495009 -221.3067995240393 -223.94928699606945 -205.57093346524124 -144.24230997723308 -93.18135300882945 -40.48404107865465 -24.373940914388047 -29.126178945219596 -24.373948241415587 -42.74137904161886 -77.60634403900454 -104.5131366618961 -153.85631150851802 -169.60508165367855 -186.97347215682453 -217.8759739282696 -234.8283529388441 -215.14595577588585 -211.9741128146971 -194.5353213423984 -187.85749194392105 -213.52346603437093 -225.46454940355133 -226.72607443286736 -217.99243499662916 -220.3771930669592 -204.5024976327009 -144.24206817652342 -93.17979945543124 -40.48401119579687 -24.37394815087868 -29.126186156651144 -24.373932059496735 -42.55118990664889 -77.10363413586848 -104.25502126693873 -154.18847592963306 -169.60508165367855 -186.99103273571225 -218.7775910599349 -237.72661569848484 -221.3890484772392 -216.7061828821325 -196.4992985347745 -188.1726202401385 -212.00726049808625 -226.45024328235155 -231.4960953956401 -222.0241839368048 -225.2893317074579 -206.0639813183232 -144.24168962809432 -93.181813507818 -41.90914347194097 -24.37471999531827 -29.12617857820932 -24.373947880247265 -40.14823803305591 -76.32809567905991 -108.47860275062828 -124.11754680397088 -147.87654489029055 -189.2923102064692 -215.94324678374065 -224.28933483304516 -213.37598058989232 -208.95179556134744 -191.08217816561333 -187.9570350772164 -200.5996704958303 -228.97607533609437 -238.28001164153437 -233.1207612145591 -209.2866610034986 -204.0268163776013 -144.12141823311265 -95.49893033378696 -44.18171634485535 -24.37384054331613 -29.126245360763765 -24.37401355494989 -40.22121109939294 -76.42933260579332 -108.579559719416 -123.49366850874176 -155.19970465091848 -154.08184199205186 -210.45594816066745 -231.09083066476973 -209.81443702191788 -208.091508252799 -187.4329431585874 -185.42613410757724 -201.11049541573917 -213.9006814848405 -221.24900696747108 -212.06443831509264 -213.7630544038776 -193.28246412083536 -134.2324708582621 -90.89401647806064 -40.43320341978978 -24.374017378742973 -29.126534233215715 -24.426626793129117 -42.82660156653544 -77.58935761809553 -104.6642942901976 -154.00049816606537 -170.00543307702105 -187.0028112915301 -217.9514576976394 -237.12379011199872 -222.7131419081422 -219.78455148027288 -196.2096656383499 -187.52645569222489 -211.93753821085505 -227.36736519406696 -229.6703109751676 -218.61392627768765 -220.08180382656744 -204.50249763270088 -144.23690713598307 -93.17180898206097 -40.56928160427708 -24.3740311322286 -29.126328405133 -24.374070292414327 -43.26747599420486 -77.82981061045282 -104.56458705454428 -152.59913024425424 -169.58054014100455 -186.89739811334923 -218.03925860236532 -234.8274062462944 -213.28791016581744 -210.9759034655188 -194.47547200492377 -188.07050022962397 -212.14306229908715 -224.11600386911087 -225.16362658818508 -216.36841515198887 -218.448833386487 -204.5024976327009 -144.2332798910954 -93.18175823769784 -40.57369393916971 -24.37398272041126 -29.126336916401826 -24.374103603254586 -42.62143380197686 -76.90656321001745 -103.71364163621858 -153.98179139010645 -169.6675026847304 -186.83741944848688 -217.9651551005292 -237.2129267666615 -221.93421527042415 -220.2586287251919 -199.81856315241853 -189.94514884381763 -216.79626934666945 -225.91693726596725 -221.56742664734907 -212.82675293782208 -221.2289339517264 -207.8933163843636 -144.48563765895443 -93.18030758699022 -40.44676996883717 -24.3739103013868 -29.12631413578106 -24.374081193260373 -42.24165491933569 -75.40545971140264 -102.99135663174376 -154.75052924125052 -172.10781005382307 -187.73830834100184 -217.97020787250065 -235.48662539556992 -219.2016200241769 -213.74414635739325 -194.8234151666554 -187.7509374174607 -214.034293218375 -225.850446888968 -228.99709051515583 -219.59296277949076 -221.54749994617129 -204.50249763270088 -144.22791022464085 -93.17250662162203 -40.4557679998432 -24.37401965127121 -29.1264219506903 -24.374187246166723 -43.10812294323436 -77.58743555037165 -104.49666854587764 -152.33585591225585 -169.49115096265115 -186.92864685363324 -217.9967411268612 -234.7385966388652 -214.92915732897035 -211.1551517999764 -194.41997296674333 -187.6511214893208 -211.7367659588964 -223.4364457003313 -225.5355023761101 -217.28473942453937 -219.1635451073005 -204.50249763270088 -144.22451193822832 -93.16740218043392 -41.90146652873344 -24.37402919749293 -29.126431365343148 -24.37419650630523 -40.49803571237239 -76.0843304915732 -107.92580306966497 -123.00959557618008 -146.8004183598009 -188.64573052041823 -215.8011694713192 -223.1399769964506 -211.5719484868668 -206.41657300157843 -190.26813668500367 -187.71771543112035 -200.15373089849092 -227.68660627310535 -234.68018856200385 -225.829647962967 -206.22186859252895 -202.18464611092884 -143.96025384538555 -95.53208616737292 -44.20652739258744 -24.424958429380915 -29.12616881700909 -24.37391493555815 -40.02748305559679 -75.74537274723792 -107.62850069097792 -122.476211830085 -154.20014585587543 -154.13373255473294 -209.91094658603168 -228.7063748224344 -204.7327884911314 -204.77297389431465 -186.04514833549317 -183.7265215990577 -198.94113398148315 -211.5099810866096 -217.867007749558 -206.28226154841883 -205.82321993687904 -191.4544425230699 -134.2621571567081 -90.84411073419253 -40.4556835662376 -24.394692845712058 -29.12617401181979 -24.373943392554423 -41.984973043886605 -76.35311127049275 -103.37542299209976 -153.20585147932542 -169.31435849766217 -186.5687821428072 -217.9654390589192 -234.52677536116963 -213.3821167340033 -210.89339077834336 -194.48193369755583 -187.5804958621912 -211.9370967315321 -224.2048678224928 -224.5241200147747 -216.36841515198887 -218.32470159663947 -204.5024976327009 -144.14471564745548 -93.17800080993274 -40.45164120079173 -24.374092726001678 -29.12633021267188 -24.37399572512677 -42.36031151902208 -76.69871890440679 -103.51992807263052 -152.1170236079308 -169.58054014100458 -187.1440896068788 -218.20766495032368 -234.5502296483464 -214.95951923984137 -211.8801968299867 -194.441406427156 -187.64702961153267 -212.0518067696228 -222.1401147933764 -225.56896311385 -217.74274995330137 -219.6464265442943 -204.5024976327009 -144.1398650615437 -93.17738988371848 -40.43352401246762 -24.37400978114462 -29.12641221967671 -24.37417767379021 -42.53777663127365 -76.77212494468169 -103.76140992620624 -152.12457486947844 -169.58054014100458 -187.0110530545086 -218.01573193321715 -234.56681817108537 -215.22415815408812 -212.2928253536921 -194.44188143034535 -187.65269105427257 -211.68130752185056 -222.7209015984593 -228.70480340156905 -219.52332041598265 -221.4254914880386 -204.5024976327009 -144.13460544595344 -93.1778174232022 -40.43081125430741 -24.373956431211703 -29.126474611250483 -24.426738212145622 -42.78395733391493 -76.99827828507395 -104.08928989934203 -151.88081255563836 -169.65428668404255 -187.2542814531423 -217.95731774324847 -237.35590545709744 -221.2611151607877 -217.42529698300223 -196.4932874189743 -187.5943869592709 -211.99025926316835 -224.00044521466455 -232.6529021071396 -223.28606255103605 -224.99940303188063 -206.15440490305824 -144.05926543606836 -93.18350956049136 -40.48142031260594 -24.37395686432085 -29.126194839333916 -24.373963870146216 -42.55708791053795 -77.50971093841508 -104.64033038481904 -152.98741785986698 -169.30871026395025 -186.78815578276053 -217.96521604965045 -234.40800726583691 -215.41838208255407 -211.9615151037795 -194.4747546559788 -187.52758862768067 -211.6423449416185 -222.7799314457971 -225.8701740799256 -216.36841515198887 -218.2602585666495 -204.5024976327009 -144.05271057326732 -93.1810688445643 -41.896005961190255 -24.373914579734453 -29.12631835166269 -24.374085341809817 -40.12330556344384 -75.90203044680189 -107.94371798647612 -122.90714362863514 -147.07216147264606 -188.5919961700889 -215.7362584366651 -223.95609858615356 -211.63063240937373 -206.2670092373721 -190.17038436633777 -187.6564336845288 -200.28056705337923 -229.70354198404013 -233.7852060758767 -225.8726039692152 -206.02102496493745 -202.18464611092887 -143.9397526136245 -95.53601944278334 -44.22043479621944 -24.37892572338449 -29.126179074114425 -24.37394836895822 -39.90556872948704 -75.65642735672914 -107.6229382709175 -122.3105240458715 -154.30489338796568 -154.27816807086882 -209.75202194053904 -228.49756950027188 -204.6503105173509 -204.79508346996448 -185.94183977897373 -183.6738028154305 -198.6941058117685 -209.82277265898023 -218.16433836990123 -206.31660184014584 -205.7555806065551 -192.3836679229516 -134.31472825653245 -90.8774532368113 -40.458034222318375 -24.41265425171656 -29.12617155814679 -24.37394097669928 -42.004426767034026 -76.38366212796338 -103.29937320808702 -151.82910864941195 -169.58054014100458 -187.0568826346069 -218.47725928207964 -234.30505343882265 -213.60431503132304 -210.984260652984 -194.50903074315192 -188.174274291492 -212.38593608107183 -221.70379987118287 -224.83099593239177 -216.36841515198887 -218.13191517366005 -204.5024976327009 -143.96106037308644 -93.18282024130012 -40.48993225389471 -24.373875050243345 -29.126279379661742 -24.37404701266078 -41.93542683830587 -76.34279905194646 -103.2283630882456 -151.78836832388708 -169.58054014100458 -187.04992893363857 -218.27164949576803 -234.29131503756852 -213.4779546696548 -210.81581937919464 -194.61042686522916 -187.7806162015413 -212.17686548489888 -221.42715283383512 -224.4948957056342 -216.36841515198887 -218.1280925219932 -204.5024976327009 -143.9530694549052 -93.18203457199682 -40.434471752062 -24.37403388971201 -29.126412424835607 -24.37417787629633 -41.982439985079246 -76.27910744710474 -103.24776744941528 -151.74099127586786 -169.41896514132793 -186.7238148296821 -218.1951436121329 -235.3010363556192 -220.6499272158064 -217.62157313409477 -196.6916745650342 -187.77640474262745 -212.36391101255523 -223.3785212706407 -230.42231939955897 -220.9447711763009 -223.0232591062013 -204.71002348262917 -143.90332771375645 -93.19480031923216 -40.40501537997479 -24.421844553307547 -29.126167808481288 -24.373913941184725 -42.09365654966843 -75.35292515036966 -102.14964242676136 -154.8025200612785 -169.61479452550049 -187.71332018123516 -218.08131241879516 -240.7091625833064 -227.0297066077171 -224.38582571795632 -200.7802813707816 -190.03276283373884 -215.83298050275292 -234.29783121808725 -241.20191857492688 -232.5805476140116 -234.31722626129735 -211.0268410979541 -144.74577500361863 -93.17843820943266 -40.45899015086047 -24.37402746560747 -29.126265182675517 -24.37403304888003 -43.32543827311115 -75.37043561125176 -102.17186559310308 -155.8419037502642 -172.50208256168884 -189.18126567902652 -219.2330977300537 -242.11426544638195 -228.4006724056942 -225.4373836007856 -203.1514214869815 -191.8448892894852 -217.30714818866596 -236.1933245495005 -242.106934701804 -233.9067992625246 -235.66350676580245 -214.2652311613344 -148.58353606295444 -94.11200664540053 -41.84786643062744 -24.374014177824765 -29.12642192234709 -24.374187219668663 -41.09880643470019 -74.40475710444993 -106.23556756518433 -129.45893850634985 -156.11481288929804 -195.2099183430969 -220.1932467675171 -233.52958072851348 -223.5750401229123 -218.48960625264007 -199.08891253315213 -194.81564412925053 -207.62007408328665 -234.86022652061095 -248.70003837341497 -233.26400034021032 -220.455808126544 -213.8218590074986 -152.95196194364868 -101.04066595347216 -24.425384924348027 -29.126346484327936 -24.373911458888333 -40.70345696180066 -77.04106907241145 -109.02796802338622 -135.14418844908602 -153.34344137877883 -154.33330833069263 -213.0284402675377 -238.2830002365995 -218.5421095996169 -206.10911558898985 -182.9055638246573 -180.59860842745277 -195.3407622786201 -204.9034759046286 -196.8961894178489 -202.881042153276 -202.6158306770995 -194.75655454000497 -134.4162019113892 -91.49137864390072 -40.39863314225091 -24.42664894951465 -29.126109755172983 -24.3738802055764 -42.27216808417316 -75.85102617344477 -102.75642399327684 -172.67920047378067 -175.3390655865021 -190.3488701553628 -219.9886577316149 -245.01032317165013 -231.14007697464936 -228.42141032768976 -206.35460936271613 -194.63524080829703 -221.03185060705331 -233.57127863022956 -203.6777321256161 -213.2811105766343 -214.87578642300005 -200.730515674032 -140.19726128738955 -94.2950653178265 -40.40734081450868 -24.374095016620263 -29.178833837839537 -24.373803906395743 -42.90113116340531 -75.99458515074024 -103.00610666996197 -165.28721104507716 -166.6080682112676 -183.7734329954843 -219.0939468859401 -273.91309146886704 -278.46437785697395 -283.4976190980292 -256.90340974254235 -238.22906208499012 -257.2490356207542 -266.1494525597173 -246.83001274405265 -242.70088426420492 -235.20351974218656 -204.78668368106477 -140.53647545535725 -89.64597279189056 -40.405242668479765 -24.37406051136745 -29.179076858938863 -24.37376637123002 -44.44762465512965 -77.48231656462175 -105.03798260227984 -165.4514677357811 -166.81503676168364 -187.90612244075157 -243.7886908391677 -286.0745068157087 -283.9733664226852 -281.0475439655573 -262.7782972737209 -246.38150332985987 -269.4677497497937 -283.6117080742108 -268.09915141176134 -259.2865345454258 -258.9142676825751 -217.3544184107936 -140.6431345773961 -89.77163004604174 -41.857317722615406 -24.373974604700287 -29.17902283961183 -24.37374108200452 -53.12843703738328 -78.00339416050923 -104.837895257224 -173.75593657314135 -183.43778776722257 -183.4257599123625 -215.2600552095458 -232.4130750626792 -210.89697405972365 -208.4093418692735 -205.4650991998545 -197.1024653724125 -208.51469735470036 -215.61358185074687 -202.24951513654645 -213.373339398213 -214.79117240976336 -200.45548654973405 -148.1446331550508 -94.04597560377329 -40.470283958882256 -24.37391959753018 -29.12632330058493 -24.37406749795175 -42.72917343249345 -76.41627658067677 -103.40784842181014 -164.4834212174124 -181.34635317472015 -196.5460069627489 -225.40816460072784 -240.61259323243007 -210.63677663232735 -208.12603216975452 -191.5085044148804 -188.11198895888887 -211.8539012619483 -224.87865725014495 -217.7000352740271 -227.9292853601195 -230.1894723464225 -209.51277806982628 -144.69448395128933 -93.20794339760369 -41.85291537990126 -24.37406265083757 -29.126464353234194 -24.426700543215944 -40.34174115845795 -74.40496525757554 -106.55632774550357 -126.01784792242567 -149.9702417826782 -189.8032574759452 -216.14834829480156 -224.86212729076203 -213.3068240133975 -209.22774351470588 -191.41540475981043 -188.4432454481189 -200.63833117542336 -223.9276096603329 -221.4570537978552 -236.52284019516847 -213.18390600545231 -207.87722017418923 -146.88977541791706 -95.53274590729858 -44.16520210084594 -24.384969241886782 -29.126176233587582 -24.37392226169507 -40.90099884099784 -76.86411705576629 -108.9222564472344 -124.59628763540688 -155.80932852025998 -155.0132230837277 -210.20714103964755 -229.41808944380745 -209.0022490391561 -208.3403192818891 -186.81997035440037 -183.96427796145483 -198.84107604272708 -208.92984479187768 -201.8798976397872 -208.68903030469576 -208.824149424627 -191.4397141226592 -134.277417770548 -90.8940634269141 -40.44960310262803 -24.374135488647106 -29.126372824107627 -24.37413892179686 -42.70505366269566 -77.53841537809369 -104.63704001785612 -154.4781180397902 -170.1663681445487 -186.3544089686029 -217.9770582294832 -234.55348729674208 -216.92428330176875 -213.31886577691645 -194.4600960149495 -187.44285364112665 -211.02857716275105 -220.2970152595428 -212.13578359695617 -223.90726756338387 -225.6851748784745 -204.85105379645483 -143.7718142259577 -93.23035553221824 -40.43048899790796 -24.37413040089914 -29.126367755357187 -24.374133937395875 -42.72481167954098 -77.60089136368912 -104.6850156011298 -154.4775089458926 -170.00121279168656 -186.88779816371087 -218.61432466200245 -238.1042286493269 -222.9054348527352 -219.58747277449476 -198.21260690685463 -188.31584177955864 -212.2309968212712 -223.4220229620684 -215.1558920230223 -225.79148744345028 -227.3471636832529 -206.67920534561503 -143.79820585860026 -93.22061250734656 -40.43802256604793 -24.401311410177225 -29.12617249921475 -24.37391857142681 -42.90830357591479 -75.35304350694375 -102.15343706178017 -161.4513189174918 -176.96448271046867 -196.03480582439616 -226.15209197728703 -231.3741233258746 -215.97825076377416 -214.11225949028065 -191.9019399211139 -184.56244589044124 -208.0431017960885 -215.48497288636173 -202.07892253560283 -213.1000105775494 -214.13951452007885 -211.1454871621235 -146.85721794478593 -93.21022697357658 -40.42453196365382 -24.37408574347208 -29.12644997978416 -24.391744915723127 -42.478556146414014 -76.04077752525308 -102.7595394613882 -156.69303219982055 -170.55511846437173 -186.33612746319272 -217.99760963237364 -236.21231149057613 -221.4410809924278 -216.51951574948143 -195.561571601936 -187.5002307754542 -211.00380805745576 -219.30049533194423 -209.4486758881363 -221.4812801236193 -221.94627728139176 -203.33350886534512 -143.77570320808778 -93.21213372629778 -40.42091093622669 -24.374052837457533 -29.126454675832285 -24.413647361224665 -42.824175596319314 -77.74799984744955 -104.9642448160425 -153.6335854500275 -169.68882259832017 -186.3493359232073 -218.16331468168016 -234.50981768137112 -217.18893208690525 -213.57898783605089 -194.47099921958517 -187.5093341755995 -210.9870028726062 -218.4560079722692 -207.83293346872867 -219.4710017348636 -220.7840763651305 -202.9578431228828 -143.77248504771575 -93.20400024014172 -41.85436367753506 -24.373934342564223 -29.12645300204781 -24.40542735284894 -40.07470605813554 -76.19023350648865 -108.30760140501052 -123.2786317430808 -147.07212092771033 -188.27481379862243 -216.1328879966553 -224.6894445216736 -211.9800829806166 -208.06889914681528 -190.43954364550768 -187.7913026471213 -200.09358128472763 -223.5055184674336 -218.00915257559805 -231.6937454264321 -208.88705949343716 -203.71925068056103 -145.2479104306018 -95.48037995924726 -44.19207612113805 -24.373954996738902 -29.126473206985303 -24.426736697869835 -40.1174873594783 -76.28969442455836 -108.41076722119293 -123.98469446520517 -156.44959689857538 -154.15677476422422 -209.32733893293053 -228.1539431724269 -204.90555121312892 -205.0593982319787 -185.98212000322977 -183.6071677016845 -198.30499535963187 -207.635120948156 -198.3751388702808 -205.26635282747827 -205.86178215674968 -191.953272497051 -134.32337787272837 -90.86004975752576 -40.45828533202977 -24.389721368227224 -29.12617514820291 -24.373944505892247 -42.22391650645123 -76.89797162561376 -104.02281754043848 -153.11974891043067 -169.47287690275323 -186.39015669872 -217.9721772756422 -234.53416066151397 -215.46021325468936 -212.10182780265012 -194.56000394534905 -187.53683049456583 -211.01522868730916 -218.08796082547863 -205.69758771850613 -218.92247577462763 -219.55255125045477 -202.6657114364928 -143.73042795936587 -93.1866403986545 -40.40823727472329 -24.42653159103064 -29.12615877463734 -24.373928409032622 -42.36768080026925 -77.08649321180435 -104.16664665801537 -153.3028138675332 -169.31102337650387 -186.41585786444625 -217.97239264846507 -238.09513953960845 -222.61430625628236 -220.00168200764583 -198.6707270768124 -189.01533683350337 -212.58741287103908 -223.93184691959 -214.0005920943276 -210.8904901637098 -226.56304886299307 -206.2710759818417 -143.6962119888962 -93.1824021532501 -40.47106428224036 -24.38700331205048 -29.126175772094783 -24.37392180245253 -42.50945264896461 -77.50229401541365 -104.6298084579415 -152.7106368443015 -169.25630881241074 -187.1128762355901 -218.427235562658 -242.40093861956296 -218.41654799008785 -215.5712262259742 -201.1217251460053 -191.38351093724805 -214.7927407686386 -225.15047817002184 -216.1242712802044 -213.34933063654535 -228.23599622568472 -208.18603908331136 -144.44971384923844 -93.16681818224936 -40.47103523794935 -24.37412306752162 -29.12636044644598 -24.3741267473107 -43.32539202994615 -75.37269788468309 -102.29372440099576 -158.1579160963389 -174.76122820397353 -191.3694177025199 -221.0979128188854 -244.22431010185525 -229.95959952034244 -226.0089725006297 -203.64405778590336 -192.6406148992985 -218.80535489453408 -231.48022783601792 -212.8499098203691 -209.23102828584751 -223.88855106605635 -210.73849284327912 -146.11252761750848 -93.190730196215 -40.4755356575256 -24.374015251787885 -29.126253014258165 -24.374021082098665 -42.82723160007837 -75.3530057063022 -102.21040203592996 -161.70088116968708 -177.5926639141308 -193.68115762448065 -222.74010955441028 -246.9348238292832 -221.35129296489023 -218.28160966626115 -204.36911782384692 -193.50085450145045 -219.24070640360267 -231.7723296603912 -201.36200229503197 -198.14089612347195 -230.34949674805853 -208.11201759378375 -144.62302182862052 -93.20397174243756 -41.90865167648951 -24.373947253837336 -29.126185263682345 -24.37395445463026 -40.07029770249662 -76.48883818175487 -108.69746685098008 -122.8273210471762 -148.56339190202775 -191.5008201215445 -220.35083057108383 -234.75824124008844 -224.54705382817292 -203.7398820939729 -187.52512923188775 -191.49968173657837 -202.67099023677196 -226.0945271009013 -224.3921711091153 -225.329708899654 -218.34803805084795 -213.15666088594543 -151.60410077168171 -96.36916710657124 -44.16827297301537 -24.41722807495058 -29.12616886217345 -24.373914980751408 -40.5119627651573 -76.68923882719771 -108.97308228171964 -120.40800071696154 -150.7217078824981 -154.580294730747 -209.24031895264 -229.74656249901108 -210.1177465756429 -209.9748803718033 -188.8293941782429 -185.79514374077655 -201.9231160416939 -211.81314499307675 -205.8431721827421 -197.3778958159912 -213.2422401704108 -192.09654103828555 -134.3496663732901 -90.8883119463274 -40.410574268343545 -24.421712670154847 -29.126167837809778 -24.37393731807177 -42.87455329478528 -77.49386578517094 -104.5997307357902 -152.12634488684512 -168.70840230077908 -186.6599070063824 -219.56333749853476 -243.257427328973 -219.19580857542545 -207.9722669188313 -191.17213225787472 -184.3232131400048 -207.8070407793242 -215.13318280406685 -211.59231306610897 -208.60100238371496 -225.97553489636368 -205.87367629936165 -143.9059330306144 -93.21569826912824 -40.40625962112955 -24.422867021026967 -29.126167574973824 -24.37391371107225 -42.27911261621824 -75.35292572264824 -102.70727309176904 -157.69067806133708 -171.33721314196268 -188.817386394275 -218.61894445818467 -242.05994097092503 -225.94780647123747 -222.6699470743468 -199.2164051434421 -188.48973413493223 -212.34897922304216 -222.78012596625237 -212.76041486636632 -210.5765636212968 -226.8446555007341 -206.70815699336143 -143.77190500093295 -93.1943852330648 -40.440849833261815 -24.37400862008801 -29.126387474321653 -24.374130879648337 -43.043890298597134 -77.87586507028666 -104.9510152527152 -152.0156317847588 -169.38725728638718 -188.67748038201623 -220.81795873982588 -245.08711144276876 -218.7880717240966 -221.65724416555904 -200.53045719283244 -189.65196408910387 -214.03882135010608 -226.20277534143096 -216.2474665844948 -211.99794739141512 -228.6504938170696 -207.93659304356305 -143.77427894630986 -93.19616267391308 -40.44617652817788 -24.3741197099618 -29.126357100541565 -24.374100880689976 -43.157132269558986 -77.98777922459291 -104.99484255214936 -152.11997739130504 -170.11803433454466 -190.28091979593785 -222.5281955252732 -246.5287882595269 -210.5001133939293 -207.85762689352453 -191.3408886500148 -184.4223763044804 -208.1032909973791 -215.4432051332441 -198.89973477436124 -197.37900880237692 -213.34077942837573 -206.73905030497804 -143.9309636116308 -93.22078023850192 -40.42506195970371 -24.374069292906817 -29.126470902984543 -24.426734205891023 -42.19332127792042 -75.54630303342263 -102.70597826322556 -153.66836553488278 -170.88729884053814 -183.0404695247092 -215.15047977231973 -238.0759272799544 -229.8917321711841 -228.01984531120567 -204.7597382818333 -186.3036497395088 -210.5566554274556 -218.61341682400823 -208.49969304768956 -204.4172985329219 -223.4673601214873 -199.7883955348909 -140.38599835719694 -89.66575307943302 -41.83498491655272 -24.42659995307833 -29.12609185215716 -24.37386260100634 -41.293916940530586 -75.77378939602328 -108.0170579287054 -118.72228875961784 -144.34496770959908 -186.27339449012183 -213.8511728735516 -236.77893428342867 -226.2695443793874 -233.2581603472052 -209.1485435264273 -197.3119923003774 -202.40620704739524 -221.93637302025792 -221.1784657570467 -218.20828238553668 -205.8483202359147 -196.9489031050626 -140.3578567102439 -91.98737721594068 -44.27681449838691 -24.374103191258527 -29.12634063887944 -24.37408462162213 -41.120621690971184 -79.20046221837484 -111.95831690395526 -118.6697480350944 -150.97587190643827 -150.85796441475136 -206.8913717375811 -225.89958497676588 -202.30698498467365 -202.0278770267077 -183.78538556003687 -180.9277240794868 -195.6284504121624 -204.8999669111356 -195.78169476204204 -187.33193603335977 -208.8436908162373 -192.5385173418489 -134.38401856383996 -90.85762110075224 -40.47625788239306 -24.373985760902915 -29.126376301561685 -24.3740949190864 -41.668977175120446 -75.95167054596595 -102.93092041222374 -155.16387085212264 -167.9944036604841 -186.85856109188177 -218.2815584099924 -243.2191560683792 -228.47255390596703 -224.92905501981775 -199.00090726139925 -187.60805435523213 -211.3637885086072 -221.9104589377705 -213.42460476843056 -212.4103157165753 -227.39856034924435 -205.7698629704835 -143.8512926037359 -93.19837784497508 -40.42895749399556 -24.37394481464436 -29.12646324517346 -24.42669934394504 -42.90021399812003 -75.35277818115885 -102.64095245346316 -154.7310525776111 -170.12779830899666 -189.7869290371811 -219.3180039490518 -243.0941420260892 -228.67714427583837 -225.8940294058741 -203.89337948811857 -193.8667387539148 -218.60407872582223 -229.4529672846758 -218.4541231245022 -213.60558887289156 -231.15398776886013 -210.08160465910316 -147.0359759755603 -93.20254058576434 -40.45370188628604 -24.374089645522957 -29.126327142342227 -24.374093987581723 -43.39322693334317 -75.40536569324914 -102.21158272717004 -156.26131491991646 -178.6606263968444 -197.6020543821927 -226.439202345242 -231.25064096844085 -210.32059852650343 -207.72823559531037 -191.34028889352248 -191.2647243282577 -217.22950188376703 -231.8239315031967 -218.4564246327421 -215.7096474973726 -230.3435526741732 -208.44319744382256 -144.49474511920133 -93.20942184203722 -40.40062852268178 -24.37402619502202 -29.15956522671293 -24.393400474209507 -43.24585264429793 -75.35286015118972 -103.06461419956044 -154.14867380779535 -170.10142612663435 -188.4022365369722 -219.06502599250675 -242.57473313024315 -228.5806289571593 -225.70812980860788 -201.4329405479544 -189.5924556617053 -213.99417847360849 -227.1536550264352 -216.44605290957145 -212.137238349351 -229.4901403567497 -207.61659921650315 -144.02184037539257 -93.20530037198576 -40.48201332764032 -24.37396303957077 -29.12620099062073 -24.373969922853824 -43.581477607692975 -75.35307127284129 -102.189484638156 -156.98434459851583 -170.97903594712545 -188.99444947936152 -218.5603799888473 -241.0040874038905 -226.2904984829643 -223.17571663762047 -201.44318229562984 -191.55597046462225 -218.176279114898 -224.38797074801735 -200.41619947158745 -197.7434622709693 -213.49909999076692 -204.93146893471052 -146.99395187337862 -93.20428571536492 -41.84628866694036 -24.37407276169384 -29.12647432209845 -24.42671138080837 -40.1889215002265 -74.40481184393252 -106.86382296316556 -128.30580737405515 -153.1866285228464 -192.83124604140824 -216.89431613984092 -229.02468201556627 -217.86404713415075 -213.6225827710165 -192.21909572594384 -188.76878603387388 -201.54040819331672 -225.4563689212252 -224.09514695019016 -222.313417099742 -213.66932823772825 -208.0832187079137 -146.92875873633398 -95.50247645145272 -44.190241289102026 -24.37422179569118 -29.17884626221648 -24.37383903195866 -40.81559255023716 -76.94380339262574 -108.977242040793 -122.16221035230927 -154.22117384744192 -154.02979843887346 -209.64694118007185 -228.30074855683372 -204.78528149387773 -204.99705025187208 -185.8020865004093 -183.5857899835229 -198.2264990206876 -207.65177414047724 -200.0489350336684 -190.9138293466014 -207.53586958006895 -191.7476311632582 -134.34952299582426 -90.89183528207228 -40.44219195241 -24.40531566008024 -29.126171584224014 -24.37394100480767 -42.36968768051217 -77.24404977147942 -104.3719183535275 -151.41659422044765 -167.06573564656713 -186.1823984922644 -218.14449674525864 -236.4461589561421 -221.02571105060832 -219.11160522011744 -198.9422017811117 -188.68951295991585 -212.2491727249528 -223.69894661186052 -212.9426248948849 -209.82727667113755 -226.6691781800365 -207.35057819558463 -144.39353416123205 -93.18140981791858 -40.43638134878951 -24.373975946706565 -29.126493701459392 -24.42673243547724 -42.807204738434336 -75.35280813013618 -102.1368598146734 -155.6970139553377 -172.40165792236377 -190.5311765802604 -221.3013815422868 -244.3764075776752 -219.9731330355216 -217.1023857651596 -197.89744427369385 -191.1136861997985 -208.0686223590573 -214.9210941576664 -198.8531866854214 -193.0828509706469 -226.5277515239168 -206.44399556849876 -144.89126286169744 -93.1957477404984 -40.43698636111698 -24.407916660912257 -29.126170988874986 -24.37394041928682 -42.32549883790201 -75.35292874215831 -102.53622280919564 -153.82290297920431 -173.05771656594143 -194.20232475919585 -226.22553950601556 -232.2405206697952 -211.316919421006 -208.2869284199175 -192.7813222711193 -184.6647854267532 -208.3443604690783 -217.13496908865932 -199.5619100171735 -193.49758012091485 -213.6734297150992 -199.33854347486056 -140.3597115156336 -93.52488528019693 -40.44541303663946 -24.373938033125 -29.12634147195959 -24.374085444126592 -42.915945278151575 -76.24775883508815 -103.12342802690536 -160.35931493567043 -171.94027424388958 -183.5740544421089 -215.3426472504273 -232.1279459174644 -217.66791429003135 -208.18847385473416 -191.47057814025885 -184.5933124550666 -208.24954698922653 -215.37213087111303 -199.23768536956203 -195.37680894750767 -213.5263216956236 -206.1071286095326 -143.8831337876204 -93.209899063858 -40.41354422462047 -24.37401361252719 -29.12647194286598 -24.42670879319128 -42.17078901452318 -75.81576506960025 -88.58122274181767 -152.96607161184477 -173.39418934658534 -195.81038897233225 -227.0888268253774 -232.2476198472971 -211.18965911019697 -209.0915294308466 -191.47697888828836 -184.53716963993057 -208.11078564353252 -215.17261972154213 -199.3573426961672 -194.16489753421965 -218.75144748199347 -206.64915236486613 -143.82739269216435 -93.1824473638396 -41.86124796564054 -24.37404227019978 -29.12650010062797 -24.426532789861152 -39.67870644545293 -75.21498285735211 -92.51881963788136 -124.35112375242691 -153.87197761299882 -196.89274089254292 -223.765492824577 -228.6059512639605 -208.843316406008 -204.03684519276823 -187.39648877370504 -184.882389916489 -196.94462816521715 -219.83165704588023 -208.308246669153 -200.91252616785087 -201.99144586290052 -207.6206430927376 -147.76989382030948 -95.87030827766134 -44.17828359178988 -24.395667523767 -29.12617346500742 -24.37394285175408 -39.7584337925375 -77.12488143583295 -94.64238725414596 -120.21368611264394 -152.52624623732706 -155.63837140313703 -207.01806101548945 -225.89717952253903 -202.02743465727897 -202.8403225360508 -183.10469851948733 -180.74284619716417 -195.69477782134857 -205.16984792026116 -199.93155019883432 -187.1051177602463 -208.61016057666336 -191.97138993971515 -134.41375024999408 -90.88595598169496 -40.43131708784739 -24.411236614935607 -29.12617004899486 -24.373916154068525 -41.76833757129476 -77.35259978703107 -90.28426679474882 -151.59738745387628 -168.84618097906835 -188.9894194578028 -220.0013510079808 -245.5331935384305 -210.91415683560604 -208.1370529435236 -191.6734377927378 -184.55418260329435 -208.25994084483727 -215.29975187379296 -199.3795025406824 -198.80023537862076 -227.1535381799229 -206.71307865396736 -143.8501438380086 -93.22691274622352 -40.41512355378607 -24.37407204027072 -29.126473610985705 -24.42673713370851 -41.96488671180807 -75.68322205916412 -88.26998381679537 -156.57827213380807 -171.58552466529952 -192.06830374912687 -220.9794540719253 -244.2438806803852 -230.0035135626624 -217.3923004009486 -198.6845079741853 -190.24077815359004 -216.2929860718123 -230.30700391675995 -218.3027472220479 -210.2827825897973 -230.03294616883773 -209.420744120574 -144.86297928808227 -93.22067421592617 -40.40283956128189 -24.374082150187007 -29.17881976177341 -24.373791029739856 -42.59113275081597 -75.35292097537122 -88.60336341430084 -155.86832804237952 -175.3207624903857 -196.67415796352253 -227.9537602280854 -232.0871140474039 -212.21217489747556 -209.75147514075195 -191.7673417951844 -184.4821648607856 -208.12076195921432 -215.47012206978104 -200.88958046500687 -196.665422319108 -213.65198098252617 -211.3686582217452 -147.62951584018893 -93.36061525866543 -40.46292855670701 -24.37401002991038 -29.12637512957896 -24.37414118982454 -42.4788672974953 -76.33107940183385 -88.49994589967831 -158.71709608357685 -177.1516540565755 -189.9425343986796 -221.42073376091483 -231.7586082496404 -210.73375565166023 -207.9498696449604 -191.38604614223905 -184.5425993315591 -208.1249324095312 -215.62366313898116 -202.13875393212035 -197.6964814471889 -213.5325904821633 -208.4599111095524 -145.1493547285827 -93.1927976308708 -40.43054615447354 -24.374088150789056 -29.126489500210297 -24.42675432075389 -42.20917270369719 -76.52272406153962 -88.67924904901939 -160.2655555498408 -176.15522059669274 -195.694334777536 -224.39639575444124 -247.8731995728328 -210.5220424223287 -207.9341022718669 -202.2342648597193 -190.84138513644157 -217.53544093352 -231.34388006792227 -211.69008902883797 -206.3117572244848 -224.2251846351909 -211.6744250301805 -146.99629901568298 -93.21138049892114 -41.84103697799014 -24.41955154387505 -29.12616822561553 -24.37391435308937 -40.102053929062016 -74.40494712394548 -92.3874313267048 -130.99460085600438 -156.40948695869102 -197.17519355936608 -222.51019132888857 -237.42565290690024 -208.4027748411605 -203.84574894120476 -187.15693900350723 -191.3895356296512 -205.93874470379467 -230.2064501342236 -227.7335740235553 -203.26534752719357 -202.0050800512481 -197.1109530119646 -148.21902389852588 -95.53749712605064 -44.20127456346038 -24.41100046059768 -29.126170101126064 -24.37391620307986 -39.95014030052798 -76.31564562800092 -94.66760437081042 -119.33310412841472 -150.32790649519097 -153.9047254605455 -209.84678556277055 -234.32150133938063 -217.39855446356736 -202.0018303330821 -183.13297596763485 -180.78861326111345 -195.5213510581377 -204.92797414847735 -195.3582494633967 -185.89216053501897 -202.83366106609063 -192.37482164920505 -134.38485389751548 -90.88731801564798 -40.41741272087515 -24.41842671843269 -29.126170271061085 -24.37391637350128 -41.60027425580508 -77.04567619077605 -89.1672126694683 -151.65703743554914 -171.88678294965692 -194.94862598272843 -225.29187589888508 -232.0950838299061 -210.8992788240041 -208.1718367861759 -191.54128309694823 -184.55552908462508 -208.21876321134175 -215.31360223569865 -199.3608052336001 -192.824159372932 -213.7740018038163 -208.23300786166325 -144.83841377164575 -93.2023425079418 -40.45283347029958 -24.397047133168428 -29.126173160265868 -24.373942554120667 -41.99913700579911 -75.79831799981905 -88.59615101427431 -157.77830488724882 -175.51507652914685 -183.360223536217 -215.36123293449955 -232.6151707384564 -215.95516633146684 -210.2911159411364 -191.81893513992563 -184.9278158218239 -208.58163668525503 -215.8272621698168 -201.1669895940724 -197.94431607879375 -213.85395722403555 -199.74198593676684 -147.1234876563922 -93.1994398697765 -40.46036980212436 -24.394193411513054 -29.126173789088337 -24.373943168686537 -42.424335371476765 -76.12060369287104 -87.88703185656392 -157.9857892435054 -175.67425981942043 -196.1237552020908 -226.22544765485355 -231.6929676382423 -210.8562850450949 -210.78174664253737 -192.39066328202773 -184.6277236335247 -208.22334064562685 -215.82267320746 -199.201668583022 -192.9398037277467 -213.75908056089952 -205.06367886095535 -146.11956823288966 -93.20859049303338 -40.40912229461378 -24.42652446629854 -29.126147792821158 -24.373917606428325 -42.41043401459965 -75.9912516611277 -86.99646237976178 -157.11559483787352 -177.6946390513971 -191.3128186546654 -215.65966157766957 -232.14913570954096 -212.8848812785585 -211.30981136172636 -191.6185599736971 -184.590614774136 -208.217190527403 -215.25786010528284 -200.7446435566688 -196.73902776753093 -213.85351665465765 -199.69493474271584 -148.34384661398622 -93.951842147896 -40.40821401883014 -24.374132907244725 -29.126533635509144 -24.42677582771033 -43.20724373418879 -76.45394080462535 -89.31121196240031 -155.73297841470705 -164.4900983727904 -183.6178760097959 -215.6663752810608 -232.4175945534033 -220.92122881090887 -219.98788273313457 -191.5592265989281 -184.6672692633458 -208.3232515879863 -215.16534850824047 -199.21232886909664 -194.6243519566578 -213.68201230649288 -210.2528541501456 -145.94246753762644 -93.2139781680802 -41.89250723344487 -24.374038833512188 -29.12631078169528 -24.374077897567847 -39.96796285587039 -75.09517433317531 -91.69743048006272 -131.17341829424515 -159.43658086664033 -200.1217020256288 -226.2366720767403 -221.03449782692127 -208.5868575979241 -203.9021070388552 -187.13120399175847 -184.8058472501904 -196.8378648006591 -219.6774827836623 -208.92793196009484 -200.70841706655557 -215.62170619232688 -209.0434745323584 -148.52277724959066 -95.51003679507733 -44.194739213719885 -24.37405955054044 -29.12623733651154 -24.374005664779315 -39.52226367946293 -76.47951165576492 -93.00587489881372 -120.06429820861584 -153.11869756206036 -154.3826078069457 -212.18189977726195 -225.98053000542163 -202.1963844066676 -202.0353142806698 -183.1821616169916 -180.80193681232552 -195.58186514917628 -204.86185692336605 -195.8151170373076 -184.74849967716665 -202.8216386164782 -193.55041937166317 -134.4326023774811 -90.87958454620684 -40.44006291813149 -24.40342471458399 -29.12617176315248 -24.3739411777705 -41.61943183784067 -76.47978215355297 -86.84693454949935 -152.3048751701724 -170.6827991076044 -191.60068701530443 -222.61480860247465 -239.1300139537169 -210.69324637470788 -208.20008821264383 -191.5249658001536 -184.44660640915475 -208.1188446486284 -215.23678446336663 -199.14926548552 -194.2816129186036 -213.81612694350108 -209.7685550216387 -146.7410966140012 -93.20396509289026 -40.44274713551183 -24.37403044421622 -29.126432594366264 -24.374175442804813 -42.42132383487544 -75.93556033428415 -88.16572601345095 -159.83802608522612 -176.77353192923368 -190.16885171568367 -215.20356360576088 -235.4520148731949 -223.17869510957308 -219.41719121995828 -197.32956632556213 -189.48591239456775 -213.35838492066745 -221.2353268088148 -208.93290701654195 -205.83230187671745 -221.84251994047057 -200.99587046889036 -140.3885426384784 -93.64594802818496 -40.40481741636248 -24.374175686162665 -29.179076191953 -24.373765749040533 -43.39544873744765 -76.6282412990268 -89.39370208634546 -148.99987367575238 -164.61422745191476 -187.8289132248472 -233.0657487262725 -279.4315375135204 -274.5781565462402 -287.5359427504699 -266.4264468119714 -253.50219872542272 -271.56262926595093 -280.1356892957872 -209.99273226085649 -205.17646137100363 -217.0872547488616 -200.00400695963324 -140.70396505711756 -89.69114450576005 -41.00714179084618 -24.37391664941981 -29.12628601262461 -24.374053779199823 -44.7829118102223 -77.77683773061652 -90.6698576456094 -149.0831242054629 -165.17830040035716 -192.8122913348141 -222.7099906846475 -241.1358330485455 -210.9285771466214 -208.16376744145464 -201.95147809602105 -190.34997140594285 -217.6776069593206 -231.69363202522496 -212.67404511780296 -208.5438678815496 -224.44933821755703 -212.64472553090096 -148.93364884392528 -93.47386087845244 -40.45707359722607 -24.37395393509334 -29.126357154383925 -24.374100929231357 -42.74593978467843 -76.06630969825186 -88.56409786199183 -163.91098201190073 -179.9311918417182 -198.70779015775437 -227.6239316957475 -231.6940026193136 -210.8154083535936 -208.15520310429804 -191.5563731856913 -184.5081047879724 -208.0989854894088 -215.2912120600134 -199.56436238352504 -192.31359220468067 -213.8004696875566 -213.5371470808127 -148.05961172492917 -93.51021737192254 -41.881700944519295 -24.37394590699622 -29.12634923967555 -24.37411572337048 -40.016324770249824 -74.87700592415624 -91.58295457359571 -134.39551439644998 -144.37847561457403 -186.51181462560191 -214.19077323454468 -233.3489795457329 -234.33702067166567 -239.7886960930749 -218.94318029394455 -223.05918934506937 -238.55016579444168 -251.56831966213628 -248.01467814239007 -236.306944830656 -221.03577286357165 -206.41163388605412 -147.5132176854267 -92.53626232234409 -45.8767501308865 -24.41139147816708 -29.126145668298896 -24.373915774062635 -45.06483659162356 -86.29692466127557 -105.26858788748385 -119.42189836542762 -150.94345102009163 -151.02660731799477 -214.13768957382663 -247.06341654820332 -251.67096023987543 -268.49344418613634 -251.9224607111316 -250.7542342552844 -262.95058694393055 -207.8383084445377 -226.55219336803663 -184.451166317192 -203.01804123297643 -188.7568426339727 -136.95349030466863 -91.99722153652245 -40.40538938685334 -24.42655535698303 -29.126127857336723 -24.373898007020124 -43.3063033288797 -76.56936397370735 -88.12695979037841 -147.7961005719541 -165.05328709474378 -183.70892848971735 -215.8702124897296 -232.37155104391005 -222.46041393758125 -217.65862867250465 -192.19819084053705 -185.90704178389063 -210.2004199194034 -217.60885819456016 -204.39891636587708 -192.70138665075876 -213.93768167625265 -199.71093711220684 -149.06781624222864 -94.58989057326816 -40.435697013834805 -24.37406865355397 -29.126470271397704 -24.42670697908938 -43.26053673486288 -76.49481261818028 -88.64062795043277 -147.72582725376688 -164.82420051708834 -183.96811687146177 -215.83558826325503 -239.84927702903445 -231.82132103157463 -238.13873753470173 -220.512907095164 -219.82853189519585 -238.4753927214969 -248.684685690043 -232.6891600527535 -222.99637384259 -235.79825199405295 -207.52339954840664 -140.7453731912502 -89.77825633414848 -41.3584816887459 -24.374041947022267 -29.179095288279232 -24.37380820001268 -45.44125585288824 -78.183751584051 -92.50083238941308 -155.07964057963613 -172.2279468818016 -196.06938995535043 -224.66908941980188 -233.8773110100984 -226.1025460640722 -224.125077803831 -195.23291965003523 -187.22725175302327 -213.20688925692923 -216.555130521432 -199.9982030545787 -198.3444942385644 -214.0552665583436 -199.78007296912585 -140.32247554196113 -94.36329991435387 -40.4811076464735 -24.37383982772752 -29.126244655812968 -24.373989829373368 -43.43286328999198 -76.48852200740033 -88.75891839277851 -160.23422362380904 -177.04307114608156 -195.35535288611396 -225.35032115387443 -239.9284335531582 -210.60284321316385 -208.20308195560204 -191.6822653507029 -184.4641669402667 -208.14644986616813 -215.46635744861788 -199.61498595568324 -195.29346135546865 -213.7761869571969 -211.14787185792355 -146.95405554825845 -93.22504749272952 -40.41779202575218 -24.37402440041092 -29.126482543452155 -24.42672031098472 -42.449141837652434 -75.96586464707065 -88.26587724940556 -160.7104508170508 -178.58794045690536 -183.9710060879529 -215.9680392787509 -232.29263561067543 -212.46525374457983 -209.44572352311843 -191.6743662832085 -184.69573437139104 -208.3274309780472 -215.246556278448 -198.98036872562432 -194.69336539314213 -213.81551564868477 -199.6457564903601 -147.5674682758957 -93.22782960040698 -41.907879669372896 -24.373852528121585 -29.12625717320752 -24.374025172796827 -39.8701120507394 -75.13089361419254 -91.72831165543457 -132.90684368341294 -154.1053182378971 -186.46450066363428 -213.96254554542995 -221.18314610367705 -212.1031324462288 -210.12105920515177 -197.8369143808666 -194.3616666132056 -212.1269018110953 -224.5840237937581 -216.1344610044397 -212.1103595016484 -209.07320041056255 -209.95280818021217 -146.61926183648728 -92.14305158360229 -45.34165331534452 -24.37395615956264 -29.126511287206565 -24.42652227113813 -42.27598555818477 -80.47762871824683 -96.9354127893876 -118.6079846419353 -151.35849665035613 -151.77247139676956 -207.2939804986756 -227.3786630358997 -212.06232394113027 -211.13402069753943 -192.810122140941 -188.0865458658532 -203.20469183789209 -209.8335352634329 -199.1735729200955 -185.64269094530005 -188.7927167162017 -188.8445974115687 -131.03059551248893 -91.87307938941636 -40.43491252622565 -24.40575852219899 -29.126173092586672 -24.37394248703225 -42.96269265169819 -76.49605964232367 -87.60249627364271 -151.75244727418692 -176.1353516121949 -183.98046507691225 -215.8377114423093 -232.46381016341647 -213.96581753543995 -211.3269345180435 -192.12287425518835 -185.74655945516807 -210.8352134803505 -222.53896675396663 -206.5854487706879 -196.65739044047115 -199.11628734680676 -199.78974465195097 -144.66019179846114 -93.48103102170234 -40.4420952738288 -24.37399950870104 -29.12640208750272 -24.374167707916552 -42.81011071467964 -76.24696753421604 -87.23384066757592 -148.06880177356703 -165.02848935824616 -190.371228783406 -227.490907471814 -262.3507530627765 -252.43527793791088 -253.38341101041067 -236.6170526658422 -225.6137910395184 -251.4011880662005 -261.6744963815996 -250.35935459627 -240.20038793554295 -238.15812901574247 -226.31554387548329 -155.15213928356928 -109.31139300337502 -45.1565723594629 -24.374001796835508 -29.126393111824846 -24.37415887977668 -49.99211365385207 -80.738990192621 -93.05382771429774 -150.93653043531555 -165.66807908754973 -183.9618093490749 -215.62046530396884 -232.2557582895592 -211.2091693962709 -208.41480953336924 -191.78227764817024 -184.89418672039105 -208.5565296707762 -215.885273165312 -201.15913258279284 -194.8996615973074 -199.69781039666847 -199.85732249521192 -147.67800657089788 -93.2074573229823 -40.42357760382078 -24.37406275639628 -29.126464455147765 -24.426700657272285 -42.65000105302944 -76.43261885326191 -88.71435842068438 -163.3862796707682 -181.63694281986244 -183.49405570614056 -215.5879000356258 -242.16582437121292 -229.1698440879505 -231.31454947489783 -202.94454664498824 -185.9438889046835 -208.6934045364141 -215.9847651201535 -201.1383649955777 -195.7863601134456 -199.69511387499253 -199.9749242965207 -140.53423087620598 -89.67090217208803 -40.40475922085128 -24.42660917597507 -29.12610034493153 -24.37384732271451 -42.820903256798445 -76.99844497604604 -88.81497912166952 -148.0815583586926 -164.86452591903054 -184.10957223641844 -218.3316025391879 -248.53893614483843 -242.47118907149232 -237.79368595247595 -224.32990916441685 -210.84060711918283 -237.446999676956 -247.0981026843278 -234.6777710343311 -218.5202452444943 -213.774209700028 -200.0753959485532 -140.5694744967599 -89.67090379609729 -41.94465445587686 -24.39684296541016 -29.126173522735485 -24.3739429085534 -40.27484590743968 -75.56886570409513 -92.7375526693234 -119.30529197227094 -144.48726304300445 -186.8515249498368 -215.87330765170225 -242.21476313440192 -234.8864047560301 -237.4349074394292 -216.56737455878556 -212.93441881426293 -227.09600412134952 -243.8785276482693 -231.21450305179584 -221.6366385382781 -194.6827061727505 -197.9273187208148 -140.72952573387468 -92.0477716623789 -44.62155328937303 -24.373942497772923 -29.12615683697477 -24.373926753331315 -43.45564080234995 -83.82222270493088 -103.94133580404448 -119.14149097513754 -151.3067419793439 -151.17450994360908 -206.83709617735744 -225.8579017115725 -202.17983590937945 -202.1235895662184 -183.2672144521842 -181.0878050886616 -195.78450085104535 -205.5321964881453 -196.9496651787752 -186.77693484030425 -189.26146194039575 -188.91831045380448 -131.0686678133135 -87.38647868432753 -41.22218419481261 -24.374018702369824 -29.17907028016363 -24.37378503000409 -44.93967738331944 -78.44221253518127 -90.09451884663956 -154.98503541545514 -177.5022992372594 -183.3973322043508 -219.26056145222148 -250.24687482813957 -233.74701262501077 -221.46587102371385 -192.6446888965362 -185.056358358722 -212.6063817529412 -217.0814671847311 -201.02651326479767 -194.91641079830336 -199.6912219114765 -199.82288742939664 -140.4497974800655 -94.1310490022178 -40.44935137736325 -24.374002262858284 -29.12640480616123 -24.374147997036182 -43.40787073102982 -76.88720213476437 -89.46228449776314 -148.79877266748468 -164.7309116274416 -183.40907761563005 -215.5848476178041 -246.5991323985429 -231.65309214029696 -223.7247768577156 -197.5391418251743 -187.3389228344033 -212.83125954019624 -223.50530657126535 -211.7722785581888 -196.19615578833685 -199.77474859345128 -199.86339905012912 -140.42417488249893 -89.67263689612867 -40.40924614748347 -24.42652765863844 -29.126155184948995 -24.3739014772698 -43.2687393990476 -77.11354505928706 -88.5947537615558 -149.01754767118263 -165.62012450902236 -185.8956457161817 -219.00214105521212 -254.6696192060286 -247.7506699622518 -249.267381718918 -227.336343590648 -214.01490312388964 -246.02375636165107 -253.57310768297864 -246.91552642661867 -227.1140010496435 -221.353247265201 -209.03744163558048 -140.8232063125993 -89.84666686463756 -42.05750659873431 -24.373939791565437 -29.12630891975924 -24.374076310999484 -46.5270961066167 -78.56871067169659 -91.19842935401918 -149.5387971351193 -164.93963403745613 -183.6019188443198 -221.6005155343865 -261.86842427129494 -262.31848631631345 -268.5566635732808 -249.1705277200981 -245.31844596638527 -274.19234999169976 -291.70190711008706 -283.69696554997125 -267.1308483139357 -262.7183951441808 -250.8696120023128 -172.77531903428604 -100.19299418801984 -44.72006816874565 -24.373915862485728 -29.126308384664547 -24.37405276646119 -57.6014089060171 -82.85846360477998 -95.72061102834274 -181.84074377974343 -216.02232862085228 -255.21473819837945 -285.2701131517684 -313.70487003758126 -302.78422698340086 -300.4354992100856 -271.3530641578601 -253.89723371634395 -266.9083813845372 -264.6023749983038 -257.1945364531437 -231.3659343145055 -225.1156237018517 -205.33781975746427 -140.81109266911787 -89.94623354077484 -43.84240892548966 -24.374060563444758 -29.12624105437163 -24.374032521996195 -42.27100820755144 -76.53091043518711 -92.65812532410844 -118.92301073499377 -143.54377186733086 -185.61234739185937 -213.33549430060964 -221.0595230346564 -216.6927286659295 -215.167720534545 -193.87790206348336 -196.933127198956 -214.07470815476444 -231.0581311086229 -222.16474467988616 -219.67631315313008 -186.80435447641344 -197.6919035334023 -140.51745213673348 -91.98959224923446 -44.18683052737331 -24.398078169143385 -29.12617480261981 -24.373920850050315 -40.54179338394129 -77.39745079209736 -94.84197004782128 -118.64350658474574 -151.42124287213682 -151.4025041140257 -207.2150466503979 -226.81248136107143 -206.75489663776668 -212.31142103773644 -191.3457086924944 -195.1060651549769 -209.98956933652016 -218.93531901144573 -207.576237713334 -194.33253474823263 -198.3894830332451 -188.96498099667463 -131.23867748326387 -87.4139122724132 -41.16900673660451 -24.373979990806127 -29.12634872023349 -24.374115458808767 -44.11920629600304 -77.63782797899292 -89.93935451170661 -148.2534903019216 -164.48482053599895 -183.3683673456793 -215.28687427866453 -232.8983526253332 -216.41910467528905 -216.86459684831289 -196.50049070694408 -186.0534252394717 -212.7210599759548 -222.7808634897433 -211.04653653021236 -198.99930859164564 -196.5434582061845 -199.9020745754273 -140.41842125031573 -93.22524154072816 -40.42823485216718 -24.374108436614875 -29.126509502985524 -24.42649559453851 -42.85243024407123 -76.30066124946092 -87.02746265041958 -156.13983093131276 -165.29462002549755 -184.2438732319308 -216.034749350724 -248.93356705581277 -247.667079184102 -242.68926461495872 -227.1754387813672 -215.00532600207464 -249.83715335960477 -266.3730008129944 -254.07320685029487 -238.55767029840644 -230.5393609300913 -211.3463114084357 -140.7656548550286 -89.68659697087158 -40.73998296384056 -24.374080353394163 -29.126294763051572 -24.374062390934725 -44.44104318335905 -77.73395385601083 -90.08929750121062 -149.4815129183328 -166.04018290859852 -188.9108406060252 -227.78920575261552 -270.0950504487665 -263.7856766195593 -233.3021031151133 -205.02663549812 -194.90147321567613 -223.63445352268803 -235.8084404717931 -221.82919946415265 -231.19904285748012 -233.03520790977203 -215.19665706626225 -141.86352924832025 -89.86907600953688 -42.59170961195759 -24.374059304689062 -29.126483684838824 -24.426746084089103 -47.015010465946176 -79.28066744537227 -90.47301733609186 -157.147499242668 -185.0629970038289 -195.40633386566415 -230.8559285821768 -266.177391475042 -259.6002129772248 -259.3274995352668 -224.8945018976229 -191.7150049370833 -230.46245961221376 -236.6520874806876 -235.2994113925046 -218.33019600726615 -211.3221851125161 -200.63395080762209 -140.6963751554964 -89.66735322991521 -40.75081997455393 -24.374005271570425 -29.12650011549329 -24.426763863981368 -44.70783320485136 -77.30044421228848 -89.79190846489733 -147.862531983726 -164.55490622479354 -184.05017933524007 -216.07227059169568 -239.5799676371768 -231.22960681288805 -229.57988441672416 -195.9868528999528 -186.59705641821665 -210.9750590776897 -221.89221077228416 -209.2767525957488 -201.78555153978223 -201.3764868882693 -200.06178201427124 -140.56865471681087 -96.13740857104776 -41.90074084594092 -24.384251710354803 -29.12617788728217 -24.373923891543843 -40.92241535078859 -75.46449312023991 -92.329073343098 -126.0371887855462 -144.53973904409773 -186.74166857707408 -214.1633233573021 -231.0675731710116 -226.03176564307103 -234.856808301152 -214.9017022724306 -215.3288006815083 -225.90458239200584 -249.8402916859445 -255.48227254153795 -251.0282878940748 -218.9028016598704 -219.85253084921612 -147.5944214025566 -92.16181979186968 -45.50408190485295 -24.374079427599494 -29.126447173374107 -24.42670657761894 -45.07902905666742 -86.350961004583 -105.49175739519988 -119.04578026294335 -156.5257996589214 -188.3224511265821 -265.9479346869012 -294.6284410256355 -277.1827208769709 -280.97935621794727 -256.337876480671 -253.27577368928675 -268.5759986338998 -281.6765533528801 -274.75421387940634 -257.61052364892737 -242.72162622447087 -228.56413838524787 -146.03463649438214 -93.07948076203368 -48.06497865223183 -24.408751008844227 -29.12614629667081 -24.373916392984107 -61.000478655179165 -84.9675554013943 -97.9112223499784 -204.2995912864554 -236.8251232165104 -265.9876021574614 -299.62167962048 -333.0446328508254 -324.054100176631 -318.2456655343693 -294.6688201596206 -277.4292480779435 -299.301649684975 -298.32117022402895 -288.80690240532863 -270.0389444765753 -269.0086216717674 -244.9360441357712 -140.95799766017552 -89.86501053684864 -41.46631412799537 -24.37403037633089 -29.17901783462251 -24.37376053941076 -44.004834241312594 -76.8895516349916 -89.29178166576875 -156.8912772231286 -178.5990077056718 -196.78942891091003 -226.8180705905412 -240.66890366274689 -210.51351058146747 -208.05360210490497 -191.44863756996472 -184.4030348419977 -208.1179437723636 -215.23796110945224 -198.76714623643323 -191.5445698862042 -195.69546425275132 -211.504228335896 -146.31623136764566 -93.23181640925436 -40.42256255131848 -24.37399092216214 -29.12650921545323 -24.426749289901924 -42.25263452405536 -75.87709890920245 -86.5446389496687 -160.7753107606852 -178.28329705438867 -197.68639992839107 -228.0843097196642 -232.4483293629044 -211.41861599528792 -208.28179623279 -191.7298538787508 -184.8081230723244 -208.90049426902036 -223.1812933065361 -213.82718148445247 -197.68769354643712 -196.4625216422585 -199.86856376504997 -145.21155423524297 -94.37801899693818 -40.44810531124763 -24.39949184483618 -29.126174490218496 -24.373943858842694 -43.043039789005455 -76.33334048021612 -86.81796405525266 -148.17407141005364 -165.10582982945928 -184.0010006779833 -215.93740247439783 -240.0213637986021 -230.06307246442293 -224.9602969200523 -203.3058051735937 -188.65096780120683 -218.07466923682023 -225.25829078012987 -212.34348210785268 -204.5595028370451 -202.99167959376467 -200.02332089310684 -140.61503113669025 -93.2514140414004 -40.49455160905766 -24.37399163046465 -29.12650904260645 -24.42649508789173 -44.1373600578408 -76.929818370264 -88.02776136079638 -148.08752938920227 -165.92838115495394 -187.76306987063165 -221.961749115627 -258.27377864624714 -258.69923196428533 -253.4722413005013 -246.34364116053052 -239.9131073236458 -269.63545917315474 -275.44323632247125 -270.4512009586911 -258.6979510392314 -254.4397633947328 -233.5371171240187 -154.2042422850708 -97.8175774454852 -47.18264066192429 -24.37402953772997 -29.12623342557612 -24.373978738181066 -52.73026571802445 -81.22061918238778 -98.894336436761 -155.53671835464647 -196.49103554529725 -264.91256863476565 -296.09231304142975 -314.80422950404306 -311.086967972871 -301.7645169685161 -278.5478189455387 -274.09564231092804 -297.22945878365266 -323.5942295441272 -321.97391857070915 -308.1714634717269 -275.92082552241027 -284.16225452898885 -216.32194298881464 -149.1323228803116 -52.69452168846907 -24.40362028646151 -29.12617125106118 -24.37391734062477 -63.01240155980528 -112.42752973505624 -136.86276495632993 -131.7009419371596 -171.237824403106 -235.1676747379853 -293.39479644002944 -319.3964936596048 -301.5173434155068 -298.804753819484 -270.6452056453933 -264.55404513959644 -257.92116552211945 -276.3570184227915 -268.7553198235034 -242.8819795038005 -247.02443349814783 -218.6409553925548 -137.0576084502209 -87.73574553811183 -43.59298929267975 -24.3740110633942 -29.17906206199696 -24.373777417715655 -48.899863163914056 -79.49719565200714 -92.37926784046223 -151.15928730390434 -167.867438095726 -190.47227348226508 -219.65524985487255 -271.0618639575061 -287.0521404609988 -285.619142127372 -254.75393147556156 -244.1405278628942 -266.61873432014 -278.2150916519093 -267.1452868494345 -251.89804808766416 -241.34722445533623 -222.4314633023845 -148.7920220787099 -89.87391766853561 -42.8054031359448 -24.37397221967732 -29.17902027641084 -24.373762789400267 -46.02712929143975 -77.834739517738 -88.9785918757993 -150.62337132736744 -178.73529415870323 -221.9652455446852 -267.7645715505885 -307.6501431307041 -301.881123225872 -299.9253270729748 -271.31693758136555 -257.7164903352836 -288.0515385246329 -300.7385326701019 -291.3174116073436 -278.00703638127607 -271.58309626067404 -253.5287906805518 -170.97002830796467 -96.68792273343976 -43.97417647555416 -24.373985984892688 -29.12637752276042 -24.374121050719246 -52.57821405547854 -80.67926856158526 -91.70096167369104 -161.67641056278805 -200.96040851051933 -203.764168509376 -239.41410101076428 -279.2251743552546 -271.2460199919161 -263.25587039177066 -248.14120847494848 -238.5354642455338 -267.5329528178212 -284.8479536973129 -268.9730580520898 -246.42287284197133 -250.64377672932056 -233.09855323267192 -140.94616303042764 -89.87757926516075 -41.97396071709899 -24.373955862431213 -29.12651099653114 -24.42652195104644 -45.26474598980614 -77.7243615574041 -89.7620714113362 -149.33642366501763 -165.2230632565198 -185.86264703141617 -220.72262972312728 -255.4052580365108 -241.83068702723588 -253.85111434519368 -226.1382046824177 -211.56339655654065 -238.43076851204728 -249.5503717417184 -240.64594963815608 -223.60836864271096 -216.70643197779864 -203.73138445644807 -140.71104085649438 -89.75189385307961 -41.664358789961305 -24.373976262836244 -29.126345025577614 -24.37411182552672 -45.96945056479897 -77.68509443187823 -89.00373139365412 -149.52737951573346 -165.6941361484424 -184.44300376673496 -216.73588358716663 -243.95816252319227 -231.9837558045388 -234.4379236483748 -211.25943677864583 -195.5635621654655 -227.8849245650848 -253.637847284624 -242.1048336375043 -220.66893663042788 -209.9362956947585 -200.37231145490847 -140.7721503753115 -89.73329927047263 -42.20495814996755 -24.373976913438145 -29.12649464783405 -24.426733461613164 -41.189385196353 -76.05073209605737 -92.9225052326724 -119.06255844518066 -144.46516121600334 -189.645825636258 -221.58576491321529 -248.10110135145632 -245.5247736227124 -253.142896151096 -230.85309498145185 -234.00564689853252 -241.95598506427535 -270.64644664720737 -269.7864476661037 -257.5138552964309 -221.20785043877925 -205.1616524218534 -140.84474811614615 -92.18231366102232 -45.39673477358823 -24.3740362431054 -29.12640441707164 -24.37419253197268 -42.35254948859594 -80.09522812616713 -98.4789698851684 -118.92906397822894 -151.3237598588646 -164.26903499953565 -244.83639518678896 -277.2315022479523 -269.36424142950386 -276.4272564843985 -253.83608911439356 -251.19840645560268 -273.6636216548182 -285.96949334815747 -281.21813954271056 -265.7830583904028 -263.60896486928465 -238.7526921711038 -162.37603698086443 -105.61485334423612 -46.49456454585499 -24.373993236225743 -29.126384673706458 -24.374128111170258 -60.994733525653466 -84.13590612068904 -97.73555888830025 -167.43730086061757 -208.69089443998735 -247.9896793950764 -278.44607378452184 -313.8256659845959 -313.2296286322824 -314.8620234050802 -288.1855487957848 -273.5309621001154 -301.9278355336473 -312.6365176583338 -298.1561668341591 -289.2190784000685 -284.8186426236626 -263.4122158873361 -182.8924890132999 -114.51332637715336 -46.9068920815111 -24.37408108377556 -29.12647129968433 -24.426708092898014 -61.39361391224294 -85.90510494589566 -98.4785601531663 -211.5433845671906 -252.81001087705624 -280.08236210569146 -310.2042913257852 -345.09435833000987 -339.4207660713189 -336.9754026213943 -295.6581139859104 -278.15318769517864 -305.18407728351343 -324.2759716885189 -314.2271107361924 -298.71428816835777 -308.1795667453191 -277.6365017317705 -188.36343426114823 -106.25420333920133 -47.01762853499152 -24.374113025253333 -29.126502795412467 -24.426742314937997 -51.36538862335074 -79.97427282389411 -91.14001521986395 -153.45932440566483 -179.56900992312066 -218.0655881032677 -272.6511549406491 -299.9163960122993 -289.1785841268428 -293.73683129964616 -270.81850902761227 -263.10753112392507 -291.1112393818583 -304.2433110499405 -272.3693345297865 -265.0426152172464 -255.1963520030722 -235.8788204514741 -151.28560859618463 -94.10998149295948 -43.9339104732299 -24.41463068335873 -29.138047250271796 -24.37382890934159 -55.7307283712912 -84.00811308369701 -97.08012766826558 -186.2125354315837 -220.93544583174577 -259.6477733565975 -288.42049780778626 -325.997836138999 -315.150369813419 -310.56459451549784 -282.55096165010974 -264.72478640277944 -296.2064481187394 -305.1331581854006 -296.04163506689946 -285.2249263764717 -280.14736520573337 -255.00892646764456 -164.3996003635992 -94.31600702510904 -43.920078912930016 -24.37404811790773 -29.126506709525493 -24.426746570508307 -48.514929107415234 -79.23313323880734 -90.7760197078718 -156.34075313920837 -179.29049780080928 -208.9214851139157 -243.55527796665413 -274.2218749247157 -263.06037808284094 -261.33297479538214 -238.9593651636212 -237.24505265566376 -263.8172694145489 -270.43359234406665 -256.3254702550761 -240.86311097405496 -229.90566816018608 -213.3604692852828 -142.37602868390297 -89.87914201558137 -43.81814968740987 -24.408749856942936 -29.12614629702006 -24.373939731124185 -44.33299072609248 -77.19648669027225 -94.63848815218036 -125.20615269354424 -162.43173905779 -202.29951763898617 -239.3952327345713 -269.81792225445867 -267.5671674479204 -266.8272834889185 -254.23543938797764 -254.86119221292384 -258.1067057080021 -287.946528921079 -276.18221841846344 -267.8407251148034 -241.64991214404947 -242.08870891035264 -166.4122825092011 -97.78686396054488 -46.95404357046894 -24.42655461086173 -29.12607350382362 -24.373844822050845 -58.58611225963418 -103.92363602126504 -124.6419673872971 -119.6843355855856 -155.51357392622634 -159.28927398288874 -228.2209248059073 -244.64755133931044 -241.8481749493248 -265.186973198244 -264.1224386808425 -254.3512241225526 -269.085596673499 -280.07820048537286 -265.9449630860412 -248.4152971538157 -232.50090786605995 -204.6974527133015 -131.34944565699837 -87.34605328504594 -41.07084033232066 -24.374002891677733 -29.126217260178716 -24.373986171527047 -44.14445820161189 -77.46985193846875 -88.62519219683271 -149.97688268142608 -175.76834303144307 -204.29740374574783 -252.70737094514004 -290.78622036866443 -290.04534116079 -288.89246026656065 -267.43207025253554 -258.7390316596343 -284.2372235556122 -293.1266434573183 -282.14223919765425 -277.4162549862665 -249.45121443090864 -232.52295960560613 -152.19967201902077 -90.17204070264034 -43.463542595679215 -24.374016137987468 -29.12638450988091 -24.37415065723863 -47.442720523178565 -78.78508446478327 -90.26433885363969 -153.87309706912956 -202.82421512957112 -223.2214356497079 -265.0297120310419 -306.9471731156774 -298.45231171680325 -295.3643940137998 -278.6899574421823 -261.0130384154108 -292.4876888253896 -303.03314623520225 -291.13791850226664 -277.252199148099 -281.12587199569435 -261.4091103451259 -185.49006322409448 -101.6357687993253 -45.86681271209898 -24.373936145438748 -29.12632838417807 -24.37407251734327 -51.59378552041588 -82.11691141767803 -94.2281830427971 -161.65202079775696 -189.84150348927648 -243.0384106198765 -287.42722751920417 -320.9558610790915 -314.7858621659623 -300.29048822464955 -267.96311650983955 -256.22682359457923 -297.18698731850105 -307.59265113331344 -286.74750240210057 -276.77933516931785 -273.0137758891243 -242.4717141807108 -148.74148494682478 -89.89811833613207 -42.74964226343856 -24.37405489072429 -29.126445467230536 -24.374188162185614 -45.07416496478984 -77.50573115371108 -88.69667016292324 -149.63859088892522 -165.48267798347604 -188.8625193563899 -221.8322561244616 -257.828303613157 -249.5962289993307 -246.15801516865105 -230.8529333011404 -215.46626037310307 -245.87858655783992 -260.5756161492891 -259.12821016176565 -236.3572177528141 -224.43354534554385 -218.5641231192725 -140.88616347066628 -89.76418250647832 -40.931613543475 -24.374021553584143 -29.13806034592328 -24.41510407109295 -44.66600674748331 -77.49267164611622 -88.87586041035816 -149.8489804385593 -165.68120663930569 -197.74443516902824 -229.63805375121436 -278.3306881760207 -270.9073225136963 -273.3783983274792 -246.5493352694416 -238.05370759845692 -251.59866088566693 -261.6919168456415 -255.8208699116455 -243.1086504098148 -239.0053446161968 -224.38313757567 -147.55739121585026 -95.35881304898564 -45.3229150723545 -24.38704184430295 -29.126175196252618 -24.37394455163616 -47.65758939854672 -79.33475701094058 -97.47831509433058 -134.4859177361717 -188.5059883380312 -235.56351637743865 -270.9208299388204 -295.5143873377884 -273.6399261371646 -283.65721702379494 -285.44755824703105 -278.5041565754205 -288.03276239811345 -304.444727394431 -305.32139806229515 -289.0383626950504 -248.61857503842444 -246.55008837338823 -168.00425102907045 -94.20981416321035 -47.362459685376976 -24.41869792459463 -29.12614392293832 -24.373937408966125 -45.314839844192335 -86.02434640540979 -105.58861066436924 -119.23721535929565 -156.51940665634996 -168.3572946642498 -256.76933221041463 -292.70288812271366 -278.95207415824126 -274.61121682931105 -259.15399084203847 -249.36851551132057 -255.8028032744904 -262.5884789355199 -254.25698968756845 -248.2129936730671 -241.49841520856145 -204.3299358043988 -131.43959014160927 -87.5072338006995 -41.730211602543285 -24.380677662132378 -29.126153000375027 -24.373922980054065 -45.031051652378366 -77.98334083827811 -89.41431045659222 -150.78316987688942 -188.3992182721253 -223.7162821760049 -274.9817973923621 -319.8514932320463 -304.5995738680384 -301.9216649383344 -277.74264575292443 -262.6652726814945 -290.0029012166799 -308.2486891979771 -302.36581327713026 -286.8749800127263 -265.0369623437341 -251.73849811459647 -172.04925274588558 -102.18150964635824 -44.39773107525261 -24.374028444432795 -29.17882682809976 -24.373797495426302 -58.08850962914736 -82.86410623767203 -96.10090748403854 -178.2768499807795 -210.65892454497288 -246.8516829245948 -289.60477903355707 -330.4141108774822 -321.69052705265244 -318.9401108664684 -290.1812222493229 -272.5377400592732 -294.22094763692473 -315.99226431518264 -314.73123376851873 -300.0457695360664 -278.05105862469554 -244.1471815302918 -157.6767001229644 -89.93959745423768 -43.16435506152351 -24.37405949819804 -29.126427444373466 -24.391932473134677 -46.10110972200576 -77.92746087759261 -89.70089073473235 -149.99928606494328 -173.8477289458056 -200.69062178763792 -242.61375303382945 -285.9630734554949 -277.446788400413 -268.967816471519 -239.87156057597252 -229.47888783973187 -252.3954488507886 -265.2314617699054 -253.856911447686 -245.61585346427884 -235.87708367920436 -208.11493486096376 -140.93603310840032 -89.88146339149822 -41.81267362418004 -24.37396289899934 -29.146849810399992 -24.406074656033667 -45.00657377907781 -77.64240673544198 -89.39150355102268 -150.45602096201625 -172.55533263983455 -207.1834378132455 -246.71586957114627 -287.787101193802 -287.65115003096173 -291.65248350368785 -265.2915407991615 -253.0116807851168 -278.8004186583187 -297.24164207578644 -290.0718147471018 -271.2320171052704 -259.012820588118 -241.48141312257215 -152.00074952719572 -92.95574359972292 -42.7106854664467 -24.373995577195043 -29.179045400562817 -24.37376198392585 -47.35057133288974 -78.59724646113989 -90.40179829225283 -152.94226679718432 -195.47506720191595 -238.1459136955988 -273.62492883216794 -316.86480661073847 -305.88511155301285 -304.9363415272554 -283.49959600047066 -271.1649960093416 -295.0624113011508 -306.5046028617227 -299.85218802507654 -285.8934825458315 -281.9166713515419 -264.51436509979914 -186.63246252933632 -121.19130151965098 -48.69492654782343 -24.37404944091428 -29.1264400934062 -24.374182851441336 -59.61053873623256 -85.16528945165943 -104.10243016391112 -172.54233259140528 -221.4113853537419 -268.55922632767835 -292.61191745207407 -298.9142581898336 -293.70124410440843 -316.4919503204028 -304.1033371605424 -297.5432183625457 -301.05274749416816 -310.4436477174445 -316.1915624358026 -316.3429927366128 -290.5640343409261 -301.24742922733486 -226.27418184201105 -155.46374865444534 -54.09618109287468 -24.4206947230657 -29.126167197650773 -24.373913335876477 -66.8009670333319 -115.03663264782752 -139.3441959916055 -133.33679896452998 -172.07539058790454 -242.59332851054808 -311.9978510875091 -330.43640289325657 -308.04133018733063 -302.04303467964303 -280.0737674479187 -275.2340307337218 -300.7507869365942 -300.0129641885273 -294.2213019670452 -275.6408109454017 -278.2516634187861 -259.7463800789228 -182.368939029782 -127.79685642044647 -48.650429198498685 -24.374014999712035 -29.12621891417335 -24.37396440650107 -66.79677977583862 -89.17881203349876 -103.00096261809442 -214.24468989745387 -243.5714321124372 -270.9895382406831 -300.73418647876724 -332.66085855204017 -324.84040083314414 -319.91015355775966 -291.2460639712502 -264.7532020044348 -285.8871963258666 -285.6416893478892 -314.33172761080294 -301.05571886369984 -289.02606857292176 -268.6671536185471 -189.69816894709228 -108.0959881079577 -44.33871276772541 -24.373991560895487 -29.126383019202414 -24.37412648027888 -52.10008394170116 -80.18523382206766 -92.3691373635071 -171.9713175374752 -210.07256290920895 -260.1680324942337 -287.0787489310748 -328.563436394349 -311.3958723156039 -309.5136700201124 -285.21880017116 -269.6532059343767 -305.0009464653932 -316.18568821145726 -303.5608910092336 -291.2509982807821 -286.9843343687055 -272.0779178234098 -192.97296547248723 -119.4966595162283 -49.24630294844104 -24.373967449796307 -29.12635924943437 -24.374103001542533 -63.87558602182023 -87.43671996999987 -101.0658420541679 -199.15217310280093 -224.86827884704343 -268.84043702892444 -309.08109485170706 -341.8685099230624 -336.0829364832785 -331.2428919274452 -305.3901830550724 -291.09535718038205 -313.3617955640066 -322.3646649363519 -315.6504195060104 -306.3235750098898 -308.5439337662743 -296.02973445714326 -220.91160674266283 -154.54925816673645 -48.96402058542196 -24.374036998992647 -29.1262746820877 -24.37401948239451 -67.31325168077883 -124.3896149807521 -145.14543542613202 -220.2963384179786 -247.27469477511627 -275.59640823278323 -311.21997206828473 -345.69158058035515 -333.9038835995708 -333.06122221283425 -305.8784888681616 -284.9041542456145 -313.43330172483485 -325.106411057442 -319.6413985646315 -310.8140031350662 -311.7828741822081 -302.42304475223403 -222.96999037292008 -158.68393033413497 -51.03337305551575 -24.373957151025625 -29.12647531571468 -24.42671245409429 -74.00896581728941 -120.38252211527582 -138.1802649757274 -222.45413534651948 -246.74710912083464 -275.1111151208982 -310.2583194349042 -343.83733896629167 -333.76980509420446 -330.4465574958889 -305.01832641210467 -286.0928937984342 -307.1521964128187 -322.26038131454845 -315.3213970286208 -304.3355351224275 -302.42773475271895 -282.52376123221137 -194.85917642975664 -132.93434057448445 -51.12941655668197 -24.374058463015377 -29.12626229694485 -24.374007252250944 -63.09626502817412 -85.81033370731869 -104.8203849070612 -158.84795276434824 -195.20647163584871 -225.33247986969587 -263.1576098175169 -296.6274266648123 -276.9018402135831 -263.13822096960274 -242.55423724197524 -232.9613382999161 -261.6431643594229 -281.73178545036257 -286.4284259903158 -282.67356266779285 -248.4386528381156 -251.64320166290605 -183.719019636064 -111.02768085217116 -48.86030546976044 -24.40932781743621 -29.12616989609233 -24.373915999886403 -54.114383027272346 -95.63760354506906 -111.57442575796269 -119.10909295757698 -153.8571299416262 -171.74432323106822 -237.89287391248928 -281.7845155424006 -272.1411243304805 -275.27318081953274 -240.9917041472603 -250.91182807061384 -260.39224238364113 -265.1043147477088 -272.9863870643902 -257.23070916476775 -250.2672302397584 -226.63703677106852 -142.83519437184376 -89.9811759435646 -43.07450255199184 -24.426564340203157 -29.126082466774115 -24.373853636752408 -47.98690332729453 -79.18799454737452 -91.48362570509704 -153.11193585739167 -184.72515846712716 -228.0088388174394 -277.52878564532574 -316.80306380780667 -307.1258553548408 -298.4865624798573 -275.4826309551936 -258.4423925870097 -290.28726164008253 -303.2597212555007 -289.4606902675199 -278.05984562700394 -264.67386250233494 -247.0403445959925 -166.26868337157077 -90.57981598805888 -43.80635002939434 -24.374097177731013 -29.12646474996506 -24.42672559485187 -46.91031470396626 -78.69455649587971 -91.05032149619632 -150.45090686203858 -192.83062989399457 -228.0785828585977 -276.09117503056706 -312.51102085267047 -306.23820504307747 -301.7477920912585 -276.8759651193226 -264.59183409745003 -290.6770565943683 -302.4420808373434 -294.99140058737225 -284.0808489679525 -278.0849767258122 -261.09694797215724 -189.33815364081664 -111.42039908671208 -48.76288547622877 -24.373925240478293 -29.126317631033427 -24.374061899624728 -62.71543563101134 -83.3626787413391 -97.57267605675568 -173.65610929023202 -212.3379674107468 -247.9093005701714 -294.3536340184717 -332.2013115579897 -322.59391394995043 -314.30222470763 -287.99095794042114 -274.4166024950979 -299.6075309088366 -308.4950793431599 -294.0723596860453 -278.37462720325834 -281.92717830685274 -258.2257766177458 -177.52138086054956 -104.5747190530518 -45.8501081412301 -24.373979483146652 -29.126371113069997 -24.3741147201434 -59.85761293348463 -83.08575581598437 -98.8052378494756 -185.58693331615 -222.7974020873264 -264.0293060955694 -298.99032988050016 -340.002666804083 -333.3319892179039 -328.690520227238 -295.8963129661459 -277.2680610051835 -303.56641260948527 -318.4810227861505 -308.67289478049264 -283.8153968704152 -280.55811807532086 -245.95654840756785 -157.6510036473818 -94.77061462050835 -44.22955051267537 -24.374069031288204 -29.12645940910685 -24.42669517563932 -56.21608914870031 -83.00560114175258 -99.0552747371442 -190.0179691211316 -211.42317944448152 -227.43964095993508 -266.6341004818322 -304.1946896313673 -297.6519074169444 -294.4423269903475 -274.1385148793254 -257.6658488580215 -290.6743401027784 -304.7248268455627 -292.074798344468 -283.3135905744543 -274.44525699309673 -257.6495399710546 -175.58104888657618 -107.40325454469286 -49.775338111130566 -24.373965691473305 -29.12635751416396 -24.37410128863645 -59.8235300673986 -83.17721365100026 -101.97466258144948 -161.61326145939765 -185.69371415624897 -235.56233253339573 -278.2818305828497 -327.82522922398334 -311.3538982700726 -305.9032967121327 -280.0182386658504 -275.04079280161784 -289.2896989598257 -307.11248564925387 -306.522391533177 -294.9698148294411 -268.60237376822045 -279.24841116590613 -192.90549616500144 -116.04217595382924 -50.976454849775 -24.404968484466647 -29.126170933225456 -24.373917025605365 -53.836901376378535 -102.1106958901359 -119.92947725219894 -119.46077187064468 -157.53743983835827 -191.80553393026472 -272.0657345950766 -305.69248256310453 -293.54525396706373 -292.15344304823964 -266.42809825728625 -252.09992360018947 -273.98008805195224 -285.7991609962701 -283.80281299835167 -269.1376641734824 -265.9530039596036 -241.78000632430704 -156.62937369364616 -94.48252210221834 -44.27748755045562 -24.37994051041476 -29.126153178485318 -24.3739464671882 -50.8521807094943 -80.18880055321307 -91.5287936434632 -153.90579219346037 -201.29121543313872 -244.01835156709683 -287.6000388090984 -319.040507549188 -308.0194532236399 -304.83887307411374 -275.1454842934807 -263.9936323085764 -296.256825518663 -311.3274798654523 -305.53216180541114 -297.0544335646166 -297.00137444356784 -281.8475804607879 -188.13931290038047 -104.42030374749096 -44.41267131175953 -24.3739862566392 -29.12637778976814 -24.37414380647855 -46.5519638131944 -77.78825226981024 -90.48437887646358 -149.55280528348445 -167.4186772329567 -201.48294850811345 -248.3624291914209 -276.57372170552765 -276.8608430543082 -276.5988495905021 -247.8006213565435 -237.127288037396 -263.0577294884849 -277.0258500822234 -262.6957419647768 -247.1696057108964 -239.57461534954143 -211.75866390777952 -142.40972146180897 -89.8640780116793 -42.13438890478935 -24.374061830831128 -29.126429751481744 -24.40437365287637 -45.29552186235329 -77.66676385728891 -88.92143664688365 -150.55372663765567 -174.84616019041587 -201.29729630627236 -245.99581451084973 -273.9963703194297 -267.94878145151387 -280.517329749897 -251.0351649690164 -233.41059050571337 -264.40155088887684 -279.2929226194843 -263.6299863443266 -247.9973471062917 -234.2695309588536 -215.02576099673843 -140.83695141637298 -89.78760237303187 -41.28994991274611 -24.37399904132541 -29.126493996623925 -24.426757239300297 -44.69144483537075 -77.3223139134873 -89.36750347449652 -149.26369439998598 -168.7917382052829 -213.1560385134033 -257.40621756607084 -299.13624415026624 -290.21727174425365 -291.3956461480414 -267.55933523954315 -255.3671959875416 -279.6537745364114 -293.68370595324035 -282.9188577220734 -267.943812729702 -256.3279404917941 -241.2144704945553 -144.43679107117072 -89.86254217442558 -41.70758080153113 -24.37394556579606 -29.126500929579567 -24.4267647415925 -45.19961713123893 -77.68230066752886 -89.06445940578634 -149.90110712280878 -178.04390002661975 -224.92059457069345 -276.97398102282693 -310.73136616203186 -303.37384750937804 -298.3745393146148 -275.4175839707546 -259.75656905895323 -287.95988929282856 -301.8476218038758 -291.09881803421257 -282.9249268379608 -287.88609091638904 -246.9291401389172 -162.803201085129 -93.07587698247124 -44.84113421553451 -24.39969048229653 -29.12614845814187 -24.37394184922161 -46.44567679587183 -78.31093799800722 -96.22375863174516 -129.16636740760575 -180.9830222796936 -254.21249960263725 -291.1650730268861 -310.918132216097 -298.5296487113191 -292.89474136542884 -277.12385024113604 -269.20646193429786 -277.50348660298414 -302.0094311922192 -297.0497165868774 -293.41128597807875 -275.8464312425596 -260.1804805557498 -189.7097102572461 -112.36182845915464 -49.99120270024173 -24.4039597860301 -29.12617117178373 -24.373917260004724 -59.28684628195401 -97.93973052314992 -120.99793503384656 -120.43569479974065 -158.15337636715458 -198.84592111719803 -277.9797743368777 -306.8914520298302 -288.5796308349719 -290.98158324182504 -263.47011075303544 -263.446827705272 -279.08941551012043 -292.8286718955882 -283.82243160537746 -272.7527891986786 -285.729370087304 -255.95254651294044 -177.15546604397358 -121.17725916182552 -47.21996342532489 -24.374027852371164 -29.17882618580965 -24.37379690608484 -58.4344102246721 -83.10296902355685 -99.27055066663672 -180.37105982551373 -210.26068046247332 -238.71210244224343 -281.6648548015999 -315.64444339146735 -314.9513295704312 -303.3602974975146 -257.9678278244223 -266.59567675992 -295.3239266223611 -306.2236192566822 -294.8082183140553 -287.17826880403135 -301.97793695139234 -267.4921737171822 -180.4617815573609 -106.299737409395 -46.67770075065763 -24.373975251204318 -29.12636693652283 -24.374110595127863 -61.58786850414379 -84.28770575781431 -99.00663492059692 -180.92791302901097 -214.4763232824905 -241.2494813552792 -281.7936009031451 -317.2922830890648 -307.79009984930025 -303.2507095929975 -277.2678689743996 -263.32780880193167 -289.79530095997023 -305.30734956472566 -293.86440374223247 -280.0037881755195 -288.83393146481166 -253.7801743831142 -169.8270019185374 -97.33356846868476 -44.1275536339005 -24.373966148770744 -29.126357962927216 -24.374101732604014 -50.037211327492464 -78.84326157247183 -92.8423146809958 -157.16755784220874 -204.42339997206557 -243.56714250179343 -290.98011260226883 -325.94520876965856 -316.3846881060507 -313.70107515247537 -287.74457612800705 -272.52460799544934 -298.48163124773333 -311.5724323706145 -301.9425846590437 -290.6103106182745 -298.24409242331853 -268.9519004934141 -165.7904097390702 -93.56596647424588 -43.42749107167953 -24.373994894578203 -29.12638630798437 -24.3741297263567 -48.771322455376826 -79.49830652603579 -91.84193648000372 -165.13754406233596 -206.04025405964552 -260.4924921117421 -302.26248936713506 -337.57529942602605 -333.4391829881875 -319.9091915088713 -297.6978411282668 -279.4980685130444 -302.8298785529212 -314.0266491471441 -304.1644095165809 -291.21524698084363 -309.51707753213424 -285.06429498007486 -208.65920589600063 -124.15780542574431 -49.55050576090272 -24.374047526138963 -29.126438204980584 -24.37418098882061 -54.85833305783272 -80.66306262418519 -93.33813200330444 -155.63039733451131 -179.7370674529935 -212.05849084554117 -248.27073552043615 -291.9703453626784 -287.2852095762046 -285.6777378191757 -266.2101977483928 -254.2642518114401 -278.53131172344183 -291.66644760466846 -275.1402392766728 -255.52998511653075 -259.554703039767 -223.0010155075317 -142.8073373812814 -89.82500618758004 -43.41285049368265 -24.373943092416607 -29.12652078722989 -24.426761870072784 -43.434140727061774 -76.85854823319268 -94.2540616633254 -120.49013672351094 -149.83608497307952 -198.2478155210431 -249.89472157235735 -270.4846665677541 -272.5482673378709 -270.5379185760301 -255.359950666376 -253.39601614505776 -267.0101558759618 -291.3981517730357 -278.2105714018461 -251.12749955654417 -224.91598490783903 -207.5317846114121 -140.7305684611721 -92.10622857474516 -45.18083893290692 -24.41551778948133 -29.126145515401284 -24.37391562265905 -43.64253812621281 -84.96854005888602 -105.0574518627713 -119.23629005583064 -154.82366353141094 -181.88160868391043 -272.64003863531366 -313.5171800474393 -304.3032140326096 -311.3191053535116 -285.7983583815183 -280.7322622978753 -297.9199180240522 -301.4024321528123 -296.6268376748079 -285.77318807507913 -300.6885186291552 -268.34510883730024 -194.47570889072375 -140.75072973322517 -49.18587233013401 -24.39398909216582 -29.12617354183336 -24.37391960224848 -67.02523159046179 -89.22103468724382 -103.71191405160484 -215.20538163611488 -248.25288124154747 -267.0989240352456 -298.6986897166633 -332.550760858363 -330.00202264456703 -316.0745866890656 -295.1767486334829 -277.96515737346147 -303.16543789730355 -317.978189915967 -307.5552988971805 -297.86177977461097 -314.1022253309219 -288.38362388357194 -210.27045528912652 -144.84149257526593 -49.5072871765395 -24.426598201340894 -29.126090238267228 -24.37383734860453 -66.72101886536765 -88.92298601972921 -102.33081062573729 -207.7017847334556 -246.31638254983105 -281.19465309513146 -308.8883515911014 -338.81739904260905 -328.25367844884533 -325.60653530047244 -290.2880594989405 -261.318817465761 -276.60541837688936 -276.64265709157866 -247.7782891050582 -238.9631345328936 -262.0503875991137 -222.9522106720132 -146.64542912580524 -89.94986261697774 -43.02301484110479 -24.37397567418759 -29.17902399129335 -24.373742147327395 -48.81882992249551 -79.13012787229243 -92.03406560467202 -150.48182433725322 -177.77990985725845 -207.0739867000372 -255.456171770484 -294.3727798718206 -293.0528570276789 -288.908477628516 -264.4213744889644 -255.6632998473259 -279.5062924552386 -293.6449638804057 -280.47135184203376 -271.06445553037395 -277.0820203504655 -241.1158168984972 -156.98345662463936 -89.94682461251061 -43.02107320342034 -24.37397494484308 -29.17902320517056 -24.37376549184435 -46.08575810716338 -77.86339417813926 -89.94962900201165 -150.0159207289242 -174.83193122738584 -229.6108990601655 -277.3649221552825 -313.3254938778568 -301.98293893188486 -300.21274932398205 -277.35391361163624 -263.3462847734406 -289.76925825970466 -299.6691391103384 -282.714376513323 -260.3865893236471 -266.9022309571916 -232.7204755022078 -147.58404184594454 -89.92791574124388 -42.91528891535049 -24.373983035385105 -29.179031908824527 -24.37374948358688 -48.09322004088019 -78.53876720056516 -92.5274957764538 -156.8721115829511 -206.19794920670344 -249.82736972011585 -289.9883945888791 -325.50063967742017 -322.2620146036493 -319.8190695426482 -295.8107967233272 -281.04445369174044 -304.8188628554841 -319.88746548982897 -307.86676719792246 -292.6788412360353 -298.88554923693124 -263.50321382175207 -177.09596530002773 -111.29551530786834 -48.605155312114015 -24.37397142500716 -29.179046020445632 -24.37373767327471 -57.73197419862839 -83.32136068493007 -98.921385468741 -131.0217381773188 -175.11942473871906 -226.72325547399487 -257.06885356755487 -281.81915289207666 -276.6713624352464 -272.2553817771157 -249.20242329747632 -240.18449663434927 -252.48551494779292 -270.48928467077747 -260.6395763131669 -255.79452010977468 -243.38862637129617 -222.9737006497513 -153.55108300819106 -96.39049611606826 -46.87748238283096 -24.37403323504053 -29.179085917669006 -24.37382334574496 -44.64791827547393 -83.91456753581848 -118.7030138521428 -119.01041821929432 -151.27570449312398 -158.18362211996316 -229.1049568970812 -255.4013483254703 -240.2072899091721 -254.8843609730595 -223.58189083661844 -205.5158370013361 -223.0349863542279 -236.34105085071 -227.8434352448801 -214.63776304285588 -228.17157317964373 -200.35093131934715 -131.3679124978435 -87.59212985034327 -42.43346673334756 -24.37406011353998 -29.12642805089151 -24.396061385379635 -45.65603338830856 -78.24295231051155 -105.82727717036008 -150.35817157905288 -165.91222516364692 -187.37500792779284 -220.88001859127075 -250.0298474895529 -249.3711015716729 -249.4613443731521 -213.8760566283475 -209.3586419665532 -236.4137306850063 -251.4889771215888 -239.7639713963831 -231.97895185819675 -239.0508971878486 -214.2448733444282 -140.7937295948986 -89.77024001701437 -41.45323524599386 -24.37401579529983 -29.126510451844773 -24.426521356541517 -45.32783031946271 -78.15878848254424 -105.39894636084163 -149.9992436360768 -165.3389320598998 -189.53920006416095 -227.40238369760496 -261.05223103992495 -259.7745778984737 -257.17169893820306 -234.5492417529982 -225.91518797442413 -249.04908911621305 -260.02377259675006 -248.96143202909084 -230.5154302836815 -237.73153827719275 -213.36988234405564 -140.74809473733546 -89.69103572851252 -40.94780203896814 -24.373960905424248 -29.12645653785753 -24.42671670667914 -44.42239539883953 -77.51171074719564 -105.076218398574 -151.28282566583104 -164.99048621321992 -191.80989286799445 -236.20068247412337 -271.8368563438739 -267.1044429924136 -267.68155648606626 -249.75887247534416 -228.61916616441292 -250.0163206202956 -262.22881064874707 -254.6868757715481 -248.81438803729637 -259.4576540868104 -218.95443163453308 -140.79042375422767 -89.80624429084962 -41.98224525817713 -24.37404549040163 -29.12641357610549 -24.374179244423477 -46.76399930150647 -78.81397328383646 -106.7674891766408 -151.5519184423078 -165.33287907195697 -183.86391120206784 -215.47468734817247 -260.78792355909513 -284.05286175687945 -287.7654530483297 -266.4254381286897 -252.6075084937476 -275.2393511053442 -287.2250969424566 -279.1889527426919 -257.5214580094104 -258.19706586986894 -227.1042746496463 -145.73202271512008 -89.94044035034143 -43.05841214785 -24.373982180479864 -29.12635088604172 -24.37411758918956 -51.02421142220898 -80.71340575095009 -108.74174118882756 -164.39571037747612 -189.11325750022763 -222.5715321665198 -267.1014482933031 -309.5334927171618 -300.0262065993165 -300.4741370256944 -282.620540521422 -262.88832619055864 -289.40225351306555 -303.3349662087888 -281.5853414705318 -268.0846781416796 -275.16316344481254 -243.23718540829805 -154.81268419838057 -90.53204381658767 -45.25254284961524 -24.37396319686089 -29.126332096931367 -24.37409910451085 -48.567228728281 -79.45747217848974 -112.24581290169031 -134.8433770576644 -177.5669931588895 -252.04880568559972 -291.7078349822651 -319.6398654867761 -311.4464918153148 -298.3153207610663 -274.6519619020947 -277.9780385459845 -243.92864010941756 -302.38912165331124 -301.7448922277632 -294.1451890683961 -272.4480381916871 -262.0718902034225 -189.68142132213447 -122.07420326722196 -50.55351315976085 -24.373917892019147 -29.126310385128157 -24.374077508630855 -49.58369113478085 -90.23840669378416 -123.86750800722211 -119.310294271961 -152.53428441779604 -170.93403274251645 -242.445534566104 -276.00218511890625 -266.46992450020934 -277.31492640828867 -255.5954114459965 -249.27801976409324 -263.8944126137735 -267.6587200952019 -263.89386891360164 -244.7693635548078 -255.877781374034 -220.88076653600115 -141.33185842171252 -89.5855660349695 -43.99506755679273 -24.374047940254627 -29.17910173410172 -24.373814174325165 -57.05695730004182 -82.60039613793536 -109.72483165361244 -167.57606151938367 -194.4405975500626 -233.11675323671813 -275.7683997566569 -310.7182555600241 -309.80779562582313 -310.6649865810924 -277.4493788903143 -265.59951698880394 -280.9801571600172 -275.2973234258212 -280.6281831147976 -279.4691508611478 -283.5621374933185 -252.35874492995484 -160.42646304812246 -93.56135515798243 -43.042531854317815 -24.37405285141565 -29.12644345796016 -24.37418617472625 -46.946167903670975 -78.64007781458942 -105.7227805818115 -149.6826329724401 -165.61183236711503 -185.65658792942165 -227.0048038956764 -253.8165656009559 -263.7389732475215 -258.84901583878434 -227.6407635514255 -212.3145400083698 -247.7037403860393 -277.2682943766748 -276.2098248794196 -267.4576421266724 -281.7531948678877 -245.48417153326835 -159.2969186403647 -96.9673939883392 -44.38155479339768 -24.37410529186736 -29.12649516680976 -24.426734029662214 -56.99288103814561 -82.62571746042683 -109.1115332096802 -161.62181597009334 -184.26006798543105 -206.43813152888984 -221.7416722928317 -260.6373754898883 -252.431414039102 -245.97081586060236 -233.4634451142601 -223.7785363473432 -213.71561310024225 -217.7307811365848 -201.7651768435173 -198.74299021025575 -214.1588266466776 -199.9266551504749 -140.49265844608962 -89.67177557299804 -40.461457375423386 -24.373975947087548 -29.12649370056869 -24.426732434511518 -43.38629415484091 -76.87693927056307 -104.29640060510674 -148.4034468442582 -165.3701205166628 -184.11482053525583 -215.34695619897636 -232.17745939037155 -214.16473126456643 -211.3453808834668 -192.4101343384177 -185.00155623444692 -210.52281967861416 -217.98706416494096 -201.75408043553583 -198.16644628045907 -214.1497929436903 -200.0202183743588 -140.56222343358883 -89.66684802905303 -40.474200397642285 -24.374003699857763 -29.12652084962878 -24.4267619346921 -44.09832236635543 -77.3941074034691 -104.77262695389456 -150.041633062463 -165.57441312785008 -183.5979657490746 -215.8272804563261 -237.077019474587 -224.295452023665 -227.8971809721215 -200.3970608127806 -191.8451507662489 -221.0165112589717 -228.26842502899868 -210.80542001423535 -202.83562889009767 -215.17743795950585 -199.9921084620792 -140.52890792172968 -89.66740033448345 -41.87853150517048 -24.373963921439007 -29.12648193255424 -24.426746140728323 -40.6152464100121 -75.7786929688736 -108.09298723659867 -118.81423111796175 -143.94925475471013 -186.3667410717193 -214.0390564221278 -224.62473578229373 -209.1950507912157 -213.99156073296905 -191.9372284267241 -186.344611447058 -208.2935933342881 -224.5907728900549 -219.26662113829784 -208.006606781089 -202.42399498699143 -197.63855522548724 -140.4966950792789 -97.11584747635932 -44.188863649259936 -24.37393183643818 -29.12633536561067 -24.37410208019608 -40.21400388563184 -77.32792013907782 -109.75476332624989 -119.40261986960864 -150.85609365937984 -151.38681771445468 -207.50854347869824 -234.0487550840044 -210.7183640773229 -218.25638666248605 -190.44209731749535 -185.2409731543948 -199.6694295446138 -215.9459398029863 -200.99784001909396 -189.3622382840669 -203.07067440834757 -188.8492353014229 -136.8971346933595 -91.41415558838702 -40.486975257299655 -24.375178047394243 -29.126179910457594 -24.37392589133505 -42.50117370672915 -76.25289022532023 -103.42585815693256 -161.72179820038983 -174.11644132274913 -184.5606283922661 -216.2745205522317 -251.42938798219703 -238.21303303986696 -236.5479749038756 -201.0478823284515 -195.6096389242257 -218.08788167167305 -232.728293635049 -213.1591758588413 -196.7294797288026 -214.09067648712136 -199.91231776826956 -145.12155655274134 -93.45927925962523 -40.44051077766063 -24.374039786203067 -29.126441804943347 -24.374206779708167 -43.266962929342384 -76.22581697183399 -103.3293420821492 -160.5830439754564 -181.66019566100252 -184.14492310307463 -215.8712551889048 -242.82994136849572 -232.82688647221156 -235.1702413421781 -207.2652294707517 -198.5032625802648 -229.22693248313428 -239.2248415975988 -221.1158735607695 -204.6378631239373 -214.110247444384 -199.93580758319263 -140.42567747869123 -93.22586810843468 -40.41903823669618 -24.37412382261571 -29.12652467605456 -24.4265122863552 -43.13268875413293 -76.20762374290184 -103.31991833254256 -159.43422958621716 -180.80696156980176 -184.2036830069784 -215.68246473588812 -244.37649147473067 -238.03662111345545 -226.280883883419 -192.5732315153951 -185.36685695837576 -211.97786938980045 -223.1025273958129 -216.81173290439423 -208.0861969945768 -216.3940276771829 -200.09461225609508 -140.64426384950235 -89.66981554766939 -40.5664740405765 -24.373938370708487 -29.12643440368979 -24.4266927568343 -44.48022472944131 -77.25063944793537 -104.49514131068874 -149.58961369522896 -164.6386992873568 -183.57874976498184 -215.6872257118821 -242.10491642590355 -232.22452349102653 -246.80620863043328 -212.0265923485232 -206.7498940690442 -233.7915147305566 -246.91477163487767 -231.47772483475532 -223.2889860967624 -236.87465391563023 -214.78252199359352 -145.95947519496156 -89.73233264333493 -42.22953248991537 -24.37400302950324 -29.12637153199659 -24.3741603167687 -47.730978696547496 -79.27205101151871 -107.51958006309188 -154.1485181184614 -178.07721582680043 -210.30822550745268 -248.24080786344945 -284.73604536035884 -282.3109031017017 -275.668750725064 -254.3185255794157 -240.57078066417645 -265.04640300753505 -270.0449432264795 -257.0750242952891 -253.5274039035604 -267.3046720523126 -241.8465259602609 -163.06295471294672 -90.2881513699415 -45.99020795556045 -24.37397284456261 -29.126341644967532 -24.374108496623418 -46.505850727840176 -78.43898584301598 -110.50398525571582 -121.3217906157038 -155.74540178763215 -198.73079280264557 -243.34478037895863 -263.65526594389064 -258.55130460560065 -246.96792051965437 -239.91619762499784 -216.0092553553569 -232.74304477209583 -251.12596174893332 -234.0817475328796 -223.72641341473303 -203.1466508376019 -197.7022767907741 -140.51838974430927 -91.99467581736354 -44.28667029976345 -24.415808809853765 -29.126170854500263 -24.373916949320453 -40.691518920310166 -78.77489289242729 -111.07974508697576 -119.2498185894231 -152.0108175775248 -151.73272041564852 -207.33845903794816 -226.39071659932412 -204.57125516412967 -206.57911248055973 -185.3253930680407 -181.98945548135384 -199.74554594329115 -206.1068926419621 -197.7730966971956 -188.74196603939956 -203.05362005301112 -199.2744633077129 -136.2656748683518 -91.5987563062831 -40.428105116225225 -24.374202446558364 -29.17882492224182 -24.37379575044987 -43.02549549353285 -76.63897190217628 -103.97904248739394 -150.4828927689755 -172.29591315560108 -184.127866673952 -215.56226769940997 -232.32140493473915 -213.40893374082464 -218.0164857099744 -197.0712679472653 -186.44201728273293 -212.5547212716272 -229.7512365365013 -214.72063310525468 -214.76493224799356 -214.1166130335048 -200.00709623595935 -140.53737010215528 -94.43761936376994 -40.46436946243858 -24.37397782080489 -29.12638070589653 -24.374124194278647 -43.1758324544082 -76.44207520258344 -103.6988485340118 -156.7501439531798 -164.75735491964022 -187.4448043598137 -221.893739492407 -260.0825434469131 -252.64768053865572 -256.0195743532188 -230.9510251970436 -222.8111028363365 -239.7145485710203 -249.4286961953613 -242.0235261175579 -252.26679594705377 -247.7310243420568 -221.9066091669725 -140.77464228105384 -89.83003874675087 -42.143232493972775 -24.37398399563024 -29.126352682207298 -24.374119355618365 -49.47287170650404 -79.69053843650622 -108.21047031481297 -164.6102917464905 -190.0551309924232 -216.13732767310844 -255.5229996908297 -300.7531485927412 -292.19007919940265 -282.7298819446585 -256.19647520250675 -239.17937267328216 -266.7944009075286 -279.9150284821155 -278.89215381373094 -286.9736113773018 -289.6147483339668 -259.3495879795515 -186.13702083706727 -110.61803903818304 -48.08357519723215 -24.3740121984038 -29.126403368532387 -24.374146577283287 -61.46070093098798 -84.22218184369882 -113.89061831072324 -177.9023596617609 -197.13172548949547 -215.0797023349789 -265.029327850512 -306.42978595764777 -296.04993599555274 -293.2963787106693 -252.20722661370232 -241.3344947991955 -280.3628656107098 -278.84301821232054 -280.4714613609353 -274.23911405981613 -265.7441332806744 -232.72267589755072 -154.0523825172171 -93.91524244631547 -43.56144036138819 -24.37398384964915 -29.126375417603327 -24.374118969120406 -51.8275822602344 -80.5810875109962 -108.48255606763598 -159.1422664767408 -179.46868659830568 -225.13262261367476 -282.5770115418844 -322.3887924963393 -324.02930645826694 -310.7954458937435 -283.39435309048 -261.7129883006125 -279.16639114543426 -296.1896605288032 -290.3417443619941 -298.2509170141456 -301.62511932170133 -266.6000881063563 -177.02196160776074 -108.8214370758113 -48.0799241675502 -24.374003953543877 -29.179080858091872 -24.37377009268757 -56.38100780135247 -84.42655446355842 -118.0810634021908 -161.06897958327835 -202.6714249791852 -254.060430002078 -277.5831854903275 -312.04228288454163 -303.78859531726226 -299.17798135745244 -277.0600681677324 -269.2009450870263 -283.01165886392914 -304.21830687708194 -300.19343136252894 -312.6783440879531 -283.0717516826901 -275.6989995399278 -205.27688014740272 -146.68557687693266 -51.361856918098646 -24.41962634280041 -29.12616744977215 -24.373913587002956 -59.44631269326272 -107.74727839022064 -145.3162110201119 -128.79151593911777 -161.76417209907626 -183.06534605626223 -256.9751973141574 -291.61628591266475 -273.7976493197468 -275.82093455472744 -242.63262909386157 -237.3790058941706 -247.72206247810183 -263.24950540618977 -246.6384884093094 -245.19491900662004 -226.3850974845986 -189.0886411806859 -131.10322198229457 -87.38111693607196 -41.09630517041328 -24.41973887468465 -29.12614367292175 -24.373913816380654 -43.92903956019855 -76.85166765707962 -104.46860542701998 -148.58479023177406 -165.38310508491475 -184.00555122800432 -215.9136865998954 -237.2703817906133 -235.53593635252133 -233.5241220684868 -200.33940344700343 -188.45878427174893 -218.0461282842604 -237.710876338206 -227.5399145567835 -240.0045926889832 -229.40011255171703 -200.05864219147145 -140.63478761578574 -89.67007702535867 -40.407158976630754 -24.37404344453093 -29.179058497087244 -24.373773325278943 -43.64222766216767 -77.00351245575187 -104.19983190987908 -152.27680561020625 -165.2741516531366 -184.16976100344576 -215.83824800529212 -243.00348397316145 -236.58013866301937 -234.37507042594837 -213.9385366328944 -210.0156341521577 -229.68065339125047 -236.5857837579289 -222.1322270552634 -233.87745528570275 -233.59855718276907 -202.2050876649201 -140.62995504431956 -89.67815395522815 -40.52207929608434 -24.373939488617847 -29.126458036726127 -24.426720289092238 -43.82539375026412 -76.91933495788301 -104.13675787961336 -157.31421088633022 -165.22376800316877 -186.22900049557464 -228.8088954269499 -275.150421185617 -270.29489978037003 -265.097414397352 -252.66232189776284 -233.90416329482588 -262.11525712372 -271.7664034744978 -254.2452343455465 -250.4376402109008 -241.296876328966 -203.06334866772715 -140.68665254945876 -89.68234242338414 -40.77317715466472 -24.37398498150505 -29.12648018375079 -24.42674229555537 -44.197561056936 -77.24303410710048 -104.42450739257836 -148.56403387465835 -165.47963334905037 -192.99450584103505 -246.54213224967876 -287.28175937158585 -290.9383529286833 -289.2848767017775 -266.01920624161284 -255.12317627732247 -282.14142479609313 -293.0440036076582 -271.3684008203243 -268.60969730252714 -262.4654187570067 -217.87319535637772 -140.89555865472653 -89.77982725285646 -41.567800248535015 -24.37395906023685 -29.12819811392836 -24.424830578670417 -45.20249504960684 -77.69183615395202 -104.99603529931618 -149.0036552695963 -164.87270571645573 -183.98292239408772 -228.14474168428157 -280.86638503697213 -268.7777332360803 -264.94558654350976 -249.0744086923037 -235.70009381249253 -261.6786131684986 -267.3939525462909 -248.70847573556836 -239.7469971828021 -228.0694847430092 -200.2305649067129 -140.6705131476099 -89.67664165856586 -42.15362267032297 -24.37398775588795 -29.126505252859424 -24.42649091685708 -42.37775291297549 -76.55622119255136 -108.84409056653324 -120.9712598315669 -144.1685216558141 -186.2654160390703 -214.0247855976181 -221.4003666420012 -215.4862883854969 -206.57498975516012 -187.653382101306 -187.4667151667721 -199.2058007460037 -225.01631773487728 -218.6745179492248 -229.81701288064372 -203.3149645331773 -197.7924186369248 -140.74607308066817 -92.07515508462043 -45.04620243079946 -24.373924752907755 -29.12629403552553 -24.37408440599837 -42.94248178872653 -82.64586641411246 -115.10299471112934 -120.72464794551504 -152.44418708616644 -152.39126684956926 -208.30939731975607 -234.3069666913601 -231.59082324635224 -220.96993400489924 -195.3376092082024 -189.90857894184143 -204.19346814014472 -215.00151371983628 -209.55419040787228 -211.400643691903 -211.559198895809 -189.02713368754272 -131.25567368194405 -87.3238010640067 -41.43300281293995 -24.374045072820348 -29.12622552948616 -24.37399429859733 -44.18341124267633 -77.409250007267 -104.9084690891548 -149.74467687322144 -165.14427882980027 -187.73339699001104 -247.91475432869296 -297.0164197533548 -293.0782589196263 -295.8651989478814 -265.80582705728847 -248.0857705508006 -278.49954503412107 -292.6251094825833 -283.60677268113005 -274.7303635518465 -267.41112421019034 -240.93852393210983 -162.42130949480944 -89.79159388677397 -42.27478117286831 -24.3739424116714 -29.126497844256004 -24.426761406211988 -45.845505681569946 -78.57421195517423 -105.815194808959 -152.3956719297073 -166.9230316567306 -184.18185739143863 -215.6288703753511 -253.14171568384464 -255.52087272618377 -267.04214828878634 -227.91490304538323 -216.34759780594652 -244.92892464049936 -251.2533518466478 -233.6822651991951 -234.79545612237675 -230.47716563642655 -208.05225677734128 -140.7715290249905 -89.77878102644442 -41.73362824384518 -24.374078340825 -29.126258877856696 -24.374027100029814 -45.83329549611341 -78.22525706112214 -105.64060054533438 -152.31904809895562 -166.92679088190195 -183.72743628984145 -219.93421366522307 -249.36210539269908 -259.1215266826448 -258.6569120011005 -224.02109377307468 -203.956231478242 -223.2495167407525 -218.93408647011609 -206.2176395493404 -213.68315377774263 -214.03792607786323 -199.95062836891296 -140.39601972630672 -94.5918780008171 -40.47777558621092 -24.373909044765053 -29.12631289514348 -24.37405721909688 -43.57065490418769 -76.7766553969812 -104.10128047848929 -150.92981044168238 -166.29073617130874 -183.49404162295255 -215.31706786364737 -231.982115962305 -210.7360545782469 -208.22807728617624 -191.7831897869321 -191.54278058627585 -218.85143174031705 -234.1287426215136 -206.8067274163808 -213.31220355526116 -213.78456717731115 -199.6622530378834 -147.25167836906886 -93.68117412392776 -40.410608862414136 -24.37419543128665 -29.17881718518765 -24.37378867628001 -42.429047491636496 -76.21444988123905 -103.25307189286066 -164.12051811290556 -179.5799276098711 -197.9058397368578 -227.5364855288288 -231.76155194309612 -210.69108348580335 -208.14213856428287 -191.49950060864649 -184.3737826819543 -208.05603395835897 -216.74417784316788 -205.429958468222 -213.1688385158997 -213.6657452880288 -199.55817560813597 -145.5177014793107 -93.21472207456536 -41.90742186477394 -24.37385516430741 -29.12625977346632 -24.37400475754304 -39.493030055926354 -74.961248961671 -107.12511024965475 -130.09556959278794 -156.74684295533487 -199.51823500543696 -225.7697377218313 -220.89194880363883 -208.8360615788604 -203.94439410563797 -187.630167208654 -184.8209131237612 -197.32421062676397 -220.57544741230456 -216.275776762177 -225.6018376367367 -202.4119412460065 -197.6179268593362 -140.50137574794084 -91.9912669777436 -44.19481699595747 -24.40534033015029 -29.12617157781929 -24.37391766251428 -41.19593113679921 -79.30630587231127 -112.77960406460866 -120.81599647887 -151.450805844933 -151.16161926431909 -206.90738353431465 -226.0794997267793 -202.4951097894339 -202.23542762038232 -183.6957696038882 -180.87841642120776 -195.94786860640892 -205.5950345927432 -198.511830485616 -203.2893039735673 -202.87731616711247 -192.37722089233063 -134.73843496234716 -91.12317180978796 -40.4462241695231 -24.398704333549954 -29.12617309411245 -24.37394248852825 -42.1062555123477 -76.18806368512396 -103.34938193064112 -160.2418035866743 -178.21700224970664 -196.81435268505467 -225.90115889254903 -231.9505606957169 -210.89219213882765 -208.2703621812316 -191.71234260635413 -184.72701637485432 -208.60003589123687 -216.57825495476317 -205.9593442552355 -213.4165523205905 -213.7589378241036 -210.0759925983776 -145.10007700479946 -93.21581406585376 -40.47902668474018 -24.374075006099364 -29.12629319041905 -24.37406059818448 -42.10815817251938 -75.96302547931826 -102.9341826552912 -156.52136805443726 -174.76107783695477 -196.92311491095484 -228.6015447836706 -232.06254465332324 -219.62475206123463 -220.6262005628263 -202.87888871114848 -190.4978771199609 -211.4210857650886 -222.5963591885783 -223.6589966711356 -224.52759826577807 -224.42135454081503 -200.03125630447627 -140.58072602083524 -89.67944013506381 -40.80540758974467 -24.374018726445595 -29.126387075352945 -24.37415317939489 -43.92334745599557 -76.99411329255292 -104.16254427279918 -150.31180049553228 -164.9774719799188 -183.36807197602752 -215.33777540945596 -233.2659023903276 -211.3869762637129 -208.47421986855284 -191.67181581020543 -184.73949120903896 -208.41229428550727 -221.2841206756821 -205.1945415279641 -213.5015924260589 -213.89303440934225 -199.7287894494584 -140.37101456471157 -93.20970246327036 -40.46882394592718 -24.373978047169587 -29.12638092689731 -24.37414689227246 -42.49758596717895 -76.30182775386557 -103.33883604768045 -160.70845677082082 -176.81559968321704 -191.38789027334516 -215.58070369509 -235.5476076372429 -221.59437867765504 -220.96450455396905 -202.3823194865544 -190.74361462147567 -217.68319662568743 -229.49381358753783 -222.2107478874379 -224.0144759061776 -220.37652373877816 -200.02638527392912 -143.9173767317011 -93.2454564855709 -40.42291168480773 -24.373994938568245 -29.12651227893594 -24.4264986481398 -43.26099272030208 -76.60838913873958 -103.7450540010744 -157.36872125882297 -179.44635123807424 -199.3513979209016 -228.03092169182136 -231.7122801232066 -211.15711579703688 -208.52577036539827 -192.02468632201249 -185.1878612147252 -208.30862471386413 -215.7988101353949 -206.4573644793084 -213.24223606762715 -213.7775285731385 -211.010184064612 -146.26048559312628 -93.21200488016387 -41.87671765998879 -24.374042482394813 -29.12644446584477 -24.374187168559367 -39.55707150489699 -74.91002777716228 -107.02669295657743 -129.19520722885036 -156.77361830397737 -194.3513336148908 -219.04460632846403 -235.07359888525897 -222.80947980090983 -219.3179504549421 -200.64283673081076 -196.3770159632809 -207.3636750848007 -232.92736783152748 -232.8253009265271 -241.950844342261 -218.85798187413693 -212.0652023389068 -150.93730567566826 -95.97066931872008 -44.19121918258788 -24.41919282797068 -29.12617010149426 -24.37391620344264 -40.97611837995896 -76.770013891367 -109.19623677296848 -120.81933211671522 -152.61003908545626 -154.20828510347656 -209.59337735854623 -229.86639306927685 -209.4893194970556 -210.28484843373445 -188.66113520650063 -184.72432522674657 -200.2482710040961 -210.00740116175777 -209.0945526346435 -213.8513216728296 -214.57274489290293 -192.7561295994936 -134.44832417917536 -90.85970341971492 -40.47443542337058 -24.380897102362034 -29.126177165458977 -24.373923178868267 -42.98882836595524 -75.35293338663584 -102.18943157905584 -156.0374769257713 -170.4241619616356 -192.77826168484904 -225.4417434012688 -239.4981618931711 -210.44250645090037 -207.92311011455487 -191.2617672450004 -184.31544102808573 -208.18586211149147 -216.08745983713925 -206.87960341870289 -213.2645805954204 -213.59628825405625 -208.11014490458507 -144.57730463921146 -93.75844369885245 -40.41625423206626 -24.374131023412676 -29.12653177838293 -24.42677381087768 -42.34991708696155 -75.48705705334042 -102.7598512160572 -164.27398040497 -179.74477456222974 -183.45593424289555 -215.4429193701609 -232.8496176798574 -219.44796845252628 -218.83070289613025 -193.60270676560668 -185.9041549849861 -209.91365233999244 -219.832115044594 -208.08240146038372 -213.52012297007903 -213.9474738554144 -199.80448586877276 -140.33392204140134 -93.21186919037532 -40.45500578545268 -24.37402925550717 -29.12643142260954 -24.37417428465624 -42.91554444793052 -76.31997460348654 -103.41221802264896 -164.81687236626905 -173.03869608734024 -184.41283608506967 -216.39126930594895 -254.1759584043824 -254.0677815103607 -254.79035142893528 -229.1418898365233 -218.5613906786153 -242.3110711863781 -256.89441959775934 -234.90448982897385 -227.97443551675127 -220.5179719703668 -199.9459267421163 -140.55215376219505 -89.68886622788374 -41.12120665322565 -24.374038772461518 -29.12640691921176 -24.374172700454384 -44.37075698933487 -77.21707848889648 -104.68004081823716 -150.9438180439341 -165.13110981851207 -183.54222771021676 -215.5985352392325 -243.13847898629575 -226.6142340881832 -221.53240160396817 -203.9660189673886 -190.38687350962212 -217.79558043203255 -227.9787552979876 -222.64885844816624 -224.19959963036783 -223.60395726856856 -200.17176859940636 -140.59153450324715 -89.66134694747778 -40.48422972157568 -24.373970249180115 -29.126488126366155 -24.426726376184668 -43.45350769636595 -76.90744480553305 -104.05895449517008 -159.76801267437082 -180.66546825669693 -198.92075770616333 -227.6933179238333 -231.96884961890908 -210.8484887996746 -208.19552177864009 -191.6161586200516 -184.6121457482964 -212.14895220239157 -224.22771169689577 -207.08607323723663 -213.2691141976388 -213.71228821311647 -208.1786152671703 -144.74879492961185 -93.22441183462296 -41.88202762062405 -24.37402596104001 -29.12639087992324 -24.37415668286184 -39.612264889316776 -75.52289915826123 -106.92183499465976 -144.07103918763292 -155.4565728030182 -193.20477510288384 -217.71364738223824 -230.7827009091557 -219.7580268776396 -214.89833677166484 -194.37768719942372 -191.0215843640628 -203.68769895111475 -227.89922630131437 -231.09013252703585 -239.91143698381168 -216.4364890274149 -210.10842967781775 -148.6608208609274 -95.54504477648408 -44.18986581305291 -24.405334529746064 -29.126171579518783 -24.373940999425148 -41.13135282002354 -76.79886559104861 -108.94345442502696 -135.1160457559284 -151.99969468457897 -154.36032877484382 -209.6614533196246 -231.2763866555296 -212.61866889734125 -213.51166499702725 -190.08891978186637 -186.69208645752977 -202.0028245174262 -215.1753558317991 -225.51744604283363 -214.29740755250987 -214.7626058967413 -192.69509695383 -134.41568494170787 -90.8878227536198 -40.45976467816289 -24.374019902818443 -29.12638389696912 -24.374149812536807 -42.914880660915465 -77.50037334166989 -104.59891930289515 -168.79004291130877 -168.5140174553418 -188.39960540804844 -219.8149865371166 -242.81186805360903 -227.656130341837 -223.82898807790104 -201.7236507167375 -190.4068828447181 -215.41830416394683 -227.47857756338587 -235.96163112565432 -226.43774436255143 -225.99815298490785 -204.94128631707167 -143.87267751231752 -93.2083193415165 -40.48577012888055 -24.37401031410862 -29.12624809429093 -24.373993224442383 -42.9749353133807 -77.91200636461991 -105.02259618867464 -168.77772988702313 -168.82230488117418 -187.4355921784924 -218.7845729077396 -242.51675382286095 -227.66346747375383 -224.76243285463443 -203.7125270606085 -193.81767045723797 -218.39609857126888 -230.20550618280276 -238.85446398966465 -228.31182327184104 -227.9692913609193 -207.01481418820396 -143.9044473475037 -93.2122048326956 -40.437774511279095 -24.407023524212764 -29.126171192364527 -24.373917284825986 -43.08560283091961 -77.96487817288659 -105.10523667765789 -169.74875578635172 -172.81981434422826 -192.18615193594624 -221.7697668131055 -245.5313012511785 -210.06585684428867 -207.51567925490468 -191.1063706239735 -189.96011949670805 -216.0904725772017 -231.30872954196116 -220.9734402901583 -212.97217251427432 -213.42301917097677 -210.6293289500228 -146.58046347678763 -93.25175307271164 -40.428184424429176 -24.373998596425047 -29.12650821984144 -24.4264941846927 -42.652537463748686 -75.35299180328701 -102.53409671508544 -177.6041578664761 -177.87618073606325 -194.17318000279468 -222.9595296423005 -247.337615468132 -210.3796169415385 -207.9079714891573 -201.87874992654736 -192.49388977009556 -217.9619223791396 -236.37916787293764 -230.54817395813492 -222.75948842494512 -213.52707509620785 -211.272824354568 -147.58353371989523 -93.2031930597773 -40.47476292000957 -24.37404455135278 -29.12631646949969 -24.37406075013358 -42.586306755069295 -75.40543218475497 -102.44868336995232 -173.54328736835745 -175.21492238586356 -194.40024748793724 -223.5225205611471 -248.9685830784302 -210.56715746904328 -207.9850836767168 -191.3703374129376 -188.26925834011303 -213.73824556506813 -224.98958216201464 -221.1932462086897 -213.22543185639 -213.588387617124 -210.78285452085697 -145.4922387750408 -93.22907716725958 -41.84123318715175 -24.373987377357167 -29.136579824993007 -24.416624260463426 -39.89973945997966 -74.68976585915902 -106.68822559186754 -146.38688380868797 -158.65230191474572 -194.3287132537129 -214.1121341492533 -224.6166027929284 -220.21524941200477 -219.89196752491023 -198.91431799639108 -194.7642218207231 -209.03262812287028 -226.52210899624524 -238.30566692457572 -225.16141292635447 -202.304312447179 -200.4229476051201 -140.51873447655035 -92.0006926231446 -44.22895697156333 -24.418346273744064 -29.12614400699282 -24.37391414262441 -42.62905973212684 -81.27605564271227 -113.83323800785072 -135.13816695194618 -151.5496764653543 -151.3662581637559 -219.56244407295773 -245.0765952883911 -235.98900191475303 -238.08984515727545 -211.80385276335315 -207.1621373152109 -220.45734113965565 -231.2594881306624 -233.1999501695587 -219.85357826498648 -216.57597868512352 -198.24998683346985 -131.20054434737736 -87.50976158525715 -42.139759425952846 -24.42662672914035 -29.12613995546949 -24.373910156968325 -44.572624307099446 -77.17865131152867 -104.43496147172311 -169.24449630225243 -175.05601526657964 -196.40724268569656 -222.607424653018 -245.89080896172635 -230.04387920110705 -224.97501947237475 -200.93935041213012 -188.46981858878624 -214.48006395923704 -229.26684371432543 -237.1095241353059 -229.05235447878312 -229.01420270800577 -208.4820803016336 -143.98845836434745 -93.22496690822956 -40.442946272316746 -24.3740608845324 -29.126462611044914 -24.4266986508816 -42.690262789821794 -78.06955062365549 -106.15112332780578 -168.79773567048048 -169.41742181731306 -187.7518486320837 -218.37709088563412 -241.0373928898587 -226.1461760041264 -223.34487080063676 -202.16839095896867 -191.38155178722383 -217.44400727238587 -229.9259799490773 -238.5883824888899 -229.23242879468975 -231.2401049688305 -209.4791695405217 -144.59486576456712 -93.20970011861736 -40.42646762365878 -24.414757668854737 -29.1261694274732 -24.373915539535755 -43.19244971337301 -75.35304059001537 -102.21896416078744 -174.732810681869 -175.73638777745725 -195.0397714450462 -224.7890962018232 -231.41452551191537 -210.43121084448555 -207.854140804344 -191.6536844646244 -185.60903826191583 -209.50907600051403 -229.35166949554412 -232.734750184244 -221.038541950672 -214.02133640204133 -199.5466184239618 -140.36123710277565 -91.73835759543564 -40.45286325388708 -24.395784005273185 -29.12617531835543 -24.373921354307008 -43.74823371921175 -76.878314044566 -104.01270803243668 -165.39052119474906 -168.48001317846752 -185.52246801426315 -222.5610112249229 -248.8169868976865 -211.15731073827823 -208.3751249091716 -203.21818912029767 -190.1774507761936 -218.54387160228097 -236.2897018956054 -242.86960368361025 -223.81599671306 -224.0010240141156 -211.79164843498612 -146.3147624938526 -93.22812743339196 -40.443980355159546 -24.374037130726 -29.1264391850986 -24.374204203004435 -42.68002801145612 -75.53812586646535 -102.54983347082096 -173.28019498207146 -174.56570741623506 -192.5366694218704 -223.8578529033224 -248.2975428327796 -210.3772808725373 -207.8273804426545 -191.2820304281665 -184.4036689701208 -208.5304031042045 -219.72827399467124 -221.20024561169384 -213.21887623611357 -213.60781025991847 -208.8820337434842 -146.30723836772762 -93.24206960063334 -41.8636697163813 -24.37407290914426 -29.12647446532478 -24.42673806058125 -39.89005585973096 -74.69007471373091 -106.84556086754628 -146.03767663356868 -158.98711213972388 -196.5356052811059 -222.06528396741464 -233.69919670162395 -222.4282725741585 -218.1783797726209 -199.05449808815916 -195.5406837121785 -208.60900723255784 -234.063620177299 -248.8907999513528 -220.8836864511202 -217.00461004972195 -209.34659123742003 -149.57336985438826 -95.54047091065163 -44.18598393484794 -24.37378325512953 -29.12618888579514 -24.373934751856048 -40.38467104956521 -76.63232324978239 -109.67787893437198 -136.86261916531288 -155.93684102199137 -154.52015139365452 -209.92506197297848 -230.36335232013852 -212.4215350472166 -213.9446744373171 -189.9474780258173 -185.1859065921112 -202.33105895721465 -213.84556951241876 -223.94986076504424 -213.00502992020677 -212.59219251155884 -191.8205613667428 -134.43602907156136 -90.85394839955454 -40.47082987482942 -24.38133865259172 -29.12617706418124 -24.373946391825065 -42.80975877573469 -77.57045239054123 -104.7311415145843 -168.7718539852601 -168.9136418068738 -187.903918781268 -222.16381579513825 -247.0456669241973 -210.48887499038997 -207.83610489222855 -191.45322998488484 -185.04687406973997 -209.11749069191364 -218.51543322004767 -221.1280137554932 -213.12997698540295 -213.48028345445024 -208.4355948227464 -145.85673811255546 -93.5507759244002 -40.454055235943 -24.37400618271135 -29.12640867008295 -24.37415181166239 -42.55901924595424 -75.7277969623828 -102.81713392841262 -175.49034911927578 -176.8072888720623 -198.14541268158456 -221.96226774693716 -232.52480668477145 -214.53125424609044 -209.63603285728925 -192.47931935594272 -184.58870681510268 -209.12004238463533 -221.486955047534 -221.42301800904195 -213.3868651531756 -213.5268864292025 -207.8414257098938 -144.45688613462983 -93.21121643602184 -40.44362553385475 -24.374092524085285 -29.126456684019303 -24.42350920893833 -42.19413530035775 -76.54766101620987 -102.86922226941624 -172.40809802714287 -172.31844093790357 -190.82683513412465 -222.5699032752954 -246.99937631783 -210.38020610910252 -207.8315193910202 -196.61470583631316 -191.7476923120144 -216.7063430114721 -235.3630237182343 -239.72545469809265 -230.86399690858588 -232.3073381493119 -209.3297414243379 -144.5191755372195 -93.21998087382823 -40.428206995162974 -24.40971810765504 -29.1261722122374 -24.37394161948476 -42.587999393568815 -75.3530429980965 -103.24160582821894 -172.55395321472895 -174.07969072081437 -192.773004394498 -220.35407776950885 -242.49490592568867 -226.99403950670012 -224.96440915005567 -201.673962877144 -189.84205372196877 -216.66990980070796 -232.343799793854 -236.7905432421377 -229.19488444025396 -229.40073614822023 -208.99543566500463 -144.6947775221571 -93.21867359333136 -40.405589572746806 -24.4265400967597 -29.126166543297675 -24.373936044818794 -43.396217583533634 -78.1771092116863 -105.23276911199702 -168.83051936723749 -170.21462255940193 -189.40770972262573 -219.79428375335172 -243.65797126976415 -219.2071283609509 -216.70188234568795 -202.5653035571994 -192.8344295825133 -217.8586306013364 -232.12478746457785 -238.22667231836311 -229.76953259080008 -231.0587337853806 -210.91067575731023 -146.84092801252956 -93.20622123718944 -41.84812604025589 -24.374033169274583 -29.17904744652623 -24.373763082512685 -40.8653738574177 -74.4050538327291 -106.30402632380724 -135.0969690972656 -146.8256083653276 -185.58943375228196 -214.0188550684001 -220.4616644372496 -208.66950755062868 -204.29533310985715 -188.28427085557152 -187.0858243258817 -203.3909820712366 -225.1018928974432 -232.06408995534952 -227.2815857218089 -202.26163451101965 -197.49897363330285 -140.37815490539816 -91.9946752990028 -44.19374771850354 -24.38844262313495 -29.126151146036744 -24.37392116234647 -42.23085285924122 -82.37927105666313 -116.03942837945948 -135.2268927396413 -152.82450857394736 -151.54937011162536 -209.5933937356444 -232.4102431016556 -216.70636933358736 -216.7999680327456 -195.3211773180755 -185.5767260249592 -198.48508773936015 -210.1604511047895 -215.0339048976189 -203.17068483309492 -202.59850941352087 -194.32199099118557 -134.45894526909703 -90.88202489989716 -40.43288151677481 -40.45976442848792 -24.37390588316636 -29.12630063247224 -24.374068165038523 -42.20271708767311 -76.18411219240878 -103.17071390121892 -157.72486319592574 -172.82595159756707 -191.54476998342733 -221.58120104923637 -244.72524531446905 -219.77717139631517 -222.27820494783344 -199.8109058929764 -191.15480767643544 -220.3300808071104 -247.5754420517322 -237.05277839928056 -229.6672669526949 -229.82381710461908 -209.3627271300821 -144.13581860092123 -93.20760844933812 -40.45149445336277 -24.3740128369182 -29.1263916399276 -24.37413499241361 -43.20539873597093 -77.85509722433883 -106.3011209853005 -153.9358130280413 -169.00192602062185 -188.5176549216717 -219.004560153306 -240.71798674537484 -224.4293137592724 -221.35451942744928 -199.1072754868944 -189.76755359498225 -220.02260059912592 -247.7341606542488 -237.2133279572111 -229.79232729175808 -230.54145375679508 -208.99406570383283 -145.57572618997926 -93.20951794755506 -40.49192377973099 -24.37382272035206 -29.12622779035915 -24.37399627680184 -43.70788297898922 -75.35309670853118 -102.18935988851284 -160.17495331239022 -174.39183366118075 -191.4525656587833 -220.87654182054257 -244.09015299589333 -229.95006674380232 -226.29827172797064 -203.4562134499345 -191.52219275805555 -222.54095408409157 -250.8583247344455 -240.84625536712528 -233.1861810539201 -233.06976045158493 -212.21710107086477 -147.09148816740628 -93.2122796761136 -40.45258785818928 -24.37402309209265 -29.12641411127423 -24.374157186714875 -43.70477302623016 -75.35272844624089 -102.13675749395492 -160.2678467827388 -174.6129495119646 -192.37838576869945 -222.3129116916493 -246.01754172370627 -219.717476482458 -216.7918320706872 -202.6822689532257 -192.15381481268503 -221.448385401824 -250.38997005381043 -239.50437313048775 -231.66418326574575 -232.5099318071048 -212.2027254875937 -148.3187380022724 -93.48792475976758 -40.45778364584175 -24.39172869196712 -29.126174688423408 -24.373944056444238 -43.424439297831285 -75.35304533974589 -102.16246620210356 -150.56773641858544 -166.59401324020357 -184.0614316189653 -215.67269440710425 -231.2941733553369 -210.11233704681072 -207.6208787897801 -198.9172565953838 -190.0716271847893 -221.6133855836653 -248.63655896367828 -238.9609192060556 -231.51164181541608 -232.64579507133675 -212.2949071587523 -147.0108753750448 -93.20583473317303 -41.91244752140587 -24.374002117399616 -29.126239926516533 -24.37400821063973 -40.66753284585781 -74.40512885135107 -107.11991705233385 -126.9782295287204 -151.0958527616216 -191.9731274288878 -217.19419273108687 -230.81187312630348 -217.87785024442687 -213.7126825066396 -193.83530567866785 -191.1251645593958 -207.42438340482263 -246.5532856296332 -242.17482171397504 -236.788561386291 -214.16816177950784 -207.6641117831157 -147.00704279122627 -95.5303279162333 -44.18961789190877 -24.37399604396035 -29.1265133618028 -24.42649983847502 -41.15376954355518 -77.04415820026028 -109.01864834947148 -123.20228097162769 -156.02558893085916 -154.38274238002091 -209.9512759288806 -231.2706878964665 -212.6466120916321 -213.98782359725064 -192.61000287401828 -188.83237997321345 -206.99632367997424 -232.3582498264895 -226.5820531239067 -217.7099798840392 -218.4283039926492 -197.7250398535916 -135.63025875123287 -90.92114542996002 -40.40942990503844 -24.423745888381976 -29.12616737519821 -24.37391351090056 -43.23999905581592 -75.35303864224318 -102.13706259499348 -160.90086635237552 -179.625962690592 -195.73778043644063 -224.77400499982 -249.557312096838 -221.1896198373065 -216.8918011782824 -201.84170959157404 -193.14278099552104 -222.29143854633855 -249.4722335549948 -238.7489237271608 -231.4441114312856 -233.2020452097044 -213.6366476865285 -147.57248725653108 -93.37186013638323 -40.41463012147649 -24.374049636031145 -29.17906516050778 -24.373755484040338 -43.59197769510403 -75.3528859711702 -102.37448875768328 -160.1731668985939 -178.31032444668534 -196.8679509574089 -225.95897952847545 -249.00633015732484 -210.1597167798681 -207.35110796532004 -196.46504662321288 -192.03147063020745 -221.4287011670137 -251.3220333362964 -239.9396595018748 -230.46950132926315 -230.78569627039525 -208.4906174499648 -144.9316461255132 -93.20257422443218 -40.4544450130227 -24.374008266132677 -29.126387126430863 -24.37415299129036 -43.42928878259236 -78.06498623288759 -106.2246574574364 -152.37382314529057 -168.89455595849577 -188.62999442631832 -220.71288924683333 -245.28233486189143 -210.1319693711856 -208.27057840370955 -191.85770051970428 -188.31280392945095 -219.08120652866083 -248.04203714904776 -238.25429512907905 -231.14292973191027 -231.67789899257497 -211.44362408126267 -149.50237970887855 -94.63008040687652 -40.41923831957949 -24.374064478517727 -29.126466154855464 -24.426702504646556 -43.460389801666096 -75.35278303650409 -102.70584204092025 -150.7715536472968 -165.6717892384902 -183.210418945074 -215.3392377734956 -239.51167448243723 -229.18913638955013 -217.6395755920277 -194.0873064902016 -186.82345537738004 -220.90795159684652 -253.20724697385037 -221.14128353026248 -212.9400172615528 -213.36120576539795 -208.72393252729145 -145.10343027397008 -93.22344427829503 -40.40957086286971 -24.37396745163945 -29.126518792706687 -24.426505814849943 -42.68859676385637 -76.52280176407693 -102.92039539500068 -157.53982293493502 -172.55056792351715 -188.8814265680571 -218.30753166367955 -240.5354992412973 -225.29322658584 -221.1718527896596 -199.7571988494732 -190.60727685698595 -220.0732142374207 -247.1925965472324 -236.36640605513415 -229.49768523505583 -230.20082573594016 -210.38590767009143 -145.40479163290811 -93.2079864834869 -41.837840673724536 -24.3740289164295 -29.172851025525517 -24.379977872518108 -40.653063691758 -76.81959589469449 -109.03815073578826 -123.51857045268387 -149.10679953009432 -190.4617937718142 -216.90536486457864 -228.38561754448764 -218.51088113290885 -213.12482738567755 -194.36629293998843 -191.1005446088625 -206.43122466000472 -246.855638034812 -241.18098142242545 -235.3698361469429 -212.09885916617765 -204.7919495432033 -144.51807323181382 -95.52744948213376 -44.18938323936365 -24.373996987385585 -29.12651428240731 -24.426500855536432 -40.79854386659416 -76.84109916457639 -108.82944742422146 -124.90891624560383 -157.1181617849969 -154.51247224485897 -210.3793341404792 -231.31563122817892 -212.3817214943351 -213.34407542077136 -192.25215528736015 -187.6475960233793 -206.68043752506915 -232.29529569188315 -226.34327611043528 -216.5428501839428 -217.1630000282733 -195.85869304639107 -134.38334599520127 -90.92237190029772 -40.42079760733805 -24.37396070455189 -29.12647878947199 -24.426742737990864 -43.42163852403662 -75.35279323089695 -102.13685276896886 -159.98580814188006 -175.798844004684 -194.21353124898056 -223.40262759509773 -246.7863202125996 -221.29053555583835 -217.8005825051924 -203.4238445472658 -194.08985986117045 -222.87896091306465 -249.95220043955763 -240.21227628989365 -229.89930840429977 -229.4403888044297 -207.6551898819408 -144.28722688216365 -93.2120943429646 -40.41660674258279 -24.37399957987053 -29.126516820194524 -24.42650364293332 -43.452274169119455 -75.35283403066866 -102.13686132828292 -157.56460103596118 -172.41415574876754 -189.3827682450502 -219.93002407095568 -242.34593988712004 -225.43108132758888 -220.98153796238492 -198.6998373027191 -190.66557425046733 -218.86362932435037 -245.92515840951955 -234.6626170724717 -227.3563391508577 -227.61547039210583 -207.56902426616656 -143.7917874910033 -93.22276945617878 -40.46238176265515 -24.37409303045309 -29.126330514783824 -24.374074621989823 -43.30017558353056 -78.37876508316161 -105.30041536974068 -154.2016789367707 -168.94831958043466 -186.86583341757287 -218.4297103027579 -238.4704676613605 -223.14160308843515 -219.37073185956743 -198.00348555898515 -188.70682260582404 -218.1311581881704 -243.3655219002572 -231.39767283153333 -223.9205170111832 -223.3474426671982 -203.60627682053715 -143.78614452702416 -93.22036432709696 -40.46702094037824 -24.374085435619225 -29.12632294509308 -24.37406714590687 -42.84062477424824 -78.13958118571122 -105.0974952384207 -154.2012548977605 -168.8122521939302 -186.9554778700276 -218.2453923377564 -239.59535058928384 -224.22056355115797 -219.9818876249451 -197.68662687514697 -189.22656774288205 -216.99355061520825 -242.98783384896197 -231.25230483386505 -223.74881877974912 -223.71910712471697 -203.49699572930143 -143.85928392134315 -93.2167738260129 -40.407395158422325 -24.374042253712545 -29.17905721647705 -24.37377213858405 -43.10520769468347 -78.01689183476967 -105.02064507096742 -154.49504492395852 -168.55299580581388 -186.6813285965017 -218.10579477655563 -239.2350419947302 -223.57998966985025 -221.4163933632108 -199.60088228703268 -189.89119189817956 -217.05784297393197 -243.22551222927703 -232.0740255560945 -224.0692350645296 -223.8900842756216 -204.02002464432647 -143.87005900993518 -93.19088702024888 -41.89363517795565 -24.37410975265456 -29.12634717878941 -24.374091078590627 -40.25115966074021 -76.63771195830249 -108.63768986768592 -123.53237892102696 -148.5995723114072 -190.7832790298954 -218.91573499147876 -234.19959756366976 -215.6206028578065 -203.14111309984065 -186.78861301273523 -185.1473618888352 -209.5663655318008 -249.44412886628805 -245.1388272810961 -238.38033063389696 -217.95036958127025 -211.4849749994179 -151.76689476334707 -99.21875511091451 -44.18308761715409 -24.426455257141072 -29.126150345809567 -24.373896697349466 -40.62217984984687 -77.42588802282914 -110.4912275212174 -120.6286403025563 -151.71896339648063 -156.1193963370134 -206.6263450413274 -225.61529073976703 -203.57020071383232 -209.4929296383757 -183.16979730359395 -183.8156013551556 -200.7606829128224 -224.53888469427088 -214.96206144799865 -203.0477179336851 -202.73285970172464 -188.55704128527896 -130.89519730384598 -87.31480840905827 -40.47562624538486 -24.379547028059022 -29.126153269150176 -24.373923246190444 -43.55968116646274 -77.78166211016374 -105.38997084633112 -150.7304186018551 -165.81057947585208 -186.6164136698656 -220.0469295373405 -231.8189949258543 -210.6558613889576 -208.2588722814859 -204.91434006349968 -198.17462089135265 -223.49891310510816 -250.68173072543587 -241.33595175816012 -233.24817323402 -232.62048474151848 -210.83867007421676 -145.10833049820354 -93.2145519295662 -40.40576307320959 -24.37404258782073 -29.178813682740373 -24.37378547039333 -42.428208214992765 -75.83848161776666 -102.70013492916358 -156.83602184495865 -172.33799687278915 -188.07469914361792 -218.4353887743244 -238.09883571895944 -223.00901967155 -219.5203865690487 -196.81486741248477 -191.70348535131987 -218.4971759128302 -243.95866628130165 -233.1915783638116 -225.6331369003161 -226.3449560007779 -205.69072574710896 -143.93268180028977 -93.20843411636848 -40.43431008713565 -24.407085287414866 -29.12617117945732 -24.373940604030174 -43.15769526816116 -77.99446586568122 -105.36136927164198 -154.5103351818719 -169.96045397704566 -187.0173054849708 -218.49668013586077 -238.19345428822183 -223.8539485337521 -220.54661302783205 -197.85312970392712 -191.6044688072424 -220.16220040992545 -244.63378710643383 -233.91274399473932 -225.73515938408815 -225.6197371213039 -204.92461678357637 -143.87107840968196 -93.21104531542584 -40.409830020601376 -24.37403508698793 -29.179049508182292 -24.373764992944626 -43.21700749826204 -75.35287153625684 -102.13689821503478 -158.90491138549336 -174.50864197421618 -191.90195632198837 -222.0233239038363 -242.25245078561196 -227.12174075610355 -222.7598291037907 -200.6206859598645 -194.11818066389597 -221.08117604592948 -247.0289809850724 -235.47802335832424 -228.48112959715317 -228.3113497271747 -208.5014194028755 -145.13482209230048 -93.19925906386068 -40.44670043291892 -24.37402745319731 -29.126406068605878 -24.37414924103697 -43.757310091163056 -75.35272053396646 -102.1367497140365 -165.60755623134028 -165.19529372806056 -184.41647385212892 -218.1199722610376 -233.56859724624704 -210.23793753965643 -219.20665113812288 -201.64241343325747 -192.96425566597128 -222.7480719446613 -248.82221403134545 -238.4763869412696 -230.45341107647957 -230.90933295833585 -210.70806612811376 -145.63808239232276 -93.21075237478 -41.84094492876483 -24.42175712303155 -29.12616782825193 -24.37391396025024 -40.44517612884398 -74.40491220402915 -106.54455220668224 -142.24918669930133 -154.92673551741933 -192.51590592272527 -216.73563426777045 -226.455510726455 -215.7120577953272 -211.1019805890372 -192.45984426812328 -191.0725869505836 -207.50783610343507 -246.1519164447921 -240.04341234414645 -235.8390353690272 -212.6266445027178 -206.0864687000505 -145.83636541288038 -95.537883950213 -44.18624279817532 -24.426600281008007 -29.1260921530443 -24.37383923431181 -40.72802845717446 -76.9930674478521 -108.99577225490634 -139.09400957451635 -156.18168600658967 -155.7763379618719 -210.27665928589823 -228.7588819346488 -206.4109320338909 -206.45821091714492 -186.62185050097463 -185.87358780675387 -203.894002706303 -227.51544359250903 -218.771235150951 -207.41671642966037 -207.5351455336941 -191.75258139403013 -134.39470370406545 -90.86056079099583 -40.4825427524506 -24.37409367391504 -29.12633115582049 -24.37407525355145 -42.65688529860866 -77.45991797489253 -104.49653796782388 -168.78591276964158 -168.4306476449315 -187.48516233678717 -219.29881920660307 -236.19589655966595 -216.72290292831576 -213.6384832584256 -195.21079023752324 -188.83692995959163 -217.45998685225743 -240.76777301035492 -226.1652728788303 -218.99993708569767 -219.71711079321236 -202.95600676934376 -143.87483151349934 -93.199424240346 -40.43512365573292 -24.374047112375983 -29.126449030805947 -24.39508351367073 -42.60555552882627 -77.2287853799719 -104.25378158397707 -168.79698212056238 -169.74849409263098 -187.26559254403443 -219.0764448127324 -234.99145398772268 -214.8901973066492 -211.8364288794461 -195.6793790413078 -189.90106846330625 -219.44744369281787 -240.6666037409912 -225.1650121235241 -217.5148080933467 -218.11654427247564 -202.9611358802933 -143.86392697292837 -93.20233403995516 -40.42321906165177 -24.373955111713837 -29.126312507166283 -24.42673885923939 -42.87692768840831 -77.05900126157194 -104.42274566563266 -168.79900498219018 -169.10922370325608 -186.6609425272494 -218.41263857160453 -234.95987375398263 -214.63157179848204 -211.52847662287536 -195.12048415139583 -190.68602844123163 -219.3158067457009 -240.7050133626464 -224.07899015708924 -216.36841515198924 -216.77852285641217 -202.83352401339852 -143.87032620775648 -93.20028386559186 -40.5257883117838 -24.37405796115149 -29.126459725851653 -24.426722116403223 -42.87940010335613 -77.06371235883243 -103.89575498970882 -168.797622567073 -168.1186998016294 -186.6046905519689 -218.10058783876 -234.92779265662568 -213.4783571806884 -211.066544003086 -194.64102538083785 -188.58810210624748 -218.1067621934071 -240.69145166934624 -224.34182508746943 -216.3684151519892 -216.7668008173636 -202.83991570699135 -143.7786788066036 -93.21038897376172 -40.491561714730906 -24.374113289329177 -29.12651428748005 -24.42650085863852 -42.583352660117455 -76.79560818676964 -103.58596007711463 -168.8027537836581 -169.2253621281109 -186.72785556143745 -218.09722639221096 -234.7692514468224 -213.75809616495556 -211.53885033650127 -195.91160111580675 -191.2803402403873 -218.82866511754207 -240.6723250232418 -224.09502137363972 -216.3684151519892 -216.7636004248908 -202.78320374310795 -143.78372759268305 -93.21321012419114 -41.9455925198857 -24.37406253857801 -29.12630012949621 -24.374067420023216 -40.170599837862376 -75.76694333188118 -107.57996031738338 -138.63344106139155 -147.75168674283074 -188.85701936037944 -216.21530912485903 -223.40686380640813 -211.36503143638564 -206.6973815182394 -190.3670000905262 -188.4674741065745 -205.8088321345622 -245.31963708996292 -233.55357109685744 -223.93595860447303 -205.24124815644527 -200.35125740550436 -143.88149455575493 -95.5103728287712 -44.28689578054371 -24.37405864763633 -29.126423193941974 -24.3741884704191 -40.255021418122695 -75.83960216439799 -107.61199193618036 -138.63343768007903 -154.62109731249225 -154.33040819275092 -209.6317082010789 -228.4955593033337 -204.74728437501523 -204.78390552350683 -186.1946840345157 -184.58859507654503 -202.15763623659672 -227.5479710102669 -217.9381009618226 -206.10768930516204 -205.9889960779774 -191.7437709634268 -134.4360172474569 -90.8481455211089 -40.56992805407134 -24.3875062170526 -29.12617472829107 -24.3739694633808 -42.20186540217595 -76.45442062666433 -103.21828738796344 -168.82207165735193 -168.37197274650634 -186.93254151336436 -218.0680204038591 -234.61865937369188 -213.46320158133096 -211.1138647581274 -195.12955129062763 -188.6118118053264 -216.6253163725407 -240.727678315352 -224.1557414419701 -216.36841515198915 -216.83442438446096 -202.72124525356185 -143.77888780959415 -93.19462190924465 -40.54515939529767 -24.374099091437515 -29.12645205699932 -24.400780746625177 -42.27689540150196 -76.54457105806902 -103.1954879208862 -168.79594133279204 -171.03733109147214 -186.80914602718784 -218.4552017860167 -234.68028191571605 -213.64735736309524 -211.11631298692583 -195.8926007074359 -191.56934501039171 -219.41679258762923 -240.6843185356211 -224.48046162364977 -216.52151572987265 -217.1909556094421 -202.67063769804312 -143.8441722333612 -93.21428301699606 -40.40869080283274 -24.37404221335312 -29.179057177073613 -24.373772099019977 -42.05450470865647 -76.3737279414422 -103.28522387206772 -168.80662464691798 -170.78922305461472 -187.63735501599703 -219.0553973184861 -235.4840329765872 -219.64157293215845 -215.68212264891383 -196.30380344650504 -191.24487182181417 -219.33269223016651 -242.67183642226124 -232.3532597276281 -225.20979106463375 -226.6619074953881 -205.68748085917971 -143.9292427115124 -93.2171431176469 -40.444642627911286 -24.37396627504333 -29.126358089355623 -24.37410185395925 -42.5416671625496 -75.38034774744943 -102.13686644092692 -172.97312310532425 -174.41068752424738 -190.940696294326 -220.36260970077328 -242.53249552723685 -227.91058804143037 -224.46303968845348 -202.81466285929653 -193.0298877907612 -220.9966412030821 -247.49203795369843 -237.1511254617304 -228.273699558989 -228.044748023431 -206.80293593142684 -143.79034082561952 -93.20937199395452 -40.47611846925461 -24.37400435258173 -29.12624215316106 -24.373987353413582 -43.118618502642896 -75.35311031406346 -102.1893037007634 -171.43914623504423 -170.96520166895644 -189.05565625463737 -219.1990093563123 -239.3631259216524 -224.9640765175428 -220.8918130164156 -198.40353606821407 -190.07732799058283 -219.4637088032296 -245.94167196333072 -234.67086467538024 -227.52558288880869 -227.86169579018969 -207.31410795480264 -143.80855937777176 -93.1962865664154 -41.91227917595185 -24.37609684585954 -29.126178263752 -24.37392426734422 -40.71188835990978 -76.97461622570205 -109.03481794227076 -138.95009884238107 -148.7977107961269 -189.46227379220645 -216.80248332972243 -229.140564232404 -219.27762951837275 -214.2692625049965 -194.74834701649743 -190.7283470163369 -208.06201111121453 -246.75772782737815 -242.15896630577728 -236.6950382570935 -214.0849040066532 -207.2895070169604 -145.92167740886234 -95.52637306156548 -44.19353972713718 -24.382966985406757 -29.12617669237433 -24.373946025367285 -40.58566432855832 -76.84930457934847 -108.88833666785028 -138.63865742333314 -155.67897463929228 -154.43476188028708 -210.26670402792536 -228.66152721800532 -207.3460649292132 -207.14009344761888 -186.41460916118623 -185.07196344413 -203.52350335684463 -227.4617496704473 -219.4080430978744 -208.87520063247945 -209.29183652879843 -191.81062696978265 -134.43719100108103 -90.8469463665916 -40.45814812699187 -24.39223500686306 -29.126174572868347 -24.37394394074018 -42.4498078004519 -77.42844461600939 -104.53055533726965 -168.82207165735193 -171.80374903722418 -188.95857118377347 -219.6140717508367 -237.57373901992364 -224.8141959600553 -220.4724505811743 -198.80152361508863 -191.53107015442563 -220.3815763558696 -245.08992910335203 -235.0303482537572 -227.05010481676263 -227.3466956840965 -206.7453226074938 -143.77336173366544 -93.21242544913444 -40.44240986240396 -24.37401136886581 -29.126390191078578 -24.37415600364031 -43.079155106822725 -77.89294370279775 -104.92644947437286 -168.79048448985614 -169.6843761509881 -186.9493981916984 -218.4975214349149 -236.5887512175092 -222.09217073135625 -218.1904662947286 -198.2254190179466 -192.3389654860765 -219.4653523010568 -242.8849830632558 -231.9742067838129 -225.8637679624923 -226.27335483319357 -205.5914451644057 -143.7873427044298 -93.21659791504668 -40.45899265173018 -24.37409054390577 -29.126328036345864 -24.374094868896115 -43.02632879075452 -77.99597415372787 -104.94893612844236 -168.7847272624506 -168.54393340066275 -188.17019880021945 -219.0384221248368 -237.8731831877694 -221.1351620144237 -217.11240536165596 -196.11855342987093 -191.73738356446023 -220.9225065296806 -245.74447277070885 -235.3689800059705 -227.3293250148318 -227.9889339351107 -206.6463163585653 -144.47237294819112 -93.19903343475865 -40.43294376995727 -24.373914146763877 -29.126433245065 -24.37419835619115 -43.42604149113802 -78.12458726891498 -105.15148800837576 -168.7945612425958 -170.86459322911293 -187.08319970469225 -218.4345273048484 -237.0799283078458 -221.6637446982699 -217.6671289945369 -196.2703976069255 -190.21493288381552 -218.43107314171667 -242.34641533764324 -229.7390204656664 -222.4660804917578 -222.32532146720487 -202.6720276171281 -143.7661756603365 -93.20398117465362 -40.4728654040192 -24.374031315146183 -29.126382505988666 -24.37414844605242 -43.41428492912559 -77.81126544907526 -104.82187090747604 -168.7898784559636 -170.5060734476134 -186.9924125610634 -218.42320815660327 -235.1483529750253 -216.9727330378001 -214.729572509116 -195.57848473813635 -189.68134660216404 -218.4412128723257 -241.30467009214763 -227.5890364473811 -219.6885277215143 -220.1669753072976 -202.2382835728132 -143.74855212443106 -93.21141424819812 -41.86990087008099 -24.426423803138544 -29.126166763864667 -24.3739362619164 -40.63502934291218 -76.24610896457048 -108.22956798465128 -138.67794240462086 -149.4238646565712 -189.0474052489745 -216.43306831112176 -225.2783028899946 -214.5026875060977 -209.99429002048532 -192.46828032939968 -190.3770733330171 -207.5577768252156 -246.71478615051876 -240.43017461433095 -234.72639060622876 -212.54707644493783 -206.2287397507096 -146.323585434862 -95.51389915413354 -44.18557436049773 -24.39570010049753 -29.12617378123224 -24.373943161005485 -40.42369600655341 -76.60509124941488 -108.66217141470844 -139.40500127354667 -155.92807307877953 -154.49909832871697 -209.8422575027829 -229.43272162107905 -209.9362146465698 -210.8593854128125 -189.6454624501909 -186.7947274542476 -205.8359646850514 -229.14907641959172 -224.2148356400613 -214.9432028341625 -216.28496298065207 -195.6695391274537 -134.3746913539186 -90.84871017694368 -40.48288596953251 -24.37637522508564 -29.126391041043448 -24.37394545567474 -42.761068588345466 -77.69565140748442 -104.83107603290904 -168.82207165735187 -171.27653284351908 -187.268008736101 -218.73010762566528 -234.9486037179285 -215.254136347204 -211.8276749675288 -195.20631564730095 -190.1221318025692 -218.090096276229 -240.63843138682392 -224.66971602948223 -216.36841515198904 -216.78234816843087 -202.70711966960857 -143.77302419317903 -93.19620911637668 -40.55045569054212 -24.374099993130574 -29.12645294875604 -24.405160997267675 -43.37291441590375 -77.5136503371007 -104.29273920548164 -168.79668052951337 -170.69700749458838 -186.6135886367206 -218.2793185770634 -234.77651985568968 -213.63324271153616 -211.03359016771563 -195.28035580922295 -188.94139966709977 -218.26436474396456 -240.7302227952842 -223.61805143090032 -216.36841515198904 -216.7613523167124 -202.78463485026344 -143.77406355920036 -93.18175309565927 -40.63067266726182 -24.373987705041305 -29.126341848517843 -24.373947246442484 -42.62171872256125 -76.92345366592932 -103.59225691108188 -168.78665262920032 -169.8717801211243 -186.6513780691042 -218.1429463098232 -234.6235840574984 -213.47267725244143 -211.0658726060341 -194.6795230307138 -189.07091796749697 -217.51169919119192 -240.7392758469762 -224.1538697310979 -216.36841515198904 -216.7580474029825 -203.0165993678526 -143.77826714235718 -93.19822230861124 -40.486501817764136 -24.374026975025355 -29.126485071967224 -24.42674953358141 -42.22341000978199 -76.55427308830875 -103.4128449698932 -168.7995450009948 -170.64411479740443 -187.03064258012665 -218.1595041503691 -234.7884723834256 -213.56742729797836 -210.98644745015667 -194.5904773327795 -188.90155200709447 -218.22353267978875 -240.56115476469697 -224.89474360819383 -216.36841515198904 -216.70292621752145 -203.2889224584759 -143.77769384033627 -93.20340569658862 -40.5243227257427 -24.374084242152986 -29.12644849738372 -24.384462578206872 -42.25598469767412 -76.4454520211452 -103.347069691935 -168.79631276997554 -169.8077021731691 -186.58759869572984 -218.18399999803788 -234.7037112277752 -213.814181463634 -211.178067017212 -194.6230374571637 -190.1765200503868 -218.18372757392933 -240.73435180994124 -223.97665166183228 -216.368415151989 -216.678060461951 -203.41538272737856 -143.7720839092027 -93.19295299323385 -41.8570264010778 -24.373935550896785 -29.1262931815445 -24.42166208154404 -39.47305577711839 -75.29447447793613 -107.20293603636917 -138.6334332781977 -150.31474974928798 -189.23772979603416 -216.50082207924777 -223.34969551298823 -211.34923521225764 -206.7161740275176 -190.52503943255525 -189.1983908059412 -205.5379022256559 -245.28945900883488 -235.7346495477355 -228.8599237577045 -206.95386855845905 -201.88097095938895 -143.73376704319853 -95.53336711592485 -44.18014798493617 -24.374051540829665 -29.17906720754576 -24.373781393392942 -39.83074764742134 -75.74381192070946 -107.84658859046635 -138.63354522936868 -156.03171609108227 -154.42496829153242 -209.31940982161169 -228.3488528593492 -204.84062983605577 -204.8880141534408 -186.1996796576668 -184.70239985519757 -202.9997418723796 -227.4389746757158 -217.93472108174717 -206.1072954886244 -205.8776623212822 -191.73850599297248 -134.3510114881213 -90.9098522089816 diff --git a/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv deleted file mode 100644 index 892a4f1..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.1278417334655814 -0.07050781443990985 -0.0842548601800379 -0.07050776744008076 -0.11472569624851503 -0.21901849517977004 -0.3120905740590464 -0.40103186703457955 -0.45418322596726757 -0.4480268646622619 -0.6074653641040709 -0.6617474495680564 -0.5925743874015528 -0.5935180592707134 -0.5395867440856003 -0.5361998894383266 -0.5873239342737328 -0.6579462548842131 -0.6299913179861681 -0.5974943339625942 -0.5986121789636204 -0.5537185092936884 -0.3886976535628061 -0.2628401209025177 -0.11696590396936318 -0.07060157165559784 -0.08425478947066921 -0.07050769761603966 -0.1221416859206294 -0.22211166173192745 -0.3012006131236628 -0.48836038000673715 -0.49836702379954934 -0.5410442089255778 -0.6320508346345738 -0.6793435496499926 -0.6271965050747225 -0.6179773044052705 -0.5647223677979437 -0.5502313156670791 -0.6311537693076542 -0.6967783702266303 -0.6601571872437867 -0.6347861512446801 -0.6359457352114704 -0.5853985765348916 -0.41562679097264665 -0.26957217257282645 -0.11706590230020224 -0.07050812092404729 -0.0842551655577511 -0.07050820746593926 -0.12320916128813131 -0.22360544510872604 -0.30171663149294514 -0.4882470755376695 -0.49868331751818784 -0.5410367600591143 -0.6317483896425912 -0.6792437633371811 -0.6192218359754545 -0.6109120138641181 -0.564168861587485 -0.553998357056027 -0.6309541416190401 -0.6961448702113265 -0.6475098742227392 -0.6259001587158836 -0.6274443583024334 -0.5857436422398843 -0.4155976495560404 -0.2695676445060939 -0.11700965014666787 -0.0705078873889276 -0.08425574202714649 -0.07065986684269862 -0.12334196281664724 -0.22238288477313595 -0.3004210238287766 -0.4883003299379979 -0.492153707014027 -0.5410891744825408 -0.6329376791538666 -0.679207370359209 -0.617824048165334 -0.6106307214048203 -0.5634037398782781 -0.5476460265233812 -0.6307114973397079 -0.6963117663701757 -0.6487667908694138 -0.6259001587158836 -0.6276634374531124 -0.586084731664013 -0.4156204254899732 -0.26952770586613034 -0.11711891442269019 -0.07050804104740037 -0.0842555614871339 -0.07050852442730787 -0.12290218562178692 -0.22165550317544758 -0.2993265963043866 -0.48828385300606825 -0.49600156484931424 -0.5399916884800279 -0.6329058992076493 -0.6791378539970495 -0.6192136830286803 -0.6114645742057646 -0.563550753858104 -0.5456024812113132 -0.6256703632802421 -0.6963941672579689 -0.6505712184906713 -0.6259001587158836 -0.6280627117655069 -0.5862547801680887 -0.41565284221300075 -0.2694985670957822 -0.11714430083316593 -0.0705078293454826 -0.0842553527440172 -0.07050831909148793 -0.12238024144831447 -0.2213926103509287 -0.29933319927686786 -0.4882647305226694 -0.4928835040943872 -0.5405446536836614 -0.6330823081659854 -0.6787708516859766 -0.6179475131878935 -0.6105222461789781 -0.5645592276916265 -0.5457563550511633 -0.6347509931475487 -0.6961204959005686 -0.6476283588559721 -0.6261906742905335 -0.631508761335838 -0.5862684002786757 -0.4156762664731079 -0.2695857641557056 -0.12123154730452156 -0.07051440585730173 -0.08425480939398917 -0.07050778470990061 -0.11531963762552876 -0.21886247627299657 -0.3112950590342578 -0.40103181793929094 -0.4368470292050385 -0.5463892305680393 -0.6270376188716072 -0.6463613276724314 -0.6098304020787759 -0.598569601212145 -0.551887331953254 -0.547424384966209 -0.5974669052425777 -0.7097267451272841 -0.6793628433939073 -0.6554413437364671 -0.5932772457596593 -0.579227277689007 -0.41595872309300347 -0.2762480572255205 -0.12804057922077114 -0.07058464193067689 -0.08425479791261457 -0.07050777342025043 -0.11736135614726402 -0.22018311521643893 -0.3127185057626128 -0.40106014589623584 -0.4530332058169555 -0.4468284756307605 -0.6059788802233016 -0.6595854025367128 -0.5926039837933273 -0.5923712219785321 -0.5397098305517593 -0.5357969995733178 -0.5873412962352809 -0.6580261781354995 -0.629477028233474 -0.5940761037836805 -0.5954239748329644 -0.5556774506606293 -0.3884441552167584 -0.26298164701839494 -0.11718606929412322 -0.0705080041419156 -0.0842553848435093 -0.07050828559105178 -0.12256307962651472 -0.2215380118925653 -0.2994705887341531 -0.48826831346918426 -0.49535703083195404 -0.5408559682340071 -0.6317934857204346 -0.6788606511860665 -0.6182818701142401 -0.6106549123004149 -0.5633619364380089 -0.5463171366208378 -0.6343415788066504 -0.6961597816836285 -0.6476975752981973 -0.6259001587158836 -0.6284818889444036 -0.5871133080528866 -0.415901362244941 -0.2696147457408565 -0.11726687216123935 -0.07050767262157318 -0.0842551982273267 -0.07050823951059283 -0.12252977678824721 -0.22216042283540863 -0.29958412503126114 -0.4882512887563597 -0.4928314644884644 -0.5405801132809056 -0.6314334232645541 -0.67842651858808 -0.6190113685728863 -0.6101409706558353 -0.5628815238490148 -0.544940138017431 -0.6307200057636 -0.6962324321698011 -0.6509168711285056 -0.6307990798952539 -0.636559290472567 -0.5871172773008031 -0.41593833246645023 -0.26964560946849775 -0.11705100578519967 -0.07054117214065407 -0.08425480327740456 -0.0705077112475497 -0.12189905424418497 -0.21797767660955156 -0.29559069015715245 -0.49281616619025226 -0.5091304735680431 -0.5551145086888056 -0.6423698126838168 -0.7078332904176972 -0.6340683200207858 -0.6264825565180017 -0.570495500474669 -0.54546284642056 -0.6390341957214188 -0.7265886535103673 -0.6850174338303321 -0.6519384081642795 -0.6509275950521222 -0.5897142811030616 -0.4159414541389284 -0.2696502615438827 -0.11718662638224504 -0.07053388433797032 -0.08425480922664845 -0.070507784543866 -0.1254449932726972 -0.22437337682758654 -0.30552727914331246 -0.4883603800067369 -0.4928314644884645 -0.5405923472486823 -0.6337062078837596 -0.6824327603497596 -0.6197680960083536 -0.6122783960716878 -0.5648929456442503 -0.548091977960154 -0.6230944693434499 -0.6961064569275515 -0.6533138931084402 -0.6259001587158836 -0.6292759315734971 -0.5879409225390226 -0.41589090780536053 -0.26970291271362484 -0.11706111188556281 -0.07050829054510566 -0.08425533457858324 -0.0705083012279434 -0.12265530218923072 -0.22173577626853225 -0.29959410462112207 -0.4882638252703447 -0.49776182034476796 -0.5407069624589246 -0.6317651722458135 -0.6795926561592801 -0.6213421609125946 -0.6172288582675063 -0.5635049387971439 -0.5447499964023496 -0.6285182814886373 -0.6984609912158507 -0.6599721192384748 -0.6374757718299108 -0.6440708450275634 -0.5918613738372669 -0.41590106378504327 -0.2696554348326545 -0.12109045647454969 -0.07050803592915174 -0.08425548826740414 -0.070508387742945 -0.11526220940331562 -0.21523513327640154 -0.30731359252829654 -0.4056469120556413 -0.441780773859531 -0.5524862498773296 -0.6276920682242008 -0.6552822166481983 -0.6230189624098961 -0.6096624197542106 -0.5562373535561836 -0.5507101543324331 -0.6019723838852026 -0.7119738139509811 -0.7003154787418554 -0.6859239026512304 -0.61614776304048 -0.5975321559501358 -0.42105333008687323 -0.2763395474510161 -0.12774871766392198 -0.07057985897654843 -0.08425479443218757 -0.07050770251537739 -0.1170494703314337 -0.2218189182842481 -0.3145901714625478 -0.40216365578834484 -0.45225375852428396 -0.4465260393125484 -0.6079520573803566 -0.6643175220011613 -0.6061525610284672 -0.609534765299336 -0.5456493552371116 -0.5365072604755473 -0.5832811693792725 -0.6586410050564324 -0.6356245165865995 -0.6036691461389707 -0.6033527372033011 -0.554039332331197 -0.38857753226149955 -0.2629376011694231 -0.11688907346135763 -0.07065986423606695 -0.08425472289896206 -0.07050769965390562 -0.12317248482841207 -0.22421550025775425 -0.3025274243663111 -0.48835600995489453 -0.4928314644884643 -0.5410219770969406 -0.6308242331033399 -0.6851988178206089 -0.6439314495605792 -0.6365019638474678 -0.5762420947347336 -0.556887632374052 -0.6324988897567428 -0.7112332810245646 -0.6780033538709785 -0.657641182685009 -0.6624622951763615 -0.6004005475557 -0.4163264744806919 -0.2695693410185116 -0.11698276427536958 -0.07050803630659241 -0.08425548864004061 -0.07050838811100543 -0.12510556096838527 -0.2179767504476241 -0.29545677987483854 -0.5042560109905085 -0.517787075797698 -0.5608070839154602 -0.6400451993271746 -0.7044190813440884 -0.6630365920889366 -0.6514550347416278 -0.5914718249537274 -0.5654490567012569 -0.6438485067582267 -0.72889106423241 -0.6673020416412562 -0.6417530682936262 -0.6424781400297536 -0.6018655148259427 -0.4159095373839339 -0.2695164005380954 -0.1169924208424319 -0.07050769427620349 -0.08425555312086325 -0.07050845180075334 -0.12433005602066415 -0.2179768150518777 -0.29545684274175515 -0.4943113940885482 -0.5022454665876744 -0.5433031740071612 -0.6320357776820543 -0.691619729422074 -0.647597912604581 -0.6369428364198576 -0.5733500299526991 -0.5508541522315684 -0.6252390738949162 -0.7077514676446666 -0.679286096584713 -0.653741063286351 -0.6579211180054212 -0.5976542498842253 -0.4158876339151844 -0.2694942736120261 -0.11695696900911969 -0.07050788719043982 -0.0842557418332415 -0.07065987106085656 -0.12509436965810042 -0.225955519651768 -0.30403206373207475 -0.4883017303362139 -0.4970480724984293 -0.5445545894183315 -0.6315410465689532 -0.6854019758874917 -0.6427644058221218 -0.6289552827070638 -0.5667166328052601 -0.5459270216852639 -0.629789222048622 -0.7016694043889324 -0.6730449354202552 -0.6490032297355384 -0.6536256771135729 -0.5957984232567602 -0.4157513342381448 -0.2695576094274789 -0.11691621635824836 -0.07063815387270964 -0.0842547811138707 -0.07050775690039675 -0.1245281858672147 -0.2254966465471664 -0.3037261782205473 -0.4883603800067368 -0.49326544555747726 -0.5411335106648698 -0.6318791170742564 -0.6823157036526856 -0.6339548397064555 -0.6202353271109248 -0.5648362312771273 -0.5476124298943058 -0.619873556868513 -0.6963664101044822 -0.6581907116449258 -0.6359946721707105 -0.6383728011574402 -0.5903221592559824 -0.41574818885907155 -0.2695786733318107 -0.1210023150385513 -0.07065812386585056 -0.08425477655324819 -0.07050775241684261 -0.11665152967656994 -0.22092732710939755 -0.3135221429706274 -0.4011581715545364 -0.4278411674749476 -0.5482722883584464 -0.6251576962905988 -0.6478258396004063 -0.6128693981425306 -0.5991734910544176 -0.5511474698381336 -0.5457632882044937 -0.5946338270121782 -0.7093349336064336 -0.6818276228042339 -0.6646981907195386 -0.600946084364862 -0.5864451670103322 -0.416433933490898 -0.2761945293800816 -0.12785539712106034 -0.07050813803100717 -0.08425518260382338 -0.0705081517441811 -0.11600578100860383 -0.22077239737741497 -0.3133432965458847 -0.40103217333087693 -0.45151569744412523 -0.4474636266467361 -0.6058925061565906 -0.660236451963514 -0.5971218564904301 -0.5956009855518616 -0.5387031551090358 -0.5335560757263975 -0.5816707003207525 -0.6578574663096671 -0.6326409848501251 -0.6022886760780644 -0.6047173311568412 -0.5552998645029539 -0.3885487446586137 -0.262868190633073 -0.11691243116156716 -0.07062932669325737 -0.0842547831300218 -0.0705077588814791 -0.12348661449626605 -0.22342175393512656 -0.30176717366043715 -0.4883603800067368 -0.4928314644884643 -0.5410888595800964 -0.63258609880719 -0.6792373979764792 -0.6183359863549276 -0.6118330626055536 -0.5646896408680538 -0.5455263156336576 -0.6282480579676252 -0.696217362797858 -0.651676001759078 -0.6259001587158834 -0.6306339044587909 -0.5915750024613771 -0.4161536265120106 -0.2695396952233002 -0.11738756898088563 -0.07050808517630351 -0.08425546501962897 -0.07050842953184037 -0.12494169431009337 -0.2235287751211401 -0.3007844663604201 -0.4882727787781435 -0.49165216031103287 -0.5405164507762527 -0.6315790702756601 -0.6783758275416529 -0.6179377047739907 -0.6104220029106228 -0.5626492144246603 -0.5458677696136323 -0.6196240853932083 -0.6960731935113972 -0.6526149205327525 -0.6259001587158834 -0.6308207340154611 -0.5915750024613771 -0.41618287359021044 -0.26954474907612763 -0.11716163205845721 -0.07050797632734762 -0.08425502147670785 -0.070507993272218 -0.12189342751543324 -0.2212582314143042 -0.29920152231752883 -0.4882355526570971 -0.4940955537244254 -0.5420955660373555 -0.631860154250203 -0.6782064277578006 -0.6180836866542156 -0.610559908125684 -0.5633376636821805 -0.5452491246868171 -0.6213296605332022 -0.6958549956001645 -0.6487391066166878 -0.6259001587158833 -0.6308077282657167 -0.5915750024613771 -0.41630288221808553 -0.26958733266153523 -0.11702041887085633 -0.07065968468906297 -0.08425470539727418 -0.07050768244033681 -0.12272584390355722 -0.22190470875691987 -0.2992941669082233 -0.48835456021309226 -0.49517646227154205 -0.5413244074675075 -0.6313485813751362 -0.6778036695025222 -0.6211755553462968 -0.6110161676692718 -0.5638204855085758 -0.5452679444491398 -0.6250804264265177 -0.6962853792782464 -0.6495846290653277 -0.6259001587158833 -0.6309991947365611 -0.5915750024613771 -0.41642598560987687 -0.2695486318637227 -0.11697717525576969 -0.07050797988037004 -0.08425543293419134 -0.07050833308978868 -0.12199864601205176 -0.22150364410571208 -0.29936174588769304 -0.488273086668837 -0.49486323904593243 -0.54121597604025 -0.6308800660263713 -0.6776519836169642 -0.6180115547817618 -0.6113919220960096 -0.5632788705226408 -0.5446528489018908 -0.6190618306342591 -0.696293702933587 -0.6513012715060303 -0.6259001587158833 -0.6312265052237609 -0.5915750024613771 -0.41644947783967035 -0.2695493812494174 -0.1212205284380284 -0.07050752440305577 -0.0842550520942443 -0.07050802338382953 -0.116213092098042 -0.2194046953155121 -0.3118357659303017 -0.40103217816634923 -0.42676435945062896 -0.5462377927217519 -0.6242977077552537 -0.6479598640794262 -0.6126211188690863 -0.5974718770072803 -0.551106059334672 -0.544317901554939 -0.5933892124290809 -0.7092854285948713 -0.6807637518163713 -0.653269158548319 -0.5961617270464458 -0.5842484844890671 -0.4164001692377595 -0.27635556629106245 -0.12791688414514998 -0.07054865740781209 -0.0842548059330911 -0.07050778130509441 -0.11520069205037069 -0.21857576781257118 -0.31091634453314315 -0.4010321740781172 -0.4486246393221082 -0.44802681566878405 -0.6069051091369967 -0.6612927678524119 -0.5918664936284347 -0.5950176752731509 -0.5385449666162592 -0.5352881981568679 -0.5829188305713491 -0.6577389794954575 -0.6318800402696798 -0.5970486330437585 -0.5952247643496192 -0.553539507275631 -0.38825312731894085 -0.2629448367622294 -0.1170971852033756 -0.07065950881520477 -0.08425474507387594 -0.07050772145916114 -0.12217111983848782 -0.22108325748448965 -0.29855277821389176 -0.4883579656207015 -0.493139839917784 -0.5405216407762519 -0.6309442058769644 -0.6782087096614429 -0.6174736604462598 -0.6104237140182922 -0.562454572033809 -0.5441226030293239 -0.6173667439638886 -0.696216687711981 -0.6522304624698994 -0.6259001587158833 -0.6313763038634642 -0.5915750024613771 -0.41671285927137325 -0.2695485089039921 -0.11718878191509985 -0.07050756510539387 -0.08425516555446758 -0.07050806263546308 -0.12157006912393875 -0.22101057271885768 -0.29865581869665947 -0.48823802470960226 -0.4947424922684048 -0.541128878767251 -0.6308905345691249 -0.6784561098786339 -0.6176860132624531 -0.6100860742886011 -0.5631003225728417 -0.5436563172791828 -0.6191643818635889 -0.695996392419635 -0.653291124298593 -0.6259001587158833 -0.631554388586564 -0.5915750024613771 -0.41673598244643545 -0.26960364765568384 -0.11707113839341189 -0.07056320745236135 -0.08425479823794026 -0.07050770627470357 -0.12009155039297163 -0.2179776718288018 -0.2955671726203143 -0.48836038000673676 -0.5023656219113742 -0.54582967830908 -0.6332443998433429 -0.6812909659788363 -0.6362028510306355 -0.6219264978290759 -0.5632842828871026 -0.5494805990367673 -0.631204660459245 -0.6957837041291731 -0.6626434144287705 -0.6368520105990958 -0.6443517551170593 -0.5915750024613771 -0.4169497514695066 -0.2695388638471828 -0.1169203461598339 -0.07050777497412468 -0.08425563205914911 -0.07066038062497006 -0.12208482356016113 -0.22343621957967275 -0.3010370595281956 -0.4882883723304165 -0.49288125955458806 -0.5408604647558701 -0.6308514436113585 -0.6784103492371697 -0.621639091598693 -0.611178470827766 -0.562774596489532 -0.5438231385369096 -0.6175126194438861 -0.6957682777967502 -0.651066399910048 -0.6282019918989591 -0.6330078970394317 -0.5915750024613771 -0.4169641935192559 -0.2695387538598468 -0.11696080900070549 -0.07050793775417359 -0.08425545963591936 -0.07050842423599517 -0.1239005555374017 -0.22269946925409712 -0.30117271719447847 -0.4882723921061692 -0.4945189018976146 -0.5405117231528139 -0.630796349679087 -0.6789595570253275 -0.6197484193966606 -0.6128526675136302 -0.5632993664069149 -0.5445292825826227 -0.624341399255076 -0.6959773379322474 -0.6524098723496474 -0.6280548337126876 -0.6352491551272246 -0.5915750024613771 -0.4169786834117208 -0.2695399679625191 -0.12118741555529952 -0.07050764805081575 -0.08425517399570977 -0.0705081432778352 -0.1166100415260589 -0.21990366453737478 -0.311938511605681 -0.4010320724942662 -0.427408962402194 -0.5472258111276158 -0.6242771377855022 -0.6450359511455633 -0.6121880676825476 -0.5971951677720315 -0.5500804167043011 -0.5433915238163048 -0.5805014613744816 -0.7096936474912617 -0.6790246681800584 -0.6532691585483189 -0.5965431844819672 -0.5848700329105398 -0.41643672972647244 -0.2763410925437458 -0.12789683563718526 -0.07062090867762649 -0.08425478983220117 -0.0705077654719595 -0.11561777067090905 -0.2188656709911048 -0.31112496326713596 -0.40109797255108265 -0.4468407679829167 -0.44548259739460677 -0.6073380770226805 -0.661680765468461 -0.5921591982849506 -0.5922855797258828 -0.5380299782822059 -0.5323653470516451 -0.5786561714146546 -0.6580760646319458 -0.630624725474118 -0.5967569931556969 -0.5953835550483224 -0.554000540596187 -0.388220846071472 -0.26298943956787424 -0.1174817075607347 -0.07050810407021686 -0.08440745130292193 -0.07050894081491237 -0.12376553275711696 -0.22250062871933343 -0.29966480378192395 -0.4883330600763255 -0.4971524803367714 -0.5419620766216942 -0.6306732352246694 -0.6793248841007509 -0.6178304161095685 -0.6103954010840673 -0.5624438801480675 -0.5431745203669908 -0.6145896856129555 -0.6961983253874584 -0.6504256962252107 -0.6259001587158833 -0.6317399559940432 -0.5915750024613771 -0.4171990437319583 -0.26956973965891107 -0.11736006591627983 -0.07050809926206221 -0.08425542688766692 -0.07067206788344976 -0.12397326161834271 -0.2224357589095948 -0.2995167585574388 -0.44689642846427907 -0.4905544412053911 -0.5399405234830902 -0.6303937863600717 -0.6788069283236917 -0.6172202033849261 -0.6097710570719667 -0.5624189701035988 -0.5437801280833013 -0.6235292603347221 -0.6961594750774157 -0.6510201519215536 -0.6259001587158833 -0.6319173479424705 -0.5915750024613771 -0.4172170801392241 -0.26955464269997553 -0.11733545381324549 -0.07050815482555718 -0.08425553393252302 -0.07050849732127312 -0.12268013337748777 -0.2217120697463826 -0.29927875244966295 -0.4468789961580879 -0.4917713428434805 -0.5416254129204804 -0.6308861673362267 -0.6789480483478129 -0.6166305084597072 -0.6098663281074274 -0.562377556546225 -0.5425423177528085 -0.6143453027945737 -0.6548580166823968 -0.6511825549627585 -0.6259001587158833 -0.6317622330950298 -0.591563749517128 -0.4172262477152189 -0.2695527182354931 -0.11715600914339232 -0.07050775479315895 -0.0842552792335813 -0.0705082467885274 -0.1215984778690713 -0.22097295829574592 -0.29849291305976905 -0.44685517720584084 -0.4917835510821871 -0.54028652675203 -0.6304163562500562 -0.678997805669308 -0.616963757895661 -0.6098598777819302 -0.5625606938268011 -0.5426336442605294 -0.613231185633349 -0.6549033188770524 -0.6513469673866937 -0.6259001587158833 -0.6319194424448432 -0.5915750024613771 -0.41723354654680145 -0.2695243965472655 -0.1172029752985176 -0.07050773499037888 -0.08425525970872629 -0.07050822758284199 -0.1228947073866583 -0.22201793025246916 -0.2995691427557048 -0.442734863204279 -0.4905544412053911 -0.5403676179163127 -0.6301540245005379 -0.6791135736077033 -0.6170417765402804 -0.6099444946533936 -0.5623984127129352 -0.5449941939007771 -0.6173203441386282 -0.6493260376819249 -0.6515048335202257 -0.6259001587158833 -0.63209030548215 -0.591575002461377 -0.41724377012320146 -0.2695315464068417 -0.1212758496663599 -0.07050743103703587 -0.08425496004891604 -0.07050793286265652 -0.11445599669365993 -0.2182658005223334 -0.3107209616006623 -0.35867590912982894 -0.4261173329340666 -0.5463549059614009 -0.6245740404437671 -0.645440321709254 -0.611797455198785 -0.5969360328321937 -0.5518820404829695 -0.5432445115124976 -0.5799297281463421 -0.6649881729911423 -0.6829734963073217 -0.663185373562216 -0.6012740324868607 -0.5880916790218021 -0.41668350797525155 -0.27630522087218085 -0.1277705456260332 -0.07050799363970475 -0.08425503872720601 -0.07050794375876089 -0.11456618037621474 -0.21843518202731674 -0.3114154402144869 -0.35904197231613666 -0.4474769492013162 -0.44597159349212045 -0.6082029389614233 -0.661913823804217 -0.5923247091336774 -0.5920410035544388 -0.5380062449687427 -0.5320637868542378 -0.5777067243241416 -0.6166442116424263 -0.6314791260846458 -0.5974538753222948 -0.5954904144152117 -0.5543000131052784 -0.3882662045489241 -0.26299149417075457 -0.11727999236485115 -0.0705079527476787 -0.0844077672606586 -0.07050788920812132 -0.12422563029987035 -0.22302975597635913 -0.300486881357559 -0.4469140513458152 -0.49535703096901557 -0.5416530315325182 -0.6302171125462973 -0.6790091164263765 -0.6171740883261164 -0.6097730560640973 -0.5624205034731111 -0.5430975295263043 -0.6200442474205089 -0.6550242660447658 -0.6522016985007292 -0.6259001587158833 -0.6319291113496932 -0.5915750024613771 -0.4172551805574677 -0.2695565792213462 -0.11743150742372677 -0.07050796450724736 -0.08425483604075922 -0.07050781091333512 -0.12315777681235635 -0.2220840251412999 -0.2997418679465847 -0.44602891426909674 -0.4905544412053911 -0.540755137944461 -0.6302369449312216 -0.6790172814746328 -0.6171156491888256 -0.6097656484145908 -0.5625671360238647 -0.5422906280841449 -0.6131039120529221 -0.6479105881702488 -0.6562858553241697 -0.6400380777051341 -0.6493290469874262 -0.5975859219236258 -0.41832220485931004 -0.2695863930334494 -0.11706897748374985 -0.07052652300783109 -0.08425480662461836 -0.07050778198882428 -0.12187727054980202 -0.21797725042195956 -0.29560853474444054 -0.4516121617054279 -0.4996195243618973 -0.5490497149638356 -0.6341260547662115 -0.685949022321534 -0.635685081172046 -0.6228178550034371 -0.5651276361468451 -0.5434287557763606 -0.6137523629431775 -0.6549841789467474 -0.6652743467555834 -0.6401856798262319 -0.6478297406610196 -0.5946657223185011 -0.41725722603679183 -0.26955054228510394 -0.11711028949761834 -0.07050776554484926 -0.08425481146032507 -0.07050778674012259 -0.1236402083321313 -0.22449590443804615 -0.30233058174699246 -0.44506814788552396 -0.4906254337144733 -0.5408678795211879 -0.6302611523326495 -0.6793001800755712 -0.6223638869500199 -0.6131885319822657 -0.5627424336334947 -0.5434251294999476 -0.6176704265574033 -0.6522130189721027 -0.6558622979831742 -0.6305980453173269 -0.6374965589181686 -0.5915750024613771 -0.4172565265673131 -0.2695460482404541 -0.11711020305392268 -0.07050778647822177 -0.08425483232120788 -0.07050773992984499 -0.12309003833767936 -0.22304168937648144 -0.30158391793029193 -0.44602901716836096 -0.4906254337144733 -0.5409186779203222 -0.6328693070645398 -0.6876841353769271 -0.6404236056474563 -0.6268772369819394 -0.568423732521593 -0.5443367174989622 -0.61328442000862 -0.6550643868797197 -0.6696607855100174 -0.6422608949979788 -0.6517061576369227 -0.5960919874657582 -0.4172554315205999 -0.2695518743944593 -0.12123275725021396 -0.07051001923274329 -0.08425481039865537 -0.07050778569535222 -0.11613889457664577 -0.2207982489793894 -0.31380169157869525 -0.3590412777644148 -0.42777016623324154 -0.5475757028524699 -0.6246702520819571 -0.6488134147106012 -0.6172437877476556 -0.6044457178001102 -0.552753346913512 -0.5437130830946757 -0.5802850915809372 -0.6623709925236939 -0.689284972580195 -0.6743605407548269 -0.6054144004668648 -0.5901989745746087 -0.4169075162060882 -0.2762547186525663 -0.1278067469004656 -0.07050747519623346 -0.08425500358402116 -0.07050797567597748 -0.11634998755789373 -0.2210911022984186 -0.31409373504882615 -0.35723655259817927 -0.44895425104182624 -0.44572055163558116 -0.6087968581917704 -0.6684884551622837 -0.6069411255827419 -0.601957119995373 -0.5421970151657167 -0.5363918143342672 -0.5817627813732407 -0.6187616172940602 -0.6400185002944909 -0.6134498212512838 -0.6183634962847725 -0.5591182284403577 -0.38830124422732387 -0.262933845034541 -0.11696322875989507 -0.07050798673726244 -0.08425583922037501 -0.07066017272425647 -0.12388673595879059 -0.22444676693553456 -0.30276784327372025 -0.44548524412288465 -0.491783551082187 -0.540952750360843 -0.6304795081550363 -0.6859403104753368 -0.644253879525345 -0.63578219380204 -0.5675858963905007 -0.542467523731417 -0.6130827307250276 -0.6577173930946113 -0.6643792440347888 -0.632395865443623 -0.6366420711117377 -0.591575002461377 -0.41724159695713375 -0.26952293378288805 -0.11735686919585492 -0.07050802652268505 -0.08425524381078368 -0.07050813980338938 -0.12516207632701498 -0.2251423378023564 -0.3024794149715732 -0.4414314343093553 -0.4905544412053911 -0.5406478161822208 -0.630733494394963 -0.6792974415288351 -0.6169890218551018 -0.6103009599230838 -0.5625693043447393 -0.5440413096375873 -0.6136772609357057 -0.6483120112235874 -0.6513425239057749 -0.6259001587158833 -0.6319182926577209 -0.5915750024613771 -0.417231104237347 -0.26955171451171045 -0.11736963298629847 -0.07050788647930518 -0.08425526843177333 -0.0705082361633881 -0.12329323650412023 -0.22247161206791588 -0.30001784093816136 -0.44543113005991697 -0.4908060022748851 -0.54047431278141 -0.6305191313442005 -0.6861981607085219 -0.6420006379612595 -0.637153581685202 -0.5780255417761648 -0.5494642031053613 -0.6271378347795071 -0.6535216648513469 -0.6409396094500667 -0.6156550083763207 -0.6399604340386944 -0.6013838000779406 -0.41796111266692854 -0.2695475181390213 -0.1170024734213491 -0.07050767698902967 -0.0842552025330878 -0.07050817133683324 -0.1221946303940044 -0.21812929196832095 -0.2979284495701036 -0.44765489799159036 -0.4978652062190362 -0.5430803608980651 -0.630533747760264 -0.6812043990201596 -0.6340959176852848 -0.6183087999960963 -0.5635758176105454 -0.5431168936838439 -0.6191481228991728 -0.653329324682438 -0.6624317842242792 -0.6352279752108309 -0.6408819664460215 -0.591575002461377 -0.4172155711241438 -0.2695249518811012 -0.11702850249324875 -0.07050799331112298 -0.08425551441487866 -0.07050847812158678 -0.12470110747523394 -0.2244412068703439 -0.30228294357197294 -0.4406698469673772 -0.49029586048380297 -0.5407382110371709 -0.6306105018840296 -0.6790405373621785 -0.6217367428160738 -0.6108194808953235 -0.5624087593928279 -0.5428281509612923 -0.6125019463980804 -0.646346217993568 -0.6524182683230982 -0.628550857558511 -0.6339857763945642 -0.591575002461377 -0.41720574072443656 -0.2695101859988094 -0.12121054975764313 -0.07050802092597465 -0.08425554164913421 -0.07050850490887066 -0.11715077250184497 -0.22009309675358896 -0.31220257921375055 -0.3558362496699187 -0.42465719909449023 -0.545705308193261 -0.6242592576568603 -0.6454886075670051 -0.6120251703315275 -0.5971119477513495 -0.5503985268185504 -0.5430207907174813 -0.5789950989331824 -0.6586408783542247 -0.6788715772828984 -0.6532691585483189 -0.5965487161889186 -0.5848700329105398 -0.41644130760634 -0.27635063025541845 -0.1278785191076175 -0.07065534656174073 -0.08425478216192421 -0.07050769039453796 -0.11578958037797077 -0.21911257607163823 -0.3113425571727511 -0.3542933027887722 -0.44606277537046346 -0.4458706581628908 -0.6072203038142504 -0.6615908158320685 -0.5922411767952843 -0.5923574231994223 -0.5381824689602107 -0.5314752569056305 -0.5754873568152747 -0.6118459140124896 -0.6302352154015373 -0.5967234180309144 -0.5953955245057985 -0.5538302153661124 -0.38838711932557235 -0.2627894800957585 -0.11702825824777002 -0.0705677957350239 -0.08425479718922307 -0.07050777271356992 -0.12145211339368243 -0.22087061288073417 -0.2990394582898162 -0.4431865283560561 -0.4897844437328015 -0.5396972116867618 -0.630519952765392 -0.6784277909442878 -0.6172615380906078 -0.6100622711848828 -0.5625879964188164 -0.5426238485394312 -0.6130814536348473 -0.6485690725996056 -0.649492590007076 -0.6259001587158833 -0.6315592101783642 -0.5915750024613771 -0.4169749098472747 -0.2695408452051488 -0.11701656468717161 -0.07050820469819334 -0.08425524903954534 -0.07050792409872156 -0.12253787450624802 -0.22187037004385 -0.2994574756458888 -0.44003681938840733 -0.49055444120539116 -0.5413614334855853 -0.6312206521894214 -0.6784956383796735 -0.6218245722934943 -0.6129168563326802 -0.562470761077615 -0.5428163141737685 -0.6134132813232687 -0.6425962542114632 -0.6525150619380418 -0.6298757684168926 -0.6353826326216759 -0.5915750024613771 -0.41696087830533307 -0.26953907794714027 -0.11696415615499478 -0.07050796475929486 -0.08425548626546994 -0.07050845043107579 -0.12305123705894205 -0.2220827155113088 -0.30015602275302494 -0.4400586633151092 -0.49055444120539116 -0.5409765917369178 -0.6306654375764872 -0.6785436248614707 -0.6225901070334566 -0.6141104883066285 -0.5624721351440256 -0.5428326913233953 -0.6123415188951811 -0.6442763263847798 -0.6615862701012679 -0.6350265171267456 -0.6405290262386613 -0.5915750024613771 -0.4169456635419841 -0.2695403147128232 -0.11695630881848847 -0.07050781043117142 -0.08425566674881775 -0.07066049503183572 -0.12376337677095929 -0.22273692103176893 -0.30110449819053875 -0.4393535194020557 -0.4907677716628879 -0.5416801911657074 -0.6304964598135037 -0.686611762596644 -0.640053526294535 -0.6289574557123535 -0.5684063438545328 -0.5426640320378444 -0.6132352396528551 -0.6479777286985333 -0.6730071404011531 -0.6459111968425096 -0.6508674658901046 -0.5963535604684423 -0.41672772358012966 -0.26955678065416777 -0.11710270827147361 -0.07050781168404877 -0.08425485743805555 -0.07050783195016389 -0.12310709980003595 -0.2242163688461546 -0.3026985216392786 -0.4425546540735187 -0.4897681047936163 -0.5403318052154357 -0.6305193076548908 -0.6780842243027939 -0.623151948684734 -0.6131520899292182 -0.5625672292321671 -0.5424708010326863 -0.6122288098145414 -0.6444470850918294 -0.653386390552901 -0.6259001587158833 -0.6313727924765453 -0.5915750024613771 -0.41670876198786283 -0.26954972026836677 -0.1211947536901369 -0.07050768936522825 -0.08425521472858767 -0.0705081833375578 -0.11606677112611159 -0.2195657479403339 -0.31225440262461024 -0.35553988159704597 -0.42544328451892827 -0.5455498680456036 -0.6240714861336282 -0.6478494449016398 -0.6121949283638417 -0.5966792968781195 -0.5501157536063657 -0.5428435178244341 -0.5793620044698327 -0.664475373101099 -0.6762826149349446 -0.6533934196199253 -0.595967725389969 -0.5848700329105398 -0.4163820026278195 -0.27636200824560214 -0.12791874977684195 -0.07052218536088319 -0.08425481183318584 -0.0705077871090718 -0.1154369124712052 -0.21885527911821095 -0.31132646647117523 -0.3538140091249365 -0.44636578400004706 -0.44628847428642315 -0.6067605742332585 -0.6609867938254811 -0.5920025884743249 -0.5924213807178922 -0.5378836229300413 -0.5313227545405491 -0.5747727655912134 -0.6069652385132575 -0.6310953191386433 -0.596822755977385 -0.5951998606998984 -0.5565182339702152 -0.3885391944780423 -0.2628859316858227 -0.11703505811277345 -0.07061975362758914 -0.08425479009135568 -0.0705077657251002 -0.12150838818959955 -0.22095898893380247 -0.2988194651274573 -0.4392039528255727 -0.49055444120539116 -0.5411091653449338 -0.632000521723135 -0.6777864044170987 -0.6179043026524369 -0.6103251351935696 -0.562666381450788 -0.5443415022592699 -0.614379834546486 -0.6413341033616766 -0.6503803059216549 -0.6259001587158833 -0.6310015268739119 -0.5915750024613771 -0.41644364069093387 -0.2695547866247208 -0.11712733120638709 -0.07050757501621506 -0.08425510199225524 -0.0705080724608365 -0.12130878850998827 -0.22084078219024128 -0.2986140504635473 -0.4390861011687389 -0.49055444120539116 -0.5410890500127736 -0.6314057436091688 -0.6777466626298354 -0.6175387734675603 -0.6098378763673448 -0.5629596952824614 -0.543202747044897 -0.6137750451679829 -0.6405338320999835 -0.6494080513293002 -0.6259001587158833 -0.6309904688907801 -0.5915750024613771 -0.41642052494664006 -0.26955251387829765 -0.11696689773057145 -0.07050803449940062 -0.08425548685894375 -0.07050845101687575 -0.12144478588283272 -0.22065653817499858 -0.29867018246750615 -0.4389490511198494 -0.4900870448071179 -0.5401456827968034 -0.6311844310637296 -0.680667535959627 -0.6382855111639517 -0.6295252339346725 -0.5689802286616977 -0.5431905643388364 -0.6143161214861922 -0.6461786569855927 -0.6665546178843018 -0.6391384216108869 -0.6451509716603008 -0.592175323272141 -0.4162766344270467 -0.26958944201873397 -0.11688168775224986 -0.07064633889060179 -0.08425477924450342 -0.07050768751806227 -0.12176650781890785 -0.2179773225135116 -0.2954935791472565 -0.44780529453853746 -0.4906535306435499 -0.5430080763497266 -0.6308551456551968 -0.6963119037472599 -0.6567406305544795 -0.6490925389078095 -0.5808075540448713 -0.5497176486471188 -0.6243512790806401 -0.677765512323854 -0.6977373246116999 -0.6727978367987728 -0.6778216173732668 -0.6104483098595496 -0.4187136254826225 -0.269542110493413 -0.11703782337694475 -0.07050801591605957 -0.0842550609238954 -0.07050803206708225 -0.1253297468233834 -0.21802797593368664 -0.29555786525542377 -0.45081197375022314 -0.49900573879204196 -0.5472544785771889 -0.634186974880904 -0.7003765178194818 -0.6607064945644605 -0.6521344350426933 -0.5876666742821046 -0.5549596810180089 -0.6286156805550358 -0.6832487043883846 -0.700355311793678 -0.6766343538648999 -0.6817160729519793 -0.6198161690881244 -0.4298153163392319 -0.2722426924237006 -0.12105549796836897 -0.07050797747780001 -0.08425551433288879 -0.07050847804493446 -0.11888865319109752 -0.2152345075328056 -0.30731314713200003 -0.37449259912263744 -0.451601432199213 -0.5646938754347847 -0.6369644478984751 -0.6755431542083221 -0.646747137282225 -0.632036238446521 -0.5759148435114242 -0.5635533379268001 -0.6005933778737949 -0.6793923824419503 -0.7194275254141033 -0.6747748960174305 -0.6377239727864867 -0.6185336034176171 -0.4424520889021056 -0.2922855852718273 -0.07065658030589612 -0.08425529610941042 -0.0705076803373945 -0.11774500522537096 -0.2228607041660462 -0.3153908690525454 -0.3909386170823217 -0.443584541808459 -0.4464479813815374 -0.61623843979625 -0.6892936178444508 -0.632188117606808 -0.5962225497160475 -0.5291004296881953 -0.522426979923143 -0.5650723744867533 -0.5927349331465691 -0.5695718394046362 -0.5868845339324567 -0.5861173429128452 -0.5633824064012294 -0.3888327325928162 -0.2646618656153061 -0.11686322552151468 -0.07066023681718432 -0.08425461131068158 -0.0705075899293149 -0.12228289741163395 -0.2194182052282103 -0.29724884771786153 -0.4995180969807907 -0.507212427019885 -0.5506320687238047 -0.6363726225622642 -0.7087540945033172 -0.6686309125220984 -0.6607664842291228 -0.5969327023130941 -0.5630314758651015 -0.6393903208055569 -0.6756637758955674 -0.589189160417726 -0.6169693523301115 -0.6215823540228013 -0.5806635942276664 -0.40555590347911596 -0.2727722357585965 -0.11688841465757391 -0.07050821132438476 -0.08440712900456941 -0.07050736921470992 -0.12410233159680048 -0.21983348574228723 -0.29797111777218555 -0.4781349050144325 -0.48195581718120545 -0.5316109599399591 -0.6337844460027636 -0.7923626343719893 -0.8055283770275267 -0.820088295532355 -0.7431578440853169 -0.6891375881502395 -0.7441576540246613 -0.7699043526397124 -0.7140180050947976 -0.7020734605591289 -0.6803854445842197 -0.5923970822120228 -0.406537165931034 -0.25932356420538444 -0.1168823452415199 -0.07050811150924678 -0.08440783200433272 -0.0705072606347854 -0.12857595368828462 -0.22413712371745537 -0.30384883087386627 -0.47861005887970226 -0.4825545258627087 -0.5435658054653526 -0.7052202151695147 -0.8275425925486529 -0.8214645145419627 -0.8130008358714669 -0.7601524365521501 -0.7127205786042831 -0.7795033633662842 -0.8204183266427166 -0.7755443478307171 -0.7500516330485385 -0.7489747573484542 -0.6287524215831173 -0.4068457043162032 -0.2596870594746074 -0.12108283821186608 -0.07050786300256628 -0.08440767573981814 -0.07050718747932858 -0.15368739078976124 -0.22564447195837198 -0.30327002781271006 -0.5026328274510933 -0.5306400215453987 -0.530605227944583 -0.6226939483112727 -0.6723133802463418 -0.610072636729147 -0.6028765338148849 -0.5943595700390356 -0.5701685445781244 -0.6031813011026794 -0.6237166131983015 -0.585057682912049 -0.6172361474352277 -0.6213375866695015 -0.5798680031871319 -0.42854567908868973 -0.27205168099809285 -0.11707049356232452 -0.07050770388046672 -0.08425522904459222 -0.07050813171970226 -0.1236049005323147 -0.22105333445607014 -0.29913325701542 -0.4758097404087012 -0.5245900200122654 -0.568558848418532 -0.652049911722777 -0.6960325525674764 -0.6093199501090115 -0.6020569891240847 -0.5539866030100341 -0.5441613262408128 -0.6128407897764909 -0.6505181782923767 -0.629752205444365 -0.6593428887607459 -0.6658810491131285 -0.6060685010554533 -0.4185652531900627 -0.2696274616845571 -0.12107010332631649 -0.07050811769820318 -0.08425563707492095 -0.07066038606496526 -0.11669865112344155 -0.21523510966816933 -0.30824102677483295 -0.36453837756437096 -0.43382671203881973 -0.5490537465717246 -0.6252635598816918 -0.6504703612198429 -0.617043734924909 -0.6052439667852177 -0.5537172887996223 -0.5451195691019027 -0.5803969273379092 -0.6477670335054095 -0.6406203281724938 -0.6842019114208346 -0.6166881636155389 -0.6013372377342835 -0.4249156869001989 -0.2763525387193867 -0.12775897528860947 -0.07053966776092355 -0.08425480361624622 -0.07050771158723496 -0.11831644488515539 -0.22234882587167729 -0.3150850716826055 -0.36042615624665114 -0.45071774168952455 -0.4484148061213636 -0.60807712090282 -0.6636496297036074 -0.6045916671973273 -0.6026768685894012 -0.5404238368801537 -0.5321630270908284 -0.5751979140160371 -0.6043822196685305 -0.5839884711709393 -0.6036856030868433 -0.6040764691869212 -0.5537876097568408 -0.3884312644962886 -0.2629339808459292 -0.11701066897469788 -0.07050832839992005 -0.08425537230385995 -0.07050833833117076 -0.12353512802076756 -0.22429940367052148 -0.3026890034237716 -0.4468668799524961 -0.4922490963154769 -0.5390770832652237 -0.630553564143906 -0.6785050619484807 -0.6275081474000355 -0.6170785687600251 -0.5625248254194832 -0.5422256837335847 -0.6104533318644073 -0.6372646244079853 -0.6136562054557928 -0.6477081888644296 -0.652851233748849 -0.5925832889899895 -0.4158961985264154 -0.2696922944310675 -0.1169553766106548 -0.07050831368232711 -0.08425535764122215 -0.070508323912535 -0.12359228306287807 -0.2244801312007973 -0.3028277848866962 -0.4468651179949252 -0.4917713428434807 -0.540620045909013 -0.6323970178706336 -0.6887764759835687 -0.6448101353192239 -0.635212093988075 -0.5733799086864964 -0.5447510218889612 -0.6139316336977974 -0.646304496589076 -0.6223926300484771 -0.653158769630392 -0.6576589551344499 -0.5978716779813877 -0.4159725429736774 -0.26966411027669696 -0.11697716935471678 -0.07058694160040499 -0.08425479281363187 -0.07050770091220418 -0.12412307960720168 -0.2179776648897242 -0.29550455608517445 -0.46703862051382194 -0.5119143556038493 -0.5670800703195846 -0.6542019091052712 -0.669307950565178 -0.6247715099140824 -0.6193736599856553 -0.555124714344921 -0.5338933785445207 -0.6018170921224661 -0.6233445793634907 -0.5845642008299652 -0.6164454749513775 -0.6194525020267384 -0.6107915234951556 -0.4248215062057299 -0.2696340675034465 -0.11693814438809347 -0.07050818449946711 -0.08425559549609507 -0.07055926810474727 -0.12287992688482612 -0.21996710882455983 -0.2972578599943715 -0.4532740772475876 -0.4933736545681552 -0.5390241994044728 -0.6306130142550598 -0.6833036288995449 -0.6405741228081613 -0.6263372552666263 -0.5657111210912995 -0.5423916615518215 -0.610381680986322 -0.6343819394264026 -0.6058830693432248 -0.6406904089240222 -0.6420355303672225 -0.5881934079041904 -0.4159074483871252 -0.26963958326613297 -0.11692766965387794 -0.07050808931052877 -0.08425560908059754 -0.07062262644707303 -0.1238797182286739 -0.2249056795566857 -0.30363552574762176 -0.4444238566415295 -0.4908676754968767 -0.5390624082031724 -0.6310923578625273 -0.6783787365826802 -0.6282737106940336 -0.6178310373584727 -0.5625563656861492 -0.5424179954305061 -0.610333067754778 -0.631939046954861 -0.6012091272799119 -0.634875172158982 -0.6386735713796471 -0.587106700088421 -0.41589813904737605 -0.26961605510804937 -0.12107429289214673 -0.07050774653419296 -0.0842556042387542 -0.07059884800166823 -0.11592618481149347 -0.22039944790838903 -0.31330702709965097 -0.356614504571149 -0.42544316723248565 -0.5446323381163702 -0.6252188370738053 -0.649970832799745 -0.6132058021914779 -0.6018917174595468 -0.5508943646408551 -0.5432336602813782 -0.578821101019602 -0.6465460283765294 -0.6306464051267872 -0.6702325380255405 -0.6042584524122707 -0.589309263299246 -0.4201661787271654 -0.27620105702011183 -0.12783671516369405 -0.0705078062815974 -0.08425566268662689 -0.07066049065141146 -0.11604994050514078 -0.22068716367486135 -0.3136054602174296 -0.35865696890001414 -0.4525698793008615 -0.44593731355974076 -0.605532071627278 -0.6599927680893954 -0.5927409364993173 -0.5931859777658459 -0.5380001436280242 -0.5311299956841311 -0.5736471655650762 -0.6006369047217559 -0.5738500733435392 -0.5937846460792372 -0.5955070754432147 -0.5552732067549789 -0.3885642156723144 -0.2628355877368716 -0.11703578451088524 -0.07055341448374643 -0.08425480047649758 -0.0705077759341801 -0.12214331756522599 -0.222446758745225 -0.30091221014351155 -0.4429374549804471 -0.4902429981610723 -0.5391804925818668 -0.6305394447550773 -0.6784491547863922 -0.6232729558902467 -0.6135579797649934 -0.5628138342817524 -0.5424975354613051 -0.6104147180358047 -0.6308743778467136 -0.5950321016588723 -0.6332884226080815 -0.6351110746806873 -0.5862616355777391 -0.41577647832228903 -0.2695658373924253 -0.11689100789462385 -0.07065989732819875 -0.08425475311183356 -0.07050772936995775 -0.12255919200907754 -0.22299210493466384 -0.3013282721064191 -0.4434670164953535 -0.48977479605450774 -0.539254839679598 -0.6305400677752345 -0.6887501834435444 -0.6439679724989317 -0.6364102985623827 -0.5747051367096627 -0.5467744875827754 -0.6149626569271439 -0.6477792908454638 -0.6190506339062651 -0.6100538804261935 -0.6553907054451071 -0.5966910609611867 -0.4156775000063803 -0.26955357719969136 -0.11707275084425425 -0.07054555182139237 -0.08425480228126203 -0.07050771025876018 -0.12296930280337966 -0.22419491352754667 -0.30266808431459774 -0.44175399524607245 -0.4896165203915562 -0.5412711409443661 -0.631855815510338 -0.7012057922053369 -0.6318248990137538 -0.62359408888139 -0.5817952661975667 -0.5536250278816421 -0.6213421235427241 -0.6513044887932588 -0.6251939110503354 -0.6171666960426675 -0.6602301272206768 -0.6022305742413621 -0.4178571939956792 -0.2695084966369118 -0.11707266682632428 -0.07050829246868486 -0.08425533649835486 -0.07050830311340196 -0.12532961305337684 -0.21803452012960697 -0.2959103725617576 -0.45751162302194254 -0.5055408867944665 -0.5535842596491486 -0.6395814223988361 -0.7064803536488964 -0.6652160840431255 -0.6537878999575302 -0.5890917489052552 -0.557261517841681 -0.6329496209517123 -0.669614884595695 -0.6157219954938783 -0.6052534688134017 -0.6476540466799539 -0.6096141898784065 -0.4226673017960441 -0.2695776681623666 -0.11708568542390971 -0.07050798058450893 -0.08425502572368215 -0.0705079974501519 -0.12388855848956173 -0.21797755554184398 -0.295669341626246 -0.467760542209966 -0.5137315280169221 -0.5602715498576047 -0.6443318902371558 -0.7143211975678528 -0.6403143883148108 -0.6314345559119631 -0.5911891677568405 -0.559749977643646 -0.6342089848862857 -0.6704598627229693 -0.5824903283932479 -0.5731724671767485 -0.6663439600158684 -0.6020164484318663 -0.4183585309940844 -0.2696159726712596 -0.12123133460795395 -0.07050778388330367 -0.08425482973807062 -0.07050780471341156 -0.1159134325320439 -0.22126323717038063 -0.31443481113568406 -0.3553089746674501 -0.42975704427807015 -0.5539643742553649 -0.6374202987563471 -0.6790973643210251 -0.6495589318409145 -0.5893689448609931 -0.5424636866106665 -0.553961081190014 -0.5862769058376346 -0.6540353881958262 -0.6491108945505715 -0.651822958839105 -0.631626716752199 -0.6166093502424705 -0.4385530608444822 -0.2787720977895511 -0.12776785856012066 -0.07063298456375004 -0.0842547822925735 -0.07050769052527084 -0.11719106001119514 -0.22184294653184788 -0.3152320982153313 -0.3483104810213132 -0.4360005170778616 -0.44716245177633185 -0.6052803444080485 -0.66459982078044 -0.6078185248911538 -0.6074052483988547 -0.5462366016008595 -0.5374592676768676 -0.5841134912881032 -0.6127228919995097 -0.5954532414042822 -0.570965296535798 -0.6168569098860167 -0.5556876471095691 -0.38864026178404665 -0.2629173432391439 -0.11689776823751774 -0.07064595738535229 -0.08425477932934347 -0.07050775514159828 -0.12402544841504809 -0.2241705327479264 -0.3025810769246555 -0.4400637835363298 -0.4880315627518248 -0.5399608133151909 -0.6351422766210466 -0.7036834016049414 -0.634079106605473 -0.6016121843918865 -0.5530135617909191 -0.5332013375349167 -0.6011342261516838 -0.622326937910655 -0.612084080008205 -0.6034309601451985 -0.6536911732619888 -0.5955414822476616 -0.4162841709625144 -0.2696498946044203 -0.11688528703329878 -0.07064929663610922 -0.08425477856902425 -0.07050768685240397 -0.1223029862203733 -0.2179773241689716 -0.29710666635080224 -0.45616001927672717 -0.49563606048581726 -0.5462018660601566 -0.632410381795131 -0.7002193705862003 -0.6536109618056389 -0.6441289275848815 -0.5762836480107294 -0.5452540493421657 -0.6142729275226944 -0.6444476477912591 -0.6154631087895723 -0.6091457688028615 -0.6562053236005978 -0.5979554279173792 -0.4158964611159036 -0.26958824127740655 -0.11698534793751345 -0.07050796140064607 -0.08425541468329541 -0.0705083150672298 -0.12451529836605808 -0.22527556193166995 -0.30359725590227266 -0.4397435179924006 -0.4899953218473411 -0.5457971526678782 -0.6387715846857234 -0.708976223925705 -0.6328996250264182 -0.6411994292526177 -0.5800848746624873 -0.5486160923292135 -0.6191612216611486 -0.6543485235066369 -0.6255502845092538 -0.6132574795009702 -0.6614291659438328 -0.6015089887190027 -0.41590332835106436 -0.2695933829729181 -0.11700075674471414 -0.07050828275609708 -0.08425532681948329 -0.07050822828768397 -0.1248428793004035 -0.22559930182177187 -0.3037240374089573 -0.44004536395107585 -0.4921092785914731 -0.5504355051878607 -0.6437188755123501 -0.713146637374415 -0.6089246172572 -0.6012805592330835 -0.553501732176373 -0.5334881919740937 -0.601991204552944 -0.6232237556134662 -0.5753675991774045 -0.5709685161293555 -0.6171419595184071 -0.5980447946053521 -0.41635657822500655 -0.26966459548132665 -0.11693967753520976 -0.07050813691206206 -0.08425565602172416 -0.07066048344273484 -0.12205481315768604 -0.21853671676525568 -0.297102920732985 -0.44452446680043733 -0.4943345700049985 -0.5294906784174974 -0.6223769737496067 -0.688694607141623 -0.6650197606352936 -0.6596048562374606 -0.592319135855371 -0.5389302494053742 -0.6090881793359507 -0.6323943917204894 -0.6031378973640474 -0.5913285425978305 -0.6464356457462026 -0.5779382743411958 -0.40610187300921136 -0.2593807836710979 -0.12101823494318018 -0.07066009508264673 -0.08425455952169732 -0.07050753900366022 -0.11945305949079058 -0.21919477838833232 -0.3124665568868175 -0.34343413443944476 -0.41755418939411065 -0.5388427284731716 -0.6186184011613277 -0.6849427280986092 -0.6545416697725781 -0.6747580023661726 -0.6050148608632695 -0.5707746540113167 -0.5855109537455062 -0.6420068797963373 -0.6398144420692199 -0.6312224382763487 -0.595468133445228 -0.5697243270270573 -0.40602046620460885 -0.26609666646063557 -0.1280818422712348 -0.07050823497158568 -0.08425527919997779 -0.07050818125423346 -0.11895175931660504 -0.22910729293843732 -0.32386764154335784 -0.34328214715518623 -0.43673575055827635 -0.4363946734296724 -0.5984854227292634 -0.6534714689826127 -0.5852239289283121 -0.5844165388336579 -0.5316455357445896 -0.5233790298732214 -0.5659045849011908 -0.592724782498737 -0.56634788279587 -0.5419048266054456 -0.6041329975859568 -0.556966174931454 -0.38873963415086044 -0.2628285622352107 -0.1170877746413163 -0.0705078952746934 -0.08425538236327203 -0.07050821104224349 -0.12053801572247026 -0.21970934443487602 -0.2977536225771565 -0.44885059274984335 -0.48596614178005476 -0.5405354703119446 -0.6314344076402908 -0.7035726923405458 -0.6609144299158283 -0.6506639665397739 -0.5756602660883781 -0.5427035684244068 -0.6114230151447851 -0.6419319167832263 -0.6173844454358082 -0.6144503587850646 -0.6578076329411388 -0.5952411760362581 -0.4161261097601364 -0.26959979091336694 -0.11695094634969841 -0.07050777682732338 -0.08425563386957609 -0.070660382595772 -0.12409967846511663 -0.21797689736803783 -0.29691481719383245 -0.4475985568345199 -0.4921375233477833 -0.5490065124483574 -0.6344325875129952 -0.7032110577237 -0.6615062591108809 -0.6534553980939828 -0.589812974749971 -0.560808390034975 -0.6323673789185856 -0.6637505226464143 -0.631933594557774 -0.617907987560141 -0.6686711529994263 -0.6077139752909609 -0.42533860885102504 -0.2696118326899768 -0.11702252573919045 -0.07050819578713245 -0.08425524015784319 -0.0705082083476315 -0.12552584260366886 -0.2181290199971224 -0.29567275707315416 -0.4520252262365814 -0.5168208785904035 -0.5716137316692924 -0.6550324481871689 -0.6689507467327143 -0.608405325271192 -0.6009062623005493 -0.5534999972295996 -0.5532814076847287 -0.6283910690537415 -0.6706091340552907 -0.6319402522502641 -0.6239945072866229 -0.6663267652844395 -0.6029744695947851 -0.41798745829048006 -0.2696317384576016 -0.11686899766218273 -0.070508012240571 -0.08435138969181478 -0.07056405722481668 -0.12509952533901977 -0.21797713448700592 -0.2981403655435667 -0.4459138795020895 -0.4920612351653577 -0.5450009404934829 -0.6337007850313717 -0.7017085366181119 -0.6612270642328424 -0.6529176366681646 -0.5826955351639864 -0.5484439492087514 -0.6190320808923088 -0.6570991825866407 -0.6261247454919114 -0.6136604136936458 -0.6638580551238079 -0.6005833259460688 -0.41661946216221213 -0.2696198160669997 -0.11710442371688128 -0.07050782954751512 -0.08425487523220258 -0.07050784945914572 -0.12607040511234716 -0.21797774520957897 -0.29560883278267264 -0.45411677176217835 -0.49459994270060564 -0.5467140656479779 -0.632240969311208 -0.6971650481023783 -0.6546022847969352 -0.6455919934843303 -0.582725161999729 -0.5541239105188318 -0.6311298607522304 -0.6490987439477396 -0.5797543554145115 -0.5720227896178233 -0.6175999416368186 -0.5928159100394252 -0.42521704354674106 -0.26961688091706304 -0.12105093388935834 -0.07050814694640255 -0.08425566591237264 -0.07066041741543208 -0.11625658175636326 -0.2152346658805516 -0.30913053417083536 -0.3711568767704795 -0.44313092111087315 -0.5578129664531564 -0.6274214598333973 -0.662511599591388 -0.6302266510754918 -0.6179571466923837 -0.5560421674234644 -0.5460612772719671 -0.5830064124065907 -0.6521893548657556 -0.6482516773303357 -0.6430975747992387 -0.6180923697332031 -0.6019331403980933 -0.42502845597126354 -0.2762649766914222 -0.12783140744971114 -0.07050857806479165 -0.08440716494521026 -0.07050747082425116 -0.11806938566948894 -0.22257933867943985 -0.31524413136657664 -0.3533849743960223 -0.4461236041344478 -0.4455700025447094 -0.6064566016566317 -0.6604174396540322 -0.5923930260322782 -0.5930056205236998 -0.5374793513584577 -0.5310681552478506 -0.5734200951261246 -0.6006850782766145 -0.5786919504889925 -0.5522663555360265 -0.6003497951314083 -0.5546783373819744 -0.3886398470286002 -0.26292753537555336 -0.11698923035532048 -0.07059852490219179 -0.08425479016679062 -0.0705077658064108 -0.12256499741584954 -0.22344787698271476 -0.3019220722075599 -0.43801065089941127 -0.4832797355552983 -0.5385794996213012 -0.6310379222399126 -0.6839800916157424 -0.6393725605915689 -0.6338355271837044 -0.5754904456947515 -0.5458319599312759 -0.6139842120789402 -0.6471055680219618 -0.6159901972081351 -0.6069782675032889 -0.6556977112358333 -0.5998137931143119 -0.41769468009264443 -0.26955070661970837 -0.11697242172026279 -0.0705078668846576 -0.08425572197205715 -0.07066047832136689 -0.12383062574613068 -0.21797698400300095 -0.2954566022209845 -0.45039284351082515 -0.49871523521901173 -0.5511594359931826 -0.6401700069488555 -0.7069203339213825 -0.6363277134670898 -0.6280233536514919 -0.5724682213592214 -0.5528444918414048 -0.6018909167812152 -0.6217134180614171 -0.5752329471015233 -0.5585407971073373 -0.6552885989980337 -0.5971912744357722 -0.41913448577038115 -0.2695921826734663 -0.11697417187086366 -0.07060604895246703 -0.08425478844459354 -0.07050776411264421 -0.12243717005443108 -0.2179773329036653 -0.29661186030928327 -0.44497150529660806 -0.5006130501512593 -0.5617791571121414 -0.6544143745885359 -0.6718142231867619 -0.6112874344993945 -0.6025224220683666 -0.5576685493684095 -0.5341894214395781 -0.6026885587415953 -0.6281176091246655 -0.5772831079141246 -0.5597405056729081 -0.6181042342899391 -0.5766369639092925 -0.4060258316965499 -0.2705442959391292 -0.11699854815306392 -0.07050775721006991 -0.08425528160987203 -0.07050818363353485 -0.124145185156385 -0.2205658544158976 -0.29831049935835674 -0.46387972384648607 -0.4973805666751623 -0.5310342072373312 -0.622932866600063 -0.6714885723504245 -0.6296592874047015 -0.6022376174311866 -0.5538768917044886 -0.5339826678600822 -0.6024142868611735 -0.6230181554018216 -0.5763452064267146 -0.565176648559113 -0.6176786872771116 -0.5962168018773124 -0.41621821840747764 -0.26963311894196273 -0.11690635958438231 -0.07050797584253432 -0.08425565902984324 -0.07066040993009766 -0.12198963290840312 -0.2193162036006748 -0.2562435064027461 -0.44249290467254576 -0.5015863824496017 -0.5664308880291535 -0.6569116506804572 -0.6718347593464508 -0.6109193019848699 -0.6048499332260822 -0.5538954074809468 -0.5338202606211155 -0.6020128847053529 -0.6224410191312884 -0.5766913453937218 -0.5616708894334397 -0.6327936801780026 -0.5977847421621859 -0.4160569732439059 -0.26955370798271316 -0.12109420743011123 -0.07050805874207311 -0.08425574048326463 -0.07065990079611807 -0.11478065615263 -0.21757828967393256 -0.2676339975725142 -0.35971695794171016 -0.4451134660400896 -0.569561863676271 -0.6472980697097518 -0.6613003153856726 -0.6041319145100292 -0.5902279854494181 -0.5420915616721108 -0.5348188972554787 -0.5697119606864068 -0.6359184585196483 -0.6025840904757941 -0.581190105441834 -0.5843111525128628 -0.6005950238770038 -0.42746165114067836 -0.2773290229305325 -0.12779681679728022 -0.07057061523688538 -0.08425479560743052 -0.07050777114916866 -0.11501128759280196 -0.22310315254526558 -0.27377695197336915 -0.3477483770672875 -0.4412205989548904 -0.4502232051525457 -0.5988519033872409 -0.6534645106001643 -0.5844152591686224 -0.5867667421795975 -0.5296764769685361 -0.5228442240153168 -0.5660964536446377 -0.5935054813189757 -0.5783523852770279 -0.5412486975995476 -0.6034574525258721 -0.5553256160228984 -0.38882564054449087 -0.26291052801781717 -0.11695777206945666 -0.07061565275600132 -0.08425478572575347 -0.07050769391938624 -0.12082544070403188 -0.22376188525381413 -0.26116999043823247 -0.43853364088118957 -0.4884301222945766 -0.5466995150432155 -0.6364093410624504 -0.7102666287857622 -0.6101223422378942 -0.6020888694890927 -0.5544637143633985 -0.5338694749043654 -0.6024443537074452 -0.6228087809148914 -0.5767554483275509 -0.5750797721045744 -0.6570988445786623 -0.5979696650607822 -0.4161227866658181 -0.2696823353051063 -0.116910928191934 -0.07050814485950439 -0.08425566385529985 -0.07066049191218464 -0.12139400861703496 -0.21893278954640824 -0.2553431693899101 -0.45294210484079706 -0.49635436413359474 -0.555605963635788 -0.6392387506254558 -0.7065369664784512 -0.6653431164754637 -0.628862004784685 -0.5747450014276572 -0.5503193853729655 -0.6256819610957679 -0.6662210387945091 -0.6314957016180612 -0.6082959331458684 -0.665428257704897 -0.6058022696676428 -0.4190526684071475 -0.26966428878431203 -0.11687539364844422 -0.07050817410498464 -0.08440708828600142 -0.07050733196573825 -0.12320558307874603 -0.21797731043627666 -0.25630755387664184 -0.45088841267323926 -0.5071594807025762 -0.5689295574782045 -0.6594136884832176 -0.6713704558779552 -0.6138771865406984 -0.6067589924770983 -0.5547353553512668 -0.5336611454380017 -0.6020417437121734 -0.6233016196346024 -0.5811237292147778 -0.5689042874256337 -0.6180421884265801 -0.611437102017048 -0.427055572462439 -0.2700691035110819 -0.11704921620820762 -0.0705079654789125 -0.08425537897301669 -0.0705083448920123 -0.1228808269677288 -0.2208068801493153 -0.25600839265770525 -0.45912919203041874 -0.5124557958836288 -0.5494566401640434 -0.6405152633141614 -0.670420170085018 -0.6096004863580289 -0.6015473946338215 -0.5536323616008688 -0.5338359673722589 -0.6020538077905345 -0.6237457758646799 -0.5847372782199817 -0.5718868857473803 -0.6176968213217104 -0.6030228180842154 -0.4198810815262048 -0.26958364873803564 -0.11695554195042236 -0.07050819146323803 -0.08425570981888555 -0.07066054163004398 -0.12210066740079535 -0.221361260615811 -0.25652707219580695 -0.46360850119862107 -0.5095733610317013 -0.566095172028777 -0.6491231154016517 -0.7170356858466076 -0.608988052497256 -0.6015017835342771 -0.5850135676437467 -0.552056792404526 -0.6292760748419628 -0.6692204643212216 -0.6123669216167998 -0.596808741705898 -0.648627844099519 -0.6123216095538586 -0.4252238332472609 -0.2696374043661569 -0.12103574205581295 -0.07063970578305359 -0.08425478045116931 -0.07050768870960024 -0.1160052954189331 -0.21523505721207528 -0.267253923776803 -0.3789348894065848 -0.45245385119332987 -0.570378929184054 -0.6436667938378285 -0.686813524669315 -0.602857537031388 -0.5896751913916554 -0.5413986036029682 -0.5536424558224471 -0.5957297090026313 -0.6659301616422002 -0.6587767444067651 -0.5879962340591197 -0.5843505928380356 -0.5701930972141412 -0.4287608730582686 -0.2763662828167815 -0.1278633239758233 -0.07061496962007556 -0.0842547858765561 -0.07050769406116388 -0.11556584697104495 -0.22076223406968842 -0.27384989883722427 -0.3452010717995373 -0.4348613473397789 -0.4452081974405238 -0.6070347018879512 -0.6778339841138051 -0.6288800962366325 -0.5843411922094159 -0.5297582766123112 -0.5229766167796198 -0.5655947730340781 -0.5928058004896719 -0.5651229605749283 -0.5377399131993289 -0.5867474721992613 -0.5564926438944265 -0.38874205056399413 -0.26291446804421503 -0.11691755018453573 -0.0706364519420417 -0.08425478636813598 -0.07050769455415078 -0.12033927521742231 -0.2228740314167616 -0.25793862991910965 -0.43870619348305717 -0.49722582962850687 -0.5639380214451393 -0.6517135173516804 -0.6713935104819718 -0.6100793038405548 -0.6021894905183751 -0.55408142360709 -0.5338733699408846 -0.6023252370271188 -0.6228488465765498 -0.5767013616556946 -0.5577924664789761 -0.6183951643974883 -0.602366443267368 -0.41898160646113397 -0.2696112596999658 -0.1170200136271367 -0.07057460610469625 -0.08425479472588879 -0.07050777028818903 -0.12149308622237769 -0.21926573355523166 -0.256286690192272 -0.45641350194982155 -0.5077215830205873 -0.530415647463521 -0.6229866303742372 -0.6728979929101443 -0.6247047323770982 -0.6083200394643535 -0.554884602100796 -0.5349503031325286 -0.6033749399828694 -0.6243347373617862 -0.5819262050187873 -0.5726038098656617 -0.6186264555966694 -0.5778040228848944 -0.4255917584379632 -0.26960286308770115 -0.11704181436585334 -0.07056635099576192 -0.08425479654491623 -0.07050777206597565 -0.12272307963142694 -0.22019802612802425 -0.2542353843533508 -0.45701370272968506 -0.5081820607967783 -0.5673373788069517 -0.6544141088859062 -0.670230288077224 -0.6099549335020089 -0.6097393123913287 -0.5565384698089487 -0.5340822108642835 -0.6023384784091548 -0.6243214626318981 -0.5762410187965746 -0.5581269969139393 -0.6183520009426777 -0.5931983605637419 -0.4226876685500431 -0.2696293335711347 -0.11689356803765368 -0.07065987671811595 -0.08425472134416319 -0.07050769812070291 -0.12268286645396459 -0.2198238427836507 -0.2516591877468062 -0.4544964461503638 -0.514026516795923 -0.5534205326420879 -0.6238499104190361 -0.6715498691631527 -0.615823159248375 -0.6112668726469256 -0.5543049664443761 -0.5339748641382615 -0.6023206876425602 -0.6226875984190963 -0.5807044626879658 -0.5691172097314051 -0.6186251811387345 -0.5776679154507127 -0.42912195421405136 -0.2717793762583614 -0.11689094062109316 -0.07050832093256323 -0.08425583749135815 -0.07066060384433455 -0.12498783933832423 -0.2211622877140157 -0.2583551841571106 -0.4504968797714392 -0.4758290557630607 -0.531160972163493 -0.6238693314977328 -0.6723264540120276 -0.6390703193870707 -0.6363703806838852 -0.5541333297077526 -0.5341966065627691 -0.6026274959842769 -0.6224199853147011 -0.576271856360095 -0.5629999771180942 -0.6181290615980826 -0.6082093575931706 -0.4221753601653092 -0.26964491877872865 -0.12118463273856639 -0.07050804880058831 -0.08425519283054955 -0.07050816180321219 -0.1156174032030842 -0.21723171332985247 -0.26525792246984703 -0.37945216390294534 -0.4612104830524783 -0.5789024473481817 -0.6544465783544072 -0.6393979785560393 -0.6033900427882669 -0.5898382213895391 -0.5413241585970888 -0.5345974783069174 -0.5694031207534851 -0.6354724706192224 -0.6043766863206264 -0.5805996684374019 -0.6237401149033948 -0.6047109223239145 -0.4296395561623084 -0.27628684689032007 -0.12784441883000078 -0.07050810872981256 -0.08425498037184975 -0.07050795285167102 -0.11432810603345336 -0.22123625784396983 -0.2690429276370378 -0.3473162349139342 -0.44293441369038 -0.4465905925384835 -0.613789608127123 -0.6537056228735458 -0.5849039888886375 -0.5844380529646923 -0.5299005584962789 -0.5230151585086076 -0.5657698252900139 -0.592614539756621 -0.5664445651484152 -0.5344315860022003 -0.5867126942344864 -0.5598933565194911 -0.38888017507337747 -0.2628920970352707 -0.11698307158722165 -0.07059305486588638 -0.0842547906843863 -0.07050776630674938 -0.1203946933505554 -0.22123704032697852 -0.2512266408215632 -0.4405802273647493 -0.49374300300012547 -0.5542532644088141 -0.643969425661868 -0.6917438184414553 -0.6094833030674079 -0.6022712148878854 -0.554034221714677 -0.5335582836570721 -0.6020361974082029 -0.622626631814469 -0.5760894296331531 -0.562008518091297 -0.6185170219782082 -0.6068084003361445 -0.4244855959975907 -0.26961595343576855 -0.11699083636233082 -0.07050802453243589 -0.08425554520439325 -0.07050844397738838 -0.12271436800299713 -0.21966274158833068 -0.25504157742411965 -0.46237176449853445 -0.5113619823556654 -0.55011132002817 -0.6225305321132556 -0.6811042793634503 -0.6456006094649325 -0.6347195116860976 -0.5708254913072531 -0.5481357459630759 -0.6171928878408793 -0.6399789269886172 -0.6043910779249541 -0.595421796305138 -0.6417353861150917 -0.5814311998326768 -0.4061092329838951 -0.27089450044160734 -0.11688111509262077 -0.07050844468136229 -0.08440783007490806 -0.07050725883494553 -0.12553226973186432 -0.22166649581219625 -0.25859380762548284 -0.4310196777879516 -0.4761881304009676 -0.5433424583541074 -0.6742014032710784 -0.8083261300272462 -0.7942865026833223 -0.8317701642248498 -0.7707056283080091 -0.7333189842224022 -0.7855633302090991 -0.8103630664810777 -0.6074568894860435 -0.5935246123916254 -0.62797958337432 -0.5785619847144146 -0.4070216718061239 -0.25945423476957247 -0.11862349011220472 -0.07050769535231464 -0.08425512117977163 -0.07050809203475562 -0.1295458562659805 -0.22498910039996617 -0.26228540913085213 -0.4312605009215979 -0.4778198535325967 -0.5577581351883557 -0.6442447638173794 -0.6975461555752124 -0.6101640566209612 -0.6021661479055533 -0.5841955356765709 -0.5506352543685873 -0.6296873258928618 -0.6702322099839755 -0.6152132625294512 -0.6032656842016264 -0.6492762648160137 -0.6151284482367433 -0.4308281057753619 -0.2703966950005734 -0.11703227926264731 -0.07050780321052012 -0.08425532697523588 -0.07050822842810213 -0.1236534014305918 -0.22004096706824605 -0.2561939683729304 -0.4741538157704712 -0.52049630928137 -0.574812351009993 -0.6584595763472373 -0.6702332820207546 -0.6098366873722285 -0.60214137340239 -0.5541250754909969 -0.5337361832134178 -0.6019787497862902 -0.6227840773517754 -0.5772902020017141 -0.5563155222982871 -0.6184717294202635 -0.6177100024314203 -0.42829973317939424 -0.2705018653186039 -0.12115337282501157 -0.07050777998722638 -0.08425530407994766 -0.07050827122387719 -0.11575730222607528 -0.21660060623533545 -0.26492677206614085 -0.38877288874326543 -0.41765111945216615 -0.5395324187892615 -0.6196007807738799 -0.675020719781434 -0.6778788776928126 -0.6936492224962841 -0.6333483156470794 -0.6452549089294924 -0.690066461537646 -0.7277247517564572 -0.7174449482571059 -0.6835773796802871 -0.6394016669208188 -0.5970976601151969 -0.4267191507463909 -0.2676844549323187 -0.13271005922061374 -0.0706161007369189 -0.08425471519844724 -0.07050769282012345 -0.13036139473217037 -0.24963559863505574 -0.3045159147664414 -0.34545793150339194 -0.436641964975497 -0.4368825155198971 -0.6194472229098761 -0.7146931844085628 -0.7280216654896955 -0.7766849390297075 -0.7287491939728421 -0.725369804593772 -0.7606508278346927 -0.6012246757517608 -0.6553593031907097 -0.5335714743400202 -0.5872808382898564 -0.5460267279783999 -0.3961724785855296 -0.2661251436383708 -0.11688276966138376 -0.07065996607720429 -0.08425466367575137 -0.07050764142447627 -0.12527439417580277 -0.22149617831351548 -0.25492943635603965 -0.4275374607730698 -0.47745822104677366 -0.5314243644039652 -0.6244589819842347 -0.6721932615593333 -0.6435228001911689 -0.6296324264163282 -0.5559816947750658 -0.5377829609612867 -0.6080576783690074 -0.6294884527683124 -0.5912753675479379 -0.5574373154453086 -0.6188686496705793 -0.5777142063365484 -0.43121621878082794 -0.27362509209645325 -0.11697044210897589 -0.07050813506257286 -0.08425565419470009 -0.07066040468235081 -0.1251420027708979 -0.22128051973310714 -0.25641535093686924 -0.427334177493595 -0.47679553039844824 -0.5321741321053055 -0.6243588226849643 -0.6938244681179966 -0.6706015826083689 -0.6888763016296457 -0.6378891459403256 -0.6359094182338562 -0.6898501615837412 -0.719383113909067 -0.6731120256446786 -0.6450731992610825 -0.6821058574761621 -0.6003137224227778 -0.40714145526762197 -0.2597062276825679 -0.11963982929324546 -0.07050805780720072 -0.08440788531584334 -0.07050738163507875 -0.13145028229093805 -0.22616620125024242 -0.26758196492411096 -0.44860693546335373 -0.4982127322645848 -0.5671801136324597 -0.6499119505387494 -0.676549051664665 -0.6540585850673191 -0.6483382598661054 -0.5647604125106941 -0.5416020009474971 -0.6167546484614769 -0.6264402799682716 -0.5785451954566467 -0.5737614260248369 -0.6192087935696396 -0.5779141992227013 -0.4059181172604333 -0.2729696215219779 -0.1171018038059037 -0.0705074731262131 -0.08425500154477336 -0.0705079070437693 -0.1256405007523639 -0.22126232255639436 -0.2567575358467451 -0.4635178657079356 -0.5121416924556204 -0.5651145814952936 -0.6518825849780634 -0.6940534483089252 -0.6092217891439498 -0.602279875043719 -0.5544892502990735 -0.533609081918003 -0.6021160524555645 -0.6232907295193244 -0.5774366434396954 -0.5649355446482248 -0.6184014855042301 -0.6107984218286241 -0.4251016333737389 -0.269676939589391 -0.11691864741946517 -0.07050800704920622 -0.08425568969470976 -0.0706604432482173 -0.1227948385852725 -0.21975040444877877 -0.255331290109012 -0.464895472858339 -0.5166106161946082 -0.5321824898919958 -0.6247419706206865 -0.6719649787845486 -0.6146092808736856 -0.6058745288835095 -0.5544664002560348 -0.5342789490600827 -0.6026395859231001 -0.6226548992517753 -0.575600853198598 -0.5631996158722938 -0.6185152536539255 -0.5775256549644342 -0.4268760842487282 -0.2696849875368498 -0.12122910138284815 -0.07050750986530302 -0.08425503775449109 -0.07050800928352707 -0.11533434509398384 -0.21733504035030599 -0.26534725405067405 -0.3844665336086167 -0.4457884625919482 -0.5393955512326719 -0.6189405746770708 -0.6398279811511451 -0.613561753775273 -0.6078281075066844 -0.5722931233926304 -0.5622400935738923 -0.6136305126522655 -0.6496658767816131 -0.625223387395169 -0.6135826598540599 -0.6047969119165864 -0.6073413990231942 -0.42413315820518227 -0.2665469937940356 -0.1311621568544536 -0.07050780964535806 -0.08425577284326188 -0.07065987036806134 -0.12229394041709334 -0.23280181884424 -0.28041010610281614 -0.3431034809780829 -0.4378425890392006 -0.43904011530153664 -0.5996500700152014 -0.6577500749488057 -0.6134437048918434 -0.6107583538571656 -0.5577518602485106 -0.5440877256833652 -0.5878207721945303 -0.6069963720584673 -0.5761597450123553 -0.5370182595527456 -0.5461305028003635 -0.5462805807839808 -0.3790390130199633 -0.26576603119803405 -0.11696817278090074 -0.0705998059924573 -0.08425479453010967 -0.07050777009411888 -0.12428041371320474 -0.22128412706465195 -0.25341229348592637 -0.4389821904815308 -0.5095158849876955 -0.532209852400922 -0.6243649645153517 -0.6724601443088396 -0.6189500397326111 -0.611316405691058 -0.555763822574585 -0.5373187253890661 -0.6098939786916284 -0.6437500340053495 -0.5976004634647665 -0.5688810531929013 -0.5759940320574937 -0.5779421770022263 -0.4184660544974865 -0.27041743644656946 -0.11698895068816445 -0.07050793504366348 -0.08425545695560369 -0.07050842160227515 -0.12383903201463287 -0.22056356537874264 -0.25234586425601024 -0.4283263177106762 -0.4773864873457215 -0.5506967466890755 -0.6580747702616793 -0.7589156571945892 -0.7302326470147656 -0.7329753608260422 -0.684474444730774 -0.6526447380082345 -0.7272412815034207 -0.7569594143493293 -0.7242275156830862 -0.6948401448837397 -0.6889323963745863 -0.6546747349054305 -0.44881665623182443 -0.3162107472211515 -0.1306267635551117 -0.07050794166266897 -0.08425543099119387 -0.07050839606465616 -0.14461478515017387 -0.23355787276356135 -0.26918164323839416 -0.43662194544026717 -0.4792366617937939 -0.5321558860075085 -0.6237365253211552 -0.6718583018413199 -0.6109757404033039 -0.6028923504109576 -0.5547785610693834 -0.5348530224831809 -0.6033023116173284 -0.624502548783163 -0.5819034766339468 -0.563796379622857 -0.5776762340043431 -0.5781376629413038 -0.42719584411912076 -0.26962605559123953 -0.11693538366180839 -0.07050811800355836 -0.08425563736973163 -0.07066038639490196 -0.12337587447581921 -0.22110060859725028 -0.25662863489978155 -0.472635982040614 -0.5254306237800934 -0.5308027907364317 -0.6236423220770716 -0.7005256650007479 -0.6629315174619376 -0.6691356181905314 -0.5870682366758257 -0.5378895505424706 -0.6036982566542544 -0.6247903543313181 -0.5818434011551623 -0.5663613785003235 -0.5776684336359587 -0.5784778557834648 -0.4065306729202771 -0.2593956787190085 -0.11688094674744123 -0.07066012176219942 -0.0842545840891871 -0.07050749480735147 -0.12387025216208536 -0.22273740322740648 -0.2569197056305648 -0.4283632193474015 -0.4769121817842717 -0.5325833273906497 -0.6315791728935014 -0.7189614966253601 -0.7014090093383992 -0.6878781529861454 -0.6489307861875216 -0.6099095811509747 -0.6868752755804015 -0.7147935227970947 -0.6788645839749656 -0.6321248694505008 -0.6183957657896638 -0.578768495352597 -0.4066326239729894 -0.2593956834168645 -0.1213354817188755 -0.07057401549801173 -0.08425479577442349 -0.070507771313475 -0.11650513975441729 -0.21860198497524394 -0.2682667379796564 -0.3451206181301217 -0.4179658144998378 -0.5405151164981978 -0.6244679355201219 -0.700667232704268 -0.6794681095839744 -0.6868402957364999 -0.6264756989314207 -0.6159664590522674 -0.6569324128175046 -0.7054800907758306 -0.6688462087032248 -0.6411398222837517 -0.5631687813915299 -0.5725546407249196 -0.4070956125041132 -0.26627137261441813 -0.12907908608726112 -0.07050777012518898 -0.08425474750665635 -0.07050772458042454 -0.1257063904460606 -0.2424768996809473 -0.3006765036902123 -0.3446467824733249 -0.4376928756127835 -0.4373103611311961 -0.5983284169956192 -0.6533508896351973 -0.584856118190542 -0.5846934114706773 -0.5301465952526552 -0.5238421045275304 -0.5663560001153564 -0.5945536658517775 -0.5697265315172891 -0.5402993458120638 -0.5474864664700805 -0.546493814331966 -0.37914914674309497 -0.25278740817934026 -0.11924555444945417 -0.07050799056618662 -0.08440781297356771 -0.07050731460999081 -0.12999934018605155 -0.22691386467524213 -0.26062109668794003 -0.4483332661884985 -0.5134701254200763 -0.53052299363629 -0.6342664206172499 -0.7239021396124813 -0.6761721307547924 -0.6406458342199476 -0.5572733029052075 -0.5353221448090956 -0.6150175291975946 -0.6279628413867924 -0.5815198418408387 -0.5638448309069984 -0.5776571751508387 -0.5780380508369029 -0.4062864280474378 -0.2722977772388566 -0.11700994079594282 -0.07050794301075726 -0.08425546482000845 -0.07050836458358717 -0.125568203478244 -0.22241560527937743 -0.25879219953107263 -0.4304379424505445 -0.4765256687793422 -0.5305569701978815 -0.6236334921894111 -0.7133501255209816 -0.6701149381520728 -0.6471802885164897 -0.5714317412461737 -0.5419250376879133 -0.6156680448592069 -0.6465454154134717 -0.6126046755395677 -0.5675468157452899 -0.577898797124491 -0.5781552409074984 -0.40621230822790516 -0.25940069684539074 -0.1168939263132862 -0.07065988595276348 -0.08425474272775554 -0.07050765146304784 -0.12516573104386003 -0.22307035921970397 -0.25628264828672087 -0.4310708042730126 -0.4790979410923905 -0.5377499949639957 -0.6335188745052632 -0.7366960421150068 -0.7166812380744771 -0.7210687089932651 -0.6576276552902747 -0.619092032165193 -0.7116857053579975 -0.7335241062489117 -0.7142653749683202 -0.6569844734672425 -0.6403200416208805 -0.6046934706498883 -0.40736660718257006 -0.2599041223792632 -0.12166193497720476 -0.07050776229680195 -0.0842551874444304 -0.07050815721366344 -0.1345913488217038 -0.22727979240857876 -0.2638144359805151 -0.4325786496855667 -0.4771294509416503 -0.5311148120416603 -0.6410353273931587 -0.7575203996338704 -0.7588223175002614 -0.776867817036277 -0.7207885343975828 -0.709645417324133 -0.7931704600134583 -0.8438212658242097 -0.8206649553734983 -0.7727432871389872 -0.7599791545490434 -0.7257035637985368 -0.4997961441358415 -0.2898334811042071 -0.12936406519843077 -0.07050769307590952 -0.08425518589653418 -0.07050808910515395 -0.16662658896498 -0.2396889836474329 -0.27689598591798137 -0.526020169407843 -0.6248990162218846 -0.7382729361528532 -0.8252156811943473 -0.9074703801316947 -0.8758796684463057 -0.8690853815580565 -0.7849571103302725 -0.7344617224697672 -0.7720997454911837 -0.7654290409794855 -0.7440000014503086 -0.6692842617864251 -0.6512036634618705 -0.5939913821815918 -0.4073315654165511 -0.26019214407759367 -0.1268252146953825 -0.07050811165989351 -0.08425499112669683 -0.070508030542938 -0.12227954217625397 -0.2213849417642895 -0.26803697437048307 -0.3440147733287083 -0.4152365285447398 -0.536930483178818 -0.6171266709546613 -0.6394703702749615 -0.626838317271542 -0.6224268469984614 -0.5608406827206974 -0.5696786912436225 -0.6192650332859446 -0.6683938634568914 -0.6426675023641327 -0.6354690871681987 -0.540378664018377 -0.5718736429782655 -0.40648213618864965 -0.266103074002555 -0.12782154096200846 -0.07057758863604176 -0.0842547994768114 -0.0705077075036968 -0.11727735259238531 -0.2238916280869806 -0.27435429549252643 -0.3432062371480504 -0.4380240982957331 -0.4379698917163317 -0.5994217339702645 -0.6561122517947742 -0.5980906341157101 -0.6141642810082416 -0.5535156753637411 -0.5643934539204809 -0.6074477399304453 -0.633325574906661 -0.60046657012835 -0.5621558223141639 -0.5738915674491817 -0.5466288206366953 -0.3796409425504008 -0.2528667667452608 -0.11909172525257633 -0.07050787858323455 -0.08425530257733062 -0.07050827045856578 -0.12762592083363639 -0.22458697966740385 -0.2601722447527195 -0.428860575814517 -0.47581378829029614 -0.530439205484369 -0.6227715292262422 -0.6737171678706724 -0.6260467909341604 -0.6273354892943459 -0.5684271811799826 -0.5382064119904825 -0.6153492648528891 -0.6444497812637888 -0.6105052838599727 -0.5756556415333024 -0.5685514754979648 -0.5782671196094131 -0.40619566439708477 -0.2696775009221209 -0.11694885592612729 -0.07050825014510058 -0.08425576768195296 -0.0706597931992753 -0.12396145191655973 -0.22071888797917952 -0.25174886384075607 -0.45167380318948336 -0.47815633735712354 -0.532971826859705 -0.6249349463126634 -0.7201030659696637 -0.7164394306864884 -0.702039847795906 -0.6571621975865879 -0.6219570798950864 -0.7227169170280985 -0.7705510222892937 -0.7349707690992959 -0.6900881702062579 -0.6668931900020718 -0.6113724582288713 -0.40720012509042863 -0.2594410798790749 -0.1178506658896503 -0.0705081689073086 -0.08425514649258643 -0.07050811694636872 -0.1285569151228687 -0.22486504798731066 -0.2606059926306756 -0.4324129406547297 -0.4803130658543849 -0.5464722059151028 -0.6589376732004801 -0.7813179886976841 -0.763066535137216 -0.6748851178945123 -0.5930912033030034 -0.5638016201854582 -0.6469190055113441 -0.6821353302151946 -0.6416968532810101 -0.6688014861956942 -0.6741130562640463 -0.6225105532075298 -0.4103760034020974 -0.25996894647726904 -0.12320725179494862 -0.0705081080186255 -0.08425569299645828 -0.07066051780341571 -0.13600276404480627 -0.22933930676666764 -0.2617159989381391 -0.45458873768011676 -0.5353413487627926 -0.5652620568242114 -0.6678089417006062 -0.769985172991998 -0.7509590269494035 -0.7501701346035148 -0.6505640129275486 -0.5545839578020028 -0.6666707335634497 -0.684575791760362 -0.6806628353443795 -0.6315751041455169 -0.6113026668388726 -0.5803842560203321 -0.4069997161032734 -0.25938541250955416 -0.11788201467371723 -0.07050795171421523 -0.08425574052626632 -0.07066056923623405 -0.12932867248254876 -0.2236110121123421 -0.25974571991065726 -0.4277296303702014 -0.4760165288044762 -0.5324115184588885 -0.6250434859563212 -0.6930454228447344 -0.6688899001378464 -0.6641176624299037 -0.566941354403036 -0.5397790021525926 -0.6102985173185295 -0.6418791293666056 -0.6053857379008482 -0.5837155513044892 -0.5825322287288389 -0.5787291136174124 -0.40663025255292856 -0.2781016778298448 -0.12120845053731703 -0.07053759212017241 -0.08425480839997451 -0.07050771630198319 -0.11837839753599748 -0.21830006097790505 -0.26708510860488355 -0.3645943258842232 -0.41811761455526636 -0.5401973292597053 -0.6195213750874686 -0.6684211770014471 -0.6538538348651812 -0.6793824943808838 -0.6216573221472406 -0.6228928119105743 -0.6534859252653823 -0.7227259954277936 -0.7390468466504978 -0.7261625737966849 -0.6332315102739015 -0.6359788412553251 -0.4269540529589168 -0.2666012855654345 -0.1316320224763925 -0.07050816622921426 -0.08425558737784687 -0.07066040352099641 -0.13040245001335493 -0.24979191237349482 -0.30516148879905564 -0.34436991512227894 -0.45279031498580957 -0.5447701410905696 -0.7693214114165625 -0.8522870025674514 -0.8018208612764882 -0.8128035856303834 -0.7415218966291426 -0.7326639927535448 -0.7769237485709317 -0.8148204040144538 -0.7947957928802967 -0.7452033492295206 -0.7021334619055057 -0.6611793610984943 -0.4224419820963408 -0.26925585114271416 -0.13904006158188525 -0.07060846251408913 -0.08425471701617132 -0.07050769461050976 -0.17645925467079682 -0.245790063092508 -0.2832328811294818 -0.590988044728982 -0.6850763412256753 -0.7694361595700862 -0.8667312033387335 -0.9634155170678506 -0.9374081359823729 -0.9206057752407247 -0.8524038093867478 -0.8025340033222352 -0.8658054361130242 -0.862969152222916 -0.8354467352675261 -0.7811556880362188 -0.7781752197150692 -0.7085392236761069 -0.40775652511852306 -0.2599571860731498 -0.11995176179408461 -0.07050802433606047 -0.08440766126162542 -0.07050724376477877 -0.12729507084736125 -0.2224224018007833 -0.2582989771282934 -0.45384755092888246 -0.5166426310002563 -0.569263007738098 -0.6561284200493217 -0.696195444675587 -0.608963371997815 -0.6018474669114582 -0.553813423076594 -0.5334322419204355 -0.6020335913966152 -0.6226300355597486 -0.5749840534233963 -0.5540909314731781 -0.5660984393204288 -0.6118292727315421 -0.423256566220116 -0.26969652038598857 -0.11693244736668486 -0.07050791020493617 -0.08425576685019334 -0.07066052707703706 -0.12222639166716368 -0.21949362718588109 -0.25035217463027454 -0.4650830965879233 -0.5157293583924795 -0.5718577224140389 -0.6597913357818865 -0.672415362192694 -0.6115816174647741 -0.602507575923954 -0.5546269121072321 -0.534604061695874 -0.6042973158857768 -0.6456081254043101 -0.6185490000232993 -0.5718614645301872 -0.5683173460933952 -0.5781701811467491 -0.42006100927149687 -0.2730122001770889 -0.11700633623573475 -0.07058167804918401 -0.08425479857311187 -0.07050777406242624 -0.12451283805276307 -0.22081342088825512 -0.2511428363673209 -0.4286308366587799 -0.47761021414601923 -0.5322692568013317 -0.6246533459446049 -0.6943222724593078 -0.6655154056057357 -0.6507543416081574 -0.5881132679953591 -0.5457204583475685 -0.630835928577466 -0.65161636393331 -0.6142570257319124 -0.5917399043784225 -0.5872045806061503 -0.5786178551334776 -0.4067644080327974 -0.2697532114749446 -0.117140693855125 -0.07050791225387966 -0.08425576635019048 -0.07065979173367183 -0.12767843516391683 -0.22253888347848222 -0.2546424799036566 -0.4283804920576586 -0.47998965111151815 -0.5431519898616293 -0.642080286546153 -0.7471219814282172 -0.748352712351209 -0.7332323248225084 -0.7126110527394478 -0.6940091133283433 -0.7799885051307422 -0.7967889639083795 -0.7823482437861266 -0.7483490069527385 -0.7360311262645546 -0.6755649551312505 -0.4460746253240796 -0.28296198964772806 -0.13648767662409644 -0.070508021910196 -0.08425496905848362 -0.07050787495970096 -0.15253557992213648 -0.23495110597149255 -0.28607678633866307 -0.44992914809648465 -0.5683998297425221 -0.7663263542317814 -0.8565216212218505 -0.9106505543916988 -0.8998974387823124 -0.8729299002940908 -0.8057697514006736 -0.7928907086795977 -0.8598111018054211 -0.9360778443052318 -0.931390686548315 -0.8914636073992933 -0.7981705110063366 -0.8220109209831798 -0.62576572627441 -0.4314028204850831 -0.15243218131030054 -0.07059362060681992 -0.08425478920303317 -0.07050769735179915 -0.18227924861235723 -0.3252249578838752 -0.3959100326555871 -0.38097815895908416 -0.49534855351590545 -0.6802817538777782 -0.8487183747647871 -0.9239348355646801 -0.8722148885122177 -0.8643680396202984 -0.7829094512253603 -0.765289234685603 -0.7461019591195 -0.7994323088772854 -0.7774424802950383 -0.702597324169841 -0.7145804161138012 -0.6324740539688447 -0.39647366655596694 -0.25379775055793663 -0.12610370556174616 -0.07050796846852485 -0.0844077892004499 -0.07050729258952845 -0.14145517539599842 -0.22996566916251004 -0.26723030883591015 -0.437266325810234 -0.485598861892749 -0.550989043940543 -0.6354081562707143 -0.7841147403776542 -0.8303706441999222 -0.8262253354503685 -0.7369399365986139 -0.7062379924122691 -0.7712618683756607 -0.804807253867263 -0.7727850542409646 -0.7286785743082658 -0.6981576584831972 -0.6434390531842323 -0.43041841467158193 -0.25998295219586537 -0.12382541415698375 -0.07050785610328641 -0.08440766832511343 -0.07050725027344033 -0.13314506883323082 -0.22515659590860504 -0.2573929967470424 -0.4357160538144938 -0.517036873905457 -0.6420904008481917 -0.7745764912788997 -0.8899555569569089 -0.8732672132745231 -0.8676095801044768 -0.7848526051050254 -0.7455098845700063 -0.8332616549151854 -0.8699619821958492 -0.8427090157020113 -0.804205401573713 -0.7856225361483608 -0.7333959081529313 -0.4945738858346974 -0.2796941787564447 -0.12720638553513303 -0.07050789592264026 -0.08425538589589707 -0.07050828663457583 -0.15209573217608888 -0.2333851128978583 -0.26526813733716426 -0.46768975481370384 -0.5813286171828145 -0.5894391994369429 -0.6925656118347756 -0.8077291725950768 -0.7846474581085889 -0.7615339371291905 -0.7178109691256096 -0.690023933603112 -0.7739064757338914 -0.8239944786017162 -0.7780723429842622 -0.7128402503418533 -0.725050278368174 -0.6742962985715203 -0.40772229047003083 -0.2599935442867083 -0.12142025746369674 -0.07050780878583054 -0.08425577200240998 -0.07065986944211548 -0.13093968303715878 -0.22483729984663964 -0.25965940871525284 -0.4319932334316854 -0.47794934137284867 -0.5376545379537031 -0.6384958214850733 -0.738824062789526 -0.6995561957894515 -0.7343283105681152 -0.6541617366057095 -0.6120004317182474 -0.6897210748140412 -0.7218873289386087 -0.6961290443757815 -0.6468435484234588 -0.6268779575539178 -0.589344363303321 -0.40704214033869546 -0.259629967563578 -0.12052465587971278 -0.07050786779914235 -0.08425529188960755 -0.07050825994838199 -0.13297821858323647 -0.22472370979200207 -0.25746571913678823 -0.4325456213446199 -0.4793120384079681 -0.5335478621061228 -0.626963153754874 -0.7057104547169751 -0.6710714661175115 -0.678170764977252 -0.6111211514725887 -0.5657168792978666 -0.6592145639836129 -0.7337113818589704 -0.7003492339357904 -0.6383405006855061 -0.6072936324984037 -0.5796273982678974 -0.4072189150195093 -0.2595761780481499 -0.12208847574220025 -0.07050786968117227 -0.0842557247096843 -0.0706604812897236 -0.11915067508211595 -0.21999590492884327 -0.2688017598712468 -0.34441845024196316 -0.4179018793962868 -0.5485983353076639 -0.6409926575047384 -0.717694949165202 -0.7102422720579993 -0.7322796109934577 -0.667800744796533 -0.6769202955584812 -0.6999186519326677 -0.7829130411358002 -0.7804252773908461 -0.7449237116626057 -0.6398994446651269 -0.593481773774829 -0.4074289222771717 -0.2666605692457551 -0.13132149385118122 -0.07050804130718398 -0.08425546369446878 -0.07050849341211236 -0.12251542087745812 -0.2316956287789867 -0.28487523392915615 -0.3440322838599888 -0.43774210411725595 -0.475189574255054 -0.7082509639828424 -0.8019619736833901 -0.7792039394690748 -0.7996354901682186 -0.7342848463021505 -0.7266546846003159 -0.7916409800764753 -0.8272388146337414 -0.8134943265629869 -0.7688444651854117 -0.7625553518738631 -0.690652320112281 -0.4697136005113683 -0.30551757484786707 -0.13449724308529246 -0.07050791689894823 -0.08425540658181029 -0.07050830705870938 -0.17644263543605568 -0.24338430799916996 -0.28272473030502937 -0.48435458155943484 -0.6036909955678763 -0.71737263308162 -0.8054754278859209 -0.907819812845132 -0.906095624621303 -0.910817737812655 -0.833649313390775 -0.791257228888552 -0.8734023403947638 -0.9043799016842478 -0.8624918383421647 -0.8366390581874187 -0.8239096889357338 -0.7619862058691551 -0.5290626075019116 -0.33125865022487877 -0.13569000437546877 -0.07050817102012083 -0.08425565716927824 -0.07066040790432293 -0.17759649745930722 -0.24850216138234016 -0.2848740486761008 -0.611942541996674 -0.7313166564619041 -0.8102088041469874 -0.897344074174462 -0.9982723841600578 -0.981860088988836 -0.9747862590569087 -0.8552655910495495 -0.8046281810746114 -0.8828218401245504 -0.938049955235001 -0.908981092940304 -0.8641063449299783 -0.8914870481599234 -0.8031335367371917 -0.5448886951337353 -0.3073670558039605 -0.13601033746918922 -0.0705082634188935 -0.0842557482786078 -0.07066050690019643 -0.14858732902061808 -0.23134573509031206 -0.2636454583789861 -0.44391976266252625 -0.51944860682362 -0.6308096591105113 -0.7887121649966596 -0.8675837447611324 -0.8365219182988576 -0.8497077967780235 -0.7834107749253129 -0.7611048284202178 -0.8421126105910185 -0.8801004367510764 -0.7878969284485507 -0.7667025467391674 -0.7382197494501965 -0.6823389220399154 -0.43763174197706173 -0.2722368341599915 -0.12708990597767125 -0.0706254709541114 -0.08428914352312011 -0.07050744154203072 -0.16121517416689507 -0.24301463443993115 -0.2808287303534705 -0.5386666783118227 -0.6391114457020739 -0.7510966073304265 -0.8343289626075913 -0.9430308820125332 -0.9116518524528053 -0.8983863419355331 -0.8173498503369869 -0.7657831468106723 -0.8568517856913409 -0.8826745438032824 -0.8563750224113003 -0.8250849670611862 -0.8103968419925512 -0.7376775738637591 -0.4755672674688845 -0.27283281492354866 -0.12704989470439504 -0.07050807565804179 -0.08425575960116595 -0.07066051921050583 -0.14034165664656117 -0.22920180209708577 -0.2625925096453749 -0.4522550213017622 -0.518642940333728 -0.6043580371936551 -0.7045450096232249 -0.7932558683215413 -0.7609684263678306 -0.7559714771087286 -0.6912501738180912 -0.6862910929371527 -0.7631579252570926 -0.7822973064315202 -0.741486008495639 -0.6967572382575483 -0.6650600739949033 -0.6171989173907222 -0.4118585371529117 -0.2599980649360628 -0.12675503873668814 -0.0706084591819244 -0.08425471701718162 -0.0705077621219604 -0.12824434616447764 -0.22331028878595474 -0.27376567283848524 -0.3621903445937133 -0.4698747328040092 -0.58520232774938 -0.692511030591688 -0.7805163255682478 -0.7740054501724408 -0.7718651493940425 -0.7354400675919304 -0.7372502153076939 -0.746638680857331 -0.8329578881778595 -0.7989266558207817 -0.7747967846516426 -0.6990332588903725 -0.7003025890995911 -0.48138945770627173 -0.2828731431537268 -0.13582640193793957 -0.07065996391886044 -0.08425450644451937 -0.07050748757355173 -0.16947509152892423 -0.3006253026087462 -0.3605582964388234 -0.3462170972884463 -0.4498621970056271 -0.4607843607746251 -0.660186529341457 -0.7077046855714286 -0.6996067840104881 -0.7671201385727761 -0.764040704252697 -0.7357750041107214 -0.7783978893028052 -0.8101967656116212 -0.7693128153123271 -0.7186038396907737 -0.672567458761165 -0.5921389591544306 -0.3799613674029487 -0.2526704675260165 -0.11880775419340547 -0.07050794482977596 -0.08425492229599847 -0.07050789646252717 -0.12769896833327887 -0.2241010666456225 -0.2563706991302671 -0.43384592251174114 -0.5084542201935004 -0.5909817167162953 -0.7310197445968715 -0.8411724112010066 -0.8390292314144737 -0.8356942329389717 -0.7736146474946375 -0.7484678429982504 -0.8222277877824739 -0.8479426746963592 -0.8161675176583335 -0.8024964175307179 -0.721600491432635 -0.6726312489741322 -0.44027590074222916 -0.2608453481894393 -0.12572924837426355 -0.07050798314806452 -0.08425540610790362 -0.07050837227889303 -0.13724002315454317 -0.22790570812432578 -0.2611123438473734 -0.44511670434901474 -0.5867201474478061 -0.6457242472465152 -0.7666652210218826 -0.8879220390625866 -0.8633485120342084 -0.8544159320222238 -0.8061809228165494 -0.7550459805159732 -0.8460943374274676 -0.876599730101795 -0.8421897866690807 -0.8020218446820183 -0.8132274194347853 -0.7561917183700747 -0.5365767454118767 -0.2940070702002542 -0.13268131273286057 -0.07050775174946179 -0.08425524375016627 -0.07050814623955695 -0.14924802459405873 -0.23754385709891523 -0.2725787619258896 -0.4676192012729143 -0.5491643828020517 -0.7030498405887059 -0.8314556780256683 -0.928445698736033 -0.9105974222383213 -0.8686659007445736 -0.7751508326004839 -0.7412006481743628 -0.8596882423910254 -0.8897892468683202 -0.8294894018555561 -0.8006539664768642 -0.7897611374589522 -0.7014105283491243 -0.43027222328387077 -0.2600529587246788 -0.12366411178331117 -0.07050809525012022 -0.0842555824423967 -0.07050848077140223 -0.13038837940200415 -0.2242048563161204 -0.2565774671573348 -0.43286732826326996 -0.4787003423851395 -0.5463324245251303 -0.641705695441134 -0.7458333326496086 -0.7220199826108078 -0.7120740827861506 -0.6678002770954938 -0.6232904487039379 -0.7112657651223474 -0.7537806263948593 -0.7495936398761437 -0.6837228067747906 -0.6492305799544194 -0.6322517972591114 -0.4075487266254598 -0.25966551558987955 -0.11840500562599196 -0.07050799881404246 -0.0842891814055917 -0.07062684034741112 -0.12920767891568827 -0.22416707839982594 -0.25709582009822535 -0.4334759330469932 -0.4792746365449693 -0.5720256039705978 -0.6642859318867199 -0.8051416459398653 -0.7836676903119558 -0.790815899735033 -0.7132060747777796 -0.6886303311142458 -0.7278125213905331 -0.7570098074309677 -0.7400263248591922 -0.7032530268792728 -0.691383180970011 -0.6490847627789208 -0.4268469338134514 -0.2758493941012246 -0.13110795176516976 -0.07054566328564152 -0.08425480061549347 -0.0705077760665059 -0.13786158551659847 -0.2294957744639066 -0.28198058781380125 -0.38903440318214744 -0.5453010687201664 -0.6814268255592719 -0.7837067639425646 -0.854849825505359 -0.7915724348211531 -0.8205499727461818 -0.8257289858428574 -0.8056434469935922 -0.8332073402382473 -0.8806830842779626 -0.8832190750776007 -0.8361162924761025 -0.7191918721915 -0.7132082533207033 -0.48599462777491126 -0.2725256253133174 -0.1370078484580497 -0.07063723647420034 -0.08425471014955199 -0.07050775540453309 -0.13108459213301266 -0.24884709734900137 -0.30544166128403993 -0.34492368937397144 -0.4527718216150405 -0.48701589544532037 -0.7427699910404073 -0.846716855618286 -0.8069391614627407 -0.7943821378822339 -0.749668216989736 -0.7213612639702559 -0.7399740625590089 -0.7596033391807813 -0.7355024072634799 -0.7180186258987311 -0.6985950158321133 -0.5910758238929767 -0.3802221330381995 -0.25313672277985566 -0.1207151517328991 -0.07052725328514373 -0.08425473640832488 -0.07050771366526934 -0.13026366328268446 -0.22558646267102556 -0.25865342252906875 -0.43617831138308627 -0.5449922094019075 -0.6471557155092547 -0.7954541355352543 -0.9252510364732405 -0.8811310167192082 -0.8733844903930296 -0.8034405850632623 -0.7598254844405695 -0.838906463182633 -0.8916870022708738 -0.8746693013741076 -0.8298581629645532 -0.7666861943781906 -0.7282170358097005 -0.4976958144512668 -0.2955857631094559 -0.1284316239369112 -0.07050801874755845 -0.08440710872713086 -0.07050735066936545 -0.1680356505403661 -0.23970530638483536 -0.2779960892385695 -0.5157107086076095 -0.6093840185269012 -0.714080691552205 -0.8377547944539516 -0.9558060694529361 -0.9305709051767788 -0.9226146333417327 -0.8394223017007236 -0.7883840838753736 -0.8511082252653642 -0.9140872444295213 -0.9104393958341147 -0.8679579902766001 -0.8043327470049947 -0.7062572398217271 -0.45611958456799284 -0.2601729475252043 -0.12486377304607238 -0.07050810857839898 -0.08425553030674145 -0.07055981066181863 -0.13335907586933454 -0.22542481580478807 -0.2594824281926114 -0.43391072994349744 -0.5028983600177532 -0.580548191109294 -0.7018214115209974 -0.8272202434766082 -0.8025847431245761 -0.7780571803917512 -0.6938889288922527 -0.6638255043830611 -0.7301174313446142 -0.7672488329759973 -0.7343450801477579 -0.7105057434489239 -0.6823338979885144 -0.6020248873622421 -0.40769298711815194 -0.26000478010081446 -0.12095369390826338 -0.07050782914087685 -0.08431460714625325 -0.07060072048922966 -0.13019285486652502 -0.22460022487413225 -0.25858744780810144 -0.43523195071580034 -0.49915977806038725 -0.5993302974443898 -0.7136878172067537 -0.832496703306046 -0.8321034303122056 -0.8436782955895391 -0.7674226267061056 -0.7319000374853065 -0.8065004597169013 -0.8598463450477162 -0.8391058129333738 -0.7846069512306887 -0.7492598464599028 -0.6985458330144098 -0.43970046731254864 -0.268897910222941 -0.12355141943215103 -0.07050792367079177 -0.0844077410030535 -0.07050724794340263 -0.13697345840299752 -0.2273623393696456 -0.26150997990892394 -0.442424043248092 -0.565460885317912 -0.6888970604832025 -0.7915290513376113 -0.9166112928720404 -0.8848497583871894 -0.8821052020281233 -0.8200940142207828 -0.7844130758235519 -0.8535423709359455 -0.8866417930895382 -0.8673980069797409 -0.8270189342357335 -0.8155150058276037 -0.7651744501723942 -0.5398814232502086 -0.35057637595972735 -0.1408623445965136 -0.07050807948517158 -0.08425556689725577 -0.07050846540873626 -0.17243850323504262 -0.2463620586555274 -0.30114250971672935 -0.49912217214471105 -0.6404882206909155 -0.7768752304491038 -0.8464537000317749 -0.8646848086031177 -0.8496048518489686 -0.9155327121044391 -0.8796955270070697 -0.860718730444702 -0.8708709277465009 -0.8980364728474567 -0.9146637644601375 -0.9151018147608014 -0.8405296821320334 -0.8714340937132272 -0.6545550848017085 -0.44971806485263294 -0.15648683431067872 -0.07064301271690697 -0.08425477747752225 -0.07050768576705564 -0.19323862884130666 -0.3327724454691703 -0.4030881971660148 -0.3857102875941642 -0.49777142474520303 -0.7017623284410823 -0.9025323977046816 -0.9558705547254353 -0.8910871640847706 -0.87373558295104 -0.810183941933802 -0.796183784029835 -0.8699974307493595 -0.8678630925429496 -0.8511092502545174 -0.7973604982876628 -0.8049130469178644 -0.7513818521204783 -0.5275481072568119 -0.36968460789787855 -0.1407336248016894 -0.07050797985531601 -0.0842549270805947 -0.07050783350170543 -0.19322651614395298 -0.2579721840022348 -0.29795623730602283 -0.6197567483066114 -0.7045917395602281 -0.7839055200179867 -0.8699494097423132 -0.9623053532098216 -0.9396827087538391 -0.9254207262458836 -0.8425026246872991 -0.7658653460982789 -0.8270007497605596 -0.8262905589668896 -0.9092837236102062 -0.8708795231815609 -0.8360807286301217 -0.7771874373321513 -0.5487497515230847 -0.31269488231817394 -0.12826089861167153 -0.07050791205263332 -0.08425540179574047 -0.07050830234094513 -0.1507126203485613 -0.23195599293292246 -0.2672010038787627 -0.49747036722377125 -0.6076878197511614 -0.7526015879746262 -0.8304476159040965 -0.9504525271999654 -0.9007910224276369 -0.8953462780334238 -0.8250672454687151 -0.7800398421091903 -0.8822920880900554 -0.9146467717861028 -0.8781263648354075 -0.8425168984209076 -0.8301744979930071 -0.7870539321977092 -0.5582229256162955 -0.34567419696949087 -0.1424573397644374 -0.07050784230520372 -0.08425533303569717 -0.07050823442278437 -0.18477622716348602 -0.25293274375733726 -0.29235841348665825 -0.5760978406487643 -0.6504881561463813 -0.7776887032585196 -0.8940949453637674 -0.9889408048328093 -0.9722045758796166 -0.9582035274661502 -0.883418053000817 -0.842066667321444 -0.9064779507731356 -0.9325210188664663 -0.913098372185082 -0.8861181244149093 -0.8925410715768185 -0.8563405968990092 -0.639042485130217 -0.4470726706947144 -0.1416407669033189 -0.0705080434937783 -0.08425508840333869 -0.07050799282260456 -0.19472054126331848 -0.35982830351819356 -0.4198697439563279 -0.6372626664732185 -0.7153043599152334 -0.7972320522533569 -0.9002821866410554 -1.0 -0.9659011163621779 -0.9634635059774475 -0.8848306006025533 -0.824157052848411 -0.9066848003605863 -0.9404522103536503 -0.9246432847106372 -0.8991078192105932 -0.9019105228388256 -0.8748348578363382 -0.6449968784272756 -0.45903325174345483 -0.14762689033339987 -0.07050781251341456 -0.08425566878665794 -0.07066042052018204 -0.2140895815080061 -0.3482367777461482 -0.3997212334293682 -0.6435046377845195 -0.7137781854755901 -0.7958282196489576 -0.8975003640934363 -0.994636138922011 -0.9655132605019302 -0.9558999294721828 -0.8823423639651065 -0.8275957815291154 -0.8885151206088513 -0.9322193522142777 -0.9121465917661398 -0.8803672181182481 -0.8748484248444702 -0.8172711662745845 -0.563679266074755 -0.3845460752943741 -0.1479047203603996 -0.07050810558387229 -0.08425505257619233 -0.0705079574438327 -0.18252184482551362 -0.2482280116954491 -0.3032193747128185 -0.45950772795122913 -0.5646839049656098 -0.6518309745681465 -0.7612496936596539 -0.8580695722089244 -0.8010083431847365 -0.7611936065316954 -0.7016492470969917 -0.6738993698047697 -0.7568687785805203 -0.8149801767731358 -0.8285663929374648 -0.8177045046721526 -0.7186714018924931 -0.7279413668115421 -0.5314535555874175 -0.32117554227318834 -0.14134074479839112 -0.07061013107827867 -0.08425478528344436 -0.0705076934733756 -0.1565394879922266 -0.27665586585739343 -0.32275713967533987 -0.3445530630442715 -0.4450705154095082 -0.49681372899721715 -0.688165079152663 -0.8151327118506447 -0.7872367729454204 -0.7962970355176069 -0.6971292264123927 -0.7258256844131904 -0.7532501715734254 -0.7668810281773293 -0.789681908382305 -0.7441046401330422 -0.7239610227694984 -0.655604734111791 -0.4131867896002809 -0.2602932237820258 -0.12460385202230657 -0.070659992063432 -0.08425453237211206 -0.07050751307229701 -0.13881420903203076 -0.22907122705861638 -0.26463943828632497 -0.4429148537558935 -0.5343640656709262 -0.6595730171809588 -0.8028219408161572 -0.9164326862573576 -0.8884389224615499 -0.863447590996434 -0.7969029228097105 -0.7476097397371684 -0.8397290473570154 -0.8772551554376337 -0.8373379813924496 -0.804358165623214 -0.7656358365974498 -0.7146264429734024 -0.48097406101830714 -0.2620249409487826 -0.12672090525274352 -0.07050821757594213 -0.08425563822256495 -0.0706604585331344 -0.13569990517331118 -0.22764383316413273 -0.26338599668334095 -0.43521715689302604 -0.557811184091513 -0.6597747693932667 -0.7986632898812829 -0.9040168705527037 -0.885871170275416 -0.8728815193724915 -0.8009334929548956 -0.7653985487677977 -0.8408566274780914 -0.8748899245089987 -0.8533369545539228 -0.8217754348862962 -0.8044308636587464 -0.7552887100513745 -0.5477083165373924 -0.32231157871897514 -0.14105893292039248 -0.07050772020411597 -0.08425521264398594 -0.07050811552513075 -0.18142019983744814 -0.24114755297594426 -0.28225355067354657 -0.5023440518820101 -0.6142410730810072 -0.717140117077701 -0.8514920540566939 -0.9609759977384532 -0.9331841794016857 -0.9091983790289947 -0.8330864103109921 -0.793819166883963 -0.8666902746252844 -0.8923997478482152 -0.8506783971780559 -0.8052687506473732 -0.8155453998432556 -0.7469831234658081 -0.5135253238233991 -0.30250872433019427 -0.13263299055260722 -0.07050787711470162 -0.08425536735425249 -0.07050826832179008 -0.17315322760535348 -0.24034648363867597 -0.2858190462249588 -0.5368569665612981 -0.6444976233244931 -0.7637712947833754 -0.8649048651359925 -0.9835433834786446 -0.964246767764197 -0.9508201492076394 -0.8559546416183704 -0.8020677291003134 -0.8781423374554013 -0.9212866053939673 -0.8929141238044772 -0.82100754780877 -0.8115850481643588 -0.7114912894165667 -0.4560452510376839 -0.27414788193974876 -0.12794511928355837 -0.07050813615526431 -0.08425562277278685 -0.07066037053789742 -0.16261920251087233 -0.24011461604705797 -0.2865423409238023 -0.5496748541058621 -0.6115948183914093 -0.6579264689585557 -0.7713063188701345 -0.8799597870468181 -0.8610331409206999 -0.8517486208256239 -0.7930147283861968 -0.7453633913370005 -0.8408487693416989 -0.8814933425164231 -0.8448999476762666 -0.8195559466586394 -0.7939020572394375 -0.7453162137721332 -0.5079124246873661 -0.3106909759398298 -0.14398770727238008 -0.0705078372188114 -0.08425532801599028 -0.07050822946777192 -0.17305463432741247 -0.24061104847089534 -0.2949874058553929 -0.46750708012060205 -0.5371658570466252 -0.6814234009920871 -0.8050003130410744 -0.9483170769551941 -0.9006696019248266 -0.8849023635420193 -0.8100233109402005 -0.7956247946214742 -0.8368433459506286 -0.8884002472194035 -0.8866932513038934 -0.8532745123101894 -0.7770000452926406 -0.8077963909248161 -0.5580277536442951 -0.3356812328463855 -0.14746224008173567 -0.07059752060925237 -0.08425478828361326 -0.07050769644052615 -0.15573680240055565 -0.29538091647679143 -0.34692623132694905 -0.34557038291210657 -0.45571673910565225 -0.5548458357251775 -0.7870186891399734 -0.8842925304975632 -0.8491536110721963 -0.8451274472978647 -0.7707104055296935 -0.7292625500943881 -0.7925564388695496 -0.8267460853876271 -0.8209711457880948 -0.778548507665844 -0.7693360755651482 -0.699409589086321 -0.4530899289785799 -0.2733145017405366 -0.12808378924393105 -0.07052512088806195 -0.08425473692355379 -0.07050778160772284 -0.14710274581788327 -0.23196631060146222 -0.26477009792891837 -0.4452112832342625 -0.5822855595592068 -0.7058845666921743 -0.8319555782245801 -0.9229050560432375 -0.8910238794550033 -0.8818232499684924 -0.7959276411405797 -0.7636680993658501 -0.8569975150141061 -0.9005931800328733 -0.8838287623102552 -0.8593047972586276 -0.8591513103818003 -0.8153151430174134 -0.5442403676263327 -0.30206203915116386 -0.12847484233546705 -0.07050789670873552 -0.08425538666828417 -0.07050835246134333 -0.13466328492884283 -0.22502211983068116 -0.26174886505640743 -0.4326191717843162 -0.48430070802387 -0.5828401957891457 -0.7184509057885188 -0.8000591777248645 -0.8008897485715669 -0.8001318664635726 -0.7168257350686122 -0.6859504291059132 -0.7609607646412949 -0.8013670729762811 -0.7599136245197439 -0.7150003633179097 -0.6930299400041445 -0.6125652917328044 -0.4119560020025023 -0.2599544885091311 -0.12188433641933988 -0.07050811532612793 -0.08425553698063346 -0.07059579990899904 -0.13102871000303248 -0.22467068398628665 -0.2572276608461226 -0.4355145890012784 -0.5057865739653827 -0.5823031500169304 -0.711604876514106 -0.7926035394308364 -0.7751093648323027 -0.8114670576557228 -0.7261824674687554 -0.6751989450071598 -0.764848106641745 -0.807925151519747 -0.7626161617871583 -0.7173948138683272 -0.6776836466932646 -0.6220161932661135 -0.40740636835856 -0.25973326345493963 -0.11944158386336043 -0.0705079336916617 -0.08425572282589493 -0.07066055007267485 -0.12928126499448353 -0.22367427573352175 -0.2585180215395013 -0.4317828457071433 -0.4882726328535725 -0.6166075498730745 -0.7446123424062895 -0.8653269589269987 -0.8395265839481253 -0.8429353288235703 -0.7739827935362448 -0.7387139587224691 -0.8089690066125477 -0.8495541183276644 -0.8184140824231316 -0.7750949915525037 -0.7414931542777661 -0.6977736342019055 -0.41781981160399345 -0.2599500457128931 -0.1206496864387367 -0.07050777900021894 -0.084255742881216 -0.07066057177494538 -0.13075128140337336 -0.22471562812468268 -0.25764139021338855 -0.4336267226154345 -0.5150368421692986 -0.6506394925589205 -0.8012170286526403 -0.8988687709442293 -0.8775852943831229 -0.8631235357647318 -0.7967147580174706 -0.7514113263125118 -0.8329965364195296 -0.8731703019701172 -0.8420766787131727 -0.8184316388700581 -0.8327830560208586 -0.7143047560613619 -0.47094928031458316 -0.26924542630229314 -0.12971427924352152 -0.07058225265808833 -0.08425472326877098 -0.07050776824909089 -0.13435582295032392 -0.22653411999950063 -0.2783514671378529 -0.37364626350100344 -0.5235389938506892 -0.7353737084827444 -0.8422683379736102 -0.8994090388146576 -0.8635722287772832 -0.8472718394636927 -0.8016505631288272 -0.7787475225238281 -0.8027487569616384 -0.8736383763966674 -0.8592911522119902 -0.8487660749084285 -0.7979553068069004 -0.752637597129073 -0.5487831376707438 -0.32503490038871924 -0.14461214998732488 -0.07059460269486506 -0.08425478897370318 -0.07050769711858536 -0.17150214125094357 -0.28331534820352405 -0.3500170146773965 -0.3483905931337708 -0.45749849071141097 -0.5752119296147474 -0.8041265392411314 -0.8877608517818502 -0.8347892949851358 -0.8417375475367908 -0.7621536813558364 -0.7620863292736008 -0.8073364559286592 -0.8470807168747949 -0.8210278975521755 -0.7890061676965775 -0.826544197598376 -0.7404072326067106 -0.5124668230176761 -0.35053575490149425 -0.13659564212136988 -0.070508017034871 -0.08440710686914489 -0.07050734896454677 -0.16903625516875775 -0.24039627717875464 -0.2871650807924769 -0.5217687382570977 -0.6082319971735578 -0.6905349040942448 -0.8147865630072169 -0.9130810847679773 -0.911076078398217 -0.8775460975596403 -0.7462369415863117 -0.7711951685729601 -0.8542988698960049 -0.885828977213118 -0.8528070536723061 -0.8307355022124338 -0.8735472713695389 -0.77378851191027 -0.5220311737254272 -0.30749877457511837 -0.13502701070212358 -0.0705078648727421 -0.08425535527253745 -0.07050825638914328 -0.17815842781229624 -0.24382342669818607 -0.28640163799876833 -0.5233795764573292 -0.6204268062370006 -0.6978749119381614 -0.8151589935458172 -0.9178478762959372 -0.8903604170300445 -0.8772290869331937 -0.8020671736028856 -0.7617420371067491 -0.8383059271315056 -0.8831784362586109 -0.8500768322123611 -0.8099815092558591 -0.8355249236325353 -0.7341230988532093 -0.4912673939973541 -0.2815618717276217 -0.12765006761176573 -0.07050783854165947 -0.08425532931415107 -0.07050823075205997 -0.14474524153434346 -0.22807400006707687 -0.26856978849507973 -0.4546467622334109 -0.5913461925479202 -0.7045793307805969 -0.8417332933413205 -0.9428786440863098 -0.915222429122794 -0.9074594024703369 -0.8323736888382838 -0.788346096071905 -0.8634333261650033 -0.9013017668742159 -0.8734450059562786 -0.8406635479243987 -0.8627461852632319 -0.7780111394147676 -0.4795905340267107 -0.27066313364405675 -0.12562496025726874 -0.07050792169615057 -0.08425541130937093 -0.07050831173104313 -0.1410833390084259 -0.2299688826455425 -0.26567594248554544 -0.47770195555558276 -0.5960233503915262 -0.7535401691716679 -0.8743704109301409 -0.9765216117190263 -0.9645568527541283 -0.9254179432770686 -0.8611660157545193 -0.8085185877070437 -0.876011727113872 -0.9084012072841021 -0.8798721941851825 -0.8424134787776567 -0.8953561351205306 -0.8246203002731575 -0.6035993284698998 -0.35915773597177364 -0.14333732304881758 -0.07050807394620152 -0.08425556143450887 -0.07050846002063649 -0.15869155090712728 -0.23333823314055305 -0.2700040650298922 -0.4502001381498368 -0.5199347555738751 -0.613432616697035 -0.7181856587413364 -0.844597791107645 -0.8310448553415835 -0.8263948382531423 -0.770080073403792 -0.7355234147866005 -0.8057220001014688 -0.8437186902701304 -0.7959124686078871 -0.7391848672957004 -0.7508273779882647 -0.6450866264464767 -0.4131062062360127 -0.2598414634130797 -0.1255826086964575 -0.07050777184534567 -0.08425580032447305 -0.07066056346835108 -0.1256441960609614 -0.22233271664921878 -0.2726536223563486 -0.34854808011589195 -0.43343862966385 -0.573481758474476 -0.7228834475888254 -0.7824450514925996 -0.7884145366812535 -0.782599096344333 -0.7386929998054095 -0.7330118243540978 -0.7723941538515311 -0.8429425769752033 -0.8047941779049974 -0.7264495685285288 -0.6506261579476271 -0.6003379783302876 -0.4070986288555548 -0.26644047396270126 -0.13069696073319537 -0.07062803713209326 -0.08425471475615237 -0.07050769238215043 -0.1262470380474546 -0.24579291146240484 -0.3039051506154659 -0.3449210127005522 -0.4478664573533707 -0.526138381439789 -0.788680008282525 -0.906927439543362 -0.8802737212220738 -0.9005689546469768 -0.8267437636222245 -0.8120888042068465 -0.8618084291318211 -0.8718824787309278 -0.8580678684069303 -0.8266709521687406 -0.8698173039804796 -0.7762558416574571 -0.5625699895966033 -0.407156950414961 -0.14228252897441013 -0.07056575995056813 -0.08425479582966891 -0.07050770389411559 -0.19388737058026767 -0.2580943236669445 -0.3000128434643703 -0.6225357912241398 -0.7181340107409463 -0.7726509381189836 -0.8640612224781434 -0.9619868678897789 -0.9546140004062346 -0.9143253826385709 -0.8538731204790502 -0.8040842559914448 -0.8769824170676713 -0.9198320346192341 -0.8896811961137422 -0.8616402495963413 -0.9086198304384495 -0.8342222954907572 -0.6082602733225945 -0.41899051267636495 -0.1432123024038523 -0.07066009001530482 -0.08425455485311405 -0.07050746595472518 -0.19300735862110047 -0.25723214279747053 -0.2960176538113596 -0.6008297465178671 -0.7125322003397054 -0.8134263860955342 -0.8935373869173567 -0.9801146978291876 -0.9495564742935462 -0.9418989457418562 -0.8397313553647969 -0.7559305234656072 -0.8001508683333209 -0.8002585906985193 -0.7167611334041812 -0.6912610776684717 -0.7580467744084983 -0.6449454461624891 -0.4242088536828506 -0.2602026420949211 -0.12445491084531692 -0.0705078660963278 -0.08440767907134712 -0.07050719056104342 -0.141220766327422 -0.22890383312039858 -0.2662317243890148 -0.43530659348029477 -0.5142731840873803 -0.599013682521271 -0.7389713435936686 -0.8515474382616455 -0.8477292288568176 -0.8357405671942881 -0.7649054513999084 -0.7395705137455542 -0.8085423775320095 -0.8494420471202326 -0.8113340549722728 -0.7841222371551675 -0.8015295596302742 -0.697488253817771 -0.4541142030739998 -0.26019385390152044 -0.12444929416908435 -0.07050786398651503 -0.08440767679728887 -0.07050725809094077 -0.13331466745528928 -0.22523948673386943 -0.2602019663047682 -0.43395884990046313 -0.5057454131045769 -0.6642073801007514 -0.8023479243828726 -0.9063729389990887 -0.873561740858452 -0.8684410213866877 -0.8023160793965765 -0.7617954835096898 -0.8382305920590638 -0.8668684918714156 -0.8178225690041263 -0.7532338186730032 -0.7720819538303764 -0.6732026134727123 -0.42692402747610164 -0.2601391552269534 -0.12414328646160051 -0.07050788739044639 -0.08440770197480102 -0.07050721178302248 -0.1391217569144732 -0.22719317337353845 -0.2676590954894431 -0.4537921094855435 -0.5964795233385015 -0.722688615385714 -0.838864499106515 -0.9415926159698829 -0.9322240769145382 -0.9251572427819285 -0.8557072643386717 -0.812991896475802 -0.8817653653691739 -0.92535509529273 -0.8905821966536428 -0.846647293939526 -0.8646017607231138 -0.762249440323009 -0.512294702123537 -0.32195032092196985 -0.14060265867775704 -0.07050785380450274 -0.08440774279622074 -0.0705071776187187 -0.16700428197211686 -0.24102803008695847 -0.2861550324791522 -0.37901339094621983 -0.506577060525236 -0.6558541434343484 -0.7436364320356939 -0.815232909112082 -0.8003416281379027 -0.787567291399018 -0.72088080039181 -0.6947941752909397 -0.7303779702239618 -0.7824584105192082 -0.7539656472847822 -0.7399501014179773 -0.7040629278928044 -0.6450076113378804 -0.444185197540553 -0.2788337973237463 -0.13560492941173732 -0.07050803260559842 -0.08440785820899216 -0.07050742544792561 -0.12915535345268736 -0.24274403037222003 -0.34337837691291584 -0.34426762150092527 -0.43760309186344304 -0.4575859841723677 -0.6627438149128608 -0.7388127529652199 -0.6948601105815376 -0.7373172367841694 -0.6467669546977798 -0.5945063419141169 -0.6451848956801075 -0.6836760399369145 -0.6590945456709452 -0.6208938114214901 -0.6600437673274655 -0.5795655508386791 -0.38001478739314376 -0.2533823059945271 -0.122749494396448 -0.07050811035843058 -0.08425553206124771 -0.07057175458084039 -0.1320715804291795 -0.22633745426821056 -0.30613206428890966 -0.43494889672067816 -0.4799429158358719 -0.5420294229128267 -0.6389511084431162 -0.7232743333517031 -0.7213687448014292 -0.7216297948429942 -0.6186903836919816 -0.6056226235393902 -0.6838862846705996 -0.7274952334661526 -0.693577700081274 -0.671057569492277 -0.6915149532612982 -0.6197572789732075 -0.407281338349435 -0.25968303846540314 -0.1199139278324372 -0.07050798215675418 -0.08425577042676742 -0.0706598677223602 -0.1311221703559146 -0.2260939891892346 -0.3048930094967757 -0.4339106072073105 -0.478284521081841 -0.548289893974155 -0.6578186929396328 -0.7551593550576624 -0.7514634214184738 -0.7439339381840228 -0.6784927806434609 -0.6535166045847932 -0.720437242637219 -0.7521842798722955 -0.7201836724259484 -0.6668239645775774 -0.6876983751761714 -0.617226147035011 -0.40714932802541576 -0.2594539201039756 -0.11845183492818659 -0.07050782337395857 -0.08425561446697472 -0.07066043282185523 -0.12850297170750344 -0.2242221537969399 -0.30395943754883925 -0.43762369164980497 -0.4772765536731615 -0.5548584450508731 -0.6832699890393168 -0.786356601128404 -0.772666903093192 -0.7743363492876401 -0.722490469846107 -0.6613385428149615 -0.7232352034740398 -0.7585629080364387 -0.736745961078872 -0.7197583106293215 -0.7505466394386199 -0.6333808629847081 -0.4072717753723287 -0.25978718989939176 -0.12144422258620342 -0.07050806805731835 -0.08425549018928197 -0.07050845497452825 -0.13527665100491593 -0.22798927631249136 -0.30885186442029344 -0.43840211030849774 -0.47826701128905785 -0.5318726909501029 -0.6233148258526531 -0.7543947790723692 -0.8216944748263896 -0.8324340805906302 -0.770702710437461 -0.7307308672940896 -0.7961991745453155 -0.8308709644020151 -0.8076243924540567 -0.7449457044255383 -0.7469000703933883 -0.6569563374045104 -0.42156659549087583 -0.2601753858145672 -0.12455730647406144 -0.07050788491741757 -0.08425530884247663 -0.07050827662122901 -0.14760038800062278 -0.23348386331957094 -0.3145628858136185 -0.475556014703872 -0.5470577477841371 -0.6438442376665972 -0.7726582401714468 -0.895403620179322 -0.8679013995528194 -0.8691971511751931 -0.8175511247538977 -0.7604707229178551 -0.8371689383560058 -0.8774728204243301 -0.8145565506622976 -0.7755024802502067 -0.7959787825403851 -0.7036248467490754 -0.4478346968661412 -0.26188674790574984 -0.13090438237935736 -0.07050783000251643 -0.08425525449024068 -0.0705082231496383 -0.1404929464777395 -0.22985075900632196 -0.32469929615656073 -0.39006844433782906 -0.5136572688891811 -0.7291146786463653 -0.8438384136881181 -0.9246388498966541 -0.9009374520850381 -0.8629522311774198 -0.7945000032717098 -0.8041215180286092 -0.705625053696432 -0.874736726725173 -0.8728731307866591 -0.8508890745171701 -0.7881245986213923 -0.7581089761094271 -0.5487013047980308 -0.3531303917274494 -0.14623877467565286 -0.07050769894684632 -0.08425519168337922 -0.07050816067811394 -0.14343332010440804 -0.2610373285409202 -0.3583179775430759 -0.345135088542394 -0.44124385141726014 -0.49446975959191247 -0.7013347972174524 -0.7984058641392056 -0.770831398476218 -0.8022032990873711 -0.7393741294390129 -0.7210994822193801 -0.7633810813984575 -0.7742702892730281 -0.7633795086087153 -0.7080570580975193 -0.7401909556040108 -0.6389532720617069 -0.4088380115721687 -0.2591488224404284 -0.12726681825149683 -0.07050807514413543 -0.08440790396200902 -0.07050739891728296 -0.1650516255103849 -0.23894245847487486 -0.31740672269021947 -0.48475598172814344 -0.5624684211968112 -0.6743489466690402 -0.7977295810724995 -0.8988308452244714 -0.8961971104581445 -0.8986767512808403 -0.8025922367693357 -0.768313525434751 -0.8128059025571323 -0.7963668740894574 -0.811787728945184 -0.8084349361126135 -0.820274931247292 -0.7300112560053937 -0.46407396668092044 -0.2706497942498612 -0.12451136872369585 -0.07050808935090615 -0.08425557663007587 -0.07050847502217525 -0.13580361958731146 -0.22748623985162325 -0.30582978157675006 -0.4329947310870267 -0.47907395398257024 -0.5370584600809108 -0.6566685931852184 -0.734228369620234 -0.7629314338658475 -0.7487859999489214 -0.6585082667308727 -0.614173303416679 -0.7165454824505371 -0.8020684041861543 -0.7990065144650387 -0.7736886205838691 -0.8150421089078127 -0.7101248202838604 -0.46080647487258236 -0.2805026197790182 -0.12838482996574255 -0.07050824104812602 -0.0842557262109523 -0.0706604829329486 -0.16486626877769087 -0.23901570678034112 -0.3156326024096427 -0.4675318261982512 -0.533018674264762 -0.5971743112236539 -0.6414436588839294 -0.7539592808489121 -0.7302214697138826 -0.7115325616194087 -0.6753518402800444 -0.6473358013859016 -0.6182262603603231 -0.6298411455987827 -0.583656612361774 -0.5749141760311355 -0.6195083672189606 -0.5783382251162534 -0.40641041419124885 -0.25939820525120966 -0.11704496044565431 -0.07050786688575968 -0.08425572196948057 -0.07066047831857329 -0.12550578779501365 -0.22238591735876315 -0.30170361809220664 -0.4292943628974562 -0.478374741551517 -0.5325985094174395 -0.6229453313194577 -0.6716318025466127 -0.6195254478139781 -0.6113697664509364 -0.5565947947456372 -0.5351636158562554 -0.6089903009069052 -0.6305825088333917 -0.5836245132057493 -0.5732463774436525 -0.619482234956867 -0.5786088803162639 -0.40661164844573205 -0.25938395108876594 -0.11708182284825464 -0.07050794716764033 -0.08425580050497757 -0.07066056365527872 -0.1275655088050514 -0.22388195649294687 -0.30308122279981425 -0.4340332293039061 -0.47896570940455035 -0.5311033767176107 -0.624334790260122 -0.6858050146219254 -0.6488311102258045 -0.6592500187291873 -0.5796989920215856 -0.5549604374054317 -0.639345947876208 -0.6603239357052789 -0.6098077935838943 -0.5867531646260301 -0.6224549570986395 -0.5785275653122004 -0.4065152749332409 -0.25938554877138664 -0.12114420442309823 -0.0705078320985412 -0.0842556879275336 -0.07066051796725893 -0.11748983397809766 -0.2192089632083447 -0.3126862015416448 -0.34370010087747477 -0.4164094899651439 -0.5391127569807816 -0.619161901666202 -0.6497836464665655 -0.6051493948450064 -0.6190245084179227 -0.5552267952389681 -0.5390487414654945 -0.6025417020125278 -0.6496854002432071 -0.6342839497860719 -0.6017115210960088 -0.5855624098427774 -0.5717193195555615 -0.40642209116985073 -0.2809320588986256 -0.1278274222793469 -0.07050773928459192 -0.08425526394571917 -0.0705082317575576 -0.11632913887610345 -0.22369049315363101 -0.31749330759514305 -0.345402163596674 -0.43638926179839 -0.43792451485310385 -0.600270747497894 -0.6770449968468363 -0.6095559623510759 -0.631361592018157 -0.5509017517805226 -0.535856189622576 -0.5775941352387121 -0.6246780423186795 -0.581436897252904 -0.54777798743655 -0.5874330930114866 -0.5462939970489833 -0.3960094557800146 -0.2644384784695039 -0.11711877734866775 -0.07051134426378745 -0.0842548142525192 -0.07050772208688313 -0.12294535387693614 -0.22058069825508936 -0.2991853547121362 -0.4678210499916934 -0.5036756782749477 -0.533888120973098 -0.6256285449276634 -0.7273228568659135 -0.6890912200984164 -0.684274619898909 -0.5815816572417748 -0.5658501679324432 -0.6308741488743868 -0.6732252293918737 -0.6166166254352642 -0.5690895896235845 -0.6193112257107937 -0.5782967506256649 -0.4198006682983365 -0.2703545139940163 -0.1169843671337559 -0.07050805155648673 -0.08425557184830823 -0.07050853462727723 -0.1251605921576244 -0.2205023820477904 -0.2989061576468755 -0.46452691646659666 -0.5254978884820599 -0.5326855886797353 -0.6244619982543256 -0.7024467907515338 -0.6735104340155936 -0.6802891784271077 -0.5995669004225963 -0.5742207034577262 -0.663096660029448 -0.6920181312949032 -0.6396333783702657 -0.5919665812525329 -0.6193678396359282 -0.5783647008340085 -0.40621665486599734 -0.26967931342708695 -0.11692225239862582 -0.07050829465298478 -0.08425581157387828 -0.07065984148456089 -0.1247721702730531 -0.22044975354899501 -0.29887889707665616 -0.46120368138140716 -0.523029693885685 -0.5328555665073847 -0.6239158742998465 -0.7069205766147549 -0.6885809041511337 -0.6545744721451802 -0.5570665944252927 -0.5362203402442649 -0.6131993988222884 -0.6453802751610644 -0.6271825670165458 -0.6019417558426988 -0.6259742493985405 -0.578824083364054 -0.4068489710203108 -0.2593925353840831 -0.11734874761043515 -0.07050775818661521 -0.08425555043831744 -0.07066036354089444 -0.1286702576174024 -0.22346693928225034 -0.30227852565937485 -0.43272564938982433 -0.47625892135109993 -0.5310477896418117 -0.623929646622522 -0.7003494734220953 -0.6717679473163984 -0.7139491456982817 -0.6133403422570141 -0.5980761629251936 -0.6763008643081845 -0.7142631915430261 -0.6696076440338671 -0.6459196539351626 -0.6852196212530242 -0.6213125631611033 -0.4222245590995342 -0.25957338183559514 -0.12215956321244341 -0.07050794522847097 -0.0842553685661032 -0.07050840022151765 -0.13807388255281083 -0.22931438156068173 -0.3110274768120921 -0.4459134291314623 -0.5151332165158324 -0.6083695331959844 -0.7180990854526944 -0.8236707555397712 -0.8166554204986755 -0.7974413211402627 -0.7356804153357157 -0.6959115991783791 -0.7667135038769788 -0.781173040931809 -0.7436542824204903 -0.7333918965510605 -0.7732461161002394 -0.6996020138941286 -0.4717006831326143 -0.26118122755076545 -0.1330382645662096 -0.07050785791092457 -0.08425528211034108 -0.07050825031869042 -0.13452989121043984 -0.2269045306551313 -0.3196606208059772 -0.3509538485491198 -0.4505328175079159 -0.5748788919562682 -0.7039360923121868 -0.7626892893985442 -0.7479247951932722 -0.714416938084054 -0.6940180528036607 -0.6248611985073964 -0.6732679007725942 -0.7264451200325364 -0.6771404358182449 -0.6471850226700224 -0.5876528739767237 -0.571903650238941 -0.40648484845480964 -0.26611777950426424 -0.12811035266006174 -0.0706288789818483 -0.0842547880558808 -0.07050769621985283 -0.1177104714323568 -0.22787622643333733 -0.32132615119087504 -0.3449601473927242 -0.4397295916849507 -0.43892512557267394 -0.59977873539721 -0.6548921909502513 -0.5917739009457235 -0.5975821341490292 -0.5361003954939026 -0.5264503554753218 -0.5778143211007732 -0.5962161192816585 -0.5721085146626061 -0.5459836936801733 -0.5873837589915263 -0.5764515958796748 -0.39418279912859255 -0.26497248255946804 -0.1169484806322259 -0.07050852209254961 -0.08440710321395656 -0.07050734562158144 -0.12446208675750979 -0.22169753678557336 -0.30078557977267334 -0.4353096841882619 -0.498409341836867 -0.532636248660826 -0.6235681740860421 -0.6720482013033482 -0.6173391130398626 -0.630667618065685 -0.5700782981651373 -0.5393305123883252 -0.6148680882386124 -0.6646133416115878 -0.6211335339575718 -0.6212616803899046 -0.6193862537063841 -0.5785709212245862 -0.40653975392231956 -0.2731846092555273 -0.11705338439109812 -0.0705078723059592 -0.08425539510392031 -0.07050829572811347 -0.1248969742969256 -0.221127963470359 -0.2999750481626418 -0.45343928738450606 -0.4766021626648867 -0.5422313266789054 -0.6418835515747493 -0.7523542893647581 -0.730847075056051 -0.7406011275235779 -0.6680840326204 -0.6445372561931534 -0.693434732105948 -0.7215353517624425 -0.7001140314474629 -0.7297452704041629 -0.716624408167998 -0.6419207803511745 -0.40722612348474924 -0.25985602135852454 -0.12190991872935328 -0.07050789016819739 -0.08425531403833814 -0.07050828173106942 -0.14311274698518203 -0.23052496188284327 -0.31302605094734065 -0.4761767453813566 -0.5497823541821706 -0.6252316799566018 -0.7391646601917573 -0.8700042624348262 -0.8452334265962367 -0.8178674223711347 -0.7411128578034735 -0.6918866009746092 -0.7717700282420181 -0.809724749478097 -0.806765826768243 -0.8301434790385225 -0.8377836331673302 -0.7502340309941865 -0.5384482333199324 -0.3199905501096523 -0.13909385677403052 -0.0705079717518261 -0.08425546066130478 -0.07050836047659419 -0.1777905635648005 -0.24363388226668595 -0.32945731024030434 -0.5146274010003201 -0.5702531868393962 -0.6221722321784581 -0.7666641096828987 -0.8864253663430456 -0.8563990349389973 -0.8484336766845071 -0.7295729510978859 -0.6981208347453458 -0.8110202312131236 -0.8066236896605706 -0.8113343717832907 -0.7933057368635275 -0.7687318644976453 -0.6732089786706706 -0.4456353326817805 -0.27167350239959087 -0.1260124423286683 -0.07050788974591031 -0.08425537980619975 -0.07050828061302668 -0.1499243405732504 -0.2331010994705592 -0.3138131275442489 -0.46035910452192386 -0.5191583963283382 -0.6512528370974984 -0.8174252062126809 -0.9325908139130997 -0.9373364139047845 -0.8990541377142387 -0.819789572585803 -0.757070761923801 -0.8075591273491913 -0.8568032233575172 -0.8398866523580398 -0.8627659271117768 -0.872526657476951 -0.7712079295040446 -0.5120806277971021 -0.3147934262475219 -0.13908329525073332 -0.07050794790149134 -0.08440784357289045 -0.07050727140003905 -0.16309627126787035 -0.2442250815649636 -0.34157922852489936 -0.4659326076523818 -0.586278163439606 -0.7349338088464734 -0.8029793060748379 -0.9026609278729836 -0.8787850569205499 -0.86544769431522 -0.801466057410474 -0.7787315636530269 -0.8186825331088553 -0.8800281058808349 -0.8683851393156788 -0.904500895170838 -0.818856366728581 -0.7975288234589857 -0.593815099004665 -0.42432499116893 -0.14857711267330015 -0.07063992215779212 -0.08425477820684686 -0.07050768649350227 -0.17196343802606603 -0.31168615159597457 -0.4203637553918774 -0.3725619111778758 -0.4679436271705049 -0.5295626400531012 -0.743365507724375 -0.8435735849368748 -0.7920286888679466 -0.7978815512129996 -0.7018760152808009 -0.6866785864314461 -0.7165984837184065 -0.7615155248046259 -0.713463972698574 -0.709288084468187 -0.6548759362450713 -0.546986538877341 -0.37924910338341306 -0.2527718979715227 -0.11888141765390942 -0.07064024768462171 -0.08425470942631606 -0.07050768715703505 -0.12707581563441447 -0.22231281284912763 -0.3022017639296729 -0.42981894433855294 -0.47841230268687973 -0.5322824204138599 -0.6245847418019682 -0.6863643638421225 -0.6813470433879184 -0.6755273636587881 -0.5795322035632714 -0.5451645190645369 -0.6307533666807835 -0.6876386053115074 -0.6582165356031643 -0.6942737577989543 -0.6635976270136367 -0.5787200308888296 -0.4068215586265791 -0.2593932917741833 -0.11688788864569472 -0.07050806213912185 -0.0844077788880503 -0.07050728075112411 -0.12624613995197706 -0.22275206218929766 -0.30142426880905215 -0.4404990290899199 -0.47809712743269733 -0.5327574385649116 -0.6243665166589761 -0.7029488064626899 -0.6843676616764662 -0.677988946194391 -0.6188711228480872 -0.607523138977173 -0.6644091620792649 -0.6843839915358747 -0.6425734369415147 -0.6765494690182035 -0.6757426859821067 -0.5849291652560743 -0.4068075791959604 -0.2594166563289576 -0.11722032462594235 -0.0705077614204497 -0.08425561880282981 -0.07066044318488778 -0.12677599401376516 -0.2225085575666871 -0.30124181128387945 -0.45507099311538746 -0.47795138003010434 -0.5387143076580836 -0.661887382512528 -0.7959419223450221 -0.7818961032449578 -0.7668610671752556 -0.7308894288764204 -0.6766267286641522 -0.7582344258534581 -0.7861527984518742 -0.7354684019747129 -0.7244539765488653 -0.6980120138415611 -0.5874119014608907 -0.40697159101552516 -0.2594287725284582 -0.11794668845047876 -0.0705078930200887 -0.08425568286867899 -0.07066050684412731 -0.1278525817225172 -0.22344493891758388 -0.30207419925376267 -0.42975890134566064 -0.47869153501291317 -0.5582852365598009 -0.713185238228186 -0.8310348747553831 -0.8416124929633784 -0.8368293963541699 -0.7695275823467078 -0.7380080702255336 -0.816165161796615 -0.8477036181086304 -0.7850014754907964 -0.777021230460918 -0.7592473566072209 -0.6302531146133414 -0.4075759045626386 -0.25971077196075176 -0.12024533596898719 -0.0705078180362891 -0.0842606524145808 -0.07065497672134634 -0.1307596065073955 -0.2247432119217979 -0.30372748773067126 -0.43103061700098527 -0.47693584390937016 -0.532216960810017 -0.6599661504664557 -0.8124767880243049 -0.7775073167383767 -0.7664218668522759 -0.7205104858907808 -0.6818219102032906 -0.7569713231927326 -0.7735043824248877 -0.7194519326100761 -0.6935285978915344 -0.6597484508014942 -0.579217360661666 -0.40692490372906664 -0.2594122816298118 -0.12193997493243681 -0.07050790104569028 -0.08425575538739231 -0.07065977966790314 -0.12258832813292912 -0.2214581595074632 -0.31485895717738693 -0.3499398499335087 -0.4170437747248012 -0.5388196487931917 -0.6191206197105185 -0.6404563462908441 -0.6233483847762027 -0.5975702081270164 -0.5428346903510611 -0.5422947092088519 -0.5762529721191714 -0.650916395930484 -0.6325711421206986 -0.6648036162605451 -0.588139763750819 -0.5721644082417808 -0.4071434798741131 -0.26635058606299433 -0.13030749072677686 -0.07050771879369534 -0.08425514438803404 -0.0705081806304874 -0.12422194869957112 -0.23907399270576576 -0.33296441445837854 -0.34922646291483195 -0.44098322218388875 -0.44083013706533214 -0.6025874190225905 -0.6777919389821414 -0.669934809686577 -0.6392112114328319 -0.5650632534360976 -0.5493584154494549 -0.5906810567886551 -0.6219460519081393 -0.6061882966778299 -0.6115296280487903 -0.6119882889269055 -0.5468086129555123 -0.3796901083375792 -0.25260609736981576 -0.1198554004219057 -0.07050806684935927 -0.08425494621705384 -0.07050791997212572 -0.12781164981947254 -0.22392576028988193 -0.303474180403908 -0.43317420870310624 -0.47772143756741825 -0.5430661535778216 -0.7171558934483966 -0.8591948327312937 -0.8478027102297361 -0.8558646364808075 -0.768910329291351 -0.7176506009614361 -0.8056301069484235 -0.8464918613039907 -0.8204040497746701 -0.7947267997983136 -0.7735540557894244 -0.6969753892403644 -0.46984456266517316 -0.2597448099141718 -0.12229045642909907 -0.07050776987611863 -0.0842557339561402 -0.07066056212651683 -0.13261967677836825 -0.2272957062571845 -0.3060971130141902 -0.44084287986957005 -0.4828669283078757 -0.5327924304150822 -0.6237608391079363 -0.7322761961944932 -0.7391585074105922 -0.7724866999666862 -0.6593012842914899 -0.6258399392971535 -0.7085186287421491 -0.7268136279883871 -0.6759848325113496 -0.6792050177449986 -0.6667132744439308 -0.6018435752125009 -0.4072171176071455 -0.2597077454872395 -0.12072503522874865 -0.07050816308544519 -0.08425504268561834 -0.07050801485853408 -0.1325843557403608 -0.22628626630071735 -0.3055920551145112 -0.44062122613237736 -0.4828778028138878 -0.5314779028791952 -0.6362151293820704 -0.7213427210869994 -0.7495743062287646 -0.7482302911944261 -0.648037459856508 -0.5899947899680851 -0.6458054788778945 -0.6333220094703041 -0.5965364826159126 -0.6181323635912865 -0.6191586318606063 -0.5784075736910663 -0.4061308623444244 -0.2736308412314064 -0.11709216498202206 -0.07050767335393462 -0.08425519894423099 -0.07050810198552461 -0.12603909771548458 -0.22209582098611352 -0.3011391839619629 -0.43660250616546076 -0.48103785429814616 -0.5308027499972618 -0.6228588717786184 -0.6710667224606627 -0.6096071365824365 -0.6023521803354251 -0.5547811996605817 -0.5540857554722893 -0.6330829098380242 -0.6772763809533711 -0.5982405677025423 -0.6170592966052214 -0.6184257274024568 -0.5775733753847453 -0.4259625823743213 -0.2709964007993877 -0.11689786830958353 -0.07050850179910856 -0.08440708083257789 -0.07050732515776266 -0.12273671062629184 -0.22046949987410291 -0.29868552690672123 -0.4747599517389928 -0.5194801889834519 -0.5724925073518101 -0.6582066162758005 -0.6704286854600549 -0.6094770463662731 -0.6021035809285519 -0.5539605572318326 -0.5333476226769054 -0.6018545016603228 -0.6269871469802436 -0.5942579166184533 -0.6166445771054847 -0.6180820051484093 -0.5772723051950326 -0.42094661731423183 -0.2696470707156775 -0.12122777706769361 -0.07050751749113476 -0.08425504527639484 -0.0705079502272615 -0.11424354041143996 -0.21684430044788564 -0.30988637348300646 -0.3763342149507386 -0.4534297384164942 -0.5771567669379771 -0.653095853080378 -0.638985619588421 -0.6041109280945215 -0.5899605473851903 -0.5427675354246582 -0.5346410601423369 -0.5708099985990155 -0.6380700595658052 -0.6256321788314547 -0.6526101597788151 -0.5855275413598231 -0.5716596468087842 -0.4064356311833335 -0.2661079185767455 -0.1278446438347216 -0.07059859626658546 -0.08425479014826334 -0.07050769828294566 -0.11916961086422329 -0.22941347237664853 -0.32624342159352454 -0.3494907115644566 -0.4381096166434653 -0.43727307159331275 -0.5985317408857735 -0.6539919177297628 -0.5857681273274876 -0.5850169312219428 -0.5313862990110879 -0.5232363950477036 -0.5668285825111709 -0.5947354409025103 -0.5742454882827915 -0.5880655341165106 -0.5868737555786498 -0.5564995843096995 -0.38976487288508765 -0.26359673457134314 -0.11700089455930927 -0.07057939997436107 -0.08425479453452336 -0.07050777009844643 -0.12180295349299144 -0.2203931711533664 -0.2989641279580363 -0.46353979266043044 -0.515537583965776 -0.5693351060348016 -0.6534760219305916 -0.6709754409011432 -0.6100588038180649 -0.6024745000488078 -0.5545762563395468 -0.53436944013716 -0.6034281643221806 -0.6265071732182962 -0.595789298395599 -0.6173611517014727 -0.6183515880405305 -0.6076977409912532 -0.41973853329375865 -0.26965022957562595 -0.11709578409975457 -0.07050815343891105 -0.08425514194335063 -0.07050811176038692 -0.12180845741694725 -0.21974219144067597 -0.29776305943720954 -0.4527774954532173 -0.5055404518199771 -0.5696497281778042 -0.6612875685311426 -0.671299382714879 -0.6353199337181525 -0.6382168758418526 -0.5868783045585045 -0.5510631089138722 -0.6115887618962252 -0.6439160560835132 -0.6469900027523136 -0.6495026517245108 -0.6491953149800501 -0.5786408103103324 -0.40666517184139983 -0.25942037692820824 -0.11803992310498158 -0.07050799063583185 -0.0842554135291779 -0.07050837957486553 -0.12705934978877997 -0.22272487274145755 -0.301316404923512 -0.43481475667757163 -0.47723890672416935 -0.5304383510532276 -0.622918773572506 -0.6747803981766501 -0.6114900915689977 -0.6030642097749717 -0.5544590223702361 -0.5344055267382964 -0.6028850744227552 -0.6401200755430175 -0.5935769138012522 -0.6176071516339142 -0.6187394962013643 -0.5777658487202639 -0.40605852861401315 -0.269632550225226 -0.1170662701069756 -0.07050787296077614 -0.08425539574322075 -0.07050836138777973 -0.12293497543629209 -0.22072226238709158 -0.2989336213343489 -0.46488970457718315 -0.5114836739337847 -0.553637696214755 -0.6236215048488252 -0.6813808055197643 -0.6410175749887723 -0.6391955053779691 -0.5854418529568762 -0.5517739665549586 -0.6297034954112443 -0.6638686808693988 -0.6428005782333063 -0.6480183160090184 -0.6374946227177557 -0.5786267196271315 -0.4163172747513527 -0.26973597774359515 -0.11693345732327294 -0.07050792182340285 -0.08425577571208899 -0.07065980203258644 -0.12514332182367446 -0.22160906843645894 -0.3001087091184135 -0.45522867810268525 -0.5190937856710757 -0.5766741486333737 -0.6596368974592834 -0.6702861543061088 -0.610825162251685 -0.603213332576166 -0.5554797892376694 -0.5357025499545793 -0.6025851840653762 -0.6242524326832224 -0.5972299473788252 -0.6168568980176812 -0.6184053664663853 -0.6104001251935703 -0.42309530752117464 -0.2696392105462255 -0.12113895741887949 -0.07050805935590071 -0.08425557954563606 -0.07050847789708795 -0.11442879643897502 -0.21669613026560142 -0.30960167666478455 -0.37372968995066186 -0.45350719285897023 -0.5622102027726831 -0.6336417160080289 -0.6800096157696751 -0.644532561154229 -0.634432432767804 -0.5804099607921224 -0.5680699993722687 -0.5998516791663646 -0.673801101665489 -0.6735058474251947 -0.6999037810989445 -0.6331018577505214 -0.6134520313826757 -0.43662418801832303 -0.27761934252955267 -0.1278342362530167 -0.07063866810691531 -0.08425478587762121 -0.07050769406221331 -0.11853374707931066 -0.22207660875767843 -0.3158776288090305 -0.34950036073739743 -0.4414629908812096 -0.4460863201949786 -0.6063016548065069 -0.6649464608983874 -0.6060006412229074 -0.6083019091199829 -0.5457498701292403 -0.5343616553131755 -0.5792685800097144 -0.6074993229779921 -0.6048586786048149 -0.618618831600732 -0.6207057300402664 -0.5575956732179883 -0.38892565434616705 -0.26283458586748776 -0.11708250271939266 -0.0705278880712999 -0.08425480631191903 -0.07050771424038951 -0.12435601785205352 -0.2179773463389868 -0.2956086792958562 -0.4513777184385339 -0.49299482988715987 -0.5576596958514534 -0.6521470468641206 -0.6928087791177788 -0.6087579746593902 -0.6014699859495816 -0.553272853576317 -0.5331788547428683 -0.6022300623057818 -0.6250874246759686 -0.59845137990167 -0.6169215351944263 -0.6178810831767028 -0.6020110312065017 -0.4182262825044558 -0.2712199225143076 -0.11691419896375405 -0.07050831548310436 -0.08425583211915263 -0.07066059801013794 -0.12250780599245001 -0.21836533283978446 -0.29725876182330374 -0.47520388008635606 -0.5199570503292849 -0.5306925147986116 -0.6232229289717449 -0.6735761897612432 -0.6348085425861743 -0.6330229464332111 -0.560044610981216 -0.5377746101680747 -0.6072281308893449 -0.6359197833963288 -0.6019307763036927 -0.6176607559015942 -0.6188969760161191 -0.5779848196861963 -0.40595122914421417 -0.2696388180293227 -0.11702629759607064 -0.07050802109379545 -0.08425554181479167 -0.07050844062715182 -0.12414402565397427 -0.22077475672204333 -0.29914589718684526 -0.47677433187574486 -0.5005580286243558 -0.5334605944856194 -0.6259662701147254 -0.7352680038595845 -0.734955074936525 -0.7370452904904055 -0.6628506527461111 -0.6322438929860233 -0.7009458280111438 -0.7431318378263044 -0.6795204252143217 -0.659473496965192 -0.6379037973680355 -0.5783939730508981 -0.4065825193839919 -0.2594476442767624 -0.11895345146731777 -0.07050804862398387 -0.08425547093253953 -0.07050843604444879 -0.12835359459679116 -0.22336985575194696 -0.3028133940736938 -0.43664302668443955 -0.4776833428840994 -0.5309421403960194 -0.6236730870832335 -0.7033393135525868 -0.6555387716060018 -0.6408382906869018 -0.5900231027465744 -0.550742003001624 -0.6300285938882059 -0.6594859930208642 -0.644067923419998 -0.6485538330264691 -0.6468307874122273 -0.5790472775280013 -0.40669643810016654 -0.25936803782421375 -0.11711083519479938 -0.07050785040312674 -0.08425570584469522 -0.07066046079333638 -0.12570021989952773 -0.22247416230507847 -0.3010167453904242 -0.4621692330665055 -0.5226203888257605 -0.5754284133047455 -0.6586602934950756 -0.6710283462196976 -0.6099323808977274 -0.602258005326935 -0.5542980199238926 -0.5340371479061341 -0.6136942989650801 -0.6486351542622386 -0.5990486458755393 -0.6169346497811651 -0.618216642286547 -0.6022090989826109 -0.41872236137948216 -0.2696751007881523 -0.12115431781795645 -0.0705080115637191 -0.0842554245348561 -0.07050838970952643 -0.11458845721036878 -0.21846901515932673 -0.3092983485891003 -0.41676178212313725 -0.4496973068942959 -0.5588934933807966 -0.6297915818971797 -0.6675971122053719 -0.6357054647055755 -0.6216475865882776 -0.5622864371562012 -0.5525780640748359 -0.5892179919718006 -0.659255935359235 -0.6684864356229802 -0.6940042814495011 -0.6260970795529825 -0.6077915734166357 -0.43003888209065466 -0.2763881162974256 -0.12783032129063115 -0.07059857948745472 -0.08425479015317955 -0.0705077657908405 -0.1189828018112887 -0.22216006956870882 -0.3151463921745798 -0.39085720725130885 -0.43969741591449324 -0.44652614482452846 -0.606498581676881 -0.6690252226197044 -0.6150530728587373 -0.6176362890834045 -0.5498800967693244 -0.5400539004858224 -0.5843440681381338 -0.6224489340196184 -0.6523660358294803 -0.6199092474070163 -0.6212549508327416 -0.5574191209121406 -0.3888312371277532 -0.2629159281259763 -0.11704006389232299 -0.07050799403878673 -0.08425540433490183 -0.07050836983538017 -0.12414210548278021 -0.22418935749479474 -0.3025787296505516 -0.48826772878859265 -0.48746925560766186 -0.544993329290111 -0.6358702348726168 -0.7023945091343294 -0.6585527190440755 -0.6474817457287553 -0.5835364875768136 -0.5507998850450987 -0.6231517232855296 -0.6580391028948102 -0.6825784727806109 -0.6550282306048716 -0.6537566017821344 -0.5928443092915697 -0.4161879709965186 -0.2696285491970507 -0.11711529121106187 -0.07050796630102751 -0.08425501149143724 -0.07050791686486188 -0.12431582869687878 -0.2253801097319738 -0.3038043217956313 -0.48823211026335994 -0.4883610546654082 -0.5422046781232599 -0.6328895038185163 -0.7015408168625864 -0.6585739435468664 -0.650181969943549 -0.5892898135343971 -0.5606664476232031 -0.6317657439172235 -0.6659274310248701 -0.6909467207406965 -0.6604494760576632 -0.659458616198286 -0.5988425111212214 -0.4162798732497723 -0.2696397889593052 -0.11697645179379611 -0.070603465329522 -0.08425478903323831 -0.0705076971903871 -0.12463596237601879 -0.2255330547593821 -0.3040433802327634 -0.4910410473444957 -0.4999248580312378 -0.5559468692101196 -0.6415249293627378 -0.7102611548680902 -0.6076684207686666 -0.6002913895285574 -0.552823329695041 -0.5495075094909704 -0.6250961397857129 -0.6691187825680759 -0.6392213542464149 -0.6160756711422697 -0.6173798586956535 -0.609298405811369 -0.42402092417381093 -0.2697541922084374 -0.11694871005118895 -0.0705079324046753 -0.08425576397013539 -0.07065978912094106 -0.12338321168291864 -0.21797751532386944 -0.2966057100463621 -0.5137647771701875 -0.5145516718614915 -0.5616948485607088 -0.6449666181281904 -0.7154863738737743 -0.6085760509074252 -0.6014261936611719 -0.5839851511212063 -0.5568370784354433 -0.6305097798830391 -0.6837863030279729 -0.6669186839062878 -0.6443879485030305 -0.6176808666781343 -0.6111598784091826 -0.42692255759347253 -0.26961372013546175 -0.11708345008593957 -0.07050806534088294 -0.08425520928395695 -0.07050811219993798 -0.12319162267005289 -0.21812921234055674 -0.2963586304241459 -0.5020176860454886 -0.5068533115319402 -0.5623516984751944 -0.646595211216577 -0.7202043586379973 -0.6091185591374201 -0.6016492600934815 -0.5535869201432693 -0.5446162675528348 -0.6182917304674859 -0.6508390565494735 -0.6398571982497961 -0.6168082876025565 -0.6178582285936696 -0.6097425172085179 -0.4208729600263478 -0.26968859643831766 -0.1210363096402513 -0.07050789995069462 -0.08428489862575719 -0.0706312378782041 -0.1154200498403665 -0.2160589671688506 -0.3086225745294601 -0.423460946207976 -0.458941758571026 -0.5621447676783718 -0.6193732974051518 -0.6497601197455742 -0.637028096091615 -0.6360929217765455 -0.5754097848216293 -0.5634045859426149 -0.6046795463515234 -0.655272276565008 -0.6893591869506991 -0.6513361203311582 -0.5852161979402153 -0.5797738760910675 -0.4064858456796784 -0.2661351846310277 -0.1279434023163385 -0.07063621923551036 -0.08425471039270081 -0.07050768810077732 -0.12331529642856842 -0.23511146990118797 -0.3292913232562529 -0.3909211983846209 -0.4383956248252536 -0.4378650411723614 -0.6351396921624505 -0.7089458032994346 -0.6826576496846384 -0.688734868108632 -0.6126960118836908 -0.5992686803867836 -0.6377284074131823 -0.6689763393786408 -0.6745896147602355 -0.635981871169356 -0.6265005885348167 -0.5734880395427714 -0.37953063284652405 -0.25314403503360916 -0.12189987200500407 -0.07066017253915283 -0.08425469867264873 -0.07050767657126283 -0.12893754667750332 -0.22325869545899651 -0.30210444031178096 -0.4895823497295502 -0.506393632649923 -0.5681574377830187 -0.6439480657275466 -0.7113011215052419 -0.6654598842555088 -0.6507969303003602 -0.5812677013272595 -0.5451964386068607 -0.6204376270870203 -0.6632121133220164 -0.685899042543185 -0.6625916491638143 -0.6624812855538204 -0.6030869480582344 -0.41652289628406985 -0.2696767064784201 -0.11699141241571512 -0.07050811258872043 -0.08425563203519948 -0.07066038059091137 -0.12349234169415517 -0.22583584619732563 -0.30706887089814794 -0.488289982032825 -0.49008258035353686 -0.5431195296017377 -0.6317107593971989 -0.6972613926124537 -0.654184795662269 -0.646081314522269 -0.584823010787719 -0.5536193605465541 -0.6290115799387875 -0.6651188309621894 -0.6901770129557165 -0.6631125594955161 -0.668920268699108 -0.6059712799161702 -0.4182770824843864 -0.2696325434427264 -0.11694374377238195 -0.07062583829165485 -0.08425478392784545 -0.07050769214169536 -0.12494504390549666 -0.2179776564517739 -0.29569410972977656 -0.5054586819514767 -0.5083617815696491 -0.5642016826606215 -0.6502591003935994 -0.6694248240683537 -0.6087252992717054 -0.6012704748417464 -0.5544065728846265 -0.5369209106866618 -0.606057791887165 -0.6634574932675628 -0.6732439065872633 -0.6394096772029776 -0.6191106420432262 -0.5772388731277697 -0.4060302448417572 -0.2653763144633813 -0.11702009978366804 -0.07057095218899162 -0.08425480096870662 -0.07050770896238634 -0.12655278918209747 -0.2223898942389655 -0.3008829658443451 -0.4784337556531969 -0.4873708896688178 -0.5366704844324055 -0.6438138031920889 -0.7197658284878292 -0.6108257261683445 -0.6027775526362156 -0.58785981648477 -0.550136194977382 -0.6321932146434819 -0.6835275001459876 -0.7025615239916316 -0.6474441649325461 -0.6479794030217844 -0.6126607077887906 -0.4232523171325606 -0.26968584909380316 -0.11699440376089357 -0.07050804387485021 -0.08425556426974719 -0.07050852717351244 -0.12346273501889717 -0.2185130622494484 -0.29665123257748394 -0.5012566250273282 -0.5049752936509765 -0.5569608293572997 -0.6475652445092952 -0.7182632056468713 -0.6085692932392249 -0.6011930637528082 -0.553331469939296 -0.5334340762958114 -0.6032267339404644 -0.6356193969948191 -0.6398774457866103 -0.6167893238191011 -0.6179144134818344 -0.6042439141642042 -0.42323055170190604 -0.2697261803255271 -0.12110121295433227 -0.07050814737294005 -0.08425566632669089 -0.07066049459339759 -0.11539203758669099 -0.2160598606085212 -0.30907770645779525 -0.42245077646495527 -0.45991028150819463 -0.5685287589334901 -0.642379787192405 -0.6760338111483197 -0.6434298231988778 -0.6311359374339922 -0.5758152910579476 -0.5656506976070987 -0.6034541161874413 -0.6770879978747167 -0.7199793513440769 -0.6389617186519136 -0.6277405127582497 -0.6055877637689759 -0.4326786599872666 -0.27637488523803805 -0.1278190919798147 -0.07050730947571894 -0.08425484021594454 -0.0705077477181727 -0.11682283665042255 -0.22167830388327722 -0.31727090011923975 -0.39590961091833565 -0.4510866037298361 -0.4469884720196033 -0.607261136127618 -0.6663840407492688 -0.6144828135258554 -0.6188888779939093 -0.5494709408511743 -0.5356968957161663 -0.5852935689597546 -0.6186021920273841 -0.6478314004323505 -0.6161707194679399 -0.6149764832416632 -0.5548893063716216 -0.3888900876494215 -0.2628179380215937 -0.11707207276175496 -0.07052916536659572 -0.08425480601894766 -0.07050778138971597 -0.1238380139425573 -0.2243920788013238 -0.3029612157136115 -0.4882151127369719 -0.488625269736965 -0.543559430825045 -0.6426648153309502 -0.7146418391487904 -0.608892107343246 -0.6012183014214821 -0.5538267077938914 -0.5352947091134789 -0.6049250327151222 -0.6321109494573134 -0.6396684969424431 -0.6165321603366658 -0.6175455100643601 -0.602952477097706 -0.42192736620223076 -0.2706191911510976 -0.11702354789210598 -0.07050795434991994 -0.08425547599737561 -0.07050837561835463 -0.12311268667436204 -0.2190617336854117 -0.2974244665021948 -0.5076500527570225 -0.5114596328184622 -0.5731855324591169 -0.6420817868178962 -0.6726365921160224 -0.6205857078900514 -0.6064250465844362 -0.5567949298412299 -0.5339693448860132 -0.6049324141292642 -0.6407068250713439 -0.6405218710774263 -0.6172752740895127 -0.6176803209112832 -0.601233693227254 -0.4178779416383593 -0.2696369297728821 -0.11699337735086587 -0.07050820411409929 -0.08425561488978447 -0.07065115432645357 -0.12205716792269353 -0.22143339704050605 -0.29757514515313616 -0.49873386484478477 -0.49847450912345426 -0.5520147028566912 -0.6438395256883023 -0.7145079319061276 -0.6085777552230555 -0.6012050367038381 -0.5687575772202256 -0.5546785142701591 -0.6268777001964017 -0.6808468500248149 -0.6934662808264983 -0.6678322813677035 -0.672007509582122 -0.6055390214390244 -0.41805812943027804 -0.2696622831175938 -0.11694877534272356 -0.07061126009107722 -0.08425479198347757 -0.07050776758451917 -0.12319651905340327 -0.21797766341775532 -0.2986523584256652 -0.49915578772569846 -0.5035693678988805 -0.5576444878144448 -0.6374296920959812 -0.7014776163150475 -0.6566374544778244 -0.6507662372695919 -0.5833927529810503 -0.5491659744887551 -0.6267723079542679 -0.672112984076123 -0.6849763099367597 -0.6630039529903395 -0.6635994309236485 -0.6045719577958427 -0.4185661024177682 -0.26965850147936393 -0.11688334874952104 -0.07065992193316323 -0.08425477558464103 -0.07050775145839322 -0.12553449381289253 -0.22614698651451312 -0.3044122999331652 -0.48838481713613285 -0.49238868436900207 -0.547909525029923 -0.6358103468541406 -0.7048420758778835 -0.6341118519373276 -0.6268647965966765 -0.5859711804873234 -0.5578221756479528 -0.630210982389534 -0.6714794357296214 -0.6891306751481265 -0.6646662675586649 -0.6683956068512683 -0.6101122723418038 -0.4247743834721388 -0.2696224799016298 -0.12105624895463254 -0.07050803241535383 -0.08440774692151819 -0.07050725112134186 -0.11821339064379859 -0.2152353658941191 -0.3075111813407244 -0.39080202320942165 -0.4247300675325483 -0.5368641997028394 -0.6191034641604525 -0.6377409136408049 -0.6036291286015975 -0.5909757268802478 -0.5446596950364699 -0.5411928864793225 -0.5883596636336328 -0.6511639436503974 -0.6713038528903564 -0.657469254357434 -0.5850927412564056 -0.5713155446300917 -0.40607918384858555 -0.26611777800477515 -0.12784155068026254 -0.07054971539136434 -0.08425473104418417 -0.07050770840709213 -0.12216338271340907 -0.23830279846087912 -0.3356732847952205 -0.3911778600815768 -0.44208339791609036 -0.43839473861990136 -0.6063017021813898 -0.6723051880855178 -0.6268777763397524 -0.6271485341609324 -0.5650157200535972 -0.5368274393996193 -0.5741681281509337 -0.6079420585018797 -0.6220397515514116 -0.587722398364482 -0.5860672367935422 -0.5621253218402174 -0.38895637852493886 -0.2628991563732107 -0.11696229757431506 -0.11704006317007525 -0.07050766420821379 -0.08425516347136462 -0.07050813364941884 -0.12208199290483787 -0.2203817404650385 -0.29844728566432976 -0.4562589083920804 -0.499942611582911 -0.5540915103048141 -0.6409794553782323 -0.7079294349709604 -0.6357608450496482 -0.6429957147775123 -0.5780033912238451 -0.552963446073868 -0.6373602748357802 -0.7161743471914958 -0.6857348912036295 -0.6643704384327905 -0.6648232991928397 -0.6056344409042275 -0.4169491728984045 -0.26962649276230277 -0.11701614018325772 -0.0705079735988899 -0.08425542673336021 -0.07050832696443962 -0.12498250221609879 -0.22521548570443592 -0.3075027769170417 -0.44529812606257363 -0.4888806540700165 -0.5453348172529509 -0.6335258723560347 -0.6963374298594482 -0.6492183390249053 -0.6403237216707277 -0.575967962981998 -0.5489504640998083 -0.6364708108590519 -0.7166334807412632 -0.6861993212532738 -0.6647322069747181 -0.6668992440306376 -0.6045679948379671 -0.42111446841020345 -0.26963201646702745 -0.11713309219666905 -0.07050742363881907 -0.08425495275719863 -0.07050792569458071 -0.12643606449891373 -0.21797781878872097 -0.29560847191289685 -0.46334641139794247 -0.5044723200038822 -0.5538247860632539 -0.6389410510077504 -0.7060922704166213 -0.6651885080850298 -0.654624770866724 -0.588548361832728 -0.5540261999916909 -0.6437557828584791 -0.7256709125322018 -0.6967084791674328 -0.6745497841238761 -0.6742130081973704 -0.6138914367384641 -0.4254991918532283 -0.26964000546274985 -0.1170193031322213 -0.07050800326456597 -0.08425549173739239 -0.0705083911670483 -0.12642706817694999 -0.217976753497256 -0.2954563062325247 -0.4636151291670956 -0.5051119533163645 -0.5565029540081077 -0.6430961127789839 -0.7116677279518531 -0.6355881624701162 -0.6271249988406775 -0.5863095323668512 -0.5558533259331705 -0.6405952526528162 -0.7243160786081335 -0.6928267466867495 -0.6701470220270406 -0.6725935627843804 -0.6138498517416675 -0.42904932122810574 -0.2704373783209237 -0.1170343332571776 -0.07055922117344517 -0.08425479914646952 -0.07050777463403848 -0.12561613223246373 -0.21797767019156622 -0.29553067514861314 -0.4355551158226324 -0.4819151596360016 -0.5324440685247775 -0.6238876111620302 -0.6690766751305739 -0.6078028764659793 -0.6005957056900874 -0.5754182854596482 -0.5498300735751 -0.6410725572535366 -0.7192438952266682 -0.6912546692774015 -0.6697057574464177 -0.6729865815093486 -0.6141165104523131 -0.42526599903948914 -0.26962136184137575 -0.12124231504580549 -0.07050794258998141 -0.08425498786409179 -0.07050796021621375 -0.11764108566828325 -0.21523558290438544 -0.30987135085123685 -0.36731652334588644 -0.43708282541321464 -0.5553306421481218 -0.6282889284328422 -0.6676815001939332 -0.6302665800499058 -0.618217782879912 -0.5607174619446982 -0.5528776958887179 -0.6000272932785742 -0.7132175021899977 -0.7005516920817286 -0.6849705769193591 -0.6195353714428257 -0.6007207680166358 -0.4252549123251061 -0.27634554407097434 -0.12782960411625358 -0.07050792502102803 -0.08425577884455422 -0.070659805475931 -0.11904764783239806 -0.2228696402467099 -0.31536390954748855 -0.35639364072677965 -0.45134332941785776 -0.44659098182501156 -0.6073369666001395 -0.6690087375232102 -0.6151339055890108 -0.6190136978112191 -0.5571729648453112 -0.5462452387651363 -0.5987890226671531 -0.672154784436465 -0.655445680058263 -0.6297809727345473 -0.6318589062132975 -0.571969498133701 -0.3923446979053803 -0.26301232236353417 -0.11689445787831493 -0.07065183898137993 -0.08425477799112295 -0.0705076862733569 -0.12508259235941932 -0.21797765081735207 -0.29545718881415445 -0.4654462977728626 -0.5196133570537984 -0.5662208495440688 -0.6502154452893071 -0.7219074056645386 -0.6398467080568412 -0.6274141846733998 -0.5838780026193217 -0.5587141598047265 -0.64303399629563 -0.7216612945451982 -0.6906414189386489 -0.6695104087948331 -0.6745956751917398 -0.6179978330044089 -0.4268906029148379 -0.27010163215322847 -0.11690950081464946 -0.07050808004959629 -0.08440779816367318 -0.07050722914084602 -0.1261007792608683 -0.21797720917780525 -0.29614400381349926 -0.46334124374591773 -0.515807541934732 -0.5694901525426288 -0.6536432826889512 -0.720313551574751 -0.6079399342820182 -0.5998153256067565 -0.5683246502370198 -0.555499414558551 -0.6405383110438327 -0.7270123065027244 -0.6940859221941664 -0.6666911035043015 -0.667605777042492 -0.6031116439108695 -0.4192513045362532 -0.26961192999829936 -0.1170246754205203 -0.07050796037674108 -0.08425541367693364 -0.07050837903072577 -0.1256301605890495 -0.22582264254694967 -0.3072815868963425 -0.440779676755453 -0.48857005911151097 -0.5456597875760869 -0.638467644703106 -0.7095409568555464 -0.6078596679109486 -0.6024751255268063 -0.554996740729436 -0.5447422341420841 -0.6337475913091726 -0.717524091077454 -0.6892105810881831 -0.6686391648412787 -0.6701866982228166 -0.6116539596546903 -0.432473303104144 -0.2737413513167122 -0.11692283118878026 -0.07050812298522856 -0.08425564228656442 -0.07066039173889753 -0.12572012812317782 -0.21797691141334732 -0.29710252667564324 -0.43614470851207304 -0.47924739434022806 -0.529982299937696 -0.6229230038289594 -0.6928478676869694 -0.6629873253053546 -0.6295773105802845 -0.5614464377881673 -0.5404339181872363 -0.639031911699964 -0.7324657619626145 -0.6397068831095201 -0.6159826539716823 -0.6172010478450246 -0.60378656655994 -0.41974823346975076 -0.2696723018876807 -0.11689486563435872 -0.07050784231053549 -0.08425579455481214 -0.07065982276410132 -0.12348752229426516 -0.2213614853899787 -0.2977231763128726 -0.45572363281296424 -0.49914599491788375 -0.5463871183988875 -0.6315095418210063 -0.6958095387729162 -0.6517174245540271 -0.6397953123947974 -0.5778480300680627 -0.551379575218436 -0.6366172235608302 -0.7150668701049636 -0.6837493862544083 -0.6638798805853753 -0.6659138916529977 -0.608594248424826 -0.42061999713385884 -0.26962758632133055 -0.1210264959403587 -0.07050802011292785 -0.08438982221247462 -0.07052522896735995 -0.11759922999428762 -0.22222003719537498 -0.3154203251138846 -0.3573085877455216 -0.43132898776351547 -0.5509587287375135 -0.6274534210536248 -0.6606629445850792 -0.6320977813982847 -0.6165172638219264 -0.5622534763897973 -0.5528064764783638 -0.5971543313650947 -0.7140921327050689 -0.6976767586225998 -0.6808665566913678 -0.6135493922359957 -0.5924123150450866 -0.41805494073414656 -0.2763372174750685 -0.1278289253246419 -0.07050792775012324 -0.08425578150763473 -0.0706598084180374 -0.11802006805633103 -0.2222822408216415 -0.3148165981986487 -0.36133051327401094 -0.4545038716917063 -0.4469662581468134 -0.6085752328341044 -0.669138747434464 -0.6143676427924095 -0.6171514940068957 -0.5561378005348083 -0.5428179526627525 -0.5978752423709284 -0.6719726737396969 -0.6547549573826613 -0.6264047559978335 -0.6281986956803951 -0.5665706197344433 -0.38873768857660734 -0.2630158702380171 -0.1169273418215123 -0.07050782279288467 -0.08425567883537624 -0.07066050812398345 -0.12560803028855766 -0.21797694090319733 -0.29545658183950885 -0.46279926133373606 -0.508542451943865 -0.5618115747075191 -0.6462483906031039 -0.7138916134384555 -0.6401386322002133 -0.6300430636451825 -0.5884547266258352 -0.5614538240570621 -0.6447335527781446 -0.7230497196950298 -0.6948745349441824 -0.6650416767985481 -0.6637141362229296 -0.600694959169455 -0.41738715950192035 -0.2696394693399184 -0.11691521868924445 -0.07050793524953916 -0.08425578884882369 -0.07065981648128523 -0.125696651611158 -0.21797705892681724 -0.2954566065994814 -0.45579530971346777 -0.49875138833093535 -0.5478373755215847 -0.6362030099250089 -0.7010466945138322 -0.6521162041295014 -0.6392447788036837 -0.5747893453729395 -0.5515482151181509 -0.6331181944232398 -0.711400485937941 -0.6788207473219758 -0.6576854974864199 -0.6584350998944771 -0.6004457034148614 -0.4159539762281808 -0.26967034979467597 -0.11704763446863806 -0.07050820557889576 -0.08425524991348027 -0.07050815232777742 -0.12525666812838546 -0.2267303269335559 -0.3046079837783722 -0.44606721019324014 -0.4887255839346745 -0.5405565073463986 -0.6318629743196319 -0.6898359146063398 -0.6454933114477934 -0.634585116279901 -0.5727749724959232 -0.5458820324435399 -0.630999337102647 -0.7039960923887398 -0.6693760734440147 -0.6477465162306243 -0.6460887542943258 -0.588982457943344 -0.41593765253302556 -0.2696633923527915 -0.11706105445912583 -0.07050818360892515 -0.08425522801624247 -0.07050813070132375 -0.12392730162049764 -0.2260384272435234 -0.3040209861691759 -0.4460659835535589 -0.48833197473460077 -0.5408158265126456 -0.63132978816366 -0.6930899219097136 -0.648614476449589 -0.6363530383228725 -0.5718583789147136 -0.5473855262115556 -0.6277085205572966 -0.7029035345351144 -0.6689555598826944 -0.6472498358337635 -0.6471638873852006 -0.5886663348516209 -0.41614922665987064 -0.26965300592371494 -0.11688857186103706 -0.07050805869437962 -0.08440777518356266 -0.07050727731831012 -0.12469267438425152 -0.2256835173821505 -0.30379867769604424 -0.4469158452299839 -0.4875820103076944 -0.5400227806621634 -0.6309259670437866 -0.692047638513778 -0.6467614550938698 -0.6405027076201617 -0.5773958450244522 -0.5493081190446865 -0.6278945024045137 -0.7035910791374911 -0.6713325941189634 -0.6481767206721 -0.6476584818749409 -0.5901793277748126 -0.4161803963185992 -0.26957812181539925 -0.12118789560226961 -0.07050825395207698 -0.08425529811831521 -0.07050819993264178 -0.11643662131766593 -0.22169389208045304 -0.31426189114962655 -0.3573485322194943 -0.4298617052285009 -0.5518887058504692 -0.6332689231943627 -0.6774813467267267 -0.6237369232302897 -0.5876368546749173 -0.5403331278683448 -0.5355853954499137 -0.6062235162915333 -0.7215799946516354 -0.7091258250187964 -0.6895751705427666 -0.6304763605042681 -0.6117735776045571 -0.4390239834842296 -0.28701524909673454 -0.12781071365110622 -0.07065967651318948 -0.08425472872932543 -0.0705076376359239 -0.11750989069982382 -0.22397388994214074 -0.3196237158444013 -0.3489487366167325 -0.438885329928404 -0.4516146909766113 -0.5977187662321374 -0.65264907626908 -0.5888780987146806 -0.6060110844663155 -0.5298647916043665 -0.5317329425453801 -0.5807508605670426 -0.6495353005627436 -0.621831926271144 -0.5873666856242313 -0.5864558788541275 -0.545448752233783 -0.3786473395854653 -0.2525800838495173 -0.11708594747211785 -0.07052398264120308 -0.08425473718582473 -0.07050771443513587 -0.1260073534140858 -0.22500305613339514 -0.30486704555951283 -0.4360257150284231 -0.47964888007247786 -0.5398349978803927 -0.6365411884429483 -0.6705948537614689 -0.60937515757631 -0.6024412626187078 -0.5927663604635226 -0.5732700245654014 -0.646526920701664 -0.7251600698651252 -0.6981250493662577 -0.6747291121248526 -0.6729133650029594 -0.6099039777603372 -0.41976240860304515 -0.26964657852839635 -0.1168838506433262 -0.07050805966087173 -0.08440707070086663 -0.07050731588392765 -0.1227342828071291 -0.2193819169400864 -0.2970860174168783 -0.4536877108249459 -0.4985310795925781 -0.5440534560543062 -0.6318794007294304 -0.6887608755736356 -0.6451097805076919 -0.6350180302352539 -0.569336595013588 -0.5545506344976165 -0.632058135595932 -0.7057119119642373 -0.6745653972026859 -0.6527007007851272 -0.6547598168887557 -0.5950122516776096 -0.416361548518631 -0.2696288812122296 -0.11696643007403762 -0.07060364399514642 -0.08425478899590097 -0.07050776464706092 -0.12484450791571784 -0.2256186446159385 -0.3047843082980466 -0.44696007615365213 -0.49165343770222014 -0.5409946784674412 -0.6320567014361281 -0.6890345836260665 -0.6475539501365374 -0.6379866488433801 -0.5723400303003233 -0.5542642041948846 -0.6368746384864565 -0.7076648690596886 -0.6766515505007126 -0.6529958265258259 -0.6526619385480207 -0.5927960884657477 -0.41618334518922273 -0.2696364347634413 -0.116895615313397 -0.0705080379628229 -0.08440775288537782 -0.07050725664774761 -0.12501608348606094 -0.21797716742118126 -0.29545671330370543 -0.45967249511463387 -0.504810217481279 -0.5551247617885829 -0.6422584071359168 -0.7007762537314702 -0.6570068625183356 -0.6443889340024315 -0.5803458841058777 -0.5615357491148781 -0.6395330070659321 -0.7145935708655511 -0.6811795154599894 -0.6609392372633828 -0.6604481062103978 -0.6031428912814087 -0.4198390422140011 -0.26960234006103234 -0.11700227227118475 -0.07050801588016006 -0.08425546847194769 -0.07050836818217289 -0.12657904487492075 -0.2179767306090086 -0.29545628372715044 -0.4790615841823929 -0.47786901101475143 -0.5334711176434387 -0.6309669789899212 -0.6756560193167753 -0.6081662075388242 -0.6341104714500527 -0.5833014882651624 -0.5581977303063568 -0.6443549234572233 -0.7197809492890075 -0.6898530376149452 -0.6666445583938982 -0.6679634273148332 -0.6095261729382362 -0.4212948494372415 -0.26963558735881155 -0.12103547578023528 -0.07064608597649885 -0.08425477930169498 -0.07050768757321407 -0.11699786283757235 -0.21523495619741861 -0.3082069630617348 -0.41149161475234675 -0.4481646190437288 -0.5569007657042877 -0.6269624325357 -0.6550796242890156 -0.6240014796807742 -0.610665669770245 -0.5567385932426158 -0.5527256019073604 -0.6002687012367094 -0.7120564406907061 -0.6943860534328199 -0.6822238336643752 -0.6150761443068853 -0.596157037883502 -0.4218684330351548 -0.2763674018031384 -0.1278198408072144 -0.07066009603126595 -0.08425456039208919 -0.07050747140960863 -0.11781608446696702 -0.22272184737214115 -0.31529773467991806 -0.4023644699156458 -0.451794879540856 -0.4506223081868263 -0.6082782199464645 -0.6617427058842539 -0.5970956298309706 -0.5972323959135424 -0.5398507252842822 -0.5376861869030912 -0.5898147775656004 -0.6581457471731037 -0.632850920996319 -0.600005114621086 -0.6003477006448327 -0.5546926571717813 -0.3887705436112747 -0.26283706602994783 -0.11710595521154306 -0.07050820744027159 -0.08425525176784035 -0.07050815415472855 -0.1233957888907658 -0.22407233015293865 -0.302282565842051 -0.48825578131315733 -0.48722808742453655 -0.5423480722962146 -0.6343770908115236 -0.683256144575852 -0.6269256039284389 -0.6180031428586265 -0.5646963976091023 -0.5462584007471856 -0.6290578048999067 -0.6964814491754422 -0.6542400381841488 -0.6335124989681132 -0.6355871046218311 -0.5871013879731073 -0.4161942019876761 -0.26960281787563534 -0.11696878352619837 -0.07050807274928785 -0.08425559275093648 -0.07056892584053014 -0.12324730459821748 -0.223403720884143 -0.3015803318349651 -0.4882878021998165 -0.49104029032947005 -0.5417129113461443 -0.6337338168460502 -0.6797719909556764 -0.6216240411348362 -0.6127902465076243 -0.5660519087933721 -0.5493366894978925 -0.6348070245864951 -0.6961887915724023 -0.6513465319158533 -0.6292163891529488 -0.6309570626692628 -0.5871162252189001 -0.4161626578564807 -0.26961123520418084 -0.11693434648824343 -0.07050780661419138 -0.08425519782190918 -0.07066049690371749 -0.12403231694687361 -0.2229125775415284 -0.30206910301467366 -0.48829365383677104 -0.48919103965260463 -0.5399638088202167 -0.631813590035743 -0.6796806371723791 -0.6208759016871441 -0.6118994170114193 -0.5644351645007465 -0.5516073840187355 -0.634426231548678 -0.6962999010810306 -0.6482049397352986 -0.6259001587158844 -0.6270864985848926 -0.5867470757398164 -0.4161811692556226 -0.2696053045582569 -0.11723105388840582 -0.07050810413210454 -0.084255623689051 -0.07066044847084522 -0.12403946903007933 -0.22292620557739953 -0.3005446496998457 -0.4882896548527204 -0.4863256996869515 -0.5398010858080273 -0.6309109046642316 -0.6795878345148684 -0.6175399378321448 -0.6105631605165001 -0.5630482091987022 -0.5455386034847634 -0.6309287655407874 -0.6962606704660489 -0.648965255997381 -0.6259001587158843 -0.6270525896333674 -0.5867655653240351 -0.4159160560555874 -0.2696345361298008 -0.11713204483242756 -0.07050826418279943 -0.0842557815223089 -0.07065980842701097 -0.12318307720606768 -0.22215064670607068 -0.29964848985680265 -0.4883044981895945 -0.48952699930964877 -0.5401573716315403 -0.630901180833112 -0.6791292141182215 -0.6183491533293737 -0.6119294255919246 -0.5667236696563618 -0.5533265806452716 -0.6330170516451901 -0.6962053418228915 -0.6482513140685224 -0.6259001587158843 -0.6270433316917438 -0.5866015116789097 -0.4159306609414541 -0.26964269701825716 -0.12133819530538306 -0.07050811737346412 -0.08425516201637973 -0.07050813149427435 -0.1162035817315048 -0.2191749744228131 -0.31120214191151435 -0.40103215944296494 -0.4274089825814726 -0.5463165144008478 -0.6254572609546107 -0.6462606449117084 -0.6114266106265621 -0.5979242571405152 -0.550684514129426 -0.5451896566013291 -0.5953539041623331 -0.7096488629492061 -0.6756125523935591 -0.6477911849300005 -0.5937120244927037 -0.579566494125052 -0.41621347651627294 -0.2762878189524493 -0.12811100492003255 -0.07050810611793491 -0.08425551801129738 -0.07050848166304524 -0.11644779242393355 -0.21938515840355927 -0.31129480143982335 -0.4010321496616665 -0.44728048352496963 -0.44643959200179945 -0.6064125364266734 -0.6609809788243323 -0.5922831097919153 -0.59238904569128 -0.538615038647825 -0.5339690216540807 -0.5847919000434136 -0.6582398409248326 -0.6304408704312179 -0.5962184238306979 -0.5958750737641866 -0.5546671707813157 -0.38889005344522004 -0.2628011517335508 -0.1173587392147694 -0.0705470066008269 -0.08425479926179678 -0.07050784813000423 -0.12207952918993996 -0.22116367572016318 -0.29858490396172843 -0.4883603800067374 -0.4870583554966526 -0.5407494773217723 -0.6308166951528336 -0.6786935886023274 -0.6174960964422793 -0.6107000477237672 -0.5644613934856023 -0.5456071897634315 -0.626643310227183 -0.6963654651675714 -0.6484269621656743 -0.6259001587158842 -0.6272482078401627 -0.586422281136349 -0.4159166606493996 -0.2695889259228915 -0.11728708962836035 -0.07050822311182038 -0.08425560150496332 -0.07058540652237053 -0.12229657236813958 -0.2214244585580135 -0.2985189507584743 -0.4882847914589457 -0.4947685760941318 -0.5403925247863088 -0.6319367148579926 -0.678871847332033 -0.6180288134423726 -0.6107071298424417 -0.5666687061876566 -0.5541625997624258 -0.6347183585416433 -0.6962400360794284 -0.6493662971102354 -0.6263430407138387 -0.6282795642428342 -0.586275886030533 -0.41610551229472303 -0.26964580063102994 -0.11689231983895494 -0.07050805857762982 -0.08440777506957828 -0.07050727720386107 -0.12165325125377476 -0.22093025179619413 -0.29877853460784337 -0.4883156956369069 -0.4940508610822681 -0.5427883279684944 -0.6336729316656504 -0.6811968997950458 -0.6353685923256187 -0.6239148847270785 -0.5678582137202925 -0.553223979307647 -0.6344750770670944 -0.701989432357184 -0.6721403493181639 -0.6514760662858675 -0.6556766789485089 -0.5950028650216668 -0.41635160008780253 -0.26965407419281595 -0.11699631955169944 -0.07050783890693474 -0.0842553296798771 -0.07050823110311057 -0.12306249140094662 -0.21805664928517823 -0.2954566213890924 -0.50036834225159 -0.5045268595533702 -0.5523440749519275 -0.6374543728569361 -0.7015863537088973 -0.6592888020553139 -0.6493158997729122 -0.5866925150991716 -0.5583875877644983 -0.6392884687329317 -0.7159330798227801 -0.6860193848620655 -0.660339193612288 -0.6596768936072557 -0.5982295998769805 -0.41594979138404503 -0.26963159425946226 -0.1170873713536857 -0.07050794905580887 -0.08425499430522213 -0.07050789988143176 -0.12473146852536687 -0.21797785814615123 -0.2956083093756741 -0.49593092764142005 -0.49455992356520817 -0.5468911216676041 -0.634088365670682 -0.6924181535454348 -0.6507652750462357 -0.6389852267896639 -0.5739322193937427 -0.5498465645922778 -0.6348540755166463 -0.7114482555532248 -0.6788446055915197 -0.6581750776424273 -0.6591473688993238 -0.5997082937535211 -0.4160024931366352 -0.269593741363198 -0.12124182806416209 -0.07051400211985602 -0.08425480948900835 -0.07050771738908047 -0.117769395168843 -0.222668472562957 -0.31541068416887835 -0.4019481718620638 -0.43043487072008463 -0.5480673653495776 -0.627155810291212 -0.6628468181021864 -0.6343157942991967 -0.6198278307654361 -0.5633586640714516 -0.5517298011601488 -0.6018717920810079 -0.7138089027598401 -0.7005058263184631 -0.6847000377033317 -0.61929452735656 -0.5996371293421665 -0.42211521947941455 -0.27633410365735134 -0.12784094901282822 -0.07053387572955078 -0.0842548049434025 -0.07050778032964451 -0.11740426035375856 -0.22230597705137062 -0.3149869501740424 -0.4010472490842366 -0.45034066024383573 -0.44674146133677417 -0.6082494218543728 -0.6614610828361019 -0.5998007373541345 -0.5992049129454273 -0.5392512274907854 -0.5353672864506184 -0.58874301484336 -0.6579904239743969 -0.6346930484379372 -0.6042241476688985 -0.6054293719778606 -0.5548605686252654 -0.38889344882332605 -0.26279768287696104 -0.11703538761074188 -0.07056068581685676 -0.0842547988121974 -0.07050777429933534 -0.12279676505047118 -0.22398128553209393 -0.302380969654457 -0.4883603800067374 -0.49698563311491706 -0.5466102786378118 -0.6352890382292314 -0.6872419010641777 -0.6503317077686183 -0.6377721152798687 -0.5750834986531519 -0.5540518800975099 -0.6375092386857899 -0.7089843747189021 -0.6798845024202868 -0.656799637513837 -0.6576576013289693 -0.5980629388207976 -0.4159006750823822 -0.2696404271479428 -0.11698986071488433 -0.07050796935217846 -0.08425542254219935 -0.07050838774470701 -0.12461731070944923 -0.22532496617947492 -0.3035261931986306 -0.48826900616580454 -0.4908548130276068 -0.5407982395111948 -0.6320591351056225 -0.6843925756604151 -0.6424575639317067 -0.6311709007446039 -0.5734169709460702 -0.5563889209079762 -0.6348588297482202 -0.7026060127223659 -0.6710438431690154 -0.6533678592440895 -0.6545526924703243 -0.5947250575766235 -0.41594111856307353 -0.26965249705692124 -0.11703783061134052 -0.0705081983859311 -0.08425524274397397 -0.07050821089705545 -0.1244644972796876 -0.22562300771915358 -0.30359124151144096 -0.48825235193489763 -0.4875557950173598 -0.5443297128738712 -0.6336238266408165 -0.6881081187699808 -0.6396891750825311 -0.6280523378589741 -0.5673223313701262 -0.5546486936203856 -0.639074015510562 -0.7108778072007055 -0.6808640800878851 -0.6576073522912707 -0.6595154372934323 -0.5977765382993783 -0.41792274114876476 -0.26960168737200346 -0.11696247765733112 -0.07050768811275177 -0.0842555470867033 -0.0705085102601318 -0.12562076698030472 -0.225995053561205 -0.30417717386071413 -0.48828079920031464 -0.49426888830286647 -0.5411852941012117 -0.6318769087119084 -0.685813429155059 -0.6412182336814093 -0.6296570157396145 -0.5677615789121105 -0.5502446214179652 -0.6318669166747117 -0.7010480698742688 -0.6645780035486405 -0.6435391921269141 -0.6431320111816432 -0.5862799067217013 -0.4158798875546187 -0.26961599995632113 -0.11707796104282438 -0.07050802705182026 -0.08425540031114039 -0.07050836588247977 -0.12558675816240786 -0.225088691250287 -0.3032236733434428 -0.48826725306006924 -0.4932317794994133 -0.5409226694128221 -0.6318441652235477 -0.680225860809953 -0.627648300469283 -0.6211593934356832 -0.5657600465993259 -0.5487010886516893 -0.6318962484003847 -0.6980345592653419 -0.658358633048856 -0.6355044208849289 -0.6368884510802262 -0.5850251927839574 -0.41582890703644737 -0.2696375019944443 -0.12111923813645914 -0.07065958552456178 -0.08425477622268664 -0.07050775208640274 -0.11754706109617463 -0.2205610817497109 -0.3130812957693472 -0.4011608907911644 -0.4322461785320745 -0.546867253554736 -0.6260871842691941 -0.6516742540035024 -0.6205030713967217 -0.6074613956982753 -0.5567629966754741 -0.5507136535214644 -0.6004131673579169 -0.7136846831396014 -0.695504860750994 -0.6790052283372496 -0.6148459736511627 -0.5965685927452672 -0.4232778397125279 -0.27629801973708057 -0.12781790718280714 -0.07057070947328672 -0.08425479652219049 -0.07050777204375627 -0.11693572617154621 -0.22159952846062508 -0.31433271019295245 -0.40326409176500705 -0.4510612402448559 -0.4469275707245755 -0.6070216033335113 -0.663691956963204 -0.6072933980460963 -0.6099639020968252 -0.5485972847004537 -0.5403508154310621 -0.595432391901154 -0.6628714417484246 -0.6485979070234923 -0.6217773729788582 -0.6256587522830258 -0.5660234443632068 -0.3887126528460057 -0.262802785142828 -0.11710694805343216 -0.07051480740191013 -0.0842554250009369 -0.07050777868166527 -0.12369716530717115 -0.22475424850396164 -0.3032503014881536 -0.48836038000673726 -0.4954605274330836 -0.5417199007904996 -0.6327319492666151 -0.6796480357534056 -0.6226768265105858 -0.612764923611699 -0.5646834537294313 -0.5499761709075695 -0.630880555176074 -0.6961072959394454 -0.6499137631651353 -0.6259001587158839 -0.6270975642637624 -0.5863814193255708 -0.4158996986614759 -0.26959351731944614 -0.11730241049685117 -0.07050822572019476 -0.08425560408459433 -0.07059807750103637 -0.12546708352887356 -0.22422776454945464 -0.3016930265712359 -0.48828692977171595 -0.4937841043395336 -0.5398268257602031 -0.6314279283591777 -0.6791502398222755 -0.6179879832562993 -0.6104678332443836 -0.5648976335535326 -0.5465606056991625 -0.6313846706290538 -0.6963728257169024 -0.646871558328048 -0.6259001587158839 -0.6270368284723867 -0.58660565151695 -0.41590270528957946 -0.26955169963706826 -0.11753445831411367 -0.07050790089860355 -0.08425528269916165 -0.0705077838619122 -0.1232940607087014 -0.22252047196749314 -0.29966670503565274 -0.4882579215433518 -0.49139692623100495 -0.5399361412150955 -0.6310334372147557 -0.6787078344910998 -0.617523507208531 -0.610561218331357 -0.5631595733511393 -0.5469352700175117 -0.6292073958701226 -0.6963990139499997 -0.6484215477703654 -0.6259001587158839 -0.6270272681766909 -0.587276667331682 -0.41591486521302845 -0.26959934098524435 -0.11711740780551973 -0.07050801449692719 -0.08425569700907669 -0.07066052778194137 -0.12214185239598933 -0.22145252412508176 -0.2991477107897198 -0.4882952159772308 -0.49363109888566875 -0.541033259375699 -0.6310813349405785 -0.6791848155204047 -0.6177975955892138 -0.6103314610553942 -0.5629019862332095 -0.5464453363022672 -0.631266553595057 -0.6958837538387173 -0.6505647121362784 -0.6259001587158839 -0.6268678162589771 -0.5880644304879791 -0.4159132067924793 -0.26961433524101613 -0.11722681431150135 -0.07050818015652334 -0.08425559120787829 -0.07053820210856644 -0.12223608288849205 -0.22113773176889867 -0.29895743922496903 -0.4882858659345892 -0.4912115646209605 -0.5397516433072572 -0.6311521953521271 -0.6789396225205979 -0.6185113941874942 -0.6108857689350758 -0.5629961745970959 -0.5501335026184728 -0.6311514072967509 -0.696384769932177 -0.6479088998517551 -0.6259001587158838 -0.6267958857956181 -0.5884302486797047 -0.41589697865315306 -0.26958409816281703 -0.12108199549091489 -0.07050775002959936 -0.08425514191767874 -0.07064581104504881 -0.11418575977711143 -0.2178082392158062 -0.3101115041806756 -0.4010321369281157 -0.43482328813717724 -0.5474178152627768 -0.6262831791152712 -0.6460952712184183 -0.6113809160681309 -0.597978619208711 -0.5511416827470814 -0.5473040173217713 -0.5945701711351895 -0.7095615652456365 -0.681921871374416 -0.6620349948167354 -0.5986662105308438 -0.5839915760183295 -0.41578613746361687 -0.2763543357218628 -0.12780221002422304 -0.07050808555970595 -0.08440780408524633 -0.07050730409017676 -0.11522047363882147 -0.2191080609876265 -0.31197343137316497 -0.40103246077508575 -0.4513610537726506 -0.44671313091363163 -0.6055091346749069 -0.6605565934697969 -0.5925531350580321 -0.5926902061353938 -0.538629489746526 -0.5342982306514809 -0.5872279027784791 -0.6579245415635692 -0.6304310932764785 -0.5962172846171336 -0.5955530128204163 -0.5546519405276732 -0.3886441528676216 -0.26297965387632527 diff --git a/example/run/baseline_scenario/opendss/profiles/load_12.csv b/example/run/baseline_scenario/opendss/profiles/load_12.csv deleted file mode 100644 index 3a3a53a..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_12.csv +++ /dev/null @@ -1,8760 +0,0 @@ -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.60225761312128 -104.09634834776216 -180.76840745775831 -145.42493601476374 -128.64104573876529 -293.9328872800511 -618.6246552590725 -813.4693865361462 -807.7848169800513 -806.489210732166 -807.5501872131678 -820.1330867267579 -806.1085749728456 -655.7553705209552 -404.251232871539 -359.6907545507718 -362.33260014100233 -362.351179692908 -345.58921936915755 -246.0909988296933 -121.60223869311218 -104.09634834776216 -131.372595723715 -104.09634834776216 -138.26477030051734 -112.6139878741362 -256.1003765794522 -218.5306605654104 -197.2742307628513 -525.0896407065472 -784.5692461382112 -800.1666716403257 -820.6891465747341 -812.6594929232959 -804.6584563783433 -808.0053410476219 -820.0774299149487 -914.867267948646 -909.1867029896416 -913.2208083700868 -668.5866732337006 -359.79575906836936 -365.4804936419264 -253.7886244517505 -137.38043670137603 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -211.75708961423143 -225.90259173181732 -552.6990290266809 -785.3655801231408 -793.4265371692456 -822.1182136904508 -814.3277782834019 -806.4702069786152 -809.8636206942044 -822.112528688096 -916.9165879573424 -911.2663587292157 -915.2144795859638 -634.9425619272935 -360.64712658662273 -366.2294289171424 -244.85146751528808 -115.8216802767847 -104.09634834776216 -104.09634834776216 -104.09634834776216 -167.09726873648478 -166.37597618774296 -166.9442634387078 -219.6926701947228 -236.0593088005785 -531.4659011001088 -769.0979897882281 -788.860828340615 -822.5630526078688 -814.2037753437704 -806.4040891878718 -809.931615839565 -822.2805712502648 -917.6097347709352 -911.4916621842968 -915.5104515932984 -637.2442240997111 -360.57351716723446 -366.1523107354936 -246.9306926308056 -117.53951319077454 -104.09634834776216 -104.09634834776216 -104.09634834776216 -139.13034022373583 -112.60974978620288 -158.38688889360986 -215.9598652081171 -201.2206519745381 -525.030344395726 -784.8545625467821 -783.3077443121135 -821.3910125166449 -813.4098622531734 -805.3909036302335 -809.0330052733989 -821.4201993664179 -916.9578982938348 -911.1055818850502 -915.2619840349638 -675.2525946984441 -360.46721684648486 -366.30587278760703 -246.17933207202316 -213.00628720904416 -104.09634834776216 -104.09634834776216 -145.0130026417189 -167.30186104502704 -112.61679167648391 -152.32001360629133 -222.01988043682664 -203.23533140262504 -525.0280069542279 -784.5048604255556 -788.107534864419 -825.396661115808 -817.369236907314 -804.8465759157434 -808.166829919043 -820.830101094253 -917.1744338156822 -910.8854598169868 -914.736404620244 -631.4261430548058 -359.754727655485 -362.36132849816914 -347.905022337825 -214.76093652996937 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -189.20763850827456 -206.30194963913124 -528.7912699143513 -795.3506155161236 -842.9259864774921 -816.3600917540722 -810.5625251735535 -807.1616178692374 -805.8944237574548 -807.0860622061093 -924.8718657416404 -664.3484186118461 -364.815069785696 -360.3706148415205 -360.3557678394174 -363.0548143359486 -345.52318593835145 -104.09634834776216 -104.09634834776216 -146.20448897624735 -127.20113063778524 -159.63054133012184 -168.1770023548723 -207.1786775723729 -261.9472065071063 -140.71488079179616 -314.7398736083183 -632.9244991316739 -811.7375651804498 -809.3890683412104 -808.1511822740321 -809.4886530402343 -822.0883376079513 -807.9253043367033 -665.2357274185283 -405.5329695949152 -360.4290261081684 -363.0668576506974 -363.0952587874284 -386.7725541830348 -317.7589176401137 -218.88788455664084 -173.76705866500183 -189.5156883229235 -181.5950609359172 -188.28717107621188 -204.0142584395139 -209.3749860274961 -218.5643960556924 -206.65559769418587 -534.8226250712324 -765.0308306435048 -793.0335207142562 -823.0513670946366 -814.7726733569427 -806.560616125893 -810.0148337695877 -822.330494298882 -917.3969464943788 -911.8297443597072 -916.090579805496 -659.349061497057 -360.9588823742775 -366.6236417208562 -246.7092742877633 -117.59607334028463 -121.4814839365151 -149.9160439744123 -183.6605806018965 -172.823228321107 -181.0530691820065 -206.00136246719387 -225.04288482339163 -206.0253485867424 -529.5773546628419 -763.1546872020745 -790.259041075292 -821.0624946900799 -813.0463834696166 -804.6940071116472 -808.0776978162161 -820.1654725623628 -915.8325792062984 -909.5709336693012 -913.036867506632 -631.2816424490188 -359.5011720606247 -365.1810688061405 -245.1014631391876 -121.59385616461589 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -163.27019883957217 -195.22744173638029 -517.8128321270405 -784.1716762237794 -834.6641221564499 -916.2921349637242 -904.6853379993852 -901.3639772628349 -874.4778737969871 -896.2181379710639 -1014.1651304185848 -898.8643991303297 -911.9562338683404 -635.439741664222 -359.688678543958 -365.5009215579424 -245.36200116048155 -115.98329627402296 -104.09634834776216 -104.09634834776216 -104.09634834776216 -168.9775111419917 -187.4085493975676 -249.000776730963 -262.9976480937071 -211.95769492092657 -532.6080414750255 -780.1731664124571 -791.8215282248345 -823.5837751028305 -814.8005770196269 -806.5494871567448 -809.9546045286845 -822.2258206472368 -917.35642252121 -911.6707372978316 -915.3654326837388 -637.1227705761647 -360.8024368503487 -366.25010928834257 -246.3756710098454 -212.21453263589197 -104.09634834776216 -104.09634834776216 -104.09634834776216 -139.60253192094655 -112.60972850274308 -158.38622836736258 -220.6207512359551 -204.7909597093245 -531.1626054632736 -776.0651615510317 -790.126502578007 -824.8158703817751 -815.8883774232057 -803.6570566951627 -806.9880577535866 -819.0828689284327 -913.9987912596476 -908.3664250186596 -912.3652535054318 -635.5391225009419 -359.40262346336453 -362.00938474345895 -343.2663559058957 -213.19241463230748 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.15588387849547 -196.25087067837677 -520.8561447253732 -776.7336952611842 -812.1227869679633 -814.0343870099929 -807.6384788149112 -804.3409344784166 -803.0995675505015 -804.036808788218 -922.0330029776752 -667.2326016936186 -363.9687813613126 -359.3296542030265 -359.369466631088 -361.99372746318176 -344.90244482359896 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -83.15006559548287 -313.9888487258582 -633.2449259357993 -806.2919073346759 -805.8191810740001 -873.5216207482727 -805.5673291683727 -818.5559973795603 -845.2380682381889 -653.997634342016 -404.0017575611381 -359.5315957809132 -362.2764430099746 -362.247646676342 -347.3973977816148 -251.8560232787084 -116.6174659768094 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -155.51616291733905 -143.78591029232624 -216.9352263831235 -198.8623841652041 -526.2952905620295 -763.0268996009427 -787.1314632369288 -819.3341461317152 -878.5938053166348 -869.9289015501985 -873.4630966950167 -818.2080732776762 -913.3562440638672 -947.9724171181408 -996.2245789212126 -635.1398003943765 -359.2181543518223 -364.861617494903 -245.0987004902951 -115.67195622399902 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.78585815079768 -191.8825678012389 -517.2581884504481 -783.7405657482319 -854.0832296009547 -884.778486614852 -810.6275960280879 -873.5758202185127 -888.2382798491881 -892.0805474197682 -992.9165677779038 -989.0790064018482 -910.9421608454544 -632.0386148973771 -359.1341409100031 -364.7607054512684 -263.1660743379041 -115.72726469697066 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.4485820124229 -209.1976110758416 -539.4128443586113 -786.2123440314125 -790.5340651888139 -819.9267504273704 -811.6103988410979 -803.6455331662189 -807.0393975663361 -819.2297053560982 -914.1824138565916 -908.1738309664876 -912.2175179783004 -657.125701811739 -359.48182252804685 -365.1261246297613 -244.901977295157 -115.75220547505918 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.2712823134147 -195.9208928406131 -517.6865164025776 -784.0712196462738 -893.7412813586427 -905.010527997896 -812.0017637930428 -804.0467205270268 -807.4308253478958 -819.6437860277168 -914.4791954268942 -908.8021667342784 -912.4930845402656 -635.6727963649839 -359.5828207552187 -365.2027711922288 -244.88827359755 -213.6263441669861 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.34634373879075 -227.5287393843877 -539.5943873105527 -784.1735190680607 -786.0976685783332 -824.5684127033869 -816.9384323755722 -804.2545141940234 -808.4076253123109 -820.0695588756614 -916.3235979227692 -910.0086528895976 -914.1467250182606 -631.733566788072 -359.9935691056276 -362.67795144639433 -345.4063702995538 -216.335461902435 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -196.82874264801725 -203.4674850312956 -524.1714349095937 -775.9621983347035 -813.6878775761062 -815.4343698561652 -810.5153890256041 -807.3163864429832 -805.8354569929501 -806.8646029074424 -924.4466181818266 -654.6914808942839 -364.4856417022126 -359.790159694332 -359.793621120032 -362.31848575361374 -345.0847174637494 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.601989939446 -135.27273966578412 -170.80009301620862 -137.2491984809961 -294.66764043611414 -618.4553598648347 -863.7664954225847 -807.4777491436988 -806.9060131143284 -807.916374182486 -820.9489390295071 -806.4153924430104 -655.6020714437702 -404.07468405513646 -359.6666308244455 -362.2109244104356 -362.2558447989932 -350.13626794589004 -252.09796172002032 -115.26350659923348 -104.09634834776216 -104.09634834776216 -112.60224262741065 -166.19006886407684 -112.62102042528976 -188.43336595357533 -227.62820765284312 -206.5856574950201 -535.8076849042266 -770.3264861208904 -791.867645398396 -822.6307811734342 -815.3525248968806 -807.5311549782598 -810.7943699071766 -823.1409447364374 -917.9481280403164 -912.5797914937564 -916.394365353693 -654.2180877630594 -361.19829570661193 -366.8185368543432 -247.91800800801664 -158.48137874818332 -180.2855698863888 -169.42496373185534 -215.4826045268273 -158.97462603597157 -244.2133490669102 -288.82737744852784 -272.6053355508343 -213.38064925328527 -532.1347677650714 -773.6534203355169 -792.8346085569121 -823.4403196737874 -815.0521664535161 -806.7101645462367 -810.3565849280405 -822.4193655655807 -917.6811605592824 -911.6619369103925 -915.7771007518164 -637.3844886061333 -360.7428932682439 -366.3468754727604 -245.651686946824 -115.88652824724714 -104.09634834776216 -109.76669205594948 -112.60265305941223 -166.84772029005637 -112.61923370537455 -199.35544924703453 -219.2945285444569 -200.47010263216495 -531.4632472629862 -766.7350957958148 -792.8338293395329 -822.3299156059172 -814.0929438932496 -806.2255266664733 -809.3789756841869 -821.779600697402 -916.4530023862284 -911.2689333579278 -915.365527069193 -635.0717432358953 -360.6238742332581 -366.2096085862862 -246.54884309743971 -117.57665604255278 -104.09634834776216 -104.09634834776216 -104.09634834776216 -154.98154509292382 -159.63170617061795 -166.10145403208813 -220.5558592043964 -204.42514152245425 -525.4506524139464 -785.1162380094926 -800.2926531094549 -822.1399940318333 -814.1748770576328 -806.1417156429145 -809.1629597980246 -821.4148371016233 -916.0506903602658 -910.4317669754583 -914.2725771462166 -634.698303571804 -360.1198081552286 -365.7268314117398 -245.63973485833844 -213.54377883773293 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -170.36056407884934 -227.32544940089045 -201.47224298546243 -529.4683793589538 -767.672578400836 -793.3365980841891 -825.3390445124659 -817.5019411863702 -805.2627614530688 -808.7929620822597 -820.9254648549318 -915.8476489274508 -910.1390327650148 -913.9701684577408 -631.8355972492656 -360.0451661318065 -362.830417983817 -344.31908520717167 -236.7639208954517 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.60224230691948 -166.35610241096418 -190.80333598938356 -224.39444312069207 -258.90766785855766 -531.1851184833465 -784.3845521127162 -815.6301296538181 -817.5936503347635 -810.9070417610449 -807.8130869237657 -806.3114360498317 -807.2359453807577 -924.9604025024804 -657.125864016204 -365.4168784693418 -360.7637220913164 -360.94880772251753 -363.47708347423486 -345.90507438344486 -122.03379294382026 -166.96490332694907 -166.29395507536216 -145.0451073820013 -159.65139274232763 -135.77643183823577 -184.00907673470772 -168.62343719590078 -143.92844951386752 -306.6850907292752 -641.9538287745712 -809.7798113285905 -809.3157555508211 -808.8223230342459 -809.6374917896738 -822.3043366438927 -808.3748694962443 -657.1955647913497 -405.8328975972163 -360.60197023378055 -363.4202402422228 -372.0914007832472 -421.6263439753575 -312.5501161189568 -181.29487482956645 -173.05054069135102 -179.96655828693272 -178.21604956635542 -135.83235477841393 -176.2615887012395 -231.26032612482135 -217.80538065998795 -206.4019593761672 -532.49335736476 -780.6202999865282 -790.9097296516363 -823.5591949404821 -815.2948259653066 -807.5830008848482 -810.9543475230837 -823.1242426089644 -918.2556117136564 -913.219538958424 -916.8792313590302 -637.8340744279818 -361.0867508188486 -366.5945506307133 -246.4205058764087 -117.4821628284394 -123.93537009308186 -152.71966195842654 -112.6116246509163 -121.14547999606404 -165.7296456369669 -166.96001904823618 -218.4352484370319 -215.9277853738466 -532.1149393899066 -773.7168716400017 -789.8289027362403 -824.4576189617931 -816.2356675375106 -808.3677004707077 -812.0094556675709 -824.0226932559964 -918.8995026154316 -913.0557738424548 -917.1612038324562 -634.9166049608162 -360.8636950441812 -366.1216523062721 -245.6697590337912 -115.8340018834754 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.40651617986228 -194.8587879692665 -521.0313132545178 -767.0543733200607 -796.4219618851968 -819.4657956066193 -811.4299867551347 -803.53719910625 -807.0994895344883 -819.1702172131037 -914.5934466627313 -908.7377264934944 -912.5149894383536 -646.4335573754438 -359.51650181633136 -365.1495260981631 -246.61472532985152 -118.06583372012253 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.28949094643988 -222.70404397189463 -558.3067781424857 -816.7579245728508 -785.4119253536867 -821.139799369809 -813.1888875001138 -805.2422251167934 -808.6747067780241 -820.8259891583402 -916.0981139224904 -910.1136355234692 -913.9240578360012 -668.7639502061734 -360.0192015247921 -365.6794785935481 -244.91704004354887 -213.77483984506716 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -143.77927931210473 -223.7316846664133 -232.8183146973856 -524.8777701863083 -775.5423299321106 -788.1515437530622 -825.359423960515 -817.1301740721597 -804.9362303501001 -808.4643265196632 -820.6561459338858 -916.7352781855898 -910.5403025938964 -914.691522113 -631.6358491327753 -360.08453704648144 -362.76753610109296 -345.49080850033795 -216.42468184286943 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -139.13775051810364 -143.7896234873262 -220.7748713933631 -211.2407680965308 -529.1737093191443 -771.09724912334 -819.4190459062652 -817.2422622318721 -812.1960117172929 -808.1147637024717 -806.8498770966902 -808.4215899484395 -926.612332779938 -658.7467335061853 -365.5729354338606 -361.0627495483223 -361.1714029392394 -363.7334063518557 -347.02571618241944 -122.05653318294232 -139.26859941630283 -112.61243007582492 -153.5579832702739 -180.53125601999344 -168.1981059568725 -223.39932744471315 -318.38031687013915 -141.13051162170512 -326.3473317569084 -641.1043792397649 -811.1865526768883 -809.9947313564682 -808.8295231255045 -810.3714638846646 -823.4008672625013 -809.5164726655428 -696.9928847420072 -406.9392714176552 -361.3129394019583 -391.35816534765945 -445.24463827336 -424.0861457228392 -349.10590644798646 -206.37085956021403 -221.44716286382413 -214.0599775583636 -222.9464673189821 -191.53623677030208 -246.89708166271063 -280.3404705568849 -256.8517858872851 -216.4389762004309 -545.9101575124095 -777.9452146646153 -802.3754365510467 -826.278325183404 -818.2379009167526 -809.790516393334 -813.0335822227994 -825.3836583551573 -920.1858835067744 -914.7729319216104 -918.5981234295442 -659.8519581341103 -362.1838798932823 -367.794419729929 -270.46258867826367 -167.07440257866318 -169.38614637223816 -167.55557079966297 -217.9286634903543 -216.47810804250207 -248.02674675914463 -278.32278964426627 -159.80301507706227 -215.30354180846987 -543.8341493561479 -780.1075137787974 -791.2387117868043 -824.3241866342785 -815.2852299341926 -806.7793038096801 -810.0816826758884 -822.2675007338372 -916.6727474720128 -911.4063475834404 -915.3355154755816 -634.4526260329143 -360.5968840450424 -366.23747689103953 -248.3717647243897 -117.63665042520184 -109.43521481760811 -119.49458376583804 -127.19827249910011 -169.08010232991154 -135.755206705512 -257.098916511946 -158.38289786276502 -241.9498665142685 -574.8132160993958 -773.4101097331874 -788.8795270607327 -822.7584780856301 -814.7209754615203 -806.8989580819781 -810.2555574436902 -822.3411618808325 -819.4513770703807 -911.6191663159829 -915.66601897492 -635.2274671682111 -360.94915348984745 -366.9589723971868 -246.3814742113296 -116.0616511562616 -134.69062576712682 -146.49870646949512 -112.6065459904458 -112.61576604676824 -157.09329744556965 -213.27036470825476 -128.47833349217595 -197.41540487170792 -525.2138930532633 -785.1477804260203 -804.8303977085012 -821.4753547955315 -813.1506594321418 -805.3281303254369 -808.5604167468981 -820.7162886079499 -817.9347693036758 -910.1788763485938 -914.5013840339388 -643.0428645540372 -360.26173946920864 -365.95461798711017 -247.20745782674075 -210.59286327628547 -104.09634834776216 -104.09634834776216 -104.09634834776216 -166.0376043395437 -165.54727173330414 -188.13767613035876 -128.1397611073147 -229.5106162700088 -572.4991665745841 -805.9257573894391 -798.6748582304234 -825.498410998705 -817.8480415099892 -805.7735424655493 -809.348736997444 -822.049625337547 -819.2832636973667 -911.8107674085112 -915.738131251333 -675.8919813626482 -360.9584517718949 -363.4895213592338 -342.6093089539275 -213.62236229962733 -104.09634834776216 -104.09634834776216 -112.6021795427376 -166.47170246615593 -112.6154743193164 -188.46434180412805 -147.20117418476713 -201.9440521307861 -533.7946154941652 -772.4857301536942 -830.6409644128782 -816.2796567750601 -809.3599257799585 -805.8467619183147 -804.3378380907093 -804.6965839275288 -824.135657921142 -654.1589437520145 -364.1539513689961 -359.5251225154198 -359.5033554640176 -362.1789875152365 -343.192760796587 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -78.46689184464584 -294.4497335930941 -618.4496445271087 -809.9093105619742 -809.5364551892053 -808.6686027815322 -809.861244364623 -822.6577279423007 -808.6194866552166 -598.6676988986268 -406.49779193414975 -361.1543185586104 -363.6541687315816 -363.525275970491 -400.98299358247465 -314.9977751241374 -196.1209375311425 -198.7701959318927 -186.99205117501103 -191.9570391042937 -249.7621652554896 -253.7283949910479 -221.74221478068492 -155.99340625601852 -214.5650135269478 -535.9938351735202 -774.547624679419 -792.8330662491835 -824.0728162566631 -815.6691773251767 -807.5173533849832 -810.6788458280643 -822.8063678802316 -819.7156229880721 -911.8344531255692 -915.6857028063354 -634.489555178878 -360.716837491634 -366.468517749522 -247.72577391264184 -116.06642346970575 -128.5577458722606 -161.54224769192885 -203.98509055704196 -127.2350755195577 -150.4169957025212 -251.0651032721771 -158.08184638122412 -204.7047039266658 -535.7012310264157 -768.9509520807072 -790.231680165558 -821.6107015741201 -812.9493481995205 -804.3488033954941 -807.1574391077389 -819.4929636383265 -816.6753140184649 -908.8474949366724 -911.7026771347004 -635.4402731048091 -424.3911637893148 -364.6763828893989 -246.0976225808737 -115.7349102665227 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.54770059592127 -191.5062566800404 -526.2271464869989 -771.5915600180149 -791.7827279116656 -819.9102205868605 -812.0599387394828 -804.2095427120167 -807.6771441178315 -819.7947073796429 -816.630127896689 -908.9490491126476 -912.7794581827688 -635.7858572559311 -359.5896686836258 -365.4478637771452 -253.79692349485748 -115.76110515600914 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.02163812277178 -198.73573089003597 -539.8935429576214 -784.2687143386593 -798.9366338841248 -820.9840298801746 -813.1613720343086 -805.3334592501242 -808.8191125421342 -821.1238719766632 -818.1282613975559 -910.0962004179067 -913.7427137558047 -631.5937662525581 -359.93824939527883 -365.5247511084772 -244.8011637719199 -213.495403190851 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.419181351539045 -198.87410722860912 -517.681335063958 -783.9972933307213 -781.3610846066678 -823.3789189939944 -815.6052898427163 -803.2933166563184 -807.0132767068148 -819.3154292838602 -817.6735701377892 -909.1522697727238 -913.2862224325992 -635.574509587481 -359.4918963512804 -362.1628392609355 -347.1473031381665 -216.042513109766 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.6044195582491 -198.2304330555156 -520.9896027943981 -777.7896775485012 -812.9869047650694 -814.5101942116813 -809.0813906625442 -805.696957244901 -804.4559518620093 -805.5671430721459 -826.4530152506179 -699.2239295411676 -364.1860448742796 -359.6290109743295 -359.6801292610149 -362.2246753813325 -384.9923379149764 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -86.04884053030574 -307.1535984101507 -618.9981332665915 -811.9556289214477 -875.0882770216014 -805.5372905387524 -806.3906732578893 -819.8133249265995 -805.4343564785371 -556.1562635467327 -403.5556264052542 -359.26697238946 -361.80760669271984 -361.8116673797846 -349.8714896480887 -248.464969658816 -115.78547440936188 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -105.06714488748884 -199.5555328530056 -526.2734106555853 -766.8186337761622 -799.8424129322701 -819.5644298320262 -890.162472595803 -803.6828714029454 -807.4695179676664 -819.3798592260938 -817.069808152386 -909.385718175311 -914.470122076104 -636.967258214528 -360.6142734042675 -366.24961765998967 -245.71859850212385 -116.04250504519248 -104.09634834776216 -119.49500706781546 -170.11967553540634 -127.21740452191317 -140.66678204721782 -222.27413107013857 -181.20138948148173 -251.64817804673055 -526.7155180554242 -822.7657052157858 -789.7911376933943 -823.9515684065477 -815.7284545233521 -808.054850216252 -811.7017055403198 -823.3708012577316 -820.4032395154005 -912.3133563424408 -916.2037165380736 -637.5924968326484 -360.8979424635252 -366.6037920539365 -247.73608338624285 -116.09226949985504 -114.98557473190314 -109.766892329524 -161.21824700958624 -180.3071581476942 -127.20748408118536 -206.1947223295041 -166.42252598774672 -203.0486529717348 -524.6804515544802 -762.9100872243688 -865.6315592176172 -899.3975015127007 -899.528602565809 -898.9696760408577 -907.9121806858076 -877.4659678411823 -858.3382470174497 -960.2195810296448 -1010.7780747010956 -664.2971688799827 -392.48945218186753 -412.360641541369 -244.4799506419906 -115.75721524311328 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.51019593216539 -194.41556024970083 -517.58073290995 -816.3416662138868 -796.9250245580876 -820.0586368111664 -812.292172595325 -804.0909087087688 -807.5233899669223 -819.8416175849668 -816.9022948300327 -909.128147625739 -913.307921179312 -650.0251598533895 -359.9524451524418 -365.7341626777322 -245.8298960654569 -221.8410851246806 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -169.5935780490173 -117.4821128036372 -237.31106029107852 -556.2763295853894 -769.7589002894672 -790.5999841826315 -825.345538562073 -817.8928216886417 -805.2693101047439 -808.3936389755365 -820.7468923867788 -819.2606790158857 -910.9617920299416 -914.762149523224 -634.5260831143668 -360.2413084075741 -362.9368056818424 -347.8097027446634 -231.59798946857796 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.60266855923705 -181.73492033628224 -158.3805124187951 -127.09786166608038 -241.49599607071715 -528.6282812742478 -814.2647962511863 -815.1831165091974 -817.2091762073347 -811.7857051648498 -808.1885929999569 -806.6550690449803 -807.4477710274355 -827.733016446221 -697.6542847409921 -365.0914065383896 -360.5290862505845 -360.5575129911852 -363.1793756263573 -346.9088213618353 -104.09634834776216 -108.34926403833938 -104.09634834776216 -138.99558527331186 -127.20435977700772 -135.74089732597454 -184.32082117185732 -69.97858853254459 -137.05921322546322 -297.0825713024892 -625.3578254317104 -810.0645143795264 -809.0065041301584 -807.9335366048743 -808.6161215923958 -821.4462008316452 -806.8589394641066 -558.4292662279105 -404.8898869368986 -360.0194045466125 -362.59301397836816 -362.4819996693286 -347.41607544033405 -251.89510700591927 -112.88084576066612 -104.09634834776216 -104.09634834776216 -112.60224194160864 -166.27936287909483 -112.61278076267602 -143.79925763332636 -117.53895206906816 -200.52685557074872 -529.3006331647613 -763.1483566257219 -790.5718867830344 -821.9307715271403 -813.6107522664145 -805.602194897672 -808.7783536034341 -820.846605827793 -818.6633616989858 -910.5152688602636 -914.6707578779872 -668.9510850537483 -360.3766490735516 -365.8871402481308 -247.0370887253368 -118.09899093694143 -104.09634834776216 -104.09634834776216 -108.34942127548616 -146.2014401159285 -150.3385896579128 -143.80264084202017 -117.59317643705047 -230.53961359589468 -528.2656487955561 -775.3886616722967 -786.1098332341471 -820.2315429373683 -812.1551397738363 -804.0776712130147 -807.1436333425048 -819.4948729347102 -817.4900857015818 -909.4540975471548 -913.4395072030542 -631.320392430972 -359.8254110159033 -365.5626330827911 -245.1613027561216 -115.7347532626081 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.60236784598276 -167.6636549766177 -176.22371459420327 -124.1340946564708 -206.8693650678308 -528.1480735105506 -762.6325127450028 -790.0878177338099 -820.5732277971169 -812.2425019950335 -804.165976038045 -807.108622847007 -818.9116300878458 -817.5096387983252 -909.3932020897862 -913.375230037769 -631.2213928552222 -359.7021240164009 -365.0889560217864 -254.5326166678583 -115.92144766832249 -116.77945021624122 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.72074346005354 -198.8130444036292 -517.4153999833808 -783.9004065888652 -781.2548058559992 -819.031637616797 -889.5449982726278 -803.0493988292541 -891.4068456985922 -818.5428977096037 -816.0219617060569 -907.94088526008 -912.1727699762477 -635.3527061915952 -359.40226651711606 -365.1125072528933 -246.6880038418273 -215.45703418956887 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.3371431406695 -199.52992749321564 -520.3187392930248 -785.3866866997365 -812.1876166543161 -824.8966796232355 -817.7624244593411 -805.3016738466393 -808.6809778135273 -821.2000488851869 -819.8929802175737 -911.5660340764248 -915.85297754414 -675.1009467848501 -360.5204230049962 -363.1943545363953 -347.95070408934555 -218.29039209751656 -104.09634834776216 -104.09634834776216 -104.09634834776216 -112.60216366280348 -166.53310530262928 -143.78558708651116 -117.7790115765086 -202.0857409196844 -528.0686609241575 -770.8048109347793 -833.4839290837937 -817.4436205506063 -811.9967644807697 -807.9559616840617 -806.5349017903169 -807.6540495966933 -827.7306447062759 -680.7854587482942 -364.85267329357913 -360.1900870595251 -360.1838462492702 -362.83528288972536 -345.05133442565926 -126.28504754901049 -104.09634834776216 -139.9261071997509 -167.5358832844935 -112.60840692113872 -145.0522217890763 -213.9412624688772 -134.8976856968464 -162.6535844889377 -330.5326542957933 -629.7077029657136 -809.9034962581422 -808.581838353994 -807.4378382046099 -808.3800968772144 -821.955293786387 -807.3153689840885 -558.942618857203 -405.707777016428 -360.5282491059957 -363.2291851790077 -363.266741437126 -378.6650440446294 -297.05350727657856 -179.64191480546583 -160.29610690203774 -159.96039851481223 -127.208268788381 -134.92418873799852 -135.76640819805365 -202.63702755963325 -121.2351003947456 -215.73062322736791 -531.0492142493991 -773.6876992309394 -792.2162218738115 -822.6833006916626 -814.4345347424364 -806.477587847045 -809.7794478869513 -821.8746002033909 -819.1437195315652 -911.7188925118272 -915.7430741184075 -637.0725385016523 -360.8128232582211 -366.4489326213982 -245.6082915788276 -115.7834766131219 -131.36275199691286 -147.00959050786338 -150.8769664119872 -112.61041923159368 -157.03660161966548 -158.389223901007 -122.24458085547305 -207.62599922637563 -524.4131160784525 -784.5439651322429 -797.841612167247 -821.1631224942603 -812.9471644811524 -804.6435170810724 -807.822104377531 -819.9776660017759 -817.2759779313795 -910.3122284527078 -914.5727494387048 -634.45172135743 -360.3640560177258 -366.0359948461624 -245.7004768230919 -115.75574077916322 -104.09634834776216 -104.09634834776216 -112.6023053414104 -167.40007710022005 -167.00407148821077 -143.78740560301983 -123.87466600734798 -199.2832885686579 -517.4104803720297 -783.7622848690281 -783.977422117713 -885.6019801376096 -881.5194815054286 -868.7367615016942 -872.1060470266017 -888.6054803330943 -815.2727686587781 -907.9825913422892 -912.1906286952076 -635.2867520375714 -359.3516209681686 -364.9957232472895 -246.6606170737738 -117.96883918184342 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.5779780597118 -192.17705203779215 -517.1231545717037 -783.5441537147841 -788.1204938597976 -884.7178382431881 -880.3782307546179 -869.453715152274 -876.4051006660505 -892.5462820457425 -886.816057550109 -995.0606551429056 -978.3311900563548 -694.4635130320777 -359.2562018486556 -364.7160112775715 -258.69068508829184 -229.94820325097916 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.94265303413636 -220.8570368866257 -543.8450754885635 -769.4495547104128 -795.8827854205108 -823.6545745685853 -882.538114410317 -871.209328851511 -876.2637153000597 -888.9634508348784 -896.674273206418 -974.7437611923084 -992.5194478818528 -697.3622771542998 -425.538146436294 -431.1694802569461 -346.61277221849434 -216.45848303399816 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.96318887999188 -191.78063853570788 -538.5616949828501 -776.813472324675 -884.6097379684549 -894.9622946879581 -880.8916367330343 -877.4451571957153 -936.498819518068 -884.85923931752 -900.7128980502183 -730.2854803900593 -435.5849787325775 -427.4434487800299 -424.8066501946882 -430.0177428892763 -345.577181893644 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -39.06720772254107 -293.62704113741745 -624.8588354162131 -948.0310020695996 -908.721370642912 -955.6954208812596 -776.4438330779774 -862.6090224765017 -774.6553772692015 -596.3158242925277 -401.2280621008168 -400.1850541671984 -404.1474378415581 -400.6720019109233 -346.7515458636948 -243.0748895047936 -115.59617262816536 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -164.13716667570972 -210.9771755421133 -554.5829669492738 -783.3339844249961 -856.040433802091 -894.4867628983477 -901.3449652175764 -910.8731123725232 -917.6198900765309 -946.5835063506984 -896.8548076690261 -924.8945535385484 -1015.4856963560524 -670.2889448883302 -427.8603104458941 -434.77482688861977 -241.33304061068827 -109.83532233518072 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.12909234153724 -186.5392165793146 -566.9582107680236 -872.2753526572156 -1063.349674911497 -1186.2125849170282 -1179.450382632105 -1170.340755498254 -1170.0017942366812 -1180.719674819689 -1169.9645520109996 -1096.795987017212 -1129.084790838175 -711.3473021245343 -441.97013811020827 -433.3603705799836 -242.43193560723583 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -246.9211853002768 -240.05419902243776 -583.1335383671146 -962.0825559884332 -1074.9610219211947 -1178.3194051075443 -1172.4880395122725 -1166.2850022506843 -1170.7431272839756 -1181.4471080009862 -1179.805730073385 -1171.8997738295843 -1199.5480734662142 -785.2767404078677 -462.2011073709771 -440.86756324379377 -301.09410089911034 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -167.997129744659 -166.57308977678866 -501.0418237810377 -745.2179554599338 -814.9357970690185 -947.0516260684084 -847.1714386679806 -1000.5125026198964 -1028.719799890153 -886.1294076041487 -932.9247118293612 -920.753523932984 -1040.31193589219 -645.2495359193164 -458.7396519406341 -409.5231406558818 -242.71999206074756 -215.37797525109104 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.68628017621345 -187.2491088815226 -507.609891531376 -750.9403899975938 -852.8146647427092 -882.4441944955549 -870.0366392239418 -862.6027300593313 -871.3786429129216 -809.7521207091236 -889.5932348930113 -884.218750415738 -912.2882276973384 -660.5515969307038 -358.9585194665173 -361.5772693594516 -345.19733172112603 -216.26181990016303 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.946992950358506 -211.3496899544573 -538.3535664588895 -779.0634820610771 -812.453905158822 -814.278028690086 -809.3518229408621 -805.7932353024794 -804.2935997315773 -805.2252151405693 -825.0657066045843 -554.3918804297972 -363.950885318127 -359.2548514684439 -359.2148193133565 -361.8184588773982 -347.1744943986159 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -75.18644521817764 -288.1819899284084 -638.777593016176 -806.2574615410401 -805.9131778763335 -805.1448182589033 -806.1575913321001 -819.5613972369176 -804.639201418871 -595.507091629437 -306.1118259365195 -359.5571942289933 -362.2569907433783 -362.30600238846233 -347.8166200904125 -251.92011167828423 -131.36683868129907 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -101.02253367537055 -199.87481631402133 -531.8524740407023 -786.1569962192181 -792.7867275827526 -820.390971313786 -812.3492741891451 -804.1510677067076 -807.378781481738 -819.1699321028411 -816.6523052516529 -810.2242551202831 -912.0902210827726 -635.2912536444846 -359.43834317830266 -365.1385927616198 -245.09120511703057 -115.75847136034308 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.5509147073638 -195.8247888486363 -525.1876212875552 -763.4949196865207 -795.7358425978097 -818.8004749893034 -886.3887676573587 -873.6579255163143 -877.50940590515 -892.5261548937847 -816.1172089810611 -809.55142572927 -911.9393394895076 -631.7366900285051 -359.1602850468004 -364.820912220775 -245.89035169144597 -115.6216057658846 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.84407268379875 -192.0265783343091 -521.7978047147516 -765.9638693230156 -844.31530982111 -901.040382889484 -930.2783977775722 -905.4943676033464 -848.0632226124467 -927.7540577776152 -926.2079506907512 -916.7293381975944 -1009.1998218627268 -677.604153996291 -398.6209235156392 -406.4957256200349 -247.11974058219624 -115.67705513607292 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.06157392058653 -211.6061180351103 -571.1341374075542 -765.0199740698291 -788.8707528605665 -819.1918049590471 -811.6080955363418 -803.757942590018 -807.1395726239512 -819.0613878801238 -817.9797252479465 -811.4041673578156 -913.3702458788588 -635.5806089649453 -359.722401954348 -365.44331706737256 -245.4706280929242 -215.06146710561765 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.37022151051444 -195.44174039011304 -517.2271184020433 -783.6903805498105 -851.2487641209173 -824.199265150219 -817.344224370603 -804.1108826365269 -807.709240623235 -819.5360585280765 -818.8283405528656 -812.2409734918397 -914.22887536312 -635.5556353793002 -359.7219788302846 -362.4086081788938 -347.9487375425873 -216.6066347035648 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.296829873250566 -199.24044524913936 -520.6305813508194 -777.9733180305692 -867.2400219769779 -814.6944673033586 -808.8730819434691 -804.9316178070574 -803.8147747253063 -804.509277267029 -824.6519927594286 -557.3008584988056 -364.0306208771813 -359.40770894438185 -359.34977065212183 -361.9360276842743 -346.3861337534588 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -80.64105977961546 -291.7140123690063 -639.3065950614778 -814.8069539704426 -807.2972156711471 -806.197047559509 -807.1615502364973 -820.4535994502843 -805.609219545405 -556.518101365843 -306.6784403843625 -359.8020925075423 -362.5634799914693 -362.62306830507816 -347.72302160387926 -251.85555990488157 -116.5958966269395 -104.09634834776216 -109.76669205594948 -104.09634834776216 -138.57512627487242 -112.60617929078256 -143.78971653665334 -118.4111285095792 -198.68149523786215 -526.054452350391 -784.0528855631528 -789.6219046628523 -820.3386826380197 -812.3709147919832 -804.7378377703208 -808.0870610514626 -819.6261722426027 -816.8760950701442 -810.7890816466428 -912.6554287015766 -631.1420767789529 -359.6349111954161 -365.3205037794394 -244.77629572036676 -115.71796156542167 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -85.19656527147099 -198.0099881212158 -520.2672164537956 -763.2207954796303 -795.3667056521236 -819.1885993478957 -877.86937547587 -874.1702693660247 -882.1099632180529 -886.2541055353228 -891.0093007766708 -879.5875655841631 -814.0512120682633 -631.6274886057132 -359.0376975244159 -364.965137527191 -246.23233142099875 -115.63242776495322 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.30900845601805 -195.25005698133947 -525.5187699959251 -768.8863677052718 -851.1051217288435 -905.2572397314268 -910.8626753743496 -888.3430094304308 -923.0213097743812 -890.3182979547839 -888.2183329249746 -876.9459343914593 -882.3783228894997 -626.9985547203787 -359.0074477430549 -364.6552213180094 -245.5545747291948 -115.6260506961897 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.88804315429524 -189.98249755868653 -538.4774266522115 -766.6008931957522 -854.2701930964779 -887.0668728468168 -879.6605033189952 -876.1144169883147 -882.2611062172643 -891.8367868281688 -891.0822807887671 -873.270255939523 -889.9990508167629 -697.8176729050662 -371.74103134047766 -431.9743878820242 -241.65986388055543 -213.4307846555968 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.08486477840663 -190.3496900096166 -521.9677431972628 -783.1279125793449 -865.0546112768689 -902.5585234425804 -896.7676623960799 -911.9635435200944 -900.4777261829224 -904.143168504551 -921.4411652490018 -892.5943722162837 -900.245379218771 -694.6603462736088 -424.7825518644872 -361.6082866001535 -345.93582091217024 -213.72213233182157 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.96521095076529 -204.32411660446388 -538.0434526225396 -766.3090959578196 -894.2912178970853 -911.1928332037282 -901.93006129448 -882.1649962869602 -908.0142883724644 -874.827921756123 -897.7289819363878 -623.909070479197 -332.43827010425235 -428.4224366075522 -428.1012677457639 -430.62415575953423 -344.96545263417875 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254107 -293.38088661310985 -624.6697900176117 -876.5537591580679 -871.5097793117693 -871.3784775215516 -881.416705393097 -914.8016247715448 -885.9679375403933 -623.7904914378527 -371.75766167803306 -261.2603101878855 -361.67908418992846 -361.70803254662303 -349.28711211339566 -247.3623964324536 -117.03422246255228 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.64665690586816 -199.8796048216292 -529.5474277341053 -778.8563806950408 -851.7856342213569 -899.0111124827754 -900.4328970749859 -885.6097236065943 -864.2227327197356 -903.997743005722 -925.6906093631644 -876.4801875255487 -882.770481785063 -626.7656911733815 -358.92838232262346 -364.5914760687806 -246.203462730244 -114.43624549085229 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.969201044523295 -188.3810309763575 -521.8570369546904 -764.3549775174434 -795.3453796078046 -818.6182704641659 -878.7076627252192 -803.6370720306346 -881.3874360093337 -818.2700026006083 -816.0594894567747 -809.9588985957963 -814.0583947399185 -653.4550789647235 -359.32096889713785 -365.0213584867085 -245.7198080456392 -115.7109114871139 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.5504508596911 -218.52437111169525 -516.6686227525253 -783.0343269507771 -824.0442522831153 -888.2412578604853 -876.5151253264313 -876.0409291302069 -875.5345079502399 -884.7345310865653 -885.8537874214551 -809.0515141607257 -813.4476819191168 -631.6454825715439 -359.1265953321091 -364.8244039547616 -246.7708735307773 -114.48580158369728 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.53429421404149 -191.6262011075161 -528.4739241457153 -761.4766735992525 -834.0348197216321 -910.3021591685924 -881.0300784002784 -886.1701631137859 -810.9711224927256 -859.2584125281425 -785.4339908965474 -897.9367015588094 -911.962791730237 -641.7057816902886 -372.2702931076013 -433.06486617948855 -244.8900954401729 -211.72803182801 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -60.62092420306728 -187.3610289230294 -542.153914719066 -866.4950170207561 -913.44817643212 -1032.2852855759552 -1046.1599435894311 -1032.6624304659688 -972.9238281413134 -963.5956131612712 -921.7056368525556 -892.5030518727363 -895.7357226077672 -691.0963802943742 -427.7661534483179 -416.79353608602287 -346.66831831048427 -216.19702274846915 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.11231119167725 -180.8479887611633 -571.345087177259 -837.8690988358778 -1019.9493080986892 -1027.1908950583793 -1090.8930562138105 -1067.8211178018073 -1020.7923704960684 -959.6800175790786 -907.067266500272 -636.2496627347782 -342.9309072067184 -427.3580839444504 -421.27753615535823 -415.6302238633991 -344.71017278154545 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254107 -276.5131888119392 -606.3196695967893 -858.0580458904401 -862.4390621792875 -877.0483134990799 -917.3963494415984 -916.6201192963013 -865.930666818195 -631.6612451539283 -401.7614156336271 -290.82617962579246 -398.8570269328621 -397.6864238893513 -347.06130805647985 -245.8687115984561 -109.79806105787812 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -66.26094755626653 -187.7154424680918 -513.2091108075495 -791.4326177214308 -841.600429971305 -887.3813741295598 -887.7849365400939 -802.1135207938389 -806.2566553608681 -818.3841171175052 -817.0519526897976 -810.6817320758663 -814.6855195098931 -657.7162857385022 -359.20241762299 -364.7973354422109 -246.39208436755237 -115.66492702840598 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.0300917689168 -190.28301378152432 -538.1972305647192 -766.1911277607422 -854.0931717044931 -886.9209981579769 -895.2106708284921 -883.0206158243636 -904.3460773605842 -909.6242866580092 -901.7406390560408 -877.6033457300426 -836.4545788653788 -642.9415766488687 -358.89545700641605 -364.4657569406167 -241.718731614726 -117.02135380319068 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.939149210337966 -188.4261706372781 -521.807667184486 -782.9956377559139 -912.9777952327054 -954.777499352635 -920.710917818054 -849.0911165618919 -920.6334647859462 -912.6389941654272 -902.8483170194374 -876.0584455182667 -813.1724278198205 -634.3733557983871 -359.04407707275124 -364.7282083620375 -245.22503280798256 -115.66118946843898 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.92890584786675 -208.94393646722912 -570.4477729909619 -771.617199888587 -783.216665354172 -883.3550347614594 -880.8535391837121 -867.5245621769884 -805.4635126051569 -887.8998451720553 -885.121036888914 -809.418675260019 -813.552651059061 -626.8944425689543 -359.06590597601854 -364.7707952061187 -246.9233697569092 -215.5846967213893 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.881116574546695 -193.54210055336068 -525.4060117142466 -768.5826921270036 -788.2286786607714 -822.6927827395344 -814.9868370388015 -802.3462976989242 -875.5042115914412 -900.9568079392752 -935.4528213920792 -902.5569932889616 -848.9522740455591 -675.3670742807867 -388.2128711182723 -357.1750863328475 -344.4103259971051 -218.7676074031618 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.90745950861527 -191.00025491922108 -538.4067268622696 -783.4868503787717 -811.6038181635167 -813.5140814358413 -806.999930608004 -804.3727932436636 -802.9556416576484 -803.9638320591597 -823.9948130286574 -554.1915070740803 -266.18878432665485 -359.36539548952044 -359.3128247997131 -361.92949692139206 -344.0844258061147 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -81.58155635375057 -295.8159202766672 -622.4908337264469 -811.980014819918 -807.5542267952242 -806.0730870395765 -807.0010920536369 -819.3925976966833 -804.7791262708649 -556.2890524448519 -305.8868113726602 -261.7859138622995 -362.2390242072318 -362.271535933686 -348.1302517850983 -246.0424585084697 -121.49051567450378 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.41721443307159 -218.3107366756232 -530.9279905557759 -763.5145340034935 -795.6987911714687 -818.7931377914912 -878.1139503155854 -870.9656424083701 -874.6268015162326 -817.5611079522666 -881.2743480558039 -808.8788066298173 -813.4097691075197 -657.5913135562346 -359.0200073143815 -364.71592870112175 -246.5800913477706 -114.4984623437469 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.61818525872403 -191.98746775583757 -521.7892649759015 -768.5755956374234 -785.0817838155263 -898.5619128891852 -904.4024000634328 -872.3110871019524 -875.7720704615118 -787.789139594874 -887.3646033630072 -917.4552686642916 -892.9382468954063 -691.8178909188756 -424.7380472065764 -355.9222704869192 -245.06152808204692 -115.58133329438672 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.83949313171021 -188.4564357232456 -516.1251873401186 -765.5010373037089 -800.7809612228906 -803.4191412206725 -851.7686314461345 -919.6467993926644 -926.2504139493212 -937.891615750617 -921.5174124126456 -779.6005216551661 -892.1170498828791 -667.3634881580057 -403.4356185877477 -410.5573211791454 -241.49947961654823 -112.65002309524054 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.24744465699938 -180.90857112913497 -511.1149108198536 -735.3889720619736 -850.5892638192039 -909.382890758158 -870.3266400567179 -913.0905664629483 -775.4436668667238 -860.7921187437283 -857.889380839685 -812.159406297769 -922.508976015059 -676.6846609061176 -427.5992703781194 -433.7305144417587 -246.1781333194424 -214.03267666832863 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -60.58816869333776 -182.46150674908372 -521.1343597358023 -754.1999040729155 -859.5910332982422 -848.5548501274468 -881.4991889947765 -772.9427160699823 -848.6052570532086 -934.0939684663635 -912.3849830152692 -911.8983906005428 -920.863917898655 -653.2158741049593 -428.4980371240901 -428.05659857544697 -346.7002035694727 -216.24099711916324 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.11517590685136 -188.63114029228328 -511.7589824728456 -767.9644358037672 -903.7863228876536 -902.8773637181096 -777.3760047510417 -867.7413908476692 -866.4367278514949 -885.7289017984156 -866.0736587250993 -629.5131067075428 -293.7686431090112 -384.256334543342 -393.40870717238687 -394.75521590379526 -343.507478217489 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254107 -289.6737926490705 -617.3765574833801 -856.5832039316365 -868.5340558295665 -924.8333209901772 -871.0607824501038 -861.4802027492186 -845.8389344722343 -524.9698598942291 -358.90982063848844 -306.2755696234454 -356.7787659090567 -392.5789948082711 -347.2430243672271 -247.31322431200743 -115.52393942052424 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -62.92344850020722 -200.4007953623368 -528.8945232835961 -754.1831830536316 -832.0183505950173 -924.8773390520572 -881.0331268575161 -834.1250406286546 -883.6087680033891 -945.9119155602942 -940.8146128895364 -936.434626545718 -900.5953736830515 -663.3800260616707 -392.4423642398112 -430.0923558446112 -244.9481141359986 -115.48883785134552 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -65.35422720236225 -184.1139196097596 -537.381247351311 -765.6683122501639 -846.6368282220612 -886.1528773248315 -899.7909974748982 -908.84018116417 -877.0795510728105 -904.5473885197504 -913.1296010301472 -893.4808660563845 -880.383965611595 -626.8321166380157 -358.9952962009814 -364.650981037173 -243.28475737526765 -115.57228566901436 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.7611319384555 -186.06427166123703 -528.8195925891845 -753.7930832285973 -817.9231056314061 -841.0907261089968 -874.8913777876054 -903.2825847175392 -847.2931931699324 -787.6088727414549 -861.9673394362574 -869.1362440655453 -916.5356442514318 -649.8583345608022 -400.97775906392593 -406.76396524537193 -245.986721847458 -115.5201739771036 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.714715339514825 -184.22212236943832 -537.2608106007126 -760.4350003228386 -833.9345750789934 -868.8896362261233 -915.250779189029 -893.3907717025055 -909.4958895507676 -868.3048926618637 -918.1303486189628 -900.4844441204665 -931.1601307290024 -665.1273374412078 -358.795746208621 -364.4337367546369 -243.18948658922315 -215.1335374831836 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.208242244913066 -185.36906527929665 -513.3010193685557 -756.6195243077855 -869.6974841748336 -933.7913925021656 -904.8419713782037 -927.2061310642885 -928.4949766729452 -936.4801439041614 -928.8469736090814 -892.468035467892 -899.6403590022497 -662.627346544659 -407.8278211072724 -352.676659652748 -343.666455023787 -213.4307846555968 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.28812061193729 -188.756998992756 -518.9665800993312 -766.8256917029856 -908.1885643168382 -865.8807207213302 -922.5798814832912 -919.197102900012 -896.3872316608479 -890.2315930791084 -934.5110038902108 -631.5466919692439 -316.314583692496 -393.8635159219048 -439.8093368097982 -352.6332964504438 -342.65392115144533 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254108 -286.6558290801505 -613.3859115755575 -894.3933905127873 -898.658729721273 -869.529254098904 -937.4241105898864 -860.5318779412752 -844.6009634582256 -595.7730382272406 -392.6049115339324 -316.5104072192436 -388.9382437704106 -398.3741005130878 -347.4614940226468 -243.02414755770732 -109.81747608078324 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.76069286807565 -184.09796235227503 -602.1886056060823 -753.0778853104797 -810.0188403150776 -867.468144200505 -921.6493176296608 -934.4902431607172 -934.8238477460428 -827.575002532289 -784.9697384330851 -933.1154471425772 -904.221608384222 -659.9986023890017 -354.17338897264494 -359.8748403422756 -241.4241679485432 -109.79960225348344 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.23461303596963 -176.9719808572382 -537.1774030125558 -785.2983519458758 -848.7690035340244 -919.7209149192984 -891.2235308423909 -882.4421733020347 -887.0008430630037 -898.7281048587769 -786.4089594609152 -946.1129053122784 -911.4436833686756 -674.8824155497424 -405.4686549735242 -455.5602346680299 -242.02911054687544 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -65.24077036684818 -181.4567206275585 -511.080813331233 -752.5970263454828 -816.7327619195961 -960.960808315651 -895.0445886259301 -922.0755209024082 -888.5924796661026 -860.1467095456284 -898.935578104033 -780.4714247850376 -872.8609265940854 -663.2884629681166 -401.32261356137326 -364.37896052184885 -243.99680462621532 -109.8136229545304 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.13608675120813 -179.2789616912433 -509.8266083700749 -747.7629625186337 -818.1828995568477 -859.4590704414909 -893.0508497730821 -905.7338201636478 -889.4200065591245 -882.7898191953716 -859.3182436837719 -824.0740984571454 -915.4085757569384 -661.6338694692059 -406.55968644172685 -458.0538704403107 -242.5748441958829 -213.4307846555968 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.65100251478046 -177.63250477386677 -495.69550000840746 -802.7211011348643 -846.0242532116454 -945.163800913442 -968.4727392277936 -888.5038609177076 -872.6868841636481 -861.6495779539282 -821.0666050677336 -908.2287327022968 -913.9476021266046 -659.0390358260761 -432.9234125158058 -437.5739419174064 -346.0194076834942 -218.53746733035035 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.03362965397776 -181.2216511899902 -506.39349591588297 -762.3243014566217 -916.6910197100156 -915.5629471653506 -915.9596286522412 -912.8732101701202 -891.0404763928274 -917.7530618659556 -930.0912161849636 -636.4256161394568 -306.4216850954188 -397.3638688695662 -391.8928114794261 -431.13593150692594 -343.7132489129827 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254108 -285.8669241583967 -611.2714773763563 -852.8396694369134 -789.6740317598936 -776.7807740199992 -849.9939795488942 -863.7494403960068 -849.1746932446254 -597.7350739431712 -388.6486314775179 -317.10089277849283 -404.8455280727596 -388.0820902359357 -349.8488867228395 -247.7284908571101 -109.79305056417827 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -65.32585086707269 -184.40780395923775 -507.461565882696 -764.0141889574107 -866.9228719101557 -917.64292421506 -928.7611244558848 -829.5187560009197 -854.0841128206588 -900.2452290045059 -905.9249148103218 -929.777524641176 -911.78857058181 -676.7186886507127 -415.5285474319476 -404.3970745101762 -242.2867319463144 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.19042053755345 -177.65115647167593 -511.7316506559714 -830.934958669251 -863.179725900602 -979.6438040977932 -977.6407859090506 -969.4974746688538 -997.5749601109314 -986.6500954378592 -943.8043389831984 -916.3524979421142 -919.0362500246486 -684.964573884707 -434.3092066526813 -436.9411203794442 -246.54865746195424 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.23300305043915 -188.2801836565465 -601.0749788309936 -877.4554779144784 -1052.0832845219072 -1165.8004763002932 -1180.0746359840643 -1173.5105335990245 -1178.7931250129163 -1187.2380740233789 -1184.4167884694884 -882.494653866029 -879.2073262629085 -665.4310402023137 -421.5263289328759 -427.4720147973862 -288.46943395180074 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.23253980108095 -178.24630519358905 -526.0552283574958 -776.2954155559003 -825.1418269376488 -935.0312779360632 -932.5300665883244 -893.6304724912251 -867.6379241721745 -903.2454574712468 -930.2942070757064 -922.9723569890632 -899.1710790053904 -645.8727489730334 -394.8541212488708 -355.41021506893867 -241.74657102888975 -213.4307846555968 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.19821666016006 -188.6817843060436 -513.1498421670973 -748.6847099213263 -832.3473784267507 -919.9389499378408 -909.3241848084492 -903.4134977251668 -857.9099781569215 -788.0797053448779 -786.2608170786027 -914.0171505092673 -885.7498856940005 -644.0825533577752 -401.7603901062417 -400.8740049489648 -344.2589133808761 -214.5099523763388 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.99713581119305 -175.77703565289752 -555.270070366296 -872.445910541982 -1004.8615469807012 -1075.4955579227028 -1127.2906381480586 -1125.580638534671 -1142.3085254805994 -1144.980399289862 -1120.5948210466927 -745.3558309172662 -383.0041349445826 -454.5995773638526 -442.5512282851119 -457.8659852004247 -400.7220348835146 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254108 -335.13998288774457 -711.0202510137566 -1028.5009528660064 -1148.3226699703637 -1175.5522067273507 -1179.1888965013884 -1193.3596537778951 -1176.633842465923 -628.4042684268579 -474.9766567059961 -326.2861557998653 -442.72841112294896 -439.2411963765836 -347.11760538918776 -243.1785058496739 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.3731603063139 -171.55359850084474 -499.5478638635532 -823.1324329194424 -850.7749645990963 -946.4121209418968 -941.0332936780655 -910.835794863282 -937.786542161278 -917.9234120274969 -908.4484041287428 -882.6207549136965 -821.0981989082704 -677.2556499912124 -390.9373835816395 -455.0671128827118 -245.9183563170704 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -62.69836471824888 -171.69697814736347 -578.1699003265095 -826.7450158085859 -896.644488323012 -1012.3306256639132 -1071.058784311125 -1114.8819548339477 -1141.5992828924025 -1151.2702935430498 -1137.5508874839422 -1073.554655011886 -1054.7952583102783 -749.5206575818689 -448.8916390297439 -450.7756228053021 -284.5505664157387 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -186.61299599172463 -237.4669345566546 -607.1028743152312 -876.3494366835347 -826.1050889702467 -918.5759386203464 -982.7303919052224 -975.8810761084252 -979.8755439540204 -955.4266896150172 -914.747215314292 -925.0794468443852 -883.0741253082845 -648.324724607261 -408.410173613391 -412.6741131969597 -243.22538323604027 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -62.72585049329235 -173.2571590218828 -501.7520666155872 -745.7244209425419 -855.3736824123503 -915.3781848900792 -910.8328263141188 -881.3241707187519 -911.5295271047112 -872.2839476875924 -873.4680879027738 -907.8940922563588 -932.035238182666 -682.0720383733384 -397.6788480522107 -356.5730643607286 -242.88062518597357 -215.57914001630175 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.64923558181682 -180.65174092018785 -502.4169677110893 -815.1382327865475 -833.3387471916345 -863.7253402653881 -880.3347773254992 -885.5446245873944 -890.1953294355906 -861.5891762697768 -788.1864775575677 -902.7439043296667 -878.7035868620721 -690.8245472411726 -402.29843532893057 -404.2693338933631 -344.88250188091234 -213.80330772747436 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.56275041457744 -176.1701069645443 -509.1476539526881 -828.8646612966406 -888.0358083185037 -937.0362116389904 -959.8339060821183 -1020.8858775559962 -1021.8671415837784 -1047.6646159662512 -982.3911685109608 -639.5936415771998 -351.8500928827087 -428.4536766259941 -448.6033748808548 -468.82381272546337 -392.3898798212389 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.067207722541085 -343.43231136589094 -696.0925287338373 -917.8271349618848 -965.8151446588104 -979.5451025989124 -1024.3490328341582 -1040.599340971431 -1004.0635655126416 -667.8376091218611 -397.6328398242828 -323.9634582131668 -253.6968749043148 -386.4580853734025 -348.69170263319864 -247.66434317327747 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.27498525250017 -174.98252365163083 -510.9581250228303 -761.0202362536421 -837.2803091870932 -893.3830539563952 -895.9071997022356 -908.1550159550798 -919.8521584419032 -947.7996302918872 -951.2039687304645 -900.6662914593957 -882.6292747709056 -567.4324385579545 -405.8110167370056 -409.77941541335775 -245.16569900170185 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.15753578180599 -231.78086611911084 -631.8207585943877 -953.7426901503434 -1025.007085966516 -1138.1800531983115 -1144.0822989529058 -1156.5200323829608 -1162.1741977730458 -1172.885000634703 -1152.4778199889847 -1146.3038001085797 -1146.5170997829364 -695.2533441925191 -504.0640228745565 -495.5708894481088 -334.51453482249497 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -198.86868594953955 -558.5048465779388 -742.6635681034456 -846.7273403956448 -923.6993185510416 -942.6971760405294 -893.5467495192867 -895.2743712419975 -960.3214763895794 -925.4814128938284 -930.0803081366196 -920.7586980870462 -568.1186090622539 -394.80936390180216 -464.21439476793546 -247.23634397704976 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.09864484661024 -164.26814828755553 -495.589649937572 -826.5858975259443 -914.2852960433316 -991.7793885799985 -1029.7011260812485 -1001.60580895029 -939.514475324657 -887.4368061881711 -788.8655174687545 -955.7524800310738 -905.881574429334 -546.0771908576136 -406.88937489424166 -354.5331976971413 -246.81698596139253 -218.32009758576285 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -69.06628560605334 -158.76583394889158 -553.5820213406578 -921.1368040370168 -953.9042952893548 -1056.628734825905 -1056.8408615730827 -1118.1238555563912 -1124.4378565448003 -1111.1785325824671 -1108.2570162369168 -1079.3658268349568 -1035.703966139164 -631.3885958633222 -414.4549841608247 -445.21987550004224 -345.82626012182493 -218.39688957442675 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -58.89308215530493 -173.09417054226898 -616.9938658003957 -918.6037778263149 -1027.6434826821069 -1070.7186868128697 -1121.727249794242 -1119.316461360409 -1122.5705247128049 -1124.046196748283 -1100.1872495120265 -698.8786282850151 -360.85172026675934 -337.99647401032416 -422.12542753086217 -424.4806357808009 -356.31411240276464 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.067207722541085 -343.3014228203656 -679.1514635725595 -856.9889899835489 -915.0306100871812 -838.532198383222 -941.0844089003888 -863.4593482193244 -848.0877042130995 -610.3524271632384 -369.7794018805605 -329.3097173230825 -332.0782623560759 -429.83227980994354 -386.6154075431425 -295.99731513579275 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -135.5767164387844 -242.33899569563556 -576.5866442018345 -869.5270577533249 -934.3464804891888 -992.2527807313048 -945.2816662314068 -888.0612283318454 -890.507009245139 -950.1085930140432 -860.6516836211097 -942.0862362618228 -912.8035589858362 -577.1268500548551 -407.1053301180376 -467.2407495976906 -246.9572297041188 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.29462651344451 -171.74968900271207 -499.8574894232451 -816.972179825756 -934.971097965408 -993.3740657765652 -970.5864307248085 -961.766697375938 -965.0582768491136 -977.4314937634958 -954.1131889017792 -927.6850407668296 -881.0343131730319 -541.875180805079 -406.47266671254425 -420.6448851433795 -243.1026034854959 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -114.51215613605874 -263.5135393647536 -632.5221296031546 -913.60385686606 -949.3074262592506 -1055.5598844747049 -1096.9591367325415 -1119.2323699515025 -1126.1504900243372 -1157.9967730516082 -1119.6339841815754 -1113.4122176391174 -1044.1659038840407 -642.5660626638866 -448.2643187342778 -449.3857914467744 -291.0516908123874 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -206.72223817652727 -581.222590191866 -873.0767375898571 -955.2291901243086 -1091.7580373555736 -1156.9408667552216 -1150.510148725631 -1175.4711130523506 -1189.2154470433177 -1192.737161761671 -1184.4948419473726 -1186.531910487766 -771.0543857159287 -514.9388956307279 -514.0162700829653 -339.2981013832876 -308.3750324929317 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -365.51219362607566 -774.6999459003315 -1099.2494448573948 -1133.7835003562698 -1195.551894264783 -1193.7385379804896 -1181.2455807656909 -1179.2962940525103 -1166.5826074716815 -1119.4463287010872 -1105.992167221943 -1018.880818265781 -631.5412501330995 -435.0897227692925 -444.3163246642505 -404.9063912881125 -283.28746330985564 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -164.52112329845724 -507.7978332659805 -766.1550584736927 -886.5265381379168 -962.5746882422688 -988.8342850420096 -979.7789993052586 -1029.262372246524 -1053.3987695518729 -1025.7852884770646 -665.4235526972703 -354.80858477414233 -324.44144158711657 -348.8236863488215 -413.0917987247987 -344.2234924500565 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254109 -277.14576496464065 -655.643570856666 -926.3750323357862 -955.7091365994052 -1002.3606740525112 -1024.631261948845 -1088.353802542308 -1052.857973669025 -717.894734660247 -440.4076089788763 -349.95409822907 -352.72780152446614 -449.1542329974054 -392.876060160345 -305.52281411324446 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.35594760506591 -172.13995714751223 -517.2711860126913 -800.3395558450453 -838.742565270457 -900.6873542300657 -922.6290985201329 -955.510717542729 -937.9559484654384 -979.0349290199664 -957.1215947480334 -927.019410418142 -905.8858587144867 -582.780418314421 -427.2693493950456 -412.8809608836142 -244.83119381513265 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -60.10685404996927 -171.88422300309202 -585.4249061098569 -869.7360700565915 -951.0527198437226 -1089.8233529642694 -1089.218060871951 -1134.692788430052 -1130.7041780269533 -1156.7022809012449 -1159.5397853670945 -1151.3350004800034 -1139.332869904572 -687.8507099474408 -453.5580493188284 -440.7712198778354 -256.547943200332 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -114.8434545269302 -211.06827472939744 -588.766534160768 -903.417924654904 -996.489258981978 -1157.4631810746196 -1116.860635090668 -1142.4365325381582 -1148.473726470124 -1160.4399825729577 -1085.392355215242 -1072.2769571692993 -1155.5563452508295 -745.2293159548149 -519.0178340597928 -523.6681767559918 -329.528702154986 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -237.84001550677564 -296.59501548007006 -672.4359541278626 -964.1354403453432 -1098.2589053213103 -1160.7437457248354 -1156.662842094055 -1145.4668604191268 -1116.0504299857762 -1158.408564724613 -1086.8615825121608 -1054.3824196584285 -969.6120353739742 -586.0608083374834 -427.4537608431901 -428.76092414271454 -247.95730074991488 -218.78504578849208 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -69.13253824662938 -164.93279611561766 -531.2497050583316 -865.1383501686331 -888.6946632392453 -973.7920579519558 -993.3871214026152 -938.2319692874236 -941.6849029566904 -935.259087474598 -935.7076390483902 -894.674218857787 -899.8753302559712 -583.7696781236116 -421.5955927189922 -406.1180161703183 -349.6675801449327 -218.9102688249804 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -58.98350801552183 -174.67006661628457 -540.7944118224963 -863.9224461147602 -972.0884461912708 -1025.702695989792 -1104.9055962947762 -1088.333910966155 -1124.8846129965132 -1096.2716235368466 -1106.5880181611171 -791.9792561506691 -419.2791135761533 -389.7792665719717 -467.8904155067887 -470.4258158663341 -386.40849294648217 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254109 -515.2926687829294 -908.6257772488008 -1166.0966115474978 -1175.480024273109 -1178.555595963128 -1181.794915995179 -1197.241366830575 -1180.966914852229 -883.6949492642717 -639.1670921634282 -489.80959411948913 -425.6736402522324 -509.9702263258853 -440.3036453401078 -349.5760227263008 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -115.67769052294622 -453.2432236769095 -830.7642101220583 -1115.2124092836152 -1173.2252947103073 -1214.0859367578555 -1202.7971597792782 -1206.564779293285 -1209.3953626164275 -1225.1733465390455 -1201.2264917985017 -1189.0411978956315 -1167.847514749236 -837.2392737993121 -514.2913425874156 -483.67610987418993 -304.40416221656125 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -70.29719855740615 -166.58122117116727 -492.6301958881817 -757.7633391129153 -857.3616293005763 -900.793490042451 -944.9780740433022 -928.983002164902 -922.0792772469982 -936.242160014238 -878.1178899620433 -890.2678312622701 -887.0370615122524 -577.1779269734134 -442.385354991815 -415.27333704451263 -246.85542491571772 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.45634163637827 -174.99872300209122 -515.6884378686422 -761.6236215423472 -867.2936194381934 -868.0739714333167 -853.0426799723426 -886.5561560518721 -929.1738068049876 -942.6953799184056 -969.5269933250804 -964.4092034083424 -901.8358293830984 -571.2500273753518 -417.1322790999778 -408.3894836995506 -245.08691456620969 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.05477672821128 -171.96637691235438 -554.1471197426984 -874.4193030114134 -902.7381438216202 -1002.8730015692628 -986.182860106796 -1000.0156766346894 -967.754245582288 -1018.7905641625218 -973.4355372267474 -940.774025076723 -943.2039607229214 -591.3587063867354 -421.71984542504873 -354.45910717091624 -245.76436894918248 -218.323910561383 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -56.98048848756545 -254.2908214164395 -604.8715029781114 -876.9306703197726 -968.9408382124587 -1126.708867523036 -1130.800292063382 -1164.8262534154262 -1170.411329946799 -1183.5066386903338 -1179.7336687711695 -1175.593035370203 -1159.4844447182086 -695.9414913677712 -494.1355210206896 -488.33869679645727 -441.1023375131799 -332.58257731886994 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -292.1672766721736 -737.6554685430298 -1057.4174003069224 -1220.97914682152 -1240.360236896388 -1234.5220544754318 -1238.5724120476418 -1238.0862165143185 -1258.5950492819536 -1281.223768724467 -939.5713397932764 -640.9192205080216 -585.5954531751768 -672.8781706175515 -626.314674686785 -545.0341984612764 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254109 -574.8256752935363 -878.6474326408824 -1203.8707531287305 -1206.9316299495788 -1201.6067786270764 -1217.7870478689915 -1223.9913730384385 -1161.1980200835796 -898.749696480137 -640.3716937978406 -436.83557914192096 -454.0985517743126 -534.4729201609729 -454.87101309592896 -369.72137169857336 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -129.5845871852365 -251.1130853638976 -616.6742016986454 -865.071932984084 -1014.4045677442396 -1167.7309215558291 -1167.2577698031537 -1157.243041031811 -1164.6339540211782 -1175.599606827389 -1172.9922516973156 -1161.5168321477415 -1160.3195239079994 -723.2640396161048 -468.81632751259167 -475.7940760522173 -309.5575077863364 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -69.2098027656953 -344.90865686163204 -779.6685396336914 -1092.1363726766017 -1124.2852782652506 -1190.7753872168284 -1182.848732723251 -1168.7611290975483 -1180.4823349077078 -1197.4326971644434 -1199.3880520900004 -1186.8874976367576 -1187.729138867906 -805.0384348729897 -525.6722330416928 -512.580198650078 -327.00824302830506 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -62.98199913824568 -354.67404529114526 -776.7441287413126 -1032.6669986138777 -1128.627027012502 -1162.08475615527 -1156.2451068102753 -1151.468514391918 -1171.1370665481356 -1186.6328130883217 -1179.1962502600209 -1159.9469674213617 -1159.111615189129 -779.5761845322461 -522.7922246706624 -483.4496862939495 -298.62578715259474 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -199.26713513267012 -623.4800121928032 -918.6535202618684 -946.2553531309762 -1026.9003146807206 -1078.5122182791426 -1075.0575902740848 -1083.857783266574 -1098.6797713252531 -1081.3204832929612 -1073.050019901898 -1028.2843980924788 -616.9280249806654 -434.2756042700783 -432.30122427193066 -299.63069697119346 -216.73389233508988 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -48.95685583291044 -217.86940491968343 -605.3221936767737 -891.0775083031155 -911.5528724372548 -980.4929814065548 -1015.3642838690809 -1020.0251666874188 -1010.0538865697722 -1046.900288227083 -1103.3929372174196 -1070.7251484841054 -999.356489787382 -608.2984286143911 -427.8160311524916 -423.9294635768833 -347.3859501505168 -218.67193249934036 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -45.02562665762744 -239.4050103761089 -629.4003302935268 -887.2621235709142 -1050.3419179301616 -1107.9337550288992 -1149.4821568570364 -1146.2761044299607 -1167.8134202680446 -1149.3366122179457 -1170.602489970673 -823.3973848268205 -425.1367032728359 -386.7633890272918 -434.446362004187 -424.177538141227 -395.5083852519499 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -415.7222281028512 -890.5486688607327 -1153.468213214353 -1171.107016256046 -1176.1225461601516 -1181.1911382486803 -1197.630108653465 -1183.987792192333 -908.4708699586024 -660.9204437809087 -491.57825502169527 -458.886478312001 -527.1014472796674 -479.7694440293878 -379.5294478288935 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -124.80011065443786 -375.19561782995294 -802.9649172086719 -1109.8850487179989 -1136.3998564949948 -1208.9135827201687 -1226.5663132733823 -1204.3122688471851 -1217.5338316109642 -1233.6956203993905 -1233.6954902078303 -1204.097183494495 -1197.3963302189836 -849.0529677695004 -599.1607737707221 -631.8142327109913 -409.0125208639585 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -429.6392668262447 -790.6816981241465 -1131.9815219102254 -1199.114988048676 -1275.092861067056 -1303.0251449100092 -1265.8911657617657 -1275.2789750759166 -1280.2253965504212 -1295.4587868763365 -1259.565668845229 -1245.397745108888 -903.9216869517996 -697.9810672946495 -652.0896355409537 -414.58458575739866 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -68.15231894716291 -298.995388316686 -708.2374818648331 -1106.703452522077 -1121.0070056314596 -1168.4908377733527 -1168.8284933887448 -1181.8963957838018 -1189.9400890368245 -1195.3050432906375 -1194.8564419824647 -1157.1515208087344 -1160.5576045210987 -800.9678320563083 -553.0365637670906 -551.5308490741163 -386.5020005448285 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -404.583414325616 -786.8182461649271 -1105.4838020688032 -1165.5422829031677 -1198.3144729350802 -1196.2210380551903 -1190.6906331444138 -1192.4859982950247 -1223.088339767354 -1212.339189843201 -1202.0879770124652 -1207.2317539039998 -850.4968933423988 -580.1394104003447 -585.9260865097013 -365.8994490071785 -341.4484687216117 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.42656554171923 -359.69348133876 -735.3209531336176 -1033.2522957759434 -1060.030329304734 -1126.3034292059692 -1149.9056265750985 -1136.933399897481 -1164.6393875296646 -1176.976613358971 -1177.2769593629446 -1148.3338146603803 -1150.371317097297 -694.6024492445256 -455.4211905717047 -451.2646057483331 -410.9458883500744 -284.62748750191827 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -97.66951066018932 -358.5494399745218 -672.7654339998021 -1005.0187094138852 -1112.8695686563524 -1163.901318415474 -1155.5535732093776 -1176.370779045788 -1177.4665486225 -1155.782921580897 -1197.8490882000096 -816.0444853065155 -423.7263043335584 -410.4629903569095 -493.4869314103153 -488.4852149692409 -423.2380701014585 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -450.918858222537 -815.4544397133683 -1136.2938475482244 -1144.6291297031428 -1158.439363730302 -1185.8436825348213 -1199.2486622895651 -1179.1615614611655 -872.3005443155325 -635.0674851262097 -464.39539770711633 -403.2255742563601 -476.1842424821222 -406.9563088682132 -280.49401365867215 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -74.399147887342 -351.18602428608057 -738.7785209411189 -1047.0592729669395 -1103.5654004422909 -1188.6511859880688 -1181.530341417919 -1175.306306295553 -1186.758378074004 -1198.5473935392342 -1195.7463669698054 -1184.6073743801426 -1188.0894509071338 -743.3144048793939 -486.8975766884088 -483.3385892546906 -317.36598655642814 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -75.17413151937102 -468.52091861191394 -799.7550233141087 -1078.9691015633252 -1136.5109288231845 -1186.7468697663971 -1183.0025498946789 -1178.082915426549 -1184.3870131850383 -1199.0236947560809 -1195.3409407489607 -1182.3177614146327 -1182.6719900125408 -808.438778836188 -530.1982014650679 -537.6727722151363 -339.4217985069632 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -288.38084047167075 -751.1441945215189 -1105.0170652148954 -1177.1064964057969 -1239.3857399188496 -1229.0715751957566 -1220.5736301383995 -1215.943850957471 -1236.90031432053 -1242.4345795544243 -1208.3275281055835 -1205.3423786810831 -783.9529403663029 -514.0732238432062 -479.3021731063963 -304.2416975480844 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -44.36571595010966 -232.0841264644519 -652.3213051374977 -927.0322373977544 -974.0958587746666 -1057.011764816097 -1063.1489821207836 -1134.3641936885106 -1136.4233050787618 -1156.7727962712404 -1158.2187832299055 -1151.9023522668876 -1116.604309764734 -684.4461660975335 -457.90545561645706 -440.3724791220294 -271.21038261144724 -216.6293579077497 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -64.95010640138061 -258.5925484236172 -662.130724839263 -949.861220615484 -1048.1946777303335 -1153.4962421209102 -1159.0859745783246 -1145.834177293924 -1172.535179898418 -1160.7972272357156 -1146.526154640478 -1138.876383495408 -1111.1485084823723 -680.9361356129612 -476.0389591863119 -472.36368664274 -434.7833662743508 -294.31716699996576 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -307.8360373729929 -755.0614728343646 -1100.7263042437587 -1198.1124696828083 -1198.2034547077858 -1216.4336240449704 -1245.2553823169342 -1236.7470103352043 -1204.034090126631 -1218.3396615505608 -925.9130941798091 -525.384202852764 -437.7934831710125 -505.266461413299 -493.81463311002034 -417.5829789456466 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -570.2123922460054 -935.876686930926 -1177.4795238907634 -1161.3514119406884 -1160.6612738501842 -1182.6307816589406 -1198.6943412194096 -1160.662763085914 -839.0935324084261 -579.6391538939295 -426.1350429448042 -426.54138610015815 -478.6267903702046 -409.8152892620352 -313.0906993409194 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -89.73428301587867 -431.2378188121064 -786.5138492532462 -1105.73896710201 -1158.2132959095238 -1196.1455528156157 -1190.4944433386893 -1185.174974883082 -1198.595821326943 -1209.9614676920091 -1219.7981983742957 -1196.727269370573 -1193.6710834244398 -779.3687121394313 -513.6068763531322 -554.7872717077624 -349.9143299653782 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -360.4202797636598 -763.0493901554768 -1155.855191312566 -1162.4115712185076 -1226.4018763519714 -1228.2425619701237 -1228.0828731963677 -1233.3008445953767 -1234.583703758996 -1260.3168220909424 -1225.7735436880944 -1210.490946837013 -820.1558681491158 -506.1080164057868 -491.6054786967041 -321.4344129663688 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -68.13829921438817 -325.532070268224 -696.1049669730709 -1002.1345446107948 -1085.0911909720146 -1162.1444653783965 -1153.2017052478238 -1145.385338000413 -1155.904137276279 -1163.4600061967817 -1131.1218558400135 -1111.253968716828 -1108.492127750462 -671.3768971611348 -441.81509759575954 -440.1957935934608 -279.63998553455934 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -51.25523938504107 -317.750814881862 -738.2300497198088 -1058.2360348738869 -1087.1478888112763 -1186.18323226966 -1182.6074740011038 -1173.9416839849523 -1179.9350049946283 -1192.0524606645508 -1197.178554816873 -1190.218630376161 -1188.022319639087 -749.5016079360164 -503.0448358166548 -482.94784268355374 -321.30241442493923 -292.09318565765574 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -61.15125817940563 -382.0557584982575 -807.393147546717 -1113.9865017239497 -1156.144185285798 -1195.293019286602 -1192.540585436015 -1185.787666558665 -1196.4993607269332 -1201.7672825455495 -1196.5365387511906 -1191.0750087684048 -1189.7223820983866 -821.4014177633679 -532.6752942235003 -536.0987959360295 -465.425304428198 -366.32924248038 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -375.267932368854 -764.2170020534717 -1092.1153872489565 -1226.6263139364278 -1240.3202924232085 -1262.9672488717567 -1298.1836065456937 -1289.369218632545 -1292.7137631515789 -1265.7351481635455 -935.89514193771 -599.9823555331584 -573.1362489293164 -687.7597218691262 -685.1286788378451 -482.02587181231416 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -586.0301936558617 -990.2083195822986 -1225.0905492804432 -1213.0480143525883 -1205.4930061502585 -1244.9984168816002 -1257.6957582271814 -1287.9742197520268 -930.1563372899624 -693.3971541421531 -523.534246168458 -514.4095645833229 -656.3114883877046 -583.7843239887211 -498.67215860282334 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -117.06372908243644 -501.7280013574986 -875.9370556629677 -1102.7285555895826 -1173.6531111259333 -1240.7639413604063 -1236.492824622975 -1227.0650091783289 -1211.4372496836768 -1256.2222782152548 -1236.7190431807444 -1240.226942906528 -1230.1526044051325 -869.3026394006213 -619.0303365608373 -623.5179226555423 -371.9325720322618 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -108.06374432987712 -465.9314910028816 -931.7888419615482 -1126.6790542838507 -1165.6781207508477 -1195.6558097165505 -1195.0024378212318 -1199.4669927058335 -1203.2324449273517 -1250.462119055656 -1231.2496923775427 -1206.703089288956 -1200.3627945767687 -843.1997851167343 -585.3292045804978 -599.8502470266931 -382.5501475190814 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -404.2577216088577 -773.3764818984868 -1094.668161773798 -1184.4937618219258 -1259.813328349779 -1260.4169929534123 -1273.0697645981254 -1286.3528900302229 -1286.530733491156 -1267.381670654274 -1255.421751167475 -1261.9124603925118 -891.4627424754378 -665.3144170718431 -678.8861694879438 -379.8887227687594 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -122.58379512088716 -409.0085453261892 -780.1903328839988 -1099.8162286189013 -1205.1774445824078 -1284.9818612918068 -1296.7065421716577 -1308.6813964340502 -1301.3933584402162 -1304.61724516927 -1248.0952897360137 -1267.5230478688572 -1274.258888943799 -902.2972910309854 -734.0337409643591 -733.290032115745 -384.1801497397636 -364.480156164958 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -115.0675257812186 -412.7870518442383 -839.1614916550702 -1120.3840471195244 -1203.5847883859872 -1260.9504829085583 -1277.163661973006 -1257.1627600795005 -1285.888981441477 -1261.7226606628897 -1268.0080708108237 -1245.0523374747927 -1254.4246397083225 -924.1216567412488 -706.9492511307799 -675.4375565931366 -564.9474908975686 -488.8111635809987 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -442.42056308512656 -744.1780659661836 -1112.7409290121757 -1223.252889936705 -1195.3081023383097 -1177.11320292623 -1179.7485022362705 -1187.9133376568177 -1198.301191865054 -1192.4650522864906 -913.4163045881444 -513.1106048217642 -494.0763216234691 -574.2262045547762 -599.2402404806487 -473.0844217107556 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -446.9352379434103 -810.8473087819691 -1147.8725381546635 -1158.3237614092554 -1159.733292830047 -1162.6738956851812 -1202.5773439864524 -1166.2267937480535 -911.1925040287508 -672.6263595999025 -501.07409128759264 -484.161194026696 -576.4277252239816 -494.9008038636105 -397.9494373535001 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -116.00221380361684 -321.99247626001693 -705.559910431206 -1093.6090037951813 -1152.1209078452368 -1190.36773825586 -1186.6766934337809 -1181.3974235773865 -1186.0118224500998 -1202.15659311781 -1199.5957470721012 -1185.8003425259974 -1186.3342012024073 -757.5595015744243 -519.8194670961492 -534.5058046902896 -322.9208862128476 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -294.9655082851713 -657.4995580099574 -1029.0460353008273 -1139.145471918872 -1184.685911211203 -1185.6029811395472 -1178.3777667206552 -1186.6910631675123 -1198.5032145001271 -1199.945471654789 -1191.3308613449751 -1194.0557882806338 -827.9480300759128 -569.6288859634606 -565.9407794657329 -353.3214954672116 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -74.83462117533006 -343.6723983490475 -744.9557804329437 -1011.0363196470464 -1173.2086218804789 -1235.8778083194914 -1231.784170795418 -1225.3664477174782 -1234.4022098115622 -1273.8544741804733 -1241.6433434057235 -1204.861486179709 -1192.0152332902026 -863.1781932035186 -616.0470981495562 -620.782208115847 -405.47633677400034 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -345.09864359661924 -756.057634833981 -1086.5070850403413 -1176.415082409113 -1263.087470754155 -1268.787672818332 -1211.3770998950586 -1200.2551287596152 -1236.3769332888803 -1256.6735686597822 -1272.421478032906 -1192.4010287276035 -842.8619823152977 -597.3651277363941 -595.6566886306214 -394.83738208798337 -400.0239094162353 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -309.85826641825645 -762.5996591443446 -1051.014823727886 -1140.4461945233052 -1207.8550530201555 -1202.593918778933 -1228.7068672955422 -1236.6538607359776 -1248.5909643073676 -1249.8262785830168 -1217.0971656000288 -1207.4875575843107 -839.6806127951954 -634.7803610057011 -618.483990103562 -525.6205600818327 -413.17157874543824 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -313.846832475038 -724.2966047514357 -1094.5742035525395 -1279.6521476770238 -1238.7473570693585 -1237.8680496550155 -1235.3068346564016 -1238.172669399244 -1237.0949885840266 -1237.6136891280964 -929.9002002380432 -565.529496634702 -542.0198705728269 -647.4674121479073 -610.1508530935889 -471.8672550926445 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -518.8211297002867 -914.3206486462548 -1183.7339684574804 -1196.2483266457382 -1188.6183756843868 -1203.165192096889 -1202.0458509270516 -1191.5922145066827 -927.1231040748322 -687.9661203438955 -552.5680153928836 -547.9343389179999 -609.9737832510643 -499.5111521967904 -395.2312479630684 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -114.96117149511691 -494.56208112729513 -872.9788295839729 -1070.7104460194223 -1153.2733711117346 -1194.7313088401063 -1191.445437672099 -1189.387469124512 -1204.8985875222345 -1230.4350471037164 -1236.3627333099855 -1232.7731335309136 -1228.1710303898972 -865.4682796935266 -608.9197158170118 -597.496422046181 -365.9090128330911 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131706 -264.376815029854 -662.6923522417652 -995.0336105694088 -1024.265512704803 -1158.6699883647443 -1158.1663847248858 -1147.2541582326214 -1173.508717577983 -1185.566064594928 -1186.18234150364 -1153.912405728883 -1154.7761417977229 -696.6022665284964 -448.5037262348189 -454.0994546027388 -309.3906046993029 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -63.88260011202927 -329.10165241830674 -727.4008417017219 -1022.0048550347652 -1038.3476243639936 -1149.9393073569904 -1178.0241068761773 -1165.9133135408483 -1151.694480947512 -1186.0089275309217 -1188.446224695756 -1157.2863029269872 -1148.2068426022468 -678.7785558492092 -456.4479306694372 -447.4409672527586 -294.6255372506987 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -62.54582711368664 -269.3199701398883 -690.5479612899318 -1059.0168962539049 -1141.1444156019563 -1181.5289710258153 -1178.7072677380709 -1172.6723419913014 -1177.7132079112223 -1187.7558929927443 -1188.9224294406645 -1177.4583742319671 -1177.2536247999346 -767.0301380933599 -503.23010366186 -460.5458135066432 -306.1615844742845 -256.8510299376737 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -60.84068620946257 -341.5675343508988 -782.866662816264 -1080.793531829879 -1146.7822569960535 -1190.1361151185745 -1181.078899693841 -1173.6769218735624 -1180.4134990381694 -1194.1182403376622 -1200.3662459589796 -1188.8183398821054 -1187.54937351369 -902.1230411927852 -510.41435658407727 -497.22110392652223 -439.7033446050844 -300.03630007788166 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -78.26044583050201 -399.3973638758131 -824.6666570211131 -1062.3481559578715 -1181.6015131148838 -1189.8286944644033 -1185.7303388664996 -1190.9048827457866 -1185.2100689063063 -1187.8313597044971 -1202.6185922253342 -878.1769702536462 -467.2399954373531 -546.7458697655189 -523.5023973673326 -526.582724511536 -438.8188423738627 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -472.3006352224911 -894.1313039165467 -1181.2833776787338 -1181.1136844895975 -1182.8962294836388 -1185.2763621314386 -1207.5667749614202 -1186.7587325175462 -924.131839997125 -655.1481422285169 -470.0503255948617 -567.4742536538223 -562.092086822855 -474.46975841618223 -388.3539257619181 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -168.7342461409372 -381.1095878738578 -794.5609634194536 -1120.8314612926354 -1140.5403388815878 -1217.699535995621 -1198.856179344136 -1190.287768329326 -1209.4072403318949 -1222.9034511578668 -1221.0547688551471 -1203.7191805477587 -1205.9419518162483 -951.9137746840726 -638.2128854491998 -600.2992749314286 -361.40867462034606 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -78.00179778580838 -383.8425182437868 -782.5892367396101 -1053.1019393970723 -1155.1377194460028 -1186.2779986018015 -1181.9566892512737 -1172.8434714281125 -1183.6102499573813 -1197.8516487332338 -1200.712969924565 -1187.2923154847051 -1186.3060736845637 -910.8945882474944 -524.5578624373388 -505.45098309404034 -329.3428476115086 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131707 -347.6659787362648 -758.4049205831791 -1104.0663340546848 -1163.895537554531 -1196.1040704109375 -1194.2547041061785 -1188.6173225659231 -1198.3061979650631 -1212.8873106280412 -1209.8289679209636 -1193.9596585837744 -1191.7602934635383 -935.3989098375356 -552.5170218088875 -501.41117399177153 -325.3882331956761 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -85.9292607449025 -410.0242019670248 -810.125839934523 -1115.0088716627572 -1177.6351019494375 -1264.821973211748 -1208.2841321562448 -1209.621593168789 -1212.154281689712 -1219.690096091395 -1223.984665317799 -1223.2898041883595 -1204.199433008198 -937.64508273032 -570.4812312297629 -584.7744005994923 -482.6235012379534 -491.083453421546 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -69.24349638343067 -307.703618126328 -678.0728029944437 -1015.7843273224896 -1090.301142604299 -1168.696888075427 -1187.030791035825 -1175.937059844625 -1183.3437962643636 -1194.1883414506003 -1196.7170628424942 -1184.2963302935273 -1161.889698463577 -795.5767541518964 -471.8517646927784 -451.12712354671135 -397.45996612087424 -271.58966072592364 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -43.99499817841633 -264.8639307130063 -655.9564974003771 -1009.6888508364648 -1132.442799065226 -1160.0443658113993 -1176.6631653796612 -1176.6731413281211 -1178.740926838073 -1180.9817581528455 -1203.9912100546749 -835.7482438168992 -408.4571591254237 -459.1433510532808 -434.12767278613376 -428.9725719894304 -388.5167295831749 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.1654196424277 -39.06720772254111 -450.94564030369287 -830.2849476164384 -1197.92485131888 -1231.1551275839693 -1266.542594048201 -1271.1888140839026 -1304.98482029916 -1291.9974715533776 -939.6758460738454 -698.3115004940614 -575.9971300088457 -662.5361530252387 -655.4181249423556 -510.6749769618825 -412.9244515337474 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -136.7565271060665 -393.99591699939424 -787.2264535190392 -1161.4928255659995 -1170.325743818333 -1250.5372164370706 -1212.5898389981462 -1250.74365051599 -1254.782653351644 -1243.8547707449193 -1268.67010247469 -1251.6197256866374 -1240.6486229482275 -969.8726921179264 -654.0480146679625 -642.8307000062949 -421.6938253782338 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131707 -395.587775409972 -776.8964578808047 -1070.90092772646 -1182.6326521654416 -1258.4505623708003 -1266.2365481935396 -1246.4387621801443 -1231.468066604113 -1210.045764890084 -1179.4920238182162 -1152.352816518142 -1155.440278712207 -878.5007212814137 -539.2687785542029 -526.055908436583 -318.29625361630326 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -40.14592822131707 -291.091565076967 -688.2261441502669 -1045.4999594347105 -1111.205342877701 -1182.0001525388343 -1176.7779866642502 -1167.832495918062 -1178.7093103904965 -1187.8043950234091 -1189.9056154675998 -1181.5251926926153 -1180.046440445151 -867.382508499027 -497.9612484612239 -491.2732446347766 -320.61399313987533 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -54.98112212187476 -319.6968271723555 -779.7182303244651 -1073.968864684492 -1149.8924971783676 -1183.3114223159191 -1180.127660414574 -1176.7984754748754 -1184.434025811353 -1198.6267880842013 -1200.5515797194928 -1185.7746311117285 -1161.378953875905 -842.1739965952598 -492.4126948740191 -465.9579311585889 -307.6330213783611 -280.944774906663 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -369.39156009119375 -766.3313440926621 -1086.0301055987377 -1165.3124584119985 -1215.0782834676136 -1219.3530631878127 -1222.4269297214878 -1236.1506432872593 -1240.3182195932666 -1239.5035825320613 -1212.1964052395858 -1195.9094668561545 -932.3642784502304 -547.9075941790362 -530.7898711893197 -460.0062946698146 -345.6299667157093 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -37.533742184041 -39.08371059418841 -336.3642149955948 -743.8516388688225 -1033.1475888766963 -1151.2208074415496 -1185.5481928309111 -1180.6576831218406 -1176.9557864897274 -1154.729098527543 -1157.7733211562756 -1174.236698026392 -765.6618851813373 -401.6394374801866 -484.8745422802986 -465.1612387954003 -464.5945838726551 -413.9673676106984 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -366.46421121361743 -811.4119156042217 -1072.1184796940292 -1091.6604405352723 -1147.4675784115611 -1146.1262488390091 -1094.6744198180136 -1072.5795549072486 -748.3741893230065 -485.63903559910455 -376.9178658612784 -464.1498365006472 -463.43943338693697 -414.6732048719646 -325.21428234898525 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -148.85884746282397 -204.02409038514884 -561.7724699949405 -853.5456689257138 -922.0888388857994 -1035.8759807981398 -1086.1097410854734 -1021.2668520064882 -1079.2849233671789 -1087.4966078424486 -1091.931641042166 -1054.0069336432932 -1032.702993139348 -734.8086994103373 -453.4360351552276 -440.2665576594725 -279.9713546385315 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.05605054802388 -206.29948741563544 -592.6471167173044 -911.8884667273315 -982.7172469808486 -1134.1875196295769 -1149.6712384769712 -1138.856106952629 -1146.26880751601 -1158.929549080636 -1160.3743143270754 -1141.4321447247291 -1068.2993409371077 -749.2756033815903 -452.6722794708475 -439.8503344800067 -257.4872945193009 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.21362458355988 -207.79563006188744 -598.233392139247 -930.7285655913538 -1037.8508377967487 -1154.6406048267047 -1169.0285234117102 -1160.465061183163 -1163.250424919056 -1157.140599183442 -1157.742744290068 -1134.745262846489 -1107.4136479536592 -789.3291082205276 -470.832101745558 -446.6341277693496 -291.3965240977141 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -140.65004593199464 -171.90003607564628 -539.505641142436 -818.8310054798889 -989.3801372117032 -1167.5464535004087 -1186.1327325059708 -1177.918506012772 -1181.9989727076252 -1196.004081779197 -1174.72512107757 -1166.245728866273 -1158.303438223703 -901.8834236291864 -566.3866558693937 -545.2284895765939 -342.8543369416778 -358.8010603277264 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.08371059418841 -262.1891903415674 -748.1610419925597 -1040.5817714401692 -1129.14382538243 -1189.4364211925215 -1199.2865131191215 -1200.952116215231 -1197.5128285314256 -1209.049359103314 -1202.966088402002 -1182.7217055806184 -1212.4868884926186 -917.4107937783084 -596.6601862578934 -571.1864094529664 -507.8381207728239 -365.08092124988417 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.08371059418841 -268.97783478358497 -738.3161277378267 -1078.2376031045058 -1241.213854724569 -1235.1294902977413 -1227.552864370129 -1232.7181478821312 -1242.8516947358153 -1167.5207069696355 -1257.4380991860776 -919.3325337318483 -543.4726701959579 -594.1693478462136 -593.5785917509601 -608.6586510956189 -504.52621543596376 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -392.9647619673626 -829.7703696913513 -1137.8627018026882 -1158.8281330212203 -1163.50342474282 -1186.3207022677188 -1202.6869661495168 -1176.1685793013078 -911.7678946228742 -665.0833222532052 -469.9517568980411 -548.0576645488442 -620.5361266077542 -462.39435876294937 -365.3772572816375 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -164.07713879529504 -315.78949810279937 -755.2372907959447 -1103.959563964488 -1137.2074238405414 -1203.891176371273 -1217.7207404601995 -1197.190873114789 -1215.1221307734988 -1205.4138591682558 -1189.2506958466734 -1195.0642560307922 -1202.621470363973 -952.7106895352572 -626.0581771979015 -553.5019249425183 -339.91750423996035 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -60.19397897515382 -213.5233192939998 -575.284861598241 -921.470565967016 -918.7602161295328 -1132.8393860614872 -1150.7705501653222 -1126.3846599902042 -1146.4749052404209 -1160.9052259504576 -1172.5853138939417 -1176.2520607661606 -1173.7842730816717 -917.3454630707288 -574.1221909080709 -553.2796250397691 -338.13302729701604 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -40.14592822131707 -277.3550819286613 -689.8935823631952 -949.5763640572428 -1024.8507798204903 -1158.2369940216593 -1154.1060799931088 -1147.771930709933 -1153.6644061125585 -1044.3904424807336 -870.8332139949473 -937.6496412939237 -931.6446840573436 -667.8427099742765 -391.5024440857 -470.16027035486303 -247.0150892229698 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.16422375766011 -171.88588567007085 -495.4354217728059 -747.3104632586723 -767.2691456571408 -885.9970979476426 -895.8558420043969 -917.9342854455164 -921.7676925306458 -933.3148437725685 -902.554185477217 -853.5474101381039 -818.1273552131939 -626.9903164204488 -424.0919152801423 -414.4160669408438 -247.7781971895175 -218.67338995520825 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -69.13467596732302 -168.01206436431414 -510.7491165158703 -838.3180921716789 -882.9612361724427 -955.2808796316998 -992.4800221370324 -980.6869074603394 -1005.9438621146296 -1036.7292273176863 -996.8030240857948 -917.59971839484 -880.0700439719213 -666.6607990931553 -423.6018968451916 -418.2167257670947 -345.7008444881846 -218.28867553139497 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -69.08544870718535 -172.64217797291855 -527.6737090098819 -864.1474336717379 -938.9637703661688 -896.6376952324722 -965.3543971385592 -967.1860286661758 -919.9889155427544 -1006.3499980907284 -980.5636789582946 -650.9135006067569 -321.0326923907899 -437.7092593920487 -407.00937157985845 -406.2899857364685 -346.46464217201355 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -332.7966218160448 -760.5493844204015 -1010.4209400654028 -980.6827625854154 -1023.2883405420412 -1004.133926336129 -1018.8609999772714 -983.1246618471248 -701.4651300601178 -409.2500637070968 -329.0350047029183 -397.3979692816511 -422.2194964063206 -346.8732075258064 -243.12282791656537 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.33749168295726 -175.00725058162303 -604.2731383370847 -899.0640006645955 -963.4701949850654 -1016.1277519366243 -1028.407022384192 -959.1718985724452 -1009.9877766346842 -999.9489054345124 -1005.8900854362704 -927.618573665716 -785.6459611664374 -646.1429235858042 -407.009135313486 -410.0320551872899 -245.036649162148 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.25226704788078 -176.7008579393599 -544.4672061486692 -860.3731400812395 -916.3943227820266 -992.1094255969016 -1031.5574737229738 -1003.392755573836 -1031.1624853718984 -1072.4303299324408 -1051.78375739651 -972.7349981829084 -882.0282703072157 -638.7009376460362 -393.3104554761336 -460.89122465796527 -246.06735062022767 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.17333251771036 -176.89660431486118 -540.1122282360798 -825.6935414802916 -922.1539353984502 -1028.3935342404557 -984.7567409243547 -916.7372011512664 -919.339434960582 -953.1390289238124 -930.4778732111724 -925.7149840674488 -898.4413997328087 -665.5574353664545 -413.9860808041312 -419.6371233858602 -260.6741883693172 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.73613496361595 -175.3171960651733 -571.0107988670849 -819.2813276727566 -887.5606460185177 -994.2222037302764 -1099.3000465709276 -1046.734484861195 -1076.386556282888 -1102.7963994190611 -1106.6694762779366 -1054.694889759759 -1028.1506631149 -732.8894153659955 -457.31707476922935 -464.0455387495293 -304.15982299295223 -290.3490664024191 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -132.60704997058704 -240.3138040066545 -653.3102058636549 -969.8420967789128 -1074.196713159853 -1170.9831039864712 -1167.626120614591 -1155.7185784480216 -1160.6298336222978 -1170.6738148174866 -1150.7828091572885 -1114.7348909072905 -1110.464632903667 -808.592432964517 -500.07599514601606 -514.7773129614909 -438.5158136638474 -322.7412465867 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -154.86218142789215 -228.4200732136369 -617.4494935692593 -982.4121712844776 -1094.1302635390784 -1152.4053477871723 -1102.6041884098863 -1149.9954669202375 -1084.0302257260253 -1102.0107123256762 -1106.798125409247 -686.3120786568833 -342.814443476494 -414.14549511934337 -430.2495024326199 -414.667215974496 -344.21083887191713 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -273.76853109672606 -693.0907084422096 -890.5950365833019 -910.1095485718688 -933.404331461992 -935.1879101650622 -953.4739707662412 -967.0138635017204 -627.5116423446776 -384.78652382203353 -251.1649356022533 -415.902724197852 -414.98231709974857 -347.47922348096887 -245.19978643031428 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.84443905666299 -173.23911811577088 -513.1106503501587 -749.7878293657899 -831.7166224558802 -881.3673128673527 -952.8055453289396 -945.8794020950172 -985.351022939108 -989.3844101899556 -1011.8955019351964 -953.7557547038632 -956.9771953671384 -605.0721959029045 -376.9621106739416 -470.891715444713 -245.83092204011072 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.2350471616993 -175.21626450042916 -604.3035563898867 -898.9071832401766 -1016.9070889221216 -1083.3280815840849 -1107.0947413675294 -1108.3103285598008 -1151.100995216529 -1107.591540259726 -1078.139019011377 -1059.6564947380236 -1158.450666798502 -755.999781002921 -477.0522133383313 -447.3675566955547 -295.2644648795958 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -178.89024084105964 -276.2556080538506 -649.9115573265938 -1014.0976496002908 -1132.409680735547 -1173.7314855406487 -1168.198944828585 -1165.416276593285 -1169.2527380075578 -1180.0796114852672 -1177.8514495741772 -1170.2282981636522 -1271.8102210185698 -940.2004787668768 -578.8906707069448 -564.8449103874079 -364.8655100709254 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -40.14592822131706 -314.1205918691029 -713.8226572315041 -1016.9238134891426 -1142.1468107562805 -1190.6174312867722 -1190.507040240122 -1169.646563000365 -1180.15275506298 -1202.6256346897374 -1192.800062368119 -1184.3157096147263 -1260.9377467906204 -895.8390211773394 -553.1468570822766 -542.8759131840626 -342.4789797465736 -353.0481681489656 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.08371059418841 -256.89006519362187 -680.7438407713765 -1097.8281735797457 -1163.5374486994913 -1229.7479993935656 -1220.3548776935568 -1209.684562776162 -1204.3393138951872 -1188.8492823013987 -1190.1519387475078 -1194.831436541124 -1313.8416564929216 -970.7755513350278 -665.7303244661267 -636.7593980721829 -579.4792777734891 -442.735624409904 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.08371059418841 -365.1138509235876 -730.9454262414598 -1080.9100107272 -1187.911318828029 -1191.3397606214542 -1186.722854052154 -1190.3074630967585 -1185.1941775402324 -1188.9346504480643 -1208.489441334784 -922.2564247948104 -582.4865337612229 -563.7281770079334 -568.362131902606 -570.6035238712499 -470.2434989389662 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -461.3816404688986 -869.6467626333296 -1193.011166442767 -1174.2409906300004 -1169.7126382272838 -1177.4328123225175 -1174.6738416437474 -1154.8272724693772 -814.2960183135286 -541.7892256397595 -504.9278409016989 -469.0423284803238 -438.8548112155696 -383.088863666136 -278.43284814205435 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.37460691559048 -184.7584959846137 -572.8364544164998 -856.8746825446709 -881.4971856380836 -993.9869193997208 -1012.7794063791728 -959.3697675168686 -963.3053605559766 -993.8211419467428 -1018.9741120926268 -987.7210515630762 -1090.2176954928882 -719.1781966090072 -422.9184064127127 -464.1148283839686 -247.92859427653772 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.30514706470467 -172.05774036358503 -581.0056604014284 -883.0803149104504 -926.8591597196036 -1019.9622240310088 -1035.456240751262 -1047.9956393433267 -1110.075769500597 -1068.4484627338345 -1026.5717526325966 -970.110574374476 -1069.571696896545 -728.6206600834876 -434.6542447983739 -419.7571284926952 -246.15696423167108 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.73608452852245 -177.45761336340195 -627.5336228547345 -972.5453938149832 -1079.819571065889 -1166.4955441451816 -1155.2856061900138 -1164.573308406956 -1169.4906537244556 -1185.4155660383296 -1164.0986502999335 -1137.2099450124172 -1135.7206909398387 -739.7279288401812 -435.8131458483857 -427.5267749806055 -271.0479378969431 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.6864413812468 -237.8355648646213 -656.4620853217773 -1015.613457781669 -1110.2549700397135 -1184.388563794312 -1176.975663334655 -1170.5055034457073 -1178.8470258574384 -1194.9718718361796 -1194.8849570447492 -1162.0579769763865 -1216.700657991924 -811.3748346651313 -465.8437118619234 -447.6108444963953 -306.4848086035707 -234.9110221814983 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -59.116637655533616 -198.23000803094237 -568.4821242369476 -942.6490753568314 -1088.8292349623916 -1159.128664793123 -1155.2283012085516 -1166.7280878282688 -1170.4360082355622 -1179.8972854442272 -1154.0830545545948 -1095.1619438761682 -1097.9325072427157 -727.4146478498667 -426.4776966593398 -423.4779171063481 -348.9461313299654 -269.5814985194428 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -69.14825794052021 -172.34360662583182 -494.3868786907557 -779.7279059986677 -850.7952234389313 -940.2701400444478 -923.4836643093344 -897.2270546995859 -939.0618362738626 -897.4885739139838 -889.449321879804 -610.6018570416646 -425.9630400326729 -421.3004572574753 -421.29862828602415 -423.9762064763237 -382.5492730699422 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -348.1586107031168 -709.9330116968919 -974.9809615017706 -1075.3820895301135 -1013.4219443246066 -1029.098647856769 -1044.732716051837 -986.6205209027 -694.1496774619125 -431.6260319434721 -437.2019189409547 -439.9458031155936 -437.8616952191701 -391.63312794783184 -305.0269575039572 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -70.45376227108356 -185.0260772669959 -600.3320646991546 -1043.2961104644116 -1133.5672181571786 -1192.8391209555248 -1189.3147938143106 -1180.9536727150196 -1185.9138915081685 -1202.1199112052752 -1200.8266341467408 -1182.0402436326672 -1266.7181034805951 -905.9636996967286 -557.8006342842249 -562.6190735223363 -305.3740922702168 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -141.4726824722445 -207.2829757136089 -556.7406338303567 -838.7632667417987 -961.1556318632862 -1086.8724422329112 -1159.844513599012 -1096.993890789974 -1127.3931628608632 -1138.8066889703828 -1072.1947628033574 -1008.5608535744274 -1065.4671866086649 -695.1487201420117 -440.8221661199698 -454.22475329456176 -300.7195213613699 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -141.40342873133892 -183.19170397402635 -551.6032161416833 -882.0991304730453 -928.3255818730048 -1088.046696676418 -1109.1241000183686 -1077.7557309956355 -1054.0981197610508 -1018.4168673994922 -821.2330842390141 -879.694283324668 -1029.2916334952668 -652.586497225459 -432.91413412787176 -428.1810086347176 -242.11626038782185 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.75339590878478 -184.63844048650145 -512.392540925892 -752.7180529893473 -795.0818109278971 -810.8941191969476 -856.0115073024238 -870.7272002362434 -930.2192292467064 -936.805880398016 -941.2841575442224 -933.3348249136652 -1030.6652237292842 -677.9068544725125 -450.6173552106599 -452.9408347780828 -247.2181519697313 -218.41952167110537 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.25879843437052 -190.72033964281823 -520.5297816949876 -760.6851136529714 -856.5104699772912 -977.3539621005308 -919.6097626333856 -773.1803275599641 -986.9897796123824 -913.2871501557116 -944.8646463579978 -867.5336381002053 -1009.48800203307 -683.404539317833 -400.2376028464113 -450.9434497313569 -344.27785322998284 -215.3493037241452 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.2232146973333 -187.6849402729831 -518.0059745779782 -761.0979497084986 -832.0718287763711 -894.5941392494256 -888.1540644211967 -877.1550143125329 -867.3718107488869 -866.8895965896075 -886.7792733290426 -610.1774130997272 -426.2751332234408 -414.1612869109342 -349.03071101120827 -469.2397873286196 -344.5682019677441 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -294.2212859894996 -670.0736446333104 -875.4807045045621 -846.9633978242446 -869.195552514163 -841.7007629606022 -790.4187910827775 -847.7091972068213 -557.7556839594403 -399.2323929933309 -417.0995613745778 -406.6539159572693 -460.8327321301531 -348.2332033907553 -245.90052113642187 -109.822742285242 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.46301379447868 -199.31329185945728 -537.603881874093 -761.6303772113729 -828.8617540200441 -902.325409988393 -852.8074786533592 -843.421333971575 -886.921339276874 -859.1307486086907 -936.5549091520396 -844.0640381903418 -982.4860976122382 -672.5740869230032 -395.9210789936413 -442.8028045591737 -241.81520876307508 -117.02430491338372 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.78993952133244 -200.8012366277036 -518.2636857805908 -758.8768908288756 -831.111403725719 -920.2117249128396 -961.0369136323592 -993.5687930345854 -999.1575089859964 -969.3429015195666 -950.7570089864128 -960.9382652478266 -1026.05633041413 -684.7882473715717 -427.57392165925614 -433.170306842863 -290.981884934009 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.753771894012246 -183.0462077460241 -513.6071310178688 -747.0831200832139 -859.3334386393467 -890.369921409557 -874.3398447290473 -904.0766823099958 -888.4446631937947 -859.5425236292505 -923.5466340487072 -876.392318688378 -993.3677140723094 -679.33430805093 -405.3956798412886 -464.4541883762727 -242.0155316176767 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.22809082975613 -186.4029390996521 -512.2383280010961 -807.3190307747192 -865.7059643105938 -943.0646411548622 -964.1181708590444 -997.2992203797692 -1000.4649348583806 -1012.346921498734 -991.2362200972984 -965.3241047125156 -1019.4878957331382 -675.9949490630777 -427.1733854893118 -408.635145373876 -242.7030741257773 -215.3447448529785 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.155116642482376 -181.03172402849336 -507.4210819479554 -758.5681868125383 -848.8396118848568 -877.8316578156342 -912.818944494388 -919.0569864214132 -937.2321586597697 -926.1418285466356 -924.9169963197418 -922.181194710498 -967.69704624677 -715.2940037508655 -417.28193877957233 -352.2811320998457 -343.7577649544419 -214.685595072156 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -60.659312191791926 -216.9624523089106 -561.599719532372 -790.7709046202448 -908.225717002191 -906.9112216530162 -920.9034840145724 -885.4492263854743 -895.7243099686784 -922.3220162815542 -930.91740609224 -629.571655079035 -394.13080721928526 -427.8134538750873 -424.9647687253244 -427.3357177667684 -345.46290788876246 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254111 -315.0493580053448 -657.3634128274924 -859.912561840911 -871.3862325928403 -877.3077792491364 -880.8732006024429 -885.9986264233298 -886.8362619981046 -591.7060857402113 -305.2987998196138 -359.0131363991092 -361.6341669850313 -361.6766586075186 -349.4508891000752 -245.9646251149728 -115.64072871629148 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.17392943449342 -190.32062533666337 -521.7456702913826 -760.5218402522408 -883.9749262808116 -881.3047787484863 -862.3448504211658 -858.1140946926675 -855.8539816685908 -922.2062268312818 -896.3179163592514 -910.1428388011268 -1009.6285748187224 -663.9087235371309 -396.139116885548 -398.0303429186378 -244.9566313799698 -115.58548285219868 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.75920716201081 -188.33296211107432 -514.3314908439041 -798.5743439190313 -881.0206069876291 -929.4721740408638 -939.875219209867 -932.1688356792118 -958.2954093530682 -947.4654523337848 -930.5825880953704 -850.8700265350067 -1046.3390877621448 -669.0683943326399 -400.81067027546 -464.9294419370967 -241.45329138625505 -112.67181515391144 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.30893109868046 -184.3254775187297 -557.8193283639473 -867.7526625909259 -965.034502284918 -1131.3714144533558 -1146.4569465391412 -1130.5741803821809 -1136.432348682004 -1131.0021545185798 -1134.935399233871 -1006.3743089886028 -1042.0662847993567 -691.116858695702 -418.1576740247489 -428.7720956303261 -291.5242146055378 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -62.75035518479916 -196.956115389457 -561.7986243214327 -839.4734253271416 -905.4096598375936 -950.0337163367298 -943.6512822434008 -977.1791656463575 -983.8982673623324 -995.9538019500982 -952.4201901401152 -924.9552214952008 -995.8788116008028 -680.9801456491898 -421.289184159726 -388.3359462534637 -243.0299988505369 -215.69562970828915 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.67550327490066 -201.988304005534 -528.3075942162368 -749.3826424807927 -862.8667482183272 -930.941888273766 -908.5774222596124 -895.2025033270514 -863.8905328715666 -910.231102353687 -938.7759195098558 -938.1307242814304 -1014.7776535051262 -671.4946461726985 -396.9222734418239 -400.5814587142016 -347.21232380640515 -214.88478791167017 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.9441354894295 -191.07489521985732 -529.1837115343601 -770.1713891420521 -877.4592839359495 -882.8513971718821 -883.4427151333048 -878.0046038454739 -876.8585647442135 -875.1014716561065 -896.5534201018514 -570.0892480851236 -363.63442066699287 -359.0319973785756 -359.05649567398086 -361.6753318510742 -358.2174684012101 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -39.06720772254109 -310.61664419115846 -662.1388958201557 -877.4641563826274 -904.7330177468444 -901.9024267489128 -875.7543908352487 -919.857190513089 -878.957156226493 -629.0698313195004 -472.3468421717134 -359.1077205510282 -361.8553236328272 -361.97668124824406 -349.7767473876357 -245.99576587916 -115.67757027819076 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.66848601369978 -193.0095225765146 -517.0036378727788 -783.3018829865061 -832.7225039762317 -887.2065659382556 -880.0912507223821 -877.0703658950597 -872.879519991059 -893.464086894055 -882.592326697951 -976.565190691225 -912.3186242372346 -632.0002866257496 -359.3754852994936 -365.0059934964646 -246.0736968771964 -115.65628468988167 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -159.5171256947268 -218.51791848887467 -560.1136326954231 -783.1811454253595 -852.9421610370807 -885.0337582635997 -888.3538502084466 -892.4710554225484 -891.5639123007805 -900.9696557135234 -918.7743839160038 -957.2856813820088 -911.0376110978432 -631.6568571754206 -359.1472035534522 -364.8635124908975 -245.5600637793244 -115.6279641584867 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -159.3194460016925 -191.7699353179216 -516.7597568596276 -783.0296992113475 -883.6552376092429 -913.8527999955684 -902.725388700522 -913.4115547332426 -908.0409790986632 -921.5118405581146 -916.696170576232 -1009.6695419815436 -1004.0390498351876 -716.632226019101 -397.40009768220506 -401.2329178312128 -245.08489181021812 -115.62155036392696 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -163.14822884135657 -188.8597382023885 -521.9058954919227 -765.14696360282 -875.9183116394314 -901.6365467889284 -899.2279170143642 -918.8527664667424 -920.2312330922068 -904.9297833137828 -905.9958607109068 -991.9598882176662 -984.362735952495 -665.9932941131066 -396.9893472801546 -364.4841372116112 -245.51940876481075 -213.68607119546647 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.83576581012431 -190.0416275381992 -521.8366948409428 -757.9246018553911 -857.8406292652076 -893.2459067194845 -908.590606597014 -859.4497894633251 -895.7697400121436 -922.6302228090088 -905.5732716298188 -1016.1238732894792 -977.9656331431872 -645.5049755370076 -394.0715258901696 -393.3918299240893 -343.4173666737499 -213.43078465559685 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.7484298517902 -189.68747164988756 -516.7848691436292 -816.3216958737142 -948.041488992352 -1004.1765739806776 -1018.2181280007336 -1015.271765988022 -1014.3286680240792 -1030.2685731612848 -975.2207998170196 -735.7569537155838 -418.7298206434598 -393.0545581421808 -432.01062812821385 -424.78855084537946 -385.7395848013696 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -39.06720772254109 -383.60069317040137 -796.7735952339902 -1043.8819031556086 -1110.0975746676695 -1116.4825959985417 -1119.154946743335 -1134.1961436090337 -1085.0287094588268 -741.3711008220461 -555.9552577152783 -452.8791264895036 -451.28540612513024 -463.95544593482975 -401.46738043447664 -294.2048300466569 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.64788602061674 -186.28516563918745 -513.9836726996839 -786.7016410023742 -854.3155981965751 -853.6275602239765 -884.7311286204937 -871.907579885882 -875.1971107602358 -886.8971851842877 -887.5304273064977 -976.314187357146 -913.2659002370164 -670.6574795196236 -359.0832006390211 -364.7761121729421 -247.36021241623357 -115.6569529173337 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.8068725910297 -203.57453974134933 -603.0549827955964 -796.9402481266987 -787.8812660440915 -884.8170084478531 -879.956338639135 -879.8836811230701 -940.6853300578148 -892.892054890989 -899.8232831355195 -974.7410184349312 -977.3561022786732 -627.4063184938796 -359.0486732904182 -364.7475881370328 -247.52908946856712 -115.66443228072004 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.72323230591684 -203.065632932137 -538.1070055539561 -764.9864963876576 -850.672429193209 -916.5178186259692 -780.4094314157484 -905.4297120012756 -966.7000144572426 -961.9950221950578 -962.1568163652678 -1052.9346559993162 -1016.2546538371712 -668.0215416693028 -392.6104571839485 -423.75189623387 -243.15350898637507 -115.58469770051973 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -244.08325219076195 -257.2679712557505 -615.6798308574972 -773.8078949111855 -823.3084451817025 -926.0170659883872 -875.9330100325778 -910.0785289183336 -860.2916208429376 -900.814748627448 -905.9927740645902 -978.6367769842334 -1000.5203137984524 -660.3470093518478 -392.4532614020529 -433.03936853853537 -244.9458188201748 -213.43078465559685 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -159.71346936279872 -211.6489939122288 -538.0963824373227 -815.4607929112289 -826.6728163520024 -912.7041667535276 -916.4497054684648 -896.6947328536462 -903.4059764075802 -886.8245202591218 -873.9141424904918 -1009.6731916467992 -964.265136099487 -659.7077639860894 -384.0407734841095 -400.3454099756015 -342.602151552216 -213.43078465559685 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.73899991161065 -189.65369994563468 -521.7772438130725 -767.3479467616571 -892.9520979064918 -897.0952219807921 -888.9327250428009 -896.1402481088271 -892.0062319833194 -894.0224842873341 -912.2364612506648 -726.8302669331528 -396.89518556174215 -389.6465050201614 -424.11277348071786 -361.6267822853501 -344.31086680198973 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -39.06720772254109 -290.6826803904886 -630.0134533359396 -817.5195975023782 -868.7151403497746 -898.8986493260821 -863.4319208631402 -893.5293055067291 -882.5759828405975 -622.0046079933893 -403.0716954259881 -359.145398376717 -361.8691283430799 -361.9015559862309 -348.52948157509616 -267.6464789334791 -153.89069298089674 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.29894602850078 -207.21351291055296 -520.0828768353745 -763.5756584600432 -813.8459614038687 -870.8584386608699 -920.143551127329 -843.6668044824794 -868.2514827565619 -880.3156970917048 -806.5004944912847 -967.752030250474 -1011.6230271504947 -664.6456145621974 -389.08795053563335 -405.9177693697724 -245.38825079993836 -115.61564253393986 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.68699232274227 -188.74044973102025 -511.4708213823096 -762.8561125408254 -785.3901259793992 -860.596159256421 -852.8833635857028 -849.7295801451737 -881.288842400049 -787.9332682201763 -921.7526462480794 -948.7851637234902 -1016.1787831009192 -681.5579741134143 -382.26135204817695 -395.52129906502336 -244.95933108595057 -117.02682783706814 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.64458889010257 -202.84969852256924 -516.4250480072036 -806.7731118399034 -831.4343078749303 -912.7160756742916 -925.2866742152108 -907.156498415347 -887.4516248797169 -907.9490932145789 -910.9798308260874 -1000.3464677131196 -980.8589157613312 -658.3391853358221 -358.953956819032 -364.6223943701107 -244.9269513311701 -115.62119877251794 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.74596320712374 -189.46308720258384 -538.438049906626 -792.221184980531 -787.9454163368539 -818.6288353066058 -883.9927705779326 -802.2099484473123 -805.8890311550666 -817.9345243182016 -815.7702680872637 -907.3606086048064 -911.3516191296808 -631.8714510713818 -359.1512773604258 -364.85263777752135 -245.0160628542248 -214.46486316331257 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.14223788792785 -193.525035877274 -521.9393067818783 -767.2072882724071 -854.3529882345664 -899.6836247283859 -896.4653822918234 -879.9041005568444 -903.7278981019064 -905.0465633808712 -900.168900913011 -973.807315439698 -910.9587240163568 -643.0569620319189 -358.90617036033694 -427.6315270690131 -345.6713619749719 -213.6190520480034 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.79048047483334 -190.9514799111984 -537.9708021029124 -769.3715940803816 -854.1394812039659 -897.1647139378507 -918.3271463884212 -956.4602217716988 -974.7507747869868 -976.0225428764062 -955.522244655397 -717.7091510384104 -426.45316874335833 -414.2372406808749 -349.0881900306151 -416.6859507609234 -376.8998038872688 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -39.067207722541085 -407.1828769887029 -734.2048670422755 -976.8444135723548 -997.2387180038228 -1000.2175659130324 -1020.6242595299829 -993.6626062332352 -879.9610371513062 -641.9687081720019 -487.68681673058086 -391.3292604424548 -400.9633264295063 -352.3322172065987 -358.4406498512956 -243.06810936274888 -117.04952185995448 -115.60263766152492 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.21602349497166 -188.5397413607297 -538.2107891795707 -761.0753351209903 -828.785304136093 -907.0536431973022 -810.4296148287934 -802.4668220882384 -805.8716187554252 -885.2139165611293 -981.9542330441744 -973.7971672703184 -978.0283685002815 -634.4768489651144 -359.0481443838561 -364.8250288318222 -246.9217931681879 -115.702607693214 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.82097040704171 -192.79508394771912 -517.1360539592067 -783.1565494090272 -795.7120159483637 -819.0214251263424 -896.4788504158721 -876.5111187112816 -871.7203333060718 -889.7520691504891 -913.4860660184588 -907.516144556044 -911.302191190323 -631.8130400541608 -359.11730760814834 -364.6896183675023 -245.74226859885036 -115.67309342616922 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.95897014028901 -190.2186607932488 -538.6654236752593 -765.6162850675667 -788.0497379086402 -818.329387896319 -810.4334678953489 -802.4916039606749 -805.8835887591579 -885.9472289227517 -987.6841063981929 -979.1259227818584 -983.36538274032 -650.6563073329694 -359.04775403026946 -364.68620818975023 -246.411463685564 -115.69721328645312 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.07179331034487 -216.554848693832 -603.5555571408299 -766.165202450189 -819.1740338498103 -875.1781255549334 -891.4999205416105 -883.6612620866692 -869.8414947967354 -888.9814386966808 -987.5896566479964 -976.7940388381112 -978.8911274116008 -626.9116954344912 -425.4496095328873 -434.03114104674125 -245.94613339419865 -213.86424899172567 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -117.87662654444622 -190.8715362730283 -538.2144336768692 -841.9398655686781 -836.3947719162596 -916.9321351691568 -897.9099241701591 -880.7783683984534 -874.2892307413641 -893.698922084759 -997.1539647265328 -1001.2505452834042 -988.4907644406808 -685.0052694028955 -383.1321580832864 -361.5813848499839 -345.00584767887005 -215.2123527317328 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -60.6751530986228 -200.0696832365606 -525.6301776519189 -776.9169143827996 -811.3887969280212 -813.7295165118688 -807.4088348842735 -804.5276023351495 -803.1275310155474 -804.4045015648182 -922.2185086891012 -654.0420368675292 -363.8844291850111 -359.2468766479655 -359.3204826521934 -361.88940138630704 -345.23901613418127 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -75.03401923711434 -307.2171116924578 -619.2445297304054 -811.7229270984869 -875.2143807435428 -894.0379086541739 -894.0606883173871 -914.982324376915 -870.1362462096735 -723.8855062395869 -472.6120090706228 -378.7015438737966 -395.4109775052985 -352.7523518910225 -348.5472514290436 -247.47421522465623 -115.6725060224584 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.84821147870773 -191.79511080567104 -522.3219796971525 -771.9117057537574 -808.4887825375337 -894.6980860806603 -884.5503198288623 -877.1143363164698 -901.7295759059622 -888.9646342745729 -980.7757760533468 -986.2331886960852 -977.7227577635806 -655.404878370709 -383.432647376885 -433.4455928249106 -245.1518470945318 -115.69700379913454 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -63.98823390690359 -189.9036912685219 -538.6620541026014 -762.3129983150926 -807.902834186172 -931.3271905027484 -873.5432512470809 -919.2809806359452 -921.0805212471744 -877.1901633275615 -987.4201740294131 -975.6769983105518 -911.2246857405386 -626.9674218906605 -359.1130289664657 -364.6724421605305 -258.25103784854724 -115.66058058762466 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.63026584133438 -197.13900143499148 -549.3343962223887 -783.3838429411937 -853.2184555991103 -904.0231656462216 -901.8114345517544 -871.0249454734122 -901.9345798351776 -908.1811649925404 -989.5322177191316 -981.622117367511 -979.29867301101 -657.5449759557603 -383.48838250146906 -359.9655221454344 -244.8339938016309 -115.61305205740226 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.77227815461121 -188.49210405876525 -597.327494449293 -856.0992539322798 -934.5274128589778 -1008.105828555129 -937.6292069012017 -931.46866906537 -934.031167315394 -988.429006868252 -1106.6187098442006 -1002.699122440019 -1017.074127424504 -669.5024983233485 -382.74583859033305 -395.8881477675636 -253.4584501154912 -221.58374585347892 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -60.68560421068312 -219.3785450402528 -560.4105976769598 -848.1364067884463 -795.8287862339618 -822.9655086245789 -887.1834507190637 -802.7947915785909 -877.097576588289 -818.2708917222109 -982.2201552629635 -973.3309353818446 -980.2020749073 -698.8610890871222 -425.3731441968792 -361.8710156061032 -345.2823588550815 -214.73190056272 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.33015102661822 -194.4857799104736 -538.8146012580185 -772.3308572707572 -811.7481671224471 -834.8733704876275 -875.3889065411919 -871.9677370337454 -870.7232940732146 -804.7047144424587 -922.6408879777068 -679.9679989072456 -363.9521896212801 -359.37789222838603 -359.4954546722185 -362.1394933727875 -346.00534935578474 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -77.44993918054709 -290.45874577790613 -619.9096292569175 -811.7638688401687 -874.9813016804464 -887.1688473191913 -881.2948623649173 -875.9597216751431 -878.6391399111208 -725.092819154331 -472.67057142076806 -428.5133419767403 -427.6242995699871 -427.443512926416 -348.66515534395427 -246.02642645748057 -121.44378184292948 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.77256679114302 -190.2616539255098 -522.296149936459 -771.937697858605 -853.2823851151103 -893.077871584749 -880.4256940206109 -871.030832189565 -881.608805711316 -884.913455754821 -983.2334867926656 -975.4229571497592 -911.7421128632536 -635.2616157748413 -359.3291119083043 -364.9001202736825 -246.87551883663093 -115.7511254224007 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.90040293807031 -214.42334380331772 -533.2069326520256 -798.2446469804966 -795.9143987846375 -819.2608182160885 -811.3136083745363 -803.264039925544 -806.7854858755298 -819.0167179583455 -914.689163257057 -908.4728382443808 -912.4033980096754 -656.9387810504796 -359.3072541581977 -365.0100060240854 -247.0885383167918 -118.06232900580252 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.0061683909018 -212.46414430839343 -551.8405090993914 -768.2979200377755 -796.1503538479993 -819.2881278561414 -811.2726763289692 -803.1160612666998 -806.6296712115843 -818.9777059672169 -914.9606806762832 -909.0856589037944 -913.0240724387938 -635.6391619725366 -359.66926891378046 -365.3282147846324 -246.95970511160505 -118.05369126671847 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.03288792569113 -192.80630535663047 -517.3264578298689 -783.7289030459485 -788.4370666789407 -819.1044384873314 -811.1683761625337 -803.2723081953923 -806.6312938188785 -818.8394037387345 -915.022404294302 -909.099091196342 -913.01117347449 -635.5552316792944 -359.6761004329408 -365.3656446457762 -246.98370758542688 -213.64142456793851 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.61701012652886 -197.62115820394345 -517.5845891492265 -783.711189926852 -783.8850670137665 -822.9031904761629 -815.0313656822096 -802.4189307221372 -806.2901683880608 -818.8823218476655 -915.63753256425 -909.3670681314836 -913.5201116344006 -635.4796140424937 -359.53602701520373 -362.224572524548 -346.8559411484191 -216.59259070383527 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.33315108183412 -195.54315513942032 -517.1556032580368 -791.7021381280459 -903.2146035244414 -898.9129891147045 -868.3827050124792 -915.0187195716252 -893.4144413630916 -910.9040143783498 -1029.9979223763246 -735.8767200179906 -386.6370152999416 -382.09201266949697 -358.8920755301411 -400.0304585593796 -344.7455424651609 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -39.1654196424277 -39.06720772254108 -293.01655176509104 -645.0165559643702 -907.9649775424838 -929.4335315520566 -995.6756273890736 -942.1727559316248 -960.8192807743774 -859.7881139734367 -701.9341572681157 -418.1876737109814 -410.5213977708142 -411.47395901001175 -415.5937369632532 -347.28821985240586 -275.80365636478297 -150.7126692581548 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -178.19072724384824 -301.59723866862146 -516.8020539757351 -783.0508084381836 -825.9217648856021 -910.9853562458566 -898.651303491136 -928.5142555415885 -926.3108969865611 -897.7738427316908 -1014.3030341072296 -989.8939712205148 -1000.614665774626 -683.9676610505152 -426.57033139920566 -430.1049102660704 -257.1183232963449 -127.4618906792562 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -64.0580730843902 -189.90824523509096 -538.708466106395 -764.7022294771142 -788.6865410847081 -819.5032857958046 -811.5369130812217 -803.4399362101373 -806.8928862313743 -819.0546907260206 -914.5620079576264 -908.287073378704 -912.3028561950508 -632.1589336435638 -359.412379468881 -365.0336338433394 -245.14575607712672 -115.74227908505274 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -65.59953169137026 -209.5629487751164 -539.2502841860476 -765.3779721239803 -790.2836810383241 -819.2264802598108 -811.4664301721916 -803.4858452959262 -806.9300908843468 -818.8444883044375 -915.0080598719136 -908.6003133217368 -912.7539045671456 -667.8190429947259 -359.4717058996281 -365.10897810562943 -246.1190902301848 -115.71190668936232 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -61.80321163198085 -193.3202357307599 -522.458348503063 -763.9273559599673 -795.945858707903 -892.0041064922158 -811.3745478744055 -803.8522048811249 -807.1983695992081 -819.2321910833177 -915.437220733548 -909.2025034398176 -913.0067530453867 -632.1729203806022 -359.265606450844 -364.8484960143956 -247.7152837867293 -216.053362011973 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -159.68087886135632 -191.2965457996605 -538.6647429784437 -805.7566065909344 -873.6517173267507 -941.3699460634762 -887.8873954953617 -876.4442238218242 -863.9150821672506 -875.1579664350061 -984.8833834610753 -979.127075721544 -980.1530680013292 -701.9988830744938 -425.38164906746624 -361.7686616744467 -345.29494055611576 -214.65830311213276 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -160.32262180105505 -198.2877767720094 -521.0978418710104 -792.239980180005 -812.7502466661423 -814.4945000445052 -808.9229295662019 -805.637333176709 -804.3538817627317 -805.3980940178872 -923.4128077496924 -655.890663721944 -364.0660789275781 -359.4709749935287 -359.5126064920434 -362.0989324498524 -354.17231941944254 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -79.69490049195545 -318.9011126013696 -619.0783690518317 -812.8227378707703 -807.238685176759 -806.9624230621017 -807.8788563175192 -821.1986921395062 -806.4945642218985 -654.7384033386986 -404.3604027545202 -359.8386307663052 -362.49831356582814 -362.43227596622177 -348.231523475004 -251.89956844479693 -112.91089284541886 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -152.8143868660712 -194.2843685182857 -215.6845992915785 -222.56831446315087 -577.5545391804237 -784.6974111646718 -799.7855209972741 -820.7514206267067 -812.413159216216 -804.320736441115 -807.7182864200871 -820.4406176521096 -916.7305266412872 -910.442327728607 -914.260351466752 -631.3961129022662 -359.9048469652277 -365.595631269296 -245.61323129930764 -115.7388219537562 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -177.44742583456284 -222.0522243570724 -205.49102687007152 -529.0140733671212 -763.2649449831782 -794.2244308194655 -821.8786811120116 -814.6317860650546 -806.1536764044743 -809.8700762143759 -822.1056039550225 -918.1165519290904 -911.808089322016 -915.550148008271 -636.9109761635731 -360.19777332090814 -365.8613150155879 -247.255816380637 -115.81899533534444 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -170.2767194422754 -216.90514586205265 -201.6085627507281 -529.0855720107711 -763.0940307795712 -814.0235223701028 -822.2163709479015 -815.6247215521371 -806.7531055250502 -810.8696198127583 -822.8233610704386 -919.1465155843424 -912.980638316093 -916.78128431987 -635.1746916401644 -360.6306439944202 -366.37366180582256 -249.3382716367351 -116.04026017449604 -104.09634834776216 -104.09634834776216 -112.60224332610036 -181.65261128742773 -127.213369953995 -158.4019912065255 -249.27893019983085 -202.85432579836024 -534.3770306332183 -763.4470962184854 -792.7697849795378 -822.4953420723813 -815.2209786516396 -806.4855959781977 -810.53149514628 -822.6754285014406 -919.262659149863 -913.1323058939016 -917.2945377002452 -637.4069156898089 -360.6762753520128 -366.3433817203433 -248.33426637968444 -215.7253987738833 -104.09634834776216 -104.09634834776216 -112.6025430774229 -167.5122493555426 -127.21385685696018 -166.9288756177918 -218.96316161997615 -207.285059353932 -531.6175544538676 -776.492810613397 -792.7845567196316 -826.5157191110702 -818.8857001340283 -805.9662496640776 -809.1573644763708 -821.2267153382992 -917.411773736618 -911.2018101786912 -915.253277825102 -634.8752764017564 -360.1870322794361 -362.80267719305294 -345.54049056088746 -216.45127290199736 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -188.88531841667705 -206.2608067656469 -529.3550715976736 -773.5986967766356 -815.4720728702029 -817.9199598669921 -811.6021801614826 -808.5259616060171 -807.2536570951215 -808.5947991166049 -926.4848513491916 -659.0373288363573 -365.8723232856518 -360.929788931585 -360.99814827744353 -363.5772619865576 -347.3274351621065 -155.50844599452105 -173.85017015867277 -180.5981546610162 -135.75319933468123 -179.81727776738057 -135.8166308631329 -208.41869738721377 -249.47242056679056 -144.22922169012986 -330.21388863194016 -691.9662584404017 -844.5062577424226 -810.7911235368871 -809.3762957920338 -810.8096402019754 -823.7935443034822 -810.0615218923907 -664.956026956059 -407.5102000949458 -361.5659675831717 -391.5249069510074 -431.45901628961536 -395.4278092316009 -291.0190477217199 -144.99357387373962 -142.57671820214972 -163.0587182123164 -154.67502855514678 -182.536828401276 -215.34875521684444 -204.2956962754747 -241.3413847397946 -214.23122712531008 -543.4678144905332 -774.4766425896655 -800.315320550086 -823.8739331045073 -815.3098881309679 -807.3946743154753 -810.7163959397541 -823.7131952023245 -918.7757708706654 -912.9051998852918 -918.1535608225364 -659.4656939993641 -361.3091417484864 -367.4396842306544 -258.42805371981257 -121.56853553597232 -170.03657316174875 -193.3788669151522 -127.2076819056654 -135.74942240634007 -154.5315051335537 -255.90453491056687 -262.663654842421 -205.38716229037945 -542.2122638753178 -771.2754216839033 -793.362918082054 -822.7236044106301 -814.2786361143143 -806.1542157988465 -809.2397190591543 -820.772093385777 -915.0903910943272 -909.6053599259692 -913.583189514854 -634.5017220579916 -359.75640868432225 -365.3935182113286 -244.6655141580226 -115.80032766053476 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.2900234956737 -199.2065699670553 -521.4751455798578 -784.5756054946851 -784.7067386875182 -819.5233726233834 -811.6684155064123 -803.8375135729938 -807.1399210159879 -819.1866561672865 -913.7858538273344 -948.2574773655864 -996.7962046001956 -635.3328742051855 -359.2067242341896 -364.8541655971356 -246.3080134869873 -118.07902897269248 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.71545195072682 -192.2810367994829 -522.5852456272323 -771.6378253883428 -788.6924362990885 -819.2202595751527 -810.5816789666721 -802.5894968571517 -875.0184678898669 -893.5367591856585 -913.1721564766684 -907.4879247590162 -911.694424734698 -645.1040239968072 -359.31199533074573 -364.965487508716 -245.29551075253983 -213.5279272522879 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -158.40203188970585 -215.55861208565548 -555.0429755188671 -811.588792863776 -788.8107783994376 -823.2880245596501 -815.3521789066783 -803.3335324900286 -806.7418418330496 -818.7691360499858 -914.879146852594 -908.6294250559962 -912.642407159033 -632.1882775375668 -359.3142714249342 -361.9749819260853 -346.3850250859257 -215.9427082104121 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -158.34034205337113 -210.7347976247704 -525.5701360333411 -772.401657182617 -811.7846873339884 -846.6949429540646 -879.8120040094336 -873.1897842557546 -803.9199452402631 -805.1523011317638 -922.9550040915584 -676.8591859942924 -363.90149764651727 -359.2652225815694 -359.34926183836194 -361.9983194367639 -347.02542593881134 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -88.01137782359721 -293.5701099026595 -617.9809656864262 -814.3735593147529 -806.6209639564415 -805.9169147352893 -806.8635141515578 -820.5213968520778 -805.9407915458844 -655.4683021472136 -404.1245114262975 -359.5611052491818 -362.2415921484972 -362.2673325874816 -349.7815022397051 -251.99036860237337 -115.1522874965737 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -198.68323896378752 -213.09019773404003 -199.0345523500732 -526.37402585226 -768.9520081812883 -791.7524984103233 -819.6437438235013 -811.5993338409749 -803.5676298026129 -806.9126564806761 -818.8262990015442 -914.0822425325526 -907.8965396999624 -911.918296287614 -667.8811298433251 -359.32792033701 -365.00755433686686 -246.67569481353289 -118.08949772526331 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -163.31263610650544 -195.7262022350438 -525.8595704258088 -763.4214962112811 -796.6240343712454 -819.7363640403617 -811.7192201090468 -803.8317496618755 -807.2837913917892 -819.2842375995198 -915.3971084141564 -909.0302648330196 -912.8121403140256 -635.4651226414834 -359.4183562930152 -365.0165050426928 -247.16241343473223 -118.09609752024345 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -161.37837085634604 -214.15970003332157 -521.2912807711233 -784.3256650676623 -796.7893968571464 -820.164109040324 -812.2736391710588 -804.2329490030603 -884.4508502898854 -893.9871198926585 -913.8283244007108 -907.8448949433304 -911.9653515064176 -635.389938086557 -359.3185104915323 -364.9399637092683 -246.6235283221208 -118.07635683813888 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -159.46007802679506 -193.19799008426165 -517.4919034563458 -783.8341487102656 -897.558733761207 -912.4340144001064 -811.9882499883493 -804.2028042463905 -807.5980937585925 -819.7099784356545 -914.4837720043196 -908.9217071607966 -912.8833423850518 -631.4584084800591 -359.9150696283766 -365.5728273977252 -246.4848797027801 -213.64367542138345 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -191.658608441104 -202.74541901775245 -524.8743940213722 -762.8763627614971 -799.5144225255378 -825.2670929873342 -816.5449693228962 -804.5913346061814 -808.1267285304835 -820.4386995944329 -916.2202808390224 -909.9722969758772 -913.987663749482 -642.561730699794 -359.9768264098591 -362.8496496236691 -355.33440994573687 -223.04736223954856 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -180.3963169051561 -203.58660848945985 -524.4540631718075 -777.1755730194909 -812.925410890731 -898.1083131766192 -808.240507360376 -870.5824252522755 -803.3710111773354 -804.4307078865522 -922.4439990582828 -668.2752024185929 -363.9133666902233 -359.3030120831296 -359.3827330585147 -361.9174313102062 -346.4186339270195 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -136.90441712417078 -79.29344310067664 -292.39290492780367 -617.9175811722912 -812.300531538832 -875.7750115496303 -871.2929127695234 -873.2427667769485 -887.4686495383721 -872.1407962949472 -655.2820842016347 -403.12033972921216 -359.09863956793464 -427.6740654437302 -430.9376709092672 -349.21222588554934 -246.12433649482173 -115.72205970683756 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -162.84867756031218 -199.7169539724189 -524.0889441573477 -763.0860946949163 -790.5491223959182 -822.0602320466568 -814.0426887028874 -806.0932840660425 -809.9428714549031 -822.244240175972 -918.2830147073296 -912.1830727121952 -916.356026033646 -637.6601626961777 -360.9833062057076 -366.7762226662687 -248.2902772912003 -116.08470406092054 -142.49776190828496 -191.7763317976238 -216.156150700922 -249.58420601071964 -276.53654946227203 -284.69919954560123 -268.9116625791032 -256.1786263720983 -542.5498157780102 -773.2846521800283 -792.9695031135296 -824.0938114263206 -815.9240046292806 -808.0113613795054 -811.2128804124976 -823.4965634666091 -918.170290493062 -912.5248193163396 -916.2516803338252 -637.9871767671991 -361.2278872254689 -366.9018630496125 -248.42806567573055 -117.69489859692288 -120.51692581621532 -154.59476266497663 -127.21521506748262 -168.86426002795724 -135.7743381143937 -258.34052778593724 -252.07600835854836 -203.84358478660144 -532.0180201746142 -779.9836145035724 -790.8057928735473 -823.5889974622937 -815.0405104990621 -807.0486559565057 -811.0396496665912 -823.2720992844788 -917.7746813128188 -912.2634742281364 -916.3273859162592 -637.7571560272246 -361.0276690846152 -366.7787336717088 -246.5010824048484 -117.5592982401568 -120.4832568932975 -167.4357122764509 -166.37970841568708 -127.21918066290613 -134.938434671052 -166.96812936666657 -218.80229481807487 -206.4396562728664 -534.2676747399677 -770.0543432188738 -800.2894646380227 -824.293973711133 -816.0673025851032 -807.8872512457297 -811.1601264561067 -823.4693392171017 -918.2017260968212 -912.5985077791136 -916.2782117501304 -641.3416108975749 -361.1223362575645 -366.7314299814729 -245.41083761957316 -212.95383136499493 -112.6024016486676 -166.32267197108425 -112.6149780021551 -169.06893250389123 -135.75639892897138 -203.15514247020195 -251.3171150030048 -204.26888418819783 -531.9889522829185 -773.59898595535 -788.5983972924497 -827.065283869881 -818.7056137592542 -805.9368461695253 -809.2443539158437 -821.1925642594119 -916.25027431847 -910.4679503301344 -914.0812554617702 -634.5184128147873 -360.08030233702107 -362.6445162527747 -343.54069403823775 -214.16687755367437 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -135.27273966578412 -195.3715339775585 -202.1420428233704 -524.26633725447 -771.0918858418254 -816.3907495935724 -815.680907920949 -809.1555733163236 -805.7239207128248 -804.347508742987 -805.264171964094 -923.1758229591 -654.4683220434825 -364.1947501964741 -359.52868187738903 -359.5788579842224 -362.25319242770735 -345.00385990697475 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -104.09634834776216 -143.77863303218976 -199.8893834201893 -143.26912009624988 -324.3174779754455 -618.2666513802128 -841.5204825145349 -807.9845638794395 -806.9487815290591 -808.009826061746 -821.5012208676135 -806.7486679389245 -656.4439454444437 -405.0033108249109 -360.1213502126941 -362.8901157183346 -363.0241745592208 -366.38908554349126 -284.35758874229293 diff --git a/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv deleted file mode 100644 index 08e316b..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.085704587806794 -0.079230512926215 -0.13758766634046984 -0.11068680559493832 -0.09791213812032025 -0.2237201764972617 -0.47085175919173283 -0.619153291811104 -0.6148266139896161 -0.6138404934464878 -0.614648031003056 -0.6242252121278942 -0.61355078139676 -0.4991129389757541 -0.30768641782193096 -0.27377024679739986 -0.2757810260851281 -0.27579516747866195 -0.26303719147682497 -0.1873064365203579 -0.09255471395062083 -0.079230512926215 -0.09999119382041208 -0.079230512926215 -0.10523701209900117 -0.0857135160219689 -0.1949248414478415 -0.16632952645811297 -0.15015068961159408 -0.39965975969142686 -0.5971566225358437 -0.6090282399602365 -0.6246484441400839 -0.6185368601362154 -0.6124470573769469 -0.6149944607514239 -0.6241828502408782 -0.6963299294305599 -0.692006299614949 -0.6950767650401461 -0.5088791864145789 -0.2738501685422149 -0.2781769719629037 -0.1931653051169015 -0.10456392216097783 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.16117398056892276 -0.17194050029957653 -0.420674003062148 -0.5977627336155116 -0.6038981434697114 -0.6257361453167474 -0.6198066367123055 -0.6138260291817442 -0.6164088470569571 -0.6257318183095111 -0.6978897216616623 -0.6935891811816101 -0.6965942014877 -0.4832717540880576 -0.27449816711498504 -0.2787470066177761 -0.18636299610782453 -0.08815497644210118 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.12718219726913113 -0.1266332022321895 -0.1270657408475975 -0.1672139630441885 -0.17967104912071288 -0.4045129018962355 -0.58538103582528 -0.6004230604518551 -0.6260747241060707 -0.6197122547607068 -0.6137757051640692 -0.6164605999794074 -0.6258597199948766 -0.6984172942273268 -0.6937606656629915 -0.6968194736929707 -0.4850236106843552 -0.2744421410185186 -0.278688309908574 -0.18794554991500678 -0.0894624649857171 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10589582050178008 -0.08571029029997085 -0.12055249436708904 -0.1643728254016435 -0.15315441627240123 -0.39961462768443945 -0.5973737844801015 -0.596196459779652 -0.6251826530673487 -0.619107986288419 -0.6130045425565882 -0.6157766434601989 -0.6252048679587923 -0.6979211640628742 -0.6934668096284089 -0.6966303583934924 -0.5139527974024791 -0.27436123300329146 -0.2788051900907136 -0.18737366931199098 -0.1621247782458264 -0.079230512926215 -0.079230512926215 -0.11037327209490878 -0.127337917943332 -0.0857156500708734 -0.11593483343562411 -0.1689852649591513 -0.15468784263175778 -0.39961284859524204 -0.597107616849095 -0.5998497086537345 -0.6282314592757433 -0.6221215721604862 -0.6125902401847613 -0.6151173742475999 -0.6247557283922024 -0.6980859750359296 -0.6932992688391703 -0.6962303258537093 -0.480595313700352 -0.27381893843721583 -0.2758028920055949 -0.26479981101109146 -0.16346028874075846 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.14401099064961329 -0.15702192773352874 -0.4024771686154862 -0.6053626109246512 -0.6415734973174322 -0.62135348481278 -0.6169408019359146 -0.6143522804900394 -0.6133877851830744 -0.6142947730554451 -0.7039446962051954 -0.5056533375454177 -0.2776705000810434 -0.27428770663541674 -0.274276406185298 -0.27633072261162894 -0.26298693166775305 -0.079230512926215 -0.079230512926215 -0.11128014418915255 -0.09681618025213722 -0.12149907147580372 -0.1280040113842884 -0.1576892287959581 -0.19937501997488044 -0.1071018566783845 -0.2395569299031538 -0.48173575255724416 -0.617835156290634 -0.6160476525776614 -0.6151054644067651 -0.6161234491537037 -0.6257134058318544 -0.6149335426715906 -0.5063286919934193 -0.30866198189926247 -0.27433216501162916 -0.2763398891003677 -0.2763615059646152 -0.29438292831684054 -0.24185480500619644 -0.16660141918541774 -0.1322587526482024 -0.14424545559683624 -0.1382168543967882 -0.1433103982855991 -0.15528070481803377 -0.15936089786221824 -0.16635520344142013 -0.1572910987202355 -0.40706779422632333 -0.5822854122966579 -0.603599008141609 -0.6264463933132043 -0.6201452582435548 -0.6138948420001161 -0.6165239393701258 -0.62589771776148 -0.6982553353828155 -0.6940179890426695 -0.697261024780448 -0.5018481932267835 -0.2747354527773128 -0.2790470525188675 -0.18777702249623598 -0.08950551442720082 -0.09246280427794427 -0.11410510789754365 -0.13978897662001935 -0.13154037814756872 -0.1378043299869918 -0.15679314280312873 -0.17128615439405812 -0.15681139927979776 -0.4030754787273675 -0.5808574293794178 -0.6014872775344595 -0.6249326093692048 -0.6188313328715018 -0.6124741159902343 -0.6150495334218912 -0.6242498618529542 -0.697064653628778 -0.692298747854629 -0.6949367627327555 -0.48048533042719815 -0.2736259504971492 -0.2779490717176145 -0.186553274458845 -0.09254833378414119 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12426931208391914 -0.14859282377870936 -0.39412118619320863 -0.5968540214480589 -0.6352851715665987 -0.6974144337983705 -0.6885801904122069 -0.6860522139851112 -0.66558848204833 -0.6821355781665249 -0.7719081865053109 -0.6841497182618614 -0.6941142635883943 -0.4836501708740314 -0.27376866669312816 -0.2781925201957634 -0.18675157691029068 -0.08827798669713426 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.12861330001748356 -0.1426416558429294 -0.18952114625108515 -0.20017453914175234 -0.16132666662945658 -0.40538221546174197 -0.5938106487618894 -0.602676528264805 -0.6268516232779894 -0.620166496467009 -0.6138863714442518 -0.6164780972851185 -0.6258180478475844 -0.6982244915037463 -0.6938969645180704 -0.6967090959249627 -0.48493116916147744 -0.2746163779077076 -0.278762747001024 -0.18752310812514777 -0.16152215267885692 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10625521822286554 -0.08571027410056074 -0.12055199162290824 -0.16792035032963176 -0.1558718729134981 -0.40428205548081225 -0.5906839364665957 -0.6013863989417997 -0.6277894039251897 -0.6209944504279777 -0.6116848653135184 -0.6142201792472504 -0.6234258632922601 -0.6956689086106563 -0.691381964127542 -0.6944255793661138 -0.4837258122850254 -0.2735509425258513 -0.27553501820743137 -0.2612691980114158 -0.16226644480232771 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12342117718458039 -0.14937178289980188 -0.39643753275087246 -0.5911927753413936 -0.6181283588889912 -0.6195833287726012 -0.6147152321009258 -0.6122053829724571 -0.6112605454254207 -0.611973904781234 -0.7017839618808301 -0.5078485663749491 -0.2770263673423674 -0.2734954036715477 -0.27352570597461806 -0.2755231010329379 -0.26251446901467396 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.06328773728901085 -0.2389853047923586 -0.4819796379619593 -0.6136903205573006 -0.6133305159656744 -0.6648606522950345 -0.6131388247490178 -0.6230248472746382 -0.6433332845408549 -0.4977750789906846 -0.3074965354954208 -0.27364910680380017 -0.27573828339178286 -0.2757163657326111 -0.26441344439400216 -0.1916943507111774 -0.08876067020747389 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.11836750810022509 -0.10943929931110453 -0.16511519886056547 -0.15135947561293928 -0.4005774120200192 -0.5807601668207979 -0.5991067944504388 -0.6236171170876019 -0.6687212275350536 -0.6621261376902349 -0.6648161080739203 -0.6227600329416746 -0.6951798487664924 -0.7215271432697552 -0.7582531532608472 -0.48342187755697663 -0.27341053815472294 -0.27770592878660844 -0.18655117173293523 -0.08804101746382875 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1231395407134964 -0.1460469508277253 -0.39369903206690937 -0.5965258917427653 -0.6500655732600119 -0.6734285537700324 -0.6169903291024592 -0.6649019049604317 -0.6760618948710989 -0.6789863474119298 -0.7557353375659642 -0.7528144670355692 -0.6933424255073938 -0.4810614823893599 -0.27334659327871447 -0.27762912193310685 -0.2003027328577642 -0.08808311422084535 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1221217041029992 -0.15922589304578702 -0.4105615328094276 -0.5984072282576833 -0.6016966057378719 -0.6240681640556491 -0.6177383665909595 -0.6116760944476483 -0.6142592553509009 -0.6235376244218755 -0.6958086686768991 -0.6912353756469438 -0.6943131339078645 -0.5001559347462198 -0.27361122305074637 -0.27790725223647106 -0.18640144045126522 -0.08810209731364443 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12274788329051854 -0.14912062794811273 -0.39402504391926063 -0.5967775612620013 -0.6802503763994925 -0.6888277012114753 -0.6180362449159545 -0.611981448870554 -0.6145571814971951 -0.6238527922882408 -0.696034557062182 -0.6917136187934338 -0.6945228749832851 -0.48382755503566927 -0.2736880955008416 -0.27796558998370924 -0.18639101020075577 -0.16259672016887144 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12204388782040008 -0.17317820474024034 -0.41069971000227595 -0.5968554240860954 -0.5983199457053966 -0.62760105727233 -0.6217936753172002 -0.6121396061842376 -0.6153006500571907 -0.6241768593825062 -0.697438381097415 -0.6926319076521839 -0.6957815049481844 -0.4808293021203012 -0.27400072704847067 -0.2760438821939181 -0.2628980201629151 -0.1646587020843181 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.14981161670076615 -0.15486454096334384 -0.3989608887183413 -0.590605568410735 -0.6193195911812605 -0.6206488931343748 -0.6169049253538954 -0.6144700789880403 -0.6133429040025963 -0.6141262144642538 -0.7036210289217657 -0.4983031841461567 -0.27741976356203035 -0.2738459067089797 -0.27384854129259406 -0.2757702832476493 -0.2626532015927207 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.08570438407320559 -0.10295969761445367 -0.13000051579436947 -0.10446403324382306 -0.2242794167621992 -0.470722903942395 -0.6574357656829541 -0.6145928964523201 -0.6141577328794915 -0.6149267456925382 -0.6248461791209236 -0.613784308373659 -0.4989962589508611 -0.30755204179912027 -0.27375188558453445 -0.27568841543454825 -0.2757226055428734 -0.2664980716782262 -0.19187849652518496 -0.08773013553772525 -0.079230512926215 -0.079230512926215 -0.0857045764007691 -0.12649170319937422 -0.08571886868461193 -0.14342167111413287 -0.1732539126978651 -0.1572378653653482 -0.40781754959305727 -0.5863160772182752 -0.6027116292781833 -0.6261262741275141 -0.6205865987483807 -0.6146335450603901 -0.6171172651592242 -0.626514573250534 -0.6986748543889405 -0.6945888699630167 -0.6974922440805028 -0.4979428719815325 -0.2749176766633886 -0.27919539241395597 -0.18869702203672845 -0.12062441312084943 -0.13722016576002824 -0.12895386814276133 -0.16400956954129595 -0.12099983681467939 -0.18587730710167655 -0.21983423650876144 -0.2074872068514772 -0.1624097152033289 -0.4050219941918384 -0.5888482957684977 -0.6034476107822995 -0.6267424355167899 -0.6203579879094108 -0.6140086672998428 -0.6167840553108588 -0.6259653600578401 -0.6984716583038455 -0.6938902663079811 -0.6970224274942908 -0.48513036974906365 -0.27457105769593737 -0.27883639833026874 -0.1869720645047514 -0.08820433396562159 -0.079230512926215 -0.08354636307464411 -0.08570488879153519 -0.12699225927683566 -0.08571750876433053 -0.1517347606249449 -0.16691092679297945 -0.15258315310787604 -0.40451088198987206 -0.5835825740542316 -0.6034470176991259 -0.6258972773027976 -0.6196278979815065 -0.6136397964565655 -0.6160399707866527 -0.6254784179175775 -0.6975368742931662 -0.6935911408003353 -0.6967091677642545 -0.4833700774346827 -0.27448046912737006 -0.27873192083422055 -0.1876549140294122 -0.08949073540292808 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.11796059618525179 -0.12149995806703817 -0.12642425608232571 -0.16787095927003334 -0.15559343891419353 -0.39993453535074247 -0.5975729526686098 -0.6091241278235164 -0.6257527229167 -0.6196902595027586 -0.6135760056465052 -0.6158755553222056 -0.625200786595739 -0.6972306638575522 -0.6929539510915662 -0.6958772943664404 -0.4830858425253648 -0.27409681096313204 -0.2783644662234152 -0.1869629674507598 -0.16253387749004092 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.12966597857278941 -0.17302347530043866 -0.15334590891512645 -0.40299253471097896 -0.5842961171211516 -0.6038296884282593 -0.628187605739012 -0.6222225769340832 -0.612907010120673 -0.6155939401717524 -0.6248283122992565 -0.6970761235963179 -0.6927311432600465 -0.6956471230311191 -0.4809069602312991 -0.27403999892413694 -0.27615992855054655 -0.26207045841907106 -0.18020734821839413 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.08570457615683472 -0.12661807576951373 -0.14522551865093153 -0.1707926080831347 -0.19706154587126423 -0.4042991907420986 -0.5970160469766944 -0.6207978911484698 -0.6222923792180495 -0.6172030227186008 -0.6148481309993521 -0.6137051843843526 -0.6144088531456201 -0.704012083900206 -0.5001560582043734 -0.27812855275479725 -0.27458691106987293 -0.27472778469059156 -0.2766521229388293 -0.26327759717010346 -0.09288318142505 -0.12708145041818333 -0.12657077377136586 -0.11039770787080593 -0.12151494204293237 -0.10334307118916294 -0.14005422634101042 -0.12834380487372624 -0.10954778972228678 -0.2334262193725226 -0.4886082166767025 -0.6163450575088029 -0.6159918522534541 -0.6156162875770437 -0.6162367343039377 -0.625877808471148 -0.6152757187301128 -0.5002091093272398 -0.3088902651180346 -0.2744637974079362 -0.2766088580356873 -0.2832087100788708 -0.3209110792702507 -0.23789024695202352 -0.13798837472812553 -0.1317133916679733 -0.13697735750541132 -0.1356449985320705 -0.10338563563359336 -0.13415740613046176 -0.17601841514306352 -0.165777496537431 -0.15709804781736209 -0.4052949263202394 -0.5941509740757209 -0.6019825340009665 -0.6268329146594684 -0.6205426825494317 -0.6146730063655879 -0.6172390283984368 -0.626501860814914 -0.698908888430882 -0.6950757988570018 -0.6978612885562515 -0.4854725615342203 -0.274832776868035 -0.27902491051263784 -0.1875572331403973 -0.08941881409213207 -0.094330522617091 -0.11623901647789574 -0.08571171730961401 -0.0922070626984392 -0.12614126277542012 -0.12707773286311208 -0.16625690573710983 -0.1643484085823777 -0.4050069022855444 -0.5888965902522136 -0.6011598877482353 -0.6275167291944018 -0.6212587822160501 -0.6152702621931693 -0.6180420994072399 -0.6271856956153954 -0.6993989710055918 -0.6949511528502628 -0.6980759053420966 -0.48325199754711606 -0.27466300315629044 -0.2786649749586811 -0.18698581965315753 -0.0881643547462749 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12208968667353749 -0.14831223154349446 -0.3965708582001601 -0.5838255847113135 -0.6061780412801879 -0.6237173190215667 -0.617601050130432 -0.6115936384991452 -0.6143049929539485 -0.6234923464062939 -0.6961215167313876 -0.6916645716038691 -0.6945395473866753 -0.49201785784520563 -0.27363761838393824 -0.2779250637195262 -0.18770505875734514 -0.08986306160765166 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12276174236777888 -0.1695060001114331 -0.42494221079333966 -0.6216562860040898 -0.597798008209156 -0.6249914480270804 -0.6189397964978399 -0.6128913793662559 -0.6155039328990715 -0.6247525986878788 -0.697266759198258 -0.6927118127407101 -0.6956120270045076 -0.5090141166564361 -0.2740202365677783 -0.27832842472788366 -0.18641290511165062 -0.16270974419832523 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10943425229483074 -0.1702881649099384 -0.1772042418862367 -0.3994984993757778 -0.5902859953476356 -0.599883204995113 -0.6282031170816067 -0.6219396150471821 -0.6126584785709577 -0.6153438068615682 -0.6246233264703213 -0.6977517219484879 -0.6930365604516072 -0.6961961645778644 -0.48075492660114044 -0.27406996517956833 -0.2761120674689518 -0.26296228833432433 -0.16472660976557751 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10590146067487947 -0.10944212552306212 -0.16803765530062756 -0.16078099446199806 -0.40276825346798956 -0.5869027255397381 -0.6236817365751409 -0.6220249283413363 -0.6181840922027948 -0.6150777452585858 -0.6141150062561113 -0.6153112789149832 -0.7052694121857676 -0.5013897452944204 -0.27824733188145045 -0.27481450885955183 -0.2748972078593743 -0.2768472171317665 -0.26413054759486465 -0.09290048962882758 -0.10600105326851703 -0.08571233034003868 -0.11687708523428234 -0.13740716404280492 -0.1280200738998099 -0.17003519894554106 -0.24232776856839935 -0.10741820441165581 -0.2483916765343226 -0.48796167793239614 -0.6174157659471795 -0.6165086388862203 -0.6156217677589385 -0.6167953800824175 -0.6267124072321095 -0.6161446234140652 -0.5304999132106314 -0.3097323558029899 -0.275004935044016 -0.29787315953455457 -0.33888759431015864 -0.32278330012374973 -0.2657138360035453 -0.15707437691623066 -0.16854935430723053 -0.16292677013283363 -0.16969051500018656 -0.14578334902363785 -0.18791996770886432 -0.21337462484269712 -0.1954967591550625 -0.16473748958316498 -0.4155068115054476 -0.592114895139806 -0.6107093899677777 -0.6289025173619586 -0.6227827355549834 -0.616353205419695 -0.6188215895004084 -0.6282215625270853 -0.7003780698832881 -0.6962581277590499 -0.6991695832522061 -0.5022309612982386 -0.27566783112972 -0.2799381629531325 -0.2058563049372463 -0.1271647932252659 -0.1289243232128793 -0.1275310232185241 -0.16587133039462157 -0.16476727387404796 -0.1887797860064889 -0.21183891397324237 -0.12163034585433181 -0.16387328012051797 -0.4139267062119352 -0.5937606787877031 -0.6022329310967978 -0.6274151702836647 -0.6205353787536763 -0.614061291041145 -0.616574819859392 -0.6258497716754859 -0.6977041281511167 -0.6936957304400636 -0.6966863251382325 -0.4828988507842554 -0.27445992617374826 -0.27875313214580866 -0.18904238840118387 -0.08953639873104115 -0.08329406688910057 -0.09095052145386275 -0.09681400484639406 -0.12869138491257942 -0.10332691617335957 -0.19568485687858928 -0.12054945668684415 -0.18415451003442287 -0.43750570189238985 -0.5886631055660657 -0.6004372925475002 -0.626223467660361 -0.6201059095936114 -0.6141523631058088 -0.6167071605923431 -0.6259058371432166 -0.6237063446882691 -0.6938577124654399 -0.6969378801849956 -0.48348860308162517 -0.27472804786334776 -0.2793022816590561 -0.18752752509690043 -0.08833762469220878 -0.10251663516794002 -0.11150408098685854 -0.0857078518053918 -0.08571486943668463 -0.11956790734197276 -0.16232577468851458 -0.09778829348060646 -0.15025814099902646 -0.39975433147342354 -0.597596960444868 -0.6125779265188318 -0.6252468482300381 -0.6189107000935791 -0.612956764116556 -0.6154169437017346 -0.6246691026669937 -0.6225520139824265 -0.6927614692764138 -0.696051445404042 -0.4894371109152769 -0.2742048386796218 -0.2785378406740156 -0.188156203302778 -0.16028785678665994 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.12637565837480982 -0.1260024531230077 -0.14319661368673642 -0.09753059698941359 -0.17468666420780768 -0.43574441695110655 -0.6134116340478363 -0.6078927809020389 -0.6283089038311006 -0.6224860031406649 -0.6132957792009927 -0.6160169553139788 -0.625683940888181 -0.6235783891068768 -0.6940035451779144 -0.6969927667659293 -0.5144394516815882 -0.2747351250343306 -0.2766615897455312 -0.26076910201528025 -0.1625936894632007 -0.079230512926215 -0.079230512926215 -0.08570452838533839 -0.1267060620611802 -0.085714647395124 -0.14344524766188474 -0.11203874793991218 -0.1537050154657462 -0.40628534866145116 -0.5879595355620817 -0.6322230386804252 -0.621292263600456 -0.6160254713953949 -0.6133515084834397 -0.6122030262290155 -0.6124760772736727 -0.6272716760412612 -0.4978978558939753 -0.2771673051842819 -0.27364417982842115 -0.2736276123438277 -0.27566410741003 -0.2612131828067334 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.05972324857936074 -0.22411356203994773 -0.47071855384609707 -0.6164436228364766 -0.6161598326469007 -0.615499286984199 -0.6164070383690001 -0.6261467840335087 -0.6154619033877261 -0.45566198631322824 -0.30939633396860544 -0.2748842044806608 -0.27678690726118016 -0.2766888035357779 -0.3051988735483019 -0.23975322563981624 -0.14927288730869914 -0.1512893086846372 -0.14232464791393107 -0.14610363292688602 -0.19010065940684778 -0.1931194628645989 -0.16877392620705017 -0.1187307507606484 -0.16331116650669522 -0.40795923353828284 -0.5895288985941753 -0.6034464368906657 -0.6272238455708478 -0.6208276113747739 -0.61462304029887 -0.6170293366949823 -0.6262599178629898 -0.6239074693187644 -0.6940215730102189 -0.6969528620751786 -0.4829269585442592 -0.27455122594796294 -0.2789289835182634 -0.18855070752886915 -0.08834125702752146 -0.09784873636555548 -0.12295412228223802 -0.15525850436311 -0.09684201660890418 -0.1144863956468194 -0.19109236035516866 -0.12032031835799521 -0.1558062213319453 -0.40773652470144667 -0.5852691214961869 -0.6014664524147819 -0.6253498642806554 -0.6187574767339555 -0.6122113722155585 -0.6143490999229765 -0.6237379973366232 -0.621593408903202 -0.6917481192997695 -0.693921274781572 -0.4836505753676661 -0.323015457526408 -0.2775649417775662 -0.18731147803441528 -0.08808893346817569 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04989010682679204 -0.14576053037565728 -0.4005255457432164 -0.5872789587731966 -0.6026469963094303 -0.6240555827522415 -0.6180805234225406 -0.6121053771873227 -0.6147446612963918 -0.6239676625628894 -0.6215590165382221 -0.6918254148973579 -0.6947408416165457 -0.4839136087015646 -0.27369330764217786 -0.2781521365007154 -0.19317162174042 -0.08810887109867856 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.049489706618327245 -0.1512630764201277 -0.4109274053608378 -0.5969278797508462 -0.6080920253485882 -0.6248728877052451 -0.6189188537414055 -0.6129608201035625 -0.6156138439856902 -0.6249793252624632 -0.622699285986571 -0.6926985424158759 -0.6954740011782596 -0.4807228961962517 -0.27395862173838603 -0.27821065750357143 -0.1863247085842713 -0.16249705749225588 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04750890721348911 -0.1513683983498209 -0.39402110026395487 -0.5967212939673945 -0.594714805049171 -0.6266957018183342 -0.6207789849043429 -0.6114080130482195 -0.6142393740665831 -0.6236028711944516 -0.6223532083161609 -0.6919800915732511 -0.6951265534314557 -0.4837527463423863 -0.273618890506854 -0.2756518165420847 -0.2642230906765565 -0.16443573092853137 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04688877023635534 -0.15087848073310314 -0.39653911125416125 -0.5919965116836677 -0.6187860620397747 -0.6199454783507768 -0.6158134708730809 -0.6132374881426526 -0.6122929257771965 -0.6131386831062058 -0.6290354786410827 -0.5321980210367419 -0.27719173240892114 -0.2737232521111398 -0.27376215960538214 -0.27569888166602213 -0.2930279581351138 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.0654940723678975 -0.2337828130903121 -0.47113602328525833 -0.6180011304321299 -0.6660530762569226 -0.6131159615451668 -0.61376549394119 -0.623981832875472 -0.6130376156808028 -0.4233053966573856 -0.30715697314886314 -0.273447694867936 -0.27538143954006156 -0.27538453023751713 -0.26629654183900026 -0.189113329167878 -0.08812741918872602 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.07996941211922587 -0.15188704960511404 -0.4005607586384369 -0.5836461570438062 -0.6087814379910242 -0.6237923921667357 -0.6775264493987361 -0.6117045135775654 -0.6145866314842459 -0.6236519105455143 -0.6218936689322333 -0.6921577753918707 -0.6960276510923907 -0.4848128045466335 -0.2744731616798225 -0.27876237280954475 -0.18702299267784533 -0.0883230520753531 -0.079230512926215 -0.09095084364031142 -0.1294826318641107 -0.09682856674030152 -0.10706524743834354 -0.16917878191155988 -0.1379172205311013 -0.19153615415000835 -0.4008972583967252 -0.626228968422283 -0.6011311437647732 -0.6271315605915154 -0.6208727288346158 -0.6150321435029074 -0.6178078625601052 -0.6266895231923008 -0.6244308326357443 -0.6943860790482981 -0.6973471361714354 -0.4852886903697314 -0.2746890697824891 -0.2790319444068499 -0.18855855434476973 -0.0883609291318588 -0.08751859416517338 -0.08354651550821442 -0.12270751670329218 -0.13723659716270048 -0.09682101602771848 -0.15694031416229112 -0.12666863252911584 -0.15454575668862477 -0.3993483148913287 -0.5806712577989256 -0.6588553155851935 -0.6845554767333915 -0.6846552612488698 -0.6842298473322161 -0.691036226625152 -0.6678628002886051 -0.6533041807401956 -0.7308487870545898 -0.7693302078723832 -0.5056143300047372 -0.2987342121801434 -0.3138587055019218 -0.18608022468597055 -0.08810591038200723 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.049861561024814656 -0.1479748790799192 -0.3939445292757305 -0.6213394606416827 -0.6065609357259567 -0.6241685463073035 -0.6182572828171713 -0.6120150816767019 -0.6146276349027245 -0.6240033671739375 -0.6217661700654364 -0.6919617315624647 -0.6951430689275245 -0.4947515224844688 -0.27396942650857486 -0.2783700462459059 -0.1871077042279648 -0.1688491790683878 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.1290822050061335 -0.08941877601691808 -0.1806237906358825 -0.4233967821284302 -0.5858840724720272 -0.6017467784458932 -0.6281925485337354 -0.6225200865314838 -0.6129119944744896 -0.6152900046824568 -0.6246923960210121 -0.6235611993021775 -0.6933573673265927 -0.6962499209874553 -0.4829547609322473 -0.27418928805254766 -0.27624090307095367 -0.2647272607211151 -0.17627541973877559 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.08570490058886612 -0.13832330512444926 -0.12054764106168252 -0.09673757947768732 -0.18380905710917245 -0.40235311360528153 -0.619758699404256 -0.6204576574967116 -0.6219997456837657 -0.6178717969194055 -0.6151339387101485 -0.6139667326412909 -0.6145700793068024 -0.6300097217618403 -0.531003322427196 -0.2778808273692124 -0.27440832346034455 -0.2744299598123815 -0.2764255295389273 -0.26404157582265264 -0.079230512926215 -0.0824675207266296 -0.079230512926215 -0.1057932549073966 -0.09681863803630514 -0.10331602492214469 -0.14029150336416538 -0.05326257406036326 -0.10431943038807252 -0.22611748518881716 -0.47597655496857777 -0.6165617526101713 -0.6157564727317785 -0.6149398084709207 -0.6154593421484746 -0.6252246583689218 -0.6141219038661632 -0.42503543974891395 -0.3081725145004793 -0.274020391093112 -0.27597923401686697 -0.27589473805916087 -0.264427660459254 -0.19172409838055426 -0.08591662869175763 -0.079230512926215 -0.079230512926215 -0.08570457587878687 -0.12655966726077897 -0.08571259725717391 -0.10944945832907611 -0.08946203790098918 -0.15262634928627647 -0.4028648585992013 -0.5808526110085576 -0.6017253927640965 -0.6255934780764568 -0.6192608890467143 -0.6131653619874491 -0.6155828212680753 -0.6247682905860242 -0.6231065651276954 -0.6930175066078589 -0.6961803603636273 -0.5091565499905066 -0.2742922994506935 -0.27848648156339073 -0.18802653082621887 -0.08988829845157044 -0.079230512926215 -0.079230512926215 -0.08246764040402452 -0.11127782362007653 -0.1144267187106978 -0.10945203337963649 -0.08950330951672335 -0.17546986157470545 -0.4020771043336166 -0.5901690343279766 -0.5983292045500631 -0.6243001497812437 -0.6181529834742394 -0.612005006264883 -0.6143385919860681 -0.6237394505531308 -0.6222135534077474 -0.6922098207593668 -0.6952432225671141 -0.4805148240741393 -0.273872737431995 -0.278239490486699 -0.1865988199906359 -0.08808881396830001 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.08570467170797108 -0.12761328897438637 -0.13412857913532952 -0.09448177719362758 -0.15745380278170937 -0.4019876146417466 -0.5804599884439055 -0.6013569548729455 -0.624560215260261 -0.6182194771957358 -0.6120722174273499 -0.6143119445622139 -0.6232955288339632 -0.6222284357922774 -0.6921634715992014 -0.6951942994986702 -0.48043947285105965 -0.27377890040156355 -0.2778789622155303 -0.19373157747737282 -0.08823091207029865 -0.08888396074148253 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04926068764847556 -0.15132192180169338 -0.3938186899664407 -0.5966475508786614 -0.594633913451509 -0.6233868697717072 -0.6770564731880384 -0.6112223606708124 -0.6784735750258156 -0.6230148767657175 -0.6210961249959829 -0.6910580744438221 -0.6942790750075156 -0.48358392584960497 -0.2735506708445215 -0.2778968876869831 -0.1877608329913357 -0.1639901072741863 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047446465738548715 -0.1518675606814196 -0.3960284991129965 -0.5977787983950772 -0.618177702495987 -0.627850909998666 -0.6224208377151169 -0.6129366273834369 -0.6155087059517999 -0.6250373055435323 -0.6240424606463914 -0.6938172720978389 -0.6970801793488988 -0.5138373741223261 -0.2744017296325834 -0.2764369303877008 -0.26483458061311677 -0.16614665170550758 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.08570451629869609 -0.1267527974011429 -0.10943905331052031 -0.0896447536082086 -0.15381285858991423 -0.4019271715997707 -0.5866801430183851 -0.6343868950758025 -0.6221781875394589 -0.6180324398057662 -0.6149568767980486 -0.6138752701320382 -0.6147270834391029 -0.6300079165671784 -0.5181640081085083 -0.27769912111592787 -0.274150302115547 -0.27414555206806285 -0.2761636313604585 -0.2626277928701968 -0.09611892492898047 -0.079230512926215 -0.1065015000158086 -0.12751603852453747 -0.08570926820947955 -0.11040312283617852 -0.1628364129053095 -0.10267423401457142 -0.1237999904213069 -0.2515772373804119 -0.4792873630195376 -0.6164391974144303 -0.6154332482594338 -0.6145625191698738 -0.6152796974294822 -0.6256121426233796 -0.6144693045728817 -0.4254261661555213 -0.30879503249988005 -0.2744076862872235 -0.2764634409207169 -0.27649202599254247 -0.2882120856598593 -0.22609536378189798 -0.1367302626748718 -0.12200565122125989 -0.12175013459521408 -0.09682161328933807 -0.10269440618754307 -0.103335441928717 -0.1542324575859001 -0.09227527517917358 -0.16419834320311047 -0.4041957503973084 -0.588874386351981 -0.6029769401500779 -0.6261662481365348 -0.6198878919065726 -0.6138316469579757 -0.6163447808836574 -0.6255507245806518 -0.6234721783126674 -0.6939336167384941 -0.6969965289141684 -0.48489293618700585 -0.27462428328033833 -0.2789140767537937 -0.18693903513033483 -0.08812589861261237 -0.09998370149684821 -0.11189292848293504 -0.11483649164750019 -0.08571079983275015 -0.11952475463355923 -0.1205542716036271 -0.0930436177383691 -0.15802969726245258 -0.3991448387154086 -0.597137380486512 -0.6072585750530627 -0.6250091998804609 -0.6187558146475409 -0.6124356866785092 -0.6148549944244237 -0.6241069172601573 -0.6220505902613559 -0.6928629671269767 -0.6961057635210032 -0.4828981622115649 -0.27428271453932795 -0.2785997787764118 -0.18700919978359326 -0.08810478812808661 -0.079230512926215 -0.079230512926215 -0.08570462413407048 -0.12741267280797464 -0.12711126235257295 -0.10944043743203882 -0.09428431911499174 -0.15167983720398315 -0.39381494551875423 -0.5965424227460935 -0.596706169456073 -0.6740553366998383 -0.6709480378773314 -0.6612187680368122 -0.6637832213012194 -0.6763413809736224 -0.6205258941439039 -0.6910898180576762 -0.6942926677558287 -0.4835337263802109 -0.2735121231636064 -0.2778080002590144 -0.1877399881901999 -0.08978923647217985 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.0468686449051127 -0.14627109065089042 -0.39359625417272626 -0.5963763972945741 -0.5998595720914742 -0.6733823926734009 -0.6700794014285092 -0.6617644606223962 -0.6670553459276561 -0.6793408304835181 -0.6749794034673209 -0.7573672597648121 -0.7446340167565129 -0.5285747407993067 -0.2734394971214639 -0.2775951040029582 -0.19689639448548385 -0.17501972335447716 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04790733550202019 -0.1681001936535992 -0.41393502238334107 -0.5856486212838832 -0.6057676596622651 -0.6269055106436433 -0.6717233466063965 -0.6631007051314366 -0.6669477337467726 -0.6766138418900617 -0.6824827548853478 -0.7419035287663373 -0.7554330789991968 -0.5307810676484338 -0.32388845667460125 -0.3281746153550042 -0.2638162449071059 -0.1647523367555551 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04716183915601531 -0.14596936973945088 -0.40991370027073853 -0.59125349579663 -0.6733001146650892 -0.6811797222786411 -0.6704701684405605 -0.667846960750131 -0.7127942814797739 -0.6734900168103226 -0.6855566601948969 -0.555839797574567 -0.331535369258498 -0.32533863321172046 -0.32333169533430517 -0.32729799726181313 -0.2630280294324842 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.029735095952753074 -0.22348738882370744 -0.4755967603312017 -0.7215717338421194 -0.6916521227288456 -0.7274053278477461 -0.5909721534865647 -0.6565547820877371 -0.5896109119701785 -0.4538719116916205 -0.3053854017475952 -0.30459154053268855 -0.30760741665046715 -0.304962169475163 -0.26392186923749206 -0.1850107951011699 -0.08798333654356022 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12492918447558297 -0.16058036712375312 -0.42210791856732516 -0.5962164318308903 -0.6515552536879873 -0.6808177823239591 -0.6860377434093272 -0.693289870869177 -0.698425023701838 -0.7204700061630281 -0.6826201644900105 -0.7039619644938022 -0.7729133045352816 -0.5101748308677876 -0.32565591776713404 -0.3309187410370118 -0.1836850273532094 -0.08359859941445878 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12340078542974005 -0.14197998340016826 -0.4315270473927755 -0.6639120843417367 -0.8093438578815725 -0.9028581024622269 -0.8977112095687759 -0.8907776288828299 -0.8905196364071781 -0.8986773017773092 -0.8904912903538332 -0.834800739949838 -0.8593766115256812 -0.5414254439331416 -0.3363952847179263 -0.3298421605361227 -0.18452142570541333 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.18793831363163746 -0.18271166684060078 -0.4438385215488532 -0.7322667470877351 -0.8181815644288686 -0.8968503923470268 -0.8924119841366814 -0.8876906866873784 -0.8910838848031936 -0.8992309706138103 -0.8979816740037586 -0.8919642394029222 -0.9130080992166173 -0.5976951153337848 -0.3517936161384507 -0.3355560855184142 -0.2291707675815594 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12786710553317282 -0.12678323065309666 -0.3813563234998076 -0.5672053034527519 -0.6202694160606476 -0.7208263045916833 -0.6448048244484512 -0.7615168065918959 -0.7829861344449579 -0.6744567758412543 -0.7100739325921862 -0.7008101161830871 -0.7918092189808679 -0.4911166674694278 -0.3491590098955776 -0.31169900773966525 -0.1847406731711092 -0.16392993340309073 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04695107654058903 -0.14252030140477695 -0.38635545541032307 -0.5715608013237321 -0.6491000346412777 -0.6716518616490594 -0.6622081397132419 -0.6565499927608504 -0.6632295745888585 -0.6163239814382352 -0.6770931873690397 -0.6730025235887334 -0.6943669529648936 -0.5027634750856771 -0.27321292310421674 -0.27520612363945063 -0.26273891531386817 -0.16460265118814807 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04791063872825046 -0.16086389779923677 -0.40975528808846984 -0.5929660383433537 -0.6183803817938993 -0.6197687709671679 -0.6160193041079928 -0.6133107679455135 -0.6121693552315148 -0.6128784326187237 -0.62797956095178 -0.4219624775101535 -0.27701274618558863 -0.27343846931099297 -0.2734079997678105 -0.27538969942786823 -0.26424378667162945 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.057226412974966216 -0.2193430148178294 -0.48619069874925785 -0.6136641029431266 -0.6134020594441971 -0.6128172404033081 -0.6135880890578562 -0.6237900839775459 -0.6124324019126623 -0.45325636364662286 -0.23298989221702204 -0.27366859046680747 -0.27572347775177275 -0.2757607818247878 -0.26473252569784567 -0.19174313010499486 -0.09998681198155998 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.07689095042475144 -0.15213006478083013 -0.40480713289331427 -0.5983651015585328 -0.6034111672931447 -0.6244214949796014 -0.6183007443663906 -0.6120608702979118 -0.6145175695196781 -0.6234921294012529 -0.6215758963158227 -0.616683335557376 -0.6942162448383951 -0.4835371526735477 -0.27357812975557694 -0.27791674206486616 -0.18654546680401363 -0.08810686644640327 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04837029971861467 -0.14904748063123338 -0.3997343353303737 -0.5811163894167745 -0.6056558175525444 -0.6232109257176036 -0.6746541817097076 -0.6649643974970291 -0.6678958621600666 -0.6793255111702216 -0.6211686202426768 -0.6161712271250638 -0.6941014048251261 -0.48083167930207016 -0.27336649227998916 -0.2776749469145337 -0.18715371862071167 -0.08800269438443362 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04859343008975657 -0.1461565610934362 -0.3971542553366763 -0.5829955729730985 -0.6426309484469134 -0.6858059176587985 -0.7080597522389367 -0.6891959644668374 -0.6454835850434277 -0.7061384095965552 -0.7049616261697067 -0.6977472008648656 -0.7681289574549001 -0.5157426320345488 -0.3034010388890321 -0.3093947612417059 -0.18808943936352318 -0.0880448983820876 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04875897609426396 -0.1610590720650136 -0.43470545676874056 -0.582277149068268 -0.6004306142692444 -0.6235087774167104 -0.6177366134841489 -0.6117616522644853 -0.6143355012646454 -0.6234095134922649 -0.6225862311531553 -0.6175813982970535 -0.6951905059221112 -0.4837573887415934 -0.2737943344821066 -0.2781486758783869 -0.1868342557718611 -0.1636890305942102 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04899389602422858 -0.14875593221165764 -0.39367538382265466 -0.5964876944469394 -0.6479081858259709 -0.6273200892033518 -0.6221025344502817 -0.6120302843669647 -0.6147690908045026 -0.6237707980090155 -0.6232321349427978 -0.6182183138111025 -0.6958440317713015 -0.4837383806780861 -0.2737940124310731 -0.27583887783424554 -0.2648330838218189 -0.16486509895093418 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04741578223325742 -0.15164722800841776 -0.3962658504378334 -0.5921362853627564 -0.6600795595809685 -0.620085733525947 -0.6156549215394944 -0.6126549678411677 -0.6118049087216142 -0.6123335131681931 -0.62766467228684 -0.4241765784671694 -0.2770734350506891 -0.27355481322137404 -0.2735107148386095 -0.27547918418906076 -0.2636437443139671 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.061378065903978984 -0.22203133149826257 -0.4865933363446541 -0.6201713501347127 -0.6144554876012157 -0.6136181202470896 -0.6143522290129533 -0.6244691629281618 -0.6131707086345874 -0.42358080109240415 -0.23342115761726476 -0.27385498909204414 -0.2759567549100789 -0.27600210916819246 -0.26466128538812445 -0.19169399802497314 -0.08874425319880065 -0.079230512926215 -0.08354636307464411 -0.079230512926215 -0.10547323232601355 -0.08570757270047727 -0.10944219634539196 -0.09012587470065282 -0.1512217962156938 -0.400394103620222 -0.5967636067013201 -0.6010023359821112 -0.6243816966709483 -0.6183172156076023 -0.6125074766760193 -0.6150566600304899 -0.6238393859656242 -0.6217462287279404 -0.6171132401227917 -0.6946464394634557 -0.4803791032655183 -0.2737277429271049 -0.27805519940249174 -0.18630578084558205 -0.08807603335877721 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.06484538288950956 -0.1507106942017427 -0.39598928370300046 -0.5809077461563513 -0.6053748575572042 -0.6235063375403861 -0.6681698446213024 -0.6653543560945347 -0.6713974692907032 -0.6745516867694912 -0.6781709929604984 -0.6694776050350494 -0.6195961347741368 -0.48074856318054043 -0.27327318764028713 -0.27778472064997833 -0.18741400853301787 -0.08801093129716595 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04970843185955103 -0.14861003684608884 -0.3999863814629753 -0.5852199646018867 -0.6477988557622117 -0.6890154801057672 -0.6932819269909158 -0.676141607354506 -0.7025361885984271 -0.6776450522442242 -0.6760467127339556 -0.6674669889310089 -0.6716017250091305 -0.4772253578822013 -0.2732501637232029 -0.2775488351399931 -0.18689814980038102 -0.08800607753968914 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04862689719005681 -0.14460075658265603 -0.4098495613920372 -0.583480428868471 -0.650207876173456 -0.6751703056932232 -0.6695331198944479 -0.666834098811385 -0.6715125082670246 -0.6788008147106376 -0.6782265399982527 -0.6646693318208303 -0.6774020647149102 -0.5311276815257727 -0.2829420345316022 -0.3287872520613381 -0.18393378127895993 -0.1624478745980046 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04953783011579925 -0.1448802365710667 -0.397283600057687 -0.5960595850414521 -0.6584161850873156 -0.6869614150093306 -0.6825538358936264 -0.6941198271597104 -0.6853776646012242 -0.688167530719043 -0.7013334983674009 -0.6793774331976302 -0.6852008191168363 -0.5287245558402275 -0.3233133534511095 -0.2752297316903513 -0.2633009991748834 -0.1626696271012724 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047163378208125134 -0.15551654614900293 -0.4095192521591648 -0.5832583341917719 -0.6806689477971376 -0.6935332189390337 -0.6864830756714092 -0.6714393564303256 -0.6911139435145139 -0.6658549129058127 -0.6832855218890864 -0.47487386885312866 -0.2530276525039099 -0.3260837670128024 -0.3258393168081669 -0.32775955430505427 -0.2625624259433254 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.029735095952753074 -0.22330003403624799 -0.47545287282568144 -0.6671684938791483 -0.6633293860069237 -0.6632294487050664 -0.6708698122313232 -0.696279966654013 -0.6743338766600955 -0.4747836151754817 -0.2829546923259971 -0.19885220482754049 -0.2752836176281468 -0.27530565099613413 -0.26585175647859927 -0.1882741312166534 -0.08907787470748596 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04692091821051214 -0.15213370944195362 -0.40305270054204456 -0.5928084079584341 -0.6483168120084233 -0.6842613857156377 -0.6853435439690194 -0.6740612304610435 -0.6577830200837385 -0.6880568434850751 -0.704567863858221 -0.6671124965432779 -0.6719002076258335 -0.4770481192128027 -0.27318998491851915 -0.2775003169270762 -0.1873920358009066 -0.08710048499780447 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047927541902278346 -0.14338183756420758 -0.39719933857760276 -0.5817710024187845 -0.6053586257348886 -0.6230722449837137 -0.6688078874518112 -0.6116696544512129 -0.6708475345210537 -0.6228071690045526 -0.6211246883700641 -0.6164813656143654 -0.6196016016975059 -0.49736212559206827 -0.27348879305310236 -0.2778275119248931 -0.18702391329374252 -0.08807066735574867 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04760881994460349 -0.1663247393867912 -0.39325029785680937 -0.5959883545182719 -0.6272021047671469 -0.6760641615150911 -0.6671390886373175 -0.6667781652384582 -0.6663927145431904 -0.6733950980426474 -0.6742469939536642 -0.6157907310690331 -0.6191367718469803 -0.4807622588688616 -0.27334085013770754 -0.27767760456659496 -0.18782390732646614 -0.08713820346456193 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04683539596262832 -0.14585182328518176 -0.4022356282692293 -0.5795802483777884 -0.6348061926639982 -0.6928553031257132 -0.6705755400936513 -0.6744877959489178 -0.6172517962761784 -0.6540045433037857 -0.5978148028835764 -0.6834436228454651 -0.6941192549523567 -0.4884194214112634 -0.2833448698082187 -0.3296172442389154 -0.1863923968538687 -0.1611518639111978 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04614020563549842 -0.14260548673967152 -0.4126478347217688 -0.6595125163969289 -0.6952498209490598 -0.7856999208956933 -0.796260293939818 -0.7859869759514908 -0.7405183290796009 -0.7334183753416884 -0.7015347947734379 -0.6793079268434237 -0.6817683989399319 -0.5260119260787782 -0.3255842523597306 -0.317232700018496 -0.2638585225223082 -0.16455333234415065 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04803646686020362 -0.13764823779747284 -0.43486601627654903 -0.6377245649772042 -0.7763106787322238 -0.781822444114226 -0.8303078615468513 -0.8127471925743133 -0.7769523560555244 -0.7304381108913705 -0.6903931398563925 -0.4842666234477138 -0.26101387904088424 -0.3252736597538022 -0.3206455923158103 -0.3163472719938366 -0.2623681256245833 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.029735095952753074 -0.21046157841428506 -0.4614861057269696 -0.653090912173451 -0.6564254207629729 -0.6675449124061207 -0.6982548809499868 -0.6976640714399814 -0.659082974374287 -0.4807742561916033 -0.30579135137643704 -0.22135557826816346 -0.3035807435102519 -0.3026897662469525 -0.26415763752148136 -0.18713724776755905 -0.08357023886041602 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05043297815136943 -0.14287524036128255 -0.39061717085259307 -0.602380518086195 -0.6405645808322253 -0.675409681025242 -0.6757168431619727 -0.6105100388847051 -0.6136634893378506 -0.6228940246133186 -0.6218800786624317 -0.6170315334953257 -0.6200789231211914 -0.5006054439575045 -0.27339856050981076 -0.27765700199822846 -0.1875356007703808 -0.08803566735519254 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048735014187199936 -0.14482948751180008 -0.40963629666100393 -0.5831685454440225 -0.650073140460739 -0.6750592765687325 -0.6813687679975879 -0.6720905913285152 -0.6883219700725454 -0.692339356240308 -0.6863389013430166 -0.6679673622715362 -0.6366479360215698 -0.4893600179835161 -0.2731649245803538 -0.2774046287385167 -0.1839785870848039 -0.08906808002690325 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04790466864808001 -0.14341619456658874 -0.3971617619259869 -0.5959589071380097 -0.6948918012462365 -0.7267066732388835 -0.7007776875302738 -0.6462659426010264 -0.7007187359574378 -0.694633930698744 -0.687181984646033 -0.6667914974295737 -0.6189272685952484 -0.4828385160900893 -0.27327804328503236 -0.2776043875299386 -0.18664732663642997 -0.08803282259840732 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04865799887827744 -0.1590328145211727 -0.4341830464667073 -0.5872984739639697 -0.5961271371504818 -0.6723451265196039 -0.6704411713775326 -0.6602961307321452 -0.6130598071880333 -0.6758043031929387 -0.6736892779390137 -0.616070187194875 -0.6192166666649178 -0.4771461153411311 -0.27329465784673346 -0.27763680151519377 -0.1879399762799647 -0.1640872746392105 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.0478604984579323 -0.14731006555994627 -0.3999005581210822 -0.5849888290028841 -0.5999419144349668 -0.6261734651765981 -0.6203082639458024 -0.6106872116086288 -0.6663696551747733 -0.6857423065304743 -0.7119981443495348 -0.6869602503685148 -0.6461602658509806 -0.514039930872313 -0.29547919203181683 -0.2718555044800955 -0.2621399042228957 -0.16650987302923928 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04788054876912345 -0.14537539891151266 -0.4097957498923085 -0.5963327821939802 -0.6177333578613697 -0.6191873102938292 -0.614229215994075 -0.6122296315301807 -0.6111509995816412 -0.6119183602422877 -0.6271644752292086 -0.4218099679937085 -0.20260339821862616 -0.273522607319961 -0.27348259436288386 -0.27547421345088247 -0.26189185287714956 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.062093902983346376 -0.2251534032390919 -0.47379441095518393 -0.6180196911912212 -0.6146511056369257 -0.6135237705822576 -0.6142301000013882 -0.6236616061359429 -0.6125389024573075 -0.4234064658368129 -0.2328186276184707 -0.19925225583202527 -0.27570980294091735 -0.2757345484848674 -0.26497123916315246 -0.18726949118453018 -0.09246967857512008 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048268536866423566 -0.16616213650765713 -0.40410348380412786 -0.5811313183976573 -0.6056276167216772 -0.6232053411802463 -0.6683559970685983 -0.6629152288665179 -0.6657018349158612 -0.622267610340966 -0.6707614602571035 -0.6156592787512786 -0.6191079153927724 -0.5005103242894303 -0.27325972314862107 -0.27759504115181527 -0.18767869790791572 -0.08714783990742173 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04689924767890476 -0.1461267929868472 -0.3971477555131946 -0.5849834276749956 -0.5975467286607197 -0.6839194878991313 -0.6883648387870287 -0.6639392827827056 -0.6665735297198884 -0.5996073695042856 -0.675396916346584 -0.6982997259451215 -0.6796391654067007 -0.5265610870990091 -0.32327947976649096 -0.27090195285556223 -0.186522878819505 -0.0879720419300082 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04782881774311345 -0.1434392301324181 -0.3928366746399468 -0.5826432991530233 -0.6094957921797366 -0.6115037814870813 -0.6483038707417658 -0.6999677585558569 -0.7049939460907262 -0.713854375917841 -0.7013915321215196 -0.5933747935319527 -0.6790141304122103 -0.5079481875612163 -0.30706563199149195 -0.3124861501766193 -0.18381170852900972 -0.08574094339187018 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04966157400669302 -0.13769434865693012 -0.3890232192699602 -0.5597242014878492 -0.6474062225197732 -0.6921556233691069 -0.6624288670979636 -0.694977634443628 -0.5902109002515872 -0.6551718880960644 -0.6529625366953852 -0.6181562308396366 -0.7021462376809858 -0.515042781268188 -0.32545723319469366 -0.3301238869222103 -0.18737275690936253 -0.16290599069575304 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.046115274541581854 -0.1388763294628166 -0.39664928963120444 -0.5740417046039815 -0.6542577098619139 -0.6458577758848967 -0.6709325927051132 -0.5883073597568997 -0.6458961419433275 -0.7109638850695065 -0.6944405960233646 -0.6940702375312878 -0.7008941399808754 -0.49718006038003754 -0.32614130858652574 -0.32580531790875905 -0.2638827912451264 -0.16458680241299553 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04879977399863846 -0.14357220244926794 -0.3895134394192522 -0.5845182575910391 -0.687895925982556 -0.6872040928647278 -0.5916816542612263 -0.6604611648286128 -0.6594681509523007 -0.6741519401681321 -0.659191809336398 -0.4791392506064404 -0.2235951658689046 -0.2924677662976902 -0.29943388172249386 -0.3004587455063098 -0.2614527226472817 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.029735095952753074 -0.2204784657401606 -0.4699017986165567 -0.6519683705402831 -0.6610644833320108 -0.7039153587646654 -0.6629876424951036 -0.6556956072231676 -0.6437906198910289 -0.39956859131377176 -0.27317585712462306 -0.23311452191354343 -0.2715538544130328 -0.2988023654663184 -0.26429594666235023 -0.18823670500155118 -0.08792835791863678 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04789271841796426 -0.15253040149242403 -0.4025557575144867 -0.5740289777892994 -0.6332714041172585 -0.7039488620880396 -0.6705778603559315 -0.6348748622076807 -0.672538249671603 -0.7199588404627437 -0.7160791471636561 -0.712745422492823 -0.6854672092579549 -0.5049162680931062 -0.2986983722889178 -0.32735478717631017 -0.18643655643393603 -0.08790164117616994 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04974284905596183 -0.14013402505536368 -0.40901523002837303 -0.5827706165855527 -0.6443979181494482 -0.6744746392729447 -0.6848549770272456 -0.6917425525920416 -0.6675686881583784 -0.6884751933762603 -0.6950073446960058 -0.6800521673527848 -0.6700837663814309 -0.4770986774092992 -0.2732409148597546 -0.2775456077489179 -0.1851705311465578 -0.08796515554052005 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04700804821740575 -0.1416184901290953 -0.4024987257602861 -0.5737320623862092 -0.6225431364497254 -0.640176631599691 -0.6659032109873728 -0.6875125173977962 -0.6448974950540375 -0.5994701635841291 -0.6560663799754481 -0.6615228248931897 -0.697599775225554 -0.49462454729551597 -0.30519488941633066 -0.3095989255898307 -0.18722706852215207 -0.08792549193900975 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04697271930336859 -0.14021638106770656 -0.4089235623985615 -0.5787874030061517 -0.6347298937872322 -0.6613351250754809 -0.6966218300857779 -0.6799835941320823 -0.6922416297702977 -0.6608900611201939 -0.6988135473415851 -0.6853827778030402 -0.7087308627544792 -0.5062461934847254 -0.2730890320271665 -0.27738025731915916 -0.18509801800498274 -0.16374388528481146 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04810948254878506 -0.1410893499709151 -0.3906871249148288 -0.5758833422342944 -0.6619499997407177 -0.7107335864161622 -0.6886994082631894 -0.7057213679305226 -0.7067023427704414 -0.7127800669708837 -0.7069702570464096 -0.6792812749218081 -0.6847403220595758 -0.50434338359573 -0.3104086547201585 -0.2684316317037464 -0.2615737241435521 -0.1624478745980046 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04893140683599846 -0.14366799687004211 -0.3949993346113144 -0.5836515290205497 -0.6912465895936761 -0.6590449590650463 -0.7022002057279584 -0.6996254825361935 -0.6822642798932119 -0.6775790588459734 -0.711281301876765 -0.48068706670105976 -0.24075548383573434 -0.2997800488174937 -0.33475064109612335 -0.26839862681149784 -0.260803057551168 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275308 -0.21818141300629013 -0.46686441135752055 -0.6807467141057313 -0.6839931777776712 -0.6618219553336172 -0.7134985452449283 -0.6549738118658223 -0.6428483670648297 -0.4534587827102058 -0.2988220913788994 -0.24090453035574672 -0.2960312925445031 -0.3032131753049147 -0.26446222975616146 -0.18497217404905492 -0.08358501615325734 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04700771402920455 -0.14012187956020017 -0.45834184251207494 -0.5731877061355277 -0.6165269888589817 -0.6602531895023519 -0.7014919287076404 -0.7112655003306724 -0.7115194156968635 -0.629889453148685 -0.5974614479254899 -0.7102191063368863 -0.688227233407935 -0.5023425761600195 -0.26957083239242924 -0.27391035941340197 -0.18375438680562484 -0.083571411905583 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04889068078982446 -0.13469810458715017 -0.40886007865396823 -0.5977115644529776 -0.6460207737663531 -0.7000241698640748 -0.6783340491892772 -0.6716503232646505 -0.6751200486599752 -0.6840459810490251 -0.5985568775160479 -0.7201118191348621 -0.6937241477040852 -0.5136710441585686 -0.30861303032197523 -0.3467390704326357 -0.18421482478560716 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.049656494026074194 -0.1381115598906542 -0.38899726676004237 -0.5728217115252788 -0.6216371340361716 -0.7314129549528621 -0.681242358394314 -0.7018163234097274 -0.6763314858185042 -0.654680649905442 -0.6842038944811581 -0.5940376611808567 -0.6643577803158108 -0.5048465769753816 -0.3054573673913158 -0.27733856566437154 -0.18571248934024787 -0.08358208343588322 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04881568980116567 -0.13645400935893462 -0.38804265784278064 -0.5691423763459141 -0.6227408725499303 -0.6541572694046494 -0.6797248704664537 -0.6893782182103674 -0.6769613386542188 -0.6719149258456532 -0.6540500823954515 -0.6272248214879044 -0.6967419332710663 -0.5035872216407917 -0.3094434435325862 -0.3486370432666963 -0.18463019725177193 -0.1624478745980046 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04692422576960103 -0.13520084699401808 -0.37728709358446044 -0.6109724845211505 -0.6439316709366365 -0.7193894304100519 -0.7371304863425993 -0.6762640357205743 -0.6642253119703468 -0.6558245232183886 -0.6249357378874957 -0.6912771628254352 -0.6956299471933576 -0.5016122244024972 -0.32950958007483316 -0.333049222297789 -0.2633646193005743 -0.1663347072688342 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04797658023892726 -0.13793264225898486 -0.38542962419658305 -0.5802254005947092 -0.6977180356398254 -0.6968594294759166 -0.6971613543577547 -0.6948121987598422 -0.6781947215551906 -0.6985263843100715 -0.7079172833259717 -0.4844005462867477 -0.23322573430451257 -0.3024442610004176 -0.29828009299500957 -0.3281490805047014 -0.26160934022328625 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275308 -0.21758095638516303 -0.4652550589757081 -0.6491190663823407 -0.601042011308878 -0.5912286082430087 -0.6469531357513885 -0.6574227846463934 -0.6463295550480214 -0.45495214053322375 -0.2958108608878712 -0.24135396469688752 -0.30813875178339706 -0.29537965120687015 -0.2662793381484813 -0.18855277546792013 -0.08356642523974485 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.049721251068754364 -0.14035770828844263 -0.38624256079479086 -0.5815116191374367 -0.6598381681885928 -0.6984425556003094 -0.7069049149614085 -0.6313688958646507 -0.6500662455021347 -0.6852007047847444 -0.6895236654533662 -0.707678524307914 -0.6939866505798541 -0.515068680694064 -0.3162698833443376 -0.30779742179102915 -0.184410907318206 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04885704469814037 -0.13521504329972736 -0.3894926364429277 -0.6324468055665792 -0.6569891597170959 -0.7456330823858842 -0.7441085317074643 -0.7379104398750482 -0.759280964476183 -0.7509657579830091 -0.7183547076004003 -0.6974603776745535 -0.6995030531136154 -0.5213448443346698 -0.3305643450307371 -0.33256756491172973 -0.18765477273728268 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05345621574970784 -0.14330507997373798 -0.45749423140948486 -0.667854816125025 -0.8007687070375481 -0.8873219010365379 -0.8981863454794653 -0.8931902317144614 -0.8972109532281884 -0.9036386296294717 -0.9014912737894831 -0.6716902676245625 -0.669188194724929 -0.5064773497733125 -0.32083495514830096 -0.3253603755710186 -0.21956179614659285 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05345586315823997 -0.13566802689860472 -0.40039469425996993 -0.5908591889437345 -0.628037498171755 -0.7116772963585059 -0.7097735575514905 -0.6801660368088958 -0.6603824135765244 -0.6874842588583376 -0.7080717851182841 -0.7024989293251532 -0.6843831405114492 -0.4915910115813207 -0.3005340250079048 -0.2705122137911552 -0.18399977640699214 -0.1624478745980046 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04810185180827423 -0.14361074896171108 -0.3905720599062631 -0.5698439429297848 -0.633521835993967 -0.7001901221441421 -0.6921109407017406 -0.6876121587868332 -0.6529782138640415 -0.599828526862608 -0.5984441223894462 -0.6956828823262322 -0.6741679115719014 -0.49022844585172065 -0.3057905708201346 -0.30511591938638194 -0.26202466003385605 -0.16326925799333908 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04870993052695756 -0.13378859985464658 -0.42263089134233695 -0.6640419005063586 -0.7648269804924661 -0.8185884140662403 -0.8580110339606453 -0.8567095075514795 -0.8694415493947719 -0.8714751839625741 -0.8529146686046866 -0.5673102441483456 -0.2915146837153477 -0.3460078884827943 -0.3368375679809298 -0.34849403878898205 -0.30500025090784105 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275308 -0.2550839983125091 -0.5411765165915846 -0.7828195641257227 -0.8740190755068743 -0.8947442037005348 -0.8975121854859085 -0.9082979275930154 -0.895567465570203 -0.47829528415492395 -0.3615174281913591 -0.24834511387835811 -0.3369724265743999 -0.3343182142276291 -0.2642004869260726 -0.18508966027062793 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.053562893183158135 -0.13057402895778028 -0.38021923067731905 -0.6265080946791225 -0.647547564346602 -0.7203395601477457 -0.7162455909565199 -0.6932614675155028 -0.7137744016006775 -0.698656042370995 -0.6914443606192944 -0.6717862465022638 -0.6249597848039415 -0.5154773763217646 -0.2975528912861393 -0.3463637422620901 -0.18717503368975824 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04772140113566773 -0.130683159038875 -0.4400605639722494 -0.6292577280700948 -0.6824600848145225 -0.7705118959054463 -0.815211467088154 -0.8485664534415333 -0.868901725904862 -0.8762625905896235 -0.8658203839574109 -0.8171111409860142 -0.802832862771208 -0.5704802050367224 -0.34166342405977923 -0.3430973744648738 -0.21657904132473493 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.14203613888286698 -0.18074243070548734 -0.4620822237710059 -0.6670129785828237 -0.6287706626500142 -0.699152697800989 -0.7479823668618144 -0.7427691695461802 -0.7458094657842046 -0.7272007892985881 -0.6962385541618883 -0.7041026917305457 -0.6721313188268834 -0.4934572757708523 -0.3108518987771883 -0.31409729715719586 -0.18512533990229033 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04774232129366975 -0.13187065440166018 -0.38189690830395007 -0.5675907878679439 -0.6510477713848911 -0.6967188019700384 -0.6932592080733939 -0.6707993816174911 -0.6937894856659403 -0.6639186262490772 -0.664819907015545 -0.6910224590380463 -0.7093969304265909 -0.5191432582477362 -0.30268400007482427 -0.27139728946678415 -0.18486293533598439 -0.1640830452824535 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.046922880909697325 -0.1374988683205609 -0.38240298229864816 -0.6204234952957888 -0.6342763932573819 -0.6574044413928517 -0.6700463278622206 -0.6740116818576192 -0.677551457617668 -0.6557785498822161 -0.5999097940474033 -0.6871025133571949 -0.6688047852034338 -0.5258050266766636 -0.3062000914195385 -0.30770019499343004 -0.2624992899079771 -0.16273141186449072 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04685705473740938 -0.1340877769356169 -0.38752588748919087 -0.6308710469031366 -0.675907788377608 -0.7132033049859678 -0.7305552395440352 -0.7770235267780127 -0.7777703930559487 -0.7974055403014203 -0.7477241748699673 -0.48681181511970556 -0.2678025096432953 -0.32610754462579516 -0.34144401851158057 -0.35683433418979066 -0.2986584249951835 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.029735095952753088 -0.2613955111475347 -0.5298146281888632 -0.6985827633231461 -0.735107720086217 -0.7455579580370763 -0.7796594268204928 -0.792027970668197 -0.7642196154693555 -0.5083090536987088 -0.30264898198287954 -0.24657724666603473 -0.19309547208414427 -0.2941435777009743 -0.2653985744096227 -0.18850395095127034 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04892140916286015 -0.13318387553544095 -0.38890388540940823 -0.5792328417147748 -0.6372764214388449 -0.6799777199492444 -0.6818989147396259 -0.6912210550388896 -0.7001240628168947 -0.7213956305981941 -0.7239867635720599 -0.6855211866729605 -0.6717927311932972 -0.4318879948384492 -0.3088736110105152 -0.31189406530707414 -0.18660216609064617 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04883201523162517 -0.17641461204526784 -0.4808956661344766 -0.7259190522975184 -0.7801602886474153 -0.866299258798424 -0.8707916157924542 -0.8802583071312381 -0.8845618435293592 -0.8927141218566028 -0.8771816712413653 -0.8724824596964326 -0.8726448077794778 -0.5291759024054545 -0.38365660000465374 -0.377192249156532 -0.2546079530736033 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.1513642720694257 -0.4250929659733679 -0.5652610909642343 -0.6444668093838951 -0.7030522391995858 -0.7175120162934248 -0.680102313017277 -0.6814172520848374 -0.7309263423364086 -0.7044086388341839 -0.707908980918836 -0.7008140543700343 -0.4324102575486536 -0.3004999589948145 -0.3533259829857103 -0.18817818932382263 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05335395212976177 -0.12502887808112403 -0.3772065282664768 -0.6291366188923981 -0.6958869750589746 -0.7548698000848794 -0.7837330480370532 -0.762348951260921 -0.7150895777140543 -0.6754518718465921 -0.6004266294726092 -0.7274487570916982 -0.6894906779310316 -0.4156339450488078 -0.30969437822542795 -0.2698446924293052 -0.18785900472986128 -0.16616926134655485 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.052568195919753466 -0.12084091957678535 -0.42134607211218394 -0.7011018409142513 -0.7260420542880648 -0.8042283707508536 -0.804389826087674 -0.8510339507281524 -0.8558397056356831 -0.8457476797840088 -0.8435240356096043 -0.8215341791766152 -0.7883019700439403 -0.4805667355293844 -0.3154527656453992 -0.3388687467015481 -0.26321760952910395 -0.16622770978155796 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04482509887265263 -0.13174659951360854 -0.4696105217483792 -0.6991738869647142 -0.7821669206510224 -0.8149526097923949 -0.8537765903910395 -0.8519416748805447 -0.8544184294698931 -0.8555416028966035 -0.8373819204734233 -0.5319352030217657 -0.274653888833143 -0.2572581500517716 -0.3212909451034265 -0.3230835570504594 -0.2712001942105299 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.029735095952753088 -0.26129588837725753 -0.5169203307082222 -0.6522772251498984 -0.6964542534978689 -0.638229267765449 -0.7162844961183943 -0.6572019877373833 -0.645502218644008 -0.46455554529491105 -0.2814489859208941 -0.2506464273648616 -0.2527536409847917 -0.3271568363552334 -0.29426331980913667 -0.22529146771453995 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.10319106246081702 -0.1844506866546754 -0.4388555054198351 -0.6618202836362949 -0.7111560787190055 -0.7552301115036617 -0.719479140853759 -0.675927136229167 -0.6777886854510284 -0.7231530438380205 -0.6550649991708087 -0.717047013699172 -0.694759185381906 -0.43926667053273205 -0.30985874751812675 -0.35562942253247687 -0.1879657479907658 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.053503119014420765 -0.13072327867969177 -0.38045489496620943 -0.6218193614035082 -0.7116314917744011 -0.7560835515203632 -0.7387392734339273 -0.7320263386557644 -0.7345316477673373 -0.7439492338617 -0.7262010487996119 -0.7060858789050182 -0.6705787632923774 -0.4124356828900701 -0.30937721049091593 -0.32016406472163467 -0.18503188895259817 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0871582626187463 -0.20056719777644935 -0.4814294983548973 -0.6953683134882259 -0.7225432544080437 -0.8034148401812313 -0.8349249175587024 -0.8518776706617023 -0.8571432367507708 -0.8813822939232152 -0.8521833499862147 -0.8474477971806612 -0.7947425770250467 -0.48907420425312753 -0.34118595381641625 -0.34203953667166703 -0.22152722085955223 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.15734182057245572 -0.4423840478184726 -0.6645220398327055 -0.7270504671576113 -0.830966221812328 -0.8805786154196692 -0.8756840240525815 -0.8946824811370894 -0.9051436610844928 -0.9078241322820295 -0.9015506823776478 -0.903101149688778 -0.5868701010547406 -0.39193375631373284 -0.39123152135017925 -0.2582488534341243 -0.23471247921616886 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.2782010996680899 -0.589644834346524 -0.8366681322859373 -0.862952924923018 -0.9099665004199264 -0.908586306486105 -0.8990775828487783 -0.8975939286324979 -0.8879172019752188 -0.8520405203845188 -0.841800198491348 -0.7754974225627091 -0.48068292477412555 -0.33115841670806134 -0.3381810300110881 -0.30818507640330245 -0.21561765979170097 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.12522142412322243 -0.3864985028876775 -0.5831410921456199 -0.6747590425046726 -0.7326413220994221 -0.7526282030678915 -0.7457359830716688 -0.7833991007668047 -0.8017699578530209 -0.7807525993773292 -0.5064716508331043 -0.27005429689392246 -0.2469410525870813 -0.2654990307431319 -0.314415208775978 -0.2619977002167087 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275309 -0.21094304903106395 -0.4990278452631771 -0.705088796475359 -0.7274157672474089 -0.7629234992656144 -0.7798742389428609 -0.8283751677104565 -0.8013583436526525 -0.5464088698302851 -0.33520600203411877 -0.26635941743787706 -0.26847055714918755 -0.3418632913469548 -0.2990284698454921 -0.23254157957571997 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.053549792136191834 -0.13102032219545448 -0.39370892485892045 -0.6091598267491507 -0.638389383625831 -0.6855372181106653 -0.7022376661301297 -0.7272647452001967 -0.7139033412665217 -0.7451696512906546 -0.7284908268953109 -0.7055792498562298 -0.689493938814968 -0.44356975243885544 -0.32520612151662853 -0.31425473445995783 -0.18634756525277799 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04574893310234535 -0.1308256761030914 -0.44558254277958415 -0.6619793684866143 -0.723871644001909 -0.8294936818135061 -0.82903297782431 -0.8636450083786524 -0.860609170396665 -0.8803970213494876 -0.8825567218368537 -0.8763118407687709 -0.867176698405064 -0.5235415596302084 -0.34521515365065 -0.33548275600759964 -0.1952654963651734 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.08741042267870042 -0.16064970515001675 -0.4481259452013272 -0.6876155282413754 -0.7584546083292394 -0.8809761628081363 -0.8500724798694074 -0.8695389789875437 -0.8741340486461515 -0.883241885989942 -0.8261211309987793 -0.8161386510087992 -0.8795248190983622 -0.5672139502290395 -0.39503834537049404 -0.39857784548697867 -0.2508131025732638 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.18102639258801506 -0.22574639342139627 -0.5118089769834341 -0.7338292522395278 -0.8359142061707245 -0.8834730882435595 -0.8803670034192483 -0.8718454425297771 -0.8494558111096008 -0.881695719571557 -0.8272393991627227 -0.8025186402392844 -0.7379976350895965 -0.446066544960885 -0.3253464819986038 -0.32634139892262165 -0.1887269287927702 -0.16652314585039252 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.052618622575240165 -0.12553475930720442 -0.40434834931053487 -0.6584799209959393 -0.6764092604670989 -0.7411791619937894 -0.7560934885062895 -0.7141134280913846 -0.7167415481941402 -0.7118506882869844 -0.7121920928783029 -0.6809604600648519 -0.6849191649608952 -0.4443227045197259 -0.32088767366713766 -0.3091072764844294 -0.2661413408662283 -0.16661845645031867 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04489392441168926 -0.1329460561347528 -0.41161308073155145 -0.6575544639228864 -0.7398824975500448 -0.7806897360278041 -0.840973180317737 -0.8283600277002013 -0.8561797439116086 -0.8344016328901905 -0.842253716566551 -0.6027965792047757 -0.31912453947863706 -0.2966714174769139 -0.3561239006196098 -0.3580536615972859 -0.294105831579381 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275309 -0.3922030225152216 -0.6915793640416485 -0.8875472974880365 -0.89468926370538 -0.89703016351992 -0.8994956965741069 -0.9112524031445377 -0.8988654827740967 -0.6726038445326403 -0.48648715696043365 -0.3728071732989142 -0.3239915846392756 -0.38815196930744655 -0.3351268725300003 -0.26607165406783867 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.08804538199201895 -0.3449755314401933 -0.6323168442836887 -0.8488179711552809 -0.8929731287726361 -0.9240732555235407 -0.9154810656483081 -0.9183487015581512 -0.9205031341788205 -0.9325121794428705 -0.9142855882686601 -0.9050110354010057 -0.8888799567115323 -0.6372451883084457 -0.39144088638522045 -0.36813881450926256 -0.23169014371877714 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.053505076665823374 -0.1267894196746872 -0.3749540086917131 -0.5767539302533888 -0.6525608508936749 -0.6856180009141795 -0.7192480687252386 -0.7070737920159004 -0.7018191824639912 -0.7125989310716319 -0.6683589956388128 -0.6776066406957211 -0.6751476154897144 -0.43930554654058723 -0.3367113173840811 -0.3160756358974145 -0.18788826164536188 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.046776064172318596 -0.13319620529403883 -0.3925042529441374 -0.5796920943847775 -0.6601203540412071 -0.6607143008012804 -0.6492735831267491 -0.6747815854905864 -0.7072190185271338 -0.7175106492168711 -0.7379329073132519 -0.7340376206236829 -0.6864113532451063 -0.4347936637206399 -0.3174905263800525 -0.3108361511307819 -0.18654220115110964 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.048753802569477575 -0.13088820563917083 -0.4217761836094469 -0.6655439022579996 -0.6870981288805587 -0.7633134454316686 -0.7506101326846681 -0.7611386590558122 -0.7365836216257174 -0.7754287277524836 -0.7409078045410504 -0.7160482546945272 -0.7178977436601036 -0.45009891676388736 -0.320982245722638 -0.2697883001495667 -0.18705782978841526 -0.16617216350420932 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.043369372713957965 -0.19354754064902 -0.46038386740812715 -0.6674553710380831 -0.7374867689907798 -0.8575682327888696 -0.860682325358645 -0.8865803939606642 -0.8908313449818712 -0.9007985344668588 -0.8979268262206492 -0.894775279471843 -0.8825146005898887 -0.5296996696127518 -0.37609975188311573 -0.371687634033461 -0.33573477848969113 -0.25313748858187596 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.22237632307386632 -0.5614492925365728 -0.8048286451272367 -0.9293198619388562 -0.9440713275961429 -0.9396277309175749 -0.9427105663202989 -0.9423405099052655 -0.9579503306673656 -0.9751736538362449 -0.7151328587809458 -0.4878207486729011 -0.4457123507092361 -0.5121455597729229 -0.4767048385104688 -0.4148400956597412 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275309 -0.4375151849180489 -0.668762044724844 -0.9162982062406668 -0.9186279213975289 -0.9145750347378715 -0.9268902701103787 -0.9316125478207752 -0.8838188485994588 -0.6840624150091249 -0.48740401145995377 -0.33248723465503427 -0.3456265445156093 -0.40680162447250917 -0.34621448547318123 -0.2814048175984023 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0986302927334034 -0.1911288808076017 -0.46936721685682664 -0.658429369101637 -0.7720904286533441 -0.8887912145158265 -0.8884310860708673 -0.8808086083378386 -0.8864340297520873 -0.8947802811835435 -0.8927957535068726 -0.8840615049824303 -0.8831502016805255 -0.5504955913384083 -0.35682863699421563 -0.36213958790305767 -0.23561249276617385 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05267743066576164 -0.262519197162851 -0.593426563833335 -0.8312541829369875 -0.8557235742291351 -0.9063309732433071 -0.9002977846513605 -0.8895753330103406 -0.8984966560268808 -0.9113980297753594 -0.9128863026702656 -0.9033717965717066 -0.9040123922074051 -0.6127362691649645 -0.400103186288739 -0.3901384890005119 -0.24889471376725741 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.047937282873467026 -0.2699518952975564 -0.5912007165419765 -0.7859904528909578 -0.8590281952432389 -0.8844937671235505 -0.8800490539298901 -0.8764134617755756 -0.8913837225060196 -0.9031779493548998 -0.8975177826281487 -0.8828666389811723 -0.8822308300706355 -0.5933562698972363 -0.3979111349431316 -0.36796647747068456 -0.22729206801809423 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.15166754239211755 -0.47454730112384913 -0.6992117472618875 -0.7202202399768972 -0.7816012756224046 -0.820884474890261 -0.81825506518325 -0.8249531272739131 -0.8362345385348743 -0.823021920449199 -0.8167270497163438 -0.7826547384996989 -0.469560408540745 -0.33053876935924204 -0.32903601597310117 -0.22805693173940533 -0.16496195813552175 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.03726237145166526 -0.16582622711267125 -0.4607269001445571 -0.6782229075318683 -0.6938072544224935 -0.7462794139316721 -0.7728208942464379 -0.7763684167315898 -0.768779008930148 -0.796823790030837 -0.8398218550648947 -0.8149575279430744 -0.7606369343281406 -0.4629921921018557 -0.3256222156134661 -0.3226640451547954 -0.2644047312960109 -0.16643705230282327 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.034270207855804896 -0.18221755201091747 -0.47905341346354074 -0.6753189162378292 -0.799443306382804 -0.8432779928643314 -0.8749015919661011 -0.8724613797752091 -0.8888540064906492 -0.8747908140512957 -0.8909768419852044 -0.6267097566572373 -0.3235829075534616 -0.29437595247184606 -0.33066873763453974 -0.3228528613360436 -0.30103200282726056 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.3164172988794947 -0.6778203936978996 -0.8779354859955815 -0.8913608504255517 -0.8951783042863872 -0.8990361451939882 -0.9115482849359003 -0.9011647532570922 -0.6914614599628481 -0.5030442142815933 -0.3741533483828488 -0.34927076337107543 -0.40119099944408493 -0.36516534672073897 -0.2888700064831125 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.09498869977038989 -0.2855714126399937 -0.6111580594514343 -0.8447631746436245 -0.8649443035079449 -0.9201364386231742 -0.9335724036544053 -0.9166342556544396 -0.9266975404486452 -0.9389987098540722 -0.938998610761796 -0.9164705484438886 -0.9113703499211853 -0.6462369065355287 -0.4560372787768662 -0.4808906991102053 -0.3113103613686206 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.3270099290146532 -0.6018089731107611 -0.8615813909659851 -0.91267846633019 -0.9705072561564999 -0.991767263939716 -0.9635035999245513 -0.9706489125029407 -0.9744137660909357 -0.9860083066131005 -0.9586890951588694 -0.947905509734915 -0.6879989551896732 -0.531252045362751 -0.4963228501078257 -0.315551408884433 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05187255146794783 -0.2275733813424699 -0.53905847661685 -0.8423415767439091 -0.853228393308672 -0.8893696070593785 -0.8896266057728258 -0.8995729355534933 -0.9056952054733662 -0.9097786155458812 -0.9094371731003964 -0.8807389498499804 -0.8833314111983717 -0.6096380245655756 -0.4209309097744155 -0.4197848700781301 -0.294177002711674 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.3079392500048926 -0.5988683965655386 -0.8414132681861416 -0.8871253831412119 -0.9120691728817446 -0.910475803643112 -0.9062664646535575 -0.9076329650546815 -0.930925225062647 -0.92274375976123 -0.9149412876900525 -0.9188563537606967 -0.6473359168810773 -0.44155961072883687 -0.4459640045770295 -0.27849585008888 -0.2598855554885135 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04827565424514377 -0.27377232222861697 -0.5596724304635253 -0.7864359382043311 -0.8068174152236168 -0.8572596428495394 -0.8752239060866568 -0.8653503976516719 -0.8864381653406186 -0.8958283576581909 -0.8960569590292079 -0.8740275580283118 -0.8755783555896826 -0.5286804888639697 -0.3466332402546701 -0.3434695524519353 -0.3127818990357065 -0.21663758801930763 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0743388749911474 -0.27290156176932995 -0.5120597529200253 -0.7649466010208664 -0.8470347725364179 -0.8858764012113239 -0.8795227092235245 -0.8953672409702026 -0.8962012604818362 -0.8796972723989163 -0.9117149561214747 -0.6211132683102836 -0.32250941522483323 -0.3124143524666215 -0.37560609299570796 -0.3717991529307798 -0.3221378071016724 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.34320639476920584 -0.6206641688391021 -0.8648636172652411 -0.8712078232916871 -0.8817191615179565 -0.9025773209994199 -0.9127802093676622 -0.8974913800562072 -0.6639312583861829 -0.48336683647359385 -0.35346374916041357 -0.3069057616369865 -0.3624365540008951 -0.3097453234619721 -0.21349149060123693 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05662717993425323 -0.26729706928574054 -0.5623040777327486 -0.7969447975655509 -0.8399531214347947 -0.904714186914253 -0.89929432179203 -0.8945570423096758 -0.9032735202214969 -0.9122464549788701 -0.9101145187934202 -0.9016363338199003 -0.9042866353305755 -0.5657564602294207 -0.3705907590021918 -0.36788191854479735 -0.24155573465647528 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05721704068969442 -0.35660379338447173 -0.6087149234169661 -0.8212322209690405 -0.865028843625577 -0.9032647609409931 -0.9004148590116288 -0.8966703937301261 -0.9014686110246797 -0.9126089805651862 -0.9098059380608479 -0.8998936481970211 -0.90016326105041 -0.6153243618368585 -0.4035480218220074 -0.40923711739385926 -0.25834300262102544 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.21949436528101468 -0.5717159223940056 -0.8410580222920864 -0.8959272151165337 -0.9433296119010113 -0.935479225462036 -0.9290112123530279 -0.9254873636776199 -0.9414378880497871 -0.945650165234442 -0.9196903767924437 -0.9174182997809196 -0.5966875357407474 -0.39127487037931025 -0.36480969433243005 -0.23156648751738182 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.03376793217878054 -0.17664543159939172 -0.4964991800296234 -0.7055890128132415 -0.7414103929196848 -0.8045199051136888 -0.8091911052346141 -0.8633949061384644 -0.8649621508517639 -0.880450692482266 -0.8815512718036167 -0.8767436673774649 -0.8498773838129935 -0.5209502703122894 -0.34852408077755603 -0.33517926376115165 -0.20642547088619306 -0.1648823941889658 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04943526191333737 -0.19682170004708657 -0.5039653915424703 -0.7229647620939178 -0.7978089844771037 -0.877956819545495 -0.8822113143164518 -0.8721250172205187 -0.8924478639445049 -0.8835137944508988 -0.8726516996735633 -0.8668292543984685 -0.845724827638968 -0.5182786922973694 -0.36232597500144537 -0.35952862683897163 -0.3309252405917251 -0.22401266206279052 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.2343022356245799 -0.5746974676155981 -0.8377922094371415 -0.9119154228074692 -0.91198467394175 -0.9258601430647545 -0.9477971536090073 -0.9413212042891771 -0.9164225263953015 -0.9273108791532099 -0.7047372029985545 -0.39988395881371913 -0.33321632101362064 -0.384571808114246 -0.375855515517886 -0.31783356607851343 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.4340038918906644 -0.7123207597398691 -0.8962111363053034 -0.8839355992416315 -0.8834103166955244 -0.9001318962711029 -0.9123583007857443 -0.8834114501926413 -0.6386565140948907 -0.4411788521313735 -0.324342770560571 -0.3246520491965054 -0.3642956424808588 -0.3119213698521083 -0.2383016992905082 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.06829916114504177 -0.32822662965583155 -0.5986367119403962 -0.8416074811127495 -0.8815470952574137 -0.9104183498097664 -0.9061171393488262 -0.9020683497330314 -0.9122833146624321 -0.9209340118822209 -0.9284210105122872 -0.9108611098273701 -0.9085349650206275 -0.5931983571139192 -0.39091992084047555 -0.4222634203794949 -0.2663291487494889 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.27432550793505883 -0.5807772849829623 -0.8797522788232535 -0.8847425148030158 -0.9334472463185891 -0.9348482413388458 -0.9347266979451142 -0.9386982354384051 -0.9396746538350053 -0.9592608179703673 -0.9329690055345708 -0.921337012610952 -0.6242425516773333 -0.38521233811139516 -0.3741740690495093 -0.24465232273452472 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05186188067462547 -0.2477711592256687 -0.5298240952651825 -0.7627513861037286 -0.8258919068439969 -0.8845392134091294 -0.8777326396592577 -0.8717833936380321 -0.8797895329044215 -0.8855405066866594 -0.8609270761435227 -0.8458050962420637 -0.8437029852664244 -0.511002900420483 -0.33627727923858824 -0.33504478368305746 -0.21284146697023676 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.03901173260243421 -0.24184863778032747 -0.5618866216271368 -0.8054517297759223 -0.827457314539131 -0.9028357613778024 -0.9001141561897761 -0.8935183917966122 -0.8980800686014672 -0.9073029879769025 -0.9112045952421229 -0.9059072107313514 -0.9042355399282376 -0.5704657058421213 -0.38288086949491923 -0.3675845108859628 -0.2445518551166978 -0.22231993042247508 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04654385699920536 -0.29079284905465 -0.6145285039156976 -0.847884900146604 -0.8799722398602656 -0.9097694637550424 -0.9076745127866478 -0.9025346857428199 -0.9106876424673473 -0.9146971985600337 -0.9107159396552723 -0.9065590232142421 -0.905529502903835 -0.6251905727787321 -0.4054334033260804 -0.40803912197993075 -0.3542476386923004 -0.2788229773884884 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.2856264531683128 -0.5816659856054647 -0.831238210367126 -0.933618071762696 -0.944040924790004 -0.9612781286315997 -0.9880822396901127 -0.9813733734659459 -0.9839189956895261 -0.9633848507606402 -0.7123348063387821 -0.4566626066147955 -0.436229317358689 -0.5234723061719512 -0.521469749000561 -0.36688277421420845 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.4460432433084595 -0.753674017480533 -0.9324491602364134 -0.9232832650401839 -0.9175329463735519 -0.9476015703482208 -0.9572658562100914 -0.9803116025336389 -0.7079668487394878 -0.5277631065474508 -0.39847590733722377 -0.39153086830604256 -0.49953621514758273 -0.44433385187910296 -0.3795527079982716 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.08910033298450765 -0.3818785915928231 -0.6666991043663006 -0.8393161764509204 -0.8932987512808827 -0.944378597853577 -0.9411277367499395 -0.9339519744363804 -0.9220572689995261 -0.9561443511910925 -0.9412999177404353 -0.9439698739778919 -0.936302025686122 -0.6616494728299891 -0.4711605340732111 -0.47457615579027845 -0.28308782127145593 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.08225020404539085 -0.35463291082321674 -0.7092093916772293 -0.8575455411357029 -0.8872287729576398 -0.9100455932476306 -0.9095482944353347 -0.9129463864828339 -0.9158123728084383 -0.9517601401020832 -0.9371370486639583 -0.9184539729924884 -0.9136282052290338 -0.6417818927796168 -0.4455097017877598 -0.4565620552996409 -0.2911691417520087 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.3076913565733297 -0.5886375105222988 -0.8331811952863709 -0.9015498602653015 -0.9588775954270151 -0.9593370606910749 -0.9689674233623937 -0.979077565148851 -0.9792129265602162 -0.9646380630351875 -0.9555350486592207 -0.9604753009285563 -0.6785161195566344 -0.5063885847917073 -0.5167184082898664 -0.2891434602422397 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0933018027820064 -0.3113073354805696 -0.5938237146221906 -0.8370995265553346 -0.9172927640301993 -0.9780340385323516 -0.9869580065173126 -0.9960723881501474 -0.9905252676445546 -0.9929790539993423 -0.9499586830483007 -0.9647456690118168 -0.9698724976837909 -0.6867625840388678 -0.5586926988779898 -0.5581266421960915 -0.292409780007484 -0.27741558837301306 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.08758096929912539 -0.3141832577801678 -0.6387082396938685 -0.8527542429353324 -0.9160805508319423 -0.9597431141546027 -0.9720833980726251 -0.9568601770743699 -0.978724471923002 -0.9603308392815351 -0.9651148329362285 -0.9476426107528434 -0.9547761204777121 -0.7033736920840488 -0.5380779697744259 -0.5140935768440339 -0.42999663475856026 -0.37204724113086624 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.33673811520491254 -0.5664138157657759 -0.846936861465064 -0.9310504685944971 -0.9097809438688241 -0.8959323196284816 -0.8979381163673938 -0.9041525908287545 -0.9120590643043825 -0.907617022487759 -0.6952255624367665 -0.3905421953140277 -0.37605469363966004 -0.4370589117166342 -0.45609776301370997 -0.36007719756243267 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.34017435490394515 -0.617157558351734 -0.8736764681512043 -0.8816311735016874 -0.8827040055388099 -0.8849421769657865 -0.9153137579733387 -0.8876463826402787 -0.6935329683951605 -0.5119538996771993 -0.38138088316146507 -0.36850802502265195 -0.4387345479383399 -0.3766822291086923 -0.3028899528241165 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0882923853345198 -0.24507707962276173 -0.5370205054348627 -0.8323750418405714 -0.8769100158695143 -0.9060207007238191 -0.9032113478586254 -0.8991931544710855 -0.9027052967828391 -0.9149935132417433 -0.9130443848722375 -0.9025443337603491 -0.9029506678674857 -0.5765987840548468 -0.39564848969983146 -0.4068266537666818 -0.24578371725161338 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.22450613194327537 -0.5004404866907946 -0.783234440935365 -0.8670340647895337 -0.9016961103010859 -0.9023941167342144 -0.8968948129306051 -0.9032222850470304 -0.9122128291314259 -0.9133105695992625 -0.90675375944848 -0.9088277741687412 -0.6301733743821004 -0.4335597696635595 -0.43075265323556283 -0.26892243347675826 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0569586302927009 -0.261578247767256 -0.5670057550325184 -0.7695267650028977 -0.8929604386362365 -0.9406596314037252 -0.9375438544728881 -0.9326591539108198 -0.9395365139407974 -0.9695646867985694 -0.9450479342541784 -0.9170522796452375 -0.9072746532273043 -0.6569879931403811 -0.46888991158492405 -0.4724939303362631 -0.30861887714563024 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.26266380114465376 -0.5754556731380774 -0.8269695816622137 -0.895400961444132 -0.9613696327194813 -0.965708208860683 -0.9220114873877763 -0.9135462578979978 -0.9410395287581151 -0.9564878404101298 -0.9684739951307528 -0.9075682924459227 -0.6415247820389371 -0.45467056458763794 -0.4533702259225258 -0.30052128438516335 -0.3044688889557906 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.23584140819934934 -0.5804349826903613 -0.7999554729703066 -0.8680240795283761 -0.9193307633770119 -0.9153263734908925 -0.93520163653158 -0.9412503056395822 -0.9503359542125268 -0.9512761849241536 -0.9263651822768841 -0.9190510527786847 -0.6391033566682465 -0.4831482986314653 -0.470744695182295 -0.40006385661791843 -0.31447593148197933 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.2388772124281697 -0.551281504260432 -0.8331096811729356 -0.9739774510520842 -0.9428437216521094 -0.9421744572776716 -0.9402250480882488 -0.9424063115066215 -0.9415860598348227 -0.9419808566823015 -0.7077718959834587 -0.43043961488044724 -0.41254581013944813 -0.49280475234451937 -0.4644021218830004 -0.3591507795179934 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.39488862842512706 -0.6959138828699337 -0.9009715612285107 -0.9104965737187243 -0.9046892141151947 -0.9157611848816968 -0.9149092244005339 -0.9069526823250809 -0.7056581738697727 -0.5236294015675411 -0.4205742850838438 -0.41704747007384285 -0.46426734929328267 -0.3801912884465477 -0.300821066229603 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0875000202094264 -0.3764244181809892 -0.6644475194326251 -0.8149463375042492 -0.8777871864637045 -0.9093419309212951 -0.9068409665533526 -0.9052745916881498 -0.9170805184686469 -0.9365170003729026 -0.9410287207746533 -0.9382965804430293 -0.9347937967413 -0.6587310391754118 -0.4634650703970067 -0.45477049619593946 -0.2785031293723959 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496227 -0.20122425995805557 -0.5043928611692147 -0.7573466754170993 -0.7795958574177857 -0.8818946960911699 -0.8815113899009834 -0.873205802665005 -0.8931888494923096 -0.9023660185654309 -0.9028350833919768 -0.8782735727903903 -0.878930985397588 -0.5302026032482168 -0.3413681732637583 -0.34562723168245446 -0.23548545836578882 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04862275434511118 -0.2504880636048548 -0.553644221970702 -0.7778752104441828 -0.7903141289763085 -0.875249541429946 -0.8966256329706531 -0.8874077844761422 -0.8765854509604801 -0.9027030933824798 -0.9045581853966425 -0.8808415361225245 -0.8739309162012651 -0.5166365006732195 -0.3474147195848911 -0.3405592789979933 -0.22424737090248137 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.047605300687939944 -0.20498662742875157 -0.52559450971682 -0.8060460642424534 -0.8685555142527971 -0.899293278749973 -0.8971456049615832 -0.8925522616793504 -0.8963889994589825 -0.9040327554868811 -0.9049206375555879 -0.8961950387347235 -0.8960391984696348 -0.5838071386325331 -0.38302188180358643 -0.3505337277370185 -0.23302776477001888 -0.1954961837816089 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.04630747237217801 -0.2599761795212489 -0.5958607408643096 -0.8226208436067363 -0.8728466260212779 -0.9058444061634047 -0.8989507174300834 -0.8933168742772966 -0.8984442632067885 -0.908875308098511 -0.9136308321682801 -0.9048414122105515 -0.9038755679916958 -0.6866299578298121 -0.3884900087172926 -0.3784482715015826 -0.3346699675962461 -0.22836564710452087 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05956611700028225 -0.3039920083991985 -0.627675833648342 -0.8085815750382207 -0.8993484924728063 -0.905610420087037 -0.902491052104107 -0.9064295357514436 -0.9020950607320706 -0.9040901952182063 -0.9153451531103994 -0.6684039632277997 -0.3556288485208875 -0.41614289443749614 -0.3984516663634595 -0.40079618568127884 -0.33399674930783935 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.3594806367178354 -0.6805472329925047 -0.8991063510894991 -0.8989771930678321 -0.9003339357051446 -0.9021455182775477 -0.9191113472416574 -0.90327378999795 -0.7033814428322656 -0.49865076129289754 -0.3577678659158834 -0.43191982142551255 -0.42782331040048227 -0.36113161435503505 -0.2955865524910843 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.12842814452340076 -0.29007269330397506 -0.6047615856087254 -0.853094781820593 -0.8680957353156754 -0.9268236624846135 -0.9124814801079455 -0.9059598334753657 -0.92051217462552 -0.9307845014004207 -0.9293774198898113 -0.9161828402981861 -0.917874650918975 -0.7245270158544413 -0.48576088472700835 -0.4569038224391713 -0.2750778016774605 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0593692530605408 -0.2921527996519684 -0.5956495844625599 -0.801544032488778 -0.879206191809634 -0.9029078905660293 -0.8996188265230587 -0.8926825128675094 -0.9008773957714424 -0.9117169050117473 -0.9138947330454306 -0.9036799142554068 -0.9029292592618865 -0.6933062167316065 -0.3992550090378147 -0.3847122524971969 -0.2506716437128609 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496238 -0.26461786853698976 -0.5772422550580508 -0.8403343953957156 -0.8858720012435545 -0.9103867764428594 -0.9089791743200164 -0.9046884125585851 -0.9120628745808982 -0.9231609491402785 -0.9208331627651369 -0.9087546072871886 -0.9070806117114152 -0.7119571108244696 -0.42053547250415124 -0.38163744581687564 -0.24766168098539745 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.06540305699720023 -0.3120803788955171 -0.6166084291291365 -0.8486630532320653 -0.8963295509239184 -0.9626898088982629 -0.919657346975552 -0.9206753242987208 -0.9226030212235415 -0.9283387309755056 -0.9316074423953182 -0.9310785650180441 -0.9165483732816061 -0.7136667330469679 -0.4342085124265021 -0.44508742564948717 -0.36733764594299384 -0.37377674166033853 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.05270307577875441 -0.23420144779675417 -0.516099333312695 -0.7731406005453917 -0.8298573402784881 -0.8895264374514247 -0.9034808610075609 -0.8950371256941193 -0.9006745907441388 -0.9089286639291712 -0.910853341366058 -0.9013995898522553 -0.8843453035010667 -0.605534731084379 -0.35913898936064104 -0.34336491107377354 -0.3025174031867938 -0.20671414959614415 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.0334857689745152 -0.2015950167237168 -0.49926602201923037 -0.7685011704771628 -0.8619324813372797 -0.8829407714990114 -0.895589784023567 -0.8955973769845685 -0.8971712238022067 -0.8988767804069151 -0.9163898892264735 -0.636110325537849 -0.3108876607061852 -0.3494662760799398 -0.3304261747530248 -0.32650248975550084 -0.295710466830725 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.02980984766990352 -0.02973509595275311 -0.34322677932698226 -0.6319520647813405 -0.9117726214561791 -0.9370650728721222 -0.9639994194041788 -0.9675357816535719 -0.9932588252549371 -0.9833738070097021 -0.7152124013042419 -0.5315035469023611 -0.43840681041151697 -0.5042739737707564 -0.49885625235226866 -0.3886883738524802 -0.3142878363561553 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.10408904789266231 -0.2998808228162744 -0.5991790940929725 -0.8840432329314389 -0.8907662030920224 -0.9518172987262167 -0.9229345355321964 -0.951974421221077 -0.9550486142303285 -0.946731110707191 -0.9656187229298169 -0.9526412254484492 -0.9442908259279352 -0.7381960279040305 -0.49781342480328505 -0.4892756268074365 -0.32096244116956546 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496238 -0.30109242879840387 -0.5913166583213677 -0.8150913182225087 -0.9001333199635942 -0.9578403578175634 -0.9637664797244625 -0.9486978556512677 -0.9373032591243217 -0.9209981727326996 -0.8977429037884755 -0.8770865277587203 -0.8794364777536888 -0.6686503787879758 -0.4104518804752239 -0.40039521188633975 -0.24226378577913366 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.030556138955496238 -0.22155757022804923 -0.5238273126362657 -0.7957579623601645 -0.845768085816274 -0.8996519075928708 -0.8956771775721134 -0.8888685254777152 -0.8971471596789388 -0.9040696716787412 -0.905668966718449 -0.8992904029595904 -0.898164885101212 -0.6601880098811589 -0.37901161528889815 -0.37392119682530656 -0.24402787927709663 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.041847601535665704 -0.24332979974598473 -0.5934643847461735 -0.8174264070384787 -0.8752139129518937 -0.9006499500667143 -0.8982267037907181 -0.8956927721534877 -0.9015043935910813 -0.9123068842890345 -0.9137718946468499 -0.9025247641157562 -0.8839565621446422 -0.6410011377195187 -0.3747884628566517 -0.35465303513239554 -0.23414771472502666 -0.2138345770346463 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.28115378916910133 -0.5832752678418297 -0.826606539860908 -0.8869504575784294 -0.924828557126937 -0.9280822062246601 -0.9304218081991326 -0.9408672933897945 -0.9440393471037344 -0.943419305063524 -0.922635082583193 -0.9102386584761156 -0.7096473717685428 -0.41702711393820696 -0.403998357462781 -0.3501230855305073 -0.263068205371346 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.028567934346236962 -0.029747656729438594 -0.2560157940900293 -0.5661653633775084 -0.7863562429847972 -0.8762249253951493 -0.9023524158881762 -0.8986301182392152 -0.8958125057713667 -0.8788951795073215 -0.8812122187134452 -0.8937429348684366 -0.5827657247716915 -0.30569851054372504 -0.36905097344423476 -0.3540466512814563 -0.3536153550746837 -0.31508162765649733 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.27892570569868497 -0.6175872956944818 -0.81601802956672 -0.8308919382639118 -0.8733682424673092 -0.872347320679723 -0.8331859584510831 -0.8163689662347277 -0.5696075974030729 -0.3696328497419057 -0.28688226164741726 -0.3532768459630187 -0.3527361391661232 -0.3156188592610655 -0.24752928234677066 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.11330044737672386 -0.1552881881746364 -0.4275800414903096 -0.6496564214626211 -0.7018264600828381 -0.7884328949983485 -0.8266671525582922 -0.7773134966146434 -0.8214726013849702 -0.8277227339140221 -0.8310983562181252 -0.8022328477974938 -0.7860178492863245 -0.5592825404636546 -0.3451222854096425 -0.33509864410502077 -0.2130936808518218 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05332153247068347 -0.15702005366941788 -0.45107956030201973 -0.6940626842061499 -0.7479723619085471 -0.8632604347902157 -0.8750455070406463 -0.8668138213798252 -0.8724558258989754 -0.8820922546893533 -0.883191904132876 -0.868774512578319 -0.8131111809841319 -0.5702936877352899 -0.34454097054524796 -0.33478184551866996 -0.1959804617602244 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05344146628063483 -0.15815880782510944 -0.4553314238308823 -0.7084023869937086 -0.7899360114422892 -0.878827824586429 -0.8897788539695373 -0.8832609739904491 -0.8853809887746721 -0.8807306371090663 -0.8811889458433421 -0.8636849480594943 -0.8428821254683863 -0.6007794807842433 -0.3583628966388269 -0.3399451719026507 -0.2217896826894254 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10705250913373852 -0.1308377118552508 -0.41063216292179017 -0.6232341632899812 -0.7530436657433183 -0.8886508109485406 -0.9027973246579438 -0.8965452573311052 -0.8996510095918041 -0.9103106724228305 -0.8941146867068444 -0.8876607946648374 -0.8816157049819827 -0.6864475784978624 -0.43109202168339467 -0.41498797582045716 -0.2609555993656568 -0.2730930767452489 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.029747656729438594 -0.19955920033882707 -0.5694453652730491 -0.79201459802837 -0.8594215442951387 -0.9053118504154611 -0.9128090186456824 -0.9140767536789554 -0.9114590199004527 -0.9202397816573018 -0.9156096417380438 -0.9002011008980292 -0.9228561771508658 -0.6982658749207127 -0.4541340147872743 -0.43474524241958656 -0.3865291667859063 -0.277872846735889 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.029747656729438594 -0.20472621906476604 -0.5619521379072703 -0.8206754579411638 -0.9447210389399433 -0.940090066556963 -0.9343232940618386 -0.9382547293961314 -0.9459676427472987 -0.8886312145758377 -0.9570697450274154 -0.6997285625619842 -0.4136515747618068 -0.4522381710991325 -0.4517885308458082 -0.46326636706003854 -0.3840083871162308 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.2990959831615597 -0.6315604057693551 -0.8660577141693167 -0.8820150642159698 -0.8855735537025031 -0.9029403934675062 -0.915397194331535 -0.8952133413404558 -0.6939709135548987 -0.5062126923487361 -0.3576928426462728 -0.41714133650762114 -0.47230663112339627 -0.3519407049379398 -0.2780983960098741 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12488349565142519 -0.2403558271593748 -0.5748312873652698 -0.8402531298264067 -0.8655589645986143 -0.9163137509164211 -0.926839801769339 -0.9112139710278998 -0.9248619304833599 -0.9174727054901765 -0.9051704898908268 -0.9095953459268558 -0.9153473437386419 -0.7251335690469409 -0.47650961141623266 -0.4212851086028115 -0.25872029750321107 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04581524621150427 -0.16251830518448032 -0.437864683887301 -0.701355876039679 -0.6992929563384434 -0.8622343342997745 -0.8758822225481188 -0.8573214697704881 -0.8726126923854294 -0.8835959951591869 -0.8924860222684369 -0.8952768813145769 -0.8933985821509804 -0.6982161499730702 -0.4369797441501384 -0.4211159102053863 -0.25736208440795294 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.030556138955496238 -0.211102365766826 -0.5250964444259969 -0.7227479501540365 -0.7800413198620573 -0.881565132523943 -0.8784209834492537 -0.8735998931360697 -0.8780848136540828 -0.7949134793522664 -0.6628144340616277 -0.713670202691564 -0.7090996692434093 -0.5083129360938135 -0.2979829739382367 -0.3578515478112305 -0.18800978641698335 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.053403865991699224 -0.13082694160336733 -0.3770891410881941 -0.5687979670651419 -0.5839890536773177 -0.6743560714254274 -0.6818598250231559 -0.698664318420065 -0.701582027008604 -0.7103708724412764 -0.6869581132679511 -0.6496577467459089 -0.6226985962654333 -0.47721908749193837 -0.32278769148801695 -0.31542314470912536 -0.188590608286024 -0.16643816161143796 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05262024965159528 -0.12787847267135216 -0.3887448034485592 -0.6380663058053947 -0.6720453958883893 -0.7270898094232 -0.7554030710110762 -0.7464270162342983 -0.7656507594680981 -0.789082323729223 -0.7586934233358015 -0.6984096704957715 -0.6698448322312444 -0.5074133521330826 -0.3224147253603797 -0.31831592772256406 -0.2631221523383378 -0.1661453451811535 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05258278146820012 -0.13140257588860266 -0.40162656314187645 -0.6577257079657783 -0.7146704214513748 -0.6824549144117527 -0.7347570328340858 -0.7361511365440456 -0.7002281523014801 -0.7659598804143641 -0.7463332237278454 -0.49542766237467345 -0.24434656246760547 -0.3331522160443897 -0.30978571091002033 -0.3092381671174828 -0.2637034991696354 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.2533004035694752 -0.5788744637999678 -0.7690583831559663 -0.7464238614592129 -0.7788521055676805 -0.7642731689726561 -0.7754823383336381 -0.7482824562523083 -0.5339038586526176 -0.3114911615753764 -0.25043733624736914 -0.3024702157354623 -0.32136254343873083 -0.26401446918019467 -0.18504728230762654 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048968984477699797 -0.13320269586273836 -0.45992843608726014 -0.6843016403243714 -0.7333229162157077 -0.7734019901979708 -0.7827480711255197 -0.7300513679348488 -0.7687286908916223 -0.7610878377107536 -0.7656098286009017 -0.7060352890178845 -0.5979761391213508 -0.491796648700098 -0.3097855310813695 -0.3120863561913551 -0.18650394280862728 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04890411773013146 -0.13449174568801006 -0.41440854265652716 -0.6548529922379386 -0.6974922116780697 -0.7551210000793932 -0.7851459638420525 -0.7637090440960925 -0.784845327651136 -0.8162553871180431 -0.8005407289369019 -0.7403746055513722 -0.6713352906328462 -0.4861323542982649 -0.29935909973048763 -0.3507966293961455 -0.18728843723608438 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04884403854952372 -0.13464073348614686 -0.41109385257110675 -0.6284574228559179 -0.701876006778461 -0.7827378049388223 -0.7495246752588105 -0.6977531855690597 -0.6997338152716236 -0.7254595896038614 -0.7082115783228596 -0.7045864160971183 -0.6838277621148398 -0.5065735525109225 -0.31509587076816936 -0.31939703031338695 -0.19840609184606228 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04775014907890763 -0.13343860365422797 -0.43461158050910165 -0.6235769155468016 -0.6755461296513545 -0.7567290919852432 -0.8367066466025468 -0.7966975926576082 -0.8192665767320243 -0.8393678142028087 -0.8423157165164057 -0.8027564695848424 -0.7825529492339088 -0.5578217220805132 -0.34807624838898776 -0.3531974621570612 -0.2315041706051972 -0.22099243464197726 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10093076994115041 -0.18290925913258954 -0.4972518588027998 -0.738172740973781 -0.8175998286028163 -0.8912665374853563 -0.8887114477184196 -0.8796482991207762 -0.8833863866977724 -0.8910311292324241 -0.8758915531945523 -0.8484545191563548 -0.8452043116579702 -0.6154413121006667 -0.38062120551184564 -0.39181077142553233 -0.33376610605755286 -0.2456469887308972 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.11786974530954558 -0.173856622740495 -0.46995731222089304 -0.7477401606422351 -0.832771786563439 -0.8771265107115904 -0.8392215172664733 -0.8752922859745186 -0.8250843778386969 -0.8387698067568565 -0.8424136348086706 -0.5223704662317356 -0.2609252353830668 -0.3152172052641677 -0.3274743956445241 -0.315614300951136 -0.2619880692401928 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.20837254607035746 -0.5275298625348036 -0.6778556854108241 -0.6927087020526146 -0.7104389839134475 -0.7117965133343301 -0.725714522792175 -0.7360200970358943 -0.4776158825864252 -0.2928713075281508 -0.19116834540982333 -0.31655467928154607 -0.3158541328393208 -0.26447572412074827 -0.18662811094362292 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04783258221878549 -0.1318569229858364 -0.3905422299669056 -0.570683556622205 -0.6330417507662279 -0.6708322182598577 -0.7252057663267376 -0.719934093595329 -0.7499769991837039 -0.7530469180212707 -0.7701807116059027 -0.7259289960783806 -0.7283809206671277 -0.4605366201571371 -0.28691593755687295 -0.35840827021855803 -0.1871084851246952 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048891011214520254 -0.1333617819426881 -0.4599515880802356 -0.6841822823913633 -0.7739951644070895 -0.8245499571659543 -0.8426393971422187 -0.8435646130434379 -0.8761337331084469 -0.843017524057088 -0.8206004229530117 -0.8065328797433609 -0.8817277645852624 -0.5754116390409897 -0.3630971898179432 -0.34050340426085046 -0.2247336757975496 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1361581435304593 -0.21026552681490424 -0.49466505656505283 -0.7718568250509373 -0.8619072740914026 -0.8933584041426473 -0.8891474395376492 -0.8870294763709706 -0.889949509691054 -0.8981901324664118 -0.8964942188834633 -0.8906920345998002 -0.9680087510799835 -0.7156117132688449 -0.4406091615729369 -0.42991855799059225 -0.2777088915302566 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.030556138955496227 -0.23908557801980093 -0.543309502864244 -0.7740078939220492 -0.869318463995919 -0.9062107487632295 -0.9061267271871859 -0.8902492604188993 -0.8982458039983284 -0.9153505133182817 -0.9078720076147511 -0.9014143399715739 -0.95973342035484 -0.6818470222421097 -0.4210148569644296 -0.413197367050439 -0.2606699049722349 -0.268714396749581 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.029747656729438594 -0.1955258945582122 -0.5181323315539463 -0.8355863647299877 -0.8855994502452891 -0.9359940699978795 -0.9288447140206286 -0.9207232521498905 -0.916654840363311 -0.9048649633128782 -0.9058564499503062 -0.9094181407906679 -1.0 -0.7388832181850202 -0.506705143025516 -0.4846545966367854 -0.4410571661430733 -0.336977916799892 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.029747656729438594 -0.27789791039066103 -0.5563421000005397 -0.8227094988086362 -0.9041510542442059 -0.9067605329256605 -0.9032464819390109 -0.9059748236892436 -0.9020829653886208 -0.9049299392909527 -0.9198136132786674 -0.7019540141972802 -0.44334606905071977 -0.4290685823683735 -0.4325956092911171 -0.43430159262447166 -0.3579148953110543 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.35116989797726383 -0.6619113942198367 -0.9080326845681761 -0.893746202083772 -0.8902995520401097 -0.8961755828822444 -0.8940756565592088 -0.8789699023183613 -0.6197824633503815 -0.41237026011640876 -0.3843140749925059 -0.3570006523711184 -0.3340241261546071 -0.2915791730098793 -0.21192268243745888 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.053563994236142276 -0.1406246293619547 -0.43600113574233135 -0.6521902227030563 -0.6709310678967901 -0.7565500107927777 -0.7708534749024599 -0.7302019712769224 -0.7331974563261736 -0.7564238331425573 -0.7755684309877996 -0.751780891313517 -0.8297938264516899 -0.5473857470227667 -0.32189450252446855 -0.3532502003497474 -0.18870507952864063 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05351112648716923 -0.13095774480378716 -0.44221893675705554 -0.6721360298985223 -0.7054572787665278 -0.7763205093935183 -0.7881134196302144 -0.797657491041024 -0.844908337328683 -0.8132246815692213 -0.7813511982660502 -0.7383770864474052 -0.8140796051113085 -0.5545726583433329 -0.33082696278531004 -0.31948836940759356 -0.1873566445508704 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047750110691409976 -0.13506773246716433 -0.47763261254010586 -0.74023029259936 -0.821879536038068 -0.8878509357504651 -0.8793187523630919 -0.8863878707542183 -0.890130593701994 -0.9022514700916062 -0.886026595782705 -0.8655608835299126 -0.8644273724517559 -0.5630266974596924 -0.3317090333485964 -0.3254020550100505 -0.20630182987229967 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04771232596519863 -0.18102300508531838 -0.49965083849913233 -0.7730105471710172 -0.8450447316485242 -0.9014697912348412 -0.8958276345692926 -0.8909030229488796 -0.8972519786015701 -0.9095250298471699 -0.9094588766764274 -0.8844733847747711 -0.9260633897388372 -0.6175590724006722 -0.3545660997729471 -0.34068857710845984 -0.23327377929367843 -0.17879705748450206 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04499525293887811 -0.15087815723554077 -0.4326869386638376 -0.717475405577468 -0.8287370320323358 -0.8822438069799228 -0.8792751360101021 -0.8880279309628927 -0.8908501282870293 -0.8980513592435209 -0.8784034581725964 -0.8335570260418732 -0.8356657758694157 -0.553654730199054 -0.3246035734608613 -0.32232036106752077 -0.2655922268908859 -0.20518568366833875 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.052630587254403095 -0.1311753252563737 -0.3762910669238772 -0.5934717491604122 -0.6475629838910615 -0.7156647343290515 -0.7028880989923991 -0.6829034916540719 -0.7147450620347429 -0.6831025409178134 -0.6769836513283028 -0.4647453930419311 -0.3242118545470002 -0.3206630381792473 -0.32066164610019265 -0.322699622424864 -0.2911684761853973 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.26499282389360934 -0.5403489896887104 -0.7420840682615572 -0.8185020502399538 -0.7713425277059378 -0.783274485757876 -0.7951739929152304 -0.7509432480138565 -0.5283358721589234 -0.32852210904594464 -0.33276606566729766 -0.3348545092488197 -0.33326823902658703 -0.29808244091851244 -0.23216416985755736 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.05362424149280514 -0.14082829262766092 -0.4569287796077646 -0.7940805540062676 -0.8627883067606829 -0.9079017361495504 -0.9052192765671516 -0.8988554038295421 -0.9026307589255202 -0.91496559365771 -0.9139812459228495 -0.8996824219959078 -0.9641330043240409 -0.6895531856670198 -0.4245569711750345 -0.4282244140623101 -0.23242838340608057 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10767863979125301 -0.1577686128988449 -0.42375017649880414 -0.6384051400689605 -0.7315612403620455 -0.8272476647864352 -0.8827886586386834 -0.8349513698006912 -0.8580890682597542 -0.8667762080327357 -0.8160760906800597 -0.767642621612874 -0.81095555262934 -0.5290962702443107 -0.335521532554136 -0.3457225998656779 -0.22888566508394162 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10762592891809465 -0.13943210208681134 -0.4198399505874208 -0.6713892241989494 -0.7065734118607665 -0.828141421227863 -0.8441839962503458 -0.8203086922000346 -0.8023022519888643 -0.7751442971582923 -0.6250624496342712 -0.6695588307596086 -0.7834213722852926 -0.49670102481559947 -0.32950251804579167 -0.3259000097299963 -0.18428115685881838 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.0477632868456115 -0.14053325191360014 -0.38999565769107775 -0.5729138281386214 -0.6051580165681713 -0.6171931870096831 -0.6515332369559677 -0.6627337441564325 -0.7080147174886885 -0.7130279937223646 -0.7164365301499279 -0.7103860806218041 -0.7844668485245558 -0.515973025457322 -0.3429769127685499 -0.34474537516730275 -0.18816434290083206 -0.16624493567523152 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04890908894295415 -0.14516234791330485 -0.3961891291256923 -0.5789777709465324 -0.6519130107836596 -0.7438902224408169 -0.6999395688884827 -0.5884882122126028 -0.7512243006870287 -0.695127259546312 -0.7191617358823547 -0.6603030386598792 -0.7683482990847829 -0.520157460330544 -0.3046315367369139 -0.3432251120238296 -0.2620390756592194 -0.16390811073762404 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048882005209643246 -0.14285202432534858 -0.3942681920747647 -0.5792919915023254 -0.6333121077904063 -0.6808995093346283 -0.6759977962580164 -0.6676261252470485 -0.6601798675376068 -0.6598128414527691 -0.6749514060135299 -0.46442233741354555 -0.3244493970158552 -0.31522922481881704 -0.26565660274685365 -0.3571509435780686 -0.2622600678437238 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.2239396844630986 -0.5100109600893298 -0.6663517633026722 -0.6446464790019448 -0.6615679661385784 -0.6406409469519944 -0.6016088675348191 -0.645214126845116 -0.4245227582814468 -0.3038664446513398 -0.317465624044799 -0.3095151641353519 -0.350752109169889 -0.265049598381821 -0.1871614588570831 -0.08358902440222155 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04906452271162707 -0.151702673510513 -0.4091846831140487 -0.5796972363050328 -0.6308688340972158 -0.6867839861288904 -0.6490945651166098 -0.6419505195344055 -0.6750595362034423 -0.6539073748825982 -0.7128369727993058 -0.642439698892961 -0.7477964279461338 -0.5119141135457115 -0.3013461150641895 -0.3370290494070351 -0.18405201842097163 -0.08907032619574594 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047029974438677985 -0.15283518804214852 -0.3944643429589591 -0.5776014842264701 -0.6325811026149304 -0.7003977384681114 -0.7314708807434869 -0.756231763640947 -0.7604854847220164 -0.7377927901198259 -0.723646570564902 -0.731395796821429 -0.7809588966398081 -0.5212106375128174 -0.3254379396072678 -0.32969749794593817 -0.2214740897398062 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04776357301801713 -0.13932136101897927 -0.39092011467261306 -0.5686249300980653 -0.6540616476822574 -0.6776843442353998 -0.6654834244355974 -0.6881169262993806 -0.6762189787507177 -0.654220787856319 -0.7029360269440376 -0.6670456172228237 -0.7560787170684911 -0.5170594985276218 -0.3085574869984134 -0.3535084963100156 -0.18420448949966792 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04888571656435538 -0.14187625896808848 -0.38987828211234354 -0.6144720916595999 -0.6589119472900941 -0.7177917038132388 -0.7338161079719416 -0.7590710915970582 -0.7614806014972556 -0.7705242991008696 -0.7544563800353508 -0.7347339764589937 -0.7759594854485653 -0.5145178231504183 -0.3251330808231328 -0.31102313079694743 -0.18472779647863516 -0.16390464085893341 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04806904723287911 -0.13778808362015782 -0.38621174739003955 -0.5773665213488572 -0.6460745156693317 -0.6681411367020114 -0.6947708957036756 -0.6995188361394177 -0.7133524455005884 -0.7049112988385638 -0.7039790462944001 -0.7018967545694242 -0.7365400856826795 -0.5444293840250294 -0.3176044363621686 -0.2681305851119081 -0.2616432225722277 -0.16340294434355424 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04616942375971828 -0.16513592124035342 -0.4274485564961211 -0.6018768705591769 -0.6912748674954835 -0.690274369952512 -0.7009242548091896 -0.6739390717364157 -0.6817597124752941 -0.7020039376309144 -0.7085461185461015 -0.4791838133368143 -0.29998349136786456 -0.32562025397875044 -0.3234520435740301 -0.32525663625818424 -0.26294105243315036 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275311 -0.23979248674936662 -0.5003368629536478 -0.6545024338292807 -0.6632353512970952 -0.6677423987232688 -0.6704561362088223 -0.6743572347891248 -0.6749947816126978 -0.45036331647427796 -0.23237107630957402 -0.2732544935113674 -0.27524942994299073 -0.2752817714525458 -0.26597641152045315 -0.18721025010847486 -0.08801724937309026 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048844492878841184 -0.1448581146716661 -0.3971145744336456 -0.5788534991974036 -0.6728169425229166 -0.6707846218706298 -0.6563537136758547 -0.6531335724148511 -0.6514133399858462 -0.7019158071855901 -0.6822115221645664 -0.6927340401358558 -0.768455292789053 -0.5053186738722557 -0.30151206953125115 -0.302951532212118 -0.1864430391359642 -0.08797520026936473 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047006583218609906 -0.14334525106609677 -0.3914714442962824 -0.6078162767731773 -0.67056833114834 -0.707446113804865 -0.7153641495267438 -0.7094986150518923 -0.729384248563922 -0.721141278822658 -0.7082912796199532 -0.647619918526758 -0.7963966453576835 -0.5092458372180138 -0.3050677136736221 -0.353870224497332 -0.1837765534324538 -0.08575752991016422 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.049708372980813854 -0.14029504743422083 -0.4245711997387507 -0.660469744053667 -0.7345135523111016 -0.861117021874128 -0.8725990235379005 -0.8605102257147621 -0.8649690341799012 -0.8608359682685043 -0.8638296659457346 -0.7659783840884974 -0.7931445008228591 -0.5260275127373581 -0.3182709818631799 -0.3263499018404248 -0.22188687134773336 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.047760972469316154 -0.14990856349858633 -0.4275999482472334 -0.6389456607487801 -0.6891314911223257 -0.723096053197677 -0.71823821202497 -0.7437571801877345 -0.7488712680862035 -0.7580470576710352 -0.7249124621930774 -0.7040081404970919 -0.7579899805119081 -0.5183121895122059 -0.3206544579232526 -0.2955728678066586 -0.1849766276244159 -0.16417170870046258 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.046942873952964016 -0.1537386967503433 -0.4021090301143782 -0.570375158054543 -0.6567509440381151 -0.7085647525887999 -0.6915425597669862 -0.6813625514939474 -0.6575301739005418 -0.6928012198847425 -0.714527443143917 -0.7140363678113327 -0.7723743941974741 -0.5110925223402796 -0.30210815091777565 -0.3048932546281765 -0.26427257964497014 -0.1635545553375654 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12326000982623128 -0.14543220963924944 -0.402775866421321 -0.5861980287623811 -0.6678577129896908 -0.6719617944893792 -0.6724118623940619 -0.6682727705476769 -0.6674004895573484 -0.6660631190458993 -0.6823907703574031 -0.4339101635785248 -0.27677187648141216 -0.2732688491069395 -0.27328749541434205 -0.2752807616227555 -0.2726488893322283 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.02973509595275309 -0.23641862979158168 -0.5039716106944148 -0.6678614215390839 -0.6886164807423418 -0.6864620422801855 -0.6665600732838135 -0.700127892860767 -0.6689977836238811 -0.4788018618611135 -0.35951580606186856 -0.27332648403735776 -0.2754177581785151 -0.2755101267031521 -0.26622443097237886 -0.18723395217640162 -0.08804529047052176 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12381133237007862 -0.14690470622747714 -0.39350528681883373 -0.5961919985680757 -0.6338073540757139 -0.6752766298387156 -0.6698609732558162 -0.6675616970740986 -0.6643719322471959 -0.6800393962838767 -0.6717646090274547 -0.7432898674395824 -0.6943900885838216 -0.4810323097174188 -0.2735302869440034 -0.2778158172201561 -0.18729326754188064 -0.0880290894403566 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12141274780442782 -0.16631982812310225 -0.4263174560856533 -0.5961001019833161 -0.6491970754785366 -0.673622847844578 -0.676149858560397 -0.6792835734900118 -0.6785931226146839 -0.685752085314839 -0.699303739819391 -0.7286157176179976 -0.6934150752456001 -0.48077091638388286 -0.2733565356057708 -0.27770737111870775 -0.18690232766314133 -0.0880075339269848 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1212622885066446 -0.14596122323432723 -0.3933196624614799 -0.5959848322221059 -0.6725736189306186 -0.6955577907576351 -0.6870884206169828 -0.6952219471952507 -0.6911342585395909 -0.7013872912341163 -0.6977219561017708 -0.7684864739916116 -0.7642009559320111 -0.5454479407602509 -0.30247183571800995 -0.30538909757377936 -0.18654066157746196 -0.08800265221652293 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1241764774583668 -0.14374619442841968 -0.3972365261161397 -0.5823738041958958 -0.6666848377890129 -0.6862596739364276 -0.6844264014391972 -0.6993633988737004 -0.7004125866648259 -0.6887662442743214 -0.6895776642744832 -0.7550071831833491 -0.7492247875440979 -0.5069052962522617 -0.3021592026088217 -0.2774186184540229 -0.1868713840450023 -0.16264218000658112 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12393865349404957 -0.14464576199043896 -0.39718385565114267 -0.5768766716367806 -0.6529254305690597 -0.6798733335216769 -0.6915525947185623 -0.6541502054041133 -0.6817942904955911 -0.7022385218564422 -0.6892560204302653 -0.7733990380559634 -0.7443557816196065 -0.4913110893896256 -0.29993837076385366 -0.2994210359977338 -0.26138413634291713 -0.16244787459800467 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1238721797619202 -0.14437620447826735 -0.39333877609201334 -0.6213242606820271 -0.7215797157193118 -0.764305629234772 -0.7749930312901594 -0.7727504764144246 -0.7720326593477469 -0.7841649471759122 -0.7422666156134878 -0.5600042821595128 -0.31870645794652935 -0.29916432943020965 -0.3288148354813115 -0.3233179194358023 -0.29359670771212737 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.02973509595275309 -0.2919687401253197 -0.606445678820112 -0.7945264164801069 -0.8449249338241318 -0.8497847442124825 -0.8518187417886642 -0.8632669987314748 -0.8258443504943569 -0.564277359572394 -0.4231524057467526 -0.34469840733957846 -0.3434853841746504 -0.3531288901078692 -0.3055675533276407 -0.22392715940518054 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12227339971046369 -0.14178661843957988 -0.3912067106105286 -0.5987796452597959 -0.650242435208689 -0.6497187511184499 -0.6733925083347821 -0.6636321626559566 -0.6661359125242129 -0.6750411518780047 -0.6755231293819761 -0.743098822093411 -0.6951110856652433 -0.5104553324255454 -0.2733078212769817 -0.27764084840075043 -0.1882724689035358 -0.08802959804613016 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12239440863846293 -0.15494602316443304 -0.45900126534680735 -0.6065725227909093 -0.5996774894070626 -0.6734578737667084 -0.6697582880634412 -0.6697029864860359 -0.715980746545071 -0.679604007437558 -0.6848795505064482 -0.7419014411803914 -0.7438918513876019 -0.4775357177885764 -0.2732815415891425 -0.27761913799465365 -0.1884010057416692 -0.08803529078950556 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12309187450914723 -0.15455868059031283 -0.4095676239938547 -0.5822516683096042 -0.647469521908702 -0.6975862076655863 -0.5939904763705846 -0.6891467533600413 -0.7357812181398518 -0.7322001227780682 -0.7323232686453122 -0.8014167086237374 -0.7734985786262032 -0.5084490496765596 -0.2988263123213461 -0.322528893904159 -0.18507063448987626 -0.087974602669437 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.18577828689212136 -0.1958135289624504 -0.4686103746329299 -0.5889658704967042 -0.6266420623162348 -0.7048163387209334 -0.6666960251288828 -0.692685092165242 -0.65479094576689 -0.6856341813914021 -0.6895753149454744 -0.7448666071347889 -0.7615227518886655 -0.5026077580113669 -0.29870666641035004 -0.32959783730290665 -0.18643480940771529 -0.16244787459800467 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12156219021790407 -0.16109170604103848 -0.4095595384558594 -0.6206690044277966 -0.6292027751340035 -0.6946835352974248 -0.6975343649209391 -0.6824983272696813 -0.6876064341109946 -0.6749858446613346 -0.6651594110840252 -0.7684892518493829 -0.7339279671444046 -0.5021212112782814 -0.2923036970141756 -0.30471359162431794 -0.2607636543255407 -0.16244787459800467 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12386500238241412 -0.1443504999315391 -0.39713860588487404 -0.584049031304094 -0.6796497077814359 -0.6828031502482851 -0.6765904556684986 -0.6820762941106024 -0.6789297839470088 -0.6804644074642725 -0.6943275521387607 -0.5532099422645065 -0.30208753360826357 -0.29657036911149315 -0.32280356722195525 -0.27524380925069136 -0.2620642031712325 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.02973509595275309 -0.22124635716484808 -0.4795200777981527 -0.6222360156280999 -0.6612023116002144 -0.6841757870012588 -0.6571811120435365 -0.6800890359130907 -0.6717521692807983 -0.4734243315543256 -0.30678864034644776 -0.2733551616375104 -0.275428265312449 -0.2754529468583497 -0.26527510362659434 -0.20371288854390274 -0.11713031948741978 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12276893888344283 -0.15771574290289625 -0.39584897789254747 -0.5811778418552198 -0.6194399130077006 -0.6628336332290448 -0.7003458495778683 -0.642137353700982 -0.6608494094137741 -0.6700318053863195 -0.6138490818171358 -0.7365819354774643 -0.7699733237647918 -0.5058795413264309 -0.2961452383647493 -0.30895486329250765 -0.1867715562124593 -0.08799815560922028 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12230316456221144 -0.1436554007846204 -0.38929411231152056 -0.5806301762246913 -0.5977814161227506 -0.6550227380928361 -0.6491523231668045 -0.6467518942985743 -0.670772492289901 -0.5997170696531506 -0.7015705748807983 -0.7221457464334872 -0.7734408313810333 -0.5187519902000354 -0.29094933180042337 -0.3010418318755402 -0.18644509395434158 -0.08907224646039272 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12227089017630645 -0.15439432713987944 -0.3930649066080863 -0.6140565781674544 -0.6328268735932028 -0.6946925994953098 -0.7042604180210782 -0.6904610566518709 -0.6754631507487889 -0.6910643217373664 -0.6933710971364648 -0.7613904329867083 -0.7465579363494749 -0.5010795494893557 -0.2732094503512691 -0.2775238496725767 -0.18642044885755962 -0.08800238461090448 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12234804887843785 -0.14420541947826768 -0.4098195906985439 -0.6029807177032517 -0.5997263159094385 -0.6230802861676629 -0.6728305242943826 -0.610583432549 -0.6133836807292679 -0.6225518275174344 -0.6209045542556663 -0.6906164103723521 -0.6936540751511715 -0.4809342495335822 -0.2733596362891397 -0.277699094083707 -0.18648827401945361 -0.16323493938819864 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12341079085644092 -0.14729707717888654 -0.3972619563419134 -0.5839419723685253 -0.6502708937659333 -0.6847732527601076 -0.6823237624271911 -0.6697185282628347 -0.6878514573165958 -0.6888551287045809 -0.6851426094342753 -0.7411907748754991 -0.6933550321794539 -0.4894478408824781 -0.2731730788003604 -0.32548178462426225 -0.26309971240954805 -0.16259116994221615 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12390418561501165 -0.14533827494928964 -0.40946395590693524 -0.585589283364701 -0.6501083878585088 -0.6828560424341243 -0.6989633353837633 -0.7279874382464077 -0.7419088670007004 -0.7428768436842941 -0.7272735187937351 -0.5462676171755839 -0.3245849046084465 -0.3152870352631467 -0.2657003515647746 -0.31715081395211364 -0.2868685141962534 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.029735095952753088 -0.30991777051399694 -0.5588229475096043 -0.7435023914372422 -0.7590250416216693 -0.7612923223814841 -0.7768244023061096 -0.7563031673737989 -0.6697618642266325 -0.4886195417837709 -0.3711914706924261 -0.29785115923865757 -0.30518390435253073 -0.2681694673520172 -0.2728187586988925 -0.1850056345538458 -0.08908951948775806 -0.0879882572532421 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048115405066175294 -0.14350263627962953 -0.4096466164851505 -0.5792747789353493 -0.630810646047253 -0.6903827707963901 -0.616839640320203 -0.6107789459426093 -0.613370427686517 -0.6737599711399457 -0.7473916116081564 -0.7411830508325526 -0.7444035311766283 -0.48291728750536284 -0.27328113902422185 -0.27767808017722695 -0.18793877629615116 -0.0880643471162747 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04705359287515845 -0.1467414912557675 -0.39360607224131866 -0.5960813812979041 -0.6056376824528327 -0.6233790967722714 -0.6823340133763691 -0.6671360390954416 -0.6634896442794955 -0.6772140803675931 -0.695278659725903 -0.6907347929418717 -0.6936164542254584 -0.48088979134721527 -0.2733337810027666 -0.2775750156536973 -0.1870410086210981 -0.08804188301879468 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04868088161477288 -0.1447805067324516 -0.4099926509509035 -0.5827310173063396 -0.5998057178459434 -0.6228523687403177 -0.6168425729921398 -0.6107978080880695 -0.613379538376282 -0.6743181147777261 -0.7517527713610853 -0.7452389090748346 -0.7484656753579025 -0.49523190569995057 -0.2732808419156741 -0.27757242007626587 -0.18755035088727343 -0.08806024128911187 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04800562761779404 -0.1648256832348341 -0.4593822658598903 -0.5831488129972509 -0.6234952513504991 -0.6661214623770368 -0.6785444167764623 -0.6725782043214048 -0.6620596100740407 -0.6766275329324438 -0.7516808831318381 -0.7434640498806362 -0.7450602000431203 -0.47715924695821116 -0.3238210688710793 -0.3303527018661549 -0.18719617556556267 -0.1627777958894987 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.08971905096927583 -0.14527742770961277 -0.4096493904094514 -0.6408229343375322 -0.6366024153541259 -0.6979015550601069 -0.68342324185928 -0.6703839568837713 -0.6654449007768041 -0.680218135623997 -0.7589605336371102 -0.7620785505888689 -0.7523667403568934 -0.5213758187812383 -0.2916121255479089 -0.2752092560492901 -0.26259317169148444 -0.16380387367698923 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.046181480697289556 -0.15227838320381226 -0.4000711768075613 -0.59133222831178 -0.6175696994521293 -0.6193512836881594 -0.6145404439675897 -0.6123474608673164 -0.6112818291660509 -0.6122537655808845 -0.7019251552358354 -0.4978088749396057 -0.27696216464649104 -0.2734323994619826 -0.2734884229590792 -0.27544369566748983 -0.26277064243475007 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.05711039748686685 -0.23383115474700505 -0.47132356221934235 -0.6178240148552179 -0.6661490571700853 -0.6804761473621236 -0.6804934855726306 -0.6964175019532458 -0.6622839532522932 -0.5509686061955723 -0.3597176316757841 -0.2882398666553749 -0.3009578631878527 -0.2684892430893349 -0.2652886287373713 -0.1883592394879965 -0.08804143593013075 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04707432678287967 -0.14598038497092236 -0.3975532189254852 -0.5875226302492533 -0.615362420990409 -0.6809786260460836 -0.6732548899309677 -0.6675951641370379 -0.6863304808838052 -0.6766147426376431 -0.7464946564956405 -0.7506484391191158 -0.7441709226768212 -0.4988461700325453 -0.2918408359804892 -0.32990702546448436 -0.18659162303387705 -0.0880600818427147 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04870315504968031 -0.14454077500894416 -0.4099900862790945 -0.5802167974715906 -0.6149164400394581 -0.7088580164133089 -0.6648771158457991 -0.699689324122825 -0.7010590025786237 -0.6676528781018197 -0.751551885381047 -0.7426138404798008 -0.6935574627561276 -0.47720166185341095 -0.27333052441422606 -0.2775619423835 -0.19656176722079644 -0.0880323591629459 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.046908442533209034 -0.15004776295586544 -0.418113091107755 -0.5962543804801445 -0.6494073706542635 -0.6880761933362342 -0.686392785686966 -0.6629603660143234 -0.6864865148535019 -0.6912409577701902 -0.7531594182822006 -0.7471388294901422 -0.7453703938913632 -0.5004750555032373 -0.2918832574734512 -0.27397937975745235 -0.18634969639733748 -0.08799618392829146 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04701653190042845 -0.14346637825589506 -0.45464192088699473 -0.6516000232611684 -0.7112937911814585 -0.767296289909164 -0.7136546495291103 -0.708965699528639 -0.7109160854350077 -0.752319735017914 -0.842277076826847 -0.7631811013791076 -0.7741223018757158 -0.5095762453677046 -0.291318087456603 -0.301321050227864 -0.19291400060495548 -0.16865331127113087 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04618943531800711 -0.1669748739934512 -0.42654348407012854 -0.6455392874757855 -0.6057265594381382 -0.6263810441368911 -0.6752590362275848 -0.6110285722874064 -0.6675824078599798 -0.6228078457387679 -0.7475940121162198 -0.7408281892811857 -0.7460579972199876 -0.5319218534694765 -0.323762869060143 -0.2754297017587772 -0.26280363173805465 -0.16343818869003632 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.048963397307965326 -0.1480283251405048 -0.41010619399623316 -0.5878416576715675 -0.6178432257120479 -0.6354444360640695 -0.6662818934192533 -0.6636779498690245 -0.6627307710713507 -0.6124822656258914 -0.7022466394013879 -0.5175418175751143 -0.2770137389255788 -0.27353211892191376 -0.27362159884002374 -0.2756340473626462 -0.2633539191316156 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.05894921872646862 -0.22107591454607756 -0.47182978724518565 -0.617855176709068 -0.6659716544656236 -0.6752479211896346 -0.6707770742460588 -0.6667163560739653 -0.6687557329065814 -0.5518875243230176 -0.35976220504568435 -0.3261529575189329 -0.32547628358158315 -0.3253386820352494 -0.2653783685582454 -0.1872572887620313 -0.09243410820684674 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04701675158940725 -0.14481322995449933 -0.39753355920426536 -0.5875424135349478 -0.6494560291175449 -0.6797454374895294 -0.6701155269888143 -0.6629648465513224 -0.6710160249178138 -0.6735312823898034 -0.7483652858269401 -0.7424204829625254 -0.6939512903685785 -0.48351459449882633 -0.2734949909165406 -0.2777352342806071 -0.18790355566562217 -0.08810127525669934 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04939743127897998 -0.1632033378936124 -0.4058380475432111 -0.6075653356213988 -0.605791721438637 -0.6235613052511723 -0.6175124714344962 -0.6113857297459434 -0.6140659963766923 -0.6233755140208997 -0.6961943691895607 -0.6914629580777607 -0.6944546121677875 -0.500013664358966 -0.27347835439873913 -0.2778188712621717 -0.18806569048537625 -0.08986039407591168 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04871680546478901 -0.16171213879420643 -0.42002056059969695 -0.5847720813546261 -0.6059713131437682 -0.6235820913481254 -0.617481316960618 -0.6112730992336493 -0.6139474016714814 -0.6233458209517725 -0.6964010283542206 -0.6919293922605902 -0.6949270240646482 -0.48380195500062617 -0.2737538935048359 -0.27806106845463735 -0.18796763208956419 -0.08985381966183266 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04873714241685418 -0.1467500321700062 -0.3937509937162325 -0.5965170149483465 -0.6001005241252133 -0.6234422804600308 -0.6174019313162978 -0.6113920229471123 -0.6139486366812608 -0.6232405554292502 -0.696448007849591 -0.6919396159374551 -0.694917206318164 -0.48373807341122194 -0.27375909315665586 -0.27808955732234736 -0.1879859010139077 -0.16260819826509246 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.046898353254383074 -0.15041474535939114 -0.39394746436251016 -0.5965035330199809 -0.5966358755180706 -0.6263336121285452 -0.620342155886424 -0.61074249454387 -0.6136889969985547 -0.6232732215490362 -0.6969161984164741 -0.6921435803450512 -0.6953045727541386 -0.483680518806809 -0.27365247953465294 -0.2756988033789744 -0.26400132727888415 -0.16485440968738393 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04896568073017307 -0.14883312168788265 -0.39362095173515527 -0.6025856572711822 -0.6874607750947859 -0.6841867013976409 -0.6609492861799496 -0.6964452033086797 -0.6800016097433769 -0.6933133912117341 -0.7839589476297547 -0.5600954394932866 -0.2942797660503502 -0.29082044307335103 -0.2731623508483837 -0.3044738736836776 -0.26239504643611383 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.02980984766990352 -0.02973509595275308 -0.22302272904578868 -0.49093934019882807 -0.6910764117238777 -0.7074167019738302 -0.7578353315778261 -0.7171128661322825 -0.7313052345585709 -0.6544077132312092 -0.5342608477963854 -0.3182938154261776 -0.3124588079104081 -0.31318382772880865 -0.31631950083894467 -0.2643303461540663 -0.2099215343049742 -0.11471144069252363 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.13562572503561676 -0.229553719185373 -0.39335185592703076 -0.5960008990188402 -0.6286311297894609 -0.6933753026811299 -0.683987525475432 -0.706717016432635 -0.7050399813469087 -0.6833196666393928 -0.772013148688511 -0.7534347585407435 -0.7615945656994907 -0.5205860673319275 -0.3246740802372358 -0.3273643426820267 -0.1956996279008833 -0.09701465168907354 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04875631151426756 -0.14454424115461442 -0.41002541169564244 -0.5820353051663453 -0.6002904057631827 -0.6237458538065616 -0.6176824346150528 -0.6115196091093538 -0.614147741658031 -0.6234044161092812 -0.6960975878926653 -0.6913215674735287 -0.6943780871054805 -0.48115306020285986 -0.27355836808240014 -0.2778368550269102 -0.1865869869977345 -0.08809454207290641 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04992955685883574 -0.15950396133314063 -0.41043780391731916 -0.5825496309555502 -0.6015060316688793 -0.6235351697148936 -0.6176287881891827 -0.6115545517415667 -0.6141760591137827 -0.6232444254281027 -0.6964370899263257 -0.6915599827661819 -0.6947213920767195 -0.5082949225231266 -0.27360352301446816 -0.27789420155867656 -0.18732781763607506 -0.08807142483077886 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.04704007619681818 -0.14714119831365038 -0.39765701286841315 -0.5814455282222839 -0.6058156664270685 -0.6789281661789215 -0.6175588541165857 -0.6118333978136091 -0.6143802532139891 -0.6235395163752987 -0.6967637357283625 -0.692018325759879 -0.694913841811428 -0.4811637058822454 -0.27344665521554773 -0.2776959416770945 -0.18854272321366594 -0.16444398831796136 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12153738471620504 -0.14560091381962595 -0.40999213285436403 -0.6132828888541756 -0.664959672278025 -0.7165018260848147 -0.6757948274112628 -0.6670851236071659 -0.6575488590256195 -0.6661061187320643 -0.7496210662783026 -0.745239786608044 -0.7460206967540383 -0.5343101123375562 -0.32376934234445776 -0.27535179744576455 -0.2628132080069849 -0.16338217170334424 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12202583241956966 -0.1509221265683607 -0.39662149490829285 -0.6029950232319135 -0.6186059352354848 -0.6199335331006788 -0.6156928618974413 -0.6131921066707702 -0.6122152374965935 -0.61301001535281 -0.7028341681710617 -0.49921591424702827 -0.27710042312053873 -0.27360296670230094 -0.27363465354851174 -0.2756031753601224 -0.26957001832690075 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.060657918781999595 -0.24272416011882458 -0.4711970928858785 -0.6186611102288104 -0.6144109384775835 -0.6142006679984189 -0.6148981898427663 -0.6250362728881328 -0.6138445681306067 -0.498338898072704 -0.30776950993766783 -0.27388279933735216 -0.2759071550018106 -0.2758568920197534 -0.2650483197530433 -0.19172749410092557 -0.08593949833103588 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.11631111413683091 -0.14787502554675805 -0.1641633131554925 -0.16940269275466527 -0.4395921961571138 -0.5972541723629687 -0.6087381360187395 -0.6246958425854482 -0.6183493689679589 -0.6121900097064309 -0.6147759758022551 -0.6244592821346046 -0.6977481054211239 -0.6929619891630465 -0.6958679890750424 -0.4805724569486337 -0.27393319825612233 -0.27826460628839533 -0.18694279488361684 -0.08809191075787735 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.13505997846668127 -0.16900988278131118 -0.1564047127403428 -0.4026467502782907 -0.5809413495234921 -0.6045054416523171 -0.6255538306692741 -0.6200380251601829 -0.6135851093018053 -0.6164137605258972 -0.6257265477100905 -0.6988030463121769 -0.6940015068147053 -0.6968496876953784 -0.4847699667733929 -0.27415615233451746 -0.27846682528866745 -0.18819301029063473 -0.08815293286141017 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.1296021621789648 -0.16509230377201184 -0.153449665531909 -0.4027011698069276 -0.5808112621550772 -0.6195750594048001 -0.6258108554288568 -0.6207937748977373 -0.6140413508265078 -0.6171745398735778 -0.626272851834236 -0.6995869791781826 -0.6948939651929903 -0.6977867384469014 -0.48344843421668937 -0.274485621773527 -0.2788567861242847 -0.18977802264414534 -0.08832134344426704 -0.079230512926215 -0.079230512926215 -0.08570457693256053 -0.1382606575074798 -0.09682549592282651 -0.12056398914109091 -0.18973285629049003 -0.15439784908315785 -0.40672864039008133 -0.5810799896970678 -0.6033982718250104 -0.6260231878078015 -0.6204864753852716 -0.6138377421606305 -0.6169171841528125 -0.6261602564021556 -0.6996753791500868 -0.6950094034401025 -0.6981773893125052 -0.48514743960186113 -0.2745203530193868 -0.27883373914192605 -0.1890138474088048 -0.16419436673192858 -0.079230512926215 -0.079230512926215 -0.0857048050813036 -0.12749805010954535 -0.09682586651768682 -0.12705402876582572 -0.1666587145702636 -0.15777019881318458 -0.4046283293170433 -0.5910094315978025 -0.6034095149912022 -0.6290832042251684 -0.6232757928530789 -0.6134424538003068 -0.6158712965733479 -0.6250576020937144 -0.6982666207931736 -0.6935400515546071 -0.6966237318644745 -0.483220541276221 -0.27414797704077565 -0.27613881429326376 -0.26300010267846846 -0.164746848931383 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.14376566421320092 -0.15699061279288806 -0.40290629314547505 -0.5888066442052284 -0.6206775899060529 -0.6225407421243526 -0.6177321111342424 -0.6153907189731224 -0.6144223340048061 -0.6154431130422612 -0.7051723826616111 -0.5016109251669993 -0.27847520397723285 -0.27471330898049473 -0.2747653391056782 -0.2767283714820442 -0.2643601939743929 -0.11836163454401696 -0.13232201102736874 -0.13745808238649737 -0.10332538830976898 -0.1368637361121373 -0.10337366774141753 -0.15863304101922926 -0.18988012698022916 -0.10977671546442316 -0.2513346163139555 -0.5266740135850836 -0.6427762840133181 -0.6171147942600306 -0.6160379310491092 -0.617128887788727 -0.6270112842231383 -0.6165594749482317 -0.5061158044958376 -0.31016690487857224 -0.27519752155545973 -0.2980000710253905 -0.3283949889679418 -0.30097067426460555 -0.22150237533078843 -0.11035848434032414 -0.10851895089301263 -0.1241083485262403 -0.11772729825603616 -0.1389336587854333 -0.16390769325405738 -0.15549491467701484 -0.183691378292887 -0.16305711275524948 -0.41364787895462896 -0.589474872228515 -0.6091413806184168 -0.6270724702881622 -0.6205541467662853 -0.6145296659802058 -0.6170579170885969 -0.6269501283747447 -0.6993047954676533 -0.6948365469870532 -0.698831214770121 -0.5019369653415439 -0.2750020445484581 -0.2796681642835656 -0.19669649873154624 -0.09252906157693233 -0.12941938042643028 -0.14718582407513583 -0.09682116659721751 -0.10332251358866198 -0.11761805874388963 -0.1947757811193632 -0.19992032795151074 -0.15632565863273493 -0.4126922458240987 -0.5870383374376276 -0.6038497212820929 -0.6261969243742445 -0.6197692332939827 -0.6135855198492784 -0.6159339788474076 -0.6247115771749006 -0.6964997544201836 -0.6923249505986947 -0.6953525830148437 -0.4829362190811386 -0.273820217913193 -0.2781107726380703 -0.18622146203760648 -0.08813872439517878 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12276214770523426 -0.15162144462583382 -0.39690867084534953 -0.5971614628120234 -0.5972612717899052 -0.6237611424278954 -0.6177825246255504 -0.6118222158663337 -0.6143357664351361 -0.6235048585336889 -0.6955068362397121 -0.7217441102429341 -0.7586882328430464 -0.48356883119469607 -0.2734018383866982 -0.27770025694804973 -0.1874716121762077 -0.08987310486705415 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12308595267286539 -0.14635023623222956 -0.39775359766121693 -0.5873141725830947 -0.60029489276841 -0.6235304349855391 -0.6169553803997835 -0.6108723169879762 -0.6659999426609603 -0.6800947091073395 -0.6950397347837389 -0.6907133141001192 -0.693914993659367 -0.49100591445608704 -0.2734819630318835 -0.277784987030271 -0.1867009692837071 -0.162521812424691 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12056402010614682 -0.16406742092578552 -0.42245804338436077 -0.6177219217041536 -0.6003849661039328 -0.6266265196350057 -0.6205863354059904 -0.6114386223941108 -0.6140327777294797 -0.6231870728132884 -0.6963389707818439 -0.6915821404852004 -0.694636528419397 -0.4811753946248642 -0.2734836954280038 -0.275508833303639 -0.2636429004774761 -0.16435976675213257 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12051706632291895 -0.16039588681279246 -0.4000254775269204 -0.5878955453767638 -0.6178710222211331 -0.6444421508252172 -0.6696484311191222 -0.6646080826715354 -0.6118849568114559 -0.6128229358178381 -0.7024857215710688 -0.515175616977356 -0.2769751559087347 -0.27344636304238307 -0.2735103275668577 -0.27552659610676167 -0.26413032668269715 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.06698781195485057 -0.2234440569393235 -0.4703618298540039 -0.6198414818788632 -0.6139407743468721 -0.613404903667424 -0.6141253857830506 -0.6245207653426982 -0.613423076946127 -0.49889444356397983 -0.30758996674305455 -0.27367156724880337 -0.27571175746964816 -0.2757313492057277 -0.26622805001737254 -0.19179660452768646 -0.08764548370612124 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.1512231234121004 -0.16218864478908998 -0.15149051742000808 -0.4006373395537835 -0.5852699253225657 -0.6026239878280103 -0.6238527601654843 -0.61772994472363 -0.6116168001154728 -0.614162789323177 -0.6232305810635222 -0.695732425604879 -0.6910243218527862 -0.69408538828174 -0.508342178483 -0.27349408397978126 -0.2778170052175031 -0.18775146426091557 -0.08988107291443573 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12430161222200926 -0.14897244372468887 -0.400245773778784 -0.5810605048473694 -0.6063318440501413 -0.6239232558880112 -0.6178211933664778 -0.6118178287995287 -0.6144452700234037 -0.6235791303698351 -0.6967332051699855 -0.6918872303527979 -0.6947657168601453 -0.4836694890141862 -0.2735629172029922 -0.27782381783893406 -0.18812191881211207 -0.08988609619478882 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12282939124271515 -0.1630026715738217 -0.39676872642523936 -0.5969712264728211 -0.6064577058578284 -0.6242488240398874 -0.6182431765326166 -0.6121231923410194 -0.6731791810063151 -0.6804374906782954 -0.6955391617282262 -0.6909850136481963 -0.6941212032664233 -0.4836122640399628 -0.2734869218948898 -0.2777655601843329 -0.18771175895004016 -0.08987107103402686 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1213693272996434 -0.1470481538848228 -0.39387691880443415 -0.5965971202363749 -0.6831559414527079 -0.6944779151208335 -0.6180259591980168 -0.6121002483610347 -0.6146844939551842 -0.6239031730990566 -0.6960380404175793 -0.6918046042070317 -0.6948199106594319 -0.4806198717778752 -0.27394097899826764 -0.2782472496522603 -0.1876062297801775 -0.1626099114498083 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.1458764893729312 -0.15431495722166938 -0.3994959296864096 -0.5806455892088752 -0.6085317957262114 -0.628132841510175 -0.6214942000716625 -0.6123959692021808 -0.6150868520089714 -0.6244578222496426 -0.697359743703604 -0.6926042361945612 -0.6956604391652627 -0.4890709070794756 -0.27398798373523675 -0.27617456626564496 -0.27045451648583135 -0.1697673088208634 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.13730445827596424 -0.1549552090111832 -0.39917600464256026 -0.591529100313374 -0.6187392574084597 -0.6835742410344695 -0.6151734521173864 -0.6626235520467118 -0.6114671484247185 -0.6122737119127766 -0.7020967819825344 -0.5086421176524732 -0.2769841897551251 -0.27347512564202625 -0.2735358034071063 -0.2754650299917295 -0.2636684810647012 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.10420161093812019 -0.06035235883168531 -0.2225480547696266 -0.4703135862062083 -0.6182636450324852 -0.6665757682606622 -0.6631643230853957 -0.6646484090844879 -0.6754761086715121 -0.6638096698981061 -0.4987527081085247 -0.3068256648257552 -0.2733195722584164 -0.32551416171818903 -0.32799817906488254 -0.26579475856908996 -0.18733181070830793 -0.08807915256374048 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.12394848097221184 -0.15200991153342602 -0.3988981028020641 -0.5808052217889375 -0.6017080661806351 -0.6256920139379716 -0.6195896474129439 -0.6135391430789098 -0.6164691669290717 -0.6258320674432063 -0.6989297455817705 -0.694286916695208 -0.6974630629993143 -0.48534019266697925 -0.2747540424081937 -0.2791631859544748 -0.18898036613785657 -0.08835517087408315 -0.10845885514747543 -0.14596609176598824 -0.16452222353636917 -0.18996520986930993 -0.210479358829617 -0.2166921699724133 -0.20467585363134053 -0.1949843994564184 -0.4129491655990382 -0.5885676164692335 -0.6035502826346881 -0.6272398255556152 -0.621021567246735 -0.6149990429869268 -0.617435804690417 -0.6267852441707429 -0.6988439481694944 -0.6945470291695351 -0.6973836426983174 -0.48558909181658777 -0.27494019955928767 -0.27925881420824716 -0.18908524056001338 -0.08958073297134568 -0.09172865331269439 -0.11766620574174914 -0.09682690028801655 -0.1285271015677124 -0.10334147759998746 -0.19662988040395496 -0.19186178723501787 -0.15515080053918176 -0.404933134480411 -0.5936663757378549 -0.6019034249412291 -0.6268555981553556 -0.6203491162509454 -0.6142663021591094 -0.6173039541397436 -0.6266143984824356 -0.6985428394489053 -0.6943481124378943 -0.6974412642405025 -0.4854140168835943 -0.27478780818102355 -0.2791650971478273 -0.18761856208977373 -0.08947752391559992 -0.09170302699558727 -0.12743979569303066 -0.12663604293062955 -0.09682991860868245 -0.10270524914794325 -0.12708390584323517 -0.16653627454782538 -0.15712673993297044 -0.4066454066969569 -0.5861089419819461 -0.6091217009926906 -0.6273921744203533 -0.6211306351508575 -0.6149045794469998 -0.6173956522442451 -0.6267645230668162 -0.6988678746476996 -0.694603115428035 -0.6974038364683764 -0.4881422412876815 -0.274859861896539 -0.2791290930448959 -0.18678874764456466 -0.16208485270092532 -0.08570469743609796 -0.12659263096822074 -0.08571426963486739 -0.12868288325945776 -0.10332782360649924 -0.15462680869206893 -0.191284173219057 -0.15547450728077775 -0.4049110101311395 -0.5888068643068769 -0.6002233171670626 -0.6295014926513992 -0.6231387243000428 -0.6134200740147314 -0.6159375065607106 -0.6250316087948122 -0.6973825725424518 -0.6929814912098881 -0.6957316743189249 -0.4829489228622322 -0.2740667420290164 -0.2760184337744268 -0.2614780040962178 -0.16300813457639687 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10295969761445367 -0.14870249623464504 -0.15385571147359905 -0.39903312142949593 -0.586898643402832 -0.6213768193138203 -0.6208365398447416 -0.6158699332735634 -0.613258010758746 -0.612210386820933 -0.6129080836983132 -0.7026537927130138 -0.4981333319804117 -0.2771983582623118 -0.27364688895394756 -0.27368507932992275 -0.2757205867521974 -0.26259165874516743 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.079230512926215 -0.10943376039391424 -0.1521411521946718 -0.10904595648054165 -0.2468467005690444 -0.4705792728711093 -0.64050373068611 -0.6149786466934059 -0.6141902850630209 -0.6149978744155454 -0.625266535588826 -0.6140379732611035 -0.49963703175366647 -0.3082588444531427 -0.2740979846642838 -0.2762053660918382 -0.2763074018586475 -0.2788685255432569 -0.21643216085973213 diff --git a/example/run/baseline_scenario/opendss/profiles/load_13.csv b/example/run/baseline_scenario/opendss/profiles/load_13.csv deleted file mode 100644 index 30620d7..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_13.csv +++ /dev/null @@ -1,8760 +0,0 @@ -293.15605734841563 -288.2456164201596 -262.67885921691567 -249.0525146887866 -263.30764108791584 -274.7278358883005 -414.04017778007386 -543.193878809028 -503.6176586449034 -426.6818464936254 -363.3177904204713 -291.3712688882176 -288.3185336232809 -264.6033981149322 -262.5763631802111 -273.39331975724025 -329.928886977749 -475.8175140127448 -629.7262481515121 -737.1622926056068 -796.633366185803 -755.172872144622 -686.2826279200933 -546.6475472221957 -277.51861717452755 -261.99653210787545 -249.88642145456944 -239.66432816036448 -252.26274693977592 -325.8078161561301 -539.7191215749333 -595.3443401231907 -446.4173397440405 -415.180393989446 -310.1086345256085 -267.7731297613173 -266.28019232787693 -271.58180266631905 -285.6412950664118 -299.59650397308286 -327.2696631920775 -503.4007321510532 -662.5142676586647 -754.946447938035 -812.8763763959116 -827.0112520695244 -682.8909264010383 -529.9046495255122 -279.1434483659676 -260.6110870964411 -243.08556429853047 -244.6269561745768 -250.93200769660507 -320.0359338026138 -541.4768998638932 -591.9380779758337 -440.214961309828 -419.8875919434224 -312.18983104754017 -272.0606432138207 -272.45430884318404 -275.95118654168346 -288.6870502203016 -306.23444435749724 -326.8371859101027 -497.0459682850711 -663.4213442979227 -737.3133676412343 -799.6822209783647 -807.4374112839879 -666.5840394011683 -511.96997162497206 -280.6053047778004 -263.3277942832172 -241.528912147398 -246.0928447260372 -251.2681977031151 -318.64497248024907 -542.0392400993927 -591.8586729519192 -436.9117962203739 -420.1115697900983 -315.9427325175969 -272.5708077075945 -272.28515336017966 -274.297666100151 -285.7813437310216 -303.5896677355633 -329.0128801747172 -503.95498397236497 -667.7914384947912 -738.2829930266636 -802.004119062119 -809.9697034062165 -673.9346340073762 -510.58241730147495 -282.86392841301443 -265.327132125354 -242.96666180966992 -249.00957141398283 -252.2212546198536 -319.3776109558187 -541.9688682054682 -592.5678467425355 -440.61471728937966 -420.47560735805007 -315.6209250697209 -270.7868257076028 -273.4442084137835 -272.8665516034504 -282.2287677050096 -301.785775008962 -322.7892247154519 -494.8307066793251 -663.3263639672741 -733.8407374852236 -802.9142962920159 -802.0152162443023 -668.0502011582281 -509.9109071656216 -280.72823746905306 -263.2976756511624 -237.6265528962221 -246.0097032221452 -251.3566412269199 -316.62598237059325 -538.1944240539722 -593.0184136843145 -432.4845304947826 -420.8896942649116 -320.1946325699093 -267.1528551866877 -275.355924037489 -276.77141247186603 -283.71683039750604 -301.0885685313759 -325.702810434964 -497.8808763568512 -668.0237145264632 -741.075935576778 -813.6486897376324 -821.3142505475308 -691.5519731034096 -537.7671570636251 -293.04338890615526 -286.21849527133554 -256.2858131772568 -257.0917877339045 -254.347787658855 -293.80659445580227 -456.806791394474 -491.8706149866967 -549.0471710955574 -454.4804380683871 -341.4570423731543 -287.7566486956731 -280.8925068149461 -278.5103896596188 -283.4413071994667 -282.4887440721483 -358.1849540645732 -510.0024848532351 -648.7824122759421 -730.6459978860084 -766.8040311417232 -760.6365878708303 -702.5681729074627 -534.5491680616979 -298.2632697874428 -297.4310908404566 -263.8499773931041 -262.26150228735213 -269.8214538414618 -278.32261371242674 -421.0630380899133 -537.9091605754214 -508.91029028217673 -431.21198053525535 -372.5764570373659 -294.70109353368167 -295.3406070618024 -269.42837291417555 -266.8353659466453 -280.0614602206176 -336.8813130721651 -480.3157627078737 -635.5740811067582 -721.8366936749267 -795.5225245191302 -745.6969835110401 -672.4988379200358 -535.0765759285553 -280.7328944819625 -266.6532820913188 -248.4984796274676 -245.06523230103764 -252.2414708693857 -320.80349872876025 -543.0452837072927 -592.540905015864 -443.7938909319618 -415.33591398939313 -315.454922010652 -273.3980490467912 -275.364363866563 -278.0726173587116 -289.1288111182198 -305.62595880766224 -330.89564619750746 -503.1083394065186 -666.9334631331527 -740.2544723043353 -804.7036842657968 -812.7514967157713 -665.3742053907482 -517.5170278756652 -280.202646969689 -263.8524130999493 -244.3754763840836 -247.6158963645006 -252.1878508087569 -321.5291170062521 -545.0638302057247 -593.2164750674286 -437.45749200666415 -413.2181628840125 -319.37371692578216 -266.8455283530972 -268.3919563614763 -269.83058973048446 -281.32128440779536 -297.714950219631 -325.5244884428979 -502.171928535359 -667.2549051786226 -753.9094260376775 -820.8574929220617 -833.7807769138547 -694.085092435035 -548.2414613349076 -301.8710056921382 -284.92156514535 -260.143682563489 -262.29054553807225 -269.64456770209256 -312.2880761672409 -539.3605050823729 -619.3655829647677 -483.9088381764932 -456.87358517280927 -349.6825335987186 -299.32853417348053 -301.84463523701976 -307.0987080389208 -321.27433383279754 -344.8145650809306 -350.7799772455615 -525.4855126498983 -699.3011331111135 -778.922100615993 -825.430442498626 -842.4736835854472 -703.8621814166862 -535.9014892349003 -287.29932491816226 -269.8649100211855 -249.87886535514937 -254.1864409713639 -258.2532710681924 -324.6789492036468 -550.1015353639438 -599.4221223499267 -447.53155818284966 -428.4300704417795 -323.0822591967628 -276.06926931083984 -279.1097489138235 -276.8627079477807 -284.1625626434625 -304.5859961556766 -325.686879606969 -508.100700845986 -665.1637053552441 -746.9636992096846 -803.2003693231808 -815.0877959551478 -673.2400279064319 -512.2207129940804 -282.7896879302904 -261.84830110051286 -242.2012835588676 -248.12362524021432 -251.4676472060304 -317.029081173651 -546.6189818869065 -592.7032446174899 -443.57483062426166 -420.5417341358861 -314.1234380896622 -269.055789688022 -272.18664077754704 -270.08036997223377 -279.13257345148423 -302.63824514356264 -331.1319288771738 -512.46605481804 -674.8105061570895 -763.8816302249671 -825.6768812289108 -806.7040582350394 -702.702917266527 -551.1261224707621 -301.2468387775978 -292.4741701934948 -265.30311761621283 -259.2808852989769 -262.0461224984534 -280.4889543398457 -429.51262723702087 -503.486188135586 -550.6747694921891 -453.3599036173099 -336.8117050566507 -290.3948087313886 -277.51638983388995 -281.3738948466297 -277.3118051142103 -273.86978420135847 -359.77783720479255 -511.5324117166178 -648.0001911972498 -753.7902967250385 -775.9874837601105 -783.4475578456079 -722.4808697540955 -548.399866032805 -301.74095231206724 -298.4615192873675 -260.2370114151044 -255.9992199915421 -263.9626444572451 -274.2587360971008 -425.2462740090513 -550.0147685416715 -500.0632494724653 -437.85793825277005 -382.92112000394445 -297.2616899182923 -303.38698220567466 -277.95217471573056 -272.3718554092883 -277.76779376857024 -339.0284900224462 -481.091279855196 -638.3979846420823 -733.9230748260504 -801.7576045115231 -757.7557767699466 -695.1289453471599 -544.6244387944461 -279.41462037770464 -262.1255676216557 -241.36788930225276 -243.07215168441877 -248.75619127258744 -318.8117077939964 -543.580657952683 -595.1672169909298 -437.8468817119296 -416.47535240295207 -307.6785562238028 -268.76708010786854 -268.5539084640908 -273.5596152528544 -288.2097738561583 -308.7906054317741 -340.4461207314178 -510.9872074033652 -676.9687668531121 -736.7227998683271 -798.8616879595007 -799.6202959836805 -700.3381895883576 -543.5135181904544 -297.353015628542 -283.45007962185383 -263.81262571160966 -269.105419951525 -276.8680797310777 -319.62730410448256 -542.364752420481 -620.0711792128708 -476.7504795519 -443.4366347304862 -321.0274142237916 -276.4862291510186 -277.6123623915333 -278.3841036987946 -295.8099228524409 -322.9172768449245 -359.7141911205018 -544.3184592006861 -672.7726619422294 -747.8258981480326 -804.1947030247849 -811.3898019566309 -679.2814866897172 -557.5985359901997 -302.71794284629334 -277.11652324082803 -257.22126008610866 -254.0005887428316 -261.51350244201205 -311.6687815072254 -531.6504503908344 -608.8980837468872 -458.2953102256061 -427.836557436675 -310.2516946579857 -269.324898951702 -272.4143271923604 -274.7131685272218 -285.0294518283468 -306.61256666268844 -331.7379653333248 -508.904753123519 -677.5459062893913 -763.8140857322657 -832.9894072551866 -837.5767774492668 -697.3339602872592 -548.6604809418077 -294.64629194374834 -268.0295678754968 -252.95081719769763 -250.9198070298597 -258.1086696784623 -329.7757942638098 -555.9128462685718 -601.5167041583596 -447.209657359477 -430.3049595504076 -308.6040758370497 -268.04425698456726 -272.00328614164874 -273.52953978133087 -284.44750475309445 -304.9307547037184 -330.80995407353447 -506.3412213096272 -680.0425803141687 -761.0472715545249 -828.4785780393588 -837.3007506545379 -696.4282634869716 -538.9424389187074 -293.4288229128793 -270.2942174886969 -248.72554028870405 -249.0074439006682 -255.0796517030806 -324.8787822214475 -547.0947422065542 -600.456428235368 -439.8264526261831 -420.21749001221167 -312.36432937746446 -268.5486574614199 -274.74775302123913 -274.8998423712873 -283.4599258049218 -308.0888550481971 -323.8091183790387 -495.7733838019117 -667.0576178244221 -753.144606666744 -812.5842475078753 -825.8587327739236 -687.8076610915706 -525.9697815542746 -285.9932610754502 -274.7444058587769 -248.62063679473223 -247.4793143351236 -251.53222818014413 -289.44182138046017 -443.6613685137861 -489.2891110827552 -520.7427853651174 -446.5237017975959 -335.25749799819823 -280.2603833888598 -276.5383865064943 -275.06995853481845 -274.75122849080986 -277.300580997772 -353.38613819845204 -508.5308290862775 -642.8302695531881 -737.1085561032595 -766.8860465404173 -770.1277122266126 -710.1308131207956 -538.7761083601166 -298.4600950552416 -294.11663224825867 -257.8394543655107 -261.92336152947007 -265.12597236562385 -274.65553442705715 -417.3381812514734 -548.9424868267233 -504.4921540919213 -437.8162383438126 -368.98127764717134 -294.75074915021816 -300.78105817968407 -270.37180210185335 -264.6218150926315 -272.718461484738 -330.6596364867979 -481.94323797194943 -639.3924853701272 -743.8636770427534 -814.1609575752134 -764.6973715906698 -703.2134079333832 -552.608326812395 -285.8563794282586 -269.2301967374696 -247.82420606596247 -247.4090545782748 -252.3939429333928 -324.3065652423972 -543.6649765275471 -594.4094144385966 -443.1439867902605 -418.1366089009836 -312.1092515055268 -276.27757254919874 -271.7512506150396 -280.6762036513252 -294.31546108390256 -305.50683578364664 -329.14254476967454 -504.59209696144745 -664.1173162266495 -742.2371248602099 -804.8937368791662 -811.1052693048938 -671.963683300606 -521.766652696621 -283.27665956416683 -266.0047185181329 -252.55784528023224 -249.27367360764936 -257.21537070558225 -327.8214380490874 -545.3471756022444 -596.1872158907663 -444.554815770103 -421.30717645975113 -315.80137220338275 -274.6697135397805 -272.0788094970866 -274.8245310561069 -285.69822909289536 -301.93817797136614 -321.46732513594554 -505.6808084591861 -663.175852825504 -736.2932904049388 -802.0674556246665 -811.3010931549667 -668.9876394161458 -515.5873477142633 -279.08725554677704 -263.7718775253139 -246.3262583353044 -242.37722108110265 -251.1568746156835 -323.8920530932881 -538.7334466481631 -596.4229260956241 -441.2053144503192 -417.8917706050277 -310.8925935311943 -269.7784089040369 -271.4670145197665 -269.4414482052051 -285.4930662492513 -301.2089025615599 -322.79635506984926 -498.53331791096366 -663.1657056118785 -742.3439557014347 -809.2612735611768 -812.4250567224941 -675.3830071896261 -520.2684527910794 -280.9487767304538 -261.46107353939254 -250.4623497593819 -246.38757207133048 -254.3601147697781 -325.9987599088327 -543.0393573083726 -594.581301760484 -445.94411175098 -422.0924107461959 -311.4185502584883 -273.1609490148652 -275.9826210575231 -278.4556197149828 -290.2012966525849 -305.6245185279451 -326.8331683317744 -502.86173707638585 -673.0662822761725 -747.2244433404936 -813.5532628200813 -823.0600340481853 -683.7119746720981 -525.5137237011112 -280.33706503463253 -264.72502389078187 -242.1558234583778 -246.02012539244112 -250.1820365832453 -319.5428225035806 -544.4607042758727 -591.6004025981318 -440.0641343038212 -417.1615811500395 -310.2295674042535 -266.76656401271987 -270.00016954671327 -273.000998462004 -283.87219939527915 -303.0037080014466 -323.26784776403844 -501.7944865833681 -667.1864220512516 -745.1927051550796 -808.8270365065084 -818.8054277236665 -685.0699006621887 -525.131902441198 -284.8671117011557 -276.1926661496922 -248.42187538876345 -247.0496189236988 -253.1462418818794 -288.5881170488504 -444.2713093216609 -492.6191243063704 -518.7663245581103 -445.0092562481624 -338.84100831882006 -282.44096323313494 -278.82249424322936 -280.2814703794577 -278.1550310742907 -280.6968179509776 -357.6499742783608 -507.97997616743646 -634.7762983830223 -725.5917785916125 -757.0622711812582 -757.1739801318646 -692.7529338066385 -535.5470419422566 -300.02747271089254 -295.3318253484088 -258.61447467436466 -263.4290824553845 -267.684505847498 -273.6425300052761 -422.7275884399437 -538.969110219862 -497.9509768159927 -439.063106525416 -364.8964485593231 -290.6205451998715 -298.41361160008097 -274.0363240790753 -265.43137986464404 -283.33957768222285 -332.80738122579146 -486.09745479762415 -629.753835757415 -725.7655737587811 -791.6367805297377 -737.818810248816 -678.8210984327904 -532.6122332720788 -283.4619895746894 -265.6125258873173 -240.89904008783213 -250.0864518040048 -253.5372388035874 -319.3660795031672 -544.8556249136623 -591.027527917453 -438.8532972456997 -421.6296024943143 -314.9595637891909 -270.70127412837286 -276.65664073832465 -275.0169708053622 -283.7399289430352 -302.2894866548853 -322.2943704479538 -503.2201851086625 -658.7302030230212 -731.4751179013434 -797.9378604984046 -803.5857610499088 -668.9446760243716 -520.7107732245056 -282.4906269731535 -258.18613517045014 -245.74917904547289 -246.28952061544857 -251.2980648097843 -321.71617444022377 -544.5864341562944 -596.2032825236328 -444.7111963213191 -420.4455072073232 -320.1792567535698 -272.68136347005094 -280.7141461237263 -276.32700678347527 -287.39852049100153 -309.1586296953001 -325.9840541578694 -503.2022252653727 -665.8650684058202 -738.3838343672794 -802.4595482058777 -811.0698592178678 -676.4110741326028 -528.4481641400362 -279.26395138563106 -268.9154992640446 -265.4403863588733 -275.1390275622999 -278.6752755520939 -338.6447060280034 -548.8027082587483 -623.9013572195415 -481.0140423201699 -440.1170117926862 -314.0959465085885 -271.07705469020044 -275.2069092511642 -270.0805573102275 -284.83187177745674 -306.89138555668706 -325.5420946490591 -514.3174710441788 -678.4458094629977 -762.7233972293459 -832.5917523470131 -840.8263129314366 -701.5515580129033 -543.0757341613951 -289.7089293415228 -269.51626767795915 -248.3872422692137 -248.0280391304733 -254.67502888598435 -323.7971417915461 -549.2340118895239 -601.0814352255513 -438.80220605457015 -421.42881692970144 -308.8668720829435 -265.7921860348269 -272.4584011039444 -273.15672122498665 -283.36110574246715 -305.27432488899734 -321.54606271079666 -504.94932340080686 -667.8070100103891 -747.818358766975 -812.2851991509498 -817.4009813441656 -682.9040610891791 -527.1438074452739 -276.72647479352133 -260.01865031294767 -249.22953883583432 -241.51403346910325 -252.7665790172711 -324.1886091407653 -541.3718985048409 -594.9593367631799 -443.66154735986805 -416.5226341348075 -311.8091899995594 -273.27642084806115 -267.3060032171302 -272.7009602216618 -287.1168495838781 -300.36005324639945 -324.06531343335 -501.3400587076128 -670.6027155269636 -748.1071608994488 -811.6052925570165 -824.0503326713257 -684.6283569265955 -526.5752862429891 -282.2612000727103 -278.4219671722801 -249.74618987560785 -246.20488544798616 -253.85109320663813 -289.524474390037 -443.1664882287481 -491.7143149361006 -523.7478595434083 -443.0264409293581 -336.31028561360813 -282.86183719956983 -275.23921683619034 -279.4531477921564 -276.14331796422107 -272.2375752879537 -352.87213548349365 -510.836599478594 -633.7077743723765 -723.87508137321 -751.6186729269128 -751.7060907999822 -688.2599995861508 -530.9106499022597 -295.7478306848934 -294.2013039030315 -263.002284231314 -255.96211614436987 -267.20655557786665 -279.1673033022498 -420.6117076942975 -536.4975609288044 -496.2670908493702 -426.8867971774204 -365.05988943775367 -293.5421470121549 -291.4081744871251 -263.0905124174992 -267.41747033663137 -279.6811315136832 -333.04046601771046 -486.35793498861625 -635.918015782757 -724.8966190214254 -786.1399261555019 -736.203789715011 -680.3885068264359 -536.5768435098998 -285.09775111887257 -270.0821097872213 -251.5164955897476 -248.91857503061715 -257.07821480698857 -328.8617027078452 -546.7937104521949 -598.4291622765061 -456.4398955908253 -426.9453092981965 -317.481132762591 -284.42883624243325 -282.5384117528235 -286.4753693539632 -297.77576091114787 -309.8716400282848 -329.60073615986784 -513.5552393506167 -671.2267931582858 -735.2986473601239 -799.7028080834676 -806.2265008663651 -668.9817115002677 -525.4383461079034 -282.8904301084316 -263.88394067554594 -255.1293926475898 -247.7490527185488 -257.976131837544 -330.3818849887137 -544.5683902805289 -575.6870867552542 -446.0897601419648 -420.1471653552076 -321.0438282550696 -280.71846640850043 -275.4158380363973 -276.37135893932964 -287.2301153461191 -304.47734937694685 -329.27503806915803 -507.0109609595728 -672.9301306247177 -751.0961068637763 -811.8741076476045 -819.2530583649287 -684.2956910388913 -528.275126668125 -284.7329092618074 -269.88011167162733 -249.2113600621829 -249.7942877115818 -255.1451158340127 -325.8865323976708 -546.7211589067656 -568.4146285482817 -438.10800777348095 -419.687851864416 -323.60914302224296 -275.93698880698787 -277.39539748981696 -276.86401094420154 -284.3484941421154 -298.26882189687694 -319.61052472840305 -482.0806781520033 -663.309291521783 -736.7836085490775 -803.3901792492743 -810.4326944212504 -665.6393022135013 -515.5043368938782 -279.6631057301642 -265.0919578011061 -244.2192037867082 -245.7741991311392 -251.9022579030548 -322.1891159528521 -542.7263836323335 -564.3750956947582 -436.3580441484368 -417.76886072058943 -309.34437130695096 -272.67602348409287 -272.59691538133274 -273.67374225349346 -288.8258742949945 -302.9132246292885 -321.79254516169027 -482.51361178342233 -674.8830391925976 -749.8987705321525 -818.769841361061 -824.4714874904263 -685.9073450813679 -527.6075969843251 -281.95265418958115 -266.28834067842894 -250.53932062114745 -242.9856500275097 -252.76683295508408 -326.7259791860964 -540.3732871684358 -560.3373762660399 -433.50984365091983 -413.1951661191978 -315.3576796246817 -269.6734095986663 -267.6376884360096 -270.36502347886614 -282.1974697176234 -297.7849283138105 -319.81704001851114 -473.4041406017272 -658.6076669366283 -735.5743137466069 -797.8803206776108 -804.4785650076168 -667.0104129337266 -517.7862620909774 -281.7539924220705 -274.5821543353672 -247.38692722861103 -243.9955211293518 -251.5237292220532 -289.0329854564056 -442.1021548016019 -464.3936865236662 -520.8455494183653 -444.156582523715 -336.3906190620289 -281.7047673138459 -274.099368645883 -276.1786683681074 -272.8125875035085 -271.9200354159027 -348.7578858965388 -481.72604776868457 -650.8888308193079 -742.58020975743 -777.8509993150396 -782.8228012057281 -714.3353648417701 -551.652187531596 -301.66075403617515 -295.9616490710625 -261.01523613388497 -261.21764430084374 -265.17602808149536 -273.7381075247107 -421.8439586794872 -521.1833771345033 -496.4134127251205 -434.9239207014446 -366.8865137225484 -294.40538399787613 -300.4296007590364 -274.8221740987168 -269.93260246475097 -284.2458585834729 -334.6496477444592 -465.5390135017786 -636.2715150986807 -726.2924274686932 -797.9198639164995 -744.0307754697419 -679.9452224749949 -538.3731735294405 -284.1366032660192 -268.20091611889234 -250.08429191446595 -254.10813351314195 -258.82271596240764 -328.03607443514943 -551.9271688700967 -572.8762780633481 -451.5554185453192 -425.7539010572726 -315.58335691697675 -278.0514600925249 -279.53540270439163 -279.9873790336218 -290.9866262504447 -307.74040064492897 -329.7273299199663 -483.6748867939699 -671.2254338448017 -745.1589302496932 -807.781519026966 -821.3145383380152 -679.4890602606172 -520.0529174963401 -283.73556067847164 -268.5661874072167 -248.20346758195805 -251.5171560820029 -255.702916836662 -324.7572524167252 -547.7101481485532 -567.8353978531915 -439.2434718588816 -419.3636590635903 -313.9005259148717 -269.8068673276866 -268.95062631752046 -270.90102879677096 -279.9013169203352 -295.3152333614971 -320.40397360546024 -479.6346761307351 -672.0623468152193 -737.5573703822485 -803.6164694871597 -815.9595379002269 -685.0722082916102 -563.40615880002 -312.35170606604794 -291.80043556187314 -271.3260499406814 -269.00961119916894 -270.92485923137247 -317.0928494032669 -539.9156329607347 -620.8243982849517 -470.9080139655237 -443.6409239956679 -321.1187401708599 -274.34465634370537 -273.5597302767698 -276.46551470928176 -289.5029558247454 -306.0017514641479 -330.1061164417748 -486.449086945564 -679.8845122580256 -762.052458214025 -829.1559500486198 -837.9428551104633 -695.3912501315214 -533.4929076982854 -281.1512960498082 -265.3458253141606 -242.33543799638525 -247.28751579706525 -252.9509291674049 -322.4156107546726 -546.5273305068555 -563.0417465933139 -437.3488842459761 -420.1714743952298 -313.7487865810504 -270.8469194253857 -270.19862791828047 -272.9647616557889 -286.58743771681213 -305.4330420528722 -325.50696418826044 -481.2492471600245 -672.0595728155566 -747.523998697808 -817.4857018394549 -824.2485755083738 -687.0549780606663 -528.5612518764783 -281.54001983620884 -267.04933719507227 -246.76032687611888 -245.91605545044175 -254.45669601469928 -328.6753911117734 -553.4307587109563 -574.037910518401 -438.86050431068 -423.41759084254 -316.20386326445373 -273.5329664384872 -273.5837237113121 -273.44061907337897 -283.718382738972 -301.5249207190988 -326.02265216636334 -482.96659488301935 -674.6597791688442 -760.7989548520995 -829.7698027397827 -832.2940281204008 -695.9003925512911 -542.4815751813114 -286.49966367745714 -275.3032401257641 -247.1298778688172 -237.4611342456468 -252.18038651472605 -285.6985619100559 -444.015718189162 -457.4179726071137 -520.9585931318808 -444.5685891753894 -328.7516655997517 -280.4993627804046 -273.5004711910911 -276.77865390931373 -272.30385609037 -272.19827588243766 -353.8486642140388 -483.0302194087356 -639.1347969805277 -740.6285927732462 -766.6064295969314 -768.530962614471 -708.2054529700562 -532.6720622739788 -294.69883184929824 -291.0862290033102 -255.36797644290672 -259.31651120829304 -265.0568485988252 -273.818563436144 -419.6273937077098 -510.3662125795509 -497.7690737796849 -442.3110820764688 -374.71195003655015 -298.2443756796594 -300.4461890577625 -265.50791107422737 -261.5921554476504 -277.2131984474228 -331.4898978998785 -460.44672880123215 -636.9775178100022 -747.1180488452118 -821.676938736739 -774.6039039800661 -713.9374646960937 -568.1999258913604 -305.9970296522919 -285.3970993328744 -254.35462542043055 -255.7109592315477 -260.06688517687326 -328.79622163265566 -556.3243636003408 -573.750940104486 -444.0541812784421 -424.218306174431 -310.29731043506325 -269.1295807488194 -272.7996241601157 -275.2580620213799 -281.8500051674945 -298.4202092572348 -329.97748918633147 -487.27395992691714 -678.339399842712 -750.5469544441094 -810.5629947592846 -820.3630956354456 -675.7573577775069 -519.5099873299474 -284.3007390219249 -269.6578856150141 -248.91871531148664 -251.72110048275013 -255.88799190874792 -327.43888457310493 -549.0675955788532 -555.243506780632 -441.5703511706286 -422.9736940558342 -317.5136518946006 -274.18336922474174 -276.50524572510784 -279.729357946786 -294.1738530006321 -311.8664118231092 -327.5811521054632 -483.7460783314902 -669.9456855579712 -740.9771002401999 -809.2796201771808 -815.7071421334084 -677.2122123589253 -519.4864742558251 -283.57046194222386 -270.0949308299055 -249.09795830551556 -246.58422124743927 -254.3086141520392 -328.39728225599333 -547.6689895761091 -576.8816128918986 -445.6189827061328 -424.07509659339456 -318.526105775388 -283.9788906573526 -286.40534026598243 -292.57926265923817 -308.855783186935 -325.17963099387214 -337.3351498226104 -482.9095222840428 -655.5125614546902 -733.6633812869644 -817.4892686088796 -819.7264040241769 -687.249223805193 -563.0458724617287 -301.3494213391437 -272.15083454414207 -254.57397981025008 -249.28417798754364 -258.4647480261382 -314.76617585606203 -530.3603443524884 -582.4671774817548 -456.5395298073543 -425.0397482153248 -312.15324767300564 -269.19085441211746 -267.0767738022066 -270.896267712513 -285.6157851699789 -302.66963696603324 -326.55086666993566 -479.04842696918354 -676.0043032899011 -760.2607453101326 -821.2000442636469 -827.8831664763139 -688.2418017439138 -529.3347827238459 -281.9671257842076 -263.6546517067271 -249.7082648287878 -246.3889715878829 -253.07749084809325 -321.8628790855393 -541.6360009647722 -550.5549060018175 -436.7611604961767 -418.8314603893973 -317.1735738028351 -274.53208849190554 -270.927554571233 -277.3938268809885 -287.404298433442 -300.0166862935863 -322.5394893693253 -475.4885063187755 -671.4249061006583 -749.2883035080191 -811.0398929768206 -819.9266063907255 -679.53219661693 -521.5898566392096 -284.3563642220433 -277.2771015341465 -250.39424482470196 -245.7234710097913 -254.7200427184624 -290.67541325428687 -442.0123247086542 -458.8536934936028 -516.763592898237 -441.3098131132948 -331.3436390518612 -283.80722128009194 -275.5769295175437 -281.27959662285224 -280.11404230362695 -277.4231479153683 -351.42413740982425 -480.11696439493886 -639.4517785760876 -729.6160976699286 -760.650799272687 -762.8720538487548 -696.6964418452466 -536.0230156471721 -297.35662180027657 -294.48573408964666 -262.94664114040177 -260.5746866467784 -268.1529418539405 -277.284455059885 -419.6896424807737 -497.9022687463331 -493.0551870162996 -432.6876176943513 -364.8204755885829 -291.39901547733785 -293.9288764190112 -269.09325896746225 -266.2822895719576 -275.8097261417243 -327.96794404555664 -456.2003039781238 -635.0058042014003 -732.4614395836134 -803.1650669940873 -750.9336660208374 -689.4465818901165 -542.39338637631 -279.91479293420736 -263.99555940233734 -245.33543362383296 -244.67295891527428 -250.75805776784208 -320.560539130354 -542.9336251902016 -559.9520929123325 -435.61855800234775 -420.28737029473774 -309.7807203173844 -273.5885739561572 -271.3539331041976 -274.63130337727574 -288.277975546979 -301.1884707106356 -321.97801715139366 -475.9940935532601 -669.2214289038213 -739.9387777149565 -806.9716464990092 -811.5008600145517 -671.9949377305189 -512.7029878333948 -274.65601532709223 -263.5945078182895 -242.95818878924564 -242.72494627490408 -251.69698689379467 -323.7406154555392 -537.9675244049905 -549.3184540697262 -435.635535174738 -417.2509265690076 -324.9952762369594 -277.70420534163486 -275.6968604097992 -279.93961787741887 -290.2741395611632 -296.8741625021701 -335.2542672783184 -481.03815892373456 -666.366904919487 -747.7393341547677 -813.8963382174717 -816.9262092923374 -681.0617731479812 -523.7415358487768 -275.8920924039518 -258.44211930660657 -249.11713252765563 -241.4269761440516 -251.4007771176161 -324.2900721583852 -539.8006975889252 -551.7863709383478 -434.5511434744405 -417.4562913082657 -326.6739857177691 -276.92819757636846 -273.6182559454896 -277.5965557411768 -286.8044417017188 -296.550982243507 -333.40187015244953 -479.96222170428695 -673.7149230041256 -759.4148923451334 -815.0780445005669 -832.4310321202947 -698.7158659465194 -545.9006066618756 -296.9911264946731 -265.65706265330203 -254.67191699668092 -255.4617485855571 -254.30017135421065 -328.8860645864867 -558.7108672765493 -554.4312638477273 -443.130080565817 -426.709814754761 -312.0760445722039 -278.0219595317941 -276.6982575734979 -271.2271294106004 -287.60405907061096 -304.22127989296075 -325.42082402734826 -482.29131174242383 -674.9400264872864 -757.9157127284467 -824.813084585696 -836.0552019125422 -694.9231608591751 -535.911867664636 -289.0651501074624 -266.4826511375588 -240.25099690242587 -245.8243252029335 -247.67315309186395 -315.6242274088049 -545.3490701268641 -554.1337668244581 -427.1437411154001 -417.263187390069 -314.0906756040877 -267.42048409869057 -273.4617552942084 -271.2406221863003 -281.46544802565177 -303.05739214986795 -320.9644225331073 -479.0174396931552 -665.7479422419461 -744.2478033556986 -808.9668759695803 -810.3809553830691 -670.7722019188582 -519.3005251684713 -284.8606477497948 -273.40087634583466 -244.1069194340161 -246.16446623096252 -250.9625866396502 -283.94708591229124 -442.0233251730239 -454.9423324343978 -508.3588034274578 -441.25316002336376 -335.36643556013433 -277.5955397856802 -277.9092649949843 -276.08592356644243 -269.48420696342674 -274.59246801113125 -350.44617329775707 -476.8541648386392 -637.8926828287354 -729.8070382877651 -760.5626205822302 -761.6182703091503 -697.9433011301909 -532.9264489699898 -302.6040881635274 -294.4104470059464 -256.68641519476574 -263.5771634766656 -263.0568882519356 -271.0789951525013 -421.3762182836877 -494.6055559430405 -488.83221836371774 -432.2582801202059 -374.71799479217873 -290.17555080568 -297.77104104545987 -268.35442244280307 -257.7455645506922 -275.6584511067414 -323.4997201040998 -452.9804268140732 -624.787757172856 -726.4430167818184 -791.5726196409906 -735.6231073145283 -675.048862604026 -531.8324382508341 -280.96448594389034 -264.02906274306906 -240.05461308293883 -247.7516650135243 -251.59118674028403 -318.9531954196649 -545.4675779100179 -547.293728885361 -433.77440661932536 -418.471416560239 -319.0714810866018 -272.1033521990313 -275.10599862024515 -274.6424922853316 -282.3803497236783 -301.64925505413515 -325.7151058631026 -478.2326406459552 -654.4101360184696 -735.8536989559875 -801.3720671802099 -802.6606545883918 -664.5760059676898 -517.6385519876238 -279.4924071552621 -258.5280816680443 -245.33623853596825 -243.6509179720555 -250.9069759202126 -320.9352825082244 -541.0954121415499 -546.2778012516517 -433.04788007680014 -418.8598572846876 -321.17860430364186 -272.4681670222639 -276.2782461820178 -276.8074353372284 -285.1444575000488 -299.55762231131683 -334.68331905033136 -479.2321571253575 -665.2927958974171 -740.2632168089033 -802.9204865033128 -811.8823055809748 -671.064481804121 -514.7848627801575 -278.2591991847168 -260.83993047115683 -240.4044401319747 -244.99363389724743 -249.32165196109247 -316.5078294155506 -543.0127596798771 -544.9304413985885 -428.1679449069009 -420.3821543234321 -324.4180752664876 -280.4998353776921 -286.73916436308 -290.9924324441871 -298.7447489735002 -316.76443089451345 -367.2443883818628 -505.131912161221 -669.3610913172625 -751.7987119891484 -822.8728410182891 -828.5976366868276 -692.6454429833757 -540.8636026929073 -285.6393364417482 -265.76262307262067 -248.5350265078637 -244.39301473899909 -253.6485368695629 -309.9078092894724 -524.7597104065918 -570.4927193460992 -441.217100682559 -423.6381601368915 -308.3788055556817 -274.49365043969084 -274.77780258971654 -279.30378355948994 -286.97036811196614 -310.1110961484397 -347.5295658305794 -497.4525107189389 -696.5587342307911 -746.0503928703448 -806.4075953853397 -819.6914139985296 -714.2902663684652 -552.90387729928 -297.9130695394423 -275.3776874433591 -248.51913113962036 -251.0784625811089 -257.7500750775064 -308.2439015570683 -530.6670825662463 -572.2076413445973 -451.94679807972426 -427.001738095893 -312.92737665343947 -271.88018026915245 -271.46850677102896 -276.16266370486505 -291.42625953465 -308.980774922944 -353.51081023246303 -501.96840104497016 -694.7417451630515 -752.6205216818437 -816.7174392043963 -819.8448013795517 -691.2926001300398 -578.0110341372346 -336.37832183283365 -329.32261403432483 -275.2448790204762 -260.86019544745454 -266.93700736229425 -277.27490643388575 -427.65573082009627 -477.05134101889934 -546.3158468261946 -467.230911608963 -354.6444393479503 -300.4028214047845 -293.99526962150327 -296.5919185322954 -292.82830707544355 -287.6862556303547 -371.86992491742194 -533.5179288085961 -637.1855583077295 -742.4727839575602 -770.2950089884641 -771.7691688874166 -713.9809555473379 -588.5517550172073 -347.81928635844287 -289.09300307540144 -279.6795145036002 -275.48272302093625 -294.82593813021344 -453.65745837585 -531.1085300554187 -519.9326355540977 -471.0109854425452 -389.1206565616958 -319.64628121941126 -313.1681211619589 -290.7422604263443 -268.1310513544983 -261.17673340550783 -323.3430038898938 -449.3351108674894 -562.7647297909725 -759.0323794755304 -793.4179658649265 -740.7982399906317 -683.6247061052125 -535.384604662996 -315.00571691965706 -249.9286755210581 -280.3824135496909 -282.0693745088161 -274.7007726780069 -340.18031170447364 -566.6129452695997 -627.2875519424254 -481.0796943847665 -443.28817853084 -324.24272436440555 -292.4750475964094 -291.46145216128747 -289.34547850751466 -314.83862333051377 -335.69005100721984 -367.491074521524 -526.9689508618749 -636.8571256261009 -744.2848764782021 -807.32596156108 -814.2215587922725 -678.8201329867995 -528.7708703003503 -274.7746875824087 -273.8979410662537 -283.217413082478 -282.66609345398405 -281.92308595267326 -348.9463847105612 -584.7470728517955 -625.2657016265163 -418.7671902619807 -438.6122948875975 -403.5654698206321 -364.64552226001297 -390.0185722736553 -396.7632486352677 -406.5165976588422 -415.8363839285842 -479.11575824836734 -618.3569469930234 -688.5869420354749 -831.4775596410499 -879.9762451558919 -871.6883910656361 -704.2469154512058 -514.012532033257 -273.45146330148225 -248.3798545693088 -232.7844343512056 -231.83575909892932 -241.5244357832993 -299.7377813538425 -523.5182897233328 -597.5689970420829 -441.4844564076572 -480.0750076307014 -420.1279063968895 -355.77924985913387 -368.3512566748612 -377.9880333372004 -407.5603663945832 -427.3591636226597 -499.45731243112624 -651.8193891208317 -718.50554530724 -852.4165264017588 -922.0308918138672 -908.4811915243372 -721.5337293225178 -575.5994666690651 -325.658741872216 -298.7559208052477 -302.9165206733264 -297.483317563427 -316.6953596342446 -301.5014376541017 -554.1196901050745 -638.8869777343407 -459.0926288133349 -452.0767885547517 -319.4037310325124 -273.3700466402081 -275.1934925605571 -275.7211981795713 -325.0957721503911 -354.81455168558483 -339.21097243416784 -521.5495632258477 -638.7709588765915 -737.699650487192 -804.9173372555841 -815.8314319391571 -668.7347652939684 -522.4295505875729 -314.49581748561496 -293.940993741454 -268.68805050465375 -272.9130865842836 -274.803466644792 -340.4556622400584 -564.9384191749787 -614.2539559577707 -484.2412703395871 -458.8902142261132 -345.46967693351814 -305.7300959923565 -308.69646814290803 -307.748809493586 -315.56835088466534 -312.9258014915635 -343.99363785195965 -491.35632636972224 -643.4420213706734 -743.5666557273629 -805.9768297484661 -811.1478327994167 -681.2580248370655 -554.520756750319 -300.9007159977401 -293.8860550759597 -262.3467164027431 -256.67752904486946 -259.4663589863718 -277.0828359022153 -431.5966626883899 -469.1825556030416 -533.7672854905105 -450.4253115989357 -327.7059137089358 -283.6759468562108 -276.0251797333818 -280.7307043192028 -273.0443110901541 -272.2632516010378 -355.5501033359837 -481.9856123826991 -598.6676891152156 -751.7062026825155 -774.9536643841151 -778.6887727130718 -721.7691626138351 -547.5625759227972 -303.08469674481177 -300.1877289011432 -258.4577452873391 -254.57234724630723 -262.8826531930081 -272.21260674597096 -421.2632040501135 -519.8555386273487 -496.9075487012864 -446.3946787025968 -374.37031275904616 -291.6846018103911 -293.377141423047 -261.1470921385853 -258.39457781064647 -269.7241833513847 -328.3625373827163 -447.17774875355326 -593.3554662119035 -739.7022183900723 -803.1115336383558 -758.4156603621944 -691.9948612402039 -542.6947535307233 -280.16360554514847 -264.3090034379477 -245.20411854109173 -244.32525097580583 -251.67606237082083 -321.8855396887691 -542.4054790394268 -567.4720985310747 -437.96648219413805 -413.0165772254002 -311.209255543521 -269.71006976202904 -267.19819639049746 -272.4782065224412 -285.8805142286364 -298.72895412710125 -324.6296979487129 -468.67806873518833 -628.2497382599809 -762.9017484020117 -818.376032829999 -835.3605924041698 -697.6081598578501 -536.7540076620895 -281.71484704731824 -261.38771169473256 -247.03178548821876 -244.4833857081284 -249.4903110950794 -321.4650076591732 -541.8778364439669 -567.7350722587432 -439.1106765618367 -420.04290421091895 -325.8435857836688 -276.0125993455221 -276.3574073797961 -282.2316558764048 -297.0858886342411 -306.26468656992523 -351.5306431911976 -505.4568642280103 -630.0647467086515 -763.1791640042603 -785.6670473437588 -800.9428624111081 -696.6997976039905 -534.4413933873137 -293.67677595261205 -270.89918948558216 -251.47814977205917 -253.8315148574174 -258.9252841423072 -304.69504481553633 -548.2854117756149 -603.3044963000038 -466.2188913017003 -429.9908038342413 -325.4264980480124 -269.041414861259 -272.71987161630307 -281.9907081278912 -282.9133968173663 -286.077110835884 -306.7890554346864 -479.2908254808034 -628.2775072871868 -734.354557509545 -784.0095817681421 -800.7174870817419 -665.5539297429208 -537.2167342073 -328.20516435089496 -299.0197218266599 -275.58618965956174 -271.9556008204886 -273.46404211092107 -308.77045871440475 -533.124182643317 -586.8937711541166 -445.8177116822727 -419.57746831756987 -312.7478793854855 -266.69803426096 -272.7928617606128 -270.9860026672379 -280.6918486337671 -300.3962282254163 -324.5283481257278 -471.81810885484 -624.1289147448591 -756.1331758123051 -811.8426221018128 -827.0561412721444 -682.9897604480358 -529.107185085271 -279.6228760922401 -261.9473679455029 -242.014429614519 -245.5198014789933 -248.80444478567992 -315.7249973561278 -539.5824637444945 -558.0265576315898 -428.1782147048247 -411.35302939082266 -309.8933171214158 -264.3005996048437 -264.7810672907938 -267.2549208513366 -280.21053703284383 -296.33529951129026 -320.1998634597088 -465.9542141104168 -618.4184491373024 -744.9701834612605 -811.593345600285 -821.1248471076381 -676.7709097433486 -522.8729295611467 -279.38479147973646 -275.0755643964592 -241.57426060855155 -243.2678109820453 -248.3998067395804 -283.4812004916448 -438.48103093527214 -451.0033903159799 -514.009150856765 -436.2092014434492 -335.6433728218055 -285.27287766697856 -274.05131744627283 -277.57277202392186 -271.5424884363483 -271.10807871315427 -354.02994037222857 -485.2168815520507 -596.9027494098518 -739.1616858709896 -774.1169413380009 -777.4301911289641 -708.5874660162029 -551.3307887285903 -302.937248142264 -293.1438662465178 -263.15605913159425 -254.6831592586736 -264.64515499988994 -279.36551155582663 -423.55118923217753 -521.5205899646629 -505.5228809295292 -431.03681144552735 -367.9807850088839 -293.799241253069 -290.8917395268967 -265.7027181107202 -259.5969836415764 -270.7682624061396 -329.81234841986765 -458.1147711726532 -578.4774939817223 -723.1573071555572 -792.7637980055467 -732.3661576939224 -681.0296831022739 -529.6168086031748 -274.88946628503624 -259.3491527757699 -244.79078127834657 -236.97640928096376 -248.3655363893012 -321.650722727703 -535.1817123804335 -553.3166820736448 -433.68687211678827 -413.3141661871349 -310.76484490543135 -268.06305550543635 -263.684439031237 -268.88848025657376 -285.6128901147431 -298.12615545538387 -320.64808482988866 -463.7059374364391 -622.932748033561 -742.8143587646683 -815.3620271775591 -816.500969410677 -685.1290654963091 -526.0091977394063 -276.5734853062044 -262.0945677164118 -242.841858856591 -242.2242376302752 -249.60147473591556 -318.423632820303 -540.0956546872695 -560.4656487588986 -431.96056569004776 -419.30762149386646 -312.295421915744 -268.13129486292087 -273.68269975196944 -279.2099913187821 -290.38304900977505 -312.5346798421833 -349.6369367853624 -508.0476874024955 -634.0795368425879 -697.441822886808 -797.6567660568666 -794.0359179389388 -688.0819425709235 -521.8333929836056 -278.12846930374536 -256.6897156682452 -240.71665429718288 -242.37474588969323 -247.50252292828097 -317.060764228969 -543.7318129245434 -552.8559007428358 -430.4586688931715 -420.3348550974688 -325.01035420443264 -282.5214199693104 -294.401159829983 -299.4203964231689 -298.694237719744 -322.1119046112803 -347.7322057096308 -495.2273576900895 -639.9526321188789 -704.41099683084 -789.4374003234603 -804.7745284068732 -674.6573740355508 -549.3243337177345 -304.15058110843034 -281.20276126769096 -252.9264179484871 -260.7257240676145 -267.9133087905967 -306.6396588714222 -531.2835587198937 -584.1110002896982 -456.2159236592931 -432.9482705383636 -317.4604126158134 -275.9529401776884 -279.43017954988164 -279.38312453662024 -291.8729279300949 -316.4717938621918 -354.62711193953936 -502.0975171633353 -636.2961292930244 -722.0172822717169 -809.4937443161446 -823.3952664745163 -683.9594367324878 -569.2337752339259 -318.4627838367864 -294.60866420716474 -273.0006747325642 -268.654667241943 -275.72894771350104 -318.6205601049612 -536.781671749156 -600.5806310364949 -470.3296343187196 -439.57049829844414 -322.8628534069845 -284.78673490419186 -286.6585309998054 -290.90566921713366 -306.28153736650853 -324.20216296383586 -356.1395754335013 -503.56653100860274 -620.0757025143212 -724.6124353600541 -814.3176334006597 -819.8137791857949 -680.8002945108898 -561.0176036080135 -307.5891844234329 -294.20628252042815 -257.7282825735221 -247.2873502133459 -254.21643734580636 -291.15966331456644 -439.7451739500018 -453.3802079843091 -521.386756468773 -458.045144121816 -381.727460268852 -316.0940766555598 -311.35601251545467 -316.47028998361776 -303.3784639651622 -292.819444894424 -367.2419622577134 -489.6407696080032 -611.5633689592084 -703.410305092546 -755.7758190388846 -771.3991895603933 -699.3356841562868 -567.5614548229348 -321.2351068178505 -315.324514696222 -277.0121323765119 -270.1437760480705 -279.7673706882131 -286.64599276645816 -438.6651404760446 -495.99956894246185 -482.0911488945101 -460.65529327413793 -396.1986804933433 -311.57815747250925 -305.31336777526195 -268.3775622404961 -271.163401003196 -287.8608282729388 -362.6820078277522 -500.99383819406745 -602.8220055119006 -719.2488682464904 -819.3363810319076 -772.1943149151487 -704.6542626210878 -549.5875367683658 -292.9824591610965 -265.3800003103201 -237.38287271046812 -243.55368377113243 -244.4432499306241 -310.0383610125756 -540.0616834766147 -545.017482003165 -429.9535006078912 -431.8981591428231 -339.8316898786533 -285.6203003148534 -289.5520189430267 -299.77186409688034 -310.107566085021 -316.85621790068467 -356.9632459061487 -518.0289899056164 -607.1232648047624 -703.6942563451864 -792.9910904739334 -805.8318381574529 -676.4988450868441 -550.767382834287 -304.6375316461157 -282.88793881661894 -273.117829693468 -273.68522886260314 -282.46837011367643 -333.7348744629346 -554.4891333506324 -596.7360196414074 -453.3635609657842 -431.4687749373045 -324.7899159362431 -273.7624444840242 -272.17128167820306 -274.5436211933504 -287.13661843116813 -309.28766599158047 -336.8574422106759 -474.3185099086075 -625.0437220178756 -741.4263105472968 -826.5393330912382 -838.933835204286 -703.4544007656946 -542.6283029103961 -293.4194187655797 -273.0747342535504 -250.53110409303352 -253.71391823819997 -258.9281306879694 -328.1025089165527 -552.3061592546883 -557.9352136488153 -440.0184777278823 -432.70327328080026 -344.1882023329208 -290.0152257811806 -289.52052630291524 -284.0362023316461 -297.4501924711451 -319.7824004402679 -355.97861190660075 -497.4477780599844 -626.2498773333211 -695.9156469266331 -792.9210269702661 -798.1120277588655 -697.9777889339708 -538.1656992524871 -292.203479255963 -272.6169504880048 -252.49969529615737 -247.8832867893269 -253.55922018679885 -324.1528610872756 -550.3425798437029 -553.6731761091745 -444.7571893787721 -438.98210452604735 -356.1469854981996 -297.53254812742443 -313.3796966375654 -296.545087725952 -293.9565654986613 -297.297740272518 -356.09864045828124 -497.7363764021609 -619.3545269858163 -718.3385072347531 -817.1269952017444 -809.9554639314913 -674.3265905481577 -556.6523260696913 -305.55554254834976 -287.85963924521485 -272.13785530320433 -257.27371354726193 -268.72858362074186 -322.3410111192795 -536.9022108418012 -562.286757495885 -416.87698618437145 -421.2608321581036 -323.17779922537466 -291.34097915679644 -301.6820666329902 -312.4439206691936 -325.0917834775525 -325.9736080854842 -375.7028569071867 -504.2325878196781 -619.6981746970354 -718.5188564580756 -829.7145650117279 -822.9162009937995 -661.5626768578851 -504.2809474771384 -270.70749252983006 -255.77605310358564 -235.7382118385971 -229.8246595327512 -270.6793852824016 -302.0019726047699 -460.99498271493 -454.47566741045983 -502.2540884502213 -489.5859075293814 -386.54992610901775 -323.22062697257746 -317.9686380489703 -327.7463798437963 -334.19695932072204 -322.04589981210364 -413.00891557025096 -508.6561398483773 -602.6634463852934 -725.2697429446802 -776.0450414623206 -778.7937821286833 -676.402438477536 -514.6960115625891 -304.40577368833965 -324.73513060186616 -284.3008366475763 -289.1421164415156 -315.49489841874885 -321.595686022419 -421.8405341763684 -517.518216145967 -512.2658587210223 -432.2028659361039 -371.35066154601054 -279.2120639030392 -289.11445161682207 -263.7289813214996 -274.8520820704354 -290.93696094053047 -376.7131582031376 -501.80817127452167 -588.216086285517 -720.7140413085907 -826.0793844537733 -767.177490530057 -698.3210944154323 -581.5484746136448 -325.4190820254653 -306.886014204547 -260.8107290138683 -255.04963179340447 -257.58455294926904 -305.50605439571166 -527.0787049051003 -588.392508823147 -446.2211468294518 -422.8608449549852 -317.19479437443056 -285.54612138204715 -284.97879566046134 -287.05933692039747 -283.3910774576493 -299.68996673242265 -331.3748604386548 -474.7819615113285 -625.9556432971166 -739.5460868392768 -791.2481496718776 -807.0541568109205 -700.2154290641937 -548.1298057557321 -304.23128046276366 -284.21091920998373 -262.254264628772 -258.4413318643293 -264.1141717799039 -309.73224470173324 -525.9619145637569 -568.9346386374029 -448.8242453450482 -425.3226696990522 -317.9411921698024 -275.82194335700177 -276.5897846360206 -284.64795097877186 -297.9872488140738 -319.9621743373584 -367.7087122777672 -529.7457348702826 -607.4809984627781 -701.645043643905 -799.5286935710366 -804.8178632365942 -676.5363344276635 -549.7198422273297 -302.56810443788027 -285.40099850247867 -262.9843406087681 -260.1494639378749 -270.1025199939951 -313.3099927704887 -544.0025634396857 -591.2715199332822 -480.5468133132752 -455.16158883646 -352.696935082113 -306.96047381150913 -301.02214081159565 -307.6016126237309 -316.8421896776753 -328.0913149468934 -369.3951293665783 -520.6059583983283 -611.1419833802333 -713.7328839661498 -798.6933954775785 -810.0540312341611 -704.4263330170373 -550.3307395233381 -306.1293686807595 -277.9954608579446 -262.5360251174117 -260.6822516644303 -253.97261002841464 -310.04107037723986 -529.4631294823217 -555.9729492453337 -448.9185155573722 -430.4751505040285 -316.301827073951 -275.92640563354 -278.4871765867733 -275.27647937921813 -288.4975597757238 -305.45891462826006 -329.49323585102053 -493.2876550004476 -623.6368291002315 -689.0267610857971 -786.4370701318333 -796.5330897757069 -690.7556970039443 -539.3120518955778 -293.10213637067994 -267.6253221127209 -248.7739185538159 -251.20076790485888 -257.5617606137793 -306.6132753891752 -526.0939498942921 -575.1517168039852 -445.997906990054 -429.9728806980943 -309.65131136448286 -270.19856819251584 -273.1760107377225 -274.654927660576 -285.1707026788234 -313.3221206350927 -353.3914596042597 -496.35207672576325 -588.5702639685702 -687.6828833155207 -776.5001374975569 -796.6135257450771 -689.342488692214 -566.9169763858291 -315.2968146018351 -300.33696827233626 -265.51159256635134 -259.15288441544243 -266.9201421696355 -275.59983048637446 -434.6374776088234 -472.4176423952832 -534.8081863557371 -460.59221937170304 -333.39148227544547 -284.40199809404214 -275.5475933054833 -277.7813882643161 -270.08473192566146 -274.4396069665655 -356.33945170362955 -477.0285439235416 -603.2171173823292 -718.2780651509879 -776.8663892470267 -782.0943490653939 -714.3197994659458 -546.1960091729635 -301.8177614841831 -303.7046263349072 -261.65820165874874 -261.6507920428173 -268.4884460029486 -275.66722186376523 -418.8005396879349 -498.295858013267 -488.7755837918871 -431.1543569795085 -366.429167431092 -287.1067956358451 -291.59616459501257 -263.9751706947959 -258.4434366560484 -270.37726988396395 -326.97042413932525 -444.89838861019257 -578.8653812112152 -678.1287234235372 -789.529805624892 -745.7899541787575 -677.6591236607733 -526.7347799770635 -273.7275445085578 -261.03215666915 -240.81326433862864 -240.9359706076089 -244.77962914037863 -314.1703373588564 -533.4041004228773 -539.6491251124395 -427.4261088961431 -413.19779959057576 -318.6829013652007 -268.34341065559954 -266.14116182469513 -271.62772850144046 -290.1377455944239 -302.8509162334237 -337.16037737495753 -490.8949025258728 -619.8018969969602 -704.9264534438059 -783.6847441828562 -798.2899962527267 -694.3202196135758 -542.6703554768642 -295.14720454233674 -273.1636041750317 -252.31334448582413 -254.6139837773411 -257.95668290396685 -307.21413098283574 -530.4867490530638 -570.8585280806248 -453.0319584568417 -430.60214753354205 -321.27695811703086 -280.3390678025893 -288.9978212828487 -286.2980731794324 -303.76879889660086 -303.6989367726084 -320.7467181080368 -474.9788312594296 -622.5185546549098 -699.4086915178922 -807.4330013469078 -809.0868337193796 -676.4137629203037 -558.3491120257165 -303.1879322032768 -280.72658255245045 -260.8337213261911 -243.77456442007963 -253.86111478936695 -308.90943874784244 -521.7540003132779 -560.5354322924641 -471.1198580277805 -455.7208740886492 -371.7730731632522 -288.6473047164877 -263.1129193127009 -264.9826804192621 -301.62240861803394 -319.6452044315424 -379.1981544662902 -520.3604709006199 -594.5633053877377 -693.280505625383 -808.3687066950131 -802.8691018324474 -662.9030221696404 -511.8837950953453 -279.7187509954604 -283.69334184653223 -262.1734393124574 -264.96350566267984 -268.2460416036871 -316.58695100851725 -556.6685005137102 -563.2394458486397 -429.9610044411157 -418.2291078406797 -308.81694956260094 -269.59313610272693 -274.578485462356 -283.8263317963749 -288.46708018878786 -291.01924413360354 -356.95522273591 -495.3567355069988 -599.9133076206593 -692.8985749834844 -813.527008757743 -817.8568546079589 -682.1887658154083 -559.3935809805587 -309.10427139372405 -283.5933892774279 -256.0921114773581 -248.1553318876494 -253.07900008935584 -303.41880858625 -494.99362670118114 -558.3941102892893 -462.09556094696734 -468.9891047292829 -358.5020884292562 -279.26342985942483 -259.466147644515 -272.9748403706795 -275.14043220421894 -296.48119870193284 -351.122874785284 -489.8269669290132 -598.803982950444 -685.4373683351828 -812.5988724934226 -811.7877961404974 -673.8962737251358 -547.7075814248172 -302.8390275238171 -294.8998320542667 -262.6187660241103 -247.8328969688751 -255.84680833498317 -270.3997698625916 -397.8857377038695 -454.9186263676578 -549.6891975455975 -494.626883504053 -389.3191890997185 -305.22416635235686 -286.34882685927687 -274.04131407058213 -279.3677788179884 -277.8835259720231 -401.7825946198881 -500.24264532042326 -551.03704683688 -677.1464335632543 -776.4179582110796 -760.70390381759 -695.1932833679451 -555.5489905120203 -323.5116633620555 -308.9773801390928 -270.42690199892417 -265.5915594931255 -271.86212685844106 -271.3909018326124 -407.67131593929287 -488.7279053049013 -491.479327063063 -475.3378481858733 -393.9711187469732 -280.01199557357603 -298.7800545340994 -286.19367106250854 -261.282362120564 -280.4772244833658 -350.6708975298483 -457.6991744782515 -603.0279355292571 -681.1627716073996 -795.8506151636108 -744.2213816552058 -674.2884789041348 -559.0646348704582 -302.51153427047404 -269.02733093428753 -252.25946277692245 -245.6355673518535 -248.9567463230829 -317.8582666525288 -519.4131907043052 -555.3540506137016 -451.893856590457 -454.4559248509217 -365.4110436243772 -299.6239097919365 -307.06767149555185 -309.9745305726272 -301.1616294770857 -308.1012339223358 -349.57817625766813 -526.6612466481139 -629.9330652635712 -713.7308857677052 -814.0859430790464 -805.9444978381752 -676.2228042036766 -557.1223383794453 -311.61806353718464 -291.64186020308784 -272.2961675318068 -269.40140463775475 -276.5165057604608 -322.2843543643264 -517.1850946071658 -591.7072541828778 -467.6312949471916 -440.67990058917934 -336.2546561116305 -284.24455283064475 -282.5547786053638 -291.86169171767006 -310.9596891631388 -319.27516192643105 -361.998583268966 -521.2563209354628 -620.984534447404 -698.282744850817 -804.4589611925152 -801.2824818340633 -671.3802274397743 -552.4705349258205 -304.4542448998054 -286.846206767464 -266.07308538100176 -264.7704047693729 -266.5939714242381 -304.82514956211315 -496.9795325696003 -563.5024001141005 -473.5789156086757 -464.5888392263412 -352.1575950475255 -285.58862635363243 -257.9291465448816 -271.98392319822125 -295.8509167502714 -297.7313744137937 -342.9358296646085 -484.87075920675375 -602.3440791498408 -693.2608953963804 -782.6553946219911 -794.9619314184899 -655.8705674066099 -504.4169885792483 -316.2703672575656 -289.4853980419388 -271.6475429165615 -257.12814565573325 -264.2351275561583 -313.63575920950143 -499.1712360545128 -581.4984736650647 -443.55692637606654 -435.86165709894254 -309.6726747566957 -284.6655676639648 -266.4783116434793 -268.4796755866836 -283.60755613445764 -307.8410219381768 -311.4957680470314 -473.51358834017486 -626.4682458966422 -718.6985017948837 -803.5241998637341 -795.0289888471751 -660.0546571257452 -507.4132643816185 -336.7292165042081 -310.2097067351854 -292.6285316240524 -288.8196608667155 -295.6374250643425 -325.85098026406524 -524.6142242988346 -587.7283482280363 -444.1774811823992 -462.9644955184341 -339.2725029945582 -295.097972253727 -300.87227044734897 -296.1410359639624 -306.6594177818319 -326.88403311733896 -361.5048251109149 -503.26791258337465 -616.5014133774954 -714.3553809689976 -811.0128700422026 -823.7060154148237 -655.3655440885994 -541.5155367429489 -333.06358616096406 -321.30401773287514 -285.61082632794705 -279.884493014259 -283.2922786235608 -288.4155750105409 -421.9161145867537 -487.0818537208564 -549.5235235160252 -479.4109889842604 -363.6395249370029 -314.89834509210823 -289.8803214971532 -278.6306528115253 -272.28348977986064 -299.05595309374286 -373.07372109368777 -492.6321830229602 -577.1310853698723 -695.0757929300079 -760.8126064944674 -771.9498470603189 -700.2484086519253 -575.1968997639023 -335.73957110257606 -327.9141518353029 -297.51461825243035 -288.83299726163443 -295.21644381524663 -305.84738239649715 -432.1042611152776 -504.3449394553054 -488.1840059253818 -471.90314792353865 -408.380560911132 -332.9565232279699 -307.26459818368266 -281.92877720349605 -262.3474477157047 -259.3599202324337 -346.3453174681569 -455.6691633525299 -556.887545882756 -663.8022758680387 -813.6288884168977 -761.2292667890154 -692.0846177817265 -576.5234806480585 -315.2191161633555 -290.9404927907376 -262.8383580080896 -256.74392504282133 -256.96906301692024 -322.09339719298447 -510.5166119872517 -577.5419093448508 -471.71591542067017 -442.9366102327708 -374.463578512273 -282.2684683555022 -276.6083363882979 -269.65895058791074 -284.4915026255212 -295.6050515765585 -334.74375634399524 -489.1093263136754 -593.0657392629748 -689.152134973284 -805.0929700274321 -786.3981527239271 -649.2717714469712 -525.5678470698363 -310.230203271105 -284.43939448738587 -255.65099152238471 -260.507388304293 -269.9883127986267 -320.4629530481739 -526.1871843614456 -577.4932402555781 -438.84967904161846 -408.0899207443868 -321.9544125983425 -271.1880123910369 -273.66302191086464 -267.3745897159295 -274.1724596553408 -297.3694986764962 -336.99709681308536 -451.90522482983806 -585.2329390952033 -682.4677058150144 -788.752164606298 -788.9172441213241 -654.5987140514117 -502.6590628169157 -315.3214216774321 -293.7954069582639 -270.7627152661786 -270.61140915052306 -275.7910230131796 -311.9771455170356 -509.0589956969389 -564.852521247949 -450.76628124851067 -456.4472629186408 -338.690605087527 -279.18653617487496 -271.07828610152205 -268.72335734503804 -288.2119523458588 -295.890032071966 -322.9998199446431 -494.6018495427113 -585.1026962101929 -677.2652877893566 -794.9317818095521 -789.2194304326321 -652.3605252393654 -502.86037681547685 -316.92711213369347 -292.3143183739245 -273.4313891039399 -265.8591870485247 -270.5068765311141 -303.3750331948074 -488.296774024818 -576.3141634521489 -443.1823454111772 -446.9112820829206 -321.48392838524217 -257.0837730782101 -257.440373146746 -274.02463584444644 -290.20429673524296 -303.86595037528724 -358.3665907082993 -499.9191806399662 -579.8131310247023 -684.7657893602354 -786.7521582300536 -802.154998570197 -653.967437853416 -507.4813848882656 -295.79420338072526 -298.6564469409384 -287.203454817704 -253.85454092976883 -263.9493794095973 -326.78435556883966 -517.6504866268504 -570.8498058929896 -426.4060124497622 -415.8653791648187 -334.0337333447326 -271.08389563064594 -282.08328213162895 -293.9052680567348 -285.8478439923708 -294.95450827515083 -348.7906810949834 -491.148476819793 -611.0028276430526 -682.9293271329377 -786.0999154003368 -791.9525883757902 -647.840067825002 -559.5322962354402 -301.3887442138996 -320.4983252315754 -289.1156496771933 -278.63562335623243 -279.39493148405387 -289.57932285408043 -412.7680523353939 -481.96340653145234 -537.3839336450862 -482.4205497683348 -377.6933653775589 -292.5754258263708 -284.8223096577713 -291.21786175975205 -287.27641891932086 -284.6916657389841 -387.9410175385043 -498.7603512544337 -571.0198518078679 -684.8541054471019 -775.1600796492296 -770.7730371631516 -697.1820368713315 -558.2957124435375 -324.009522814664 -312.60545586492645 -270.7478949849439 -270.43391078992045 -270.63395831914096 -273.3619122580404 -399.64143886233046 -498.5396996231189 -504.2583244041773 -453.8557689810472 -394.33798561706703 -271.9164617586379 -284.0172125443715 -255.4006090063715 -249.43700416399 -272.754096306822 -365.6833546460577 -485.1753184705914 -564.1758049989411 -687.2306586398129 -795.6880192376931 -731.7822849098474 -662.6245092875184 -559.3160009184666 -305.73756571281734 -278.38184919631925 -249.9803245879106 -243.7157276699769 -252.47762035154068 -303.4454802885681 -482.8598512261336 -566.3927726056028 -463.3826434186027 -456.90381175798 -362.179361025034 -299.40140294148864 -284.8100230884544 -275.5066638054176 -272.35365794679296 -311.28799172543347 -355.94255775738515 -487.9700436495396 -580.2115697897848 -688.0948472529789 -799.648560535114 -792.3252331752898 -659.4268327834998 -503.02144247165535 -315.13642949896905 -289.1114726599133 -270.0433148036903 -269.0777516547361 -273.39967579650227 -317.55890250350734 -512.4635558748636 -565.4779678047777 -443.995996406346 -419.4652998841461 -304.59233820443046 -278.2096785637546 -286.1354889972908 -287.7280425467808 -298.62496915839125 -319.6174479427877 -359.2306842417875 -487.3719637044088 -600.8933776206453 -713.4403111308216 -810.2421027123168 -818.117000378643 -653.5681315063678 -510.3683619787617 -277.7923582623788 -289.7094251482156 -276.126825567534 -265.3731903972413 -273.6075537872948 -334.5282049070136 -524.2518902474621 -535.3297674146652 -422.1018228816339 -470.78115905135815 -420.6876589697358 -354.5093268356514 -356.649217475382 -385.5951267285848 -409.9349321623646 -434.7642955415552 -516.0982234032224 -639.9211013113178 -607.0010011813872 -734.091613849343 -822.8147882392749 -840.8812164725642 -694.9027095347454 -536.9986469542218 -297.5913787995232 -285.1255450462876 -236.5817351851826 -238.72423303567257 -237.95913839639667 -299.03868989097526 -531.5099181925846 -544.338684318815 -458.6975026441612 -465.4843524027866 -348.1414119939744 -306.82860360954163 -312.1657756724513 -296.6875607728147 -304.7438501638265 -324.2674794283916 -359.7340052243813 -500.0501661829673 -612.9690969944186 -719.4255316073248 -809.2562729350726 -790.3765461672763 -653.5053617711699 -506.7974180657269 -340.6867081215028 -313.3616412459616 -294.8755134371917 -289.63977463051344 -293.69500380978 -330.66539550928235 -527.8787208276797 -586.3651727730355 -458.73530559750907 -464.72871981575946 -344.5881283529457 -301.5155068240229 -299.8880481697103 -306.315141771977 -312.1585821562137 -318.4743783163669 -324.65936275915186 -471.33835582332586 -586.0933328304851 -693.7059494255996 -801.7767287606224 -796.4864256287985 -656.1821475097266 -508.1862896201776 -307.79586241772745 -327.46234446662703 -288.4659949893846 -283.8691893470406 -291.5913192146085 -300.4927048458688 -417.520446882612 -489.9431773436882 -500.4553241371598 -475.6930693097404 -407.5254360769844 -328.6040185649456 -329.668109939837 -349.41511394798187 -350.5541008425618 -368.5062615043464 -509.1891412857296 -621.5650073785777 -642.616965593582 -768.231854281847 -843.5178907588061 -822.0703571935843 -752.0068522958104 -578.5729012450174 -337.66069384222163 -323.15772032506845 -278.38954727668374 -283.8836781926344 -287.38635046528515 -295.29970021376164 -410.2512533471275 -501.7242723542412 -484.3582661853025 -477.9036157746346 -449.65192175234085 -349.81655328063914 -377.7989293065476 -375.5584223233884 -393.0485688182396 -419.71859256104585 -533.2185496570663 -518.0813489514478 -631.460582540559 -699.208035099141 -794.5071698696389 -753.6740760055573 -672.1627459757503 -525.6499830845628 -307.0770874069939 -292.7254193673183 -231.68555677924056 -265.8618558426391 -297.6152728492939 -342.162732865722 -517.7126911327471 -564.1143241711203 -417.2955220300026 -437.4430238506009 -345.8199801420691 -276.563745012636 -283.9361743477694 -290.07230044778646 -296.79128710372174 -320.2062391404759 -389.69268102320353 -534.5380183958363 -607.10088479025 -699.8285340197145 -816.0212701680305 -806.5375049434709 -660.9278273615755 -507.5159522734332 -282.9974438443582 -282.266008469637 -266.4624090746513 -281.47096296244735 -282.31224424630364 -337.4237750063811 -531.4668791201274 -553.9826007257458 -409.7034873271367 -438.4292320068556 -352.0267786420772 -291.6152103429983 -305.69893815157485 -320.2099860111909 -340.8278069649304 -392.5370984976095 -453.90820167645137 -571.4326554793186 -645.7712886342331 -761.6918085498789 -863.176642065436 -859.9936281181697 -702.2734015443073 -533.4090263845026 -300.23486937734697 -266.8929137359129 -248.2414517255349 -236.9482401446681 -250.45115723167163 -302.3555272232602 -537.1358223392012 -597.7892444904136 -471.33038734817166 -476.2714059636223 -369.1165266958783 -266.9858542223204 -279.73136800144323 -294.323227825353 -305.3968438386172 -325.41918039356324 -369.7226576255319 -447.6594971045405 -576.22206863166 -694.9242410068028 -780.8944053638908 -796.7394818920224 -655.3771280929573 -506.1210211748365 -300.0825090620562 -301.65656157641223 -274.4626683113199 -279.7878047177067 -286.0648689189977 -326.0774051896002 -512.4574026227691 -574.1756167329712 -460.7602445056 -442.2535909313122 -332.78338739277933 -294.31699060105245 -296.6203935597586 -281.31077128701776 -280.7833870499676 -297.9921089436588 -324.0385998895904 -449.4800022585272 -590.7131723782826 -673.3671022075932 -776.4472026352126 -780.8488599368862 -646.365334410747 -528.7221746697389 -318.39292124458325 -304.8887341257063 -280.4451426779859 -283.15626360605773 -287.9726186907536 -334.93234902516303 -522.5571568764258 -571.8144817411777 -453.2625963488669 -417.25685504615547 -340.3314185274589 -263.2412718081875 -252.81188632742 -265.12351051316546 -283.23200139389945 -300.61659647510135 -345.3525491724088 -486.1931323992197 -583.7298416230146 -688.3843178201502 -795.874388628383 -792.9282914402306 -651.8086353457182 -509.3759150634264 -332.32656998343793 -317.570146554995 -282.1448510625742 -274.75735537018613 -269.51989065916496 -290.16306889482127 -410.3166293684214 -473.3427403377481 -512.4076803158689 -457.1030240635658 -371.0123994653373 -292.35306914990895 -292.2791963191208 -294.08057792881857 -316.52906343303727 -325.1811505766787 -450.2113903584015 -546.7778144396055 -580.7116678694309 -706.2701497964272 -793.435950201581 -813.985618967158 -735.2961008197302 -559.6159352671024 -297.5218001378129 -284.0618842386786 -245.9201931025408 -248.29284538733464 -250.2322067336473 -302.2524369408781 -382.7008703660173 -513.0965261522393 -458.6981013226209 -479.6836234334972 -415.648553310534 -301.48165180059 -321.52519968807366 -288.44486829966246 -292.1065088774794 -315.27752721562604 -414.89002881051374 -502.8716567043806 -567.7209528138469 -679.4012627263832 -749.9530911209959 -733.0025599044409 -651.2754179143999 -522.286176606194 -288.97614197502133 -277.37784273932635 -281.66675219002383 -281.51833834939964 -286.3590262973174 -322.9259471815182 -512.3467696972027 -573.192303516855 -434.66020069996966 -448.3628359110299 -330.7855097694416 -266.73801014721954 -264.52954649033546 -272.2929130277511 -291.4479207922577 -323.3014026799159 -397.3711926806114 -541.1693084536203 -611.8351724650754 -713.1892788184562 -780.2960060344467 -804.8334845935841 -663.5594869007759 -507.6787813286842 -301.8837929942236 -300.7774096706276 -278.6211380767247 -271.8022324209948 -277.34816644810536 -320.75494803265985 -511.9055225743582 -560.6835769249324 -431.67863231389856 -481.5025754543103 -400.27460040073146 -322.0967804159889 -329.6890584697117 -339.9761341207619 -370.4782460947292 -401.28988364282384 -480.1529713942505 -605.3267028731206 -683.9928015977799 -801.4920520331867 -883.5141282699743 -902.2326927069694 -757.2644672154674 -621.47992911516 -394.19612045516686 -370.3579971504076 -314.6880638407818 -272.7047432604979 -308.04379925096646 -371.49817643272274 -555.6765016850242 -596.2777917363302 -437.60097295810976 -452.5562193325774 -338.730878439418 -293.53973258953016 -314.44494380422145 -309.8636200312578 -321.75061264119614 -337.9694654195897 -355.91133558620686 -482.8697986065582 -618.5862596184644 -691.6781680102655 -761.5063021535697 -799.8865830845824 -659.0819041171442 -502.7928253391328 -285.24556849863995 -285.0029197869961 -268.03962768653395 -270.2127690292918 -270.38148723874986 -328.41978702767307 -530.3994443443243 -579.1525382306122 -425.1407372816992 -411.5785709029492 -335.6257958498093 -298.2509784854087 -299.92600920331535 -303.1827385624477 -310.8036907305971 -319.0182354970999 -338.321642893398 -455.3184546148338 -575.9391602710612 -675.3346648347912 -749.7858572650223 -787.9959375031086 -645.9626275620528 -497.52868563412926 -281.33004618874685 -260.70701514546244 -272.81120330976046 -265.5328154320983 -273.5314060772987 -339.8519593686857 -526.3304625696912 -549.9839982495582 -412.2690523797168 -448.83747055552624 -394.316255557144 -313.4261797082067 -314.7432325946783 -320.0757074692922 -350.2000359729778 -369.5653183041252 -459.0242428811058 -595.8956893757858 -669.1087293700089 -775.4681998583114 -844.6187356375085 -814.85327169976 -662.8765740093996 -502.3359328030952 -292.7837594603739 -305.21618954648625 -291.9228037032401 -276.34324596052545 -278.0631680028283 -293.5688565859849 -416.1353022234714 -471.1245795382657 -503.2749819069052 -501.7827271171894 -418.6558640663161 -328.3100303200396 -326.002255291776 -340.461587339401 -337.081278804051 -345.6268654059239 -478.7969310020391 -594.9994934659891 -623.4504764414623 -730.4553537698666 -783.011490744784 -767.7192978615244 -699.2548054421351 -521.6024053882081 -293.15813981284634 -282.893535618699 -254.21541162018815 -247.5176160177156 -272.27815041089167 -280.8370656586757 -406.3607399151931 -519.1804157743175 -500.4158507124652 -469.5051542874511 -381.1059547966975 -275.0608677618835 -273.3251290468495 -270.80069363218155 -263.7070027180871 -256.0211624015736 -323.702584041994 -442.495287648323 -565.0388869257832 -692.2158326413391 -781.7683817345568 -752.5831724632084 -690.1626549989015 -538.6411924357892 -329.4762764744221 -327.8004688260648 -311.49914699468974 -273.48189237824624 -290.139071309636 -341.9463761408083 -538.0144279523113 -640.7092576524075 -499.3136774909246 -449.041785640879 -388.6985984011743 -311.20968149447543 -299.3522842565014 -289.6627483969274 -285.2375413910525 -296.14823778661776 -393.183958786129 -479.6796224891043 -575.1076828937851 -672.0774645074266 -754.6301852234195 -804.0365715912678 -656.7277417566049 -504.6985468482527 -287.6739281443919 -266.25560242948654 -272.82377913976853 -273.849077792914 -280.6737704535743 -345.8547060520327 -545.7738578187216 -572.4525427142331 -428.7825102421672 -413.8455790471468 -339.1627604570618 -304.7119605508702 -310.8298410869992 -305.5114566690849 -314.06112051553464 -340.5030306569359 -419.3361658788645 -555.7321011027719 -619.5479481941002 -708.3171894657811 -772.3478750494652 -792.1764213759315 -644.6876653461978 -491.286389760541 -268.4972828611888 -251.9931798527991 -245.27146783209287 -231.67172464649715 -234.5451946810873 -332.41496295197976 -479.2287099077675 -580.4833504838009 -463.5149659337334 -490.5058366021312 -395.7882822345391 -316.9348845240771 -321.7688770345467 -330.70412782509334 -348.707964627584 -378.1986515035088 -476.20789822280017 -607.227087477608 -685.1027887419849 -792.3750395623641 -867.5966377856307 -873.3766653227053 -727.2711688355382 -566.285762544477 -330.17815347021104 -301.9462933978688 -280.6737498838855 -277.0256238925229 -273.5525039617855 -314.2580316203829 -510.8092202547896 -577.4366643251695 -449.4052087633127 -463.7392810492762 -376.36551176701823 -325.5276099394992 -334.8322928706567 -355.2705287592668 -378.5974240112834 -420.44469310632405 -528.0470643338107 -683.7427769646221 -745.2859899784237 -877.7415055691753 -944.1528449416602 -972.4039524908928 -811.9391406129533 -643.0923706729079 -393.8879388776105 -396.94726400376845 -368.27015117753314 -356.93663070532835 -362.33147736005645 -395.8461043011931 -591.0355797950259 -679.4296918413328 -542.298813187497 -604.0648893080297 -513.953148537592 -385.8152354588086 -394.6690602968061 -408.42086065281467 -417.28139083252574 -429.2367113458477 -505.0256812168778 -600.7438448130987 -672.2404770160607 -772.569067521614 -864.1302755003724 -883.6347079455776 -730.5442442879748 -570.5110465825617 -324.89578117955745 -315.0101759897802 -265.2903237017218 -268.42692620447315 -273.3283516835573 -290.99115161903626 -409.22532703344575 -462.5946347552813 -505.3012679955269 -447.1512209905087 -331.0004007508374 -282.22935225136246 -293.1258392404928 -301.2939046403276 -297.8516994253444 -314.7667907913768 -446.4670951686083 -548.8532761391193 -584.3482370860255 -719.7987029019163 -745.7200601809382 -751.1327934746563 -688.4739362201236 -523.6265825415726 -318.3050216081428 -326.68056931309496 -288.096706260922 -286.4164008153819 -275.4162991619659 -291.520266658664 -419.6490247020761 -509.1755996776 -518.6667064048626 -444.1620375421253 -390.465638083006 -304.2389578486363 -314.9887432506636 -291.29101388982986 -299.3431072343573 -331.2876109746692 -428.8033033190097 -546.1138364223904 -597.0422804462362 -716.5918999801752 -816.115615115838 -776.0107944056556 -697.1409683071467 -541.1936606821837 -307.7116277037536 -282.9193606579016 -273.55377912368044 -257.7637808549383 -238.76296703719825 -294.22033796177124 -486.7247098047407 -532.908608465696 -408.81314694072825 -412.2580490909528 -315.4490270110459 -266.64352476356555 -267.5087709561551 -281.3753655503713 -301.56856516215447 -316.3451509010702 -399.56525197537655 -540.9257178324599 -619.0237224652823 -723.923457289281 -769.1220340213658 -811.890241914938 -662.8410533426147 -504.0942364949568 -326.9176049922256 -305.4212857209594 -278.7796830046295 -272.7628446530751 -277.8496945702509 -319.61994077818514 -509.42228338838544 -570.7705098381826 -421.56598925322027 -446.3879166618546 -369.6624321008375 -308.9194095908924 -320.6233267983057 -320.302835469698 -352.32549637038346 -383.30905708103234 -474.691094836215 -626.2274793977479 -691.6934253202883 -807.7105049744412 -874.7565469135433 -875.3721386221578 -703.0559788855086 -513.0386997410582 -276.84307594661925 -253.633789604261 -234.3300272246624 -232.5125501211112 -234.15745113734755 -292.7434035999532 -514.0433170580162 -559.7131986245395 -452.96207170818025 -466.2420594184223 -384.6199172612879 -335.8338842692352 -346.15896030966906 -318.90903109555325 -333.6870935836882 -361.2511840192181 -435.21564397892223 -552.1351852523891 -633.752466187661 -812.0268207815453 -892.2270203323021 -928.6673190766038 -768.2540169430542 -612.7047370932896 -370.5349250957236 -333.61258896493536 -300.3009360230028 -291.63845781602254 -300.38868000250443 -361.6949180942646 -549.7755003030968 -643.8505274720823 -533.3012408533451 -514.4248526483093 -417.9953072807799 -344.4342801403766 -338.2713239079827 -353.786588230904 -367.1533279798717 -349.5235512379524 -469.6271383042322 -567.7325998418252 -647.8523712537385 -766.9715861847696 -818.0371060057437 -863.2898218250514 -681.4796162889146 -502.33576393260097 -276.3388798995249 -248.87676369046423 -234.1491650168684 -230.28466819351783 -279.9007946923566 -340.7773427771135 -524.5438997165764 -549.5597228218281 -412.3338467268712 -435.67787258412056 -367.1415008680471 -286.1116057535915 -297.0222580307917 -305.2958171459153 -304.8115497059034 -319.4487358297743 -389.0184118706722 -542.032458442075 -600.5149716105838 -735.8350728359503 -800.32175250426 -831.3879200606199 -648.0776841905642 -509.3213547280497 -310.6414259135311 -328.1277939168415 -282.984205743476 -276.8422715237016 -279.6375424013427 -284.3761352172433 -423.88182024485445 -497.44866719736143 -506.06375486593777 -473.3487388087997 -383.2871747889873 -308.95291055043225 -316.8058922807723 -335.6291820476275 -330.185132805827 -347.45100667434554 -479.59626888129407 -603.8728772264747 -653.0034172343651 -808.0748802822309 -827.7000710351275 -837.7165872020963 -743.1726263495941 -556.5629131793827 -314.2840981538562 -293.87468886119643 -281.19252074649893 -293.1660280041396 -286.12628449159035 -293.03175220481626 -414.9857932543748 -534.8921205661775 -532.2860188830829 -588.2922114950453 -557.8994350379753 -410.6136450950018 -413.6415361058243 -393.8426931591055 -395.8163883802284 -425.29032405738457 -556.5313077457912 -677.8163852573239 -707.8491120854134 -872.5004152183719 -916.0416663147084 -886.8621248516729 -803.3207742612922 -638.5345424426083 -423.3524816450029 -413.3017527828693 -394.8984882206525 -383.9769701456522 -388.89764935763145 -422.4976743249424 -631.1978760553518 -722.1825524931078 -566.8458694009471 -652.7067555196746 -564.6496472692472 -427.5975019642438 -441.7584815622043 -450.51279158552217 -477.6203204926608 -498.2232586274977 -628.372372735776 -715.6301052410209 -734.5897065525157 -898.7336317920688 -1004.1915875899228 -978.0954224764724 -773.2907602583068 -575.7017462425307 -317.3284876971143 -259.79151600356454 -277.9042292621908 -270.6160855362831 -299.4560911268662 -332.8313849795436 -522.3779872012994 -571.7448691922816 -471.69316671068873 -442.9977253420713 -341.3144184190247 -296.51111748733376 -291.3547954562086 -298.54334345010346 -311.80592369961005 -330.07603730626704 -322.8476870407478 -467.4079718615869 -563.799830473584 -673.4129073793325 -751.0531025404534 -779.9660723372527 -640.3965244794671 -498.9859513536479 -312.6883848692409 -295.1016618467702 -272.1141663801924 -267.4188830108935 -271.4654747024131 -319.4030194687388 -495.2970986850536 -575.5918728804565 -455.37038492929423 -445.3425123818051 -348.9384106798435 -270.9014745458497 -249.8124383088956 -254.2637838401292 -276.40984584206825 -306.1146344025262 -373.0148775475348 -525.2508565569988 -620.9353628700518 -712.7443155653524 -763.7527138662881 -783.8534819406314 -648.8125094340986 -499.4228233720321 -302.38489454587364 -295.91359407898165 -288.83838420109635 -277.96680539056314 -276.2904602234351 -322.330110905703 -506.858898472122 -546.3155695350343 -419.7230009748964 -439.47469606387375 -353.748894828688 -294.1168957741377 -300.46658226373586 -290.9434314486517 -319.1608658705502 -332.1175377375792 -403.7967273333537 -521.742435281842 -606.6749951598887 -722.619760538407 -794.7574478044484 -814.5971227308505 -646.1162050927092 -508.88156579020966 -288.56111615195584 -262.6117296651547 -268.88579015606484 -269.8964337538758 -272.4037322208849 -333.698802293349 -524.9034317025386 -531.2654116441369 -449.0605876524135 -476.50221194933584 -373.8166077036644 -312.4196671322477 -329.9330941345316 -328.6007296259989 -376.3553811055383 -405.937817431274 -493.4126168189246 -606.8889915870919 -690.3077187479988 -827.6861814692097 -906.7253343283816 -926.356123980794 -770.5407544465206 -614.1565293564538 -393.7647906554376 -371.8886337219778 -320.0804182073132 -322.66176393360126 -344.91925074547896 -360.657509638014 -489.7090655266617 -590.1886503621018 -632.1620167045198 -649.1560845045694 -539.2162435340225 -412.7273146460863 -437.996973776293 -432.80088098822085 -433.8608828368741 -443.7234094066783 -650.5010475267375 -797.8351456621634 -766.0628894829998 -963.4911986985722 -992.0903570302936 -1034.5282130993894 -932.914224920664 -744.5165523795772 -509.6320250647446 -505.7103664141712 -445.8492177610024 -455.4779598427676 -460.8612297689233 -467.1764455538398 -598.9066997572595 -665.7622620885003 -612.1087919875881 -696.7946976585049 -596.4111247179587 -441.3030097711648 -454.1741705242556 -425.4749028056417 -427.40753399034907 -446.2347210066531 -547.4681348648982 -671.2188408781756 -692.6693827925386 -836.2740221414971 -953.5265221773903 -907.3618510944558 -810.6087686750417 -643.0756989166517 -388.4305329178618 -349.16805020463795 -316.46514134894755 -311.780552615976 -302.1575087530844 -354.5318215524606 -544.7807048546362 -600.0648370692602 -472.0316573409351 -492.8022053541149 -378.1494134646612 -338.2216608696715 -364.8605948633004 -377.34778829672905 -395.3083207521904 -425.2208839752541 -525.0150739654121 -664.4378427350576 -707.6550634652923 -833.9089495118675 -891.3862003885088 -912.9554181203772 -765.6654155976053 -594.8365253248111 -344.8198475568977 -284.98880093945576 -265.3603120351532 -239.2380815131778 -239.21428192001764 -356.29021154059654 -529.5749593864044 -593.1148285117137 -502.1860503818911 -553.5934602706209 -482.7181952576653 -385.12464404267286 -387.9338014932035 -397.7933051982939 -416.0698814552249 -440.9236957335708 -565.0985870042632 -706.9162135634747 -744.8426995946193 -889.9076655826789 -960.7068235294528 -954.8611715903656 -790.5791998459931 -621.5047446228571 -375.3389565011453 -335.8739050866937 -320.44801640099524 -312.7377336138913 -321.02360003913265 -378.38472361481865 -564.4576953742943 -654.9574269196827 -520.9829810075048 -542.2647095178586 -433.6598244707053 -362.73246101102666 -350.3697095368204 -346.1512585730005 -390.7705420563119 -430.40441255080594 -543.0406640087177 -695.0857008893079 -717.3885065938579 -838.3258917223349 -952.6288090487884 -956.7983187880284 -762.7996562187021 -577.9865084602403 -316.77871768163953 -269.0909615603086 -238.7705871437488 -239.7669437419005 -283.798478449686 -338.97781485207327 -531.6760367112724 -537.6075151047145 -417.5896800420364 -476.9760447184189 -389.9462710995544 -305.9355289501881 -309.1246975970875 -334.25340912374503 -345.4775836461316 -375.3434203594513 -459.514812644139 -601.1440748469627 -656.4318237660336 -771.6011560196885 -848.2396866638936 -853.9813816678234 -696.9908114183496 -540.1064795820381 -287.61462782456704 -272.91341750320174 -251.48477365624876 -263.4505612053427 -242.7490194678425 -329.6623925478305 -526.5707773991764 -555.4935784217035 -428.2880131183843 -458.2204375713375 -377.539417780159 -294.1802535005632 -297.0037948482454 -304.8545120701892 -323.9660971774054 -355.83063312944665 -444.58578973014994 -602.1336631315244 -659.7165920473259 -763.2128367279845 -827.9063445586328 -842.6238881351832 -684.7108497317392 -505.3773347908299 -285.8104943441388 -271.4333571586068 -279.06733221722214 -276.1060902169922 -272.91463038462234 -302.1526145785394 -439.5490745951444 -449.1662306796192 -510.9966460699716 -515.7718185174899 -431.0613738326392 -332.68279073053054 -338.0144206777278 -361.20911493474046 -356.00656587104584 -380.05059196681873 -513.9861656669041 -642.2893254314866 -672.1827393642066 -797.5028911169129 -839.1483975371631 -816.2479855817232 -707.7539600077927 -560.8029216535103 -314.3724030287397 -306.590376617636 -266.89650405468973 -310.02923009594224 -314.7286412645381 -318.2234258662089 -384.1489053882664 -482.3506642038725 -501.8360683034126 -533.4233043194462 -514.8608448432826 -386.5498663682581 -401.1817763287424 -387.2836923229217 -395.3077138770697 -417.32992203846027 -564.303929271939 -686.1543369754296 -717.0674066633889 -873.9214655299883 -971.683538649942 -912.396166307618 -830.155848598769 -664.2409134896485 -410.1935101266733 -384.5958120976643 -358.96931123370973 -353.54979982967245 -351.676342282609 -405.0984654488765 -601.0420853179734 -669.9359490284236 -534.8765614537451 -579.9677969324712 -472.280840077602 -384.3448863012198 -392.9806582027624 -418.2201740003756 -453.7205125673107 -477.95588789265497 -624.4367946407922 -748.7169764952058 -744.3375683006009 -913.5499374386534 -1031.933329360729 -1036.9969522837014 -891.5031512506976 -713.8644992406684 -440.55158441868775 -408.5277272251134 -389.0760598365707 -363.7665689913913 -381.361375297018 -445.5425391765972 -644.7727542084755 -756.0799825862337 -598.8543512495072 -677.170219356129 -585.8282842522233 -450.6496821648855 -472.53216672537366 -501.1773780949432 -490.9909358435625 -507.0521062778353 -659.5700752416011 -789.5023585548247 -803.839522552034 -970.218213164655 -1139.366097122639 -1121.0121336212626 -916.0889868705164 -716.4831802091002 -430.3877527955908 -376.2428831315635 -343.63357620752333 -329.2820698211097 -312.61576219010107 -354.7524758237479 -544.3799022336624 -618.276263761708 -490.1759046024179 -533.8859403386086 -483.7123297441776 -374.56319979791147 -374.6990570215908 -388.6099984149165 -424.0958564054707 -461.7678064031157 -566.1374598113325 -704.783109184001 -711.1663126563247 -870.4449798153858 -959.3179290305148 -985.9724987351148 -816.6413555795904 -654.685535568324 -412.8050336645624 -372.0941722785288 -345.81454531916665 -328.23616071187934 -353.7233535543754 -407.498095259616 -611.7965558064236 -694.1892187895196 -545.8254087490961 -605.9458736720491 -523.4285361581872 -401.2833268500048 -411.4450779008968 -419.2273183855399 -438.5433226914412 -469.24088402844217 -614.7831202608338 -700.2031671622373 -748.2642674587737 -940.1208420291332 -1030.9343078107904 -1018.2499855534376 -850.211448407335 -658.0741998650726 -413.65721163832455 -367.9589221963 -317.817359768645 -309.1623783780481 -302.0763622961973 -331.41295790357606 -540.8613944437284 -633.5479611397925 -490.0057901298958 -529.1774054966378 -443.0143238285916 -330.8531537458319 -336.36341517677533 -348.37060818454665 -363.9128799743029 -416.8822101234794 -513.5969805791163 -637.0918373876693 -696.0979091933958 -815.1299579730979 -869.6941063892141 -872.3194187927842 -713.5707700707089 -556.4892725778041 -328.593074382072 -325.2181351878066 -278.51283949617687 -259.8133757158917 -250.0251669236389 -265.5709800583015 -412.6538964484349 -533.2142674305245 -578.8918967872902 -552.3295699262153 -472.2590450235293 -364.2114734007581 -369.1905406326382 -380.41930571212816 -395.9122768832307 -407.0409408338389 -539.7653267627699 -671.4990882059757 -659.931212958491 -806.0297063219732 -868.7636107221952 -892.395724364194 -801.5468119490306 -623.5073565352693 -388.381030674472 -384.4171761916617 -369.2684594051237 -364.5309196480639 -376.7739937949182 -383.7606728648751 -500.4711514206125 -585.5976028261363 -551.3349604370533 -565.267686272048 -508.01695597916887 -351.5360068508361 -366.9811722951703 -363.9074064888941 -398.0056347767453 -419.20676608764967 -550.6395723868199 -666.7859130802987 -692.8877653676211 -847.4056413213045 -898.5890405230541 -846.1171326143077 -734.9023861553399 -531.3965433346393 -313.2102327696896 -262.5352921494564 -244.9689522055357 -283.9021968159378 -282.8314442458424 -335.5487828525758 -529.9903229346066 -575.6512104650259 -498.1601303711303 -530.5509157028735 -469.5708548568139 -362.3240069035086 -378.47631932497495 -386.3695041252558 -408.06847073220735 -447.2976699534585 -561.6874229842409 -685.6565350038892 -737.2131103717655 -909.6268103050548 -912.8837044922556 -932.9428663954928 -773.3206388067359 -604.2660901204468 -363.9896378520556 -322.6497703383556 -285.173057321862 -273.3640545818624 -268.4682723741145 -319.6502436539168 -521.9328087197188 -639.7298509750377 -539.7264797481951 -560.9971202875657 -492.9794790335789 -381.4296359594223 -381.9047269605054 -393.8847286732369 -426.0673307377776 -446.31672660141504 -576.5164986324278 -686.9115719537868 -718.7746466361349 -865.6438589119191 -967.5383665238332 -985.0173491804582 -832.786086354723 -642.0145390576008 -410.58504207489074 -383.0603001722395 -350.6269812195685 -328.605479962832 -331.3473121198494 -391.011723022186 -575.941116023553 -644.518785498891 -506.13049295917193 -559.396448079908 -505.8243783325899 -403.47670823304105 -406.19893034146617 -401.3887837976535 -414.82533588145947 -452.41212868847344 -611.0886830707905 -739.115977071176 -744.9923780717862 -915.762658200126 -962.487331970926 -964.504499187518 -770.173148436605 -589.0405629741946 -334.5874405022831 -292.623186421737 -255.03800578273257 -233.9534792630076 -269.57939518062346 -330.18672572358446 -528.4955800090181 -539.222735504735 -437.1392030048368 -488.8810616453186 -393.2851569840824 -313.5258568472799 -320.32859584241874 -317.5816046271981 -353.8212579312548 -378.02875089113513 -467.4030034353119 -609.9109970690399 -696.9422373499302 -798.52356558779 -852.0293898718647 -886.7338238322179 -701.4562737591928 -514.162265811312 -284.1748234558478 -258.2952915111817 -237.24820334398035 -281.8763181615008 -284.5619798153106 -333.3854505640269 -541.7327077765979 -551.9990966734014 -460.1304068002301 -508.2207532015619 -421.7518114362573 -331.37600570254426 -350.4596128939197 -363.1447154802521 -371.3778252651854 -417.36474930840495 -486.6415740810253 -592.873763643065 -662.5457391715099 -795.7691794213449 -886.3473577564241 -909.4534127538956 -753.3438829602584 -604.22872285485 -369.04363544061073 -356.28148404862503 -343.7514128826862 -350.4293747349301 -324.4944353216202 -343.53448758737966 -484.3917734958636 -560.5601575051014 -618.5225905687747 -602.0009858544694 -525.4317487436118 -399.5758361303198 -388.3476122097802 -410.3319147663163 -440.4568186084987 -450.6726680803353 -611.965722862888 -723.6725627488956 -749.8211896154016 -914.0644759524164 -890.8822262172789 -906.9376201396984 -806.1428305825002 -608.2742127692468 -381.4823211211354 -365.45662898381113 -324.5814501482988 -264.40195078426984 -283.561191898978 -292.50082961849444 -418.8296957748791 -558.5998786206366 -544.9444232397587 -596.9372925807914 -550.936238364668 -399.99030634663046 -413.3056802425611 -376.3548348947393 -392.9485444797148 -411.4181510017173 -521.5370390412711 -595.7396377653755 -649.1583094341386 -800.4695217112168 -902.628063259588 -854.1354229132479 -746.5990337813158 -572.2141484038339 -330.0653545266862 -288.04864402569467 -245.6950046551569 -241.07423083316823 -241.83240837378872 -334.8758250210569 -489.3544119460271 -604.8739072771668 -525.2037388498112 -564.7299148793468 -493.3748350619788 -395.22412402799375 -395.2598829767294 -403.2777988456563 -423.0872495611064 -458.94505940617137 -577.4664029247267 -721.338542211901 -776.6098052611334 -937.9388283099964 -949.8482426774744 -977.5200989385394 -836.0263889915992 -655.7373267536271 -401.5621454382408 -358.2578466453941 -329.979755261362 -322.2817877438728 -343.2564283750703 -396.1988968932123 -596.0659676914044 -677.7911491193576 -542.9100831335074 -577.5933045590534 -521.9730190052893 -403.5600326418104 -419.1527289987362 -440.3376000721434 -459.9496946426362 -482.6426296233069 -603.9734691524467 -752.8999491248411 -799.4903112558898 -977.0693940769736 -1002.6620885333888 -947.6517546937524 -774.9486336081935 -582.7862306051459 -343.7833579886516 -303.96623907142265 -264.2178984416944 -236.76834119486807 -243.8621262358901 -341.9756079378666 -524.7229596907398 -586.9981394193268 -471.6401615489645 -505.8947046312431 -438.1435996026351 -349.1269947920856 -355.4757856800226 -357.36509572023573 -368.5432474941041 -404.1363947160702 -493.1804190919098 -599.2792156574177 -655.0185473621956 -791.697309446755 -873.2789525640494 -870.1176839263718 -715.7712098803971 -556.1249574585436 -302.7046533772037 -282.41216286333247 -253.317042260831 -231.66350933194465 -281.0033349026628 -334.2901723038111 -539.1708306687123 -560.1872170149983 -491.83231847112654 -542.7619717316206 -456.46022851486055 -357.0901761095385 -371.19601542976017 -390.02045034513753 -403.94865159681535 -433.4458404696901 -542.8530517557166 -688.5415229850374 -751.6845622693936 -877.4461582678916 -934.891590195296 -935.2820649472689 -764.8580380029133 -608.3577088405838 -352.9758870746748 -319.26443207741363 -302.6998692892602 -260.86014339080526 -266.8087552597477 -304.8603550686115 -504.3935534234852 -614.027163069601 -520.998465267588 -572.1253289401337 -496.79414787095294 -394.5456304464383 -393.1628347931759 -410.7794277662521 -440.8738368868641 -471.0795158373808 -585.6250295581249 -701.980510051414 -760.2971452270284 -915.4078196979532 -986.8272949189188 -999.2897101372708 -840.5485746504056 -668.2565542950824 -427.3407935826587 -426.4031881520348 -391.9779825527546 -387.6322439806228 -403.5529709785379 -414.9603787079352 -541.0577606477236 -611.3355162997989 -638.2182493053455 -644.376274453953 -514.5704564158552 -417.2679304468347 -410.7884269491069 -450.1802675898196 -516.0369268782455 -520.8385484010521 -695.5764530713641 -739.049975224896 -740.153061216914 -944.3969191100264 -982.7248719838948 -1045.8536402060074 -944.3643137981952 -744.3612373628538 -522.0242669568867 -504.5827328948936 -468.5573860601705 -474.58318026671645 -468.1658992444003 -474.8755682815498 -611.8863893412394 -683.6707093133155 -604.5730781620762 -705.0645783456291 -696.7692261837186 -468.02395271638727 -480.2396617124826 -430.027323075249 -446.8987914649908 -466.8618693546471 -670.8960675058818 -730.1913609758799 -744.9673498072419 -919.7837990999918 -1042.4863920126743 -1000.2367521555128 -934.1754058026644 -762.2241152912593 -503.78242559866266 -473.8799005067614 -454.22470102167136 -452.1931468192623 -455.3231855783576 -491.51093917097546 -683.7218258580775 -772.4262452822127 -602.6294195661633 -649.7282100564202 -544.3583112659439 -416.3552368849004 -430.44872389573646 -445.1731723235053 -469.58698404324815 -459.9894943377403 -590.0814501776724 -705.2183498797301 -782.9678493206936 -969.896827807295 -1030.6779671407553 -1055.297993340111 -891.7476909078215 -671.6092550896964 -406.3019836083697 -380.9321569486653 -348.2221023954944 -329.8736793819908 -332.2750347976492 -363.8108976061152 -573.6542641708636 -696.4921598216691 -549.3908903451623 -645.4933069269214 -521.1837262279289 -402.9377881398604 -399.0886619535109 -415.4361051132481 -440.0789776449049 -466.56273012941847 -637.8754899786933 -740.7733791264933 -781.7543545746771 -952.8940740102644 -1022.9282255532634 -1037.9423606411883 -881.2716649291377 -688.0067584825007 -446.7143380954591 -419.2861417287919 -402.7353097597117 -406.57480968615806 -410.0979611743969 -450.4771499245442 -649.2057178182353 -734.3320086860577 -578.7671563136527 -622.6486719055649 -548.6855663413469 -421.2079561438155 -451.2025636290691 -471.6975980359613 -510.4682174061918 -545.4766946249661 -686.0879041785175 -776.4097993084405 -789.5130489942231 -988.3772205384792 -1091.3572090645005 -1111.342799638556 -953.7930315229332 -769.9260614177808 -526.7731165329742 -498.3824220940049 -475.10853125360313 -474.4747825435511 -475.9195526699208 -526.7547065178137 -741.8479116076754 -776.2389990716517 -575.598751219172 -667.4565290614449 -585.9667771352576 -456.645337603413 -465.2412326258754 -497.9332025148592 -523.7104839889347 -518.2922208083055 -681.0199103193376 -752.4651527166592 -790.6499697438392 -988.3414806296828 -1085.288512287992 -1130.1816258040758 -963.7123689479002 -795.1428411301871 -566.1962224327967 -567.0066769734971 -558.8985378975156 -557.7157416697622 -527.5555308053996 -570.8081126336926 -770.7499685021434 -797.0531672265671 -586.4558767935332 -687.214134059183 -606.8037347407636 -450.7577843769485 -462.0741842858318 -484.3861851657493 -507.5246974455716 -515.1525500939096 -639.5064660474876 -780.9622544725539 -785.0713498382258 -979.8243067136508 -1103.2090924048975 -1133.1150586212668 -937.238774726656 -778.4512602668275 -527.8297120478784 -496.6085104642704 -461.0002954683696 -454.4404021292714 -443.8669740581268 -433.6079587042444 -560.438633121002 -629.1048622475346 -646.1343877115754 -581.2440043523378 -511.4573280500126 -417.6418483243875 -388.9348455515604 -373.87973808320857 -385.3510983755569 -391.2440268670251 -561.2510500759336 -669.3566505999999 -702.942547892432 -852.2784512458792 -910.4106216740396 -941.7784796737816 -860.1420484430574 -659.1042611638975 -433.996415541305 -426.714339071327 -396.8856002167764 -388.18675635391054 -372.440776636712 -368.25361790722775 -466.9539989117647 -574.3754470065894 -531.221611583982 -565.4823301232178 -508.26104716001646 -385.1457269346743 -402.3933353296184 -384.2712848261952 -373.4174050104407 -417.5372306899936 -547.2153071284746 -623.1932857597816 -689.3772702920784 -859.598536003426 -966.7495915814886 -919.6435739772202 -826.7482915195894 -657.3539779134949 -375.71280888525456 -341.6319179708807 -307.7700316081538 -297.56391878398153 -283.1953935955639 -330.16599329058727 -516.8683756878717 -617.2895708943375 -505.17495269749344 -560.9982772644281 -498.6101342464184 -394.1101116168913 -392.5899227263317 -402.0102425376442 -430.25691888355885 -440.0680448618339 -576.0559399602668 -681.4325390025958 -732.9499831471649 -880.1169427993859 -945.356742356826 -970.6834475553318 -814.1663948977097 -620.5130571937519 -372.86487371729527 -327.8683517880478 -283.4618789705009 -262.4293073811649 -254.1171857386965 -304.38156479613514 -512.8089852638708 -580.9765661176932 -504.3191307064112 -539.7623237472927 -484.8770986458941 -386.5820579664649 -387.1071375085273 -402.30497785156166 -427.9709624414984 -452.8193661139401 -576.784916476766 -687.2535699862419 -758.7986741852786 -921.5037966585968 -997.3257013812516 -1009.744963244443 -853.4952235077094 -660.1472708122558 -418.4406397175669 -399.68530238063386 -374.6925374618412 -348.5124555759099 -355.31188504979565 -398.0373484270487 -595.1377632718566 -663.847346238463 -528.7975711670362 -572.3014614219717 -508.2188718483209 -414.18238875014856 -415.7639350225289 -426.1470230679521 -455.5242014002415 -481.18957193234667 -630.4425461571426 -713.1912387970245 -740.6730231082121 -901.10444701189 -1021.5392004967129 -1032.8934861922753 -876.9316877257822 -693.9981365568175 -446.111135299469 -399.8683821766154 -412.10454493689554 -400.0336177469883 -390.9284794914451 -429.6916621470529 -631.6855641139226 -714.0608130096957 -571.2200673165155 -612.5770966959788 -518.5803200687973 -419.5439687686157 -436.4137168638977 -461.5060543195037 -467.8995290672719 -473.84253627902217 -618.0550283816802 -740.783536212005 -776.6925342784133 -892.8134651742516 -1008.4216789794284 -1016.2512994150208 -853.6931227636001 -676.7737762951753 -431.755693133542 -413.0597933060913 -391.9284766844121 -369.0207353034274 -377.5675813207092 -426.8529926914404 -628.2384378343131 -705.5389232237044 -545.0517886401263 -556.7731334418017 -462.19623659361736 -390.5479109540971 -380.11529343576046 -388.70255094204464 -429.9418669293586 -442.066022637776 -573.3779506818212 -681.5135850369228 -742.3028051189563 -918.9725819099908 -1000.3817099565424 -1035.507228113479 -872.305021644695 -692.3290684577893 -454.03708128366185 -442.76553072291455 -425.3425229004652 -415.3899022005055 -430.7700949326575 -422.537705228104 -548.5452830529923 -632.7402456688554 -633.165667990726 -621.5575347762859 -521.8751912134785 -449.5867858454324 -425.82744616773306 -432.82985664098896 -444.48276118012257 -455.0387020587489 -622.3346745970857 -707.226630940851 -747.4266932527362 -919.4390281346484 -989.284148671802 -1005.3002960304622 -887.8600909201141 -661.3637587044601 -445.1854611091164 -413.7724743021195 -385.25365145991634 -417.5504712021743 -377.567887556214 -391.0498824802624 -492.5194100692036 -572.7508557936505 -555.0228809396974 -618.0014481436724 -575.5183859273374 -414.0832893521368 -441.0251416625047 -415.86369589297846 -412.4845603181284 -422.8619469909022 -575.3361668264671 -678.2594512724866 -716.4841545525068 -901.8699086706888 -1032.511588944695 -954.2255704346136 -847.4281214619933 -665.699042309715 -403.3055320107564 -371.52457138835774 -353.7288233169876 -333.8761067800298 -326.99531375421805 -374.0176733914284 -557.7513807497016 -645.3439030244992 -541.7948925268288 -594.1095235016849 -502.4125886919019 -393.12976260985135 -393.3240203872001 -406.38634164569936 -433.8136855281678 -457.4400478647735 -595.5702606528791 -738.1603192800636 -779.1474098676566 -957.1205685770204 -1046.490651057816 -1074.0412449392318 -879.6075669759167 -661.6926757740965 -397.45501324915153 -355.16322343951884 -286.58029500652594 -248.44373297282385 -298.7279215333285 -332.0604982440649 -531.6741853475827 -542.5977245427453 -459.2388884695396 -516.2653073715327 -452.5246249635823 -339.05948512712524 -355.64752134711927 -370.87008354320113 -384.9883615008957 -417.1121708108296 -517.1556021688899 -630.7378502964112 -689.2627946258311 -795.7573779548142 -888.3493041664245 -871.4144657108355 -729.8317857780917 -553.558195657901 -314.37082807795906 -279.9220854429576 -238.31498025390167 -236.6872245034976 -285.1261596928734 -329.9024940772346 -519.961317348956 -574.5540364412735 -483.6563556546536 -527.7387371788078 -436.4384155073304 -332.4892157778092 -343.9088660838684 -376.8807556589534 -387.166028862651 -404.3772087312856 -516.8944307664516 -635.0651507025871 -697.297524455527 -815.7280505565735 -876.8196296590045 -873.3672234618645 -713.8516881802711 -522.989226010785 -282.2892748719927 -276.8332296666012 -274.40464273872067 -272.6275905691622 -272.19285288266536 -330.2095081873372 -525.9587200726716 -534.3953202340172 -459.860286916656 -524.580003596483 -456.7538137472845 -374.8734556270441 -379.5574303530373 -392.6334720652417 -412.1189665695487 -440.5458193649792 -543.24026301331 -672.6886510973699 -729.4061195056474 -855.524926516404 -921.042316027362 -919.0607242187158 -741.196638137054 -544.3045935077829 -304.0187860965747 -264.0136572489156 -254.72555287456663 -237.3008033499151 -280.6018621406721 -331.1262749990728 -525.6428783599898 -551.4880778907456 -489.35172302807234 -566.8840457522716 -492.3979174021315 -383.02905427318393 -393.155310034576 -404.31023236058087 -425.8769094321234 -448.55283714056753 -569.0988024543419 -700.2787480758542 -751.2625719398484 -904.2703642634316 -987.0578331932174 -941.8428639578864 -786.3858600756627 -603.5388736385966 -365.6651793989541 -347.4579161058723 -303.66785873707687 -283.2816290725262 -284.4621590050476 -299.1695717961808 -437.3477266469511 -524.1295557640426 -591.0329619804671 -636.148643839259 -555.2929718253838 -415.58689439409824 -420.0656961485516 -419.7808225791221 -436.9493508755969 -442.6339220144277 -587.8160362205822 -677.8047981007923 -702.011785802543 -865.8173944003903 -928.2796955253244 -915.0456343312354 -826.3939355442236 -630.8789956564722 -414.4880380411361 -395.9887105268386 -355.9250494516121 -355.52371590553366 -351.2091330241451 -350.7758580471624 -468.45216532995465 -556.7340912366744 -528.5235602859026 -598.1306330627864 -575.2364996696142 -419.1141226342053 -430.3022553829202 -411.4214750988148 -401.1373235367343 -445.6365050512332 -578.0294342180271 -694.5806451739297 -694.8924585540029 -864.9085599740287 -1000.095482075818 -939.194470983146 -847.9905209221748 -678.6999195920903 -433.77998665254 -413.9966532045405 -384.5496642123612 -374.57116033138914 -377.17072198631394 -418.6512680173772 -622.8940037952927 -684.0155326770958 -537.5070606360927 -566.8920572421921 -475.5512768135964 -384.4952701094487 -394.5119575800466 -392.5312729217477 -403.0226741796957 -448.5217528295216 -587.7288813005998 -697.7968720994024 -738.4951509375278 -920.816402347544 -1047.5454353592406 -1047.532301005432 -863.8103001351004 -667.175254225674 -428.31477739045306 -405.8454918886541 -394.40471079605584 -391.0858748851924 -389.0195526592102 -432.3517329400967 -613.5242561226065 -685.1033034270004 -526.7285350091247 -577.1421653730599 -502.6637916826726 -395.7343938402317 -397.2899568196154 -405.6610110311123 -424.0666558009431 -451.2853542555761 -575.6240797613744 -710.5923878852489 -749.997703385793 -893.9100401877602 -993.8116470583302 -946.2111608539216 -811.8812686686906 -621.5570265834931 -374.96276954582856 -338.13975996292965 -295.96353233766445 -289.1013654513813 -292.1800467636272 -303.60796851862426 -532.4763968970946 -613.2176434564723 -511.1878328664995 -573.0917546617195 -517.431125361482 -407.2656700383239 -417.08886560176006 -434.1435302474353 -458.756644758707 -481.8771920767289 -613.8017471567453 -707.5884953461717 -764.0113318712471 -915.4624975372784 -1030.7809280885642 -995.3197136661282 -802.7486838078266 -614.690278748462 -363.10238362928834 -338.1736724224912 -293.4257522410602 -288.8440786860188 -291.5864166177405 -337.404519546982 -530.4224195080874 -647.8027375569256 -525.2438112037847 -615.891097891677 -554.8542088656542 -436.9486490407158 -463.86716213718944 -441.6626578094461 -478.2738233478576 -500.2587930197532 -634.0576114812192 -733.0873428118487 -788.7891914317495 -932.4218216385736 -1056.0994955381534 -1044.7858072811491 -895.6089752292905 -758.996766881606 -520.1956691639523 -441.2787662037462 -373.8181820293705 -340.2887722863249 -341.321022484797 -364.5392489760407 -557.388435803843 -626.5163424303762 -483.1391432657516 -518.7638283154354 -454.42847899774335 -359.535382039275 -371.9783598329949 -389.915503724156 -418.6491475956343 -446.03179298127617 -554.6169065886321 -666.1138801667943 -716.3923178844626 -822.7266290733645 -932.2167066777604 -900.6228514836375 -742.0631732202097 -555.5324688396498 -308.77533620716605 -283.2314708304511 -248.7904364768051 -243.33962056563465 -243.1741294428745 -320.17392233372146 -447.076893299081 -453.9268945804762 -535.4290519199025 -537.1742063271412 -471.6984659229111 -360.3725837734121 -376.15805102916096 -388.00452134117177 -402.062166086757 -417.0954579050858 -562.4962444265047 -682.0828062250854 -686.4541221606272 -778.517038616024 -840.1018489900849 -801.0399243095883 -703.4720542683797 -522.5079530309919 -305.11149477337096 -305.4091888227589 -253.6005154280345 -257.07002173613176 -256.0529887538792 -276.70436858312223 -406.0142560530626 -519.6633296586253 -522.3113901420548 -577.5520910566465 -523.2972566567148 -435.1069687608683 -478.451834167857 -478.0772070378176 -480.89201851304966 -517.875255399768 -691.9155719911054 -731.83899693649 -746.4390908752207 -930.3989885380354 -1074.502934282807 -994.3040224415852 -916.2978663203968 -752.9328035309279 -521.2796606421687 -500.5435895769181 -461.91596203504713 -457.7006375487471 -480.508681811736 -495.0903182215622 -690.5164061885157 -772.8314308450509 -576.7396091968895 -621.3571202167041 -514.7155487461572 -395.9666758633565 -420.7797451949983 -423.1300503524464 -470.5029396476573 -498.5479526118084 -637.2646508601613 -745.9076902429501 -784.5212800547914 -949.9587540557916 -1075.8227825047868 -1071.7993158273357 -939.8430613231913 -758.681513483236 -497.4846076797188 -475.2365237979512 -452.8716613427701 -448.8941551454769 -451.60514208781626 -475.2283259690835 -662.1787826198313 -745.6799502399172 -591.627505577877 -653.6174131768238 -556.4952387082652 -415.3464056081997 -435.048299828116 -464.6571473812117 -469.6904155264464 -474.43818399484354 -572.2367495026704 -655.979966395223 -668.8424831954231 -819.7099239496255 -954.8762554354666 -952.7922046869312 -792.6317268364413 -606.2636579013353 -368.2536298756908 -337.1500594999689 -313.54119730370087 -294.4476968862596 -298.4766761822108 -330.7336021235765 -513.7416662560317 -573.390444928194 -489.790687297785 -528.6854980159986 -464.8644996225536 -365.5486275319749 -381.0463211778349 -390.7723471857181 -409.5434505539644 -439.4360216642072 -542.6129474128253 -658.786176975085 -722.1429236216641 -860.8559605106263 -953.1372874578138 -928.4631042448536 -770.1964239707991 -586.702429165996 -343.1543119086363 -300.46983588138164 -244.71509628593512 -236.6955920832974 -240.3368778536196 -350.3167740753346 -543.3985944522119 -547.9251649378 -491.0259891898959 -568.6571803291299 -496.3054751409365 -396.1978794471859 -396.29300487273633 -410.0889320925564 -435.6552291175952 -457.97086151760686 -579.2408308312513 -683.0742101042206 -733.5299945670401 -837.7539132527795 -936.8162753972708 -904.17103453064 -746.140101343208 -575.0645043782508 -340.88925745927503 -310.5641277166185 -280.28745285352045 -275.63111913763186 -270.2418527443214 -301.15149912008496 -524.5495394327778 -613.8708571100863 -516.7855382113984 -590.4597293990868 -524.2143328809333 -415.4122858132719 -435.51786342339807 -452.0120478270476 -484.850620154296 -510.6369979927092 -644.1649747098287 -749.3125424448684 -768.3592098051394 -924.8619993241514 -1030.530699734588 -1001.9827883495756 -832.0684519624513 -657.4222688647444 -420.21727649431045 -415.5944429001007 -363.5619131527931 -370.3108471122206 -374.5687415907482 -385.40977767037447 -481.9247269456306 -538.7521909149465 -586.5776948608845 -594.0614361511249 -492.25860948870985 -376.3122876400325 -389.7577563074448 -393.80124003261847 -398.6131285637607 -390.8178747267694 -537.2514089244538 -637.7694920279692 -640.6360474815398 -783.7008678767348 -875.3153576546841 -840.4036092838212 -755.1321016175224 -578.2663137165306 -354.4748210923004 -341.7618894190018 -296.24902326389804 -261.3018565893165 -261.9079311097117 -263.7742440977384 -412.3280032983641 -490.6092462142488 -478.7451878181929 -507.9230898438085 -477.4492106768877 -345.7887084803071 -349.5567312561861 -348.80640307423295 -334.67998995918435 -336.8277750809516 -443.72443803268254 -557.4332145296682 -605.8426242569773 -735.6740076494668 -865.4122210650797 -814.6782867037704 -731.9519296358154 -582.4771309402943 -332.4694880566097 -301.9279936710097 -260.54675470859405 -255.22819277964516 -246.1493413550141 -297.8601937869929 -520.2197545795647 -558.5600633013651 -446.1863464782718 -464.11287721891074 -359.99018963242213 -303.1899866724023 -311.0452340210809 -317.08852469054113 -325.7851720746402 -352.9486879068586 -435.3733846508944 -547.7166984264704 -633.544378411237 -762.682656962192 -855.7839691556622 -866.7272909838337 -705.5124207640921 -520.4360910123168 -303.20668228021856 -258.3055793609669 -233.2042746616155 -227.8231025598472 -235.8868541374706 -298.2371765911061 -547.8301392435308 -541.1909447034745 -439.96260763967086 -467.32986800031256 -392.33743809780816 -314.52509872213454 -326.7868866086046 -338.3798606860646 -358.2290789996974 -388.2957418372496 -477.1827142882168 -596.3098242976522 -667.7902174571427 -774.4550588594751 -872.9369434398361 -863.4033759967791 -703.9173172478088 -503.8166345257917 -276.35646705373586 -256.92541739062665 -277.355285021947 -273.89426461047395 -275.9869233977198 -342.34123298497326 -541.128276542913 -538.0957273419255 -438.66854743438944 -470.2408851276836 -378.3143913164173 -326.20923257610093 -337.20726811677946 -357.19821742271336 -379.11157067252 -383.5260653081426 -454.32151703195547 -565.3432831824583 -658.9416910453514 -796.743137124273 -895.9346926925753 -881.1409013303506 -718.0736502260418 -554.0762972357799 -318.74690281650766 -300.4999862433898 -276.8213960241728 -274.2936280900797 -267.56849339785305 -317.4481229033589 -549.1284381274108 -546.9848479026266 -413.4301502903349 -429.45849435576304 -334.4678728326145 -329.6335546214627 -363.93329517058754 -387.72811296419457 -409.84708091871096 -422.7516839992795 -514.062843165493 -618.2005460092784 -705.5895890753362 -852.8480570834762 -952.9631095921746 -961.2850484120496 -794.4436974747571 -620.0378077946016 -388.9193530235237 -361.23674120105386 -330.5687477092042 -325.8185735826885 -352.1365168297331 -400.5071221632241 -618.5866886342524 -664.4360483692451 -520.0435221226675 -548.2346399462299 -473.4008540873879 -375.41555623246006 -376.4865379893217 -392.8872566071539 -427.6496547640261 -442.3685076354412 -556.6868177528028 -668.8611914552812 -718.5374266650344 -905.2549883927736 -991.9989397424572 -999.9948483485248 -828.5165840117551 -643.8242872170314 -403.263165391578 -387.5762599662554 -347.4441944968681 -348.82954292165203 -353.5754911014975 -360.9365051759461 -519.0757487047425 -571.0082538565334 -611.5661286896544 -635.6052501407829 -533.5044265488882 -417.0547546618404 -429.34700653657694 -423.9002632965815 -420.6335902319028 -451.85393690621504 -535.8973513421228 -718.7996109953988 -739.9541214490833 -903.3920121075738 -947.5568094229016 -955.0410911067744 -876.6471960248864 -678.5420970156767 -460.04528623837655 -425.9319746522562 -375.6133772677842 -348.6953027879644 -333.64912197578195 -336.0041675710472 -477.8222435925472 -545.7732971793355 -517.044606000014 -561.465431540899 -513.0301175902575 -377.1864843253792 -397.9712407761439 -388.9910499334688 -393.82295447737306 -420.81761344923774 -555.5280609920692 -651.9280419503095 -681.2932743950892 -839.0492437360707 -968.8889747748672 -938.2100698105768 -805.9321050629085 -642.9973251599542 -420.26801207379066 -412.67821927227305 -380.1411883501031 -376.4997043757399 -388.0274317008342 -409.9821488756402 -617.4175449783081 -661.919096769185 -515.1546938657605 -555.4263880589659 -481.281272823149 -381.5833948777513 -396.02086273267486 -417.1563628353894 -426.28550465596464 -464.5478820589381 -562.4885132304726 -646.4944436516706 -735.0363931396012 -910.681584831141 -1020.191869820834 -1027.0947472113878 -820.4099829804328 -632.5954263496398 -359.7299974079464 -326.8586220463134 -276.7389006702292 -262.45616434743056 -264.3932990203812 -298.090114294196 -564.0949093673778 -538.2799744235356 -448.4074043327406 -469.0710235561008 -403.53217597073086 -310.55138443877075 -335.56513347614293 -342.00185899035324 -353.3400313333557 -378.7657387975732 -479.3434834170254 -608.1095410030247 -714.0055695822698 -872.719953961337 -986.1508706357564 -977.0199895857816 -813.5742014614267 -629.8235412561278 -400.1873138457421 -378.767718701612 -353.678808817368 -351.8594091292117 -356.6253604183121 -393.31737958715655 -615.4752595800828 -654.6789335603587 -507.315131756968 -527.3637106208328 -382.20833793922736 -326.71030711674945 -326.7091634154171 -333.00892909600725 -363.52864197589497 -394.8460384600788 -408.7537447252436 -463.224358388746 -563.8725182019666 -686.6556253962381 -770.3190834256526 -792.8322512085253 -660.71002379905 -500.5333125576955 -269.63341371687886 -250.68559031537256 -247.1111211846991 -275.26897095829383 -278.81365016687795 -323.29053146151574 -563.7254674224743 -578.7085496224668 -407.6919501237503 -434.6802111739317 -325.3775176906019 -271.1538214213724 -262.2181420760584 -271.38263439371354 -289.5810345568321 -308.0530843900415 -375.03331086063065 -491.276195461849 -568.2376464474663 -675.8432176020343 -766.788668509335 -770.316964317293 -637.1635969323553 -480.2346789942588 -266.74864080225353 -253.4717855551605 -235.80775933907924 -245.40022782338107 -256.1098430150737 -295.1943686878367 -550.5685683739572 -533.9112705020293 -407.8386139696461 -420.5408395079038 -359.0726937349116 -287.58224915796524 -291.4404206233728 -311.6779523676154 -311.03925101321886 -341.76248863548244 -416.40344894574577 -537.1228801690771 -601.772051907 -708.8123349855217 -796.9129826853814 -776.1051788548148 -641.13836224729 -481.1761246612256 -284.6844695803484 -279.5059066850484 -270.4314990056872 -264.7936259898092 -267.39251471261446 -286.4477674680493 -454.33594131960814 -478.0995365674452 -481.2047074605909 -459.4952343814128 -393.38324868523534 -299.9310459723886 -286.30887949574173 -307.2513184031752 -306.0616114197795 -307.5612839519606 -444.22865076827713 -534.1449069590657 -582.8970647149465 -686.2945502074117 -768.7912450185003 -753.9970482747024 -670.5143644483509 -535.0259166926324 -342.4052699372965 -329.26151492650763 -289.53183463825656 -282.837767383478 -285.0630652457598 -293.66535466616017 -444.86242123131615 -499.0388518480996 -492.43590375582113 -454.58121715786433 -441.9522524165484 -331.9450521096632 -323.7881885637935 -315.3677423864349 -301.3662172748929 -313.3344412373746 -416.6632426854409 -531.523642419895 -575.7123207631978 -700.6678286403559 -781.3869060760504 -713.0220508773497 -661.6413063766345 -512.4202927630864 -338.38325625688145 -309.9409283785629 -289.46460656339366 -283.2140607465269 -278.2117051733222 -324.65529171078725 -542.1185578906022 -570.8090359511297 -432.7527171834096 -469.9627391201745 -385.7898798891613 -322.727275287133 -314.81977845197474 -320.72983687818373 -327.4515396882488 -361.7282296741703 -432.6867537849672 -564.4068074184094 -607.3509163626061 -696.4683112928835 -790.9153271894253 -793.8446511433727 -655.9773187833549 -496.5739697294544 -329.6307672238437 -307.7737168876092 -279.5151863458768 -271.853705293595 -274.7507633555155 -313.78291789553947 -533.3826644689891 -568.9173891330597 -440.5723152501089 -437.73893916933855 -371.1920334906383 -296.34136153979136 -299.85080935537064 -318.2723280431774 -331.0656744424846 -361.43797492727913 -449.4003105351875 -564.3695414627541 -624.5293164166563 -713.8743543473928 -789.2438176649541 -795.2109309347137 -655.6851886575024 -502.0820893498425 -327.66530030049734 -312.1478978575928 -284.8212403617937 -268.5588614993781 -276.1439380048226 -314.1604509565313 -534.8423081115784 -568.2072271785147 -452.2952583900193 -433.4294554540405 -355.4168158035367 -297.9265418398933 -297.3330522552844 -295.02364684219486 -294.1676495112013 -303.951775172885 -366.9253702754918 -478.0347805702204 -610.8349658018984 -707.8805096342822 -780.2488378716723 -789.1188677193478 -654.2200166797317 -501.0313393343585 -310.2803079876293 -272.05138380401604 -254.869370193595 -230.5149000012996 -236.2718227155744 -330.9235203119394 -562.1528200776086 -534.0180673621799 -410.7300760234293 -420.173684118766 -331.36677701328546 -296.4448916199255 -290.36814313411395 -328.7191571019509 -333.7138743226369 -354.46971402933525 -440.5158231940136 -567.7317198205208 -639.5240207648206 -757.6109766534278 -855.6522995135297 -863.1212665187968 -733.401909779118 -542.5972958448508 -325.1184355825748 -331.1172820986928 -291.6890799702453 -263.3756150944259 -281.407709428218 -337.208466272882 -566.0835681210986 -594.966072863994 -484.1165135890818 -511.0796516534408 -437.0470542752075 -356.2442320017883 -360.88323172248056 -371.6554259303603 -402.1017413994656 -424.25382210309937 -526.8094549949224 -623.1185535776979 -674.1456829714504 -823.4329975628617 -937.0273295055746 -941.0600051391756 -795.5706069705864 -598.1561074464112 -393.24781659003565 -383.2024520595656 -343.7178410605732 -305.912137698566 -303.0166502303651 -318.28176612164714 -446.5598929064364 -476.7745039995208 -554.4164342914768 -530.6173759693035 -466.89717381356246 -358.06925557118075 -348.8871925307172 -347.5788548397119 -378.1407658342631 -349.8042328700633 -483.8146020467408 -589.9987113134005 -603.6215948999572 -722.3626048611616 -765.4567260789879 -748.4847861517367 -676.7307996971094 -522.3572532288994 -330.12080555863054 -336.49796349262834 -302.579866141348 -295.56509940171173 -296.8126679577709 -307.8489341061192 -459.2955982940325 -506.59146748773264 -508.142897045133 -445.6034079408168 -405.284088487552 -302.86830876169626 -313.97063600076604 -294.38832130824363 -289.381844125407 -311.5019675100896 -421.77357789146026 -490.97913497389953 -571.236259408535 -682.2499788495356 -801.9820602902619 -734.2719606924574 -655.1654978031822 -518.223109709548 -309.5729771900428 -318.5276033933277 -272.212811666624 -263.6299244402399 -271.24604404703354 -334.28375822890723 -554.811842810711 -557.279750241648 -425.01763723259023 -443.5661690348674 -343.9836882176056 -266.9064632411266 -264.3269884951191 -296.22112057542853 -319.066360419099 -337.7386907880048 -419.9885636745306 -551.206395434223 -622.1914199378635 -735.9210165785977 -790.5481213897397 -784.3038447345662 -659.0168266242649 -507.6048827788042 -308.9815220647027 -316.4848827144148 -290.1703618031903 -281.78622152614275 -286.100585346148 -323.02738559858244 -539.3332088858851 -570.1918306617754 -406.5435047095598 -470.05726841537006 -382.16333159033127 -322.0528801847092 -328.6697395100907 -352.521080446551 -373.2906721306274 -400.4171165021591 -480.2871551420629 -585.0518402464974 -647.5976378739999 -814.6500835959 -882.1484988463775 -901.1472213980518 -715.1003933581633 -572.923752883846 -334.5631273080797 -322.147311508847 -301.5809738689311 -295.0381186942484 -301.5219683104195 -352.39930526176323 -587.5358212155343 -649.8730434114931 -512.6581402345466 -527.8635155021493 -451.8002313306234 -376.9350958622718 -378.8276654720452 -381.8297087997512 -403.555897271876 -413.4071191935605 -515.726684706302 -639.588315945786 -721.9180661444451 -912.3313333897688 -998.8297825401283 -1004.8939838251566 -840.909373090063 -668.484826509792 -439.6364285897924 -407.6556353521213 -392.1820429700368 -381.6248485373627 -386.3240761043666 -422.8749409711888 -654.8438510597618 -698.8692040925266 -535.9940723182642 -549.5795802168358 -450.7209849302064 -375.0959860880562 -370.75213439185046 -379.6537977241143 -382.1755551415943 -406.0230775791009 -513.7182451612268 -618.2416086623815 -732.3746692673701 -896.9063179252025 -948.6583580030722 -960.476726331929 -798.1879055933933 -629.7668233442755 -390.2106664042669 -358.56074446909 -340.57631049978346 -322.77205454520845 -327.6946848182924 -369.194101874064 -596.0005124904511 -639.4381440501213 -498.2881719977401 -551.9062893448992 -496.3293226941232 -398.0288266236432 -419.0439707171218 -414.7419864788055 -423.1669826027791 -433.1215697751945 -529.8005051224828 -636.8657159949651 -743.5005539366832 -965.7013819373708 -1040.9792717114244 -1058.733170761229 -877.8796170820011 -707.5484317546519 -470.5910085473805 -450.91101847780783 -408.4282084602917 -395.97051576548 -377.852837509104 -394.4145269617365 -559.1831200242226 -595.0537625524876 -629.6378339932214 -631.4904457398416 -510.8221163647853 -408.7536242460415 -420.6535675577681 -428.9932313440713 -442.83193770056414 -439.5557340819706 -600.4284444945675 -684.4037267049476 -716.5942944147587 -928.9875305836424 -957.231013030436 -969.320180075184 -879.0334573175745 -694.2546902586115 -474.87709943168113 -459.9859456650942 -415.3478310390189 -422.9309765846052 -412.6284295634573 -423.83783832261776 -581.1187044710833 -639.8165271806824 -570.965807111273 -613.2440841753047 -526.911763494403 -405.1285993001167 -406.7270170620764 -369.1795676437093 -356.7408662278943 -377.1065697919501 -488.557599841716 -582.1356811840824 -643.5551650143228 -833.5297830419124 -863.9477126830067 -789.3316548209641 -679.8510875031611 -528.0448521350504 -272.9315468834181 -257.88525350422964 -231.1947901603692 -267.4291864387221 -294.1430356488163 -324.02061473606045 -546.7721548954322 -570.587041465736 -415.0769636795926 -450.5096951725 -369.0935712097492 -288.21334027760884 -312.18726217255954 -315.3259168858556 -313.82464124110885 -336.275972632936 -407.70781079524977 -544.6084345213451 -626.6323088886145 -801.5124462231807 -837.4425039528592 -814.3257516145828 -637.0918883873641 -491.041211782251 -283.424779154697 -248.8050344271993 -245.7772784226612 -264.74819875191287 -270.5419878580839 -327.43397484593066 -552.5759564155128 -566.9031460521661 -407.138782183644 -440.2621616892262 -371.5849260325571 -299.8422970588101 -315.9835126977913 -326.3425627728531 -347.37122550757056 -381.6581430081328 -451.1470733335335 -562.3435073224634 -623.9884445059897 -790.054814881801 -854.7776723627076 -844.2142467301853 -659.6035483963054 -497.17693163877016 -269.63234339417966 -270.36521104113336 -253.96055927355292 -267.5660596699689 -274.8192449373912 -323.8212675492269 -546.3810766914144 -587.4562605401903 -408.8066754935164 -470.735600155526 -408.8415605043449 -350.24510299643185 -359.3288419868288 -370.3653805385785 -405.2214691102402 -417.9763496130702 -515.7384991831372 -624.4345734671931 -668.9948894790501 -827.342815380554 -882.4673257994542 -853.7211242322551 -683.1667935255825 -510.7270715848545 -277.6983599246241 -256.3986402630953 -257.964920774816 -274.5895108593917 -280.0635767704248 -344.61534226523446 -557.9424988926125 -575.9705318239116 -430.9271470019127 -507.3912223134828 -453.898131452326 -368.4551972420134 -394.1991947469707 -410.604657612718 -427.4786183993396 -454.4385472472332 -563.545683195383 -665.9428652184885 -701.7042295033258 -869.1074679077041 -941.2375843961792 -909.1520455297116 -736.557608751422 -556.1934717302166 -286.6676724823338 -266.3706238840788 -242.689120259109 -231.5222225797172 -239.87099734857415 -331.9362030177488 -565.4534049785121 -560.1194874223498 -411.727270835816 -454.4768130789072 -412.8263919944235 -347.67023674253767 -349.0387661267296 -366.9977893139706 -397.49689255224536 -409.3956498018016 -483.68018836028114 -588.5663582818281 -654.1237530388679 -780.9400770657569 -827.6063462256409 -822.3199840736194 -671.4617269005986 -498.9287911294518 -295.616217682432 -270.6151309652051 -239.62786847471168 -227.7145255992382 -237.04150470978837 -295.3192326334991 -463.6011447514299 -437.0773993895156 -488.8670465983906 -429.4639161911265 -310.43958422191844 -267.95413851102586 -293.5770024467021 -294.1917261064115 -280.75468816928503 -294.0402051069897 -381.7484141174612 -466.03352762675127 -577.9782472119662 -735.9941144318566 -759.4865554462293 -766.1992000801976 -693.047918074797 -544.7197592922095 -313.88276527818493 -305.8980220650071 -270.4414506573406 -266.57702904223214 -270.6763982538574 -281.3797595425982 -408.06007895525846 -479.9773381501411 -473.5681378150253 -483.3440299947144 -437.5688976694687 -334.603746717866 -365.3112499178026 -311.8071813107651 -308.6414980865343 -324.41442158421575 -398.8100230027078 -493.0509267403921 -612.2553854894093 -759.9411241195795 -843.5248146279005 -778.4203110988392 -705.8242717494292 -545.9226482599456 -279.67848811652834 -249.5573277897145 -233.2899505760102 -228.91918258109695 -236.38134377575963 -331.632173946765 -552.7541484874336 -566.399847317858 -411.8508135225735 -511.16063218204766 -466.44322625237606 -376.39752553161736 -384.6916762238722 -401.14025775038255 -396.3275663602886 -417.5079023085358 -519.5124430372418 -676.8629066193294 -738.2946937027967 -909.6341779339662 -967.0957879402824 -971.9829774964368 -812.2345396597427 -567.9997583302646 -323.80739294359466 -285.8386978965325 -266.27054745535446 -258.7083219821279 -263.9745646614756 -312.5868069401646 -521.6379339758909 -557.4488189784312 -434.3607067090072 -441.9487964185285 -349.86533731987106 -316.7241550307902 -334.8295818905005 -356.782923512321 -356.90914092038963 -380.1634778056941 -459.8425801153162 -589.7012074432542 -649.7552528314186 -800.9469092177058 -856.481157931742 -880.5098758948573 -720.2079775076289 -561.0897868402104 -323.27365924785323 -277.6185027068119 -261.27668505970405 -259.39555534387785 -262.7680547277216 -294.3910588717307 -522.3917097402116 -553.7076372651013 -417.8749753142286 -436.8299278979153 -397.81618392345297 -304.00175757176584 -337.3919008746685 -347.72886532708014 -343.57656693802915 -366.16625567361655 -419.5018023123429 -463.9832052576117 -581.6442434009155 -714.4740446990292 -767.2038700815746 -779.213645961704 -648.7288956444039 -497.8479959955379 -287.39291026395347 -244.20791548948543 -250.19159447078772 -271.45574254464475 -273.0945558116339 -337.4594336249031 -560.9747913976471 -575.5299865250015 -450.856787504127 -435.4724711250397 -322.2156280073451 -270.98265550104134 -273.8150046622061 -250.16411351549 -269.5978108776634 -336.9929936839426 -360.2122284319368 -461.8873720495019 -620.717976224138 -713.1421004093378 -769.8974262839674 -776.5518400709007 -640.8724320547185 -499.5680613121149 -282.26926137158165 -290.56786661112454 -270.8077299627284 -264.64653965363914 -298.0403167301879 -331.7061183254826 -547.5759648301794 -601.3311739736001 -448.7318061378362 -456.7461663302908 -346.7548207835538 -302.7721477923321 -269.6397739432816 -304.11500533517227 -278.2038062505666 -312.3200770930241 -306.59127394102336 -441.06236645114274 -591.317052703271 -711.946379370251 -769.2934968017632 -774.0026168848149 -636.0925184910781 -494.3629762701839 -322.9685780890543 -315.7184307519711 -285.5139157825369 -271.76801576937504 -279.20466725700743 -291.6950193715622 -440.1430722768908 -484.261416982182 -522.7962501949868 -465.6693631566036 -350.9967298746022 -274.96250608602725 -278.8229972495141 -288.6795512128836 -268.8280250759807 -259.3834194460404 -357.5981519494854 -451.3086748290826 -573.940839294565 -714.1168250847948 -722.7205004424736 -725.3524973393119 -652.0422029598258 -498.7101906630619 -282.5635029471025 -279.123773445442 -246.89122365130603 -243.8546068129272 -254.9393292912946 -261.4492650852204 -402.58172172563087 -483.0133751528912 -456.81557885470056 -424.78453373012906 -387.3354804372938 -294.8990954627416 -276.011478723528 -256.7332405363449 -264.8754453012385 -275.1892859088113 -317.2890080472592 -412.98899556227065 -546.7575290913487 -702.793375988014 -770.4503898979794 -715.2030352988581 -654.0203780923147 -513.6134593718442 -282.96940682176205 -292.7811230899043 -273.22529984598646 -284.0490036106466 -288.6510689510849 -318.63173903836594 -537.486138864918 -599.2004239868799 -463.8702859252094 -457.9512977794605 -342.85330403092127 -282.68661365198363 -268.68242108641726 -252.31866810257856 -261.75531364500307 -299.92934461800405 -327.27763733402173 -436.656379679029 -596.1144803194509 -716.454720078693 -764.4800181431041 -773.8228262379009 -634.632349834644 -553.6458781667325 -318.3047571553012 -291.05842365264607 -270.8028721161229 -260.4036076189741 -268.131787953388 -299.8688178515589 -520.8440582427858 -573.0796592737801 -464.9013563605059 -456.7312800257818 -345.8542494888373 -261.6061053773037 -283.8462612800617 -303.0040313679558 -322.40214390495686 -340.43227737678666 -382.8521585333837 -500.6213296273724 -630.1582455437695 -751.3658688076713 -813.1030949804616 -814.7270842195728 -668.5038934509824 -517.1826987693039 -294.8939226551199 -270.0151184456151 -279.83382715556706 -272.3796538088046 -281.27669072496366 -333.2512784171207 -558.9976032675353 -576.2897744971782 -452.7242352741296 -425.5391617519225 -293.3113453894588 -277.6042209570806 -286.94378605050053 -284.7832160515659 -278.5862912421352 -301.7685489524706 -325.28478982520085 -449.4857159744812 -593.0625419417945 -703.8754566814026 -771.2341171403368 -782.6142382984353 -642.299692597217 -499.8521993755468 -284.61951071562606 -264.1369161745688 -273.86825763671624 -267.89604618063515 -297.10208217941187 -325.2388018192094 -555.5472851758146 -582.0415266544786 -452.0988807291287 -439.398219615111 -337.7959119349876 -278.67841305997945 -289.7988749733776 -295.6547999194968 -310.9776121710658 -342.5717959372296 -400.8278568629924 -514.4198077574895 -625.4620252353056 -749.7460371082904 -799.2094891263115 -812.7194150832644 -641.1319258152349 -501.8584521961203 -285.90781713220537 -287.3272982557965 -270.9024276825734 -268.54192999912874 -269.99212621301115 -320.6532085239176 -553.4220065985371 -583.6196269120327 -444.7681560923109 -437.0769231199547 -347.9685094354718 -305.0280501552552 -306.7439988583983 -301.57262009745403 -312.349124304253 -338.7220834244087 -339.1924668827924 -470.0373467737694 -620.7578127013023 -714.9097768851996 -773.7655066040774 -779.26654176845 -638.2357736700852 -497.206810917962 -334.9360655914419 -323.2768313460664 -287.01349990352946 -276.79968117123786 -282.7063487781853 -293.72766543502854 -441.2721205705674 -486.7250885573146 -562.3414288064024 -469.27726116948105 -355.77078551329856 -313.08989398240186 -297.1860016358544 -303.98143813040497 -301.5927221422729 -295.6476891674321 -377.50929109865694 -493.691902586297 -585.2060351847219 -716.9762159543184 -734.5674027374148 -744.6365271313969 -673.8739051496369 -539.9349865605886 -312.97862165836256 -307.94973616112776 -268.6646518831906 -264.0560312141139 -268.6054676726023 -277.0691558959579 -430.1226064674403 -485.5045346100524 -477.0679791781692 -460.6571350628898 -410.2974591370386 -306.210720321834 -305.7766762054362 -263.9600140806742 -264.68294012218945 -273.1710535049218 -337.1280184331544 -430.6646389821182 -593.6292281221157 -727.3413413916213 -766.5460714124273 -744.5559077530552 -682.6584835390594 -535.1473188485895 -295.8930959552088 -276.2566045015898 -252.4240627710509 -244.72326694121048 -253.83682043350197 -301.76393195804656 -518.7458002535341 -564.649385865704 -441.6331666149703 -442.23068391578073 -356.7389089049574 -308.7389730939848 -311.99598198126154 -293.5201485258023 -320.7041864833121 -313.72848728277205 -325.2654678668177 -469.7061832310303 -620.3258379984778 -711.1412299057521 -786.7076256031074 -772.4802461408549 -632.6508787353748 -495.5337679725248 -279.19668275316167 -282.3597636910398 -266.2442653057102 -258.92358859248947 -291.790359886547 -328.7178018499837 -551.2448472824982 -593.4187050695629 -450.1781598604791 -408.7649472310144 -329.2018684158714 -295.97947961223366 -299.9692880112611 -309.5328459220869 -320.70942495976243 -351.1960762081251 -404.0884130925412 -516.2918987419017 -592.8375075329058 -711.6810750975378 -767.7512723652055 -793.1924339601325 -648.0504419853537 -499.93883846761287 -308.49634140528855 -309.32950711237146 -293.06203536905844 -289.3752349069081 -292.03097117612054 -317.3190163165083 -536.0399375814995 -597.7043378886397 -448.3381715512239 -430.8098531049567 -367.0962881640663 -332.4521732607117 -354.0023973442211 -364.7882632057418 -367.7278702874238 -401.3266647616984 -469.0614913936974 -591.5806129805534 -650.5648678827481 -756.8685511869176 -815.0368355905921 -805.5992670028046 -659.3364521292652 -516.6021792345276 -290.6277426407578 -248.90348412914383 -230.95700814978017 -229.316215276975 -234.52532871137888 -320.3118656967852 -556.3558020279654 -542.2719285781881 -412.824760693954 -422.0616217320037 -345.52397814979275 -296.66658982283656 -290.3296299780991 -286.26086415902216 -321.2425372446839 -357.0835284527058 -417.7006531124812 -523.9224704647514 -630.2156467940607 -758.0290537399667 -821.326455544699 -822.3708308077452 -642.131152417634 -491.52509478150233 -289.77291761811324 -290.84012037605333 -271.5847169992561 -270.46817241208043 -273.5755666121225 -332.625623239591 -558.3949171022629 -598.9255110776012 -449.3435439102045 -463.7309563195762 -336.9541515233154 -304.0780086949789 -309.6771819646186 -303.952467470348 -313.4489495517845 -312.5694510103618 -333.4302385392592 -460.3976653105085 -617.9228528971787 -734.2723745662488 -795.2616869357275 -776.526252330985 -640.1514453214476 -520.7571084935188 -320.7123156475351 -310.4907326794477 -277.8768052305988 -270.7408558044623 -276.07879088263195 -290.94350063589127 -447.7503799596479 -512.8571524975494 -554.186300580142 -463.1343128028515 -347.42107929194344 -293.36392231213364 -284.528638871821 -285.6230931820592 -275.2752941247862 -276.1511055587874 -358.99206442149864 -468.6170930676643 -610.3536963344513 -741.7261349447402 -761.6705089630796 -772.1676237920051 -703.6666369781685 -535.518496425308 -306.47479161249566 -304.75047609622067 -260.5260144362623 -255.95505937523697 -264.186491931353 -274.572250849524 -427.3877680605358 -511.78843235176186 -475.2205092283557 -450.75853441917695 -394.6317222270268 -315.883320087712 -315.6574923402628 -291.0145285969301 -275.5893458805605 -282.6540103221753 -342.99800075045897 -457.26408415672086 -632.172404982889 -731.9397263111322 -764.0105074341271 -754.1267540039696 -682.48365058038 -532.7787206487101 -292.97577444736413 -267.02677418153814 -248.49170237070172 -244.46227184454787 -249.80024019771983 -320.7386557720708 -544.2258372427011 -585.5410816557303 -429.4767149109846 -422.3303418954331 -325.8559805933315 -280.2534179023718 -272.08098771559867 -273.6692158868896 -289.7933523662914 -306.47008147831565 -338.7259005768259 -472.2641529387189 -652.2784621497889 -734.7939851636066 -803.302462481409 -809.6501215010754 -670.5584002767837 -514.3479690721753 -279.90171508133034 -257.21352153534764 -239.34644036927585 -240.06770098229808 -241.98503327604251 -314.2700624257554 -527.9153870205183 -577.5087438050349 -425.079277524481 -423.5868335371754 -329.9256032699428 -285.0071974461606 -292.6316370456313 -302.83561260005297 -315.81400407370296 -340.1024884344859 -389.3136088774077 -520.0780422237692 -633.9608377793351 -708.6650366282073 -773.3954034002182 -775.2320847033776 -673.203167686841 -517.7571331365103 -285.951930575007 -265.5031791231886 -241.15202725360032 -245.52939714436224 -248.1806871502319 -319.7180554879625 -547.593297117956 -597.0791459418267 -446.38815442867735 -431.75368059766015 -320.289414353274 -283.26697690446053 -292.26631095989995 -295.80146741148343 -301.0328312929021 -322.454838502177 -357.74446610541384 -489.4531127836297 -644.6499909867963 -735.8413779982502 -773.8378966069097 -802.5886605004151 -636.4431336359522 -495.882733552216 -332.7783045355047 -310.200987851926 -289.5271527019436 -292.0620951597041 -292.2948839236468 -326.9341024911046 -556.0650425453241 -609.3392784299043 -469.5263283457491 -445.6577925251277 -322.393719858572 -287.0174273017958 -291.8486519459822 -288.87017652122444 -299.21160240154364 -326.5323263057152 -354.01992832601235 -486.35567426267 -641.40067466513 -731.3571114682085 -804.1156806890032 -773.1690200754508 -640.5826856216145 -501.5699012477333 -319.0716563813791 -297.46409114018405 -282.024260795721 -271.2677435321722 -279.0647066291725 -314.7099696616364 -526.0845970695955 -604.8978863986955 -461.34591311578754 -440.99613976747486 -333.7169233182208 -300.8282132393912 -300.5783347618987 -306.66209784618707 -301.4674417407436 -328.1735028347008 -343.92649800925824 -481.8614401647147 -649.2493824508358 -710.1644577795372 -775.1696798081564 -773.1502204893228 -640.034548302829 -528.484039703537 -322.10842229500605 -311.63415488175866 -279.836720417877 -277.81153424937776 -279.5697991679087 -292.81915370025035 -441.559168024464 -518.9226526408232 -527.138226913228 -463.6752854015766 -365.7509957118725 -312.5592137386872 -314.49292044219 -324.86781050185243 -320.0929531052652 -311.917063160997 -416.9297881098452 -511.0846983897081 -621.1414207717737 -707.1998581583714 -725.0350119402272 -754.3985988522094 -679.522984094173 -516.1791853027801 -284.90970402849126 -280.54889794866625 -247.6354885855597 -243.12888354865345 -260.962968006305 -261.0277450053959 -401.0243818392673 -533.5870678514977 -468.0325132785551 -469.1751024359274 -446.52479898756445 -341.09639112991255 -357.00912313963414 -335.11876451514286 -324.5845699712691 -342.2475743559518 -432.005790845806 -530.4149513800613 -650.3267819754554 -776.3298748487676 -836.2582518412606 -804.3663692750708 -722.53675559244 -569.5449531910275 -331.09023803871133 -286.4178426658655 -265.6919902888897 -258.06500680230005 -233.30496523637416 -332.76656272917364 -557.8087970735814 -626.2016988931294 -458.15324122794726 -460.8495624056677 -339.58990999685034 -282.772022300746 -276.51354528758907 -273.03601200188274 -281.7350738020916 -298.5434455532562 -337.5282328333692 -462.22463182840073 -656.3525418775891 -724.0060706632235 -773.681743226509 -787.4814198649311 -679.8534905423531 -525.2112613225136 -296.3126331956009 -270.81275725138687 -246.75913233320483 -242.73150729634185 -249.186101262016 -314.2999544872164 -548.4476852719845 -587.0369225568888 -430.547024631404 -421.2139799262533 -301.86153343542674 -266.23074237750296 -268.2331817278338 -269.34553046370297 -287.1127785619046 -309.3410077546922 -345.05280031528605 -472.7330348158448 -659.4569284268763 -714.1460056256178 -780.1361532514637 -786.334444568444 -678.9898539209985 -526.3043567864848 -303.79565774162126 -276.92573184325096 -260.2035837093044 -264.4541809125958 -265.17494438571754 -307.79798586824165 -539.2133450816672 -615.0824436000238 -464.0990391275425 -438.0985887496203 -340.1843600959621 -293.4415981827143 -271.0097087813521 -273.9539504691298 -283.7366382153885 -320.3201344972057 -356.222175575862 -488.21501950885056 -657.0648708179968 -736.7535900814665 -752.8370480581045 -773.9851643322642 -645.3697368146732 -510.46901216916274 -265.74612169156194 -251.00434826124336 -235.2283319064002 -226.8500648819567 -244.47556487244032 -313.34160240247843 -515.8624545141728 -596.2208270801233 -446.6276740160176 -435.5610020503214 -352.116045411196 -301.90351391317296 -292.81496141418586 -293.5411008317954 -309.6341218750188 -315.1261694044952 -359.82280127842085 -496.6111758181796 -651.5348335930925 -741.4674349306426 -800.450874230736 -809.3775210403384 -670.2106512843765 -555.5315080701217 -317.08672993923534 -293.5521355080312 -275.7663108882178 -271.6250101143771 -273.9715914388553 -314.4684993864349 -528.0036278828011 -611.1442569932359 -457.3267698341126 -426.4607575069885 -339.51952229572447 -299.3878696941492 -293.1731537701591 -291.78245322078186 -311.21791342550057 -324.73655188192697 -340.9772077844513 -476.0224061178509 -632.4408090502575 -715.4676075472995 -765.3566964086045 -780.5573811600607 -639.9629356650939 -500.5513995204386 -325.88318296237736 -299.3185603026783 -266.19842356624946 -261.0203632530982 -288.2193046201716 -292.8701199086589 -443.1095240413869 -521.5614539130756 -560.0069046960133 -475.32837060528345 -358.74083075974016 -306.0364869137747 -296.0436059421725 -295.4742648755287 -291.2938463168484 -293.9282425240213 -374.0158444076935 -485.9934374389809 -623.8775376210973 -724.3565185476783 -744.4675813125343 -747.579901583736 -710.3888698281286 -538.9192827327142 -309.16143452086425 -301.1493132783545 -257.5498658405948 -258.5225108804352 -259.7431180837713 -271.3985732085844 -424.5351768277831 -513.6648828581784 -481.74244330088834 -451.1302161621596 -379.6931400778822 -299.2128381345784 -312.8509724978378 -280.7836491630007 -267.82321789278546 -281.7752048082408 -344.5106469004447 -450.2877525936775 -630.9416768426404 -726.6220912487182 -800.1025310680357 -747.85355924656 -684.643944086508 -529.4542372823306 -285.33824254233457 -261.58002784358297 -241.842890211822 -246.2596797256897 -249.36654216597245 -315.31124721211927 -541.3675561736163 -589.2218494842634 -429.8158538392146 -423.2055828768487 -345.0144249741359 -307.35458978691463 -288.5649686128553 -292.9942171354761 -282.7300601912772 -313.9864013611895 -362.47718104523466 -473.9120353187616 -654.6214209751784 -713.6429455643408 -796.9557561596957 -774.3854630291174 -640.3019456443586 -497.8984907453642 -321.33923786609614 -296.0238306838984 -282.4958239148904 -275.036533355748 -280.2265772525548 -329.85306097513114 -548.1723934672357 -605.6445886767426 -470.4885133757652 -446.6221523528561 -339.13694619884893 -269.5130238298036 -273.5480042499305 -277.2913388957627 -294.1000123728617 -302.0588296098141 -343.0253886511727 -473.8891350504344 -639.0138263278145 -721.0689714812318 -808.7401253162847 -800.0641392684603 -671.9406841002378 -551.4433419175939 -307.8058634271143 -287.2287954133135 -264.03340005410445 -259.0616989469118 -260.4196025436513 -312.154235543831 -527.7747114649118 -606.7884740356672 -460.75179474108864 -427.9119374157011 -331.3693845865798 -301.0049399003904 -302.3206980266047 -305.5819388686693 -307.8564401445691 -319.23349472756485 -360.1123075512891 -495.2652685379858 -649.889828867564 -724.5134210146897 -793.8060585861627 -793.305833025677 -655.8259827423533 -537.851496974367 -295.01485572873577 -272.7459060008154 -254.05084696465772 -248.29379670644283 -262.08719828855857 -302.5498866683957 -523.0803570582079 -605.6943798957266 -454.5821042106996 -435.3953932593293 -310.4802808039661 -272.2214844755855 -274.0590781728344 -281.8219340068392 -289.2247528436671 -303.3046680488504 -342.9191766320208 -473.3713413899532 -665.069113615383 -723.3421506390284 -778.4979633337924 -793.1765641141759 -681.2256944055637 -533.1236898211238 -297.19481340708086 -270.5210742606221 -252.4206540347975 -246.65668425125452 -255.3009840802464 -321.54486144569813 -551.9546187835384 -593.0703136579695 -435.1706144267099 -421.2156509630032 -327.3684862297042 -281.0466536723434 -299.837245093411 -305.3913989792859 -312.4512039250334 -333.0101140713347 -373.7614110976455 -501.335518158518 -668.5889141523531 -720.4459106578521 -779.8859957739656 -793.671560330234 -654.7513764044683 -534.3739277101137 -313.7909068390304 -308.6005104075349 -273.32235889040385 -275.1676627957974 -285.18194221714685 -294.7445411967665 -459.7459073448845 -526.5871268321368 -546.2101517210473 -472.4620733588077 -309.2193401390552 -266.0434998296462 -277.19340616533094 -284.5371222505787 -294.14690378062846 -303.5597979804125 -382.6970733918882 -477.6177936995966 -612.133112026228 -721.8163432891795 -723.3300002833746 -729.6396536377619 -666.1575374893171 -517.8989980007894 -298.28654559450314 -297.0852337039605 -260.7269623735035 -253.36417956255377 -258.0781935786959 -294.65451480246765 -443.37674108183467 -537.6277517283635 -506.63266007938313 -483.8658519244012 -392.8718628846768 -319.16372634910806 -330.07271549202386 -292.0434276708652 -297.8965220927552 -305.0258678624749 -346.77330228072503 -456.5302766295578 -629.0308672800082 -736.3101672526303 -786.0112227551047 -725.7586892204749 -656.2218556646836 -545.791824548226 -328.34229211388293 -326.1450601199295 -304.6972153778938 -276.94227310206657 -284.9374777783054 -283.565578664198 -330.4018826336932 -553.2964710247134 -576.2992665924962 -461.7612489288411 -444.9117587228527 -340.9778536024141 -284.6205857297664 -287.8651958778646 -273.4079277979286 -282.7854984571059 -310.26667278133874 -348.23718276990724 -498.78683352860287 -668.8098177688687 -726.3797826739863 -789.0274110736634 -789.0496231458208 -690.3776421261172 -534.7639414353673 -296.7362464118633 -270.0349115646768 -247.6922379005653 -246.6423742285797 -255.97566420977344 -323.334924082746 -549.4420781595081 -563.5425005512443 -434.13153832784747 -423.5014824580047 -303.0713936274533 -267.99480994975573 -269.2503611721769 -272.4215553645425 -279.878098259334 -300.7401296346527 -341.68838647298907 -499.6662871898959 -664.7172989088762 -726.0450238097523 -783.7540195550966 -790.0029405206021 -659.1516651423408 -541.8278868273876 -306.91728033071774 -281.20462256180724 -267.7661040332791 -262.2294546865364 -269.97889339884654 -307.70466314414494 -527.4920747112895 -582.1963347121292 -449.21315478579305 -426.32091527871006 -313.7665245697622 -271.07355602451213 -272.9489728965399 -273.419897687192 -283.4978164262285 -303.20499108571903 -348.0916366949924 -507.8461301355142 -674.2606857054095 -733.4725359766566 -790.272816351857 -802.8513738876227 -664.4165303283426 -545.4700097844355 -310.8577442909121 -284.3973935292908 -266.5430871378608 -262.6434274235896 -268.71825221845995 -305.0509706042388 -529.8004275581776 -579.7089095359199 -446.4103253776047 -430.86634336431473 -315.3375340558431 -278.06079185669967 -281.40120585398785 -286.43184691510925 -293.9684386755368 -315.14656471774794 -354.5359259277933 -513.8550515097323 -672.7699812288881 -730.3138771615501 -787.6545521763965 -801.4566780207789 -668.4615530861167 -548.6280477731812 -314.7561467077186 -287.7760627481877 -282.6758562433845 -278.31538055107904 -280.43527351882403 -335.93736942470485 -560.6398536496732 -543.7740126980191 -421.8138850912071 -412.9231017738522 -299.78548198162656 -316.2841614881158 -299.56059443936203 -289.5825413891102 -306.32117016211856 -322.0025969772619 -357.72803065451296 -521.5457942183004 -654.0496223176123 -739.0904274453106 -797.0097016903484 -808.4277148821599 -674.7322642518263 -551.3952836215136 -313.4503985964183 -302.0490002108997 -272.4426133156908 -257.7461491512926 -265.37155726817696 -277.81680516113016 -426.8274378487158 -467.6810531474511 -527.4713008941319 -447.14272017681554 -342.13113370411406 -289.721691733747 -272.3205166071204 -277.29562247311736 -275.4581189768845 -270.6767714261938 -356.44333917231427 -496.8252146769311 -636.4156022491452 -732.0663468905027 -765.0135468779035 -765.8306478839859 -700.8471535671749 -533.7974209925172 -302.2937109751595 -292.1096469365439 -257.54805654429987 -256.4729811323309 -261.6353734301894 -270.57235791615415 -418.3213185055858 -505.5402776220527 -489.3100287804214 -435.643102903821 -391.89013715282607 -296.6663845414084 -308.6340573152144 -279.3527046645884 -273.6927353903076 -285.8926936069276 -344.593525497788 -481.64659114170666 -636.3832784759834 -715.931303006791 -783.8583456157655 -736.4954410184756 -673.5865931570637 -555.8363962669885 -304.3989029933079 -283.3353129672001 -265.2550437758356 -261.67337855236343 -265.9283287577507 -320.4352866063663 -544.7599536011828 -597.4407326929913 -480.8624573974073 -450.7038884283629 -335.41361300029126 -297.0947682813841 -294.3448534733146 -292.38700469725995 -301.6973485064151 -328.9947993364349 -358.9118296716786 -513.4562919245834 -676.3267555880524 -729.2680776183336 -799.2575644380029 -804.5249394446724 -673.5597408576156 -556.3853878314998 -312.74137233782693 -284.731124170823 -262.08207784347337 -268.6329413351612 -276.7854628426775 -324.9285228861101 -552.8814906088808 -574.2604664582424 -450.32853917354737 -456.0213929141346 -347.1112796402179 -293.8768438990427 -297.0055488383423 -296.90126006717026 -307.4275035032642 -333.67010565749285 -363.6180541508833 -528.7773730207682 -661.438810332288 -724.662983469789 -787.6013351633385 -789.0808477942098 -665.0055735730853 -535.939574723046 -288.45099844184153 -267.48500405897266 -248.11685095552787 -243.374612167766 -250.06770938135227 -317.7886032527027 -537.8278907491294 -545.7411778349742 -439.1512670016139 -422.2001117555912 -332.79945814208577 -292.5194617390096 -295.3448526185754 -306.2291079747851 -322.8450931725491 -332.549209298912 -368.95508489803007 -524.2453785876813 -657.3815587055705 -729.7185925655749 -795.5099292959709 -797.1886729401718 -647.3812354806117 -503.82925387858927 -297.0785411795612 -298.8384740094134 -262.15291254464825 -261.83742744461455 -269.2016679008529 -332.2548613752764 -550.200906421492 -550.6936550561915 -420.98666809570176 -411.43104407072497 -321.5591607000644 -293.35536246824546 -299.1752395807202 -288.2379674344665 -301.6590376907949 -317.34530948688126 -360.3030287093538 -532.5473337054833 -664.4838090285801 -743.039888913089 -801.2841045860717 -811.7049766634651 -674.5655576788627 -556.7348582649489 -313.7732112700274 -294.5431038822992 -268.6360160464335 -268.9212718498759 -270.231208235978 -311.59492573867885 -528.844874007981 -585.0719542211663 -460.96665783851313 -427.3343315484599 -308.4427117286383 -275.54558415170345 -276.2071635782289 -280.498277757531 -292.81759614798665 -308.74493132260085 -346.320628349295 -515.4702757339098 -673.3328501570985 -731.6836456400105 -793.1776930722707 -801.7563620092919 -663.2906700722641 -536.8960446681447 -302.88480674513875 -293.5701598985717 -252.7453219215502 -251.5898887881091 -255.23062829718737 -287.8828086366751 -448.04083571223424 -448.24653487720457 -517.7214916978019 -449.3764044686022 -352.6956874315758 -283.06472227313566 -290.8000897135729 -288.89052753457054 -279.02594173572965 -277.5829655941536 -359.7465349510617 -505.0041024271204 -631.7604993871721 -724.4065387805884 -755.2149080398873 -754.5931696602212 -691.8895320392211 -522.6609108629332 -295.8832521574351 -284.4056430515928 -255.00895630238705 -254.6865168921765 -261.1608617721385 -266.1761037331599 -425.5270564585929 -519.3179109990216 -494.3248615286087 -439.354363369366 -374.7823507252856 -293.6912350001391 -307.87510589041074 -277.7690635268377 -269.9527474373335 -286.6512632449528 -346.2653162576205 -487.4155294107664 -649.8294692543359 -711.2316975543993 -783.0498490057807 -733.6156085452636 -700.5425378886531 -561.1143509448997 -305.97041221226215 -289.8040097011727 -272.59025906048817 -261.8033886381179 -267.9967320379672 -310.23625392200574 -529.7662627854439 -588.0929782735792 -466.2371769873273 -434.8051389465487 -325.53051924021884 -287.0094575159626 -283.41290407881394 -284.3986233364797 -297.3473613352458 -320.7457454638365 -352.7868340356024 -514.9182598759528 -679.0799212057188 -723.6393610236133 -784.4387765533876 -796.0343269377239 -696.0506761787899 -543.8411218017778 -304.1391048428723 -285.5685840426974 -259.3120582035073 -257.1387787268497 -258.5565756127355 -309.0392414781741 -522.605947418458 -576.5563897816012 -450.2272079723984 -426.43985581983833 -310.4167142833536 -271.88783509772503 -268.7128845347514 -270.95157406954206 -283.7812008124069 -301.23497990742635 -330.9392740834823 -501.80038854612224 -658.5371512311536 -751.6393973160954 -808.1363197220043 -829.5454815910475 -686.7382426877939 -529.859413488078 -292.1489920670014 -266.636234532786 -250.63574380540084 -243.10276407689724 -252.6134073233154 -318.7913450845328 -545.3168756198443 -561.7384885696753 -434.4842790350294 -410.5377461013395 -306.1880885632312 -261.39556264279787 -264.4287010802483 -267.13557326207314 -280.1820299152343 -298.996978572938 -328.7956754236556 -488.3146816622205 -655.1472557114062 -736.360155919477 -808.1473545047432 -811.1084579103218 -671.6861623846745 -520.366942910697 -280.2908022992297 -262.0160209539197 -238.79601893485503 -244.1510548572723 -248.83196590860572 -313.1975759142926 -542.3997285770057 -565.0732961329248 -428.2672951332246 -420.420653110575 -302.3715414651973 -264.58100281724614 -267.02548431431853 -267.0032205051355 -276.4319612735049 -298.3214869574206 -325.33935413519504 -493.38795763114825 -649.8738654139312 -740.4992364755711 -806.670732068576 -811.7737107871999 -673.97110420489 -521.0989735207464 -279.80710706819445 -250.3018723965826 -246.41369441197003 -241.5489229100905 -242.54445012924265 -317.9461122266783 -537.5247242533342 -553.2700317992576 -429.0405312719439 -410.8989849117587 -300.2668709953814 -269.5034166363276 -272.9692143219156 -273.5674064044664 -292.72054048871246 -308.1903184290312 -327.5633051808317 -495.3560247382303 -655.2224250646537 -737.714015161915 -810.4567588008624 -813.5994148838454 -673.6528733944066 -524.5343081620878 -281.2131383476748 -276.74507426313403 -243.80679716483195 -238.1379230488088 -247.0737033127398 -286.6019244401533 -435.1264903410933 -447.1529378402623 -518.2940049181335 -448.2034523191225 -368.1849705015277 -320.4345229212177 -290.8515506333691 -292.0627123332192 -276.5484147355657 -280.97893346100915 -388.04020903434383 -532.6768741002682 -628.8621899904772 -718.4183182995636 -752.1558081531332 -750.7969323030222 -694.0321529769495 -538.39705583196 -334.0458934882805 -323.47869065605795 -297.32160054681776 -289.4193629994768 -299.83728529510626 -308.5326919289428 -459.6534643963688 -517.1057928064808 -496.8299354294 -465.2728851523803 -367.65898854850576 -309.0099107687607 -306.89745564272533 -295.7166901629663 -280.286693720036 -286.21905134345866 -333.5761181569406 -457.33532601325726 -599.334755405133 -705.9296813238492 -761.17981802496 -714.8908481590576 -656.476760860359 -519.9774645008632 -283.0553098623129 -272.52673735518897 -238.9725998802429 -266.1430008413892 -276.41994947604434 -333.23236850017474 -558.0208777288987 -587.4063113011587 -452.1952898849822 -444.11625282454696 -326.32486590593965 -259.5071270688371 -273.6439271139206 -301.5562214199835 -313.74882967240563 -331.99842544684145 -364.1629947869921 -530.8836239635679 -654.0651588724936 -752.6617827631295 -800.0558231069492 -814.8952666918158 -675.1588149436329 -548.9684885455638 -307.69198322241107 -280.2187608008232 -259.8693665328863 -259.0887813610789 -263.4910927241426 -304.7804833150214 -528.375090778377 -579.4605414185735 -446.5162366439814 -429.135704232539 -307.55928670292144 -262.2459072578321 -269.85343840382404 -271.17641317034315 -280.6749059662135 -307.1600337712523 -331.336996388166 -499.4575993766269 -660.3660233075924 -757.3051075232094 -814.4002967678856 -830.6830922150892 -692.5473122016803 -540.6765391173433 -294.3290843046886 -273.81864969740553 -259.06503116469656 -246.0648766571636 -258.51456426616573 -331.5648914442403 -551.7740174343406 -570.9276150127715 -443.4128028569221 -418.7983497713263 -311.74674659920333 -270.61889559048177 -267.0892807946367 -274.3839548048258 -288.0124148828882 -303.58926994589564 -332.1955751840227 -497.8515591954384 -658.7479324085898 -751.1978202243545 -811.115672484082 -824.0695262105686 -682.189832400593 -533.8970724406752 -288.5143654754858 -266.56315199982026 -256.4394191704412 -255.11599552899185 -265.43451135349466 -312.6184240494597 -526.7842177042382 -584.4764872186355 -459.5655039552346 -435.2528913215651 -319.01802121238035 -277.8768137355062 -277.8398058493013 -278.8805710580682 -292.3654507227425 -310.04794079111656 -339.83795700306024 -506.64670248436295 -670.265811467529 -757.3608622399842 -822.024170837663 -795.2706321816855 -698.2575083254793 -545.255780358135 -313.2303736867124 -293.8086174288815 -282.8654662566312 -280.45101707316337 -290.8416184913339 -334.21676998112093 -558.560161005928 -617.2547863807969 -416.0051460077477 -414.01759407039714 -299.7541988555448 -275.82856928843654 -273.3549906738164 -295.79789472098474 -303.64087020837167 -325.02545474066943 -362.52191036044985 -533.6067128033902 -690.7475169291138 -736.303459187991 -804.1793281091184 -805.3012340738272 -677.2547933460869 -547.0661913578697 -315.01463954459746 -303.9084709428943 -270.4177214022828 -268.2853641383746 -274.914571740308 -277.037230508042 -439.65086238327535 -503.9775524385399 -545.657539804382 -460.43352237808114 -332.89584994472665 -282.38514202163094 -281.07774437141825 -281.0842109674473 -274.5280323514568 -283.2083155127241 -362.8240250946896 -501.7972445969554 -645.2358515273706 -739.9927570094038 -766.6371508303728 -770.8277575170986 -708.4965057383725 -541.1291000535836 -308.9982740249148 -295.4955804917288 -262.0645724336987 -265.42986597392473 -260.0495359176944 -276.5906798621958 -424.8425104648264 -540.7050448451156 -496.09046660293245 -437.7915667482537 -357.04752162019724 -290.1309624005172 -293.9926299144466 -260.9065313848155 -262.459647204532 -277.7292821432817 -325.88309945693567 -475.8268323368132 -630.4241747484107 -718.2074266873008 -795.3333907354788 -737.7524141164439 -679.7459623462242 -536.6334473071697 -277.8516688614116 -262.41520404319743 -249.744968388428 -237.77041670658335 -246.03240036301528 -322.13388902301926 -537.2442670113209 -591.8218178420161 -435.770548010903 -414.8497532479044 -322.4418361372808 -274.77951801058515 -267.7898030144277 -268.48606881401554 -282.24230457022645 -293.3029613444831 -321.1331328035394 -494.94524861950936 -656.073971607174 -738.2534534918021 -804.4476455619807 -809.0154258149238 -667.6605392868903 -517.3400160593511 -275.1142524144151 -259.0948851472462 -244.7968159740673 -242.4850744586986 -251.1669546569282 -320.09026813686114 -539.6195820749531 -591.9052838079189 -440.9247834244333 -418.9621221408166 -315.084108960404 -273.14032127528867 -272.45878712592423 -277.29993465781587 -290.1061587756404 -308.4237219906681 -332.5755874951332 -497.3449478679872 -662.5160805765922 -742.446801009149 -799.1151647817679 -811.1271253241713 -675.9780688020835 -523.0163072576805 -278.7136304137781 -260.4239739767316 -245.95005373430135 -246.2615551710277 -252.6164032312135 -317.90557176773484 -539.0629099779306 -588.6880082680981 -437.14791592182047 -416.2723334612143 -313.8212965248497 -269.0171987407785 -274.93717307086735 -275.1794273429771 -287.5513080992396 -309.21994359553133 -329.55771517421744 -494.289584704253 -659.0542770721993 -736.2627933694196 -793.2524847165929 -804.8365840287476 -668.0404891206277 -511.20328579072856 -283.7859613104248 -265.66490316883704 -243.9812502530018 -248.9265661733535 -253.5152258257252 -317.7513535099268 -542.6963598528336 -591.4053694718102 -436.37555615233913 -418.12853008514367 -312.4425038888126 -270.582008388264 -274.55546063060115 -275.2462411566532 -285.752236716791 -308.2494237261565 -327.77010549995697 -491.9643175884585 -657.7191907664376 -731.715914278243 -795.5587281135665 -804.6776359673627 -664.4434775770491 -511.1328247600039 -277.8603198213706 -265.4102170303625 -245.75150220882324 -245.37475313803955 -251.42068231646783 -322.33973126194326 -534.21531913295 -593.4438597840649 -438.3739352725005 -416.7694840462895 -313.7388771913457 -273.1672388324762 -268.77164824220233 -274.3059759813646 -290.2358416402332 -304.06880933832895 -327.5520538502511 -493.74650545631306 -662.6677497254076 -740.6585239285549 -802.4271116801744 -809.2829449104039 -678.4098836469378 -529.2274945592452 -289.0229315505153 -280.61248525641474 -254.95085903606943 -247.16193263957967 -259.3562174948254 -294.5349978045675 -451.4613348561767 -489.26151113270737 -519.8602694372239 -441.92215295569616 -334.5302502403432 -290.2912573890118 -283.18352927859206 -285.4303017600941 -284.9543448539027 -282.4045348871029 -361.71662550847367 -502.9971353867428 -632.0651736621696 -726.5954486203328 -750.9840548883644 -749.0338324846705 -686.7836711114187 -529.3899501294864 -299.8945100180972 -292.48804622441827 -264.49195538334027 -257.0020530871644 -268.2051694485904 -276.96415812519945 -420.51402753277296 -535.474191697519 -493.8803038358925 -427.7956346222475 -370.3831618655479 -294.4351580500916 -297.59221490997874 -268.3351079645239 -262.5453408490439 -278.1337117157773 -330.3398441047109 -469.8155453298457 -622.840417482959 -710.1544813970701 -770.4243754294232 -721.5278450444872 -655.2344087562221 -525.9022705394649 -281.57925971111405 -260.31392819224413 -245.8089054502054 -243.53709486346895 -250.63950634403392 -321.1712894005844 -539.3556956235434 -587.8969449479458 -434.79698746090855 -419.219758805988 -318.2824753245948 -270.1450391501988 -272.5202600153147 -272.1813368135558 -280.89722136301697 -299.8997029107094 -322.268106224774 -497.2020459202172 -645.8005502911983 -721.8136190134318 -784.8266316915605 -793.5798264537157 -655.1092450349223 -509.3204263779316 -282.82098197129613 -262.8134873474084 -244.3257168772593 -246.9558628666746 -253.34951150442663 -319.6818852645473 -542.8336299501582 -588.6668856527757 -444.37967551677343 -420.0321201710048 -313.18296559216026 -272.07455202834257 -278.4398959535819 -275.75853889578804 -287.823454573088 -310.2890898863936 -332.4509995679294 -497.48271796523255 -668.355623258442 -746.4871341513491 -817.7066084445887 -826.90800706293 -692.1991064286701 -537.0232037769599 -294.3115874438861 -269.03837414461907 -256.92769009572527 -247.55444862029157 -257.0772825283195 -331.39745283615406 -552.6173855059586 -598.920931771456 -447.50489212725415 -423.1296587213012 -313.4670849595403 -268.2360259621266 -267.0335012176509 -271.7340711788924 -286.62351018544257 -303.64283937501733 -334.71365286947736 -505.96732886610727 -673.4067682108428 -734.0323149404367 -796.0719260329807 -805.2594402261335 -704.4657046566615 -560.4561681475482 -311.4701322472889 -291.899157879919 -270.57722361889563 -266.2053008183437 -273.456499038819 -313.775477163322 -535.2759520895765 -652.0380125111747 -467.3122455915891 -440.0750223822582 -316.67669969132186 -274.0595337953709 -272.9299272967314 -276.96806581754527 -287.0417468325988 -309.35074057704446 -341.6423964688088 -507.8656451331219 -674.4717821098749 -764.8302580867086 -828.2600475671811 -837.4760735204127 -701.3562996601115 -544.455072181056 -295.8324045530239 -268.924317959043 -254.3728737670835 -250.1893792232396 -259.5409654867543 -310.21922944902303 -527.7824475906897 -601.1530060267489 -448.17298004310254 -425.9695224970656 -309.97741849318487 -264.6165238624895 -268.5623337122892 -271.1297831757145 -282.5443345582809 -304.39362571923914 -335.3688474178632 -503.5712424870595 -668.3565906640346 -756.171738054338 -828.5136278171753 -833.9719642869686 -695.7840335193159 -536.3425543819034 -298.2855073630028 -286.18018705226945 -247.7939460540865 -247.5886196184536 -249.2306841343581 -286.7023273249202 -435.269515734253 -487.1618633832002 -515.2039225280373 -445.01211768851255 -343.1785755045819 -293.5455489341516 -292.8303138824112 -293.83366077669405 -272.4057296481581 -278.08094132011774 -359.17066415798115 -509.73934445203474 -648.3584221012837 -740.3345618127319 -772.3188791815544 -777.1276474188431 -709.291246108173 -539.2277417814255 -301.54283862846745 -290.8489785656971 -260.5437387934577 -261.19864441147314 -263.291743428565 -276.3012659565524 -424.20347503945743 -544.6445335395397 -497.694866919453 -434.99691144030805 -374.59324310738776 -295.6845461895577 -302.1710942788759 -263.8008887908982 -262.4387972227784 -274.51054515269334 -328.09155599437344 -473.9793369761775 -633.6998770520967 -737.463354106988 -796.7884290756238 -757.0956378504782 -690.4293928910155 -542.5148462601992 -286.1432277894875 -268.2241598133906 -251.42019599955825 -246.5351957743321 -255.9194858552681 -329.37653447683425 -553.6729845404544 -599.5471319117424 -455.59099804377286 -425.80141454856727 -314.20810710130866 -265.808123938202 -269.31597257407265 -271.5510770858633 -287.99370560481725 -304.71084720375404 -339.6046774329551 -510.5253956418277 -671.9609298444282 -761.0557087811619 -794.7124856377349 -800.3835921157031 -694.3628341446083 -538.6461855767598 -292.36109025817933 -272.406905754638 -251.18107597049985 -252.6665465895981 -256.7159370632571 -326.85491568727974 -551.6670144348966 -597.9293750608745 -444.1388117268624 -417.23195666256817 -311.39491738861096 -267.8376289648295 -267.68925629392976 -269.58385948743967 -284.3719049908665 -304.6928382695114 -331.9837847161954 -506.7612595612435 -664.8520530764448 -760.3419314694014 -822.8054441196216 -832.9414203332637 -693.2553829012464 -536.3627059120655 -288.92926168495364 -269.1249180393465 -247.89139138554768 -251.02926635793543 -257.02404906305696 -324.01773040182206 -551.3479578573641 -602.1236809824105 -441.92824090279214 -427.6813770935294 -315.737927160529 -270.872746506736 -271.6831480991972 -273.9815156907088 -284.11626890390403 -309.37098185723903 -340.3631170478315 -512.9966375294453 -674.3164366311377 -765.3914174930377 -791.0160836680951 -802.2628644726683 -696.2935526878317 -546.4791913732791 -299.81038867410064 -279.7123955776448 -251.43470100977063 -252.8180473493756 -256.17012020115664 -322.3303124597924 -549.4889597300995 -598.5862103940877 -442.01410709842463 -420.6920242388721 -308.3307991718339 -264.0675005223788 -270.0689042308827 -270.0929155641403 -283.1368978646848 -306.2878921560238 -329.6636709164541 -502.16942867249537 -664.7361468720627 -749.5171385134353 -807.5774818128792 -823.3136232764931 -682.144772547423 -535.1252277601949 -280.97878996608904 -265.05193392329534 -250.6809193986714 -243.4935882150614 -254.8541065476792 -326.4813155450322 -537.9578202720505 -595.1543835482496 -441.9617889794527 -417.1308655896649 -313.0402827700239 -275.69042900053506 -272.2005919124228 -274.4327100590112 -290.42279701245553 -302.9590029176951 -330.66166813534454 -505.780293243416 -668.7839779446952 -752.179603445756 -812.7143917456915 -820.2323890701673 -683.3674414609523 -526.6044488785756 -280.63652162484266 -282.7683936839681 -248.03536929201672 -247.7265986769413 -254.11905269112077 -288.9358258592912 -445.422064353576 -489.5699700920674 -533.7170711341254 -444.12739156373794 -332.9546679365542 -288.39901658275755 -277.1450288563072 -279.5788601386661 -278.10596064214945 -273.7471917482365 -360.3883390690461 -512.6564565227715 -645.8116366751846 -749.4180000929468 -771.4188628999733 -777.7296330866806 -714.4918875414309 -552.5473694986111 -307.58675253046954 -298.6457017068927 -265.8113680302575 -257.4062832189482 -268.1716144720684 -277.07980376069696 -430.67369562462295 -553.8638366755611 -495.5848484879112 -438.6303372722789 -376.07657554035967 -291.75950507217635 -298.48677364215064 -269.6457949493145 -265.64573852552223 -279.05020336901754 -341.592405598094 -480.83391138752046 -643.025161181455 -722.7175003384331 -789.6377921959049 -749.9583342190182 -708.963503013833 -564.5848060459276 -313.259740761419 -296.51493218088973 -270.65118523839527 -263.6714779949089 -263.0171430151705 -327.81382562231744 -551.6219421760212 -596.5925009766042 -446.9662919039586 -421.6801453771414 -313.2805912945759 -271.099034317746 -273.54727034830034 -275.88999044353443 -286.1781433895546 -307.9471970302417 -329.0528877913825 -502.9406119780528 -657.7243174738167 -734.9955720610342 -804.2051973860393 -803.1055353444907 -665.3997171656515 -514.4657303125656 -285.37618966642646 -267.8262663003362 -248.15271042242404 -253.05217390027423 -256.1056544233331 -324.00737437405905 -548.7465872400529 -593.4130073936194 -446.19599077305344 -421.4844560159833 -317.86115887009345 -273.7071513352592 -277.2616441045393 -276.70501713052084 -287.2255521522732 -309.0019838254087 -330.9134760730837 -501.8146480943108 -658.5912992879748 -730.2115810157057 -801.0750069665055 -802.0368104532783 -664.8392295270191 -519.8889669677251 -281.6273595112796 -265.1894789817024 -252.6663451593901 -246.05646030353253 -253.46678678782223 -329.1191888477917 -539.7984264853397 -589.965147312689 -445.7870934345574 -415.93714334682176 -317.1158551720862 -276.44817070621167 -271.4855432395138 -274.4358539984391 -288.77799231212754 -302.59432610862456 -329.40734091657265 -501.032039152675 -656.1963959439121 -731.143599215651 -804.5210395107173 -800.9839185419851 -664.7465193060664 -517.8779310545735 -277.8854532976628 -261.8244139820129 -250.5691127380442 -242.6239547306896 -252.58339831078695 -326.7082129276823 -538.8953670458179 -592.7520593411199 -444.71918835873663 -421.5706341573073 -314.09150170601026 -279.3490423386312 -275.6227318268575 -279.2549161880714 -293.34559362340923 -306.4269170796286 -331.1584034229505 -501.3015121269606 -662.5683626735939 -739.3456205514964 -796.8544424753225 -809.3653320278075 -671.2700996609314 -515.083743050258 -281.0803418134922 -265.77964408876613 -248.62836579049247 -243.38717793237075 -254.3451109200613 -323.85800327524123 -540.4108692998631 -594.7026747682544 -444.2188926453193 -415.127795469418 -311.9590496220323 -272.0877470685573 -274.855808636702 -275.2231854117884 -288.2224931652917 -305.93191896007244 -328.593861084924 -503.952133156702 -662.3258597703968 -748.3884529647195 -807.6472206292149 -816.4767333969855 -684.3341095110285 -521.3430980703092 -281.4286462348749 -274.3980550149201 -242.51194340086275 -244.9766921433432 -249.33423365960755 -283.98973832969364 -438.7842189711029 -485.8855571392885 -531.3814999774213 -446.86560251889546 -330.18421245249874 -282.32677274593783 -278.1546484883669 -278.4219262359907 -274.9367206424917 -277.19756734602913 -356.1305889808221 -507.2238295377177 -644.2198742064703 -739.693818581988 -766.9524556763121 -773.1282337940462 -705.9484274410214 -531.5720582061223 -299.0105186143194 -292.8359453896318 -254.7442125037566 -262.0504885354943 -264.6927218986896 -270.83304500315523 -420.815337822033 -539.2839624689259 -497.06318676388247 -433.6139827718228 -360.35601777489 -287.2317517958471 -295.4778350760656 -267.08865970998545 -261.2374034650756 -280.63529045776227 -332.5582879603189 -480.3212826670248 -628.7806361697786 -726.8527437365342 -792.6794550704408 -742.4152391050875 -672.5363858604195 -525.0518167374801 diff --git a/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv deleted file mode 100644 index 9c8d989..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.25729750787631245 -0.25298770706632095 -0.23054824948740021 -0.21858866550246236 -0.2311001194022486 -0.24112340764052886 -0.36339520618148374 -0.47675095843277465 -0.44201566109149815 -0.37449055889162397 -0.31887712943012425 -0.2557310329173811 -0.2530517051116424 -0.23223738075335307 -0.23045829066120432 -0.23995212815939418 -0.28957232254931325 -0.4176160017525331 -0.5526987767512356 -0.646993353995033 -0.6991899866053808 -0.662800897842879 -0.6023372379196071 -0.47978217765361125 -0.2435728234106443 -0.22994938393333172 -0.21932056964450133 -0.21034883236004123 -0.221406225423805 -0.28595533690086694 -0.47370122995404434 -0.5225224285913688 -0.39181202676771326 -0.3643959523088713 -0.2721764631304709 -0.23501939406267477 -0.23370907121103768 -0.23836219398854602 -0.25070194364021514 -0.26295016564885104 -0.2872383723006731 -0.44182526882478246 -0.581476199205665 -0.6626021696139464 -0.7134461683990367 -0.725852080519214 -0.5993604058656954 -0.46508725410009666 -0.24499890691053372 -0.2287334051404458 -0.21335158638862434 -0.2147044367849447 -0.22023826084549122 -0.28088946530077924 -0.47524399859829225 -0.519532816950335 -0.38636831692776286 -0.36852737061758173 -0.2740030898198094 -0.23878246324941915 -0.23912797610113337 -0.24219711929165874 -0.25337514513496 -0.268776159946187 -0.28685879519804824 -0.4362478131834127 -0.5822723231569996 -0.6471259496866277 -0.7018659085941615 -0.7086724919436294 -0.5850481606259507 -0.449346327679842 -0.24628195053937665 -0.23111780747928742 -0.2119853423384778 -0.2159910193462148 -0.22053332843382745 -0.2796686449464809 -0.4757375539506234 -0.5194631246678325 -0.3834691916178243 -0.36872395172284855 -0.27729694021568685 -0.23923022494345425 -0.23897951154401553 -0.24074585578144173 -0.25082486169523144 -0.266454889698974 -0.28876836076271534 -0.44231172512948685 -0.5861078718958157 -0.6479769714853963 -0.7039037944761602 -0.7108950366802366 -0.591499638008656 -0.44812849758379014 -0.24826430163874494 -0.23287258835892388 -0.21324722793074075 -0.21855097500516546 -0.22136980840207063 -0.2803116678321187 -0.4756757898748779 -0.520085553044811 -0.3867191751642517 -0.36904346058735754 -0.2770144959261045 -0.23766445779934056 -0.23999679216745248 -0.2394897937480753 -0.24770683313971828 -0.2648716472879905 -0.2833059764816817 -0.4343035201143628 -0.5821889607233723 -0.644078088103963 -0.7047026397570542 -0.7039135342623548 -0.5863349829745904 -0.44753912588179795 -0.24638984622941262 -0.231091372927539 -0.20856031568459463 -0.21591804762614875 -0.22061095363614666 -0.2778966156446134 -0.4723630318763487 -0.5204810070985315 -0.37958346451327735 -0.369406896806767 -0.28102875219697204 -0.23447499084039528 -0.24167466868890888 -0.24291701602393292 -0.2490128775237441 -0.2642597223945372 -0.28586317537224915 -0.4369805961527222 -0.5863117361605665 -0.6504282841558081 -0.7141240131617265 -0.7208519304038289 -0.6069620421828055 -0.471988027747802 -0.2571986209228171 -0.2512085413056902 -0.2249371943087321 -0.2256445828809242 -0.22323622609202273 -0.2578684719492558 -0.4009306513052268 -0.43170550381380424 -0.48188828198603056 -0.39888885514158645 -0.2996903657529144 -0.2525585493744067 -0.24653402231671934 -0.24444328329846776 -0.24877105604183836 -0.24793500946319783 -0.31437213637402 -0.4476195018802104 -0.5694240103460867 -0.6412741257890555 -0.6730093453528361 -0.6675962974427148 -0.6166307516800191 -0.4691636598733726 -0.26178001130688233 -0.26104962363860973 -0.23157611768458986 -0.2301819432311253 -0.2368171692337259 -0.24427847591332064 -0.36955903739216744 -0.4721126615350939 -0.4466609034333928 -0.378466571564873 -0.32700328540428963 -0.25865355681367147 -0.25921484570030395 -0.236472169563928 -0.23419633655987543 -0.24580462849288412 -0.2956743349858547 -0.4215640292622938 -0.557831308753034 -0.6335423666702535 -0.6982150219566361 -0.6544840902272123 -0.5902394670320346 -0.46962655574871004 -0.2463939336012602 -0.2340365250157314 -0.21810239944388982 -0.21508910342332163 -0.22138755182061112 -0.2815631424692371 -0.47662053933209175 -0.5200619068026245 -0.3895094755344407 -0.3645324492612906 -0.2768687981916466 -0.23995627896707827 -0.24168207616671197 -0.2440590588582174 -0.2537628702911094 -0.26824210372723184 -0.29042082876886804 -0.4415686412620763 -0.5853548432039797 -0.6497073014317152 -0.7062731516217655 -0.713336563873805 -0.5839863122758239 -0.45421487367634106 -0.2459285454230332 -0.23157825545826183 -0.2144837177455347 -0.2173277728640786 -0.22134049051102483 -0.2822000038602547 -0.47839217928480726 -0.5206548418155854 -0.38394813845297093 -0.3626737393078096 -0.2803082501158584 -0.23420525591115118 -0.23556252642524178 -0.23682518763013574 -0.2469103522724132 -0.26129876162848964 -0.2857066655440943 -0.4407467712121209 -0.585636966786805 -0.6616919951731091 -0.7204510429045233 -0.7317935639997442 -0.609185312945401 -0.4811811258202604 -0.26494645264106487 -0.2500702503478841 -0.22832317305250452 -0.23020743394108542 -0.2366619196262328 -0.27408931769682704 -0.4733864790645225 -0.5436054175465784 -0.42471760340996545 -0.40098927493682684 -0.3069097232942148 -0.2627149736414014 -0.26492330779307877 -0.2695347077769555 -0.28197638550431275 -0.302637199712829 -0.3078729287552289 -0.4612086615329016 -0.6137633328542355 -0.6836451449477801 -0.7244646339602102 -0.7394231632071856 -0.6177664783902411 -0.47035056650208273 -0.25215716497419877 -0.23685530989793685 -0.2193139377994437 -0.22309461516652782 -0.2266639947602325 -0.284964551800859 -0.4828136774941548 -0.5261014206616383 -0.3927899551452761 -0.37602494187227353 -0.28356316728457726 -0.242300758297115 -0.2449693295409515 -0.24299714433049321 -0.24940408825669647 -0.26732934824450155 -0.2858491931868609 -0.4459503421500307 -0.5838015603896342 -0.6555958625555653 -0.7049537206272743 -0.7153870893767813 -0.59088999541643 -0.4495663986208166 -0.24819914217603012 -0.2298192843913698 -0.21257546996573265 -0.2177733968623667 -0.2207083814772864 -0.2782504078138518 -0.4797571064009547 -0.5202043891900116 -0.3893172104598055 -0.36910149880527804 -0.275700180023744 -0.23614516033739888 -0.23889304891985866 -0.23704441500786808 -0.24498936220448111 -0.2656198441465362 -0.29062820959252345 -0.44978173048348935 -0.5922683743717313 -0.6704444095309467 -0.7246809285567469 -0.7080288418904985 -0.6167490142467259 -0.4837129381526963 -0.2643986331859164 -0.2566990284616249 -0.23285151128000972 -0.22756591226802883 -0.22999290847799145 -0.24617983196813906 -0.3769750814261669 -0.4419002719205816 -0.4833167942093993 -0.39790538331992437 -0.29561324135169254 -0.25487401236946855 -0.2435708685160382 -0.24695652745611157 -0.2433913083902838 -0.24037031195942254 -0.3157701796756787 -0.44896228965250445 -0.5687374697506911 -0.6615874376363 -0.6810694874279595 -0.6876170528718822 -0.6341077477894527 -0.4813201546173234 -0.26483230725759294 -0.26195401113049066 -0.228405086014327 -0.22468565690873535 -0.23167500342853603 -0.24071168765659712 -0.37323058416690685 -0.4827375239009495 -0.43889602361815716 -0.38429960252331424 -0.33608259976400506 -0.2609009436641993 -0.2662769964560554 -0.24395334863629206 -0.23905560828704447 -0.24379152097824083 -0.29755887144494686 -0.42224468594435655 -0.5603097952925717 -0.6441503540253686 -0.7036874333335754 -0.6650678642129048 -0.6101014828356242 -0.47800653378211216 -0.24523690943880086 -0.23006263595487783 -0.2118440156432638 -0.2133398143917696 -0.21832858806383443 -0.279814985366973 -0.4770904271466778 -0.5223669709797124 -0.38428989840725497 -0.3655325127320543 -0.2700436295241852 -0.23589176541816917 -0.2357046687121007 -0.24009808255985787 -0.2529562487281346 -0.27101965400901035 -0.2988030990137254 -0.44848377417391555 -0.594162638824108 -0.6466076195604298 -0.7011457423359797 -0.7018115582015699 -0.6146735376425498 -0.47703149985158083 -0.2609810985068617 -0.24877875543048025 -0.23154333482262057 -0.23618871987776816 -0.2430018590427447 -0.2805308187699028 -0.4760232499371112 -0.5442247059823894 -0.4184348478999753 -0.38919591854658775 -0.2817596688496488 -0.24266671603557308 -0.24365510180846783 -0.24433244450736882 -0.25962675526284373 -0.2834183654054842 -0.3157143187154031 -0.47773798129969874 -0.5904797971795482 -0.6563525982005222 -0.7058264284462231 -0.7121414302266136 -0.5961924691327731 -0.48939365266209156 -0.26568979330768117 -0.24321991319617067 -0.22575821830726447 -0.22293149619273908 -0.2295254379627756 -0.273545774527007 -0.46661951038693106 -0.5344182921403414 -0.40223709603347635 -0.37550402677167205 -0.2723020242935935 -0.23638135243084418 -0.23909288496499673 -0.2411105343760744 -0.2501649404420244 -0.2691080307172641 -0.29116011628843225 -0.4466560435743258 -0.594669183154097 -0.670385127011595 -0.7310989938693299 -0.735125241627329 -0.6120367826007022 -0.48154889137687845 -0.25860545849823824 -0.23524446492868276 -0.2220101316306505 -0.220227552551839 -0.22653708086478197 -0.28943795597975686 -0.487914154785259 -0.5279397953629066 -0.3925074289017924 -0.37767049646035805 -0.2708559405237702 -0.2352573572809368 -0.23873212203572428 -0.24007168588928857 -0.24965417653855035 -0.2676319362791223 -0.2903456184179638 -0.4444060803532279 -0.5968604665625489 -0.6679567467177385 -0.727139924675311 -0.7348829781481663 -0.6112418697078446 -0.4730195503269365 -0.25753690903556453 -0.23723210491456548 -0.2183016862769893 -0.2185491077271062 -0.22387856927396738 -0.2851399414480544 -0.48017467220429855 -0.5270092113077295 -0.38602733022943464 -0.3688169158915919 -0.2741562436922697 -0.23570006000671254 -0.24114088853011206 -0.2412743744662236 -0.24878739723849333 -0.27040374101550524 -0.28420111779417334 -0.4351308899342716 -0.5854638114202386 -0.6610207277263552 -0.7131897724181715 -0.7248405362065375 -0.6036757305913907 -0.4616336951595816 -0.25101085752656593 -0.24113795078914302 -0.2182096144712398 -0.21720789740901464 -0.2207650629726169 -0.2540375934578166 -0.38939316312308286 -0.4294397668303528 -0.4570460598048369 -0.39190537872352804 -0.2942491433129871 -0.24597921958238952 -0.2427124935566064 -0.24142368219440752 -0.24114393888379512 -0.24338145719630264 -0.3101603067625895 -0.44632785754335136 -0.5641999276409883 -0.6469461904867603 -0.6730813287117418 -0.6759264771626057 -0.6232683374677933 -0.4728735651523637 -0.2619527611089835 -0.25814058623564656 -0.2263007956939036 -0.22988516350533217 -0.23269603425551658 -0.24105995002016792 -0.36628980123721544 -0.48179640259002393 -0.44278318914874537 -0.38426300330462343 -0.32384786468458077 -0.2586971386059171 -0.26398982639493845 -0.23730019945709432 -0.23225354498515338 -0.23935981786140784 -0.2902136875248855 -0.4229924334145551 -0.5611826497074578 -0.6528750319333798 -0.7145736209207029 -0.6711603702460872 -0.6171970622166851 -0.48501384077335186 -0.2508907191026324 -0.23629823409471715 -0.21751060233564873 -0.21714623175385234 -0.22152137365750108 -0.2846377174653543 -0.47716443195959696 -0.5217018620614754 -0.38893906700346675 -0.3669905660322419 -0.27393236668506205 -0.24248358209614235 -0.2385109152372724 -0.246344177135116 -0.25831509453122076 -0.26813755170982806 -0.2888821649168716 -0.442870907108564 -0.5828831645103489 -0.6514474379522607 -0.7064399571936087 -0.7118917013181831 -0.589769771978986 -0.45794468873024496 -0.24862654793709865 -0.23346729307630143 -0.22166522763670352 -0.21878277248828656 -0.225753049309748 -0.28772265462081886 -0.47864086616186574 -0.5232622046560632 -0.3901773248236752 -0.3697733130059973 -0.277172870950706 -0.24107239475830708 -0.23879840745147304 -0.24120827515418455 -0.25075191355473814 -0.265005408475715 -0.2821457703084029 -0.4438264485280324 -0.5820568599507143 -0.6462306472558537 -0.7039593837750762 -0.7120635721949518 -0.5871577547424052 -0.4525212300210882 -0.24494958753958487 -0.23150757091284774 -0.21619588204123152 -0.2127298869899704 -0.2204356222727325 -0.2842739080188947 -0.47283612177743684 -0.5234690830294438 -0.38723753108376785 -0.3667756761065418 -0.2728645290713178 -0.23677938950907584 -0.2382614466108222 -0.2364836454987154 -0.25057184602055205 -0.26436533728907186 -0.283312234658413 -0.4375532317224132 -0.5820479539338941 -0.651541201354116 -0.7102732612501718 -0.7130500536870427 -0.5927708476627853 -0.4566297471067184 -0.2465834093536426 -0.2294794221099677 -0.21982605098738744 -0.21624969594369967 -0.22324704536333004 -0.28612292460879046 -0.47661533784423366 -0.5218527243017347 -0.3913966835393554 -0.3704624982366513 -0.27332615130900095 -0.23974818076885668 -0.24222470876963165 -0.24439521275751142 -0.254704170490469 -0.26824083962105844 -0.28685526904579706 -0.44135220307705786 -0.5907375021741804 -0.6558247127306474 -0.7140402587672503 -0.7223841714500241 -0.6000810243509508 -0.46123342183714805 -0.24604652160758264 -0.23234412938854315 -0.2125355704982967 -0.21592719496722046 -0.2195800254326123 -0.28045667087212417 -0.4778628271025937 -0.5192364456798938 -0.38623593892705904 -0.36613480267978965 -0.27228260362293455 -0.23413595040822568 -0.23697402461647143 -0.2396077952042299 -0.24914924194442106 -0.2659406039609689 -0.2837260548478849 -0.4404154975741357 -0.5855768604456176 -0.654041494684626 -0.7098921396284515 -0.7186499842249843 -0.6012728502210727 -0.46089830456371206 -0.2500224575933587 -0.2424090613606904 -0.21803516535741174 -0.21683076190137582 -0.22218165216709204 -0.2532883133679792 -0.389928496594401 -0.43236245623810754 -0.4553113576647624 -0.39057617860667526 -0.29739432231179325 -0.24789307312760384 -0.24471721156823 -0.24599772723383811 -0.24413139181229357 -0.24636226991469273 -0.3139025947687682 -0.4458443843908395 -0.55713110999712 -0.6368381334357988 -0.6644591875193997 -0.6645572323452801 -0.6080161025996124 -0.4700394748402026 -0.2633284187308921 -0.25920713815712204 -0.22698101631027198 -0.2312067061857024 -0.23494161053546334 -0.24017085526446183 -0.37101998164374217 -0.473042959221779 -0.43704212199531006 -0.3853573558439453 -0.3202626877180517 -0.2550721369837194 -0.26191196346257467 -0.24051648084941973 -0.23296408462123439 -0.24868176997522576 -0.29209872232135475 -0.4266385106817002 -0.5527229898693655 -0.6369906701556534 -0.6948045782026877 -0.6475695670707663 -0.595788395097141 -0.4674636489686155 -0.24878920857005116 -0.23312307304745727 -0.21143251558581547 -0.2194961324859274 -0.2225248227447452 -0.280301546894976 -0.4782094414513855 -0.5187336444449566 -0.385173210221001 -0.3700563002173751 -0.27643403168181974 -0.23758937080188997 -0.2428162830515975 -0.24137717586989066 -0.24903315067877957 -0.2653137454399325 -0.28287165228268385 -0.44166680611218584 -0.5781549974907818 -0.6420018286910716 -0.7003349165062229 -0.7052919716316717 -0.587120046588825 -0.45701796335656397 -0.2479366620496755 -0.22660507085692186 -0.21568939050063812 -0.21616363804174038 -0.22055954222651852 -0.2823641806199846 -0.477973177832477 -0.5232763060348097 -0.39031457706561135 -0.3690170422563199 -0.2810152571347806 -0.23932725763798118 -0.24637747852305178 -0.2425269695853799 -0.2522442270458979 -0.27134266192056344 -0.2861100176502629 -0.441651043098581 -0.5844171334283154 -0.6480654780162387 -0.7043035159922812 -0.7118606225568302 -0.5936731625074809 -0.4638089245191531 -0.2451046701239274 -0.23602203009477393 -0.23297198945028977 -0.24148430276900232 -0.24458800051700844 -0.29722203151666393 -0.48167372159369803 -0.5475863805278612 -0.4221768960257157 -0.3862823484955011 -0.2756760511847842 -0.23791918626925956 -0.2415438812390268 -0.23704457943086976 -0.2499915281811286 -0.2693527447689659 -0.2857221181771028 -0.45140668336809275 -0.5954590110907707 -0.6694278504121998 -0.7307499797033145 -0.7379772972487628 -0.615738488080877 -0.4766472651177539 -0.2542720290459363 -0.23654931312999122 -0.2180047685256671 -0.21768950274792673 -0.22352343950653084 -0.2841906061706286 -0.48205226860493944 -0.5275577680813265 -0.38512836845218007 -0.3698800745379206 -0.27108659180131606 -0.2332807573492487 -0.23913156780073785 -0.23974447011791736 -0.24870066474513217 -0.26793348131029937 -0.28221487678352963 -0.4431844379747725 -0.5861215387195322 -0.656345981028854 -0.7129273033507834 -0.7174173282919636 -0.5993719339322001 -0.46266411540287666 -0.24287757507649893 -0.22821343461912733 -0.21874403623667568 -0.2119722836049133 -0.22184842927625203 -0.28453418963358035 -0.475151840898219 -0.5221845184490684 -0.3893933200928948 -0.3655740110107681 -0.27366900839598785 -0.23984952820537211 -0.23460940596019675 -0.23934445733495333 -0.2519970098364033 -0.26362031835503114 -0.2844259753311479 -0.44001665485193875 -0.5885752763931691 -0.6565994571794986 -0.7123305622368864 -0.7232533377571849 -0.6008853156641746 -0.46216513513330354 -0.24773529841333194 -0.24436567655945562 -0.21919749104902994 -0.21608935536150603 -0.22280028679782116 -0.25411013643569313 -0.388958816088984 -0.4315683222257345 -0.459683556379362 -0.38883589923219525 -0.2951731550227164 -0.2482624662203927 -0.24157223699325517 -0.24527072421927318 -0.24236574939485633 -0.23893775317298263 -0.30970917633466427 -0.4483515884566544 -0.5561932867519451 -0.6353314208675226 -0.6596814446428189 -0.6597581696509529 -0.6040727395033836 -0.46597020153840296 -0.2595722581458027 -0.2582149009401008 -0.23083211348442023 -0.22465309156624713 -0.23452212265458086 -0.24501984393537804 -0.36916291326950346 -0.47087372731528354 -0.43556420724001327 -0.37467044021713697 -0.32040613667518963 -0.2576363714467788 -0.25576342426112975 -0.23090954968899752 -0.23470723853550568 -0.24547082120487118 -0.2923032964196254 -0.4268671292018141 -0.5581331736907984 -0.6362280050741224 -0.6899800934403996 -0.6461520941988916 -0.597164079697204 -0.4709433121320476 -0.2502248854331017 -0.23704594201046358 -0.2207512547766066 -0.2184711092064591 -0.22563267018056374 -0.2886356751691614 -0.4799104623466246 -0.5252299184500768 -0.40060863382149153 -0.3747217951950706 -0.2786471649142093 -0.2496377915410431 -0.24797860184390902 -0.2514339948129311 -0.26135213401833907 -0.27196845755796684 -0.2892843108042649 -0.45073768707665757 -0.5891230174861314 -0.6453576679322396 -0.7018839775055982 -0.7076096988513293 -0.5871525519231418 -0.46116726435414224 -0.2482875616738505 -0.23160592661301735 -0.22392222595695524 -0.21744464166892055 -0.22642075491717564 -0.28996991030632013 -0.477957341065163 -0.5052696303752563 -0.39152451636793667 -0.368755193274795 -0.2817740751333881 -0.24638127035500554 -0.24172725406867368 -0.24256589663083644 -0.2520964210463094 -0.26723399102876194 -0.2889984517713059 -0.44499389813334 -0.5906180044536509 -0.6592227983267172 -0.712566496140192 -0.7190428611434679 -0.6005933411280318 -0.4636570528140461 -0.24990467065930197 -0.23686865209802532 -0.21872808107204747 -0.2192397056068401 -0.22393602589927633 -0.286024424652152 -0.4798467852321198 -0.4988867318272493 -0.3845190837957011 -0.3683520625410023 -0.2840256032187434 -0.24218465820936794 -0.24346467583189696 -0.2429982879457229 -0.2495672768043656 -0.261784884287962 -0.280516091829965 -0.42311306205218174 -0.582173976561974 -0.6466609901854676 -0.7051203131971013 -0.711301395107263 -0.5842189827260177 -0.45244837299945595 -0.24545500031677864 -0.23266618031778433 -0.21434656025263574 -0.21571135015498408 -0.22108983103781132 -0.2827792724099042 -0.476340646788541 -0.49534131050593305 -0.38298317393366155 -0.36666780043361397 -0.27150568380801465 -0.23932257083365063 -0.23925313915321017 -0.24019824966236095 -0.25349698839064705 -0.26586118842246326 -0.282431209752815 -0.42349303968405294 -0.5923320352404294 -0.6581719189520828 -0.7186187507499008 -0.7236229773490284 -0.6020078592943583 -0.4630711746792783 -0.24746449354744346 -0.2337162228636738 -0.2198936068519686 -0.21326389352917108 -0.22184865215265112 -0.28676119116692333 -0.4742753786803884 -0.4917974807931522 -0.3804833624115267 -0.36265355548377554 -0.2767834503949938 -0.23668723361148 -0.23490051978192364 -0.23729424998834645 -0.24767936349017783 -0.2613601800736726 -0.28069734638074517 -0.41549782971185856 -0.5780474498933043 -0.6455996150879247 -0.700284414897531 -0.7060755687212837 -0.5854223805835526 -0.4544511754374625 -0.2472901318843991 -0.24099554570633475 -0.21712681099899606 -0.21415023822943244 -0.22075760359839783 -0.2536787659263611 -0.38802467083941583 -0.40758952517232905 -0.4571362538640664 -0.38982780306118486 -0.29524366216578807 -0.24724692794112843 -0.24057181386921633 -0.2423967757734502 -0.2394424304817133 -0.23865905445370977 -0.30609817755442587 -0.42280180969509096 -0.5712727739249622 -0.6517485570553186 -0.6827050596638152 -0.6870687158259955 -0.626958592717263 -0.4841746554726714 -0.2647619187528844 -0.25975992248539387 -0.22908811908047305 -0.22926576888721203 -0.23273996720735526 -0.24025474183935286 -0.3702444365729453 -0.45743275883906187 -0.43569263117339146 -0.38172447100172957 -0.3220093301433889 -0.2583940181662145 -0.26368135888696603 -0.24120620649741475 -0.23691472227095411 -0.2494771955224127 -0.2937156446813584 -0.40859475692444525 -0.5584434333315025 -0.637453079657957 -0.7003191212478328 -0.6530216910514725 -0.5967750174348105 -0.47251991689857265 -0.24938130420378424 -0.23539485402998062 -0.21949423679187058 -0.22302588619660346 -0.22716378573668275 -0.28791103690339165 -0.4844160013747437 -0.5028026369312663 -0.39632162101863444 -0.37367611879313745 -0.27698152307142765 -0.2440404895272182 -0.24534291779466824 -0.2457396088410067 -0.25539343937414305 -0.27009790919889415 -0.2893954197449453 -0.424512268721568 -0.5891218244424842 -0.6540118510911649 -0.7089745087789969 -0.7208521829920752 -0.5963746525165198 -0.45644057586905945 -0.24902931673587522 -0.23571544570744657 -0.21784347297042833 -0.22075183447812394 -0.22442559725308261 -0.2850332770449014 -0.4807148023201175 -0.49837835203909076 -0.385515659074067 -0.3680675246724064 -0.27550453423846616 -0.23680436692741536 -0.23605286044295135 -0.2377646916833016 -0.24566407375750376 -0.25919257568510046 -0.281212486850899 -0.42096625249953196 -0.5898563670732778 -0.647340106261613 -0.7053189238442471 -0.7161522007376341 -0.6012748755836206 -0.4944908929823774 -0.27414516445141074 -0.25610770436191443 -0.2381377246750536 -0.2361046303541304 -0.23778560720348577 -0.2783063759787611 -0.4738737042678735 -0.5448857920669965 -0.4133070267359694 -0.38937521935753655 -0.2818398239001624 -0.24078709822640568 -0.24009818351416543 -0.2426485353631894 -0.25409124999932653 -0.2685719298098533 -0.28972787348634166 -0.4269471315445009 -0.5967217332295646 -0.6688389799718599 -0.7277344412323435 -0.735446541042961 -0.6103317027667103 -0.46823660019862895 -0.24676115671672968 -0.232888995015971 -0.21269321476949365 -0.21703955947220688 -0.22201022990433755 -0.28297806259893343 -0.4796766657240885 -0.49417105530454375 -0.38385281548262595 -0.36877652885787365 -0.2753713555049542 -0.23771720091495077 -0.23714820776275636 -0.23957599084713463 -0.25153235508811567 -0.2680727843528207 -0.28569128483838285 -0.4223833308498241 -0.5898539323864203 -0.6560876267826548 -0.7174916858628122 -0.7234273317329131 -0.6030151149799511 -0.46390817947919427 -0.24710233220666425 -0.23438413506376926 -0.21657685576154026 -0.21583585475421763 -0.22333181288903145 -0.28847215301720136 -0.4857356736422061 -0.5038221796910398 -0.38517953572515506 -0.37162558365729936 -0.2775261297163366 -0.24007469340124193 -0.2401192420963041 -0.23999364187149969 -0.2490142399843877 -0.2646427004283973 -0.2861438943897862 -0.42389061435363545 -0.5921360841547185 -0.6677388038606951 -0.7282732080893819 -0.7304886727999721 -0.6107785674057895 -0.4761257830571729 -0.25145531747959227 -0.24162842901944886 -0.21690120365431292 -0.20841513087438038 -0.22133393924181496 -0.2507522056620436 -0.38970416910813965 -0.40146707345626603 -0.45723547018602034 -0.39018941348009667 -0.28853909768772545 -0.24618896725888118 -0.240046172939313 -0.24292337169614925 -0.2389959265753541 -0.23890326083060445 -0.31056625706842605 -0.4239464563923594 -0.5609564814984419 -0.6500356598670378 -0.6728359142271507 -0.6745250403319205 -0.6215784854039117 -0.46751615974811916 -0.2586515717762115 -0.2554808588200236 -0.22413162642614548 -0.22759718045250976 -0.2326353656372619 -0.24032535646588643 -0.3682989995642656 -0.4479387388025959 -0.4368824691525871 -0.3882080423434429 -0.3288775670812477 -0.2617634283070624 -0.26369591812193716 -0.23303125461143911 -0.22959447021310933 -0.24330476319024977 -0.290942392210041 -0.40412535528663407 -0.5590630785123661 -0.6557313323013451 -0.7211702549442239 -0.6798551457132652 -0.6266093633109454 -0.49869829138000105 -0.26856778556520017 -0.25048761767935496 -0.22324222746558722 -0.2244326559104413 -0.22825576944377007 -0.2885782036721992 -0.4882753357373764 -0.5035703112050108 -0.38973792743162955 -0.3723283563077347 -0.2723420603954161 -0.23620992535101812 -0.23943105280124205 -0.24158877705464293 -0.24737440044888112 -0.261917754101045 -0.2896149797853897 -0.4276711069053935 -0.5953656173865396 -0.6587408176700574 -0.7114157572410523 -0.7200171197889728 -0.5930994080691605 -0.4559640563660096 -0.24952536304169437 -0.2366736085056502 -0.21847123232831592 -0.22093083260810364 -0.2245880341314076 -0.28738689469523515 -0.48190620816739355 -0.4873266882197449 -0.3875579168853388 -0.37123598387209705 -0.27867570633921024 -0.24064553958307677 -0.2426834065217454 -0.24551314862994078 -0.2581908078040414 -0.2737192309045339 -0.2875117602083635 -0.4245747521829419 -0.587998613658819 -0.6503415382566387 -0.7102893637268475 -0.7159306777631872 -0.5943763063243328 -0.45594341938709504 -0.24888441270839473 -0.23705719479630347 -0.21862855050241428 -0.21642229119346654 -0.22320184424854442 -0.2882280621525684 -0.48067867822221066 -0.5063180432950904 -0.39111132394715026 -0.37220266397636015 -0.27956431789553454 -0.24924288284030424 -0.2513725316114565 -0.25679126612431186 -0.2710768592877399 -0.28540399070595696 -0.29607265888858575 -0.4238405228166653 -0.575330934552226 -0.6439224259347032 -0.7174948163486443 -0.7194583076452056 -0.6031856007834319 -0.4941746765009487 -0.2644886679533234 -0.23886162246834725 -0.22343475065051743 -0.21879199198316254 -0.22684960407270882 -0.27626429876312286 -0.4654872088013353 -0.5112203873300428 -0.4006960808824324 -0.37304932039730015 -0.27397098128627756 -0.23626370408241337 -0.2344082156531458 -0.23776051297000658 -0.25067955408825526 -0.26564739615334937 -0.2866074982348596 -0.4204517127365601 -0.5933161474587367 -0.6672664275601135 -0.7207516937159264 -0.726617343246437 -0.6040567676026197 -0.46458709282348376 -0.24747719499139814 -0.23140468403664277 -0.21916420495519598 -0.21625092427281703 -0.22212131068952853 -0.2824929405029459 -0.4753836386150356 -0.4832115922987279 -0.3833369815015345 -0.36760042399639276 -0.2783772262522352 -0.2409516038657024 -0.23778797285212785 -0.24346329733833602 -0.2522492982363213 -0.26331895169713226 -0.2830867885079854 -0.4173272379436044 -0.5892968974557679 -0.6576361236307413 -0.7118343217557771 -0.7196340214627873 -0.5964125124777928 -0.4577895181859767 -0.24957418422415611 -0.24336084971668323 -0.21976627657874748 -0.21566682704562 -0.22356294729300238 -0.2551202936337671 -0.3879458286716749 -0.4027271784305275 -0.4535535980957081 -0.387329247577035 -0.2908140235949078 -0.24909221188590755 -0.2418686410044033 -0.2468737636947397 -0.24585077878921302 -0.2434890318537423 -0.30843829590621713 -0.4213895477559221 -0.5612346902290338 -0.64037020191535 -0.6676087705204133 -0.6695583235057773 -0.6114772447632831 -0.47045722792774625 -0.2609842635753534 -0.2584645399168383 -0.23078327659954825 -0.22870145715660228 -0.23535274792811134 -0.24336730376666513 -0.36835363413099625 -0.4369993718469753 -0.43274518020280195 -0.37976171029405104 -0.32019600768348505 -0.2557553855720636 -0.25797579650763763 -0.23617804641285337 -0.2337109119223648 -0.24207296218331895 -0.28785124015345775 -0.40039834881010977 -0.5573325428982372 -0.6428675045127068 -0.7049227364430137 -0.6590802270817511 -0.6051141802720376 -0.4760483814167132 -0.245675901399125 -0.2317038922511676 -0.21532625399632682 -0.21474481251739244 -0.22008558829432237 -0.2813499014407215 -0.4765225387707506 -0.4914593249056984 -0.38233414097756735 -0.368878248489343 -0.2718886590532281 -0.2401234990641543 -0.23816219719849152 -0.24103868288764344 -0.25301610805780306 -0.26434740464128126 -0.2825939949981999 -0.4177709822640308 -0.5873629473387671 -0.649430222282023 -0.7082636990313644 -0.7122389037763367 -0.5897972033989587 -0.4499896820944361 -0.24106037209700196 -0.23135189688720106 -0.21323979132151946 -0.21303507879327188 -0.22090966856871688 -0.2841409940782997 -0.4721638863606495 -0.4821263819039181 -0.38234904151957316 -0.3662132194583771 -0.285242186034589 -0.24373571062273178 -0.2419739020724291 -0.24569768978064188 -0.25476810332888 -0.2605608182057529 -0.29424630777146277 -0.42219806271096777 -0.5848575858122629 -0.6562766226264871 -0.714341369532488 -0.7170006298725291 -0.5977549927700482 -0.45967800619259813 -0.24214525348848898 -0.22682974327503477 -0.2186453793532889 -0.21189587504293178 -0.2206496908697783 -0.28462324179853077 -0.4737728276733358 -0.4842924257021794 -0.38139729150433577 -0.3663934641925119 -0.28671555748652977 -0.24305462333461064 -0.2401495503828721 -0.24364122861143628 -0.251722815367261 -0.2602771690261966 -0.29262049396978224 -0.421253733033119 -0.5913068018308854 -0.666524038465743 -0.7153785307101634 -0.7306089186105504 -0.6132496549713565 -0.47912660209961994 -0.26066347528217315 -0.23316216212172167 -0.22352070826034817 -0.22421392845609633 -0.2231944341651218 -0.2886570571276934 -0.49036992472175583 -0.4866137980126764 -0.3889268617741918 -0.37451510610362737 -0.2739032215899019 -0.2440145974449408 -0.24285280935800452 -0.2380509040031635 -0.25242462435640983 -0.2670092437024787 -0.28561568125396014 -0.423297931156987 -0.5923820519074452 -0.6652082369683379 -0.7239227906365505 -0.7337897836559472 -0.6099208696959981 -0.47035967545289487 -0.25370699623015724 -0.23388676546593357 -0.2108637403808635 -0.21575534485688094 -0.21737802600703934 -0.2770173943264452 -0.4786425289501693 -0.48635269052139635 -0.37489595503509454 -0.36622398054833083 -0.2756714250119377 -0.2347098836572684 -0.24001219273138819 -0.23806274635632282 -0.24703688194379844 -0.2659877215191944 -0.2817043822382222 -0.4204245157924817 -0.5843143340171604 -0.6532121723081157 -0.7100148740712484 -0.7112559847353799 -0.5887240313827397 -0.4557802154021569 -0.2500167843059253 -0.23995876043379089 -0.21424801040726502 -0.21605388018181998 -0.22026509940345987 -0.2492149684191698 -0.38795548357048 -0.3992942510605779 -0.446176873887392 -0.38727952423519246 -0.29434475574362834 -0.24364033692657822 -0.24391568758875465 -0.24231537542118484 -0.23652117404930997 -0.2410045978238149 -0.30757995536533483 -0.41852585050835645 -0.5598663014808609 -0.640537786871861 -0.6675313777572977 -0.6684579014879808 -0.6125715894941761 -0.46773943012333347 -0.2655898652134071 -0.2583984618723096 -0.22528879509667957 -0.23133667408772712 -0.23088003839701815 -0.237920889376194 -0.3698339097045571 -0.4341059095861461 -0.4290387607619861 -0.37938488885340116 -0.32888287244854264 -0.25468157384925777 -0.2613479914818006 -0.2355295836171593 -0.22621839038532407 -0.2419401909560857 -0.2839295648001706 -0.3975723237316191 -0.5483643569443555 -0.6375852490401297 -0.6947482654083109 -0.6456424402764612 -0.5924775753015628 -0.4667792376777986 -0.24659719703213873 -0.23173329749748514 -0.21069137802956747 -0.21744693443064317 -0.2208168097819074 -0.2799391663708012 -0.4787465409823449 -0.48034931903582123 -0.38071556430789144 -0.3672844203606276 -0.28004298345578876 -0.2388199481151866 -0.24145531389340022 -0.24104850317989554 -0.24783987380070643 -0.26475182631458116 -0.2858739668361778 -0.4197357125630527 -0.5743633566692219 -0.6458448261838896 -0.703349054534797 -0.704480023247519 -0.5832857477908228 -0.45432153308306333 -0.24530518141718768 -0.22690519080823313 -0.21532696045243196 -0.21384778657832 -0.22021629093041678 -0.2816788065914161 -0.47490917406445127 -0.4794576586324838 -0.3800779057498915 -0.36762534741245895 -0.28189236551337443 -0.2391401391619045 -0.24248417333088312 -0.24294863260920202 -0.25026587873744366 -0.2629160399522341 -0.293745197347492 -0.4206129692077137 -0.5839148607085562 -0.649714976317417 -0.7047080727880286 -0.7125736913107267 -0.5889805598910048 -0.4518169042243734 -0.24422281818586142 -0.2289342566273328 -0.21099841459131818 -0.21502626286314433 -0.21882488217854704 -0.27779291503833675 -0.476591993610486 -0.4782751064603016 -0.3757948792650566 -0.36896143863247055 -0.28473558769720697 -0.2461893820485512 -0.25166552268600284 -0.25539853536019796 -0.2622025964507384 -0.27801812928651465 -0.3223234299399496 -0.4433446926645296 -0.5874855263884632 -0.659839461510874 -0.7222198756803246 -0.7272444201906414 -0.6079217599440478 -0.47470571931077027 -0.25070022459251967 -0.2332548104983806 -0.218134475947209 -0.2144991108267926 -0.222622506944983 -0.27200020263207336 -0.4605716386785798 -0.5007106326814748 -0.3872478756361199 -0.3718191731408802 -0.2706582250731026 -0.24091786751676963 -0.24116726246606934 -0.24513963006696893 -0.2518684458285029 -0.272178623650112 -0.3050201043441895 -0.4366046277620582 -0.6113563814035576 -0.6547942709146992 -0.7077686420737335 -0.7194275975637527 -0.6269190106431439 -0.48527323982658976 -0.2614726471954831 -0.24169377001720457 -0.21812052488417186 -0.22036680151812812 -0.2262223491891059 -0.27053982239379337 -0.4657564271101235 -0.5022157871729318 -0.3966651274081904 -0.37477132167987565 -0.2746504196006076 -0.23862407434779745 -0.23826275633143457 -0.24238272878426667 -0.2557792971641155 -0.271186562162281 -0.31026972904075434 -0.4405681389964505 -0.6097616445825059 -0.6605607482814482 -0.7168173963284836 -0.7195622227570154 -0.6067343954465853 -0.5073093148874155 -0.2952328691211062 -0.28904020829301297 -0.2415772065849432 -0.2289520428124307 -0.23428554530139023 -0.24335892311884408 -0.3753453186821165 -0.4186989082996652 -0.4794910505112127 -0.410079703783455 -0.3112646938008522 -0.2636578551559708 -0.25803406856142236 -0.2603130980299573 -0.25700984768192914 -0.2524967667169306 -0.32638317557152535 -0.4682585607522859 -0.5592456717089276 -0.651654271469552 -0.6760733103554433 -0.6773671525214296 -0.6266475344056919 -0.5165607055568345 -0.30527438655303807 -0.2537314422515102 -0.24546940198580972 -0.2417859577502277 -0.25876313054668587 -0.398166541484356 -0.46614387719336464 -0.4563350066911226 -0.41339740284710835 -0.34152381534292015 -0.2805474746235188 -0.2748617164867686 -0.2551789641280237 -0.23533353505219948 -0.2292298621708026 -0.2837920179531986 -0.39437289910788337 -0.4939279229144885 -0.666188314179608 -0.6963678907671803 -0.6501845560100896 -0.6000044303860206 -0.46989690672300943 -0.2764745394085133 -0.2193576552367402 -0.24608632313860318 -0.24756693675646094 -0.24109965477447295 -0.29856980347542966 -0.49730542860677257 -0.5505583793712842 -0.42223451759683533 -0.3890656213576323 -0.28458168553834434 -0.25669979854151126 -0.2558101850646124 -0.2539530351466743 -0.2763278845365057 -0.29462878687980376 -0.3225399416830006 -0.46251064709814077 -0.5589574125774175 -0.6532447106841452 -0.7085746746369802 -0.7146268094587962 -0.5957875477435175 -0.46409215759158623 -0.24116452848327338 -0.24039502470536636 -0.24857454842452895 -0.24809066564981214 -0.2474385420670698 -0.30626361938607105 -0.5132214082273632 -0.5487838397206705 -0.36754401532530895 -0.38496168702515476 -0.3542017537995894 -0.32004245446734864 -0.3423118989222254 -0.3482315733610607 -0.35679190269524547 -0.3649717022287564 -0.42051080812245395 -0.542720156896563 -0.6043596906862824 -0.7297720739109822 -0.7723384497556917 -0.7650643575116044 -0.6181041521506692 -0.4511390441854878 -0.2400031596446989 -0.21799828448166797 -0.20431048013371697 -0.2034778458692149 -0.211981413518663 -0.26307416212471285 -0.4594820673051696 -0.5244749677484583 -0.3874825286820314 -0.42135272310022676 -0.36873829005258507 -0.3122606954495316 -0.3232949072340289 -0.3317529232191245 -0.357707998705454 -0.3750850272813231 -0.43836420417674204 -0.5720895072856211 -0.6306186809680906 -0.7481498076469502 -0.8092490149938363 -0.797356700202525 -0.6332764606079493 -0.5051927278885048 -0.28582449723107983 -0.26221240175543875 -0.26586408129776135 -0.2610954620421767 -0.2779575067522447 -0.2646220897879224 -0.4863403356519482 -0.5607389752492979 -0.4029368874260255 -0.39677921758109946 -0.28033459292771323 -0.2399317017862636 -0.24153210566430944 -0.241995262871064 -0.2853303893905476 -0.31141399817111926 -0.29771903279447487 -0.4577541534217769 -0.5606371476997138 -0.6474649828094609 -0.7064606707960913 -0.7160397645668605 -0.5869358119245381 -0.45852650162833447 -0.27602701035237426 -0.2579864316515772 -0.23582240263528984 -0.23953063661758908 -0.24118978732014415 -0.2988114734147759 -0.49583572883349525 -0.5391190395334834 -0.42500937281045353 -0.40275923198434366 -0.3032121789528133 -0.2683335029578718 -0.27093703149715587 -0.2701052894857732 -0.27696835256165975 -0.27464903711092326 -0.3019166874639178 -0.4312541224551055 -0.5647368506010711 -0.6526143419618768 -0.7073905672495294 -0.7119290584895351 -0.5979272391529974 -0.48669234423484126 -0.2640948477909219 -0.25793821302752556 -0.23025673404296898 -0.22528099589156128 -0.2277286990034454 -0.243190346458405 -0.378804199789994 -0.41179262467780775 -0.4684774163795896 -0.3953297475995135 -0.2876212610999449 -0.24897699481545704 -0.24226206171173353 -0.24639201133697197 -0.23964580987594908 -0.23896028878567896 -0.312059577895017 -0.4230296246306679 -0.5254392689295337 -0.659758267848129 -0.6801621237819758 -0.6834403574755966 -0.6334830959395708 -0.480585280978269 -0.2660116862439767 -0.26346907254765506 -0.22684345790176624 -0.22343331778012837 -0.23072711559251524 -0.23891583875754954 -0.36973471925658813 -0.45626734018169796 -0.4361263249417191 -0.39179213760171044 -0.32857771852654105 -0.256006039276588 -0.2574915491727752 -0.2292038465933711 -0.22678801700629625 -0.23673179677063194 -0.2881975672366983 -0.39247942332395025 -0.5207768317052495 -0.6492225986521102 -0.7048757512326703 -0.6656470315182286 -0.6073507566951231 -0.4763128856486492 -0.24589427950566115 -0.2319789961325293 -0.21521100124036643 -0.21443963585789155 -0.22089130351201852 -0.2825128292843367 -0.47605899491763043 -0.49805949111894027 -0.38439486948065316 -0.3624968114010364 -0.27314245730977116 -0.23671940954110907 -0.23451478595447164 -0.2391489506406756 -0.250911901758882 -0.2621887336138164 -0.28492132490911776 -0.4113498461282904 -0.5514028720413623 -0.6695843858516131 -0.7182731124760776 -0.7331801380730861 -0.6122774423599169 -0.4710988057461169 -0.24725577473189903 -0.22941503381120643 -0.21681510983350663 -0.21457842771129312 -0.2189729110995522 -0.282143736303022 -0.4755958930254533 -0.4982902981688715 -0.3853991071621045 -0.3686636852471716 -0.28598673122410423 -0.24225102014406585 -0.24255365161181336 -0.2477093680329387 -0.2607466462136299 -0.2688027029620836 -0.30853177400920995 -0.44362989692645205 -0.5529958705106464 -0.6698278682607783 -0.689565056681857 -0.7029723496546134 -0.6114801900490454 -0.4690690680870659 -0.25775453271276444 -0.23776307735477853 -0.22071759938016705 -0.22278310325227757 -0.22725380788159172 -0.2674250581836819 -0.4812197002879563 -0.529508906596038 -0.4091914727663846 -0.37739476795047905 -0.2856206612342127 -0.23613254382476145 -0.23936105550712033 -0.24749789276689202 -0.2483077191184091 -0.25108445086995707 -0.26926293156295683 -0.4206644613098519 -0.5514272443895268 -0.6445290581877833 -0.688110330602327 -0.7027745420053114 -0.5841440529288295 -0.4715049320529984 -0.28805944391337074 -0.26244393490538803 -0.24187676845530906 -0.23869026953433725 -0.24001419982701658 -0.2710019716175295 -0.46791297721572683 -0.5151055245862248 -0.391285744597933 -0.3682551809968481 -0.27449287825511093 -0.23407580314569706 -0.2394251175715385 -0.237839271636735 -0.24635790843928718 -0.26365206844756783 -0.28483237209295004 -0.41410579974809836 -0.5477861034491349 -0.6636437381468938 -0.7125388618741986 -0.7258914789204244 -0.5994471506330245 -0.46438733469556537 -0.24541969152707033 -0.22990623348107875 -0.21241147180498302 -0.21548807016377813 -0.21837093925649703 -0.27710583819674933 -0.47358128796982707 -0.4897693191335365 -0.3758038928717891 -0.36103674703824845 -0.2719874831312095 -0.23197162024770596 -0.2323933176171147 -0.2345645719372057 -0.24593547038172273 -0.26008786838546183 -0.28103334324967466 -0.4089591706187677 -0.5427741361613792 -0.653846191617086 -0.7123200766196984 -0.7206856945992257 -0.5939889833938972 -0.45891564693877823 -0.24521072918116155 -0.2414286023527788 -0.2120251438221871 -0.213511540843979 -0.21801579612285335 -0.24880606962726878 -0.38484647914539005 -0.39583711631840385 -0.4511360765910504 -0.38285253751630327 -0.29458781832234693 -0.2503785906807374 -0.24052964024325757 -0.24362035409418056 -0.2383276886350253 -0.23794641546541712 -0.310725359712122 -0.42586564825600826 -0.523890214846021 -0.6487481835186006 -0.6794277478441387 -0.6823357243051994 -0.6219137710044852 -0.4838925698429362 -0.26588227340387194 -0.25728680797754544 -0.2309670787959813 -0.22353057538033802 -0.232274029978798 -0.24519380755784967 -0.37174284042838895 -0.4577287241403037 -0.44368783853247806 -0.37831282897926305 -0.32296975128379235 -0.25786201818276944 -0.2553101590976914 -0.23320223305022605 -0.22784334578426016 -0.2376481651419497 -0.28947003886878625 -0.4020786403330576 -0.5077187178402204 -0.6347014440589572 -0.6957937400521188 -0.6427838774064312 -0.5977268279459514 -0.4648346215853463 -0.24126526757224345 -0.22762582933679662 -0.2148482229693708 -0.20798969697222447 -0.21798571768681269 -0.2823067348940796 -0.46971883201719283 -0.4856355507426397 -0.380638736936287 -0.36275799958496274 -0.2727524065269613 -0.23527385638593615 -0.23143082780604673 -0.23599831602469662 -0.25067701315321855 -0.26165966865985674 -0.2814267386397181 -0.40698590085090686 -0.5467362506280629 -0.6519540651951778 -0.7156277769161979 -0.7166274048988054 -0.6013247780731211 -0.46166828999721216 -0.24274329910698986 -0.23003542792637657 -0.21313769074739458 -0.21259561631857357 -0.2190704773173964 -0.27947437932763813 -0.47403170592071314 -0.4919100631257165 -0.37912359054822076 -0.368018341560968 -0.274095764920877 -0.23533374877492055 -0.24020611148877355 -0.24505731039733447 -0.25486369108499 -0.27430575706215937 -0.3068697038364906 -0.445903813256794 -0.5565195756165605 -0.6121314515572572 -0.7000882052496322 -0.6969102555747456 -0.6039164622403713 -0.45800326541350167 -0.24410807905038812 -0.22529169185961448 -0.21127243903876897 -0.21272771456144574 -0.21722826715076488 -0.278278215430208 -0.477223092996787 -0.48523113171352117 -0.37780540423333114 -0.3689199249995103 -0.28525541968048324 -0.2479636884779979 -0.258390310694223 -0.2627955993945464 -0.26215826368194384 -0.282711505480761 -0.3051979575202347 -0.43465165317867466 -0.5616742798780994 -0.6182481632635578 -0.6928742239365464 -0.7063353301798736 -0.5921339732148727 -0.4821315423593882 -0.26694719272105233 -0.24680632676173342 -0.22198871687267926 -0.22883401983440843 -0.23514242653628745 -0.2691318090347006 -0.46629749653039515 -0.5126631394113051 -0.4004120579078341 -0.37999048034844407 -0.27862897923461966 -0.24219865842469893 -0.2452505654289311 -0.2452092661368245 -0.2561713295377072 -0.277761287317054 -0.31124948586333795 -0.440681461763111 -0.5584650367427377 -0.633700865854358 -0.7104772964198638 -0.7226783985884107 -0.6002982171048993 -0.4996056813270746 -0.27950874143177856 -0.2585724333479563 -0.23960751107304448 -0.23579310277917243 -0.24200206448991973 -0.27964721866800074 -0.4711230859903126 -0.5271182217490974 -0.41279939389674003 -0.385802683973604 -0.2833705989868788 -0.2499519124040936 -0.25159475231335593 -0.25532238492244796 -0.2688174925864421 -0.28454608556685834 -0.3125769463677197 -0.44197078733544226 -0.544228675998227 -0.6359785824679126 -0.714711132319227 -0.7195349951663095 -0.597525497932742 -0.49239450342151675 -0.26996518959114213 -0.2582192705781032 -0.22620322232194764 -0.2170394141425189 -0.22312094241509015 -0.25554531072134107 -0.3859559934778966 -0.39792320407749343 -0.45761126102091837 -0.4020175299919539 -0.3350349472683701 -0.2774297720932941 -0.27327126311881206 -0.2777599673913709 -0.26626952015802097 -0.2570020695138391 -0.32232130057682784 -0.42974841084401627 -0.5367575623881153 -0.6173698751164721 -0.6633300928889535 -0.677042428687749 -0.6137936576508575 -0.4981379174404587 -0.2819419566977632 -0.2767543421667049 -0.24312829131574104 -0.2371000653172786 -0.245546511691667 -0.25158374774390374 -0.3850080685952055 -0.43532940833948075 -0.4231222520241611 -0.40430840836626536 -0.34773606261754275 -0.2734662355316437 -0.2679677485105989 -0.23554989297843612 -0.23799497078945336 -0.2526499858122021 -0.3183191151146863 -0.4397127836779415 -0.5290854335882649 -0.6312710814047259 -0.7191159918669372 -0.6777402951213417 -0.6184616730308417 -0.48236255068173167 -0.2571451440419334 -0.23291898976151046 -0.20834644221023957 -0.2137624459655278 -0.21454320130109392 -0.27211478540176687 -0.4740018900338436 -0.4783515003470394 -0.3773620276166703 -0.3790688175061035 -0.2982638247152219 -0.250683516945221 -0.2541343117670983 -0.2631040759014383 -0.27217552538044465 -0.27809868899985263 -0.3132998663095431 -0.45466421303376453 -0.5328605672382165 -0.6176190937419496 -0.6959932303379547 -0.7072633108818182 -0.5937501974082586 -0.4833980791820976 -0.26737457996639435 -0.24828537511430748 -0.23971033575880588 -0.24020833124117805 -0.24791712762651397 -0.2929127655331771 -0.4866645889771006 -0.5237438792925361 -0.39790859330526934 -0.3786919551379824 -0.2850619451960781 -0.24027610192666365 -0.2388795685298569 -0.24096172589888734 -0.2520143605784869 -0.27145591462889507 -0.2956533839837585 -0.4163003542991615 -0.5485890124310037 -0.6507358016178457 -0.7254378861882803 -0.7363163054640065 -0.6174085770519255 -0.4762545632003202 -0.2575286551939562 -0.23967251170907639 -0.21988639536118026 -0.2226798909313963 -0.2272563062406963 -0.2879693451868934 -0.4847486340426357 -0.48968914825342597 -0.38619586701685016 -0.37977545090515796 -0.30208745301631795 -0.254540859617981 -0.25410667127455505 -0.24929318420914276 -0.261066388777345 -0.28066694388032787 -0.3124356717350033 -0.43660047399711255 -0.5496476320603674 -0.6107919558815222 -0.6959317369304852 -0.7004877798052984 -0.6126018587850275 -0.47233782066323854 -0.2564614481630576 -0.23927072358610024 -0.22161419049927972 -0.21756245636528293 -0.2225441153876165 -0.2845028142454764 -0.48302523765937994 -0.4859484387919068 -0.3903549442992592 -0.38528626192639487 -0.3125834500408736 -0.2611386707738756 -0.27504741226632606 -0.2602719955200075 -0.25800009868734963 -0.26093258437592204 -0.31254101851685295 -0.436853771284881 -0.5435957139236786 -0.6304720748219987 -0.7171768558546029 -0.7108825389635139 -0.5918436508257578 -0.4885631821724939 -0.26818030071282734 -0.2526489422251347 -0.23885023083490253 -0.2258042557146314 -0.23585797778202316 -0.28291258791473706 -0.4712288808642778 -0.49350841570228116 -0.36588501907960463 -0.369732637491986 -0.2836470209544847 -0.25570444819496596 -0.26478062441462813 -0.2742260994584981 -0.28532688860809613 -0.28610084933078106 -0.32974726723569237 -0.4425553727577726 -0.5438973269979019 -0.6306303639125534 -0.7282247269837968 -0.7222579319079234 -0.5806410060195742 -0.4425978171113324 -0.2375948285748331 -0.2244897875665458 -0.20690295457617316 -0.20171274194760716 -0.23757015937719816 -0.26506139981472787 -0.40460654734165696 -0.3988846680256636 -0.4408188814101247 -0.42970025943880913 -0.33926753401317883 -0.28368461005539874 -0.27907503905195175 -0.287656777458526 -0.2933183286431857 -0.2826535743211949 -0.3624900869117185 -0.4464378404210377 -0.528946269252054 -0.6365554888602356 -0.6811200047308311 -0.6835325222467591 -0.5936655831569204 -0.45173892119697523 -0.26717117040526966 -0.28501386114783817 -0.24952544872587581 -0.2537745481208512 -0.2769038847263415 -0.2822584302223652 -0.3702414309515498 -0.45421591659863336 -0.4496060221685559 -0.37933625287569217 -0.3259274279652707 -0.24505912946520245 -0.2537502672292542 -0.23146992172886494 -0.24123245615658415 -0.25534984907420377 -0.33063398950915857 -0.44042750836784644 -0.5162660954815146 -0.6325570359945637 -0.7250341979983066 -0.6733371235702825 -0.6129031714906876 -0.5104140592582931 -0.285614152331968 -0.2693480304351327 -0.22890862706247012 -0.22385222136897712 -0.2260770735585115 -0.2681368659004671 -0.462606976138914 -0.5164209381945596 -0.39163983197002344 -0.3711369383579871 -0.2783958511451902 -0.25061841150370084 -0.25012048048484875 -0.2519465320631697 -0.24872697035072974 -0.26303219613894185 -0.2908414260135619 -0.4167071169752596 -0.5493893884309075 -0.6490855649531175 -0.6944634842743695 -0.7083361167662081 -0.6145657930603002 -0.48108312783747204 -0.26701802101279903 -0.2494465298973977 -0.23017559087554934 -0.22682905215189247 -0.23180799608387437 -0.2718461129253649 -0.4616267904513078 -0.4993431348134663 -0.39392452213429135 -0.37329763521414605 -0.2790509503246873 -0.2420836850013037 -0.24275760471943292 -0.24983010438666137 -0.2615377529370167 -0.28082472801796765 -0.32273095821121994 -0.4649477777231613 -0.5331745432806134 -0.6158205386449912 -0.7017311605024674 -0.7063733643374902 -0.5937831010912048 -0.4824786726721068 -0.26555828298032325 -0.2504910399065163 -0.2308163647074545 -0.22832824725508127 -0.23706385566159408 -0.27498623450506676 -0.47746072558549224 -0.5189477916066507 -0.42176681799366383 -0.39948668824351313 -0.309555406267411 -0.2694133822190327 -0.26420142004558367 -0.26997609758667523 -0.2780863766947518 -0.287959520452168 -0.32421109448442487 -0.456925969372855 -0.5363877202627096 -0.6264298066869064 -0.7009980352185332 -0.710969049614409 -0.6182616235431255 -0.48301484563490715 -0.2686839370188916 -0.2439913400618078 -0.2304228867090407 -0.22879586493117407 -0.22290693980608897 -0.27211716335971303 -0.4646997403375707 -0.48796690602729936 -0.39400726131054215 -0.3778198698303843 -0.2776121106927275 -0.24217536955888538 -0.24442290962498026 -0.24160494162008397 -0.25320883296799596 -0.2680954922212163 -0.28918995982338286 -0.43294921294059807 -0.5473542092178862 -0.6047457115196501 -0.6902408910690826 -0.699101975903334 -0.6062631657624202 -0.47334395262204065 -0.2572501824574924 -0.23488966609466722 -0.21834414696213167 -0.2204741465796135 -0.22605706915821622 -0.26910865275305096 -0.46174267535508773 -0.5047997463295391 -0.3914438985997384 -0.37737903715403676 -0.27177507927125255 -0.23714815534258626 -0.23976140015715983 -0.2410594174727429 -0.2502889136327603 -0.27499687890166113 -0.3101649772594746 -0.4356387977308201 -0.5165769505121739 -0.6035662155054451 -0.681519433883924 -0.6991725730270972 -0.6050228196477699 -0.49757227094743656 -0.2767300303195674 -0.26360005711141377 -0.23303448578720717 -0.2274535683218137 -0.23427074304186948 -0.24188874075012032 -0.3814730653355924 -0.414631998958306 -0.4693909953142756 -0.4042530495991455 -0.29261137672728194 -0.2496142362075477 -0.2418428931678348 -0.243803452609154 -0.23704824341160827 -0.24087043458607088 -0.3127523739766621 -0.4186788997217241 -0.5294322157783146 -0.6304190259521772 -0.6818408860935297 -0.6864293672073436 -0.6269449312823092 -0.4793858712773091 -0.2648997212102372 -0.26655578667987784 -0.2296524377191332 -0.22964593443985346 -0.23564721355233464 -0.24194788888306984 -0.3675732854835473 -0.4373448176768344 -0.4289890536731288 -0.3784159964636019 -0.32160792598311827 -0.25198818567702347 -0.2559284196110548 -0.23168599746950533 -0.22683089948763857 -0.23730499842568256 -0.28697573586317693 -0.39047887218492916 -0.5080591591000336 -0.5951807106917495 -0.6929553263159002 -0.6545656888178253 -0.5947685518922645 -0.4623051197567508 -0.24024547088054554 -0.22910296991314905 -0.2113572318386335 -0.21146492880213816 -0.21483843494952706 -0.2757413426222386 -0.46815865573843096 -0.4736397953873405 -0.3751437838773395 -0.3626558668316247 -0.2797019344089701 -0.23551991878051784 -0.2335870467769836 -0.2384025022224292 -0.254648392932824 -0.26580650152593177 -0.29591926442819744 -0.4308491395044852 -0.5439883620920537 -0.6187005697501714 -0.6878252268186473 -0.7006439793747877 -0.6093916796076482 -0.4762914719398152 -0.25904509997945613 -0.23975051115254392 -0.22145063392970665 -0.22346986137321845 -0.2264036849572863 -0.2696360123042768 -0.4655981518080604 -0.5010316960652715 -0.3976175520764844 -0.3779313327129769 -0.2819786887887794 -0.24604827939900878 -0.253647902998593 -0.2512783853253585 -0.26661210971937827 -0.2665507930590275 -0.2815133071960384 -0.416879905816878 -0.5463727209603844 -0.6138577348265692 -0.7086686214255481 -0.7101201587116306 -0.5936755224054169 -0.4900524190036672 -0.26610229404661867 -0.24638839374051832 -0.22892880697863655 -0.21395630871912824 -0.22280908255078777 -0.271123951755247 -0.45793358397350775 -0.491971310808741 -0.4134929582489324 -0.3999775622949718 -0.32629817062499034 -0.2533402612605721 -0.23092921579566708 -0.2325702696336592 -0.2647282637071199 -0.28054652954724213 -0.3328150235678586 -0.45671050965509763 -0.5218369292269192 -0.6084791423724096 -0.7094898722513084 -0.7046629734376134 -0.5818174016619759 -0.44927069217528875 -0.24550383911006618 -0.24899226206833153 -0.23010465202936223 -0.2325534403137148 -0.23543445981157154 -0.2778623585588754 -0.4885773781750428 -0.4943445721889105 -0.37736861358868 -0.36707175059612324 -0.2710427757526653 -0.2366167790875635 -0.2409923256061225 -0.24910898482336044 -0.25318208161299877 -0.2554220674711535 -0.3132928245252922 -0.4347652056331808 -0.5265325246518072 -0.608143929096481 -0.7140172160749985 -0.7178174396038102 -0.5987441328456334 -0.4909691295828918 -0.2712949526709085 -0.24890453559537717 -0.2247671860028962 -0.21780122518507627 -0.2221226353219416 -0.26630492986626986 -0.4344465119255703 -0.49009191312560607 -0.4055725039686066 -0.4116228365173146 -0.31465047918717187 -0.24510421239027397 -0.22772851351270862 -0.23958483674391534 -0.2414855355965567 -0.2602159213361429 -0.3081738834181669 -0.4299118326989233 -0.5255588914420629 -0.6015953696236792 -0.7132026084904264 -0.7124907421684659 -0.5914659699169537 -0.48071254955540693 -0.2657960670311398 -0.2588279858414326 -0.23049550683255282 -0.21751823017619495 -0.22455188809031618 -0.23732474622990848 -0.34921676071342844 -0.39927344469570547 -0.4824517764165402 -0.4341246283816819 -0.34169806358369553 -0.2678894581146231 -0.25132293086692997 -0.24052086047026278 -0.24519579749081985 -0.24389309693678932 -0.35263695807217005 -0.4390534759492481 -0.48363475815935875 -0.5943185735237544 -0.6814473066838214 -0.6676553793716309 -0.6101579510954291 -0.4875948054931655 -0.28394004717101334 -0.27118358262492265 -0.2373485595910407 -0.23310467124118556 -0.2386082292118425 -0.23819464394981069 -0.3578053770151912 -0.4289472071699669 -0.43136207782928365 -0.4171950081596196 -0.3457809739485051 -0.24576121431093986 -0.26223358347123027 -0.2511867535687287 -0.22932257048933422 -0.24616953689572155 -0.30777719155891536 -0.4017138790017777 -0.5292661744562586 -0.5978436372010818 -0.6985029808886327 -0.6531889824830371 -0.5918102009591002 -0.4906804198249561 -0.265508632418007 -0.23612018262935022 -0.22140334297639694 -0.21558967567332643 -0.2185046114254229 -0.2789781681719771 -0.45587909980473695 -0.48742371044407545 -0.3966186616678099 -0.3988673403558408 -0.320714338040414 -0.26297421921593794 -0.26950746759186717 -0.27205876263602935 -0.26432384660000047 -0.2704146057184045 -0.3068181308365192 -0.4622405809494831 -0.552880296205414 -0.6264280529060544 -0.7145077821210787 -0.7073621901454779 -0.5935079215639407 -0.4889757030566425 -0.2735012603272526 -0.25596852577902895 -0.23898917847342038 -0.23644850001953052 -0.24269328924107622 -0.2828628613561742 -0.45392354214617026 -0.519330227287944 -0.4104311126407482 -0.38677638530940545 -0.29512433006459443 -0.24947604948793667 -0.24799296671976556 -0.25616146772730825 -0.272923417634102 -0.2802217502633527 -0.3177192863498037 -0.457496780228801 -0.5450263405376389 -0.6128695128056415 -0.7060583628248198 -0.7032704271766785 -0.5892576838430434 -0.4848929034495869 -0.2672137126676629 -0.2517594717728278 -0.23352729737434183 -0.23238395932442207 -0.2339844691688614 -0.26753924865056117 -0.43618950381679333 -0.4945753621572314 -0.41565122641849206 -0.4077608069957639 -0.30908203775491133 -0.2506557173105812 -0.22637951681751559 -0.23871512754775734 -0.25966273482896746 -0.26131317683199984 -0.3009882692934785 -0.42556186324241946 -0.5286659666906042 -0.6084619308465865 -0.6869217862445732 -0.697723000031413 -0.5756451495818146 -0.4427172178048 -0.2775844990089458 -0.25407583986657734 -0.23841989295853336 -0.225676493538895 -0.23191415667313522 -0.2752721535260341 -0.43811312037028516 -0.5103701743746667 -0.38930149624096017 -0.38254750444099556 -0.2717938295151529 -0.24984556621691717 -0.23388295677433704 -0.23563951592442808 -0.2489169695769267 -0.2701862225983379 -0.2733939238965284 -0.4155938899147416 -0.5498392900040894 -0.6307880352152733 -0.7052379405469043 -0.6977818550639214 -0.5793174457206077 -0.4453469922117593 -0.29554084271472164 -0.272265172290619 -0.25683450855967893 -0.25349153498256805 -0.2594753572279768 -0.2859932212192121 -0.4604439482829075 -0.5158380170449941 -0.3898461454172871 -0.4063351513509196 -0.2977730369995725 -0.25900188973409766 -0.2640698816711971 -0.25991736695680034 -0.26914915105537296 -0.28689991210275045 -0.31728592418526497 -0.4417086956109454 -0.5410915902574346 -0.6269761604922547 -0.7118106042389173 -0.7229511370357737 -0.5752019002001753 -0.47527790945376996 -0.2923235885305737 -0.28200243850005535 -0.2506752018067152 -0.24564930773443297 -0.24864025648910262 -0.25313687649554173 -0.3703077664433432 -0.4275024989342191 -0.482306367465027 -0.4207699265363147 -0.3191595097092497 -0.2763803011932285 -0.2544224566881694 -0.24454883598448343 -0.2389780514511418 -0.2624757344008921 -0.32743972462920395 -0.4323739176258237 -0.5065370005543978 -0.6100548319678423 -0.6677507856481139 -0.6775257303247876 -0.6145947386185495 -0.504839402555954 -0.29467224972768147 -0.2878040277514128 -0.26112293406287523 -0.2535032400832838 -0.2591058699752325 -0.26843644300886754 -0.37924970929582325 -0.44265398165609865 -0.4284698370069499 -0.41418043692478235 -0.35842786786657804 -0.29222962142617726 -0.269680306408669 -0.24744353716990564 -0.23025737590247616 -0.22763527972916042 -0.3039807120317334 -0.39993217676327136 -0.4887696301383046 -0.5826066595665856 -0.7141066339183166 -0.6681164804810567 -0.607429534308174 -0.5060037174214801 -0.27666183587471266 -0.2553529489121014 -0.23068823854936785 -0.22533927039886806 -0.22553686972595657 -0.2826952618709656 -0.44807074150838166 -0.5068975729604189 -0.41401610651040427 -0.3887570565346513 -0.32865957610810537 -0.24774167764719734 -0.2427738872403225 -0.23667454321215 -0.24969279263616628 -0.2594469436321486 -0.2937982420131324 -0.4292819731505743 -0.5205225438607538 -0.6048557498012906 -0.706614820346698 -0.6902067339987568 -0.5698535116032024 -0.4612809248906984 -0.2722831617112023 -0.2496470583122585 -0.22438002339020532 -0.22864239067862355 -0.236963618173699 -0.2812642519884282 -0.46182450547745924 -0.5068548570244301 -0.38517003459194693 -0.3581727785081364 -0.28257327772996566 -0.23801657173747445 -0.24018884062109153 -0.23466960302852496 -0.24063596446106067 -0.2609955653652278 -0.29577595617786023 -0.39662863935576265 -0.5136478438081961 -0.5989889531894286 -0.6922728055523302 -0.6924176927097091 -0.5745288680298094 -0.4411743197259717 -0.27675162748281384 -0.2578586528949881 -0.23764329652248223 -0.23751049801633248 -0.24205654680235233 -0.2738164197661351 -0.4467914193537258 -0.49576033785315393 -0.3956290101898574 -0.4006150999852945 -0.29726231625011307 -0.2450367242626703 -0.2379202670556062 -0.23585339077902473 -0.2529581607472003 -0.2596970656044692 -0.28349081191756403 -0.434102656548919 -0.5135335320998353 -0.5944228896223311 -0.6976965382918422 -0.6926829159001052 -0.5725644521869134 -0.44135100920187376 -0.2781609115226992 -0.2565587295533337 -0.23998554090249388 -0.2333395628673934 -0.23741875172014817 -0.26626650903599136 -0.4285688114276571 -0.5058200036911539 -0.38897273363705676 -0.3922455505842702 -0.28216034266520595 -0.22563754856972726 -0.22595052968215154 -0.24050622230771096 -0.25470680360608094 -0.26669737772843327 -0.3145315554090298 -0.4387695771380811 -0.5088909811244738 -0.6010059375029206 -0.6905174379129952 -0.7040362185569355 -0.5739748088914955 -0.4454067802876193 -0.25961295858085076 -0.26212509543259793 -0.25207302160649603 -0.22280331279898039 -0.23166336094796608 -0.28681242701016163 -0.4543320078894111 -0.501024040766718 -0.374248464586238 -0.36499715079731376 -0.29317506830184176 -0.23792519043285787 -0.24757914321305813 -0.2579550758961186 -0.25088322771254334 -0.25887597412283064 -0.30612696127769745 -0.4310716968498026 -0.5362655859131513 -0.5993941094592957 -0.6899449767599348 -0.6950817567556129 -0.5685969325057685 -0.49109087732949563 -0.264523180894208 -0.28129529748248916 -0.25375131874410467 -0.24455319853723947 -0.245219628870509 -0.2541582758916432 -0.36227868582170425 -0.42301013497646206 -0.47165167982635114 -0.42341136091958687 -0.33149429874329917 -0.2567878986089215 -0.24998313569015526 -0.25559639039216203 -0.2521370608137369 -0.24986847200205964 -0.3404884685600287 -0.43775249457922755 -0.5011732868389926 -0.6010834508562577 -0.6803432905427174 -0.676492866612115 -0.611903442301819 -0.49000555120383193 -0.28437700896394874 -0.2743678758340992 -0.23763028904290906 -0.2373547110738819 -0.2375302889936793 -0.23992456239341325 -0.3507577062996582 -0.43755883283005664 -0.4425779612695461 -0.39834059493890234 -0.3461029660378084 -0.2386559179225511 -0.24927651723324926 -0.22416026740778183 -0.21892612461781993 -0.23939109386845597 -0.3209533402560918 -0.4258291691282158 -0.4951663968444502 -0.6031693064901165 -0.6983602735302794 -0.6422714233448705 -0.5815729561910906 -0.49090103903474575 -0.26834005898975627 -0.24433046577333326 -0.21940298664249547 -0.21390466882019557 -0.2215948157393387 -0.26632833911320586 -0.42379692747181996 -0.4971121872381265 -0.40670215182708314 -0.40101580423697636 -0.31787795155541626 -0.26277892917614315 -0.2499723520014463 -0.24180697012240712 -0.23903963671957265 -0.27321156256234214 -0.31240402769249 -0.42828204637812345 -0.5092406832668218 -0.6039277884349 -0.7018363654619446 -0.6954088200238993 -0.578766416210575 -0.44149237347151915 -0.2765892633586485 -0.2537476526553115 -0.23701189238968848 -0.23616443593877898 -0.23995770673442646 -0.27871542193985954 -0.44977953720848957 -0.4963092804260532 -0.3896868596736517 -0.3681567328916192 -0.26733491454033037 -0.24417935487666936 -0.2511356882742946 -0.25253344230042535 -0.26209746798025696 -0.2805221682038383 -0.3152899539041845 -0.42775712296093454 -0.5273927134905493 -0.6261730210619285 -0.7111341163814741 -0.7180457646095665 -0.5736243452889217 -0.44794062528949086 -0.24381308076825967 -0.2542724642060609 -0.24235127433128484 -0.232913012830043 -0.24014015730173535 -0.2936090566077338 -0.46012593456256995 -0.4698487771108774 -0.3704707590892971 -0.41319568858532063 -0.3692295742625154 -0.3111461081130385 -0.3130242495156436 -0.33842952471762033 -0.35979211001417044 -0.38158437102833864 -0.45296961591764007 -0.56164660588671 -0.5327532587763587 -0.6442982775274969 -0.7221689238579377 -0.7380254850448245 -0.6099029199566814 -0.47131352100993784 -0.2611903053382596 -0.25024927963570714 -0.20764329900867448 -0.20952372871068214 -0.20885221966612827 -0.2624605828154525 -0.46649616794361565 -0.47775573250203834 -0.40259009268623863 -0.40854678191524496 -0.30555711010988695 -0.26929764224546276 -0.2739819768736285 -0.2603970414093161 -0.26746789371162455 -0.2846034125881912 -0.31573170917833643 -0.43888454066326577 -0.5379913432060281 -0.6314261354837271 -0.7102688722955445 -0.6936984944200966 -0.5735692534836131 -0.44480647558813247 -0.2990142580000184 -0.2750315653917794 -0.2588066418527564 -0.2542113332685352 -0.25777053095706365 -0.29021874210962256 -0.46330913493107023 -0.5146415838191474 -0.4026232716209492 -0.4078835775343744 -0.3024384604941031 -0.26463443803135067 -0.2632060484571633 -0.26884698653536104 -0.27397566326094885 -0.27951891768646064 -0.2849473611502468 -0.41368472961732505 -0.5144029950606818 -0.6088525463215801 -0.7037042183240606 -0.6990610196672075 -0.5759186175250013 -0.44602546179279323 -0.2701465869442988 -0.2874074849985462 -0.253181129154078 -0.24914660008220826 -0.25592416691263215 -0.2637367441463587 -0.36644977232253995 -0.43001382837438573 -0.4392401401103756 -0.41750677899847827 -0.35767734102862214 -0.2884095106873935 -0.28934344349229146 -0.3066750141419835 -0.30767468132310843 -0.323430952031111 -0.44690564566704105 -0.5455358106128321 -0.5640127148038283 -0.674262518625 -0.7403396440257705 -0.72151555085731 -0.6600221423078432 -0.507802454984529 -0.29635838269626563 -0.28362939808475307 -0.24433722223237125 -0.24915931666700958 -0.2522335456452953 -0.25917894253612866 -0.3600697391147394 -0.44035387187779085 -0.4251120578438338 -0.4194469336778888 -0.3946509580089263 -0.30702734982554564 -0.3315869502003289 -0.32962049974264246 -0.34497126938465733 -0.36837904306702235 -0.46799580135275143 -0.45471016757459526 -0.5542209691294596 -0.6136816224959866 -0.6973238644506725 -0.6614854329165047 -0.5899444855110517 -0.4613530141120066 -0.26951573175864013 -0.2569195450931606 -0.20334601614383685 -0.23334190521733794 -0.2612112766922704 -0.30030973690530327 -0.4543866036036892 -0.49511243628868495 -0.366252360048138 -0.38393544002697794 -0.3035196334307336 -0.24273475023618088 -0.24920539154607396 -0.25459095296967016 -0.2604880800413844 -0.28103893906368316 -0.34202587035662674 -0.4691538740232497 -0.5328409247242178 -0.6142262226224434 -0.7162063819775002 -0.7078826612274184 -0.5800838106651461 -0.4454371194255442 -0.24838148559891451 -0.24773951865205834 -0.2338689993914834 -0.24704172229915874 -0.2477800989157536 -0.2961504435304094 -0.4664583933665365 -0.48622001490546035 -0.35958897527476374 -0.3848010162089841 -0.3089672226785468 -0.25594513570260236 -0.2683061563123464 -0.2810422276209998 -0.29913809777705225 -0.3445223615911731 -0.3983866141205653 -0.5015355967870357 -0.5667812042723293 -0.6685224446062239 -0.7575937569542456 -0.7548000860215184 -0.6163720364488922 -0.46816297916146216 -0.2635104468489642 -0.23424684516234562 -0.21787681093236416 -0.20796497345590534 -0.21981622751823338 -0.2653717079934451 -0.47143391724195305 -0.5246682747538948 -0.4136777358379118 -0.41801437410363584 -0.32396657020780856 -0.23432841726339573 -0.2455149128167656 -0.2583219112527908 -0.26804101386715645 -0.2856142386677807 -0.32449855982131764 -0.39290224470875695 -0.5057391738150312 -0.6099218177210715 -0.6853761993936501 -0.699283122346814 -0.5752120672609532 -0.4442128148739875 -0.26337672309180177 -0.264758239110517 -0.24089067509069234 -0.24556444625154658 -0.251073706371839 -0.28619195007915166 -0.44977413661590565 -0.5039430418221125 -0.404400522070304 -0.388157583456434 -0.29207766338948665 -0.25831643695939527 -0.2603380900211488 -0.24690112510582982 -0.24643824996992572 -0.2615420185805156 -0.2844025293607727 -0.39450006753197786 -0.5184577405542192 -0.5910015261188813 -0.681472973959868 -0.6853362250367515 -0.5673025869762855 -0.46404941836076796 -0.27944742436048814 -0.26759505561528807 -0.2461413793040038 -0.2485208786895994 -0.25274810214030513 -0.29396376623018966 -0.4586384992462864 -0.5018707184505848 -0.3978199785771567 -0.36621842277025624 -0.29870242706618494 -0.23104186834501952 -0.22188819464250553 -0.23269387353433607 -0.2485873523085995 -0.2638454814780605 -0.3031093781397954 -0.4267224850968045 -0.5123286036833717 -0.6041818512579928 -0.6985238464074789 -0.6959381128179044 -0.5720800689012944 -0.44706957346704185 -0.2916767234190109 -0.2787252906304552 -0.24763318109526364 -0.24114931632954478 -0.23655249295183686 -0.25467061871298485 -0.3601271184078911 -0.41544393986544825 -0.4497304962907935 -0.4011906490968408 -0.32563054175676626 -0.25659274037398416 -0.25652790359239597 -0.2581089420437304 -0.2778115517324953 -0.2854053244149469 -0.3951419929865981 -0.47989651071805717 -0.5096796098602224 -0.6198799065375434 -0.6963836752781465 -0.7144197295520741 -0.6453554328820655 -0.4911642857202433 -0.26112923746737415 -0.24931572473154145 -0.2158394862929386 -0.21792191817395185 -0.2196240588214666 -0.26528122760909595 -0.3358892908368013 -0.45033508320812415 -0.40259061813496066 -0.4210092126182205 -0.3648068468600347 -0.26460472411980074 -0.28219656570443424 -0.25316258665946145 -0.2563763391022137 -0.2767131021467371 -0.3641411043020142 -0.44136090934628935 -0.4982779058000517 -0.5962975942869869 -0.658219595101988 -0.6433424355486522 -0.5716120740814863 -0.45840066500589943 -0.25362887548155344 -0.24344926836055397 -0.24721356278841936 -0.24708330277717364 -0.2513318827201283 -0.2834259751953626 -0.44967703619678157 -0.5030800064741243 -0.38149300896144156 -0.39351955183090637 -0.2903241641161774 -0.2341108892223852 -0.23217256258403662 -0.23898632205697626 -0.25579830883881993 -0.283755505360729 -0.3487651543118008 -0.47497403145511524 -0.5369961191667955 -0.6259526947655788 -0.6848509956589108 -0.7063870749060506 -0.5823935682977863 -0.4455800313970889 -0.26495767581342156 -0.2639866241677828 -0.24454048508232423 -0.23855566100080172 -0.2434232220429604 -0.2815205304446885 -0.4492897619712637 -0.49210133454109745 -0.3788761429746435 -0.42260567228593104 -0.3513134201654648 -0.28269823126158816 -0.2893618296193911 -0.29839060068518747 -0.32516172548080624 -0.3522045149985096 -0.42142115041585954 -0.5312837589268415 -0.6003275008139516 -0.7034543629631238 -0.7754435826212535 -0.7918725113775742 -0.6646366511412504 -0.545461139035687 -0.3459784536775947 -0.3250561852645182 -0.27619574132975927 -0.2393477776363434 -0.27036419639736675 -0.3260568989817286 -0.4877067196297419 -0.5233417013567221 -0.3840740689610034 -0.3972000048759264 -0.2972976634067405 -0.25763425235386317 -0.2759823594877207 -0.2719614185587837 -0.2823944063753931 -0.29662938564970426 -0.31237662458539633 -0.42380565809883236 -0.542921420235906 -0.6070728010575644 -0.6683596291628139 -0.7020452733363052 -0.5784636788663389 -0.44129172055311133 -0.25035462194197333 -0.2501416537728689 -0.23525329423391006 -0.23716061914751413 -0.23730869991793913 -0.2882478141635652 -0.46552152612211095 -0.5083111913661527 -0.3731379565842373 -0.36123470054300527 -0.2945723913476102 -0.26176922346435727 -0.2632393661359154 -0.2660977356866304 -0.27278650077047434 -0.27999625081240365 -0.29693848513467025 -0.39962436636011667 -0.5054908705161061 -0.5927284184954114 -0.6580728171204455 -0.691609079375907 -0.5669491388179534 -0.43667148503943615 -0.24691804232126896 -0.2288175993685026 -0.23944121560113055 -0.23305311269369539 -0.24007332390184005 -0.29828161486193905 -0.46195025804163287 -0.48271051739953524 -0.36184072303087056 -0.39393612965053343 -0.3460838939766176 -0.27508820957524954 -0.27624416189803475 -0.28092437389317887 -0.30736392530669004 -0.3243604660849812 -0.4028768663911696 -0.5230063373665969 -0.5872640330968066 -0.6806137218025732 -0.7413058346834376 -0.7151812518887428 -0.5817941886136787 -0.44089071464536017 -0.25697074908562884 -0.2678824570234982 -0.25621510455723007 -0.2425412224028818 -0.2440507653378931 -0.2576598139328221 -0.365234057143162 -0.4134971022290782 -0.4417149002220431 -0.44040517651384753 -0.3674463064361769 -0.28815148278429153 -0.28612599244006276 -0.2988166737620194 -0.295849841113684 -0.30335014029184454 -0.4202309794992104 -0.5222197632250106 -0.5471906510259761 -0.6411068010664547 -0.687234325053383 -0.6738126575824281 -0.6137226719384021 -0.45780053198481635 -0.2572993356158213 -0.2482902873212743 -0.22312004215518177 -0.21724151406891765 -0.23897336518833084 -0.2464853626660501 -0.3566551093115888 -0.4556747976664027 -0.43920549503466705 -0.4120757634206791 -0.33448946371069355 -0.24141570339553162 -0.23989227846704073 -0.23767662941355108 -0.23145063152577042 -0.2247049153455862 -0.2841076146284097 -0.38836971607791637 -0.4959239074716505 -0.6075446991001966 -0.6861432718674345 -0.6605279675810837 -0.6057426640496341 -0.47275515200608165 -0.2891750749004057 -0.287704250331736 -0.2733968895347608 -0.24002986666787682 -0.2546495564879056 -0.3001198447139698 -0.4722050527139746 -0.5623383557492696 -0.43823813851570087 -0.39411545312335644 -0.3411533829054557 -0.2731428311588399 -0.2627358186385282 -0.2542314969073094 -0.25034757670198615 -0.25992368785986525 -0.34509009858997713 -0.4210057010652587 -0.5047610986022534 -0.5898696355848172 -0.6623245918315162 -0.7056876394881205 -0.5763974752409331 -0.44296433615395525 -0.25248594711645805 -0.2336874891238995 -0.2394522531684584 -0.2403521383377071 -0.2463420415636285 -0.3035501117028635 -0.4790153570454849 -0.5024307324572038 -0.3763342715962997 -0.3632244105667832 -0.2976767180571593 -0.26743990480354934 -0.2728094524419942 -0.26814160737327986 -0.2756454850716255 -0.29885304777528837 -0.3680433944259516 -0.48775551818350626 -0.5437654760473475 -0.6216765544056199 -0.6778750719368923 -0.6952782107318252 -0.5658301286779511 -0.43119274042051814 -0.2356549694951019 -0.22116963150754088 -0.2152701124348905 -0.20333387594344093 -0.2058558660586873 -0.2917543042499353 -0.4206099436502579 -0.5094792200239734 -0.4068182887873322 -0.43050766372709975 -0.3473758638545283 -0.2781677332022307 -0.2824104366868063 -0.2902527367281291 -0.30605436260409435 -0.3319377787864793 -0.41795863456479704 -0.5329516904277759 -0.6013017154645438 -0.6954525341445845 -0.7614731033130296 -0.7665461237861432 -0.6383121023806066 -0.4970182665383655 -0.2897910990190463 -0.2650125312315379 -0.24634202351000298 -0.24314013256329534 -0.24009184111464818 -0.275818310211276 -0.4483275582315375 -0.506805201404036 -0.3944344227006955 -0.40701516590708264 -0.3303288668299799 -0.28570940522242 -0.2938759488422939 -0.31181420059493503 -0.3322877738484542 -0.3690163277353234 -0.4634568868314964 -0.6001080589385182 -0.6541233690036703 -0.7703770612324065 -0.8286650334129027 -0.8534604943455898 -0.7126235743396513 -0.5644299688194836 -0.34570796855579355 -0.3483930801576606 -0.32322372247828374 -0.3132765066528993 -0.31801146117572765 -0.3474266131850552 -0.5187407114250899 -0.5963225459816366 -0.4759653763237481 -0.5301762891080736 -0.4510869244183515 -0.33862270997280713 -0.3463935440009189 -0.3584632381850248 -0.3662399573643013 -0.37673291528495034 -0.4432514557807821 -0.5272614713832721 -0.5900127085699146 -0.6780692083717988 -0.7584307429215695 -0.7755494131141107 -0.6411848185871907 -0.5007267181490946 -0.28515486111097293 -0.27647845304973395 -0.23284028230407006 -0.23559321879276543 -0.2398951069141184 -0.25539741120427123 -0.35916930305975003 -0.406010531578498 -0.44349333306618244 -0.3924561404097828 -0.29051276985224284 -0.24770734618495838 -0.2572709860164826 -0.26443994200039544 -0.26141878381105127 -0.27626483848017813 -0.3918556961595738 -0.48171810406259774 -0.5128713576450462 -0.6317536608467634 -0.6545043441824216 -0.6592549974688301 -0.6042605076268279 -0.4595771138565048 -0.27937027651778645 -0.28672133578320064 -0.25285701144564765 -0.2513822392457519 -0.2417276587898338 -0.25586180543274967 -0.3683179846774973 -0.44689376045458495 -0.45522392470225864 -0.3898325908273156 -0.34270428009845993 -0.26702475930867425 -0.2764596419413723 -0.25566059462841456 -0.2627277641403583 -0.2907648488148845 -0.3763525212852232 -0.4793137498136455 -0.5240126785885676 -0.6289391107826185 -0.7162891867476665 -0.6810899467391536 -0.6118673972024533 -0.4749954049439569 -0.2700726557344914 -0.2483129534680623 -0.24009296030004276 -0.22623437848984299 -0.20955772480870852 -0.258231606772219 -0.4271890404970955 -0.4677237718513006 -0.35880754041492635 -0.36183106565314815 -0.27686362426237054 -0.23402796119434172 -0.23478737135651404 -0.24695781826487387 -0.26468100632776176 -0.27765013519356935 -0.3506908385148906 -0.4747602365899042 -0.5433053730741751 -0.6353738794909565 -0.6750438124881112 -0.7125806568804265 -0.5817630127985701 -0.44243394442576356 -0.28692937750019504 -0.26806246604341827 -0.2446796369566034 -0.2393987721259319 -0.24386340375752266 -0.28052435611815635 -0.44711027006585774 -0.5009544441243332 -0.37000046808294995 -0.3917862026868843 -0.32444570102128273 -0.27113270297496045 -0.28140500898526777 -0.28112371982858925 -0.3092294015594707 -0.3364230847741064 -0.4166273650190244 -0.5496279738173937 -0.6070861921090107 -0.7089121810928352 -0.7677572196703569 -0.7682975128300087 -0.6170588897291307 -0.4502843300644882 -0.2429799136956595 -0.22260956355010833 -0.20566701766573592 -0.2040718525049144 -0.20551555090913268 -0.2569353295128307 -0.45116606361746575 -0.4912496519231545 -0.39755621380352896 -0.4092118069827357 -0.33757360187617397 -0.294755026604137 -0.30381714989050546 -0.2799004041817004 -0.29287082916227125 -0.3170633082128068 -0.38198051098590524 -0.48459857340564555 -0.5562325119100372 -0.7127005295595875 -0.7830907226268509 -0.8150736812529923 -0.6742819703721278 -0.5377593195379582 -0.32521147156429736 -0.29280543787237684 -0.26356843229001137 -0.2559655395684739 -0.26364544351557195 -0.31745276518907384 -0.4825275227089016 -0.5650953886534501 -0.46806837784637156 -0.45150093016409776 -0.36686654828188003 -0.3023034308377375 -0.29689432111614944 -0.31051177415613684 -0.32224350795331064 -0.30677018749341495 -0.4121828264771358 -0.49828812817546525 -0.56860773099167 -0.6731564052341767 -0.7179756428347471 -0.7576930926812794 -0.5981217257648149 -0.44089056643093233 -0.24253739039400288 -0.21843441218672283 -0.20550827833844618 -0.2021164828188937 -0.24566361540791806 -0.2990938063171393 -0.46038222573171367 -0.4823381389087222 -0.3618975917996693 -0.3823862002602883 -0.32223312752172295 -0.2511147264045676 -0.260690798840595 -0.26795234465630574 -0.2675273123148706 -0.28037409278414704 -0.34143407711805823 -0.4757316018187013 -0.5270605937170917 -0.6458284783918286 -0.7024272132770991 -0.7296933989524624 -0.5688054838802233 -0.4470216868961543 -0.2726440840200762 -0.28799153735177574 -0.24836986676900935 -0.2429792076689314 -0.24543256386822532 -0.2495915368514196 -0.3720330289933392 -0.4366012543761139 -0.44416255332149496 -0.4154492046096483 -0.33640387910167124 -0.271162106131351 -0.27805451915835966 -0.29457536334917034 -0.2897972246494592 -0.304951154463697 -0.420932543185609 -0.5300077637481915 -0.5731287062898073 -0.7092319863851902 -0.7264566438525821 -0.7352479499940099 -0.6522685098550906 -0.4884847061755914 -0.27584118831300214 -0.25792823711654145 -0.24679733885063276 -0.25730625893161346 -0.25112760965432895 -0.25718840761089884 -0.3642251549369268 -0.4694646627778348 -0.46717733679044926 -0.5163329091331763 -0.48965774604571555 -0.36038780347420163 -0.3630453259496107 -0.345668257247357 -0.3474005320851876 -0.3732692460583257 -0.48845696668635147 -0.5949065774109699 -0.6212657317722715 -0.7657770556994709 -0.8039923854396622 -0.7783820556811011 -0.7050593977563512 -0.560429649482433 -0.37156843855029514 -0.3627471045756264 -0.346594908535484 -0.3370092993949439 -0.3413280861522522 -0.37081819038842756 -0.5539903966331648 -0.633845920391094 -0.4975098616963086 -0.572868331933014 -0.4955822792122886 -0.37529421232043036 -0.38772303535959457 -0.39540652712350266 -0.4191982907854162 -0.43728109857377123 -0.5515105059933508 -0.6280949617934717 -0.6447354440400257 -0.7888014520194477 -0.8813598983907923 -0.8584557895364445 -0.678702624390158 -0.505282496729024 -0.2785131912372128 -0.22801408314644728 -0.2439112678216524 -0.23751460239136335 -0.26282692795855006 -0.29211978996046806 -0.45848124542279733 -0.5018096208375596 -0.41399614039938964 -0.38881069610621205 -0.2995651874151617 -0.26024218048627606 -0.2557165744987476 -0.2620258266452252 -0.2736661416265117 -0.28970147359996296 -0.28335728775506747 -0.4102351062068472 -0.4948364111389719 -0.591041728448804 -0.6591850542482937 -0.6845614191145261 -0.5620638757785822 -0.43795049950475934 -0.27444066104731896 -0.2590051280198888 -0.23882943951675487 -0.23470847841289513 -0.23826009514235447 -0.28033396840169356 -0.4347128635263761 -0.5051860629643616 -0.3996699446115598 -0.3908686711904763 -0.3062566207306452 -0.23776508290880835 -0.21925563604163156 -0.2231624975345925 -0.24259967585494696 -0.2686710050225205 -0.32738807876550696 -0.46100270833358126 -0.5449831835773989 -0.6255621589630589 -0.6703312620895716 -0.6879733247462593 -0.5694504260506021 -0.4383339337841253 -0.2653974831351556 -0.2597177455308556 -0.25350796809781356 -0.24396618970192455 -0.24249489336323105 -0.28290302100415055 -0.44486043577402035 -0.4794908071380239 -0.36838291224819397 -0.385718600170503 -0.3104786913723756 -0.2581408175273092 -0.26371381685178774 -0.25535552811638135 -0.2801214347842723 -0.2914932597839365 -0.3544047241295875 -0.4579234335649033 -0.5324671294783905 -0.634229649594906 -0.6975435286441583 -0.7149564348000509 -0.5670839309019413 -0.4466356924919407 -0.253264615193211 -0.23048933115383696 -0.235995954974534 -0.23688297767984637 -0.23908358595960916 -0.29288110567452696 -0.4606977801324196 -0.46628156918640745 -0.39413195529204653 -0.4182169481369482 -0.32809174210791664 -0.2742048125894161 -0.28957601509097586 -0.2884066240480991 -0.33031997534066365 -0.35628391827388184 -0.4330588895570891 -0.5326549500812184 -0.6058699837491264 -0.7264444532441791 -0.7958156176651476 -0.8130451891803859 -0.6762889964801025 -0.539033530054517 -0.3455998836983593 -0.32639959593421924 -0.2809285084185372 -0.2831941065724642 -0.30272908033382756 -0.31654225147546544 -0.4298083528756696 -0.5179973775352517 -0.5548366045830089 -0.5697519753694195 -0.47325986344140125 -0.36224293112493866 -0.38442163136362645 -0.37986111933751443 -0.3807914628428462 -0.38944761523733207 -0.5709324238886132 -0.7002447656438263 -0.6723588593847218 -0.8456379394926511 -0.8707388779916514 -0.9079857788572016 -0.818801109912477 -0.6534480482259242 -0.4472943563546185 -0.4438523909841575 -0.39131339688529637 -0.39976436107150626 -0.4044891549193754 -0.41003189996055667 -0.5256490440339954 -0.584326902274712 -0.5372362698288204 -0.6115634820258333 -0.5234587251842392 -0.38732327641276465 -0.3986200499305968 -0.3734312473226456 -0.37512748103504767 -0.3916517457677357 -0.4805023918540994 -0.5891160379208009 -0.6079427714602088 -0.733981838018024 -0.8368921320244924 -0.7963742763506059 -0.7114559321381926 -0.5644153363354223 -0.34091810691822955 -0.30645817098334655 -0.27775544853243417 -0.2736438739079109 -0.2651979109402628 -0.31116585129906627 -0.4781436855374476 -0.5266655191730445 -0.4142932272015169 -0.4325231429991116 -0.33189456349424623 -0.296850732809953 -0.32023121960950146 -0.3311909922979849 -0.3469546107704135 -0.3732082998161074 -0.4607957664277424 -0.5831644845436706 -0.6210954189811405 -0.731906058656498 -0.7823527509196737 -0.8012836439718186 -0.6720100040989639 -0.5220767291803875 -0.3026418360417319 -0.2501292619283371 -0.23290170973605012 -0.2099747237673219 -0.2099538353160855 -0.31270915682007183 -0.4647978913220217 -0.5205656285627323 -0.4407591656888109 -0.4858784737132943 -0.4236725987167112 -0.33801659099324494 -0.34048213517401776 -0.34913563445751383 -0.3651766385764592 -0.3869903596807749 -0.4959763050975152 -0.6204469444445683 -0.6537343014467859 -0.7810550689809502 -0.8431941462499426 -0.8380635284846345 -0.6938763597078462 -0.545482919135832 -0.3294278787555889 -0.2947901521160857 -0.2812511423766744 -0.2744839735039341 -0.2817563212121611 -0.3321010907472088 -0.49541380667704493 -0.5748437035064634 -0.45725687496161055 -0.4759354441801425 -0.3806149977306434 -0.3183633969161212 -0.3075128445735272 -0.3038103902223988 -0.34297188852921445 -0.3777577844713402 -0.4766164847103274 -0.6100635279956819 -0.6296382772890596 -0.7357827250077453 -0.8361042262487554 -0.8397637258159003 -0.6694947814798775 -0.5072877891661779 -0.2780306685284336 -0.23617603002219592 -0.20956441283160984 -0.21043889610846694 -0.24908453846958595 -0.2975143948096486 -0.4666419670147899 -0.47184791303022905 -0.3665105369526261 -0.41863282216574343 -0.34224844155388395 -0.2685138075661539 -0.2713128803619421 -0.2933678735639671 -0.30321911852441674 -0.3294317965993068 -0.403307430161912 -0.527612745688234 -0.5761377536366844 -0.6772196908160546 -0.7444838746791241 -0.7495232514153899 -0.6117356073509066 -0.4740412067254114 -0.25243390035117813 -0.2395309270588432 -0.22072341303760898 -0.23122555767690656 -0.21305620737784114 -0.2893384254458348 -0.46216117780666016 -0.4875461713531321 -0.3759002608555626 -0.4021713817257945 -0.3313591818587537 -0.2581964254013591 -0.26067459405567733 -0.2675650195666435 -0.28433889510627974 -0.3123057935707084 -0.3902045100805695 -0.5284812885447056 -0.5790207324172428 -0.6698574221713337 -0.7266376862094034 -0.7395549948898338 -0.6009577180336606 -0.44356009544878716 -0.2508504466351299 -0.23823190618369808 -0.2449321012113492 -0.24233307530763984 -0.23953199158184743 -0.2651936154161486 -0.38578388079580733 -0.3942246761720802 -0.44849205831246436 -0.4526831365441035 -0.37833438692027416 -0.2919893716082033 -0.2966688420265893 -0.31702638497576835 -0.3124602063990728 -0.33356319178409854 -0.4511159029261335 -0.5637251512516718 -0.5899620333286555 -0.6999531521351484 -0.7365046227515043 -0.7164053657933829 -0.6211822185995863 -0.492206081144388 -0.27591869182579454 -0.26908855493585504 -0.23424999631699725 -0.27210677136952877 -0.27623135536449206 -0.2792986614836548 -0.33716020369431565 -0.42335002368598057 -0.44045199306066063 -0.4681755106339886 -0.4518835922391537 -0.3392674815798479 -0.35210963126065353 -0.33991154669334983 -0.3469540781276377 -0.3662825522827012 -0.4952788490872556 -0.6022246393922438 -0.6293564539740778 -0.7670242845885918 -0.8528282007897519 -0.8007927992695131 -0.728612033213248 -0.5829916434823942 -0.3600190589860257 -0.33755244523154104 -0.3150605517754589 -0.3103039494702615 -0.30865965133659345 -0.3555472349685621 -0.5275232314142471 -0.5879900680916197 -0.4694510068401413 -0.5090267284563976 -0.4145119301603782 -0.33733221242219363 -0.34491166552629376 -0.3670639095340391 -0.3982218829515279 -0.4194928119238296 -0.5480563237907008 -0.6571346807545173 -0.6532909572966537 -0.8018054422943925 -0.9057082986467463 -0.910152544386338 -0.7824553964718663 -0.6265453229154926 -0.38666376464181174 -0.3585570329473655 -0.3414846736436562 -0.3192710138646825 -0.3347136414363302 -0.3910442309120594 -0.5659048095575143 -0.6635970514618978 -0.5256030987422367 -0.5943394498627422 -0.5141703669537623 -0.39552667338703384 -0.4147325147893278 -0.43987387316563054 -0.4309334261248544 -0.4450300105983031 -0.5788921373975254 -0.6929312365434059 -0.7055146932860776 -0.851542112420976 -1.0 -0.9838910745652976 -0.8040339177934223 -0.6288436895028827 -0.37774316252036483 -0.33022123800394726 -0.30160066819202125 -0.28900462340654187 -0.2743769215001065 -0.31135951536529094 -0.47779190868364624 -0.5426493427556832 -0.43021808867256156 -0.46858155748787583 -0.4245451316883548 -0.328747011819849 -0.32886625112670786 -0.3410756203790109 -0.3722208844694296 -0.4052848400257533 -0.496888104044046 -0.6185747592137978 -0.6241771757579129 -0.7639730390553238 -0.8419751399073407 -0.8653693498736663 -0.7167506191749435 -0.5746050696274623 -0.36231114363246575 -0.32657999322449327 -0.3035148633898169 -0.2880866488311427 -0.3104562742806462 -0.35765334451210523 -0.5369622260583826 -0.6092767026705714 -0.479060602318716 -0.5318271933861363 -0.4594032923044281 -0.3521987602258903 -0.3611175362685991 -0.3679478610468213 -0.3849011514375763 -0.4118438184297966 -0.5395834769995441 -0.6145550310216654 -0.6567373466249734 -0.8251262209778921 -0.9048314763922827 -0.8936986874762478 -0.7462144525402882 -0.5775792359689976 -0.3630590840669883 -0.32295056270811057 -0.27894226497634306 -0.27134595206826706 -0.26512669023508995 -0.290874863435491 -0.47470378117237516 -0.5560530217107195 -0.4300687824285442 -0.4644489658179448 -0.3888252642828168 -0.29038353395047484 -0.29521978583198955 -0.30575827125655536 -0.31939942823762296 -0.3658896040318172 -0.4507743225607263 -0.559163414636072 -0.6109519240139978 -0.7154240941797647 -0.7633140116996143 -0.7656181985717708 -0.6262875223975544 -0.488420073217173 -0.2883999051857894 -0.28543778510622186 -0.24444543347352057 -0.22803326900109255 -0.21944234390952452 -0.23308660906180706 -0.3621784933662263 -0.4679920429237859 -0.5080824313179291 -0.48476918114473583 -0.4144928010550557 -0.3196614980211713 -0.32403153083543024 -0.3338868048407277 -0.34748469160445405 -0.35725210874869995 -0.473741783370504 -0.5893620056817408 -0.5792091011177922 -0.7074369760145792 -0.7624973333120717 -0.7832387909538951 -0.7035024247019996 -0.5472405736048123 -0.340874659738684 -0.33739565988708176 -0.3240999186632603 -0.31994186992982515 -0.33068738375349693 -0.33681945937660096 -0.4392540314166841 -0.5139679022440701 -0.4838962312722815 -0.4961247203156017 -0.44587684086977614 -0.30853648159148045 -0.3220924101761027 -0.31939462426335813 -0.3493219920988265 -0.36792982268501456 -0.4832859023780046 -0.5852253413228664 -0.6081344417017879 -0.7437518489108523 -0.788674547006757 -0.7426209492726668 -0.6450098769932386 -0.4663966609824804 -0.27489867704565923 -0.23042224339697692 -0.2150046002107501 -0.24917557011122754 -0.2482357909017184 -0.29450479850152855 -0.46516244802530715 -0.5052381424362006 -0.43722569210123635 -0.4656544696588124 -0.41213342756351146 -0.3180049044977935 -0.332181482563665 -0.3391091810621672 -0.3581539522395352 -0.39258467588518414 -0.49298239117587334 -0.601787728049351 -0.6470379557839462 -0.79836218806425 -0.8012207022814324 -0.8188262479913625 -0.6787288482250646 -0.5303528792426451 -0.3194667971701781 -0.2831835800215374 -0.25029098025826774 -0.23992644267037377 -0.23562950754117193 -0.28055095237708333 -0.45809052071832795 -0.561478749096199 -0.47370768808306923 -0.4923765255999022 -0.43267873274319096 -0.33477355252423835 -0.33519053087938067 -0.34570515102033966 -0.3739512100752955 -0.3917237205219162 -0.5059975894388691 -0.6028892501615739 -0.6308548660973256 -0.7597591863563612 -0.8491900618837611 -0.8645310332368376 -0.730920542973716 -0.5634839764663417 -0.3603626991462922 -0.33620475555628865 -0.30773864704684795 -0.28841079332858327 -0.2908172473769718 -0.34318356848571235 -0.5054925870429511 -0.565681906041054 -0.44422112807933856 -0.49097164598157755 -0.4439524570811799 -0.3541238494387214 -0.3565130921196295 -0.3522913177874283 -0.3640843245459572 -0.3970735392522187 -0.5363409395926708 -0.6487080657724881 -0.6538656714055243 -0.803747505312645 -0.8447568647176674 -0.8465272941008887 -0.6759663556618054 -0.5169897230238468 -0.2936610465654998 -0.2568298171770505 -0.22384201744005447 -0.20533652866610205 -0.23660471894101523 -0.2897986227231438 -0.4638505405274771 -0.4732655613208879 -0.38366878223671075 -0.42908162958327556 -0.3451789183277322 -0.27517569430849287 -0.28114632921883337 -0.27873534716297094 -0.3105422030941563 -0.33178866024345544 -0.41023074551339894 -0.5353073069396327 -0.6116929748129172 -0.7008489787473802 -0.7478100252619277 -0.7782694483112846 -0.6156548588997461 -0.45127046268076604 -0.24941484933903538 -0.22670087530555977 -0.20822824546309404 -0.24739749486433965 -0.24975464912809403 -0.29260608280864264 -0.475468516348426 -0.48447913104262336 -0.4038477254696675 -0.4460557098241076 -0.3701635606863777 -0.2908424311899423 -0.3075917510438236 -0.3187252248397944 -0.32595126904606414 -0.36631311951656276 -0.4271160738501807 -0.5203540505025658 -0.5815038211552075 -0.6984315062831731 -0.7779302543711019 -0.7982100003244206 -0.6611956287472103 -0.530320082702805 -0.323902594936426 -0.312701496866003 -0.30170409120544994 -0.3075652115855529 -0.2848026074683985 -0.30151369999067323 -0.4251414665743952 -0.4919930116586257 -0.5428655391193355 -0.5283648402166483 -0.4611614739727115 -0.350700128026813 -0.3408453289864559 -0.36014053411152974 -0.3865805904887205 -0.39554684768878623 -0.5371107007733066 -0.6351536741144589 -0.6581038276538189 -0.8022570429827598 -0.7819104223542525 -0.7960019368928769 -0.7075362630311165 -0.5338707324233937 -0.3348197932907893 -0.320754347445248 -0.2848789787303646 -0.23206057425439625 -0.24887627656736924 -0.2567224269329915 -0.36759887522771983 -0.490272512084858 -0.4782873780569425 -0.5239205327315776 -0.48354628047649056 -0.3510639006696513 -0.36275055163246067 -0.33031949594181165 -0.34488347992104473 -0.36109390304022104 -0.4577431611826641 -0.5228693738297633 -0.5697539281478765 -0.7025569075056091 -0.7922195206080728 -0.7496584504930293 -0.6552758026298842 -0.5022214982953296 -0.2896920975270678 -0.2528148281339371 -0.21564184266640574 -0.2115862771781417 -0.21225171521648178 -0.2939141561845258 -0.42949708015873495 -0.5308863488256483 -0.46096135401620547 -0.49565272857031517 -0.4330257292260583 -0.3468807129035125 -0.34691209785416705 -0.353949270444413 -0.3713356493839628 -0.40280736855800214 -0.5068313024084737 -0.6331051485853169 -0.6816156871986868 -0.8232111089479246 -0.8336637759155955 -0.8579508389859709 -0.7337644951020611 -0.5755282067893976 -0.3524434740092301 -0.3144361128088156 -0.2896169686764373 -0.2828606086821127 -0.30126965269717243 -0.3477362525476008 -0.5231557874125905 -0.5948844281316206 -0.4765018763543828 -0.5069426815645213 -0.45812581252284285 -0.354196981690927 -0.3678823953576174 -0.3864759546419489 -0.4036891178385907 -0.4236062761935563 -0.5300960513725346 -0.660805996445057 -0.7016974730729014 -0.8575552638826709 -0.8800174860964503 -0.8317359600983011 -0.680157708365426 -0.5115004142012977 -0.30173212881868594 -0.2667853992137036 -0.23189903500635276 -0.20780707956187572 -0.21403316006307432 -0.3001455009074726 -0.4605393832727495 -0.515197126631848 -0.41394961877490205 -0.4440141811388211 -0.3845503220686706 -0.306422137426919 -0.31199435069881665 -0.3136525622648658 -0.32346341393238315 -0.3547028437450248 -0.43285509401884975 -0.525975994169776 -0.5748973477588835 -0.6948577032844064 -0.7664603631523111 -0.7636857776651169 -0.6282188066574996 -0.48810032075114784 -0.2656781293928752 -0.24786779558961564 -0.2223315604181651 -0.20332666551777243 -0.24663129402595887 -0.29340013990940156 -0.4732200054313859 -0.49166568886830836 -0.4316718916888982 -0.47637188178787704 -0.40062647964302917 -0.3134112705401151 -0.325791698003987 -0.3423135472699224 -0.35453806517233516 -0.3804271880340449 -0.476451820996465 -0.6043198272476983 -0.6597392744682342 -0.7701178405113147 -0.8205366058866206 -0.8208793181658072 -0.671301384106908 -0.533944015340577 -0.30980023713719573 -0.28021233287850644 -0.26567393048968196 -0.22895199712329758 -0.234172980865016 -0.2675701478554675 -0.4426966492133505 -0.5389199877197227 -0.4572704652028178 -0.502143543137699 -0.4360267951851116 -0.34628521196376283 -0.3450715584622636 -0.3605333077784538 -0.3869465995172659 -0.4134575506740524 -0.5139919741662187 -0.616114971144217 -0.6672983750763575 -0.8034360702935859 -0.866119588261453 -0.8770576135808167 -0.7377335316305542 -0.5865160952065371 -0.37506890424584977 -0.37424598575372353 -0.3440316361375486 -0.340217463868331 -0.3541907838030925 -0.3642028490718464 -0.4748761280628883 -0.5365575804332503 -0.5601520449986226 -0.5655568268015558 -0.45162872382753366 -0.3662281434392381 -0.3605412061904546 -0.3951146771232768 -0.4529158171209831 -0.45713010920403935 -0.6104942518721387 -0.6486501372046233 -0.6496182948449145 -0.8288792526783192 -0.8625189695091623 -0.9179258912892103 -0.8288506356149246 -0.65331173118339 -0.45817079187735127 -0.44286268844506554 -0.41124392523480174 -0.41653265044943083 -0.4109003246864277 -0.4167892738609679 -0.5370410712469857 -0.6000448065287013 -0.5306223168206147 -0.6188217993551 -0.6115411261958235 -0.41077574091272095 -0.4214972368629208 -0.37742682019523155 -0.3922345878059662 -0.40975580240070547 -0.5888327458576889 -0.6408750996013562 -0.6538437045727323 -0.8072767843652874 -0.9149705214551975 -0.8778888143868031 -0.8199080244373039 -0.6689896401307569 -0.4421602739197852 -0.41591539515130393 -0.39866439958918626 -0.39688134302155664 -0.399628518637015 -0.4313898231764485 -0.6000896705499242 -0.6779438560028264 -0.528916404558681 -0.5702541191082016 -0.47777295870104364 -0.36542708962147114 -0.37779667569782344 -0.39072004463512466 -0.4121475838443372 -0.4037240492756456 -0.5179032899678753 -0.6189567617122294 -0.687196021803707 -0.851260038592229 -0.9046064910511509 -0.9262150207954808 -0.7826700242879314 -0.5894586970647817 -0.35660354001619565 -0.3343369246378958 -0.30562793054391935 -0.2895238678902729 -0.291631491964504 -0.31930992024853566 -0.5034854605728334 -0.6112979503081529 -0.48218995784813756 -0.566537225003494 -0.45743306523173627 -0.35365084950082465 -0.35027254449765655 -0.3646203851092222 -0.38624896664582403 -0.40949325357993216 -0.5598512116426733 -0.6501627361014569 -0.6861309604954224 -0.8363370442711152 -0.8978046899381783 -0.9109823113592841 -0.7734754151055624 -0.6038504745928428 -0.3920726965841741 -0.36799948917881553 -0.3534731380693014 -0.35684299428684435 -0.3599351974839873 -0.3953752451140871 -0.5697955375868587 -0.6445092675133511 -0.5079729489716028 -0.5464869224018558 -0.4815709083559711 -0.36968622921775207 -0.39601192695529414 -0.4140000296894815 -0.44802826650304134 -0.47875454255003347 -0.6021663325871881 -0.6814401457698186 -0.6929406193391776 -0.867479928562498 -0.9578635100874245 -0.9754044836380042 -0.8371260422191313 -0.6757494920747212 -0.4623387670243039 -0.4374207933276428 -0.41699374104025444 -0.41643751182503336 -0.41770555914539714 -0.4623226089033917 -0.6511058328671898 -0.6812902376435191 -0.5051920999517118 -0.5858139282422419 -0.5142919195288161 -0.4007889463769612 -0.40833340030109544 -0.4370265218285345 -0.459650752564532 -0.4548952458013305 -0.5977182505598408 -0.6604243838893736 -0.6939384731040801 -0.8674485603228369 -0.9525371301013653 -0.9919389638310655 -0.8458320564230095 -0.697881781051977 -0.4969396788816795 -0.49765099945085134 -0.4905346396640735 -0.48949652186265713 -0.46302547718217263 -0.5009874473843081 -0.6764726196861564 -0.6995584380116708 -0.5147211930165132 -0.6031548031793091 -0.5325801217652419 -0.3956215526469451 -0.4055537420788246 -0.42513656180311193 -0.44544479489715993 -0.4521396164015047 -0.5612826883847961 -0.6854357492686504 -0.689042224286688 -0.8599731984198091 -0.9682656831644784 -0.9945135821425979 -0.8225966852037844 -0.6832318973091549 -0.4632661208551511 -0.43586386475638345 -0.40461121024452285 -0.3988537163576461 -0.3895736192072686 -0.38056947613175446 -0.4918863520130506 -0.5521533981362787 -0.5670998894414416 -0.5101468314883288 -0.44889639014329946 -0.36655632406397065 -0.3413607325457361 -0.32814715044392345 -0.3382153456634566 -0.34338745716155217 -0.49259939495594945 -0.5874816288551998 -0.616959333499256 -0.7480286217030921 -0.7990501244272541 -0.8265810980791457 -0.7549303517238792 -0.5784833012219713 -0.38091041732531955 -0.3745190770104127 -0.34833895902210305 -0.34070414885455985 -0.32688420129164436 -0.32320921154071314 -0.409836662764508 -0.504118429060791 -0.46624312670486845 -0.4963131091501579 -0.4460910750667248 -0.33803509504743323 -0.3531729936021658 -0.33726761380440917 -0.3277413694803373 -0.36646450315174744 -0.48028048974812826 -0.5469649196457549 -0.6050533467978688 -0.7544533211706584 -0.8484977690866201 -0.8071537114362914 -0.7256212850351295 -0.5769471108308207 -0.32975600189796905 -0.2998438507461646 -0.2701239157329657 -0.2611662042037682 -0.248555222338761 -0.28978042626017236 -0.4536455639615517 -0.5417833411519298 -0.44338246852637164 -0.49237754105653664 -0.437620651962184 -0.3459029653525579 -0.3445687244141986 -0.35283676032917155 -0.37762833207880403 -0.3862393711496103 -0.5055933658330201 -0.5980804069240686 -0.6432962899266184 -0.772461937407158 -0.8297216713260424 -0.8519504398162282 -0.7145783931554657 -0.5446125339000333 -0.32725642325055143 -0.28776382991915256 -0.248789111494854 -0.23032922257727803 -0.22303383116317513 -0.2671499227200299 -0.45008271402749406 -0.5099121060253543 -0.44263132980700526 -0.4737391476808124 -0.42556742724783997 -0.33929573553464615 -0.3397565878834991 -0.35309544392056663 -0.3756219914936019 -0.3974309638118006 -0.5062331746866803 -0.6031894153440546 -0.6659831954817268 -0.8087863935795239 -0.8753338403695731 -0.8862339908080977 -0.7490965596248041 -0.5793987309955905 -0.3672574081099122 -0.3507962044772099 -0.32886052903284696 -0.305882768019906 -0.3118504982262524 -0.3493498265678207 -0.5223411200094689 -0.5826462169753396 -0.4641155924355343 -0.5022981312742802 -0.4460540585960732 -0.3635200220509693 -0.36490811519888233 -0.37402115452104984 -0.39980494640890635 -0.4223309550350368 -0.5533274579165252 -0.6259544150015709 -0.6500746555288168 -0.7908822715433992 -0.8965855690076378 -0.9065510100754707 -0.7696662994803777 -0.6091089934213805 -0.39154327693800994 -0.3509568901395654 -0.3616963379704087 -0.35110191426376053 -0.3431105072186173 -0.3771322169688903 -0.554418431186591 -0.6267176237848295 -0.5013490121911452 -0.5376472919836601 -0.4551481050545761 -0.3682257790785018 -0.3830320368194377 -0.40505510518962556 -0.410666536637265 -0.41588260127773374 -0.5424551686613456 -0.6501716507826444 -0.6816882968870819 -0.7836054341347941 -0.8850725693226275 -0.891944478584598 -0.7492702520458709 -0.5939914993120325 -0.3789437777935468 -0.36253474133488317 -0.34398818577645085 -0.3238824959206301 -0.33138390046379324 -0.3746407706613503 -0.5513929538722186 -0.6192381228522386 -0.4783816106312123 -0.48866921251025414 -0.40566086507299987 -0.342776489436002 -0.33361997903545276 -0.34115685197556433 -0.37735181695781184 -0.3879929583249596 -0.5032429454675128 -0.5981515394902662 -0.6515050842688505 -0.8065647944332983 -0.878016041097687 -0.9088450417548444 -0.765605562468129 -0.6076440840272505 -0.398499729305874 -0.3886069032956807 -0.3733150599922425 -0.36457983368956937 -0.37807873695779304 -0.3708533247524065 -0.4814477843761468 -0.5553441051710954 -0.5557174902691293 -0.5455292520516193 -0.458039950926594 -0.3945937894596137 -0.3737406679408136 -0.37988655071803495 -0.39011408387753643 -0.3993788328509212 -0.5462113329233974 -0.6207193918854393 -0.6560022236402253 -0.8069741854322368 -0.8682759221729918 -0.8823329907474451 -0.779257951559486 -0.5804664193314787 -0.39073083026903294 -0.36316024791949014 -0.33812981835499395 -0.3664761240980036 -0.3313841692408839 -0.34321706031785726 -0.4322749389445716 -0.5026925561854776 -0.48713304910630134 -0.5424081423033179 -0.5051215648602801 -0.36343304439009094 -0.38707939684730996 -0.3649956734215655 -0.36202987025839983 -0.37113790559399645 -0.5049616346136891 -0.5952954480437556 -0.6288445446655991 -0.7915541027140228 -0.9062158261091013 -0.8375056734129791 -0.7437715793036959 -0.5842714154746879 -0.3539736113170878 -0.32608006533335315 -0.3104610749874831 -0.2930367224575158 -0.2869975810058011 -0.32826821364614456 -0.48952780160674414 -0.5664060960337981 -0.4755230947235312 -0.5214386534776242 -0.44095799406415304 -0.3450425316346197 -0.34521302799908 -0.356677579464572 -0.3807500386607282 -0.40148644849095905 -0.5227207147526465 -0.6478693030661676 -0.6838428946019365 -0.8400465583398853 -0.9184849836243406 -0.9426656170054744 -0.7720148679140815 -0.5807551036011503 -0.3488387220340209 -0.31172002075228483 -0.25152608606685534 -0.2180543493441177 -0.2621878273258591 -0.2914431973030022 -0.46664034210801547 -0.4762277251473642 -0.40306525675048943 -0.4531162623456251 -0.3971722750978727 -0.29758607526008346 -0.31214507983454426 -0.3255056337728482 -0.3378969783927635 -0.3660914361627986 -0.4538976571928174 -0.5535866407551355 -0.6049528736781785 -0.698421148359973 -0.7796873247412455 -0.7648239384263847 -0.6405595072744508 -0.48584752263197906 -0.27591730952138455 -0.24568230189565432 -0.2091645353111204 -0.20773588498133191 -0.25024981909935046 -0.2895491580014291 -0.45636018015813257 -0.504275173618256 -0.42449600429228307 -0.46318627393913325 -0.38305371435003566 -0.2918194745459595 -0.301842284891904 -0.33078108661538197 -0.3398082757073447 -0.3549142016358937 -0.4536684320095353 -0.557384630196022 -0.6120048035626878 -0.715949028689389 -0.7695679482418594 -0.7665378368440754 -0.6265340788909165 -0.45901771812549513 -0.24775993913184485 -0.24297127180255515 -0.2408397471468596 -0.23928006218339942 -0.23889850116662464 -0.2898186184592028 -0.4616239867071088 -0.46902863055481625 -0.4036106463743212 -0.4604139134219107 -0.40088415382972414 -0.32901931747289254 -0.33313035319514384 -0.34460694684245935 -0.36170899556368763 -0.38665870476358377 -0.476791668968571 -0.5904060624554137 -0.6401859080656283 -0.7508779914348435 -0.8083813607876932 -0.8066421552648586 -0.6505342225022105 -0.4777258116441875 -0.2668315187404165 -0.2317197763876396 -0.22356778345244066 -0.20827441149003445 -0.24627892900210518 -0.29062324729101624 -0.4613467784300858 -0.4840306195554496 -0.42949472014647766 -0.49754336835533675 -0.43216830713642934 -0.33617733162368746 -0.34506495412444904 -0.35485541774643636 -0.3737840809092311 -0.39368631230413575 -0.49948721828001286 -0.6146213669551356 -0.6593689015647304 -0.7936609370307582 -0.8663219273295373 -0.8266376069433882 -0.690195944974671 -0.5297146151379936 -0.32093738818664763 -0.3049572187406175 -0.2665235164570556 -0.24863090958027192 -0.24966703829737413 -0.26257545537971083 -0.38385179947993125 -0.460018563908196 -0.5187384138189338 -0.5583355915590187 -0.48737010275075193 -0.36475272999927194 -0.3686836892982753 -0.3684336611728563 -0.38350215262598303 -0.3884913928299759 -0.5159149791318662 -0.5948964075835887 -0.6161424212774166 -0.7599114951611514 -0.8147334714185429 -0.8031181870709478 -0.7253102735206911 -0.5537105213589356 -0.363788284632908 -0.3475517759628538 -0.3123886609847941 -0.3120364181481045 -0.30824959063736446 -0.3078693134129702 -0.4111515749968216 -0.48863494590777584 -0.4638750982854753 -0.5249679050248278 -0.5048741586416512 -0.36784851128415896 -0.3776681230638753 -0.3610968205371572 -0.35207061588875477 -0.39112670297689733 -0.5073254642891214 -0.6096202501794877 -0.6098939228654318 -0.759113828433436 -0.8777648243189474 -0.8243131626919499 -0.7442651866364063 -0.5956820387284495 -0.3807204617971433 -0.3633570054875687 -0.33751194210842755 -0.3287539986290035 -0.3310355845577842 -0.3674422725712493 -0.5467022455454418 -0.6003474514508657 -0.4717597460495935 -0.497550399887994 -0.41738233041561973 -0.33746420143661904 -0.34625565792799096 -0.3445172485937998 -0.3537253523669795 -0.3936590301942639 -0.5158384849126662 -0.6124430715128546 -0.6481631784573257 -0.8081830806384167 -0.919410747787491 -0.9193992200144232 -0.7581499066161187 -0.5855670586570566 -0.37592375134921197 -0.3562028858973234 -0.34616152946106393 -0.3432486501685829 -0.3414350783665076 -0.37946691061982624 -0.5384785958367585 -0.6013021671938139 -0.46229963866691104 -0.5065467252629139 -0.4411784701616998 -0.34732856703356485 -0.3486938551383383 -0.35604097054982653 -0.372195255653019 -0.3960845907169385 -0.5052143303325054 -0.6236734528785634 -0.6582587504401272 -0.7845678772128161 -0.8722496215817789 -0.8304715782253729 -0.7125727812324938 -0.5455288060204497 -0.3290977066043666 -0.296778849938461 -0.25976157539274886 -0.2537387817502025 -0.2564408819092478 -0.26647095194894543 -0.46734442796026066 -0.538209487718737 -0.4486598593353408 -0.502991756652237 -0.4541394786699422 -0.35744934930645617 -0.36607098162309587 -0.38103953711087557 -0.40264200059774763 -0.4229344661857712 -0.5387221444510621 -0.6210369934063505 -0.6705582462043457 -0.8034840599954589 -0.9046968579209997 -0.8735732230226209 -0.7045572848227556 -0.5395019917661268 -0.31868807097759794 -0.296808614260611 -0.2575342139651856 -0.2535129660391573 -0.25591986399640493 -0.2961335433791343 -0.465541690987312 -0.5685641684379498 -0.4609965247607754 -0.5405559279383961 -0.48698500882805434 -0.38350153663882763 -0.40712740471095454 -0.38763893267038857 -0.41977185783892706 -0.4390676484784911 -0.5565003321429973 -0.6434168478974327 -0.6923053032943157 -0.8183689368968556 -0.9269184840634037 -0.9169886745969154 -0.7860590002555509 -0.6661570576817937 -0.45656586629851204 -0.3873019982937476 -0.3280931238637106 -0.29866499726970275 -0.2995709836783549 -0.3199491804229123 -0.4892092517159099 -0.5498815034189483 -0.42404205679445234 -0.4553091667599415 -0.39884325165138695 -0.31555738137833617 -0.3264783468389931 -0.342221437612415 -0.3674404115173279 -0.39147363969112925 -0.4867767331231502 -0.5846355107888515 -0.6287639413649778 -0.7220915482311459 -0.8181889113885213 -0.7904595842882064 -0.6512947638991715 -0.4875803047348823 -0.27100625250035865 -0.24858688664313014 -0.2183586444296541 -0.21357456675265812 -0.21342931833498263 -0.2810105752157189 -0.39239090440564384 -0.39840302052766485 -0.4699359172368545 -0.4714676061396979 -0.4140007914173862 -0.3162921774515661 -0.3301467824776535 -0.34054420464242385 -0.35288233264279745 -0.3660767675626129 -0.49369227840554114 -0.5986511341241597 -0.6024877551598226 -0.6832896297178711 -0.7373414489966679 -0.7030575390408216 -0.6174240711961955 -0.4585953139649636 -0.2677905684080833 -0.26805184882544847 -0.22258035943712784 -0.2256254792777648 -0.22473284873098887 -0.24285817287517406 -0.35635100700153627 -0.4560986420176849 -0.45842279444780976 -0.5069065092556286 -0.4592880707774721 -0.38188512880951053 -0.4199280945572645 -0.41959929143508495 -0.4220697980460335 -0.4545292831756297 -0.6072811660259793 -0.6423211984143463 -0.6551354237766788 -0.8165935346748247 -0.9430708329801651 -0.8726817701111219 -0.8042172473223664 -0.6608348321337525 -0.4575172650464245 -0.43931760901170697 -0.40541487341212984 -0.4017151631109848 -0.42173335069844103 -0.43453137623795 -0.6060531447550961 -0.6782994796815206 -0.5061934093469963 -0.5453533519962394 -0.4517560686122068 -0.34753243655690014 -0.3693103965947711 -0.37137321482622765 -0.4129515006948757 -0.43756607632160016 -0.55931508974114 -0.6546690235269148 -0.6885594384772598 -0.8337607696550058 -0.9442292387158746 -0.9406979183723855 -0.8248824181241444 -0.6658803657570768 -0.436632798655383 -0.4171060776673239 -0.3974768623416604 -0.39398588063934536 -0.3963652624282065 -0.41709888258850913 -0.5811817503540793 -0.6544691404484134 -0.5192602334508426 -0.5736675988757893 -0.48842530957665065 -0.3645416575560021 -0.3818336362006814 -0.4078207597669083 -0.4122383636941673 -0.4164053899734178 -0.5022413348508438 -0.575741166997893 -0.5870303538823223 -0.7194438433965388 -0.8380767672892111 -0.8362476354993513 -0.695677823693506 -0.5321061065731169 -0.323209222045206 -0.29591020862513756 -0.27518915833595486 -0.2584311553853141 -0.2619673140494397 -0.29027860576053016 -0.45090131043343973 -0.5032539114304324 -0.4298799907551268 -0.4640172279578475 -0.40800274889390226 -0.3208350928249781 -0.33443712441517365 -0.34297347285703567 -0.3594485140362062 -0.3856846563838973 -0.4762410859715264 -0.5782041247662073 -0.6338111388827239 -0.7555569387966137 -0.8365505080982062 -0.8148944457708537 -0.6759867841564331 -0.5149375873546328 -0.3011800270125993 -0.2637166724902467 -0.21478179568791791 -0.2077432290473182 -0.21093911646183572 -0.30746638412361604 -0.476930633467604 -0.48090351847534607 -0.4309641917816718 -0.499099614922034 -0.4355978964042452 -0.34773535955453305 -0.347818849335202 -0.35992727283021414 -0.38236632651945773 -0.401952333560011 -0.5083886841060735 -0.5995212704935311 -0.6438053549421038 -0.7352807103603025 -0.822225865560781 -0.793573757209415 -0.6548730063388002 -0.5047232016386319 -0.2991920317097011 -0.2725762408596488 -0.2460029779377847 -0.24191620220551768 -0.23718614537223073 -0.26431495537791977 -0.4603871756035903 -0.5387828009455072 -0.45357285908058104 -0.5182352984613433 -0.46009297117474957 -0.36459947936168735 -0.38224576325665394 -0.3967223958730746 -0.42554418757828605 -0.44817640202062753 -0.5653713730262874 -0.6576573976855956 -0.6743742961507786 -0.8117338243254759 -0.9044772372436705 -0.879421277217207 -0.730290688887234 -0.5770070485026735 -0.36881672849098224 -0.3647593551797311 -0.31909139131920305 -0.3250148025708378 -0.3287518757462469 -0.3382668473668738 -0.42297618663806635 -0.4728525732646548 -0.5148281104223048 -0.5213964481226628 -0.4320460392246726 -0.33028215302383795 -0.34208298569857487 -0.3456318746249569 -0.34985517786637704 -0.3430134315157725 -0.47153536539417074 -0.5597581792530035 -0.5622741005717173 -0.6878393782787613 -0.768247677252474 -0.7376062982795264 -0.6627651143250065 -0.5075333689293435 -0.3111158230769661 -0.2999579242195191 -0.2600121453605183 -0.22933968041458277 -0.22987162051875626 -0.23150964800855073 -0.36189246313336804 -0.4305984243810974 -0.4201855654887559 -0.44579445634420756 -0.41904811094751754 -0.303492186886694 -0.3067993089657121 -0.3061407601605054 -0.2937422754673734 -0.2956273457070367 -0.38944851804285424 -0.4892485531537343 -0.5317365733340454 -0.6456871145344255 -0.7595558822143261 -0.7150276708787132 -0.6424203173012525 -0.5112291232917013 -0.291802159899465 -0.2649964699085747 -0.2286769418245638 -0.2240089409577832 -0.2160406053652473 -0.26142623915106 -0.45658700561069027 -0.49023756693476794 -0.3916092883622508 -0.40734306417488086 -0.3159565573712814 -0.2661040972151794 -0.2729984987324058 -0.27830258026047827 -0.2859354626202936 -0.3097763649438025 -0.38211895698001597 -0.4807205513747311 -0.556049877217861 -0.6693920934529074 -0.7511053482430831 -0.7607100941239793 -0.6192148621464135 -0.45677687999197863 -0.26611875063330237 -0.2267099047560684 -0.20467896600622992 -0.1999560133790121 -0.20703341510088852 -0.26175710980366695 -0.48082011622692983 -0.4749930211809891 -0.38614683090075674 -0.4101665559300999 -0.3443471234475197 -0.27605270993795394 -0.286814648455728 -0.2969895817864081 -0.31441086399215395 -0.340799803344907 -0.4188142121248793 -0.5233698157278649 -0.586106800214245 -0.6797245071757777 -0.7661601882348049 -0.7577927570227185 -0.6178148700628228 -0.44219029844589264 -0.24255282630547625 -0.22549856278808664 -0.24342946988012146 -0.24039179794990206 -0.2422284848519704 -0.300466403072308 -0.4749380185258111 -0.47227640764529955 -0.38501105881788583 -0.41272150041609307 -0.3320393614237025 -0.28630765247439904 -0.2959604195423792 -0.313506096350228 -0.33273903061529586 -0.3366135487765533 -0.3987493731639912 -0.4961910702891539 -0.5783406165142583 -0.6992863304747895 -0.7863448762914512 -0.7733606463766022 -0.6302396148520379 -0.4863022505540993 -0.27975810726813155 -0.263743134890773 -0.24296088563918042 -0.24074231169663748 -0.23483978861015076 -0.2786181927872385 -0.48195960851756303 -0.4800782200593689 -0.3628597966311386 -0.3769275700236471 -0.2935561042910451 -0.289313114945162 -0.31941734626795243 -0.3403016062557637 -0.35971500464489936 -0.37104112985887394 -0.4511832013114221 -0.5425828867213841 -0.6192825913086547 -0.7485285539364942 -0.836397635491167 -0.8437016432555644 -0.6972681559342947 -0.5441954165219135 -0.34134713504790304 -0.3170506320254069 -0.290133916169723 -0.2859647784899975 -0.3090635378031876 -0.35151750010349336 -0.542921796774921 -0.5831629096628513 -0.45643232972789693 -0.48117513881687757 -0.41549494520059604 -0.3294951088860169 -0.3304350892484011 -0.34482968871844916 -0.37533998584301803 -0.38825844366670276 -0.48859345486816086 -0.5870467737669451 -0.6306466626307669 -0.7945251229424055 -0.8706586427730791 -0.877676500006378 -0.7271732817959873 -0.5650723580795922 -0.3539364269394893 -0.34016832776141265 -0.3049451755448099 -0.3061610695654258 -0.3103264982119609 -0.3167871205641953 -0.45558293336585937 -0.5011631075372179 -0.5367599845511523 -0.5578586652226564 -0.4682467100751927 -0.3660410430985024 -0.3768297192806176 -0.3720492161098188 -0.36918211915746224 -0.3965836249185659 -0.4703469347521228 -0.6308767768416657 -0.6494436891862653 -0.7928900240133567 -0.8316526284359929 -0.8382214404295862 -0.7694166065137235 -0.595543520848365 -0.40377301676798816 -0.37383241060788713 -0.32966873265437696 -0.30604324954776285 -0.29283750220265564 -0.294904481026418 -0.41937551485799157 -0.47901486498293583 -0.45380023796193436 -0.4927875534991138 -0.45027679767360673 -0.3310494188636364 -0.3492918051372447 -0.34141006206506297 -0.3456509329810107 -0.3693436328428349 -0.487576436050715 -0.5721848698119875 -0.5979581770210916 -0.7364175973420746 -0.8503754651131926 -0.8234491724652306 -0.7073513132418223 -0.5643465491765842 -0.36886125814620746 -0.3621998410470987 -0.333642706510325 -0.3304466451358823 -0.34056431263029563 -0.3598335512273107 -0.5418956615766763 -0.5809538290114116 -0.4521414979493727 -0.4874871996469287 -0.42241143916654983 -0.3349085038087441 -0.3475799953437161 -0.366130222664057 -0.37414269718267745 -0.40772485966723926 -0.4936854928815101 -0.5674159037067462 -0.645127492380075 -0.7992879436477712 -0.8954030424437165 -0.9014615669232375 -0.7200582719218172 -0.5552170000030714 -0.31572819159391385 -0.286877609287975 -0.24288848103266109 -0.2303527944268648 -0.2320529807654286 -0.2616280360166888 -0.49509539628390375 -0.47243811781209794 -0.3935586686888007 -0.41169473511691734 -0.354172532419398 -0.27256505632653 -0.2945191491335233 -0.3001685409580349 -0.3101198396421329 -0.3324355005420208 -0.420710678181106 -0.5337262031394014 -0.6266691376770145 -0.7659697406876581 -0.8655259035056307 -0.8575119024983742 -0.7140586362153755 -0.5527841690626809 -0.35123681041271737 -0.33243723826622007 -0.3104171782103665 -0.30882032563352485 -0.31300331062942416 -0.34520719949491413 -0.5401909545442919 -0.5745992751703672 -0.4452608630695123 -0.46285712024663517 -0.335457004473328 -0.28674743608908965 -0.28674643228413593 -0.29227561706196953 -0.3190621898386761 -0.34654887437604553 -0.3587554042177597 -0.40656322806038825 -0.4949002077786702 -0.6026646107254917 -0.6760944400320672 -0.6958538201292349 -0.5798926486118996 -0.43930858906697756 -0.2366521299850965 -0.2200219849866125 -0.21688474126863594 -0.24159835162153717 -0.24470944929026356 -0.28374596389865847 -0.49477114410031103 -0.5079215109910153 -0.3578234872472839 -0.3815105717746695 -0.2855776721040866 -0.2379865629722928 -0.23014388679658404 -0.23818738777559262 -0.25415977822066277 -0.270372345787715 -0.329159619377601 -0.43118379307802857 -0.4987313979962161 -0.5931747656076587 -0.6729958618619485 -0.6760925801308775 -0.5592263966265553 -0.4214928636257002 -0.2341202195465548 -0.22246737567080452 -0.20696399509744 -0.21538312263557433 -0.2247827486370314 -0.2590864950548573 -0.4832235835034638 -0.468603789291582 -0.3579522113213688 -0.3691007136072767 -0.3151512886347203 -0.25240548220999987 -0.2557917260829315 -0.2735538236171222 -0.2729932475599537 -0.2999584501404519 -0.36546940443228315 -0.4714225581448579 -0.5281639092357744 -0.6221111342311835 -0.6994354007003627 -0.6811727861789066 -0.5627149727084421 -0.42231915262038267 -0.24986215607019727 -0.24531702969828048 -0.23735259429663239 -0.23240434014889538 -0.234685335457926 -0.2514097691615065 -0.3987620330875128 -0.4196188896394585 -0.42234423920092734 -0.403290246692283 -0.3452650115522021 -0.26324378681254074 -0.25128786982409573 -0.26966865099734777 -0.2686244677568598 -0.2699407018768396 -0.3898910559916908 -0.4688088475758564 -0.5115976911960061 -0.6023477018849196 -0.6747534852581708 -0.6617688995476084 -0.5884977323282404 -0.46958209309877624 -0.30052260709003764 -0.2889865827656504 -0.25411659638586903 -0.24824134059961758 -0.250194442300556 -0.2577445084664044 -0.39044730429909574 -0.43799692926476824 -0.43220164703813924 -0.398977307035786 -0.3878931043609748 -0.2913418724218308 -0.28418274809254884 -0.27679228229000863 -0.26450340942736905 -0.27500769246045764 -0.36569742046712145 -0.466508213437461 -0.5052917777851251 -0.6149628555824384 -0.6858084579217943 -0.625805921975403 -0.5807100176559112 -0.4497415659963512 -0.2969925620144712 -0.2720292706280179 -0.25405759158044905 -0.24857160614288695 -0.24418113359342483 -0.28494378806835957 -0.4758071696706363 -0.5009882577624994 -0.3798188468801077 -0.41247737694409264 -0.338600455870538 -0.28325160464415267 -0.2763113447442593 -0.28149849086097656 -0.28739800184962194 -0.3174820021305536 -0.37976095205718036 -0.4953691432839411 -0.5330603726900539 -0.6112770189070468 -0.6941713722979882 -0.6967423843382317 -0.5757388432392041 -0.4358335490089663 -0.2893106684991724 -0.2701271502328027 -0.2453251742804757 -0.23860083776420565 -0.24114353064337485 -0.2754013119119205 -0.4681398418085253 -0.4993279952508738 -0.3866819596991103 -0.38419515928620895 -0.32578820313159096 -0.2600931889128291 -0.26317336465655367 -0.2793415819962907 -0.29057005933260566 -0.3172272510478032 -0.39443012361883095 -0.49533643566191393 -0.5481375283974536 -0.6265539725556296 -0.6927043201110815 -0.6979415421811684 -0.5754824461719311 -0.44066792106400493 -0.28758561548213957 -0.2739662858548211 -0.24998219718936932 -0.23570901589717128 -0.24236629359272485 -0.2757326655145468 -0.4694209433317982 -0.498704699581169 -0.3969709644092869 -0.38041280721677206 -0.31194259395738394 -0.261484471577905 -0.2609635770330281 -0.2589366557309798 -0.2581853631191009 -0.26677270452446 -0.32204343380246875 -0.4195620545296651 -0.5361182567609342 -0.6212932888050358 -0.6848095970576241 -0.6925946539151837 -0.5741964925337889 -0.43974569771706 -0.272327137669984 -0.2387743364411632 -0.22369400918391674 -0.20231855290713238 -0.2073712947157691 -0.29044529335009645 -0.49339086137218946 -0.4686975228688933 -0.3604899926903996 -0.3687784682902842 -0.2908343313445264 -0.2601840552993186 -0.25485060848081326 -0.28851056559616783 -0.29289433410858867 -0.31111134070472596 -0.3866323776936092 -0.49828735579746786 -0.5612980958270374 -0.6649407758987234 -0.7509897842970739 -0.7575451548879044 -0.6436929373546 -0.4762273488873583 -0.2853502806548576 -0.2906153543930244 -0.25600996967250333 -0.23115977889771866 -0.24698620587262204 -0.2959614711412512 -0.4968408043303104 -0.5221904305969121 -0.4248998761782294 -0.44856491073775495 -0.3835879050455585 -0.3126688014514819 -0.3167403634651381 -0.3261949138814476 -0.35291706714368226 -0.37235952796428834 -0.46237066060270676 -0.5468993286278437 -0.5916848716790338 -0.7227115144485724 -0.8224111037461517 -0.8259505066156816 -0.698257223011747 -0.52499026340787 -0.3451461453725415 -0.33632951956996704 -0.30167462585432375 -0.26849327750853574 -0.26595196310966673 -0.27934986561864317 -0.3919371429729049 -0.4184559337017044 -0.48660078239259785 -0.46571280057334274 -0.4097867884542703 -0.3142705900021518 -0.30621166753319995 -0.3050633643720743 -0.3318869736331647 -0.307016536435006 -0.4246348941473409 -0.5178306716369622 -0.5297872180191655 -0.6340039489374133 -0.6718268412690848 -0.6569308916966758 -0.5939537795675409 -0.4584630476087212 -0.2897407658454287 -0.2953378763352903 -0.2655686060042376 -0.2594118783665174 -0.26050684561120707 -0.27019316695797996 -0.40311502988718023 -0.4446257166744572 -0.445987376953202 -0.3910976542712179 -0.3557101527867632 -0.26582176661791274 -0.27556606853027227 -0.2583790425673481 -0.25398495255933395 -0.2733993650475982 -0.37018266469101496 -0.4309230687255139 -0.5013632236830093 -0.5987978583639563 -0.7038844339107434 -0.6444565645289881 -0.5750263233720404 -0.45483458830157514 -0.2717063268530106 -0.2795656323263777 -0.23891601861251763 -0.23138298138413302 -0.23806750502058968 -0.29339451039758785 -0.48694782494567435 -0.48911386046065886 -0.37302991400738705 -0.38930960834717804 -0.3019079548586743 -0.2342587373059226 -0.23199478127587947 -0.2599876557003994 -0.28003848914310403 -0.29642683913531553 -0.3686159915896847 -0.48378339220926664 -0.5460856010277547 -0.645903909583668 -0.6938490827366146 -0.6883685996232914 -0.5784065615859111 -0.4455151720423419 -0.2711872179144229 -0.27777277515424353 -0.25467701956025196 -0.2473184187573837 -0.2511050540021051 -0.28351500576887223 -0.4733625217109057 -0.5004465483936557 -0.35681551850300514 -0.41256034351246285 -0.33541750325505426 -0.2826597008617539 -0.2884671927136633 -0.30940106199123313 -0.32763013843692346 -0.3514385038429479 -0.42153892094470996 -0.513488896785669 -0.5683841563387275 -0.7150029175461877 -0.7742449955937427 -0.7909198138103403 -0.6276300437270176 -0.5028443046802169 -0.2936397073363751 -0.28274258144278597 -0.26469189721420117 -0.2589493574008733 -0.2646401091553317 -0.30929418222265365 -0.5156690397399925 -0.5703812365952311 -0.4499503202080667 -0.4632957895054263 -0.39653648855411966 -0.3308287799805397 -0.3324898524089303 -0.3351246888634179 -0.3541933521552187 -0.36283958267459504 -0.4526435234545953 -0.5613545264871455 -0.6336137857424234 -0.8007358966479475 -0.8766539438575346 -0.8819763782360394 -0.7380501975736331 -0.5867164453971265 -0.3858605497390632 -0.35779161446142455 -0.3442107360930392 -0.3349448868990573 -0.33906930975038785 -0.37114931016388786 -0.5747440201297088 -0.613384236951981 -0.47043182491726443 -0.4823555673674571 -0.39558925447093735 -0.3292146282352314 -0.3254021120412041 -0.3332149330078312 -0.33542823163401336 -0.3563587494875209 -0.4508807541830264 -0.5426189266327057 -0.6427913478529095 -0.7871976533181515 -0.8326194367190833 -0.8429921943065726 -0.700554376340617 -0.5527343888278683 -0.34248049629500726 -0.31470196048013116 -0.29891736410261516 -0.2832909065491229 -0.28761140571573457 -0.3240346564694427 -0.5230983386249546 -0.5612227234643559 -0.4373380718068754 -0.48439767581173965 -0.4356188269490867 -0.3493423471427026 -0.36778694027791203 -0.3640111703570933 -0.3714056295614264 -0.3801425817996532 -0.46499584853406095 -0.5589649521811374 -0.6525563256747092 -0.8475777753754109 -0.9136477505696534 -0.9292300108235265 -0.7704982790860662 -0.62100183035242 -0.4130287970967483 -0.39575604330911796 -0.35846968721619715 -0.3475358067661184 -0.33163426440661653 -0.3461701449233859 -0.49078441199574613 -0.5222673941722853 -0.5526211773224708 -0.5542471794927115 -0.4483388769025321 -0.3587552984754505 -0.3691996528772348 -0.3765192175082732 -0.3886651874396598 -0.3857897257010077 -0.526984650509518 -0.6006881619817759 -0.6289412123324097 -0.8153547248155902 -0.8401434933405795 -0.8507539258216565 -0.7715109827626871 -0.609334165736444 -0.4167906177223793 -0.4037209346730125 -0.36454290862957955 -0.37119849155831236 -0.3621561415646044 -0.3719944268949023 -0.5100368581605539 -0.5615548231569101 -0.5011258528344777 -0.5382326942358513 -0.46246045483104037 -0.35557368287790075 -0.35697658381202224 -0.32402190005129805 -0.31310468788636897 -0.3309792793943026 -0.42879773329706916 -0.510929439320874 -0.5648361546298072 -0.7315732714418244 -0.7582705110015338 -0.6927814131158951 -0.5966923969565713 -0.4634549452266287 -0.2395468388717909 -0.22634099272875888 -0.2029152795964613 -0.23471752153595685 -0.2581637599992194 -0.2843867441328505 -0.47989154344354584 -0.5007934174157889 -0.36430517348886376 -0.39540380946055836 -0.3239464226132935 -0.2529593789085565 -0.27400083516699225 -0.27675557284193486 -0.2754379317004808 -0.29514303917078893 -0.35783740785764745 -0.4779924871353483 -0.5499832849784762 -0.7034722625566306 -0.7350073923278397 -0.7147182575215159 -0.5591634593975362 -0.43097755236208013 -0.24875654969062125 -0.2183714567736681 -0.21571405279071265 -0.232364469524334 -0.23744956826546976 -0.2873825855208735 -0.4849854298903495 -0.4975601323260594 -0.35733798224454316 -0.38640974380496884 -0.32613303745912714 -0.26316589357541303 -0.2773327322058974 -0.28642467385768305 -0.3048811320477445 -0.33497410882417356 -0.39596322417602436 -0.4935582239480432 -0.5476628153863918 -0.6934161169768079 -0.7502221406458972 -0.7409508224460674 -0.5789215161501396 -0.43636275723346807 -0.23665119058317652 -0.23729441460818876 -0.22289636308725194 -0.23483765257337533 -0.24120363562811034 -0.28421178089027466 -0.47954830152595196 -0.5155992108451843 -0.3588018605485268 -0.41315570240708765 -0.3588324784604663 -0.30740347977787175 -0.31537610509412184 -0.3250626655241903 -0.35565519294771764 -0.36684990949671914 -0.4526538927966926 -0.5480543743087875 -0.587164117985021 -0.7261430873447348 -0.774524823959605 -0.7492948284034839 -0.5996025292053673 -0.4482554579029929 -0.24373058021115862 -0.22503622050068517 -0.22641091518018827 -0.24100200238785535 -0.24580648614848097 -0.30246234562844004 -0.4896955423736439 -0.5055184047326584 -0.37821657857836766 -0.44532764630688165 -0.3983777756759681 -0.32338613389718374 -0.34598115192516554 -0.36037991533156993 -0.3751898704717441 -0.3988520883628841 -0.4946133508962257 -0.5844854142143284 -0.6158724849505468 -0.7627991302379038 -0.826106364559368 -0.7979454960312482 -0.6464626344521996 -0.48816045442709805 -0.25160277561907957 -0.23378844127166193 -0.2130036349791321 -0.20320266081675117 -0.21053022198426438 -0.2913341057417999 -0.49628772209960526 -0.49160624389024604 -0.36136521165198277 -0.39888567355711674 -0.362329889433236 -0.3051435685338943 -0.3063447008017826 -0.3221069946181378 -0.3488754787035405 -0.35931879212106754 -0.42451692180570366 -0.5165735225650444 -0.5741120037631411 -0.6854162845795982 -0.7263743833660508 -0.7217346436323763 -0.5893292143730724 -0.43790033106079695 -0.25945674391135803 -0.2375137645824445 -0.21031683238589344 -0.19986071744131198 -0.20804682999469107 -0.25919608577023645 -0.40689392630008087 -0.3836145383764824 -0.4290693288425712 -0.37693232866564735 -0.27246693139799766 -0.2351782620070218 -0.2576669634001775 -0.2582064946897795 -0.24641306150701198 -0.25807350758422626 -0.33505333806362203 -0.4090287825868039 -0.5072805384253537 -0.6459680661821866 -0.6665869358095177 -0.6724784966089135 -0.6082750046934201 -0.47809019477396025 -0.2754889460647162 -0.26848088848485446 -0.2373613286724213 -0.23396959916171556 -0.2375675377189342 -0.24696167478846007 -0.3581465869361704 -0.42126700045075793 -0.4156417669535513 -0.42422188198802285 -0.38404591708890357 -0.29367535822144963 -0.320626750998087 -0.27366724540795495 -0.2708887853219251 -0.2847323809296183 -0.3500279883786824 -0.4327414410394915 -0.537364932163246 -0.6669859021070915 -0.7403457209742701 -0.6832047338117799 -0.6194885678377839 -0.4791459475919298 -0.245468501145356 -0.21903173038055795 -0.20475416213029493 -0.20091802201172268 -0.2074674192717497 -0.2910672651962092 -0.4851418256900584 -0.4971183965788055 -0.3614736427234965 -0.44863598581082526 -0.4093883672950548 -0.33035696470359577 -0.33763658335575764 -0.3520731911923869 -0.3478491832969019 -0.3664387621879503 -0.45596621169369633 -0.5940697273059838 -0.6479872409467773 -0.798368654492319 -0.8488016190604504 -0.8530910125824241 -0.7128828404767914 -0.4985226081105047 -0.2841996034122303 -0.2508752003578051 -0.2337006060894698 -0.2270633843112159 -0.2316854655655617 -0.2743515080267641 -0.4578317147519467 -0.48926224888226466 -0.3812301487695166 -0.3878900710971024 -0.3070701666509323 -0.2779827799252997 -0.29387356946646104 -0.3131416007667267 -0.3132523793903731 -0.333662269542477 -0.40359510545083355 -0.5175695581363081 -0.5702778540385868 -0.7029759014599619 -0.7517172576002602 -0.7728068073277776 -0.6321128734007847 -0.4924578572744875 -0.28373115547693595 -0.243660491046654 -0.22931758784075945 -0.22766655599017444 -0.23062653469443878 -0.2583814452748659 -0.4584932894347675 -0.48597868469444316 -0.3667609351985566 -0.38339733734493925 -0.34915571468038237 -0.2668165731273674 -0.2961224682099281 -0.3051950257298654 -0.3015506322381359 -0.3213771733232494 -0.3681887703800867 -0.40722925355542633 -0.5104981137053338 -0.6270803093960453 -0.6733602764020056 -0.683901028764621 -0.5693770398142504 -0.436951737683617 -0.25223930305609144 -0.21433665272839814 -0.21958841420911404 -0.23825155341218285 -0.2396899087144231 -0.29618174042313955 -0.49235692795698915 -0.5051317464846882 -0.3957084458127401 -0.38220592329786196 -0.28280254153697404 -0.23783633389248837 -0.24032223299754127 -0.21956429469619618 -0.2366208820488051 -0.29577235493928283 -0.316151436611655 -0.40538978052441144 -0.5447923874439501 -0.6259112871712704 -0.6757243595612247 -0.6815648122513112 -0.5624815708253748 -0.43846140636773956 -0.24774237366236004 -0.25502590198613606 -0.23768280506733314 -0.23227524526311505 -0.26158432963984135 -0.2911321647740572 -0.4805970321681771 -0.5277769590408253 -0.39384338999647767 -0.4008774418369652 -0.3043401253199039 -0.2657373679600915 -0.23665771223510274 -0.2669159685400381 -0.24417420085883185 -0.2741174043020578 -0.2690893424995623 -0.3871120683378274 -0.5189877548547267 -0.62486182550824 -0.6751943021163619 -0.6793274074412825 -0.5582863314060944 -0.43389300201107495 -0.28346339153383693 -0.27710007481290516 -0.2505901452602243 -0.2385256296950553 -0.24505263756935747 -0.2560151825723183 -0.3863052212878989 -0.4250270551363063 -0.458848346914358 -0.4087091623426459 -0.308063168424101 -0.24132937321938835 -0.24471765304729984 -0.253368563398469 -0.23594525566003793 -0.22765590454296353 -0.31385711129422367 -0.3961050587417159 -0.5037369821201438 -0.6267667845201196 -0.6343180670968143 -0.6366281208218506 -0.5722850667634367 -0.43770846958015264 -0.24800062390893482 -0.24498163860618866 -0.2166917413768993 -0.21402656040824705 -0.22375541095624987 -0.2294690580538474 -0.35333833676665716 -0.4239316725086832 -0.400938363892295 -0.37282532348722863 -0.3399570001384742 -0.2588273393490304 -0.2422500365954093 -0.22532989281030946 -0.2324761514057302 -0.24152841356590804 -0.2784785406977989 -0.3624726034987658 -0.4798787066528774 -0.6168284081498053 -0.6762096852308304 -0.6277201306103767 -0.5740212735344513 -0.45078878568436104 -0.24835687803628212 -0.25696843519330204 -0.2398046602720504 -0.2493044196487726 -0.2533435650578385 -0.2796570302056908 -0.471741383408097 -0.5259068402158916 -0.4071301464004149 -0.40193516283833003 -0.3009158381110029 -0.24810867583815407 -0.2358174618017415 -0.22145530636709782 -0.22973767106643006 -0.2632422935660866 -0.28724537105372044 -0.38324501736690536 -0.5231983660255307 -0.6288187105865545 -0.6709696032501983 -0.6791696086026405 -0.5570047690881339 -0.48592447990589904 -0.2793700444125463 -0.2554564545914491 -0.2376785414275621 -0.22855130434071952 -0.23533418155106547 -0.2631891703718841 -0.45713494508756053 -0.5029811407597947 -0.4080350973533179 -0.4008643764100172 -0.30354971098601174 -0.2296067138016175 -0.24912647655296088 -0.265940887773617 -0.2829662430005183 -0.2987909489640916 -0.3360220735900783 -0.4393858399786022 -0.553077932663763 -0.6594595632652003 -0.7136451549979206 -0.71507049953223 -0.5867331800895477 -0.45392143936474827 -0.2588227992739529 -0.23698714498133008 -0.2456048392718204 -0.23906245279429814 -0.24687121324331243 -0.29248832246168743 -0.490621587459229 -0.5057985979682416 -0.3973474692791384 -0.3734876461802587 -0.257433801242804 -0.24364795622596083 -0.2518451152576418 -0.24994882397392626 -0.2445099006769452 -0.2648565283051325 -0.28549628661645865 -0.394505082352033 -0.5205197376326341 -0.6177781298381383 -0.6768975477574902 -0.686885664120473 -0.5637342503162802 -0.43871078895350324 -0.24980514290745146 -0.23182795840741752 -0.24036897212260794 -0.2351272754711424 -0.26076085898089735 -0.28545592381638274 -0.48759330875194246 -0.5108468016771512 -0.3967986074632741 -0.38565147824283125 -0.2964770610500515 -0.2445907542481344 -0.2543509726199833 -0.25949060680859726 -0.2729391483180079 -0.30066876379976737 -0.3517990028624207 -0.4514965023591696 -0.5489561492261799 -0.6580378677246083 -0.7014510008193496 -0.7133084064338144 -0.562709323574181 -0.44047163897847774 -0.25093586499917664 -0.2521817166417487 -0.23776591945882167 -0.23569415544073666 -0.2369669651351314 -0.2814312356087274 -0.4857279920792376 -0.5122318703232513 -0.39036456957560056 -0.38361412036372766 -0.3054053568157182 -0.2677173306504157 -0.2692233862610544 -0.26468456526751766 -0.27414289848808127 -0.29728994418898297 -0.29770279082324 -0.41254285866571255 -0.5448273511639211 -0.6274627432663096 -0.6791193002478735 -0.6839474544103197 -0.5601674258009687 -0.43638898170975127 -0.2939670281898778 -0.283733939567336 -0.25190630178338186 -0.24294182692487443 -0.24812599698387847 -0.25779919744567603 -0.3872961655476306 -0.4271893729210415 -0.49355639967394355 -0.4118757459561033 -0.31225326645383245 -0.2747930579759049 -0.26083451349515263 -0.26679873913931723 -0.2647022084507488 -0.2594843658364614 -0.3313327402421582 -0.43330401337469054 -0.5136242307565622 -0.6292764176193884 -0.6447158684048042 -0.6535533477886569 -0.5914463374427601 -0.47389069055516325 -0.27469539636887597 -0.2702816390085905 -0.23580186610930204 -0.2317569672127004 -0.23574992125089547 -0.24317833977653872 -0.3775104486202232 -0.4261181158857965 -0.4187135112962893 -0.4043100248692985 -0.3601102930596284 -0.2687553378103317 -0.2683743855268699 -0.23167269479694033 -0.23230719326353583 -0.23975704928801145 -0.2958908635991006 -0.3779861802713991 -0.5210171073382559 -0.6383736915013118 -0.6727829389941185 -0.6534825896903202 -0.5991563951771504 -0.46968864546703054 -0.2596997547166435 -0.24246517883869778 -0.22154780926738465 -0.21478896691698643 -0.22278775985571517 -0.2648524760567501 -0.4552933438721561 -0.4955820497833597 -0.38761304880869546 -0.3881374784036425 -0.3131029699811743 -0.2709743372860363 -0.2738329521732986 -0.25761706379280513 -0.28147597799620344 -0.2753535391961052 -0.2854793281002873 -0.4122522027092334 -0.5444482151654783 -0.6241551611037679 -0.6904783524714865 -0.677991251531602 -0.5552656695096287 -0.4349205836683646 -0.24504562972186586 -0.24782180583055138 -0.23367753874552247 -0.22725231972969567 -0.25609886113290176 -0.28850937611723687 -0.4838171406667398 -0.5208323352504393 -0.3951128272092362 -0.35876523644446806 -0.28893423215526554 -0.2597755720129831 -0.2632773511242831 -0.2716711044007564 -0.2814805757075655 -0.30823813091774227 -0.354660731184672 -0.453139601086734 -0.5203222292027652 -0.6246289729831533 -0.6738407209974814 -0.6961699456945969 -0.5687815739137259 -0.4387868304403308 -0.27076138405764993 -0.27149263778653215 -0.25721498656942554 -0.25397915177369046 -0.25631004109532224 -0.27850487838620736 -0.4704720799883528 -0.5245937538409167 -0.39349790439039695 -0.37811363195107006 -0.3221934451895077 -0.2917869630317139 -0.31070118571916483 -0.3201677354864077 -0.3227477728327055 -0.35223679708849576 -0.4116863689188819 -0.5192190767081223 -0.57098843780387 -0.6642891631568792 -0.7153423624319613 -0.7070591875932319 -0.5786870908256414 -0.4534119283864575 -0.2550784540409887 -0.21845786420863844 -0.2027065828385101 -0.201266490073815 -0.20583843007410027 -0.2811316454875237 -0.4883029286486487 -0.4759417802123868 -0.3623284576717736 -0.3704354753032236 -0.30325983809978263 -0.2603786356045172 -0.25481680621470043 -0.2512457276743154 -0.28194847824237657 -0.3134054360178755 -0.36660793591045454 -0.4598368090711738 -0.5531283126517548 -0.665307714223108 -0.7208626424982111 -0.7217792708459244 -0.5635863257992978 -0.4314022472871558 -0.2543281903418991 -0.25526485394864956 -0.23836475184325523 -0.23738478184941797 -0.24011208276515478 -0.29193919678635816 -0.4900926212500409 -0.5256655543728488 -0.394380300629428 -0.4070078594498157 -0.29573826391206576 -0.2668834972910806 -0.27179778540600685 -0.2667733121408045 -0.27510819423482064 -0.27433627505656544 -0.29264539236449605 -0.40408229319197675 -0.5423391607470893 -0.6444569277781601 -0.6979860897599862 -0.6815423543776038 -0.5618487744528201 -0.4570586309428036 -0.28148311280936267 -0.27251182342845076 -0.24388719826959068 -0.2376241108877933 -0.24230911519997192 -0.2553555888407084 -0.39298201086586565 -0.45012498949435253 -0.4863987984017489 -0.40648419675857766 -0.30492488776813914 -0.25747994701000526 -0.24972538641475384 -0.25068596819176314 -0.24160390134476342 -0.2423725844188104 -0.3150805218165601 -0.4112963289421305 -0.5356958556831221 -0.6509989518012684 -0.6685037503631239 -0.6777168688291157 -0.6175948527476918 -0.4700144209817275 -0.26898710817047183 -0.26747370916673674 -0.22865873848115723 -0.224646897973906 -0.23187147010827414 -0.24098685360476332 -0.37511013285357797 -0.4491869941050861 -0.41709202198352224 -0.39562221094477434 -0.34636077308569363 -0.2772447950535349 -0.2770465903254677 -0.25541792873410896 -0.24187953861057934 -0.24808006051434314 -0.30104283567561635 -0.4013320084839262 -0.5548457221777797 -0.6424096066747786 -0.6705575226115321 -0.6618827398045678 -0.5990029476073824 -0.46760977177940627 -0.2571392769955562 -0.2343643319350022 -0.2180964511742485 -0.2145598964739377 -0.2192449299909543 -0.28150623103677197 -0.47765668876499995 -0.5139182946854911 -0.3769435618591665 -0.3706713258907635 -0.2859976099133104 -0.2459731061070934 -0.23880031923252182 -0.24019427695629636 -0.2543461255325545 -0.26898297417509326 -0.29729329443121577 -0.4144972841752771 -0.5724924269706253 -0.6449147355000813 -0.7050433258546775 -0.7106145457072752 -0.5885363817391226 -0.4514334509084589 -0.2456644232158527 -0.22575142632812753 -0.21006982827883203 -0.21070286503044655 -0.21238567119660023 -0.27582886942082496 -0.4633413161526559 -0.5068684641955543 -0.37308401452174006 -0.3717741247584106 -0.2895694405012916 -0.2501454081931341 -0.2568372341292625 -0.2657930698173621 -0.2771839577035522 -0.2985014994683293 -0.3416931659284775 -0.4564626273654947 -0.556415395701472 -0.6219818532584686 -0.6787944676898452 -0.6804064880121962 -0.5908576439012462 -0.45442560950695027 -0.25097458253071725 -0.23302710146781766 -0.2116545576198966 -0.21549649209716124 -0.2178234790178404 -0.2806104695368592 -0.4806122443882181 -0.5240450347343961 -0.39178641137031217 -0.3789420114289982 -0.2811119403694164 -0.24861804965043668 -0.25651659435715246 -0.25961933408278687 -0.26421080287813714 -0.2830124920484347 -0.3139855284520608 -0.4295837080107062 -0.5657970626077068 -0.6458340123131167 -0.6791828355795068 -0.7044168354028407 -0.5585940596646055 -0.4352268641348209 -0.29207320226212163 -0.2722575198922534 -0.25411248713922324 -0.2563373580250274 -0.25654167230516145 -0.2869438570418636 -0.4880477345689095 -0.5348055203404181 -0.4120943474897957 -0.3911453865887305 -0.282958849374882 -0.2519097487863041 -0.256150022967173 -0.25353587161381985 -0.2626123448443605 -0.2865912257090513 -0.31071657232917155 -0.4268651450055562 -0.5629451993392875 -0.6418982566842927 -0.7057570720418318 -0.6785957753421098 -0.5622272658799882 -0.44021838328733887 -0.28004313730868796 -0.26107858737538475 -0.24752734130666734 -0.23808655024687245 -0.24492979678254773 -0.27621496765298403 -0.461734466558354 -0.5309073948455265 -0.40491455229436163 -0.38705394243445435 -0.29289701015414726 -0.2640312134959117 -0.26381189989853193 -0.2691515032969939 -0.26459225221995897 -0.28803165520149476 -0.30185776009819143 -0.42292064103154375 -0.5698338612062036 -0.6232978667462461 -0.6803517164200109 -0.6785792753021529 -0.5617461761581071 -0.46384041182037383 -0.28270844911785625 -0.2735153833949958 -0.2456073786332401 -0.24382991116811745 -0.24537310691790432 -0.2570018139382393 -0.3875481016501893 -0.45544856385608906 -0.46265921747581007 -0.4069589981416373 -0.3210127075358324 -0.2743272899975046 -0.2760244676723417 -0.28513031177799236 -0.2809395100605763 -0.2737636866225122 -0.3659313623274923 -0.4485693401623973 -0.5451640366870731 -0.6206958939223639 -0.6363494699124664 -0.6621213328686639 -0.5964044268214087 -0.4530406746403475 -0.25005984007072324 -0.24623244333596186 -0.21734496858467145 -0.21338960687232345 -0.2290422443368661 -0.22909909787959876 -0.35197148910435044 -0.4683192427780862 -0.41078325435566915 -0.41178608317448145 -0.3919063417063404 -0.299373829001336 -0.3133401318866928 -0.294127379567861 -0.2848817169397761 -0.30038420067111493 -0.3791632838091248 -0.4655351363530773 -0.5707794743215495 -0.6813699975884091 -0.733967996724803 -0.7059770966561334 -0.634156797729139 -0.49987879631433585 -0.290591618334834 -0.25138350473055726 -0.2331928174446033 -0.22649875878702966 -0.20476734021274084 -0.2920628967015466 -0.4895781948245385 -0.5496053467577651 -0.40211240477048577 -0.4044789146960749 -0.29805161910157973 -0.2481836373882459 -0.24269069089022202 -0.23963852592367746 -0.24727352737069042 -0.2620259162592246 -0.2962421241827054 -0.40568578703167063 -0.5760681694278469 -0.6354463876813888 -0.679045782721084 -0.6911574970096448 -0.5966945060584641 -0.4609679563477312 -0.26006797459035363 -0.23768721742317836 -0.21657580733389523 -0.21304083727726955 -0.2187059119025148 -0.2758551051158632 -0.48136212465601447 -0.515231165855641 -0.3778829523879196 -0.3696915161772754 -0.2649381390211183 -0.2336656699280797 -0.23542317294259613 -0.23639946031737255 -0.25199343677767894 -0.27150273168203226 -0.30284629425667847 -0.41490881290016196 -0.5787928305855968 -0.6267923957269974 -0.6847106959050506 -0.6901508185597738 -0.5959365085864174 -0.4619273454911609 -0.2666356832179124 -0.2430524592074493 -0.2283757471513536 -0.23210641564677914 -0.23273901606813796 -0.27014845065651527 -0.47325731952477723 -0.5398461874136471 -0.407330918744713 -0.38451081689721744 -0.29857335667180673 -0.25754812164744345 -0.23786007804318682 -0.240444183095297 -0.2490302624695771 -0.2811389028567234 -0.31264944294504404 -0.4284970570405695 -0.5766933670199174 -0.6466346435461506 -0.6607507893725494 -0.6793120896671317 -0.5664287698611475 -0.4480289640514175 -0.23324032754939658 -0.2203017527861598 -0.20645544263643356 -0.19910199667591041 -0.21457156351223733 -0.27501397767916114 -0.452762686038258 -0.5232917045590723 -0.3919966331664014 -0.38228362521079867 -0.3090455704276542 -0.26497498448971024 -0.2569981344483237 -0.2576354532341322 -0.2717599923825805 -0.27658025826844984 -0.3158096437897522 -0.43586620408692517 -0.5718397582993577 -0.6507718957086298 -0.702540540965892 -0.7103752894564306 -0.5882311690482365 -0.4875794614857014 -0.2783010050413188 -0.2576451381600429 -0.24203485743927208 -0.23840011634569458 -0.24045966623962617 -0.27600303377518015 -0.4634187634828034 -0.5363897157696922 -0.4013870265132936 -0.37429651328398716 -0.29798984115215366 -0.2627670513017939 -0.2573125130812125 -0.25609192160241623 -0.2731500561684711 -0.2850151085783738 -0.29926922404094425 -0.41779583166464257 -0.555081295333806 -0.6279523406516527 -0.6717390471258011 -0.6850803996461579 -0.5616833231050665 -0.43932446365091404 -0.2860214849163622 -0.26270621976428726 -0.23363730432080462 -0.22909261905570155 -0.25296461369882967 -0.257046546012098 -0.3889088197028312 -0.4577645896522896 -0.49150743216799025 -0.41718668986700597 -0.31486001879966946 -0.26860241645476446 -0.25983185447574975 -0.25933215462678844 -0.2556630805958535 -0.2579752401500353 -0.3282666083818318 -0.42654721662011114 -0.5475654745183667 -0.6357539691386043 -0.6534050672497773 -0.6561366916846816 -0.6234948289422937 -0.4729992265819597 -0.2713451236627297 -0.2643130369061169 -0.22604662934153696 -0.22690030143367376 -0.22797160521076404 -0.23820137697091018 -0.3726064676664563 -0.4508339191023766 -0.4228161997425438 -0.3959484289566331 -0.33324946304507497 -0.2626134294237928 -0.2745833611232713 -0.24643848002156035 -0.23506335546506743 -0.2473087495931618 -0.30237045649372374 -0.3952090146712602 -0.5537655354464414 -0.6377424193011653 -0.7022348067830162 -0.6563768758217339 -0.600898996218609 -0.464691935822399 -0.250435960191311 -0.22958382604518293 -0.2122609149267942 -0.21613744725913395 -0.21886428145942202 -0.2767426975477047 -0.47514802971651404 -0.5171488347531906 -0.37724121766013025 -0.37143950828940253 -0.3028126129480569 -0.2697592903309213 -0.25326799642502856 -0.25715546379289783 -0.24814680804114245 -0.2755799054879133 -0.31813934253497306 -0.4159435992659264 -0.5745487974658563 -0.6263508694585335 -0.6994729421669925 -0.6796634242362963 -0.5619808657299707 -0.4369960559672256 -0.2820333505425586 -0.259814498106867 -0.2479412233068079 -0.24139434554909672 -0.24594954857814397 -0.28950577150587836 -0.48112050626360836 -0.5315627612636891 -0.4129388390298248 -0.39199178690743736 -0.29765406137264144 -0.23654646606602844 -0.2400878918029508 -0.2433733455787702 -0.25812599928643076 -0.26511130212899525 -0.30106687351629186 -0.4159235001350281 -0.5608503078523955 -0.632868551471053 -0.709815859326235 -0.7022011110291471 -0.5897495860173129 -0.48399135564083545 -0.2701553646404336 -0.2520952625663363 -0.2317371042730653 -0.2273735365666466 -0.22856534278254925 -0.2739718483217527 -0.4632178478873092 -0.5325667277340039 -0.40439310587235616 -0.37557018634866535 -0.29083661996211907 -0.2641863231322661 -0.26534113906854606 -0.26820346826220953 -0.27019975486547415 -0.28018517975368823 -0.3160637379510577 -0.43468492681038273 -0.570395968871462 -0.6358916794561288 -0.6967085123831968 -0.6962694739022827 -0.5756060184681461 -0.47206205128681633 -0.25892893993753874 -0.23938390539231358 -0.22297560688021087 -0.21792275312867854 -0.23002895991941036 -0.26554229358979237 -0.4590977021162888 -0.5316064620716293 -0.3989780855852246 -0.38213827351794916 -0.27250265001570134 -0.23892363057234633 -0.2405364516856738 -0.2473497629239221 -0.2538470765227057 -0.26620475088280887 -0.30097365324282566 -0.41546904246616395 -0.5837185390147661 -0.6348636776763503 -0.6832728877046764 -0.6961560170319865 -0.5978988633468509 -0.46791254467504084 -0.260842247419524 -0.23743121279788593 -0.22154481748426771 -0.216485890596677 -0.22407282850085217 -0.28221382245595084 -0.4844400936428137 -0.5205265587204255 -0.38194098940252125 -0.36969298281451707 -0.2873251074052864 -0.24666931408798282 -0.26316145956126086 -0.26803623501745655 -0.27423249183392345 -0.2922766570923254 -0.3280432970943619 -0.44001266969817104 -0.5868078011455764 -0.6323217028111244 -0.684491137434661 -0.6965904658165415 -0.5746628568797867 -0.4690098547425839 -0.2754083236560045 -0.2708528112139515 -0.23988984715330175 -0.2415094353699897 -0.25029877836223735 -0.25869169000299014 -0.40351025759492853 -0.462175527393682 -0.47939828392335804 -0.4146709951717589 -0.2713959463248549 -0.23350133069740603 -0.2432873918798853 -0.2497328321152878 -0.2581671549850996 -0.2664286735817609 -0.335885958304669 -0.41919607306709844 -0.5372576150651771 -0.6335245055229027 -0.6348530135397884 -0.6403908765412606 -0.5846738279922798 -0.45455012160594754 -0.26180044004099956 -0.2607460713937523 -0.22883510667198603 -0.22237293193329252 -0.22651033257040726 -0.2586126755452788 -0.3891433510278571 -0.4718656743307453 -0.4446618706303758 -0.42467987519231837 -0.3448161779403805 -0.28012394537201496 -0.2896985581066447 -0.2563209739243542 -0.2614581238155713 -0.26771541529345905 -0.30435634617922025 -0.40068795954389175 -0.5520884541575934 -0.6462454597447754 -0.6898671329084667 -0.6369846277270401 -0.5759534686190063 -0.4790311261029896 -0.2881797983484678 -0.2862513295275135 -0.2674269632450691 -0.2430669771563837 -0.25008421656383134 -0.24888012674794863 -0.2899874618597936 -0.48561781188856773 -0.5058069290001566 -0.40527908465503343 -0.39049060687906645 -0.2992697908631135 -0.24980608642696028 -0.2526538191761549 -0.23996494935946786 -0.24819546515492594 -0.27231517030819835 -0.3056411663023388 -0.43777573756867233 -0.5870016840573757 -0.6375297496637731 -0.6925143841529753 -0.6925338792671563 -0.6059313541710609 -0.46935216238736865 -0.2604397718707293 -0.2370045170262871 -0.21739477638143573 -0.2164733309613579 -0.22466498244613006 -0.28378492645980746 -0.4822348844213216 -0.4946105575498669 -0.3810290120306418 -0.37169921373605685 -0.2660000103503442 -0.23521395855691266 -0.23631593203636928 -0.23909922899454114 -0.24564369517939807 -0.2639539041877263 -0.2998934120787784 -0.43854761735648945 -0.5834097579237758 -0.6372359381618516 -0.6878860284981211 -0.6933705878344806 -0.5785249067941952 -0.4755520531949498 -0.269375472120689 -0.24680796038425473 -0.23501322771451333 -0.23015381566010434 -0.23695535094527792 -0.27006654307269967 -0.4629697829726729 -0.5109826737713284 -0.3942658605695204 -0.37417377641422106 -0.2753869238010064 -0.2379161155567843 -0.23956213335278853 -0.23997545510410395 -0.24882065311770757 -0.26611726630398647 -0.3055134232746303 -0.4457269102688165 -0.5917858073960519 -0.6437549246278013 -0.6936074527297381 -0.7046474139568902 -0.5831457790487741 -0.478748675392368 -0.272833942554508 -0.2496101948684531 -0.23393980899641484 -0.23051715167483977 -0.23584891010631473 -0.26773744749349315 -0.4649957804573423 -0.5087995079017357 -0.3918058703914147 -0.378163212379609 -0.2767657690115566 -0.24404867983953166 -0.24698049780894824 -0.25139579599433903 -0.25801051954935833 -0.2765981588478196 -0.3111694536314009 -0.4510008265187322 -0.5904774443683245 -0.6409826297323472 -0.6913094519536287 -0.7034233158637787 -0.5866960187548611 -0.48152042540030743 -0.2762554963699599 -0.2525755887198494 -0.24809923426478594 -0.24427212750488023 -0.24613271733030911 -0.29484585356110105 -0.49206295945220413 -0.4772601309370787 -0.3702180415552631 -0.3624147697712353 -0.2631160280604332 -0.27759660594330604 -0.2629186485326129 -0.25416110073875586 -0.26885227753897856 -0.28261556824487655 -0.3139711033687251 -0.45775084543538275 -0.5740469406359839 -0.6486856413507593 -0.6995202891354418 -0.709541662617281 -0.5921997029363948 -0.48394917578643953 -0.27510946603379505 -0.26510267505211516 -0.23911771115861594 -0.22621890347817622 -0.2329115794636576 -0.2438345373473286 -0.3746183416608832 -0.41047478446878066 -0.46295155018760925 -0.39244867940693695 -0.3002820029208643 -0.2542832303553806 -0.2390105491947145 -0.24337710519331857 -0.24176436324771103 -0.2375678652452116 -0.3128435540362997 -0.4360540619311177 -0.558569895888909 -0.6425207391542251 -0.6714378712951637 -0.6721550253408615 -0.6151202456673917 -0.4685038657377747 -0.265317453045666 -0.25637909331709896 -0.2260450413565166 -0.22510146807073608 -0.22963240181617192 -0.23747622348906022 -0.36715268214669244 -0.44370310727934303 -0.42945812589660814 -0.3823556835717653 -0.3439545358972041 -0.2603784554329036 -0.2708822546981523 -0.24518256719246528 -0.2402149195780817 -0.250922591368062 -0.30244319746570153 -0.422732072121559 -0.5585415259266613 -0.6283593173562102 -0.6879775935016194 -0.6464080710128421 -0.5911941691596254 -0.4878470560697747 -0.2671651401266357 -0.2486780269157881 -0.23280931778267935 -0.22966575819062435 -0.23340024723337605 -0.28123996967752085 -0.47812547255611904 -0.5243623925635239 -0.42204385281585943 -0.3955742491957351 -0.29438616248749766 -0.2607544397114051 -0.2583408916735846 -0.2566225249598488 -0.26479403702490634 -0.2887524915541019 -0.31501010129937723 -0.45065084279870055 -0.5935991577211674 -0.640064751320959 -0.7014931956080245 -0.7061162706845708 -0.5911706014060158 -0.48832889554691705 -0.27448716714287497 -0.24990310391882334 -0.2300244658019374 -0.2357740343631149 -0.24292934776773936 -0.28518359788542613 -0.4852535914532919 -0.5040175128156636 -0.3952448122783444 -0.4002413219647077 -0.30465298249334827 -0.25793012855235975 -0.2606761334994973 -0.2605846012242827 -0.2698232853159693 -0.2928559191818548 -0.31914066520775564 -0.46409786490588517 -0.5805322907208569 -0.6360229475845003 -0.691262744391246 -0.6925612845484508 -0.5836627711255352 -0.47038399341222326 -0.2531679669689112 -0.23476651160191675 -0.21776745120126306 -0.21360527821776115 -0.21947968261726808 -0.2789170259280557 -0.4720413325509358 -0.4789866744439665 -0.3854347326207518 -0.3705570253685953 -0.2920917683811544 -0.25673877999155825 -0.2592185719449093 -0.268771476304357 -0.2833550111661772 -0.2918721297208452 -0.32382487580575825 -0.46012021940236175 -0.5769713179685837 -0.6404601597400607 -0.6982039673683075 -0.6996773688048084 -0.5681942240650407 -0.44220137421234684 -0.260740197492101 -0.2622848571360001 -0.23008663607482313 -0.2298097407899534 -0.2362731948762528 -0.2916137861345484 -0.4829008935854527 -0.48333336971050483 -0.36949200889763495 -0.3611052190421981 -0.28222637264012995 -0.2574724341974775 -0.2625804298866351 -0.2529809936967443 -0.2647604123491178 -0.2785279554028391 -0.31623113029189204 -0.4674066878507102 -0.5832048282871247 -0.6521520087262257 -0.7032718514353189 -0.712418053085263 -0.592053387741143 -0.4886356191139353 -0.27539279259092564 -0.2585148922950576 -0.23577673297884522 -0.23602709658380308 -0.23717680288927434 -0.27348095272062445 -0.4641571092412953 -0.5135065504395031 -0.40458168713518916 -0.3750632326410731 -0.27071431430826415 -0.24184112977169292 -0.24242178547857784 -0.24618801495489712 -0.2570004469041774 -0.27097956671021445 -0.30395904286067044 -0.452418478165781 -0.5909714637442142 -0.6421848495297587 -0.6961570078970803 -0.703686342812948 -0.5821576328691381 -0.47122346893068406 -0.2658362465848734 -0.25766095782554466 -0.2218297723267653 -0.22081567059391663 -0.22401107856530758 -0.2526692775602994 -0.3932369383675 -0.39341747662073556 -0.4543943276926164 -0.39440914171789 -0.309554311228213 -0.2484405345990097 -0.2552297197959119 -0.2535537333120023 -0.24489577357127193 -0.24362930079731446 -0.3157427062816485 -0.4432325164865449 -0.554484200453764 -0.6357978709477212 -0.6628377919503756 -0.6622921039741964 -0.6072583112544093 -0.4587295621511503 -0.2596911150021579 -0.2496174353176141 -0.2238165212624704 -0.22353352231154072 -0.22921593193941392 -0.23361771462689856 -0.37347702159404345 -0.45579547461567416 -0.43385954942575455 -0.3856129864482661 -0.3289393564296523 -0.2577672231443681 -0.27021613743635176 -0.2437926354209741 -0.23693240313106873 -0.2515883735428528 -0.3039104964875475 -0.42779535975459343 -0.5703429923844658 -0.6242345628420465 -0.687267991371078 -0.6438804967059668 -0.6148528902674977 -0.4924794167229837 -0.26854442394324474 -0.2543554792731197 -0.23924729702673178 -0.22977986557549632 -0.23521564553725752 -0.2722884722526657 -0.4649657946847096 -0.5161580459158406 -0.4092075217656248 -0.3816202185097554 -0.28571195866044746 -0.2519027538565328 -0.24874612716188968 -0.24961127424688292 -0.26097613584094553 -0.28151245352468307 -0.3096343088727425 -0.4519339843236779 -0.5960155589328757 -0.6351245335902972 -0.6884870267198693 -0.6986642212262003 -0.6109104684934893 -0.47731903132381853 -0.2669371202205742 -0.2506381265546463 -0.2275932721347206 -0.22568582598361428 -0.22693019940271666 -0.2712378771481997 -0.4586813217790574 -0.506032601143425 -0.3951558758062088 -0.3742781682698579 -0.27244685888695613 -0.23863079284555855 -0.23584419899219425 -0.23780905430994 -0.2490693742152495 -0.2643882248806303 -0.2904591201363969 -0.44042067761483467 -0.5779855595968905 -0.6596996340458868 -0.7092859106154518 -0.728076325674413 -0.6027371223543391 -0.46504755128855213 -0.2564136257913905 -0.23402156269714403 -0.21997823565082164 -0.21336668230767109 -0.2217139933874341 -0.2797971134033302 -0.47861427244236093 -0.4930272104710615 -0.3813386058548505 -0.3603211883679123 -0.26873547434532247 -0.22942192443932424 -0.23208405248149638 -0.23445982282314584 -0.2459104502256188 -0.2624239735832289 -0.2885777242749261 -0.42858452862114543 -0.5750103126342958 -0.6462893338489575 -0.7092955956348382 -0.7118944998966524 -0.5895261971379999 -0.45671619001551333 -0.24600591768271632 -0.22996648892363594 -0.20958673383200685 -0.21428674723063343 -0.21839509402377974 -0.2748875683638853 -0.47605394784589844 -0.49595410777972404 -0.37588207707318394 -0.3689952282872972 -0.26538576338966724 -0.2322177248256029 -0.23436319984302328 -0.23434365932023676 -0.24261908614940147 -0.261831107412098 -0.2855441766757925 -0.4330372466559719 -0.5703819580511706 -0.6499221262995553 -0.7079995921466737 -0.7124783797211953 -0.5915316472088648 -0.45735867938912034 -0.24558138755824027 -0.21968520305167605 -0.2162726230263165 -0.21200290540511904 -0.2128766607517686 -0.27905526856523205 -0.4717752490712176 -0.4855946066821617 -0.37656073175728594 -0.3606382408160512 -0.26353853406177075 -0.23653803401464454 -0.23957989886768918 -0.24010492070576342 -0.256915262994002 -0.2704927934992419 -0.28749609630132206 -0.434764581804922 -0.5750762873490407 -0.6474775904118454 -0.7113225159565428 -0.7140807655577197 -0.5912523420660427 -0.4603738074063722 -0.24681543452789398 -0.2428938994779882 -0.21398459878746864 -0.20900913556248824 -0.21685190031255186 -0.25154506981025615 -0.38190226252998394 -0.3924576472562284 -0.4548968116806668 -0.3933796638771487 -0.32314896101555407 -0.28123929940555953 -0.2552748860685666 -0.2563378997065086 -0.24272129514294175 -0.2466098773437219 -0.34057552705342253 -0.46752038299673215 -0.5519404093018118 -0.6305421234788896 -0.6601528780368586 -0.6589602184926238 -0.6091388489877502 -0.47254087794224403 -0.29318574102905265 -0.28391110765273136 -0.26095352608584305 -0.2540178821630536 -0.2631614948455258 -0.27079328822238335 -0.4034291221734436 -0.4538539404607373 -0.4360582052459669 -0.40836118112289177 -0.3226873166377283 -0.2712121341412 -0.2693580723682807 -0.2595449267007073 -0.2460023116607326 -0.2512090293596393 -0.2927734281363606 -0.40139453610934556 -0.5260247403522854 -0.6195810838207382 -0.668073080239308 -0.6274461298826133 -0.5761771940715357 -0.4563743522069131 -0.2484322735046639 -0.23919154523153655 -0.20974171557653465 -0.23358866084703422 -0.2426085436227361 -0.29247172558646556 -0.4897643339907405 -0.5155553713460472 -0.3968832239496668 -0.38979240644962176 -0.2864091416534528 -0.22776448037570868 -0.24017208148020408 -0.26467017245952384 -0.2753713933254189 -0.291388717186927 -0.3196189492619196 -0.4659464813849245 -0.574060576775343 -0.6605969623494199 -0.702193812092017 -0.7152181100962688 -0.5925740783833067 -0.48181922380517694 -0.2700554141460396 -0.24594268822680354 -0.22808241107854774 -0.2273973062875778 -0.23126113142173035 -0.2675000459331865 -0.46374478941644665 -0.5085815199187917 -0.3918988266998779 -0.3766442632585615 -0.2699389489292627 -0.23016825576968564 -0.23684524147709266 -0.2380063913216072 -0.24634303818152156 -0.2695885322083532 -0.29080819345505027 -0.43836445602336216 -0.5795907259091561 -0.6646723203680639 -0.7147836843878155 -0.7290747849290061 -0.6078356324193275 -0.4745415371606813 -0.25832705137355655 -0.24032543217575855 -0.22737646119095584 -0.2159664723029561 -0.22689332684114416 -0.29100821262066334 -0.4842815832661631 -0.5010923323544513 -0.38917500176345343 -0.3675713634353012 -0.2736142030085766 -0.23751706872260295 -0.23441919280303786 -0.24082158973990575 -0.25278303050287015 -0.26645454056653217 -0.29156175176964727 -0.43695486503654557 -0.5781705582360184 -0.6593120702129309 -0.71190083199112 -0.7232701835623141 -0.5987450689672079 -0.4685913279225892 -0.25322358301173037 -0.2339574195449559 -0.22507201137374075 -0.22391046756021885 -0.23296683306956764 -0.2743792577635475 -0.46234851031163887 -0.5129839203524446 -0.4033519209636162 -0.38201320227164465 -0.2799960627387721 -0.24388720573418649 -0.24385472461481814 -0.24476818448640397 -0.2566036074454766 -0.2721231933915826 -0.29826932525137334 -0.444674195382723 -0.5882795820941327 -0.6647212552248369 -0.7214750139692649 -0.6979939408325964 -0.6128473631863036 -0.4785606502906543 -0.2749163543462861 -0.25787024747433446 -0.24826565137490142 -0.2461465351491639 -0.2552661688159994 -0.2933357160838414 -0.4902376526882085 -0.5417528114445526 -0.3651198215027893 -0.3633753848881051 -0.26308857145437764 -0.24208950045557387 -0.2399184874503011 -0.25961619840014044 -0.26649982913761244 -0.28526867313455295 -0.3181786006060427 -0.46833648477953077 -0.6062559862659869 -0.6462395722037504 -0.7058129341745353 -0.7067976097476826 -0.5944136788486419 -0.4801496136662601 -0.2764823706270856 -0.26673469722364596 -0.23734050195560238 -0.23546897245398454 -0.24128730215387195 -0.24315031946946045 -0.38587321800567165 -0.44233153304393324 -0.478913266931839 -0.4041137642596724 -0.29217636963696175 -0.2478440799096689 -0.2466966018045064 -0.24670227741311487 -0.24094804386820992 -0.24856656366021404 -0.3184437609746044 -0.44041791823031834 -0.5663112612854222 -0.6494775988843141 -0.6728628776706996 -0.6765408936282648 -0.6218339368949218 -0.4749387413054976 -0.27120192079197425 -0.2593508629385891 -0.23000910163600435 -0.2329627559080814 -0.2282405423282515 -0.24275839044245684 -0.37287620856696174 -0.47456655609695153 -0.43540918749097574 -0.384241349513431 -0.31337383350433795 -0.25464243945226683 -0.25803175174063636 -0.2289927109852664 -0.2303558512644434 -0.24375772005561744 -0.2860214116252208 -0.4176241802687202 -0.5533113336797427 -0.6303570279132102 -0.6980490228241983 -0.6475112924454813 -0.5966001306014442 -0.47099299221065694 -0.24386513655540534 -0.230316844345204 -0.21919641897291414 -0.20868658222063124 -0.21593796847593302 -0.2827308007817135 -0.47152909707255664 -0.5194307776373248 -0.38246753972353587 -0.3641057552050812 -0.28300108011953057 -0.24116876805840962 -0.23503402786049668 -0.23564512713872357 -0.24771871418940988 -0.2574264427256453 -0.2818524560407148 -0.4344040514014298 -0.5758236735883459 -0.6479510451962641 -0.7060484313106532 -0.7100574853491037 -0.58599298414531 -0.4540595137645786 -0.24146255809189865 -0.22740266346485624 -0.21485351950727552 -0.21282454785259244 -0.22044446933362902 -0.28093715351476467 -0.47361386602402084 -0.5195040341315399 -0.3869913143264022 -0.3677151033358511 -0.2765433426149146 -0.23973007619331366 -0.2391319066049034 -0.24338088991598972 -0.2546206697814477 -0.27069764737564417 -0.2918952813630503 -0.43651022188915806 -0.5814777903693236 -0.6516314667288485 -0.7013682141322771 -0.7119108839315088 -0.5932931219466702 -0.4590414868219342 -0.24462166385119138 -0.22856917950640063 -0.2158656944027252 -0.216139093301914 -0.22171662283893845 -0.27901968697381396 -0.4731252854892583 -0.5166802924492608 -0.3836764293985893 -0.3653543268598834 -0.2754349961064978 -0.23611128979540105 -0.2413071389127648 -0.241519760889776 -0.25237832582997083 -0.27139647596715133 -0.2892465521016328 -0.4338285876265183 -0.5784394311333103 -0.646203880586566 -0.6962226511038697 -0.7063897952214709 -0.5863264589035083 -0.4486734220736635 -0.24907355241401277 -0.23316904359340562 -0.21413771295209968 -0.21847812288077897 -0.22250550237184855 -0.278884332535765 -0.47631429548707976 -0.519065268806355 -0.3829985438871353 -0.36698347540890286 -0.27422485597724605 -0.2374846935252797 -0.24097211714826772 -0.24157840210601442 -0.25079931502124836 -0.2705446690967997 -0.2876776010166612 -0.431787744809037 -0.5772676512206611 -0.6422131711011255 -0.6982467971643834 -0.7062502895245871 -0.5831694301375457 -0.44861157976424026 -0.2438727293387792 -0.23294551040322406 -0.2156914294970206 -0.21536076398772105 -0.2206671612850399 -0.28291146460824285 -0.4688706470045581 -0.5208544130659593 -0.384752483314689 -0.365790666493238 -0.2753626582216756 -0.23975370122240264 -0.23589577478297769 -0.24075314920647395 -0.2547344899705163 -0.2668754231903388 -0.28748622122200473 -0.4333519372774238 -0.5816109075027878 -0.6500619298740042 -0.7042750470692677 -0.710292281782099 -0.5954274796838326 -0.46449292803758074 -0.2536699418039691 -0.24628825270918184 -0.22376553039442162 -0.21692933751826007 -0.22763202990663395 -0.25850777774447364 -0.3962390455502401 -0.4294155428780011 -0.4562714923237418 -0.387866686635427 -0.2936108517579798 -0.2547831273215122 -0.24854480925292158 -0.25051675881959384 -0.25009902047597155 -0.2478611006596464 -0.3174718173745512 -0.4414710396044031 -0.5547516072826726 -0.6377190355718682 -0.659124452434475 -0.6574127792430232 -0.6027769940195918 -0.4646355122084205 -0.26321171989885633 -0.25671120719062035 -0.23213956958284926 -0.2255658244845083 -0.23539858709673486 -0.2430861852258428 -0.36907718124555505 -0.4699755355629839 -0.4334693695758899 -0.3754681095941022 -0.3250782718574086 -0.25842015028677756 -0.2611910391765383 -0.23551263166613326 -0.23043106294989577 -0.2441126802159355 -0.28993301182030323 -0.4123481877478365 -0.5466552138560936 -0.6232891106646914 -0.6761868528254937 -0.6332712960887965 -0.575086805207698 -0.46157444202314 -0.2471367723001551 -0.22847259440985848 -0.21574181123255506 -0.21374788619610394 -0.21998153795957262 -0.2818859453617867 -0.47338225789378413 -0.515985991186348 -0.3816130641055119 -0.367941226147318 -0.27935048807261076 -0.2371011739180448 -0.239185860193259 -0.23888839373132473 -0.24653816018608612 -0.2632162776021488 -0.2828486006724542 -0.43638479956166304 -0.5668068866733057 -0.6335221144777816 -0.68882743981374 -0.6965099527340916 -0.5749769513849311 -0.4470208721008743 -0.24822660836190727 -0.2306664100424955 -0.21444004477075518 -0.2167484739894738 -0.22236005805705186 -0.28057872361822384 -0.47643477484632285 -0.5166617535306677 -0.3900236075472248 -0.3686542203000037 -0.2748747451614315 -0.23879467075195673 -0.24438141231054308 -0.24202803610901716 -0.2526171836251393 -0.2723348453758623 -0.2917859329038338 -0.43663114008884235 -0.5866030461554989 -0.655177590448348 -0.717685571397665 -0.72576146433636 -0.6075300188207752 -0.4713350740672037 -0.2583116947108941 -0.2361298750454748 -0.2255005574982192 -0.21727384134517153 -0.22563185193726912 -0.2908612549320775 -0.4850217914167723 -0.5256615352027535 -0.3927665508543613 -0.3713728710990041 -0.2751241113380253 -0.2354256692730556 -0.2343702361269294 -0.23849583717220568 -0.2515640152092317 -0.26650155743780557 -0.29377182076486646 -0.4440779220514633 -0.5910363402171327 -0.6442462320005533 -0.6986972212385333 -0.7067609280807458 -0.6182961792840096 -0.4919017421730619 -0.27337142384162316 -0.25619435106686306 -0.23748049402401275 -0.2336433403544479 -0.24000757941578868 -0.27539478132246714 -0.4698015444213806 -0.572281388886184 -0.41015108907640996 -0.3862454951868639 -0.27794112927447884 -0.24053685157692706 -0.2395454173912933 -0.24308961493325265 -0.251931093576942 -0.2715112739954966 -0.2998530475249301 -0.44574403821185166 -0.5919710827039608 -0.6712770022016759 -0.7269481246272583 -0.7350368557001818 -0.6155671135303397 -0.4778578839198618 -0.2596464870247768 -0.23602977009600848 -0.2232582436931185 -0.2195864699283831 -0.22779417971291263 -0.2722735301958275 -0.4632246377380845 -0.5276205844152321 -0.39335291893880364 -0.37386536563867506 -0.27206129730909445 -0.2322489009728773 -0.235712063392546 -0.2379654650602884 -0.24798380017785313 -0.2671605083633402 -0.29434687258538356 -0.441974922510667 -0.5866038952290276 -0.6636775834948732 -0.7271706872001088 -0.7319613655286792 -0.6106764412917433 -0.4707376810108582 -0.26179952880491575 -0.25117491890884797 -0.21748404369751442 -0.2173038325817445 -0.218745041443454 -0.2516331915167212 -0.38202779320315466 -0.42757272189639595 -0.45218470501196756 -0.39057869003856477 -0.30120132271027444 -0.257639357249152 -0.2570116090183185 -0.2578922275454247 -0.23908533906361873 -0.24406636464116738 -0.31523727541571805 -0.4473885485440835 -0.5690518822164811 -0.6497775944732571 -0.6778496228139247 -0.682070187432648 -0.6225314654345261 -0.47326995523492754 -0.26465842663739536 -0.25527262861358485 -0.22867429481308613 -0.2292490930449006 -0.23108616632834986 -0.24250437735011163 -0.37231533930204086 -0.478024170558513 -0.43681733919969545 -0.3817885335879762 -0.32877338026239983 -0.2595167145452905 -0.26520983469841725 -0.23153303355006116 -0.23033755163115938 -0.24093269568573583 -0.2879597320149665 -0.4160026686533567 -0.5561863554238147 -0.6472575899611036 -0.6993260823609174 -0.6644884728117252 -0.6059767748352609 -0.4761549844516779 -0.25114248046533516 -0.2354152545795116 -0.2206667344539179 -0.21637926246614966 -0.2246156757705609 -0.2890875332420751 -0.48594827065567686 -0.5262111391815517 -0.3998635725552346 -0.37371782048271257 -0.27577449240837637 -0.23329474574456374 -0.23637351791860806 -0.23833522672970503 -0.2527666097245811 -0.26743892763991517 -0.29806458019998533 -0.44807845075530256 -0.589767355322755 -0.667964151911432 -0.6975040662037477 -0.7024814887304405 -0.6094290815727761 -0.4727595343911492 -0.2565997803484846 -0.2390863713099554 -0.22045686334254969 -0.22176063271294758 -0.22531470588037406 -0.2868743562869922 -0.48418766876430613 -0.5247912646961221 -0.3898122059700502 -0.36619656993151534 -0.2733054091876257 -0.23507600378950014 -0.23494577991214025 -0.23660863717838201 -0.24958782406201196 -0.2674231215401127 -0.2913758672954978 -0.44477473995498107 -0.5835280290992206 -0.6673376831113131 -0.7221607227014554 -0.7310568766586774 -0.6084570926342262 -0.470755367626436 -0.253587729540678 -0.23620583297940487 -0.21756956961557294 -0.22032362292671864 -0.22558512993509883 -0.28438421260742974 -0.4839076388614169 -0.5284725274018743 -0.38787202991105313 -0.37536782792958134 -0.27711718644068417 -0.237739868854093 -0.23845114295160016 -0.24046837656713074 -0.24936345712007116 -0.2715290393829745 -0.29873024825592603 -0.4502474128596327 -0.5918347389254953 -0.6717695211626544 -0.6942598043471112 -0.704130890412403 -0.6111236365960467 -0.47963441492015646 -0.26313788819172634 -0.24549826108046566 -0.2206794652260982 -0.22189360205454908 -0.22483565277928663 -0.28290319790434965 -0.4822760314860884 -0.5253677566023427 -0.3879473930413493 -0.3692334055763901 -0.2706160907810879 -0.2317670336068944 -0.23703435174428666 -0.23705542603578808 -0.24850388174592886 -0.2688230700645954 -0.2893395474457143 -0.44074457712992915 -0.5834263004233589 -0.6578369677720529 -0.7087954291885106 -0.72260674190297 -0.5987055207892484 -0.469669256538002 -0.24660975140095384 -0.23263105211982246 -0.2200178854116708 -0.21370970123648697 -0.22368061257157734 -0.28654645453250693 -0.47215536922733786 -0.5223557073106313 -0.3879014744212464 -0.3661078442153837 -0.27474951515634655 -0.24196825734657637 -0.23890529356616766 -0.2408643813012033 -0.25489857715258574 -0.26590136715739504 -0.29021547066425724 -0.4439137644350803 -0.5869790049340994 -0.6601737627135951 -0.7133039975457621 -0.7199024011172408 -0.5997786340902471 -0.4621907306250951 -0.24630934897357712 -0.24818045262016558 -0.21769593629159803 -0.21742493418274542 -0.22303546975188598 -0.25359349079191595 -0.39093849244632356 -0.42968627145254706 -0.46843334419198285 -0.38980218270961325 -0.2922279930721123 -0.2531223434777302 -0.24324493203388328 -0.24538105955997458 -0.24408832362528574 -0.24026271488993664 -0.3163060055755324 -0.4499488424461959 -0.5668166169821276 -0.6577499558618874 -0.6770596956045282 -0.6825985388285318 -0.6270959697201912 -0.48496033969592134 -0.2699630551648418 -0.2621156645446043 -0.23329759302259287 -0.22592060959949864 -0.23536913653066419 -0.2431876852053398 -0.3779941291146441 -0.4861157779525752 -0.43496541606728834 -0.3849775224837725 -0.3300752729874141 -0.25607178044790635 -0.2619761763983944 -0.2366629967578282 -0.23315222314968415 -0.24491706754635964 -0.2998091714864548 -0.42201879852474183 -0.5643709803243698 -0.6343154339624354 -0.6930501040798566 -0.6582241968696162 -0.6222438115406919 -0.49552536930116925 -0.27494212927041334 -0.260245528570413 -0.23754540873376798 -0.23141945215044243 -0.23084515475701387 -0.28771597333831517 -0.48414810969809446 -0.5236179156842055 -0.39229383166019205 -0.370100660746405 -0.27496042938765364 -0.2379384773712162 -0.24008724767141834 -0.24214340863772268 -0.25117312522486873 -0.27027941046160064 -0.2888034746885784 -0.4414214300813247 -0.5772721508344306 -0.6450916644941391 -0.705835639147929 -0.7048704866439834 -0.5840087034764816 -0.4515368077142193 -0.2504692656619474 -0.2350660309945206 -0.21779892437479942 -0.22209909048490514 -0.2247790723895538 -0.2843751233184039 -0.48162446524068103 -0.5208273345083969 -0.3916177529767465 -0.36992890790800453 -0.2789807066164437 -0.24022757217937293 -0.24334728302407563 -0.24285874209291736 -0.2520924160176734 -0.27120517681346135 -0.29043647771227726 -0.44043319294965516 -0.5780330843187143 -0.6408928463465656 -0.703088330422982 -0.7039324870897476 -0.5835167741132613 -0.456296679601627 -0.247178988581899 -0.23275177280718923 -0.22176045592147683 -0.21595908542910375 -0.22246298834758077 -0.28886166586749507 -0.4737708343688209 -0.5178012131505317 -0.3912588715430013 -0.36506013685788224 -0.2783265677054392 -0.2426333128608577 -0.2382777089164973 -0.24086714067717196 -0.2534549632830123 -0.2655812972430879 -0.28911457146957387 -0.4397463119343149 -0.5759311231052722 -0.6417108610323624 -0.7061128477865533 -0.7030083838415009 -0.5834354041118308 -0.4545316315470726 -0.24389478851392554 -0.22979831912080376 -0.21991975482755957 -0.21294644043158154 -0.22168765504666352 -0.28674559805908995 -0.47297823623745433 -0.5202472329465121 -0.3903215915251759 -0.3700045448271139 -0.27567215006591694 -0.24517935283847805 -0.2419088408220295 -0.24509674010250362 -0.25746386026776263 -0.2689450896015606 -0.2906514457989049 -0.43998282324965604 -0.5815236773736269 -0.6489096194968795 -0.6993840210689986 -0.7103645913914614 -0.5891610267816115 -0.4520792257651453 -0.2466988815301192 -0.23326974952121832 -0.2182163980641339 -0.21361630695087555 -0.22323387676918396 -0.28424402313980895 -0.4743083638038901 -0.5219592510871787 -0.38988249147236514 -0.36434978758608305 -0.2738005373425234 -0.23880625178833131 -0.24123572689307174 -0.24155816651630974 -0.2529674122243678 -0.2685106391463415 -0.2884005956599522 -0.44230922302268366 -0.5813108371778289 -0.656846341886689 -0.7088566376240711 -0.7166061334095511 -0.600627060291902 -0.45757294287315703 -0.2470045817104759 -0.24083396522670486 -0.21284813021319807 -0.21501139340727146 -0.21883592489655213 -0.24925240363644552 -0.3851125815303885 -0.42645253212847595 -0.46638345771335027 -0.3922054584978543 -0.28979641687280994 -0.2477928503041536 -0.24413105602388913 -0.24436564063045133 -0.24130674182496592 -0.24329104406921118 -0.3125690591287525 -0.4451807288444542 -0.5654195572725803 -0.6492152262999703 -0.6731396147499716 -0.6785599779969829 -0.6195975369320074 -0.4665507070541743 -0.2624358574205798 -0.2570165516853285 -0.22358416065484915 -0.22999674046584143 -0.2323157785431267 -0.23770502359787463 -0.3693416355680252 -0.4733192990653631 -0.4362629255154848 -0.38057476334154033 -0.3162776377890609 -0.2520978573271784 -0.2593352881240427 -0.23441864768882673 -0.2292831111306593 -0.24630826840159634 -0.2918800978896628 -0.4215688740256802 -0.5518688310611527 -0.6379448586122861 -0.6957197138586776 -0.6516037654446509 -0.5902724221467063 -0.4608280148614643 diff --git a/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv deleted file mode 100644 index 431e7c1..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.15411432061838237 -0.1020604614068434 -0.11236364912483043 -0.10301041635367018 -0.17564208297681808 -0.26886939408204963 -0.3557505710610464 -0.32920923377324307 -0.37820951971173794 -0.37738302653020567 -0.5032042348577511 -0.5506648956396096 -0.48979102798080537 -0.4940946841611151 -0.4494114562009747 -0.44589341003666505 -0.4811276392555648 -0.5401763277438132 -0.5153102104690443 -0.4861615676123459 -0.496220473614407 -0.4575627535135516 -0.3204728437195991 -0.21862830616684775 -0.1536721758084306 -0.10687590226333903 -0.11987953683492261 -0.11655038301625305 -0.21266905220342225 -0.2924153180555022 -0.3634470142108187 -0.47833096192328267 -0.5380347387603674 -0.5576303687137619 -0.6179989260179634 -0.6497739286491637 -0.6272441707214716 -0.602274145616927 -0.5613864375556016 -0.5617514247923783 -0.6354060028507272 -0.6493445461459434 -0.5761167061577138 -0.5705359998502391 -0.5591308837097329 -0.5220176122629945 -0.37289591359085916 -0.2558053912637569 -0.17228777109613574 -0.12715679347470885 -0.134273072505522 -0.12969820148077937 -0.20459655897818896 -0.29122317172729895 -0.36488364215361396 -0.4361290752700343 -0.4959814671978407 -0.5737332395646709 -0.6536110963609956 -0.686110817862519 -0.6277048471150052 -0.6383004587348041 -0.597136167114454 -0.5822825206084004 -0.636422930620084 -0.6502478158949548 -0.5777127502291137 -0.5718038381682577 -0.5600688397106333 -0.5232280559601947 -0.37423224486801127 -0.25680431534814385 -0.17290943363365194 -0.12725435844435914 -0.14119395268179485 -0.12318836470347445 -0.20415744654317808 -0.2799862909738066 -0.37524480242261976 -0.43704329091241656 -0.4939900740925129 -0.5555885451808156 -0.6454364004189076 -0.6863194768788451 -0.6279026823160205 -0.6200936796411005 -0.5967832387390812 -0.5791773580357149 -0.6365420371182562 -0.6504703869824134 -0.5772018334306767 -0.5576808181351081 -0.5742825591590321 -0.5168085096331481 -0.3631733205791249 -0.22990442250229187 -0.1547917017717996 -0.10597274384160368 -0.11727907104895531 -0.10498653017884729 -0.19490146159772964 -0.2685735200658603 -0.34224716789201337 -0.4357373611318252 -0.4959664208066591 -0.536936055365941 -0.6179918412261308 -0.6501589591891211 -0.5908485092365205 -0.6376978381354399 -0.5955899952661274 -0.5779549360385312 -0.634705280918909 -0.650954173017022 -0.576675895951402 -0.5519656949177557 -0.5639656167427003 -0.5213415911250809 -0.3659062532318705 -0.24444837144105597 -0.17450352072507952 -0.12773087688112364 -0.1293444411440675 -0.10621845247529987 -0.18588828722196354 -0.27297241076368384 -0.3507689158550624 -0.4368300405153642 -0.4940519122444686 -0.5373553126505225 -0.6179958812668354 -0.6503883988175265 -0.5909857635461431 -0.6374091935440837 -0.5958746288757926 -0.5655304850960198 -0.6365307411358416 -0.650700140877783 -0.5681531095676866 -0.5315508840435307 -0.5353419902729367 -0.5227232526702399 -0.3624336739766363 -0.22913801723415317 -0.1502423354262191 -0.10057120120207953 -0.11170862105489762 -0.0994668751361069 -0.1725116284213323 -0.25769971711886497 -0.35364761285913554 -0.34119670920992773 -0.3880418189224247 -0.5212461256108627 -0.588422011270087 -0.5972175518971922 -0.5393966318461614 -0.5325220461158418 -0.5064835228387291 -0.4909273672859524 -0.49733720844233437 -0.5966975775776384 -0.5697922212169356 -0.5350481535162084 -0.5035067470811749 -0.5005880994126188 -0.3593028384051317 -0.24806933117269175 -0.16784738796095852 -0.10707936558051831 -0.12458231354130625 -0.10068756122767171 -0.17041749952519145 -0.2837727179485404 -0.34919016625371435 -0.3307362246258162 -0.3797295892456513 -0.37054823381148094 -0.5055528916854204 -0.5498947297148703 -0.4916107363386695 -0.4961483928294712 -0.45164578376734793 -0.4458413937450138 -0.48160076115649075 -0.5427186330449484 -0.518760229798052 -0.4904028253853672 -0.49805098173701756 -0.45796486387184193 -0.3209576684657112 -0.2197963631617983 -0.15651616511464575 -0.11126775894990078 -0.13693382318565414 -0.10865232035925437 -0.18535124800838684 -0.26980970255832687 -0.3407705661441412 -0.43678740154674617 -0.4967899393779072 -0.5382263188760019 -0.6176775059832771 -0.650540341035262 -0.5920966161512451 -0.6017983015550581 -0.5725464393531102 -0.5790138746119653 -0.637127465749669 -0.6503973445695849 -0.5825005464014269 -0.5573444803034734 -0.5747877919113085 -0.5289164728683936 -0.37188610520725324 -0.25147642903458406 -0.1726012112523866 -0.12776967632860756 -0.14547556141345866 -0.11622194264818661 -0.21233593105601672 -0.2913524370790995 -0.3556842758781041 -0.4364837380227994 -0.4946855766186996 -0.5372544175809906 -0.6170961599834424 -0.6500669664563764 -0.590107654290404 -0.6005900456266272 -0.5709204331268869 -0.5765130375268891 -0.5989461783253832 -0.6135345481387542 -0.5515694246496137 -0.5319185071451148 -0.5352462458531629 -0.4990911367060564 -0.3518191555290254 -0.2284370634402199 -0.15263402738891307 -0.10613952803424817 -0.11621841939740192 -0.10684886698206322 -0.18546615092590316 -0.22801969556891152 -0.2988656921176835 -0.4805307636862943 -0.5446761164865 -0.5926209339672959 -0.6853551127414905 -0.7108871107089325 -0.6559472311323512 -0.6806481988052222 -0.6317351613379909 -0.5909983702112629 -0.6652101041006818 -0.684130698866314 -0.5993605050824307 -0.5701633417964426 -0.5466998316663778 -0.4988830958033209 -0.3700439243910074 -0.2380320911813665 -0.1758213256872072 -0.13093439302781146 -0.14115973442554824 -0.12317768252079662 -0.21001697117783877 -0.29680440645879547 -0.3785613296816495 -0.43671776166019505 -0.5313976070230813 -0.5744273364530733 -0.655369823411882 -0.6887974028953628 -0.6288636273089111 -0.6398150501267457 -0.5978321027507795 -0.5793598765355497 -0.6326585723842075 -0.6502807570399872 -0.5770570185217372 -0.5714855914263389 -0.5633159741221458 -0.5060588450663825 -0.36082198394375553 -0.22992219575159714 -0.1552041285030532 -0.10603191533476797 -0.1171057957516089 -0.10524042118405054 -0.18834115690153158 -0.26629594979725707 -0.33908811397322575 -0.4360148427137107 -0.4969962838703873 -0.5374316224762059 -0.6172685682258126 -0.6495432241802901 -0.6024947581296147 -0.6008606809084621 -0.5948973581853817 -0.5757311867210373 -0.5986591149083664 -0.6487386482002462 -0.5655185766498979 -0.5337209267617488 -0.5366554702206884 -0.5105314626661546 -0.3521405694869141 -0.22833094905521162 -0.15039753884076468 -0.10031804846935045 -0.11078366201943851 -0.1014446948126107 -0.16775011235285503 -0.21716826243912776 -0.3107954486386754 -0.35256933238838417 -0.3873209198707671 -0.48364480077717115 -0.5524883960802857 -0.5873552180111573 -0.5546564312741367 -0.5466295678490246 -0.4808549846285041 -0.46269781719939274 -0.4962663777895541 -0.5866528422507844 -0.5536419342403718 -0.5349427053980091 -0.4859941469329668 -0.4768878503705579 -0.3455164550690016 -0.2279711628072734 -0.147358355486414 -0.1003951630984157 -0.11215444892094718 -0.09989461878145271 -0.16190386660372602 -0.25325055150671416 -0.3445702112848348 -0.3287319303159165 -0.37571577822238994 -0.36761457569645173 -0.5022419298530683 -0.5800080320317741 -0.5264496019496061 -0.5348803694777201 -0.48742670801569205 -0.48023219540651235 -0.5042908396449238 -0.5404675983887828 -0.5159180639010907 -0.48648599674729676 -0.4945266918684821 -0.45890772487890674 -0.3202511385347811 -0.21941970267997563 -0.14488364231849732 -0.10764223637520721 -0.11879459417545456 -0.10746579965747911 -0.17961175145189395 -0.2647775696058401 -0.34103973271628435 -0.43520272243457214 -0.49289789793574973 -0.5365537893747465 -0.6149722101891192 -0.6482174678203645 -0.6274429984066061 -0.6424847897162194 -0.6034366182700158 -0.5874509605395192 -0.6394358614474874 -0.6503901170696899 -0.5916093931389373 -0.5722875056609087 -0.575314341438604 -0.5114991278427821 -0.35277256122145834 -0.2282885297608184 -0.14503532875895497 -0.10626086450577958 -0.11752287728532744 -0.10641010583848926 -0.1863042780622652 -0.2280196961686277 -0.2988525105559959 -0.48192609141123394 -0.5456309291251059 -0.5964667028774877 -0.661861827498298 -0.693496369362014 -0.6404872678263736 -0.6509874226344706 -0.6139953120693588 -0.6029525301693184 -0.6541028989220018 -0.6725630191760459 -0.6145956001712667 -0.5777358750026556 -0.5784703830904354 -0.5397565440028624 -0.365506489003772 -0.2461495933196285 -0.14474195519981808 -0.11820760298059041 -0.11630461692746819 -0.1056402871427966 -0.18930387416026315 -0.22801961505795315 -0.2988529355007688 -0.4400385050064327 -0.4968284037908241 -0.5369238385339251 -0.6523767461917956 -0.6495426191026888 -0.5901876636854886 -0.6023452218741595 -0.5621249139688047 -0.5439862861178141 -0.5985510940079074 -0.6312659224717835 -0.5579414849325373 -0.5468054042786598 -0.5740100259858749 -0.5254201124946873 -0.35367519067714803 -0.22874700568981174 -0.14530650244901816 -0.10657187910215639 -0.1176303394257182 -0.10629865837111235 -0.19514084529498307 -0.2694408395038948 -0.34007919391402136 -0.4341800567192994 -0.4958320730097646 -0.5395846351480572 -0.6157819087529518 -0.6484907750406972 -0.5896641236514087 -0.6001461884919682 -0.594941281935131 -0.5413254371083449 -0.6003421986661451 -0.6136618541808747 -0.5532042724999597 -0.532613472740491 -0.561964113624271 -0.5253543715835595 -0.3536215831569451 -0.22867013303556324 -0.1518062962714922 -0.10597065358636985 -0.11631488472102391 -0.10663561353841308 -0.19403065387150265 -0.27741592292547274 -0.3420410131711147 -0.4493056733702518 -0.4934840441890729 -0.5371701587447987 -0.616560743996494 -0.6850879877018865 -0.6266156544297586 -0.6379840067627727 -0.5949627362929002 -0.5776140498813009 -0.6308286816308967 -0.6494060225412336 -0.5736313839618882 -0.5339036974744453 -0.5438122598224828 -0.5007644156016801 -0.3539470958132114 -0.22988296142354658 -0.1497159714308603 -0.10045953508528355 -0.11077327834537416 -0.10114874929497603 -0.17570074575942682 -0.2811552096596013 -0.36536419163668393 -0.3423691106707326 -0.3853644135906459 -0.4846449970256698 -0.551389150432717 -0.5611799093459126 -0.5161127022568044 -0.5083919977553427 -0.46947419489559794 -0.4624698924584873 -0.4958384602321547 -0.5921082445826112 -0.5548508256277997 -0.5368536109445646 -0.48620982201991725 -0.4772189913064625 -0.3462840928961099 -0.2285735913093963 -0.1547258031418868 -0.10018029292095318 -0.11059221045196628 -0.10223495860867605 -0.16857046494441508 -0.25463128502667076 -0.35414223473216144 -0.32880323608998635 -0.37646033571765714 -0.3709673241091322 -0.5040861726252415 -0.5492016142411139 -0.48999385692811753 -0.4942214244138096 -0.44909837237968064 -0.44290284897877585 -0.4786668429102864 -0.5406642064480282 -0.5155535347259467 -0.4881906837608751 -0.49483987021806985 -0.4560880131624927 -0.319919257527198 -0.219113502416321 -0.1616144349603599 -0.10691984892975978 -0.11818988721370559 -0.14362408747687475 -0.20984410078900592 -0.30539191379313513 -0.37426631791022275 -0.43609835229792177 -0.5301386622750848 -0.5743575586040651 -0.6529239774497956 -0.6870164474435182 -0.6280699941133923 -0.6389375741010516 -0.5978681198178197 -0.5779036910710251 -0.6360196009741417 -0.6147667023782579 -0.5807669991315805 -0.5576125783290493 -0.5762810031894439 -0.5317909730021534 -0.36183919638163836 -0.244263431358221 -0.16217854168285378 -0.12912794774819203 -0.14538203613980516 -0.13275164255924315 -0.18983434453273587 -0.27252380337297055 -0.3495229780682577 -0.4370434723019148 -0.4953091945741718 -0.5510487815400289 -0.6413944883730051 -0.6872352149799589 -0.6271031797178829 -0.6374990455301803 -0.5958039680268832 -0.5778814255682639 -0.6318536342614468 -0.6507476768882892 -0.5781655144779234 -0.5570810721033146 -0.5760939917727483 -0.5248295793844171 -0.36382993150914816 -0.23653708820589958 -0.15479823749792063 -0.10675278408145113 -0.11726809704581805 -0.10506448662132963 -0.1848310184797335 -0.28205776537714217 -0.3662226787220616 -0.4363627932393181 -0.4963648953458629 -0.5397903506795976 -0.6176159944129137 -0.6512003955556139 -0.6152353967964952 -0.6379039741896502 -0.5967376340059112 -0.5785619061417362 -0.6350155915229968 -0.6503284569323469 -0.5777888209738781 -0.5714078577263279 -0.5588829915228479 -0.5267555805464293 -0.37211317852095954 -0.2387694045210029 -0.15517178237837223 -0.10603986496451534 -0.11724550262797882 -0.1060798734148882 -0.19532529979373967 -0.2683425043439823 -0.3399164836929224 -0.4361074314775906 -0.4965433286077501 -0.5393308281220995 -0.6169414287317588 -0.6512833428833489 -0.6065571487348735 -0.6023225379087782 -0.5727578636853116 -0.5423244683464289 -0.6002188476450686 -0.6146669095515339 -0.5637062604346118 -0.5400159554001408 -0.5449842320267515 -0.5044200387503442 -0.3554430358396128 -0.22943545367538684 -0.15450040194280773 -0.10579582460446617 -0.11723903182939001 -0.10523429494362468 -0.18414187089365616 -0.2642235180509142 -0.3456956286639977 -0.43550163288028937 -0.49579312834327305 -0.5382201174744295 -0.6166697000858911 -0.6495053443953316 -0.5904136437648916 -0.6380326967535443 -0.5952765070010407 -0.5769773760946612 -0.6327773846232869 -0.6501993001732735 -0.5754587582947222 -0.5354819447365992 -0.5498917113073913 -0.5026471713470331 -0.354686931551644 -0.22953304460820925 -0.17089224216619148 -0.100228646193893 -0.13569503172200764 -0.11766229750445986 -0.1987152731135951 -0.2713547857548673 -0.3635271574624904 -0.34467893117055715 -0.3864043872949923 -0.4867586876816466 -0.5530301960342576 -0.562769212943518 -0.5195193884335333 -0.5106382356421341 -0.4691861473517122 -0.46417654902156036 -0.4969887789664486 -0.5876807349834523 -0.5556529103571645 -0.5479362094240804 -0.48902715711142364 -0.48183610203317023 -0.3486665029669637 -0.23062345586571473 -0.16307206276184888 -0.10094904473529098 -0.11256891577901743 -0.10323211856064826 -0.17168412714131023 -0.25329900731257965 -0.34334219448070813 -0.3309920446328609 -0.37795076000909555 -0.37075464781537654 -0.5060137746624039 -0.5526956903271831 -0.4918885638352763 -0.4979632919260875 -0.4501455946038455 -0.44511854356579245 -0.4795433594166397 -0.5432187551583696 -0.5168245454704992 -0.4899644091577219 -0.49642822636242984 -0.45885091257760413 -0.32160485429820196 -0.22027978980051832 -0.15704963085150736 -0.10772033266671678 -0.11834274266137597 -0.10730078325195429 -0.18898953446595843 -0.26976495762862185 -0.3467624821098372 -0.4371424740494152 -0.4965674425667794 -0.5386668708239631 -0.6260704854202639 -0.6849760741598018 -0.6270347735336556 -0.6376129216385089 -0.5955622562490289 -0.5774998928343892 -0.6322742588553489 -0.614932217008647 -0.5797374723210111 -0.5580991841321908 -0.577196715747871 -0.5309395920264488 -0.375486016830642 -0.25137290945549384 -0.1730676062585291 -0.13139232959481473 -0.13058035876225552 -0.11949351487091724 -0.19246836039943097 -0.2732673069579584 -0.3556698617920729 -0.4366659779128517 -0.49722706954198687 -0.5577334940246759 -0.6534622168724352 -0.6852230696695838 -0.6277800865659547 -0.6380658495126582 -0.5966575267360448 -0.5776798042032252 -0.6343699710674539 -0.6151924087614007 -0.5789930497259438 -0.5718691354296515 -0.5669574091201669 -0.5275501794056596 -0.35517582930975033 -0.22985238823222484 -0.17386591876666008 -0.12479311859899671 -0.13574382171509738 -0.1251927319483055 -0.20400873561178373 -0.2459860779814955 -0.3168179080690353 -0.46785352989271295 -0.5557254039905473 -0.5609562579693673 -0.6376592018437858 -0.7057439829761102 -0.6478159758373682 -0.6568526387328105 -0.5782364093511049 -0.5991008875517582 -0.6552664684829025 -0.6681395811721024 -0.5919968219798273 -0.5884984859847419 -0.5645575360582265 -0.532534896847664 -0.3744173409456377 -0.25045644221219476 -0.1659758534132758 -0.1255802793926401 -0.13635882364881105 -0.1256073581728313 -0.20995570410929254 -0.27773869309303045 -0.3611413907572214 -0.45381757759527397 -0.5145957852392893 -0.5760041312229709 -0.6721576810641894 -0.7039984045703214 -0.6458957681780119 -0.6568597027412783 -0.6149642958590958 -0.5968646579640043 -0.653785267829614 -0.6698168559948866 -0.5939166014400034 -0.5899820518369189 -0.5816839580304092 -0.5463605264837378 -0.38013536210793425 -0.2513036887378622 -0.1730278161956582 -0.12561578629929795 -0.13633114056601275 -0.12720784302135577 -0.20699715660474613 -0.2847636484402351 -0.3654995573770318 -0.4550470715905068 -0.5161028197803338 -0.5583568052873279 -0.6366497231408325 -0.6694273847136984 -0.6099439296184386 -0.6219678284919168 -0.5792108900297164 -0.561350553503558 -0.6189460949658283 -0.6328747909184674 -0.5726564676268483 -0.5532164288030746 -0.5601843043641499 -0.5218893454536797 -0.37602658192979704 -0.24962356296905447 -0.17299450430828636 -0.11987922484707259 -0.12956685740484933 -0.11928170780773506 -0.20261628741803572 -0.27644666005566926 -0.37366038780325217 -0.36205501153654535 -0.40456530953370895 -0.5065888728810062 -0.5724228647439104 -0.5827522784353477 -0.541091628867157 -0.5484646082422857 -0.49585611154679243 -0.4806603257771092 -0.5148319945504829 -0.6245322631965644 -0.5909420415669963 -0.5814384084914502 -0.5444483277867345 -0.5087283163361338 -0.36783923762222914 -0.2500801219981215 -0.1794528903872432 -0.12048687365241431 -0.1322107949544245 -0.1209518201351449 -0.19214514563384166 -0.2731867766162341 -0.3884289283451821 -0.349648595977965 -0.39836008574492976 -0.3995361018209589 -0.5241221629170355 -0.5700658913953932 -0.5097169475691552 -0.516896953423766 -0.47048542429740664 -0.4634987800161403 -0.4982154330077498 -0.5626451130263058 -0.539547709888013 -0.5110394945274628 -0.5182820206302013 -0.47898184124323545 -0.3431699031537067 -0.24092712937654703 -0.1770419271505825 -0.12755898108574898 -0.1464906919466725 -0.14172776291119946 -0.20874671926174304 -0.289505142584275 -0.3688357481644854 -0.4571733879641325 -0.5195263010308327 -0.5623270832647835 -0.6389261412388982 -0.6712268679801956 -0.6123474288425272 -0.659149920874699 -0.6167049877729361 -0.597918985766077 -0.6522443479782399 -0.6711896426749236 -0.6111348135238108 -0.59174209271402 -0.5974836900068534 -0.557555404761303 -0.4004255181501889 -0.2726312165239817 -0.18350565518896633 -0.1301410455604221 -0.1433983617137238 -0.15179595584601777 -0.21629629565799638 -0.2975775447205126 -0.37147921216770624 -0.4192471347615747 -0.5147242486296252 -0.5593684747872593 -0.6380152521620144 -0.6701501788343555 -0.6107947468042594 -0.6211712302331649 -0.5798290639143501 -0.5613185849490576 -0.6190627872797257 -0.6338848833395148 -0.5778761129193151 -0.5544883845680535 -0.562632971742414 -0.522816309201131 -0.37511977919348255 -0.2510987618571542 -0.17707212592424998 -0.1325392143997829 -0.14960311860166378 -0.12642986359477568 -0.20824756747257886 -0.29694968975534614 -0.3978905182158648 -0.4182022878801377 -0.5140850179249318 -0.5771734746698914 -0.6733466390290005 -0.7050660581548379 -0.6464845483284846 -0.657700702702488 -0.6155391049453726 -0.5960084991501718 -0.6508613096172567 -0.6322663923479578 -0.6019059871275843 -0.581601348406789 -0.5722751178442099 -0.5265065475517583 -0.37685993767502174 -0.24938756775619592 -0.18477993855254068 -0.12747776866173838 -0.13686670460744274 -0.12587312249792648 -0.2068736051780742 -0.2979537605362755 -0.37060669031670745 -0.417371469724102 -0.5140154202929579 -0.5581563541101772 -0.6360023211057656 -0.6684502449040294 -0.6094762032760479 -0.620265915403523 -0.5786730031505943 -0.5591615308397355 -0.649739415245378 -0.6194939746785051 -0.5995801607991843 -0.5895571992437862 -0.5855739447148245 -0.5466365732458944 -0.3882090817495163 -0.26724888763853927 -0.19407034523097924 -0.13741534031388164 -0.15077245280362797 -0.14282495648519597 -0.2139641533185595 -0.2935519213694101 -0.3726218435718236 -0.41689165933309247 -0.5130075131221318 -0.5581640962231057 -0.6363976107745719 -0.669202301946851 -0.6194298703749599 -0.6573391192182303 -0.61560005486514 -0.598532800993308 -0.6169570400773978 -0.631470924263886 -0.6005291659940757 -0.5902998760162274 -0.5859600741803084 -0.5485138904202205 -0.39243266449371506 -0.26354107364461965 -0.17138333232904798 -0.11974431046263503 -0.1294553952124054 -0.12021952265294723 -0.1946255034467674 -0.2757016614895828 -0.37394827127413016 -0.32471601889188734 -0.40374836146458476 -0.5038981772353051 -0.5716141966161953 -0.5823900534923209 -0.5376880651397359 -0.528747842392539 -0.4945778053416743 -0.4805463150084349 -0.5116383038765182 -0.5685193651790934 -0.5769045725737818 -0.5569981561447361 -0.5068603531948547 -0.5004840675134358 -0.36417653712669423 -0.24647022121902934 -0.1766621754043859 -0.1199354869167538 -0.13070053850255117 -0.12034579023839122 -0.21375291713016914 -0.2940663283414784 -0.3813484524428577 -0.3108555954159656 -0.39575110775591843 -0.3899277685070209 -0.5226555065323447 -0.5710370610677099 -0.5186476339693915 -0.5337250209431551 -0.49033989184303495 -0.47057503919356386 -0.5042954361570844 -0.5240329962248643 -0.5646273966609601 -0.5265748013499846 -0.5379953863842055 -0.47945001311358965 -0.3411939114970358 -0.2590642303361416 -0.17715335919927042 -0.12817165052240553 -0.13896297987304881 -0.14206353740218636 -0.21785160358195774 -0.2890938869055449 -0.3605152088164922 -0.4187252796709958 -0.5170365208798625 -0.5600583626991639 -0.6371216836919046 -0.6699175075258812 -0.6347394387588748 -0.6572211782002337 -0.6154846888137377 -0.5967551887088376 -0.653658833100097 -0.5964870038402612 -0.5856064838192074 -0.552760219783245 -0.5958232219187923 -0.5268995876041613 -0.37816920920312197 -0.24943171404784026 -0.17680505017096906 -0.12790425758487478 -0.13791373166423257 -0.1263496878821889 -0.2082145205710187 -0.292448209929892 -0.3782631155838142 -0.4181816012878983 -0.5136340716594486 -0.558739488045582 -0.6366143492544918 -0.669489257352178 -0.6194573280452298 -0.6562219918089379 -0.6148611553552127 -0.5589775616164413 -0.6127026186609817 -0.5941131455073947 -0.580045917989314 -0.5926377792633863 -0.6014638387498699 -0.5672762040091532 -0.4221831639962578 -0.29688570883408427 -0.16603973309996298 -0.1259024359873871 -0.13682966431948435 -0.12671126432712077 -0.20035306670294523 -0.24598602263349056 -0.3168071110194415 -0.4630719891638055 -0.5607372616180402 -0.6035483094067184 -0.6790220287284892 -0.6821298976534558 -0.633450802421687 -0.6566892108187039 -0.5788661274849036 -0.5599970897652845 -0.651798037146185 -0.6315715867171354 -0.5909500746264099 -0.5706459152921206 -0.5605311725705634 -0.5216644360645406 -0.3989200601073186 -0.2766636973367035 -0.1973021561418745 -0.1459871542943566 -0.17294300868952323 -0.139095408171497 -0.2134097935004479 -0.28480712892629195 -0.3707805535015588 -0.4170119519874 -0.5134180843932078 -0.5582540796008466 -0.6641416938648117 -0.6688840552138972 -0.6098152353523889 -0.6209306670944409 -0.5790238816152045 -0.5604246339048455 -0.6178144218104072 -0.6204141883371972 -0.5826123822017347 -0.553545818317716 -0.5601945352891631 -0.5214873195713879 -0.37485576314239755 -0.2496551451264087 -0.1745331156493884 -0.1261683809430471 -0.13664441648181766 -0.16090655465806378 -0.22035239086932054 -0.30810874889283063 -0.3726007938205675 -0.4159088161835313 -0.5126405236081567 -0.557365400472249 -0.6370464058501316 -0.697966553431319 -0.647761922960727 -0.6202377658166301 -0.5788175633189839 -0.5604369675551637 -0.613047507661346 -0.5947586886935098 -0.5745500759005225 -0.5526509616125891 -0.56063497688628 -0.5249166404083382 -0.3815813898577754 -0.24830401159937948 -0.16324113865830112 -0.1196731368293786 -0.13060605119774854 -0.12101859424216858 -0.19726709139957999 -0.2913222635209046 -0.38377366636667815 -0.3250663801602904 -0.40480163511212697 -0.5053583821286639 -0.5716192493674888 -0.5809222687798512 -0.5367216976378812 -0.5270321335358467 -0.4875612650764578 -0.47920358907029514 -0.5094410825736124 -0.5689737632448625 -0.5770622050374838 -0.557602974310397 -0.508026227167394 -0.5000302449774027 -0.3662782724504382 -0.24806769161879577 -0.17387569854801205 -0.13126314739155331 -0.1307243655045128 -0.13493928086679383 -0.19548555313308313 -0.2727732394160433 -0.3561935763725608 -0.3117507824263664 -0.406735949299638 -0.39925020036683084 -0.5212028272102888 -0.608128824480383 -0.5467305862974026 -0.5138521542437605 -0.5054944640737821 -0.462937881898627 -0.49718663728143414 -0.5220007987736689 -0.5374800780577167 -0.508252699536514 -0.550372828733897 -0.5139147416920525 -0.3473534766773872 -0.23655006658283265 -0.164633988798516 -0.12644635607477983 -0.13695205516029865 -0.12625760734509012 -0.21583382993489994 -0.287875194756445 -0.36194784791300677 -0.41591615804246 -0.5124115783106699 -0.5568721039388057 -0.6353440563854644 -0.6675237975834536 -0.632940745635753 -0.6597613997297258 -0.5784366547517379 -0.5587902906409529 -0.6482927466474341 -0.618499563232488 -0.6002587046957335 -0.577529469596303 -0.5961812355340638 -0.5518845973961256 -0.401467395448782 -0.27039205085619233 -0.1945381695069071 -0.15104466994422605 -0.161246211434897 -0.1621832746386473 -0.22265739976317192 -0.3006821770040782 -0.390533747577603 -0.41685772759454903 -0.5141161046425524 -0.5591618596764757 -0.6617043176883113 -0.6816465728285691 -0.6467499132891013 -0.6575283882692791 -0.6159801510361615 -0.5979543342830934 -0.6507009596484303 -0.5956535446298595 -0.5969083949432116 -0.5545131386728261 -0.5715540267483205 -0.5259569495130986 -0.3766884900845739 -0.25082669951665265 -0.17622213865775033 -0.1269332552670467 -0.13624988522468606 -0.1247753845321928 -0.22054021143146135 -0.31448850505563175 -0.38008045449137534 -0.41661076083306037 -0.5125869441237936 -0.5568436490889445 -0.6350970632288607 -0.7109302760772856 -0.668839568371941 -0.6851158205213997 -0.6484570845978341 -0.6167893160786632 -0.6813938349200066 -0.6240343876295735 -0.6187304994338289 -0.6234578317204179 -0.6215745398737917 -0.5836582162815452 -0.42634579146247 -0.25643369923476544 -0.16524734034201163 -0.12513239826653083 -0.13611897996569014 -0.12346149874092134 -0.20487446033627046 -0.24598608081129342 -0.31686010080181254 -0.42178941181963425 -0.5166895705853922 -0.5593476698745645 -0.6738530259779897 -0.704759693337502 -0.6465926639732327 -0.6583375610163599 -0.6028847333866604 -0.5972536249551174 -0.6176649926025671 -0.6190185998327601 -0.5747376696362234 -0.5889469781493336 -0.5656936914410511 -0.5454696465277755 -0.40333565294703105 -0.2515644259008061 -0.19911755569100695 -0.1472165351688398 -0.1723754264136908 -0.15138895291421794 -0.22126436109321948 -0.28507859172231675 -0.3652010465352107 -0.4151639291477461 -0.5129403461276111 -0.5579556785476827 -0.6368251684663433 -0.6695059807319618 -0.6098964130243287 -0.6214993309349542 -0.6147919199676048 -0.5600037910300146 -0.6502374613391629 -0.5954029504302731 -0.5772372576138708 -0.5534762688528452 -0.5612900735254243 -0.522618519246192 -0.37586416381180954 -0.24963894516403468 -0.1836627528867063 -0.13410422013900627 -0.1534948283060383 -0.11933003818682018 -0.19571119660690484 -0.2782269572012764 -0.3767189921241892 -0.3237882803423255 -0.40309652074290364 -0.506245562096386 -0.5725352009634798 -0.5825133393967213 -0.5455952937021592 -0.5293303289284156 -0.49106084792131327 -0.4829538322702724 -0.5130029244503926 -0.5702826948250821 -0.5765587863007577 -0.55846659637466 -0.5090667858741058 -0.5009037443889549 -0.36598531412939084 -0.2486080962754658 -0.17897433655630282 -0.12010070764489134 -0.13181267486008413 -0.12089133753310607 -0.19387730701531516 -0.2733858727035842 -0.3623955614819175 -0.31058826237212206 -0.3960396275613256 -0.3895227087370974 -0.5220226645044498 -0.5698078934129235 -0.5112973507719383 -0.5140351644849215 -0.4676573128693129 -0.4635218861215068 -0.49521100254832207 -0.5584600290657541 -0.5372810268664964 -0.5083593072064954 -0.5156114749845886 -0.4779177434402025 -0.33924524285519714 -0.23794721577095398 -0.1746259545279413 -0.12701060888652205 -0.13700584143775413 -0.12589010547097343 -0.22385769019738103 -0.31110732620017206 -0.3584187756409659 -0.4171928507384377 -0.5124417816380336 -0.557789340003251 -0.6366243667522185 -0.6810947210905546 -0.6466919869296874 -0.6564694033071483 -0.6144480806968112 -0.5954078858384688 -0.6497224359811958 -0.6305272926033582 -0.5992335889390512 -0.5815728653747627 -0.5822167785900956 -0.5409187490812079 -0.3760144194271524 -0.24859239363280147 -0.1669663795516694 -0.125265587138348 -0.1361709685230924 -0.1333191529902968 -0.2072141932498784 -0.2889083072774498 -0.3799502248230422 -0.4153084792284925 -0.5128254294294043 -0.5585295881808912 -0.6362139220707133 -0.6679784128290883 -0.6101724190638121 -0.6214157315197798 -0.5793007633853161 -0.5594587165792895 -0.6129586965808185 -0.5920922336303949 -0.5716851089970978 -0.5528378239317344 -0.564776244277256 -0.5213952480055671 -0.3750366265654536 -0.2762876624268569 -0.20939620224490293 -0.14822501412139577 -0.15413632389693402 -0.14252406714277838 -0.22548222912633936 -0.30607551101609876 -0.3786560886873359 -0.43410518929969005 -0.5327579636097969 -0.5786178800594621 -0.6571800485912523 -0.6888666306925122 -0.6306627655430789 -0.6419838076925696 -0.5994564316572463 -0.5798082567180621 -0.6331419710284808 -0.6115834658408696 -0.5994819992430526 -0.5699134104707221 -0.5760577499096976 -0.54719290103176 -0.39678591473446834 -0.26836721240798067 -0.19789555182891194 -0.14553101339624852 -0.15417643891220803 -0.1438973860408415 -0.24275376408421886 -0.323150064580823 -0.3861504649958554 -0.4336202885825174 -0.5322680317204466 -0.5772812560014514 -0.6557228019327891 -0.7162334783393777 -0.6683078435185319 -0.6800938676752841 -0.6357827962119138 -0.588902810310481 -0.6334279357242107 -0.6108301510574414 -0.5988331003525482 -0.5699290453315866 -0.5749027530517119 -0.5470868199160096 -0.3979900763902448 -0.2690356276795916 -0.20472619390196772 -0.16492918234157294 -0.15695595686530767 -0.17070825572932596 -0.2255715716926185 -0.30748975422463576 -0.37973004216177086 -0.4358916540550971 -0.5333761647739202 -0.5787984039987372 -0.657137086322067 -0.6887975357765183 -0.6546403891965367 -0.642072426073248 -0.6007952300205543 -0.6177774457810188 -0.6711993883250288 -0.6264897683354677 -0.6226266645864429 -0.6095954323910628 -0.5995483341201437 -0.5528370383091396 -0.3990500424941811 -0.27300886036010164 -0.19487732013908263 -0.1394541436089985 -0.14813539348578575 -0.13820936371851097 -0.21261784590166463 -0.2957005410434219 -0.39122675883725994 -0.34944612310914813 -0.42406750212295663 -0.525204621303273 -0.5919979026313696 -0.610435582067388 -0.563568986711667 -0.5483071338666113 -0.5110998230661732 -0.4989041561280105 -0.5302474726850249 -0.5911020197705144 -0.600027804605518 -0.5763716963105426 -0.5260855748294501 -0.5248726944370073 -0.39042559851572123 -0.27162399183812896 -0.20408533888017494 -0.14063158836613887 -0.14916429301873643 -0.14007730080411676 -0.2147653723969311 -0.3053095172405309 -0.404188579548455 -0.33238575077923616 -0.4200255759122637 -0.41272449368153596 -0.5484911679206222 -0.5942973834731162 -0.5310380726962519 -0.5329087531660786 -0.4874439708158272 -0.483525546414731 -0.5180548904337806 -0.5389502816833585 -0.5560222338551851 -0.5285379101073032 -0.5336416708070594 -0.502964953059454 -0.3655027872610845 -0.26385931181409206 -0.19873379409185088 -0.15001695335395931 -0.15592351034497334 -0.14412089200718675 -0.22927355150044018 -0.30810749170981727 -0.3794706316928651 -0.4355313669825466 -0.5342438094794543 -0.5794955005848115 -0.6582683140188327 -0.7277006443868155 -0.6444099502575337 -0.643394547399736 -0.6374781144385724 -0.6185694050125662 -0.6712414105988731 -0.6480635358385534 -0.6134723614889875 -0.6099775395821834 -0.5831265202023246 -0.5411166928349973 -0.39798172261514997 -0.27441202927447983 -0.19849899164779902 -0.14728203913728696 -0.1554814014154717 -0.14711344330146253 -0.22987926975384115 -0.30969325189028024 -0.4019399110541608 -0.43583533746447545 -0.5345330049244631 -0.5793565811180459 -0.6582202810926875 -0.6930786004098378 -0.6312560186481941 -0.6424420551971441 -0.6007141923459814 -0.5816352676859377 -0.6345549059132488 -0.6118810790039475 -0.5985751019246168 -0.579036874081653 -0.5831782354828775 -0.5473782931854877 -0.3983787442456687 -0.27301539095512056 -0.19716616342944504 -0.14628863589771068 -0.16082625174388063 -0.14384716050861623 -0.22107837344574996 -0.30669443558985987 -0.38609741947397747 -0.43432692492274066 -0.5330563041340544 -0.5768868114370392 -0.6559093955424496 -0.7291454498982325 -0.6765033763776654 -0.6944825056629024 -0.6535444478927191 -0.6308103381496835 -0.6793086255826675 -0.6515016111631292 -0.5969263316326047 -0.5738952229064428 -0.5784665484433513 -0.5506525533362677 -0.392744341285889 -0.27266037183055886 -0.18859466525368865 -0.1468780738409646 -0.15548759190866285 -0.14900818477290592 -0.24190953118486694 -0.263962828679419 -0.3347573422496283 -0.4426446168006136 -0.5352621867825965 -0.5796839173939897 -0.6569936731838829 -0.7360034534099696 -0.6821741737825071 -0.7009006743857209 -0.6465203966362114 -0.6304152981286436 -0.684764707514944 -0.665157280140163 -0.6463277040673917 -0.625429366580281 -0.6298900851021342 -0.5824187159983962 -0.4024270941217689 -0.27159454368248903 -0.1885120805287322 -0.1495566485290347 -0.15617995029002515 -0.1483083170428264 -0.21919486515946243 -0.26396266234494437 -0.3347576584709824 -0.44253461764221325 -0.5363612664179216 -0.5795413357316932 -0.6928334345388011 -0.7291197011661481 -0.6726439395317687 -0.6925922257966554 -0.6531203902689525 -0.6299614635754494 -0.6815073659868631 -0.6702604325336543 -0.6511040379232697 -0.6306205834934661 -0.6350098065883554 -0.5897992892388895 -0.4401356142643747 -0.31876067613578213 -0.18694202102627738 -0.13784601084984222 -0.1666417835629648 -0.15980280906955782 -0.20450518181591845 -0.253104275414805 -0.3467021263997511 -0.3690087023651815 -0.4629959289450174 -0.5646891731531709 -0.6367817782285189 -0.6491983173570778 -0.6211462256616588 -0.6043625675202026 -0.5639341670183924 -0.5558949214615063 -0.5818620637909838 -0.635947255198977 -0.6466943827638254 -0.6315214616262977 -0.5835983369166474 -0.5647502034803893 -0.4352154359308198 -0.3288995688223473 -0.14053314352367752 -0.15110005744630126 -0.1576049187040183 -0.19806947843024844 -0.3031517179322719 -0.3921735553435707 -0.4020383373127964 -0.4574986878052138 -0.46992201361213165 -0.611863691118081 -0.6222985960868901 -0.5989878659512676 -0.6349250674468975 -0.49965033381047486 -0.5134807438731104 -0.5382094250141587 -0.5650171981691745 -0.5739970574592733 -0.5921171922409981 -0.5903046419686556 -0.5576210053517928 -0.418863275038363 -0.2807201671015178 -0.18819276117071443 -0.14909624180234274 -0.15962172265725907 -0.14307467437214857 -0.2257998632385181 -0.26395233967507015 -0.33476188577961546 -0.5279039666359562 -0.5836065921649325 -0.6215119558875728 -0.7086286582316041 -0.7489190170177441 -0.6945209269008862 -0.6962675407466421 -0.6677296377675742 -0.6384161998738977 -0.7092127724372628 -0.6776016388589398 -0.6193170172056924 -0.6329940361786934 -0.6397296028037327 -0.5897510107354622 -0.39616903601060166 -0.2679193225430405 -0.19715614815140897 -0.16347046041492172 -0.15992825619913292 -0.14432279392700348 -0.21797878467125942 -0.2639524288344381 -0.3347739706442795 -0.5055827455836818 -0.5430002387314968 -0.6242816433763138 -0.838414494307549 -0.8890970087780112 -0.8309176865633942 -0.845510156623647 -0.8067773206716325 -0.7783559104082426 -0.8308841368791312 -0.8072219286665127 -0.7305797276276955 -0.7124886276792068 -0.6836292367656884 -0.6192945859686255 -0.4490459852789242 -0.3054045486582178 -0.19543816076692733 -0.14859513095458207 -0.15560045454334398 -0.1443449373733464 -0.2122370001892897 -0.26396285492407945 -0.334754339995998 -0.5269450439813445 -0.5963667106750399 -0.7002059119932822 -0.852516531888947 -0.8883619621591359 -0.8304734835072903 -0.8404485917705381 -0.8073503960401097 -0.7867282833101092 -0.8387290184447158 -0.8127252270023209 -0.7548056885790817 -0.7539945371469133 -0.7493733269615842 -0.6604927474993264 -0.4697664030876566 -0.35481414302138886 -0.2318059989454369 -0.19456529327589336 -0.21255565872655174 -0.19942509284996177 -0.26351194327736177 -0.26395246575933545 -0.33476587702406857 -0.5469902205980708 -0.5977075720607146 -0.5869212351630533 -0.6678655264297516 -0.7359856636413016 -0.6159473695040166 -0.6455550068412488 -0.7435002937524204 -0.7412690077409563 -0.6872868299716728 -0.6850864372038482 -0.628755392776663 -0.6254168219680711 -0.627263273365919 -0.6252628269417286 -0.44306920716679943 -0.32675061188155635 -0.1920374559897257 -0.16646036618496154 -0.16730786868196038 -0.14724325022878998 -0.20019233986545715 -0.263952398040195 -0.33475753903098443 -0.5034368123966929 -0.601043566590561 -0.6473267551671991 -0.7251360606429336 -0.7332825730149278 -0.6731266108090705 -0.6739455649605103 -0.6588844148979004 -0.6353594384075997 -0.6773502456791525 -0.6577233465691502 -0.6078937378717958 -0.6171002612627765 -0.624755699216532 -0.5858918076448983 -0.4351211462821119 -0.27752292694354114 -0.18620362241681485 -0.1438173694004423 -0.16123931974155176 -0.13827457495578227 -0.22491142085947882 -0.2530670139726985 -0.3467628494374622 -0.35288997720187315 -0.42526154991481263 -0.523510815596971 -0.5915543106808058 -0.6014361099493124 -0.5605746591740752 -0.5577137870855781 -0.5073089996723443 -0.5007915327102818 -0.52584368350608 -0.5824026833164099 -0.5533113705992591 -0.5761636749988485 -0.5297370687849124 -0.5136651592883151 -0.38293896223250046 -0.2677002673802969 -0.18929186871386025 -0.13736837738612745 -0.14941162095504806 -0.14062077251826383 -0.20904123228840113 -0.29498228063764814 -0.37525425881016533 -0.3343112476613127 -0.41480347937402334 -0.41291192470782984 -0.5457532483308094 -0.5889161515277467 -0.526943454433108 -0.5362999503338065 -0.48618075197824484 -0.4846744143424553 -0.5180285811820756 -0.5421298023484439 -0.5146652032509021 -0.523721941190035 -0.5477285908206597 -0.5059530672659575 -0.38007661106711965 -0.28004171067918204 -0.18393709169038672 -0.14744101692023825 -0.17491394693998463 -0.15019359093063103 -0.23208885544458316 -0.3091604011413676 -0.3860470978770271 -0.4357491492920973 -0.5472866483081998 -0.5764884310043551 -0.6567924695043175 -0.6898533196146932 -0.6301449743734783 -0.64078881707373 -0.5994906134524434 -0.5792491794993333 -0.6319056300058319 -0.6081679851793689 -0.5546033146151084 -0.5715009685983649 -0.57886009808821 -0.5362211314790709 -0.39369895302362795 -0.2701855503876846 -0.18566450196701698 -0.1431303497437744 -0.15489084608480633 -0.15053235645394333 -0.22565515220602342 -0.3003825502597082 -0.37899231132940775 -0.4423213627722328 -0.5336648585531445 -0.5769918283124782 -0.6578441089246584 -0.6994808560024826 -0.66953782468386 -0.6817389951685309 -0.6411477774119729 -0.6191124962848872 -0.6703857717272996 -0.6461418300751186 -0.5940047409123731 -0.5767494656521389 -0.5774469261183719 -0.5434374112234049 -0.3957177241823174 -0.27139146747283494 -0.1886610489929706 -0.14337455630422222 -0.1537166748233669 -0.14561230275305004 -0.2425663175658987 -0.2637762102395675 -0.33478025262327 -0.49305268868517993 -0.5930476037229433 -0.6366143240492969 -0.6718785803688696 -0.6932222792440017 -0.688470933332503 -0.7275470692427372 -0.6735906646992158 -0.6122759636221434 -0.6171686178159679 -0.679567894942918 -0.5994524907854619 -0.6468136785707982 -0.6209081504057613 -0.60881208578633 -0.4583206400328064 -0.32458620384682146 -0.18893102462566402 -0.1502877966247458 -0.16073315262684235 -0.1631584760774279 -0.23612987615909087 -0.26371551579004515 -0.33483393815708135 -0.4480072114230936 -0.5737856162792082 -0.6143453815667989 -0.6942409690365654 -0.7276183851665323 -0.6669779096500429 -0.6778993802919006 -0.6248849859083742 -0.6164638537650152 -0.6691875872605502 -0.6211722629878551 -0.5623181712666386 -0.5751775951764251 -0.5806400666683004 -0.5433060234021554 -0.39675940234145296 -0.27269002214183186 -0.18856121380759597 -0.1495761990809195 -0.15598510448839809 -0.1485192037588069 -0.2395318713186661 -0.3001339205922212 -0.38242963103032523 -0.43621980544305816 -0.5331373371601813 -0.5773327320390447 -0.6579433895720807 -0.6901676647809641 -0.6304824135083021 -0.6423303301997775 -0.599784637353596 -0.5796323461500332 -0.659346382180519 -0.6322951620907351 -0.5548686460031356 -0.573960607571013 -0.5742644253056116 -0.5435890637433485 -0.40739691829651 -0.2695899946992849 -0.18441666368794535 -0.13800164620824748 -0.14833344456535813 -0.14006327242610983 -0.218203848590324 -0.30144739400748755 -0.40144793090215275 -0.3533720985465183 -0.43308281824408834 -0.5355936085713551 -0.5905335259758087 -0.6002383360652382 -0.5619663140189254 -0.5469104374728908 -0.5107123875902485 -0.5035398870855862 -0.5324719479694723 -0.5861045501455362 -0.5557314290045926 -0.5754304931299256 -0.5241806978973776 -0.5171914098500258 -0.3821548267371665 -0.26480264847417656 -0.19487909138528298 -0.14226970884348844 -0.14853832261670308 -0.13719174495859188 -0.22127014420374747 -0.33206446087029384 -0.3998760043820874 -0.33040728913463374 -0.41565793340736584 -0.410671458170856 -0.5775522991309744 -0.5948269213810128 -0.5576174550719597 -0.5606551024019105 -0.4879300532993348 -0.4808458383531639 -0.5236109293673438 -0.5451410445162649 -0.5249024352392145 -0.5338988317277995 -0.5390003650757864 -0.4949524727826364 -0.35904024898023196 -0.25964263515514635 -0.1940518338454705 -0.14691366818031018 -0.15855690514498014 -0.14742913914004244 -0.22592829439354897 -0.30543933434669013 -0.3807502957771211 -0.4357278331469229 -0.5320784256968119 -0.5774314552096497 -0.6579458760871315 -0.6896744609015086 -0.6301242212839606 -0.6407608646785654 -0.5993686558076823 -0.5797379839193503 -0.6320103003178187 -0.6084099837367773 -0.5563983539605394 -0.5740512672533428 -0.5800405695111732 -0.5424037935186142 -0.39619595451162587 -0.27208686934791765 -0.1924447883383998 -0.1464206342018965 -0.15600773825687078 -0.1476801826973267 -0.22455342958980024 -0.3046870980534772 -0.3760104336475746 -0.43529359955352936 -0.5306985548873797 -0.5749553617567849 -0.6559260789092424 -0.7284557228433439 -0.6724221964397314 -0.688298662641165 -0.6489617193802164 -0.6308987965612548 -0.676307818980132 -0.6544580406961299 -0.6001539395618943 -0.5764882165414821 -0.6164930702937389 -0.5620958032479518 -0.3958350490760045 -0.26926870759986615 -0.18451983989189935 -0.14283744560777048 -0.17275288198777217 -0.1500558817192642 -0.22578818937461842 -0.30485061954502235 -0.37742662956235506 -0.4335839952580895 -0.5311567642691267 -0.5751928905784434 -0.6948455882959377 -0.7475773418227404 -0.6967015249607461 -0.7249724675263874 -0.6610175726840267 -0.6310010986805756 -0.6863309135741572 -0.6585629580020939 -0.6069393644369062 -0.5788219314417211 -0.6147366047783762 -0.5775820168526608 -0.4069226737030343 -0.28259890445837854 -0.188333398769013 -0.14939129212143498 -0.15440783490287868 -0.14271659212557666 -0.23236837486695228 -0.26395247030652425 -0.3347552495266966 -0.4516167810732226 -0.5541088380677895 -0.6167193538655906 -0.7014788846546279 -0.7359172267735684 -0.6867458879382072 -0.7001996077542662 -0.6564540044717253 -0.6390960273196559 -0.6956183190086848 -0.6686951713237461 -0.6219637196481747 -0.5974007750969387 -0.6328241653895301 -0.5955721922446102 -0.439317557595331 -0.30908110731658806 -0.18913429462378575 -0.14351567888614875 -0.15410598370672368 -0.14567365426850076 -0.22171917715913464 -0.2639524411242092 -0.334772778036593 -0.4847485764953694 -0.5788463996924067 -0.62580939760153 -0.7083801089616348 -0.7454206490133819 -0.6970598136607916 -0.6998555349531249 -0.6593340716012336 -0.6421847884678465 -0.6982823579436614 -0.6690644838276493 -0.6117059242411065 -0.5971370055689001 -0.6325328572176171 -0.5867912380709214 -0.43372966456496426 -0.2790238998075739 -0.2027578144186786 -0.16907677054820885 -0.16794287029136878 -0.16295409603784627 -0.21987030824827378 -0.3166483475140317 -0.4097776136737112 -0.3644242277571923 -0.44198507358702727 -0.5803197573054528 -0.6656413183021173 -0.6753727355955566 -0.6335372299016171 -0.6249544265033523 -0.5904675161318309 -0.5783765388254768 -0.5980219367454852 -0.6458163149712113 -0.6198729131077501 -0.6042292066798838 -0.5956919838722036 -0.5894219096358282 -0.4506327054427552 -0.326593178543471 -0.21064614379174537 -0.16410863218724164 -0.17287120162304365 -0.15943822184061582 -0.22793610365234432 -0.33467079475923206 -0.4258824541162835 -0.37460941031567974 -0.46316387554259153 -0.4695008757046835 -0.6052584496716995 -0.6557749757299597 -0.5901934183828763 -0.5924493309384052 -0.5595639291330623 -0.5616196245341257 -0.5959149349815297 -0.603481089665847 -0.5792100262535229 -0.5483971576759112 -0.587153479874451 -0.5246182311958404 -0.38008824541963987 -0.2757772946147341 -0.2038631340559784 -0.16467057306969504 -0.1750553928958746 -0.1792450654835003 -0.24447439696368264 -0.3321023360724274 -0.39618226134601947 -0.4556385207291467 -0.5551889299493187 -0.6009871608770236 -0.7240660781338731 -0.7732344805812088 -0.7140467184313085 -0.72614667668383 -0.6819108449619325 -0.6219952004999634 -0.7134139295954536 -0.6969792980482767 -0.6358135265078078 -0.6157114693871956 -0.6444282264234262 -0.6004554255872651 -0.45268590148263355 -0.3297270445297732 -0.20564587728072606 -0.16323459330906623 -0.17382095887653404 -0.16895632696253451 -0.23316322171565126 -0.2818944907886493 -0.35271988941895144 -0.5136572990635853 -0.6002321683658475 -0.6407970832018854 -0.7217925758538111 -0.7595477743741719 -0.6955895303682539 -0.711306030051479 -0.6685288711337315 -0.6449508015928894 -0.6947900219234288 -0.6438874375641234 -0.5743278593789464 -0.5580376598579985 -0.5938967901643629 -0.5603249073493429 -0.4142958711211463 -0.29201964758055093 -0.20521179736927697 -0.16258799123019732 -0.17702326311172314 -0.16717179601244261 -0.24389326747899828 -0.3446211926413968 -0.4100213769522846 -0.45530806190810313 -0.5514789146744341 -0.636699597457329 -0.7279315822405293 -0.7814878187478855 -0.7176183076852661 -0.7181849740670041 -0.6794402099458503 -0.6527575970620204 -0.7042994332071507 -0.677889573554778 -0.6139542710256759 -0.5964751685236269 -0.6322919915163344 -0.5523549479264707 -0.41097624531108307 -0.2915438390295901 -0.20581170076692787 -0.16356715926223944 -0.17537380639560438 -0.17105160177506534 -0.248772658055586 -0.34987981161098225 -0.4169432312678912 -0.46153201957712775 -0.5799287947400616 -0.6397330222999139 -0.7354652865007457 -0.7763791496523913 -0.7110598181236335 -0.7011367135262302 -0.6604139432215936 -0.617611111612561 -0.6911743890267578 -0.6505134533355832 -0.6245878846000275 -0.6255363698400982 -0.6545981134080509 -0.6095943922984217 -0.45812225011912994 -0.3304038553102523 -0.2062923771127406 -0.16342844740327636 -0.1775913271245385 -0.1649107475193889 -0.25581082213286094 -0.28191897207950695 -0.3527331560332581 -0.5295306329777171 -0.6097089401794681 -0.648956755169263 -0.7460735953791153 -0.8434114822328426 -0.8111718515678115 -0.8440743576871357 -0.8024952472023876 -0.7368440590687706 -0.7732031815652421 -0.7088723549105133 -0.6381215906705744 -0.6183027548995181 -0.6776780001979431 -0.6196922618087191 -0.4478845077428927 -0.29468454975833114 -0.21465966446656812 -0.16978510282291018 -0.1722509017587628 -0.15924001024608422 -0.2166085465112172 -0.27084439061182397 -0.3647030550096076 -0.40644686206214165 -0.454586558612906 -0.6301645654813659 -0.7239787392542429 -0.7737521592789881 -0.7221083734084796 -0.7506928566828982 -0.7027736123840596 -0.6674876258961621 -0.647622229795889 -0.6539754487267901 -0.6566787888529108 -0.6321465673399865 -0.6056244233456901 -0.5798400509640966 -0.4287173470920113 -0.3023886972219491 -0.21048983159220466 -0.16493562726148767 -0.17375212077964594 -0.15714039824027468 -0.1909808768072837 -0.30225639991337305 -0.3832765460340508 -0.38752556558563034 -0.4764320021999146 -0.45318030941959353 -0.5901372561569966 -0.6465459456094952 -0.5872622208438321 -0.6023887532623311 -0.5836578310109856 -0.5623307174791327 -0.5845225260534652 -0.6005682764949425 -0.6119461303783109 -0.5815482093996264 -0.6145938141209772 -0.5652097664148373 -0.43734832095587367 -0.3283481092494925 -0.20820522628027996 -0.16503329137454928 -0.2039313691800872 -0.18410839609068494 -0.23270481071029833 -0.2819188119091691 -0.3527434612277732 -0.5023551040554399 -0.57319853222872 -0.637568806089835 -0.726106451431135 -0.7728358122644161 -0.7188460731940931 -0.7249986764074653 -0.6681777600223392 -0.6429685677009115 -0.6942476481439597 -0.6313130695034289 -0.6010467056850363 -0.5942513152298122 -0.6045124601914978 -0.5589874808800191 -0.4138854886438054 -0.29174815746748683 -0.21082371809210368 -0.16326650181100066 -0.2092957436877491 -0.17076847031486334 -0.2487019488847178 -0.281681867628778 -0.3527672588969837 -0.4701307102952268 -0.5699539897926329 -0.6404952199056432 -0.7210151373179956 -0.762167870742047 -0.7096122370814777 -0.7310122209745876 -0.685731830424236 -0.6568328645922376 -0.7110349515823675 -0.6993384987755008 -0.6301409683901337 -0.601422226775917 -0.6400107607417795 -0.6026780242829962 -0.4564210606529197 -0.30088118486959364 -0.20631781430407783 -0.16379933425542728 -0.1754390428599889 -0.17145174139841582 -0.2485679537358064 -0.28169851304976523 -0.35275946554118615 -0.5217335853128118 -0.6272025078116472 -0.6623343887249648 -0.7452941388184722 -0.7772232896825061 -0.7021937818753975 -0.7363128856735133 -0.6688947574817397 -0.6640938379671761 -0.7045392999237453 -0.6960294950943127 -0.628950959541215 -0.5992444577768847 -0.6367437049979424 -0.5980974542553551 -0.4217117134193594 -0.29224013381531033 -0.20576164089658655 -0.16335991494856664 -0.1749608484352526 -0.16910349899289479 -0.24057641058472695 -0.2818379353278615 -0.3527685999347406 -0.46891411738253896 -0.5799225127404926 -0.6128690332245802 -0.7190766438424514 -0.7607812658530461 -0.7071596708259126 -0.7268485232526817 -0.6768587767214105 -0.6533725338351727 -0.7038971112972563 -0.6788353662068972 -0.6133634880321891 -0.5969485097207579 -0.6336443519147718 -0.5623205697560155 -0.414195212452352 -0.2965273331028863 -0.2068928799299755 -0.16921750170632888 -0.17509690400745764 -0.1627617123531713 -0.25038534553405417 -0.281820642359672 -0.35274537404420353 -0.47409838349931843 -0.560424681295714 -0.6396718089361059 -0.7180305451884177 -0.7530932357678205 -0.6931411378870544 -0.7098431721183376 -0.6712672003315878 -0.6548890519560916 -0.7206844046526982 -0.6972356963303133 -0.5631826874096075 -0.5791931477524669 -0.5756577579633048 -0.6117675531970918 -0.46959580613031876 -0.3298406542829466 -0.2296697225204995 -0.18208280381506914 -0.18692390066958253 -0.16570344980694063 -0.24312814462729282 -0.2710353099572547 -0.364708653470663 -0.4079708861548141 -0.4906032526395873 -0.5854822995472676 -0.6505705007128555 -0.6622459420147532 -0.6182293056810799 -0.6127867894313446 -0.5385620587918595 -0.5209187662572129 -0.5489874777499731 -0.6065869310720041 -0.6144659042150382 -0.582950938955809 -0.543843636522236 -0.5373439816217165 -0.4068044333772318 -0.2902987772601416 -0.20952994716580287 -0.16283700528769632 -0.1676310956538495 -0.17486637699505905 -0.25470261690606233 -0.32580251388778897 -0.40380629835983506 -0.3579053288388776 -0.43487825952439724 -0.43093670672411305 -0.5599349041131564 -0.6065777962259317 -0.5512517261307123 -0.5528594440728904 -0.5094503758263091 -0.49961302571769567 -0.5362493265786868 -0.5568782769443907 -0.5368099650856942 -0.5087239244086285 -0.5566355872952942 -0.513331602034259 -0.3792980679415064 -0.27735285213373656 -0.20370617994342063 -0.16535100028379784 -0.17530748351001424 -0.17212510000314052 -0.24205590263754817 -0.325277615857093 -0.41163780908913306 -0.45850815868471684 -0.5502396412575515 -0.5985670499791926 -0.6797412843200047 -0.7131580686161708 -0.6768045010051512 -0.7038515025462706 -0.6700410733258348 -0.6483488889289593 -0.6962633104735533 -0.673088604059312 -0.6129980579642484 -0.5950630541088338 -0.6335809794796144 -0.5914233916913114 -0.4182802152968744 -0.29154806502126224 -0.20621722903179276 -0.16279346168388031 -0.17323684880626228 -0.1671853653112089 -0.23565130206169954 -0.28189958754542416 -0.35275079992506087 -0.5019568969366629 -0.599567192054525 -0.6421481835983919 -0.7325496551268329 -0.7678196090525077 -0.7171212721540469 -0.7406427666168988 -0.6947976179994839 -0.6425789642965064 -0.6765919038698818 -0.6324286581008872 -0.6331674844971084 -0.6217388674264956 -0.6483348848480088 -0.6051027548530142 -0.4620222515705442 -0.3305236178576814 -0.20628397409510016 -0.16379881811057315 -0.17968422707307674 -0.1690896888788467 -0.24325276789057487 -0.2819063867339934 -0.35275320532119664 -0.4741784824268398 -0.6052392470893222 -0.664593051380694 -0.7508285585422378 -0.7418097966271673 -0.6765799198974112 -0.6997254043709997 -0.7190320880351766 -0.7033451736333249 -0.7553958692201785 -0.709085412824509 -0.5958600044877476 -0.6248317979570115 -0.6565031711603279 -0.6223681562050511 -0.4286020320021773 -0.34451561599625596 -0.21038681990462715 -0.17483155659596458 -0.1796742872065714 -0.1660136071533173 -0.23892007797813722 -0.2819291583499392 -0.35279461784898525 -0.5202153708698217 -0.554237337381932 -0.6227698121741639 -0.7025032620900853 -0.7807534949343448 -0.7263539910626459 -0.7361231174864757 -0.6838059721503739 -0.6271500852469066 -0.6966587616639013 -0.6624105907582721 -0.6381875527490773 -0.6207760773660088 -0.6611544283169346 -0.6119742713288107 -0.46027672004165543 -0.33671465403022 -0.21763322670439803 -0.1712218091389977 -0.17638057957790276 -0.16677946868653426 -0.2339499923940543 -0.2818065980481091 -0.31517979561298287 -0.47633725110480724 -0.614066852609308 -0.6685113283428091 -0.6883482779788621 -0.726692753119508 -0.6785774018599882 -0.7206133690958072 -0.6489498201790247 -0.6437108123972318 -0.6984022110511058 -0.6353766334635077 -0.6126581219805721 -0.6183259523086481 -0.657413501918147 -0.6144327888392949 -0.4548175754474747 -0.330225126783202 -0.20507471384020315 -0.16557431173031875 -0.17456236367058844 -0.16579468155450944 -0.23630306544708202 -0.27108118885162735 -0.32706540419209734 -0.3778983044853428 -0.4990129899505297 -0.6054768817137082 -0.6772300639085916 -0.6905333080561107 -0.6265499816959631 -0.5866007214643751 -0.5775890231718683 -0.5778714961951511 -0.6096629772333312 -0.6443745905596501 -0.5729063355838648 -0.6180039672567769 -0.6075244654351312 -0.5904200929160383 -0.46425609957046454 -0.3365335259949005 -0.20989374442215247 -0.15811214555359948 -0.169192202062314 -0.16540382752030433 -0.23578717657836648 -0.33676020386852074 -0.37625435868325685 -0.38431962391089236 -0.48354862749668354 -0.4934624571750868 -0.5900817275081744 -0.6442390063064348 -0.6027653485722431 -0.641054177106184 -0.5615809021942093 -0.5314064576336086 -0.5672350790411121 -0.5868353555589054 -0.5789077688057138 -0.5156341122216432 -0.6143325199783543 -0.5697763840735832 -0.42526313119664777 -0.29894969523170717 -0.20507353956036747 -0.16410560755987616 -0.17422050169458675 -0.16441683481272912 -0.24069868213473092 -0.32505763933844506 -0.3481686554500168 -0.4609260345467964 -0.5931729021039464 -0.6471265447276799 -0.734840116496049 -0.7663174030276791 -0.7321887335539443 -0.7093291033386637 -0.6536637040643528 -0.6541520479220687 -0.7277882604517101 -0.6936492407733984 -0.6251367506372234 -0.614575247445944 -0.65510271739798 -0.6156227538053153 -0.4567045872959807 -0.331619284654472 -0.2071945466597407 -0.1705669541864671 -0.17636479311725345 -0.16614683418914333 -0.24796862549284707 -0.28188548219439796 -0.3152060247181246 -0.5109022809025813 -0.602043199284344 -0.664820192163396 -0.743807917444901 -0.7720706170404685 -0.716504750594983 -0.7331677190920788 -0.6532354901138462 -0.6612602702591365 -0.7174658384289152 -0.6991387804505567 -0.6371541723798357 -0.608372692765807 -0.6403051197168783 -0.5971722880793715 -0.45059633063739346 -0.30180908163493003 -0.20669544076723864 -0.1700783565925254 -0.20048492425383402 -0.20008761266809244 -0.2516683201252449 -0.28191894506763604 -0.31516948654059185 -0.5023571788148514 -0.6153214174329369 -0.6648523334788363 -0.6986623198276379 -0.7442412653589133 -0.6775201910315123 -0.7186112801008202 -0.7081611795601049 -0.6437991316617586 -0.6620012635041596 -0.693737690950635 -0.628632497501052 -0.6250853297143063 -0.6648062878813938 -0.6121592960882243 -0.4784044260128453 -0.35148400662702367 -0.2077937540200704 -0.18942459728364547 -0.177485148329515 -0.16740918266654367 -0.24136645462282968 -0.2816818493823005 -0.31518253667834717 -0.5191590150849703 -0.6166098818711476 -0.6211959577686252 -0.7093139066915383 -0.7716554789578649 -0.6834537648175311 -0.6743987378392965 -0.6682739382811854 -0.6175017741515887 -0.6577932633862905 -0.6667630084403898 -0.6314388220688001 -0.6177241354365561 -0.6632226336576138 -0.6264179618520398 -0.4785102133239513 -0.3528514904130965 -0.209576918045194 -0.17132611362861425 -0.17591661668338401 -0.16559711856474954 -0.24690823207946502 -0.2819187407460687 -0.31517685768941656 -0.5281471082871095 -0.6217297351314957 -0.6696909290324848 -0.7406754657940251 -0.7843676789435963 -0.7125251693558123 -0.728362319959194 -0.6777852224524041 -0.6670165571902655 -0.7100684186586835 -0.6923869186753606 -0.6293571571789663 -0.6162124548301089 -0.6565654490884296 -0.6234046787737548 -0.4768071109886981 -0.347701696797629 -0.20510986839421566 -0.16570613134577344 -0.17155038389610042 -0.15918100360367096 -0.2363438120551059 -0.2710707208300991 -0.327067965831946 -0.4209653762626883 -0.5054512605073387 -0.6111449642862442 -0.6708657919676189 -0.6889057708786364 -0.6070618855385707 -0.5699148536258632 -0.5893072234541967 -0.5856806734542858 -0.6025374073008024 -0.6555080491266341 -0.6350139000572111 -0.6171572135903403 -0.605334534900741 -0.5949892645883678 -0.46869387570540577 -0.34722941559014736 -0.21103730999975884 -0.16480923027929556 -0.17494380297859713 -0.1659008239242666 -0.20933965686356015 -0.29457340063634363 -0.3487918063183597 -0.3946738936200937 -0.47492487637640257 -0.4794921043838397 -0.6191630320884478 -0.6705999988640685 -0.6147819924520509 -0.5781591564932372 -0.5601813899494935 -0.5398615449811394 -0.5713125221172931 -0.5960937163701933 -0.5534596221798255 -0.5526702008415247 -0.6283818736910244 -0.5794973345992374 -0.43295922003372145 -0.3235457629882285 -0.15029292677261022 -0.13258404583277741 -0.15473577942251457 -0.13110740828007117 -0.20054036443148526 -0.26488913175451 -0.28189917349139554 -0.43540969062773 -0.550374321737688 -0.608385013527395 -0.6367364400220844 -0.6697441290724518 -0.6658061153626058 -0.5857424926081832 -0.555653356694482 -0.5601399563451496 -0.6133414595084242 -0.5891109726681826 -0.5644323518908314 -0.5811119308312793 -0.5966234802259095 -0.5594163485578368 -0.4143146296685195 -0.2831025312352506 -0.15741097746686347 -0.10772853672293571 -0.11827911495932647 -0.10757453729787296 -0.20118949289062488 -0.22793635138866034 -0.2612823287072959 -0.4653471749405848 -0.5393817621537993 -0.5564311735349 -0.6585309593652043 -0.7197263883892547 -0.6602031201678804 -0.6578291168622222 -0.6160847116977642 -0.5966090183805727 -0.6492806705918479 -0.5718956914269115 -0.5016695842879385 -0.5433085366736037 -0.6123742976965196 -0.5650014196503397 -0.41441206908413036 -0.2896581149662205 -0.1476088976593114 -0.10748246840571274 -0.1180453442502244 -0.10742464242762427 -0.17227828217673763 -0.22778237863014714 -0.2604372265603489 -0.4549365328364765 -0.5490548040744915 -0.603510901165691 -0.6740006365446011 -0.7098220615188211 -0.5744803334643864 -0.6559393645309257 -0.6429485974645234 -0.5971929886657037 -0.6231329034538379 -0.6223022796757316 -0.5305286540827578 -0.536849419986628 -0.6124144600170501 -0.5618334505672289 -0.4106057999662068 -0.283142292508986 -0.14696403631072158 -0.10755343115217342 -0.11882842243717413 -0.10768080203862619 -0.17897686870562218 -0.22793304556447455 -0.2598829660200294 -0.4490259241381661 -0.5477628035996999 -0.5737718810465398 -0.6250073937321678 -0.6806104904896939 -0.620159951168769 -0.6571414855760888 -0.6302676223522213 -0.5971146441271723 -0.6371905955757212 -0.5979642993197496 -0.5297717552245533 -0.4794259582175062 -0.6077717559830392 -0.5586805589317341 -0.410499898751655 -0.28503688383586057 -0.14917636204462803 -0.10762646328615268 -0.11841055308754592 -0.10752090694862057 -0.17403946189155917 -0.2278253645194471 -0.26124606904809167 -0.459846152717511 -0.4945923057316491 -0.5556113157539254 -0.6580393224614112 -0.7054480411756263 -0.6728909473617644 -0.7030968459746413 -0.6168888804571601 -0.5847611088954716 -0.622946133762766 -0.5884355316829766 -0.5654267729662709 -0.537957847110253 -0.5986343850776037 -0.558092991993955 -0.4138346852469984 -0.2798639587331876 -0.1441305112390494 -0.1019767303196372 -0.11297502215576968 -0.10131394606549747 -0.17342660118816078 -0.21715126871094323 -0.2721575657491205 -0.36200898180667845 -0.4517783433735842 -0.5430099395244704 -0.5865607798981178 -0.6046486397184065 -0.5763286690708463 -0.5538506681805718 -0.5065441581063741 -0.5054399432296552 -0.5379469926160028 -0.5832437313731299 -0.5634073324608191 -0.551768393039995 -0.5494069103051384 -0.5407197520853882 -0.39688716546113056 -0.2683941846331894 -0.14791373489791107 -0.10063904230641582 -0.11077328994827071 -0.10023411740651395 -0.1541930692311065 -0.25468801647556183 -0.2986366647549262 -0.3298857418498644 -0.4260259171890195 -0.36663104037960165 -0.5201056448841594 -0.558571111165271 -0.5103963595800315 -0.515265017959398 -0.4790222465239729 -0.472376351236824 -0.5063993990312641 -0.5297112255759343 -0.4845579921052256 -0.4651159838729765 -0.5365651486691152 -0.5290474442134313 -0.37261451544056456 -0.27164088424785326 -0.14508597935094406 -0.10722890954180679 -0.11766119752304773 -0.10577957717038393 -0.18768114801415597 -0.22802967671350957 -0.25970796063648416 -0.44022255117743364 -0.5365322435382963 -0.5929206925285069 -0.6752683782535713 -0.7094572598200246 -0.6794371438463834 -0.5839274026309044 -0.5780674607373175 -0.5587929030921602 -0.5994836345050311 -0.5792040670561869 -0.5557929184076845 -0.5634974635154562 -0.5720016947471157 -0.5680262611643229 -0.41838833178707646 -0.28791806432514727 -0.14561694306539932 -0.10685942838692208 -0.11728037457465604 -0.10626625897877036 -0.17385039169276115 -0.2280196002401607 -0.2608153001793173 -0.4609546378086916 -0.5457178057115003 -0.5878534509032727 -0.6724364180930626 -0.7326949842546243 -0.6979707618085562 -0.7118415712913265 -0.6710744012777118 -0.6671299527069018 -0.7054010119650441 -0.6502831331891262 -0.573906999546203 -0.5600703511286208 -0.5988468567348862 -0.5628545740386608 -0.38825384862901247 -0.27189494857446517 -0.14900790871250835 -0.10754594435217572 -0.11832534660060079 -0.10746567451826078 -0.1684177030410088 -0.22785060202525526 -0.2611667342952166 -0.4403878562987344 -0.5180381648575171 -0.6482191571526364 -0.7918361045310742 -0.8469249495012546 -0.7880848323593468 -0.8019099090715438 -0.7712331832837978 -0.7531565528165628 -0.7936177700256779 -0.7679580791144223 -0.5541576178268822 -0.5364587371612958 -0.5644365065770073 -0.5398336843876977 -0.3959585991212271 -0.27159577811508967 -0.16727863461912718 -0.13644623743827575 -0.12769715915509583 -0.10743021387975304 -0.153678514804027 -0.2280193030941496 -0.26113598541685357 -0.41883577950984713 -0.552704079897572 -0.6044388263496407 -0.6904813636082572 -0.7173515696821395 -0.6556191136659456 -0.6686639531278423 -0.6122118617553697 -0.597430952606621 -0.6436354845628309 -0.625874874062552 -0.5701768216705211 -0.5622289218174067 -0.5956731523644336 -0.5584317620782546 -0.41555404207361 -0.29002652579303534 -0.16729071215012248 -0.10786526911793635 -0.11870049108007118 -0.10751797059486637 -0.1866580750331418 -0.22801929202537952 -0.26121826343770854 -0.4622230428618533 -0.544904523530733 -0.5976493223847262 -0.6626259383422191 -0.7115248702748944 -0.6590404482508042 -0.6651043948159819 -0.6007557614389856 -0.5650084480909549 -0.6125608294060395 -0.5886135247462414 -0.4987035512186491 -0.5577948989206252 -0.5892679827012367 -0.5322662034325126 -0.423338299108268 -0.2882077911382095 -0.14422052142552483 -0.10183456332073021 -0.11302506163260569 -0.10195313350373719 -0.16716831031657706 -0.21702700148206713 -0.27195120454291166 -0.35584283051000415 -0.40265848505239127 -0.5267348221472562 -0.6469175058631879 -0.6824051667381452 -0.6728972330272213 -0.6855826415055164 -0.649789129107096 -0.6505194790317029 -0.6791354900192852 -0.7186583771990485 -0.6724385909355522 -0.6236626569344742 -0.5895620175807214 -0.5565808152006307 -0.4493837897040045 -0.3316176999458283 -0.18419233767672033 -0.1327046947964469 -0.15042131357299923 -0.12206955860148291 -0.189866521092331 -0.2462946091820874 -0.3271215246723958 -0.3502702052587282 -0.4368046124994701 -0.44784804970117387 -0.6173430316137215 -0.6913869848059141 -0.6824177868840832 -0.6942623265461361 -0.6565613525655388 -0.6487082490330913 -0.6815193961580466 -0.5595441566212054 -0.60816625813449 -0.49286983399499434 -0.5511877704729781 -0.4586215010587325 -0.3683404630161426 -0.27363878533095753 -0.14455517461337397 -0.10654684464575329 -0.11729088114497953 -0.10620489358568633 -0.1464679700671813 -0.22802995545805943 -0.2602553773921601 -0.4071045269273134 -0.4952481965321892 -0.5541423527131382 -0.6556764491319353 -0.7100563370823273 -0.6738972407203084 -0.6862598433840931 -0.6314058778817633 -0.6269621780400899 -0.6584850979973154 -0.6238635673182017 -0.5532183493065516 -0.5133587383224466 -0.621696154245697 -0.546723641386886 -0.4038727301114715 -0.2877846380848037 -0.148451105614461 -0.10742796376632484 -0.11841017795910924 -0.10730960637549534 -0.1589092336732622 -0.22799775021576027 -0.2608390883722231 -0.4101285967342157 -0.4932116688726738 -0.5745703943251804 -0.6705213484096166 -0.7503280705617893 -0.7161825145929339 -0.7715032999659007 -0.7394819633551821 -0.7300448737609814 -0.7822969977425565 -0.7523271123861867 -0.667059685560553 -0.6376448646939035 -0.6536994284942644 -0.5915644433426885 -0.42773673249268607 -0.28141297166192586 -0.16850136280226258 -0.13490242269763011 -0.14605381738255577 -0.11635483165990641 -0.19208206883249146 -0.2279840428887168 -0.26112187857365254 -0.5184806847389895 -0.6155546579741852 -0.6779950746815061 -0.746006827566204 -0.6950996728106885 -0.6680867779339578 -0.723462369487041 -0.6827809329992347 -0.6633551496098853 -0.6932457645216579 -0.6581453578815079 -0.4991515161089563 -0.5334447878852302 -0.5279331630622536 -0.5361470505067405 -0.39686101041127636 -0.24841536376946316 -0.15275569535646685 -0.10749768049677788 -0.11724953385752816 -0.10766943108767252 -0.16365486069583216 -0.22803016017326877 -0.26080335076555866 -0.45952240627464847 -0.5498512890567947 -0.592051481175595 -0.6762180544201073 -0.718991362015488 -0.668344860452546 -0.6890579975071841 -0.6258518382861548 -0.5881283158418024 -0.5945321619611941 -0.6134079245256816 -0.5779398488675704 -0.5395063379352506 -0.6039162267858913 -0.5685063634559661 -0.41175554376476337 -0.28058883793174166 -0.1462488804088234 -0.1074177577668491 -0.11856693269806223 -0.10743435702765058 -0.17240214684657196 -0.22801966504807572 -0.261168192146924 -0.45330456243000217 -0.5460701921643709 -0.5449291426417621 -0.6563329009091217 -0.6932834020594076 -0.620085914312572 -0.6451855990274179 -0.6158238953577331 -0.5965741119081106 -0.6226722776693925 -0.5703621276536155 -0.5636025421271641 -0.5654544181565168 -0.5958610123096555 -0.5501352327336002 -0.4012855323998857 -0.28729632529416443 -0.14400538816310185 -0.10184694530315345 -0.1217980186201698 -0.10191924623433901 -0.1527943872483993 -0.2169346461042632 -0.2721143201259606 -0.3622317067799511 -0.42816624601907344 -0.5026239540225156 -0.6014432374602844 -0.6143388675155864 -0.5910470264425944 -0.598537251294606 -0.5949272325435259 -0.5866786899486153 -0.6286839502565378 -0.6372884408566704 -0.5789896338906869 -0.56937000018866 -0.543807235041105 -0.5776741125213775 -0.45676234826000295 -0.30644365584779226 -0.14868413183858414 -0.10167012834733705 -0.11196078831790647 -0.10164906878609978 -0.1445366484567736 -0.23210788263045765 -0.2852763180940782 -0.34083637656899723 -0.4037624445641348 -0.4396830130607261 -0.554747917847225 -0.6155586056836577 -0.5851034756011314 -0.5976230736844091 -0.5746520226756734 -0.573499132361179 -0.5919993737103131 -0.589909516485101 -0.544834683580213 -0.4899062097815395 -0.4776677691471543 -0.4771789229078812 -0.3404414964329239 -0.21736293215131844 -0.1445045138696625 -0.10620992022849489 -0.11747356753103827 -0.10498658890995799 -0.17178316236405933 -0.22801946438759732 -0.2593668203763056 -0.4576163872890267 -0.49348442539365805 -0.527624713625429 -0.6357424103732648 -0.6903294749363815 -0.6382966382809204 -0.6560064889838578 -0.6301815182903027 -0.6178131537081238 -0.6795927521598477 -0.6502599285770746 -0.5641693507270862 -0.5322049868756765 -0.584788207912386 -0.5736763781932139 -0.39672233554341674 -0.2881305651316455 -0.1481335613345003 -0.10689281151658687 -0.11855629886737502 -0.10682823367925966 -0.15544036191590427 -0.22801970562868137 -0.25955694470772933 -0.4186550651094187 -0.5263571566812111 -0.6724528051185336 -0.7862325257453031 -0.8330296680967337 -0.7729866577599802 -0.7911058493637498 -0.7503400021900943 -0.7313637568254674 -0.7838675742640341 -0.7588894615564326 -0.7011700794256268 -0.6685368528828953 -0.6669773467857398 -0.6649778764513931 -0.5119454150381402 -0.4221864454634103 -0.20826033579019124 -0.158037209275477 -0.15729666763455571 -0.13819204905287563 -0.20312149965368922 -0.228019696991327 -0.2609273168723583 -0.4933186257912724 -0.5352892778244749 -0.6447305855654718 -0.6749016920304575 -0.7047173939755478 -0.6586132926175123 -0.6829047358605095 -0.6304913166985555 -0.5944177364019875 -0.6266397501484047 -0.6221785975686213 -0.5485445340016589 -0.5541928462108393 -0.5836823134955111 -0.5294561958681857 -0.36729211479155377 -0.2896774128897022 -0.14668868971075819 -0.10764738747515554 -0.11840644807059893 -0.1075191421807276 -0.1535811130494789 -0.22779305497199054 -0.2610804277552677 -0.46323315067541876 -0.498634991654215 -0.5560068073317994 -0.6926090191994302 -0.7649844430941679 -0.7036448713816602 -0.7443228194295667 -0.6898429165038564 -0.6271057099906623 -0.6390637668552291 -0.589413113659101 -0.5018613791340027 -0.47879532452280554 -0.5423805706130754 -0.5499054766277944 -0.40481030867138823 -0.256743154776109 -0.1464057963214341 -0.1076503318870519 -0.11874317680655776 -0.10605991098144966 -0.16879421546286363 -0.22801933655519185 -0.26077996738808606 -0.42835063254245415 -0.4847539507141978 -0.5893052094082931 -0.752818668653379 -0.796128259123948 -0.7483889551983679 -0.7627265974396669 -0.7429795813055925 -0.7274836015032683 -0.7842625403460108 -0.7441917780543958 -0.6761260389393147 -0.6280212296081065 -0.5897743221910762 -0.5333532709336839 -0.3817329895711381 -0.2553809760457175 -0.14415133014281917 -0.10199877624033371 -0.11293189851552184 -0.10171634099593223 -0.14457653062323966 -0.21717180223682564 -0.2717625594981673 -0.3352282204635489 -0.4031567750812895 -0.5679230176986689 -0.6607203860400347 -0.7013803921750762 -0.6752250191971569 -0.6902269571030955 -0.6463862018827687 -0.6388313043748 -0.677236238035023 -0.7045199710891961 -0.6323328652548245 -0.5927659431380691 -0.5148969644540693 -0.5213323235741749 -0.3881909033763632 -0.2596779510668655 -0.14840641150062323 -0.10161334678885145 -0.11284722299217412 -0.1250626217072297 -0.1706114156602335 -0.27274320118201884 -0.3166547626580808 -0.37163129488496655 -0.4675726983102015 -0.46478432162574623 -0.570506548366597 -0.5790402885163103 -0.49832961489255034 -0.5512107804387252 -0.4564449698476349 -0.4733772432536919 -0.5059444096933501 -0.5402531633444626 -0.5170887726829573 -0.4997160006874144 -0.5076869026594969 -0.5075634123477285 -0.3691206190731754 -0.26942343382742084 -0.1751608796031369 -0.1494009369619729 -0.15063061544048453 -0.13840845915785865 -0.18682235769443598 -0.22801967956297647 -0.25947407232153746 -0.5594894675659066 -0.6435956097439343 -0.622724957330701 -0.7274396435198993 -0.7770081966927663 -0.7011385108222625 -0.6859010309631748 -0.6191209880430251 -0.5986629911496161 -0.6770379624965244 -0.5986624862560144 -0.5010397023849499 -0.5490616490296556 -0.5815201542809941 -0.5338797304181921 -0.353058479071621 -0.22871746614160585 -0.1457532736536401 -0.10674515077273426 -0.1184650086209854 -0.106126124632596 -0.1600632379532371 -0.22795269518034428 -0.26110183729418396 -0.4285461889046403 -0.509660118308635 -0.5547933184896926 -0.677592702690453 -0.7798410004357217 -0.7039484842221104 -0.7050389133609155 -0.6634373723859697 -0.6439262422217343 -0.6971296940285039 -0.653713902590623 -0.580524924747926 -0.5322252322552727 -0.48954269997221267 -0.5483522783715362 -0.4168878748455543 -0.26472503162038413 -0.14629518689715065 -0.10770133491758238 -0.12983981482062007 -0.10761949698800709 -0.15811271643248215 -0.22783048625516666 -0.25938454228626606 -0.4557068290550536 -0.5750105029893887 -0.6392039658929527 -0.7330422953549143 -0.7963977043453037 -0.7497106167427745 -0.785321437975312 -0.744086350717694 -0.7286489827134789 -0.7873691897528653 -0.7525614344055037 -0.6820775074167269 -0.6286654646915583 -0.6055894284806422 -0.5941782153415447 -0.44297866423389665 -0.31238785754629167 -0.19786421324439066 -0.15853643752735666 -0.1764818777796175 -0.15230303991826888 -0.22117802248554813 -0.2459859264723293 -0.27899799642895595 -0.4783474592181449 -0.5848743196526796 -0.6337829876917556 -0.7573691955939554 -0.8223436702358142 -0.7954384792500393 -0.8103939866685734 -0.7791297271176195 -0.7604354760529799 -0.8192196546387064 -0.7933666414733018 -0.7389333377440181 -0.7069823124915426 -0.7127172277282423 -0.7108322351671824 -0.5682223185343046 -0.4370311994288346 -0.22927714091353157 -0.20627671364930714 -0.2098795313855315 -0.1888684721833481 -0.2802515959640722 -0.24598573030835416 -0.27757923942233503 -0.6155608967093197 -0.7098043141926429 -0.7792690631241731 -0.856791403654078 -0.8809750415591985 -0.8213902462667655 -0.8432801011588896 -0.8050920951309591 -0.7648641639597953 -0.8131731166305554 -0.7761641652887125 -0.7047257707781264 -0.6379577304023576 -0.6199527114298771 -0.5891403392318549 -0.4558410783106471 -0.33375293476060114 -0.19767011206453397 -0.15085949547928937 -0.15923207689717278 -0.11904066525446053 -0.16418300262619717 -0.23514835060050157 -0.28954312615208444 -0.39012183749031387 -0.44347929681076453 -0.5364287995025594 -0.5821998771908984 -0.6319488972405081 -0.6385953794987307 -0.6422660951683723 -0.5951294089954007 -0.6237373575272364 -0.6601420761665586 -0.687417256206953 -0.625801032714261 -0.6035824763965096 -0.5094641515328946 -0.5167852841845221 -0.3906664149928193 -0.267477981934545 -0.16899961787142212 -0.12053181237141924 -0.13135143786159512 -0.12015763510415543 -0.16088836144814145 -0.2502561878308569 -0.29793669942257744 -0.3506048850606867 -0.43935658051275905 -0.41760959267995784 -0.5659350466996547 -0.6442179372499091 -0.6001293512623304 -0.6343297662386046 -0.6017146264169819 -0.6272736979127185 -0.6464121175284574 -0.6576873240200851 -0.6077236703748101 -0.5655637430167516 -0.5692947089666212 -0.5514067896162312 -0.40502964963629906 -0.2897711166601757 -0.20124900031512682 -0.15907230882602588 -0.17716928436340312 -0.15197539539683247 -0.16703333974100626 -0.24575916735024095 -0.27885129912684253 -0.4374309799432169 -0.5274375081630401 -0.5863451376124167 -0.6810563776293236 -0.7272776169712898 -0.6665179600684228 -0.7004216875804682 -0.6862301405596106 -0.6506892704460567 -0.7223701165446038 -0.6752961959131133 -0.6061065415792367 -0.5668722248657547 -0.5137632901238939 -0.574962746935003 -0.42152641120750206 -0.30061209608038164 -0.16756849014509329 -0.12711426952805688 -0.13581573695109705 -0.1260413372140368 -0.17392246872734496 -0.24598592456464133 -0.27719432059754934 -0.48301049983681815 -0.5555616453885988 -0.6009870488212542 -0.7258534937003323 -0.8196858455050148 -0.7921922920840565 -0.803357061678857 -0.7698173565349963 -0.7534641900167801 -0.8072075090721156 -0.7822270713223087 -0.7231332859528508 -0.6934153504321293 -0.6691496446116515 -0.6222655130736386 -0.4420625767904316 -0.280478610964172 -0.18184644845561093 -0.1276730781090066 -0.13790124720787592 -0.12526363584315253 -0.18865903730917585 -0.245985963600014 -0.279006097985474 -0.47492283422663983 -0.6006181431502584 -0.6795129945050083 -0.7906863396895846 -0.8596863280231313 -0.8022911502065657 -0.8120219391209973 -0.7708776756649923 -0.7531643831656858 -0.8056758819518571 -0.7726187681925923 -0.6977745307937517 -0.7031149758085156 -0.706870799115841 -0.7124118109902062 -0.5652062332532897 -0.4401786078792097 -0.22912481008662983 -0.1831647293798558 -0.18045642312072493 -0.17497364534403972 -0.228110054204975 -0.24599645003036602 -0.27814175070307495 -0.6105360828118727 -0.7263210683358284 -0.7502465098738563 -0.8326329840125307 -0.8667655933307211 -0.8051139646314242 -0.8291852399447484 -0.7734924787494795 -0.75088656590114 -0.8038766567425121 -0.7718874592153315 -0.6881349494020456 -0.6167649689289233 -0.5758425244282437 -0.5764757152356147 -0.41882088177942145 -0.27131359854183285 -0.17474930902757269 -0.1300730070484259 -0.13720799734728328 -0.12643217254604502 -0.18252681981412985 -0.24598594873971702 -0.2790433450443851 -0.4538031540124539 -0.5145455229644508 -0.6055094090855618 -0.7188353632091681 -0.7662846001609905 -0.7158856721133704 -0.7443744969085118 -0.6743509471393816 -0.6547935595721337 -0.6936317651777648 -0.6651615529704534 -0.5915770493020771 -0.5726587843661122 -0.5580762548201357 -0.5588458159078505 -0.37624860879443534 -0.2768132518275063 -0.16825106377951146 -0.12123678450145234 -0.13098331570611674 -0.12074861918727887 -0.16104806094606897 -0.23509443117262402 -0.28972000743402365 -0.3910364438105947 -0.4324281391820296 -0.5323701538107217 -0.6261306255836746 -0.6937787309344189 -0.6805928496224871 -0.7063762687739057 -0.6602533512676227 -0.6714690743680913 -0.6897309728299711 -0.7307178711756047 -0.712478880977227 -0.6935312384881083 -0.6279947435085571 -0.6269012455504352 -0.4820719654883487 -0.3166342289061853 -0.1961398137165789 -0.1305659678167697 -0.16376533366076562 -0.1609048472328196 -0.19559406994350415 -0.285650721431593 -0.3477995180347801 -0.4103831440493198 -0.5507133593675007 -0.5961458875269855 -0.7286043662686968 -0.7828979909556739 -0.7173421112508344 -0.7228450753920914 -0.6863952024442169 -0.6750518124636332 -0.7060651555650722 -0.7291377475196136 -0.701451555750657 -0.6672938600981494 -0.6711046815285472 -0.6678389845859872 -0.5066745355767249 -0.4083962429013492 -0.22331465593344327 -0.18694675082247497 -0.20166078885621316 -0.19095834844066867 -0.27958064665860327 -0.24596441966744587 -0.2780319151488843 -0.6354656745293598 -0.7316510333190849 -0.7867104270775086 -0.867465962351641 -0.9072376075718209 -0.8546131943005547 -0.8651021343295793 -0.8279307124581465 -0.8027516920175614 -0.8560737984753424 -0.8016047859428577 -0.7486376393911706 -0.7122316049293281 -0.7171926661438704 -0.7137934448716546 -0.5231911088555719 -0.3508738319176196 -0.19702858003411705 -0.12721180112668148 -0.16047431323863803 -0.13742342657930012 -0.16727876992127588 -0.24598595461520043 -0.2789558600989735 -0.4831360642798608 -0.5712722001595106 -0.6213530795330784 -0.7025711446505934 -0.728188610898267 -0.6745909019321443 -0.67577276526114 -0.6341533514504758 -0.6089791391136262 -0.6398154347485803 -0.5902799270538045 -0.6043598049532981 -0.5668580110808014 -0.5723928650681831 -0.574977581572679 -0.42703691345866795 -0.30357761714017006 -0.1689894044125501 -0.12983820509825925 -0.13644300093476402 -0.12568694417829002 -0.17491483452636314 -0.2459963450248949 -0.2773230757656661 -0.47339555642382064 -0.5658606843080568 -0.6103293835082524 -0.6800035645268538 -0.7564726812832497 -0.6321801693794961 -0.653947537332006 -0.6393474511870311 -0.6499360433775846 -0.7041620097828595 -0.6899837960666215 -0.6328087298946434 -0.567899163172395 -0.5496413413292087 -0.5752508178392555 -0.43064963554995045 -0.3027293907561435 -0.1686705537410184 -0.1271993989983147 -0.1359006838654653 -0.12677147465457758 -0.2009896803972193 -0.24598588944831554 -0.27716499543914486 -0.45708154222387126 -0.5143184760847953 -0.6016358448895791 -0.7271361393019458 -0.7802643479475994 -0.7366295724450475 -0.7431507214983907 -0.7186252704730172 -0.6759053380969563 -0.7533039562887668 -0.6911651675531133 -0.619523419615084 -0.5874937846508834 -0.5689528075679763 -0.5621231495729232 -0.3772984809171481 -0.24986578690070765 -0.17788969869001256 -0.12588578301382522 -0.13705378498854612 -0.12760470737294058 -0.17725551850799284 -0.24588944181488523 -0.2775524918475884 -0.43924697919305683 -0.6059952227313671 -0.6800140777399835 -0.7752476958872506 -0.8403298378293924 -0.7952184881130483 -0.8068875057495214 -0.7780365073052077 -0.7603361137976392 -0.8188033370859068 -0.7850160315680241 -0.7326824160394321 -0.7105539889876653 -0.704967020339363 -0.6831346552310632 -0.5229253314401249 -0.4159964246177796 -0.22561393573755587 -0.16908958719212427 -0.17844873769319994 -0.17005949474003604 -0.2317697624719515 -0.23513769620637334 -0.29049624592331674 -0.5500340247040153 -0.6280302971188831 -0.7462043087811226 -0.8183773581866853 -0.8327041919225732 -0.7993323114761606 -0.7842977832487611 -0.7396420856947578 -0.7347991801697655 -0.7701350992215764 -0.8234893335279795 -0.7977413060267778 -0.7704435908020213 -0.7083083115523824 -0.7339819884939599 -0.6098690192616361 -0.48142039771660955 -0.2851673333969164 -0.22949893309924738 -0.2242615016822823 -0.196723973754087 -0.3038119263773845 -0.4153982866608654 -0.43406165439723954 -0.5294272901588012 -0.6217624271131452 -0.650014222342704 -0.7618511321879061 -0.8144641832560515 -0.7486215210068807 -0.7501896498255629 -0.7086227057361937 -0.6923152393467501 -0.7040072082736488 -0.7200255563431837 -0.6972223843173986 -0.6584251044995894 -0.6680876503851075 -0.6680350963634126 -0.5301538794543753 -0.4297005626646754 -0.23000807380143512 -0.17179595066416198 -0.1899093293978602 -0.16585875771786315 -0.20067890143127942 -0.24599627541041824 -0.27895707493286553 -0.541700583835876 -0.6729057623312709 -0.7449761832002715 -0.7704137986243139 -0.8600146434802283 -0.8076233122345511 -0.8340235993436356 -0.7823487617148006 -0.7642957203866632 -0.8150876313255708 -0.7864505330191485 -0.7254970874183845 -0.6927379585044405 -0.6719991702074515 -0.639401833770761 -0.5002460945345814 -0.36290128310121583 -0.2025710960925109 -0.16374305880137302 -0.17699910783177636 -0.13635048901132193 -0.17971237028565 -0.24598573088165201 -0.2771960871697405 -0.48215161118201555 -0.6523432602038544 -0.7552572338587465 -0.838409362723623 -0.8757491282199673 -0.8279853151380304 -0.8362222715095675 -0.7886794231090911 -0.7720374828504561 -0.8312936645205586 -0.8016098946570352 -0.7466286634378723 -0.7103637923709045 -0.721005140234372 -0.7095643386280546 -0.5607033399763314 -0.4052241629881979 -0.22477715907678333 -0.17302311784842409 -0.18829703355435415 -0.1779291099677426 -0.24119098346350057 -0.24598570415675058 -0.2771534519007091 -0.5908823723140105 -0.7009585637119198 -0.7716173521702745 -0.8556150522646424 -0.8901169485845092 -0.8169338879405283 -0.8297976470520613 -0.7946694886730435 -0.7852149650133685 -0.8390365504815369 -0.7986600850060962 -0.7302009585891844 -0.7001083409738021 -0.7075131305159423 -0.7149609750386621 -0.5281809142268161 -0.34483500062178235 -0.20716148332119036 -0.13568889422116856 -0.13856360100058407 -0.126962063180992 -0.17523993859125478 -0.2459859501547553 -0.27860216746186955 -0.4326904258632349 -0.5427502410166084 -0.6534260996887347 -0.7615180075480424 -0.8170333620106822 -0.7543127710489094 -0.8086802420155769 -0.7669764841705077 -0.7472643324835269 -0.799407004288331 -0.7538678036111177 -0.6884678267898314 -0.6406435666193968 -0.604525551905623 -0.5902115816220399 -0.4283377214956967 -0.3060483079512027 -0.1774071348548042 -0.15597725991986702 -0.1748266147569075 -0.16401957125065256 -0.18868706655479783 -0.24574914839207346 -0.2773333103979077 -0.43319107417597363 -0.5438623262070212 -0.6067131649454012 -0.7344951314575662 -0.7820375145166156 -0.7196852098252804 -0.7624871566238351 -0.7358673643732322 -0.7040213908550411 -0.773339337039574 -0.770299019502309 -0.6921599813098153 -0.6259112743295953 -0.5929737505755436 -0.5697696536579132 -0.41597013486190704 -0.27176589673295676 -0.18875682889284642 -0.1492129385510284 -0.13233261341033423 -0.11975254728825215 -0.1760219482883663 -0.23513790716246788 -0.2896284271881258 -0.3696090827098926 -0.45199436308470226 -0.6078916752858461 -0.7024035778145902 -0.7412529280546323 -0.719151900085275 -0.7227653938599272 -0.6890511266598982 -0.681884407545994 -0.7065928962947179 -0.7590745007530039 -0.7271050933424927 -0.6957120766266444 -0.6109578850323407 -0.5657765613137788 -0.40951185420384223 -0.3209565027256802 -0.20888020573145322 -0.12112395777251697 -0.13135976950076914 -0.12248975881612464 -0.15976236699255764 -0.24264263100132105 -0.3110038675264236 -0.334708012379484 -0.4831555766066944 -0.5621401058193679 -0.722868094517278 -0.7619785522877105 -0.7111089571129485 -0.7248995065629263 -0.6807038434041603 -0.6737465358358051 -0.7034253403923262 -0.732850058708701 -0.7066227535936228 -0.675328376294526 -0.6768649126249194 -0.6785294525226384 -0.5403568377838682 -0.4368344517183336 -0.22089155215388748 -0.1776024719717379 -0.1920918291006432 -0.18277650478087507 -0.2472593441080963 -0.24599610396125665 -0.27899147071527725 -0.6107103639342629 -0.719497703437624 -0.7840197315446952 -0.863707421463738 -0.9071920390456905 -0.846509530400463 -0.8831681406896776 -0.8280988936032794 -0.8091206002011404 -0.8617906333535722 -0.8301081361552668 -0.7606459317606544 -0.7329224980912598 -0.7432190869355597 -0.7263086768590967 -0.5936731513408882 -0.47035397511078575 -0.26232393318488767 -0.20625841268714581 -0.2150054325198475 -0.18906191962582586 -0.29158100438801887 -0.24598601518582836 -0.2775530119201261 -0.6771438925019962 -0.7813916426023992 -0.8316557708581521 -0.9135985296164746 -0.9562313271088534 -0.900481122143712 -0.935361835603531 -0.8713709456006205 -0.8475455028059444 -0.8939055585580757 -0.8684266946409893 -0.7981744335399094 -0.7572189908190766 -0.788304533028349 -0.7808482948183636 -0.6098186356249079 -0.47412239834644265 -0.23631799841048612 -0.18593565240866425 -0.1908733582422204 -0.17751645260087762 -0.23287373335441394 -0.245985731370278 -0.2772062354909752 -0.5268157794628145 -0.6522573896135377 -0.7474835830427142 -0.8473170771223999 -0.877997480514637 -0.8109790747995975 -0.8467952660341519 -0.809103486421887 -0.7942505396514359 -0.8288013985202005 -0.797739297098608 -0.7327350452341783 -0.7104854707042491 -0.708253620357682 -0.7182849980922229 -0.5677824239544258 -0.4430687241639181 -0.23933262184283524 -0.18127314471098113 -0.20336445016415206 -0.17386443472696053 -0.27217876383714573 -0.24598598603759048 -0.27826724390304614 -0.6266152607529789 -0.7273900207113609 -0.7879530921165585 -0.87784833158268 -0.9082829824051922 -0.8508912954806415 -0.8675696610468423 -0.8238754899077334 -0.797110766762184 -0.859774715725483 -0.8180537377419471 -0.7690524368395414 -0.7487175432193697 -0.7388150538954334 -0.7272143593003539 -0.5780965555840814 -0.4442698083478338 -0.24220853299653888 -0.1827305344068401 -0.19479961659346198 -0.16809736249318583 -0.21968748393134654 -0.24585697096187595 -0.2772398684518338 -0.538294153472917 -0.6544008061204404 -0.7327440213411621 -0.8239211667015107 -0.8570699566341817 -0.7946582507571062 -0.814840728158801 -0.7741359974693268 -0.7564612362259309 -0.8092771199626718 -0.780322951847326 -0.7239417007709126 -0.6849586539177899 -0.6656613796097497 -0.6356241089173451 -0.47177709582772753 -0.3451872676096915 -0.23225840849212098 -0.18420606480829163 -0.19233167902694856 -0.16421646113813534 -0.20165815693005817 -0.2531044650980874 -0.307618507410265 -0.4641249024320351 -0.5640810464370796 -0.6661262155638475 -0.7631655458760892 -0.7908047875999415 -0.7555392649439526 -0.7430440345852287 -0.7047838048807131 -0.7111320745260874 -0.7366362514743612 -0.7929413870748003 -0.752394310168158 -0.7139278872793021 -0.6734329294594524 -0.6842992478393224 -0.5499926053932214 -0.44653027054033234 -0.25300983467339067 -0.18933140054657113 -0.2087299582407049 -0.20331336935531055 -0.2670125667809802 -0.38766376345431025 -0.3913189121752167 -0.5152646500743312 -0.602027182058752 -0.6180288434152063 -0.7377129154782147 -0.7870377676985157 -0.7238331631245402 -0.7441698401094522 -0.7171279862082673 -0.7032470999153 -0.7220935523586937 -0.7512521782379347 -0.7175631161441252 -0.6870165009322211 -0.6701169988335824 -0.6196362826865696 -0.4299453671491864 -0.28673344361689285 -0.2103904366836797 -0.14519585590630488 -0.16880547808837643 -0.14541552882763636 -0.19358877766673005 -0.26393952402574805 -0.2952459136068329 -0.4881998637949442 -0.6794605539315475 -0.7596495015126256 -0.8589149905288149 -0.8925472932472776 -0.8337947942330188 -0.8454976747201806 -0.8148318131438644 -0.8033382741000951 -0.854431089137374 -0.8127485062544707 -0.7559005986127054 -0.7305729769411211 -0.717715645878528 -0.6883104198924638 -0.5290913454030853 -0.40357147794933174 -0.24414807627882346 -0.18964997918434076 -0.19811898100036776 -0.18642250388910875 -0.23816926770847693 -0.2639475137855233 -0.2952209293702261 -0.6044350224283824 -0.7309328701789974 -0.7733403864848784 -0.8640229502951555 -0.8978784728110116 -0.8358542355455145 -0.8541860834173282 -0.8263244857786586 -0.8045659081250325 -0.8625487111696398 -0.8252991523527796 -0.7781173412796344 -0.7317317346772751 -0.7504831996850679 -0.7357234176200395 -0.5939683831277712 -0.46410710156012247 -0.27964363034321615 -0.23085976902012031 -0.23205103358918586 -0.20553206734284596 -0.2587878181733392 -0.2639524039502671 -0.29676783725859524 -0.6279706072276655 -0.7243072439568041 -0.8094515825533881 -0.9358285244045653 -0.9752033440018643 -0.9137944921600397 -0.9335356996385114 -0.883435141766449 -0.8488464062106862 -0.9204736766552206 -0.8676422892255901 -0.8018332717651272 -0.779746205163371 -0.7397485164928075 -0.7320129445888862 -0.5325357877299672 -0.3845202072239753 -0.2333202122519858 -0.18793624244397883 -0.19447514430285107 -0.146709164231635 -0.19518869674823497 -0.2639525034017656 -0.2951876642842641 -0.4559403286658164 -0.5865447739390863 -0.6964487315978839 -0.7931977964934596 -0.8565947445859372 -0.8075440904711374 -0.825404680238334 -0.7930976965222555 -0.7724551986555784 -0.8310014881731964 -0.8028368822300418 -0.7476237523258983 -0.7039280967065101 -0.6636236470627274 -0.6606953941041704 -0.47013347287801815 -0.3063965316959165 -0.2024166097159387 -0.15947788515163497 -0.17625239403035137 -0.15192395043353782 -0.19509537024488033 -0.26396283301536044 -0.2954756349093487 -0.4708647388250044 -0.6213160432837495 -0.7471099266243743 -0.8276980135002558 -0.8851185757051169 -0.8246060588083053 -0.8440100399838878 -0.8017448136887722 -0.7832796826331538 -0.8335354084152775 -0.8001180048977483 -0.738324648722657 -0.7170083280830851 -0.699797297606565 -0.6729635972176908 -0.521810310005207 -0.4325707083351402 -0.246701616280138 -0.20184226237217232 -0.22090052602421562 -0.2205428919404471 -0.2525589309943395 -0.2528947558126157 -0.3089021168481002 -0.5548761568825022 -0.6432858165705049 -0.7419554893104783 -0.8267994033170515 -0.8419360924596402 -0.7970273208170304 -0.7912318605248293 -0.7711467225222856 -0.7578053405322952 -0.7564615526444785 -0.8128318247796318 -0.7688108707170189 -0.7392645012837102 -0.6836424490505968 -0.6990253457798751 -0.5587359276568443 -0.3846015410688342 -0.23581737527944915 -0.17351011514447412 -0.20061172384071274 -0.16001416608314922 -0.22946160531999052 -0.3103571077728055 -0.362012891188259 -0.48013242979809595 -0.5969693027917372 -0.6205981925592282 -0.7601511070936732 -0.8081390209748452 -0.7483073213116991 -0.7370153898412557 -0.7065799235546888 -0.6967868969938498 -0.7174854981360749 -0.7498271590689256 -0.7167543856575652 -0.6950997006066738 -0.6927897280806837 -0.6493359304296236 -0.48659227721030657 -0.3562496056036138 -0.21903417638415015 -0.17308262703171573 -0.15451455252780555 -0.14455774448800748 -0.19625899367456667 -0.2639523916210124 -0.29529512509864886 -0.5215566741301252 -0.7220613805225155 -0.778490352504118 -0.8622085368827012 -0.9238353990022373 -0.8551756469574009 -0.8711268729776505 -0.8371390315345075 -0.8200062893742581 -0.8708640623452367 -0.8438250188956348 -0.7834646697644537 -0.7510620945277577 -0.7409353504057421 -0.7259899763521559 -0.5848223898848735 -0.4646110085369272 -0.2649650813014331 -0.19872807029585376 -0.2127847116459865 -0.21118971266252748 -0.2842311700935214 -0.26395231987725054 -0.29559828477813144 -0.6376081399926401 -0.7624825548139792 -0.8204537305020622 -0.9097630118431268 -0.9485126998729321 -0.8935634382321865 -0.9119459236912968 -0.8713115180124913 -0.8466498059823544 -0.8910529610764568 -0.8726480979538708 -0.800697905345202 -0.7673635036744345 -0.7520806291609697 -0.7121497383152321 -0.5440575696264627 -0.3876453625433718 -0.2414266627433286 -0.1879170054843085 -0.19650045327941842 -0.15990723796013045 -0.1990296036696125 -0.26395236275401135 -0.2954383695060496 -0.5252355998947276 -0.6716222523815337 -0.7490853980061818 -0.8500057860068886 -0.8940168099067338 -0.8316724953166668 -0.8424192010391373 -0.7980878159937547 -0.784151391021277 -0.8354418399957091 -0.7989868691221124 -0.7308419842918518 -0.7167406633100794 -0.6857834727154642 -0.620764294488707 -0.4679818956021258 -0.34869431081223895 -0.22625125246433744 -0.1513065261143227 -0.19490312737778007 -0.15818747980032954 -0.1973350023562811 -0.2639523593217806 -0.2953316374110125 -0.4588230722314451 -0.6516359636793402 -0.7680142408035074 -0.8502803108945697 -0.8936961498946565 -0.8328236374554655 -0.8517488194120746 -0.8142186183846892 -0.7970269156661529 -0.8490088732531565 -0.8231435248267084 -0.7751595639592129 -0.7304766163805386 -0.7288129111390572 -0.7110601422225273 -0.5344169929536532 -0.41799764656161215 -0.24450303006913418 -0.1957058146082784 -0.20576978259114134 -0.18366086009889498 -0.2305561598296335 -0.26396276363929744 -0.2954408695473163 -0.5544333534257938 -0.726916250073543 -0.7826068550055022 -0.8638910509977874 -0.9149205599473186 -0.8573735572976188 -0.8766425854859489 -0.8477661406202239 -0.8260024563081964 -0.8672620492188189 -0.8260281269559965 -0.7828783473668445 -0.7415186711593702 -0.7335738259419696 -0.7501773422526028 -0.5986155518783257 -0.4756569328124394 -0.2854942344232582 -0.22610034713300425 -0.2511849241484851 -0.24255273852634457 -0.31089038695023025 -0.2531044069116689 -0.3088844781406018 -0.5862730330337916 -0.666412484915092 -0.7667997121810394 -0.8345686744067241 -0.8613278430728988 -0.8302201606735394 -0.8237264712817038 -0.7963923502240895 -0.776846081992605 -0.8093005043643323 -0.841410876871436 -0.8365251022154371 -0.806812791175775 -0.7691394178235781 -0.7821823264703626 -0.6500103765457681 -0.5199902841459739 -0.30729792903178454 -0.2633019729172231 -0.3154506809784707 -0.28752684581201643 -0.37262738869293227 -0.44492885034881213 -0.5095932695487573 -0.5613844463142795 -0.6449565972150092 -0.6699721030911358 -0.8108282089051454 -0.8495295674761368 -0.7724403979412451 -0.7689652687235036 -0.7390795192272896 -0.7308655621488265 -0.7903475239899529 -0.7749258592797558 -0.7513022282133486 -0.7217434706877348 -0.7219223685916915 -0.7218945547939967 -0.603743097435535 -0.4918788873292995 -0.2876450202938806 -0.2691292782310755 -0.2889804007838087 -0.24880236685306997 -0.35346887343913813 -0.26396284886931015 -0.2967584887162762 -0.7101245521131454 -0.8104269723701324 -0.8325054829040741 -0.9114062879993389 -0.9487827761695539 -0.894709822274655 -0.9108409551247334 -0.867122273726381 -0.8292326387723236 -0.9183598349510254 -0.8627234748244982 -0.8382182419398232 -0.8008473714100894 -0.7878297878627792 -0.7571806922661276 -0.6123923258323887 -0.47725885078137154 -0.2788491634335149 -0.23148488309466075 -0.22518091310395186 -0.20481953256722474 -0.23811494982740222 -0.2637259570319693 -0.29549962109788913 -0.6548470112445138 -0.7693627998739733 -0.8712605057931381 -0.9067985230406861 -0.9344408009819581 -0.8575926026966308 -0.8889661864295094 -0.855064151169076 -0.828524037632084 -0.9021863494878106 -0.8524696260323794 -0.7918366611903257 -0.7639658482326881 -0.7701382068669624 -0.7601308519740162 -0.6134997871478572 -0.48354250658069947 -0.2986441227700286 -0.23944489599180727 -0.26283000027032144 -0.2706276171950734 -0.3403243851544234 -0.2639188801453611 -0.29703533550665756 -0.691199761721797 -0.8047334931122345 -0.8733067793756499 -0.9353530971274916 -0.9675465040337332 -0.9172263679348112 -0.9338797133062744 -0.9007868255511562 -0.8792553417926192 -0.9223437405766174 -0.8754496856249119 -0.8305917729485469 -0.8092399657250093 -0.8105696849431443 -0.7999034889822972 -0.6564844999848525 -0.5233410168856076 -0.291662016081278 -0.22987971824051492 -0.2533465546193536 -0.2534993919239137 -0.361120122883952 -0.48463599846802097 -0.5235134951949963 -0.6972519909542642 -0.7987114484379264 -0.8487542242058117 -0.9235124464756299 -0.9801430341944366 -0.9255007390546017 -0.9503933564616325 -0.9179826576794305 -0.8860261120305706 -0.9313828862075569 -0.8623179664099961 -0.8305691199151455 -0.8072497456074313 -0.8312387246015297 -0.8180543641267902 -0.6742126538732403 -0.5471478943123054 -0.3020234864543886 -0.25929987482712374 -0.27097691784590244 -0.2589322472417371 -0.35121125656632945 -0.4516603775755891 -0.5002269352457468 -0.6980503221318876 -0.8105361473807482 -0.8534247688431887 -0.9311656975481252 -0.9613690886344222 -0.9019639757225858 -0.9282645961940292 -0.8787191987890396 -0.8713925508958171 -0.9003062018887806 -0.8703701032140444 -0.8160016880033502 -0.79602089112733 -0.818613954820153 -0.7857794473932695 -0.633835040921388 -0.5242489295743831 -0.3367641217211736 -0.2602415783284694 -0.27772131497949615 -0.2878232412305181 -0.354667570764588 -0.2530950553347509 -0.3089888243241656 -0.6062103498605519 -0.6732244325795895 -0.7237788831327686 -0.8526381766849245 -0.858636250524895 -0.7986653027107699 -0.7665167385957228 -0.733194895317819 -0.7284141507203689 -0.7633266651940643 -0.8010638655261475 -0.7808973159328377 -0.7487777228034745 -0.7024572794311181 -0.7227683783142859 -0.5997736120598997 -0.4638662948204651 -0.2749749373572457 -0.22968664532095837 -0.2356117520525035 -0.1997048063512589 -0.28068365780574056 -0.3547084678841722 -0.3958809266025216 -0.5140925022800548 -0.598547275386928 -0.6111088675345345 -0.7344800870755431 -0.7990211547973993 -0.7400854821946871 -0.745092496342939 -0.6984050763728822 -0.7069286739836512 -0.7339067127344276 -0.7601090866316925 -0.7402645090780512 -0.7029676493438899 -0.7038734956599432 -0.6917751549113837 -0.5599882206361343 -0.44941339704067534 -0.23401618448861705 -0.18664647797381637 -0.1854139986855225 -0.17526126823375812 -0.22072842419813105 -0.26396283286328087 -0.296665771103709 -0.5991383509001882 -0.7211509454758631 -0.7796308294563018 -0.8681695370936903 -0.9082393375592231 -0.850871418714657 -0.8646886896758419 -0.8290685316373559 -0.8069545909208504 -0.8667487351102585 -0.8303387324240754 -0.7654154216985056 -0.7311387226769558 -0.7323232256545847 -0.7262265357944169 -0.5842114419293568 -0.45115549638000657 -0.2480039969977838 -0.1970772513881618 -0.1994298511287133 -0.17978825312582966 -0.2062806622345731 -0.26395238399476423 -0.29615747652383123 -0.5214810500382636 -0.7207030381504216 -0.7785947220264829 -0.8631142583118812 -0.9058900279756733 -0.8458920325576236 -0.8646716232141842 -0.8239182975034206 -0.8067064549326391 -0.8579069453379575 -0.8256517894687532 -0.7733591435760254 -0.7509899086457595 -0.7566038850001966 -0.7517109429213737 -0.6016467407099313 -0.4731888154860002 -0.26181079333669416 -0.2183201542752955 -0.23498001208391953 -0.2231411232670356 -0.28804887233377163 -0.2639523789206093 -0.29681172709629094 -0.6311927608649699 -0.7456642419524822 -0.8123833003440437 -0.9088849443233044 -0.9570093935557421 -0.8981249983568571 -0.9144859330871673 -0.8702880795645007 -0.84606709525624 -0.9143422249769693 -0.8589287878077272 -0.7950967430574574 -0.7603439634678265 -0.781513333139391 -0.7526004167353023 -0.6146993905594822 -0.49406838391282215 -0.3175449143047802 -0.25519172997122463 -0.28366786523308885 -0.25902400617613575 -0.3163780643666461 -0.26396278372235643 -0.2965297502898825 -0.6823571976355808 -0.7893400257733422 -0.8514525488085176 -0.9100185260487756 -0.9613020976224043 -0.9162872539968416 -0.9369858636884203 -0.8581968051798665 -0.8202936230875589 -0.8897708956257163 -0.8703102091993323 -0.8419467815654408 -0.7600185103578587 -0.7657218194625831 -0.7543533404253955 -0.605502812359352 -0.4803406984048693 -0.2949247407916567 -0.25507672004728493 -0.2626812614509021 -0.22775266436003047 -0.3138076948387307 -0.26396271983750896 -0.29686728269407436 -0.667224909740934 -0.763682477518805 -0.7979837052152313 -0.9005132478529138 -0.9463273278712548 -0.8851363443991398 -0.896863472885497 -0.8855548517509534 -0.8637878355637727 -0.9162430810486732 -0.8769952531364901 -0.8119773495672172 -0.7743471920637788 -0.7704567696117336 -0.7620732674179032 -0.6120145685404637 -0.49240241635235993 -0.303681783732872 -0.2596087377215961 -0.26266178494478437 -0.2505614936791078 -0.3554675821841207 -0.25310437033462735 -0.3090112177893586 -0.6138840161694855 -0.6623989696140151 -0.7569381811620023 -0.826553965165364 -0.8924752188018811 -0.815645282234855 -0.7917118147324264 -0.7482127113943452 -0.757303443811412 -0.7843892008137555 -0.8126338647139938 -0.7796322136148461 -0.771446451893592 -0.7340798361946308 -0.7577694301538627 -0.6139038226747404 -0.47040650785130017 -0.28466455021849063 -0.2234807319213539 -0.2438900349062563 -0.2546346989883809 -0.31525573163857284 -0.4036659384939148 -0.41352551275914795 -0.5060962964245128 -0.6006795964088009 -0.632306872645468 -0.7526507665370098 -0.7953237686335222 -0.7644712008791777 -0.7602452110376045 -0.7172135489164683 -0.6955432569995369 -0.7405142775807655 -0.7672218655809986 -0.7435855079438399 -0.7253773272435 -0.7208388184209776 -0.7086591241765264 -0.5687056570130521 -0.4495178704952 -0.2497286602041066 -0.2328069071569941 -0.23603309986468224 -0.21720563008727467 -0.24707658897731202 -0.2639523173711868 -0.2956010344042845 -0.6276903131642225 -0.7428084239358511 -0.803442875679688 -0.8883472670705795 -0.9195608933674236 -0.8587329950311567 -0.8778520800828877 -0.8400454481390055 -0.8245519798695347 -0.8853387878762695 -0.8537023759439201 -0.8076999999895796 -0.7764437472661848 -0.7850028746380368 -0.7664100566515202 -0.6041972773385018 -0.4692159314294897 -0.2729735457436104 -0.22842007406477097 -0.21796019180627793 -0.18050475263764912 -0.23150930570124054 -0.2819188354800582 -0.31494491547008185 -0.5024363594772424 -0.6704704926294349 -0.7791653287184093 -0.8744898789009442 -0.9078245679095869 -0.8489485506063124 -0.86802190083331 -0.8247018179726432 -0.8058412003483434 -0.8583625114005002 -0.8289569874696573 -0.7698522298434402 -0.7416818727812446 -0.7218077033455041 -0.67118863874338 -0.5211908273680333 -0.3824370069478022 -0.253302575412683 -0.16473768403499373 -0.17471163908510576 -0.17698633248235301 -0.20795779394352623 -0.28191892061228774 -0.3136547407171234 -0.5157838529049188 -0.6991711476200353 -0.7781170747921712 -0.8720351137608963 -0.9037157542956862 -0.8447401591289716 -0.8687846885174276 -0.8255960034022616 -0.8056872839496477 -0.8600982666345989 -0.8310922356166363 -0.7694411905856839 -0.7405584102829328 -0.7118929968357417 -0.6788410091003223 -0.5130801655954127 -0.3382039614610967 -0.2105863610864579 -0.17262287608552962 -0.17656472737900544 -0.16560843315027324 -0.2315990389421721 -0.28191881697895116 -0.31452866977805866 -0.4833105724773707 -0.6841740380439557 -0.7999110373624847 -0.8830400878296747 -0.9253309143970789 -0.8669361874824393 -0.8845257527721907 -0.8441148213184276 -0.8240239721689798 -0.8750598174945071 -0.8412720877315439 -0.779461860751074 -0.7474277271589728 -0.7573023558590303 -0.7334730453501748 -0.5222686087309779 -0.3718871867033991 -0.2531718633442678 -0.17314569676092298 -0.17717637067953407 -0.17928235487796534 -0.22591055179066968 -0.2819292071950508 -0.31387718776443996 -0.5029795493330153 -0.7385282889193749 -0.8079262961796668 -0.8972941560349065 -0.9339162065740854 -0.8782337121619281 -0.8882248276089294 -0.8517613774845291 -0.8303046854711352 -0.8854854534454465 -0.8517739481942503 -0.7909587448826548 -0.7659862399788242 -0.8010506465705804 -0.7480538177431686 -0.5981020176299483 -0.44534076034202125 -0.26505368379708716 -0.21931412829465813 -0.22892905266085345 -0.21088744157767766 -0.2568043351204503 -0.2708394588329218 -0.32663112810066325 -0.5120431854101829 -0.641089519833484 -0.7649905179661907 -0.8341873752501743 -0.8433152412873642 -0.7931019281049458 -0.7828107995481819 -0.7487921506677525 -0.7381285152414956 -0.7635791397398015 -0.8258416122668286 -0.7923235053304727 -0.7668626970563186 -0.7557057717157479 -0.7392960474930932 -0.6104800327181295 -0.48205471073074074 -0.28583414052097267 -0.22347744839407824 -0.22827898236426636 -0.22485469026068863 -0.30657740860512533 -0.3853607692180397 -0.41387628142006233 -0.470507180791342 -0.596688504514334 -0.6482040713743872 -0.7780834136119892 -0.828700405441288 -0.7701840403741181 -0.7786749479704458 -0.7251064750066113 -0.7272539979395612 -0.753846252248013 -0.7815347541574755 -0.7616792580414355 -0.7322692024066024 -0.7719052989144353 -0.73581204925344 -0.5878255494120171 -0.4914693210500109 -0.30119069646476127 -0.2686382549044956 -0.2894654914481325 -0.2510994768022603 -0.2846704057741583 -0.2819188466493536 -0.315067327400855 -0.6784426907689749 -0.7937715825213414 -0.8356687368189402 -0.9330993286833212 -0.9743722580959345 -0.927004834619392 -0.9271724393777699 -0.8847456888248311 -0.8558210750780009 -0.9105934669637701 -0.8872336308705786 -0.818089036456079 -0.7981321192292428 -0.8422440509669492 -0.7959876259378194 -0.6349500734208716 -0.5018277265601243 -0.32107729862743106 -0.2581655581381369 -0.26965168849838245 -0.2614212590894359 -0.3384265214609338 -0.2817927347712113 -0.31510410743335593 -0.6796310428740211 -0.7649620452063223 -0.8088613422077222 -0.900061494371586 -0.9466010613567662 -0.877109300898973 -0.8912736642855394 -0.8478672565236285 -0.831494958021145 -0.8866488685570023 -0.8550843956152316 -0.7914215073803637 -0.7606794255397098 -0.8025477088780952 -0.7590357768857207 -0.6071269291545165 -0.4678016506195737 -0.2773835017365275 -0.21977473571247974 -0.22630875010751336 -0.2138046097409165 -0.2747523435994078 -0.2819187469145147 -0.3149111833056987 -0.6133423993382643 -0.7597538465629705 -0.8180288266084924 -0.9183236305081234 -0.9611923608119971 -0.8900218017791742 -0.9051924007606746 -0.8622738924475181 -0.8428597334616625 -0.8978530555747329 -0.8596605606154587 -0.8003744934118078 -0.7710347378432985 -0.8170863847957374 -0.7652000537073873 -0.6001931669419788 -0.44780928131966014 -0.27463875737806126 -0.22676523548933405 -0.22944895222398048 -0.21075361089025416 -0.26172180700450853 -0.2816996810714823 -0.3146715445217397 -0.647914193007868 -0.7641661541401522 -0.8531212378390032 -0.9427242729720232 -0.9831027040762622 -0.9485401655836057 -0.9278862144897564 -0.8887580107343841 -0.8618967676198251 -0.9096648474313626 -0.873094357623832 -0.8249044084093403 -0.7870737168439833 -0.818942621419849 -0.7864449696980477 -0.6368415092247623 -0.5520786126862194 -0.38591035936821216 -0.3217104807481452 -0.2871569296774574 -0.24906922816561128 -0.2960195877920078 -0.2819186804603903 -0.31486450374173447 -0.5993652004872366 -0.7269054108859845 -0.7958445398618734 -0.8757951728859469 -0.9197374721720569 -0.8576864303874131 -0.8722067964323292 -0.8362178869178454 -0.8243049691592651 -0.874858805914378 -0.8352580954427304 -0.7753609951036626 -0.7396434195011711 -0.7565888081837506 -0.706886003685384 -0.5293352655262571 -0.3714236662344112 -0.2502800512340174 -0.18369306187457923 -0.18550033507903946 -0.19588654441756936 -0.2174906469526673 -0.27085990669203064 -0.3267225008912835 -0.41598319127301814 -0.5525075571954757 -0.6963204846043785 -0.8133496228456372 -0.8197919791335548 -0.7799391839509271 -0.7696396701799053 -0.7306261161638131 -0.7363151499155175 -0.7635119233511134 -0.8130767916538595 -0.7780819490833255 -0.7256353534049338 -0.6512923111570185 -0.6146989913970861 -0.46609727983358834 -0.342933167518243 -0.24064615678074425 -0.19804626383136098 -0.1856452108876775 -0.1957801437372661 -0.23699541983017336 -0.33223944458337173 -0.38307229049280694 -0.4255153086975417 -0.566136421334078 -0.6410402787088455 -0.7840499738343737 -0.8548569955865278 -0.8118907341708456 -0.8284226233907023 -0.7841906087980814 -0.7817497047500497 -0.817542062136593 -0.8130107733961244 -0.7860757698077172 -0.7613991003028614 -0.8053213662806371 -0.7908703802346433 -0.6481871200978537 -0.5235872119897352 -0.32822594944627254 -0.35231726830733984 -0.35935149721806087 -0.384549350893758 -0.39230352767849247 -0.2819188742204547 -0.31503870308913884 -0.7603983598222209 -0.8371925891037436 -0.8682660712606344 -0.9906909207233159 -0.9853797056779082 -0.9329572833075891 -0.9273870172280755 -0.9137342470809724 -0.8853854200026366 -0.9205735968608743 -0.8999478406255726 -0.8391817402964934 -0.8226778929446672 -0.8590508864889912 -0.8098610919920699 -0.6673313769680566 -0.5564368769759694 -0.3613607801400038 -0.3205992413162104 -0.3042093608713818 -0.3063281977174451 -0.39839214884777574 -0.2819291452566792 -0.31499275600801696 -0.7387875357172434 -0.8672696927545376 -0.8918134444505018 -0.9722400032104912 -1.0 -0.9418126708438082 -0.9675084934787266 -0.9132906834953534 -0.8841694312554264 -0.9137168572584874 -0.8541230537418024 -0.7751805736225429 -0.7549699113897534 -0.7875518647181392 -0.7596567388880487 -0.610233280981426 -0.48103444536520273 -0.2833081913312048 -0.22503829150978177 -0.2300221439151573 -0.21000984860757985 -0.2709484626615518 -0.2818616638623821 -0.315086433486874 -0.5397821506705595 -0.7322710652254492 -0.7971306983255816 -0.8887787001763026 -0.9212302680218492 -0.8598018590951758 -0.8737527019241074 -0.8417589164593068 -0.8272802726034008 -0.8762483220916931 -0.8423993407395229 -0.7777776735303749 -0.7609270757582726 -0.795821377756699 -0.7312717906383831 -0.5745704867516968 -0.41353491451164004 -0.2676507942513707 -0.21483827945432352 -0.17686254039844654 -0.1670710944405174 -0.24512792063438546 -0.2819292143510373 -0.3146609114111576 -0.49058295864534096 -0.7181000583459899 -0.8106955475368245 -0.9010340980252998 -0.9362733427889711 -0.8706636048801217 -0.8872950790790791 -0.8528567145431074 -0.8365861942065502 -0.8901646334224802 -0.848983303415948 -0.7793384138186865 -0.7490053385777548 -0.7788227489613128 -0.7360952554773522 -0.5536130424828616 -0.41867056062281904 -0.266409097669951 -0.222887884668316 -0.22924881927660581 -0.21024880173469246 -0.2562633376317847 -0.2819291192366462 -0.3149899997217359 -0.6157094979588591 -0.7650774117439667 -0.8281354195307669 -0.9206104493458648 -0.9681610832452702 -0.9178552129918186 -0.9313480420334731 -0.8965689029546022 -0.8771285502379518 -0.9238092672465793 -0.8856426996929453 -0.8238130504653539 -0.7900248469258995 -0.8174458932826187 -0.7689514336958616 -0.621239358883588 -0.4959974316939257 -0.30024712249033997 -0.2352660586175735 -0.24644067402597258 -0.26331754426229254 -0.34038744323809816 -0.2710074747584333 -0.3270043082197508 -0.5363962786791673 -0.6402615970873818 -0.7394124044660838 -0.8113801745223079 -0.8209711518797039 -0.7835308442513563 -0.7690523294427094 -0.7309491161035571 -0.7185120476524393 -0.751119385038964 -0.80542399102856 -0.7540149594968336 -0.7290251970100579 -0.7078724030056489 -0.6697864924323275 -0.5465672036408863 -0.42397839340432236 -0.2667839681343592 -0.20813665848814752 -0.21384751966233614 -0.19088915560751119 -0.22747470506274498 -0.2884611157975403 -0.39708481981411947 -0.38040811792134405 -0.4902568906770249 -0.5880540957305418 -0.7471868057998992 -0.7920152083039975 -0.7302530514845162 -0.7515822019561841 -0.7066094003966882 -0.6856264534547604 -0.7132886754556318 -0.7369748696014096 -0.6860508497715527 -0.6448228925125028 -0.6891734409937478 -0.6406943146458352 -0.486973463385419 -0.3888911026646999 -0.24783366677580887 -0.19737624179496754 -0.20479471878216365 -0.21024424663716978 -0.24002284539492802 -0.281918938254563 -0.3526055068150011 -0.5165867476171411 -0.6472511589077864 -0.7212802288584684 -0.81454003990278 -0.8467642411349471 -0.815411953456588 -0.8503898865851207 -0.7880394304900401 -0.7897842964817553 -0.8418737151754374 -0.8147581942943025 -0.7336054938836817 -0.7053472989919115 -0.7035813373089265 -0.66520150260833 -0.490884781002043 -0.3374135864689929 -0.2462193046113557 -0.16505986245400958 -0.18009028517194936 -0.18654484614489897 -0.24113976308594598 -0.2819290945096603 -0.35254572051592437 -0.5010368760827254 -0.6500304358013902 -0.740138516738743 -0.8536718456380934 -0.902632928915254 -0.8409579962566474 -0.8531031324476986 -0.8202069021413784 -0.8023895894203538 -0.8551967807868899 -0.8263832766688538 -0.7536872906107371 -0.71680690818495 -0.7149312078396775 -0.6779407384659013 -0.49454329758806376 -0.32455476486427987 -0.2159133343959915 -0.17737536501568912 -0.17675163811483216 -0.1690237039275455 -0.22071243977635602 -0.28168200424429807 -0.3526554210788939 -0.48691344148238075 -0.6456275077699662 -0.7526340997303804 -0.8677970381164987 -0.9051196964099102 -0.849194256032808 -0.8611672727467995 -0.8225474559171821 -0.7993204961627931 -0.852657769084524 -0.826041279256402 -0.7571912440873741 -0.7443698728435131 -0.7636927749460127 -0.6819480313784746 -0.5034829015771337 -0.38134141883922557 -0.25490694734593106 -0.21673560648060025 -0.22235087441802656 -0.21101146951147648 -0.25377889906671863 -0.2819189592713148 -0.35258989298057875 -0.5064514761593137 -0.6035162076562833 -0.6765337824067816 -0.7875042348307563 -0.9103842542872471 -0.8731905283823943 -0.8911966597565101 -0.8485789196391733 -0.8351997527281624 -0.8935856567654756 -0.8543062382278902 -0.7944048123499668 -0.7505166529632931 -0.7968811766042692 -0.7699161240470059 -0.6207654544782023 -0.4875447050202388 -0.30563458115612935 -0.2593184635818128 -0.25866576953971887 -0.24253464317468132 -0.3454038359515538 -0.2870799898487576 -0.35261294423259276 -0.6741366596032614 -0.78272615089673 -0.8353224285162613 -0.9254100670195081 -0.9606373488548554 -0.9042975915727315 -0.9280666548089929 -0.8899172842899542 -0.8591745858299911 -0.9093188691508511 -0.8712097896105 -0.8064410503321857 -0.7912257770349997 -0.8113149084369964 -0.7858573398787533 -0.6320136984383797 -0.4968270137261725 -0.30838754231650456 -0.25717146603122587 -0.260526066783525 -0.25106519342286876 -0.3575890797298197 -0.27104216049877117 -0.36458586407070975 -0.5946226209568659 -0.6823113887701097 -0.7985342494238904 -0.861252338671724 -0.8848069776889345 -0.8332327065255829 -0.820334097823506 -0.7816680990534587 -0.7820345425045662 -0.7717464573074485 -0.8662253328608241 -0.8345947776407757 -0.7986500257068572 -0.7539030406061751 -0.7443092860462566 -0.6272368586438039 -0.50520753020116 -0.33667746190887593 -0.24815001844811996 -0.24466048093274584 -0.2238448483228335 -0.2702336815280151 -0.3773720421190276 -0.4460767674727046 -0.47046972200835113 -0.5770008379723157 -0.6315060492122688 -0.7674329006689408 -0.8107434197123098 -0.7644868206581432 -0.777996889191539 -0.7319332714233362 -0.7276084912849157 -0.7611905083690911 -0.7834131878688771 -0.7538689288049216 -0.7183501185752544 -0.7461573198246575 -0.7332339294659811 -0.5759442058689946 -0.47631485333827556 -0.32665726404717943 -0.269305454142684 -0.2708988503476326 -0.2764452683143336 -0.33661727569256766 -0.28171718689274394 -0.35265026275584 -0.6575015850143912 -0.7639480260345186 -0.8187359699409005 -0.9095661223780538 -0.9539568756708038 -0.9111682261270595 -0.9273853598574997 -0.8730888160142806 -0.8597855791581457 -0.9126164139243388 -0.8642463701550136 -0.8117941790858604 -0.795231621491228 -0.833813808289025 -0.7943504119613239 -0.6127470202554801 -0.4858146925078292 -0.26697198068260586 -0.21177584110953956 -0.2088312640109499 -0.21190936478100975 -0.25448117211996746 -0.2819186805725256 -0.3525933677808574 -0.4911491705608931 -0.6537651483753737 -0.712635744876348 -0.8409003688099711 -0.8605516602856389 -0.8470620061104357 -0.86010253571513 -0.817821496939634 -0.7986647989958585 -0.8638053363185331 -0.84606870909227 -0.7968897133433679 -0.7654455685416466 -0.8082889235248544 -0.7730424394914124 -0.6224538310545944 -0.4869353811273513 -0.30077775249621136 -0.2596107924758991 -0.26350590472489105 -0.24775387139732563 -0.35299737027641614 -0.2819189811794407 -0.3526142335350112 -0.6697113915418516 -0.7647491139635788 -0.808549561223946 -0.8774443292317434 -0.9106996940190366 -0.8482875874169057 -0.8691107594741261 -0.8407822853052335 -0.827763760425079 -0.8451344482923031 -0.6900260525329822 -0.5735321537926015 -0.5376020967543458 -0.6300198949160342 -0.6047425552807374 -0.43746912663621723 -0.2903172988034891 -0.2197004576984242 -0.16770195323148904 -0.1789293674113911 -0.17145530178197235 -0.22370090337589008 -0.2819189976736801 -0.3526034967772202 -0.5104947314939682 -0.5687325854558187 -0.627971397362203 -0.7069962223074058 -0.7395648199046672 -0.7068859381203972 -0.7378266588847031 -0.7137199261454701 -0.6943383605174392 -0.7468847896421609 -0.6984363387603857 -0.6089363202492004 -0.537615489896165 -0.6048035476159537 -0.5614898776924506 -0.4280745327957758 -0.31510562253629454 -0.18049923266390888 -0.11115236340776206 -0.1436899242666065 -0.13320587199859324 -0.19563145973609222 -0.2280300583734937 -0.2987158307871325 -0.42251635352709094 -0.5133403365768475 -0.5687362356881507 -0.697036659577081 -0.7438204569093095 -0.6814520820680456 -0.7222051597795718 -0.6816218825984719 -0.6775773679301339 -0.7432987115196131 -0.6842294313273223 -0.582389329251524 -0.537223588597325 -0.5650675743599879 -0.5077887329421156 -0.4060121071072996 -0.2654094891086154 -0.14528004037934067 -0.10308642555354784 -0.113197607863906 -0.10262961282546354 -0.17030556401452354 -0.21717164885466025 -0.3106346890251648 -0.354726530539901 -0.38572291417213944 -0.5132106383862862 -0.6213035110765348 -0.6451600977303855 -0.5714589109288163 -0.6052700196716299 -0.5671870200606799 -0.5341703036093545 -0.6056264356581058 -0.6400581469688883 -0.5924809822051647 -0.5258009140965512 -0.5615439382704722 -0.5274227644413395 -0.4060702717014414 -0.286079134434413 -0.14815082349393427 -0.10126947891220757 -0.11240043527795625 -0.10113864067630858 -0.14002055357573104 -0.23102971877677406 -0.31233341896429695 -0.34464507574422953 -0.4475724908593428 -0.4131919725687048 -0.6063499290085351 -0.6755226922330564 -0.5940648257961567 -0.6266020995501947 -0.5647470912016438 -0.5627317405180148 -0.582246320644732 -0.6178026295907659 -0.5553408188345023 -0.5025898756708623 -0.5141995923485064 -0.49447849500124547 -0.3194968019492117 -0.2642340748384025 -0.14522900036298486 -0.1064293674667585 -0.11783404118994369 -0.10523419863468217 -0.1557379935688812 -0.22801951964635314 -0.2987120332244897 -0.45705844789382855 -0.5149859649140947 -0.608630965545818 -0.7168414117895963 -0.7781974950510252 -0.7173794930702694 -0.7412098550909391 -0.6608728650477623 -0.6715893661470562 -0.7091575717052441 -0.680650343314802 -0.5816800409659522 -0.5091587833931223 -0.5806561453270535 -0.546086463579534 -0.4015639873547572 -0.2827234948714661 -0.14537241187450659 -0.10695946938615575 -0.11860577347647043 -0.10683122926427871 -0.1591567112662968 -0.2280195327814674 -0.2987023661170547 -0.4521635762749265 -0.5444894670653241 -0.5647534494920688 -0.703887087542318 -0.7529517500323899 -0.7016098268607396 -0.7435248705942537 -0.6912068799953895 -0.6864481463979284 -0.7561748479981335 -0.7076547286168209 -0.6070925835291897 -0.5391041387027222 -0.5182921466267589 -0.5520332801888522 -0.41381875621880787 -0.28713697970861274 -0.1464954665867955 -0.10760184692281055 -0.11868649881208827 -0.10732848472257352 -0.16539437166760587 -0.22801939307763663 -0.29870227718381775 -0.44797867238627853 -0.5543702857904562 -0.5653313895434161 -0.6883458216459986 -0.7630460544115083 -0.7287129536622946 -0.7145737668458358 -0.633956571405323 -0.6144050285688336 -0.6817132233998277 -0.6448206230338044 -0.5813148889967922 -0.5480107808503796 -0.56344714768111 -0.5274676926017104 -0.3834642012907939 -0.25866391369079594 -0.1809670278383189 -0.13493021873214986 -0.14611880198117644 -0.11631622503699628 -0.15539978099776222 -0.2280197178796479 -0.29869194830485485 -0.41437947498031713 -0.5066704317243169 -0.5805444272668037 -0.7024091997766739 -0.7511480539511274 -0.7026612316240091 -0.7829892091382851 -0.7183415318309502 -0.7157646532208926 -0.7734275571525487 -0.7468041384140088 -0.6570399141327194 -0.6220793283322207 -0.6516223423916132 -0.6135364945539648 -0.4711770229468114 -0.3113370814028334 -0.173223273671346 -0.14318375057737084 -0.15259024844310107 -0.13816213378440614 -0.19223367672755706 -0.22803009763821316 -0.29865594555651964 -0.5072646606415497 -0.6294814405399294 -0.7201458458233967 -0.8114753922759622 -0.8461491275422861 -0.7887196113309812 -0.7917565567948491 -0.761105681260727 -0.7418514682313313 -0.7925906989808378 -0.7625375612236579 -0.6835137568909903 -0.6658785544573209 -0.7041877367257084 -0.681120208996777 -0.5448875184700382 -0.35413546743515073 -0.1942528606746521 -0.1423544722082265 -0.1536908237470251 -0.1359850893276148 -0.18123850580321024 -0.21717169946360318 -0.3106299489731348 -0.3659873537623735 -0.4942405027472469 -0.6086601234715125 -0.7307403662427335 -0.7396832879277508 -0.7060832225015595 -0.6840250396031506 -0.6620805081734554 -0.6264487296653097 -0.6571119219132416 -0.6978663778098941 -0.6170692970739465 -0.5640747463710438 -0.5171078225919307 -0.4618140361374651 -0.3709972314287251 -0.22879361352621178 -0.15324648395796414 -0.10137124339885269 -0.11264798197931201 -0.1102760621532433 -0.14037954297859317 -0.23084649761721038 -0.3126627606617291 -0.3404083738242859 -0.3905451863002714 -0.38731347773179403 -0.5440148944671676 -0.6037485853987067 -0.5576447439742616 -0.5738393000407634 -0.5295193724281237 -0.5210019783101693 -0.5705448867452618 -0.5534475546989552 -0.5311116377998838 -0.4717827918455358 -0.5581434104262435 -0.510228114724107 -0.37610652479214174 -0.27419384209796166 -0.14533507939220675 -0.10722753552253486 -0.11766992225024325 -0.10640325471793792 -0.14685671131432082 -0.22803009528135987 -0.29860469139436235 -0.45041969430068185 -0.5106323877911296 -0.5268861316671258 -0.6350868876633508 -0.6884408346761591 -0.6314594286226516 -0.6920384866890227 -0.6540294872820609 -0.6503649128494068 -0.6968723247610348 -0.6807203303783858 -0.5933653489787615 -0.5629237244021371 -0.5539179985546278 -0.5182979536069828 -0.35393101912585306 -0.2602022025093588 -0.14904667981793587 -0.10749571712529599 -0.11858147942361935 -0.1072850443135731 -0.15640803968686828 -0.22802970005158438 -0.29868504110667166 -0.45862491418954515 -0.5060235251223733 -0.6470623691340317 -0.7487249744979189 -0.8244223912805042 -0.7596449226167261 -0.7879191337002179 -0.7477886423072765 -0.733164757454197 -0.7808366046836396 -0.7260616361820889 -0.6603379890113124 -0.6802500655349677 -0.666827004406717 -0.631539826253641 -0.435299546599885 -0.3231964654629999 -0.18843381768484344 -0.14256605839807968 -0.15294683840947648 -0.142196751223018 -0.19966211484657176 -0.22783717299481945 -0.2988759239595491 -0.5852822035149191 -0.6782902287666382 -0.7267288054048338 -0.8128236036442613 -0.8542729564461081 -0.7988048248030252 -0.8077654405265465 -0.7780692523632512 -0.7577099316433413 -0.8093819060892208 -0.7796178943746098 -0.7189380659485697 -0.738982754318206 -0.7406437209413095 -0.7024573313864967 -0.5565985652321513 -0.4332012827971205 -0.21764337044609172 -0.16967185520320985 -0.1859843086169324 -0.1732299563591278 -0.23914029568657616 -0.22801977157850417 -0.29871251780406194 -0.6075102151553787 -0.7003167946621394 -0.7444292695061042 -0.8442713105392383 -0.8754818918383644 -0.814775328203704 -0.8347635733018994 -0.7808989311827299 -0.7666885657311565 -0.8252797948073957 -0.791064729823423 -0.7294176965145738 -0.7342258650791669 -0.7310476304805822 -0.6909594827125422 -0.5457477435465725 -0.42142401021392084 -0.20340213718592096 -0.15602948089261706 -0.16675253432083706 -0.14885050786102216 -0.2174516346763356 -0.2280300706990838 -0.29869011504313664 -0.5814466484498876 -0.6771767618776539 -0.7326715081130685 -0.8476452202941485 -0.8879447439703904 -0.8445364107884518 -0.8480662986353501 -0.8120612891631623 -0.778473703282872 -0.8194110589821182 -0.7897130064240097 -0.7405253279463461 -0.7686625008262834 -0.7733566475038727 -0.7350652284734811 -0.5782749838385011 -0.45687059276450526 -0.2190410549994979 -0.17710255402019462 -0.1877426509351489 -0.17206618929583384 -0.24603999175987878 -0.21712292819833331 -0.3106569693453977 -0.5169382928503575 -0.5879399482005049 -0.6892456099402341 -0.756308768939447 -0.7821875446768565 -0.7389667393052066 -0.7294652481151179 -0.6900756473894064 -0.6798830532782112 -0.7111199281930319 -0.7665187393312517 -0.7273593927298334 -0.7442213948997769 -0.6894701029305689 -0.6816250287121716 -0.5545486619572552 -0.4386700689558126 -0.20231523187487094 -0.1588077781030625 -0.15151590053540556 -0.1570725062289499 -0.24800243059982516 -0.3636205584550679 -0.39616751650169335 -0.4932161140479457 -0.577720330585961 -0.5863407763855236 -0.7149398317666552 -0.7626051612573508 -0.7014206285502209 -0.7074541831335134 -0.6582041175981266 -0.6446917351415339 -0.6755092179251708 -0.6990979102493697 -0.6665999803193201 -0.6769659218042854 -0.6010265982297867 -0.5281498394404612 -0.3617888723212505 -0.2599911775846313 -0.14521755186405058 -0.11551462264464496 -0.11836008396618707 -0.10676773185805903 -0.1468377936448368 -0.22801953017081786 -0.29873355372960064 -0.44573376736399134 -0.5146511985094965 -0.5776831025606777 -0.6872780430869507 -0.7215599021813899 -0.7011532837047622 -0.7293295720766266 -0.6596140818864463 -0.6406347046564989 -0.70734369059257 -0.6931430190580973 -0.6149374641870002 -0.6391541301343604 -0.6168156023454066 -0.5410345931506657 -0.37373025284025346 -0.24322385123314622 -0.14600074713028796 -0.10738967063721977 -0.1186371248873832 -0.10741293096294734 -0.14752249068150358 -0.22802998605482766 -0.29866747143609074 -0.45199762314771824 -0.4940913372510853 -0.5751856943026945 -0.6991943009746983 -0.7514774481083644 -0.71707766878264 -0.7432600560385269 -0.7184676361335539 -0.7225098516945547 -0.7550636291645476 -0.6949191560711171 -0.606688556638372 -0.627750305446524 -0.6284593294107582 -0.568298569478233 -0.3851929352419883 -0.2415808614910245 -0.14558456297029368 -0.10738667377857211 -0.12763147758829052 -0.10738378480717352 -0.16430770158175803 -0.22801959323941198 -0.29872711588907236 -0.4587376304896602 -0.5061956506168396 -0.6357618175472057 -0.7736039624524935 -0.8420183226747295 -0.7823258794109716 -0.7926174276868119 -0.7538813900493674 -0.7348105309433166 -0.7888038008143293 -0.7640005893365992 -0.6883113360210159 -0.6613378026813254 -0.6436846336223254 -0.5702822868104039 -0.3967806698132702 -0.26026140005120113 -0.14598476409995603 -0.10748003073750938 -0.11864972677601035 -0.10726414599555927 -0.16439575922396837 -0.22803007470386802 -0.29869452343045716 -0.42815644516782536 -0.5321249542983472 -0.6656301398868871 -0.809551985519173 -0.8465864991819289 -0.7880690895384108 -0.7991135457519237 -0.764220563813751 -0.7459347599591726 -0.8031082282248291 -0.7758627492209308 -0.7086348172523447 -0.7113054885135659 -0.7251064213921642 -0.6303596086899428 -0.44078970182722604 -0.301936223878471 -0.15063568825466978 -0.11709065140143449 -0.1186637285458592 -0.10727379180673646 -0.15642388034475688 -0.22801952356038332 -0.2987061772468642 -0.42991304076920783 -0.5176185172659148 -0.6092107693444653 -0.7602134712596726 -0.8452806209551007 -0.7824163627934723 -0.7936808717366374 -0.7550802473632985 -0.7360938763070429 -0.7903634213347845 -0.7610206641990525 -0.6821868432952481 -0.6469757579936649 -0.6224520920335758 -0.5494341103491721 -0.3961182785076256 -0.24162902535417893 -0.17978636384790542 -0.1017108335580912 -0.11292170992186322 -0.10188158888454002 -0.1426373509652067 -0.21699509475613726 -0.3106727958423893 -0.3512439022014061 -0.3911349176348313 -0.5042072806322418 -0.5832188694479598 -0.5910472971536181 -0.5956831370035469 -0.5789562695842985 -0.5234332703677765 -0.5426198582972591 -0.5481479553621578 -0.5903435333299328 -0.5583357319660429 -0.5748575094393265 -0.527349681841203 -0.5168917364126507 -0.3876049087240146 -0.2837231646374098 -0.1792823211572866 -0.1374102508795536 -0.1402158307634826 -0.1251266858004928 -0.18065536149999015 -0.2594093414193197 -0.32344485956142627 -0.318004517521205 -0.4140334050015225 -0.47924137446922055 -0.6190457963145338 -0.6556012597752887 -0.6561393246809829 -0.6152178267383788 -0.5865686802363997 -0.5803102327778172 -0.5813604580899919 -0.6158716979867793 -0.5783271005269325 -0.5772396491565334 -0.5834174143802707 -0.5259618328598872 -0.38725459923269556 -0.2902033072146579 -0.15052911511347739 -0.10653109640897206 -0.11786250375074826 -0.10725066998779563 -0.1468767485194785 -0.2279529517667824 -0.298711057167474 -0.4420580874928983 -0.515274089640178 -0.6935576893877952 -0.8151294929534578 -0.8529087467622289 -0.8018118951814589 -0.8220797716292914 -0.7791785164824687 -0.7663538778257848 -0.8219422548178921 -0.7944056256821425 -0.729078917795397 -0.737829280997463 -0.7330806230609097 -0.6911390036427761 -0.5465726309939223 -0.3147616475843283 -0.1683094360750168 -0.13476645465988885 -0.14596144257046959 -0.13480646000903532 -0.18298532231402861 -0.22801974908568567 -0.29869993533641725 -0.4275752411181361 -0.5339837627557479 -0.5972368286086559 -0.7229897695369696 -0.8382619574600457 -0.7763581678758026 -0.7902095660504831 -0.7483104366548197 -0.7299673434566689 -0.7815663537345544 -0.7268971086468765 -0.6399547483035486 -0.6360569378366323 -0.6258364313390781 -0.6003206112192517 -0.4642715018732269 -0.33957177926472004 -0.16894035825574813 -0.1346956721205289 -0.14626974028397483 -0.13515879667435757 -0.18290610520246464 -0.22801951097590062 -0.29874285700291 -0.42838418698775704 -0.51996508939451 -0.5783079244443842 -0.7324885235255857 -0.767898202685862 -0.765455500355919 -0.7881538006259817 -0.7395243055633299 -0.7023922811856039 -0.726192665044253 -0.592825758123383 -0.5046985928907014 -0.5885747135067894 -0.6113020526262585 -0.5668615364293225 -0.3684954316644062 -0.27800444507415867 -0.14642744078780146 -0.1073004253915005 -0.11859230455885142 -0.10750703702864611 -0.16062701794336415 -0.22788963418348668 -0.29872001617676086 -0.43856663137453106 -0.5315184820892295 -0.5652081535244302 -0.6443940630214094 -0.7115179765239497 -0.609504040824491 -0.6321403889350043 -0.6041781208883091 -0.5933609742023532 -0.6593239799026732 -0.6520978512305777 -0.5807436420580359 -0.602145736184275 -0.597650822206098 -0.5500175854576037 -0.39797089562702764 -0.2714729519827656 -0.14863582452089222 -0.12522859355177524 -0.11854641137336831 -0.10745214268168297 -0.18924352101847672 -0.22791861342913175 -0.2988122302713654 -0.4644596022693228 -0.5562535088538256 -0.584135009457478 -0.6403030162637655 -0.6858556831666099 -0.5741360121463691 -0.6859511044332742 -0.5789565195367403 -0.5681607413077208 -0.6521779231787218 -0.553618886724526 -0.5677344794225337 -0.6015032979072572 -0.5855129842090616 -0.5293224985969324 -0.41008465057041316 -0.2866082440306131 -0.14406756938123091 -0.10198204213157941 -0.11303308278911725 -0.10170090068073949 -0.17337633486392606 -0.21717143448210735 -0.3106979612970363 -0.36558966313208674 -0.44970093725702626 -0.5289988161063828 -0.6052261672652042 -0.5738494295967556 -0.564686393189242 -0.5602790711392498 -0.5142227889869304 -0.5018707955158623 -0.5303876856678414 -0.5863510010105022 -0.557936819449338 -0.5754713541596105 -0.515348911831591 -0.4608212952508413 -0.33124191345207404 -0.21318068636118742 -0.16725707665036194 -0.11918839126058005 -0.12966132082120138 -0.11976699918502298 -0.18088312817015598 -0.24175767037067003 -0.3382463882756539 -0.31648973890945137 -0.41796425253638636 -0.41821874420638117 -0.5763789768867155 -0.6269389787052422 -0.5395385494913696 -0.5554393462072962 -0.48909169778544487 -0.46160922564541274 -0.5253199893313265 -0.5396219306390595 -0.5050244476515157 -0.5645384078982001 -0.5892657008884226 -0.5050759543285263 -0.3368841565116138 -0.23376490463313243 -0.17263960179223525 -0.12597755629695798 -0.1372400402976427 -0.12613618665684184 -0.19108646129699763 -0.24597415165404732 -0.3166931665862107 -0.481177892447167 -0.5847408267250016 -0.6101108575893937 -0.6907543516677137 -0.7035333681940383 -0.5925335797925707 -0.6524149117883468 -0.6076546648345601 -0.615337683752007 -0.6418345209380059 -0.608462760948731 -0.590986299351879 -0.6168622882407115 -0.63069353970923 -0.5789624872698341 -0.43083126546572553 -0.2977510690431562 -0.1668803939787589 -0.12633669151583682 -0.1370423363958384 -0.1279330497268894 -0.19835541048263308 -0.2457490157746742 -0.3167566761995689 -0.46077277196189403 -0.5654012566214142 -0.6203975287817746 -0.6576438351155137 -0.7156891344121746 -0.6852637771618811 -0.7253964441822147 -0.7132480611183478 -0.6937637315769773 -0.7172275538661899 -0.6754990668123817 -0.62774788509202 -0.6219461290909662 -0.6235239488272664 -0.5735651193179091 -0.42732999418105605 -0.301861301352481 -0.2012375775869951 -0.15563260753554473 -0.1364297376328398 -0.1260249579142026 -0.17412487430666165 -0.24598587214263043 -0.3166761021906292 -0.43341190475237806 -0.5340728472237163 -0.5796096342198384 -0.6495791646960251 -0.7497517113775424 -0.663733150912006 -0.6687064594118002 -0.5725579585143465 -0.6234613404059732 -0.6432757080919446 -0.6246916322064183 -0.5987948983868709 -0.5983140020934531 -0.6098954824978143 -0.5826623154944847 -0.3921511504972233 -0.26077273077409235 -0.1703026443201282 -0.12698506029915907 -0.1375073037272273 -0.12889326363884898 -0.18498834925399152 -0.24598607479502957 -0.3166876828231836 -0.48912789523945793 -0.5789908857078111 -0.6028485295826924 -0.6984687269753739 -0.7617291610512245 -0.7004053536702741 -0.7269154117212877 -0.7148703304896283 -0.6953398747810814 -0.748428637976835 -0.7038522772631042 -0.628960257689416 -0.62084569246205 -0.6057255529340057 -0.5737076395557096 -0.42993109580971 -0.24741907326641707 -0.1687530423627601 -0.1271007751402793 -0.13741825590696546 -0.12890023799771663 -0.19019563470880907 -0.24584071574113955 -0.3167338346366068 -0.4892439212939781 -0.540234958230205 -0.5782987167575826 -0.66802047012868 -0.6709750349342007 -0.652871234960612 -0.6941190678835554 -0.6381086534917438 -0.5859457503804311 -0.6540114035607149 -0.6489908612012695 -0.5907363101865639 -0.6054376958603077 -0.6203455128243727 -0.5768472423393908 -0.43893091948334256 -0.30654633313627405 -0.16482928732168384 -0.1208429262060247 -0.16774401582858808 -0.12253802995274865 -0.18555540542386093 -0.23513806066875212 -0.3286489332206447 -0.3818286722234441 -0.46008455564926104 -0.5631220501686661 -0.6305230816581614 -0.6672835017736035 -0.5974443234395441 -0.5979221046058784 -0.530646129086079 -0.53304034956398 -0.5696859706607623 -0.6224272435972807 -0.5899287617444623 -0.6159477142620866 -0.5599825952812169 -0.543334952226596 -0.4102581964199101 -0.26196490521626403 -0.16800712504656362 -0.12010825024176969 -0.15825353605738235 -0.13595934033233062 -0.20568203851137185 -0.28855369118985463 -0.3875329569969149 -0.3170517550900254 -0.41600605692535686 -0.433727191228419 -0.5685955357429778 -0.6149692697500062 -0.5517854771792712 -0.557386357962961 -0.5137488491348454 -0.5039318986679954 -0.5408402107884758 -0.5573996669325484 -0.5359537573415075 -0.5461870102469969 -0.5518128385246687 -0.49059191421043047 -0.3377923945934016 -0.23581332170310484 -0.16426256151731014 -0.12491138912645981 -0.15394376444093977 -0.12639877182908743 -0.21163989532409086 -0.2459860964727127 -0.3166984020748197 -0.42022080965018066 -0.5250719195967998 -0.6027278378970242 -0.6895770113672091 -0.7248035341919724 -0.6674354250463305 -0.6497129547948874 -0.5911015830871543 -0.5688508375819948 -0.6368017304186506 -0.6511316527951464 -0.5916996911168572 -0.5913879015987292 -0.6186530586189382 -0.5777087917418435 -0.43099361210114495 -0.29693151154682745 -0.1677186410086311 -0.12599752175290005 -0.13572446027490212 -0.12594294991457852 -0.19662068863450424 -0.2459858732298937 -0.3167301502731987 -0.47720494509496836 -0.5679129963692414 -0.5752537756561629 -0.6791139820903377 -0.7450683464928028 -0.6848714855079487 -0.7100733127175346 -0.6686585220300437 -0.6656901259146787 -0.7034122627514922 -0.663669334713317 -0.5640757801215958 -0.5372437468330289 -0.614325373822805 -0.5512108110367899 -0.39658084938279625 -0.2916557525926459 -0.1709157492722959 -0.1272745982872315 -0.13771219937487073 -0.12482191107237234 -0.2091273873632748 -0.24598602218216523 -0.31672320020002515 -0.48820355828729795 -0.5169812939308345 -0.5884318466464191 -0.7157837878836292 -0.8193511401626996 -0.7923984069966644 -0.8033855912557938 -0.7694420565685681 -0.755031307224019 -0.8083165080621709 -0.7785294215221233 -0.657879963015924 -0.6331303228312235 -0.6087892954645379 -0.5583983233289971 -0.42212971970688845 -0.3025544946726605 -0.1950916358690931 -0.12699839987525924 -0.138023029120697 -0.12622757987034566 -0.18417424866220491 -0.24594514595213846 -0.31678333569685746 -0.43865658768786525 -0.5382992408063856 -0.600731142179493 -0.7261419496790472 -0.7764138919752716 -0.6992530216668819 -0.7115045124856115 -0.6999827185811208 -0.682455086236613 -0.7357630711150709 -0.6782875276163587 -0.6059138407258392 -0.6085607384165509 -0.6107043105416087 -0.5623659907029729 -0.3948693089364103 -0.26091894711928487 -0.16768565606849603 -0.12873956139095 -0.13832391384919948 -0.12600285936407254 -0.17594953592034657 -0.2459860452577018 -0.3166912658309459 -0.4852561950084573 -0.5815867475381972 -0.6224675220967011 -0.6951931987084479 -0.7279339909540341 -0.667175562380804 -0.6692657567793041 -0.6162282413775902 -0.5747846755631216 -0.6812609389128108 -0.660668592564767 -0.6054828467410907 -0.6224922668376667 -0.6207805585914471 -0.5754423987118877 -0.4307447915280243 -0.302667516763999 -0.16423748261666313 -0.12227935143801903 -0.13419699498916743 -0.12100766359931991 -0.19405262609794505 -0.2351377108770386 -0.32862467431230413 -0.41708981705955905 -0.4500907218108882 -0.5476081787233555 -0.6202610048298548 -0.6275252970074389 -0.5834296998166558 -0.5765017034801723 -0.5305943603224494 -0.5246071108703187 -0.5518968703216429 -0.6055769618634922 -0.5784283001132497 -0.5944315743705199 -0.5449382282281534 -0.533178597611524 -0.382784820176505 -0.2684375915655666 -0.16778075183462793 -0.12006529185346852 -0.13097231598115636 -0.12084752535924731 -0.17739043705114624 -0.28262621837231494 -0.3784910260101098 -0.3566477754377854 -0.41497418963098964 -0.43299842047247555 -0.5719854193745859 -0.6265882409948926 -0.5548469287370916 -0.572701942133896 -0.527914038553047 -0.5094206167836167 -0.55082972420612 -0.5743192520103227 -0.5831607166757751 -0.5471794855018071 -0.553657549750633 -0.4895380272759915 -0.3374989295489182 -0.23646424413128936 -0.16461914572652048 -0.1254009350906191 -0.13616645421443152 -0.12355978374579468 -0.19831810306454378 -0.28984450910685805 -0.3769178602908225 -0.45303282876305045 -0.5062767269373153 -0.5920678518289902 -0.6822436853145964 -0.7189055322026441 -0.6617897834297561 -0.6742168898632361 -0.6342805080287041 -0.6116031926957296 -0.6629622079864467 -0.6360827928395578 -0.6122320454197779 -0.553971306806736 -0.5706493013680642 -0.5197640596445241 -0.37363373719439436 -0.24731711849427956 -0.16468426143877898 -0.12540560761674713 -0.13592676182595553 -0.12701152984914185 -0.191584972530979 -0.28881254774223303 -0.36863047984042674 -0.45408098805663916 -0.5070172518284616 -0.5549725793930046 -0.6733376809382723 -0.7153745568979373 -0.6672505633813486 -0.6837714417372471 -0.645059698759438 -0.6127374783271471 -0.6655206277873444 -0.6528888490361646 -0.6298892498354969 -0.594242590405058 -0.5626372841843865 -0.516630716877944 -0.3726554031632732 -0.2485306408208202 -0.16579050521836233 -0.12571616472438266 -0.13617684407768485 -0.12680069303464167 -0.1914575266758699 -0.29391583971714075 -0.38274361357198566 -0.4590095409724207 -0.5480540813105682 -0.6011087750468979 -0.6898757199740068 -0.7299846138403875 -0.669411381176015 -0.636243665750362 -0.6477141244885131 -0.6290464331119309 -0.6759870981158791 -0.6444070265612121 -0.6375644417521279 -0.6250155669842763 -0.6298387204096534 -0.577731221212707 -0.42945760201477245 -0.30600841587151384 -0.1653325881072981 -0.12590422723893577 -0.13574242510628248 -0.1249797961076228 -0.205729670021607 -0.24598598389196893 -0.3167196232850195 -0.5132303336855322 -0.5684340497972918 -0.6151285690078244 -0.6956292413748071 -0.727989616617067 -0.6705903672031903 -0.6913967963911127 -0.6425953229533049 -0.6194906747791721 -0.6737705730917533 -0.6581840601995234 -0.6324182900170268 -0.6149481804376953 -0.6178110052267433 -0.5792932153766583 -0.4303455732925941 -0.30720775412585055 -0.16744760380488724 -0.12852488549409374 -0.13793302155754605 -0.12762045939497216 -0.2055783615960285 -0.2459859105038437 -0.31670374957372155 -0.4971908972621416 -0.5569459258856937 -0.6130568946905273 -0.6968614465648111 -0.7288347483031546 -0.653890270626312 -0.6710937849810079 -0.615397833934292 -0.5587116268805179 -0.6120691340763228 -0.620115256658721 -0.6356144689112727 -0.6123202294053236 -0.6151661447294565 -0.5800980209581674 -0.432010797522157 -0.3047699427038577 -0.1647579682163137 -0.12082875449072944 -0.1317653605276852 -0.12223609519987336 -0.19291955208202427 -0.23514830502155945 -0.32862337064362396 -0.4266874799950127 -0.47013543737120755 -0.5645496947202809 -0.6283520288216942 -0.6748867223777703 -0.6583223424598135 -0.660585093274909 -0.6228695016817343 -0.6071326703821374 -0.6453163404368338 -0.6609449319765126 -0.6419373472807381 -0.5819318440072166 -0.5119879914597177 -0.5495236935056356 -0.4087005601808319 -0.2886084876192532 -0.18390364278022467 -0.14152306419387436 -0.14024182000272326 -0.13464157380581232 -0.20567021959068907 -0.269879675146333 -0.3546892272182027 -0.3685263937557789 -0.4331097647598204 -0.4829825379693531 -0.6836301119574859 -0.7213626060810391 -0.7018463635679217 -0.7027122424720366 -0.6610700538374067 -0.6459562256989815 -0.6707555196857299 -0.679208448841967 -0.656017645877485 -0.6140690317606374 -0.6118642571652301 -0.5937412395470562 -0.4448854180425198 -0.3429931792725644 -0.1977423550769156 -0.16616329445644754 -0.1801157659884141 -0.15965495171387237 -0.17218198818966451 -0.2459658546705619 -0.3167220298155599 -0.5216685521759745 -0.5796773621388597 -0.6198382921221053 -0.6982784942992742 -0.7249034038270291 -0.6611610719480083 -0.6702789396138957 -0.6252030752321324 -0.6031033520118655 -0.6575381932309277 -0.6335744950761465 -0.6124689029990276 -0.591538555650397 -0.5931396915344079 -0.5317692044635483 -0.3721376937669371 -0.24808100163682972 -0.16705428150410515 -0.1259971797857638 -0.13732970965303698 -0.12794726486102304 -0.1909134166761957 -0.2837006699926173 -0.3769614819032249 -0.45308276003971126 -0.5078137347586296 -0.5732304780735122 -0.6537448363318626 -0.7087704405680205 -0.652609920316297 -0.669426354599304 -0.6334951655748536 -0.6125890971042799 -0.6702967142098709 -0.6392854807276049 -0.6170355939992265 -0.5912481375463168 -0.5973803808526725 -0.5569530958189676 -0.37923241319935114 -0.24783502930162257 -0.1668525163413738 -0.1331298361166242 -0.1369811450484716 -0.12688144563389162 -0.20547420701509297 -0.24574888321596394 -0.3167797668064562 -0.5013192885157364 -0.5602568437073585 -0.6215762852948822 -0.70763977340123 -0.7263483006819562 -0.6622814490659934 -0.6282043924106595 -0.6454937486042864 -0.6727153781385269 -0.7144792475237994 -0.6910953103994812 -0.661892213925059 -0.6172587861178326 -0.5617091148867734 -0.5765291796112054 -0.37337557516905084 -0.24913666376570834 -0.17634400769890823 -0.12871613773296625 -0.13634920729983138 -0.12569510358280872 -0.22453883859529622 -0.24598601812618434 -0.31674162642425135 -0.5048417966976048 -0.5578477241451788 -0.6061156753749953 -0.7122360978907274 -0.7325202780505112 -0.6843652340040959 -0.6900464971678517 -0.6333614429779635 -0.6185634810943986 -0.6721210243485425 -0.6528903839827855 -0.6328871562633789 -0.6132898955169301 -0.6194062257236587 -0.5820038209945599 -0.4243685458953838 -0.28994874750077443 -0.16766075232971123 -0.12866782107493113 -0.1379864146449661 -0.12772364086852817 -0.20561136556613896 -0.24599639274026278 -0.3167060916620006 -0.498743145435771 -0.551634659037461 -0.6017981824806833 -0.6989485878932633 -0.7266099968996281 -0.6790522505023305 -0.6891807275762415 -0.6179384611059247 -0.6082335408411184 -0.6171645971323657 -0.6166617685632992 -0.6134112246530445 -0.6100537295790021 -0.6137761216895904 -0.5696786560128327 -0.43603148571137 -0.3036111281615208 -0.17507426852734803 -0.1208296281557256 -0.13169126832155362 -0.12229274540832301 -0.19290269943739438 -0.23513833025651515 -0.3286525588979636 -0.43825158016956756 -0.4726866821646831 -0.5747120083423253 -0.6274769078362585 -0.6421302242029656 -0.6009224203257192 -0.5832251951625306 -0.5435417817314206 -0.5337091241554964 -0.5718146346922822 -0.6238542350957005 -0.6333061213924053 -0.6118680222265233 -0.5630429652607125 -0.542154172505316 -0.40512107720037643 -0.24682370775555385 -0.1691894928287442 -0.12009529408082181 -0.1308064695146851 -0.1195470021356405 -0.18001399158699333 -0.2726185829553347 -0.3613206507862717 -0.34865471801939096 -0.3922916930902994 -0.3939212764986795 -0.559593608729134 -0.6113344475460599 -0.5591573719854247 -0.573998821781919 -0.5189384081285316 -0.5106177090655362 -0.5459573413322976 -0.5616236166502186 -0.5738970428308446 -0.5413083271340435 -0.5144870179685928 -0.47520099545059835 -0.33771381021571606 -0.23662104931652067 -0.16481492027590164 -0.12623240569903169 -0.1370348594537531 -0.12793112387321076 -0.2004264764359694 -0.28934170768555045 -0.36168664097847375 -0.4531852472450364 -0.5066466185399352 -0.5908881050612212 -0.6993699997196444 -0.733837994891152 -0.6963752471523647 -0.666166472027025 -0.6065180421422574 -0.6021623589999533 -0.6560695243358082 -0.6097474804835433 -0.6331519818688808 -0.5957965840537961 -0.608518039729509 -0.5817961944854264 -0.4287846552474197 -0.30290228115969303 -0.1649100161670523 -0.12680749654757692 -0.1368911913513067 -0.1271976801536563 -0.21192309077199484 -0.24598590413982524 -0.3167173293441996 -0.5181618934534499 -0.5693449349453719 -0.5876806717586588 -0.6457049521111594 -0.690873984239059 -0.6385449092911829 -0.6511666776446051 -0.6151112017383352 -0.5681463975284938 -0.6155442141626726 -0.6335887116669002 -0.6383559624136914 -0.6046018346859919 -0.6190326167059262 -0.5795606505743913 -0.4269543903959185 -0.29240892740161695 -0.18707098577394654 -0.1724612481210106 -0.17868080412989065 -0.14357513597211594 -0.21179922250432853 -0.26395238938825133 -0.3346819611568181 -0.5191056263439146 -0.5703396328827269 -0.6211563240520142 -0.7128220983604546 -0.7514443272647265 -0.6805250783133545 -0.693911499155383 -0.6676982646317245 -0.6367372532651504 -0.6881956140083281 -0.67562001876458 -0.653815468534868 -0.6320431800008792 -0.6380355750014421 -0.5779881872853643 -0.41153557289165477 -0.26892391412393996 -0.18755845643982796 -0.1478785276330441 -0.15745611901875606 -0.14891156355684687 -0.21853605863712924 -0.2639626755641311 -0.33467501763094937 -0.4976242907626311 -0.5688477285946661 -0.6195503896828858 -0.6969982773857842 -0.7338280012991765 -0.6744643221267678 -0.7023165233125246 -0.6547473113902502 -0.6285883692954615 -0.6837529172106098 -0.658090430452822 -0.6362878135510768 -0.6153509247391236 -0.6170612979383001 -0.5793218428135182 -0.3960273952879975 -0.2721012428579532 -0.1937982953269307 -0.1495207797532521 -0.15704759810239471 -0.14830262496566063 -0.23016473533121565 -0.3274689508183991 -0.4040320330341714 -0.47884105503536467 -0.5276725902122656 -0.6122736897406731 -0.6980184979498686 -0.738898746357295 -0.6931196989553285 -0.7092223805562708 -0.6534559204741686 -0.6328685820911872 -0.6862438130573888 -0.6771709951890104 -0.6465013070685306 -0.6172876326350926 -0.6208758869381437 -0.5824035179985972 -0.43408681020477574 -0.30535103627006394 -0.18715575884852828 -0.13856572299264916 -0.14861597815568836 -0.14496226445765956 -0.20974186064073663 -0.25308546159501166 -0.34666571213134534 -0.4442804936182456 -0.4746708908004777 -0.5729258968707212 -0.6132834400084793 -0.6316571336021851 -0.6149368819144205 -0.616406014530699 -0.6004868535747844 -0.6087345771806913 -0.6394612994365658 -0.6678879214126734 -0.6418234662491863 -0.6199011547821585 -0.5604853930227255 -0.5092411983840993 -0.4139797582154036 -0.3079718894746352 -0.2156732329754891 -0.17799918535357837 -0.1853675244519008 -0.1767504976585017 -0.23658195180326688 -0.3206381365074372 -0.3923607560438995 -0.4361166035590315 -0.49527479920237993 -0.5272959130953657 -0.6509944736946044 -0.6947619941788271 -0.6486017962886094 -0.6568181455707746 -0.6317344584218917 -0.5936005849486503 -0.5512939421546609 -0.6037149146110056 -0.622702800622935 -0.5868564768635149 -0.6103235322630232 -0.5692171301133365 -0.4109971532287929 -0.3161384784931529 -0.19011765844215317 -0.1881996478294646 -0.14426536997351697 -0.15472281124568352 -0.15115023702596236 -0.22836513995683633 -0.2637155244439896 -0.33472909357549446 -0.4927753233564543 -0.582237251535914 -0.6337366463769916 -0.7223160720655628 -0.7505197415194694 -0.6817501027902133 -0.6947081073335551 -0.6484162483484863 -0.6305786943769158 -0.6878445503315004 -0.6981116228637031 -0.6410441062407406 -0.621592889127549 -0.6185913911792477 -0.5807817468416285 -0.3945553975603272 -0.2727480893881565 -0.1885270549137228 -0.15004789302482127 -0.16135554378441208 -0.14955857991215216 -0.21265654989468544 -0.3125074050854324 -0.39601911246802424 -0.4348747283348702 -0.5282885700731723 -0.5779347718287843 -0.6949726361302418 -0.7267979739367245 -0.654061434946386 -0.679965114729478 -0.6386425032963444 -0.6249981727770303 -0.6805601599021613 -0.6940386347511134 -0.6374602007458858 -0.6161557729676753 -0.6163088228012795 -0.5759590785195717 -0.42995846690489226 -0.278440468957322 -0.18920092368907282 -0.14408872705816064 -0.15390729517963342 -0.14422461442452464 -0.22393700141329814 -0.2639626522237457 -0.33467701702594654 -0.4813871730092737 -0.5702011235845487 -0.6169256119598834 -0.6994223630560641 -0.7351094234223413 -0.6798885416043292 -0.6952456919908756 -0.6494694549404945 -0.6292125181191696 -0.6904224170967477 -0.6994775066490158 -0.645542103361935 -0.6262495024719202 -0.6222745490615971 -0.5829057182951716 -0.43358020332691677 -0.28779475381290665 -0.18998571249818463 -0.14448763785289986 -0.15419969909316739 -0.14900835454246644 -0.2208273159206817 -0.2637764476957681 -0.33470918273015254 -0.48190691714740636 -0.5710699783100853 -0.6199717000423908 -0.7044855562276084 -0.7459773884363611 -0.691580735796038 -0.6965595725490062 -0.6718504278168616 -0.6387399608119569 -0.6903466282433928 -0.7039610817850096 -0.6467184986453886 -0.6221274327824711 -0.6232047128846926 -0.5868594777864421 -0.44019885561551353 -0.31245373340903493 -0.18972280549627885 -0.14437943485612506 -0.15530175388420978 -0.15085801275722774 -0.22298422385883282 -0.26395231432441735 -0.33467861878358784 -0.4736587748050641 -0.5350033787974713 -0.565295044723733 -0.7045293598491987 -0.7613825449011749 -0.6984074357798009 -0.7058569496976537 -0.6651156510059796 -0.6412372950705989 -0.7005965705121712 -0.7134606447152763 -0.6518699738115271 -0.6403074685112558 -0.643548884974415 -0.6011131864288914 -0.44345623494539593 -0.3107930858667078 -0.1867662075346311 -0.14403010982663958 -0.14947670474550825 -0.13728622107209598 -0.20938706135392132 -0.253104369051661 -0.3466165097842443 -0.35603498918109866 -0.4240867180809997 -0.5595864611869937 -0.6280062486920609 -0.6440838968724159 -0.5994528321972192 -0.5897249729345858 -0.5464862922647843 -0.5403441052986981 -0.5327591892176184 -0.629408915824908 -0.5933344380931727 -0.5897635680807113 -0.5325226318764185 -0.5132971658883826 -0.38897338615702065 -0.2710630868762659 -0.1904491810546142 -0.1374304890850653 -0.14845840755659379 -0.14404022022320911 -0.2080236247075301 -0.3038028452630423 -0.404072250886018 -0.3317274883703774 -0.4112363754445706 -0.40462491840404907 -0.5441466244898853 -0.6227371274865485 -0.5713788206340634 -0.5939234883142634 -0.5427450860333239 -0.5378590150619437 -0.5647778158217707 -0.6230257147403799 -0.601346556939505 -0.5946338182904504 -0.6018317968294243 -0.5559873809416067 -0.413850617848119 -0.2986215384654532 -0.18360063419595005 -0.1444836834554423 -0.15607513798140582 -0.1516263577455463 -0.218467854868188 -0.26395234518066873 -0.335342834243671 -0.4875970835128564 -0.5902250295719237 -0.6457896947249239 -0.7245651784768675 -0.7620031837492408 -0.6957497110177526 -0.7091082339516092 -0.6611624163465719 -0.6448840508943321 -0.6905899858820121 -0.7026631734253583 -0.6442171252110384 -0.6218713525392014 -0.6388155421401349 -0.6018141002164853 -0.4397991827426283 -0.3138226687778851 -0.18858149543039388 -0.14943395144252736 -0.15422839395809265 -0.14287002325255943 -0.22113002088149122 -0.2638362135980844 -0.3347378781469855 -0.49001743600749437 -0.5890576160985573 -0.6352040133496799 -0.7202354848458706 -0.7547654241068659 -0.6947124130869771 -0.7059564317916132 -0.6661840932471188 -0.6478868304336668 -0.6962169620837593 -0.7143537982543636 -0.6505585842579246 -0.616901220451358 -0.617843573940537 -0.5539958359801168 -0.4071796086261959 -0.27163394834667703 -0.1885260383340472 -0.14961283428148803 -0.1543981654742937 -0.14275111734416995 -0.21391500592143362 -0.30732575438255794 -0.3892305262755268 -0.4336709719538946 -0.5264288697694834 -0.6115068556811442 -0.7021707210152418 -0.7505644033415041 -0.7062437002003078 -0.7259141145336149 -0.655395828238066 -0.6335403326401218 -0.6892859038163099 -0.7125678506220176 -0.6594094241789568 -0.6388666494373179 -0.6339804412764147 -0.5945772349410807 -0.44747561837566446 -0.32874232274264525 -0.18925683518853093 -0.15608469454738713 -0.15396570866060824 -0.15071403814523238 -0.243339726409019 -0.26393995870485815 -0.3347285414182672 -0.5065052451064019 -0.5522128593531261 -0.6184583955914983 -0.7312552771333953 -0.8158728009200151 -0.7626616356390642 -0.7348099490658979 -0.6942523322546097 -0.6745308113011346 -0.7618732429105847 -0.7831657106198008 -0.6582407322234788 -0.6317116603127272 -0.6343267381470783 -0.594778874016083 -0.44727690214865323 -0.31342367553933964 -0.19512756855391483 -0.15662194070121999 -0.15443250723893232 -0.14482357135761895 -0.21774130881491002 -0.2639506884489624 -0.334700566816535 -0.4805213716240607 -0.5529941087773844 -0.617652038533885 -0.6770724198819588 -0.7345887525787552 -0.6755550479687447 -0.6857366249692073 -0.6486684581998756 -0.6282382491334007 -0.6864280298703768 -0.6982613333501712 -0.6414034846628582 -0.6262041398234935 -0.6300474017627021 -0.586643478035399 -0.43342125519529384 -0.27207831352804884 -0.18557018877778902 -0.14071724711097816 -0.15084996246420418 -0.14330263502218032 -0.2285686261719718 -0.31516080640535754 -0.41622356473718 -0.3473225499400222 -0.4230239499699866 -0.5226533402228619 -0.6144267613477433 -0.6379396692148086 -0.6057601748076834 -0.5919156224702153 -0.5489872247753468 -0.5415650996828594 -0.5704332660474654 -0.6269290449720373 -0.5962664274558871 -0.5691088016780608 -0.5217406471148998 -0.519853356827218 -0.3881389170965267 -0.26827589762841686 -0.18972367556209352 -0.13755972304467678 -0.14836082405132306 -0.14328329717680208 -0.20169323273933193 -0.29447817109515856 -0.41072879436450127 -0.33033880499981294 -0.4175839609533398 -0.4062084708710342 -0.5687345254729735 -0.6249515932627512 -0.5779259832688572 -0.5902996408343395 -0.5418183558529028 -0.5283547493818226 -0.5674618271935773 -0.6225068551747318 -0.60943395962125 -0.5738529675215196 -0.5777398421075188 -0.543158242141452 -0.3993252320515636 -0.2928605507016287 -0.18250213733062004 -0.1473247845098372 -0.1572306551933894 -0.14988800667755686 -0.2324233099570692 -0.2639626565296581 -0.335669872900878 -0.4794369866076743 -0.5721952015510907 -0.6227851459198372 -0.7086551312087235 -0.7483218927809538 -0.6971883516304221 -0.7024684175456071 -0.6554626322892045 -0.6350044906160329 -0.6845769620419964 -0.6978292684263453 -0.6451634546931334 -0.6103664852436982 -0.6146527826815178 -0.5516679140139098 -0.3924657834298286 -0.26748249453301315 -0.1890740877671135 -0.1435551800034537 -0.15411099002748052 -0.14560736931234539 -0.22577692068670976 -0.26395238182046826 -0.334707592585368 -0.4458788337574151 -0.5326275493813996 -0.5797417184216892 -0.6596191345728376 -0.7300736077511664 -0.642837406690042 -0.6775867267281869 -0.6249101522408999 -0.5852013052348382 -0.6407972971034229 -0.652697165857806 -0.5949842549013554 -0.5715623561979369 -0.5778241257245462 -0.5414913114988251 -0.3959061335696598 -0.2687348582888048 -0.18727575419966788 -0.14373004950577878 -0.1540925084590292 -0.14577537699672044 -0.22736581117524904 -0.33061275856078715 -0.3974585943802413 -0.4356424451328236 -0.5295450866042335 -0.5756291856519214 -0.6573366298208275 -0.6900506026042926 -0.6302270789184793 -0.6414365799294861 -0.612183879655565 -0.5812507167170102 -0.6776050381806653 -0.6529458102234524 -0.5962852649839433 -0.573132914977991 -0.5779433312248375 -0.542015290786141 -0.3931814441956693 -0.2683080920137506 -0.18915298833168204 -0.15550031652748905 -0.15471379203176122 -0.1441521539323463 -0.2236075024126307 -0.3253049398064009 -0.401987307298913 -0.43601544042914275 -0.5300520655804113 -0.5769291507886666 -0.657050929635927 -0.6896327607062115 -0.631609462898485 -0.6773513860037804 -0.6133458310521629 -0.6188213656743048 -0.6392270131786999 -0.652775976647822 -0.5950376347348871 -0.5719319991224802 -0.5779756251771394 -0.5418387182266597 -0.39356488350858954 -0.268283134951342 -0.18919615034769918 -0.14337796710360107 -0.15425794655629205 -0.15035650723600044 -0.2222508682752814 -0.30006927209324863 -0.378678560605991 -0.436455345066765 -0.5284873249445979 -0.5758684345778006 -0.6562574973676484 -0.7264466450483806 -0.6690592355450896 -0.6858566863053353 -0.6433354271202437 -0.6214729163872221 -0.6751968993100298 -0.6523200560506186 -0.5952264638743716 -0.5697636034067856 -0.5718059885456348 -0.5416688570466384 -0.3964673532771755 -0.26929946690483814 -0.1844742269127614 -0.1380758766942356 -0.14868082005019462 -0.14451682833282894 -0.2101224864628306 -0.2989579902872218 -0.3902185280854007 -0.3468470356779865 -0.4237617156965549 -0.531310608920986 -0.6402363162705302 -0.6700164752445841 -0.6052800085510416 -0.559763289498516 -0.5411194217697358 -0.538622821240046 -0.5928178065629084 -0.6817917645489272 -0.664220271582875 -0.6295218329360911 -0.5937731385651132 -0.5846553118721735 -0.44868240594602415 -0.32807695759431776 -0.18965113719395635 -0.14258335680454495 -0.14859340116021538 -0.13703574875339292 -0.22046564278456066 -0.2868535825928814 -0.37166921697863287 -0.3885837780639041 -0.47395368122496107 -0.45900742270923284 -0.5802476524974575 -0.6569331161324105 -0.6107312898927109 -0.6557269020207646 -0.5712858774124692 -0.5687760256494598 -0.553713303796118 -0.613942540204688 -0.5807172045785283 -0.5327143938994884 -0.5514147045034457 -0.489885141774901 -0.3882505234233189 -0.2971943574465954 -0.21238854223632256 -0.1726035950694632 -0.1918109100453645 -0.18707802694245582 -0.269006807945126 -0.26395244376719545 -0.33467529924304207 -0.5315538834887301 -0.6223315519814709 -0.6315173673630283 -0.6776247287910145 -0.7239874558106364 -0.6992836650378861 -0.6904864604226314 -0.6639510972940641 -0.6490366353272546 -0.6967440685843713 -0.7119470322640955 -0.6495847377892883 -0.6338359372428354 -0.6334793800874032 -0.5912221657075517 -0.43574047408447303 -0.2778734462721519 -0.1894552514021716 -0.14432078471782914 -0.15404463051159537 -0.14591764059459642 -0.21724257071746308 -0.2639361805963936 -0.3347584114170672 -0.4474906523456269 -0.5353488970560237 -0.5806002937508585 -0.6767278721700152 -0.6933355612414042 -0.6326965123915833 -0.6436051174397825 -0.6140120536863497 -0.623499170583962 -0.6773672791558244 -0.6533239111864129 -0.5993474262503545 -0.5720897434873435 -0.5765435074836482 -0.5382368002837413 -0.39672406952045686 -0.2698141559987952 -0.18966214535356982 -0.143895275525165 -0.17281284237858763 -0.15073745818329792 -0.2380619083265162 -0.32620777769970144 -0.3990608260181286 -0.43507894455174123 -0.5313678660045206 -0.5766551646907138 -0.6574572919834331 -0.6914911419628373 -0.6320769512499664 -0.6811087521497852 -0.6386437265826179 -0.6046658098423272 -0.6776222140599525 -0.6527018962913864 -0.5993606694158954 -0.5717916662850335 -0.5777055608919098 -0.5416661541655338 -0.3938127616771802 -0.2683321199439626 -0.1895341955375077 -0.14419781049444422 -0.1542010533121179 -0.1504079471262831 -0.22821423643566047 -0.2637258352722957 -0.3347635274621951 -0.48211838612779995 -0.5728757535382559 -0.6206773602003619 -0.7041869474845759 -0.7346871122451324 -0.6758045573790236 -0.6844142072386343 -0.6420310816605088 -0.6249359849427529 -0.6760071739368456 -0.6909868961527147 -0.6218001664103557 -0.6095199642836691 -0.5776547824863952 -0.5465974236492875 -0.4015465013309557 -0.276862548435382 -0.2074179597038722 -0.16891111954722107 -0.17548207701967974 -0.16787197123933106 -0.23545636573477885 -0.2819188212405933 -0.35272252185931374 -0.5545914792367647 -0.599549286190291 -0.6221316053827439 -0.718397291798436 -0.7375273432605997 -0.6599931657374768 -0.7246138148028397 -0.6819794547214931 -0.6623001634392659 -0.7159693621514198 -0.7233606951218365 -0.6679469872008498 -0.6473214742530501 -0.646571400612794 -0.6030125747913123 -0.45127029155974085 -0.2966182034342031 -0.20415459671467193 -0.16280497490159931 -0.18950325430197018 -0.16234558114874614 -0.24706017392673046 -0.27107082122860005 -0.36460529793031726 -0.42141678732125676 -0.4862817930787132 -0.5486012603208674 -0.6136702440088635 -0.6232217818277304 -0.5793270953705827 -0.5719211732769796 -0.5294426665738329 -0.5217759460244578 -0.5568585343009026 -0.6476791960715401 -0.6167992188260585 -0.5930030775397431 -0.5612759727889101 -0.5414221617702544 -0.40127525201561254 -0.2866977177866791 -0.20992934629076007 -0.16380502094399116 -0.1729916060459161 -0.15907922051460635 -0.23026671266912405 -0.31479291073604243 -0.4097287906412203 -0.38831097292230654 -0.43376802873084025 -0.4315013441857004 -0.5617983089773848 -0.6111781354052378 -0.5479730906459181 -0.5570230247712576 -0.507894533842995 -0.5059308299060383 -0.5362363333792813 -0.5968526906037925 -0.5791575064267682 -0.5481595499139781 -0.5577243415098136 -0.5180482434736771 -0.38161380864659034 -0.29123910598761443 -0.21308071474441054 -0.1686961836268407 -0.17938383601507069 -0.17077618856467805 -0.2523144852469201 -0.3540363828669335 -0.41652695080208174 -0.49447886081985165 -0.5508413752195607 -0.5989430303764377 -0.6804351411933854 -0.7137077025586744 -0.6519962285462183 -0.6645742385818711 -0.6235535920150006 -0.6037465924644576 -0.661598514015746 -0.6740609347177977 -0.6131583079982474 -0.5958440220163248 -0.5955310821586561 -0.5578410131240552 -0.4160059567152708 -0.29093568923477303 -0.21486922434030617 -0.16928430709016073 -0.17855326488480502 -0.16220998633155287 -0.25991544320733395 -0.3309265182701125 -0.4141866455910961 -0.49529752599793164 -0.5656330559505574 -0.6011240337566692 -0.6825121835050104 -0.7143128578892272 -0.6537506241783584 -0.6650039712797652 -0.625789271504865 -0.6078508578897294 -0.664096918382533 -0.6753146686091458 -0.6147923120088612 -0.5962918455851572 -0.5963620008371033 -0.5586343671021733 -0.4150350709004273 -0.2925418460188588 -0.21762217650723978 -0.16947027895951403 -0.1785607660488107 -0.16460199895853453 -0.25033749570018976 -0.3232011911736282 -0.40557606256623535 -0.49529764969235907 -0.5538863966156312 -0.600316346633143 -0.6805272555986427 -0.7150239493087291 -0.6554459466130318 -0.6668030804646236 -0.6252674569827416 -0.6092162621548106 -0.6646870483137777 -0.698847464815368 -0.6271370251657643 -0.5977726437676041 -0.5969336384603549 -0.5636635715362887 -0.41523592351039756 -0.2925096714711098 -0.21857674284648937 -0.16834911378079553 -0.17419528983135263 -0.1618123870087119 -0.25430198874937665 -0.33492313389929473 -0.404410472970119 -0.49629826906373176 -0.5517996815006475 -0.6000500813042657 -0.680264411264512 -0.7142217511819817 -0.6538741216533576 -0.6648284714433316 -0.6234501479463403 -0.6052852609286923 -0.7001021304271711 -0.6990738094112265 -0.6262340001486913 -0.5972666876312513 -0.5965425658353255 -0.5635921132271132 -0.41528878059254676 -0.2922466669499996 -0.21812932730212706 -0.16757841877466223 -0.17357377274883792 -0.16353982798174913 -0.2478092523382066 -0.33055588656971785 -0.4070213313443891 -0.49584206350885673 -0.554906015733199 -0.6184849306804977 -0.6805663621862389 -0.7137665272792572 -0.6546685885929032 -0.6665852789434616 -0.6267969614461709 -0.6094505926032585 -0.6643972230558787 -0.6748434438206267 -0.6140350415704217 -0.5966196018018878 -0.5967817931065367 -0.5638445486354051 -0.4162639882788435 -0.291691064164228 -0.21613097483139945 -0.16282261770434053 -0.16896932273297854 -0.1555511128270608 -0.25088012018378286 -0.3150029228326191 -0.4221219700365226 -0.39981855245989734 -0.44072687369333924 -0.546732492419531 -0.6142296658861482 -0.6241156668566287 -0.5854961505602487 -0.5737961368016018 -0.5311503021208758 -0.532885398506631 -0.5570774403854489 -0.6514371075884461 -0.6265049924201797 -0.6072248415628818 -0.5450636271523686 -0.5383912511591177 -0.4040212694271794 -0.28889533827271374 -0.22150091627140933 -0.1641100919658707 -0.17348888043825608 -0.16313446932034562 -0.23567753559154292 -0.32188923155417715 -0.41792622089591824 -0.39356296034451055 -0.4388839049869473 -0.43251556412021536 -0.5709314975111207 -0.6076690406404296 -0.5507921605729886 -0.5588848472932254 -0.5079172383618498 -0.5014676243048621 -0.5432297384259555 -0.600528545335394 -0.5817082937601905 -0.5499075118618552 -0.5641768600920348 -0.5211431750030554 -0.3859498794502053 -0.28297329169633273 -0.21829818032687226 -0.1680375310826671 -0.1810472935604892 -0.16988921543690305 -0.2495675410591134 -0.34512621635532764 -0.42155532705965 -0.4983537460042986 -0.5656955558414526 -0.6029193808865705 -0.681669879260235 -0.714861300861164 -0.6545732182959599 -0.6655496145434203 -0.6247401027898936 -0.6059257777127968 -0.6818950937164263 -0.7001536586352756 -0.6184802507887783 -0.6164447494059881 -0.5919179335978786 -0.5635396530991847 -0.42584478431405987 -0.30461169121885723 -0.2185219300691532 -0.16700216268629384 -0.18732009173753272 -0.16450269608011317 -0.2659465464103275 -0.34545395784302174 -0.4066921725388836 -0.4965703816979531 -0.5551691038967548 -0.601164390197189 -0.681330534613754 -0.7135968512407888 -0.6544230950652271 -0.6653766540699012 -0.6256827608993256 -0.609254886920474 -0.6632027954444558 -0.674340044401815 -0.6145249658021759 -0.5969819678585251 -0.5966482983528065 -0.5628848040189235 -0.41489314941687727 -0.2913683987198974 -0.21489039147876657 -0.16783212399771244 -0.17503734308174443 -0.1610757953356818 -0.2682260967832985 -0.3498356934103931 -0.4180041368177925 -0.4952533451056725 -0.554418197300198 -0.6021854309036251 -0.6819536923697813 -0.7128197999875187 -0.6645251594059182 -0.6654734709166604 -0.6256823319676418 -0.6085059208224666 -0.6630630070182721 -0.6740158233467188 -0.6497207996879921 -0.6335623338709799 -0.6338313776897093 -0.5920573738989848 -0.41825993540523215 -0.30098092614135313 -0.20601846158286272 -0.16275817375950202 -0.17330358467329013 -0.16704447883339496 -0.2565852941330189 -0.28191872495349374 -0.35270802559814696 -0.5433107802516329 -0.5964179868818519 -0.6425324164858709 -0.7227775701854174 -0.7559826764764886 -0.6967413337629723 -0.7140220417783189 -0.6697220411157523 -0.6496589312146278 -0.7011302417990757 -0.7136196025615746 -0.6515161917776738 -0.5956624226318001 -0.5956838673501251 -0.5586070261250755 -0.4131553560580459 -0.2913311883727288 -0.2060826316713971 -0.1626057230432378 -0.17305579835573837 -0.1668996288226805 -0.2567041757468678 -0.2819187125085942 -0.35269970857382366 -0.5037683280304748 -0.5561573784738679 -0.6037785782298162 -0.6838318419076252 -0.7142604221532451 -0.6538197418361844 -0.6651437030193308 -0.62405492812891 -0.6073390595817233 -0.6636454324397093 -0.6743679263114819 -0.6119886231530469 -0.5957983090765062 -0.5958498470048076 -0.5584632288346228 -0.4132911619499482 -0.29143584151184637 -0.2038506379379098 -0.15693413041841114 -0.1680099231544782 -0.16271139743593255 -0.2285058559883446 -0.33898922700187867 -0.41856460001240553 -0.40364407048848266 -0.4447101119000515 -0.55140087972394 -0.61188263372423 -0.6606548601706126 -0.6228419858091829 -0.6151695840467378 -0.5698360803389511 -0.5558956763737154 -0.5528239887855129 -0.6481830339389244 -0.6170348298128027 -0.6184996474885169 -0.5607747181320442 -0.5362887959853943 -0.40106578163952133 -0.2864641024604888 -0.20842898121966677 -0.15687993123315713 -0.1685234102123271 -0.16269593258999854 -0.2316278991452832 -0.31315934751317515 -0.3980414901012253 -0.3917322142928631 -0.43952740355798264 -0.42857944673691295 -0.5654574871087512 -0.6201876328615299 -0.5522556152049326 -0.5542921806398304 -0.5105696028796103 -0.4998119711350972 -0.5380984575337652 -0.6124541814453983 -0.5923419519336157 -0.5508049388115148 -0.5540777294769096 -0.5194610457195017 -0.38331658207602576 -0.28211084824148935 -0.21340989654047804 -0.16912272004782278 -0.18255217201979201 -0.16999682829314422 -0.26918956439412506 -0.3389590947717094 -0.4041970949945014 -0.4927935643664188 -0.555091647431388 -0.6028343606289198 -0.6824678105592779 -0.713164506783721 -0.692926326167922 -0.6668257181620372 -0.6375121823701634 -0.608369341079691 -0.6626667669616945 -0.6734022945740319 -0.6459136002155368 -0.5954376339887407 -0.5945558731202872 -0.5526314151551357 -0.41009908051513305 -0.29159873600196734 -0.2072916078847722 -0.16973710504252223 -0.17858338799369566 -0.16522517588415955 -0.2532736374332435 -0.32688448435198864 -0.40172041342205317 -0.4946461578501074 -0.5543017529635637 -0.6001613039089949 -0.6800681093782412 -0.7134108889105077 -0.6525610741187859 -0.6640489338130904 -0.6261012708513096 -0.6089643380050321 -0.6629498031329626 -0.6738491757543816 -0.6115716305434514 -0.5955965757108285 -0.6035340235826302 -0.5530276194045438 -0.4107026550393559 -0.2918897785408016 -0.20618632056186048 -0.1627013832178367 -0.173657545601967 -0.1684354698639119 -0.26114949768994433 -0.32207144812684524 -0.4020150282101371 -0.49447139322393935 -0.5532726617210724 -0.601954415177333 -0.6817138909635497 -0.7151535070498449 -0.6672633142883835 -0.6661056582712379 -0.6244541531126794 -0.6457870602330598 -0.7000182119059466 -0.7110591330561509 -0.6514040777341096 -0.6324533954914244 -0.6310246409717636 -0.565570614921473 -0.4102119862972546 -0.29139025212831854 -0.2059759927461815 -0.16314618402098816 -0.1744748487379975 -0.1709662056527941 -0.26205718526844635 -0.32205291000661057 -0.40710314673941744 -0.4950938003655339 -0.5567098524201493 -0.601360684778012 -0.6811433750034054 -0.7149660633426265 -0.6546114221325825 -0.6652195280465439 -0.6250538591492681 -0.6093555870386177 -0.6993330652130988 -0.6982317267351026 -0.6124862396511317 -0.5976018023636976 -0.6098058600699628 -0.5782804581148933 -0.4113030260582052 -0.2925870520054215 -0.21809904506763977 -0.1685733166089244 -0.175050068292852 -0.1615992862790954 -0.2540848403931733 -0.33630956928540173 -0.40004932578606184 -0.4972955849069575 -0.556867443101517 -0.6022863729152974 -0.6808875156558021 -0.7140572022747373 -0.653852637403081 -0.665957445181961 -0.624539731224686 -0.6072590345653867 -0.6635332906671367 -0.6747193515800026 -0.6134706119094732 -0.6054380971267931 -0.5996117619523966 -0.5789203103249271 -0.4150261722785768 -0.2908756809362896 -0.21487320189945502 -0.16286674514716057 -0.1690164210743114 -0.15574357191993907 -0.2426178291503924 -0.34103535751249564 -0.44009320843310873 -0.3998986144625132 -0.4413846718679142 -0.5467041881515219 -0.6311335296969779 -0.622297589030219 -0.6071104871880362 -0.6085329448201878 -0.5669092426135168 -0.5549583867526754 -0.5881699717754667 -0.6802505616535943 -0.653741724560334 -0.6277039117978644 -0.5584347608036219 -0.5363927675427483 -0.401484820021437 -0.2875390272906829 -0.21046097124090873 -0.16410719510287353 -0.1731094963542364 -0.15922533385855023 -0.24178587842278726 -0.3228796257367198 -0.41523782275874593 -0.3984984159909251 -0.43602454533376206 -0.4304804705385057 -0.5588562710609383 -0.6041024631063969 -0.5911472678250539 -0.5950156064154669 -0.5527551526523061 -0.5439877177698983 -0.5814015241499689 -0.631691846749932 -0.6192086221731731 -0.5931392789262737 -0.5977297997925584 -0.5628424402406171 -0.4178290938236802 -0.3002875747479432 -0.20108633237760942 -0.16474450335648672 -0.17580760429807094 -0.164410414475404 -0.2675040189616323 -0.3407323944360784 -0.426840729106009 -0.5316281147971063 -0.5931027727235324 -0.6021355605707345 -0.6825189602933354 -0.7513364448492691 -0.6900537582090499 -0.7015853110209155 -0.6252904072081639 -0.608374921702812 -0.7000892934493226 -0.7116631022031522 -0.638867770087586 -0.6245373612975235 -0.6102796374127367 -0.5810134894059588 -0.4299445750792097 -0.2940544098239322 -0.21894032743061198 -0.16771379636101383 -0.17511406121879383 -0.16686075099615774 -0.247672526722406 -0.333415177324868 -0.42098479999332666 -0.49854078084550346 -0.5597018246558404 -0.6026870698957378 -0.6827163800282477 -0.7158188451737163 -0.655562014547614 -0.6664388242862667 -0.6256643571721645 -0.6074491229695549 -0.6653925589812792 -0.6762143472170207 -0.6124059490879206 -0.5948619294518643 -0.6066139534000778 -0.5661961353085401 -0.41616689412866337 -0.2916494995940351 -0.21842686409492412 -0.17368492427803187 -0.18121084891330505 -0.17593373881256585 -0.24796057439269892 -0.3291089279898866 -0.4119120786514478 -0.4968877992122063 -0.5563218352614191 -0.6004724957668619 -0.7166414642047808 -0.7498494898553898 -0.6536471664314148 -0.6647990623254355 -0.6234330690859391 -0.606268098975114 -0.6636105620099346 -0.6755283773190746 -0.6146495504573699 -0.5978889163215693 -0.5971868416333793 -0.554290047122366 -0.41507147962079866 -0.29381527284855297 -0.21812276724335755 -0.16794156382648287 -0.17450464942810787 -0.16383810066140767 -0.24772716088896293 -0.331369840954424 -0.4103704101907742 -0.49709270420481133 -0.5576944632595534 -0.6022633033788428 -0.6815472596610278 -0.7145521941676312 -0.6543236447844143 -0.6654512129568132 -0.6242879322160013 -0.6071365780983159 -0.664517961588322 -0.676080436094823 -0.6147477438137106 -0.5942670540641605 -0.599960321106397 -0.5663912702249244 -0.4155434815832014 -0.2925161116676156 -0.2182079893927526 -0.1664453702219269 -0.1741844980635649 -0.16360880554598642 -0.25445206752988014 -0.33103713342524377 -0.4013302434809991 -0.4953085446597621 -0.5574763758760002 -0.6006039759759956 -0.6811919806100802 -0.7147569393176256 -0.6552318748106596 -0.6663363672231578 -0.623334010311322 -0.6077863493516978 -0.663619342687671 -0.6757415093669089 -0.6134293537302822 -0.5963009361266973 -0.6052773387783233 -0.5573191249396129 -0.41531263342729874 -0.2923661259193793 -0.21558570794523946 -0.16399079236447062 -0.17304498971357757 -0.15933212663581792 -0.2345977022010186 -0.3124097477236838 -0.40999393904669 -0.40487357326579965 -0.4488334378337082 -0.5443283471055018 -0.6129269626270248 -0.6209838747909353 -0.5807735988599527 -0.5727076425349908 -0.5298182211269901 -0.5210466797280607 -0.5570249694445429 -0.6494267947836484 -0.6164277989126031 -0.5894013251439167 -0.5390045471916238 -0.5376564265587417 -0.4015397061866477 -0.2872686921284691 -0.21829719571766895 -0.190765644703626 -0.17280284135841412 -0.15930027388804435 -0.23150738948772895 -0.3154549806594589 -0.3988422358109717 -0.3864014372145555 -0.4353341688672849 -0.42945141391340286 -0.5661069594573086 -0.6068438895365901 -0.5514758860060518 -0.5550556902104425 -0.5111848076728945 -0.5002249250993269 -0.5359777437307462 -0.6047354374821767 -0.5782101383255491 -0.5495837316225347 -0.5564312288624653 -0.5207387757866635 -0.38417862032116706 -0.2818140608258482 diff --git a/example/run/baseline_scenario/opendss/profiles/load_2.csv b/example/run/baseline_scenario/opendss/profiles/load_2.csv deleted file mode 100644 index 2d9d0db..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_2.csv +++ /dev/null @@ -1,8760 +0,0 @@ -29.25023129693771 -17.430552714896653 -20.658396813826062 -17.39694283007094 -27.53860016454581 -50.29656593280262 -61.21365011345274 -95.71373994818214 -97.47185713777452 -106.22832352446972 -141.166571165406 -151.04828753568827 -141.18377952628208 -135.18285918359405 -125.2862553235837 -125.53416503192726 -135.37641186927183 -150.19937325372075 -146.6365255885831 -141.923345897517 -132.29544354343875 -127.3189600977581 -92.77770706521837 -62.9348852534187 -26.736470849952727 -17.39721514164539 -20.658571204382 -17.397126168933333 -27.593481015551088 -51.18467915262799 -62.53055130170538 -116.25172054925407 -117.83321295773422 -122.06279528433409 -141.18242926790427 -152.43151918637474 -150.604419245506 -141.41130777422353 -128.44754595204515 -129.17958799093998 -141.2988640495471 -157.15756146466774 -161.8375547160675 -155.4470568153766 -145.1421705941025 -134.67595354183925 -94.27986394254802 -64.55115282546714 -26.663049233609662 -17.422219889298592 -20.686454371898737 -17.396911175019063 -27.612845694473418 -51.43537327689916 -62.74009370500141 -116.23290743209462 -117.83321295773422 -122.06941544185388 -141.16744389762803 -152.4340280940052 -144.20711229306968 -136.14549534213583 -128.03069933000626 -129.98823518822127 -140.9156776220475 -156.08562487374184 -154.47451519514362 -148.89419974551038 -139.80379821456145 -134.74075497269922 -94.31252097429385 -64.48331832870612 -26.72870577619778 -17.397098178975536 -20.65857109008837 -17.397292447904086 -27.818510860998494 -51.16475847356699 -62.20496075558872 -116.21614128735057 -117.08027541738475 -122.02625273302498 -141.1579563839175 -152.3848395694321 -144.0389956869715 -135.97518689934563 -127.94811581887424 -128.29835746592198 -141.2235584918586 -156.1273164820936 -154.9004153493576 -148.89419974551038 -139.88956304947772 -134.784764099255 -94.31657011394768 -64.51355597458267 -26.737668169202173 -17.397215669746103 -20.65857173208481 -17.397126691104983 -27.747010950918675 -51.11336249061573 -62.074420248274606 -116.25199917679616 -117.51022471298378 -121.9253330212743 -141.1050284344366 -152.28098725944568 -144.6895367213951 -135.91911631466186 -128.04702832682025 -128.20730300856843 -139.934141206934 -156.04670466785032 -154.14732834076997 -148.89419974551038 -139.8719398714303 -134.85830898956982 -94.322314346763 -64.50556919446038 -26.738178699140207 -17.39711200136593 -20.65863658574744 -17.397211922605106 -27.818725752355668 -51.14343962759418 -62.09492592884589 -116.25769192046856 -117.08027541738475 -122.039405709804 -141.18426404669012 -152.2596052916023 -144.3734161640305 -135.95110123528667 -127.9959228906388 -128.2531932534279 -141.8942922741767 -156.11822215144505 -155.025796311547 -150.06568661744075 -142.74659500882206 -134.9164564750979 -94.32212743840452 -64.56331239872296 -27.7153632983601 -17.399225807248694 -20.658406976934724 -17.396964160471303 -27.61267566850614 -50.33753794662199 -60.03598154945829 -95.7137281404856 -99.72724382302512 -123.3946186847446 -141.15939332462472 -152.46376670510742 -145.4976940044881 -137.72983452456887 -129.81277174755292 -130.26852453086207 -141.36756269555997 -156.1048069788172 -155.98099165552347 -151.5113100128105 -139.65769357858363 -134.80363197649203 -92.77581322637216 -66.09293511146252 -29.31565110826102 -17.397195348119354 -20.658551425951394 -17.39710665643091 -27.757499837231585 -50.47695399026315 -60.17496563403594 -95.71387086080978 -97.47200136248571 -106.04507100340972 -140.9239310333944 -150.37321838788662 -141.0553079046054 -134.54300030735527 -125.32857250868445 -125.50498563798322 -135.37211315041458 -150.24643423293787 -146.76120072278 -139.93144722622847 -130.57101640798336 -126.76846640298814 -92.75609083325207 -62.93549031946786 -26.707738827579195 -17.397261601017146 -20.658784501159243 -17.397336641590055 -27.825908567234084 -51.20861385191455 -62.137202141019245 -116.2207479205458 -117.18723723290124 -121.936924739301 -141.1508993451245 -152.29904455928357 -144.20455379611963 -135.9683484093157 -127.95223024014273 -128.61354038903454 -141.88642459315366 -156.06901256409188 -154.54063747559695 -148.89419974551035 -140.07542085443703 -135.08644043961831 -94.39900742285052 -64.52510299571384 -26.702040054255825 -17.39728495358515 -20.65880759305697 -17.397193874654203 -27.92765936309946 -51.24241948075508 -62.17200401449468 -116.22268018037153 -116.86413574564494 -121.9546967858536 -141.14566446874397 -152.04882900557402 -145.8914136901115 -135.97191151054247 -127.79418926027073 -128.11197418137735 -140.91953698679322 -156.08506013310767 -158.4513180666465 -154.1713474551991 -146.13083283772158 -135.1976739987553 -94.32860146410076 -64.55560428118 -26.72882419433845 -17.39717275918755 -20.65849255059278 -17.397048573819234 -27.467367608035065 -50.66260347950675 -61.772586978144886 -116.24519386342016 -118.5338916178526 -126.25157942954772 -145.7790187326891 -166.41805889467508 -141.33503913373443 -133.19293158728118 -135.221420131944 -135.27163654369113 -151.45388357460428 -152.77359158112083 -159.09777647754507 -158.68922323254066 -149.8598990670957 -135.29281687932385 -94.32834249592072 -64.54653842953496 -26.72857537369781 -17.39721998767125 -20.65857604728105 -17.39713094706297 -27.83353090026363 -51.15326274284728 -62.46047292190377 -116.2523651207712 -117.08027541738474 -121.96081639154164 -141.1903493207035 -152.72541134209166 -144.20113420896357 -136.1148802200041 -128.071550878491 -128.43833235760926 -139.51827609664545 -156.13016598024947 -154.43381625931258 -148.89419974551035 -140.206655526827 -135.30778369391365 -94.3972601713468 -64.53429123165225 -26.706728459279425 -17.397217483420246 -20.658740877759875 -17.39729359091287 -27.762577978679012 -51.10946899344327 -62.1532016510272 -116.21668658377536 -117.51022471298376 -121.93385076078792 -141.0948789928269 -152.34544006269684 -146.3625051732111 -140.95597939310548 -127.95134405168356 -128.06362690550318 -140.65750837962096 -158.88573945236547 -162.56293840065337 -155.9603069152041 -147.77868834397086 -137.19745872713992 -94.40457149750792 -64.501285639297 -27.704292884375008 -17.39721956673277 -20.65872816954909 -17.39728105003734 -27.468196890922627 -50.01213840349598 -59.86648074801768 -95.71368644831568 -99.2424613432136 -123.72614129736418 -141.23714741707383 -159.24326063099716 -153.83938734466068 -144.9650496592152 -133.25818844552032 -132.14351457755492 -144.99360751981325 -159.2753841657367 -164.94642478658707 -163.24091956356554 -149.46327894050057 -142.18122225581348 -92.77910557860048 -66.10231899935657 -29.30767658523814 -17.39712049295406 -20.658630191895323 -17.39718437106378 -27.468683158965923 -51.90244742586482 -60.924690839076405 -95.7139388294274 -96.96167199876172 -106.06973906283147 -141.45004621476528 -153.1848032699173 -148.2683871959722 -142.79175961995284 -128.91883766143624 -126.38966030432644 -136.47871587133062 -150.89787997450574 -149.1697076252733 -144.1305240732381 -133.9321957223434 -127.12517528633184 -92.76005994321 -62.97514270279729 -26.740006511768318 -17.397100753262546 -20.65845690990496 -17.397013415165514 -27.584531873282145 -51.50265423447293 -62.70870484088991 -116.2421777220474 -116.86413574564492 -122.02998016547244 -140.95750266099685 -155.17911481468394 -155.50514294722046 -147.22900776140003 -134.15049080927844 -131.67898828155109 -144.5397770576003 -164.21728396640782 -167.454447645946 -161.66052058152695 -152.67586884136065 -140.19521150971403 -94.33337759744946 -64.53782136575195 -26.734143275293626 -17.397167999490073 -20.658476633100037 -17.39703299325472 -27.38774603061192 -50.66263660915897 -61.77256187000692 -117.78478630936164 -120.36950259009151 -128.10304868188126 -145.1109975733838 -164.13255243216463 -162.35625549114783 -151.7732807604657 -138.32332166794637 -135.9228760448619 -149.19228525043252 -170.39239259983117 -152.11650908861714 -149.50271587169695 -153.35567269195303 -143.59716970662805 -94.3273036616347 -64.50067215930248 -26.739214865859275 -17.397196100963118 -20.6587259862939 -17.397268683074056 -27.44940162644679 -50.66267006553877 -61.82558267187852 -116.2159889296719 -117.83321295773418 -121.97121774082883 -141.15898723937482 -159.07550567991706 -157.64461957388926 -147.24320343907132 -131.89176406664188 -129.27864310916885 -140.65516998359723 -162.7216243033698 -167.7890000032253 -160.10481920000103 -150.75684260137552 -138.44512986184802 -94.3211743628868 -64.49950133139575 -26.7362934857659 -17.39715800647932 -20.65866728906044 -17.397220974271132 -27.528967021431587 -51.96266035728282 -63.0846451715566 -116.26036987634411 -117.72636438097668 -122.71482857890176 -141.13729843905287 -154.91964615129854 -154.71008934613076 -143.70435376918826 -128.5426627751395 -128.57324861353538 -140.95190713258498 -159.88425042239754 -163.8258122898036 -158.29620543572142 -149.069452111428 -136.96383436756548 -94.31880770156414 -64.49877036760158 -26.73278375912281 -17.397153670288503 -20.65866300179208 -17.39721674386423 -27.594097464809668 -51.25386332599611 -62.96481115737456 -116.25986283785568 -116.86413574564492 -122.01741938754688 -141.27518702982533 -152.3040141037673 -149.7527247306095 -140.06089988177573 -127.82963371800332 -128.31552719763914 -138.90194103124026 -156.1336775248428 -159.76549804240753 -153.2793325410804 -143.27328235605268 -135.84824689413955 -94.3281659939812 -64.56290290396265 -27.68480075343396 -17.414223755277305 -20.658402110407817 -17.39695936023359 -27.65285417282967 -50.39780959480906 -60.472697289238106 -95.71374454965525 -98.27362128595404 -123.13593279909294 -141.11295775610157 -152.3906648764813 -145.65431390293054 -137.69967539451997 -129.7197112041331 -129.79534696724207 -140.64697827935285 -156.0675657922443 -157.48085348244814 -154.96971400435424 -142.1244209138034 -136.0128629285334 -92.79506154911428 -66.14577604445454 -29.2883017107399 -17.4072221159867 -20.658404382090904 -17.396961600968986 -27.5658182439348 -50.34405288552937 -61.67022966142524 -95.71374817718964 -97.06804250701292 -106.13663424470082 -141.11751048984075 -150.75084349027173 -142.16444889335307 -134.66283935545226 -125.08356139275423 -125.47669857945507 -134.65509003896614 -150.20404509361325 -148.13643227979256 -143.28472704473222 -134.6832662272187 -127.47721826456558 -92.76316499801158 -62.950239353429765 -26.729174594464997 -17.397105031149195 -20.65846118400307 -17.397017631364925 -27.645649665650826 -51.02856659252833 -63.598161701694366 -116.2423773146918 -116.86413574564487 -122.10026542894512 -141.12406701227428 -152.1625094059761 -144.20248311901096 -136.28704318642372 -128.40125536118856 -128.26457720427513 -140.75280962764953 -156.0249939447346 -155.4171761711418 -148.89419974551032 -140.59878640175455 -135.84824689413955 -94.41691979045966 -64.5506860089257 -26.72973767647872 -17.396882750440696 -20.658621721132143 -17.39717617412256 -27.95734605606868 -51.30305980291645 -62.21457876324778 -116.23767971627106 -116.81261417634018 -122.06386737943518 -141.18515107499476 -152.08747079816783 -144.04094707356964 -135.94718228236593 -127.74696604269948 -128.27478201465956 -138.89096808603207 -156.0347576408138 -154.75578189120992 -148.89419974551032 -140.59581136279368 -135.84824689413955 -94.4610041384542 -64.5467929299226 -26.664566014281156 -17.39726817454834 -20.711596675499194 -17.39689863061203 -27.77195633666196 -51.13491791360845 -62.11753332536914 -116.23199753399028 -116.97416491996832 -122.26232404970912 -141.14873172824127 -152.08013775544643 -144.04624020783726 -135.94049194302912 -127.98139558252664 -128.43269221617234 -139.3806743362508 -156.13910429058274 -154.98070498079437 -148.89419974551032 -140.59943610750457 -135.84824689413955 -94.49635387523234 -64.5000206937293 -26.724310569517776 -17.397040793842617 -20.65868145745728 -17.397234954934216 -27.77856370650931 -51.15998445596842 -62.10179813798008 -116.26174721997954 -117.18723723290118 -122.18316907866458 -141.11869396554368 -152.16045107627517 -144.61324889897648 -136.09516142444372 -128.14430395759896 -128.581455096967 -140.3601441502165 -156.17206394274987 -154.98249336932986 -148.89419974551032 -140.6594194627199 -135.84824689413955 -94.50196378452642 -64.52663980495738 -26.72816347702064 -17.39713564465643 -20.658491771026164 -17.39704780477741 -27.66586062757786 -51.04231833118837 -63.05659563191312 -116.2449045238382 -117.18723723290118 -122.18827593097473 -140.9483607245351 -151.92733385488714 -145.07796670356706 -136.1127846420373 -127.84690755240968 -128.15601885317227 -138.99450661014555 -156.12908780713755 -156.07929894322933 -149.90165847797144 -140.77861505327016 -135.84824689413955 -94.5070635382163 -64.55887494535526 -27.691814971910816 -17.408195025543286 -20.65840406642124 -17.396961289599336 -27.73013684698386 -50.47496862266339 -60.17378617066588 -95.71373146207098 -98.2221121135591 -123.37885227424636 -140.91154820181296 -152.09714212991443 -145.71845725192347 -137.30185085254118 -129.699992304568 -129.74201836072763 -140.70666573633736 -156.01493085997765 -154.77897098710437 -148.89419974547442 -140.28015890348303 -135.84824689413955 -92.90005796437958 -66.1028727899338 -29.30835393914297 -17.397086293538692 -20.658611171883013 -17.397165602501698 -27.799212114865057 -50.5264830146215 -60.18438822313 -95.71381518266402 -96.66443634103926 -106.28148705169762 -141.37965531381326 -151.0313946143632 -140.92413305015953 -135.06710289377105 -124.83910288824552 -125.52971693338382 -134.8703674661835 -150.13494264441226 -146.54090324269038 -140.3661753849501 -130.50503572073038 -127.03198162700517 -92.6662578450958 -62.95312804310457 -26.73044677826905 -17.39699597740497 -20.65852188743072 -17.397099011292028 -27.81508912730679 -51.178274443812334 -62.11282103835276 -116.2469669533657 -116.97416491996832 -122.13736482330744 -140.9391572879047 -152.18504101518786 -143.95718772362588 -135.9669180396005 -127.71311865137602 -128.04287259993356 -138.72546156448135 -156.03114338606835 -155.41717617114176 -148.89419974551032 -140.78440837937933 -135.84824689413955 -94.5655064166185 -64.56098102502091 -26.66667057835976 -17.397382440140017 -20.71169637254624 -17.396897022965085 -27.840409301155088 -51.1918575247808 -62.15529049724993 -116.23062564571688 -117.13571529307004 -122.19312813282554 -140.93325688744054 -152.29353090566684 -143.96670292962256 -135.84731990207845 -127.86645241883122 -127.97743024883172 -139.02476813599662 -155.97311754581003 -154.86453716538864 -148.89419974551032 -140.72384398331383 -135.84824689413952 -94.59161968934043 -64.52642086054337 -26.73169367826221 -17.397133210401307 -20.658547300878563 -17.397102704010642 -27.46526800049293 -50.6625639523642 -61.77263013845345 -116.25044619271198 -118.31775194611272 -122.9541069979395 -141.16904261764725 -156.93387274965218 -156.33136498787144 -145.4999329191532 -129.3911058517424 -128.83853494388467 -140.91554665744252 -159.73333846107758 -164.0816744913152 -158.03323220196685 -149.40046040780538 -136.40070844577997 -94.59502653654124 -64.54819426070965 -26.73359367463425 -17.397110660917246 -20.658430385717324 -17.396987250847857 -27.53847299638652 -51.17413334568327 -62.9110613286288 -116.238700221356 -116.86731711162558 -122.24007771735542 -140.8832647482743 -152.12732035859767 -147.5574956677139 -137.40402982671586 -127.7532746885567 -128.16829291507833 -138.99900873971913 -156.01477327101537 -156.76525656700318 -150.85538743299296 -141.51234831548288 -135.84824689413952 -94.64408394575018 -64.53004062795321 -26.68139050919708 -17.40990105102478 -20.698895597978694 -17.396906798871044 -27.71395078289392 -51.067780096777724 -63.73280201151909 -116.23140843197224 -117.13571529307004 -122.21742096610696 -140.8732253733027 -152.41143242919978 -145.17770717488193 -136.87097976461024 -128.02891108206657 -128.123267655745 -140.25559057640132 -156.05906776014854 -157.3130604214576 -150.59581423656084 -142.62301124656452 -135.84824689413952 -94.67011314115572 -64.49198022048014 -27.70156309197919 -17.397127147112414 -20.658766164730284 -17.39731854557753 -27.697492371133706 -50.49247345228537 -60.13943982202782 -95.71369110458016 -98.06046692700872 -123.621975850464 -140.8064929529641 -152.02639881655983 -146.00745790743665 -137.39950345704096 -129.46354758973598 -129.4740229519549 -138.22208535394296 -156.12481037711927 -155.28879886597227 -148.8941997454744 -140.41229310469922 -135.84824689413952 -92.92483523819298 -66.17195698853216 -29.23239967510182 -17.433907928631175 -20.65860913623557 -17.396952446004963 -27.860619408031532 -50.578435539111695 -60.22977024948592 -95.7137485654508 -96.3521175501858 -106.00197855079786 -141.52449558786367 -151.03437150661472 -140.9973636373278 -134.47777433406287 -124.83322161340573 -124.95702028410524 -133.93764098428218 -150.24341251678962 -147.03299532930512 -140.52063841836767 -130.6048439345031 -127.18590242495225 -92.67316205669266 -62.95752847234735 -26.737904958373427 -17.396949363112395 -20.65868661560916 -17.39703001000466 -28.00988388027526 -51.340796519219 -62.261792353002335 -116.24279092984608 -117.72636438097663 -122.27833182604896 -140.90963386636523 -152.3805947321112 -143.94099348515198 -135.89065463315214 -127.73148327810271 -127.8544690180362 -138.1471472529959 -156.15544441567008 -155.41717617114176 -148.8941997455103 -140.8468159691099 -135.84824689413952 -94.64692136648024 -64.56844137278212 -26.66098991936425 -17.45009027052234 -20.6585951342478 -17.397149942088493 -28.032798052588937 -51.36958453416438 -62.2827091558217 -105.23030310471565 -116.48962669625762 -122.0675174735478 -140.8297866492785 -152.19208353787425 -143.8834842229655 -135.8851743291553 -127.769494326972 -127.97824884408676 -139.88108125000414 -156.13098461676256 -155.25489312846048 -148.8941997455103 -140.84787727807674 -135.84824689413952 -94.68077208591744 -64.54287450807115 -26.732077863444943 -17.397082564334994 -20.658438736271265 -17.39699548905177 -27.798447195465616 -51.16770500845849 -62.13067217059928 -105.23549745557747 -116.81261417634016 -122.23024557162258 -140.9069912280294 -152.21146723281288 -143.8964584292858 -135.83932570184936 -127.79663147336092 -127.70243187879696 -138.46924661631465 -145.10085530708284 -155.25507647520487 -148.8941997455103 -140.90515982983248 -135.84824689413952 -94.6827028115597 -64.54943276471246 -26.73282781818644 -17.39690516964129 -20.65864356246019 -17.396986907832932 -27.847889013811127 -51.16630008842525 -62.10022342093731 -105.23460932592435 -116.48962669625762 -122.23196651898868 -140.83022690733267 -152.20309862397943 -144.2471733638482 -135.88334278885594 -127.73566063965808 -127.77083180185988 -138.25294834363504 -145.14182784577665 -156.1671162686947 -148.8941997455103 -140.90636229635518 -135.84824689413952 -94.69066058414732 -64.56143869770409 -26.707350544058595 -17.415684896466395 -20.65840163639315 -17.396958892677446 -27.76991750492787 -51.137308772434274 -62.10694421855465 -104.405214037906 -116.48962669625762 -122.24996252856651 -140.8140391938568 -152.1204470764689 -144.13999973302336 -135.83164986489945 -127.752423036492 -128.40173904279638 -138.45250160822985 -143.76028264324026 -155.41717617114176 -148.8941997455103 -140.90772918612615 -135.84824689413952 -94.71436921235616 -64.55904310693664 -27.648318003562046 -17.4429842713178 -20.65839409209578 -17.3969514512138 -27.77369292041633 -50.51104595418779 -60.182338455472745 -84.54819455589856 -97.89911539991186 -123.72501992824373 -140.7141092975367 -152.07289673043064 -145.8616194020151 -137.41418069043027 -129.93654174758046 -129.44731798329275 -138.3170105117096 -144.3574109551204 -159.53879379399254 -156.55348822736642 -144.5087126316598 -138.34340120399165 -92.9293534326499 -66.17315606332856 -29.229402271155685 -17.4341161754748 -20.658395658204245 -17.396952995968732 -27.52199102592753 -50.29137280213504 -61.51088305380146 -84.54818361317487 -96.35210770918611 -106.0019208953522 -141.57507811157024 -151.11444999799377 -141.00789690355467 -134.39603036744344 -124.83181595495164 -124.96913976511732 -133.75286922922427 -139.09733355231796 -147.36041084563112 -140.66213369893973 -130.61658666386276 -127.2560458448229 -92.75703976166474 -62.93788305877828 -26.73877350636848 -17.397010522273288 -20.658557827561467 -17.397113135292827 -27.971069645334385 -51.27130565482433 -62.21077514438888 -105.24417621802483 -117.18723723290115 -122.35304323498296 -140.76641649592858 -152.00677089272344 -143.95059682851675 -135.82746668803065 -127.76023964736407 -128.0158623585538 -139.16291851672287 -144.97803632265862 -154.73320659718158 -148.8941997455103 -140.84823490398648 -135.84824689413952 -94.73284647849157 -64.53252478208512 -26.6794193500212 -17.39738129886368 -20.71169511952669 -17.396895869131882 -27.86291547666564 -51.19015534561619 -62.13950339757857 -105.0111891314398 -116.48962669625762 -122.30111844343814 -140.76698616857607 -152.00448833667704 -143.95168022471358 -135.79808426190093 -127.7937887312068 -127.73686036933336 -138.06128800352 -143.68257278858417 -160.07838180378553 -158.27449742586475 -150.57284979120877 -140.99164741981468 -94.68442841249608 -64.53288998071247 -26.733522152407613 -17.397091325777787 -20.658590585938644 -17.397156028605593 -27.434064537362943 -50.66254774758012 -61.77250588583952 -105.03521783891698 -116.86731711162558 -125.41253146989008 -142.64847611886407 -157.51858571334023 -155.4889753122144 -144.59234401605954 -128.69900453201447 -128.1514843895898 -138.46586014024055 -148.1479270531439 -163.76600837664378 -157.3982662217607 -148.8632989537442 -136.62582652866018 -94.70551671016582 -64.56612622651436 -26.68540284899944 -17.429217200709633 -20.6583972456452 -17.39695456307311 -27.64126227354125 -51.46466136494247 -62.7891774609461 -104.94549194944648 -116.48962669625762 -122.30047554241706 -140.76751594215511 -152.17110916626265 -146.8456594089411 -136.83128197493676 -127.7906099743462 -128.1490156290611 -139.03126353343 -144.3043887188275 -156.30456133378206 -151.18050355846916 -142.9217817347576 -135.84824689413952 -94.73761588087883 -64.52931316117547 -26.682682113896032 -17.41166292967983 -20.69712363497505 -17.3969074220654 -27.57976079197301 -51.17962472245349 -62.61246465457975 -105.01263027290445 -116.48962669625762 -122.30139469447184 -141.0086950231723 -157.58150156493085 -155.887299113424 -144.56220106809465 -130.96789506239725 -128.03436709847966 -138.2617610422038 -147.60374330398656 -164.14901648891387 -157.3049067427842 -149.49588621131664 -137.2429100847859 -94.69535461857986 -64.56714811650946 -27.68326811657339 -17.416978350700358 -20.658400556119823 -17.39695782632631 -27.549664734657195 -50.4496095616808 -60.658834301279285 -84.54818829567564 -98.27680154652128 -123.77705485375552 -141.0841851741086 -153.1462666065197 -149.21104188581367 -142.48114593190886 -130.84958759640554 -129.55986806632268 -137.94947025321233 -143.74777443811064 -160.7033423851926 -158.66629004556393 -144.84782194003364 -137.42217976708423 -92.92959870356736 -66.17523857839146 -29.2308075938308 -17.435864464230992 -20.658395091262594 -17.396952435479296 -27.606349472494266 -50.342748484249846 -63.28487066680174 -84.22515698495472 -96.35210858101648 -106.00198024922894 -141.76278713306132 -154.74956299783082 -148.361561475065 -139.52785174494215 -126.68228980421026 -125.47574976412405 -134.721531260812 -140.8408141769681 -152.55731572139 -148.05239691145744 -139.59376470159032 -128.42055126400717 -92.74729029042577 -62.92731086463687 -26.736856790321813 -17.397088771866173 -20.65859882618498 -17.39715342132441 -27.60748938616131 -51.31680091261695 -62.838687074202085 -104.96346937236537 -116.48962669625762 -122.25956606551787 -141.04651491880855 -155.41019651798956 -156.07353038178377 -147.09889683278195 -129.67499337015687 -127.76790187873505 -138.1951917915308 -148.11659474493206 -161.9322444768611 -150.6876472734641 -140.90743729679414 -135.84824689413952 -94.71920615826996 -64.54259261230254 -26.67313531076125 -17.447933205193745 -20.65860320110309 -17.39694650471046 -27.906840230442697 -51.25727317139705 -62.20797921746709 -104.1544128486908 -116.48962669625762 -122.23151224799646 -140.90736099728505 -152.37101954809663 -143.8494174689822 -135.88388146931433 -127.76030821684128 -127.98282932600094 -138.02533773885713 -143.83443369970612 -155.25547424147965 -148.8941997455103 -140.90585757777262 -135.84824689413952 -94.68372165901432 -64.55315833029316 -26.73292748696407 -17.396885161097835 -20.658412351089268 -17.39696946145992 -27.77093181033061 -51.144762801412455 -62.09626405355269 -105.01804020392125 -116.48962669625762 -122.29739108776413 -140.82644868910148 -156.4869507731701 -156.01764203276585 -149.1941373739086 -136.5950090063244 -133.62695834731662 -147.11039953928207 -140.5403507339863 -151.972575014242 -145.59353266298564 -137.66159080053245 -137.3193869780185 -94.680202532931 -64.51700396969342 -26.734285777147694 -17.39721702420769 -20.65872565539484 -17.397278570334272 -27.43535170429683 -50.662727683817366 -61.82572406801632 -104.77954877992993 -117.403376904641 -122.27922137541 -140.90802891855466 -152.7981278939606 -152.66450698807498 -141.44720712427895 -127.76321998483988 -127.98525576333508 -138.9880888650014 -145.67003079065387 -162.19979101309704 -154.2093307233355 -145.362394932685 -135.84824689413952 -94.67840780416697 -64.52850358468602 -26.732784125344025 -17.39714725991943 -20.658503378292544 -17.397059253429468 -27.723831866762 -51.087363175593175 -62.69954394772542 -104.05675072237914 -116.48962669625762 -122.22530423542172 -140.90135706822352 -152.4573181473187 -144.9850450946248 -135.88667712834282 -127.75555822929311 -127.83735582189271 -137.7576491124525 -143.68293987232062 -155.14738608239523 -149.10911186901967 -140.84645630635984 -135.84824689413952 -94.6775160469787 -64.52583993433916 -27.714705381016586 -17.397167559131134 -20.658523659810797 -17.39707926167392 -27.74550860053904 -50.49760832558989 -60.16710696791457 -83.98296246212699 -97.73768586463004 -123.66216926492632 -140.7811816132147 -152.2156992061788 -146.0087149350745 -137.39695334493769 -129.4439797220697 -129.49834069547248 -137.82724241628387 -143.6670874154882 -155.41717617114176 -148.8941997454744 -140.41366774750588 -135.84824689413952 -92.91509330906428 -66.16785381922406 -29.25653719706441 -17.422499958851535 -20.65839942563785 -17.39695671204807 -27.758636373754 -50.49264310030632 -60.16178463926905 -83.76786972414202 -96.2604241527303 -106.00198253779516 -141.50739943055686 -151.17521839453343 -140.9973159047911 -134.48950394535842 -124.75811456300109 -124.84207096798112 -133.6683820085983 -138.4202870903489 -146.90737347410504 -140.51432990915035 -130.59871941338744 -127.14766774307724 -92.71531973185684 -62.94232347745103 -26.74068069770983 -17.397134837366693 -20.658490964944537 -17.397047009665506 -27.584927960905016 -50.97404265636506 -61.99803236980795 -104.48647774683776 -116.32807632124852 -122.05512010864275 -140.63104090905765 -152.16824132737875 -143.91289977135733 -135.8432967436957 -127.79995487133824 -127.7132991628515 -138.16142558584943 -144.05690596819963 -155.94520359374724 -149.08117640644068 -140.7855832239303 -135.84824689413952 -94.6694478847282 -64.49932295422191 -26.71480110567721 -17.39712589881884 -20.65876494047133 -17.39715135815871 -27.7543971539242 -51.182439602670776 -62.37961860037326 -104.02883078631172 -116.70576636799746 -122.21577952681592 -141.055210559012 -152.27137253226988 -148.1396340060461 -139.44084682077005 -127.85403964120698 -128.0861838855681 -137.8823993684899 -142.82892615232674 -158.98159648289595 -153.07151482138156 -143.74758730532898 -135.84824689413952 -94.62951411019472 -64.56248243075339 -26.657231065435003 -17.446595571846114 -20.65839161187404 -17.396949004816232 -27.703585688912067 -51.06761139796788 -63.11074195349137 -104.04686172823294 -116.37959789055324 -122.1444806603666 -140.92891465051963 -152.2680483526734 -147.35349514882216 -138.6389616809925 -127.75586385110354 -127.99029821853902 -137.80549062516008 -144.16393949409846 -160.86728598959783 -155.12450221670196 -145.80955909609682 -135.8140924022881 -94.59303462797337 -64.52651756224344 -26.733414391122675 -17.39717298060052 -20.65855445974911 -17.397109651280697 -27.59972363097705 -50.95336162372472 -63.97203545799293 -104.06136582496104 -116.32807632124852 -122.1999698421553 -140.80609153029644 -157.66338675268923 -155.51831199355175 -146.2803450767378 -131.2914067286993 -128.0324135956402 -138.740607288811 -148.31812711877512 -166.01573546124612 -158.75685344346562 -149.56347767351446 -137.36987518415296 -94.59101380444626 -64.52542093755952 -26.73263029003556 -17.397223006747897 -20.6585428551312 -17.39709820097275 -27.518963649425384 -51.833290264648674 -62.98444257514823 -104.34691145829449 -116.32807632124852 -122.13612131999946 -140.8634901739249 -152.18364466221823 -146.96331724407244 -136.93234515291064 -127.79113277755252 -127.79218125767908 -137.92695865131827 -143.4245961948481 -155.41717617114176 -148.89419974551032 -140.78367256550672 -135.84824689413955 -94.58815599303992 -64.52025827589549 -27.70816885132625 -17.397178306210915 -20.658534397957908 -17.397089855994277 -27.78147277154148 -50.49876677699215 -60.170265582440194 -83.90218737956481 -97.78921752368278 -123.4560475932878 -140.7072027746752 -151.88647182128437 -145.71094159398396 -137.23387914860257 -129.51706371906764 -129.34002616296394 -138.20107222002514 -144.08266457114118 -154.81407692806948 -148.89419974547442 -140.28234188877005 -135.84824689413955 -92.8981674555916 -66.10229764228731 -29.29903543614743 -17.39716293729691 -20.658661735167414 -17.397215494043472 -27.735120441415148 -50.49013315836287 -60.16934535130711 -83.76960639028907 -96.3118414931628 -106.00166882810808 -141.3165092486204 -150.906004606845 -140.98024161416967 -134.51225009915422 -124.85449280211584 -124.7579385236967 -133.4381503092405 -137.69008891850356 -147.24126345549024 -140.51867549235834 -130.58455622488597 -126.9722981797652 -92.74293685561152 -62.92350602444876 -26.70734293876948 -17.3972380056187 -20.658761169628725 -17.39714760075639 -27.8206046669082 -51.215054655363296 -62.1231077087896 -103.95917864325602 -116.48962669625764 -122.135360858989 -141.11492866424445 -152.0899134235505 -144.03582530057315 -135.95637179172385 -127.81855759598776 -127.84515694354056 -138.08323569506604 -142.55729303703902 -155.146644442 -148.89419974551032 -140.66145981971118 -135.84824689413955 -94.50618931508576 -64.54490591540007 -26.730234296243676 -17.3969194289245 -20.658446222043867 -17.397002871797724 -27.848435053379657 -51.1717287497023 -62.14774818490656 -103.98120633704414 -116.37959789055324 -122.13016909483012 -140.95504285547003 -152.0686227978409 -144.09773919891137 -135.83251164662198 -127.83431770065984 -127.91718440631196 -138.04314501275536 -142.51842736264237 -155.08146533069643 -148.89419974551032 -140.65867638279562 -135.84824689413955 -94.50069587420516 -64.52504856706057 -26.72838043665649 -17.397145067119673 -20.658501184597384 -17.397078634699984 -27.75095677290989 -51.10125083694904 -62.08791026497086 -103.95177260098563 -116.32807632124852 -122.12789390981006 -140.94202565440386 -156.722911043355 -155.7613177749851 -147.9436338606646 -134.6112716035451 -131.49566631481213 -142.56336630331572 -150.0388492780987 -163.81562454801664 -157.15580404962594 -148.35905560600165 -136.76097943748897 -94.48923995106377 -64.50354356592263 -26.70224286552312 -17.397170990793867 -20.65875683843923 -17.397309341744556 -27.43252850256769 -50.703730965314215 -61.78429263769797 -104.78407620207572 -116.37959789055324 -122.05354987106092 -140.91891375600022 -162.74220285135996 -161.79259386320405 -152.5877245048504 -136.950926318492 -133.50998181297854 -146.56174864592165 -157.73133614645667 -173.61888823209554 -167.64010107860736 -158.3430821804993 -143.57004609493976 -94.41869575515388 -64.55109451723925 -26.72353291198352 -17.399445753394204 -20.65840640619644 -17.39696359750562 -27.413451572994443 -50.662699455013936 -61.77248197346732 -104.80316108150612 -116.6511774398858 -122.10117111979471 -141.66841899735672 -162.7283917783576 -162.2184383913636 -153.2358593088052 -138.5342960822522 -134.1397586878547 -146.73021669311376 -158.46914053842067 -174.98294375440145 -168.11794486462767 -159.10332069175544 -146.2391700935094 -95.75480784758912 -64.52317303651941 -27.679773528480155 -17.3971949619958 -20.65872486254161 -17.397277788532648 -27.32962103593728 -50.01207691912951 -59.866536516268944 -85.41710444286521 -101.49580177749206 -127.94974288567492 -146.29068799388014 -166.0561138247443 -161.4748317610804 -152.3044123947312 -140.16288690885304 -138.43735999216125 -147.75991262947247 -153.80624669887658 -172.20624965080998 -170.13025222468843 -156.57429521413053 -149.37811618467646 -98.89652052254732 -66.14637440419092 -17.397102399167224 -20.65856151663612 -17.39711661005575 -27.354048208995792 -50.87042658590497 -61.13595252850045 -95.71388152834388 -97.514842329014 -109.58787340512237 -152.96147166463143 -147.3808247820455 -137.86954638936223 -136.12721178218166 -121.49374475186308 -121.79634147048662 -130.08657973739423 -133.6026237709196 -130.89647034206197 -137.13941058185563 -127.29933612237124 -129.59613494288078 -92.7643231598719 -62.92940935900686 -26.72789074777817 -17.397008624087587 -20.6585300457764 -17.397085680183235 -27.23139515947869 -50.66254732426102 -61.772613827292815 -117.02085837709484 -118.00093724558876 -124.89575032640978 -145.29035258660002 -167.59660859161878 -166.22751562619635 -132.54337772578762 -139.35558339313417 -136.07471835151705 -150.6939967337467 -159.9018215455633 -137.71578283581792 -145.5935326629857 -137.2277973714449 -132.54757981161492 -91.02572731500362 -64.555841899813 -26.709036425126666 -17.409976765991342 -20.65839322688552 -17.39695072164547 -27.19440984192006 -50.66269918153566 -61.77248170066272 -127.70662735967676 -131.8552541455224 -119.31063627443164 -145.39992949099016 -185.07474042923704 -193.32681255864952 -189.75389533100508 -174.18617055841324 -166.34413560997555 -170.70090789247615 -175.0504257928098 -171.26573502921565 -167.83517415839148 -152.8995577493973 -135.65990511639768 -91.01915158364088 -65.58056125809028 -26.734719363016016 -17.39696103944597 -20.658494195614 -17.397050315397063 -27.181558691517413 -50.66251296054302 -61.77258012121948 -112.94579921580254 -113.40509928547284 -121.36258964910512 -158.25815331685902 -187.35744625342255 -193.36742308596595 -185.15553593285173 -173.81318472901015 -167.78821904948788 -177.68011047506027 -186.38109006168827 -184.1385794756304 -177.11204104299784 -166.9953184730933 -143.4640809007918 -91.02134596924182 -61.21583179807646 -26.73881905402981 -17.397064410216927 -20.658596164247943 -17.39715091399879 -27.181657937262067 -50.66261112217027 -61.77267641013091 -128.09169407772 -128.25708711298032 -137.2790217464141 -138.44620537461253 -149.13556072152176 -141.0962752268879 -132.56059849160525 -135.42500305792746 -133.74610073192295 -134.19840019959784 -138.55154446282833 -137.69859568870498 -145.72239756260652 -137.1623057138013 -132.38605452956216 -94.97337709380508 -64.53175136799858 -26.740900350211604 -17.396987729635857 -20.658520523071942 -17.397076285518363 -27.18158430834077 -50.66253830040647 -61.77260497492367 -112.98351133961144 -124.77436257925844 -132.35795739311564 -150.9814615860897 -148.89448272256837 -140.82700569850965 -132.75319971566546 -124.4247138293882 -128.36219029336456 -140.11696197478852 -150.67992248883473 -155.61763278502283 -162.15062083037088 -153.7563082424004 -142.41896477273988 -94.33415897932248 -64.52997474050446 -27.71629936137582 -17.397229110407384 -20.658549824790644 -17.397105074832 -27.4032911735044 -50.01209357338797 -59.81342333552534 -84.70965517734689 -98.27694285476096 -123.67096806495846 -141.13661261280933 -154.48487156977222 -149.83259885565442 -141.50616094981802 -130.73704457776057 -130.09546379933911 -139.55159691817593 -143.52492906044048 -149.30466965732765 -161.0941398519344 -148.32630073461175 -142.38696072002986 -92.76972760463148 -66.19791154629524 -29.24453415867687 -17.433959533676358 -20.65838342356173 -17.39695236518642 -27.44682765342082 -51.76830786560703 -60.92871346221054 -84.7096761258028 -96.66687288192156 -106.2712501312625 -141.41069938346627 -151.6680185076906 -147.29500548518126 -139.73600449636373 -125.68276821720956 -124.99319444937106 -134.43107116539775 -137.8739356569084 -137.94344514021296 -144.41024993076064 -133.9164038420767 -127.11400008461948 -92.7679337276799 -62.9308479315905 -26.73669865091167 -17.39715620232023 -20.658665505682485 -17.39721921338408 -27.612573713367777 -51.00609864771554 -65.75764905500564 -105.25602943629688 -116.65117743988584 -121.88960467532428 -140.85311705107813 -152.10260722776945 -148.87758277027382 -140.01681925070713 -127.71758975020651 -127.81653920923172 -137.50208003203488 -145.52309878949782 -151.23377123009496 -158.5355950298543 -149.59058050110346 -136.6029724049053 -94.32960952829367 -64.56814442989585 -26.725071315990608 -17.39881388376451 -20.658406617071968 -17.39696380550929 -27.59936085302165 -51.51683140400284 -62.80819308346756 -105.23384532946322 -116.8126141763402 -121.93943921586086 -141.1124822512562 -157.70681721298084 -156.7517380097299 -147.62387549524166 -133.89562326432468 -130.11895173584213 -141.3762693591582 -149.22712235779724 -153.0538279424999 -160.257924030343 -151.0346064732188 -139.1703253894416 -94.40305166051984 -64.51109828464544 -26.73019811319746 -17.397137198803772 -20.65863610011065 -17.39719031243121 -27.374044015125143 -50.66265024237176 -61.77271478785394 -108.5764140338544 -120.60817335479378 -131.71022303305867 -151.05926353620262 -148.9665770683499 -146.1259377922449 -139.2458193460592 -124.78096580385323 -124.59364333855196 -134.2666563724946 -138.066245245323 -138.16927449348017 -145.59353266298572 -136.96633436779192 -142.2921764940865 -95.14984943564654 -64.57856297473154 -26.7073199052536 -17.40939652655195 -20.658404866110047 -17.3969507998099 -27.31026422664278 -50.66254504317648 -61.77248175685599 -105.01841883059056 -116.86731711162564 -121.88557824520092 -140.90577402827552 -153.7047539123904 -154.241806706105 -143.52088611589045 -128.15864656710713 -127.80147233738997 -137.521933981561 -143.11183098230467 -148.27922944461585 -155.30493929444734 -145.1821629462235 -135.14319620438445 -94.36796323859556 -64.57733769511889 -26.659374689071388 -17.44697311278281 -20.658391489489127 -17.396948883490534 -27.616843026063712 -51.779847786262685 -62.99139512910494 -104.72825688367357 -116.48962669625767 -121.88503456601876 -141.1458273203364 -152.22454613863863 -149.17815987352378 -140.57558467891533 -127.71897856574384 -127.79284741774244 -137.5218936239739 -141.61383337707525 -145.44305736136027 -153.68944999382217 -144.29030265001526 -135.08637305150674 -94.3289479721918 -64.58063147115666 -27.70296134855144 -17.404046814690744 -20.65840541244713 -17.39696261689646 -27.62805804332487 -50.37167383721219 -61.08846614855637 -84.03427504888326 -98.1152676294829 -123.169557166891 -141.04313755251042 -152.58014925687635 -146.447282335885 -139.78524015788963 -129.4485279229955 -129.53749735316833 -138.36931650630257 -141.3521609387942 -148.51005604358394 -158.36320070133064 -145.09289269545977 -139.15103411362315 -92.78343634760556 -66.10846175031818 -29.30821847269605 -17.39733479211252 -20.65840711070856 -17.396964295100776 -27.489404961757156 -50.259087624521214 -63.41157583616894 -84.03627718496618 -96.70982177787268 -106.00200040907036 -140.78230738116935 -150.30080395013294 -140.98866193879627 -134.55308203584508 -124.86204658816118 -124.76146512190832 -133.16582076930246 -136.34134296254018 -133.151377239506 -139.78273949799996 -130.59273675320728 -127.49497296115268 -92.78972861721928 -62.96804897737925 -26.660827176360936 -17.44833374368971 -20.658391048383265 -17.39694844901128 -27.64379550536409 -51.0031875151073 -63.07038957873341 -104.1874619840851 -116.48962669625772 -121.87682552216692 -140.8641800415753 -152.1885108916471 -147.69651045738354 -138.6041311047249 -127.93474726404598 -127.75994051823275 -137.54503043696656 -140.90200475987257 -146.09239740748384 -154.13130829367495 -144.04264025933438 -134.91614370725006 -94.32233579942512 -64.4988305538688 -26.73844956637807 -17.39707989952303 -20.658719816912544 -17.39727280644201 -27.62262883240302 -51.08102518625103 -62.69439508147497 -104.54009695188051 -116.48962669625772 -121.86993200225837 -140.8640946786026 -159.20593597707875 -157.15553833347383 -149.07647259514903 -135.39748035817982 -132.13164400069962 -142.6588987507141 -151.16072396552434 -154.80384707981486 -150.09279131538665 -150.94811039461362 -139.585120580971 -94.31388004247717 -64.49791902530414 -26.73472791572347 -17.39708470378078 -20.65878244558017 -17.397334612939527 -27.472691791798194 -51.63311092139752 -62.913215180066615 -104.06609904126528 -116.48962669625772 -121.86895470676536 -140.91321410380536 -162.91696173567203 -140.6738493826935 -132.59774076334176 -132.3531554721031 -132.22780569138388 -143.13697198728403 -150.27005005950636 -154.78111159513594 -150.74420826263608 -151.78530672225048 -140.73834606102503 -94.25548455442882 -64.57012738351916 -26.70760785368572 -17.415142972161203 -20.658402843973693 -17.396960083805148 -27.34690453816726 -50.662695167525385 -61.7724776890086 -105.28719235474198 -117.18723723290124 -124.46192533336776 -144.25196005696478 -164.8682884694273 -163.55563048155085 -153.44119216854816 -138.83200799347313 -135.01976964894737 -148.3044576533198 -157.1356811579829 -138.02875859870466 -148.16118413403058 -156.2593657159759 -146.21495229686184 -95.19353063448288 -64.55807550010144 -26.734616796964385 -17.39690664317959 -20.65842910517188 -17.396997268359506 -27.30029427517264 -50.66273288715915 -61.77251537941961 -108.43101297157516 -119.56786923815764 -128.66020533791723 -147.66239020456229 -168.81534965796624 -140.64408942062883 -132.58784923967627 -134.24097397933556 -133.40197733712023 -148.26565372144492 -156.99252680172228 -137.8700881113648 -134.10499042453264 -150.5389462622654 -140.4880990254769 -94.27655848003133 -64.56550467138429 -27.64516940282668 -17.447457538841764 -20.65839147583814 -17.396948871643026 -27.348138873808587 -50.69992744643184 -60.70008336132554 -83.81935829295624 -97.7375623392672 -125.33308250510494 -146.38791776109596 -167.19775694995946 -142.42193245219053 -134.38219464779084 -126.3596754795566 -130.67637237802504 -141.88777154874035 -146.13105548114316 -153.55129370154216 -154.1410375889841 -153.58755385875773 -148.08932785859048 -97.39769521930684 -66.13139964621759 -29.31065169791595 -17.396921790224802 -20.65844409781325 -17.397000898616774 -27.29928161240826 -50.5878775640482 -60.918375351282144 -84.49479552163116 -96.35218115128812 -106.1365749199316 -143.39381824671636 -158.99375304771172 -152.79334041742086 -145.29061322770056 -132.58306692634562 -131.86973867857645 -142.08679590193776 -145.93292819221247 -144.85507652900526 -138.9749391195778 -140.2491152907528 -128.07587982412372 -92.80225418993336 -62.97922412899505 -26.70660997313049 -17.41626049693805 -20.65840079497143 -17.396958063348375 -27.41963286281249 -51.43332076100628 -63.17193788379217 -103.97712270234192 -116.48962669625772 -121.78613423709416 -142.35726496907145 -163.9920196411468 -140.88301083910977 -132.96411329825483 -124.59260219034124 -124.56011283515213 -134.25096911764408 -137.5586931695466 -148.56671900035764 -146.3870173588798 -149.84868943088162 -139.1757206580226 -94.32941377776532 -64.52638208147384 -26.73518071923167 -17.39706863624392 -20.658589449562776 -17.397144287056882 -27.26386064114724 -50.66260447603524 -61.77266989074515 -105.38054123444417 -115.89666563085572 -123.16937249024944 -141.34955886573286 -163.33290038251295 -160.41020423344116 -150.70402161772824 -134.538404366027 -128.83949009641634 -141.04493884549228 -148.75336356768753 -153.12590076697273 -149.1072451633541 -150.99967042391413 -139.5451415725433 -94.33319764952554 -64.53287908929681 -26.73473037526444 -17.397089800794838 -20.658599844085344 -17.397154428615824 -27.46802084525153 -52.09543253500662 -63.09338836147376 -103.9602327103264 -116.10909482238974 -122.56668052626866 -144.19636037674658 -165.9794756153019 -141.77497082817905 -148.71459604322402 -136.22846877018054 -132.66316231821023 -143.7664542405479 -152.30552364833397 -154.84533688201327 -151.14670541555657 -152.3418259835008 -140.12086411205868 -94.3380849709453 -64.55367908085522 -26.735795357059875 -17.397158344976233 -20.658478119990164 -17.39703433790001 -27.4125288974261 -51.39767860103875 -63.17861111271729 -103.98363927904352 -115.6770747987903 -124.1657402130395 -145.7851621693073 -166.86669520471438 -140.67712082254636 -132.63684287183852 -124.88063309429104 -124.47674639056235 -134.5191607732999 -137.6780182480938 -136.69388159341656 -133.9447110021199 -150.51170467216377 -141.21790443641126 -94.37352604597328 -64.55383411436436 -26.6720195519179 -17.44747451604444 -20.658379989470063 -17.396948990503994 -27.28643106192608 -50.66268649053716 -61.7724690201902 -110.84342180701177 -125.5974654490422 -118.61472734880076 -137.5639951424607 -155.89202257493756 -158.10291110438348 -149.7795003172736 -136.0542370927444 -126.76978185553187 -136.82055955358203 -141.27333480947811 -144.28552428553365 -139.93585085666922 -144.45849303771706 -131.65295648769526 -91.0520598240379 -64.76599688664325 -27.653567758250613 -17.4356367994539 -20.65838416819636 -17.39694178962206 -27.18145162947576 -50.011946289387645 -59.813277691138495 -95.15008448831938 -94.87894867040484 -120.0828933833655 -137.69014928431451 -161.6665296991588 -156.40911600964128 -156.45068910204157 -143.20653064025092 -135.73020782165497 -138.57658582206645 -137.6340776613899 -145.4114621214556 -143.52414872362925 -139.63101759560988 -131.1466733906771 -89.47677116705925 -62.86396734555476 -29.26718510963678 -17.42254736596711 -20.65838878857904 -17.396946344078447 -27.18145612587101 -50.79956932226558 -61.43609603861439 -80.33333487442326 -93.0085255935916 -102.65834002838844 -137.95392740913354 -147.7100109108309 -137.8398448303902 -131.2552166372555 -121.51214050947814 -121.51550774851776 -129.821234074609 -132.97195240172402 -130.11384437039214 -125.360302149154 -138.8202358559471 -130.1807192951147 -92.84673769617638 -62.91352903592881 -26.724760911789417 -17.39719112772713 -20.65872108004973 -17.39727405353929 -27.29395634559077 -50.66272105729384 -61.82407282763652 -104.97286809873874 -115.4489431383105 -121.81071013751928 -142.4392868604207 -165.49733570509045 -163.69592625887228 -153.80765953066768 -135.36961958312742 -128.34803537105256 -140.21470659310057 -149.03489985880853 -153.7447619227451 -151.10810635627703 -152.059066420137 -139.04384878822108 -94.33387046144748 -64.56235263532149 -26.733459277595387 -17.397113912270598 -20.65842230590017 -17.396990583548682 -27.416071906520585 -50.66257322749596 -61.772531025144495 -104.0872430596045 -115.38990308384312 -123.79131128289512 -141.94014290218328 -163.8780271834394 -163.0145837889504 -154.25233166564615 -139.90957007949734 -137.62320554823935 -148.73860003375148 -156.34115889360885 -136.66872372065998 -140.34907271444987 -153.7634345991634 -142.29516111894063 -94.3639546765672 -64.57029159636517 -26.674869086980443 -17.44143885427628 -20.658382120819503 -17.396951083835514 -27.30779787722529 -50.66268651668373 -61.77246904346607 -110.2180664982707 -122.21601905292668 -132.10867359451925 -151.09445127004534 -148.9297807714176 -140.8880478914895 -132.6886820222616 -124.68152648692922 -130.54691730889814 -145.76605256102448 -157.0184298727462 -158.48773214675435 -153.28174811922662 -154.21643256092955 -141.2576165457161 -94.38635814551172 -64.52290159081747 -26.71007189171681 -17.397274833303467 -20.65880368075325 -17.39734561045263 -27.44552961116848 -50.66256281075914 -61.77230897691755 -103.71166096885098 -115.1620861874634 -121.73166092142408 -140.8876320083915 -162.41997973445402 -162.02573106570807 -153.09612186124457 -136.9108071743679 -131.79883292160324 -143.43924720677862 -152.89940019721377 -155.38189877475466 -151.05671670491586 -153.0555090059427 -140.07008269955813 -94.33605199669935 -64.58672151246294 -26.713955453648257 -17.410931128224412 -20.65840432607108 -17.396961545712248 -27.38907534521945 -50.66254470058837 -61.77250288134924 -104.8017756321496 -115.68178975014412 -121.95700682603648 -140.88540941204667 -160.9585323563026 -159.96215787278535 -150.0224637127912 -136.09895074505883 -133.19248456217932 -147.40198043503355 -137.85887087577868 -136.78733728083054 -133.94471100211993 -136.3546670164016 -142.01820962478888 -95.5931454364865 -64.54196954668548 -27.71770311685645 -17.396968150423493 -20.65850108803892 -17.397046041211063 -27.37263742293124 -50.012046990602045 -59.81337727099682 -84.86760510998116 -100.04124868350864 -125.50780398804704 -141.49266564780453 -160.31312898713358 -154.94458656757377 -146.80498939796516 -132.7976415203723 -131.662759364876 -141.74952090411958 -145.88563711504946 -153.01073351113885 -150.90352909720912 -148.83383391734583 -142.2974108205659 -92.79655850861592 -66.1725458443555 -29.25762249525106 -17.439580544274424 -20.658393017884958 -17.396950391698585 -27.579031500741188 -50.29454120202294 -64.4388947991284 -83.60632515738304 -96.3091675691542 -106.00197708269351 -141.1626877250597 -150.82194205844718 -141.02258945758334 -134.51537133519332 -124.839250237865 -124.76600833983969 -133.17568602960068 -136.28211314097103 -136.22994321578798 -130.191081011755 -131.8569141643731 -127.44146459564143 -92.81378311219576 -62.91335048650364 -26.73148164736913 -17.397048360529084 -20.658688879011574 -17.39724227866315 -27.57518826188616 -51.19547147601337 -62.5574358339928 -103.7526303328237 -115.10591260508772 -121.81601136000704 -140.87010644375636 -156.226507556896 -155.065539566748 -147.4722098046909 -135.29372567106793 -131.78033532966882 -142.11678275698625 -150.1372291920533 -153.2248638417997 -148.53550283683882 -151.0576945153984 -140.40284814574474 -94.40618770243914 -64.51514294053626 -26.715919117125225 -17.397248763189747 -20.658767775508576 -17.397320241665014 -27.366761881889392 -50.715677930321945 -61.77228179348303 -104.11280396419332 -116.41194418094732 -124.92254190151708 -145.71342015267174 -165.3883969699311 -140.7352711751624 -132.64709440477128 -124.46609687567914 -124.56776608269716 -134.28068898035124 -137.64254267150477 -136.15478397437255 -146.67786723492122 -151.34532728713344 -141.22236989253375 -94.40017280586798 -64.51085641879439 -26.72115200019468 -17.397249865577468 -20.65876886822753 -17.39733136041146 -27.33694805836681 -50.71560215340372 -61.772282929473846 -103.7087365676217 -117.43059973762068 -128.37405352470566 -150.6565155949577 -149.13446013226823 -141.31662365374802 -132.8449383075626 -126.98300568513912 -124.60286519576962 -135.8091180732241 -142.1738830697437 -136.5695653916357 -132.49708466200383 -136.42297667856727 -131.4404917244978 -96.08322313479007 -64.54664275745671 -26.734988939389005 -17.39701964798627 -20.658540957487105 -17.397096444102402 -27.188022345306205 -50.66255785496785 -61.77262415688289 -110.70137032201094 -127.64292911206552 -118.70829133461676 -137.7381798852236 -149.32052602197084 -147.84150984652075 -132.59374366257646 -124.66042270461566 -124.43618824740688 -134.54649005169904 -137.7525574545432 -136.21543713108625 -133.13598719387772 -136.42477381873078 -136.00002063967432 -94.41971711812452 -64.5230897262824 -26.734490284496257 -17.397074807514535 -20.65859556121942 -17.397160918408492 -27.29560745585752 -50.662611760042985 -50.76863583948081 -103.74515836623992 -118.3088094945777 -130.4423258754138 -152.01191320576183 -148.9224530605125 -142.42898786378473 -134.83218266014333 -124.43856642171272 -124.4898699445262 -134.24790267226575 -137.49943522902808 -136.38699495861 -132.57420063624883 -144.70833080300926 -139.71388423492294 -94.40120055995438 -64.51856300209704 -27.689116188997936 -17.397246503075642 -20.658775722610557 -17.39732797838728 -27.306904088026364 -50.06508083540204 -48.80903853772725 -83.58057495999934 -101.28430989817184 -130.52746304985115 -150.67884080155918 -149.21503939492104 -142.63582047546168 -134.62415696662336 -126.17567189677398 -126.209266112935 -134.56029682041532 -137.44322709683345 -136.0966766605576 -131.17989247036795 -136.427136821695 -140.32054296788723 -95.19427866243838 -66.17622322490521 -29.260267889484293 -17.42549620862532 -20.65839920248224 -17.39695649222261 -27.28100738965895 -50.4313715717414 -49.67981821016137 -83.58058009828311 -96.21750910626216 -112.65050847722922 -137.87450968650015 -147.47118749824065 -137.82184360007014 -134.57861631425496 -121.48568229561512 -121.54436370352803 -130.00606174178586 -133.18070917979162 -131.88329003788016 -125.42281077967448 -127.31833404175386 -127.3279692374066 -92.81275962013892 -62.98246088221758 -26.69064933497551 -17.42167666310241 -20.65840054514326 -17.396957816297153 -27.32852288017305 -51.74862112849776 -51.70471554052944 -103.72750357064866 -115.38580781319962 -123.6472304566862 -144.1763187169691 -167.5474212938747 -141.00620985831048 -132.76637095930155 -124.49200302224976 -124.61437014413129 -134.27965235620044 -137.41718892690716 -136.5773990302287 -132.33663514219788 -148.36372415756142 -139.4140400825408 -94.41801509118078 -64.51415924922519 -26.717357081883527 -17.397187915638934 -20.6587075336345 -17.39726079639217 -27.252515403441286 -50.66271969976966 -50.8154920492894 -105.06013521359378 -116.08416112320636 -127.54216820663996 -146.29098620781392 -166.45574374325014 -164.9527836890001 -132.59935486927793 -124.42870259159211 -128.54927564864863 -144.1293562491468 -156.01628745133905 -136.33343203304184 -142.41959579487457 -151.41524503069198 -141.85635454275433 -94.42218593769844 -64.5437355310857 -26.735090290480024 -17.397015786020326 -20.658537132544414 -17.397092669688057 -27.332537846113887 -50.66255410658852 -50.76857928301821 -104.36758701300036 -119.86614642319648 -131.49970402801776 -153.01074470605397 -148.98692222992997 -141.50723362251097 -135.91226957071723 -125.55685299999736 -124.48978819559734 -134.23481707904358 -137.73208514388276 -137.06681419712604 -133.62048823568088 -136.36422208767644 -140.9395525656588 -96.09344760666126 -64.53245351627956 -26.737836970689024 -17.397063395775195 -20.65859505030652 -17.39714969595702 -27.261023467840143 -50.66260077043308 -50.76862505894588 -106.6140413469404 -122.87188907043466 -133.52135837557032 -152.8015208736992 -149.1396516163647 -141.03739167043486 -132.7788415965331 -124.48952182319096 -124.44754181987288 -134.2658319065477 -138.09229049713784 -137.92229989496371 -133.6204882356809 -136.36069153000705 -138.66977029500774 -94.87202670219192 -64.5200313923348 -26.7140769022737 -17.39721365215159 -20.658733018080085 -17.3972859400244 -27.234871644807622 -50.66274475618375 -50.82145878870276 -108.47464203703 -121.78664251684422 -131.64203535585423 -150.2133273782144 -170.30328464440933 -140.9127027578174 -132.73268711657752 -135.00306362835192 -133.5426661773396 -147.89462794243315 -157.64622640632194 -137.06604716895606 -133.13598719387784 -136.3595746440772 -138.60217988354225 -94.4229205656505 -64.58180992295425 -27.67605043620866 -17.417175393224056 -20.65840212922893 -17.39694809057763 -27.27100078160557 -50.011950709694574 -48.809240866221664 -87.31757272412291 -102.47392424969242 -131.0662117805672 -149.21686720836627 -170.16907121887826 -142.85771754366638 -134.76214398240407 -126.28318146158804 -134.84088788623046 -147.14601938695384 -151.55806204278718 -136.63513022506515 -131.9864657770684 -149.93960963077907 -146.99420577735404 -98.2402000340405 -66.18639913700022 -29.26002607050938 -17.423354928309436 -20.658388503488176 -17.39694606289006 -27.212155573470906 -50.63698917367941 -49.94426300623695 -83.9294300810314 -96.1744403039079 -107.76958078592402 -148.66341922808974 -166.32854537932403 -138.03080212218504 -131.80424612060747 -121.6155724520413 -121.52921030115584 -130.21796006272328 -133.23887478426408 -129.90593034141085 -124.83623855672823 -127.33019136457852 -128.01613026331867 -92.79070393053073 -62.96935059669645 -26.7391339408026 -17.396978146200574 -20.658499875260468 -17.397066840989613 -27.28309226153353 -52.174775303883685 -50.945986792859856 -103.77128881955696 -119.42010307427164 -131.89794371657257 -151.56993857406152 -149.00842137268847 -141.056155239879 -132.9758565981701 -124.79547928312286 -124.42353765778986 -134.71365232525463 -137.43487760584074 -136.00196052164517 -131.77007690179104 -136.42845619146703 -140.25904185219196 -95.10954003690026 -64.50981027045717 -26.718416940133427 -17.397272352486898 -20.65880123115012 -17.397353154085508 -27.294242307005188 -50.66952489249275 -50.76826451659036 -108.29727337703083 -123.00340170065871 -118.72875272540809 -137.77383958114086 -150.85342216497554 -147.12254162582138 -136.16885190412546 -124.63163078636504 -124.64657295582045 -134.41544727115732 -138.05553691070898 -137.06779418698284 -133.620488235681 -136.43426663944177 -131.67267738481368 -94.54960450380332 -64.56705583737744 -26.736582094027952 -17.397142485632283 -20.65846224372089 -17.39701867673126 -27.25860327480957 -50.66275350543965 -50.0470461227203 -107.10089211047514 -121.10456551195594 -131.53037677437047 -151.15790565117842 -148.97189194441688 -140.7371686598719 -136.28669932163243 -126.69544579038046 -124.45341485616078 -134.26569567946893 -138.4459175775531 -136.0435155311695 -131.77007690179107 -136.43664434832866 -141.61980972596527 -96.03022316077436 -64.51883708448888 -26.71460350742361 -17.397242900069475 -20.65876197170882 -17.397324576365456 -27.259756915727493 -50.71564907163017 -49.82955230952886 -106.38515692006035 -123.20587916249922 -134.2161076609321 -137.58489410772532 -148.81094685371332 -142.89525229203207 -136.97968426755895 -125.64701467261597 -124.43836201336664 -134.27851837331644 -137.4073669692735 -137.18690150229156 -133.4602099659376 -136.4310143563766 -131.5586666504387 -95.51668701994686 -64.57406740877472 -26.73198689256614 -17.396890418960414 -20.658413047507143 -17.39697027134957 -27.1872846025722 -50.66271790522912 -50.768459212773 -112.16893445679617 -127.08692237789172 -118.4553346993441 -137.59276619738853 -149.91683210396974 -150.7096905995911 -143.73087954257065 -124.4644007965766 -124.47147218232932 -134.25037097404953 -137.7136746719427 -136.0618691207536 -132.89842340830864 -136.42739937135718 -140.80976475858515 -94.94952717857149 -64.53022697420681 -27.68650901980033 -17.397235279515158 -20.65875442616792 -17.39731715519514 -27.21645657936016 -50.06507132691675 -48.079220845004 -90.39685151665786 -108.13265989877124 -135.4174813028885 -152.8509410336058 -149.1286650855574 -142.4263908584224 -134.5835334171127 -126.2584098498663 -126.2308283542987 -134.65688158630223 -137.4868186908702 -136.20035859595387 -130.83715489253908 -149.6151261504523 -144.23788576231374 -95.32290234714196 -66.18651338127167 -29.252953793981085 -17.424746182872152 -20.65839946581992 -17.39695675032803 -27.271780520125795 -50.76394376143096 -48.58521971737696 -83.44674524146868 -96.17456989860028 -102.65833847499977 -137.9706403434533 -147.82435679401348 -138.00023646076642 -131.23316574506424 -122.08748151685468 -121.51170349841712 -129.83830772588254 -133.3502155016808 -129.91975665305387 -124.19401210164374 -127.33535362958088 -128.71393152286495 -92.81801104855955 -62.910777047872976 -26.73300945818377 -17.397190226238983 -20.65872019079061 -17.39727317604723 -27.28797996161072 -50.66272019678477 -49.777057629142455 -103.7041571083624 -116.98951364556012 -127.14826287130076 -147.21227981764173 -148.89358453003902 -140.97788338540232 -132.591491265188 -125.11060756637812 -124.62380813979637 -134.286768362699 -137.6295757036479 -136.32907787985178 -132.73814398589596 -136.4572702662345 -141.58929106426848 -96.33181795188985 -64.5363764317803 -26.73720756542114 -17.397015400865694 -20.65853675380427 -17.39709229922277 -27.20102086598609 -50.66255378153007 -50.12048283401752 -110.52921220468154 -123.43960551002075 -133.7195834263375 -137.86072296508 -153.47744531521985 -152.10018944989363 -142.92910608966528 -129.89868922511755 -128.65752161297584 -138.53211446768051 -143.14268966512364 -144.86279779969792 -141.2032564466687 -143.18357077648838 -132.39207045273406 -98.09696488959412 -64.51144857384568 -26.713964081472955 -17.39728041582785 -20.658809297503804 -17.397361219348284 -27.234838092542876 -50.66253992927681 -50.481724014743904 -100.73328120863458 -112.36470428155852 -121.23992183102123 -152.0256385424662 -185.00501433844045 -187.7293168950396 -190.1312138265557 -177.0353048965953 -172.42981807297733 -180.52392489735723 -183.51973545182693 -145.25375025444814 -141.15324317788244 -138.7632657715172 -131.65066443777928 -91.10367212489764 -61.22687226869226 -26.714550282572336 -17.39727032774617 -20.6587891289657 -17.39734131542766 -27.21741911119652 -50.67994298689191 -50.76826113671719 -100.9466018372828 -120.06673874125538 -132.05396505832618 -151.50445094276893 -149.21187089813697 -141.30779171547323 -132.92457483039215 -134.23882144570103 -132.12906187710328 -147.66465759832502 -157.65955778228283 -137.2789345052683 -134.2689337741799 -136.49650757002297 -139.89647958296857 -95.45617853944536 -64.53860383946143 -26.6938914843552 -17.39734236928383 -20.66412597462647 -17.44505860603457 -27.234691008166678 -50.66259449378814 -50.76833589932785 -111.01642038243978 -123.26247231715736 -133.23956932808883 -152.16096850467443 -149.15598501929554 -141.00471685334364 -133.1640589338862 -124.5966367647195 -124.74353900193356 -134.21727595672806 -137.48825857494768 -136.11865679893867 -131.77007690179124 -136.43278542364507 -144.22239093090454 -96.47144893722734 -64.51977288025442 -27.6998725110276 -17.397215987892803 -20.65873532731275 -17.397298369824505 -27.22562024751337 -50.01780984939908 -47.99389395861812 -94.34579138134367 -94.385367279426 -120.0365414821987 -137.73275444581762 -160.41971613954797 -163.54567769554689 -162.0581724604164 -150.96648053578775 -155.30029174445733 -165.98115387588314 -162.386643578334 -165.98686158695352 -157.44142788251304 -150.51065475925677 -138.06278961947953 -92.41576620451256 -62.809680970265 -29.312319669924285 -17.397090288099985 -20.658610881876054 -17.397165428367767 -27.18167226250809 -52.6423028259594 -52.96427920269719 -80.44150766477863 -92.92749757545644 -102.7008557568146 -141.41428464335067 -161.8477424507386 -171.74905860378186 -176.63886577162685 -168.5052778822952 -168.6945539565398 -176.32098713929815 -133.42047140325113 -150.64779623328917 -123.75059159131816 -127.35748914220513 -124.06804931867296 -92.80037462131033 -62.98463385041889 -26.73612030834124 -17.39689513276491 -20.658429188457703 -17.396997350230905 -27.1814953117539 -50.662733151385126 -49.79947299134984 -115.39082023274156 -118.00993752839226 -118.40994659453452 -137.7281533006456 -149.65279288702703 -151.8904861351792 -142.10439440246782 -125.20393476174674 -124.67306237560447 -135.04654777613646 -140.97127690719725 -142.78932441278675 -131.77007690179127 -136.43458675047523 -131.7282441813272 -95.80524453091265 -64.50352679869535 -26.734676858589506 -17.39715788527713 -20.65867780237945 -17.397231459600352 -27.188224746676116 -50.66268973853376 -50.120616209452905 -115.3779032107012 -118.1904079142443 -118.44017760178606 -137.95412849651387 -156.3489727228178 -158.42650153506818 -155.71360667788215 -146.35721344395154 -150.24181650889167 -156.22416633645824 -161.55680996010142 -160.1079839515171 -152.15005535626176 -151.8073222795638 -137.0549006256424 -91.13040498680937 -61.23066851796656 -26.69755801838708 -17.397331859965146 -20.65885005686257 -17.450374129756867 -27.181343604141432 -50.66258588059468 -50.48176992572172 -102.30271338545111 -115.76221720650383 -126.34194210177571 -143.1246149086279 -149.19816875334783 -152.38070057969014 -144.53780892659037 -125.60524260925858 -124.89260460901534 -134.82589523388808 -138.33782679038842 -136.3773929981366 -136.31023787361764 -136.4930022803773 -131.61820177389325 -98.08500170797356 -64.5209562142196 -26.730836876682886 -17.39717918147598 -20.65869888424804 -17.397252263403594 -27.189258729549454 -50.6627100485574 -50.49669953736049 -110.9222103681496 -122.73049127318409 -131.63338228781606 -150.60913976081815 -149.06895105868276 -141.03431027708464 -132.67326452706334 -124.48638604636648 -124.57021872658343 -134.31283770844442 -137.71975861101214 -136.3382548642338 -132.97570777146538 -136.43345359550204 -141.67306554435584 -95.66315179997768 -64.53371975057898 -26.73782017083673 -17.39707097594918 -20.658591762319357 -17.39714657179919 -27.220520091063857 -50.662606744474736 -50.48207355068602 -109.99745464932788 -124.75266945373804 -118.51882020492964 -137.58679543351371 -149.06608155723617 -143.4588243270746 -134.75606059143684 -124.42653239080298 -124.51253845486188 -134.2286520837269 -137.4096235871904 -136.48430641960547 -133.13598719387818 -136.43119533143377 -131.72955597416583 -94.4203365295858 -64.57902356727952 -27.712785897024556 -17.39865615564213 -20.65839722493814 -17.3969659310964 -27.220007783814133 -50.01195647195092 -48.001621165751466 -91.85427451781992 -109.81040331366536 -120.05834746895697 -137.7011333298578 -149.13319870354138 -146.846697520214 -140.77143431607053 -135.35110137060516 -135.14872650841843 -147.80777657764196 -142.6149578439941 -143.13960858254404 -140.3614647905022 -142.02316672116964 -140.69014360398396 -92.18250970145638 -62.87907047839592 -29.25352218300275 -17.43513680892738 -20.658384344809537 -17.396941961150507 -27.18145180627277 -53.61731976260377 -49.81872051926241 -80.14607697619357 -92.87377153688942 -102.56671195431127 -137.79365671264517 -147.5374139331965 -144.86530494162565 -138.13132864478143 -128.49171366827767 -127.0579027151923 -135.91145224751068 -136.91951094005006 -132.54275513420356 -124.30670997878109 -116.31821668983032 -124.09941623043956 -89.48723243819349 -62.95186871118005 -26.74052329036134 -17.397072020775585 -20.65859279925177 -17.397147592050192 -27.18315518181285 -50.66260787992663 -49.47596968546312 -110.55253191783316 -125.25096050821308 -118.41304278675854 -137.66578161572377 -148.99512354906858 -144.64415081360858 -137.00725219012435 -124.89670407284385 -124.52924569551622 -136.17142142058927 -144.89549889028706 -144.2888582257389 -135.34937574107303 -125.42619666448913 -131.72805925784053 -95.78524465743853 -64.54946677598551 -26.733268669959248 -17.396995997265844 -20.65851754529237 -17.397084214561872 -27.20430047292876 -50.66253532217772 -49.547280959772245 -114.66190047802282 -112.17698787490971 -124.94110776367845 -147.74217416810342 -172.02539167533203 -171.52731544443895 -165.44525509735624 -156.6037009267611 -153.81205481668317 -164.77864793946117 -170.34845556582974 -172.42683168977314 -164.03321770374845 -152.14720894235123 -149.24309167359127 -99.1625025155308 -72.19523625115502 -26.73409035385393 -17.39686508997502 -20.658410972082184 -17.39696810114482 -27.555098471129 -50.662705044126334 -50.1937027645936 -100.57076957071789 -112.52726689879924 -118.72949569459556 -137.89983712456743 -149.15696782931406 -141.04565156475064 -132.790170092067 -124.61636723479128 -124.65932994067532 -134.45812893019075 -138.14546327867632 -137.06732559871622 -132.70177016851213 -125.49365581051786 -131.63485456945574 -94.46386640712512 -64.5201541007798 -26.71297257375811 -17.397275007440022 -20.65880396032458 -17.3973559521398 -27.238138923836303 -50.662534695912576 -50.33762567350816 -112.16853297233196 -127.62915232868508 -118.58622149104468 -137.86358149351935 -159.31446004584723 -156.99689921341218 -151.2500018602192 -133.53946171568802 -124.65321501135962 -134.41155631285207 -138.0557810959156 -137.06638215275265 -133.08100390013388 -125.44263049565208 -131.71684984802138 -91.11494071106338 -64.5123388942526 -26.72859958746512 -17.39725379035379 -20.658783024117085 -17.397335289265797 -27.197256303122906 -50.70013794212239 -50.12015845534652 -117.0622394986594 -130.02976054227796 -118.45027770565804 -142.70738631791144 -164.0186038860027 -165.92505498410776 -156.50410134050026 -149.90300587616318 -145.295652563725 -157.15964498678196 -162.1306357706113 -163.10940722116115 -149.79848466158768 -136.17391152198476 -131.67310573283822 -91.11406655668864 -64.56284979411829 -27.714325278749616 -17.396946935226605 -20.658491423934198 -17.39704746145524 -27.18154491211385 -50.01203779842604 -47.89321940117977 -96.62818299437808 -94.43698999692155 -120.9672890905242 -140.38071897773054 -166.3526021578613 -162.34856758990867 -158.68540637455874 -147.41680690187573 -146.96277367848845 -156.8102988089116 -155.54551992504852 -153.17393891521235 -145.82498489856164 -131.07701778463988 -131.67385102001535 -89.56838196318007 -62.80140565482237 -29.305550844426083 -17.39716147338965 -20.658681355403854 -17.397234965420218 -27.18174087340504 -51.96183936073005 -52.03589838997044 -80.43950931901242 -93.00844281526844 -102.70104152871306 -137.95773239818922 -147.6678824073079 -138.04185281640542 -131.32840902195085 -121.70049612519236 -121.60466234563678 -130.03199659143678 -133.48182109274464 -130.6879613430147 -124.36298167303384 -116.31970638413856 -124.10004831670348 -89.56567430772125 -59.62911645534383 -26.704985604732748 -17.397324268973975 -20.65885257475821 -17.450376864698715 -27.18134614549808 -50.66258834770814 -49.47602213831849 -102.84046849719672 -119.6378403386231 -118.40437748539657 -138.6245496736325 -162.41433937658192 -158.3285037328601 -142.6909942641462 -124.4408464458472 -124.50905644326733 -134.4329393731784 -138.12384631647132 -137.06830122995515 -132.57419948920062 -125.49404991672368 -131.67453436793636 -91.11026044632789 -64.53055334280322 -26.74043636169288 -17.39712114371679 -20.658641429449936 -17.397195572220433 -27.181702001302025 -50.66265470835637 -50.48212060469865 -116.2436412133854 -129.3032686735466 -118.52134886411186 -137.58236232582777 -163.38459840529276 -160.064079249132 -148.03011934828336 -131.43826078694786 -126.20611311746244 -139.92202452784122 -146.94943121628936 -149.01468357537297 -136.54797747432198 -125.42770611921588 -131.7846816655267 -91.1151714216835 -64.51792446589216 -26.71998834056302 -17.397234635415334 -20.65875378897656 -17.39730643968261 -27.18181140573418 -50.71570928251078 -49.475991469089664 -100.22915098468596 -112.58715134860088 -120.44541949930245 -140.875265569817 -167.55572351866746 -168.95369688751703 -163.17855428683632 -150.8830664081805 -146.46045839568208 -162.30083850023084 -166.1758032161488 -170.8225571144281 -154.5566477697794 -140.76374235594318 -137.68884871946508 -91.12012066685736 -61.225038076149616 -26.731909944782416 -17.397149180144858 -20.658679803974326 -17.397233435506546 -27.18173936185463 -50.66269166703636 -50.33806374904621 -100.2737048649906 -112.42819853604 -118.97603983978344 -141.1176898036767 -168.85721619126107 -176.40504992687607 -174.26031635103237 -163.73101866114405 -167.52041005351896 -181.369939103304 -191.84266970951467 -196.131300796566 -181.9296341942041 -167.77263927184478 -164.4182653844412 -109.43666277814276 -62.91846935571042 -26.7327426658155 -17.397249750748887 -20.658779035885484 -17.397331354982878 -28.63862514105784 -50.71335026344333 -49.47594382340845 -122.31664765440529 -144.1170475523492 -166.60004197152176 -184.76607107511435 -205.35592491237668 -204.61971189533332 -195.39137856291225 -177.48781302667425 -170.8916104327776 -172.27479777437426 -169.62985011242375 -174.57720117273828 -155.6297094113741 -142.3680751626178 -134.148594657594 -91.11763791451384 -61.21237400434871 -27.717982834640075 -17.397186756431704 -20.65872722261495 -17.39728011558083 -27.18177524897593 -50.01207740756737 -47.784769732967504 -97.40649607202351 -112.75708246870218 -120.60014205767452 -138.07320743622608 -149.48504395642695 -149.53149592778996 -143.7866513673879 -131.80347702737583 -135.93346937640408 -147.33442170065422 -146.17409849251936 -146.72429553463306 -143.83437607470924 -125.99257485927752 -131.78487558999183 -89.49652108929496 -66.17707229119075 -29.306205077580486 -17.403487139148083 -20.65839551866079 -17.396964253214588 -27.1814625516734 -50.586546204699886 -49.187470869508736 -80.09106746909141 -92.87391133953813 -102.56662236423549 -137.86132942058356 -147.49931913405905 -141.58744511243228 -139.3056601444651 -127.93706029966177 -132.30844692953735 -141.27651273345754 -144.28029897895442 -139.58634801536155 -131.3556718876396 -123.89169835715192 -124.09408404337908 -89.49572411163142 -59.65833068730813 -26.733181723005853 -17.39702651742828 -20.658558785648868 -17.397114033660053 -27.18162154866766 -50.6625751319626 -50.12050377469827 -100.29737328681313 -112.2101422677412 -118.86383498264745 -138.05264083411836 -149.33244457637744 -146.0254020671734 -140.60710253811357 -128.851898182632 -124.43918151029202 -138.6258235811529 -145.0289085977223 -147.2432903732806 -136.77790128704163 -124.2876614911883 -131.67274896914853 -97.42011216373592 -64.52191145049672 -26.741067996313355 -17.397160378420054 -20.65869073651624 -17.39724411349185 -27.204892740812028 -50.66269189927695 -49.47601023265052 -111.7507869703242 -128.27267057550523 -118.5372786789777 -137.65849709400626 -163.67213665178443 -169.41970588956974 -158.8984107713168 -150.82313434895156 -147.31981031098417 -164.51861199426682 -174.48713339995285 -175.51592308124708 -162.72242031864104 -146.9763769563195 -139.51074876643014 -91.1154539769482 -61.280704060330606 -26.72890869557397 -17.400557915328985 -20.65839655323139 -17.396954002487274 -27.181463679975163 -50.66270244049755 -50.33779327800816 -100.31745953379058 -112.6779972259098 -121.63188707699048 -145.36302415449006 -175.51222226308758 -178.0296507423215 -150.9934734254509 -133.19403669048543 -129.96363595547436 -143.81343934402597 -152.1925539858881 -153.11942681148673 -158.0861561259156 -149.39489835610155 -141.2291375363112 -91.11311813925576 -61.2867791555579 -26.728053483834564 -17.400681071119994 -20.65839641918528 -17.396953870274608 -27.18146354956249 -50.662702314864255 -49.6226302060032 -100.37392068639062 -122.75018316275673 -124.15991001703446 -146.32878777880794 -172.10723120400053 -174.51219720995334 -168.09122102122546 -147.054295063709 -127.69238203501776 -148.86655999174923 -152.42805306643876 -161.37364802211002 -149.21729813662336 -133.99089763377677 -131.67399502597004 -91.13439360916712 -67.06999460624131 -26.71169207456635 -17.41392117347055 -20.658391834097813 -17.396949347915506 -27.181459089735466 -50.66269798469139 -50.337788823743125 -120.0070224212086 -112.2193098093282 -118.67527996552924 -137.70138416105902 -155.65807281066836 -157.298945021849 -149.60009515396774 -128.39905047822478 -124.47514893042516 -134.25474947936 -143.92491229508497 -145.38702907878272 -139.009771481561 -128.54013708612 -131.690330841819 -91.1143607995634 -64.58212506419626 -27.713340325191883 -17.39842548175146 -20.65839730851904 -17.39695474533921 -27.18334147118663 -50.01195882774964 -47.83978020395761 -94.20444240718562 -94.43690258564632 -120.05623495583224 -137.72229073189854 -157.74081624873992 -156.0937886349876 -156.7788026291732 -146.4505007771372 -148.50597219260914 -156.16737217257477 -159.6448586832918 -169.64504984166857 -164.70052342896292 -146.74393319814186 -145.8786428780883 -92.49688978954156 -62.849153633185765 -29.313902106107967 -17.397216255725386 -20.65839783564785 -17.396955265554666 -27.181464927652616 -52.44833782514832 -52.41146235076748 -80.06529351298404 -92.87388945583388 -131.01721407702487 -178.8068596597364 -194.89374925299356 -189.35993578802055 -184.72273381120527 -170.69591967038767 -169.90635007899502 -180.07254047335817 -186.06176169060677 -184.89896681629628 -171.69227097525825 -151.5053130229837 -147.78941002250875 -95.49709342531136 -59.61877028815735 -26.724572741946123 -17.39719049570342 -20.65872056518626 -17.397273655431515 -27.86507755655676 -50.66273093212722 -49.744919969675216 -137.99709483091402 -158.7244828052816 -172.04014627112733 -192.45073720391096 -215.7258583615992 -216.2694986242938 -205.4394188000704 -191.8340997401262 -184.8194473633108 -194.22972737537464 -193.68858594683527 -196.41977464289155 -182.3510542112823 -170.85934209661048 -159.19401280939925 -91.11401927506932 -61.22551229136803 -26.710243970082896 -17.397306609349194 -20.65882505203994 -17.417621055905105 -27.214391677720062 -50.662557562001226 -50.4817416343292 -111.88262073895888 -124.11354779405428 -131.9678562407153 -151.53669087207237 -149.03903216854468 -140.6993539300525 -133.3328907257295 -124.60215892614316 -124.74556733715484 -134.62519098428874 -137.49265789635703 -135.8778750414879 -130.80090320633067 -123.96087650425824 -141.41669791519075 -94.91507030128436 -64.57832008127957 -26.69695935864918 -17.41965362470237 -20.658389810145835 -17.396947351662394 -27.2475348175634 -50.66269393432614 -49.54724152198085 -108.93391621895395 -122.640829897228 -132.00988661721172 -151.6739846569175 -149.05232393113357 -141.62593541217933 -133.15751544646952 -124.4337915189352 -124.50514557229872 -135.67525396894968 -146.04754603038722 -150.02454675264906 -136.82253493963486 -124.80269912277969 -131.72907815469495 -97.51964070331609 -64.52003294593909 -26.729872626309515 -17.397202686549896 -20.658722157465128 -17.397285418033587 -27.1975550954598 -50.6627323601447 -49.38490919562909 -114.63620000035928 -112.15774802104524 -118.6028421481108 -137.62285979832947 -156.4726893641991 -157.4085859033885 -147.16872701132507 -134.7560804244675 -127.8696818229902 -143.1148788913972 -146.21818635125337 -147.66088617505835 -140.8325319076551 -129.65131232522705 -131.72616274811844 -91.11761048000972 -64.5557596085101 -26.736293632958184 -17.397031459098923 -20.658552648909083 -17.3971079820521 -27.18161557767285 -50.66256922459905 -49.475908926990414 -100.15616830509056 -112.15769337875558 -121.7712416733816 -142.3876443786665 -168.48137034936573 -175.33856094314578 -165.06490542206362 -162.52974114796328 -162.9968155071089 -176.7555275200182 -179.00683448514246 -185.26323117857805 -176.865824000483 -163.02227449705265 -153.81013632150098 -98.63423236501234 -62.78517574509136 -27.717323038333 -17.3971618793431 -20.65868175649925 -17.39723536183169 -28.327960463585573 -50.01204364559925 -48.10844332059049 -105.0386835091573 -126.9897117690311 -172.30201518145233 -191.3225921217355 -211.55326684739552 -209.94225770006776 -198.77968905928088 -184.53806310864036 -182.82564084010767 -199.1626289068975 -205.7088739677818 -211.3303200100773 -203.17256051520224 -184.2394140560949 -188.7721101783774 -138.0201123075526 -97.36938320121722 -29.271618972906072 -17.419735486333376 -20.658388631433507 -17.39694618891702 -30.691194669373544 -61.753094546773646 -65.59960071979258 -80.14610372565747 -92.873890472266 -163.71649326659465 -195.4157912034018 -209.23455764559893 -203.391670761556 -195.10107273414675 -178.16267042703956 -176.1788448891782 -171.01305442725328 -181.06387305478376 -178.87931191349696 -161.96247832076082 -154.1948872648663 -140.8127919950119 -89.87874772291686 -59.6574415590218 -26.737108137162927 -17.397009169573575 -20.65854167579032 -17.397097151679503 -27.251350327787247 -50.66255865790627 -50.48202637832253 -100.58210513332637 -112.79330177383208 -120.24352079899548 -138.4946370159453 -174.10006634121694 -192.19345982490603 -184.7713982302834 -166.68150003199142 -164.44244331740873 -174.09326785754533 -180.87632881922775 -182.75074500841816 -170.0127263204706 -152.68508811921683 -144.5760668681561 -93.4062574495695 -61.27601523382654 -26.735164104760425 -17.39756608916235 -20.6583976926255 -17.396966388153313 -27.181464666829047 -50.66270339911473 -49.33195279780114 -100.17533699493026 -120.70120878595957 -145.1780103593512 -172.79513721151508 -201.3648163982382 -202.87885306832055 -194.3044537548608 -177.4969023169794 -172.93719987812 -187.69252918831063 -195.16141611498333 -198.47027436980747 -189.24912463008056 -173.25640186916831 -165.53397561023303 -107.78547124371416 -61.22280766780925 -26.724879784907188 -17.397210940351624 -20.65874073635827 -17.397293560565487 -28.2476607450557 -50.678523211191504 -49.36905419311456 -107.21435361511058 -132.86149095699784 -129.14446294416666 -151.17559702306536 -179.30525818810042 -180.83791628664363 -168.4230783256139 -160.8810666299403 -159.16038700644248 -174.14928964430294 -184.97396567743212 -183.92570240201275 -166.52855721410216 -157.48704520452816 -151.32063737252713 -91.1869524831054 -61.20883694979031 -26.72094417652781 -17.397261950533565 -20.658801175339686 -17.397343129677406 -27.22349527669078 -50.67386032640001 -49.97791456278433 -100.23247663567716 -112.2080626929942 -118.93936885043551 -140.15563737201026 -164.77906507585053 -161.9773276055166 -163.34165484887006 -147.32602535058436 -142.45229590271197 -154.9358177212211 -161.42166224694546 -164.93224953010875 -150.85769941288882 -136.74625129358108 -133.3057701399344 -91.12008420879486 -61.21890768670794 -26.73045686038907 -17.397193335273958 -20.658723367303995 -17.397276418860603 -27.181781778825467 -50.66273363143886 -49.52899035885834 -100.22624122780562 -112.26485506455386 -119.02668912148076 -138.24832486666827 -157.80053033352235 -156.0150029211415 -150.93433469680312 -137.97580701591826 -132.4301472211952 -148.3975421760556 -164.45596331665195 -166.22389776106309 -149.74930459195892 -133.55935918119897 -131.72973494417087 -91.11962318661053 -66.52946427852555 -27.717501328007486 -17.39704380506286 -20.658586654221725 -17.397130743837607 -27.181638036527737 -50.01206348608559 -47.839802018309655 -90.60872077911564 -94.64742065247076 -121.76053569128402 -143.42680152563798 -168.56078933233198 -168.06094997342686 -168.01880281630798 -155.80149375225545 -159.92929353019713 -165.6756111545641 -172.50265702261822 -178.22969992894951 -168.6423185610605 -147.7893712443322 -136.90305057936337 -89.49951500173539 -62.889525675876826 -29.265504170175905 -17.42746109130367 -20.6583870513016 -17.396944633279407 -27.18145443816347 -53.83476451709632 -49.79325012417446 -80.0652685802601 -92.87377398018636 -109.9612155432279 -162.85932597466967 -181.89909121585373 -183.68888296680203 -180.747324103893 -168.15433228447776 -167.50860894561382 -181.4323319754065 -187.1558303830315 -187.09580194256972 -177.98273633469665 -167.3150589870071 -155.3797599144218 -106.50422831479236 -66.46425590954267 -26.69627666450673 -17.39730441564813 -20.6588329814549 -17.444520242886973 -27.4932172900196 -50.66256849070063 -50.48175255086098 -111.29412937281852 -138.72446429299995 -159.7913659997806 -178.1963920717296 -203.4386693078118 -210.4047892223024 -203.56818827362213 -187.809383051606 -181.7628321515124 -195.92707901816968 -202.6604715170648 -202.9835550361802 -196.31350224867143 -182.1959223814274 -172.33119534018311 -115.1274444491651 -71.1009151584608 -26.71731984584165 -17.39722558332169 -20.658755188813863 -17.39730782596907 -28.716210256940048 -50.71571076663143 -49.3318261307896 -142.3816791987531 -167.51321785690826 -181.09089926916263 -199.0285959987605 -224.006760107988 -226.2693426729076 -217.50604469566025 -192.46442415050757 -183.49079878794117 -197.32854929433788 -209.46226165416195 -211.37764196066703 -200.28250006565355 -197.2218841705613 -180.72508894413284 -117.63074276276066 -63.98683218826956 -26.736581290179437 -17.39693741236561 -20.65847088769569 -17.39702732641272 -28.810292717361715 -50.66263629345742 -49.47588824330123 -100.14757066965018 -118.45330626281772 -140.177764508204 -174.78045560115697 -194.1355614712651 -193.34010950289235 -189.8669256993285 -176.90925962851367 -176.5856797389055 -189.25608131384047 -197.31218422085016 -185.76218537920928 -178.94116943519975 -161.40916644779116 -152.46682334429465 -94.3023805563574 -61.26779237893451 -26.73441275838188 -17.39693870307834 -20.65847216335203 -17.397028580629613 -28.300974936596084 -50.662632530511615 -49.76051060056588 -124.5386416459512 -146.1438487549246 -169.15085866278213 -185.6107391572694 -212.3146716899232 -211.30775353488968 -200.8023336192779 -184.2706700727672 -177.45899938981253 -192.53299484134013 -197.5829931256231 -201.4574743580636 -192.22581772475635 -178.3098982713391 -165.40298987925232 -101.7838695353155 -61.249319419499 -26.737954738588343 -17.397007002609488 -20.65853953665803 -17.397095041752664 -27.824152752259707 -50.66255659982392 -49.47592559123322 -100.55720294302044 -120.18438188982964 -135.04007425218293 -155.73548442216236 -177.20745614961538 -175.65521816375343 -167.96899297749422 -155.62039211188218 -160.64234123330507 -173.24401001433284 -174.86234321578073 -174.82264639126976 -162.57922754183355 -144.97613913186643 -139.15491585446182 -91.1157957261798 -61.22923480929894 -27.711484687611872 -17.397189857597834 -20.658719936924285 -17.39727303542909 -27.18177843901107 -50.01208058131229 -47.94623170550745 -80.17318433328357 -103.76809836073754 -129.84059880726173 -153.9791652504038 -181.5993425594671 -180.91864545848748 -175.61350196293702 -170.05103538810224 -173.33653649588285 -174.78719959007725 -182.82977879699652 -181.37429678840988 -175.3955693914498 -160.7804697736877 -159.4038290743539 -102.7782990342102 -62.88452551845836 -29.26178049134391 -17.42479291953745 -20.658386564957382 -17.39694415089793 -28.69502145707424 -69.28257647851666 -68.16062104428616 -80.38646475196103 -93.05145554524633 -103.45220278661378 -149.27975151259255 -158.7642791337546 -162.8970853072318 -172.16975924306362 -175.53490939037763 -171.72271059931882 -181.6249867898638 -186.39034666538797 -177.8594203705941 -164.82760617461494 -143.79760271531862 -131.84661024634588 -89.4943669325147 -59.65878469653878 -26.735214555251776 -17.397077694460595 -20.65859842248492 -17.39715313468295 -27.18166012857708 -50.66261328959674 -49.47601307395376 -100.19326123781698 -117.7002513229943 -133.77768229915338 -163.16362032164568 -189.11546274584083 -194.7440821498598 -189.07452554720348 -176.4245186126793 -174.40023473771708 -186.03768686832856 -192.709994453328 -195.7082639070601 -189.17081059214743 -158.39731302841253 -150.84355719979527 -95.78913753820125 -61.25620709004799 -26.73961038902268 -17.397011662973807 -20.658555054359155 -17.39709946069327 -27.181607171904773 -50.6625609117053 -49.47604185383734 -100.26294186443928 -135.76739087135763 -144.66989992362906 -170.45011035105634 -199.2733813238807 -201.941732475362 -192.7573809095734 -182.5262559443388 -174.7212240816677 -190.34658602343453 -195.91785246394124 -197.8137943052964 -189.27665416555 -181.49822851190683 -171.32350744213483 -117.72322806548074 -63.32251993207395 -26.73428726321324 -17.398255858706495 -20.65839741063226 -17.396954848161478 -28.75685437660277 -50.662703251159805 -50.19370097498748 -107.490139798124 -124.31228733390392 -156.15858780799226 -183.772944001676 -207.84810389518503 -210.67506570524552 -194.1342876976352 -173.80163973219462 -171.00590407510705 -194.18256366158613 -200.2603794592789 -195.06362099526456 -187.1673583753112 -174.04552232803917 -157.7731238998151 -93.60227298199172 -61.22419492499099 -26.71676323619224 -17.397268046331323 -20.658807169765296 -17.397359014465064 -27.234824783823147 -50.66252775277973 -49.4759846795566 -100.15933811939848 -112.16828577877904 -120.971597631654 -141.2303231936546 -166.6525227071966 -167.23058902510184 -158.3127165663731 -150.8076038848268 -145.1552414479503 -160.14928290186052 -168.78445668121364 -177.27342074047365 -159.84956672749348 -141.45109650865774 -142.44505412541304 -91.11875039034108 -61.2639801789891 -26.73770951244308 -17.396973531117666 -20.65849531047812 -17.397051415885876 -27.181559773571895 -50.6625140356382 -49.54726012169508 -100.25882023419886 -112.15802098362788 -128.48294877768686 -147.1316867602182 -180.23296779094852 -181.78214824718597 -176.76064998240102 -161.06215468933075 -159.95076374501792 -163.3706667674368 -168.39841199453127 -174.39039383848845 -164.27585141136402 -151.29703710709447 -146.00332008932247 -93.2030389613437 -61.25860121569354 -27.65295658806837 -17.45037223494037 -20.65836541450003 -17.396923291122317 -27.793295743608 -50.01204432481239 -48.37810682624006 -89.90140856027901 -120.6689943466292 -151.0765519407586 -174.52095224041565 -198.3729718100506 -185.0175166944962 -186.85534862132124 -189.9921460940869 -188.12859179193129 -195.68872365839687 -195.6930444931556 -202.44252967415736 -188.732737834492 -164.74361020060198 -161.5979328859258 -103.68466518481708 -62.85070532669155 -29.309644386274257 -17.399270225755743 -20.658396995937373 -17.396965705319296 -27.4625508787512 -52.3652016343897 -52.18035252855069 -80.12029878215702 -92.87393527381424 -118.79165833362131 -170.02403296945278 -191.1559564718628 -188.3252778569913 -178.8857014472479 -172.3786241065161 -167.74482396376467 -168.87030812333043 -170.35892549617765 -167.99457855599624 -164.89030305570364 -149.81350202388228 -132.38256429936544 -89.53862525218578 -59.68269201938578 -26.67412183871752 -17.436880630568762 -20.65839310160377 -17.39693915592584 -27.181449035692296 -50.6626882255678 -49.54719848659386 -100.24735783753138 -126.48300106322384 -146.19161378216654 -177.91338849825536 -207.86301047688997 -205.23828590552813 -195.9554508690095 -181.85677437923027 -176.1238358948871 -189.00069534242044 -200.39786612718785 -206.05384583868457 -193.93996609272384 -168.90779458878822 -163.80101842346048 -107.60030576768438 -63.09372328416732 -26.721069510396102 -17.397224388007608 -20.658743643242836 -17.397296429784166 -28.27312502490658 -50.68798310292745 -49.57494465433862 -117.7885042780172 -136.95207110500982 -157.6909188932818 -185.69654209320504 -214.49923192413416 -214.46650612903875 -205.7515512433836 -188.836796409435 -181.13078375765704 -190.81335917819487 -203.32849399673975 -212.87636187785463 -200.99213448206916 -177.1271505164133 -158.45502421194874 -98.58743620608124 -61.22492483838394 -26.72619602300808 -17.39725295196455 -20.658792324793783 -17.39734436256721 -27.19379515014815 -50.703606251682736 -49.54697418481189 -100.23324648590626 -115.65500856770444 -129.2619741309104 -154.9590759628634 -184.523998198524 -185.27711323490016 -172.90284784590773 -155.67442831856704 -153.2909372873921 -163.13479302100865 -170.2695463212312 -172.32844888843977 -165.8397282768541 -148.45613813265754 -136.23774503219184 -91.12066402147556 -61.23985538652905 -26.73360526740753 -17.397027754912386 -20.65856000505654 -17.397125960874785 -27.181622622950496 -50.66257619204947 -49.61845373742815 -100.4759867404111 -114.46510832800152 -135.17131049106283 -159.053437829429 -186.84735678247696 -192.92759066467747 -190.07426985981544 -175.19925274602397 -171.5779404865349 -184.10609787027465 -194.40812445571208 -199.03013425310635 -183.7082280767181 -164.53115886738055 -157.16397795707644 -95.697287439587 -61.224176653387126 -26.735403360069068 -17.397211292615435 -20.65873067895265 -17.397283634518484 -27.181788899733288 -50.66274067476216 -49.67134646830624 -100.2280410772966 -131.10807311171644 -154.90546056400845 -176.11248608130242 -205.29252771941077 -204.1553111612782 -196.9208530093833 -184.7478380657076 -181.1381969436445 -191.42935553716703 -198.2991551226928 -203.7794871402369 -192.73412978359124 -181.5050225496813 -172.78165891328783 -118.00201208685446 -77.16914203535684 -27.71518566704229 -17.39708137907533 -20.65861290651368 -17.39716743084501 -29.793692660443025 -50.011977059734186 -48.48642693345307 -114.7657031333758 -144.16013569823053 -172.93093190396442 -188.2841680696992 -199.97175880524256 -198.23607935832533 -207.99499181871403 -202.10074122974925 -199.65992381370936 -202.6752854996154 -195.6447304058427 -205.11784992870037 -204.61141074750427 -190.6355888640607 -196.4640020507063 -142.0148842545514 -100.8434689666584 -29.25599922605781 -17.43059640619783 -20.65838419438784 -17.396941812319238 -31.60891242039464 -63.58547241747009 -66.04780943272384 -80.27994673264236 -92.87377140363652 -168.09731442636007 -207.5708529120412 -216.47706875148023 -207.58514988394805 -196.8951577025209 -184.1027704216509 -181.6473701915712 -198.27366348181616 -196.0766405535201 -195.1489132836104 -183.29345152200605 -174.51981848249386 -168.32649129613543 -118.45737169567592 -80.3591100873193 -26.724090153865824 -17.397261720690505 -20.65879084868446 -17.397343012349513 -31.004548460016093 -50.67460850154988 -50.26425985082472 -145.05563024957314 -164.19896816298038 -176.3957517811324 -193.48516504892825 -215.82429389195715 -216.9278275232279 -206.7034258357562 -189.5078865640762 -176.78158703788796 -184.8603965601853 -183.51206326699784 -213.6873499661388 -203.19041815738024 -184.4889229046895 -174.81462708945844 -119.2287432610492 -66.65236009259715 -26.7373641067742 -17.39709739734734 -20.658617920327703 -17.397172375143487 -28.586122631325505 -50.66263206805798 -49.61845785266696 -114.70990868632714 -139.56691791932056 -168.34271883767445 -184.86089928671564 -214.781695022952 -210.3320287446552 -200.77298297033067 -186.45428946289417 -180.35421686560784 -198.6033707053097 -205.2315481682461 -206.5314540090049 -195.8393788838309 -182.8851528248558 -177.27912553887268 -121.5191085520066 -74.8224601742623 -26.73369051035501 -17.397046611421157 -20.658578611263074 -17.397133588757036 -30.220399379923577 -50.66259421584293 -50.48189482048075 -131.94509832254212 -146.08400031252293 -172.02085941010142 -197.71371030007043 -221.7636858268788 -224.0892444989803 -213.77342625003368 -198.26195984554607 -193.31970798623823 -203.07874472668004 -207.8772609186061 -212.99407925722247 -205.3119026954943 -196.33090747571967 -192.63846610577 -139.61434302865842 -97.90985025722053 -26.73399880451097 -17.397041112133678 -20.658573177580305 -17.3971282362644 -31.96045756375567 -67.58388003252058 -72.82386639921052 -148.495426134173 -166.221824653569 -178.97085703635122 -200.14784781793244 -224.5948377331361 -222.90093847353404 -214.92499319032467 -198.7508907981804 -188.2483476884844 -201.8197078484636 -209.26212676813188 -215.7252805909072 -208.74570566155876 -198.52056487926177 -193.9204356743361 -139.22819459926163 -98.64169560330484 -26.74011163548731 -17.396904835661978 -20.6584387601317 -17.396995631736015 -34.93460846528154 -69.21250404414089 -74.36603932047959 -151.21630777700648 -167.62624255911498 -180.26430907403724 -201.0007251349637 -223.9640521508552 -223.2549261969592 -213.60132325898653 -198.5252544210932 -189.3718681904238 -197.95588634744345 -207.8821393218053 -212.80711218492488 -204.0986632548116 -193.58846439941897 -184.7714591857459 -122.70739887841408 -84.01122837916344 -27.714304359977756 -17.39703757189419 -20.658569689056733 -17.39712479023462 -31.33095157314021 -50.012123402730765 -48.8094116412356 -105.9859084593681 -123.19464065076384 -142.1057329231154 -167.0337841877779 -198.30804867798184 -186.68583782179795 -172.15408034021382 -160.77143069771537 -155.58436780635927 -176.1618333335499 -177.4701772102208 -188.3109554145628 -185.2612078368984 -164.7435220970028 -166.0384067684897 -114.95833372169945 -69.79618207398583 -29.27372365985872 -17.397311324484225 -20.65882972362098 -17.433608857455468 -29.44985508584955 -55.7461710512364 -54.58399715906604 -80.17185876363854 -92.91669310946514 -113.1629028311091 -155.9381093338444 -183.75254214944 -184.01935913763276 -179.69350281860076 -158.9315601249195 -167.62269680431442 -172.93290045937636 -172.7670267873204 -181.31901310926287 -171.1195486818581 -155.74455348562608 -145.62797017894914 -93.43059023896092 -59.6683703284692 -26.73515984840185 -17.396990172662687 -20.65852293584704 -17.39707866789469 -27.181586658392824 -50.662540622290486 -50.12046992608341 -100.25984994567806 -122.38426377225969 -147.8717753317188 -178.97921391782236 -206.79035785547677 -206.0198361287424 -194.5872928883056 -180.32792246135088 -173.1021691976293 -188.8200664586848 -196.43965392705337 -198.52083771310745 -190.03386731313915 -168.32462636065372 -160.61988019585505 -103.54509798910928 -61.2795252150442 -26.740140773213582 -17.39691724034771 -20.65846223046578 -17.39700757806714 -27.181516530566302 -50.66275375000828 -50.04704636986624 -100.46670171599796 -127.93809467728292 -146.49949590108474 -177.16472173243636 -204.37428179077037 -205.1492223164676 -195.3758389330268 -180.81944462168863 -177.0284185319184 -189.32218185365792 -196.3666230144408 -201.0107862962592 -191.7123986430113 -177.05071879607917 -169.81698553445915 -119.48546371288144 -69.59717726903904 -26.73421396665232 -17.397084299330192 -20.658615788267056 -17.39717027239992 -29.465154516036737 -50.66263001538591 -50.48193029140747 -115.29887223628404 -139.29578063135165 -158.5789439289199 -188.0410898589425 -214.61506106163287 -214.9085979432452 -202.48989786889624 -187.07947237844957 -182.9323742474577 -194.66140791744445 -198.94104144875723 -199.58785568173624 -188.07005364057412 -179.3257933926176 -167.83006926049364 -110.62863256909051 -63.850785822161725 -26.73517373563706 -17.39697059045441 -20.658492400782496 -17.397048543755048 -29.273086105984707 -50.66251630644222 -50.04922987103703 -122.32734647998971 -145.73226321676427 -170.13643866468087 -192.5242453364019 -220.4315773504217 -222.5732523463773 -212.4213573393922 -192.6696973513156 -184.45209709369945 -196.62528203661373 -205.18375686554344 -207.92018501784804 -190.9695560204658 -178.60294310152955 -159.05582268131676 -98.44721066155044 -61.25351717363687 -26.736838502566453 -17.396972247004467 -20.658505252777328 -17.397061221982728 -29.419738558817308 -50.662523602980734 -50.48201321240934 -125.76443980783309 -137.45534153120192 -143.83874029379623 -168.62477270144728 -195.8985063655133 -198.645841113222 -189.99798210817607 -178.36712169251618 -171.00943154821283 -187.90727457400084 -196.92899041470392 -198.6326113347941 -191.4710159057997 -174.62791447687135 -167.95758572346304 -109.6976879724017 -66.9811329222025 -27.721514561289748 -17.39711144338252 -20.658642566530407 -17.397196693569164 -29.917721806815685 -50.01200574419388 -48.809482457735385 -106.4044407239098 -117.2540451392231 -149.39773976338722 -178.92912385653503 -217.94722797026827 -209.91178146036597 -200.98719026022857 -186.468533075162 -185.13531683544576 -195.58615109364348 -195.30557154328244 -202.17620127442768 -193.37442044672227 -177.54879865324278 -184.54379151694573 -120.88791513132313 -73.07259360173882 -29.25995156315428 -17.430898452476114 -20.658385840691725 -17.39694343604984 -29.36560114596924 -59.45450349397054 -57.85591054105002 -80.38646408093544 -92.87392536860612 -130.79514360284313 -180.4092779299177 -200.8542453014279 -197.71048092630392 -190.9385757926093 -175.4197305549568 -169.1010280838343 -182.1291321029272 -187.29905861171565 -188.5854324019712 -178.912259097881 -166.2423947068238 -155.79905821643993 -100.90111623338764 -59.672187152981245 -26.738720414586407 -17.39696416003739 -20.65849727364116 -17.397053352761077 -27.18156168405032 -50.66251592337925 -49.65283529851412 -100.25766207114098 -134.81183960551147 -159.10343602638764 -186.0098483625282 -208.26093895028671 -207.43299700063616 -197.5240449961355 -180.2858234197117 -176.4196905013899 -192.42278605163816 -201.98241227734624 -207.39170698943124 -198.67250794647595 -189.3320830973341 -183.93496259189652 -118.23015397160611 -64.01554936996058 -26.734604074029807 -17.397071857837474 -20.65859263928165 -17.39715804661996 -27.759119292490603 -50.66260761238027 -50.48207440129474 -100.26593711226762 -112.15755568668644 -130.45126089797853 -159.3475199119752 -178.69213090340045 -185.1416926474581 -178.23636120843102 -161.4858099250606 -159.00741529101566 -170.93066895503063 -179.16150837481376 -179.04017262150293 -167.15423574184402 -151.01809605221456 -138.60142209474756 -91.11858106607676 -61.24160870703687 -26.734992065639847 -17.3970808346979 -20.658601521716097 -17.397156200149038 -27.181663153019432 -50.6626162799427 -49.72416612552723 -100.4795215200627 -115.7804708188818 -129.83711481639023 -157.04412708283888 -176.78231961371714 -178.92619267192254 -180.78743668138708 -163.59261642012137 -156.51772498800491 -172.15477700983715 -180.9702161558596 -179.9605333077086 -166.94564043615526 -147.18260871085053 -140.0273313476201 -91.11849324058883 -61.23901975562598 -26.7348878347072 -17.397107215486866 -20.65862764349841 -17.39718196729788 -27.181688574385685 -50.66264143032188 -50.26466192881347 -100.4137577783353 -112.27279424905406 -139.33478565495838 -165.95661409320948 -195.22539770760255 -195.6574718912113 -189.05646870264331 -175.34949832717697 -171.36995682294923 -182.42334098887608 -190.89850574906697 -193.4251135122225 -183.9728950552683 -162.9980624940979 -157.4569187420011 -91.11861252171938 -61.23364200546159 -26.74067607835104 -17.397108764347884 -20.65865052747991 -17.397193972958384 -27.181700424981088 -50.66265314883631 -49.82978212777627 -100.48293204873788 -121.02612172410392 -147.92580602561316 -181.1824844522275 -203.8645010187219 -204.71050416437984 -193.98845163685783 -180.358221247182 -174.46959718473752 -187.96770896492828 -196.3833522772143 -198.94680179821395 -190.79551071848832 -185.006304640894 -160.81523830587736 -101.78442036035968 -61.22387102287899 -27.719365025154644 -17.397157791726286 -20.658688297849448 -17.397241815680736 -27.370858038015555 -50.01204997297114 -48.43147700911922 -83.74990341966111 -116.06623774533058 -166.00865122344763 -187.97668260340495 -208.2937546599465 -201.47178617969968 -192.59789825938876 -184.5713180569412 -181.19630732019723 -187.85629121529135 -191.04870749886007 -194.65102150937668 -193.0225107174486 -184.8235060260454 -172.10191971903478 -119.6864419702403 -71.21347367969572 -29.26482088615766 -17.43470689364343 -20.65838251474661 -17.396940156151715 -29.03880084024812 -59.802167985040384 -59.57521224639463 -80.30567582189578 -92.873770010282 -137.09508037133355 -182.80594778049624 -200.3179243950241 -194.43009886841568 -189.26476089332485 -173.20365443848974 -175.05683516287445 -184.1835732207257 -191.15042663593889 -187.77419924984343 -181.3827104513374 -182.34635798161992 -167.90315384297654 -116.99915705141234 -77.9547409722506 -26.68102080158097 -17.43648948515712 -20.65838178657506 -17.39693943887571 -28.10467881639635 -50.66268849420145 -50.76842982442958 -118.58511667823552 -137.59381429254208 -152.25670965420355 -179.7878324434212 -204.3490819333936 -210.66796840163207 -196.32825735305977 -167.37521341189054 -178.58416717898814 -192.5933681237251 -198.3887380812313 -200.65469898232257 -194.41022073742985 -194.80921271296785 -174.82414498735986 -113.57498924745138 -66.41232976553692 -26.734035542773345 -17.39701497056486 -20.658547398684696 -17.397102800549483 -29.165246943048405 -50.66256416690934 -50.76858915100552 -120.39578069349608 -142.80737954748685 -156.35971944997652 -183.11039987001692 -206.8639411846279 -206.16923552006892 -196.3125745726032 -181.1112165047224 -176.22202079994673 -188.777721899233 -198.1887552598551 -200.15629977441108 -190.1905596178264 -185.7281103717377 -165.6102224520852 -106.23950822883984 -61.23146119293078 -26.727329363829373 -17.39720685154796 -20.658736705261603 -17.397289584104684 -28.06327069931932 -50.66538023817536 -50.53225155537736 -103.57953661055528 -135.18706399018484 -156.77806949770758 -186.10837617433165 -210.4481953619903 -210.74966226129905 -202.26306337387308 -187.10731329983076 -181.4919752561888 -193.7763748240069 -201.3066683029872 -203.68158571982568 -195.27397788685337 -191.45815568789567 -175.4385738387849 -102.98401687369528 -61.25024683634463 -26.736287831921345 -17.396994479608118 -20.65853816118067 -17.397082737850486 -27.585073984894485 -50.66254459447907 -50.19121440146023 -109.80207884509409 -136.3106451454005 -167.44983827511055 -192.46004974769824 -217.48442619854995 -221.12198384575177 -205.55140807073911 -192.9184833236638 -185.81031228691148 -196.4351401468632 -203.3345072085806 -204.7711579730398 -195.83543945403648 -199.0620703823566 -185.77784008344852 -132.57680460896304 -77.39753580529384 -26.735935419540493 -17.39700640167997 -20.6585389385158 -17.397094456744053 -29.50873669999312 -50.66255602764421 -50.40867126501237 -101.30029217213536 -118.40775753177176 -134.9904033924247 -157.72357447262343 -188.19905525815963 -191.49183272432424 -183.87525011630643 -174.80432827805518 -171.55585476295258 -183.42590933795944 -191.6771003657145 -186.65159648192244 -172.32150467194788 -164.883283205861 -144.3702866013992 -91.11854927163591 -61.23881558741588 -27.71852018275046 -17.397089645889192 -20.65862106050945 -17.397175475941246 -27.181682170426427 -50.01198494513435 -48.37639232935828 -80.28011424549535 -94.47496535331308 -127.8861435451178 -161.20901350469188 -181.72584088914107 -184.45392209809944 -178.10850175409536 -172.19404835983664 -172.9459580241445 -183.25717346573623 -187.3085446262866 -182.19756926730787 -163.09850451143694 -150.0607403842472 -137.81911169889662 -89.51747969833282 -62.88287594464032 -29.248645807883936 -17.44603594651128 -20.65838937610276 -17.396935467685203 -27.181445397749844 -51.85858464972911 -52.12712173126622 -80.33143530486448 -92.87376538923576 -126.22505671674462 -179.1863263693791 -203.82174065146552 -204.2415212373517 -201.97950971163115 -187.25415976786527 -185.75012036895512 -196.79229834575264 -195.5754087127897 -194.89476541845372 -187.9913315339192 -189.69478392046065 -173.66258321677188 -127.13878595289292 -90.48479475463796 -26.714479674812324 -17.410932670735075 -20.65839222881433 -17.396949737230784 -29.4100918548346 -50.66269835577037 -50.76843968071825 -144.10256943689242 -165.55025553294504 -173.54659057063657 -191.61485647096444 -216.55640677615764 -220.2275770904047 -204.41085834880064 -191.89079775528987 -185.3775888137717 -197.2377167504167 -206.4436900662241 -207.7371618300405 -199.57127676046775 -201.74397551839212 -187.76121410107592 -133.7222282468734 -92.64587682318084 -26.73966523047144 -17.39704666806652 -20.65857866356193 -17.397133646704518 -32.21059194412728 -50.66259415983281 -50.76861857461603 -138.3987021035436 -164.2385776433424 -181.1097125402285 -197.6664127763873 -219.37526450247125 -218.830037522462 -209.7705887506528 -188.43344269707697 -174.55629826908145 -178.37108008438702 -177.33243357630704 -166.7640659732289 -160.39740705708647 -166.51724744261003 -145.80258838159423 -91.1209061004778 -61.23751014391436 -26.739664140641803 -17.397095240529108 -20.658626579774225 -17.397180924087444 -27.42922644769008 -50.66264040857288 -50.62457083121275 -100.44742475096102 -121.29678938064654 -135.04064900592587 -163.63640241187466 -190.50001653446915 -197.48261225306237 -188.63949398708763 -174.68799693725327 -172.15330494420968 -182.78296110124896 -191.20385372092903 -192.1060727483056 -185.6170653130355 -177.9371627698301 -156.82171956319718 -98.35893623114032 -61.23865395230108 -26.74125159403803 -17.397061310601117 -20.65860386445788 -17.397158393540394 -27.18165473264084 -50.66260795241539 -50.26462908941568 -100.4444538292609 -115.74758610588196 -149.71159257278077 -180.0550591045007 -203.6956280285718 -202.4217276913087 -194.0897880312503 -181.0367760401315 -176.26856130409288 -188.712304600164 -194.50403670448347 -193.2868533617686 -175.7867598721082 -170.43103430273513 -151.07332850711438 -93.11567515252553 -61.239260543948326 -26.739778892596444 -17.39708640196444 -20.6586178654056 -17.397172319560195 -27.181679057809085 -50.66263201298271 -50.6245625964032 -103.1432757747608 -136.90947697182423 -161.57101673639744 -184.78568111009363 -209.6725679911339 -213.8441908987697 -205.59754362178424 -191.88733829930248 -186.6820609601202 -197.49907429977597 -206.57855165975323 -207.63175584424343 -196.59386427491228 -192.0771998084698 -171.745573959881 -111.11580078347156 -69.50733181213373 -27.720878863076475 -17.397062662872333 -20.658594444858128 -17.397149211773023 -29.19210104838919 -50.011959206294485 -48.80943699865095 -85.92076467984523 -111.980021598643 -146.15595733881037 -165.401604061412 -188.7939737283415 -186.7574443352121 -178.68990814997596 -166.19526201198823 -161.8540759291348 -170.95471348672774 -170.76582692622097 -169.90971857350797 -165.91879602591035 -161.85365372060937 -146.4455209959839 -95.762665833383 -62.89146588940414 -29.256841042268725 -17.42893360216857 -20.6583848732303 -17.39695378859095 -27.796625826070056 -52.03450895985641 -63.174504227252086 -80.2799240683809 -92.87390169577854 -105.42359795628758 -151.16305708154334 -166.1489657342497 -162.3450696150263 -165.55444908196768 -147.05778107676198 -136.1919895350848 -146.56058435220572 -153.25599058846288 -150.44784647544023 -142.33165482630395 -142.81973943408957 -130.56403054504952 -89.52767622717461 -59.679856859515695 -26.71251620730064 -17.413497325968926 -20.6583911806945 -17.396948703453752 -27.181458453103843 -50.6626973667088 -61.77247988606597 -100.71337930047 -112.66021794107932 -119.97140904354508 -140.20894667520164 -161.0747871735588 -166.9172945751754 -160.33490219549228 -138.48328059060162 -139.57734357310514 -152.08070797668594 -161.20401575465974 -162.81834093382838 -156.1711318118705 -153.1859554989507 -140.73125657477922 -91.11862482366357 -61.23736189613899 -26.7397942862446 -17.3971089836403 -20.65862938775832 -17.39718369107252 -27.18169027845789 -50.66264311245731 -61.77270779329756 -100.73429597148782 -112.31372251599367 -121.68372161033074 -144.7685242868763 -168.75628035093095 -174.26615151230536 -165.923482187272 -153.2534525622591 -152.18867367365888 -162.38826818128524 -168.53279160825332 -169.32255950320038 -155.81011302865747 -151.6276479235342 -139.92830810231305 -91.11829715304448 -61.24514403976064 -26.73674242248666 -17.397071673191743 -20.65859245684964 -17.397147252842473 -27.18165432470481 -50.66260754846712 -61.77267290402775 -101.37496499840616 -112.47967257797242 -123.78040442124468 -151.80005770797604 -175.91513146571637 -179.14967412617213 -172.9762447181115 -165.17412348617287 -153.20573088341658 -161.71021221849944 -168.7185669323451 -173.1145391049419 -167.5705797442803 -166.5080409873321 -143.72682592556163 -91.11801742712284 -61.245155661707805 -26.73618018594813 -17.397068182370436 -20.65859988540709 -17.397154584011883 -27.1816615594964 -50.66261470509826 -61.7726799240153 -101.375633123906 -112.53253790642052 -118.57786951227476 -137.79880386281093 -168.5207768027878 -190.9304053564029 -187.1983511005507 -176.1724911672984 -170.28788220948704 -179.18626297799898 -186.10512906686003 -190.05842082169093 -174.21363827067367 -165.2198309511383 -149.02953952618464 -91.12002284247627 -61.25460464265306 -26.73514792524235 -17.396995536780224 -20.65852822871732 -17.39708388296648 -27.181591805488345 -50.66254571213729 -61.77261224605914 -108.40151562776846 -124.6741559198006 -143.2554808843016 -170.9055781045887 -201.11893347932676 -201.36113732033772 -194.7238837314408 -184.39189411459293 -176.0043499291962 -188.4759277196937 -196.86667637937023 -191.55968845229356 -181.47011352634985 -176.29871643928388 -157.8542299167245 -97.6261382238662 -61.250111859993176 -27.713475575868497 -17.397021701415127 -20.65855403473482 -17.39710934952391 -28.224408999769317 -50.01210845308204 -59.81343805179709 -85.90428694969611 -111.26094187747248 -163.27500039723233 -190.46060977571216 -214.83382763782976 -210.5045929415149 -196.66231151449244 -182.33112270833536 -186.1885292183935 -164.50462143413668 -192.47045669970663 -198.55173938383535 -192.59912067731892 -182.2310877080093 -173.3038854567544 -119.31268487160848 -77.54190422257024 -29.286951870461024 -17.416171662053102 -20.658391035344305 -17.396948566198887 -28.43893323017384 -53.85467442703778 -65.2902933683286 -80.30570625634543 -92.91682408035044 -112.90911662204267 -158.9795959667299 -179.70200236352676 -179.98257940242735 -180.88498373798916 -169.05063741659262 -166.75154225960767 -175.65441180942975 -175.6016841941721 -174.34122349252834 -162.67211316986484 -160.72511640370396 -141.85714472982474 -92.8292832058934 -59.68124991705717 -26.67849485258286 -17.436077511834608 -20.658381954870823 -17.396939603709807 -27.18144947562368 -50.6626886532289 -61.77247118021963 -111.28304866031375 -128.01156765097647 -149.52632499161535 -176.33574434616884 -201.141323417739 -207.00494732596425 -200.3261309126498 -180.8811294680941 -177.1663472527908 -181.6923669531476 -175.94403126857543 -189.7768121915329 -188.1578724164528 -181.7007655857994 -163.70049553193246 -100.75765645872912 -61.2302256528429 -26.72859824494519 -17.39722060390275 -20.65875027813493 -17.397302970062455 -27.209600433784463 -50.70959971473756 -61.77839745354147 -100.40739723367268 -112.20856948688194 -118.52512277077386 -143.8838501918836 -163.50982302038233 -176.3378796376182 -166.2730935259419 -146.9316523742356 -140.5894923174768 -159.0645731534138 -178.6080994933094 -187.68628835994008 -179.86266484251036 -181.25539690824405 -160.02780726969698 -100.56164598332772 -61.22429115393255 -26.74010105172124 -17.397154698528528 -20.658685253007995 -17.39723880834333 -28.61757979440664 -50.66269691285672 -61.77276057562174 -105.28731922150396 -122.26489238257986 -131.51604534463783 -139.35226357207782 -167.58772858110757 -168.71377965884437 -157.94720909631292 -151.2941735572937 -148.7010902116149 -134.68464314704693 -138.09549699765438 -137.06700625233125 -134.5894914663375 -136.50070055645156 -131.72955035014735 -91.1187389724031 -64.53827322581598 -26.741171541431555 -17.397075137852777 -20.658606750321116 -17.397161355771527 -27.181668238429666 -50.66262131351476 -61.77268640523542 -118.0415749304327 -130.58493032863615 -118.73664160751083 -137.78503069977856 -150.12735580691913 -145.4347047406903 -137.40454754239627 -124.49607867179932 -124.44952019483756 -134.28106548928127 -139.85112227546145 -139.91771368338397 -133.62048823568253 -136.52475121165585 -131.73036530427882 -91.11738181525504 -64.54647695924662 -26.737435999152996 -17.397074576357724 -20.658595331910696 -17.39715008700975 -27.18165712413772 -50.662610315791966 -61.77267561977819 -101.37520897235636 -112.74760746981372 -119.54048129409988 -137.60980091044073 -154.28308862342672 -153.1984325449946 -148.47277963900757 -131.7303117096602 -130.5546388268286 -144.42139215461813 -148.96642371343862 -145.93608448789956 -138.4814377969255 -137.40936754063213 -131.7296842030528 -91.1202578278566 -64.54915236930572 -27.714228219773883 -17.39704999501863 -20.65858194861556 -17.397147535926894 -27.181643979605376 -50.01199789572291 -59.81346561768793 -95.82245962458 -94.71539382692008 -120.18967986372544 -137.7596663196679 -153.22647198657967 -143.08939446043888 -142.45609836776146 -130.32474532000373 -126.58602275462042 -143.94509812558945 -142.47202600861792 -144.60293025525857 -136.773040090337 -136.502583038994 -131.71935025039156 -98.49353092459064 -66.16260351645244 -29.30065063385865 -17.40657798842814 -20.65840585733432 -17.396963055837123 -27.187555833742717 -50.66087569085329 -61.02974890017189 -83.98286841276341 -96.21751534782015 -102.65832623949753 -138.73807823437363 -156.48137361838403 -147.45395151753186 -145.62440369048878 -128.77972096594584 -126.60196272062024 -135.37070788381206 -143.8924202650178 -135.67086240627407 -128.0611478542698 -127.35455855239276 -124.07991861181748 -92.98580047401092 -62.97815622701507 -26.70438893542642 -17.419578571196354 -20.658389836643178 -17.396947377797073 -27.19494142924063 -50.662696096887 -61.7724786179318 -111.43817255135696 -129.00635702674538 -118.57588014144083 -138.1610357210127 -163.8589983474038 -161.26281871135083 -153.70353403950077 -131.76805727531203 -133.20531521178873 -143.0259161100988 -152.19670228122413 -146.92830781395705 -133.94471100212164 -136.49904276146407 -131.7294121157559 -96.30015463745453 -64.52636817929915 -26.73858818702333 -17.397170392180623 -20.65869018495856 -17.39725397286251 -27.189885461005552 -50.66270145179359 -61.77276502790562 -109.23230759996012 -126.86104612244054 -118.52761888165726 -137.60511967740203 -157.27740300001278 -157.0810210794965 -152.2506754919516 -135.73226063901424 -134.59939039997448 -149.98601510143934 -155.5573298217495 -151.93489179448235 -139.48752110401168 -136.50291946287152 -131.7292461579558 -96.86680642516284 -64.53944873431044 -26.73984822265433 -17.397072989133722 -20.65859375958455 -17.397159150839872 -27.193948527420726 -50.66260869161077 -61.77267402483089 -108.3499734311616 -126.30002833036528 -118.52802297115952 -137.92228835270902 -158.3898476710006 -161.42330931733423 -146.6255208952355 -125.1774682943071 -124.6226246291296 -136.57535395636864 -143.31392610648663 -149.19768516179005 -141.80788684211723 -137.76051679654594 -131.7291071686527 -91.12120711275702 -61.24928416561784 -26.73623956223024 -17.39703084946555 -20.65855204483345 -17.397107385926258 -27.181614987935408 -50.66256864362985 -61.77263474051079 -119.91714173185495 -112.318995103852 -118.6562524923788 -138.18907051455585 -156.55652356225755 -157.3834311214076 -161.25763374251147 -139.4800346454025 -140.50751306593045 -153.29521803873433 -160.89864539763673 -159.02768563129035 -151.74125687860442 -152.3931237132871 -141.72525050287794 -92.45676964684324 -61.25120128178015 -26.734154586390503 -17.396972915798084 -20.65850591163323 -17.39706186898262 -27.181570090189737 -50.662524236265575 -61.77259117997707 -100.47235065005565 -118.72451333137002 -136.46506966363657 -159.44125537383096 -184.5935560452577 -189.3033863609905 -178.27793452257646 -166.4727420015878 -162.02264074914103 -173.15254862800938 -174.56382397924335 -174.6165902138375 -170.7020529863412 -171.6306081140697 -158.11259016250128 -102.49098780202188 -61.28894195256757 -27.716505171061275 -17.396877337537987 -20.65841163578507 -17.396968876947255 -27.44270004149068 -50.0119725037114 -59.81330361251635 -80.49295879897775 -100.1366867898646 -128.78143301524958 -156.86782156381423 -177.14297253002186 -175.04987155037378 -162.0645717838514 -160.38965148005596 -146.16966479082328 -157.70840890257526 -158.19379832092298 -152.5741522240098 -145.4366964841822 -136.50000124316978 -131.67474745672754 -89.57349918308086 -66.20742683787724 -29.3122352867854 -17.397160120241722 -20.65868001502024 -17.397233641509356 -27.18173956298604 -50.84531468425738 -61.26338728000088 -80.54592791694498 -93.05134411012034 -102.7012753091437 -137.8311730380741 -147.57503594572776 -138.9991059161317 -134.21442372465532 -122.03635138524352 -121.94775227250484 -133.060872110249 -133.2251859233279 -130.35043647243623 -126.12895293730396 -127.34592034717184 -134.32946252002822 -93.11186223043455 -62.97758850438629 -26.73510302641183 -17.396953402824682 -20.658475386380854 -17.397031760530588 -27.18644929731366 -50.6626354878354 -61.77256076000959 -114.59502693807023 -128.41643921990956 -118.60223642484884 -137.8306724760198 -148.82204907969356 -145.3004616110484 -141.83851755387403 -129.6997392605012 -126.10417688233342 -139.3789711897796 -150.5816266920495 -147.94930588511107 -147.56858299505004 -136.50166781644293 -131.72986506248617 -102.12193565775586 -64.54877249663554 -26.734384537040977 -17.397012153082773 -20.65853353917857 -17.397089127795148 -27.19947748476568 -50.662550828654446 -61.77261726602691 -114.4382077687426 -122.20100707789912 -121.27672986419948 -144.03588524231557 -170.57152962253272 -171.994788030831 -167.51088746757188 -152.96265615554498 -151.89403412922923 -157.49514467607537 -162.5073279488038 -166.3562695637698 -172.903895759047 -159.75749956320223 -146.42164746680496 -91.11750767337244 -61.225725185921306 -26.729417129646716 -17.397230698357383 -20.658760237417173 -17.3973128022034 -27.18181768444236 -50.71568102757075 -61.77227178959463 -109.99197277839797 -126.11207364774354 -138.91029154110203 -163.75403082207254 -195.35963871826667 -196.01649639333257 -182.8906420488593 -167.32485457776045 -159.37900716944705 -172.36635899529966 -180.5432872539353 -189.06132576886364 -194.7762685300672 -186.94872269143505 -170.14737484919974 -118.78028587160269 -69.71819500586011 -26.72566949922549 -17.397244611167526 -20.65876366582168 -17.397316187171054 -29.038647734249587 -50.71564982134482 -61.7722754716884 -117.79865900221576 -129.73351175987446 -135.96768497910367 -168.72187515669034 -198.075308409696 -198.37166370598996 -189.65544887553523 -163.7050474278089 -160.25235117884102 -181.42929736785905 -178.94598476656344 -189.08549945343705 -185.44511349495173 -169.66991427214245 -151.88121185111802 -97.31601833174932 -61.28015601223287 -26.69786723760951 -17.42277688138325 -20.65838738869077 -17.396944963353693 -28.57984492926 -50.66269378580108 -61.77247630597857 -102.3109544088916 -119.15559231731186 -145.17253715061926 -181.31445750948467 -208.64634760306407 -215.56036772354187 -200.48649469290444 -183.27959213394897 -173.90326574024257 -180.18918239466345 -190.83746697766983 -196.20198062887437 -201.57200154763623 -194.34382188769447 -173.86077193157712 -110.1254996750608 -67.30273528942922 -27.71367253965368 -17.397010521438336 -20.65853192544489 -17.397087530473865 -29.05097843668757 -50.012087336027896 -59.81341716880026 -106.72411424624408 -131.00048525543804 -163.33701576797182 -178.37948989956905 -208.3706014478067 -204.53083679932388 -196.32967469086375 -184.2921973108111 -180.9591258018539 -191.2313677160692 -192.85415186145232 -196.87007028824664 -205.42840237578693 -189.226658133501 -182.48082192562464 -130.16978434285866 -96.22472134015032 -29.289344394168097 -17.41314845871285 -20.658391323252737 -17.396948844061093 -30.326128264508515 -59.69958120560364 -73.47056040009555 -81.19407958055744 -93.58990669067734 -127.40222209590505 -168.00223965409276 -190.0812177122509 -184.83463651868803 -179.5223285453697 -159.31861643629324 -157.021326221075 -163.47046328220537 -170.9275801483955 -162.61188343682937 -163.7163312462129 -142.6334424799566 -124.097975803973 -89.50239369130723 -59.68032038738068 -26.73736932488083 -17.396949764868747 -20.65847178697702 -17.397039227609067 -27.18153676403387 -50.66263285557808 -61.772557348238976 -115.41699119822492 -112.78074889830204 -118.522709620949 -137.62480329764733 -152.82781362049417 -157.3078372662844 -149.7390549734734 -130.139358771686 -125.52757032694198 -140.33589234888674 -152.36122868653746 -155.62620376506644 -164.075147548082 -147.70471289053066 -131.73023526929163 -91.12062853353568 -64.53815183083327 -26.73420545449069 -17.397068328201605 -20.65860003800453 -17.397154732728712 -27.181661703289063 -50.66261484707172 -61.77268006377992 -115.2432619100264 -131.0626127509129 -118.57653215824608 -137.96836109710026 -157.15704145160416 -159.01361758086728 -151.05662549385346 -140.13499396036215 -142.3952961909818 -150.08650083155905 -151.96944734722766 -152.1681516211128 -159.96203149716803 -150.19389879368697 -132.99442125141107 -91.11851032938164 -61.223739290504376 -26.73843075848785 -17.397163645359647 -20.658683506417237 -17.397237087864298 -27.181742968466438 -50.66269523346094 -61.77275892781556 -113.61682471235808 -130.47294439701383 -118.58466818043684 -147.8232784007432 -179.1221457060618 -181.5524370783307 -171.43627017176303 -167.14641783063334 -157.85879360991615 -171.30038037040623 -175.0245213989074 -172.932620476922 -169.65588298695383 -154.25929637141604 -133.14288582036022 -91.12140764631772 -61.22303601959466 -26.73822158408456 -17.39716007300255 -20.65867996478991 -17.39723359574722 -27.18173952215337 -50.66269182637054 -61.77275558440162 -116.97495484586936 -112.58695583551209 -124.64375614380828 -157.8640204714179 -186.3111436034408 -196.478596109889 -188.8803365665429 -175.71093861901127 -172.18323940386014 -184.7831534652871 -189.9333033395197 -183.98619739364824 -181.5762186352268 -167.40018826502018 -142.3035001813355 -91.121673718381 -61.22659224922179 -26.73327840323277 -17.39715051202609 -20.658681115240185 -17.397234728446755 -27.181740638597308 -50.66269293002267 -61.77275666902562 -120.81374416727924 -112.82462054027609 -118.67817537501098 -145.15368764304813 -182.0654788942655 -180.2469954288214 -170.9014039502098 -162.79522758227637 -157.91417007261475 -169.00501703661342 -171.938990188664 -168.34182561409236 -162.74498054775455 -146.32840377902747 -131.7297741625146 -91.11737699305414 -66.41726307070788 -27.71695098418993 -17.397163039654064 -20.658693473092544 -17.397246922247874 -27.18175267105724 -50.01205498018295 -59.81357175243868 -81.24704912761698 -94.59835779294532 -120.3479595137804 -138.0010082930851 -149.8061498208937 -146.96462552560337 -136.07424463930346 -126.17898727369858 -126.53856655615292 -134.9604615918054 -139.66537545751004 -144.5317511695733 -152.59925010354647 -137.3286255163124 -132.33993977544466 -89.61652968675851 -62.89126677044186 -29.25996832026232 -17.426209808746403 -20.65838749568948 -17.396945068887568 -27.18145486793917 -51.68674655329426 -62.466583483925874 -81.24754400294422 -93.58979449308865 -103.28537090723135 -137.8643254265139 -152.38569285853262 -157.98898863216033 -144.68017756888162 -129.08650420090748 -126.56139583851191 -134.78085782819815 -139.0639520752815 -138.44532211489994 -142.67117745727484 -133.26983975068214 -124.06699752144432 -89.54514686139625 -59.67331778353728 -26.676003475495875 -17.44032031220778 -20.65838251574793 -17.39694015713636 -27.181450020373195 -50.66268918189101 -61.772471710310256 -119.54608857143768 -112.69047765024705 -120.52555212875544 -161.20981972997586 -195.16648007516795 -198.5530169780696 -194.19745675208176 -176.1608452183254 -167.53889833579808 -182.67952555606837 -190.0990324302708 -192.93858203977808 -187.8087840902476 -172.8813140963242 -158.4911019598977 -103.4846233084174 -61.22610555477095 -26.71571746780119 -17.39728129521859 -20.658810166829696 -17.39736207644844 -27.234839023049076 -50.662540778331824 -61.772323431449024 -101.91776725982533 -113.1934041247299 -118.77621506509914 -137.88426089732644 -163.63508539647535 -172.9238632317212 -173.36244977310173 -149.2509798627954 -145.21861259840256 -158.91879069977583 -161.64185413653803 -159.6467650046421 -161.2425457400067 -148.4563852636024 -136.1708240434813 -91.18831902667 -61.22375676599091 -26.709887148064 -17.39724161451909 -20.65877101273243 -17.39732343311985 -27.181828178745743 -50.71560004946665 -61.772283357005925 -101.62767999168352 -113.28525775181078 -118.77531050351394 -138.7849492553227 -160.74321979528895 -174.47040335481512 -167.2257311936388 -146.1187592222378 -137.25640677947422 -143.77976865361074 -138.9338481846548 -139.34115077432048 -145.60953938640338 -136.97124568149553 -131.82958076798022 -99.35305736406607 -64.56863562903911 -26.736760102892912 -17.396929816510532 -20.658452040222503 -17.397008733543085 -27.18151766739431 -50.66275485759194 -61.772537336205055 -118.51253418944005 -129.58998499159748 -136.57716550487214 -155.21350038879697 -149.53902024548862 -141.65392622905267 -132.8229950788962 -124.84567205078038 -124.82759681641038 -134.88518895281882 -138.8791753342916 -140.34202943787534 -145.5935326629872 -136.49799079923474 -144.34607553842903 -97.37760669619396 -64.52719510915618 -26.721060330802658 -17.397205197219133 -20.65872464167829 -17.397277679592804 -27.2121388438716 -50.662734752976405 -61.82559700294693 -111.47413635143636 -123.832363124811 -132.86526707497043 -152.4326129207589 -149.44752801027744 -141.0882706218878 -132.77539551724135 -125.11094269727216 -124.50346457272398 -134.38323828907366 -138.54724937546175 -139.71383297693703 -145.5935326629872 -136.5010795712396 -131.72993288990202 -94.41775714018678 -64.56039870053806 -27.718365997349864 -17.397004325852958 -20.658536776502046 -17.39709220411972 -27.260165803841332 -50.01208147075016 -59.813411365852666 -86.95596108819639 -106.22544085717726 -134.1014962134141 -152.66544144429065 -149.2735801066729 -143.70889635769856 -134.84170249459874 -126.3753105327482 -126.22583350806865 -134.71796752428216 -138.03504823243 -142.70452049200253 -149.30463365615523 -136.43829967737162 -131.78554826459825 -89.50047374147155 -62.86819008833933 -29.277101333090403 -17.420248271614923 -20.658389600209325 -17.396947145527744 -27.18145691547524 -52.17706324163632 -61.70983388520328 -81.40905989707518 -93.05134931502104 -102.70133685873552 -138.33136203490062 -148.68254276365843 -138.75878683538613 -131.6629666318017 -121.92927126983886 -121.57771208415564 -130.4354509819036 -133.59033767721343 -131.637148308522 -137.1423744197932 -127.33016262549944 -131.84948260534676 -93.79767044301232 -62.98460142785453 -26.73786702058287 -17.396977583366418 -20.658499321073112 -17.39706629790841 -27.22428859552451 -50.66251763296418 -61.77258470398913 -107.62581520073286 -124.47678095374783 -133.6765434322013 -152.91208897996125 -149.07037827015773 -141.31360234493204 -132.86981579266055 -124.86649080691784 -124.56558523464624 -134.512355163454 -138.23857219914214 -139.62494834652475 -145.56044902497908 -136.50061291982124 -140.96622683892443 -95.85155816007774 -64.53353054967342 -26.740249373962502 -17.397110424555766 -20.658641448227257 -17.39719547618909 -27.300011110914117 -50.662644090389904 -61.77270875187409 -104.74971007479236 -119.69229294077992 -133.01799063499283 -154.67405496628024 -149.0487146714762 -151.3451942885184 -145.62773382196934 -135.0874931312405 -130.06625427289393 -137.79038021836888 -144.48426417213386 -154.02493492258262 -155.33393402958782 -145.4671595587224 -131.7297148139462 -91.12078404554276 -61.22253457326101 -26.73474837286615 -17.397192359500515 -20.658711930375368 -17.39726513511558 -27.181770644313566 -50.66272261705284 -61.82575904672264 -117.81787362691648 -128.95748626074823 -118.74437735579596 -137.6752833525622 -152.43608191966956 -141.1432129625484 -132.64326662793354 -124.47330154437849 -124.47175644641476 -134.42304192031392 -140.83574914672474 -139.36614526298297 -145.7070889309276 -136.50010224472882 -131.67415327952506 -95.06229351447728 -64.58213156041846 -26.71645337090113 -17.409687351933556 -20.658393329072293 -17.39696210198251 -27.18725634495509 -50.66269916016126 -61.77248167847047 -110.17681929497898 -124.2225110160938 -137.34983586132822 -137.58011663037647 -154.3137704365021 -151.89021345497255 -144.73611949079287 -133.81313612517567 -130.20171680196142 -142.15569744808403 -148.75713126666275 -153.1276033954315 -154.7340673375087 -142.46270717114118 -131.78548208266074 -97.65965948794754 -64.65697305490544 -26.714870644202428 -17.397269026512067 -20.65878783728068 -17.397340041093496 -27.213154901054235 -50.68427158791796 -61.77230025173678 -113.70196078169349 -127.51100750116676 -135.83574752494036 -153.3952324887269 -149.0580970573148 -141.09451059348396 -133.016230178529 -125.03875067655336 -125.04508273393536 -134.5910777338838 -138.2590371082675 -140.0414929365438 -145.59353266298703 -136.49736083743358 -141.98869382373357 -95.45998115298156 -64.5547145322928 -27.71755582474196 -17.396969350723463 -20.65850227005875 -17.397058161993524 -27.245933201640565 -50.01204804894049 -59.81337831599896 -85.67589273615978 -103.6320356316601 -128.84937071992485 -146.24659156540483 -168.58437373979004 -161.19223229297214 -153.75546921489695 -143.01797333717687 -141.24679798282028 -148.77426260984683 -153.73042455524225 -160.13508666387892 -144.77647076793454 -147.0650636475868 -144.64532308737793 -96.96291505507403 -66.15588205608772 -29.309336470842013 -17.401107590344424 -20.658407783397628 -17.396964956048144 -27.31834848751587 -50.65220649390342 -60.96355232544343 -84.7097329425213 -97.0681000956478 -106.00197645418936 -144.44077051470106 -157.73013451237478 -151.29966459399233 -144.5892626135545 -131.2738217931875 -128.39765733525653 -139.3097583778651 -142.62767153218107 -145.00955842254186 -150.95523139400063 -141.40446714048784 -129.32192510885417 -92.8351415614831 -62.98119298314076 -26.69302586755285 -17.42535008266401 -20.65839776404443 -17.39695507058865 -27.42267062872657 -50.66269081128769 -61.77247333688623 -105.23201949150516 -115.88791419212284 -127.23847822867803 -150.01789541919882 -148.98693455558384 -140.7379508367367 -132.57311251340263 -124.54052926071574 -124.58210011042408 -134.35787277688655 -137.90151754185823 -140.29430964281428 -145.59353266298697 -136.497915026064 -137.81977361122682 -94.4174086983848 -64.52603041078335 -26.73029934596913 -17.39719163608598 -20.658711217014115 -17.397264430987185 -27.21514823781956 -50.66272376143987 -61.82576028102071 -111.85256875302412 -124.63160093250973 -118.63891002139631 -137.82373010228935 -151.68894121154716 -150.73188096074134 -143.21655767905307 -127.07227079011976 -125.76729259233082 -135.39359154361708 -141.39619957032954 -142.23423231405508 -145.704842697701 -136.5007785280741 -131.6739857173876 -96.4607565131952 -64.56631278684416 -26.678157380404336 -17.441595503168692 -20.65838206567577 -17.396939713110346 -27.204997516938008 -50.66268864018662 -61.77247116461358 -113.1469568796032 -128.07424369818264 -118.57855190054494 -138.2498248253948 -164.72045927267828 -172.48447064421947 -166.13500252776117 -151.28543062050537 -148.768675393113 -159.39257467077775 -166.16473962564297 -159.8508014201533 -156.17191169426928 -141.93146790511355 -131.72929845614567 -91.12030832512806 -61.22050948151511 -26.728715130389325 -17.397212514259227 -20.65873188575076 -17.397284829178414 -27.181790073311102 -50.66274184073213 -61.8254967881417 -101.9106153004996 -112.63550942043962 -119.3101017753794 -138.9762272681813 -156.3497046085932 -152.61268196591138 -142.35334736745958 -132.78191758072956 -127.93043550103916 -140.51288799949674 -145.73186657561956 -151.8235649560043 -153.64220456366797 -143.59899047282838 -131.67492333387034 -91.11924913503674 -61.27048446583815 -26.73809631437612 -17.396922682296115 -20.65844497674923 -17.397001766638308 -27.181510792112316 -50.66274818509755 -61.77253066744888 -114.5477317503013 -125.80746693650008 -134.18117437294865 -152.41082239749468 -149.0640528908766 -141.0453143885891 -132.68008100400309 -124.52271256429935 -124.4216374975512 -134.7067915088007 -138.88521555116344 -140.29381078690446 -145.5935326629869 -136.4748289720949 -137.15387394078223 -94.42043757951508 -64.51275100174755 -27.71725385501514 -17.39714724610337 -20.65866726988017 -17.397221067135654 -27.26117971089954 -50.0120309648464 -59.813548292996174 -95.98229511547108 -101.50239607577522 -125.55473874986065 -143.22174528087203 -163.0561294024224 -157.41849852252514 -148.65023608409064 -135.5527283927034 -134.67612462376 -144.16459156960514 -148.23370013747214 -158.0588232360513 -165.65717005697527 -152.04510779122205 -144.84809760922585 -94.34510214086362 -66.14150200329509 -29.27361043418817 -17.39737815855514 -20.711597945315347 -17.39689979091958 -27.39110426920188 -50.664870639980485 -61.0057221696484 -95.71371101870704 -96.79886176128024 -106.04485678364404 -144.69617869862398 -159.73454796419554 -154.64322563136938 -148.57725250475207 -133.01363515707553 -131.63261728960063 -140.8536606412736 -146.8622559326211 -158.21925936806687 -151.46247099375103 -141.33076454238795 -129.1346139778292 -92.8052980433885 -62.98106129992523 -26.7362744303373 -17.397659124467186 -20.65840700296702 -17.39696418626468 -27.443199162274595 -52.34300198436314 -63.12190456321841 -116.23715378560124 -115.88677727179918 -122.30203677770504 -143.68925222697194 -164.14998231187383 -161.90650967048987 -151.91727334367107 -137.50812754408625 -132.9129025367264 -145.22356135587154 -153.00817638279878 -169.29670906000032 -160.90056442709175 -149.94707354835165 -137.05840993389262 -94.4184819040684 -64.55093458846508 -26.736810153336624 -17.39706758639547 -20.658577878530327 -17.397132755547933 -27.50578300819093 -52.104321311473946 -63.136237950824935 -116.25200553158476 -115.99398518238483 -122.14171803782092 -141.1246104142529 -161.89023719723204 -161.23620095195247 -151.94406448130945 -139.0003042046617 -135.62394089451328 -146.9444585563035 -154.92135614239518 -171.19810045397384 -162.5052668036835 -151.5682953273706 -139.08153646905305 -94.41909566773428 -64.51221442340308 -26.73687028477302 -17.397214836221234 -20.65872349184671 -17.397276434138412 -27.412557699671268 -52.52228405830154 -63.19477531825854 -116.21372977294224 -116.58484785508928 -126.14477042148164 -145.35534548127876 -166.35840743954265 -140.68492386625712 -132.68612566492573 -124.476542675095 -129.4212456581005 -144.00805256593918 -155.5938371098371 -151.24349692872872 -145.59353266298675 -136.4470275696365 -140.73674158154225 -95.06069055383352 -64.55348825718981 -26.735685812298986 -17.397005947023118 -20.658527395547495 -17.397083067996306 -27.258158120615462 -50.66254530459975 -61.77261184699467 -121.24931093429592 -120.5148296919698 -128.99180506850843 -147.88806017638106 -169.3482583234229 -140.67345039670798 -132.6058147675539 -134.79660986842916 -134.17079237632825 -147.17324085896487 -158.5944552146396 -151.29856867222054 -161.37225481262226 -140.98788635820117 -146.91995940944489 -97.46248817921426 -64.52326175003252 -26.722099081042888 -17.397232740225974 -20.658751911934463 -17.397304588818326 -27.27910225555325 -50.715708738939234 -61.77226468902191 -117.33015217565774 -118.87534231956026 -129.42971555574826 -148.52165998612213 -149.05381029221087 -140.6776625367654 -132.6027173471832 -124.65193349664244 -132.50210296290973 -147.40355879532137 -138.69352145771217 -151.2429638561264 -145.59353266298672 -136.44620492755092 -140.89813715196257 -95.1179846791738 -64.57501116434449 -27.699780278771225 -17.40591234359768 -20.65839466218497 -17.3969521368839 -27.28809625566405 -50.01195462683312 -59.813285934174736 -99.91505702066928 -107.03615048660808 -137.0636615108761 -137.92808452107542 -155.66647232529044 -153.0453468914305 -147.1236697388364 -135.47956223292329 -134.2368109503435 -143.9655040334392 -142.41539197371227 -157.93808712322365 -148.37257425673772 -136.50183639503658 -133.51679653098313 -89.49746996562378 -62.8940858526414 -29.255597385791656 -17.430957238553635 -20.65838581995628 -17.396943416097347 -27.181453237789395 -51.17220926414411 -62.05343800028332 -92.41310835641372 -93.32065173319532 -102.70121742040176 -145.2882385460423 -159.9269639407329 -161.11767725379838 -156.34624078114211 -141.20543577504003 -139.64508595062998 -146.73051626824753 -150.31441958973627 -155.7745117091755 -148.46713590610443 -136.8251410690221 -129.43799235259377 -89.5748238665775 -59.621807118990006 -26.712723421609954 -17.397256738641445 -20.65878593242528 -17.39733816081134 -27.206855683961734 -50.69052122603125 -61.77229890208589 -127.57097213133116 -127.71307548094254 -132.85860870886222 -148.61129309524028 -167.92160821000917 -164.7361231497089 -153.28949514098025 -136.9074629756063 -131.20816158675268 -144.0921382519893 -153.54832933544873 -170.40789154889669 -163.72020329948631 -153.16916700475406 -141.09206144688247 -94.4239124443214 -64.56347011313727 -26.7379915846187 -17.396941105617348 -20.658474409428177 -17.39703068003753 -27.415917145899797 -51.52344034715442 -63.27657618720715 -116.24293568823391 -115.98980832771947 -121.99690423407677 -141.12204354516254 -160.99870084608617 -159.42497093277353 -150.7196523319985 -137.39911114992776 -133.4427063644398 -146.09874570455906 -154.25160679307118 -170.8804045862036 -163.15810170693143 -154.6777172692945 -141.476491557248 -94.4112646402658 -64.55968094732755 -26.735383831318256 -17.397023911057243 -20.65854517839389 -17.397100612893997 -27.38753959834791 -50.662691522036056 -61.77262661052157 -117.46331474118234 -118.54286595277746 -129.18086425313953 -148.94125157680946 -149.11363166874762 -140.6828661588621 -133.21254139436255 -125.1999302561979 -126.09717516966408 -136.40745666517125 -147.89596517509855 -161.476172725763 -152.90360629784078 -136.49573305811697 -131.73018714720496 -99.15136305944282 -64.52019696345955 -26.73879573607931 -17.397178885405662 -20.65869859343072 -17.397251978976957 -27.182891153211653 -50.66270976637061 -61.78635682601549 -112.96279958159371 -114.1991256302034 -119.45713239667997 -143.46757369415394 -168.67193831974106 -141.09757030077571 -133.0077096037598 -135.43194682528093 -131.72261913565808 -147.21570159651728 -159.07215046030754 -151.299426378156 -145.59353266298663 -151.90367707359476 -143.69518438432488 -94.42749278472388 -64.52443151508682 -26.726688017748096 -17.397187885758104 -20.65870750405144 -17.39726076716103 -27.296516995615416 -50.66271817942502 -61.81445560022188 -116.72661429053808 -116.51172004124496 -126.29815828629653 -147.84428846288537 -169.52996035095518 -140.68596990812483 -132.83851073526034 -124.5242175824259 -124.66240500870656 -134.54764566447014 -139.76778214429265 -151.241731375253 -145.5935326629866 -136.4950596588781 -139.38933129047695 -96.31951093906753 -64.5514814234062 -27.713079527700888 -17.397012072758393 -20.65853345910088 -17.397089048797547 -27.242503532921404 -50.01208974444882 -59.81341955052735 -100.34192634865958 -105.74099936815075 -130.71878579944604 -148.20934038927334 -166.4477208991107 -160.4263771661405 -152.07728890758827 -140.71827435627264 -139.50180493235956 -149.59007348703662 -153.9272486781623 -172.45667991237082 -144.6633291651002 -147.3569669854014 -144.5231972312743 -96.38559708673527 -66.12437725887128 -29.28645042283087 -17.39723056622335 -20.658739047726183 -17.39729178698384 -27.383418055889297 -50.616723116426826 -61.02263783615722 -95.71378142667912 -97.87567847004188 -106.13658372447772 -141.38938368728697 -157.11835412661222 -153.49152723472162 -147.61791532499882 -131.92042387661982 -129.3451182880693 -140.84215241629974 -144.90604954060254 -155.88371923277955 -149.4111624732596 -138.52860770560335 -127.3935708038096 -92.7953857658663 -62.9590994088106 -26.7359530034566 -17.3971680912294 -20.65855489606233 -17.397110082086655 -27.53630536882524 -51.62601490941914 -63.0051001971706 -116.24997012770082 -116.261778728761 -122.0366758522166 -145.33123260665303 -149.10814867816958 -140.9902827287148 -133.14412164898414 -124.92895464594226 -124.5699748788492 -134.5578188993865 -138.9194681460863 -151.29874806951315 -145.59353266298658 -136.48473044584185 -138.193800654354 -94.71762736323834 -64.53591752357218 -26.73274504632004 -17.39708278642214 -20.65860345668757 -17.397158104252977 -27.26253265479981 -50.66261947541893 -61.77268460570112 -118.52384267455446 -121.04349779817146 -133.05188556523643 -137.85798248354024 -149.6347257619101 -143.35486205621422 -133.92273339463517 -125.36784508308448 -124.52295199257044 -134.60741763946896 -140.8349272973713 -151.2410190275737 -145.59353266298655 -136.49927191164775 -137.39609759604673 -94.41989851653295 -64.56065363262904 -26.73538190405926 -17.396950713732213 -20.65847272445261 -17.397040146777904 -27.294590049157662 -50.66263276320787 -61.77255806542498 -116.34491735809296 -116.63435290950156 -124.86385105888208 -147.21750697554 -149.00023482379672 -140.6956497657512 -132.65757723265745 -135.032395794329 -133.17021229550582 -146.3838522319855 -157.93263405147138 -151.29816686184074 -159.59110455858928 -152.6790193795473 -140.54498755970891 -94.41723972281538 -64.55957858883177 -26.69364042736936 -17.436444340244904 -20.658395349967225 -17.396952693293507 -27.36862304958532 -50.66268806226914 -61.77247059004437 -116.23592051015488 -116.63451689967688 -123.7789646028914 -141.36367912485576 -162.75432840534788 -160.5624912303426 -152.29644896778547 -136.45659893692476 -131.15713970287754 -143.92703004948714 -154.1566009309679 -168.93820706305775 -162.91441835225513 -152.73383448345172 -140.92926466732777 -94.41843700831348 -64.52583394757193 -26.72454467327709 -17.39721885656761 -20.65872746589614 -17.397280356253734 -27.48258219046534 -52.279495310021446 -63.18601556844222 -116.2142605456452 -116.31222994913384 -122.35602887806662 -141.78601820485144 -163.39858364049078 -140.91805824276136 -132.6818749324073 -132.72054286691335 -132.63852142923105 -145.80361269719737 -155.22492063676336 -169.98192198700778 -163.2425354430281 -154.2205459304457 -142.89393169575877 -94.42145681718392 -64.51870909622514 -27.710800134436266 -17.397154610895406 -20.658674561079327 -17.39722826137851 -27.274121540471008 -50.01203651015286 -59.81355371123079 -106.83223102309913 -112.46005637116386 -137.7752766293798 -138.28942434603496 -149.78807241982605 -143.644211783574 -136.92680700069687 -128.9176645474903 -130.34110559315596 -140.82909085943035 -141.01617620510612 -153.56867175389988 -151.04413305168572 -136.4348482979788 -131.72945557032682 -89.49308585312025 -62.86511340519791 -29.295232200243777 -17.404959271265948 -20.65839499766081 -17.39695247241731 -27.18146216762919 -51.57607401817395 -63.04194414635294 -92.41308347165426 -93.76738831703024 -102.74427194757324 -138.82917662418467 -151.99869804059108 -148.212127080613 -141.69304044101085 -129.4980650349309 -123.09288782438723 -131.64290212394752 -135.90687090268787 -143.6639998928702 -137.07601775402952 -127.33499595226512 -127.69490645768796 -92.8014793706096 -62.97990439454407 -26.73579311487179 -26.69835360815573 -17.4205761205771 -20.658389485147545 -17.39694703232211 -27.262786889079404 -50.6626936276186 -61.77247615019143 -104.18570649691372 -117.17601336177584 -126.09696750125543 -146.3738825787321 -166.24922468 -141.3800852299959 -142.40462397257735 -132.8456446077475 -131.66751602445805 -145.78561566752816 -165.918116722878 -169.9045422437772 -164.01838192697923 -153.6372711161182 -141.92971208086126 -94.42151594399802 -64.53419704705807 -26.732557341358916 -17.39711691026853 -20.658626651335304 -17.397180876694435 -27.44199503809852 -52.16343392471979 -63.10258814044738 -104.96599028552818 -115.7768906520899 -122.2161616263709 -141.24408604971745 -160.36350422306623 -157.7527761358404 -148.10102150298138 -133.54629692313313 -130.66473038186172 -145.19858151461702 -165.75968224447428 -169.70555052451436 -163.82179908931667 -154.13767598098187 -141.13796041011844 -94.41496807733796 -64.56614193931675 -26.73059773534017 -17.39690963164269 -20.65843206298589 -17.397000177714467 -27.374504486835544 -50.66273482861912 -61.77251732328278 -106.54301324736755 -116.41687092639503 -124.13095074586305 -143.59656429404006 -164.44352205023384 -163.5323054988182 -153.3941667064443 -137.7995993031785 -133.1634687477273 -148.54429066468373 -169.34150883495235 -173.40292965735225 -167.12947928197488 -156.66169677361964 -144.25806137682935 -94.4148856188651 -64.57932753920355 -26.728642615458828 -17.399317854259564 -20.65840841301924 -17.39695430837593 -27.393685708119687 -50.66270158763288 -61.77248410271573 -106.4065556143452 -116.87078216193724 -125.84602053768816 -146.09339027330054 -166.56570231950906 -163.98509397457212 -132.6779967549843 -133.30525317694008 -134.15060580489776 -148.28346678882866 -168.89857458558677 -172.0585944834226 -165.54775994153192 -156.09218477458344 -144.72125603817514 -95.91086789560254 -64.5261165163182 -26.741151989636062 -17.39716243057169 -20.65868230545074 -17.397246219512713 -27.30435733925356 -50.66269576679164 -61.77259401031763 -101.74269348573684 -113.06769303499732 -118.89706977210903 -138.06860256554722 -149.08481950446802 -140.96256271398423 -132.8340461546761 -129.83754488716986 -130.1253445917527 -146.3326002103161 -166.6850141733635 -171.5041555209838 -165.56590908545735 -156.3267731207491 -144.80614029350656 -94.52314262139684 -64.52343349653975 -27.7185616806185 -17.397160520735298 -20.658690879055364 -17.397244250776374 -27.39790089550059 -50.01204364673258 -59.81356068245967 -84.60125169079402 -97.89882468955084 -124.27506143677395 -141.1647969740775 -162.19402480841097 -154.67424800454768 -146.5289097936556 -134.06799623774737 -133.01562715928424 -143.81323091577298 -159.39436205946345 -165.22758038789985 -162.1220878990448 -149.5492119008915 -142.01075908654008 -92.7913801128215 -66.13352723291625 -29.31071688581736 -17.39696834183666 -20.65850127661022 -17.397057182981577 -27.43357845656012 -50.67204299927624 -60.98921012789115 -83.8213643560909 -96.35220618119097 -106.00207655843676 -141.16511422444273 -155.28918955964517 -151.22492038396248 -146.08738431436169 -133.0365713082169 -131.1059238212956 -141.54366588887763 -157.44910662682614 -157.262820687163 -153.3042778198613 -143.89582264277206 -133.39571247826237 -92.79418500448494 -62.93638366664892 -26.740218369908806 -17.397093126508448 -20.65861369389472 -17.397168207089376 -27.35435784655305 -50.66257035464309 -61.772694286332005 -106.90617896456428 -120.75654296464286 -129.39674137835314 -148.15687203923002 -169.40326639754497 -141.31745727219555 -132.84575576437882 -130.83545752835238 -132.09981678094314 -146.91184046538035 -167.14889886744928 -170.58567704827513 -165.0185207775042 -156.4736864368998 -145.5044498903145 -94.57962967191612 -64.53124677995363 -26.73352205987164 -17.397143156805495 -20.65865260728118 -17.397206485986672 -27.388706665192213 -50.662597612687165 -61.772555086171806 -106.9485539463796 -121.787577256889 -131.51365518253647 -149.9920170190345 -169.70431866390072 -140.83575580101106 -132.67545927173018 -135.2416173184753 -134.17783494003018 -148.86884951965408 -170.34161089319116 -172.8931720411793 -164.94312781907803 -154.88266631016836 -140.7559300425938 -94.40907816101864 -64.51877423154502 -26.72213444135558 -17.39724807451454 -20.65877727097846 -17.397329510553664 -27.444504160939445 -51.50346179070888 -63.20466198588549 -104.0298875658674 -115.77433424844756 -121.9828797923996 -142.84271551212984 -165.5312367131905 -140.77660956468188 -133.00035666135838 -124.76852549577808 -124.74402952735063 -141.41695344381318 -163.84792317838333 -169.300182497079 -164.25860770381516 -154.67404745275843 -143.6250642264875 -97.15140467468628 -64.57207086242789 -26.736011604240613 -17.397011749161862 -20.65839780576989 -17.396955237895156 -27.23912969322189 -50.66270196583872 -61.77248448145045 -116.96352266807584 -128.6592207877858 -118.86487339138688 -137.93910678380888 -157.31075972095692 -157.8827896805486 -142.67410631054184 -127.23646975819464 -125.7143613630663 -142.6591900458982 -165.2443622379437 -151.24408865386272 -145.5935326629863 -136.49652822166843 -138.28908767315994 -94.5611152915656 -64.54014294311168 -26.737106434067364 -17.397091040104947 -20.658590300593502 -17.39715574843173 -27.36053007188316 -50.66254662050675 -61.772504775030825 -105.2503394747619 -116.95753337094509 -122.14955663201168 -140.95778923510022 -160.52828230582858 -158.71686918170911 -148.27497876153294 -134.27857713571177 -129.69630072428333 -145.0950965648173 -165.57575222483254 -169.2537103096937 -163.8612047135294 -154.17834787365086 -142.71202692595432 -94.43881753258763 -64.58619678176088 -27.65799526688092 -17.432487216194033 -20.65839538318643 -17.39695272417513 -27.50717814391249 -50.53206962305699 -60.82454923393849 -83.90205048953021 -98.22209427249844 -123.5148318377329 -141.06916573964813 -159.56241153542044 -155.44159279015122 -146.2008829564408 -134.62592214827916 -133.45717199484508 -143.7962699467392 -159.94474321249217 -164.0644715665731 -160.37427511793516 -147.09247725926394 -138.88342638182417 -92.79787291743854 -66.14319622978216 -29.311319712357022 -17.397122362597916 -20.658407181605234 -17.39696436235462 -27.48603134877253 -50.86128435072639 -60.82839406109692 -84.54817311343236 -96.93350343815128 -106.0449278509299 -141.34846783002757 -155.23265526905206 -150.63992392781682 -145.09283616121994 -131.3680583114466 -128.93650738643393 -141.0968314018716 -157.35282535031422 -157.09855811340518 -152.02026451214726 -142.25666404964394 -131.35823402408 -92.79744975860056 -62.95847823667683 -26.736458155670665 -17.397029898150162 -20.65855110600344 -17.39711720709941 -27.3681965907809 -50.66256744471297 -61.77263356316206 -106.31724477802454 -117.84290697409456 -127.37321507420285 -146.3757693685638 -167.7617513285721 -141.32749349409147 -145.0645414656093 -136.67526486036556 -134.97504551383884 -148.3707069222508 -168.62133895965786 -172.86056611967905 -164.05862333031672 -153.2211201849128 -139.67270803285038 -94.48357561817046 -64.50331545048411 -26.72158142099373 -17.397086483837583 -20.65877402600529 -17.397336433690153 -27.44647406212069 -50.71568410789733 -61.77228748067858 -104.9999610024271 -116.25469446357194 -122.20679649509506 -141.24454977290011 -161.8477341374353 -158.1586136417632 -147.54084738566814 -132.65869110518838 -129.22230277286587 -142.60337662993922 -163.7715212263951 -167.1427097834694 -161.19210125238877 -151.06072156008275 -139.16077588816268 -94.45812905610494 -64.5488646662518 -26.679070477438497 -17.446458879439813 -20.6583907244995 -17.396948129545372 -27.46680842527569 -51.60347313258298 -63.31492589234277 -105.01638427282978 -116.09837644665424 -121.87476413517736 -141.1260279040352 -156.9708784016512 -155.75211903686466 -145.4769573562188 -132.05503732089204 -128.40926378532902 -141.38843465954034 -160.68418544475384 -163.27384599807712 -157.24368752535622 -146.11155792093507 -134.97348136415363 -94.4239386379972 -64.56576007522824 -26.732530878237636 -17.398731539251802 -20.6584066445464 -17.396963832609554 -27.515695432732883 -52.55713083118491 -63.21583467952107 -105.01763630257057 -116.09854272682864 -121.92217088748058 -140.95951974428166 -158.6079912368599 -156.87879230013104 -146.22420028185863 -131.57720492326067 -128.57672629544817 -141.20283679289295 -160.45959333902886 -163.31020490163112 -157.23856516476508 -146.77348544409386 -134.9639602163128 -94.40615338809272 -64.51553395096944 -26.734939939578 -17.397085865493814 -20.65872566695096 -17.39727858270966 -27.60187723842486 -51.781537009946895 -63.066360041519765 -105.20971903943156 -115.93700003375788 -121.82890307257183 -140.99239210709234 -158.09931110891196 -156.6642575654947 -147.92956150684657 -133.65999192852638 -129.0226461363054 -141.56575780169888 -160.63347998315643 -164.1243395849081 -157.5492266861518 -147.04273718176827 -134.91873963158594 -94.4053521377287 -64.55445121829831 -27.71574362204429 -17.397210581039563 -20.658566646136126 -17.397121675158907 -27.56701964306341 -50.31674156201854 -63.0289630348118 -84.30585798732439 -98.22225558342276 -123.54136975599356 -143.6861529487143 -165.9506448489646 -142.49677559566052 -134.55842925648702 -126.26252396769122 -126.62651311645088 -144.31214958733963 -161.27527313685633 -167.3971393525335 -162.86130685022448 -153.17367160053885 -146.1323379717629 -98.07645220228252 -66.18764597554474 -29.250595605287373 -17.43368659588486 -20.658384856649054 -17.39694246390702 -27.246531411881055 -50.71278934163168 -61.1732694876568 -81.40906485727209 -93.49820757578615 -106.00196894480996 -137.92491814624773 -147.53145742403 -139.11766538340828 -138.86213954578938 -121.54660384808034 -122.91570581245952 -132.69596258727154 -146.9780142734409 -143.71367510095914 -137.13883517370752 -127.33145802716722 -124.02901835000851 -89.4863226315895 -59.67884159490765 -26.740740449086545 -17.396923779959664 -20.65844606762701 -17.397002837654124 -27.18151185571147 -50.662749213406926 -61.77253169514514 -101.72510230680028 -113.01233519648952 -124.19390792647124 -137.6495720627888 -148.89824629194163 -140.7987621099323 -132.98170213693095 -136.373383658145 -136.2805732651032 -149.15802297308383 -169.4151334589431 -151.2422498038931 -150.10819436549852 -155.6801994367759 -144.40349496438702 -94.40962788482264 -64.52965112243044 -26.735778676876556 -17.397050530043707 -20.65857152300161 -17.397126606214382 -27.328983109554 -50.66271192760036 -61.7726515397274 -105.2484243090161 -117.27826595689862 -122.1486447221638 -141.11362985903173 -157.81760556200422 -156.14108400381951 -146.3768921158161 -130.9413025843448 -130.08490278610242 -141.6099262964145 -162.10419232802977 -166.02607907139486 -159.7803827306076 -150.09672651429594 -137.82546685678847 -94.4101579735269 -64.51814534419053 -26.71615334086158 -17.39711104293886 -20.65876295652812 -17.397315377242887 -27.54052870224572 -51.89925063920164 -63.06754339071163 -105.21439455570314 -116.31243300881933 -121.86943426809124 -141.13371158171847 -156.86408753897922 -156.4493656670018 -146.23324482571553 -131.31530806096603 -129.588420588786 -143.33509312565576 -162.39256722287445 -166.2873871289986 -159.5816225660618 -149.00791508523022 -136.78804921594633 -94.41164884971803 -64.51473727803294 -26.732164859338525 -17.397213316073994 -20.65872198802272 -17.39727495030624 -27.458182311089075 -50.66266607731422 -61.82576124833231 -105.50494022242356 -116.74542860698062 -124.90544135566292 -143.70366493717097 -160.9844187432857 -158.9710689731702 -148.53806309376927 -133.5204866317672 -131.30560507198732 -145.16606785890932 -164.9870497104341 -167.73516707675722 -162.34860706196093 -151.7109917196375 -140.33962448608975 -94.41021520406052 -64.56757731254392 -26.730207672025507 -17.397170648213994 -20.658479294860022 -17.397035617212644 -27.37631196380156 -50.66261429515177 -61.77256457566582 -126.08220458138334 -128.65118337343904 -119.326253372071 -139.43043750166575 -149.88525846743894 -141.42003550624042 -143.77303071421528 -136.22117805046742 -133.7273628053033 -148.03120593336112 -167.33271572094216 -171.21303763991185 -164.71812407613083 -154.86812236636828 -143.1341613120995 -94.41261378743512 -64.51587310629367 -27.706852465369565 -17.397217550308554 -20.6587261758224 -17.397279082686513 -27.44368756109068 -50.0121364761096 -59.8665171807179 -95.71368417572914 -99.611731097521 -123.81200161509696 -141.22180008098226 -156.76746437374615 -152.02254165765277 -143.38960297431663 -131.65093612103388 -131.13780317395444 -142.78676113746997 -157.28464150070877 -162.94059165150264 -161.3666624838503 -148.09879032077498 -140.22669628115207 -92.87327563572828 -66.11294069022262 -29.31392695776607 -17.39722956292278 -20.6585494202961 -17.397104675974568 -27.501552785162872 -50.79794272167404 -60.91194157107869 -95.71369609740452 -96.7560646687747 -106.7181432948869 -141.42237432631003 -151.0994261102838 -142.68313113204874 -136.07649893046013 -125.19467663705063 -126.0748888282742 -136.0268721766331 -150.24963674979085 -147.22842482949278 -141.4271536357682 -131.317100621875 -127.37134904610866 -92.7990137850812 -62.935852084384656 -26.69992053040578 -17.397214601282425 -20.658851959907867 -17.45036530030122 -27.5855712909002 -51.033240465430495 -62.50994309916128 -116.22666897836366 -115.88024335844852 -122.28127626708836 -141.44241168969626 -152.52582930774767 -148.56652868888992 -140.22932124966565 -127.973459739784 -128.29804754219796 -140.5747528388387 -156.16228707944106 -158.03827403193856 -153.08535132631098 -143.7063956915753 -134.8009595075902 -94.41478428390792 -64.51687839818871 -26.712827999320155 -17.397205892754755 -20.658843416832948 -17.445410410220703 -27.657463225427577 -51.02652884435599 -63.35106373286483 -116.22569710846184 -116.41321904883226 -122.06690274946884 -141.4471976738835 -152.3421190711424 -144.54396167481713 -136.30409449279242 -128.54007185715128 -128.86654263839517 -141.87715424756567 -156.11864920281016 -154.50584812092455 -148.8941997455106 -139.662754051376 -135.05898169086143 -94.37141567632392 -64.57140202652486 -26.72670799196044 -17.40054150572333 -20.658406550150342 -17.396963740113204 -27.69943929325064 -51.04548632789069 -63.445440030713776 -116.23737359871008 -116.03108053381392 -121.92226876948595 -141.0048976801979 -152.4870918730716 -144.280990345049 -136.47415957889865 -128.2034514246085 -129.4349631145908 -141.86466589743648 -156.16409684680855 -154.4857542718893 -148.89419974551058 -139.66263797011044 -135.082543054744 -94.41090309766928 -64.51287116179255 -26.73200562272699 -17.397040238113927 -20.65868091158007 -17.397234418259945 -27.78314400589612 -51.15014071536862 -62.112753375635656 -116.26172178233416 -115.76534756721644 -121.92702125491216 -140.94296486353156 -152.3735472722015 -143.9987498498527 -135.92592551370956 -127.91110693139508 -128.0279790078605 -141.48641950047246 -156.07045820521202 -154.4829224109287 -148.84476907115192 -139.73170862988093 -134.80072993444733 -94.4156013022534 -64.5446702418242 -26.73323160955477 -17.397190915429498 -20.658546997605495 -17.397102288663234 -27.789364309393008 -51.14764045475462 -62.10583539500556 -116.24969900122204 -116.08914151631164 -121.92495380335396 -140.9650767113547 -152.24850312608982 -144.20632750701043 -136.4808330624629 -128.5265530386297 -129.51965120000833 -141.86100643055028 -156.1653272027457 -154.42917301800333 -148.89419974551052 -139.72807517727918 -134.80161593390608 -94.41452284836036 -64.5218398399407 -27.695717389327417 -17.39709909779139 -20.6587386507106 -17.397291390417415 -27.6621965195426 -50.386318639816885 -60.11723713763112 -95.7134859174418 -98.00891755896755 -123.48888608650527 -141.06398212455997 -152.19077625705037 -145.71780497221403 -137.6023101457697 -129.44415904912483 -130.2128301763113 -140.95123801293488 -156.1597343400873 -154.4299199352565 -147.9020551067683 -139.7943231860655 -134.8050427307357 -92.7769138619635 -66.20392968577534 -29.24744152341841 -17.439658041433095 -20.65839523096683 -17.396952574556263 -27.864628737280142 -50.5812587987109 -60.20758009035523 -95.71374866180469 -96.62129370101856 -106.04491644828556 -141.15420766962893 -150.76513406578073 -141.02008214912814 -134.58896568392336 -124.87056552079768 -125.20102180848994 -135.1648118094776 -150.20323108799252 -146.8905226046689 -140.3804848158123 -130.62265783114103 -127.33006145637064 -92.85334088291228 -62.95179407734422 -26.680824128313898 -17.397353891145492 -20.688680061557587 -17.42013312304922 -27.967920125631245 -51.30506663745516 -62.21435563003271 -116.22742343100887 -115.44350660708082 -121.92006593207596 -140.95862373866186 -152.09763162340292 -143.97590512346025 -135.97045729758293 -127.98496305521368 -128.12897926564827 -140.3208774105371 -156.15566892069157 -154.48471128307983 -148.8941997455105 -139.73139648413763 -134.85844978855673 -94.34155169263605 -64.58222918896683 -26.708577756140297 -17.414232604719764 -20.658615512453284 -17.396958827865845 -27.88572706068929 -51.21444831461874 -62.14657057769204 -116.23581438907316 -116.78702713163524 -121.91656101708652 -141.12552148960762 -152.35279932685543 -144.20742526804756 -135.98299122863932 -128.5619348373888 -129.64773997374826 -141.9132549036144 -156.11478930290934 -156.7650574580102 -151.3119029642752 -141.81523315674352 -134.80451654823133 -94.3710897584527 -64.56239356722597 -26.666167431346253 -17.447932501828777 -20.66067411842637 -17.396920246985708 -27.54623550313503 -50.941736769778 -63.80551374096876 -116.23237903307898 -116.78761538337108 -122.11361924982091 -141.25984840829204 -156.4491089165897 -156.15378371702482 -145.9539811416186 -130.53307241762903 -129.4153765327499 -142.06995267129813 -163.38610079844162 -168.23277820899798 -162.6494527496451 -153.5108956973039 -140.96664132997535 -94.42221851232452 -64.52296918253047 -26.734473302668636 -17.397138915594155 -20.65863780241773 -17.397191992414776 -27.40331726994993 -50.66265191977497 -61.772716432256985 -117.93169202844147 -117.75476048506128 -125.86450379717856 -144.31953495109693 -165.00897993182218 -163.78209954479055 -153.74298854798624 -138.37662013035518 -133.90830088894722 -147.19175563748115 -167.2630765059355 -171.02489755200355 -163.4114640029604 -152.57904627398233 -139.67278506618877 -94.42104727542248 -64.52662435406411 -26.736018593243266 -17.397121365949598 -20.658631058662586 -17.397185223535278 -27.45108035527874 -50.6625763446291 -61.772700136217495 -116.25680418644738 -116.02679954847156 -122.1784799520253 -141.37704835691653 -159.30180743239703 -158.4012383768207 -147.78185115802938 -132.65472347243488 -128.60742512721836 -143.9111048497355 -164.13270162778278 -167.44392366629836 -161.55347072285892 -151.4241407051367 -139.1306531747257 -94.41420398175094 -64.524169398652 -27.716718501088184 -17.397102418609457 -20.65861232050401 -17.39716673768038 -27.48295698653176 -51.20850352037949 -60.84843539832086 -95.71392210830956 -98.27381826965556 -123.58603642937578 -141.13832818128245 -159.92674301484882 -155.40184337448352 -147.25713814979403 -134.73243590509952 -132.95172487693452 -144.70269721750503 -159.64895845812924 -164.73779433391684 -161.5689527708855 -149.18088486359156 -141.4081297842395 -92.78659245279768 -66.14282559607946 -29.301369056509984 -17.404813271735883 -20.658404615978142 -17.396961832289538 -27.543091914722105 -50.34822079438963 -60.63162330426606 -95.71374722004563 -96.66422996947044 -106.04492548155528 -141.3506396426099 -150.75624748887876 -144.39866178049854 -137.62198310046986 -125.02824618452438 -125.14284444070648 -135.7513437419451 -150.19435560070966 -148.239106129115 -143.9181761783894 -134.29013084254885 -127.35758499073508 -92.78758813494169 -62.95583805024725 -26.734060049379867 -17.39717423241171 -20.65851932151681 -17.39708596057184 -27.51732130282139 -51.40274898578126 -62.70932489961306 -116.24773926213176 -117.29991643889151 -122.71607648177476 -141.52251660487275 -156.37817130562502 -157.941247894198 -146.79123058127178 -131.91943005983617 -129.95225094064466 -144.0405592612945 -163.68926515042273 -167.7959532795186 -161.59088388621612 -151.59472522095248 -138.87723452915805 -94.38849678303056 -64.53463457975901 -26.684482873790323 -17.397198058546188 -20.71177130928204 -17.39688489285502 -27.49513868942492 -52.19757439822054 -63.11227375110202 -116.22953557224616 -116.4459313046043 -122.10282425374818 -141.14605027492675 -154.30780312763608 -155.25716263404834 -145.13182189871102 -130.42345766469444 -130.64003092339723 -141.86966025476596 -160.94095349863315 -165.323698330016 -160.18717033239648 -150.28037730201532 -137.41371651554653 -94.37122278476232 -64.55598281411903 -26.674517724625048 -17.44191587958362 -20.65839223804356 -17.396949624519817 -27.535370562160534 -51.65000202340178 -62.99431764563595 -116.23548871490112 -115.69909839136984 -122.05855097864529 -141.23260715497835 -156.17594282976918 -153.4803148907348 -143.29649704139013 -128.28783607152286 -129.67048817733007 -144.76431252795456 -164.00181580542605 -167.2540408596173 -161.4315165067733 -151.64286550063494 -139.0358589861115 -94.3224653748184 -64.58223223553007 -26.735814145583237 -17.397116687881574 -20.65843641947257 -17.39699320227486 -27.492399194217185 -52.76551404853965 -63.28586309143781 -116.23942176829294 -116.72742808155306 -122.06385346201355 -141.1959836061967 -155.0458092755305 -154.41207657875097 -144.05290168448232 -128.41615367577245 -129.37671828242316 -141.43849611948667 -159.07104437329133 -162.59387905622114 -156.23092094894116 -145.63625200870857 -134.445821648059 -94.32979342740832 -64.54403353604529 -26.73408682287828 -17.397200243569824 -20.658556318984672 -17.39711148313197 -27.714937506849463 -51.06838473276699 -62.63222449424212 -116.25004994543436 -116.73437066695566 -121.84498484126578 -141.14888640163622 -152.32587091548436 -148.10041697947915 -141.20294876832054 -128.43744852613327 -128.63602202502025 -141.4446446978329 -156.06184236759756 -160.07566816147735 -153.45562034478834 -143.55249532447053 -134.51090099687238 -94.40100004197976 -64.51081675420396 -27.696044297404605 -17.397158303999472 -20.658796730328376 -17.397348710494107 -27.701735948009592 -50.41976676992958 -60.17062936931138 -95.71354814110506 -98.91953701384548 -123.41011923856996 -141.2123006790057 -154.0869990252074 -150.74566069732123 -142.74844485992668 -131.92739631848312 -130.92058260746188 -143.8290047573014 -158.8420962550465 -164.2452762205794 -161.01903291404224 -148.527937071245 -140.206675533392 -92.78270615793204 -66.1406163976147 -29.288673517130373 -17.403502310318768 -20.658393619494376 -17.396962385392317 -27.50122468730053 -50.356822997199735 -60.73894401328828 -95.71372695300728 -96.66423108511856 -106.0449265806772 -141.18415619389725 -151.69952436520688 -148.39475005634384 -142.90143232864588 -129.25799139164144 -127.6402291713 -140.45322938574964 -154.29851772304045 -155.33743808693197 -151.03331617599218 -142.05119946606752 -131.4582789964414 -92.8735825963482 -62.91370789122115 -26.72800780890924 -17.39718954462494 -20.658719516768304 -17.39727251042027 -27.506791334584577 -51.00607964044909 -62.92829700443527 -116.21348219718712 -117.17882763396274 -122.0697552960692 -141.1685140577017 -152.51730343456177 -145.0872005665421 -135.9116028086368 -128.10974833783956 -128.9560009848652 -141.28835269438912 -156.06519828736543 -153.95712229800083 -148.89419974551043 -139.68288778737187 -134.84095617610234 -94.33107333370695 -64.56929545402147 -26.725532898058635 -17.40402120822916 -20.658618719076905 -17.397173213191643 -27.96986827009985 -51.2918879188784 -62.22587889838522 -116.23654638805264 -116.74812446807957 -121.91453528278343 -141.0978532555007 -152.3646027539992 -144.05535232447212 -135.96961185168485 -127.99615329728206 -128.24869397672302 -141.40393597616395 -156.13797030510153 -154.31179984527762 -148.89419974551043 -139.6758025248449 -135.0168468923812 -94.33639337827766 -64.55541954000076 -26.734393606656116 -17.39736085442119 -20.658409045066577 -17.397177314522928 -27.906660462779865 -51.25175916751332 -62.17157496983791 -116.23709897320862 -116.48205386771173 -121.84506888635096 -140.95108183072293 -152.13147610815642 -143.95850966702915 -135.94118519207734 -128.03916085373885 -128.20835256148138 -140.66870464690675 -156.06635318806286 -154.92854900176218 -148.8941997455104 -139.6595465161364 -135.19670751006112 -94.40048422545568 -64.51007239842347 -26.70770690017493 -17.397263829256147 -20.658786704074807 -17.397338817390064 -27.864752845326542 -51.25461704277584 -62.15528149590206 -116.219932606303 -117.12987358645252 -122.06234230319475 -140.9491329223377 -152.35175520505112 -144.02696830394711 -135.88551605340433 -127.81932700901189 -128.62655781938048 -141.22257136696146 -156.11914805252974 -154.15277382809236 -148.8941997455104 -139.62646747268667 -135.4380083705657 -94.33159066557008 -64.54031664534502 -26.732758913797905 -17.397017367442402 -20.65854303027861 -17.397098374203853 -27.82476375113976 -51.16079681001872 -62.114873125779305 -116.24926820077825 -116.64914224238416 -121.83753174149147 -140.95896335380246 -152.34288718974497 -144.20719915426858 -136.1360983972909 -127.80397039696597 -128.8578660638916 -141.21149025779712 -156.1682279920629 -154.54299160009276 -148.8941997455104 -139.58687370031083 -134.44481351477555 -94.32322523584511 -64.52529054520585 -27.714776975902424 -17.39706773252087 -20.65870788181587 -17.397261030366476 -27.627620498875302 -50.37952920468084 -60.06505412902378 -95.756414511633 -99.35245512158812 -123.40204730938495 -141.274115496822 -152.26909380640586 -145.720887061991 -137.65662099728462 -129.8004307060614 -130.31550706170472 -140.6497177446679 -156.03268148256433 -159.57490479294898 -157.4100534292084 -144.8292243728301 -137.6617881271066 -92.7724972494537 -66.13145094574064 -29.303130158600396 -17.39716075277212 -20.658480529097385 -17.397036716468556 -27.56722404083112 -50.48466170010361 -60.54034918364951 -95.71381866518205 -97.11371189521005 -106.0450054964633 -140.93635718779788 -150.89432443640845 -141.0657054247331 -134.63766660553534 -124.95021840681798 -125.47566823881844 -135.3644331000747 -150.1746991168381 -146.89459977494744 -140.23838629191494 -130.6032063396737 -127.27702652387649 -92.74636012935194 -62.98358290156036 diff --git a/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv deleted file mode 100644 index a4ecdc1..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.1292717385015853 -0.07703453109904536 -0.09130002575598413 -0.07688599182090596 -0.12170716474107275 -0.22228625998843674 -0.2705344409027718 -0.4230079904662331 -0.4307780098989315 -0.4694773152633062 -0.6238873083636204 -0.6675596691596084 -0.6239633609152953 -0.5974422234434686 -0.5537040672129238 -0.5547997070614998 -0.5982976317961485 -0.6638078825855223 -0.6480618357589839 -0.6272318831220532 -0.5846812563321206 -0.5626876296795051 -0.4100321588830386 -0.27814145968681514 -0.11816214487617381 -0.07688719530508649 -0.09130079647708084 -0.07688680208914744 -0.12194971130242735 -0.2262112867257496 -0.2763545010695454 -0.5137758353649625 -0.5207652595167193 -0.539457947958892 -0.6239573934326401 -0.6736728775790365 -0.6655979880721978 -0.6249689246618182 -0.5676754280305991 -0.5709106963627879 -0.624471978308644 -0.694559676570294 -0.7152429613499078 -0.6870000813149889 -0.6414575164250969 -0.5952019480452784 -0.4166709587292076 -0.2852845730797104 -0.11783765718607961 -0.07699770407908929 -0.09142402646125525 -0.07688585192103484 -0.12203529372686707 -0.2273192323330057 -0.2772805761658033 -0.5136926905741693 -0.5207652595167193 -0.5394872058222931 -0.6238911654138585 -0.6736839657255826 -0.6373250153536436 -0.6016966051779548 -0.5658331695208306 -0.5744845220862765 -0.622778481421381 -0.6898222402995948 -0.682701922276984 -0.6580396530375312 -0.617864517406851 -0.5954883387250518 -0.4168152868620428 -0.2849847777297982 -0.11812782704211279 -0.07688667838720238 -0.0913007959719588 -0.07688753696099879 -0.12294423332997709 -0.22612324705220974 -0.27491554985206945 -0.5136185924018496 -0.517437643272048 -0.5392964477270115 -0.6238492352363167 -0.6734665764673118 -0.636582022051448 -0.6009439250279248 -0.5654681907298179 -0.567016087775482 -0.6241391645177923 -0.6900064968491532 -0.6845841929778347 -0.6580396530375312 -0.6182435560954471 -0.595682837573353 -0.4168331820819873 -0.2851184133585553 -0.11816743644256678 -0.07688719763903376 -0.09130079880926956 -0.07688680439689115 -0.12262823864313531 -0.22589610190588047 -0.274338624556879 -0.5137770667626358 -0.5193378092004944 -0.5388504318834221 -0.6236153195460351 -0.6730075999716026 -0.6394570957434417 -0.6006961204246967 -0.565905335712773 -0.566613671538806 -0.6184405697824525 -0.6896502319955455 -0.6812559161565409 -0.6580396530375312 -0.6181656702544436 -0.5960078700742039 -0.4168585687859369 -0.285083115690617 -0.11816969273558466 -0.076886739475418 -0.09130108543078826 -0.0768871810785004 -0.12294518304483741 -0.22602902816368964 -0.27442924965141924 -0.5138022259097175 -0.517437643272048 -0.5393545774613522 -0.6239655022588919 -0.672913102115239 -0.638059997251749 -0.6008374781545904 -0.5656794746412829 -0.566816484011399 -0.62710348029471 -0.6899663043487415 -0.6851383156031461 -0.6632170529366588 -0.6308702421749415 -0.5962648535649463 -0.4168577427422659 -0.2853383124555895 -0.12248837147339538 -0.07689608146518027 -0.09130007067196144 -0.07688608609085923 -0.12203454229512085 -0.22246733628156318 -0.2653297209434405 -0.4230079382819805 -0.44074571766971404 -0.5453439570164061 -0.6238555858125382 -0.6738153958643319 -0.6430287562854589 -0.6086986106804118 -0.5737090593629769 -0.5757232641064272 -0.6247755927762574 -0.6899070158367877 -0.6893598125708431 -0.6696060023996867 -0.6172188062634327 -0.595766224376948 -0.41002378904016096 -0.2920984978818174 -0.12956086212103152 -0.07688710782736724 -0.091300709066076 -0.07688671585341532 -0.12267459439857706 -0.22308348711310863 -0.2659439627268648 -0.42300856903611844 -0.4307786473017254 -0.46866742860833455 -0.6228149574691276 -0.6645761931843521 -0.6233955790843188 -0.5946143596742096 -0.5538910885062234 -0.5546707483895059 -0.5982786335580025 -0.6640158691322686 -0.6486128389692469 -0.6184286637032917 -0.5770601304867683 -0.5602547163724393 -0.4099366256936505 -0.2781441337832792 -0.11803516336805556 -0.07688740063282205 -0.09130173914467656 -0.07688773227550957 -0.12297692757899996 -0.22631706640851093 -0.2746160898643882 -0.513638951471005 -0.5179103622637282 -0.5389016616164906 -0.6238180465710311 -0.6730874044189245 -0.6373137080465209 -0.6009137022414477 -0.5654863744626201 -0.5684090423816576 -0.6270687089866305 -0.6897488220032684 -0.6829941504669466 -0.6580396530375311 -0.6190649568330097 -0.5970160996794769 -0.4171975147305424 -0.2851694455531724 -0.11800997757286098 -0.07688750383976882 -0.091301841199588 -0.07688710131537081 -0.12342661640853116 -0.22646647077960774 -0.2747698971502729 -0.51364749111585 -0.5164824114709274 -0.5389802053835898 -0.6237949109737881 -0.6719815738598494 -0.6447688050298995 -0.6009294494088928 -0.5647879105080911 -0.5661923646747609 -0.622795537928905 -0.6898197444217729 -0.7002774489679847 -0.6813620689130099 -0.6458269207462483 -0.5975076976919296 -0.41688635477436775 -0.2853042463401719 -0.11812835039246715 -0.07688700799531957 -0.09130044886574167 -0.07688645915663532 -0.12139235162644893 -0.223903967196935 -0.27300466889782166 -0.5137469906007677 -0.5238619170304651 -0.5579703283624047 -0.6442720742041735 -0.7354865530115016 -0.6246318545152922 -0.5886477152135602 -0.5976126440046213 -0.5978345760222509 -0.6693522055859962 -0.6751846705188365 -0.7031344794576745 -0.701328873624475 -0.6623075724568285 -0.5979281827627069 -0.4168852102614745 -0.28526417970304846 -0.11812725072674267 -0.07688721672215433 -0.09130081788032969 -0.07688682320614712 -0.1230106145687596 -0.22607244153616451 -0.27604478885235423 -0.5137786840563032 -0.5174376432720479 -0.5390072510523302 -0.6239923961983955 -0.6749717373902915 -0.6372985951411857 -0.6015613012884835 -0.5660137134160051 -0.5676347084424878 -0.6166026490753168 -0.6900190902395004 -0.6825220528552132 -0.6580396530375311 -0.6196449499988522 -0.5979943287744157 -0.4171897927321352 -0.28521005306910835 -0.11803069803356599 -0.0768872056545878 -0.09130154635055407 -0.07688754201253946 -0.12269703730395451 -0.2258788945496984 -0.27468679988554684 -0.5136210023457614 -0.5193378092004943 -0.5388880761325855 -0.6235704639704197 -0.6732924498875912 -0.6468507993360421 -0.6229565955688033 -0.5654824579423849 -0.5659786933249304 -0.6216374994422195 -0.7021973793508954 -0.71844880300754 -0.689268396119657 -0.6531096373829045 -0.6063457696320398 -0.4172221052234111 -0.2850641844685929 -0.1224394456496213 -0.0768872148618118 -0.09130149018646821 -0.07688748658799371 -0.12139601665184638 -0.221029229204033 -0.26458061017377854 -0.4230077540229491 -0.4386032158438599 -0.5468091250710057 -0.6241992209313333 -0.7037774483713306 -0.6798949673312533 -0.6406747283867573 -0.5889361186599497 -0.584009804494726 -0.6408009401848768 -0.7039194187079219 -0.7289826489001285 -0.7214451486675539 -0.6605547051796716 -0.6283715706963848 -0.4100383396292484 -0.2921399700838541 -0.12952561862348708 -0.07688677700409083 -0.09130105717308422 -0.07688705931414205 -0.12139816571913739 -0.22938347198406991 -0.2692573820181572 -0.42300886942421706 -0.42852324072434506 -0.4687764493847701 -0.6251401296517834 -0.677002025375393 -0.6552738671730146 -0.631069847700804 -0.5697583072391731 -0.5585805783995842 -0.6031692771946693 -0.6668949411880424 -0.6592572633267041 -0.6369865328224846 -0.5919149016840265 -0.5618311954443715 -0.4099541672214202 -0.27831937795405826 -0.11817777077482108 -0.07688668976429386 -0.09130029135130599 -0.07688630377255498 -0.12191016046375329 -0.22761658131002122 -0.2771418527146247 -0.5137336607287792 -0.5164824114709273 -0.5393129211582038 -0.6229633276690224 -0.6858159085166439 -0.687256793652408 -0.6506803176346899 -0.5928796593677512 -0.5819568251095542 -0.6387952311619404 -0.725760202537904 -0.7400668851900818 -0.7144605569267135 -0.6747527837302606 -0.6195943730316954 -0.41690746295142916 -0.2852256545379508 -0.11815185813281033 -0.07688698695978102 -0.09130037851819676 -0.07688639029814866 -0.12104046313602163 -0.22390411361381954 -0.2730045579321129 -0.5205512373792059 -0.5319744211397489 -0.5661529183255973 -0.6413197468963111 -0.7253857305336887 -0.7175353654774531 -0.6707637851755615 -0.611321534035236 -0.6007127365961834 -0.6593570454045257 -0.753051167193023 -0.6722806867765335 -0.6607289971572348 -0.6777571847797439 -0.6346293669761992 -0.4168806191212266 -0.2850614731865992 -0.11817427208648933 -0.07688711115456903 -0.09130148053754643 -0.0768874319320552 -0.12131295076119672 -0.22390426147468043 -0.27323888398461865 -0.5136179190553111 -0.5207652595167191 -0.5390532199368654 -0.6238537911140382 -0.7030360534077071 -0.6967122355668771 -0.65074305559779 -0.5828971901743805 -0.5713484716135522 -0.6216271648737087 -0.7191501172061048 -0.7415454432365554 -0.7075851165195045 -0.6662716248719027 -0.6118598667694135 -0.416853530613895 -0.28505629869900445 -0.11816136101308068 -0.07688694279555341 -0.0913012211244383 -0.07688722108244402 -0.12166459095268221 -0.229649583737022 -0.2788033253923889 -0.5138140611669553 -0.5202930409850555 -0.5423396167120038 -0.6237579372079555 -0.6846691837313932 -0.683743044985895 -0.6351030681912823 -0.5680957979400652 -0.5682309724097242 -0.6229385981659188 -0.7066103102333416 -0.7240300888955528 -0.6995919268857939 -0.6588141829135072 -0.605313264049027 -0.4168430711265659 -0.2850530681959874 -0.1181458497352309 -0.0768869236317075 -0.09130120217680575 -0.07688720238611135 -0.12195243570711822 -0.22651704698717454 -0.2782737175685165 -0.5138118203044396 -0.5164824114709273 -0.5392574086536057 -0.6243673374437257 -0.6731093673787537 -0.6618339142262428 -0.6190007812249058 -0.5649445577025978 -0.5670919696051383 -0.613878749062507 -0.6900346095518024 -0.7060854827044012 -0.6774197985922435 -0.6331979430512904 -0.6003829121938107 -0.41688443020909344 -0.2853365026887184 -0.12235329994949777 -0.07696236507148523 -0.09130004916428898 -0.07688606487615265 -0.12221211166377198 -0.22273370753396124 -0.26725979125089316 -0.4230080108024972 -0.434321415906605 -0.544200691726483 -0.6236503632756508 -0.673492321479784 -0.6437209397540291 -0.6085653220532711 -0.5732977772055247 -0.573632050343085 -0.6215909615412218 -0.6897424279782073 -0.6959884694149692 -0.6848904591921527 -0.6281205365026266 -0.6011104346785152 -0.4101088572271046 -0.2923320290017111 -0.12943999113958066 -0.07693142124494691 -0.09130005920401889 -0.07688607477910887 -0.1218274553605065 -0.2224961291300791 -0.2725522995422982 -0.4230080268344278 -0.42899334642666714 -0.46907209342155876 -0.6236704841355314 -0.6662451117303834 -0.6282974406252834 -0.5951439897455278 -0.5528082590206381 -0.554545733404294 -0.5951097415509002 -0.663828529836437 -0.65469069088134 -0.6332485229864436 -0.5952342665436355 -0.5633870534942297 -0.4099678900473448 -0.2782093173109621 -0.11812989898991481 -0.07688670867046382 -0.09130031024073246 -0.07688632240609748 -0.12218027126023459 -0.22552134544490476 -0.28107281768892195 -0.5137345428307999 -0.5164824114709271 -0.5396235477001932 -0.6236994607629264 -0.6724839857158222 -0.637304556664879 -0.6023221775273317 -0.5674708462242009 -0.5668667955149935 -0.622058684419834 -0.68955428120142 -0.6868680234591528 -0.658039653037531 -0.6213779769758847 -0.6003829121938107 -0.41727667864818824 -0.28528250997855875 -0.11813238753744437 -0.07688572629827908 -0.09130101973644751 -0.07688702308766468 -0.12355781709448593 -0.22673447139093683 -0.2749580567491393 -0.513713781739769 -0.5162547112942435 -0.5394626860957003 -0.6239694224908339 -0.672152351713081 -0.6365906462272867 -0.6008201582964319 -0.5645792069470456 -0.5669118957935549 -0.6138302540031297 -0.6895974319701625 -0.6839449837220022 -0.658039653037531 -0.6213648287564851 -0.6003829121938107 -0.41747150993851584 -0.28526530447048104 -0.11784436061595471 -0.07688742968461987 -0.09153514316537191 -0.07688579648088158 -0.12273848506648462 -0.22599136634930037 -0.27452916330413146 -0.5136886692688807 -0.5169686866906439 -0.5403397676655213 -0.6238084667629246 -0.6721199432452135 -0.6366140392959415 -0.6007905902636715 -0.5656152710335801 -0.5676097817715995 -0.6159945164897478 -0.6900585932063084 -0.6849390339407699 -0.658039653037531 -0.6213808483580275 -0.6003829121938107 -0.4176277385126592 -0.28505859402689737 -0.11810840237490827 -0.07688642477293789 -0.09130128374183345 -0.07688728287014764 -0.1227676864146182 -0.22610214822573074 -0.27445962145987113 -0.5138201483532225 -0.517910362263728 -0.5399899413474285 -0.6236757145202091 -0.6724748889036929 -0.6391199408221544 -0.6014741538414302 -0.5663352464979885 -0.5682672410590015 -0.6203232947607911 -0.6902042587736265 -0.684946937744769 -0.658039653037531 -0.6216459454962733 -0.6003829121938107 -0.41765253157223947 -0.2851762374995554 -0.118125430344572 -0.07688684396721623 -0.09130044542043791 -0.07688645575784601 -0.12226959384228783 -0.22558212141436484 -0.2786793601246591 -0.5137457118611093 -0.517910362263728 -0.5400125111407987 -0.6229229247741637 -0.671444624623812 -0.6411737665817596 -0.6015520398572085 -0.5650208996153037 -0.5663870206156614 -0.6142878437185122 -0.6900143252408524 -0.6897942827758854 -0.6624921286604327 -0.622172731799456 -0.6003829121938107 -0.4176750699931746 -0.28531870107865576 -0.12238429936989648 -0.07693572103008393 -0.09130005780891313 -0.07688607340300707 -0.12255366334391235 -0.22307471275783672 -0.2659387500747391 -0.42300795296176585 -0.4340937705182088 -0.5452742771812504 -0.6227602314004734 -0.6721950942765779 -0.6440044220333128 -0.6068071318482733 -0.5732106292988213 -0.5733963639443688 -0.621854750953784 -0.689509807280923 -0.6840474682018726 -0.6580396530373723 -0.6199697990296036 -0.6003829121938107 -0.4105728901094429 -0.2921424175677717 -0.12952861219697268 -0.07688662585937557 -0.0913009731139179 -0.07688697636626293 -0.12285894229626716 -0.2233023812141533 -0.26598560596930654 -0.4230083229659036 -0.42720960426696547 -0.4697122720921894 -0.6248290362437217 -0.6674850106967096 -0.6228158502845781 -0.596930637169979 -0.5517278718076779 -0.5547800486380877 -0.5960611626522934 -0.6635231307559223 -0.6476392316856121 -0.6203499498730672 -0.5767685280696068 -0.5614193249796158 -0.40953960775434384 -0.2782220839086844 -0.11813552142108037 -0.0768862267061688 -0.09130057852023923 -0.07688668206563483 -0.12292911093800263 -0.22618298104041018 -0.2745083372966808 -0.5137548267924701 -0.5169686866906439 -0.5397875089064444 -0.6228822500785921 -0.6725835644256272 -0.636220470802926 -0.6009073807058022 -0.5644296180061682 -0.5658869694293092 -0.6130987960000454 -0.6895814587291448 -0.6868680234591527 -0.658039653037531 -0.6221983354717907 -0.6003829121938107 -0.41793335897617084 -0.28532800892231136 -0.11785366176145566 -0.0768879346827355 -0.09153558377763457 -0.07688578937586715 -0.12304101374175497 -0.22624301162523447 -0.27469603156580036 -0.5136826061926496 -0.5176826604494984 -0.5400339555034928 -0.6228561731898963 -0.6730630367624333 -0.6362625233668495 -0.6003788153415808 -0.5651072783804986 -0.5655977461950488 -0.6144215848850954 -0.6893250128510914 -0.6844256289251658 -0.658039653037531 -0.6219306704167281 -0.6003829121938106 -0.41804876688964887 -0.2851752698721631 -0.11814103211014867 -0.07688683320899732 -0.0913006908352685 -0.07688669838564784 -0.12138307238641874 -0.22390379250626732 -0.2730048596453089 -0.5137702033313558 -0.5229066852293442 -0.5433971104767851 -0.6238982309756369 -0.6935710816843358 -0.690908291601228 -0.6430386511949444 -0.5718455020165445 -0.5694034084420009 -0.6227779026217813 -0.7059433530594831 -0.7251608748804729 -0.6984297136109062 -0.6602770779414735 -0.602824522467276 -0.4180638234906031 -0.28527149766824483 -0.1181494291662836 -0.0768867335512894 -0.09130017412734927 -0.07688618813904782 -0.121706602719909 -0.22616467940891144 -0.2780361695732343 -0.5137182918738988 -0.5164964715549982 -0.5402414497401191 -0.6226352323475547 -0.6723284673103559 -0.6521320737693632 -0.6072587130168383 -0.5646070880810193 -0.5664412659754661 -0.6143077409326924 -0.6895091108146655 -0.6928258804977449 -0.6667071449050338 -0.6254154745128311 -0.6003829121938106 -0.41828063328299225 -0.28519126747646545 -0.11791871666753986 -0.07694326082960488 -0.0914790106050769 -0.0768858325805976 -0.1224821288448117 -0.22569464998446884 -0.2816678621091436 -0.5136860657256385 -0.5176826604494984 -0.540141317963623 -0.6225908632127306 -0.6735841039213342 -0.6416145707584839 -0.6049028920478607 -0.5658252663381964 -0.5662422763164984 -0.6198612190214084 -0.6897048708262071 -0.6952469060241518 -0.6655599581347634 -0.6303240622956983 -0.6003829121938106 -0.41839566961578956 -0.2850230590615584 -0.1224273813002774 -0.07688680641222131 -0.09130165810661484 -0.07688765229997108 -0.12240939070200459 -0.22315207555659325 -0.2657869559861881 -0.4230077746013643 -0.4333793777302116 -0.5463487646630526 -0.6222959385024261 -0.671882443377791 -0.6452816638023444 -0.6072387086732476 -0.5721656591228402 -0.5722119551083908 -0.6108741189642966 -0.6899954210889786 -0.6863006584610801 -0.6580396530373722 -0.620553767673589 -0.6003829121938106 -0.4106823935601566 -0.2924477359895352 -0.12919293144082644 -0.07704935950529292 -0.09130096411735027 -0.07688603431863857 -0.12313033254490215 -0.22353198600230745 -0.26618617236429326 -0.4230080285503525 -0.4258293077267269 -0.4684769810112239 -0.6254691595248494 -0.6674981671067489 -0.6231394937190055 -0.5943260927242027 -0.5517018794449021 -0.5522490091145122 -0.5919389670826989 -0.6640025146224948 -0.6498140384040199 -0.6210326010514942 -0.5772096316349138 -0.5620995797420543 -0.4095701209980529 -0.27824153165706605 -0.11816848293507194 -0.07688602069375888 -0.09130130653834585 -0.07688637711364021 -0.1237900086215658 -0.22690124924893898 -0.27516671775993656 -0.5137363708078002 -0.5202930409850552 -0.5404105142198301 -0.6227517709726261 -0.6734478163592443 -0.6361489001770401 -0.6005703336911803 -0.564510780688261 -0.5650543176008654 -0.6105429291528011 -0.6901308085797845 -0.6868680234591527 -0.6580396530375309 -0.6224741465427619 -0.6003829121938106 -0.4182931732970151 -0.28536098001628757 -0.11782855602274443 -0.07712087755409266 -0.09130090223540195 -0.07688690715488405 -0.12389127807346323 -0.22702847821688185 -0.275259159814049 -0.4650665523735373 -0.5148272643574773 -0.5394788177292194 -0.6223988852650729 -0.6726146889368101 -0.6358947373218025 -0.6005461134237233 -0.5646787709622426 -0.5656013639863297 -0.6182060706837101 -0.6900227082131216 -0.6861508116585426 -0.6580396530375309 -0.622478837010124 -0.6003829121938106 -0.41844277694653 -0.28524798695938935 -0.11814273002104633 -0.07688660937811632 -0.09130021103271983 -0.07688622454788613 -0.12285556172605644 -0.2261362692975422 -0.27458723058392703 -0.4650895088677776 -0.5162547112942435 -0.5401979964573337 -0.6227400918016672 -0.6727003554027557 -0.6359520769780149 -0.6003434848803938 -0.5647987038973383 -0.5643823876900643 -0.6119664510471673 -0.6412749230320565 -0.6861516219616187 -0.6580396530375309 -0.6227319979159677 -0.6003829121938106 -0.4184513098110332 -0.2852769712511358 -0.11814604445477668 -0.0768858253801977 -0.09130111626445164 -0.07688618662308937 -0.12307407041910984 -0.22613006023706303 -0.27445266197952717 -0.46508558376841314 -0.5148272643574773 -0.5402056022042978 -0.6224008309906802 -0.6726633702383734 -0.6375020657233723 -0.6005380189100004 -0.5645292425863954 -0.564684681948115 -0.6110105183073428 -0.6414560016448716 -0.6901823924704114 -0.6580396530375309 -0.6227373122307949 -0.6003829121938106 -0.4184864792798336 -0.2853300316120747 -0.11803344734450587 -0.07696882260201865 -0.09130004706937564 -0.07688606280978282 -0.1227294744258472 -0.22600193277777708 -0.2744823646230137 -0.4614200616158283 -0.5148272643574773 -0.5402851357786003 -0.6223292892020991 -0.672298090759792 -0.6370284106114654 -0.6003095614294338 -0.5646033241947825 -0.5674729838607101 -0.6118924462885598 -0.63535024650272 -0.6868680234591527 -0.6580396530375309 -0.6227433532160862 -0.6003829121938106 -0.4185912598388292 -0.28531944427072675 -0.12219206401076677 -0.07708947250769708 -0.09130001372726539 -0.0768860299221474 -0.1227461599186491 -0.22323415694545057 -0.2659765469972291 -0.37366173232809746 -0.4326662827735957 -0.546804169167094 -0.6218876478593541 -0.6720879414506696 -0.6446371288260248 -0.6073035748774621 -0.5742560623222177 -0.5720939321878011 -0.6112936418066106 -0.6379892620442259 -0.7050835606333996 -0.6918899678498575 -0.6386579415690439 -0.6114102757790714 -0.4107023617732762 -0.29245303531458844 -0.1291796843791135 -0.07705027985464809 -0.09130002064870002 -0.07688603674920985 -0.12163376045915777 -0.2222633088868591 -0.27184806535068645 -0.37366168396660243 -0.425829264234314 -0.4684767262023091 -0.6256927095785555 -0.6678520749337356 -0.6231860456119948 -0.5939648243099589 -0.5516956671209634 -0.5523025713022524 -0.5911223661553474 -0.6147422885892035 -0.6512610550986293 -0.6216579410949158 -0.5772615287643302 -0.5624095794045895 -0.4099408194938422 -0.2781547085225795 -0.1181723214930701 -0.07688629098738405 -0.09130073735806642 -0.07688674448682116 -0.12361846865736931 -0.22659413356294383 -0.27494124661121266 -0.46512786475967544 -0.5179103622637279 -0.540740702163329 -0.622118820132955 -0.6717956975393821 -0.6361913422650902 -0.6002910738304539 -0.564637869797734 -0.5657675973523822 -0.6150321421046209 -0.6407321230973708 -0.6838452119466407 -0.6580396530375309 -0.6224804175420048 -0.6003829121938106 -0.418672920332103 -0.2852022462246359 -0.11791000510656303 -0.07688792963885142 -0.09153557823990005 -0.07688578427648785 -0.12314048004702058 -0.22623548882455585 -0.2746262602946027 -0.4640981756120748 -0.5148272643574773 -0.5405112199412505 -0.6221213378078674 -0.6717856097563027 -0.6361961303472229 -0.6001612178553464 -0.5647861403652198 -0.5645345448056934 -0.6101634731979569 -0.6350068068933672 -0.7074682761384649 -0.6994959880829484 -0.6654584665005863 -0.6231142308290107 -0.4184589361245054 -0.28520386022423055 -0.11814911307296848 -0.07688664809941496 -0.09130088213409657 -0.0768869340543174 -0.12124516831704114 -0.22390372088903499 -0.2730043105094319 -0.46420437076513144 -0.5164964715549982 -0.5542621461148849 -0.6304366045959442 -0.6961552274496475 -0.6871853406008586 -0.6390275514481897 -0.5687867521587328 -0.5663669805009516 -0.6119514844766453 -0.6547414921662845 -0.7237657848035651 -0.6956234740527525 -0.6579030866277774 -0.6038194344611896 -0.4185521361021101 -0.2853507482003446 -0.11793644925011143 -0.07702862877851337 -0.09130002766441385 -0.07688604367504594 -0.12216088112961528 -0.22744867137983957 -0.2774975023978985 -0.4638078261497161 -0.5148272643574773 -0.5405083786326866 -0.6221236791483813 -0.6725219924567487 -0.6489861051181799 -0.6047274472032144 -0.5647720918121854 -0.5663560697849901 -0.6144502913698389 -0.6377549296522785 -0.6907898325392413 -0.6681439994149537 -0.6316444819542508 -0.6003829121938106 -0.4186939987616018 -0.2851880524285533 -0.11792442492957703 -0.07695104747287808 -0.09147117939390745 -0.07688583533481233 -0.1218890746142397 -0.22618894861261948 -0.27671651808831926 -0.46410454475359264 -0.5148272643574773 -0.5405124408359171 -0.6231895729109571 -0.6964332847898395 -0.6889457372878521 -0.6388943343379582 -0.5788141403306366 -0.5658493792663936 -0.6110494661314919 -0.6523364657374766 -0.7254584936245907 -0.6952108707461195 -0.6606988133934971 -0.6065466424374719 -0.4185072246197771 -0.2853552644551012 -0.12234652644301004 -0.07697453903809737 -0.09130004229509506 -0.07688605809703153 -0.12175606473777881 -0.22296263809194064 -0.2680824259474117 -0.3736617046609692 -0.4343354711052885 -0.5470341381275245 -0.6235232025138213 -0.6768317121418707 -0.6594399405734407 -0.6296970868823267 -0.5782912791043028 -0.5725913485929597 -0.6096692933458092 -0.6352949663442068 -0.7102302967198854 -0.7012275201370524 -0.6401566391140492 -0.6073389268900655 -0.4107034457509577 -0.2924622390142072 -0.12918589521907314 -0.0770580064372047 -0.09130001814309478 -0.07688603427212025 -0.12200658359803383 -0.2224903643134048 -0.2796882243048084 -0.3722340640141853 -0.4258292680873785 -0.4684769885174599 -0.6265222917891797 -0.6839174992501527 -0.6556856519866007 -0.6166449687646904 -0.5598738578886523 -0.554541540103868 -0.5954033793060685 -0.6224476215523638 -0.6742288368333006 -0.6543192955904782 -0.6169362718456538 -0.5675561246918477 -0.40989773159194703 -0.2781079845872177 -0.11816385054413805 -0.07688663681237279 -0.0913009185519614 -0.07688692253140779 -0.12201162145978557 -0.22679520038558618 -0.2777163107113498 -0.4638872775800625 -0.5148272643574773 -0.5403275787222086 -0.6233567183809952 -0.6868371768006096 -0.6897687885512704 -0.6501052908675589 -0.5731001462165096 -0.5646717331186791 -0.6107552625514283 -0.6546030186645644 -0.7156614438525527 -0.6659658153128436 -0.6227420632077777 -0.6003829121938106 -0.4186126367777316 -0.2852467411177509 -0.11788223272173301 -0.0771113443787048 -0.09130093788696303 -0.07688600806101818 -0.1233346060088419 -0.22653211683870927 -0.2749288899795596 -0.4603116428338029 -0.5148272643574773 -0.5402035945483474 -0.622741726001207 -0.6734054987217709 -0.6357441789050905 -0.6005403996145714 -0.5646381728413387 -0.5656216074795933 -0.6100045905838203 -0.6356779579619478 -0.6861533798943111 -0.6580396530375309 -0.6227350816211303 -0.6003829121938106 -0.4184558126192466 -0.2852934364316887 -0.11814648494210232 -0.07688573695220645 -0.09130009442310015 -0.07688610951864028 -0.12273395716040927 -0.226034875945818 -0.27443516350917385 -0.4641284540068432 -0.5148272643574773 -0.5404947468493593 -0.6223841331111241 -0.6915959047946935 -0.6895217893406937 -0.6593652308858383 -0.6036832360616551 -0.5905659015436582 -0.650156127213147 -0.6211197198603693 -0.671644568455444 -0.6434523163549115 -0.6083970067457812 -0.6068846329594277 -0.418440259800461 -0.2851336518131777 -0.11815248792141705 -0.07688720362509255 -0.09130147907513418 -0.07688747562891708 -0.12125085696632382 -0.22390451611933496 -0.2732395088864994 -0.4630744383758521 -0.5188655940648486 -0.5404144455936103 -0.6227446778870512 -0.6752931090397157 -0.6747025698870971 -0.6251275822582533 -0.5646510414339823 -0.5656323311477026 -0.6142594804189668 -0.6437904007227033 -0.7168438688911172 -0.6815299364097184 -0.6424308004589876 -0.6003829121938106 -0.41843232797574786 -0.28518447449581225 -0.11814585135374983 -0.07688689530100658 -0.09130049671888711 -0.07688650635529737 -0.12252579841025683 -0.22578119762978446 -0.2771013660403971 -0.4598800239270699 -0.5148272643574773 -0.5401761581643397 -0.6227151915666671 -0.6737868963879444 -0.6407630984468521 -0.6005527550622669 -0.5646171802159478 -0.5649786856308366 -0.6088215375760975 -0.6350084292242234 -0.6856756830140905 -0.6589894596749243 -0.6224725570090416 -0.6003829121938106 -0.4184283868444495 -0.2851727024620255 -0.12248546380001929 -0.07688698501360956 -0.09130058635329366 -0.07688659478196717 -0.12262159898810344 -0.22317476918907506 -0.26590923126024835 -0.37116368249467985 -0.4319528430588961 -0.5465263999272361 -0.622184074741077 -0.6727190586584242 -0.6452872192506567 -0.607227438423053 -0.5720791787033759 -0.5723194276596004 -0.6091291059943784 -0.6349383691062899 -0.6868680234591527 -0.6580396530373722 -0.6205598429235121 -0.6003829121938106 -0.41063933899070576 -0.29242960198490325 -0.12929960750077102 -0.07699894184974632 -0.0913000372989168 -0.07688605317246584 -0.12267961733499871 -0.22315282531800124 -0.2658857091666998 -0.3702130776295041 -0.42542406768681545 -0.46847699863180503 -0.625393602858158 -0.6681206415712738 -0.6231392827645025 -0.5943779318781817 -0.5513699429593075 -0.5517409892707003 -0.590748973898014 -0.6117500738509135 -0.6492588511492371 -0.6210047205214021 -0.5771825642423838 -0.5619306011193945 -0.40975643733532674 -0.2781743330047135 -0.11818075034745584 -0.07688684039938982 -0.09130044185795076 -0.07688645224383968 -0.12191191097762402 -0.22528037627285882 -0.27400102743671995 -0.46177920752561796 -0.5141132905901931 -0.539424027430372 -0.6215205261472486 -0.67250931800934 -0.6360247396811338 -0.6003610349461669 -0.5648133916934757 -0.5644304157787402 -0.6106060324114434 -0.6366611767483086 -0.6892016468142564 -0.658865998572112 -0.6222035277109915 -0.6003829121938106 -0.41839272950724604 -0.2850555103590034 -0.11806637518851072 -0.0768868008953733 -0.0913016526959881 -0.0768869134132229 -0.12266088205349869 -0.22620138900858314 -0.2756874522349611 -0.45975663144385676 -0.515782496158598 -0.5401340636035243 -0.623395148864333 -0.6729651075726668 -0.6547048409478745 -0.616260449487159 -0.5650524199649589 -0.5660783841615168 -0.6093728727882112 -0.6312341056242807 -0.702621020615762 -0.6765013457552665 -0.6352941393086948 -0.6003829121938106 -0.4182162417247575 -0.2853346444024641 -0.1178119437239467 -0.07710543269251775 -0.09130000276589648 -0.07688601911026481 -0.12243632019102144 -0.2256939044181104 -0.27891866042464064 -0.4598363194020584 -0.5143409907668768 -0.5398189574313532 -0.6228369826231601 -0.6729504163221544 -0.6512304910958914 -0.6127165087557063 -0.5646185309151048 -0.5656546163373106 -0.6090329736997121 -0.6371342126648603 -0.7109548473924094 -0.6855745475026556 -0.6444070476965916 -0.6002319660185668 -0.4180550202274463 -0.2851756972464548 -0.11814863682071236 -0.07688700897385677 -0.0913007224739804 -0.07688672908918891 -0.12197730061413974 -0.22518897620780345 -0.28272515711715385 -0.4599004204267786 -0.5141132905901931 -0.5400641925177031 -0.6222941644102628 -0.6967951773325547 -0.6873149944063224 -0.6464876918310538 -0.580243903914516 -0.5658407457378015 -0.613165732705437 -0.6554936933421958 -0.7337084799032478 -0.7016277661307512 -0.6609975346493215 -0.6071077661755233 -0.41804608917428976 -0.28517085070086906 -0.11814517147680914 -0.0768872300649988 -0.09130067118723614 -0.07688667848441932 -0.12162038093338383 -0.2290778311031658 -0.2783604788484219 -0.46116239268497455 -0.5141132905901931 -0.5397820132290659 -0.6225478383854924 -0.6725773932273855 -0.6495060952933467 -0.6051740970974512 -0.5647744023470556 -0.5647790361172084 -0.6095698030585783 -0.6338666763273408 -0.6868680234591527 -0.658039653037531 -0.6221950835337954 -0.6003829121938107 -0.41803345904343514 -0.28514803425740815 -0.12245657553078616 -0.07688703251045405 -0.09130063381066011 -0.0768866416036896 -0.12278054306147015 -0.2231798889785639 -0.2659231907939983 -0.37080669607483174 -0.43218058782733887 -0.5456154427944508 -0.6218571244009841 -0.6712640343895361 -0.6439712064953582 -0.6065067301096388 -0.572402174280835 -0.5716197547360025 -0.6107812511737706 -0.636775017194554 -0.6842026193175756 -0.6580396530373723 -0.6199794467585501 -0.6003829121938107 -0.41056453498379647 -0.29213987569603733 -0.1294874289642578 -0.07688696458735927 -0.09130119657894327 -0.07688719686251393 -0.12257568839764883 -0.2231417326002968 -0.2659191238217686 -0.370220752845804 -0.42565130722278227 -0.4684756121881827 -0.6245499614718285 -0.666930848095462 -0.6230638227378824 -0.5944784587702789 -0.5517958877115937 -0.5513691649515479 -0.5897314622164134 -0.6085229545106638 -0.6507344818177182 -0.621023925877093 -0.5771199698655488 -0.5611555532881665 -0.4098784915359906 -0.2780911690516124 -0.11803341373284187 -0.07688729635268331 -0.09130163603070521 -0.07688689680733951 -0.12295348692962506 -0.22634553161450244 -0.27455379935669877 -0.4594488029849374 -0.5148272643574774 -0.5397786523627573 -0.6236590737271844 -0.6721631469244597 -0.6365680104917691 -0.6008607714402602 -0.5648956066521164 -0.565013162778981 -0.6102604712768251 -0.6300336199019159 -0.6856724053257105 -0.658039653037531 -0.6216549628778026 -0.6003829121938107 -0.41767120635384897 -0.28525696478778145 -0.11813458235429003 -0.07688588839926623 -0.0913002441161792 -0.07688625717601802 -0.12307648364735402 -0.22615405226891724 -0.27466269822839695 -0.45954615463464793 -0.5143409907668768 -0.5397557073004808 -0.6229524565297961 -0.672069052755722 -0.6368416396878716 -0.6003133700838117 -0.5649652586185998 -0.5653314889910985 -0.6100832900385845 -0.6298618526004444 -0.68538434548281 -0.658039653037531 -0.6216426614458778 -0.6003829121938107 -0.41764692802778103 -0.28516920500510423 -0.11812638920021407 -0.07688688560990248 -0.09130048702382575 -0.07688659201104854 -0.1226456772494644 -0.22584257431118465 -0.27439824384306644 -0.4594160718947115 -0.5141132905901931 -0.5397456520937384 -0.6228949268578026 -0.6926387339619042 -0.688388961292701 -0.6538386160184777 -0.5949160854642939 -0.5811466315385941 -0.6300604607730871 -0.6630984450023049 -0.7239850640518573 -0.6945519096540117 -0.6556745772690373 -0.6044167443186905 -0.4175962984417926 -0.2850741634016598 -0.11801087389962316 -0.07688700017988305 -0.09130161688896271 -0.07688761162352387 -0.12123837979334143 -0.22408573060032685 -0.2730564021967954 -0.46309444737085037 -0.5143409907668768 -0.5394170877470579 -0.6227927835531436 -0.719241064339053 -0.7150442563360851 -0.6743632288066063 -0.6052562167755386 -0.5900489223852966 -0.647731358188412 -0.6970954804711272 -0.7673107022858021 -0.7408873827018889 -0.6997990992062865 -0.6345094938578709 -0.4172845275448759 -0.2852843153858169 -0.1181049655083621 -0.07689705351973664 -0.09130006814957693 -0.07688608360282584 -0.12115406908050737 -0.2239043913618088 -0.27300420482842397 -0.46317879321817085 -0.5155412397538778 -0.5396275504114704 -0.6261052307123682 -0.7191800261407747 -0.7169262811969395 -0.6772276681349679 -0.6122539379208601 -0.5928322286318992 -0.6484759046886228 -0.700356215589939 -0.7733391615821097 -0.7429992188895739 -0.7031589821770658 -0.6463057185122558 -0.4231894905268328 -0.2851609160759943 -0.12233108207015796 -0.07688710612088968 -0.09130147557111008 -0.07688747217373568 -0.12078357904386838 -0.221028957473158 -0.2645808566422157 -0.3775018897117813 -0.4485618801845959 -0.5654753815705277 -0.646533402474043 -0.7338869325518532 -0.7136399030181768 -0.6731111276303159 -0.6194515140810345 -0.6118255277396758 -0.6530266578936083 -0.6797485018605333 -0.7610675295934782 -0.7518926347464879 -0.6919819245706323 -0.6601783273866481 -0.43707432635056975 -0.29233467345954756 -0.0768866970383888 -0.09130075366197489 -0.07688675984357644 -0.12089153522021095 -0.22482244384049271 -0.2701910555195181 -0.42300861618140984 -0.4309679834531554 -0.48432488515928274 -0.6760150087400518 -0.6513512747287976 -0.609316068896991 -0.601615800771409 -0.5369430224910895 -0.5382803522196731 -0.5749191569688074 -0.5904583545993415 -0.5784984779457482 -0.6060892251766639 -0.5626009012913151 -0.5727516304770615 -0.4099730085571997 -0.2781172589075706 -0.11812422501450276 -0.07688628259833019 -0.09130061457614315 -0.07688662314864397 -0.1203494686367834 -0.2239037190181713 -0.27300478755794416 -0.5171750489692227 -0.5215065189638597 -0.5519782258215937 -0.642112408469892 -0.7406951671481828 -0.7346444448132461 -0.5857770043438488 -0.6158836267738887 -0.6013838054421058 -0.6659938768266465 -0.7066879660171884 -0.6086365090780251 -0.6434523163549118 -0.6064798516245298 -0.5857955755111915 -0.4022892639352799 -0.2853052964984929 -0.11804089811555667 -0.07694359545278304 -0.09130000990345853 -0.07688602669781167 -0.1201860115942971 -0.22390439015316838 -0.27300420362276084 -0.5644009296667645 -0.5827358341520037 -0.5272947491030888 -0.6425966848773615 -0.8179399747352384 -0.8544101037943994 -0.838619554418873 -0.7698178131458789 -0.7351598481922527 -0.7544146541285509 -0.7736373992382198 -0.7569109142496403 -0.7417495104540613 -0.6757413794692777 -0.5995505335095532 -0.4022602024137982 -0.28983405565858206 -0.11815440415922109 -0.07688607229745135 -0.09130045613593214 -0.07688646685355886 -0.12012921578514843 -0.22390356714731863 -0.2730046385935598 -0.4991652774590666 -0.5011951594759789 -0.536363380984164 -0.6994237551024984 -0.828028419759297 -0.8545895824937084 -0.8182970514061663 -0.7681693979209216 -0.7415419918024008 -0.7852593213739637 -0.8237134021780346 -0.8138026004778696 -0.7827487318908642 -0.7380377584536489 -0.6340411794459572 -0.40226990052656514 -0.2705440828834217 -0.11817252279149078 -0.0768865291457797 -0.0913009067874996 -0.07688691145025295 -0.1201296544028749 -0.22390400097377558 -0.2730050641435274 -0.5661027365200239 -0.5668336929691236 -0.60670623834738 -0.6118646200106251 -0.6591063506871562 -0.6235766346431433 -0.5858531117193077 -0.5985123811213625 -0.5910924527025511 -0.5930913954772632 -0.6123301673400663 -0.608560550280824 -0.6440218362823511 -0.6061904104794327 -0.5850817126425206 -0.41973594819293536 -0.2851988281120565 -0.11818172110425028 -0.07688619025505698 -0.0913005724904397 -0.07688658162881296 -0.12012932899899816 -0.2239036791371408 -0.27300474843479544 -0.49933194663025615 -0.5514417512567349 -0.5849575370201645 -0.6672643310956482 -0.6580409036579407 -0.6223865948207026 -0.5867043150762672 -0.5498964745270646 -0.5672981977011508 -0.619248548299095 -0.6659316755370431 -0.6877539438030804 -0.7166265606948529 -0.6795277982694666 -0.6294222765238644 -0.41691091627773397 -0.2851909762861169 -0.12249250841481511 -0.07688725704019311 -0.09130070198972738 -0.07688670886352049 -0.12110916507641199 -0.22102903107684757 -0.2643461223202073 -0.37437530942847264 -0.4343360956187025 -0.5465652863266404 -0.6237549061908702 -0.6827476923954908 -0.6621869188538313 -0.6253881293780825 -0.577793893920276 -0.5749584201842299 -0.6167499108348502 -0.6343100985974864 -0.6598537296020733 -0.711957430683883 -0.6555298167327536 -0.6292808342394968 -0.4099968935638724 -0.2925624424604008 -0.12924655993256867 -0.07704958757439222 -0.09129996657755467 -0.07688603396146006 -0.12130157505737593 -0.228790640632402 -0.26927516004803353 -0.3743754020104179 -0.42722037258782375 -0.46966702990288445 -0.6249662358717679 -0.6702985774212468 -0.650971995344987 -0.6175649022782751 -0.5554564605727217 -0.5524088812599761 -0.5941196875253656 -0.6093354673161242 -0.6096426652886089 -0.6382227845135806 -0.5918451092849318 -0.5617818065100142 -0.4099889655037544 -0.2781236166958889 -0.11816315164516979 -0.07688693482205126 -0.09130121324277862 -0.07688721330018315 -0.12203409170319728 -0.225422048100654 -0.29061669724326794 -0.46518025019612935 -0.515541239753878 -0.5386925300416261 -0.62250199424804 -0.6722192473403136 -0.6579662141215903 -0.6188059663615758 -0.5644493780796173 -0.5648866863682981 -0.6076920470432723 -0.6431410330292264 -0.6683794165112186 -0.7006499119902052 -0.6611173159120804 -0.6037184303945984 -0.4168908099258302 -0.2853596676737371 -0.11811176450282117 -0.0768942609645357 -0.09130006908154378 -0.07688608452210048 -0.12197569731273306 -0.22767923747617452 -0.2775815421635019 -0.46508220727713906 -0.5162547112942436 -0.5389127743749852 -0.6236482617764387 -0.6969871187585497 -0.6927661350761444 -0.6524254401916262 -0.591753269279094 -0.5750622253936567 -0.6248140719776171 -0.6595110084069952 -0.6764231783876827 -0.7082617651035917 -0.6674992055443971 -0.6150648768650229 -0.41721538828610916 -0.285107551569202 -0.1181344224428951 -0.07688685083578856 -0.0913010832845108 -0.07688708557208472 -0.12097990691870596 -0.22390417386596254 -0.27300523375432206 -0.47985472866649564 -0.5330292293691045 -0.5820948674582817 -0.6676081777219469 -0.6583595254603019 -0.6458052870356499 -0.61539852328714 -0.5514709342848765 -0.5506430604638434 -0.5933930544297773 -0.6101853817859452 -0.6106407207502967 -0.643452316354912 -0.6053243128291971 -0.6288619342470202 -0.42051586976674116 -0.2854057125541995 -0.1180333119359497 -0.07694103107781056 -0.09130006134314714 -0.07688602704326028 -0.12069803139934068 -0.22390370893689154 -0.27300420387110763 -0.46413012735182596 -0.5164964715549986 -0.5386747351867165 -0.622734712373153 -0.6792999533064639 -0.6816734643944903 -0.6342922307568755 -0.566398633828056 -0.5648200981523968 -0.6077797918048542 -0.6324844068212347 -0.6553217846174001 -0.6863719912730484 -0.641634263091917 -0.5972669324440736 -0.41706031459601145 -0.2854002974166551 -0.11782141749361899 -0.07710710123909255 -0.09130000222501491 -0.07688601857406448 -0.12205295998047029 -0.22884164144638475 -0.27839120574175436 -0.4628477532418855 -0.5148272643574775 -0.5386723323902274 -0.623795630698301 -0.6727581577796542 -0.659294618136466 -0.6212754366910845 -0.5644555159660889 -0.564781980219381 -0.6077796134440272 -0.6258639889266422 -0.6427872890036681 -0.679232317459789 -0.6376926761068099 -0.5970158018569315 -0.4168878861709191 -0.28541485429828506 -0.12243356091151299 -0.07691738796382078 -0.09130006375769026 -0.0768860792690122 -0.12210252488011014 -0.22261820024831605 -0.2699811889092954 -0.37139045907055224 -0.4336215700741979 -0.5443492950122877 -0.6233417920712342 -0.6743297499097988 -0.6472254729956393 -0.6177824998588588 -0.5720992795304348 -0.5724924809651578 -0.6115248087600081 -0.6247075245325271 -0.6563419254647697 -0.6998880132438388 -0.6412397321770824 -0.6149796188464572 -0.4100574795133967 -0.2921671180434012 -0.12952801350142992 -0.07688772410172204 -0.09130007126317646 -0.07688608668585575 -0.12148974596835033 -0.222120624167699 -0.28024819927919264 -0.3713993075343312 -0.42741018573459727 -0.4684770776141143 -0.6221890500856877 -0.6642561567317853 -0.6231010364608159 -0.5946589159909015 -0.5518292717571568 -0.5513847507934916 -0.5885278986371806 -0.6025621560214354 -0.5884640652887214 -0.6177714481632993 -0.5771561238059133 -0.563465520582954 -0.4100852882723713 -0.2782880271518053 -0.11782783677814243 -0.0771131145632611 -0.09130000027554241 -0.07688601665387834 -0.12217207677721345 -0.22540918231612547 -0.2787403226335759 -0.4604577038732875 -0.5148272643574777 -0.538636052425143 -0.6225508872636226 -0.6725988995851244 -0.6527464512542998 -0.6125625746174967 -0.5654091082457733 -0.564636547793048 -0.607881866859003 -0.6227180540474673 -0.645657054913857 -0.6811851153714863 -0.6365981292815297 -0.5962634712837934 -0.41685866359622753 -0.28505333418989764 -0.11817088983650281 -0.07688659760094875 -0.09130145327189355 -0.07688745015532798 -0.12207853041909428 -0.2257531868119367 -0.27707861056592753 -0.46201617822792057 -0.5148272643574777 -0.5386055864334752 -0.6225505100009688 -0.703612491627843 -0.6945507353183771 -0.6588452100232256 -0.5983907442286995 -0.5839573423418108 -0.6304826675390142 -0.6680565832731505 -0.6841574083838549 -0.6633368424654819 -0.6671169351157858 -0.6168980690537191 -0.41682129327973627 -0.2850493056787706 -0.11815444195801147 -0.07688661883342193 -0.09130173006002086 -0.0768877233098649 -0.12141588191871139 -0.22819313616002215 -0.27804568854479433 -0.4599213389314612 -0.5148272643574777 -0.5386012672646411 -0.6227675938737662 -0.7200134132673154 -0.6217097186959615 -0.5860172624226144 -0.5849363148742219 -0.5843823300557818 -0.6325955177860804 -0.664120239553332 -0.6840569286440442 -0.6662157872644293 -0.6708169340539853 -0.6219947625183796 -0.4165632137389619 -0.28536843136041196 -0.11803458452740517 -0.0769664275612288 -0.09130005240629194 -0.0768860680739856 -0.1208599636836336 -0.22390437241320316 -0.2730041858932087 -0.46531797507779893 -0.5179103622637282 -0.5500609312030773 -0.637523220569451 -0.7286373245347649 -0.7228360172415624 -0.6781351391043771 -0.613569679186133 -0.5967214473422077 -0.6554332809801239 -0.6944629762996062 -0.6100197091138302 -0.6548000819899438 -0.6905900899790152 -0.6461986876774045 -0.42070891933466026 -0.2853151679210288 -0.11815395086735919 -0.07688583189251741 -0.09130016846796374 -0.07688623241155744 -0.12065396908249136 -0.22390453911556468 -0.27300435246641985 -0.47921212697524734 -0.5284315931876091 -0.5686152786677202 -0.6525956563988492 -0.7460814075108875 -0.6215781941963845 -0.5859735467183628 -0.5932795507935549 -0.5895715953440701 -0.6552617865504478 -0.6938303039518212 -0.609318463043702 -0.5926785698864795 -0.6653086294588427 -0.6208887928249516 -0.41665635019904773 -0.28534800123019516 -0.1221781487330797 -0.07710924216571226 -0.09130000216468422 -0.07688601852170428 -0.12086541884440238 -0.22406892090424765 -0.2682647266495704 -0.370440631960135 -0.43195229713711375 -0.5539110204880253 -0.6469631105647072 -0.738932437664163 -0.6294353922178227 -0.5939036771855223 -0.558448060116658 -0.577525752425636 -0.6270746618725618 -0.6458279047214477 -0.6786217341140827 -0.6812281141056242 -0.6787819863019717 -0.6544825123422342 -0.4304502504349599 -0.2922684923419625 -0.12953876716867957 -0.07688589883506046 -0.09130023472811719 -0.07688624845552179 -0.12064949360758868 -0.22357371514168164 -0.26922947064616287 -0.3734257346731054 -0.42582958881254074 -0.4690718312350491 -0.6337306528264628 -0.7026747466958053 -0.6752719507312892 -0.642113560376277 -0.5859524112287992 -0.5827998487148383 -0.6279542523236867 -0.6449522788563162 -0.6401887008546541 -0.6142013649656393 -0.6198326014209328 -0.5660328452417381 -0.4101406451871266 -0.27833741586476035 -0.1180301743826483 -0.0769713664750191 -0.09130004335070253 -0.0768860591445533 -0.12118138736298006 -0.2273101612150688 -0.2791891165526246 -0.45952810696343455 -0.5148272643574777 -0.5382352412325996 -0.629149593521653 -0.7247646442240822 -0.6226341101930395 -0.5876364501154107 -0.5506384590971782 -0.5504948720128419 -0.5933237244239302 -0.607942249465054 -0.6565923480633609 -0.6469591312266073 -0.6622580313387889 -0.6150887213174674 -0.4168899448040862 -0.2851750984876128 -0.11815644312839917 -0.07688654782275531 -0.09130087711187015 -0.07688688216240587 -0.12049295021181711 -0.22390397160110428 -0.2730050353310259 -0.4657305315408154 -0.5122066660104043 -0.5443484788317156 -0.6246960246402721 -0.7218516589701024 -0.7089347692379534 -0.6660381819183709 -0.594594047857885 -0.5694076297497591 -0.6233497529065846 -0.6574172259064 -0.6767417050763691 -0.658981209747455 -0.6673448052668697 -0.6167213813595073 -0.4169066676694798 -0.28520381208949197 -0.11815445282798148 -0.07688664135973504 -0.09130092305058393 -0.07688692698314395 -0.1213952386159489 -0.23023637192562665 -0.2788419660222412 -0.45945346144665355 -0.5131454993009624 -0.5416848746648354 -0.6372774971340028 -0.733548229091026 -0.626576137771909 -0.6572458923797032 -0.6020633072113126 -0.5863063937476788 -0.6353775219490297 -0.6731160388285792 -0.684340773048764 -0.6679946281280028 -0.673276477422416 -0.6192657938402898 -0.41692826724351856 -0.2852957378948737 -0.11815915952745236 -0.07688694429154447 -0.09130038508952504 -0.07688639624082422 -0.12114999130506751 -0.22715264027322804 -0.27921860896572087 -0.45955690705020114 -0.5112361817659574 -0.5487519376079687 -0.6442992251939879 -0.7374693064183024 -0.6217241768625615 -0.58619007464735 -0.5519114150378607 -0.5501264330382775 -0.5945090005752978 -0.6084696080419502 -0.6041202046139308 -0.591970213109024 -0.6651882349335402 -0.6241141763537725 -0.4170848994881228 -0.2852964230672763 -0.11787730161250641 -0.07710931719665758 -0.09129995140054649 -0.07688601904701171 -0.12059270044979552 -0.22390433406515245 -0.2730041475812646 -0.4898737959708742 -0.5550794639935136 -0.5242191714865626 -0.6079656815962101 -0.6889666126811236 -0.6987376603331333 -0.6619522492439162 -0.6012932882799896 -0.5602605300303047 -0.6046800593369305 -0.62435915153429 -0.6376715580692306 -0.6184481255994052 -0.6384359954876636 -0.5818417772928756 -0.40240564076619834 -0.28623407891482777 -0.12221526536286578 -0.077057000270066 -0.0912999698684761 -0.07688598722262997 -0.12012874262320616 -0.22102838015348966 -0.2643454786431403 -0.4205169085847713 -0.4193186206739495 -0.530707748406535 -0.6085232212980697 -0.7144871142922004 -0.6912519131491204 -0.6914356459160483 -0.6329029330644613 -0.5998612371357132 -0.6124408379193959 -0.608275412106324 -0.6426476534722636 -0.6343066498898444 -0.6171009114454311 -0.5796042532384126 -0.3954436341665864 -0.27782803716555715 -0.12934666607462192 -0.07699915136604672 -0.09129999028831126 -0.07688600735110313 -0.12012876249507744 -0.22450928933709266 -0.27151754326447003 -0.35503411078783315 -0.41105226406232004 -0.45369973154865334 -0.609688991798408 -0.6528061166658304 -0.6091848025105634 -0.5800839613831227 -0.5370243227565067 -0.5370392043087304 -0.5737464587161377 -0.5876710951246575 -0.5750396533324589 -0.5540313180224924 -0.6135176520869822 -0.575335207842551 -0.4103372405619906 -0.2780470756344393 -0.11811039266783228 -0.07688708917529456 -0.09130145885434308 -0.07688745566688897 -0.12062595852875484 -0.22390448683333689 -0.2732322112103746 -0.4639288153609317 -0.5102279512306808 -0.5383438547112741 -0.6295120902274831 -0.7314174061323523 -0.7234560560663724 -0.6797547458871186 -0.5982676132082825 -0.5672356398568366 -0.6196805317801862 -0.658661478829908 -0.6794767691750304 -0.6678240391351523 -0.6720268182329581 -0.6145059120502299 -0.416909641169619 -0.2853340707700384 -0.11814883519700223 -0.07688674792068348 -0.09130013841850308 -0.07688620286795801 -0.12116564967509959 -0.22390383349782034 -0.2730044216128836 -0.4600147851672148 -0.5099670230210969 -0.5470971445824476 -0.6273061176801593 -0.7242608532272072 -0.7204448550708101 -0.6817199795759851 -0.6183319773980562 -0.6082273626754018 -0.6573519782959122 -0.6909515758819075 -0.604009019101747 -0.6202743644212415 -0.6795592932863294 -0.6288751248313869 -0.41704259870935617 -0.28536915710100086 -0.11788989516596303 -0.07708264251905052 -0.0912999608200702 -0.07688602829851479 -0.1206871313393133 -0.22390433418070751 -0.27300414768413256 -0.4871100308873955 -0.5401351221919656 -0.5838558243636834 -0.667763690322227 -0.6581969037966792 -0.6226563715048028 -0.5864191783774916 -0.5510314610634964 -0.5769536242371787 -0.6442147700572155 -0.6939447828764423 -0.7004383814198922 -0.6774304742680451 -0.6815613230638278 -0.6242896844841969 -0.4171416111017548 -0.2851597164185474 -0.1180454743722334 -0.07688745911306584 -0.09130182390911605 -0.07688777191350236 -0.12129583834449649 -0.22390378746093043 -0.27300344026815376 -0.4583548957349267 -0.5089601835894331 -0.5379944957784139 -0.6226545335045989 -0.7178169955142641 -0.7160746089227413 -0.6766100968550502 -0.6050789097499815 -0.5824864798945836 -0.6339314266455123 -0.6757406831655643 -0.6867121145942116 -0.6675969219713592 -0.6764306078671825 -0.6190413647952381 -0.41691928249011834 -0.28544176930689535 -0.1180626378195019 -0.07694781326780736 -0.09130005895643863 -0.07688607453490108 -0.12104633805743974 -0.2239037074228194 -0.2730042972310521 -0.4631726702085746 -0.5112570195484786 -0.538990414633131 -0.6226447107141201 -0.7113581117747022 -0.7069546231193363 -0.6630260288052454 -0.6014909007881015 -0.5886457395809067 -0.6514447723840174 -0.609268888340149 -0.6045332331148756 -0.5919702131090242 -0.6026210418329379 -0.6276511344715788 -0.42247502161472605 -0.2852439874719865 -0.12249871232854044 -0.07688610372449949 -0.0913004865970845 -0.07688644796374397 -0.12097369046809321 -0.22102882520368167 -0.26434591873748603 -0.37507337099867216 -0.4421334658143553 -0.5546832041204968 -0.6253284867333738 -0.708505744054246 -0.6847794081921204 -0.6488063635301438 -0.5869007261507055 -0.5818851012229534 -0.6264636615355845 -0.6447432753890132 -0.676232722045467 -0.6669199075517426 -0.6577728655556238 -0.6288850674139687 -0.4101154730570883 -0.2924503384447171 -0.1293044039887699 -0.07707442969631499 -0.09130000897977812 -0.07688602523960755 -0.12188585150313148 -0.22227731166713185 -0.28478844742250625 -0.3694991295318491 -0.42563948978442756 -0.46847697452291964 -0.6238701454536988 -0.666559332681996 -0.6232509795259537 -0.5944922531093716 -0.5517285230210405 -0.5514048295981485 -0.5885714982701742 -0.602300389133931 -0.6020698235408782 -0.5753810015701408 -0.5827431706246832 -0.563229039737254 -0.410191597393582 -0.2780462865331715 -0.11814009503714278 -0.07688645821399702 -0.09130131654147924 -0.07688731523745311 -0.12186886626416969 -0.22625898352487353 -0.276473317573672 -0.45853596031702504 -0.5087119237867037 -0.5383672835259122 -0.6225770790672096 -0.6904448729615804 -0.6853139613832218 -0.6517551519026378 -0.5979321991784234 -0.5824047295712038 -0.628086779579453 -0.6635332361799007 -0.6771790735402445 -0.6564543878644666 -0.6676012434161958 -0.6205120255672882 -0.4172292480599621 -0.28512542697310356 -0.11807131625314991 -0.07688734389589408 -0.09130166522546829 -0.07688765979584951 -0.12094772344590435 -0.22413853035157286 -0.27300332013064776 -0.46012775188328364 -0.5144839455746822 -0.5520966315003782 -0.6439821605143982 -0.7309359501212442 -0.6219811730244327 -0.5862353814167588 -0.550079367382995 -0.5505286956296634 -0.5934550717039289 -0.6083128233172943 -0.6017376563965025 -0.6482445456473398 -0.6688724398069098 -0.6241339114892078 -0.4172026651543855 -0.28510648264025124 -0.11809444304093142 -0.07688734876790947 -0.09130167005475245 -0.07688770893527916 -0.12081596090498567 -0.22413819545459865 -0.2730033251511724 -0.4583419713095727 -0.5189859056928319 -0.56735062739048 -0.6658282284964475 -0.6591014866201088 -0.6245504670866249 -0.5871097548535407 -0.5612028752330991 -0.5506838165694152 -0.600209981913229 -0.6283391350779175 -0.6035707877096683 -0.5855724116083199 -0.6029229371818999 -0.5809027867929359 -0.42464092572048917 -0.28526464078151587 -0.11815559555514686 -0.07688633131857904 -0.09130066280057593 -0.07688667071991033 -0.12015778197848438 -0.223903765558753 -0.27300483320968805 -0.48924599777549 -0.5641194145182306 -0.5246326786135589 -0.608735493099197 -0.6599238069906221 -0.6533872777464101 -0.585999597189145 -0.5509381926513277 -0.5499471858513789 -0.5946297826400544 -0.608799034934559 -0.6020057137302853 -0.5883960488025 -0.6029308796638212 -0.6010536780330616 -0.41728904147044166 -0.28516054788542977 -0.11815339174403018 -0.0768865750967578 -0.09130090412240802 -0.07688695566485836 -0.1206332556298435 -0.2239040037928615 -0.2243725784490008 -0.45850293787352686 -0.5228671639604467 -0.5764913811765464 -0.6718184240518545 -0.6581645188928361 -0.6294665736916841 -0.5958924044564676 -0.5499576962204716 -0.5501844327381432 -0.5933101722328021 -0.6076803583055248 -0.6027639155507226 -0.5859132265562665 -0.6395401564064204 -0.6174671415247436 -0.4172072073255619 -0.2851405419750759 -0.12237237206732424 -0.07688733390729341 -0.09130170034777821 -0.07688769398838384 -0.12068318122752013 -0.22126320889956158 -0.21571211530978388 -0.3693853262340646 -0.4476271893563031 -0.5768676459123327 -0.6659268950075079 -0.6594576076115827 -0.6303806728322644 -0.5949730324767616 -0.55763485413564 -0.557783324165933 -0.59469080181549 -0.6074319458094675 -0.6014808504451149 -0.5797510653486987 -0.6029413229829925 -0.6201482768734297 -0.42071222525293733 -0.29246659067096337 -0.12931609533944952 -0.07701218381058109 -0.09130003631267797 -0.07688605220094466 -0.1205687304669288 -0.22288203508260693 -0.2195605362321574 -0.3693853489427697 -0.42523440413822694 -0.4978602365945594 -0.6093380042466026 -0.6517506338073529 -0.6091052458631298 -0.5947717650322619 -0.5369073903716308 -0.5371667335385828 -0.5745633067477512 -0.5885936981410519 -0.582859739105395 -0.5543075756444136 -0.5626848628176898 -0.5627274456772983 -0.4101870740584949 -0.278351720733393 -0.11795963615609742 -0.07699530328457703 -0.09130004224658402 -0.07688605805270755 -0.12077872573165536 -0.2287036348680474 -0.22850959360974143 -0.45842491229841936 -0.5099489239247053 -0.5464603776899164 -0.6371889227847749 -0.7404777833118972 -0.623178589695854 -0.5867625255411959 -0.5501938599000307 -0.5507346628229367 -0.5934504903313993 -0.6073168698136711 -0.603605408566831 -0.5848633030834505 -0.6556952099871273 -0.6161419767947801 -0.41728151934250496 -0.2851210795378768 -0.11807767135517706 -0.0768870749794333 -0.09130139898580293 -0.07688739707677258 -0.1204428098014021 -0.22390448083374295 -0.22457966001495702 -0.4643144933932456 -0.5130353045265009 -0.5636741005210479 -0.6465347204340028 -0.735653101639477 -0.729010752143537 -0.5860243959826323 -0.5499141029081648 -0.5681250236116963 -0.6369813716102873 -0.6895158027522731 -0.6025271935762146 -0.6294250653335512 -0.6691814420903504 -0.6269358140480403 -0.41729995244735424 -0.2852517922606484 -0.11815604347747616 -0.07688631425057549 -0.09130064589619709 -0.0768866540388421 -0.12079646992047656 -0.22390374899274681 -0.22437232849705446 -0.46125376854023464 -0.5297498326871158 -0.5811644762592175 -0.676232771521525 -0.6584494411392876 -0.6253928700675646 -0.6006658611599471 -0.5548999768011035 -0.5501840714477982 -0.5932523403008771 -0.6087085573187292 -0.6057683846073141 -0.5905373068097923 -0.6026632705819233 -0.6228839970132384 -0.4246861128932206 -0.28520193126457677 -0.11816818246270745 -0.07688652466244264 -0.09130090186442248 -0.07688690606710313 -0.12048041129128292 -0.2239039552241523 -0.2243725308043009 -0.4711819996801796 -0.543033747386878 -0.59009920123641 -0.6753081043532589 -0.6591244304446461 -0.6233163980783597 -0.5868176396679452 -0.5501828942118402 -0.5499973630973632 -0.5933894106929053 -0.6103004890802307 -0.6095492136305121 -0.5905373068097924 -0.6026476672411096 -0.6128526677848142 -0.4192880289546686 -0.28514703154286447 -0.11806317456311907 -0.07688718872225127 -0.09130151161460752 -0.07688750819934859 -0.12036483300425742 -0.22390459157085738 -0.22460603008941288 -0.4794049461390786 -0.5382374875808854 -0.5817935112232789 -0.6638695530015353 -0.7526573535443457 -0.6227653339742062 -0.5866136594052619 -0.5966476148892641 -0.5901933713149438 -0.6536220337910644 -0.6967193369815615 -0.6057649947173673 -0.5883960488025004 -0.6026427311507112 -0.6125539511727136 -0.4173031991441598 -0.2854200624797544 -0.12231462782042392 -0.0769754098698299 -0.09130004924746911 -0.07688601506977664 -0.12052450614588216 -0.22102839968908772 -0.21571300950292566 -0.3859010314550133 -0.4528847038629867 -0.5792486522137248 -0.6594656856544303 -0.7520641957442407 -0.6313613495142374 -0.5955828677030043 -0.5581099939117319 -0.5959308773047302 -0.6503135495455363 -0.6698126235416603 -0.6038605522560047 -0.5833157254885675 -0.662659854223071 -0.6496426075265848 -0.4341737102938219 -0.2925115632331974 -0.1293150266176684 -0.07700272039724108 -0.09129998902834888 -0.07688600610838776 -0.12026443906193907 -0.2237907644734694 -0.22072925309389266 -0.37092709551182473 -0.42504406106370574 -0.4762889197133281 -0.6570197158480983 -0.7350909469859851 -0.610028740489695 -0.5825104035907427 -0.537481441433484 -0.5370997628999925 -0.5754997938495136 -0.5888507617086804 -0.5741207748554844 -0.5517152128611169 -0.5627372663942618 -0.5657687813606165 -0.4100895986809309 -0.27829377967356467 -0.11817391443725714 -0.07688614790095293 -0.09130048123719597 -0.07688653988860795 -0.1205779445825043 -0.23058702821843147 -0.2251563830567484 -0.45861842171684547 -0.5277785389022144 -0.5829245012093518 -0.6698651120101997 -0.6585444568515557 -0.6233993238924469 -0.5876883497664043 -0.5515350767758485 -0.5498912764229625 -0.5953685582584431 -0.6073950451366054 -0.601062251364066 -0.5823593923295052 -0.6029471539530942 -0.6198764719750339 -0.4203377219086614 -0.28510185917546865 -0.11808235541107867 -0.07688744814906806 -0.09130181308306645 -0.0768878052526759 -0.12062722233856238 -0.22393455646238405 -0.22437093738315395 -0.47862106327671683 -0.5436149689906115 -0.5247231079688998 -0.6088930915413723 -0.6666984593801005 -0.6502097893062785 -0.6017998297761867 -0.5508109464326818 -0.5508769835249316 -0.5940506375424741 -0.6101380561761762 -0.6057727156839204 -0.5905373068097929 -0.6029728332957134 -0.5819289340277892 -0.41786308028694436 -0.28535485662640053 -0.11816263652066224 -0.07688687420098884 -0.09130031492416774 -0.07688632702610619 -0.12046971521994607 -0.22390463023829593 -0.22118350427643987 -0.47333364231008074 -0.5352230402994688 -0.5813000348196056 -0.6680441277000153 -0.6583830146170927 -0.6219895589802458 -0.6023206578128745 -0.5599320009230325 -0.5500233190497629 -0.5933888086357413 -0.611863348088163 -0.6012459042135128 -0.5823593923295053 -0.6029833416078815 -0.6258904014702922 -0.42440669171693557 -0.28514175328540453 -0.11806550190072342 -0.07688731798376562 -0.09130163957550755 -0.07688767895310869 -0.12047481374944323 -0.22413840281024786 -0.22022228783137401 -0.470170442285014 -0.5445098204956746 -0.5931696538092365 -0.6080580448170413 -0.657671715910859 -0.6315272347725861 -0.605383312866981 -0.5552984473652264 -0.5499567928354011 -0.5934454786808124 -0.6072734615573089 -0.6062991118536433 -0.589828955126573 -0.6029584597927601 -0.5814250622569688 -0.4221371127507304 -0.2853858443480002 -0.11814232797418604 -0.07688576018939146 -0.09130009750092707 -0.07688611309795704 -0.12015452151586363 -0.22390447290275012 -0.2243717978452048 -0.49573191459236393 -0.5616621362691946 -0.5235147338125333 -0.6080928356091575 -0.6625591886775745 -0.6660632360498582 -0.6352202991562422 -0.5500718715416119 -0.5501031236134533 -0.5933210809213352 -0.608627192023181 -0.6013270181168251 -0.5873461328803394 -0.6029424833242879 -0.622310398285543 -0.4196305432142853 -0.2851920910359075 -0.12236084965263558 -0.0768872843046369 -0.0913016062279015 -0.07688764615515989 -0.12028344740764974 -0.2212631668766999 -0.21248667750145356 -0.399509940006917 -0.47789355208887746 -0.5984791386372057 -0.6755265173265889 -0.659075875343555 -0.629455096196184 -0.5947934962257133 -0.5580005154846983 -0.557878618743223 -0.5951176593152555 -0.6076245993679293 -0.601939073968335 -0.5782363326245031 -0.6612257956957706 -0.6374610190600252 -0.4212806791282355 -0.292512068137088 -0.12928377060903395 -0.07700886906301384 -0.09130003747650191 -0.07688605334164458 -0.1205279522093701 -0.22435184175531345 -0.2147229454217808 -0.36879386423152494 -0.4250446338089608 -0.453699724683434 -0.6097628548066368 -0.6533114696307166 -0.6098936551924226 -0.5799865072077989 -0.5395670490515498 -0.5370223913810235 -0.5738219159171525 -0.5893428333084008 -0.5741818804011128 -0.5488768855495249 -0.5627600810846718 -0.568852722168961 -0.41021028280767236 -0.278034913191117 -0.11814684721486421 -0.07688708519115718 -0.09130145492425203 -0.07688745178880256 -0.12059954583002397 -0.22390448303030702 -0.2199902869789108 -0.4583217323359442 -0.5170365205624822 -0.5619332312955222 -0.6506063882920724 -0.6580369340855774 -0.6230534005183298 -0.5859896426926062 -0.5529277899005373 -0.5507763741548988 -0.5934819396051476 -0.6082555156515553 -0.602507950345388 -0.5866377761028843 -0.6030744980927247 -0.6257555238888387 -0.42573959341520706 -0.2852192686354039 -0.1181654007987823 -0.0768863125483801 -0.0913006442223506 -0.07688665240156643 -0.12021522909229279 -0.2239037475561472 -0.2215080586788601 -0.4884851429672526 -0.5455427768156097 -0.5909752591611185 -0.6092770736704259 -0.6782953603090858 -0.6722085619427813 -0.6316768520262243 -0.5740887726575385 -0.5686034179140287 -0.612244296249806 -0.632620787130005 -0.6402228251005702 -0.624049439392196 -0.6328014616786726 -0.5851083000851712 -0.4335406809017074 -0.2851090996764095 -0.11806267595027382 -0.07688748378509748 -0.09130184873241066 -0.07688784089719884 -0.1203646847196319 -0.22390368633595228 -0.22310456829195685 -0.44519191163362093 -0.49659712161709707 -0.5358212491308834 -0.6718790833375634 -0.8176318194634153 -0.829671906398822 -0.8402871179124218 -0.782409595596499 -0.7620555928437902 -0.797827592394258 -0.8110676120941447 -0.6419506440358794 -0.6238284051672522 -0.6132658721341309 -0.5818316475515288 -0.4026337419320481 -0.2705928763721258 -0.11806526667287219 -0.07688743920070279 -0.09130175959732119 -0.0768877529315894 -0.12028770132833112 -0.22398059935213696 -0.22437092244576506 -0.4461346846409063 -0.5306363527772407 -0.583614039349652 -0.6695756886596079 -0.6594436044030761 -0.6245114342323704 -0.587461709395366 -0.5932700376460418 -0.5839459306164492 -0.652605677172039 -0.696778255153168 -0.6067058527841183 -0.5934031194330978 -0.6032479078146294 -0.6182741237959105 -0.42186969481515546 -0.2852291126896395 -0.11797396487310959 -0.07688775758911905 -0.09132534584898801 -0.0770986400541807 -0.12036403467851514 -0.22390392748444676 -0.22437125285999518 -0.4906383651934847 -0.5447599346030019 -0.5888538312532177 -0.6724771756845407 -0.6591966161094733 -0.623171991342983 -0.5885201121850018 -0.5506562899457175 -0.5513055260971054 -0.5931748171061381 -0.6076309629524099 -0.6015779919231491 -0.5823593923295061 -0.6029662870452174 -0.6373925394718223 -0.42635669418408734 -0.285145889045709 -0.12241990975803656 -0.07688719904508681 -0.09130152182028824 -0.07688756313299518 -0.12032394634597236 -0.22105429422537481 -0.21210957433149727 -0.41696232581419074 -0.4171372319575278 -0.5305028956385053 -0.6087115153064395 -0.7089768072179751 -0.7227920307876912 -0.7162179840451732 -0.6671981221690434 -0.686351451371641 -0.7335556461832463 -0.7176696659833334 -0.7335808714789182 -0.6958142275160475 -0.6651835948311975 -0.6101701096072106 -0.40843255702610914 -0.27758811789656346 -0.1295461387904319 -0.07688664351338582 -0.09130097183222875 -0.076886975596676 -0.12012971771346685 -0.23265327155724544 -0.2340762499109822 -0.35551218169694315 -0.41069415979075596 -0.45388763030649626 -0.624982080969659 -0.7152879861621547 -0.7590469684267407 -0.7806575282581432 -0.7447110416804653 -0.7455475494990178 -0.7792526599336339 -0.58965333008512 -0.6657896931758179 -0.5469171834304155 -0.5628579092409866 -0.5483201915604816 -0.41013233841166674 -0.27836132419171233 -0.1181605956534318 -0.07688578102210543 -0.0913001688360464 -0.07688623277338905 -0.12012893567754408 -0.22390454028331447 -0.22008935193372348 -0.5099710763713545 -0.5215462958187229 -0.5233141405537497 -0.6086911804916667 -0.6613922642775492 -0.6712817756966323 -0.6280320291021144 -0.5533402505293884 -0.5509940538247394 -0.5968397935877606 -0.6230242031108196 -0.6310590852743201 -0.5823593923295062 -0.6029742480301608 -0.5821745121333209 -0.4234123960372644 -0.28507408929870326 -0.11815421631041219 -0.07688694225989892 -0.09130126758817433 -0.07688726742247885 -0.12015867649370028 -0.2239043484197113 -0.22150864813315296 -0.5099139894417345 -0.5223438867946817 -0.5234477468430261 -0.6096898805064316 -0.6909861091912664 -0.7001677720171209 -0.6881781015423728 -0.6468274124768367 -0.6639954610469679 -0.6904345259105389 -0.7140022066252524 -0.7075991031757554 -0.6724289448977988 -0.6709142320664039 -0.6057157324391375 -0.40275188812717966 -0.27060965394008735 -0.11799016916304374 -0.0768877111430625 -0.0913020288688723 -0.07712213207329165 -0.12012826520398069 -0.22390388941833778 -0.223104771196059 -0.4521280354508244 -0.5116124696302689 -0.5583696872466465 -0.6325409055327801 -0.6593830476143072 -0.6734482841538544 -0.6387865329839783 -0.555113835243832 -0.5519643232868655 -0.5958646171027723 -0.611385639593111 -0.602721479574377 -0.6024246867180154 -0.6032324161461415 -0.5816881784297179 -0.4334878094809517 -0.2851511188039749 -0.11813724546557189 -0.07688703637869822 -0.09130136075973853 -0.07688735936513001 -0.12016324619307325 -0.22390443818009778 -0.2231707527888917 -0.4902220029361092 -0.5424088381721331 -0.5817552688881223 -0.6656188504446977 -0.6588119685050534 -0.6233027798244954 -0.5863510405775753 -0.550169035609577 -0.5505395351179356 -0.5935971533828405 -0.6086540800628845 -0.6025485081349391 -0.5876876920250462 -0.6029692400385354 -0.6261257661810457 -0.422784415554993 -0.2852075274018372 -0.11816810821556423 -0.07688655816311 -0.09130088733312486 -0.07688689225985117 -0.12030140614503633 -0.2239039816264991 -0.22310611307013134 -0.4861350342469459 -0.5513458782353873 -0.5237953087452024 -0.6080664477485472 -0.6587992867099296 -0.6340179479570817 -0.595555982085645 -0.5499045116804557 -0.5502846164840625 -0.5932250940321434 -0.6072834347065222 -0.6031939846879992 -0.588396048802502 -0.6029592596141368 -0.5821803096170769 -0.4172917789666219 -0.2854077481483394 -0.12247698061812043 -0.07689356388325849 -0.09130002757289873 -0.0768860939161575 -0.12029914199716868 -0.22102842515544685 -0.2121437248135823 -0.405951037965419 -0.48530835868651473 -0.5305992674514105 -0.6085717654155075 -0.6590959117211325 -0.648990693063063 -0.6221409964476191 -0.5981857717519743 -0.597291373687278 -0.6532381931710086 -0.6302884701890731 -0.6326071702495951 -0.6203291313459426 -0.6276730424168718 -0.6217817311970717 -0.40740167718927073 -0.2778947856373684 -0.12928628261094705 -0.07705479055610027 -0.09129997064902011 -0.07688598798070195 -0.12012874340456262 -0.23696237028501188 -0.2201744166079087 -0.3542065223217262 -0.41045671693644636 -0.45329478020617464 -0.6089806735852772 -0.6520433223093546 -0.6402339054435726 -0.6104730186292294 -0.5678706277678273 -0.5615338835313 -0.6006622489904995 -0.6051173761439673 -0.5857742527930788 -0.5493749551324655 -0.5140697158341004 -0.5484588179930158 -0.39548986787642376 -0.2782165182765504 -0.1181800546838426 -0.0768865627807325 -0.09130089191585976 -0.07688689676886237 -0.12013627149263659 -0.223903986644642 -0.21865962529879718 -0.48858820471161507 -0.5535480813645817 -0.5233278242114093 -0.6084155281024167 -0.6584856869649117 -0.6392565121944271 -0.6055051496224148 -0.5519824409150872 -0.5503584543290705 -0.601811185784179 -0.6403673479519775 -0.6376862924568674 -0.5981781453121228 -0.5543225396018576 -0.5821736948618139 -0.42332400636309175 -0.28527712156435386 -0.11814799280433036 -0.07688622679394416 -0.09130055933010814 -0.07688661667131326 -0.1202297233534416 -0.22390366597482408 -0.2189747863076494 -0.5067496070105121 -0.4957675067676821 -0.5521786835448225 -0.6529482625566196 -0.7602682256606454 -0.758066971946778 -0.7311872352788067 -0.6921118834607021 -0.6797741709049473 -0.728241157166675 -0.7528569869586068 -0.7620423944883749 -0.7249467195424393 -0.6724163651383099 -0.6595815849844731 -0.43824983687197516 -0.3190676889688924 -0.11815162424589011 -0.07688564824764497 -0.09130008832856225 -0.07688610350671182 -0.1217800791995155 -0.22390441606295627 -0.22183165501635388 -0.4444736895537008 -0.4973155690007346 -0.5247263915298926 -0.6094499391546554 -0.6592009596498173 -0.6233529027776628 -0.5868677060861354 -0.5507434889884101 -0.5509333631683433 -0.5942392696325719 -0.6105354868086474 -0.6057706447526088 -0.5864770215925553 -0.554620676084829 -0.5817617756540071 -0.4174841597683033 -0.2851475738542689 -0.11805829397035937 -0.07688745988266438 -0.09130182514468481 -0.07688781761870948 -0.1203792727820465 -0.223903663207038 -0.22246772399156017 -0.49573014022708994 -0.5640585278633364 -0.52409318951561 -0.6092897069702163 -0.7040921150159984 -0.693849627876301 -0.6684511479704277 -0.5901792091592857 -0.550906338166885 -0.5940334414068453 -0.610139135355546 -0.6057664751821649 -0.5881530494942669 -0.5543951691104284 -0.5821241547443294 -0.4026835435800868 -0.2851130344578359 -0.1181273577397698 -0.07688736611350422 -0.09130173261687151 -0.07688772629889674 -0.12019859156279492 -0.22406985119240802 -0.22150662508353883 -0.5173579333188024 -0.574668043873038 -0.523492384369934 -0.6306969589079844 -0.7248821336044013 -0.7333077164764965 -0.6916717019271179 -0.6624980835024622 -0.6421358317806348 -0.6945688847205879 -0.7165382364900644 -0.7208639283358429 -0.662036150775117 -0.6018221908163504 -0.5819308271168815 -0.4026796802446282 -0.2853362679691416 -0.12248378393361548 -0.07688600996368931 -0.09130044388646091 -0.07688645424052969 -0.12012915488691361 -0.22102878457875258 -0.2116646419502516 -0.4270493821784009 -0.417365379159821 -0.5346163455532424 -0.6204142254510515 -0.7351972661994194 -0.717501388708226 -0.7013120049760897 -0.6515102981272182 -0.649503692998906 -0.6930249452114013 -0.6874352401770282 -0.6769540102330117 -0.6444752222105695 -0.579296409474806 -0.5819341209222567 -0.39584850914893543 -0.27755154504341034 -0.12951622388716555 -0.07688695811760407 -0.09130128329080714 -0.07688728291649065 -0.12013002094012645 -0.22964595533317783 -0.22997326007700894 -0.35550334998451316 -0.411051898222555 -0.453888451327569 -0.6097058079919353 -0.6526199292529652 -0.6100775791617389 -0.5804074359812752 -0.5378567625978443 -0.5374332240909326 -0.5746779261183852 -0.5899244657536502 -0.5775769699916251 -0.5496236485417804 -0.5140762995554771 -0.5484616115056342 -0.3958365426340429 -0.26353157591279613 -0.11802299546756173 -0.07688767759458845 -0.09130203999674145 -0.07712214416039906 -0.12012827643553604 -0.22390390032177448 -0.2186598571148035 -0.4545046504415834 -0.5287408312825225 -0.5232895278109354 -0.6126528147210228 -0.717792067886838 -0.6997346695868472 -0.6306245140351103 -0.5499677728137368 -0.5502692276931931 -0.5941279440914501 -0.6104399503919609 -0.6057749565662527 -0.5859132214868736 -0.5546224178418039 -0.5819371409863667 -0.40266285909548005 -0.2851935334257273 -0.11817967050157807 -0.07688677988014431 -0.09130110683758795 -0.07688710881778457 -0.12012984914441363 -0.2239041936034336 -0.22310632102588918 -0.5137401286458232 -0.5714573045826448 -0.523806484183962 -0.6080468555774048 -0.7220801389849781 -0.7074050658312947 -0.654220839640101 -0.5808929271384039 -0.5577693894656536 -0.6183870199778275 -0.6494447258315404 -0.6585721327293858 -0.6034753796572175 -0.5543292106546345 -0.5824239382532398 -0.40268456320836427 -0.28513771995686815 -0.11808930023361199 -0.07688728145803021 -0.09130160341182686 -0.07688759879782724 -0.12013033265857805 -0.22413866891293724 -0.21865972157178887 -0.442963902226808 -0.4975802290253505 -0.5323099368057871 -0.6225998798850302 -0.7405144750912372 -0.7466928347060899 -0.7211695245993859 -0.6668294724588268 -0.6472837047456476 -0.7172904494395032 -0.7344159012136728 -0.7549522842843418 -0.6830649081488902 -0.6221070017400884 -0.6085174734365429 -0.40270643645515675 -0.27058477013678267 -0.11814198790255806 -0.07688690378746527 -0.09130127643424624 -0.07688727615501932 -0.12013001425981178 -0.22390435694275107 -0.22246966007151198 -0.4431608086206585 -0.4968777352156139 -0.5258159962561691 -0.6236712766151217 -0.7462664371432729 -0.7796241764041593 -0.7701455013414747 -0.7236111473476623 -0.7403584068199842 -0.8015665620485332 -0.8478509171560208 -0.8668045722839757 -0.8040401410331559 -0.741473136793326 -0.7266484422599061 -0.4836566080290566 -0.2780689094353566 -0.11814566812287977 -0.07688734826042322 -0.09130171499083542 -0.07688770891128748 -0.1265687379595985 -0.22412824320064417 -0.21865951100114484 -0.540579851470311 -0.6369269731811753 -0.7362908293429609 -0.8165758069232122 -0.9075729061945297 -0.9043192041757475 -0.8635344773391056 -0.7844094605571406 -0.7552574662304852 -0.7613704788253739 -0.7496811017727608 -0.771545977508341 -0.6878073165941471 -0.629197369298162 -0.592871279303258 -0.4026954639022064 -0.27052880112369715 -0.12249994854454886 -0.07688706985630342 -0.09130148600148175 -0.07688748245815227 -0.1201301728633631 -0.22102895963181482 -0.21118534737622244 -0.4304891459062275 -0.49833124159335423 -0.5329937349577787 -0.6102161512698746 -0.6606508959215073 -0.6608561909509367 -0.6354667833867544 -0.5825070045742319 -0.6007595539485345 -0.6511461957691687 -0.6460181338124404 -0.6484497360596306 -0.6356777032876018 -0.5568256546420915 -0.5824247953046761 -0.3955309191783445 -0.292470343129319 -0.12951911527822488 -0.07691491447122983 -0.09130002003198609 -0.07688608650073926 -0.12012879089398608 -0.2235678311835078 -0.21738460141555097 -0.35396340716325037 -0.4104573347958835 -0.4532943842617894 -0.6092797539075999 -0.6518749619000855 -0.6257473656831605 -0.6156629903939032 -0.5654193307336651 -0.5847387249487039 -0.6243731964063963 -0.637648464765836 -0.6169034937143296 -0.5805279245342834 -0.5475408064284182 -0.5484352523300874 -0.39552739692626154 -0.26366068855182706 -0.11814760854125535 -0.07688636167815815 -0.09130074159234486 -0.0768867484571656 -0.12012949358305736 -0.22390384191463286 -0.221508151226443 -0.44326541148706067 -0.4959140329936385 -0.5253201055808769 -0.6101252569318933 -0.659976481180885 -0.6453609682256692 -0.6214147302375541 -0.5694624674315638 -0.5499604146116245 -0.612658444770173 -0.6409569537105805 -0.6507434398045422 -0.6044915306302286 -0.549290770119296 -0.5819292503955923 -0.43054932238241983 -0.28515534048184715 -0.11818246201815302 -0.07688695327837317 -0.09130132475074279 -0.07688732334649998 -0.12023234088826214 -0.22390435796914107 -0.218659804497565 -0.4938839068970553 -0.5669025642635765 -0.5238768861866269 -0.608383334073692 -0.7233509176202761 -0.7487523669279446 -0.7022533803928469 -0.6665646020237914 -0.6510816205620397 -0.7270919252728508 -0.7711479219356264 -0.7756946699357805 -0.7191536352048837 -0.6495638128440002 -0.616569381951603 -0.4026858119646534 -0.27083078660336807 -0.11812872384666348 -0.07690196873238384 -0.09130002460428294 -0.07688604119753029 -0.12012879588052888 -0.22390440455618849 -0.22246846472160348 -0.4433541828899391 -0.49798172344008546 -0.537553544108802 -0.6424335813120967 -0.7756783141267443 -0.7868041186634778 -0.6673174175598563 -0.5886525992300654 -0.5743758054901336 -0.6355851731620622 -0.6726167680872964 -0.6767130933545621 -0.6986636115103015 -0.6602524963890717 -0.6241638211698456 -0.4026754887027177 -0.2708576355576079 -0.11812494422840276 -0.07690251302083916 -0.09130002401186459 -0.07688604061321487 -0.12012879530416856 -0.22390440400095069 -0.2193077931805243 -0.4436037136126303 -0.5424958667078598 -0.5487261709886991 -0.6467017849180707 -0.7606299164124801 -0.7712586917363622 -0.7428811125518503 -0.649908172828738 -0.5643379722882229 -0.6579174988232896 -0.6736575590215376 -0.7131927203032093 -0.6594675901468905 -0.5921743354665262 -0.5819347573582536 -0.4027695158902281 -0.29641662371909094 -0.11805263478924084 -0.0769610278076598 -0.09130000374801703 -0.07688602062659605 -0.12012877559391098 -0.22390438486370118 -0.2224684450359272 -0.5303724358040381 -0.4959545490506469 -0.5244867844827078 -0.6085728739669279 -0.6879326689682654 -0.6951845228508864 -0.6611593660314289 -0.5674611017182164 -0.5501193730445623 -0.5933404317766421 -0.6360778291699074 -0.6425396713550918 -0.6143553069958396 -0.5680846356279744 -0.5820069536870005 -0.40268098065444635 -0.28542145525015045 -0.12247943091987487 -0.07689254441730724 -0.0913000279422855 -0.0768860444805731 -0.12013709480069759 -0.22102843556692678 -0.21142846679461236 -0.4163376323736729 -0.4173649928446702 -0.5305899311750075 -0.608665270800686 -0.6971373778937796 -0.6898583201376732 -0.6928857474775576 -0.6472396969343053 -0.6563238768377371 -0.6901835234405951 -0.7055523156491977 -0.7497482771535051 -0.7278958849809898 -0.6485365249426354 -0.6447123642771562 -0.4087910836566755 -0.2777625677908995 -0.12955313238560917 -0.07688720022877604 -0.09130003027193744 -0.07688604677967137 -0.12012880139465394 -0.2317960409730232 -0.23163306938374278 -0.3538494988635094 -0.4104572380805972 -0.5790321062912259 -0.7902390025422824 -0.861335198797699 -0.8368784456220263 -0.8163842773797171 -0.7543926086228294 -0.7509030966011586 -0.7958326936657477 -0.8223021267161921 -0.8171631412019618 -0.7587959948398959 -0.6695794986331757 -0.6531570219663008 -0.4220505186306254 -0.26348585090619886 -0.11810956104901432 -0.07688708638205839 -0.09130145657889797 -0.076887453907447 -0.123150035384326 -0.22390453047527825 -0.21984825421792076 -0.6098797707226341 -0.701484703717604 -0.7603334337689158 -0.8505382785422927 -0.9534029480672953 -0.9558055725513399 -0.907941908405379 -0.847813042076316 -0.8168117040516782 -0.8584005463619122 -0.8560089655045725 -0.8680794858136559 -0.8059026117156619 -0.7551148559422953 -0.7035597970491668 -0.40267947128295994 -0.27058686593647346 -0.11804623487458007 -0.07688759954767069 -0.09130191835976693 -0.07697737948124868 -0.12027432155075854 -0.2239037642639836 -0.22310464616191963 -0.4944665477757414 -0.5485212726032949 -0.5832334804255234 -0.6697181734033324 -0.6586797416210017 -0.6218224363405955 -0.5892662662589426 -0.5506806952025606 -0.5513144903482821 -0.5949776023298984 -0.6076504058047089 -0.6005138541367109 -0.578076117874329 -0.5478465400567087 -0.6249927464527137 -0.41947826064308014 -0.2854046390837545 -0.11798752337934708 -0.07698636244276373 -0.09129999480313764 -0.07688601180413214 -0.12042079804400248 -0.2239043669630647 -0.2189746120118702 -0.4814347137447939 -0.5420125786749476 -0.5834192341648498 -0.6703249448873667 -0.6587384847208484 -0.6259174740119883 -0.588491193166016 -0.5499365934819339 -0.5502519435533162 -0.5996183679424936 -0.6454588337294632 -0.6630352348242017 -0.6046887895786394 -0.5515669849414512 -0.5821781978883502 -0.4309891899243698 -0.28514703840903677 -0.11813298394979613 -0.07688714025964664 -0.091301463615993 -0.0768875058924041 -0.12019991207901407 -0.22390453678641817 -0.2182571824015035 -0.506636023449611 -0.49568247600904203 -0.5241666447034397 -0.608225834629641 -0.6915328763313475 -0.6956690820061142 -0.6504139061563922 -0.5955560697379555 -0.565121550769859 -0.6324978770910316 -0.6462129806185221 -0.6525890093229079 -0.6224110179664993 -0.5729954875621375 -0.5821653132149691 -0.4026953426550953 -0.28530493281111957 -0.1181613616635987 -0.07688638351792922 -0.09130071447095178 -0.07688672171201363 -0.12012946719417612 -0.22390381580697075 -0.21865935677601814 -0.4426413544227915 -0.4956822345168053 -0.5381694233735089 -0.6292838556768181 -0.7446053820597361 -0.7749108158970224 -0.7295062754510211 -0.7183020873619385 -0.7203663279418955 -0.7811731162163403 -0.7911227936164233 -0.8187730118012163 -0.7816605727986677 -0.7204788442450014 -0.679765692093105 -0.4359151407780278 -0.2774798167679874 -0.12249703256707138 -0.07688695991172007 -0.09130128506345292 -0.07688728466843578 -0.12519575179274794 -0.2210288104204028 -0.21261582657326894 -0.46421968733519514 -0.5612325128491047 -0.7614907664735217 -0.8455524281886887 -0.934962131185463 -0.9278422574619748 -0.8785091551118109 -0.8155681230550375 -0.8080000528591199 -0.880201562236404 -0.9091327686630186 -0.9339768150366442 -0.8979235017662387 -0.8142482400827463 -0.8342805434815985 -0.6099814967292008 -0.4303251251406749 -0.12936626158507383 -0.0769867242311971 -0.09129998959380475 -0.0768860066653654 -0.13564009293888474 -0.27291852186994336 -0.28991820078172326 -0.354206640541294 -0.41045724257273086 -0.7235469521969724 -0.8636423692885901 -0.9247145688139733 -0.8988918620565256 -0.8622514673416568 -0.7873920007121313 -0.7786244606007467 -0.7557941893810503 -0.8002138995759918 -0.7905592061231329 -0.715795062678429 -0.6814661033764909 -0.6223237771922522 -0.39722017424536626 -0.2636567590389915 -0.11816496137443501 -0.07688628500911188 -0.09130066597512537 -0.07688667384705558 -0.12043766073595524 -0.2239037691073487 -0.2231059045913205 -0.44452378720490965 -0.49849131323497414 -0.5314176431440742 -0.6120786642145841 -0.7694372745533363 -0.8494012381639289 -0.8165993503476379 -0.7366508341916399 -0.7267552969167584 -0.7694072285754264 -0.7993850456387303 -0.8076690498571013 -0.7513732276415327 -0.6747935284363143 -0.6389556144031125 -0.4128100446404554 -0.27081006427992527 -0.11815636970054964 -0.07688874632173247 -0.09130002963984848 -0.07688609593612587 -0.12012880024194114 -0.22390440879280832 -0.21802314098342013 -0.4427260706711938 -0.5334404005426571 -0.6416159106857833 -0.763670125039015 -0.889934155548986 -0.8966254582778362 -0.8587308004679409 -0.7844496307816959 -0.7642979726516289 -0.8295093226997031 -0.8625181556173364 -0.8771416932815058 -0.8363887144165921 -0.7657086895754401 -0.7315793366206356 -0.4763591477769377 -0.2705749128210985 -0.11811091802896326 -0.07688717673741968 -0.09130154572562801 -0.07688754187841884 -0.12484086624978709 -0.22397432463686343 -0.2181871110328981 -0.47383508675365904 -0.5871829094808522 -0.5707554608087425 -0.6681223149244884 -0.7924416806535831 -0.7992152810027864 -0.7443477597806274 -0.7110157510931923 -0.7034111874206614 -0.7696548175156507 -0.8174945995438205 -0.8128617877672171 -0.7359749016234778 -0.6960158338029454 -0.6687633224412312 -0.4030018004468428 -0.2705131690698068 -0.11809352456181084 -0.07688740217751394 -0.09130181283641157 -0.07688776094968733 -0.12031455501262826 -0.223953716963122 -0.2208779765406922 -0.4429785999801665 -0.4959048422887802 -0.5256539283908775 -0.6194194746683719 -0.7282430007058148 -0.715860689265665 -0.7218903494363127 -0.6511090880020683 -0.6295695838416757 -0.684740654173352 -0.7134049197300881 -0.728920001188729 -0.6667173627271592 -0.6043516531148451 -0.5891464065135845 -0.4027062753283242 -0.27055767680911724 -0.11813556597912742 -0.07688709893157351 -0.09130146896289 -0.07688746612045409 -0.12013020172210931 -0.22390454240491756 -0.21889395078350002 -0.442951042522325 -0.49615583683752795 -0.5260398413475943 -0.6109900847969425 -0.6974012849882054 -0.6895101257560774 -0.6670560532585808 -0.6097856889758791 -0.5852765808076559 -0.655844669114443 -0.726815048711162 -0.7346284556160773 -0.6618187988835713 -0.5902671462402702 -0.5821811005771024 -0.4027042378354014 -0.2940277436289714 -0.12249782052036802 -0.0768864380810609 -0.09130086475782777 -0.07688682230799027 -0.12012956645134734 -0.22102889810566365 -0.21142856320339573 -0.4004462986843895 -0.4182953798972758 -0.5381221081607138 -0.633876422812498 -0.7449563751815973 -0.742747329302909 -0.7425610594502591 -0.6885665194930112 -0.7068093787738142 -0.7322052965613768 -0.7623775054315958 -0.7876882383779067 -0.7453166945592268 -0.653156850585697 -0.6050446293878569 -0.39554415080930727 -0.27794099250462406 -0.12933923714306178 -0.07702086763250383 -0.09129998261039335 -0.07688599979020681 -0.12012875503623428 -0.23792336991458557 -0.22006184989963495 -0.353849388673045 -0.41045672773462566 -0.4859748750947077 -0.7197586913490851 -0.8039051559839682 -0.8118151615101502 -0.7988149077941119 -0.7431600335161611 -0.7403062516859049 -0.8018423080747753 -0.8271373760676975 -0.826872079674679 -0.7865967798915935 -0.7394508553855474 -0.6867026618760148 -0.47069667970332885 -0.29373955448141575 -0.11798450620461899 -0.07688758985258323 -0.09130195340390887 -0.07709626075196839 -0.12150659459758754 -0.2239038125634981 -0.22310469440765923 -0.49186570331670626 -0.6130943885470974 -0.7061998064438326 -0.7875410339142952 -0.8990995726800711 -0.9298864209211991 -0.8996719832606664 -0.8300257597119602 -0.8033029574592732 -0.8659020117515418 -0.8956603184640372 -0.8970881898464297 -0.867609813727439 -0.8052170047835767 -0.7616197285254995 -0.5088070840228321 -0.314231324131451 -0.11807750679005553 -0.07688724145219673 -0.09130160959842415 -0.07688760492453642 -0.12691162628448466 -0.22413867547202576 -0.21802258117708473 -0.6292574924945905 -0.7403266208231464 -0.8003333422457747 -0.8796092022350283 -0.9900004899550604 -1.0 -0.9612705023414706 -0.8505987681624724 -0.8109397261704755 -0.8720958259890903 -0.925720909336614 -0.9341859549494168 -0.8851508458889177 -0.8716244182300164 -0.7987166392461172 -0.5198704401276594 -0.2827905514392562 -0.11816263296804434 -0.07688596787729403 -0.09130035312631521 -0.07688636525347432 -0.12732742481605008 -0.22390411221857284 -0.21865926536421246 -0.4426033570726476 -0.5235057691136376 -0.6195172658049544 -0.7724442628262619 -0.8579843790499947 -0.8544688697946262 -0.83911909345049 -0.7818525370635458 -0.7804224719659691 -0.836419459561638 -0.8720235003558675 -0.8209781457125855 -0.7908325861620373 -0.7133496943999277 -0.6738289047168841 -0.4167704711666567 -0.27077372327678756 -0.11815304911646313 -0.076885973581614 -0.0913003587640933 -0.07688637079650051 -0.12507648894135717 -0.22390409558818997 -0.21991715719304983 -0.5503999798416476 -0.6458844447441935 -0.747564193472311 -0.8203088273676835 -0.9383271687709053 -0.9338770822362522 -0.8874482563444552 -0.8143863764131174 -0.7842821183528396 -0.8509018171306735 -0.8732203434702456 -0.8903436584835456 -0.8495442442798616 -0.7880426758878328 -0.7310004436542559 -0.449834999001403 -0.27069208181702425 -0.11816870293931257 -0.07688627543218882 -0.09130065652120525 -0.0768866645222093 -0.12296916773423426 -0.22390376001162976 -0.21865943042383368 -0.44441373168429976 -0.5311562780449971 -0.5968111837731165 -0.6882747904884835 -0.7831704200678413 -0.7763102861781793 -0.7423409242864523 -0.6877661386803304 -0.7099607014173714 -0.7656539236284096 -0.7728061660945369 -0.7726307255154375 -0.7185207930570436 -0.6407237384405288 -0.614996774245385 -0.4026873223293699 -0.2706033176479026 -0.12247122990793888 -0.07688708356194332 -0.09130145380228684 -0.07688745116733905 -0.1201301869617606 -0.22102897365821753 -0.21189893044776276 -0.3543263236026677 -0.4586043214468675 -0.5738320413780396 -0.6805127174165806 -0.8025804132996711 -0.7995720645196791 -0.7761259209419364 -0.7515425350129119 -0.7660628454931969 -0.7724740679639823 -0.8080183406078709 -0.801585820888703 -0.7751627653994632 -0.7105711621132437 -0.7044870824802203 -0.45422989177453593 -0.2779188942505725 -0.12932278030101677 -0.07700907561625144 -0.09129998046098942 -0.07688599765831625 -0.1268179821362518 -0.30619515511949297 -0.30123665998720106 -0.3552689189015181 -0.4112419934845546 -0.45720821727123284 -0.6597436035706775 -0.7016605840556245 -0.7199255691599104 -0.7609062598106817 -0.7757785801505107 -0.7589305231135939 -0.8026937482751202 -0.8237543118460893 -0.7860517835494208 -0.7284575286581703 -0.6355151829967121 -0.5826976323387382 -0.39552139885731996 -0.2636626950509192 -0.11815659266708481 -0.0768865878556496 -0.09130091676780427 -0.07688692126459251 -0.12012966408741717 -0.22390401055274217 -0.2186598170547378 -0.4428052870717675 -0.5201776340206213 -0.5912320278074121 -0.7211035237659799 -0.8357979941596595 -0.860673743289119 -0.8356170717326362 -0.7797102184882225 -0.7707638722839624 -0.8221957277582342 -0.8516840689810434 -0.8649349558149101 -0.836042604612197 -0.7000387730713916 -0.6666548610513843 -0.4233412109950438 -0.27072252195737917 -0.11817602010572487 -0.0768862960287233 -0.09130072510186645 -0.07688668405176886 -0.12012943004478603 -0.22390377906803982 -0.21865994424776908 -0.44311324141414177 -0.6000255680577171 -0.6393703106865972 -0.7533062514679997 -0.8806910338354942 -0.8924838428831547 -0.851893493977314 -0.8066769178191173 -0.7721824884347798 -0.8412389578494396 -0.8658612348874759 -0.8742403719767453 -0.8365103815198075 -0.8021335385867038 -0.7571662401026115 -0.5202791800021274 -0.2798546156719616 -0.11815249448910108 -0.07689179476628089 -0.09130002839357608 -0.0768860449349973 -0.12709125344556002 -0.2239044081389198 -0.22183164710716874 -0.4750539270072947 -0.5493996043185062 -0.6901447008388288 -0.81218667023458 -0.9185871202872052 -0.9310809109910881 -0.8579787495925751 -0.7681183746727911 -0.7557625883163114 -0.8581921057785289 -0.8850530836109469 -0.8620859489446889 -0.8271883241640836 -0.7691962166506905 -0.6972801619346644 -0.4136763375730582 -0.27058104382039944 -0.11807504684721556 -0.07688742911796326 -0.0913018393288455 -0.07688783115269172 -0.12036462590158976 -0.2239036325217814 -0.2186596915653683 -0.44265536345411 -0.4957290477522986 -0.5346353872010366 -0.6241690611963087 -0.7365227685666086 -0.7390775394033317 -0.6996648980203569 -0.6664959649563863 -0.6415152832161848 -0.7077816243686644 -0.7459448756396775 -0.7834619513467986 -0.7064570252390321 -0.6251447714378957 -0.6295375787224078 -0.402700380502105 -0.27075687521464903 -0.11816761915950234 -0.07688612750454017 -0.09130046106308713 -0.076886471717182 -0.12012922056730084 -0.22390357189871435 -0.21897469421352428 -0.443095025821204 -0.49568368237036087 -0.5678318912315945 -0.6502502063344485 -0.7965417040676661 -0.8033883251694781 -0.7811957549986089 -0.711816071884561 -0.7069042666387241 -0.7220185679489226 -0.7442387466426068 -0.7707203803150001 -0.726019042044239 -0.6686590207927892 -0.6452633766669098 -0.4119119181606363 -0.2707331028236038 -0.12221256428911437 -0.07712212369912803 -0.09129988698629636 -0.07688590546829453 -0.12283279482446577 -0.2210288134221932 -0.2138076075828571 -0.3973203240804896 -0.5332980284521661 -0.6676845840275991 -0.7712973846956419 -0.876711663483357 -0.8176870737718782 -0.825809393415869 -0.8396725064461666 -0.8314365064642798 -0.864848597457952 -0.8648676934375827 -0.894697121946414 -0.8341065369484099 -0.7280863074709748 -0.7141839498757457 -0.4582355875524085 -0.27776942551845313 -0.12953431534312604 -0.07689627777329043 -0.09130002656082718 -0.07688609291833295 -0.12137106403517842 -0.2314286196079521 -0.23061167682792102 -0.35409259529240783 -0.41045744057369604 -0.5250011200383659 -0.7514231975086328 -0.844815979989811 -0.832305762823699 -0.7905874447420967 -0.7618293405116957 -0.7413502067147235 -0.746324297089807 -0.7529032589379401 -0.7424540000491684 -0.7287346182556741 -0.662102520182997 -0.585066287529443 -0.3957169990175019 -0.2637683537431865 -0.11788659269354633 -0.07706249739619087 -0.09130000934977439 -0.0768859755829788 -0.12012873115994989 -0.2239043417331406 -0.21897442181647525 -0.44304436762539157 -0.5589930989726091 -0.6460955428394004 -0.786290296319307 -0.9186530000989767 -0.9070529992311784 -0.8660274014773643 -0.8037181362307679 -0.7783813477086452 -0.8352907782811643 -0.8856607075439324 -0.9106573758715234 -0.857119942992371 -0.7464899689612808 -0.7239205121139605 -0.4755408067951572 -0.2788434462169932 -0.11809407847630413 -0.07688723616949221 -0.09130155857263828 -0.07688755455896427 -0.12495340593169924 -0.2240161327387662 -0.21909704632855898 -0.5205676689850597 -0.6052612761729113 -0.696916855949142 -0.8206880344441794 -0.947981858214932 -0.947837226181671 -0.9093213813804891 -0.8345664250345012 -0.8005096122080385 -0.8433018672531015 -0.8986126516072888 -0.9408095651101364 -0.8882870834721127 -0.7828155083849176 -0.7002938283203903 -0.4357083246076253 -0.27058426968115606 -0.1181167351586077 -0.07688736240823318 -0.09130177372132069 -0.07688776639845821 -0.12018329495683908 -0.2240851794269774 -0.21897343051213275 -0.44298200234223645 -0.5111386598002099 -0.5712748028696493 -0.6848434442436618 -0.8155059630206721 -0.8188343637111044 -0.7641461534444555 -0.6880049523262558 -0.6774710859039694 -0.7209761211744644 -0.7525082466314091 -0.7616075905499748 -0.732930614098217 -0.656103634628329 -0.6021043037595047 -0.40270883781723166 -0.27065025541288945 -0.11814948040068038 -0.0768863671472336 -0.09130074698153129 -0.07688680116963027 -0.12012949833086288 -0.22390384659969917 -0.2192893352289268 -0.4440547957292564 -0.5058798818073688 -0.5973911838620796 -0.7029385242849926 -0.8257740733908498 -0.8526457379759634 -0.8400354533870046 -0.7742951416944275 -0.7582907099110021 -0.8136590476440122 -0.8591889743399584 -0.8796160005680578 -0.8119006574491384 -0.727147376324971 -0.6945880343333604 -0.4229352784125329 -0.27058096306883295 -0.11815742709217776 -0.0768871782942537 -0.09130150127680654 -0.07688749801013829 -0.1201302331930445 -0.22390457353296706 -0.21952309527018238 -0.44295899697815055 -0.5794336588551671 -0.6846064903628505 -0.7783311870750809 -0.9072927215605134 -0.9022667797130732 -0.8702940075008299 -0.8164952259254007 -0.8005423748700052 -0.8460242703488785 -0.8763854297723037 -0.9006058210670556 -0.8517907353547471 -0.8021635649159193 -0.763610557542738 -0.5215112692373745 -0.3410499236165267 -0.12248758642971376 -0.07688660413984741 -0.09130098078013837 -0.07688698444664753 -0.1316735723385755 -0.22102851614339522 -0.21428632956053836 -0.5072083640569893 -0.6371174017446402 -0.7642702712667151 -0.8321240776391022 -0.8837775212628759 -0.8761066656957286 -0.919236293179095 -0.8931865839284457 -0.8823993628793781 -0.8957257890327657 -0.8646541687649859 -0.9065207310263698 -0.9042825171560612 -0.8425162092756037 -0.8682749493585281 -0.6276364379590146 -0.4456788877158519 -0.12929722993163043 -0.07703472419326068 -0.09129996998422965 -0.07688598732294043 -0.13969595724723574 -0.2810167372492372 -0.2918990644181161 -0.35479816127231223 -0.4104567163475336 -0.7429080424269391 -0.9173618063323022 -0.9567229311503195 -0.9174249919664582 -0.8701804467923447 -0.8136443419459956 -0.8027926719801303 -0.876272769168019 -0.8665630007020715 -0.8624628992082036 -0.810067547626074 -0.7712923740392782 -0.7439208922768927 -0.5235237363415889 -0.3551480246419662 -0.11810742824536272 -0.07688740116171985 -0.09130176719763833 -0.07688776043115533 -0.13702496367276726 -0.22395702353192637 -0.22214348288219568 -0.6410750503627171 -0.7256792556309519 -0.7795830831405565 -0.8551099444728056 -0.9538379850422348 -0.9587150648014049 -0.913528202247727 -0.8375323158030588 -0.781288286559622 -0.8169926795050507 -0.8110337047837753 -0.9443937364287252 -0.8980024238242031 -0.8153509473503204 -0.7725952841175151 -0.5269328219749368 -0.29457088311318 -0.11816609263511862 -0.07688667493278746 -0.09130100293874795 -0.07688700629803234 -0.1263367025052496 -0.2239040935443707 -0.21928935341627273 -0.5069617798472614 -0.6168176221781707 -0.7439926100860635 -0.8169949013108172 -0.9492302071758699 -0.9295648551412852 -0.8873185408089765 -0.8240369077857373 -0.7970775657678285 -0.8777299140891944 -0.9070232217226462 -0.9127681707528732 -0.8655144199845671 -0.808263066770086 -0.7834871637698854 -0.5370551181017627 -0.33067873575089135 -0.11814985713288137 -0.07688645048379412 -0.09130082921187817 -0.07688683488114488 -0.1335594076640327 -0.22390392625606464 -0.22310532316990375 -0.583132901540623 -0.645619943854702 -0.7602481952615774 -0.8737980495478926 -0.980087196998039 -0.9903650306834592 -0.9447741515697162 -0.8762210448109681 -0.8543787050537333 -0.8975088817942445 -0.9187159800924118 -0.941329818441751 -0.9073783494933773 -0.8676867363314588 -0.851367948614435 -0.6170272180022344 -0.4327137256007231 -0.11815121964250073 -0.07688642617962896 -0.09130080519765377 -0.07688681122574122 -0.14124961511006529 -0.29868774635642564 -0.3218459272429313 -0.6562772684094296 -0.7346192934933187 -0.7909637908617141 -0.8845557487090238 -0.9925995058809529 -0.9851132983391263 -0.9498635150985425 -0.878381880860866 -0.8319657690463796 -0.8919445536208229 -0.9248364108726777 -0.9534003946029809 -0.9225540817666986 -0.8773639527748168 -0.85703362808043 -0.6153206305130268 -0.4359481246467408 -0.11817823537032372 -0.07688582390417223 -0.0913002111381713 -0.07688622517848083 -0.154393909721047 -0.3058854691781807 -0.32866157846218824 -0.6683022365765346 -0.7408261348132945 -0.7966802172339594 -0.8883250499628138 -0.9898117416402057 -0.9866777512130487 -0.9440135403927264 -0.8773846782596573 -0.8369311810136719 -0.8748683494149105 -0.9187375402522708 -0.9405035152842443 -0.9020164236294897 -0.8555664771575717 -0.8165996197410156 -0.5423067810640105 -0.37128860404482245 -0.12248369148285916 -0.07688641053349923 -0.09130078978008314 -0.07688679599597241 -0.1384675060396135 -0.2210291629079761 -0.2157137642450923 -0.4684059590546481 -0.5444601517619319 -0.628037944709734 -0.7382077581285064 -0.8764247349436716 -0.825060238459564 -0.7608369667165994 -0.7105312138115181 -0.6876069288417488 -0.7785492778321607 -0.7843315188605541 -0.8322424646222754 -0.8187640696190552 -0.7280859180960902 -0.7338086760101342 -0.5080596971896538 -0.3084650410412974 -0.12937556327361804 -0.07688762038626497 -0.09130193900587384 -0.07704803775674239 -0.13015397816584426 -0.24637085339405626 -0.2412346123176397 -0.35432046523215505 -0.4106464093272435 -0.5001247694200275 -0.6891702936498417 -0.812096504010579 -0.8132757048030543 -0.7941575323280258 -0.7023998843478728 -0.7408104643085823 -0.7642789713203268 -0.7635458906913007 -0.8013414940236759 -0.756264841981826 -0.6883148713202771 -0.6436045133585211 -0.41291758368708004 -0.2637050588630786 -0.11815635088952325 -0.07688620105204255 -0.09130058315372738 -0.07688659215775294 -0.12012933938508062 -0.2239036893987343 -0.22150800163209466 -0.44309957664310073 -0.5408786816920973 -0.6535210364113735 -0.7910007241968819 -0.9139123993231844 -0.9105070695616169 -0.8599808113183003 -0.7969613573414179 -0.7650270564840232 -0.8344924868219595 -0.8681673425419558 -0.8773651585671812 -0.8398568938605614 -0.7439126501727717 -0.709861434600291 -0.4576187687025409 -0.27082557668287033 -0.11817836414484496 -0.07688587872682556 -0.09130031486558662 -0.07688627797543061 -0.12012902945433307 -0.22390463131916982 -0.22118350536870424 -0.444013760455527 -0.5654239021776307 -0.647456231456255 -0.7829815548125035 -0.9032345229650113 -0.9066593816601526 -0.8634657997635141 -0.7991336452639948 -0.782379161227461 -0.8367115916686068 -0.8678445815715572 -0.8883695153825505 -0.8472751826576372 -0.7824777175051136 -0.7505081489538981 -0.5280674010071628 -0.3075855369838941 -0.11815217055409488 -0.07688661704594785 -0.09130099351608104 -0.07688699700493261 -0.13022159417606666 -0.22390408447256255 -0.22310547993407828 -0.5095647111281831 -0.6156193277704264 -0.7008414929554103 -0.8310497906504841 -0.9484937664395745 -0.949791056112779 -0.8949064662357433 -0.8267999109755205 -0.8084717623982435 -0.860308363554336 -0.8792222538797231 -0.8820808569292491 -0.8311777964213475 -0.7925324362295467 -0.7417269492982391 -0.4889245324277713 -0.2821892929368858 -0.11815641226432129 -0.07688611450824459 -0.09130044820365336 -0.07688645902376631 -0.129372745596833 -0.2239035819345592 -0.22119315537760512 -0.5406271350548126 -0.6440654376560114 -0.7519199757902164 -0.8508631485915118 -0.9741999280436107 -0.983665085676793 -0.9387986672435165 -0.8515059754685226 -0.815188195248975 -0.8689877281380226 -0.9068120075027343 -0.9189056836498398 -0.8439921810199856 -0.7893377909340371 -0.7029490641657365 -0.43508859617745305 -0.27071063384041494 -0.11816376972118986 -0.0768861218293869 -0.09130050500319448 -0.07688651505534147 -0.13002087782323277 -0.2239036141816963 -0.22310584640441355 -0.5558174091204071 -0.6074854856935074 -0.6356969910047774 -0.7452391504279452 -0.865775734579748 -0.8779176125524975 -0.839698298778527 -0.7882955754653942 -0.75577817802486 -0.8304583924373593 -0.8703299708585897 -0.8778591433923735 -0.846208388834134 -0.7717701055476679 -0.7422905097941642 -0.48481021192066404 -0.2960238984696644 -0.12251555705168443 -0.07688673700940382 -0.09130111186292836 -0.07688711377359837 -0.13222172059811216 -0.2210286429146995 -0.2157140772194394 -0.47025566728112544 -0.5182056205852165 -0.6602650540217235 -0.7907793505865836 -0.9632203169712227 -0.9277075673650232 -0.8882652324260002 -0.8240998575963461 -0.818207692869269 -0.864395276811232 -0.8631552522146756 -0.893520080476352 -0.8546205074112144 -0.784678987245326 -0.8155934398223808 -0.5342655514144368 -0.3229451800165952 -0.12931469733154322 -0.07703605909031178 -0.09129997726008889 -0.07688599449903676 -0.12978161689548823 -0.2627598718926642 -0.25569487168522814 -0.3552689159359127 -0.4104573967975132 -0.578050663239514 -0.7973209087839853 -0.8876776806294104 -0.873783777292852 -0.8438552635415039 -0.775269545943489 -0.7473439666472397 -0.8049218243684519 -0.8277703748955202 -0.8334555188706592 -0.7907048165889381 -0.7347102030836847 -0.6885557556140571 -0.44593366048377636 -0.2637219273635434 -0.11817208685331974 -0.07688608608894154 -0.0913004697393091 -0.07688648027722456 -0.12012922901068253 -0.22390358024160795 -0.21944128493930215 -0.4430899073060566 -0.5958024980891642 -0.7031594918998185 -0.8220726951570365 -0.9204116496300887 -0.9167525505233776 -0.8729598215241824 -0.796775300135692 -0.7796888805940458 -0.8504147480986955 -0.8926636277426665 -0.9165700688370954 -0.8780354669332057 -0.8367553503305589 -0.8129027132844542 -0.5225195449589398 -0.2829174673588049 -0.11815389463820138 -0.07688656206062561 -0.09130089120886994 -0.07688694297295544 -0.1226817515999897 -0.22390398546221774 -0.2231061168294065 -0.44312647894686696 -0.4956816259850992 -0.576530869613023 -0.7042382234800857 -0.7897319574650277 -0.8182358708448488 -0.7877176779802975 -0.713688421141978 -0.7027351271394948 -0.755430085825308 -0.791806376676524 -0.7912701318990499 -0.7387400951771017 -0.6674262375461293 -0.6125506021162938 -0.4026996321715432 -0.2706580042333311 -0.11815560937164894 -0.076886601733965 -0.09130093046489261 -0.07688693481245565 -0.12012967745397544 -0.22390402376861102 -0.2197565323615578 -0.4440704177291696 -0.511693141683152 -0.5738166438397325 -0.6940583519962759 -0.7812915241870466 -0.7907663961819883 -0.7989921857983711 -0.722999477028618 -0.6917319117962223 -0.7608400456561282 -0.7997999818184299 -0.7953376766902863 -0.7378182057897696 -0.6504752564894133 -0.6188524246965353 -0.40269924402577456 -0.2706465623323634 -0.11815514872182596 -0.07688671832416964 -0.09130104591041432 -0.0768870486906706 -0.1201297898040002 -0.22390413492100525 -0.2221452598705583 -0.44377977410528957 -0.49619092415605914 -0.6157917109273577 -0.7334471923273957 -0.862800923012439 -0.864710479908237 -0.8355372692974196 -0.774959153793363 -0.757371523683081 -0.8062220839726626 -0.8436781735165407 -0.8548445460056675 -0.8130703562489128 -0.7203718390154429 -0.6958826895502986 -0.4026997711901228 -0.27062279530276556 -0.11818072993214576 -0.07688672516937899 -0.09130114704643758 -0.07688710174982728 -0.12012984217784485 -0.22390418671111653 -0.2202233035157999 -0.4440854906004428 -0.5348763570637932 -0.6537598256934569 -0.800738104030924 -0.9009815408949418 -0.9047204616681414 -0.8573342254203891 -0.7970952631789177 -0.7710704204278738 -0.8307254829331973 -0.8679185167435778 -0.8792477118113574 -0.8432229857771768 -0.8176375219701637 -0.7107248220469268 -0.4498374333791126 -0.27057961233123623 -0.12250605715165507 -0.07688694184644987 -0.09130131397302645 -0.07688731319129694 -0.1209658264556969 -0.22102883838429668 -0.21404347772880222 -0.3701336753372242 -0.5129560919488533 -0.7336771710316401 -0.8307651420331472 -0.920556679041816 -0.8904069097462531 -0.8511886585440172 -0.815715093687064 -0.8007991943571983 -0.8302330708886809 -0.8443419919022698 -0.8602624607026944 -0.8530652382566901 -0.8168296413589894 -0.7606064422427008 -0.528955626760527 -0.31472877782935493 -0.12933621736137074 -0.07705289054048671 -0.09129996256103565 -0.07688598000348873 -0.12833731913132518 -0.2642963791674143 -0.2632933456324036 -0.35491187128246865 -0.41045671018958707 -0.6058933072940272 -0.8079130191523932 -0.8853074041258935 -0.8592860905132943 -0.8364578190644405 -0.7654755716901117 -0.7736657255240036 -0.8140014508592945 -0.8447915408154244 -0.8298702644895543 -0.8016230051701798 -0.8058818566738745 -0.7420499474632559 -0.517079139707163 -0.34452188728431093 -0.1179170827404168 -0.07706076872448032 -0.09129995934287298 -0.07688597683347906 -0.12420895594779782 -0.22390434292037015 -0.22437166796307817 -0.5240883067825093 -0.6080974676779175 -0.6729003048119697 -0.7945744232055354 -0.9031231519013087 -0.9310495443749589 -0.8676750240834423 -0.7397167085681875 -0.7892548105252923 -0.851168637556595 -0.8767813427027974 -0.8867957833438652 -0.8591982388814691 -0.8609615885727031 -0.772637348578343 -0.5019459901451788 -0.2935100662821204 -0.11815138200767995 -0.07688631064666054 -0.09130069126752384 -0.07688669881230237 -0.12889614915799422 -0.22390379345445205 -0.22437237210873953 -0.5320905575243521 -0.6311388801527902 -0.6910336044773346 -0.8092585487143048 -0.9142376017049205 -0.911167341914741 -0.8676057138522316 -0.8004231345053877 -0.7788152770421545 -0.834305344547396 -0.875897516290373 -0.8845931022292964 -0.8405493973293754 -0.8208275508194857 -0.7319163104278313 -0.4695267461947705 -0.27061315717634044 -0.11812174397159096 -0.07688715866690418 -0.09130152791014927 -0.07688752430440392 -0.1240259522912358 -0.22391623911426947 -0.22332787534732979 -0.4577709705918432 -0.5974608066352574 -0.6928825073944912 -0.822508139970901 -0.9300782548620022 -0.9314105913409417 -0.8939039685383373 -0.826922954252406 -0.8021059022500964 -0.8563969494715323 -0.8896771693635661 -0.9001731445972575 -0.8630156236814601 -0.8461515529510572 -0.7753528240562262 -0.4551390641664072 -0.2706961805465944 -0.1181613360258487 -0.07688622008663815 -0.09130065044226701 -0.07688661014497006 -0.12191255633234925 -0.22390370695386813 -0.22182065766645231 -0.48527156860053605 -0.6024264866604118 -0.7400465140218935 -0.8505794354382171 -0.9611749591412522 -0.9772511876052214 -0.9084368462937636 -0.8526054879760913 -0.8211908431427087 -0.8681473938377396 -0.89863922706718 -0.9049885218832083 -0.8654970096286263 -0.8797571426639025 -0.8210473318606262 -0.5859247348440596 -0.34205931254760763 -0.11815977853521967 -0.07688627277637379 -0.09130065387770869 -0.07688666193675692 -0.13041420614656848 -0.22390375748287483 -0.22278171081215617 -0.4476978232025622 -0.5233044659653282 -0.5965916628288671 -0.6970611776630599 -0.831747920575427 -0.8463003890064889 -0.8126388133018727 -0.7725497684003543 -0.758193101797939 -0.8106529464891664 -0.847119181509272 -0.8249089084584643 -0.7615769005041655 -0.7287035939473886 -0.638046166113185 -0.4026994916556409 -0.27064566000857665 -0.12250232336079235 -0.07688664067512772 -0.0913010168168178 -0.07688702000204423 -0.12012976150162755 -0.22102855099301325 -0.21380003034388376 -0.3547989015973206 -0.41753321169048085 -0.5651943035428735 -0.7124651161325632 -0.8031394741436177 -0.8151962608772145 -0.7871526016300272 -0.7610136058456598 -0.7643366793801721 -0.8099072163331058 -0.827812298447597 -0.8052242832149409 -0.7208157436830065 -0.6631951930013483 -0.6090931721940182 -0.3956235459955274 -0.2779116039398368 -0.12926473141421305 -0.07710295942182088 -0.09129999288487921 -0.07688595928275628 -0.12012871508202078 -0.22918961993315767 -0.230376422698238 -0.3550257156180044 -0.41045668976681926 -0.5578531109237106 -0.7919160600930759 -0.9007925609529344 -0.9026477861501587 -0.8926507998196223 -0.8275719439312543 -0.8209248242589956 -0.8697258586649688 -0.8643478007337092 -0.8613396897528065 -0.8308298831524752 -0.838358310850274 -0.7675038127804019 -0.5618913479440443 -0.3998986061732709 -0.11806495462105299 -0.07694782008495124 -0.09130000549247126 -0.07688602234717948 -0.12997824410242573 -0.22390438650368905 -0.22437171152306096 -0.6368629869809869 -0.7316512859290116 -0.7669911819274321 -0.8468440938901771 -0.9570735664760786 -0.973298346514239 -0.9033961734899927 -0.848063619615871 -0.8192784167042525 -0.8716943905014181 -0.9123802969837445 -0.9180968105358531 -0.882007586193264 -0.8916098537044451 -0.8298128764730687 -0.5909869479763361 -0.40944953359018976 -0.11817626247814755 -0.07688645073413897 -0.09130082944301357 -0.07688683513724445 -0.1423550869226263 -0.22390392600852727 -0.22437250214672946 -0.611654678749879 -0.725854310191566 -0.800416487716759 -0.8735890175901188 -0.9695315410872857 -0.9671219040875555 -0.9270835645370428 -0.8327837985964993 -0.7714535968817395 -0.7883130696244529 -0.783722759263312 -0.7370157353322988 -0.7088782119677394 -0.7359249179564086 -0.6443762405425149 -0.4027099076882065 -0.2706398905857901 -0.11817625766163274 -0.07688666540070412 -0.09130104120927288 -0.07688704408018991 -0.12122378632328223 -0.22390413040537363 -0.22373588146404375 -0.4439285656836272 -0.5360725759299695 -0.5968137239039895 -0.7231929897300563 -0.841917045783148 -0.8727767090327433 -0.833694444676859 -0.7720356406823538 -0.7608335398449119 -0.8078114292552567 -0.845027662440913 -0.8490150299592815 -0.820336785886904 -0.7863953669899243 -0.6930754193682211 -0.43469846630229036 -0.2706449456603009 -0.1181832734304394 -0.07688651544699147 -0.09130094081866726 -0.07688694450617435 -0.120129640240014 -0.22390398696500693 -0.2221451147364566 -0.4439154356605095 -0.5115478073103582 -0.6616521301747986 -0.7957554345521136 -0.9002352047446034 -0.8946051873405017 -0.8577820827977756 -0.8000941440035746 -0.779020963343252 -0.834016232030887 -0.859612859642485 -0.8542335036575498 -0.7768916362930507 -0.7532219446498694 -0.6676703380249982 -0.4115258127882242 -0.27064762649916346 -0.11817676480923518 -0.07688662633856444 -0.09130100269601907 -0.07688700605238134 -0.12012974774537888 -0.22390409330096495 -0.22373584507020686 -0.4558429107378614 -0.6050730309043193 -0.714064993638854 -0.8166624737016084 -0.926650360646666 -0.9450868967604703 -0.9086407428999063 -0.8480483305097706 -0.8250435465753116 -0.8728494632402692 -0.9129763193698797 -0.917630967551771 -0.8688488769736081 -0.8488874256647946 -0.7590315680023628 -0.49107757803539165 -0.3071884639388056 -0.1225127475760137 -0.07688652142336988 -0.09130089918863625 -0.07688690392724631 -0.12901483118987517 -0.22102843723991014 -0.21571387631248534 -0.3797278220057028 -0.49489701201156555 -0.6459379587719568 -0.7309943190161412 -0.8343771696957636 -0.8253767042810857 -0.7897221339803336 -0.7345018995889259 -0.7153159770438243 -0.7555363509136893 -0.754701564555646 -0.7509179837019615 -0.733280054937715 -0.71531411108832 -0.6472176887333955 -0.42322421898673396 -0.27794956730094594 -0.12930095034819666 -0.07702737541145217 -0.09129997298438183 -0.07688604025221299 -0.12284751216276145 -0.22996711947440845 -0.27920045853748926 -0.35479806110734424 -0.41045729217517546 -0.465920821225378 -0.6680668945066188 -0.7342972926492864 -0.7174859293674197 -0.7316698193678465 -0.6499235793040997 -0.6019020868061759 -0.6477262125787497 -0.677316638560302 -0.6649060128880382 -0.629036409196879 -0.6311935048158431 -0.5770292563840228 -0.39566860967371437 -0.2637558237210607 -0.11805627705347582 -0.07695915460868104 -0.09130000086029347 -0.07688601777838981 -0.1201287727803101 -0.2239043821325199 -0.27300419560312933 -0.4451039549182768 -0.49790314768333266 -0.5302150420659257 -0.6196550757558266 -0.7118719012959996 -0.7376929309264364 -0.708601971002632 -0.6120284743602737 -0.6168636984767157 -0.6721224633446348 -0.7124430285179837 -0.7195775574828832 -0.6902001392103292 -0.6770071176650501 -0.6219634304511978 -0.40269982555870865 -0.27063923540301715 -0.1181768328416428 -0.07688672613854439 -0.09130105361919136 -0.07688705630891274 -0.1201297973351672 -0.22390414235522244 -0.2730052028417985 -0.44519639638989084 -0.4963718071093401 -0.5377826274336923 -0.6398061822106941 -0.7458203500192384 -0.770171289904804 -0.7333007654825298 -0.6773054217238813 -0.6725996190021248 -0.7176768459350318 -0.7448326389133609 -0.7483230273399042 -0.6886046124856375 -0.6701201591535332 -0.6184147903085211 -0.4026983774145844 -0.2706736286775532 -0.11816334509415617 -0.07688656124458165 -0.09130089040260954 -0.07688689526972989 -0.12012963843713595 -0.22390398517975282 -0.2730050486482635 -0.4480278406295308 -0.4971052253445212 -0.5470489415801248 -0.6708821262075104 -0.7774589760488113 -0.791754075076573 -0.7644705317775373 -0.7299889659596824 -0.6770945152074316 -0.7146801696961036 -0.7456536751257671 -0.7650817254337204 -0.7405801323536721 -0.735884229919889 -0.6352023841485742 -0.40269714116260996 -0.2706736800408843 -0.1181608602832141 -0.07688654581685615 -0.09130092323320586 -0.07688692766991864 -0.12012967041138181 -0.22390401680856764 -0.2730050796731804 -0.4480307934179729 -0.4973388642804177 -0.5240562778479875 -0.6090034214754905 -0.7447795393404201 -0.843819154203359 -0.8273252968748952 -0.7785963802527652 -0.7525892823034946 -0.7919157799341319 -0.8224937893415437 -0.8399654083780904 -0.7699392070207006 -0.7301909706344011 -0.6586377887773336 -0.4027060041191632 -0.2707154399224203 -0.11815629819498073 -0.0768862247588226 -0.09130060654562935 -0.07688661520582356 -0.12012936213272933 -0.22390371189337163 -0.2730047805696635 -0.4790817631201256 -0.5509988867560734 -0.6331192692391832 -0.7553191965190258 -0.8888474731199533 -0.8899178958212783 -0.860584476143246 -0.8149221274803796 -0.7778532780891404 -0.832971561649659 -0.870054573252367 -0.8466002781879738 -0.8020092840799957 -0.7791542343150716 -0.6976386109227214 -0.4314598569590289 -0.27069558401703425 -0.12248002866181824 -0.07688634039373184 -0.09130072059562479 -0.07688672775557126 -0.12473810489019806 -0.22102909683782915 -0.26434618735894205 -0.3796549984850505 -0.4917190307938006 -0.7215957693095915 -0.8417428871530327 -0.9494606078755932 -0.9303275046227448 -0.8691513803475588 -0.8058145242058318 -0.8228623772843391 -0.7270300938291171 -0.850625429084044 -0.8775017288615166 -0.8511940610343224 -0.8053724183547062 -0.7659185438448041 -0.5273038029022143 -0.34269735045221716 -0.12943402550471855 -0.07697097386820857 -0.09130000021791658 -0.07688601717179033 -0.12568619722948876 -0.23801136199387596 -0.2885512133330034 -0.354912005787874 -0.4106469881545992 -0.499003158307941 -0.7026121793112247 -0.7941950961659968 -0.7954351096631245 -0.7994232961531799 -0.7471212645054187 -0.7369603866338261 -0.7763067224858374 -0.7760736921749929 -0.7705030713973215 -0.7189313021738954 -0.7103265272487505 -0.6269393062890177 -0.41026010023853016 -0.2637619803551191 -0.11790591927934747 -0.07705894800357467 -0.09129996008665807 -0.07688597756196527 -0.12012873310423178 -0.2239043436231938 -0.2730041571275399 -0.49181673197850434 -0.5657486168421346 -0.6608333379381798 -0.7793178795815825 -0.8889464257140067 -0.9148607799917828 -0.885343672926292 -0.7994062621624078 -0.7829887388186763 -0.8029915356929287 -0.777586699064743 -0.8387208357513644 -0.831565912525992 -0.8030286535479265 -0.723476250021975 -0.44529963833581837 -0.27060769669250606 -0.11812735180648731 -0.07688721944559662 -0.0913015878956213 -0.07688758346380048 -0.12025314659228206 -0.22411166760687848 -0.2730303483616321 -0.4437516636039398 -0.49590708207028017 -0.5238231630084877 -0.635896354725706 -0.7226335706324576 -0.779327316527057 -0.7348458768729638 -0.6493661520316445 -0.6213369016619781 -0.7029877369792678 -0.7893605796676717 -0.829481741285903 -0.7949051458664366 -0.8010603414810145 -0.7072447613949688 -0.44443336775277814 -0.27058146910532943 -0.11817818859524609 -0.07688692817602628 -0.09130130051631412 -0.07688729990033419 -0.1264757278045214 -0.22390438012671535 -0.2730054361138961 -0.4653185357669338 -0.5403511184426102 -0.5812366968986865 -0.6158689547859953 -0.7406559218381188 -0.7456325177146738 -0.6980495334917713 -0.6686463653010335 -0.6571862031993239 -0.595240351856882 -0.6103146602466762 -0.6057692333975344 -0.5948198278937794 -0.6032664387670734 -0.5821802847616616 -0.40270033004039485 -0.285227651538776 -0.11818291963701105 -0.07688657655669151 -0.0913009535727735 -0.0768869575977894 -0.1201296999290053 -0.2239040460145415 -0.27300510831700836 -0.5216861176861783 -0.5771216232214377 -0.5247579729753985 -0.6089425508207669 -0.6634896006390999 -0.6427503744991607 -0.6072610010673285 -0.5502118722807686 -0.5500061065486029 -0.5934567356895382 -0.6180736666461645 -0.6183679681504508 -0.5905373068097997 -0.6033727309183661 -0.5821838864609543 -0.40269433206854405 -0.2852639080343919 -0.11816641036432554 -0.07688657407515757 -0.09130090310897543 -0.07688690779536524 -0.12012965080926236 -0.22390399740997727 -0.2730050606505543 -0.4480289188752504 -0.4982893667252146 -0.5283105518492898 -0.6081681207222487 -0.6818559103097612 -0.6770622601156203 -0.6561771819598121 -0.5821836495989121 -0.5769877495757652 -0.6382720277019236 -0.6583588477064822 -0.6449662281419322 -0.6120203301121208 -0.6072823031057705 -0.5821808763261391 -0.4027070426397933 -0.2852757320403641 -0.12248335498033976 -0.07688646543764265 -0.09130084396134641 -0.0768868965208248 -0.12012959271684831 -0.22102860822829049 -0.2643463091867182 -0.4234884783445889 -0.41859578813484943 -0.5311796925024451 -0.6088304526469223 -0.677186180754863 -0.6323852483510649 -0.6295863888803283 -0.5759717325400097 -0.559448404539769 -0.6361670406833455 -0.6296567812749333 -0.6390743374558475 -0.6044700465146732 -0.603274758420634 -0.5821352053017785 -0.4352933091204131 -0.29240639821054476 -0.12949456734938827 -0.07692857451568634 -0.09130006572387438 -0.07688608120891559 -0.1201557202251864 -0.22389633121482158 -0.26972168734496127 -0.3711632668424201 -0.42523443172286535 -0.4536996706084891 -0.6131545555198427 -0.6915712564940436 -0.6516744591895051 -0.6435887512211576 -0.5691434793802727 -0.5595188514054888 -0.5982724229658563 -0.6359342302639162 -0.599598959380009 -0.5659677371290796 -0.5628449574651174 -0.548372648040022 -0.4109518301311819 -0.2783326962594998 -0.11802035848060062 -0.07698603074291818 -0.09129999492024296 -0.07688601191963465 -0.12018836095066279 -0.22390437652052764 -0.2730041899985956 -0.49250230382491855 -0.570145100095312 -0.5240474858003754 -0.6106043093992487 -0.724176755064324 -0.7127029088711789 -0.6792945620639949 -0.5823504665667166 -0.5887024447865605 -0.6321047050410865 -0.6726351015269353 -0.6493513707084699 -0.5919702131090316 -0.6032591121227834 -0.5821796738331557 -0.4255996570276201 -0.2851750370467896 -0.11817150247206193 -0.07688699753430484 -0.09130132231312718 -0.07688736692010364 -0.12016601604005604 -0.2239044001865998 -0.27300545579081664 -0.4827534579347106 -0.5606638735227575 -0.523834194599661 -0.6081474319582146 -0.695089317634034 -0.6942214054449747 -0.672873636761492 -0.5998703095859842 -0.5948635763464865 -0.6628649437421021 -0.6874874341532932 -0.6714780270260373 -0.6164667270265298 -0.603276245249886 -0.5821789403807218 -0.4281039812149558 -0.2852328467122828 -0.11817707121423493 -0.07688656706040257 -0.09130089616006168 -0.07688694785306822 -0.1201839728094848 -0.22390399023188953 -0.27300505360166605 -0.4788539717808395 -0.5581844488448582 -0.523835980477931 -0.6095491626193829 -0.7000057798372057 -0.7134121989768889 -0.648013200388334 -0.5532232816677345 -0.5507711436156981 -0.6035963703390451 -0.6333775685805549 -0.6593809103757752 -0.626721610479565 -0.608834211339408 -0.5821783261158751 -0.4027112380154867 -0.2706919260120851 -0.11816112269738567 -0.07688638082364742 -0.09130071180123246 -0.07688671907742853 -0.12012946458782461 -0.22390381323937056 -0.273004879984155 -0.5299752070487331 -0.49639510937289927 -0.5244026923431113 -0.6107282094964159 -0.6919033825478244 -0.6955579101536494 -0.7126799938408964 -0.6164336405353563 -0.6209745934032544 -0.6774900047344733 -0.7110934406621315 -0.7028247121448484 -0.6706222552560285 -0.6735031883377364 -0.6263563982141158 -0.408613772217908 -0.2707003987293329 -0.11815190812233495 -0.0768861247851281 -0.09130050791501583 -0.07688651791476504 -0.12012926616171377 -0.22390361698050604 -0.273004687467868 -0.44403872598550537 -0.5247043719174843 -0.6031089676205447 -0.7046524884474403 -0.8158133747358963 -0.8366285247694616 -0.7879014117272308 -0.7357282256405319 -0.7160609512326163 -0.7652497089644033 -0.7714868568456082 -0.771720057835061 -0.7544197148842481 -0.7585234751054055 -0.698780437043418 -0.4529601164316002 -0.2708671940642271 -0.12249341799312131 -0.07688570237589241 -0.09130009126180488 -0.07688610693537973 -0.1212833330282907 -0.22102849600799934 -0.2643455932029722 -0.35573957058485584 -0.44255525563894466 -0.5691510458021463 -0.6932791676978555 -0.7828854339586682 -0.7736349497573071 -0.71624626592976 -0.7088439361045629 -0.6459985390160632 -0.6969941532492837 -0.6991393374470802 -0.6743032459530731 -0.6427591770327623 -0.6032633481438651 -0.5819380827347657 -0.39587112476199343 -0.29260449540256955 -0.12954576585816502 -0.07688695213735101 -0.09130127736696612 -0.07688727706545115 -0.1201300151487144 -0.22471146149816146 -0.27075425489065275 -0.35597366821974313 -0.4112415009957151 -0.4538894845229099 -0.6091464774232419 -0.6522095932327012 -0.6143081704049815 -0.5931622116332135 -0.53934107883832 -0.538949514025818 -0.5880640768139778 -0.5887902636280546 -0.5760852748879434 -0.5574283791491565 -0.562806780816355 -0.5936706269316093 -0.41150896153455485 -0.27833018720271785 -0.11815609976407539 -0.07688603854731448 -0.09130037300830679 -0.07688638485010998 -0.12015082987452738 -0.22390410865811694 -0.2730045530264668 -0.506454058620427 -0.56753795146498 -0.524163967702416 -0.6091442651834025 -0.6577207823281169 -0.6421570854213914 -0.6268569832675661 -0.5732095109676155 -0.557318881085133 -0.6159869894140465 -0.6654972561162587 -0.6538636835966988 -0.6521810743418895 -0.603270713583891 -0.582181675636515 -0.4513290861740035 -0.285274053188666 -0.11815292439191773 -0.07688629819476558 -0.09130063001527482 -0.07688663838540505 -0.12020840810098138 -0.22390373450587892 -0.2730048027554696 -0.5057609944718546 -0.5400687765931751 -0.535983922662982 -0.6365682754049992 -0.7538428653549809 -0.760132972496697 -0.7403163216402838 -0.6760202436114646 -0.6712974560977335 -0.696051629511951 -0.7182030319667413 -0.7352134743426225 -0.7641507847088013 -0.706050133332229 -0.6471121793926383 -0.40269488829996236 -0.2705878068264357 -0.11813097087698027 -0.07688726405815666 -0.09130163191078537 -0.0768876269170621 -0.1201303604074021 -0.2241385440399001 -0.2730032759183462 -0.48611080705440995 -0.5573537809320007 -0.6139156542382729 -0.7237128498613862 -0.8633942027253614 -0.8662971928843749 -0.8082873264596164 -0.7394941471131745 -0.7043773817818684 -0.7617751347095683 -0.7979131645550701 -0.8355587351582514 -0.8608159913719887 -0.8262220612082035 -0.7519683083852984 -0.5249508593097834 -0.30812037628378114 -0.11811440818060719 -0.07688732554598342 -0.0913016470626591 -0.07688764187696615 -0.12833664247757826 -0.2241384061236205 -0.2730032921914026 -0.5206125479071381 -0.5733587689226453 -0.6009107702038848 -0.7456682958618603 -0.8753961366124239 -0.8767058823021985 -0.8381844691602741 -0.7234963671789114 -0.7082371358213561 -0.8018288965913123 -0.7908538675751833 -0.8356655710392764 -0.8195768428205896 -0.7498581657940968 -0.6712407878900137 -0.43008927847741285 -0.27082836449840564 -0.11799153576100517 -0.07700016571210629 -0.09129998410148872 -0.07688600124897396 -0.12630895812772433 -0.22390436630665647 -0.2730041797808913 -0.452164456750074 -0.5266095305255818 -0.6415917217759325 -0.8013213604973025 -0.922114967667895 -0.9526715602614955 -0.886052402524214 -0.8100062958988477 -0.7685675120011073 -0.7963481939979067 -0.8434084119541652 -0.867116942627538 -0.890849812734138 -0.8589047883903375 -0.7683797101179026 -0.4867009307321715 -0.29744522388400313 -0.12248089914556498 -0.07688629098369396 -0.09130062288335998 -0.07688663132602501 -0.12839113816087463 -0.22102900351076196 -0.26434609506629386 -0.4716684681429567 -0.578958173069035 -0.7218698469641552 -0.7883502369007737 -0.9208963043173943 -0.9039264196519602 -0.8676812880244041 -0.8144815162928272 -0.7997509678695022 -0.8451492608634616 -0.8523211743282434 -0.8700695726722456 -0.9078932211897212 -0.836289423472825 -0.8064761216432967 -0.575286880693469 -0.42526627869004635 -0.12944459929115734 -0.0769576127857723 -0.09130000149033125 -0.0768860183998056 -0.13402667770307541 -0.26384299569873537 -0.3247039989253151 -0.3588381820595585 -0.41362168460430737 -0.5630556070517969 -0.7424878583615938 -0.8400661595019089 -0.8168788327010914 -0.7934010256302602 -0.7041104842320703 -0.6939575833216753 -0.7224596198103445 -0.7554164348083445 -0.7186651161659989 -0.7235462361460048 -0.6303701632533838 -0.5484524520114403 -0.3955568732114579 -0.26375787228786834 -0.11816611569660176 -0.07688602246932577 -0.09130035710069956 -0.07688641785095045 -0.12012911887637906 -0.223904097024825 -0.27300453794810675 -0.5100867392586649 -0.4984358356551051 -0.5238124980646808 -0.6082344239475526 -0.6754243054544968 -0.6952238222289213 -0.6617735005750844 -0.5751524145266731 -0.5547705616858719 -0.6202161136418499 -0.6733622278948727 -0.6877918233493873 -0.7251320289786989 -0.6527827020032975 -0.5821833117698112 -0.4027086809778673 -0.28522711503223347 -0.11815213293449725 -0.0768865464613587 -0.09130092390761203 -0.0768869283271744 -0.12012967104687515 -0.22390401743602104 -0.2730050802908718 -0.5093189406424393 -0.5792327462601751 -0.5240503673962538 -0.6097527816507857 -0.6945573783664921 -0.702762538231861 -0.6675965188630048 -0.6193282408697307 -0.6293176729506251 -0.6633090415988099 -0.6716307456945811 -0.6725089215514509 -0.706954064600821 -0.6637836881455282 -0.5877703964680107 -0.40269931954989374 -0.2705790301384696 -0.11817080671481255 -0.07688696771665081 -0.09130129279723588 -0.07688729229665703 -0.12013003019927475 -0.22390437270460609 -0.27300542883139745 -0.5021308824704603 -0.5766267000900075 -0.524086324641255 -0.6533067036590761 -0.7916324129027004 -0.8023731139785067 -0.7576645963018921 -0.7387055438272886 -0.69765878021803 -0.7570640297392657 -0.7735229144671218 -0.7642777339346031 -0.749796154365492 -0.6817507601743976 -0.5884265373627309 -0.402712124275898 -0.2705759220244785 -0.1181698822660966 -0.07688695192857693 -0.09130127714497259 -0.07688727686320486 -0.12013001496825394 -0.22390435764693034 -0.27300541405514056 -0.5169721777773802 -0.49757936495297334 -0.550864534591378 -0.6976818803934226 -0.8234042729896912 -0.868339447973366 -0.8347588512668557 -0.7765565433803244 -0.7609658355386053 -0.816651302745894 -0.8394124502057936 -0.8131291460885914 -0.8024782168466866 -0.7398270852229946 -0.6289119794149391 -0.40271330018448614 -0.27059163882280884 -0.11814803582064626 -0.07688690967372992 -0.091301282229401 -0.07688728186918366 -0.12013001990239094 -0.2239043625245338 -0.27300541884864893 -0.5339377519734355 -0.49862972688869334 -0.5244995807786952 -0.6415084161572903 -0.804640508270081 -0.7966036993769166 -0.7553007487950453 -0.719475407756018 -0.6979035171410458 -0.7469196447038128 -0.759886373282204 -0.7439886624740205 -0.7192533404006783 -0.6467000878265605 -0.58218127390303 -0.40269431075677087 -0.29353186908188406 -0.12249538826944505 -0.07688696503972792 -0.09130133684507369 -0.07688733575982998 -0.120130073079988 -0.2210288605137277 -0.2643467782504875 -0.3590722815908242 -0.4180785460171493 -0.5318792112626324 -0.6098970663143606 -0.6620700270361052 -0.6495118772588373 -0.6013817118654508 -0.5576495064826413 -0.5592386713169342 -0.5964593346916763 -0.6172527564169783 -0.6387597606561609 -0.6744141663245216 -0.6069254627872106 -0.5848779079486424 -0.39606129857506656 -0.2779486872923689 -0.1293147713897777 -0.07701533757464234 -0.09129998457437079 -0.07688600171538217 -0.120128756935633 -0.22843017946099767 -0.2760717945525075 -0.35907446869810705 -0.41362118874575504 -0.4564709018337474 -0.6092929947907657 -0.6734703475884475 -0.6982341786379227 -0.639415732859708 -0.5704993114666598 -0.5593395655966864 -0.5956655737628399 -0.6145947587619537 -0.6118607164340196 -0.6305369334259244 -0.5889876117390569 -0.5483155431303576 -0.3957458213455001 -0.2637269241984777 -0.11789490860924276 -0.07707769910932791 -0.091299962565461 -0.07688598000784039 -0.12012873551175861 -0.2239043459596222 -0.27300415947028156 -0.5283353332769086 -0.4980368808210625 -0.5326640838966231 -0.7124686792546127 -0.8625405358484574 -0.8775073752041415 -0.8582579259657434 -0.7785449108453968 -0.7404401159992338 -0.8073542946564697 -0.8401448918560558 -0.8526943144864654 -0.8300231125952482 -0.7640509847869202 -0.7004532743483973 -0.45735150014561887 -0.27058948787100473 -0.11807042506160956 -0.07688748767157512 -0.09130185257440658 -0.07688784468516298 -0.1203646888320149 -0.22390369008836083 -0.27300350415012425 -0.45042676155716105 -0.5002595702430664 -0.5249328683329437 -0.6093810998366241 -0.7231871691651324 -0.7642390311872607 -0.7661773695242158 -0.6596164469286981 -0.6417953527550081 -0.7023434497244597 -0.7143780603552893 -0.7055607406586479 -0.7126133122377833 -0.6561047268264233 -0.6018085456690803 -0.40300783990207106 -0.27057910737158625 -0.11804465789550424 -0.07688731230226069 -0.09130167953241689 -0.0768876739005214 -0.12013040678709835 -0.22413818615622422 -0.27300332704065544 -0.4491447174909388 -0.5006655184196768 -0.5249288706124637 -0.613361702543807 -0.7104065353990864 -0.7710739833059379 -0.7390560701605008 -0.6457735612617456 -0.6066062912371232 -0.6354363651529105 -0.6140197630993077 -0.6158198416466453 -0.6435230582558189 -0.6053460184374142 -0.5826223703604052 -0.4390919962484256 -0.28536183853408187 -0.1181634232329179 -0.07688593430732389 -0.09130026982968756 -0.07688628308207004 -0.12012903447855772 -0.22390463621414874 -0.27300444950468933 -0.5237675276264024 -0.5727244506956087 -0.6036043764987931 -0.6859678759626391 -0.6608894447607978 -0.6260411797537503 -0.5870127764984213 -0.5517569042981482 -0.5516770205889524 -0.5961266663854118 -0.6137781357992177 -0.6202432365782411 -0.6434523163549185 -0.6032544629634369 -0.6379391650378995 -0.4303614689726744 -0.28517869167294113 -0.11809403790698379 -0.07688715135557862 -0.09130147459500207 -0.07688747169227478 -0.12026436512527973 -0.22390454736156581 -0.27323894732094267 -0.49266124625898655 -0.547278573676778 -0.5871995980782909 -0.6736777113509087 -0.6604850937597724 -0.6235412581979495 -0.5868024096803072 -0.5529292710154337 -0.5502445143560821 -0.5939082895703487 -0.6123111851513356 -0.6174669149894767 -0.6434523163549185 -0.6032681138273513 -0.5821819754005708 -0.4172803793250773 -0.28532543533246496 -0.12250164193661542 -0.0768862636022321 -0.09130064432266369 -0.0768866519812574 -0.12047662083523315 -0.22102897758909856 -0.26434606942009925 -0.38430288461083717 -0.4694645752815729 -0.5926631271796714 -0.6747066997272453 -0.6597163289702092 -0.6351231442142055 -0.5959344774759184 -0.5585171594166644 -0.5578565439620305 -0.5953876293308941 -0.6100475062234653 -0.6306842933569421 -0.6598535704944718 -0.6029906573539009 -0.5824277681979477 -0.3955483879707576 -0.2778466996265635 -0.12939049093987534 -0.07698899049173195 -0.09129999387532078 -0.07688601089311764 -0.12012876598474255 -0.23059713978602434 -0.272727330871378 -0.359788290076748 -0.4112415239988345 -0.4538897565420491 -0.6113570685308034 -0.657104232536673 -0.6132460774236405 -0.58188601724155 -0.5388678370189037 -0.5373141170958674 -0.5764609975044636 -0.5904040560648558 -0.5817719128605733 -0.6061023238930104 -0.5627371393815664 -0.5827103267628566 -0.4145398989318901 -0.2783611808998109 -0.11816831526856392 -0.0768861454135008 -0.0913004787879585 -0.07688653748845424 -0.12031806109447019 -0.22390358779713848 -0.27300465884716374 -0.475653546032153 -0.5501265857906789 -0.590785043404853 -0.6757967613889666 -0.6588182760828195 -0.6245371143770607 -0.5872197011891958 -0.551848913033806 -0.5505190573462567 -0.5944789231031776 -0.610946982769019 -0.6170740883282848 -0.6433061028307295 -0.6032660514559631 -0.6230018842751649 -0.423617079661736 -0.28520669122622744 -0.11817884410712194 -0.0768867325066871 -0.09130110692057454 -0.07688710839337293 -0.12065271763474693 -0.22390414667720693 -0.27300520707823867 -0.4629425658703457 -0.5289814851930946 -0.5878745616337522 -0.683583790623705 -0.6587225335556808 -0.6688718520179788 -0.6436034687760911 -0.5970207520623837 -0.5748293283412955 -0.6089661930805937 -0.6385498913169102 -0.6807149970168045 -0.6865001338433054 -0.6428938089461287 -0.5821810116113396 -0.40270936826499704 -0.2705737058765562 -0.11815453236859223 -0.0768870946191314 -0.09130141841725048 -0.07688741625181131 -0.12013015251300405 -0.22390449372671004 -0.2732396634753001 -0.5206974671651946 -0.5699291151747752 -0.5247921612052034 -0.6084575211392381 -0.6736930426320699 -0.6237840765135533 -0.5862184645123628 -0.5501112085003742 -0.5501043799218956 -0.5940842021830344 -0.6224252365921056 -0.615930305080919 -0.6439541796060286 -0.6032637945214337 -0.5819354567616866 -0.42012891535155183 -0.2854214839602803 -0.11807367739394609 -0.07694231638397785 -0.09130001035507418 -0.07688607699334399 -0.12015439663099513 -0.223904390058704 -0.27300420352468197 -0.48692773839118514 -0.5490028368344555 -0.6070192021544853 -0.6080369307001555 -0.681991508940636 -0.6712805705832775 -0.6396629688363119 -0.5913887164051845 -0.575428006569054 -0.628258763510807 -0.6574338772959816 -0.6767492298627085 -0.6838490159985593 -0.6296155965639748 -0.5824274757061028 -0.43160800457675447 -0.2857522468183983 -0.11806668251483428 -0.0768874334498835 -0.09130175388870418 -0.0768877472996547 -0.1202688556018535 -0.22399972965487672 -0.27300340170711557 -0.5025071423222356 -0.5635363854196334 -0.6003276710857952 -0.6779320197631603 -0.6587639991193658 -0.6235688358252253 -0.5878667812758698 -0.5526102175375476 -0.5526382021390283 -0.5948268384217085 -0.6110374276736783 -0.6189150120040177 -0.6434523163549177 -0.6032516788399064 -0.6275206890444315 -0.4218865005100466 -0.28530031408458356 -0.12249806136932188 -0.07688610902923922 -0.09130049182103493 -0.07688650153168347 -0.12041371968374423 -0.2210288298810208 -0.2643459233558852 -0.3786456075934771 -0.4580029906281621 -0.5694512972806397 -0.6463385177938897 -0.7450606067455355 -0.7123909513715687 -0.6795240901776256 -0.6320696018634837 -0.6242418717192503 -0.6575095894670681 -0.6794134050120666 -0.7077188839292665 -0.6398413017764486 -0.6499557647108314 -0.6392616930720286 -0.4285287344262211 -0.2923766926380385 -0.12953295450728053 -0.07690439802752805 -0.09130007423613365 -0.07688608960692037 -0.12073375988459455 -0.2238580175977515 -0.2694291308105829 -0.37437565311256826 -0.4289936009403109 -0.4684769717452382 -0.6383576705904122 -0.6970901698352819 -0.6686706330017912 -0.6390139331538656 -0.5801661870868448 -0.5674549447066133 -0.6156811025842317 -0.6303446584823558 -0.6408714353855972 -0.6671484064556629 -0.6249386924012085 -0.5715397569161655 -0.41028599130941273 -0.2783461172386294 -0.1179701392695518 -0.07701153800519012 -0.09130002995548529 -0.07688604591801679 -0.12119481280488127 -0.22390435316075982 -0.27300416665895305 -0.46507413796497993 -0.5121679889248146 -0.5623319391200624 -0.6630058391784122 -0.6584494956126586 -0.621993015820026 -0.5859084175846518 -0.5504083221771238 -0.5505920450324485 -0.5937961863932789 -0.6094573657784789 -0.6200323383871855 -0.6434523163549175 -0.6032541280830246 -0.6090960975232845 -0.4172788393824679 -0.285173544274893 -0.11813486984231066 -0.07688709142199243 -0.09130141526454211 -0.07688741313990766 -0.12027766517694563 -0.22390449878434185 -0.27323966893029483 -0.4943337326732633 -0.5508108144932199 -0.5243260470902564 -0.6091135832816987 -0.6703910455550621 -0.6661613066098735 -0.6329472476794405 -0.5615973834060851 -0.5558300170347805 -0.5983735575673657 -0.6249021537784298 -0.6286058492672923 -0.6439442523520752 -0.603266783363569 -0.581934716218865 -0.4263094388913206 -0.28535157270589895 -0.11790442781711695 -0.07708333483065827 -0.09129996057636183 -0.07688597804546224 -0.12023280394757341 -0.22390434356555333 -0.27300415705856873 -0.5000542961012935 -0.5660256143640515 -0.5240592936709094 -0.6109967138820356 -0.7279839916748965 -0.7622971305200681 -0.7342355820952909 -0.6686077257898869 -0.6574848966975226 -0.7044373435123018 -0.7343670055463449 -0.7064624819776482 -0.69020358590969 -0.6272677784293919 -0.5821791715131822 -0.4027072658130737 -0.2705647559599569 -0.11812786838307146 -0.07688718369332269 -0.09130150661026487 -0.0768875032899518 -0.12013023837968535 -0.22390457868598493 -0.2732385044204417 -0.45039515338947367 -0.4977939480880723 -0.5272923868782909 -0.6142070579534221 -0.6909893437689902 -0.674473528596963 -0.6291322796356197 -0.5868312340159912 -0.565390052358856 -0.6209983479848641 -0.6440636846958445 -0.6709860167644484 -0.6790235157299741 -0.6346374138736658 -0.5819388600258503 -0.4027025847101067 -0.27078562098626885 -0.11816932863515853 -0.07688590277758003 -0.09130023861258502 -0.07688625229175308 -0.12012900409316873 -0.2239046067249819 -0.2730044200320436 -0.5062450369862531 -0.5560075680175812 -0.5930152657354002 -0.6735814078790958 -0.6587903209952836 -0.6233514126236828 -0.5863811660769436 -0.5503295810794305 -0.5498828786426171 -0.5953382368000747 -0.6138048306081586 -0.6200301336876715 -0.6434523163549171 -0.6031520989981456 -0.6061531461601951 -0.4172922255579634 -0.28511485577171825 -0.1224967268105909 -0.07688689523994635 -0.09130122103967087 -0.07688722149285986 -0.12048110180930693 -0.2210287543776676 -0.26434667457120764 -0.42419487316150467 -0.4485910237627991 -0.5548906328479557 -0.6329701743462072 -0.7206284663942941 -0.6957128909420466 -0.6569614527893765 -0.5990768647286737 -0.5952027041438233 -0.6371370945201703 -0.6551205673132533 -0.6985428134846324 -0.7321237959154165 -0.6719651279096025 -0.6401578574372605 -0.41695927970784724 -0.2923131398269384 -0.12937506287144596 -0.07688791576022118 -0.09153514877733922 -0.07688580160887434 -0.12105530491065308 -0.22391398693910136 -0.2696155009290745 -0.4230078626120804 -0.4278036989801644 -0.46866648186158066 -0.6394864500393017 -0.7059486984726251 -0.6834475400183571 -0.6566389010089345 -0.587855312548278 -0.5817518879695834 -0.6225043966512513 -0.649059453648228 -0.6992518628420061 -0.6693901577851112 -0.6246129629089615 -0.5707119331870987 -0.41015409753298654 -0.27834553526312195 -0.11816127679739166 -0.0768891574923477 -0.09130007078701147 -0.07688608620485336 -0.12128553889841882 -0.23133050799563948 -0.278967993708572 -0.5137114573830373 -0.5121629642921789 -0.5405152785302579 -0.635036326749256 -0.7254627620904313 -0.7155477085755275 -0.671400162077109 -0.6077187740933443 -0.5874101235573207 -0.6418172238463832 -0.676221420786932 -0.7482087810045647 -0.7111019218351987 -0.6626928410938703 -0.6057312418678951 -0.41728358242750846 -0.2852836085787334 -0.11816364443143786 -0.07688654318293783 -0.09130082597355724 -0.07688683119876752 -0.12156212893565957 -0.2302756559769361 -0.2790313402823376 -0.5137770948476981 -0.5126367709038887 -0.539806747988779 -0.6237018623343112 -0.7154757921901012 -0.7125852713729481 -0.6715185658224944 -0.6143134662551212 -0.5993915892113131 -0.649422749102713 -0.6846767410569965 -0.7566120024552149 -0.7181939227118331 -0.6698578496622762 -0.6146724731953976 -0.4172862949631911 -0.2851124843574642 -0.11816391018302261 -0.07688719395526088 -0.09130146951330798 -0.07688746618797455 -0.12115011859692609 -0.23212284721323098 -0.2792900468607106 -0.513607934685785 -0.5152480953799518 -0.5574982847050344 -0.6423996453262464 -0.7352229227095447 -0.6217586625052853 -0.5864078805264188 -0.5501255327153926 -0.5719787052424083 -0.6364452685670086 -0.6876487785389547 -0.6684223993498076 -0.6434523163549164 -0.6030292303756005 -0.6219876715025848 -0.4201218310482838 -0.285294894547458 -0.11815867539310347 -0.07688627076701253 -0.09130060286342559 -0.07688661160405337 -0.12046774785579126 -0.22390371009225477 -0.27300477880599344 -0.5358627443823556 -0.5326166959621421 -0.570080787546095 -0.653593007472366 -0.7484366035757253 -0.6217079553727431 -0.5860529455784356 -0.5957351900884319 -0.5929693823802017 -0.6504338551587028 -0.7009100452636305 -0.6686657895627338 -0.7131865629976225 -0.6230976087733266 -0.6493144748373212 -0.43073660367725963 -0.2851613081464006 -0.11809862867579038 -0.07688727308221872 -0.0913015951162174 -0.07688759061791094 -0.12056031070452002 -0.22413866651061645 -0.27300324453728225 -0.5185419765207383 -0.525370962390628 -0.5720161380538873 -0.6563932092242092 -0.658745053710972 -0.6217265709748733 -0.5860392564929672 -0.55090067449764 -0.5855945900477258 -0.6514517479657255 -0.6129576363255094 -0.6684200434292219 -0.6434523163549163 -0.603025594699305 -0.6227009611091827 -0.4203750431037194 -0.28539001528675223 -0.12241950213650336 -0.07692563269059154 -0.09130001624678122 -0.07688603295247441 -0.12060005979294956 -0.22102841700092724 -0.26434551507333515 -0.44157576028806234 -0.4730475159480103 -0.6057544512736477 -0.6095747788531064 -0.6879697907211413 -0.6763856962835267 -0.650214775014911 -0.5987535060318401 -0.5932611522383513 -0.6362572248311787 -0.6294064864968753 -0.6980092188252703 -0.6557343231036978 -0.6032714586189526 -0.5900790401110304 -0.395535112748351 -0.27796114625904217 -0.12929545399388556 -0.07703631889606728 -0.09129997716844834 -0.07688599441085649 -0.12012874973116705 -0.22615617590809936 -0.27424589326706567 -0.4084208106354251 -0.4124317091781125 -0.45388922868293946 -0.642103065442981 -0.7067990831259959 -0.7120614545060497 -0.690974035343155 -0.6240590709593611 -0.6171630867045887 -0.6484772286644218 -0.6643163312098762 -0.6884472720387992 -0.6561522394163969 -0.6047003073978738 -0.5720527174541178 -0.395876979216163 -0.2634992722154968 -0.11805719283953356 -0.0768873791434959 -0.0913017454701735 -0.07688773898972577 -0.12024101613841542 -0.22402735000343768 -0.2730033957423177 -0.563801399802298 -0.5644294272139337 -0.5871701713515874 -0.6567893437957748 -0.7421315067536778 -0.7280532183621957 -0.6774647123210756 -0.6050641300245353 -0.5798760010383983 -0.6368168862375989 -0.6786086330635451 -0.7531196649792561 -0.7235633487306249 -0.6769329207190639 -0.6235580117932439 -0.41730758276351887 -0.2853390094762837 -0.11816886578077365 -0.07688598419966318 -0.09130036869065303 -0.0768863800748583 -0.12116496570873031 -0.2277084457775445 -0.2796515667554621 -0.5137370105691843 -0.5126183112459606 -0.5391667416934786 -0.6236905180264167 -0.711535636883977 -0.704580519170184 -0.6661072620424637 -0.6072369748673834 -0.5897515977555257 -0.6456851112868514 -0.6817167759931824 -0.7552079418608043 -0.7210791341838604 -0.6835999762146074 -0.6252570051514439 -0.4172516856459235 -0.2853222632137766 -0.11815734078463569 -0.07688635015927095 -0.09130068145492272 -0.07688668914393341 -0.12103955080622224 -0.22390435630192052 -0.2730048440535728 -0.5191304900327836 -0.5239015792083759 -0.57091633681847 -0.6582475991549471 -0.6590094349825578 -0.6217495684434442 -0.5887343809847588 -0.5533225525703918 -0.5572879369342966 -0.6028543463016124 -0.6536279437064316 -0.7136458294272376 -0.6757592720763612 -0.6032444848502241 -0.5821830990936877 -0.4382006059158217 -0.2851477632863822 -0.11817241973753648 -0.076887035070212 -0.091301359474468 -0.07688735810810317 -0.12013510461515298 -0.22390443693296996 -0.2730655249011491 -0.4992404107740369 -0.5047043681710268 -0.5279421904246473 -0.6340566158869743 -0.7454475994283118 -0.6235823582373011 -0.5878291244962612 -0.5985430691821995 -0.5821496521783546 -0.6506215108837374 -0.7030212249754949 -0.668669580204123 -0.643452316354916 -0.6713400732028686 -0.6350625439878923 -0.4173234061197022 -0.28516647793670663 -0.11811890953510168 -0.07688707484737461 -0.09130139885506024 -0.07688739694758522 -0.12063727535141582 -0.22390447411456207 -0.27318970776160406 -0.5158746337955149 -0.5149249061534287 -0.5581761841632771 -0.6533995578738538 -0.7492396378064604 -0.6217632854995246 -0.5870813481227556 -0.550336232524601 -0.5509469534673865 -0.5946348898841797 -0.6177053439640711 -0.6684145964656216 -0.6434523163549158 -0.6032415087544307 -0.6160327759999576 -0.4256852024284435 -0.28528602532213604 -0.1224782783223205 -0.07688629783977105 -0.09130062966137052 -0.07688663803627423 -0.12039856222282334 -0.22102901415480633 -0.26434610559236454 -0.4434623142637256 -0.4673235804684718 -0.5777131990364759 -0.6550129091218648 -0.735617644586194 -0.7090062457027201 -0.6721073527288647 -0.6219060553850345 -0.6165298545725737 -0.6611150751574963 -0.6802832715198089 -0.7621743090564073 -0.6393412711426129 -0.651245834918162 -0.6387219564260431 -0.4259772709291386 -0.2922374568191499 -0.12943180935106632 -0.07688726347418876 -0.09130153826269881 -0.07688753404005405 -0.12102133560123722 -0.22370119839698208 -0.26969025991457823 -0.42300817378093447 -0.43256270298857874 -0.4690718701468433 -0.6248720309037971 -0.6943863992822957 -0.6783575955166282 -0.6523990991496961 -0.5830238525389738 -0.5716422594423193 -0.6224535359167042 -0.6404139766741492 -0.6889299159635748 -0.6603243758446175 -0.6122287980738899 -0.5630173725654398 -0.41011029010682304 -0.2782484744290947 -0.11815985624754208 -0.07688698736522405 -0.09130072440227177 -0.07688673099314086 -0.12169702286461055 -0.22816177525228912 -0.278451775449978 -0.5137680993564844 -0.5138202876066499 -0.5393425128238934 -0.6422930781954946 -0.658985202841724 -0.6231081995607719 -0.5884319991217536 -0.5521249726991877 -0.550538457430029 -0.5946798506145914 -0.6139562103510713 -0.6686665824111616 -0.6434523163549157 -0.6031958586768983 -0.610749114404444 -0.4186056592746683 -0.2852172404852237 -0.11814567864354736 -0.07688661035963305 -0.09130093901652162 -0.07688694322766523 -0.12048708116066001 -0.2239040378910555 -0.27300510036394554 -0.5238175056083103 -0.5349531508258747 -0.5880243606734419 -0.6092649620802858 -0.6613124164072919 -0.633558485488007 -0.5918730828163158 -0.5540646541070073 -0.5503306392354682 -0.5948990528250923 -0.622421604419299 -0.6684114482367415 -0.6434523163549156 -0.6032601248546938 -0.6072236564308447 -0.41728984316282425 -0.28532656200781553 -0.11815733226709207 -0.07688602666283893 -0.09130036124388387 -0.07688642191322785 -0.12062875918906261 -0.22390409661659375 -0.27300454111771866 -0.5141877197490242 -0.51546688354554 -0.551837246636562 -0.6506294897773931 -0.6585082763032098 -0.6218060657432467 -0.5862817103969128 -0.5967772487390406 -0.5885473070384757 -0.6469451429113678 -0.6979851189110361 -0.6686640137570721 -0.7053147486678846 -0.6747667075705363 -0.6211402123657519 -0.4172780925929673 -0.28532181083921015 -0.1179728553238314 -0.07706056920601405 -0.09130001928644291 -0.07688603541153316 -0.12095594889825216 -0.22390434101144027 -0.2730041545192534 -0.5137060069078125 -0.5154676083020333 -0.547042578286113 -0.6247584292902176 -0.7192946533663807 -0.7096078033976079 -0.6730759331720139 -0.6030715311450074 -0.5796505092273009 -0.6360871886101973 -0.681296896477111 -0.7466243772461606 -0.7200021727546287 -0.6750089635618114 -0.6228385295265276 -0.4172833840101957 -0.2851726760034378 -0.11810943699920404 -0.07688721172322859 -0.0913014870766658 -0.07688748352180898 -0.12145959265101967 -0.2310498395074055 -0.27925133304419064 -0.5136102804419387 -0.5140432573637405 -0.540753897247773 -0.6266249617820109 -0.7221419468951121 -0.6227890026024026 -0.5863890943644572 -0.5865599877521749 -0.5861974930513313 -0.6443807675172744 -0.6860183478817753 -0.7512370875303762 -0.7214522900656923 -0.6815795021483982 -0.6315213983819479 -0.4172967300907331 -0.2851411876397796 -0.12246820451719208 -0.07688692778873069 -0.09130125326321062 -0.0768872532879001 -0.12053829837610024 -0.22102877888521422 -0.26434669851715875 -0.4721462914997485 -0.4970185312896535 -0.6088994425928314 -0.6111717244255426 -0.6619901337511639 -0.6348372699841377 -0.6051496211691245 -0.5697531226484014 -0.5760440369580937 -0.6223958102137207 -0.6232226360818023 -0.6786985366192405 -0.6675413083690857 -0.6029754039424045 -0.5821798658811389 -0.39551573711198884 -0.277833102189522 -0.12947062051880634 -0.07692142057630122 -0.0913000177294206 -0.07688603443536825 -0.12012878919669821 -0.22794106090073252 -0.27861460771327584 -0.40842070065694036 -0.41440606672278757 -0.45407950866812385 -0.613557165916527 -0.6717600194751909 -0.655025224936755 -0.6262140454698748 -0.5723182093746205 -0.5440104539585325 -0.5817973419149806 -0.600642001683601 -0.6349247237640552 -0.6058090598344339 -0.5627585003256015 -0.5643491290036683 -0.41013722086408483 -0.2783404223062914 -0.11815914961807596 -0.11799368528130905 -0.07699043942404556 -0.0912999933668039 -0.07688601039280403 -0.12048820475202501 -0.22390436560756716 -0.2730041790923882 -0.46044994547725093 -0.5178607582343321 -0.5572870191413416 -0.646901081912491 -0.7347403882298275 -0.624830936263307 -0.629358897190221 -0.5871128763554488 -0.581906123335476 -0.6443012294346663 -0.7332770527500376 -0.7508951068523201 -0.7248811526539074 -0.6790017123009655 -0.6272600185436223 -0.41729699140237786 -0.2852096368191955 -0.11814484907928158 -0.07688676117037033 -0.0913010415255379 -0.07688704387073596 -0.12128021725757322 -0.2305369048608881 -0.278882624552756 -0.46389841878519894 -0.5116773190942427 -0.5401357522969659 -0.6242298862992601 -0.7087283779972168 -0.6971902347543654 -0.6545341925400585 -0.5902094174383409 -0.5774743004877562 -0.6417068251465 -0.7325768497241564 -0.7500156606272498 -0.7240123525091757 -0.681213257439836 -0.6237608627968035 -0.4172680530292748 -0.28535081764325815 -0.1181361885776175 -0.07688584510006494 -0.09130018154005727 -0.07688624526948563 -0.12098194197880274 -0.22390454769586968 -0.2730043610573458 -0.47086809016537834 -0.5145057193836725 -0.5485981851518672 -0.6346266913482028 -0.7267600643890654 -0.7227329322082251 -0.6779273095259272 -0.609006936933476 -0.5885175038503864 -0.6564932257721615 -0.7484067741326783 -0.7663562708449706 -0.7386306837138575 -0.6923681967825752 -0.6375501854237813 -0.4172676886030919 -0.2854090915558043 -0.11812754790249004 -0.07689648826801879 -0.09130007701875371 -0.07688604254940877 -0.12106671361006996 -0.22390440078694313 -0.27300421423866217 -0.4702650140640807 -0.5165117853852801 -0.5561779561078662 -0.6456614428959184 -0.7361390648502238 -0.7247340361598482 -0.5863719547140864 -0.5891441217895994 -0.5928801675922326 -0.655340511609589 -0.7464492210495552 -0.7604149658584042 -0.7316402566336434 -0.6898512318579036 -0.6395972796340446 -0.42387919972989974 -0.28517392481930887 -0.11818283322762274 -0.07688696234788125 -0.09130128748955044 -0.07688733265408373 -0.12067192584160387 -0.22390437506166735 -0.27300469997659116 -0.44965302096985765 -0.4997039886152261 -0.5254669871206781 -0.6101957999901808 -0.6588820992863507 -0.6229856906322396 -0.5870616168567717 -0.5738185445425611 -0.5750904786949438 -0.6467186340036035 -0.736666364980436 -0.7579646163948435 -0.7317204669869817 -0.690887997790904 -0.6399724265908912 -0.41774613168889796 -0.2851620671820932 -0.12250250676110434 -0.07688695390733705 -0.0913013253806961 -0.07688732395323052 -0.12108534267988166 -0.22102881042541153 -0.26434672932658615 -0.373896218954826 -0.4326649979757632 -0.5492350840317973 -0.6238794673043432 -0.7168183850822284 -0.6835846437585803 -0.6475862264976662 -0.5925150736463425 -0.5878641162252817 -0.6355842520109661 -0.704445242897453 -0.7302252193605873 -0.7165004590719417 -0.6609344869007647 -0.6276182067308571 -0.4100925870764546 -0.2922778952362014 -0.12953905526737045 -0.07688610457045222 -0.09130048743047756 -0.07688649720492875 -0.12124302007726159 -0.22394568526469436 -0.26954252576786975 -0.3704494977795649 -0.4258296994324884 -0.46847741415712757 -0.6238808693960339 -0.686302385136326 -0.6683403000934666 -0.645634899490312 -0.5879566791358609 -0.5794241600410747 -0.6255538828938552 -0.6958481638161329 -0.6950248709322515 -0.6775300445428714 -0.6359492671120993 -0.589543907727251 -0.410104983327888 -0.27814808194156926 -0.11817870708434489 -0.07688665605776514 -0.09130098425997805 -0.07688698787726857 -0.12089290366700803 -0.22390382080121354 -0.27300514314760665 -0.4724731052898608 -0.533684950590974 -0.5718704082921547 -0.6547810246366602 -0.748679712401129 -0.6245541512730801 -0.587113367613478 -0.5782288311036755 -0.5838166815727447 -0.6492785930692981 -0.7387165087984447 -0.7539053900681183 -0.7293012779731857 -0.6915372829057819 -0.6430586140016948 -0.41799577686774547 -0.2851965980793044 -0.11814911266400466 -0.07688687716724668 -0.09130115623814355 -0.07688715705130181 -0.12104470867175769 -0.2239039412684574 -0.2730045279508745 -0.4726603820164149 -0.5382416186754196 -0.5812261335493917 -0.662891469286943 -0.7500102164048947 -0.6224252660008016 -0.5863607402772382 -0.5977019057061523 -0.5930005070726534 -0.6579276174185789 -0.7528267368480186 -0.7641033911125631 -0.7289680779137541 -0.6845057508920463 -0.6220724751300886 -0.4172420224753794 -0.2851414755060858 -0.1180987849511049 -0.07688734085228596 -0.09130170719080824 -0.07688770075981105 -0.12129130635524454 -0.2276201503142284 -0.2793337411036431 -0.45976130189343334 -0.5116660210385179 -0.5391047605098525 -0.6312950478608216 -0.7315672320331994 -0.6221638685192405 -0.5877966280815258 -0.5514159541981878 -0.5513076939799095 -0.6249938757644421 -0.7241278082256155 -0.748224131900261 -0.7259428332775313 -0.6835837574176077 -0.6347526471321846 -0.4293617664993496 -0.28537702058812514 -0.11816011523439075 -0.07688629640963242 -0.09130003013989145 -0.07688604665742985 -0.12038365149890617 -0.22390440245842827 -0.27300421591248464 -0.5169216531342338 -0.5686109274369269 -0.5253246948404168 -0.6096234918718622 -0.695236738051445 -0.6977648311321705 -0.6305498775271112 -0.5623230626613268 -0.5555960868494569 -0.6304839549214792 -0.7302993869426627 -0.6684250144859415 -0.6434523163549144 -0.6032479990848175 -0.6111702364958432 -0.4179139523477649 -0.2852359147761797 -0.1181649538475843 -0.07688664683688053 -0.09130088087301039 -0.07688693281608573 -0.12092018188887052 -0.2239037159079211 -0.2730043056001999 -0.46515510334473636 -0.5168951833656827 -0.5398413907472639 -0.6229645941866159 -0.7094566166565766 -0.7014510552193914 -0.6553029986739192 -0.5934457383819043 -0.5731943143166807 -0.6412494722034223 -0.7317639688562978 -0.7480187475258853 -0.7241865061251593 -0.6813930073440365 -0.6307174681293753 -0.4173734559750205 -0.2854394502534351 -0.12223483278891654 -0.07704308065010043 -0.09130001943325558 -0.07688603554801486 -0.1215682947542591 -0.22332707129531718 -0.26881480502582167 -0.3708060910877266 -0.434093691669433 -0.5458752404486565 -0.6234568239479801 -0.7051879395172065 -0.6869759329917523 -0.6461365080632561 -0.5949808337176852 -0.5898155287778833 -0.6355092928104248 -0.7068776588249804 -0.7250848463538555 -0.7087759800927622 -0.6500769194874939 -0.613796923353388 -0.41012128210221604 -0.2923206274806659 -0.1295417194662961 -0.07688678526700365 -0.09130007157650515 -0.07688608698308491 -0.12147483624640226 -0.22478203962545154 -0.2688317972843089 -0.37366163756286785 -0.42839874944206313 -0.46866679594427973 -0.6246912027952426 -0.6860525311794211 -0.6657549014299308 -0.6412394823233498 -0.5805826664788202 -0.5698363987949666 -0.6235790926649731 -0.6954226475912014 -0.694298910570952 -0.671855332747866 -0.6287049865844555 -0.5805392479261761 -0.4101194119467943 -0.27824572915160184 -0.11816208877364613 -0.07688637661929797 -0.09130070765206229 -0.07688676248221786 -0.12095406415859021 -0.22390380794074344 -0.27300487478084856 -0.4698703037809039 -0.5208081023351313 -0.562927410180937 -0.6469094206021668 -0.7414250174009944 -0.6245985064728494 -0.6411144335859629 -0.6040379277449962 -0.5965237885052649 -0.6557260703971453 -0.7452239749660428 -0.7639592888620547 -0.7250590000054846 -0.6771625284049527 -0.6172851628192497 -0.41757126485648055 -0.28507315524281773 -0.11809634087116319 -0.07688662670040375 -0.09130169284961144 -0.07688773135669354 -0.1213000123564994 -0.22413855765343937 -0.2730033452652748 -0.464048552764896 -0.5137889786139893 -0.5400943629900221 -0.6242319357292765 -0.7152879494214139 -0.6989838383470071 -0.6520584964926137 -0.5862866331695596 -0.5710994748398954 -0.6302372868784307 -0.7237901489073637 -0.738689156069583 -0.7123903722361815 -0.6676146214754971 -0.6150226727326994 -0.4174588034785275 -0.2852744605333605 -0.11790846326011323 -0.07710482857883322 -0.09129999884413434 -0.07688601524199504 -0.12138988031171946 -0.22806215160654958 -0.27982105372476423 -0.46412113560006346 -0.51309812931434 -0.5386269421012909 -0.623708126946943 -0.6937346285951186 -0.6883483073622491 -0.6429371104264825 -0.5836187782265727 -0.56750623954813 -0.6248678366645978 -0.7101456323980977 -0.7215906674290558 -0.6949403117004053 -0.645741735026615 -0.5965168757274809 -0.41730769852677463 -0.28534912999046347 -0.11814473212520832 -0.076893897042001 -0.09130006920296736 -0.07688608464187041 -0.12160593701157854 -0.2322768529325729 -0.27938311895352597 -0.46412666896011123 -0.5130988641915107 -0.5388364567962257 -0.6229722421921344 -0.7009698678717683 -0.6933276529950115 -0.6462395592550011 -0.5815069923700056 -0.5682463420655145 -0.6240475847274377 -0.7091530449663586 -0.7217513560275397 -0.6949176733680061 -0.6486671314384289 -0.5964747969035079 -0.4172290964073077 -0.2851271550482752 -0.1181553789999104 -0.07688662396762624 -0.09130147912620659 -0.07688747568361025 -0.12198681850738312 -0.22884910699016656 -0.2787225140468445 -0.4649755808568443 -0.5123849243746427 -0.5384242586000098 -0.6231175219831232 -0.6987217501111431 -0.6923795142321457 -0.653776423086586 -0.5907118938412428 -0.5702170900050701 -0.6256515183603318 -0.7099215390189486 -0.725349433759413 -0.6962906455864999 -0.6498570926346464 -0.5962749440016845 -0.41722555527197513 -0.2852991503653126 -0.12249005231835518 -0.07688717514943583 -0.09130077633186001 -0.07688678222885895 -0.12183276495797303 -0.22237542641716096 -0.27855723753935924 -0.3725907230357582 -0.4340944045849452 -0.5459925250880476 -0.6350226294528347 -0.7334208111828078 -0.6297661623636404 -0.5946825480949187 -0.5580186978764281 -0.5596273521663107 -0.6377892289012199 -0.7127579513500157 -0.7398136105186857 -0.7197674458517119 -0.6769528288326933 -0.6458335727037053 -0.4334500248407966 -0.2925170736506927 -0.12927334856658731 -0.07704838132263812 -0.09129997291110081 -0.07688599020264024 -0.12041636348088186 -0.22412576420015287 -0.27035597825591506 -0.3597883119983961 -0.41321641929612224 -0.4684769385574483 -0.609560785022611 -0.6520169974475941 -0.6148321453539342 -0.6137028459331625 -0.5371766338835692 -0.5432273959895003 -0.5864513549195011 -0.649571048986122 -0.6351442639258028 -0.6060866821536396 -0.5627428644243516 -0.548147693739065 -0.395485846975522 -0.2637513367472796 -0.11818101441936239 -0.07688590762871689 -0.0913002434337321 -0.07688625702511999 -0.1201290087937576 -0.2239046112696072 -0.27300442457395924 -0.44957527654929785 -0.49945933400203874 -0.5488764251461346 -0.6083438897940913 -0.6580575367966983 -0.6222617719514455 -0.5877141841931621 -0.6027037602495041 -0.6022935836345661 -0.659205622870019 -0.7487321590174401 -0.6684168876670454 -0.6634049164251704 -0.6880304578505159 -0.638192930860877 -0.41724445198614524 -0.2851895460522629 -0.11815908580918756 -0.07688646780219222 -0.09130079788522391 -0.07688680402171615 -0.1207807597207743 -0.22390444648455007 -0.27300495422848886 -0.4651466392473771 -0.5183126647715363 -0.5398373605510512 -0.6236533336423927 -0.6974767491597107 -0.6900673425720572 -0.6469143825967483 -0.5786966145636091 -0.574911745663007 -0.6258467215380751 -0.7164213693870395 -0.733754193608987 -0.7061512657575725 -0.6633542341229764 -0.6091212588884717 -0.41724679471935866 -0.2851386961310849 -0.11807235140768561 -0.07688673523963839 -0.09130164392792793 -0.07688763829747916 -0.12171568793593922 -0.22936934374811266 -0.27872774387240495 -0.4649962443555593 -0.5140441547883897 -0.5386033866915162 -0.6237420850501155 -0.6932626651315293 -0.6914297969794487 -0.6462795317221063 -0.5803495361313439 -0.5727175367991303 -0.6334711164687447 -0.7176958455994955 -0.7349090476184472 -0.7052728428912758 -0.6585422193082267 -0.6045363795204266 -0.41725338366408055 -0.28512363414293695 -0.11814311450041307 -0.07688718723695241 -0.0913014628671403 -0.07688745963016096 -0.12135175709942425 -0.2239042438486755 -0.27323967320533976 -0.4662803143196482 -0.5159577838865537 -0.5520210554384506 -0.6351000238901447 -0.7114725169640101 -0.7025744941636966 -0.6564657029498433 -0.5900953485545007 -0.5803066536583403 -0.6415631306657382 -0.7291621912250724 -0.7413075279899198 -0.7175015631554215 -0.6704884980328474 -0.6202326078657643 -0.41724704765036974 -0.28535716129198324 -0.11813446468824719 -0.0768869986658473 -0.09130039028187607 -0.07688640189476133 -0.12098993014434326 -0.22390401499680435 -0.273004569889804 -0.5572217742447165 -0.5685754059904427 -0.5273637690483225 -0.6162144453799241 -0.6624196486225329 -0.6250074969753 -0.6354065867511355 -0.602031085790474 -0.5910096402172258 -0.6542256418155302 -0.7395288895271881 -0.7566780175227514 -0.7279736712465086 -0.6844414737627266 -0.6325830959743081 -0.4172576482175799 -0.2851286539491878 -0.12245075774769132 -0.07688720595020146 -0.09130148137516986 -0.07688747789326379 -0.12128769738268504 -0.22102922068592643 -0.26458077118852225 -0.42300774397922636 -0.4402352078315735 -0.5471885857470236 -0.6241313932004076 -0.6928356379254056 -0.6718653966189968 -0.6337120233809094 -0.5818328482588424 -0.5795650512121112 -0.6310477568491498 -0.6951213082723171 -0.720117845956037 -0.7131618476353648 -0.6545243318042644 -0.6197335203464227 -0.4104545252954786 -0.292186912770568 -0.12955324221780212 -0.0768872590400902 -0.09130070020205903 -0.07688670710076541 -0.12154343341562981 -0.22450210055679956 -0.2692010364794859 -0.4230077966672098 -0.4276145567304898 -0.471642079453766 -0.6250178334178864 -0.6677856766867061 -0.6305897628310604 -0.6013916747315202 -0.5532993341392723 -0.5571894421884922 -0.6011723487139484 -0.6640300226928666 -0.6506777413603243 -0.6250389556318007 -0.5803574583751963 -0.5629191632480023 -0.41012632418007416 -0.27814573260755 -0.1180006103124756 -0.07688719291694607 -0.0913020372794032 -0.0771220930514094 -0.12191475418204396 -0.22554200168072952 -0.27626342287795014 -0.5136651196551165 -0.5121340875858895 -0.5404235272113588 -0.625106388779163 -0.6740896822608323 -0.6565915069796088 -0.619745121425396 -0.5655801984839854 -0.5670147180639675 -0.6212717603641601 -0.690161049812159 -0.698451996037293 -0.6765624963502432 -0.6351120924910965 -0.5957544133694547 -0.4172672407520663 -0.28513309684844745 -0.11805765502194399 -0.07688715442950642 -0.09130199952318391 -0.07710019485688607 -0.12223248142550576 -0.22551233959308115 -0.27998076533259925 -0.5136608244647459 -0.5144895798681746 -0.5394761009489799 -0.6251275404921203 -0.6732777727266678 -0.6388137251265552 -0.6023975359747789 -0.568084347347786 -0.5695271887746772 -0.6270277385861401 -0.6899681917072323 -0.6828403985080579 -0.6580396530375322 -0.617241171081983 -0.5968947454189636 -0.41707557268483414 -0.2853740646600479 -0.11811899781136619 -0.07690189620994017 -0.09130006878578288 -0.07688608423308171 -0.12241799514701661 -0.2255961224127542 -0.28039786248210297 -0.5137124288496365 -0.5128007142423493 -0.5388368893868906 -0.6231727905093752 -0.6739184817163021 -0.6376515202663577 -0.6031491406071045 -0.5665966494185557 -0.5720393297014192 -0.626972546177033 -0.6901690481001556 -0.6827515935077964 -0.6580396530375321 -0.6172406580594755 -0.596998875141551 -0.4172500878041998 -0.28511538682043913 -0.11814241075235046 -0.07688642231688847 -0.09130128132932275 -0.07688728049830944 -0.12278792910120005 -0.22605864369929551 -0.274508038260513 -0.513820035931252 -0.5116263042959625 -0.5388578930516825 -0.622899077703501 -0.6734166700279453 -0.6364041551047225 -0.6007262137593361 -0.5653046295197928 -0.5658211470253673 -0.6253008818123612 -0.6897552110310662 -0.6827390780652395 -0.6578211935954585 -0.6175459166462312 -0.5957533987682712 -0.4172708515741769 -0.2852559232256632 -0.11814782901544035 -0.0768870882370427 -0.09130068949494963 -0.07688669655001512 -0.12281541980508158 -0.2260475937683395 -0.274477464164401 -0.513766901109848 -0.5130573154319398 -0.5388487559253985 -0.6229968012729511 -0.6728640359652192 -0.637321546982498 -0.6031786341455813 -0.5680246007715956 -0.5724136096830424 -0.6269563731204316 -0.6901744856725752 -0.6825015319960707 -0.6580396530375319 -0.6175298585600635 -0.5957573144532168 -0.41726608533461346 -0.2851550239981593 -0.12240154614920162 -0.07688668244791977 -0.09130153650808381 -0.07688753228742412 -0.12225340027407405 -0.22268292312429958 -0.26568883096344126 -0.4230068677744122 -0.43315155469668787 -0.5457605728983772 -0.6234339149006167 -0.672608911393956 -0.6440015392755263 -0.6081350152003846 -0.5720799712413883 -0.5754771222566615 -0.622935640983818 -0.6901497679508003 -0.6825048330055858 -0.653654858230502 -0.6178226424078607 -0.5957724592217883 -0.4100286533119988 -0.2925890396980513 -0.12925940906496633 -0.07707477219591195 -0.09130001876051927 -0.07688603488677252 -0.12314805182229628 -0.22354446343104725 -0.26608810269710564 -0.42300802897618967 -0.42701893486601583 -0.46866674555016 -0.6238326677497793 -0.6663082690955844 -0.6232398984469812 -0.5948175041922654 -0.5518669212793408 -0.5533273766984823 -0.5973624628629886 -0.6638249323290986 -0.6491843785351521 -0.6204131905697218 -0.5772883603589535 -0.5627366922634214 -0.4103664234228143 -0.27821618843144214 -0.11791621354061824 -0.0768878085101211 -0.09143386292267136 -0.0769884815913023 -0.12360454931829343 -0.22674334061959592 -0.27495707060929186 -0.5136684539673848 -0.5102039244174791 -0.5388271539212549 -0.6229682822848434 -0.6721972575987615 -0.6363031925698842 -0.6009230224977508 -0.5656310375207448 -0.5662675188431076 -0.6201497549466228 -0.6901318007823465 -0.6827469840065836 -0.6580396530375316 -0.6175445371144767 -0.5960084923369693 -0.4169435884604797 -0.28542191543078893 -0.11803887102261977 -0.07696240418169942 -0.09130099229711885 -0.07688606252334719 -0.12324129610877325 -0.22634285188450726 -0.2746574937795723 -0.5137055379044536 -0.5161416290516265 -0.5388116639085646 -0.6237058888424716 -0.6733249742414062 -0.63732639855021 -0.6009784163522974 -0.5681809710440379 -0.5729796995130956 -0.6271872858567613 -0.6899511328345842 -0.6928250005332273 -0.6687247206220507 -0.626754077602771 -0.5957701337520709 -0.4170741322869995 -0.28533425166906784 -0.11785143809735887 -0.07711134127017512 -0.09131009033023624 -0.07688589201469727 -0.12174090920905513 -0.22513760003014988 -0.2819892124458296 -0.5136903553085546 -0.5161442288370366 -0.539682565067363 -0.624299548226892 -0.6914286622680066 -0.6901234691027452 -0.6450453226118574 -0.5768924365786758 -0.5719527665744417 -0.6278798134693521 -0.722086778829029 -0.7435067261948667 -0.7188311541823379 -0.6784431946629973 -0.6230037161232006 -0.41730009641129423 -0.2851600151409117 -0.11815331669264487 -0.07688685842316367 -0.0913010908078768 -0.0768870929967917 -0.1211092804099575 -0.2239041812792656 -0.2730052410217805 -0.5212004889187405 -0.5204185378983763 -0.5562596430888423 -0.6378218686025159 -0.7292591120943737 -0.7238368999089377 -0.6794689317245923 -0.6115570872117255 -0.5918092981890328 -0.6505156814383815 -0.7392211182039322 -0.7558465302090668 -0.7221988718073317 -0.6743248752640293 -0.6172855032689875 -0.41729492011613994 -0.2851761692141523 -0.11816014612236952 -0.0768867808623048 -0.09130106100377225 -0.07688706308164978 -0.12132036992285654 -0.22390384727402662 -0.27300516900124383 -0.5137983025588531 -0.5127817943776792 -0.5399692176975346 -0.6248175147672992 -0.7040361966432276 -0.7000561211944816 -0.6531236154765392 -0.5862690981703121 -0.5683820159107096 -0.6360168070040834 -0.7253863899054639 -0.7400203743392377 -0.7139874488272977 -0.6692207566273515 -0.6148895450492 -0.4172646760999127 -0.28516531951006463 -0.12249436080766433 -0.07688669712431397 -0.09130097819026178 -0.07688698138319837 -0.12146124906660824 -0.2263165787970044 -0.26892037020800763 -0.42300879552504167 -0.4343222864783723 -0.5461899299722205 -0.6237624881657539 -0.7067981067414736 -0.6868002599854222 -0.650804640214416 -0.59545157250873 -0.5875816993428403 -0.6395152587095531 -0.705570434651927 -0.7280606041803017 -0.7140558719191921 -0.659306661261865 -0.6249548794980038 -0.410071427957118 -0.29231898946069235 -0.12949774242667822 -0.07692077532967462 -0.09130006023768628 -0.07688607580143275 -0.12172701608338557 -0.22251454925191722 -0.2679621666286203 -0.4230080226043187 -0.42720869220540914 -0.468666785472801 -0.6247008011462905 -0.6662689947652797 -0.6381715705482894 -0.6082219600532214 -0.5525637928124615 -0.5530702611427636 -0.5999546475820443 -0.6637857070094949 -0.6551444591563946 -0.6360480588235758 -0.5934968001240766 -0.562858332844683 -0.41007582838597084 -0.27823406081687124 -0.11815149031491341 -0.07688701450625093 -0.09130056718015277 -0.07688662438782469 -0.12161312256340497 -0.2271750488977576 -0.2771445930713864 -0.5137582400200728 -0.5184083493293166 -0.5423451318333112 -0.6254604133864308 -0.691115152668665 -0.6980231878894706 -0.6487455562792327 -0.5830194603541029 -0.5743254892842561 -0.6365889322864119 -0.7234266172198593 -0.7415761733222628 -0.7141527967392828 -0.6699746568853391 -0.6137695583882851 -0.41715106283522246 -0.28521157050007234 -0.11793238340894067 -0.07688711980613025 -0.09153591496141278 -0.0768857357667042 -0.12151508624467779 -0.23068778908186763 -0.27892543022205357 -0.5136777886002271 -0.5146341520642379 -0.5396348564562661 -0.6237966160487145 -0.6819651363494774 -0.6861608417649683 -0.6414117802450681 -0.5764079928991225 -0.5773651409428849 -0.6269946187975236 -0.7112804218081261 -0.7306500137272509 -0.7079490683099797 -0.6641658809220962 -0.6073015234511475 -0.41707472019832703 -0.2853059192709126 -0.11788834231593374 -0.07708475073796213 -0.09130000553325997 -0.07688602184905204 -0.1216928914756488 -0.22826778658241137 -0.2784041218376624 -0.5137040985836505 -0.5113335152903288 -0.5394391902003788 -0.6241791551900276 -0.6902214015600662 -0.6783080424315555 -0.6333005406240028 -0.5669695883501739 -0.573080235464246 -0.6397875682929977 -0.7248079384864136 -0.7391811850596033 -0.7134484707463745 -0.6701874134130851 -0.6144706010265834 -0.41685923625619 -0.2854219288951107 -0.11815924256355058 -0.07688676018752857 -0.09130020079360096 -0.0768862144414489 -0.12150297901364342 -0.23319780499303822 -0.2796926103370669 -0.5137214807590056 -0.5158782303544007 -0.539462624587493 -0.6240172969888723 -0.6852267631309777 -0.6824259740833176 -0.6366434797696989 -0.5675366894993343 -0.5717819159860674 -0.6250890838709359 -0.7030163366110213 -0.71858554559583 -0.6904643779992184 -0.6436411150017732 -0.5941848774555921 -0.4168916226701131 -0.28525310929704434 -0.11815160864070202 -0.0768871294628677 -0.09130073069089367 -0.07688673718507696 -0.12248648968284608 -0.22569732218027813 -0.2768038469302602 -0.513768452111889 -0.5159089131915919 -0.5384953321643909 -0.6238091503437982 -0.6732059638131574 -0.6545315208413869 -0.6240480796041464 -0.5676308023389672 -0.5685084002342068 -0.6251162575846771 -0.6897171332362015 -0.7074562831646217 -0.6781989045976151 -0.6344319280230039 -0.5944724963970033 -0.41720632113403344 -0.285106307342131 -0.12240299092326304 -0.07688694411044719 -0.09130179319163223 -0.07688778561417185 -0.12242814523952061 -0.2228307475255975 -0.2659247985543201 -0.42300714277261803 -0.43717604800241294 -0.5454124618948941 -0.6240894104825354 -0.680989290042504 -0.666222206316467 -0.6308784176134821 -0.5830546673271414 -0.5786050423840192 -0.6356539646876465 -0.7020044977311258 -0.7258839146318222 -0.7116254946955387 -0.6564209508751492 -0.6196450384180997 -0.4100542524316149 -0.29230922588230096 -0.1294416343422615 -0.07691498152039568 -0.09130001163859797 -0.07688607824587694 -0.12154198338329904 -0.22255256678760493 -0.26843647175433666 -0.4230079330339062 -0.42720869713602905 -0.4686667903303831 -0.6239650256022155 -0.670437817926143 -0.655832329308799 -0.6315545475165081 -0.5712572011069804 -0.5641074820985151 -0.6207346860453262 -0.6819240993955271 -0.6865156200656224 -0.6674935030607493 -0.6277969334600274 -0.5809813978488283 -0.41045588191151994 -0.27804786608749066 -0.11812474236753737 -0.07688708217875596 -0.09130145194540258 -0.07688744884705644 -0.12156658524592119 -0.22542196409781812 -0.2781123428435628 -0.5136068405218466 -0.5178731959430983 -0.5394887078119631 -0.6238958949987905 -0.6740520020648093 -0.6412145757469163 -0.600662914397153 -0.566182527533275 -0.5699225509806802 -0.6244255232518793 -0.6897319647627718 -0.6804152983312436 -0.6580396530375314 -0.6173301523631324 -0.5959311791126157 -0.41689727923093356 -0.28536475463829014 -0.11811380447015644 -0.07691727479576504 -0.09130100646882935 -0.07688701000179594 -0.12361315916550293 -0.22668509711907978 -0.2750079978282265 -0.5137087729824843 -0.5159696982761351 -0.5388027111521763 -0.6235836087590096 -0.6733771396253877 -0.6366543104017273 -0.6009192860397397 -0.5656804929261312 -0.5667965994055053 -0.6249363449142815 -0.6900535815442431 -0.681982799889727 -0.6580396530375314 -0.6172988389627253 -0.5967085301854614 -0.4169207912299868 -0.2853034298743747 -0.11815296447518767 -0.0768878392843993 -0.09130007981209429 -0.07688702812767742 -0.12333381152355852 -0.22650774763420903 -0.27476800098240634 -0.5137112151390285 -0.5147937961533607 -0.5384957036026254 -0.6229349507347101 -0.672346833694019 -0.6362263131472209 -0.6007936540859288 -0.565870565323694 -0.5666183100501507 -0.6216869814761243 -0.6897370688598791 -0.6847085299828936 -0.6580396530375313 -0.6172269953425669 -0.5975034262838689 -0.4172040414768869 -0.2851030176530742 -0.11803502226451988 -0.07688741048055031 -0.0913017488804876 -0.0768877418914831 -0.12314860031925541 -0.22652037804727676 -0.2746959917842384 -0.5136353481801961 -0.5176568429589427 -0.5394559460034614 -0.6229263375113621 -0.6733203597329095 -0.636528866891839 -0.600547623678029 -0.5648990070819538 -0.5684665730669557 -0.6241348019077918 -0.6899703963793884 -0.6812799825512988 -0.6580396530375313 -0.6170808021240823 -0.5985698582523102 -0.41689956558513874 -0.28523668245522665 -0.11814573993102759 -0.0768863212396888 -0.09130067196130218 -0.07688667925001622 -0.12297186805091365 -0.2261057384339344 -0.27451740652100565 -0.5137649971822602 -0.5155322451747731 -0.5384623931029774 -0.6229697832179197 -0.673281167435794 -0.6373253992377256 -0.6016550752705713 -0.5648311383558396 -0.5694888425524225 -0.6240858288165483 -0.6901873057448084 -0.6830045545476231 -0.6580396530375313 -0.6169058169850965 -0.5941804219987833 -0.41686259447086343 -0.28517027443034065 -0.12248578021445261 -0.07688654382874074 -0.09130140052459455 -0.07688739811082476 -0.12210059114731012 -0.22265291713649832 -0.26545820754804217 -0.4231965911973209 -0.43908933463076744 -0.5453767879096796 -0.6243626017911151 -0.6729550367171232 -0.6440151606072567 -0.6083750426423409 -0.5736545179861128 -0.5759309039496674 -0.621603068640145 -0.6895882563645549 -0.7052431536146222 -0.695675567753598 -0.6400744469488011 -0.608397878832878 -0.4100091340414798 -0.29226871906080315 -0.12950552563791493 -0.07688695493282648 -0.09130039573660251 -0.07688640675293565 -0.12183366829629229 -0.22311755142668027 -0.26755877958759067 -0.4230083383569327 -0.429195182820664 -0.46866713909962054 -0.6228698750034991 -0.6668792274459363 -0.6234415310458389 -0.5950327384835604 -0.5522189481384785 -0.5545411798018287 -0.5982446914859164 -0.6636988349496774 -0.6492023976367696 -0.6197851844853854 -0.5772023942654583 -0.5625023037604644 -0.40989362073422836 -0.2783566795109699 diff --git a/example/run/baseline_scenario/opendss/profiles/load_3.csv b/example/run/baseline_scenario/opendss/profiles/load_3.csv deleted file mode 100644 index 36ca128..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_3.csv +++ /dev/null @@ -1,8760 +0,0 @@ -171.42291774372515 -92.72722818671924 -111.03900475040255 -92.67548421813244 -201.8578609562068 -348.71388829367646 -462.44505358355616 -466.6090726498322 -541.1311634050641 -537.1140502849536 -761.2406354117845 -849.5310325543012 -760.2868821994659 -760.3762168637487 -681.8016310905032 -675.9838319241608 -747.0571605885941 -840.226181697703 -801.7270415516784 -751.6839952926389 -744.4653595040243 -678.0353568787307 -451.1278088431158 -282.3246510495212 -156.9661406468986 -92.70500232454413 -111.03905256107392 -92.6755309972503 -218.00358731079623 -352.3009736918888 -446.7192707507148 -585.1487277037199 -599.2924282377637 -662.8901288936146 -797.6407594951457 -880.2061398745489 -804.6552552901745 -790.5004350098008 -720.1241103887893 -700.1167504529609 -809.455334975713 -895.8245000671245 -833.1590918736301 -798.8061159621726 -791.4074154589208 -723.6293956984726 -485.79815442985927 -291.30744313036274 -156.59189002334278 -92.67542142002198 -111.09091296629168 -92.6754063014256 -216.82162994093952 -352.7514562065492 -446.8192522897899 -585.3740964004311 -600.6899591131382 -662.9827161936835 -790.3541337993556 -868.0523443770842 -790.8377161736553 -776.7032515207181 -703.5169809642427 -689.0530875439403 -793.270935119062 -880.3403271715409 -819.8843656327751 -781.8295270829375 -776.15050087241 -718.2231599661964 -487.14830689768337 -292.693416198098 -156.60853940302363 -92.67877363831744 -111.03909712017054 -92.67557415009584 -217.14007225770368 -352.8971101991263 -446.98678910373286 -587.5066357909265 -597.2580108587841 -662.3582789831414 -790.8741635839086 -866.2844009446077 -787.8490616682877 -777.6430342237728 -704.8900446129454 -678.8241580380635 -791.1516798597393 -880.6286028399137 -815.4735921542616 -782.7834252105998 -777.6044785486989 -718.1026969730851 -486.7649025827922 -292.3196198695967 -156.36721774649791 -92.70837342892597 -111.03909480168458 -92.67557188120976 -219.3615049479654 -347.11663975588806 -467.7187743069175 -585.9995864756928 -601.027832289991 -661.0636622379421 -789.7294951385302 -871.4493483582972 -796.3854731153683 -781.7270872721285 -710.6050635473802 -680.2544023631863 -787.4701263011444 -881.8286882880196 -816.910858741917 -781.4584424718105 -778.4057732474469 -718.4915996238913 -487.3888192082853 -292.9319694313727 -156.64122175745058 -92.6753924737807 -111.09104104574412 -92.6752820633288 -218.54737199246276 -364.3483292188355 -451.33062502102985 -587.4727777976204 -598.2792934009719 -661.9791617540169 -790.5064769002843 -870.4741550209689 -795.3485742880823 -783.9606689792581 -714.2844474404835 -686.6562750101167 -802.3123102522867 -888.154239383241 -827.1259637974414 -792.5889581416467 -791.029544131409 -725.172023893063 -485.61916072797874 -290.591643997802 -162.19209024608455 -92.68892863821074 -111.0390963243462 -92.67557337129588 -207.4258349598216 -341.2900813097684 -470.60521614793777 -465.9667818909196 -518.2157251367305 -668.5451815548007 -788.258088404122 -829.0260705385557 -781.230754071683 -764.9741304610927 -694.516428194992 -687.5427862029185 -753.5759864520526 -904.5367900891032 -861.5960540197328 -821.5655321149782 -735.4073412148498 -709.0086862025449 -486.6586193620476 -300.71330298877194 -171.45468579545934 -92.6885161661637 -111.03909635666542 -92.67557340292372 -210.069925995372 -343.31553830545766 -483.9672212335271 -467.9907954363727 -542.4446167116535 -535.7836657684413 -750.8782510788985 -831.5504235715106 -746.8696964703205 -744.46153575619 -665.911134575815 -661.0471117608627 -733.8046698045201 -827.906754798973 -787.570897954752 -735.139899186521 -731.7923790246514 -676.5821869235597 -451.2337114843765 -283.83065006900824 -157.79769079035017 -92.67560815687835 -111.09092120407344 -92.67533974249274 -219.6014503202444 -346.99040597638566 -468.0519417619322 -586.712469727725 -602.0673286996645 -663.2698815196572 -789.8236577998086 -860.86264290738 -788.7576388868818 -774.2245617376506 -703.3245533406492 -678.8499931591176 -793.8458890610434 -878.9109777204482 -817.4519589160096 -778.8610122737297 -777.8680654218467 -720.1159345685346 -488.0084877742353 -293.3415118062198 -156.34581015664511 -92.67553009805852 -111.0911123695182 -92.67539293552836 -219.61966039912545 -347.04401015478294 -468.0456741616578 -586.8574719186568 -598.0019121757946 -661.93980517517 -788.3791093433872 -870.5969078618715 -797.9284479344736 -783.9606489882207 -715.8696973468112 -688.2235465484489 -803.3189389165275 -890.8988094474577 -826.988841103977 -798.6542918023791 -797.0969790845138 -731.4121308190122 -485.2917098407007 -290.0522504236218 -156.6318958031367 -92.67695271059137 -111.03905435464692 -92.67553275218852 -211.2431989669788 -289.5014807342128 -391.8132940705855 -590.893926838365 -628.1348876409664 -711.3855940395035 -860.4752108229775 -893.9682524848643 -820.6523776908489 -822.9858328469394 -758.7471746333265 -735.9676145171325 -835.0809352483151 -921.4412176056718 -857.8773033813403 -808.9779543460695 -802.0338677828919 -732.6435841635139 -485.7560235379472 -291.2187660321932 -156.93854948713735 -92.67551491370078 -111.03918839431022 -92.72741311792848 -220.80068214699983 -354.09205376092115 -451.89610347222487 -586.8617164188483 -599.8259367712185 -662.9366569651663 -793.416523962727 -863.5344592337606 -785.6226560560999 -775.9348800728426 -705.0747210435558 -678.676096057174 -779.5253390858201 -877.9548007167313 -816.6653560857329 -780.8785896697333 -778.1621020037904 -720.729905934629 -487.4019825131509 -292.78868241857407 -156.31106441940227 -92.70005881748602 -111.03909545411504 -92.67557251816952 -219.2322138462454 -347.00786385307185 -467.7220337879615 -586.2453031925489 -604.686369473501 -661.8421011876784 -788.2631729192256 -873.808918373669 -797.1996104355895 -790.3624553180019 -720.7025761002762 -692.1295307005925 -807.3799879247063 -895.1381606454466 -836.0849621447468 -799.3002560830349 -797.9550744067983 -734.23498950754 -485.0696598111691 -290.14268770514343 -162.08572821993627 -92.6783062814444 -111.03905423552904 -92.67553263563642 -204.8871567555603 -285.83842697400587 -407.6516762447116 -477.5123589232996 -526.4910836349711 -686.448932428685 -808.1400330899395 -846.6069184979889 -800.8179170105805 -780.3201575277689 -711.0328956448567 -706.1392018809433 -771.6798881904582 -919.9060044650654 -877.7328520319702 -840.0443160542418 -756.412895461067 -729.879011951214 -485.0593298955744 -298.90123212233374 -171.4209737940423 -92.6967248915754 -111.03905261552649 -92.67553105052986 -201.55681383765975 -348.86800765414114 -462.4193697075378 -465.762218059387 -537.4447925372771 -534.562054776046 -770.77395708651 -858.273941302651 -770.6162993969144 -770.5748185063067 -691.9475448866438 -682.0446024039237 -744.5272754469871 -842.4367512674004 -802.9989137201738 -752.3247653480349 -746.4638315520091 -679.9818996027316 -450.6097280846739 -282.1221249191389 -156.94863656764088 -92.67550375694258 -111.03913526743142 -92.72740169479768 -216.63985385186257 -352.2953640261033 -446.7550550133259 -585.2805926267908 -598.9351709903226 -660.5680893950417 -800.4896741807671 -883.0102305069718 -807.7686463258879 -797.9158363556279 -732.4155751824036 -711.4964921550098 -815.3973446286285 -902.8430758976928 -842.2583998312621 -806.8538912033243 -805.0811008065667 -738.0788824399978 -484.9147083443775 -290.2538786051648 -156.93768567700724 -92.67551225726837 -111.03911367192464 -92.7273290565097 -210.9097590069401 -289.5015381136949 -391.8133509673596 -600.1887543694418 -625.834209848552 -701.6764428656198 -823.2109820522032 -896.3994219698051 -831.0429090935083 -816.7512607490751 -756.043644891708 -740.938917225225 -842.6551763767746 -884.2622676224746 -832.9649945618336 -820.2544085254143 -809.0892295442776 -743.5646542567267 -486.9449248902311 -289.921903606578 -156.5900846533575 -92.67542530389944 -111.03925333981496 -92.72743408901636 -212.93052074666147 -289.501530619016 -391.8650783626392 -596.7832950236178 -607.5159847762217 -670.3858345598529 -811.8984954416048 -888.9574440965 -811.0450718670767 -800.9003682458593 -732.4805343815759 -708.0516397926699 -811.016808299449 -902.5271154012864 -839.3541758874517 -805.232438462404 -802.6228568022836 -736.2948838254091 -485.197821347291 -290.4499310021485 -156.6367539088616 -92.67535490948022 -111.0391422323125 -92.72740914893592 -216.59333188791385 -352.5676400518082 -449.7244200618726 -583.9937698221997 -603.7926584789369 -666.7697204985229 -801.5737812014927 -882.482979869861 -806.7505977641991 -792.1624760414561 -721.0390385034005 -696.9889688885653 -809.4430196550246 -898.3276586645262 -836.698999456453 -802.132405609037 -799.9267983831896 -733.6797759791611 -485.34227702021 -290.509839841987 -156.7039631453938 -92.67551169660018 -111.03915529059756 -92.72737749587456 -216.73488049379603 -352.62368621461934 -449.6799718839513 -585.9361088847352 -599.5858572125339 -661.3449520410024 -794.3410609500597 -878.1438365627091 -801.7463239729136 -787.133230130315 -717.1795949426485 -687.9459087468841 -791.2765928644512 -890.1899661217976 -830.756509553941 -794.7759833914507 -791.9277776432203 -725.2197339020634 -486.2175995391748 -291.4337863422189 -162.17180204564764 -92.7055220177318 -111.03909502441884 -92.67557209962956 -207.45633622040563 -349.0993530240616 -462.6653315428786 -466.8829555466528 -510.04739610909326 -670.3870086443744 -785.4056318230331 -831.5070918470485 -784.2595830355007 -764.2843172534848 -694.7326874143567 -686.4015882972059 -755.0708697489966 -907.217408423688 -868.344591382035 -830.1819705072787 -746.8050333534712 -720.7028381538969 -486.1847308157928 -299.7102563118636 -171.06018922514173 -92.71083207417826 -111.0390513758324 -92.67557143645512 -207.1884553219988 -349.01765517612915 -462.5691547245957 -466.2606201259451 -538.8904620108686 -536.0282318400477 -762.8376308834484 -849.4860534703993 -762.2600499989918 -758.6786465454129 -680.1647563070687 -672.8566757258377 -743.4852683476023 -841.1485546906466 -804.3583958059739 -754.080233529693 -749.2547690142826 -683.8216649943678 -449.4969194972036 -282.0382733031984 -156.579975130547 -92.69425373843372 -111.03909590720173 -92.67557296307538 -217.06940424821792 -352.537641257271 -446.76820166323466 -585.9076913226496 -599.498330455573 -662.6255034091971 -789.2576285123271 -861.8095391875166 -788.3713982850759 -772.1439298768969 -703.3143571458949 -678.2396162583129 -785.3957609934304 -873.6730781647374 -809.5483939768834 -777.9784529305609 -780.9223691714001 -723.8050885893812 -488.3760887299237 -293.4579563884966 -157.9282884295576 -92.70410048137296 -111.03909667546792 -92.67557371441023 -223.13367728094943 -349.7371644119692 -451.6650862189019 -587.4835200907912 -599.4388298148962 -662.5926953347838 -789.3073687371548 -857.109403106464 -781.7773539732922 -770.188459563988 -700.1945597462999 -677.9275008073517 -775.608054484684 -874.0786484520545 -815.6703944329506 -778.4460969048284 -780.8578353373343 -723.500430403515 -487.9085027616677 -292.6446998703904 -156.5793269301045 -92.6859002408894 -111.03909656066575 -92.67557360318118 -219.3281327239302 -347.00007916783943 -448.8336981274748 -586.7706310758923 -602.248545016108 -664.058108909066 -790.6351450951074 -861.9285404154698 -788.4332244553219 -774.5377960051118 -702.6922173808131 -678.7104887973588 -786.5227168856335 -882.3869331858031 -820.4852235373287 -781.4270568869534 -781.4758165423601 -723.7250001107598 -487.6781802964948 -292.31752274635005 -156.31099762103491 -92.7273208307336 -111.0390050401065 -92.67548404491907 -219.5846217803364 -346.84531451549907 -467.8522344927953 -586.0968065815817 -603.2431111280672 -663.8890312265909 -788.5897373197889 -865.2756198639607 -796.0475148002646 -778.9216800172871 -706.5518885858872 -682.0694276806657 -794.0334661232147 -885.894334934383 -829.424356697348 -790.1813244613813 -789.0731841273432 -723.0104741294105 -486.98952193773374 -291.6577910507141 -156.5748833951093 -92.6755107263423 -111.0391842408734 -92.7273592957687 -216.83533380337943 -352.69321278492896 -448.8330042308569 -585.3788788892438 -602.6933344145724 -661.5895969793487 -787.8845090395539 -871.0973432685857 -794.5600331887831 -782.4543688818438 -710.2016817478337 -681.1437902676324 -788.2109117089718 -886.9185417387946 -824.4282458622146 -789.9803062838848 -789.0371400349476 -723.6423620913857 -487.2660155253905 -291.8690793763549 -162.0911108428605 -92.67543170448528 -111.03924428969194 -92.7271972802466 -208.28081430366905 -349.0342666059112 -464.9148195723645 -468.0382890613131 -509.2951240190396 -668.3466750164561 -778.4662276355162 -819.7878948824219 -771.6522043815329 -751.1484856132186 -682.5483215291003 -674.9535498354109 -741.1663372357755 -893.7866943134983 -855.1579300162792 -815.6532188954177 -733.9392742447029 -715.0882610394192 -488.2954165219654 -301.37341478741735 -170.8177857336539 -92.7024841857474 -111.03909679287833 -92.67557382966638 -209.9717198251523 -343.5543515366112 -464.80913760848506 -468.14730942508737 -537.975094907763 -539.3372625653948 -753.5700990101634 -836.4038653920385 -745.8097042137721 -746.9700112452439 -664.5964231264944 -660.4702127102769 -727.3273446214076 -824.9401533312667 -785.4091498355785 -734.8087344656911 -732.3235891857183 -678.7688540894004 -451.7452873325362 -284.2031621175011 -156.3452511927068 -92.6754046336082 -111.0911034736627 -92.67529361824424 -219.6927684036346 -347.1380894977221 -467.9054013515882 -586.9313757932999 -602.6099378012361 -662.4978321162102 -788.8280603863608 -855.694442793531 -779.9633116958944 -767.6984565470613 -700.5321689610529 -675.6795673699914 -775.2970701535633 -871.8928358450098 -810.3877126565893 -778.2560579892322 -782.0296791523737 -725.5017715594634 -489.05084298554834 -293.2432151335452 -156.30318719489745 -92.72237380535228 -111.03912502570184 -92.67557066939294 -219.43180896421592 -346.77017222230035 -467.9315850288621 -587.0717325620875 -604.7347998436757 -663.507263646766 -789.7466806064115 -856.7679701949509 -777.0313920295218 -766.0309547342014 -701.9745604929666 -675.7483657727539 -779.8879837468611 -872.3706757367847 -811.2495681159746 -778.6971320489397 -782.3915723726369 -726.09208364627 -488.1972287597224 -291.7251257433088 -156.57525656623085 -92.67541242133434 -111.09113006200428 -92.67532090176464 -214.42436498859988 -289.55330825913444 -391.81336144206415 -590.1558868508765 -619.5126468309921 -687.8477880507226 -818.674804107489 -895.1138497114481 -819.551336731291 -800.7583453373543 -728.4648434904985 -707.0579953980824 -815.8426684506055 -902.0008822434752 -841.1910205566722 -804.246026804654 -804.0096410044496 -739.1499368471603 -486.4162212335104 -290.6891411667104 -156.57416996968277 -92.72729961696054 -111.03894249535917 -92.67542330969437 -211.24432975886444 -344.77630509042245 -446.6823751364653 -584.5478290851896 -598.7397947611463 -661.257244591544 -791.3677992742058 -874.4683034620368 -797.4630885271462 -782.1665331263415 -710.0134219291295 -681.6671892594717 -789.8069164343153 -887.416911690563 -829.7953727602982 -790.9540857158734 -788.8533824869478 -725.0634988897533 -487.69273523360266 -291.6685497603209 -156.57452739087574 -92.67545897816726 -111.09088563352536 -92.67535013604116 -216.873043150767 -339.36981828059584 -453.0076198222585 -586.1864868469485 -603.2973196071994 -662.7084336920913 -788.6113357686029 -869.2389227147942 -796.6805080165913 -787.6957914005222 -714.0617156154885 -684.9598230999082 -798.8020980607947 -890.5905518303535 -833.1144625601064 -792.6908026300727 -793.7266055891631 -726.7154828131 -487.8259936473412 -291.7374634412906 -162.0807440197148 -92.72721294938933 -111.03903366457575 -92.67551205513986 -207.5155898841722 -349.25721707209834 -464.7983257680448 -467.6507182273653 -511.16107090145925 -670.1032857819316 -778.2860088320655 -820.9286479045392 -777.6976483439784 -753.0248556848088 -683.651708847746 -672.564213866761 -728.8650524487773 -891.4125757676824 -845.8192414884855 -813.9712867586001 -735.1797269607719 -716.775861099467 -488.9507160533648 -302.35254887023245 -171.01213826974234 -92.67547957957429 -111.039291346307 -92.72724878218162 -209.1001588092245 -361.01936271814384 -467.5440434086881 -469.2594691894717 -536.3843382773239 -535.7482595873955 -755.4832861850388 -831.0122333670275 -739.4361400699762 -738.3633380893052 -664.3403055534352 -657.6071686445835 -718.8915543235121 -819.1687169983512 -781.273270269392 -735.8898823038779 -733.3306118916714 -675.9492023095336 -452.41225614405454 -285.13807114311146 -158.02651874364483 -92.6754583563237 -111.03913936138082 -92.72725092826506 -218.82356289433284 -369.1132017569064 -446.79619101184704 -588.3980878929439 -607.7720491172536 -666.7911773678211 -790.6700890998782 -858.0259797833822 -777.0671276414314 -766.2611090939386 -700.9832276349969 -675.0646870800731 -772.8791616362599 -872.0978207470787 -809.5889862386175 -779.1181320331425 -783.1661444480076 -728.1806149523048 -490.7401593675618 -294.45206095843 -159.33656932727277 -92.72723698121222 -111.03923303194335 -92.6755240625684 -221.77535556549597 -366.77471391271615 -450.7792153728349 -534.258113558819 -598.0888762955499 -663.3751225547396 -789.7970887148527 -857.3066792726257 -775.5721900609657 -767.647303515987 -699.2098697317309 -674.9361411734326 -788.8087195548451 -883.2928902644505 -819.3985673323059 -785.196434638739 -784.555399058692 -725.7064441258415 -488.61061442272 -292.2443392762959 -157.92153648578466 -92.67537706438544 -111.03921173548812 -92.7273754946723 -222.02229631742472 -347.02374207166355 -468.10026348549866 -532.766061364788 -598.0315478841267 -662.8237679365079 -788.261317569331 -860.9221594920186 -783.446726187355 -769.3890026649699 -699.4632478427362 -673.1460207506633 -772.9468085631917 -822.4859370219766 -815.1964799667043 -778.8348503698284 -781.7664448532405 -727.691186713211 -490.1238247568796 -293.7598362536574 -156.2968131748616 -92.7127085779011 -111.03909604908549 -92.67557310163004 -219.3952200342524 -346.88653556036087 -467.71042792656846 -532.1108828062877 -598.7646226452504 -662.2060070973096 -788.2158742131139 -873.1313844674454 -796.687365791865 -784.504830144704 -712.2175103163014 -683.6181570457334 -786.4962402055053 -836.1549161364321 -828.5845272361174 -790.8899338232223 -790.3979787046517 -726.3740097164294 -488.2689082728866 -292.0572778767928 -156.9371910320773 -92.67549681117588 -111.09092683299782 -92.67538746678716 -219.3458322267787 -347.13398077722803 -467.8215460777095 -529.9503089809543 -596.0394125181 -661.4722316456341 -787.4486598431232 -863.2872660457168 -790.8181645122978 -776.1674722763715 -702.939108810635 -676.6073585439184 -779.1491011320345 -819.3577424118154 -813.4020223439051 -777.6620384095156 -782.4864885530426 -727.580352299495 -489.6285519362712 -292.97815390212367 -162.07957896052957 -92.68787066720915 -111.03909640641236 -92.67557345242236 -208.2280667406421 -348.98021689535545 -464.7663784443896 -413.9178254653574 -509.20967132708864 -669.1202232942427 -778.0077783282287 -822.275302295605 -779.8271148275718 -758.5437065377321 -695.5000271420437 -683.2541994224421 -745.0338525207152 -854.4917491620503 -872.0059780127689 -837.9838636429304 -753.7630965148063 -730.1223840790173 -485.93868993086295 -299.09448455904663 -171.34380653432478 -92.6918115082408 -111.03905359963524 -92.67553201343976 -201.72550431914487 -341.0663484216494 -470.4215793489218 -412.05537538381634 -534.8370771886022 -534.0425898447991 -755.0041173508467 -838.1581746373162 -746.5718862824835 -741.4434036296002 -663.7760885503186 -657.0576540677183 -718.5134169205129 -767.5684499031597 -781.941576809685 -736.0995512485373 -732.7608977874768 -675.1858400714382 -451.373409104704 -284.22586227999165 -158.25694505135075 -92.72733410856294 -111.03898821650633 -92.6754987177626 -221.7727856319756 -366.780156897381 -449.5332616226239 -532.9189390032615 -604.1698549508451 -664.097910548293 -788.4109379521332 -856.7750185990678 -779.7690085670106 -766.5606246745689 -699.7590932116512 -674.3771462775675 -781.8680186715804 -823.7935899087288 -817.327843906235 -781.2839131270092 -781.6159252832235 -727.7088895693996 -489.1901964643439 -292.64688386424217 -158.24102274425698 -92.67547561655542 -111.0909037531492 -92.67536655297016 -222.18336515260089 -347.0827743233314 -468.08893579950313 -532.5656874489132 -596.505801505031 -662.6283742401549 -787.564855801358 -863.3675004254115 -790.3873373741588 -780.9490884707772 -713.3325659007221 -687.2827690116687 -789.250464464749 -836.09471796867 -832.3663473479176 -804.7217597077843 -807.0607335684676 -754.4295605937782 -505.8022141051858 -313.98787215295187 -156.94969522874973 -92.71902393737476 -111.03909316905272 -92.67557028563456 -216.54185242013853 -289.50155713935646 -391.8132942509335 -540.3588093952782 -621.7881544435784 -690.922826992885 -818.1636503557745 -891.7869921947411 -809.4871837802406 -795.8358150931897 -723.6737303683963 -693.5778801240401 -796.3545156769393 -844.0673582097369 -836.769541760803 -801.4910969065375 -801.7868643360171 -739.3423691760516 -487.6214218319092 -291.1659795938989 -156.57827257067797 -92.6754930430311 -111.03912458033602 -92.7273902595126 -216.81056241680457 -352.7295187506602 -449.8962963884892 -530.9657142568728 -596.3886878153439 -662.0986700081085 -787.8447476667956 -874.5232913795463 -796.4603100806847 -782.3004301034855 -710.2577042217457 -681.792144284217 -789.0424724899859 -832.9953209938639 -826.9598239727173 -792.783967288792 -792.8588095517265 -729.6702294735584 -487.83723374503086 -291.2918025580224 -156.57717968767705 -92.67545743879914 -111.0392695851334 -92.727451675603 -216.6464529813279 -352.53938207602994 -449.62112379167263 -529.783282209784 -594.6910362868995 -663.775705274228 -806.989845066283 -886.2193932818549 -807.6689971265562 -793.2549771298299 -724.12395232415 -695.5067352266685 -793.5645682884689 -842.065154576909 -837.3293686436828 -801.3832029344795 -802.836214557979 -740.0255307777185 -487.125478147386 -290.64255369952025 -162.09300922814953 -92.6754084919373 -111.09089895069611 -92.67536220212212 -203.51632974801836 -348.9014341728567 -462.4736055267628 -412.1538126887926 -510.0586615723042 -669.9759616935904 -788.0289423759504 -835.2938032387617 -792.4298589254208 -771.7292964560183 -703.7666692463605 -692.6415786443791 -747.8449253455251 -853.8342878440794 -870.0532515439936 -838.7412897618623 -751.9419524047103 -724.9627730298141 -486.3134286429687 -299.9505285056406 -171.34516929408528 -92.6941680070445 -111.039095341784 -92.675572411242 -207.0972828001858 -348.8634167025359 -462.465579937905 -411.1007521534805 -532.0235421192506 -537.2613239650012 -771.9508666417263 -859.1188965182056 -769.7383564107236 -765.2989239501594 -688.3285909519951 -683.0778959499964 -747.6050791113297 -790.4683064676534 -807.1072948863323 -760.1184622633666 -755.8895034512079 -690.901085590756 -449.5813123616756 -281.4854251411574 -157.05920790309185 -92.67551050715488 -111.03918402280124 -92.72724192866929 -216.98332222294889 -352.36453205735984 -446.6565467237283 -529.9361161729527 -596.2199139587059 -660.9039958045713 -802.4548148088137 -883.6093201387363 -807.968740831936 -796.2079921958007 -722.8653531721772 -689.9929115844266 -794.6839659722767 -843.3077048603473 -832.0276572424259 -789.8044885669751 -786.5582304342514 -726.7881989560724 -489.0689700708133 -292.89197335192955 -156.94782767072402 -92.67546511488042 -111.03927712921632 -92.72723322040974 -222.14812057770783 -349.55587517502346 -451.7521750266709 -528.6287884210852 -598.5853768238914 -663.4976725519331 -789.4654846955694 -857.2370732781226 -777.6531961254831 -765.4994583576373 -701.5472083758725 -676.1755563433815 -770.8939183357375 -814.428196735604 -812.824610191926 -777.8725166479985 -782.0664423975887 -727.5679295859253 -489.2906958348341 -292.74531152706925 -158.23936671783747 -92.72709309804908 -111.03907293825046 -92.6755504875386 -219.6137346448745 -364.7036255804993 -453.1935774007314 -530.4794120051648 -596.0315392707166 -661.6590999532317 -803.3107215459577 -893.5136247490043 -790.8733967847629 -794.2399408834866 -734.8545130124057 -705.4627138037602 -812.9463196225261 -865.8820224956476 -865.7746655345497 -833.1139901968301 -814.2500158083461 -770.2994681382951 -508.9096630702769 -290.6056089168928 -156.56272061678337 -92.6819403230915 -111.03905391471416 -92.67557390839784 -216.52601637718968 -289.5015612463813 -391.8132942585085 -540.7953363145293 -606.0456004708967 -673.0888315450393 -801.0271561239776 -882.8808529153184 -806.2144107586662 -790.5019501530462 -721.2518922165842 -692.4667152516323 -799.9378111724495 -841.0342194956197 -833.1155656915269 -797.4964580031335 -796.1617341589076 -730.3432056718473 -487.91610548307375 -291.69818561025545 -156.9332831181989 -92.72730841211764 -111.038993658212 -92.6754729082526 -217.0190737583269 -352.77162546289287 -449.76866049647145 -525.9521860356157 -595.6583107774479 -661.8114555082776 -788.2038187414338 -869.5674165609651 -795.4336311796731 -779.4298638924002 -709.9493349401815 -682.4332959677854 -783.3901629528751 -828.869438531863 -823.3266786365031 -790.5241640922492 -788.5488662393457 -725.7462374147418 -488.4137808777552 -292.1690791300136 -162.45208740080037 -92.67859450957154 -111.03909713445942 -92.6755741638311 -209.87305763737368 -343.4033040381191 -464.76165264417455 -411.8157213792494 -506.7998105647272 -668.9160757828944 -778.5207576692516 -817.0087471331742 -773.1659636785258 -749.0680583278853 -681.5354889838156 -672.4436223216358 -730.4888377988484 -838.8402015585331 -853.9954391540734 -821.0024766227735 -734.1211672870681 -715.6496941563622 -487.90092624590267 -301.24208296509767 -170.74384489215166 -92.675447527952 -111.03925984421946 -92.7272143028034 -209.04871195104823 -360.90517170896425 -467.4646658093242 -409.034409746268 -534.4462204024869 -534.8801027411994 -754.26368944367 -838.5261403617234 -749.3206693484818 -746.8420953226197 -670.8675107479856 -659.541455100888 -730.3292029463474 -777.5467652031971 -793.128713476026 -744.9214237985275 -739.4419261715093 -673.1264792240404 -449.6623095045021 -282.3956346118111 -156.96210590588757 -92.692473730625 -111.03905354686997 -92.67557355014128 -216.81257397099543 -352.3319783227069 -446.6626438904368 -528.9175685755744 -594.5900295804695 -660.3911797855894 -787.4102350601115 -870.3355258270366 -793.1046714897112 -780.4303445618361 -707.8291966187265 -680.5572774525833 -784.1593733160602 -832.5086766241133 -830.4389622051859 -788.880564477903 -785.9074137015746 -725.9249671635284 -488.2730243560284 -292.4508157564094 -156.88898309061838 -92.72403588608913 -111.0390527216088 -92.67542029907288 -217.04659943089584 -352.7749543192253 -446.82921103448456 -526.2301076939852 -596.8459437160415 -661.5436654388355 -792.636832116504 -875.9484280967437 -802.567795610855 -788.7962733903322 -717.0471580442929 -689.9430581523893 -789.7551119291966 -829.7696317538542 -833.4264420917158 -795.9134365349216 -794.6865733503631 -728.031494739647 -487.5060102065143 -291.69402471199953 -156.56020389474935 -92.71993266387548 -111.03909389974898 -92.67557099610087 -216.7687544634909 -352.6508985219609 -448.76277307548895 -525.3101754562592 -595.2046271776354 -661.0860607913958 -789.9456822182076 -873.9522868152391 -801.4761828396057 -788.032211216848 -717.6526777797632 -689.6850044483581 -792.1193717929795 -833.1682248394172 -835.4411196555883 -799.4245267429283 -798.6229311129313 -733.1051133210027 -486.26358772843344 -290.3620518955973 -156.94433968633368 -92.69603323411046 -111.03909518196066 -92.67557225158949 -217.4720697828755 -343.2307104327356 -450.3565368223904 -524.5590385840791 -594.7856365554698 -664.6291316054406 -802.6178778238035 -882.7600292714117 -806.9948336123848 -795.2487541007439 -723.6824160531224 -694.9255499977496 -794.5366168325671 -831.7597846623172 -838.7084242958853 -802.65127375919 -802.0910994582246 -737.7425750079475 -486.3363374671623 -290.5120095850361 -156.57408124134653 -92.72719194152508 -111.03893723597152 -92.67541770259356 -212.8880972281887 -352.34410100731884 -448.5158904622812 -528.1407706423333 -594.7405343819224 -660.2175965762932 -790.3161223375791 -872.6701277703079 -795.6829840718269 -781.5903910569691 -708.3102107781294 -678.6373230247088 -778.4525727225016 -821.4063842652786 -821.7638738231416 -783.6693961666513 -782.4465057751902 -724.8358009639322 -488.509195553529 -292.82101219039146 -162.09234542356543 -92.67543668648074 -111.03911078880802 -92.67558752681197 -207.3208440597108 -349.0467775769769 -462.6238635403406 -410.8594585855656 -507.35982541166055 -668.7453728285569 -779.0934661440564 -820.3545848471434 -774.9305732100114 -754.5662244103573 -684.3371349261095 -676.7187005017129 -733.0934978290226 -844.8219070795061 -861.7199118398319 -825.071479527879 -737.6917025719284 -714.058260587412 -487.2696365389111 -300.75626863285174 -171.1751069477167 -92.67554685742074 -111.0392200838913 -92.72717079074994 -207.2142334085852 -349.08531492165804 -462.7237892323828 -409.3863531883303 -534.4108832112366 -534.9701167477252 -753.5954144554215 -835.7034854026303 -749.1591009340578 -747.3702559268883 -668.8022980067758 -656.1637154305799 -722.677655197387 -764.6795987752948 -785.4808178686012 -734.5628681844222 -732.3571965759645 -678.1679524669711 -451.5780992697111 -284.2155849280474 -156.32376173708838 -92.67545743728871 -111.03926958250216 -92.72722496199944 -219.3358724467324 -347.00085032091835 -448.891391629918 -525.946729888078 -596.9944602299424 -661.6605620673153 -789.6583119183568 -861.7918330693818 -786.8031722212595 -773.1070273996976 -700.5992814037585 -675.1224835759947 -775.1712043712056 -810.2069024947338 -819.6517213269769 -777.8667873793036 -781.6637622849533 -724.6404265811387 -488.6320112419186 -293.3240532268685 -156.3097212954877 -92.67561650740886 -111.09093037328785 -92.6753906724774 -219.1521135721565 -347.025282002218 -467.6832072690912 -526.2912989141112 -597.1414489819783 -661.6973939005285 -788.9861653061386 -867.3198323724735 -794.3561597084954 -782.084104326631 -711.9152405152341 -684.4432670193 -785.9467629447215 -820.4659179877274 -826.3405241635701 -785.3737859250078 -784.1135424815759 -723.4954454994155 -487.710556161106 -292.49941021384353 -156.5697710933738 -92.72723247816695 -111.03905141348932 -92.67552942280156 -216.7085780215488 -339.21354786959444 -452.8134360246855 -525.1837516764872 -594.8544009489477 -661.5387336028145 -803.9274834718833 -885.5102568007833 -819.0974328576256 -813.759976096731 -744.7799094171803 -712.2236134859756 -807.1275021402895 -834.5284687204637 -838.4197726310763 -801.686983507763 -801.127870685821 -735.5237571603193 -485.498967043276 -290.24733455712544 -156.57816453633149 -92.72726587733516 -111.03900473738442 -92.67544167777568 -209.24528803333249 -289.5015619690185 -391.8133865478191 -539.6024862394027 -596.4824493776875 -673.6865707386143 -812.5129143812069 -894.6726530547635 -831.073158245881 -830.0823322791538 -744.2184372572099 -719.7334518976465 -820.8314494878077 -868.2851319417388 -863.5458504390854 -834.174379996776 -832.9718504714498 -747.9435148240954 -486.16368063945646 -289.86783757491463 -156.57795650154674 -92.67536879483434 -111.03915593421956 -92.72742381145562 -209.20482369913367 -289.50147678371576 -391.8651116956558 -543.3122946640577 -602.9610702950592 -678.2074863658244 -816.1728836490165 -895.3783024465027 -819.7532652444229 -820.258064022901 -751.8685051642923 -717.624198359898 -816.5886892483913 -823.7033393390562 -819.0234165664458 -836.4982450929396 -836.9504639685205 -761.3787256117408 -504.9570420706024 -317.22891034000054 -162.10639376840794 -92.72732867300756 -111.0390620733776 -92.67553985516494 -199.6235371881814 -285.8383937148803 -407.6517348862439 -425.56047734140674 -525.5665057054898 -695.0278458838039 -820.2598218337752 -865.4241773956267 -782.3542466091428 -810.7659708740642 -741.2316719927613 -723.4786100309753 -774.5555339055388 -878.8654111547798 -906.1543657537736 -873.5511062483822 -790.3723533501748 -753.9359727142983 -510.4769327966658 -345.65559556523965 -92.72722355130594 -111.03913739467572 -92.67538681797718 -195.9881119302333 -341.01081991438474 -457.402777928992 -478.5850772283807 -563.5698719565288 -585.5390486462402 -801.9954570299439 -889.8589957641759 -794.377967566776 -823.3667547564055 -637.4277012479287 -645.6487052100766 -686.2481685363822 -744.1779904823558 -788.8164605801298 -785.8710663459958 -790.1712345225505 -757.4833609630035 -530.9646040612542 -346.0163970506034 -157.02777818626765 -92.67534084653757 -111.03912836120828 -92.72734486380403 -204.20047103270653 -289.5015527071772 -391.86507999625167 -604.4004077692074 -621.9244726673562 -680.9376223244075 -836.6768809212906 -872.9660279871244 -799.7350608908339 -805.3760942821563 -746.2509953710718 -714.8855190190811 -812.9672518618901 -839.1629354885848 -796.6412244482365 -844.4798113564595 -861.0112430130182 -804.4695825025715 -604.5810313340736 -400.0048998888629 -156.99884327695233 -92.67556649292416 -111.0910961961207 -92.67528969839216 -184.70640522496984 -289.5532750354123 -391.8133388607835 -690.4890245991425 -571.0090407497432 -683.4752455412226 -935.5776999235344 -1066.3352001437047 -1007.9653528537648 -1010.2507223470144 -928.998299048238 -871.6714409212167 -958.7012960423056 -992.4918348585912 -887.8937179644226 -887.7827602896522 -863.7459438769566 -776.137567011667 -511.1380966322633 -280.3469514573998 -156.62622629035104 -92.67543476117692 -111.09115401544312 -92.67534297293348 -162.4388070616114 -289.553332138925 -391.8134131800891 -594.9197212246362 -618.5351538789922 -737.8149941400615 -949.007433474255 -1042.2948089504837 -980.8808533804925 -970.031789277269 -923.9025209114112 -876.7248668203096 -964.245291717308 -999.3288434608568 -934.906401112344 -910.0921532800083 -905.6448620079648 -812.1346880975028 -526.8129713703892 -344.14516454885376 -159.56719988699038 -92.67548135000308 -111.03911291666014 -92.72732824446692 -187.84102607567232 -289.50153739041315 -391.8133802693852 -670.877579409051 -689.0580762889606 -724.5546843360851 -762.1640583037865 -937.562012616101 -750.5824642448234 -738.6708413722835 -813.9052821396467 -807.7553434536281 -789.8110173906646 -835.9472802283262 -800.0761948518243 -839.2317292361646 -847.858619570353 -795.6281245768257 -583.3266566860485 -359.44153889945693 -156.58497223488607 -92.67545561773292 -111.03908725317758 -92.72730062054748 -165.56631907178814 -289.50151278685314 -391.81335591095376 -602.8181940440787 -677.2284310479466 -739.3881310629015 -831.607894590291 -908.6909729065236 -839.5968679244684 -831.6081075227393 -755.8886851096336 -720.947665638051 -801.2981690249361 -839.8503740347309 -790.395497252974 -811.1206642920588 -812.5046335256685 -745.6354693869993 -489.3534724392191 -290.4665792964533 -162.09761043287727 -92.72718202541736 -111.03892818151324 -92.67536636748996 -199.65829665610863 -285.8901570329936 -407.6517869146461 -422.2460392175306 -513.1109799418621 -678.5097427279411 -795.4821692738774 -840.6295582539188 -794.2800195984748 -774.4632844309573 -705.1022953331327 -694.9799379637761 -749.5503469349349 -843.2902508622556 -807.9304023688262 -837.3342998468687 -754.3680939040407 -730.2390312276848 -484.79321404783633 -298.8372453378675 -171.03876045291716 -92.68401130454258 -111.03905373368372 -92.67553214448792 -201.38187243691132 -348.7047320987322 -462.3005884298319 -411.6509169131999 -535.2566760372644 -542.3443794881694 -774.5471094090648 -857.8388287789209 -769.0337703388394 -766.2287109581741 -688.1541310601988 -677.5625246839699 -741.1909848199217 -781.2020754311196 -743.0911119146228 -752.973829324952 -745.8674882022857 -676.8544659674358 -451.4529634764174 -282.3527214936968 -156.3214901225378 -92.6754722692506 -111.09104359295624 -92.67523843168 -216.7818367351752 -352.6783717213241 -446.81379523418 -531.6261957876865 -598.379491933882 -659.8534664381115 -792.8781988288715 -875.2591413266928 -800.4546511135493 -790.1112822409482 -715.9741458100187 -687.7828231253203 -788.8383754580906 -823.9483857303884 -775.274351370501 -803.3174390827195 -801.7020645936615 -733.3906049610936 -485.4373801633049 -290.97466807988616 -156.93661806431973 -92.67548661206808 -111.09105906777906 -92.67525269484204 -216.70068263637015 -352.5653942916624 -446.7489715990092 -531.0566664021912 -594.7170540917851 -662.4521718264647 -806.2518692222803 -886.758670734587 -810.4214961656195 -797.9315356713696 -727.8099339426535 -697.6065003562408 -796.0851930829797 -831.2321102938938 -773.1336016141327 -805.0073142097126 -802.515291505401 -736.5320349972499 -484.940336822279 -290.1657766577829 -156.5856457743042 -92.72723617938638 -111.03893447499844 -92.6754576769812 -209.18945599375192 -289.5015355687728 -391.8133603900492 -564.9777984651333 -634.477543239184 -729.6512119895967 -834.9515402020487 -830.6312453467108 -791.0961469141823 -805.1730997758377 -726.5582433355099 -659.2836378325255 -740.1954377871997 -836.6035746205396 -786.3180018121362 -822.1477243036336 -831.6216169882742 -753.755638960553 -552.9674780234263 -324.6573140895261 -156.61721227117164 -92.68375597374728 -111.039096254678 -92.675531713616 -209.09085191135568 -289.5015610882862 -391.8132941014672 -535.3557380943901 -597.3741265586939 -662.6322252135714 -804.5954648850428 -884.2925212346463 -808.3223503149084 -792.9002831238905 -720.94229185996 -690.0775979739262 -789.2236497424091 -821.367337054125 -767.494659677221 -798.3645246810968 -793.8692713625627 -726.1476132606305 -486.098140393053 -291.2421773866172 -156.5933912957309 -92.67547579245692 -111.09099773333972 -92.67524238191542 -212.97064536504644 -352.4840804808537 -449.6007755857353 -530.2681504840123 -594.9567899623938 -660.091205408651 -791.6022555797757 -874.2715278530814 -801.03424307375 -786.9326377623747 -715.1009729487457 -687.4879742741174 -787.5066300950759 -818.3447860673987 -761.070053046166 -795.5499981722292 -791.9510654024025 -723.7162588246249 -486.0829545708553 -291.465649998345 -162.15469778065545 -92.67534197661126 -111.03917155995268 -92.72739500474177 -203.47895284970016 -348.8283561609624 -462.5267230068786 -410.8300625644118 -507.255889933842 -665.9244524613539 -790.9219464649557 -836.0737564230197 -786.6802065347501 -768.92954317176 -700.6217777070223 -689.9921809644688 -745.713002224809 -839.9519042657892 -801.2462801262077 -831.3043320109152 -748.4312358685252 -724.0517480094962 -486.2955722243686 -298.841416592095 -171.1037999578651 -92.69667220887132 -111.03909512594524 -92.67557219624236 -203.400355255548 -348.739054539988 -462.4139263527875 -410.2120433410168 -537.7125987668388 -533.455246533777 -759.3465672738405 -845.1647398247353 -756.4193993219341 -754.2402310863331 -676.0612764240956 -665.2392418822778 -728.7422351616734 -767.6294289734751 -731.6093448516888 -742.1481129653127 -735.727491437205 -675.7603930001657 -450.41400318286526 -283.1525202239434 -156.94734184025046 -92.67546912725936 -111.07516397190231 -92.69118455423305 -216.5813550899144 -352.15336337113683 -446.7165766060955 -528.6685821325927 -592.6530882167813 -659.4484767509133 -788.8912008578131 -873.3989678764559 -798.9301649376664 -788.1285226666632 -712.5891005695609 -682.5652162277854 -785.4900120111016 -817.726990107999 -765.3504655274186 -797.4438042886304 -792.1318977274036 -725.0370470978182 -485.6597768330516 -291.172169239054 -157.03990398074853 -92.67547622903656 -111.03912004983016 -92.67559658779034 -213.10323616703096 -352.4286075782975 -446.496741269069 -529.7978962794834 -590.6851346168395 -661.6154296277895 -804.7204035553879 -887.3497603292061 -809.6942742828868 -807.8758280227178 -739.1033893124117 -709.7985170738608 -795.2893174203876 -833.8493685305734 -774.1742100975762 -749.467003544025 -800.473700003068 -734.9571248127927 -484.85406477291536 -290.7442030577221 -156.63768151246032 -92.67547859872312 -111.09105041987377 -92.6752447251967 -209.2012970174078 -352.29758329681744 -446.5242493305312 -525.5401081050738 -590.0640919742511 -664.9256463148613 -808.1315715511631 -867.5012406955453 -804.8033651932017 -799.8902592631547 -725.735329341976 -700.0814811283369 -774.7530224355634 -834.3281909546039 -781.6231487307949 -754.0259026966122 -803.4664871765584 -738.7018473310519 -486.8233435850053 -290.35251476045426 -156.61612526700014 -92.69978287668286 -111.039052970699 -92.6755729897552 -209.19749903384405 -289.50156034572666 -391.8132933628203 -534.8274284426744 -606.3154639571101 -680.8683486492105 -820.4070912623386 -901.6995203272702 -786.5643046924058 -823.7197737826586 -755.0063933011726 -727.5163781870872 -784.276483854894 -816.3692502168694 -772.629965116122 -791.012729764428 -834.9334076894223 -770.8462934563873 -504.21663906089833 -302.6359610785491 -156.59182991467682 -92.6754241510494 -111.03921055377006 -92.72720643492576 -209.05337550608124 -289.50153234032126 -391.8650802381159 -546.2109961977917 -616.7294533405109 -694.0618465919592 -837.2143311326572 -868.1475502098579 -800.3788788199525 -797.8910679459602 -735.8165820171268 -704.1279063054595 -794.7384848599036 -823.489653007592 -769.5273854378828 -749.731740988301 -836.9742952303113 -754.800798550111 -490.67169578545537 -291.0525375504937 -162.10471125915902 -92.67548262918008 -111.09100515553442 -92.67520583297578 -201.27758859339835 -336.73376161473834 -466.0766046369164 -407.87487652099526 -508.44441117977055 -679.6083847736647 -823.394989817928 -835.2011583967893 -795.4467571780787 -794.7928586037106 -722.0817827827527 -696.8609621992929 -763.6937378860492 -845.5653554547632 -818.0217304853008 -799.0933984452358 -782.5095316652822 -756.8346322399415 -508.1335757361962 -305.27039361538954 -171.37145571132248 -92.69295090844922 -111.03905294652196 -92.67553137596472 -201.29170728502325 -336.53516464152125 -465.9555721329812 -414.02825656726185 -536.3066447795094 -543.7019739475112 -777.3276635208297 -870.4358455420477 -777.3844411689912 -771.4596506437654 -708.703018551853 -707.0075253293134 -726.0488273102773 -795.0387886940202 -753.8351967669338 -706.5253246801294 -756.8733626197655 -690.3336748840792 -449.0392673662632 -281.2560902036584 -156.9648885471208 -92.72727803022238 -111.03897289773904 -92.67549506558464 -209.2519955267123 -346.3717751565318 -442.9569877386314 -524.3027138406867 -588.2450247516333 -665.619485568729 -813.110314362403 -866.2064775670145 -799.9446668109817 -807.3060601840592 -737.9706144179695 -715.9060587381477 -805.0645149106067 -825.1426495171996 -746.8456895930021 -765.0651668726352 -807.4739407198837 -744.4253593240795 -490.153415273853 -294.00112483488 -156.94696077909518 -92.67552713225572 -111.09105346545194 -92.67525033484388 -207.45370353978217 -289.5532325838154 -391.8133852775319 -548.2869305688284 -593.8501304353011 -674.5441078189075 -815.3629496452504 -895.1730411089801 -816.0235804836093 -804.3816606897233 -732.4937153359639 -701.3462928437455 -798.8631342429823 -832.8451278080012 -773.5159251859446 -751.5845394159452 -801.0882244168233 -737.7251985571138 -485.05651513607313 -290.3874798308662 -156.31966353553585 -92.68481092492864 -111.03909616075062 -92.6755316251592 -209.366827477563 -352.07028270359183 -448.4390271660534 -523.367307783546 -590.3989793679426 -672.4547291495727 -825.6466436398503 -877.0728977103198 -793.4683194578784 -808.2155294275851 -746.914433085495 -708.4721768474036 -800.1231237894915 -836.4518177175971 -771.9527877809626 -752.9717411514142 -803.589159788751 -738.934562750455 -484.8665358745823 -290.08756717657747 -156.58561050882813 -92.67550521562228 -111.09102967170185 -92.67522841552186 -210.79053323779823 -344.4783567932892 -446.3257826591326 -523.2850606183837 -588.7753809015425 -672.4642509909214 -830.6883691578748 -877.2463090650402 -830.4847204859468 -823.7922206696219 -756.7913618314502 -644.682025840568 -753.1478598588145 -769.3714795182058 -783.8393104374505 -757.9483818572114 -799.1534773065766 -760.222812247089 -500.85969092635565 -294.2030513774846 -156.59992526381964 -92.7273123800564 -111.0390044321367 -92.67548390674426 -210.70242613508304 -289.5014328863432 -391.8133385021799 -579.8690598987356 -651.7696651536831 -658.9930307663219 -801.264642316097 -920.8727749180786 -864.1157211223185 -863.0542343384114 -794.777927483029 -733.7124039563108 -819.2761545360129 -826.0136578174897 -764.4009449314741 -737.2963965425137 -814.290587410872 -733.3865120063911 -471.7830288610217 -264.6001858859152 -162.17805715247383 -92.67537724037756 -111.03916426448632 -92.7273835171164 -162.26960033922688 -285.8383506677261 -407.703502409603 -491.6731956500302 -480.8567930152194 -700.354962610734 -835.9815811772067 -900.8270795374071 -854.1080457479571 -864.9325627590715 -792.8780616548395 -761.6108327986907 -787.5246890852189 -839.8873307674259 -826.2284685014854 -787.8420788178402 -753.5825569913192 -717.2707768940971 -494.002190494336 -273.3943329787854 -171.0127694574602 -92.67548151658282 -111.03908296113715 -92.67556074296284 -152.96620786918703 -300.49946157415405 -423.1726878192599 -479.9828263460816 -614.5636063101823 -506.8914756467293 -725.9819411310762 -817.0177397228492 -742.8953928893746 -743.2623669412947 -703.7384491664691 -672.1954630643892 -723.814947768168 -810.4883671053885 -754.3685952592377 -719.6169986989489 -771.3825045931953 -741.8296135803554 -488.4367291457818 -315.6283492290691 -156.95961527099035 -92.67543301592352 -111.09103535753142 -92.67534256766209 -210.7261902657564 -289.5533317108709 -391.813382608435 -536.8254001676698 -593.999931454019 -675.6458774514938 -817.6714451970115 -870.3604685949211 -795.7004275447499 -792.1868161366148 -732.0551998303591 -699.0354769170505 -797.3025222006612 -831.5823733194895 -777.3516044326542 -754.8139177785058 -803.1760095866402 -736.2960296051566 -484.5926812424742 -290.216201182108 -156.6031971137564 -92.67541905782434 -111.0392055280158 -92.72742793638588 -210.90380449638252 -289.50154946798585 -391.8650716081632 -536.4816083643485 -593.6755831824527 -677.2983458938637 -815.4200825262991 -898.7801193774407 -786.1576996510058 -785.2381161140877 -760.1691700133845 -696.7501911421763 -789.9390109166642 -815.3366251875952 -747.7653004110476 -749.7528015651558 -806.8768040682453 -740.686039649248 -490.9216141258517 -293.3661798862153 -156.58282737273603 -92.67545933717872 -111.03928674255428 -92.727243744388 -209.02622521659688 -289.5014739703269 -391.86511733149945 -580.1849369429675 -648.8354432299211 -733.3707232064445 -827.7999402841606 -909.9478605925028 -833.3355406518812 -835.5165217114533 -758.6003860182099 -713.4644121493064 -805.7206572918495 -834.8039953871139 -754.9109071287072 -757.9873495874517 -806.9633226144686 -739.4021069700558 -486.0673406169647 -289.8661950107932 -156.58115364507796 -92.7272110359222 -111.03891139964738 -92.67539288744322 -210.8697158833348 -289.51369947880306 -391.81334039716944 -532.8828296558632 -594.0789051503382 -672.4455849777179 -813.0196058321659 -893.5515235060052 -826.7013367240999 -779.7243321985901 -736.6460974295682 -700.3126565150775 -798.9805952471094 -837.1712718953065 -770.897124470831 -749.7579999141005 -803.7299113824084 -737.8759508765713 -485.51877244088246 -290.3370067941731 -156.6039305202315 -92.67547724074142 -111.090999306152 -92.6752438239786 -209.1166123719448 -289.5014539530209 -391.8651400059866 -531.2456130457927 -595.505479875205 -674.4427596311369 -811.3400139076901 -894.1080343375608 -815.3938075390478 -803.3497330679389 -735.5252275289807 -717.422013012653 -781.1148610810695 -841.2135339606423 -715.1834785468752 -696.039786564956 -748.4021235731833 -803.3588519393606 -522.2373558080129 -294.865583373607 -162.10042209736764 -92.67550112761656 -111.09109809879024 -92.67529145444516 -201.33492984930152 -285.89014411809256 -407.6517165857156 -415.55134810976034 -518.7923038124792 -687.586218233379 -802.5467279140084 -844.5880305610821 -798.3839112516577 -778.4672906215634 -706.7884690705323 -696.1649418943448 -753.1706969724049 -848.9333442967333 -811.6812160240707 -782.8877693580915 -754.9766360212851 -730.2772373826286 -485.0037166967445 -298.8379232169135 -171.06393992056957 -92.72729130580328 -111.03897798019123 -92.67545756841156 -207.2010813945791 -348.92886728559336 -462.5268941885333 -407.790011733564 -533.277715691709 -534.0621094370352 -753.931953170705 -841.2202812754429 -755.1648692729792 -755.6430587082508 -679.0467943934547 -670.5234039049398 -736.1950222694195 -774.3328218863159 -737.4021610090114 -690.4527202715151 -743.6178285576352 -677.2183360763884 -451.739075318874 -282.4971403208796 -156.92313243500712 -92.7151196239648 -111.0390935121898 -92.67557061931338 -213.01359353189665 -352.0683595939009 -446.5477115705186 -523.7845806795136 -583.3733055318245 -657.5223807054716 -803.5183898006509 -884.2909536057781 -807.5379779478596 -795.5561261719496 -737.3668281442225 -703.8373441189385 -794.796499067807 -827.31433012642 -765.4625890806076 -747.973876663448 -799.8768716795571 -737.6048378886637 -485.80284141720176 -290.00259329798143 -157.06510525051954 -92.67538305636845 -111.03917000442216 -92.72738969522582 -210.80090979012417 -289.5015931529908 -391.8651241337976 -530.9221113656716 -600.098989305749 -676.307203447269 -828.1726655727098 -864.1629939333595 -799.4215578465482 -796.8700123413428 -733.8930493689913 -726.0970291564436 -740.7398401165268 -770.5617689687128 -773.9137662481182 -732.1749617076129 -824.5961782339754 -751.898705912022 -502.7046538485712 -294.6878550150552 -156.61810681130575 -92.67546044146668 -111.03906190815368 -92.67554014303764 -210.79120910352523 -289.50148797487043 -391.81330124878514 -527.1843311427738 -612.8646665107747 -710.0757003001602 -824.7120470115506 -914.7845795710864 -751.2126389202496 -753.4644889523552 -739.0935502201164 -712.1643394309573 -809.0268502863893 -829.8566897046674 -709.7272600032733 -766.0828133818931 -836.0430827953855 -774.138429877038 -564.9493550577411 -348.3145686103624 -156.92495856242178 -92.67549286167994 -111.03909429737024 -92.72730819755732 -184.6157645512716 -289.5015195379377 -391.81333254711086 -585.6836858586327 -655.3099289782076 -633.0211531973548 -762.0103645144682 -876.1009197165426 -805.7876556012733 -828.4295386096405 -764.9787175167696 -646.2400306880733 -758.931714978057 -788.297974128486 -802.2832757850264 -766.401177568514 -845.0505688259958 -764.8574029588292 -505.8106992045072 -307.7614409648792 -156.660838732122 -92.67545417155355 -111.03908580715854 -92.7144674677715 -197.55902005821204 -289.5015112736864 -337.6948794409234 -525.8877683719749 -618.5686384497832 -724.3094110729735 -833.9046739283973 -830.8516744371495 -750.5994732092674 -767.5176435889284 -673.0504078705189 -658.4671282276087 -821.4995492378794 -771.3063692507494 -788.5584357748312 -755.3039090401704 -832.0557028674896 -756.8975436951606 -495.6239519164184 -293.55977819416125 -162.20513497561964 -92.67936384809076 -111.03905414246984 -92.6755741300674 -199.35706099948152 -285.8384284249163 -353.5331944538969 -409.2235668153916 -528.7447032285166 -721.6522039196399 -814.5467718477089 -860.5964836395146 -825.3099566641354 -721.8558116162327 -682.7603206662037 -674.8537520339088 -738.6491500485992 -800.982207113736 -743.7298696177128 -800.574085601669 -762.1013056575987 -761.8050524669233 -516.3683122966438 -326.1237098052519 -171.08571660465051 -92.70490157957528 -111.03909440552516 -92.67557149295182 -199.32766959269355 -340.8024471315373 -408.09206868164426 -419.5049016684983 -570.0261101165481 -588.3956748134063 -728.2149818084827 -816.6420172523887 -741.2488880592468 -777.2598357964098 -666.3896011878404 -641.5906865428659 -700.4505865819763 -724.4873014271857 -776.8557726094788 -721.2703805983966 -760.2387508582182 -708.9035362661775 -462.76725344604455 -285.89218518817694 -156.92808811378345 -92.6754585934949 -111.03906006142547 -92.67553833799369 -207.5872788520124 -339.2044864447803 -372.3121893491202 -521.7066489146575 -590.4711032961784 -673.1105349783672 -825.9542291658145 -886.9753655294581 -815.701232251246 -809.8909755175357 -754.2640717258196 -725.4075910662759 -819.7968359866683 -844.3803162144302 -795.210010625691 -744.7869554062052 -839.7774547430885 -766.4578340585925 -495.51923631291794 -295.4011860153751 -156.59627485255584 -92.67549912480064 -111.03905448257734 -92.67557446002218 -201.7952292371631 -289.50156178576765 -337.6948115608655 -543.6068151788057 -609.3248820119982 -704.5064244834838 -846.9115285269901 -865.9269159023145 -793.236612251737 -804.2501582842216 -746.5198703674599 -733.2491216790866 -792.177062659801 -829.9093807089075 -756.701294805985 -757.1577064179147 -808.5288202138412 -744.2030243326456 -489.8616409883447 -290.4457562442516 -156.62017827414135 -92.72728330715528 -111.03892746579884 -92.6754086078538 -207.47285322044988 -289.5015955881477 -337.6948724318844 -530.2991924530875 -620.7568948555038 -721.9347100721371 -836.8203026301117 -912.39979697237 -750.7022894832738 -767.5261476933754 -726.5287459416851 -659.5031040941245 -739.4286776215575 -847.2105834564508 -793.6321022987662 -779.9090022434177 -821.3113049042005 -789.8590743097409 -557.008507677367 -330.0708080218195 -156.57563032555427 -92.72363239219244 -111.03909276675148 -92.67556989185704 -205.3943631867849 -289.5014773385483 -337.69480746653875 -552.1439866373939 -645.314062584539 -708.5647092448029 -843.3289291536993 -911.4702001733692 -837.3597188449189 -828.3022386116886 -757.7680772097065 -725.1410720971952 -818.9007789702605 -849.3295949044424 -797.2130490298769 -764.883234980422 -815.8415316292663 -803.307437578851 -571.6356024868497 -345.1471842960155 -156.58196419823287 -92.67539032505354 -111.0910881517184 -92.67527949830829 -201.62051988433652 -289.5532167046045 -337.694952023633 -596.4077156845658 -664.9065068776284 -741.6203216294501 -829.279403857235 -893.5953988005721 -825.288489786773 -813.0375754044913 -745.9714154576362 -709.2234723745039 -798.3185720385369 -833.7416207106832 -779.7213052240058 -759.5288850843245 -816.1282255629868 -788.9735059304081 -528.3986949856013 -325.6235566106509 -162.1070990862441 -92.7272514013454 -111.03899152071573 -92.67542867770536 -195.8934646814625 -285.838416047036 -353.5332737593495 -441.7949515933705 -548.9301286558515 -728.8728489702175 -858.4966890135713 -855.2473434880831 -822.4863812748414 -719.9849360673436 -744.6520417654514 -703.3978962023597 -750.3581415234281 -837.4576812560167 -799.2228451447389 -776.374229006727 -805.8036521545184 -786.828532468974 -533.200387468932 -337.8692430202085 -171.02255815451895 -92.67553528522215 -111.09106231563828 -92.67525848680953 -172.3685840007913 -310.6607228689543 -369.1237390924617 -444.60863558773553 -559.1536966574098 -556.6187282873938 -809.7098308866382 -871.7311397329019 -794.0511060145492 -804.1308104220469 -732.9599606707327 -644.9634569246065 -705.3155302154496 -742.1993585470589 -687.3869708968065 -744.0071484677128 -784.6699043914256 -745.7827229589856 -488.76212761825616 -305.997648674245 -156.99554370547176 -92.70111326871564 -111.03905223236208 -92.67553067308158 -198.0439481355931 -319.1984899520446 -361.42520625955774 -525.4991032616244 -619.5589722685111 -723.7598961502786 -832.0252657176907 -906.1373915525044 -830.36009932738 -737.5066977466976 -671.8367842689003 -644.923366364264 -740.1039905212976 -770.770617162948 -796.1537675863187 -767.1946651107493 -817.5388361856576 -779.6369865049757 -547.3807033064963 -320.9039736741826 -156.65407311926023 -92.67547535006206 -111.09104691621268 -92.6752414956451 -201.64111875903012 -289.5014921350248 -337.74665376763 -574.182180722483 -656.2020956811153 -634.2294084167218 -789.2551331189476 -886.0737738652723 -806.0383165518294 -780.1113786140123 -712.94246141419 -685.8612310070796 -780.7680438433861 -772.021467376913 -713.5522612217923 -784.4219490405118 -833.8908019842006 -765.600022032308 -553.2756848290579 -332.17054158214535 -156.6060989460841 -92.67547630685245 -111.09104794936285 -92.67524244987882 -201.6694863634268 -289.5014526252185 -335.06275479773024 -563.931185105805 -642.5719867791463 -733.0556152683465 -831.9215370940926 -904.992129526118 -750.5801049614981 -780.047304946738 -738.0900717841066 -685.2495080373639 -753.1815095988153 -811.2241265065582 -709.9607724580314 -772.7648395199692 -814.3368097509771 -783.8241573781079 -527.5477360444639 -319.77340163235493 -156.6212459686946 -92.67548024795894 -111.09100256926756 -92.67524681229824 -198.14834192800325 -289.5014972587512 -333.2228904501349 -543.9116360327099 -646.3310190696812 -711.0639133840516 -763.207505407149 -844.1955375138044 -763.8653123557185 -779.915284500499 -726.5146022073467 -685.7075899055909 -769.1858940128094 -785.0934661321725 -711.7185697373942 -693.5082980613746 -830.3139435472727 -766.9777744086651 -555.8118188237517 -343.8340899526946 -156.6144554789807 -92.69893767517956 -111.03909492722838 -92.6755304072302 -163.00769906936483 -289.5015597165072 -337.69495498518603 -587.0575463413027 -646.4032466712658 -633.4710920243728 -789.6447000670559 -872.5906017498708 -818.1735230128526 -819.6841506065829 -713.0586734806274 -675.4883116000765 -755.7754531517617 -771.8700233016099 -790.5013392022234 -763.3680824701183 -820.6956623272787 -788.758697223414 -526.2388386967696 -317.4797380242932 -162.11360274431905 -92.72729028181304 -111.03893389207217 -92.6754571092746 -188.4484171030419 -285.83840198086153 -350.1195160139677 -455.9014263544241 -575.0864681110861 -745.8452549336341 -829.3704682431318 -869.881603572022 -816.8256011830556 -802.6798107705137 -735.9354258680777 -724.4908888229842 -779.9786178489242 -866.6474444285459 -818.4784690771361 -784.4507510887032 -764.8945188445176 -769.6675810920543 -511.2257716572368 -307.46252005029646 -171.01746109047588 -92.67544973189158 -111.03923579591093 -92.72723391030542 -192.0201743075301 -336.4455644503016 -390.7114428846677 -423.2167896458191 -585.6928602262069 -598.5701474486423 -800.879300931128 -803.1822615389186 -712.4178989152406 -711.1431813647979 -649.2489712071571 -641.6373221179938 -702.1908038881908 -740.5858020709487 -691.8814683066581 -731.0875908404998 -776.0042367662097 -734.6894181472682 -503.93354316244734 -310.2218307227437 -157.04839444046897 -92.67533630453144 -111.03916599620682 -92.72738901205976 -205.3804845960765 -289.50153755303387 -333.19556297363084 -531.8940521254838 -612.2355978524472 -701.5727727188573 -815.3665773059141 -903.016799939168 -836.0310690732423 -739.2080640780471 -672.9175046745538 -646.4667944122699 -741.478626595199 -852.5761564205108 -796.0958861877261 -766.4175660268864 -826.5331791353013 -753.2808907408678 -550.4104619551107 -331.0152680316517 -156.60708970495983 -92.6754196797448 -111.09091108177152 -92.67533051932578 -173.5479360490662 -289.5532520379617 -336.53861552648334 -586.8519198543032 -659.8392052287307 -716.0388547354538 -801.8199385506239 -900.0417269619205 -841.7969659477998 -829.4307306357131 -761.9535609749929 -745.8934377135315 -830.3770282852355 -838.0812932159135 -765.3596511420881 -749.3421418321229 -803.429452224694 -744.9841825906504 -563.9793449249971 -338.9750873162563 -156.60310621566737 -92.7247350465014 -111.0390935242463 -92.67552902527804 -163.00757382513672 -289.50155807890206 -337.4645137838319 -615.0569549698934 -579.4128832126488 -752.4235396841275 -930.1778330975346 -1049.3750193866426 -985.2320678374512 -1007.482016011212 -963.7736285634736 -935.3434190425191 -983.0005413077404 -1010.0770555648556 -773.4880294058956 -755.023448438395 -777.6813354154215 -746.3706418981689 -506.5895920038999 -308.93081287613666 -156.61070900641158 -92.72678890103246 -111.03905085057391 -92.67552932105774 -168.79772508913527 -289.5014773709668 -337.69483761430024 -513.1525559764605 -670.9861176469677 -742.5728730270853 -836.299745347766 -917.3389909648408 -847.3618359660217 -816.9998174763052 -744.3359735397303 -752.4909711760263 -796.7135410630768 -832.3518303751958 -782.7543345924875 -764.5336374580244 -817.7157835201413 -797.5578854145206 -571.0426365688284 -344.273632838793 -156.60539008627967 -92.67541081343664 -111.09090146967766 -92.67532176472342 -201.69013017848732 -289.55324275064334 -337.69479833126934 -597.600525864476 -666.8624559556929 -747.4069479965067 -837.3032019590053 -907.6587023671306 -829.2912841901529 -836.6049064462048 -758.7594937854515 -738.3572595500993 -740.8696172043651 -771.3657460424081 -710.8637904004903 -784.8904303730077 -843.5027116893011 -770.1546208219945 -569.2874842935449 -347.9053056490106 -162.12460532940364 -92.72722386873336 -111.03896638201088 -92.6754462202192 -192.137697566196 -285.83839080366533 -349.02349656085505 -481.2609515496365 -479.8702401392439 -676.8516013678967 -843.7718463949863 -903.7144939185936 -880.7511827584954 -883.9340316138603 -829.2868282685287 -841.0784575896608 -897.0399428121954 -960.0352499216524 -908.5070882745327 -856.117342580336 -821.7929147423465 -768.3020303954863 -556.0921032482893 -364.21794281252096 -174.60170916969247 -92.67548968723032 -111.03909112464709 -92.7273047854703 -157.31815270688102 -312.9422396515312 -386.2681890492195 -445.5313754912162 -573.7375793568633 -594.6216315476596 -854.1795386519825 -957.808125688286 -926.411623646863 -957.3649104919808 -897.7209537167116 -904.8594111301804 -936.3279895171584 -805.9296356829298 -845.8899872658616 -681.6187081776138 -808.644619480573 -737.5819596672226 -514.4777140450926 -351.7871405891972 -157.00778163706377 -92.67546521386504 -111.03906667461342 -92.67558632556089 -159.5854216784333 -289.50150241192426 -333.99704787317586 -610.1770376863922 -560.1218593612011 -632.900463311163 -793.0840770063106 -878.053568061067 -822.9106244821377 -812.0107251832372 -733.7345372561874 -718.8889314636517 -802.6490323335845 -819.5448560102196 -745.5706253565269 -684.1451272301916 -839.2919075684953 -774.7025532394194 -567.2733708937814 -355.29421261721376 -156.6080594293141 -92.7272684868706 -111.03900712006404 -92.67544401860428 -163.00352626850042 -289.50156424073225 -336.2903794292158 -603.8897884744447 -559.6980711008814 -660.5098994868551 -802.5163255202249 -913.5182746886828 -855.8567423432045 -876.3220704716176 -831.7288706039891 -842.2963403647761 -924.8939436535118 -939.6076850526388 -849.2995345976896 -813.8225470300325 -851.0916947186059 -772.2390744112961 -517.7322175968363 -308.10971152818644 -157.51858796598418 -92.72722950782598 -111.0389283544204 -92.67540948002382 -170.2744355967628 -289.5015964255555 -337.46453258697653 -609.2320685258068 -671.3445028661725 -762.182171980009 -895.5897379458125 -892.236439406665 -840.6682743575813 -857.983482604141 -789.7867133950639 -761.324560924422 -852.4370379475185 -891.5020030019989 -707.9751950029372 -724.851415208923 -749.195243205978 -781.1543887217349 -565.9442817022414 -350.00306468338266 -157.00456786708918 -92.67541052010831 -111.09112802463768 -92.67531902468926 -168.68637721019576 -289.55330627657094 -336.53876578348246 -576.4727290726299 -644.0001378289705 -721.3939519510973 -820.5655862600005 -894.2697267811916 -828.0751803074774 -827.4416631712866 -760.2918226805627 -729.3940789518448 -740.1084140584544 -851.3141426176148 -796.3146243973888 -770.5805692107022 -823.5951907178099 -760.0733769431906 -547.8688569920392 -327.08606005367693 -156.65704276061655 -92.6754217786993 -111.09112183083607 -92.67526752450765 -187.42149977795177 -289.5532771724823 -337.4645931049 -590.2660679147479 -667.7757686029156 -633.9936631491993 -791.8104342088267 -862.3527174676392 -765.9118511548205 -769.5343957932852 -714.4741369305704 -687.2883532992225 -755.9026819772723 -771.5911271584704 -799.656588231173 -781.2043023783193 -831.9191923568394 -770.8767295911315 -571.07941955112 -349.6109138789729 -162.14538199201724 -92.6755494646712 -111.09112690107914 -92.67531521146674 -174.43707993047846 -285.8901485933493 -349.8011610243665 -474.7383783119821 -582.5767412926416 -642.6829091436077 -793.9294799486253 -828.8346051115701 -806.6763613029664 -799.9639486671701 -766.3030369825084 -758.1479624167737 -822.9585249189894 -869.9558608385881 -803.2039974880229 -770.145663514874 -761.567489371274 -772.5920073375814 -545.5570849749147 -339.93126724541816 -171.05909529591463 -92.72291526956528 -111.03905031479312 -92.6755704038273 -156.8938931365359 -295.8126308595554 -368.51828617804273 -481.5994681044549 -520.7252677391173 -564.8376310526293 -774.9825003033392 -866.3081044324655 -801.9904890281003 -799.9993899326405 -745.9248416251128 -737.7380921148352 -789.8446948302745 -804.8788176403419 -742.307869874819 -675.165010089264 -651.3555846298545 -648.3311616139798 -423.7067980624654 -335.92642330907586 -156.99321493681578 -92.6977794097422 -111.03905252357734 -92.67553095983202 -178.3521229419447 -289.5014789783964 -331.45243479794874 -585.778460464208 -664.5164933696439 -633.1672695267044 -762.47269639512 -862.6980870884954 -784.3790983534107 -784.7055067333182 -731.9012858106772 -714.8935418493087 -812.0686913050209 -841.2420466978319 -754.8479819456389 -713.9893217044392 -789.2475699595686 -774.0083551266425 -566.5168338034936 -351.5950170981539 -156.6482588098345 -92.67537541713207 -111.03920438042309 -92.72743031994985 -162.9530171830095 -289.501482655342 -331.8557251681759 -604.1383082666525 -588.3200132255442 -741.8796782985454 -895.5221884593627 -995.9108349807982 -927.0298461734636 -939.548741518351 -880.7168654739885 -851.3712577052988 -947.9682555546984 -974.4962104257428 -910.8151321025404 -855.591850143275 -839.0126728992627 -826.030511376581 -587.858303672753 -440.13245081786334 -164.85565796388278 -92.72084561807095 -111.0390930127206 -92.67557012993312 -187.72771451607056 -289.50155697952067 -336.8565690148949 -603.7940926820442 -618.3790158281798 -723.9347788532767 -874.4464883220735 -936.8582617840656 -857.5866887147913 -843.3985770656881 -770.2273488919988 -734.9363390715331 -824.7019500561734 -859.1437855689833 -807.5723498131146 -792.015631669727 -800.5006147909432 -793.9610104987503 -578.0768974415125 -371.3866904585293 -156.63563839393376 -92.67542945001752 -111.09092167121 -92.6753401680521 -162.95669070333005 -289.5532622746246 -336.8564977967464 -615.7303468456792 -677.3598584794149 -634.9132511919097 -834.0856212268022 -938.7258862912896 -855.8100178600585 -863.4846879184954 -787.4562488252349 -734.0955819559706 -776.2332882055327 -771.8668328694306 -713.0665690393894 -691.6916994152366 -799.3667649561246 -795.8512199785736 -589.0711480642868 -370.765488384912 -156.58915082564295 -92.72719109950852 -111.03897086204248 -92.67545106103375 -165.6068597045282 -289.5014847039401 -336.1751578104439 -626.0572671867245 -559.7701623217353 -675.1453547416533 -867.0923366982178 -946.863201766504 -878.8569301661404 -867.986118644184 -832.8031283482767 -811.7615992800784 -921.2436128460756 -922.8989896355356 -852.1235968007669 -796.3188764908239 -773.4024305473628 -707.762531069547 -584.7318114561878 -358.9187666565823 -162.11105344429518 -92.6755018767218 -111.03919459454644 -92.72718906348535 -160.3603560130456 -285.8383838986617 -348.90250222566937 -500.32409259295446 -480.0199218049809 -712.7767990956389 -846.641618907545 -914.095351444902 -877.9056115111624 -877.6458080701118 -816.1184503264349 -822.7131505513144 -877.1579724489429 -929.1468689654326 -853.0301688047721 -801.8450443993576 -704.1908055130755 -711.8283347844035 -486.4875256001319 -285.64633823873226 -171.0777104467026 -92.68339245964565 -111.0390537864593 -92.67553219776627 -163.04579731765438 -299.1499135442812 -381.9837185755212 -474.69654100183567 -605.9139385148882 -590.6941860974719 -789.2935161406552 -821.1189526011877 -712.5395266218629 -815.1219674438748 -636.6553670932739 -646.4292470588487 -703.684225376169 -768.8891966575576 -735.5341763524874 -707.2735643250028 -711.6006956148254 -706.8830539861199 -482.7768660541821 -314.9731592523016 -162.31284623918114 -92.67541935660536 -111.09113749704886 -92.67532775215015 -163.41261381173206 -289.5533160634943 -331.9877459647933 -663.5604869001111 -724.7984898386536 -721.806851497279 -877.4932769332729 -962.8377654812762 -870.7630934783613 -833.1387565127787 -730.4129512046698 -702.4871527653462 -833.7264983825903 -791.823388328282 -712.7409941891515 -804.4365560618469 -804.0163047080533 -798.9634046894014 -592.1996503134167 -366.6239033385583 -156.61283673962583 -92.72723944191904 -111.03898060068468 -92.67541793623212 -163.01075231913768 -289.50153840419034 -337.46451780044566 -634.0532488417439 -699.6702851383413 -633.181167094813 -821.9793879053536 -962.9507889825162 -880.2341805983392 -857.9155625414801 -784.1856121276586 -757.0117437407274 -849.9330581058994 -867.7768241773086 -787.1323700984912 -721.8311541010147 -695.2273467683889 -798.0053478393218 -594.2593442852877 -377.5231586436653 -156.5871704279387 -92.67546958442117 -111.0909909945944 -92.67519278618448 -165.54771433342498 -289.50144705700245 -331.5041940643967 -550.6412078046993 -639.4443673070941 -727.3049624892718 -874.694636251275 -968.0325691537436 -893.3372131808026 -891.5851773319978 -836.3184710028343 -814.0927200450084 -930.3332033807914 -927.2258371465948 -866.0666392362616 -809.3396556345056 -792.3708622537662 -781.3703323178578 -547.6508282482906 -352.1439094161892 -158.9916818061055 -92.67540253891455 -111.0911012297924 -92.67524843365908 -170.26238772756554 -289.5532570372037 -337.46435228091644 -567.9448954360784 -643.4365687835882 -720.7667271421329 -894.0174656538842 -1000.9990257975064 -931.742121596774 -936.589495810753 -901.7019748683344 -872.3739158601082 -975.0265095935748 -1021.426086412805 -968.6026462583696 -932.222013700618 -929.2017180645583 -910.8466401781416 -665.310439636227 -449.0451673226633 -167.11754292378288 -92.7132491026729 -111.0390944194771 -92.67552990930024 -208.758037146549 -289.50147794940983 -332.3055410653288 -715.195259288258 -799.2766545909701 -899.9592314083769 -1025.8114499693363 -1100.980484806982 -1042.0001490606996 -1052.2161132107346 -975.2889914332276 -902.2423557730108 -968.5984887223058 -957.3536262470916 -897.6466716712263 -832.0735046326784 -816.7140571891576 -781.991142908384 -550.0704058007544 -343.98701317793814 -164.1732698054172 -92.72724165153312 -111.0390170538054 -92.67553803654124 -160.39880477220035 -285.8383915906567 -348.68633927022944 -486.1488237450805 -575.816790839654 -726.5416472320325 -753.4091464885385 -827.4495402819849 -820.4509750111823 -810.9751988378697 -743.6205848166097 -758.7648535391348 -821.5308575647163 -891.3642617451835 -823.4346436460454 -790.0756839811843 -671.5583241825682 -683.7898812995898 -569.9745072406413 -363.745993855783 -171.4844501588409 -92.67534007806022 -111.03912759675188 -92.7273440469062 -159.2189092669907 -301.51933670753704 -367.30709106072896 -448.1038273451798 -616.2345497417142 -506.6895850382408 -754.2925758852592 -869.9419940626256 -792.0227089964733 -812.669736531646 -746.6089178456917 -761.1791272937058 -813.6489603981953 -840.7804623474485 -780.7835311181883 -723.9990576236095 -731.6956076414142 -705.6840786991736 -479.9088761138698 -299.369272997273 -158.4702259809901 -92.67540951248064 -111.09112694595392 -92.6753180315549 -159.33000056322962 -289.5533052264048 -336.4055806653486 -498.4238227027516 -595.548792005765 -647.3866091940904 -795.0905613000583 -877.2410190210621 -796.2007364630591 -806.281335859544 -752.4977172455042 -712.6031567678406 -824.9550549339358 -843.909385071617 -769.1595878746035 -724.0458324872943 -689.3955149566218 -782.0789436397006 -562.834019973739 -339.2976051151188 -156.62666842139328 -92.67545383711877 -111.0392813438412 -92.7274644021127 -173.52706457809072 -289.50146630394806 -331.19881831885107 -595.2776907530392 -653.4211388017859 -662.7480790006774 -829.4611035628812 -947.260591330804 -899.1090377587761 -885.4950237384325 -852.215403814316 -830.4695951728328 -943.3653024022948 -981.2315564866448 -912.959936226027 -842.1469198895203 -815.8459654967479 -788.4108322636981 -518.9744506012206 -279.0420186008199 -156.39534858852306 -92.69215634348892 -111.03909607260374 -92.67553153230534 -166.4127805095376 -289.50156091320736 -336.85668829818536 -552.4384121209564 -649.1321627696022 -753.0190251211417 -915.7432507678994 -1022.0215827010064 -973.2532579130824 -908.6885571605476 -852.6359340212584 -850.1301499019593 -947.6939153965948 -932.1904882773124 -850.1074032172006 -898.4321742903765 -901.3645717382296 -868.9089784311939 -626.6494646941215 -431.2989331899295 -163.09848909703103 -92.72730852583516 -111.03895070220528 -92.67543134393324 -182.84346778564185 -289.5015391959538 -333.9505580106617 -693.3258300881181 -812.5494986206797 -831.9475605161659 -978.1655205971756 -1053.7656470993743 -974.7948890318476 -989.8177580551304 -889.1415027774115 -811.5510805490621 -934.9606833508932 -930.5315660351016 -872.2720635541101 -814.6376520071432 -770.5208838104436 -770.5309816592675 -498.2819260304156 -264.56247358844143 -156.61914097559674 -92.72642388417934 -111.03905087599604 -92.67552934847431 -168.80367047809784 -289.50147740058696 -337.4645134463723 -642.4427483218649 -559.9580392394304 -670.1674949812016 -830.6132897845027 -909.4902043036598 -853.9265782125306 -855.7441406736851 -758.7315106191851 -729.0724290011347 -811.6180716450365 -845.117447671064 -769.2235895304274 -738.7798674826594 -728.3429848292901 -730.137465138741 -492.3067740307763 -355.14017534817003 -162.1514602100238 -92.7029500495025 -111.03905272290288 -92.67553115407046 -156.07682404100782 -285.83842553104245 -348.7125811491927 -485.94933836475445 -571.36351804812 -657.1519250077632 -795.391469193729 -880.227104285216 -854.2281941750686 -866.1172718647206 -801.0615855166955 -822.3759920821432 -845.7225750272079 -939.1909343503152 -926.0346409170888 -882.5248667507536 -779.7163312867458 -794.4860221070317 -547.5828884620719 -338.49827641497643 -170.7744053196667 -92.72581550639204 -111.0390925768648 -92.67552809711188 -162.5730734058213 -310.79118569657066 -386.1225379007731 -486.2180090749388 -657.5314878090167 -708.8281086581926 -950.411210145526 -1043.1649872828011 -961.7983977620426 -982.2680706691494 -907.5817010124669 -913.4796683642924 -949.8005905469972 -993.289916291167 -947.9463861848644 -892.9568049734162 -833.3291017478567 -848.3987526846744 -594.9990317848044 -429.3868137057826 -170.22250339100893 -92.7272545136636 -111.03899436580627 -92.67543147112708 -214.4039213297156 -289.50153932108805 -333.2301925864896 -763.7768774145133 -831.44584086755 -942.5059583458548 -1091.0872980581355 -1195.409603581048 -1142.4694355426734 -1126.2101391133797 -1058.7952685683529 -1010.1537782262484 -1102.039847207041 -1064.7496237083 -1001.1457895080054 -969.9460247733832 -965.4072612544118 -894.3828274802956 -587.7982077998308 -348.687166080106 -156.33257288119572 -92.67540320469092 -111.09089322114347 -92.67535701099084 -162.94351516639244 -289.553234282904 -337.4645763550497 -584.0720927602854 -648.2782722494624 -723.0245423155338 -822.5145533034223 -892.8747154690915 -819.5406689531877 -817.8302298566732 -748.9225316291929 -722.2675932607854 -820.666519507833 -769.6791260784823 -794.8128650872025 -769.9819019154794 -764.7814529023534 -759.3631088625391 -530.2825725264041 -327.12556353663734 -156.69614701580588 -92.67545304031732 -111.03908468155184 -92.69311669480952 -188.0556279597038 -289.5015099814257 -331.32697756262854 -578.2330290179093 -660.0985440458836 -707.2103970742868 -843.2627716111696 -916.5351325054122 -751.633859091856 -753.3339285325927 -713.5972898644716 -711.5313796606225 -808.5915747099635 -853.6778673562785 -793.9699067030483 -724.08087571705 -697.2043374948876 -780.0070711448112 -559.1150933409815 -319.0454720994553 -156.6061828809198 -92.72723112427175 -111.03905018363596 -92.67552821807551 -166.42729992895536 -289.501514783212 -331.14710314937 -608.9126211394569 -559.8778242478049 -660.6941186577786 -829.8426353007188 -915.172015795026 -848.2455958244417 -835.1196568289205 -775.7173532734828 -735.882336141267 -846.6176857743366 -853.3502241558135 -777.1810350284647 -748.0565057486767 -730.821022249067 -719.7370819120064 -459.7426443292947 -371.1530363900053 -156.59675242694854 -92.67546891629168 -111.0797103905289 -92.68658351420304 -168.7306443071761 -289.5014739016471 -332.3573411122519 -497.1032264079576 -632.9713390286389 -726.9865760947265 -867.7034059445122 -964.6310001990375 -912.6014546402008 -900.0500389368852 -886.7503608813124 -866.0362661426234 -967.7479049299642 -988.1182333831448 -948.5908910240564 -926.4783913401484 -886.754054730973 -864.3427609289163 -616.2373000000068 -428.5786269852404 -171.24331196290228 -92.67549954499508 -111.09100666937084 -92.67520722590304 -186.01725533289036 -285.8383682987057 -351.2284736998744 -648.3628548154834 -750.0373386872611 -965.8661267752174 -1105.7040600232092 -1161.4363764657537 -1142.8236819301735 -1111.8072214570263 -1047.2909338721388 -1032.5181623185424 -1120.262252449765 -1220.0627217198607 -1185.0008029847902 -1107.744931100665 -1000.99223993035 -1018.2181520193102 -773.1620935411081 -576.0741715430245 -188.4728878386385 -92.67550507795846 -111.03910650102856 -92.72732133578032 -231.43331898523445 -349.1566966354055 -458.1455057201712 -696.7628940493158 -842.0629092008681 -842.2148773858423 -1061.7528823570703 -1157.8043466303857 -1072.8995900436837 -1065.6208059495875 -989.8129734555132 -966.251415145127 -944.545735076447 -995.3787472081856 -954.8789220914236 -872.3670146660276 -890.2348227690688 -857.3511422749256 -611.0418185783353 -434.2302858472496 -163.64986663899117 -92.68716160295364 -111.03909595614547 -92.67553142051752 -162.7933083548585 -289.50147942994863 -337.4645154565767 -608.8348788249201 -687.9490769030564 -784.1742399028022 -900.3641403624808 -1024.5391000717484 -1005.8361062410572 -1019.0564932622216 -927.276592442516 -898.6953128062198 -979.4282152197524 -998.1330388302268 -927.1508513414506 -856.4123941165558 -834.0141349956051 -831.6977705507965 -591.5588160872634 -388.8676289383093 -161.28713222548288 -92.67542979929792 -111.03921612674864 -92.72743934950512 -162.43094556788907 -289.50155968577525 -331.1988562223155 -561.5140241525958 -699.407862186554 -824.3299133588466 -987.439073715581 -1074.958821990215 -1033.6658301025936 -1037.7006630900123 -939.6984995241022 -913.052712713283 -1033.487277889598 -1075.1387280854135 -1016.2492895689228 -945.4984462849748 -939.6780307933718 -902.4289111308732 -637.1026785156903 -414.06989310272326 -164.3601632999673 -92.7133035779456 -111.03905115876468 -92.67552962515092 -203.82051420162335 -289.5014776696569 -331.1470003217911 -665.1087573082362 -763.1303732358492 -886.1460034079603 -1029.8641684629904 -1108.1039586999932 -1004.950713545693 -990.232423410381 -941.2383029313156 -926.368785247653 -1019.4181163069078 -1053.5542517382312 -964.872970754884 -901.2116769414032 -912.3129246932305 -890.2242540572008 -587.4454728165972 -363.96062531045504 -156.96095571146793 -92.7272710029104 -111.03896644556325 -92.67544674361476 -168.77278406089667 -289.5015541215353 -335.5127775059072 -497.2486693376232 -575.1183072841845 -705.4806460503323 -857.9957631296387 -947.7801512308235 -869.1905589964023 -907.7486554255764 -830.2657765010117 -798.4924548930456 -893.2720375212572 -913.33730525855 -842.485507033629 -791.4119318842913 -778.2138088444988 -763.8296734084956 -515.8589149193366 -323.27595881588906 -156.40768249484594 -92.68788246300014 -111.03909640714332 -92.6755318631664 -166.5059368152837 -289.50156123419606 -331.2997657987 -505.8717590340053 -576.02957901001 -668.3542605839638 -838.520090568067 -921.2349480671336 -840.7722007617632 -849.7405126801797 -787.8671198629971 -761.7645010122291 -871.3516461869634 -926.0672458637112 -854.8045946123226 -795.2316639274934 -759.0152478327709 -744.8984618330333 -496.2094334269984 -264.3313057078449 -161.855284344721 -92.67549382352516 -111.09092358119848 -92.6753419115874 -160.3436757179285 -285.89013108465167 -348.8006795661638 -501.6129319307304 -516.1166815496638 -730.8083192859932 -869.0362869544462 -917.7672698298576 -889.0626861953491 -918.0290346995572 -849.7239848264566 -854.3625011538761 -894.5071331692642 -996.2124874820876 -959.1465889320192 -883.0563455896756 -782.8921907909372 -759.73827386995 -498.0683064462952 -340.6074619795508 -170.81455156592517 -92.72718732215438 -111.03893301750318 -92.6753711267216 -156.83081141535112 -301.59262896319694 -367.25209318239735 -394.798611032332 -615.2068723976104 -654.6125213499057 -918.2325813569946 -1009.4096762033602 -938.2109688267666 -974.2769136334998 -911.8023696368645 -908.968225354876 -991.4934409740882 -1033.310684101704 -1000.0966823011717 -907.5233495916012 -903.5045467643072 -880.6811335791983 -643.5938276187401 -466.17982997520863 -168.65122873430747 -92.7179520532501 -111.0390932650934 -92.6755287726146 -204.9168677877748 -289.5014768352904 -337.4645128891292 -708.6000818772782 -808.7708923624716 -908.4979558200412 -1042.1760916518667 -1141.4369984375585 -1096.723661203625 -1132.1143543141916 -1035.4512653576787 -1005.3431967093744 -1111.47931385009 -1138.3743179020614 -1053.538854898532 -1021.2686428355604 -1008.6960608120094 -974.5604965095214 -738.024733391948 -524.4101823628797 -166.86068285798802 -92.6753897185442 -111.09087860169636 -92.67530093274024 -191.48214629884995 -289.5532871660077 -332.38988604708004 -828.9034448667066 -930.8237646427816 -1021.7056119324336 -1165.853698891627 -1273.904689209224 -1224.8185746395277 -1245.1205411089368 -1105.1014576269226 -1076.1753822248495 -1153.2990082287645 -1209.7803709407376 -1147.524949541664 -1088.0722714838575 -1100.4319680294946 -1048.4007832257134 -751.6591837102859 -559.2576219942363 -169.4592265420818 -92.67556116967695 -111.09109041153606 -92.675284372352 -193.07572025914783 -289.5532691042345 -331.3190086396631 -624.3021426613315 -711.0576015291261 -831.1292377906286 -1015.7088917890358 -1088.3490578971584 -1010.2275722007004 -1040.953722833135 -969.40771712355 -942.5353544952616 -1032.3514512258337 -1068.4975519105155 -962.1951788221156 -938.796003614146 -924.161159701705 -918.4193755284036 -662.8624272189817 -478.9115839447857 -167.77190748174272 -92.67539173704174 -111.03922039603724 -92.72739842890763 -199.63786438299493 -289.50149863592566 -334.76590468991685 -749.6828621627877 -820.6781695517334 -914.5711548994068 -1061.82104194854 -1156.5741479355872 -1090.5714536183611 -1100.5758594128206 -1016.2952410410032 -953.802283812726 -1091.9281217391251 -1098.665518053949 -1046.2461441033856 -1017.6835735049908 -1012.0823247242784 -955.9116601804132 -705.2539756254291 -478.9590852869087 -167.3561173950235 -92.6925106889787 -111.03909604480909 -92.67553150668468 -181.06903199003503 -289.5015608869056 -331.268120088109 -628.7909820213384 -686.2389373154093 -778.0516781341133 -907.7248382079296 -982.3945283374172 -913.90326880318 -932.1835000178686 -876.6056845458853 -862.2498165135366 -961.938967801992 -991.233765059253 -923.4814069250064 -852.3787077551806 -812.8688072949392 -780.392268587722 -536.010982290472 -341.15170517030407 -165.3203717130477 -92.70399537711864 -111.0390526408409 -92.67553107472298 -161.22989266352482 -285.83842545251895 -348.8008374728324 -502.7345879513745 -626.4104652429452 -791.4815803981173 -926.6571467866708 -981.929772259306 -971.7273047546043 -952.8993664358862 -904.6995018135716 -897.7117711516786 -934.5366155217604 -1039.074137572405 -975.429327986062 -910.860745184066 -836.2494701465207 -864.5529493380825 -628.4555525150118 -434.8312773518573 -176.41049403334424 -92.7048191707284 -111.03909441181575 -92.67552989926098 -188.2539686433983 -327.1752788633552 -418.9198968716431 -597.1229757635446 -753.2063173504079 -740.3498426143761 -951.3658855761324 -991.5307487801912 -914.495379392186 -964.4496175698948 -936.4976555453002 -898.9768759136662 -937.5999782197172 -971.6752819583604 -925.5760190359712 -871.6931914245171 -819.9967114256266 -790.3519541184652 -512.7511274927127 -277.4634590303532 -157.0061464628095 -92.6755638322148 -111.09086604732636 -92.67528949854648 -159.5338486267422 -289.553300347046 -331.29976360318085 -540.9836925659197 -695.114938323519 -790.0210365871343 -972.7336663817712 -1050.9928234747326 -1003.6226362103828 -992.0013748581011 -928.2844828147888 -932.361802637426 -1032.6237354716145 -1020.7035248268766 -956.2388644285288 -944.8684264256968 -861.3364577195301 -850.1432972690708 -605.2435681712484 -400.2854680459881 -163.47535349050784 -92.7261082958662 -111.03905003453002 -92.67552852545369 -176.27833395789224 -289.5014765924567 -331.2681241814081 -638.523138310567 -777.6446196310715 -832.8920944408098 -1000.7870295509964 -1086.8295185483728 -1006.4087805186872 -1010.3934121125914 -978.43868829343 -933.8353560962928 -1054.9675425602952 -1076.7589575299917 -1011.99837008027 -944.9713499555296 -953.2317297623176 -935.3484605407886 -690.4817031911033 -456.4946192608327 -168.9001610034646 -92.72121385754728 -111.03905046414869 -92.67552894769794 -187.9065047819163 -289.50147700557807 -336.7233852096344 -672.0686781005484 -744.6662776682538 -897.1235437226505 -1089.2586007055884 -1186.4577239426062 -1125.8458657623717 -1148.690874893543 -1034.3531409066686 -971.5349389405706 -1099.9062817594222 -1119.419946897863 -1069.6795648295029 -1033.6931085666713 -943.9943195710988 -894.1872675697205 -609.2479425305339 -393.1229404410117 -159.89724984346108 -92.72726628069044 -111.03896210868191 -92.67544250118075 -168.78109455887298 -289.5015500110717 -331.38575662898523 -497.24060506074017 -595.0165640446039 -729.2200518436905 -861.4014470958635 -948.7674479492844 -879.5084451866272 -877.0336730853406 -852.3013096761364 -813.0565404291968 -930.55039535452 -963.478564765446 -925.1130349552404 -829.530596204107 -791.9359510899642 -805.3893985197797 -524.9936933988953 -279.59199209661386 -156.390009654391 -92.69462432916023 -111.03909587869704 -92.67553134381689 -166.5037373993415 -289.50156072873483 -331.5100178019713 -517.3554489466358 -651.1697567529699 -779.5607931457372 -906.1816100418644 -1010.5758043605514 -944.1074636918108 -963.4912925905056 -891.2760887889135 -864.6506438875414 -940.0233758907282 -952.0085173947356 -888.7759622289169 -845.9259674817881 -844.228918728386 -834.1982295981909 -595.6455194297454 -414.2448111736896 -167.48294253073195 -92.72728143242963 -111.038968930579 -92.67544871582744 -182.85201794007045 -285.83839323314817 -352.8045096934628 -601.1860716365776 -749.8054371090574 -908.5010165348284 -1044.5166557140703 -1099.3619017224771 -1074.51646475943 -1054.5782992757552 -1050.4525563840898 -1019.7788697869444 -1040.8072613163272 -1105.1096943326604 -1076.6963278471042 -1006.417265930261 -868.0165593721929 -879.6968299838919 -633.699774584293 -408.1226680631268 -178.00245191897133 -92.67537991682212 -111.03916690508056 -92.72743555550238 -169.1968203329192 -302.48637190637095 -378.09270971088654 -535.6774778791214 -696.9406276626455 -721.6435854729242 -973.5815717983158 -1075.0668129191547 -988.2430429591416 -970.6593710277548 -898.1778024984205 -879.8626426149912 -935.0755698488504 -961.8593014685396 -919.7690956801554 -885.6992425989574 -860.6375454044124 -808.348795838105 -544.4327703456911 -339.85953089547166 -158.27304384012598 -92.6807423836941 -111.039096518032 -92.67553197306748 -159.58540812460097 -289.501561340689 -331.38569988734884 -579.4248669590676 -746.7492707727156 -853.7349081712508 -1012.3854569737672 -1153.8469444197065 -1041.5736838694982 -1058.6705038841294 -997.3951178714188 -965.4436225769496 -1067.1382878332106 -1121.2160212914057 -1064.1137254047696 -988.1870290782103 -920.6225897126134 -907.6728173574 -686.1198876851288 -469.6010898592664 -166.84406705051245 -92.71890194357056 -111.03905066604489 -92.67552914591457 -201.70160733178383 -289.5014771995713 -332.48934928187987 -729.2680043046721 -819.0147721880724 -913.1429440551572 -1067.124983766392 -1189.9207799423746 -1136.8803082835495 -1141.5303473108977 -1061.9345965127943 -1016.6242085849728 -1095.2203449411384 -1176.980894634578 -1106.950252931293 -1053.333050687001 -971.8179860243037 -867.3417268735636 -601.2638723162503 -368.0106191760409 -161.63383145230455 -92.71919019424104 -111.03905064181131 -92.6755291193962 -168.76937074149902 -289.50147717423323 -331.5675962325542 -558.6208988132615 -656.1625418177706 -752.5759401252297 -915.7043435586048 -1033.8800483755838 -958.3821525315622 -924.3932793126628 -858.1541690787012 -853.3666767379739 -944.1806320976108 -959.9082013920304 -875.3042280679698 -849.2275849977825 -831.3828361194444 -783.367736091262 -536.4250041148746 -341.0249778422145 -156.3618126288498 -92.68907904165958 -111.03909631258789 -92.67557335660476 -169.9166065326896 -289.5015607085129 -331.56757086017546 -498.1509445638792 -684.2074276908832 -804.2521951351049 -936.7537539535826 -1050.2534386656569 -995.42180275522 -1003.3970045565254 -927.5064058261496 -891.7863876219285 -985.8761169034744 -1058.5741197795317 -1001.669780916762 -943.3467549235188 -892.7261360620427 -862.2085210910161 -594.7533685549389 -409.6163019879791 -161.92002968642453 -92.6944978276856 -111.03909588922885 -92.67553135353424 -173.908046016622 -289.5015607372991 -331.56759941482653 -612.0493256432793 -741.3989304604653 -857.9625902133355 -995.938113007169 -1131.1600171003429 -1065.9576355110344 -1072.5165020915424 -1020.3101700371534 -987.560422402935 -1067.6933692326074 -1079.1768414802634 -1049.2660021772444 -1000.1173284175316 -963.5563555416062 -946.2882597929072 -692.3699856649501 -487.26962958642486 -175.56875141217066 -92.6754683089419 -111.06808769158776 -92.69832516696228 -210.4544026862406 -285.8383507323099 -352.95620678769785 -666.8043925947409 -775.6012939315839 -964.7377451283056 -1082.883836397288 -1124.4732792042792 -1099.8645788957124 -1145.7044509578711 -1129.5778638207844 -1106.7419724893437 -1146.36180737981 -1189.2961055189887 -1170.6846066602934 -1159.7301007731944 -1065.487557461986 -1108.9796188594737 -837.4981649808776 -618.6687850643093 -194.0874776912805 -92.72728347643012 -111.0389276198408 -92.67540875980632 -229.4992710931648 -383.2781975263876 -491.8329207063987 -729.0019935666387 -856.7818186899135 -862.2826806075763 -1138.3805712330925 -1205.1688867770686 -1088.8725797178206 -1073.5028163240756 -1030.1831936250776 -1016.2709718583288 -1143.3603831938683 -1087.045184748124 -1054.6935749368945 -979.5729611947322 -975.3480996680491 -953.493170489417 -716.9169903855534 -544.8237815194457 -175.84417485498085 -92.67543570453118 -111.09086028505166 -92.67528425117602 -229.9651812233139 -289.553268873083 -336.5387320792979 -828.5910374334436 -882.421349144312 -957.4446208408292 -1099.9252897333645 -1203.1848138852558 -1151.6999767511768 -1146.2694235046454 -1059.6678205773617 -968.6246079537812 -1091.5365944136552 -1134.5285741338976 -1109.3871054020008 -1064.8805140180527 -1025.5732685416583 -989.9466209862172 -728.1110778215365 -499.2274647252359 -163.81200063651133 -92.67541650966004 -111.03924470756084 -92.72742474371536 -180.1969354572125 -289.5015640146356 -331.6193194944753 -749.0790833655103 -833.1318505224655 -968.166151200764 -1058.7687556197034 -1150.246385481076 -1054.6180922093663 -1083.128673986883 -1023.5965413215932 -980.8430214323593 -1132.9865173123007 -1143.6862631416795 -1073.9263290461215 -1018.4457841911858 -1002.7955415974606 -974.0162530573434 -719.3081569586969 -504.5488126122961 -169.68829117984262 -92.72730821771506 -111.03904339648182 -92.67547971108792 -217.8644684068441 -289.50143597933555 -337.46446540063926 -805.2395419297903 -858.277906195163 -976.1104094547064 -1147.56677015649 -1234.2094076071464 -1198.190140803983 -1194.34014407183 -1130.469698781861 -1098.6244004883708 -1177.195697904274 -1183.789107311049 -1145.3199003516668 -1118.6026356819266 -1115.5471199305323 -1085.2296101765974 -822.4255468941002 -605.631806006343 -182.9384810034481 -92.72722969013888 -111.039048878465 -92.67548510480503 -242.0997941112588 -415.12180929304594 -446.3105888634475 -851.432718713491 -919.2963922438062 -1007.515237720468 -1149.4829644159993 -1277.8064698880353 -1216.0113982678515 -1225.2377209072658 -1157.1467846853295 -1094.9827701034 -1191.7397745156184 -1173.0526374043404 -1163.2330609156904 -1143.7781673459897 -1149.2418570583302 -1160.03118242143 -871.3082562134613 -660.3029276387391 -176.2908207573115 -92.67547068451478 -111.03928260406316 -92.7274657704666 -268.6907884988589 -410.9969185601549 -467.5214484816879 -867.958277407522 -944.1192487194018 -1015.421453902428 -1158.6294410319606 -1246.903113272202 -1183.1902141397743 -1191.5048642567529 -1105.895468917996 -1081.8068806995282 -1139.637745897753 -1180.846770179905 -1133.0328786368254 -1110.32004672583 -1083.8839132648654 -1040.2317372245875 -755.0657441329033 -566.7383228406495 -182.22567835006384 -92.7273471735599 -111.03903637592698 -92.6755151609484 -238.11429926385333 -285.83840994309026 -353.5333216757309 -714.6007551297838 -809.2869051153816 -878.8629600652012 -1124.9301665763476 -1134.0769642299963 -1072.1463834409155 -1020.074311834946 -958.438343882036 -959.6964290395332 -1002.7294713715382 -1069.930945411164 -1063.1639915897103 -1019.3463940434968 -926.0046147948927 -940.2578083281112 -728.2430555004454 -502.0047544896368 -181.7428006623537 -92.67550075541104 -111.09102483231614 -92.67522395964376 -194.95529179436664 -320.871509447764 -389.1022858669252 -583.2614078701616 -694.0623960751047 -714.7746130641275 -928.1111790819892 -1041.862938047842 -970.9071972115368 -974.2224602579082 -897.6699989128255 -911.1262125728508 -960.6602902271682 -993.2774932780771 -981.0014503731668 -927.0531275337792 -917.1913800441706 -900.9122341702504 -668.8153043005035 -470.3260650091708 -163.31701385824763 -92.72724292978629 -111.03898378739684 -92.67542107019368 -161.55820455871853 -289.5015414385784 -336.4055199830823 -637.1740147470335 -731.2720313272365 -860.8867510790169 -1010.9657562705574 -1093.843917723677 -1057.53685279759 -1017.0442470950596 -976.167805283582 -918.9908532425414 -1057.0248651426805 -1087.089710354829 -989.3437204157468 -954.646554331422 -902.5302433630792 -904.7393207216408 -664.553821897058 -426.0169832301448 -161.92961611372206 -92.67543835651271 -111.03926615069238 -92.72744795609997 -166.45147774514476 -289.50145146199907 -335.41624693386734 -580.7606297850147 -739.520165851076 -855.719793850636 -1009.796409055172 -1079.4938069542793 -1042.5850648971243 -1050.2636824729966 -974.322601517791 -948.000756271696 -1046.1096937808766 -1082.4528555236836 -1030.1534646664888 -982.387067842422 -975.894151058566 -954.834642424462 -705.1821289686687 -479.14850827092766 -169.96070792596396 -92.67547760440712 -111.09099970416452 -92.67520080971626 -200.86934515555035 -289.50145475814645 -336.7494447065102 -694.1449203842016 -797.7608447472136 -902.4913789117948 -1083.5914424211685 -1211.6521016538222 -1151.7796063818014 -1137.429571668849 -1055.836124423827 -1017.6528056900164 -1138.907244425873 -1137.1666295270354 -1043.2849556831666 -1009.818735747043 -1040.768785256277 -990.9920889664452 -745.1479405468423 -541.1682566687518 -171.57505045860785 -92.72722465757424 -111.0390443059336 -92.67548060497468 -205.78764920414432 -289.5014296509536 -336.1751411496994 -807.5011708951398 -848.449249213114 -949.507170081931 -1088.0595854849432 -1229.793435400884 -1196.7127321680878 -1193.9258618686513 -1051.1961265222658 -985.2841642126368 -1109.9833911293013 -1172.5236355800926 -1150.638568055952 -999.5948107107 -1013.1919761760096 -967.1207191415908 -711.3844471917305 -515.8977427916417 -165.83050305898377 -92.71133495085134 -111.03909456997472 -92.6755300576553 -194.5520849101981 -289.5015593006569 -336.8566867066614 -775.1708770624498 -817.5929499687303 -892.1290314523657 -1047.0545503140318 -1165.3771825327503 -1105.426308028843 -1085.490594002285 -1028.423870079951 -988.2914940026768 -1089.5509725700083 -1126.9881673895236 -1078.3568793503966 -1048.6983878442509 -1022.3011591119264 -1011.8884832326144 -746.0060846706239 -533.7859214221188 -175.3875070958479 -92.67548313004175 -111.09113869118956 -92.67532885203045 -226.40283810044 -285.8901841888973 -353.5332997224536 -742.5033502507548 -776.2238334395777 -935.3384936226032 -1045.4019084754564 -1240.4117230889158 -1121.902175859831 -1106.7597553202202 -1025.5984551884326 -1013.7637743060149 -1070.421673355139 -1135.5222061990837 -1105.465017379996 -1047.6106596344175 -989.4953407673656 -1006.4713948520116 -742.0742025906504 -499.4982037326009 -180.5745455262038 -92.71596533945367 -111.03909343899252 -92.675528944912 -199.25668688053048 -310.4303499533733 -412.3810790384733 -559.9331545061823 -748.9273327285192 -765.1285869728068 -983.6982902383072 -1075.2202789018347 -1036.5599078327775 -1023.1543331214835 -956.3913734060052 -897.1913097746143 -987.4371986101216 -1037.8887447311845 -1022.1123663257704 -961.0941577973172 -958.8750178979896 -925.6360671880944 -669.8168458063994 -470.856364777417 -164.05252605410402 -92.72733011125035 -111.03906338893503 -92.67549938025152 -165.5551060082822 -289.5014480432699 -333.6791284447208 -654.5005571495353 -793.2085346806416 -897.5775812287402 -1037.3151949760263 -1116.1589004784016 -1048.4435226826592 -1067.753025021238 -984.3535394629994 -959.0891875161276 -1095.2362015662934 -1137.4343557386924 -1100.4593361360735 -1068.8474141042568 -1063.4377582717186 -1012.110921770662 -715.4836349499066 -487.8412535437023 -166.16954028418257 -92.67538852205467 -111.09110443756988 -92.67529729370428 -171.90603076790393 -289.5532833218546 -337.46456176057114 -506.7348345156583 -664.5219754985744 -783.7146203536884 -939.1226477510728 -1011.961543150156 -953.8697329458784 -965.3661122857868 -886.1545445847954 -858.1001109785649 -955.0650227150168 -990.9937912745098 -924.067342647488 -853.4445944743288 -835.4822865788607 -791.1693110012922 -550.4888483838013 -343.92335287988226 -158.3023804684489 -92.67538324689532 -111.03917019202169 -92.72738989787572 -168.71542727530007 -289.50159333403406 -333.7310297348912 -537.1223242330386 -680.0997605203032 -775.8968838079301 -929.875068805709 -985.6189952499184 -931.6327730060564 -967.9770394753951 -890.6756235041589 -853.2192993337209 -958.806601565241 -997.0277703047136 -919.7533995679267 -849.2580954978331 -820.1545369556671 -791.2954926640333 -529.7984650928786 -299.8406389900338 -156.95410285015433 -92.67556072882908 -111.03919209246315 -92.72741347416084 -165.52936928372998 -289.5016148481686 -336.5239696916696 -505.50186005724 -652.1902871605824 -796.8319625131719 -960.5674362380032 -1061.77823509672 -996.3426344755432 -1005.7646981057796 -937.9505249270752 -912.791150905117 -1012.1231965115628 -1053.6497477058697 -989.7855821501076 -919.1089893726552 -881.798548925672 -855.0367826616266 -563.305999564685 -329.5939501769692 -156.95546009900383 -92.67543296294632 -111.03920383785272 -92.72742611586796 -168.71681251659442 -289.5015478366472 -333.7309821613069 -514.4560396654281 -688.2992596998147 -845.747048302961 -987.4376174314946 -1099.4369402531725 -1051.9162982054015 -1041.520687756391 -973.5360177411312 -933.6930673495503 -1047.259139254927 -1083.7328908624772 -1016.1226802407627 -981.0685446572164 -996.7453498096372 -876.990212647075 -619.198675545329 -409.5412312633014 -168.8654359936659 -92.70062360557743 -111.03905290560856 -92.67553133192108 -183.0137247601768 -285.8384257054112 -352.61613263191634 -509.98001947515337 -655.8782309289383 -894.2944842325984 -1046.2440085816504 -1097.2022587091571 -1036.4370989299262 -1018.2274574036 -969.885502574602 -948.4823365867232 -996.8408353446998 -1090.7338631876755 -1050.7659916033874 -994.5244253234306 -961.9390399408596 -924.1773714147556 -680.0610359196922 -451.5437803735301 -178.6231847370099 -92.68516188550316 -111.03909613118728 -92.67553159260837 -190.4536506140385 -331.8999820182073 -404.7674194550169 -526.3648266749891 -690.1277278524246 -729.5564811917382 -976.0548583422642 -1088.9029814231578 -1012.8475938606712 -1020.727901767393 -935.7496940154776 -949.1557649880688 -1004.163883507796 -1056.5043311541533 -1003.888240771992 -954.9675786433148 -983.6253541236124 -908.9662904085712 -650.6323376967388 -480.0259907812703 -166.90975629305768 -92.72729846844126 -111.03898454600343 -92.67542181292704 -171.1251164048766 -289.5015421627126 -337.6948457292086 -754.5118267511195 -815.4760455597568 -895.6631270578829 -1053.8290826757009 -1150.873885030951 -1109.564269863164 -1080.025799380628 -1003.6574825694004 -976.6783867248377 -1078.9520909662858 -1107.640082371483 -1046.6907437397383 -1023.526203838726 -1077.8431583029123 -1002.7236590898344 -718.1375155263148 -502.9898898947371 -168.2972103439716 -92.72728350206684 -111.03897791940722 -92.67545797124428 -182.07376293946555 -289.5014864359936 -337.6947676032855 -742.8458360995431 -789.1982782460047 -869.9634373348288 -999.1103895416904 -1111.4694725822633 -1051.524229989382 -1043.0153530523733 -957.9060822167244 -930.527774134294 -1040.8059240781245 -1088.9607923297324 -1022.808440289336 -949.0256138980868 -997.7379726197316 -909.028920580354 -650.082286275762 -432.8970934654572 -164.68142095082467 -92.71939591983076 -111.03905062081591 -92.67552910171004 -185.88894915684048 -289.5014771583327 -337.4646286018121 -626.5622654121191 -761.1517036979104 -873.8161331799164 -1038.932231645511 -1163.8904461237044 -1091.4639283508127 -1088.060321895031 -1004.5823899970206 -967.1338141737684 -1074.090861238415 -1105.4439551454304 -1055.911243630915 -1009.664627932646 -1036.092099785436 -949.0014170142044 -636.3580506771957 -421.1248862107501 -162.8148814219949 -92.72699015302766 -111.0390499569659 -92.67552844712586 -184.8303717098377 -289.50147651885226 -336.53869591279147 -662.108423675656 -765.9328418809596 -927.897855195108 -1112.7789807140089 -1225.2815587712605 -1210.2347047561066 -1134.0976797469284 -1062.3711262825766 -1010.89453045589 -1101.261214719436 -1132.4664361443486 -1094.089542312979 -1025.7878523908307 -1067.9630999087128 -999.134162791906 -733.5469701199667 -555.2070602710218 -174.49200375655982 -92.67543981612222 -111.09086476645192 -92.67528832857012 -210.94907356792424 -289.5532991157113 -337.16064098321016 -631.3981428856822 -703.8191900085664 -795.3016752629377 -932.3823266903956 -1046.7890310963876 -988.896214610344 -990.1179536459532 -921.6915824472412 -889.6552356833507 -979.221713202193 -1013.7447298013744 -950.2056540979916 -871.8532199525926 -906.8954477310052 -825.3721829186695 -563.8081806681148 -344.77889252267823 -162.4800405887906 -92.67543905490449 -111.09115861895404 -92.67534721657378 -162.38413085052014 -285.89013897538973 -352.66605799427424 -401.81710195280255 -571.6600506278004 -778.2678409641048 -954.3862953944456 -983.3128303421267 -966.591340698076 -950.6257543113892 -888.8473602545903 -883.3217659097347 -936.8985591317794 -1037.069465349405 -982.1614920196304 -863.2522266077266 -802.6012145466768 -751.5939635967176 -500.1425294702269 -303.1692467234415 -171.50846955201334 -92.69121786002464 -111.03905310096876 -92.67553152779972 -163.95015527529688 -302.2714583892499 -379.0404051009372 -482.3712670574738 -664.7002380476571 -724.6564234933246 -987.8747692048116 -1154.6065401723988 -1118.6305005804534 -1156.8119787661806 -1074.1696847142748 -1069.794660401422 -1139.506342834106 -1134.5878152268222 -1096.2778515525326 -1049.1419274324614 -1090.839368314828 -1005.1203293521152 -762.5525557922222 -589.7841305807383 -179.14862833068963 -92.6968953247665 -111.03909569993236 -92.67553116882948 -238.13320625445755 -289.5014794367916 -337.6948396552242 -851.8746422521451 -904.8424161823676 -978.6746096325364 -1126.5112868495023 -1210.5592390716845 -1169.500384497086 -1118.8023332025996 -1094.499430167634 -1045.1718939825082 -1120.8144091543093 -1179.4970883102174 -1120.2000460510906 -1083.7822721681848 -1129.7678116640782 -1065.0475600840898 -777.6054615279803 -583.8554493277628 -175.17460775015843 -92.7272966285676 -111.0389828554506 -92.67542015421816 -232.64043090838837 -289.50159833141794 -337.69486687191346 -827.0540229958855 -902.6584348595246 -1017.3122748502263 -1169.1782581321477 -1247.088935718452 -1183.9595708582342 -1191.7118630845212 -1080.342645919094 -981.157789548768 -1046.6774268285155 -1060.120989666292 -928.3001161646891 -900.7155019861182 -969.179071335722 -893.2400230362443 -634.1853185779198 -418.1657912704237 -161.36853535764655 -92.71004139524987 -111.03909395467448 -92.67552945277244 -174.72312405387953 -289.5015585836343 -337.69495386818585 -569.3131431022177 -705.375953476 -790.2021398849606 -969.276384457858 -1049.9805197409803 -987.2535709201009 -981.9257007270336 -909.7213073170814 -900.8880955082094 -1002.6630030111986 -1047.434578818613 -953.6085526849656 -916.9090451039472 -971.5654170095786 -866.5793238037347 -605.2841860654892 -388.7532052702241 -161.23695104236728 -92.72722906475816 -111.03900554980166 -92.6754850030258 -168.77028547352856 -289.50143395922106 -336.53865378092223 -498.8152571424433 -695.2130584659886 -849.8301035153455 -988.0561354915316 -1104.3166024517905 -1039.9295479240068 -1044.0868472954742 -974.1782575233136 -943.558517358341 -1049.7295423130636 -1069.3466343739983 -965.8002835085116 -911.6422058676548 -911.8431476417542 -829.7362417048589 -571.7788806189614 -371.0192700226494 -161.65660660432587 -92.69317634421044 -111.03905349195102 -92.67553190947122 -178.950393919409 -289.50147990786814 -337.6949554966136 -622.5095032902556 -763.7883088583579 -880.383601088724 -1061.5338945394783 -1182.6204484713776 -1149.8765560098066 -1145.4454403037205 -1074.8583270245229 -1037.6441495087388 -1125.9947209660586 -1162.2564991092788 -1093.4780942426369 -1035.790861158807 -1040.6904112909788 -950.338427261075 -677.1040383888945 -478.6801824342513 -174.73680166223232 -92.6755026423332 -111.03913415495762 -92.72735110264772 -211.89530567822308 -285.8384131806446 -353.585165747854 -538.8580679882024 -657.7906135956238 -835.0664444389865 -956.0021850568124 -1000.9686024438744 -966.617730648879 -950.2697327567636 -877.5688714684806 -861.3958028430344 -916.6328968232318 -1000.5416795803656 -918.03458658284 -883.2619771461082 -859.7706776806318 -798.928636961622 -565.3785177786172 -378.8623818950864 -174.00233611752333 -92.7273588483046 -111.03908962825298 -92.67556682003938 -161.33673281219802 -301.5375368100927 -426.0886654555422 -422.5834995901106 -586.030001060389 -635.9556437101377 -867.1975641791115 -951.1351847398886 -862.2846438126701 -913.38637142335 -827.7192937468203 -773.349523792436 -835.0282410476019 -870.2537854819104 -832.0212349922263 -782.0643782829973 -831.1970241099147 -775.4404081901893 -533.4985864337223 -370.91978613957 -159.96903095559813 -92.72718676890636 -111.03893251281066 -92.6753706284564 -159.5339272459616 -289.55329458932584 -391.81327820379767 -545.2157160540914 -643.708744285703 -746.2578169756987 -877.9537745061824 -955.1998836039368 -896.6866252251501 -883.0907048552426 -807.7585528871673 -791.3134067259491 -887.6117315683978 -919.3602240973994 -850.5379623934724 -827.8361412150181 -863.7848674250895 -807.9504072662726 -536.4087375230225 -307.18777585703606 -157.74621599514396 -92.72728578769 -111.03898001687612 -92.67546002377006 -162.48567153192295 -289.5014884389871 -391.8132528309136 -521.2305333175032 -631.0082098829993 -743.9202127117305 -888.8471655967236 -963.4574850657208 -910.941101103579 -907.7228178010442 -865.9294847180903 -844.9238443246242 -937.3550617147532 -965.068770455182 -876.7419325131214 -812.1267410891396 -848.2281909853677 -793.7211880087845 -527.1336136865872 -280.2921468550034 -156.34767201206236 -92.7272132585806 -111.0389566971688 -92.67539441890712 -166.48071924986357 -289.53501352474893 -391.8133014279156 -505.4342286433909 -629.3388598559502 -753.1208942136832 -910.8847237172776 -997.5475665892304 -950.3688331192474 -954.7057323985222 -888.3146284043027 -848.9911570997117 -930.488574751574 -963.474683069396 -894.1135878719576 -874.839924077913 -914.4795299177944 -824.7575106924487 -553.0976902122683 -362.42560600414686 -159.1494101711598 -92.67541476223276 -111.09106505156986 -92.67526100846882 -173.8763297669549 -289.5532444262135 -391.81333414494014 -528.8543286898984 -586.7879424911325 -691.7013231074503 -845.4506647604503 -1014.8776087733562 -1017.6889176533658 -1020.2378000159008 -946.4824678054472 -909.8464077709516 -1014.1980653004524 -1046.3851974919282 -999.1443094505812 -941.9668377330044 -990.238089824556 -928.2230925070816 -649.7811294099062 -454.526006684661 -164.5215478351221 -92.69903658405892 -111.03905303069024 -92.67553145694926 -197.23719626873392 -289.5014794656531 -391.8133229206076 -722.4531183708558 -790.5280154015846 -892.7982414864967 -1030.025365835901 -1119.383959918047 -1062.220477037697 -1068.3574294614896 -1021.172149693578 -962.9885876100984 -1062.1944186100704 -1090.2678233066674 -1029.0695097099704 -1037.9711707800514 -1029.47159236457 -966.6253018116316 -689.0130848462098 -487.299893728179 -170.39380015083972 -92.72154041260728 -111.039050435492 -92.67552891746077 -187.18521858669 -285.8384233501731 -407.65170274773067 -631.2030369644825 -742.9113037541008 -935.4968133624724 -1073.0237042641083 -1164.7364915224005 -1126.3202906386928 -1084.152117706333 -1023.4146928983636 -1029.390545096411 -977.9583327586756 -1138.760891861639 -1096.2119819497814 -1067.403662235719 -990.354042630562 -965.8649745731512 -736.0343236766812 -526.7136773626411 -183.5441909871264 -92.67549465962828 -111.09101821354982 -92.67526114434324 -172.51609451342688 -325.89733438133624 -449.9520524769442 -517.994384172926 -666.9017110598362 -700.7701924174355 -946.4534720882754 -1033.965431390627 -962.379941275828 -984.5094294516 -915.6666889453936 -902.7446827684374 -968.8063057652508 -994.1845750570744 -960.2967875451816 -902.4539172800188 -936.251379169867 -943.0384922344552 -624.3570575050755 -455.62570762594095 -167.2072385171031 -92.6755128660358 -111.09108740310872 -92.6752356203102 -170.7732824125219 -289.553217042632 -391.8133094717683 -689.2144174113708 -780.2460805983709 -876.8059905157219 -1023.039827630828 -1119.239098249955 -1083.169760237393 -1108.1906939532023 -1002.6482795078012 -978.390441322144 -1052.1185331782033 -1080.746284961622 -1054.4082842019784 -1040.2570626040103 -1064.2878223649086 -1000.11271628956 -674.4143585351601 -464.6102431672558 -161.82130190620268 -92.72729858971444 -111.03899177347132 -92.67547152244352 -162.97549180510066 -289.50149964187534 -391.8132639794538 -498.5227128740095 -650.7484248359332 -734.4901362490522 -912.6710081143916 -978.0874385893002 -948.9615020245882 -943.628958113843 -867.0351850300474 -845.4814039780633 -977.1315720412268 -1038.5744263819706 -1020.9661217610424 -984.5001766954664 -1034.8655513754854 -947.4205374068214 -675.0343117607487 -465.9752211862139 -166.31172609293836 -92.72725947913936 -111.0389558642418 -92.67543639234133 -198.0549722752262 -289.5015440893698 -391.81336668916 -709.2650961576583 -761.0358422573893 -843.2175786402514 -940.3140793697296 -1022.9266383902142 -943.8530186611996 -948.1050203516404 -918.0519542508308 -903.6183983169856 -865.7459912469233 -804.4555796020192 -716.9586732632279 -696.1938205153924 -880.5350444331198 -809.0401201842111 -605.0629457986256 -398.00180467779296 -156.6119758443385 -92.72018092823798 -111.03905055845404 -92.67552903036838 -165.61134443128896 -289.5014770923584 -391.8133205721404 -627.1211259636602 -561.2687819198512 -635.9227937961091 -762.7308582289844 -830.674295996708 -793.8722752835613 -801.1820727223204 -749.2423624713231 -721.1570957293649 -817.5908791758309 -829.2142533096848 -733.2940671667637 -696.0409444480983 -749.3704409980417 -692.5412525059666 -459.9499272180661 -264.6497748112552 -156.6215696077797 -92.67545276713842 -111.039084412096 -92.68793995938186 -171.30260498071613 -289.5015096680209 -391.81335282262376 -514.6086760001411 -566.1852260792456 -653.1011011427173 -839.6628521822306 -918.2894882553786 -835.9938392293851 -851.8873628761199 -773.0730696262476 -754.1559864903658 -855.6240770443543 -867.1984853577306 -776.2281162734301 -731.2024570956934 -765.8884918756762 -692.450154979584 -583.1030478522422 -368.2187324287855 -162.20134433883985 -92.6844283822576 -111.03905418181482 -92.67557416716522 -156.89631248467614 -285.838428462686 -407.65170783489407 -502.6559520049512 -480.1618054494945 -656.5247107195344 -815.0678662635315 -859.6898073037801 -788.156702053777 -809.3681222776132 -739.1119482861415 -713.225141743366 -802.2387129237487 -869.8197383025632 -816.0480210736386 -738.6598929302401 -797.9992931817933 -767.7826434029636 -580.3299296649175 -362.7135666823609 -171.07181381466438 -92.70210819196812 -111.0390946504954 -92.67557173228543 -156.9008300165545 -295.5835423070571 -426.1209741748121 -466.42830112216586 -602.4662294571067 -539.2107688941354 -823.7881354470184 -917.2818214520204 -805.8144591395642 -824.9403196313211 -740.8792186471867 -733.8078865081529 -782.9267377632582 -833.0492505408657 -763.4570136154499 -703.6564821821498 -705.4954531186727 -743.0556251531663 -517.8146526010721 -351.20005689742044 -157.00104072632504 -92.69132781182353 -111.03905308862257 -92.67553151575416 -185.03704904153912 -289.5014795214678 -391.81343835440646 -589.3989396254602 -671.9803960146261 -703.5345334991507 -858.3305985690845 -952.671110463742 -858.9173205344745 -858.5095559269283 -766.5324437189635 -759.0371502306305 -848.6540801230673 -878.8418769172747 -779.783275051572 -693.9670301439538 -850.53907407905 -778.4013867622148 -571.1051434895717 -348.6723194001188 -156.68259029174828 -92.67824170173049 -111.03909673642858 -92.67557377472856 -177.20065153861069 -289.50156111459955 -391.8134396023429 -569.6875975619971 -672.3365602684661 -648.8532542039941 -837.109205434979 -917.3088408087012 -848.4191301453989 -853.7130410995317 -776.972903391845 -760.7650541835549 -870.9978738967999 -890.7588218769861 -808.8760644628652 -734.3872955222967 -749.3669543286092 -785.0825614416847 -575.515139604945 -350.7686437324939 -156.59432231751268 -92.67544107292056 -111.03926881722693 -92.72722412219083 -187.5675822693419 -289.50145646183967 -391.86503828555 -562.9264635862977 -666.4903572002274 -648.34587291881 -821.859111562537 -927.9790823743546 -871.3608708508584 -843.9835768964091 -746.6607798741634 -725.1067705474651 -826.1090396227531 -844.4078444211647 -794.383699111282 -751.42068568251 -770.5677563177805 -713.3929426357967 -479.07221776306994 -286.4764903615246 -159.30810043484243 -92.71510176393748 -111.0390510008376 -92.67552947062624 -165.60541563094168 -289.50147751920747 -391.8133209955012 -512.6958696228675 -561.4388816620898 -674.3839384163803 -849.6464150886552 -932.6278906289122 -858.909760777016 -887.5811716996694 -797.6876918251954 -790.2098133011881 -889.349806154158 -921.5297865601108 -839.3458625063821 -802.8145503690204 -852.3592023408276 -808.183457617785 -585.8843749394554 -344.18712756992915 -160.73534928013456 -92.72727998902796 -111.0389244069429 -92.67544787871576 -180.3496600515823 -289.50152545838137 -391.8133338789313 -611.5273223815361 -703.3789473658948 -795.1566045858128 -956.3083768714284 -1043.593531507179 -994.8661217790974 -979.3935774971072 -932.3315714560443 -899.6301728943104 -979.3125184375416 -988.2764907203727 -903.1259935448744 -881.6659084900115 -937.1166887195188 -884.5427596800932 -651.9747644751563 -406.82866010989767 -170.1083340155167 -92.72726787387812 -111.03895650535522 -92.67539422973152 -167.78305920815737 -285.8754466955766 -407.6517059172224 -457.7389010270026 -607.1886941125557 -762.0414472684222 -910.7964283747076 -952.4076396971373 -938.7243130982372 -880.6327106774822 -866.0972503732681 -791.47328015612 -846.1060788152394 -929.0495603664632 -855.0690075732598 -791.4917696922203 -719.331464434933 -684.1527751597067 -578.825418486785 -366.8484627182589 -171.11423878695808 -92.69761838936913 -111.03905253700349 -92.67553097369836 -156.06540740054896 -295.8462000251036 -426.12748186927536 -473.3203303955226 -620.7176940193389 -507.51813594653953 -757.105539740103 -847.5993372151091 -769.8389142271506 -778.6238001727753 -703.8798223180394 -696.2849399019913 -771.6870372118537 -771.0256147051126 -736.892591524771 -654.5808444930382 -792.9671058502918 -723.8672187613021 -524.1501365358725 -344.9204800378864 -156.63171450490532 -92.72732643155082 -111.0390600290577 -92.67549607342892 -159.58549302612866 -289.5015249430595 -391.8134038924565 -614.7328577092749 -657.9461229402959 -633.6985464131441 -762.5622638690162 -863.5974066646597 -783.4954701498904 -811.0178511602812 -756.0343251487883 -732.533667354014 -830.7431327719556 -871.9410499677559 -790.9159335859802 -768.9842042650438 -749.6371760361316 -692.5898091904944 -583.8452647812176 -357.4576709628366 -156.6887023619891 -92.67548446270516 -111.0910071456309 -92.67520766568336 -175.29797708921328 -289.50146135087704 -391.8649783370215 -608.626651804912 -561.2603491213603 -732.149064977348 -871.5066296597377 -969.3470871082374 -907.3140959771496 -928.639761322905 -868.8514870694995 -862.0641747311115 -932.4334611208322 -939.5390024495584 -870.4202498970791 -903.2133655399458 -900.221060340371 -844.8213531615223 -557.7180095509549 -382.6507298375543 -160.95782379403536 -92.67551652514574 -111.03914800014572 -92.72736601079428 -178.10788623124324 -289.5015715431496 -391.8651380564141 -691.220914783741 -763.7180522751123 -844.5979102527999 -994.8334545360484 -1091.803964882722 -1031.154470287774 -1020.1373459284716 -959.76392728042 -916.680605012116 -1011.235825378212 -1056.0581163140312 -1017.2387449648304 -1041.5149966701886 -1044.3811805982032 -962.0216591892022 -704.5239503657721 -498.7906412753078 -169.48146205564532 -92.67545022527872 -111.03923628285872 -92.72746104734678 -205.8828333092988 -289.5015011365803 -391.8650962630216 -770.1543603900598 -826.437283511708 -890.1201695765825 -1047.5014905544335 -1125.0247834186168 -1066.873716847895 -1062.6612421401749 -967.2324127019208 -932.4216326097736 -1042.4333116538298 -1087.9850630413646 -1038.2231344876532 -1015.3016024088446 -995.1439955209154 -917.884780774402 -660.1673045981381 -464.8053994659177 -165.0282234722657 -92.7272402373626 -111.0388877742748 -92.67536977961127 -190.2385317929424 -289.5533610280039 -391.8133010665641 -665.4149624301403 -740.7717433017533 -874.8290478102399 -1058.8678574826606 -1153.4722687468327 -1139.2372217540285 -1106.8437950098494 -1034.248244231398 -973.2467593526188 -1034.117750715984 -1073.111669385478 -1059.8879054930362 -1120.411019596422 -1122.843899111234 -1047.98746443654 -763.056316547134 -560.2449829504411 -176.50161278034648 -92.67721126199412 -111.03905474761598 -92.67553314251302 -193.92935346281945 -285.8384274662639 -407.6517068428298 -650.3856260149635 -742.2385294872465 -910.8099632810636 -1021.3421199965298 -1113.7877693962116 -1078.7185541012907 -1061.651414022823 -995.170448987982 -972.3441795166154 -1031.6021897323628 -1125.1400207606614 -1065.4303171477188 -1084.285368375262 -989.1171347559904 -965.5451943162992 -724.6014513939161 -534.0977543370273 -182.95901774277752 -92.67556410765458 -111.09086634997222 -92.67528977148127 -207.10909666061943 -362.8896397420745 -500.8507124545919 -662.0739190473794 -785.2875510940878 -781.2353823758067 -1002.7789165105656 -1097.9764101068467 -1002.4633850357822 -1001.0288252747524 -921.1243018369252 -887.5848460735544 -919.9547941095094 -957.5198283198014 -896.3485036048027 -902.493208445383 -844.6439025151897 -735.5995628801379 -464.1800748267354 -292.4461124947033 -157.01966273762238 -92.67536047977316 -111.03914772711778 -92.72736571438948 -159.3301185065825 -289.5015712798461 -391.8651377699489 -617.2471573793492 -576.5774030113447 -665.3413057560681 -823.8874180507231 -894.8832134910708 -848.2833477551802 -844.844466640367 -763.0312709547586 -741.3370562937655 -854.9357937623927 -902.8542890691368 -838.9796627592391 -885.8873313386399 -835.0176632450618 -727.1328285176764 -492.2098800648142 -279.61448023759823 -156.7051536309563 -92.67548914823726 -111.03909058518876 -92.72730420733346 -162.43614470108838 -289.50151598142423 -391.813359074543 -602.5359672867601 -561.2300831430015 -663.7476485238049 -828.4358392197911 -912.5905331412056 -855.7870195337255 -853.8795677723268 -798.8656168439594 -793.2250082662223 -871.5324323829602 -890.2999656808395 -814.2159172340256 -848.931368060401 -850.0377053827816 -767.1345649183683 -475.6924134181208 -264.409765890254 -156.40595793180668 -92.68631655127274 -111.03909652819344 -92.67553198262752 -163.00145158505197 -289.5015613527823 -391.8134398371861 -613.2936895512933 -561.2564249218256 -723.1573897793675 -887.9589043005767 -1018.557017834748 -958.9024313933704 -949.3848198916172 -891.7406875655527 -857.0438256222781 -957.417177000086 -986.2836269396844 -891.0905228220521 -898.204430433274 -877.8122327424311 -773.4174504943777 -501.6100795194861 -282.78966016773893 -156.97314392083152 -92.70873275782714 -111.03909477489633 -92.67553025699291 -166.41927808598933 -289.5015595385912 -391.8134380460354 -627.8170316478828 -600.8393184088958 -763.8232947747316 -960.994533698406 -1045.9884429540211 -992.574167342253 -993.8178779354636 -924.9651415108214 -910.5041983682244 -1024.92883280275 -1032.756718430109 -953.65948452224 -942.2877806658676 -945.3633392634642 -841.5916460779182 -568.0894203572647 -344.78454033197227 -157.0520754083969 -92.67547236895793 -111.03910395925097 -92.72731860356716 -175.02459846651465 -289.50152880184265 -391.813486755137 -634.557039572715 -577.7958090348206 -709.0908344650103 -904.7848869509836 -1036.3158148976238 -955.1226363840444 -947.1072501501512 -889.9652204223314 -857.0121092847256 -956.2937142555056 -974.1524381757698 -872.4192023658456 -854.2374144785595 -819.3910608936858 -741.3069896470967 -493.877437137646 -264.4600722340261 -161.8446629219309 -92.67546329700086 -111.09089033647876 -92.67535440120088 -156.84084078480453 -285.8900984627746 -407.6516042140435 -509.2791745378852 -482.5642454366841 -646.6642674668301 -778.8069074739849 -814.1006515354271 -847.3262470659736 -819.4814560917932 -734.1068136920868 -763.1104713357112 -778.9316449560577 -860.6481113298312 -820.7306293280824 -839.2856569729582 -762.1872377087515 -741.6197352338712 -513.256397031646 -346.5535808264918 -171.08693291372273 -92.72720968805794 -111.03891015830168 -92.67539167718506 -158.69597127105695 -296.90951803492163 -426.1288803070927 -410.2209225052307 -565.77965556315 -619.2971506842702 -864.1279079127089 -947.696394161135 -898.4021649595171 -869.3968595207259 -800.6369771939256 -791.9804743810558 -833.8184384129713 -872.5482352003286 -823.5010616443938 -815.6228407377847 -812.1184266044039 -744.8524967780362 -516.2319643626739 -333.4766244806823 -156.96625581618088 -92.72719587668269 -111.03889747843552 -92.6753792735378 -159.3299601217241 -289.55337105548125 -391.8133101881807 -654.1939629019873 -585.090900037498 -786.5982168963058 -994.6986401752172 -1094.8104144490642 -1046.0047472968197 -1053.0034503358445 -973.9958081793558 -942.6208429037664 -1047.4239148546944 -1089.5366355926783 -1036.1724475176102 -1031.778862514998 -1011.8394726273784 -931.8966251168318 -688.924079570022 -373.28892660142367 -158.14159510713284 -92.67676322533352 -111.03905437278073 -92.67553276735909 -163.00700589324242 -289.5014807508147 -391.8133241930077 -531.565169751281 -624.7309567381247 -713.5776317148582 -852.8014999200558 -1003.1731126966706 -940.2325953624744 -959.325107496896 -867.0647755507936 -848.7913033750724 -945.7926491689884 -954.0565695759096 -870.6782130195505 -877.1298662409507 -858.0239948500648 -813.770335654611 -565.5779666162864 -370.3473126421481 -158.2405152064764 -92.70813362145915 -111.03905161364574 -92.67553006859904 -166.14076017335577 -289.5014781062403 -391.8133215764233 -529.817016826807 -592.7371459927638 -686.1001512003808 -905.6357790561284 -967.0130127173228 -929.7381933473076 -928.8444550039038 -834.6527112138945 -785.3128384866476 -876.8996167612243 -781.8774682709279 -726.4474838537946 -872.705227506679 -870.1995711561228 -807.5583372580176 -587.037328858484 -364.57460059158655 -156.61697571649046 -92.67821125573928 -111.03905424447998 -92.67553264608796 -165.61768079459912 -289.50148062788566 -391.8133240739044 -628.4232003978289 -697.2629764692807 -725.4768695133993 -855.7690932006516 -926.8550320149858 -750.0760160767909 -755.5336675846809 -708.1220948121633 -728.5577700600278 -815.2649238519734 -853.308873716495 -812.837779077623 -843.4220666102075 -848.6883485885309 -776.968625981233 -574.5841390454051 -350.57109197672463 -156.6705601022393 -92.6851353978016 -111.03909613413774 -92.67553159550502 -201.70524054581816 -289.5015609729083 -391.8134109384962 -603.0222351927633 -675.3920448467449 -751.7140751712703 -846.1281357627449 -913.8486437645644 -751.211085800792 -828.4075297965059 -674.5511088520136 -731.4752461453104 -826.3741694198325 -772.752094233518 -807.9054455578209 -837.3406775646516 -829.8545497303697 -768.8516070518648 -561.630119979961 -336.7031195027272 -162.13189331933805 -92.7232882279054 -111.03909279770608 -92.67552831596176 -195.86358781956827 -285.838424199466 -407.65167589419536 -456.2550278636567 -582.0073858024385 -724.0535972877367 -838.3808079112857 -786.7588035467345 -784.423249843017 -763.0398112570347 -690.9702749304741 -679.96521600626 -732.3435313451415 -826.7897222846498 -800.6008869235704 -815.8103797507492 -720.76749998179 -683.8357263413892 -459.9146961953752 -273.43371271775067 -171.1669556360179 -92.6755001148523 -111.03911782494076 -92.72733352105 -156.03078462743542 -301.58111011055 -426.1490023810048 -385.6924661225349 -533.0553842489071 -529.9254717603322 -792.2190115878242 -867.3381726919094 -736.3961011735393 -757.58966175384 -640.1286073612196 -628.2839036761513 -705.2205854849187 -725.8883616107955 -694.2993164504201 -796.4331148520757 -793.7672947074524 -737.9520362393945 -547.1818348990208 -374.82089376345454 -156.96480246055643 -92.67543836459777 -111.03922457982864 -92.72722169879422 -198.3152629828111 -289.5014542999625 -391.8650960302937 -584.4372383830661 -659.0686645549042 -748.744985857142 -841.6063280827693 -921.1321910600152 -749.7423035363444 -753.6087632320751 -688.3693597530777 -691.711066828014 -756.6624078791151 -773.01938182571 -819.3655274368631 -839.8852752630916 -826.5512375549202 -795.8833649278417 -529.0260872808227 -319.1310885185445 -156.6295104383215 -92.71312826161284 -111.03905117436926 -92.67552964013612 -204.35315928584157 -289.5014776852568 -391.8132910466642 -537.5923684517624 -629.8151892231133 -738.2283258124519 -847.2954500948687 -867.8272229715976 -818.0724229717803 -830.9402456401963 -782.7827932773513 -751.4010444689798 -831.4908064230278 -851.3927700142281 -824.2320389292295 -822.1763767585479 -822.3658914068027 -747.3382019927706 -511.62799496518113 -316.4396731369098 -157.6957667017714 -92.67551839208352 -111.09104397576836 -92.67524159357204 -162.44201192953858 -289.5532233515684 -391.8133151534353 -632.6327165754624 -684.3860447288356 -735.3271130486004 -762.6855331617113 -904.9091409196016 -855.7049130658544 -847.4755488058933 -673.09565067448 -699.5288271167354 -757.5793418596722 -882.4810780751394 -818.846064966711 -860.9523180295116 -850.3745721452149 -784.1966487392391 -579.4542598336388 -360.5117453292256 -156.60774433245032 -92.72729531698792 -111.03893853268212 -92.67546162734938 -177.04450747239778 -289.5015394148089 -391.8133262366201 -588.4747496968033 -661.8854723532204 -726.4244020150294 -810.0992168327784 -905.9327865577668 -825.7143158018885 -828.9026563491889 -776.876795909298 -752.684297076216 -852.6043608954295 -876.7022560787126 -816.5306986704007 -817.3350445686752 -802.900477812484 -744.7818630508256 -578.5286445548182 -368.17291561758594 -156.6755597824207 -92.69178883378196 -111.03905304936352 -92.675531475829 -184.7158801579474 -289.5014794837601 -391.8132928292709 -598.2907302577652 -670.9363686964888 -715.7302668665055 -841.0556615356784 -913.3588767177388 -839.4644857869245 -833.4252857473809 -766.0489846704776 -733.4948407059469 -822.0209060501089 -856.1702537820368 -811.6866194870532 -835.4496641546077 -838.143998347134 -773.159170197213 -570.6207588645375 -344.1539654548924 -162.115216421645 -92.67550252841762 -111.09107625074348 -92.67522528481692 -199.39374056056917 -285.8900995840092 -407.65174372815926 -435.1789339944172 -553.1105659301992 -716.5212372550783 -837.1148000026488 -849.9419392584383 -795.1400432096216 -784.8794873973995 -728.1341815576278 -711.5718439332275 -746.5304118700019 -846.5104838590524 -809.7667645861517 -821.8614052999499 -780.6106078641748 -747.950942795125 -500.0619333079852 -300.92502304185655 -171.12391687290818 -92.68578775853037 -111.03905357795638 -92.67553199208972 -201.25375115410705 -336.66587355239864 -465.9697051633966 -412.34794448944433 -541.2054373298611 -544.1466094487358 -786.3167370667157 -866.9013015742744 -774.0055975235916 -773.6945017332415 -703.1694644690884 -684.1241570013751 -750.4845072934855 -785.0433201439675 -758.5436326942956 -764.5015974601655 -758.6523380467286 -692.2284659759872 -449.7296811473749 -281.05204515361703 -156.9592015947424 -92.72727596015577 -111.03897099458098 -92.67545118915294 -211.00890182280347 -289.5014829950199 -391.813306022096 -539.0110733026913 -595.7415287144302 -694.159840988676 -822.215389060043 -895.5631747619501 -830.3900848537994 -825.1447943269374 -755.6294421638864 -728.8648610072456 -823.3723364856078 -855.802741588907 -804.1117711446109 -835.4073284949171 -816.5871457829037 -787.6534502852331 -524.3463427000746 -318.6875337473461 -156.6423781024152 -92.67544863749065 -111.0392347184418 -92.7274593598594 -200.83310095546236 -289.5014996184464 -391.8651032200925 -604.6569986378371 -681.8199046030563 -634.4076474531396 -801.9612194939411 -909.538338798906 -829.8560129309884 -831.2481161927959 -764.1784541759728 -747.7495713726906 -831.4086198298985 -847.428863980877 -746.9918527769495 -750.6269265003772 -860.19103051052 -786.9501004757167 -567.2144050741645 -356.4935557240809 -156.67182616626548 -92.68742774599698 -111.03909593136312 -92.67553139710098 -201.66351572600848 -289.50156077920866 -391.8132937948372 -604.3478462072177 -677.4480163288019 -650.0823076261609 -829.5445470887444 -959.26343756997 -916.5079868257884 -921.5727100777548 -861.6274862402734 -839.3102828667984 -933.5312259783288 -954.0807525297944 -845.7817396434888 -823.9724685805418 -794.6833263348956 -722.9219177209171 -489.0803660520384 -305.99296350850136 -156.34413304428816 -92.72724361628065 -111.03898441383096 -92.6754216815571 -169.8471158325091 -289.5015420359875 -391.8133667955273 -514.1526605372992 -581.7612220390289 -676.8888134138818 -858.4107816080212 -944.4597037563004 -845.2752838352937 -833.6076094665613 -801.74492778999 -780.7167389784341 -870.8104788689423 -879.8995136668079 -816.5815925587648 -819.7893108861003 -821.0048122277536 -743.1831245068141 -459.8587936492806 -264.56516199911647 -156.66245815565463 -92.69420089803036 -111.03905283743448 -92.67553126782128 -162.49071115727537 -289.50147928009466 -391.813322739216 -614.1161021761811 -676.8954702662473 -754.0035590837446 -838.926806780095 -911.7293875400436 -843.3847243488218 -838.0597257672056 -761.1874030789467 -728.7227928916946 -810.0349849056013 -847.1510101336787 -795.5089109611524 -819.1543546051793 -813.4530489884179 -790.5883437486915 -534.0058294155341 -322.3563799666569 -162.11271680201085 -92.7273138031657 -111.03895556984756 -92.6754361024792 -188.1300016959989 -285.8384249579247 -407.65176582391217 -490.6765240865485 -535.9764563410548 -701.755918845596 -823.9455602303822 -859.853396993058 -815.6673580017667 -794.967807275569 -715.8198918044735 -706.8067752699566 -762.3666679625876 -857.2059299321146 -827.6912784593045 -842.8097742429597 -760.9556655238306 -735.2797328294647 -486.9521396268882 -298.6987889757403 -171.12725897480252 -92.70725803626296 -111.0390516911685 -92.6755717415683 -199.655518182104 -342.8319789311908 -458.788250146466 -464.9555930985819 -537.8044636654864 -545.0708756916362 -789.1055948371385 -842.4443952989491 -758.5577036178884 -764.0138266068527 -713.6887895742188 -710.5864857787913 -763.1037650729455 -765.6871357256824 -821.5899511441505 -764.4054990409652 -759.0065903184029 -692.9364092259829 -449.0168048640773 -281.393352872773 -156.97092117067626 -92.72725630666116 -111.03895295337884 -92.67547565768405 -209.3735293727325 -352.3210527038441 -446.4252555479679 -584.1143763102592 -586.8390409391993 -670.7899158387086 -825.1804470673985 -907.0738116595842 -829.3769249975007 -820.2251680200502 -747.6547383927642 -714.5070229047788 -810.918109541289 -838.7208459869535 -842.3752498942174 -805.981781832913 -798.8105549948771 -732.8562319318912 -485.6179514198986 -290.6750050663615 -156.98808567917544 -92.6815639897639 -111.0390964437488 -92.6755319019257 -213.02237758549745 -352.34119153584885 -446.4425336394904 -585.7126885349941 -589.0533270865484 -666.579017347903 -811.2194147523006 -896.3307727901749 -789.832317568822 -783.0734187400976 -723.0485774279542 -698.0715476876444 -789.1369824732634 -818.7506130002682 -815.3178332459227 -804.0676726032556 -799.4957888559449 -735.5071242414514 -485.26894012554953 -290.1681181150851 -156.6746430400324 -92.68732423840828 -111.03905344337136 -92.67553185791868 -210.85746026023477 -344.39613508115224 -446.2951373745813 -583.9195179560458 -597.4152166844148 -684.6666444296216 -832.7411118314856 -876.3648111066298 -810.574321605873 -812.026097519095 -741.2170014708397 -707.3820061341528 -800.1248987047993 -834.5394426246339 -848.0014792266381 -820.8823011091489 -821.8710967805847 -790.1533823225855 -561.8783617749787 -334.76616573350714 -156.6382445983245 -92.67542716541516 -111.03925516665238 -92.72743607122436 -209.0115186286412 -289.5015323927093 -391.8650802959186 -638.4812824685574 -629.8886833914631 -706.6729680950232 -845.7900828036949 -881.2609923186477 -810.0326582202911 -806.2003533513237 -734.2939501221043 -708.1828050599601 -796.4274153829217 -843.0428836976974 -833.0070849934233 -803.6141632175039 -816.6455645769116 -791.0951618432642 -563.7685329913145 -332.7299685121888 -156.64199763535356 -92.7013224787746 -111.03909471860077 -92.67553020526768 -209.12577264881125 -289.5015594731044 -391.813292490344 -595.6775930909919 -620.5337830215811 -711.4228872256796 -849.2586557368155 -891.7111878967436 -832.7206977484233 -825.4032649818768 -760.2738083969429 -723.6663584107208 -817.3145509889923 -855.5236682133241 -860.4748363777023 -831.2679092914345 -829.6807193261199 -797.2564215854102 -527.5099345224313 -323.21337747608186 -162.18482437746383 -92.67548514094344 -111.0909910086613 -92.67519280009456 -201.1430616235298 -285.8383544762032 -407.70351521445616 -516.1279724008956 -580.9543943281495 -732.5339053443431 -808.1293753150727 -868.6581836221495 -843.6095016493123 -833.5123476602445 -766.665247749136 -756.971614676782 -809.4638364542724 -884.1911647347471 -882.0160305394336 -798.9551302747341 -704.066221254892 -730.4509344014433 -490.0107363066832 -303.41725899034583 -171.0691353627294 -92.67545657519068 -111.0392425498112 -92.72746779058542 -156.33663740466287 -301.59387409783983 -419.1581414938803 -452.4926653114594 -536.9280887991034 -584.6273616273454 -858.3010812990987 -938.8338221765142 -888.4403080933066 -897.935521155576 -818.1418368048897 -809.1953242812524 -859.6120842077053 -879.9828209344176 -878.1071996107283 -825.2832777814893 -807.854247983468 -768.0552743914634 -527.3571650087762 -356.48378671778744 -162.4347555728349 -92.67539868872728 -111.03918542971344 -92.72740629641206 -159.33010520823436 -289.50160794446896 -391.8651777111929 -669.6504326254873 -683.4528077411632 -741.1716550976779 -857.9101207211133 -870.4222896814349 -833.7137842366855 -817.5265667676191 -737.036353486148 -703.7642998154715 -803.6123468386477 -845.7760259474395 -843.7768059121208 -809.943231715656 -804.1068804629285 -739.4570670135328 -485.1438828142972 -289.919952834117 -156.69810381542095 -92.67548474173849 -111.0390861850727 -92.7215655289528 -210.8557058510052 -344.4278428573632 -446.29868222512 -584.2890424428894 -589.8264452572067 -666.9490996874048 -807.7464375339462 -888.9352916125359 -812.3065634898411 -810.4767399252191 -747.6349216369431 -715.5172375216746 -819.9874305111983 -848.6790677017318 -849.1032408803892 -809.9185715779807 -807.3931677662545 -740.5312787225545 -485.3034365904141 -290.0353888323452 -156.59796440179315 -92.67551287530736 -111.03911428693888 -92.72732971939077 -210.82231462986732 -289.50153870372554 -391.8133515525536 -595.3365819412672 -617.0154050567922 -709.039383139072 -816.4914397334493 -901.0019744819464 -836.7888868974502 -739.5491161797147 -727.9036234796222 -734.942295677862 -821.7696948530353 -870.5597652336423 -861.2187194316903 -806.0134746312021 -749.3126072183657 -795.7988617397688 -582.1450733525957 -368.7169204099223 -156.62762155313257 -92.7194837333408 -111.03905061866692 -92.67552909409883 -198.3874990078189 -289.5014771502412 -391.81329051642047 -611.7813044702215 -624.8323307739538 -696.2894056429744 -841.2141226735287 -899.3939698270165 -824.809430267384 -816.0953369683779 -744.6843568466005 -739.4920438511026 -791.4579584010868 -832.2056991172238 -837.8110910598568 -811.6028338741908 -849.828597017908 -781.4932088317596 -512.3402533707691 -302.8035921444803 -156.63669424633787 -92.71496432510618 -111.0390510162249 -92.67557108246795 -209.09102070980663 -289.5015580900295 -391.8132911128394 -592.5724152031408 -606.7589986946803 -685.1949078094771 -844.7854937728808 -888.2641735507699 -812.9241088889221 -802.2968628615305 -752.5366201557638 -722.5840462337354 -818.3065681645503 -860.2604298682586 -865.870618052331 -839.5964699049309 -824.3750619679892 -787.8000799629441 -557.3796284058701 -339.20120297730875 -162.1037876216602 -92.67551856329548 -111.03919201656004 -92.72736771072292 -195.7555483596452 -285.8383380494424 -407.7034887375124 -520.2605427450403 -574.0221715282345 -731.0050608047155 -856.1648256420488 -838.9230281167856 -789.0928151795114 -775.7049685289924 -712.1777528569156 -700.4263514908483 -749.7219229999117 -845.8086244370203 -866.0529141812704 -832.6540985288387 -786.3011849162956 -747.7103694849612 -493.7113438117743 -298.71139345907415 -171.10718134096723 -92.70275358934413 -111.03905208794436 -92.67553053322428 -201.3227297299122 -336.8703147499597 -466.0216192162089 -465.0158801115565 -541.8667889194311 -544.0939620050838 -778.7780299408647 -867.6508300313124 -792.2376063497352 -802.103107768591 -711.5199195883325 -697.2152469029559 -765.9584987223437 -790.6244981557985 -813.7612097811144 -762.687139901214 -754.7711969060684 -688.2691400543953 -449.37191645056015 -281.6682340691419 -157.03160231772858 -92.67548365626077 -111.0910062678792 -92.67520685871568 -211.11562704102676 -344.604811319685 -454.5745588604535 -584.1203625790488 -590.4395502861638 -666.2989051101491 -841.1721678459195 -890.6123611492047 -833.2896890147928 -825.0864727919422 -686.4199403131465 -674.9105796461615 -772.5774805950568 -776.4727972961748 -856.6392774701407 -822.2974594118087 -807.9848577690537 -776.1677812285666 -549.5291354073336 -336.9852361808463 -156.97036269679236 -92.71743612690636 -111.03909331043543 -92.6755288169305 -209.0387356082952 -289.501557830891 -391.8132908553668 -626.9112988331688 -643.9235577017332 -709.9108847327406 -766.1308603228943 -834.5576767633938 -768.1482454761299 -756.4891332141958 -691.6147416841078 -647.5196429976079 -744.8549311828555 -878.9302996043399 -880.3186816339347 -853.584625205707 -814.6081418373242 -774.8975568317654 -511.9569594432297 -305.70351063946987 -156.59462715116356 -92.72726341749365 -111.03895948255828 -92.67543993043736 -210.74441430714452 -289.5015475182064 -391.8133865277587 -594.7831767136109 -607.4461797610235 -682.8857701915799 -846.468441501811 -892.6958021775598 -821.416510735997 -816.3636335812001 -739.9814989088289 -703.9870146769399 -795.0038127749807 -840.1591826895534 -829.49545194614 -828.1056854193653 -831.9005755790262 -742.0978365995469 -488.4172081724408 -290.1432117034027 -156.6519585810676 -92.67550346452732 -111.09102777275244 -92.67526990168288 -209.13839957329205 -289.553233576476 -391.8133613716255 -590.4507405023729 -606.9976233729683 -690.0653891435319 -820.3873408476934 -895.495245513367 -817.0885778739582 -794.5122184910945 -742.5936604124042 -703.0941843445588 -810.7450258711705 -851.4136729786817 -842.4149586209169 -809.7575872009842 -804.001440121748 -739.9108068073787 -485.0383237318403 -290.05560632474555 -156.620791858129 -92.72733979655862 -111.03902960300115 -92.67555024723988 -212.9524950028901 -352.0351016341367 -448.45742565956897 -583.8433368794733 -590.8323096555542 -671.1681267495284 -813.092690308298 -902.2894220959654 -795.4620086369321 -793.5273293216184 -728.0595953370159 -702.013925468174 -787.1951911323771 -818.4489721766419 -849.3007091061936 -808.2780279806165 -813.5569319810676 -745.7515997151377 -493.7340158159743 -293.8927956635279 -162.11051553827022 -92.67548538578022 -111.039086824694 -92.72730016150024 -201.20969523104907 -285.8383793410049 -407.6517086621546 -551.3297112945678 -617.5069417464701 -740.3293079634943 -759.8819514425506 -805.3727715139013 -796.7705952796397 -797.6293623004923 -759.0816594419654 -757.258439160817 -810.3159736687413 -879.4938977247648 -856.6109125125867 -817.1835147966741 -720.6835423707722 -683.8284140876324 -471.95225722772375 -301.9621897073385 -171.15230594585063 -92.67550413860585 -111.03910555698954 -92.72732032465592 -173.34798611177033 -303.3224569248721 -424.5791907988005 -523.5680738170128 -608.9584295451332 -612.7254942480877 -829.4875796637925 -902.7719751226252 -824.6034647852157 -826.8210848591581 -763.941613800652 -745.3147833151309 -790.8925567424924 -817.2159641513066 -826.3944653026801 -787.3629751916316 -777.6489335177305 -755.0911600579635 -521.3241213448501 -330.8210884194007 -156.9578667721073 -156.39764305628165 -92.68474155817096 -111.03909804781412 -92.67553347758115 -210.8890350029864 -289.50156083015776 -391.8132938461462 -566.4527149277578 -614.424847332136 -698.1014015133064 -844.1964694555713 -877.3934139190861 -806.343158135117 -809.2211791414375 -736.0734448029878 -712.584520751213 -819.2228407256645 -906.5619262185218 -847.8745516333936 -818.6176055651674 -806.2222654475867 -741.9767590874914 -484.9156773275652 -290.2226657028808 -156.64532363676358 -92.72680544303496 -111.0390499733492 -92.67552846587353 -211.0150570811233 -344.6551297817902 -446.6471233067219 -529.3486789239604 -589.6417722893567 -669.5857908672473 -808.0705936521954 -889.7396247882436 -811.4389057967912 -800.0010308247499 -730.0520296057251 -703.8195346676612 -817.8311187060676 -905.656350675942 -842.6416224203725 -810.3859380148215 -805.438942703577 -739.4847642336366 -488.820351577853 -290.92261800468305 -156.5949789889748 -92.72718701889684 -111.03888934528698 -92.67541376763286 -209.19745673778675 -289.5532948315162 -391.813407979786 -539.1570731879228 -603.1758074862529 -680.1522541199238 -821.0054741098919 -899.5190652239784 -826.0213755822533 -819.6405275627577 -742.1098156983938 -709.4977491697219 -823.3594935465558 -915.2314734676828 -860.3177003001252 -830.9760913735024 -818.9864486475088 -749.5587962556677 -490.8398332579322 -292.6614031315229 -156.61221217440595 -92.6820559309995 -111.03905390529049 -92.6755323100684 -210.94325909019727 -289.5014803037041 -391.8132936437708 -538.6754909997251 -598.5641091766917 -678.2867261778964 -824.0833421269292 -865.4920360483508 -791.3544261322047 -789.9472523887766 -760.5387938741482 -721.3254652439393 -826.6860023285686 -874.3320910176035 -855.5200593093348 -820.5482877437705 -817.0966891579127 -755.0481954647206 -503.294115058304 -307.0704329589161 -156.60151472690768 -92.67549561091025 -111.0910192477626 -92.67526209120166 -209.10540407791888 -289.501471603986 -391.8651590710804 -519.6049328220018 -569.2317009110517 -640.6216691904965 -807.6628976561408 -902.0814417829532 -814.535308689033 -801.7606867800746 -729.9674970669672 -729.7220639627452 -798.2974503638525 -883.3148184941613 -829.8147310363869 -799.2767598158485 -836.1828080939837 -772.721210922251 -509.2236982431324 -294.3918375956368 -162.11927011974896 -92.67539370747352 -111.09110999808588 -92.67534523874215 -199.7375011396556 -285.8901804449125 -407.65172453351215 -422.9357349030748 -514.36476644259 -684.1556926901343 -804.7115553117554 -849.7541787491987 -802.1213426937801 -781.3049045718947 -712.2101792862604 -704.2121445030823 -768.5115735080875 -917.486852977225 -874.2335263902996 -835.6214679106679 -754.9740204790996 -728.5991288854784 -485.14677692490966 -298.8090359079074 -171.06539564422226 -92.67545249406946 -111.03928002491182 -92.72723639275938 -199.6858220298437 -348.716448857769 -462.3703193880767 -408.01439776586295 -533.8324316696045 -535.5703281950439 -770.7668810266903 -858.383826709508 -781.0249930551021 -796.0314089494173 -726.6950553536903 -712.9567906396785 -767.5724738901473 -856.0457476283215 -820.7655907773176 -790.1085207786423 -786.4652180694504 -719.3444130165622 -478.227771516609 -295.5983341264851 -156.94115990091942 -92.67543572016412 -111.0392219688704 -92.72744564091713 -210.9574186302295 -289.5015657142619 -391.86508878310735 -546.8276656120634 -634.4940651071335 -715.2584021282385 -857.4156490838088 -897.4538544662448 -812.9904469041088 -796.9233536958329 -759.8968904702076 -743.1400491948889 -834.0110668377017 -917.6092842309376 -854.5994037569818 -825.6808128989185 -833.8652342851789 -773.4237483424484 -501.6796945050518 -306.97010763243367 -156.5854794854714 -92.67546089473448 -111.03924681054316 -92.72747238058622 -210.9375583925551 -289.5015113385833 -391.865115947271 -548.8864748549786 -641.2657142692325 -727.0224672309822 -821.43346575323 -893.0488000235362 -817.9995561193998 -809.659985281512 -741.0158455761574 -712.0016511701018 -802.2526988193565 -890.1406813238717 -816.9500400147717 -809.6227097166751 -806.0221952919588 -739.0765299557784 -487.5331530378037 -289.96256790492583 -156.58446917938062 -92.67549673507872 -111.09106999229532 -92.675262763671 -209.215087567409 -352.3981285267978 -445.2424707737246 -526.5000903877573 -586.2236378812132 -669.9922280299401 -820.3418120513716 -873.7177075933831 -810.906107551688 -811.9865253718552 -747.6442930136983 -717.4652456791177 -800.8463559606774 -886.2889189487405 -824.8428528364705 -796.6616871096609 -826.2731216139774 -762.7203107962742 -553.4847917472163 -337.691398027994 -156.65301544477808 -92.70363091066538 -111.03909451492636 -92.67553000363192 -209.0116027186356 -289.50155923712947 -391.8132922579296 -602.285475001005 -568.5636596152925 -662.7137650971873 -822.7016278688112 -926.4698186264758 -862.4023580279473 -832.479658765387 -765.1485935300567 -743.1966253852331 -868.5431506640805 -962.7419988480656 -872.0285189893949 -820.4358661892497 -806.6587979138868 -781.7207645292328 -515.8255609130653 -313.48075248301785 -156.61469525279966 -92.72730656988712 -111.0390418905474 -92.67552010555784 -209.2769646204014 -289.5015054521504 -391.8133314852582 -537.9222581143796 -605.7870054789 -676.2860268664072 -810.9440889420772 -895.6309429355607 -818.8317435902571 -804.340633267052 -735.2261630199524 -707.7098743445163 -818.6338866135967 -906.3131980062244 -847.4702229194556 -823.0442442931967 -817.6057995923825 -749.9763759532024 -488.2021093922264 -289.9515242766424 -162.14545583538285 -92.67551936834008 -111.0910976664668 -92.67533393948048 -206.95560176009008 -348.8745404180313 -462.531858051212 -409.001217837063 -506.78458263842543 -675.18882945724 -799.1101684603913 -842.2567330931904 -799.5906936766379 -778.6245480778891 -711.1322122919981 -701.7837895843223 -763.5248725396747 -918.2000127147164 -872.3082561058488 -833.7207740540354 -751.5621432930445 -722.9173309540233 -485.683351782842 -299.5844949377988 -171.3931158529093 -92.727231398209 -111.03897325989804 -92.67545294881842 -199.76897617141327 -348.67167907479006 -462.3340200554643 -411.3087370074033 -538.3187975441011 -537.409369449394 -772.9992809630758 -858.9616903587332 -778.3469150576976 -790.258906711118 -715.8593169680814 -697.7391673286335 -766.9263010201571 -855.3552611027246 -820.7964077965579 -775.3896915292416 -765.8691038902733 -698.5130578826522 -453.650046816777 -283.8860754678659 -156.9506286356433 -92.67541143550795 -111.09112900671028 -92.67536265986428 -209.3109614798743 -289.5532403101284 -391.8132289843399 -544.8783040815238 -604.9024796813378 -692.254951693038 -835.3626501438368 -871.7490894555331 -802.3181509150268 -836.0110313693888 -759.6209998034743 -732.3559770131678 -825.1987669297339 -915.3261638633694 -859.3914655549977 -812.0022378954272 -805.1847744110256 -738.8098020823617 -485.006353502223 -290.0202907793336 -156.5889342731963 -92.7272186159357 -111.03891835381256 -92.67544199376452 -209.3833605628893 -289.50151972316723 -391.81334469018816 -544.7369198330285 -598.9890318812286 -677.00667483985 -817.1350474324074 -894.3881462081571 -812.6482599146918 -799.455805033325 -729.1273308698392 -708.3393654988407 -815.2058039360147 -902.8382316836892 -838.381591381962 -806.0123346983509 -800.547720813967 -735.5873199141363 -485.5407367527473 -290.2531275692328 -156.601654836721 -92.67542671181508 -111.09110014046126 -92.67529333261793 -210.9820740585868 -344.6149871683848 -446.43834242220095 -529.6035419664156 -590.0431211000068 -659.0302568426124 -801.0184058426395 -883.3954811066304 -806.6181742915002 -794.4040333013917 -725.4085162194298 -698.5357633429412 -811.0084465538732 -897.7768700991819 -832.9080223171391 -799.9511434060161 -792.2531973702235 -726.3773654164104 -486.2164849141035 -291.054745503939 -156.6427754848042 -92.6754218391072 -111.03924993811762 -92.72743040869358 -213.0307188244093 -352.2882572719482 -444.1554844364682 -529.9958600594789 -590.3807288502101 -664.0162093991732 -805.9109732687917 -887.9736277500471 -811.6911780322534 -797.2835440852277 -727.0991731932224 -699.7436244014494 -811.2910515856498 -898.479087586217 -833.1762882656801 -800.5839287086502 -793.9009059358847 -727.2435282250017 -486.2062863335663 -291.0981572445617 -156.60614323339314 -92.72728994925107 -111.03902671727644 -92.6755052573291 -213.10569945661453 -352.4816571311451 -449.5622772921564 -532.2431631922889 -588.1504366720749 -659.2499141611756 -801.9229268740839 -887.5658505351103 -810.9829510310725 -801.0009955748134 -731.032631281743 -703.4012041538587 -811.629398839746 -899.8137335429892 -836.1924079776627 -801.9482870336777 -795.0900664776649 -729.7184560382511 -485.7634849017176 -290.99519887953807 -162.14045455431696 -92.67540222167504 -111.0908921561008 -92.67531327953864 -207.0196682316488 -348.8542392179408 -462.4610280464056 -410.4004664385248 -506.73512185610815 -677.4357017794838 -820.2391614849508 -845.5477496468744 -811.4425420152008 -796.7925231186822 -736.9186016225746 -721.1636912847002 -771.0190590308492 -914.3579191426718 -870.1989230508577 -853.2682504669265 -757.4073240510768 -755.4987484504508 -520.4853554523235 -339.1527562560661 -171.52065017158102 -92.67606611439903 -111.03905443223 -92.67553282853316 -201.29342915906608 -336.5787942298428 -465.9454709839293 -466.1418844110712 -593.6366897771212 -609.5311096855384 -741.8563527705169 -866.0752909607387 -784.3471609686425 -816.0688345102449 -718.4977121022489 -707.7483368238264 -730.7594208111701 -804.898181360153 -754.8082944032743 -707.7030758983955 -705.4849119479433 -648.5529734940068 -435.04367109167305 -281.4213956224079 -157.82294075849603 -92.67543975366826 -111.03922595040692 -92.72744992277168 -208.5338151805497 -289.5015696696886 -391.8650329966712 -578.7187890153392 -636.7589698791027 -747.8784299287327 -762.9288814734555 -846.3634317528046 -839.9767471344924 -821.1943412405183 -758.062724232942 -733.7275484156323 -810.5562827758847 -896.7230448714489 -840.2826951922765 -808.2125167566942 -837.7537144214036 -762.9663875417162 -494.5137815963216 -291.44978662622134 -156.60227482300485 -92.67554642241194 -111.09107440520742 -92.6752696256067 -210.78502661882317 -289.55325352710344 -391.8134040649255 -540.6830992562998 -600.8181835135995 -673.7895720704362 -811.9513779208066 -890.935205405752 -812.2020326617214 -800.8139112655412 -728.0568477406817 -712.262467013382 -814.4527398527316 -901.1396124629896 -838.0047249080038 -804.9316781218477 -799.9180492975152 -734.8494886789458 -486.1631597309959 -290.2160864284353 -156.6038346256641 -92.7229673582138 -111.03909282820732 -92.67556995086262 -216.5983239258598 -352.4453813751085 -449.5959690788995 -529.7514850028455 -592.5586501260167 -661.2912531515782 -803.4227070768823 -885.1444766471486 -809.8106798036956 -801.3081086516307 -728.5377733008949 -707.6156818005009 -814.6937438301488 -900.1715868635873 -836.7300988013734 -803.6036743986601 -796.957176963492 -731.3576314796087 -485.51326362650144 -290.39730795273937 -156.6258471225048 -92.67550030006612 -111.03910172357868 -92.72736580061058 -212.93807766320512 -289.5015167411296 -391.813341767007 -537.0534599984352 -605.6387193048913 -682.6650116737546 -824.4600736580095 -896.6140325324428 -819.4813791940403 -806.0212019311836 -736.9732266819183 -716.5532370544444 -818.9305201542996 -904.7776219145298 -840.575665579409 -808.1552865255305 -801.3557001925911 -738.0111168308476 -485.1001865917162 -290.3587205103127 -156.6175712942551 -92.7133072956232 -111.03905115834866 -92.67552962474504 -210.92258348944893 -289.5014776692707 -391.81329103256 -655.0924588053781 -676.0164449118059 -643.0662493136662 -797.8152955344007 -842.8708034522559 -751.5931432204468 -798.7732937674917 -759.4828911464916 -731.5348167855232 -835.4879122203762 -918.706322923526 -861.4010582667385 -825.847483724112 -820.727961444344 -751.1347889474823 -489.7099720900704 -290.8061247796073 -161.84878483795347 -92.6754317997016 -111.0909242228941 -92.67534249057827 -207.07044418882745 -285.8901317016374 -407.6517641436607 -478.8803634292605 -526.2647124776416 -689.4720718204744 -801.4577698074389 -842.969851588724 -798.1899910347363 -777.263107830341 -708.5483884747214 -703.9849571933026 -767.9038262725682 -915.858496262941 -871.3531648688905 -834.7750733801619 -752.5102542016718 -726.1211759985028 -485.36490199095095 -298.8971104368251 -171.1701920833907 -92.67872347836553 -111.03909669439636 -92.67553214509256 -207.08858574749263 -348.88911225460856 -462.5129468275633 -465.8866953466118 -536.2384228105552 -540.6805604718977 -766.3870473277575 -851.7843623321122 -762.5082798799114 -760.8735625174681 -679.5527741179739 -675.6047842872647 -747.001574440599 -838.6731126274041 -799.2837664481959 -749.1619356794496 -741.581978154118 -676.5563364246957 -451.63216253829694 -282.5207633604124 -156.93743138504647 -92.67553058504902 -111.0392356115343 -92.72741489921562 -213.1853172733784 -352.4006657836724 -446.8428765951844 -585.5040013523918 -588.2525398509607 -662.2677446478115 -797.2650168594383 -879.9922666171549 -800.1010505212544 -787.717722842916 -718.0097225486941 -689.6012047783062 -800.1601823599688 -889.5450025360014 -826.8728814165298 -794.9228635325375 -789.4343237033838 -721.072241380522 -486.6440113914099 -291.7594584332006 -156.98129156944404 -92.71480294638909 -111.03909429810392 -92.67541892935608 -216.8930908341092 -352.6655921818485 -448.8248022081712 -585.1200674731557 -595.2035008860986 -663.9953898449293 -792.3397241372912 -871.2094507703478 -794.85069289666 -781.5984772770425 -713.2546561792416 -687.3290194069646 -798.6448859010062 -886.4382405689023 -822.6271868572002 -790.5512137586924 -784.4829666441942 -718.1550485279396 -486.6679906469524 -291.65338579604406 -156.64441707087832 -92.67549451271653 -111.03919925825288 -92.72739118496273 -217.81631664010067 -344.4614627887872 -449.6035080373518 -585.5273950394394 -594.0487186177664 -661.2277937040711 -789.2015762274012 -870.2799179030222 -793.5430222822823 -780.9729971804941 -705.9454608247856 -685.2202155853523 -795.8063189138367 -882.2821634877478 -817.8980972834107 -783.7053242636324 -777.021646092596 -719.9223418387671 -487.7236782182977 -292.82608411086727 -156.73305113642047 -92.67553244328693 -111.03920578425026 -92.72743183092469 -219.55351408751605 -347.0030608750071 -467.964152042159 -586.4999062338331 -589.7517089059711 -661.1452264426407 -788.6666708388483 -862.3946428733357 -788.497427536678 -776.9509577110032 -704.2207124610713 -676.4860504180957 -792.1735997604825 -880.1986512146682 -814.0484711955893 -778.959831177379 -775.6874233023084 -719.9175301781542 -487.7682048721727 -292.4017668454985 -156.36573049037958 -92.67552590775064 -111.0391992999515 -92.72742485529253 -219.4879872060579 -346.96552493267177 -467.8222962959805 -586.6708184421271 -594.5024152572757 -661.0067817406294 -788.5288675902663 -863.120630479346 -789.659432068976 -780.313744104576 -712.5186786360001 -690.9894256154324 -800.401900223465 -887.4949604186457 -823.5232244535663 -790.4050419859743 -782.9581779364896 -717.8875258628011 -486.74926808439824 -291.216511897798 -161.84869438618918 -92.6754590962996 -111.09088576060668 -92.6753502521984 -209.8672504534173 -343.446797569531 -464.7262038041744 -466.3141870583569 -510.2525744978667 -669.1026371729173 -779.4284642520262 -823.0111610612828 -774.3650295049057 -752.7411682312666 -682.9203373742708 -676.616386577409 -740.8581725666938 -892.3621935139646 -846.8654688418026 -806.2322398267415 -731.0617003244066 -710.7857310386232 -487.65866134658967 -302.0204331049641 -172.2514768035722 -92.6753808460448 -111.09107799997555 -92.6752701431018 -210.8908132828465 -361.25932499812455 -464.8252179560848 -469.3569067805444 -537.9544552055038 -535.8943388011891 -754.5116034185373 -830.3961026760409 -739.5934702052161 -739.1668974198353 -665.6793857239888 -660.2454575624264 -726.8460894488098 -819.9820677246753 -782.8299360130765 -736.4136684136738 -734.2656670431932 -677.530775735155 -452.9308623305897 -285.70529006093267 -157.82852549171693 -92.67549323414224 -111.09107257515365 -92.67526513981517 -221.28771561669916 -347.067139254272 -468.1182337171751 -587.9759764923567 -591.3248407493617 -664.8459796829328 -790.0923608438939 -857.3202295079581 -778.3040386433719 -769.0741297391006 -702.089212725542 -677.2193636322908 -785.117365788 -872.0170907798199 -807.6482228141116 -779.2678249738999 -777.1470253148314 -720.2781145701668 -489.521239083913 -294.27229769047284 -157.87572855309656 -92.68159587843056 -111.03909831359054 -92.67557531770144 -220.4517574362512 -368.5141903570554 -445.37620050047576 -586.5860263177653 -597.4476754379692 -662.2990809752508 -791.2441847866282 -861.8548255185732 -787.7590422016603 -776.1576522136846 -713.1266255894581 -691.9096925044059 -806.816595347075 -895.8779944301183 -831.5557101667606 -798.6833891177206 -792.7712184069325 -727.8762709538578 -485.82162605805735 -290.6634437678695 -156.6146850398584 -92.67544302893448 -111.09109549619728 -92.67528905610487 -217.84211417903705 -344.75746398894125 -446.58423851317264 -584.0111524403211 -594.848892360402 -667.2258542412121 -807.4921989044553 -885.878559822496 -809.5036899443257 -799.4684283169302 -731.0733565393706 -708.5290938288184 -816.3405108784518 -903.8204812610118 -841.6870374309112 -809.6756465340696 -805.3743043198178 -740.227108737238 -486.1836856114408 -291.80899997719337 -156.58602843392504 -92.72718335185296 -111.0388859821966 -92.67536802646023 -210.9724015050801 -289.55335917343973 -391.8134073975645 -596.6052070124225 -608.9236626932566 -684.889238884279 -821.8006065992541 -899.2411716580879 -821.8705308454786 -818.3835025978069 -745.5493638758577 -720.7618787750538 -822.9447646083747 -909.0979348522052 -844.2866875150778 -810.4078398973741 -803.2094655216948 -737.0101519937067 -485.9649542057545 -290.2402118300193 -156.58730431324037 -92.67550847912528 -111.09103321534046 -92.67523167997932 -211.002550949842 -289.55321288144967 -391.81336760456384 -593.8976166573951 -595.6144491104527 -675.4658242492716 -815.0966335074343 -889.7061605364847 -812.52432036 -798.2556714626504 -729.0220064122071 -703.7973484604947 -817.3911864723523 -904.4373987066442 -840.1655033479466 -807.7092362883387 -801.7429264255808 -735.5530114813466 -485.27580507461073 -290.4020362136967 -162.178144281068 -92.6810819213178 -111.03909649015466 -92.675531945182 -203.4859445136439 -348.7584495486909 -462.4214692478882 -465.79679740753534 -510.0803194924026 -669.1531615411993 -797.2942197057353 -843.8436852611118 -801.716584417243 -780.4301828927779 -711.5414756262959 -701.4234880125302 -769.015799615098 -918.4229537363758 -872.7012376947473 -835.4847164347949 -754.9453039270268 -727.0547907330161 -487.20162650409287 -299.2131445364947 -171.02878958858034 -92.67543904245257 -111.0392668237386 -92.7272219419472 -207.0963030543482 -348.89071492521987 -462.6096613187759 -466.42580211370046 -534.3087723902225 -533.7806956049125 -765.683100444463 -852.4689708925813 -765.2482552085672 -763.5579448857025 -684.3197018633746 -675.0658425281955 -748.0947400575126 -840.6148363708014 -802.2794288869403 -754.9629349510845 -748.7863413648083 -680.612916111259 -450.3421622028016 -282.08274405301995 -156.58189957122144 -92.67547049645086 -111.09104167876812 -92.67519325008186 -216.67276986668952 -352.1827736375766 -446.589215009637 -584.0456733410036 -595.8947920248197 -672.737409563328 -810.8280797128701 -888.0018776031646 -817.1209596536162 -803.7478994902393 -735.4603386145754 -714.1483435302802 -819.4436194451918 -904.6745169619652 -840.2885008523032 -807.6997560029688 -801.2049410915902 -737.7068057087192 -484.8977654945604 -290.4785329166989 -156.9249701897793 -92.67540121106664 -111.03922969313425 -92.72740849256708 -216.60961127649983 -352.4091037155588 -446.6839300536288 -584.4966814343716 -593.1002293868163 -661.035288391086 -801.4630336323306 -883.3474526644709 -807.4807468297493 -795.3011224395076 -731.5219270927944 -709.943972987647 -814.3304588407622 -900.1363044592478 -836.2856792121761 -805.376741844257 -799.4936511956172 -733.9743297589482 -485.23945353244807 -290.6750315802012 -156.59949555097432 -92.67556442193234 -111.09086669380764 -92.67533297918388 -216.6569557296346 -352.5870034584002 -448.67982728615016 -584.4915629162473 -589.6524423916392 -668.3260075731331 -808.3626288707038 -887.2466369547617 -807.5192756609263 -795.9846199617325 -723.0839560411777 -710.164222425175 -817.9898143621526 -903.5373133682688 -839.2773707515137 -807.2927842452975 -801.5139383937498 -735.6880978067679 -485.3151000439054 -290.0340908805551 -156.65833385401146 -92.67550321635558 -111.09102750570403 -92.67526965541488 -216.53914218677096 -352.4383074904051 -449.459225613691 -584.0499545631233 -595.4086283218232 -660.8985657756009 -802.0123509359694 -884.2449506271162 -807.5614114890107 -793.5505413222168 -722.5374584872696 -702.0215603909185 -810.6779688967594 -896.393752551399 -833.5041249854434 -798.4520533179581 -791.6680199385804 -722.0542639455191 -486.0262920773213 -291.392050297344 -156.96134542920234 -92.71295371909862 -111.0390937027756 -92.6755708045827 -218.01828336336757 -343.5412558776965 -450.5672234177371 -585.513992511288 -595.4754165836322 -661.8618031140143 -793.9106910067857 -876.4723612592877 -800.7208492470614 -791.01478078761 -720.7444949354699 -696.8205265560272 -807.4323575460334 -893.9178916140207 -828.298157681989 -795.80604305141 -789.4774216315019 -720.247636536123 -486.5346742643072 -291.6919546502503 -162.4629953116753 -92.68047197236508 -111.0390969873427 -92.67557401981472 -208.317301063691 -339.8866792329918 -464.6197975167058 -466.4830748308372 -515.0513892881467 -669.0963041473256 -792.6798921530852 -836.3339030105767 -792.8701720857213 -773.8394884605688 -706.840909304043 -698.7203129431248 -766.9915231717466 -916.1642174722532 -874.7261928919844 -833.1657988715497 -753.0397606704666 -727.8425952365333 -486.4375182729688 -298.81018842884936 -171.3757507395404 -92.67545456103556 -111.03924056101302 -92.72723909712612 -207.0743781274822 -348.872127472032 -462.5937067421888 -465.6336784349718 -536.1071732179525 -534.3199965775776 -766.8813512722196 -855.1362770934926 -769.1111848675257 -770.2657243075147 -696.3316119432554 -687.190523035967 -757.7096255167841 -847.7549322787618 -811.4678006834322 -763.7169909241164 -765.4054597962377 -704.0192253270312 -453.1616469991361 -283.8034833130052 -156.9620444797873 -92.72718995827508 -111.03915218084452 -92.67541385846955 -216.83194156136196 -352.4087478409121 -446.7093392473602 -585.1005662914849 -597.1475908746731 -663.8478343817194 -791.2148352636351 -870.6608849715401 -791.4827572283021 -778.5273019300018 -705.5748183874581 -683.7922584530805 -791.0613245889306 -878.1281766111355 -812.7761302398799 -777.7377502793748 -776.119919869654 -718.9712056793494 -488.1862749358298 -293.5333970039222 -156.77668785615705 -92.67544577268464 -111.03927919300438 -92.72723547946336 -223.04676573065768 -349.656623111734 -451.7956321695417 -587.6168279058712 -598.4060333419216 -661.7282824689311 -790.4458172507808 -857.5164778402373 -778.8603559021028 -766.9940650172259 -703.3700289195816 -678.8007743428708 -787.4058181331161 -871.4458111674909 -811.0163148683279 -777.929180732241 -776.6429316587727 -720.0054247379983 -488.2600226513541 -293.5794400646556 -158.01284439325147 -92.67537216861604 -111.03920693183797 -92.72726680672784 -222.80306707029413 -347.0497255370543 -468.1215959831069 -586.9950722707549 -596.1191542022177 -661.5923915384941 -789.6173262969176 -856.8820357679981 -782.0136428551995 -770.0230875245821 -701.8388905711626 -678.6196767466562 -786.0652100020905 -874.7978105406503 -808.4659614889009 -777.9253210516822 -776.2577485469974 -720.1411358662942 -488.1433405515191 -293.3293187142975 -158.22969059430022 -92.7272603822443 -111.03902285030904 -92.67550147125618 -220.400320546601 -364.6368367825722 -444.02312373283775 -587.3391760672185 -598.6548327308375 -664.7037084722565 -789.8020804086876 -857.5438440611812 -777.2231744473371 -765.5728163814774 -701.3511488212206 -679.7536965110481 -788.9408850721115 -872.7132513831314 -809.5425667667573 -777.8042512220004 -776.1195312830174 -720.7127593135497 -488.0437310709002 -293.1436599225535 -157.83102906517627 -92.67540218816576 -111.03923640243804 -92.72741575461792 -220.39992564166243 -368.3657617637691 -445.4043012461503 -586.0932543674702 -595.1311066425396 -659.8171941021958 -788.7544138871243 -865.3671372003467 -788.0137689454864 -773.6273587302057 -706.8899442137204 -688.80075424864 -800.4713726325788 -885.8959259651696 -820.7919872173791 -791.6647000548795 -785.0461981584076 -720.8943922248875 -486.3034827965423 -291.581004501706 -162.11673075050106 -92.67548129744 -111.03915631547883 -92.67560137490555 -207.27530526375364 -348.98831643278754 -462.5291941059977 -466.5141923129971 -517.4231068324664 -669.8187722712718 -787.7477982166262 -832.3147745866594 -787.7437715984241 -767.7520042967269 -698.743240761611 -693.4560184294542 -759.5373402573827 -911.6722789182148 -867.5574881485413 -829.0018535685028 -748.6087725321087 -722.4756521045989 -485.3516153944407 -299.6385123674887 -171.41620950230708 -92.67539023564564 -111.03921892262868 -92.72716951795944 -207.0934687094696 -348.8589622673959 -462.5935451876933 -467.4383510779091 -539.9609525652114 -535.2148912649099 -756.715554363104 -843.022296762407 -757.202407056252 -754.0367639473574 -675.4180849376669 -667.8974382576521 -740.5199015221773 -833.609134101584 -792.0246212824322 -741.2453266387458 -733.4046600656395 -674.5341762820799 -451.3381303845109 -283.5635047243111 diff --git a/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv deleted file mode 100644 index 6b96d4f..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.13415405367195055 -0.07256750562144536 -0.08689813940301311 -0.07252701125097051 -0.15797217005318034 -0.27290039337821764 -0.36190539372059743 -0.3651641180770651 -0.4234844447551431 -0.42034068768803223 -0.5957401635933854 -0.6648354446262424 -0.5949937647960761 -0.5950636773113027 -0.5335719040069068 -0.529018946025052 -0.584640302106197 -0.6575535509468237 -0.6274244656328339 -0.5882612218722788 -0.5826119815853306 -0.5306244512427158 -0.3530486184520922 -0.2209447656609997 -0.12284030825157144 -0.07255011185901036 -0.08689817681922009 -0.07252704785989288 -0.17060767216955652 -0.27570761456761006 -0.34959853567642174 -0.4579321998228669 -0.4690009343044532 -0.5187719302686726 -0.624226577570105 -0.6888415113062268 -0.6297160597102631 -0.618638623013911 -0.5635627361097088 -0.5479051538331207 -0.6334725594609327 -0.7010643013457422 -0.6520229091864229 -0.6251385751961063 -0.6193484178619522 -0.5663059412759734 -0.3801813231329359 -0.22797461900148921 -0.1225474230358716 -0.07252696210572673 -0.08693876231196869 -0.07252695027404742 -0.1696826828243701 -0.27606015818456314 -0.3496767803413465 -0.4581085713642717 -0.4700946295613703 -0.5188443882677912 -0.6185241289853608 -0.6793300588414967 -0.6189025762586337 -0.6078410696956127 -0.5505661440467481 -0.5392468294547897 -0.6208067918051553 -0.6889465250936463 -0.6416342262726339 -0.6118528474436692 -0.6074084919451209 -0.5620750691840909 -0.3812379404686913 -0.22905926922074873 -0.12256045269261008 -0.07252958552200647 -0.08689821169077354 -0.07252708163092672 -0.1699318929545959 -0.2761741457061554 -0.34980789316468164 -0.4597774777603101 -0.4674088173235791 -0.5183557092500706 -0.6189310996783473 -0.6779464820056152 -0.6165636817735952 -0.6085765352963911 -0.5516406914692721 -0.5312417600276698 -0.6191482814522469 -0.6891721270726362 -0.6381823941036356 -0.6125993596504401 -0.6085463619673445 -0.5619807959150552 -0.3809378916554115 -0.22876673953232565 -0.12237159650647192 -0.07255275005537365 -0.08689820987634701 -0.07252707985531662 -0.17167036645790845 -0.27165040085162767 -0.3660325607428645 -0.4585980743445755 -0.47035904611020996 -0.51734255367784 -0.6180352923144365 -0.6819885240013348 -0.6232442015927104 -0.6117726789571081 -0.5561132145540358 -0.5323610565399562 -0.6162671303191513 -0.690111303290934 -0.6393071861762422 -0.6115624399211909 -0.609173448085337 -0.5622851476772123 -0.38142616326789425 -0.22924595886342644 -0.12258602961305705 -0.07252693945265527 -0.08693886254581118 -0.07252685304641573 -0.1710332332341473 -0.2851357680563009 -0.3532073405924894 -0.45975098079531274 -0.4682080639749732 -0.5180590154720545 -0.6186433513437685 -0.6812253463525209 -0.6224327337752272 -0.6135206601731722 -0.5589926677261784 -0.5373711052427863 -0.6278824917223869 -0.6950616234249177 -0.6473014367112386 -0.6202730826766713 -0.619052699115478 -0.567513188406852 -0.3800412442508058 -0.2274144409546341 -0.12693009001613229 -0.07253753273477508 -0.08689821106796848 -0.07252708102144478 -0.16232961708043064 -0.26709058793517704 -0.36829146450414624 -0.364661467030879 -0.4055510261911085 -0.5231975242803242 -0.6168837824660499 -0.6487884433792209 -0.6113842530004848 -0.5986619636760188 -0.5435223913491747 -0.5380648810325422 -0.5897418773580657 -0.7078824621762645 -0.6742774233215677 -0.6429498922375669 -0.5755232568819972 -0.5548639038153172 -0.3808547153503534 -0.23533556142904896 -0.1341789150672266 -0.07253720993781265 -0.08689821109326122 -0.07252708104619644 -0.16439885925274653 -0.2686756925996312 -0.3787484510670333 -0.3662454420639921 -0.4245123416531017 -0.41929954057548957 -0.5876306536033523 -0.6507639796536429 -0.5844935943513913 -0.5826089891542195 -0.5211361424975128 -0.5173296014213994 -0.5742690204634964 -0.6479124768178051 -0.6163459933206952 -0.5753139591247616 -0.5726942195626642 -0.5294872133358689 -0.3531314969190247 -0.2221233471246066 -0.12349107201200571 -0.07252710824433282 -0.08693876875878356 -0.07252689818561742 -0.17185814557621268 -0.27155161141639067 -0.36629329463556726 -0.4591559704492138 -0.4711725467726104 -0.5190691213026764 -0.618108983177253 -0.6737034622956721 -0.6172747262392518 -0.6059012690751912 -0.550415551896741 -0.5312619783640634 -0.621256745656173 -0.6878279289018318 -0.6397306463690365 -0.6095297141060614 -0.6087526427143584 -0.5635563377853557 -0.38191111038668935 -0.22956646309039516 -0.12235484311669242 -0.07252704715619337 -0.08693891836316363 -0.0725269398140149 -0.17187239662229062 -0.27159356157054976 -0.3662883896672312 -0.45926944787662466 -0.4679909878905161 -0.5180282153628247 -0.6169784923787928 -0.6813214116361106 -0.6244517199888573 -0.6135206445283637 -0.5602332702303014 -0.5385976380357135 -0.628670270378985 -0.6972094995930961 -0.6471941257085981 -0.6250197589564243 -0.623801019847988 -0.5723966406924677 -0.37978498409326666 -0.22699231633178138 -0.1225787312039993 -0.07252816048013278 -0.0868981782228544 -0.07252704923329195 -0.16531705226495566 -0.22656128886213864 -0.30662960573749265 -0.46242834166439983 -0.4915727869933271 -0.5567240507882519 -0.6734002613857282 -0.6996116184661328 -0.6422352656914913 -0.6440614069821164 -0.5937888033230962 -0.5759617217947095 -0.6535269267508773 -0.721111717086869 -0.671367162084028 -0.6330989656179736 -0.627664585117626 -0.5733603651480259 -0.3801483518709296 -0.22790522109166542 -0.12281871565487433 -0.0725270352730498 -0.086898283121105 -0.07256765034696804 -0.17279665375801936 -0.27710929792987166 -0.3536498790085334 -0.45927276958479535 -0.4694184533466768 -0.5188083427244303 -0.6209207283417872 -0.675794402034469 -0.6148213165057289 -0.6072397490214868 -0.5517852176044595 -0.5311258880358004 -0.6100496103718461 -0.6870796332668905 -0.639115057976887 -0.6111086522657503 -0.6089827531331682 -0.564036826326119 -0.38143646475342885 -0.22913382371919666 -0.12232765141117077 -0.07254624311427116 -0.0868982103869333 -0.07252708035379567 -0.17156918438944443 -0.27156527379570833 -0.3660351115837945 -0.45879037006591245 -0.473222184832485 -0.517951753089551 -0.6168877615624337 -0.6838351025490068 -0.6238813382322616 -0.6185306413319817 -0.5640154382403668 -0.5416544265590068 -0.6318484112820707 -0.7005271782071044 -0.6543126692870844 -0.625525284868116 -0.6244725576297303 -0.5746057848430487 -0.37961120971133616 -0.22706309174547104 -0.12684685203866486 -0.07252921977266645 -0.0868981781296338 -0.0725270491420793 -0.1603428700541116 -0.2236946155070351 -0.31902458302659176 -0.3736969331241064 -0.41202724828987886 -0.537208840779178 -0.6324432158813148 -0.6625470589236966 -0.6267129928374444 -0.6106716282287588 -0.556448032155573 -0.5526182708581974 -0.6039098301467161 -0.7199102729114135 -0.6869059381964777 -0.6574112245087073 -0.5919620171647322 -0.5711968354763205 -0.3796031256110924 -0.23391745085507687 -0.1341525323541856 -0.07254363401344942 -0.08689817686183418 -0.07252704790158898 -0.15773657325065873 -0.27302100582157 -0.36188529374722617 -0.3645013771922741 -0.42059952363863784 -0.4183435186573173 -0.6032008565068913 -0.6716775674002146 -0.6030774749985715 -0.6030450124218156 -0.5415120060765336 -0.5337620511998865 -0.5826604364526535 -0.6592835230684165 -0.628419821501244 -0.5887626828293925 -0.5841759680692619 -0.532147798298684 -0.3526431730496383 -0.220786270509226 -0.12282660971453144 -0.07252702654186986 -0.08689824154448127 -0.07256764140732727 -0.16954042647071987 -0.27570322449296436 -0.34962654012267735 -0.45803539614107186 -0.46872134795404724 -0.5169547227702819 -0.6264561129127074 -0.6910359677427079 -0.6321525718966399 -0.6244418502792081 -0.5731819273434887 -0.5568108386689833 -0.6381227234669392 -0.7065569764854941 -0.6591439468177548 -0.6314366926581793 -0.6300493226310789 -0.5776139813290115 -0.3794899460689591 -0.2271501087567647 -0.12281803964473471 -0.07252703319414937 -0.08689822464402937 -0.07256758456124793 -0.16505610511224017 -0.22656133376681195 -0.306629650264403 -0.4697023911782446 -0.48977229697654384 -0.5491257552695774 -0.644237606751463 -0.7015142301230873 -0.6503668033284622 -0.6391822862038262 -0.5916730449470604 -0.5798522191628502 -0.659454460620011 -0.6920158008747256 -0.6518710103532502 -0.6419238185554712 -0.6331860486002799 -0.5819070976545296 -0.3810787755151204 -0.22689030806987673 -0.12254601016934774 -0.07252696514521476 -0.08689833394688047 -0.07256766675875524 -0.16663753531105457 -0.2265613279015428 -0.3066701316647547 -0.4670373089251219 -0.47543661664935366 -0.5246380029822465 -0.6353845551531332 -0.6956902043033111 -0.634716673439713 -0.6267775184422382 -0.5732327638361057 -0.5541149277908346 -0.6346945546225888 -0.7063097086058487 -0.6568711269406846 -0.6301677581370836 -0.6281255226956329 -0.5762178398501341 -0.37971150779179047 -0.22730353762224922 -0.12258253311441326 -0.07252691005516718 -0.08689824699513538 -0.07256764724086968 -0.16950401879471805 -0.27591630529363426 -0.351950338850044 -0.457028340037573 -0.47252277454178393 -0.5218080642187913 -0.6273045254433003 -0.6906233460746105 -0.6313558561296757 -0.6199393215710258 -0.5642787507302103 -0.5454573797467447 -0.6334629216002875 -0.7030232510430472 -0.654793209436298 -0.6277416999456279 -0.6260156113102803 -0.5741712796644769 -0.379824557519056 -0.22735042174848452 -0.12263513046629401 -0.07252703275537543 -0.08689825721443334 -0.07256762246946485 -0.16961479347712718 -0.27596016652311767 -0.35191555410057784 -0.4585483973453949 -0.46923056921528283 -0.5175626885806512 -0.6216442627807809 -0.6872275710418452 -0.6274395558845188 -0.6160034783665524 -0.5612583844605902 -0.5383803611568532 -0.6192460372608576 -0.6966547650989734 -0.6501426695912207 -0.6219846292225231 -0.6197556486880295 -0.5675505258363647 -0.38050957715199113 -0.22807349407751482 -0.12691421265057262 -0.07255051856628562 -0.08689821005065687 -0.07252708002625001 -0.16235348709619815 -0.27320205465437236 -0.3620777812961133 -0.3653784564008056 -0.39915856440591113 -0.5246389218103704 -0.6146514752674967 -0.6507300686307429 -0.61375458766007 -0.5981221219833496 -0.5436916338944746 -0.5371717896821654 -0.590911759755887 -0.7099802902885448 -0.6795587687532382 -0.6496930404335967 -0.5844429895701719 -0.564015643321204 -0.3804838543808544 -0.23455058600393922 -0.13387018555331814 -0.07255467416932222 -0.0868981758916606 -0.07252707950725558 -0.16214384588313532 -0.273138118643828 -0.36200251417190527 -0.36489142222515125 -0.42173089173518397 -0.4194909358120686 -0.5969899580726729 -0.6648002443944688 -0.596537948399794 -0.5937351738498321 -0.532290900332244 -0.5265716613446129 -0.5818449709467729 -0.6582753918630184 -0.6294837401132066 -0.5901364966447286 -0.5863601309515472 -0.5351527646078408 -0.3517722989277004 -0.22072064897895793 -0.12253809854654042 -0.07254170011093763 -0.08689821074151492 -0.07252708070197504 -0.1698765887977059 -0.2758928285033345 -0.34963682857419065 -0.4585261580135749 -0.46916207155227707 -0.518564836713699 -0.617666013681621 -0.6744444949187264 -0.6169724577730108 -0.6042729850511355 -0.5504075724452397 -0.5307843028199271 -0.614643750443875 -0.6837287952073766 -0.633545386609146 -0.6088390309987469 -0.6111429137151156 -0.5664434369727388 -0.38219879163134657 -0.22965759158678398 -0.12359327656510902 -0.07254940608455045 -0.08689821134275322 -0.07252708128996303 -0.17462243503940075 -0.27370120018457417 -0.3534690869568675 -0.45975938761858676 -0.46911550687908204 -0.5185391614059067 -0.6177049399400176 -0.6707662101457087 -0.6118120172312115 -0.6027426513433399 -0.5479660466953598 -0.5305400440387139 -0.6069839782174876 -0.6840461909139054 -0.6383364098198859 -0.609205005021643 -0.6110924101094551 -0.5662050141809893 -0.3818328630034402 -0.229021144255149 -0.12253759127062831 -0.07253516273791506 -0.08689821125291007 -0.07252708120291616 -0.1716442496516302 -0.27155918157015163 -0.3512532677712946 -0.4592014870039801 -0.47131436505316693 -0.5196859810603812 -0.6187440459308247 -0.6745376242233256 -0.6170208423850025 -0.6061464034322653 -0.5499206913879414 -0.5311528034889581 -0.6155256961209083 -0.6905481807922917 -0.6421044523348061 -0.6115378778410976 -0.61157603671457 -0.5663807604403306 -0.38165261468681283 -0.2287650983422894 -0.12232759913536147 -0.07256757812382858 -0.08689813962973283 -0.07252701111541526 -0.17184497571027088 -0.2714380641271057 -0.3661370054995806 -0.4586741579364026 -0.4720927036634311 -0.5195536623670113 -0.6171433279633396 -0.6771570188870452 -0.6229797184154313 -0.6095771921436102 -0.5529412358099871 -0.533781479241086 -0.6214035417998705 -0.6932930422648489 -0.6491001385914287 -0.6183888899315239 -0.617521669143281 -0.5658215787503115 -0.3811136767685994 -0.22824879817385013 -0.1225341137995872 -0.07252703199606023 -0.08689827987066222 -0.07256760822622357 -0.16969340734546376 -0.2760145773998412 -0.3512527247339613 -0.4581123140975614 -0.47166245328792394 -0.5177541455376407 -0.616591422571675 -0.6817130479429436 -0.621815628510947 -0.6123418430886521 -0.5557975315386089 -0.533057083618708 -0.6168468624032221 -0.6940945774179001 -0.6451902266032924 -0.6182315748902922 -0.6174934613565426 -0.5663160886599621 -0.3813300581958127 -0.22841415054184944 -0.12685106443158278 -0.07252697015425641 -0.08689832686433453 -0.07256748143431423 -0.1629987163251092 -0.2731511186013125 -0.36383821065885 -0.3662826101532604 -0.3985698429462995 -0.5230421748255965 -0.6092207591527748 -0.6415587291197969 -0.6038881650436057 -0.5878421367509872 -0.534156257315638 -0.5282126564084091 -0.5800301960442558 -0.6994695326529488 -0.6692390046289329 -0.6383229683966832 -0.5743743607034738 -0.5596217251130972 -0.38213565827754115 -0.23585215906272916 -0.1336804827327423 -0.07254814118594205 -0.08689821143463757 -0.07252708138016146 -0.1643220039757277 -0.26886258571434085 -0.36375550489207714 -0.3663679285221554 -0.4210145335661838 -0.4220805538828215 -0.5897372698983072 -0.6545622401374492 -0.583664053821172 -0.5845720998037327 -0.5201072609882216 -0.516878125345655 -0.5691999232756568 -0.6455908408442713 -0.6146542284328848 -0.5750547925540532 -0.5731099399190602 -0.5311984796483898 -0.35353185163643697 -0.22241487174689586 -0.12235440567647632 -0.07252694896882832 -0.08693891140134608 -0.07252686208918999 -0.17192961029762563 -0.2716671872291735 -0.3661786134112995 -0.45932728439286147 -0.4715971878386548 -0.5184649222931701 -0.6173298374795989 -0.6696588747656828 -0.610392363848523 -0.6007939970865298 -0.5482302566698033 -0.5287808312859742 -0.6067406046406204 -0.6823355933715122 -0.6342022299570901 -0.6090562822533094 -0.6120094846764214 -0.5677712460033433 -0.3827268483218748 -0.22948953698695856 -0.12232148676520095 -0.07256370662568085 -0.08689823352939462 -0.07252707890695953 -0.1717253857569238 -0.271379258435501 -0.3661991045246965 -0.4594371263541405 -0.47326008601025793 -0.5192548944480647 -0.6180487415090418 -0.6704990077801243 -0.6080978695448359 -0.5994890249705208 -0.5493590594782913 -0.5288346723052394 -0.6103334128643103 -0.6827095466289383 -0.634876710388748 -0.6094014628969371 -0.6122926990980035 -0.568233219002164 -0.38205881740644143 -0.22830149370653172 -0.1225344058399942 -0.07252695506343367 -0.08693893220914617 -0.07252688344103085 -0.16780660455365223 -0.22660184862305938 -0.3066296584618137 -0.4618507581219146 -0.48482509787673517 -0.5383035727710735 -0.6406876341604557 -0.70050815268597 -0.6413736008106942 -0.6266663725748068 -0.5700901197928107 -0.5533373105084033 -0.638471229936793 -0.7058978832080188 -0.6583086252727923 -0.6293958011302949 -0.6292108077014972 -0.5784521790001005 -0.3806650167267751 -0.2274907413735206 -0.1225335554791816 -0.07256756152211809 -0.0868980906827688 -0.07252696358456756 -0.1653179372126471 -0.26981887571803626 -0.3495696614962395 -0.457461941898298 -0.46856844825148636 -0.517494049509301 -0.6193174145874747 -0.6843511314656749 -0.624087533847768 -0.6121165853815695 -0.5556502010757096 -0.5334666910234076 -0.6180958815332342 -0.6944845973180279 -0.6493904924687124 -0.6189936460293387 -0.6173496543307291 -0.5674282577026591 -0.38166400525138644 -0.2282572178444813 -0.12253383519383433 -0.07252699149839781 -0.0869387409215884 -0.07252690631951614 -0.1697229183459761 -0.26558780713509167 -0.3545197418369248 -0.45874434091596955 -0.4721351267379808 -0.5186297372169039 -0.6171602307176478 -0.6802586645151039 -0.6234750932873258 -0.6164437338226517 -0.5588183597771706 -0.5360434770375878 -0.6251354308221556 -0.6969682599184127 -0.6519879826818423 -0.6203527852692202 -0.6211633954699819 -0.5687210856560906 -0.3817682921030176 -0.22831114907944813 -0.12684295144781724 -0.07256749369684623 -0.08689816203098837 -0.0725270330359654 -0.16239985848745564 -0.2733255976569763 -0.3637470436417274 -0.36597930065915385 -0.4000301164121109 -0.5244168828168853 -0.6090797215170314 -0.6424514723082213 -0.6086192758220439 -0.5893105673121148 -0.5350197584362281 -0.5263427832899397 -0.5704033197708276 -0.6976115685545012 -0.66193062988842 -0.6370067032372456 -0.5753451279873315 -0.5609424259389395 -0.382648489873594 -0.23661842070397826 -0.13383258130218018 -0.07252700762087608 -0.08689836369042375 -0.07256752173927138 -0.16363992806167776 -0.282530548424737 -0.36589581789303 -0.36723829488090587 -0.4197696215486554 -0.4192718320125106 -0.5912345131976333 -0.6503427967772326 -0.578676159101595 -0.577836593794992 -0.5199068256491505 -0.5146375324756375 -0.5625981486746606 -0.6410741660042846 -0.6114175257993875 -0.5759008892546604 -0.5738980269492044 -0.5289918451960586 -0.3540538155075205 -0.22314652325097087 -0.12367015073690425 -0.07252699101174857 -0.08689824474836973 -0.07256752341877723 -0.17124937778215094 -0.2888647150059031 -0.3496587327899478 -0.46047512026175674 -0.47563701032951267 -0.5218248561742272 -0.6187713927987536 -0.671483514916437 -0.6081258359174845 -0.5996691417293265 -0.5485832511838971 -0.528299631429495 -0.6048483708992188 -0.6824960127361808 -0.6335771537528337 -0.6097309337472762 -0.612898872328163 -0.5698676850619718 -0.38404889232605127 -0.23043556899835596 -0.12469538469407988 -0.07256751250393749 -0.08689831805412043 -0.07252704243287238 -0.1735594245229706 -0.28703463517824723 -0.35277581229678184 -0.4181056569588602 -0.4680590452386393 -0.5191514820024868 -0.6180881904472254 -0.6709205967220883 -0.6069559110378611 -0.6007539651785064 -0.5471954370312411 -0.5281990325440848 -0.617314701516547 -0.6912571747596856 -0.6412540448352118 -0.6144877594081519 -0.6139860906538036 -0.567931420936873 -0.38238232935659916 -0.22870782560828878 -0.12358799255385063 -0.07252692739339933 -0.08689830138770362 -0.07256762090334173 -0.17375267816328938 -0.2715776999486242 -0.3663311107874691 -0.4169379901570465 -0.4680141805327748 -0.5187199967727399 -0.6168863095820767 -0.6737500394464703 -0.6131184531065981 -0.6021170034711013 -0.5473937284916275 -0.5267981001924698 -0.6049013107837209 -0.6436701929471722 -0.6379655285656316 -0.6095092400323124 -0.6118034798507014 -0.5694846628668058 -0.38356655433105263 -0.22989384008941308 -0.1223164985137043 -0.07255614270447763 -0.0868982108525519 -0.0725270808104067 -0.17169675158514133 -0.2714703233508874 -0.36602602893969577 -0.41642525323331053 -0.46858787833318427 -0.5182365426239655 -0.6168507460149105 -0.6833048705285953 -0.6234804601213773 -0.6139465158706265 -0.5573751010813929 -0.5349935010938188 -0.6155049757060786 -0.6543674146599823 -0.6484428955103977 -0.6189434413276388 -0.6185584416190257 -0.5684538518419586 -0.3821149131571309 -0.22856143301761778 -0.1228176525400036 -0.07252702110617451 -0.08693877316392983 -0.07252693553422657 -0.17165810112543753 -0.2716639717809887 -0.3661129890183615 -0.41473440733743505 -0.46645515307989205 -0.5176622964693504 -0.6162503308596657 -0.6756009508398876 -0.6188872753020193 -0.6074217736152028 -0.5501139064292172 -0.5295069124225084 -0.6097551698891504 -0.6412220956148466 -0.6365612019597752 -0.6085914078034496 -0.6123669796581998 -0.5693979248385301 -0.3831789582182768 -0.2292821024202477 -0.12684203968284133 -0.07253670477606104 -0.08689821113219272 -0.07252708108493365 -0.1629574365505346 -0.2731088197776413 -0.36372204194983737 -0.32392841578085446 -0.3985029684281587 -0.5236475468408551 -0.6088619807946346 -0.6435053520801588 -0.6102857773884196 -0.5936295709977095 -0.5442921471535398 -0.5347086710887531 -0.5830568791735707 -0.6687176574062291 -0.6824241374276155 -0.6557987327426482 -0.5898883080321646 -0.571387296343078 -0.38029130496846064 -0.23406868849650922 -0.13409214194175928 -0.07253978884326881 -0.08689817763198895 -0.07252704865515373 -0.15786858892397107 -0.2669154965630551 -0.3681477519754156 -0.32247087888036885 -0.4185587487559567 -0.41793699001351375 -0.5908595199216687 -0.6559351469794622 -0.5842605307421085 -0.5802470257444912 -0.5194652744311745 -0.5142074872459297 -0.5623022216998721 -0.6006922550411066 -0.6119405365651347 -0.5760649743094791 -0.5734521737487236 -0.5283944446850388 -0.3532408230365703 -0.22243263669254723 -0.12385048031977615 -0.07256758851493994 -0.08689812646373268 -0.07252702259825235 -0.17355741331581137 -0.2870388948097275 -0.3518007399524383 -0.4170576308397916 -0.4728179651522535 -0.5197171294699134 -0.6170034011654486 -0.6705045237986161 -0.6102403039447248 -0.5999035399638702 -0.547625254451064 -0.5277615681008864 -0.6118829706192439 -0.6446935504880577 -0.6396335150641798 -0.61142585480528 -0.6116856845713974 -0.5694985169649074 -0.38283590511731247 -0.22902285342934964 -0.12383801966358995 -0.07252700451945268 -0.08693875510184518 -0.07252691916725905 -0.17387872920385916 -0.2716238980647388 -0.36632224584096706 -0.41678117930924075 -0.4668201449608393 -0.5185670834005216 -0.6163412647850863 -0.6756637415531807 -0.6185501138082472 -0.6111638240016158 -0.558247733683197 -0.5378613938868929 -0.6176604071615831 -0.6543203041082823 -0.6514025143579463 -0.6297681054771119 -0.6315985656569608 -0.590409876904038 -0.39583632265495217 -0.24572412141602656 -0.12282743821331729 -0.07256108504873907 -0.08689820859866382 -0.07252707860663363 -0.16946373142023025 -0.2265613486561258 -0.30662960587863136 -0.4228800073634201 -0.4866058899342254 -0.5407100709494963 -0.6402876097719744 -0.6979045835265506 -0.6334974840526281 -0.6228140441039737 -0.5663406371950883 -0.5427878919605198 -0.623219974576211 -0.6605596215862769 -0.6548484152174647 -0.6272398174480727 -0.6274712824127989 -0.5786027748324319 -0.38160819601628393 -0.22786391089365168 -0.12253676613830086 -0.07252701815725786 -0.08689823318085528 -0.07256763245817469 -0.16967402147823063 -0.2760429901263274 -0.3520848477374749 -0.41552905449242045 -0.466728492826931 -0.5181525415708087 -0.6165603056743237 -0.6843941645217795 -0.6233027683374249 -0.6122213719672531 -0.5558413742293701 -0.5335644797165234 -0.6174976344885184 -0.6518947435497435 -0.6471714171592649 -0.6204256951040934 -0.6204842659946767 -0.5710334441627095 -0.381777088503689 -0.22796237882842005 -0.12253591085776608 -0.07252699029370199 -0.08689834666032246 -0.07256768052186183 -0.1695455908908577 -0.27589419085264166 -0.35186950010596646 -0.414603693669046 -0.4653999258111503 -0.5194649744827085 -0.6315430889444421 -0.6935474300419747 -0.632074587317848 -0.6207943032244444 -0.566692976900954 -0.5442973968410182 -0.6210365865168949 -0.6589927147971734 -0.6552865307663153 -0.6271553805833358 -0.6282924945812222 -0.5791374110373392 -0.3812200748913638 -0.22745428243526353 -0.12685255009105764 -0.07252695198832243 -0.08693875134348802 -0.07252691576232399 -0.15927007300710488 -0.2730471651183832 -0.36192773821788987 -0.32254791504139635 -0.3991673806574143 -0.52431724011563 -0.6167044548185763 -0.6536935153505306 -0.6201485730424072 -0.6039484966167367 -0.5507615478798025 -0.5420551507342659 -0.5852567998118317 -0.668203134015196 -0.6808959510278814 -0.6563914876995066 -0.5884630968182508 -0.5673494305388337 -0.3805845721579268 -0.2347386208898465 -0.13409320842545036 -0.07254163301831348 -0.08689821029902403 -0.07252708027011515 -0.16207249507692054 -0.27301741298359855 -0.3619214574632944 -0.3217237992146825 -0.41635690118697544 -0.42045594276266063 -0.6041218954771505 -0.6723388218510772 -0.6023904046112476 -0.5989161441773079 -0.5386798448534293 -0.534570697556297 -0.5850690982781116 -0.6186134795020378 -0.6316350041309879 -0.594861960849181 -0.5915524152240683 -0.5406930563211928 -0.3518383440342645 -0.22028799491508436 -0.1229131418600923 -0.07252703182452609 -0.08689827970000087 -0.07256751637577347 -0.16980922176889707 -0.2757573547802078 -0.34954944840971536 -0.41472330017188525 -0.46659641190496415 -0.5172176001444737 -0.6279940145232845 -0.6915048099702926 -0.6323091640807956 -0.6231053066005892 -0.5657080083774474 -0.5399823274058752 -0.6219126172071339 -0.6599651236186338 -0.6511374584880059 -0.6180939815058064 -0.6155534887087961 -0.5687779926640655 -0.3827410344178855 -0.22921465828670715 -0.12282597667898504 -0.07252699630093506 -0.0868983525642548 -0.07256750956076685 -0.17385114711242072 -0.27355932483707995 -0.3535372418847234 -0.4137001970786742 -0.4684476021445884 -0.5192473885423905 -0.6178286800854471 -0.6708661236886959 -0.6085844879104604 -0.5990730806244176 -0.5490246175051405 -0.5291689878535595 -0.6032947371156175 -0.637364276929171 -0.6361093243354354 -0.6087561262044304 -0.6120382552657723 -0.5693882029331693 -0.3829145550325058 -0.22909988204451676 -0.12383672367201491 -0.07256739990225129 -0.08689819276621756 -0.07252706311281948 -0.17186775917961788 -0.2854138198349047 -0.35466527058705644 -0.4151484786672326 -0.4664489915463822 -0.5178085379480102 -0.6286638395377242 -0.699255830835867 -0.6189304995881428 -0.6215651271143431 -0.5750906184383271 -0.5520888572943089 -0.6362045730553849 -0.6776315842034502 -0.6775475675987235 -0.6519876130145354 -0.6372248341172453 -0.6028295256681481 -0.39826818462960895 -0.22742536977634523 -0.12252459531724065 -0.07253206374139938 -0.08689817787856692 -0.07252708144177601 -0.16945133827359807 -0.22656135187024698 -0.3066296058845595 -0.4232216294552924 -0.47428590694489126 -0.526753344427828 -0.6268767415101332 -0.6909347179879898 -0.630936240938981 -0.6186398087515648 -0.5644453281566043 -0.5419183041953982 -0.6260242298213924 -0.6581859141543659 -0.6519888459826992 -0.6241136485034484 -0.6230691054715581 -0.5715601093613509 -0.38183881282572174 -0.2282804105975569 -0.12281459424129366 -0.07256756840512996 -0.08689813072236324 -0.07252700239995895 -0.16983720060311064 -0.2760759424655313 -0.35198496102143023 -0.4116055118125212 -0.4661569062407714 -0.5179277700528995 -0.6168413115097925 -0.680515740883014 -0.6224992985435197 -0.6099748923330275 -0.5556000471670715 -0.534066239332457 -0.6130741872214169 -0.6486658645612358 -0.6443281498712752 -0.6186571931831876 -0.6171113426186051 -0.5679625628115137 -0.38222828917163904 -0.22864892768590708 -0.127133561481368 -0.07252944533744009 -0.0868982117019559 -0.07252708164167582 -0.1642447918234154 -0.2687443772828987 -0.36371834358054095 -0.3222833277838496 -0.3966170327883332 -0.5234877828107307 -0.6092634338731026 -0.639383792762266 -0.6050728196314992 -0.5862140128258394 -0.5333636235568079 -0.526248409417239 -0.5716740797711376 -0.6564688951935221 -0.6683292495998261 -0.6425092500077197 -0.5745167085837293 -0.5600610976864668 -0.3818269336894607 -0.2357493799444397 -0.13362261728656977 -0.072526982537561 -0.08689833903716969 -0.07256749475601607 -0.1635996662071727 -0.2824411835546487 -0.36583369768841806 -0.3201066979901179 -0.418252867704854 -0.4185924201714732 -0.5902800676144335 -0.6562231136888806 -0.5864117039680815 -0.5844719939382212 -0.5250149584911468 -0.5161512878853076 -0.5715491509526797 -0.6085011960154871 -0.6206954904098443 -0.5829688934536381 -0.5786806872532905 -0.5267828071672086 -0.3519017316792133 -0.22100031676671297 -0.12283715069907339 -0.072540307092628 -0.08689817759069532 -0.0725270811614076 -0.16967559570268345 -0.2757318785164542 -0.3495542199982557 -0.41392619386402035 -0.4653208788593542 -0.5168162748803852 -0.6162202599655849 -0.6811168563759875 -0.6206766753647797 -0.6107578596234682 -0.5539408457375774 -0.5325980838962379 -0.6136761644232168 -0.6515138999860126 -0.649894159855014 -0.6173709267155509 -0.6150441653112289 -0.5681024351262957 -0.3821181343672584 -0.2288694122686941 -0.12277992543296905 -0.07256500735531089 -0.08689817694485326 -0.07252696122848191 -0.16985874195011239 -0.2760785475989461 -0.34968457396653885 -0.41182301083519707 -0.4670863372356681 -0.5177181999217783 -0.620310548424408 -0.6855094638654448 -0.6280824322960097 -0.6173049612586862 -0.561154740519605 -0.5399433125525213 -0.6180553397874069 -0.6493703477855772 -0.6522321350937773 -0.6228747899552126 -0.6219146577180781 -0.5697509849073147 -0.38151787590278113 -0.22827715431551893 -0.12252262575291825 -0.07256179621003159 -0.08689820917050022 -0.07252707916263826 -0.16964130294510463 -0.2759814626332743 -0.3511977624552259 -0.4111030800323685 -0.4658018574829949 -0.5173600825869366 -0.6182044784038577 -0.6839473014186702 -0.627228145831687 -0.6167070129844447 -0.5616286148892686 -0.5397413620145389 -0.6199055885688127 -0.6520300565643729 -0.6538088038705828 -0.6256225379833739 -0.6249952163592571 -0.5737215537695933 -0.3805455671006589 -0.22723476421358202 -0.12282324701336467 -0.07254309272845733 -0.0868982101739477 -0.0725270801451725 -0.17019171127058932 -0.2686093070594723 -0.35244502781540293 -0.4105152469841871 -0.4654739591415486 -0.5201328583534854 -0.6281216261912737 -0.6908401624768431 -0.6315469929363371 -0.6223546153827392 -0.5663474345348505 -0.5438425664401596 -0.6217973030784438 -0.6509278237847693 -0.6563657674775861 -0.628147761553845 -0.6277093741186847 -0.5773507901181549 -0.3806025004003747 -0.2273521197701335 -0.12253348604117333 -0.07256747725627816 -0.08689808656681872 -0.07252695919650025 -0.16660433504209954 -0.27574136562181606 -0.35100455431375405 -0.4133182786972509 -0.46543866258091116 -0.5166804302017215 -0.6184943815528096 -0.6829438951320801 -0.6226944399033656 -0.6116657017126029 -0.5543172831486707 -0.5310955446047889 -0.6092100729390669 -0.6428253445431782 -0.6431051126976581 -0.6132927126557111 -0.6123356894911873 -0.56725006332723 -0.38230295984988516 -0.22915912471162334 -0.12685203060348285 -0.07252697405312183 -0.08689822238772789 -0.07252709209942601 -0.16224745213402839 -0.27316090957620626 -0.3620453288054465 -0.3215349650104418 -0.3970552954361835 -0.5233541921940293 -0.6097116304414413 -0.6420022156555719 -0.6064537873860608 -0.5905168287937017 -0.5355561668004959 -0.5295940476502743 -0.5737124635886827 -0.6611501248334825 -0.6743743533520675 -0.6456936155599321 -0.5773109778013308 -0.558815655902869 -0.38133289196884945 -0.2353691859606915 -0.13396011914285855 -0.07252706027192148 -0.08689830792108984 -0.0725674607038693 -0.1621640195848608 -0.27319106856005027 -0.3621235297649791 -0.3203821258036061 -0.4182252131326766 -0.41866286433390865 -0.5897570815410361 -0.6540141289751467 -0.5862852619612273 -0.5848853277385384 -0.5233987413331677 -0.5135078988041708 -0.5655611176086077 -0.5984314657933278 -0.6147103151993174 -0.5748623797849345 -0.5731362407643276 -0.5307282193729962 -0.3534010117426308 -0.2224245937281497 -0.12233758821927539 -0.07252699029251994 -0.08689834665826329 -0.07256750309780827 -0.17165030668998818 -0.2715597850677055 -0.35129841819415036 -0.4116012418798935 -0.4672025649410373 -0.5178096821855126 -0.6179795849582361 -0.6744306382678547 -0.6157451779769132 -0.6050266966228769 -0.5482827782716946 -0.5283448624541326 -0.6066421031966821 -0.6340607295295086 -0.6414521609041446 -0.6087516425296096 -0.6117231213842929 -0.5670971650696319 -0.38239907431736025 -0.22955280016117802 -0.1223266002943184 -0.07252711477938388 -0.08693877593452937 -0.07252693804297129 -0.17150649862600803 -0.27157890508460586 -0.3660047262947971 -0.41187089854086134 -0.4673175970335331 -0.517838506451222 -0.6174535689862891 -0.6787568014493386 -0.621656078935098 -0.6120520773346524 -0.5571385474183849 -0.5356392248344718 -0.6150749596796049 -0.6420893439830672 -0.64668675862627 -0.6146265529504044 -0.6136402976189985 -0.5662011130392931 -0.38167795175105074 -0.2289074418596997 -0.12253011295763187 -0.07256750897989424 -0.08689817592113057 -0.07252704662774327 -0.1695942093958386 -0.26546551129868456 -0.35436777532075114 -0.41100414190460716 -0.46552777354544966 -0.5177143403106891 -0.6291465119458391 -0.6929924661270294 -0.6410183796685558 -0.6368413333891123 -0.5828581455550462 -0.5573798773678009 -0.6316508181485512 -0.6530945713505326 -0.656139871247123 -0.6273931165632687 -0.6269555598321692 -0.5756143629674749 -0.37994718174013997 -0.22714498744286188 -0.12253668159158035 -0.07256753511778678 -0.08689813939282523 -0.07252697795926495 -0.16375350490412457 -0.22656135243577644 -0.3066296781093547 -0.4222881155756584 -0.4668018697932817 -0.5272211298144737 -0.6358653939609504 -0.7001628760990364 -0.6503904760465814 -0.6496150644407739 -0.58241874242695 -0.5632570102424912 -0.6423754056901364 -0.6795122363230953 -0.6758033166906343 -0.6528174646586885 -0.6518763757272547 -0.5853339550625629 -0.38046738069972 -0.22684799647345158 -0.12253651878540457 -0.07252692092172205 -0.0868982577181262 -0.07256765871562744 -0.16372183787539027 -0.2265612857705147 -0.3066701577508776 -0.42519137871610885 -0.4718719810112499 -0.5307591582512887 -0.6387296534196855 -0.7007151110488258 -0.6415316282725129 -0.6419266793153536 -0.5884056176599051 -0.5616063271480994 -0.6390550591905697 -0.6446229211934036 -0.6409604551761353 -0.6546361008535476 -0.6549900033311431 -0.5958482317580179 -0.39517489852344234 -0.24826052912989002 -0.12686302471344674 -0.07256758426112256 -0.0868981842634645 -0.07252705479201824 -0.15622360810684652 -0.22369458947873866 -0.31902462891893435 -0.33303985178498546 -0.4113036818099233 -0.5439226222924854 -0.6419280549625394 -0.677273278692553 -0.6122634882868411 -0.6344982514802149 -0.5800813264450836 -0.5661879377511435 -0.6061602849556768 -0.6877922689120429 -0.7091483625319045 -0.6836333410684053 -0.6185383874440934 -0.5900235994112317 -0.3994947160045254 -0.27050700063799715 -0.07256750199381205 -0.08689824320924378 -0.07252693502647364 -0.1533785565723472 -0.266872040446207 -0.35795935355458863 -0.37453643294693567 -0.44104477887477767 -0.458237661527529 -0.6276345252033485 -0.6963957506351863 -0.6216731455713959 -0.6443595130869474 -0.49884526042803784 -0.5052789451493778 -0.5370517247392815 -0.582387089140003 -0.6173207595742163 -0.6150157201934154 -0.6183809936349652 -0.5927997539638191 -0.4155281856631848 -0.2707893606775385 -0.12288854524271335 -0.0725268990496331 -0.08689823613973235 -0.07256759693189614 -0.15980547590324778 -0.22656134518754165 -0.30667013294320533 -0.472998393741242 -0.48671257136603074 -0.5328957384165327 -0.6547758996670305 -0.6831754640149975 -0.6258655592508533 -0.6302801819063613 -0.5840094043634481 -0.5594630610077607 -0.6362209544400916 -0.6567214639022093 -0.6234443503154592 -0.660882403757476 -0.6738197554191929 -0.6295707538349381 -0.4731397481396761 -0.31304028373241244 -0.12286590103954394 -0.07252707563849214 -0.08693890570600632 -0.07252685902154855 -0.1445495930546934 -0.22660182262246936 -0.30662964078990396 -0.5403705810471009 -0.44686660633341174 -0.5348816598190417 -0.7321748026565496 -0.8345044615693171 -0.7888247372405974 -0.790613247118349 -0.7270258219381525 -0.682162331669517 -0.7502711237064792 -0.7767152994189769 -0.6948577416752493 -0.6947709071839666 -0.6759599080388443 -0.6073983700205198 -0.40001213695298515 -0.21939703551662604 -0.1225742942936226 -0.07252697254639615 -0.08693895095489478 -0.07252690071373166 -0.12712316840581087 -0.22660186731117146 -0.3066296989515328 -0.4655788926133428 -0.4840601205698934 -0.5774074646880687 -0.7426847929150097 -0.8156906648326896 -0.7676286483871378 -0.7591382671291887 -0.7230379112044768 -0.6861170979179112 -0.7546098055066176 -0.7820658816576664 -0.7316494501661609 -0.7122300400934368 -0.7087496294233975 -0.6355693974289113 -0.41227915477415755 -0.26932495073296087 -0.12487587412276295 -0.07252700900639793 -0.08689822405296609 -0.07256758392575045 -0.14700271950581956 -0.22656133320077806 -0.30662967319590806 -0.5250228381359151 -0.5392507336023565 -0.5670300639498033 -0.5964628261512632 -0.7337277081546258 -0.5873991734527619 -0.5780772431344847 -0.6369550486083884 -0.6321421611869016 -0.6180990909052682 -0.6542049206415226 -0.6261325276604125 -0.6567753012783698 -0.6635266290713371 -0.622651507349576 -0.4565062632193129 -0.2812957575108789 -0.12254200923603592 -0.07252698886855173 -0.08689820396895245 -0.07256756230751632 -0.12957073154144813 -0.22656131394625043 -0.30662965413321586 -0.4717601673255726 -0.5299929582507804 -0.5786385876788436 -0.6508089559627591 -0.711133488771696 -0.6570610555744298 -0.6508091226018029 -0.5915517747972168 -0.5642072431369223 -0.6270888338005894 -0.6572594472058987 -0.6185564996569711 -0.6347758314004556 -0.6358589134369168 -0.5835276991924558 -0.38296368344581755 -0.22731656642958203 -0.1268561509530318 -0.07256746949602029 -0.08689807948088005 -0.07252691902210388 -0.15625081055787987 -0.22373509899198119 -0.31902466963590004 -0.3304460019321462 -0.4015560979174117 -0.5309957013970933 -0.622537284025162 -0.6578692298588666 -0.6215964923609063 -0.6060880913357856 -0.5518067969987002 -0.5438851299795595 -0.5865914476083475 -0.6599514642746698 -0.6322791607399039 -0.6552903898821534 -0.5903617736183011 -0.571478583366126 -0.3793948657110143 -0.2338673753655766 -0.13385341558640254 -0.07253368447309849 -0.08689817773689411 -0.07252704875771085 -0.15759966566342157 -0.2728932278213356 -0.3617923365737379 -0.32215435327172026 -0.4188871230900599 -0.4244338968918282 -0.6061536920195221 -0.671337052201721 -0.6018390018061375 -0.5996437872358817 -0.5385433140908237 -0.5302544169645186 -0.5800494850248072 -0.6113618093509657 -0.5815365076213258 -0.5892706345358617 -0.5837092750576232 -0.5297002964985328 -0.35330308158165363 -0.22096673334142475 -0.12233581047389366 -0.07252700189988165 -0.08693886453923678 -0.07252681890067472 -0.1696515410147909 -0.276002962915211 -0.34967250969806957 -0.41604594147521334 -0.468286478457347 -0.5163954651880339 -0.620499439870848 -0.6849700341581345 -0.6264287041712093 -0.6183340755115911 -0.5603150106703985 -0.5382527317971599 -0.6173379099631657 -0.6448146923239361 -0.606722825122675 -0.6286690966223611 -0.6274049188872152 -0.5739449769927641 -0.3798989843945932 -0.2277141922010945 -0.12281720414052288 -0.07252701312444329 -0.08693887664969574 -0.07252683006289871 -0.16958803053748664 -0.2759145477816802 -0.3496217792966368 -0.4156002328339469 -0.46542028711428873 -0.5184291889557504 -0.6309655556000794 -0.693969463789213 -0.6342286686313544 -0.6244541364243417 -0.5695775933944255 -0.5459406543914016 -0.6230092051050068 -0.6505148705083083 -0.6050474933671893 -0.6299915778953987 -0.6280413430491705 -0.57640343225198 -0.37951000268825585 -0.2270811609548416 -0.1225425363420054 -0.0725675118764357 -0.08689808440610569 -0.07252699048010115 -0.1637098112455806 -0.2265613317751785 -0.3066296576385162 -0.44214660966197655 -0.4965364929595157 -0.571018561248583 -0.653425663336334 -0.6500446389346368 -0.6191048218620306 -0.6301213202077378 -0.5685980314367737 -0.5159495223797808 -0.5792703787546619 -0.6547185308068169 -0.6153654879216847 -0.6434055106761765 -0.6508196949896043 -0.5898824718164082 -0.43274743950222666 -0.25407393196089656 -0.12256724000223199 -0.0725334846534847 -0.08689821101344676 -0.07252704842051431 -0.16363264456602475 -0.22656135174652317 -0.3066296057616604 -0.4189646481765735 -0.467499688439547 -0.5185700971381315 -0.6296692682699779 -0.6920394770830439 -0.6325858957231103 -0.6205167228440833 -0.5642030376658923 -0.5400486022225202 -0.6176394221979193 -0.642794786542359 -0.600634507465337 -0.6247929897796273 -0.6212750444377728 -0.5682766759854154 -0.3804160894846981 -0.22792354260981054 -0.12254859791831545 -0.07252700465711165 -0.086938828649908 -0.0725268219920939 -0.16666893648120867 -0.2758509123151797 -0.3518535757806348 -0.41498314727618785 -0.46560790227844556 -0.5165815175959235 -0.6195008980108998 -0.6841971366209214 -0.6268822876941128 -0.6158464965600995 -0.55963167334049 -0.5380219857036386 -0.6162956978642308 -0.6404293649719148 -0.595606667348345 -0.6225903663188819 -0.6197738734816355 -0.5663739195873995 -0.38040420519505364 -0.22809843029193924 -0.1269008270046276 -0.07252689993401874 -0.08689826994668623 -0.0725676361717489 -0.159240822178283 -0.2729899749150023 -0.3619693074862944 -0.32151195994524095 -0.396973956453898 -0.5211465649565101 -0.6189684941368768 -0.6543038997887362 -0.6156489461222411 -0.6017574345504257 -0.5483003836789249 -0.539981755629182 -0.5835883757030517 -0.6573389038634214 -0.6270482260090724 -0.6505713905829231 -0.5857156412223399 -0.5666364704452777 -0.3805705978832452 -0.23387063975210604 -0.1339043149256066 -0.07254359278443287 -0.08689821013011052 -0.07252708010185832 -0.15917931239882552 -0.27292008825917546 -0.3618810338261203 -0.32102830358728784 -0.42080910641652536 -0.4174773403522677 -0.5942578826826385 -0.6614184226965065 -0.5919671070285107 -0.590261709312226 -0.5290795534032112 -0.5206103252400717 -0.5703072040522128 -0.6007399767202124 -0.5725509786437334 -0.5807985250147792 -0.5757738036039772 -0.5288440847066438 -0.35249000047897056 -0.22159264872774823 -0.12282559647236924 -0.0725269994409872 -0.08692643728876644 -0.07253929819462793 -0.16949464585892404 -0.2755920960409548 -0.3495964272627591 -0.4137313392840436 -0.4638050457427337 -0.5160785238540042 -0.6173792506520474 -0.6835142789290974 -0.625235654823121 -0.6167823854700948 -0.5576659043149154 -0.5341694789568514 -0.61471751045362 -0.6399458833383824 -0.5989564801581264 -0.6240724421738955 -0.6199153912538979 -0.5674075567651085 -0.38007303005407883 -0.22786875485500344 -0.12289803478183108 -0.072527004998775 -0.08689822963532161 -0.07252709919046725 -0.16677270086580764 -0.27580749971408286 -0.3494243860795228 -0.41461513051026083 -0.46226494272532276 -0.5177743619389891 -0.6297670441642853 -0.6944320452587456 -0.6336595512416167 -0.6322364513411064 -0.5784157513126177 -0.5554820184437281 -0.622386359876604 -0.6525631135704278 -0.6058618643286501 -0.5865262238104768 -0.626443611663046 -0.5751709215224051 -0.3794424869482775 -0.22753383232063135 -0.12258325904875511 -0.07252700685327065 -0.08693886988192183 -0.07252682382592503 -0.16371907792557863 -0.2757049612745244 -0.3494459136442288 -0.41128302328217436 -0.46177892026634837 -0.5203649081328597 -0.6324365939561831 -0.678898769992578 -0.6298319692055719 -0.6259870161193057 -0.5679540262506002 -0.5478775523727626 -0.6063148377261302 -0.6529378357488751 -0.6116913375773428 -0.5900939778170649 -0.6287857403374708 -0.5781015081225711 -0.3809836270649514 -0.22722730053628207 -0.12256638932241692 -0.07254602716544818 -0.08689817713978905 -0.07252708072285444 -0.16371610565735709 -0.22656135116540263 -0.3066296051836018 -0.4185511977330475 -0.4744970997135716 -0.5328415254532792 -0.642043306709994 -0.7056620400476447 -0.6155582423693055 -0.6446357826430751 -0.5908613010601896 -0.5693478592660702 -0.6137678140912953 -0.6388833281525033 -0.6046533519147245 -0.619039540341143 -0.6534114729929184 -0.6032574663078133 -0.39459546570074816 -0.23684021658230203 -0.12254737599536321 -0.07252696424300455 -0.08689830046290156 -0.07256748859868487 -0.16360331586394225 -0.226561329248621 -0.30667013313248614 -0.4274598768040767 -0.4826469953580297 -0.5431666398220497 -0.6551965034313969 -0.6794045660810648 -0.6263694054468857 -0.6244224667416761 -0.5758435251009497 -0.5510442487954823 -0.621955283204616 -0.6444556921673344 -0.6022253006007324 -0.5867334049842419 -0.655008653465066 -0.5907004044331131 -0.38399531333445924 -0.22777513215752968 -0.12686170799664448 -0.0725270100074705 -0.08693883445845167 -0.07252679338921818 -0.1575180540532361 -0.2635248525891748 -0.36474741333697835 -0.3191992575814194 -0.3979040826302294 -0.5318554889092194 -0.6443816095954469 -0.6536210123196291 -0.6225095708333499 -0.6219978356138331 -0.5650947931465893 -0.5453572028480601 -0.5976599398130814 -0.6617319409322242 -0.6401765445411918 -0.6253633999170896 -0.6123850129932804 -0.5922920646240407 -0.3976608255714343 -0.23890190009926787 -0.13411377994223062 -0.07254068052775724 -0.08689817712086831 -0.07252704815627142 -0.15752910321596741 -0.26336943236091875 -0.3646526943738276 -0.3240148381808867 -0.4197088193069659 -0.4254963382640814 -0.6083297289838743 -0.6811953656943978 -0.6083741626672994 -0.6037374741977654 -0.5546246910253565 -0.5532978130806171 -0.5681993669776109 -0.6221902983193407 -0.5899447330494318 -0.5529204471331539 -0.592322374675474 -0.5402490057391618 -0.35141414443269264 -0.2201085194288481 -0.12283932836940048 -0.07256754462852844 -0.0868981144754014 -0.0725270197400903 -0.1637587541288999 -0.27106747642847806 -0.34665420638967687 -0.41031464951545243 -0.4603553344061381 -0.5209079005735918 -0.6363329138829996 -0.6778854998620517 -0.6260295949832488 -0.6317905560885112 -0.5775292517360884 -0.5602617263323744 -0.6300363426561367 -0.6457493125617847 -0.5844748067823156 -0.5987332079635441 -0.6319219379055395 -0.5825806777995951 -0.38358971160695526 -0.2300826703911126 -0.12282529825729187 -0.07252704483518244 -0.08693887226536427 -0.0725268282159851 -0.16235142678371303 -0.22660178940022646 -0.3066296771152392 -0.4290844846143804 -0.4647418403565728 -0.5278922307209892 -0.6380958062582784 -0.700554475348225 -0.6386128100878308 -0.629501947004702 -0.5732430791339997 -0.5488673827932639 -0.6251831971965056 -0.6517772036957813 -0.6053466964005293 -0.5881833885860673 -0.6269245330139992 -0.5773371914619866 -0.37960092280529384 -0.2272546638899948 -0.12233438100312091 -0.07253431024891424 -0.08689821093994003 -0.0725270483512888 -0.1638486205942503 -0.2755270778480572 -0.35094440178045644 -0.409582609038914 -0.46204100016779137 -0.5262571015221851 -0.6461437338881181 -0.6863894638028959 -0.6209612630364941 -0.6325022986449608 -0.5845286048292913 -0.5544440363566807 -0.6261692538304336 -0.6545997672017494 -0.6041233989436625 -0.5892690003497881 -0.6288817428347844 -0.5782836291439363 -0.37945224672173367 -0.22701995490913088 -0.12254250874355689 -0.07252702768341966 -0.08693885364458667 -0.07252681106211828 -0.16496280008369987 -0.26958570402564425 -0.34929059538901913 -0.4095182431375819 -0.4607703864209832 -0.5262645532306973 -0.6500893435221548 -0.6865251739896941 -0.6499299698793324 -0.6446924789336875 -0.5922582015864751 -0.5045224304561995 -0.5894068292867599 -0.6021032900120001 -0.6134256860556768 -0.5931636751875461 -0.6254104171006432 -0.5949436242201072 -0.3919683478909308 -0.23024069631081415 -0.12255371134373841 -0.07256757151040362 -0.08689813915394107 -0.07252701100728089 -0.1648938482472587 -0.22656125141682062 -0.30662964050926395 -0.4538003786673151 -0.5100691540643028 -0.5157220958695448 -0.6270625960958751 -0.7206668588857339 -0.6762492924284806 -0.6754185822944178 -0.6219861506513341 -0.5741968140297494 -0.6411582456675149 -0.6464309559254832 -0.5982133937688177 -0.5770016148119187 -0.6372565850932201 -0.5739417738827479 -0.36921321027773524 -0.2070737565674559 -0.126919107841647 -0.0725269275311292 -0.08689826423731901 -0.07256762718163527 -0.12699074872695343 -0.22369455579041794 -0.3190651417231649 -0.38477907823796814 -0.37631425755525666 -0.5480915765531387 -0.6542317642596204 -0.7049792756303229 -0.668417374520569 -0.6768885454421428 -0.6204993325196683 -0.5960298767820646 -0.6163098306696035 -0.6572883692168338 -0.6465990648598623 -0.6165582170568231 -0.5897470194037678 -0.5613297426463542 -0.3866017289281856 -0.21395597801499702 -0.133833075264085 -0.07252700913676176 -0.08689820061003971 -0.07252707113862346 -0.11970999636790877 -0.23516821103628047 -0.3311711889018213 -0.37563029899836 -0.4809520226987362 -0.39668876906777945 -0.5681470224475296 -0.6393908302831167 -0.5813833396496021 -0.5816705302849353 -0.5507394630957945 -0.5260542021854755 -0.5664511526785356 -0.6342810012351915 -0.5903621659744276 -0.5631658750029679 -0.6036771003834296 -0.580549270223492 -0.38224624828248044 -0.24700794421296465 -0.12283520155031268 -0.07252697118057634 -0.08693885809426642 -0.07252690039656987 -0.1649124458449649 -0.22660186697618015 -0.3066296750264277 -0.4201147926686487 -0.4648590733040089 -0.5287544658548299 -0.6399024143841265 -0.6811363763647122 -0.622708091010426 -0.6199583699134253 -0.5728999007921002 -0.5470589587625908 -0.6239618760660391 -0.6507889832427871 -0.6083484649289401 -0.5907106714247929 -0.6285584151542265 -0.5762187365271931 -0.3792379305177062 -0.22712062273995023 -0.12255627186445409 -0.07252696025709184 -0.08689829652979089 -0.07256766194376124 -0.16505144516513715 -0.22656134265257924 -0.30667012637876173 -0.41984574425527554 -0.4646052412259832 -0.5300476729885476 -0.6381405179438076 -0.7033773427803931 -0.6152400368734171 -0.6145203789607454 -0.5949016442842024 -0.5452705144020967 -0.6181992575024923 -0.6380752049714048 -0.5851944860449554 -0.5867498868047296 -0.6314546240628645 -0.5796543194167336 -0.3841908972090801 -0.22958576811081635 -0.12254033068595765 -0.072526991779357 -0.08689836008756775 -0.07256751779673881 -0.16358206828841015 -0.22656128356878158 -0.3066701621614388 -0.4540475812380296 -0.5077728580344203 -0.5739294177080699 -0.647828884726726 -0.712117117917109 -0.6521609964339123 -0.6538678128501442 -0.5936739278559768 -0.5583509153869146 -0.630549833858995 -0.6533101960739498 -0.5907865744292674 -0.5931941709873081 -0.631522332709097 -0.5786495250997157 -0.38039198585334694 -0.22684671101735152 -0.12253902084155045 -0.07256749219938384 -0.0868980663475408 -0.07252693977638389 -0.16502476771917718 -0.2265708511431868 -0.30662964199226594 -0.41702937198506734 -0.46492087741768356 -0.5262499453744661 -0.6362619261924732 -0.6992854900666613 -0.646969127333138 -0.6102053406153998 -0.5764926964989581 -0.5480584681782372 -0.6252751211356115 -0.6551628056544914 -0.6032972462084802 -0.586753954986467 -0.6289918937825016 -0.5774551688889367 -0.3799626812684904 -0.22721516413953763 -0.12255684582185089 -0.07252700579052623 -0.08693882988077692 -0.07252682312063974 -0.1636528044738012 -0.2265612679034156 -0.30667017990629114 -0.4157481007999136 -0.46603730213338546 -0.5278129165289274 -0.6349474924624399 -0.6997210105031827 -0.6381199553720327 -0.628694369608514 -0.5756155136649366 -0.5614480986901838 -0.6112935561748352 -0.6583262440628834 -0.5596962414891681 -0.5447145580863625 -0.5856928581984409 -0.6287015059563387 -0.40869831865366335 -0.2307591879695553 -0.12685835133670226 -0.07252702448418266 -0.08693890719501861 -0.07252686039582004 -0.15756292881107653 -0.2237350888848943 -0.31902461459710335 -0.3252067961012688 -0.4060022515443494 -0.5380988705540262 -0.6280659449034796 -0.6609670951463308 -0.6248081615376498 -0.6092215910362191 -0.5531263815970997 -0.5448125035361142 -0.5894247014091263 -0.6643676991016636 -0.6352145142098024 -0.612681018453984 -0.5908380132771108 -0.5715084831638217 -0.3795596032153772 -0.23386790586770034 -0.13387312081426433 -0.0725675550178802 -0.08689811845288337 -0.07252699039513552 -0.16215372693545257 -0.2730686340288819 -0.3619694414515377 -0.3191328431521368 -0.41733840629124075 -0.4179522658731186 -0.5900204537520979 -0.6583315244515492 -0.5909853229489038 -0.5913595497559675 -0.531415993263013 -0.5247456635304819 -0.5761396890829069 -0.6059859925064903 -0.5770843851445082 -0.5403421696025802 -0.5819487113903821 -0.529985058015654 -0.3535269901696902 -0.22107975423354426 -0.12280665040673736 -0.07255802956772377 -0.08689820886719984 -0.07252707886776771 -0.1667025473353265 -0.27552557283948487 -0.3494642749849641 -0.40990916310308634 -0.4565427701919064 -0.5145711781871675 -0.628826358870336 -0.6920382502706078 -0.6319720528716827 -0.6225951620370637 -0.577056733958181 -0.5508168574076876 -0.6220006846087178 -0.6474488505281332 -0.5990442270555097 -0.5853577159685124 -0.6259765391152264 -0.5772429982713224 -0.38018499112762283 -0.22695345510607112 -0.12291775707183733 -0.07252693208267204 -0.08689826872934185 -0.07256763201656886 -0.1649709206814355 -0.2265613768400763 -0.306670167484857 -0.4154949312568377 -0.4696321418362604 -0.5292720137084052 -0.6481205762287903 -0.6762862877107515 -0.6256202145514224 -0.62362339768961 -0.5743381855260891 -0.5682370893145235 -0.5796964231848288 -0.603034799969538 -0.6056580432840746 -0.5729936253740896 -0.6453216489866643 -0.5884292524969805 -0.39341219949576517 -0.23062009933388156 -0.12256794006139994 -0.07252699264356295 -0.08689818413416174 -0.07252705501730486 -0.16496332901021804 -0.226561294528613 -0.3066296113550879 -0.41256977763539343 -0.4796224474935359 -0.5556989395760211 -0.6454123268634052 -0.7159022912532617 -0.5878923425595683 -0.5896546204045873 -0.5784080513263309 -0.5573334900185307 -0.6331372311468092 -0.6494384785650534 -0.5554262532928491 -0.599529609087845 -0.6542798948800453 -0.6058338630456849 -0.442124350103849 -0.2725878893388939 -0.12280807951784119 -0.07252701801533405 -0.08689820948167509 -0.07256756823721697 -0.1444786584680919 -0.22656131922958928 -0.3066296358488798 -0.4583508533259749 -0.5128397331057711 -0.49539673504143533 -0.5963425467561121 -0.685628802453402 -0.6306022661411931 -0.6483216027871808 -0.5986655534650713 -0.5057417112191477 -0.5939332229586821 -0.6169149966798639 -0.6278597696060535 -0.5997787580741143 -0.6613290734864109 -0.5985706137689598 -0.3958429630183573 -0.24085137164147094 -0.12260138168329122 -0.07252698773678459 -0.08689820283731078 -0.07255751919607621 -0.15460793532804906 -0.22656131276205954 -0.264277014867919 -0.4115550991208039 -0.4840863252977454 -0.5668381152714302 -0.6526063950838081 -0.6502171447840227 -0.587412484517344 -0.6006524944706065 -0.5267232744012428 -0.5153105292112861 -0.6428982546236922 -0.6036175175402996 -0.6171188316521254 -0.5910941342364248 -0.6511594067452143 -0.5923412985704181 -0.3878709050204185 -0.22973727642800534 -0.12694029870566587 -0.07253004741493567 -0.0868981780568065 -0.07252708161525265 -0.1560150662071305 -0.2236946166425047 -0.2766719395972963 -0.3202547306332303 -0.413790910977972 -0.5647586085417715 -0.6374570727592901 -0.6734951684153879 -0.6458802456497588 -0.5649179501176603 -0.5343221659583778 -0.5281345555348779 -0.5780602676971275 -0.6268415648137391 -0.5820363937293888 -0.6265221725413688 -0.5964137164874239 -0.596181871370298 -0.40410525730229657 -0.2552215202305461 -0.13389016305391027 -0.07255003301689208 -0.08689820956631616 -0.07252707955146939 -0.1559920647530914 -0.26670896975611597 -0.31936923023828667 -0.32830081201988 -0.446097373545538 -0.460473231807132 -0.5698945802585353 -0.6390967932130951 -0.5800947995858848 -0.6082766476088631 -0.5215105862206436 -0.5021031757642327 -0.5481664110241604 -0.5669773306834698 -0.6079604313457178 -0.5644597970000858 -0.5949560976356868 -0.5547816144085524 -0.36215754447275056 -0.22373668620822335 -0.1228105286769552 -0.07252699119735664 -0.08689818268892863 -0.07252705360469348 -0.1624559616372906 -0.265458419908065 -0.29136821429754006 -0.4082829921501108 -0.4620974437137707 -0.5267703293420849 -0.6463844475902417 -0.6941390472120377 -0.6383605432227306 -0.6338134878816981 -0.5902803667850501 -0.5676975411854333 -0.6415657263486082 -0.6608045397425614 -0.6223242950830961 -0.5828636596835085 -0.657202381215578 -0.5998230969402992 -0.38778895551869963 -0.23117834584235508 -0.12255085456428876 -0.0725270229167967 -0.08689817832297161 -0.07252708187347232 -0.1579231550258506 -0.22656135229236593 -0.2642769617455883 -0.4254218678564352 -0.4768522435681428 -0.5513404737614253 -0.662785444028311 -0.6776667173849803 -0.6207799310338775 -0.6293990343895285 -0.5842198235487663 -0.5738342534322398 -0.6199507369290543 -0.6494797140772236 -0.5921877159318885 -0.5925448996077307 -0.6327474772331421 -0.5824066804090094 -0.383361371641253 -0.22730027049377924 -0.1225695611698263 -0.07256754875820928 -0.0868980789207683 -0.07252695207903764 -0.16236641315380818 -0.2265613787458085 -0.2642770093827073 -0.4150074404456206 -0.4857988353352884 -0.5649796953488543 -0.6548881402231717 -0.7140359815616811 -0.5874929476206615 -0.6006591497072542 -0.5685749470382204 -0.5161212747278638 -0.5786703190557082 -0.6630194817613386 -0.6210894380338412 -0.6103498617531302 -0.6427509362792363 -0.6181366998235268 -0.4359099134364013 -0.2583104842556801 -0.12253469834072278 -0.07256469158456924 -0.08689820828382644 -0.07252707829846683 -0.16073980530461868 -0.2265612862047217 -0.2642769585414045 -0.43210298245380946 -0.5050170568013191 -0.5545164513894574 -0.6599817335621989 -0.7133084873589931 -0.6553102825643781 -0.6482219789388503 -0.5930225703710078 -0.5674889658061709 -0.6408644800820383 -0.6646778013096638 -0.6238918551568539 -0.5985908296797425 -0.6384703402705048 -0.628661269534219 -0.44735694798676195 -0.27010912249196717 -0.12253965517325405 -0.07252693777108046 -0.08693889941052849 -0.07252685103905346 -0.15778642903725712 -0.22660177697329698 -0.2642770716705032 -0.46674338386847 -0.5203499297791858 -0.5803854802006385 -0.6489866997855306 -0.6993198264826999 -0.6458634458621006 -0.6362759890202558 -0.5837906076050783 -0.5550319935667941 -0.6247570276494904 -0.6524787910830798 -0.6102029717319611 -0.594400562982653 -0.638694704397997 -0.6174436618712222 -0.41352012799864835 -0.2548301047804077 -0.12686357668892406 -0.0725675237890057 -0.08689812904957764 -0.07252696778552531 -0.15330448647566106 -0.22369460695568547 -0.2766720016610395 -0.3457448072180146 -0.42958784572749126 -0.5704094212592955 -0.6718518877814064 -0.6693089788182259 -0.6436705406155204 -0.5634538195212226 -0.582758077465909 -0.5504729493692369 -0.587223620482354 -0.6553869470776721 -0.6254647037549973 -0.6075835795969595 -0.6306147849017583 -0.6157650246816468 -0.4172778899105531 -0.2644134702572084 -0.13384073581150704 -0.07252705121562159 -0.08693887919144154 -0.07252683459564105 -0.13489412368986883 -0.24312032392211566 -0.2888729614311667 -0.3479467713343894 -0.4375887192889267 -0.43560487554595506 -0.6336717257016136 -0.682209051429584 -0.6214173466222361 -0.6293056338120646 -0.5736079585940401 -0.5047426759242499 -0.5519736727246741 -0.5808386293521368 -0.5379429413571815 -0.5822533896959409 -0.614075701510715 -0.5836429385306939 -0.3825009022384139 -0.2394710434523448 -0.12286331882419418 -0.0725470683184429 -0.08689817656197313 -0.07252704760620131 -0.15498743573660745 -0.24980190464993782 -0.2828481579774962 -0.4112509332556988 -0.48486135175289763 -0.566408069771079 -0.6511355869019781 -0.7091350786726744 -0.6498324424669241 -0.5771661946674287 -0.5257735033441866 -0.5047113014076176 -0.5791988129361619 -0.6031982427123608 -0.6230628709025708 -0.6003997343807258 -0.6397986357490367 -0.6101369846509617 -0.42837527920363344 -0.25113660107097524 -0.12259608697472527 -0.07252700431089736 -0.08693886713998776 -0.0725268212985066 -0.15780254953373216 -0.22656129778431291 -0.2643175329963889 -0.44934987750750266 -0.513537934847531 -0.49634230485019737 -0.6176640608089143 -0.6934334695792489 -0.6307984311759328 -0.6105082397042235 -0.5579424413750698 -0.5367489108637684 -0.6110221400833876 -0.6041771469857713 -0.5584196652911889 -0.6138816538542373 -0.6525955390234237 -0.5991517808634916 -0.4329886394123027 -0.2599537171002515 -0.12255854281267362 -0.07252700505967301 -0.08693886794852192 -0.07252682204528145 -0.15782474976910832 -0.22656126686428923 -0.26221713748803394 -0.4413275393379547 -0.5028711326179544 -0.5736828170329884 -0.6510544098019693 -0.7082388067775364 -0.5873973270985754 -0.6104580962210089 -0.5776227380103812 -0.5362701818980515 -0.5894331632745693 -0.6348568000110687 -0.5556089980670078 -0.6047589034258692 -0.6372927582862618 -0.6134138274059519 -0.41285417508544076 -0.25025182542734686 -0.12257039673810555 -0.07252700814394797 -0.0869388324344622 -0.07252682545927217 -0.15506913339182382 -0.2265613017940957 -0.26077727598243633 -0.42566041795074716 -0.5058129179188727 -0.5564723063629164 -0.5972794185914736 -0.6606599335717678 -0.597794212469945 -0.6103547781917532 -0.5685638782772838 -0.536628672701645 -0.6019580524429552 -0.6144071771689843 -0.5569846346135318 -0.5427334376559712 -0.6497963213631459 -0.6002299976426553 -0.4349733953627996 -0.2690815065154759 -0.12256508256113592 -0.07254536571825472 -0.08689820997459648 -0.07252704739814839 -0.1275683782409147 -0.22656135067298108 -0.26427707398818834 -0.4594260243436881 -0.5058694425986945 -0.49574885317326584 -0.617968932444243 -0.6828816587744538 -0.6402953360257623 -0.6414775397704832 -0.5580333879066267 -0.5286311562182531 -0.5914631604721681 -0.6040586281968373 -0.6186393306268744 -0.5974050847754798 -0.6422691398637151 -0.6172755544840268 -0.41182984364046926 -0.24845682464897179 -0.1268686663939993 -0.07256755421651453 -0.08689808394991276 -0.07252699003581901 -0.14747805833191174 -0.2236945959476222 -0.27400042515408934 -0.3567844091401191 -0.4500575647902899 -0.5836918754989455 -0.6490579659655373 -0.6807616208487685 -0.639240464367525 -0.6281700943655784 -0.5759365312437041 -0.5669801381475756 -0.6104043423080084 -0.6782305966133383 -0.6405339841086055 -0.6139041940814706 -0.5985996603316147 -0.6023350164751432 -0.40008075064922133 -0.24061743878729705 -0.13383674689443453 -0.07252698426234455 -0.08689832021717692 -0.07256751010067308 -0.15027328381296692 -0.2632993120466684 -0.30576730678073877 -0.3312057025997861 -0.4583580331045959 -0.4684356837707126 -0.626761031348748 -0.6285633078765798 -0.5575319234200344 -0.5565343407809714 -0.5080964813584375 -0.5021396723513348 -0.5495282896397594 -0.5795758743777849 -0.5414602951316114 -0.5721426585862879 -0.6072940269540232 -0.5749614166624494 -0.3943739173637173 -0.24277685082462144 -0.12290467934023683 -0.07252689549509943 -0.08689826559254811 -0.07256763148192917 -0.16072894404273325 -0.2265613333280436 -0.26075588974191555 -0.41625556346736114 -0.4791301439458926 -0.5490446239330209 -0.6380986452333104 -0.7066929313781708 -0.6542704930477442 -0.5784976688549859 -0.5266192655398877 -0.5059191744966787 -0.5802745909246877 -0.6672185315317865 -0.6230175734338567 -0.5997915835361531 -0.6468375286969116 -0.589510938074114 -0.4307463414262874 -0.2590496102752212 -0.1225593181717746 -0.07252696074380126 -0.08693876083715994 -0.07252689096764883 -0.1358170741335133 -0.2266018046248687 -0.2633721329928559 -0.45926510288034833 -0.5163843044921721 -0.5603656513010103 -0.6274971659995441 -0.7043646656764733 -0.6587828327567947 -0.6491051267790106 -0.5962980928103747 -0.5837295829147654 -0.6498456909190601 -0.6558749802615638 -0.5989636687386243 -0.5864285081431637 -0.6287567571129082 -0.5830180079272317 -0.4413652287849305 -0.2652788941865024 -0.12255620072841651 -0.07256555451204295 -0.08689820887663516 -0.07252704631664489 -0.12756828022589356 -0.22656134939140585 -0.26409673274967954 -0.4813381129802749 -0.453443378842352 -0.5888399827479797 -0.7279489148141809 -0.8212315746676346 -0.7710338701945841 -0.7884464821182899 -0.7542406861094716 -0.7319914565188235 -0.7692874973421236 -0.7904773370363051 -0.6053248654106992 -0.5908746482591782 -0.6086065094689683 -0.5841030386734289 -0.3964525176087805 -0.2417665117184811 -0.1225621506049615 -0.0725671618403665 -0.08689817548059797 -0.07252704654811945 -0.13209960120480982 -0.22656128623009217 -0.264276982134775 -0.4015886349530099 -0.5251077791973938 -0.5811309384684454 -0.6544807567150953 -0.7179013509340115 -0.6631378506326312 -0.6393768044920706 -0.5825107252782582 -0.5888927540349373 -0.6235009446562647 -0.6513911535039643 -0.6125765935909484 -0.5983172377621587 -0.639937113162208 -0.624161721050297 -0.4468928981231912 -0.2694254888762295 -0.12255798806528334 -0.07252695380510721 -0.08693875331482062 -0.07252688411637474 -0.15784090543551554 -0.22660179735669575 -0.2642769513922238 -0.46767686652646184 -0.5218806381643419 -0.5849140426264992 -0.6552660529511734 -0.7103256430112316 -0.6489959972286081 -0.6547195730817597 -0.5937984441821897 -0.5778318367841697 -0.5797979855817149 -0.6036639852903525 -0.5563156918925117 -0.6142482831862495 -0.6601177342318598 -0.6027161694442489 -0.4455193315333795 -0.27226760377844617 -0.12687727691941442 -0.07256750224222794 -0.08689810937625038 -0.07252698151414091 -0.15036525647192225 -0.2236945872004477 -0.27314269005965935 -0.37663054843649824 -0.3755421900323383 -0.5296980546883631 -0.6603283566633684 -0.7072389404929053 -0.6892680570287526 -0.6917589262881982 -0.6489925100639011 -0.6582205344940524 -0.702015496048315 -0.7513150641706903 -0.7109895822910792 -0.6699898323846734 -0.6431278398632261 -0.6012663486222659 -0.4351927434653039 -0.2850337288121844 -0.13664174762316825 -0.07252701553103796 -0.08689820699873012 -0.07256756556694795 -0.12311578976483477 -0.24490581870269607 -0.3022900557727379 -0.34866889939151335 -0.44900193642558067 -0.4653456102783404 -0.6684733242326031 -0.749572136516269 -0.7250015127314526 -0.7492252802381472 -0.7025484491367243 -0.7081349425390424 -0.7327619726320542 -0.6307133784927129 -0.6619859949057706 -0.5334287501591215 -0.632838100711314 -0.5772250939783169 -0.4026256918938378 -0.27530549334283905 -0.12287289612081961 -0.07252699637839954 -0.08689818786435081 -0.07252709115933759 -0.12489013433498783 -0.2265613058269232 -0.2613831247093635 -0.47751913303417337 -0.4383463948263468 -0.49530228420788897 -0.6206605583048916 -0.6871569277137909 -0.6440025495834618 -0.6354723851526497 -0.5742141353537513 -0.5625960960478175 -0.6281460074340637 -0.6413685290559143 -0.583476952829841 -0.53540590328216 -0.6568223963070372 -0.6062753409812527 -0.4439431042663975 -0.2780500967790103 -0.12256007706944581 -0.07256753715998605 -0.08689814125748915 -0.07252697979117663 -0.12756511264400094 -0.22656135421359944 -0.26317786562677403 -0.4725987876140266 -0.43801474189587064 -0.516909183864698 -0.6280421522599924 -0.7149112922935252 -0.6697858889524928 -0.6858018730711257 -0.6509036307171518 -0.6591736387424775 -0.7238137898413939 -0.7353286332436316 -0.6646542763804502 -0.6368903008460599 -0.6660568049817284 -0.6043474443191399 -0.405172637482577 -0.24112392509265024 -0.12327264861930647 -0.07256750665533176 -0.08689807961619565 -0.07252695276159016 -0.13325526173903524 -0.2265613794011564 -0.2640967474648536 -0.4767796085577726 -0.5253882482884888 -0.5964770017534763 -0.700880578593632 -0.6982563169247727 -0.6578995287379026 -0.6714502570012185 -0.6180800708140624 -0.5958058429545526 -0.6671096586498042 -0.6976815535142146 -0.5540551027770049 -0.5672622828967491 -0.5863135465823901 -0.6113244901555254 -0.4429029708636793 -0.27390929137653436 -0.12287038105296676 -0.07252695357555106 -0.08693893061472116 -0.07252688197204833 -0.13201246134320832 -0.22660184707152278 -0.26337225058264957 -0.45114244031268835 -0.5039887909515746 -0.5645565028437426 -0.6421673434881736 -0.6998475495741933 -0.6480442851256148 -0.6475485002386857 -0.5949976311727249 -0.5708173312158579 -0.5792022747570723 -0.6662308907327799 -0.6231887560149574 -0.6030495128720255 -0.6445382850424725 -0.5948266774778423 -0.42875730394450495 -0.25597464699199485 -0.12259841098968864 -0.07252696238642442 -0.086938925767507 -0.07252684166846338 -0.1466744019494393 -0.22660182429492137 -0.2640967948256433 -0.46193698484440177 -0.522595388534406 -0.4961578126965905 -0.6196638167579533 -0.6748695814188519 -0.5993958155666027 -0.6022307868426381 -0.5591411170372103 -0.5378657641007597 -0.591562728621578 -0.6038403665510311 -0.6258041472440197 -0.6113635521400752 -0.6510525748314095 -0.6032812853566767 -0.44692168415860306 -0.2736023976382016 -0.1268935365511374 -0.07252706231233254 -0.08693892973543421 -0.07252687898785423 -0.13651291024200488 -0.22373509238719047 -0.273751283365326 -0.37152604052285 -0.4559193860895762 -0.5029579394757027 -0.6213221631427421 -0.6486386042357375 -0.6312977593341262 -0.6260446847927332 -0.5997019541227193 -0.5933198651617444 -0.6440400360401205 -0.6808197339263871 -0.6285803182373945 -0.602709159535212 -0.5959959566005363 -0.6046236464941972 -0.42694813168594914 -0.2660271921108709 -0.13386932945401606 -0.07256413037076725 -0.08689817506130067 -0.0725270786991302 -0.12278376799131667 -0.23150033892493538 -0.28839913935506467 -0.3768954684872224 -0.4075149719540429 -0.442036915889244 -0.6064944250683323 -0.6779650321447923 -0.6276306372892076 -0.6260724208124713 -0.5837541593371903 -0.5773472818458008 -0.6181254465705458 -0.629891017620898 -0.5809235493539658 -0.528378143325901 -0.5097450983222271 -0.5073782117183898 -0.33158917883675426 -0.26289303679806114 -0.12286149635051694 -0.07254445927000559 -0.0868981767898756 -0.07252704783060966 -0.13957678814818678 -0.2265612874880523 -0.25939173310571156 -0.4584250230909658 -0.5200447086700621 -0.4955110843836815 -0.596704363581701 -0.6751398646182213 -0.6138481192869057 -0.6141035635874313 -0.5727794490466215 -0.5594693396034766 -0.6355177489249811 -0.658348557877895 -0.5907373297395971 -0.5587617049450382 -0.617658141947524 -0.605732067700724 -0.44335104505546385 -0.2751551392042659 -0.12259153674778342 -0.07252692610427347 -0.08689829563169502 -0.07256766380911725 -0.12752558468207464 -0.22656129036559727 -0.259707344569365 -0.4727932769972504 -0.4604140197201336 -0.5805884504275134 -0.7008277149651861 -0.7793909785634928 -0.7254853281926897 -0.7352825045569512 -0.6892412006265387 -0.6662755884933798 -0.7418715415001474 -0.7626320834884571 -0.712795836901928 -0.6695785866683271 -0.6566038697337158 -0.6464441453712156 -0.4600526899228039 -0.34444374886944257 -0.12901457446707706 -0.0725625106798805 -0.08689820847631968 -0.07252707848478307 -0.1469140428851638 -0.2265613485310397 -0.26362096057035234 -0.47252389693640395 -0.4839379283173952 -0.566544931421978 -0.6843340591307968 -0.7331769590008067 -0.6711397296258292 -0.6600362393998435 -0.602773085786213 -0.5751546547858144 -0.6454044250757596 -0.6723582998012709 -0.6319989519883055 -0.6198244024692765 -0.6264646749371093 -0.6213468386713672 -0.452397848237664 -0.2906439270815957 -0.12258166012233337 -0.07252696838992996 -0.0869387691243605 -0.07252689851865639 -0.12752845954646697 -0.2266018126359902 -0.2636209048356616 -0.48186510348443534 -0.5300958121919409 -0.4968774741354553 -0.6527480028332358 -0.7346385453608975 -0.669749322786765 -0.6757554514449721 -0.6162562699296974 -0.5744966857307382 -0.6074732805771036 -0.6040561313929359 -0.5580395669008235 -0.5413117836818 -0.6255773341217838 -0.622826099830523 -0.46100185117696485 -0.2901577798533133 -0.12254527936406809 -0.07256747659732347 -0.08689811288228334 -0.07252698530251941 -0.1296024582807435 -0.22656129196881197 -0.26308769421076766 -0.4899468596692747 -0.4380711598453432 -0.5283627612253452 -0.678578765354189 -0.7410067362152819 -0.687785631765621 -0.6792782311708276 -0.6517443352914382 -0.6352774214323762 -0.7209570733561846 -0.7222525565365171 -0.6668643623908339 -0.623192083665533 -0.605257876503889 -0.5538886738705925 -0.45760592486859414 -0.2808866405943552 -0.12686667133443125 -0.07252702507042577 -0.08689828797335483 -0.07256747500394982 -0.1254965910660139 -0.2236945817966531 -0.2730480009670331 -0.39154919338982075 -0.3756593295751911 -0.557812795515188 -0.662574215156173 -0.7153629074401208 -0.6870411382312744 -0.6868378183646334 -0.6386870543846481 -0.6438480082382135 -0.6864560425381175 -0.7271420914364652 -0.6675738375933539 -0.6275168136138936 -0.5510934731569942 -0.5570705357649157 -0.3807208188911105 -0.2235442885680187 -0.13388389750577243 -0.07253320017057575 -0.08689817777819582 -0.07252704879940602 -0.12759819359182056 -0.23411206672830004 -0.29893706721409197 -0.3714932990153273 -0.4741828694669076 -0.4622720263337139 -0.6176940990209693 -0.642600403074447 -0.5576271081835245 -0.6379072157267274 -0.4982408385747642 -0.5058897902712063 -0.5506970280388608 -0.6017258597265748 -0.5756225169347725 -0.5535060128369642 -0.5568923873716007 -0.55320040291239 -0.3778168896706903 -0.24649519835339415 -0.12702459258435544 -0.0725269604909152 -0.08693893802774606 -0.07252688880208175 -0.12788526092378505 -0.22660185473068212 -0.2598106628728237 -0.5192965464936595 -0.567220863971805 -0.5648796343631955 -0.6867184488509916 -0.7535082879691809 -0.6814514670243138 -0.6520069949135415 -0.5716146915961933 -0.5497602096402752 -0.6524669564833582 -0.6196739545368428 -0.557784774913218 -0.6295449076356091 -0.6292160226567826 -0.6252616679577532 -0.46345018926481624 -0.28691661216168585 -0.12256381575008668 -0.0725675144296648 -0.08689812050365828 -0.07252695937934371 -0.12757076768708261 -0.2265613339941511 -0.26409673589304583 -0.4962044439306222 -0.5475557540412581 -0.49552196049711184 -0.6432737721052372 -0.7535967391579199 -0.6888634557277422 -0.6713971033631195 -0.6136966986842467 -0.5924306705123028 -0.6651500662540648 -0.6791144391789983 -0.6160028053132817 -0.5648986533651402 -0.5440787499137538 -0.6245119011717362 -0.46506208748290206 -0.295446272608672 -0.12254372952240512 -0.07252699979875797 -0.08693882337622573 -0.07252678317891513 -0.12955617163836297 -0.22656126250665276 -0.2594322394481568 -0.4309269210798001 -0.5004234853836074 -0.5691824072177378 -0.6845282574973329 -0.7575736952079802 -0.6991177727086317 -0.6977466450065172 -0.6544954112465204 -0.637101735849202 -0.7280705062186057 -0.7256387089884125 -0.6777760636257762 -0.6333820298354116 -0.6201024027708951 -0.6114934856968782 -0.42858667658513044 -0.27558469745973735 -0.1244254787816474 -0.07252694732953967 -0.0869389096453131 -0.07252682672813476 -0.13324583318355274 -0.22660180853723108 -0.2640966063589316 -0.4444686334119463 -0.5035477468195695 -0.5640656422762427 -0.6996501322553331 -0.783372951527798 -0.7291731131071951 -0.7329666251359797 -0.7056639609496921 -0.6827120823206881 -0.7630470909096345 -0.7993589878303755 -0.7580198324893762 -0.7295486724075687 -0.727185015854535 -0.7128204948421902 -0.520666043970276 -0.35141876168619635 -0.13078470555750601 -0.07255656571436571 -0.08689820957723483 -0.07252704700847282 -0.16337218668554784 -0.22656128668277653 -0.26005936649737443 -0.5597054609927943 -0.6255068145499411 -0.704300105388599 -0.8027909344199992 -0.8616175537939269 -0.8154600666186973 -0.8234549894734314 -0.7632525068672449 -0.7060868582486264 -0.7580165788385599 -0.7492164492882692 -0.7024903166673435 -0.6511733382486213 -0.6391531710280981 -0.6119793265539687 -0.4304802164986322 -0.2692011828740225 -0.12848054355195312 -0.07256751615888916 -0.08689814903154694 -0.07252705336877947 -0.1255266807236114 -0.22369458781634016 -0.272878833757026 -0.38045575382606894 -0.4506291088744515 -0.568585043473519 -0.58961130988369 -0.6475546647955917 -0.6420776497422747 -0.634661991427332 -0.5819508684141877 -0.5938026386778428 -0.6429227562423446 -0.6975737584293865 -0.6444126423293168 -0.6183062166295126 -0.525555582952567 -0.5351278909704575 -0.446056989592942 -0.28466438574822317 -0.13420220839378502 -0.07252689844822954 -0.08689823554147555 -0.07256759629259915 -0.12460330497539418 -0.23596635626203782 -0.2874512688082675 -0.3506820773762742 -0.48225968819496606 -0.3965307712697982 -0.5903026738871907 -0.6808088819106168 -0.6198299411223613 -0.6359881215837436 -0.5842895113147388 -0.5956920278861966 -0.636754453488946 -0.6579873260628583 -0.6110342602871643 -0.5665952354170254 -0.5726184871372011 -0.5522620954963606 -0.3755724262031015 -0.23428373548891526 -0.12401739208197599 -0.07252695278699059 -0.08693892977055281 -0.0725268811948302 -0.1246902440376519 -0.22660184624967208 -0.263268021091508 -0.3900620590428101 -0.4660711978222716 -0.5066390133795583 -0.6222308151012307 -0.6865210340482376 -0.6230996283285561 -0.6309886159288209 -0.5888980334490246 -0.5576769045709095 -0.6456025027062358 -0.6604359932107422 -0.60193746549272 -0.5666318410101157 -0.5395148101081602 -0.6120480386268731 -0.44046890764534635 -0.26553129375283957 -0.12257464030145138 -0.07252698747505891 -0.08689835586258281 -0.07256769048151535 -0.13580074030560793 -0.22656127756914154 -0.2591932551005721 -0.46585903638850645 -0.5113615826808581 -0.5186607632834643 -0.6491288963621861 -0.7413177297605994 -0.7036347513857544 -0.6929805448676605 -0.6669362097446488 -0.6499181329435597 -0.7382693112243789 -0.7679031055247535 -0.7144743415691289 -0.6590567036049766 -0.6384738101758355 -0.6170033184546175 -0.4061447980042662 -0.21837580664720715 -0.1223936114537179 -0.07254005870827282 -0.08689821087095706 -0.0725270482786222 -0.1302331647484295 -0.226561351609508 -0.2636210539203966 -0.43233339722357367 -0.5080050681121382 -0.5893060043647479 -0.7166525388215785 -0.7998250179391865 -0.7616593598859782 -0.7111315982303402 -0.6672653129514743 -0.6653043085440394 -0.741656845327786 -0.729524000891147 -0.665286507190474 -0.7031050440440323 -0.7053999122552647 -0.6800004530477373 -0.49041030818151216 -0.3375307163906605 -0.12763942971060566 -0.07256756849412428 -0.08689809710537372 -0.07252696987209159 -0.14309167475233012 -0.22656133461377814 -0.2613467421556594 -0.542590639839904 -0.6358940244619965 -0.651074775501069 -0.7655036530554467 -0.8246676409391698 -0.7628658267141671 -0.7746225906508838 -0.6958342469930681 -0.6351126713422983 -0.7316919309641756 -0.7282257430709653 -0.6826323736101766 -0.6375281947653026 -0.6030028036076219 -0.6030107060944709 -0.3899510119666841 -0.20704424325823229 -0.12256874938919358 -0.07256687618141758 -0.0868981755004931 -0.07252704656957543 -0.13210425401343356 -0.22656128625327263 -0.2640967324855866 -0.5027699917485606 -0.4382181906533118 -0.5244671323662364 -0.6500305870710478 -0.7117589601681635 -0.6682753596382666 -0.6696977678855137 -0.5937765448046817 -0.5705656108197807 -0.635165097979315 -0.6613814122768649 -0.6019875526204127 -0.5781625660006191 -0.5699947542863117 -0.5713990986465404 -0.3852749110543426 -0.2779295485796752 -0.1268982933105918 -0.07254850576678123 -0.08689817694586599 -0.07252704798261894 -0.12214433697043628 -0.22369461437778473 -0.27289937041854845 -0.38029963833829594 -0.4471440171203581 -0.5142812628467475 -0.6224663029476 -0.6888579178679098 -0.6685114016130457 -0.6778156882713327 -0.6269036856472378 -0.6435841510132609 -0.6618549795739509 -0.7350024878435696 -0.7247064893936798 -0.6906561263757592 -0.610199079172816 -0.6217577080953789 -0.4285335075115502 -0.2649057462079031 -0.1336465336058522 -0.07256640007036191 -0.08689820813522281 -0.07252704559027029 -0.1272282440548813 -0.2432224229728646 -0.30217607047693706 -0.3805098976510445 -0.5145783053255563 -0.5547225854321288 -0.7437833760763501 -0.8163716586708204 -0.7526948880187763 -0.7687142723226454 -0.7102653824346277 -0.714881079326773 -0.7433055105991295 -0.777339870863388 -0.7418544267254539 -0.6988200686224881 -0.6521559574047823 -0.6639493324517391 -0.4656409603536753 -0.33603430865662043 -0.13321462005582446 -0.0725675262246783 -0.08689813127612024 -0.07252696997163235 -0.1677906055276917 -0.2265613347117071 -0.26078299056952503 -0.5977250040700117 -0.6506821341579242 -0.7375967961943717 -0.8538752336680057 -0.9355169438810189 -0.8940864383342648 -0.8813620572856085 -0.8286037780518729 -0.7905373795100291 -0.8624466014040488 -0.8332636035264371 -0.7834878075047846 -0.7590711485897957 -0.7555191525513275 -0.6999360611772953 -0.4600056594261377 -0.27287948081109564 -0.12234448374243556 -0.07252694785057034 -0.08693874685959099 -0.07252691169979072 -0.12751814848822138 -0.22660179072991812 -0.2640967817173591 -0.45708963487363097 -0.5073368209712275 -0.5658325883878856 -0.6436925877949993 -0.698755826105128 -0.6413652523022504 -0.6400266778492157 -0.5861001249233113 -0.5652402067772222 -0.6422463329519233 -0.6023440514790347 -0.6220134925102124 -0.6025810011612691 -0.5985111759289852 -0.5942708279831111 -0.4149944338385365 -0.25600556206707964 -0.12262901363266379 -0.07252698685148917 -0.08689820195642096 -0.07254081027069109 -0.1471706650352003 -0.22656131175074784 -0.25929355138705806 -0.452520035423342 -0.5165872607482752 -0.5534565787073017 -0.6599299592567085 -0.7172722584396692 -0.5882219857266149 -0.5895524449790912 -0.5584549043072218 -0.5568381413211726 -0.6327965883447236 -0.6680807207300179 -0.6213538007618775 -0.566659265530637 -0.5456259253061838 -0.6104266096047842 -0.43755850867617896 -0.2496821542368704 -0.12255860849933091 -0.07256750792034787 -0.08689817495865824 -0.07252704568493536 -0.13024452751717414 -0.2265613155085831 -0.25915278326802177 -0.47652961186901127 -0.4381554151129497 -0.5170533521525137 -0.649427479713287 -0.7162054954027708 -0.6638294732525241 -0.6535572299161201 -0.6070695144793352 -0.5758949836947899 -0.6625554852985831 -0.6678243100698859 -0.6082149788273989 -0.5854223807570981 -0.5719340443730133 -0.5632598510595048 -0.3597905122280204 -0.290461071481761 -0.12255122830976897 -0.07252699927588577 -0.08692999527562417 -0.07253569746154476 -0.1320471043803376 -0.22656128351503335 -0.2600999047542574 -0.38902857210569225 -0.49535775091520823 -0.5689332408517441 -0.6790569827217595 -0.7549116575404107 -0.7141937970623715 -0.7043711705542937 -0.6939629605718085 -0.6777522939123228 -0.7573509195134697 -0.773292557729596 -0.7423588104912119 -0.7250537645355082 -0.6939658513457618 -0.6764269717656479 -0.48226184052269133 -0.3354018289035534 -0.13401349578227373 -0.07252702324563715 -0.08693883564316662 -0.0725267944793107 -0.14557545271248287 -0.22369456958826606 -0.27486828559464876 -0.5074030145365398 -0.5869725630305983 -0.7558782566344723 -0.8653141818260585 -0.9089297979274763 -0.8943636684124089 -0.8700904617852231 -0.8196005878448128 -0.8080395479677094 -0.8767072939832001 -0.9548102552859713 -0.9273711089353172 -0.8669113494140694 -0.7833676409684007 -0.7968484868514785 -0.605069790896312 -0.45083053272809115 -0.1474972089123582 -0.07252702757568517 -0.08689821903214975 -0.07256757851907365 -0.18111766095965473 -0.2732469312555598 -0.3585406057306276 -0.5452804555844579 -0.6589909575858165 -0.6591098865383264 -0.8309183803476154 -0.9060874036205463 -0.839641694831686 -0.833945383014816 -0.7746188462656972 -0.7561797798924844 -0.739193107356242 -0.7789745713960919 -0.7472797677844695 -0.6827066815074638 -0.6966898695129268 -0.6709553930729815 -0.4781959028833814 -0.33982476695809655 -0.12807093288025892 -0.07253614986866917 -0.08689821077981787 -0.07252704819113805 -0.12740059797092973 -0.22656128784143306 -0.2640967340587548 -0.4764687714237883 -0.5383828405277493 -0.6136877988820276 -0.7046169835416259 -0.8017952046850422 -0.7871584077432251 -0.7975045652660641 -0.7256784296324359 -0.7033109739105999 -0.7664918266578916 -0.7811300555691237 -0.7255800257629701 -0.6702207370976897 -0.6526920583432979 -0.6508792920916044 -0.46294867808823764 -0.3043243543542105 -0.12622187790269623 -0.0725269686632737 -0.08689830482426512 -0.07256767087556705 -0.12711701607061177 -0.22656135064893052 -0.2591932847634869 -0.439435890633577 -0.5473503841687685 -0.6451132724590732 -0.7727610534027919 -0.8412532314728425 -0.8089377025874397 -0.8120953270654032 -0.7353997038428214 -0.7145469476244607 -0.8087979692105918 -0.8413940243858837 -0.7953076725757768 -0.7399386906906347 -0.7353836851958566 -0.7062328548156016 -0.49859090052307753 -0.32404742256392327 -0.12862680474169846 -0.07255660834623054 -0.08689817572178532 -0.07252704678610007 -0.15950812506019213 -0.22656128646384435 -0.25915270279607133 -0.5205082091707633 -0.5972190556389315 -0.693489995778161 -0.8059625559363695 -0.8671923212261463 -0.7864655072796348 -0.7749471040768385 -0.7366047403201749 -0.7249679877805156 -0.797787568250638 -0.8245022048061366 -0.7551010215493968 -0.705280258144545 -0.7139679960872085 -0.6966815985328393 -0.4597296121595555 -0.2848323544193247 -0.12283625056713107 -0.07256753912901646 -0.0868981094259859 -0.07252698192374564 -0.1320800825775166 -0.22656134629440575 -0.2625693212645149 -0.3891423944513236 -0.45008248184451427 -0.5521028909112883 -0.6714598676314564 -0.7417243327261213 -0.6802208154984244 -0.7103960394762406 -0.6497586262603301 -0.6248931068278373 -0.6990667668160484 -0.7147696672240038 -0.6593216788982527 -0.6193519523763539 -0.6090232184476949 -0.5977663217462221 -0.4037066074368347 -0.2529928955863053 -0.12240326385931571 -0.07253671400734235 -0.08689821113276477 -0.07252704853755113 -0.1303060680463399 -0.2265613518607109 -0.25927225570217166 -0.3958907478988826 -0.45079563500761055 -0.5230481112233895 -0.6562183791740703 -0.7209502923771035 -0.6579808606192405 -0.6649993819131594 -0.6165778139564688 -0.5961501361618374 -0.6819120631493699 -0.724732005735466 -0.6689624874784229 -0.6223412407648661 -0.593998595029244 -0.5829509236232802 -0.38832909765316614 -0.20686333332699924 -0.12666650870761612 -0.07252701876806558 -0.08693877061910052 -0.07252689988313164 -0.12548353721512948 -0.22373507868503914 -0.2729683154576034 -0.39255782761428887 -0.4039083333134847 -0.5719241031468784 -0.6801000835678922 -0.7182365181718595 -0.695772565835616 -0.7184413730351493 -0.6649864473615567 -0.6686165090623916 -0.7000333417059965 -0.7796270491331745 -0.7506196059690182 -0.6910720569970594 -0.6126844786280792 -0.5945644287874988 -0.3897838351764937 -0.2665563761070921 -0.13367795170178814 -0.07256747364119966 -0.08689808326548285 -0.07252692274663632 -0.12273440079630607 -0.2360237141306878 -0.2874082279569119 -0.30896588829052124 -0.4814554370283603 -0.512293948086884 -0.7186006668423369 -0.789955051872454 -0.7342355755241833 -0.7624604637655876 -0.7135684402323921 -0.7113504640765531 -0.7759339652278998 -0.808659768479843 -0.7826667855178435 -0.710219717130655 -0.7070746377137022 -0.6892132371628749 -0.5036708161879423 -0.36482819657037463 -0.13198495445799796 -0.07256024620173843 -0.08689820867382439 -0.07252704611891272 -0.1603661216441721 -0.2265612858108766 -0.26409673204949313 -0.5545441336976229 -0.6329369207477391 -0.7109824353132647 -0.8155977577286684 -0.8932784622209451 -0.8582862014305834 -0.8859826436889072 -0.8103349683684162 -0.7867726611193832 -0.8698338442029337 -0.8908816356218706 -0.8244901553760686 -0.7992357738844809 -0.7893965828020842 -0.7626823932069423 -0.5775716047646993 -0.41039875342690185 -0.1305836891502113 -0.07252693729643164 -0.08693873541854145 -0.07252686781344964 -0.1498522278695522 -0.22660183211576562 -0.2601253741313463 -0.6486924776170035 -0.7284544151074324 -0.7995777420206349 -0.9123867552445418 -0.9969465010776216 -0.9585321435622794 -0.9744202822967687 -0.8648425905401422 -0.8422053007128276 -0.9025615657821952 -0.9467633788446397 -0.8980428387111024 -0.8515157006359478 -0.8611882894331544 -0.8204691460965736 -0.5882418045481865 -0.4376700503349618 -0.13261728636960984 -0.07252707147256612 -0.08693890117904172 -0.0725268548534368 -0.15109934470441805 -0.22660181798078227 -0.25928731497868696 -0.48857331479628086 -0.5564673667612834 -0.650434363400472 -0.7948847620704526 -0.8517323112259108 -0.7905951300193519 -0.8146411427423326 -0.7586498738016971 -0.7376198013599422 -0.807909081346482 -0.8361966988664098 -0.7530054053540876 -0.7346934185553199 -0.7232403196257743 -0.7187468503026737 -0.5187502511840181 -0.37479195420473116 -0.13129680545164504 -0.0725269388760899 -0.08689830816537247 -0.07256763885147072 -0.15623482044232231 -0.2265613028718602 -0.2619848252288548 -0.5866951528493018 -0.6422554501728601 -0.7157352669998172 -0.8309717214388337 -0.9051246610427081 -0.8534715383886887 -0.8613008975523938 -0.7953436337899069 -0.7464372002250863 -0.8545332548165941 -0.8598058813634094 -0.8187829446465867 -0.7964301304517286 -0.7920466428793084 -0.7480879794450975 -0.5519255006489561 -0.37482912833339804 -0.13097141182082736 -0.07254033601590752 -0.08689821084920521 -0.0725270482585717 -0.14170301705069685 -0.2265613515889245 -0.2592474900499882 -0.49208624063112993 -0.5370445004676955 -0.6088963363930128 -0.7103774003331402 -0.7688132369712427 -0.7152125852698638 -0.7295185319413424 -0.6860238269279508 -0.6747890520456429 -0.7528048968841734 -0.7757307451621429 -0.7227083511370264 -0.6670640099590889 -0.6361439125959073 -0.6107280617041343 -0.4194774364676982 -0.2669822959968239 -0.12937825532181998 -0.07254932383089406 -0.08689817688164501 -0.07252704792052231 -0.1261770827296345 -0.22369461431633295 -0.2729684390339605 -0.39343562565888823 -0.49022326933266575 -0.6194064586849909 -0.7251936569611099 -0.7684495229902422 -0.7604651624903336 -0.745730585101343 -0.7080097989274101 -0.7025412629428449 -0.7313600592456281 -0.813170196002726 -0.7633623330076985 -0.7128315332946138 -0.6544414117889034 -0.6765914633487784 -0.49182373647715116 -0.34029509757448506 -0.13805728660053018 -0.07254996852446008 -0.08689820957123913 -0.07252704700061618 -0.14732588469355112 -0.25604446884043647 -0.32784299245906146 -0.46730314005677714 -0.5894525776007424 -0.5793912146017288 -0.7445304965935049 -0.7759631619857674 -0.7156759657605399 -0.7547697091050122 -0.73289475175952 -0.7035313226989975 -0.7337574196989879 -0.7604244499118095 -0.7243475759807919 -0.6821793534203165 -0.6417221470928042 -0.6185224231864453 -0.401274480585187 -0.21714043994053753 -0.12287161644796399 -0.07252707355624462 -0.08693872559360294 -0.07252685886515109 -0.1248497737225583 -0.22660184243112919 -0.25927225398397785 -0.42336903538555576 -0.5439907800626701 -0.6182634500640445 -0.7612527321660882 -0.8224976537854151 -0.7854261657466195 -0.7763314697765014 -0.7264671956905395 -0.7296580699885812 -0.8081221685801103 -0.7987935175475464 -0.7483440465850176 -0.7394456427415715 -0.6740742655615155 -0.6653145975568292 -0.47365824358698183 -0.313259853881521 -0.12793436043944273 -0.07256662920480525 -0.08689817484196927 -0.07252704592548678 -0.13795385929869192 -0.22656128562083708 -0.25924749325336777 -0.4997025397488526 -0.6085777760220691 -0.6518139593656855 -0.7832070451472107 -0.8505431332207949 -0.7876065775491584 -0.790724914862205 -0.7657174316695731 -0.7308112598444723 -0.8256082336574287 -0.8426620015661215 -0.791980940720189 -0.7395261897823466 -0.7459906896901549 -0.7319954019506147 -0.540364851378163 -0.3572486366427867 -0.13217976664202058 -0.07256279886082574 -0.08689817517818502 -0.0725270462559314 -0.147053962560059 -0.22656128594414218 -0.26351673210665383 -0.5259549813982682 -0.5827692183570673 -0.7020809213786958 -0.8524441113536012 -0.9285112823435357 -0.8810769801948344 -0.8989552815413387 -0.8094755859213182 -0.7603146187119392 -0.8607768920248141 -0.8760481131355904 -0.8371217316838527 -0.8089590504712706 -0.7387615744767781 -0.6997830177273022 -0.4767920314129555 -0.30765452336100485 -0.12513416828877982 -0.07256753543344904 -0.08689810603198107 -0.07252697860365445 -0.13208658629945896 -0.2265613430775934 -0.25933955136259573 -0.3891360834198231 -0.46565468094455714 -0.5706811391458886 -0.6741251256705107 -0.7424969823735654 -0.6882955016370296 -0.6863587669595917 -0.6670034389095065 -0.6362908308802341 -0.7282404787291907 -0.7540097718004735 -0.723985248749211 -0.6491832806863098 -0.619762045154894 -0.630290593684621 -0.4108554039837477 -0.21880621102279474 -0.12238943325126089 -0.0725419901319504 -0.0868982107192074 -0.07252704813111281 -0.13030434680294817 -0.22656135146514145 -0.2594367970534842 -0.40487778168157795 -0.5095996710754072 -0.6100773564044047 -0.7091696836699116 -0.7908676534163274 -0.7388501200612453 -0.7540197324833777 -0.697504755056538 -0.6766679182359315 -0.7356539492033527 -0.7450334145499772 -0.6955481782047901 -0.6620141527033514 -0.6606860574139678 -0.6528361291450383 -0.46614689584561064 -0.32418431189348007 -0.13107066404618162 -0.07256754729106564 -0.08689811137073718 -0.07252698346718178 -0.14309836602728457 -0.2236945891017394 -0.27610167737245567 -0.47048288281812745 -0.5867910789141311 -0.7109848306014867 -0.8174294623861105 -0.8603508650404674 -0.8409070466309204 -0.8253036153183354 -0.8220748455563331 -0.7980698907216365 -0.8145265232594459 -0.8648490365129338 -0.8426129881322694 -0.7876132181569294 -0.6793020538143392 -0.6884429299070408 -0.49592781811460024 -0.3193931770425983 -0.1393031387097049 -0.07252692962569096 -0.08689826630382463 -0.07256766790641418 -0.13241192959974968 -0.23672314942408734 -0.2958919982178647 -0.41921643887595816 -0.5454195483324742 -0.5647518638218795 -0.7619162954180562 -0.8413377442151744 -0.7733902325958124 -0.7596294070359547 -0.702905974937755 -0.6885726934001883 -0.7317818401176073 -0.7527425507188269 -0.7198031293117086 -0.6931403647350171 -0.6735273029880837 -0.632606591754802 -0.4260682530378765 -0.2659710518802202 -0.12386307908895959 -0.0725311262446613 -0.08689821121954526 -0.07252704862355874 -0.12489012372787897 -0.22656135194405136 -0.2593395069570948 -0.45345275721591727 -0.5843993502694877 -0.6681253603654529 -0.7922838714867949 -0.9029903757810911 -0.8151263187458767 -0.8285061383175598 -0.7805525651774272 -0.755547608599559 -0.8351329508659602 -0.8774537050118784 -0.832765955159086 -0.7733463966298416 -0.7204710661648792 -0.710336689277315 -0.5369513332838645 -0.3675056441844547 -0.13057068576678263 -0.07256098957747086 -0.08689817533618718 -0.07252704641105397 -0.15784988735380048 -0.22656128609595957 -0.2602032131759463 -0.5707186663161695 -0.6409536901623581 -0.7146175618716104 -0.8351225392213707 -0.9312214392267387 -0.8897124369570346 -0.8933515162205444 -0.8310605882327734 -0.7956010808695092 -0.8571097194687897 -0.9210947998547135 -0.8662894413332302 -0.8243290948270883 -0.7605361288470052 -0.6787739358915301 -0.47054376893938765 -0.2880018436659559 -0.126493201639891 -0.07256121515988671 -0.08689817531722221 -0.07252704639030093 -0.13207741134405668 -0.2265612860761302 -0.25948185742212354 -0.43717175642584544 -0.5135069803452046 -0.5889592499802982 -0.7166220903849714 -0.8091053479062248 -0.7500213648280698 -0.7234219743727394 -0.6715838347209926 -0.6678371857146318 -0.7389073810060942 -0.7512156371192423 -0.6850053186416142 -0.6645979692622733 -0.650632827201362 -0.6130566361586061 -0.41980144627212407 -0.26688312031484396 -0.12236736650938278 -0.07253765043917898 -0.08689821105876652 -0.07252708100994765 -0.13297522789000915 -0.22656135144931594 -0.2594818375659252 -0.3898485070337204 -0.535454659069644 -0.6294006284109483 -0.7330951721004069 -0.8219190177974939 -0.7790082662849888 -0.7852495884172864 -0.7258582795463699 -0.6979041103932344 -0.7715378972763062 -0.8284307089729219 -0.7838978785297048 -0.7382547961321383 -0.6986395491801396 -0.6747567346145658 -0.4654487064907824 -0.3205620816929114 -0.1267171778372764 -0.07254189113301933 -0.0868982107274495 -0.07252704813871752 -0.13609889299735684 -0.22656135147184375 -0.25948185991254163 -0.4789843689685721 -0.5802122214371231 -0.6714339068016398 -0.7794123261047784 -0.8852357878571847 -0.8342089828395033 -0.8393418936010858 -0.7984856815809953 -0.7728560198082794 -0.8355673526415636 -0.8445542160815821 -0.8211462587673264 -0.7826829429852272 -0.7540706501713327 -0.7405567917306158 -0.541842604479548 -0.3813328865278955 -0.13739854629751128 -0.07252699880057922 -0.08692089945460978 -0.07254488637476122 -0.1646997472979466 -0.22369455584096062 -0.27622039417175964 -0.5218351982935006 -0.6069786874686462 -0.7549951951744606 -0.847455277395937 -0.8800028061391867 -0.8607442557338791 -0.896618132680343 -0.8839976087456819 -0.8661264429083062 -0.8971325739806727 -0.9307325745683522 -0.9161673807794006 -0.9075944817174176 -0.8338411039312915 -0.8678776050935517 -0.6554186292813664 -0.48416469914925275 -0.1518911370892393 -0.07256754889068226 -0.08689807904132019 -0.07252695219795434 -0.17960409224823704 -0.2999501149497008 -0.384904077649172 -0.5705104886740132 -0.6705098454893462 -0.6748147711938974 -0.8908865294232235 -0.9431544722751862 -0.8521420147553569 -0.8401137743637648 -0.8062122221961711 -0.7953246409429882 -0.8947836860569758 -0.8507119116742098 -0.8253938290274188 -0.766605103572973 -0.763298764447101 -0.7461952908823232 -0.5610528724653988 -0.4263742549113752 -0.13761409023886753 -0.07252697328465682 -0.08693872108409792 -0.07252685475860556 -0.17996870938011766 -0.22660181779988517 -0.26337222420605394 -0.6484479903330329 -0.6905751144159037 -0.7492876608495518 -0.8607917674964839 -0.9416017544430512 -0.9013101779427457 -0.8970602751800784 -0.8292866295083109 -0.758037019517247 -0.8542268490073449 -0.8878719906883145 -0.8681965004443968 -0.8333660371209111 -0.8026045357490807 -0.7747234376368113 -0.569813265920727 -0.39069098215552117 -0.12819781750742346 -0.07252695826292106 -0.08689832719135503 -0.07256765944520564 -0.141020522045879 -0.22656135403665822 -0.2595223355877456 -0.5862226409224134 -0.6520015903468283 -0.7576782353321448 -0.8285830292536204 -0.9001726103185748 -0.8253347569149299 -0.8476468851200837 -0.8010575665744465 -0.7675990414403703 -0.8866651907088684 -0.8950387168112338 -0.8404452116604337 -0.7970266297684536 -0.7847788888448249 -0.7622564731126219 -0.5629241781986943 -0.3948554217733034 -0.1327965503216705 -0.07256756825299224 -0.08689816964709167 -0.07252700772379747 -0.17049879895030892 -0.226561253837369 -0.2640966948854225 -0.6301733172476013 -0.6716806702898973 -0.7638953413189681 -0.8980755671530156 -0.9658813260785032 -0.9376929676283229 -0.9346799943629033 -0.8846955508692297 -0.8597737031215965 -0.9212629029867277 -0.9264228466575034 -0.8963171867896573 -0.8754084926334279 -0.873017273130789 -0.8492910591317384 -0.6436229321691909 -0.4739620750702648 -0.14316603125313462 -0.07256750679800822 -0.08689817393724304 -0.07252701194487261 -0.18946514970492537 -0.324870642836407 -0.3492787048593942 -0.6663236873327897 -0.7194331957987012 -0.7884724811330381 -0.8995751637700816 -1.0 -0.9516397255168082 -0.958860163710569 -0.9055728014796495 -0.8569237955097734 -0.9326449682321938 -0.9180205806182264 -0.9103358672284825 -0.8951106402256755 -0.8993864752923264 -0.9078301055425669 -0.6818781065412883 -0.5167472095336914 -0.1379636313570697 -0.07252700065968147 -0.08689835684882133 -0.07256769155237695 -0.21027502585927765 -0.3216425399662967 -0.3658781353037392 -0.6792564428661679 -0.73885934291922 -0.7946598157320348 -0.9067331151746968 -0.9758153074475033 -0.925954158178154 -0.9324611295489493 -0.8654639767279448 -0.8466124614272136 -0.8918703831556049 -0.924120199738364 -0.8867014726698831 -0.8689266120425256 -0.848237928674628 -0.8140761232142887 -0.5909077484942333 -0.44352438040974124 -0.1426081982242827 -0.07256759873949059 -0.08689816415286777 -0.07252703546654359 -0.18634613681735193 -0.22369460217879172 -0.27667203915997424 -0.5592402073159005 -0.6333407477474218 -0.6877903507110974 -0.8803603621406901 -0.8875185647865494 -0.8390522420307198 -0.7983011010457065 -0.7500653396801292 -0.7510499059561221 -0.7847271828725363 -0.8373184598955068 -0.8320227019063908 -0.797731439043985 -0.7246829912169968 -0.7358374139477467 -0.5699165504806498 -0.3928644644706047 -0.14223030243247906 -0.07252702419289793 -0.08693884985732638 -0.07252680757498763 -0.15257028070256143 -0.2511111948555712 -0.30450799478345053 -0.45645520007522616 -0.5431670698426815 -0.5593762669919474 -0.7263315697277012 -0.8153526864980835 -0.7598233536073817 -0.7624178490372427 -0.7025085723595387 -0.7130392857164717 -0.7518042151651836 -0.7773301487236254 -0.767723026523042 -0.7255035479785996 -0.7177858319378656 -0.7050459168900519 -0.5234089199431795 -0.3680730033010257 -0.12781044524884735 -0.07256751715923875 -0.08689812299755093 -0.0725269618319542 -0.12643401670432508 -0.22656133636883624 -0.263267973602105 -0.49864672762446133 -0.5722870000738942 -0.6737223291367824 -0.7911728263194198 -0.856032539747214 -0.8276189530408733 -0.7959297992787403 -0.7639402587851323 -0.7191940836886401 -0.8272182760471543 -0.8507467570187547 -0.7742516130024257 -0.7470979188382655 -0.7063121565209802 -0.7080409608513849 -0.5200739216442439 -0.33339710924102106 -0.12672468009017887 -0.07252697536007403 -0.08689834397255942 -0.07256767761101177 -0.13026344886149283 -0.226561265953964 -0.262493777295757 -0.45449811334567936 -0.5787419169319706 -0.6696787142779269 -0.7902577055691798 -0.8448022704477833 -0.8159178165598726 -0.8219270345101817 -0.7624962186982538 -0.7418969762727545 -0.818676159835487 -0.8471179955901545 -0.8061889565770891 -0.7688073984540877 -0.763726099417916 -0.7472451149101844 -0.551869274093172 -0.3749773690791469 -0.1330097412488891 -0.07252700607512778 -0.08693883019225798 -0.07252678945805988 -0.15719856636283197 -0.2265612685334997 -0.2635371260375736 -0.5432316526343964 -0.6243205552223534 -0.7062817415464122 -0.8480090435886708 -0.9482281786849853 -0.9013724953847849 -0.8901422856064529 -0.82628797811326 -0.7964060518328615 -0.891298699188514 -0.8899365094204578 -0.8164655448759638 -0.7902751782400397 -0.81449641223641 -0.7755416115973168 -0.5831461634500364 -0.4235134736140211 -0.1342731113841063 -0.0725675028595678 -0.08689817035882055 -0.07252700842334532 -0.16104758745052838 -0.22656124888483345 -0.2630876811722169 -0.6319432479989674 -0.6639888505866286 -0.7430758823479187 -0.8515057726858135 -0.9624254254313187 -0.9365367607451126 -0.9343557807883585 -0.8226567569456542 -0.7710746403553349 -0.8686631483612388 -0.9176065884866212 -0.9004795289201923 -0.7822740252663513 -0.7929150462548433 -0.7568600894831378 -0.5567231532753656 -0.40373699378501815 -0.12977747958461525 -0.07255506771614245 -0.08689820969501294 -0.07252704712457417 -0.15225473457435634 -0.2265613503475403 -0.26362105267488406 -0.6066418470477554 -0.6398409847152909 -0.6981722604132191 -0.8194155961706606 -0.9120138377722127 -0.8650968155809255 -0.8494953027569179 -0.8048353912076093 -0.7734281499523739 -0.8526729189792548 -0.8819709353078117 -0.8439125209977103 -0.8207020488291474 -0.8000438119565187 -0.7918949442487004 -0.5838177394233971 -0.41773612358441925 -0.1372567061044978 -0.0725270103994404 -0.08693893896226997 -0.0725268896628383 -0.17718085127576322 -0.22373512024395037 -0.2766720219795343 -0.5810765305608563 -0.607465881361199 -0.7319876019289212 -0.8181222533386118 -0.9707352031153856 -0.8779906834860016 -0.8661403595938886 -0.8026242465952595 -0.7933625303954233 -0.8377024992281752 -0.8886495983218656 -0.8651271091755074 -0.8198508023881049 -0.7743702697436395 -0.7876555789705786 -0.580740683411685 -0.3909028600992827 -0.1413160363337542 -0.07255869141715779 -0.0868982088099163 -0.07252704625375114 -0.15593651431267982 -0.24294003612344678 -0.32272577166916927 -0.4381987160819784 -0.5861038822210238 -0.598782839970946 -0.7698335494611335 -0.8414578453308726 -0.8112025821277956 -0.800711498362608 -0.748463398756939 -0.7021339544893903 -0.7727595859619051 -0.8122425180881475 -0.7998960643980231 -0.7521437560740561 -0.750407076888575 -0.7243945691315846 -0.5241927174348167 -0.3684880111920819 -0.12838605056404098 -0.0725675853866786 -0.08689818529300808 -0.0725270231167103 -0.1295619562974889 -0.2265612632784969 -0.2611343237868866 -0.512206325897602 -0.6207579577759883 -0.7024362471003831 -0.8117936631412725 -0.8734960471566577 -0.8205025936161731 -0.8356140387321699 -0.7703463416876039 -0.7505746841305049 -0.8571221287228737 -0.8901460295770434 -0.861209707470411 -0.8364704979134375 -0.8322369492814509 -0.7920690226739467 -0.5599311412256341 -0.38178023436244474 -0.13004280710735702 -0.07252693636006956 -0.08693891215569129 -0.07252686496557238 -0.1345321336359854 -0.22660182910736557 -0.26409677029584977 -0.39656618310913677 -0.5200489989354973 -0.6133281047030225 -0.7349490473571958 -0.7919521202916016 -0.7464899853179323 -0.755486949733769 -0.6934966800273304 -0.6715415293317101 -0.7474254084804423 -0.7755429438084965 -0.7231668992319762 -0.6678981634434125 -0.6538410207392891 -0.6191620794271111 -0.43080768594952923 -0.2691513628898887 -0.1238860376738582 -0.07252693223177668 -0.08689826887615558 -0.07256763217516088 -0.13203519566627595 -0.22656137698175915 -0.26117494127583624 -0.42034716280635415 -0.5322400352065014 -0.6072100134818664 -0.7277119741670952 -0.7713366761527517 -0.7290875378708079 -0.7575302381746524 -0.6970348362551351 -0.667721849466361 -0.750353534873911 -0.7802650822327388 -0.719790845673616 -0.6646218465087653 -0.6418456599515662 -0.6192608280762334 -0.41461557565857443 -0.23465262233044307 -0.12283088757870123 -0.0725270711275625 -0.08689828601524666 -0.07256765062575232 -0.12954181496532421 -0.22656139381852985 -0.2633606712925446 -0.3956012682433306 -0.5103983291129596 -0.623593620231859 -0.7517315484575459 -0.8309382211766041 -0.7797289010149129 -0.7871025243704607 -0.7340317544402956 -0.7143422516753246 -0.7920786287772105 -0.8245769391026743 -0.7745974100732447 -0.71928653597535 -0.6900877164935136 -0.6691441957846301 -0.4408382746833668 -0.25793729953945926 -0.12283194974960228 -0.07252697113911685 -0.08689829520708427 -0.07256766051904008 -0.13203627974381585 -0.2265613413759081 -0.26117490404517146 -0.40260872971671996 -0.5386568904758522 -0.6618741321423013 -0.7727599137277935 -0.860409589528458 -0.8232203569117733 -0.8150848444582157 -0.7618806452172957 -0.7306999059343963 -0.8195757056596298 -0.8481197398831739 -0.7952085892394942 -0.7677755339141303 -0.7800440624603933 -0.6863247552064118 -0.48457938673575884 -0.32050333201019593 -0.13215259115761271 -0.07254668511241777 -0.08689817708884984 -0.07252704812180326 -0.14322491634919718 -0.2236946145142442 -0.2759542551563489 -0.39910583605030514 -0.5132844811674869 -0.6998669245358875 -0.8187812734062342 -0.8586607475898106 -0.8111064729706224 -0.796855769162618 -0.7590237844542969 -0.7422738567522136 -0.7801187885924897 -0.8535986386758931 -0.8223201371765305 -0.7783059866730628 -0.7528049533394108 -0.7232530067684932 -0.5322097296778291 -0.35337415407913497 -0.139788918702737 -0.07253458490754432 -0.08689821091680403 -0.07252704832581482 -0.14904733627677325 -0.259741979587323 -0.31676738926708026 -0.4119284407138043 -0.5400878334204204 -0.5709444257671225 -0.7638518675115087 -0.8521658068600719 -0.7926455357120077 -0.7988125947247957 -0.7323094037060796 -0.7428008758409529 -0.7858497410768185 -0.8268109107686135 -0.785634025518712 -0.7473491496149581 -0.7697764703052413 -0.7113489498047519 -0.5091790916927732 -0.3756640791021597 -0.13062209358486246 -0.0725675606232971 -0.08689812359122971 -0.07252696241321074 -0.13392099698780757 -0.22656133693553726 -0.2642769884854303 -0.5904742576684807 -0.6381843141169968 -0.700938012261249 -0.8247172850580731 -0.9006636858958724 -0.8683351477789801 -0.8452186029980445 -0.7854534361978488 -0.7643398352885291 -0.8443783283244969 -0.8668292957293738 -0.8191308843751997 -0.801002521084754 -0.8435104874663498 -0.7847226342324716 -0.5620080446057217 -0.39363542269339924 -0.1317079028084106 -0.07256754891074534 -0.08689811840531433 -0.07252699071038883 -0.14248931057253086 -0.2265612933243017 -0.2642769273447764 -0.5813445569458051 -0.6176195666900609 -0.680825663225087 -0.7818949215597845 -0.8698261425140954 -0.8229135278063816 -0.8162545562504195 -0.7496487964258458 -0.7282227755630547 -0.8145254767486994 -0.8522110491623587 -0.8004408057027267 -0.7426990207533093 -0.7808208802598691 -0.711397963621209 -0.5087486263336294 -0.3387814224351116 -0.12887821812739333 -0.07256137615890697 -0.0868981753007914 -0.0725270463764599 -0.1454750414381049 -0.2265612860636866 -0.26409682260521156 -0.4903420667975019 -0.5956705664235715 -0.6838407487923288 -0.8130591416840649 -0.910850331056539 -0.8541699811916351 -0.851506348993811 -0.7861772605401229 -0.7568703375390728 -0.8405739730935388 -0.8651106260577099 -0.8263467657378794 -0.7901545748325374 -0.8108364797027683 -0.7426800844867834 -0.4980081613868766 -0.3295685975417312 -0.12741748086176238 -0.07256731933839139 -0.08689817478126827 -0.07252704586418812 -0.1446466081252766 -0.22656128556323488 -0.263372195902467 -0.5181601747044462 -0.5994122427225405 -0.7261646243475453 -0.8708509519532434 -0.9588944708337741 -0.9471189364553385 -0.8875347765662049 -0.8314022125554461 -0.7911170856291464 -0.8618372505313199 -0.8862581798036898 -0.856224763370345 -0.8027724671645409 -0.8357784414742324 -0.7819135262943634 -0.5740673469780145 -0.43450011668799143 -0.13655589314072675 -0.07252697650235147 -0.08693872459120197 -0.07252685794953798 -0.16508687233866343 -0.2266018414674976 -0.2638589245934504 -0.4941265815792958 -0.5508026501620679 -0.6223960310144807 -0.7296741319302393 -0.8192078031879976 -0.7739013989317128 -0.7748575210553675 -0.7213076503893443 -0.69623628980475 -0.7663302200121078 -0.7933476263351534 -0.7436225097383105 -0.6823045903257843 -0.7097283267085585 -0.6459289433641627 -0.44123127715695254 -0.2698209006195505 -0.12715543739814333 -0.07252697590662924 -0.08693895455756155 -0.07252690403476689 -0.12708037928838212 -0.2237350848602607 -0.2759933263017331 -0.3144584969803845 -0.4473760808848391 -0.609065503504845 -0.7468942425045566 -0.7695318919681845 -0.7564458026126376 -0.7439512764360048 -0.6956040536658681 -0.6912797725833504 -0.7332084953474002 -0.8116013573168679 -0.7686308648176511 -0.6755735292867683 -0.6281085856585175 -0.5881907638662796 -0.391407103701745 -0.2372575611939154 -0.134221005757657 -0.07253932425944477 -0.086898177241737 -0.07252704827509614 -0.12830593610131166 -0.23655496001341716 -0.2966336562172437 -0.3774994714964469 -0.5201885056239384 -0.5671096841111009 -0.7731020248249109 -0.9035848286740702 -0.8754302994556529 -0.9053107853394602 -0.8406356596460154 -0.8372118044567111 -0.891767548284485 -0.8879183522417425 -0.8579373147551768 -0.8210491589734946 -0.8536812060518134 -0.7865982471040285 -0.5967668608369459 -0.4615598249650565 -0.14020012619468666 -0.0725437673929518 -0.08689821057930776 -0.07252704799416922 -0.1863609332603578 -0.2265612878467883 -0.264276983731984 -0.6666695327711 -0.7081216424437515 -0.7659020616152385 -0.8815977328305515 -0.9473729141297561 -0.9152406190270431 -0.8755647741403532 -0.8565455379667446 -0.8179422460383136 -0.8771394069185751 -0.9230639506885326 -0.8766586118078158 -0.8481583852546534 -0.88414626024164 -0.8334967658892916 -0.6085471312382039 -0.4569200916465243 -0.13709009296650979 -0.0725675591834283 -0.08689812226821807 -0.0725269611151199 -0.18206233603494973 -0.22656138089266742 -0.2642770050315234 -0.6472451364785734 -0.7064124780481178 -0.7961395554205997 -0.9149885257934202 -0.9759607304443568 -0.9265562499162927 -0.9326231249939922 -0.8454665642863401 -0.7678453761740146 -0.8191204626786935 -0.8296412756144383 -0.7264794302113913 -0.7048919560291796 -0.7584709376378757 -0.6990417125642762 -0.49630780053374496 -0.327252836109888 -0.12628558327129621 -0.07255405539101188 -0.08689820921348443 -0.07252704665119822 -0.13673676583370972 -0.2265613497864048 -0.26427707311403387 -0.44553941188926866 -0.5520209594319919 -0.6184051798972345 -0.7585470940233918 -0.8217054338697959 -0.7726158805617932 -0.7684463366452295 -0.7119398193349212 -0.7050270261874222 -0.7846751653237869 -0.8197130031047597 -0.7462855879642896 -0.7175648791199885 -0.7603384705781852 -0.678177286017081 -0.4736900307904418 -0.304234807407328 -0.126182606554258 -0.07256750630859082 -0.08689814002861575 -0.07252701186522108 -0.13207812720522275 -0.22656125225644533 -0.2633721629304402 -0.39036839216047386 -0.5440675680151353 -0.6650694949054451 -0.7732439604708744 -0.8642283698473945 -0.8138396325502469 -0.8170930981332093 -0.7623832563695453 -0.7384205195337742 -0.8215090211626833 -0.8368611832648627 -0.7558267282784517 -0.7134430974884133 -0.7136003527370246 -0.6493442170296434 -0.4474690761810449 -0.2903563871101381 -0.12651102527168348 -0.07254085695178274 -0.08689817754771624 -0.07252704857378887 -0.14004498970418353 -0.22656128821544863 -0.264277074388427 -0.4871704111380822 -0.5977339502164855 -0.688980390877083 -0.830747002425565 -0.9255082646239864 -0.8998831850574068 -0.8964154332416923 -0.8411745850048049 -0.8120511000383805 -0.8811934729558234 -0.9095716186279122 -0.8557462495384377 -0.8106007330277218 -0.8144350774669084 -0.7437264168370865 -0.5298956096600639 -0.3746108614367828 -0.13674746980858785 -0.07252702566958646 -0.08689824067386916 -0.07256760181435983 -0.16582738518829843 -0.223694604712473 -0.27671261187058793 -0.42170554046061337 -0.5147810948658454 -0.6535155863721345 -0.7481588234097608 -0.7833491424813195 -0.7564664551538673 -0.7436726571278268 -0.6867776084631778 -0.6741207085283518 -0.7173487679269221 -0.783015036438214 -0.7184457178897212 -0.6912329824276926 -0.672848900002805 -0.6252344590426329 -0.4424602090394464 -0.2964943368366912 -0.13617268359329082 -0.07256760787604215 -0.08689820582766537 -0.0725270758944896 -0.12626069488154554 -0.23598059950073208 -0.3334532071142801 -0.3307100954240265 -0.4586218765285627 -0.49769324126670117 -0.6786611154466119 -0.7443499521670364 -0.674816307580776 -0.7148080659690065 -0.6477657714625182 -0.6052164721471467 -0.6534856887371757 -0.6810528871075167 -0.6511324324920111 -0.6120366399080166 -0.650487412372193 -0.6068527797156446 -0.41751125777322823 -0.2902785319063778 -0.1251903435499235 -0.07256747320823267 -0.08689808287051495 -0.0725269223566984 -0.12484983524926146 -0.2266018379251885 -0.30662959332028533 -0.4266809793989106 -0.5037607489513701 -0.5840147428906725 -0.6870788301636248 -0.747530949414925 -0.7017389928411617 -0.6910989462532784 -0.6321446728610985 -0.6192748474620621 -0.6946370616249679 -0.7194831500406756 -0.6656234589796676 -0.6478572152538523 -0.6759903692620812 -0.632294816395058 -0.41978871618174235 -0.24040242642060863 -0.12345078829422901 -0.07256755069945373 -0.08689812004677488 -0.07252699231667728 -0.12715984412425174 -0.2265612948918266 -0.30662957346369146 -0.40791038831034776 -0.49382142347290653 -0.5821853545450547 -0.6956039013283496 -0.753993275014597 -0.7128944191238897 -0.7103758191806473 -0.6776687277174025 -0.6612299000165953 -0.733565750216374 -0.7552542526566983 -0.6861304533776102 -0.6355631781707133 -0.6638158523799709 -0.6211591557196704 -0.41253008660441043 -0.21935414592130162 -0.1223563001882139 -0.07256749393881658 -0.08689810179697895 -0.07252694097489393 -0.13028633300350329 -0.22658753132633516 -0.30662961149527385 -0.3955483404992294 -0.49251500496087997 -0.5893857262122594 -0.7128502986818431 -0.7806718701906699 -0.7437502121917736 -0.747144231068243 -0.6951871424489963 -0.6644129428880592 -0.7281920984741186 -0.7540067340196033 -0.6997253566499019 -0.6846419584607117 -0.71566356210258 -0.6454479063364862 -0.43284934240529566 -0.28363106193687027 -0.12454891559995378 -0.0725269568954 -0.0869388813325573 -0.07252683656906923 -0.13607407214191863 -0.2266017986679821 -0.30662963709932683 -0.41387670289088296 -0.4592150347638703 -0.5413193150978951 -0.6616421850129862 -0.7942342073618412 -0.7964343127348059 -0.7984290454448056 -0.7407087771972076 -0.7120377218395793 -0.7937024026723852 -0.8188917665940565 -0.7819214669793688 -0.7371748851886326 -0.7749515385622702 -0.7264191521807014 -0.508512943643838 -0.3557080179164281 -0.12875310284626898 -0.07254544312346567 -0.08689817718673765 -0.0725270482196492 -0.15435607888729533 -0.22656128786937507 -0.3066296283152638 -0.5653853970814211 -0.6186602071836846 -0.6986959782452237 -0.8060887075694292 -0.8760199500446497 -0.8312843157937457 -0.836087040281696 -0.7991602592081536 -0.7536263200283201 -0.8312639226996109 -0.853233920002142 -0.8053406630505949 -0.8123070239822788 -0.8056553293667192 -0.7564723802786268 -0.5392155236986576 -0.38135657097657166 -0.13334867537943368 -0.0725630544199168 -0.08689817515575855 -0.07252704623226805 -0.14648949038667153 -0.22369461267105575 -0.3190246037676192 -0.49397389341735776 -0.581395791351093 -0.732111501551908 -0.8397388255188045 -0.9115124386750505 -0.8814482608914822 -0.848447823089618 -0.8009152536127304 -0.8055919024941303 -0.765341509692283 -0.8911841649709444 -0.8578857657888008 -0.8353406305175834 -0.775042282198915 -0.7558773549313637 -0.5760139277907823 -0.4122014481651459 -0.14364005450935696 -0.07252701942239247 -0.08693884467753861 -0.07252683667540334 -0.1350095641075782 -0.255044360833368 -0.3521284819573422 -0.40537780671772145 -0.5219113588603694 -0.5484165317137882 -0.7406860854063496 -0.8091721678958361 -0.7531499988101908 -0.7704683398088172 -0.7165926222189396 -0.7064799748959937 -0.7581792146115367 -0.7780400228715287 -0.7515197411931442 -0.7062524244059385 -0.7327020180543489 -0.7380135524881845 -0.4886162906655053 -0.3565686341108165 -0.13085490053259335 -0.07252703367056536 -0.08693889882467319 -0.07252681670052168 -0.13364565482868895 -0.2266017772378343 -0.3066296177903216 -0.5393730847768846 -0.6106136562814071 -0.6861805846017902 -0.8006218873821084 -0.875906582589166 -0.8476790388550021 -0.8672601994653423 -0.7846636428407315 -0.7656796740181423 -0.8233786242062091 -0.845782448617841 -0.8251705630308542 -0.8140959426314067 -0.8329022018945985 -0.7826793335748194 -0.5277906900833379 -0.3635998518679954 -0.1266399143529003 -0.07256756071820442 -0.08689812924738193 -0.07252700131543706 -0.12754317312181163 -0.22656130365910748 -0.30662958218844005 -0.3901394496129695 -0.5092699404573788 -0.5748054604179693 -0.7142482289938337 -0.7654425467692324 -0.7426488473702427 -0.738475645843714 -0.6785340389660253 -0.6616662412518123 -0.7646944940941218 -0.8127791264611246 -0.7989990235771008 -0.7704610986840056 -0.8098765938054477 -0.7414429021398184 -0.5282758599742392 -0.36466807154845904 -0.13015408045907845 -0.07256753011061555 -0.08689810114513767 -0.07252697382293094 -0.1549960631304209 -0.22656133844332207 -0.30662966256814433 -0.5550645679699884 -0.595579894288744 -0.6598945916388547 -0.7358814511653884 -0.8005333064872067 -0.7386509936390465 -0.7419785724161467 -0.7184593096725147 -0.707163736928146 -0.6775251273557741 -0.6295597952892723 -0.56108549311544 -0.544835103688585 -0.6890989090940153 -0.6331476160510451 -0.4735168901215869 -0.3114726792020915 -0.12256314202107714 -0.0725619904995178 -0.08689817525198755 -0.07252704632062855 -0.12960596798809468 -0.22656128601205572 -0.30662962647737424 -0.49077942610402514 -0.4392439662392937 -0.4976675332155974 -0.5969063987411308 -0.6500783299911558 -0.62127739527968 -0.6269979778647717 -0.5863504217011624 -0.5643711412672332 -0.6398393641311507 -0.6489357135453717 -0.5738694273719063 -0.5447154642354309 -0.5864506548191946 -0.5419766363889587 -0.3599527299766827 -0.20711256442021655 -0.12257065001518053 -0.07252698663770178 -0.08689820174554723 -0.07253675900350029 -0.1340598979716593 -0.22656131150547998 -0.30662965171631623 -0.40272818155728424 -0.44309153179421307 -0.511111124049907 -0.6571126942687996 -0.7186452016758387 -0.654241357302438 -0.6666794878184993 -0.6050001215708246 -0.5901957802392774 -0.6696038071550274 -0.6786618363528217 -0.6074692330689524 -0.5722325518979124 -0.5993775348021092 -0.541905344273502 -0.45633126893099485 -0.2881647112500923 -0.12693733218697223 -0.07253401087441579 -0.08689817808759753 -0.07252708164428506 -0.1227856613516942 -0.22369461667206295 -0.3190246077487881 -0.39337408586528383 -0.375770366455859 -0.5137904105126817 -0.6378648766232573 -0.6727856115637827 -0.6168044384082962 -0.6334043075776038 -0.578422449489479 -0.5581636644912751 -0.6278248951064107 -0.68071320563808 -0.6386319370766238 -0.5780686749809331 -0.6245071628505028 -0.600859880972616 -0.45416105125509926 -0.2838564174073581 -0.13387928285388487 -0.07254784693654816 -0.0868982097580277 -0.07252707973876976 -0.12278919673203921 -0.23132105625741345 -0.33347849163117005 -0.3650226478842571 -0.47148472296426575 -0.42198156105860263 -0.6446892818747434 -0.717856610580783 -0.6306232423523194 -0.6455909709892176 -0.5798054995856332 -0.5742715378272041 -0.6127115147819374 -0.6519369483344842 -0.5974746815003574 -0.550675316461503 -0.5521144787915263 -0.5815087359968327 -0.4052371503851005 -0.2748460468573097 -0.12286762074391584 -0.07253941030674652 -0.08689817723207498 -0.0725270482656694 -0.1448083519703516 -0.22656128791305513 -0.3066297186527301 -0.4612583779428702 -0.5258858926215225 -0.5505798805047498 -0.6717219068739679 -0.7455519540038152 -0.6721810702756381 -0.6718619573135776 -0.5998814857981811 -0.5940157356513771 -0.6641491494384345 -0.6877738512266893 -0.6102514687688962 -0.5430924373115446 -0.665624328974932 -0.6091700152609341 -0.446941815484479 -0.2728678619311345 -0.12261840426076198 -0.07252916923315562 -0.08689821139046049 -0.07252708133716762 -0.1386756568497712 -0.22656135176711575 -0.30662971962935404 -0.44583245662538756 -0.526164623604839 -0.5077867967446184 -0.6551142329936149 -0.7178777556894654 -0.6639652796716076 -0.6681082473892437 -0.608052096856205 -0.5953679779459992 -0.6816352040955928 -0.6970999465631417 -0.633019227499874 -0.5747249781781474 -0.5864479261826485 -0.6143986432550116 -0.45039303929598445 -0.274508426744176 -0.12254932652769701 -0.07252697748591069 -0.08689834605936568 -0.07256750244058151 -0.14678872481039876 -0.22656126986679487 -0.30667010030078046 -0.440541253195895 -0.5215894369815071 -0.5073897246549548 -0.6431796449070651 -0.7262281920169542 -0.6819192822894451 -0.6604940550742094 -0.5843300980778315 -0.5674621217178536 -0.6465056008795595 -0.6608260830727786 -0.6216776310272463 -0.5880551581088421 -0.6030394856157676 -0.5582949839800905 -0.37491766480494304 -0.22419395824989555 -0.12467310519158775 -0.07255801559062494 -0.086898175598193 -0.07252704666517044 -0.129601328161574 -0.22656128634610398 -0.30662962680869266 -0.40123123626678087 -0.4393770847875614 -0.527766883568426 -0.6649257419733549 -0.729866308088604 -0.6721751540765605 -0.6946131457429868 -0.6242633063949746 -0.6184111850446558 -0.6959972633665606 -0.7211810303643693 -0.656864620962459 -0.6282755403792603 -0.6670487451949695 -0.6324771995313189 -0.4585079108190711 -0.26935779062074067 -0.12579005746795022 -0.0725675461614723 -0.0868980765269348 -0.0725269828120656 -0.14114004295766713 -0.22656132386287592 -0.30662963689115064 -0.47857585384985546 -0.5504581201780319 -0.6222824999903831 -0.7483984464057555 -0.8167070335765488 -0.7785733952859624 -0.7664647194836353 -0.7296344113344 -0.7040425871166064 -0.7664012833831961 -0.7734164085168297 -0.706778385324664 -0.6899839132660405 -0.7333792016263867 -0.6922353114690358 -0.5102296629725815 -0.3183804979055592 -0.1331252721160678 -0.07256753668026358 -0.08689810164686734 -0.0725269408268468 -0.13130553269374115 -0.22372358681250515 -0.31902460624803525 -0.3582224005072622 -0.47518048188139095 -0.5963668718434288 -0.7127811995305626 -0.7453457641207512 -0.7346373141939802 -0.6891753418298513 -0.6778000196298567 -0.6193999629892866 -0.6621551062340273 -0.727065938590739 -0.6691694147144075 -0.6194144327361035 -0.5629424184226917 -0.5354118884839063 -0.4529836341629286 -0.2870923503387826 -0.13391248426058724 -0.07254433325689102 -0.08689817680038278 -0.07252704784146133 -0.1221354024089609 -0.23152660985589343 -0.3334835844950869 -0.3704162888117135 -0.4857681571088991 -0.39717918785542666 -0.592504074428769 -0.6633237170018227 -0.6024691002657122 -0.609344074021632 -0.5508501004692167 -0.5449064129116529 -0.6039154249073969 -0.6033978015251964 -0.5766856005896882 -0.512269158059901 -0.6205690177165667 -0.5664920594937426 -0.410195243871163 -0.2699317057520528 -0.12257858932161284 -0.07256758250697841 -0.08689818266359789 -0.07252702052882029 -0.12489019017106084 -0.2265613234595896 -0.306629691683114 -0.48108447734118875 -0.5149027950984995 -0.4959268569587618 -0.5967744582916644 -0.6758436641350942 -0.6131565996989687 -0.6346953707562184 -0.5916657513989846 -0.573274345228664 -0.6501322010403872 -0.6823733253159672 -0.6189637885111681 -0.6018002118367926 -0.5866593992921453 -0.5420146364192231 -0.4569121213108082 -0.2797432000748579 -0.12262318751267441 -0.07252701144237095 -0.08693883601588352 -0.07252679482347886 -0.1371866407160807 -0.22656127369291212 -0.3066700533855943 -0.47630581480640133 -0.43923736680605424 -0.5729733588228746 -0.6820333518393449 -0.7586024252899377 -0.7100559571095698 -0.7267452334971154 -0.6799554608184372 -0.6746437704346948 -0.7297141492815689 -0.7352748828481697 -0.6811831606810909 -0.7068467618723888 -0.7045050103864716 -0.6611496913421856 -0.4364651633042863 -0.29945906430657154 -0.12596416404757985 -0.07252703653415232 -0.08689825150899044 -0.072567613481343 -0.13938565066652817 -0.22656135992840645 -0.30667017838057303 -0.5409433518084374 -0.5976789680381187 -0.6609748269053652 -0.7785478301915456 -0.8544360907629375 -0.806972334690187 -0.7983504309677338 -0.7511027294802451 -0.7173861039320281 -0.7913841800056147 -0.8264617069958691 -0.7960820115850278 -0.8150803906646746 -0.8173234407630715 -0.7528696104297367 -0.5513541893613234 -0.3903491280013734 -0.1326346876851357 -0.07252698464846495 -0.08689832059825794 -0.07256768785610532 -0.16112207768625464 -0.2265613048288503 -0.3066701456734351 -0.6027159656325286 -0.6467624816331714 -0.6966001429422854 -0.8197653676352243 -0.8804344084415181 -0.8349258999614998 -0.8316292546501881 -0.7569474998719268 -0.7297048923938183 -0.8157990558188131 -0.851447452083019 -0.8125042085431177 -0.7945660210171013 -0.7787908568095703 -0.7183284811938927 -0.5166410721460689 -0.36375257945488815 -0.12914962270204022 -0.07256751505217186 -0.08689804785853394 -0.07252692169239973 -0.14887898619703469 -0.22660188991950816 -0.3066296112124834 -0.5207478425809237 -0.5797213903343764 -0.6846334467901816 -0.8286605854918244 -0.9026971579255683 -0.8915569365162562 -0.8662061283089558 -0.8093934947144394 -0.7616542741702483 -0.8092913716476925 -0.8398076662419051 -0.8294588660095815 -0.8768237178315393 -0.8787276677426906 -0.8201456864812771 -0.5971610995317584 -0.4384427502542942 -0.13812859532305546 -0.07252836282016535 -0.08689817853038849 -0.07252704953875644 -0.15176739047174495 -0.22369461589227185 -0.3190246069724074 -0.508986017320723 -0.5808692841821996 -0.7127917918281249 -0.7992932764583845 -0.8716404210207236 -0.8441955644471035 -0.8308389721299875 -0.7788115590580641 -0.7609479232029673 -0.8073227159530304 -0.8805245921624181 -0.8337963081694794 -0.8485521038802298 -0.7740742890765449 -0.7556270977411023 -0.5670666634341017 -0.4179801612554257 -0.14318210312302523 -0.07252707377180134 -0.0869387258304509 -0.07252685907874744 -0.16208174049922197 -0.28399421062085545 -0.39196132141863216 -0.5181331716886611 -0.6145590663372495 -0.6113878750702058 -0.784765878199405 -0.8592665916013512 -0.7845189460682732 -0.7833962723341549 -0.7208637016195704 -0.6946160212753711 -0.7199484552540404 -0.7493465175549642 -0.7014743818626487 -0.7062831733231573 -0.6610108200416293 -0.5756736878508629 -0.36326320594339145 -0.22886573153783465 -0.12288219416464596 -0.07252691441442899 -0.08689825129532121 -0.07256761324937921 -0.12469033633907285 -0.22656135972234742 -0.3066701781563879 -0.48305214594306606 -0.45122435720791576 -0.5206901995216592 -0.6447669795590519 -0.7003276588273049 -0.6638590175783888 -0.6611677797455466 -0.5971414990735001 -0.5801637992635328 -0.6690651627685876 -0.7065657518139248 -0.6565780362911706 -0.6932875613129926 -0.6534774106428091 -0.5690476966996338 -0.38519908269672704 -0.21882381004229753 -0.12263606212972705 -0.07252701510922678 -0.08689820657655481 -0.07256756511450319 -0.12712108486609983 -0.2265613164462934 -0.3066296566090127 -0.47153929917067633 -0.4392136809200676 -0.5194430175188924 -0.6483265335887529 -0.7141852499942101 -0.6697313245007374 -0.6682385696850838 -0.6251851400579918 -0.6207708498578245 -0.6820535448214832 -0.6967408497773923 -0.6371981488756817 -0.6643661525166535 -0.6652319622839789 -0.6003527005036894 -0.3722726599277606 -0.20692473556924645 -0.12240191423159047 -0.07253548853872539 -0.08689821122749752 -0.07252704863104034 -0.12756348901515155 -0.22656135195351543 -0.30662971981314024 -0.4799581971165255 -0.43923429576233425 -0.5659365536337693 -0.6949087559232517 -0.7971136802304629 -0.7504285304467052 -0.7429801321751054 -0.6978683459348028 -0.6707148897887287 -0.7492661835434105 -0.771856811013099 -0.6973595327781771 -0.70292681372319 -0.6869680608358066 -0.6052696309810879 -0.3925555953425705 -0.22130867766894127 -0.12284578895158194 -0.07255303126298188 -0.08689820985538277 -0.07252704728057402 -0.13023824969408038 -0.2265613505337456 -0.30662971841140163 -0.4913240357148088 -0.4702115168203389 -0.5977613298840628 -0.7520657911386306 -0.8185812700147569 -0.7767797320898092 -0.7777530489593971 -0.7238695086524872 -0.712552502921671 -0.8021002060605915 -0.8082262398629128 -0.7463254467680087 -0.7374260522788191 -0.7398329571349717 -0.6586221512492895 -0.4445817373322911 -0.26982532054496733 -0.12290756003306057 -0.07252700197791172 -0.08689821704297718 -0.07256757638086789 -0.13697269703279147 -0.22656132647943905 -0.3066297565307121 -0.49659870608443274 -0.45217787094586287 -0.5549281923162767 -0.7080766205779684 -0.8110115571636043 -0.7474704964263758 -0.7411977263138597 -0.696478881109682 -0.6706900688645122 -0.7483869715726972 -0.7623630503773609 -0.6827475231380612 -0.6685186173407073 -0.6412481703629838 -0.5801402693727571 -0.3865040980586996 -0.20696410486730338 -0.12665819647642898 -0.07252699487827866 -0.086938744602078 -0.07252690965739228 -0.12274224969180765 -0.22373505315544773 -0.3190245266560303 -0.3985573610239347 -0.37765049466291056 -0.5060737151561711 -0.6094873721700799 -0.6371079429631944 -0.663109999075383 -0.6413189128425671 -0.5745054755877165 -0.5972034805885564 -0.6095849906162313 -0.6735355717875207 -0.6422965047281354 -0.6568175046464576 -0.5964809661478208 -0.580385021292664 -0.401669900040981 -0.2712097559318648 -0.13389111492659278 -0.07256749114455724 -0.08689806537607467 -0.07252693882924659 -0.12419405834199783 -0.23235875309109807 -0.3334846789001086 -0.3210352523423796 -0.44277413590864434 -0.48465645250531136 -0.6762588297024557 -0.7416587851869106 -0.7030815590081003 -0.6803822644573906 -0.626571390943168 -0.6197968886872605 -0.652538907934965 -0.6828485030888781 -0.6444646204652188 -0.6382991947201924 -0.6355566713287685 -0.5829149517792801 -0.40399855261955864 -0.26097584598229684 -0.12284039838202937 -0.07256748033589756 -0.08689805545292398 -0.07252692912226236 -0.1246902123884887 -0.22660189776692294 -0.30662961835097957 -0.5119663879611671 -0.457886944404629 -0.6155847817590324 -0.7784423256695322 -0.8567889115047245 -0.8185940296486942 -0.824071152518199 -0.7622404731326019 -0.737686703829541 -0.819704657581263 -0.8526616989880684 -0.8108993591247056 -0.8074609785043624 -0.7918565889841194 -0.7292940261904348 -0.5391458689596299 -0.29213260020050785 -0.12376020847741491 -0.07252801219065208 -0.08689817823704575 -0.0725270492451643 -0.12756783576743475 -0.22656128887513113 -0.3066296293110328 -0.41599818304086233 -0.48890890088611405 -0.5584395200138434 -0.6673948833541127 -0.7850743726352952 -0.7358176825046597 -0.750759313013147 -0.6785571962448805 -0.6642565391372965 -0.740168931255968 -0.74663620200601 -0.6813850403307486 -0.686434046869247 -0.6714819615252434 -0.6368494406871454 -0.44261629592926055 -0.289830519229253 -0.12383762246902838 -0.07255256238417894 -0.0868981760777712 -0.07252704713313865 -0.13002028404811056 -0.2265612868055107 -0.3066296272633171 -0.4146300940808595 -0.4638708286120205 -0.5369358876861052 -0.7087425211859215 -0.7567757993916363 -0.7276048566484201 -0.7269054249547598 -0.653191802422967 -0.6145788560261858 -0.6862538556703821 -0.6118903657918073 -0.5685113520496166 -0.682971363874177 -0.6810104594574262 -0.6319879858870787 -0.4594102023211087 -0.2853128460239613 -0.12256705487663844 -0.07252914540639319 -0.08689817813663873 -0.0725270491502586 -0.1296109267697721 -0.22656128877892795 -0.30662962921782366 -0.49179841799743973 -0.5456718156469944 -0.5677517578831538 -0.6697172955116093 -0.725348520184124 -0.5870028316122977 -0.5912739412337478 -0.5541700652636473 -0.5701628433011972 -0.6380190921426537 -0.667791949583151 -0.6361196301884792 -0.6600546221088631 -0.6641759676352986 -0.6080487493926314 -0.44966444652275994 -0.274353824493816 -0.12260898954124656 -0.07253456417850421 -0.08689821091911303 -0.07252704832808171 -0.157852730674851 -0.22656135165622943 -0.30662969719728206 -0.47191984811722054 -0.5285558187116742 -0.588284762118271 -0.6621723678053414 -0.7151698361995601 -0.5878911271020683 -0.648304378885398 -0.5278977096673485 -0.5724460341865417 -0.6467130891051456 -0.604748929077835 -0.6322596297611576 -0.6552953810274741 -0.649436803840165 -0.6016964424348498 -0.439526746197468 -0.26350087234433084 -0.1268829804356402 -0.07256442224465341 -0.08689820830805123 -0.07252704576154026 -0.1532811051087653 -0.2236946133357048 -0.31902458275228085 -0.3570611345422558 -0.45547381353722177 -0.5666379176740122 -0.6561093778033122 -0.6157104554460993 -0.6138826718507304 -0.5971481826382474 -0.5407472032842491 -0.5321347418641889 -0.5731255464759945 -0.6470382970882087 -0.6265431470179683 -0.6384459610869184 -0.5640662470936977 -0.5351637688931945 -0.35992515849107737 -0.21398679624912967 -0.13395373999868382 -0.07252702369160235 -0.08689822789414292 -0.07256758805515753 -0.12210830693407528 -0.23601469957886137 -0.33350042625652465 -0.30183950012111793 -0.4171644116777831 -0.414714969949061 -0.6199835657877366 -0.6787711544205187 -0.5762970516482548 -0.5928829440190752 -0.5009589655758351 -0.49168940561961877 -0.5518993698214034 -0.5680737879456814 -0.5433524816252154 -0.6232814855929327 -0.6211952384127499 -0.5775147126184575 -0.4282196465533363 -0.29333150410194536 -0.1228392609988194 -0.07252697536640132 -0.08689831143957048 -0.07256750054405282 -0.15519976432752605 -0.22656126817492903 -0.3066701454913043 -0.4573753945965511 -0.5157812862010736 -0.5859611791782123 -0.6586336412559509 -0.7208698756555264 -0.5867416711405747 -0.5897675281751456 -0.5387117501552441 -0.5413269404471114 -0.5921572833681268 -0.6049581059747208 -0.6412281881063397 -0.6572867605973888 -0.6468516610557973 -0.6228512561824633 -0.41401111963940623 -0.24974915688641616 -0.12257686443867026 -0.07255647114522483 -0.08689817573399733 -0.07252704679782737 -0.1599249683747082 -0.22656128647605273 -0.30662960337099865 -0.4207150152392542 -0.49288777609515416 -0.5777309343856565 -0.663085897639187 -0.679153880828009 -0.6402162160311036 -0.6502864598212634 -0.6125988651050897 -0.5880397870694922 -0.6507173238024732 -0.6662924238353789 -0.645036676799305 -0.643427933833039 -0.6435762463144051 -0.5848602426142469 -0.40039552703940473 -0.24764287910096203 -0.12341130712508375 -0.07252703799520126 -0.08693886483882214 -0.07252682137514337 -0.12712567650700043 -0.22660178217515195 -0.3066296222367437 -0.4950927479893691 -0.5355944431779276 -0.5754604710312914 -0.5968709277458423 -0.7081738606307824 -0.6696670687078564 -0.6632268412916639 -0.5267586810179936 -0.5474450502492995 -0.5928748677615111 -0.6906218577469441 -0.6408216613885672 -0.6737736412501891 -0.6654955912218279 -0.6137053358384955 -0.45347575981863053 -0.28213329156238703 -0.1225598304774374 -0.0725675581569977 -0.08689808758161292 -0.07252699357162422 -0.13855345988967396 -0.22656133478505222 -0.3066296309103458 -0.46053511510891554 -0.51798569497869 -0.5684932884075008 -0.6339764556864088 -0.7089749566201109 -0.6461966935213904 -0.648691860530194 -0.6079768839935283 -0.5890440491682345 -0.6672406041034813 -0.6860994029522574 -0.6390096762790278 -0.6396391502386839 -0.6283427864337204 -0.5828596744513943 -0.4527513815182908 -0.28812885542037225 -0.12261290224657338 -0.07253977109843861 -0.08689817720135119 -0.07252704823442432 -0.14455700805313082 -0.22656128788354543 -0.30662960476605083 -0.46821701435757246 -0.5250688461103801 -0.5601241531741654 -0.6582026945045707 -0.714786548856471 -0.6569574544887697 -0.652231230148966 -0.5995031350385953 -0.5740265509613656 -0.6433062638367582 -0.6700312402214215 -0.6352187429119649 -0.6538154907196643 -0.6559240527406113 -0.6050675031133308 -0.4465627403769029 -0.2693318382438994 -0.12686992924354965 -0.07252702558043715 -0.08693889009693116 -0.07252680861205638 -0.15604377130602615 -0.22373505403291596 -0.3190246358385388 -0.3405671705767374 -0.4328594188278481 -0.5607431595786659 -0.6551186112526094 -0.6651570165652021 -0.6222695392043944 -0.6142397193106814 -0.5698313466994958 -0.5568698083017041 -0.5842280732350766 -0.6624715900313338 -0.6337162815094414 -0.6431814399656025 -0.6108989320836463 -0.5853397681267511 -0.3913440298606423 -0.23550125166311325 -0.13392005824473757 -0.07253507471021942 -0.08689817761502328 -0.07252704863844538 -0.15749939908485627 -0.2634717239942432 -0.364663754757969 -0.322699840865241 -0.42354257086934527 -0.4258443060602247 -0.615364498143146 -0.6784292629620466 -0.6057299096250561 -0.6054864488211854 -0.5502941807226113 -0.5353894921672449 -0.5873225132122276 -0.6143679333637707 -0.5936295132084918 -0.5982921635442596 -0.5937145850523073 -0.5417318524272632 -0.35195445612885445 -0.21994883558403294 -0.12283487781095331 -0.07256754300851267 -0.08689811298600679 -0.07252698540278435 -0.16513369339982495 -0.2265612906314262 -0.3066296150906387 -0.4218252810614747 -0.466222031859512 -0.5432433293670051 -0.6434584645138693 -0.7008597904817477 -0.6498559088737126 -0.6457509910708455 -0.5913488935692246 -0.5704031699503843 -0.644363881298671 -0.6697436284415548 -0.6292907338425585 -0.6537823592082123 -0.6390538512881807 -0.6164105980416967 -0.4103487930735076 -0.24940203485999748 -0.12258693455836125 -0.0725269834058761 -0.08689831937395914 -0.07256768653549267 -0.15717020197358986 -0.2265613036407722 -0.306670151117977 -0.473199199477225 -0.5335862046956134 -0.4964817931378357 -0.627607731211606 -0.7117966297968441 -0.6494379489279801 -0.6505273965827016 -0.5980392744786557 -0.5851821766391669 -0.6506530053042764 -0.6631903061620364 -0.584589192792554 -0.5874339692192583 -0.6731778643959223 -0.615860162724541 -0.44389695813941626 -0.2789886920476446 -0.12260998035171435 -0.07253635814985229 -0.08689821076042341 -0.07252704817281247 -0.15782007720126723 -0.2265613515046418 -0.30662960552169444 -0.47295725952942796 -0.5301648037422769 -0.5087486430422619 -0.6491941985247822 -0.7507110506757907 -0.7172510144717731 -0.7212146219282372 -0.6743020218983329 -0.6568367766523682 -0.7305732503139754 -0.7466551273710434 -0.6619012812774366 -0.644833539348678 -0.6219121166325976 -0.5657522752911569 -0.382749952811628 -0.23946737688322495 -0.12235353062344992 -0.07256751769648313 -0.0868981234877927 -0.07252696231040179 -0.13292084508493024 -0.22656133683636331 -0.30662966265138647 -0.40237130790420134 -0.45528116796122053 -0.5297271765052126 -0.6717846574084395 -0.7391257800088118 -0.661504933457849 -0.6523739150730737 -0.627438463244157 -0.6109819893515194 -0.6814885504103332 -0.6886015483580288 -0.6390495053842666 -0.6415598372717055 -0.6425110778314436 -0.5816085158591612 -0.3598814096547614 -0.20704634718456102 -0.12260264902977194 -0.07254165875850704 -0.08689817703549742 -0.07252704807163933 -0.12716378809031484 -0.22656128772415868 -0.30662962817330836 -0.48060180993604734 -0.5297323860987796 -0.5900764919039831 -0.6565366716711052 -0.7135113250912962 -0.6600253983865971 -0.6558581017676632 -0.5956985044422602 -0.5702919887043201 -0.6339261883503992 -0.6629728602077811 -0.6225582118322323 -0.641062926122886 -0.6366011349587976 -0.6187074196125841 -0.4179082216279004 -0.25227324134217494 -0.12686797306341357 -0.07256757262411631 -0.08689810091474735 -0.07252697359608741 -0.14722886926099485 -0.22369461392926787 -0.3190246531304789 -0.38399909192003295 -0.4194504167661778 -0.5491879524659832 -0.6448124811127137 -0.6729136354023944 -0.6383340335357964 -0.6221347488913764 -0.5601942928550013 -0.5531407078662615 -0.5966213866716359 -0.6708417511825756 -0.6477438469472055 -0.6595754475376924 -0.5955171486888053 -0.5754233916923991 -0.38108442170398166 -0.23375902064567966 -0.1339226737440116 -0.07255187715897714 -0.08689817613843982 -0.07252707974603445 -0.1562486361487889 -0.26829726332597975 -0.3590436118128798 -0.36387011965851335 -0.42088099907070453 -0.4265676286170289 -0.6175470334770506 -0.659289505219649 -0.5936405249883852 -0.597910438404493 -0.5585265111678094 -0.5560986757572567 -0.5971982323268489 -0.5992199552666014 -0.6429690023530248 -0.5982169577744777 -0.593991819735354 -0.5422858825301611 -0.35139656547788595 -0.22021593997518998 -0.12284404944704222 -0.07256752762786227 -0.08689809886712216 -0.07252700455163959 -0.1638538654379159 -0.27572332822412093 -0.34936844198878164 -0.45712272560448125 -0.4592550239557166 -0.5249542334039715 -0.6457788925890342 -0.7098679127356934 -0.6490630189641886 -0.6419009351955468 -0.5851079611909272 -0.5591668533086905 -0.6346173138506207 -0.6563754885827463 -0.6592353926397231 -0.6307541876067784 -0.6251420491436946 -0.5735267814038427 -0.3800402978570375 -0.22747967858687645 -0.12285748223902102 -0.07253176922627798 -0.0868982111614119 -0.0725270485678838 -0.16670942165769675 -0.2757390886952716 -0.3493819636698262 -0.458373550563033 -0.460987904637987 -0.5216588216260248 -0.634853112634014 -0.7014605058845208 -0.6181157602356084 -0.6128263060122966 -0.5658513980535015 -0.5463045963046432 -0.6175715971624479 -0.6407469615269746 -0.6380604985646715 -0.6292562227155651 -0.6256783070804132 -0.5756013461928224 -0.3797671647163205 -0.22708299335854076 -0.12261218481211841 -0.07253627714573224 -0.08689817750969824 -0.07252704853344431 -0.16501517657733464 -0.26952135804362387 -0.3492666126613734 -0.456970231186269 -0.46753184520717117 -0.5358140380128251 -0.65169580171593 -0.6858353215126693 -0.634348268464236 -0.6354844154062288 -0.5800698454248608 -0.5535908784341461 -0.6261706428633973 -0.6531031594305188 -0.6636384297701531 -0.6424152017175784 -0.6431890244323142 -0.61836702266175 -0.43972101802255853 -0.26198502951925123 -0.12258369971475379 -0.07252696660202043 -0.08689833537654722 -0.07256766831001363 -0.16357055904322923 -0.2265613292896194 -0.30667013317772196 -0.49966978373845833 -0.49294529197888287 -0.5530359915589907 -0.66190781056055 -0.6896670294648501 -0.6339243675071298 -0.630925239736785 -0.574651926896602 -0.5542175765646364 -0.6232770252389681 -0.6597578769276126 -0.6519039499513675 -0.6289013102961661 -0.6390995693177765 -0.6191040509542748 -0.44120024923704865 -0.2603915196495628 -0.1225866368082163 -0.07254723204437784 -0.08689820981132636 -0.0725270472400943 -0.16365997322515935 -0.2265613504824962 -0.30662960450080967 -0.4661719964081781 -0.4856242299946673 -0.5567532361046945 -0.6646222849468196 -0.6978452597558671 -0.6516798258357452 -0.6459532679109073 -0.5949835333542802 -0.5663348679664537 -0.6396231121451494 -0.6695252280952116 -0.6733999683481798 -0.650542886485989 -0.6493007657089251 -0.6239257981337877 -0.4128245919498694 -0.2529439199853188 -0.12692440381185022 -0.0725270119731542 -0.08693882338723437 -0.07252678318980103 -0.15741277444083882 -0.22369455877089833 -0.3190651517441293 -0.40391716943342765 -0.45464975175705147 -0.5732745314777828 -0.6324348752013151 -0.679804183256533 -0.6602013071065695 -0.6522993640291076 -0.5999854170532672 -0.5923992658630926 -0.6334792126425841 -0.6919601563859841 -0.6902579156738172 -0.6252551924742881 -0.5509959746224983 -0.5716444169088041 -0.38347805231383686 -0.23745165339234198 -0.13387718672117768 -0.07252698961784967 -0.08689832550271932 -0.07256769313330401 -0.1223476646024194 -0.236024688562006 -0.32802944058548084 -0.3541167430081239 -0.4201951558800218 -0.45752418335976336 -0.6716988069205074 -0.7347230150265065 -0.695285498257928 -0.7027163677096231 -0.6402705386806951 -0.6332690773996129 -0.6727247861587574 -0.6886667438861255 -0.6871988992884582 -0.6458593669930336 -0.6322195629939596 -0.6010732395640181 -0.41270503588464735 -0.27898104691004066 -0.12711999774666022 -0.07252694431641729 -0.08689828080103788 -0.07256764500850983 -0.12469032593190366 -0.22656138841575582 -0.30667020941405093 -0.5240624839567167 -0.5348641001958998 -0.580034357755773 -0.6713928446428086 -0.6811847569982202 -0.652457006505639 -0.6397890338113978 -0.5767981074244592 -0.5507596935842226 -0.6288998888141976 -0.6618968097896301 -0.6603322379374513 -0.6338543831184588 -0.6292869064384894 -0.5786925363418499 -0.3796692959746923 -0.22688878141266614 -0.12263054500667166 -0.07252701166073995 -0.08689820313306305 -0.07256307407574583 -0.1650138035922458 -0.2695461722678105 -0.34926938682993663 -0.4572594177693327 -0.46159294005522516 -0.5219484447796267 -0.6321351914932181 -0.6956728679660127 -0.6357039055851842 -0.6342719019072076 -0.5850924527737388 -0.5599574383000033 -0.6417148839315611 -0.6641687044956779 -0.6645006586598281 -0.6338350843136269 -0.6318587257090664 -0.5795332048893458 -0.37979416134349175 -0.2269791206001319 -0.12255217679052342 -0.0725270336778212 -0.08689822512533406 -0.07256758508001276 -0.1649876719190036 -0.2265613342285647 -0.3066296507223706 -0.46590512410962526 -0.48287077863274297 -0.5548879269653407 -0.6389789525834788 -0.7051161468613432 -0.6548635545496744 -0.5787645732021657 -0.5696509139943571 -0.5751593163730495 -0.6431096681839785 -0.6812923441449807 -0.6739821246226375 -0.6307789901093763 -0.5864053946166217 -0.6227851247376285 -0.4555815665916958 -0.28855458874161927 -0.12257538621388941 -0.07256144488098039 -0.08689817529910962 -0.07252704637050343 -0.15525629559944404 -0.2265612860573543 -0.30662960295603464 -0.4787746179778127 -0.48898823530663704 -0.5449099077609031 -0.6583267047843623 -0.7038577366929624 -0.6454885381349305 -0.6386689660758145 -0.5827833669615491 -0.5787199089044359 -0.6193879723198118 -0.6512767924787107 -0.6556635224528704 -0.6351531730351198 -0.665068315933924 -0.6115896477658593 -0.4009529341447627 -0.23697140316640652 -0.12258248642305182 -0.07255790803221564 -0.08689817561023497 -0.07252707923022837 -0.163632776666194 -0.22656134940011408 -0.3066296034227868 -0.4637419117584086 -0.4748442060618507 -0.5362274522444042 -0.6611216281029655 -0.695147656928519 -0.6361871911324354 -0.6278704027315105 -0.5889284785212451 -0.5654878600646388 -0.6403994559804134 -0.673232175717217 -0.6776226591873501 -0.6570607440878732 -0.6451486053597952 -0.6165253491258134 -0.43620034922401757 -0.26545585029556973 -0.1268609851661372 -0.07252703812919022 -0.08689828595584555 -0.07256761481169205 -0.1531965543865166 -0.22369454591546115 -0.31906513102350814 -0.40715128229913167 -0.4492246557325162 -0.5720780713129181 -0.6700269922072535 -0.6565337145227432 -0.6175370322304392 -0.6070598222882387 -0.5573439872466122 -0.5481474448569833 -0.5867257215136845 -0.6619223210781928 -0.6777653225195801 -0.6516277058777125 -0.6153523271682866 -0.5851514975898326 -0.38637411489631496 -0.23376888480244432 -0.13390696116600512 -0.0725483520188053 -0.08689817644895309 -0.07252704749675024 -0.15755338110594527 -0.26363171786059053 -0.36470438223484886 -0.3639172997396878 -0.4240601387523972 -0.4258031046381841 -0.6094647728690115 -0.6790158372788159 -0.6199981178833389 -0.6277187717157774 -0.5568291727703317 -0.5456344629120932 -0.599432321538847 -0.6187357137306364 -0.6368422988595591 -0.5968721851659138 -0.5906772384492649 -0.5386333191087248 -0.35167447265307344 -0.2204310595592949 -0.12289153797404712 -0.07252701081125472 -0.08693883532896282 -0.07252679419195313 -0.16521721560818617 -0.2696846662154404 -0.3557460144181963 -0.45712741040529475 -0.46207275060823544 -0.521439608275369 -0.6582938713087164 -0.6969853276977401 -0.6521251133497609 -0.6457053491552899 -0.5371861518069262 -0.5281790283197572 -0.6046122779944542 -0.6076607182652717 -0.6703982939961179 -0.6435226920426069 -0.6323217770527109 -0.607422015398448 -0.4300566230937027 -0.2637216543522227 -0.12284361239033835 -0.0725598424423618 -0.08689820870930867 -0.07252704615359395 -0.1635918588098961 -0.22656134919731458 -0.306629603221291 -0.4906152172543784 -0.5039288600238152 -0.5555699563760581 -0.5995672101973506 -0.6531174293056443 -0.6011459979095559 -0.5920216801535536 -0.5412515572445872 -0.5067431244532243 -0.582916856922881 -0.6878430500366414 -0.6889295854880673 -0.6680077502507091 -0.6375051003683697 -0.6064279490615382 -0.4006529717196445 -0.23924085363744982 -0.12254956508780614 -0.07256753319273665 -0.08689810397680003 -0.0725269765918135 -0.16492670781797691 -0.22656134112669915 -0.30662967809365566 -0.46547203409114635 -0.4753819878641321 -0.5344203416432977 -0.6624386880557748 -0.6986158101514232 -0.6428332694292679 -0.6388789326232884 -0.5791029520876256 -0.550933988257725 -0.6221629264755882 -0.6575011181178089 -0.6491557771020071 -0.6480681581553785 -0.6510380055063577 -0.5807591791772438 -0.3822309713420352 -0.2270635018218571 -0.12259443215590686 -0.07252702631302829 -0.08693885215848572 -0.0725268435288196 -0.1636698549441664 -0.22660179017707383 -0.3066296584066891 -0.46208150797210296 -0.4750309516167617 -0.5400390477002337 -0.642027850210821 -0.7008066296548277 -0.6394462675913307 -0.6217782091529962 -0.5811472064916624 -0.5502352671654306 -0.634481860106883 -0.6663087823098006 -0.6592664683367361 -0.6337090993692787 -0.6292043897634958 -0.579047629076578 -0.37958668637382986 -0.22699494263020986 -0.12257004135520813 -0.07256759296631488 -0.08689815885243614 -0.07252706292476384 -0.1666547321689094 -0.2754995454554107 -0.3509588002781548 -0.45691061255201754 -0.4623801206041197 -0.5252502179053279 -0.6363191214547093 -0.7061236919351538 -0.6225215064896584 -0.6210074436320152 -0.5697729761853612 -0.5493898661584381 -0.6160519684967264 -0.6405109000961284 -0.6646551955403791 -0.6325512094577513 -0.6366824328666559 -0.5836185817563456 -0.3863918578055381 -0.22999789294327141 -0.1268662503739512 -0.07252701216476129 -0.08689820363362499 -0.07256756194827002 -0.15746492131056403 -0.22369457822987138 -0.31902460839619484 -0.43146573779899294 -0.48325545088261895 -0.5793751443662387 -0.5946768695803626 -0.6302775815374219 -0.6235455947796655 -0.6242176582267444 -0.5940505681650509 -0.5926237321581022 -0.6341460876620412 -0.6882841169225167 -0.6703760958321373 -0.6395205643842747 -0.564000542612623 -0.5351580463883167 -0.3693456468952434 -0.236312929088391 -0.13394227528120706 -0.07252702684055616 -0.0868982182933532 -0.07256757772777667 -0.1356605950875797 -0.23737746213747846 -0.3322719056478116 -0.4097397267544663 -0.4765654611206435 -0.4795135325162161 -0.6491496163237258 -0.7065013336501015 -0.6453273513769809 -0.6470628411606073 -0.5978539253034073 -0.5832767331194036 -0.6189454940009753 -0.639545958961151 -0.6467289724828917 -0.6161832748120475 -0.6085811520314732 -0.5909276387715634 -0.40798362946975053 -0.2588976470344434 -0.12283383319060856 -0.12239540708381733 -0.07253425596310546 -0.08689821241673917 -0.07252704980097778 -0.16503988669071698 -0.22656135154451412 -0.30662960556184843 -0.4433008661925087 -0.48084343115430733 -0.5463279596435882 -0.6606606629011215 -0.6866402969425923 -0.6310369974928761 -0.6332893111836752 -0.576044543636944 -0.5576623201897322 -0.6411165227528132 -0.7094673157336236 -0.6635390973624407 -0.6406428710889974 -0.6309423879488025 -0.5806644249911376 -0.37949070438659993 -0.2271256818165202 -0.12258923970739423 -0.07256717478599081 -0.08689817479408969 -0.07252704587885989 -0.16513851045034464 -0.26972404499719727 -0.3495420737272196 -0.41426357699561756 -0.4614484166299633 -0.5240118958905554 -0.6323888731937636 -0.6963023319691009 -0.635024884376968 -0.6260737049600696 -0.5713322375568298 -0.5508029198892158 -0.6400273734548614 -0.7087586203529694 -0.6594438534140518 -0.6342008411381964 -0.6303293665230476 -0.5787142119404296 -0.3825464677923291 -0.2276734582742991 -0.12254984043295386 -0.072567473403873 -0.08689804908799412 -0.07252695611703494 -0.1637160725568381 -0.22660183811472454 -0.30662969488182173 -0.4219395392755878 -0.4720400324308146 -0.5322811162315687 -0.6425115958145293 -0.7039556352401288 -0.6464369957796751 -0.6414434007636358 -0.5807685539136607 -0.5552466401519238 -0.6443538305285781 -0.7162520264495748 -0.6732769950487952 -0.6503145123739393 -0.6409315244109466 -0.5865980599717467 -0.38412689622783086 -0.22903421607903318 -0.12256332697088998 -0.07253215421512191 -0.08689817787119204 -0.07252704888729267 -0.16508232198001052 -0.22656128852522633 -0.30662960540347123 -0.42156265733020215 -0.46843095827268694 -0.5308211706247893 -0.644920308001835 -0.6773263842717806 -0.6193069488852606 -0.6182057072054064 -0.5951909086364139 -0.5645029057546905 -0.6469571267713217 -0.6842445328158455 -0.6695224037989866 -0.6421538058229342 -0.639452615410148 -0.5908940150622964 -0.3938735066057413 -0.2403105949102155 -0.12255495524344114 -0.07252702016685728 -0.08693884548690435 -0.07252683741640634 -0.16364403296239471 -0.22656128171690415 -0.30667019482646435 -0.4066382077933374 -0.4454756759534402 -0.5013448313864223 -0.6320698139264471 -0.7059609283884718 -0.637448101793071 -0.6274507960899016 -0.5712660831424096 -0.5710740093738024 -0.6247404980143835 -0.6912743355975961 -0.6494056420837323 -0.6255068968979968 -0.6543892426583598 -0.6047247600725945 -0.39851394576813487 -0.23038843872924838 -0.12687310163170035 -0.07252694041813232 -0.08693891650730175 -0.07252690248693341 -0.15631279528359027 -0.2237351173139411 -0.31902462081697835 -0.33098575165309146 -0.40253730010277694 -0.5354141717173194 -0.6297601196073662 -0.6650100768574574 -0.6277330422063554 -0.6114422825237023 -0.5573693638823617 -0.5511101728611432 -0.6014303352020329 -0.7180170664323038 -0.6841673970134947 -0.653949942814022 -0.5908359663770152 -0.5701952103508445 -0.379671560879966 -0.23384529891611036 -0.13387426005067218 -0.07252698642400043 -0.08689835483040038 -0.07256751204341952 -0.15627235167101688 -0.27290239725294585 -0.3618469074026451 -0.3193084456690959 -0.4177725220912211 -0.4191325844843875 -0.6031953188452919 -0.6717635627441468 -0.6112232262554889 -0.622967114119533 -0.5687050993076951 -0.5579536552997338 -0.6006954041776014 -0.6699338028107891 -0.6423238652479473 -0.6183319144157047 -0.6154806980577916 -0.5629525518677276 -0.3742568086687748 -0.23133263220398798 -0.12282075854152703 -0.07252697329689102 -0.08689830939625774 -0.07256767579917023 -0.1650934031103428 -0.2265613553667707 -0.3066701398197206 -0.4279424768133924 -0.4965494228267051 -0.5597548760188319 -0.6710058755289742 -0.7023394196344005 -0.6362391066742252 -0.6236651421601124 -0.5946885607307902 -0.5815748055024363 -0.6526896572301594 -0.7181128800446135 -0.6688019069365521 -0.6461704744469378 -0.6525755299691387 -0.6052745596210808 -0.3926100754122886 -0.24023208120031758 -0.12254240620584105 -0.07252699299828631 -0.08689832883713033 -0.0725676967253979 -0.16507786066464197 -0.2265613128128473 -0.3066701610781539 -0.4295536826504513 -0.5018488553477287 -0.5689613289363653 -0.6428465382752415 -0.6988920631320543 -0.6401591910792838 -0.6336327169735309 -0.5799124226073821 -0.5572061716298002 -0.6278358403441578 -0.6966161952536272 -0.6393378490925586 -0.6336035454473918 -0.6307858148210695 -0.5783947314185521 -0.3815391176415961 -0.22692213158877894 -0.12254161554926307 -0.07252702104662155 -0.0869388851991252 -0.07252683794267488 -0.1637298702875882 -0.2757836470789476 -0.3484428051242673 -0.4120342968946546 -0.45877341498558827 -0.5243299700060577 -0.6419922197789873 -0.6837637218020508 -0.634607921200103 -0.6354534465950885 -0.5850997867299959 -0.5614819321911744 -0.6267352489073323 -0.6936018402116867 -0.645514694340799 -0.623460364212639 -0.6466340099893043 -0.5968981444139235 -0.43315228463017097 -0.26427429034506567 -0.1225952592480647 -0.07254903860268316 -0.08689820965193258 -0.07252704708229596 -0.16357062485131238 -0.22656135029782432 -0.3066296043189242 -0.47134326613151273 -0.4449528727657104 -0.5186339095272041 -0.6438389906891757 -0.7250470556058896 -0.6749084296806802 -0.6514911908673705 -0.5987984969250476 -0.581619081526762 -0.6797141594847179 -0.7534333418521691 -0.6824417777958225 -0.6420658257123542 -0.6312840143817462 -0.6117677308346461 -0.4036805048876167 -0.24532725406413528 -0.12256527020599814 -0.07256756696341671 -0.08689816846856076 -0.07252703933615104 -0.16377829471996552 -0.22656130820617718 -0.3066296350178833 -0.4209731839607243 -0.47408353279975224 -0.5292554411042113 -0.6346376450990534 -0.7009128252528243 -0.640810453606488 -0.6294698393079278 -0.5753814684350244 -0.5538474651850273 -0.6406556124929681 -0.709272663242688 -0.6632226733002167 -0.6441071192614277 -0.6398510407166926 -0.5869248541361018 -0.38206263694611275 -0.22691348894332072 -0.1268935943402998 -0.07252703875921097 -0.08693890685668612 -0.07252689364423154 -0.1619616167526715 -0.2730261183045979 -0.3619733261264049 -0.32008072229662504 -0.3966051155483907 -0.52839678415183 -0.6253765239820795 -0.6591426424433359 -0.6257525787505992 -0.6093446593255348 -0.5565257564819729 -0.5492097638586965 -0.5975277872920589 -0.7185751789120081 -0.682660697579879 -0.6524624766746471 -0.5881658615791 -0.5657486857281034 -0.38009147960050543 -0.2344521662690041 -0.13413073097675518 -0.07256750813472873 -0.08689811475882382 -0.07252698677988294 -0.1563374273640339 -0.27286736081821655 -0.3618184998671788 -0.3218865663150408 -0.42128351219826743 -0.42057180184451814 -0.6049423752180625 -0.6722157937062235 -0.6091273861885348 -0.6184496051114552 -0.5602251466380561 -0.5460444783862858 -0.6001897150257481 -0.669393434185439 -0.6423479823736361 -0.6068130893070085 -0.5993623619368438 -0.5466501182638852 -0.3550224994998867 -0.22216672254973066 -0.12282816868926617 -0.07252695429193469 -0.08693893138328246 -0.07252691612054894 -0.16380490036039233 -0.22660179544677042 -0.3066295548015746 -0.42641692378445023 -0.4733913107626861 -0.5417525799143084 -0.6537473943272751 -0.6822230987231721 -0.6278870625731986 -0.6542548117185869 -0.5944726511441395 -0.5731352863453092 -0.645793229550669 -0.7163261303126542 -0.6725521319596228 -0.6354657430765529 -0.6301304566735978 -0.5781859925526109 -0.3795616667559373 -0.22696730499787338 -0.12254510989204571 -0.07256749813143511 -0.08689807178980874 -0.072526978206555 -0.16386155924005927 -0.22656131937454826 -0.3066296453519443 -0.4263062777266731 -0.4687634990091368 -0.5298194138108966 -0.6394826342552538 -0.6999402235665043 -0.6359713141739674 -0.6256470160957749 -0.5706085765348544 -0.5543400993742873 -0.6379728254212433 -0.7065531854466179 -0.6561099909405086 -0.6307780980080464 -0.6265015396925585 -0.5756641066143532 -0.3799798703439744 -0.2271495210027114 -0.12255506489213726 -0.07252696624703703 -0.08693890879281223 -0.07252686186566137 -0.1651126982297042 -0.2696926297442999 -0.3493786836603817 -0.41446303055017464 -0.4617625086463273 -0.5157512286663867 -0.6268698936176359 -0.6913374614420569 -0.6312522226954902 -0.6216935443839156 -0.5676982652020787 -0.5466678873555467 -0.63468801079473 -0.702592208801265 -0.6518264243803059 -0.6260346635090288 -0.6200103192775684 -0.5684564779829746 -0.38050870485630506 -0.22777686008229553 -0.12258724554629125 -0.0725269624336991 -0.08689833128474234 -0.0725676638785673 -0.16671594943722237 -0.27569766281025065 -0.3475921392661177 -0.4147700552071226 -0.46202671747462726 -0.5196531908758891 -0.6306987734530783 -0.6949202783641044 -0.6352223103889715 -0.6239470239613732 -0.5690213583414809 -0.5476131486975198 -0.634909174983859 -0.7031417579728987 -0.6520363669301856 -0.6265298756695131 -0.6212998013740284 -0.5691343293078839 -0.3805007235377114 -0.2278108337251325 -0.12255857747152851 -0.07256755395625449 -0.0868981565940936 -0.07252702771605905 -0.16677462861436865 -0.27584901582321025 -0.35182344735783677 -0.4165287746891166 -0.4602813106147523 -0.5159231305339539 -0.6275777637472367 -0.6946011555356119 -0.6346680582249149 -0.6268562684965895 -0.5720996477234913 -0.5504755381427145 -0.635173962541341 -0.7041862400507592 -0.654396755442107 -0.6275976103830078 -0.6222304278576182 -0.5710711858441215 -0.3801541910679803 -0.22773025942264624 -0.12688968038213497 -0.07252694708127085 -0.08693874602609804 -0.07252687747594445 -0.16201175460458297 -0.2730102307656247 -0.36191789519341505 -0.3211757618307295 -0.3965664079792221 -0.5301551664852991 -0.6419118863569554 -0.6617181627832606 -0.635027730049216 -0.6235627553118425 -0.5767059558613327 -0.5643763028902886 -0.6033926711127139 -0.7155683905895313 -0.6810099522559991 -0.6677601581886591 -0.5927402481515396 -0.5912466138292832 -0.4073272187281457 -0.2654179363215961 -0.13423053820240097 -0.07252746663782314 -0.08689817828357023 -0.07252704929303859 -0.1575304507393079 -0.2634035764894309 -0.3646447893042494 -0.36479850070873077 -0.4645748035922351 -0.4770136355147326 -0.5805701960763434 -0.677782834388549 -0.6138231253731005 -0.638648225487347 -0.5622899312485133 -0.5538775655798966 -0.571885835634563 -0.6299061714961267 -0.5907062706212566 -0.5538421447814443 -0.5521062293648894 -0.507551799726632 -0.3404613150298047 -0.22023788598211336 -0.12351083241292783 -0.07252697645347556 -0.08689831251217288 -0.0725676791501116 -0.16319671256541843 -0.22656135846225248 -0.30667009616175084 -0.4529001868851455 -0.49832191719525193 -0.5852830202012232 -0.5970613699743634 -0.6623565083583941 -0.6573583456719336 -0.6426594015543476 -0.5932531585157534 -0.5742086659491742 -0.6343341514360212 -0.701767494533051 -0.6575977779059956 -0.6324999409554656 -0.6556186200049604 -0.5970907218904357 -0.3870020955831067 -0.2280860157577375 -0.12255555008789926 -0.07252705993148745 -0.08693888865263102 -0.07252684331276485 -0.16495849065257331 -0.22660180579025777 -0.3066296918180867 -0.423133793729872 -0.47019497683889855 -0.5273017377423949 -0.6354259405119086 -0.6972379827469632 -0.6356221006870381 -0.6267098579769365 -0.5697708259408609 -0.5574102837934388 -0.637383484154761 -0.7052238611234687 -0.6558150585835052 -0.6299323857644717 -0.6260087643534987 -0.5750866864395633 -0.380466973041383 -0.22712053293474463 -0.12255677077561372 -0.07256417113488119 -0.08689820833192123 -0.07252707834464409 -0.16950792551929927 -0.27582062673856295 -0.3518498142510534 -0.4145788094571658 -0.4637311393312465 -0.5175206643064831 -0.6287514784201087 -0.6927062098258958 -0.6337506491688474 -0.6270966124642047 -0.5701471940150148 -0.5537737509362463 -0.637572091728049 -0.7044662928827263 -0.6548175475075579 -0.6288931018396502 -0.6236916119491267 -0.5723539899932516 -0.37995837011925865 -0.2272623552909266 -0.12257399756023209 -0.07252702383654903 -0.08689821529335989 -0.07256761331685509 -0.16664344928685743 -0.22656131704083207 -0.3066296430642887 -0.4202932702676746 -0.473967485356338 -0.5342475779869634 -0.64521513475374 -0.7016821824442683 -0.6413188526630683 -0.6307850374257451 -0.5767487049478579 -0.5607682023375814 -0.6408877552686492 -0.7080709350249329 -0.6578270539302109 -0.6324551530846007 -0.627133857181681 -0.5775609485648591 -0.37963509969880016 -0.22723215710103165 -0.12256752097050999 -0.07255661125565202 -0.08689817572145975 -0.07252704678578244 -0.16506614143840617 -0.22656128646354212 -0.30662960335996087 -0.5126695428790394 -0.5290444686596714 -0.5032579380898058 -0.6243631679250359 -0.6596232084551196 -0.5881901218470926 -0.6251128888379179 -0.5943645685352019 -0.5724926536407522 -0.6538454233163993 -0.7189714127868092 -0.6741248213762893 -0.6463009095551652 -0.6422944168660051 -0.5878314178619699 -0.3832426769078576 -0.22758229171048763 -0.1266614222513172 -0.07252697022877186 -0.08693877112128583 -0.07252690033624476 -0.16205149141792302 -0.2237350791678867 -0.319024651815529 -0.3747675213064317 -0.4118500922316932 -0.5395747228302011 -0.6272137359561692 -0.65970072264745 -0.6246564012973543 -0.6082792082735712 -0.5545036788996742 -0.5509323780892952 -0.6009547176106049 -0.7167427289229416 -0.6819132516563645 -0.6532875619680554 -0.5889078447596284 -0.568255986418763 -0.3798422636203117 -0.23391422526058678 -0.13395627281366723 -0.07252954626727338 -0.08689821135756645 -0.07252704875818404 -0.16206568884068828 -0.27303752209454624 -0.36195852637065606 -0.3645987920122474 -0.419655429399682 -0.4231318068997362 -0.5997676998731352 -0.6665988805071145 -0.5967322109010172 -0.5954528956048704 -0.5318119685037422 -0.5287223067092961 -0.584596800880225 -0.6563381328793012 -0.6255123802262726 -0.5862874804078063 -0.580355472937226 -0.5294669829649378 -0.35344332117669597 -0.22109824141457635 -0.12281784063810362 -0.0725270475373078 -0.08689832007288541 -0.07256765174098753 -0.16683693681098535 -0.27578563271365397 -0.34969526851303073 -0.45821023382648485 -0.46036121565615873 -0.5182848578829321 -0.6239325247189402 -0.6886741359935844 -0.6261519794866599 -0.6164608971747795 -0.5619080349558787 -0.5396757811366621 -0.626198255538713 -0.6961500223221954 -0.6471033766865983 -0.6220995763170543 -0.6178042937695848 -0.5643047350070971 -0.3808432832822101 -0.22832836216486316 -0.12285216522905784 -0.07255778173866423 -0.08689820948224926 -0.07252696015655372 -0.16973860748499256 -0.27599296176106386 -0.35124630590381845 -0.45790977058084975 -0.46580097605723647 -0.5196368976775569 -0.620078034357361 -0.6818007822786226 -0.6220430962180892 -0.6116720299166495 -0.558186762226786 -0.5378975890356777 -0.6250123979815078 -0.6937186979860686 -0.6437807338143161 -0.6186783620120209 -0.6139294056892142 -0.5620217657771495 -0.38086204923472916 -0.22824535066065169 -0.12258853023698019 -0.07252701930742063 -0.08689829162313008 -0.07256763318242374 -0.17046111580510803 -0.2695724829276923 -0.35185571417301337 -0.458228541518298 -0.4648972537052646 -0.5174710015062058 -0.617622147661025 -0.6810733381082962 -0.6210197248037214 -0.611182534745598 -0.5524666508275251 -0.536247257885142 -0.6227909606558553 -0.6904661889566545 -0.6400797902949084 -0.6133208296654679 -0.6080902424611144 -0.5634048338335997 -0.38168822095652194 -0.2291630939515633 -0.12265789446985179 -0.0725270489915483 -0.0868982967303177 -0.07256766499159274 -0.17182063110601867 -0.27156151502771186 -0.366224591180199 -0.4589896201458612 -0.46153445205019716 -0.517406385100376 -0.6172035354524017 -0.6749023918691701 -0.6170710871465287 -0.6080349223611942 -0.551116878069006 -0.5294119777601151 -0.6199480268947886 -0.6888356507474825 -0.6370671070924522 -0.6096070489028229 -0.6070460915495882 -0.563401068270718 -0.3817230671205728 -0.22883102702643188 -0.12237043259303637 -0.07252704387689562 -0.08689829165576306 -0.07256765953252493 -0.1717693503502843 -0.271532139732454 -0.36611357613252055 -0.45912337452285146 -0.465252312667792 -0.5172980395055822 -0.6170956918533674 -0.6754705433249019 -0.6179804615781669 -0.6106666091407011 -0.5576107927348598 -0.5407621904402932 -0.6263874217929091 -0.6945456775597719 -0.6444819648829337 -0.6185639692802868 -0.6127361195824078 -0.5618124049142624 -0.3809256562357588 -0.22790345702609813 -0.12666135146456942 -0.07252699159084713 -0.08693874102104113 -0.07252690641041977 -0.16424024717280264 -0.2687784149344812 -0.363690601633043 -0.36493334323093274 -0.3993191351915571 -0.5236337840984213 -0.6099737969868956 -0.6440812286178181 -0.6060111979028855 -0.5890885560293209 -0.534447393613612 -0.5295139776813744 -0.5797890291098696 -0.6983547309728019 -0.662749398127564 -0.6309501938093847 -0.5721223968982284 -0.5562546033288626 -0.3816373393298905 -0.23635850985433493 -0.13480247663690834 -0.07252693035289237 -0.08693889146586466 -0.07252684371775191 -0.16504127835674937 -0.2827183407748585 -0.3637680892293604 -0.36731454867470714 -0.4209983811184183 -0.4193861523084521 -0.5904740828903845 -0.6498606183679774 -0.5787992842687839 -0.5784654521937137 -0.5209547779033529 -0.516702233962142 -0.5688232972497768 -0.6417106870624346 -0.612635758591573 -0.5763107996144363 -0.5746297928101205 -0.5302295705190176 -0.35445967210533585 -0.22359042374074606 -0.12351520297556975 -0.07252701830681973 -0.0869388872204472 -0.07252683980222421 -0.17317780182791606 -0.2716116621984884 -0.3663451741312539 -0.4601447796268215 -0.46276557106583993 -0.5203025617339285 -0.6183192677942254 -0.6709312010159713 -0.6090938314873057 -0.6018705867145037 -0.5494487852977148 -0.5299858621717813 -0.6144258808274731 -0.6824328341804595 -0.6320583295253466 -0.6098480821138599 -0.6081883631274202 -0.5636832584149299 -0.3830949761326581 -0.23029488786064586 -0.12355214367237477 -0.07253179418206543 -0.08689821262473345 -0.0725270825446845 -0.1725235883768594 -0.2883959340019194 -0.3485474608212782 -0.45905701695904194 -0.4675572471395603 -0.5183093814146075 -0.6192206749868461 -0.6744799355993957 -0.6164932333381329 -0.6074140885213185 -0.5580865666237736 -0.5414823831382172 -0.631407505252161 -0.7011061655593412 -0.6507681168961554 -0.625042530257108 -0.6204157179423243 -0.5696295081505075 -0.38019969182080154 -0.2274706308173085 -0.12256526221344095 -0.07252697901666982 -0.08693890515825246 -0.07252685851890023 -0.17048130473006992 -0.2698041308392732 -0.3494928606460284 -0.4570419435202059 -0.4655234625729546 -0.5221650304366326 -0.6319362265987039 -0.6932806968023248 -0.6335104016301127 -0.6256568949654651 -0.5721315189485847 -0.5544885790810729 -0.6388608370013823 -0.7073218852462118 -0.6586968036753343 -0.6336449733307544 -0.6302787810977251 -0.5792951641590128 -0.38048303641320697 -0.22836713293740205 -0.12254283580802773 -0.072567470534077 -0.08689804645606945 -0.0725269203203993 -0.165105128575195 -0.22660188846814272 -0.3066296944261804 -0.4668979388284821 -0.4765382528909969 -0.5359882384570261 -0.6431338594421598 -0.7037381582023776 -0.643188581536524 -0.6404596641849183 -0.5834603137838116 -0.5640618479872064 -0.6440292673431864 -0.7114519735777067 -0.6607312667536082 -0.6342179813570549 -0.6285845974720053 -0.5767776023690704 -0.38031185915683774 -0.22713941325985842 -0.12254383429985367 -0.07252703023740814 -0.0869388564178068 -0.0725268136168537 -0.16512872326302322 -0.22660177398132994 -0.3066296632845313 -0.4647790026524392 -0.4661225804895494 -0.5286135578171377 -0.6378873896129632 -0.696276143142743 -0.6358743201787008 -0.6247078022171821 -0.5705261505492971 -0.5507855571604386 -0.639683086394119 -0.7078046793626686 -0.6575060646089577 -0.6321060781286483 -0.6274368969941369 -0.5756372571394146 -0.3797725371645143 -0.22726605558597812 -0.12691917602771136 -0.07253139196379148 -0.08689821119772871 -0.07252704860173581 -0.159246293792419 -0.27293526662081313 -0.3618869368288664 -0.3645284386831675 -0.3991843299534218 -0.5236733240205242 -0.623955378607213 -0.6603845771222707 -0.6274162819722547 -0.6107577331026984 -0.5568460423342848 -0.5489277950470784 -0.601824938077267 -0.7187496505764683 -0.6829682414827777 -0.6538429223229729 -0.5908134930582853 -0.5689866250221151 -0.3812796679193389 -0.2341615507414926 -0.13384561247648583 -0.07252697589688448 -0.08689834449927941 -0.07256750073434219 -0.16207172833652542 -0.2730387763303394 -0.3620342142729258 -0.36502069218241623 -0.4181453021106084 -0.4177320339062642 -0.5992167972913411 -0.6671346490891354 -0.598876491269934 -0.5975536694164707 -0.5355425238403563 -0.5283005356729384 -0.5854523025877797 -0.657857708643828 -0.627856759057761 -0.5908272909411989 -0.5859935436313911 -0.5326416262166023 -0.352433778365719 -0.22075545139299285 -0.12253960459672861 -0.07252700051250431 -0.08693886304121015 -0.0725267835419571 -0.16956618625172162 -0.27561511225438995 -0.3494967552079841 -0.45706895927063135 -0.4663419743656749 -0.5264783247045814 -0.6345468573061123 -0.6949423864483748 -0.6394716092846316 -0.6290059711160062 -0.5755647321765544 -0.5588861540142739 -0.64128930221882 -0.7079902460043384 -0.6576023213639945 -0.6320986589414761 -0.6270158744475552 -0.5773227973821098 -0.37947668674509716 -0.22732592122667167 -0.12280808861730795 -0.07252694629037769 -0.08689831544119807 -0.07256764672720126 -0.16951675889971016 -0.2757922361642431 -0.3495708783606084 -0.4574219142008153 -0.4641549744530447 -0.5173203485571706 -0.6272178553788015 -0.6912998748095806 -0.6319272643067012 -0.6223955983797718 -0.5724825662816468 -0.5555958509506171 -0.6372877881203058 -0.7044386811862989 -0.6544697486822505 -0.6302806886827128 -0.6256766341664172 -0.5744017948377276 -0.37974408877031746 -0.22747969933637205 -0.12255337505428031 -0.07252707401775232 -0.08693872609953346 -0.07252689289271194 -0.1695538102484476 -0.27593145892374044 -0.3511328498168151 -0.45741790849396935 -0.46145676695728893 -0.5230260006679208 -0.6326174173633153 -0.6943513418213515 -0.6319574166279525 -0.6229304974731258 -0.5658790850421473 -0.5557682162052298 -0.6401515672665415 -0.707100280567087 -0.6568110199231135 -0.6317801664566893 -0.6272576929931968 -0.575742974498502 -0.3798032890586553 -0.22697810483458314 -0.12259942138791821 -0.07252702611881129 -0.08693885194949601 -0.07252684333609245 -0.16946161041565605 -0.2758150907791903 -0.3517428000290793 -0.4570723097170569 -0.4659615069674788 -0.5172133506520049 -0.6276477462242336 -0.6920022487478843 -0.6319903917529635 -0.6210256091376261 -0.5654514009078231 -0.5493958411812012 -0.6344293819139866 -0.7015097932865713 -0.6522929290368026 -0.6248614889138263 -0.6195523646142975 -0.5650732571488603 -0.3803598616306178 -0.2280408318192946 -0.12283655555677042 -0.07255633454980266 -0.0868982090163506 -0.07252707901275784 -0.17061917316983918 -0.26885233716792695 -0.3526099092746157 -0.4582180528187436 -0.4660137748682782 -0.5179671716422036 -0.6213074590836515 -0.6859194893073961 -0.6266370284674038 -0.6190411454536779 -0.5640482435486678 -0.5453255582725953 -0.6318893952828261 -0.6995722064956739 -0.6482187852394945 -0.622790744768369 -0.6178380218255414 -0.5636594065760466 -0.38075771701714634 -0.2282755343035703 -0.12714209791558712 -0.07253091462315572 -0.08689821158682366 -0.07252708152896988 -0.16302727053960236 -0.2659922979281624 -0.36360732901705917 -0.36506551330242654 -0.40307464504642615 -0.5236288279288126 -0.6203442468267842 -0.6545074881987868 -0.6204931582129136 -0.6055999141469166 -0.553167420858323 -0.5468123142343679 -0.6002407573025925 -0.7169819836274032 -0.6845529534442177 -0.6520281580234555 -0.5893222318215762 -0.5696031538330751 -0.38068168360079735 -0.2338462008687684 -0.13411714119318616 -0.07252698804158976 -0.08689832394630352 -0.07256751415983292 -0.16205457008339189 -0.273024229954479 -0.36202172836292057 -0.3644007832232778 -0.419552714633639 -0.4181540860599932 -0.6001545377520399 -0.6692220592437772 -0.6018995857290637 -0.6028031180457298 -0.5449429380368295 -0.5377892030051941 -0.5929768265950137 -0.6634454843173898 -0.6350474972587478 -0.5976781374342511 -0.5989995181847095 -0.5509591960265463 -0.3546402821382203 -0.22210208666252315 -0.1228371026275526 -0.07256747570420431 -0.08689825478076822 -0.07252695618812292 -0.16969075260697447 -0.2757919576599038 -0.3495907633700603 -0.45789450912918994 -0.46732240362423333 -0.5195214220819272 -0.619197706310693 -0.6813714795542002 -0.6194073796618466 -0.609268555353471 -0.552176589346337 -0.535129751309677 -0.6190775702194131 -0.6872153157027601 -0.63607138435533 -0.6086506592406925 -0.6073845595238375 -0.5626604831186585 -0.3820502450411023 -0.22971663074271514 -0.12269204417934605 -0.07252698116390434 -0.08689835417935701 -0.07256751132868217 -0.17455441883167302 -0.2736381692779908 -0.3535712510589567 -0.45986371313126917 -0.4683072495276655 -0.51786267957065 -0.6185958796405544 -0.6710847832186787 -0.6095292004354529 -0.6002427465283001 -0.550451140681118 -0.5312234601553936 -0.6162168033177282 -0.6819857558272101 -0.6346941684677737 -0.6088004710137406 -0.6077938639071253 -0.5634698537729951 -0.382107959348599 -0.229752663633312 -0.12365944931167626 -0.07252692356201365 -0.08689829762840966 -0.07256753584512124 -0.1743637024234325 -0.2715980343779788 -0.3663478054107246 -0.4593771326906718 -0.4665175582140003 -0.51775633253482 -0.6179475099747349 -0.6705882744850089 -0.6119969348126102 -0.6026132326533403 -0.5492528854018555 -0.5310817347842343 -0.6151676552952244 -0.6846090007803 -0.6326982845530128 -0.6087974504619984 -0.6074924230231946 -0.5635760600972657 -0.3820166449730776 -0.22955692088489718 -0.12382915122363147 -0.07256753081737745 -0.08689815356783924 -0.07252702475311198 -0.17248333432363436 -0.285361551514544 -0.34748855495444797 -0.4596464252671085 -0.468501957720791 -0.5201912215474223 -0.6180920969025083 -0.6711061997802542 -0.6082479567625287 -0.5991304899626615 -0.5488711830381284 -0.5319692085849353 -0.6174181330771009 -0.6829776432886592 -0.6335408262862307 -0.6087027022880497 -0.6073842554193852 -0.5640234075326762 -0.3819386914777978 -0.22941162596260725 -0.12351716224993432 -0.07252694705504678 -0.08689832069183966 -0.07256765241041778 -0.17248302527453507 -0.2882797751024428 -0.3485694522153873 -0.45867137800517255 -0.4657443209648849 -0.5163670787799428 -0.6172722023830706 -0.6772286395420838 -0.6166925802265927 -0.605433903303051 -0.5532057951433442 -0.539049355657899 -0.6264417902835616 -0.6932942873914185 -0.6423445228676131 -0.6195497665027845 -0.6143701856723228 -0.5641655518366988 -0.3805767886268047 -0.22818870570224542 -0.1268711143438694 -0.07252700896526253 -0.08689825801649632 -0.07252710293682112 -0.162211813876569 -0.2731151584037345 -0.3619712413465286 -0.365089865567729 -0.4049307301424169 -0.5241942250691242 -0.6164844338952601 -0.651362153972807 -0.6164812826996002 -0.6008359030800645 -0.5468302573415806 -0.5426925240801266 -0.59440717992603 -0.7134666323908173 -0.6789427887499732 -0.6487694913934362 -0.5858545798392332 -0.5654030317814122 -0.37983186564783045 -0.23449443982995627 -0.1341488038617671 -0.07252693770111063 -0.08689830701229602 -0.07256745970779474 -0.16206951020338445 -0.27301392698220084 -0.36202160193180655 -0.36581310401321354 -0.4225686481400616 -0.41885442269814677 -0.5921988753347049 -0.6597417657748085 -0.5925798819304774 -0.5901024777354805 -0.528576197455667 -0.5226906061261178 -0.5795243011933282 -0.652375108238908 -0.6198314376603771 -0.5800920124498162 -0.5739559763928119 -0.5278844583884321 -0.35321321422332314 -0.22191428154934734 diff --git a/example/run/baseline_scenario/opendss/profiles/load_4.csv b/example/run/baseline_scenario/opendss/profiles/load_4.csv deleted file mode 100644 index b40d124..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_4.csv +++ /dev/null @@ -1,8760 +0,0 @@ -42.968161566443406 -23.72218602904208 -28.39705438267887 -23.72188757321164 -38.54577306923032 -73.65789807763555 -104.8961801360516 -134.88599556837454 -152.79222558298122 -150.51252290543334 -204.02583230324345 -222.4962161964071 -199.25359294686427 -199.4612261498411 -181.3638299918456 -180.26424598465948 -197.48992084474452 -221.2658431040325 -211.85066211786503 -200.85143215052165 -201.3343623402807 -186.269992880656 -130.77083003083465 -88.44443441058391 -39.34002365766074 -23.72213136860834 -28.34445045925839 -23.722248609317013 -41.14360769571783 -74.69782043137661 -101.26511706685586 -164.20324247441906 -167.61449224816988 -181.99420056483223 -212.45156126612824 -228.36181211500408 -210.7232897140388 -207.54616457688252 -189.9484132427782 -184.9609402233132 -212.2147734665637 -234.31059951939437 -222.0538284423149 -213.44578832719588 -213.85762833757823 -196.92328511386785 -139.80683817467633 -90.66270903491554 -39.3435036932819 -23.758886864200026 -28.360064424666675 -23.722174217103465 -41.45033305412348 -75.12886787503443 -101.46257845729696 -164.22619588647598 -167.7235456460293 -181.9237284046181 -212.31075852036528 -228.36736907096392 -208.13977055134296 -205.38194457308043 -189.7704911798264 -186.2664872096198 -212.1552140698287 -234.1531029024369 -217.77924850607323 -210.48043310822973 -211.018287157334 -196.98652255105367 -139.80207331625823 -90.6826735577367 -39.37646719392095 -23.72214028977248 -28.35440857174289 -23.764797195200003 -41.497537039994974 -74.79600307395756 -101.02641635564218 -164.21690612118806 -165.47586930741195 -181.6833445572356 -212.769591437153 -228.3538926323049 -207.65426171088552 -205.26599852588973 -189.4838476885296 -183.99122223250905 -212.07861280722648 -234.1543852345107 -218.2376629502712 -210.48043310822973 -211.09353384841293 -197.104099255956 -139.81111918016353 -90.68661530717888 -39.38778353099932 -23.72221772013092 -28.34455930984693 -23.774713738296192 -41.30514984548464 -74.55572147514717 -100.67634339857398 -164.21341452389686 -166.7290417795117 -181.57188425873636 -212.60791909480457 -228.3061658858292 -208.17234763749923 -205.2479398669275 -189.25329874904077 -183.37272240225693 -209.9177498420765 -234.19824430576347 -218.804461411377 -210.48043310822973 -211.23080658278744 -197.16309961131657 -139.821620346213 -90.70285725669056 -39.36727671977966 -23.722117583109267 -28.344460549193837 -23.722280237320536 -41.18227119749417 -74.46842657212176 -100.67646672909068 -164.20431760266067 -165.63817947118 -181.69191389125135 -212.8544564843788 -228.1855856553728 -207.69482786090725 -205.2224938646684 -189.66093915386196 -183.34072355290377 -213.46489440602247 -234.11996819342264 -217.8253966113832 -210.57757290517927 -212.396071983404 -197.16742343912583 -139.86795861493133 -90.6544515765716 -40.758212427531824 -23.756373708722187 -28.344223577289927 -23.722047127382947 -38.80003436564586 -73.61747812389551 -104.65094173257069 -134.9385851501101 -146.91793996241833 -183.60713625755645 -210.42024710002067 -217.3563576130312 -205.0572367337342 -201.1879672161233 -185.49577179730315 -183.880940235328 -200.60965536165529 -238.6422830244288 -228.52677835774324 -220.5126890494968 -199.47072798147212 -194.8465104145824 -139.9193435823513 -92.92314320741544 -43.092521902781726 -23.722018027068945 -28.34436237337192 -23.7221836527565 -39.49234399392883 -74.11830267309959 -105.14392033266962 -134.88605136491807 -152.3516141846992 -150.24045981826595 -203.39994569804307 -221.4944313522279 -199.19237266179607 -199.25806034922783 -181.3778896853564 -180.25310443367627 -197.5479924384313 -221.26847080735436 -211.71267014678088 -199.8293659729884 -200.24804833448084 -186.8386975396533 -130.7029105602102 -88.44400105341313 -39.41464009582992 -23.774713599276907 -28.344184471125093 -23.721985891998017 -41.19368087595495 -74.52271969051897 -100.73173026670614 -164.23067629580632 -166.48971582870098 -181.8081180951523 -212.34051970220355 -228.2171773537691 -207.8074855656297 -205.2555959146225 -189.3789917743509 -183.6994821422976 -213.31941303150504 -234.14031401329737 -217.8462693295227 -210.48043310822965 -211.374802252331 -197.45871624198668 -139.9038860424461 -90.73975556838816 -39.41239038809426 -23.722081895518368 -28.344425354797192 -23.722084296426047 -41.278785459070654 -74.69251828337882 -100.76833494270818 -164.20161874314067 -165.69188692843167 -181.78064434732352 -212.12398438895733 -228.02784304059608 -208.0703912621314 -205.0784291963022 -189.2147198986199 -183.0733451062036 -211.87287496235805 -234.1250842154332 -219.0696888538148 -212.1532004461702 -214.10362256881265 -197.48704765020648 -139.8978500535621 -90.70588019471003 -39.36523516133361 -23.741005514282232 -28.3442271786432 -23.72202806934997 -41.01452038080281 -73.31118977719912 -99.37076336171582 -165.74197032537413 -171.20764922272735 -186.606623007832 -215.9789885638637 -237.6449282347885 -212.8171503361074 -210.41387937712355 -191.73727973861105 -183.4553858041129 -214.7878208132112 -244.32494531247784 -230.38313113786887 -219.2117536069962 -218.8916848264234 -198.33700524782208 -139.90901686532968 -90.7390655026472 -39.3788650447111 -23.722082495778388 -28.34442594709813 -23.722246194252534 -42.24967976850001 -75.49098512801982 -102.66210473102404 -164.20155138755905 -165.6918869284316 -181.78143672440305 -212.93237172466849 -229.159581411822 -208.3694485003932 -205.82921964402388 -189.8816629227208 -183.9489738525988 -208.3520621242919 -234.1291355444104 -219.7249684337689 -210.4804331082296 -211.64785553157583 -197.74358919673764 -139.90169812981748 -90.70955324726076 -39.36904546093984 -23.72215115883614 -28.39713466250667 -23.72187486457583 -41.23851944612527 -74.56037095588512 -100.76437705755832 -164.2182851669044 -167.3682234676971 -181.6955627002687 -212.21299089034284 -228.38328582507907 -208.8274750337302 -207.35766116694717 -189.21032655374376 -183.05875155528253 -210.97452779087345 -234.776559110092 -222.1837134201149 -214.3910155486905 -216.67502801535483 -199.083882013046 -139.9045673089145 -90.69173956826486 -40.72975874451073 -23.72220725716392 -28.39691463083549 -23.72191070726357 -38.72834824281446 -72.38907767174727 -103.35734005298669 -136.45057113225113 -148.6309800055059 -185.6468287485881 -210.96476890730503 -220.1838686112773 -209.2711294678126 -204.8178931089442 -186.7587135590607 -185.1682676201922 -202.3645651112115 -239.4176010239344 -235.44855946534227 -230.80794856157996 -207.32589243993004 -201.03960981621097 -141.63239173425544 -92.96211302837524 -43.00341504399341 -23.72214917641102 -28.3443271043202 -23.72212676203437 -39.37285170015728 -74.60017065394106 -105.8125538414801 -135.2581593611099 -152.1566548325748 -150.13587564989209 -204.11755858139364 -223.35144043145485 -203.75050292787728 -204.88875598232104 -183.46920267069905 -180.2562147961944 -195.7032698675557 -221.48344159936667 -213.8264453395446 -203.0012709467606 -202.88248530171057 -186.3819299459754 -130.67769652296516 -88.46659895883947 -39.34548297402537 -23.722218801905345 -28.344396495326126 -23.72221721954036 -41.43718463683946 -75.45973994520676 -101.74368112784124 -164.19886333332957 -165.6918869284316 -181.71518166287345 -212.057241357287 -230.1844004977893 -216.3629696807828 -213.9344435403102 -193.66357070010775 -187.263309641906 -212.5012547810692 -239.18402894917384 -228.00499350856805 -221.1045506032864 -222.7702959192587 -201.86852235611445 -140.0524588783639 -90.7278047954445 -39.339035052897714 -23.722242029018155 -28.344419644907333 -23.722218170088173 -42.03455879128053 -73.35639326285437 -99.37074254670064 -169.54075555360822 -174.07375719744363 -188.47406633083364 -215.23697696028367 -236.51820651027472 -222.8176255078006 -218.8697165932451 -198.7865353243404 -190.1052378062109 -216.4057190998139 -245.06280073824752 -224.50314247024875 -224.47878484865345 -224.1572507142476 -204.59010825817836 -140.94841878497192 -90.67746059484622 -39.34437459442324 -23.72210273683629 -28.344560647028743 -23.77488366785304 -41.95451815218712 -73.31096487630494 -99.37071555830032 -167.15769368282193 -169.63548927040657 -183.2962720956648 -212.72391951039785 -232.73878327023115 -218.1624232569084 -214.42307336091395 -193.0205865402612 -185.05466461676545 -210.60163580780235 -238.27098928618247 -228.58668879597465 -220.05011975438515 -221.4160784198403 -201.3168501498228 -139.8237405170401 -90.72159351598933 -39.35676887591324 -23.722209369112164 -28.3443870936804 -23.722207970522952 -42.12102015328682 -76.10227104672192 -102.29781022870618 -164.19838209458783 -167.24045753036123 -183.35357606114107 -212.1439245556041 -230.580305139542 -216.0815395641713 -211.4807342787765 -190.60270101438795 -183.59312983901447 -211.8036306587645 -236.05481257649083 -226.46299738865787 -218.27515509443583 -219.8644781919251 -200.424140286124 -139.82384737914518 -90.70548405213296 -39.36273187106962 -23.72212797931656 -28.34430598090525 -23.722128179588392 -41.90119180428585 -75.85180113057743 -102.1974772070632 -164.19088167613765 -165.80347901237718 -181.8985291589631 -212.36716913995505 -229.41427633664205 -212.8798625331663 -208.48210269795663 -189.82132434555027 -184.11145733365925 -207.8790337586253 -234.26488958077488 -221.35005834812048 -213.68382308421215 -214.7138767673572 -198.5510270447076 -139.8220249436912 -90.71434073666715 -40.74681024607572 -23.722113437762868 -28.34429148864596 -23.72211392390283 -39.25115684595272 -74.29314031264703 -105.48649436849584 -134.88575684213157 -143.85959462707046 -184.33018548296525 -210.0426326337176 -217.79907358267624 -206.004009279532 -201.48342770661225 -185.17073882470197 -183.25226681018407 -199.972916212024 -238.577359857846 -229.29676749712377 -223.653104349965 -202.1396763465981 -197.36201494007537 -140.0475847573388 -92.9075142413329 -43.038997103951736 -23.722175234959884 -28.34435307361894 -23.7221745049752 -39.02880794261939 -74.25686667043698 -105.38782285978648 -134.885981658764 -151.64014919124585 -150.40228359555866 -203.7408899384418 -221.96624442232863 -200.79384993647827 -200.2614633906268 -181.07995110595945 -179.25791660932205 -195.553553090657 -221.21048272982893 -212.8075438148634 -202.54769567366145 -203.3236855444805 -186.7618418809401 -130.66420206016323 -88.44619290763224 -39.356724527744056 -23.754708988804435 -28.34422396649762 -23.722047510970157 -41.54630415196564 -75.14328671632988 -101.46676408026644 -164.23417817341232 -165.69188692843156 -181.9163343653312 -212.39453882483588 -228.27395474932004 -207.78079491420183 -205.5673710446298 -189.86852747189036 -183.2035056117898 -211.1556713465234 -234.10839070545427 -219.34401341088528 -210.4804331082296 -212.11466348543047 -198.94443518786773 -139.9910869649157 -90.65095819023507 -39.48674971457999 -23.722135122804207 -28.396919313932653 -23.72193805916811 -41.99811408857544 -75.19109732621125 -101.17040117796314 -164.22372698227005 -165.33304056985298 -181.65331129916336 -212.1577575538615 -228.0732450500477 -207.59447725635303 -205.17957357174865 -189.16494133005892 -183.1607692284301 -207.5696102453399 -234.0737885888219 -219.56353096762663 -210.4804331082296 -212.1789570426648 -198.94443518786773 -140.00311051911552 -90.69392904342968 -39.37146525663599 -23.722142283714387 -28.344461236629563 -23.72228091366692 -41.03238031223177 -74.42014129832985 -100.58003370723618 -164.20464088231142 -165.8741517069323 -182.19587339062937 -212.37268358813807 -227.9855561957865 -207.73742092153543 -205.2032143745574 -189.34407502944345 -183.1688596261152 -208.5541337232225 -234.00453463790996 -218.2289459504416 -210.4804331082296 -212.11667355501143 -198.94443518786773 -140.01098013725425 -90.72315679468132 -39.40324396210192 -23.721916632744616 -28.344262397861694 -23.722085311092552 -41.29901074656979 -74.64300750603908 -100.71809901060452 -164.18705034087787 -166.4536222890014 -182.07231481792704 -212.18676172001707 -227.92343846489027 -208.61206230192704 -205.3004311661345 -189.34367769247413 -183.18068323949865 -210.20632363985013 -234.16057103820015 -218.5178756392112 -210.4804331082296 -212.2403789155452 -198.94443518786773 -140.08529628692136 -90.65148231458868 -39.3483353211482 -23.722213872196765 -28.396921869471942 -23.721917329799304 -40.99606501329169 -74.50065702644265 -100.68536064956658 -164.2243865584993 -166.38143530564673 -181.9968743574649 -212.06917030414857 -227.76534322441125 -207.7745131368349 -205.3448470950593 -189.2617674300866 -183.05662104410865 -208.0458297517382 -234.16212929499997 -219.091316399194 -210.4804331082296 -212.25937477051076 -198.94443518786773 -140.0944514573962 -90.68905624776228 -40.73778310012386 -23.722181648020467 -28.34452373249541 -23.774869243118317 -39.10084966685394 -73.78982723808144 -104.84068047938878 -134.88603586892555 -143.4946560734694 -183.61179546502123 -209.8362342412759 -217.9057529757796 -205.90143399771117 -200.76725352006312 -185.23216747065183 -183.06884381815945 -199.34504840780957 -238.49086570926409 -227.42635130367168 -219.6879246356973 -200.38761395857787 -196.421090328525 -140.03767809434103 -92.99127245871618 -43.01391532252973 -23.722205301434624 -28.34454706142713 -23.774894484093764 -38.7624128562889 -73.52211590368053 -104.52331467501384 -134.8860392729013 -150.8244529680894 -150.62370827489352 -203.89698492108053 -222.3810102537506 -199.03223780432648 -199.92918651897224 -181.00140229872176 -179.91330684271213 -196.09857834943907 -221.2312288556411 -212.54919774175775 -200.74583796787863 -200.23188792372537 -186.15743192700228 -130.5748304308971 -88.44842875717663 -39.4301714150018 -23.76374753750722 -28.344223518854346 -23.722072231087747 -41.1188163945688 -74.36708807850357 -100.41624543310894 -164.2340760851272 -165.7968570511606 -181.62925944480904 -212.11347871730672 -228.00512440837585 -207.51245196450265 -205.14829440164164 -189.1173919767083 -182.71538265893463 -207.33030535799696 -234.16194696529325 -219.353953416765 -210.4804331082296 -212.369990785349 -198.94443518786773 -140.18465377974422 -90.6804875345264 -39.38552293393156 -23.722219488331486 -28.344400205942108 -23.774635890911807 -40.905918285858526 -74.28729852293431 -100.45152607312222 -164.21319874124526 -166.30414064987505 -181.90946103886375 -212.1311547201327 -228.16069317183283 -207.68165882155628 -205.068065668611 -189.23111423343343 -182.6894729681968 -207.8847585664344 -234.0684886215424 -219.72496843376885 -210.4804331082296 -212.3740366157517 -198.94443518786773 -140.19093711982512 -90.71739285053673 -39.354119954075045 -23.72222167617429 -28.344399360206157 -23.722198132624108 -40.404082480467686 -73.36355366700708 -99.37075485753368 -164.19806341746718 -168.92691721554854 -183.26630797803347 -212.78469999170176 -229.0567209439599 -213.94164404594872 -209.02581597987083 -189.29130805786417 -184.72284997766303 -212.29027322047608 -233.99115053936143 -222.79654983314956 -214.13541093405587 -216.71017808915647 -198.94443518786773 -140.20589738466492 -90.70081370427977 -39.36811200572476 -23.730071532113424 -28.344229741878856 -23.72203060082677 -41.07373160398199 -75.13246949023043 -101.24142180933691 -164.23469797799092 -165.7074664338399 -181.78621102183035 -212.0572567009401 -228.02446162002272 -208.9540095738774 -205.4614769604786 -189.2092725410641 -182.7861583508464 -207.75727707480684 -234.03151085557124 -218.91291317914477 -211.07865105627957 -212.86307444319107 -198.94443518786773 -140.2555529969624 -90.65084019410024 -39.34158033349211 -23.7746644581221 -28.344187303723235 -23.72201145155235 -41.63048549285965 -74.9008623169659 -101.28342643689994 -164.23074656971554 -166.01639985450504 -181.74961318110888 -212.04883695910345 -228.3031837898259 -208.321685833456 -205.89157320897635 -189.39495660541493 -183.0670101538318 -209.80809461102967 -234.0522883544924 -219.41254038619192 -211.1749074345155 -213.64800638506384 -198.94443518786773 -140.2759145614152 -90.67256085623588 -40.73439146516829 -23.722125968447497 -28.3445833778844 -23.774653496397168 -39.23446487767336 -73.91158418540046 -104.9139002549352 -134.8859434013505 -143.7126452421083 -183.78241796565047 -209.89178879432103 -216.7911281607715 -205.8079725571616 -200.72232734578563 -184.9379451580116 -182.54715049847164 -195.0632409279721 -238.72075917042383 -228.3320396921241 -219.68792463569727 -200.63580943325533 -196.648145892207 -140.07922513502288 -92.95784459119078 -43.05496890642103 -23.721965832181787 -28.34431090695825 -23.72213302629583 -38.89816906542927 -73.61673160311705 -104.66629307616492 -134.88596072126236 -150.198418439647 -149.74715560148832 -204.2041686595445 -222.41864227252464 -199.01400218406604 -199.10323755972823 -180.8091730974799 -179.00668151822137 -194.43024853908983 -221.31623438539967 -212.0852991752788 -200.7342149716959 -200.2519430081729 -186.31505344039724 -130.6295891002827 -88.43411334851793 -39.546253800516055 -23.72216131977432 -28.34437240011763 -23.723106712700236 -41.707318417634696 -74.8357985017365 -100.79004528642064 -164.20522282802258 -167.15828215142264 -182.2492797090333 -212.0079690401775 -228.39151313128747 -207.64912053565916 -205.1383315463849 -189.0304143866003 -182.4965045766645 -206.5389824699416 -234.12047602084945 -218.77121650408336 -210.46132159921487 -212.43791240875015 -198.94443518786773 -140.2874977375572 -90.72488436270366 -39.51496786878707 -23.72213289622863 -28.344439937087177 -23.726531532360653 -41.72264297696036 -74.81837052346062 -100.79614136873693 -150.25590216954822 -164.83291975579755 -181.5631419565752 -211.91274856687684 -228.1565122705176 -207.41167579398592 -205.08559172313963 -189.06737855453835 -182.7805932944713 -209.6793766617172 -234.11808176641023 -218.95362204930856 -210.4804331082296 -212.4990817440272 -198.94443518786773 -140.32215715598713 -90.67643758565455 -39.50019514504897 -23.74368276188457 -28.34422572169095 -23.722049235536694 -41.2342600429144 -74.57693858869717 -100.66229801619676 -150.30498630944558 -165.2721015691639 -181.87198971209835 -211.8322873222222 -228.20951915970232 -207.30260655084425 -205.01721412041852 -189.0139900168077 -182.40006337713837 -206.57194593732785 -220.2055244257824 -219.0158455263074 -210.4804331082296 -212.49839779486103 -198.94443518786773 -140.3610218022019 -90.65943384182424 -39.39430866877324 -23.72229369244734 -28.397163492538738 -23.721901585236168 -40.91892850551164 -74.2748038700312 -100.39499958541728 -150.29100343883124 -165.3361412960895 -181.63847469140487 -211.917058740298 -228.2246771609608 -207.3617747291322 -205.01083354250983 -189.1261058122822 -182.46030976227567 -205.87430475648543 -220.24997387835936 -219.1263133831935 -210.4804331082296 -212.4997972828201 -198.94443518786773 -140.36310729789386 -90.65850016607402 -39.39997105436158 -23.722303847223152 -28.39700082060039 -23.7219134992311 -41.3537057865222 -74.62721293653884 -100.758987043464 -148.89266423039794 -164.92231049205208 -181.70941628069068 -211.8252423279495 -228.22019346883795 -207.39385854858247 -205.0837154364828 -189.0773032727817 -183.1839973581775 -207.51095623344017 -218.3110006457728 -219.18109776430293 -210.4804331082296 -212.61751161301063 -198.94443518786773 -140.36530962225436 -90.68115075189802 -40.750383311176805 -23.72220253360092 -28.34454433057767 -23.774891529231507 -38.50565346926842 -73.41681108709585 -104.45330023997988 -120.63340519620756 -143.31677897059868 -183.7228956436973 -209.89490398769544 -216.9295609597508 -205.6818134776516 -200.6724085348204 -185.50091514806977 -182.5599722883572 -195.0028911434649 -223.57652456898444 -229.67353880596616 -222.96385343716105 -202.15724848270392 -197.78829904511224 -140.14568878254593 -92.9588695838955 -42.94543641009973 -23.774735022469507 -28.344176683771277 -23.72197820235962 -38.53704560252709 -73.46025680107105 -104.6603244957179 -120.80895873701247 -150.46491124566057 -149.947587145033 -204.47702062249056 -222.49857624550208 -199.1062995948626 -198.9732125026788 -180.8251901560956 -178.83278516704107 -194.00897848468304 -207.4037470083212 -212.44121542405907 -200.8854603474192 -200.27352120416836 -186.45685021124325 -130.64343434789168 -88.4260759041527 -39.46577623806292 -23.72215859393733 -28.34455690740185 -23.77472842294911 -41.80505668714391 -75.0232016819851 -101.07338041769992 -150.2833381600599 -166.45362228900137 -182.04439344664 -211.9102163131072 -228.22714403302805 -207.4600379136469 -205.0168750070181 -189.0255437706134 -182.48601458631887 -208.34284517091564 -220.1959474646636 -219.28867340853887 -210.4804331082296 -212.55998206261015 -198.94443518786773 -140.37018066426268 -90.7093541965238 -39.448530507808094 -23.72209986404948 -28.344405684046485 -23.72222625852088 -41.437048445539126 -74.7521491271822 -100.76685127261962 -150.00209933048976 -164.83291975579755 -181.645329353701 -211.92385218291363 -228.2207253939736 -207.39191315800767 -205.0889401675313 -189.0169445861556 -182.3779714915377 -205.93730813322512 -217.8346874509058 -220.68695023076623 -215.1920911511687 -218.30571620561992 -200.9478754099584 -140.7192310000447 -90.70907720997904 -39.33528340958863 -23.722174820559005 -28.344434879587837 -23.722254981499333 -41.05233312856995 -73.31106521235223 -99.37078894089645 -151.86624248209495 -168.04443445324765 -184.55824345316137 -213.12040172360628 -230.56604052143288 -213.6585040840434 -209.19754196521356 -190.010903450054 -182.56064255628047 -206.34499051155893 -220.23215403419903 -223.7721361077089 -215.23940957175216 -217.8357272653086 -199.97727419265595 -140.36983377658393 -90.69596752846346 -39.340130170829845 -23.72207312339348 -28.344480157912045 -23.72229952724747 -41.65353253240482 -75.50799078808775 -101.63145869525016 -149.74210839205432 -164.94451183974317 -181.83992850301863 -211.87022196273696 -228.33234445831548 -209.1847422349337 -206.09593430895413 -189.14620118137333 -182.75931068528587 -207.58612846845196 -219.31986610112355 -220.5168959096768 -212.03073949315703 -214.35054396241907 -198.94443518786773 -140.37070238971532 -90.70771407244727 -39.338690494341584 -23.72222388547577 -28.344401562485192 -23.722200307749358 -41.40636617818018 -75.03366493145916 -101.36065392059956 -150.00168825938496 -164.94451183974317 -181.7890031825234 -212.69185665854644 -231.0578702865574 -215.259767653464 -210.6589083666446 -191.00863044478123 -182.95799013348704 -206.06515836100252 -220.2493604463848 -225.12065103252056 -215.9288007893922 -219.14926685879365 -200.48011886467216 -140.3687570976438 -90.69052000761154 -40.72898248906805 -23.722027417603705 -28.34448695628702 -23.722306218899128 -39.11446077842276 -74.25263989052945 -105.47879439936656 -120.69481161904848 -143.8334633378669 -184.13772853168007 -210.07884684535733 -218.05411032459503 -207.4381715376219 -203.1998913451056 -185.7952765542844 -182.76146797702185 -194.968203590036 -222.5087131665049 -231.7560861119023 -226.73544110002445 -203.59469207018216 -198.43202266073467 -140.2153481841057 -92.94122189256808 -42.95782818148429 -23.77453876473824 -28.344209371948068 -23.722033154960677 -39.13047020439241 -74.35143819599391 -105.57739073314912 -120.195930796728 -150.95207234987402 -149.74722196297668 -204.67866057201596 -224.7013613963425 -203.88583290989797 -202.37338717891836 -182.32502268257352 -180.1584156525976 -195.5087899791189 -208.07863741073243 -215.2327530423212 -206.3542886396205 -207.78883147578327 -188.05692432716947 -130.64595819999417 -88.41837508102266 -39.34889699998557 -23.722069433192917 -28.344528061285487 -23.77469690841906 -41.67637110155524 -75.48042602094301 -101.81908311587698 -149.74688557813772 -164.9862537139106 -181.8294831342073 -211.99866445264567 -230.6719617893971 -216.5071294394141 -213.65426801350648 -190.7797591956962 -182.35016229396336 -205.9424363994108 -221.2058747287412 -223.38191853305025 -212.662726261055 -214.14801173186416 -198.94443518786773 -140.3648056895117 -90.671829503682 -39.44269851990777 -23.722246921999268 -28.34442752927748 -23.77466076945507 -42.12504369533271 -75.68274342866593 -101.7224978529449 -148.30761118090746 -164.83291975579755 -181.76339177700208 -212.0229957179822 -228.3814017372688 -207.32163898193616 -205.09761444031804 -189.1599395831007 -182.81805350943344 -206.1866173624272 -217.4203698559322 -219.071156300438 -210.4804331082296 -212.49942163993856 -198.94443518786773 -140.36249641901765 -90.66425356006384 -39.46399262139129 -23.72215163106684 -28.38811088362429 -23.730930930156987 -41.49686039106155 -74.78900065287732 -100.9184428509091 -149.80548410063665 -164.94451183974317 -181.67325326213927 -211.97857319938197 -230.6563505159224 -215.8095446069573 -214.1159485994433 -194.2839548416609 -184.76286315639004 -210.76384175312825 -219.3518508055866 -215.58465374779607 -207.0484579057753 -215.2327864094906 -202.21993349536095 -140.6151889577766 -90.66346041364896 -39.33691850303765 -23.722253390546307 -28.344594492875263 -23.7746657273235 -41.11129806542407 -73.31100178050562 -100.18481617072528 -150.6106031224397 -167.25764781517177 -182.571202189484 -212.0149629237264 -228.94863569087568 -212.9368644030524 -207.93810894232865 -189.55229457705613 -182.5423907277928 -208.1882849837042 -219.86561559246508 -222.6868409582964 -213.70717505456716 -215.60332432069143 -198.94443518786773 -140.3240779785339 -90.65615918991058 -39.39030542620064 -23.751334005257945 -28.344226356564462 -23.72204986066409 -41.91783701855298 -75.52067950110545 -101.6881997324551 -147.80508780570278 -164.83291975579755 -181.6303148244738 -212.01608323460428 -228.3007776446753 -208.9526249271722 -205.3333772012032 -189.04562477901385 -182.47207955382936 -205.79695231577443 -217.20392328568465 -219.43675549769333 -211.37788972264 -213.2609807948876 -198.94443518786773 -140.2867825008864 -90.71307905293207 -40.79302103964911 -23.72191580164833 -28.344261578692805 -23.72208450484696 -39.36890725738058 -74.03505929932332 -105.0627982430024 -119.56441060739228 -142.78038365097953 -183.50044588867945 -209.8302308765078 -217.0007289762042 -205.8121197280592 -200.68876431410672 -184.99060513447773 -182.61986001899425 -194.6450733037005 -221.30276862742653 -228.27887510021208 -219.68792463569727 -200.61203536710136 -196.6711992723044 -140.09288797498732 -92.9504690802884 -43.06636610125442 -23.723900612389937 -28.34423263199922 -23.722033454531893 -38.957547427605896 -73.70062371963778 -104.69843423362944 -119.09533344654272 -149.86666806376 -149.86230748829198 -204.1729701581237 -222.42037167235304 -199.10896316254625 -199.16351792806228 -180.85577762738487 -178.71490208288017 -193.53455134444184 -205.50964877567532 -212.0121299180788 -200.66889755058875 -200.2487455820742 -186.30874739093863 -130.56024128425136 -88.42517211118609 -39.38440592616296 -23.74503715621507 -28.34422623372142 -23.722049739500203 -40.85648755397491 -74.28233286960871 -100.53430403990816 -148.85884360106928 -164.660226522778 -181.47972321464027 -211.8868408835093 -228.02872074677651 -207.433032069384 -205.0151703992049 -189.0973493393865 -182.43368828931105 -205.79558574024227 -218.08428076615604 -218.4799680196012 -210.4804331082296 -212.4328391263784 -198.94443518786773 -140.27422877708833 -90.66567676739928 -39.339564509545 -23.722155564347336 -28.39713940204796 -23.722059541078742 -41.22931357302917 -74.57108195156529 -100.715223474511 -147.8482549194925 -164.92231049205208 -181.92291674782825 -212.19733783285 -228.1077640395856 -208.94410298260087 -206.12987990648443 -189.180173071978 -182.4583550851465 -206.06883880379937 -215.90663202704712 -219.43957175445897 -211.7798196160712 -213.63498544693783 -198.94443518786773 -140.25031799869177 -90.65154938605431 -39.34510574528886 -23.774524527110916 -28.344211417730705 -23.7220351688571 -41.34138980758955 -74.68896351088544 -100.92622514886776 -147.86330271743387 -164.92231049205208 -181.66770613699936 -211.93455889965745 -228.13493124830595 -209.21440266862336 -206.46949046673024 -189.04153769245903 -182.48108374228 -205.80252317061428 -216.567288794832 -222.43106328108024 -213.50417040458137 -215.35497952557623 -198.94443518786773 -140.19642425609115 -90.71519377768536 -39.3822521730379 -23.722201707950965 -28.34423158708236 -23.72205500565431 -41.6236084609769 -74.90638272477234 -101.24200552428267 -147.7499137870826 -164.89536580904507 -182.10141771585296 -211.9402498331433 -230.88345212191973 -215.04109214146547 -211.38963586427224 -191.1051351898292 -182.4555747190686 -206.04222071192797 -217.6410840736561 -226.2562036419941 -217.1623327882588 -218.88248221559223 -200.53906338252835 -140.1892114797906 -90.70386109927594 -39.33911782216462 -23.72212501943024 -28.344444188936688 -23.722264141171262 -41.46216280841234 -75.39985933024629 -101.74402093350092 -148.66241429938913 -164.65457818831015 -181.52942801773904 -211.94984419968625 -227.97403092360844 -209.4529056308048 -206.073868646637 -189.1219555625847 -182.40400336351445 -205.8038885019489 -216.67984845887744 -219.7630177013305 -210.4804331082296 -212.36882800989355 -198.94443518786773 -140.18318764814973 -90.67354058228096 -40.74205945020264 -23.72224708313988 -28.3445882711408 -23.774658880321105 -39.044618420632 -73.79761307690315 -105.00682049604292 -119.44469534560116 -143.04832367798565 -183.44056715235243 -209.7810137451809 -217.75148212184416 -205.8472647033336 -200.57490937193413 -184.9952509224751 -182.41090093923867 -194.7384577636588 -223.4483262413788 -227.4683892913136 -219.72783607031263 -200.4106991287251 -196.67226383003043 -140.03557340946873 -92.98748278756533 -43.00610777548345 -23.722251244715984 -28.34459237703027 -23.774663399617253 -38.8356007313219 -73.6108826748995 -104.65748805683596 -118.98305518995512 -150.0900240876005 -149.90427925432544 -203.97224829052928 -222.22862360549976 -199.0309087885445 -199.13717349891095 -180.82130949219743 -178.67500732494156 -193.2475816671885 -204.07341737855663 -212.30574988759483 -200.6685676796621 -200.219614883706 -187.17893965682228 -130.66321597049168 -88.45975233689944 -39.40395911384821 -23.72195670887952 -28.34430191104876 -23.722124176705854 -40.87638307508377 -74.31559344890516 -100.53249450601476 -147.62959954241524 -164.9223104920521 -181.83810427617917 -212.25479313879893 -227.87082512504105 -207.80276547498 -205.18866188932523 -189.22843504700336 -182.6922688313708 -206.30304082163536 -215.6422674039713 -218.83931263838545 -210.4804331082296 -212.24108733825616 -198.94443518786773 -140.09270398822267 -90.68784689695308 -39.36806041209704 -23.722158914100916 -28.34450130978869 -23.722320342919744 -40.87527578012651 -74.23042542781258 -100.43717777026012 -147.64761267885368 -164.9223104920521 -181.76280982478727 -212.3158407922208 -227.83617433843384 -207.6134105372861 -205.103097837518 -189.22680532653808 -182.61106799003565 -206.3834624143305 -215.06723412304115 -218.4593867431818 -210.4804331082296 -212.1811006391704 -198.94443518786773 -140.0681999972571 -90.65313059920209 -39.35302079589257 -23.77465467533626 -28.344194737631444 -23.722018763438054 -40.81113032220647 -74.21435156119287 -100.45170093105236 -147.611454645944 -164.7003344338047 -181.5700242343087 -212.0777371741453 -228.8213306453509 -214.449580973027 -211.594149046766 -191.28177022350056 -182.58565000054185 -206.41499207933455 -217.31916866335936 -222.49773651539093 -214.8914653922724 -216.83694070815005 -199.13658750230888 -140.00873591709288 -90.72356621702004 -39.3337676492525 -23.722170900037963 -28.34434875555888 -23.72214814587809 -40.9506787319669 -73.3636943634727 -99.37067023701763 -150.53883075732688 -164.95084474017654 -182.5890486972592 -212.06485680728048 -234.0582300918479 -220.8113312663682 -218.09436872080465 -195.09129367952443 -184.82854223724365 -209.86503178009025 -227.90198084791203 -234.56486565564103 -226.16939148052523 -227.84634729719696 -205.29633520905995 -140.8495385024465 -90.68729858864997 -39.33503621896356 -23.722036304539262 -28.344495648384992 -23.722314772679912 -42.20488634864906 -73.31089953477715 -99.37065128770972 -151.6113445192437 -167.75651844049287 -184.03399233627016 -213.19883359490117 -235.3576543629936 -221.9547442408204 -219.1963857179508 -197.55085988984604 -186.5167516335202 -211.21546354349223 -229.69480096859007 -235.45505481807265 -227.4802568803273 -229.16195550238908 -208.4930313453232 -144.5374148467467 -91.55850467651112 -40.72883755249404 -23.774677805852622 -28.344215861947777 -23.722039538959905 -39.92999589738174 -72.38914244009067 -103.3575557598067 -125.961974177719 -151.8013112816195 -189.8324610865464 -214.15655930365023 -227.0416578908611 -217.256112893827 -212.4397317471058 -193.46733304460133 -189.41958256827263 -201.8659961409631 -228.28953035031483 -241.83912719338335 -226.9287042532028 -214.41230804077315 -207.9844891145249 -148.81807081460946 -98.26042745734036 -23.774707951904897 -28.344357711965667 -23.721977710767803 -39.59761999008009 -74.94147594836261 -106.06020599221634 -131.50656153371108 -148.98387900869395 -150.11030466245143 -207.13514476092635 -231.6895292353321 -212.4824865417837 -200.39880024878167 -177.8898885666706 -175.60700746681638 -190.026846501251 -199.2839417638948 -191.459120698388 -197.3812098396904 -197.1213032985825 -189.47255583217023 -130.78035822022025 -89.0356956487547 -39.33331182447814 -23.722050547695247 -28.34439444184634 -23.72221519955951 -41.12567241947239 -73.83808219987097 -99.96872706443496 -167.92301210675438 -170.50087467161973 -185.0694473039902 -213.88330016967257 -238.2149462386533 -224.58472669986787 -222.0008474098887 -200.56087874141187 -189.11870964736403 -214.84292383643609 -227.09866514457187 -198.09950180486285 -207.4920302347634 -209.0856629711088 -195.32684589021616 -136.3978582240248 -91.76016012597336 -39.38152116774498 -23.722075286668407 -28.344253469884304 -23.722054035165996 -41.72139874623215 -73.95473650991869 -100.2626915284931 -160.76793549255842 -161.98106662675224 -178.77518959703283 -212.9825070338763 -266.3195892666435 -270.7053663096325 -275.619804614104 -249.82812160214013 -231.763497578879 -250.1318288060104 -258.72166972220214 -239.83443642629533 -236.02315183118253 -228.7841081046831 -199.2555246151109 -136.72245549567688 -87.27051746302278 -39.37189897439924 -23.722115206640503 -28.344293251006608 -23.722093327879023 -43.23432782274383 -75.37523983349938 -102.24123617386694 -160.93537550853722 -162.2492930936619 -182.7432794882136 -237.0713922150387 -278.1545142224344 -276.07670675560325 -273.1727157830661 -255.4972202414194 -239.6180065559224 -261.9408509756285 -275.7343664410694 -260.61496133825773 -252.12673810376447 -251.75392582129936 -211.5945111502424 -136.8130319744331 -87.41121166469415 -40.75418512194341 -23.72217558908136 -28.34429691571313 -23.722119501509365 -51.63034760644367 -75.88062384019351 -102.04723091481549 -168.98177251047795 -178.19337255477694 -178.43381541485465 -209.3574516093214 -226.021908074476 -205.18681975342332 -202.63010644680665 -199.7235547152193 -191.5961156188617 -202.70791321566324 -209.69444239284616 -196.78342876146445 -207.5864878810924 -208.94563482466504 -195.16267346514888 -144.05550931978723 -91.54500289772264 -39.36715892497241 -23.72194683755058 -28.34429217868296 -23.72209226789013 -41.567618586166965 -74.28908043364362 -100.65314781611806 -159.9389634625561 -176.41417957255942 -191.13351138583107 -219.05515593011708 -233.9754882927433 -204.8574744840251 -202.38859100502 -186.1886389032269 -182.95809139320505 -205.91371557534345 -218.6969867726445 -210.01358485361447 -221.66262946486032 -223.82956433122476 -203.7555090603004 -140.78970528126135 -90.66957709430012 -40.733024278176615 -23.774531824530897 -28.344210312003188 -23.722011411861875 -39.24560685284453 -72.38902263450551 -103.66459988829254 -122.64583938926307 -145.85745987270215 -184.4291190115445 -210.12251335887083 -218.66729514784652 -207.40202360268643 -203.41030966170257 -186.19918387401535 -183.2900330506056 -195.1485803510238 -217.5848875032168 -215.4250106946405 -230.0243979280402 -207.3601040579018 -202.20390886640448 -142.87402488692774 -92.98998574261776 -42.96792158134811 -23.72205393752469 -28.34451290169079 -23.743021151664014 -39.820447352810135 -74.77012586351657 -105.90832201821574 -121.22161236434128 -151.54977387056744 -150.77640239736712 -204.50081530171343 -223.0635439457456 -203.25471568497363 -202.6137920632691 -181.7246961194442 -178.80994259236616 -193.43047991494504 -203.1897025764503 -196.276873758702 -203.03140138283183 -203.12972224510617 -186.2345451557605 -130.67356543731313 -88.45821249603507 -39.37143531087418 -23.746289421620727 -28.344225940240037 -23.722049450691348 -41.50504177924901 -75.42647067207865 -101.79032818590096 -150.30500533853754 -165.49303142269747 -181.2657600394394 -211.9620735501284 -228.03778620459465 -210.85567933777 -207.3905184249944 -188.9967468420041 -182.25593643563136 -205.2358353512213 -214.2174741876571 -206.1079031665259 -217.76029230041533 -219.5201530992736 -199.29752280348208 -139.9032117384447 -90.71040095871852 -39.33644421458504 -23.722141790989237 -28.361535361246133 -23.75763194476846 -41.53869362476655 -75.48865075013698 -101.83795146995344 -150.28814322246467 -165.27210156916396 -181.7900052296591 -212.2931544951081 -231.5383197306106 -216.8266349336624 -213.53174906089887 -192.74685931760808 -183.2432432259114 -206.51905757728835 -217.26359545983647 -209.11314302128463 -219.59896128790456 -221.14696737226296 -201.06493744228797 -139.90348500922727 -90.75106875503842 -39.33601320741475 -23.722134085695533 -28.34445314133628 -23.722251258791356 -41.80085307565646 -73.31085738525277 -99.37060983164442 -156.98543620438554 -172.06859530598405 -190.63905536507187 -219.80922126726452 -225.00608838032767 -209.97877886767952 -208.13545875871296 -186.5349948670044 -179.42210869798885 -202.3213286548996 -209.58567787823867 -196.584442058226 -207.30773424401983 -208.34914926757125 -205.39404566341668 -142.85595521095894 -90.68726531476972 -39.34110648955845 -23.72214329958176 -28.39716297403133 -23.7218778828702 -41.29318148796916 -73.99561045139863 -99.97219687159264 -152.41904334699794 -165.76484163978597 -181.26616992984032 -211.9948241358088 -229.8105826470117 -215.48542824338656 -210.6073877639355 -190.16851666807463 -182.34312953046765 -205.23217978805133 -213.33093575067875 -203.7102340162499 -215.49772522828607 -216.0219070917072 -197.83955389446209 -139.9063777160403 -90.67641266323643 -39.339729389522 -23.77467661083853 -28.344186186119614 -23.72201035296231 -41.66438882782936 -75.63853421270464 -102.11256052775298 -149.46176982203437 -165.02825424152996 -181.2590100130733 -212.0767217180753 -228.0744883383038 -211.067197211235 -207.56701442061035 -189.14477127301137 -182.31099987747956 -205.18356577226956 -212.47862057950536 -202.09990444631637 -213.49718699630776 -214.8191257526628 -197.454814269224 -139.9050707070738 -90.67395972799402 -40.73105413712271 -23.74345371139744 -28.375578712585167 -23.721957348719243 -38.97327066375083 -74.12385874061134 -105.36864696625368 -119.92831295219987 -143.10080155181035 -183.09318623861293 -210.18411902587235 -218.43819534488097 -206.19671857060183 -202.3631477790495 -185.18533315022887 -182.6885413486364 -194.59262116369408 -217.0470921365146 -211.8804846358002 -225.37641387024092 -203.22834907724825 -198.2124067295232 -141.28274938376762 -92.95041545193295 -42.96651557394291 -23.722211649663265 -28.396919435703342 -23.721938170885974 -39.032015681015466 -74.2149189922053 -105.46379624830293 -120.54741860365397 -152.17292627402094 -149.81204261859577 -203.4481481733017 -222.0238722344444 -199.21093382510983 -199.3546169497368 -180.91418090811035 -178.52696441346333 -192.9022619140624 -202.0126740753276 -193.1209450616468 -199.74854046056885 -200.261446596393 -186.75497377747368 -130.66895841992098 -88.47660649701588 -39.36558061408972 -23.722103824812336 -28.344281907658672 -23.722104500958167 -41.09369846550253 -74.81641088213475 -101.21536897929592 -148.88804592536297 -164.8147251443794 -181.26692446158657 -212.0271262810855 -228.03793176277395 -209.49360313732865 -206.30838024769025 -189.19727491656545 -182.346981921624 -205.23926679169224 -212.068099403158 -200.1816762455409 -212.967078979145 -213.6025923901193 -197.1636371887221 -139.8877859183332 -90.65235744358382 -39.34748354188276 -23.722209054618 -28.39691659684393 -23.72193558360937 -41.23371252208575 -74.99147069173263 -101.34041131079049 -149.1072513656292 -164.70687397127926 -181.21899520656424 -211.9889425269426 -231.56665365004295 -216.37045468493932 -214.05276697309725 -193.20798071161957 -183.85077599489213 -206.7135495188077 -218.0296794037072 -208.25817947335165 -205.05387839447917 -220.36911540330945 -200.70763868452403 -139.8273764215007 -90.66495207622675 -39.34901899217678 -23.722152373483528 -28.39713596782994 -23.72185274883806 -41.36494411608083 -75.39573055123878 -101.73622449246326 -148.4564007946853 -164.65236368900418 -181.869554718429 -212.42636352427425 -235.6492203237881 -212.2599400180077 -209.59606634004467 -195.410819848812 -186.09751931161077 -208.7275964659565 -219.06531129298787 -210.4504449829465 -207.6153083584813 -222.1656803020058 -202.63449101456 -140.56855969732482 -90.6445970830747 -39.34733302508287 -23.77464979904273 -28.34419028473864 -23.722014383355464 -42.12531870039641 -73.31115399656377 -99.51474243233194 -153.87151442851587 -170.02028917354508 -186.1373443015699 -214.899023381936 -237.49029017791483 -223.5432921889439 -219.75848150786567 -198.03249381301728 -187.24832505113324 -212.69123648316125 -225.1837518511854 -206.65449975450235 -203.54393891618656 -217.82121179144136 -204.90540043859795 -142.08301958035688 -90.6624274884074 -39.34196431672888 -23.72220975184384 -28.39691736113649 -23.721936279768236 -41.656845574306416 -73.31110062327703 -99.37691467216496 -157.2275235963221 -172.65716128222078 -188.25597412944205 -216.50960554515535 -240.05164739506577 -215.1072648960638 -212.18493537838629 -198.55151021286133 -188.01733895108617 -213.15608557265293 -225.24504069725367 -195.8530826343301 -192.7381559655718 -223.99656477134457 -202.451493106448 -140.6967306339884 -90.6969533525144 -40.727372792040896 -23.72209302669172 -28.34455114685837 -23.774898903843724 -38.98147552016396 -74.40187230229259 -105.67679729423692 -119.49021779834086 -144.34781719042152 -186.2197854902917 -214.26900056350695 -228.22544192276305 -218.2332182665557 -198.09237612852945 -182.37278998077463 -186.08892648329083 -197.07590791398212 -219.8504440228294 -218.0009515142958 -219.1038983992234 -212.3349333219596 -207.36442657284408 -147.44450284693713 -93.79747748242949 -42.986727545716754 -23.72216177073134 -28.34443615670194 -23.72223448163766 -39.462615966582426 -74.59751902031402 -105.9776672987086 -117.1240888912482 -146.55796647046503 -150.23338806646012 -203.54743962157377 -223.31246242536395 -204.4186282100716 -204.1206212970777 -183.58828045732875 -180.56518345998535 -196.339409507283 -205.89990507369845 -200.44929277872 -191.7262324993736 -207.4007568328936 -186.91318486191457 -130.7213502668862 -88.4603117370125 -39.35565554154633 -23.72215300557565 -28.34433091975931 -23.72215271202397 -41.71426763192088 -75.3966726220999 -101.78423899907956 -147.9234536613131 -164.13890305938747 -181.53308278237435 -213.2439262149932 -236.46097538247412 -213.2313937017929 -202.2073962235838 -185.9042728515664 -179.20318598829914 -202.22389092611 -209.2044119574837 -205.5314347556715 -202.52704807708 -219.7506620069686 -200.19086495788807 -139.8849315350141 -90.74631037884146 -39.33859876996776 -23.722231439195383 -28.3444090922705 -23.72220774466193 -41.11229027631608 -73.36361845410673 -99.8958377511951 -153.21347242926993 -166.51955277084727 -183.43639072353952 -212.50143197697452 -235.24725072317756 -219.6591548723727 -216.4529432177517 -193.61493793775017 -183.23836307587547 -206.4816999252884 -216.32101085205431 -206.96562031353747 -204.7716491298204 -220.59119421474347 -201.0511863570383 -139.90147671720342 -90.70705322379526 -39.34025418025814 -23.722065514938738 -28.344524227708764 -23.774844090521512 -41.81914402158254 -75.7412733684508 -102.07278621409009 -147.88928650345554 -164.73070532720564 -183.49027873011804 -214.63361473755197 -238.2588840461572 -212.76323606837212 -215.3644279623084 -194.9201675399082 -184.41045210347264 -208.10247347493703 -220.0404328402072 -210.3663515195191 -206.0512918834889 -222.34079777062715 -202.273393500042 -139.90324381855933 -90.73167042967788 -39.33694589113272 -23.722242390596254 -28.344420005051106 -23.722218525699507 -41.97438143071936 -75.87159574283989 -102.13451202674388 -147.95900748750208 -165.20584767759522 -184.99857477023704 -216.37169454965857 -239.6693459368699 -204.6874539013792 -202.16179187515937 -186.0993127865744 -179.39003762167147 -202.37692527303108 -209.5018927681376 -193.55710862685928 -191.95779679371745 -207.55739128250408 -201.15151874991037 -139.9870264804947 -90.76308262357692 -39.33878332351271 -23.72206707927585 -28.34441074565965 -23.72223124004332 -41.050458375837344 -73.54381563280461 -99.9195613139856 -149.4563957780531 -166.10193712258527 -178.0057051256563 -209.249345626293 -231.4397942073297 -223.25587378266383 -221.5473030963178 -199.0792407197148 -181.17921787204037 -204.6707154069468 -212.59718591821397 -202.8140606570884 -198.82961974254889 -217.36836730064053 -194.38476532558613 -136.62816372700706 -87.24531318885437 -40.73580437350876 -23.774743225863173 -28.344122851601902 -23.721948322325577 -40.06794600164596 -73.71351907343082 -105.07969694957248 -115.48920673395642 -140.4333242471848 -181.1728993274602 -207.9902424732964 -230.19978836773245 -220.0503135250893 -226.76023102245944 -203.4389443633948 -191.9026352025651 -196.81902835980247 -215.83907288469143 -215.1279312213231 -212.1977219940644 -200.239034506734 -191.60424840409337 -136.58672841169655 -89.5369703040256 -43.10443397131128 -23.72215879922016 -28.344336692748325 -23.722136234309577 -39.99462846854103 -77.00379185116995 -108.90722856026996 -115.47401569828696 -146.70771658019265 -146.68398097803706 -201.21036996170304 -219.6995098223274 -196.65232121630044 -196.49392810173336 -178.76231283746125 -175.92894095654452 -190.29297624069213 -199.219297954352 -190.5440800844644 -182.1189050723845 -203.20852357409413 -187.2997152309765 -130.77201621374803 -88.4244276291098 -39.34636468026569 -23.722149531069384 -28.34438702608341 -23.774871973674426 -40.53231298705385 -73.83752841057441 -100.1391455273895 -150.93265101230045 -163.4805773779746 -181.65160616785437 -212.31018360407373 -236.5396605042489 -222.0775913876746 -218.68614008841325 -193.4893236559173 -182.4885134857397 -205.58419226515613 -215.73393598494232 -207.35637688935347 -206.56012261156187 -221.16605023586348 -200.14647762910343 -139.98184647692233 -90.72226748920237 -39.34247790497739 -23.722154272160896 -28.344473074205563 -23.722270950137727 -41.78990004119901 -73.31087782532389 -99.85861028474528 -150.47489553628986 -165.3895377027989 -184.5250187020936 -213.25806645043383 -236.35139151648676 -222.17650407967832 -219.56726919463344 -198.26113815793477 -188.4801992350065 -212.56042632912468 -223.00404850914947 -212.453870840736 -207.82148813187464 -224.8721039629152 -204.40637008268016 -143.0692956504605 -90.67146073699402 -39.33950783309802 -23.774741342984463 -28.34414443341775 -23.721969289005543 -42.21674660273807 -73.31111046953119 -99.4341789518741 -152.00656110298962 -173.7571327828059 -192.1632005343297 -220.1774854767409 -224.89242661784309 -204.49183763014136 -202.01156544988524 -185.9922114242549 -185.92285966677076 -211.1593343671192 -225.27665903829643 -212.32824809979863 -209.7598551004196 -224.01862843992507 -202.73041667341067 -140.60878951257175 -90.72028242062363 -39.33826715912588 -23.722096151159164 -28.34447807984864 -23.7222758945098 -42.12595362794539 -73.31088291391207 -100.260286577493 -149.7610072395987 -165.34472547207648 -183.14577220928484 -213.0316713966403 -235.75174081829425 -222.21403173681236 -219.31392749686205 -195.78136444445263 -184.33157004532995 -207.98276696720896 -220.841304972535 -210.3384615577727 -206.3480147901192 -223.1618619913029 -201.98021849725487 -140.14888996927317 -90.70288674569622 -39.339159195550906 -23.72209431093784 -28.34455240226783 -23.77489576793373 -42.39506403190973 -73.31095684134664 -99.3707076564679 -152.70640327363216 -166.41362913320933 -183.76377295307896 -212.57369518394648 -234.30985947280809 -220.0477474278425 -216.92747201209176 -195.92959313756663 -186.18978301354787 -212.1780412100555 -218.16860669335367 -194.79771007093677 -192.30361356887025 -207.7126919918615 -199.34870346002103 -142.949657903433 -90.74719708558186 -40.732614834048505 -23.72203123274937 -28.344375394851788 -23.72217445866745 -39.09920969898099 -72.44162260965335 -103.95354650367956 -124.70997563433464 -148.94906241646592 -187.5293719240724 -210.92296467245637 -222.6420643051076 -211.8307486291752 -207.72653378850083 -186.988993976364 -183.5413359045018 -195.91457662355964 -219.2453992345084 -217.71641959776952 -216.2402485077926 -207.76494278515983 -202.3803881199675 -142.97387812341515 -92.91166869473136 -43.01293054131613 -23.74639071212252 -28.344227489874907 -23.722050972649537 -39.70984528652186 -74.84928600705406 -106.0132572389567 -118.85793622311702 -149.95516524507764 -149.81199037001588 -203.9038225315552 -222.02957712665105 -199.1030543436905 -199.29105110790056 -180.7280605712168 -178.4947257919018 -192.83821362507112 -201.92336163911344 -194.71997859335616 -185.9936334486617 -201.81646425602992 -186.6047048108097 -130.698872053394 -88.46612747048073 -39.38980818694619 -23.72209542385095 -28.344273537221365 -23.722096266433702 -41.22179873441501 -75.1422345869422 -101.55687031177833 -147.17021317779907 -162.52266407939624 -181.06815530767912 -212.02332455535384 -229.8882563862125 -214.9984038806426 -212.972835324234 -193.4130522577005 -183.4606641770957 -206.4377376355692 -217.4678527539776 -206.88918763761893 -204.13271786680943 -220.43576758239465 -201.73518348284915 -140.44197474742154 -90.71182182658838 -39.34543561309445 -23.722054373125488 -28.34451332731923 -23.745053844014866 -41.67721178596585 -73.31091802182507 -99.370834109476 -151.40524169253482 -167.50792411364193 -185.2127311103512 -215.21001513548336 -237.57998052302943 -213.77022668639745 -211.01808126313452 -192.3688126689509 -185.76772821000984 -202.2557039315238 -209.19433234264125 -193.49499124311416 -188.6195036319053 -220.530011505032 -200.8219431403613 -140.9458813363499 -90.7036411186765 -39.34695777219792 -23.722073755838817 -28.34453229063673 -23.77487850380771 -41.18129519412887 -73.3111029267462 -99.72388246716356 -149.52907666759495 -167.97763429891123 -188.83890500007809 -219.890809115955 -225.7238236288216 -205.4762615046995 -202.5998944476387 -187.505808404718 -179.586335552037 -202.49569780259463 -211.1439151322702 -194.19843870309745 -189.0020133556714 -207.89742189459207 -193.9375314913228 -136.59110325592388 -91.01912663781268 -39.33667775964706 -23.722153653866005 -28.34449612275847 -23.722293718617014 -41.80234991240091 -74.12464722705505 -100.32482922861033 -155.88038965734677 -167.2354778822709 -178.55059876349776 -209.374336464723 -225.78635796931616 -211.57070986737492 -202.4440263764893 -186.2290461102284 -179.64015840141855 -202.54347976115596 -209.34393789403444 -193.77203918406647 -190.23077954457904 -207.741454180246 -200.4719628556764 -140.0124618741308 -90.68507745854188 -39.33799615567009 -23.722175457676197 -28.396917164800445 -23.721913020974288 -41.02701352190298 -73.75778864467414 -86.17253627247284 -148.72586606580202 -168.60384111727203 -190.3884981959232 -220.84171604703155 -225.84718787791047 -205.42120230008297 -203.30693680592825 -186.18331601978997 -179.51544715947512 -202.42078611853336 -209.30633064830576 -193.700461125462 -189.1838450655798 -212.79534442174983 -201.071937993703 -139.9110557935526 -90.6845914448203 -40.73501285172293 -23.72213024102049 -28.397148948646517 -23.721888107417445 -38.59861712058796 -73.16679351398453 -90.00315670579093 -120.87672944680467 -149.58565522679334 -191.45160613794815 -217.61287411437448 -222.24885830769767 -203.1172459355672 -198.47656825457648 -182.31267535559272 -179.83743198831513 -191.4951377338553 -213.9333090966807 -202.6674792664577 -196.07512957549417 -196.5237614933572 -202.20626646711747 -143.7657476595204 -93.26431888780164 -43.022843071681166 -23.73667785526812 -28.34422780529313 -23.722051286369844 -38.67731746203487 -75.04625249918261 -92.0255717308512 -116.94298889445382 -148.35714441222825 -151.3694888992151 -201.3506715111533 -219.71559965527948 -196.54686616372877 -197.24031333559665 -178.1154177138248 -175.81460344779757 -190.31288714804197 -199.5645330727931 -194.51510290676296 -182.05050539089407 -202.9904550812762 -186.7320117651956 -130.78865407116643 -88.44366882523575 -39.34519679172117 -23.72213818430204 -28.344536851263157 -23.774857808043794 -40.64774958399237 -75.31336545798571 -87.80796480351134 -147.26329369991987 -164.2446549617836 -183.69496639398324 -213.9567445134421 -238.7980656242035 -205.07922486406224 -202.45647799548328 -186.71168632041852 -179.481090725903 -202.5865514094358 -209.37212576831465 -194.12640228364063 -194.16973457830716 -220.9395240272873 -201.11013413166117 -139.91631126367264 -90.72165994454978 -39.3392641676688 -23.72222129659997 -28.34456283771156 -23.774637840440658 -40.831324012308166 -73.62480537943732 -85.8702368098827 -152.11813581741865 -166.749661911081 -186.7620676092576 -214.8774204890303 -237.48273835526484 -223.50817000534883 -211.36085211578973 -193.20588420248987 -184.97113162668836 -210.41951382883323 -223.86222947769224 -212.22529540875692 -205.2976708223046 -223.71010160340288 -203.79397341295305 -140.9457669445436 -90.6674134042392 -39.3651658080008 -23.760742979979565 -28.344222553076907 -23.72202350173733 -41.443111779745394 -73.31118487944576 -86.20087060784977 -151.5761283809453 -170.44393684313766 -191.24630411110613 -221.6466510643961 -225.61671818768383 -206.29966642203817 -203.98788039490972 -186.57028479301476 -179.50359860057313 -202.3703616673513 -209.524925112382 -195.585219170042 -191.39600783793676 -207.8691344419728 -205.61303797533637 -143.59989769697603 -90.87590533182691 -39.34429770498944 -23.72216452337261 -28.344517682374168 -23.764763332655534 -41.288173896294886 -74.25476635765673 -86.09427690891438 -154.33827010149324 -172.17402755206223 -184.71009199715365 -215.28933780061985 -225.4139577458677 -204.8679125293081 -202.2676959701325 -186.09602474533065 -179.45403209609591 -202.39381415965207 -209.89739041738545 -196.4540940154574 -192.34250981669987 -207.7858007248499 -202.72614734627817 -141.22912003941482 -90.68142320814984 -39.343189853890166 -23.77479017502414 -28.344162261107424 -23.721986821655666 -41.0661853189681 -74.49478978439933 -86.26720062068733 -155.84290127704915 -171.27232981981592 -190.29969680918867 -218.1661012656896 -241.0902449166205 -204.7720181784777 -202.25779164626115 -196.654883964136 -185.60461257257455 -211.50262458337104 -224.78299728327275 -205.8527800021848 -200.77533084705524 -218.10077172858607 -205.88365567338795 -142.98669273330222 -90.74433636458032 -40.74231395980757 -23.72221556952093 -28.34433371736008 -23.722133297701163 -39.01299407665402 -72.41418551785442 -89.88189249963098 -127.35439802347796 -152.07995089222808 -191.74219387024863 -216.3819717461853 -230.77413309794625 -202.67341292764485 -198.2128840104317 -181.99529378806596 -186.0439021572882 -200.23588393860297 -223.84327189242967 -221.49416956472663 -197.78006206782305 -196.5377769214744 -191.7749978261549 -144.2368864203209 -92.95035535741746 -42.9992973360124 -23.75817174458418 -28.34422296394675 -23.72202390688786 -38.86467921541823 -74.23677836607995 -92.05837487092116 -116.12427958983046 -146.17122434925815 -149.68897130610966 -204.09060999438043 -227.77695451629447 -211.39070389488583 -196.43707122042215 -178.08704894706707 -175.85380048075496 -190.14090666940288 -199.30814004253435 -190.07279211782276 -181.09117774400528 -197.3358557415299 -187.11640337782984 -130.78403211042345 -88.45661939036417 -39.34154603812951 -23.722120647200736 -28.344463571158617 -23.722261562358728 -40.532887031545 -74.9420123223623 -86.44037011894994 -147.54370588743504 -167.00033008562164 -189.5840533603653 -219.0412470534964 -225.72877280169567 -205.0863069997393 -202.3320773105974 -186.23509953391144 -179.46482737663388 -202.52734439214748 -209.4137348547336 -193.5696668371096 -187.86714039959384 -207.97613657285277 -202.5380168548646 -140.95287017522045 -90.6622296456876 -39.36936137354122 -23.76114498910743 -28.344222295569097 -23.72204586298764 -40.86244111572736 -73.74055722685037 -86.14189199703596 -153.48243194831326 -170.6465081275909 -178.3428777726213 -209.44249933160265 -226.2410840702621 -209.9681053352168 -204.45461153055737 -186.58595542476996 -179.72469218874005 -202.8528698803564 -209.9072270351839 -195.71086619790333 -192.5567389547607 -208.0682584123149 -194.3406462715922 -143.18383911449948 -90.67229086865402 -39.350596837239785 -23.722190642133544 -28.396933748245257 -23.72195121100704 -41.2710231182914 -74.05348943386379 -85.14682008665832 -153.61003212791735 -170.74348155692465 -190.64013490801864 -219.96291646794452 -225.27635237227267 -205.03902352805756 -204.91690598182592 -187.1032181152933 -179.4452849794406 -202.49996107910135 -209.90286936801436 -193.5866991883761 -188.0601226928235 -207.96416389384976 -199.4690273128933 -142.17257097389523 -90.66918736545632 -39.35888885071815 -23.768352475589182 -28.34422067202788 -23.722044269091068 -41.26177158980941 -73.92782235538319 -84.53240827522568 -152.6986360273394 -172.68866327667405 -186.0354260938821 -209.75048998720447 -225.75255041056704 -206.95922033489828 -205.53332817489888 -186.39214483545143 -179.5425773481208 -202.5214171485574 -209.3831011689718 -194.78068039234032 -191.20247983890988 -208.05837520507276 -194.2833194561309 -144.28574867555346 -91.38703170872962 -39.37580945713176 -23.749293601630374 -28.344226823088807 -23.72202771820149 -42.03072958599379 -74.36635285584205 -86.8751210869048 -151.52483542537107 -159.9885297848816 -178.5789908620617 -209.66140841748532 -226.0529011315085 -214.74358944406023 -213.804165631038 -186.33228538664477 -179.63107637273578 -202.5945318226761 -209.3193202912396 -193.7276327979308 -189.70498359724192 -207.890904289216 -204.5329838995347 -141.9507844319563 -90.74482673597272 -40.72927790514049 -23.722095389146176 -28.34440125930672 -23.72222190479079 -38.87942339049434 -73.0581234082378 -88.99641801304358 -127.3099877795612 -155.01641407699387 -194.61109668229085 -220.0028413210555 -214.9720575234117 -202.8453786158929 -198.10719706315 -182.0818784626809 -179.69553424961137 -191.44551673057904 -213.73847027818147 -203.14050325076792 -195.68567927789783 -209.64320063387075 -203.35461924214783 -144.43271498225144 -92.94749410564502 -43.03060519366931 -23.72216160119688 -28.34435188599013 -23.72217333027371 -38.44557326368246 -74.46556091864664 -90.38095294025 -116.77111494658736 -148.7870253467775 -150.07962806330005 -206.3169383025768 -219.67583944776155 -196.60673709850067 -196.5226155673782 -178.17802726977027 -175.81378966495453 -190.2213640587949 -199.2404567489712 -190.46102511790568 -180.034337480552 -197.2454174398663 -188.3130370322272 -130.7854756914715 -88.47777985806405 -39.35759786219957 -23.722194276623952 -28.34434751982986 -23.722169039155784 -40.49290902126089 -74.49045024798033 -84.38928919754994 -148.01794403449344 -165.95322517675746 -186.2260972282292 -216.4757564751589 -232.41692351988485 -204.8591329906781 -202.55832154417192 -186.2586868611712 -179.45649172406206 -202.35505122004693 -209.24103844363395 -193.7681334352148 -189.0884386338281 -208.08183179004624 -203.9813555433497 -142.7513304502935 -90.7117778417998 -39.3443894990398 -23.722216826503622 -28.34455842740454 -23.7748812566539 -41.22225171220995 -73.86377403476526 -85.68356507506338 -155.3345380675991 -171.84904136089423 -184.92596379499804 -209.2791086670269 -229.02113946326864 -216.87868576391148 -213.3000635642158 -191.97346942944804 -184.2243270692665 -207.48060101159984 -215.26656397407476 -203.1205290661649 -200.1766689472229 -215.7966874063561 -195.5496915443627 -136.60997504279902 -91.09014801881874 -39.35841215653903 -23.763749790479608 -28.344223518191622 -23.72202445426529 -42.2180809151814 -74.54072828437374 -86.95491575560688 -144.77246132513517 -160.20999422771143 -182.65382077725369 -226.57764001233932 -271.64282169402486 -267.0164068683887 -279.495775433943 -259.0710483530265 -246.5890589512146 -264.1591417137771 -272.31602069998945 -204.0722363514647 -199.4503730015365 -211.19698020524672 -194.65124276265647 -136.90280083896693 -87.28061813302462 -39.8940364448154 -23.73955343601317 -28.344203930569 -23.72202805330607 -43.5603266897052 -75.6106831577247 -88.19260035596847 -145.11581433670685 -160.60603426152693 -187.53299624523208 -216.55926642386424 -234.44776358745804 -205.09693772781603 -202.3664484177833 -196.364409732674 -185.10021169466492 -211.56082116595204 -225.1015953853592 -206.6517211957349 -202.80740455525228 -218.31390919821465 -206.8292433301813 -144.8815436056532 -90.9882182903891 -39.34201397645703 -23.722102916601344 -28.344446085120502 -23.722244288619397 -41.632648654869925 -73.95284181119584 -86.15531267118926 -159.33460182432106 -174.8532457443659 -193.1506227268989 -221.28850896264467 -225.343355993082 -205.06832951012572 -202.43404549015008 -186.2565617965996 -179.46084673600666 -202.39304553022035 -209.33171853245165 -194.08099703068547 -187.45149696720773 -208.012254022123 -207.71036983343535 -144.01225179037692 -91.01962579455454 -40.7293357224769 -23.72214028288128 -28.344482936643868 -23.722302263710205 -38.98077785389328 -72.78043666547671 -88.75298665615821 -130.70644826454955 -140.40313542470213 -181.4169963612167 -208.3241637043212 -226.8383731412881 -227.8359265839664 -233.13840928814304 -212.93352865466372 -217.01189002494493 -232.0506194079788 -244.5829573795182 -241.210069913834 -230.59652797973737 -214.9707243759452 -200.72867816588808 -143.553361085821 -90.05799582688797 -44.6135048152615 -23.77475275114382 -28.34417901711583 -23.72200355092472 -43.81297158967423 -83.88536835528969 -102.3015199559504 -116.1443820246511 -146.8654956306734 -146.86967715347384 -208.1840263244752 -240.2179241215645 -244.7552491593739 -261.06404964314333 -244.99880977151423 -243.9183140647543 -255.7613859928321 -202.16262696983944 -220.2917567292801 -179.76330913531305 -197.57346753451407 -183.60731896048304 -133.28280356504035 -89.49430377965008 -39.34148751530764 -23.72215229843589 -28.34449478490765 -23.72231392594597 -42.182517813150014 -74.48972979944723 -85.709208884075 -143.67829834341978 -160.6117661669001 -178.67072909769578 -209.92293106784723 -225.9507266345087 -216.348304654246 -211.6046119076776 -186.9079697902796 -180.67729819559847 -204.5243750859505 -211.6800886116382 -198.78212613095104 -187.8834723629182 -208.1541343371642 -194.31006451046764 -145.01348375478813 -92.02778492175752 -39.34572172244451 -23.722298376231315 -28.39714590936605 -23.72188329952904 -42.07748657641164 -74.41344610816536 -85.93742814410132 -143.62139033616606 -160.2853510838618 -178.97202103446517 -209.86332040421337 -233.12527283390185 -225.38796027556253 -231.5215770747579 -214.4763611161451 -213.8173253909056 -231.9517657759349 -241.7812121199066 -225.9450363905273 -216.81579139921013 -229.3490304415955 -201.88247446216496 -136.9464317461431 -87.36695257947036 -40.2904233946108 -23.733037735737685 -28.34420552602833 -23.72202961865656 -44.20119287932985 -76.04645002998245 -90.05656376192634 -150.78219396534746 -167.53887282991874 -190.67471534487 -218.43240934778672 -227.4346629114379 -219.87254057369088 -217.89513590090127 -189.94156512549463 -182.05762203204603 -207.37966327125557 -210.6130833284153 -194.47990908127187 -193.2581883170466 -208.27581181677968 -194.3819069788774 -136.55406562318072 -91.86123289105826 -39.340057620229146 -23.72205490981069 -28.34439874316949 -23.722197520233077 -42.25093158058012 -74.46216115408482 -86.25486077379432 -155.76626975795878 -172.14189818435426 -189.92071620927535 -219.0852429695896 -233.3167625490861 -204.849403733349 -202.4003433576457 -186.380156478044 -179.3832893941601 -202.4621366806192 -209.54154262688584 -194.11338740280607 -189.58370343182804 -207.9900031979658 -205.36681765367413 -142.98029646192336 -90.71558146556784 -39.34092425369384 -23.72210455002168 -28.34731050471076 -23.77217593406813 -41.299810069696775 -73.90297223213432 -85.85955803020424 -156.26033853563104 -173.62821885440158 -178.96972880789258 -209.9449668151059 -225.923437834979 -206.5906584322308 -203.71369487372576 -186.4482539559612 -179.62063881911007 -202.5769167912744 -209.38161794317483 -193.5699847605989 -190.00731993308597 -208.03512976627533 -194.30091806377172 -143.57129318192133 -90.6868422464618 -40.7300850095227 -23.7746337960021 -28.344190635710262 -23.72201472683774 -38.786267962255344 -73.0905500776531 -88.92963102372438 -129.2983719672277 -149.81782000375247 -181.4012402794232 -208.08116856067696 -215.09799765496967 -206.2803021584355 -204.29664630587035 -192.38362321977857 -189.0566102022043 -206.3519989781425 -218.4004817064385 -210.1956158669319 -206.511137781844 -203.40212009827724 -204.21669191434535 -142.66431046060484 -89.64220810956732 -44.11928812754984 -23.747816192664068 -28.34420190984921 -23.722048670872525 -41.1167510870704 -78.26143548607226 -94.1181521090615 -115.41449114792456 -147.167758308313 -147.59125739393664 -201.64692465057144 -221.10253864067425 -206.2133951381716 -205.31502178100644 -187.4889225351501 -182.89119852596852 -197.66573942995447 -203.98576559638303 -193.73581903007764 -180.6126694328768 -183.70692910801705 -183.7098514168059 -127.51557231800956 -89.40814525912506 -39.34191983923338 -23.722154482087173 -28.34449694086805 -23.722316041612554 -41.848881031090976 -74.41714278153329 -84.75420492190827 -147.53479980436836 -171.26038370695414 -178.97422876977083 -209.94007005602415 -226.07059341219968 -208.04272504499968 -205.4633614070891 -186.86575777905648 -180.60644702476657 -205.03924642005367 -216.7118111388876 -200.97238488705315 -191.28719209852107 -193.8471877271849 -194.425164698364 -140.6920973971689 -90.98665894331651 -39.35794584610266 -23.72198375671448 -28.344328581840664 -23.722150411689707 -41.59705707324591 -74.1761401335145 -84.77290130360092 -143.93696645647327 -160.5979869368177 -185.1058665382411 -221.18498581482416 -255.10994054829857 -245.5302895869688 -246.29539262383196 -230.16400074572869 -219.43243972008815 -244.5280377720946 -254.3886717123348 -243.37722499540305 -233.68053013353048 -231.6191101259361 -220.11936731969104 -150.96688013485766 -106.3932303763436 -43.90076667520283 -23.722207800279964 -28.34453807835281 -23.774884766408423 -48.579171604116645 -78.52915631045086 -90.49969857156518 -146.81003993499866 -161.14370673752472 -178.95834397860858 -209.7018991741025 -225.91090505470075 -205.3925275676274 -202.7089337407707 -186.52209728105527 -179.8496097019992 -202.81481847746204 -209.9461046223239 -195.49762399884048 -189.62429064789245 -194.29596438568288 -194.45682707491432 -143.66605832014733 -90.67805244223597 -39.34124034003217 -23.758711110680967 -28.36037635705631 -23.7219383571268 -41.48389239872253 -74.35849169530333 -86.31928306172281 -158.80511488190558 -176.5817286160381 -178.53884215266328 -209.65879773348468 -235.48891752371625 -222.7931550254966 -224.9434319093271 -197.42202438326152 -180.7363026114948 -202.9466055705036 -210.05222136372296 -195.53751185338228 -190.44071667504724 -194.2938195412813 -194.59368097396563 -136.72166337641048 -87.27120805032325 -39.37998109381261 -23.732431148383856 -28.34422918696165 -23.72203005390894 -41.65695240846678 -74.90751295073184 -86.3768208862085 -143.93844803290884 -160.2332783279499 -179.112713605599 -212.3607136480012 -241.6610072305573 -235.57983020070333 -231.3265531980372 -218.25407189260667 -205.14973468870792 -230.85142202187 -240.3955214203134 -228.23657681545143 -212.23198598538085 -207.86088776141935 -194.6183275407609 -136.77307192482257 -87.3233026465379 -40.80354891395587 -23.72220608048333 -28.3443838186758 -23.722204748537425 -39.178992350548576 -73.56932211808135 -89.70699806686488 -115.79094588479396 -140.5853423217806 -181.8092458630312 -209.96895369403936 -235.548822102632 -228.3976552852892 -230.9245235814876 -210.5590048695261 -207.05357929634943 -220.89148298813308 -237.18149829903945 -224.9491385150818 -215.6316489124368 -189.02174319315992 -192.61529385071043 -136.92408549196128 -89.5708176263983 -43.38989778353439 -23.768099911951285 -28.344197826076776 -23.72202205007988 -42.26997869967248 -81.49501523942095 -100.97725986387508 -115.93141499110168 -147.18785741673938 -147.08837943008416 -201.1774696712759 -219.68139306527632 -196.7268900280388 -196.5721637518936 -178.22931442259136 -176.07551857692573 -190.43822791401632 -199.92186140951875 -191.4669089445952 -181.75574350197363 -184.18938786554375 -183.7806858678791 -127.5603534339564 -85.02503199640539 -40.1944922908721 -23.72448461843057 -28.344207618310037 -23.72203167670537 -43.70554526772349 -76.30625610410546 -87.40643615641554 -150.6403020029987 -172.58871355254698 -178.40271205539764 -213.27789781934 -243.21051002448263 -227.28490655971888 -215.3475825661755 -187.317244364109 -179.95429104113057 -206.7261510712019 -211.10257863848744 -195.41862246430537 -189.5810563692116 -194.28397382311124 -194.47189177424025 -136.6094534053995 -91.63565916532964 -39.34407360569412 -23.72206705719168 -28.344410723256416 -23.722209356319823 -42.17505099257174 -74.8429872252057 -87.02076342135845 -144.7372451188744 -160.21760595956988 -178.40779991559825 -209.68260072734225 -239.68651456180703 -225.20079412656497 -217.41677926454423 -192.04438331228596 -182.2119270502185 -207.03050550243853 -217.2174245966188 -205.9341747480196 -191.10604712685245 -194.36767974348177 -194.46083034540192 -136.66575677855118 -87.24508659132051 -39.350079740956055 -23.77465790443706 -28.344197684610062 -23.72199893975976 -42.09044634013892 -75.01376252762613 -85.61685722595803 -144.71361104618583 -161.20167568710545 -180.79266553369777 -213.0330710886419 -247.65321859425651 -240.80969987088943 -242.40632541653335 -221.09991132024876 -208.15480841724377 -239.31925476625997 -246.63565211645735 -240.17308783399125 -220.4405970432739 -214.9463548060478 -203.33876664136568 -137.03655763698504 -87.46065026300847 -40.9212462375638 -23.722115877650708 -28.344237055707683 -23.722060628226075 -45.255853563416615 -76.37088940076212 -88.73886565737016 -145.6102003733873 -160.39495571026163 -178.57976630663916 -215.4993729716693 -254.449871415476 -254.97483183960935 -261.01711611183464 -242.1928127929251 -238.5093493414491 -266.6478217389415 -283.6238194299998 -275.7081746699988 -259.90042034824216 -255.27375243429148 -243.7925632856576 -167.95196026979434 -97.47581075116813 -43.431564852250624 -23.722091500487203 -28.34442338176346 -23.722221863529622 -55.984039104899225 -80.55082465582592 -92.9136226184444 -176.7790432883424 -209.9757616535645 -248.2048157748065 -277.38502293576687 -304.97600696439736 -294.3718831050396 -292.1231896353831 -263.78162926633354 -246.8876392865016 -259.3776044439327 -257.3272338045748 -250.04001693271303 -224.70856436649532 -218.8603454852563 -199.7539900660344 -137.04149078502346 -87.58383651954891 -42.62644593145276 -23.72202804103362 -28.344338375629256 -23.72218234535137 -41.11447069409784 -74.47016393038847 -89.90386039850121 -115.64195405436736 -139.60648054985506 -180.5328215270717 -207.4863875630588 -215.01658826403212 -210.70659215875952 -209.23017641548927 -188.5617890730213 -191.56485594212572 -208.20445166051672 -224.82351284847468 -216.12676823267304 -214.04951775920625 -181.59545917614813 -192.361677727978 -136.7690209482817 -89.54854778116034 -42.963008432074176 -23.747014094758576 -28.37199876400176 -23.721935302024377 -39.44300405542566 -75.28431023627091 -91.88951978382808 -115.32320394962062 -147.3458667718483 -147.26391098652556 -201.5281969637552 -220.54940471490107 -201.05665830141032 -206.37917511731297 -186.0378041307135 -189.83752670571096 -204.24536224588263 -212.9416930227252 -201.8788516759187 -189.0778654310657 -192.92811084090044 -183.9020977528353 -127.7068569984109 -85.08185099706827 -40.02520510336795 -23.72206489417022 -28.344582736603243 -23.774907676976405 -42.80877762886271 -75.51839130020569 -87.30859369673794 -144.1582928964946 -159.9801717267166 -178.34315641858535 -209.3869862675742 -226.5221539000215 -210.37673375969575 -210.88969051945404 -191.09736587969732 -180.95704468458052 -206.88410837928916 -216.646381082938 -205.12613134441844 -193.77377977153583 -191.2348568550619 -194.487771978392 -136.6512415620649 -90.6868738502817 -39.34854640298865 -23.77469530762371 -28.344179269528823 -23.72200354975708 -41.69126902964556 -74.2279268934897 -84.09183973007738 -151.69324179553678 -160.81630090607453 -179.24852398336995 -210.1481804034482 -242.0482117341108 -240.76814690071652 -236.05061639306945 -220.9028918393757 -209.06451880284783 -242.99541559149 -259.0712353933334 -247.22104924787183 -231.9398107841724 -223.54290835832768 -205.51903321004147 -136.99450944688056 -87.32987852850115 -39.59973583866846 -23.7222323159427 -28.344387744572213 -23.722208844040694 -43.22645603203243 -75.60320164423955 -87.65778578481087 -145.38806216307523 -161.49017737003393 -183.73352124173948 -221.4858066254821 -262.4090599098395 -256.2177158633216 -226.8345172280147 -199.372990454835 -189.4821295857524 -217.4222670958768 -229.3382693191913 -215.63358526927087 -224.6993892414208 -226.5023117335176 -209.30187670500672 -138.0531961806617 -87.43181815499214 -41.48243110359727 -23.77473227659415 -28.344160144208065 -23.721984994523563 -45.72897425476876 -77.09954627525046 -87.99353851134711 -152.77881347293942 -179.8424430154259 -189.9511841915814 -224.44643983738075 -258.72548069567085 -252.31604354561543 -252.0744693540627 -218.71823927822547 -186.3957122687046 -224.16021636857403 -230.0605132594908 -228.67540394386504 -212.07930661524605 -205.3425750680361 -195.21128179165711 -136.92503548132203 -87.24181989114267 -39.66256529247996 -23.77474586139073 -28.34412529001277 -23.7219507164014 -43.48436514486735 -75.19470767070621 -87.33300569506892 -143.75716939897882 -159.96373729548344 -179.05824330935994 -210.143031369644 -232.99332912378264 -224.8850547770041 -223.27505348992463 -190.5497502959873 -181.4580511268397 -205.19680680190413 -215.74649263925124 -203.4125243034157 -196.17949781384127 -195.8421146350923 -194.7157296092113 -136.78015198821734 -93.5102767627057 -40.73561883513183 -23.77478891568855 -28.34416109764457 -23.72196281031692 -39.46978735754181 -73.41439329459389 -89.42138587017546 -124.7095167384978 -140.66073648606402 -181.6494183933987 -208.282578100759 -224.7737172973619 -219.82737022612943 -228.33087632104417 -209.01139029647183 -209.4364315742952 -219.6152224210372 -243.00354374937123 -248.471715735356 -244.1325485716006 -212.60981896042827 -213.73380661303676 -143.56685039614888 -89.70147453595123 -44.255635697187486 -23.76634816356163 -28.344197379539988 -23.72202160866856 -43.82930842637998 -83.95498617874937 -102.41685833319193 -115.85326692389928 -152.21674236858783 -183.0454653056428 -258.51391956473446 -286.45648695226214 -269.4125881514561 -273.218062986665 -249.29347153402784 -246.33099806398448 -261.2093350467485 -273.9289279469424 -267.093524450954 -250.2886596476997 -235.8766592380921 -222.04973393696295 -142.00293943686245 -90.52421054347856 -46.61709242714746 -23.722135050739965 -28.344444339242425 -23.722264522633917 -59.28292877831675 -82.56443459702126 -94.99216581681836 -198.561755764366 -230.32816520263972 -258.59878853002806 -291.3119014604052 -323.7436346211738 -315.0579067524563 -309.3179894489581 -286.52199354567875 -269.73062200572383 -291.1221024752278 -290.17026340273014 -280.8226815999201 -262.551285657027 -261.59776320944144 -238.22301786546825 -137.173639297861 -87.42607402221988 -40.36465210295987 -23.76972424652291 -28.34419744407636 -23.722044298832778 -42.80570150154546 -74.79396986278786 -86.8552120891891 -152.57893929154864 -173.6445227893681 -191.33875114678827 -220.5520692508221 -233.99219685596088 -204.70190138246303 -202.34247251308005 -186.1837297940507 -179.36671394970875 -202.3266761488396 -209.3322347392604 -193.3480115950602 -186.45800993123456 -190.48916113042324 -205.5879733035475 -142.25035393266265 -90.7043306357186 -39.34575599163912 -23.74929726585562 -28.369664635473796 -23.721935915486945 -41.08558772126983 -73.8077360058102 -83.87136410875871 -155.76833048708562 -173.25281770679953 -192.0532878753563 -221.4867174616662 -226.0880001404381 -205.56180794752729 -202.59929545218543 -186.495860533641 -179.69153614386903 -203.15469138825995 -217.0170250363953 -207.72638975119284 -192.19060279888785 -191.75686557127827 -194.45976591605836 -146.48117103243604 -93.06060938837116 -39.34383299822972 -23.72217510344436 -28.34451727696177 -23.76283526853266 -42.57613983771742 -74.26134451602698 -84.18911551562829 -144.04988622043766 -160.65489628492497 -179.0314479327284 -210.0672259119932 -233.53815333109208 -224.012336411556 -218.9229419105748 -197.87675451005487 -183.67194017325147 -212.16508891066883 -219.16593101245388 -206.61360951456467 -199.4216934243234 -197.81499538942995 -194.64563923579647 -136.8377225524089 -90.7024135429643 -39.43081911303401 -23.76023990600973 -28.34422267292146 -23.722046237349648 -42.97458187406748 -74.83219786528298 -85.55168287172093 -144.04661257893918 -161.4145932933203 -182.7274463414166 -215.93585094570255 -251.1641889841974 -251.60453200505253 -246.510907538316 -239.6426480974766 -233.2411888067656 -262.1662058910968 -267.7382904239845 -263.04591826721315 -251.54508998852052 -247.45227346282465 -227.21955488685444 -150.04533590565575 -95.19373361620684 -45.8640137063307 -23.730115735041863 -28.344229208687103 -23.722030074903504 -51.27037699867741 -78.99116135721624 -96.14435613668546 -151.30398641673375 -191.04640010072055 -257.6201726863458 -287.9190132231678 -306.09465836716004 -302.4102221808205 -293.4097801988365 -270.8444258325583 -266.48302151093617 -289.04496042881624 -314.50707542148047 -312.98284761738904 -299.73769897701504 -268.25794057450054 -276.3228575641889 -210.37956277778895 -145.1237143791114 -51.224482415288215 -23.722083329875737 -28.34441532221814 -23.722213901568203 -61.31049273859296 -109.38841700177072 -132.8887628220654 -127.91314026811136 -166.3583583650419 -228.64955175445445 -285.33553451383835 -310.5817041642537 -293.1895130564946 -290.4746897700514 -263.18376598140713 -257.3731654221449 -250.8606557456378 -268.86761597567994 -261.28015004267326 -236.32248225717305 -240.27893356357703 -212.60531985288688 -133.42260196596038 -85.37008872698743 -42.43950190033097 -23.72204940499128 -28.3443595313028 -23.722181094944027 -47.56836357777928 -77.38926287043977 -89.86644922041937 -146.99902828618556 -163.1738807614591 -185.30877642842168 -213.61206114689188 -263.58377612502755 -279.04059238225585 -277.6476092699522 -247.8070611008682 -237.61768240378527 -259.22075697180514 -270.63515168638344 -259.6463797167117 -244.7733531592284 -234.54290974675985 -216.2055733977992 -144.6949456483117 -87.44220174038016 -41.611584228916 -23.77474943096942 -28.34417595857525 -23.72202325505607 -44.7693313728701 -75.70860631942185 -86.10407962856462 -146.3156411022888 -173.87613591710104 -215.88864687651764 -260.51079851174944 -298.94996021756657 -293.4790683369302 -291.4273137567488 -263.7360112175218 -250.5591445105169 -280.126290859126 -292.3659185093693 -283.32078202861203 -269.91819841615387 -263.9172950674149 -246.5027839828595 -166.19920711092277 -94.11361889707612 -42.80301008701642 -23.722086242757054 -28.344418197560938 -23.722216740999805 -51.10489666685629 -78.51321473243088 -88.9557229119459 -157.08865823255786 -195.34145438411437 -198.14669645837964 -232.64182304561672 -271.4391018498448 -263.54089149791014 -255.88451756880323 -241.257398524068 -232.10852374962528 -260.31347407660763 -276.92383528617 -261.57728588532893 -239.75422544092 -243.6695408404468 -226.67872898737772 -137.15638928615147 -87.44205525410358 -40.83637273770401 -23.774713309823543 -28.34414267197266 -23.721990656110517 -44.03954059987368 -75.599610504864 -87.26152211765762 -145.25153127974465 -160.72476667391706 -180.81709162331703 -214.64141190227895 -248.35458869409524 -235.1480136391076 -246.84839135514045 -219.9439656415233 -205.82927219411303 -231.8872990360815 -242.7093429555263 -233.90445288873815 -217.2102004660428 -210.7105719286524 -198.2018525279075 -136.94411179147278 -87.37186638155937 -40.48925792270618 -23.722182170186034 -28.34449099523689 -23.74364866512231 -44.69816877024387 -75.54796117371373 -86.25133416385928 -145.19790465496206 -161.21703624178932 -179.45150093303013 -210.83980590039693 -237.2166924816443 -225.63495876214185 -227.97850397287425 -205.46706979621305 -190.27084201399413 -221.58446997822756 -246.6667687152137 -235.5470553166428 -214.5353744774037 -204.5749621372692 -194.9516393071753 -136.99842447241625 -87.31591044208392 -41.06003666599901 -23.7222097704343 -28.39691738120677 -23.721913223901925 -40.0618418171341 -73.9812478348533 -90.31182441229195 -115.73149862583728 -140.6034075666256 -184.43475162082652 -215.4395608829813 -241.25847709758816 -238.79480345660963 -246.13307241630744 -224.5261297121279 -227.6464352616172 -235.33942313719567 -263.1862598713504 -262.2001882832582 -250.37065512632796 -215.2962308493917 -199.65369939929928 -137.05655382843676 -89.68368019393054 -44.201146615571446 -23.736643513036167 -28.344204642335708 -23.72205134872272 -41.14647187505806 -77.87866922320438 -95.73438130897736 -115.72749445826226 -147.20535951483285 -159.81196733327914 -238.1182078392253 -269.63857454395406 -261.88912644045973 -268.77997402286235 -246.8637383398791 -244.3380673782977 -266.1303467858208 -278.1136806870489 -273.3538056816735 -258.32688212077136 -256.3621340091813 -232.11663079804012 -157.9389796605432 -102.80769198873544 -45.20753599330927 -23.75406401173222 -28.34422337508889 -23.72202431389893 -59.273835270028464 -81.81829370480591 -95.04542447352893 -162.82084949103802 -202.917032679648 -241.09741016096856 -270.73846733267334 -305.13313041739497 -304.436312926312 -306.08460474601515 -280.24751105821395 -265.92912018531194 -293.62027896777346 -304.0146942293539 -289.7795421740208 -281.59715084487 -276.94422981129446 -256.1665667671486 -177.92345688523008 -111.45781031844906 -45.623513175492704 -23.722062123163067 -28.34458003713951 -23.77490474034312 -59.68943727455103 -83.551899605355 -95.73536238670536 -205.60056162998336 -245.820547711414 -272.3959047878108 -301.68679506506203 -335.5080968800851 -329.9695398013589 -327.59951506278816 -287.5125654955767 -270.5433164707931 -296.8175052121314 -315.18390219976123 -305.5568075908848 -290.4941503086758 -299.6674992143136 -269.9725866990331 -183.15077983643056 -103.38882160786572 -45.72761738905535 -23.722152614318777 -28.39692053237987 -23.72191610483028 -50.00084437648081 -77.79587467257265 -88.33717649600904 -149.21258917760824 -174.65529558662894 -212.1147365845705 -265.16517971539105 -291.6201959491099 -281.1885900988478 -285.61062135482973 -263.4371648413271 -255.90249786013328 -283.0940674992455 -295.7056719544041 -264.8553480587782 -257.7508245723476 -248.25922918135456 -229.369576957602 -147.1733300983154 -91.55572559241229 -42.78626908279284 -23.728021755471588 -28.344229717515887 -23.72203057780688 -54.25101529721393 -81.69856804299833 -94.39707532761508 -181.055427557136 -214.889412065554 -252.4728711542839 -280.51785317387817 -317.0084178896506 -306.43979536913 -301.89613649371887 -274.77169233407125 -257.4288393338036 -288.146575662936 -296.64308546370813 -287.8267498184952 -277.2702818747847 -272.8380036826296 -248.01279340206864 -159.90749397921522 -91.76988008082604 -42.70699453497766 -23.722125855100924 -28.39705491570477 -23.721887546806364 -47.1658807182762 -77.0759121086432 -87.8918290572699 -151.9071949150192 -174.48025872087277 -203.2550206480659 -236.90208972149 -266.6952409705878 -255.73208488474472 -254.1806220713797 -232.36815836333727 -230.7069136889261 -256.5964817619848 -263.1336228264529 -249.14383579357147 -234.11272695189624 -223.86633949224148 -207.4400553397812 -138.51466896167236 -87.51732454341726 -42.59928428860097 -23.722184541212 -28.34430589152567 -23.72215052136205 -43.12036030184512 -75.08646281193099 -91.58019741771383 -122.44455111156952 -158.1912636163297 -196.8819897541843 -232.85387950904905 -262.34785671705123 -260.12704914239254 -259.4311218431567 -247.2277434892588 -247.87414601932804 -250.98176254684955 -279.90412876992195 -268.61855820875263 -260.5394826844438 -234.75100762474827 -235.3598196812871 -161.86915621590575 -95.10378893767978 -45.68726721866509 -23.725433380384565 -28.34420738267 -23.722031451735905 -56.93350688626687 -101.08961995306188 -121.2110174178954 -116.44921814282648 -151.26492028157975 -154.8334685355057 -221.9006951880203 -237.8968675872662 -235.2039051044532 -257.8162148741556 -256.84390751413423 -247.3668838125241 -261.7119788615059 -272.4326744708469 -258.62235353170524 -241.2777946835152 -225.88276277534663 -198.8908646171764 -127.78519274854509 -85.02973362315089 -39.90776405606146 -23.774751656557186 -28.344130649882548 -23.72195598753275 -42.93590865397116 -75.32354992893342 -85.72393212638704 -145.75695977822673 -171.00339519421098 -198.7479668755105 -245.7650904932871 -282.6810803555396 -281.9449125956734 -280.8220840121152 -260.0545037226676 -251.47365579591053 -276.35576823203644 -284.9907730845177 -274.24884395495667 -269.6780064379361 -242.17448518421176 -225.8975500445976 -148.0264687215476 -87.77341323255823 -42.19642993595859 -23.72206798365003 -28.344564238467846 -23.77491119817223 -46.084350307022255 -76.62187870408545 -87.39234204871435 -149.48761396530128 -197.29279163112517 -217.12863222919376 -257.7139476852962 -298.4346688964459 -290.13753576220864 -287.1291310423624 -270.92521351960136 -253.7517947831615 -284.4151030831057 -294.6022704588024 -283.077563367668 -269.691938797309 -273.3375597793401 -254.205167755736 -180.4270242176459 -98.91221971627796 -44.57219674355701 -23.72214247292727 -28.344473650523053 -23.722271519972324 -50.24612490425529 -79.81808533245864 -91.63865564698992 -157.170749102519 -184.6212694969151 -236.3058516241284 -279.5051985147031 -312.0484849067656 -306.0368265087175 -291.9441807318709 -260.4180921936091 -249.2214042077848 -289.0741741467812 -299.1308797494169 -278.9820216353649 -269.2660120070084 -265.46766096207944 -235.79352756016124 -144.720878865964 -87.49800725264551 -41.570879109529365 -23.722111633775345 -28.397156922104017 -23.72187225213248 -43.797986237358494 -75.39462229880623 -85.96362348747458 -145.50224046247314 -160.944840745456 -183.7290599738516 -215.77335127229296 -250.71803991477657 -242.66794849201824 -239.3193421925272 -224.54661003296604 -209.6103302568839 -239.1750199253975 -253.40748130730896 -251.92679716986905 -229.7343034286501 -218.5093862567152 -212.4780517640069 -137.1115960051466 -87.33257633840769 -39.841318457689326 -23.774748726092817 -28.34412794271129 -23.721953321629115 -43.44808002604352 -75.35616741907734 -86.2744564427272 -145.7205529738174 -161.1777085318338 -192.3278927832205 -223.3223868175623 -270.58570292252864 -263.4184203675141 -265.8127108854756 -239.8157404043584 -231.5700932670121 -244.7281936971736 -254.3280234979857 -248.79324093975904 -236.31437275795776 -232.52603362473147 -218.1698153769645 -143.5400299805836 -92.8249520055141 -44.01779623294154 -23.72208570356352 -28.34441766497768 -23.72223804465175 -46.3651769426713 -77.20750807924416 -94.75911498157588 -130.74716068525095 -183.28668110264013 -229.0587724595862 -263.43131276538406 -287.33848605400993 -266.013389162282 -275.77054942937286 -277.5478958454653 -270.7968611001769 -280.1880728878682 -296.0843516089004 -296.908923493912 -280.545234934036 -241.54991023237147 -239.37799902668 -163.27498968449805 -91.70339875324215 -45.98043224260173 -23.722089672756223 -28.397107687730237 -23.72187392374829 -44.03282826634152 -84.08705091750005 -102.61115226479572 -115.90089917402616 -152.21677949112774 -163.80999443744324 -249.64986881532704 -284.59283662975 -271.20425574075847 -266.96197001420785 -252.0351934905474 -242.54706213625303 -248.73390207963985 -255.4388755595368 -247.21667473228752 -241.37717360153331 -234.39748660607063 -198.5774184430988 -127.88826852263604 -85.20886858271118 -40.539514245817664 -23.722204085940497 -28.344512699274983 -23.774855413684943 -43.78657746176854 -75.93104107690506 -86.45709197814779 -146.42680167615086 -183.27078419015623 -217.6077706052667 -267.36579023496193 -310.95455646654625 -296.10970693734737 -293.5157071970138 -269.99949000821573 -255.43681654276003 -282.0029774760588 -299.7390018715896 -293.9510222735918 -278.7965409317428 -257.7681601028968 -244.61627198883104 -167.21730054870253 -99.34995043044292 -43.21632393505093 -23.745431714290344 -28.344225477991436 -23.7220263862911 -56.44717142658241 -80.56699295068776 -93.4177782303213 -173.32769107481226 -204.76920453049908 -240.01007371865168 -281.5794460515218 -321.18051245361806 -312.50919431578683 -310.00561239886235 -282.1172310661782 -264.9698769981844 -286.11181858073576 -307.1536102602314 -305.79557802385426 -291.5766782159457 -270.26891848412225 -237.2602917844137 -153.25057120204173 -87.52432877558984 -41.94637638606176 -23.72212908870389 -28.39715010024334 -23.721913057499982 -44.81443411388228 -75.80066626704938 -87.02480601018263 -146.1223509950094 -169.20752989480388 -195.1097874738309 -235.97874999531044 -277.9733589244118 -269.8052075547243 -261.52066044454494 -233.2722900042949 -223.24792824713003 -245.49938082329933 -257.86791926426434 -246.8960361383132 -238.6629459893769 -229.11902482604137 -202.50656140357805 -137.10323480420513 -87.4481220556165 -40.71574514414162 -23.77470313892842 -28.34413329469612 -23.721981474828333 -43.78093234085729 -75.50876529183829 -86.50682779226833 -146.12332607548245 -167.69193676317508 -201.5549035144907 -239.92652574301204 -279.8587801984694 -279.58096037421245 -283.5556730422172 -257.9372745436052 -246.04211977759732 -271.1414794502262 -288.99406576363015 -281.8127621940758 -263.6616166032637 -251.802893032373 -234.745578224096 -147.86231754632564 -90.39982059843686 -41.545963609432334 -23.769186032735732 -28.344196685847432 -23.722020926637423 -46.05623323550603 -76.448401222856 -87.68034488727406 -148.72795225384493 -190.17941627088985 -231.6451000634084 -266.06475505062537 -308.1205829662065 -297.31316984597805 -296.54009780030134 -275.70445269909254 -263.7792385932433 -286.87015367532143 -297.9873183207717 -291.5757801377973 -277.93343455606566 -273.5542249180795 -257.09988097517294 -181.46977184092253 -117.84374988042258 -47.33455285121782 -23.72213380606481 -28.39690004130503 -23.721897359022613 -57.89248929663141 -82.75662510443412 -101.15965407324542 -167.71922188388342 -215.30603666060944 -261.0450720999453 -284.4590424451684 -290.57050081960807 -285.51489359426535 -307.6362743861807 -295.64287364209497 -289.3405063832313 -292.75079762667053 -301.6679407062827 -307.44993562061325 -307.719112184337 -282.3285570697575 -292.818724424242 -220.01668769214984 -151.1554365319718 -52.60073636745253 -23.724632813393143 -28.34423054472328 -23.722031396133342 -64.9842667593118 -111.65041040245356 -135.4224760710516 -129.59859913458752 -167.22395669413552 -235.86724725736755 -303.4337270479165 -321.2359215246325 -299.5134293682004 -293.72154750090647 -272.3591110413892 -267.5489450195012 -292.5494185027682 -291.74368343273386 -286.0821428806313 -267.9454902056095 -270.39858066827605 -252.60540744301508 -177.3601482201637 -124.36813721556972 -47.20374861186005 -23.72222570015463 -28.34455573536093 -23.774878330185537 -65.00720082150238 -86.65022963330429 -100.00981353092624 -208.35279003010024 -236.94867769458705 -263.5846346329346 -292.48280176335186 -323.43173520944094 -315.74795134349773 -311.01884094601064 -283.2829472224505 -257.4947204199107 -277.9660427226105 -277.7829481725153 -305.6302416003191 -292.7103241907524 -280.44860941434706 -261.0741122325753 -184.4317832196556 -105.17210453644851 -43.09641502751388 -23.72220692478499 -28.344537218152663 -23.7748582039738 -50.61367362880891 -77.999667884593 -89.55991673154803 -167.11767702422844 -204.25286666323936 -253.0789972442544 -279.24257709874126 -319.4346027598671 -302.7821162339218 -300.9118574239402 -277.4094275327963 -262.3271259926694 -296.5629907223708 -307.50316316036253 -295.1673951072853 -283.13600436343484 -278.75824693030034 -264.4391316347779 -187.6335195153351 -116.2887945554127 -47.81739031954644 -23.722080575678945 -28.34441260939026 -23.72221121961157 -62.10782292000783 -84.97741735099417 -98.18637047002004 -193.5732769019585 -218.60787317374897 -261.41099913370124 -300.5442537715402 -332.34988482593894 -326.7278746801671 -322.04933390276574 -296.9423994889202 -283.0955639450246 -304.7606055965324 -313.41591603023977 -307.0945217082086 -297.81073603249223 -299.702576005271 -287.82315763676974 -214.78525293279185 -150.27136233579537 -47.56541148269392 -23.724405485598247 -28.344230600467068 -23.72203145175916 -65.46304077453891 -120.87406674711504 -140.55878702164208 -214.10346470906663 -240.3588191029475 -267.96266281477 -302.5256956975638 -336.08532480578174 -324.62680994497754 -323.70745466059174 -297.39284257788137 -276.9072225775034 -304.7263587456278 -315.9777572640285 -310.76742762977284 -302.1440861200143 -303.10346938099093 -293.9963561006083 -216.8076468161393 -154.2910027078176 -49.5814906733094 -23.722216148959827 -28.396924360931653 -23.721919609101317 -72.02994433113211 -117.05242985639698 -134.3259869834786 -216.1819242346263 -239.79402193890945 -267.53863726706703 -301.7049155993097 -334.3005663183355 -324.5040173035114 -321.1966826686658 -296.5746543217362 -278.2141129346032 -298.64681896507136 -313.3395337358176 -306.5612472688676 -295.78539053253803 -294.0973528109118 -274.73209682525004 -189.5665190026468 -129.4200129795197 -49.65047295709211 -23.722078245787696 -28.344410310951947 -23.722208950126 -61.42476706634061 -83.51384710002755 -101.91091544362187 -154.42997079544654 -189.84416152307716 -219.1508693377153 -255.85627795170305 -288.38673685294094 -269.2081443060083 -255.8312546794825 -235.8697809158312 -226.50065835363608 -254.4171817403804 -273.9241436639234 -278.48417377962926 -274.7721865935424 -241.4804617816602 -244.65816130474863 -178.72493820754153 -107.99204608016947 -47.521984198826026 -23.761053566863836 -28.344221672567087 -23.722022633104967 -52.61576128103164 -93.00643736185808 -108.41415158733632 -115.89292514209616 -149.7022532069514 -167.0415435298276 -230.8562790395737 -273.94683445876683 -264.7011758976193 -267.68592446216167 -234.4690975972808 -244.09633129557943 -253.35327690898083 -257.8574438965075 -265.5249586894585 -250.26649010202 -243.3661224284117 -220.35197222364363 -139.05213284082717 -87.56454428892891 -41.912131276702326 -23.72211717714468 -28.344426638580707 -23.72224710718967 -46.72992163608099 -77.03672791405523 -88.90905605798889 -148.89567784584276 -179.65549854493008 -221.7973476307437 -269.9219185390993 -307.99870282767864 -298.62603594999814 -290.1728430348858 -267.854951100101 -251.3674518686512 -282.405549035747 -294.8591735652118 -281.4891036204031 -270.4689963991001 -257.3194525923564 -240.22712315197725 -161.76730466091757 -88.13308597772459 -42.61216399455336 -23.767291502905163 -28.35158254320799 -23.72194050316338 -45.64348069465522 -76.55494642503419 -88.46827634099908 -146.3309300299428 -187.4863684739626 -221.7626834131744 -268.4329205948834 -303.8416828184966 -297.71265847584726 -293.30392735907446 -269.22468531941087 -257.23764341424965 -282.650688140398 -294.08974614930463 -286.8018314975579 -276.1939145055536 -269.83132817727886 -253.6675690219313 -184.0357384449632 -108.39212032539834 -47.34409891861864 -23.722157472405367 -28.34448844084045 -23.722286130573785 -60.99523559797976 -81.01304723941148 -95.00566427394917 -168.8337941372736 -206.4680584735243 -240.980713522213 -286.1973970072194 -322.944408236921 -313.5114402932279 -305.54796998403924 -280.0012899831941 -266.945652602119 -291.3376295306603 -299.9073567126922 -285.95716018821633 -270.5748659325014 -274.10444684629056 -251.09280427999573 -172.68677322151925 -101.75278537793965 -44.57520751644007 -23.72222678699943 -28.34455680955505 -23.774879496083862 -58.15377444748778 -80.81926309333947 -96.00876343527364 -180.34169780630205 -216.627830585226 -256.77728146647155 -290.72861209664643 -330.49786871506814 -324.0614865231717 -319.5058404219103 -287.7230141392843 -269.65858809546467 -295.1661614837579 -309.55791209929635 -300.25647962630245 -275.93419471543103 -272.8439593018138 -239.16185386032527 -153.38438782305408 -92.22041013332704 -43.00753820000137 -23.7220799384177 -28.354424854945744 -23.764983514861992 -54.807387036373775 -80.74508655163885 -96.32641184410066 -184.62252554504204 -205.5637004366936 -221.1573441886183 -259.1480168345084 -295.70571033793726 -289.3677907688992 -286.2694185881585 -266.5498569203775 -250.4433021094897 -282.5765339831051 -296.35194989233673 -283.96902340729326 -275.39952470603487 -266.8228837826224 -250.51484273577768 -170.79056098629945 -104.5145002698507 -48.38567029988317 -23.72214772035474 -28.34447882467917 -23.72227663196182 -58.21975027708044 -80.87582353976718 -99.1903811587035 -157.0747915099367 -180.4700919485974 -228.9955919001331 -270.6247003093917 -318.6970640281019 -302.5310652458241 -297.3401194812556 -272.34283895345686 -267.4430513831868 -281.34253687521834 -298.6168874982874 -298.2364035796962 -286.8366380313801 -261.0273413350012 -271.47876961777627 -187.5868691619876 -112.92665647091565 -49.58402593822792 -23.72207952151859 -28.344411568022704 -23.72221019011258 -52.30897165436049 -99.37755436196234 -116.4788930859782 -116.1936390285042 -153.22622992777497 -186.57910720132105 -264.6358065569713 -297.27563734125306 -285.4034790102481 -284.08976681082106 -259.10924933965424 -245.17491350085547 -266.50757826604035 -277.9421920128806 -275.9041189698593 -261.8004375892824 -258.550771544123 -235.0628487192124 -152.30290793312997 -91.96812271416164 -43.05227067125951 -23.748256993983357 -28.344201798521677 -23.72204856825514 -49.45107800732882 -78.00362378622371 -88.91965797411274 -149.63642760833227 -195.737188737703 -237.2911068961217 -279.62951693696454 -310.0929010936084 -299.4090942643945 -296.2613690418619 -267.48852207822137 -256.7404554598464 -288.0871530872954 -302.79430327520635 -296.8828483870853 -288.3664067105201 -288.3940517887396 -273.8634763398645 -182.86414217706596 -101.57595191192114 -43.14317543705428 -23.72218318618458 -28.34455949416992 -23.77488241466556 -44.509083175423726 -75.66808460129845 -88.00352787168288 -145.46858844876868 -162.8275388552838 -195.98734037031917 -241.5490003855808 -268.8513946780186 -269.22561054382584 -268.87465862512323 -240.95555236146996 -230.6732196907932 -255.9488266441112 -269.3160023664519 -255.37016970276267 -240.41910942265395 -232.87860839163787 -205.9852284751532 -138.58485714113175 -87.4671896855918 -40.97269278518579 -23.72210863729041 -28.397128095685 -23.72186949790089 -44.04358856129118 -75.5443121374269 -86.4615135561354 -146.39011707403975 -169.8030069297778 -195.70019713717835 -239.1924418477633 -266.3954801402945 -260.4291260314331 -272.7487328688608 -244.094903336486 -227.03419921258376 -257.154452445391 -271.6150693604414 -256.3527306126746 -240.79484828831096 -227.6272094646773 -208.93935894896825 -137.06649518991512 -87.37121154019484 -40.18884250817906 -23.729501615224866 -28.38982856309238 -23.72192832856329 -43.46662366021323 -75.2476102462585 -86.88810336292477 -145.05093920620234 -163.83361682373533 -207.04097761106536 -250.30001150298577 -290.8342595702879 -282.0370410567762 -283.2681950123914 -260.1384176716207 -248.38892423704763 -271.88104091418666 -285.53772945733806 -275.13197558992374 -260.53955075624623 -248.96880870017569 -234.48300587256225 -140.5483747378102 -87.44275603923019 -40.57895467467316 -23.77468821246036 -28.34411953699646 -23.721945059502566 -43.9648111439485 -75.5521298788806 -86.55587123152726 -145.80198866955826 -173.14755038941945 -218.7646627831264 -269.2935931547427 -302.11651993676713 -294.8598112880844 -290.07620878040586 -267.7687998103983 -252.56073285955645 -279.8333480755669 -293.46583788131727 -283.0062274855351 -274.74041381114523 -279.87860427049685 -240.12449552110928 -158.34840811020007 -90.541193591777 -43.586291431105856 -23.77233599098415 -28.34419591631344 -23.72204280266031 -45.18484946588217 -76.17039459680478 -93.583488695152 -125.63625899053748 -176.02383604349055 -247.260809658776 -283.0776150855736 -302.2978232547876 -290.25178902002153 -284.7248674523956 -269.4768369217517 -261.73304052864364 -269.8812347015472 -293.50597943146903 -288.7168266276946 -285.2650687741868 -268.2597263368565 -253.0311444572909 -184.5283687372155 -109.3503737335399 -48.64668223938225 -23.72204918430089 -28.344381653532555 -23.722180642597777 -57.66027631735539 -95.34505479450618 -117.63932331695564 -117.10506830367468 -153.6485831743104 -193.32869757832432 -270.34694081310914 -298.4178996312306 -280.6232321267248 -282.816203164939 -256.17860180535826 -256.2303180245317 -271.3733419919632 -284.7133291461252 -275.9511529519801 -265.2028192101717 -277.85242817749025 -248.85519886411512 -172.38188353525896 -117.90115873266475 -45.9986583836199 -23.722197224228285 -28.34434111261415 -23.722140594762543 -56.811145360853786 -80.89145052028998 -96.55727833675236 -175.22959649442475 -204.50115678352512 -232.05188034753377 -273.84343245612547 -306.88777511170167 -306.1052973609589 -294.96121194121656 -250.86847356909007 -259.2389331780699 -287.1621890199473 -297.7303056728028 -286.66702053262946 -278.8028402495113 -293.61640160430096 -260.09281729014714 -175.52906118201005 -103.44083199727162 -45.37775018094316 -23.72218780499374 -28.34451835817757 -23.76907551779964 -59.82294920641363 -81.98588867839526 -96.3454769839416 -175.79624542163586 -208.59079278444585 -234.66895796644064 -274.0288390551003 -308.53149031445963 -299.1446397261396 -294.8529685515288 -269.62360038372327 -256.12775960777554 -281.80788276488266 -296.8571475913439 -285.91752130157727 -272.0072081699238 -280.8655798209246 -246.79105872644703 -165.20516763864217 -94.74730504986567 -42.88803005403764 -23.72216863820957 -28.344499456022277 -23.722297011071024 -48.71906639161245 -76.67027393479943 -90.31275490148056 -152.8423053191271 -198.7934144771528 -236.90477201556544 -282.9762583084634 -316.9508472469986 -307.5727373226549 -305.04948177003206 -279.84679497247566 -265.0592795744023 -290.31657787781285 -302.9595029266316 -293.61214749694443 -282.3727514694279 -289.9271830811452 -261.5110865807197 -161.27481572970103 -91.06221627411574 -42.20415060351735 -23.722190745543514 -28.34452125717849 -23.77484086303043 -47.38684977526388 -77.32911550361781 -89.42030665206082 -160.42722011131153 -200.37064570011268 -253.22763384382185 -293.7600851996078 -328.1456705905926 -324.0387818856681 -311.0725167278233 -289.4851097055775 -271.9100843428547 -294.3391612726604 -305.40636703615303 -295.69923644336825 -283.2350456045123 -300.88485968948 -277.15692237371707 -202.9126182997183 -120.83808403203284 -48.14151999734398 -23.722069506528705 -28.34458723096848 -23.774912555457448 -53.438243261899736 -78.46206316092868 -90.78423333271738 -151.36217329387512 -174.82990727509448 -206.24488135581157 -241.5182315135394 -283.85341409994936 -279.307157468776 -277.7650972957613 -258.94873427110184 -247.32555555617208 -270.9801081007616 -283.72799899892254 -267.5639595158889 -248.5691956765364 -252.3063833417716 -216.85108187250103 -138.96934576335576 -87.41949382749009 -42.227974686230375 -23.741470617720847 -28.37751576245151 -23.72193385220953 -42.24569121684248 -74.7693056287177 -91.70222752158342 -117.40720509270024 -145.79482138558052 -192.86898759192988 -243.02422638644512 -263.055301946308 -265.0552868809677 -263.0680864362139 -248.3668572696484 -246.4339130009863 -259.72328963459563 -283.5929553723519 -270.43219623478126 -243.72035621010332 -218.6601525534437 -201.92286427460124 -136.95707141771763 -89.63490212874954 -43.990309118365374 -23.7221514808556 -28.34430684740997 -23.72212927246721 -42.44257504185241 -82.61939132221595 -102.18270787111452 -115.9702138214116 -150.6031302605693 -176.8439098840219 -265.0716139361062 -304.76802877046265 -295.8768723465278 -302.6758563518489 -277.89757614531305 -273.04286297293703 -289.7930800555811 -293.0548760103161 -288.4130651570055 -277.69871952440445 -292.261592450107 -260.8479787125946 -189.10893136234796 -136.90078218624762 -47.73847173899045 -23.722160078983457 -28.344491011193423 -23.722288673900177 -65.25549325263628 -86.7118688015561 -100.745972852551 -209.17815427745208 -241.36084885414223 -259.6483229357843 -290.3856028977115 -323.2986944458874 -320.74728022387114 -307.23253568409075 -286.9581221177681 -270.3663333450857 -294.9025857739979 -309.2920097300068 -298.9599329329168 -289.4220355766853 -305.32553518460645 -280.3605463753305 -204.496263072608 -140.854510264035 -48.14176092292208 -23.75524367577121 -28.344223088251663 -23.72202403025018 -64.97534511570188 -86.41320856670059 -99.54903816752989 -201.8725341486073 -239.5555735444915 -273.4331838350675 -300.1378335332389 -329.34037976455687 -319.03034809022 -316.5551527938257 -282.3289535289045 -254.2830842287334 -268.9571175156221 -269.0013938366938 -240.63117757815775 -232.36313282440324 -254.79354486876585 -216.829035901652 -142.69087625714778 -87.5195231219826 -41.86313403344513 -23.770288811699373 -28.34419641905988 -23.722020665468172 -47.47334170884119 -76.98376117518134 -89.53262615116306 -146.38105622886405 -172.9008847342151 -201.4203425944638 -248.47513285760832 -286.225014904505 -284.910825543676 -280.9824706861492 -257.1511718287653 -248.6314167930707 -271.65822798392173 -285.73312781653016 -272.58456199821995 -263.7114797206584 -269.41495708161744 -234.4628747097288 -152.72895301876272 -87.5206157674692 -41.78570114414015 -23.772227344761006 -28.344195942839654 -23.72204282898314 -44.83908375465924 -75.73872585713637 -87.4727336560267 -145.86023716423517 -170.0007125004491 -223.36313373211829 -269.85387733975034 -303.98001029895624 -293.42865148320607 -291.6186886036479 -269.537197417053 -256.0409987908641 -281.716097017223 -291.38887851974584 -274.9673062391878 -253.16171202272488 -259.43188867053937 -226.249383406148 -143.59000411151692 -87.50072958652245 -41.73665527857343 -23.769085414149203 -28.34419671214724 -23.72202095080188 -46.76921597753682 -76.39841850110844 -89.99799230439994 -152.52822095853324 -200.51387157656407 -242.94549341144943 -281.9634864311176 -316.4250651937795 -313.1984767306559 -310.8463573806536 -287.6353422512616 -273.4093119854673 -296.3891230253122 -311.0605106470024 -299.21528783410287 -284.655600604317 -290.5841241569133 -256.2161912478708 -172.24999346406173 -108.27870586025512 -47.271198394511664 -23.774736148513465 -28.34418686485629 -23.72198825439557 -56.161188510361264 -81.03366253780717 -96.2197690003114 -127.46811827507486 -170.30712627708664 -220.55324274026717 -250.0293671916668 -273.9890150043863 -269.0476036928363 -264.7357157910436 -242.38185584823432 -233.60976828698256 -245.60119221758364 -263.0032157823024 -253.36133888731135 -248.77904199344133 -236.5724481906968 -216.90393626868828 -149.40471304255465 -93.75308136871116 -45.63448627461487 -23.729616118647648 -28.344206359924964 -23.722053031486904 -43.45227887712132 -81.58701180548654 -115.45495931300144 -115.8405503964693 -147.1118763437893 -153.76058460095888 -222.82904158836183 -248.39689782237195 -233.57445222079627 -247.8080444522962 -217.49933280826536 -199.89560679203927 -216.9052562454469 -229.8133954028532 -221.6454686423264 -208.93849182851832 -221.88522790831465 -194.8327870653413 -127.86758612269776 -85.26675264211438 -41.28477304482314 -23.72204583991814 -28.34435600030251 -23.722177621737696 -44.37509068685928 -76.1682433189464 -102.9558135152396 -146.23743878518152 -161.38158006018458 -182.1872197957289 -214.8060253265006 -243.0990388885216 -242.35483363632707 -242.54429735075365 -207.97120964691143 -203.55078816906777 -229.85478419999083 -244.53138797484695 -233.0683695961245 -225.53790383170067 -232.47611042289364 -208.39909818897007 -137.02221642050284 -87.35440562882378 -40.33420953377906 -23.77467047166652 -28.344159642176827 -23.722007275146616 -44.08969034685923 -76.02443017639595 -102.54261382272296 -145.9444931484154 -160.81645319994695 -184.26416187225533 -221.14046438329288 -253.8187296878752 -252.5088384882807 -250.06818374593604 -228.17951717399336 -219.76518145371028 -242.2104107968982 -252.9057586675613 -242.09881488769145 -224.09736666625625 -231.1444605423257 -207.53649944868133 -136.98025651694786 -87.29149630621879 -39.83153758450539 -23.72216534821848 -28.3971242959776 -23.721865974821 -43.21272978659982 -75.43209442611385 -102.21838617807498 -147.06660734801574 -160.44804773257655 -186.4677611084232 -229.59259636404877 -264.151815794528 -259.6607794024261 -260.19973409233154 -243.01014594149723 -222.32825849784203 -243.0831105195069 -254.8214677346984 -247.6075198738809 -241.8465273181525 -252.2813602996656 -212.9455499715849 -137.02355198619 -87.41055991279418 -40.813212329638176 -23.72211704735041 -28.397137144551685 -23.721877879636477 -45.41419641768352 -76.66829112707022 -103.86938323384106 -147.42942812909732 -160.80707529228567 -178.75575304221263 -209.61884256237764 -253.4796824779839 -276.13271683241106 -279.75927001342427 -259.0740767895259 -245.64713849397413 -267.58869597243955 -279.2178501098564 -271.4578304871879 -250.3496045654623 -251.03084436489843 -220.8568690296763 -141.8015541311231 -87.55332710602552 -41.861926928236485 -23.722221922640998 -28.34453036617261 -23.774874531643853 -49.50729644053864 -78.51449700770956 -105.7879180150914 -159.85966504549887 -183.8610134759149 -216.37425981868208 -259.58850763245925 -300.944659865941 -291.7318060375191 -292.1590715381117 -274.7918730156052 -255.66314671747128 -281.4053709876088 -294.87334847958 -273.69190699243075 -260.7817015278942 -267.48079785890906 -236.47411027940836 -150.60220934000444 -88.13460809408396 -43.98860995467416 -23.7221715483304 -28.34448048062936 -23.72230007708088 -47.23521054665143 -77.25060679595214 -109.1970330424734 -131.1223788116657 -172.47427798787135 -245.1148160609804 -283.592155323488 -310.7861343313532 -302.7211984229558 -289.99701515370145 -266.9691033763071 -270.2399747864441 -237.1963264413104 -293.9844998898543 -293.3016982581563 -285.9591534591235 -264.94856682738 -254.81810549570773 -184.45904345485755 -118.74209153536518 -49.2062761868988 -23.73244014204618 -28.34422864145045 -23.722052108282327 -48.23065542412351 -87.70552305984496 -120.47091089308638 -116.1096277033214 -148.38282769566234 -166.1782044642788 -235.7458028102491 -268.3912259800627 -259.15366407592177 -269.5930220271404 -248.64236379441465 -242.50638082778892 -256.68450192066297 -260.5099218206291 -256.55392729958123 -238.17977250104545 -248.7005150252297 -214.68671399947763 -137.53408201205357 -87.157057135475 -42.81002305654822 -23.722045409472425 -28.34435557667017 -23.722177206578323 -55.43015368493359 -80.38660981209256 -106.73235366648512 -162.89990106054853 -189.071780068328 -226.65398294426376 -268.13159017862364 -302.074205135964 -301.03425688167727 -301.9884318647875 -269.7266564075882 -258.3269138612343 -273.20405557886323 -267.42398253064835 -272.76848004268203 -271.6295885058332 -275.67358590066345 -245.35630587727107 -156.0545891467055 -91.01985931106164 -41.87133906724466 -23.774687218429545 -28.34414195789152 -23.721943908419195 -45.61787380188253 -76.50388676628117 -102.858166552178 -145.41366363397836 -161.0452771790828 -180.5400342326133 -220.7081640263256 -246.79559990316116 -256.399294241648 -251.6146743871206 -221.3465108894974 -206.34225797476657 -240.7158057591413 -269.57534242778104 -268.16420181651495 -259.943507043705 -273.9193109190051 -238.67332566137543 -154.94659617304657 -94.31940351770066 -43.167992519384455 -23.77470517367381 -28.3441584374622 -23.721960182452666 -55.40791524481893 -80.3656237799037 -106.1448554542998 -157.15626541647583 -179.19481196896544 -200.62268651854768 -215.59918354058024 -253.3380853096456 -245.42774025517664 -239.0816950721357 -226.8835052027094 -217.54541809628697 -207.85792722950492 -211.89113344508203 -196.0708262732328 -193.38832425513783 -208.3892897667633 -194.51171228951927 -136.72262409413543 -87.26110852651912 -39.3692124314677 -23.77473900625855 -28.344142282074777 -23.721944228556417 -42.20611539326914 -74.78963865639469 -101.47158101377283 -144.13689722715213 -160.601903237472 -179.0540515838193 -209.45877998620963 -225.79066554293289 -208.2155936422975 -205.43309278381787 -187.0744157235692 -179.9434640175945 -204.74449326390885 -212.1149050253444 -196.24890093599865 -192.7749007189807 -208.35948885708927 -194.61472547147204 -136.78704826467032 -87.26006292363138 -39.374938817172136 -23.774768036593382 -28.344169019964852 -23.72197063152333 -42.8940855671167 -75.28200820676253 -101.9226533125765 -145.86711802992428 -161.0486518890983 -178.6028235241716 -209.93713668952483 -230.4510151641948 -218.0591981577462 -221.57172867080135 -194.74755182095743 -186.63372426296883 -214.9307977949199 -222.1595783221969 -205.00521057554872 -197.287135929238 -209.3470700118328 -194.5899481505708 -136.75732685838008 -87.27920118077053 -40.73888030169753 -23.72217155826609 -28.397156611293056 -23.72189520556054 -39.508894980558885 -73.71842186739934 -105.16158566906324 -115.47580079628445 -140.03045797873867 -181.2324603865592 -208.1871703318845 -218.4030108554038 -203.3900709548693 -208.1146555129788 -186.65398992419156 -181.31155303676235 -202.5807847143769 -218.48366922329896 -213.27220710423367 -201.9077343715751 -197.01166755265544 -192.29743464651168 -136.6979582154878 -94.48148607148605 -42.99111434188328 -23.75896124481951 -28.344224614589447 -23.72204814409721 -39.11981649110505 -75.16433843996083 -106.75948361458904 -116.27036924176412 -146.73181146195031 -147.2510180045573 -201.81974223841084 -227.5672030435256 -204.8996283517887 -212.3189973083004 -185.2167980184292 -180.1242827394045 -194.3132410645099 -210.297382740445 -195.3634303542112 -184.23171725086223 -197.6385492300125 -183.7093484125101 -133.13811517356189 -89.00554231231278 -39.39391087801621 -23.725960725495717 -28.34423215999201 -23.72203299277101 -41.350921123372565 -74.1849329024717 -100.56705420872863 -157.05736130603563 -169.11445562114346 -179.52976744208382 -210.35286942296716 -244.42205721983245 -231.4414973177936 -230.02026621581712 -195.5305936313412 -190.34587651192444 -212.0771950084581 -226.74077111617413 -207.533575779862 -191.4926232068286 -208.2949967229347 -194.5041942515176 -141.19241923113066 -90.92203700177964 -39.34581352083006 -23.72232857115263 -28.396921038558684 -23.721939631881284 -42.04515301470703 -74.15555224909546 -100.51774522995925 -156.1532287984952 -176.5243420205909 -179.0875708501902 -209.9511922530461 -236.1407980456804 -226.27731773392824 -228.7160879056736 -201.62902297208396 -193.13293997616296 -222.94713216678292 -232.84637633978508 -215.1489875037483 -199.03560715939463 -208.32100287151212 -194.52970432376335 -136.65322789652737 -90.687185998326 -39.34699892179349 -23.77473528451788 -28.34417111403621 -23.72199552948288 -41.96558145554467 -74.13826496166449 -100.51591571648235 -155.03976858435044 -175.46922085627077 -179.14020302384853 -209.76520113562464 -237.56493688768927 -231.43771862951516 -219.95480977232415 -187.26495648477757 -180.2014668892046 -206.24347861746517 -217.1159023180637 -210.88676040904096 -202.38376972241653 -210.5483776980324 -194.66027120184637 -136.86757846097262 -87.27518767925636 -39.44801125562928 -23.722170555980696 -28.397129922452667 -23.721871185478744 -43.26567525888812 -75.14422361816794 -101.65411425052255 -145.5156941593822 -160.1276730002268 -178.4896293854206 -209.71546806125343 -235.3383223728702 -225.8146113807129 -239.9620943721997 -206.16548029749552 -201.07760934787132 -227.44122828817868 -240.42774913367447 -225.41522244766665 -216.7268686330408 -230.4000729076224 -208.9192170778498 -142.01954084506326 -87.33715949976424 -41.0461239171738 -23.72222275947354 -28.34453119433185 -23.77487636757876 -46.37400890935353 -77.10552728561781 -104.59374038287756 -149.7365631975784 -172.87740356805472 -204.486467823567 -241.38284317129373 -276.7921237921339 -274.47938479545263 -267.9544433459276 -247.38674533266 -234.0161894683341 -257.8472262970464 -262.66124691624907 -250.0832738595922 -246.4628303347584 -259.9278399423333 -235.194141206567 -158.64932052681831 -87.88118928638144 -44.69634164223616 -23.722208182310595 -28.344516756971665 -23.7748598062548 -45.190062186369694 -76.29818875953379 -107.49995312127623 -117.94807759379094 -151.0903547524284 -193.23751057565767 -236.66449545109907 -256.3983069942836 -251.2253463630001 -240.20346901368885 -233.31514973440704 -210.11475679714476 -226.38655437778735 -244.42129401333813 -228.0269379709061 -217.53125722152384 -197.67691370931848 -192.3388775663624 -136.7876729895275 -89.56841991610389 -43.05265769878713 -23.722331097970617 -28.396923828049 -23.72191912053943 -39.58349216845483 -76.61784676855675 -108.02885703305324 -115.72515051642628 -147.7395152335952 -147.61051370232929 -201.6512888965074 -220.20317617539945 -199.027117628018 -200.8933539798745 -180.2653197659435 -177.02932217681473 -194.4836948336588 -200.4477500628692 -192.18301419650064 -183.64545447033828 -197.6038526868332 -193.7757598812702 -132.59794294668188 -89.12145590087852 -39.35297634873772 -23.72211107889249 -28.34445413576074 -23.72225223888941 -41.90734930248352 -74.55551159645572 -101.15273134992896 -146.9234489834379 -167.79486108393723 -179.08138402971215 -209.654341662264 -225.93825039696296 -207.4877726525349 -211.98952631959105 -191.68962317869745 -181.347632180166 -206.6431486257456 -223.7604513473028 -208.5823513970131 -208.92973069231155 -208.3473394243626 -194.59055170482875 -136.77102161794252 -91.90363073846022 -39.34624488766268 -23.722193561647188 -28.34453548315562 -23.77485632126965 -41.95456237945099 -74.36410402358565 -100.88422419744312 -152.50681090434216 -160.23840262693147 -182.29402199032089 -215.7656997132088 -252.876831163212 -245.5787926060729 -249.07664647496904 -224.6983685829226 -216.80317979441952 -233.2012676559285 -242.6726318997188 -235.2645258870633 -245.3391417300415 -240.965582222138 -215.83168900245388 -137.00591165912152 -87.43557443060385 -40.95488989620495 -23.722060470643285 -28.34454709280477 -23.774892633219107 -48.06216584171137 -77.51838346107485 -105.26678307769696 -159.85122406594675 -184.76188308222837 -210.16214082806027 -248.48675682285847 -292.42078588823966 -284.1055478285703 -274.8791852491126 -249.12698482232247 -232.5322026155062 -259.4355339130201 -272.1597478056615 -270.9986386300842 -278.98842148214374 -281.66097029000986 -252.2198829977573 -181.06806381406875 -107.62514248116936 -46.73628928826736 -23.72208358224216 -28.371646985425283 -23.74758077755309 -59.71091174152592 -81.91880188379518 -110.7804347454233 -172.96861773080892 -191.6675221414944 -208.95542379323837 -257.5947747492121 -297.8232712655836 -287.810782793697 -285.1158911131636 -245.19911534366943 -234.66396313538897 -272.42845417105826 -270.7877275748862 -272.44779015418106 -266.57551821448243 -258.34697654196964 -226.32086432886683 -149.83464021279426 -91.36577599876792 -42.38558429290462 -23.731296223632864 -28.34422892177053 -23.72202979241515 -50.34439037568199 -78.38832976593652 -105.53865464213972 -154.8164491174377 -174.50717102817595 -218.93671264989823 -274.7931038769691 -313.3608554459117 -314.94558977787244 -302.1407572737737 -275.4549890265783 -254.46727193963315 -271.334415221753 -287.8529018563032 -282.0571640508739 -289.954618056374 -293.26557563845887 -259.2651851950364 -172.11904088547402 -105.82617497954024 -46.79434401342982 -23.722148868131693 -28.396916449909465 -23.72191237289492 -54.79956003308526 -82.1178842722119 -114.85903854465052 -156.4939109426452 -197.1037143784993 -247.0569600093691 -269.89427115122226 -303.3699207697496 -295.33794795563665 -290.7791381511991 -269.4229695424976 -261.7932258903745 -275.2102657859583 -295.8984089259501 -292.1213560432953 -304.04621651512207 -275.2713159614741 -268.10973580772946 -199.712737693746 -142.69232611204828 -49.92329874764951 -23.760039420957533 -28.344221921350385 -23.722022877217324 -57.84124784590298 -104.79637232314025 -141.30664690525518 -125.26224204870636 -157.3371963922366 -177.90293922006435 -249.72708824112595 -283.49435212309885 -266.1700360814152 -268.19126027704687 -235.94283623400935 -230.7828248919023 -240.9667032897456 -255.98418438494167 -239.5718925029976 -238.39532304137643 -220.15906804345315 -183.9674898491771 -127.63001249943456 -85.04520775606254 -40.01373769767194 -23.72206704225113 -28.344376995797248 -23.722198273621224 -42.73585849080601 -74.8195448778874 -101.64228523756064 -144.5249114856652 -160.93292348619983 -178.8845101632473 -209.97730391547572 -230.68020877672475 -228.94975306066493 -227.1417302169328 -194.8431213456057 -183.3010972441033 -211.88587597265385 -231.129299488931 -221.52963544065025 -233.3793617137401 -223.1338718600732 -194.70347338857005 -136.80097590067373 -87.26497087226956 -39.3442635045018 -23.72216345242549 -28.39714789061902 -23.72188712456116 -42.45593911862352 -74.91046447866846 -101.37612093798523 -148.13330573304992 -160.80323277502603 -179.09148078640254 -209.94379035501373 -236.3166922377298 -229.94465907463191 -227.92614882961303 -208.0557072559023 -204.3087547353995 -223.4447344690785 -229.9207547783425 -215.786090360876 -227.49278848706248 -227.21282655659437 -196.73991142515817 -136.85280202843774 -87.26036799793785 -39.438758459913046 -23.72221829406421 -28.39692670893028 -23.721944797993075 -42.631814264154464 -74.82485966091974 -101.3148266751562 -152.82963847894172 -160.44062305234436 -181.07794902117627 -222.4870783264366 -267.5333450529708 -262.7156585795719 -257.8315647338207 -245.68832076505404 -227.5260430819185 -254.98560805940213 -264.5324265618892 -247.09423395995765 -243.4963404597047 -234.6820297605772 -197.5341626460615 -136.92005576544673 -87.2575949944591 -39.68784432355847 -23.774653645493604 -28.344170680810336 -23.72199535402529 -43.0005388842681 -75.14314453691246 -101.59480482437318 -144.55808189643346 -161.00022409479857 -187.68724471626305 -239.7570796487211 -279.28186181915333 -282.88677875397866 -281.2089276022807 -258.6480133078109 -248.1207603709775 -274.4072814947661 -284.9389115600155 -264.13743500168187 -261.136812170189 -255.1893046434176 -211.96395684591533 -137.06671030316244 -87.36626862702295 -40.46441725586692 -23.72214974084048 -28.39717232038274 -23.721933560759524 -43.971082988594816 -75.58281121581118 -102.15221878778672 -144.7659119729097 -160.31300637829685 -178.8237000153873 -221.806040841624 -272.99398306886314 -261.34705751514826 -257.60173042747766 -242.1931164382015 -229.24773560064185 -254.4789215857726 -259.962811647918 -241.4224427520188 -233.12767753917825 -221.82228434270215 -194.8235844027753 -136.9005101231937 -87.25345879911696 -41.0236239664816 -23.77468355185276 -28.34418133309121 -23.722005579773597 -41.21666813116023 -74.47536529626922 -105.88877754278067 -117.74571622624084 -140.1180625395282 -181.13898317266376 -208.18930748200495 -215.1377616304497 -209.53710572927656 -200.8275432743009 -182.48281401564336 -182.2602798620967 -193.79038519933405 -218.48336589888365 -212.3078046147143 -223.5491750783243 -197.82221610689749 -192.5084241722534 -136.93637986071892 -89.57665421053734 -43.861150536497696 -23.735412517635773 -28.34420494342992 -23.722051643920203 -41.75618536032686 -80.32071557999706 -111.95178838682958 -117.52088371535552 -148.2803942342905 -148.1313327975938 -202.5505313121088 -227.6291553840777 -225.1261730138422 -214.79770997257705 -189.96503600119925 -184.71037792436277 -198.56069071888157 -209.1171753812025 -203.68176991889052 -205.6504241621355 -205.79401291548973 -183.9753408934034 -127.72253788187273 -85.01744988985298 -40.23922660712206 -23.722218817566112 -28.344527291740736 -23.774871208298624 -42.97524301490905 -75.31063939576686 -102.01483202403244 -145.6909335742789 -160.64291052988992 -182.61429496003967 -241.03359276435597 -288.8082123568672 -284.87680257869545 -287.69011344928504 -258.4755685123093 -241.23650434564084 -270.79439970114026 -284.4486639028096 -275.8000079866041 -267.1121819860648 -260.0132308162914 -234.29447168600072 -158.0024410406947 -87.36652586995463 -41.13717172968124 -23.73810747730205 -28.3810678709822 -23.72193111925338 -44.59616392387226 -76.43613007602902 -102.94757022932563 -148.25605869448216 -162.38078419880662 -179.17986651580705 -209.7385094939304 -246.0365563293513 -248.37319202251865 -259.6075197738094 -221.6111944115067 -210.37752507725145 -238.15002422700087 -244.643064053878 -227.385771623558 -228.3303150461745 -224.17012400924105 -202.4481523114168 -136.96413918118915 -87.38153565034219 -40.59542344243688 -23.728778813680616 -28.3442065687098 -23.72203064336876 -44.57226933673261 -76.0433589937073 -102.77995293050812 -148.21063856631565 -162.38462641345097 -178.65723261257006 -213.897420551229 -242.43437010578 -251.8323773623428 -251.3772549138855 -217.78722726793487 -198.3382716434405 -217.09618089925647 -212.9596442525843 -200.61585804079215 -207.89495209156792 -208.25282105704105 -194.5500985838001 -136.62752752446076 -92.08096752513596 -39.34535806562664 -23.7220628950728 -28.34440661935876 -23.72220530265763 -42.38411146940789 -74.68999498678475 -101.27194705611984 -146.8372487916052 -161.47923462112826 -178.35039566148194 -209.24658526753927 -225.59783611027052 -204.91785904286425 -202.47696739015944 -186.5482197705613 -186.2877905127951 -212.66557636703823 -227.63598554211373 -200.8170341839586 -207.52507380036025 -208.00449765196416 -194.26186831452983 -142.9122828486195 -90.96184852585522 -39.38518751832345 -23.74970670284409 -28.34422672807246 -23.722027624929623 -41.19322197100126 -74.14385779553291 -100.4515240451013 -159.32712092651556 -174.3703127785151 -192.0367180048339 -220.84281143101896 -225.41491231056395 -204.9224801918898 -202.3907136314303 -186.345481510154 -179.3378892143416 -202.3414454021296 -210.46683604305667 -199.8429813227178 -207.3835216087266 -207.88552048145385 -194.180828998404 -141.49433321668317 -90.67308265959294 -40.7641921301014 -23.751178630575502 -28.344226391665856 -23.722027294960533 -38.39363890775472 -72.92431822508567 -104.16891394777868 -126.48450980317782 -152.29733117861107 -193.90190446559347 -219.44498625982183 -214.84011400972065 -203.050030822057 -198.36384550464064 -182.52934382775348 -179.7319308675969 -191.89502815402017 -214.58273360894427 -210.30622528249287 -219.54823591355196 -196.94596046778963 -192.2988541606108 -136.75068437759498 -89.53463636363853 -42.977704753223016 -23.76919509958271 -28.344220573981858 -23.722021544610364 -40.04576218498747 -77.09457627089753 -109.63648146627956 -117.57756741037844 -147.3259754117974 -146.8621906087245 -201.2495086051036 -219.89591498817967 -196.90691301777628 -196.6680011361207 -178.5872477020829 -175.9145438271978 -190.64202907486663 -199.87413959151 -192.98395577191343 -197.79914703569003 -197.43745601863583 -187.14726397617733 -131.07497642827133 -88.65740146041874 -39.34257516459464 -23.722143186789808 -28.36815814254853 -23.75097524303297 -40.95410650835284 -74.11905141141568 -100.51352318476496 -155.63044911016692 -173.2245740308538 -191.35089000892089 -219.5564505603744 -225.6014106726592 -205.1123267027041 -202.49888844781384 -186.4423339529204 -179.6190423338619 -202.9132390657952 -210.4058026754793 -200.33814849102424 -207.63013731742785 -207.9771410314028 -204.3180470786573 -141.1687981026034 -90.74956310692646 -39.341863107786985 -23.7221601667037 -28.344465305360483 -23.72228491577572 -41.02179667964485 -73.8497229264392 -100.1425064077003 -152.22914268646082 -169.8635329032495 -191.475822707791 -222.23441645568312 -225.7136879119209 -213.5176066329406 -214.5286397046367 -197.21064608373769 -185.20727709783688 -205.56107614477708 -216.4642303108949 -217.5065739727015 -218.3735858438152 -218.29193677508803 -194.6307363749152 -136.81161366194775 -87.29735985080212 -39.69241366289448 -23.722220250402877 -28.34452870771737 -23.7748727393164 -42.675583425865945 -74.8989740476006 -101.330952457047 -146.25733749142134 -160.46296201317995 -178.28088497399625 -209.442686329732 -226.83744881162028 -205.3657991370352 -202.65891817947167 -186.3175447547835 -179.70499646668395 -202.6347306482864 -214.69459660493 -199.48118473066347 -207.71430854078025 -208.10955704513827 -194.3281946362792 -136.60392447524632 -90.72637066088905 -39.346752293132056 -23.722199486121376 -28.3445413246087 -23.77488827859992 -41.2912374267198 -74.22976508998887 -100.5336747130672 -156.33509491776533 -171.9165426283948 -186.1406439006944 -209.6723064038488 -229.05823587411825 -215.4077070003973 -214.76503405871367 -196.77007837381396 -185.43544276334677 -211.68904798672384 -222.9847251442291 -215.84258508849572 -217.8827191266045 -214.3768239538344 -194.6262625243566 -140.03815571795937 -90.71698145761054 -39.34414014536277 -23.74949603787858 -28.369503485522856 -23.721958937369745 -42.08516704401981 -74.52562737253366 -100.92744257511453 -153.0511662359697 -174.4665323098477 -193.7908554091701 -221.74815023622415 -225.3182142600687 -205.1994622869664 -202.59215887343024 -186.61882614102527 -179.85368127860644 -202.5546859763731 -209.8710391230632 -200.85667247490505 -207.45446294458557 -207.99526530076588 -205.23575805937227 -142.30619792394563 -90.71156442662812 -40.73563273941501 -23.722284079616347 -28.397153067144487 -23.721868662257013 -38.42814643292588 -72.87645031295344 -104.1226194016562 -125.65564224903156 -152.45879922556088 -188.96802972805207 -213.0020084261939 -228.54020557803037 -216.6828985378652 -213.1670426023182 -195.08428490572476 -190.8987290241491 -201.62288508317556 -226.2812156568908 -226.4379033563443 -235.29210374048213 -212.79976989232784 -206.3020975446334 -146.84947925902716 -93.3606230017556 -43.04861596074197 -23.721899277681025 -28.34424528560734 -23.722045952894124 -39.85910440813174 -74.67678604510871 -106.23386362278936 -117.54813452635054 -148.4667824267731 -149.8623783324798 -203.8388401192833 -223.6187568590787 -203.70850883822789 -204.3992445296655 -183.3765161043312 -179.68883918528775 -194.74767120500465 -204.26553537652595 -203.3756420332803 -208.0131626526536 -208.7443759051858 -187.5447645631576 -130.78157720984603 -88.44110545950083 -39.34409309002402 -23.722191726527992 -28.396922429298844 -23.721894835854528 -41.828104916460326 -73.31108427777302 -99.37069442975896 -151.81672532609153 -165.48267554396503 -187.40530439383787 -219.19376177597675 -232.86730125207512 -204.61606442537192 -202.17290714304093 -185.95056396247787 -179.26175151182946 -202.4682839282645 -210.07834535349116 -201.28522835679453 -207.47469001515552 -207.80890800330903 -202.42088471095508 -140.6812361480857 -91.21041996488132 -39.34448960875166 -23.774699027833464 -28.344184320880306 -23.72198574027328 -41.20204491983216 -73.43360546513271 -99.97183406625304 -159.7586497339873 -174.76420253429944 -178.38635253546033 -209.40097741730557 -226.4354388909452 -213.34060904521456 -212.7941973048449 -188.32707418831325 -180.80029875629157 -204.16974181452215 -213.67694694587345 -202.4943500374784 -207.73308821523784 -208.16502259256535 -194.40492315623743 -136.57177914979937 -90.72566401448604 -39.34761493846052 -23.722195696364004 -28.34453758781933 -23.774858612654377 -41.69384686727667 -74.24702386112654 -100.60462800330367 -160.2744420986382 -168.23999113646755 -179.37806769466036 -210.26816950730296 -246.96584524483072 -247.0076146256568 -247.74011910492055 -222.8299961923714 -212.7454157882388 -235.57993839375425 -249.89863615350575 -228.44965466626687 -221.7246326535481 -214.51840120908048 -194.5485825263802 -136.78627840885645 -87.30320428641973 -40.01347642273166 -23.72207382682044 -28.344569952972588 -23.77491738134928 -43.11021705503661 -75.11543207466458 -101.83374676908228 -146.8576293416058 -160.47813321968093 -178.39784125318195 -209.6511967905797 -236.3681402962946 -220.2563553442412 -215.3160315949484 -198.3135784529308 -185.16661706193307 -211.71613519452512 -221.5704410158133 -216.53728506622136 -218.06334909770783 -217.5033642005665 -194.7717793367161 -136.82455913182557 -87.25336794948707 -39.39167871395835 -23.722205147818404 -28.396912324006458 -23.72190859678505 -42.272569786033394 -74.81539241657048 -101.23532782917522 -155.40370005392302 -175.52778368784712 -193.24775053863425 -221.173634162542 -225.6926465877707 -205.13206650560676 -202.50424586000963 -186.32625341028145 -179.54786053151065 -206.2802056954344 -218.01146282048677 -201.42480464248575 -207.48415596087835 -207.9315889353373 -202.49631021595764 -140.84169815686832 -90.74488711572468 -40.73122126474999 -23.722205127837952 -28.34450976305446 -23.726950147178325 -38.53365025736098 -73.42798783332746 -104.02028808004684 -140.13930991494107 -150.98634609499965 -187.8283873764436 -211.7356865040564 -224.2789200229308 -213.67128327584112 -208.96998222742036 -189.00737755685347 -185.55551349282507 -198.06553752782887 -221.55137568147188 -224.7234085418289 -233.37236645733705 -210.51848866008487 -204.3654072407261 -144.5979755773763 -93.0096886331982 -42.98946045164757 -23.72205357225197 -28.344512543023747 -23.740230165725283 -40.04771655911999 -74.70786544015138 -105.94220281018728 -131.45404513857198 -147.86939381754274 -150.13585575367674 -203.9376549218703 -224.8916729168525 -206.6411510098148 -207.6334061361301 -184.8207980378469 -181.4654387295076 -196.4343076035205 -209.0146724968368 -219.3439740729288 -208.4441579487183 -208.88157746246415 -187.5226144104108 -130.75590895931094 -88.44342045359794 -39.352242119085005 -23.771894980863102 -28.34421994185764 -23.722043548661556 -41.70553669694144 -75.39197968826036 -101.75548466563036 -164.23373377625686 -163.7483049038852 -183.17598059714035 -213.7138309357448 -236.0580835723772 -221.21384297354533 -217.53904770906456 -196.171082063312 -185.0818243792536 -209.3340527422862 -220.9794481307108 -229.7797906351821 -220.36684323120053 -219.87937628016732 -199.38052792111677 -140.01124948380678 -90.68536894338628 -39.38238523045766 -23.74001239962812 -28.344227411119547 -23.722028300504917 -41.83264950809976 -75.7988188107338 -102.1214734384891 -164.23443502174075 -163.87999048738487 -182.35104125731803 -212.8018334177167 -235.5697628474265 -221.4635732432932 -218.33296590271215 -198.16067122008005 -188.43656160162217 -212.2224750665569 -223.8899423504244 -232.34910665146825 -222.09255327719424 -221.78206827286172 -201.43272603464703 -140.00150693358935 -90.66906818182277 -39.350633435110105 -23.77377187760605 -28.34421950197578 -23.7220204854428 -41.9231941460874 -75.84284430832778 -102.20702092927718 -165.13373776386754 -168.08611502928423 -186.91123286448288 -215.5018588536821 -238.74948482300888 -204.20046085127652 -201.83396518092903 -185.8159368779477 -184.60623912546853 -210.50589825392035 -224.78252815227827 -214.9819675375805 -207.18610618749992 -207.70489674338924 -204.8584482577233 -142.56095782171508 -90.75506463310076 -39.382311098892615 -23.72213780752268 -28.344255884466715 -23.722078901887475 -41.49723787734657 -73.31110185803949 -99.80354970342388 -172.6915459599218 -172.76144305073936 -188.81273145413624 -216.87189928258724 -240.55999278965956 -204.5590468780523 -202.12399557936232 -190.7479973141724 -185.83400148652643 -210.9034124216635 -229.6028160912977 -234.20390511940093 -227.2110087565514 -207.74077505124475 -206.73730775330625 -144.3854891465863 -91.12030982633438 -39.34435936700289 -23.72211635192064 -28.344395917151445 -23.722194733923825 -41.53110666560199 -73.36355050574497 -100.444098524874 -169.05608686845272 -170.6280073435317 -189.17758605828777 -217.64910087416175 -242.10179619906648 -204.7215659637299 -202.2166746270653 -186.11630370573164 -183.07429282073025 -207.91444826316047 -218.98761388407996 -215.20169001927243 -207.4380766661895 -207.8110432921891 -205.20530400713344 -141.76182666360657 -90.7435132337854 -40.73072763981345 -23.72217935436698 -28.344516008580435 -23.757860535508662 -38.86815856388543 -72.65237847636102 -103.79463141920476 -142.51128429064923 -154.48426532810288 -188.7907800036151 -208.10796494362188 -218.5720046855004 -214.22460960649516 -213.89037108185985 -193.554713971599 -189.54270210270977 -203.2210722031255 -220.2394382494794 -231.91936753430008 -219.1353698745642 -196.8399140776976 -195.04986206963247 -136.74063478767852 -89.54293110060732 -43.07060096115892 -23.722197813416653 -28.34431919788411 -23.72214142168208 -41.48765485335531 -79.12853797220946 -110.73992544277884 -131.45404298312073 -147.42942857562986 -147.19345590358876 -213.5558025327026 -238.31522707257352 -229.4259269357893 -231.5516054647323 -206.05159946067124 -201.53155765808128 -214.38658928896368 -224.88866900758515 -226.84164345094632 -213.92880144817067 -210.6126228072037 -192.9163696793586 -127.67188570852252 -85.1310171490372 -41.04817279602192 -23.758151184565627 -28.344199383052 -23.722023578060607 -43.10995250892433 -75.07810481432352 -101.59924864806533 -164.63928533058137 -170.32252129669106 -190.9774753937625 -216.22841610711487 -239.06541881208625 -223.51120126657372 -218.7636877869055 -195.33812618941784 -183.182596300135 -208.39032264584205 -223.108596031936 -230.61368932025252 -222.761584834133 -222.74540888172095 -202.8593549291824 -140.05775492054678 -90.74678896835276 -39.34454030994412 -23.72218404074361 -28.34452609376077 -23.774846117225756 -41.5387600867658 -75.9432332485272 -103.24948587943376 -164.2102272629287 -164.7886388108744 -182.6355045788083 -212.2527550544052 -234.3945387573802 -220.00133644377712 -217.20546994397824 -196.6484998348311 -186.1984924763407 -211.3662746996091 -223.3775934883268 -232.0566120323149 -223.05239167381245 -224.9244511583538 -203.86298727283227 -140.65187354119985 -90.66985233631344 -39.38174012389248 -23.752974263649765 -28.344224375576445 -23.722025299442567 -42.02669351013875 -73.3111865998706 -99.43037566503092 -169.94875527499522 -170.64375181178403 -189.5893084872541 -218.5181265838738 -225.05857604053543 -204.5862967722207 -202.07759595060872 -186.3667593509265 -180.42332914313525 -203.79305883481305 -223.1371960450641 -226.31642913381177 -215.00158685868396 -208.2266452446005 -194.18146557435165 -136.59733670536116 -89.23744244797098 -39.34499813858424 -23.774603748063363 -28.34420297221243 -23.722004165715365 -42.6255116184044 -74.78538620106386 -101.13448516437498 -160.9051262186814 -163.89853443231164 -180.4869966925317 -216.42096085753056 -241.89708622160745 -205.28424261637485 -202.40054046804707 -197.44660689816388 -184.72356066202343 -212.5324789060857 -229.56431488419508 -236.1849102131248 -217.68562765099375 -217.9149709025936 -205.9812881330525 -142.34176582904007 -90.75183208758035 -39.34292950728294 -23.722154244571808 -28.34449670567046 -23.72231581092585 -41.52817766631882 -73.48440149303649 -99.85230203395516 -168.53769065359748 -169.55467262152771 -187.2521472924056 -217.27134247912997 -241.2904930109852 -204.51054698792697 -202.14375410741945 -186.0081879767316 -179.3012526578028 -202.8138881022477 -213.73196326843143 -215.155671911058 -207.4349249505493 -207.8259703128607 -203.22441032817625 -142.28791455348446 -90.73990712504175 -40.73432788259506 -23.722266970156184 -28.397134509337864 -23.72187472269158 -38.80313092901276 -72.64663016986623 -103.94441085790868 -142.04318422243583 -154.61372017491817 -191.08933278557575 -215.75837044801173 -227.25802783575537 -216.2475931323255 -212.07618524566243 -193.4819187932173 -190.02567853531087 -202.63704957482292 -227.4872432742388 -242.11807135865965 -214.90017341356813 -211.0541138387449 -203.62275990392908 -145.48495729090536 -92.991111438746 -42.96137650401717 -23.724315261385925 -28.394948192762328 -23.72192927316839 -39.28895412050292 -74.54523767632422 -106.6019032252267 -133.17001789802447 -151.76391730714042 -150.2937435098377 -203.95934661883467 -224.0346440144236 -206.5371727054605 -207.90659514837532 -184.75207805973315 -180.0999873845124 -196.6288570625105 -207.7992697740206 -217.8631109914473 -207.23788243056197 -206.7416123685062 -186.67956045862115 -130.790338672354 -88.45381860212744 -39.340464964158095 -23.722133103944174 -28.34445217236365 -23.72227199411973 -41.70941141205135 -75.46117098105181 -101.83375788817334 -164.20327024123532 -164.29382326990014 -182.77412802609385 -215.8638387476168 -239.97180701677527 -204.5995047253693 -202.1752322911972 -186.2013810845042 -179.57157198417377 -203.04770923019396 -211.7444619459022 -215.1288043663314 -207.33532176716136 -207.68950222194488 -202.74668817374248 -141.90943882038945 -91.03369763660636 -39.34605974914104 -23.722290739871784 -28.397160290443267 -23.72187538860979 -41.355744931034266 -73.66821788485471 -100.02729872409184 -170.69314124766765 -171.8519613016512 -192.3879184218456 -215.76091680900203 -225.9720464887194 -208.3910371708386 -203.75651998030963 -187.2468437315393 -179.460065854292 -203.1701514937781 -215.1324106578534 -215.4085634762171 -207.59073409550635 -207.748706288114 -202.2089370282401 -140.50383253174363 -90.7461090725896 -39.343870433596535 -23.72214862034006 -28.3444538911307 -23.722273685391517 -41.10342887740749 -74.46143497760862 -100.07860204070278 -167.68780303998196 -167.72193538022898 -185.59198335737176 -216.25097858180413 -240.1489608479377 -204.59273090650143 -202.03460478182123 -191.279920997886 -186.37839284240783 -210.71855331346563 -228.84551638285495 -233.1168714923635 -224.51533407727345 -225.9522834654412 -203.62857703735727 -140.6166356840244 -90.74051737197378 -39.366414406558505 -23.72193704238221 -28.34428251998419 -23.722105099301444 -41.43792821149409 -73.31124158909884 -100.45320167475128 -167.79359089898497 -169.34809337916747 -187.51253476429588 -214.2808187405974 -235.86288033271595 -220.73648168380976 -218.59807847130256 -196.0471467218767 -184.54306356747043 -210.5797830930136 -225.93741801438244 -230.20888943726408 -222.76715491204197 -223.06359300032312 -203.27213284555012 -140.75291409500053 -90.72115128160924 -39.34283405365737 -23.722141820345943 -28.3616794365742 -23.75748710882972 -42.22097423025092 -76.0472699309735 -102.356984392029 -164.22625301588997 -165.31095390371303 -183.98850922166645 -213.71491698537315 -236.75532686045324 -213.2275321175427 -210.7529854252033 -196.91117224185624 -187.6649164215669 -211.48448395535857 -225.39670978433867 -231.72528257840483 -223.5907727134131 -224.82444120600323 -205.13007800923748 -142.84963574147116 -90.6821980580524 -40.73723054859229 -23.7733997637168 -28.344219589561224 -23.722043204633277 -39.75264787980235 -72.38903127455436 -103.42036049671832 -131.51149388882533 -142.79572107602354 -180.5000377018966 -208.1072914270638 -214.34035116656065 -202.97440953250205 -198.70030478979112 -183.058915595156 -181.9208503138272 -197.62636044743337 -219.0666505287652 -225.8086097873 -221.0498839771519 -196.79431322599464 -192.1633620933388 -136.64922809266562 -89.50863158839027 -43.00118773005733 -23.749859702441093 -28.34420141135549 -23.722025575183736 -41.07126806687558 -80.10456219339333 -112.80814341430596 -131.61904641656886 -148.45395998657426 -147.30727987888378 -203.87821141563867 -225.98474567644175 -210.7029830034701 -210.7238065908556 -189.952975560245 -180.52374611122795 -192.99276045716792 -204.47158550459403 -209.21666755645973 -197.69473639341967 -197.1279274139289 -189.08216730770897 -130.79585536322404 -88.46667197365505 -39.35427865325149 -39.34086450394184 -23.72217825572132 -28.34451178501501 -23.77485442537859 -41.05923212907724 -74.0631765107306 -100.37201641088632 -153.32977532011708 -167.98938963956266 -186.07175240996497 -215.47048253995328 -237.8136708735015 -213.62208860931165 -216.12751148542867 -194.1913670919827 -185.8428433753579 -214.28976866397423 -240.77717151864223 -230.60037367568216 -223.3481248927864 -223.5191776094833 -203.6457598725897 -140.25848935352383 -90.72260916569284 -39.343233658018754 -23.722054591690505 -28.344513539913116 -23.746071662022484 -42.01423000013851 -75.73463154265386 -103.39074314932763 -149.74545463699658 -164.2318141473391 -183.3148898386779 -212.65447794966343 -233.95752329938333 -218.18007711453592 -215.22719092856923 -193.586784657871 -184.3040190706976 -213.9835986809747 -240.9556103939008 -230.8719533245581 -223.54258707390176 -224.26036627774457 -203.40066067959395 -141.65182323352764 -90.71384154066692 -39.3466213337127 -23.72221188777926 -28.3445535567256 -23.77486229771415 -42.52553816944428 -73.3109582872718 -99.37070907685792 -155.80417966829023 -169.63389442681327 -186.2079192935332 -214.7817866996116 -237.39475378328245 -223.66341215958923 -220.0077856192817 -197.71260391311225 -186.0808183072236 -216.4966876930391 -244.0577720772423 -234.1077342733298 -226.5519436868749 -226.5523046134092 -206.33329233968087 -143.0993795835783 -90.6852142270704 -39.34794972660156 -23.77470267495088 -28.344156142641488 -23.721957917022937 -42.46790130566036 -73.31112181659202 -99.37086995111832 -155.85801074690346 -169.82263602683844 -186.8954264504797 -216.17892462130004 -239.12207054849333 -213.47966299206476 -210.8478630075738 -197.1463752440032 -186.9708578124981 -215.26914150516487 -243.6877815908247 -233.1223777881032 -225.4177167331086 -226.24687441149592 -206.56952097199735 -144.36161963169434 -91.10343514925135 -39.36897564810487 -23.722124715566185 -28.34430272692866 -23.72212497833824 -42.26948068338271 -73.31126270658683 -99.42321965489025 -146.4343196301877 -161.79361042244904 -179.0572535391965 -209.7812423364412 -224.91899236611752 -204.32126726096635 -201.957033943289 -193.4481141230617 -184.76687862406217 -215.23388654165203 -241.88245004675335 -232.6274940101129 -225.291815270985 -226.4464995401874 -206.63057886222705 -143.0912714277325 -90.67018532916546 -40.73104624579714 -23.774648488644324 -28.3441890872546 -23.722013205482646 -39.57423273995691 -72.38911700977208 -104.14566034786432 -123.61703909021928 -146.90809297916925 -186.54444221551287 -211.2609505694878 -224.3995346044432 -211.87987946557809 -207.70267426130405 -188.407754141554 -185.82285845722947 -201.77344433918717 -239.9100714556174 -235.5209959729318 -230.30838734560223 -208.35332504936565 -201.9976765036478 -142.99831959393907 -92.97562253035234 -43.01791952752947 -23.72220654934728 -28.344384281111765 -23.722205204452 -40.03871846689567 -75.00333437206305 -106.05694548476184 -119.8603693883462 -151.75737797388553 -150.05548961207683 -204.2314946205169 -224.7874637630451 -206.71563511685156 -208.1753689683919 -187.31516226869644 -183.67366773932795 -201.38316827277623 -226.02367571964533 -220.33881985538412 -211.76593841337797 -212.4077330987425 -192.29060935044208 -132.0161668296465 -88.46315435859198 -39.34227614364863 -23.72206028836569 -28.344519115393567 -23.77268251075292 -42.07692222765562 -73.31092423198311 -99.3706755791889 -156.4551853970742 -174.74583003742617 -190.03141205926283 -218.68883734303856 -242.52759283168064 -215.0186184772158 -210.89922904460585 -196.1554648169171 -187.6789876836541 -216.23484708937227 -242.6999065707762 -232.19037571513465 -225.07239587630147 -226.81708402249384 -207.64270697774995 -143.5770226109186 -90.87766371824232 -39.34582572791872 -23.722114446829007 -28.344572105631688 -23.77489611916972 -42.41397505377715 -73.31097659482556 -99.5858654958383 -155.76620833584465 -173.3087629887949 -191.3070705520321 -219.55810675942715 -242.11374445819175 -204.34163884111453 -201.8344474481538 -191.30582267666665 -186.68284206558036 -215.0846119872544 -244.55542736449385 -233.68475355143764 -224.2567438352204 -224.5722993537437 -202.91689443344265 -141.10880874418757 -90.69531231571531 -39.34414072998597 -23.722169782570365 -28.397154700752203 -23.72189343618016 -42.226114751051966 -75.96319353885961 -103.33408616442574 -148.2238355460426 -164.02082861963603 -183.5128641762954 -214.41328515827675 -238.3027721620546 -204.2921170888248 -202.4585203354215 -186.4495514530284 -182.93706180832743 -212.6266396487365 -241.2553528020486 -231.7564453055053 -224.8438919145476 -225.3878257326476 -205.70283037620467 -145.47957734629242 -92.08169646622918 -39.34017742251167 -23.722330988901707 -28.39692370583651 -23.7219190111453 -42.28739111145213 -73.31108444045671 -99.92400282729486 -146.69238976170908 -160.94527510311434 -177.98526814337154 -209.47360563595532 -232.8844846101413 -222.7196027605423 -211.6577236219127 -188.87804512055644 -181.7470797099245 -214.84988305177484 -246.3851941843391 -215.2047821104501 -207.15321381564863 -207.5858938369106 -203.0244676466361 -141.19712850797396 -90.69366695242825 -39.34031383918642 -23.774695936391435 -28.34414183161378 -23.721966733678755 -41.53736845746818 -74.47104235730626 -100.12862375638116 -153.24287057940222 -167.796279753728 -183.5708521828062 -212.2867420609612 -233.90340988396252 -219.0477810568094 -215.03669548145703 -194.05572258904783 -185.22270700880665 -213.85076902714388 -240.3941468840892 -229.95098180116307 -223.21746997039315 -223.9027449235844 -204.60367674579567 -141.46929553046422 -90.67927001537689 -40.73163994113528 -23.767794196310238 -28.35111461191165 -23.721963752430558 -39.55028781018533 -74.7292476120079 -106.07120540374731 -120.2068782462169 -144.8923044323633 -185.0032255817192 -210.9746726941277 -222.0580373840635 -212.45963622792263 -207.29633360385077 -188.9974376352556 -185.74884995568812 -200.64306838666872 -240.1431278035232 -234.5128788501021 -229.00206030316423 -206.3264792561324 -199.27613554721847 -140.56175459119208 -92.99446517133218 -42.99570961124674 -23.72203268432581 -28.344492110233205 -23.722311286596245 -39.73667749072904 -74.74273059226364 -105.86404027195856 -121.52288468625862 -152.83045636273087 -150.23371319041277 -204.6037000144913 -224.94914935177928 -206.5136954667045 -207.52981546641416 -186.844471799414 -182.5028903806081 -201.07434510996072 -225.94301079945683 -220.18930806146096 -210.62014572387812 -211.21319689781043 -190.5416105892302 -130.77196523569427 -88.47333707097751 -39.37819216099725 -23.72314750229796 -28.3442313647032 -23.72205478875044 -42.246064005986966 -73.31119300038947 -99.37082605162524 -155.62326860047233 -170.9611119532508 -188.86568711723248 -217.01377504437323 -239.909889947146 -215.1431507644781 -211.55025025316343 -197.60844665895536 -188.75393930697956 -216.66575390365435 -243.09587080990428 -233.6032842431169 -223.50663494370468 -223.1853087412676 -201.9490260230998 -140.40922487505756 -90.70520518151368 -39.343531647648106 -23.722167204761977 -28.39715192619916 -23.7218908661256 -42.2810130403629 -73.3110340268436 -99.37078357969672 -153.2629985090676 -167.6627079389067 -184.2905251271928 -213.7857513334405 -235.62792347522333 -219.1908460131982 -214.879486631727 -193.05115860663025 -185.31662827561817 -212.8930246942843 -239.21265149337364 -228.2154650243716 -221.10598108335265 -221.37549810108555 -201.9123438136507 -139.92505366977684 -90.7446325701909 -39.34033068964062 -23.722034036665026 -28.344493433006143 -23.722291058995083 -42.18291473830726 -76.19101712574898 -102.43382003509448 -150.01046225212968 -164.3223868976708 -181.65822206629653 -212.26567999700683 -231.89380678761657 -216.85169678626167 -213.19769918350477 -192.51586672860543 -183.6219812601276 -212.1502542866844 -236.71574493719152 -225.04966347655665 -217.6229228062387 -217.1606967665322 -198.07558276085683 -139.91710491474402 -90.73992169677994 -39.34158101385326 -23.722058950508558 -28.344517805959285 -23.766445174911965 -41.69152948789459 -75.95852401703863 -102.23648701884768 -150.0127956024656 -164.19305898709948 -181.86146323648904 -212.1734952734373 -233.04694875604565 -217.9773958067156 -213.81305440339383 -192.38249472502537 -183.744999866426 -211.104562840353 -236.4237728520054 -224.88734475577505 -217.6287197474551 -217.64533770038832 -197.9531902953095 -139.98927369299508 -90.68553923778136 -39.34579675433037 -23.7747644908877 -28.344165754200045 -23.721990257510964 -41.94396544213985 -75.89529617399405 -102.16634535361877 -150.29959683789556 -163.73854461514455 -181.2908635054019 -212.19221555961184 -232.60548256872568 -217.37376763832975 -215.15861742160496 -194.1047617840774 -184.50324205050617 -211.1066351361908 -236.55638758740008 -225.72260103809015 -217.90142186180944 -217.80370013575515 -198.45326642727545 -140.0013234044089 -90.72460616058927 -40.731431974240174 -23.722144437678995 -28.34446336258788 -23.72226135690021 -39.21336051644976 -74.50142317397528 -105.68372032035346 -120.02403957102148 -144.53107369617462 -185.4964800793469 -212.86925762346027 -227.73112231099748 -209.6076417250873 -197.50842032076017 -181.7187398417491 -179.93499521448194 -203.7882922293784 -242.5767300342623 -238.76427103473688 -231.59001744092456 -212.1872366604897 -205.77354521530077 -147.6952471575762 -96.51852162564458 -42.99346035242993 -23.75470683566264 -28.344225585806395 -23.72202649588109 -39.51416461097527 -75.30871839391082 -107.482237332958 -117.37690109414297 -147.38679355004703 -151.7784098464279 -200.8012364906892 -219.37471205563264 -197.993128805994 -203.71782873550245 -178.12336609059932 -178.61898933714596 -195.34909994253684 -218.42271094934517 -209.18055894945465 -197.5615557979088 -197.22962212766117 -183.51524334878263 -127.32657419162656 -85.01083645199547 -39.35904505338242 -23.7635500971961 -28.34419806339668 -23.722022284287547 -42.36274446949454 -75.66041706905132 -102.46874022510409 -146.6962010461639 -161.20676891142534 -181.39762489249856 -213.93011728899103 -225.41195352599425 -204.85404929355363 -202.31927882854652 -199.22128504217557 -192.76885285514865 -217.4238894257653 -243.79606834056392 -234.6973367010965 -226.81224769985445 -226.2203044378356 -205.07404724038815 -141.18063544281375 -90.68110973112776 -39.37706311409988 -23.75012997293309 -28.34422477337167 -23.722025695041005 -41.281294658843336 -73.763594960951 -99.91475943546678 -152.5611307737222 -167.63693740718514 -182.8419250632703 -212.25638752577063 -231.51246684350855 -216.633990194794 -213.4202433982341 -191.4156396189482 -186.3883270315836 -212.5492531150783 -237.30810102870996 -226.79475052623 -219.48600160376304 -220.191944189636 -200.1343149407481 -140.03990514211563 -90.67558326846766 -39.34250413812415 -23.77465227293218 -28.344192543349703 -23.722016604139377 -41.98956319257892 -75.86766688124742 -102.46081608155086 -150.30202450204192 -165.146808309101 -181.82510404648568 -212.23239689777787 -231.5841973845365 -217.4083109057683 -214.4121537019411 -192.2781600107004 -186.3061492839848 -214.1566211907959 -238.0143372990496 -227.52756347613223 -219.54950648664865 -219.51792784615924 -199.3590482087397 -139.9511710184914 -90.718917140273 -39.38440665021851 -23.722054168308546 -28.344232425970752 -23.722055832942207 -42.05205793985743 -73.3111947185165 -99.37094168112372 -154.56845597438243 -169.5147051434269 -186.55416861416452 -215.7750887872374 -235.39945905241632 -220.6115926657667 -216.6124348624976 -195.0870768795733 -188.62000558956623 -215.0363403250484 -240.22747450371608 -228.91092170779868 -222.0831195100433 -221.96179057810525 -202.834586243992 -141.21447655594423 -90.70346945018044 -39.34271922556717 -23.72211338361691 -28.34457106326056 -23.774894990175675 -42.52204985286929 -73.31097549218788 -99.37072600115332 -161.12776356918957 -160.71253060314123 -179.30521892311907 -211.9121294576752 -227.06842401403983 -204.5098227536948 -213.01038902009603 -196.13630995289444 -187.52626751585288 -216.65055806691063 -242.03028280407517 -231.9390797252449 -224.1201011424129 -224.62498263459327 -204.87157775356124 -141.7345185418315 -90.67220192315862 -40.7326756550392 -23.77467489243154 -28.344213199726497 -23.72201426375529 -39.35038771410537 -72.38899154164794 -103.6415098735192 -138.3870908940589 -150.67029087960415 -187.23691720103983 -210.7053752088297 -220.24350287869265 -209.7428366269374 -205.312595403892 -187.115843084665 -185.74387439609987 -201.89704300614963 -239.4501086182973 -233.51121795204128 -229.352756214311 -206.8122987423922 -200.43991847406215 -141.94500520759678 -92.93921308398934 -42.99912237305335 -23.75305339903033 -28.34422435530327 -23.72202527895448 -39.62350646950641 -74.89719080981374 -106.03124707634484 -135.3336176949275 -151.7909160403413 -151.52657685533748 -204.41310771174653 -222.4336486632345 -200.64240195061384 -200.7808346576172 -181.49194011958977 -180.6549409690764 -198.3560688654944 -221.3566555372145 -212.8228364102073 -201.81839179327997 -201.91891282327924 -186.60595580324335 -130.7776025384716 -88.43311958050225 -39.34817061205615 -23.72210139395045 -28.34455933288809 -23.774882239539476 -41.293437401042 -75.30800491986025 -101.66103284300031 -164.21340745515923 -163.8655363292538 -182.1751599434525 -213.3059110207675 -229.55575103692752 -210.67120799086203 -207.79598117789067 -189.7857105416428 -183.4253591910911 -211.20157323439287 -234.1956686818964 -220.025194012108 -212.9758491204363 -213.70863007880965 -197.4542902025022 -140.0011221093187 -90.72523934327836 -39.3411495253379 -23.722151884999057 -28.344494381826745 -23.72215287262977 -41.48633231014956 -75.16472471028712 -101.42453453584028 -164.2077569101309 -165.10233717543855 -182.0114978727053 -213.06173163927755 -228.37769023675253 -209.04172738876943 -205.9166346714949 -190.38007737064083 -184.64470018016385 -213.5028969852104 -234.16712939112895 -218.99180430755 -211.63515545699676 -212.22438925661973 -197.4594564213277 -139.9922390714796 -90.6922948664751 -39.344281229797794 -23.72216334090881 -28.396970812756173 -23.721888917477283 -41.73833234847736 -74.97917860200009 -101.59132994394854 -164.21947686691576 -164.5191623134466 -181.4745700706873 -212.2364698952493 -228.51011393258867 -208.5677390462045 -205.7268506472113 -189.77796542758384 -185.231322193102 -213.35291708265848 -234.20362362338636 -218.00247015197695 -210.48043310823 -210.8941464482125 -197.38781263546937 -140.00271596439612 -90.66812533385873 -39.44352974952414 -23.7748789843304 -28.344147744298 -23.721972545428645 -41.7415549481012 -74.9855292068853 -101.08859503520524 -164.22736096237705 -163.50625263309283 -181.38310486218091 -212.0933042258015 -228.36754028685365 -207.578397585509 -205.2452850324594 -189.24218747498935 -183.21276118525225 -212.16105482489863 -234.13162022388505 -218.29507401208863 -210.48043310823 -210.8966781145811 -197.32516806315388 -139.91210152301915 -90.67937698165736 -39.40731926515733 -23.77465323819122 -28.344188420082965 -23.72201254938518 -41.44827064553599 -74.72235248675196 -100.78451521089298 -164.23098701507013 -164.64968933810914 -181.4828702538566 -212.14747860167532 -228.29645702758813 -207.81172613981963 -205.72706330068172 -190.59630936265955 -185.64064261250545 -212.87359950907728 -234.1906487027292 -218.00406238256784 -210.4804331082299 -210.879349467982 -197.28097168104316 -139.91780109370563 -90.7369863442774 -40.7705673071948 -23.72203194539529 -28.344491383056845 -23.722310575039785 -39.14505559524097 -73.66571201645391 -104.66415121013186 -134.88597974691217 -143.7126712482452 -183.6591582096308 -210.26101986872013 -217.20867814359977 -205.522166239164 -200.9793348272457 -185.1200776054993 -183.28239481490195 -200.16405639269675 -238.6391115584479 -227.2090617059923 -217.906608205467 -199.6758480237324 -194.91108025442475 -139.98498093953853 -92.91982853971298 -43.14137400820988 -23.725976976424544 -28.34423021536042 -23.722053655253703 -39.1259209577205 -73.79136634053721 -104.69898029388612 -134.93853741700636 -150.39745495391682 -150.10565361398213 -203.8984215326749 -222.17706987094056 -199.16218840138808 -199.2096086095751 -181.024422195322 -179.40233472759112 -196.65319767403489 -221.3618031029817 -212.0507086379693 -200.527714329673 -200.3571887340464 -186.58956443299624 -130.78703045312363 -88.4297705763689 -39.44350951820815 -23.722179841879598 -28.344576996740216 -23.774750368867377 -41.07641266677433 -74.38712122654304 -100.3910818985559 -164.21511604212657 -163.54289995974648 -181.7085881814779 -212.0663976442658 -228.10686062936105 -207.5288371856527 -205.30452905741623 -189.35154314707407 -183.3690377336373 -210.71243940329776 -234.1597700363945 -218.11700783990756 -210.48043310822987 -210.94716299144284 -197.2212299223499 -139.90842398603425 -90.6814033735923 -39.438329287171655 -23.77466735570904 -28.344142039583435 -23.72196693533728 -41.12163292709847 -74.45785906240253 -100.39272638442704 -164.22655459913597 -166.15506671699296 -181.6402935603549 -212.4114205519408 -228.26923307777545 -207.74669016687548 -205.26022657300584 -190.3733728164866 -186.3340974865016 -213.4252717904766 -234.17442234219612 -218.3990044120345 -210.6185569175412 -211.22061697905897 -197.2150258101703 -139.91295530838363 -90.6959497896238 -39.352427892837454 -23.722179415019998 -28.39716506467344 -23.72190304223184 -40.92725968096688 -74.30315289661887 -100.47693577904874 -164.22034732583452 -166.150916225835 -182.4771624180065 -212.85724261083024 -229.0532764342381 -213.59850546706423 -209.61401699958043 -190.77967469064237 -186.0327503804696 -213.40606887885647 -235.88207969991203 -225.8034986533934 -219.11088506971905 -220.53696419596957 -200.14664805410135 -139.97905515868277 -90.7595318546697 -39.33923358571693 -23.72203724177798 -28.3443698752055 -23.722169009510257 -41.36975794012018 -73.36371737283298 -99.37069115790187 -168.23997771156766 -169.62942512265425 -185.5705018612406 -214.30640001218643 -235.7858801159929 -221.54393582854303 -218.22822865356463 -197.27289856170475 -187.5639996988102 -214.9560513415169 -240.73402103038717 -230.7076446846816 -222.02837669131972 -221.80366341489645 -201.1643249601809 -139.92043124482822 -90.74965839703393 -39.34811996160388 -23.722162704902804 -28.34434058810143 -23.72214008261608 -41.95632413821945 -73.3606466688586 -99.37367873860052 -166.76415579656816 -166.3124885321853 -183.8882602963436 -213.10707163177025 -232.89880965280776 -218.80270149073 -214.73643217139235 -192.7054551458173 -184.64578622840588 -213.5255203430471 -239.2105027386774 -228.2428878126788 -221.28794891909777 -221.62773625038616 -201.6790072347497 -139.98294665947023 -90.68367024838604 -40.73422303776763 -23.72217969143076 -28.39716536105964 -23.721880104978947 -39.61142561524416 -74.88299986895049 -106.0213509633374 -135.19250398015654 -144.74520907222097 -184.28656198178044 -210.26334055409757 -222.8600498543522 -213.08482669188604 -208.327719543272 -189.30999205464985 -185.40354565606404 -202.23193780637013 -240.10699933391635 -235.5912569134981 -230.302520878512 -208.329032474393 -201.66379889860295 -141.9506666326862 -92.97673191574783 -42.99001166524034 -23.722125715963724 -28.344583131994884 -23.77465322399944 -39.48097468815123 -74.75517776916865 -105.8746662424685 -134.88783719017837 -151.42178296299443 -150.18835609471276 -204.3930786700948 -222.35763461464305 -201.430643772804 -201.51356173170572 -181.13851701945524 -179.69695600154228 -198.0018592452316 -221.32077831491324 -213.4391285735722 -203.1852293852943 -203.55528812921835 -186.66796215811712 -130.72334262440543 -88.43941380070018 -39.38122561398305 -23.747886073329784 -28.344225566073806 -23.722049081616586 -41.299817331574566 -75.30525661189691 -101.6362698451324 -164.23423409299158 -166.92060993009423 -183.75284054176169 -213.4012302211717 -230.91167325882924 -218.55318997366712 -214.24344187544853 -193.3419975667892 -186.36359472598355 -214.4253016785297 -238.38511135039147 -228.5256235442077 -220.76401380639595 -221.10119807949852 -201.0943588097148 -139.90875976084826 -90.68538299783354 -39.34269684887069 -23.722340978108186 -28.396817912575266 -23.721951792382225 -41.86366423524593 -75.77043598265348 -102.07092770074222 -164.2252280554039 -164.94951777900226 -181.84032543799745 -212.3709887069152 -230.1016584037073 -215.94225607656276 -212.1256233752505 -192.7312104411533 -187.0634429101621 -213.48857225157465 -236.3310533099205 -225.69706260675284 -219.7796390332794 -220.284640329056 -199.9421853969066 -139.99184198194678 -90.6917470942673 -39.34489793222525 -23.722190839533837 -28.396941013751405 -23.72191686352554 -41.87415009566568 -75.81574537082246 -102.0898246782959 -164.22175383473711 -163.8816002141394 -183.0561257801353 -212.8134947875996 -231.22244089032355 -214.99156569916568 -211.04407411056883 -190.62233372472008 -186.25680022482933 -214.94023556445657 -238.99204537655 -228.93332180965257 -221.07213908667188 -221.72900629114463 -201.035301263819 -140.5513132258237 -90.669909870935 -39.36554707186677 -23.758211056801212 -28.34422314775394 -23.722046704122743 -42.2002737414288 -75.99523335805384 -102.289248322879 -164.2340879403288 -166.20012281756777 -181.84664656739787 -212.4135819984523 -230.39392823279292 -215.522115169642 -211.4981569769255 -190.81117103424987 -185.2721298673629 -212.47245964204512 -235.75638922811515 -223.5396309664217 -216.4443810649769 -216.25339065280923 -197.22224672647909 -139.89636288436728 -90.66594247521388 -39.35819402453021 -23.77369920740196 -28.34421951785474 -23.722043133223288 -42.19558209529707 -75.69706179471196 -101.97999156560964 -164.23373753332808 -165.85267345103088 -181.825801036186 -212.38174446536945 -228.66643125016984 -210.97826933656523 -208.83660763720832 -190.15834720450124 -184.50661315442932 -212.46109812108205 -234.76423688371665 -221.4535558513632 -213.67553780890404 -214.18069241931383 -196.74107617866636 -139.9011989483142 -90.69261229472352 -40.765568693904434 -23.72220822941227 -28.39691569394372 -23.72193476121056 -39.5403092818452 -74.18344910576764 -105.28619056450415 -134.88601787674548 -145.3173941370168 -183.81440800115564 -210.34843143654345 -219.0226437155657 -208.55717025311336 -204.23184541933557 -187.1094343698309 -184.96613339075927 -201.8969295412492 -239.94991620910457 -233.90869222116237 -228.31622393787853 -206.72460908714527 -200.60725907410472 -142.39277735840358 -92.90722833304928 -43.045543975893615 -23.725506812136345 -28.344230812937926 -23.722054243722265 -39.32705109571356 -74.52029315702329 -105.66677442776222 -135.67655844622706 -151.67035084755238 -150.17054320221143 -203.9628740797941 -223.092318163294 -204.05292252984228 -205.093555411558 -184.24266783475235 -181.31313179799528 -200.24467206101448 -222.92189246818248 -218.0858061845791 -208.9832332475864 -210.31481590820547 -190.3198916386796 -130.769548617488 -88.43462787689197 -39.34279093515533 -23.722045623831104 -28.34434337015453 -23.72232560541553 -41.6546842317024 -75.57976980530516 -101.928347257033 -164.20816813132126 -166.6111858374258 -182.0003586490404 -212.52617527317472 -228.4650634609446 -209.24938004283845 -206.0170462078812 -189.81817605412363 -184.9173523575382 -212.12067107944475 -234.1173093878748 -218.60558175463152 -210.4804331082298 -210.9431011309196 -197.16721957647763 -139.9059281742434 -90.71454710532328 -39.45511373753283 -23.7221906042184 -28.344526020604302 -23.7748717220308 -42.20239017015577 -75.42231909487882 -101.47395754442545 -164.2100511302373 -166.04895700121222 -181.51659210754784 -212.11128479570772 -228.35283876715744 -207.752599194894 -205.23027307921944 -189.73968832503505 -183.57304634324515 -212.2996796331197 -234.1671925255111 -217.5842921701018 -210.48043310822976 -210.87743899298965 -197.2824922312085 -139.90620685910184 -90.72320848092156 -39.51518086032039 -23.722174679533527 -28.344328404315387 -23.72217514286785 -41.48853201638742 -74.79725865440572 -100.84317852233626 -164.19172643198877 -165.11372454007662 -181.55518631911823 -212.12381340047543 -228.1862344181256 -207.5307910936955 -205.260910338364 -189.23883361609575 -183.6718582036573 -211.1748675445236 -234.19383310238985 -218.11872238587387 -210.48043310822976 -210.87411841865045 -197.5143671175117 -139.90856464137192 -90.68430742581728 -39.40504979420898 -23.72212555627719 -28.39714391763637 -23.7218834439718 -41.09638558259156 -74.4865908045651 -100.61621059649585 -164.2187341754377 -165.9997811900812 -181.92556402330655 -212.1394466134003 -228.34813212670957 -207.65425813255408 -205.0971390031009 -189.23121756656477 -183.6883375907167 -212.3046565639389 -234.0776955054904 -218.8021382043533 -210.48043310822976 -210.86479125123896 -197.74609785695424 -139.82618855334567 -90.76743125009445 -39.452781495102045 -23.7221917197184 -28.344309846315408 -23.72210971744545 -41.09543849299756 -74.38445260018945 -100.6069800092359 -164.1903904427776 -165.05763386011787 -181.4394344767821 -212.21502003128992 -228.2703981442677 -207.79980106354557 -205.36631848987005 -189.2909607499848 -184.76818702956925 -212.43992480816016 -234.1995354074156 -217.88712120621125 -210.48043310822976 -210.79433171388263 -197.91238451687985 -139.9011704160606 -90.72544139878404 -40.728014133138544 -23.72214108616014 -28.344484854793368 -23.722258018511205 -38.45636282533781 -73.25176950329889 -104.29292068096356 -134.88592410187664 -146.22770505555584 -183.9843701890664 -210.5161629911099 -217.21863737420253 -205.52420859617808 -200.9882942318372 -185.2706578957525 -183.9206861876283 -199.9641369572429 -238.6743891424862 -229.3109586313155 -222.5732943439945 -201.31416993230047 -196.35937420370772 -139.8736323704618 -93.00257152467552 -42.972128857388746 -23.72207294768775 -28.344531501535347 -23.77487764723492 -38.75433318895072 -73.68791740085045 -104.90963603253832 -134.8859948851734 -151.67993926845722 -150.18435774439502 -203.63788818575324 -222.15205418498903 -199.24383574505305 -199.25538768488244 -181.0671259765585 -179.62117954484413 -197.5068512895708 -221.2478281347057 -212.08028297956423 -200.5143268455395 -200.26433158925815 -186.60245945528644 -130.70773749920014 -88.43402174481434 diff --git a/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv deleted file mode 100644 index 79a5979..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.12784896689932537 -0.07058381987595189 -0.08449358626143247 -0.07058293184006215 -0.1146904378865852 -0.2191642795477644 -0.31211175375381056 -0.40134449680694323 -0.4546233182638289 -0.44784021138802205 -0.6070655790196929 -0.6620230036077417 -0.5928660915557967 -0.5934838906313643 -0.5396362667624741 -0.5363645261477313 -0.5876184000562081 -0.6583621085862599 -0.6303478506248081 -0.597620358064103 -0.5990572853980713 -0.5542342349767828 -0.3891000897061036 -0.26316065559153623 -0.11705367879539132 -0.07058365723739046 -0.08433706671256232 -0.07058400607948508 -0.12242012566152377 -0.2222585007975081 -0.3013077620255372 -0.48857605600396103 -0.49872600758462626 -0.5415118933562593 -0.6321357869133398 -0.6794757023293733 -0.6269934274452845 -0.6175400984759453 -0.5651791352465221 -0.5503392340329026 -0.6314312402340067 -0.6971759319000277 -0.660706707651208 -0.6350940447951506 -0.6363194479293706 -0.5859324123350719 -0.415986143564788 -0.2697609872948426 -0.11706403341478203 -0.07069302082121527 -0.08438352504994229 -0.07058378473029765 -0.12333276699325375 -0.22354105439876074 -0.3018952955352351 -0.48864435238694115 -0.4990504888690216 -0.5413022080322872 -0.6317168375115939 -0.6794922366899945 -0.6193063344007167 -0.611100602776296 -0.564649739733479 -0.5542238040808839 -0.6312540251271899 -0.6967073109715521 -0.6479879733871877 -0.6262708234281368 -0.6278711731292583 -0.586120571211757 -0.41597196603882536 -0.26982039043252115 -0.11716211416453835 -0.07058368378173346 -0.08436669642784446 -0.07071060662625865 -0.12347321937956002 -0.222550636857414 -0.30059752360214986 -0.48861671129522344 -0.49236267427933006 -0.5405869615468258 -0.633082064978913 -0.6794521384242734 -0.6178617344595023 -0.6107556128626254 -0.5637968506897147 -0.5474539012937699 -0.6310261030581543 -0.6967111264671396 -0.6493519557165646 -0.6262708234281368 -0.6280950647589283 -0.5864704130412693 -0.4159988814178605 -0.2698321188513221 -0.11719578518865971 -0.07058391417072318 -0.08433739059040078 -0.07074011265453263 -0.12290078380945142 -0.221835694605921 -0.2995559043131479 -0.4886063222748364 -0.4960914073706185 -0.5402553186863003 -0.6326010194514362 -0.6793101305978284 -0.6194032653993407 -0.6107018804987602 -0.5631108673322978 -0.5456135953220363 -0.624596596008423 -0.6968416262777997 -0.6510384276309016 -0.6262708234281368 -0.628503510841642 -0.5866459647568781 -0.41603012695366465 -0.269880445714511 -0.1171347685071622 -0.0705836162195356 -0.08433709673450825 -0.07058410018655012 -0.12253516639351253 -0.22157595430611512 -0.29955627127506973 -0.4885792549780377 -0.4928456176029097 -0.5406124590422036 -0.6333345754010055 -0.6789513519736023 -0.6179824363974556 -0.6106261675759367 -0.564323774813625 -0.5455183848293685 -0.6351508936886202 -0.6966087208024235 -0.6481252840696361 -0.6265598565687706 -0.6319706821657395 -0.5866588300249815 -0.41616800345495225 -0.26973641776521884 -0.1212734071357782 -0.07068554309073331 -0.08433639164003842 -0.07058340658310962 -0.11544697581802409 -0.21904401260732778 -0.3113820628527793 -0.40150097368306376 -0.43714476389982165 -0.5463110784847867 -0.6260917438796804 -0.6467296890711843 -0.6101344557434438 -0.5986216962385565 -0.5519305905561278 -0.5471257643920925 -0.5969009669719567 -0.710064574114732 -0.6799665486429828 -0.6561211477380856 -0.5935121627126773 -0.5797531044450722 -0.41632089607961437 -0.27648676198853434 -0.1282189929824642 -0.07058331999702014 -0.08433680461874277 -0.07058381280546887 -0.11750689803772543 -0.22053418344264616 -0.3128488885774188 -0.40134466282592535 -0.45331230773834214 -0.44703070538735207 -0.6052032941800853 -0.6590422580344023 -0.5926839345838921 -0.5928793840206378 -0.5396781004650284 -0.536331375188255 -0.5877911883019322 -0.6583699271463931 -0.6299372645000975 -0.5945792667039733 -0.5958250288083865 -0.5559263786588253 -0.38889799974378914 -0.2631593661654923 -0.11727569514856681 -0.0707401122408898 -0.08433627528219133 -0.07058322438120905 -0.1225691151488394 -0.2217374999446478 -0.2997207043327981 -0.48865768355316486 -0.4953793085875222 -0.5409582170843558 -0.6318053899702752 -0.6790453510151093 -0.61831764206223 -0.6107246605701584 -0.5634848587446951 -0.5465858476517966 -0.6347180233316609 -0.696669258464657 -0.6481873894833478 -0.6262708234281366 -0.6289319605801922 -0.587525552792568 -0.41627490317613325 -0.26999023423835955 -0.1172690012896875 -0.07058351003343266 -0.08433699201587268 -0.07058351717717712 -0.12282233829437508 -0.2222427246013863 -0.29982961916275447 -0.4885712246972703 -0.4930054206448387 -0.540876470736625 -0.6311611032452558 -0.6784819990946337 -0.6190999008432514 -0.6101975125358827 -0.5629960784749052 -0.5447228176713718 -0.6304139434972234 -0.6966239431927898 -0.6518275946157769 -0.6312480337211096 -0.6370513877466673 -0.5876098510529463 -0.41625694348423814 -0.2698894402697514 -0.11712869398294061 -0.0706398160288664 -0.08433640235563059 -0.07058334987717345 -0.12203603476142386 -0.218132671575483 -0.2956712359254025 -0.4931544405312958 -0.5094172121965321 -0.555235856000761 -0.6426314171518035 -0.7070970098802132 -0.6332235733859876 -0.6260727971348298 -0.5705017910240886 -0.5458595548916895 -0.6390871750717875 -0.7269729657302629 -0.6854900054651406 -0.6522502990384217 -0.6512979552228808 -0.5901388445402602 -0.41629016960553344 -0.26998818099268046 -0.11716924881343006 -0.07058351181946726 -0.08433699377822557 -0.07058399889361797 -0.12571117109298185 -0.22461851070600847 -0.30546440785640017 -0.488571024285123 -0.49300542064483843 -0.54087882840303 -0.6335664071250914 -0.6818494129258681 -0.6199897261827976 -0.6124314406258864 -0.5649805240155914 -0.5473281939903206 -0.6199379941528098 -0.6966359976583619 -0.6537773363378613 -0.6262708234281363 -0.6297444128329128 -0.5883731737201273 -0.4162683931845712 -0.26990036919844784 -0.11714003128131396 -0.07058371612192466 -0.08449382512883273 -0.07058289402634381 -0.1227025293947492 -0.22184952883310913 -0.299817842733206 -0.4886208145559568 -0.49799325086394797 -0.540623315835845 -0.6314259362945326 -0.6795395959554559 -0.6213525543086661 -0.6169792188539497 -0.5629830063632958 -0.5446793955108549 -0.6277409699837153 -0.6985623643215173 -0.6610931719452828 -0.6379065068449019 -0.6447024372175959 -0.5923611277228286 -0.41627693024014983 -0.26984736575652074 -0.1211887450546905 -0.07058388303884616 -0.08449317043892234 -0.07058300067392731 -0.11523367842733076 -0.2153889870483924 -0.3075330352871409 -0.4059997895210203 -0.44224180300463084 -0.552380050678709 -0.6277119330611003 -0.6551427639350751 -0.6226726191890318 -0.609422304372573 -0.5556883915326727 -0.5509561232023384 -0.6021225866620469 -0.7123714823379745 -0.700561857621734 -0.6867540220477051 -0.6168846930753086 -0.5981802684553053 -0.42141795931167925 -0.2766027141533078 -0.12795386132626999 -0.07058371022334779 -0.0843366996779759 -0.07058364353082958 -0.11715135649826487 -0.22196795024314522 -0.3148383640452836 -0.4024518459390436 -0.45273221888073706 -0.4467195220042802 -0.6073385045876367 -0.6645676676318016 -0.6062463543911696 -0.6096331522381196 -0.545900666078541 -0.5363406298693987 -0.5823023364101049 -0.6590095587403537 -0.6362266649491805 -0.6040170634170705 -0.6036636244648679 -0.5545672964259374 -0.38882297701776086 -0.26322660476164167 -0.11706992263575475 -0.07058391738947255 -0.08433690614639569 -0.07058391268124857 -0.12329364473377509 -0.22452554269905634 -0.3027316982276369 -0.48856302615479397 -0.49300542064483843 -0.5406816907816004 -0.6309625137004463 -0.6848986953857897 -0.6437739279625359 -0.6365480065633317 -0.5762333443509406 -0.5571897843207597 -0.6322836467312883 -0.711676503838406 -0.6784140117999156 -0.6578821932527377 -0.6628385099765782 -0.6006466437437309 -0.4167169719751909 -0.2699546754916319 -0.11705073726629124 -0.07058398650023429 -0.0843369750264672 -0.07058391550954168 -0.12507109263271649 -0.21826717160365702 -0.2956711739916802 -0.5044574786226774 -0.517945129850695 -0.5607923120110935 -0.640423609940915 -0.7037445227546153 -0.6629793360854518 -0.6512325901755048 -0.5914763920121057 -0.5656457565234949 -0.6439011260752645 -0.7291684065047034 -0.6679944820559645 -0.667922007538937 -0.6669653036584815 -0.6087445453811697 -0.41938284233750384 -0.2698048796008789 -0.11706662472441996 -0.07058357204541707 -0.08433739456909821 -0.07074061826886419 -0.12483293692288396 -0.21813200239751662 -0.2956710936894524 -0.4973668331975508 -0.5047393526284915 -0.5453861224127794 -0.6329461711347485 -0.6924990949983524 -0.6491280849081432 -0.6380018927777509 -0.5743201868507787 -0.5506181048628218 -0.6266314541686866 -0.7089598137731108 -0.6801448082509143 -0.6547448029203553 -0.658809123985979 -0.5990051790156579 -0.4160364353839073 -0.26993619423405607 -0.11710350310194853 -0.07058388932281064 -0.08433687817241102 -0.0705838851613995 -0.1253283527854954 -0.22643735215365382 -0.30438047328553375 -0.4885615942602534 -0.49761309163679424 -0.5455566266307466 -0.6312204339127233 -0.6860766838682725 -0.6429365509756825 -0.6292471544271914 -0.5671259259074587 -0.5462694032984331 -0.6302079115806749 -0.7023657242782114 -0.6738259027511159 -0.6494635111502518 -0.6541924385391752 -0.5963489789443971 -0.4160367533451427 -0.26988826157330786 -0.1171212456057601 -0.07058364715277346 -0.08433663682663016 -0.07058364774866925 -0.12467426784701138 -0.22569209522733835 -0.3040819389127492 -0.4885392772535394 -0.4933374556243785 -0.541227229317672 -0.6318846836370454 -0.6826072410903893 -0.6334101694448757 -0.6203249214122487 -0.5648009905081245 -0.5478116530082183 -0.6185305290516783 -0.6970399249540359 -0.6586126855614273 -0.6358023017151867 -0.6388671593781634 -0.5907756524610143 -0.41603133080711596 -0.26991461406144257 -0.12123948068730057 -0.07058360388532732 -0.08433659370585629 -0.0705836053318051 -0.11678926138365407 -0.2210544014546896 -0.3138681953145523 -0.40134378649255176 -0.4280448564965001 -0.5484624643741487 -0.624968176623296 -0.648046961611724 -0.6129515158050366 -0.5995008196893044 -0.5509634761104465 -0.5452551875512047 -0.5950063910930509 -0.7098713994599913 -0.6822576011899081 -0.6654652489786946 -0.6014534447864135 -0.5872378243653682 -0.41670246934545574 -0.2764402590176249 -0.1280597334287752 -0.07058378775886315 -0.08433677694793333 -0.07058378558684127 -0.11612767669987824 -0.2209464715942263 -0.3135746046653135 -0.40134445541980274 -0.4511953899768645 -0.44751220149964505 -0.6062177515670473 -0.6604461071027107 -0.5974490259356423 -0.5958649444344368 -0.538791603622094 -0.5333702586178445 -0.5818568638891455 -0.658197387397569 -0.633194989807548 -0.6026674797261989 -0.6049763870587862 -0.5556976996507264 -0.38878282512237616 -0.2631658878850002 -0.11710337114685881 -0.07068058982501511 -0.08433639279810057 -0.07058340772444838 -0.12361832274579254 -0.22358395672216266 -0.3019077495838369 -0.4886681031619592 -0.4930054206448384 -0.5412802075498467 -0.6319661203522505 -0.679214288458551 -0.6182382257668495 -0.6116523271684767 -0.564941440336951 -0.5451101017804337 -0.6282799508385165 -0.6965742727408336 -0.6526438294728895 -0.6262708234281363 -0.6311333695037357 -0.5919462127744926 -0.4165343638429148 -0.26972602342164387 -0.11749025262379054 -0.07058366840775582 -0.084493184373173 -0.07058308205773826 -0.12496265379288866 -0.2237262140787104 -0.3010259410654954 -0.48863700632323737 -0.49193769667091614 -0.5404975995430263 -0.6312615930983122 -0.6786170898174371 -0.6176838497078636 -0.6104984610390787 -0.5628479655854485 -0.5449829424544964 -0.6176098595357921 -0.6964713163958866 -0.653296989669242 -0.6262708234281363 -0.6313246707968566 -0.5919462127744926 -0.41657013914553115 -0.2698538803973075 -0.11714723122584458 -0.07058368971457778 -0.08433709877992848 -0.07058410219897475 -0.12208917582445386 -0.22143228461800898 -0.2992693410977101 -0.48858021687558845 -0.49354773762522447 -0.5421119577176344 -0.6319010915185446 -0.678356177341381 -0.6181091692759376 -0.6105688027084819 -0.5633809662438023 -0.5450070149060079 -0.6205392450376777 -0.6962652557743704 -0.6493260188511729 -0.6262708234281363 -0.6311393503348895 -0.5919462127744926 -0.41659355468187825 -0.2699408456680123 -0.11724178669471039 -0.07058301830481033 -0.08433650714812194 -0.07058352019625123 -0.12288251732037339 -0.22209540850727139 -0.2996801454178574 -0.4885278773649486 -0.4952719146103516 -0.5417443172299882 -0.6313478931061223 -0.6781713500778516 -0.6207116077516344 -0.6108580649416165 -0.5633797839935224 -0.5450421952977441 -0.6254552285534185 -0.6967295319232333 -0.6501857103266534 -0.6262708234281363 -0.6315074275801702 -0.5919462127744926 -0.4168146775461689 -0.26972758291953003 -0.11707840960889013 -0.07058390272144566 -0.08449319197701376 -0.07058302037885116 -0.1219811220171028 -0.2216718539242836 -0.2995827345563244 -0.48863896884935965 -0.4950571269417844 -0.5415198490521356 -0.6309980075050879 -0.6777009479840667 -0.6182195347473277 -0.6109902216460202 -0.5631360653413174 -0.5446730563135838 -0.6190268196683819 -0.6967341684148765 -0.6518919459687903 -0.6262708234281363 -0.6315639485097185 -0.5919462127744926 -0.4168419181597843 -0.26983938171108784 -0.1212126210023171 -0.07058380684050733 -0.08433728473230793 -0.07074057534900528 -0.11634203215939193 -0.21955682617419664 -0.31194661813923147 -0.4013446167186086 -0.42695900559297745 -0.5463249416532171 -0.6243540516460718 -0.6483643791995494 -0.6126463097330961 -0.597369890030406 -0.5511462530465872 -0.5447094243818946 -0.5931382113247814 -0.7096140417528914 -0.6766922995971266 -0.65366711492878 -0.5962402972351698 -0.5844381644513444 -0.41667299271477126 -0.27668947613959144 -0.12798510422133658 -0.07058387721970098 -0.08433735414602522 -0.07074065045188417 -0.11533503546663058 -0.21876026853052202 -0.31100231685336505 -0.40134462684691674 -0.4487683389783484 -0.44817103621509363 -0.6066822020238738 -0.6616802158269213 -0.59220746374256 -0.5948762762388036 -0.5385578867608085 -0.5353203295820224 -0.5834785510577151 -0.6582591161440537 -0.6324262978890449 -0.5973061694493397 -0.5957769445584574 -0.5538993171885135 -0.38851690565886554 -0.26317254050973377 -0.11732190757745183 -0.07070748343814151 -0.08433639146616714 -0.07058348127754864 -0.12234636075922298 -0.22127442821693896 -0.2987819997530028 -0.4886677994049143 -0.4933177524099629 -0.5404260348165146 -0.6311298443033289 -0.6784144012837702 -0.617439788792982 -0.6104053919051464 -0.5627064855806964 -0.543657723717996 -0.6168978234256726 -0.6967336259047063 -0.6526734053131481 -0.6262708234281363 -0.6318930792591856 -0.5919462127744926 -0.4171103092964701 -0.26981388606280027 -0.11718905892928178 -0.07058391943188883 -0.08433691718709194 -0.07073988102470938 -0.12171289629946619 -0.22103701958978345 -0.29888697500008826 -0.4886056802276071 -0.4948271417265229 -0.5412597564144946 -0.631182438098777 -0.6788772860096858 -0.6179432527783596 -0.6101666765340513 -0.5630448587506373 -0.5435806311202969 -0.6185475628445474 -0.69645554668835 -0.6537773363378611 -0.6262708234281363 -0.6319051173641075 -0.5919462127744926 -0.4171290049657455 -0.26992369542752526 -0.11709562140750167 -0.07058392594167263 -0.08433691467065968 -0.07058385588937209 -0.12021971653721135 -0.21828847691996872 -0.29567121062176227 -0.4885606460572314 -0.5026310426174325 -0.5452969661318599 -0.6331270194991899 -0.6815433583014315 -0.6365694311990032 -0.6219427048790763 -0.5632239615557524 -0.5496308120100495 -0.6316558848356595 -0.6962254322606354 -0.6629166267878553 -0.6371459719575714 -0.6448070239734204 -0.5919462127744926 -0.4171735182596492 -0.2698743652573771 -0.11713725384610278 -0.07060728267688167 -0.08433640998237137 -0.07058335740941782 -0.12221221390049636 -0.2235517707702598 -0.3012372583296896 -0.48866964980663613 -0.4930517764487323 -0.54089303401415 -0.630962559354487 -0.6784719378978965 -0.6217290495936666 -0.6113372462163037 -0.5629798702171988 -0.54386831218077 -0.6181682499670773 -0.6963455217534841 -0.651361118804134 -0.6280507819800181 -0.6333602175762991 -0.5919462127744926 -0.41732126530075003 -0.2697256723318279 -0.11705831058296572 -0.07073996602458348 -0.08433628371040265 -0.07058330043199867 -0.12386879884421384 -0.22286263870714942 -0.30136224036390163 -0.4886578926486059 -0.493970987725939 -0.5407841395221259 -0.6309375069608977 -0.6793012575653478 -0.6198476114773585 -0.612616969598294 -0.5635323610599874 -0.5447039684330854 -0.6242703240085665 -0.6964073438486117 -0.6528477270258286 -0.6283371865657926 -0.63569573145905 -0.5919462127744926 -0.4173818498099504 -0.26979030074768684 -0.1212025294133507 -0.0705836411695635 -0.08433746220327912 -0.0707399334086847 -0.11673959551892461 -0.21991910604282636 -0.3121644788137157 -0.40134434158736 -0.427607618170051 -0.5468326177938753 -0.6245193506012621 -0.6450478856405039 -0.6123682213024169 -0.5972362151241796 -0.5502708137134051 -0.5431571598788572 -0.5803979719754082 -0.7102980747772212 -0.6793871164237043 -0.6536671149287799 -0.5969787867089987 -0.585113753496517 -0.4167966132290138 -0.2765900136964017 -0.1281072564870299 -0.07058316469453205 -0.0843366514837801 -0.07058366216973165 -0.11573896922725767 -0.21904179138336063 -0.31142773977605204 -0.40134439312162995 -0.44690561400276624 -0.44556291081148747 -0.6075962072356202 -0.661792187448401 -0.5921532048418746 -0.5924187188916588 -0.5379859212893827 -0.5326227249632707 -0.5785145443391434 -0.658512044562775 -0.6310459979109159 -0.5972715859810213 -0.5958366171563583 -0.5543683097382062 -0.38867983651405014 -0.26312994594340755 -0.11766730315692657 -0.07058374635513458 -0.08433683445267176 -0.07058655931022706 -0.12409741020896012 -0.22266904556151895 -0.2998942168768171 -0.488581948417159 -0.49736858414755447 -0.5422708647405304 -0.6308159071292192 -0.6795640757693637 -0.6178464372273803 -0.6103757480780544 -0.5624476894248147 -0.5430064662362937 -0.6145432936986973 -0.6966102318098651 -0.6509395095739682 -0.6262139583774955 -0.6320951756269471 -0.5919462127744926 -0.41741631479633057 -0.2699459859341734 -0.11757421390422843 -0.07058366178272517 -0.08433703540452701 -0.0705967496381219 -0.12414300743738572 -0.2226171897469696 -0.29991235537280714 -0.44707665309807465 -0.4904496197537093 -0.5402293065354686 -0.6305325848111273 -0.6788648460100587 -0.617139935859579 -0.6102188241681046 -0.5625576738996185 -0.5438517537178906 -0.6238873321317661 -0.6966031078616814 -0.651482245396577 -0.6262708234281363 -0.6322771810010657 -0.5919462127744926 -0.41751944163904514 -0.26980183570364163 -0.11753025862666122 -0.07064778200478007 -0.08433639802056403 -0.07058341285578382 -0.12268985581784331 -0.22189882474575162 -0.29951411319243965 -0.44722269976025997 -0.491756376642366 -0.5411482629216233 -0.6302931776168348 -0.6790225645573216 -0.616815407428578 -0.6100153710635674 -0.562398819781958 -0.5427195117268045 -0.614641374349512 -0.6552071994010318 -0.651667387300749 -0.6262708234281363 -0.6322751459548566 -0.5919462127744926 -0.4176350808632131 -0.26975124217106133 -0.11721520031122624 -0.0705841402214038 -0.0844939109107159 -0.07058297353192874 -0.12175160736089272 -0.2209998425636508 -0.2987187841166047 -0.4471810946392318 -0.4919469226799313 -0.5404534541827163 -0.6305454094514881 -0.6790676662030636 -0.6169914584903795 -0.6099963860694669 -0.5627324130310513 -0.5428987709228795 -0.6125655884423304 -0.6553394558528798 -0.6519960772158767 -0.6262708234281363 -0.6322793100401521 -0.5919462127744926 -0.41764128611984896 -0.2697484640796622 -0.11723204837084208 -0.07058417043627802 -0.08449342689095561 -0.0705830089812449 -0.1230452588503227 -0.2220484127941757 -0.2998018050972353 -0.44302042737641284 -0.49071559606881976 -0.5406645362623245 -0.6302722156951062 -0.6790543252691045 -0.6170869218060384 -0.6102132413993302 -0.5625872042525106 -0.5450520562420765 -0.6174353383425991 -0.649570167254197 -0.6521590845746215 -0.6262708234281363 -0.6326295613647482 -0.5919462127744926 -0.4176478389925808 -0.26981585942290454 -0.12125011210985125 -0.07058386898419203 -0.08433734602056046 -0.07074064165988393 -0.11457106462925809 -0.21844694090562342 -0.31079399346086223 -0.35893684220196065 -0.42642974385572807 -0.5466555130006577 -0.624528619656304 -0.6454597834199124 -0.6119928431760946 -0.5970876849525808 -0.5519458942614283 -0.5431953102797799 -0.5802184051212409 -0.6652373908268255 -0.6833786596861698 -0.663414427767735 -0.6015057295331991 -0.5885062049627157 -0.4169943714844849 -0.27659306349545293 -0.12778134967635735 -0.07074017598420443 -0.08433625211142712 -0.0705832015011907 -0.11466446987769258 -0.2185762107986195 -0.31140998065357184 -0.35945919033158025 -0.44769854599456793 -0.44615928181834563 -0.6084080604848026 -0.6620300257801509 -0.5924278297778188 -0.5920318378008983 -0.5380335790043542 -0.5321053076934723 -0.5772610827229594 -0.617116344274111 -0.6321050035339252 -0.5977216067482496 -0.5959008216734937 -0.5547902167968615 -0.38872103214678716 -0.26310603105105135 -0.11742784741008717 -0.07058373824458411 -0.08433738344208189 -0.07074015634776121 -0.1243882240657261 -0.22322665152172233 -0.3007372621107708 -0.44715828710136696 -0.49527191461035147 -0.541661239007804 -0.6305250502549217 -0.6790750062202711 -0.6172838341975648 -0.6100143620537255 -0.5624331972240925 -0.5429752539530686 -0.6199105697081941 -0.65517870377682 -0.652479168899333 -0.6262708234281363 -0.6324583859335278 -0.5919462127744926 -0.41766233246090206 -0.2698997769359411 -0.11737653386265753 -0.07058356349762697 -0.0843369334868348 -0.07058393957614653 -0.12329323950542895 -0.2224201522943028 -0.2998252045990141 -0.44632147927664956 -0.4904496197537093 -0.5404738497840418 -0.6305656228976406 -0.6790559079777096 -0.6170811334230558 -0.6102287872463603 -0.562407610910668 -0.5426537787596973 -0.6127530508873987 -0.648152928357669 -0.6566396505360584 -0.6402900551386013 -0.6495544437466148 -0.5979073187027221 -0.4187009090068543 -0.26989895278051296 -0.11703957449591067 -0.07058378652584033 -0.08433702035626704 -0.07058402503949865 -0.1221485441302545 -0.21813230094089206 -0.29567131203458885 -0.4518681158418803 -0.5000052726204508 -0.5491410360146328 -0.6341258781434896 -0.6860342404259194 -0.6357269666788135 -0.6224536643666468 -0.5653650707892652 -0.5431973046183415 -0.6139660832581796 -0.6552864340669073 -0.6658194202231924 -0.6404308480179417 -0.6481560222577178 -0.5950193579806544 -0.41766130031920135 -0.269859945776791 -0.11705399571839047 -0.07058348393254624 -0.08433715507897246 -0.07058415758247166 -0.12393737380968871 -0.224669109940229 -0.3023977876867469 -0.44554789316846205 -0.4907816547332495 -0.5410528668816497 -0.630406049669599 -0.679388023235662 -0.6224155796026446 -0.6132250327444485 -0.5627922054932861 -0.5437884287000615 -0.6176590084330895 -0.6525719807250285 -0.6561336649766244 -0.6308836591293778 -0.6377860862752301 -0.5919462127744926 -0.41766388482101463 -0.2698948968535469 -0.11704971205474317 -0.07058393251530533 -0.08433692122339755 -0.07058386236131564 -0.12320194641675665 -0.22325778423922524 -0.3015920257130365 -0.44632025616134385 -0.4907816547332495 -0.5409013419064825 -0.6328507702068147 -0.687497647866898 -0.6404914221644731 -0.6268018649382593 -0.5683337424957844 -0.5443795864613116 -0.6131334609152728 -0.6553376306259826 -0.6698318385743683 -0.6424820866968052 -0.6520643737879256 -0.5965155395598614 -0.41765809673112214 -0.26984373703320763 -0.12118643535716614 -0.07058334793794487 -0.08433717530709453 -0.07058417749304545 -0.116382531135587 -0.22093389508583527 -0.31384528455778615 -0.35911955301468773 -0.42796710454699544 -0.5478898212472987 -0.6250759296519671 -0.6488058068307653 -0.6172187722195162 -0.6046080454793185 -0.5528217474584839 -0.5437948475811514 -0.5801151945646689 -0.6620601875285363 -0.6895751435913794 -0.6746365412743064 -0.6057827493296122 -0.5904215626653896 -0.41720163849800307 -0.27654055393902516 -0.12781822058523062 -0.07073959203210423 -0.08433634937296869 -0.07058336500907696 -0.11643016614011717 -0.22122786301056258 -0.31413865152892523 -0.3576351656121471 -0.44914806213900227 -0.445563108265775 -0.6090080270249718 -0.6685842695636703 -0.6066490199407555 -0.602148836150066 -0.5424962330263489 -0.5360496348857489 -0.5817236741654824 -0.6191244367214715 -0.6404110419480551 -0.6139937492327857 -0.61826213803254 -0.5595511331410989 -0.38872854170437926 -0.26308311775326165 -0.11708008084769742 -0.07058347295259475 -0.08433729761234095 -0.0707400625783291 -0.12400532848507842 -0.22458709277045028 -0.3029560519332898 -0.4455621073745901 -0.49090585496184186 -0.5410217873668944 -0.6307882219348799 -0.686349402261758 -0.644202865937482 -0.6357143625267596 -0.5676527509969224 -0.5425710343030913 -0.6127683097095108 -0.6581836765903792 -0.6646583532385386 -0.6327640946058842 -0.6371834648109578 -0.5919462127744926 -0.4176463395735183 -0.26978812465578433 -0.11735918116240592 -0.070584001058981 -0.08433699848589718 -0.0707399550491949 -0.12534032457286282 -0.22518907504337407 -0.30266866877251686 -0.44127964012297183 -0.4904496197537093 -0.5408251368370226 -0.6308606180305756 -0.6795339899748575 -0.6168720371880086 -0.6102545969802181 -0.5628330832130596 -0.5439632141483149 -0.6134948542652944 -0.646920153331824 -0.6518319609076524 -0.6262708234281363 -0.6322781923392178 -0.5919462127744926 -0.4176394684895297 -0.2697655829288507 -0.11742254037481968 -0.07058371752701635 -0.08446697546234522 -0.0706098397598012 -0.12347120605471815 -0.22252980160944746 -0.3002762554694354 -0.4457364634626841 -0.4907816547332495 -0.5405569355553542 -0.6307284417190216 -0.6863029519340512 -0.6421272476912526 -0.6370880630482079 -0.5780792569682548 -0.5497498686179216 -0.6271140873970776 -0.6526671491304967 -0.6414580995834286 -0.6160592046838858 -0.6404111412298948 -0.6016922447066696 -0.41839133868471007 -0.26976322297333843 -0.11704443961000029 -0.07058402030572151 -0.08433749527521067 -0.07073996980100959 -0.12232399046040354 -0.21813211220356277 -0.2980933970521339 -0.4481320426873001 -0.4976642402099147 -0.5432287241193555 -0.6308367169743172 -0.6812217576687747 -0.6335797747970852 -0.6187063034141486 -0.5640005099496543 -0.5431429974911314 -0.6194506859352245 -0.6541958228004209 -0.662590195174346 -0.6358717839824308 -0.6415136526573575 -0.5919462127744926 -0.4175251569214601 -0.2697414986575189 -0.1172032889236198 -0.0706705477812322 -0.08433639990958883 -0.07058341471580967 -0.1247237945982218 -0.22470686437959653 -0.30256661694829745 -0.4397844145415065 -0.4904496197537093 -0.5404291750299869 -0.630840050386386 -0.6792940982371266 -0.6217249296675555 -0.6109560937237055 -0.5624929469570272 -0.5429337911712658 -0.6123354312917446 -0.6462761306558187 -0.6529197775133511 -0.6289411471470581 -0.6345441620163798 -0.5919462127744926 -0.41741418665618873 -0.2699108600036425 -0.12137697789459488 -0.07058301583193743 -0.08433650471073825 -0.07058351779731999 -0.11713962006562241 -0.22028649820430862 -0.31260751508182183 -0.3557561184097717 -0.42483373450920536 -0.5459936282392616 -0.6243361890251093 -0.6456715392188142 -0.6123805609393825 -0.5971363505088522 -0.5504275000444628 -0.543373502322743 -0.579153741438079 -0.6584719780767393 -0.679228928642245 -0.6536671149287799 -0.5969080485231891 -0.5851823473278921 -0.41683726611968175 -0.27656806834396286 -0.1281411680981363 -0.07058892150705953 -0.08433641858173632 -0.0705833659004316 -0.11591564567753392 -0.2192914069134919 -0.31152337369723887 -0.35436040986129336 -0.4459185123610069 -0.4459055377526376 -0.6075033781261111 -0.6617973331649818 -0.5924357550500251 -0.5925980792025229 -0.5381245900334937 -0.5317545542524257 -0.5758494556591613 -0.6114805783157476 -0.6308282875504819 -0.5970772382476148 -0.5958271034231998 -0.5543495464986561 -0.3884734966029832 -0.2631033418739291 -0.11718573534539949 -0.07065181191692003 -0.08433639954407736 -0.07058341435529442 -0.12156581837539383 -0.22102224461164816 -0.2991332754502307 -0.4429197962960519 -0.48993578228365814 -0.539981099500594 -0.6304554981862278 -0.6784846106522223 -0.6172034800664272 -0.6100092901041717 -0.5626468500184076 -0.5428195604635119 -0.6123313651352322 -0.6488955770151029 -0.6500729186728317 -0.6262708234281363 -0.6320800804055932 -0.5919462127744926 -0.4173768338684545 -0.26976981758960616 -0.11705231263007004 -0.07058372923023636 -0.08449383923102922 -0.07058344351925314 -0.1226751379187857 -0.22188139870331652 -0.2996715894474497 -0.4399128554777915 -0.49071559606881976 -0.5412997930003596 -0.6313793616412005 -0.6787197988231274 -0.6216995731763839 -0.6133260356595562 -0.5628932866417246 -0.5428929549083592 -0.6131444118331653 -0.6424161249879508 -0.6529281571019786 -0.6301370633735802 -0.6356569885055053 -0.5919462127744926 -0.41730568890426906 -0.26972778248630874 -0.11706880021621224 -0.0707395496689712 -0.08433635546006171 -0.07058337100129462 -0.12300861345695492 -0.22223214760729879 -0.30029941119027254 -0.43995762922073933 -0.49071559606881976 -0.5405404304456977 -0.6305974800361515 -0.6788006330837011 -0.6225038322917699 -0.6143365247680648 -0.5624807860971112 -0.5429605825476993 -0.6123520070075783 -0.6443818661822938 -0.6618291453505729 -0.6352677568649032 -0.6407747188902889 -0.5919462127744926 -0.41714533158241407 -0.26991715222944707 -0.11717932699321597 -0.07058386652752435 -0.08433641547265425 -0.07058343002439306 -0.1238483366836398 -0.22287906432112004 -0.30123899513550256 -0.43962024784171955 -0.4906354239190165 -0.541830911007752 -0.6306144130381776 -0.6869786779751349 -0.6398407674174237 -0.6289760970266431 -0.568620886080836 -0.542884682110136 -0.6130652114340203 -0.6475768741150103 -0.6732106014231471 -0.6461523808388641 -0.6512705734535742 -0.5966909251346116 -0.41712387043618665 -0.26988343258275926 -0.11705098354085545 -0.07058363834582444 -0.08433704805562837 -0.07058405229350605 -0.1233679656568541 -0.22434737182832556 -0.30273270929725105 -0.4423353336992584 -0.48991897603223633 -0.540128992905721 -0.6306429604510957 -0.6783218846444752 -0.623213482325788 -0.613159377803014 -0.562720064233317 -0.5427312348997171 -0.6123560694620619 -0.6447167801334177 -0.6538905494559395 -0.6262708234281363 -0.6318896194965313 -0.5919462127744926 -0.4171059469173768 -0.26979321585873983 -0.12122534500352497 -0.0705840015384444 -0.0843374767628449 -0.0707399494281998 -0.11617471974771659 -0.21957999243064122 -0.3124409569406955 -0.35539991344348737 -0.4256309726128356 -0.5458154629582823 -0.624189746655585 -0.6479053563189027 -0.6124851325248711 -0.5967975825420021 -0.5504413232841417 -0.5427517581871537 -0.5794316008180215 -0.6648559450505789 -0.6768173808920812 -0.653785868803673 -0.5963089856557682 -0.585185514850088 -0.4166667303619788 -0.27667820021984385 -0.1279618733734833 -0.07058401392094311 -0.08433748897965167 -0.07073996287507123 -0.11555280122321426 -0.21902438827829818 -0.31140154101437134 -0.3540263332197367 -0.4465830936662739 -0.44603042200950815 -0.6069061432789472 -0.6612267992776003 -0.5922035093426387 -0.5925196930689821 -0.5380220323416118 -0.5316358499978985 -0.5749955960703228 -0.6072071653128186 -0.6317019346509191 -0.5970762567381518 -0.5957404269270301 -0.5569387469238354 -0.38877989107676697 -0.2632062330838721 -0.11724391458216486 -0.07058313754874021 -0.08433662471703718 -0.0705836358383529 -0.12162501620297039 -0.2211212092996055 -0.2991278912999574 -0.4392622606408893 -0.4907155960688198 -0.5410474390134721 -0.6315503161628897 -0.6780148025110109 -0.6183035977398473 -0.6105255027362484 -0.563036887005868 -0.5435889500291204 -0.6138412646873366 -0.6416295252659052 -0.6511421251875521 -0.6262708234281363 -0.6315095354458182 -0.5919462127744926 -0.4168367186790437 -0.2698357833665011 -0.11713710033262298 -0.07058373919721002 -0.08433721801500413 -0.07058421951814911 -0.1216217215189258 -0.22086779739850032 -0.2988442825592017 -0.43931585755544916 -0.4907155960688198 -0.5408234052761008 -0.6317319594805715 -0.6779117013517227 -0.6177401844524527 -0.6102709124715391 -0.5630320378787416 -0.5433473422130634 -0.6140805538998055 -0.6399185511813853 -0.6500116804249811 -0.6262708234281363 -0.6313310489286803 -0.5919462127744926 -0.41676380864948576 -0.2697324872830703 -0.11709235093390061 -0.07073993691654121 -0.08433630582951247 -0.07058332218803848 -0.12143086088567111 -0.2208199706550119 -0.2988874952784736 -0.43920827168293136 -0.49005512076131963 -0.54024978430473 -0.6310234976689375 -0.6808429697951943 -0.6380807644515688 -0.6295846126844212 -0.5691464521220592 -0.5432717126403991 -0.6141743683649932 -0.6466190357729681 -0.6620275272178836 -0.6393955627680402 -0.645184197892177 -0.5925179494742494 -0.4165868771509189 -0.2699420638775219 -0.1170350644497282 -0.07058377486058524 -0.0843367640998268 -0.07058370715706416 -0.12184607809231669 -0.21828889555314085 -0.2956709588389268 -0.44791848868831396 -0.49080049786612656 -0.5432818252411777 -0.6309851729760272 -0.6964250231012209 -0.6570097382085085 -0.6489255930672898 -0.5804814411110171 -0.5499452924463544 -0.6244397368476825 -0.6781075043357305 -0.6979324842320689 -0.6729522974894094 -0.6779419703281173 -0.6108458776880465 -0.4190886304953695 -0.2698341519108479 -0.11703883899630142 -0.07058337438044295 -0.08433720116986607 -0.0705842029442632 -0.12557789118890741 -0.21813180797805537 -0.29567090245649497 -0.45110968355091796 -0.49914859727194766 -0.5475811609525659 -0.6343592470694914 -0.7002913754089173 -0.6604118890614591 -0.6522045728852363 -0.5877997202169046 -0.5549684495784075 -0.6284578586272704 -0.6834419238665865 -0.7005811841208429 -0.6768526921304417 -0.6818564768777633 -0.6203574388908767 -0.4300616664243598 -0.2724263688973069 -0.12118600410782761 -0.07074000573988651 -0.08433636868354023 -0.07058338400425096 -0.1188091027790536 -0.2153891797623808 -0.30753367710873825 -0.3747916522404255 -0.45167491728281506 -0.5648341271557974 -0.6372088975542382 -0.6755476693963499 -0.6464314174365566 -0.6321005889497594 -0.5756494519848582 -0.5636056340089682 -0.6006391271550408 -0.6792606326451167 -0.7195765757791961 -0.6752115832023943 -0.6379698612686482 -0.6188443045965062 -0.442798479524832 -0.292367503740675 -0.07074009543750212 -0.084336790749032 -0.07058320003849126 -0.11782013990930106 -0.22298348192284229 -0.31557523689410366 -0.39128921088627294 -0.4432918310098464 -0.44664343719618743 -0.616317135776834 -0.6893771079389489 -0.632227803057375 -0.5962735813132837 -0.5292997802551191 -0.5225072161907005 -0.5654125082999814 -0.5929563924847292 -0.5696741469120353 -0.5872949375393103 -0.5865216025498754 -0.5637632525063787 -0.38912844021319914 -0.26491991490615363 -0.1170337081727928 -0.07058341676002615 -0.0843369000364003 -0.07058390667092708 -0.12236676041489836 -0.21970040567091348 -0.2974504379868573 -0.4996439883347908 -0.5073142505408393 -0.5506620897860948 -0.636395832794164 -0.7087930613343913 -0.6682372306188964 -0.6605490660390465 -0.5967558353144778 -0.5627104062239333 -0.6392511305293985 -0.675717290767779 -0.5894321685106046 -0.6173790252658895 -0.6221207757046102 -0.5811823113761138 -0.40584294569495677 -0.27302638155652903 -0.11717715193456578 -0.07058349036922992 -0.08433648058350655 -0.07058342713676828 -0.12413930530987113 -0.2200475029745971 -0.29832511010837287 -0.4783545237670333 -0.4819641164646462 -0.5319339358252079 -0.6337155814731138 -0.7924165966501074 -0.8054661906647329 -0.8200887818394933 -0.7433473084446985 -0.689597195928776 -0.7442509694541335 -0.7698094817788108 -0.7136117489357554 -0.7022715197921138 -0.6807322165491567 -0.5928718391088853 -0.40680876374083447 -0.25966774215284466 -0.11714852172480789 -0.07058360914850753 -0.08433659894964565 -0.07058354404967737 -0.12864092726371865 -0.22427411811883635 -0.3042121408691394 -0.4788527306318393 -0.4827622068515581 -0.5437407289170332 -0.7053904907988423 -0.8276306452332466 -0.8214482644106627 -0.8128076283632086 -0.7602153423065023 -0.7129677759491395 -0.7793879459836572 -0.8204296530960161 -0.7754428477020319 -0.7501866921724846 -0.7490774135014192 -0.6295856900997371 -0.40707826815554987 -0.2600863685887138 -0.12126142415023504 -0.07058378881252855 -0.08433660985374128 -0.07058362192761018 -0.15362273742919305 -0.22577785532303052 -0.3036348908533478 -0.5027942609756311 -0.5302027771005831 -0.5309181991744765 -0.6229294651002857 -0.6725134702179882 -0.6105200215808216 -0.6029126876155729 -0.594264432196307 -0.5700817663775768 -0.6031441965899726 -0.6239321592337457 -0.5855162788651436 -0.6176600778419983 -0.6217041310727011 -0.580693827015298 -0.42862778790783135 -0.27238619523368063 -0.11713441801638334 -0.0705831081772437 -0.08433659575901645 -0.07058354089574945 -0.12368174245688418 -0.22104232154907114 -0.29948688736791435 -0.4758879714696922 -0.5249089042328948 -0.5687053176043436 -0.6517843528476154 -0.6961788302656593 -0.6095400761768128 -0.602194074144645 -0.5539921715142495 -0.544379887753009 -0.6126828527676347 -0.6507186438414886 -0.624881746845025 -0.6595427205664381 -0.6659902941628655 -0.6062612498122237 -0.4189106006417312 -0.26978142275833256 -0.1211984614374804 -0.07073957138196918 -0.08433635217004148 -0.07058330031390225 -0.11677274774054455 -0.21538882328866324 -0.30844726692008534 -0.3649247091051599 -0.4339893744452865 -0.5487568346464491 -0.6252058565196121 -0.6506302983452514 -0.617111216392863 -0.605234131479112 -0.5540235473882023 -0.5453675585404567 -0.5806518938718821 -0.6474096648788684 -0.6409830920738093 -0.6844226181579561 -0.616986487516918 -0.601644564466642 -0.425112357909386 -0.2766856475996242 -0.12784825283930076 -0.07058342684624294 -0.08433725250595403 -0.07064581342664908 -0.11848314821785726 -0.22247364090272317 -0.315123316019283 -0.36068701433004635 -0.4509264840949113 -0.44862536763394345 -0.6084788600034564 -0.663711050384751 -0.6047711717327474 -0.6028641452296566 -0.5407100004275995 -0.5320373410999053 -0.5755397978972315 -0.604577729461619 -0.5840090574383967 -0.6041067145676783 -0.6043992618912818 -0.5541287625795098 -0.38881068524139595 -0.2632016513876458 -0.11714714212418022 -0.07065553795109418 -0.08433639867084261 -0.07058341349596248 -0.12349554924254459 -0.22442655214316895 -0.3028704935115032 -0.447222756380084 -0.492413739035863 -0.5393444660048455 -0.6306793480870307 -0.6785115843316694 -0.6273873441502394 -0.617076983485792 -0.5623475138381072 -0.5422906713970749 -0.6106658643004533 -0.6373901458251707 -0.6132606453008096 -0.6479315704315726 -0.653167921646477 -0.5929968019837013 -0.41627289682848395 -0.2699028915086923 -0.11704302839559251 -0.07058368824850618 -0.08438790172595546 -0.07068928689015984 -0.12359567811766577 -0.22461156491661946 -0.3030121934922447 -0.44717258425167405 -0.49175637664236616 -0.5409043234324873 -0.6316644578807149 -0.6889271939035506 -0.6451535337312422 -0.6353498153610111 -0.5735057293233299 -0.5452283384637657 -0.6144840084780029 -0.6464536813244958 -0.6222025408045642 -0.6534024102802086 -0.6580084015868893 -0.5982556291575067 -0.41627370992790363 -0.27002389588858716 -0.11704174596182203 -0.07058366532190648 -0.08433707469291044 -0.07058401396282346 -0.1243757164934604 -0.21813168256489013 -0.29567077910667205 -0.46709994342985633 -0.5119789012073637 -0.5672340959107307 -0.6540280251578634 -0.669490964862435 -0.6247781839002428 -0.6192935049425055 -0.5550227311317445 -0.5338588014864201 -0.6019939394016023 -0.623608537502656 -0.5849242068865368 -0.6168306645457359 -0.6199293271373061 -0.6111366087826374 -0.4250585927651351 -0.2698340529065838 -0.11705690069119512 -0.07058369273722499 -0.08449390936793086 -0.07058290300708217 -0.12286517274097528 -0.2201691207259927 -0.2974607621721209 -0.45351293882015953 -0.4932224926380787 -0.5393456856070437 -0.6307767953221914 -0.6837864247116875 -0.641162860556057 -0.6266485687396262 -0.5658340386566117 -0.5425501087732432 -0.6106549874102705 -0.6347523084322686 -0.6061265368667041 -0.6411994494339159 -0.642759118436792 -0.5886587104295327 -0.4162823169886693 -0.2698017615486093 -0.11705280321970557 -0.07074000218419989 -0.08433628038504586 -0.07058329716321556 -0.1239696760098244 -0.22505753339993326 -0.3038292748627515 -0.4447137640074166 -0.49103082479693844 -0.5393243817409163 -0.6310204762455219 -0.6786207891406872 -0.628016701809897 -0.6176021358283346 -0.5627879508940626 -0.5424545090828768 -0.6105103395717794 -0.6322163001383453 -0.6013351060868446 -0.6352469781883048 -0.6391803208807266 -0.5875139427266868 -0.41627842806859444 -0.26979446299951665 -0.12119259941105887 -0.07064710047997007 -0.08442968680344182 -0.07058313945254163 -0.1159624291428757 -0.22055071515974795 -0.31351754804273146 -0.35683888614150144 -0.42578711710934114 -0.5447818536689143 -0.6253891601703655 -0.6499486267992001 -0.613524909752485 -0.6021183694824875 -0.5510069005757525 -0.5435778591469567 -0.5789976735108741 -0.6458094897834132 -0.630436585585052 -0.670592844244188 -0.6046927196083037 -0.5897681097622067 -0.42037762126451855 -0.2765679087762832 -0.12784406935581777 -0.07058389610844194 -0.08449318473549376 -0.07058308239014749 -0.11613722111660613 -0.22082165900904152 -0.3138006585358904 -0.35868099469477394 -0.4527806334952566 -0.44575597790581817 -0.6053467175065471 -0.6606175749052667 -0.592739162116735 -0.593166681898237 -0.5382983651924038 -0.5311953579545051 -0.5739681196301489 -0.6010755577979118 -0.574618797096387 -0.5943387756546653 -0.5958648944642877 -0.5556772640560738 -0.38879697736112834 -0.26325638153985176 -0.11712972185512252 -0.07058357528261895 -0.08433656519825247 -0.07058357729444684 -0.12227162399682256 -0.22261135896180512 -0.30115973983031435 -0.44300668591049897 -0.49039548287216395 -0.5393479306671238 -0.6308729082521307 -0.6785120174305539 -0.6233345751064603 -0.6138571518018899 -0.5629441720667199 -0.5425615713122832 -0.6106760743281389 -0.6309948211089214 -0.5956275429795176 -0.6336696763008477 -0.6355606050741929 -0.5866475642834443 -0.4162269983051836 -0.2697301868088717 -0.11707587519514882 -0.07058388838705373 -0.08449317628865244 -0.07058307469187443 -0.1226882267052691 -0.22313223802636722 -0.30153179514563294 -0.443658917424603 -0.4900745787292578 -0.5392053202896847 -0.6307592949779868 -0.6890114996358784 -0.6437961991050228 -0.6369000702330424 -0.5748777660056158 -0.5470360126587989 -0.6150627065857878 -0.6487331142164657 -0.6196586524380399 -0.6101244632236664 -0.6556939537025521 -0.5971925099690375 -0.4160472537808804 -0.26976766131821006 -0.11708044382751892 -0.07058371973602887 -0.08449382901273712 -0.07058282822240612 -0.12307869776814849 -0.2243350869152313 -0.3027095114946033 -0.4417223539304367 -0.489912386933747 -0.541141017756513 -0.6320608126731865 -0.7011589109401487 -0.63156563036684 -0.6236394476943224 -0.5814321704220103 -0.5537210511025838 -0.6210553721337783 -0.6518145694685782 -0.6261815957140122 -0.6177458312958437 -0.661039515576563 -0.602925733611425 -0.4182525963564672 -0.2697070963614872 -0.11707542734221155 -0.07073992240744732 -0.0843362925802199 -0.07058330915538794 -0.12534114283252312 -0.21813256511253237 -0.2960996362749248 -0.45783467194658295 -0.505884299684305 -0.553839547767031 -0.6394180510741511 -0.7066368944111339 -0.665138510043918 -0.6538770523076559 -0.5892327905940464 -0.5571451986466265 -0.6328489249153383 -0.6700195909515402 -0.6148870078570811 -0.6056317366246542 -0.6481128324103907 -0.6096826767339796 -0.42275877312543875 -0.2697601495715404 -0.11705945310008392 -0.07058389046160382 -0.08449317856275519 -0.0705830767632498 -0.12394723155014052 -0.21813240630379302 -0.29568953874910564 -0.46782025870121324 -0.5137301409455963 -0.5601433928667732 -0.6442102334288852 -0.7142580460297924 -0.6400376601399386 -0.6313424589455208 -0.5907770900963946 -0.5594333494321371 -0.6342320531127992 -0.6702019519222362 -0.5827480945426892 -0.5734798330660585 -0.6664871930983257 -0.6023812352516178 -0.4186339606327493 -0.26986287903206335 -0.12118164580847612 -0.07058354315351416 -0.08433736630195986 -0.0707406636025624 -0.11598684215887951 -0.22137792640987292 -0.31443442927865367 -0.3555353625374518 -0.42949753094348225 -0.5540848461559728 -0.6375434592014082 -0.6790699417020093 -0.6493387308495815 -0.5894109665246581 -0.5426383615118122 -0.5536954837014338 -0.5863865315388855 -0.654150680782856 -0.6486476362521184 -0.6519293828906096 -0.6317887680596126 -0.6169993488786712 -0.43871151747593534 -0.2790882866921771 -0.12790420876174252 -0.07058374769692784 -0.0843370241562369 -0.07058396404349507 -0.1174184442280758 -0.22196006047994724 -0.31532964838602034 -0.34849510004321765 -0.43607368621393544 -0.447009663850326 -0.6056421527455879 -0.6644516911127036 -0.6082343176638308 -0.607347617498728 -0.5462549742789913 -0.5372599460102313 -0.5841951284863282 -0.6126417605192511 -0.5964238185483297 -0.5704689206830709 -0.6171074472018293 -0.556148010836024 -0.388952865890315 -0.2632078975424835 -0.11710019044803376 -0.07058372161677781 -0.08433671103056654 -0.07058372074333391 -0.12411808714357547 -0.22433788998573626 -0.30285237553260924 -0.4401366044375655 -0.48838461826395035 -0.540139867419916 -0.634493417224401 -0.7035742352604092 -0.6344561275474193 -0.6016549408708523 -0.5531460588438292 -0.5332074112187366 -0.601704019784178 -0.622474105581312 -0.6115454010806476 -0.6026060441470246 -0.653853785891898 -0.5956548833947901 -0.41621850527347876 -0.27000973765005143 -0.11704943913484142 -0.07058395499090618 -0.08433694362778343 -0.07058388448936474 -0.12232694271930561 -0.21828866968976515 -0.29723356058144845 -0.45587671082576875 -0.495468086466067 -0.5458030362662947 -0.6322841739661667 -0.6999628765675 -0.6535815123713307 -0.6440416383632233 -0.5760886407332337 -0.5452138178951014 -0.6143728532169943 -0.6436490821997739 -0.6158127268220936 -0.6092847084238343 -0.6563547347454685 -0.5982147136987386 -0.4162677343857552 -0.26989293054141356 -0.11705436470036958 -0.07058346129408458 -0.08433728620578303 -0.07074050050909128 -0.12443014001206135 -0.22536322706806808 -0.30371092898232405 -0.44003494228413087 -0.49014548737705477 -0.5459633765209894 -0.6386283449346837 -0.7089237954196398 -0.6330631549929309 -0.6408028320985572 -0.5799722664253472 -0.5487012924769639 -0.6191953593784437 -0.6547159801379754 -0.6259313810892707 -0.6130922021143369 -0.661560566201795 -0.6018513114695875 -0.4162729922807762 -0.26996617743458523 -0.11704452110149381 -0.07058398757608637 -0.08433697609805155 -0.07058391656764006 -0.12489203881477323 -0.22575099280721303 -0.3038945901186425 -0.4402423925323285 -0.4915592425020789 -0.5504512131767274 -0.643799888241762 -0.7131205329342212 -0.6090341910039206 -0.6015192481016105 -0.5537263874705572 -0.5337633760871233 -0.6021593635187178 -0.6233592403631588 -0.5759165733841928 -0.5711579251627448 -0.6175735028075032 -0.5985132462006563 -0.41652228213591574 -0.2700596423721489 -0.11704998826189734 -0.0705834659486678 -0.0843369485473352 -0.07058395439834218 -0.12214296592557185 -0.21882483466156813 -0.29730414849778847 -0.4446977738894774 -0.4942254982974127 -0.5296443848850673 -0.6226078027870298 -0.6886340376244485 -0.6642833152910791 -0.6591995744662352 -0.5923473178567361 -0.5390869654208821 -0.6089843867036524 -0.632569083583374 -0.6034600313902172 -0.5916045868930734 -0.6467654231146635 -0.5783792119989706 -0.40652820472289963 -0.25959274847621516 -0.12120673343011726 -0.07074020039286813 -0.08433609193731238 -0.07058311259509503 -0.11921956433176775 -0.21932977619903118 -0.3126577960828737 -0.34363061463839806 -0.41785021208033685 -0.5390681650029113 -0.6188614233409049 -0.6849444809908353 -0.6547453794724682 -0.6747103020743334 -0.6053193321694688 -0.5709937954400792 -0.5856222031519556 -0.6422151071589375 -0.6400991514450745 -0.6313805046878795 -0.5957982087508548 -0.570105964950473 -0.40640491664022466 -0.2664114250027655 -0.12825443656672791 -0.07058373885538981 -0.08433672820771945 -0.07058367171496767 -0.11900141278603366 -0.22911976860539565 -0.32404636716347457 -0.3435854147009172 -0.43651925791455687 -0.43644863417586993 -0.5986883541492901 -0.6537015858972366 -0.5851261769014836 -0.5846548885027456 -0.5318956218655637 -0.5234651083269137 -0.5662043600108376 -0.5927640490386707 -0.5669515031475318 -0.5418829434984347 -0.6046337301145923 -0.5572981067805146 -0.38910361911612495 -0.2631011267159875 -0.11707254609526112 -0.07058371127861066 -0.08433687797128057 -0.07074058347359719 -0.12060125805991921 -0.21969875790692117 -0.2979575070267001 -0.44909027521365885 -0.48642581306532023 -0.5404925260358449 -0.6317151268856036 -0.7038083577167237 -0.6607774127478182 -0.6506863702388327 -0.5757148836169257 -0.5429826892655811 -0.6117023776148509 -0.6419022791596493 -0.6169753975695944 -0.6146061948135629 -0.6580651814049654 -0.5955228117882411 -0.4165068693725784 -0.2699381995974662 -0.11706098124847544 -0.07058372538541974 -0.08433713400186507 -0.0705840725531424 -0.12434312645263139 -0.21813174338299077 -0.2971227926790673 -0.4477282536012153 -0.4921058002112256 -0.549042177931237 -0.6345354905742231 -0.7032481756026402 -0.661071721022245 -0.6533081125202888 -0.5899131069543327 -0.56081056006812 -0.6324597078196137 -0.6635340255871627 -0.6321426589021988 -0.6183593057863247 -0.6690923029527253 -0.6081978444039569 -0.4256933733513593 -0.2697870274145162 -0.1170521439929925 -0.07074019479048513 -0.08433615615260015 -0.07058317498008604 -0.12561318060267715 -0.21813243560068113 -0.2958599248846569 -0.45228562476160405 -0.5170030345217166 -0.5717690906182163 -0.6551237713338954 -0.6691527716891679 -0.6084521475262684 -0.6010722591550953 -0.5534077143408055 -0.5532013627022024 -0.6282908499177843 -0.6702960302372029 -0.6317688766163762 -0.624126790485828 -0.6665528421075267 -0.6032111541632034 -0.41837229755219835 -0.26993229315516654 -0.117048452448374 -0.0705835524501636 -0.0843371488958301 -0.07058408726479955 -0.12534303201810224 -0.21813175852375358 -0.2983179543332688 -0.4456041254587452 -0.49197246433662795 -0.5449383198005501 -0.6338618668332152 -0.7014639539960019 -0.6611833821224603 -0.6525543107947365 -0.5825347017385883 -0.54846658404931 -0.618839180459304 -0.657098923019491 -0.6258483963241295 -0.6139750818021119 -0.6640035893273963 -0.6009789883386785 -0.4170038964071488 -0.26988053345712715 -0.11705110664467236 -0.07058354697470487 -0.08433737003734897 -0.0707406542718664 -0.12614375250216342 -0.2181319784900214 -0.29567107017806454 -0.4543679595706201 -0.4951529175794185 -0.5467771407730256 -0.6324991884331438 -0.6971737299395978 -0.6547377442172 -0.6454535678921733 -0.5829757465631419 -0.5539955757400117 -0.6313219457965615 -0.649146483320656 -0.5796079022001547 -0.5721868804595958 -0.6180355899558998 -0.5931490866946405 -0.4253373990252068 -0.27001237598822025 -0.12119724316313787 -0.07058335928966238 -0.08433684336330824 -0.07058378544905557 -0.11633715254177132 -0.21554533108970525 -0.30930700875961376 -0.3710664120975901 -0.44318823650672984 -0.5579814353168874 -0.6275875472823615 -0.662456965158383 -0.6302885993358643 -0.6180767753205012 -0.5563735759198111 -0.5461152938188163 -0.5829310659035039 -0.6523504094122728 -0.6478010300615902 -0.6434087791032064 -0.6181910587890852 -0.6021696669942963 -0.42540946471268104 -0.27645262032319773 -0.12798217406895884 -0.07065583933438681 -0.08433640328168025 -0.07058341802444996 -0.11815405897139228 -0.2227091767553619 -0.31543554393581463 -0.35365404988094346 -0.4461818299615858 -0.4457558224435708 -0.606702546888615 -0.6606345494405576 -0.5924181737442684 -0.5929775458748984 -0.5377445762490719 -0.531099434035244 -0.5737775481167147 -0.600809814459473 -0.5793766172500441 -0.5534119454818339 -0.6004917482566559 -0.5552301485304231 -0.38888598342972214 -0.26322520187873083 -0.11720180942059556 -0.07058355028610536 -0.08433654029256131 -0.07058355279315548 -0.12265277800581272 -0.22358082617967825 -0.3021758548084966 -0.437895386425594 -0.4835756044192511 -0.5387565059923859 -0.6308615964647629 -0.6840175378650085 -0.6397137512769613 -0.6336868039308398 -0.5754879430378901 -0.5458752603468022 -0.6142420462865084 -0.6470614356031427 -0.6155853063717579 -0.6073836100543052 -0.6558922729214104 -0.6002499026085969 -0.41787595108052006 -0.26990711920852023 -0.11706978171638867 -0.07058342814234474 -0.08433725377238374 -0.07065186157038171 -0.12400782988680162 -0.21813186298506268 -0.2956714464307562 -0.4504964380102864 -0.4984089210394475 -0.5510884214220976 -0.6403433867868219 -0.7069037621928986 -0.6360593900073792 -0.6278705605044744 -0.5723808761364922 -0.552739779153886 -0.6017986773103053 -0.6224441143436753 -0.575731747153589 -0.5612250512303846 -0.656172689576591 -0.5975326154345271 -0.4193752923243532 -0.2698827780448095 -0.1170743108016867 -0.07058348581434616 -0.08433731019650018 -0.07074060290358357 -0.12253226235905086 -0.21813241315761556 -0.29672191883056 -0.44491403114374417 -0.4998065131108678 -0.5618778657152169 -0.6542707844891066 -0.6716265393595027 -0.6113812366649478 -0.6028227937792817 -0.5579113235993705 -0.5343474477971243 -0.6025127634466444 -0.6282449709885037 -0.5778248092662825 -0.5623631840065989 -0.6185852417529168 -0.5770484968464367 -0.4064179337043582 -0.27082148466438144 -0.11704372329371741 -0.07058372354572355 -0.08433720258133347 -0.07058414029926996 -0.12438017023372804 -0.22055306124981947 -0.298509996789019 -0.46381194938347137 -0.4975982750181478 -0.5312656804240984 -0.6229797048880876 -0.6718126062177646 -0.6295148709323687 -0.6023590184828166 -0.5541124005275957 -0.534507594180822 -0.602654935553055 -0.6228892559203855 -0.5765560852621108 -0.5660192977914472 -0.6181211699746081 -0.5964912718861672 -0.41659796349347217 -0.26982754308283863 -0.11704764609523752 -0.07058378842154105 -0.08449317797857006 -0.07058300755822289 -0.12207320728928532 -0.2194614974256837 -0.2564007706146365 -0.4425241302986029 -0.5016697507238838 -0.5664885793687827 -0.6571001461448887 -0.6719936016498903 -0.6112174115867527 -0.6049265522778063 -0.5539763336211787 -0.5341365240009042 -0.6022898686085417 -0.6227773580094891 -0.5763431094094881 -0.5629042124195874 -0.6331586913076934 -0.5982764588424062 -0.4162962363036974 -0.2698260969806565 -0.1212043783085829 -0.07058365388232624 -0.08449386763631161 -0.07058293342955674 -0.11484767192049661 -0.21770302989654913 -0.26779853228581846 -0.3596608376657249 -0.44508237696256586 -0.5696517878267519 -0.6474929372180396 -0.6612870063164218 -0.6043621394446347 -0.5905541051793108 -0.5424594943589051 -0.535094568893302 -0.5697813132558442 -0.6365446311001806 -0.6030238880069397 -0.5834087807576924 -0.584743655816942 -0.60165157935405 -0.42776562095533416 -0.277501908010109 -0.12801166815761256 -0.07062693936126238 -0.08433640422018665 -0.07058341895790432 -0.1150818396619545 -0.22329523772735577 -0.273816096504753 -0.3479562487949549 -0.4414270230274453 -0.45039005790178155 -0.5991058122740426 -0.6537494601475073 -0.5848124022591883 -0.5868757091657562 -0.5299708275473046 -0.5231249045146437 -0.5662636036191723 -0.5937912736538503 -0.5787670229849223 -0.5416794246999571 -0.6039848815135891 -0.5556089420836956 -0.389153123977511 -0.2631583776421833 -0.11706907111894316 -0.07058367751704327 -0.08433732376634714 -0.07074054132468563 -0.12094473213753694 -0.2240900149434019 -0.26126688171896273 -0.4381723414582917 -0.48869927616356923 -0.546572411336727 -0.6366143616567734 -0.7105280950966872 -0.6101998799934933 -0.6023960674643548 -0.5555484650462384 -0.5340342986699054 -0.6027830924379316 -0.6229731271048725 -0.5776104695907895 -0.5777394020120179 -0.6573911674214418 -0.5983901089637861 -0.41631187361283334 -0.2699363918879123 -0.11705141898237396 -0.07058392481227395 -0.08433740108733229 -0.07073988682540552 -0.12149094589567076 -0.21906581437908335 -0.25550129824771645 -0.45261760805927853 -0.4961527612294376 -0.5556983712906369 -0.6393537730729674 -0.7066144244545705 -0.6650340062735871 -0.628890452857267 -0.574871527979213 -0.5503695578900393 -0.6260895620790086 -0.6660874871792114 -0.6314625475878737 -0.6108498517182885 -0.6656348405949629 -0.6063756979889624 -0.4193749519589821 -0.26977498483944345 -0.11712848762661475 -0.07069854357285761 -0.08433638859255926 -0.07058333628653944 -0.12331128056154994 -0.2181326570025368 -0.2564850775845802 -0.45100490022448525 -0.5071448357396576 -0.5690409250139805 -0.6594951778762792 -0.6713078540934927 -0.6138312243810569 -0.6069526555876578 -0.5551277340087095 -0.5341012693854019 -0.6021398339374022 -0.6234277716037231 -0.581951084246441 -0.5694863587053122 -0.6185010742795657 -0.6117882061472241 -0.4272721451909871 -0.27039533899417545 -0.11706639594491627 -0.07058375588723269 -0.08433726673056613 -0.07071050587046253 -0.12285027297801429 -0.2209402222503091 -0.25616791497417174 -0.4592234730590597 -0.5122926079904226 -0.5495928514697708 -0.6405794062118959 -0.6707045536014724 -0.6095711339008865 -0.6018343588403324 -0.553716604117935 -0.533953787478818 -0.6022096153011506 -0.6245360178659445 -0.5845363647728 -0.572302613712311 -0.618253120230483 -0.6031984510583148 -0.42021805064243384 -0.26981667009874105 -0.11706309960610735 -0.07074034008703953 -0.08433620919772994 -0.07058322714734486 -0.12218976042080858 -0.22165439632762501 -0.25668243821874626 -0.4637004051489253 -0.5096096651015376 -0.566224356624794 -0.6491390285837808 -0.7173483253276312 -0.6092858065040838 -0.6018048891695662 -0.5851338021907968 -0.5522544391958574 -0.6293122876031406 -0.668827171829568 -0.6125015429374782 -0.5973939235909216 -0.6489446448000161 -0.6125934114866954 -0.4254475937499857 -0.270003864099154 -0.12122610228028222 -0.07058390777172319 -0.08433671935464546 -0.07058366297728054 -0.11608062357140704 -0.21546369380960445 -0.26743771853642306 -0.37893471872678164 -0.4525039913007586 -0.5705164127027961 -0.6438304673708348 -0.6866534063375331 -0.6030415432294359 -0.5897695298804723 -0.5415151461708068 -0.5535615167511403 -0.595788834440528 -0.6660310801186724 -0.6590414791027384 -0.5884816963731366 -0.5847853578107 -0.5706140187375887 -0.42916746366022696 -0.2765677299689654 -0.12794160935429416 -0.07069089302936282 -0.08433638981507573 -0.07058333749203846 -0.11563932235921784 -0.22088670015264777 -0.2739137001120778 -0.3455202325687288 -0.43492296021472565 -0.44538978722921774 -0.6072583208217172 -0.677735496627004 -0.6289792748821897 -0.5844857145546 -0.5298864181290293 -0.5232415327339212 -0.5657518869033696 -0.5930283928871672 -0.5655492164903742 -0.5388250077525847 -0.5871599893734339 -0.5567526742976991 -0.389139371634276 -0.26319691120545596 -0.11705820853934741 -0.07058362533654025 -0.08433710572616768 -0.07058404462041727 -0.12060296609192413 -0.22298507786875274 -0.25719769278501653 -0.4390066896634007 -0.49689860806070135 -0.5640950061414399 -0.6517429678908973 -0.6716412653011276 -0.6102209524270521 -0.60202592132674 -0.5541304120956001 -0.5339859081331316 -0.6026069258132135 -0.6230969322321658 -0.5759539395210737 -0.5589864434222447 -0.6188194521526306 -0.6026386810310984 -0.4193960871593392 -0.26975956090340997 -0.11714097125868894 -0.07069973972484103 -0.08433638782636155 -0.0705834028209837 -0.12158353281072626 -0.21941022646396074 -0.2563095905684545 -0.4566769823615722 -0.5077475734062614 -0.5306476201413518 -0.6231825190601109 -0.673165614121959 -0.6247464254993995 -0.6083413836909076 -0.555174360953115 -0.5347591189606391 -0.6035755057070159 -0.6245652860816993 -0.5823249387964246 -0.5729400385632313 -0.6190935546875014 -0.5782479386265929 -0.42603418997019016 -0.2697894974172171 -0.11708513860276362 -0.07058383360190515 -0.08449322732153028 -0.07058312119017862 -0.12279924195482578 -0.22034133586956853 -0.2533488188925336 -0.45705664838738824 -0.5080361115308875 -0.5672373080204751 -0.6544853352197318 -0.6702951177724176 -0.6100802635358931 -0.6097169107286791 -0.5567134424075708 -0.5339277610027725 -0.6025254485482899 -0.6245523201267827 -0.5760046181732175 -0.5595606496698432 -0.6187838282258498 -0.5935071024840588 -0.4230252274658361 -0.26978026314553477 -0.11710981094893988 -0.07072118513155708 -0.08433638299562037 -0.07058339807844824 -0.12277171463423439 -0.21996742166027294 -0.2515206765546088 -0.45434484863503477 -0.5138238730788618 -0.5535362967763885 -0.6240989252012592 -0.671712014028062 -0.6157936841023828 -0.6115510348262699 -0.5545976901644379 -0.5342172481106563 -0.6025892896858595 -0.6230057836948724 -0.5795572315003665 -0.5689105287456473 -0.6190641478478905 -0.578077366419983 -0.42931285011904 -0.2719161622470148 -0.11716015711155017 -0.07066447669309782 -0.08433640129770163 -0.070583348832354 -0.1250596990817218 -0.22127224060978312 -0.2584912659816626 -0.4508522813750788 -0.4760354528342955 -0.5313501592646439 -0.6238338687910436 -0.6726056880410973 -0.6389555675129733 -0.6361603731272466 -0.5544195822722197 -0.5344805711958464 -0.6028068376378891 -0.6228160078462273 -0.5764239569516546 -0.5644548261869791 -0.6185658490425096 -0.608574575571638 -0.4223653160517715 -0.2700053231673019 -0.12118731434845387 -0.07058355018284357 -0.08433692032130975 -0.07058392662190614 -0.11568319269210021 -0.21737968907287727 -0.2648030468586308 -0.37880257893774916 -0.4612412463012937 -0.5790526462134383 -0.6546041290204848 -0.6396353594065453 -0.6035532159373932 -0.5894550652505668 -0.5417727732322233 -0.5346723614113603 -0.5696336691916325 -0.6359649008825288 -0.6044313400716307 -0.5822499967559768 -0.6237796927164855 -0.6050684282619694 -0.42975013879501217 -0.27655921650062487 -0.12803476384616316 -0.0705837471924891 -0.08433677341422113 -0.07058378209159347 -0.11439229988961742 -0.22156742774079494 -0.26892264038151525 -0.3474448490545295 -0.44270610575680186 -0.4465521609728977 -0.6138826157369531 -0.6536311562389957 -0.5849905443271483 -0.5847402461888077 -0.5301571182042432 -0.5231224831567831 -0.5659912826265793 -0.5928270056543202 -0.566704378502602 -0.5356804483640901 -0.5868908960956603 -0.5603131798183995 -0.3891436669156867 -0.263259872799248 -0.11710596969666463 -0.07058384441609471 -0.08433676042299555 -0.07058376932365149 -0.12048401412546379 -0.22164148431957617 -0.2510948350580828 -0.44041775439028946 -0.4937830155858758 -0.5541036263212215 -0.6441095177251691 -0.6915414222688683 -0.6095450109553664 -0.6026990963120068 -0.5542005946519893 -0.5339611059416743 -0.6020942786983771 -0.6225830853059441 -0.5765444639607227 -0.562620336794233 -0.61913394138912 -0.606933241316702 -0.4247472886023428 -0.2699069883346459 -0.11706666907213603 -0.07058391151179334 -0.08433738796475092 -0.07074061109449815 -0.12265412581174624 -0.21977685005273567 -0.25494586865576035 -0.46218780352091965 -0.5113256327398497 -0.5502351639479164 -0.622696360776734 -0.6814374879224978 -0.6453084075873952 -0.6346604502516688 -0.5712045580698485 -0.5481474895570843 -0.6173450183565722 -0.6405116441739127 -0.6043719081859493 -0.5956126440894192 -0.6420889919280514 -0.5818453741095887 -0.406474085477382 -0.27103280415905767 -0.1171083925764495 -0.07070749014171414 -0.08433639146419526 -0.07058333912072437 -0.12561715076246946 -0.22179108334304576 -0.2587286898226119 -0.43076103191591847 -0.4766944058634342 -0.5434745503476129 -0.6741670144130062 -0.8082555281192443 -0.7944899320513121 -0.8316214806328097 -0.7708490351452849 -0.7337096884361566 -0.7859883256325767 -0.810258587926612 -0.6072036512436083 -0.593451597795279 -0.6284028626578504 -0.5791720982614824 -0.4073453695667338 -0.2596977960387371 -0.11870210776941693 -0.07063549546452787 -0.08433633318249958 -0.07058334982943586 -0.1296109156651752 -0.22497466439934227 -0.26241133976002534 -0.4317826564446601 -0.4778727971961839 -0.557992219248503 -0.6443579961398503 -0.6975840546532093 -0.610252583466232 -0.602128190318121 -0.5842695150291071 -0.5507536272273457 -0.6294854477451808 -0.6697751397370348 -0.6148787404363923 -0.6034402265926112 -0.6495788214625995 -0.6154069459882087 -0.43108559913878386 -0.2707295188891979 -0.11705960085937149 -0.07058357258029628 -0.08433705369759985 -0.07058399322353065 -0.12387523519192264 -0.22004186542191922 -0.2563495229105199 -0.47408973276770694 -0.5202644472662136 -0.5747071010569043 -0.6584295493726889 -0.6704944826832421 -0.6101674615772985 -0.6023293210054127 -0.5541942716607285 -0.533974063996142 -0.6022073282943253 -0.6228528980056509 -0.5774753692171526 -0.5577497234535097 -0.6189269172711719 -0.6180286805247085 -0.4284990779457546 -0.2708229698727646 -0.12118748638017361 -0.07058368376122914 -0.08433716334690806 -0.07058416572463834 -0.11598476629831915 -0.21655345025116865 -0.26407873270708004 -0.38890852595269576 -0.4177603872047636 -0.5397944598326471 -0.619854984220773 -0.6749428088607389 -0.6779109641744372 -0.6936881561932821 -0.6335698494949595 -0.6457047481925984 -0.6904515082355265 -0.7277406638354672 -0.7177048568045195 -0.686124953872935 -0.6396313927130656 -0.5972551115758652 -0.427133678534694 -0.2679617025198319 -0.1327445786008149 -0.07074022873472045 -0.0843362590541419 -0.07058327692419561 -0.13036264411423806 -0.24959545140438869 -0.3043915113373926 -0.34558004605458165 -0.43698871920559035 -0.4370011610544062 -0.6194380145719882 -0.7147527916024972 -0.7282533068077697 -0.7767790807111499 -0.7289780055499152 -0.7257630609301693 -0.7610013502988637 -0.6015217328714544 -0.6554637780051336 -0.5348740211706516 -0.5878669877915335 -0.5463116221054481 -0.3965743033917423 -0.26628447353768686 -0.11705803440850161 -0.0705837195127295 -0.08433719860064545 -0.07058420042486148 -0.12551133506804144 -0.2216393406718774 -0.2550221701396958 -0.4275054212094775 -0.4778898521073928 -0.5316231204113024 -0.624612012408332 -0.6723016744782949 -0.6437302931309785 -0.6296157442457818 -0.5561324937299499 -0.537593536105776 -0.6085489606073751 -0.6298403202638041 -0.5914632727442771 -0.559035038115672 -0.6193490729101401 -0.5781569445876766 -0.4314781784613448 -0.2738226817101844 -0.11707063301612995 -0.07058415415769805 -0.08449385859313048 -0.07058291912399785 -0.12519882146216155 -0.22141236351562713 -0.2557012216875675 -0.42733609513941895 -0.47691862528210094 -0.5325195949507471 -0.6244346447601958 -0.6936490695290584 -0.6706271998213864 -0.6888773772212472 -0.6381604470236465 -0.6361995291358442 -0.6901573756901646 -0.7194042532491653 -0.6722847435278445 -0.6451212695005486 -0.6824131061781188 -0.6006881573268026 -0.40747519049004066 -0.25995467856252963 -0.11988153132807564 -0.0706161084226234 -0.08433633792968492 -0.07058335448703432 -0.13151777128285208 -0.22627126035309178 -0.2679574415037865 -0.44864260006735507 -0.49850100692952526 -0.5673401998586455 -0.6499314109415972 -0.6767170302448305 -0.654216427631143 -0.6483327887845723 -0.5651587591194551 -0.5417005998023097 -0.6170446846826677 -0.6266655155208731 -0.5786623060487948 -0.575027155466331 -0.6197111163277923 -0.578370707174458 -0.4063077306398103 -0.27332711698775713 -0.11705377984880216 -0.07058342973921662 -0.08433691283470725 -0.07058385406724245 -0.12571489577831538 -0.22155731196271453 -0.25664572180781653 -0.4634723930536794 -0.5121970091488888 -0.5650967245268071 -0.6518738748744695 -0.6942188347078709 -0.6095160621836974 -0.6022290425046365 -0.5545620195875856 -0.5337432971755693 -0.6024129045135154 -0.6234772159360915 -0.5775717446603211 -0.5640939649518627 -0.6188607113927389 -0.6110555936125812 -0.4254285620609866 -0.2699183057694974 -0.11705635846024615 -0.07058357744043213 -0.08434557659157599 -0.07073256158329938 -0.12288489565429037 -0.21989348173664425 -0.25546952423412445 -0.46494246253070215 -0.5166194595218894 -0.532512774579837 -0.6246775783394579 -0.6722204784321854 -0.6146970521596449 -0.6061368344227722 -0.5547646391990089 -0.5344495149346671 -0.6027544252589437 -0.6230013704530928 -0.5759548854817147 -0.5653544082678651 -0.6189949825583592 -0.5781297299310973 -0.42718703431900473 -0.2698327940943814 -0.12118971583498911 -0.07073987479144195 -0.08433629362451309 -0.0705833101773971 -0.1154060147811253 -0.21747617251628273 -0.2646043265206994 -0.3847188866159126 -0.44577316813916157 -0.5397475786372168 -0.6191319679933175 -0.6400100860674929 -0.6137736072755975 -0.6078713684506459 -0.5724249439661013 -0.5625256333684223 -0.6139869364941476 -0.6498364123237116 -0.6254233682723295 -0.6144604436423502 -0.6052097639663976 -0.6076334693648372 -0.4244883662892696 -0.2667245532406692 -0.13127406902710095 -0.07066008075891902 -0.08433632716997942 -0.07058341117566234 -0.12234021557124251 -0.2328618053504665 -0.28004243316321786 -0.3434083032772131 -0.4378880821212853 -0.4391481760747133 -0.5999872942000664 -0.6578762067889927 -0.6135745297934058 -0.6109014783661103 -0.5578610807939827 -0.5441808523822288 -0.5881415368081968 -0.6069463631423452 -0.5764483145523668 -0.5374012374305541 -0.546608005613391 -0.546616700752908 -0.3794142823454096 -0.2660281144700162 -0.11705932076019218 -0.07058372601004172 -0.08433720501556526 -0.07058420671988964 -0.12451862054754924 -0.2214233627265271 -0.25218061803468017 -0.4389801901931491 -0.5095741202205801 -0.532526163923394 -0.6246630083516592 -0.6726583302702736 -0.6190175818156423 -0.6113428532644889 -0.556006894639161 -0.5373827230603898 -0.6100809267365142 -0.6448118830065604 -0.5979802450559001 -0.5691625845581412 -0.5767796848589151 -0.5784994177020945 -0.4186201747382829 -0.2707248791535192 -0.11710700510010956 -0.07058321802781192 -0.08433670407424183 -0.07058371389883909 -0.12376933475832118 -0.22070627504006515 -0.2522362479010049 -0.42827507133687587 -0.4778488529055075 -0.5507704528461954 -0.658121522987186 -0.7590630167970662 -0.7305593891338659 -0.7328359034009059 -0.6848379972518489 -0.6529069361981057 -0.7275772541196298 -0.7569169283405691 -0.7241530856369489 -0.6953012014689147 -0.6891675804642319 -0.6549508445419164 -0.4491921217390226 -0.3165661292644257 -0.13062387267451314 -0.07058388465485259 -0.0843373274174725 -0.07074062153754421 -0.1445441619094489 -0.2336583912309518 -0.2692759602754553 -0.4368237143940688 -0.4794726066383501 -0.5324788997616177 -0.6239543464008309 -0.6721831879605306 -0.6111320917874662 -0.6031472330959792 -0.55498435520457 -0.5351308028874256 -0.6034622862353941 -0.6246809638107477 -0.581690450518229 -0.5642147295704544 -0.5781149905844992 -0.5785936270418465 -0.42746900181723085 -0.26980664060424936 -0.1170572989545641 -0.07069249787806338 -0.08438445318445639 -0.07058308294429494 -0.12343262063791509 -0.2212488502384741 -0.2568374061307358 -0.4725142788477196 -0.5254074355019275 -0.5312306993940838 -0.6238261008707926 -0.7006819403965391 -0.6629065257587344 -0.6693045346128048 -0.5874163785560959 -0.5377690999032445 -0.6038544101495154 -0.6249967072650635 -0.5818091342321484 -0.5666439520532467 -0.5781086087396423 -0.5790008269073282 -0.4068064068415356 -0.2596697969503901 -0.11717256954486086 -0.0706143035614496 -0.08433640833125135 -0.07058335578209944 -0.12394754942822825 -0.22288242723486865 -0.257008606180958 -0.4282794796710881 -0.476763686187566 -0.532938216535058 -0.6318654757410815 -0.7190465914279633 -0.7009524451471991 -0.6882970963749074 -0.649400779456027 -0.6104096773855289 -0.6868833744980544 -0.7152812208008014 -0.6791030728501628 -0.631482454962966 -0.6184765368185557 -0.5790741611619837 -0.4069593696299043 -0.25982480102932376 -0.12140830289907951 -0.07058387953770968 -0.08433686842784809 -0.07058387557459138 -0.11657454062651941 -0.2189007275476722 -0.26691733153985553 -0.3445284198341825 -0.4183025319627466 -0.5409615726842456 -0.6247489497358357 -0.7008601825704583 -0.6795823513486539 -0.6871008834287398 -0.6265046085877292 -0.6160744430480632 -0.6572482244375969 -0.7057181042823063 -0.6693215142466463 -0.6415979306357599 -0.5624218888533515 -0.5731142648433688 -0.4074087006657833 -0.26651213550654085 -0.12910381555222236 -0.07072043364489802 -0.08433631501898047 -0.07058333196722723 -0.1257715692409349 -0.2424831113542836 -0.30045126166168723 -0.344946376513454 -0.4379478857096687 -0.43765189543781524 -0.5985904614774034 -0.6536476806662911 -0.5853480515453154 -0.5848876735855381 -0.5303097197879354 -0.5239012404920593 -0.5666365469068532 -0.5948544808525941 -0.5696973203314986 -0.5408023798926874 -0.5480435302314488 -0.5468274640497409 -0.37954752564001853 -0.25298644636013184 -0.1195960945753875 -0.0705906591790063 -0.08433634415513291 -0.07058336061062455 -0.13004300408826305 -0.22704429640955495 -0.2600721593747847 -0.4482204097725817 -0.5135264791828777 -0.5308256531536856 -0.6345944975210979 -0.7236570360965033 -0.6762714399715701 -0.6407527097192398 -0.5573502635747533 -0.5354422753957592 -0.6151002016843955 -0.6281219769428499 -0.5814553865963491 -0.5640860887894091 -0.5780793134463243 -0.5786384510737634 -0.4064725333792658 -0.2726559370549262 -0.11706572915205513 -0.07058346588295779 -0.08433694848067583 -0.07058388928474786 -0.12548911802960758 -0.22269043514011286 -0.2589246152644313 -0.43065624838726807 -0.47671705407594644 -0.53084079175042 -0.6238969251291006 -0.7131716170597987 -0.6700702991322364 -0.646909469760948 -0.571415557710725 -0.542159724336419 -0.6160057884767153 -0.6463163029273749 -0.6127437277037479 -0.5686235994900686 -0.5783283749619348 -0.5786055385125122 -0.40664006039992406 -0.2595920742500079 -0.11708360001644175 -0.07073994652452037 -0.08433631459805546 -0.07058326320397453 -0.12523738239526616 -0.2231985659325511 -0.25474738379438205 -0.43058592674289925 -0.4796450894732202 -0.5379368041082273 -0.6338660315256259 -0.7368760261620209 -0.7165135818115518 -0.7212642371594655 -0.6578683893681428 -0.6193510785915245 -0.7120788594520118 -0.7338483233654551 -0.7146193841483063 -0.6559066426677896 -0.6395588826446433 -0.6050212598805731 -0.4077433542097568 -0.2602334699188385 -0.12175850362169643 -0.07058361114505471 -0.08433643174419281 -0.07058344675398924 -0.1346558454748634 -0.2272366085752052 -0.2640367165946651 -0.4332536699052036 -0.47724474671112543 -0.5313524665494916 -0.6412043521870611 -0.7570990240722901 -0.75866100963187 -0.7766394330447847 -0.7206289442506435 -0.7096690385969092 -0.7933932309988035 -0.8439042067483946 -0.8203517211866543 -0.7733167775130747 -0.7595504283973424 -0.7253888976751406 -0.4997301217089769 -0.29003292782122464 -0.12922779320206565 -0.070583538612392 -0.08433698614523928 -0.07058392649913622 -0.16657686299528696 -0.23967373375310252 -0.27645843409597753 -0.5259945324613627 -0.6247692063761072 -0.7385172676558848 -0.8253410740146514 -0.9074362504243172 -0.875884370360867 -0.8691935293639981 -0.7848650619266659 -0.7345980947819545 -0.7717611728325918 -0.7656604285036249 -0.7439777892034027 -0.6686057015323438 -0.6512047070538772 -0.5943549906008808 -0.40775803247052667 -0.26060000260398813 -0.126832214277984 -0.07058334979291998 -0.08433673321502208 -0.07058380891537003 -0.12233343041043886 -0.22158112370251087 -0.2675030825890871 -0.34408510434424644 -0.4153899924982782 -0.5371636551860712 -0.617362235863651 -0.6397678577256735 -0.6269437449568006 -0.6225507660484729 -0.5610533253184681 -0.5699887552449008 -0.6194987888293984 -0.6689477232556837 -0.6430711259337765 -0.63689040240868 -0.5403254643179949 -0.5723596465842139 -0.4069473162129834 -0.26644587303212064 -0.12783363408355244 -0.07065769416882928 -0.08441903489953773 -0.07058307385403662 -0.11736009026344466 -0.22400356302309984 -0.27341128279531257 -0.34313668416276144 -0.4384180322571273 -0.43817417815439275 -0.5996340276988145 -0.6562303928097812 -0.5982309951129158 -0.6140677973266941 -0.5535433724701361 -0.5648491995757773 -0.607718776069478 -0.6335941420405093 -0.600677377962222 -0.5625888769178801 -0.5740450314288209 -0.5471887172077785 -0.3799834374565763 -0.253155507596875 -0.11909239157198509 -0.07058345944702828 -0.08433746029518878 -0.07074068970644742 -0.127374730371227 -0.22470005598681392 -0.25978103550695697 -0.4289336137476438 -0.4760105839764546 -0.530648449234274 -0.6230173435527884 -0.6740019190987436 -0.625962272768884 -0.6274885422067261 -0.5685977690044318 -0.5384259035682462 -0.61557019336933 -0.6446172001355145 -0.6103394471715107 -0.5765612642667887 -0.569006864449001 -0.5786857015871887 -0.40659687131841726 -0.26983288812948963 -0.11707903766916196 -0.07074005781526677 -0.08433625980518032 -0.07058327692072137 -0.12404965630004305 -0.2208603631723129 -0.2502097935358311 -0.45135336356384453 -0.4784984319056706 -0.5333423114709182 -0.6252822271394606 -0.7201986932157378 -0.7163899436544947 -0.7023532388076726 -0.65728217073159 -0.6220578626087373 -0.7230170366168565 -0.7708495916715389 -0.7355901344122564 -0.6901218043906162 -0.6651373679809123 -0.6115085010891433 -0.4076182425580393 -0.25984436713792153 -0.11782643547900375 -0.07058395759961074 -0.08433688010909722 -0.07058388776049467 -0.128617505263023 -0.22495240364312072 -0.26082003382762065 -0.43259271212479344 -0.48050350744518966 -0.5466871287757539 -0.6590165957215631 -0.7807810711803066 -0.7623591301149065 -0.674931335841869 -0.5932213510662788 -0.5637917385867742 -0.6469257984457417 -0.6823810871591082 -0.6416036921394352 -0.6685784015451164 -0.67394288002432 -0.6227641055912182 -0.41076829599876286 -0.26014768185881837 -0.12342827264942108 -0.0707401678140311 -0.08433620289903374 -0.07058322171083226 -0.13606358528506055 -0.22940467965926523 -0.26181904420312657 -0.4545834114037196 -0.5351094788781805 -0.5651873800242576 -0.6678257670640178 -0.769820821082218 -0.7507499581882213 -0.7500311699111898 -0.6507818792880028 -0.5546083048297918 -0.6669741277698232 -0.6845300769750629 -0.6804087743968376 -0.6310281674387397 -0.6109834613775542 -0.5808384579257263 -0.4074115272972683 -0.2595823543963376 -0.11801338042772416 -0.07074020823470877 -0.08433609919264515 -0.07058311971851175 -0.12938489703469278 -0.2237369564236701 -0.2598536718184207 -0.4277400968996601 -0.4759616843964368 -0.5327761437153937 -0.6252669065246519 -0.6932564796110205 -0.6691308372567636 -0.6643403832611604 -0.5669683744927063 -0.5399166156145061 -0.6105497373932767 -0.6419396406669278 -0.6052407210013245 -0.5837193216550298 -0.5827154599751306 -0.5793639746743907 -0.4069804358975221 -0.27823373965151194 -0.1212061813727579 -0.07074033633996847 -0.08433620573592197 -0.07058315570316989 -0.11743978223491539 -0.2184397469214667 -0.26606751104604354 -0.3710650466829083 -0.41852686238933395 -0.5404860164554074 -0.6197312489651909 -0.66879955983575 -0.6540820262032093 -0.679383654888808 -0.6218997821974409 -0.6231644648433403 -0.6534507942230126 -0.7230412214213728 -0.7393114111094966 -0.7264005017555611 -0.632606672377891 -0.635951024450562 -0.42717381509922764 -0.2669008966332828 -0.13167976234238166 -0.07071522143162846 -0.08433631369033932 -0.07058333065383658 -0.1304112533080944 -0.24980259470497734 -0.30473469316869745 -0.34471385202804977 -0.4529110054315862 -0.5446398631401768 -0.7691913347127711 -0.8523326245137324 -0.8016196134334198 -0.812942556014766 -0.7417564919803936 -0.7329418450696565 -0.77721136796942 -0.8150576884165992 -0.7947193903967781 -0.74471760941165 -0.7018356406201354 -0.6606945247171441 -0.4225204998728333 -0.2693488940518038 -0.13870612307778307 -0.07058366819333335 -0.08433704850285331 -0.07058405342852334 -0.17639249441365937 -0.24566509901833383 -0.28264300403986037 -0.5908075750677648 -0.6853264579039344 -0.7694438567928192 -0.8667795942258104 -0.9632781044761772 -0.9374342867678711 -0.9203555365819913 -0.8525275351170277 -0.8025659024582427 -0.8662148597040426 -0.8633827245221577 -0.8355696035291126 -0.7812042546301333 -0.7783671106752862 -0.708817077934401 -0.4081512317657173 -0.26013059056577964 -0.12010239401641816 -0.07072526674664847 -0.0843363138823631 -0.07058339816694276 -0.1273655775546944 -0.22254458716996967 -0.2584320280553199 -0.45398869879165815 -0.5166679708187629 -0.569315995149029 -0.6562383209629149 -0.6962285455075469 -0.609077178543148 -0.6020568515748508 -0.553977564779549 -0.5336939780199027 -0.6020098505216225 -0.622854433945398 -0.5752944187812808 -0.5547936674681813 -0.5667880953757913 -0.6117136278483848 -0.4232566655948659 -0.26988482965787086 -0.11707073498188711 -0.07066448759576145 -0.08441208985208791 -0.07058307567935454 -0.12224749100548359 -0.21961011254645674 -0.24955378268071246 -0.4634785246190134 -0.5155024778511812 -0.5714420526583265 -0.6590193058553204 -0.67271012285672 -0.6116357745352854 -0.6028210115073137 -0.5549062894710263 -0.5346604653080579 -0.6044735559508876 -0.6457200270848062 -0.6180763467468702 -0.57185062427213 -0.5705600673938722 -0.57860237137231 -0.4358451863885611 -0.2768957836589544 -0.1170650132402118 -0.07058378736754728 -0.08433726552428794 -0.07070476904120945 -0.12668253177172042 -0.2209597951322076 -0.25049923130169344 -0.42861105674186084 -0.4780181829651885 -0.5326964158169887 -0.625041352321431 -0.6948775685640246 -0.6665341205868155 -0.6513909586414902 -0.588769398438937 -0.5465038983162758 -0.6312834070731164 -0.652113956892067 -0.6147653416106857 -0.593366263580732 -0.5885856381969193 -0.5791554253321802 -0.4071517333626073 -0.2698791254732106 -0.11732383476077227 -0.07069704670901768 -0.08433638894914894 -0.07058340393487349 -0.127868070106607 -0.22265833210220437 -0.2545534617471318 -0.428601316234743 -0.48027861194653226 -0.5436936184197029 -0.6425030639778407 -0.7473226899429218 -0.7486329019288501 -0.733477153995851 -0.7130410952515175 -0.6939939699585274 -0.7800584748608063 -0.7966378495660473 -0.7826760017540877 -0.7484560360791842 -0.7362781270078463 -0.6760769903242903 -0.4464501268907368 -0.2832427559019953 -0.13646538638018418 -0.070607414199817 -0.08433640839589403 -0.07058335584456739 -0.15255166832501757 -0.23503305716446843 -0.28607127131256244 -0.45019515953030637 -0.5684461236476873 -0.7665320490718253 -0.8566842762014424 -0.910764724833038 -0.8998019248700563 -0.8730216958101138 -0.8058799532204356 -0.7929028786512247 -0.8600344587965888 -0.9357953240095473 -0.931260083427495 -0.8918500060966024 -0.7981840347522536 -0.8221806701136725 -0.6259706903280109 -0.43180616250642906 -0.15241511198053653 -0.0705835143012696 -0.08433696216458698 -0.07058390280883846 -0.18242537895405966 -0.3254781120389131 -0.3954018608187062 -0.38059721989358 -0.49498846300765353 -0.6803318528905935 -0.8489973035232322 -0.9241156374314584 -0.8723663052706156 -0.8642885253556132 -0.7830861586518149 -0.7657970950408998 -0.7464195465559412 -0.7999980842098778 -0.7774220733787255 -0.7031621579839583 -0.7149343212246185 -0.6325932855763579 -0.3969902644308053 -0.25401314019385235 -0.12627597448611025 -0.0705834133599849 -0.08433679616235117 -0.0705838051948644 -0.14153656844513596 -0.2302667125235586 -0.26739176806470716 -0.43738603692718186 -0.4855132572532128 -0.551374198012093 -0.6355887787434182 -0.7842763627877782 -0.830267113101439 -0.8261223825538955 -0.7373337745230973 -0.7070159416841562 -0.7712944833922892 -0.8052572716252312 -0.7725608961556328 -0.7283071740805076 -0.6978671558548365 -0.6433056055712665 -0.430530389066909 -0.26017857754102053 -0.12381255936409202 -0.07074021885575772 -0.08433624995365355 -0.07058333555255542 -0.13320823037644255 -0.22526602839077434 -0.2561970823281938 -0.435352662859773 -0.5173571205990063 -0.6423626113436408 -0.7751329179942457 -0.8895061407109189 -0.8732278581533632 -0.8671229959985902 -0.784729328392814 -0.7455224195085309 -0.8334975382248733 -0.8699157533234241 -0.8430025386926326 -0.8031240238535712 -0.7852687266840004 -0.7334529828855499 -0.494514918814044 -0.2800289448861323 -0.1273575694260128 -0.07058352296835829 -0.08433697071998225 -0.0705839112573823 -0.15205929237281926 -0.233610958103578 -0.26468196123514753 -0.4674070738534533 -0.5812257779984861 -0.5895725931290972 -0.692210596163509 -0.8076493729879609 -0.7841487623721927 -0.7613677202855398 -0.7178456800025016 -0.6906237988336951 -0.7745457919861231 -0.8239688401931855 -0.778306181730756 -0.7133730863716531 -0.7250228523999359 -0.6744677980758954 -0.40809990547909797 -0.2601781416806429 -0.1215059680493419 -0.07074011137964017 -0.08433615091153497 -0.07058323855651559 -0.13103678545120476 -0.2249417184417433 -0.2596409770884362 -0.43218647337155575 -0.4782260777580732 -0.5380094823474018 -0.6386515448906218 -0.7389629072248701 -0.6996676030856028 -0.7344813151177908 -0.6544289482696852 -0.612431596985255 -0.6899655591034372 -0.722165846115965 -0.6959674690464623 -0.6462948079972402 -0.626955586502977 -0.5897367064225287 -0.4074682876159813 -0.25996929926068674 -0.12047315051945295 -0.07058380839417698 -0.08433718732472686 -0.07064768055208415 -0.13299649068603103 -0.22478803922001556 -0.25663522860958754 -0.4320269108413751 -0.47969079380349033 -0.5339462561679307 -0.6273401137709236 -0.7058228222810025 -0.6713621277350703 -0.6783351939113061 -0.6113538873348581 -0.5661385010605523 -0.6593101621032624 -0.7339409087789193 -0.7008549256137906 -0.6383360374374579 -0.6086994790846335 -0.5800659086195885 -0.4076298914615966 -0.2598028060063092 -0.12217146550426425 -0.07058389051691853 -0.08449317862247299 -0.07058300816202086 -0.11920140172822241 -0.22012638569567378 -0.2687169529478316 -0.34435153838602334 -0.41835628392247726 -0.5487735941086044 -0.6410263852117921 -0.7178488892277802 -0.7105183887294254 -0.7323529301927829 -0.6680628790973777 -0.6773471450833813 -0.700237129583669 -0.7830935790589532 -0.780159587255943 -0.7449615816192305 -0.6405999160296806 -0.5940565822523668 -0.4078028515753835 -0.2668479507272663 -0.13151763362805136 -0.07062683717818738 -0.08433633530031508 -0.07058341914343123 -0.1224286478406516 -0.2317229092588592 -0.2848514179079396 -0.34433962424613246 -0.437999962062909 -0.4755101027562923 -0.7085052225259463 -0.8022920212293525 -0.7792340429972693 -0.7997373112860132 -0.7345269790715725 -0.7270120095826758 -0.7918535179708106 -0.8275091477075539 -0.8133464495649736 -0.7686348169770706 -0.7627888369042262 -0.6906479208283687 -0.46993714989434177 -0.3058975932619085 -0.1345120796911736 -0.07067867073773396 -0.0843363910384024 -0.0705833387030734 -0.17636543727186496 -0.2434450053779866 -0.2828014717050027 -0.48446283569545784 -0.6037664179383925 -0.717369645045629 -0.8055646806034411 -0.9079037610277285 -0.905830425955792 -0.9107348109379559 -0.8338582210340914 -0.7912547813237251 -0.8736480211906065 -0.9045759269763982 -0.862220158947671 -0.8378739863384408 -0.8240295227747181 -0.7622069393097812 -0.5293996606012153 -0.3316354571055988 -0.13574979271069867 -0.07058345120207692 -0.08433745226311022 -0.07074068096868631 -0.17760203397468957 -0.2486032368525412 -0.2848543370408371 -0.6117510835940146 -0.7314230332831989 -0.8104962778283282 -0.897649414592565 -0.9982824958928801 -0.9818028799443801 -0.9747510256572571 -0.8554749174535531 -0.8049840219210277 -0.8831611596955548 -0.937809178017222 -0.9091643848700062 -0.8643464289211308 -0.8916411312736924 -0.8032858526478236 -0.5449532196690541 -0.30762670660378416 -0.13605954801948164 -0.07058372045261846 -0.08449318799858337 -0.0705830167340356 -0.1487742566723956 -0.23147655946456344 -0.26284151665074235 -0.44397234322514906 -0.5196754594612526 -0.6311335870054671 -0.7889817261989219 -0.8676969044025725 -0.8366583404417973 -0.8498158065065158 -0.7838401304596182 -0.7614212194716183 -0.8423279643728597 -0.8798529722334281 -0.7880598422791408 -0.7669207952513178 -0.7386791712039779 -0.6824742409986242 -0.4379046606196343 -0.272418099913529 -0.1273077576580243 -0.07060118369995365 -0.08433640990988095 -0.07058335734092364 -0.16142036350014602 -0.24308876946713043 -0.2808723510381348 -0.5387186353994033 -0.6393894532280906 -0.7512165885260949 -0.8346626063961136 -0.9432379056504316 -0.9117916575090466 -0.8982722963824135 -0.8175652789744906 -0.7659627491398725 -0.8573613734234045 -0.8826421850913406 -0.8564097524485058 -0.8249996694589825 -0.8118117143029029 -0.7379459175892051 -0.4757943360711247 -0.2730553026492852 -0.12707188140290665 -0.07058364083230816 -0.08449358784741634 -0.07058293176149497 -0.14033900690407294 -0.22933435773544744 -0.2615164143452594 -0.45198996713945755 -0.5191546486645976 -0.6047720791305711 -0.704886742253301 -0.7935343238348972 -0.7609141667596708 -0.7562978901809133 -0.6913963247208698 -0.6864533993629383 -0.7634861233833038 -0.7829369609592848 -0.7413112605780917 -0.6965871749597701 -0.666099716259882 -0.6172243773501787 -0.4121413782101844 -0.26040210054988894 -0.12675139657828977 -0.07058381544901035 -0.08433663656068704 -0.070583714225162 -0.12830182432619952 -0.22341488089467232 -0.27249091423624805 -0.36432578894162737 -0.47068780437749214 -0.5858095406812518 -0.6928415563625443 -0.7805989650653679 -0.7739910967332946 -0.7719204103692351 -0.7356100526916125 -0.7375333813297873 -0.7467798919571625 -0.8328365093943748 -0.799257029041607 -0.775218265882348 -0.698486337540644 -0.7002978181725064 -0.4816311343241402 -0.2829751313677225 -0.13593948871485842 -0.07059348215842244 -0.08433634345400133 -0.07058335994124255 -0.16940194255481944 -0.3007855817908144 -0.36065548975677914 -0.34648706607502305 -0.4500789207889196 -0.4606969037549659 -0.6602510696242185 -0.7078466390186567 -0.6998339045014053 -0.767115359836504 -0.7642223225978705 -0.7360240556634641 -0.7787069519109321 -0.8106056836259701 -0.7695139729208912 -0.7179063674468551 -0.6720994524407771 -0.5917868170296106 -0.3802165203803233 -0.25300043574437 -0.11874295338281583 -0.07074022547784921 -0.08433611514058867 -0.07058313540241985 -0.12775300045838991 -0.22412031817355213 -0.25506597818850174 -0.4336903429581679 -0.5088094676345392 -0.5913616341039697 -0.73125802394172 -0.8410991480181303 -0.8389087287836944 -0.8355678254455108 -0.7737752425606471 -0.7482434882904604 -0.8222785936628978 -0.8479714883391866 -0.8160095776673397 -0.802409348262316 -0.7205744116443064 -0.6721434509975708 -0.4404431190415401 -0.261164075769393 -0.12555272968358028 -0.07058346863957428 -0.0843374052551914 -0.07074070018353633 -0.13712098358847907 -0.22798341090425173 -0.2600302232750477 -0.44479066157288405 -0.5870318549170139 -0.6460521070197542 -0.766811070475109 -0.8879729249377564 -0.8632853455588233 -0.8543340332050787 -0.8061203317227988 -0.7550219425076075 -0.8462586197343326 -0.8765698729304777 -0.8422788574040058 -0.8024508030904342 -0.813298110940421 -0.7563709242664405 -0.5368488621807922 -0.2943068691661492 -0.13262166912320422 -0.07058369027756839 -0.08433713571666024 -0.07058407424864814 -0.14950407291151946 -0.23749351560822898 -0.2726648528909925 -0.4676513298917334 -0.5493285659039255 -0.7031126746182259 -0.8316495183960343 -0.9284799480224059 -0.9105926499039232 -0.8686609000276365 -0.7748570763811258 -0.7415420603437707 -0.8601213823121628 -0.8900444549974915 -0.830092839657858 -0.8011834856598182 -0.7898817394525895 -0.7015882877255128 -0.4306075516674102 -0.2603446232090294 -0.12369144393184231 -0.07058359851767991 -0.08449389136081521 -0.07058288625318873 -0.13031805617418327 -0.2243317893822813 -0.25577916422608327 -0.4329324422200122 -0.47888089382796883 -0.5466738545636458 -0.6420195567806624 -0.7459952024375431 -0.7220426795851682 -0.7120791195831772 -0.66812381695847 -0.6236818890500926 -0.7116496980747757 -0.7539974601799381 -0.7495917809426921 -0.6835594608643202 -0.6501604507218166 -0.6322146076648676 -0.407966625988151 -0.25985239429563245 -0.11854524883141797 -0.07074021675844329 -0.08433610708557686 -0.07058312747019718 -0.12927693302631246 -0.22421736939161044 -0.2567040274447681 -0.4335820168822514 -0.4795737767633138 -0.5722591216809709 -0.66448122049547 -0.8051101400482027 -0.7837843574983208 -0.7909084130319718 -0.7135561201398604 -0.6890217339922019 -0.7281728050416901 -0.7567364735278392 -0.7402680884193102 -0.7031380286970875 -0.6918660722812116 -0.6491500796800375 -0.4270940126991057 -0.27619460046092803 -0.13097208650326733 -0.07058352136402304 -0.08433696913531544 -0.0705839746450115 -0.13795656495702388 -0.22972591297719153 -0.28194957645453766 -0.38902966310953213 -0.5453575850375453 -0.6815494624525946 -0.7838227179887035 -0.8549569554102315 -0.7915055181775843 -0.8205373132216832 -0.8258256917521041 -0.8057384274563789 -0.8336813666285023 -0.8809797088879223 -0.8834331688403559 -0.8347440790405191 -0.7187160295438644 -0.7122536491738003 -0.4858141002700788 -0.2728574917879442 -0.1368117821543475 -0.07058353317409748 -0.0844937448671419 -0.07058289122697273 -0.13101681333984866 -0.2501955447358274 -0.3053128021108718 -0.3448555786867618 -0.4529111158872865 -0.4874059720760089 -0.742816928884341 -0.8467874543293779 -0.8069506036822138 -0.7943279587363145 -0.7499143071367204 -0.7216829901050189 -0.7400915295048337 -0.7600417415046337 -0.7355771183259787 -0.7182020629464296 -0.6974344587688414 -0.5908541783484699 -0.38052321563442437 -0.2535334401522947 -0.12062268493646604 -0.07058387360307736 -0.08433725190367898 -0.07074053420042677 -0.13028411010528976 -0.22592786852798283 -0.2572474475882276 -0.43568341390915694 -0.5453102848095657 -0.6474777520590008 -0.7955294995086986 -0.9252250351789143 -0.8810551520167218 -0.8733368746958284 -0.8033659016925064 -0.7600356150342857 -0.8390814970544272 -0.891853882774572 -0.8746321263609511 -0.829540953901676 -0.7669723759936761 -0.7278397892862202 -0.4975441895457194 -0.2956093084036194 -0.12858735786819891 -0.07065298589878163 -0.08433639729545199 -0.07058334486934136 -0.1679548830619198 -0.2397218414616768 -0.2779585162913791 -0.5157252586823764 -0.6092774346777322 -0.7141343462626629 -0.8378213068786684 -0.9556517013625129 -0.9298507588701792 -0.9224015138953466 -0.8394214511722854 -0.7884006156808727 -0.8513070862170943 -0.9139155672379641 -0.909874830745938 -0.867567420221169 -0.8041675685789205 -0.705952549167455 -0.4559870958084907 -0.2604229411866428 -0.12480871162792333 -0.07058365045368323 -0.08449387106281298 -0.07058300766690272 -0.13334243064549103 -0.2255399467705213 -0.2589366437242473 -0.4347775407315126 -0.5034659873726596 -0.5805364681917655 -0.7021394050206706 -0.8270916294397802 -0.802787826902708 -0.778137696418829 -0.6940865095466432 -0.6642596738674662 -0.7304674221201698 -0.7672692028825776 -0.7346230790677648 -0.7101260554214807 -0.6817287394456915 -0.6025450873839948 -0.40794174777918335 -0.2601961930535091 -0.12114704849927795 -0.070740081116804 -0.08433612301005923 -0.07058321123820828 -0.13026731341559641 -0.22467141442570746 -0.2573954332646307 -0.43478044201996846 -0.4989564386962791 -0.5997134913015497 -0.7138857547013149 -0.832701577672858 -0.8318749428758241 -0.8437014416088517 -0.7674755650002362 -0.732082306538618 -0.806763816917369 -0.8598830250342978 -0.8385155238686212 -0.7845079720622419 -0.7492231122495033 -0.6984701827125348 -0.43995469790825553 -0.268978779869896 -0.12361730948365887 -0.07072366532657015 -0.08433631162630228 -0.07058332862449734 -0.13703732307300587 -0.22746723995471774 -0.2608871569680798 -0.4425303376152839 -0.5658664697150685 -0.6892449118308642 -0.7916583540336963 -0.9167927315608451 -0.8846359775387114 -0.8823357520048429 -0.8203406467045762 -0.7848579486345529 -0.8535634629125775 -0.886641862428756 -0.8675647480481162 -0.8269728370814134 -0.813942783952742 -0.7649839549636592 -0.5399514898360736 -0.35063640445628674 -0.1408408798526734 -0.07058366448988347 -0.08449312702872444 -0.0705829609571055 -0.1722553322733938 -0.24623694935879106 -0.300993963755198 -0.4990376237962953 -0.6406290925824605 -0.7767226142670735 -0.8463893584450695 -0.8645736048949 -0.8495309747882023 -0.9153517029163909 -0.8796661199442201 -0.8609138365396837 -0.8710609360758208 -0.8975933146757054 -0.9147972640527627 -0.9155981813908801 -0.8400502379355915 -0.8712630478389891 -0.6546453279960793 -0.44975315902091845 -0.15651006600139306 -0.07059110012346782 -0.08433641237118268 -0.07058335977580074 -0.19335645433749643 -0.3322085261145351 -0.40294075961010806 -0.38561219300331084 -0.497563994473045 -0.701807635884344 -0.9028472969573007 -0.9558165674453936 -0.8911827064787322 -0.8739493391169144 -0.8103868004316497 -0.7960744646441001 -0.8704617456053095 -0.8680643333692949 -0.8512187881037457 -0.7972543590246043 -0.8045533699650081 -0.7516109416232073 -0.527723572347758 -0.37004929414112336 -0.14045168035569042 -0.07058393791476411 -0.08433737995475045 -0.0707406023869821 -0.1934246931462092 -0.2578221161051232 -0.2975726880925857 -0.6199401599891454 -0.7050253617337081 -0.7842789172221545 -0.8702635318348784 -0.962350068085677 -0.9394874695167466 -0.9254163094617219 -0.8428899636904859 -0.7661587740217838 -0.8270698605577098 -0.8265250746459745 -0.9093828829834741 -0.8709405100026457 -0.8344565760983874 -0.7768090212907862 -0.5487647618242056 -0.3129327488405683 -0.12823057672160662 -0.0705838820498743 -0.08433732485800298 -0.07074054250274958 -0.150597690208752 -0.23208293289707826 -0.26647970060371795 -0.4972477662355625 -0.607741104974678 -0.753020077239328 -0.8308681054732485 -0.950456860752439 -0.9009084714094394 -0.8953436381009265 -0.8254136883040244 -0.7805372821448362 -0.8824038684038041 -0.9149556391314129 -0.8782513645243444 -0.8424527447815656 -0.829427012593871 -0.7868214174111677 -0.5582913196931925 -0.3460097361365424 -0.14227753130006296 -0.07058350610633639 -0.08433695409274426 -0.07058389482885113 -0.18479778299126548 -0.2528447720831049 -0.29214715199707203 -0.5759646810339647 -0.6504534921305443 -0.7778114063289328 -0.8942498573694636 -0.9888854415705255 -0.9721575164550187 -0.9582368230117541 -0.8835327744837369 -0.8423324169498354 -0.9067953376799437 -0.9325486502909871 -0.9137397530989297 -0.8861164533280119 -0.8917454999811856 -0.856399064145684 -0.6390795345108055 -0.4471226538160652 -0.14152778467843308 -0.0705904237244164 -0.08433641253704469 -0.07058335994131175 -0.19478101524477137 -0.35965291497617813 -0.41822351839631416 -0.6370509180452718 -0.7151720154453247 -0.7973054550049791 -0.9001455088001491 -1.0 -0.9659059351448152 -0.9631704533592981 -0.8848730385646558 -0.8239194101602727 -0.9066934384050367 -0.940171242069635 -0.9246682455098576 -0.89901005435039 -0.9018646367738594 -0.8747670142113585 -0.6450970358239502 -0.45908283200696093 -0.14752649703453058 -0.0705839094958059 -0.0844931993901899 -0.07058302716076588 -0.21432040917810694 -0.34828188325104553 -0.39967822772715056 -0.6432352390261441 -0.7134914982600997 -0.7960437945979143 -0.897703331062313 -0.9946895673338976 -0.965540573635689 -0.9556998147844752 -0.8824385726842489 -0.8278079773205765 -0.8886041636529489 -0.9323213797475134 -0.9121530297284607 -0.8800901696718463 -0.8750675233465367 -0.8174474651162269 -0.564042833801786 -0.38508082152741846 -0.1477317493281931 -0.07058349917389668 -0.08433694725389072 -0.07058388807614459 -0.18276539477538029 -0.2484900141007015 -0.30322929304489726 -0.4594963225028915 -0.564868941042829 -0.6520691418596127 -0.761283695143661 -0.8580759574063371 -0.8010113040835072 -0.7612092400265416 -0.7018151746201252 -0.6739379605001413 -0.7570017580726084 -0.8150434530940015 -0.8286115257801296 -0.8175667496113638 -0.71850939020086 -0.7279644282181396 -0.5317844160878603 -0.32132330128539927 -0.14139856962302122 -0.07069946770390811 -0.08433638597265963 -0.0705833337019804 -0.15655477165341103 -0.27673459832143815 -0.32257924873687094 -0.3448318524739776 -0.4454293066603307 -0.49702123598035175 -0.6868978262379704 -0.8151109680765629 -0.7876011130524244 -0.7964820380564163 -0.6976475326102879 -0.7262927396090226 -0.753836178522194 -0.7672380341079134 -0.7900522251095048 -0.7446516453720344 -0.724120050671802 -0.6556429452877226 -0.41374056698602696 -0.26054259982797834 -0.12470681753487055 -0.0705836150116144 -0.08433699583568693 -0.07058400161000297 -0.13904183904217018 -0.22921776771590224 -0.2645431070498779 -0.4430293941929394 -0.534553237778978 -0.6599435656969456 -0.8031350928371621 -0.916430085144795 -0.88854232514487 -0.8633904000496658 -0.7969849658115541 -0.7479274854202943 -0.8402793225171156 -0.8773342713955337 -0.8375524988574586 -0.8047628873870043 -0.7656372760133372 -0.714780162718502 -0.48132808165426527 -0.2622342586027976 -0.12678971930469812 -0.07071802827642026 -0.08435828776395372 -0.07058308932968706 -0.13580920476379577 -0.227784258266183 -0.263231595703036 -0.4353981540684797 -0.5578534813512251 -0.6598404245747042 -0.7987046764092018 -0.9040611427889088 -0.885824629944466 -0.8727067375779352 -0.80106052079183 -0.7653938581308277 -0.8410087179609442 -0.875044890220227 -0.8533601747213926 -0.8217970084387397 -0.8028655471142931 -0.7547713342393682 -0.5475863563852854 -0.3225136961515246 -0.14086928355463907 -0.07058373490753879 -0.0843371797242866 -0.07058411772154143 -0.1814873518599121 -0.24104904695326285 -0.28268316782011055 -0.5023539609616692 -0.6143322639655238 -0.7170224217956314 -0.8515617192527173 -0.9609000584108971 -0.932832876515513 -0.9091380891462918 -0.833125606257882 -0.794279407339141 -0.8668561464235893 -0.8923548116419656 -0.8508469102406252 -0.8050778952900196 -0.81557993347282 -0.7471102894037346 -0.5138182493428183 -0.3027587873309878 -0.1326306274818734 -0.07058394114860005 -0.0843373831509451 -0.07074060585603664 -0.17303276922636804 -0.240472454844744 -0.28566782405853497 -0.5365949789998078 -0.6445620043374751 -0.7640240811313584 -0.865044054704423 -0.9833748882253561 -0.964223852113869 -0.9506688237772583 -0.8561010936896896 -0.802351570248704 -0.8782476939578651 -0.9210694108056782 -0.8933936041385199 -0.8210242291147015 -0.8118294348599895 -0.7116105233054524 -0.4563852584509378 -0.2743958254845543 -0.12796612950849529 -0.07058350421020705 -0.08436674487745428 -0.07071116100828083 -0.16307581138226157 -0.24025174737486715 -0.286612966215547 -0.5493323031933406 -0.6116414055135717 -0.6580392771282756 -0.7710780498501856 -0.8798530864411316 -0.8609950194526351 -0.8517760147771669 -0.7931017430600766 -0.745177737987271 -0.8407880770944149 -0.881775930155813 -0.844931338705117 -0.819433353316405 -0.7939141167107342 -0.7453906024624734 -0.5081761933074482 -0.3109760901647459 -0.14396841137840358 -0.07058370589094715 -0.08433715111202486 -0.07058408945904002 -0.17322907601135126 -0.24064074677019595 -0.29513452042579963 -0.4673658143232159 -0.5369770074099134 -0.6813614728118996 -0.8052261742335264 -0.9482623622803875 -0.9001614855413633 -0.8847161644236732 -0.8103383838935525 -0.7957593850244363 -0.8371163990507519 -0.8885151045224996 -0.8873829993976743 -0.8534637392963776 -0.7766698575305085 -0.8077674018485022 -0.5581525146044118 -0.3360059131893787 -0.14753404055021363 -0.0705835029697509 -0.0843369509942229 -0.07058389176564392 -0.15564193909564186 -0.2956914421044448 -0.34657536193610794 -0.3457266070622114 -0.45591466993187496 -0.55515398451016 -0.7874066108358051 -0.8845243020148048 -0.8491994679481412 -0.8452906028401922 -0.7709626996935652 -0.7295019907296996 -0.7929759456770413 -0.8269988943239306 -0.8209347406921139 -0.7789701550955033 -0.769300985377851 -0.6994142004119086 -0.45316738545827123 -0.2736451606963456 -0.12809922806400045 -0.0706613923345421 -0.0843363268387316 -0.070583410870331 -0.1471384626386344 -0.2320947034247947 -0.26457465236096805 -0.44523344687782707 -0.5824032597996248 -0.7060442375258378 -0.8320194197665665 -0.9226612357228215 -0.8908722641710649 -0.8815064127333335 -0.7958946801167193 -0.7639145077465448 -0.857184565418845 -0.900944733157231 -0.8833555840578552 -0.8580154663913468 -0.8580977225214991 -0.8148629414215743 -0.5441003479778244 -0.30223263086723656 -0.1283697092754229 -0.0705838114172145 -0.08433739113884185 -0.07074061454008644 -0.13243387881081925 -0.22514545865704136 -0.26184876689435543 -0.43283231284446183 -0.48448273946319786 -0.5831475696940266 -0.7187133223539828 -0.799949818794925 -0.8010632737368314 -0.8000190391547193 -0.7169475564001917 -0.6863531450654548 -0.7615590677516785 -0.8013322287192554 -0.7598373117015358 -0.7153514053658494 -0.6929151355424835 -0.6128956347445064 -0.4123502185679119 -0.2602529275449253 -0.1219115794742399 -0.0705835896018341 -0.08449380558968245 -0.07058287805815197 -0.13104882989682234 -0.22477718175014852 -0.2572606037056218 -0.4355742612642674 -0.505237790516156 -0.5822931937009458 -0.7117015358703589 -0.7926424050030751 -0.7748899068471106 -0.8115460948093401 -0.7262884908097207 -0.6755254765848022 -0.7651463288199102 -0.8081729528577404 -0.7627608577102158 -0.7164693918946399 -0.6772899399764609 -0.6216854576132145 -0.40783243144913756 -0.25996735082284606 -0.11957928401486598 -0.0706055869262895 -0.08447208630575703 -0.07058305310495723 -0.12933210840232875 -0.22389436459251197 -0.25852989389862824 -0.43158962471814244 -0.48747625894826596 -0.6160369475540504 -0.7447513861178856 -0.8653584018830822 -0.8391828510208259 -0.8428460694500347 -0.7740249230517592 -0.7390650703971903 -0.8089643338973587 -0.849598921411834 -0.8186372783426888 -0.7752184684255637 -0.7407904788584587 -0.6976889157777603 -0.418192537323761 -0.26018022682115605 -0.12074003736438978 -0.07074003670407022 -0.08433608207491972 -0.07058310288677762 -0.13081443282105534 -0.2248004429307973 -0.2575413588247166 -0.43382432349230027 -0.5151892618027241 -0.6509200094040016 -0.8012655515689747 -0.8989280329670907 -0.8773361688984163 -0.8631028711177324 -0.7967286282587244 -0.7514780153090802 -0.8326259060471565 -0.8731884917941788 -0.842066602131705 -0.8174722117662033 -0.8327605629083452 -0.7144748008853803 -0.4711553775866502 -0.2693994260061765 -0.129688172062537 -0.070733037822231 -0.084336309336604 -0.07058339371517901 -0.13444457740603152 -0.2266400493411083 -0.2784515769893624 -0.3738225079096823 -0.5237474624790948 -0.7357084389259305 -0.8422790112872663 -0.8994674891844224 -0.8636252986879249 -0.8471803034450656 -0.801810781465921 -0.7787696195300848 -0.8030140407276254 -0.8733079303628666 -0.859058118037553 -0.848787637303226 -0.798189348171865 -0.7528776943876186 -0.549052145742607 -0.3253649167714529 -0.14474503540877418 -0.07058341270333501 -0.08433686198560533 -0.07058380384893759 -0.17156439767394285 -0.2836930022148529 -0.3500281465277828 -0.34843850552340483 -0.45717135451570645 -0.5752369511821018 -0.8043997189384519 -0.8879230290810273 -0.8349761546086323 -0.8415011971390715 -0.762242748782321 -0.7623966270250063 -0.807453708812741 -0.8471459719660667 -0.8210746872433295 -0.7890937200647725 -0.8267318078766357 -0.7404524401888851 -0.5129110699340284 -0.35080722075799625 -0.1368660128501647 -0.07058385318649947 -0.0843367413587424 -0.07058368468921154 -0.1690378638034375 -0.2406872438332017 -0.2872998944317228 -0.5213842544171993 -0.6084798760603517 -0.6904552600790671 -0.8148033021506522 -0.9131245920631826 -0.910796380466336 -0.8776378799391787 -0.7464428079805713 -0.771348565510499 -0.8544323950648356 -0.8858771380299223 -0.8529590534733693 -0.8295596971115206 -0.8736364843480658 -0.7738892420859214 -0.5222752920956768 -0.30778146013084146 -0.1350185409231011 -0.0705838251601804 -0.08433726874137515 -0.0707233364965739 -0.1779992900344112 -0.24394367330907285 -0.2866696932977305 -0.5230702814031695 -0.6206483216873188 -0.6982422041249555 -0.8153549674132816 -0.9180153596196293 -0.8900853969122586 -0.8773158087813551 -0.8022474665906176 -0.7620914711339676 -0.8385010054447777 -0.883279113013616 -0.8507289673144889 -0.8093397363515124 -0.8356972443924241 -0.7343107256142873 -0.49155721909045436 -0.28191443677172934 -0.12761054080186912 -0.07058376813066214 -0.08433721249924288 -0.07058415009575249 -0.14496040974049196 -0.22812740776201976 -0.26871972155782414 -0.4547723272578241 -0.5914968604833677 -0.7048947232446667 -0.8419774307967501 -0.9430666079518925 -0.9151626525210412 -0.907654869924223 -0.8326659164133233 -0.7886666272250231 -0.8638180737156022 -0.9014362739631878 -0.8736238265286297 -0.8401817354941234 -0.8626594548532859 -0.7781092100104123 -0.4798627129075009 -0.27094969507144984 -0.12557570202717552 -0.07058383390959479 -0.08433727736716362 -0.07074049090590173 -0.14099648594489503 -0.2300877479500334 -0.26606429990281594 -0.47734074733557563 -0.5961898092869827 -0.7534623357629733 -0.8740640055300449 -0.9763760758677061 -0.9641562959433734 -0.9255760182554448 -0.8613440943095811 -0.809050750728218 -0.8757870086792818 -0.9087167587952327 -0.8798338237893846 -0.8427474355453909 -0.8952633080999787 -0.82466237564488 -0.6037532832383509 -0.35954585075044027 -0.14324195805087347 -0.07058347317080062 -0.0843374736678799 -0.07074070422205012 -0.15900201323214821 -0.2334587599332718 -0.27012257492998276 -0.45036829079444296 -0.5201950051705645 -0.6136682149837906 -0.718621771578717 -0.8445873507389341 -0.8310602601591814 -0.8264719605245401 -0.7704850975589134 -0.735901086127749 -0.8062836669746191 -0.844214186272145 -0.7961191393004433 -0.739601456327141 -0.7507212148807014 -0.6452262740059113 -0.41349423942763314 -0.2601110116248259 -0.12564658903399972 -0.07064119991386311 -0.08443545036918948 -0.07058306954020695 -0.12569930341723662 -0.22247120034748816 -0.2728540068644076 -0.34933749386572577 -0.43380299770551717 -0.5738691140512777 -0.7231027612612508 -0.7827039222802228 -0.78865474722569 -0.7827419616974847 -0.7389994115725689 -0.7332480617634718 -0.7727897366083614 -0.8438123727545548 -0.8046533908942904 -0.7251740502235418 -0.6506090460206909 -0.6008083345837525 -0.4075068481400159 -0.2667028147704697 -0.13089030038365007 -0.07058371708007259 -0.08433663940485853 -0.07058365100045902 -0.12628511841860182 -0.2458286191756821 -0.3040379937153288 -0.34506181990668267 -0.4481098076733948 -0.5261875387930643 -0.7887033273151298 -0.9068174248506183 -0.8803623678525989 -0.900592302049369 -0.8268661427151143 -0.812421259781944 -0.862260440032744 -0.8719657015065081 -0.8581542955607322 -0.8262744577880098 -0.8696053379272072 -0.7761361757266089 -0.5626813115735741 -0.40733936319701064 -0.1420427142023465 -0.07058374266324216 -0.0843371873722045 -0.0705841252890435 -0.19416347110766105 -0.25800551943666533 -0.2997630822195836 -0.6223959775641282 -0.718153489723542 -0.772566678077452 -0.8640234531677949 -0.9619542139565793 -0.954362647072513 -0.9141504046974841 -0.8538252072850742 -0.8044574201546171 -0.8774634415960212 -0.9202782356199029 -0.8895358138760772 -0.8611564213460899 -0.9084762488842651 -0.8341945502599565 -0.6084653151421684 -0.4191034236482434 -0.14324267490924344 -0.07068218075126899 -0.08433639018493691 -0.07058333785909501 -0.1933299085678617 -0.25711687535490396 -0.2962016810018636 -0.6006585805710682 -0.7127820105889086 -0.8135826340917447 -0.8930405804141662 -0.979930855222189 -0.9492540273056626 -0.9418892448718426 -0.8400514175739682 -0.7566027596583679 -0.8002643902141459 -0.8003961315244733 -0.7159824003538822 -0.6913813715570061 -0.7581216020544989 -0.6451606776551579 -0.42456741108706997 -0.2604086422772512 -0.1245610294279798 -0.07072694657356979 -0.08433631083249331 -0.07058332784740524 -0.14125383706139286 -0.22906016863327494 -0.26639849925878945 -0.4355473013094377 -0.5144553242071243 -0.5993131140458493 -0.7393215785342548 -0.8516438945077706 -0.8477336096371402 -0.8360450455506334 -0.7651365675587555 -0.7397865912079047 -0.8083013685316627 -0.8501803165063833 -0.8110576150736191 -0.784656336521248 -0.8016266620308636 -0.6976290168135758 -0.4544350548689453 -0.2604118933727497 -0.12433063290784097 -0.07073271455246846 -0.08433630941553102 -0.07058339379350088 -0.13341577404657887 -0.2253556471140314 -0.2602694232679626 -0.43399763809540165 -0.5058260505682293 -0.6646024602865246 -0.8029326406789541 -0.9044727271999198 -0.8730778460879651 -0.8676924193943 -0.8019903801893586 -0.7618333199726172 -0.8382279029291807 -0.8670086344535715 -0.818147315411903 -0.7532661896767523 -0.7719226920141807 -0.6731903082554821 -0.42724270747166737 -0.2603527233362174 -0.12418470012843424 -0.07072336594251764 -0.08433631170455566 -0.07058332869639712 -0.13915875679654857 -0.22731851962074764 -0.26778316594575596 -0.4538377896942594 -0.5966159685563117 -0.7228684964207934 -0.8389639940216364 -0.9415021776884678 -0.9319016738134824 -0.9249030958441482 -0.8558402316955713 -0.8135116049576581 -0.881886536392479 -0.9255402949437296 -0.8902956057573015 -0.8469742044488697 -0.8646141402479776 -0.7623545937209071 -0.5125186396151102 -0.3221762387953941 -0.14065237279202514 -0.07074017933467491 -0.08433628240458263 -0.07058323141036914 -0.1671039595162803 -0.2411103864312886 -0.28629565737782586 -0.379273085930594 -0.5067377648086966 -0.6562418126043478 -0.7439461015923701 -0.8152364735434972 -0.8005336259425029 -0.7877038842562677 -0.7211914295523105 -0.6950906542021192 -0.7307703552944854 -0.782548943290778 -0.7538601664137664 -0.7402258403790963 -0.7039059153428022 -0.6453835388201896 -0.44454399527528676 -0.27895618894663 -0.13578244245263105 -0.07060592762376819 -0.08433634041089007 -0.0705834241503865 -0.12928942643428923 -0.24275684114632007 -0.3435287136673432 -0.3446760148287096 -0.43772180897455987 -0.45750460746780486 -0.6630133038898117 -0.7390887952811284 -0.6949855735467627 -0.7373367004212411 -0.6471551024548742 -0.5947763619478348 -0.6453874663250856 -0.6837947938835431 -0.6594916596564033 -0.6216828775527777 -0.6602050477405954 -0.5797122715129915 -0.38046167650012797 -0.25370567040196906 -0.12284015396590417 -0.07058340275234191 -0.08433678565608974 -0.07058379486056512 -0.13203519288592241 -0.2266336483539196 -0.30633831921919263 -0.4351199769573092 -0.4801803832209704 -0.5420862095094808 -0.639141341415706 -0.7233253609898158 -0.7211110267203128 -0.7216747636657925 -0.6188047924053055 -0.605652116130618 -0.6839179435544238 -0.7275872224297734 -0.6934797576502661 -0.6710733471092062 -0.6917175290448573 -0.6200779469005394 -0.4077006828539323 -0.25991734592786664 -0.12001181413406713 -0.07073998391749332 -0.08433620140527248 -0.07058328800537536 -0.13118600275789472 -0.22620574171255242 -0.3051088704393168 -0.43424833629006077 -0.47849888504617144 -0.5482660154195623 -0.6579890523666464 -0.7552211029581637 -0.7513236069864148 -0.7440615977220856 -0.6789332956024028 -0.6538969875602543 -0.7206813059655838 -0.7525046171346857 -0.7203492596042282 -0.6667871225729909 -0.6877552915346731 -0.6175113405163207 -0.40757583389309404 -0.25973016333475174 -0.11851614648013385 -0.07058375834150787 -0.0844937942839005 -0.07058286757545716 -0.12857666371351312 -0.2244432852571139 -0.30414415219452184 -0.43758711402529443 -0.4774027185664738 -0.5548226814609649 -0.6831378207207548 -0.785966527836873 -0.7726037414828507 -0.7742073660690086 -0.7230608658141466 -0.6615232564121089 -0.7232779671649772 -0.7582046847239033 -0.7367400525951833 -0.7195985943685929 -0.7506467604482728 -0.6336056181406989 -0.40770465674267 -0.26008442934337384 -0.1214370557632157 -0.07058361462542001 -0.08449383251399606 -0.07058290299746044 -0.13512698432735093 -0.22812150804673065 -0.3090565864304414 -0.4386666636345827 -0.4784709816925612 -0.5318761036219379 -0.6237072168608164 -0.7542122900619529 -0.8216149187471475 -0.832405491596792 -0.7708580460608943 -0.7309070654481258 -0.7961927410162128 -0.8307945319279021 -0.8077050988288732 -0.7448989470460672 -0.7469259317108389 -0.6571452328580722 -0.4219212910086685 -0.2605092238306483 -0.1245574377650313 -0.07058392667501827 -0.0843373044703825 -0.07074059108466865 -0.14730573692602647 -0.23361477343017528 -0.31476506174800856 -0.4756520241931991 -0.5470664736169757 -0.6438075210327058 -0.7723887015372398 -0.8954412396311919 -0.8680289929532216 -0.8693002936291422 -0.817625325278344 -0.760709045731809 -0.8373033578607707 -0.8773764479302466 -0.8143524479999026 -0.775938972279125 -0.7958716972051126 -0.7036133172909674 -0.4481070675342192 -0.26223878756091334 -0.13088524463272672 -0.07058377678953717 -0.08433715603919682 -0.07058415921846517 -0.14054529329404042 -0.22985415040241347 -0.3249086615298558 -0.39014610021261475 -0.5131859836115767 -0.7293231747105539 -0.8438099922612547 -0.9247239060823362 -0.9007272144295306 -0.8628672356381107 -0.7943491835907569 -0.8040814484911277 -0.7057622244541094 -0.8747317368282688 -0.8727001050332995 -0.8508528410884191 -0.7883372086552409 -0.7581946806007165 -0.548845872879018 -0.3533093615556832 -0.14641007076204327 -0.07061433032150621 -0.0843364067081183 -0.07058342140345139 -0.14350717470926536 -0.2609620729811055 -0.3584533509837258 -0.34547663683446833 -0.4415034419649545 -0.49445242680652746 -0.7014462858397128 -0.7985806167977184 -0.7710948528492949 -0.8021564826816936 -0.7398191632975972 -0.7215619455206187 -0.76374802163408 -0.7751303094569022 -0.7633595053513259 -0.7086884041684524 -0.7399921884984109 -0.6387863383310224 -0.4092237055918234 -0.2593301483361157 -0.12737843606021013 -0.07058340147157871 -0.08433678439559929 -0.07058379362528544 -0.1649288129940389 -0.239185123178308 -0.31757516853246726 -0.484698048493149 -0.5625707703172982 -0.674394167835931 -0.7978080873765391 -0.8988021280325994 -0.8957078297174685 -0.89854691524928 -0.8025541030792073 -0.7686349114187513 -0.8129008778849343 -0.7957026468953631 -0.8116048512392218 -0.8082161536294498 -0.8202488045557204 -0.7300417119344872 -0.464330268621181 -0.2708236646859262 -0.12458544297178531 -0.07074003374639624 -0.08433614878683304 -0.070583099461804 -0.13573301312172545 -0.22763233357627718 -0.3060477770388162 -0.4326688876344439 -0.4791797358963777 -0.53718511612176 -0.656702770803424 -0.7343242375899047 -0.7628994047562684 -0.7486630799262796 -0.6586021303292846 -0.6139579527728811 -0.7162342059958942 -0.8021038781849944 -0.7979051211816008 -0.7734449791698644 -0.8150290735761778 -0.7101569394596473 -0.4610335076742422 -0.28064124362527976 -0.12844355088794948 -0.07074008717105641 -0.08433619782072256 -0.07058314788413092 -0.1648626439635181 -0.2391226806060208 -0.3158271058566428 -0.46760823462700696 -0.5331824948694777 -0.5969397403307755 -0.6415013320357607 -0.7537909769075624 -0.7302542602745459 -0.7113720160506773 -0.6750770963707555 -0.6472922262285714 -0.6184677279486174 -0.6304682704236804 -0.5833959765620202 -0.5754143664764113 -0.6200487625789317 -0.5787569344240914 -0.4068092653945697 -0.2596397464749343 -0.11714052809124746 -0.07074018783770933 -0.08433614975141922 -0.07058310041435145 -0.12558154813114605 -0.22253169994737024 -0.30192208205583393 -0.4288699523266793 -0.4778605056030971 -0.5327636715089887 -0.6232309610877906 -0.6718254231225765 -0.6195319410706848 -0.6112527909468655 -0.5566277427664432 -0.5354100602922216 -0.6092039079130497 -0.6311340881900219 -0.5839258261258735 -0.573589164687218 -0.6199600919126619 -0.5790634434393609 -0.4070009553190617 -0.2596366353516255 -0.11715756657904143 -0.07074027421558034 -0.08433622930827012 -0.0705831789746603 -0.12762855858673536 -0.22399671348419267 -0.3032642183096687 -0.43401811166321685 -0.4791897771262869 -0.5314210717989049 -0.6246542803106446 -0.6856919899652528 -0.648820945347016 -0.659272251172657 -0.5794586595933603 -0.5553164940207413 -0.6395125937710161 -0.6610213595329677 -0.6099796552974097 -0.5870150267443157 -0.6228985753329488 -0.5789897201343771 -0.4069125212099336 -0.25969357998956893 -0.12121588565415603 -0.07058377681910018 -0.08449389043601743 -0.07058295454961933 -0.11755614442073731 -0.21934436414324257 -0.31290145063559205 -0.3435907261437733 -0.4166515097309292 -0.539245385055984 -0.6194473693613146 -0.6498439376417741 -0.6051739125247587 -0.6192316062394122 -0.5553767931761254 -0.5394807200866011 -0.6027659340122782 -0.6500839313634331 -0.6345775651688458 -0.6007633165424712 -0.5861953885267239 -0.572168495478454 -0.406735873678755 -0.28112350971017663 -0.1279172613880929 -0.0706932421359053 -0.0843363947264556 -0.0705834096082767 -0.11639846670993967 -0.22364659475505835 -0.31765589192650295 -0.3459549128155324 -0.4365909506663055 -0.43813581592606365 -0.6005015016797868 -0.6771113947776001 -0.609665502265524 -0.631741351488632 -0.5511005222422698 -0.5359480746250833 -0.5781663962173902 -0.6257261689779893 -0.5812911660665593 -0.5481694785612158 -0.5880606341387402 -0.5466152040963786 -0.396143792504181 -0.264830195616984 -0.11721401671073056 -0.07059505123946297 -0.08433641717730961 -0.07058336452649215 -0.12303697326644236 -0.22073243735156234 -0.2992307214450518 -0.46731395188646374 -0.5031890509318488 -0.5341791330693513 -0.6258912659888577 -0.727261915887223 -0.6886391051187369 -0.6844103245172698 -0.5817885495129403 -0.5663617613233254 -0.6310218844902379 -0.6746524003902995 -0.6175026413301213 -0.569773831444408 -0.6197681997668449 -0.5787345649915491 -0.42010884977713164 -0.27053260077428853 -0.11707090615624878 -0.07058424400072029 -0.08449318950468547 -0.07058308673724391 -0.12510261505468662 -0.22064501713054194 -0.29908400578944294 -0.4646237644822297 -0.525236685423862 -0.5328634059034919 -0.624696101724684 -0.7026215684429017 -0.673273425028868 -0.6805298268760914 -0.5999340289213821 -0.5746544871834893 -0.6633646747165186 -0.692819231170963 -0.6401618030423655 -0.592217489039172 -0.619845579368565 -0.5788104685504459 -0.40660278152727153 -0.26983381690567015 -0.1170744332396289 -0.07074017676391231 -0.0843362355390431 -0.07058325305691772 -0.12486585506164515 -0.22059357993244064 -0.29907856219122 -0.46131073611722084 -0.5220972411029002 -0.5330200095091053 -0.6241426972654773 -0.7068590008354997 -0.6886278618778111 -0.6544612142747752 -0.557194684394491 -0.5361777310370219 -0.6136640412271792 -0.6460142299980859 -0.6274798238539842 -0.6021797287321927 -0.6264729881309304 -0.5791989617944115 -0.4072405676744921 -0.25968163807714983 -0.11737498886161021 -0.07058377383686525 -0.08449381102511068 -0.07058288307942999 -0.12873419951879975 -0.2235867444125761 -0.30246519781625936 -0.43297247281913714 -0.4764494644113425 -0.531084270009608 -0.6239947197410199 -0.7002338543310941 -0.6718966724036746 -0.7139915868414365 -0.6134319623049153 -0.5982933335874477 -0.6767365650958228 -0.7153771122634223 -0.6707083166393251 -0.6448566855999551 -0.6855404145978907 -0.6216255267872253 -0.4225698962819458 -0.2598660311938195 -0.1221300690260537 -0.07058392916495901 -0.0843373069345164 -0.07074059654737343 -0.13798284389879956 -0.22942247576616398 -0.3112118639613931 -0.44553139380337037 -0.5143854575261736 -0.6084361700164577 -0.7182189323820817 -0.8235769412189824 -0.8166955369267308 -0.7972809985106435 -0.7360831523233595 -0.6962999339634013 -0.7672076323060286 -0.7815314371968985 -0.7441064973726873 -0.7333341034071788 -0.7733983627298854 -0.6998048526590142 -0.4720507228885974 -0.26148475639978197 -0.13299105418561627 -0.07058388579155984 -0.08433726397709124 -0.07074054727023237 -0.13446008751641952 -0.22702029255108142 -0.31985911072849943 -0.3509468247741886 -0.4495595124236414 -0.5749656301932448 -0.7041797959725365 -0.7628964672660195 -0.7475046597413296 -0.7147097813702474 -0.6942140358828107 -0.6251827773752593 -0.6735984515498035 -0.7272596450159947 -0.6784793061187041 -0.6472500914677891 -0.5881747851488391 -0.5722918061879433 -0.40700281414719575 -0.26650500127568505 -0.12810037963920787 -0.07058425151910268 -0.08449319780463227 -0.0705830257070818 -0.11777810349597827 -0.22797141414262273 -0.3214328298787856 -0.3443326499998236 -0.4395893076229123 -0.43920547196647464 -0.6000002797296741 -0.6552002123349221 -0.5921922289913508 -0.597745093737632 -0.5363677211140234 -0.5267392209972783 -0.5786735703085155 -0.5964192282977685 -0.5718280448798533 -0.5464250918318555 -0.5879573968337513 -0.5765671559543698 -0.3945365452160343 -0.26517508895212955 -0.1170922186842855 -0.0705835968666621 -0.08433707765175566 -0.07058401687904141 -0.12469258908195738 -0.2218350701255407 -0.30097336564273813 -0.4371611556331494 -0.4992626833108621 -0.53284499742201 -0.6238128421210294 -0.672264552245859 -0.617366357107198 -0.630761032014999 -0.5703599920331891 -0.5395880712285306 -0.6148532333125861 -0.665784652979449 -0.6206232048886676 -0.6216568093624697 -0.6199239420666854 -0.5789915159707717 -0.406953269075287 -0.2734532690219956 -0.11707218966017108 -0.0705838422887279 -0.08433731969563225 -0.07074053690088597 -0.12483306851822779 -0.22126554935583534 -0.30017444009417094 -0.4537740854721145 -0.4767789332055205 -0.5424039924851395 -0.6419967900648333 -0.7524185452290885 -0.7307037067089701 -0.7411113431355755 -0.6685753646422145 -0.6450837444916899 -0.6938751871736492 -0.7220566147598244 -0.7000142776927819 -0.7299906411320369 -0.7169773995975222 -0.642193136898136 -0.40765216909811525 -0.26015885841231373 -0.12185860813730001 -0.07058344628511191 -0.08433735423938735 -0.07074064494472715 -0.1430058449278787 -0.23065090243339684 -0.3132144586751264 -0.4756269086081702 -0.5497469524710704 -0.6253237654738706 -0.7393561648859703 -0.8700790076366021 -0.8453375582309353 -0.8178851171438706 -0.7412611216103795 -0.6918844277115723 -0.7719335381958248 -0.8097936081051388 -0.8063388033580161 -0.8301118819852269 -0.8380638769418961 -0.750463838739496 -0.5387562337591059 -0.3202316035172443 -0.13906078557662552 -0.07058351505216946 -0.08441798820528923 -0.0706593802965852 -0.17766592985287855 -0.24374406092004977 -0.32961997019489475 -0.5146568593281027 -0.570294231836085 -0.6217332575112892 -0.7664564791636527 -0.8861537510978525 -0.8563622436059003 -0.8483437688864501 -0.7295740017371066 -0.6982273423303962 -0.8105931263987508 -0.8057112512465995 -0.8106506593574838 -0.7931780965697687 -0.768694606618912 -0.6734029950866018 -0.4458232155759293 -0.27185291726607436 -0.12611554615602022 -0.07061092666675284 -0.08433640754219245 -0.07058335500404168 -0.14979645542326253 -0.2332393710175708 -0.3140233948124001 -0.4606462635847121 -0.5192347244826022 -0.6514319325796751 -0.8176289876261856 -0.9323848211075502 -0.9371000949234376 -0.8990001495851566 -0.8195983837906616 -0.7571507981988969 -0.8073378847426699 -0.856487566134132 -0.8392427256794689 -0.86274108583567 -0.8725926245304888 -0.7714266766776012 -0.5121289987444076 -0.31487889285465076 -0.13923352363115382 -0.07058370930608272 -0.0844931758514585 -0.07058300562990494 -0.16305252264362638 -0.24433641760367397 -0.34175559022407687 -0.4656374420188697 -0.586469267863458 -0.7351018975676469 -0.8030528298347742 -0.9026574455313161 -0.878758833419185 -0.865194391689776 -0.8016505025864867 -0.7789486971549876 -0.8188702257231787 -0.8804264485423307 -0.869188073630134 -0.90466971948515 -0.8190518765451866 -0.7977430611189754 -0.5942322468532559 -0.42457172503592017 -0.14854352470313714 -0.07069645017879932 -0.08433638671289814 -0.07058333442832083 -0.17210286667330238 -0.3118147821054084 -0.4204487267836345 -0.3727096448531139 -0.4681465829641899 -0.5293386116245081 -0.7430466902577171 -0.8435189852068835 -0.7919716108855112 -0.7979856318690209 -0.7020325459624186 -0.6866792682044893 -0.716980735261191 -0.7616642724072251 -0.712830566587346 -0.7093297607657854 -0.6550689714603859 -0.5473832871324832 -0.3797547916535477 -0.2530464780192613 -0.11905827105302867 -0.07058346583850315 -0.08433684812681722 -0.07058385630889982 -0.12715776422401773 -0.2226206839620992 -0.30243000135842907 -0.4300244634876093 -0.4788454347990361 -0.5322592120516472 -0.6247737952760009 -0.6863739406355547 -0.6812250823298258 -0.6758454280864371 -0.5797430204910089 -0.5454004793277719 -0.6304526271568068 -0.6877101808074985 -0.6591470055072135 -0.6944050944461984 -0.6639203065144801 -0.5793275070879278 -0.40704239609310167 -0.2596512386332208 -0.11706629418359224 -0.07058375270069928 -0.08449386448821969 -0.07058293050513186 -0.12632488235884182 -0.22289120931405737 -0.30163804681614365 -0.4407610056126484 -0.47845954853265793 -0.532875039664099 -0.6246740778590582 -0.703144930158118 -0.6841853603917791 -0.6781794145916007 -0.6190562095388554 -0.607907396294278 -0.6648452579659752 -0.6841142347146815 -0.6420574611092444 -0.6768899791102955 -0.6760569706157119 -0.585386795864565 -0.4071966013616416 -0.25963754308035975 -0.11734745777044583 -0.07058391587842432 -0.08449320637650692 -0.07058310210867315 -0.1268481874023827 -0.22263649775294359 -0.3014556697282287 -0.45473463789964497 -0.47738062691389577 -0.5387856465491859 -0.6619958144706505 -0.7960280479594697 -0.7816933355581384 -0.7671610323444422 -0.7310296006141694 -0.6769889259919399 -0.7586930735721774 -0.787099010391954 -0.735212803780556 -0.7245075059448588 -0.6982810983972482 -0.5877500386552531 -0.40739671047693204 -0.2596292921890709 -0.11808859653867194 -0.07073993385231143 -0.0843362342500077 -0.07058325253485509 -0.12794530350028646 -0.22358353367656403 -0.3022887264806435 -0.4301231598849823 -0.4790456833776898 -0.5584511755302748 -0.7133815788811154 -0.8309849946008377 -0.8417111902087792 -0.8367188533589998 -0.7695903219138753 -0.7382671662750002 -0.8164809982504937 -0.8478171777499571 -0.7859237387241547 -0.7769955808724934 -0.7592991594943557 -0.6306849517110152 -0.407833071504598 -0.25995264350655745 -0.12039923873275529 -0.0705837119027709 -0.08449393717739091 -0.07058306867301643 -0.1308330942864137 -0.2248917332510405 -0.3039472754331622 -0.430741544744828 -0.47700091180993737 -0.5320782754162997 -0.6599694317798676 -0.8122758208101527 -0.7776211522064419 -0.7664771753314178 -0.7206298477273918 -0.6821117099746036 -0.7571854609624263 -0.7735024187626945 -0.7183367583560304 -0.6936562245730276 -0.6600177632596415 -0.5796848895897514 -0.4073385536911089 -0.25961698520915577 -0.12206312188783752 -0.07074002283673578 -0.08433626594517583 -0.07058328296090334 -0.12263751222990375 -0.22159660002800577 -0.31506516270525076 -0.3503447117016614 -0.4169121713972491 -0.5389672496927411 -0.619453728312339 -0.6401284011873304 -0.6234640142361606 -0.5975492782684155 -0.5429657308634265 -0.5423035949797033 -0.5766106726359516 -0.6500830288413861 -0.6317080483576709 -0.6651560141982092 -0.588607122971572 -0.5727962810738639 -0.40744528175948247 -0.2665295018826015 -0.13050599743337304 -0.0706231744315289 -0.08433633619620129 -0.07058342002177212 -0.12424281061500404 -0.23898905918136443 -0.3331052566830304 -0.349675737205333 -0.44119865787052537 -0.44075513527166504 -0.6026759169837584 -0.6772957299329297 -0.669848268870231 -0.639116599621555 -0.5652285951818247 -0.5495937022275635 -0.5908044060942755 -0.6222145388289355 -0.606041843798431 -0.6118994463116696 -0.6123266852975945 -0.5474066474033633 -0.38003009490426726 -0.2529638862957887 -0.11972919862054572 -0.07058391743607013 -0.08433729532261064 -0.07074058119627133 -0.12787003728813134 -0.2240819037227753 -0.30353849006345385 -0.4334938862875709 -0.4779825201315257 -0.5433569438521885 -0.7171797605374332 -0.8593300303241886 -0.8476323765202218 -0.856003199828902 -0.7690772236534819 -0.7177835107351013 -0.8057311037238176 -0.8463584777680723 -0.8206249652405515 -0.7947749046776279 -0.7736524377151809 -0.6971279445819174 -0.47012597509873943 -0.2599534089161505 -0.1224009758636553 -0.07063119310853551 -0.0844460194368295 -0.07058306140847387 -0.13269298190762618 -0.22743072795636113 -0.3063137918587114 -0.44112624905641723 -0.4831534500729654 -0.5331380256467675 -0.6240632780236236 -0.732065752860622 -0.7390182602172514 -0.7724452709258649 -0.6593896789143417 -0.6259646272827449 -0.7085998901160707 -0.7279195073312209 -0.6765715574012657 -0.6793819848519803 -0.6670036073094989 -0.602371294933536 -0.407527877810013 -0.2599980695403423 -0.1207890391105185 -0.07060343627735931 -0.08433634103211575 -0.07058335753599874 -0.13262188511947137 -0.2262620631759257 -0.3058150575003624 -0.4409911044225575 -0.4831648823324565 -0.5315829624986249 -0.6364378470700465 -0.7213476823062087 -0.7493108409534771 -0.7479566537430706 -0.6480117136735756 -0.5901426126179623 -0.6459555502005714 -0.6336475547560734 -0.5969194226398454 -0.6185778930148379 -0.6196427088192172 -0.5788711503432274 -0.406526311743649 -0.2739809230835891 -0.11706955097894764 -0.07058345349884407 -0.08433693626979558 -0.07058387722333996 -0.12611116386560758 -0.22223521669667334 -0.30132808421386226 -0.436904672575216 -0.4804709480083502 -0.5306699891301345 -0.6225995895192968 -0.6712516717016426 -0.6097197464997407 -0.6024570323240611 -0.5550620809711477 -0.5542871906723325 -0.6327725749106546 -0.677316052623425 -0.5975180091543941 -0.6174773442437144 -0.6189038386968149 -0.5780135399449251 -0.42522619198325956 -0.270651057371876 -0.11718806092198018 -0.07066570584886044 -0.08433640101498668 -0.07058334855482963 -0.12256774970703095 -0.22061022104544267 -0.29888696896584405 -0.4740674738434001 -0.5188275116721651 -0.5713927500875225 -0.657103405388618 -0.6707073938465703 -0.6097334964277633 -0.6022003898813154 -0.5544588464784651 -0.5336082118967201 -0.6020537954730973 -0.6262303662460776 -0.5946197782905392 -0.6170561649145798 -0.6185498298730762 -0.5777724127366107 -0.4210071751822263 -0.26979185333959893 -0.12129119935140983 -0.07067008547398171 -0.08433640001403074 -0.07058334757302809 -0.1142377725952235 -0.21698156046303851 -0.309947820566031 -0.3763464229694384 -0.45315079218832666 -0.5769424909512079 -0.6529442676101241 -0.6392427700729667 -0.6041621452510499 -0.5902187059767393 -0.5431041772896041 -0.5347806571782361 -0.5709711611624614 -0.6384769514496004 -0.6257524793860768 -0.6532514802317695 -0.5859998813741764 -0.5721727191502253 -0.406892756940878 -0.2664044805151166 -0.1278773620301902 -0.07072369230438295 -0.08433638270389081 -0.07058333046323559 -0.11915355782978404 -0.2293898917349314 -0.32621621170051596 -0.34984439584895477 -0.4383588468105077 -0.43697888532798557 -0.5988048086342432 -0.6542859766794458 -0.5858836982292088 -0.5851728314819219 -0.5313747269544886 -0.5234222706060015 -0.5672429439905939 -0.5947124876904816 -0.5742111943847465 -0.5885384824523205 -0.587462294382332 -0.556844497998616 -0.39000505750739767 -0.26379432518112006 -0.11706127063813357 -0.07058369240161988 -0.084407607380483 -0.07066948030759235 -0.1218562772177558 -0.22053641126475212 -0.29907144336888286 -0.4630682675600407 -0.5154184406324718 -0.5693521135428912 -0.6532759223784987 -0.671262307579275 -0.6102983723589692 -0.6025222570037375 -0.5547470246154378 -0.5344447646967652 -0.603755130287392 -0.626048765434996 -0.596093115957373 -0.617789953897612 -0.6188224408536416 -0.6079350450565771 -0.42003856664727196 -0.27001941593066925 -0.11705915195946746 -0.07058374292424803 -0.0843371108861724 -0.07058411410698888 -0.12205768491483728 -0.21973504189483953 -0.29796750710722353 -0.4529479017699793 -0.5054178816091148 -0.5697238426534743 -0.6612440355261235 -0.6715963811938447 -0.6353077354874955 -0.6383159985596197 -0.586787436189612 -0.5510721933629954 -0.611633597103853 -0.6440752223739197 -0.6471766480681506 -0.6497563854357811 -0.6495134439483051 -0.5791110828400173 -0.40707404805910213 -0.2597476099298589 -0.11810219231033692 -0.07058392169938263 -0.08433729953575692 -0.07074058575171503 -0.12697841969305704 -0.22285702028460633 -0.3015036509422258 -0.4351791842620355 -0.4774470950372763 -0.5304631646056605 -0.6231830754608686 -0.6749400585779994 -0.6110525630826421 -0.602998415050062 -0.5543757224819423 -0.5347005156221342 -0.6029264466259743 -0.6388097925102756 -0.5935432760890123 -0.618040399891947 -0.6192164360803359 -0.5782108895964985 -0.4064560824076074 -0.2699504083176448 -0.11707369941210585 -0.07058385991661507 -0.08433733707649553 -0.07074063198784131 -0.12285938831331401 -0.22086583260630333 -0.2991314029291936 -0.4651648952780335 -0.5115264783660001 -0.5538493655093749 -0.6238662950398535 -0.6815478658774741 -0.6409316060583066 -0.6390193745675236 -0.5854765556559907 -0.5517510854438732 -0.629866978300988 -0.6634765301730694 -0.6422255574926625 -0.6482958434811619 -0.6378642806784833 -0.5790977711889919 -0.4166744138527475 -0.26992247135466096 -0.11706592713650651 -0.07066507902897286 -0.08441161036090204 -0.07058314417946776 -0.12522167419342142 -0.22174615156315086 -0.30030303356279797 -0.45539377931605757 -0.519113806622378 -0.5766120717147013 -0.6597971820530064 -0.6704196750937472 -0.6105576386161694 -0.602799777081921 -0.5552721656289791 -0.5351429175985026 -0.6026882789167488 -0.6244576113055347 -0.5976359503080858 -0.6172672462401331 -0.6188763684369823 -0.6106656343235893 -0.4234228257546862 -0.2699063533316989 -0.12120622274404713 -0.07058411161905112 -0.08449387989063414 -0.07058287557174803 -0.11434044748943704 -0.2168391326073745 -0.30981007415848033 -0.3738801815332042 -0.45363122984814747 -0.5622620679354376 -0.6337736065961354 -0.6800065004626431 -0.6447258554448421 -0.6342646550411088 -0.5804605869609475 -0.5680067379748472 -0.5999157660325994 -0.6732850230448325 -0.6737512370919471 -0.7000963337999171 -0.6331718590072368 -0.613838458028038 -0.4369410635346518 -0.2777884546304043 -0.12808835371082944 -0.07058296666594867 -0.08433645623172335 -0.07058340308849459 -0.11859816976883972 -0.22219591435080724 -0.31609194386627915 -0.34975682021903126 -0.4417532438007213 -0.4459057485449055 -0.6065091959521841 -0.6653630502560751 -0.6061214037118334 -0.6081766427849372 -0.545624883235534 -0.5346524406834098 -0.5794590148128193 -0.6077787999061479 -0.6051309802080997 -0.6189296208421508 -0.6211052982626236 -0.5580272351122045 -0.389132067237457 -0.26315075051435083 -0.11706578712641003 -0.07058383682845022 -0.08449319364274226 -0.07058295344958315 -0.12445680257128784 -0.21813235766881017 -0.2956710308228533 -0.4517207807684669 -0.4923829257930104 -0.5576122804592446 -0.6521967655167487 -0.6928814918849711 -0.6088217762665366 -0.6015523208574293 -0.5532837950301331 -0.5333816691205483 -0.6024311952486102 -0.6250744374955736 -0.598911090429533 -0.6173274305715425 -0.618321874432924 -0.6022901619638727 -0.4185878577988584 -0.2713906655031437 -0.11706696694206509 -0.07074006888450865 -0.08433627483514775 -0.07058322392976198 -0.1225940018167772 -0.21849691148391798 -0.29745968266845674 -0.4753514597113374 -0.5199995049926469 -0.5307769764673507 -0.6230589733077903 -0.673743904235624 -0.6347810906902902 -0.6331552781360364 -0.560354946462314 -0.5379595162650233 -0.6074937723999361 -0.6357818422132948 -0.6025087532592999 -0.6180962775904703 -0.619381470205105 -0.5784391903115106 -0.4063604360848603 -0.2699483057372854 -0.11707626615711014 -0.07058384864043878 -0.08433732595792208 -0.07074054371875202 -0.12405732648806034 -0.2209171849560307 -0.2993425198242186 -0.47688616630689895 -0.5005871387978357 -0.5337277603487152 -0.6256392469049743 -0.7348307915186367 -0.7349550735915009 -0.7371345929730361 -0.6630161442518838 -0.6330101319097492 -0.7009527670685772 -0.7435571199007815 -0.6797370721208498 -0.6597272070170846 -0.6382855345827646 -0.5788666394130915 -0.40699866466321616 -0.25976499966748273 -0.11905749364645658 -0.07058348602554736 -0.08433742225832816 -0.07074071858117702 -0.1282716437557912 -0.22350107704962296 -0.3029996826785887 -0.4369653135746776 -0.4774922359743575 -0.5308111603988516 -0.6238034847601088 -0.7032980105063734 -0.6553584434890866 -0.6406588318587729 -0.5900691396374805 -0.5509512120737133 -0.6299475745240363 -0.6592684198390848 -0.6442925920414846 -0.6488332961985862 -0.647167097600165 -0.5795307469889426 -0.4071125664617884 -0.25961671489199767 -0.11720737505192219 -0.07058387676262592 -0.08449316357510275 -0.0705829943943359 -0.12577927884968504 -0.2226083285838353 -0.30121912608852375 -0.46239359050779233 -0.522271490994978 -0.5749960985363136 -0.6580877468849753 -0.6715337741039268 -0.6103571068571627 -0.602538197634882 -0.5544016345193185 -0.534232967878822 -0.6137733202562189 -0.6486789119592534 -0.5993263905791956 -0.6173555958766723 -0.6186869035578914 -0.6025145856427292 -0.4190653020576202 -0.27000550282332225 -0.12119309668843144 -0.0705838767031754 -0.084337243167146 -0.07059799519925407 -0.11465436724923635 -0.2184801965862696 -0.30950559397426375 -0.41697539157928215 -0.44925004143591274 -0.558871136325237 -0.6300057481724768 -0.6673273227640569 -0.6357649903318995 -0.6217765751842355 -0.56237914483793 -0.5521083480811148 -0.58933111001585 -0.6592116921781778 -0.6686498694094808 -0.6943842805162622 -0.6263840552447213 -0.6080759621349893 -0.43024186093497874 -0.2767442722676064 -0.12791234034538843 -0.07058342575939773 -0.0843372514387636 -0.07063750902972148 -0.11915937294275766 -0.22228838906704373 -0.31522412610967043 -0.3911329517721047 -0.4399757528924956 -0.446719462804387 -0.6068032129630253 -0.6691505291009471 -0.6148472895364573 -0.6177996800548137 -0.5499222500853075 -0.539938596945206 -0.58447749159246 -0.6219095481709086 -0.6526437124253615 -0.6202120192816357 -0.6215135325625224 -0.557961328774998 -0.38905569302935994 -0.2631576386285476 -0.1170900340317627 -0.07073172562533189 -0.08433638082304637 -0.07058339593485714 -0.12409210881505281 -0.2243239264666738 -0.30276681888574936 -0.48866678088715976 -0.4872224188857776 -0.5450282028916162 -0.6358915881234819 -0.7023754569134827 -0.6582073855839472 -0.6472732715561944 -0.5836942811373157 -0.5506989169676164 -0.6228598432950232 -0.6575099589915485 -0.6836948050854887 -0.655687193002393 -0.6542367668306613 -0.5932437783064034 -0.416594356105007 -0.2698284103770133 -0.11717972289690452 -0.07063686108087906 -0.08433640304734881 -0.07058335056495993 -0.1244703247077931 -0.22553444978455015 -0.30385579464828893 -0.488668867397436 -0.48761424076486665 -0.5425736496013199 -0.6331779988926663 -0.7009224903930525 -0.6589504417405712 -0.6496355234459679 -0.58961417412258 -0.5606807191314188 -0.6314541558433021 -0.6661699450275217 -0.6913396375927423 -0.6608219308758511 -0.6598981029624723 -0.5993499601657756 -0.41656536778121434 -0.2697799085223937 -0.11708524749734371 -0.07073731020937771 -0.08433637951420653 -0.07058332731175147 -0.12473973438237487 -0.2256654447859517 -0.30411033563676415 -0.49134468414916854 -0.5001292904604462 -0.556142202794769 -0.6412117487671237 -0.7103835460860374 -0.6075851748935501 -0.6005438211191327 -0.5528832209062616 -0.5492838440123784 -0.6263465933109942 -0.668825775960841 -0.6396648460084209 -0.6164687681832862 -0.6180123957016527 -0.6095429735770452 -0.42418084724198757 -0.27003578536357287 -0.11717950232325977 -0.07058367639596082 -0.0843364877679393 -0.07058350112607886 -0.12347232924057946 -0.21813240997774833 -0.2969589635045765 -0.5138324503151616 -0.5140404245575894 -0.561799988033539 -0.6452882148541118 -0.7157705946508532 -0.6086521242671445 -0.6014067876845456 -0.567558245586601 -0.5529369709728233 -0.6275293708332583 -0.6831682288537336 -0.6968584696601781 -0.6760515618700488 -0.618119149270486 -0.6151333976655374 -0.4296096213960676 -0.2711225486533556 -0.11706657941622221 -0.07058361255621401 -0.08433690442607457 -0.0705838457767607 -0.12357310361469112 -0.21828846751383915 -0.2988648748139152 -0.5030153785088578 -0.5076925255279588 -0.5628855891509409 -0.6476007275829067 -0.7203581303020987 -0.6091356892242622 -0.6016825481562548 -0.5537769428441579 -0.5447256375342361 -0.6186359026039321 -0.6515833858875848 -0.6403186159456203 -0.6172184899357465 -0.6183282278459488 -0.6105750202741469 -0.42180308451589915 -0.27000141492707125 -0.1211916279395748 -0.07058380001589074 -0.08433726175030186 -0.0706899670470228 -0.11564967493402667 -0.21617242144787385 -0.30883416727340296 -0.4240330468847582 -0.45965787234946015 -0.5617346729218666 -0.6192116988859424 -0.650346767779312 -0.6374113767993056 -0.6364168718329598 -0.5759094482433922 -0.563971968166844 -0.6046710677431799 -0.6553081077751676 -0.6900609768317689 -0.6520230242162433 -0.5856843472455937 -0.5803581640535737 -0.40686285504045355 -0.2664291609648613 -0.1281537686480322 -0.07058385493959109 -0.08433667615289014 -0.07058368714965677 -0.12344381557668534 -0.23544181233719907 -0.32949943740261095 -0.39113294535869986 -0.43866666496321116 -0.43796454364274745 -0.6354213849001381 -0.709091440426005 -0.6826419066895314 -0.6889667247403385 -0.6130931172902153 -0.5996440272259526 -0.6378933367972975 -0.6691415911645195 -0.6749525394541831 -0.6365312188855513 -0.6266641452699946 -0.5740100963671706 -0.3798793826606444 -0.25330179828063915 -0.12213616533165499 -0.07069083185436638 -0.08433631965165886 -0.0705833365136344 -0.12827085661605983 -0.22339001221701646 -0.302301948788683 -0.489873473129848 -0.5067835716870938 -0.5682410426701174 -0.6433735725654482 -0.7113235870987175 -0.6650430255939834 -0.6509171083662326 -0.5812158751718796 -0.5450478874851 -0.6200518358433753 -0.6638450999336756 -0.6861760163241892 -0.6628125907100029 -0.6627644602168866 -0.6035948015475282 -0.4167327300038581 -0.2700111616619793 -0.1170671178001619 -0.07058381395989925 -0.08433729175809926 -0.0707405065394178 -0.1235958758710169 -0.22596414554075983 -0.30721212221658284 -0.4885968387873619 -0.4903178646854131 -0.5434200516917851 -0.6315442519754846 -0.6974256876370101 -0.6545996513561321 -0.6462807326368617 -0.5851148066297482 -0.5540214901794411 -0.6289065874023337 -0.6646454843495861 -0.690469338899033 -0.6636778675257863 -0.669248058624202 -0.6065810442352441 -0.418500491273995 -0.269782241723021 -0.11717780342432549 -0.0706754282632728 -0.08433639401528797 -0.07058334163549432 -0.12504769000082136 -0.21813266212154886 -0.2958486084523034 -0.5056714552270494 -0.5077393721680538 -0.5641106424293137 -0.6501864569961567 -0.6696471384776861 -0.6087332045528849 -0.6012687286104684 -0.554522157308192 -0.5368378677271879 -0.606372976721259 -0.6639301974104684 -0.6733897984525101 -0.639723222020866 -0.61956482439372 -0.5777743068268928 -0.4064364809272721 -0.2655201993706207 -0.11706848003946936 -0.07073978538575679 -0.084336330330972 -0.07058327875346514 -0.12682943429034574 -0.22251904704342898 -0.3009190753057098 -0.47876272583953455 -0.4876694170655203 -0.5370273063747494 -0.6439464769328941 -0.7197490290937156 -0.6108098969659127 -0.6022296289938011 -0.5874895222285147 -0.5496329266050881 -0.6323765520821379 -0.6830536710189788 -0.7027528213247997 -0.6477094106289548 -0.6483918065405657 -0.6128839105131584 -0.42352865574031556 -0.2700261671348619 -0.11706232496172983 -0.07058372530333021 -0.08433720431575012 -0.07058420603349638 -0.12356438856804378 -0.21864805175739802 -0.2971040228895986 -0.5014729243265611 -0.5044988879520718 -0.5571565714766498 -0.6464767320759618 -0.7179441504933994 -0.6085078160021129 -0.601465577898217 -0.5534552515323979 -0.5334992022083025 -0.6034595179645245 -0.6359455396987169 -0.640181692061065 -0.6172091122110809 -0.6183726422239947 -0.6046810001169088 -0.42336842477638775 -0.26999068518531383 -0.12120234022754421 -0.07058406071096647 -0.08449382467308891 -0.07058289360417647 -0.11545618944069176 -0.21615531773619553 -0.3092798262404836 -0.422640245611796 -0.46004305681679775 -0.5685738670559424 -0.6419749823134795 -0.676191464078606 -0.643430632555264 -0.6310188800067894 -0.5756928509301242 -0.5654090330933778 -0.6029333464408885 -0.6768734796906113 -0.7204065559797226 -0.6394214729183889 -0.6279777730869673 -0.6058662633413089 -0.43288101726839384 -0.27668899703515487 -0.12782877838788068 -0.07059015526814752 -0.08448731943047888 -0.07058305591556818 -0.11690172471293524 -0.22180450074516853 -0.31718702173869157 -0.396238716983496 -0.4515636539466349 -0.4471892475420937 -0.6068677551949032 -0.6666004954066043 -0.6145379088623253 -0.6186125361722389 -0.5497177782650831 -0.5358757853785768 -0.5850563608397336 -0.6182931965092627 -0.6482375007517714 -0.6166228250231437 -0.6151462057677729 -0.5554528766363133 -0.389158136398653 -0.263188577642429 -0.11705499187413884 -0.07058366240076924 -0.08433707180979547 -0.07058407565944287 -0.12410363777756302 -0.22452980065303238 -0.3029997157627201 -0.4885761386223148 -0.4888455732628102 -0.543832516732815 -0.6422887963714602 -0.7140204861829391 -0.608772503957452 -0.6015592391843678 -0.5540300850449419 -0.5343035197622665 -0.6041552375056303 -0.6300318589282823 -0.6401017494311924 -0.6169127494245012 -0.6179665903054984 -0.6032595689529333 -0.4222422948767448 -0.27086483972251174 -0.11707163879255511 -0.0705841314362075 -0.08449390138308932 -0.07058289558557274 -0.12305132619204091 -0.21919498546217803 -0.29762471414631386 -0.5078863272185671 -0.5113343208334421 -0.5724377240601727 -0.6419825588448016 -0.6723651103162716 -0.6200539618659767 -0.6062642577388859 -0.5571407910766297 -0.5339717405334465 -0.604519556488183 -0.640112479716795 -0.6409341544463395 -0.6176727121764977 -0.6181427481493534 -0.6016595254347786 -0.41806000488994427 -0.27000913867640697 -0.11706512462670818 -0.07058370856879487 -0.08433707692387492 -0.07058408069171195 -0.12230057620385684 -0.22155515127189404 -0.2977773638243103 -0.4989441390720824 -0.4990456976279841 -0.5522168617883639 -0.6434407057397465 -0.7145475958723158 -0.6087523489004831 -0.601140811187081 -0.5691409498716541 -0.5545567720045881 -0.6269793345937865 -0.6809149328823002 -0.6936240718843584 -0.6680307573888186 -0.6723063067273627 -0.6058835718430459 -0.4183956433244578 -0.26999250093532423 -0.11713220275032157 -0.07058307903235803 -0.08433656702018719 -0.0705835790747783 -0.12329585719174259 -0.21813282573841694 -0.2988919606436299 -0.49925890395824385 -0.5038842248676909 -0.5579313374443122 -0.6375786234178086 -0.7017946423843924 -0.6567870281493837 -0.6504243486311901 -0.5833255195988375 -0.549095869253187 -0.6265664328387568 -0.6722620755456907 -0.6849715606306168 -0.6628291641141294 -0.6637111963434522 -0.6048229953599367 -0.41880113086264437 -0.2699348783944539 -0.11706204094568234 -0.07058368833585514 -0.08438833041271276 -0.07068885594025502 -0.12562575963306263 -0.22627369991510335 -0.3045565421554168 -0.4886445223717925 -0.4918719792339744 -0.5474458289066636 -0.6358948195934337 -0.7044500589166466 -0.6344446376549272 -0.6270817851002392 -0.5858963712731224 -0.5583847391432976 -0.6292583113457038 -0.6706532334150317 -0.689483489683208 -0.6652797852528151 -0.6689504855230607 -0.6103511902156955 -0.42503978959516203 -0.26981897561417234 -0.1212109769212139 -0.07073620300873018 -0.08433637977481132 -0.0705833949112234 -0.11828141530063761 -0.215388848996566 -0.3077205485139325 -0.3913038867877486 -0.42487937001873816 -0.5370661090489585 -0.6192096948812794 -0.6377557582748502 -0.6039371390280063 -0.5912198186713948 -0.5446798836008171 -0.5412936444605438 -0.5880243672098401 -0.6518185542774302 -0.6718788150532641 -0.6577195362662533 -0.5855486648806189 -0.5717695713265282 -0.40659088037132535 -0.2663271049996481 -0.1279472340986832 -0.07066616108919886 -0.08433632568674382 -0.07058334245594422 -0.12220488380624772 -0.23834590885420082 -0.33565328530633093 -0.39162390233084227 -0.44171509146483384 -0.4383032194696697 -0.6066263426808551 -0.6724028959224407 -0.6269330061502446 -0.6269949653785968 -0.5651927101250723 -0.5371366518771675 -0.5742373921524104 -0.6083918886454053 -0.6225105713180504 -0.5882278153848707 -0.5865413121737639 -0.5626016768717185 -0.3891745509531213 -0.2632268220124711 -0.11709609360656759 -0.11705618067874962 -0.07058379674694211 -0.08433724918335796 -0.07074053125978556 -0.12216907165704037 -0.22037015913601854 -0.29865039917732106 -0.4562227625045035 -0.4998414903615354 -0.5536443833645305 -0.6411183905886703 -0.7075990926141454 -0.6356186148049171 -0.6430733374339545 -0.5778037681478736 -0.5529632794373079 -0.6376052533320484 -0.716416795817501 -0.6861363964908089 -0.6645578024623826 -0.6650667586829369 -0.6059346982504318 -0.4173300022384998 -0.2699392162336156 -0.11706322994243967 -0.07058342879267071 -0.08433725440494301 -0.07065489002158887 -0.12501060563836833 -0.22534346474788708 -0.30763242402528423 -0.4455578497023994 -0.48866106915631025 -0.5454415182948337 -0.6327395522924216 -0.6961253765976946 -0.6491806128119955 -0.6403944922407592 -0.5760048724821343 -0.5483846079182538 -0.6366942644836764 -0.716947729071911 -0.6869444640523213 -0.6651364120200232 -0.6672721173033693 -0.6052054215611345 -0.4214757764724953 -0.2699131287362487 -0.11707330975088089 -0.07058389681694058 -0.08433737347236288 -0.07074055468340743 -0.12653196980266573 -0.21813198279227758 -0.29567107440434254 -0.4635851915233935 -0.5047346072752268 -0.5540495390601768 -0.6390692209596789 -0.7063526320896905 -0.6654959191950458 -0.6546188404579124 -0.588280979026285 -0.553671358351504 -0.6441717972010501 -0.7261780091656169 -0.6965723195697904 -0.6740905566697849 -0.6740916305831863 -0.6139312761094746 -0.4257828861354572 -0.26982795002868964 -0.11707726229742434 -0.07074007973626904 -0.08433619099263294 -0.07058314114349228 -0.12636047506746054 -0.21813246936312178 -0.29567155307522913 -0.4637453623926343 -0.5052961956163251 -0.556095171839126 -0.6432263138720096 -0.7114921506515588 -0.635194836654743 -0.6273640871686955 -0.5865962024909326 -0.5563196129451518 -0.6405193134498373 -0.7250771265649517 -0.6936404555087933 -0.6707157382232438 -0.6731828429052662 -0.6146341590230711 -0.42953859920875326 -0.2710723391504778 -0.11713982355776933 -0.07058363744169674 -0.08433662714463469 -0.07058363822355787 -0.12577008742589268 -0.2181328885721274 -0.29582731621008834 -0.4357057830918673 -0.48140635273482096 -0.5327731987187205 -0.6241904268139955 -0.6692318163433484 -0.6079446264993579 -0.6009100042079989 -0.5755922673352436 -0.5497618163805157 -0.6404144146015069 -0.7197054801084615 -0.6921679610513924 -0.6703411266206803 -0.6737768144772378 -0.614815832799708 -0.4257587608456948 -0.2697832325215696 -0.12119257593093347 -0.07073991850844219 -0.0843362890171841 -0.07058330565070407 -0.11775055266940387 -0.21538910409612375 -0.3098786309936276 -0.36781445057636947 -0.4371154648423434 -0.5550508411020739 -0.6285932023112645 -0.6676862035976133 -0.6304347849404612 -0.6180057828509236 -0.5605950044097634 -0.5529038156147207 -0.6003637452953019 -0.7138367960405815 -0.7007773877334142 -0.6852676101781406 -0.6199417519041323 -0.6010309334999349 -0.4254821887167358 -0.2766429107967789 -0.12799701847258232 -0.07058388093278384 -0.08433686980379618 -0.0705838769311355 -0.11913259970524866 -0.22316753763469518 -0.3155655354664784 -0.3566367244913522 -0.45154419658633904 -0.44648033858304126 -0.6076775138531829 -0.668840461549299 -0.615068912146965 -0.61941225517268 -0.5573440684354274 -0.5465090385766471 -0.5992025042722479 -0.6725187297310906 -0.6556038112723737 -0.6300957607588313 -0.6320053790551239 -0.5721481872544233 -0.39280550826173827 -0.26321635557789796 -0.11706038092077926 -0.0705834457427568 -0.08433727099442204 -0.07073406886923958 -0.1251971422791852 -0.21813188146298354 -0.29567097473420956 -0.46552221667960986 -0.5199448388245127 -0.5654260928205624 -0.6506943957443405 -0.7216250604569938 -0.6397738984928055 -0.627516923467221 -0.5836478130375736 -0.5584266072673978 -0.6433927075344062 -0.7221377687675846 -0.6908673440273351 -0.669688258499139 -0.6748794644739926 -0.6178273541034358 -0.42720408186191833 -0.2704005709584584 -0.11707094247764623 -0.0705836068877379 -0.08433742866342515 -0.07074065531694622 -0.12620002101635203 -0.21813203726521171 -0.29631125831925975 -0.46347221029617824 -0.5156689393949208 -0.5692217316021916 -0.653280850290938 -0.7203936815691234 -0.6080052408096076 -0.6005452560738577 -0.5692180186302963 -0.5554626408441409 -0.6399702578848044 -0.7276587500683598 -0.6953137679738925 -0.6672613389615114 -0.6682002538597018 -0.6037660065958103 -0.41986007221747057 -0.26985799623392265 -0.11706592887601479 -0.07058377153563317 -0.08449388475132753 -0.07058294928494321 -0.12564105491798475 -0.22602353608494363 -0.3074638448558884 -0.441030371176423 -0.4880332954568041 -0.5460305780454547 -0.6379727686181559 -0.7090543816507486 -0.6078578920602437 -0.6024021443138554 -0.5547684998170467 -0.5443173155925323 -0.632656721240685 -0.7178395930898386 -0.6895762123485565 -0.6690083598398152 -0.6706267994977037 -0.6120553775892387 -0.4328650095935093 -0.27398309200034754 -0.11705413631269299 -0.07058425119457523 -0.08449319744099697 -0.07058302538158669 -0.1258233787383883 -0.21813235815286489 -0.29731736393143415 -0.436473653964154 -0.4788821862308984 -0.5295835759750187 -0.6232750738432472 -0.6929326198480147 -0.6626876757836669 -0.6297737746931565 -0.5619943245951188 -0.540776601343582 -0.6392718372214946 -0.7331031020968295 -0.6403278162615802 -0.6163708990726063 -0.6176583103022161 -0.6040860836871133 -0.42012286192373766 -0.26985310056259865 -0.11705454221162602 -0.0707400596861242 -0.08433614841110185 -0.07058316737687757 -0.12359173516865682 -0.2215837374046066 -0.2979262001821825 -0.4559641831072475 -0.4992669044704488 -0.5462031175829793 -0.6316453781004518 -0.695964365653667 -0.6517624093922981 -0.639827685441854 -0.5774001667617873 -0.5511181040583781 -0.6362990384978123 -0.7152771309577681 -0.6842041732528726 -0.664169047248305 -0.6662080382503288 -0.6087849175325725 -0.4209326771771931 -0.2698102634138487 -0.12119434243275404 -0.07071952400791454 -0.08435689546485048 -0.07058315850636768 -0.1176793060900258 -0.22235201032711774 -0.31560796492689513 -0.35766773903526583 -0.4311176172779761 -0.5504650513634582 -0.6277414011339131 -0.6607192310833186 -0.6321598134363635 -0.6167967426832575 -0.5623495692484466 -0.5526836081373959 -0.5970003852522185 -0.714530240028475 -0.6977778008772721 -0.6813807191239332 -0.6139110042230054 -0.5929331655953051 -0.41823234820627897 -0.2766989758480891 -0.12793093431286612 -0.07058336360873355 -0.08433719064232581 -0.07058419257164823 -0.11823389644785064 -0.22239212805693392 -0.31499155856666955 -0.361583430506776 -0.4547370714596036 -0.4470106312354769 -0.6087849867670612 -0.6693215464905341 -0.6144680538671107 -0.6174914527623075 -0.5559435595927564 -0.5430254667801206 -0.5982836210600934 -0.6722787165135092 -0.6551589486649106 -0.6266865292187098 -0.6284511143706353 -0.5669441553252619 -0.38910346743424534 -0.26324665357556093 -0.11716724669175387 -0.07058668067701909 -0.08433641481097955 -0.07058342937900973 -0.12570041262706214 -0.218132681165876 -0.295671422455146 -0.4630469024209983 -0.5086836566043056 -0.5619575541609111 -0.6457103569451655 -0.7138362559739436 -0.6401444362047222 -0.6294539946824959 -0.5879710658986674 -0.5616250558278836 -0.6446748427021084 -0.7233159345781772 -0.6950713613518009 -0.6650294387976194 -0.6640733536051976 -0.600886177162906 -0.41777850596778593 -0.26988743181193864 -0.11706411659117844 -0.07058376386553217 -0.08449387649582563 -0.07058294163791322 -0.12580440120316594 -0.21813220815044174 -0.29567129608268816 -0.45602407245135085 -0.49886947023288286 -0.548344457568004 -0.6361055825837794 -0.7010955435539736 -0.652188089854459 -0.6393599207460259 -0.5744111520435812 -0.5513975606721586 -0.6334493325982374 -0.7117616683549356 -0.6790402560904842 -0.65788644955303 -0.6586883798898833 -0.6007770316372265 -0.41633788607294075 -0.2700047454396611 -0.1170545923490553 -0.07058336763253083 -0.08433719457815055 -0.07058413238573809 -0.12551251609300135 -0.2267014103331603 -0.30478516160825925 -0.4463463626054434 -0.4889305624773413 -0.54051221121087 -0.6315827093005971 -0.6899849224943821 -0.6452281036417664 -0.6343558717022478 -0.5728184259156726 -0.5463552488233152 -0.6312392676153967 -0.7043322854813304 -0.6696206197239025 -0.6475228364463681 -0.646147512962745 -0.5893609989526365 -0.41631423506991816 -0.26999072854257194 -0.11705831260733601 -0.07058344176205002 -0.0843372670982856 -0.07071551008258456 -0.12405043127660349 -0.22600964222681794 -0.3041980100676175 -0.44635330533743345 -0.48854575570053227 -0.5411169420788718 -0.6313084196581595 -0.6934160213354145 -0.6485775477780269 -0.6361868210906053 -0.5724215862034443 -0.5467212826760861 -0.6281278808063009 -0.7034635415534162 -0.6691376509394863 -0.6475400848674937 -0.6475895305043802 -0.5889968281408997 -0.41652896857038496 -0.26982891707689727 -0.11707085626862068 -0.07074026366556395 -0.08433621959119958 -0.07058323737050856 -0.1248015380212706 -0.22582151189687535 -0.30398930810995406 -0.4472066637385946 -0.4871933777821641 -0.5394191597332223 -0.6313641206507136 -0.6921024674408043 -0.6467814914678186 -0.6401904562359026 -0.5775460796934451 -0.5489773829224099 -0.6281340467876302 -0.7038581280634678 -0.6716229016203893 -0.6483514922519487 -0.6480607276191556 -0.5904847721094587 -0.4165648217020883 -0.269945158161897 -0.12119372364079928 -0.0705836961235592 -0.08433710510557903 -0.07058404400908883 -0.11667680086629943 -0.22167413354637977 -0.31445502829207544 -0.35712371446263363 -0.4300427987437321 -0.5519326980032297 -0.6333786152265767 -0.6775991258844747 -0.6236738894987937 -0.5876734440425123 -0.5406922779111567 -0.5353848619200005 -0.6063587939971624 -0.7217712650037411 -0.7104275414962402 -0.6890810170743298 -0.6313493062605732 -0.6122657849884221 -0.4394575908452025 -0.28718457636143757 -0.12792424178971562 -0.0706805834184819 -0.08433639761624838 -0.07058334519541924 -0.11757182386291298 -0.2240761879068374 -0.3198063985539096 -0.34924732629124217 -0.43853980722073915 -0.45160677555361334 -0.5974710041467267 -0.6527351712914146 -0.5891156625788734 -0.6061491344593153 -0.5299944774248442 -0.5314691721227846 -0.5812485268597369 -0.6499025539885388 -0.6224031325090934 -0.5878315451948889 -0.5868438981726947 -0.5460376571182723 -0.3788519307268371 -0.25294420844207305 -0.11711027571979636 -0.07070689596735195 -0.08433631572511037 -0.07058333266409689 -0.12604758774866257 -0.225122644414106 -0.3048890643598292 -0.4364849941928802 -0.4796602440305423 -0.5397368212888358 -0.6365351340842322 -0.6706985901757423 -0.6095298847455939 -0.6019878402767617 -0.592769961489102 -0.5735711696621881 -0.6469306255826881 -0.7253993267377852 -0.6983266432020627 -0.6748650743108928 -0.6731037856787251 -0.6101844743113884 -0.4200737878822878 -0.2698157373682737 -0.11716388728622783 -0.07066696526144933 -0.08433639519890176 -0.07058334281257171 -0.12282980425491392 -0.21947877374169128 -0.2972898608209266 -0.45393571070645466 -0.49879279169377544 -0.5440342424023771 -0.6315550601575066 -0.688850270321371 -0.644580331854666 -0.635018037522365 -0.5695447717914021 -0.5545863305376229 -0.6324264626487547 -0.7060948024607931 -0.6748130126100894 -0.6530663060953359 -0.6551667922926457 -0.5954866225010047 -0.41667961915041196 -0.2697992937384803 -0.11706105930349546 -0.0707399297683443 -0.08433629930057003 -0.07058331576318587 -0.1249372111586366 -0.22573930273536968 -0.3048654865866616 -0.4472138870951864 -0.4913835747054313 -0.54100875767652 -0.6314836776060471 -0.6890636998755161 -0.6468842727108214 -0.637969402043503 -0.5721111450546519 -0.5543418160005888 -0.6372090816954104 -0.7081961624971106 -0.6769934498259236 -0.6532552607392862 -0.653161300550731 -0.5931798668208618 -0.41641559654342813 -0.2699282308523825 -0.11718573749977962 -0.07058342753292526 -0.08433641796871204 -0.07058343248593434 -0.12512316020986228 -0.21813268627805113 -0.29567176650318955 -0.4599083761354502 -0.504379967323437 -0.5550797813679343 -0.6420247266432425 -0.7004157625402117 -0.6564154290082572 -0.6445161953669784 -0.5804688942973364 -0.56122654477272 -0.6398266286970858 -0.7147812081427228 -0.6811095421678486 -0.6607938613159665 -0.660432854979233 -0.6035211039375397 -0.42017447991086726 -0.26988226725637754 -0.11706169928217691 -0.07058360372421954 -0.08433742556191773 -0.07074065195769795 -0.12652159054383613 -0.21813203398438508 -0.2956711247614815 -0.4794251687790971 -0.4781896701262229 -0.5335110035724906 -0.6305307426920107 -0.6756273102530109 -0.608505661090313 -0.6337985425075947 -0.5835908189869297 -0.5579721983523716 -0.6446296284793437 -0.7201453468518465 -0.6901196291723798 -0.6668547675264556 -0.668357009531435 -0.6095820395369932 -0.4217218309777066 -0.26978923276568717 -0.12119742413203538 -0.07073999707119179 -0.08433636076227416 -0.07058330879952542 -0.11708451637049408 -0.21538873077389012 -0.30837856408461733 -0.41176177797715674 -0.4483096397222166 -0.5571112553314876 -0.6269401240015253 -0.655320201814726 -0.6240761531261276 -0.6108942588389982 -0.5567510071818702 -0.5526688036838212 -0.6007315050808084 -0.7124682065682922 -0.6947974240975372 -0.6824241919722328 -0.6153565284705771 -0.5963959259152215 -0.42234812034599994 -0.2765345768599013 -0.12794108876340213 -0.07067566372544482 -0.08433639395496645 -0.07058334157453335 -0.11789716344325415 -0.22285171437668577 -0.31548907152556743 -0.40267636729790157 -0.4516439869192706 -0.4508574628865519 -0.6082178917805279 -0.6618368379868276 -0.5969984023151318 -0.5974102998208719 -0.5400174501057761 -0.5375270136340347 -0.5901955670933301 -0.6586323150680051 -0.633240491929227 -0.6004974835182332 -0.6007965772976398 -0.555233870776952 -0.3891202408615903 -0.26312698905138543 -0.11707791952771167 -0.07058356804974769 -0.08433739065895826 -0.07074061401901019 -0.12286593419365992 -0.22407406501125726 -0.30248578363767764 -0.48860630124226784 -0.48757123335852004 -0.5420503262043012 -0.6346778489778854 -0.6830281898490631 -0.6268384616692368 -0.6182834115056127 -0.5646950239535656 -0.5457702126598049 -0.628416528917003 -0.6968339626766931 -0.6546706379972318 -0.6336957712851985 -0.6358761133123215 -0.5875123834002803 -0.41656422276165456 -0.2699470421557591 -0.11705702874135462 -0.07058371828257513 -0.08433719740130448 -0.07058372122120601 -0.12343988043549309 -0.2236477440772625 -0.30178209832414393 -0.4885894884134674 -0.4912512537429253 -0.5415633603695335 -0.6339513091278308 -0.6795229466467431 -0.6219900482401939 -0.6126915383481585 -0.5664635237514711 -0.5493982823762598 -0.6352639678884827 -0.6967490458753305 -0.6515958542197635 -0.6297066245879592 -0.6314598513911929 -0.5875277551480009 -0.41653779186097706 -0.26984901801018746 -0.11706634692405632 -0.07058375236888866 -0.08449333760456909 -0.07058293583983703 -0.12418969014073215 -0.22309566371375883 -0.30227838720020433 -0.4886243603817439 -0.48951605491408934 -0.5399657666563052 -0.6314957965448128 -0.6799169647310276 -0.6205797267903096 -0.6121268483415558 -0.5646719788710008 -0.5511437379782773 -0.6348177124542753 -0.696857632087116 -0.6486521548596537 -0.6262708234281376 -0.6275018005326023 -0.5873145837282142 -0.4165689651736547 -0.26977710313966957 -0.11736165443200448 -0.07074060433334754 -0.08433616600390875 -0.07058318466936093 -0.12419927877607559 -0.2231145595250796 -0.30078253221446877 -0.48864781899442167 -0.48650220811509826 -0.5396936178840872 -0.6310698164175028 -0.6794927461317258 -0.6176360056942838 -0.610693981211668 -0.5630778064598606 -0.545137641136601 -0.6312714039135837 -0.6966433906603506 -0.6495227785927215 -0.6262708234281376 -0.6275093333410344 -0.5871281888823467 -0.41629934780363315 -0.26981058168505123 -0.11725391249359125 -0.07073993264040972 -0.08433628703205834 -0.07058330369852878 -0.12332663043079395 -0.22233149433088992 -0.2998777624971716 -0.4886586080781021 -0.4899044295767973 -0.5399904633108649 -0.631231008745389 -0.6792812425223177 -0.6183302596146102 -0.6121274810781103 -0.5671069079639287 -0.552361644233601 -0.6333915342245112 -0.6968190260555536 -0.6486568924380999 -0.6262708234281373 -0.6274577730814214 -0.5869966854251927 -0.4163163065050873 -0.2699819945923341 -0.12131016827573608 -0.0705833614100939 -0.0843371884786599 -0.07058419045445832 -0.11647356402086959 -0.2191875294139193 -0.31142136679313676 -0.40134444973121214 -0.42760769554961797 -0.5464658664158111 -0.6256179736209148 -0.6462902784259359 -0.6115178232132924 -0.5980009241504026 -0.5508127369514786 -0.5453448314674789 -0.5955751162546842 -0.7100551376242137 -0.676045768547891 -0.6483669238797966 -0.5941224840421755 -0.5799452277991034 -0.4165161957619946 -0.2764768994106179 -0.12836434924119516 -0.07059509959304353 -0.08433641139118493 -0.07058342600636398 -0.11641663015286591 -0.2195614056733362 -0.3115249984639763 -0.40150083165632167 -0.44749783419085337 -0.44662959830431676 -0.6066864765681289 -0.6610734044973047 -0.592594123282475 -0.592735219024202 -0.5386263809642181 -0.5337999653250698 -0.5851287847444026 -0.6586476313147653 -0.63094307601949 -0.5966571567668261 -0.5961497689606934 -0.5551850993220943 -0.3891482930077454 -0.2631170243076547 -0.11736159423504111 -0.07058380146645278 -0.0843374432166001 -0.07074022164641203 -0.12222019122825944 -0.22133403554448608 -0.29870712729444604 -0.4886113850315357 -0.4866112498492913 -0.5406620723070379 -0.6309897576361465 -0.6787171107848291 -0.6174885419516019 -0.610870257950294 -0.5634031871415309 -0.5456026318304832 -0.626961143052185 -0.6967271485945172 -0.6489929542920502 -0.6262708234281372 -0.6276595478048492 -0.5868189277122434 -0.4162884055317948 -0.2698166110823066 -0.11734618079489911 -0.07073997464616474 -0.08433614902990202 -0.07058316797689938 -0.12235474116836846 -0.22154451136904155 -0.2987120203550761 -0.4886454197131036 -0.49438358194607657 -0.5404588661088428 -0.6320163508320095 -0.6792002394323184 -0.6181367493118866 -0.610738438792656 -0.5664435747871476 -0.55442497405735 -0.6350329991760622 -0.6967707455763554 -0.6498320167304054 -0.6266818018289083 -0.6284731923392369 -0.5868004677804295 -0.4163018881863915 -0.26985989299602864 -0.11709058678946659 -0.07058380019635983 -0.08449391558850033 -0.0705829778671245 -0.12177639623098116 -0.22108419324633546 -0.2989625799255375 -0.4886269503755774 -0.4943712324298924 -0.5429489149026577 -0.6333428653388451 -0.6815331093870411 -0.6355484447007597 -0.6236928587129265 -0.5676524995576372 -0.5535283353653567 -0.6349758621629207 -0.701851768851331 -0.6718636072071329 -0.6519501712737373 -0.6561933768557562 -0.5955233188767253 -0.4164985639869114 -0.2700490772904713 -0.1170513279877675 -0.07058337716913572 -0.08433682693996013 -0.07058376923544316 -0.12309302098812881 -0.2182889640159941 -0.2956710210876556 -0.5005870988529202 -0.5047213091517172 -0.5521529449953781 -0.6376547388257152 -0.7015655332533479 -0.6591895553802287 -0.6493238845810217 -0.5869726643842768 -0.5580844680058565 -0.6395877340545486 -0.7162884043494118 -0.6864555743932105 -0.6606309776233946 -0.6599623579014442 -0.5985513502454488 -0.4163241323484921 -0.2700196994601793 -0.117077768820589 -0.07058375047649419 -0.08433673979808898 -0.07058368316535309 -0.12483831051672765 -0.21827982733626508 -0.2956799104394902 -0.4961958868419455 -0.49485198030677063 -0.5471475447570037 -0.6340862153232111 -0.6929752430797037 -0.6510331911016124 -0.6389342715141908 -0.57338253390617 -0.5494015138420867 -0.6353312822166217 -0.7117552748752516 -0.6791218508114767 -0.658427882999582 -0.6594388980788175 -0.6000827538402539 -0.4165101428941121 -0.2698233560206494 -0.12120202826858707 -0.07058380101880207 -0.08449391647037817 -0.07058290961882206 -0.11786121764803316 -0.22280949015618032 -0.31545962628569224 -0.40225649262812085 -0.4306799446118836 -0.5483326654868869 -0.6256248786691455 -0.6631055669661846 -0.6340200269530493 -0.6198655643880351 -0.5632795545715928 -0.5516561776781111 -0.6017279627524251 -0.7144227421196396 -0.7009864445870776 -0.6852501548873046 -0.6198694709290951 -0.6000375024263294 -0.42236496554771374 -0.27664621170078635 -0.12791398044554184 -0.07058364041831447 -0.08433746147165086 -0.070739932598183 -0.11747306940868853 -0.2224291638213256 -0.3150231754500193 -0.4013499764327046 -0.45054565548346576 -0.4468756741506169 -0.6081582966712702 -0.6616106631348451 -0.5993437645312466 -0.5995904815188141 -0.5389658626842224 -0.5346765917416544 -0.5891416394323485 -0.6585255647291679 -0.6350742291318885 -0.6045644197726031 -0.6056655054690343 -0.5554183666483787 -0.3889587940203826 -0.2631457170937407 -0.11717627253359193 -0.07066028868428963 -0.08433639755753534 -0.07058341239780455 -0.12288491726153489 -0.22406588759986648 -0.30241210294994686 -0.48866826954702614 -0.4966614059288514 -0.5467446120950074 -0.6349614650520453 -0.6870626481304096 -0.6502907858293588 -0.6374674109893264 -0.5752765244317597 -0.5545127411727365 -0.6380085229917213 -0.7092993765441867 -0.6799631125705026 -0.6568689481874042 -0.657872218036504 -0.5983431705205337 -0.41628940460789016 -0.269828452195106 -0.11706163270177355 -0.07058428091680867 -0.08449288266003678 -0.07058312292002264 -0.12456260700891436 -0.22544999852772504 -0.3037053990968733 -0.4886414726686058 -0.49079654957955665 -0.541054047935833 -0.631896048509827 -0.684652501672542 -0.6425221220276497 -0.6311659799422497 -0.5734591671104043 -0.5565950938746375 -0.6352213455762945 -0.7031876605933103 -0.6715469136808622 -0.6539400051468671 -0.6554426036196461 -0.5949149535536845 -0.4165366103469284 -0.269847388149651 -0.11706818188197307 -0.07058383418925687 -0.08449324893957073 -0.07058301899148393 -0.1245938070038139 -0.22558481366193286 -0.30376162582312083 -0.4886311353512332 -0.48761903040200855 -0.5446715826878799 -0.6332126965394311 -0.6879873169825051 -0.6396934047132401 -0.6279479005295092 -0.5671843417586818 -0.554194981088401 -0.6395406752397388 -0.7111052692189391 -0.6811761922123479 -0.6577857548955043 -0.6597402204909668 -0.5981674486382113 -0.41820128060350753 -0.26978241291354116 -0.11712962205242221 -0.07069101000030482 -0.08433639036198205 -0.07058340532372644 -0.1255641666764702 -0.22611886848070575 -0.30435499789224746 -0.4886678346792947 -0.49451764343954063 -0.5410728560447681 -0.6320227820753633 -0.6855221315180419 -0.6412720201162867 -0.6292989945310669 -0.567746214877179 -0.5512651585558777 -0.6321979686700975 -0.7014777850367461 -0.6651276163147011 -0.6440161622351604 -0.6434478826999619 -0.5868219531467214 -0.4162525185091349 -0.26977060818590715 -0.11710774353886078 -0.07073709398391732 -0.08433637956145335 -0.07058339469874762 -0.12555020698889846 -0.22523167840921368 -0.3034348245480287 -0.48866679206608055 -0.4934838304733313 -0.5410108315239892 -0.6319280515687539 -0.6803820767309982 -0.6277521027092932 -0.6213797277756522 -0.5658037800799266 -0.5489874134226262 -0.6321641632042693 -0.6985257003392906 -0.6589206356431588 -0.6357776494179973 -0.6372807040684844 -0.5853902615127865 -0.4162669079025121 -0.2698499624972715 -0.12129529522737179 -0.07058388593170782 -0.08449317360213165 -0.07058307224488032 -0.1176496156286946 -0.22072802241108577 -0.31327220438841635 -0.4013445631840484 -0.4323824440147554 -0.5469278020615123 -0.6258780610492303 -0.6516876148702277 -0.6205482800346465 -0.6076785576322258 -0.5567319384681804 -0.5503546859644889 -0.6007311674733854 -0.7139553515101195 -0.6959800829040494 -0.6793400576767783 -0.6150956136112401 -0.5968938369743826 -0.42368043722435683 -0.2764394083161437 -0.12807921321994328 -0.0705937006498184 -0.0843364131692379 -0.07058342775731388 -0.11701507978201674 -0.22173027995223343 -0.3144046068920901 -0.4036967651730475 -0.4512852530386449 -0.44682267304885315 -0.6068782509252998 -0.6637966661954533 -0.6071461842249767 -0.6102425196044434 -0.5482020613105413 -0.5394854175878497 -0.595814982926531 -0.6632895756367982 -0.6489001157982942 -0.6218160027319087 -0.6257780402335121 -0.5662844450249721 -0.389096276944129 -0.2631314768890814 -0.11706191264938715 -0.070583402109389 -0.08433674807590681 -0.07058423517636267 -0.12394080061595657 -0.22488268373211917 -0.3032811602706418 -0.4885907119753429 -0.4957407346890487 -0.5415302163348413 -0.632357796032868 -0.6797829199860805 -0.6226079051912198 -0.6129903063364492 -0.5647916229719833 -0.5502095411764822 -0.6311512447085449 -0.6966008096996422 -0.6504466741621644 -0.626270823428137 -0.6276474620033474 -0.5866582234449462 -0.4162809794063242 -0.26991522809794133 -0.11739612183404109 -0.07058383348909111 -0.08433729154042696 -0.07074058272484796 -0.12557046397233754 -0.2244141993955379 -0.30192915326804465 -0.4885963147160074 -0.4940678593960305 -0.5400908004907484 -0.6311233164324667 -0.6794490027171488 -0.6181543312399935 -0.6106493141222953 -0.5645580878447535 -0.5462096461644942 -0.6316838730039886 -0.6967492337275736 -0.6474078935039494 -0.6262708234281369 -0.6274520885874809 -0.5870012097232 -0.4162818086149741 -0.26994099945705463 -0.11757484764666704 -0.07058378610622819 -0.08433670354602693 -0.07058378748484931 -0.12344642551817152 -0.22255437275528125 -0.30005231136055077 -0.4885417907695687 -0.49128513610492563 -0.5402056350542411 -0.6311605944801617 -0.6789532823249296 -0.6174943556777559 -0.6107404732919562 -0.5630678272711068 -0.5465036544210857 -0.6283370678757192 -0.6968285010293939 -0.6489980558119315 -0.6262708234281369 -0.6274422084347515 -0.5876911383490251 -0.4162888240425934 -0.2698252519006067 -0.11724715983055944 -0.0705836399431776 -0.08449385266686851 -0.07058291955377788 -0.12227961933875124 -0.22163000079699907 -0.2993769830760695 -0.4886221505516108 -0.4939215399720585 -0.5413076697961697 -0.631207110087274 -0.6794349984149658 -0.6178617238124101 -0.6102531823477363 -0.5630451662116411 -0.5465526877642374 -0.6316986815375718 -0.6964829411720375 -0.6510315150796766 -0.6262708234281369 -0.6274144560554505 -0.5883806380752522 -0.41604371935653234 -0.27007258142719404 -0.11738918239855063 -0.07058383680818872 -0.08433664832790638 -0.07058359281576508 -0.12227680133533336 -0.22132609522053667 -0.29934951806472077 -0.48853781562066295 -0.49111824193901354 -0.5398612229844698 -0.6314319738712946 -0.6792037060118036 -0.6182947773266497 -0.6110541083831849 -0.5632229281637721 -0.5497657094559062 -0.6321011633903556 -0.6968454678666964 -0.6483089415823934 -0.6262708234281369 -0.6272048082899699 -0.5888754132042219 -0.41626682300664936 -0.2699476433587596 -0.1211835540771517 -0.07058368615133309 -0.08433716905423701 -0.07058403407592971 -0.1144244035277682 -0.2179558704196022 -0.31031679452601135 -0.4013442841630322 -0.43509101487861296 -0.5474335134846723 -0.6263771353681205 -0.6463199114681061 -0.6115239001136011 -0.5980275822753792 -0.5512607788001973 -0.5472440258851322 -0.5949802689921048 -0.7101601037784445 -0.6822998259856499 -0.6622523446169987 -0.5989972042029407 -0.5842545321405528 -0.41618488534509057 -0.2767230957746227 -0.12786077131520587 -0.07058348340974528 -0.08433730784858039 -0.07074060035490701 -0.11531099494256769 -0.21925360008930322 -0.31215179089763556 -0.4013444947741227 -0.451313782760704 -0.4468637773195962 -0.6059112765588092 -0.6609989719526347 -0.5928370596371407 -0.5928714316819067 -0.5387534432846607 -0.5344511238288797 -0.5876687754923747 -0.6583085062180601 -0.6310310725471932 -0.5966173231795036 -0.5958734785727037 -0.5552234676212684 -0.38891236198645096 -0.2631296733825523 diff --git a/example/run/baseline_scenario/opendss/profiles/load_5.csv b/example/run/baseline_scenario/opendss/profiles/load_5.csv deleted file mode 100644 index 642848b..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_5.csv +++ /dev/null @@ -1,8760 +0,0 @@ -3.922583955497133 -3.766188563826507 -3.9149276863297993 -3.765822891340967 -3.91834336800526 -3.766360473721171 -5.089559365654116 -4.9413012495562985 -2.5006004733564864 -2.258968111864201 -2.4015706197913245 -2.2785635550299386 -2.209223780647122 -2.35782110847318 -2.385521227787021 -2.324964369937459 -2.4173308613818816 -5.086598795361804 -4.934591678255575 -5.084547346092776 -4.937518766416211 -5.086053821773408 -4.987898495369258 -5.096948177263142 -5.125410683903407 -5.282030466057308 -5.130929492367844 -5.278353845526598 -5.131004027448074 -5.6401594353840645 -7.712482850172645 -8.770795864285402 -11.2699521300802 -10.792606011608536 -10.526644460178815 -10.329300970398476 -9.527281682115868 -10.273947937500589 -10.334833848826763 -10.579609654260436 -10.818081853451496 -9.193446666181776 -6.556232140380073 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.260990429531657 -5.165148268599242 -5.528334498526809 -7.394654296984961 -8.719489185649959 -10.944466213422135 -10.52834955294994 -10.373990532676974 -10.297364530220309 -9.480848258215929 -10.270961747614606 -10.29828047476469 -10.70543220542665 -10.855892697802028 -9.211167644280964 -6.61614099523546 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -5.260266022760129 -5.113259421796403 -5.169087992649691 -5.274841634851161 -5.163997823371895 -5.642545932615912 -7.6453326537508435 -8.784596975030256 -10.869901000155588 -10.476461147958984 -10.437355364790244 -10.28658505591953 -9.456744106353586 -10.260921870931137 -10.30774596909949 -10.467039434586486 -10.87523433251814 -9.209791657765154 -6.613518728609984 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.066012789713656 -4.920635417059758 -5.263742018921764 -5.11849075384724 -5.194521826727241 -5.1996145072934254 -5.200934788017445 -5.563877835545401 -7.587633830444147 -8.761438364006377 -10.923914785582472 -10.46798303758364 -10.383171125557803 -10.276156170585196 -9.455656068089882 -10.283574862940236 -10.290253846760969 -10.357033546396258 -10.787118855257878 -9.172026436140348 -6.544714320439091 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.015702310310375 -4.921564446705231 -5.110968556784161 -5.116557490694838 -5.267038922568431 -5.274002711320933 -5.16801812925316 -5.640910404680313 -7.547988540588093 -8.782045419912032 -10.793130877942923 -10.441933508965782 -10.41445951056061 -10.261115397068709 -9.432857210494529 -10.237846077339215 -10.306441989384323 -10.353965565954834 -10.8212860546184 -9.149195856508095 -6.510103959088411 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.7477881331024494 -3.749687771727333 -3.9009711346457703 -3.7541409259247134 -3.754177479693672 -4.930343236482722 -4.930184842285646 -2.511654423525089 -2.253921130322741 -2.2727057168185025 -2.293276092068353 -2.29132585488328 -2.265833984708579 -2.218568759058721 -2.4401360644720262 -2.4207517395148903 -5.101725871320223 -4.983948369910568 -5.099834886966568 -5.01692832117025 -4.9820444493038565 -5.108125188641406 -5.02782163948563 -3.817651781084813 -3.9361262866084488 -3.8693354082812528 -3.8251335694364137 -3.943771245924597 -3.872630585389388 -5.054121639154872 -5.1269782980855085 -2.4342051832676868 -2.30037626609838 -2.316079132287188 -2.2734177771054878 -2.2989508236924485 -2.369838452167909 -2.2854493371987115 -2.3694155818769724 -2.414297690025511 -5.10062386650284 -5.02196487486358 -4.987565276450765 -5.097655831062053 -5.037025432367344 -5.04061630688282 -4.949269319830754 -5.194373821059793 -5.332087440046922 -5.212510628991525 -5.31515060300484 -5.205867318000682 -5.675448572732277 -7.718611820714901 -8.794198995793362 -11.273220570614436 -10.986257570998578 -10.714840712306406 -10.511643630637048 -9.7236948771048 -10.396831484973504 -10.360105246079224 -10.48486932594118 -10.926239493954608 -9.434870582266722 -6.807799197609469 -5.982367101918772 -5.471040111581867 -5.522386954897203 -5.0688948878981055 -4.932660711113904 -5.127529194805149 -5.133271882153288 -5.2957405622016935 -5.209558068367623 -5.176258695383557 -5.665832645813963 -7.718607828556312 -8.793843546665745 -10.959873809523936 -10.484157196585793 -10.328847102112311 -10.261889172353609 -9.434132637773128 -10.23237636690024 -10.233967862695502 -10.283993766452356 -10.766078999600673 -9.15703690233894 -6.532909286211671 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.109673213315445 -5.618066233135965 -7.283881678121627 -8.552385157179643 -10.894861018642176 -10.648612426616497 -10.418871087219951 -10.34094556101464 -9.529977451485596 -10.30217665919671 -10.333912930091527 -10.28481997789074 -10.656236363258158 -9.018467890006848 -6.352777504560441 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -5.113855182058093 -5.271126510066959 -5.12087619340909 -5.282120773744167 -5.648641316475743 -7.562249000294054 -8.787509466979731 -11.018540431712005 -10.555615765293869 -10.487106645709158 -10.503222019115569 -9.58885618380493 -10.358422795554947 -10.355159221754295 -10.464658592645849 -10.605621816707735 -9.230746225209751 -6.649563693464698 -5.982367101918772 -5.421909835399887 -5.521016444596272 -5.06576140839865 -4.923301597576458 -5.264600271902148 -5.117055548060484 -5.117147767181741 -5.123227029068402 -5.282533430488064 -5.531619989867725 -7.57751864294485 -8.76711461587296 -10.99610432775544 -10.473658127969268 -10.326468690943106 -10.27683607594348 -9.440400272094712 -10.232370933705404 -10.240175384750623 -10.239869176034553 -10.732307141450733 -9.13764468964892 -6.495774892954477 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.895537918397621 -3.748577424546001 -4.919550718279541 -5.069674779583089 -2.3339205464813717 -2.0943489024676154 -2.2430836787172583 -2.205293232431281 -2.354935087586751 -2.0600828446136767 -2.353200357589021 -2.118671202262714 -2.504115120522461 -4.922281834540055 -5.073660859923431 -4.92423106556933 -4.9218921679063445 -5.074590860723977 -5.078558518749108 -4.978158162057517 -3.8076407330807114 -3.9092349610883774 -3.80783555719977 -3.8085904902062553 -3.911535878895576 -3.758711665579365 -5.079733792661315 -5.086791117774228 -2.311279572544119 -2.272592960653227 -2.2198633438374102 -2.206313439874426 -2.252665307894613 -2.2280661799376644 -2.227244638200613 -2.255456540457361 -2.2909741211089547 -4.955447656581399 -4.978749309943228 -4.926899693934698 -5.086640257418229 -4.97472277784463 -4.9287699279398725 -5.08509334566023 -5.12179251038658 -5.271578286755231 -5.123671794907827 -5.273525306090651 -5.169289183276662 -5.4837992673111735 -7.518222527162273 -8.770684380687497 -10.869569395431032 -10.554080884966613 -10.295631809163435 -10.270992733433465 -9.42656231855455 -10.190713570229214 -10.148989631864191 -10.520648820119508 -10.693894433464914 -9.095436853744642 -6.461760741992599 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.200654964851969 -8.254311607174502 -10.743457465965196 -10.322914859816342 -10.206613816021354 -10.155642155844674 -9.43664647908352 -10.28855606297676 -10.330601116164374 -10.484461981026456 -10.610282779403372 -9.032105796000314 -6.314726170598089 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.241598736652631 -8.448065056844156 -10.80610787053381 -10.379299147865389 -10.250378085581554 -10.194981114529558 -9.353694720236884 -10.224430806785254 -10.359256444487055 -10.509165466265902 -10.648657272293596 -9.074304689327588 -6.327858803869135 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.351020558983263 -8.55878697673111 -10.792323040477305 -10.602143832234049 -10.254232595221088 -10.20080285245007 -9.371389534908976 -10.173371742473805 -10.179342634829885 -10.336731791774726 -10.719550538995543 -9.111316204957316 -6.486181992171447 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.620305852447439 -7.429359144064385 -8.64405886623984 -10.652548343453574 -10.432705006649504 -10.320438384294528 -10.24015390237653 -9.41722613054929 -10.21258939260932 -10.193812682068572 -10.450896629847296 -10.491151463903236 -9.119947020647253 -6.468542037760336 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.748013217623444 -3.599688742468066 -3.751710413166299 -3.906399604681405 -3.909282484060348 -4.9301225300600295 -5.087256068890615 -2.2727153270877647 -2.2732782519239594 -2.2205215812688746 -2.2606331599542897 -2.352682140770252 -2.210661068086481 -2.2872190594289106 -2.288135561363541 -2.3998506736312644 -4.926036443375987 -5.085536599053446 -4.933352893711093 -5.0835821034892295 -4.934681350800095 -5.085137670481308 -4.981527899172895 -3.922827605719233 -3.806659034943127 -3.919873861627762 -3.765271582103187 -3.914784430352824 -3.814813572192253 -5.094277933014825 -4.983244261256065 -2.46254674032062 -2.25451080670344 -2.378478741206316 -2.3612424655757094 -2.2622906328185093 -2.2653216380982264 -2.3652314023878787 -2.233348094438396 -2.482379450971295 -4.931720296254839 -5.087254278634163 -4.936677464350744 -5.0880027927217695 -4.939456419226781 -5.090989900194031 -4.987329829664681 -5.283578765008166 -5.127014774447534 -5.276499128055377 -5.17979328538556 -5.291160669457385 -5.543097733938899 -7.712957524935423 -8.791282950005742 -11.049793120668106 -10.677888072295248 -10.51198246140246 -10.400942262813386 -9.572743031078453 -10.369907710856026 -10.441147238716082 -10.385203192408348 -10.872674044116176 -9.370820702453406 -6.823131213749805 -5.982367101918772 -5.471154207365059 -5.522418889491098 -5.069913528360751 -4.9359832890272095 -5.136459501019494 -5.311440191967758 -5.214723707862388 -5.222604150917991 -5.310390397757818 -5.556777022589976 -7.673741041076993 -8.795441764044858 -11.083803139209344 -10.545288949469455 -10.360601014668802 -10.325890615763576 -9.482755224073896 -10.268594532420945 -10.265953797637092 -10.385257850086504 -10.583838258853584 -9.21108205189124 -6.623076234099621 -5.982367101918772 -5.421909835399887 -5.520238368143155 -5.066381695484807 -4.972494044177678 -5.164722030461994 -5.166730373487347 -5.272467590980184 -5.122166183447382 -5.280085422766808 -5.535294469268711 -7.592271433432458 -8.779397613839969 -10.8516675938914 -10.585102410610036 -10.39038692526977 -10.306471727313202 -9.477918687638931 -10.26106963983602 -10.267415857603458 -10.352281420691344 -10.631984111983234 -9.183541378122143 -6.579912832888927 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.921008526172058 -5.263483805776717 -5.167672761867843 -5.198253531189779 -5.2024970758701015 -5.206846865326056 -5.525090553684369 -7.650901847891984 -8.777959204137016 -10.943042816333532 -10.604351933795051 -10.374036313568224 -10.297552623030487 -9.595735929430765 -10.308087805969803 -10.299692497884926 -10.380033523932417 -10.764662315464552 -9.207961493415322 -6.6255791412196 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -5.2573463234280045 -5.1120367005302265 -5.111650833494167 -5.265149963789948 -5.26839004560834 -5.479457815260169 -7.458370377262002 -8.741415008752051 -10.829330571729413 -10.4351741958096 -10.261609203283353 -10.247939385781365 -9.413350650678174 -10.239357613300175 -10.215251983628251 -10.281169735400022 -10.58722873958815 -9.1583704116109 -6.53200420917594 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.7485054562613302 -3.749667524692996 -3.907299158424139 -3.911594516478118 -3.799954208814504 -3.760859385707284 -5.110490396236312 -4.9933609083449015 -2.4330472212683723 -2.3068961704790603 -2.224769058551189 -2.362184193362402 -2.244277829604686 -2.269458780686296 -2.272504676246633 -2.386299846288474 -2.392098838280571 -5.097703352148562 -4.984286940814141 -5.105659853332886 -5.016714261030993 -4.989914140328323 -5.108213082664821 -5.039991673497609 -3.86639893476925 -3.9529670937523296 -3.8611498984308064 -3.867628546036376 -3.9536778688228873 -3.8341182057004985 -5.117132896906124 -5.022034513515638 -2.4603786126505884 -2.370255506990868 -2.272672890240196 -2.296767313664342 -2.371065156516763 -2.3096362922012896 -2.3754711037769587 -2.3180029058941294 -2.499122301132449 -5.027560559475257 -4.990913238988454 -5.107485122169786 -5.015593733944034 -5.129352326575611 -5.030292293453643 -5.1239610733541845 -5.248043643957176 -5.24257672164617 -5.315089987469759 -5.204949360893682 -5.319130724110143 -5.611096464295856 -7.718623524302351 -8.79497381828762 -11.201335931261156 -10.717609756971603 -10.547659500571903 -10.47278750178292 -9.61132495121852 -10.309489979015064 -10.2980859940347 -10.34645745210354 -10.553253697897697 -9.296239413955274 -6.719282172675362 -5.982367101918772 -5.421909835399887 -5.521588610607914 -5.067509086405236 -4.929038470656348 -5.123049299730995 -5.126972305181711 -5.294278591970868 -5.1814098961765 -5.289649696548562 -5.566658328578899 -7.691974528021053 -8.786663728360681 -11.155751579755584 -10.582444937258463 -10.335109244513704 -10.32792354921453 -9.537925165741282 -10.292070640828424 -10.308980656991594 -10.325251313647152 -10.623784507727803 -9.304063972554465 -6.757527000852831 -5.982367101918772 -5.47117217681559 -5.521833873040373 -5.067019350007486 -5.073250727800436 -5.063246498680599 -5.111714112151046 -5.259227837232856 -5.110633886325495 -4.961749281410378 -5.471667265792432 -7.300918048421489 -8.612311445974516 -10.922938150156982 -10.630224812767036 -10.409858581238892 -10.286379799218198 -9.458684325605796 -10.174155869412562 -10.158785939837808 -10.465245098793728 -10.76218187295392 -9.113968034770284 -6.469059407593964 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.4153218449794 -8.590875463157229 -10.634679002484503 -10.344448920836312 -10.277200958015188 -10.2082644556602 -9.398708494356754 -10.18859818040659 -10.188644099503527 -10.22324300795384 -10.499349226993868 -9.141171488168265 -6.487689914744589 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -5.111022227892392 -5.111484038234431 -5.268534400774415 -5.631973809766965 -7.474042516275015 -8.683376481135088 -10.858916265860048 -10.362372124473698 -10.283132123552368 -10.27491019187987 -9.41159421145102 -10.221690399498126 -10.20053553674266 -10.302313637011975 -10.65854837904188 -9.137867296055234 -6.478541745154973 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.897817574915411 -3.804114277458937 -3.807775820738791 -3.9122621400718662 -3.761008182635333 -5.093544064342659 -4.980081336238315 -2.4289357334131 -2.248481285665436 -2.2108028078954263 -2.355200982666743 -2.2070167129499123 -2.3613941857343423 -2.25928972087212 -2.263112161644177 -2.3108289942698974 -5.095136271622624 -5.015586849811428 -4.982343180044566 -5.104746273242767 -5.034495888650259 -5.03769569519091 -4.947600399371801 -3.838452388741565 -3.954562415652716 -3.9126141446094342 -3.8877688460516246 -3.973411794479384 -3.857535749830821 -5.1393265676437725 -5.0379561615648845 -2.4344609559412373 -2.3072889754074946 -2.298177313113769 -2.2917339977353586 -2.2602184939860237 -2.357282773785988 -2.2557064235902446 -2.2856104559931767 -2.455575984145857 -5.001945338523338 -5.118010043541664 -5.028264977508361 -5.14835886195317 -5.080415757603277 -5.174406388537808 -5.129703148089995 -5.2384121761195495 -5.36578916274561 -5.307699778195872 -5.37336184112603 -5.344874861112922 -5.606400641873828 -7.71952639245206 -8.79905347248928 -11.440730734144728 -11.1125025828274 -10.887613960442849 -10.838702254796004 -9.985773135220184 -10.712191046459916 -10.507025427221077 -10.518326099619925 -10.762003472294552 -9.613467231125702 -7.026485846085078 -6.08729628466932 -5.592607391648043 -5.677348959708848 -5.185614496188967 -5.039605758616651 -5.137286044227683 -5.206217611268645 -5.352724230158516 -5.271115833689834 -5.360713064632114 -5.64098589569624 -7.7186360539331 -6.234987186808503 -11.095838067718129 -10.80507714515774 -10.689894599037617 -10.460756504014286 -9.569588881225334 -10.26937467680455 -10.255661268664609 -10.313617811946644 -10.751037828843335 -9.318458665092622 -6.771029027374389 -5.982367101918772 -5.521414179904349 -5.522778115431229 -5.069000214067133 -4.933446079467717 -5.130002351495512 -5.13642924658965 -5.298163655025909 -5.203577631395488 -5.169945195611686 -5.660700736821354 -7.706759068133167 -6.228045917477933 -10.701975306070723 -10.44960143405106 -10.320195075658908 -10.256253708209028 -9.464411880139538 -10.23357784851052 -10.23762091435888 -10.259187628121335 -10.430383084323095 -6.607942390046904 -6.559476482702743 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.017097107925924 -4.922688145499277 -5.120695031388333 -5.125772282798353 -5.290135435494934 -5.17211450946595 -5.283210401816543 -5.5337618235342685 -7.597322445509165 -6.201125156531773 -10.63374127018292 -10.38285564099906 -10.285921137245284 -10.267701270910235 -9.446435808675242 -10.20005019954154 -10.22208823601635 -10.220119057641044 -10.32918318609974 -6.607276019336454 -6.609282333585223 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.920966501353439 -5.110726897348342 -5.266654817233436 -5.119171079225156 -5.120303771248334 -5.287172434600534 -5.535804796789628 -7.637336721951113 -6.165699915523556 -10.493093654601688 -10.31145438523186 -10.26016880748396 -10.23901294994761 -9.37001277657824 -10.187490117710112 -10.167828667596073 -10.31430486762841 -10.526475983200084 -6.6018608808241215 -6.5068595575528265 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.919592410736295 -3.749730403170968 -3.7554684794510513 -3.90936061055994 -3.913716499032336 -3.80231267720014 -3.9231900913363447 -4.988066655150646 -2.537204348341935 -2.302619087685232 -2.379499005251887 -2.1880980697562205 -2.351729207819779 -2.255271395961499 -2.1990754976427405 -2.263832730254922 -2.206333007467073 -2.237597309458132 -2.361831713156501 -5.081136158640524 -4.929207518889729 -5.082191153198346 -4.932051836662414 -5.084182105818879 -4.93371891130405 -3.912262953154269 -3.809940313461227 -3.760935936415432 -3.922489716827812 -3.8467808057290735 -3.8433549536856098 -5.014050371329718 -2.423928661369693 -2.410998569971014 -2.229223347893785 -2.3667870835455296 -2.21422166768774 -2.366391035793887 -2.2146424632838464 -2.3721662017743315 -2.2727695377006385 -2.4482177782980497 -2.4709137472197016 -5.0423881674930175 -5.131216082487704 -5.014094440651252 -5.121453350520176 -5.02089081233878 -5.125935093151671 -5.267537617507241 -5.255944375060159 -5.332774007696878 -5.278490198510018 -5.348557935607006 -5.646783332907596 -7.71863646066972 -6.230534415980665 -11.30992972175219 -10.970484690013771 -10.708689375645978 -10.536894580119204 -9.684656307950156 -10.437940357252003 -10.373104582036396 -10.351182966868848 -10.731845140069703 -6.855076606212978 -6.796030282290062 -5.982367101918772 -5.471176193199496 -5.522102725659096 -5.069350691542019 -4.932122664923712 -5.126884291684416 -5.132380043120547 -5.30179720954885 -5.211197254141983 -5.173782629391885 -5.660169349470322 -7.705425568861075 -6.227193912394988 -10.873964167148552 -10.40348200448273 -10.280157887368714 -10.266791389041018 -9.419157864277013 -10.192228534594106 -10.169646363627756 -10.155289050384004 -10.25006096513054 -6.485484945382605 -6.451542469968839 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.236734966843102 -5.881797594033965 -10.564084379027255 -10.334953332964012 -10.258747878156466 -10.27064371776694 -9.38143579799639 -10.17367092912097 -10.18066749976988 -10.18481706013652 -10.298631498131009 -6.546934452022247 -6.484184614821719 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.110227928020792 -5.111025261535105 -5.625092538686484 -7.517986679039135 -6.149902985846671 -10.568584732185272 -10.319570326374272 -10.286269900829296 -10.23847790807812 -9.389705593166692 -10.189325282915418 -10.200831670420929 -10.235803885305245 -10.523086384714697 -6.592664021862565 -6.521008910555937 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.257985725937105 -5.471834265319044 -7.320820841714227 -6.047507258305624 -10.452168231273223 -10.312768337977165 -10.344940137281696 -10.16772116653844 -9.35410944184284 -10.148882078594774 -10.14067233248942 -10.21287917238799 -10.263238225449276 -6.5246590017974935 -6.425578910403553 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.897975369031536 -4.921906979475395 -2.508530600639314 -2.271525075337514 -2.3800758933551545 -2.2074855272520195 -2.180743827725565 -2.117798744906916 -2.052340569680822 -2.053739351366929 -2.2027822220492053 -2.252527091849819 -2.33132430914646 -4.974671285764067 -4.922714210146327 -4.92679207252298 -5.076336359911582 -5.079271132698856 -4.928604193172792 -3.909024309496024 -3.801605420958337 -3.758215474663189 -3.92117112923775 -3.8129739652496606 -3.761472077897302 -5.0946550452612005 -2.393668803046665 -2.2428928245223627 -2.2664487745346893 -2.3559973717794245 -2.3560795220226294 -2.2192780147428417 -2.3580394118859727 -2.056536917859022 -2.406629097011677 -2.373190677522043 -2.4114664317846493 -5.077621625187012 -4.976765204461465 -4.977715659196671 -5.079566570676207 -4.978110999193555 -4.924148100284039 -5.2627891427416245 -5.270871182403866 -5.12026170561163 -5.274017809438991 -5.2834036855220985 -5.484669166807722 -7.3702807828016415 -6.201588009911491 -10.805594934722418 -10.469431830814225 -10.314115664549442 -10.274507453067946 -9.446553639029924 -10.176151603875564 -10.17235119052459 -10.1840311807842 -10.303215276487114 -6.621483893382796 -6.633336637405384 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.921169978960671 -5.168588544489996 -5.276214723614515 -5.169120007857607 -5.287751941514262 -5.196501254931444 -5.57997524406686 -7.661888677395318 -6.143299764991426 -10.894335648364343 -10.477092273101151 -10.358317189239989 -10.311082172548634 -9.504064402224232 -10.29077800696253 -10.303711870667456 -10.382266092986669 -10.518742268712357 -6.728648878808997 -6.808927457045338 -5.982367101918772 -5.421909835399887 -5.521342909795083 -5.122899867200532 -4.929691507068721 -5.273890863764279 -5.1880712417308015 -5.202940326726871 -5.205759313890147 -5.204198454094348 -5.569198031340788 -7.630249108743503 -6.199159926245598 -10.700243818325156 -10.314038590771087 -10.242900482592674 -10.22759705303426 -9.37509023366876 -10.125100972981752 -10.105090386973426 -10.107604647603845 -10.24974676110076 -6.382413042201641 -6.3052745705010045 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.248637071825392 -5.906503340601016 -10.735555920774466 -10.41279801702889 -10.215252542736254 -10.177244685322789 -9.36172370507174 -10.156576262023648 -10.15868539979057 -10.17545814479868 -10.528903393260885 -6.546918585244336 -6.461000747471373 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -5.110105470690461 -5.111346232120925 -5.265188546529903 -5.269758852163198 -5.53025316263405 -7.4634114082334095 -6.021297385994746 -10.55743850829804 -10.31775618748439 -10.280925814997405 -10.282479393425875 -9.425499451776636 -10.237054126940292 -10.194297273045358 -10.203831373751008 -10.282432481493498 -6.525388740845941 -6.557568335774134 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.7495424782296776 -3.903233713385845 -3.756475954483444 -3.913965395873787 -3.9198707498866936 -3.827786330194889 -4.97405330886746 -2.4961693641465845 -2.391257113396221 -2.2179099746433737 -2.359128951246876 -2.260278057460344 -2.260249079701446 -2.2080769258769406 -2.3682594818066622 -2.213832695912843 -2.384362704140494 -2.391106173663169 -5.100738294273933 -4.993440945122465 -5.106443576197551 -5.019895134658442 -4.988539174473438 -5.108496624490155 -3.8601628718119945 -3.823328285932637 -3.9355433543768026 -3.863952137547856 -3.8708526941213024 -3.952861357428816 -5.039403219293607 -2.3404140131842346 -2.395615356862816 -2.2853697362763308 -2.372536762813004 -2.2112705467909968 -2.3607715889764807 -2.361964647237384 -2.2631169321639044 -2.262954821180105 -2.3960627181197283 -2.342260552444703 -5.094331701570065 -4.991764710262808 -5.1014392575547935 -4.983841097564659 -5.097992883293004 -4.982011641374341 -5.282428139083218 -5.125463373582392 -5.275948172429403 -5.129500011301468 -5.281055001352881 -5.538260626520756 -7.712698065712536 -6.150403843637323 -10.853952989967132 -10.611237484505502 -10.45258156132821 -10.352608204895208 -9.54561720851044 -10.251938732720388 -10.223243038561767 -10.234036444410815 -10.33725779944831 -6.550077927841024 -6.614215269917943 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -5.261205615115767 -5.1138326266201135 -5.174499512063814 -5.278283050706898 -5.485268743530086 -7.569189330419686 -6.095949047063019 -10.48756628061957 -10.396758790833738 -10.27773555928841 -10.289244694528264 -9.464752764604029 -10.234209441412926 -10.165591824766688 -10.193821230228764 -10.283057612980274 -6.438274193077175 -6.4057425748833765 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -5.110356007237687 -5.110871274150752 -5.115761666265953 -5.119056542482388 -5.483413503135766 -7.602972499996568 -6.073160219588747 -10.444522290088685 -10.344966234195256 -10.284293767230364 -10.313676028180051 -9.481045464529185 -10.26620068128988 -10.188520366232202 -10.21431673900786 -10.2249898403579 -6.481523612271816 -6.46745953540309 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -5.109858144099621 -5.111275207704975 -5.26138587831028 -5.424448537757404 -7.466029705564156 -5.830455859092087 -10.392577864608668 -10.260767650009422 -10.211108547743924 -10.188832879040357 -9.353762639167206 -10.128808149500392 -10.128169129688262 -10.132542654905311 -10.198623573917104 -6.376080595704056 -6.304009005333513 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.471329554217959 -7.347532274172836 -5.908792495896068 -10.361431717878268 -10.28393311678208 -10.266535040861452 -10.214388015385175 -9.38669898687727 -10.17046509139497 -10.182542646580494 -10.195214297549944 -10.25644044376069 -6.514781014415191 -6.518774059844122 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.919098714177976 -3.748468259482522 -3.901109653449568 -3.75424872866734 -3.909302862869186 -3.913332316744031 -3.802677523666475 -5.0912374252460335 -2.3600255273533004 -2.296507474515392 -2.305781748201973 -2.259712356367669 -2.255226913545483 -2.354581490320414 -2.153277250140136 -2.254882242720372 -2.2838173387628 -2.3019915863257294 -2.4418669031880857 -5.011797670450158 -5.015339549036051 -5.016291704003963 -5.018004885233564 -4.973768702103103 -5.09027922784745 -3.9450910120405465 -3.853189310384665 -3.8142147457309545 -3.933690414765088 -3.855429878387824 -3.865831507990163 -5.122307751146852 -2.3667890426377816 -2.2883129366911232 -2.290100495455181 -2.253592214098251 -2.293701890215302 -2.257773246973648 -2.204447200536955 -2.20678209877218 -2.242054842159433 -2.300993683273358 -2.400811731711163 -4.971148022983729 -5.002877309901702 -5.106860440709813 -5.018270526712279 -5.024760241510144 -4.942782021320195 -5.189563050999992 -5.308629512637013 -5.224782516622051 -5.229734739327147 -5.315305348824658 -5.550206279184029 -7.657142297685016 -6.0662139747575 -10.68794702935722 -10.608639731631303 -10.459960515252716 -10.39194863972198 -9.529502457015296 -10.26148652515012 -10.290774065505252 -10.311013811910255 -10.472795854890178 -6.556834392967174 -6.658007094935181 -5.982367101918772 -5.421909835399887 -5.520589976785157 -5.067176342317911 -4.975439828669026 -5.118234970637226 -5.117533499783792 -5.128021529341204 -5.2919409316436985 -5.2012944573975695 -5.529429901547339 -7.613997450583241 -6.063266303016436 -10.520711916523773 -10.421080638356372 -10.299691821544444 -10.29032036483306 -9.433741645563012 -10.22986601740906 -10.223689584065047 -10.236453260338536 -10.357711755119892 -6.443119289730738 -6.480456229872591 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.01553429935432 -4.92050837125388 -5.110562684429324 -5.114455962138955 -5.265570506455601 -5.1197823811140575 -5.118999874931594 -5.644824902062352 -7.588436553239485 -5.996700417352603 -10.412929875128857 -10.31570805706444 -10.25011275792762 -10.258420024772615 -9.375122098642908 -10.15355906234419 -10.09394138525454 -10.145160740404092 -10.179647744510866 -6.30366451081991 -6.332820641891346 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.16333158523067 -5.71194128313455 -10.354194649789184 -10.332740875291144 -10.155211539996309 -10.124405280871024 -9.32527185589242 -10.14415650709803 -10.120111592331572 -10.14044978763536 -10.164270253599518 -6.440563447170132 -6.261319994144974 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.174854355079902 -5.612617599254804 -10.436396556315517 -10.30836146452958 -10.138116770183624 -10.122223583183477 -9.296236641045423 -10.081386941864135 -10.105213938567523 -10.116285826124278 -10.220212463465248 -6.432126973077301 -6.237516260769111 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.1840916513045774 -2.0986431917570947 -2.0808592399896213 -2.053739354486809 -2.053739354486809 -2.053739354486809 -2.051592209418261 -2.056536917859022 -2.062229990394547 -2.107209444344349 -2.179916603236338 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.4650228849801707 -2.079460458303514 -2.053739354486809 -2.053739354486809 -2.057285279681523 -2.048794644486107 -2.0537393529268684 -2.050193426172214 -2.052990991104368 -2.0679986780496487 -2.1300137355078386 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.158513791131726 -8.318742153268753 -10.604067359082944 -10.283546849800931 -10.189843793496538 -10.11234593444933 -9.297753687660515 -10.096590173564392 -10.072394084805188 -10.07039047278194 -10.088855443945947 -6.051910323535581 -3.521886550510476 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.883831482277213 -8.007418327459481 -10.251859758287058 -10.173641735399622 -10.166857118680507 -10.225418890729584 -9.550381593375498 -10.447707920808506 -10.426068808886628 -10.243830638015188 -10.202502645109522 -6.215870938589254 -3.2787424010940507 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.782844990803156 -7.921524089143594 -10.30093841878562 -10.20845120716062 -10.2307096887134 -10.200471076567768 -9.43642823569757 -10.42564673592526 -10.60189172588302 -10.377566830115004 -10.290012428923372 -6.143792760831795 -3.2787424010940507 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.669119013327109 -7.894170553147081 -10.423230630115752 -10.152053072313182 -10.065130816305782 -10.13478759137778 -9.257410295812068 -10.049813178954194 -10.131152821063486 -10.161888552450792 -10.084086641364662 -5.997580797213379 -3.489238653313968 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.764180850212014 -5.373529839067434 -10.554921045247989 -10.257925702624425 -10.149256369550306 -10.071858743115367 -9.26376649589898 -10.075364796718684 -10.07351630594573 -10.118881905233764 -10.101551692442 -6.026072723030914 -3.502963972800778 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.0986431917570947 -2.077313312522643 -2.065851544216498 -2.053739354486809 -2.053739354486809 -2.0523405712407623 -2.050193426172214 -2.050193426172214 -2.056536917859022 -2.0658515322687783 -2.1300137355078386 -4.771186750531042 -4.918972309123608 -5.066829521723325 -4.919787391606565 -4.91954894386603 -3.896818328111072 -3.899067360180674 -3.7497781295851578 -3.900300118701631 -3.802333205603385 -3.804204717349752 -5.076301745887273 -2.411515431517442 -2.249954751602256 -2.4083045867045723 -2.379802230299416 -2.221216908330539 -2.355256797145465 -2.055138136172915 -2.351073533885426 -2.056536917859022 -2.3546359883015944 -2.257597055781934 -2.4329225855926917 -4.92714891168059 -5.081135993629604 -5.086167849141747 -4.932373471188039 -5.08551804812423 -5.280274865277201 -5.124124705845951 -5.274665255191177 -5.282455377910598 -5.127513187787872 -5.640142723264113 -7.698784805506504 -6.209622099748194 -10.918101050363106 -10.593584128125237 -10.321659081647963 -10.2781311977891 -9.43194426304601 -10.183917376446669 -10.162259977573909 -10.149134511176063 -10.151999858519693 -6.132707044074783 -3.6603463387896578 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.26114058700409 -5.474925895608089 -7.384257268204611 -6.111452913914667 -10.536499877652092 -10.361545828388998 -10.318843297469485 -10.18590875148698 -9.394223046818016 -10.191687396423204 -10.16979440088276 -10.105695189473716 -10.109352828896306 -6.106396694807079 -3.561679287095828 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.101464759382512 -5.550223093279907 -10.315640464122929 -10.194523559498675 -10.142842801937642 -10.117994203737744 -9.280137610122503 -10.099153319527746 -10.097250981295424 -10.0815492932402 -10.081355612422508 -6.067222792991437 -3.4796668392644245 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.087888670745014 -5.552922238897039 -10.453194150349349 -10.244190818184949 -10.161975450333625 -10.1510852528587 -9.325044941020307 -10.125788191549509 -10.145576386258853 -10.109271385084169 -10.114715659955827 -6.1107629200036575 -3.595553044606285 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.257598592692508 -5.471668033107328 -7.323704497682474 -6.010513392639542 -10.453188474809686 -10.322906227059194 -10.280794551408974 -10.170315605569709 -9.323796035238338 -10.133991152939236 -10.142547723560163 -10.111416418737548 -10.117150362435831 -6.091031135869264 -3.522325234615661 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.897822765503566 -3.751489335961031 -3.90569673463398 -4.9777067203344725 -2.392386927573336 -2.2411276295054545 -2.257472706062187 -2.2134774426942805 -2.2290195827393067 -2.263086705428542 -2.201715163709637 -2.230904895734991 -2.211408247012597 -2.164029048984898 -2.2534404015093674 -2.2777345875863277 -4.972466790934096 -4.973631905395651 -4.973412672847643 -4.974286172836804 -5.075509785301585 -3.754497500052169 -3.9047364612894735 -3.907639216741975 -3.75660615316336 -3.754007374009547 -3.914962073077316 -4.932447453980252 -2.480290176001957 -2.304314349175188 -2.219344746125807 -2.3701398877793247 -2.175426828591196 -2.2284104313554485 -2.230056270357877 -2.201641959578987 -2.2020725793912668 -2.2033486732406184 -2.2196920741121207 -2.306760901903956 -4.976057843019462 -4.925258978842583 -5.083143016855302 -4.978020257323317 -4.930401988558275 -5.280297639907884 -5.169517549914101 -5.121687273752015 -5.280935918634787 -5.175092239634553 -5.484926500974397 -7.536655107365475 -6.162245169658419 -10.69434736325795 -10.507554310464798 -10.337684705849064 -10.256244236966577 -9.442050832150638 -10.1954082421079 -10.2147510128245 -10.197280758501854 -10.15817140951101 -6.156064040906662 -3.776525271821894 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.258992520971972 -5.112529365849987 -5.4717360355162965 -7.427117526671666 -6.069846789962922 -10.422353331338964 -10.30758769857658 -10.217932537179758 -10.116579393798805 -9.308098955300924 -10.102267298525897 -10.08607482828316 -10.088365893743186 -10.083311340165384 -6.055566439439129 -3.4729490455261147 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.286876971202211 -5.775138351565747 -10.378588705518109 -10.274364874568022 -10.163814764186345 -10.0891447197089 -9.269950687470043 -10.082475865705154 -10.078131959802135 -10.06067696908718 -10.096643730957387 -6.026408175894675 -3.52354926367024 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.087861505926843 -5.546592955689516 -10.57252340260563 -10.3207385278662 -10.192440167990773 -10.16515392220953 -9.304428949638371 -10.107396941154551 -10.107588556724764 -10.077115658303793 -10.10559776924061 -6.09331625703532 -3.5354369043846643 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.041195225493074 -5.575251389621598 -10.53445128978212 -10.162138731102903 -10.102483270144692 -10.147520038460533 -9.273733063642576 -10.067091041853582 -10.067690345551728 -10.066259402474698 -10.077882022574023 -6.015936393217607 -3.454950335533963 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.161287374416827 -2.0759145308365365 -2.0644527625303914 -2.063053979284345 -2.053739354486809 -2.050193427732154 -2.050193427732154 -2.056536917859022 -2.056536917859022 -2.058684063639893 -2.058684063639893 -2.1300137355078386 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.0808592399896213 -2.083006385770492 -2.053739354486809 -2.053739354486809 -2.0515922109782005 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.053739351366929 -2.0679986780496487 -2.1036635214776527 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.1099684527393165 -5.6200268139562 -7.341714062841126 -5.9081799738030085 -10.41606094535572 -10.303098929188897 -10.220587654676466 -10.093465200411988 -9.288057789348636 -10.068468266148347 -10.055840812715005 -10.055549944135215 -10.06124739419473 -6.031070526483023 -3.4976808694880863 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.030740872144994 -5.531067560533399 -10.251205483510535 -10.170423688248036 -10.165608778900442 -10.097287384242312 -9.309321531289562 -10.122139657639153 -10.134671471851924 -10.138798539923508 -10.137702538198369 -6.146229028382468 -3.5733508610486684 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.25674282262037 -5.749371929534348 -10.366483079590695 -10.237603237373456 -10.144317803561869 -10.127672722154072 -9.311748071635202 -10.13226593127928 -10.10191185716842 -10.078867422506182 -10.088175246603871 -6.048707750446579 -3.458420659866392 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.136455624951384 -5.539180632553987 -10.273415749862412 -10.203699996378669 -10.126212648505778 -10.117060027738 -9.362637929751276 -10.193214157457088 -10.142390150215196 -10.108410808947143 -10.05709466344082 -5.98777506765201 -3.277488342113597 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.931898146161399 -5.334554000116877 -10.180484837981275 -10.120011641132775 -10.08575087872296 -10.100153738922902 -9.311206638698463 -10.171138263107276 -10.16366354384066 -10.121020083631173 -10.110522437540345 -6.073499579782991 -3.352300634642497 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.133538374100253 -2.0894041933145315 -2.073767387327928 -2.053739354486809 -2.0515922109782005 -2.053739354486809 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.0679986780496487 -2.058684063639893 -2.147797701551051 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.133538374100253 -2.0759145308365365 -2.0644527625303914 -2.053739354486809 -2.0515922109782005 -2.053739354486809 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.0515922078583206 -2.0543897743504136 -2.1036635214776527 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.038655356722547 -5.627764826425742 -10.239398022905537 -10.153380831648866 -10.097028972539768 -10.096545871513214 -9.285724107832392 -10.092584112228012 -10.106865731148256 -10.115608932450062 -10.1285677338251 -6.121521392336235 -3.5801399132336504 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.173216788374699 -5.626093464198133 -10.315215793334035 -10.184572923292311 -10.12393675216694 -10.097975293393247 -9.274749727259891 -10.078944256704869 -10.073402889531089 -10.068288466417934 -10.095077280310568 -6.032456306948573 -3.375501684634478 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.065731849016168 -5.553097578448311 -10.507526722076832 -10.21697853940764 -10.091753338710056 -10.089358753974778 -9.279436821229949 -10.085987248151426 -10.090313875535635 -10.091240910405917 -10.108060212514133 -6.089701639115273 -3.442695337254238 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.166038319576503 -5.5212174963506415 -10.269429244879165 -10.213831954821773 -10.1501013300491 -10.091233764045286 -9.289482566066422 -10.076386505291564 -10.071062312083503 -10.072121878780916 -10.07332014405295 -6.003393729634473 -3.3378248208020365 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.119052392772008 -5.544598110529015 -10.591748648737724 -10.30138600519112 -10.139096439838395 -10.18353151808623 -9.2975368815026 -10.122962120509088 -10.093175052338294 -10.108611590710057 -10.112776146728995 -6.051836816626869 -3.457816758995372 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.170601988826583 -2.0759145308365365 -2.0759145308365365 -2.0644527625303914 -2.0515922109782005 -2.053739354486809 -2.0515922109782005 -2.051592209418261 -2.051592209418261 -2.062229990394547 -2.084405157068818 -2.13216088128871 -2.206895942468067 -4.771186750531042 -4.771186750531042 -5.066143683696024 -4.91979949971499 -3.896579663920952 -3.800964026916511 -3.805907300276093 -3.909056565184891 -3.759139524972863 -3.9138950063822695 -4.932059519731806 -2.4252508372203896 -2.235315033580286 -2.371924982009093 -2.2037134283126387 -2.204343263162527 -2.350379200085848 -2.2012975575074964 -2.123798650210611 -2.050193426172214 -2.0515922078583206 -2.130166979603959 -2.229161926067011 -2.376158909300551 -4.920986231649287 -5.074338252066641 -5.078029157828232 -4.927635030990174 -5.267751111334687 -5.272052261614414 -5.119903291959654 -5.270696599599807 -5.274018988274486 -5.481758474410387 -7.471974190237578 -5.94988114587217 -10.530870208003831 -10.354638236067636 -10.266272506569438 -10.211084422088582 -9.354985573852506 -10.116094042972865 -10.088740023105766 -10.077571965635634 -10.0805525103291 -6.035941737565512 -3.4615096791011064 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.187389931741884 -5.632915805028424 -10.302907659659557 -10.175813520053794 -10.11313604336357 -10.109957706752231 -9.279307769804433 -10.090238937323058 -10.05888085578768 -10.052996979281108 -10.076063856086916 -5.987751674822949 -3.353168089290818 -3.2956233393800027 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.1220687901116255 -5.392405809827162 -10.221644056121118 -10.180328798754756 -10.113559393458337 -10.110648151969777 -9.33996270465764 -10.14407777915486 -10.15491836652565 -10.106954391421828 -10.159678944083698 -6.028451560169738 -3.344004549359336 -3.2956233393800027 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.8316416659657 -5.212688381518869 -10.164568916413476 -10.105223132893036 -10.058048765814158 -10.095102729088977 -9.27443177097646 -10.0499834332391 -10.05401168167378 -10.049654433893403 -10.117540905750396 -5.973245443073374 -3.170243575223556 -3.340842904720107 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.40078501063369 -5.29967525825251 -10.173227551062393 -10.11176594100326 -10.104234351035698 -10.127360960573403 -9.33944541122383 -10.20346086076853 -10.141526957036325 -10.087342894287858 -10.097020743729248 -5.972613181636158 -3.1727785921690224 -3.323961977598344 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1044118913599164 -2.0894041933145315 -2.072368604081882 -2.063053979284345 -2.063053979284345 -2.064452760970452 -2.0537393529268684 -2.050193426172214 -2.052340569680822 -2.050193426172214 -2.056536920131285 -2.0658515345410406 -2.13001375205584 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1044118913599164 -2.073767387327928 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.048794644486107 -2.050193426172214 -2.055138134612976 -2.0679986780496487 -2.206895942468067 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.600442972881618 -5.481912063174189 -10.28977281427747 -10.187247504451667 -10.13161530827653 -10.196396799645198 -9.45790947087096 -10.254274579151575 -10.220304963341327 -10.080184279976704 -10.13172460423776 -6.012646500104619 -3.343752641956845 -3.2956233393800027 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.317721819022144 -5.416185820845637 -10.290787975175322 -10.217614306972813 -10.161157159448386 -10.077975414127453 -9.283640693115066 -10.060966939099703 -10.052635544164415 -10.125031507706854 -10.065204824004203 -6.026447506799896 -3.3548043282757094 -3.274851155388398 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.501966475647011 -5.367403161162697 -10.190237607327932 -10.118646022413774 -10.109190519114224 -10.060934290323916 -9.295553168340575 -10.137704962678164 -10.13404536906579 -10.066883722136462 -10.049654433893403 -5.986798593531643 -3.432190639244772 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.380485062105579 -5.359903124116239 -10.12986759300641 -10.112150544627507 -10.069653631654942 -10.081674568657103 -9.24883236225806 -10.052294274152027 -10.057007209408823 -10.063095583058368 -10.068642414219449 -6.062985786842973 -3.551975019192769 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.326202727451675 -5.272124858368244 -10.141174828207538 -10.155675183852331 -10.132590868973171 -10.089459021607876 -9.273721711434884 -10.084189102921185 -10.081832237125749 -10.089928741322646 -10.09927839773066 -6.078593063463972 -3.454628997282143 -3.369181542938448 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.170601988826583 -2.083006385770492 -2.0701458335059773 -2.065851544216498 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.051592209418261 -2.052990992664307 -2.0543897743504136 -2.071544607076566 -2.179916603236338 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.170601988826583 -2.0644527625303914 -2.053739354486809 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.0543897743504136 -2.0658515345410406 -2.154965172452199 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.547116326281528 -5.470965965912009 -10.205471790983982 -10.114333652595365 -10.109854682299504 -10.10696931115271 -9.248505997990328 -10.050577620467989 -10.049654433893403 -10.049654433893403 -10.049654433893403 -6.003942845633797 -3.1663522995279023 -3.274851155388398 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.366592810172207 -5.300291144880841 -10.130201800876748 -10.149393315530457 -10.06481337752481 -10.079497336412524 -9.274810134928986 -10.06477605760622 -10.084323650120568 -10.090001862328531 -10.098454949606756 -5.9989076420186604 -3.436240740020455 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.343273817835086 -5.237425614953837 -10.136092318024248 -10.147564242295136 -10.124014091318612 -10.052473635885969 -9.241393857447065 -10.05938301849164 -10.078810371731766 -10.06997164869498 -10.060535358914322 -5.995879346136082 -3.2663258981560777 -3.2554352084940845 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.321772269688687 -5.167911281496672 -10.161743369168123 -10.107669131000318 -10.10373345305842 -10.057365771056178 -9.254121248901516 -10.115105224450652 -10.098928440503016 -10.064545571276977 -10.06088780773752 -5.973735077706359 -3.2374141114496 -3.369181542938448 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.195229553492986 -5.220323760111834 -10.11428404103586 -10.094808185487986 -10.06418451508881 -10.092012826784003 -9.334126811140116 -10.168429404569345 -10.10513521315094 -10.057243930066116 -10.12014710459205 -5.973995169185537 -3.1663522995279023 -3.323961977598344 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.15988859273072 -2.091551339095402 -2.0759145308365365 -2.063053979284345 -2.063053979284345 -2.0515922109782005 -2.050193427732154 -2.051592209418261 -2.050193426172214 -2.052340569680822 -2.0558864971478 -2.055138136885238 -2.0800895738295986 -2.117153200503649 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.15988859273072 -2.078061676617408 -2.073767387327928 -2.063053979284345 -2.0515922109782005 -2.0515922109782005 -2.0515922109782005 -2.051592209418261 -2.050193426172214 -2.050193426172214 -2.0558864971478 -2.0644527512949944 -2.0800895738295986 -2.117153200503649 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.4495941123932825 -5.410500317124683 -10.180607318284414 -10.12371532540711 -10.06275860795158 -10.057643754998784 -9.27095428044446 -10.10585585880049 -10.08100677780208 -10.049654433893403 -10.106908993305073 -5.971821747979449 -3.1663522995279023 -3.323961977598344 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.273700056431522 -5.195218743205033 -10.179611801724397 -10.157317241326128 -10.080205555800772 -10.23844791417584 -9.293322864233293 -10.10236791476017 -10.102320768360087 -10.108717105345145 -10.124441849429626 -6.024970016107313 -3.196085814758989 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.19228339286406 -5.26641504661674 -10.192838926265091 -10.158059596142463 -10.140939225170731 -10.20482103164376 -9.43365979164263 -10.337451395228031 -10.283121595021026 -10.24534146506296 -10.191733947495294 -6.134849875336571 -3.282633680907734 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.262357349312904 -5.259921113588462 -10.294896017363012 -10.189995014638493 -10.14235245126058 -10.13210113292916 -9.31235583429825 -10.09851776268264 -10.098685577993283 -10.102191237121197 -10.15518591744688 -6.077284098520712 -3.532430673320727 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.284480663287796 -5.373641316912032 -10.278495558751628 -10.145856082646958 -10.121946616702685 -10.08070144144372 -9.323147055477582 -10.076402440487 -10.07560150893045 -10.05135536087637 -10.060191708516596 -6.009401195783303 -3.290912914898909 -3.2554352084940845 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1505739783209634 -2.078061676617408 -2.073767387327928 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.051592209418261 -2.0679986803219124 -2.132160895564448 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1477976976630937 -2.079460458303514 -2.0644527625303914 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.051592209418261 -2.048794644486107 -2.050193426172214 -2.051592209418261 -2.0622299926668104 -2.0644527512949944 -2.0936005468053347 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.245460320743652 -5.125736960868003 -10.14322953763153 -10.091888126157356 -10.120632451365172 -10.13684959973857 -9.465289759446907 -10.250513916744088 -10.174207321700932 -10.18611127649491 -10.292403543148072 -6.0168560138854 -3.1882646681500098 -3.2554352084940845 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.200990079319381 -5.093291662197715 -10.143654267270248 -10.11695355369466 -10.10159135911612 -10.16447363965086 -9.41472081002092 -10.269392557764151 -10.235123077270874 -10.243070559876356 -10.176710845374847 -6.046818411153746 -3.196085814758989 -3.3109723449980453 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.073163236949879 -5.217557657404346 -10.247493722771427 -10.198376123408623 -10.170160277377152 -10.082474814552024 -9.320552119169664 -10.125473486719333 -10.125541247974118 -10.125696883805368 -10.166323765008691 -6.056335157303034 -3.1933347048680285 -3.2127506517623425 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.195627761236679 -5.185952521006254 -10.188317515385169 -10.120529079241848 -10.115614266400316 -10.075540028862598 -9.24092189724383 -10.050023836401984 -10.068857246208417 -10.049654433893403 -10.06051879828916 -5.98720913561246 -3.344588098716222 -3.352300634642497 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.257871328570261 -5.183664064239496 -10.158192748982716 -10.105171518154174 -10.11013138599302 -10.064774726174432 -9.289611215861887 -10.071795862972415 -10.072903823149034 -10.072906637965325 -10.12905611165062 -5.974139169961838 -3.1638172797553508 -3.340842904720107 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.161287374416827 -2.078061676617408 -2.0644527625303914 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.051592209418261 -2.056536920131285 -2.102915161215091 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.161287374416827 -2.078061676617408 -2.0644527625303914 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.0515922078583206 -2.0622299926668104 -2.1456505580424428 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.242682189962323 -5.200774236433513 -10.172177666838074 -10.13859929130214 -10.161406253302353 -10.118660848990793 -9.28744080887344 -10.147694323054516 -10.13224546889696 -10.102038758873222 -10.202680897923162 -6.114606492164792 -3.1638172797553508 -3.234663001558639 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.1653036413937405 -5.104699702880211 -10.151007855808231 -10.168149707060689 -10.172619856205086 -10.13207463525634 -9.334120121773337 -10.2142021573447 -10.203263026304432 -10.20758606522867 -10.171370528714522 -6.053157554723938 -3.145580111418268 -3.307081069302393 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.205341779783699 -10.290020176582502 -10.206742992162328 -10.132571936585988 -10.07428943749335 -9.304420391708122 -10.06895603722968 -10.077327410362592 -10.07428943143531 -10.082627888178918 -5.995844290412246 -3.2618614927981 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.21648006882952 -5.24319005820786 -10.112469481978248 -10.12389806124438 -10.09059459754503 -10.115738371446843 -9.306267827460152 -10.15585223590642 -10.138621264943463 -10.116424861343804 -10.096051838221507 -5.996354330981416 -3.388204015763232 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.16548109211143 -5.124248199053167 -10.10955346534913 -10.13346539561557 -10.174027834347878 -10.202376791362047 -9.42493544681398 -10.246407358208788 -10.263866446043554 -10.241357396678875 -10.251026612807603 -6.1646095636843885 -3.1638172797553508 -3.21021561316398 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1505739783209634 -2.078061676617408 -2.073767387327928 -2.063053979284345 -2.063053979284345 -2.063053979284345 -2.064452760970452 -2.0537393529268684 -2.052340569680822 -2.0558864971478 -2.0537393536391915 -2.0537393536391915 -2.0644527512949944 -2.102915161215091 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.170601988826583 -2.10998572500222 -2.083006385770492 -2.067998689997369 -2.065851544216498 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.058684063639893 -2.0622299926668104 -2.107209458620088 -2.1456505580424428 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.236323290073355 -5.18443157033577 -10.17692716493632 -10.09632748037235 -10.113693234978662 -10.122080836768204 -9.313577121416085 -10.10889108394762 -10.07604712579808 -10.070622279410204 -10.089686217130572 -5.992401941952092 -3.2374141302754107 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.218606619885634 -5.263397391880613 -10.18875198398528 -10.101658226580476 -10.07626298273667 -10.12231625721862 -9.292323329020396 -10.108674344116915 -10.099072883957872 -10.097783861997971 -10.151773748381116 -6.02903471069888 -3.1430450916457167 -3.2270965402857423 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.137247557591879 -5.139778871901735 -10.252907093386211 -10.294343553736192 -10.26279402211829 -10.240391947627776 -9.431519024500156 -10.26712791706889 -10.238077080544729 -10.262269466629451 -10.42493951895923 -6.307263315098235 -3.1882646681500098 -3.2321279817860877 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.09761287025887 -10.132723029637347 -10.082779916506922 -10.115460339449807 -10.118137500349784 -9.391326551665989 -10.248711287305216 -10.251438202784229 -10.348259171880692 -10.550623052357006 -6.393653231527076 -3.159925999941668 -3.2270965402857423 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.902097779834928 -5.157755359511802 -10.2801207638705 -10.340472257805231 -10.4395204030696 -10.487441022622097 -9.66402380352966 -10.518586782074792 -10.417780195383012 -10.389202456082726 -10.31836847655903 -6.065927698683097 -3.193550797813522 -3.3109723449980453 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.119300349799756 -2.10998572500222 -2.0759145331088 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.052340569680822 -2.050193426172214 -2.0515922078583206 -2.056536920131285 -2.092201753171508 -2.1912591364814635 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.133538390648254 -2.0759145331088 -2.073767387327928 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.0537393536391915 -2.055138136885238 -2.10506231511148 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.137494914077333 -5.1137501392149725 -10.163313172678048 -10.091260040439256 -10.068963032409249 -10.083829377150174 -9.280132832271835 -10.090147607642145 -10.096381040456068 -10.106607834646317 -10.199575676980649 -6.12556754907445 -3.1638172797553508 -3.2076805933914283 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.171210169558669 -5.103848526840527 -10.169472314574726 -10.172538686811045 -10.221351256567624 -10.199519591284918 -9.373047657200514 -10.19487739364106 -10.262386363033444 -10.2352023453899 -10.272984407853084 -6.2870842027433165 -3.1638172797553508 -3.2076805933914283 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.136816034747378 -10.203336971857793 -10.160752392943422 -10.130609034865683 -10.151543760345852 -9.355786311020802 -10.146958003364638 -10.162288983765288 -10.184575213029536 -10.193051079931552 -6.058733662066473 -3.220533203153648 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.276419616313572 -5.203360932810045 -10.25165274493531 -10.229899415152763 -10.170426420316613 -10.17036062107866 -9.36516516844868 -10.189595453980436 -10.157027921008398 -10.152555535353546 -10.141808092685528 -6.03807670415237 -3.155897686700156 -3.3109723449980453 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.263572499113478 -5.096460747851571 -10.107178315572968 -10.123265224293672 -10.158848475477482 -10.16376676955612 -9.338186047835336 -10.176780373969365 -10.114369908695515 -10.094529758920814 -10.084745060931317 -6.02549438494782 -3.16246101971422 -3.2076805933914283 -2.817401122010412 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.133538390648254 -2.080208822398278 -2.073767387327928 -2.063053979284345 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.0537393536391915 -2.0665998970758657 -2.0908029699254613 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.119300349799756 -2.0759145331088 -2.0644527625303914 -2.063053979284345 -2.063053979284345 -2.063053979284345 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.225740465125264 -2.055138136885238 -2.092201753171508 -2.1777694740034685 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.09720831859583 -5.222277823368338 -10.456346041442233 -10.659179746597124 -10.892781581475155 -11.017667697241984 -10.148381599452696 -11.164540652836964 -11.262912465811535 -11.29062350982028 -11.364533686032631 -6.622356593635916 -3.145580111418268 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.147959255555617 -10.110369822158908 -10.059968587106493 -10.05680868124783 -10.056544065252464 -9.23894517039667 -10.04969608997026 -10.049654439951444 -10.0550866191203 -10.055086613062263 -5.970053263274796 -3.1430450916457167 -3.21021561316398 -2.817401122010412 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.163788295336016 -5.145872970563903 -10.19554243324758 -10.187552756641852 -10.18298856504831 -10.101420512649025 -9.288482556980233 -10.063425067039557 -10.07289575316742 -10.078831985636176 -10.131702272949376 -6.093072670291139 -3.1882646681500098 -3.2321279817860877 -2.8045394632509737 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.141713102282116 -5.097230279598401 -10.146720763519149 -10.139855612392225 -10.188367292234911 -10.109421459325093 -9.334081928552433 -10.151440079331897 -10.155886702229772 -10.091573219562806 -10.17488637352664 -6.006342659232647 -3.1430450916457167 -3.21021561316398 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.203503077651896 -5.080668333030033 -10.14066569343836 -10.17294495646254 -10.15006147006421 -10.153490719013384 -9.403071320669907 -10.18431916513678 -10.221713693252529 -10.209213399744309 -10.198003606325877 -6.111718615102034 -3.220533203153648 -3.352300634642497 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.170601988826583 -2.080208822398278 -2.0759145331088 -2.0515922109782005 -2.0515922109782005 -2.0515922109782005 -2.0515922109782005 -2.052990992664307 -2.051592209418261 -2.052990992664307 -2.0515922078583206 -2.050193426172214 -2.07014582383052 -2.1456505580424428 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1214474955806275 -2.081607604084385 -2.0623056190217834 -2.0515922109782005 -2.053739354486809 -2.050193427732154 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.0515922078583206 -2.121240299074027 -2.0644527512949944 -2.13001375205584 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.135088862261112 -5.222728209874114 -10.22783176605186 -10.184745414717565 -10.095559088010328 -10.216783885424094 -9.538115907485087 -10.43006022851067 -10.4309596540344 -10.53047786899551 -10.717224755008807 -6.564304796365706 -3.1638172797553508 -3.2076805933914283 -2.8045394632509737 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8738155323280425 -5.093204660248762 -10.356009894990864 -10.466325177172198 -10.551527893088158 -10.531774595906017 -9.660232444170331 -10.62814119128495 -10.704099764207102 -10.79715802645192 -11.032527960669473 -6.598191829588528 -3.1430450916457167 -3.1663522995279023 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.860427676778587 -5.135419110979287 -10.255430254050491 -10.317011503015662 -10.255444061366136 -10.213838619924658 -9.385404953648498 -10.194649064369044 -10.228883949639489 -10.285716724973076 -10.452827863831883 -6.411305560252233 -3.1430450916457167 -3.2127506517623425 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.912730310324276 -5.072992347151682 -10.156073917915911 -10.25650850023839 -10.326555643875224 -10.253073217302967 -9.389505020570232 -10.25166667397428 -10.211637315345408 -10.243329294349056 -10.316232579117155 -6.321738194451425 -3.1430450916457167 -3.2076805933914283 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.875946471273631 -5.10628742885993 -10.2811640427348 -10.36669874090524 -10.347960259639004 -10.233022630694048 -9.387658007400653 -10.242100943619716 -10.204508773213842 -10.22780940032084 -10.33525612427554 -6.242763551780313 -3.159925999941668 -3.1933347048680285 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1370843158429684 -2.0759145331088 -2.073767387327928 -2.0609068357757367 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.136226006448039 -2.055138136885238 -2.082887138761752 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.134937172334361 -2.0759145331088 -2.0644527625303914 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.138642926925205 -2.055138136885238 -2.081488357075645 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.0663649856331565 -5.353006011351899 -10.233334103855071 -10.242243309119278 -10.207015816445852 -10.267781447658502 -9.505341360281482 -10.552051231845384 -10.817563563105413 -10.726245705564368 -11.010757594593247 -6.573241821254946 -3.145580111418268 -3.282633706779704 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.875322082904 -5.252310919896452 -10.42240373558144 -10.499224952980065 -10.646504972103507 -10.85109933692565 -9.973633571446475 -11.034250779248817 -10.99674745359792 -10.997551344798806 -11.116003156740712 -6.80948904200523 -3.1430450916457167 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.863946839289549 -5.11278903333534 -10.161656508442 -10.172073066972365 -10.37658954137722 -10.5249429142807 -9.587368995501542 -10.566547243335885 -10.608635865441531 -10.78837535020565 -10.905835572380267 -6.57945485473172 -3.1430450916457167 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.912730310324276 -5.204424463946727 -10.29104108161351 -10.414128842571229 -10.56721198545721 -10.770261768411686 -9.744384599501194 -10.670171929424496 -10.799268628725963 -10.866771849777615 -11.075760504753298 -6.356148248266982 -3.145580111418268 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.875946471273631 -5.125730235253699 -10.426632965534589 -10.52160272745931 -10.62977269244167 -10.670844138909631 -9.62992426883238 -10.508610092829915 -10.459971123294528 -10.597802769730368 -10.78017284536158 -6.443608375579959 -3.1430450916457167 -3.21021561316398 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.148426834812355 -2.093698484876273 -2.073767387327928 -2.0609068357757367 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.0515922078583206 -2.050193426172214 -2.056536920131285 -2.078712088365495 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1329092534989917 -2.083006385770492 -2.0701458335059773 -2.0515922109782005 -2.0515922109782005 -2.053739354486809 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.120239088548126 -2.2618963724518317 -2.1699424003349805 -2.0908029699254613 -2.1684548492059323 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.051755420151781 -5.103759191368014 -10.368643358372736 -10.473850157147917 -10.544475250387022 -10.632472912520951 -9.69206861984219 -10.558023442706096 -10.66304140123955 -10.840388493074329 -10.978809193573168 -6.609661388349518 -3.1430450916457167 -3.2076805933914283 -2.817401122010412 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.875946471273631 -5.133659955204292 -10.449881873948994 -10.551473912205834 -10.601730725980874 -10.52146321378042 -9.66659312993551 -10.551308118001325 -10.700775149716724 -10.696212544814442 -10.899771975457892 -6.291756726830087 -3.1663522995279023 -3.2542950426893915 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.912730310324276 -5.152498009295179 -10.187290351783645 -10.19535105194294 -10.228660808761008 -10.27482682520502 -9.47561866695574 -10.30172902843167 -10.285724176451946 -10.345986683447055 -10.491706162512653 -6.359595116245377 -3.220533203153648 -3.258186318385045 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.877334694839005 -5.077138828464457 -10.251320441471494 -10.35835114340348 -10.39114805253715 -10.39306239472178 -9.539994346521963 -10.316094813477358 -10.29089569788286 -10.339782027135042 -10.498783761166893 -6.333723655779228 -3.159925999941668 -3.21021561316398 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8928534729109554 -5.072911683617737 -10.244576413287716 -10.215849679543272 -10.235958122660046 -10.262867368436993 -9.478754212587898 -10.367574800969932 -10.325818796509065 -10.409435325592671 -10.409145018831357 -6.097259500842419 -3.145580111418268 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.170601988826583 -2.080208822398278 -2.0759145331088 -2.0609068357757367 -2.0609068357757367 -2.053739354486809 -2.058684065199832 -2.050193427732154 -2.050193426172214 -2.0558864971478 -2.065201111557556 -2.140068613667758 -2.0800895738295986 -2.0908029699254613 -2.1684548492059323 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.161287374416827 -2.0759145331088 -2.073767387327928 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.051592209418261 -2.056536920131285 -2.0622299926668104 -2.082887138761752 -2.1777694740034685 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.081788696912657 -5.143531834496953 -10.483908587090673 -10.47679157735462 -10.586433736050262 -10.652989303285953 -9.735320034001234 -10.615549776277788 -10.665750790979995 -10.775368758104984 -10.87139049822341 -6.625710764767783 -3.1638172797553508 -3.2076805933914283 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.902097779834928 -5.246456286669312 -10.42791496198614 -10.255204026595065 -10.312679261191352 -10.568700223357116 -9.74841032283402 -10.672297731591684 -10.747926207816183 -10.687104451414458 -10.752162394894162 -6.567549633976641 -3.1430450916457167 -3.1933347048680285 -2.8360276839324605 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8928534729109554 -5.115061545787012 -10.36548078974049 -10.452898553594276 -10.511222958920436 -10.502906039154873 -9.661320832657502 -10.532619273157202 -10.493318862184433 -10.5453175328158 -10.524106418026392 -6.099149865556576 -3.145580111418268 -3.1714223362459206 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8928534729109554 -5.14217929426485 -10.412196777792344 -10.54397964812571 -10.549445889693011 -10.39874419823716 -9.607024155587032 -10.508267610208163 -10.457480139385115 -10.577361818978703 -10.864819817566662 -6.526315247117464 -3.1882646681500098 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8928534729109554 -5.1159941765344685 -10.397497801558124 -10.522169554808643 -10.595071968963282 -10.65534490764868 -9.74657529196217 -10.655585359339014 -10.754260644013987 -11.041164779302466 -10.99025242354237 -6.489035510075145 -3.1430450916457167 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1975813280583107 -2.09509726656238 -2.0759145331088 -2.0644527625303914 -2.0701458335059773 -2.053739354486809 -2.055138136172915 -2.050193427732154 -2.052340569680822 -2.050193426172214 -2.050193426172214 -2.0644527512949944 -2.13216088128871 -2.0936005468053347 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.170601988826583 -2.080208822398278 -2.0644527625303914 -2.063053979284345 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.051592209418261 -2.048794644486107 -2.052990992664307 -2.112662833389056 -2.211766850174042 -2.055138136885238 -2.082887138761752 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.247784129651666 -5.387751043458255 -10.84117546134316 -10.992487343539745 -10.99262801404474 -11.249534707544615 -10.318243565697896 -11.33546348967403 -11.326357475299488 -10.94292150552605 -10.627787563444532 -6.30897330394203 -3.145580111418268 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.8928534729109554 -5.25926774516217 -10.424971401923798 -10.69788007795447 -10.911462401539046 -10.973042889103858 -9.938281598066624 -10.910466620799664 -11.018481766504474 -11.05403957662517 -11.486193611502966 -6.959017499219903 -3.1638172797553508 -3.21021561316398 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.076183504326392 -5.3771638608232895 -10.418904982435468 -10.329129760731409 -10.508484913584642 -10.841110572061606 -9.967592699531078 -11.003820789541374 -11.246402865351266 -11.506245053582134 -11.488367046075773 -6.569454285624214 -3.1972259805636813 -3.1933347048680285 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.038112082113905 -5.277172513808647 -10.366511636869864 -10.502354456555652 -10.893899882091198 -11.36343674808035 -10.186621637605132 -11.394203173471634 -11.716702830303651 -10.978497073325055 -11.13984904971601 -6.444340393235518 -3.193550797813522 -3.2542950426893915 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.254659788273892 -5.455130556469995 -10.430559803171354 -10.867041419230643 -11.423968480653622 -11.306347499203833 -10.258039194356762 -11.358502832876775 -12.159078946234455 -11.550243246359674 -11.346897645624326 -6.666654697881982 -3.2374141302754107 -3.307081069302393 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.170601988826583 -2.083006385770492 -2.0701458335059773 -2.067998689997369 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.051592209418261 -2.0543897743504136 -2.056536920131285 -2.118671218810715 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1975813280583107 -2.080208822398278 -2.079460458303514 -2.0609068357757367 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.052990991104368 -2.056536920131285 -2.101516377969044 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.075290491770275 -5.143460770334493 -10.22777623507309 -10.369997242179176 -10.583805463725003 -10.787707892563498 -9.877165428383623 -10.784991962355187 -10.86083372237472 -10.638180367915554 -10.858392962728418 -6.302704958389419 -3.145580111418268 -3.2127506517623425 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.912730310324276 -5.149459940061629 -10.182220923605945 -10.199396370464122 -10.400902900979364 -10.589167500249308 -9.763488198331274 -10.66493495005435 -10.698349573334983 -10.80059576107911 -10.94752954676822 -6.423999797908801 -3.1638172797553508 -3.21021561316398 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.162835554555144 -10.290735059961328 -10.24189553947086 -10.306358092207724 -10.630483745726732 -9.725606467605608 -10.582158191433775 -10.687770204778223 -10.922070516031509 -10.952334810005892 -6.244391202023147 -3.155897686700156 -3.307081069302393 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.912730310324276 -5.248934273054052 -10.315866429010994 -10.300584129392131 -10.348933821698008 -10.571153844398069 -9.907885447629418 -10.901261084450752 -11.039515087321398 -11.154069103549158 -11.045621185291273 -6.352187339967705 -3.282633680907734 -3.3109723449980453 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.32788464223915 -10.375264588543594 -10.24146164792345 -10.283952721076169 -10.24512877819522 -9.430991307262488 -10.311404313361988 -10.349538221796177 -10.33187374494407 -10.329208467560294 -6.192871554240118 -3.155897686700156 -3.369181542938448 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.170601988826583 -2.081607604084385 -2.0609068357757367 -2.063053979284345 -2.063053979284345 -2.0515922109782005 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.0665998970758657 -2.092201763559288 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.119300349799756 -2.073767387327928 -2.063053979284345 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.0644527512949944 -2.101516377969044 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.101522391411624 -5.229689572715556 -10.46860308107198 -10.624514730080914 -10.477865226056538 -10.685902510927468 -9.777829158978127 -10.774086676762714 -10.903164571633637 -10.99989347653904 -11.016899151080567 -6.548802632630114 -3.145580111418268 -3.2515439286804013 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.074869222634294 -10.15947718305793 -10.265367857684408 -10.402706094223785 -10.412960281095014 -9.657883646226384 -10.669790022918905 -10.715315302927994 -10.81292093393361 -10.857180580502057 -6.365626201926709 -3.145580111418268 -3.229631560058294 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.902097779834928 -5.156718780982521 -10.385646086704456 -10.521963704801482 -10.319323612373816 -10.480118939447577 -9.667916811689963 -10.481450283183127 -10.465352408163996 -10.541519513484117 -10.736331723846508 -6.351367924805963 -3.1882646681500098 -3.2515439286804013 -2.838992465414863 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.926118165873732 -5.1059311396290665 -10.242964558856956 -10.376508904768908 -10.59188501956725 -10.70029478517726 -9.790532554220643 -10.682360402833249 -10.749495039273134 -10.795116558357115 -10.854540962514802 -6.423870316620649 -3.159925999941668 -3.2270965402857423 -2.85761902733691 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.902097779834928 -5.120975252880741 -10.404814873294978 -10.56487212069851 -10.676354337602586 -10.757614434189554 -9.865091690832225 -10.781670439011153 -10.782873535231191 -10.88029807582624 -11.220508877530367 -6.525936500852268 -3.1638172797553508 -3.2515439286804013 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.184091665580316 -2.1030131096738103 -2.073767387327928 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.052990991104368 -2.107209458620088 -2.170601988826583 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1165027864275427 -2.0644527625303914 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.053739354486809 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.0515922078583206 -2.080859231874103 -2.1456505580424428 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.199304911316924 -5.224048700310958 -10.31663861949324 -10.277203508086812 -10.305957536643406 -10.360265154486653 -9.515614400241684 -10.366177730121027 -10.41105086698601 -10.523118581682864 -10.67989017986153 -6.174780796095097 -3.1896595221178696 -3.282633706779704 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.207134262308837 -10.322408789309751 -10.4485979472457 -10.70125967047181 -10.869487491305728 -9.944239818061511 -10.858204855927504 -10.936471831491936 -11.01329743453135 -11.121544043909369 -6.548142690941298 -3.1638172797553508 -3.2270965402857423 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.146166444162754 -10.19763407594073 -10.320413768771225 -10.670007145158486 -10.976718118132316 -10.024040431149857 -10.92331201147983 -11.22553536441088 -11.61684757265783 -11.67789476337976 -6.42845713303232 -3.145580111418268 -3.229631560058294 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.171724043799877 -10.273008269795792 -10.554927738791472 -10.995445756248731 -10.995509766546288 -10.0524943704682 -10.896190902838804 -11.183648837002233 -11.592626716765556 -11.573370031395296 -6.32734825128188 -3.159925999941668 -3.274851155388398 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.149400216387726 -10.163347096352355 -10.264103831820767 -10.494214161017004 -10.728658983608856 -9.859449742363797 -10.709517271770885 -10.930573710031204 -11.27699628216689 -11.300497607240157 -6.265140700281365 -3.16246101971422 -3.257970228266636 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.1975813280583107 -2.100865963892939 -2.073767387327928 -2.063053979284345 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.121734645386653 -2.056536920131285 -2.0658515345410406 -2.102915161215091 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.121447493308364 -2.0644527625303914 -2.053739354486809 -2.053739354486809 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.048794644486107 -2.048794644486107 -2.135491021734821 -2.058684063639893 -2.056536920131285 -2.13001375205584 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.208387656699181 -5.353295920847426 -10.375226085663028 -10.332726049656111 -10.333656227221304 -10.393138901405608 -9.692947457447818 -10.674600226997777 -10.795242887400306 -11.058811635836534 -11.15372929858163 -6.345276477762778 -3.145580111418268 -3.2787424310840505 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -4.081776400549561 -5.351486750568713 -10.297665530587938 -10.427189138644408 -10.396682131832396 -10.427419893993852 -9.679487367758124 -10.651913173563942 -10.69935517373962 -10.757571465379316 -10.449489309513948 -6.127979945624783 -3.282633680907734 -3.352300634642497 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.124697558921605 -10.220452818721004 -10.338256530867604 -10.56538818075321 -10.761805046741054 -9.828317695127875 -10.67811502813952 -10.78541200964857 -10.83777151603379 -10.91112332033931 -6.202546829089943 -3.16246101971422 -3.2787424310840505 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.939506007255205 -5.125570335202078 -10.29444951890823 -10.488534320859088 -10.85148337966841 -10.904305472259564 -9.902067373230684 -10.742955547958688 -10.894694996482013 -11.144790490922624 -11.324690550631638 -6.245854542597677 -3.1663522995279023 -3.257970228266636 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -3.948750314179178 -5.187474753064269 -10.259954568900984 -10.370509240523878 -10.715413464150783 -10.838710696682307 -9.917191177804051 -10.7863708605239 -10.996225348187922 -11.349490299273803 -11.287692625682574 -6.344441686795954 -3.170243575223556 -3.2787424310840505 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -2.206895942468067 -2.1030131096738103 -2.073767387327928 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.050193427732154 -2.048794644486107 -2.050193426172214 -2.050193426172214 -2.052990991104368 -2.056536920131285 -2.13001375205584 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.09509726656238 -2.073767387327928 -2.0644527625303914 -2.0609068357757367 -2.0515922109782005 -2.053739354486809 -2.050193427732154 -2.050193426172214 -2.051592209418261 -2.055138134612976 -2.052990991104368 -2.071544607076566 -2.1456505580424428 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.714075909322045 -5.256605671878451 -10.258247063121535 -10.151194717167083 -10.121587912382372 -10.11907527693653 -9.31444088438635 -10.170712578224048 -10.149206541067654 -10.17843687657827 -10.175940923483791 -6.082954932475138 -3.282633680907734 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.670178365707219 -5.236369891527148 -10.197110499390266 -10.16586041710126 -10.182296217353386 -10.22906096185566 -9.55014704740962 -10.415644986104311 -10.312326913178412 -10.32196705408004 -10.414724526628556 -6.1531088856477 -3.1907996879225613 -3.274851155388398 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.822139313488548 -5.254353758808015 -10.192506595723067 -10.176328647087349 -10.225503874190698 -10.23617121124508 -9.518381132101306 -10.3488399346097 -10.340722921204812 -10.280089612536743 -10.226780286029683 -6.108618077589068 -3.282633680907734 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.252680534387576 -10.231765393943064 -10.172974780673751 -10.071159923308844 -10.134572924817208 -9.393595901248723 -10.321765958789433 -10.339053859077689 -10.27785161639318 -10.23939610088434 -6.12843505164772 -3.282633680907734 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.366390042471361 -10.290193255232849 -10.241399824177844 -10.200514265144452 -10.217540004895286 -9.40200659730895 -10.284049936132345 -10.369438997997698 -10.32831228098826 -10.318705677373153 -6.141761386106498 -3.220533203153648 -3.340842904720107 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.170601988826583 -2.078061676617408 -2.0609068357757367 -2.0515922109782005 -2.053739354486809 -2.0515922109782005 -2.050193427732154 -2.056536917859022 -2.050193426172214 -2.0643771361754184 -2.0543897743504136 -2.072943388762673 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.1044118913599164 -2.073767387327928 -2.0644527625303914 -2.053739354486809 -2.053739354486809 -2.050193427732154 -2.050193427732154 -2.050193426172214 -2.050193426172214 -2.050193426172214 -2.056536920131285 -2.0679986803219124 -2.1414755099742044 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.728074925965139 -5.403317206768035 -10.254205601561887 -10.222848646575512 -10.24460039908109 -10.39355045062378 -9.64348077323166 -10.447679713582016 -10.404311431716526 -10.548236401758226 -10.445256273308347 -6.301542651534784 -3.335419707520734 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.113020201705348 -10.1679000579587 -10.140843607078196 -10.121714265392482 -10.112355756781728 -9.33193045747456 -10.152527643086916 -10.149235062943818 -10.155734279526603 -10.20979662071796 -6.116453411398019 -3.196085814758989 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.319427692151636 -10.271631987975669 -10.271533231174274 -10.203784648074263 -10.164127881883797 -9.350047055485687 -10.17907648615209 -10.182031301378249 -10.188624278766971 -10.136169390028098 -6.047932620548736 -3.282633680907734 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.762903343940357 -5.180856650677435 -10.154605281416568 -10.219110672009034 -10.0658208621402 -10.06523085658171 -9.26213735087524 -10.089638172273672 -10.101232005008413 -10.081913019981457 -10.08191273343363 -6.004820706462268 -3.254295038571362 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.729663087526109 -5.26845465332663 -10.33963542304832 -10.103051022836604 -10.087962786418936 -10.11986596679607 -9.355660775189545 -10.28254537548584 -10.1615774185803 -10.18875549478532 -10.170522518115328 -6.090525019847787 -3.170243575223556 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.13493715578636 -2.0759145308365365 -2.063053979284345 -2.0609068357757367 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.048794644486107 -2.050193426172214 -2.0515922078583206 -2.0543897743504136 -2.08503428227036 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.170601988826583 -2.0759145308365365 -2.063053979284345 -2.0515922109782005 -2.0515922109782005 -2.050193427732154 -2.048794644486107 -2.052340569680822 -2.053739351366929 -2.050193426172214 -2.0543897743504136 -2.08225801356021 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.923504759799691 -5.335041540953016 -10.213674824589344 -10.192093226286264 -10.30994512347803 -10.524461839174164 -9.741995434622725 -10.556774638595575 -10.428247805995868 -10.42581603474712 -10.242037177109244 -6.078038513771103 -3.230987815981395 -3.393628931333108 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.848229242875697 -5.263239932971036 -10.1597407173087 -10.103330357042733 -10.171679014931158 -10.346239816757253 -9.481747808085132 -10.476521150458352 -10.45848739475922 -10.432027548995622 -10.330005363235236 -6.084777704068069 -3.1972259805636813 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.822944028913319 -5.2285611581167695 -10.213553816795285 -10.102714744572348 -10.109548755390772 -10.158354590295946 -9.348374604499408 -10.137190823835594 -10.103231399005224 -10.10604526160262 -10.133500424886856 -6.091537824181134 -3.352300634642497 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.790001600212104 -5.280206645646056 -10.16914612214416 -10.128757479364596 -10.14927702817012 -10.104364128560189 -9.30441298661412 -10.282285711870578 -10.235130710147692 -10.166505734735258 -10.136764505997752 -6.077363623565895 -3.230987815981395 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.877103168364579 -5.222846047586213 -10.219466721305452 -10.202146732466865 -10.261444353879678 -10.31765451321476 -9.541577017798572 -10.34200543756409 -10.382611947577551 -10.40554024483257 -10.282401335192064 -6.073196847774158 -3.2335228357539467 -3.418076293855796 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.13493715578636 -2.0759145308365365 -2.073767387327928 -2.063053979284345 -2.0515922109782005 -2.06659990447906 -2.048794644486107 -2.052340569680822 -2.050193426172214 -2.050193426172214 -2.056536920131285 -2.105062304723699 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.13493715578636 -2.0894041933145315 -2.073767387327928 -2.063053979284345 -2.0515922109782005 -2.055138136172915 -2.0537393529268684 -2.053739351366929 -2.053739351366929 -2.065201111557556 -2.0679986780496487 -2.1036635214776527 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.826154167949662 -5.318616834007 -10.211081574924412 -10.15831157889485 -10.113698896155077 -10.17722758495642 -9.496203713544956 -10.51840442576293 -10.388370270168586 -10.405805226292964 -10.292381786512893 -6.090367232866684 -3.2335228357539467 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.825134291882804 -5.292066519535562 -10.15795919038288 -10.169352511041945 -10.13669004892143 -10.340404652550044 -9.62572217463139 -10.33646443549696 -10.321184742575548 -10.29234499485633 -10.189478451500346 -6.052725512979945 -3.282633680907734 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.693215796383968 -5.275772190549202 -10.32698012308663 -10.25797522172153 -10.17211141305933 -10.399709296555876 -9.65544386359259 -10.340789743612923 -10.365980718593237 -10.286675190984964 -10.256937179723243 -6.192683200700337 -3.369181542938448 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.455840135570751 -10.4348556574508 -10.367249150569704 -10.28362133742271 -10.238457454655771 -9.414333802862942 -10.218303714003234 -10.227662416832464 -10.233801244920002 -10.251783575608863 -6.209890129065462 -3.393628931333108 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.5130411222421545 -5.386662154984895 -10.303155541436524 -10.187695507481918 -10.268128415078236 -10.497739807369594 -9.857176793902802 -10.483036246696477 -10.35634811945626 -10.315979546257198 -10.311893288014636 -6.197200421639129 -3.369181542938448 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.137084301567231 -2.0894041933145315 -2.063053979284345 -2.0679986877251064 -2.0515922109782005 -2.050193427732154 -2.051592209418261 -2.050193426172214 -2.053739351366929 -2.0515922078583206 -2.0679986780496487 -2.105062304723699 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.1477976976630937 -2.0808592399896213 -2.0679986877251064 -2.065851544216498 -2.055138136172915 -2.055138136172915 -2.056536917859022 -2.058684063639893 -2.052990991104368 -2.073691750585174 -2.1456505580424428 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.777529637189033 -5.239376296760262 -10.203844138728671 -10.12964609102538 -10.278792398452728 -10.452491583098968 -9.788440504147555 -10.516998535528334 -10.27540538718265 -10.239370649192471 -10.18721637030976 -6.144344882735703 -3.282633706779704 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.7787646935591575 -5.234440466555819 -10.20865826094264 -10.171406621145458 -10.316688965921722 -10.51056605603704 -9.75488305147157 -10.57733183214322 -10.552966938997669 -10.677295584725297 -10.308381335441046 -6.08886596912418 -3.254295038571362 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.751411777212165 -5.261908794535863 -10.209984301014284 -10.20526640520748 -10.36885788358134 -10.687066157893035 -9.898649963743564 -10.71088752195117 -10.685758627555202 -10.795172287460725 -10.39492467257965 -6.16671041615771 -3.254295038571362 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.715925850817661 -5.203876703302987 -10.217549033860838 -10.316263096084665 -10.558278051788406 -10.648940767418145 -9.883646895184 -10.686373372985752 -10.690446410873092 -10.927313758544882 -10.490110443180336 -6.241082003535449 -3.282633706779704 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.749429533836754 -5.216766872958629 -10.15208197435016 -10.137059405578164 -10.241621416073311 -10.453302931800897 -9.82625985187792 -10.70299079442913 -10.63291471553966 -10.420046746048165 -10.49850326629295 -6.190038338884127 -3.369181542938448 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.091551339095402 -2.0964960482484867 -2.0808592399896213 -2.071544615192084 -2.055138136172915 -2.0600828446136767 -2.0537393529268684 -2.062229990394547 -2.0830063753827117 -2.170601988826583 -2.179916603236338 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.1477976976630937 -2.1228462646066903 -2.063053979284345 -2.053739354486809 -2.053739354486809 -2.055138136172915 -2.056536917859022 -2.062229990394547 -2.0830063753827117 -2.134308024797318 -2.1934062799900715 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.8368745933923725 -5.372288907527741 -10.216827573138616 -10.205236352377918 -10.353441801888192 -10.382757212754733 -9.444559968457725 -10.434664363187126 -10.26323488788604 -10.241059130674298 -10.2347835830125 -6.167901407262172 -3.418076293855796 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.726742080929938 -5.328901645529428 -10.531833753249185 -10.24949343237508 -10.094764641361476 -10.191652005013507 -9.32439143576966 -10.189007674441626 -10.160710423534104 -10.171844991016158 -10.155161721427255 -6.079454667266036 -3.307081069302393 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.723466628222016 -5.328518780553568 -10.525294411768598 -10.115756962671712 -10.15253558216266 -10.11859366174481 -9.358231124551542 -10.25648773367213 -10.271528026061445 -10.230931028247651 -10.244139954047553 -6.219875044454265 -3.418076293855796 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.791668064560195 -5.350798601581809 -10.446862755641463 -10.233914404836968 -10.12793448539014 -10.125195480570463 -9.25583949601825 -10.065219583354487 -10.091046918463668 -10.094509270828429 -10.182597583612866 -6.199302788298246 -3.634151094980584 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.867427035239165 -5.430234083911606 -10.4730489036963 -10.199254857332548 -10.14008716605766 -10.098364076862188 -9.271395042097952 -10.079692773170176 -10.073689744448217 -10.052414516060647 -10.078372527392707 -6.12846787464421 -3.637459633263773 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.1975813280583107 -2.0894041933145315 -2.073767387327928 -2.063053979284345 -2.053739354486809 -2.050193427732154 -2.050193426172214 -2.056536917859022 -2.051592209418261 -2.058684063639893 -2.084405157068818 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.093698484876273 -2.0679986877251064 -2.053739354486809 -2.055138136172915 -2.069397469411213 -2.055138136172915 -2.071544615192084 -2.056536917859022 -2.0608312071485013 -2.084405157068818 -2.179916603236338 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.0538367627093725 -5.632294569550733 -10.58212439627112 -10.202812981118504 -10.140679045407998 -10.083896675127477 -9.266498777995976 -10.066732765092766 -10.059084452380832 -10.079186242589708 -10.075869326274043 -6.061720096833995 -3.634580299696332 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.05872334994341 -5.517697138194212 -10.256965234393029 -10.159728417733572 -10.072428127368692 -10.081539044783575 -9.318825534653666 -10.256571812705468 -10.26738067896224 -10.163241969351636 -10.135726722026956 -6.081157032244599 -3.5946566567939437 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.763703626739712 -5.357881148078087 -10.28641457350608 -10.12349940093416 -10.069417152351413 -10.099894378599435 -9.318744507750688 -10.071649887772008 -10.06543272945436 -10.086872254179715 -10.075132477211785 -6.31207048883467 -3.603861363015495 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.839939138023191 -5.37304910244267 -10.22405455951534 -10.159034350272856 -10.129910157903462 -10.128000644329564 -9.332960774313523 -10.181462685119426 -10.193453104218392 -10.188022183267432 -10.193765922540216 -6.149190827844003 -3.393628931333108 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.811268005001373 -5.357004583190799 -10.21886061271272 -10.116192354340358 -10.21835529361898 -10.07053218021161 -9.31475113361851 -10.141424040485724 -10.140978734039654 -10.105163992337218 -10.090371791132432 -6.071852620656276 -3.6358851573346462 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.170601988826583 -2.0759145308365365 -2.053739354486809 -2.055886497995417 -2.057285279681523 -2.0537393529268684 -2.052340569680822 -2.053739351366929 -2.056536917859022 -2.093719771478574 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.1577414326741104 -2.0679986877251064 -2.053739354486809 -2.055138136172915 -2.055138136172915 -2.055138136172915 -2.071544615192084 -2.0830063753827117 -2.062229990394547 -2.1165240587541057 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -5.065833803079123 -4.961749281410378 -5.256626989826704 -4.961749281410378 -5.258592126046971 -5.110971701624734 -5.322542498958487 -7.377807634549876 -6.115085065960974 -10.524327502430252 -10.348820060479218 -10.174053124072342 -10.191630168210562 -9.375829397497876 -10.17853094678904 -10.086579641934811 -10.082187895875846 -10.08751785895129 -6.144410380164364 -3.67444320409015 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.9732820405026015 -5.5136298580583984 -10.365644872711076 -10.16939499233945 -10.159446350889128 -10.315838508304568 -9.622875752373554 -10.493742641970226 -10.425365484851174 -10.308130217404194 -10.205863995717513 -6.114935437855238 -3.630499580171931 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.885076287735377 -5.443954112038778 -10.313615555669688 -10.25857732810216 -10.47534192790134 -10.68446203141716 -9.932969937719673 -10.721113137801494 -10.635896801719907 -10.582298683635107 -10.463308563055342 -6.293201030770279 -3.604556899475676 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.750290242924286 -5.3475232813747375 -10.314058034477036 -10.137457972452484 -10.141760831124062 -10.113649422483828 -9.292618284659891 -10.110013864545609 -10.180403190788969 -10.166687214797856 -10.128691543498077 -6.212987445441367 -3.581385750185864 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.758476352382932 -5.361191357255888 -10.44449819876108 -10.132807459867706 -10.129254897353018 -10.074134672572953 -9.260944969188142 -10.0719192293704 -10.072123201063771 -10.077734034029282 -10.100631384724572 -6.193025995508537 -3.635019839473368 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.170601988826583 -2.0943489024676154 -2.0679986877251064 -2.0679986877251064 -2.057285279681523 -2.0586840613676305 -2.0586840613676305 -2.062229990394547 -2.097894819546813 -2.1300137355078386 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.894646958821805 -3.599688742468066 -5.067519160481074 -4.920293862390337 -2.4405928849974363 -2.236749760982474 -2.063053979284345 -2.053739354486809 -2.0523405712407623 -2.052340569680822 -2.0537393529268684 -2.0586840613676305 -2.0830063753827117 -2.147797687275313 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.919193923882669 -5.067756073772997 -5.1106183690342295 -5.109907867797378 -5.259151288014043 -5.261926821222534 -5.112924184935237 -5.624345908975844 -7.430045903506858 -8.667499816782893 -10.527219665184736 -10.377232188567 -10.220242046737942 -10.140136890623635 -9.317681197432565 -10.107230849129026 -10.11674629120811 -10.114944792959443 -10.110786983882692 -6.189310722085399 -6.290037705381116 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.352611403806979 -8.592809743336804 -10.483763669675632 -10.350881592136616 -10.233323364694956 -10.22858401541164 -9.461591963347953 -10.19834422817203 -10.27860430118762 -10.24451148209486 -10.190001320600537 -6.209838324264455 -6.242351560253246 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.12712393098538 -8.204618502110833 -10.634951122710348 -10.349565871303096 -10.185193285858452 -10.106858427677478 -9.288813386504614 -10.089123312773694 -10.09351880915762 -10.093473797199527 -10.15456303949662 -6.220748900286895 -6.226020518275836 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.985693869831926 -8.08845126979173 -10.606991178576427 -10.22364753052624 -10.098855017563086 -10.08909189819467 -9.277989458225552 -10.083381291655751 -10.083474068697797 -10.088191522224248 -10.151275608505802 -6.4119162316382665 -6.216043876636651 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.03663158672488 -8.130972075413851 -10.371629223928547 -10.194734173233124 -10.126048090403453 -10.081385616585948 -9.259147684473666 -10.072192298448764 -10.061988445079711 -10.075878915607133 -10.13578703786586 -6.1936787939637705 -6.154073837939415 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.114355624098671 -2.0894041933145315 -2.0894041933145315 -2.053739354486809 -2.055138136172915 -2.052340569680822 -2.052340569680822 -2.055138134612976 -2.0679986757773863 -2.1300137355078386 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.114355624098671 -2.0759145308365365 -2.053739354486809 -2.053739354486809 -2.053739354486809 -2.052340569680822 -2.052340569680822 -2.055138134612976 -2.0729433864904103 -2.161287364029046 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.902236233884851 -8.015759619190334 -10.600485560522632 -10.457001267127064 -10.19702400594226 -10.153100686972092 -9.341700607054811 -10.115595942453812 -10.105424626464862 -10.109005446309824 -10.168476072206246 -6.3129705500911095 -6.271329542947964 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.161970591675777 -8.175212932473757 -10.48423052274542 -10.299256196083 -10.18086103749903 -10.113218356481518 -9.301652386931917 -10.08801204432066 -10.085750142120462 -10.09289206655671 -10.157823753658766 -6.22010289721723 -6.2312008025279 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.121904052372293 -8.159216790095973 -10.426990671866069 -10.256647852485154 -10.135298409123225 -10.0882332105781 -9.276603589424134 -10.068734226210475 -10.091892357596716 -10.11541075222308 -10.169541376541485 -6.4270750113681325 -6.222824606245776 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.813670162435765 -7.9538150642629715 -10.644199930766412 -10.495944406124204 -10.194742822242109 -10.157181763825651 -9.336391284168627 -10.10704877068608 -10.114903040115076 -10.195463909393572 -10.394345223892389 -6.380124043155367 -6.164635864715739 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.0548980464692805 -8.15507716791825 -10.472736072048122 -10.25297113917448 -10.18035851158767 -10.148962445680189 -9.275881503145444 -10.102527415296816 -10.078665841703124 -10.09295717345613 -10.138597715991098 -6.328396983869 -6.156620907487137 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.1840916513045774 -2.0943489024676154 -2.0943489024676154 -2.053739354486809 -2.055138136172915 -2.055138136172915 -2.056536917859022 -2.056536917859022 -2.0808592296018404 -2.145650541494442 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -5.067218911802544 -4.771186750531042 -2.503092567420768 -2.0943489024676154 -2.0679986877251064 -2.071544615192084 -2.057285279681523 -2.055138136172915 -2.0586840613676305 -2.055138134612976 -2.0679986757773863 -2.145650541494442 -4.771186750531042 -4.919500730116306 -4.919778437500438 -5.070822297955127 -5.072409610835212 -4.973523539635448 -5.111996091928384 -5.263501090534384 -5.266477736419076 -5.166592979971666 -5.168274348898041 -5.632133503646326 -7.501113029006285 -8.727552680538615 -10.731150613514762 -10.386339870426996 -10.340452494981324 -10.242088177137235 -9.474298704599835 -10.302108304571666 -10.276437808121791 -10.281523987095948 -10.194224023982963 -6.210690758053303 -6.25077545672167 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.040252256952375 -8.139006661873823 -10.450951133774618 -10.288269922458047 -10.323866522646853 -10.50500012546915 -9.746815400959996 -10.5744056909823 -10.558392716441183 -10.265588986452794 -10.222504809583478 -6.357430334668528 -6.1510436163179785 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.010641780975717 -8.096966030874341 -10.625280133393428 -10.256380615030965 -10.1456095747006 -10.113026937098658 -9.348691500155937 -10.125278494594903 -10.084430914317153 -10.280065897252287 -10.156558295048567 -6.372594312305076 -6.214250993069452 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.078721608397722 -8.139665590920576 -10.730871859921493 -10.634410427081448 -10.30941220758302 -10.139894572320976 -9.33193007658312 -10.09445326087982 -10.092027121486035 -10.142253057043504 -10.419800519489822 -6.4607887091237695 -6.287550021597073 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.248022389767375 -8.421163082741165 -10.562519678402792 -10.426977700499757 -10.191640686064984 -10.177318260080463 -9.421191461638765 -10.238786378618018 -10.164127992240372 -10.165016420628064 -10.140256828997243 -6.284271730972327 -6.248109965353266 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.1840916513045774 -2.0908029750006376 -2.0943489024676154 -2.053739354486809 -2.057285279681523 -2.055138136172915 -2.0586840613676305 -2.0586840613676305 -2.118671202262714 -2.170601978438802 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -4.771186750531042 -2.15711231207285 -2.0894041933145315 -2.092201756686745 -2.057285279681523 -2.055138136172915 -2.055138136172915 -2.0586840613676305 -2.097894819546813 -2.170601988826583 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.135279813949433 -5.606617783984556 -10.370170751797142 -10.17588845741657 -10.111984618488448 -10.113580024243287 -9.357722310445212 -10.28876064349442 -10.277793567698062 -10.470812511853495 -10.711602621921587 -9.023362317237291 -6.318296603490313 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.200105195351826 -5.834199262666044 -10.523729863029768 -10.424654085790957 -10.239534813111977 -10.147193770425575 -9.3483246251714 -10.150091260336728 -10.175819847929624 -10.176814943883029 -10.72239807199182 -9.040135615249849 -6.314263029350562 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.143724466488578 -5.68935764441363 -10.579013620623574 -10.34442241545704 -10.30794071041567 -10.207355387526496 -9.338175938125676 -10.225178380888678 -10.237524946911304 -10.225451398659168 -10.661616144472372 -9.02050941197186 -6.292066905456262 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.14368149613004 -5.566883122740594 -10.35857614623105 -10.206854480247566 -10.127010723728487 -10.126422439427516 -9.291835892044132 -10.088750092867992 -10.139183672237133 -10.306709947289356 -10.597774291647807 -9.001043663859162 -6.244174951633169 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.994561670044771 -5.5392586269529085 -10.547906897963548 -10.330200432748128 -10.268482789702192 -10.126317974511853 -9.304638497396532 -10.124248754740703 -10.122212608866834 -10.35211158300361 -10.70825951589665 -9.014516410493831 -6.255145965228473 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.206895942468067 -2.092201756686745 -2.0665999060389995 -2.053739354486809 -2.055138136172915 -2.0586840613676305 -2.0586840613676305 -2.0808592296018404 -2.1165240587541057 -2.206895942468067 -4.771186750531042 -4.771186750531042 -5.06658878768339 -4.771186750531042 -5.069702261000518 -4.920869809391173 -5.071084914322945 -3.7504644412561223 -3.899980945397804 -3.751228512899897 -3.903392730500893 -3.7521820510860135 -3.7505314838348287 -5.075855266915806 -2.4657511086230004 -2.242308360375338 -2.240052954411922 -2.2432461716672174 -2.2026245989204107 -2.053739351366929 -2.055138134612976 -2.056536917859022 -2.097894819546813 -2.305170806522594 -4.919587713104822 -4.771186750531042 -4.920034156703801 -5.067078132730406 -4.920592557700098 -4.771186750531042 -5.069839042661066 -5.111404948910646 -4.961749281410378 -5.258936808900045 -5.111462151465309 -5.110344561183591 -5.620049126898086 -7.3824670827054435 -6.033251957892973 -10.895849394836125 -10.358245117128062 -10.390197274691872 -10.340916270894963 -9.442630174540838 -10.164972373092125 -10.151324192917746 -10.299085626273712 -10.734110088015834 -9.07476148499766 -6.347001754909966 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.171213457342906 -5.569745695083662 -10.314520479175131 -10.185207467306254 -10.170659634004378 -10.102882053560297 -9.292884147599276 -10.086306461357989 -10.136523114349307 -10.23805702209436 -10.58998757330959 -8.999716305538795 -6.247950826828854 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.233387703900168 -5.725407117920993 -10.359711126856448 -10.305041183001842 -10.171385439437795 -10.12459494567915 -9.27534864758062 -10.214024575298543 -10.184365998318508 -10.230469580242694 -10.58050279315573 -8.992298466854802 -6.253519577166659 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -6.952064332581822 -5.492706584477156 -10.476656801054208 -10.1457072965181 -10.165591408884003 -10.158979237805386 -9.34115074267071 -10.281075842182323 -10.32369846781015 -10.36645888894364 -10.732026738837805 -9.03454411905047 -6.16352221124735 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.145228494090905 -5.647309958291501 -10.697738746729163 -10.349196398833415 -10.164740022230674 -10.215877462714204 -9.399730595309885 -10.15685105387049 -10.162170240307145 -10.378989103948872 -10.67912713221339 -9.057154230262077 -6.312389362468722 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -2.464570456267293 -2.2234441181099687 -2.1127171428557348 -2.055138136172915 -2.0537393529268684 -2.053739351366929 -2.053739351366929 -2.0800895550093346 -2.092201734351244 -2.1934062657143336 -4.869749484858891 -4.919871809943754 -4.970619931952997 -4.920597476239523 -4.923381014169109 -4.924580651259725 -4.92630770747729 -3.903463805244502 -3.9061006584335423 -3.7547927524790254 -3.904347187458559 -3.907753012276643 -3.755373351863106 -5.076070974776556 -2.5151897561872896 -2.351038607131648 -2.2451544597653554 -2.3676079101833274 -2.354538934340542 -2.2049696124265497 -2.0586840613676305 -2.255460192551972 -2.412090014084245 -2.3563531745393917 -4.920150294628732 -5.069678967364118 -5.071898703814312 -4.922489636798607 -5.072965933424714 -4.922862849053424 -5.073333444425567 -5.11176318861135 -4.961749281410378 -5.258911587017734 -5.112589604220253 -5.262986124258945 -5.47376750820397 -7.425379969284879 -6.112618410413994 -10.76762779167294 -10.44019574075945 -10.346586990064134 -10.156339673702798 -9.410087810784276 -10.241465943693187 -10.44018506845783 -10.594594970229284 -10.73631170204848 -9.066865262341333 -6.377216453098825 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.289498509954169 -5.918621645955034 -10.681904089173925 -10.437019790660043 -10.31560913067913 -10.164898606514951 -9.346295105199331 -10.14129716152884 -10.156414658975866 -10.49966375066143 -10.747507439376257 -9.071889697340588 -6.328297299495933 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.254480672933167 -5.839070227749233 -10.542599330164249 -10.267157255715212 -10.240585881209528 -10.167673582160235 -9.344204754821352 -10.135046402017194 -10.149113582807276 -10.298501914928602 -10.741374196288474 -9.07310227421461 -6.321198338345306 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.267938073795906 -5.906217162102797 -10.551101460588182 -10.39527911020685 -10.203397067908115 -10.150921373830675 -9.363851897783553 -10.155010949816411 -10.245071778806595 -10.346847941573031 -10.690626838419664 -9.08278734813968 -6.307094555615535 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.257928649942292 -5.473070708009251 -7.335404830856765 -6.023142457159896 -10.548410148014217 -10.30469937994259 -10.20598037848414 -10.146502872113174 -9.324059630619775 -10.159783377644208 -10.216452634096118 -10.358818884431953 -10.677577894855595 -9.067626593932324 -6.272233997509224 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.895942640978467 -3.749847089405868 -3.748876038038527 -5.073001489433924 -2.4866899539708323 -2.263055727743638 -2.258727842340772 -2.064452760970452 -2.055138136172915 -2.053739351366929 -2.053739351366929 -2.057285278121584 -2.10151635914878 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.918712359537882 -4.771186750531042 -4.918993706400235 -4.919324971622124 -5.066491657884419 -3.599688742468066 -3.747737563704349 -3.894680021736303 -3.599688742468066 -3.894855460636655 -3.599688742468066 -5.066346140613891 -2.206895942468067 -2.426629311664436 -2.0894041933145315 -2.06659990447906 -2.055138136172915 -2.055138136172915 -2.057285278121584 -2.056536917859022 -2.147797687275313 -2.206895942468067 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.771186750531042 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.112422400909725 -5.739163435395786 -10.4609371740666 -10.340886667637214 -10.148896038285203 -10.13183844591882 -9.287334261677106 -10.104139380997706 -10.45457311627482 -10.685030276245474 -10.691588421680263 -8.99671341828876 -6.257968770118387 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.128283291087015 -5.602017357873272 -10.733529239565566 -10.339658248010018 -10.197920000311424 -10.207037641260984 -9.355383314783024 -10.166871355784757 -10.207487553613475 -10.596820711722726 -10.743264693406577 -9.065783875579928 -6.321229189048361 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.314445696599737 -5.960455016146984 -10.707203395019146 -10.30343582540775 -10.240885658905752 -10.20062717071073 -9.409511435332496 -10.332585361228444 -10.317611768942609 -10.524233639713252 -10.74651484819912 -9.074711459687425 -6.311830102423118 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.251304814372375 -5.8933470902445135 -10.688619984383438 -10.434927608334988 -10.417961864633902 -10.353022074315476 -9.527998249994894 -10.329897719622956 -10.385037487050418 -10.650922055672329 -10.754757066599453 -9.080874546983482 -6.344099972249871 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.066377198220863 -8.277862414577728 -10.421392499734395 -10.430846611080986 -10.4541515954151 -10.379771893270467 -9.305490931200351 -10.131446257020809 -10.297777302997726 -10.486187335493485 -10.729760925216103 -9.049692969154467 -6.323275774393931 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -4.771186750531042 -5.066375970039819 -2.1840916513045774 -2.4187030951372512 -2.069397469411213 -2.351706175835111 -2.057285279681523 -2.0586840613676305 -2.062229990394547 -2.265384117658944 -2.507258754616708 -5.075634819122437 -4.925811479065999 -5.07596558705683 -5.07867875357767 -4.978506053040209 -4.9807605384133575 -5.0836058196619 -3.808785112652112 -3.808839219748004 -3.911110598720187 -3.809069229962302 -3.8111486234423455 -3.9129486826790743 -4.930812925166396 -5.08116435602561 -2.438755290375304 -2.361215436446362 -2.2343969766680307 -2.368864002283201 -2.360342419533206 -2.2633977392753826 -2.2323617312617707 -2.43606350121394 -2.521215450170742 -4.933562878646884 -5.088288826919599 -4.939580641466856 -5.092249606862205 -4.986716975198299 -5.0973840659962 -4.939260891120213 -5.276896308707285 -5.214248344942091 -5.209169604190537 -5.179213355983676 -5.28093512474933 -5.490759994629646 -7.461927655089385 -8.787108870856814 -10.969778642796443 -10.631517942710872 -10.509928313163902 -10.416536672564709 -9.465343720886947 -10.24766854373863 -10.320899264161458 -10.392979416113963 -10.773808648229004 -9.177959034245877 -6.602282612851609 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -5.110493678882636 -5.260789816013955 -5.164850321548546 -5.166317299155442 -5.627754537743957 -7.516818995830766 -8.730346465708912 -10.856273268815666 -10.525850317922304 -10.48591281676928 -10.313416569237834 -9.493807807985393 -10.309261990205831 -10.455093442651275 -10.54358074043978 -10.891370699579817 -9.235699038937115 -6.702021936038555 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -5.256914958330481 -5.110416924814927 -5.1117438165488505 -5.26881959697052 -5.272056649580483 -5.478648632090666 -7.467651283336225 -8.709960132169664 -10.833668693155277 -10.52745563460344 -10.317883518978633 -10.309313921411457 -9.509538813472872 -10.30612117277575 -10.351179334104089 -10.640309161606496 -10.87560690909109 -9.225618296186491 -6.674840869513183 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.016402078384055 -5.075395933538894 -5.167668192767451 -5.171441566801285 -5.27419277427384 -5.159839222988162 -5.121653458999571 -5.653229951507387 -7.677109294341045 -8.78393685002356 -10.811920984257029 -10.51828461945436 -10.327859941201964 -10.320612578431856 -9.465227177014746 -10.277276605273828 -10.276077975907771 -10.38573748804313 -10.87469683859225 -9.22388517524881 -6.6472200035035005 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.016739797030291 -5.070767019046252 -5.064443299684576 -5.115799693003633 -5.123336665481699 -5.128666798688532 -5.293000879257485 -5.540880741016466 -7.630522973956163 -8.781953905296414 -10.936609969203914 -10.498184153334956 -10.302364962974416 -10.285358716959529 -9.49001682000922 -10.297532362956016 -10.44504133564222 -10.639091909228949 -10.87065896694202 -9.212335364701095 -6.619058604649547 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -5.066160245952465 -3.7497401189791977 -3.749389058200789 -3.9048273110948255 -3.9088416229511154 -3.757255582069146 -3.7563819743565134 -5.090319010698889 -4.932499738929549 -2.426375116557091 -2.2311049565787173 -2.3665223743634827 -2.215757599202955 -2.375505319451839 -2.259870040726549 -2.379543328544161 -2.317876549673798 -2.4664172909872657 -5.122053434650486 -5.008783930032348 -5.132638868414676 -5.016593926697234 -5.120315650129217 -5.023401504124908 -5.126126553846586 -3.85557326173803 -3.96036490215696 -3.913774281856998 -3.892643593002957 -3.982700329685698 -3.8633776212304287 -5.13437591309346 -5.11009238116549 -2.397190872736939 -2.43357845953164 -2.3185528006534457 -2.304183249346301 -2.278049538084746 -2.213978323880203 -2.311083519677738 -2.319277798792812 -2.462486092071819 -5.03563545599564 -5.131321571192755 -5.011575679091879 -5.142515377963687 -5.073465306546846 -5.055227969763784 -5.153836473281123 -5.212089286892728 -5.339862529496703 -5.2223811829419615 -5.351130625586914 -5.233294018782217 -5.720224493900823 -7.71862019505557 -8.79918497349963 -11.141820686055151 -11.05624480911229 -10.604085060610789 -10.509299237164967 -9.660432613605131 -10.405805909942556 -10.3820822761014 -10.450884040768406 -10.872910453502469 -9.377471301029306 -6.701635207098674 -5.982367101918772 -5.4811588142843055 -5.576319869423689 -5.142808009829155 -4.931147192770232 -5.180765368932052 -5.129881049038533 -5.193061813594976 -5.305725915037503 -5.188564508638173 -5.667119095200991 -7.7188232848488925 -8.793129757059488 -11.230815842292314 -10.721602888504272 -10.507098660207836 -10.357350748790696 -9.536082306075109 -10.297275790428882 -10.460983699631832 -10.649673189178742 -10.87542697661601 -9.205082344941594 -6.642235192950352 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -5.066640014552686 -5.110157180670101 -5.10974429345681 -5.259211491651213 -5.062777449676667 -5.262778614186441 -5.4249458318445685 -7.389990055264696 -8.674652508996747 -10.825207144121954 -10.563734943240869 -10.384483838879024 -10.214768764241487 -9.37220034221908 -10.244729429449968 -10.388721827793509 -10.542384163829457 -10.77330290222742 -9.09691700880808 -6.361473979959955 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.183542116209803 -8.241079296136125 -10.766140540226107 -10.412475412018898 -10.324612751753753 -10.209149759498477 -9.396286422591142 -10.198719338960784 -10.338766093079746 -10.586187675582176 -10.731842850445188 -9.047468850650375 -6.307710236218505 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.252978035736557 -8.378555236057663 -10.634975491983049 -10.445543636040666 -10.355556588392671 -10.158560334693693 -9.3398740280233 -10.145657520755115 -10.160148186892906 -10.383662051270608 -10.738232528928124 -9.059150465245205 -6.279252339771211 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -3.599688742468066 -5.068546800148433 -4.771186750531042 -2.264467653458928 -2.237844862444427 -2.1644358093734306 -2.0586840613676305 -2.078690771763288 -2.055886494875537 -2.0800895550093346 -2.10151635914878 -2.325795236408992 -4.921009711096867 -4.972145882854388 -4.921603140534933 -4.924372265411231 -4.925501808475637 -4.927206530481996 -5.08053724960547 -3.758869404302256 -3.908954438139477 -3.760094100819133 -3.9109519883691255 -3.803898966695445 -3.757599946708544 -5.090982494626381 -4.981772572336316 -2.325657386622357 -2.278566983911884 -2.263537681587851 -2.233833708873468 -2.204638438878572 -2.25468530936828 -2.2431429540397585 -2.307461092827612 -2.4395983851906164 -5.007285022945161 -5.008933347767281 -5.007595815979042 -5.010168381207977 -5.009987356335542 -5.01172790745624 -5.010681362704433 -5.172804841249893 -5.27268213462642 -5.16898603370668 -5.170586716521419 -5.270829131243571 -5.528540517457631 -7.585169687532958 -8.735471235217288 -11.17438066942266 -10.848309912467196 -10.476593910652678 -10.293700990916417 -9.596368723617598 -10.387794122597754 -10.450427346791338 -10.642636168099171 -10.779245558907087 -9.132452572506075 -6.487101271807079 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.378659137803774 -8.618911289466968 -10.779423805229689 -10.431275597332732 -10.294242663209353 -10.215328266855185 -9.389696928381715 -10.17307711842592 -10.411834198169148 -10.625135192084958 -10.76429390462971 -9.1053360009861 -6.365934115905411 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.385336679763207 -8.637258247001691 -10.603250143005544 -10.556851897872043 -10.375967514986383 -10.289913537567015 -9.42633459378468 -10.267990965251531 -10.250297905839965 -10.516975338965748 -10.761772245565684 -9.09290829021089 -6.37214818598447 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.322542498958487 -7.274977199596586 -8.48720776464111 -10.828786379414552 -10.419791480134242 -10.268008370884589 -10.214445533896017 -9.383224240888987 -10.177244713341787 -10.278211994399944 -10.535059083099547 -10.783631426898475 -9.115340646494245 -6.451133558373283 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -4.961749281410378 -4.961749281410378 -4.961749281410378 -5.264675949674484 -5.269828892958002 -5.4797990710215565 -7.604730527637602 -8.744379887495622 -10.897088592703197 -10.52292051322202 -10.34180151028263 -10.286686864894335 -9.471352998411271 -10.2287141737799 -10.245505675982518 -10.473078218390578 -10.8316373217745 -9.199893684378774 -6.624604502403429 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.771186747204705 -3.748682267836614 -3.749341363019694 -3.9037128358154263 -3.907253473373074 -3.807258052934453 -3.808605744340235 -5.081780429457345 -4.928961322967389 -2.4667138417581875 -2.3964497541776084 -2.2683776214774483 -2.253586688960483 -2.2043682963681035 -2.202822101675317 -2.362418746173492 -2.302599130383157 -2.4075804024588896 -4.973928827237846 -4.923009377164355 -5.074271478911847 -5.076613927980827 -4.976926241033006 -4.977544588960511 -5.0796265207309625 -3.75625052659067 -3.906803101728711 -3.909617655386454 -3.758526224169475 -3.909318814091713 -3.914148995645488 -4.933033198448487 -5.083642904003287 -2.274106043125877 -2.395469738139085 -2.1912744446560395 -2.3541216505693447 -2.2021569640228167 -2.207936889136908 -2.245233930538037 -2.415880967139933 -2.3570780623535645 -4.923361194772241 -5.073628561282432 -5.076043734490053 -4.975226131163022 -4.922787680358665 -5.07221395094336 -5.077479702397318 -5.114230543920964 -5.264200364972736 -5.165902799562078 -5.170211539643773 -5.273853024335641 -5.482007644554375 -7.468175087329003 -8.732069993948603 -11.25357061795724 -10.72221676678476 -10.537893005208533 -10.380735120267076 -9.513851865198884 -10.303163295160662 -10.374293128954164 -10.646210815797389 -10.894304366711884 -9.312311086709878 -6.751860853572504 -5.982367101918772 -5.421909835399887 -5.421909835399887 -5.018096894160852 -4.926533705879652 -5.12521414755102 -5.298098075671673 -5.206084096437089 -5.215519129725974 -5.302715228782399 -5.581822809074648 -7.713331839653648 -8.796048179564336 -11.270477801127138 -10.7005159086418 -10.415132668603936 -10.360507270504748 -9.516602805133113 -10.314140473171769 -10.407760418834751 -10.494816704850784 -10.910937822600475 -9.294180516132396 -6.761302131273698 -5.982367101918772 -5.506674321172577 -5.522747580557467 -5.127039575112776 -4.96864055420891 -5.126118651206169 -5.309466803155113 -5.207953354796643 -5.218452507985814 -5.297382034016218 -5.576485702705321 -7.694925052093949 -8.788336007774827 -11.079478907306337 -10.558430551612554 -10.4051318228795 -10.31755618069069 -9.483667587428693 -10.269628312030171 -10.320865407712809 -10.484121977457525 -10.846673295121716 -9.24326995409636 -6.687058988273225 -5.982367101918772 -5.421909835399887 -5.521588472897164 -5.123823620223592 -4.929269085501119 -5.116669110469994 -5.1278544209626 -5.293526275900351 -5.200583038299638 -5.172294678963985 -5.657614240102862 -7.70843173882994 -8.795197323926828 -11.100177937539229 -10.736732754874108 -10.425923822000945 -10.352806026738152 -9.528420053503648 -10.30827600911251 -10.324201775691108 -10.478440976373124 -10.918487481250573 -9.321470088731465 -6.822570555188544 -5.982367101918772 -5.550125156176296 -5.575880234657223 -5.151730169482513 -4.968335909025592 -5.154110126573429 -5.2801621128713805 -5.28349781737984 -5.168110981027716 -5.29116062964504 -5.541189185008242 -7.654333450793445 -8.779571003974683 -10.939795967772756 -10.48984209038567 -10.327558397147104 -10.300168116592472 -9.514913546993307 -10.300679973487815 -10.266955224042198 -10.575260422136084 -10.868137070009912 -9.21797182751917 -6.610739890542065 -5.982367101918772 -5.421909835399887 -5.421909835399887 -4.917221961530709 -4.918919456947864 -3.599688742468066 -3.7485786673784247 -3.90125965135066 -3.756074309833049 -3.807873015586512 -3.910682985190751 -4.928233622352433 -5.083485492221626 -2.4975404229175675 -2.251461702967313 -2.37326611029169 -2.359547070966261 -2.257964909661972 -2.2069854142550978 -2.36100785390465 -2.4224821186002887 -2.350021228795507 -5.084244811271018 -5.086758256734799 -4.930931413144465 -5.080443484726181 -5.087320964843916 -4.932983103224967 -5.082939869661118 -3.923688250694645 -3.765295865954651 -3.91686600192296 -3.8157811155192776 -3.9252857904378446 -3.767603951995563 -5.09111265028345 -4.99547867671215 -2.4824777657126336 -2.2531253138037552 -2.3611871467127923 -2.362818868555275 -2.259098162945654 -2.2605537224548726 -2.364919017394292 -2.2557845121044013 -2.520195404215229 -5.097611740630068 -4.985572452881906 -5.098486255457687 -4.992573488273727 -5.110150355147872 -4.998632990212555 -5.108855262711029 diff --git a/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv deleted file mode 100644 index 5e8ee55..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.3226053529911423 -0.3097429156007625 -0.32197567789805437 -0.30971284157236306 -0.3222565940505495 -0.3097570539985329 -0.4185809951690709 -0.4063877923160101 -0.2056570636981428 -0.18578447609831342 -0.19751254436382015 -0.18739606553303834 -0.18169334950582722 -0.19391445017333106 -0.19619259306855583 -0.19121221107438216 -0.19880871504091227 -0.4183375087746324 -0.40583597656332093 -0.41816879128557755 -0.4060767092844077 -0.41829268847279816 -0.4102200929383685 -0.419188673731049 -0.42152951770172487 -0.4344104096546803 -0.4219834014612465 -0.4341080330892375 -0.4219895314551843 -0.4638640361102981 -0.634298279028867 -0.7213371919919666 -0.9268754796242517 -0.887617068639142 -0.865743573730049 -0.8495134389761781 -0.7835529092494602 -0.8449610355299426 -0.8499684798927436 -0.8700995939776207 -0.8897122801231377 -0.7560972921414326 -0.5392046691505752 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.43268001242486653 -0.4247976587238819 -0.45466720982504016 -0.6081590825820743 -0.7171175731489347 -0.9001065180855271 -0.8658838057968581 -0.8531888458450789 -0.8468868880409152 -0.779734081844419 -0.8447154421014282 -0.8469622181336329 -0.880447627058299 -0.8928219601011793 -0.757554719811534 -0.5441317573881213 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.43262043498690994 -0.4205301605825932 -0.4251216737309289 -0.43381917809528875 -0.4247030425747119 -0.46406030897293843 -0.6287756406186117 -0.7224722377307006 -0.8939740459142168 -0.8616163439915355 -0.8584001642675894 -0.8460003509645098 -0.7777516823576711 -0.8438897318047961 -0.8477406894616549 -0.8608414733443295 -0.8944126755494166 -0.7574415544540348 -0.5439160941263668 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.416644452438772 -0.40468817077494423 -0.43290631158800824 -0.4209604013988564 -0.42721343036726744 -0.4276322680595551 -0.4277408520016331 -0.4575904030352955 -0.6240303121638964 -0.7205676024268027 -0.8984163055348448 -0.860919078153158 -0.8539438860024318 -0.8451426474015631 -0.7776621987488783 -0.8457527834478743 -0.8463020835922573 -0.8517942512087832 -0.8871657880466793 -0.7543356266290904 -0.538257408260839 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.4125067640804888 -0.4047645770265675 -0.4203417528074342 -0.4208014038990498 -0.43317745907058036 -0.4337501824473505 -0.4250336848790379 -0.4639257981318763 -0.6207697617528529 -0.7222623900004979 -0.8876602352586458 -0.8587766849066758 -0.8565171388895261 -0.8439056479887791 -0.7757871506719504 -0.8419919076608819 -0.8476334461646147 -0.8515419310737639 -0.8899758034690319 -0.7524579696344113 -0.5354109458352128 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.30822960765980567 -0.308385839775189 -0.3208278482190349 -0.30875208085455624 -0.3087550871487929 -0.4054865716625353 -0.40547354483724896 -0.20656617451298998 -0.18536939683418685 -0.1869142989257699 -0.1886060697696644 -0.18844567627327405 -0.18634914657004387 -0.18246190923415212 -0.20068428499082258 -0.19909005856603743 -0.4195816059653249 -0.4098952224875591 -0.4194260856037896 -0.41260759497938304 -0.4097386382088378 -0.4201079054777698 -0.41350349493722927 -0.31397540866095797 -0.3237191158979544 -0.31822602891147006 -0.31459073391583 -0.32434786083414185 -0.31849703439821014 -0.41566648769231673 -0.42165844310709755 -0.20019651110346115 -0.1891900098905751 -0.19048146183839482 -0.1869728609509146 -0.18907277712876522 -0.1949027934308975 -0.1879623734087599 -0.1948680152792952 -0.1985592577119663 -0.4194909737042584 -0.4130218166252496 -0.41019268799100644 -0.41924687335307953 -0.41426044313391513 -0.41455576768369023 -0.4070431108898666 -0.42720125792656677 -0.4385272489490839 -0.42869288471934686 -0.43713431144806314 -0.42814651841806545 -0.4667663231588694 -0.6348023443918239 -0.723261937411537 -0.9271442862130309 -0.9035435676976924 -0.8812214115629774 -0.8645098594324365 -0.7997065337022201 -0.8550673559195286 -0.8520468772256508 -0.8623078583750983 -0.8986074966918736 -0.7759527365507078 -0.5598943166429375 -0.49200824572090235 -0.44995514345897003 -0.454178065568645 -0.4168814850460274 -0.4056771678944892 -0.42170375054543857 -0.4221760467920155 -0.43553797007311407 -0.4284500570646406 -0.42571141434907717 -0.465975479793115 -0.6348020160644394 -0.7232327041834948 -0.9013736861144486 -0.8622492906695561 -0.8494761114542357 -0.8439692856449141 -0.7758920457289065 -0.8415420618737823 -0.8416729513763754 -0.8457872353594025 -0.8854354056920422 -0.7531028413278608 -0.5372865259859875 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.42023521978182893 -0.46204702329659797 -0.5990488021609048 -0.7033744245758212 -0.896026834500997 -0.8757745939230261 -0.8568799605044567 -0.8504711258756262 -0.7837746176026709 -0.8472826523087253 -0.8498927407072915 -0.8458551855258614 -0.8764016098898911 -0.7417065001292533 -0.5224719349756202 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.4205791577364339 -0.4335136348217703 -0.4211565872754674 -0.434417836836234 -0.4645616120639689 -0.6219425857610709 -0.7227117700145482 -0.9061986093218299 -0.8681262628501015 -0.862491862424901 -0.8638172402333412 -0.7886169853987586 -0.8519085073267697 -0.8516401009931088 -0.8606456655902089 -0.8722389141154635 -0.7591649224440985 -0.5468805427506498 -0.49200824572090235 -0.4459145186386834 -0.45406535059187814 -0.4166237780672907 -0.40490744564999764 -0.4329768969492991 -0.4208423656666186 -0.42084995005040826 -0.42134992722084547 -0.43445177499435605 -0.4549374187245336 -0.623198408074448 -0.7210344348153153 -0.904353395218379 -0.8613858150179092 -0.8492805036142239 -0.8451985649066053 -0.7764075152269908 -0.8415416150311505 -0.8421834770570268 -0.8421582935116757 -0.8826579043451659 -0.7515079661916955 -0.5342324794236288 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.32038100382628326 -0.30829452141248725 -0.40459896181553096 -0.41694562573369226 -0.19194879454287642 -0.17224568667811918 -0.1844780915261611 -0.1813700891476026 -0.19367709495101607 -0.16942754082961717 -0.19353442542765817 -0.1742460273209136 -0.20594611907655722 -0.4048235772056103 -0.41727345322440673 -0.4049838879526574 -0.40479152982476563 -0.41734993934680614 -0.41767625172973205 -0.40941901800869573 -0.3131520693234663 -0.32150749068859596 -0.3131680922574336 -0.31323018026671645 -0.32169672523649 -0.30912799252310147 -0.4177729098662081 -0.4183533259605619 -0.19008673130294126 -0.18690502551239924 -0.18256837986275923 -0.18145399414136537 -0.18526611414035113 -0.18324300629922913 -0.18317544018335108 -0.18549567367977765 -0.18841674860729862 -0.4075512362814333 -0.40946763582656864 -0.405203364146304 -0.41834091874150636 -0.40913648145900494 -0.4053571779354441 -0.4182136959670808 -0.42123194799822794 -0.43355079032427746 -0.4213865061296092 -0.4337109191748285 -0.42513822026606213 -0.45100449561678774 -0.6183217133803207 -0.7213280232384451 -0.8939467737231223 -0.8680000295774958 -0.8467443837390239 -0.8447179904703462 -0.7752694394236055 -0.8381155855053622 -0.834684080656227 -0.8652504738755437 -0.8794987252530921 -0.7480366641226067 -0.5314350511716796 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5922039816249355 -0.6788599402696353 -0.8835749412822372 -0.8489882256265179 -0.8394232705580253 -0.8352312046620748 -0.7760987917597125 -0.8461624526389824 -0.8496203669574542 -0.8622743570781229 -0.8726222460040256 -0.7428281234079385 -0.5193424763932218 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5955713231794816 -0.694794819097744 -0.8887275029890609 -0.8536254426639571 -0.843022578511672 -0.8384665614566834 -0.7692765843200343 -0.8408885946045821 -0.8519770691755574 -0.8643060475826982 -0.8757782821692573 -0.7462986900120268 -0.5204225444912346 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.6045705099447356 -0.7039009298793705 -0.887593796224144 -0.8719528739894749 -0.8433395852238234 -0.8389453590651417 -0.7707318602295284 -0.8366893403241201 -0.8371804048514978 -0.8501245725504487 -0.8816087621764542 -0.7493426307408753 -0.5334435297979666 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.462231216467921 -0.611013315804252 -0.710913951991143 -0.8760982958131514 -0.8580177045301945 -0.8487845526729362 -0.8421817102805969 -0.7745016026452982 -0.8399147203310212 -0.8383704659821699 -0.8595138394988244 -0.862824520697124 -0.7500524555333699 -0.5319927657648427 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.3082481193021751 -0.29604945887639406 -0.30855218801981427 -0.32127430226869097 -0.32151139912378096 -0.4054684200884179 -0.4183915649685034 -0.18691508930383266 -0.18696138597142434 -0.18262251533094517 -0.185921414767554 -0.19349180568474342 -0.181811556439569 -0.1881079208007971 -0.18818329673500095 -0.19737109070868183 -0.4051323677688211 -0.41825015048762276 -0.4057340951173693 -0.4180894067690517 -0.40584335150881773 -0.4182173413765131 -0.40969615553944766 -0.3226253915337965 -0.3130713314532768 -0.3223824665470823 -0.30966750020726314 -0.3219638960864872 -0.3137419856438766 -0.4189690646422254 -0.40983731442909377 -0.20252740780856976 -0.18541789363096775 -0.1956133973406684 -0.1941958330903808 -0.18605773042695128 -0.1863070096111 -0.1945238955061121 -0.18367740717153921 -0.20415851085003958 -0.40559982528792965 -0.41839141773231386 -0.40600751801842555 -0.418452977829992 -0.40623606780318516 -0.4186986467236204 -0.4101733241241276 -0.4345377465161074 -0.4216614430351502 -0.43395549542750983 -0.42600210988758236 -0.4351613056263612 -0.4558813836516409 -0.6343373177393546 -0.7230221128491245 -0.9087689264564004 -0.8781823129458406 -0.8645377259153265 -0.8554054389156223 -0.7872917902258572 -0.8528530620378514 -0.8587120196262564 -0.854111009421856 -0.8942021095671341 -0.7706850777011737 -0.5611552687436789 -0.49200824572090235 -0.4499645270466329 -0.4541806919677362 -0.41696526116650084 -0.40595042690760996 -0.42243820635856666 -0.43682915584758647 -0.4288748951233132 -0.4295230069655382 -0.4367428175472446 -0.45700641036719764 -0.6311120336506635 -0.7233641464897896 -0.9115660148453832 -0.8672769537971645 -0.8520876507572456 -0.8492329609358611 -0.7798909165739573 -0.8445207550528344 -0.8443035729130087 -0.8541155046371924 -0.870447367407816 -0.7575476804305001 -0.5447021327343813 -0.49200824572090235 -0.4459145186386834 -0.4540013591944575 -0.4166747923825114 -0.4089531835565233 -0.4247626035902544 -0.42492777588942554 -0.4336239294352977 -0.4212626800185112 -0.434250443320133 -0.45523961919689127 -0.6244117228783771 -0.7220446262962097 -0.8924744745778669 -0.8705513351311972 -0.8545373355345774 -0.8476358919032279 -0.7794931449617858 -0.8439018847734162 -0.8444238172154622 -0.8514034217943245 -0.8744070302525548 -0.7552826508266232 -0.5411522420394071 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.40471885641437055 -0.43288507534583986 -0.4250052808044494 -0.42752033720445787 -0.427869339353312 -0.42822707939885235 -0.4544004178371943 -0.6292336682509485 -0.7219263270640628 -0.8999894535368966 -0.8721344750441902 -0.8531926110061946 -0.8469023573713645 -0.7891827968106472 -0.8477688031758454 -0.8470783472521689 -0.853685840007397 -0.8853188932372431 -0.7572910361164268 -0.5449079795037827 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.43238030994577525 -0.4204296002299889 -0.42039786533972573 -0.4330221052985689 -0.43328857957945144 -0.4506474412650394 -0.6133992887324565 -0.7189208201875504 -0.8906374092655388 -0.8582207782310081 -0.8439462601286317 -0.8428220123494674 -0.7741828712768901 -0.8421162210210997 -0.8401336999947526 -0.8455549783714496 -0.8707262109575256 -0.7532125132263539 -0.5372120896705614 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.3082886025197003 -0.30838417459689493 -0.3213482843315357 -0.3217015477713877 -0.3125199059581163 -0.30930462762329414 -0.4203024274152755 -0.41066933855966903 -0.20010127675187622 -0.18972622685318472 -0.18297184090906637 -0.1942732836761412 -0.18457630216306117 -0.18664726092506576 -0.1868977647316292 -0.19625662904569652 -0.1967335559591362 -0.4192507816331984 -0.4099230675986132 -0.4199051487295473 -0.41258999001602986 -0.4103858657709965 -0.4201151341522281 -0.4145043959154854 -0.3179845243102591 -0.3251041556051845 -0.31755282743900315 -0.3180856513177046 -0.3251626119301826 -0.3153296579991272 -0.4208487270732664 -0.4130275439218948 -0.20234909432943052 -0.19493709330055073 -0.18691159916714084 -0.18889319855724993 -0.19500368136445548 -0.18995158288009642 -0.19536604000030924 -0.19063967888883487 -0.20553549427412857 -0.41348202291525066 -0.4104680347136071 -0.42005526444513486 -0.4124978344266211 -0.4218536905021182 -0.4137066891083452 -0.42141029727757656 -0.43161522901226346 -0.431165612529372 -0.43712932624027323 -0.4280710228060163 -0.4374616488329837 -0.46147380809905475 -0.6348033069308042 -0.7233256611933863 -0.921232272673918 -0.8814491463015576 -0.8674719152011434 -0.8613142120461548 -0.7904648858452433 -0.8478841221939603 -0.8469462234410374 -0.8509244407289365 -0.8679319991721851 -0.7645512834534416 -0.5526144046261214 -0.49200824572090235 -0.4459145186386834 -0.4541124072821235 -0.4167675124746676 -0.4053792637132948 -0.421335310214229 -0.42165795023228164 -0.43541773315078713 -0.42613506492456243 -0.4350370385732805 -0.45781907932284926 -0.6326116116223738 -0.7226422138727722 -0.917483275590575 -0.8703327763601486 -0.8499911292799348 -0.8494001556271649 -0.7844282620350188 -0.846451502316775 -0.8478422339863317 -0.8491803827661453 -0.8737326696129301 -0.7651947991863183 -0.5557597767671021 -0.49200824572090235 -0.44996600490943905 -0.45413257841790966 -0.416727235049057 -0.41723972269886206 -0.41641694416735703 -0.4204030695708323 -0.43253505142028753 -0.4203142284809498 -0.40806950126325003 -0.45000672254759494 -0.6004499255827688 -0.7083029466341003 -0.8983359840376484 -0.8742623400812041 -0.8561387443300317 -0.8459834700229318 -0.7779112519484921 -0.8367538293320643 -0.8354897591140225 -0.8606939016573052 -0.885114894026316 -0.7495607253699745 -0.5320353158490978 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.6098588452109566 -0.7065399855650857 -0.874628666324924 -0.8507592529481753 -0.8452285739289433 -0.839559024231979 -0.7729786553666089 -0.8379416093487818 -0.8379453858763577 -0.8407909063802794 -0.8634987299137005 -0.7517980209347349 -0.5335675459820715 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.4203461668842297 -0.42038414758524173 -0.43330045179170645 -0.463190825116826 -0.6146882135829581 -0.7141475534069333 -0.8930706276253717 -0.8522333122676878 -0.845716371200711 -0.8450401742857264 -0.774038416319823 -0.840663215091936 -0.8389233742002854 -0.8472939177849896 -0.8765917571694627 -0.7515262740263019 -0.5328151724157785 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.3205684897804308 -0.31286204278137636 -0.31316317934739796 -0.3217564551863901 -0.3093168651396971 -0.4189087090284975 -0.4095771857604885 -0.19976313536193605 -0.18492200730070663 -0.1818232135568204 -0.19369896297910996 -0.18151183347924582 -0.19420831102224584 -0.18581092621096926 -0.1861252954809575 -0.19004967436168657 -0.41903965704577784 -0.4124972682544104 -0.40976320674252614 -0.41983001309681073 -0.41405240568895163 -0.41431556760728444 -0.4069058537451164 -0.3156861145251709 -0.32523535977841517 -0.3217854051207663 -0.31974205145329926 -0.32678559059030615 -0.3172555887570301 -0.42267400272414307 -0.41433698916192074 -0.2002175466337576 -0.18975853233702697 -0.18900916124288275 -0.18847924319506829 -0.18588731136464828 -0.19387017587512373 -0.1855162248361595 -0.18797562431330436 -0.20195411140959194 -0.4113753484652216 -0.42092086630679043 -0.41353995641796243 -0.4234168463514718 -0.41782899675773805 -0.4255590749445928 -0.4218825431410339 -0.4308231075135698 -0.4412989821410232 -0.4365215327300439 -0.4419217824710404 -0.43957892573501023 -0.46108760923952 -0.634877561580659 -0.7236611844858741 -0.940920836580949 -0.9139263452408811 -0.8954308141748379 -0.8914081652667155 -0.8212606546413351 -0.881003494905128 -0.8641300441983722 -0.8650594462072594 -0.8851002218081194 -0.7906410735249726 -0.5778797783249124 -0.5006379440076335 -0.4599532099740184 -0.4669226168209941 -0.42648086414431086 -0.41447265709031084 -0.4225061838107934 -0.42817532761237304 -0.440224481955206 -0.43351275676372225 -0.4408815082405788 -0.4639320067449021 -0.6348043374061226 -0.5127844974424988 -0.9125558043320706 -0.888642732968188 -0.8791697665840199 -0.860324745835611 -0.7870323832537447 -0.8445849165232101 -0.8434570837160889 -0.848223607853181 -0.8841983736089504 -0.7663786629149616 -0.5568702249006541 -0.49200824572090235 -0.4540980615652862 -0.4542102358124402 -0.4168901473936849 -0.40574175900022064 -0.42190715054812783 -0.4224357181413277 -0.43573725266967667 -0.4279582075587217 -0.42519217273548227 -0.4655534158345453 -0.6338275376129433 -0.5122136261321583 -0.8801633210371594 -0.8594073186182574 -0.8487645422234033 -0.8435058077639415 -0.7783823036259314 -0.8416408754118466 -0.8419733895657753 -0.8437471023492699 -0.8578267425061238 -0.543457478914825 -0.5394714938284159 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.41262147652061004 -0.40485699346690923 -0.4211416879544286 -0.4215592567055215 -0.4350769872362113 -0.4253705837700562 -0.434507451195775 -0.4551135697040621 -0.6248271336261024 -0.5099995800629454 -0.8745515443401314 -0.8539179395832878 -0.845945748253467 -0.8444472904824785 -0.7769038962939465 -0.8388834585781181 -0.8406959343891774 -0.8405339831111232 -0.8495037520336673 -0.5434026745407933 -0.5435676799871466 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.4047154001642051 -0.42032187799315857 -0.433145869068024 -0.4210163534476032 -0.42110950951873216 -0.43483330094159134 -0.45528159009971814 -0.6281180306273378 -0.5070860994313233 -0.8629842524257394 -0.8480456809950406 -0.8438277975538132 -0.8420878748483271 -0.7706186313955993 -0.8378504788691314 -0.8362334608202332 -0.8482801134227891 -0.8657297176658293 -0.5429573169165623 -0.5351441162875199 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.4046023907312358 -0.30838934591605904 -0.3088612629342358 -0.3215178244870784 -0.32187606613446446 -0.3127138736423517 -0.32265520346434773 -0.41023392291530436 -0.20866747880830905 -0.18937446642686123 -0.19569730698958854 -0.17995590615306042 -0.19341343355189627 -0.1854804468277537 -0.1808587235403856 -0.18618455725678207 -0.1814556034402879 -0.18402687566652354 -0.19424429462134027 -0.4178882447518034 -0.4053931667592516 -0.4179750107447283 -0.40562709218939824 -0.4181387528035912 -0.4057641975284627 -0.32175652205678434 -0.3133411938772819 -0.30931092338866306 -0.32259760251351666 -0.3163710691195391 -0.3160893165247404 -0.41237090354467343 -0.19935133837751412 -0.19828792794520642 -0.18333817534626282 -0.19465183950290083 -0.18210439108740734 -0.19461926731931736 -0.18213899860973426 -0.19509423470837547 -0.18691954775114708 -0.2013489499594242 -0.2032155361557973 -0.41470149094266673 -0.4220069715129854 -0.4123745279410384 -0.4212040544490616 -0.41293348242415184 -0.4215726467290618 -0.43321847327412444 -0.4322650094058212 -0.43858371438145693 -0.4341192471774117 -0.43988183309422463 -0.464408805788398 -0.6348043708573917 -0.5124182878926202 -0.9301633595573259 -0.9022463575179944 -0.8807155067417628 -0.8665865750779072 -0.7964958818652458 -0.8584482758444898 -0.8531159825431385 -0.8513130815779846 -0.8826199079325205 -0.5637825559423583 -0.5589264048980226 -0.49200824572090235 -0.4499663352291881 -0.45415468968307304 -0.4169189717377356 -0.4056329173231613 -0.4216507117319244 -0.4221026992106169 -0.4360360873543603 -0.4285848687375978 -0.42550777507651216 -0.465509712906603 -0.6337178665368702 -0.5121435546171437 -0.8943082132480199 -0.8556143150715033 -0.8454717608813928 -0.8443724590027882 -0.7746604743605214 -0.8382401808280501 -0.8363829537250593 -0.8352021641844011 -0.842996497551723 -0.5333862025290241 -0.5305946690943081 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5951713118109366 -0.4837371004861761 -0.8688227476554748 -0.8499783066351949 -0.8437109359614362 -0.8446892863499054 -0.7715580957636373 -0.8367139463529558 -0.8372893658135784 -0.8376306384037959 -0.8469910873734717 -0.5384399987015273 -0.5332792593496406 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.42028084122304166 -0.4203464163803245 -0.46262488824686177 -0.6183023165062498 -0.5057869114133217 -0.8691928705223397 -0.8487131609232736 -0.845974431641868 -0.8420438713615619 -0.7722382291196974 -0.8380014084924541 -0.8389477291435815 -0.8418239515152726 -0.8654509466750021 -0.5422009389867681 -0.5363078025392234 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.43243289637209326 -0.4500204571016143 -0.6020867924359856 -0.49736557226470485 -0.8596184199059054 -0.8481537445047123 -0.8507996520974495 -0.8362246196030565 -0.7693106922987546 -0.8346752351449926 -0.8340000404084787 -0.8399385527100978 -0.8440802359152129 -0.5366079972544396 -0.5284593462067693 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.32058146725321657 -0.40479274797369913 -0.20630926172382333 -0.18681719934395052 -0.19574475203915342 -0.18155039020744707 -0.1793510706993904 -0.17417427374815897 -0.16879079235820008 -0.16890583246052132 -0.18116357594103663 -0.18525474682828702 -0.19173527200992865 -0.40913224659213787 -0.40485913710354204 -0.40519451303083764 -0.4174934945614176 -0.417734859289803 -0.40534354739913353 -0.3214901660546097 -0.3126557067166388 -0.30908718425807 -0.32248915781997595 -0.31359069071843637 -0.3093550173109281 -0.41900007951169393 -0.1968626746837564 -0.1844623950909509 -0.18639970877371315 -0.19376446046590176 -0.19377121675423314 -0.18252024060014266 -0.19393240411653334 -0.16913591292175226 -0.19792856906788864 -0.1951784907406162 -0.19832640633783008 -0.4175991987254512 -0.40930445689742967 -0.40938262521424124 -0.4177591570165188 -0.40941513918989936 -0.40497706463276134 -0.43282794412412773 -0.43349263589050074 -0.42110604991156203 -0.4337514241629545 -0.4345233474414043 -0.451076038823341 -0.606154529910684 -0.51003764654658 -0.8886853175724139 -0.8610382313585111 -0.8482645527804242 -0.8450070518087932 -0.7769135870242397 -0.8369179646643397 -0.83660540699712 -0.8375660052719776 -0.8473680713848738 -0.5445711737428437 -0.5455459798177938 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.40473213478761955 -0.4250805975801856 -0.43393210513272523 -0.42512430675996493 -0.43488096137017235 -0.42737622462273334 -0.45891430335641686 -0.6301372588561182 -0.5052438422479314 -0.8959836264356363 -0.8616682496617725 -0.8518998219390503 -0.8480150690806948 -0.7816434488376724 -0.8463451921372285 -0.8474089128155889 -0.8538694533439107 -0.8650936732317135 -0.5533847513090449 -0.5599871081644712 -0.49200824572090235 -0.4459145186386834 -0.454092200092589 -0.42132302042393127 -0.40543297143369544 -0.4337409837607437 -0.4266829144437371 -0.4279057936652488 -0.4281376358282729 -0.42800926592437627 -0.4580279522788618 -0.6275351235470442 -0.5098379534878681 -0.8800209181665782 -0.8482582139961549 -0.8424075974738857 -0.8411489964214472 -0.7710362170624881 -0.8327194039740481 -0.8310736719168084 -0.8312804524337815 -0.8429706564472141 -0.5249092526188598 -0.5185651477699867 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5961501774828284 -0.48576897696927945 -0.8829250939356027 -0.8563804925580839 -0.8401337459775121 -0.8370078630400355 -0.7699369126944414 -0.835308028423406 -0.8354814903917219 -0.8368609324598487 -0.8659293553251893 -0.5384386937689759 -0.5313725468878776 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.420270769956059 -0.4203728139871859 -0.4330252784616124 -0.43340115443490806 -0.4548250066545307 -0.6138138786034244 -0.49520999186040165 -0.8682761708334472 -0.8485639605687152 -0.8455349176083197 -0.845662688670202 -0.7751820259951202 -0.8419267752275434 -0.8384103202325559 -0.8391944339592459 -0.8456588304887899 -0.5366680132352285 -0.5393145619640003 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.3083738903916627 -0.3210139296442875 -0.3089441207754299 -0.3218965361752094 -0.3223822106279389 -0.3148089051087472 -0.4090814222740016 -0.20529263566625852 -0.19666432991923036 -0.1824077287803315 -0.1940220111801704 -0.18589221004772977 -0.18588982682783076 -0.18159902864688282 -0.19477293405847065 -0.1820724008538858 -0.196097312525379 -0.19665191617196223 -0.419500384595626 -0.4106759210300945 -0.41996960450519694 -0.41285159483342715 -0.41027278435578696 -0.42013845350286216 -0.31747165133815075 -0.3144422618554248 -0.3236711737607067 -0.31778329219126283 -0.3183508151594054 -0.3250954595251623 -0.41445599963427 -0.19248283718965714 -0.19702276524857287 -0.1879558267844035 -0.19512471078640006 -0.18186168184028487 -0.19415710675252978 -0.1942552275284684 -0.18612568782315284 -0.18611235531790996 -0.19705955761244273 -0.1926347022502126 -0.41897348673336215 -0.41053806232656365 -0.41955803396890173 -0.4098864000803371 -0.41927459356383245 -0.40973593998394264 -0.43444311550581166 -0.4215338510627646 -0.43391018314453095 -0.42186583654759663 -0.4343301844411801 -0.455483565080059 -0.6343159790159173 -0.5058281034964447 -0.8926624325708891 -0.8727007638840684 -0.8596524134391996 -0.8514302975309908 -0.7850608792590018 -0.8431509309260066 -0.8407909088975694 -0.8416785917472963 -0.8501678330371936 -0.5386985278082693 -0.5439733798230086 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.4326977099482613 -0.4205773027079338 -0.4255667337094069 -0.4341022107058142 -0.4511253498546301 -0.6225133798283125 -0.5013495737644563 -0.862529664211734 -0.8550613773301892 -0.8452725411797183 -0.8462190878129581 -0.7784103390113416 -0.8416928195521222 -0.8360494959953253 -0.8383711690091203 -0.8457102432223975 -0.5295034452482968 -0.5268279450448976 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.4202913748512434 -0.42033375198485223 -0.4207359528535879 -0.4210069335940704 -0.4509727691861005 -0.6252918114616841 -0.4994753505954942 -0.8589895942178456 -0.8508017983877791 -0.8458119083448592 -0.8482283957350316 -0.7797503006973542 -0.8443238773829344 -0.8379352096720686 -0.8400567826045023 -0.8409345712427072 -0.5330604103264811 -0.531903737446001 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.4202504290575474 -0.4203669727210617 -0.4327125353470691 -0.4461233093183675 -0.6140292154181884 -0.47951459850482514 -0.854717525115432 -0.8438770482024939 -0.8397929311007724 -0.8379609116853161 -0.7692821701814817 -0.8330242935577931 -0.8329717386056494 -0.8333314307530882 -0.838766128504784 -0.5243884527683459 -0.5184610638033402 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4499789481104056 -0.6042836226874152 -0.4859572441320452 -0.8521559703407551 -0.8457822473442292 -0.8443513761411093 -0.8400626445927032 -0.7719909565834538 -0.8364502884114147 -0.8374435836469278 -0.838485739144518 -0.8435211654692815 -0.5357956012311897 -0.5361240015521834 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.40456178760985606 -0.3082855433423586 -0.32083924043092943 -0.3087609468832335 -0.32151307513961475 -0.3218444698030315 -0.3127438797363945 -0.4187190039441876 -0.19409574835305898 -0.18887182858752613 -0.18963457334209105 -0.1858456850522777 -0.18547678845722967 -0.19364801402573378 -0.17709213499324997 -0.185448441669892 -0.18782815284459317 -0.1893228587876414 -0.20082663448322355 -0.41218563450501006 -0.4124769294790418 -0.4125552376282135 -0.41269613491469187 -0.40905801533951136 -0.41864019884695775 -0.32445640245327145 -0.31689812422658536 -0.3136927363163621 -0.3235187823156056 -0.3170823954212265 -0.31793785738905594 -0.42127432298095074 -0.19465200062466512 -0.18819788462676204 -0.18834489895012996 -0.18534234575359557 -0.18864108871713825 -0.18568620673960323 -0.18130050888596708 -0.18149253808863525 -0.18439347684750207 -0.18924078817548534 -0.19745013107712983 -0.40884248263913475 -0.4114519966539935 -0.4200038887231139 -0.41271798208583776 -0.41325171616442724 -0.406509575534167 -0.42680560542023194 -0.43659799694622775 -0.4297021624520428 -0.43010944845840837 -0.43714703821959766 -0.4564660122469944 -0.6297469020099056 -0.49890407008469545 -0.8790095924714075 -0.8724871167085145 -0.8602592812749242 -0.8546657757280425 -0.7837355525984546 -0.8439361707021402 -0.8463448679796755 -0.8480094468918201 -0.8613148990313528 -0.5392542002531993 -0.5475749540220807 -0.49200824572090235 -0.4459145186386834 -0.4540302765691663 -0.4167401465788792 -0.409195453921275 -0.4209393650020088 -0.4208816738844056 -0.42174424164992375 -0.43522547678519347 -0.4277704323162042 -0.45475729913405555 -0.6261985372618393 -0.49866164450673045 -0.8652556631176354 -0.8570616807767069 -0.8470782916278503 -0.846307554242821 -0.7758598893285866 -0.8413356030209136 -0.8408276341713549 -0.8418773581126112 -0.8518500291773804 -0.5299019208791392 -0.5329726255194291 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.41249294634340544 -0.40467772213763875 -0.42030837261830706 -0.42062856773562196 -0.4330566920191184 -0.421066628792603 -0.4210022730806347 -0.46424773842022776 -0.6240963305522041 -0.4931870616079617 -0.8563913369732364 -0.8483955160320026 -0.8430007571504401 -0.8436839722921238 -0.7710388377358377 -0.8350598846542274 -0.8301567437705084 -0.8343691808618404 -0.8372054980088275 -0.5184327315164026 -0.5208306212908139 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.589134392243508 -0.4697675957522655 -0.8515607716319479 -0.8497963473204596 -0.8351957894920384 -0.8326621881179948 -0.7669390006535293 -0.834286589630177 -0.8323090619841456 -0.8339817376361188 -0.835940805923239 -0.5296917205365058 -0.5149501884009102 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5900820602289026 -0.4615989109103511 -0.8583213089135805 -0.8477913096963628 -0.8337898631148617 -0.8324827585989338 -0.7645510554008184 -0.8291242277842303 -0.8310838331794043 -0.831994419220149 -0.8405416650930082 -0.528997878993891 -0.5129924962532468 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17962640599360272 -0.17259886221949594 -0.17113625540148686 -0.16890583271710982 -0.16890583271710982 -0.16890583271710982 -0.16872924491156613 -0.16913591292175226 -0.16960412869374444 -0.1733033771441159 -0.17928303721651848 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.20273105355102275 -0.17102121529916556 -0.16890583271710982 -0.16890583271710982 -0.16919746049668044 -0.1684991645786294 -0.16890583258881553 -0.16861420468095065 -0.16884428501388737 -0.17007856328542773 -0.17517887209437705 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5887381620586192 -0.6841589062833565 -0.8721110707457752 -0.8457504795612535 -0.8380440523952869 -0.8316703904271484 -0.7646758219741584 -0.8303745882570492 -0.8283846275975129 -0.8282198443904863 -0.8297384603354652 -0.4977276938735394 -0.2896507676349259 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5661474452724946 -0.6585546785958897 -0.8431444358260339 -0.8367115453716416 -0.8361535576532366 -0.8409698576631327 -0.7854527169044457 -0.8592515902731314 -0.8574719232426299 -0.8424840963128708 -0.8390851552344871 -0.511212318472054 -0.2696538459526529 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5578420060265942 -0.6514904726066286 -0.8471808156139752 -0.8395743832489939 -0.841404989140378 -0.8389180727975083 -0.7760808427533021 -0.8574372106658604 -0.8719321399888039 -0.8534829715312303 -0.8462822286477617 -0.5052843877401146 -0.2696538459526529 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5484888323216677 -0.6492408337879759 -0.8572385027028484 -0.8349360274083236 -0.8277872740864843 -0.8335160612240635 -0.7613578575109914 -0.8265275045414949 -0.8332171265489646 -0.835744927505206 -0.8293462593634695 -0.49325946675186033 -0.28696570428918466 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5563070097761651 -0.44193559913775887 -0.8680691269396472 -0.8436433177203114 -0.8347060179828365 -0.8283405994526025 -0.7618806109296522 -0.8286289480700283 -0.8284769225110918 -0.8322079287401518 -0.830782638809196 -0.49560273024603796 -0.288094516722059 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17259886221949594 -0.17084462743503825 -0.16990197640391763 -0.16890583271710982 -0.16890583271710982 -0.16879079248649434 -0.16861420468095065 -0.16861420468095065 -0.16913591292175226 -0.16990197542130045 -0.17517887209437705 -0.39239705339758735 -0.4045513916699228 -0.41671162298789677 -0.40461842655690416 -0.40459881588231356 -0.3204863086539855 -0.3206712759594489 -0.308393271082957 -0.32077266180671643 -0.31271556196128897 -0.31286948083578947 -0.41749064779773903 -0.19833043622636104 -0.18504318966520442 -0.19806636648661616 -0.1957222451488743 -0.18267970116424218 -0.19370355333327813 -0.169020872819431 -0.19335950891358675 -0.16913591292175226 -0.19365249610710042 -0.18567171623481307 -0.20009102633108106 -0.4052238605792159 -0.41788823118079854 -0.4183020664338134 -0.40565354440070855 -0.4182486248022235 -0.4342660236540737 -0.42142375491630807 -0.4338046720902892 -0.4344453557106413 -0.421702434079171 -0.4638626616542208 -0.633171709761021 -0.5106983947720195 -0.8979381660931095 -0.8712488976318361 -0.84888494657274 -0.8453050797052465 -0.7757120670696022 -0.837556645653701 -0.8357754746481895 -0.8346959959758423 -0.8349316509424972 -0.5043726643434634 -0.3010381259119327 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4326923618366186 -0.45027472227274407 -0.607303998999977 -0.5026246593955477 -0.8665541135346556 -0.852165355139656 -0.8486533678330238 -0.8377204224536641 -0.7726097583836573 -0.8381956759627313 -0.8363951287636177 -0.8311234127321254 -0.8314242282329346 -0.5022088204056088 -0.2929234445178797 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5840462744574715 -0.45646739508988515 -0.8483899569808764 -0.8384289307255314 -0.8341785464826493 -0.8321349214424819 -0.7632270216484176 -0.8305853892539576 -0.8304289351145665 -0.8291375800600715 -0.8291216511547203 -0.49898703839491027 -0.2861784889012537 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5829297352280176 -0.4566893811160526 -0.8597027946419081 -0.8425137186363505 -0.8357520742540031 -0.8348564309636618 -0.7669203384774618 -0.8327759229399003 -0.8344033648536212 -0.831417530043664 -0.8318652839315804 -0.5025679121769416 -0.2957093263811559 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.43240105734495077 -0.4500067856539289 -0.6023239531601653 -0.4943230831230796 -0.8597023278680934 -0.848987515642054 -0.8455241220876218 -0.836437994237989 -0.7668176246298511 -0.8334505596805613 -0.8341542783305317 -0.8315939441999389 -0.832065521341895 -0.5009451096421736 -0.28968684636318526 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.3205689166703439 -0.3085340059513989 -0.32121649607707625 -0.40938189005475767 -0.1967572493074596 -0.18431722003084036 -0.18566148933191223 -0.1820431837380061 -0.1833214170740796 -0.1861232018835931 -0.1810758177856462 -0.18347647100571543 -0.18187300672946516 -0.1779763959551456 -0.1853298602199828 -0.18732788870424427 -0.4089509421660609 -0.4090467647581098 -0.40902873439997356 -0.40910057372209846 -0.4174255145266097 -0.30878140660604064 -0.3211375202476772 -0.32137625177210744 -0.30895482871478047 -0.30874109713483894 -0.32197850596979144 -0.40565962897278346 -0.203986682459207 -0.1895138899389095 -0.18252572879404783 -0.1949275844214609 -0.17891378435904504 -0.18327131859322 -0.18340667744808933 -0.18106979725308991 -0.1811052127491307 -0.18121016262691292 -0.18255429411448448 -0.18971510195008123 -0.4092462813197292 -0.40506842669755727 -0.4180532949355922 -0.40940767629977104 -0.4054914036136899 -0.43426789670965493 -0.4251570018397692 -0.4212232930141596 -0.4343203907126732 -0.42561548144542866 -0.4510972027756283 -0.6198376653931917 -0.506801970519881 -0.879535975590477 -0.8641735411808377 -0.8502029431308644 -0.8435050288198707 -0.776543262355801 -0.8385016897406786 -0.8400924986170853 -0.8386556912404824 -0.8354392182523738 -0.506293615505567 -0.3105930382162249 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.43251569828820213 -0.420470118539142 -0.4500123783809166 -0.6108289583045902 -0.49920284396563547 -0.8571663509567609 -0.8477276728077118 -0.8403541569523364 -0.8320185631274158 -0.765526648561119 -0.8308414924515699 -0.8295097739625019 -0.8296981982231023 -0.829282496211449 -0.498028384075463 -0.28562599691004165 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5992951442641042 -0.47496511677426434 -0.8535670137031435 -0.8449953257150197 -0.835903345074832 -0.8297622512627412 -0.7623892178396336 -0.8292137842256214 -0.8288565280615463 -0.8274209760109231 -0.8303789929815545 -0.49563031891992054 -0.2897875142723247 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5829275011099325 -0.4561688414242298 -0.8695167988756116 -0.8488092374021824 -0.8382575862086387 -0.8360134815439764 -0.7652248160227514 -0.8312633700174067 -0.8312791290704616 -0.8287729443046814 -0.8311154005929218 -0.5011330450257796 -0.2907651903583991 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.579089522868314 -0.45852579905718904 -0.8663856313758481 -0.8357655029659969 -0.8308592546208715 -0.8345632167807511 -0.7627002920738958 -0.8279484890565053 -0.8279977776334441 -0.8278800924795473 -0.8288359724562067 -0.4947690873477454 -0.28414572771599006 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1777509122174222 -0.17072958733271704 -0.16978693630159641 -0.16967189607098096 -0.16890583271710982 -0.16861420480924488 -0.16861420480924488 -0.16913591292175226 -0.16913591292175226 -0.16931250078587956 -0.16931250078587956 -0.17517887209437705 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17113625540148686 -0.17131284326561416 -0.16890583271710982 -0.16890583271710982 -0.16872924503986036 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16890583246052132 -0.17007856328542773 -0.17301174955600862 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.42025950117889666 -0.4622082674853153 -0.6038051151164522 -0.4859068684337075 -0.8566488458059951 -0.8473585026256996 -0.8405725219706448 -0.8301175808664218 -0.7638784015153595 -0.8280617562127476 -0.8270232356562828 -0.8269993137308578 -0.8274678895238687 -0.49601376495304234 -0.2876600180782018 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5782297247376903 -0.4548919852392533 -0.8430906262587621 -0.8364468832894382 -0.8360508903553611 -0.8304319290047328 -0.7656271969656522 -0.8324758563043855 -0.8335065111975879 -0.8338459339523733 -0.8337557954040519 -0.5054847538666483 -0.2938833506098173 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.596816819325588 -0.4728460070830341 -0.852571409843596 -0.841971935756198 -0.8342998551467965 -0.8329309125252872 -0.7658267630969661 -0.8333086721521075 -0.8308122598625679 -0.8289170147733522 -0.8296825188167791 -0.49746430442577255 -0.284431137848433 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5869240307187472 -0.45555922920209474 -0.8449172667839274 -0.83918362908061 -0.832810831583733 -0.832058091938876 -0.7700121013401917 -0.8383212414797113 -0.834141319014644 -0.8313467536188353 -0.8271263561912641 -0.492453013433749 -0.26955070829017047 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5701005953504511 -0.43873010642544885 -0.8372743431470251 -0.8323008416905494 -0.8294831313556374 -0.8306676668178734 -0.7657822339891995 -0.8365056521207287 -0.8358909082491189 -0.8323837790991193 -0.8315204204403551 -0.4995032606202375 -0.27570350101893787 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17546874919839126 -0.17183901860934944 -0.17055299965546758 -0.16890583271710982 -0.16872924503986036 -0.16890583271710982 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.17007856328542773 -0.16931250078587956 -0.1766414800864668 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17546874919839126 -0.17072958733271704 -0.16978693630159641 -0.16890583271710982 -0.16872924503986036 -0.16890583271710982 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16872924478327186 -0.1689593252445028 -0.17301174955600862 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5788806362592414 -0.46284466539865704 -0.8421195444311655 -0.8350452264143959 -0.8304106764325859 -0.8303709447202835 -0.7636864723793975 -0.8300451174678477 -0.8312196816748403 -0.8319387494052553 -0.8330045210342035 -0.5034527219869732 -0.29444170311455903 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5899473817131661 -0.4627072074353525 -0.8483550307507917 -0.8376105598398447 -0.8326236548782523 -0.8304885047662668 -0.7627839056125372 -0.8289233338538539 -0.8284675947967852 -0.828046968930651 -0.8302501632688972 -0.4961277357950508 -0.27761162663392663 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5811074901528092 -0.45670380157931695 -0.8641712722270718 -0.8402756972452864 -0.829976792101952 -0.8297798540981882 -0.7631693866173718 -0.8295025711034597 -0.8298584062290758 -0.8299346484242602 -0.8313179194913031 -0.5008357677454831 -0.28313783901538087 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5893570023900333 -0.454081885705702 -0.8445894043692762 -0.84001691246399 -0.8347755101296126 -0.8299340606856114 -0.7639955795289315 -0.8287129765213113 -0.8282750985182484 -0.8283622405379768 -0.8284607895545045 -0.4937375401689997 -0.27451296562522337 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5854927354490701 -0.4560047792309237 -0.8710979421692037 -0.8472176264947564 -0.8338704341563941 -0.8375249114769476 -0.7646579911697962 -0.8325434981770612 -0.8300937181976312 -0.8313632665277325 -0.8317057724064553 -0.49772164843958533 -0.2843814711858766 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17851697471697037 -0.17072958733271704 -0.17072958733271704 -0.16978693630159641 -0.16872924503986036 -0.16890583271710982 -0.16872924503986036 -0.16872924491156613 -0.16872924491156613 -0.16960412869374444 -0.17142788251361235 -0.1753554599585044 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.41665521756193197 -0.40461942236493187 -0.32046668017791624 -0.3126029565005523 -0.31300950648525433 -0.32149281886153774 -0.3091631809938228 -0.3218907471272208 -0.4056277240686241 -0.19946007818063105 -0.18383917428815943 -0.19507439605395888 -0.18124016120440659 -0.1812919607570432 -0.19330240476921462 -0.18104147256887548 -0.17466772438946374 -0.16861420468095065 -0.16872924478327186 -0.17519147535954194 -0.18333312382656747 -0.1954226072392123 -0.4047170228443387 -0.41732916403492165 -0.41763271546163017 -0.4052638405243856 -0.43323603166225483 -0.43358977147254363 -0.4210765728719309 -0.43347827766445163 -0.4337515211140065 -0.45083665454018884 -0.6145181080966312 -0.48933650091274294 -0.8660911122108583 -0.851597253529994 -0.8443297845145417 -0.8397909469327735 -0.7693827480863302 -0.8319786463847015 -0.8297289677710454 -0.828810472421232 -0.8290556015717742 -0.4964143883147319 -0.28468518827843464 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5911130245574848 -0.4632682977005328 -0.8473427720321088 -0.8368901596123891 -0.8317353714111303 -0.8314739752457306 -0.7631587730317468 -0.8298522430802955 -0.8272732581362845 -0.8267893500596458 -0.8286864408596815 -0.4924510895356342 -0.2757748431536634 -0.2710421861682726 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5857408132313557 -0.4434880169519037 -0.8406594036702639 -0.8372615100017508 -0.8317701890232734 -0.8315307595811723 -0.7681472211799507 -0.8342801148023123 -0.8351716780053086 -0.8312269733680651 -0.8355632025261296 -0.4957983731190995 -0.2750212054832443 -0.2710421861682726 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5618551944743636 -0.42870750363317495 -0.8359653688704226 -0.8310845893489754 -0.8272048245010396 -0.8302522562546013 -0.7627577559111628 -0.8265415067768336 -0.8268728023011485 -0.826514448860099 -0.8320976408236659 -0.49125805247964344 -0.26073056925132876 -0.2747611821169014 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.36193407659357035 -0.4358615715620274 -0.8366774815795517 -0.8316226899846532 -0.8310032688919153 -0.8329052722952954 -0.7681046773790512 -0.8391639618335104 -0.8340703273562554 -0.8296140636056818 -0.8304099996699333 -0.49120605335701156 -0.2609390568314058 -0.27337284281945895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17307329779379643 -0.17183901860934944 -0.17043795942485213 -0.16967189607098096 -0.16967189607098096 -0.1697869361733022 -0.16890583258881553 -0.16861420468095065 -0.16879079235820008 -0.16861420468095065 -0.16913591310863013 -0.1699019756081783 -0.17517887345533553 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17307329779379643 -0.17055299965546758 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.1684991645786294 -0.16861420468095065 -0.1690208726911368 -0.17007856328542773 -0.1815019009438639 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3783545606722398 -0.4508492861518826 -0.8462625220032894 -0.8378305256095533 -0.8332551629179272 -0.8385829917489696 -0.7778475255150786 -0.8433430381112231 -0.8405492725669368 -0.8290253171765478 -0.833264151753489 -0.4944985164329964 -0.27500048784471226 -0.2710421861682726 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3551027045810324 -0.44544375810003073 -0.8463460119536665 -0.8403279847226508 -0.8356847754981634 -0.8288436532644193 -0.7635151259536904 -0.8274448240354163 -0.8267596245254757 -0.8327136909364731 -0.8277933607069223 -0.4956335536143736 -0.2759094124736034 -0.2693338179535866 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3702555510622147 -0.4414317223283535 -0.8380764408544075 -0.8321885290125053 -0.8314108793779104 -0.8274421388998124 -0.7644948445062374 -0.8337559948007172 -0.8334550185813377 -0.8279314384461723 -0.826514448860099 -0.49237270520278137 -0.2822739003851675 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3602645464739063 -0.4408148962447643 -0.8331114254458828 -0.8316543209680483 -0.8281592443129431 -0.8291478830951498 -0.7606523819077867 -0.8267315574314222 -0.8271191637030515 -0.8276198902528558 -0.828076078685023 -0.4986385739949998 -0.2921253357181943 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3558002005399806 -0.4335957420525646 -0.8340413671997876 -0.8352339209868722 -0.8333353960261219 -0.8297881004163132 -0.7626993584334661 -0.8293546861165958 -0.829160850234301 -0.8298267316084329 -0.8305956760695518 -0.49992216436315284 -0.2841192998711475 -0.27709183876808774 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17851697471697037 -0.17131284326561416 -0.1702551519452944 -0.16990197640391763 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16872924491156613 -0.16884428514218158 -0.1689593252445028 -0.1703701913801705 -0.17928303721651848 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17851697471697037 -0.16978693630159641 -0.16890583271710982 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.1689593252445028 -0.1699019756081783 -0.17723095490876553 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3739688134593224 -0.4499490454913373 -0.8393293469111419 -0.8318338664728937 -0.8314655021982915 -0.8312282004125598 -0.7606255407079578 -0.826590374559625 -0.826514448860099 -0.826514448860099 -0.826514448860099 -0.4937827011554323 -0.2604105387857926 -0.2693338179535866 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3591220050038821 -0.4359122239700802 -0.8331389117276823 -0.8347172808408833 -0.8277611669461018 -0.8289688208278345 -0.76278887372479 -0.8277580976413662 -0.8293657516915443 -0.8298327453045532 -0.8305279531665634 -0.4933685905441433 -0.28260699311312754 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.35720417944816074 -0.43074196969300993 -0.8336233659510283 -0.834566852239884 -0.8326300154876384 -0.8267463086913437 -0.7600406164242426 -0.8273145575394862 -0.8289123227424288 -0.8281853990111273 -0.8274093295553417 -0.4931195341891374 -0.2686326746128765 -0.26773699084355895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.35543582608509144 -0.425024897391354 -0.8357329871860988 -0.8312857557463726 -0.8309620735037208 -0.8271486529142771 -0.7610873561905299 -0.8318973229122094 -0.8305668945122322 -0.8277391417376944 -0.8274383160291329 -0.4912983215358072 -0.26625488046956014 -0.27709183876808774 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3450285644203508 -0.42933546062126 -0.8318297862658547 -0.8302280320841446 -0.8277094473677702 -0.8299981331981892 -0.7676672593717143 -0.8362828672741207 -0.8310773585593338 -0.8271386323370113 -0.8323119826215256 -0.49131971225794396 -0.2604105387857926 -0.27337284281945895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17763587211510096 -0.17201560647347672 -0.17072958733271704 -0.16967189607098096 -0.16967189607098096 -0.16872924503986036 -0.16861420480924488 -0.16872924491156613 -0.16861420468095065 -0.16879079235820008 -0.16908242032464862 -0.16902087287801465 -0.1710729556924031 -0.17412118219359946 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17763587211510096 -0.1709061751968444 -0.17055299965546758 -0.16967189607098096 -0.16872924503986036 -0.16872924503986036 -0.16872924503986036 -0.16872924491156613 -0.16861420468095065 -0.16861420468095065 -0.16908242032464862 -0.16978693537756284 -0.1710729556924031 -0.17412118219359946 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.36594828704285015 -0.444976164810597 -0.837284416303362 -0.832605444061396 -0.8275921763850308 -0.8271715151675642 -0.7624717564084558 -0.8311366266710665 -0.8290929619240665 -0.826514448860099 -0.8312232396874996 -0.49114096342214003 -0.2604105387857926 -0.27337284281945895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3514822196096559 -0.4272707469190288 -0.8372025419636674 -0.8353689688372117 -0.8290270669656693 -0.8420414045709099 -0.7643114174459195 -0.8308497674397264 -0.8308458899749701 -0.8313719443754177 -0.8326651956285771 -0.49551204024159956 -0.2628559144069695 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34478626312088945 -0.4331261495960347 -0.8382903813139326 -0.8354300223775019 -0.8340219904823695 -0.8392758264641493 -0.7758531574107543 -0.8501837549487609 -0.8457155053019543 -0.8426083513698905 -0.8381995044658849 -0.504548897368289 -0.2699738767568684 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3505493605363022 -0.4325920685972194 -0.8466838699613212 -0.8380564892864876 -0.8341382185368214 -0.8332951186296039 -0.7658767473651606 -0.8305331191068588 -0.8305469207534626 -0.8308352369280194 -0.835193682214872 -0.4998145110656417 -0.2905179486818519 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.35236884983090405 -0.4419447674181106 -0.8453350458699649 -0.8344263679436861 -0.8324599800248316 -0.8290678501240929 -0.7667642505409398 -0.8287142870807299 -0.828648416009402 -0.8266543383196944 -0.8273810666910866 -0.49423161263743204 -0.2706547863905491 -0.26773699084355895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1768698096155527 -0.1709061751968444 -0.17055299965546758 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16872924491156613 -0.17007856347230568 -0.17535546113258496 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17664147976670924 -0.17102121529916556 -0.16978693630159641 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16872924491156613 -0.1684991645786294 -0.16861420468095065 -0.16872924491156613 -0.16960412888062235 -0.16978693537756284 -0.17218413960982643 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3491596970063615 -0.42155635172147576 -0.8342103528140005 -0.829987877435627 -0.8323518990309237 -0.8336856471252578 -0.7784545031166372 -0.8430337496836937 -0.8367580609262991 -0.837737078732386 -0.8464788812260756 -0.4948447197761439 -0.26221267928664804 -0.26773699084355895 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3455023277581717 -0.4188879507008264 -0.8342452838840755 -0.8320493351865093 -0.8307859011183147 -0.8359575330168157 -0.7742955573897778 -0.8445863871082504 -0.8417679597713763 -0.8424215851521001 -0.8369639584029901 -0.49730891935909216 -0.2628559144069695 -0.27230453553584505 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.33498945561261423 -0.42910796783831817 -0.842785359654645 -0.8387457774149051 -0.8364252195703317 -0.8292136977755593 -0.7665508350084481 -0.8327500406480287 -0.8327556135417556 -0.8327684135105641 -0.8361096930090334 -0.49809160579376127 -0.26262965467931043 -0.2642264817893381 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34506131424831504 -0.4265086643435514 -0.8379185265953379 -0.8323433973899869 -0.8319391880857078 -0.8286433596997815 -0.7600018009674697 -0.8265448296570502 -0.8280937471276671 -0.826514448860099 -0.8274079675586613 -0.4924064694445165 -0.27506919837476734 -0.27570350101893787 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.35018041641130077 -0.42632045462989815 -0.8354409732760725 -0.8310803443943132 -0.8314882591599609 -0.8277579881403264 -0.7640061600832674 -0.8283354279965054 -0.8284265500446076 -0.8284267815437454 -0.8330446867266609 -0.4913315553240954 -0.2602020509732074 -0.2747611821169014 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1777509122174222 -0.1709061751968444 -0.16978693630159641 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16872924491156613 -0.16913591310863013 -0.17295020210937462 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1777509122174222 -0.1709061751968444 -0.16978693630159641 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16872924478327186 -0.16960412888062235 -0.17646489240921734 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3489312149976819 -0.42772764774622507 -0.8365911358761509 -0.8338295471337459 -0.8357052617418228 -0.8321897483957401 -0.7638276591459805 -0.8345775504810876 -0.8333069892629338 -0.8308226966485585 -0.839099815293397 -0.5028840193572741 -0.2602020509732074 -0.266028620741901 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3425673654897761 -0.41982618300715 -0.8348500655925009 -0.8362598640918985 -0.8366275028879095 -0.8332929393796017 -0.7676667092176435 -0.8400473590565785 -0.8391476913195206 -0.8395032313191664 -0.8365247543576887 -0.4978302699974277 -0.25870217023242725 -0.271984505070309 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.4281032965408733 -0.846282865839046 -0.8394338944006325 -0.8333338389684478 -0.8285405072242957 -0.7652241121922815 -0.8281018720046994 -0.8287903594444084 -0.8285405067260639 -0.8292262870208114 -0.49311665109873304 -0.268265508203503 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34677627207407197 -0.43121605521211154 -0.8316805513554115 -0.832620472817939 -0.8298814936693857 -0.8319493948659316 -0.7653760509830565 -0.8352484822916283 -0.8338313543135019 -0.8320058539036593 -0.8303303139049157 -0.4931585984017668 -0.27865630536205416 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3425819595818512 -0.4214339113769876 -0.8314407291910838 -0.8334073197833626 -0.8367432993350761 -0.8390748046357261 -0.7751356404946106 -0.8426960136961689 -0.8441319027065097 -0.8422806893486386 -0.8430759153827391 -0.5069964255469783 -0.2602020509732074 -0.26401799242846036 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1768698096155527 -0.1709061751968444 -0.17055299965546758 -0.16967189607098096 -0.16967189607098096 -0.16967189607098096 -0.1697869361733022 -0.16890583258881553 -0.16879079235820008 -0.16908242032464862 -0.16890583264739917 -0.16890583264739917 -0.16978693537756284 -0.17295020210937462 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17851697471697037 -0.17353170699295947 -0.17131284326561416 -0.17007856426804493 -0.16990197640391763 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.16931250078587956 -0.16960412888062235 -0.1733033783181965 -0.17646489240921734 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34840823953900735 -0.42638357668870436 -0.8369817491881663 -0.8303529835620552 -0.8317811965610086 -0.8324710186952862 -0.7659771897690002 -0.8313862529100728 -0.8286850649093392 -0.828238908879605 -0.8298067856739466 -0.49283354178795585 -0.26625488201785263 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3469511661647771 -0.43287796840159787 -0.8379542586275118 -0.8307914005039714 -0.8287028176469886 -0.8324903803962388 -0.7642292125998685 -0.8313684275606641 -0.8305787739856277 -0.8304727608603244 -0.8349130549501875 -0.49584633320980387 -0.258493682419842 -0.2654063317259028 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3402599469816867 -0.4227112016156021 -0.8432305718815514 -0.8466384336557209 -0.8440437032688709 -0.8422012878532319 -0.7756770941454413 -0.8444001361014698 -0.8420109060740459 -0.8440005622142599 -0.8573790469703076 -0.5187287082342311 -0.26221267928664804 -0.2658201329293158 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.4192433401246687 -0.8333462653250845 -0.8292387902974722 -0.8319265286605005 -0.8321467065960017 -0.772371541725567 -0.8428854959017384 -0.8431097658066441 -0.8510726196975178 -0.8677156468027069 -0.5258336803140115 -0.2598820201689919 -0.2654063317259028 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3209205069799607 -0.4241896431726934 -0.8454687077308721 -0.8504321999659006 -0.8585782236657502 -0.8625193626092832 -0.7947990013275235 -0.8650808855330521 -0.8567902422090362 -0.8544399211504551 -0.8486143171029024 -0.49888052586101955 -0.2626474268268924 -0.27230453553584505 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17429777034683058 -0.17353170699295947 -0.17072958751959497 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16879079235820008 -0.16861420468095065 -0.16872924478327186 -0.16913591310863013 -0.17206909852488803 -0.180215881989982 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17546875055934968 -0.17072958751959497 -0.17055299965546758 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16890583264739917 -0.16902087287801465 -0.17312679064094708 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34028029033882323 -0.4205705186903692 -0.8358620926485163 -0.8299362217369612 -0.8281024473097534 -0.8293251011642649 -0.7632266287033032 -0.8298447318468116 -0.8303573885078537 -0.8311984714743736 -0.8388444323851811 -0.5037854903451776 -0.2602020509732074 -0.2638095046158751 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3430531365083743 -0.4197561796751996 -0.8363686393963343 -0.8366208272676261 -0.8406353229356303 -0.8388398197252932 -0.7708682292998231 -0.8384580311322274 -0.8440101761335798 -0.8417744790249627 -0.844881791892183 -0.5170691160526072 -0.2602020509732074 -0.2638095046158751 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.42246752878746613 -0.8391537728289579 -0.8356514862575265 -0.83317240390178 -0.8348941400277431 -0.7694486031705712 -0.8345169932881347 -0.835777860206463 -0.8376107481548671 -0.8383078294831071 -0.49828886619268165 -0.26486654272041016 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.35170588456767415 -0.42794038560145 -0.8431274104121302 -0.8413383497539393 -0.8364471079831496 -0.8364416964517134 -0.7702199492132566 -0.8380236281906905 -0.835345174245614 -0.8349773515121135 -0.8340934488155737 -0.49658997452453435 -0.25955071931476403 -0.27230453553584505 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.350649298188319 -0.41914858603906785 -0.8312453895780535 -0.8325684263633097 -0.835494902237112 -0.8358993978490235 -0.7680011034657587 -0.8369696766481651 -0.8318368482859332 -0.8302051334280537 -0.8294004098110129 -0.49555516594567844 -0.26009050798157723 -0.2638095046158751 -0.23171172211879854 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17546875055934968 -0.17108276306097164 -0.17055299965546758 -0.16967189607098096 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16890583264739917 -0.16996352324169017 -0.17195405829427254 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17429777034683058 -0.17072958751959497 -0.16978693630159641 -0.16967189607098096 -0.16967189607098096 -0.16967189607098096 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.18305173236946157 -0.16902087287801465 -0.17206909852488803 -0.17910645071334963 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.33696699698332777 -0.42949616878551683 -0.8599620158466409 -0.8766436827764955 -0.8958558152012444 -0.9061268329583505 -0.8346340742030915 -0.9182061159570405 -0.9262965160119753 -0.9285755573876648 -0.934654157299646 -0.5446429472922202 -0.25870217023242725 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.42338398149391804 -0.831507868882617 -0.8273627165009866 -0.8271028361372983 -0.8270810733050528 -0.7598392288799045 -0.8265178747838091 -0.8265144493583308 -0.8269612084584959 -0.8269612079602644 -0.4909955178080048 -0.258493682419842 -0.26401799242846036 -0.23171172211879854 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34244273877549747 -0.42321239900802915 -0.8385127260321833 -0.8378556304872775 -0.8374802573513909 -0.8307718501800939 -0.7639133357100854 -0.8276469880275017 -0.8284258863445323 -0.8289141003363162 -0.8332623151597401 -0.5011130117037444 -0.26221267928664804 -0.2658201329293158 -0.2306539397969376 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3406272070932448 -0.4192118746935978 -0.8344974819545428 -0.8339328708390726 -0.8379226203963538 -0.8314298726102012 -0.7676635680898432 -0.8348856129826919 -0.8352513169079265 -0.8299619785500335 -0.8368139082342005 -0.4939800691969971 -0.258493682419842 -0.26401799242846036 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3457090044598879 -0.41784976933663753 -0.8339994943925273 -0.8366542401316507 -0.8347722319220225 -0.8350542638887807 -0.773337467603329 -0.8375896899896978 -0.8406651308418465 -0.8396370683082044 -0.8387151404658078 -0.5026465114773164 -0.26486654272041016 -0.27570350101893787 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17851697471697037 -0.17108276306097164 -0.17072958751959497 -0.16872924503986036 -0.16872924503986036 -0.16872924503986036 -0.16872924503986036 -0.16884428514218158 -0.16872924491156613 -0.16884428514218158 -0.16872924478327186 -0.16861420468095065 -0.17025515114955506 -0.17646489240921734 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17447435821095794 -0.17119780316329292 -0.16961034862434698 -0.16872924503986036 -0.16890583271710982 -0.16861420480924488 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16872924478327186 -0.17445731773383658 -0.16978693537756284 -0.17517887345533553 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3400824092471007 -0.4295332099551455 -0.8411682999409521 -0.837624746064477 -0.8302897886140316 -0.8402596883037864 -0.784443949221906 -0.8578001898524357 -0.8578741613701557 -0.8660588450457173 -0.8814174825575768 -0.5398685891745612 -0.2602020509732074 -0.2638095046158751 -0.2306539397969376 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3185944880740925 -0.41888079539331197 -0.8517100629729867 -0.8607827306206869 -0.8677900636837185 -0.8661654918498248 -0.7944871882883866 -0.8740909766505282 -0.8803380429997171 -0.887991440321694 -0.907348986666966 -0.5426555628731995 -0.258493682419842 -0.2604105387857926 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3174934297119703 -0.42235264148602925 -0.8434380843646463 -0.8485027154306566 -0.843439219920695 -0.8400174606225237 -0.771884531316006 -0.8384392526315675 -0.8412548347510541 -0.8459289367603341 -0.8596726701136371 -0.5272854620487311 -0.258493682419842 -0.2642264817893381 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.321794958945966 -0.41721847268067425 -0.8352667141010007 -0.8435267626430477 -0.8492876548904434 -0.8432442344227267 -0.7722217334132917 -0.8431285559790791 -0.8398364185724652 -0.8424428642698559 -0.8484386543367242 -0.5199191667728421 -0.258493682419842 -0.2638095046158751 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3187697430383058 -0.41995676246853353 -0.8455545101891762 -0.852589146492523 -0.8510480362366315 -0.8415952125932296 -0.7720698293769954 -0.8423418409329099 -0.8392501453717492 -0.8411664605145351 -0.8500032091226997 -0.5134240495834296 -0.2598820201689919 -0.26262965467931043 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1757603783389203 -0.17072958751959497 -0.17055299965546758 -0.1694953083937315 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.17568978833792398 -0.16902087287801465 -0.1713030360253398 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17558379066167093 -0.17072958751959497 -0.16978693630159641 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.17588856330170644 -0.16902087287801465 -0.17118799592301856 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3344303465430224 -0.4402476565060605 -0.8416208291027037 -0.8423535495088794 -0.8394563323077083 -0.8444538844645244 -0.7817484697905668 -0.8678331046705844 -0.8896696543331107 -0.8821593932397469 -0.9055585248916546 -0.5406035975521496 -0.25870217023242725 -0.2699738788846587 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3187183914209347 -0.43196618289274613 -0.8571704963564821 -0.863488509237089 -0.8756012703906839 -0.8924277393795627 -0.8202622596290658 -0.907490676558689 -0.9044062878630705 -0.9044724023446395 -0.9142142431917696 -0.5600332946365202 -0.258493682419842 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.31778285644622567 -0.42049147439072426 -0.8357258434931836 -0.8365825332619091 -0.8534025963036243 -0.8656036333689707 -0.788494674464685 -0.8690253011810766 -0.8724867987411924 -0.8872691260505963 -0.8969294155095272 -0.5411145765090465 -0.258493682419842 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.321794958945966 -0.428027853668841 -0.8463668282045773 -0.8564899437384096 -0.8690799716149362 -0.8857794094467268 -0.8014081200220294 -0.8775477136554773 -0.888165022735574 -0.893716694975728 -0.9109045638842035 -0.5227491552915213 -0.25870217023242725 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3187697430383058 -0.4215557985862972 -0.8575183212182048 -0.8653289261451621 -0.8742251563169268 -0.8776029982282733 -0.7919945508549124 -0.8642603719654544 -0.8602601537128662 -0.871595851675295 -0.8865945268576525 -0.5299421448016406 -0.258493682419842 -0.26401799242846036 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17669322193830325 -0.17219219433760405 -0.17055299965546758 -0.1694953083937315 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16872924478327186 -0.16861420468095065 -0.16913591310863013 -0.17095966705679225 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.1754170083877556 -0.17131284326561416 -0.1702551519452944 -0.16872924503986036 -0.16872924503986036 -0.16890583271710982 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.17437497510489827 -0.18602530524339744 -0.1784627281334488 -0.17195405829427254 -0.1783403873594785 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3332288110035316 -0.41974883245154 -0.8527490778060784 -0.8614016080873924 -0.8672100326852915 -0.8744472307101617 -0.7971054931626813 -0.8683242776358328 -0.8769612771156311 -0.8915468466821238 -0.9029309902600143 -0.5435988546152555 -0.258493682419842 -0.2638095046158751 -0.23171172211879854 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3187697430383058 -0.42220796311172365 -0.8594303828568544 -0.86778562413015 -0.871918898862329 -0.8653174521116841 -0.7950103106230063 -0.8677719887055227 -0.8800646164922424 -0.8796893738507184 -0.8964307266738688 -0.5174533987854879 -0.2604105387857926 -0.2676432201056819 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.321794958945966 -0.4237572625425593 -0.8378340495057437 -0.8384969862458486 -0.8412364829598151 -0.8450333179543201 -0.7793039841961256 -0.8472458377796791 -0.8459295495928442 -0.8508857232686283 -0.862870140814558 -0.5230326363013607 -0.26486654272041016 -0.267963250571218 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.31888391480834793 -0.41755949204004433 -0.8431000807545727 -0.8519026144337485 -0.8545999329789025 -0.8547573743602024 -0.7845984378180556 -0.8484273240673504 -0.8463548714000123 -0.8503754332754924 -0.8634522242672222 -0.5209048879266237 -0.2598820201689919 -0.26401799242846036 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32016022678399775 -0.41721183866387895 -0.8425454311619843 -0.8401828563426688 -0.8418366364690821 -0.8440497354954094 -0.7795618610999621 -0.852661196363123 -0.8492270542997722 -0.8561039344856272 -0.8560800587658791 -0.5014573495084247 -0.25870217023242725 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17851697471697037 -0.17108276306097164 -0.17072958751959497 -0.1694953083937315 -0.1694953083937315 -0.16890583271710982 -0.16931250091417377 -0.16861420480924488 -0.16861420468095065 -0.16908242032464862 -0.16984848282419682 -0.17600581615851055 -0.1710729556924031 -0.17195405829427254 -0.1783403873594785 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1777509122174222 -0.17072958751959497 -0.17055299965546758 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16872924491156613 -0.16913591310863013 -0.16960412888062235 -0.1713030360253398 -0.17910645071334963 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3356988399336568 -0.42301985678691995 -0.862228844261056 -0.8616435195199696 -0.8706608274246607 -0.8761345617042051 -0.8006626223128656 -0.8730554200049271 -0.8771841056499655 -0.8861994239655798 -0.8940965468104121 -0.5449188046286761 -0.2602020509732074 -0.2638095046158751 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3209205069799607 -0.4314846798732306 -0.8576237565441222 -0.8434194787238386 -0.8481464185562415 -0.8692023688710514 -0.801739207874212 -0.8777225461552569 -0.8839424643381157 -0.8789402962733577 -0.8842908613751537 -0.5401354545864302 -0.258493682419842 -0.26262965467931043 -0.23324362778405594 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32016022678399775 -0.42067837279493075 -0.8524889784477117 -0.8596784838568248 -0.8644752620983398 -0.8637912530708189 -0.7945767007006329 -0.8662349607014476 -0.8630027741890851 -0.8672793045793635 -0.8655348373476597 -0.5016128189089044 -0.25870217023242725 -0.26082751417845496 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32016022678399775 -0.4229086197238099 -0.8563310447965219 -0.8671692728330442 -0.8676188333294824 -0.8552246633333643 -0.7901111752023151 -0.8642322051426822 -0.8600552875449248 -0.8699147250996677 -0.8935561538508957 -0.5367442119568274 -0.26221267928664804 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32016022678399775 -0.42075507521224215 -0.8551221558420858 -0.8653755437674211 -0.8713712622323642 -0.8763282938423994 -0.8015882892988853 -0.8763480693279767 -0.884463427827687 -0.908059305159936 -0.903872116641363 -0.5336782118751465 -0.258493682419842 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.18073583844431568 -0.1723072344399253 -0.17072958751959497 -0.16978693630159641 -0.1702551519452944 -0.16890583271710982 -0.169020872819431 -0.16861420480924488 -0.16879079235820008 -0.16861420468095065 -0.16861420468095065 -0.16978693537756284 -0.1753554599585044 -0.17218413960982643 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17851697471697037 -0.17108276306097164 -0.16978693630159641 -0.16967189607098096 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16872924491156613 -0.1684991645786294 -0.16884428514218158 -0.17375188060961858 -0.1819024993549371 -0.16902087287801465 -0.1713030360253398 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34935081418869823 -0.4431051946682843 -0.8916115693697806 -0.9040559233266602 -0.9040674925010703 -0.9251962880813833 -0.8486040440500103 -0.9322633350599726 -0.93151442846805 -0.8999794765634747 -0.8740618932107395 -0.5188693429690951 -0.25870217023242725 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32016022678399775 -0.4325383335709743 -0.8573816691232445 -0.879826516898099 -0.8973921832227445 -0.9024567516688506 -0.8173548047522473 -0.8973102871561275 -0.9061937845149682 -0.9091181680375959 -0.9446598432572991 -0.5723309742449728 -0.2602020509732074 -0.26401799242846036 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3352378516786212 -0.4422344722491125 -0.8568827481510923 -0.8494993581672761 -0.8642500768398262 -0.8916062326759535 -0.8197654397677828 -0.9049880207373064 -0.9249387157597299 -0.9463089354432971 -0.944838593192423 -0.5402920989881975 -0.26294968514484646 -0.26262965467931043 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3321067409768293 -0.4340108767402102 -0.8525737584819506 -0.8637458892236345 -0.8959477876788463 -0.9345639417531286 -0.8377790523977005 -0.9370942670785359 -0.9636176294366603 -0.9029053205321104 -0.9161754026743868 -0.5300023481820773 -0.2626474268268924 -0.2676432201056819 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3499162894728566 -0.4486466927792581 -0.8578412764070089 -0.8937388651955465 -0.9395422573674062 -0.9298687465719018 -0.8436526516289767 -0.9341581614119209 -1.0 -0.9499274819608494 -0.9332037151661349 -0.548286159450143 -0.26625488201785263 -0.271984505070309 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17851697471697037 -0.17131284326561416 -0.1702551519452944 -0.17007856426804493 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.16872924491156613 -0.1689593252445028 -0.16913591310863013 -0.174246028681872 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.18073583844431568 -0.17108276306097164 -0.17102121529916556 -0.1694953083937315 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16884428501388737 -0.16913591310863013 -0.1728351618787591 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3351644075830556 -0.4230140122519207 -0.8411637329026908 -0.852860425368869 -0.870444670235709 -0.8872142322839628 -0.8123284232349263 -0.8869908658414617 -0.8932283251387401 -0.8749166293726625 -0.8930275895684643 -0.5183538149771865 -0.25870217023242725 -0.2642264817893381 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.321794958945966 -0.4235074023971499 -0.8374171241613063 -0.8388296856665095 -0.8554022016774897 -0.8708856605893383 -0.8029792586678556 -0.877117008386328 -0.8798651296402804 -0.8882741701766766 -0.9003584560291518 -0.5283294751448463 -0.2602020509732074 -0.26401799242846036 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.4246074540172323 -0.846341660043935 -0.8423249478647947 -0.8476265462031151 -0.8742836355231401 -0.7998637487765906 -0.8703091935027664 -0.8789950498749017 -0.8982646271421706 -0.9007536556375202 -0.5135579125388418 -0.25955071931476403 -0.271984505070309 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.321794958945966 -0.4316884770848201 -0.8484085410273378 -0.8471516777660301 -0.851128104970728 -0.8694041622019281 -0.8148549319763888 -0.896553195571344 -0.9079236294242686 -0.9173449035795151 -0.9084258136766182 -0.5224233980267818 -0.2699738767568684 -0.27230453553584505 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.43818159794818523 -0.8532936281129015 -0.8422892632912073 -0.8457838596615911 -0.842590859348605 -0.775633693058895 -0.8480415629306631 -0.8511778126912586 -0.8497250318572649 -0.8495058312586371 -0.5093207784589628 -0.25955071931476403 -0.27709183876808774 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17851697471697037 -0.17119780316329292 -0.1694953083937315 -0.16967189607098096 -0.16967189607098096 -0.16872924503986036 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16996352324169017 -0.17206909937921094 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17429777034683058 -0.17055299965546758 -0.16967189607098096 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16978693537756284 -0.1728351618787591 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.33732179958267516 -0.43010573381753875 -0.860970072434146 -0.873792725342179 -0.8617318196870025 -0.8788414449958634 -0.8041587033207168 -0.886093981657989 -0.8967097442039585 -0.9046650264529779 -0.9060636253613922 -0.5385936436129656 -0.25870217023242725 -0.26741696003934345 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.41737283268531866 -0.8355466090796473 -0.8442553834115445 -0.855550501828545 -0.8563938376532874 -0.7942940159309793 -0.8775163044914049 -0.8812604433534351 -0.8892878302498614 -0.8929278795302514 -0.523528651312695 -0.25870217023242725 -0.26561481953848803 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3209205069799607 -0.42410439177052184 -0.8541474344091488 -0.8653586140305495 -0.8486928704060769 -0.8619171719987199 -0.7951191742762737 -0.862026665796847 -0.8607027271095242 -0.8669669438036439 -0.8829888983631808 -0.5223560068069891 -0.26221267928664804 -0.26741696003934345 -0.23348746051970246 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3228960173080882 -0.41992746014782 -0.8424128673026751 -0.8533959645012758 -0.8711091577250966 -0.8800251098370435 -0.8052034695648286 -0.8785501311463619 -0.8840714898559109 -0.8878235437150652 -0.8927107892392083 -0.5283188262059979 -0.2598820201689919 -0.2654063317259028 -0.23501936618495978 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3209205069799607 -0.4211647342306841 -0.8557239342966224 -0.8688875339501225 -0.8780561738937427 -0.8847392538331268 -0.8113354419733696 -0.8867176935593569 -0.8868166398878872 -0.8948291333527165 -0.9228091146661439 -0.536713062700632 -0.2602020509732074 -0.26741696003934345 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.17962640716768333 -0.17295825769147524 -0.17055299965546758 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16884428501388737 -0.1733033783181965 -0.17851697471697037 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17406769014218815 -0.16978693630159641 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16890583271710982 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16872924478327186 -0.17113625473404168 -0.17646489240921734 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.34536373436553813 -0.4296418111446504 -0.8484720483444348 -0.8452287836546665 -0.8475936032831712 -0.8520600285842476 -0.7825933561512548 -0.8525462969653083 -0.8562368015720637 -0.8654535946525594 -0.8783469724217051 -0.5078329389420869 -0.2623273963613564 -0.2699738788846587 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.42825071580947616 -0.8489466048336249 -0.8593247887811046 -0.88010446496738 -0.8939400376762829 -0.8178448270657164 -0.8930121190873739 -0.8994490355602841 -0.9057674091294602 -0.9146699427717425 -0.5385393679814203 -0.2602020509732074 -0.2654063317259028 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.42323653517822335 -0.8386847491518948 -0.8487825282166914 -0.8775341612912942 -0.9027590137928742 -0.8244078745992681 -0.8983667315411805 -0.9232225083864034 -0.9554052263354579 -0.9604259348111467 -0.5286960600764212 -0.25870217023242725 -0.26561481953848803 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.4253384706743357 -0.844883754371645 -0.8680696774372229 -0.9042992322748189 -0.904304496678302 -0.8267480139670741 -0.8961362082621599 -0.9197776317149168 -0.9534132287508238 -0.9518294997977172 -0.5203805550782609 -0.2598820201689919 -0.2693338179535866 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.4235024905387627 -0.8358648826356903 -0.8441514260419748 -0.8630764063150488 -0.8823578686386779 -0.8108714308016867 -0.880783595462016 -0.8989639559348608 -0.9274548123284668 -0.9293876334884565 -0.5152644150091332 -0.26009050798157723 -0.26794547865614415 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.18073583844431568 -0.1727816698273479 -0.17055299965546758 -0.16967189607098096 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.1744979742930062 -0.16913591310863013 -0.1699019756081783 -0.17295020210937462 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17447435802408 -0.16978693630159641 -0.16890583271710982 -0.16890583271710982 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.1684991645786294 -0.1684991645786294 -0.17562934093755195 -0.16931250078587956 -0.16913591310863013 -0.17517887345533553 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3461107272440629 -0.44027149955344996 -0.8532904615177396 -0.8497951280146966 -0.8498716286747635 -0.8547636665048761 -0.7971777714667794 -0.8779119104497297 -0.8878339334036057 -0.9095106368448522 -0.9173169569752508 -0.5218550274918518 -0.25870217023242725 -0.2696538484191226 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.3356978286429867 -0.44012270783273555 -0.8469116432356928 -0.8575640626030809 -0.8550550726584553 -0.8575830406318005 -0.7960707723470917 -0.8760460574904593 -0.8799478333063298 -0.8847357199461912 -0.8593980971519269 -0.5039838932473217 -0.2699738767568684 -0.27570350101893787 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.4214708681128082 -0.8405614326475095 -0.8502499717767897 -0.8689299763141356 -0.8850839026811219 -0.8083110356127432 -0.8782009784915842 -0.8870254118210742 -0.8913316184520818 -0.8973642961433667 -0.510116502780896 -0.26009050798157723 -0.2696538484191226 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32399707450499204 -0.42154264791490775 -0.8466471485569487 -0.8626092788144354 -0.8924593242343415 -0.8968035753757909 -0.8143764356672143 -0.8835336620037058 -0.8960131803285963 -0.9165818019772011 -0.9313773354632903 -0.513678262162444 -0.2604105387857926 -0.26794547865614415 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.32475735470095507 -0.4266338573836448 -0.8438101779147004 -0.8529025336853759 -0.8812685164339064 -0.8914088595533749 -0.8156202638091519 -0.887104270662239 -0.904363348310469 -0.9334169429657849 -0.9283345124737642 -0.5217863717186213 -0.26073056925132876 -0.2696538484191226 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.1815019009438639 -0.17295825769147524 -0.17055299965546758 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.16861420480924488 -0.1684991645786294 -0.16861420468095065 -0.16861420468095065 -0.16884428501388737 -0.16913591310863013 -0.17517887345533553 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1723072344399253 -0.17055299965546758 -0.16978693630159641 -0.1694953083937315 -0.16872924503986036 -0.16890583271710982 -0.16861420480924488 -0.16861420468095065 -0.16872924491156613 -0.1690208726911368 -0.16884428501388737 -0.1703701913801705 -0.17646489240921734 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5521862255365425 -0.43231939648737694 -0.8436697473946752 -0.8348654336446106 -0.8324304790797437 -0.8322238322229419 -0.7660482282887833 -0.8364706424884112 -0.8347019199353716 -0.8371059125107851 -0.8369006376618007 -0.5002808978684169 -0.2699738767568684 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5485759567152828 -0.43065514375567066 -0.8386416886081827 -0.8360715858539207 -0.837423316550366 -0.8412693927794176 -0.7854334271237876 -0.8566146360395113 -0.8481174403733956 -0.848910275171513 -0.8565389346249693 -0.5060505744601038 -0.2624211670992333 -0.2693338179535866 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5610736918195022 -0.43213419223955574 -0.83826304942938 -0.8369325252418774 -0.8409768469640074 -0.841854161528832 -0.7828209006776005 -0.8511203834082047 -0.8504528152938121 -0.8454661457495005 -0.8410818229942338 -0.5023915137487323 -0.2699738767568684 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.43199658112379297 -0.841491813581138 -0.8366566929663879 -0.8282831263652402 -0.8334984063867588 -0.7725581800057171 -0.8488937364771351 -0.8503155464978365 -0.8452820860724921 -0.8421193863582388 -0.5040213225645381 -0.2699738767568684 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.44134840033531303 -0.8462971003588736 -0.8422841787164728 -0.8389216247587116 -0.840321873891571 -0.7732499014837516 -0.8457918549264137 -0.8528145136526981 -0.8494321261222533 -0.8486420495335917 -0.5051173212431966 -0.26486654272041016 -0.2747611821169014 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17851697471697037 -0.1709061751968444 -0.1694953083937315 -0.16872924503986036 -0.16890583271710982 -0.16872924503986036 -0.16861420480924488 -0.16913591292175226 -0.16861420468095065 -0.16978071655787177 -0.1689593252445028 -0.17048523148249176 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17307329779379643 -0.17055299965546758 -0.16978693630159641 -0.16890583271710982 -0.16890583271710982 -0.16861420480924488 -0.16861420480924488 -0.16861420468095065 -0.16861420468095065 -0.16861420468095065 -0.16913591310863013 -0.17007856347230568 -0.17612152363213315 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5533375476642296 -0.44438540375144026 -0.8433373651823777 -0.8407584728892171 -0.8425474038273055 -0.8547975135766808 -0.793109479416461 -0.8592492704241843 -0.8556825297148545 -0.8675193613266989 -0.8590499592523114 -0.5182582232913545 -0.27431516172149534 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.42051048638752353 -0.8362393321829362 -0.8340141265567417 -0.8324408707393972 -0.8316711982459348 -0.7674866245000049 -0.8349750575664329 -0.8347042656620742 -0.835238781196641 -0.8396850341924814 -0.5030359156679564 -0.2628559144069695 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.4374860723968742 -0.8447705647274122 -0.8447624426647271 -0.8391905910960692 -0.8359290968360333 -0.7689765891668384 -0.8371585159667416 -0.8374015290468627 -0.8379437557581025 -0.8336297045893569 -0.49740055536210825 -0.2699738767568684 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5562019437364341 -0.4260895643153871 -0.835145928924275 -0.8404510503794196 -0.8278440255754309 -0.8277955017060573 -0.7617466250388669 -0.829802834317342 -0.8307563467327156 -0.8291674940644845 -0.8291674704979111 -0.4938548991263767 -0.26764321976700256 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5534681629491532 -0.43329389311665073 -0.8503633761050956 -0.8309059483461465 -0.8296650454385838 -0.8322888609856498 -0.7694382787182165 -0.845668115237482 -0.8357193389000274 -0.8379545473664908 -0.8364550113612871 -0.5009034851059966 -0.26073056925132876 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1755837893007125 -0.17072958733271704 -0.16967189607098096 -0.1694953083937315 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.1684991645786294 -0.16861420468095065 -0.16872924478327186 -0.1689593252445028 -0.17147962370258926 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.17851697471697037 -0.17072958733271704 -0.16967189607098096 -0.16872924503986036 -0.16872924503986036 -0.16861420480924488 -0.1684991645786294 -0.16879079235820008 -0.16890583246052132 -0.16861420468095065 -0.1689593252445028 -0.17125129483636292 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5694102974751908 -0.4387702032813287 -0.8400039895910386 -0.8382290526572042 -0.8479215546726027 -0.8655640682745533 -0.8012116277639371 -0.8682215721499944 -0.8576511306578358 -0.8574511343209833 -0.8423365965792253 -0.4998765564930731 -0.2657263621914388 -0.27910246708152847 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5632194077493448 -0.43286501849722825 -0.8355682829458946 -0.8309289216492531 -0.8365501252116818 -0.8509065417295756 -0.7798080635886926 -0.8616212787813854 -0.8601381273207466 -0.8579619883318808 -0.8495713704066651 -0.50043080820299 -0.26294968514484646 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5611398740877751 -0.43001292953493014 -0.8399940375383713 -0.8308782917887918 -0.8314403418296414 -0.8354542836027795 -0.7688390416606766 -0.8337137104430907 -0.8309207830362919 -0.8311522037392776 -0.833410200698228 -0.5009867812452704 -0.27570350101893787 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5584305875664126 -0.434260413062067 -0.8363418123289217 -0.8330201262901884 -0.8347077170111844 -0.8310139421941503 -0.7652235031746054 -0.8456467597041879 -0.8417685875226107 -0.836124658758279 -0.8336786487546416 -0.4998210514496243 -0.2657263621914388 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5655940880698327 -0.4295429012905353 -0.8404803329671873 -0.8390558838855444 -0.8439327024073271 -0.8485555985644813 -0.7847286015651295 -0.8505582933785379 -0.8538978974877816 -0.8557835910799034 -0.845656268921292 -0.49947836300996845 -0.26593485000402406 -0.28111309326717876 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1755837893007125 -0.17072958733271704 -0.17055299965546758 -0.16967189607098096 -0.16872924503986036 -0.16996352385055163 -0.1684991645786294 -0.16879079235820008 -0.16861420468095065 -0.16861420468095065 -0.16913591310863013 -0.17312678978662405 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1755837893007125 -0.17183901860934944 -0.17055299965546758 -0.16967189607098096 -0.16872924503986036 -0.169020872819431 -0.16890583258881553 -0.16890583246052132 -0.16890583246052132 -0.16984848282419682 -0.17007856328542773 -0.17301174955600862 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5614038857822906 -0.4374193849324518 -0.8397907127732468 -0.8354507462130408 -0.8317816621535455 -0.8370064566533804 -0.7809969616560336 -0.8650658879898443 -0.8543714796247589 -0.8558053839691153 -0.8464770918935715 -0.5008905082200169 -0.26593485000402406 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5613200080419315 -0.43523580551917235 -0.8354217646994304 -0.8363587863858135 -0.8336725251759848 -0.8504266399020596 -0.7916489577207967 -0.8501025843489617 -0.848845935470459 -0.8464740660347276 -0.8380140055473466 -0.4977947375573553 -0.2699738767568684 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5504706257752188 -0.4338957098541626 -0.8493225653646069 -0.8436473903229588 -0.8365856869618838 -0.8553040359834625 -0.7940933607132129 -0.850458310973905 -0.8525300941321281 -0.8460077639491471 -0.8435620185606011 -0.5093052876853101 -0.27709183876808774 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.44870505074402617 -0.8581945806579675 -0.8526344138739502 -0.8457566056520626 -0.8420421892092838 -0.7742637287323861 -0.8403846836743946 -0.841154372140981 -0.84165924821874 -0.8431381703285789 -0.5107204383263424 -0.27910246708152847 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5356525071546787 -0.443015641135638 -0.8473631585908329 -0.8378673707548338 -0.8444824201308581 -0.8633663663003552 -0.8106844965387342 -0.8621571003075827 -0.851737879591901 -0.8484178441371132 -0.8480817777080167 -0.5096767978102766 -0.27709183876808774 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1757603771648398 -0.17183901860934944 -0.16967189607098096 -0.1700785640811671 -0.16872924503986036 -0.16861420480924488 -0.16872924491156613 -0.16861420468095065 -0.16890583246052132 -0.16872924478327186 -0.17007856328542773 -0.17312678978662405 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17664147976670924 -0.17113625540148686 -0.1700785640811671 -0.16990197640391763 -0.169020872819431 -0.169020872819431 -0.16913591292175226 -0.16931250078587956 -0.16884428501388737 -0.17054677905741994 -0.17646489240921734 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5574048550188883 -0.43090239975642597 -0.8391954837902175 -0.8330932084426041 -0.8453594588787473 -0.8596450133532524 -0.8050314129409397 -0.864950263258661 -0.845080900668454 -0.8421172931329228 -0.8378279650420921 -0.5053297959413731 -0.2699738788846587 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5575064298483293 -0.4304964619196648 -0.8395914119880075 -0.8365277227100693 -0.8484761889893557 -0.8644212363874862 -0.8022715449588029 -0.8699122588902108 -0.8679084152394467 -0.8781335849482208 -0.8477929439411567 -0.5007670396785968 -0.26764321976700256 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5552568419915563 -0.4327555415836348 -0.8397004695965243 -0.8393124553540257 -0.8527667210181632 -0.8789371468965347 -0.8140953774141813 -0.880896289045662 -0.8788296115853804 -0.887828127047722 -0.8549105338113504 -0.5071692061072997 -0.26764321976700256 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5523383704073668 -0.4279828041510147 -0.840322616461431 -0.8484411641458671 -0.8683452174688115 -0.8758015976790754 -0.812861478972868 -0.8788801701378224 -0.879215149284298 -0.8986958475114566 -0.8627389039553048 -0.5132857538907788 -0.2699738788846587 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5550938162077633 -0.42904293129655263 -0.8349384044006194 -0.8337029022019393 -0.842302403114591 -0.8597117411626133 -0.8081417922630574 -0.8802468379188984 -0.8744835659474494 -0.8569766502976074 -0.8634291555072295 -0.509087766125667 -0.27709183876808774 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17201560647347672 -0.1724222745422465 -0.17113625540148686 -0.17037019204761564 -0.169020872819431 -0.16942754082961717 -0.16890583258881553 -0.16960412869374444 -0.1713128424112912 -0.17851697471697037 -0.17928303721651848 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17664147976670924 -0.17458939727207828 -0.16967189607098096 -0.16890583271710982 -0.16890583271710982 -0.169020872819431 -0.16913591292175226 -0.16960412869374444 -0.1713128424112912 -0.17553204763575384 -0.18039246966723146 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5622855664992359 -0.4418335411163265 -0.8402632813156184 -0.8393099837170132 -0.8514988551081453 -0.853909844542145 -0.7767496214326834 -0.8581788480301493 -0.8440799614237607 -0.8422561590362773 -0.8417400387207874 -0.5072671568739431 -0.28111309326717876 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5532279303946079 -0.4382652394225745 -0.8661703571314329 -0.8429498219146975 -0.8302244508814315 -0.8381927652644907 -0.7668665921983615 -0.8379752873960128 -0.8356480345643922 -0.8365637755947194 -0.8351916922598983 -0.4999930253063109 -0.271984505070309 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5529585471031263 -0.4382337514309632 -0.8656325416020246 -0.831950923865369 -0.8349757105004074 -0.8321842227102603 -0.7696496721447551 -0.8435250547368525 -0.8447620145802601 -0.8414231927835346 -0.8425095354134583 -0.5115416284372838 -0.28111309326717876 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5585676427130615 -0.44006611234635484 -0.8591820812938098 -0.8416685548378899 -0.8329524407378455 -0.8327271765684303 -0.7612286701111264 -0.8277945745612241 -0.8299186939310699 -0.8302034484244053 -0.8374481018372131 -0.5098497029018886 -0.2988837486005504 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5647982931606788 -0.44659913040479887 -0.8613357105424254 -0.8388180471919013 -0.8339519145237512 -0.8305204795129281 -0.7625080060006691 -0.8289848941470814 -0.8284911866262648 -0.8267414464953186 -0.8288763130791151 -0.5040240220285875 -0.29915585295136665 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.18073583844431568 -0.17183901860934944 -0.17055299965546758 -0.16967189607098096 -0.16890583271710982 -0.16861420480924488 -0.16861420468095065 -0.16913591292175226 -0.16872924491156613 -0.16931250078587956 -0.17142788251361235 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17219219433760405 -0.1700785640811671 -0.16890583271710982 -0.169020872819431 -0.1701936041834883 -0.169020872819431 -0.17037019204761564 -0.16913591292175226 -0.16948908846312905 -0.17142788251361235 -0.17928303721651848 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5801292017183485 -0.4632172053866792 -0.8703064140847854 -0.8391106782210845 -0.8340005924995219 -0.8293306359566288 -0.7621053222017049 -0.8279190232752237 -0.8272900025454666 -0.8289432355162997 -0.8286704421303588 -0.498534479761006 -0.2989190477147058 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5805310896619703 -0.45379236063789086 -0.8435643258628162 -0.8355672713910569 -0.8283874273624995 -0.8291367371955198 -0.7664088353945273 -0.8435319696548089 -0.8444209240159548 -0.8358562366682462 -0.8335932982132572 -0.500133033031081 -0.295635604694151 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5562677614519776 -0.44064860272474576 -0.8459863299671789 -0.8325876857695135 -0.828139795528658 -0.8306463362282281 -0.7664021714931467 -0.8283234225476508 -0.8278121043511707 -0.8295753567175841 -0.8286098414001952 -0.519124064967886 -0.29639262800671057 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5625376040626376 -0.4418960618811221 -0.8408576508734346 -0.8355101891512109 -0.8331149261137574 -0.8329578818522355 -0.7675713609215317 -0.8373547642991924 -0.8383408931953026 -0.8378942375748419 -0.8383666203349327 -0.5057283413517392 -0.27910246708152847 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5601796020175323 -0.4405765113359848 -0.8404304847348162 -0.8319867318135343 -0.840388925740424 -0.8282314988447667 -0.7660737441385882 -0.8340618631830186 -0.834025239813104 -0.8310797254480107 -0.8298631693856481 -0.4993678096429062 -0.29902636321484233 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17851697471697037 -0.17072958733271704 -0.16890583271710982 -0.16908242039435925 -0.16919746049668044 -0.16890583258881553 -0.16879079235820008 -0.16890583246052132 -0.16913591292175226 -0.17219394501316057 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.17745928307689304 -0.1700785640811671 -0.16890583271710982 -0.169020872819431 -0.169020872819431 -0.169020872819431 -0.17037019204761564 -0.1713128424112912 -0.16960412869374444 -0.17406943964366411 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.41662973202817805 -0.40806950126325003 -0.43232114974092084 -0.40806950126325003 -0.432482768579729 -0.42034201144878247 -0.4377422436760167 -0.6067735613177107 -0.502923378736245 -0.8655530200081093 -0.8511187488986691 -0.8367453792396952 -0.8381909693387432 -0.7710970081661881 -0.8371136491338622 -0.8295512913877843 -0.8291901007023397 -0.8296284532370187 -0.5053351826510861 -0.3021974954137532 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5735041339345984 -0.4534578550265861 -0.8525024731352051 -0.8363622801782046 -0.8355440733473819 -0.8484062447426809 -0.7914148592113273 -0.8630376271403379 -0.8574140797136451 -0.8477722912224794 -0.8393616030331118 -0.5029110728612362 -0.29858343680680355 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5662498218968811 -0.4477275076600038 -0.8482234222900339 -0.8436969094011136 -0.8615242958962321 -0.878722975536402 -0.8169179574901776 -0.8817372751018872 -0.8747288218745991 -0.8703207480129356 -0.8605346350099753 -0.5175721827778098 -0.29644983106158473 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5551646035668502 -0.4397967399521501 -0.8482598131062548 -0.8337356815659095 -0.8340895618795915 -0.8317775932868603 -0.7642534706576374 -0.8314785938351505 -0.8372676282311448 -0.8361395842360557 -0.8330147035219991 -0.5109751711387208 -0.2945441645721844 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5558378543529372 -0.4409208444950672 -0.8589876128730652 -0.8333532091265626 -0.8330610354734104 -0.8285277788818709 -0.7616485599064363 -0.8283455740280041 -0.8283623492865804 -0.82882380142373 -0.8307069498757252 -0.5093334801832547 -0.29895519681604643 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17851697471697037 -0.17224568667811918 -0.1700785640811671 -0.1700785640811671 -0.16919746049668044 -0.16931250059900171 -0.16931250059900171 -0.16960412869374444 -0.17253731379024476 -0.17517887209437705 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.32030772857412343 -0.29604945887639406 -0.4167683409976077 -0.404660080269822 -0.2007218553139885 -0.18395717067658096 -0.16967189607098096 -0.16890583271710982 -0.16879079248649434 -0.16879079235820008 -0.16890583258881553 -0.16931250059900171 -0.1713128424112912 -0.1766414789123862 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.4045696179484133 -0.41678782547443116 -0.42031295229125365 -0.4202545184871807 -0.43252875577740607 -0.43275702415371686 -0.4205025896734274 -0.46256348312613327 -0.6110697970102307 -0.7128418077643234 -0.8657908803565183 -0.8534554495824476 -0.8405440981122216 -0.8339560040247895 -0.7663147215865522 -0.8312497100990642 -0.8320322892829941 -0.831884128533596 -0.8315421775441224 -0.5090279246852136 -0.5173120211814298 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.6047013459094293 -0.7066990667083308 -0.862216925807719 -0.8512882955943123 -0.8416199458811897 -0.8412301672388869 -0.7781503850074197 -0.8387431542526792 -0.8453439891819109 -0.8425400910212432 -0.8380570079081753 -0.5107161777403855 -0.5133901661347827 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5861565635440322 -0.6747730266733502 -0.8746510463281337 -0.8511800866716349 -0.8376615803627712 -0.8312190810149703 -0.7639405441463366 -0.829760490690637 -0.8301219898143257 -0.8301182878926348 -0.8351424548190295 -0.5116134970250685 -0.5120470510806225 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5745249209024442 -0.6652190766716456 -0.8723515346416355 -0.8408241755591529 -0.8305608559841287 -0.829757907059166 -0.7630503510382134 -0.8292882492368777 -0.8292958795057866 -0.8296838573737906 -0.8348720863967702 -0.5273356855392384 -0.5112265414282632 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5787141951984821 -0.6687161183316382 -0.8529946445606833 -0.8384462522459672 -0.8327972978199462 -0.8291241187892815 -0.761500745691032 -0.8283680320677596 -0.8275288358248392 -0.8286712307865663 -0.8335982587731131 -0.5093871683333293 -0.506129935100493 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17389110091710244 -0.17183901860934944 -0.17183901860934944 -0.16890583271710982 -0.169020872819431 -0.16879079235820008 -0.16879079235820008 -0.1690208726911368 -0.17007856309854988 -0.17517887209437705 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17389110091710244 -0.17072958733271704 -0.16890583271710982 -0.16890583271710982 -0.16890583271710982 -0.16879079235820008 -0.16879079235820008 -0.1690208726911368 -0.17048523129561388 -0.1777509113630992 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.567661108576189 -0.6592406920486962 -0.8718164926304304 -0.860015903619533 -0.8386345751213481 -0.8350221864556941 -0.7682901516111829 -0.831937681068064 -0.831101160799224 -0.8313956584220125 -0.8362867053639225 -0.5191980887702167 -0.5157734044394976 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5890224599531667 -0.6723546223051327 -0.8622553212381503 -0.847042464451847 -0.8373052829508884 -0.8317421410947808 -0.764996462977366 -0.8296690965597205 -0.8294830707751855 -0.830070444577743 -0.8354106259672359 -0.5115603677483757 -0.5124730935691179 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5857272646936695 -0.6710390504227132 -0.8575477400856257 -0.8435382233998517 -0.8335580724444613 -0.8296872859520601 -0.7629363729311919 -0.8280836295851719 -0.8299882254421972 -0.8319224504546637 -0.8363743192646093 -0.528582390145475 -0.511784209458803 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5603771628233314 -0.6541461815844356 -0.8754116967110255 -0.8632187069872338 -0.8384469635670322 -0.8353578267514439 -0.7678534965890664 -0.8312347354086496 -0.8318806946514283 -0.8385062679892382 -0.8548628781714929 -0.5247209983064735 -0.506998588624582 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5802164849545707 -0.6706985951796781 -0.8613099823067949 -0.8432358392038998 -0.8372639536763946 -0.8346818447809503 -0.7628769863376939 -0.8308628852537772 -0.8289004361489392 -0.8300757991691318 -0.8338294175753271 -0.5204668060674811 -0.5063394139235999 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17962640599360272 -0.17224568667811918 -0.17224568667811918 -0.16890583271710982 -0.169020872819431 -0.169020872819431 -0.16913591292175226 -0.16913591292175226 -0.17113625454716383 -0.1764648910482589 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.4167436476240506 -0.39239705339758735 -0.2058620211686306 -0.17224568667811918 -0.1700785640811671 -0.17037019204761564 -0.16919746049668044 -0.169020872819431 -0.16931250059900171 -0.1690208726911368 -0.17007856309854988 -0.1764648910482589 -0.39239705339758735 -0.4045948506354444 -0.404617690143713 -0.4170400011692917 -0.41717054665609243 -0.4090378524251377 -0.4204262604538412 -0.4328864968974017 -0.4331313053979349 -0.42491647622468215 -0.42505475716962954 -0.4632039588319756 -0.6169145756989516 -0.7177807397361665 -0.8825627879353553 -0.8542044933134957 -0.8504305746105595 -0.8423407909781775 -0.7791954264376193 -0.8472770306144057 -0.8451658101376421 -0.8455841131190314 -0.8384042960046749 -0.5107862845134904 -0.5140829732549334 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5790119702391331 -0.6693769074009008 -0.85951832206922 -0.8461389195638228 -0.8490664933007981 -0.8639634771614377 -0.801608036600378 -0.8696716040532895 -0.8683546478420564 -0.844273569720669 -0.8407301946788729 -0.5228545980152025 -0.5058807203668083 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5765767137441642 -0.665919356776764 -0.87385567446159 -0.8435162449707807 -0.8344060943730112 -0.8317263981767764 -0.7688651041328367 -0.8327340038967836 -0.8293745734285408 -0.8454641953316637 -0.8353065507641886 -0.5241017301132505 -0.5110790891767294 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5821758078633029 -0.6694310997496523 -0.8825398623836336 -0.8746065778588286 -0.8478777260325084 -0.8339360750232813 -0.7674865931743231 -0.8301988419941932 -0.8299993088383915 -0.8341300440511128 -0.8569563998691472 -0.53135510820288 -0.5171074264259353 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5960996241423381 -0.6925823181162184 -0.8686940618700315 -0.8575466732806177 -0.8381918343593971 -0.8370139140540968 -0.7748277236538885 -0.8420692409262519 -0.8359291059120971 -0.8360021729915708 -0.8339658681250341 -0.5168378097354572 -0.5138637550575526 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17962640599360272 -0.1719540587116706 -0.17224568667811918 -0.16890583271710982 -0.16919746049668044 -0.169020872819431 -0.16931250059900171 -0.16931250059900171 -0.1742460273209136 -0.17851697386264737 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.39239705339758735 -0.17740754226625743 -0.17183901860934944 -0.1720690988139919 -0.16919746049668044 -0.169020872819431 -0.169020872819431 -0.16931250059900171 -0.17253731379024476 -0.17851697471697037 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.586827328410361 -0.46110546767367355 -0.8528746953327974 -0.8368963226912793 -0.8316406746927182 -0.8317718857623966 -0.7696078257097922 -0.8461792779691382 -0.845277311969505 -0.8611517828080392 -0.8809551010637087 -0.7421090328582607 -0.5196361197611128 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5921587668925882 -0.4798224675128734 -0.8655038683081223 -0.8573555720698209 -0.842130794477904 -0.8345363834954012 -0.7688349312072262 -0.8347746819655373 -0.8368906800363339 -0.8369725197840489 -0.8818429520364649 -0.7434885204071718 -0.5193043862344545 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5875218425735214 -0.4679102479366307 -0.8700505743405661 -0.8507570730643708 -0.8477567055856592 -0.839484259676397 -0.7680002720121836 -0.8409500773950739 -0.841965496908116 -0.8409725312151121 -0.8768440596213225 -0.7418744011663335 -0.5174789088284398 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5875183085592488 -0.45783756708517814 -0.8519211193573998 -0.839443063523206 -0.8328764677413926 -0.8328280854335244 -0.7641891242857437 -0.8297297959392209 -0.8338776084168066 -0.847655483845776 -0.8715935095503128 -0.740273478251138 -0.5135401274425417 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5752542360300175 -0.4555656437010273 -0.8674922619225307 -0.849587413522575 -0.8445115649884186 -0.8328194939179889 -0.7652420498740231 -0.8326493149282562 -0.8324818560374248 -0.8513894538212169 -0.8806801537556338 -0.7413815183168571 -0.5144424172988554 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.1815019009438639 -0.1720690988139919 -0.16996352397884584 -0.16890583271710982 -0.169020872819431 -0.16931250059900171 -0.16931250059900171 -0.17113625454716383 -0.17406943964366411 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.41669182428102103 -0.39239705339758735 -0.41694788588987275 -0.4047074479202323 -0.4170615995460256 -0.30844971546283145 -0.32074641201384657 -0.308512555061715 -0.32102700770026127 -0.30859097697100046 -0.30845522925043023 -0.41745392799573416 -0.20279094490019894 -0.18441432696427704 -0.1842288354502085 -0.1844914554454742 -0.18115061253077408 -0.16890583246052132 -0.1690208726911368 -0.16913591292175226 -0.17253731379024476 -0.1895843276218288 -0.4046020043835943 -0.39239705339758735 -0.40463872127645706 -0.41673206952074515 -0.4046846458895602 -0.39239705339758735 -0.41695913523377065 -0.4203776430363253 -0.40806950126325003 -0.4325111163562833 -0.42038234755012244 -0.42029043349259715 -0.4622101025701917 -0.6071567686458454 -0.4961931725726158 -0.8961081215950539 -0.851893894507191 -0.8545217380885262 -0.8504687169662174 -0.7765909092534616 -0.8359985503869202 -0.834876082128039 -0.847028436266814 -0.8828061842085564 -0.7463362582910134 -0.521996919583746 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5897826216157399 -0.45807299382726324 -0.8482978459786573 -0.8376627466885977 -0.8364662881931636 -0.830892051793862 -0.7642753360423891 -0.8295288241780531 -0.8336587959640221 -0.8420092564054766 -0.8709531059167277 -0.7401643122257971 -0.5138506670164997 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5948960226251574 -0.4708750673663562 -0.852014463650205 -0.8475182395450447 -0.8365259806613701 -0.8326777867343838 -0.7628331626593395 -0.8400327541636469 -0.8375935416944147 -0.8413852418822372 -0.8701730484637084 -0.7395542463880149 -0.5143086581490871 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5717591244635192 -0.451737060739966 -0.861632435103049 -0.8344141313154418 -0.8360494617918559 -0.8355056565326044 -0.7682449290752874 -0.8455472563048264 -0.8490526719548355 -0.8525694203304789 -0.8826348431730024 -0.7430286585850631 -0.5069069983426772 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5876455384232628 -0.4644521170775371 -0.8798148933840211 -0.8511497001208679 -0.8359794411383925 -0.8401851413159842 -0.773062716088449 -0.8353306281489327 -0.8357680943797364 -0.8535999436999412 -0.8782842170393678 -0.7448881835796441 -0.5191502901149931 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.20269384442400926 -0.18286287373753313 -0.17375634718697358 -0.169020872819431 -0.16890583258881553 -0.16890583246052132 -0.16890583246052132 -0.1710729541445668 -0.1720690969770517 -0.1803924684931509 -0.40050315541104403 -0.4046253693802514 -0.4087990508106988 -0.40468505040535024 -0.4049139771145108 -0.4050126389536124 -0.4051546773617189 -0.32103285310548674 -0.3212497160110324 -0.30880568907251377 -0.32110550517214104 -0.32138561066640947 -0.30885343934921217 -0.41747166847276407 -0.206856931130151 -0.19335663643007606 -0.18464839892010548 -0.19471934680681977 -0.19364451409123543 -0.18134347364439202 -0.16931250059900171 -0.1854959740392561 -0.1983776916615255 -0.19379372277775453 -0.40464827281612914 -0.4169459701496672 -0.41712852809340695 -0.40484066750163283 -0.41721630033463686 -0.40487136162381654 -0.41724652556818276 -0.4204071057696695 -0.40806950126325003 -0.43250904203121127 -0.42047507272773904 -0.43284414448915465 -0.45017945293456135 -0.6106860562480717 -0.5027205134075563 -0.8855627831092886 -0.8586337655117103 -0.8509350943287006 -0.8352885706732017 -0.7739145253019749 -0.8422896165885054 -0.8586328877888444 -0.8713320323913453 -0.8829872517090127 -0.7456868486859566 -0.5244818691693571 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5995107476633049 -0.48676562362381665 -0.8785126025094198 -0.8583725656203822 -0.8483873800222155 -0.8359924835970342 -0.7686680172509107 -0.8340514282678868 -0.8352947376923814 -0.8635245973062022 -0.8839080235353396 -0.746100073653199 -0.5204586077184525 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5966307731869614 -0.4802230706428249 -0.8670557512441505 -0.844402549001859 -0.8422172375466758 -0.8362207061176342 -0.7684961004151682 -0.8335373466060039 -0.8346942747625102 -0.846980430052882 -0.8834036067851151 -0.7461997996998333 -0.5198747673484692 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5977375511692614 -0.48574544077056864 -0.8677549925651031 -0.8549396838504913 -0.8391587153127257 -0.8348429530490312 -0.7701119417999538 -0.8351792923395169 -0.8425861715438069 -0.8509565557823232 -0.879229988199924 -0.7469963299278132 -0.5187148289360173 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4324282022669669 -0.45012214594627714 -0.603286224498811 -0.4953617361802888 -0.8675336507524654 -0.8474901286115798 -0.8393711747093171 -0.8344795618960468 -0.7668393035236721 -0.8355717914629209 -0.8402324451771119 -0.8519410828926294 -0.8781568030004718 -0.745749462934483 -0.5158477895607111 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.32041428945446576 -0.30839894255042716 -0.30831908030332483 -0.41721922457004706 -0.20451301985673306 -0.18612065418363646 -0.18576471559470198 -0.1697869361733022 -0.169020872819431 -0.16890583246052132 -0.16890583246052132 -0.16919746036838623 -0.17283516033092283 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.40453001261753946 -0.39239705339758735 -0.4045531514476759 -0.4045803957170283 -0.4166838360280127 -0.29604945887639406 -0.30822544867717844 -0.32031044776976686 -0.29604945887639406 -0.32032487640380464 -0.29604945887639406 -0.416671868240718 -0.1815019009438639 -0.19957344815299016 -0.17183901860934944 -0.16996352385055163 -0.169020872819431 -0.169020872819431 -0.16919746036838623 -0.16913591292175226 -0.1766414789123862 -0.1815019009438639 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.39239705339758735 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5849474645538322 -0.4720064291689748 -0.860339604695654 -0.8504662823033716 -0.8346763832328118 -0.833273514443012 -0.763818896377287 -0.8309954582642838 -0.8598162050352093 -0.8787697097364863 -0.8793090717608459 -0.7399173455547758 -0.5146745734434447 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5862519128798462 -0.4607271144997509 -0.8827584134478897 -0.8503652533000541 -0.8387082644503774 -0.8394581272475413 -0.7694154595221452 -0.8361547285564204 -0.8394951294213475 -0.8715150842082866 -0.8835590870749019 -0.7455979121171435 -0.5198773046050484 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.6015624809200657 -0.490206128482526 -0.8805932951307187 -0.8473862100055383 -0.8422418921852014 -0.8389309104592796 -0.773867122414443 -0.849783557366271 -0.8485520831442475 -0.8655453004499573 -0.8838263897881186 -0.7463321440558432 -0.5191042948510363 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5963695808240501 -0.4846869665296173 -0.8790649383597922 -0.8582004981196854 -0.8568051832462392 -0.8514643354233424 -0.7836118419928196 -0.8495625174653563 -0.8540973813042443 -0.875964544910765 -0.8845042551459125 -0.7468390152854248 -0.5217582680647513 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5811605656536385 -0.6807968310084291 -0.8570873292143395 -0.8578648643704476 -0.859781537864975 -0.8536643226981414 -0.7653121566483593 -0.8332412596234039 -0.8469208357419905 -0.8624162555290383 -0.8824484957011487 -0.7442745465483688 -0.5200456220700982 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.39239705339758735 -0.4166743215043295 -0.17962640599360272 -0.19892157175986586 -0.1701936041834883 -0.19341153933073285 -0.16919746049668044 -0.16931250059900171 -0.16960412869374444 -0.18631214812208377 -0.20620466120036016 -0.4174357976920868 -0.40511386601297406 -0.41746300106298806 -0.4176861402113427 -0.40944762963168374 -0.40963304543358103 -0.41809135725993796 -0.3132461866144602 -0.31325063654822005 -0.32166174888858823 -0.31326955329473644 -0.3134405690015377 -0.32181291855917055 -0.40552520030256234 -0.41789056379136313 -0.2005707258879639 -0.19419361013176137 -0.18376367046781952 -0.19482265167928814 -0.19412181053929092 -0.1861487822625195 -0.18359628563421004 -0.2003493448793146 -0.20735250271169076 -0.4057513649234722 -0.4184765021609956 -0.4062462842217662 -0.4188022488692882 -0.410122921090387 -0.41922452255931847 -0.4062199869711227 -0.4339881607842909 -0.42883579981663755 -0.42841810857752216 -0.42595441471227774 -0.4343203254210947 -0.4515769672118199 -0.6136918501874082 -0.7226788237589405 -0.902188290026168 -0.8743686910597243 -0.8643687864547275 -0.8566879710728916 -0.7784589410712124 -0.8427997374679626 -0.8488224568488172 -0.854750549944621 -0.8860711157373926 -0.7548235417196792 -0.5429920014538823 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.4203026973901921 -0.43266351335297226 -0.4247731546432675 -0.424893803387583 -0.46284381922586465 -0.6182062826525729 -0.7180105092098783 -0.8928532594302914 -0.8656782610316099 -0.8623936782659564 -0.8482070570346774 -0.7807999150236236 -0.8478653716940053 -0.8598589982746278 -0.8671364654396804 -0.8957397799405492 -0.7595722570579508 -0.551194869749086 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.43234483315518685 -0.42029638489990817 -0.42040551255174685 -0.43332390720287417 -0.43359013235235105 -0.45058089155571673 -0.614162578954953 -0.7163338745215608 -0.8909941896964453 -0.865810287206309 -0.8485744327019094 -0.8478696426758663 -0.7820936812337979 -0.847607061221315 -0.8513127828082525 -0.8750917079045443 -0.894443317391171 -0.7587431858104329 -0.5489594153494919 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.41256431515625486 -0.4174161510079423 -0.4250049050275988 -0.4253152388983237 -0.4337658138083892 -0.42436102650572166 -0.4212205119850542 -0.4649389955032849 -0.6313890491449247 -0.7224179470225298 -0.8892055913170439 -0.865056034751034 -0.849394924308835 -0.8487988789338394 -0.77844935614519 -0.8452347953918498 -0.8451362164311113 -0.854154951535987 -0.8943684703980012 -0.7586006486211158 -0.5466877904894333 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.4125920901750478 -0.41703545486203275 -0.41651537275798206 -0.4207390802892965 -0.4213589440562309 -0.42179731058303793 -0.4353126501326545 -0.45569905134405114 -0.6275576470633295 -0.7222548635574157 -0.8994603964300169 -0.8634029106773863 -0.847298138989792 -0.8458994930816532 -0.7804881325281783 -0.8469006911206097 -0.8590322821184531 -0.874991597330139 -0.894036383430881 -0.7576507567256205 -0.5443717105479773 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.4166565796927738 -0.3083901449739706 -0.30836127265724655 -0.3211449920147209 -0.32147514135202193 -0.30900823974275865 -0.30893639156112457 -0.4186434707108559 -0.4056639290476105 -0.199552542366584 -0.18349292462400438 -0.1946300690066965 -0.1822307108129397 -0.19536885400250725 -0.18585865349829053 -0.19570095227328727 -0.19062928696516288 -0.20284573378406187 -0.42125340721113863 -0.41193777523613484 -0.4221239857978061 -0.4125800933508062 -0.42111048647438276 -0.41313996942840847 -0.4215883930446965 -0.31709418770835945 -0.3257125740912674 -0.32188081837144866 -0.3201429656157031 -0.3275495082560592 -0.3177360422046505 -0.4222668456876435 -0.42026969343332 -0.19715234051336797 -0.20014496741838286 -0.1906849039228813 -0.1895031078862995 -0.18735379120062667 -0.18208437774522798 -0.19007060731302 -0.19074452999674527 -0.20252241991030298 -0.4141461272076966 -0.4220156472281047 -0.4121673772538432 -0.42293626027950687 -0.41725737031406046 -0.41575747571976557 -0.4238673419319491 -0.42865823225096006 -0.4391666961871651 -0.4295046693943278 -0.4400934190203696 -0.43040217453336915 -0.4704488324481452 -0.634803033123323 -0.7236719995328799 -0.9163375561029367 -0.9092995331308625 -0.8721125265737968 -0.8643170493123241 -0.794503650837539 -0.8558054401945576 -0.8538543356786599 -0.8595128041343082 -0.8942215526012108 -0.7712320433558345 -0.5511630639732052 -0.49200824572090235 -0.4507873366495219 -0.4586136741180235 -0.4229603272229621 -0.4055526914970281 -0.42608205702426855 -0.42189717426147694 -0.4270933544027375 -0.4363591961610409 -0.4267234822293032 -0.4660812813421234 -0.6348197358517303 -0.7231739999338216 -0.9236567911067297 -0.8817775537039871 -0.8641360671041435 -0.851820338908011 -0.7842766995956003 -0.8468795898078978 -0.8603434311010452 -0.8758618342943516 -0.8944285191917453 -0.7570542461024415 -0.5462778243583479 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.41669603733609883 -0.42027502274361545 -0.4202410656309824 -0.4325337071094466 -0.4163783681365568 -0.43282707822341027 -0.4461642083115695 -0.607775481016455 -0.7134300671419853 -0.890298285913705 -0.868794008983086 -0.8540518475780597 -0.8400939585481431 -0.7707985435131627 -0.8425580156811678 -0.8544003928036664 -0.8670380553038787 -0.886029521632788 -0.7481583966214238 -0.5231871598243089 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5907965683892918 -0.6777716743658699 -0.8854404669821042 -0.8563539605311582 -0.8491278654746445 -0.8396318343389116 -0.7727794567450422 -0.8387740045161254 -0.8502918797382724 -0.8706405906559733 -0.8826197196267677 -0.7440916282110567 -0.5187654643999117 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.596507191688457 -0.689078117931985 -0.8746530505319726 -0.8590735928460721 -0.8516727816459884 -0.8354712046540085 -0.768139928141166 -0.8344100376038042 -0.835601794496071 -0.8539842612409655 -0.8831452264115488 -0.745052360076232 -0.5164249995856661 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.29604945887639406 -0.41685285724031845 -0.39239705339758735 -0.18623677529129054 -0.18404723518449273 -0.1780098491788915 -0.16931250059900171 -0.17095791391395132 -0.16908242013777075 -0.1710729541445668 -0.17283516033092283 -0.19128054408506556 -0.4047189538662264 -0.40892454969989417 -0.404767759325973 -0.4049955006613605 -0.4050883977524478 -0.4052285993264237 -0.4178389886331696 -0.30914096544017755 -0.32148441961963253 -0.30924168824346654 -0.3216487042861341 -0.3128443349628447 -0.3090365613484428 -0.41869803766699015 -0.4097162782119382 -0.1912692068951974 -0.18739634753482157 -0.18616029154813948 -0.18371734559427827 -0.1813162369145836 -0.18543224526612137 -0.18448296651075183 -0.1897726878023281 -0.20064006459519992 -0.41181450051328655 -0.4119500638096027 -0.4118400610870155 -0.41205163675325723 -0.4120367487117176 -0.41217989698210833 -0.41209382592718424 -0.42542735877637006 -0.43364157416375 -0.4251132883142817 -0.42524493338557506 -0.43348917747391497 -0.45468415345471247 -0.6238276534820928 -0.7184319859953352 -0.9190153891453475 -0.892198328544187 -0.8616272628032549 -0.8465855873157458 -0.789234839748244 -0.8543240954788561 -0.8594752442188667 -0.8752830880660651 -0.8865182639714098 -0.751080950529917 -0.5335191341788326 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.606843591560763 -0.7088457380348007 -0.8865329234964765 -0.8579001455174525 -0.8466301361089013 -0.840139973761645 -0.7722375165011665 -0.8366651095374639 -0.8563012251346216 -0.8738437540431839 -0.8852885939985861 -0.7488508003976675 -0.5235539751040827 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.6073927731220441 -0.7103546481764199 -0.8720438603854336 -0.8682279261901984 -0.8533514389426443 -0.8462740955188631 -0.7752507106390589 -0.8444711158349231 -0.843015984283446 -0.864948355502104 -0.8850812050117083 -0.7478287072909311 -0.5240650393143356 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4377422436760167 -0.5983164704962767 -0.698014035616531 -0.8905926532180399 -0.8569556564447792 -0.8444725473276483 -0.8400673750917069 -0.771705182800452 -0.8370078653444041 -0.8453117246666947 -0.866435618165153 -0.8868789712265219 -0.749673613174226 -0.530561038948689 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.40806950126325003 -0.40806950126325003 -0.40806950126325003 -0.4329831209217456 -0.4334069148050079 -0.45067550718704685 -0.6254363970547877 -0.7191646609222542 -0.8962100370339249 -0.8654373048939585 -0.8505415217725338 -0.8460087240473111 -0.7789531625127292 -0.8412408718628832 -0.8426218565803003 -0.861338121472925 -0.8908271234745908 -0.7566275147204212 -0.5448278222138695 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.39239705312401923 -0.30830314404674075 -0.30835735005905424 -0.32105333414455434 -0.32134452705261124 -0.3131205965328091 -0.3132314348135491 -0.4179412315627017 -0.4053729188503903 -0.2028701230303389 -0.19709138864665113 -0.18655834307087396 -0.1853418913492947 -0.18129401956476104 -0.1811668557639811 -0.19429257401977057 -0.18937282507703831 -0.19800680734986864 -0.40907118452242813 -0.40488341254573085 -0.41732367240557294 -0.4175163226120021 -0.40931770103970827 -0.40936855587256527 -0.41776408749316263 -0.30892558089311056 -0.3213074871052308 -0.3215389646431421 -0.3091127412519558 -0.3215143870171506 -0.32191163598437367 -0.4057078023970062 -0.4180944071900808 -0.1870294660624886 -0.19701078911745512 -0.18021714098127928 -0.19361019539217586 -0.18111215280042264 -0.1815875115952499 -0.18465493484055084 -0.1986894712850028 -0.19385333977813574 -0.40491234710643575 -0.41727079688496344 -0.41746942814793164 -0.4091778787819944 -0.40486517951947365 -0.4171544549856035 -0.41758752655930104 -0.4206100286489866 -0.43294400737508215 -0.4248597136678602 -0.42521407768677544 -0.433737871729906 -0.450857147058174 -0.6142056582042197 -0.718152257466248 -0.9255282137502988 -0.8818280409393445 -0.8666686886239859 -0.8537435414449616 -0.7824483998555851 -0.8473637962809221 -0.8532137322923607 -0.875577078072547 -0.8959810537364543 -0.7658730671860476 -0.5552937754108002 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.4127037020114839 -0.40517326416449906 -0.4215133539484294 -0.43573185922215274 -0.4281643469425257 -0.4289403130605685 -0.4361115880758877 -0.4590662527775825 -0.6343681025315153 -0.7234140199647592 -0.9269187124257872 -0.8800432957099634 -0.8565725014746614 -0.852079940949252 -0.7826746456054806 -0.8482665931177258 -0.8559661850092626 -0.8631259613706944 -0.8973490402395556 -0.7643819533724395 -0.5560702550884914 -0.49200824572090235 -0.4528858103086779 -0.454207724530632 -0.42166348271803666 -0.4086362607052278 -0.4215877431072751 -0.43666685829023266 -0.4283180804915732 -0.4291815630987343 -0.43567296975703607 -0.45862731275647345 -0.6328542717848699 -0.7227797472683148 -0.9112103767314991 -0.8683577595227634 -0.8557500012039864 -0.8485475113956665 -0.7799659521386436 -0.8446057762632236 -0.8488196723904878 -0.8622463941402693 -0.8920637281067101 -0.7601949123752427 -0.5499642709651245 -0.49200824572090235 -0.4459145186386834 -0.4541123959563684 -0.42139899270991976 -0.40539823018647836 -0.4208105838522066 -0.42173049814358227 -0.4353558603663564 -0.4277119230244168 -0.4253854014629779 -0.46529957286402585 -0.6339651031887711 -0.723344042983668 -0.9129127285563716 -0.8830218803866856 -0.8574599990758139 -0.8514465670069782 -0.7836465324089786 -0.8477842815803807 -0.8490940655409109 -0.8617791711614959 -0.8979699473562444 -0.7666263316448184 -0.5611091584614989 -0.49200824572090235 -0.4564593404416635 -0.4585775172044604 -0.4236941130378919 -0.4086112057496128 -0.42388984801925356 -0.4342567505498921 -0.43453108913451755 -0.42504132129417815 -0.43516130235207157 -0.4557244187253421 -0.629515893813973 -0.7220588864334685 -0.8997224227383359 -0.8627168337972071 -0.8493701243995496 -0.8471174635955736 -0.7825357158273885 -0.847159560278851 -0.8443859332965159 -0.8697418997687433 -0.8938289748810015 -0.7581143167405688 -0.5436875539482655 -0.49200824572090235 -0.4459145186386834 -0.4459145186386834 -0.40440743770756776 -0.40454704494465055 -0.29604945887639406 -0.30829462362684323 -0.32085157671904424 -0.30891108828570174 -0.3131711729502153 -0.32162658063848254 -0.40531307051663296 -0.4180814611616557 -0.2054053957508871 -0.18516712597417326 -0.19518469456328902 -0.1940563986301766 -0.18570196966779634 -0.18150925937844814 -0.1941765379059267 -0.19923237025700102 -0.19327296411076308 -0.4181439098925793 -0.41835062336774426 -0.4055349451178228 -0.41783127712149143 -0.4183969022110353 -0.405703682411953 -0.41803658748636163 -0.32269617362010566 -0.3096694973857971 -0.32213509092610787 -0.31382155937896816 -0.3228275601955415 -0.30985932147124945 -0.41870874206800973 -0.4108435103350653 -0.2041665965563479 -0.18530394643925932 -0.19419128349717873 -0.19432548131345231 -0.1857951718987131 -0.1859148815836041 -0.19449820400472714 -0.1855226470754181 -0.20726861099916685 -0.4192432472205263 -0.4100287920596064 -0.41931517000608315 -0.41060457871439987 -0.4202744613917022 -0.4111029307660332 -0.4201679490117292 diff --git a/example/run/baseline_scenario/opendss/profiles/load_6.csv b/example/run/baseline_scenario/opendss/profiles/load_6.csv deleted file mode 100644 index 74f06cd..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_6.csv +++ /dev/null @@ -1,8760 +0,0 @@ -4.872336925457942 -4.696831760375288 -4.623922429319822 -4.865119145794555 -4.695880991832541 -4.622205908771963 -6.227680077065551 -6.053268483427711 -2.883568015821723 -3.021773961508256 -2.759491066264706 -2.9811600451250846 -2.9734381515709325 -2.6598692813756086 -2.9977975784906845 -2.880279948079042 -2.9887684754415096 -6.222948881418438 -5.981907457990005 -6.2196936227393245 -5.986022844024537 -6.221988903503356 -6.055717067019023 -5.982576392938513 -6.523050010670436 -6.35216703897097 -6.277765895770936 -6.520934391873045 -6.285264337688627 -6.959803641159438 -9.834008304005964 -11.120542407905322 -13.87496112594268 -13.208888045846008 -12.84485081457635 -12.623354409141042 -11.640344496455343 -12.538690660893636 -12.61101714013702 -12.806937502324825 -13.229913357201518 -11.19815921405906 -8.03002885270601 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.497664092450271 -6.185525600650788 -6.703664556343176 -9.370737235732314 -10.980192602332872 -13.357147010815464 -12.852847982069472 -12.65113244173246 -12.570823793424935 -11.573508733280605 -12.547024573548777 -12.61278997053133 -12.968245932746324 -13.200034465716923 -11.217562193538516 -8.08625439968758 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963433883488303 -6.259778707932564 -6.499286894488667 -6.271602828399611 -6.39350983840873 -6.401675601106537 -6.8421573582664825 -9.579809467339276 -11.137274553681568 -13.358143174794654 -12.82580185299819 -12.678029433898772 -12.606091390405266 -11.591483464297324 -12.539107935374354 -12.615165015875991 -12.759615328740724 -13.215045861941478 -11.24014868142879 -8.118254470851106 -7.1985662422093 -6.518139914226727 -6.674830128858145 -6.141558793506853 -6.0445521988609 -6.341724490753856 -6.344537237632296 -6.270251527491884 -6.51342318659604 -6.3328780343615945 -6.710816065645372 -9.574549193100244 -11.099635024986991 -13.48612626265526 -12.745319277858007 -12.642827892058955 -12.584557791446755 -11.57635045146786 -12.519047481651002 -12.51202801594113 -12.643968365685769 -13.057586847503869 -11.18402655713429 -8.019506717396213 -7.1985662422093 -6.518139914226727 -6.518139914226727 -6.06242886110975 -6.043761625363708 -6.340822232373304 -6.34557119382655 -6.345927183146078 -6.269326045623754 -6.284193032152428 -6.972518562879217 -9.52436863601478 -11.135676234197634 -13.392873109467557 -12.776650742574423 -12.622269480675838 -12.550711832373068 -11.54271832555129 -12.50257914604689 -12.594335614005798 -12.679143164081484 -13.225313930977556 -11.14069827091826 -7.966578874743527 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.84067812043299 -4.606125396733552 -4.606182403797862 -4.609236758107532 -4.849964289066139 -4.618321450326213 -6.053858348182224 -6.21248968831097 -2.919510212219837 -2.7751749337975675 -2.764875309798082 -2.7360928018548827 -2.742883967044482 -2.742826936714704 -2.752008909144105 -3.0385247134668574 -3.0346380114470053 -6.046268787615091 -5.982843856954269 -6.074665319244618 -6.2537650417453685 -6.112494559176491 -6.118707729092647 -5.994882107950632 -4.726585359183629 -4.90376938196647 -4.727714567635881 -4.904076710833341 -4.7296199728213 -4.901665807851162 -6.09816543783073 -6.267894809711592 -2.980954739580263 -2.846048678647029 -2.8799872623011105 -2.822561715544477 -2.870678137850092 -2.8008495836302707 -2.7801048009581537 -2.956836608779634 -3.038672431477988 -5.995141692296933 -6.080369703180319 -6.263235005255205 -6.076079894696393 -6.2638760970394 -6.085476747280817 -6.271087479764485 -6.377446479480862 -6.578989692176555 -6.395886684999975 -6.562789483821615 -6.385582522064721 -7.002089621818685 -9.882802669520784 -11.1831940828365 -14.08779421002172 -13.545217763871282 -13.178893566454386 -12.940248597396254 -11.978817348616875 -12.731346954324854 -12.702333570620011 -12.766760523453184 -13.372549609046269 -11.543782039630596 -8.390034910325978 -7.1985662422093 -6.596551013761794 -6.676379349062683 -6.143284394165751 -5.976710120058214 -6.278379729067337 -6.2853789465607965 -6.537629983410339 -6.389141919423089 -6.395509524762603 -6.72808576043836 -9.822162188788267 -11.18144306404561 -13.579686985766651 -12.82290310468716 -12.596412239908275 -12.53018898973893 -11.52700774634629 -12.498292675551562 -12.489591518057996 -12.574764580999382 -13.139161376664266 -11.145212569000565 -7.984634114164767 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.494200154796668 -6.259511831642604 -6.461934744177148 -9.032853511358972 -10.600621271164997 -13.338084916849663 -13.0027589470808 -12.72176233871963 -12.525663055957653 -11.58937579797198 -12.56428581430798 -12.564341019652485 -12.533715222358932 -13.002912019604228 -10.994770520902245 -7.720578793409625 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.499185019564311 -6.1877248671032445 -6.269660559223056 -6.282146891503168 -6.981657811818638 -9.57136728456619 -11.151851510508358 -13.634572479843785 -12.953530627956576 -12.85509027216786 -12.893509581740831 -11.760237076490167 -12.67129800482729 -12.650128105100768 -12.775675482948811 -12.96538913997049 -11.273088419966044 -8.164877411725346 -7.1985662422093 -6.518139914226727 -6.675583533996079 -6.1415244083726295 -5.967139388828091 -6.264751874331125 -6.267573628636034 -6.271301534729695 -6.274788368070605 -6.280005185045555 -6.969626709949743 -9.550515012092884 -11.077238956895542 -13.541718913064402 -12.82394232211134 -12.576170635604663 -12.562046125910726 -11.53171562162553 -12.491189111633286 -12.4641087008817 -12.541655382475469 -13.08027341967635 -11.112450998178948 -7.936709489704437 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.840637278469913 -4.605989579724759 -4.605594947932899 -6.2001853171155785 -5.8868540367865645 -3.123735317407591 -2.745752211242959 -2.5097415578910343 -2.7296929525331235 -2.9678517440815524 -2.4977894417355726 -2.964530723812865 -2.5559256981443177 -3.151045175967625 -5.966924783269148 -6.2067176975867016 -5.889733392872504 -6.207359972410009 -6.050906191503065 -6.052766775425735 -6.213555508103447 -4.695237822986314 -4.69739302115036 -4.85818071897364 -4.696520475321421 -4.700024052355056 -4.862626650973793 -5.977100575338618 -6.213599736225296 -3.106793679793584 -2.6962674150127506 -2.734917300657124 -2.728893935794777 -2.731453159942211 -2.8067587518334403 -2.759291964035995 -2.7917679575387555 -2.870410010666901 -6.02047596353405 -6.05306336080663 -5.970241474794775 -5.976248926548831 -6.219574970221488 -6.037596791250152 -5.973702626411283 -6.512030797151841 -6.3333332579584125 -6.270145178568988 -6.516218695438694 -6.339527758315685 -6.7132702551672 -9.374367799886276 -11.077669618655328 -13.481672942181229 -12.913910344059133 -12.589367353364567 -12.54313971069001 -11.520328377692286 -12.456888702402098 -12.41899756929399 -12.815425032819626 -13.04624174443915 -11.076035683617482 -7.894412176264757 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.846750785312798 -10.124705370080513 -13.052061537422484 -12.5187686193934 -12.459478870153522 -12.414988797542389 -11.495220801078156 -12.556995284746671 -12.564854514245344 -12.78076192331338 -12.983013763339798 -11.01094544741285 -7.675631862471953 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.911726684135408 -10.402030997335562 -13.214828305057893 -12.573525779865406 -12.503926119906527 -12.4607882870474 -11.453450636821229 -12.46237067981746 -12.594774132753074 -12.820201689477456 -13.030191745704212 -11.056733454549674 -7.688734591971156 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -9.0899320186409 -10.606543373385716 -13.155722815306412 -12.957852726548676 -12.520672263220664 -12.471932358337128 -11.466130436807662 -12.452460522446811 -12.44907231485017 -12.596333128060994 -13.07737778699896 -11.093342096494457 -7.929323093549259 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.933950035414725 -9.24278231520454 -10.7870104573773 -13.05338954955084 -12.637918465038696 -12.548918529918478 -12.513940561670546 -11.507294322369637 -12.48261923046018 -12.45775130847036 -12.704786714233109 -12.77784647908539 -11.106088541167026 -7.90012350693832 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.605765330405568 -4.606039223268352 -4.847711636910681 -4.694508099947229 -4.697023699230367 -6.2184489689054345 -5.977026534342036 -2.8020263309580544 -2.746615275698523 -2.771166289550817 -2.7347739129842648 -2.7268573721862968 -2.733784534893511 -2.736202577861925 -2.848835515782472 -2.975198860511836 -5.97185710811041 -5.979403923615653 -5.981945422540596 -6.227770665559376 -6.044757245889782 -5.978685314754271 -6.232304984481169 -4.696715058813954 -4.623678875736892 -4.875642762489152 -4.696197850127996 -4.623108295675148 -4.876730608042936 -6.05496775347242 -5.9844758075724975 -3.094068250766389 -2.787045160583112 -2.991785515095122 -2.817174227917211 -2.816571884190636 -2.980333373129048 -2.818420646180306 -2.7616352964051405 -3.0865057693892397 -6.223903202418036 -5.982090003148863 -6.224379951523416 -6.04534004564596 -5.980533071268362 -6.234297148781065 -6.054834884200193 -6.276028558351789 -6.524629754303255 -6.346880224363941 -6.279497711276683 -6.5337504614848525 -6.802795809546315 -9.86361972802254 -11.180343943730987 -13.70142340348536 -13.167049798846696 -12.858355680689336 -12.745505646424698 -11.737421816417289 -12.699695115410757 -12.755348595199417 -12.738246915049068 -13.242002124228728 -11.447691308017516 -8.412511249060378 -7.1985662422093 -6.596616938956197 -6.6763522945012586 -6.144560808799732 -5.9809201237634495 -6.287722326010351 -6.551415538490315 -6.39439050618028 -6.404564237641258 -6.291576578212497 -6.834310366239828 -9.845326112821375 -11.184276004273796 -13.79121721074612 -12.887439414841532 -12.684768106185237 -12.654118951833969 -11.622463705565629 -12.565855024867725 -12.531327677102414 -12.655975786588048 -12.792449629967948 -11.23490001754685 -8.122433092142792 -7.1985662422093 -6.518139914226727 -6.67516635248078 -6.141313836744716 -5.966529414297868 -6.265087706128356 -6.268925476988914 -6.274173680145263 -6.281092848823625 -6.285670813127697 -6.97904254930055 -9.689036373738876 -11.130812560584458 -13.406471976938134 -12.969438919355357 -12.68910107062077 -12.597597031299864 -11.579287539028485 -12.525559071289868 -12.540410795397904 -12.646446280286002 -12.93733829561716 -11.183346981722275 -8.045246468840752 -7.1985662422093 -6.518139914226727 -6.518139914226727 -6.141164454372216 -5.9640042487613005 -6.500378613922386 -6.270136896715989 -6.271738255233338 -6.272373524838298 -6.287740552298935 -6.984500195428824 -9.730680991318522 -11.122429846386382 -13.457063832424916 -12.879757851978107 -12.650866680360062 -12.58425113268295 -11.690309296670282 -12.587237049885411 -12.56427521583057 -12.663471744599429 -13.143347157939228 -11.214758937841957 -8.098519335120713 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963553158870146 -6.25922644875349 -6.49637509203535 -6.184611326977514 -6.26439955186813 -6.506006426265961 -6.94975193474918 -9.15928145998718 -10.850461551259178 -13.217619094958668 -12.631404573381356 -12.534876716818763 -12.510511979691644 -11.513545253646836 -12.524201727200964 -12.492827583173888 -12.582641541121165 -12.797474360792028 -11.142285431343169 -7.990948184728509 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.606037798887141 -4.607798489359047 -4.853950860974604 -4.574074220777248 -4.6192976036142745 -4.884384858492502 -6.088709350951167 -6.041698871573139 -2.8044753123457364 -2.906747270610924 -2.7494776848018354 -2.9774884037986853 -2.790870717781727 -2.8632043720986258 -2.867875157831676 -2.8902999081134824 -2.953979707984108 -5.984256538859908 -6.073159348506761 -6.250308118075495 -6.116843238956534 -6.124307708642633 -5.999280607709124 -6.092570087563864 -4.90900261642673 -4.741957739479119 -4.911865949762868 -4.733753544997206 -4.918316356967982 -4.747078480005331 -6.27727474990451 -6.113025639409785 -3.0923625853308976 -2.940830081528458 -2.8163997199319795 -2.871006932021448 -2.9919554271682705 -2.891254247877721 -2.8755900596982813 -2.8462014617555127 -3.1241238566241982 -6.2684313355797 -6.0654506784634 -6.253791285587885 -6.092378004407569 -6.274925085501399 -6.115898226114947 -6.2727885126214815 -6.393995504852376 -6.567794802148138 -6.384980589165587 -6.574808420125287 -6.402947811001362 -7.010882339002612 -9.882804740660992 -11.18394108497322 -14.072287650848727 -13.30443084772808 -13.031400341837957 -12.90327036349391 -11.80298398978042 -12.641322192628069 -12.60283344944056 -12.66369082754717 -12.83127860878802 -11.366430300589588 -8.287663127815007 -7.1985662422093 -6.596548725649191 -6.676090339250382 -6.1425433366045095 -5.9734572293734365 -6.274264426429776 -6.279550779109371 -6.537446415913659 -6.380287109292103 -6.337312875127037 -6.720110599483686 -9.76399455256674 -11.165363391393615 -13.826825910128989 -12.944612453041584 -12.681990528465713 -12.645272952447256 -11.693365391322155 -12.577740447552127 -12.601841336551288 -12.610183815697225 -12.903254482834916 -11.368664229077002 -8.31467979647153 -7.1985662422093 -6.675339025349524 -6.676270533311964 -6.142249814992542 -5.967977528268456 -6.262957573297312 -6.497044657307061 -6.496735536037261 -6.259948343574583 -6.259244447709881 -6.933097900868271 -8.984352852395354 -10.72667365839077 -13.368416203439688 -12.957200525253636 -12.58790516377663 -12.53839977041066 -11.54001075064001 -12.440590398189784 -12.435640037507154 -12.719246199673266 -13.097618170083075 -11.09647158924462 -7.894824880862393 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.932774812086434 -9.10015299804286 -10.693304583588969 -13.047490026148498 -12.59340884961225 -12.542820728488412 -12.466846679854935 -11.494105668819437 -12.457453477184274 -12.464190943494035 -12.48331048702783 -12.75261422122204 -11.126553454524982 -7.9237026091133105 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.495590476360818 -6.184018712420908 -6.506747621724968 -6.71127269953025 -9.30534794605503 -11.005964991268357 -13.283394744462187 -12.638252489934146 -12.554323132822423 -12.539149043312731 -11.510340308907905 -12.505933161748755 -12.478783842451568 -12.568705747820884 -12.997744410347185 -11.122506930009422 -7.913518974935251 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.60549308633618 -4.605984556750186 -4.850050143520848 -4.618809827274266 -4.738769982997088 -4.744461314855143 -6.10671126572165 -6.107671184453258 -2.9168522929054688 -2.8349409589331644 -2.7287662259494065 -2.963289295518773 -2.8118254010486696 -2.973665899097293 -2.733846731129686 -2.735466175454977 -2.863360973814641 -6.111474354244656 -6.045122581439302 -5.985506242404666 -6.08074832791949 -6.261168978241436 -6.080476246135506 -6.263425417600015 -4.727705707725351 -4.9088220015093285 -4.73754089892738 -4.912708788311398 -4.754267928382494 -4.930015779404609 -6.123791963340486 -6.289225375573031 -2.852375432547752 -2.8287469471166258 -2.8702556082623905 -2.8687068347510247 -2.8159013298424744 -2.9712258242493257 -2.801378723988845 -2.8413908568465733 -2.8099033690656725 -6.092753246514075 -6.288032505940292 -6.192998285038509 -6.119194089702252 -6.319751307727531 -6.230725539255346 -6.329203335494247 -6.550387650382632 -6.427895580281179 -6.623094266720104 -6.538516087694594 -6.642854017223513 -7.026259858459145 -9.882730540924625 -11.187834307128387 -14.416240234721132 -13.857935486600075 -13.58432914807327 -13.455556813340792 -12.363708426825282 -13.174601329085789 -12.919660113910608 -12.908038642613072 -13.137215882204485 -11.719435172637253 -8.706771014411718 -7.360357261381106 -6.769478764723639 -6.886192213541031 -6.29069861128034 -6.124763095656479 -6.399132881662315 -6.288237862141797 -6.398424519849077 -6.604085417592668 -6.475681846764945 -6.849789463019801 -9.882624124900817 -8.138329903326 -13.867342536100304 -13.434137938256091 -13.2265998425833 -12.845723354617837 -11.748637828385911 -12.575409529109557 -12.532510431571836 -12.57412062210282 -13.104695896253846 -11.381506470848157 -8.337571923445141 -7.1985662422093 -6.67567642372167 -6.676774901389538 -6.143465601853925 -5.977504937384689 -6.279757596294667 -6.533384718769479 -6.372158828219299 -6.334389574014261 -6.278697329899372 -6.815594264697629 -9.783803829038836 -8.125826425907391 -13.152169191283418 -12.672379809276505 -12.572579029269296 -12.53543149370578 -11.552764332630115 -12.503948508067865 -12.501643258554507 -12.518469607919355 -12.66230724176191 -8.118789847956851 -8.027056828024065 -7.1985662422093 -6.518139914226727 -6.674832343557519 -6.063451067511787 -5.966192923612478 -6.270376760077548 -6.27770512038623 -6.285515052129748 -6.536155328821684 -6.377831321131331 -6.772793781974327 -9.514913640300083 -8.04648271012837 -13.03688836886224 -12.67403074813079 -12.561351328509051 -12.522400008907344 -11.530540823789368 -12.462070150586705 -12.48171233365453 -12.484424533578718 -12.609931162946886 -8.109449329166253 -8.075905837535547 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.9645385161249305 -6.259890036551982 -6.503661383178636 -6.273817943720365 -6.39392245913969 -6.398089593883541 -6.841831911327212 -9.48824594420726 -7.980906769174651 -12.805086503268852 -12.547222248645062 -12.51151158955884 -12.49993454145583 -11.465194083445208 -12.459861157725616 -12.44782036088712 -12.595644482585795 -12.786275768230375 -7.986449578974857 -7.954637959385887 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963964393487118 -4.687890318184581 -4.693005386254374 -4.617276899742672 -4.860089525326812 -4.682226242471559 -4.623076491623071 -6.252717427798643 -3.0467702166947523 -2.839415518651759 -2.980242700840304 -2.7286501754681134 -2.9613359954474308 -2.64927529790556 -2.727140236854084 -2.817558593656312 -2.73061687117478 -2.763999128035754 -2.901721028487178 -5.97495444421521 -5.977430849456411 -5.98133634324255 -6.227028047547437 -6.044370268045116 -5.97749933225545 -4.868588394293536 -4.691606332212018 -4.622645501453885 -4.874411777620216 -4.689625459579025 -4.621937188812395 -6.227359685246262 -2.9973813829139884 -2.78270012503403 -2.993475749241957 -2.738945428026047 -2.9807039901107664 -2.737486198194739 -2.7385580601617696 -2.9939137791606827 -2.818981265754592 -2.8045057923060344 -3.2268578834786448 -6.081339416358743 -6.2668110481277015 -6.100673398372254 -6.271119399146159 -6.099630782548858 -6.2773433911563625 -6.396225435620251 -6.571133922057965 -6.411321753200044 -6.59655291479319 -6.511503512778659 -7.056577829969812 -9.882959846747315 -8.13509065263719 -14.193857076550833 -13.600465020793743 -13.218334409181256 -13.001908041935506 -11.944127924912069 -12.807864706680505 -12.684921825587574 -12.65799605973338 -13.0791980613339 -8.469918668025558 -8.370577038231437 -7.1985662422093 -6.675171125138439 -6.676207593694628 -6.14369299691682 -5.975894164875527 -6.277307494272607 -6.283961318458218 -6.541840591061391 -6.390221352449916 -6.343230841378607 -6.722239230068257 -9.788792551222 -8.125054024941987 -13.355753899453118 -12.687321114220149 -12.546401393604716 -12.5277470479008 -11.51203456960764 -12.464545207822107 -12.43447258891612 -12.420541666447516 -12.52577857100238 -7.952615763084136 -7.893950986138946 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.906304283060809 -7.341698215103108 -12.898668228989736 -12.529643411279777 -12.49825408392757 -12.505743420403103 -11.471145001936067 -12.436687289249994 -12.450704279287574 -12.462263714990154 -12.57622422246314 -7.984791880578026 -7.907438516890443 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.259426904232294 -6.260370521256044 -6.939432344355052 -9.34033811409052 -7.863334555883117 -12.890246554503276 -12.557722528633612 -12.513531098305062 -12.502105025075648 -11.478141537574656 -12.45749400657961 -12.476140915885573 -12.50058976061087 -12.77693620903892 -8.090953792240015 -7.98564814573296 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.494282033690084 -6.259498347742073 -6.697225873848655 -9.12617872021227 -7.675855079554051 -12.7412276113222 -12.549100381295354 -12.606918442273258 -12.438391458454817 -11.451535755393497 -12.41766419056533 -12.414112450080529 -12.513434451524708 -12.535413843625468 -7.964286636928515 -7.835405778962855 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.84087516850131 -4.607272267995312 -5.964452018657538 -3.154901543933218 -2.781271506007955 -2.7377206563980985 -2.9650255817543942 -2.663281925388174 -2.6467253132012 -2.490017759829928 -2.490017759829928 -2.7297205911974567 -2.7606507587703426 -2.9098239270824697 -5.9689939373048135 -5.967631924831528 -5.97282819082814 -5.973410992516281 -6.21409697945893 -5.932795739171096 -4.613882288177641 -4.863584362501047 -4.685434136139287 -4.620432460444735 -4.873995130285141 -4.692435806496521 -5.97934643089699 -3.1513427194530124 -2.76892775784038 -2.8112695037062285 -2.730316190190813 -2.9660121921894835 -2.735826640262795 -2.7335479262309854 -2.964758568468344 -2.7810333577215647 -2.861932543621257 -3.158168764008491 -6.212317063117398 -6.05244843217066 -6.053201710705325 -6.214360003333758 -6.053628078660911 -6.0527598332860375 -6.505612844259181 -6.34876472619045 -6.353651235948421 -6.521042305621904 -6.27728478439698 -6.954036172477342 -9.71256431435211 -8.023607937415743 -13.32026982692926 -12.810207632386668 -12.59310757080214 -12.53624331735658 -11.54785010109678 -12.454597655109776 -12.452480887029198 -12.448780904945531 -12.5670546654309 -8.128990017822215 -8.11134496876819 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.965135281498499 -6.346479755190914 -6.273314768389218 -6.522175769227177 -6.378611922261881 -6.336501789716521 -6.72765597453216 -9.881165162353444 -8.026506827774393 -13.464746205289272 -12.86677825696995 -12.661774438559252 -12.60894923118654 -11.643076514052856 -12.57712181205964 -12.601563433424964 -12.717755822653388 -12.75209951438964 -8.23777106737123 -8.374154669859156 -7.1985662422093 -6.59645886790925 -6.675923333851123 -6.226275218280439 -6.093562904062427 -6.325171464727472 -6.325056755264153 -6.272708525780949 -6.286263225189206 -6.287307075509763 -6.979080720469499 -9.706907627220897 -8.053001943810257 -13.152849599830748 -12.559895363689174 -12.51105795948096 -12.475486265849502 -11.4734175036389 -12.39814820713264 -12.38293254238122 -12.37659354572498 -12.500696240687152 -7.843720083741666 -7.661387139463762 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.92674719226262 -7.373278688415255 -13.08915471153853 -12.590178131613984 -12.49642041278509 -12.434421828417284 -11.455508468990976 -12.421105612511145 -12.428671964285574 -12.439109642843578 -12.832171215949508 -8.041661409503176 -7.88640479504433 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.259389371296819 -6.260668813325771 -6.502443294225155 -6.271651322303264 -6.78908257074646 -9.280645734870427 -7.776260191684084 -12.894044775434152 -12.55694659089159 -12.561337227646128 -12.540652653618356 -11.52524713038515 -12.504550328274028 -12.462130185638491 -12.470695288043164 -12.568157762735538 -7.989133082935226 -7.997448652998573 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963365483921367 -4.606324186910671 -4.847107326409805 -4.617641488375117 -4.738946987670915 -4.680056659703261 -4.673678392232105 -5.982895636960385 -3.1479614997029284 -2.8036560405385367 -2.853326815988085 -2.808676183473934 -2.731092375919948 -2.814400466910337 -2.813842603600581 -2.736358735882263 -2.742436497203106 -2.8477652144373864 -2.8705901727238445 -6.247487592626763 -6.0954138862382905 -6.05083910012101 -5.987428028056722 -6.088973178020552 -6.265732853758786 -4.719530456092334 -4.90314975078413 -4.721421727981206 -4.897840706832659 -4.726379617173758 -4.908742299581895 -6.089440068835955 -3.0935703703472126 -2.861288246852736 -2.811547906398199 -2.9773589655891954 -2.9807618456068865 -2.736179116007122 -2.9719939288369623 -2.9798464825235698 -2.816990922332383 -2.853418526190119 -3.1418962328716904 -6.052671684926433 -5.983879904278192 -6.244934444853238 -6.060347444430439 -5.984972946595755 -6.2372024264716215 -6.348153937096423 -6.276919486742444 -6.519632681369794 -6.349043603098175 -6.279508431854308 -6.961690971040771 -9.883029113111853 -8.00346135800712 -13.380714739976153 -13.05401793381848 -12.783557432825363 -12.62483894600988 -11.652360811235466 -12.531429624675976 -12.50300435421951 -12.504827729964807 -12.61753132302832 -8.045187779491553 -8.095483910916808 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.494364013520478 -6.183177252897913 -6.500622398400852 -6.228501777872083 -6.272353430157953 -6.970598591400631 -9.607589873235286 -7.894173827425061 -12.806307076903966 -12.575698867093871 -12.508219417202728 -12.52683147221801 -11.551547723644813 -12.49579068120517 -12.448537272137662 -12.429522970820438 -12.55194510194228 -7.738041513301705 -7.798815522739947 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.259065879302228 -6.259429649303599 -6.261676588821343 -6.264557884869735 -6.267987041163243 -6.709579502700007 -9.520931965459102 -7.708201857256854 -12.712607630057729 -12.536415419158889 -12.506516325706498 -12.55171231707132 -11.556485755311286 -12.509167271821388 -12.467498506211127 -12.442546077317582 -12.519431540059712 -7.752608485778298 -7.869436855627655 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.259130633747639 -6.259654018684845 -6.260307421123733 -6.497481976858255 -6.621506309987257 -9.267572765970142 -7.373975476870796 -12.63488430102592 -12.465949074798878 -12.439405945829565 -12.440500175336718 -11.446174041999274 -12.400550887813456 -12.40278816768315 -12.397819652345976 -12.490934341817509 -7.685679215838257 -7.727802949662117 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.259273866439442 -6.697854219896495 -9.071980356961609 -7.364540683232339 -12.552782659498243 -12.49264182396792 -12.478390420169417 -12.484934918483557 -11.479986393025998 -12.44165421719755 -12.461865085767087 -12.46032201549988 -12.559043548345192 -7.858509513612289 -7.95238456087741 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963630827967393 -4.6060903022701245 -4.609345660110698 -4.849964439762856 -4.5725312301571215 -4.616814087799353 -4.630440500313519 -5.992880153426486 -3.151492518092857 -2.768223197530866 -2.7884652797538068 -2.8140308563579355 -2.805639891033909 -2.8075888221335634 -2.806850261283807 -2.8082339946988 -2.812702673987744 -2.838383532804717 -2.985069567904858 -5.974256984420361 -6.234123323314658 -6.049992410120601 -5.98080637910447 -6.244287353321683 -6.092263879414227 -4.753689880994728 -4.635260307921884 -4.7204115391886825 -4.902070864379569 -4.761282176431132 -4.769883530817942 -6.002018426545699 -2.913599964076093 -2.8354694884126386 -2.847732617490029 -2.792731354432316 -2.8585621318911967 -2.7330476694283745 -2.7321377877574 -2.7329804242310005 -2.738397806164474 -2.883476856792329 -2.8732385533983025 -6.104392126586987 -6.094433945757676 -5.986103497239999 -6.073387107748547 -6.251245773672128 -6.066805855993467 -6.548427949256856 -6.359763002140764 -6.289280276910239 -6.382331223574976 -6.584948329136027 -6.828662118451389 -9.666110830534102 -7.919727382932754 -13.22896691541848 -12.90648686529275 -12.76698591006376 -12.686930756882823 -11.685302210679517 -12.53932138146962 -12.532823453263052 -12.610672398309848 -12.678851870758246 -7.920498539827557 -8.161391230070889 -7.1985662422093 -6.518139914226727 -6.6755106476902695 -6.141842620211681 -5.969117110355547 -6.269173314874719 -6.274256717843051 -6.521646511704157 -6.371062342729623 -6.333888977932564 -6.715154388516195 -9.64601029104618 -7.808934194747386 -12.83093885973878 -12.600407776295157 -12.533066259883686 -12.524171129889606 -11.523296168082918 -12.4983630331078 -12.466329764592269 -12.539209041829672 -12.577753784419553 -7.75146570874099 -7.913936379434014 -7.1985662422093 -6.518139914226727 -6.518139914226727 -6.062355916589425 -5.96400417938963 -6.261542562576255 -6.49970248179132 -6.267023822672131 -6.387831396228441 -6.390385575108854 -6.831262707889722 -9.416573819153925 -7.5955180791856 -12.655651599929271 -12.487422709951572 -12.450325995390886 -12.471479432099931 -11.44931433192384 -12.403657965126646 -12.361819859507271 -12.372581044776473 -12.481628165864178 -7.6325352636371155 -7.684283902386642 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.795233611026683 -7.073832492767592 -12.540686688526833 -12.522890150847584 -12.402558520507268 -12.377204249339297 -11.421532312530436 -12.403792207881455 -12.388934163928448 -12.399709683873851 -12.459428813280429 -7.871493211420623 -7.603202537861845 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.797028149112414 -6.928029619861249 -12.705892573219176 -12.518207387129843 -12.39126522449752 -12.372624923946889 -11.378981298082325 -12.35378535409351 -12.365639804096148 -12.3763844183504 -12.489768895638614 -7.864884500353901 -7.566556951534271 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.651440353434474 -2.535593303194272 -2.50221979410668 -2.486676423222857 -2.486676423222857 -2.486676423222857 -2.490017759829928 -2.4955371226524767 -2.4988784583795787 -2.534504299857478 -2.643918595004829 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -6.198032404470242 -2.623586206289462 -2.4988784574996084 -2.490017758949958 -2.486676423222857 -2.494448105128501 -2.485587413651385 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.494448113081005 -2.556764846396832 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.762116856174906 -10.185254330107057 -12.913316099726172 -12.4897421922766 -12.426177519184002 -12.371489908311986 -11.372130274665452 -12.347684844438543 -12.335347291360938 -12.333130434067 -12.344253902843615 -7.459089992781588 -4.285382170713226 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.384176130068505 -9.806474374271373 -12.509976051676826 -12.365154292487118 -12.399489280696567 -12.469607966625018 -11.568492496443088 -12.606820008875331 -12.606166416073595 -12.508593550400809 -12.487530349623684 -7.595658871805831 -3.92767393513304 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.158627049535541 -9.647094314601494 -12.615870912390864 -12.417461079378963 -12.47244620166739 -12.480000715629236 -11.530718965041103 -12.617478147346588 -12.721391235257776 -12.618618674738403 -12.553086239760756 -7.584750980856033 -3.929647550990953 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.087217197987567 -9.630807663576286 -12.610670670347227 -12.33576382134298 -12.316956597452428 -12.364588863843773 -11.331386229069938 -12.303980495096214 -12.394531424960048 -12.432557566535664 -12.344102804491898 -7.374869204541128 -4.00587055558045 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.215767233717306 -6.6310440908198975 -12.879129139942464 -12.50947567899062 -12.37667475464722 -12.31323718108449 -11.34170656007958 -12.324482809295995 -12.32205655895765 -12.377530883097018 -12.36006091803152 -7.40643424289005 -4.191704252534976 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.535593303194272 -2.4988784574996084 -2.494448105128501 -2.486676423222857 -2.486676423222857 -2.486676423222857 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.494448113081005 -2.555675829752826 -5.806477344852067 -5.885031550757046 -5.963837136259969 -5.9646878813982696 -5.965766157382818 -4.843195233128959 -4.529608076762199 -4.843979915547018 -4.609026372642525 -4.608099748750012 -4.612661782218333 -6.206029222848104 -3.1600003728405164 -2.717025268881029 -3.0312775356132438 -2.9759654242279274 -2.7393409800065784 -2.494448105128501 -2.964641550180214 -2.4944481060084707 -2.965415630378577 -2.4955371226524767 -2.7715265539876577 -3.0400209634660262 -6.211556043644396 -5.973442919539349 -6.216740313186992 -6.221473018809808 -5.978767191388022 -6.27102819951853 -6.523024645982607 -6.280219517622968 -6.517612372868339 -6.34483675846055 -6.715398708594403 -9.353241523621143 -8.062103633016353 -13.342811133628926 -12.83372581398297 -12.586788466932536 -12.52021104744416 -11.516416107940763 -12.449375886499253 -12.436880184496475 -12.41901476899603 -12.424490007705616 -7.524259709175128 -4.487746798090686 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.494880314955476 -6.261148556269719 -6.698920161185206 -9.26554669538437 -7.794093933614305 -12.882027025147403 -12.595184824946848 -12.487305475379875 -12.41544345928732 -11.4760351657827 -12.436655033162571 -12.424422009125356 -12.383612697341553 -12.381428879376502 -7.520148762261892 -4.339400699236919 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.697879537714858 -6.844916493627208 -12.538273657516784 -12.374392070696866 -12.347517257131614 -12.332272583268814 -11.359625787557292 -12.358677446476648 -12.350426598868363 -12.336280917479511 -12.335469235586054 -7.453874047551581 -4.254947950424258 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.673254534412985 -6.84523056165142 -12.793721398642903 -12.479440736096125 -12.431284136568658 -12.413684930247603 -11.417055858629872 -12.392394771529684 -12.409585568698729 -12.385975297023682 -12.394953564141876 -7.469685773488639 -4.339041884873737 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.259055351356668 -6.023911688999212 -6.698034597185615 -9.103325113545374 -7.550320828576607 -12.725472443456756 -12.547780945090754 -12.502839527521104 -12.43084809536042 -11.427465933242782 -12.389110360110484 -12.404276326543805 -12.387775921528783 -12.398915627086922 -7.473797152076457 -4.30437790923878 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.605696727892094 -4.843205404192448 -4.530286157613607 -4.8490236310439565 -5.973692816601268 -2.975416092512764 -2.7594135208901145 -2.778678632833093 -2.726410228771971 -2.738269070031917 -2.807679020910219 -2.7255652851548224 -2.7757595268542468 -2.729186378766414 -2.7515642063399777 -2.752950564677244 -2.8782011684737223 -5.96631653918668 -6.015489548745775 -6.047156994750991 -6.047350440969479 -6.047754262722818 -4.691483187147662 -4.610375837920843 -4.614287116935055 -4.614870641549274 -4.616087084059791 -4.618673911477753 -6.217408965029667 -2.848754239203689 -2.837668378119938 -2.9724415643916107 -2.731084054296612 -2.770783204279483 -2.753525726988156 -2.7731198344717605 -2.726486457634836 -2.727102084617792 -2.730535888021002 -2.754158442320332 -2.8681272284831008 -6.002243788124218 -6.094244101745114 -6.094793140708069 -6.100220223280055 -6.101446894185563 -6.394382309828388 -6.395178787775493 -6.3962365026800185 -6.396995032750144 -6.397436828088855 -6.83672101195243 -9.48394773656536 -7.769543959035213 -13.001283025792617 -12.72816541467273 -12.607738500306894 -12.489176096858666 -11.511641604881762 -12.456642522279717 -12.478666353462284 -12.455031178180738 -12.4218072477315 -7.543473249980157 -4.491087247833967 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.259505277613496 -6.496138597410393 -6.18343182024897 -6.700326183176141 -9.225433278128696 -7.619808409534239 -12.666554956927705 -12.466002316152448 -12.427500706423071 -12.372227756125406 -11.387843978568728 -12.360466180341694 -12.347896873696426 -12.344236781958564 -12.347679884417024 -7.465322922516053 -4.254343120973193 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.929840603219278 -7.127428600049435 -12.596474357624295 -12.428325212961887 -12.380104927655823 -12.335972015729691 -11.349361342073612 -12.335020889347048 -12.330939053728244 -12.326667609380117 -12.35791925899993 -7.410794597599864 -4.2870097055549685 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.672854301168277 -6.844226707057126 -12.88473069912234 -12.583492853707504 -12.427107471660486 -12.397939511908588 -11.40031989957752 -12.361650447644069 -12.36847769656508 -12.33730221136349 -12.364139892659074 -7.489600440271309 -4.287354957335258 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.610534217619648 -6.872998714637937 -12.852948889069271 -12.383894736632136 -12.362354359933612 -12.377684421504622 -11.356030365417126 -12.319553151792787 -12.3267018158135 -12.324794924282566 -12.325010908263115 -7.395521103147103 -4.20231352263972 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.6032538175740947 -2.514780487609189 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.486676423222857 -2.4988784583795787 -2.490017759829928 -2.494448113081005 -2.494448113081005 -2.563447517851035 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.520299857504273 -2.523641194111344 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.490017759829928 -2.4933590964369987 -2.5169585280118505 -2.5481540659684714 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.2590201502696 -6.259303890908249 -6.259614233731428 -6.698957966751419 -9.078719834868354 -7.24695913096404 -12.649091547229256 -12.459414871724375 -12.407047296036396 -12.33812412636829 -11.36270456953179 -12.31097646993424 -12.319424092664535 -12.31801746528252 -12.318529372935892 -7.382633028369411 -4.261370354283313 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.570400972255388 -6.821720838417083 -12.43501082735731 -12.40121253510517 -12.383144338749307 -12.350329542726582 -11.39202984609731 -12.38353208254043 -12.409772403753063 -12.397285105808148 -12.396129334592752 -7.544808577879521 -4.375575904023764 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.928194123298764 -7.118916510145344 -12.594137591116748 -12.431758290453944 -12.368387177266246 -12.351754734757066 -11.4055295047135 -12.388574890772762 -12.363610894065994 -12.338973443707744 -12.359310589318111 -7.456189140961398 -4.203999380636997 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.757895350501999 -6.803222426035676 -12.520612205918985 -12.379731395199334 -12.3430689278479 -12.35430435688926 -11.397617440065666 -12.39070366537854 -12.360837642187828 -12.353607197467896 -12.370496486940889 -7.36673196025147 -4.015603124697745 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.429960500097632 -6.514861501706771 -12.359733474449676 -12.33813177508958 -12.342196403727778 -12.357853114560475 -11.401129051284345 -12.423004945844188 -12.4163479972704 -12.393325697839549 -12.375707471782608 -7.454314256799573 -4.291787779018195 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.5676279263663964 -2.522302251393544 -2.490017758949958 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.486676423222857 -2.4889287502584554 -2.4889287502584554 -2.515869511367844 -2.494448113081005 -2.592390723417348 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.5676279263663964 -2.514780487609189 -2.49335909467706 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.485587413651385 -2.490017759829928 -2.4889287502584554 -2.4889287502584554 -2.494448113081005 -2.5278216772531046 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.571052982004238 -6.939971315697577 -12.513101413660031 -12.367721561566515 -12.351903806917578 -12.358395880306096 -11.375264874907378 -12.354599127241348 -12.365442890804104 -12.375628300594109 -12.385225010989434 -7.514015048023421 -4.38893659423469 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.793660281497386 -6.936336171103509 -12.511481308145548 -12.409831635758932 -12.385648742861791 -12.35275575402029 -11.362128102228326 -12.34137983746858 -12.335280916973703 -12.328707103844032 -12.414567721646105 -7.546278276892888 -4.122380073369993 -4.056350822175944 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.596671469876178 -6.841936313238213 -12.816490603936543 -12.415684595659892 -12.34571081932816 -12.35081472090967 -11.368346602907769 -12.33456772926738 -12.350684117967903 -12.351582231722263 -12.35921300830061 -7.48301270700042 -4.214521899131903 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.776000190521083 -6.801650585262055 -12.527289965546284 -12.40110871812061 -12.373055694772638 -12.340150605967686 -11.371976067381734 -12.323312249840203 -12.336029701761827 -12.336973553612532 -12.339011700593364 -7.390210421568884 -4.105633025362245 -4.056350822175944 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.71996966604146 -6.8457088867979214 -12.89859808821323 -12.504868446530356 -12.401749210901436 -12.416453434618504 -11.383674157780396 -12.391189106431163 -12.355364493303624 -12.368299862552592 -12.371981550566792 -7.459579279530526 -4.205772733775658 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.64391858965012 -2.494448104248532 -2.514780487609189 -2.490017758949958 -2.485587413651385 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.499967475023585 -2.523641200346023 -2.564536527422508 -2.679294554784025 -5.728125842496199 -5.728125842496199 -6.198255031977014 -5.9636060733552645 -4.3702943547840345 -4.608103200606366 -4.850176297957002 -4.615141304296476 -4.6168048819108805 -4.624404920235555 -6.227548288316173 -2.8704552968939168 -2.759730321206052 -2.98052333221897 -2.7281778391004865 -2.7224756817502263 -2.957251390960492 -2.6468531287049686 -2.603102631814023 -2.4889287502584554 -2.4922700868655268 -2.493359103509533 -2.641015597994128 -2.795102317305675 -6.017321363191169 -6.04990837293551 -5.969071356448106 -5.974155358801054 -6.26892490120487 -6.270134014896425 -6.5129046682103535 -6.273256932676635 -6.266554742703943 -6.713306077040951 -9.441452863505887 -7.612826097336493 -12.778853024045626 -12.592513088185711 -12.467877628496492 -12.440062010998949 -11.449548082655632 -12.38222266564988 -12.3518370410156 -12.344290997623986 -12.347619389587663 -7.418924357495653 -4.2743871522078765 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.815545263681843 -6.950207868690211 -12.55719402982635 -12.391575365932889 -12.36872748549272 -12.374084667671896 -11.35217918260292 -12.3446742954706 -12.322953593881264 -12.316681784539076 -12.423054256622445 -7.474230816891131 -4.07097871731336 -3.986183332019348 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.687807727125247 -6.644984365003522 -12.476259629161287 -12.362119890695244 -12.327758339859065 -12.331416467059588 -11.385880950820267 -12.374258425354348 -12.403912242192872 -12.457160963229803 -12.663613359774764 -7.789330975291437 -3.946906034278976 -3.980127817586448 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.301512824191049 -6.419691059020948 -12.343841806187523 -12.319727051921342 -12.304657160658344 -12.345538799978748 -11.34924494760308 -12.303980495096214 -12.321688934032412 -12.347190006831164 -12.660221612359209 -7.37367105846141 -3.853559189143911 -4.019502372648081 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.420292540490725 -6.463475951704844 -12.363103465932538 -12.32626417681876 -12.323220840093608 -12.349345302122613 -11.382754738489336 -12.40457425401024 -12.36309101472538 -12.40377288539718 -12.556397915456929 -7.479284716011596 -4.096519715162844 -3.999815050851907 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.5481540046492857 -2.522302251393544 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.4933590955570293 -2.490017759829928 -2.4889287502584554 -2.490017759829928 -2.490017759829928 -2.494448113081005 -2.4955371297250117 -2.564286659031015 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.5278216204086577 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.494448113081005 -2.5147805017963725 -2.6589621714233664 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.699450840260916 -6.715976859017586 -12.52601341458997 -12.379564692530876 -12.352305846947022 -12.384920906818047 -11.451558432835633 -12.431151837995262 -12.407675037353012 -12.34619224837388 -12.546543558148628 -7.693123740139477 -4.0719246027927385 -3.980127817586448 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.359649996639511 -6.619496048919296 -12.538362541027649 -12.408488888972654 -12.38515562042495 -12.322407119282316 -11.37224806419069 -12.310069196312144 -12.315799327225973 -12.431449752662727 -12.33610236445989 -7.454226330112804 -4.122005085786916 -3.941305742496314 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.524766571195786 -6.557579578501939 -12.378863030318977 -12.33162120587144 -12.323523894470318 -12.308133244697606 -11.360478025424788 -12.37010087148599 -12.386976424957696 -12.422156053087512 -12.312727424031412 -7.366095679307516 -4.099735200051535 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.411001850433341 -6.558522495719802 -12.33890832279109 -12.327977005478257 -12.321853134926965 -12.3359008586827 -11.321200584230704 -12.300642074050645 -12.312727424031412 -12.317237452684507 -12.330563508517178 -7.448993706614003 -4.346815975061755 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.340538727202856 -6.482154640997153 -12.370284426836884 -12.383530932635235 -12.354831950081328 -12.352988860960815 -11.352115560879046 -12.333792507615026 -12.331045224379997 -12.351311374810944 -12.352528474981506 -7.467454930375633 -4.241363779669288 -4.085622978773434 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.623586206289462 -2.520299857504273 -2.4988784574996084 -2.4933590955570293 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.520299863738952 -2.623586206289462 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.623586206289462 -2.49335909467706 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.5147805088689066 -2.5999124925564114 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.675433379719221 -6.713822453178086 -12.465631574968256 -12.328591164041512 -12.325032671770456 -12.3223966822698 -11.32005113494536 -12.299876241244473 -12.312727424031412 -12.312727424031412 -12.352362181849282 -7.407901618745065 -3.865217380649272 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.377843815420979 -6.51950151294768 -12.351306433942488 -12.334964488375793 -12.312165440505536 -12.329758079897088 -11.349194421960584 -12.320237553623876 -12.337442450231078 -12.354647552892969 -12.354647441439369 -7.382506361847202 -4.18097431716453 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.35195427788416 -6.437731895666855 -12.36159740383743 -12.37249745962791 -12.344157111615832 -12.301573920956422 -11.318627260101394 -12.324596920787172 -12.350131390019047 -12.333205309264454 -12.325906248931258 -7.383355668437531 -3.865217380649272 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.320237111839531 -6.348789454468251 -12.351126398349066 -12.32324327181072 -12.319959856188644 -12.303774877742354 -11.329432673182938 -12.372478007229136 -12.365653618884556 -12.35148810178001 -12.426729505489384 -7.434641889315017 -3.914042216300481 -4.085622978773434 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.1880648036216135 -6.433279324201672 -12.335621702680896 -12.319032747960092 -12.311570927266432 -12.341166141009593 -11.402113189556236 -12.40157608028712 -12.364262370736316 -12.335177010921653 -12.54026490583122 -7.615795765745171 -3.853559189143911 -4.005870565284807 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6202448643276823 -2.5244802846815566 -2.514780487609189 -2.490017758949958 -2.490017758949958 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.490017759829928 -2.494448113081005 -2.493359103509533 -2.5223023215030893 -2.5567648952466606 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6202448643276823 -2.515869504253196 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.486676423222857 -2.4889287502584554 -2.490017759829928 -2.490017759829928 -2.494448113081005 -2.493359103509533 -2.5223023215030893 -2.5567648952466606 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.48746732549158 -6.607765310356674 -12.368401327020438 -12.360132796563915 -12.303818971486024 -12.302318745766296 -11.342650628646544 -12.350918452384532 -12.327317025736866 -12.422658155115853 -12.694256889938185 -7.416398583956381 -3.853559189143911 -4.005870565284807 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.248591849466986 -6.386978446583051 -12.365181532658085 -12.3389667776838 -12.337825707152032 -12.414058220835903 -11.371509634733032 -12.35208756613874 -12.365090770492 -12.372638409583953 -12.386534912017456 -7.40443015107451 -3.8676438354623968 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.1574396671182265 -6.462942862215209 -12.464122935356968 -12.389030283072534 -12.40424509250746 -12.4601808390834 -11.505481113210053 -12.559210447794818 -12.537344782884462 -12.5739821061973 -12.510945612526552 -7.515397503010612 -3.939784963998841 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.122289053349303 -6.473624515533614 -12.537786123066812 -12.38298273589733 -12.375107762600102 -12.343986668579603 -11.355802992441047 -12.358599507255567 -12.3587311894716 -12.367009619340722 -12.371532681374717 -7.479560978343619 -4.339737897907213 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.2812408324975015 -6.603718067670699 -12.505285593935469 -12.382809768672391 -12.33660135105629 -12.343478515027227 -11.368324843428177 -12.32540432946698 -12.324255944237953 -12.319117538037393 -12.372972995361794 -7.390347584502912 -4.074171866415363 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.579580092251657 -2.515869504253196 -2.490017758949958 -2.490017758949958 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.5158695184403785 -2.5687170043295886 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.6032538175740947 -2.4988784574996084 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.499967475023585 -2.5147805088689066 -2.5278216772531046 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.234919315691019 -6.350290516574575 -12.334798436260067 -12.312727420614044 -12.3869423695403 -12.384958857575809 -11.49683011809634 -12.47349796797046 -12.426487553935376 -12.70116256296074 -13.06354076398217 -8.10812216537199 -3.865217380649272 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.094713470650668 -6.238272738472444 -12.318027231496805 -12.397857407269496 -12.428715898795517 -12.430415026934243 -11.45630817135468 -12.476286731949097 -12.4814369678042 -12.67984813379474 -12.568684097836655 -7.448999839490504 -3.861588321029497 -3.998294351180791 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.981820908986389 -6.411615740611164 -12.449725637633128 -12.450037963129724 -12.398062369534308 -12.342666677895828 -11.367923405335528 -12.398880963970552 -12.398883638798544 -12.40310118285547 -12.388276965026911 -7.4522887926446835 -3.8732465125348576 -3.8752201283927694 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.1514777887993874 -6.366899600637986 -12.377838420497064 -12.332827784134816 -12.327460861386117 -12.32308457816077 -11.318364275036108 -12.299751318257828 -12.316956600869798 -12.312727424031412 -12.325703529804994 -7.366170872222173 -4.100990093541012 -4.048774519541213 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.263002543823386 -6.3963379692407205 -12.350954641382268 -12.323014804418042 -12.332534940767673 -12.319865852313654 -11.350276988579353 -12.333342642855447 -12.338534091112766 -12.361914382816504 -12.536927990970238 -7.559712523143285 -3.851585573285999 -4.04271901481267 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.599912480967024 -2.515869504253196 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.549243082612478 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.623586200934753 -2.515869504253196 -2.490017758949958 -2.488928749378486 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.4955371297250117 -2.591301713845876 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.2107342989851455 -6.415385561892824 -12.419751532407496 -12.466150347227048 -12.508128134192058 -12.430710403302951 -11.371887276045626 -12.388702298594083 -12.402266508966449 -12.510365791933518 -12.867442573309113 -7.965484283135609 -3.851585573285999 -3.92372679194793 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.0871794783081015 -6.28863993881917 -12.34309511121651 -12.454809197224735 -12.550344438839232 -12.436414575352412 -11.42881357192926 -12.45578844502528 -12.468775335077977 -12.691907822154166 -12.585144887580675 -7.571129515639308 -3.8127634853782872 -3.990265220889978 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.773823830864031 -6.42059996784042 -12.535860034186618 -12.41132780335064 -12.364343292498816 -12.334161907530634 -11.357548626445896 -12.334161907530634 -12.334161907530634 -12.32118580517442 -12.334161910948003 -7.378421299062529 -3.902936504766621 -4.048774519541213 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.195921456443895 -6.4516011442876975 -12.336213572078105 -12.35579624531698 -12.35796877568078 -12.381679335660866 -11.400514360454247 -12.424674420077492 -12.4099906215636 -12.374873804018938 -12.353815744257084 -7.380494085586047 -3.889304785934062 -4.048774519541213 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.148053931698949 -6.336415916682915 -12.3221594183553 -12.399457007298606 -12.512328428081195 -12.505254814868836 -11.500962249184076 -12.490034579735507 -12.51758781182352 -12.623903291805274 -12.87177209394065 -7.990595156665932 -3.851585573285999 -3.92175316327244 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.5762387556445856 -2.516958520897202 -2.49335909467706 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.4933590955570293 -2.490017759829928 -2.490017759829928 -2.4911067764739343 -2.4911067764739343 -2.493359103509533 -2.5147805088689066 -2.547065063469533 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.64391858965012 -2.5420261062569827 -2.523641194111344 -2.4988784574996084 -2.490017758949958 -2.4933590955570293 -2.490017759829928 -2.490017759829928 -2.490017759829928 -2.4911067764739343 -2.494448113081005 -2.499967475023585 -2.5345043487073067 -2.591301713845876 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.1367589408442775 -6.372068070051235 -12.417263386713069 -12.364027103837024 -12.372811092629838 -12.383244092877543 -11.415300774785566 -12.368283260230823 -12.345743291888551 -12.341525269307477 -12.383714548247356 -7.377862861619462 -3.889304785934062 -4.048774519541213 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.131019861466984 -6.456370767885296 -12.45921797976182 -12.318360192378474 -12.340191758977037 -12.383056904725906 -11.383305007779205 -12.371098588826214 -12.371939677099956 -12.408561841786648 -12.628970504235085 -7.633654622425371 -3.8127634853782872 -3.871272896676945 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.018122113957343 -6.317149164826956 -12.572523001647694 -12.695449927833218 -12.687009315368885 -12.55323614101636 -11.500528497822602 -12.51826106662955 -12.511247620519706 -12.736655615547042 -13.291034064225729 -8.400566850212003 -3.865217380649272 -3.92372679194793 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.293753284614701 -12.3661504091106 -12.34894642410709 -12.382199504316551 -12.377936750369164 -11.463563258316608 -12.503793558826551 -12.686476755993178 -13.099727377480203 -13.69520130333522 -8.693007600500989 -3.814737114053778 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.935429683421651 -6.328399240385447 -12.657355395223012 -12.908865693177711 -12.961412108109364 -12.863943127924673 -11.799221153615782 -12.964080927568853 -12.818546598416322 -12.817943337233798 -12.685298309957677 -7.470608918075157 -3.861588319434724 -3.9922388367478905 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.5634475062616477 -2.5420261062569827 -2.495537120892538 -2.488928749378486 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.490017759829928 -2.4889287502584554 -2.493359103509533 -2.493359103509533 -2.545976046825527 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.567627982288759 -2.514780494681724 -2.490017758949958 -2.488928749378486 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.493359103509533 -2.53116302005274 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.129894206705903 -6.306736789378678 -12.351367186725234 -12.317159945709651 -12.321346160900898 -12.343472121648476 -11.360731352899856 -12.354859298295406 -12.395502520752288 -12.60602641172052 -12.902005313600895 -8.08324533248189 -3.851585573285999 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.1301638231371625 -6.283646408979714 -12.411935471371914 -12.525545001734022 -12.629668424744128 -12.545531550213754 -11.447818522944296 -12.450547329588964 -12.586111394076696 -12.82196488592879 -12.949806888867906 -8.309896234172475 -3.851585573285999 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.892853889472428 -6.328758318278716 -12.402680547563689 -12.38681212768825 -12.400262438694524 -12.42505622428558 -11.469183154888976 -12.430127474261443 -12.435604060126648 -12.45999391544714 -12.473144392877368 -7.452161333261841 -3.887331157258571 -4.01192607001335 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.718535973626267 -6.416208482919321 -12.515555245252502 -12.473230091099545 -12.44448122587456 -12.444397670114329 -11.463832744685366 -12.475622428048938 -12.447064244181844 -12.421596169812323 -12.429474443122636 -7.44353027128408 -3.8167107299116902 -4.01192607001335 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.28697985436849 -6.285571728681378 -12.331439918049316 -12.38596511742537 -12.464866925817002 -12.419953571113409 -11.421925624136476 -12.439252190416832 -12.389095278274874 -12.4150007154303 -12.3891909277906 -7.599250267032209 -3.814737114053778 -3.92175316327244 -3.3981588114126997 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.567627982288759 -2.516958520897202 -2.49335909467706 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.490017766902462 -2.493359103509533 -2.5147805088689066 -2.545976046825527 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.5634475062616477 -2.494448111321066 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.6135959486110103 -2.70115861258218 -2.701133959645431 -2.725973042771796 -2.619155915195426 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.177147075775783 -6.457043327596078 -13.20644600445955 -13.837837943439622 -14.145382906995836 -13.904072973116454 -12.541288346456245 -13.814402239650828 -14.310935591942512 -14.667458741055473 -15.05356417050898 -8.82656111244789 -3.8127634853782872 -4.048774519541213 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.360214502803683 -12.335497700325588 -12.317734724896196 -12.301066225246055 -12.30075477005358 -11.316228089928105 -12.299751318257828 -12.299751318257828 -12.312727424031412 -12.325703529804994 -7.36034496460141 -3.8127634853782872 -3.871272896676945 -3.402772536694909 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.072927483040917 -6.330629013088922 -12.530139862336313 -12.484900760237686 -12.482807861252372 -12.341281690638846 -11.342354587750712 -12.317152075798326 -12.337455671637354 -12.36259850193211 -12.580808983336969 -7.742399025973686 -3.865217380649272 -3.92175316327244 -3.386269032600912 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.09962219297112 -6.2788625994355645 -12.354333455670762 -12.451440643512324 -12.57023595955078 -12.425787344136667 -11.43517101161323 -12.419980141607532 -12.444815543477947 -12.383848073768544 -12.732243673924176 -7.472235257981377 -3.814737114053778 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.0317551175213655 -6.226792066881694 -12.39569624959587 -12.457530674137471 -12.424873768928151 -12.455582782125449 -11.510371495828316 -12.46540540241604 -12.526666519726271 -12.50019749814811 -12.507169057662136 -7.521498562812155 -3.887331157258571 -4.048774519541213 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.623586206289462 -2.520299856624303 -2.494448111321066 -2.488928749378486 -2.488928749378486 -2.485587413651385 -2.485587413651385 -2.490017759829928 -2.4889287502584554 -2.4889287502584554 -2.4922700868655268 -2.4889287502584554 -2.5158695184403785 -2.591301713845876 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.5634475062616477 -2.520299857504273 -2.488928749378486 -2.488928749378486 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.5935849014634216 -2.693003585805971 -2.5601062309737617 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.08104331787218 -6.450468408215957 -12.429662000212357 -12.436931102092473 -12.3551383364374 -12.4850841138322 -11.571159157974336 -12.675517455831892 -12.900631758203549 -13.31164995124622 -13.936162265475046 -8.90059211935337 -3.865217380649272 -3.871272896676945 -3.386269032600912 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.6831790451144855 -6.290441497900134 -12.845799733461456 -13.28691259623974 -13.34074552118427 -13.023658835892302 -11.803723394611636 -13.058347958452524 -13.416910682326472 -13.962002783580118 -14.583928164206773 -8.81885234571425 -3.8127634853782872 -3.865217380649272 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.884272100574282 -6.378368983991964 -12.562603469038889 -12.54308321677156 -12.514669658323468 -12.510440715336443 -11.505383771421648 -12.472685625862033 -12.580106022071122 -12.831922221510425 -13.34059151100772 -8.474121938573225 -3.8127634853782872 -3.871272896676945 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.738714891777246 -6.261272628988168 -12.38728753688564 -12.722635801105136 -12.84707902100742 -12.612458897716037 -11.483767369852886 -12.515032357826454 -12.55119672814374 -12.810588574084102 -13.069636964646635 -8.278892779236898 -3.8127634853782872 -3.865217380649272 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.6831790451144855 -6.282079402284996 -12.76648912266996 -13.030734132968051 -12.970902264232958 -12.6681614880376 -11.506910551409668 -12.534351620680006 -12.538317159943407 -12.839058175119307 -13.258516811807128 -8.111060400503185 -3.851585573285999 -3.865217380649272 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.572058328467302 -2.514780494681724 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.6480969988375778 -2.6514388047713986 -2.5223023215030893 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.572058328467302 -2.494448111321066 -2.49335909467706 -2.488928749378486 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.652964052006669 -2.7545555494057283 -2.836578866535915 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.201113100938634 -6.593433129509613 -12.53511617804287 -12.541755456222432 -12.564533697966365 -12.658035072922448 -11.735462113779349 -13.081272404150113 -13.584610658185396 -13.40796924654463 -14.181804999078176 -8.586868614815346 -3.814737114053778 -3.933729538096656 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.700289831456253 -6.480585656384366 -12.79448127238662 -13.076754214039306 -13.228507105311936 -13.31147961508247 -12.137408626812125 -13.548870913976524 -13.702227749984376 -14.015525475777569 -14.404011943340793 -9.09166305983124 -3.8127634853782872 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.686495161034401 -6.274847445698191 -12.426454339044426 -12.534121458985906 -12.849867783410645 -12.931828554522555 -11.704421896258522 -12.914419867587032 -13.197523220014787 -13.69690801301537 -14.095221245376443 -8.663711514537138 -3.8127634853782872 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.758893804613932 -6.387760133290047 -12.663992353136402 -12.9987308381792 -13.20281897140478 -13.217809083545715 -11.868300551799628 -13.051471682703784 -13.4722111714151 -13.860768053518909 -14.632799064967646 -8.109286310735941 -3.8127634853782872 -3.865217380649272 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.6831790451144855 -6.343058927298515 -13.0504934829539 -13.438292025303788 -13.472459011900566 -13.245890823097303 -11.751948210039563 -12.786893258408762 -12.996798318707809 -13.593323641350148 -14.276413018527904 -8.594176884595393 -3.814737114053778 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.567627982288759 -2.53200209731574 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4922700868655268 -2.490017766902462 -2.493359103509533 -2.5147805088689066 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.5848689045484865 -2.523641194111344 -2.4988784574996084 -2.485587413651385 -2.485587413651385 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.490017759829928 -2.697991228793533 -2.864957357672967 -2.9337708200121053 -2.90487205905234 -2.619155915195426 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.951545259509688 -6.302202389562774 -12.852303956284793 -13.296613597435355 -13.30313961339976 -13.165866801685382 -11.840821321812184 -13.017964818448744 -13.424841744077048 -14.12478327966267 -14.690356643232764 -9.022985144302528 -3.8127634853782872 -3.9081213559091657 -3.3981588114126997 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.6831790451144855 -6.356664077599752 -13.062283102045694 -13.43079364417919 -13.427794753244193 -13.050652181452737 -11.796956622875925 -12.936661171410291 -13.4754241262483 -13.558115119695092 -14.240330104625782 -8.022422293977142 -3.853559189143911 -3.918124114875469 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.766358841979535 -6.36627694001702 -12.43440958664272 -12.490827415265304 -12.570225392087432 -12.60035821565807 -11.599703464192242 -12.603355256108022 -12.591801866605772 -12.845800930122325 -13.25006920116546 -8.188327921901779 -3.8812756428256714 -3.920097730733382 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.6831790451144855 -6.2618541080084285 -12.6326627142174 -13.017991002242454 -13.020673220507229 -12.876154974271872 -11.654943246435192 -12.586173166620329 -12.667450757491851 -13.007635441279517 -13.560105127136934 -8.36308200355139 -3.814737114053778 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.695040939555375 -6.261210498012477 -12.573385959705028 -12.558743400309032 -12.707414351550122 -12.667815904639935 -11.60366338960254 -12.6430367725799 -12.704022996175285 -13.088166475573177 -13.164523151985293 -7.503247914851824 -3.8127634853782872 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6514404022843028 -2.520299856624303 -2.494448111321066 -2.490017758949958 -2.490017758949958 -2.490017758949958 -2.494448112201036 -2.485587413651385 -2.4889287502584554 -2.494448113081005 -2.5147805017963725 -2.746678331049121 -2.7333983980127994 -2.8584215101475503 -2.619155915195426 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6032538175740947 -2.514780494681724 -2.490017758949958 -2.488928749378486 -2.488928749378486 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.4955371297250117 -2.52564365811016 -2.6277666885512523 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.949241300332239 -6.402246605783593 -13.219571377303302 -13.319708124967953 -13.338177318809478 -13.205415536701423 -11.888387340187691 -12.977832964802388 -13.320954831129749 -13.81852683284268 -14.153150264909426 -8.991790588285435 -3.851585573285999 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.940988283777231 -6.44731474468465 -12.704287457060524 -12.52047932578884 -12.706005300718967 -12.96413673405123 -11.816165545903862 -13.065141489614376 -13.400866408955425 -13.407486767793287 -13.782032258003444 -8.63976851216819 -3.8127634853782872 -3.865217380649272 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.695040939555375 -6.3224497440798 -12.829777300279323 -13.228357930102128 -13.214402936621074 -12.985471583388213 -11.81080105641524 -12.874175171590016 -13.002904826728194 -13.32617346975158 -13.37760232156806 -7.683844299381989 -3.8127634853782872 -3.851585573285999 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.695040939555375 -6.340735674724139 -13.10737595264934 -13.42199868684833 -13.37208530450979 -12.887183241220384 -11.76429668974524 -12.817886750921542 -12.94258446947334 -13.446237996774336 -14.560466066367384 -8.796096666882736 -3.865217380649272 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.695040939555375 -6.317630142753044 -12.93581436519188 -13.41954629337302 -13.41938007828094 -13.216401779492797 -11.88635773739925 -13.035005434328523 -13.573648036762984 -14.487048704370268 -14.236111789197825 -8.473139007295128 -3.8127634853782872 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6589621660686578 -2.5278216204086577 -2.495537120892538 -2.490017758949958 -2.4988784574996084 -2.490017758949958 -2.4933590955570293 -2.485587413651385 -2.490017759829928 -2.4889287502584554 -2.4889287502584554 -2.494448113081005 -2.563447517851035 -2.52564365811016 -2.6589621714233664 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.64391858965012 -2.5406322399849617 -2.49335909467706 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.490017759829928 -2.485587413651385 -2.490017759829928 -2.5918840424882905 -2.777562168660744 -2.769206343091758 -2.691437555443939 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.2978147387070615 -6.866939194993387 -13.953690120406064 -14.22343514931118 -13.967430743943464 -14.06581930713843 -12.604961721578077 -13.889116885670148 -14.205134628909876 -13.835759184221676 -13.076229520299224 -7.940445346843942 -3.8127634853782872 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.695040939555375 -6.553618504740755 -12.993571444953204 -13.592941800804 -13.758269377294011 -13.47991824048569 -12.04669406366541 -13.312530854163814 -13.7733719963094 -14.191056588517643 -15.74178000285817 -9.596880802049172 -3.851585573285999 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.098966648253613 -6.620098603363144 -12.723878965473864 -12.562220335185565 -12.979533509874614 -13.34622409499213 -12.1010339600189 -13.44712354231114 -14.090372130266603 -15.03419179076059 -15.01979606495033 -8.367747279246988 -3.8732465125348576 -3.871272896676945 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.994387526360225 -6.51595569394565 -12.64036485296742 -13.050650452705264 -13.61945744431387 -14.009307478069806 -12.39029712581647 -13.865570027670683 -14.643644416670544 -13.57871757812532 -13.905961793711151 -8.06941227823492 -3.861588319434724 -3.920097730733382 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.2974723096690095 -6.719329526412907 -12.677141658409935 -13.341439742944894 -14.275937659682734 -13.71296045188738 -12.310584490465136 -13.819937100948788 -15.22586858148784 -14.275978110744632 -14.046939166620342 -8.574455955263138 -3.887331157258571 -3.9922388367478905 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.623586206289462 -2.523641194111344 -2.4988784574996084 -2.4988784574996084 -2.4933590955570293 -2.490017759829928 -2.490017759829928 -2.490017759829928 -2.490017759829928 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.5559257540666804 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6589621660686578 -2.516958520897202 -2.4988784574996084 -2.488928749378486 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.493359103509533 -2.545976046825527 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.016642514005958 -6.349409137725235 -12.563390443217264 -12.906507522525567 -13.200109062027538 -13.190687436252196 -11.915679076041776 -13.09126617633092 -13.500198326738186 -13.24461824174188 -13.94536454906676 -8.146892169184584 -3.8127634853782872 -3.871272896676945 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.758893804613932 -6.356916433224709 -12.424972611623932 -12.445460633171118 -12.80274864441305 -12.930877433345715 -11.796280711320438 -12.853962323601472 -13.199481296940323 -13.748855892307406 -14.352055202055364 -8.802614732621793 -3.851585573285999 -3.9081213559091657 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.981061002507889 -6.371952657293662 -12.589162697351597 -12.493505360863743 -12.650243715129882 -13.094040111026924 -11.872971570192735 -12.995932137329069 -13.275310574982353 -14.04946664129744 -14.21106780982023 -7.900706959586603 -3.8167107299116902 -3.953416771362115 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.758893804613932 -6.473564810781644 -12.545697796368197 -12.632897138938738 -12.760880801809288 -12.91799186967877 -11.96307824883852 -13.337565670073364 -13.72718175716966 -14.105878408143944 -13.984917057418096 -7.930569417585245 -3.939784963998841 -3.9922388367478905 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.773823830864031 -6.576193712289587 -12.6575341611729 -12.486536966147066 -12.555806254162436 -12.548028778290966 -11.560350620783616 -12.57731368571613 -12.630237728139043 -12.6202407099275 -12.629042633971777 -7.620820973375376 -3.8167107299116902 -4.04271901481267 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.623586206289462 -2.499967474143615 -2.488928749378486 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.6833585221649447 -2.52564365811016 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.563447499189113 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.615567345716486 -2.70486343462061 -2.826302930339265 -2.545976046825527 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.039717235656832 -6.4889023466791205 -13.02787572468906 -13.33403482154996 -12.982019455283504 -13.17920271526915 -11.985587546712004 -13.234153048881865 -13.60935109799909 -14.03046756453288 -14.351489014621857 -9.18198761071919 -3.8127634853782872 -3.92372679194793 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.262743722289345 -12.432479062956563 -12.709632787090223 -12.93004821105633 -12.780260976966234 -11.748762694845846 -13.019153278626458 -13.357438437194414 -13.853037089328046 -14.115750341846525 -8.61018588050312 -3.814737114053778 -3.9081213559091657 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.735398770543038 -6.322686789053711 -12.982798267239488 -13.360908200634505 -12.867025237721814 -12.912036970971728 -11.763413707591395 -12.75289431461164 -12.969292348047023 -13.418741030797545 -14.09376874804885 -8.881885234880654 -3.865217380649272 -3.92372679194793 -3.4308475458589958 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.766358841979535 -6.263580349746453 -12.541181749889429 -12.908834768374032 -13.283276089474857 -13.169708792404398 -11.867112703381112 -12.967212431216 -13.419693400296078 -13.807164170405391 -14.356799409386104 -8.827183593416638 -3.851585573285999 -3.9081213559091657 -3.4693086265145543 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.74286380790864 -6.276652089374628 -12.987557649791665 -13.418712436901702 -13.485911295739202 -13.22259730360686 -11.950219568086355 -13.109311335779068 -13.461816610181044 -14.225492076256206 -15.232206903596303 -9.267097127127256 -3.851585573285999 -3.92372679194793 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6514404022843028 -2.5244802846815566 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.6523166363263058 -2.493359103509533 -2.5311630129802056 -2.623586206289462 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.555675816403499 -2.494448111321066 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.7458639745291085 -2.6791747846699185 -2.570969330485218 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.218943911914644 -6.454392587769168 -12.542128709477623 -12.53709416979344 -12.6371104155382 -12.63573029575076 -11.648436466373305 -12.68985479940366 -12.785415540763212 -13.092466154919084 -13.579297759322136 -7.668814574206956 -3.861588319434724 -3.939785052529556 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.422557775130724 -12.669232593829042 -13.085338607653838 -13.388631084071228 -13.297098185566105 -11.973595576121582 -13.06526757854684 -13.523727433018973 -13.973135433170494 -14.60993831666771 -9.135187859843509 -3.851585573285999 -3.910094984584656 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.3496260851806 -12.443891829273554 -12.682491536165768 -13.204541804723595 -13.322884594158449 -12.001543736789351 -13.280955555979176 -13.9247092980875 -15.223371235260991 -15.721291982342889 -8.743584746391827 -3.8127634853782872 -3.914042216300481 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.773823830864031 -6.3502462050104205 -12.58139650571095 -13.076865648895236 -13.577961587494288 -13.295222358486006 -12.062375033214538 -13.212101048908616 -13.848705271782409 -15.302392966381095 -15.48426314321986 -9.386900821566115 -3.851585573285999 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.94685690660271 -6.339217878006638 -12.402553892961524 -12.583848179820285 -12.938463693223664 -12.989889096196768 -11.816254919124464 -12.924335748713531 -13.577803102137448 -14.98663603550098 -14.844834081078368 -9.201437334865991 -3.851585573285999 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.6589621660686578 -2.5244802846815566 -2.49335909467706 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.490017759829928 -2.4889287502584554 -2.615200242779549 -2.8177406248061745 -2.7992099494685445 -2.6160463009412367 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.563447499189113 -2.49335909467706 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.6100315943743264 -2.7538540224943056 -2.494448113081005 -2.6506639408828674 -2.5567648952466606 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.360345743608247 -6.591503831979328 -12.618989226758927 -12.634403993148966 -12.680611039812629 -12.729364841319668 -11.836348679677087 -13.122377429925733 -13.353388975417593 -14.14023372400474 -14.568416613122588 -9.087377389441729 -3.8127634853782872 -3.933729538096656 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -5.086564563177529 -6.610147285837462 -12.584894848624227 -12.75249168378034 -12.694616441141283 -12.8009054114379 -11.852079111248244 -13.108734030875455 -13.249024147275955 -13.50901553325661 -12.914685307408089 -7.550228244116568 -3.939784963998841 -4.01192607001335 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.312891631627821 -12.45755511908239 -12.711513544225586 -13.0544095356798 -13.030238681455415 -11.78513696275134 -12.825027937293838 -13.16752423664044 -13.652185954101585 -14.232288634577454 -8.843175732354437 -3.814737114053778 -3.941305742496314 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.773823830864031 -6.340920215013504 -12.630943667905017 -13.01395105752657 -13.43883699977218 -13.156992791099125 -11.88258907328916 -12.910537549901097 -13.398724044901911 -14.612536261845046 -15.253372500501564 -9.209536271223786 -3.851585573285999 -3.927674023663755 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -4.794002749015009 -6.359685418766568 -12.521668136254524 -12.786769829448316 -13.209010833838052 -13.127827346752154 -11.912853293298264 -13.016621944556874 -13.5899201116307 -14.96246298788158 -14.871817662004169 -8.767045999352504 -3.853559189143911 -3.947361256929215 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -2.679294554784025 -2.5244802846815566 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.6913786084811018 -2.610763301462445 -2.4889287502584554 -2.4889287502584554 -2.6374537270108096 -2.49444812015354 -2.567627994758116 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.531162957015729 -2.49335909467706 -2.49335909467706 -2.486676423222857 -2.486676423222857 -2.486676423222857 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.494448113081005 -2.493359103509533 -2.5158695184403785 -2.5687170043295886 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.103607163877781 -6.458835910433673 -12.52734491518888 -12.388274350250594 -12.389877643015511 -12.37374669963304 -11.404652073603028 -12.442365797792863 -12.425255763378036 -12.456990556164945 -12.451702757406409 -7.486204941150487 -3.933729449565941 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.088171661326847 -6.429848300111946 -12.39356226807837 -12.392191067568197 -12.423376457911262 -12.473416183470514 -11.59269828439444 -12.611360620662015 -12.522498293926295 -12.762171810408631 -13.32559847369017 -8.260248826381762 -3.867190996507185 -3.941305742496314 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.083778304192473 -6.5027639241269695 -12.461629730214694 -12.418713997507412 -12.471973892424083 -12.492579032372472 -11.585389508934917 -12.587440729141722 -12.61688947499034 -12.562231627179074 -12.512169118235985 -7.515326437608866 -3.939784963998841 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.50431300558509 -12.490158222032736 -12.364069493147683 -12.321640129369314 -12.395259708165632 -11.486376493009166 -12.542480784178922 -12.576619735089071 -12.525718460405956 -12.52443499354355 -7.540278974121728 -3.939784963998841 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.610021996073619 -12.509614753947204 -12.486451230118073 -12.480097296374622 -12.490032691433738 -11.523973196975462 -12.54727058607788 -12.626988344262974 -12.63140327221334 -12.770040966676378 -7.5547912129791905 -3.8812756428256714 -4.005870565284807 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.623586206289462 -2.515869504253196 -2.490017758949958 -2.485587413651385 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.4944481060084707 -2.4889287502584554 -2.499967475023585 -2.493359103509533 -2.5158695184403785 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.559017153010569 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.4889287502584554 -2.4889287502584554 -2.647441516694645 -2.5158695184403785 -2.5890493930449563 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.164823176185465 -6.676021884427791 -12.475456820220204 -12.476578674644864 -12.522919706639357 -12.62290219219466 -11.653281138295274 -12.69319308048335 -12.725098770436649 -13.22039524472126 -12.761774594832556 -7.681056716397621 -4.01192607001335 -4.099254786136707 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.295227385681256 -12.369077754337797 -12.362873910859884 -12.391815078996968 -12.365333395233652 -11.42335766354107 -12.429719754687964 -12.432531220594525 -12.440785060400293 -12.49308338350691 -7.528886596953855 -3.8676438354623968 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.552317175754526 -12.487309545778045 -12.487309550659516 -12.43545779558088 -12.450618157673428 -11.451478104689675 -12.455680301218113 -12.47113887860229 -12.479318784614836 -12.405277375693654 -7.431294156615008 -3.939784963998841 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.182139409543966 -6.370482331032076 -12.419973443754705 -12.463865436786246 -12.31907706311814 -12.305277973124984 -11.336134266233756 -12.344410537002702 -12.359146083243722 -12.354922159947696 -12.354921811744912 -7.391956927872758 -3.887331157258571 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.178806777425569 -6.521393075014244 -12.53734080882667 -12.3205144305646 -12.341650869221176 -12.380086565683822 -11.424624535953036 -12.484773691474516 -12.429915614333414 -12.477469233248426 -12.462050848212344 -7.585564832611595 -3.853559189143911 -4.112886504969266 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.5676279263663964 -2.494448104248532 -2.490017758949958 -2.490017758949958 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.4889287502584554 -2.490017759829928 -2.493359103509533 -2.5233913310745617 -2.651440407639012 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.623586206289462 -2.494448104248532 -2.490017758949958 -2.486676423222857 -2.485587413651385 -2.485587413651385 -2.485587413651385 -2.490017759829928 -2.4933590964369987 -2.490017759829928 -2.494448113081005 -2.5267326676816326 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.44297513884732 -6.5712543032787085 -12.447323526151296 -12.414217956304777 -12.530704888629035 -12.602056647649867 -11.64645629983412 -12.63782002597859 -12.566548499416456 -12.967195166469748 -13.19105051291752 -8.288967113954135 -3.8732465125348576 -4.093199271703806 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.31878233960069 -6.447763742964392 -12.418163500817636 -12.31822912244529 -12.425138394413086 -12.5224657359885 -11.508746353114716 -12.609877436322977 -12.635341879411516 -12.96554946730209 -13.448082333045912 -8.133717988210437 -3.8732465125348576 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.283294679963145 -6.434082345750076 -12.449317546466755 -12.334390021976622 -12.362979681503669 -12.416628617544449 -11.457222097195006 -12.402184968974506 -12.361313417681837 -12.375136734659854 -12.395844110355618 -7.498261626211063 -4.048774519541213 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.198133531270894 -6.532722234344192 -12.427995444198496 -12.354892841392113 -12.37678045765483 -12.367504609365705 -11.401224865569898 -12.517526035934056 -12.507208509372417 -12.486918401242306 -12.780216253709558 -7.790982600913212 -3.912068587624991 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.21140193348069 -6.42675832184418 -12.41968321885406 -12.435951005226226 -12.482158559433422 -12.53666959853561 -11.565892580720345 -12.547095405225228 -12.610585053906556 -12.959559566832285 -13.224277541559008 -7.509776910351644 -3.8752201283927694 -4.149734954497129 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.570969262973468 -2.494448104248532 -2.494448104248532 -2.490017758949958 -2.486676423222857 -2.494448105128501 -2.485587413651385 -2.490017759829928 -2.490017759829928 -2.4889287502584554 -2.494448113081005 -2.5481540659684714 -2.6589621714233664 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.570969262973468 -2.522302251393544 -2.494448104248532 -2.490017758949958 -2.486676423222857 -2.490017759829928 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.515869511367844 -2.494448113081005 -2.5567648952466606 -2.6589621714233664 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.350056115693238 -6.587609862644571 -12.445786482550014 -12.344133056013732 -12.33361651436683 -12.390429353261332 -11.475453866746722 -12.604562886533232 -12.578908232750551 -13.040227072532604 -13.589071145607711 -8.483774310011908 -3.927674023663755 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.233319307812714 -6.4725596329309765 -12.337341762419165 -12.402393576561524 -12.394313950711911 -12.54344906557861 -11.596628243786649 -12.52397512916456 -12.523767256467243 -12.713929490237124 -12.677590133763823 -7.519294080077378 -3.941758579856754 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.205515420566195 -6.477614675988526 -12.611178655846548 -12.470175253370588 -12.447202014887957 -12.580889718662924 -11.642192752308834 -12.564374854062528 -12.59844310696261 -12.558394646922928 -12.540393188679896 -7.61178952772974 -4.085622978773434 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.738771540791595 -12.7817927531594 -12.619070234457876 -12.5511490929226 -12.518873988707147 -11.539592269883888 -12.501033643151558 -12.519935423900804 -12.53152491690952 -12.529736610956148 -7.665766677225212 -4.099254786136707 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -7.842834036727181 -6.657100067958649 -12.57571840344299 -12.471518802816467 -12.56305983666596 -12.669166549779764 -11.787817746681132 -12.669464637587891 -12.610752775774245 -12.591582289786375 -12.640442298935422 -7.624322018512878 -4.085622978773434 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.579580092251657 -2.522302251393544 -2.490017758949958 -2.4977894408556023 -2.486676423222857 -2.485587413651385 -2.486676423222857 -2.490017759829928 -2.4933590964369987 -2.4933590964369987 -2.5169585280118505 -2.5481540659684714 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.595732004939912 -2.50221979410668 -2.4977894408556023 -2.494448105128501 -2.4933590955570293 -2.490017759829928 -2.4933590964369987 -2.4955371226524767 -2.4922700868655268 -2.5169585280118505 -2.565375668602488 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.269886680977498 -6.410743891593602 -12.442528008368448 -12.351053656089537 -12.47343616051643 -12.549142015522392 -11.699099103060886 -12.617721809667083 -12.479792439945095 -12.479287207824704 -12.45715544790375 -7.570764815045392 -3.927674023663755 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.17014438181863 -6.401853259072119 -12.448457806069795 -12.367739801914553 -12.473162996789432 -12.5890163158989 -11.657396625992956 -12.66299068121202 -12.63580037179589 -13.0416081089047 -13.431469570945277 -8.096207409370216 -3.927674023663755 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.193494400412673 -6.450945502474439 -12.445998875348534 -12.403870478300393 -12.55437849383104 -12.766480990158549 -11.817942089050709 -12.826624734583149 -12.853180975307748 -13.34243130319228 -13.74731846364516 -8.34882595675466 -3.914042216300481 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.14752405851847 -6.384095850415963 -12.460162455904149 -12.528915301567212 -12.691208942125291 -12.722444094447813 -11.793080557917042 -12.779908119802036 -12.880159404343749 -13.549274045560042 -14.536238641363305 -8.970170393853518 -3.927674023663755 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.207165548924772 -6.427010329011826 -12.334899329536746 -12.362520726372471 -12.471048163185095 -12.60478933152297 -11.74308248515368 -12.810332377260112 -12.887482343087724 -12.766329038535332 -12.772573061898562 -7.618012193983446 -4.085622978773434 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.526732603764651 -2.531162957895698 -2.50221979410668 -2.50221979410668 -2.494448105128501 -2.4977894417355726 -2.490017759829928 -2.4955371226524767 -2.520299863738952 -2.603253822928804 -2.643918595004829 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.595732004939912 -2.566788841150893 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.490017759829928 -2.4944481060084707 -2.4955371226524767 -2.520299863738952 -2.584868910783165 -2.6589621714233664 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.377225655046315 -6.647848320344378 -12.456477322148968 -12.399263914982209 -12.548219211052364 -12.566488154320751 -11.53522399382221 -12.62038648443726 -12.543133206466695 -12.534289623219586 -12.531046534898934 -7.667193369975981 -4.112886504969266 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.174553830592405 -6.577175455623352 -12.852868614470538 -12.501162504039948 -12.36405496965673 -12.42648766162286 -11.434473779825764 -12.4518584157786 -12.435567988392284 -12.437767599354588 -12.42930106366363 -7.506934526928976 -3.943279358354227 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.170410286386806 -6.577128399358707 -12.84208953306795 -12.33017530645617 -12.3858439245942 -12.375325075586014 -11.46217883557131 -12.502234847687546 -12.517704886349453 -12.521113607570571 -12.518056860552187 -7.642646919229863 -4.149734954497129 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.199272582104713 -6.600600115921347 -12.750729829902497 -12.409006650368548 -12.357907679851872 -12.341645063742968 -11.326769656742597 -12.318051422306471 -12.353260634293282 -12.341406984151575 -12.44061974164353 -7.622972426041922 -4.487229566975076 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.36286183162827 -6.696720739826805 -12.780784171282564 -12.401339066755993 -12.372860251707149 -12.353214249919873 -11.366182327370923 -12.329789636806003 -12.33535809267722 -12.32052554276476 -12.333983391768887 -7.538472858959781 -4.446213357222188 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.6589621660686578 -2.522302251393544 -2.494448104248532 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.485587413651385 -2.4944481060084707 -2.4889287502584554 -2.4955371226524767 -2.5169585280118505 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.52891062998013 -2.4977894408556023 -2.490017758949958 -2.4933590955570293 -2.4977894417355726 -2.490017759829928 -2.4988784583795787 -2.4933590964369987 -2.4955371226524767 -2.520299864618922 -2.5965711568293104 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.621922325172136 -6.944010506271331 -12.90924333308821 -12.389759415019752 -12.35896379828805 -12.335428553944263 -11.344200225034768 -12.306690387915417 -12.318201885818452 -12.356910295925443 -12.335834968268616 -7.440353272364482 -4.317879663808585 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.631385792785574 -6.810410039592619 -12.503612240152655 -12.353849949413611 -12.326341458319028 -12.328679718681988 -11.4097388875422 -12.48839016057314 -12.503888647328136 -12.450204912334977 -12.407213396858548 -7.499416461883791 -4.3805870723453335 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.214167367682325 -6.611948110219299 -12.57236991457499 -12.343194910773224 -12.321855013375972 -12.349899785236426 -11.36964166454344 -12.319088589452797 -12.317899148672437 -12.348360120743424 -12.33058293124906 -7.765890500699555 -4.263716283633052 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.324537700929657 -6.626801473150217 -12.464827161018544 -12.344070276199544 -12.356854351202786 -12.392327937780951 -11.423124087541202 -12.441056669381998 -12.468168992360976 -12.46996055858563 -12.438028022619196 -7.531327942527172 -4.099254786136707 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.290541508887477 -6.568327059123599 -12.45861250361585 -12.344973775511384 -12.387497827805923 -12.310900605453469 -11.373661013769745 -12.361326269302973 -12.36084574472584 -12.365359913826165 -12.341771338356224 -7.44865141581301 -4.282416676674751 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.64391858965012 -2.494448104248532 -2.490017758949958 -2.4911067685214308 -2.4911067694014 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.4933590964369987 -2.548154017118643 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.619155798833847 -2.4977894408556023 -2.486676423222857 -2.494448105128501 -2.4911067694014 -2.490017759829928 -2.4988784583795787 -2.499967475023585 -2.4955371226524767 -2.534504299857478 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.198260920964316 -5.728125842496199 -6.494141186661924 -6.023911688999212 -6.49455241915625 -6.259766355780384 -6.259311633390285 -6.93353239238125 -9.054097710742305 -7.748242942045886 -12.7091687620075 -12.575003050925307 -12.39943794926656 -12.422390042787082 -11.436751304989782 -12.407386407902138 -12.350110725649676 -12.328465739018956 -12.340823693076464 -7.47843425685506 -4.509531077465737 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.500419554840123 -6.784230199797539 -12.645979893721652 -12.352593205865336 -12.375842378292258 -12.48954876633006 -11.567159216214373 -12.583701269568978 -12.551522956642025 -12.630261225466224 -12.796970126652973 -7.597844141335355 -4.314182159297909 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.3450784369478 -6.706721617914438 -12.575017599987062 -12.48602883699649 -12.555805832920036 -12.747938720303136 -11.869531474966438 -12.813757955604713 -12.72634959414297 -12.963149965093752 -13.51139718255347 -8.199892393935418 -4.429328357015899 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.194218915327575 -6.595446379362561 -12.550088784946604 -12.36804611062652 -12.370963790708524 -12.364878589451154 -11.370966382775954 -12.368290377152745 -12.434951767112072 -12.467844010866656 -12.447532878059516 -7.579299396218336 -4.401924868054583 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.206334722519294 -6.612902434132545 -12.74794339602133 -12.360689699770669 -12.357302006752596 -12.33862862848828 -11.336612843080436 -12.318282307055222 -12.318525919918502 -12.33157142793725 -12.340833413970898 -7.566064846392803 -4.486333140724706 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.623586206289462 -2.530073941251692 -2.4977894408556023 -2.494448105128501 -2.494448105128501 -2.4944481060084707 -2.4944481060084707 -2.4988784583795787 -2.534504299857478 -2.5623585012070285 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.840469987307541 -4.3702943547840345 -6.199117363564713 -5.964505247500278 -2.5913016516888345 -2.7575197548959998 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.490017759829928 -2.490017759829928 -2.4944481060084707 -2.520299863738952 -2.59239067456752 -5.728125842496199 -5.728125842496199 -5.963159598863961 -5.728125842496199 -5.963577481599974 -6.1990100643640345 -6.259747728995957 -6.259455363517466 -6.495689176636901 -6.183493732953186 -6.498691582976856 -6.622375302726893 -9.060570101069258 -10.87467999073049 -12.762357921677395 -12.542171271498464 -12.438319892907291 -12.389505554192452 -11.402839333971992 -12.369119262267366 -12.38550410684789 -12.375478371190235 -12.362278893453473 -7.597545221723308 -7.635273788058828 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.932364868450406 -9.0115749972326 -10.623931745440869 -12.752564309348951 -12.57541254197982 -12.421182076058244 -12.448559472614646 -11.488514207965489 -12.42068972787612 -12.5260897631968 -12.521782452278378 -12.638336824254642 -7.562087310049866 -7.564576226406226 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.7516757662595 -10.039056848096148 -12.891969699869174 -12.60914059808068 -12.421573789709084 -12.351182812413189 -11.368846718229769 -12.338504030328656 -12.350469166232005 -12.34895184238309 -12.360522661086232 -7.595549932336675 -7.550060330675767 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.522911646655277 -9.851363832320745 -12.939569426601908 -12.4283399375155 -12.362349553644211 -12.333879373467704 -11.346510240389588 -12.333502979214234 -12.333366664846425 -12.34342572372003 -12.35641404810862 -7.892458073646582 -7.54254906078701 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.61788035866194 -9.907609920520176 -12.653153683129364 -12.38700577638559 -12.353004776413782 -12.339430391860496 -11.337307561528975 -12.336761448804374 -12.327967433806627 -12.336089512103602 -12.424298095052285 -7.546847907726651 -7.460117494972864 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.55458674383713 -2.522302251393544 -2.5019698680328863 -2.490017758949958 -2.490017759829928 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.515869511367844 -2.556764839324298 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.55458674383713 -2.494448104248532 -2.490017758949958 -2.486676423222857 -2.486676423222857 -2.490017759829928 -2.490017759829928 -2.4933590964369987 -2.519210847974916 -2.5999124872017028 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.411075043785042 -9.79245435196326 -12.977789042766103 -12.759653808307728 -12.396784533490417 -12.397617221615212 -11.4015218687181 -12.385353729733817 -12.365736941229944 -12.369298471736602 -12.47488366870199 -7.717519422751817 -7.605168364651842 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.784286478640647 -9.987229102643925 -12.776172353858795 -12.485255102548043 -12.401937932504604 -12.366458455976746 -11.393496957217828 -12.352756150474162 -12.35569983752844 -12.359066376097 -12.454523490438172 -7.577091356114078 -7.553491207895319 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.725243685875153 -9.96226192041929 -12.700930879083998 -12.42713676422172 -12.362180106929817 -12.3473912370588 -11.35850060914632 -12.329071315927846 -12.366224342984085 -12.387025112395191 -12.468135170820904 -7.9133632206191376 -7.380490531871672 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.303081729076876 -9.705789501983617 -12.992540977274905 -12.846554669828286 -12.395053441928027 -12.393440191771305 -11.402673820819302 -12.36934246013228 -12.372866534169807 -12.465628960790596 -12.63307428320601 -7.827235670954898 -7.473571104950207 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.648880207710214 -9.94432515909808 -12.837320683826132 -12.502911874621244 -12.371064054846908 -12.379938159717904 -11.346683000723942 -12.35936244011839 -12.341112930180902 -12.342803111349005 -12.425781567165943 -7.669097071729193 -7.46262718198431 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.651440353434474 -2.5097415578910343 -2.530073941251692 -2.486676423222857 -2.4911067694014 -2.490017759829928 -2.4933590964369987 -2.4933590964369987 -2.519210847094945 -2.572058291206862 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.840376154955089 -5.963797793344102 -5.728125842496199 -2.915016517733376 -2.765195896003813 -2.494448105128501 -2.50221979410668 -2.4911067694014 -2.4911067694014 -2.4944481060084707 -2.4933590964369987 -2.515869511367844 -2.576238768113943 -5.884840007383595 -5.964032468012841 -5.964092889101913 -6.202220491680739 -6.04590583629807 -6.046994356390642 -6.499937418505462 -6.1852079467692604 -6.501686723940936 -6.505188192961095 -6.1874881327366325 -6.705037009847983 -9.235340290566269 -10.86588100847989 -13.189663663229323 -12.633344399447026 -12.48580137228303 -12.458192594457236 -11.503669967790646 -12.483885482157294 -12.471631962944016 -12.537882291677384 -12.600382656626117 -7.580574386975186 -7.569160728585649 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.606779049194042 -9.94633399494874 -12.819862047096777 -12.503921533175768 -12.53019571707954 -12.557746552822517 -11.618792275157928 -12.685865298387604 -12.674752351738494 -12.437697198913373 -12.535803028514056 -7.794316057840415 -7.458729891513579 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.556880904681758 -9.874465706529756 -12.953997613645225 -12.503041428513187 -12.355922656320724 -12.373305936144652 -11.409914316064729 -12.3707750717682 -12.340823430193042 -12.575061447971237 -12.44819875097324 -7.83755478581284 -7.541047806368171 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.627432934856724 -9.90223499060723 -13.129770623461813 -12.972877649139454 -12.58018037260224 -12.41068551589214 -11.418323914167892 -12.36169321197858 -12.357763128420624 -12.405905586126822 -12.66443000796284 -7.955396242085402 -7.647320111202231 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.940420876039518 -10.382663443188877 -12.964965580366822 -12.704716508791044 -12.42340503761766 -12.419603386052302 -11.490594587010492 -12.454938337654466 -12.412731673990312 -12.463616028181578 -12.433650840277638 -7.622761305042941 -7.586489533259442 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.651440353434474 -2.505311204639957 -2.530073941251692 -2.486676423222857 -2.4911067694014 -2.4911067694014 -2.4944481060084707 -2.4944481060084707 -2.5634475107785013 -2.62024487591707 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -5.728125842496199 -2.616064393655279 -2.522302251393544 -2.508652541247028 -2.494448105128501 -2.486676423222857 -2.4911067694014 -2.4944481060084707 -2.531162964130377 -2.623586206289462 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.757962001874098 -6.929113974517877 -12.67405542277799 -12.398770473693093 -12.383127812699154 -12.367549757331703 -11.430060291489676 -12.556140404109817 -12.520319249103766 -12.775396328392643 -13.038053007779173 -11.002638912634978 -7.683666468453182 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.88535650449151 -7.286126803503615 -12.737530412404528 -12.749132805778162 -12.491263066717632 -12.40746671102656 -11.445376386251764 -12.414380248725877 -12.473810766996449 -12.468051362614958 -13.12130561293213 -11.015324329761478 -7.670762155801442 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.741462775598977 -6.912609885136208 -12.887838051061932 -12.60481594969963 -12.49572831900194 -12.451172654758626 -11.435313178381136 -12.496412378380962 -12.498610090873523 -12.505235772325063 -13.008455359946757 -10.997625318733444 -7.643299924041362 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.743785161683313 -6.857362450537877 -12.545266565222995 -12.440605899557664 -12.39080636405737 -12.381390904076904 -11.39876934879254 -12.363989740641804 -12.440888689196685 -12.579992233704912 -12.96387617850358 -10.971199370360765 -7.607487067456221 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.549610482597359 -6.8279416813936304 -12.93149428907485 -12.64540610555731 -12.453778685681488 -12.39804556087426 -11.392597672909227 -12.382370545854965 -12.383184055738695 -12.540960384486196 -13.110072911059534 -10.98883143601198 -7.619756033312521 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -2.679294554784025 -2.528984924607685 -2.4911067685214308 -2.4877654327943293 -2.4911067694014 -2.4944481060084707 -2.4944481060084707 -2.519210847094945 -2.5559256981443177 -2.679294554784025 -5.728125842496199 -5.728125842496199 -6.198501037060015 -5.963800529906752 -5.963871330488693 -6.200138909625884 -5.966306028423012 -4.60669780847874 -4.844746111033734 -4.8486791145519685 -4.6913336586961165 -4.609635059863225 -4.849819329584536 -6.213500548510844 -2.9470346096115705 -2.762133363550036 -2.7742540965989595 -2.7646292502146173 -2.803506059548832 -2.6119093115380028 -2.4944481060084707 -2.4933590964369987 -2.527821628403276 -2.8360398254901007 -6.042246336805828 -5.963509756408227 -5.964530097043453 -6.199200333086246 -5.964717085979649 -5.963679642446932 -6.200142167551546 -6.26048900254818 -6.023911688999212 -6.260125817860587 -6.495614271134496 -6.261659762224413 -6.697972027145264 -8.98368348401229 -7.726111120165077 -13.415555131922398 -12.572990699452191 -12.557348545817709 -12.51765712443444 -11.514425036649458 -12.42681194712154 -12.411035441487993 -12.561569443990178 -13.140962678295546 -11.052964124443186 -7.725066890591918 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.797782062214356 -6.912735661380719 -12.562584044437504 -12.413759717654164 -12.396544745015628 -12.361480980605354 -11.382162634904825 -12.356242894097486 -12.43594162204259 -12.482776322480245 -12.85910524069237 -10.964095198085474 -7.606635595397261 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.89597360461513 -7.150168831079016 -12.597733010987447 -12.472872091111842 -12.407511239967771 -12.403837035859338 -11.375141973654054 -12.493584249029508 -12.470872155625315 -12.555596784012808 -12.848717478555416 -10.959783139755944 -7.595162566209924 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.479464565124033 -6.76179263290241 -12.789746607542895 -12.374816031440576 -12.412126676386285 -12.433233622154306 -11.443155345032755 -12.541978495310463 -12.625849511598965 -12.609881116624605 -13.064703922300192 -11.019575119565458 -7.53581969764454 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.746428849194832 -6.98189729928231 -13.02719683624897 -12.536912454916822 -12.438530403889672 -12.46288793556148 -11.478636474544896 -12.419629857688136 -12.413621199525688 -12.65450176699663 -13.05767838016393 -11.033923893844646 -7.660047784089245 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -3.1136276461605936 -2.727939417345129 -2.546666736904867 -2.4933590955570293 -2.490017759829928 -2.4933590964369987 -2.4944481060084707 -2.5223022585081925 -2.5459759838306306 -2.760891592356689 -5.963612411144205 -5.963557977484213 -6.04371792681549 -6.044692096852169 -6.045594901010452 -6.046893985850158 -6.047727978365647 -4.60971659618417 -4.612434805353529 -4.848630615767665 -4.852868021560723 -4.616794140547707 -4.694700675809674 -6.212651432701373 -2.925757071184184 -2.9173017807804893 -2.747533958170109 -2.970434445932125 -2.966193291409667 -2.7262187058472667 -2.4944481060084707 -2.7712347492671183 -3.0264626594834767 -2.915902295589919 -5.9640554734018245 -6.201313096757759 -6.204157005658106 -5.966933484588165 -5.964724876135259 -6.2029301311037 -6.206087555206004 -6.261809177931334 -6.023911688999212 -6.496946451072297 -6.262633450752976 -6.260562770139346 -6.936235314580215 -9.32545742679565 -7.824810354053961 -13.16113780628241 -12.726766942314798 -12.572666410110651 -12.421627141006484 -11.489243799885552 -12.518437948340958 -12.68924274168948 -12.929851816680491 -13.146687897018754 -11.04824320092749 -7.70214769442838 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.99742517116289 -7.437999521981638 -13.062376246522629 -12.746171865611778 -12.545665563906375 -12.444739019269845 -11.447636451581332 -12.420167948437433 -12.418598593078926 -12.723204914165454 -13.081097843497664 -11.054454086204048 -7.694723834831961 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.940076042906696 -7.3021107794486175 -12.839507966076336 -12.502535582278872 -12.477077779270283 -12.445009584800022 -11.443813786983084 -12.407664823251949 -12.409384943824598 -12.536691998111117 -13.068210641485614 -11.053919264204358 -7.677693451723694 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.963538556830688 -7.415870464753283 -12.934960788552154 -12.5846309847073 -12.473843277043846 -12.421533120171675 -11.47022024410813 -12.41896832939796 -12.518868054416233 -12.626627646464916 -12.952949560102269 -11.064586670513322 -7.663082172835389 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.4949721547099895 -6.70001369194117 -9.104516525668227 -7.648258276143902 -12.866483104080451 -12.574287723389256 -12.48051449634028 -12.415141601254126 -11.433013545407553 -12.500862356522976 -12.497314607242105 -12.631897183404428 -12.93189919612055 -11.03611626966889 -7.612171315062408 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.841322319818604 -4.607747579812524 -4.606894203685101 -6.204354215976632 -2.971012008745044 -2.7912254254520263 -2.737508974638349 -2.5884306485152107 -2.490017759829928 -2.4933590964369987 -2.4933590964369987 -2.4944481060084707 -2.52673261175927 -2.6589621714233664 -5.728125842496199 -5.728125842496199 -5.963445812383229 -5.728125842496199 -5.963531933469449 -5.963646700815255 -6.198606617236891 -4.605754254887893 -4.3702943547840345 -4.605663639959191 -4.840632948671785 -4.3702943547840345 -4.840538256586616 -5.728125842496199 -3.149524884879577 -2.8221011315281967 -2.5489496293717235 -2.494448105128501 -2.4911067694014 -2.490017759829928 -2.4944481060084707 -2.4944481060084707 -2.5957320102946206 -2.679294554784025 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -5.728125842496199 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.7639974403474 -7.095102710626279 -12.759300599941133 -12.580732304991706 -12.377613785907592 -12.383989054509875 -11.37614822549608 -12.360203096798358 -12.746976306991607 -13.00783656316396 -13.094242334620931 -10.970602108950144 -7.597353395568119 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.744062382174135 -6.940900289185738 -13.128609180300431 -12.537908683851656 -12.433540230894463 -12.44761291906893 -11.464938745320206 -12.445384974146668 -12.504138789461091 -12.929267549926172 -13.153213442966454 -11.04852856471986 -7.682903604638477 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -9.026709539390229 -7.485183741954553 -13.090427466379229 -12.542311522957766 -12.483276461107833 -12.480450395777416 -11.483524230733073 -12.607512804070565 -12.586802760431718 -12.858463843423658 -13.159072045274929 -11.056839788978875 -7.671708849090408 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.94313138074288 -7.385374541150325 -13.083597528716597 -12.679592469952835 -12.726742060612889 -12.543331537744058 -11.628033720042732 -12.604258991403505 -12.618551068797796 -13.031620763866714 -13.168137287802406 -11.061538873482284 -7.710298897993029 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.665483975526893 -10.135937692327833 -12.7060951850785 -12.778962836758 -12.838450690992328 -12.660164418951435 -11.393399767533143 -12.391461123185335 -12.549550193910266 -12.790693372192615 -13.135147837886723 -11.027392754314748 -7.674662341159334 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -5.728125842496199 -6.198427488347861 -2.6311079700738165 -3.037239963800162 -2.4977894417355726 -2.4911067694014 -2.4911067694014 -2.4944481060084707 -2.4955371226524767 -3.027139619203469 -2.918304046326224 -6.049718157873909 -6.050967754410896 -6.210193610493624 -6.051923189863366 -6.053960167891844 -6.215290595466324 -5.974995353755211 -4.856993123644723 -4.858377231915482 -4.617372416158235 -4.855933369130019 -4.8623989083201735 -4.619284613749551 -6.215678559590042 -6.22449160553496 -2.8896003941722967 -2.856912464817754 -2.9851149097292846 -2.9777050780897576 -2.7380036286216205 -2.736819134201647 -2.9936619401701816 -3.042651180101664 -2.9283318712282536 -5.976030272915737 -6.234013297605697 -6.053698920616219 -5.982918250489704 -6.236627574210974 -6.0575600857592855 -5.983599796951313 -6.529057831619712 -6.3508232515014456 -6.277956592452407 -6.517686087345081 -6.282650722794285 -6.967497050852376 -9.870220114263835 -11.16083224262004 -13.635134624750275 -13.095902105567331 -12.882723308337784 -12.714300490384367 -11.600132160592583 -12.513342467605382 -12.602397318689874 -12.686903356269228 -13.060940221212448 -11.180634989894862 -8.078671672558073 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.259297822513728 -6.26043388612192 -6.497754691108778 -6.265964988834054 -6.345364216318815 -6.784083374527291 -9.37220103279432 -10.95416028563159 -13.305164262879432 -12.840160533559493 -12.715017926469535 -12.599188407341224 -11.595840928825442 -12.584960481983284 -12.71028488422684 -12.854919574621608 -13.315384280449374 -11.260576421320268 -8.203401350157769 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -6.198776150452303 -6.023911688999212 -6.495085633812733 -6.184075344143514 -6.266044936665757 -6.272754289625774 -6.711036538776993 -9.296630465172225 -10.934664041892864 -13.252704870026976 -12.77187051276287 -12.616663020915064 -12.586614155680468 -11.632014423277816 -12.58307711078525 -12.66270304260691 -12.956759208872189 -13.297057716428524 -11.235512318630336 -8.169914000225095 -7.1985662422093 -6.518139914226727 -6.518139914226727 -6.06271948816712 -6.206766853762818 -6.187140082677211 -6.26823831270029 -6.275636944765601 -6.279849710268817 -6.286308505466221 -6.978399914531844 -9.753760912637262 -11.14761384055672 -13.254686637136244 -12.850949628623372 -12.651798825540366 -12.632877720211209 -11.58643843646006 -12.55005778150504 -12.535103254912976 -12.666312320521058 -13.20057181747988 -11.246414785341146 -8.138240489689839 -7.1985662422093 -6.518139914226727 -6.674889261829696 -6.063122200474349 -6.201589419772936 -6.184690208570372 -6.265874359417652 -6.274553489858883 -6.2806013181751785 -6.287561422719208 -6.981579888372111 -9.714101875481935 -11.135351597194834 -13.450601068478862 -12.833940596231423 -12.635255650102929 -12.578549253208411 -11.603170333458529 -12.57567750699994 -12.71300965224522 -12.937132350250314 -13.281054393077085 -11.228505875705782 -8.097668823899415 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -6.198769157701224 -4.528498058206622 -4.846363327022025 -4.615821330861288 -4.6151660559411605 -4.856033839753675 -4.617308025426263 -5.974903353426104 -5.98290429728942 -3.0413024655481453 -2.809915163955996 -2.73352342665311 -2.987803081570803 -2.8039618238139403 -2.7384053890546856 -3.0062760222427585 -2.8793486615691646 -3.041368851059768 -5.998399414900708 -6.098922962227441 -6.303457676551056 -6.094649499960995 -6.269499899362763 -6.096795166600257 -6.269561811886719 -4.744530104527932 -4.91853090271006 -4.751427644480922 -4.917224282884542 -4.852361243375593 -4.951944839580412 -6.105411041722013 -6.297901540431275 -2.920281841493924 -3.0336482882883478 -2.88639628610485 -2.873948966332103 -2.8398140025128726 -2.836154575596308 -2.880856739200166 -2.911701408249499 -2.97448407474354 -6.091669424113688 -6.008517030297716 -6.101851868861879 -6.300511441441027 -6.177831699527131 -6.107817945754444 -6.285817605805751 -6.500317818288141 -6.416096879035232 -6.576219856205913 -6.52825125925721 -6.418778707918121 -7.03316616683363 -9.882807184261493 -11.187685386441292 -13.98534833406176 -13.693040575609432 -13.224543019076735 -12.983615706415208 -11.913860542414474 -12.75919474301961 -12.784081057403643 -12.80832203946169 -13.179294286988528 -11.49939208324319 -8.266410922159379 -7.1985662422093 -6.706857508973729 -6.759211324247123 -6.243001467585715 -5.976245125297503 -6.37490085868903 -6.28247184513134 -6.371508958805154 -6.286941267981242 -6.382481496877949 -7.00171088259616 -9.845416441512947 -11.16518891028394 -13.857263906439709 -13.110442178298234 -12.866046089191396 -12.69459401635004 -11.683463238133417 -12.587066616447954 -12.750339815787058 -13.003728745419007 -13.29689386274597 -11.219445319932236 -8.127074832840783 -7.1985662422093 -6.518139914226727 -6.518139914226727 -6.140715161448751 -5.963399732618481 -6.494996933137419 -6.181589261912831 -6.495749248813802 -6.182625123972289 -6.262310818820305 -6.938160542720139 -9.03201246027296 -10.844362280541464 -13.208950999490169 -12.876132055545202 -12.603536420812018 -12.484514473112409 -11.464792034883576 -12.481097816342302 -12.629344053531645 -12.846119795795792 -13.186121846396272 -11.076796398091416 -7.845696108916926 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.802758837011584 -10.065671510623694 -13.153910260951518 -12.723871106402248 -12.5125649270976 -12.465301863865475 -11.462548675638956 -12.428547961187444 -12.563596913605494 -12.916320661506646 -13.13853167340462 -11.026792307307147 -7.66640023944593 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.923285214232608 -10.297938252513957 -12.956779326668922 -12.74812440694858 -12.547646595703482 -12.43180312346825 -11.43806556749075 -12.418165586923044 -12.421933394957977 -12.660188854438651 -13.146079367835023 -11.039914046081634 -7.626187768757412 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.3702943547840345 -4.605757982441204 -5.963755153420819 -6.199104616464787 -2.7943009897076814 -2.6592096893594586 -2.7035289917386645 -2.4977894417355726 -2.5223022585081925 -2.4944481060084707 -2.5223022585081925 -2.663506878430693 -2.867857003644421 -5.965201202532351 -6.045800686316388 -6.046010056903064 -6.046358002028873 -5.967455760578709 -5.970746623817279 -5.971845351567056 -4.61810500459644 -4.8606095727465455 -4.677889399172575 -4.742902130991993 -4.744724661225909 -4.7433515257397785 -6.104736040031674 -6.106139083174553 -2.8808013290187646 -2.82021087927079 -2.7801414684591217 -2.7707767881761414 -2.7316012339734503 -2.7337178422014325 -2.76939028986573 -2.868931029085521 -2.923551064963993 -6.055480424856776 -5.97390634919314 -6.221018586341699 -6.040354697425912 -5.976049785887446 -6.227809754083733 -6.043656111887819 -6.27046753507951 -6.513570260380366 -6.27287825419805 -6.267966819667049 -6.517228603104114 -6.711004001249913 -9.249386988525783 -11.034496930567943 -13.833565840836906 -13.329943717601012 -12.726607202137474 -12.569445154801455 -11.690983417778051 -12.661218536799094 -12.72658014605568 -12.979835522590356 -13.192349989049497 -11.123019805990271 -7.932969874521948 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -9.139717428995608 -10.70738428785932 -13.145825045409296 -12.624660716174304 -12.532813011215408 -12.491425189749298 -11.47560910687235 -12.44376866298114 -12.71840169085069 -12.96350262721436 -13.178791272347503 -11.087718805944638 -7.747327885433054 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.932481291696615 -9.168336314810912 -10.7660561965309 -12.945384217669504 -12.856773056352829 -12.600905960020606 -12.537778415899782 -11.528113230022006 -12.504234981611866 -12.486077229560411 -12.826518301840776 -13.172266069906458 -11.071720292443995 -7.750333245906263 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.023911688999212 -6.461934744177148 -8.975381832696758 -10.490375512857996 -13.241985332561311 -12.61023589769774 -12.510310149934986 -12.493788360661595 -11.483406413154755 -12.4480547887827 -12.558607690653776 -12.843993496844352 -13.197922450681148 -11.099876390694376 -7.865398389379035 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -6.023911688999212 -6.023911688999212 -6.4961784707705865 -6.26410915004582 -6.349299636609431 -6.78826562323798 -9.362640884727629 -11.00105137271482 -13.276007201420004 -12.727817157407692 -12.573240796168635 -12.539819673502386 -11.552284778721797 -12.491454616437649 -12.511853256702798 -12.742311992549544 -13.240995190872658 -11.193076152678556 -8.073261392779933 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.72812583845784 -4.606076031319761 -4.60715175750326 -4.849332211118194 -4.694270742865061 -4.696657765774917 -4.856825917491364 -5.973906285400452 -5.97389254104823 -2.8669537658938875 -2.755263828986481 -2.8175195707218883 -2.804127133693357 -2.8060715325023207 -2.778982947652404 -2.7524391233644323 -2.7855170615619507 -2.898900871155553 -6.048656034147698 -5.967855411894835 -6.206075344345455 -6.2098665224043454 -5.974848974840703 -6.05290136217122 -6.214056506567754 -4.620161964765673 -4.699211405676881 -4.857009194110287 -4.617646075417928 -4.857132195899824 -4.862743745178885 -5.979417538195921 -5.974131772807719 -3.047978220891143 -2.7503976361106472 -2.7384658433860443 -2.9648254045029194 -2.9636768531343143 -2.734596943779747 -2.7634381601772637 -3.024561700287971 -2.917681747124665 -5.966129460732772 -6.206474403513436 -6.209902590857353 -6.050317910518576 -5.968016032433621 -6.205957716686781 -6.212141437539818 -6.185276023994875 -6.500347667358585 -6.346945583152543 -6.351507988523687 -6.514965190492639 -6.711181763347821 -9.224398293017474 -11.093348711234173 -13.886050449389924 -13.10498713905148 -12.832033232301065 -12.653681123480046 -11.63773536177315 -12.570444916485426 -12.635079321192968 -12.872296317019677 -13.239716915553927 -11.359470885266283 -8.297762989246525 -7.1985662422093 -6.518139914226727 -6.674764160049167 -6.064018737796992 -6.214252914319954 -6.228595984768966 -6.277476519551481 -6.551035585306965 -6.399479027526961 -6.406077677739034 -6.728358699910878 -9.881495644791864 -11.184705060672298 -14.060567605907764 -13.106618522210116 -12.778064485292964 -12.719573535125225 -11.697593375205296 -12.624390419349066 -12.728315555170214 -12.810119613084977 -13.27296873429882 -11.363500081596763 -8.323667640283634 -7.1985662422093 -6.720268485198726 -6.67685578388409 -6.229809053044542 -6.070709014549129 -6.274492652065227 -6.380151022421919 -6.283469732058542 -6.379331887404645 -6.554371563170811 -6.798411516694319 -9.682919560258872 -11.172460098515048 -13.722016584671412 -12.894600076487077 -12.75993214297452 -12.642638894148067 -11.633592716143124 -12.573017532968612 -12.564621137252336 -12.799805821447835 -13.228503499087902 -11.303609757669816 -8.229083535660756 -7.1985662422093 -6.596549849450374 -6.676045019319883 -6.226943846347143 -6.024468069118934 -6.269985084821515 -6.27144035439085 -6.288013777986104 -6.543939837953957 -6.391968429169511 -6.83394329864612 -9.726217804084571 -11.15726405268865 -13.7199485099947 -13.156449710430904 -12.799501324648952 -12.705556325942815 -11.693482966536918 -12.612756346944025 -12.615604232630806 -12.757545111402782 -13.293066612044145 -11.404207172829691 -8.407888005194538 -7.1985662422093 -6.72090315423644 -6.757745722079358 -6.269063692812373 -6.0245483093871055 -6.271105984571773 -6.285061610246356 -6.536667442780748 -6.343944358374756 -6.28113363324828 -6.807740509101548 -9.634638713139667 -11.162941891915214 -13.540807572585038 -12.798079514594429 -12.65823009502452 -12.590914388503757 -11.666398968608169 -12.570519730214093 -12.53468764674558 -12.817408477910588 -13.275362603844524 -11.237786266054949 -8.090442353528491 -7.1985662422093 -6.518139914226727 -6.518139914226727 -5.9054207199341295 -5.963699517228693 -4.605731637654522 -4.841984192847833 -4.61190646523267 -4.692372386887987 -4.694708456372514 -4.8592453288723965 -5.974128741484438 -5.974626520096201 -2.905780993930512 -2.7615436250331564 -2.743597991131369 -2.737859469720548 -2.7365742349907363 -2.972272100406405 -2.975486917368054 -2.7821219148891028 -2.98070002585117 -6.223021834816216 -5.978631397853389 -5.974229300348674 -6.223790816851766 -5.982598543179291 -6.220429408939874 -5.985637083255497 -4.866857946612345 -4.694350780514565 -4.62497007157829 -4.876691442456658 -4.700019848295118 -4.626020019628177 -6.236274317886755 -6.067009634835425 -2.8719607895962542 -3.0079540307206662 -2.743140980497167 -2.9743436466716164 -2.814169683722129 -2.817526247050867 -2.9782428440984927 -2.7779554406590647 -2.9065448317158813 -6.241147073430278 -6.062228143369359 -5.9856135863929945 -6.24955219205051 -6.114965303969606 -6.056231762812043 -6.239264279433081 diff --git a/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv deleted file mode 100644 index 7f9cdff..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.3095162633814786 -0.29836725958071475 -0.2937356784607761 -0.3090577523578157 -0.29830686180215515 -0.2936266361194686 -0.39561473200202374 -0.3845351975652464 -0.18317928565245897 -0.1919588484249942 -0.17529727043343743 -0.18937884054940468 -0.18888830558113873 -0.168968774871245 -0.19043574347668352 -0.18297041043364104 -0.18986216774080514 -0.39531418176906064 -0.38000197289657806 -0.3951073907531449 -0.3802634036899054 -0.3952531989631195 -0.3846907443706818 -0.38004446713473833 -0.4143781713050286 -0.40352279334469376 -0.3987964445336619 -0.41424377616057817 -0.39927278468809996 -0.44212304071685515 -0.6247075173341544 -0.7064348762265902 -0.8814099246351722 -0.8390974872884595 -0.8159719429597012 -0.8019013356081124 -0.7394554170075973 -0.796523052578364 -0.8011176079101151 -0.81356349154921 -0.8404331247673019 -0.7113655007264653 -0.5101093301550417 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4127655253262666 -0.3929368597152106 -0.4258517496195487 -0.5952781219170201 -0.6975191242883108 -0.84851567029842 -0.8164799647648382 -0.8036659411728183 -0.7985643168143948 -0.7352096606088543 -0.797052466193192 -0.8012302273466709 -0.8238106446914983 -0.8385350616842726 -0.7125980792198716 -0.5136810702613931 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788284350566167 -0.3976538045123234 -0.41286861417886783 -0.3984049343378514 -0.4061491036749267 -0.40666783552712665 -0.4346495349969432 -0.6085594809227362 -0.7074977894278424 -0.8485789518319574 -0.8147618535305069 -0.8053745784528099 -0.8008046985865913 -0.7363515093078868 -0.796549560030548 -0.8013811026189864 -0.8105573401752543 -0.8394886638958287 -0.7140328907777878 -0.5157138817450827 -0.4572904869018806 -0.41406625636003397 -0.42402003633936086 -0.3901438587244743 -0.3839814936915276 -0.40285942819696474 -0.40303810855445477 -0.39831909265365295 -0.4137666252109625 -0.4022974551297096 -0.42630605080409695 -0.6082253208570971 -0.70510673017738 -0.8567091053366671 -0.8096491804321934 -0.8031383928477879 -0.7994367720271678 -0.7353901813750409 -0.7952752153427358 -0.7948293022561218 -0.8032108416830915 -0.8294860457415272 -0.7104677206201365 -0.5094409092199322 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.38511711255074205 -0.38393127233809443 -0.40280211203701405 -0.4031037908466775 -0.4031264051456617 -0.3982603012166006 -0.3992047297708032 -0.442930758885796 -0.6050375900492498 -0.7073962558348406 -0.8507851784890824 -0.8116395185458455 -0.8018324152912863 -0.7972867001123308 -0.7332536932580386 -0.7942290607400718 -0.8000579103328275 -0.8054453284050079 -0.8401409452156168 -0.7077152818102839 -0.5060786564986341 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.3075051309034994 -0.29260511809320405 -0.2926087394793687 -0.2928027680015 -0.30809503678653566 -0.29337987505146707 -0.38457266885212793 -0.39464975925105 -0.18546252149945902 -0.1762935915311795 -0.17563930567547476 -0.17381089059547916 -0.1742423008418659 -0.1742386779777573 -0.17482196477427803 -0.19302294358802913 -0.1927760399964946 -0.3840905403656572 -0.3800614578445379 -0.3858944362163406 -0.39727178505924354 -0.3882975469144322 -0.38869223988530516 -0.3808261903585342 -0.3002573634192221 -0.3115130170206999 -0.3003290966318605 -0.31153254015384085 -0.3004501379108692 -0.31137938701729967 -0.3873872863630105 -0.398169381643852 -0.18936579846999663 -0.18079586159445016 -0.18295181750591122 -0.17930384715273598 -0.18236045334954973 -0.17792457924845426 -0.17660676241526574 -0.1878336889629237 -0.19303232740682877 -0.380842680510617 -0.3862568084470963 -0.39787336655181404 -0.3859842974297179 -0.39791409204690287 -0.38658123453484305 -0.3983721967036682 -0.40512867530374175 -0.4179317517448494 -0.4063000933718233 -0.4169026299840321 -0.40564551917923625 -0.44480926683941363 -0.6278071900208493 -0.710414837509228 -0.8949301926125164 -0.8604629058093769 -0.837192081458485 -0.8220321078713301 -0.7609569785908539 -0.8087615855394547 -0.8069185040264635 -0.8110112402241155 -0.8494941237025464 -0.7333212659263845 -0.5329787933005438 -0.4572904869018806 -0.41904733851979165 -0.4241184508899553 -0.39025347788181136 -0.379671810873551 -0.3988354384273823 -0.3992800652416427 -0.41530436724584696 -0.40587163067093046 -0.4062761341856764 -0.4274031119236052 -0.6239549902873054 -0.7103036036595253 -0.8626525706305795 -0.8145777099132983 -0.8001898284451439 -0.7959829820683478 -0.7322556752955117 -0.7939567617691455 -0.7934040188460462 -0.7988146562025537 -0.8346680854565776 -0.7080020535782469 -0.507225619511582 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4125454779330891 -0.397636851137933 -0.4104958107027211 -0.573813984804699 -0.6734067728833897 -0.8473047466314434 -0.8260030914369241 -0.808152720747577 -0.7956954711400757 -0.7362176193459536 -0.7981489902683645 -0.7981524971998866 -0.7962069867628209 -0.8260128154022826 -0.6984451897374993 -0.49045144780373195 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.4128621425521308 -0.39307656859515033 -0.39828155126578446 -0.3990747482408308 -0.4435113316633194 -0.6080231894251067 -0.708423793782124 -0.8661391835845891 -0.8228758517527661 -0.8166224067312474 -0.8190630017316854 -0.7470716192422274 -0.804946962956325 -0.8036021404697523 -0.8115775649659178 -0.8236291663087922 -0.7161253948358595 -0.5186756142089957 -0.4572904869018806 -0.41406625636003397 -0.42406789656468463 -0.3901416744013408 -0.3790638280896228 -0.39796972598992364 -0.3981489785461401 -0.39838579459191026 -0.39860729643860593 -0.3989386958720882 -0.44274705329920105 -0.6066985442789086 -0.7036840150786184 -0.8602406405505406 -0.8146437264262969 -0.7989039761273034 -0.798006713575586 -0.7325547440970313 -0.7935055063255434 -0.7917852173400114 -0.7967113871619558 -0.8309272151752483 -0.7059208676630793 -0.504181197314624 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.30750253640890796 -0.2925964902881675 -0.29257142121772 -0.3938681213935042 -0.373963683631566 -0.1984359657446888 -0.1744245066786872 -0.1594318785699807 -0.17340433877474495 -0.18853342782980653 -0.15867261779049507 -0.18832245929460376 -0.16236573612896693 -0.200170830452179 -0.37905019522479405 -0.3942830922843398 -0.3741465953534562 -0.39432389293224557 -0.3843851324567125 -0.3845033264552522 -0.3947174656852832 -0.29826600436124884 -0.2984029137935782 -0.3086169872842563 -0.29834748512993403 -0.29857005062335346 -0.3088994160819746 -0.37969661463019944 -0.39472027528634746 -0.19735974452885863 -0.17128097423056354 -0.17373621662610939 -0.17335358106258017 -0.173516156333418 -0.17829996044436072 -0.17528462242103512 -0.1773476669748825 -0.18234342051189462 -0.3824520456035428 -0.38452216710610876 -0.379260888775652 -0.3796425134555145 -0.3950998533261312 -0.3835396499095992 -0.37948075918521684 -0.413678173368544 -0.40232637330775145 -0.3983123368151851 -0.4139442105184783 -0.40271988029083394 -0.42646195372748824 -0.5955087542948898 -0.7037113729606183 -0.8564262071845381 -0.820358964597041 -0.7997423004945291 -0.7968056794347657 -0.7318313669483748 -0.7913265653655656 -0.7889195228899861 -0.8141026637707287 -0.8287653456007135 -0.7036075768818045 -0.5014942512747226 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5619917686377608 -0.6431741117105062 -0.8291350492163323 -0.7952575005571428 -0.79149110633558 -0.7886648647921805 -0.7302364026807018 -0.7976858577916062 -0.7981851170556313 -0.8119006821968564 -0.8247487743433415 -0.6994727054636539 -0.48759618423572937 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5661193767488393 -0.6607912825263031 -0.8394748435474598 -0.798735961090962 -0.794314627547599 -0.791574287328685 -0.7275829439073391 -0.7916748091737223 -0.8000857673316673 -0.8144061019242897 -0.8277457659386914 -0.7023813985802209 -0.48842853797824287 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5774399093997298 -0.6737829757155753 -0.8357201544499911 -0.8231504140062924 -0.7953784299454915 -0.7922822168822491 -0.728388430960527 -0.7910452642703601 -0.7908300276455296 -0.8001848028478311 -0.8307432694793445 -0.7047069705255876 -0.5037119748916301 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4404806847863302 -0.5871497577482576 -0.6852471864947133 -0.8292194114757537 -0.8028265204280636 -0.797172780183691 -0.7949507971397417 -0.73100337574787 -0.7929611027592663 -0.7913813626037499 -0.807074340508275 -0.8117154779678899 -0.7055166911969637 -0.5018570647985124 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.2925822448013705 -0.29259964390507637 -0.30795193656819636 -0.29821964854640753 -0.2983794525382484 -0.3950283238475177 -0.3796919111597807 -0.177999332378505 -0.17447933303602461 -0.17603894153314734 -0.1737271078929907 -0.17322420791620724 -0.17366425743449274 -0.17381786414021314 -0.1809728960298785 -0.18900015499972947 -0.37936352223358 -0.3798429353306931 -0.38000438460291525 -0.3956204866558055 -0.3839945193486544 -0.37979728554640874 -0.3959085302519534 -0.2983598460886374 -0.2937202066664246 -0.30972626739821685 -0.2983269902943204 -0.2936839604438475 -0.3097953730237298 -0.38464314406458766 -0.38016512786266365 -0.1965513588809278 -0.1770476502706225 -0.19005382584129088 -0.1789616058289284 -0.17892334181263128 -0.18932632603097752 -0.17904078482030475 -0.17543348311968035 -0.19607095060589308 -0.3953748052182147 -0.38001356911751527 -0.39540509080887176 -0.3840315418299794 -0.3799146646810273 -0.3960350829225875 -0.3846347035151579 -0.39868607979607623 -0.41447852486304637 -0.40318694729640264 -0.39890645849049733 -0.41505791977136935 -0.43214908404965385 -0.6265885894880785 -0.7102337818023768 -0.8703859030552866 -0.8364397035440725 -0.8168298425181078 -0.8096610195359452 -0.7456222748816318 -0.8067508955851833 -0.8102862949986267 -0.8091999070458511 -0.8412010663231498 -0.7272170812918873 -0.5344066076093652 -0.4572904869018806 -0.4190515264321111 -0.4241167322430539 -0.3903345623991753 -0.37993925227499803 -0.3994289289310812 -0.4161800976319579 -0.40620504828674253 -0.40685133679154506 -0.39967377114088504 -0.43415105312099084 -0.6254264836018417 -0.7104835668039519 -0.876090074200129 -0.8186773930585749 -0.805802654076103 -0.8038556598768636 -0.7383195358755735 -0.7982486747106232 -0.7960553174308848 -0.8039736157086527 -0.8126431463052638 -0.7136994682626092 -0.5159793295718804 -0.4572904869018806 -0.41406625636003397 -0.424041395018149 -0.39012829779285846 -0.37902507932486357 -0.39799105977791777 -0.39823485500691097 -0.39856824825439613 -0.3990077899502593 -0.3992986061288135 -0.44334519654279214 -0.615498143918901 -0.7070872899102568 -0.8516490495041842 -0.8238864294254239 -0.8060779065846978 -0.8002650925760982 -0.7355767605014225 -0.7956888654914281 -0.7966323244970387 -0.8033682517472509 -0.8218472303175487 -0.7104245504442167 -0.5110760325312645 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.39011880824514067 -0.37886466763469195 -0.4129379658934466 -0.3983118107086712 -0.39841353735693197 -0.398453892996818 -0.39943008676002945 -0.44369189470064235 -0.6181436273122711 -0.7065547761667949 -0.8548629081324712 -0.8181894201062131 -0.8036490586238085 -0.7994172914624699 -0.7426294418132969 -0.7996069725024743 -0.7981483169977809 -0.8044497980724019 -0.8349339881228708 -0.7124200017917758 -0.5144602029535604 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788360120512018 -0.3976187221278044 -0.41268364129442986 -0.3928787802811753 -0.3979473446287986 -0.41329547389715093 -0.4414845038799515 -0.5818453477512815 -0.6892779310401432 -0.8396521290831659 -0.8024127240431467 -0.7962807709511159 -0.7947329957234928 -0.7314004675174198 -0.7956026399128305 -0.7936095905866819 -0.7993150418082698 -0.8129623434242154 -0.7078161065216328 -0.5076267222180482 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.29259955342095 -0.29271140166629367 -0.3083482846344754 -0.290569060166433 -0.2934418854014964 -0.31028161094905815 -0.38678658638639757 -0.38380023545470543 -0.1781549044540414 -0.18465175285661203 -0.17466116819715585 -0.1891455987352177 -0.17729066962408319 -0.18188568075394052 -0.18218239343396794 -0.18360693057511301 -0.1876522037182432 -0.3801511987699848 -0.3857987690975279 -0.3970521832309086 -0.3885737977437065 -0.38904797980474054 -0.38110560601278 -0.38703184051979267 -0.3118454593785089 -0.3012338972224324 -0.3120273532517315 -0.30071272398278454 -0.3124371167730069 -0.3015591933786029 -0.39876524438562677 -0.38833128390181215 -0.1964430061129955 -0.1868168708363669 -0.17891240504063818 -0.1823813400708288 -0.1900646195427095 -0.183667555216295 -0.18267248425376117 -0.1808055671746613 -0.19846064778296763 -0.3982034645663684 -0.3853090741556623 -0.3972734522050499 -0.3870196383954928 -0.39861598144314603 -0.3885137655973155 -0.39848025518604363 -0.40617995574143745 -0.4172205939198522 -0.4056072812608417 -0.4176661355279725 -0.40674865293752077 -0.445367826111766 -0.6278073215904817 -0.7104622909825064 -0.8939451350669162 -0.845166864567568 -0.827822542271071 -0.8196830575164382 -0.7497871262104668 -0.8030427429638095 -0.8005977371778996 -0.8044637153643283 -0.8151097656337656 -0.7220549581131126 -0.5264756035410386 -0.4572904869018806 -0.41904719316694067 -0.42410009147874206 -0.39020640203898377 -0.3794651702849907 -0.3985740129318657 -0.3989098296361161 -0.4152927060806772 -0.4053091269306051 -0.4025791793543296 -0.4268964880886115 -0.6202598785393985 -0.7092821389554654 -0.8783521245766686 -0.822309322750749 -0.8056262078470857 -0.8032937158409853 -0.7428235808910454 -0.7990036987728477 -0.8005347129907308 -0.8010646707937505 -0.8196820486941201 -0.7221968689063651 -0.5281918432961119 -0.4572904869018806 -0.4240523640997086 -0.42411153834571325 -0.39018775601471495 -0.3791170710799462 -0.39785574262632134 -0.41272617557400876 -0.41270653857808176 -0.39766458065339433 -0.3976198655154256 -0.44042655275384723 -0.570732969890578 -0.6814142782101625 -0.8492315482119837 -0.8231089827771099 -0.7996494145827916 -0.7965045736971369 -0.7330816939726472 -0.7902912120440635 -0.7899767393045302 -0.8079928824671597 -0.8320290442189509 -0.7049057722335009 -0.5015204684240894 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4404060284686788 -0.5780891993402641 -0.6792945004724643 -0.8288446429679185 -0.7999990374230689 -0.7967854160210004 -0.7919591480500542 -0.7301655636613203 -0.7913624428064949 -0.7917904418198555 -0.7930050149831397 -0.8101125932967301 -0.7068167292710723 -0.5033549323948522 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.41263379841297754 -0.3928411343125175 -0.41334255849996415 -0.42633505857099463 -0.591124253061947 -0.6991563209033572 -0.8438305415302703 -0.8028477394322289 -0.7975161087591738 -0.7965521714212783 -0.7311968727055022 -0.7944421253173469 -0.7927174589014614 -0.7984297675065232 -0.8256845418997876 -0.7065596729207215 -0.5027080148177923 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.2925649504376239 -0.2925961712026147 -0.30810049070945245 -0.29341089930336006 -0.30103139429827436 -0.3013929373929575 -0.3879301619393029 -0.38799114098560095 -0.1852936765966662 -0.18009024128265266 -0.1733454682668641 -0.1882435972920941 -0.17862182043823113 -0.18890277329230729 -0.17366820846392927 -0.17377108401707492 -0.181895628912026 -0.38823273817414683 -0.3840177273689325 -0.3802305864595937 -0.3862808606660386 -0.3977421217362091 -0.3862635766115077 -0.3978854625374507 -0.3003285338041162 -0.31183398577658017 -0.3009533164653047 -0.3120808947539235 -0.30201590465114375 -0.3131803251290189 -0.3890152169721985 -0.3995244104816052 -0.18119777001265794 -0.17969676533422663 -0.18233361206555104 -0.18223522589123756 -0.17888074470175563 -0.18874776700664428 -0.1779581930048705 -0.1804999724510617 -0.17849972293828845 -0.38704347573195913 -0.399448633178624 -0.39341156361695256 -0.3887231360488595 -0.40146357696398244 -0.39580819565030506 -0.40206401908456857 -0.4161148008162549 -0.4083334654095085 -0.4207335044396235 -0.41536065721331533 -0.4219887468899577 -0.44634468638129976 -0.6278026080360835 -0.7107096087670555 -0.9157947977994633 -0.8803283671912546 -0.8629474650012146 -0.8547671744172338 -0.7854072680840702 -0.8369194161456793 -0.820724219977972 -0.8199859634850324 -0.8345444974976919 -0.7444796694217175 -0.5530995232324976 -0.46756829659954063 -0.430032611527701 -0.43744685875998357 -0.3996179981004794 -0.3890769083638846 -0.40650630872115173 -0.39946167847600894 -0.4064613098828304 -0.4195259631625898 -0.41136909838589936 -0.4351343661120987 -0.6277958479350156 -0.516989177961346 -0.8809259520576751 -0.8534065357168573 -0.8402226330301783 -0.8160273712556961 -0.7463347744824766 -0.7988556266715894 -0.7961304521659153 -0.7987737485735279 -0.8324786583140205 -0.7230126751092738 -0.5296460706433023 -0.4572904869018806 -0.42407379740471507 -0.42414357843758865 -0.3902649891396323 -0.3797223018171629 -0.3989229677428142 -0.41503468588579184 -0.40479277610678926 -0.4023934760150474 -0.3988556140893454 -0.4329621086980094 -0.6215182671376701 -0.516194891837646 -0.8354944097106829 -0.8050156848193555 -0.7986758185533367 -0.7963160132735798 -0.7338918680436728 -0.7943160497604194 -0.7941696082834747 -0.795238505788191 -0.8043758227762596 -0.5157478916922201 -0.5099205316404261 -0.4572904869018806 -0.41406625636003397 -0.4240201770286205 -0.38518204843485754 -0.3790037036808558 -0.39832704808090713 -0.3987925837641241 -0.39928871137752614 -0.4152106894922265 -0.4051531224533271 -0.43024319871987915 -0.6044369593891225 -0.5111545650280593 -0.8281711703819509 -0.8051205610693085 -0.7979625764194608 -0.795488185366185 -0.73248011480886 -0.7916557179889453 -0.792903491942352 -0.7930757850326947 -0.8010486209728095 -0.5151545332036056 -0.5130236755988992 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.37889860708522 -0.3976608766870964 -0.41314650452476104 -0.39854565002059833 -0.4061753154966447 -0.4064400336379918 -0.4346288609093107 -0.6027428881920927 -0.5069888391100366 -0.8134459064314128 -0.7970650235466964 -0.7947964961578154 -0.7940610616579744 -0.7283289489094321 -0.7915153912367808 -0.7907504969976089 -0.8001410564941739 -0.8122509503949886 -0.5073409473086773 -0.5053201072522673 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788621358197273 -0.29779925251994505 -0.29812418833208726 -0.2933135197483596 -0.30873824462318655 -0.2974394408778059 -0.2936819400845189 -0.3972052351553232 -0.193546740974754 -0.18037448866241418 -0.1893205660541053 -0.17333809613478804 -0.1881195134800355 -0.1682957897661219 -0.1732421769557781 -0.1789860227461405 -0.1734630309074954 -0.1755836460383709 -0.18433245973202045 -0.37956028118359947 -0.37971759536539795 -0.3799656927079748 -0.39557331168500776 -0.3839699364968679 -0.3797219457501083 -0.30927813712360147 -0.2980353131196207 -0.2936545613402405 -0.3096480688165626 -0.2979094777545836 -0.29360956562556517 -0.3955943790419881 -0.1904093045621122 -0.17677163094191298 -0.19016119833325357 -0.17399210429371698 -0.18934986955538524 -0.17389940640116333 -0.1739674966658498 -0.19018902427915332 -0.1790763983007488 -0.17815684070015156 -0.20498684919321433 -0.38631840968775955 -0.3981005354534152 -0.38754660510212824 -0.3983742243893345 -0.38748037270507996 -0.3987696048360866 -0.4063216125786865 -0.4174327122386967 -0.4072806094378124 -0.41904745928322473 -0.41364467751400363 -0.4482706421185265 -0.6278171747383655 -0.5167834038564976 -0.9016678592874321 -0.8639724998268534 -0.839697569574804 -0.8259490375024174 -0.7587533254017921 -0.8136223924076588 -0.8058124191345849 -0.8041019539998094 -0.8308589028025525 -0.5380534263906439 -0.53174272774182 -0.4572904869018806 -0.4240416982022653 -0.4241075400928267 -0.3902794344604826 -0.37961997714302376 -0.3987673244787351 -0.3991900101079589 -0.4155718470130834 -0.40594020188883784 -0.402955119448175 -0.42703170980967387 -0.6218351767998721 -0.5161458248982488 -0.8484271725959942 -0.8059648344670403 -0.7970128785516453 -0.7958278571817284 -0.7313045009851139 -0.7918129465383821 -0.7899025768787549 -0.7890176119976502 -0.7957028092584274 -0.5051916467921806 -0.5014649540716282 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5657749175406929 -0.46638297662463246 -0.8193907059206633 -0.7959483240780154 -0.7939543102278341 -0.7944300719570778 -0.7287069823014487 -0.7900432661993698 -0.7909336985415215 -0.7916680142097928 -0.7989073802441482 -0.5072356416573133 -0.502321752397424 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.3976314561057133 -0.3976913995824725 -0.44082894965468256 -0.5933470111000556 -0.4995200386776721 -0.8188557172164043 -0.797732056117768 -0.7949247858903524 -0.7941989421022079 -0.729151438750295 -0.7913650174451526 -0.7925495664162714 -0.7941026845973702 -0.8116576528651185 -0.5139796001958467 -0.5072900360875987 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4125506793076097 -0.39763599457021775 -0.42544273091306495 -0.5797424890041195 -0.4876103641494404 -0.8093892564251838 -0.7971843323319768 -0.8008572372364671 -0.7901515239189234 -0.7274613006479757 -0.7888348197161127 -0.7886091946289778 -0.7949186463826007 -0.7963148920483876 -0.5059330415926581 -0.49774585704667534 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.3075176484249159 -0.2926779733396597 -0.37889311231478257 -0.20041580706631626 -0.1766808776074225 -0.17391430040954847 -0.18835389525301757 -0.16918556382471442 -0.16813380143291579 -0.15817892000636685 -0.15817892000636685 -0.17340609452691072 -0.17537094015220026 -0.18484719812842926 -0.37918163868514543 -0.37909511654641403 -0.37942521047452565 -0.379462233078579 -0.39475186277096125 -0.3768821402721867 -0.2930978763100436 -0.3089602549151358 -0.29764322302106705 -0.29351397742858953 -0.309621601203942 -0.29808800565403243 -0.3798392830932299 -0.20018973196683199 -0.1758967383191505 -0.1785865069385926 -0.1734439300825625 -0.18841656989558722 -0.1737939826224266 -0.17364922681772116 -0.18833693317592073 -0.17666574918570987 -0.18180488757317328 -0.20062335793252578 -0.39463879319806616 -0.3844831036307039 -0.3845309558135275 -0.3947685714198422 -0.38455804093068124 -0.3845028854543173 -0.4132704715145291 -0.40330666068498805 -0.40361707728063884 -0.4142506314049558 -0.39876588182894435 -0.4417566610138578 -0.6169927614658978 -0.5097014401140741 -0.8461730391677914 -0.8137712272729496 -0.7999798986211002 -0.796367584547645 -0.7335796904162099 -0.7911810260878024 -0.7910465579348875 -0.7908115157679283 -0.7983248821384337 -0.5163958597024141 -0.5152749541217986 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.37893651673542855 -0.4031615074050463 -0.3985136856981992 -0.4143226349271158 -0.4052027103099995 -0.4025276549771391 -0.42737580968039496 -0.6277031670217321 -0.5098855927548888 -0.8553509325403185 -0.8173648885090367 -0.804341976336876 -0.8009862435440709 -0.7396289690199502 -0.7989643998185761 -0.8005170591341608 -0.8078982059426747 -0.8100798964332048 -0.5233061995451298 -0.5319699975694423 -0.4572904869018806 -0.4190414849344584 -0.42408948242441474 -0.39552548804201054 -0.3870949094038949 -0.4018078936167979 -0.40180060667318046 -0.39847517400459415 -0.39933623923392625 -0.39940255005267533 -0.4433476213746054 -0.6166334191850257 -0.5115687007662479 -0.8355376328117049 -0.7978700859374687 -0.794767679208411 -0.792507979630282 -0.7288513434666042 -0.7875950626219882 -0.7866284842078153 -0.7862257980658993 -0.7941094487673854 -0.498274025066893 -0.4866912851070664 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5670735577959944 -0.4683891330635112 -0.83149140117331 -0.7997938053592438 -0.793837825869512 -0.789899352307021 -0.7277136681436945 -0.7890534367940536 -0.7895340909369176 -0.7901971467384922 -0.8151664686979252 -0.5108482908567573 -0.5009855806403359 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.3976290718178203 -0.39771034865110855 -0.41306912515894223 -0.398408014923633 -0.4312779475709732 -0.5895550397213898 -0.49398862074506067 -0.8190970000275085 -0.7976827645038667 -0.7979616806590752 -0.7966476885931199 -0.7321438317834806 -0.7943542805199685 -0.7916595317286733 -0.7922036317226459 -0.7983949566347383 -0.5075114174816744 -0.5080396658793674 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788240899592437 -0.29261774628246107 -0.30791354761213385 -0.29333668032056803 -0.3010426385586944 -0.29730161766036134 -0.2968964368313828 -0.3800647471806934 -0.19997493924647441 -0.17810286003422032 -0.1812582068527205 -0.17842176570654492 -0.17349323744989925 -0.1787854020574127 -0.17874996366927268 -0.17382778411243416 -0.1742138752228257 -0.18090490490404068 -0.18235486534576417 -0.39687300873804826 -0.3872124934493794 -0.38438087046206876 -0.38035266831130976 -0.38680334605838745 -0.39803204292152117 -0.29980919916524235 -0.31147365481501366 -0.29992934262351256 -0.3111363966427798 -0.3002442936132768 -0.31182892269429724 -0.38683300539902865 -0.1965197309189638 -0.18176395848075783 -0.1786041925301788 -0.18913737614479487 -0.1893535448383653 -0.1738163737207816 -0.18879656101770892 -0.18929539619931998 -0.178949961301766 -0.1812640327632603 -0.19958964185125377 -0.3844972858105929 -0.38012727297622784 -0.39671081947018516 -0.38498489010328485 -0.38019670872729056 -0.3962196413200514 -0.40326786017488586 -0.39874267621595333 -0.41416108471761465 -0.40332437640123325 -0.39890713951752366 -0.44224293375823864 -0.6278215748992447 -0.5084216242733646 -0.8500128154215516 -0.8292593297230882 -0.8120782675468915 -0.8019956411357319 -0.7402187560186838 -0.7960617936726785 -0.7942560721817603 -0.7943719025227362 -0.8015314227957326 -0.5110723042775862 -0.514267376970517 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.41255588709417385 -0.3927876804132226 -0.4129534523554872 -0.3956669307245559 -0.39845261647787655 -0.4428087922798444 -0.6103242372521326 -0.5014791101128175 -0.8135234436371731 -0.7988740069300012 -0.7945873601925362 -0.7957696950372554 -0.7338145826931546 -0.7937978220338717 -0.7907960389407953 -0.7895881513122189 -0.7973650438300672 -0.49156077088466116 -0.4954214530582913 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.397608521918474 -0.3976316304869653 -0.3977743678087508 -0.3979574027671779 -0.39817524066688714 -0.42622749787392383 -0.6048192748044011 -0.4896652002414789 -0.8075711658878192 -0.796378517352085 -0.7944791709346556 -0.7973502561204869 -0.7341282722292538 -0.7946475728634342 -0.7920005554611649 -0.7904154469862011 -0.7952996127367179 -0.49248614098092397 -0.49990768859676826 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.3976126354587089 -0.3976458836007304 -0.3976873911328373 -0.41275395639365653 -0.4206326291426394 -0.5887245765273983 -0.46843339670176654 -0.8026337744989358 -0.7919021274935546 -0.7902159694501507 -0.7902854806176905 -0.7271206966379304 -0.787747693435046 -0.7878898171255874 -0.7875741911076737 -0.7934893220175597 -0.48823444454456866 -0.49091036390160525 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.3976217343466223 -0.4254826467324784 -0.5762995261853772 -0.4678340493829281 -0.7974182498560574 -0.7935977901927027 -0.7926924666653814 -0.7931082073448313 -0.7292686335942711 -0.7903587913780126 -0.7916426912016582 -0.7915446673271709 -0.7978159741823923 -0.499213526817517 -0.5051769596216901 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788409459975048 -0.2926028887097784 -0.2928096860249475 -0.3080950463595774 -0.29047104135154383 -0.29328411951895517 -0.2941497403389445 -0.38069901576177434 -0.20019924795802338 -0.1758519809721805 -0.17713786364995043 -0.17876192246664632 -0.178228884568613 -0.17835269084079444 -0.17830577360210717 -0.17839367556838687 -0.17867754939257527 -0.18030893153692681 -0.18962719383467888 -0.3795159748983685 -0.39602404062201063 -0.384327084295558 -0.37993202662078623 -0.3966697128398398 -0.38701238858045783 -0.30197918406505625 -0.2944559196660276 -0.29986517016065634 -0.3114051183214046 -0.3024614862846925 -0.3030078891937185 -0.3812795265501066 -0.18508707170009253 -0.18012381623284116 -0.18090283417586692 -0.1774088669721754 -0.1815907814346395 -0.17361744789548236 -0.17355964746434882 -0.17361317612968702 -0.17395731649580126 -0.18317349475528105 -0.18252310430438112 -0.38778283812114245 -0.3871502425171191 -0.3802685272029674 -0.38581323755292146 -0.39711174800671306 -0.3853951621031384 -0.41599031037582057 -0.40400532855789173 -0.39952789810099754 -0.4054389797352118 -0.4183102754542641 -0.43379224695120483 -0.6140417937983549 -0.5031024052867467 -0.8403730018470943 -0.8198873864931014 -0.8110255579575951 -0.8059400369322473 -0.7423113655862212 -0.7965631192401944 -0.7961503369369614 -0.8010957081105301 -0.8054268239332655 -0.5031513931962882 -0.5184541537608237 -0.4572904869018806 -0.41406625636003397 -0.4240632664462485 -0.39016188887765757 -0.379189463279995 -0.3982505989625348 -0.3985735232422166 -0.41428901372780264 -0.40472312162746876 -0.4023616755400308 -0.42658164370845947 -0.6127649026536258 -0.4960642438993272 -0.8150881830014852 -0.8004436457635257 -0.7961657612803704 -0.7956006962119687 -0.7320198964787135 -0.7939612312482149 -0.7919263108955156 -0.7965559828401223 -0.799004546000253 -0.4924135458209674 -0.502734530529401 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.3851124787342161 -0.3788646632278415 -0.3977658537623682 -0.4128950144526982 -0.3981140520026486 -0.4057883793998283 -0.4059506341689808 -0.4339574499611478 -0.598189900852648 -0.48250693872017736 -0.8039530216806129 -0.7932662448391657 -0.790909667974672 -0.7922534446444771 -0.727320184238697 -0.7879450711974482 -0.7852872964342525 -0.7859709030700489 -0.7928981451651554 -0.48485846341718075 -0.48814580695394283 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5587191289314023 -0.44936674832726836 -0.7966498506680867 -0.7955193217395907 -0.7878752287387696 -0.7862645931458844 -0.7255553254115276 -0.7879535989976578 -0.7870097385225204 -0.7876942557717417 -0.7914879264618246 -0.5000383190459674 -0.4829950956296787 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5588331273537792 -0.4401045891000481 -0.8071445904409933 -0.7952218481554796 -0.7871578196523957 -0.7859736905038974 -0.7228522629598616 -0.7847769027295823 -0.7855299592454583 -0.7862125132039243 -0.7934152867954513 -0.4996184992374374 -0.4806671767843562 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16843332538969946 -0.1610741163155561 -0.1589540568888882 -0.15796666087134756 -0.15796666087134756 -0.15796666087134756 -0.15817892000636685 -0.15852953873065007 -0.15874179780976916 -0.1610049371416256 -0.16795550404876602 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.3937313571492481 -0.16666388463141452 -0.15874179775386885 -0.15817891995046657 -0.15796666087134756 -0.1584603586554757 -0.15789748130135775 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.15846035916066026 -0.16241904320430162 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5566153798734327 -0.6470204975712888 -0.8203212150964856 -0.7934135904585689 -0.7893756307690638 -0.7859015883887176 -0.7224170502065625 -0.7843893665263156 -0.7836056207824821 -0.7834647944405095 -0.7841714152149453 -0.473840314845416 -0.27222983486842955 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5326066130098518 -0.6229584184565438 -0.7946989507797366 -0.7854991170148502 -0.7876802546119462 -0.7921345593929634 -0.7348910030722476 -0.8008509842334453 -0.800809464608497 -0.7946111270853535 -0.7932730826727584 -0.4825158826020132 -0.24950634136799704 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5182785585908464 -0.6128337654858543 -0.8014259448486927 -0.7888219170338029 -0.7923148588916132 -0.7927947610348572 -0.732491431270639 -0.8015280447989799 -0.8081291463194128 -0.8016004970497169 -0.7974375348582907 -0.4818229564559346 -0.24963171574481813 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5137422322328989 -0.6117991524355988 -0.8010955983413287 -0.7836320809402257 -0.7824373479502376 -0.7854631980372477 -0.7198287758444436 -0.7816130382245357 -0.7873653057474838 -0.7897809246653388 -0.7841618166592743 -0.46849017094649426 -0.25447379869704195 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5219084012243599 -0.4212385187453977 -0.8181494810373449 -0.7946671644959672 -0.7862309568803553 -0.7822010712161412 -0.7204843771174743 -0.7829154521952594 -0.7827613241145782 -0.7862853426264171 -0.7851755592942701 -0.4704953468759756 -0.266278924732394 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.1610741163155561 -0.15874179775386885 -0.1584603586554757 -0.15796666087134756 -0.15796666087134756 -0.15796666087134756 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.15846035916066026 -0.16234986318502753 -0.3688577367869332 -0.3738479098099786 -0.3788540517766822 -0.37890809554670984 -0.3789765932632548 -0.3076650310352197 -0.28774433869230653 -0.3077148781565691 -0.2927894032190568 -0.29273053923465703 -0.2930203434034036 -0.3942393567767623 -0.20073971128212745 -0.17259962141433244 -0.19256256503793517 -0.18904885112659392 -0.17401723181935003 -0.1584603586554757 -0.1883294995637048 -0.15846035871137598 -0.18837867317674106 -0.15852953873065007 -0.17606182740988904 -0.1931179931948015 -0.39459044927045034 -0.37946426124966653 -0.3949197811212102 -0.39522042727570844 -0.37980248677738365 -0.3983684309131449 -0.41437656000771506 -0.3989523113957059 -0.41403274418045244 -0.4030571356802436 -0.4265971641945902 -0.5941667029981943 -0.5121468875535391 -0.847604980580743 -0.8152652248762722 -0.7995784761727839 -0.7953491311129312 -0.7315828391611225 -0.790849312100593 -0.7900555199118755 -0.7889206155048007 -0.7892684312352067 -0.47798023525986133 -0.2850850918559315 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4125886852551762 -0.39774082442601205 -0.42555036088478626 -0.5885958699525761 -0.49512151308169494 -0.8183335698255513 -0.800111856642641 -0.7932587974874892 -0.788693747278459 -0.729017631023877 -0.7900412171243976 -0.7892641116105997 -0.7866716911996682 -0.7865329636882524 -0.4777190864626802 -0.2756613736470102 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5525346902405966 -0.4348248096711049 -0.796496562348112 -0.7860859488857105 -0.784378720506177 -0.7834102992818915 -0.721622699942114 -0.7850876739627116 -0.7845635370730596 -0.7836649295848159 -0.7836133673159169 -0.4735089707897209 -0.2702964944022661 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5509703815475898 -0.4348447609106823 -0.8127239356870698 -0.792759188213168 -0.7897000297495939 -0.7885820363385654 -0.7252709577034443 -0.7872295743733967 -0.7883216235041763 -0.7868217758585632 -0.7873921222308643 -0.4745134141204107 -0.2756385798865132 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.3976078531284415 -0.38267030081131076 -0.42549410523901876 -0.578290708667795 -0.479635773540586 -0.8083884059582999 -0.797100514859978 -0.7942456015298788 -0.7896723301369605 -0.7259322599584002 -0.7870209314233235 -0.787984352741025 -0.786936160922055 -0.78764381314157 -0.47477459033981356 -0.273436543291626 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.2925778868117746 -0.307665677154241 -0.2877874139259386 -0.3080352812809949 -0.3794801360149011 -0.18901395470985685 -0.1752923443466431 -0.17651616477479545 -0.17319580303351642 -0.17394913850496838 -0.17835842073770822 -0.1731421278063823 -0.17633072793230903 -0.17337215856598728 -0.17479371493188112 -0.17488178364691936 -0.1828383555068829 -0.37901155638710493 -0.3821352825191031 -0.3841469639172339 -0.3841592526303561 -0.3841849054951062 -0.29802749030261183 -0.29287512829449763 -0.2931235931449467 -0.2931606616730364 -0.2932379364482077 -0.29340226522281215 -0.39496225737501084 -0.180967732917526 -0.18026350117996276 -0.1888249971637208 -0.1734927088169661 -0.17601460595792873 -0.174918320957872 -0.1761630408993301 -0.17320064548861688 -0.17323975332666594 -0.1734578864350302 -0.17495851433702356 -0.18219840627694878 -0.3812938426934194 -0.3871381826349122 -0.38717306045450156 -0.3875178170557881 -0.3875957415919768 -0.40620452761170506 -0.40625512404660385 -0.40632231561606635 -0.40637050140382275 -0.40639856654884643 -0.43430418991442615 -0.6024698436163762 -0.49356197060462853 -0.8259093332159405 -0.8085594775407693 -0.8009093316014936 -0.7933776291239655 -0.7312795378153958 -0.7913109267197239 -0.7927099953878523 -0.7912085657352174 -0.7890980083240984 -0.47920077962025387 -0.2852972946527355 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.39763643479180777 -0.41266861792191967 -0.3928038518595908 -0.42563967873770253 -0.5860476563929665 -0.48404998724100723 -0.8046456598064444 -0.7919055096621251 -0.7894596865263434 -0.7859484603316165 -0.7234152666662274 -0.7852013036707066 -0.784402835731059 -0.784170327606997 -0.7843890514398695 -0.4742362630630466 -0.2702580724797799 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.567270067400124 -0.45277145270454405 -0.8001937744865705 -0.7895120634836295 -0.7864488593671122 -0.7836453065339435 -0.7209706488092805 -0.7835848860235265 -0.7833255865276587 -0.7830542420960028 -0.785039509938276 -0.47077233935770396 -0.27233322437339325 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5509449566436313 -0.4347809908291469 -0.8185053213031127 -0.7993691216255577 -0.7894347062024846 -0.7875818052124693 -0.7242078022629976 -0.7852765345087795 -0.7857102369820559 -0.7837298075010232 -0.7854346770450462 -0.4757784976610938 -0.27235515656786086 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5469860597757222 -0.436608738871337 -0.8164863749039571 -0.7866896078069725 -0.7853212506901399 -0.7862950961871693 -0.7213942999683174 -0.7826022946297038 -0.7830564150671266 -0.7829352793676957 -0.7829489997970569 -0.46980208729917006 -0.26695288092431246 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.165372265214063 -0.15975197767676785 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15796666087134756 -0.15874179780976916 -0.15817892000636685 -0.15846035916066026 -0.15846035916066026 -0.16284356136253972 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.1601025968503354 -0.1603148559853547 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15817892000636685 -0.15839117914138617 -0.1598903381672757 -0.161872041503935 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.3976056169717259 -0.3976236416575364 -0.3976433562529076 -0.4255527624916063 -0.5767276529858738 -0.4603646556900325 -0.8035362929054156 -0.7914870408214427 -0.7881603791809885 -0.7837820198305471 -0.7218182802369688 -0.7820574590484041 -0.782594096120499 -0.7825047398099826 -0.7825372588550512 -0.46898336954454817 -0.2707044790048898 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5444365866312003 -0.433351300626644 -0.7899367685928489 -0.7877897247232227 -0.7866419386181837 -0.7845573715605341 -0.7236811748118006 -0.7866665701268856 -0.788333492241657 -0.787540233922544 -0.787466813304597 -0.4792856066156204 -0.2779594114026056 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.567165474404909 -0.45223072034120615 -0.800045330885712 -0.7897301504783297 -0.785704486723901 -0.7846479071943839 -0.7245387435628402 -0.7869869156171297 -0.7854010722943139 -0.7838359728993423 -0.7851278944994837 -0.47365603760233016 -0.26705997542042226 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5563472078069865 -0.43217618495496973 -0.7953746147923342 -0.7864251306365353 -0.7840961394204989 -0.7848098724951144 -0.7240361279344679 -0.7871221464871706 -0.7852249008653102 -0.7847655852911745 -0.785838481079956 -0.4679732507323774 -0.2550920622679677 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5355150750783608 -0.41385799449134053 -0.7851547583694837 -0.7837825057172313 -0.784040712135912 -0.785035308098367 -0.7242592038012403 -0.7891740923573188 -0.7887512082506563 -0.787288711669795 -0.7861695100259057 -0.4735369351779865 -0.2726367525298253 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.1631091227231103 -0.16022979935786044 -0.15817891995046657 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15796666087134756 -0.15810974043637702 -0.15810974043637702 -0.15982115814800157 -0.15846035916066026 -0.1646821847940105 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.1631091227231103 -0.15975197767676785 -0.15839117902958566 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15789748130135775 -0.15817892000636685 -0.15810974043637702 -0.15810974043637702 -0.15846035916066026 -0.16058042208658352 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5444780056923695 -0.4408631879264934 -0.7948974900797801 -0.7856622033417415 -0.7846573770358177 -0.7850697874104602 -0.7226161763690014 -0.784828597845871 -0.785517450285734 -0.7861644806589292 -0.7867741137749797 -0.47732944093102136 -0.27880815215546206 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5586191828307064 -0.44063226457516924 -0.7947945725244471 -0.7883372549677184 -0.7868010314343727 -0.7847114971608962 -0.7217816600260804 -0.7839888395866165 -0.7836014043350903 -0.783183801425605 -0.7886381158542454 -0.47937896956524245 -0.2618750911664062 -0.25768056861672883 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5461054257088662 -0.43463549306342425 -0.814170354407793 -0.7887090655189964 -0.7842639661516424 -0.7845881926101866 -0.7221766916348511 -0.7835560989308608 -0.7845798960298925 -0.7846369489015624 -0.7851216956441139 -0.47536001047160875 -0.26772842069744907 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5574973217087053 -0.4320763334278022 -0.7957988209256994 -0.7877831297266887 -0.7860010553143364 -0.7839107523880486 -0.7224072541553097 -0.7828410921511234 -0.7836489710516871 -0.7837089294458797 -0.7838384031763258 -0.46946472509634074 -0.26081123129765516 -0.25768056861672883 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5539379704492257 -0.4348751466196945 -0.8193862502125735 -0.7943744890514224 -0.787823817169958 -0.7887579061811371 -0.7231503778933202 -0.7871529842356676 -0.7848772178915162 -0.7856989400377169 -0.7859328200699326 -0.47387139689260815 -0.2671726280644268 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16795550370860696 -0.15846035859957547 -0.15975197767676785 -0.15817891995046657 -0.15789748130135775 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15881097782904324 -0.16031485638141404 -0.16291274093252958 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.3937454996100583 -0.3788393734553829 -0.27762389983791785 -0.29273075851458297 -0.3081085046974596 -0.29317785558294707 -0.29328353471288676 -0.2937663288011852 -0.39560636009304306 -0.1823462973293198 -0.1753124691556469 -0.1893383932234988 -0.17330809086425694 -0.17294586007782586 -0.18786003809121687 -0.1681419209406046 -0.16536266110575734 -0.15810974043637702 -0.15832199957139637 -0.15839117959067042 -0.1677710905319862 -0.17755948290461307 -0.3822516489303388 -0.38432174581508916 -0.379186556753069 -0.37950951910878894 -0.39823481843010433 -0.39831162764045636 -0.4137336862176852 -0.3985100116719727 -0.3980842535956004 -0.42646422931981287 -0.5997703475586397 -0.4836064343393354 -0.8117794189555071 -0.7999421339835356 -0.7920246392868374 -0.7902576461327917 -0.7273350333047969 -0.786583389133992 -0.7846531357173666 -0.7841737716689399 -0.7843852084926709 -0.47128878412407177 -0.2715313739254261 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.560009431086017 -0.441513467182764 -0.7976984831160385 -0.7871775214545624 -0.7857261048780367 -0.7860664210416601 -0.7211496527420503 -0.7841981207480494 -0.7828183084532904 -0.7824198904001192 -0.7891772248352373 -0.4748021389915287 -0.25860980883827683 -0.25322316353649926 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.551894876281325 -0.42212407769623383 -0.7925571077029424 -0.7853063559807535 -0.7831235309870145 -0.7833559143134147 -0.7232905649013631 -0.7860774590362466 -0.7879612242034094 -0.791343860793888 -0.8044587942072298 -0.49481894511784313 -0.2507280646510339 -0.25283848566450506 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5273554085169389 -0.40781227141119697 -0.7841452366851972 -0.7826133416732098 -0.7816560235516085 -0.7842530385850406 -0.7209632548252132 -0.7816130382245357 -0.7827379706612095 -0.7843579318596332 -0.8042433327146323 -0.4684140584560706 -0.24479818600210626 -0.2553397628424662 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.34432526305834443 -0.41059371624627566 -0.7853688378117227 -0.7830286139547581 -0.7828352853270807 -0.784494847462002 -0.7230919715827954 -0.7880032786481576 -0.7853680468460787 -0.7879523715326398 -0.7976479097774912 -0.47512318903285483 -0.2602323062842357 -0.25408912144151913 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16187203760862037 -0.16022979935786044 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15839117908548592 -0.15817892000636685 -0.15810974043637702 -0.15817892000636685 -0.15817892000636685 -0.15846035916066026 -0.1585295391799344 -0.16289686798859013 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16058041847552765 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15846035916066026 -0.1597519785780118 -0.16891115051414704 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3620588547944445 -0.426633891326025 -0.7957177277484296 -0.7864145408132479 -0.7846829167161697 -0.7867547954913211 -0.7274627412374217 -0.7896916254539316 -0.7882002565847193 -0.7842945490365278 -0.7970219095852314 -0.4887073595706882 -0.25866989641917343 -0.25283848566450506 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.34047293226473635 -0.4205049268708762 -0.7965022086924802 -0.7882519566859464 -0.7867697057242719 -0.7827835935354825 -0.7224245328117835 -0.781999824294143 -0.7823638321072868 -0.7897105505480068 -0.7836535869653924 -0.4735313496160772 -0.26185126999859615 -0.2503723048969499 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.35096199859181604 -0.41657166961495506 -0.7863699675685595 -0.7833689203909875 -0.782854536922304 -0.781876842546578 -0.7216768385380887 -0.7858133495220999 -0.786885372728411 -0.789120166260237 -0.7821686887884243 -0.4679328308469617 -0.26043657066146036 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3437350699508498 -0.416631568636393 -0.7838318360789419 -0.783137421768054 -0.7827484015587651 -0.78364078626705 -0.719181730539695 -0.7814009643011952 -0.7821686887884243 -0.7824551893399678 -0.7833017299364093 -0.47319894606972784 -0.2761324306573032 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3392588847152734 -0.41178028404794215 -0.785825009915706 -0.7866664970789078 -0.7848433879674416 -0.7847263053300157 -0.7211456111581974 -0.7835068528067113 -0.7833323310414134 -0.784619742657334 -0.7846970592105028 -0.47437169932623874 -0.2694335569992213 -0.2595400887340329 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16666388463141452 -0.1601025968503354 -0.15874179775386885 -0.15839117908548592 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.16010259724639472 -0.16666388463141452 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16666388463141452 -0.15839117902958566 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.15975197902729604 -0.16516000681526208 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.36053314038747564 -0.42649703222628477 -0.7918819582477282 -0.7831764363244221 -0.7829503823285964 -0.7827829305219913 -0.7191087115237301 -0.7813523146055424 -0.7821686887884243 -0.7821686887884243 -0.7846864954030939 -0.47058856224645773 -0.245538775154238 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.34162869856169675 -0.4141527522150584 -0.7846194287875903 -0.783581303139555 -0.7821329886626587 -0.7832505649080616 -0.7209600451727796 -0.7826457714049454 -0.783738716205602 -0.7848316740959274 -0.7848316670158131 -0.46897532302616296 -0.26559730325321584 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33998406005625975 -0.40895831948470773 -0.7852731648894209 -0.7859655933052988 -0.7841652665311392 -0.781460160078649 -0.7190182595644405 -0.7829227011525665 -0.7845447838666711 -0.7834695509037203 -0.7830058765078215 -0.4690292754121177 -0.245538775154238 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3379692201818065 -0.4033082315542161 -0.7846079919873435 -0.7828367103067913 -0.7826281306149471 -0.7815999763373906 -0.7197046757816397 -0.785964357587434 -0.7855308368328979 -0.7846309692764987 -0.7894106958192221 -0.472287243752939 -0.24864038346297715 -0.2595400887340329 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32957294554234895 -0.40867546891352874 -0.7836230528212927 -0.782569235862995 -0.7820952220797821 -0.7839752644725602 -0.7243217213991049 -0.7878128190100114 -0.7854424574915536 -0.7835948036805245 -0.7966230568305704 -0.48379508317117903 -0.24479818600210626 -0.2544737993135133 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16645162515623618 -0.1603681593964086 -0.15975197767676785 -0.15817891995046657 -0.15817891995046657 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15817892000636685 -0.15846035916066026 -0.15839117959067042 -0.16022980381158455 -0.1624190463074976 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16645162515623618 -0.159821157696042 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15796666087134756 -0.15810974043637702 -0.15817892000636685 -0.15817892000636685 -0.15846035916066026 -0.15839117959067042 -0.16022980381158455 -0.1624190463074976 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.34859255589236054 -0.4197597291511462 -0.7857053855901149 -0.7851801253936809 -0.7816027774020518 -0.7815074752367659 -0.7205443492786143 -0.7845947821746986 -0.7830954964113744 -0.7891520624008418 -0.8064054311287123 -0.4711283338103961 -0.24479818600210626 -0.2544737993135133 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33341793930000424 -0.40573419558800805 -0.7855008474526382 -0.7838355494387207 -0.7837630626848999 -0.788605749704413 -0.722377623919808 -0.784669050380327 -0.7854950817662882 -0.7859745471819264 -0.7868573255228116 -0.47036803650731485 -0.245692916224224 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32762747708212236 -0.4105598516204495 -0.7917861215881501 -0.7870158445120634 -0.7879823685920699 -0.7915356990645948 -0.7308881912414639 -0.7978265765062461 -0.7964375553849761 -0.7987649493204895 -0.7947605423436861 -0.4774172616848967 -0.2502756971119855 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32539452669388536 -0.4112384059717659 -0.7964655916160929 -0.7866316727618481 -0.7861314133695939 -0.7841544391001752 -0.721379856050537 -0.7850827228567333 -0.7850910879981601 -0.7856169770569336 -0.7859043055568347 -0.47514073865760964 -0.2756827942659131 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3354919730512438 -0.4195026271788635 -0.794400988431101 -0.7866206849812472 -0.7836852851975052 -0.7841221585351894 -0.7221753093591752 -0.7829739919646386 -0.7829010405430827 -0.7825746221711053 -0.7859958018162676 -0.4694734384015707 -0.258812654329792 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16386838666169223 -0.159821157696042 -0.15817891995046657 -0.15817891995046657 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.15982115859728585 -0.163178306637699 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.165372265214063 -0.15874179775386885 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15881097782904324 -0.15975197902729604 -0.16058042208658352 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33254938861682326 -0.4034035868511426 -0.7835707546427716 -0.7821686885713353 -0.7868832093506106 -0.7867572063214657 -0.7303386348944598 -0.7923816725748739 -0.7893953257941065 -0.8068441155101038 -0.8298642695813483 -0.515070224834792 -0.245538775154238 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3236427818026705 -0.39628763312279724 -0.7825053602108701 -0.7875765894974056 -0.7895368818862217 -0.7896448193709545 -0.7277644694103593 -0.7925588294134355 -0.7928859992667918 -0.8054901117594397 -0.7984283921865641 -0.4731993356620421 -0.24530823835222984 -0.25399251866401623 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3164712572581919 -0.40729928505207375 -0.7908715301174761 -0.7908913706626075 -0.7875896097698764 -0.7840705864047662 -0.7221498079169891 -0.78764161115956 -0.7876417810785903 -0.7879097014825193 -0.7869679898192976 -0.4734082671268181 -0.24604882750436155 -0.24617420188118255 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32724874746464855 -0.4044586825303094 -0.7863048790066735 -0.7834455685377127 -0.7831046336022909 -0.7828266292581474 -0.7190015533809443 -0.7813443788456333 -0.7824373481673267 -0.7821686887884243 -0.7829929987312151 -0.4679376074932268 -0.2605162880434368 -0.25719928234329875 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3343333817946766 -0.40632876130141343 -0.7845970810886543 -0.7828221968659582 -0.783426965599094 -0.7826221589983337 -0.721028815452797 -0.783478275049971 -0.7838080629301458 -0.7852933010480393 -0.7964110785879335 -0.4802323829815116 -0.24467281162528526 -0.256814605087776 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16516000607904371 -0.159821157696042 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.16194122152320908 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16666388429125545 -0.159821157696042 -0.15817891995046657 -0.15810974038047676 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.1585295391799344 -0.16461300522402067 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33101303016806577 -0.4075387637692821 -0.7889674185608294 -0.7919149133683497 -0.7945815614194207 -0.7896635832190488 -0.722401613666363 -0.7869950092267023 -0.787856678642099 -0.7947237091143481 -0.8174070893490333 -0.5060091223285644 -0.24467281162528526 -0.24925559823828788 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32316418329975666 -0.3994872204844286 -0.7840978027246871 -0.7911944643466855 -0.7972633613581513 -0.790025941989685 -0.7260178689991968 -0.7912566712762937 -0.7920816662927619 -0.8062562060865892 -0.7994740674368237 -0.4809576499140917 -0.2422066300434906 -0.25348246641520095 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30325819761153233 -0.4078700100417271 -0.7963432364008729 -0.7884322993395388 -0.7854475980641246 -0.7835303190167294 -0.7214907478305346 -0.7835303190167294 -0.7835303190167294 -0.7827060092910276 -0.7835303192338186 -0.468715818523881 -0.2479348907212514 -0.25719928234329875 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3300720411224457 -0.40983936652121344 -0.7836606514535377 -0.7849046450321114 -0.7850426554962016 -0.7865488739782145 -0.7242201554325053 -0.7892801460712573 -0.7883473545755543 -0.7861165510998174 -0.7847788332713361 -0.46884749273881365 -0.24706893281623152 -0.25719928234329875 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3270312461973321 -0.40252219987399385 -0.7827678582801956 -0.7876782044373183 -0.7948483860026874 -0.7943990331841958 -0.7306011294209355 -0.7934321644355177 -0.7951824894993293 -0.8019362034987914 -0.8176821230892298 -0.5076042960335561 -0.24467281162528526 -0.2491302230472274 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16365612752667288 -0.15989033771531608 -0.15839117902958566 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15839117908548592 -0.15817892000636685 -0.15817892000636685 -0.15824810002564096 -0.15824810002564096 -0.15839117959067042 -0.15975197902729604 -0.1618028623832294 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16795550370860696 -0.1614827615298548 -0.1603148559853547 -0.15874179775386885 -0.15817891995046657 -0.15839117908548592 -0.15817892000636685 -0.15817892000636685 -0.15817892000636685 -0.15824810002564096 -0.15846035916066026 -0.15881097782904324 -0.16100494024482156 -0.16461300522402067 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32631372944556575 -0.4047870106744145 -0.7888093585641851 -0.7854275121105834 -0.7859855169099911 -0.7866482755208858 -0.7251594656203388 -0.785697885371614 -0.784266028978107 -0.7839980781758275 -0.7866781613006215 -0.4686803436637975 -0.24706893281623152 -0.25719928234329875 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3259491531793334 -0.41014235789809284 -0.7914745332166789 -0.7825265116233285 -0.7839133666419223 -0.786636384352822 -0.7231269275591696 -0.7858767297332351 -0.7859301600488404 -0.7882565910293294 -0.8022580992709907 -0.48492957092777056 -0.2422066300434906 -0.24592345312754046 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.31877729920289977 -0.40129827527001255 -0.7986722593864832 -0.8064812191205923 -0.8059450273771681 -0.7974470573681707 -0.7305735752713162 -0.7952252581573788 -0.7947797274671664 -0.8090988193987275 -0.8443158309805201 -0.5336478370734915 -0.245538775154238 -0.24925559823828788 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.39981204688872357 -0.7855623955401061 -0.7844695086492725 -0.7865819178052524 -0.7863111254331946 -0.7282253503882798 -0.7943062065761489 -0.8059111964269445 -0.8321630320778044 -0.8699906427893567 -0.5522251993689808 -0.24233200523455112 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.31352424455973504 -0.4020129387678157 -0.8040612556473835 -0.8200385020521125 -0.8233765244944355 -0.8171847863195281 -0.7495480912243372 -0.8235460618313188 -0.8143009619044932 -0.8142626396066073 -0.8058363353861164 -0.4745720570811401 -0.24530823825092152 -0.25360784079202203 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16284356062632138 -0.1614827615298548 -0.15852953861884955 -0.15810974038047676 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15817892000636685 -0.15810974043637702 -0.15839117959067042 -0.15839117959067042 -0.16173368236395533 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16310912627559054 -0.15975197812605219 -0.15817891995046657 -0.15810974038047676 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.15839117959067042 -0.16079268161498683 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3258776457156999 -0.4006368268539892 -0.7846232881213336 -0.782450265692525 -0.7827161959234447 -0.7841217523944131 -0.7216929312210649 -0.7848451252686917 -0.7874269948189905 -0.8008005708015038 -0.8196026949467171 -0.5134899186123965 -0.24467281162528526 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32589477315816257 -0.3991700054148145 -0.7884709015828153 -0.7956879717198316 -0.8023024348231911 -0.7969576215609616 -0.7272251626477922 -0.7909237282777659 -0.7995354649722896 -0.8145181093625218 -0.8226393004168947 -0.5278879664601895 -0.24467281162528526 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.31081960798486913 -0.40203574926911884 -0.787882980534081 -0.7868749357086192 -0.7877293696420011 -0.7893044002666544 -0.7285823555408959 -0.7896265525248451 -0.7899744538336051 -0.7915238246999279 -0.7923592116401494 -0.4734001702417886 -0.24694355762517103 -0.2548584765690361 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29974602445019194 -0.40759104000655305 -0.795053370265631 -0.7923646556383607 -0.79053837771936 -0.7905330698215102 -0.7282424695684939 -0.7925166293636292 -0.7907024645193798 -0.7890845995533533 -0.7895850685796567 -0.4728518801515832 -0.24245737961137215 -0.2548584765690361 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33585654566437567 -0.39929231176780094 -0.7833574040426399 -0.7868211291973654 -0.7918333837440117 -0.788980253113585 -0.7255803106168836 -0.7902062021041006 -0.7870199733464347 -0.7886656218786033 -0.7870260495027338 -0.48274402676523526 -0.24233200523455112 -0.2491302230472274 -0.21586877791429623 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16310912627559054 -0.15989033771531608 -0.15839117902958566 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15817892045565113 -0.15839117959067042 -0.15975197902729604 -0.16173368236395533 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16284356062632138 -0.15846035904885974 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.16602925133856974 -0.1715916886204573 -0.17159012253728598 -0.1731680306977262 -0.16638244942566066 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3288793945053094 -0.4101850824000653 -0.8389423560780109 -0.87905166638888 -0.8985885271187577 -0.8832592610614524 -0.7966880711189698 -0.8775629082062261 -0.9091052974532826 -0.9317535080780168 -0.9562809394983139 -0.5607092152758639 -0.2422066300434906 -0.25719928234329875 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.40403401023574753 -0.7836151755446895 -0.7824867786654188 -0.7814279085981765 -0.7814081233393037 -0.718865851757137 -0.7813443788456333 -0.7813443788456333 -0.7821686887884243 -0.7829929987312151 -0.4675675154439347 -0.2422066300434906 -0.24592345312754046 -0.216161865816768 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32225882219925867 -0.40215458556398936 -0.7959798612394067 -0.7931060374348298 -0.7929730855713852 -0.7839826047879015 -0.7205255432162899 -0.7824497657546956 -0.7837395560983125 -0.7853367598637184 -0.7991986281762751 -0.4918375828253178 -0.245538775154238 -0.2491302230472274 -0.21511347712813172 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3239546094561862 -0.39886611287259366 -0.784811721001541 -0.7909804762391273 -0.79852697453963 -0.7893508448142821 -0.7264217267384625 -0.7889819410100057 -0.7905596153178608 -0.7866866435384092 -0.8088185498471224 -0.4746753706775647 -0.24233200523455112 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.31964333872076545 -0.39555832096186844 -0.7874393014859333 -0.7913673467597444 -0.7892928097503725 -0.7912436064958309 -0.7311988538614075 -0.791867590587135 -0.795759216394325 -0.7940777660390693 -0.7945206358741681 -0.47780483283634434 -0.24694355762517103 -0.25719928234329875 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16666388463141452 -0.16010259679443511 -0.15846035904885974 -0.15810974038047676 -0.15810974038047676 -0.15789748130135775 -0.15789748130135775 -0.15817892000636685 -0.15810974043637702 -0.15810974043637702 -0.15832199957139637 -0.15810974043637702 -0.15982115859728585 -0.16461300522402067 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16284356062632138 -0.1601025968503354 -0.15810974038047676 -0.15810974038047676 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.1647580452142334 -0.1710736387700129 -0.16263130538661663 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3227743823728725 -0.4097674092157794 -0.7895969831845925 -0.7900587544632406 -0.784862851227379 -0.7931176850118179 -0.7350604033262699 -0.8052150044995199 -0.8195154395412231 -0.8456254596893922 -0.8852977403409725 -0.5654120510982447 -0.245538775154238 -0.24592345312754046 -0.21511347712813172 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.297499967873022 -0.39960166491705545 -0.8160322232383567 -0.844054013829903 -0.847473762100731 -0.8273307614213673 -0.7498340970632599 -0.8295343954801537 -0.8523121705353791 -0.8869392648763416 -0.9264472100079426 -0.5602195141917272 -0.2422066300434906 -0.245538775154238 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3102744479777678 -0.40518727760354106 -0.7980421189190771 -0.7968020906463034 -0.7949971131632656 -0.7947284686398218 -0.7308820075831745 -0.7923300683656752 -0.799153972408902 -0.8151506512720027 -0.8474639785707541 -0.5383204400667913 -0.2422066300434906 -0.24592345312754046 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30102789461654633 -0.39774870617244906 -0.7869051361813297 -0.8082082076356766 -0.8161134902580794 -0.80120919587404 -0.7295088209699174 -0.7950201537281141 -0.7973175032216733 -0.8137954266771698 -0.8302515320550558 -0.5259184652392381 -0.2422066300434906 -0.245538775154238 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.297499967873022 -0.39907046097356114 -0.8109939994303059 -0.8277802212076472 -0.8239793887271888 -0.8047477150447722 -0.7309789966141317 -0.7962474141046436 -0.7964993258492291 -0.8156039642777483 -0.8422501654450663 -0.5152568768608438 -0.24467281162528526 -0.245538775154238 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16339056498059967 -0.15975197812605219 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.1682209380614374 -0.16843322701054061 -0.16022980381158455 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16339056498059967 -0.15846035904885974 -0.15839117902958566 -0.15810974038047676 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.16853011867304596 -0.17498374065103153 -0.18019428971951643 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3304018414686452 -0.4188492742442386 -0.7962959827774827 -0.7967177443685072 -0.7981647371317014 -0.804104432321134 -0.7454977843451369 -0.8309906758813171 -0.8629653479923424 -0.8517441638817339 -0.9009022484435207 -0.5454826972080835 -0.24233200523455112 -0.24989102486392423 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.2985869342985889 -0.4116806139590131 -0.8127722068319834 -0.8307036568713967 -0.8403437923100241 -0.8456146390475258 -0.7710315240467334 -0.8606949729647163 -0.8704369993416576 -0.8903393055444065 -0.9150179929287232 -0.5775498741680105 -0.2422066300434906 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.2977106248584019 -0.39861104935775327 -0.7893932158109316 -0.796232793032944 -0.8162906469965625 -0.8214972228156268 -0.7435259477729582 -0.8203913321900201 -0.8383755342546121 -0.8700990618931582 -0.8954019966495043 -0.5503641591334718 -0.2422066300434906 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3023097644453092 -0.4057838524061604 -0.8044828698429946 -0.8257472049424573 -0.8387119480139856 -0.8396641981494986 -0.7539363750252354 -0.8290975785669781 -0.8558251461377943 -0.8805083066211233 -0.9295517446127967 -0.5151441774223482 -0.2422066300434906 -0.245538775154238 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.297499967873022 -0.40294419856882974 -0.8290354382150161 -0.8536704250004672 -0.8558408902585621 -0.8414480967649339 -0.7465450671973444 -0.8122901765929329 -0.8256244412225323 -0.8635188421437769 -0.9069122434652114 -0.5459469566360974 -0.24233200523455112 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16310912627559054 -0.16084598418069718 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15832199957139637 -0.15817892045565113 -0.15839117959067042 -0.15975197902729604 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16420435961366267 -0.1603148559853547 -0.15874179775386885 -0.15789748130135775 -0.15789748130135775 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15817892000636685 -0.17139047987607944 -0.18199703954398988 -0.18636842971248696 -0.18453262963431802 -0.16638244942566066 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3145479900373818 -0.4003487781190253 -0.8164454054084896 -0.8446702720417351 -0.8450848386258965 -0.8363645533919869 -0.7521907509609648 -0.8269690477242807 -0.8528159929588366 -0.897279931310061 -0.9332081022962777 -0.57318709464014 -0.2422066300434906 -0.24826425951827458 -0.21586877791429623 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.297499967873022 -0.40380846870211623 -0.8297843763331738 -0.8531940887079236 -0.8530035835087368 -0.8290455195716866 -0.7494042364163392 -0.8218042158549691 -0.8560292497926932 -0.861282213144473 -0.9046200685081499 -0.509626121856648 -0.24479818600210626 -0.24889968695815032 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30278398256830724 -0.4044191278788753 -0.7898985746456282 -0.7934825294850644 -0.7985263032392212 -0.8004404974132706 -0.736873686589835 -0.8006308850599922 -0.7998969534779123 -0.8160322992564987 -0.841713529140904 -0.5201653129706462 -0.24655887975317686 -0.2490250613349714 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.297499967873022 -0.3977856447537375 -0.8024926477135204 -0.8269707110554735 -0.8271410995543782 -0.8179605465159596 -0.740382805776669 -0.7995393890865652 -0.8047025657322028 -0.826312871791994 -0.8614086288002298 -0.5312666040328947 -0.24233200523455112 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29825349729845774 -0.3977447592886989 -0.79872707898485 -0.7977969072130847 -0.8072412617405967 -0.8047257617842387 -0.7371252417131805 -0.8031516620283321 -0.8070258251524712 -0.8314286232685766 -0.8362791977524184 -0.4766454564534309 -0.2422066300434906 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16843332849289547 -0.16010259679443511 -0.15846035904885974 -0.15817891995046657 -0.15817891995046657 -0.15817891995046657 -0.15846035910476003 -0.15789748130135775 -0.15810974043637702 -0.15846035916066026 -0.1597519785780118 -0.17448333864089183 -0.17363972800512442 -0.18158184840777591 -0.16638244942566066 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.165372265214063 -0.15975197812605219 -0.15817891995046657 -0.15810974038047676 -0.15810974038047676 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.1585295391799344 -0.16044206294660382 -0.16692945067674303 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3144016305293065 -0.40670410872348384 -0.8397761482439139 -0.8461373569284762 -0.8473106164860468 -0.8388768953894522 -0.7552123926283537 -0.8244196629889414 -0.8462165542086802 -0.8778249238862256 -0.8990819502203498 -0.5712054536814027 -0.24467281162528526 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3138773558568419 -0.4095670720537346 -0.8070426250877512 -0.7953661735531528 -0.8071517514799464 -0.823549606950255 -0.7506244874314373 -0.8299659560254427 -0.8512929545783441 -0.8517135143140703 -0.8755065980785589 -0.5488431746981284 -0.2422066300434906 -0.245538775154238 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29825349729845774 -0.4016349957204242 -0.8150143946840748 -0.8403343159223614 -0.8394478219249533 -0.8249049078967242 -0.7502837070693913 -0.8178347791198013 -0.8260123584732674 -0.8465480693626771 -0.8498150983649336 -0.48811788107741727 -0.2422066300434906 -0.24467281162528526 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29825349729845774 -0.40279661344351647 -0.8326489094797087 -0.8526353871297498 -0.8494646286558367 -0.8186611195735497 -0.7473295070576038 -0.8142590449488083 -0.822180494653299 -0.8541751945671302 -0.9249567751374814 -0.5587739547424538 -0.245538775154238 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29825349729845774 -0.40132882949742527 -0.8217504223056845 -0.8524795983006045 -0.8524690394507126 -0.8395747988533159 -0.7550834616695884 -0.8280515565559811 -0.8622689450810819 -0.9202929212414298 -0.9043520991027084 -0.5382579991434702 -0.2422066300434906 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16891115017398803 -0.16058041847552765 -0.15852953861884955 -0.15817891995046657 -0.15874179775386885 -0.15817891995046657 -0.15839117908548592 -0.15789748130135775 -0.15817892000636685 -0.15810974043637702 -0.15810974043637702 -0.15846035916066026 -0.16284356136253972 -0.16044206294660382 -0.16891115051414704 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16795550370860696 -0.16139421587162758 -0.15839117902958566 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15817892000636685 -0.15789748130135775 -0.15817892000636685 -0.16464999777774134 -0.176445241145311 -0.17591443550786284 -0.17097415635050583 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3365448340495903 -0.43622380656740123 -0.8864112011394233 -0.9035468127955473 -0.8872840772395152 -0.8935342321252462 -0.8007329361285348 -0.8823091723520694 -0.9023842682549692 -0.8789196127572342 -0.8306703255873876 -0.5044185184523116 -0.2422066300434906 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.29825349729845774 -0.41632004154236957 -0.8254194533651223 -0.8634945856399967 -0.8739970559108297 -0.8563147393775162 -0.7652688616838846 -0.8456814192389116 -0.874956453070023 -0.9014899576757541 -1.0 -0.609643941174804 -0.24467281162528526 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32391296583536394 -0.42054320427303393 -0.8082871799227052 -0.798017780257677 -0.8245276904846831 -0.8478217896939807 -0.7687208154237809 -0.8542314490400451 -0.8950939555570128 -0.9550503048594818 -0.9541358132449602 -0.531562966686594 -0.24604882750436155 -0.24592345312754046 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3172695543612867 -0.41392750329140515 -0.8029819277535553 -0.8290454097526272 -0.8651789976636087 -0.8899443058870213 -0.7870963209730295 -0.8808133530739961 -0.9302406979396077 -0.8625909887992266 -0.8833792488007267 -0.5126111708313665 -0.24530823825092152 -0.2490250613349714 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3365230811704375 -0.42684687025183343 -0.8053181823217069 -0.8475178626891333 -0.9068820461911367 -0.8711187965654186 -0.7820325584673369 -0.8779145114745321 -0.967226614698169 -0.9068846158536457 -0.8923348670906275 -0.544694180309108 -0.24694355762517103 -0.25360784079202203 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16666388463141452 -0.1603148559853547 -0.15874179775386885 -0.15874179775386885 -0.15839117908548592 -0.15817892000636685 -0.15817892000636685 -0.15817892000636685 -0.15817892000636685 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.16236573968144719 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16891115017398803 -0.15989033771531608 -0.15874179775386885 -0.15810974038047676 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.15839117959067042 -0.16173368236395533 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3186833072940358 -0.4033475970679554 -0.7980921116249993 -0.8198886987483109 -0.8385398004311361 -0.8379412896036673 -0.7569461060870052 -0.8316255324336889 -0.8576030362695332 -0.8413672557574245 -0.8858823174084988 -0.5175330977631111 -0.2422066300434906 -0.24592345312754046 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3023097644453092 -0.4038244996481027 -0.7892990887541296 -0.7906005947809871 -0.8132973934388937 -0.8214368026359097 -0.7493612989877027 -0.8165507535531326 -0.8384999215173728 -0.8733990622287368 -0.9117174296330861 -0.5591880162868201 -0.24467281162528526 -0.24826425951827458 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3164229840337941 -0.4047796790538766 -0.7997292996767732 -0.7936526465619104 -0.8036094846220079 -0.8318017472388443 -0.7542331024850436 -0.8255694168619719 -0.8433169929049962 -0.8924954254694537 -0.9027611748633246 -0.5018941287549504 -0.24245737961137215 -0.2511416606409383 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3023097644453092 -0.41123461321440563 -0.7969681823840967 -0.8025075395949528 -0.8106377296272942 -0.8206182444001444 -0.7599571488526986 -0.8472717613669939 -0.8720222080779475 -0.8960789952332454 -0.8883948991079099 -0.5037911478972089 -0.2502756971119855 -0.25360784079202203 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30325819761153233 -0.41775413651414106 -0.8040726117932486 -0.7932099777712519 -0.7976103243650166 -0.7971162585179487 -0.7343737886493555 -0.7989765886343552 -0.80233859994523 -0.8017035371880497 -0.802262681328209 -0.48411431057934334 -0.24245737961137215 -0.256814605087776 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16666388463141452 -0.15881097777314296 -0.15810974038047676 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.17046093400350776 -0.16044206294660382 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16284356017703708 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.1661544847686595 -0.17182703824659595 -0.17954150863664115 -0.16173368236395533 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.32014913400783085 -0.4122089335196501 -0.8275986401997515 -0.8470474634462529 -0.8246856107077098 -0.8372117202042119 -0.7613870568980021 -0.8407024521038279 -0.8645369898148809 -0.8912885049838981 -0.9116814624531735 -0.5832877609172569 -0.2422066300434906 -0.24925559823828788 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.39784215769450754 -0.7897759377083945 -0.8073821883410001 -0.8213841261095426 -0.8118688594711511 -0.7463427066515141 -0.8270445449156718 -0.8485341832225555 -0.8800171954386866 -0.8967061119697765 -0.5469639315845988 -0.24233200523455112 -0.24826425951827458 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3008172372935749 -0.40165005405397153 -0.8247350849066787 -0.8487546007000873 -0.8173805780150404 -0.8202399581640287 -0.747273415424149 -0.8101303862902511 -0.8238771184511691 -0.852428443820277 -0.895309726440714 -0.5642236921916077 -0.245538775154238 -0.24925559823828788 -0.2179453368828729 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30278398256830724 -0.39789530463576556 -0.796681299548868 -0.8200365375472296 -0.8438230039463814 -0.8366086166884068 -0.7538609166959804 -0.8237449912819006 -0.8524889432999013 -0.8771031082824485 -0.9120188064360828 -0.5607487585148517 -0.24467281162528526 -0.24826425951827458 -0.22038858540042144 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3012914554165729 -0.39872568973997874 -0.8250374257189192 -0.8524266273868217 -0.8566954495165491 -0.8399683708707711 -0.7591402983599443 -0.8327718551141526 -0.8551648293736057 -0.9036774795273053 -0.9676292579892906 -0.5886943614664077 -0.24467281162528526 -0.24925559823828788 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16843332849289547 -0.1603681593964086 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.16848899145107704 -0.15839117959067042 -0.16079268116570253 -0.16666388463141452 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16234986233700863 -0.15846035904885974 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.17443160646575886 -0.17019516116877964 -0.16332138614682826 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.33153454761577544 -0.41001669357577547 -0.7967414553627609 -0.7964216351338369 -0.8027751889077177 -0.8026875164979147 -0.7399694611574007 -0.8061257873696378 -0.8121963042579567 -0.8317017613346102 -0.8626278449359983 -0.48716311451529376 -0.24530823825092152 -0.2502757027359184 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.407994380175851 -0.80481575727324 -0.8312489823436732 -0.850515702902741 -0.8447010556081844 -0.7606252643568635 -0.8299739658523136 -0.8590977278658148 -0.887646468863969 -0.9280995106026793 -0.5803147965595296 -0.24467281162528526 -0.24838963470933506 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.40336137870226396 -0.7905009361720319 -0.8056580344702481 -0.8388213913754418 -0.8463391428249835 -0.7624006773446383 -0.8436755915511339 -0.8845701880955805 -0.9670679702357007 -0.9986984940386945 -0.5554381235669849 -0.2422066300434906 -0.24864038346297715 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30325819761153233 -0.4034007719493877 -0.7992359506629236 -0.8307107357948672 -0.8625429643298912 -0.8445818932847523 -0.7662649986865795 -0.8393015940071422 -0.8797420157865221 -0.9720878428997676 -0.9836411854573274 -0.5963049172242132 -0.24467281162528526 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3142501613988081 -0.40270019507677357 -0.7878749347729193 -0.799391693794189 -0.8219187214453817 -0.8251855313591123 -0.7506301648847231 -0.8210212406962182 -0.8625328965131125 -0.9520293151587634 -0.9430213151487985 -0.5845233088758276 -0.24467281162528526 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.16891115017398803 -0.1603681593964086 -0.15839117902958566 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15817892000636685 -0.15810974043637702 -0.16613116447471113 -0.17899758631454443 -0.17782042113155588 -0.1661849105035296 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.16284356017703708 -0.15839117902958566 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.16580282496010196 -0.1749391760013353 -0.15846035916066026 -0.16838400361341585 -0.1624190463074976 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.34051712974231574 -0.41872671519882354 -0.8016240364474507 -0.8026032628365402 -0.8055385755302299 -0.8086356713795042 -0.7519066253961122 -0.8336018815879245 -0.8482769402820439 -0.8982614241488166 -0.9254618353500977 -0.5772776260239803 -0.2422066300434906 -0.24989102486392423 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3231251206822851 -0.419911044661867 -0.7994581836577084 -0.8101048090790828 -0.8064282716971254 -0.8131803016630708 -0.752905904484519 -0.8327351816945324 -0.8416471418651756 -0.8581631512321881 -0.8204081943124109 -0.47962989209261625 -0.2502756971119855 -0.2548584765690361 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.40102781454712333 -0.7913688996301894 -0.8075016638472656 -0.8292842063165389 -0.8277487475424996 -0.7486533899350367 -0.8147126903669885 -0.836469842308155 -0.8672580833694039 -0.9041092323735535 -0.5617646626206705 -0.24233200523455112 -0.2503723048969499 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.30325819761153233 -0.4028083364055532 -0.8023834449224718 -0.8267140726883289 -0.8537050446221549 -0.8358008299385625 -0.754844056461956 -0.8201447071142517 -0.8511568604356788 -0.9282645456353671 -0.9689738071382064 -0.5850377955702373 -0.24467281162528526 -0.24950634699193 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.3045400677778867 -0.4040004000571642 -0.7954416929966635 -0.8122823357413631 -0.839105287422372 -0.8339480887401927 -0.7567665976233499 -0.8268837413680982 -0.863302632177761 -0.9504937170488286 -0.944735452998578 -0.556928504766342 -0.24479818600210626 -0.25075698276894415 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.17020276959133954 -0.1603681593964086 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.1709704117318651 -0.16584930681208984 -0.15810974043637702 -0.15810974043637702 -0.1675448219027288 -0.15846035960994456 -0.16310912706770916 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.160792677610547 -0.15839117902958566 -0.15839117902958566 -0.15796666087134756 -0.15796666087134756 -0.15796666087134756 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15846035916066026 -0.15839117959067042 -0.15982115859728585 -0.163178306637699 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5147834083824347 -0.410298956614879 -0.7958023116137021 -0.7869678237150631 -0.7870696732368215 -0.786044951548452 -0.7244830045606235 -0.7904039946901656 -0.7893170760309212 -0.7913330356480132 -0.7909971270812833 -0.47556279784060307 -0.2498910192399913 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5138028647242123 -0.4084575123616583 -0.7873037398456924 -0.7872166340349185 -0.7891976927422186 -0.792376477196719 -0.7364286810188939 -0.8011394275852047 -0.7954944289434002 -0.8107197412294834 -0.8465115426127602 -0.5247341040773015 -0.24566414953105908 -0.2503723048969499 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5135237757562826 -0.41308949324322214 -0.7916277401889804 -0.7889015089305401 -0.7922848553441605 -0.7935938013429388 -0.7359643894674812 -0.7996199112715509 -0.8014906492594577 -0.7980184975840218 -0.7948382658101055 -0.4774127472397874 -0.2502756971119855 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.4131878989799203 -0.793440018839353 -0.7854302049007666 -0.7827348703343666 -0.7874115700965886 -0.7296745660861499 -0.7967638209847703 -0.7989325052697718 -0.7956989907197098 -0.7956174582080007 -0.4789978625512916 -0.2502756971119855 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.41990308560235656 -0.7946759992628462 -0.7932045313713545 -0.7928008963477232 -0.7934320444807369 -0.7320629048864298 -0.7970680941926342 -0.8021321821274561 -0.8024126413861653 -0.811219631093674 -0.47991975568248946 -0.24655887975317686 -0.2544737993135133 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16666388463141452 -0.159821157696042 -0.15817891995046657 -0.15789748130135775 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15846035871137598 -0.15810974043637702 -0.15881097782904324 -0.15839117959067042 -0.15982115859728585 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16256212147202787 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15810974043637702 -0.15810974043637702 -0.16817929841567855 -0.15982115859728585 -0.16446992605505054 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5186721688845234 -0.4240957428712416 -0.7925061090902736 -0.7925773751367091 -0.7955211992776943 -0.8018726084281937 -0.7402772199954157 -0.8063378524016154 -0.8083646682983885 -0.8398284846009084 -0.8106945080235815 -0.4879407992617737 -0.2548584765690361 -0.2604060522629857 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.39990568947973215 -0.7857483557826367 -0.7853542552757826 -0.7871927492791183 -0.7855104945557955 -0.7256712812316637 -0.7896006520502226 -0.7897792510336952 -0.7903035780033434 -0.7936258403584978 -0.47827415931278844 -0.245692916224224 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.41623737433535785 -0.7932590560604186 -0.7932590563705151 -0.7899651623465089 -0.7909282276472434 -0.7274576383744709 -0.791249801417412 -0.792231810909437 -0.7927514412187833 -0.7880479446060915 -0.4720745783047241 -0.2502756971119855 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5197721863765323 -0.40468627625817505 -0.7889815155274474 -0.7917697639354149 -0.7825720509930527 -0.7816954607986368 -0.72013039593842 -0.7841813654339839 -0.7851174442153126 -0.7848491185688318 -0.7848490964491741 -0.4695756722893238 -0.24694355762517103 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5195604801960501 -0.4142729141069296 -0.7964373029320901 -0.7826633600728518 -0.7840060569376751 -0.7864476929188453 -0.7257517595772978 -0.793097965364 -0.7896130940768176 -0.7926339480657806 -0.7916544918014139 -0.481874656565796 -0.24479818600210626 -0.26127201016800555 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.1631091227231103 -0.15846035859957547 -0.15817891995046657 -0.15817891995046657 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15810974043637702 -0.15817892000636685 -0.15839117959067042 -0.1602989833815744 -0.1684333288330545 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16666388463141452 -0.15846035859957547 -0.15817891995046657 -0.15796666087134756 -0.15789748130135775 -0.15789748130135775 -0.15789748130135775 -0.15817892000636685 -0.15839117914138617 -0.15817892000636685 -0.15846035916066026 -0.1605112425165937 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5363418328368433 -0.41744035948193875 -0.7907189354629075 -0.7886158969348307 -0.7960157546575983 -0.8005483906751183 -0.7398436706471264 -0.8028202670653505 -0.7982927278322274 -0.8237438945351383 -0.8379643541278354 -0.5265584395442664 -0.24604882750436155 -0.26002137439099143 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5284524582410809 -0.40959559476715457 -0.7888665385085373 -0.782518185377303 -0.7893096201418839 -0.7954923606933173 -0.7310956163169046 -0.8010452079773351 -0.8026628422654472 -0.8236393511374184 -0.8542923564300987 -0.5166962050501044 -0.24604882750436155 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5261980969407006 -0.40872648103212383 -0.7908456060373341 -0.7835448100365472 -0.785360974378944 -0.7887690347146266 -0.7278225267482309 -0.7878514987963682 -0.785255124607093 -0.7861332538259937 -0.7874486943728699 -0.47632870138253963 -0.25719928234329875 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5207882164394619 -0.41499260141852273 -0.7894911148511793 -0.7848472561012088 -0.786237671686914 -0.7856484214059776 -0.7242652904245788 -0.7951785651725092 -0.7945231420526481 -0.7932342085186751 -0.8118660184165392 -0.4949238649948504 -0.24851500827191672 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5216310945769653 -0.40826122081983746 -0.7889630789274827 -0.789996493596549 -0.7929318385320522 -0.7963946641522991 -0.734725842860234 -0.7970569657908512 -0.8010901595383054 -0.823258841406707 -0.8400751083522913 -0.4770602123132279 -0.24617420188118255 -0.2636128159422682 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16332138185812964 -0.15846035859957547 -0.15846035859957547 -0.15817891995046657 -0.15796666087134756 -0.1584603586554757 -0.15789748130135775 -0.15817892000636685 -0.15817892000636685 -0.15810974043637702 -0.15846035916066026 -0.161872041503935 -0.16891115051414704 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16332138185812964 -0.16022979935786044 -0.15846035859957547 -0.15817891995046657 -0.15796666087134756 -0.15817892000636685 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.15982115814800157 -0.15846035916066026 -0.1624190463074976 -0.16891115051414704 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5304391316723492 -0.41847934994952835 -0.7906212944336845 -0.7841637383937813 -0.7834956727973245 -0.7871047207502363 -0.7289807038761291 -0.8007076000455269 -0.7990778825816809 -0.828383262259093 -0.8632487014264206 -0.5389336090627327 -0.24950634699193 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5230234005504983 -0.41117075907272116 -0.783732319990441 -0.7878647506387253 -0.7873514906485498 -0.7968253312713777 -0.7366783325444198 -0.7955882452232615 -0.7955750400649326 -0.8076551373433443 -0.8053466718161483 -0.47766479259093514 -0.2504010714888065 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5212571525632015 -0.4114918817828995 -0.8011278682307076 -0.792170596406914 -0.7907112164334636 -0.7992037569054239 -0.7395728278628598 -0.7981546465381467 -0.8003188397166753 -0.7977747525783458 -0.7966312060264462 -0.48354058602951505 -0.2595400887340329 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.4280819284457072 -0.8119661658871273 -0.8016291824791532 -0.7973144771838852 -0.7952641941657264 -0.7330551098915556 -0.7941308823323536 -0.7953316220673654 -0.7960678471325494 -0.7959542446077366 -0.4869694961963241 -0.2604060522629857 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.49821773873749925 -0.4228937303627638 -0.7988752479808299 -0.7922559456778119 -0.7980711097718898 -0.8048115618106387 -0.7488236873174995 -0.8048304979035121 -0.8011008141064456 -0.7998830048126816 -0.8029868475255244 -0.4843367152335099 -0.2595400887340329 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16386838666169223 -0.16022979935786044 -0.15817891995046657 -0.15867261773459476 -0.15796666087134756 -0.15789748130135775 -0.15796666087134756 -0.15817892000636685 -0.15839117914138617 -0.15839117914138617 -0.1598903381672757 -0.161872041503935 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.1648944404297745 -0.1589540568888882 -0.15867261773459476 -0.1584603586554757 -0.15839117908548592 -0.15817892000636685 -0.15839117914138617 -0.15852953873065007 -0.15832199957139637 -0.1598903381672757 -0.16296604755858 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5253463508876359 -0.4072439006535239 -0.7904142991522757 -0.7846033710194786 -0.7923777462429078 -0.7971869771553088 -0.7431878161768701 -0.8015435235009088 -0.7927815302767026 -0.7927494352963192 -0.7913435104316002 -0.4809344822295064 -0.24950634699193 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5190101996302332 -0.40667912128804756 -0.7907909908415427 -0.7856633620638196 -0.7923603934577114 -0.799720000763139 -0.7405386572469168 -0.8044192384160402 -0.8026919680939297 -0.8284709928951358 -0.8532370271028169 -0.5143133373671988 -0.24950634699193 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5204935146422459 -0.40979771673236237 -0.7906347867324258 -0.787958571143052 -0.7975196255792925 -0.810993482810749 -0.750737342721406 -0.8148141272622456 -0.816501118232757 -0.8475808517696061 -0.8733013967384321 -0.5303609855581006 -0.24864038346297715 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5175732386705416 -0.4055510780392579 -0.7915345312691328 -0.7959020707500923 -0.8062118095806828 -0.8081960294285558 -0.7491580085464173 -0.8118464441430157 -0.8182149288076159 -0.8607205819862783 -0.9234177226923524 -0.5698320261256886 -0.24950634699193 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5213619773262383 -0.4082772296299974 -0.7835771639101264 -0.7853318191543689 -0.7922260481928206 -0.800721985012773 -0.7459818700948392 -0.8137791517181788 -0.8186801200847552 -0.8109838300508204 -0.8113804829936322 -0.48393588225729717 -0.2595400887340329 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.16051123845625354 -0.1607926776664472 -0.1589540568888882 -0.1589540568888882 -0.1584603586554757 -0.15867261779049507 -0.15817892000636685 -0.15852953873065007 -0.16010259724639472 -0.16537226555422208 -0.16795550404876602 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.1648944404297745 -0.1630558196522154 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15817892000636685 -0.15846035871137598 -0.15852953873065007 -0.16010259724639472 -0.16420436000972197 -0.16891115051414704 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5321650825716848 -0.42230601108244153 -0.7913004323454716 -0.7876659382059034 -0.7971283558005535 -0.798288894396892 -0.7327776142042265 -0.8017127975455018 -0.7968052662525643 -0.7962434757024801 -0.7960374578112338 -0.48706012716375663 -0.26127201016800555 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5192903108230572 -0.41781650197304 -0.8164812754426053 -0.794139068248328 -0.7854292822928436 -0.7893953326349774 -0.7263774349374501 -0.7910070153132472 -0.7899721623688306 -0.7901118931338333 -0.789574054611797 -0.4768796492878171 -0.250497679273771 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5190270912757857 -0.4178135127135893 -0.8157965319510415 -0.7832770693160133 -0.7868134303963944 -0.7861452182243099 -0.7281374046321426 -0.7942071891118773 -0.7951899266840641 -0.7954064664413532 -0.7952122859218802 -0.48550080853894667 -0.2636128159422682 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.520860574891531 -0.419304558615538 -0.8099928869281238 -0.7882848475912824 -0.7850387743703761 -0.7840056881434087 -0.7195355070828103 -0.782506896937318 -0.784743569790097 -0.7839905640855607 -0.7902930760933478 -0.48425098207812906 -0.2850522346367659 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5312526175635703 -0.42541064216441277 -0.8119020955039399 -0.7877977626738738 -0.7859886397510739 -0.7847406232126831 -0.7220392055604393 -0.7832525695675671 -0.7836063069384492 -0.7826640659777848 -0.7835189787641206 -0.47888312869262895 -0.28244667098732845 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.16891115017398803 -0.16022979935786044 -0.15846035859957547 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15789748130135775 -0.15846035871137598 -0.15810974043637702 -0.15852953873065007 -0.1598903381672757 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.16064959804551748 -0.15867261773459476 -0.15817891995046657 -0.15839117908548592 -0.15867261779049507 -0.15817892000636685 -0.15874179780976916 -0.15839117914138617 -0.15852953873065007 -0.160102597302295 -0.16494774773614304 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.547709491785979 -0.44111977838659516 -0.8200624917095991 -0.7870621627776653 -0.7851058645238395 -0.78361078300577 -0.7206427877263594 -0.7817851847555323 -0.7825164551646565 -0.7849754153394248 -0.783636600564158 -0.4726500606039195 -0.2742942451885749 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5483106606253174 -0.43263277967015684 -0.7942946882679358 -0.7847810061613474 -0.7830335232788787 -0.7831820617772273 -0.7248061455229702 -0.7933277023504124 -0.7943122470939028 -0.7909019761471984 -0.7881709307718582 -0.4764020625699351 -0.27827774696063395 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5218067693863663 -0.420025442422572 -0.7986625344968789 -0.7841041425132432 -0.782748520887647 -0.7845300711224592 -0.7222589607070549 -0.7825727832059698 -0.7824972237215821 -0.7844322636005193 -0.7833029637696783 -0.49332988386888493 -0.2708535046772923 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5288180688218362 -0.4209690055347627 -0.791830857676537 -0.7841597502924245 -0.7849718614387448 -0.7872253287449659 -0.7256564432654473 -0.7903208320230067 -0.7920431482397279 -0.7921569578739832 -0.7901284365783842 -0.47842924632155576 -0.2604060522629857 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5266584533249861 -0.41725440566003436 -0.7914360702127582 -0.7842171452828053 -0.7869184949577988 -0.7820526397407555 -0.7225142907412425 -0.7852559410091221 -0.7852254155808004 -0.7855121791551551 -0.7840137097656924 -0.47317720197211427 -0.27204145121436146 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.16795550370860696 -0.15846035859957547 -0.15817891995046657 -0.15824809952045646 -0.1582480995763567 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.15839117914138617 -0.16187203840073902 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.16638244203376606 -0.15867261773459476 -0.15796666087134756 -0.1584603586554757 -0.1582480995763567 -0.15817892000636685 -0.15874179780976916 -0.15881097782904324 -0.15852953873065007 -0.1610049371416256 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.393745873709258 -0.36388044055095214 -0.4125417319694984 -0.38267030081131076 -0.41256785560318215 -0.3976530198391684 -0.3976241335003925 -0.440454153921752 -0.5751635271931376 -0.49220881886540596 -0.8073527110466511 -0.7988298050564877 -0.7876769937716857 -0.789135030506817 -0.7265221152190705 -0.7881819213360485 -0.7845434711581103 -0.7831684686725725 -0.7839535103930936 -0.475069163429881 -0.2864689429433622 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5399910018623522 -0.43096969965059573 -0.8033386244392676 -0.7847011712539832 -0.7861780799912862 -0.7934013030332265 -0.7348063061556045 -0.7993823612885079 -0.7973382269580122 -0.8023400926180522 -0.8129303118408134 -0.48265470232437796 -0.2740593604099791 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5301229235469317 -0.42604595012106167 -0.7988307292888014 -0.7931776987563955 -0.7976102976055015 -0.8098155810834954 -0.7540145696872487 -0.8139967623279052 -0.8084441271465044 -0.8234869222375162 -0.858314446022004 -0.520899948572944 -0.28137404767514756 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5205395396098652 -0.41897716637921845 -0.7972471208889933 -0.7856828203913983 -0.7858681666534776 -0.7854816029194992 -0.7223431137210262 -0.7856983374756277 -0.7899330167779189 -0.7920225037195872 -0.7907322345884309 -0.4814766433555922 -0.2796332350760425 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5213091988980474 -0.4200860660568162 -0.8098158781095112 -0.7852155027910688 -0.7850002988549536 -0.783814068437496 -0.7201607976367409 -0.7825215639412216 -0.7825370395013701 -0.7833657582368867 -0.7839541279150277 -0.4806359156981653 -0.28499528896415405 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.16666388463141452 -0.16072349764717314 -0.15867261773459476 -0.1584603586554757 -0.1584603586554757 -0.15846035871137598 -0.15846035871137598 -0.15874179780976916 -0.1610049371416256 -0.1627743813432656 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.30749190920141667 -0.27762389983791785 -0.39380027941180507 -0.3788964936885999 -0.1646130012754811 -0.17517204244979465 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15817892000636685 -0.15817892000636685 -0.15846035871137598 -0.16010259724639472 -0.16468218169081453 -0.36388044055095214 -0.36388044055095214 -0.37881101106617265 -0.36388044055095214 -0.3788375571579067 -0.3937934632067343 -0.3976518365686346 -0.3976332639879965 -0.4126400683694923 -0.392807784877598 -0.4128307968855438 -0.42068783209551247 -0.5755746871970113 -0.6908164126773478 -0.8107315639883284 -0.796744159124396 -0.7901469777019446 -0.7870460362133723 -0.7243678498811206 -0.7857509925828945 -0.7867918434001178 -0.7861549563609244 -0.785316456665568 -0.48263571339097955 -0.4850324287769568 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4403799867099988 -0.5724622625647421 -0.6748875758339861 -0.8101094226341317 -0.7988558180648284 -0.789058294157521 -0.7907974492309264 -0.7298103648939045 -0.7890270176321196 -0.7957225778102915 -0.7954489549469533 -0.802853096788289 -0.4803832418364918 -0.48054135078960303 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.555952107364637 -0.6377332707148365 -0.8189651804007192 -0.8009984001676616 -0.7890831778524253 -0.7846115757030422 -0.7222084615695032 -0.7838061533122941 -0.7845662411740973 -0.7844698528464343 -0.7852048916222933 -0.48250896219853046 -0.4796192253547524 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5414198168890563 -0.6258100310468113 -0.8219889633988358 -0.7895129988641016 -0.78532094536956 -0.7835123709789041 -0.72078953195442 -0.7834884604520512 -0.783479801052175 -0.7841188049559126 -0.7849438910888805 -0.5013701164807017 -0.47914207030066114 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5474527249839108 -0.6293830760384971 -0.8037943409723668 -0.7868872372842546 -0.7847273163626285 -0.7838650006301751 -0.720204929777351 -0.7836954554417886 -0.783136813725531 -0.7836527705166626 -0.7892562399421449 -0.47941515548790553 -0.4739055871456952 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.1622806787652543 -0.16022979935786044 -0.158938180280668 -0.15817891995046657 -0.15817892000636685 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.15982115814800157 -0.16241904275501734 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.1622806787652543 -0.15846035859957547 -0.15817891995046657 -0.15796666087134756 -0.15796666087134756 -0.15817892000636685 -0.15817892000636685 -0.15839117914138617 -0.16003341728302092 -0.16516000647510304 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5343153723567398 -0.6220677934887469 -0.8244168728320291 -0.8105597845981212 -0.7875084349571385 -0.7875613316514541 -0.7242841576141945 -0.7867822906612251 -0.7855361299030191 -0.7857623769034227 -0.7924696995153647 -0.4902571006169937 -0.48311997520426553 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5580237099645479 -0.6344409019075724 -0.8116091287985907 -0.793128547107198 -0.787835805750864 -0.785581964284307 -0.7237743733649662 -0.7847115223457146 -0.7848985207063667 -0.7851123808014733 -0.791176314760901 -0.4813363771275127 -0.4798371725766631 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5542730037067566 -0.632854856224041 -0.8068293977414208 -0.7894365670188108 -0.7853101812301574 -0.7843707150536302 -0.7215512227387249 -0.7832069380774798 -0.7855670922055067 -0.7868884656084719 -0.7920409997190354 -0.50269812049097 -0.4688472669883347 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5274550735411955 -0.6165623900360301 -0.8253539926816347 -0.8160801807353293 -0.7873984669889624 -0.7872959849217229 -0.7243573356220813 -0.7857651712758297 -0.7859890388458813 -0.7918817921815235 -0.8025187927230768 -0.4972268491577026 -0.47476023064693207 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5494219971400867 -0.6317154195581777 -0.8154935897652815 -0.7942501973951576 -0.7858745359546853 -0.7864382653975681 -0.7208005065922515 -0.7851311883328539 -0.7839718842430893 -0.7840792533695664 -0.7893504778309598 -0.4871810602318637 -0.4740650155591904 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.16843332538969946 -0.1594318785699807 -0.16072349764717314 -0.15796666087134756 -0.1582480995763567 -0.15817892000636685 -0.15839117914138617 -0.15839117914138617 -0.16003341722712058 -0.1633905626136221 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.3074859484808098 -0.37885155250939095 -0.36388044055095214 -0.18517705857940514 -0.17565967098395152 -0.1584603586554757 -0.1589540568888882 -0.1582480995763567 -0.1582480995763567 -0.15846035871137598 -0.15839117914138617 -0.15982115814800157 -0.16365612831879153 -0.37383574197550146 -0.37886646026878645 -0.37887029853161697 -0.39399740630059804 -0.3840674838042674 -0.38413663228000355 -0.41290993885858496 -0.39291668068326696 -0.413021063867012 -0.41324349544841654 -0.39306152999299926 -0.42593893502707936 -0.5866770015137708 -0.6902574554152718 -0.8378762541996224 -0.802535951916063 -0.7931632490109781 -0.7914093953920874 -0.7307731378346015 -0.7930415416738544 -0.7922631341995374 -0.7964717007480052 -0.800442050031084 -0.48155763742085156 -0.4808325822881115 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5467475118843832 -0.6318430312927017 -0.8143845260681529 -0.7943143361745294 -0.7959834094241238 -0.7977335822595958 -0.7380863074600428 -0.8058723534495009 -0.8051664010955046 -0.7901074209304864 -0.7963396151031195 -0.49513562357149155 -0.4738174393340098 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5435777213966986 -0.6272775826327703 -0.8229055171202508 -0.7942584273343334 -0.7849126753186304 -0.7860169519519445 -0.724817289658036 -0.7858561782417294 -0.783953493693367 -0.7988335147415372 -0.7907745343101652 -0.49788237317443185 -0.47904670278704026 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5480595544652687 -0.6290416324462241 -0.8340715358160192 -0.824104875483206 -0.7991586955425695 -0.7883914978889798 -0.7253515112074185 -0.7852792511224346 -0.7850295917092525 -0.7880878518105534 -0.8045106719610751 -0.5053682773257518 -0.48579767407585034 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5679421815332347 -0.6595609544348695 -0.8236022595928051 -0.8070698806922916 -0.7891995082742863 -0.7889580075313799 -0.7299425214254165 -0.7912026680205844 -0.788521480527398 -0.7917539201995334 -0.7898503751176875 -0.48423757057073014 -0.48193339837565985 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.16843332538969946 -0.1591504394156873 -0.16072349764717314 -0.15796666087134756 -0.1582480995763567 -0.1582480995763567 -0.15846035871137598 -0.15846035871137598 -0.16284356091325547 -0.16645162589245455 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.36388044055095214 -0.166186059847126 -0.16022979935786044 -0.15936269855070664 -0.1584603586554757 -0.15796666087134756 -0.1582480995763567 -0.15846035871137598 -0.16079267806250655 -0.16666388463141452 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.556351441849902 -0.4401734729655596 -0.8051221285316409 -0.7876345922406424 -0.7866408887972517 -0.7856512894403415 -0.7260970671305512 -0.797631551313133 -0.7953560046469017 -0.8115598316119949 -0.8282451543225676 -0.6989450310344367 -0.4881065843289698 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5644442053489651 -0.46285279061076345 -0.80915439105945 -0.8098914356231224 -0.7935102043383687 -0.7881870226095008 -0.7270700253830047 -0.788626206596195 -0.7924015432010632 -0.7920356757845165 -0.8335337941801848 -0.6997508749176695 -0.48728683505986575 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5553033249106407 -0.4391250470963966 -0.8187027165112167 -0.8007236759382373 -0.7937938604613418 -0.7909634521952358 -0.7264307579133283 -0.7938373154822416 -0.7939769256465408 -0.794397823502459 -0.8263649573037398 -0.6986265413909133 -0.48554229081168715 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5554508549919857 -0.43561544179202194 -0.7969407883317645 -0.790292196771831 -0.7871286704430899 -0.7865305512990822 -0.7241093031869911 -0.785425138605477 -0.7903101610451833 -0.7991467439781788 -0.8235330551023953 -0.6969478272704084 -0.4832672713044498 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5431158662517861 -0.43374648103034785 -0.8214759885303271 -0.8033021744212748 -0.7911290008766676 -0.7875885419960893 -0.7237172461335835 -0.7865927832561977 -0.7866444616485767 -0.7966672372634598 -0.8328202343495585 -0.6980679080775353 -0.4840466600301258 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.17020276959133954 -0.160654317627899 -0.15824809952045646 -0.1580358404413374 -0.1582480995763567 -0.15846035871137598 -0.15846035871137598 -0.16003341722712058 -0.16236573612896693 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.39376112713648515 -0.37885172635012876 -0.3788562239725023 -0.3938651733476234 -0.37901088868855587 -0.2926414806738705 -0.30776355089158236 -0.3080133957958766 -0.2980179914751909 -0.2928280702071985 -0.3080858282039245 -0.3947139743652042 -0.18721101483291533 -0.1754651229434363 -0.17623509514776917 -0.17562367468689405 -0.17809333245921435 -0.16592210735150467 -0.15846035871137598 -0.15839117914138617 -0.1605804189833875 -0.1801600470197889 -0.3838350133027372 -0.37883325490036435 -0.3788980722612372 -0.39380555006871415 -0.37890995077409667 -0.3788440469479393 -0.39386538030805995 -0.3976989261323363 -0.38267030081131076 -0.3976758547460301 -0.412635309981153 -0.39777329889551943 -0.4254901304635906 -0.5706904481183933 -0.49080289006467376 -0.8522260589010004 -0.7987019699912822 -0.7977082987780113 -0.7951868925980201 -0.731456355924097 -0.7894159329418436 -0.788413726988598 -0.79797643225286 -0.8347825135346573 -0.7021419510650222 -0.49073655515382064 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5588810198476272 -0.4391330370596973 -0.7980408849670474 -0.7885867872248405 -0.7874932023421011 -0.7852657690782702 -0.7230543580737511 -0.7849330184930812 -0.7899958975277668 -0.7929710820640232 -0.8168774584804004 -0.6964965331807946 -0.48321318135662905 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5651186589445364 -0.45421603082883827 -0.8002737307153402 -0.7923419136112432 -0.7881898513201805 -0.7879564467047072 -0.7226083690401415 -0.7936576579498063 -0.7922148672742874 -0.797597017728182 -0.8162175736303345 -0.6962226087371327 -0.48248435468104 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5386598315809554 -0.4295443483313005 -0.8124714362175507 -0.786112881084206 -0.7884830479229583 -0.7898238712456187 -0.7269289332562816 -0.7967319129751063 -0.8020598375346716 -0.8010454417692968 -0.829938159466597 -0.7000209072649141 -0.478714586042766 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5556187958164057 -0.4435265451565602 -0.8275555136638726 -0.7964100916567597 -0.7901603504579063 -0.791707667957413 -0.7291828797290247 -0.7889596891478065 -0.7885779878305883 -0.8038799782933699 -0.8294918603736745 -0.7009324162732081 -0.48660620226546436 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.1977938737293537 -0.1732929450703687 -0.1617775586015355 -0.15839117908548592 -0.15817892000636685 -0.15839117914138617 -0.15846035871137598 -0.16022979980982002 -0.16173367836219082 -0.17538623915817686 -0.37883977606480446 -0.37883631815470903 -0.3839284963783103 -0.383990380741864 -0.3840477315724638 -0.38413025621957925 -0.3841832357755976 -0.29283324981972836 -0.29300592464867814 -0.30801031490005065 -0.30827949702508917 -0.2932828523654539 -0.2982318819699727 -0.394660034098645 -0.18585935457444877 -0.1853222304117328 -0.17453769253993198 -0.18869749452684484 -0.18842807426295552 -0.17318363649805033 -0.15846035871137598 -0.1760432904515218 -0.1922566989841031 -0.1852333278104821 -0.37886792169112743 -0.3939397638406719 -0.39412042377238427 -0.37905074797797794 -0.3789104456454269 -0.39404248629935495 -0.3942430623524907 -0.39778279056081356 -0.38267030081131076 -0.4127199370015763 -0.39783515267116526 -0.39770361223461653 -0.4406258576425812 -0.5924017122016992 -0.4970727803738359 -0.8360641429300115 -0.8084706392799322 -0.7986813694402974 -0.7890865670052015 -0.7298567123793813 -0.7952364946065844 -0.8060869062701643 -0.8213716501140832 -0.8351462092998229 -0.7018420533714425 -0.48928060823045 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5715633917847451 -0.47250053809868714 -0.8297902933563388 -0.8097033412547697 -0.7969661348099459 -0.7905547541008898 -0.7272135965248423 -0.7889938714797409 -0.7888941778391092 -0.8082443606666688 -0.830979586877887 -0.7022366012100879 -0.4888090059341994 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5679202759334385 -0.46386817616068854 -0.8156325373461655 -0.7942262933422294 -0.7926090808666411 -0.7905719418350678 -0.7269707609244493 -0.7881996077317267 -0.7883088787653924 -0.7963960870902071 -0.8301609245658924 -0.7022026265261835 -0.4877271471415359 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5694107372357646 -0.47109478492310364 -0.8216961986639126 -0.7994414216449703 -0.792403608408898 -0.7890805943112119 -0.7286482368592072 -0.7889176654192283 -0.7952638171886047 -0.8021092687213487 -0.8228389392908843 -0.7028802758331251 -0.48679896247082827 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.41259451939556546 -0.42561982766400475 -0.5783663933821435 -0.4858572712079091 -0.8173461388575077 -0.798784363719109 -0.7928273990663219 -0.7886745716812178 -0.7262846732282949 -0.794120001312002 -0.7938946297669653 -0.8024440172020513 -0.8215017103385106 -0.7010716874244912 -0.48356483915289744 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.3075460538096445 -0.29270816762627316 -0.29265395672208905 -0.3941329516007804 -0.18873418433020978 -0.17731320250602126 -0.1739008532796997 -0.1644306201741633 -0.15817892000636685 -0.15839117914138617 -0.15839117914138617 -0.15846035871137598 -0.16051123896411343 -0.16891115051414704 -0.36388044055095214 -0.36388044055095214 -0.3788291928422625 -0.36388044055095214 -0.37883466370300406 -0.3788419543236191 -0.3937678341401948 -0.29258154122670027 -0.27762389983791785 -0.2925757848936372 -0.3075022613575397 -0.27762389983791785 -0.3074962460222249 -0.36388044055095214 -0.20007425363000442 -0.1792745884528814 -0.16192257984223649 -0.1584603586554757 -0.1582480995763567 -0.15817892000636685 -0.15846035871137598 -0.15846035871137598 -0.16489444076993354 -0.17020276959133954 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.36388044055095214 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5567348443921943 -0.4507179435450153 -0.8105373469597771 -0.7991937571677076 -0.7862906090454981 -0.7866955993706789 -0.7226722914073606 -0.7851845912313707 -0.809754443568465 -0.8263256481034661 -0.8318145935366562 -0.6969098861093382 -0.48262352759273086 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5554684654839868 -0.44092220116946795 -0.8339977548864693 -0.7964733773166186 -0.7898433486325535 -0.7907373192109703 -0.7283127284994813 -0.790595788524996 -0.7943281374273282 -0.821334534441382 -0.8355607460260708 -0.7018601811684463 -0.488058123239146 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5734236876484925 -0.47549792593947443 -0.8315722532015093 -0.7967530686288661 -0.793002853479168 -0.7928233270641181 -0.7294933755044256 -0.8008949941989706 -0.7995793841704296 -0.8168367135793412 -0.8359329150125139 -0.7023881534979736 -0.48734697395704224 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5681143669343056 -0.4691575247404927 -0.8311383799253365 -0.8054738706582518 -0.8084690586644043 -0.7968178652901144 -0.7386733722572338 -0.8006882950412851 -0.8015962023676292 -0.8278365446284104 -0.8365087865166152 -0.7026866638635457 -0.4897984152105481 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5504767551035231 -0.6438876474253542 -0.807157461403444 -0.8117863948319552 -0.815565373716397 -0.8042396994909586 -0.7237681993690988 -0.7871702641591656 -0.7972129067762157 -0.8125315796479345 -0.8344131245324118 -0.7005175242134339 -0.4875345951833832 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.36388044055095214 -0.39375645493854183 -0.16714170631250705 -0.19294132958589835 -0.15867261779049507 -0.1582480995763567 -0.1582480995763567 -0.15846035871137598 -0.15852953873065007 -0.19229970299761806 -0.18538589954861268 -0.3843096623619112 -0.38438904325382817 -0.39450390040809014 -0.3844497374988435 -0.38457913697133694 -0.39482768748755476 -0.3795628799710297 -0.30854154503257314 -0.30862947081164693 -0.29331958744944203 -0.30847422389643026 -0.308884948680348 -0.2934410602175133 -0.39485233299293265 -0.39541218365425035 -0.1835624937997891 -0.18148598597484125 -0.1896300741839417 -0.1891593630167051 -0.1739322762816208 -0.17385703101585298 -0.19017302615248308 -0.1932850782789 -0.1860229193075096 -0.37962862343589443 -0.3960170512149079 -0.38456254118130695 -0.38006618371006395 -0.39618312370510933 -0.384807822537187 -0.38010947909733817 -0.4147598194380977 -0.403437428953292 -0.39880855858184683 -0.4140374269086273 -0.3991067542332297 -0.44261176624163956 -0.6270078804602619 -0.7089942967436729 -0.8661748939620934 -0.8319200308471827 -0.8183778013667274 -0.8076787052084253 -0.7369009196219485 -0.7949128030841104 -0.8005700318770628 -0.8059382963023064 -0.829699069536039 -0.7102522705732669 -0.5131993758705345 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.39762325616145405 -0.39769542484936515 -0.412771280625762 -0.3980467893526888 -0.40309064255546156 -0.4309603725433549 -0.5953711099438976 -0.6958654157053833 -0.8452134549246444 -0.8156739918375278 -0.8077242804918454 -0.8003661850853996 -0.7366283181901941 -0.7994623530311239 -0.8074236129534962 -0.816611563132479 -0.8458626837645905 -0.7153305673993495 -0.521122855780497 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3937786037745933 -0.38267030081131076 -0.41260172818025964 -0.3928447318550187 -0.3980518680560939 -0.39847808116279454 -0.42632005640775683 -0.5905704731919944 -0.6946269125796132 -0.8418809605788379 -0.8113358534069168 -0.8014762637150507 -0.7995674030125671 -0.7389262472964201 -0.7993427114659584 -0.8044009661110622 -0.8230809480579505 -0.8446984847974138 -0.7137383648221708 -0.5189955645893741 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.3851355746978002 -0.39428621494112365 -0.3930394200372409 -0.39819120274595327 -0.39866120245780085 -0.3989288193030655 -0.3993391156733763 -0.44330437302927655 -0.6196097843360987 -0.7081545948763542 -0.8420068527656749 -0.8163593714491042 -0.8037082733492167 -0.8025063060160611 -0.7360310228167564 -0.7972451513886217 -0.7962951618328441 -0.804630246275916 -0.8385691970719389 -0.7144309463922874 -0.516983497940653 -0.4572904869018806 -0.41406625636003397 -0.4240237927742456 -0.38516115708474474 -0.3939573173203373 -0.39288379125152584 -0.3980410320992914 -0.39859237574909817 -0.3989765653588626 -0.39941870751449976 -0.44350638155942307 -0.6170904353712342 -0.7073756331985985 -0.8544523596465389 -0.8152788689653405 -0.8026573645298561 -0.7990550783281546 -0.7370939202143462 -0.7988726500253863 -0.8075967044347572 -0.8218341475933073 -0.8436818701992849 -0.7132932790108278 -0.5144061740431612 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.39377815955855944 -0.28767382452203 -0.3078662848891352 -0.2932210544184465 -0.29317942793656143 -0.3084806063146598 -0.2933154970141825 -0.37955703563010446 -0.3800652973299798 -0.19319940089341542 -0.17850047221126272 -0.17364767047670565 -0.1898008408851045 -0.17812228498332697 -0.17395779820055196 -0.19097433846089334 -0.18291125025545862 -0.19320361804748631 -0.381049628047883 -0.3874354082651444 -0.4004285204980989 -0.38716393564478824 -0.39827134531320063 -0.3873002395849318 -0.3982752783197568 -0.3013973072718897 -0.31245074583795623 -0.30183547499826735 -0.31236774252922744 -0.30824730383060683 -0.31457337344832087 -0.3878475649268049 -0.4000755657421074 -0.18551153941699736 -0.19271316761748297 -0.18335895213760953 -0.18256823344058246 -0.18039980243639916 -0.18016733654525469 -0.18300705121511676 -0.18496646552809362 -0.18895474807826532 -0.38697462567814117 -0.3816923517675113 -0.3876214676964099 -0.40024136027165097 -0.3924481029721828 -0.38800046402919325 -0.3993079311656281 -0.4129341038375524 -0.40758395034553196 -0.41775579731211443 -0.4147085817532644 -0.40775431410886764 -0.44678341112356085 -0.6278074768207352 -0.7107001485480035 -0.8884222960505418 -0.8698533820904144 -0.8400919728693712 -0.8247870129081861 -0.7568305833426286 -0.8105306223758035 -0.8121115309121644 -0.8136514445720964 -0.8372175373176107 -0.7305013842878819 -0.5251255525524102 -0.4572904869018806 -0.42605458263017226 -0.42938037013729585 -0.3965880266686613 -0.3796422719801967 -0.40496696418902856 -0.3990953909907684 -0.40475149301084795 -0.39937931204982846 -0.40544852587948177 -0.4447852073478913 -0.6254322217516288 -0.7092710550050072 -0.8802857049154355 -0.8328436921312473 -0.8173183773915886 -0.8064268471573822 -0.7421945444550806 -0.7995961456812745 -0.8099681111965757 -0.8260646980873811 -0.8446880759565759 -0.7127177052337899 -0.5162741971597357 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.3900902668144141 -0.37882626561518024 -0.4125960934505596 -0.3926868029403578 -0.4126438844676012 -0.39275260630308234 -0.39781465740743954 -0.44074815817908813 -0.5737605568514523 -0.688890473540635 -0.8391014864324031 -0.817959090598861 -0.8006423935872339 -0.7930814984611427 -0.7283034086870711 -0.7928644545963773 -0.8022818290713367 -0.816052555267789 -0.8376512595146244 -0.7036559014342881 -0.49839955249612283 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5591971705495379 -0.6394239729430924 -0.8356050115401954 -0.8082866806734708 -0.7948634096541652 -0.7918610132781809 -0.7281608988029149 -0.7895262136131267 -0.7981052277013384 -0.8205120805373651 -0.8346280834199888 -0.7004793806866224 -0.4870097433742546 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5668536348883318 -0.6541787682615436 -0.8230822260453655 -0.8098273768680516 -0.797091980285918 -0.7897329985053189 -0.7266056040304202 -0.7888666710288372 -0.7891060218541092 -0.804241251760601 -0.835107552351014 -0.7013129419974846 -0.4844552374237702 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.27762389983791785 -0.2925817780203354 -0.3788488437989862 -0.39379946964950857 -0.17750857839458636 -0.16892687414489574 -0.17174226747215346 -0.15867261779049507 -0.16022979980982002 -0.15846035871137598 -0.16022979980982002 -0.1691998540156889 -0.18218124018527232 -0.378940704383448 -0.384060804128801 -0.3840741044408774 -0.38409620773070524 -0.3790839256739214 -0.379292978477224 -0.3793627753966053 -0.29336612528938594 -0.3087712807486844 -0.29716394196356644 -0.30129388989878175 -0.30140966652846307 -0.30132243779792045 -0.38780468529754974 -0.38789381391849503 -0.18300353127128632 -0.1791545097669219 -0.17660909172624334 -0.17601419837356785 -0.1735255627684725 -0.17366002076671652 -0.17592612076670514 -0.1822494678851198 -0.18571921754929724 -0.38467571162583314 -0.37949370071926314 -0.39519155935428996 -0.3837148464995185 -0.3796298630016682 -0.3956229697628207 -0.38392456957157944 -0.39833281458265885 -0.4137759681051142 -0.3984859560392223 -0.39817395609194134 -0.414008365122674 -0.4263179894542691 -0.5875693210581275 -0.700968818555745 -0.8787802801414581 -0.8467875751776959 -0.8084604917504092 -0.7984767384958545 -0.7426722655033527 -0.8043066625566009 -0.808458773006926 -0.8245468759081668 -0.8380469036318775 -0.7065922534790037 -0.5039436374464382 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5806025384255241 -0.680188916749899 -0.8350913964635805 -0.8019843190466451 -0.7961496736036127 -0.7935205032392323 -0.728990565538889 -0.7904931120065061 -0.8079392348604455 -0.823509325175465 -0.8371855832030867 -0.7043497497698156 -0.4921506896949649 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4403873825220473 -0.582420559374242 -0.6839160625149222 -0.8223583492666691 -0.8167293059627614 -0.8004752929930867 -0.7964651020166302 -0.7323259013865583 -0.794334248054637 -0.7931807729045487 -0.8148073660991272 -0.8367710682981737 -0.7033334407185051 -0.49234160587297415 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.38267030081131076 -0.4104958107027211 -0.5701630839121837 -0.6664033870981111 -0.8411999996288234 -0.801067979314166 -0.794720174444284 -0.793670624185648 -0.7294858911171266 -0.7907653890806858 -0.797788286227705 -0.8159174816642286 -0.8384008954695629 -0.7051220629864614 -0.49965114414957823 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.38267030081131076 -0.38267030081131076 -0.41267115088580214 -0.3979288967898466 -0.4033406409857472 -0.4312260508027341 -0.5947637994577293 -0.6988441822155693 -0.8433612462510297 -0.808537354422229 -0.7987178574396139 -0.7965947733500013 -0.7338614042772988 -0.7935223725760129 -0.7948182006374802 -0.8094581419786057 -0.8411371006626027 -0.7110425981462246 -0.5128556866703832 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3638804402944145 -0.2926019821445513 -0.29267031788442976 -0.30805488389735597 -0.2982045703861153 -0.29835620653586603 -0.30853092322529796 -0.3794936966668188 -0.3794928235538532 -0.18212386181063048 -0.1750287342655163 -0.17898354380574008 -0.17813278632938737 -0.1782563046868165 -0.17653549643990932 -0.17484929422623638 -0.1769505774477979 -0.18415330862387935 -0.38424219072109184 -0.3791093136107401 -0.3942422866549173 -0.3944831220660463 -0.3795535812186344 -0.3845118761075444 -0.39474929172174267 -0.29349679413171886 -0.2985184270662952 -0.30854256591239493 -0.2933369717134607 -0.30855037962783977 -0.3089068545168321 -0.3798438001998671 -0.37950802080343016 -0.19362347970418428 -0.17471960830422412 -0.17396163857510602 -0.18834117894956023 -0.1882682169739516 -0.17371586588576626 -0.175548010433097 -0.1921359401375711 -0.185346367856425 -0.3789996721876133 -0.3942676369753962 -0.39448541332237186 -0.38434776177916635 -0.3791195170654166 -0.3942348143323049 -0.39462763654503524 -0.39292100530383733 -0.4129360000062473 -0.4031910992276702 -0.40348092702162464 -0.4138645813440249 -0.4263292818302187 -0.5859819087385695 -0.7047073907283674 -0.8821143763201297 -0.8324971595761128 -0.8151577032566334 -0.8038278467354117 -0.7392896711591787 -0.7985402485743711 -0.8026461631974827 -0.8177154244743928 -0.8410558979448352 -0.7216128597403719 -0.5271171994361461 -0.4572904869018806 -0.41406625636003397 -0.42401584565641615 -0.3852181098132469 -0.3947617685669383 -0.3956729152381793 -0.39877806184635445 -0.41615596102331004 -0.4065282977125226 -0.4069474784030719 -0.4274204504629869 -0.6277241609905437 -0.7105108227050269 -0.8932006166618289 -0.8326007935462446 -0.8117293268596629 -0.8080136765229716 -0.7430921644872062 -0.8019671483820069 -0.8085690152485416 -0.8137656358276572 -0.843168226966004 -0.7218688153139949 -0.5287627980299776 -0.4572904869018806 -0.4269065178130145 -0.4241487165156546 -0.3957499756643417 -0.3856431110996911 -0.39858851101501824 -0.40530048198256496 -0.3991587819749532 -0.40524844625235373 -0.41636787974299994 -0.4318705708922346 -0.6151095720116013 -0.709732958819556 -0.8716940893710853 -0.8191322756477258 -0.8105774658683931 -0.8031263867143739 -0.739026508694116 -0.7987036745962516 -0.7981702917313691 -0.8131104499696875 -0.8403435632238576 -0.7180642694547547 -0.5227543222028662 -0.4572904869018806 -0.4190472645566553 -0.42409721252029575 -0.3955679627854374 -0.3827056449794812 -0.3983021668250414 -0.3983946131410915 -0.39944744348125916 -0.4157052021287174 -0.4060511853176037 -0.4341277350722288 -0.6178601023720712 -0.7087676267018642 -0.8715627144772463 -0.8357663306209426 -0.8130911067442818 -0.8071232302595971 -0.7428310498821468 -0.8012280914009712 -0.801409003958907 -0.8104258291683945 -0.8444449490229554 -0.7244547421421896 -0.5341129150367971 -0.4572904869018806 -0.4269468353017355 -0.4292872674406822 -0.39824363519717115 -0.38271074225997653 -0.39837337222557767 -0.3992599063832174 -0.415243221642909 -0.4030004457706125 -0.39901038078971 -0.4324631971648375 -0.6120425206927264 -0.709128312674196 -0.8601827474482867 -0.8130007859511907 -0.8041168211426037 -0.7998405762383719 -0.7411105330204049 -0.7985450011327636 -0.7962687602335764 -0.8142286625517181 -0.8433202980497867 -0.7138828178271168 -0.513947110940411 -0.4572904869018806 -0.41406625636003397 -0.41406625636003397 -0.37514313621851575 -0.3788453094977753 -0.292580104462029 -0.30758809943784593 -0.2929723617275368 -0.2980839769096006 -0.2982323762319201 -0.30868461685972765 -0.37950782823795914 -0.3795394497325851 -0.18459036992023276 -0.17542765967582793 -0.17428765937735283 -0.17392311855606205 -0.17384147374019127 -0.18881423192718627 -0.18901845387420022 -0.17673490001664136 -0.1893496177249318 -0.39531881614952874 -0.37979386046354824 -0.37951421626169074 -0.39536766590066297 -0.38004587423360353 -0.3951541317316375 -0.38023889815311296 -0.3091682100581186 -0.2982096547952158 -0.29380223016320606 -0.3097928850213392 -0.29856978355953107 -0.2938689283415376 -0.3961606830202468 -0.3854081071984149 -0.18244193408082213 -0.19108093431457718 -0.17425862767737232 -0.18894582735444004 -0.17877074150516473 -0.17898396792099117 -0.18919352471942472 -0.17647022383457797 -0.18463889288175492 -0.39647022587643194 -0.3851043619126087 -0.38023740550980967 -0.3970041628656864 -0.3884545015150343 -0.38472344053292823 -0.3963506209780751 diff --git a/example/run/baseline_scenario/opendss/profiles/load_7.csv b/example/run/baseline_scenario/opendss/profiles/load_7.csv deleted file mode 100644 index 6c88333..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_7.csv +++ /dev/null @@ -1,8760 +0,0 @@ -191.82312176755224 -124.04195168473466 -196.75710007087903 -124.04195168473466 -189.7815655082837 -127.52580719951403 -187.68065401607228 -166.78977868259773 -150.35811464266052 -89.53770959746585 -151.7471932129138 -89.53770959746585 -162.5501014768313 -89.53770959746585 -152.18618846690046 -89.53770959746585 -151.15084533335946 -129.44328524653773 -195.57770651636653 -125.94430110934974 -198.950274288603 -125.94430110934974 -198.54307152457991 -125.94430110934974 -221.13218510720827 -148.45720104156848 -220.5488743062457 -148.45720104156848 -220.93121518555168 -236.21974629163145 -277.1303205472114 -278.0237259977791 -526.6622717303601 -526.3394878006936 -526.0985634910879 -545.4251435503348 -521.025575465887 -525.7678605157843 -525.6599452310148 -525.64719445188 -553.2990783952458 -344.03850171019576 -340.9687318966538 -231.75884361137133 -333.73090895124614 -243.0167713460941 -200.8531448713327 -150.37467908859216 -201.94019388784463 -148.45720104156848 -207.8126727330475 -148.45720104156848 -208.79141181857372 -264.20285612928694 -247.70266917860403 -278.0085115298114 -526.6778309158511 -526.7310961720776 -526.5650614026658 -545.8999203419911 -521.6033162688136 -526.3625329553727 -526.2878784190187 -526.242780064211 -553.931611138498 -344.7799986525083 -339.48298758183216 -231.75884361137133 -321.8069838973896 -202.68903331703905 -204.76603260472604 -150.37467908859216 -207.9917533966669 -148.45720104156848 -210.5076744446352 -148.45720104156848 -209.27203669094635 -263.8468548967816 -243.17745026118283 -279.1541670548161 -527.6910685596354 -527.0382998417829 -526.6956543283491 -546.1744464337914 -521.6908609814504 -526.4990906510913 -526.5572698371263 -526.5509492534451 -554.2912150525198 -344.95693111651013 -339.35316524441106 -231.75884361137133 -302.1614024231727 -202.68903331703905 -212.58161877711007 -155.1025152314044 -194.5467250068616 -188.22133193597125 -190.8758481213239 -187.8185514971212 -187.18033912048728 -280.7708076727578 -216.29988450240245 -278.20993230512966 -527.0274272264132 -526.7346495336946 -526.4613612520113 -545.9761176132264 -521.5330733954873 -526.2833970953085 -526.1471638209368 -526.126753211694 -553.7484149713504 -344.48268648652584 -332.15859773477 -258.12402026059505 -306.23444182867814 -247.9113540573692 -203.08168345879625 -150.37467908859216 -208.66714858472088 -148.45720104156848 -210.30380774969785 -148.45720104156848 -209.24105402547005 -239.87483184333024 -261.4561254093436 -278.8555426026439 -527.3272011498664 -526.6506312440761 -525.822654573166 -545.3880205716206 -520.9633681675233 -525.6812531952569 -525.5929085626614 -525.5997997651345 -553.3610270613003 -344.132533063507 -332.54180497007275 -252.86168665665065 -304.50364402691844 -248.0274376721852 -212.91883697934105 -150.37467908859216 -176.0572483070851 -140.91466539975477 -174.5483021987395 -163.9843886923954 -164.70118165400842 -216.26590095066152 -205.19627439905463 -268.6036732933539 -234.0150355690864 -233.9250003478649 -233.860878138381 -243.3926422040149 -236.5151463195232 -134.29900008499447 -246.85039716731995 -134.29900008499447 -263.9283441241507 -125.95942973175836 -155.8221214779885 -125.94430110934974 -172.35577454447017 -125.94430110934974 -175.23953786326462 -125.94430110934974 -180.87511301058032 -124.04195168473466 -180.29585409154367 -124.04195168473466 -179.73988192251358 -127.52580719951403 -182.1206527232708 -125.95942973175836 -145.6129342856495 -89.53770959746585 -146.06339296916923 -89.53770959746585 -146.3884635151488 -89.53770959746585 -147.07088151356302 -89.53770959746585 -145.77607296462685 -129.44328524653773 -182.2029694235538 -125.94430110934974 -182.9650796769441 -125.94430110934974 -181.8396532780796 -125.94430110934974 -204.248534525569 -148.45720104156848 -203.96743940556723 -148.45720104156848 -205.47881354240076 -236.10816885239845 -248.1413837052345 -279.06695157441766 -527.5126481512237 -527.1932632396228 -526.9577618366857 -546.3650140582471 -521.9429748330497 -526.7054731152977 -526.6277912891599 -526.6311720000766 -554.3194232603689 -345.1352490382286 -350.22374386395376 -231.75884361137133 -331.76429213900485 -202.68903331703905 -202.62149691669657 -175.26798589173595 -187.84466074342583 -187.84464988754888 -191.59331721137883 -187.7959332784672 -185.98604405158423 -277.52231394388303 -199.72670012117104 -278.9187435743001 -527.4068924227901 -526.8351460667942 -526.3703457658919 -545.4890938257471 -521.0588471918772 -525.8775496373207 -525.7638961723607 -525.7765777649744 -553.336721306921 -344.1863001716557 -329.56580057557176 -231.75884361137133 -313.8787605305921 -202.68903331703905 -205.9226985580239 -150.37467908859216 -201.64126637428785 -148.45720104156848 -200.4879470294008 -148.45720104156848 -207.61856323206 -170.22934791758294 -234.6730074520383 -311.56674272132153 -571.9991338463427 -581.8307217804643 -596.9590540274853 -617.5853239538616 -592.2180607743253 -601.1149156810961 -607.0306721302697 -617.2385697942113 -640.1657532031292 -429.4470234868887 -329.6657914546488 -231.75884361137133 -306.00166719207857 -228.42650149995603 -208.36340599956276 -150.37467908859216 -185.1281107408857 -148.45720104156848 -193.5644992981986 -148.45720104156848 -198.30556088585217 -236.14477655102144 -243.0446931628962 -279.62808597964323 -528.4133497590217 -528.0694427694474 -527.5290168901853 -546.8117758684875 -522.2879328930072 -526.8257954711905 -526.7347827190388 -526.7638122875395 -554.4380799566803 -345.2399939532817 -316.7367175549249 -231.75884361137133 -287.23779604718027 -202.68903331703905 -199.87358560741305 -161.5063625676735 -190.2982644037759 -188.1309203839772 -189.94067283750292 -187.7872176738554 -192.53904333392427 -257.18255981941616 -209.5157293787196 -278.38765406540256 -527.1263835568209 -526.7967488074062 -526.3660777568055 -545.8625555641769 -521.2361461715066 -525.5953079090255 -556.7003357937962 -557.0826546985543 -584.7058936458958 -344.14246064823755 -330.61065843926434 -264.99733647229147 -303.7109068265003 -248.08299654879343 -218.20445789129485 -150.37467908859216 -176.0810067505496 -124.04195168473466 -175.85226623605735 -164.110890598722 -175.8057999187369 -169.33605706057452 -218.1944965254275 -268.8889838811055 -263.4630701428047 -264.16103217140267 -269.0664593188269 -279.3125059752776 -234.5773759736002 -134.29900008499447 -244.7878460285023 -134.29900008499447 -249.47658081950223 -125.95942973175836 -129.44328524653773 -149.16633916809627 -125.94430110934974 -179.01436916672125 -125.94430110934974 -182.33760601935435 -124.04195168473466 -186.68043047077808 -124.04195168473466 -186.74062002188657 -124.04195168473466 -189.06331285656609 -125.95942973175836 -187.8672144069217 -89.53770959746585 -151.5424890768641 -89.53770959746585 -152.3752291612285 -89.53770959746585 -141.81883670374492 -89.53770959746585 -141.92214124908443 -89.53770959746585 -181.6854540254532 -166.03056924684222 -176.26528999890044 -165.83648728651042 -170.26669903501758 -165.3993423602839 -174.5029107830412 -187.86625107304104 -199.4018780923176 -187.7469016205584 -199.7375341194604 -187.6297807931955 -264.8356715868508 -220.3503322640406 -277.8535534216971 -526.5098525696035 -526.3305725066001 -526.0351332693893 -545.407761568503 -556.8766997363252 -566.509139445237 -574.0652977095776 -575.176673534417 -598.6109650822337 -381.9214332823449 -308.84200870166774 -258.9641980893406 -285.5869489334756 -257.38195036210345 -166.65151199314798 -150.37467908859216 -148.45720104156848 -171.9930907705727 -148.45720104156848 -194.88892915016177 -148.45720104156848 -223.00958169472165 -172.1468259646066 -323.21417720563426 -580.053837073073 -589.4997323781369 -579.060664906414 -594.7127777968834 -570.5753972252813 -571.2637612440349 -580.0016296104301 -588.6711877140781 -616.8171764293335 -405.9500571904171 -309.3580269019996 -231.75884361137133 -304.2795981794804 -202.68903331703905 -166.65151199314798 -179.42733313606158 -148.45720104156848 -201.53794715948493 -148.45720104156848 -200.95713555599312 -148.45720104156848 -227.51704046503843 -172.1468259646066 -277.32681099872167 -526.3246132129062 -526.1447930198872 -556.2255009325851 -545.4402875320584 -521.0311979084538 -525.8171738350959 -525.6345946834215 -525.6208142553685 -553.3402278865674 -343.83128871366193 -327.8024602922485 -231.75884361137133 -312.0080656271606 -202.68903331703905 -213.1278712623911 -150.37467908859216 -201.09793010164796 -148.45720104156848 -200.26305399438203 -176.80696588720517 -199.85236141236 -262.3413571625857 -225.793313350302 -277.39831790425444 -526.3273960459751 -526.0696876666342 -526.0464483417222 -545.5857128509685 -521.0747250618523 -525.8949155263412 -525.8656567144906 -525.8577621109685 -553.4802044853574 -344.21254685179883 -336.83812477239337 -231.75884361137133 -312.3528186368702 -202.68903331703905 -222.21499808965385 -150.37467908859216 -200.5917280780615 -148.45720104156848 -206.47230164055293 -148.45720104156848 -207.977058594194 -239.76497183199592 -245.27469524445297 -277.75867338285576 -526.4386640382318 -526.3879192143454 -526.3123434085752 -545.752449020257 -521.3884632693624 -526.1843666248626 -525.9944215906963 -526.279110874641 -553.5055944588839 -343.98091871005573 -327.89214503693194 -252.8656267239839 -291.8738547348939 -247.7132054375151 -220.7422563390205 -150.37467908859216 -176.6633089893537 -124.04195168473466 -183.8047384164626 -124.04195168473466 -178.82226299294544 -197.90241225962592 -232.5027901395026 -247.24871612491796 -234.01129437424336 -233.7818286999164 -233.59829745675395 -243.0257649086296 -233.92965661236175 -148.33556772489396 -230.5481837368549 -179.26611950242426 -243.95317860091168 -125.95942973175836 -182.11379231672237 -125.94430110934974 -180.07782958072283 -125.94430110934974 -187.53084944445052 -125.94430110934974 -182.9931988004603 -124.04195168473466 -184.22607883165696 -124.04195168473466 -184.6478462017821 -127.52580719951403 -186.1989601680637 -125.95942973175836 -149.65421716318224 -89.53770959746585 -150.74738776729345 -89.53770959746585 -148.5797697677441 -122.05702939191232 -147.8823424113123 -130.1032850976938 -152.33099882145268 -170.3540612615654 -184.8831906268097 -166.7154125572166 -184.41554324670923 -166.81902446069375 -182.8926121226928 -166.6346567145984 -204.4219124111476 -189.1093295399328 -206.13950813145428 -189.2091050952575 -203.18599639593535 -260.8207945813786 -231.5443203342888 -278.4946975821616 -527.186397544606 -527.0253785714201 -526.8242334268767 -546.3947712379611 -521.8729198371683 -526.8788874963486 -526.9132668781316 -526.876073562021 -554.5563115443723 -345.30315110614816 -349.96101589995527 -231.75884361137133 -327.6326188113049 -202.68903331703905 -192.85219614300547 -150.37467908859216 -194.7000328026325 -148.45720104156848 -193.8047714230728 -172.22824373011153 -189.99665675146576 -257.5199379981571 -217.58939741992208 -279.8192413938796 -528.2968841258172 -527.5810117505097 -527.18558498752 -546.5451207405753 -522.0332972552334 -526.7443413534248 -526.5595800032921 -526.6391211720332 -554.1204843525601 -345.0266815416779 -333.95272749726297 -265.7106625917366 -290.4038590779341 -247.61160983055063 -221.2783418229076 -150.37467908859216 -207.8101692234087 -148.45720104156848 -209.70302997685724 -148.45720104156848 -207.6705167520641 -239.4691781978225 -242.5202412967749 -278.6111779970886 -527.2373343853112 -526.916210001948 -526.5241856689062 -545.7813388457095 -521.3639007211773 -525.7784675175644 -525.8594600231198 -525.8108009948952 -553.7381598755394 -344.2170319191564 -333.4967612416596 -264.10398417384164 -297.3119064840173 -247.84677368456136 -222.19531986585525 -154.1706435744221 -195.5710623009813 -188.32843541944337 -189.76723094160192 -187.78500387890003 -180.87206824691776 -277.9255410087946 -204.09669881520296 -278.45325721747736 -527.1134369555978 -526.827656863146 -526.6142874664686 -546.1403759408272 -521.722859798868 -526.5127729697416 -526.4940844461348 -526.3539388732236 -554.000183714918 -344.6839695361842 -341.50434238937163 -231.75884361137133 -300.6405095145022 -202.68903331703905 -220.35940215618376 -150.37467908859216 -200.09344320865213 -188.54915781837892 -199.59317690166617 -188.07847849193985 -199.77949139627384 -259.9831240503641 -226.49661823336996 -277.80447498428555 -526.6785254655267 -526.2144360838214 -525.9083461896369 -545.3845176122284 -521.1150953690724 -525.9620427097215 -525.8467526435415 -525.9234166117589 -553.7310781808442 -344.2158867471219 -335.9150483404626 -231.75884361137133 -317.72103633845137 -202.68903331703905 -213.25387933396203 -150.37467908859216 -180.41295672462445 -124.04195168473466 -181.6449078075373 -124.04195168473466 -178.90595503057972 -202.15363612405733 -222.4595832972184 -271.4859841573964 -234.80458144721072 -234.4682342944258 -234.11848011346527 -243.531810918379 -241.4322134497672 -134.29900008499447 -242.2067135369859 -134.29900008499447 -252.21042898448624 -125.95942973175836 -168.50553685167105 -152.501837279646 -163.80839454149978 -165.33232214869057 -159.69152942901678 -164.9897965144622 -153.64103662093197 -166.74946716024593 -151.10694434464963 -173.88559202252617 -154.63543316010322 -177.0032294603644 -160.63890699318034 -175.685757641832 -122.73979335616794 -139.68857040343053 -117.88791046643918 -139.5810252598121 -121.44760860356736 -140.21123317158984 -118.1667765648855 -139.78606955376162 -124.60034257645354 -179.68569011739922 -151.73109330650126 -176.0134635872899 -148.94991363528464 -175.9016937258556 -131.8311915968829 -175.52974419149373 -172.8791409303806 -198.2174402639041 -179.32236595700203 -198.39158301532223 -173.98103338983245 -273.9848561715373 -210.900266838702 -278.82191025167714 -527.6151260470086 -527.3566145823519 -527.1802929349948 -546.4905313466265 -522.0265824668973 -526.7876129193317 -526.8845450487973 -526.672024860741 -554.4097301682523 -345.0094878166895 -335.61972326041155 -231.75884361137133 -315.8697277113285 -202.68903331703905 -222.12173397689511 -172.11546096950357 -193.130971089917 -187.81691421107584 -198.8873042784409 -187.72970659562407 -195.7709801342584 -281.0870762110044 -209.688829745492 -278.89387268183003 -527.9548954643996 -527.5936266858383 -527.3069355651112 -546.6319278741965 -522.4521697517363 -527.108900254102 -527.123876863658 -527.2538685976201 -554.8639580928834 -345.6244170691904 -335.648493592826 -263.9395402047402 -294.02076116511944 -258.97061050470023 -213.410407542938 -163.41321271317312 -197.32739001979397 -188.21195115257967 -200.1517873782336 -188.13090099137733 -200.61428523312156 -210.08738983522107 -224.4456063861238 -310.00382939467545 -567.3435010363797 -564.9556891739016 -562.0767676257617 -577.4334717319382 -552.9862804327803 -557.899065448532 -556.3738670722212 -525.4453502986532 -553.0701144077225 -343.94377303710667 -329.03403839989585 -231.75884361137133 -310.1677235003377 -236.68918205627412 -171.72522258146856 -175.5141912097928 -189.926440407784 -190.3980863192024 -189.4732286681176 -189.5370898717072 -200.10893934523563 -259.6969933546429 -239.2656551307543 -277.58081309513096 -526.4928747115498 -526.2537788565229 -526.1075908613227 -545.4590530249549 -521.1564319941639 -525.9363779785115 -525.8664954107927 -525.9736897929037 -553.459455127444 -344.3003020679079 -333.18467546672105 -231.75884361137133 -325.16851018741994 -202.68903331703905 -191.78430578548105 -150.37467908859216 -201.49859000563697 -170.49859562809138 -198.67116640313293 -188.0067776299801 -199.20207009581355 -258.9369956507644 -217.36689523089976 -278.2555456649779 -527.0997948427304 -526.8094188085576 -526.5402980774753 -545.9342533721925 -521.1954319130783 -525.8747171157497 -525.7902530038448 -525.8580665025564 -553.4029887759439 -344.07344248590545 -327.3183552717331 -231.75884361137133 -319.12401765912205 -202.68903331703905 -220.54806904392143 -150.37467908859216 -180.48496188231584 -124.04195168473466 -181.4199385320106 -124.04195168473466 -178.02020226603338 -198.12490388957647 -225.29278976957596 -247.1354647223025 -234.44972105571023 -234.30745754845708 -233.9740915281294 -243.33445126403615 -249.6662492665576 -134.29900008499447 -257.28528758075043 -134.29900008499447 -249.9664812306592 -125.95942973175836 -163.8997347107742 -125.94430110934974 -183.71004362851767 -125.94430110934974 -179.62796021246805 -125.94430110934974 -179.79961929061773 -124.04195168473466 -177.96574220492204 -124.04195168473466 -186.03156058417795 -127.52580719951403 -190.5959852240648 -125.95942973175836 -158.7802024062427 -89.53770959746585 -150.2588125071908 -89.53770959746585 -151.2863593402352 -89.53770959746585 -152.44575205211808 -130.460639696266 -134.60779090924748 -170.09353896416326 -170.42591230331868 -166.45747475105549 -167.10161739476288 -166.3748803588291 -166.36716436392967 -166.14741194471594 -189.66037522250411 -188.55044209488565 -189.73531962301556 -188.5417166951325 -187.15073863688912 -252.4772086506877 -213.5692184352909 -280.64960421055866 -529.2025307880147 -529.0613502039326 -528.9002664151179 -548.1551567263848 -523.5918210123718 -528.3476466018811 -528.1868173569103 -528.1661273502724 -555.9183353109232 -346.67160740130674 -344.1884374008279 -231.75884361137133 -323.6247430136957 -202.68903331703905 -206.62622947697463 -150.37467908859216 -194.52527139387456 -148.45720104156848 -200.6924377141581 -148.45720104156848 -204.65800255579333 -234.91578609383507 -237.8296291006432 -244.28496157520647 -529.1451720769529 -528.7266668349324 -528.5689852289004 -547.6324946627641 -522.6814866521902 -526.9955234402092 -526.774238057057 -526.7275025789698 -554.3636632048517 -345.00128265306785 -345.73015684648226 -231.75884361137133 -325.1868305455481 -202.68903331703905 -172.50288371675154 -191.75300435941864 -154.46114798379728 -188.5740593114435 -154.4395701412792 -187.9777345902204 -180.30293758740825 -251.14529721209567 -230.43437622160025 -242.90596165748323 -527.6085242350947 -527.0974556937076 -526.8479042482585 -546.2682329575291 -521.7450918841048 -526.5886681203057 -526.5507873248886 -526.4517356570233 -554.0374277131056 -308.3035895436319 -334.4688229428663 -264.0843327447119 -300.2683621572187 -247.9262967925471 -222.92603207032263 -170.28509727905666 -199.03523806723564 -188.0972634267738 -193.05351269903105 -187.32604792987075 -189.34168540389197 -281.0344797427327 -222.13772042272768 -241.76830349964573 -526.9176865668079 -526.6236852366849 -526.4637633473402 -545.966659991546 -521.5659323264972 -526.1596842211565 -526.3187038726286 -526.2095572245354 -553.7554567061492 -308.18264860835444 -336.6327698901007 -263.674830882337 -284.4042522896704 -258.97200959192656 -204.8907105050368 -172.18411867510812 -179.95966419379653 -188.04586937257628 -177.18884637316023 -187.36717326624844 -181.34766652231392 -279.0897208776408 -204.8871739589422 -242.2687628691636 -527.1134317619913 -526.739968403585 -526.4311550047512 -545.7169422244019 -520.8352223134759 -525.974751402802 -526.0080297104248 -525.8682246643451 -553.8041980508173 -308.086723609526 -331.262099214007 -231.75884361137133 -318.99944428506967 -202.68903331703905 -204.24766632343653 -150.37467908859216 -182.7913875570625 -124.04195168473466 -184.80248757951367 -124.04195168473466 -183.91791768733344 -199.23785700785928 -226.3994388787788 -210.8801130443759 -234.6872000389604 -234.44301622851103 -233.85013051056575 -243.2153818623534 -233.01374821714091 -134.29900008499447 -235.69028860195075 -134.29900008499447 -244.76014418802973 -89.53770959746585 -185.1772725412237 -125.94430110934974 -176.45051234290503 -166.02616217023385 -173.49061912452535 -165.72018017965397 -172.20669800379736 -163.75940663983312 -167.38464847585902 -163.63340180122032 -172.29322594943758 -167.05849645492947 -173.87932533105604 -128.9259166779613 -140.98480856171452 -129.30187380273696 -128.24023322934968 -133.10839298552787 -110.24775983547866 -140.36689617118168 -95.4628367783002 -140.23822494502446 -95.5484599611046 -143.2735628211546 -132.08438311842087 -175.78436822487024 -132.14313902026962 -175.44400500889407 -132.0921425614421 -175.6102438546259 -154.64993288175808 -197.59677627550133 -154.73663751699385 -198.0818403262664 -154.89591268268234 -260.0581955950052 -178.6077089806351 -243.6226169727425 -528.4580105952496 -527.9933914448894 -527.5259798662706 -547.0352243072108 -522.5684068917205 -527.2162927095914 -527.0993488855177 -526.9874291252784 -554.6044513021484 -308.8916313252797 -341.9209879785137 -231.75884361137133 -325.416548334198 -202.68903331703905 -188.90925118951012 -150.37467908859216 -195.09013058436045 -148.45720104156848 -194.09050398875084 -148.45720104156848 -200.8892115593781 -236.28268641603475 -245.5668260485749 -242.8693882782241 -527.7738618727727 -527.2501531303107 -526.7989782179084 -546.1720963062533 -521.4838510314206 -525.8765938249211 -525.6222385453763 -525.4116718920252 -553.2433412131406 -307.52605898076195 -312.2162760664873 -277.74459136182924 -272.77932465227207 -273.03671871540246 -216.06298664785103 -150.37467908859216 -201.36669192978985 -148.45720104156848 -201.2143158290349 -148.45720104156848 -200.1730418267287 -170.22934791758294 -222.53596314291707 -277.08206187626 -571.4425387509357 -575.3143063038576 -572.3797961110745 -545.7549808300552 -521.3762122602329 -526.1912248240388 -526.2026957840418 -526.2223201579191 -553.8448237878158 -308.004011530285 -333.16288570386166 -231.75884361137133 -303.9759360848453 -202.68903331703905 -221.7958805922131 -150.37467908859216 -199.42022046765777 -163.18755819837588 -196.9920332827053 -188.38540801901985 -192.404946896623 -258.56923774930243 -212.2912677358925 -241.6977704698568 -526.8530204701483 -526.6564999789357 -526.4707772947237 -545.8985815702512 -521.4063409450187 -526.1707123088476 -526.3590625527735 -526.3958639258161 -554.0796107184308 -308.2349699374394 -338.4558117388631 -231.75884361137133 -311.40182819911763 -202.68903331703905 -217.2205289891165 -150.37467908859216 -200.9456246659873 -153.18154902403714 -199.8513674013802 -188.1867446367966 -200.09295220138185 -262.14201268863604 -232.6270258851069 -240.92986806435695 -526.249069415006 -525.9620980796714 -561.432993522866 -583.3528389822932 -556.7539851492186 -556.566799631486 -558.7219549377082 -525.6376940406137 -553.3252577821897 -307.70527259423693 -329.9894262375431 -244.6536182532261 -303.55945531538026 -248.0177951418448 -166.65151199314798 -173.3537541432674 -124.04195168473466 -177.97232780379363 -124.04195168473466 -184.77859843794516 -124.04195168473466 -254.98303743417011 -166.65151199314798 -276.9799135163305 -233.6644114811548 -233.57339148467292 -233.4890785357541 -242.7100750511092 -230.59423325287565 -134.29900008499447 -242.28679724930723 -134.29900008499447 -239.5679763510527 -89.53770959746585 -180.04913145962718 -125.94430110934974 -178.8135190573153 -125.94430110934974 -182.30763971818487 -125.94430110934974 -186.23423524198407 -124.04195168473466 -185.7928893045027 -124.04195168473466 -184.9515520210692 -127.52580719951403 -186.90556671022236 -89.53770959746585 -151.1142224941533 -89.53770959746585 -151.91508874945333 -89.53770959746585 -152.11898235719246 -89.53770959746585 -152.2174533394145 -89.53770959746585 -151.7258367942963 -93.02156511224526 -188.14324032423892 -125.94430110934974 -187.90590674186544 -125.94430110934974 -187.8225245356857 -125.94430110934974 -210.74117906036864 -148.45720104156848 -208.68315871275664 -148.45720104156848 -203.80186591508345 -237.2399521393781 -263.7216591461945 -241.42746739214743 -526.4933943740516 -526.3195829935954 -526.2095046837048 -545.7176720184286 -552.8588981134578 -563.1687438315477 -525.7556644114336 -525.9593667035701 -553.7625622126202 -308.00339023469945 -328.117368030336 -267.63822748303846 -278.829635098673 -259.04705862547274 -198.814790251243 -179.63271777638218 -154.28452508158784 -188.33428759535784 -154.5878289548777 -187.5928136509332 -181.71570518071948 -248.2119216358901 -228.704092228629 -243.62732182952635 -528.5254032710708 -528.0814670306821 -527.5711175732753 -546.8463294125975 -522.4293666939731 -527.162560543908 -527.2753964731414 -527.4397763361442 -554.9562777388791 -309.30204496577034 -324.121935904782 -231.75884361137133 -301.65233683168225 -202.68903331703905 -194.92255872682657 -150.37467908859216 -194.8282122954424 -148.45720104156848 -194.02971693330983 -148.45720104156848 -193.7477191838874 -261.6349017928266 -222.76347367589423 -241.88652874981088 -526.7316983972613 -526.3694386970022 -557.0611773626417 -587.4040877032239 -574.4330633983716 -595.5961264854803 -606.7136974018691 -608.6621993875592 -646.7933107334496 -408.6530494160871 -310.26857290308607 -231.75884361137133 -282.06182059028663 -252.8070471315684 -213.53083373375745 -150.37467908859216 -201.81826629504576 -148.45720104156848 -200.35440800306972 -148.45720104156848 -197.01479901873927 -181.3435237701199 -223.53036027547452 -241.0139950838821 -526.3399626931698 -526.2041917931339 -526.0986797588934 -545.5117525043003 -520.9302107046635 -525.7589673154582 -525.8218351355338 -526.0893177614993 -553.4532716277932 -307.99296500011366 -337.32928504681087 -231.75884361137133 -302.7532579492497 -202.68903331703905 -220.16785464054223 -150.37467908859216 -196.2016222418358 -148.45720104156848 -200.94178115389505 -148.45720104156848 -201.12099513342093 -238.41218532034728 -241.66048167490237 -241.7963248350542 -526.9029982601303 -526.6704523689154 -526.5877727289804 -546.0924012407811 -521.5904332662362 -526.5118521036486 -526.4067179200996 -526.3465907549858 -554.0406028611533 -308.25442362866545 -337.36015907918244 -231.75884361137133 -293.71109259663103 -202.68903331703905 -218.65185387248857 -150.37467908859216 -171.7259225940073 -124.04195168473466 -174.66874627458537 -124.04195168473466 -169.8284587977183 -196.78199890924463 -218.04147535224823 -210.91057282920616 -234.7427134126667 -234.36602630048995 -234.23344400521052 -243.50589403334865 -247.4776712099672 -134.29900008499447 -243.30001874156133 -134.29900008499447 -245.9571921393674 -89.53770959746585 -162.81789239806747 -125.94430110934974 -176.33232096217364 -125.94430110934974 -172.8735904739752 -125.94430110934974 -170.59380997279035 -148.184784629459 -170.0248208655371 -164.58644077578526 -171.42800834671465 -167.9215033677759 -175.43612930463945 -129.84592445897542 -142.0005570089628 -130.10328502019254 -140.0763507108787 -129.91046542713315 -147.89950442081164 -130.2914003800549 -147.8143840269218 -130.12074227805897 -150.13933191525652 -133.88495759937825 -183.3792334448496 -166.61537254612438 -183.2517851642174 -166.47306178038107 -186.24963916928587 -166.6512665508673 -209.30756268260436 -189.2042254889523 -209.7943944535241 -189.31432403590023 -209.5841441668232 -262.09822349695213 -246.07449322928213 -241.5742627246378 -526.730364736972 -526.6223558577051 -526.567179207222 -546.0714964998213 -521.7066344948321 -526.3832394583918 -526.261105123018 -526.1668767506404 -553.7928611067514 -307.75097571635007 -330.9011039319092 -231.75884361137133 -310.59560636421554 -211.4010501630211 -166.65151199314798 -150.37467908859216 -148.45720104156848 -211.76542592661164 -148.45720104156848 -211.42271739355485 -148.45720104156848 -312.2060065967356 -172.1468259646066 -241.9377588097264 -526.896730093111 -526.1183396028993 -525.8575171271382 -545.4222330636809 -520.9220301250888 -525.692343037222 -525.6510318587194 -558.8670052695138 -568.4557681452641 -307.4140171010326 -320.6642326659988 -264.732528585235 -284.19994510706744 -273.5075594685296 -183.7270527946011 -178.2732413406088 -190.2214469499967 -189.58177532967332 -194.1050248156188 -185.60631762864423 -197.70783957350545 -250.71710117100028 -228.1590777673976 -241.78255763828616 -526.8194427403618 -526.544897112033 -526.4229911738718 -545.9486647993368 -521.4341644657136 -526.2030502317856 -526.1791912306534 -526.1262103278111 -553.6318820092531 -307.86894121688647 -321.01376822593267 -261.0424640290698 -287.6009465671227 -247.6963016723782 -220.1721590920891 -150.37467908859216 -191.98121816236616 -176.24209960439293 -191.34576847545705 -188.17728043028552 -184.3310614494664 -257.6524879769399 -211.4219633538236 -241.16009160542356 -526.2992116214207 -526.163596994857 -556.8011342140209 -579.1646725426198 -555.6349196679807 -561.02889432506 -560.458197870459 -561.0880037076553 -584.9267433097009 -313.49341954847654 -310.0679786253707 -272.85159872688394 -284.8046039771179 -257.3540222746747 -187.89505125472752 -150.37467908859216 -196.17157956577483 -148.45720104156848 -200.78630741353467 -148.45720104156848 -210.2971194757806 -213.77514093886583 -254.5782126999533 -241.2705052430238 -526.4447318930117 -526.1479687906652 -525.9972005803802 -545.6402066302502 -521.4318874000481 -526.1429297144896 -526.33876894389 -526.313338377639 -553.9986790965486 -308.2887523436716 -336.94489691161107 -231.75884361137133 -301.6143109397423 -202.68903331703905 -220.11682971901897 -150.37467908859216 -185.5298809940286 -124.04195168473466 -185.16043155903907 -124.04195168473466 -182.87894831727445 -198.5156524064593 -240.1272962906165 -211.37723873375495 -234.24726975479345 -234.11661660146015 -234.0536059631936 -243.36492849260705 -237.28594057154208 -134.29900008499447 -222.31125199109127 -134.29900008499447 -249.37161929992143 -89.53770959746585 -180.3248627683109 -148.05929861276212 -173.0407187355844 -165.7150237623985 -172.4584644504215 -165.44667606491709 -160.32991037298908 -162.93785620959946 -161.44324949983522 -162.76117451571247 -170.47954759207184 -166.4218653834308 -173.49468512190643 -128.3582875008129 -137.13136531735952 -128.96144867668826 -140.6366422765729 -129.1651215739462 -141.2742413800369 -129.4507330934882 -140.95233619547807 -111.51959513754986 -135.21272376371104 -132.87536404803316 -170.54025232322482 -165.42311336893738 -163.63515531826383 -164.96348869465965 -168.92789035935348 -164.73752643175894 -202.52463236064216 -187.20891096690505 -206.37340113436724 -187.32505327557092 -202.75308805102927 -252.2622540080048 -239.8371794919852 -242.27729872872337 -527.3167279893912 -526.9595563177388 -526.7644367394241 -546.2946888368738 -521.8762769786667 -526.48193069933 -526.5699730245135 -526.6344426328101 -554.1794276710203 -308.4719181296516 -336.36060862636367 -252.23905164353764 -306.1982609446398 -248.0000632741615 -206.8842198070902 -150.37467908859216 -208.24154517578663 -148.45720104156848 -209.5162948232976 -148.45720104156848 -208.3570075899094 -239.63653958164355 -243.24536151327456 -242.21858474386212 -527.2304324114507 -526.80198311873 -526.4889107055888 -545.5619013182212 -521.0886398616917 -525.840352533745 -525.624830980122 -525.6911335863294 -553.2886917755676 -307.6573950731429 -324.78127431215665 -261.9459026399084 -300.7948558599363 -247.9089175018377 -218.70421614128307 -150.37467908859216 -205.17908372468196 -148.45720104156848 -210.21019256586652 -148.45720104156848 -209.4026618980901 -213.50061177695008 -270.10489918084363 -241.54976070251237 -526.2641727988944 -525.7269647199058 -559.8312564419814 -588.4110807330051 -572.2561964326139 -591.3400701131625 -598.8632023994442 -599.2785129335194 -623.5470994477752 -352.6727120858459 -324.12572266577826 -231.75884361137133 -285.8476072313233 -202.68903331703905 -166.65151199314798 -158.4674607838424 -148.45720104156848 -190.67134634239 -175.69741778243167 -189.69595548112795 -189.81072395535756 -211.09840044932943 -212.8202638685076 -242.56924427425537 -525.8624489353277 -556.4258003248578 -562.2367729044132 -592.2421240274866 -572.1894280070072 -581.6908047105342 -578.7167907548135 -584.4746683209647 -622.3213707599896 -365.1684208036396 -272.28209647029377 -231.75884361137133 -329.5375025004524 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -160.67836108678475 -174.06079018329007 -188.61036522910612 -189.0251772940451 -210.81062081091244 -213.129862576146 -240.8357760783766 -549.1584653330924 -557.853472994734 -563.5495629348728 -583.7412782574918 -563.3579399624601 -576.5360562779106 -582.734602748047 -583.7984741949085 -613.4619134528091 -367.8222774259084 -308.080159577361 -231.75884361137133 -347.26638644218684 -202.68903331703905 -204.84424296675837 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -163.5610026533808 -142.2812881992096 -207.03116613036423 -235.55125877358927 -272.4383684684216 -276.1522803407339 -284.0646543150307 -294.0529530752218 -209.12482827674432 -134.29900008499447 -220.87960437839183 -134.29900008499447 -237.3809321042324 -89.53770959746585 -129.44328524653773 -125.94430110934974 -146.89037375787424 -139.3133879636955 -167.37564544446295 -167.21274220621595 -168.58453095900066 -167.44048440692293 -165.5261699061467 -165.24514035281285 -157.12096105685504 -166.295097417761 -164.54608739674353 -129.52112776218945 -132.383384094757 -133.02177908471123 -104.42303529533945 -89.53770959746585 -126.09402800579106 -89.53770959746585 -89.53770959746585 -89.53770959746585 -93.02156511224526 -146.3195583092033 -125.94430110934974 -125.94430110934974 -125.94430110934974 -146.03272996766626 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -194.44203251260817 -148.45720104156848 -223.67382828189744 -172.1468259646066 -323.5006010747418 -577.4256664191115 -574.3828342824369 -582.9793888040749 -607.77829499259 -584.5621489610505 -597.2273570019839 -607.037580562549 -608.8350606439625 -644.6066559278063 -390.2162453802915 -268.2795248378161 -231.75884361137133 -348.9334555614142 -202.68903331703905 -187.0429091760948 -150.37467908859216 -179.75793216684917 -148.45720104156848 -148.45720104156848 -214.03216825829037 -148.45720104156848 -170.22934791758294 -172.1468259646066 -373.4512103844771 -638.563956094019 -683.2672845783932 -713.571883477165 -739.4990299643624 -717.849210273584 -748.6138270987201 -757.69178655127 -737.6776408022222 -757.0694512194818 -495.2188362002893 -362.7797561283843 -231.75884361137133 -361.50206485446887 -202.68903331703905 -260.193892133282 -150.37467908859216 -207.60578065308445 -148.45720104156848 -169.2401479653209 -148.45720104156848 -234.3254361654455 -170.22934791758294 -172.1468259646066 -406.3730079562824 -659.1112166212293 -685.9817327066568 -711.5704728569898 -733.3155554307286 -710.5741606047256 -733.8103007887563 -760.7476702928583 -751.9966945092059 -768.9470480162688 -496.18483990357936 -373.2023820348225 -231.75884361137133 -394.84165748567466 -202.68903331703905 -296.84198924967336 -150.37467908859216 -226.83121442420585 -148.45720104156848 -208.44843633082863 -208.73450408088672 -207.10817229440048 -170.22934791758294 -172.1468259646066 -363.6784613849344 -609.7285384522664 -627.294686577756 -644.1159415935969 -660.5260531315597 -643.0493058366714 -676.8202222235274 -714.144119514366 -714.3090430090305 -739.8450582928067 -392.79628238349113 -282.7902589499523 -243.8640812537537 -290.7880468873968 -202.68903331703905 -225.4668919049765 -200.7646413199746 -206.79575672563905 -148.45720104156848 -158.8492550449039 -148.45720104156848 -205.66367903353253 -170.22934791758294 -172.1468259646066 -315.92339493336806 -599.6958779646926 -601.4038264823856 -606.6293979690571 -637.2808215392943 -625.1667794485884 -629.4807471776976 -630.3002886256046 -586.7483049966273 -608.5994773343916 -360.4348795286234 -284.9654892854548 -231.75884361137133 -312.3198902350169 -218.07274991573263 -166.65151199314798 -150.37467908859216 -151.89765727389786 -166.60906052656227 -165.51770028607692 -164.4490823750969 -164.61825533843756 -173.8278122455184 -203.69758289295768 -220.6965427431764 -233.57107240630847 -233.50518628344824 -233.5047258540753 -242.89620855461783 -235.4724778200163 -137.0093369225592 -235.14190381508777 -134.29900008499447 -229.1364571555793 -89.53770959746585 -145.5446307695123 -125.94430110934974 -174.70983806238377 -125.94430110934974 -177.45100438268054 -148.51138063339715 -175.60777693523409 -163.90537565692065 -175.53286467962127 -163.70174308044105 -176.06727008949082 -167.18648585064994 -176.97855508237447 -129.05137164440083 -141.2266862822487 -129.1986613271566 -141.1153462191262 -129.2256788458705 -141.28280028979188 -128.9965515749504 -141.85095903555106 -129.26478294129524 -141.87147360069466 -123.93802137705556 -139.99736465717405 -165.8415128006841 -173.59516215857627 -165.58981821100198 -168.57218214243508 -165.33550981180187 -193.02144870926995 -187.5653893918326 -189.4193663132268 -187.71048652189225 -200.6017074068682 -231.5346123867512 -244.62371767622884 -241.51162477360305 -526.6939974931197 -526.4919922046812 -526.3158630567152 -545.7275709823595 -521.2771008767213 -526.0838505207614 -525.9108960046024 -525.921045724189 -553.310587410792 -307.4930258280708 -274.84947750354377 -264.56568496424427 -283.13160873371777 -257.3662557121923 -213.1916399644317 -150.37467908859216 -201.0134555628485 -148.45720104156848 -203.81940581499083 -148.45720104156848 -210.01306946140647 -240.35371929396663 -251.91281211497397 -241.18785013683492 -526.0747867717163 -525.6597924607203 -556.9693913602986 -579.657210373723 -558.3567431004083 -565.3010539145555 -571.8450153312435 -575.6963221175346 -602.6998959797419 -345.62669443189463 -289.79353371141025 -231.75884361137133 -300.5424750638032 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -171.91404374377123 -148.45720104156848 -190.68038856463525 -168.79364979029867 -211.17950026433783 -213.1597053713996 -296.38747838673635 -589.6163642675904 -612.1897527825093 -623.4296486179151 -659.8700952933704 -657.3489816521914 -682.9923191010787 -681.6785416253513 -665.7933754540423 -685.0626414537182 -400.5531009260143 -250.09751091857493 -290.03232701400907 -287.5520212089295 -289.76022766695434 -166.65151199314798 -150.37467908859216 -158.55136830579175 -148.45720104156848 -179.1047146043762 -148.45720104156848 -191.33138148434725 -170.22934791758294 -224.38360363994707 -270.7146934552927 -526.3455242020061 -526.3253510223881 -526.2482207711267 -545.6008939508117 -521.2582240524516 -526.0372596988573 -525.8508615528482 -525.9312218207982 -553.5129400462414 -307.9268066014199 -292.88871347719675 -252.8123718497701 -291.7789553036841 -247.74036452855037 -221.6502800591622 -150.37467908859216 -200.52702994554977 -161.5521311323367 -196.7709042691336 -188.32438185535943 -196.75351310335773 -261.1743339851856 -241.1253044797593 -241.1664698488921 -526.3376787907732 -526.0215483384701 -525.9381713078757 -545.2434569557474 -520.7748903475907 -525.622551636564 -525.6634549056041 -525.5904366448287 -553.2445506000696 -307.56669736424755 -284.11394655376984 -263.8089838800235 -285.2428750940969 -275.3557205813646 -166.65151199314798 -184.88996110474253 -124.04195168473466 -176.8524788640861 -143.66438781529055 -175.3058427476301 -163.65069068216488 -205.8382071153384 -216.2822808576665 -223.87408362643168 -233.7519170450152 -233.55233171882827 -233.44049467798425 -242.93660819372883 -230.12555444789987 -134.29900008499447 -223.43892096976836 -134.29900008499447 -223.4684929205028 -89.53770959746585 -146.40992490537508 -125.94430110934974 -173.29241548306825 -125.94430110934974 -180.05114407212793 -125.94430110934974 -184.95074811361815 -124.04195168473466 -185.18625346826343 -124.04195168473466 -184.82712567213517 -127.52580719951403 -185.2761425797343 -89.53770959746585 -149.90577517630723 -89.53770959746585 -144.36438299900914 -89.53770959746585 -150.19023934148925 -89.53770959746585 -150.9485916043214 -89.53770959746585 -140.73308431678257 -93.02156511224526 -145.37093246476078 -125.94430110934974 -187.38646356474956 -125.94430110934974 -187.01066691949143 -125.94430110934974 -208.7322788914772 -148.45720104156848 -209.1813147917001 -148.45720104156848 -209.059503744604 -238.3711117494357 -246.392334196693 -241.65326762582248 -526.7234805498537 -526.539067166259 -526.4879213983663 -545.5653364073245 -521.077639558509 -525.8595613501905 -526.0114385210697 -526.049314105823 -553.5572706790728 -307.77679192946755 -277.0895934597526 -286.7712268372488 -283.1199234410202 -257.0858701581601 -193.27742347190156 -186.5317343015723 -189.2763224628491 -189.08301726130424 -195.2718495023292 -188.6248028037866 -199.14190927672288 -257.0557327748736 -240.04195094283472 -241.16810189493157 -526.2730803464575 -525.9083881460815 -559.0725414194513 -588.1440992794077 -564.0316579510256 -577.3255493779085 -586.6596882294672 -594.2692754414454 -616.0781724580985 -361.0257524988239 -285.4528404506372 -195.3371234770788 -346.43359800346326 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -148.45720104156848 -180.8686034435724 -148.45720104156848 -201.53352828376487 -236.65741819176924 -234.95628707098808 -240.87158644240952 -526.0297390868682 -558.8248402774315 -568.6970922562757 -609.0398684663656 -597.5401013298796 -616.527128472347 -613.2235746986032 -619.4333984370095 -628.4831471109746 -365.3912261028803 -301.70987285979527 -195.3371234770788 -315.05175751656566 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -194.42184184678533 -148.45720104156848 -223.3537681825276 -172.1468259646066 -273.3066922524856 -562.4024955260389 -566.9051485680359 -575.6939526636116 -595.9506488473081 -576.1650976093871 -581.3421702202625 -586.177753990868 -591.8158268049295 -629.9519205797458 -376.3361484414912 -246.98280418956324 -240.08061094789025 -317.81781130395296 -262.5321965122286 -222.28023042446367 -150.37467908859216 -148.45720104156848 -148.45720104156848 -179.5499737753231 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -286.3404136744732 -576.8736752907378 -581.289679526327 -585.3734511750814 -607.1669503463302 -586.4493614647755 -598.1522476999471 -609.698947971533 -613.8069262175745 -643.7649448493081 -383.5676167751421 -277.82270246015423 -195.3371234770788 -345.63516732053887 -202.68903331703905 -225.34584109418003 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -249.58872342474825 -166.65151199314798 -264.6842084480854 -263.90043483815225 -272.9170879088074 -292.47393140229946 -314.6227268210505 -168.01526953246463 -209.8590722290999 -194.50277486424636 -190.19565700447225 -137.78285559977385 -89.53770959746585 -93.02156511224526 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -144.22689761445017 -124.04195168473466 -159.3494497019666 -127.52580719951403 -179.18685951664048 -89.53770959746585 -141.88914432663367 -89.53770959746585 -141.98376360868653 -89.53770959746585 -142.32738342388137 -89.53770959746585 -157.93692653802907 -89.53770959746585 -89.53770959746585 -112.82900902818044 -120.6478789598506 -131.28599304563235 -166.66207857092832 -166.5678467475509 -166.56859562631846 -166.23363400796984 -189.01860112822368 -189.16856799904645 -191.1615589007872 -189.06315793843189 -198.9593038453188 -238.1816709047284 -246.52180049478775 -240.9814636721069 -525.9143487878534 -560.0985295411234 -578.3091405599399 -612.6959377938884 -595.0399238250652 -636.7238111219621 -648.6273613785103 -658.1790573941684 -676.9025101207963 -392.33405897884205 -308.48296394894487 -195.3371234770788 -314.21945555477646 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -205.5275152929343 -169.45748983427552 -148.45720104156848 -148.45720104156848 -170.22934791758294 -192.12519969296045 -290.3325319984628 -571.0837920668204 -568.3418918179324 -569.0877740343865 -592.7512503104895 -561.074679941844 -568.407844935448 -569.4641855751246 -566.0344895645705 -590.3147869880478 -323.3987678306222 -289.2005991874609 -212.97040504253457 -292.1514926905534 -247.8841297488146 -221.3941526493102 -150.37467908859216 -200.51304589029056 -148.45720104156848 -199.99416174727267 -171.06632996211613 -199.9344899954692 -263.22689625360255 -231.13565051871112 -240.8277422151588 -551.1848217057235 -567.5988591051303 -584.142270012513 -617.8691055446623 -586.8074540553685 -580.0521536728224 -590.0874279232518 -591.1595160685478 -614.2719175026683 -361.3291452795793 -309.9448892574286 -195.3371234770788 -314.1129926887592 -202.68903331703905 -166.65151199314798 -160.3825487220297 -161.55791713238025 -190.0608027017461 -190.05360421332776 -189.34919582855963 -189.68426128840423 -257.3758312952372 -222.94279746966453 -240.64787198804464 -564.7287747578894 -573.6603834905474 -597.6427786271246 -643.2075830082346 -654.5505250077309 -711.4376855364858 -718.1647406153983 -723.8748364250893 -751.2703693331217 -458.8508376442037 -307.5120601536775 -195.3371234770788 -349.8289617198383 -202.68903331703905 -223.95129723122648 -150.37467908859216 -148.45720104156848 -206.1682517324065 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -326.92127099219255 -631.4880870472699 -655.328432092476 -661.8005649564461 -714.2455099859276 -704.6469095745224 -713.2239216023964 -714.6476989841638 -715.1977833090991 -741.8263465231711 -457.2744953875087 -316.5132695875515 -195.3371234770788 -327.82292136962513 -202.68903331703905 -232.626771415778 -150.37467908859216 -182.7697484858139 -124.04195168473466 -136.19115066016624 -124.04195168473466 -181.8218966083418 -129.53726565619326 -166.65151199314798 -260.4523807857239 -353.4928287864076 -369.2032463930496 -380.666466005905 -405.2768666518715 -186.85589127270865 -178.10090941912577 -232.29210459558087 -159.79019550120717 -214.6331770990567 -89.53770959746585 -140.36196273768653 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -125.95942973175836 -89.53770959746585 -89.53770959746585 -147.0108921357432 -115.83261068729836 -116.0265547026595 -111.9841889002654 -146.8349930434557 -178.0518218480853 -120.73826676222562 -187.1960787524474 -117.36356506710364 -89.52258097505724 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -173.5945757165853 -148.45720104156848 -200.3162817537883 -170.22934791758294 -224.280874275383 -278.79258872983814 -560.5150523508264 -564.1250483156931 -575.9622577442394 -608.9408211675415 -585.1656128845656 -593.5688399587814 -575.5712293579187 -564.0857068915838 -588.7351724914233 -339.52123004277394 -273.5468793942252 -208.8923113697556 -282.6030444904697 -266.5042446773356 -199.66728573171912 -150.37467908859216 -201.87048412473044 -148.45720104156848 -200.72553170017204 -148.45720104156848 -200.4769191954989 -170.22934791758294 -223.82906061528087 -240.82360762875504 -558.8225371730359 -566.1633640060896 -566.7088857923914 -594.6813650337391 -575.4898684831277 -588.9488596184784 -595.0955781062655 -606.2351970267638 -637.9746410501876 -378.564509071451 -276.84948193547206 -254.8295088140057 -317.1831039756046 -261.4758137130338 -200.61380187824952 -150.37467908859216 -148.45720104156848 -205.91986437337545 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -218.51198437441985 -302.12502660328295 -594.4913742108813 -604.8021516854217 -613.9190788819378 -643.0817270299332 -610.6232599723891 -620.9112286974259 -625.0623019808066 -609.1230757251316 -637.8643493001905 -385.2908522840181 -285.0521668633494 -195.3371234770788 -277.8397515576787 -238.35046492088327 -166.65151199314798 -150.37467908859216 -176.91431906714624 -148.45720104156848 -199.90204462325076 -148.45720104156848 -200.6763167083052 -170.22934791758294 -224.4778737961502 -242.88193760544883 -560.237063545896 -558.3079249790652 -562.0483625086478 -588.6460477771824 -573.1951961465215 -587.4295392474853 -582.062229262253 -580.6230179486614 -607.7053978499658 -361.7772022356602 -289.58577384634907 -195.3371234770788 -346.8567188773611 -202.68903331703905 -223.9948146770786 -150.37467908859216 -148.45720104156848 -148.45720104156848 -179.42233493690367 -148.45720104156848 -201.90414947691912 -170.22934791758294 -224.69414499939705 -240.8044747134976 -538.8482942727663 -548.9709081518658 -556.5256267497807 -578.7375280398634 -557.1064075149816 -564.306232739956 -572.8398120290458 -581.921584621952 -623.4236803794026 -392.3292421809302 -260.423361119222 -212.1380308673164 -317.91166685032573 -202.68903331703905 -166.65151199314798 -175.85975965132275 -124.04195168473466 -175.60219137780288 -124.04195168473466 -176.45957689740155 -124.04195168473466 -181.1521040537764 -166.65151199314798 -242.90282723987383 -271.92104588481453 -267.75307493337226 -267.84865115848606 -278.4914746456021 -231.4399283636512 -134.29900008499447 -238.541002798293 -134.29900008499447 -241.998861557304 -89.53770959746585 -149.00878647738102 -89.52258097505724 -177.10974537865226 -125.94430110934974 -174.75291511412618 -155.7557388117374 -172.6841827620814 -164.10019624042647 -165.1327636880716 -163.49544514329915 -156.88343774886891 -166.5230524753868 -165.35562921772194 -128.74159201726624 -126.29722160533528 -128.65021053605187 -130.3522257263147 -128.97514755509178 -135.00970612958662 -129.08878771926027 -137.3041479364787 -129.51176188560618 -137.7326634675069 -132.97317083333468 -137.7503245631142 -129.48776171772437 -174.27375819231 -165.6625213095109 -173.96555435902707 -165.43679199510268 -196.2750309479128 -187.9012100828652 -199.58708709960925 -187.7712225455199 -199.7110661031943 -258.2304246453587 -242.90500640456443 -241.11363567955905 -526.2179113922105 -525.9185909896548 -525.6332573865577 -576.3333245142827 -554.2063889777837 -568.1521555419135 -581.6305977955368 -582.8877201687709 -603.9631936613007 -355.7194752017677 -277.3688625679601 -195.3371234770788 -285.5276274630103 -202.68903331703905 -166.65151199314798 -173.42941335218245 -148.45720104156848 -202.3780946139198 -148.45720104156848 -201.1074706764677 -148.45720104156848 -222.5827851163229 -172.1468259646066 -273.63497288078673 -572.3219681211597 -570.3669343847538 -582.5328315260696 -603.3851746588862 -587.7406496722863 -598.4643947455786 -611.3988608322536 -656.7292411646 -705.5940453659796 -427.5960721739922 -271.7375598814203 -239.8205650517528 -317.99517181799627 -261.3707777287275 -190.75966067111017 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -201.6371482195201 -172.1468259646066 -275.01246452448487 -579.8694327752457 -593.037502651623 -612.9934018531908 -662.3577862242685 -654.6218564744397 -694.1006102409384 -715.20184803664 -715.4907369047613 -742.4960564045645 -462.31178566574926 -314.50952668454346 -195.3371234770788 -323.8242078956168 -202.68903331703905 -243.4841560764868 -150.37467908859216 -207.03957050263537 -148.45720104156848 -168.79952199326945 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -319.3853882639606 -629.9095460886841 -646.81738663275 -648.5116041525276 -695.7220005751522 -670.5588531708279 -669.771774679909 -692.802317836623 -711.0347106909463 -744.2075686364441 -445.3326870947524 -314.8377416072284 -195.3371234770788 -322.8369402464166 -202.68903331703905 -238.2533254712964 -150.37467908859216 -205.90656182040573 -148.45720104156848 -174.6565749386118 -148.45720104156848 -205.37924083303352 -170.22934791758294 -135.7251058303141 -272.08312249647736 -581.3730572825357 -606.0767784681343 -639.6292911215997 -696.1713630845644 -671.8545457837744 -713.7740537628982 -712.5372474419573 -715.820304680046 -728.4838334064447 -432.7856278028272 -304.6564823271796 -195.3371234770788 -321.61616167594866 -246.1588212933759 -224.4089356035302 -150.37467908859216 -181.46084315624736 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -129.53726565619326 -130.22979185885552 -307.03700064969286 -285.4787581534776 -302.420469288774 -314.9209267684391 -334.69342588308484 -202.95797143861145 -134.29900008499447 -284.3748243515533 -197.95700922950047 -260.4184268802532 -89.53770959746585 -149.4872850555132 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -169.9540040286708 -124.04195168473466 -180.6614271257607 -89.53770959746585 -141.9824854946884 -89.53770959746585 -145.22673806840012 -89.53770959746585 -153.90894996167015 -89.53770959746585 -163.97154945054413 -147.94133517625994 -160.1897546345003 -89.53770959746585 -93.02156511224526 -146.1602879807477 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -191.1918458093164 -148.45720104156848 -190.49646223667932 -148.45720104156848 -200.84236460483083 -237.9189979595502 -224.45476601127527 -271.9631084151615 -569.5621548955984 -577.8317045699602 -590.9073789252454 -641.0712701287822 -622.860265457062 -660.553673932536 -694.8249219340438 -687.8535884869095 -721.5128300134085 -410.0499678260136 -306.66599619944793 -236.28482741666437 -290.67158508392185 -291.1361182856777 -166.65151199314798 -165.47024648089626 -148.45720104156848 -205.76480382174412 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -291.022682008832 -575.2211552174025 -585.0575839985337 -595.5753337806094 -601.2767415223677 -582.3100855327101 -603.3777154108501 -629.5584494937755 -598.6473463332319 -639.6891093339309 -391.3715743156713 -306.7898498986482 -195.3371234770788 -344.10368259684844 -202.68903331703905 -166.65151199314798 -150.37467908859216 -205.82325168794392 -148.45720104156848 -180.23945421036808 -148.45720104156848 -205.3733448416418 -190.31199454809672 -177.83438514333352 -279.7116161245754 -587.0698036740916 -605.8722191074474 -628.864713609561 -667.3410368947245 -663.6502270064384 -712.3429828992777 -716.2214435348351 -718.2519398185286 -737.6185059037751 -419.704602539571 -292.9444424025195 -195.3371234770788 -291.1512655351962 -202.68903331703905 -231.7349690525703 -150.37467908859216 -206.37020137972087 -148.45720104156848 -158.53436248056127 -148.45720104156848 -205.0122282796438 -170.22934791758294 -135.7251058303141 -296.7402518795282 -603.4367115007273 -624.0500025087434 -635.8015091332877 -652.7098118507304 -633.1075597009041 -645.3098167479108 -649.244633632881 -645.1172473261321 -674.4646007422028 -405.5866501913593 -288.24875167324507 -195.3371234770788 -354.6126080269514 -202.68903331703905 -166.65151199314798 -208.69458810315308 -148.45720104156848 -148.45720104156848 -206.1541937770029 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -312.29889418179977 -603.396057966355 -606.329059599733 -606.7559861196273 -623.0717335789802 -603.8728854582473 -604.5677793729247 -611.1510541818202 -608.2318324502677 -637.3856690262978 -386.1894301964734 -287.977042261474 -195.3371234770788 -348.6454367776296 -202.68903331703905 -166.65151199314798 -150.37467908859216 -180.54506696910715 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -129.53726565619326 -130.22979185885552 -291.6176074090481 -293.2906806566887 -297.863936160648 -304.98334577561525 -323.63385971922884 -197.5786955433488 -134.29900008499447 -201.2843974353822 -185.92920846362097 -153.6139857919125 -89.53770959746585 -93.02156511224526 -146.08628268084288 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -181.1225908804973 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -89.53770959746585 -114.0974833197472 -89.53770959746585 -164.384165502493 -89.53770959746585 -115.5535149729353 -89.53770959746585 -187.39083267927867 -93.02156511224526 -89.52258097505724 -146.75491027447674 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -280.9615556215825 -168.82133541306558 -284.27777462380215 -591.4771567516041 -615.6731670049119 -632.5996544724555 -661.8230829024468 -637.249383572892 -670.2792878374064 -682.3339050056021 -682.4894850870148 -727.7763269873615 -437.2614995492575 -314.38772321547555 -195.3371234770788 -324.92429831523754 -202.68903331703905 -223.7078373623505 -210.8934126385728 -158.47796135161215 -148.45720104156848 -205.103940155639 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -309.4760620700326 -611.4323248293801 -644.1096134595019 -661.9222022103883 -707.3693608158475 -676.3586389622677 -705.9667329236602 -706.0312613615233 -704.8572342424166 -735.1179840663309 -434.0305799803728 -290.8438187383921 -195.3371234770788 -321.52464934423296 -202.68903331703905 -237.14610695182893 -150.37467908859216 -214.24240344723293 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -303.4579227741105 -598.6732085206038 -610.1421983904718 -620.4329535923241 -648.6596603103378 -642.3535970480842 -699.3287970776481 -712.8804012078476 -706.9863971931878 -722.9091546658393 -448.6472869176247 -311.1148797494275 -195.3371234770788 -323.50918143453646 -202.68903331703905 -224.48160205933408 -150.37467908859216 -168.70701966380418 -148.45720104156848 -205.3720476923988 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -295.12851382924634 -603.685844391424 -630.6449964099635 -656.704109179936 -699.9254904007919 -671.267185391536 -714.4923804200915 -716.8879736635628 -717.175398442562 -743.6490366113502 -453.9812041057666 -312.29636879505125 -195.3371234770788 -324.924392762748 -202.68903331703905 -238.2526723015352 -150.37467908859216 -207.25231720992463 -148.45720104156848 -168.8244511470424 -148.45720104156848 -205.489407276663 -170.22934791758294 -135.7251058303141 -324.17982433807174 -628.49090409468 -646.8036202514529 -671.7470626479567 -717.4150903483783 -702.3293331158972 -715.3178938697355 -714.7096692197093 -713.512945664828 -733.7270593346697 -433.5944752813143 -301.287560690133 -195.3371234770788 -331.5835795305477 -202.68903331703905 -223.69092546506965 -150.37467908859216 -163.6448043718013 -124.04195168473466 -144.44503370314965 -124.04195168473466 -124.04195168473466 -129.53726565619326 -130.22979185885552 -281.5127521549972 -312.8964548408412 -315.0828351014003 -329.00314141187346 -348.7994007125968 -164.34376758695336 -164.66296950396938 -206.6913128311512 -226.45113864001232 -205.6876318507542 -89.53770959746585 -125.36657720779476 -89.52258097505724 -183.636530712765 -125.94430110934974 -125.94430110934974 -182.7038347291285 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -151.8566175047441 -169.97412925585354 -130.729420187743 -130.3312656822863 -130.9952946443292 -145.10023252485595 -127.5815343659366 -115.7235158655444 -122.15107632167062 -155.95167591144627 -115.74267199179084 -157.42176970052816 -122.09252474943604 -167.6562760094152 -121.88625834871 -99.74320196547946 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -176.15639761904956 -283.97206201828914 -582.4415564361306 -592.6089714381233 -608.5322149020036 -655.7869937142348 -644.9683085548505 -689.104092117055 -715.5470768426131 -708.378814893699 -742.1582730941293 -432.02071089546223 -313.4038503870953 -195.3371234770788 -324.7850133942232 -202.68903331703905 -239.3258288629596 -150.37467908859216 -213.93984154408216 -148.45720104156848 -160.6717646114316 -148.45720104156848 -209.34537842834348 -170.22934791758294 -135.7251058303141 -323.74476948290413 -617.0452994263285 -633.8961309433128 -661.1328501079157 -697.8417343106879 -686.2097405831288 -707.4045366154013 -711.8500436162832 -712.708063825585 -740.0080761680457 -461.05989643440745 -302.7495749352809 -195.3371234770788 -323.78353677346047 -202.68903331703905 -230.45960121496927 -150.37467908859216 -196.714572890392 -148.45720104156848 -206.43508321261908 -148.45720104156848 -168.8398564266767 -170.22934791758294 -135.7251058303141 -354.2078281913813 -649.4368349378108 -685.9034296947038 -713.5331141459766 -741.2549486835312 -725.0128901557537 -771.5395645782436 -784.2113350996062 -790.2022460213971 -792.8721092350495 -498.9122439895096 -319.361550945908 -264.49784927680014 -332.82852226934176 -202.68903331703905 -255.27395536754017 -150.37467908859216 -209.83451119967933 -148.45720104156848 -207.80249841114224 -208.82237890343043 -179.28168716469042 -170.22934791758294 -135.7251058303141 -374.85080584245406 -606.5416834018492 -602.5571000080178 -607.1799485708577 -636.9326442511283 -619.3453146826964 -604.9408492700692 -605.0607390857335 -602.6865650833925 -629.7355377233191 -382.05833654453096 -284.4286481340116 -255.3591416914088 -317.4707298772267 -202.68903331703905 -166.65151199314798 -207.19882843614377 -148.45720104156848 -148.45720104156848 -148.45720104156848 -206.26098286857655 -148.45720104156848 -170.22934791758294 -135.7251058303141 -312.8622569369395 -603.6468355741681 -610.5632507312905 -616.0282295078787 -636.8460892025375 -604.4994540333779 -627.402130944634 -626.5976918812612 -652.1165245791782 -706.4605169401578 -434.40348006244346 -307.1961632097936 -195.3371234770788 -323.989905779892 -245.3224573091612 -222.3595063390057 -163.54774823533774 -148.8197237162078 -124.04195168473466 -124.04195168473466 -182.12407762066888 -124.04195168473466 -129.53726565619326 -130.22979185885552 -304.7367515037198 -346.445892944245 -360.7733020336661 -382.2806879725195 -405.052370407898 -226.1314752032628 -228.56195981728413 -271.7486261860364 -239.45020332163585 -275.8367880317236 -190.58855881432763 -225.49696333696755 -89.52258097505724 -194.92700038782675 -125.94430110934974 -125.94430110934974 -125.94430110934974 -174.6506056958546 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -147.16943952107698 -89.53770959746585 -89.53770959746585 -89.53770959746585 -170.68101587977725 -121.48377979829976 -146.93400381015633 -207.9674467856479 -181.8200478928416 -243.883571929442 -187.27093434110415 -221.8081516804339 -102.023166314008 -151.70915338984398 -181.66698878866563 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -339.4665745192653 -639.3022507205939 -643.6946171150121 -669.4365909969694 -709.5379176118829 -697.0455258994442 -714.3873426010539 -715.0596083271471 -716.1512542874574 -743.4133289886383 -461.4230657910718 -321.14365117761764 -195.3371234770788 -325.2544729102711 -202.68903331703905 -242.8643635151352 -150.37467908859216 -178.89222345071153 -148.45720104156848 -189.88373613298435 -171.03644383072708 -204.95143444702023 -170.22934791758294 -135.7251058303141 -331.3460200462753 -638.8444837636512 -659.7148623979726 -679.6618863862554 -732.8947703116727 -707.9334359372045 -718.5521666563147 -721.8861003660822 -734.8519451886599 -758.0331739762521 -492.9963868136681 -370.2815577866124 -195.3371234770788 -394.1446991265482 -202.68903331703905 -295.9711583220771 -150.37467908859216 -214.18805719354435 -148.45720104156848 -228.22546061411745 -148.45720104156848 -206.9642909889998 -170.22934791758294 -135.7251058303141 -400.0647852103304 -689.0086609311559 -698.6376162215589 -697.767080663092 -723.0234882289186 -706.6386518042482 -713.0809110589136 -713.6360592353466 -713.5958698910052 -741.3101748079918 -447.47980484607046 -306.8841676921258 -195.3371234770788 -330.4236615491119 -202.68903331703905 -244.843034366106 -150.37467908859216 -206.13041481641255 -148.45720104156848 -174.8453140149705 -148.45720104156848 -236.00688707973683 -170.22934791758294 -135.7251058303141 -307.2290592745249 -598.9016602570358 -601.6310699468579 -606.8742161112501 -632.5321344739782 -625.7661055376317 -674.7745201508745 -686.9605492342528 -688.9609161354774 -723.7323042519602 -426.45551334000265 -293.29078027348663 -195.3371234770788 -291.8895958650943 -202.68903331703905 -227.3238119577213 -150.37467908859216 -195.9172662064719 -148.45720104156848 -148.45720104156848 -205.96378005021865 -148.45720104156848 -170.22934791758294 -135.7251058303141 -311.1820413418537 -611.4566535147801 -642.7267274086194 -673.335499138916 -712.7142205160692 -666.8516368323812 -692.0460103795152 -711.7634157826215 -714.0984878570607 -736.239059335917 -436.7306620124164 -322.25604811272814 -195.3371234770788 -323.3056960064551 -202.68903331703905 -224.73113782361463 -182.95779524864025 -182.03439873973 -124.04195168473466 -124.04195168473466 -124.04195168473466 -181.34380175347567 -129.53726565619326 -130.22979185885552 -293.69633086758097 -322.1244956930526 -349.06416089598224 -364.9003749262724 -375.8991112056559 -204.30220168932848 -144.02068642835204 -293.53770045529603 -197.9933377177477 -262.762922992407 -89.53770959746585 -178.46098362372695 -151.43752672219117 -125.94430110934974 -141.22441288851022 -125.94430110934974 -182.8531571790236 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -186.5316849139202 -89.53770959746585 -150.58489168225526 -152.6822140450741 -157.37833513594015 -148.28563596527957 -157.50455639259496 -89.53770959746585 -140.7833086485342 -147.14437684745792 -89.52258097505724 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -326.27533307378746 -628.3599034602759 -645.8694998515685 -659.0773257516036 -709.6702284142605 -684.4766516453462 -712.7600116382514 -715.5426300747051 -717.0063592907294 -745.5475748510728 -483.24191047777 -345.97517705467806 -195.3371234770788 -292.1149594577678 -202.68903331703905 -240.13702883783705 -150.37467908859216 -207.01616748962093 -148.45720104156848 -158.77603142158526 -148.45720104156848 -205.1815669894128 -170.22934791758294 -135.7251058303141 -330.92614428257474 -659.2481538030662 -697.7043838400622 -708.8149885297306 -732.6729044902605 -708.2942779246321 -719.6401548721053 -730.4559096211935 -737.6533815947608 -761.2537098690386 -494.21139004316177 -379.66801890966696 -195.3371234770788 -363.0129502817015 -202.68903331703905 -338.8260370663363 -150.37467908859216 -292.9743015879653 -148.45720104156848 -207.64202960018625 -208.04628909555055 -207.2494931096929 -170.22934791758294 -135.7251058303141 -417.8682426956333 -692.3421795520512 -711.6104974974223 -643.1939318058143 -665.9436994299946 -630.8366934082833 -634.9259256027408 -644.1754275724876 -658.007383142014 -692.3493981062854 -411.267959113271 -296.90639817165953 -195.3371234770788 -289.78092064011184 -202.68903331703905 -246.19397910243225 -150.37467908859216 -207.8921578674244 -161.63327803646956 -207.30783856515276 -148.45720104156848 -169.13088136401095 -170.22934791758294 -135.7251058303141 -331.2810550668219 -628.985677913519 -647.3731283507519 -677.6989277890751 -732.5894155681873 -707.1793946427621 -714.1304738935455 -715.011743113608 -713.9277954668578 -731.4387231684044 -432.3261139923417 -293.8917389827608 -195.3371234770788 -286.3078937074372 -202.68903331703905 -250.47863885462303 -150.37467908859216 -206.70570056170703 -148.45720104156848 -221.9146015708505 -148.45720104156848 -169.2907133646134 -170.22934791758294 -135.7251058303141 -351.7105163978628 -643.4660271018769 -674.0893094537375 -714.2693287603022 -743.9749455736552 -719.5904051184503 -736.4105838140596 -751.6415896718875 -746.6487959002677 -774.9520064480316 -498.34026731767307 -384.8985637336446 -195.3371234770788 -367.7200409722957 -202.68903331703905 -342.9540744499354 -150.37467908859216 -181.62305524594336 -156.44535354710737 -182.38216243988617 -124.04195168473466 -182.2279257146842 -129.53726565619326 -130.22979185885552 -284.2984459685129 -351.57684298863575 -374.9076981882164 -387.927117934264 -414.2519351289298 -262.1499818902884 -134.29900008499447 -326.4749628119069 -134.29900008499447 -329.5103087953101 -89.53770959746585 -277.6508402732115 -89.52258097505724 -157.5506481974305 -125.94430110934974 -125.94430110934974 -125.94430110934974 -157.68717482915 -124.04195168473466 -142.3613049339844 -185.85694543768963 -124.04195168473466 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -182.67679285092848 -89.53770959746585 -89.53770959746585 -146.58990452779116 -89.53770959746585 -89.53770959746585 -89.53770959746585 -163.60988318035493 -93.02156511224526 -89.52258097505724 -89.52258097505724 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -179.09526745281707 -148.45720104156848 -148.45720104156848 -204.7565321457331 -174.10160754707695 -170.22934791758294 -135.7251058303141 -427.43781447120585 -712.4478182865809 -679.437505892188 -692.4231935118054 -730.2918117345051 -692.5075379320596 -701.0963042955473 -689.3443340153406 -694.6578645408642 -741.5335850127512 -439.5983949738812 -266.591894415518 -225.6183755544501 -275.52307581221714 -262.71346306183176 -223.34155147947308 -150.37467908859216 -148.45720104156848 -206.3186107641339 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -340.82268755945023 -629.8746269589342 -649.6589389702579 -676.2319702247771 -733.4684685882992 -708.5928667825331 -716.8677809413953 -718.3968300170786 -718.450039081438 -746.3144751184143 -479.3914250686853 -327.3376738514502 -195.3371234770788 -291.52187033717183 -202.68903331703905 -239.1078040049549 -150.37467908859216 -207.47603682511564 -148.45720104156848 -158.84615284244592 -148.45720104156848 -206.50343369598545 -170.22934791758294 -135.7251058303141 -374.9971739332679 -672.1750774331003 -685.1206239859332 -707.3414810094861 -734.5139333003099 -709.458981886893 -719.2130400409483 -723.0699493053545 -724.2344876833922 -760.2103931227656 -495.0230826805935 -378.63483987488087 -214.79333976290067 -365.78525903372025 -202.68903331703905 -299.43635842939943 -150.37467908859216 -233.7804370732729 -148.45720104156848 -207.81469836809055 -148.45720104156848 -222.32285039638504 -170.22934791758294 -135.7251058303141 -404.2850572519347 -694.541331896836 -707.999910916044 -713.5193558080447 -736.0087543205516 -715.0929449981469 -757.6469586966111 -770.3219968508268 -770.8461396500893 -806.9708341737678 -515.0966749221412 -402.45895075249496 -195.3371234770788 -391.2471331012147 -202.68903331703905 -368.2656147332979 -150.37467908859216 -259.9231264491247 -206.49765531640077 -253.217607380303 -148.45720104156848 -219.63996819611103 -170.22934791758294 -135.7251058303141 -432.89359470473767 -719.5285735658531 -750.6801086656458 -768.8939878256531 -797.7952526273157 -767.5275515415785 -796.2915261324769 -793.7786157218662 -780.4387999935423 -786.1092293353685 -495.44186164572943 -368.82824903355913 -195.3371234770788 -364.967226509725 -202.68903331703905 -284.7393683753993 -224.4959569916328 -192.5269838012331 -124.04195168473466 -184.14458384779635 -124.04195168473466 -182.9449333727686 -129.53726565619326 -130.22979185885552 -238.58668269781143 -328.788816470225 -339.03880874942377 -349.2406953849198 -376.2140339079188 -210.9429754158481 -163.30532872035084 -286.36690511633657 -224.0811719521721 -250.69755521011257 -89.53770959746585 -185.3620945366132 -136.30950415807308 -147.1886661930807 -185.11677817282347 -125.94430110934974 -125.94430110934974 -124.04195168473466 -144.18936181631256 -124.04195168473466 -124.04195168473466 -181.04780788395385 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -178.1505967430425 -89.53770959746585 -185.355087857094 -89.53770959746585 -186.90613453161288 -89.53770959746585 -247.30566957724503 -89.53770959746585 -219.75452875193844 -129.7736548223196 -106.09953652707156 -147.73537179976708 -125.94430110934974 -185.03192122084985 -125.94430110934974 -158.52221799132158 -148.45720104156848 -179.43395636405594 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -364.1217132067136 -641.9952911385238 -653.7982829850909 -664.6870983833895 -702.2700794960037 -673.9552684969776 -713.793546567147 -716.5995741409812 -716.7003360801523 -745.4412665274876 -479.83673102196536 -341.1315706804136 -229.1412186038156 -311.3446652504723 -202.68903331703905 -257.19158048916944 -150.37467908859216 -206.92498495228745 -148.45720104156848 -184.8639807403169 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -319.9057209510061 -635.3363770800624 -662.8900039170304 -707.9774418840974 -736.6719338664262 -711.9211139163548 -722.2295114355281 -734.5215894439116 -744.0302373507191 -776.818785841327 -499.48477757875474 -388.152020568064 -195.3371234770788 -383.2692596062843 -202.68903331703905 -300.0625700899804 -150.37467908859216 -207.0520860694849 -210.04729435050385 -206.91400169797427 -148.45720104156848 -207.27608074244432 -170.22934791758294 -135.7251058303141 -373.85170323231824 -671.6074004014722 -687.8699639014206 -712.3032584971318 -735.665836417455 -712.7563075122249 -718.9378246649003 -727.768898655868 -735.659631735315 -763.5129460084497 -495.7317127568694 -325.891489983613 -195.3371234770788 -355.4324387790936 -202.68903331703905 -283.656258369464 -150.37467908859216 -214.31674672990283 -216.72146523623533 -211.804844270501 -148.45720104156848 -211.1291136704048 -170.22934791758294 -135.7251058303141 -431.9843908755379 -725.9000692908463 -717.9296774154801 -724.4032062275224 -755.1033164883926 -725.3265364766207 -752.411403557064 -757.5159962690466 -731.2235506223749 -771.7314745478544 -495.8776990794376 -362.4500856043463 -195.3371234770788 -322.7210816882065 -202.68903331703905 -262.6975303393588 -150.37467908859216 -209.6963704868302 -148.45720104156848 -222.1989482045248 -148.45720104156848 -169.34565128924854 -170.22934791758294 -135.7251058303141 -346.9118360371548 -641.420150384932 -663.2603168584205 -698.8824986918532 -733.7516337826738 -708.5525039215369 -717.1667552132456 -717.1135701756305 -717.0733981455014 -744.1168305008482 -468.95917860704986 -323.8453229556398 -195.3371234770788 -321.7866588365066 -202.68903331703905 -245.82710960593 -150.37467908859216 -182.3776005553925 -124.04195168473466 -182.7106314923238 -137.29831950995452 -171.65648171332245 -129.53726565619326 -130.22979185885552 -258.9703020640524 -342.59359908227526 -353.68907923726914 -362.7995028994617 -400.3698777578996 -282.944142326086 -162.32855657386818 -326.33811522801324 -170.70172487805263 -327.0070398741859 -114.65375695606971 -269.87934758083344 -106.14805270265695 -235.2816476481674 -125.94430110934974 -143.95379960675584 -125.94430110934974 -181.0042368311032 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -197.8551435556576 -89.53770959746585 -89.53770959746585 -89.53770959746585 -221.66257847412905 -123.35603810797066 -272.0301483922285 -157.68580686100836 -280.79857233422194 -164.74352529803338 -283.4212858017471 -173.41601244738928 -287.48011196846664 -169.37934443373183 -271.0696872766105 -157.32800887760757 -214.16257765571063 -193.64883297629385 -163.8109505147738 -224.0778754827178 -183.18575912994487 -173.5914545541147 -259.9280492308049 -245.49685832743103 -170.22934791758294 -135.7251058303141 -435.6893751063608 -727.1604547494142 -768.0276487118432 -803.0329212595011 -857.223058335999 -830.3511976479567 -865.5071385152847 -876.0933047557198 -867.0929736363485 -887.2950300038748 -536.1983085011036 -398.172474285057 -195.3371234770788 -384.7065975081116 -202.68903331703905 -365.680178725368 -150.37467908859216 -211.01621486326815 -202.9455669608724 -208.07208378914777 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -309.2692579809608 -595.3494021941713 -598.7326377113133 -607.6626500926641 -631.4059029686229 -605.8679617725265 -630.189343066461 -638.2724239145505 -641.3999667057503 -679.3062983053131 -424.37695981912657 -303.3199828959944 -220.4252624835767 -285.17095834651656 -202.68903331703905 -228.21959288654236 -150.37467908859216 -168.84556484502764 -148.45720104156848 -148.45720104156848 -177.38155738108605 -148.45720104156848 -170.22934791758294 -135.7251058303141 -319.10106702764045 -612.9716727926613 -620.718463818334 -637.6576184432517 -674.1414354294427 -653.8721838716367 -686.3510057819485 -709.9652006509044 -715.02785922085 -744.2471375181507 -478.220982775896 -332.6514364611894 -195.3371234770788 -292.7605925552133 -202.68903331703905 -246.62504715387803 -150.37467908859216 -207.66745568638373 -148.45720104156848 -206.9581036651094 -148.45720104156848 -184.5717853330162 -170.22934791758294 -135.7251058303141 -343.4269129635375 -643.530309653584 -662.2084273772834 -706.7641719496849 -734.0693974290516 -709.8524560908515 -718.4206047508611 -719.4575735880572 -717.877095116366 -747.5711646835529 -476.9062933638803 -358.72997822576576 -195.3371234770788 -323.7662419368148 -202.68903331703905 -259.91891108225224 -150.37467908859216 -206.7251064960216 -148.45720104156848 -227.6713677866005 -148.45720104156848 -206.8399814480696 -170.22934791758294 -135.7251058303141 -357.6916791926479 -671.3257883686808 -691.021511755249 -705.784031633689 -735.8986444699175 -713.7612291878355 -721.7066392099908 -743.471831632924 -739.7446878421387 -774.7386919912325 -494.909720197748 -375.8296772358446 -195.3371234770788 -372.21277463806894 -202.68903331703905 -295.1667164619848 -224.5533156419514 -197.70090623142195 -124.04195168473466 -184.29207636056884 -135.24137008317072 -185.07679504544848 -129.53726565619326 -130.22979185885552 -286.40584475544733 -437.0028220120526 -452.6509184615131 -459.427315703712 -471.9688860114312 -310.97347158280354 -134.29900008499447 -390.9783882473999 -134.29900008499447 -360.5407174232018 -89.53770959746585 -335.1024443496419 -89.52258097505724 -298.93271020591953 -125.94430110934974 -216.70777674547895 -125.94430110934974 -284.21585044320256 -124.04195168473466 -150.3376501324804 -124.04195168473466 -192.1115630215694 -127.52580719951403 -267.0865843584548 -89.53770959746585 -89.53770959746585 -333.4703942875883 -89.53770959746585 -305.0227350279079 -89.53770959746585 -303.04290376149385 -89.53770959746585 -313.4309437347446 -89.53770959746585 -298.24506686798173 -89.52258097505724 -293.4563361127448 -89.52258097505724 -137.34541008871642 -125.94430110934974 -221.13862354397708 -148.45720104156848 -218.73562101478112 -148.45720104156848 -193.63766878162804 -148.45720104156848 -170.22934791758294 -135.7251058303141 -426.23529155600966 -712.6225230668566 -713.7730562868578 -713.5238721048988 -754.4230537848179 -753.0658482371696 -782.5160155519324 -785.7385103907693 -789.9842383263298 -816.7717068462612 -506.7609320496728 -397.142283990724 -195.3371234770788 -398.6701167147541 -202.68903331703905 -356.09292633928834 -150.37467908859216 -232.0990753718141 -207.86394759574463 -207.6504447233445 -208.935806674837 -206.56186746959293 -170.22934791758294 -135.7251058303141 -392.577645588743 -709.6892031759842 -714.1671572094943 -740.7615503779408 -785.5674871716373 -767.0266492763271 -792.8130077553682 -790.995881907217 -794.4285579037942 -838.0515902551132 -532.0727800544234 -408.4456211600502 -195.3371234770788 -395.64414497507175 -202.68903331703905 -358.4818946418747 -150.37467908859216 -291.5414007952876 -148.45720104156848 -229.9047871330796 -148.45720104156848 -208.85303923625372 -170.22934791758294 -135.7251058303141 -428.1456975536354 -716.7725117008064 -725.3780303339241 -737.8619779505252 -767.1176217167847 -730.6356281319297 -747.9225587669056 -768.6991480589368 -786.8990560111613 -820.0905729177058 -524.1582623153265 -390.3311668010287 -195.3371234770788 -377.63120407616105 -257.9818283701571 -334.5861199338147 -150.37467908859216 -288.8501482108904 -148.45720104156848 -208.8989102159815 -148.45720104156848 -207.69900101941843 -170.22934791758294 -135.7251058303141 -367.1340903197136 -657.6193455630712 -695.7166491186318 -714.2994436700718 -737.3076982982128 -710.831908461957 -724.661379886495 -727.3639499604245 -726.5240613286506 -754.825715358031 -494.3216720529758 -377.4235599849652 -195.3371234770788 -371.9757479808784 -202.68903331703905 -258.9281125483751 -209.37744006081343 -208.02051671880045 -148.45720104156848 -207.8912560231319 -209.04818339250917 -207.0249862024595 -170.22934791758294 -135.7251058303141 -357.2290903445144 -655.0629906382861 -670.0976335217339 -710.4086472904229 -735.0251543920435 -710.1073126195041 -720.2671850094941 -723.256215721914 -729.3820597212558 -761.9450580110392 -496.6584173607832 -381.79140418857 -195.3371234770788 -374.27827430236783 -202.68903331703905 -299.47989366139547 -150.37467908859216 -190.7764549352801 -124.04195168473466 -183.1842636176279 -150.39436675117216 -182.8847662462585 -129.53726565619326 -130.22979185885552 -239.2872295128221 -367.4741798696441 -385.5687559350581 -397.8991140438217 -421.6704579593702 -292.3602347507152 -185.38020008685365 -341.78086908168365 -169.387437807745 -344.106151135322 -121.98673586655684 -289.3360543623152 -89.52258097505724 -268.3021596449369 -125.94430110934974 -184.0282644291505 -125.94430110934974 -134.3706020145138 -182.56238644314772 -180.21029978690115 -124.04195168473466 -124.04195168473466 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -187.05669998104625 -136.3602721816784 -213.06641971091975 -210.0944068490626 -221.36492439842465 -227.29824352684665 -230.60756456758392 -233.9942884204721 -236.17851018268587 -225.84570088044603 -224.4496372287909 -200.0607888587994 -235.43140891642187 -166.4122616631135 -175.2859970468588 -148.45720104156848 -297.0209508608615 -148.45720104156848 -174.1729106067013 -148.45720104156848 -170.22934791758294 -135.7251058303141 -432.1837215103685 -720.6108768055157 -735.9000199589408 -748.3147036491462 -785.6551324733057 -768.8731997063509 -830.1648989902224 -847.5398924841774 -851.1714205633905 -891.602784621843 -566.304537601135 -398.7719775230096 -195.3371234770788 -397.98563004023714 -202.68903331703905 -374.57632949441336 -150.37467908859216 -284.5340641251028 -182.64266796234008 -222.81524727051317 -148.45720104156848 -252.8799031495876 -170.22934791758294 -135.7251058303141 -472.09044663137934 -782.1831810141621 -838.2365724157714 -878.8083716130515 -946.7724279309584 -920.6706273142072 -1010.9459946369252 -937.224794094742 -919.8148633135949 -948.2785015096604 -637.4214262983642 -437.8282060922526 -195.3371234770788 -423.8944129673708 -202.68903331703905 -386.414799698092 -150.37467908859216 -314.95542359362025 -148.45720104156848 -234.44771062507127 -148.45720104156848 -209.44972952122464 -170.22934791758294 -135.7251058303141 -426.31509907503766 -712.2710009954362 -717.7436396303059 -749.5975238419948 -784.4200113790474 -746.6637423149301 -791.9853601381028 -808.6200191060004 -823.0348713528955 -835.6071854634788 -526.6811467831036 -390.436729581977 -195.3371234770788 -387.0095048994773 -202.68903331703905 -337.2006742289099 -150.37467908859216 -248.56154778424903 -214.9612829976298 -212.86010557902384 -215.5802041077661 -212.18322084916045 -170.22934791758294 -135.7251058303141 -438.4403653851131 -727.2221154283945 -756.5881072846792 -787.5764921481526 -834.7261815453064 -793.7995361227091 -830.3130462781517 -841.9795406976835 -833.1150503576804 -882.7534718365209 -549.0990164921251 -403.8208362954484 -195.3371234770788 -410.6641748521758 -202.68903331703905 -377.9482455644954 -150.37467908859216 -248.49674582374527 -193.2684393328803 -219.40059876531885 -148.45720104156848 -234.79172086730435 -170.22934791758294 -135.7251058303141 -428.5803630051545 -707.8176693325107 -713.8604155736575 -720.7533542791583 -756.8040640188984 -723.5471394029062 -752.5746288521527 -757.79673513387 -765.1119795818684 -792.631571956915 -500.1473566630299 -392.7262898595924 -195.3371234770788 -382.5407216937355 -202.68903331703905 -355.54999495529114 -150.37467908859216 -200.82989221386924 -124.04195168473466 -183.90101265142687 -173.60407738685515 -183.8865014666348 -129.53726565619326 -130.22979185885552 -228.9798110395372 -417.3967689131519 -418.6287258480523 -419.0201881255371 -429.8064623633701 -260.2458191607188 -134.29900008499447 -345.757289731277 -134.29900008499447 -341.93671125956416 -89.53770959746585 -291.50761956151223 -89.52258097505724 -221.740430015835 -125.94430110934974 -187.61700192359407 -179.14104556414068 -184.84898393580565 -124.04195168473466 -145.69897054419306 -124.04195168473466 -184.94800936692928 -156.6074558514338 -139.85793654978323 -89.53770959746585 -89.53770959746585 -214.2710830433682 -177.33098688541023 -196.1120825638476 -145.85308004225664 -245.61147946792127 -124.00975831624304 -295.1746657547929 -130.72377806098234 -294.19370594114946 -127.96536209878089 -283.84411858829725 -89.52258097505724 -255.54319837124925 -125.94430110934974 -125.94430110934974 -148.45720104156848 -240.3211108542498 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -135.7251058303141 -374.2395987598051 -706.6763994777671 -713.9658467855185 -727.9578030900918 -771.2515093379278 -759.3408287540223 -781.7122007712123 -802.374731794469 -819.587357154606 -842.4611568307539 -520.2683611338944 -406.9281911394003 -195.3371234770788 -392.1912572700093 -202.68903331703905 -358.8260600888776 -150.37467908859216 -267.9343720216067 -148.45720104156848 -208.23980158101872 -159.51522856699148 -208.28686666898605 -170.22934791758294 -135.7251058303141 -427.054946724126 -718.080627881531 -721.8686946889424 -751.5553332955776 -787.2490406522691 -747.4328594420507 -786.8421274919784 -817.3996240635036 -808.7493919943093 -849.9968907207862 -527.0802626720946 -397.8383518038673 -195.3371234770788 -409.16075772912217 -202.68903331703905 -372.4627072140608 -150.37467908859216 -328.13329582996283 -148.45720104156848 -227.36273412579027 -148.45720104156848 -209.9736212596237 -170.22934791758294 -135.7251058303141 -429.73574117020974 -716.1958534404221 -733.610549458768 -774.0224869957631 -810.5288973875722 -787.6399263970219 -794.7063119430741 -796.6609223433614 -821.2903617385341 -877.4778694304118 -551.148869052511 -388.3635171262169 -195.3371234770788 -384.0803070299951 -202.68903331703905 -313.49291930347044 -150.37467908859216 -210.02178842708176 -171.11598657774258 -208.91914007904987 -148.45720104156848 -207.61197395186608 -170.22934791758294 -135.7251058303141 -362.5655910906471 -661.698425223273 -704.8175187111102 -716.3772372494317 -739.6252906720435 -714.0080010239119 -735.2528087281249 -750.6624689733062 -748.4766778281833 -780.254488457592 -497.5034270507492 -390.9851685175125 -195.3371234770788 -390.7526408794714 -202.68903331703905 -354.23377272913183 -150.37467908859216 -234.3718845647942 -148.45720104156848 -207.30581752224649 -148.45720104156848 -207.16767223191195 -170.22934791758294 -135.7251058303141 -365.759244367684 -694.9843234202599 -712.6374132478353 -716.8212767803574 -741.8875871564228 -718.2509598642057 -749.2491269282501 -749.8389593428449 -761.7914336928235 -776.5338263596155 -494.73057452274696 -380.9271274278314 -195.3371234770788 -377.9382698773685 -202.68903331703905 -329.1012342192881 -150.37467908859216 -211.72019946754992 -124.04195168473466 -183.96502950294487 -124.04195168473466 -185.57057411485832 -129.53726565619326 -130.22979185885552 -287.09750173291496 -432.4197506622405 -432.1363962463533 -441.55098712706535 -455.71587309443663 -224.3434415898144 -296.12015035344393 -306.69034585941813 -337.8906306599443 -300.6423514047532 -266.7807166386113 -254.34296973176112 -250.5647819307088 -230.50868526647915 -142.50463404939225 -199.7454496455366 -125.94430110934974 -177.860075999397 -124.04195168473466 -145.5649841100909 -124.04195168473466 -183.1398439190193 -150.74497024022287 -108.04730669423914 -89.53770959746585 -89.53770959746585 -299.9327916933504 -89.53770959746585 -295.23259104837 -89.53770959746585 -293.99146248456 -89.53770959746585 -295.18340475937686 -89.53770959746585 -295.39087807492024 -143.12857334851 -242.32787225790335 -89.52258097505724 -159.26078284245105 -125.94430110934974 -161.34933208126267 -148.45720104156848 -222.19535733044864 -148.45720104156848 -157.39027286000302 -148.45720104156848 -170.22934791758294 -135.7251058303141 -401.68166740806544 -716.5441845276617 -722.8273441450335 -755.799545529743 -817.2586049156014 -778.6371083913357 -814.8756128965678 -834.3161954350422 -837.8948166366911 -864.9318163468042 -561.3036785054694 -422.7088005577135 -195.3371234770788 -407.5300600067073 -202.68903331703905 -372.4928981253509 -150.37467908859216 -287.75301391496646 -148.45720104156848 -230.5102467554632 -148.45720104156848 -208.87835603478624 -170.22934791758294 -135.7251058303141 -433.8140037952068 -725.7525083085513 -741.8380089487758 -777.9242629550578 -842.2281915076875 -819.0841098187603 -864.439336510884 -880.2142234019072 -863.8317399096027 -873.9796204412263 -582.6156228687776 -434.1698855867568 -195.3371234770788 -420.26003585077314 -202.68903331703905 -361.59729169393614 -150.37467908859216 -263.94725168577963 -148.45720104156848 -207.90914116631487 -148.45720104156848 -222.31314773462933 -170.22934791758294 -135.7251058303141 -390.739600997746 -698.4047550749045 -713.7893315668699 -721.4587731260344 -756.9096192445825 -732.5246688277415 -754.9789439779066 -752.5610176339164 -758.8890371611611 -782.0679059437635 -497.7398707295334 -381.8938390908856 -195.3371234770788 -383.7158523606233 -202.68903331703905 -315.105636339282 -150.37467908859216 -236.97283757471084 -148.45720104156848 -208.2532750700867 -208.0257573272476 -207.38755299431784 -170.22934791758294 -135.7251058303141 -369.597644559313 -707.494783013514 -715.7748463757248 -734.9161157092336 -773.7429924062526 -755.285059932491 -796.3448705587213 -798.8403304692248 -797.4549479249306 -827.6174929252257 -534.2050728843554 -412.8593764276265 -195.3371234770788 -395.5848575647624 -202.68903331703905 -361.2472926281032 -150.37467908859216 -249.44059600964843 -148.45720104156848 -219.79139262465333 -148.45720104156848 -216.4103404037241 -170.22934791758294 -135.7251058303141 -417.7795576441824 -714.8446634130173 -720.7848280979035 -751.4666640724123 -805.667422654938 -775.6082675401159 -817.307509025644 -849.4131042988125 -855.9396229318738 -863.442817989293 -535.7085617394141 -416.7194961951745 -195.3371234770788 -412.86649781642194 -202.68903331703905 -378.574215870388 -150.37467908859216 -327.7874076988064 -124.04195168473466 -207.03769743409904 -202.8512176227892 -206.58745820310935 -129.53726565619326 -130.22979185885552 -350.2831363109293 -439.6947188992905 -448.2680841970521 -448.8615371350003 -463.4235308347129 -258.94681967875334 -177.58952911293736 -385.7780496426997 -201.3002872454995 -424.8863078088766 -151.78883240558824 -324.60027461514227 -89.52258097505724 -302.1361164614452 -125.94430110934974 -338.01594316426394 -125.94430110934974 -278.1588406160876 -124.04195168473466 -282.4140035702416 -124.04195168473466 -159.6961868216877 -127.52580719951403 -251.80724992428657 -89.53770959746585 -89.53770959746585 -328.3019983114244 -89.53770959746585 -317.81401591876715 -89.53770959746585 -324.39639143713293 -89.53770959746585 -322.8527274495519 -89.53770959746585 -329.62808463190527 -89.52258097505724 -315.14857276900057 -89.52258097505724 -332.77017691256947 -125.94430110934974 -225.88574675117704 -148.45720104156848 -305.9524297081617 -148.45720104156848 -267.9340925757724 -148.45720104156848 -170.22934791758294 -135.7251058303141 -483.1160154686154 -764.8643873545199 -807.9630276405055 -811.4348354233576 -853.3106796881583 -830.0729409270959 -871.8734176972781 -876.495364975716 -830.5469134020829 -840.5962837264065 -541.4940808513358 -408.8577763185468 -195.3371234770788 -416.3878567043355 -202.68903331703905 -379.6814002843807 -150.37467908859216 -283.56532933686043 -210.3667876964164 -233.6440281391037 -148.45720104156848 -218.97592808974372 -170.22934791758294 -135.7251058303141 -436.85626930917175 -731.3728479173849 -787.4405081555557 -802.4939369580361 -843.664896417173 -798.2766865822935 -850.6786119247288 -869.4215398626849 -859.3106753235935 -925.9303263712112 -581.4188235874898 -425.0193245352148 -195.3371234770788 -417.4876745084476 -202.68903331703905 -377.5643632623802 -150.37467908859216 -353.1041701747158 -148.45720104156848 -303.99488986146343 -148.45720104156848 -235.79796340662455 -170.22934791758294 -135.7251058303141 -464.1109429752607 -747.0300969393273 -772.6511215646744 -841.7135451280053 -895.4580297135666 -888.2495907433041 -933.8353650151912 -988.0857439148464 -984.915287226921 -973.1117605992156 -602.8805688790592 -429.5804703044799 -195.3371234770788 -437.7885081255892 -202.68903331703905 -417.68669894562754 -150.37467908859216 -364.7911946723533 -148.45720104156848 -368.6745577750784 -148.45720104156848 -362.3254149626024 -181.48329985360903 -330.1354430515871 -485.4513366753181 -774.729873879248 -816.9693902622295 -858.2208572771628 -949.0236509709332 -903.6666949106328 -966.7386397006997 -1009.3514030838091 -949.646430674128 -983.1504545151168 -586.1316622750439 -425.2182147911145 -195.3371234770788 -432.9384362461194 -202.68903331703905 -398.2883115312159 -211.2654519460365 -373.5343934718211 -148.45720104156848 -394.2317171757703 -148.45720104156848 -406.8575014821057 -170.22934791758294 -353.2844051143346 -487.60746967668456 -805.2489318540089 -849.5665580623753 -887.9493963511502 -932.447898405237 -888.7075306074174 -933.376139147038 -937.7267359151206 -924.0089371738684 -909.1502712521228 -600.9535798585221 -428.3853826185856 -195.3371234770788 -433.2505263991365 -202.68903331703905 -383.5297714841889 -150.37467908859216 -332.7047331947385 -124.04195168473466 -271.92135463657223 -124.04195168473466 -193.74766692355388 -129.53726565619326 -130.22979185885552 -356.4742296202519 -447.5423663501875 -426.6735677796277 -447.2680385514598 -460.1969582327845 -221.63010221955545 -155.12306942757206 -340.13713082764025 -193.1089676272151 -323.7618061716224 -99.51070315090766 -215.6646389025969 -208.7702621911733 -156.6200583090612 -238.02221004156797 -165.65520597202206 -125.94430110934974 -189.0925885921225 -124.04195168473466 -147.6043136467339 -124.04195168473466 -230.47401580476736 -127.52580719951403 -89.53770959746585 -89.53770959746585 -89.53770959746585 -253.6030130349059 -113.31222235792316 -274.0313576666689 -179.25342967492273 -281.8785698360412 -173.89858855252257 -293.7818592434928 -179.13936410797666 -281.25226792918176 -152.41736717106588 -239.71356146490143 -89.52258097505724 -181.5535609162311 -196.9387282187672 -125.94430110934974 -211.9004663727284 -148.45720104156848 -148.45720104156848 -220.9371037093028 -148.45720104156848 -170.22934791758294 -135.7251058303141 -426.6229717871156 -714.8147644254065 -722.1401310342285 -753.2866872851043 -801.9246661441858 -777.5843778877652 -810.2962484984344 -825.1937052141878 -806.1926295920815 -854.6416353530648 -536.9286502939369 -403.3119062486137 -195.3371234770788 -394.1253013314516 -202.68903331703905 -371.4739504724531 -150.37467908859216 -255.2022885631332 -148.45720104156848 -210.1418182538928 -211.63484443302724 -208.14355816355945 -170.22934791758294 -135.7251058303141 -400.3705758524551 -713.8342619328217 -716.9912889833785 -742.3852809505033 -781.8403829771645 -754.1528397939521 -794.8030006880398 -810.1731347884364 -817.4441079312234 -841.6995464523341 -531.6052881336012 -410.2279319962088 -195.3371234770788 -407.5907076954565 -202.68903331703905 -378.3586568348439 -150.37467908859216 -325.8560322646033 -148.45720104156848 -294.7341638847451 -148.45720104156848 -210.14281245270945 -170.22934791758294 -135.7251058303141 -434.017527931376 -718.3244377014279 -737.5563272477655 -785.98007660156 -855.8844346863374 -818.3863125413967 -839.3439474703314 -856.7825058566744 -871.4902560048707 -915.1941613108232 -558.7818676535521 -396.5135847102405 -195.3371234770788 -394.1611182155629 -202.68903331703905 -373.1949669420299 -150.37467908859216 -284.8996552287936 -241.11493874514437 -224.9636104536517 -239.856513605908 -254.28005972673583 -170.22934791758294 -135.7251058303141 -455.1079977764446 -743.3963703520898 -763.0951155882402 -792.2977694604983 -860.5371522923257 -861.5862378601928 -903.1114906465008 -875.5692502459966 -855.5199019508397 -890.184444952532 -579.9756239565506 -417.9706933981788 -195.3371234770788 -407.5455963381357 -202.68903331703905 -378.4249756560263 -150.37467908859216 -261.05108569640646 -148.45720104156848 -225.2584565756885 -148.45720104156848 -279.8893736121481 -170.22934791758294 -135.7251058303141 -450.1126936786026 -730.4745519733202 -730.133881668468 -748.0311482372117 -782.813923508816 -756.8923409669777 -790.1307106216528 -807.1198502557454 -808.2989794039974 -835.1580917291247 -539.5048064653445 -388.0988693242737 -195.3371234770788 -384.73537478743447 -202.68903331703905 -334.24368485995683 -243.81929092594692 -284.74686614680303 -124.04195168473466 -202.02519945684125 -196.86368802849915 -191.7748565740301 -129.53726565619326 -130.22979185885552 -314.00536947764 -446.6526647864473 -440.5061405926288 -440.0149598378377 -498.9783067625804 -321.68666499837514 -134.29900008499447 -378.382272590148 -134.29900008499447 -374.3433235481076 -89.53770959746585 -331.849204472708 -89.52258097505724 -297.3472923791298 -125.94430110934974 -214.68603739721289 -196.22339485651412 -229.5673584678692 -124.04195168473466 -143.8767562225607 -124.04195168473466 -203.94356350009045 -127.52580719951403 -109.20249537388364 -89.53770959746585 -89.53770959746585 -304.05481369614296 -89.53770959746585 -295.0641361030816 -89.53770959746585 -300.0682076059862 -89.53770959746585 -318.6371599041169 -89.53770959746585 -301.02697676044346 -89.52258097505724 -296.80053770309104 -89.52258097505724 -192.13500773184245 -125.94430110934974 -299.98080565299136 -148.45720104156848 -197.30724701484317 -148.45720104156848 -223.71611389098217 -148.45720104156848 -170.22934791758294 -135.7251058303141 -429.25196255295225 -720.6889784430222 -736.5729753855422 -760.5321022532083 -797.5447593203039 -763.1597426466758 -801.6936748983414 -819.1873224774106 -832.476208637096 -873.1593371920115 -565.7244840324288 -422.6698325351372 -195.3371234770788 -419.000630212621 -202.68903331703905 -377.7544927367307 -150.37467908859216 -345.3507238224099 -148.45720104156848 -231.39879706892887 -148.45720104156848 -209.38235273583663 -170.22934791758294 -135.7251058303141 -377.1589702262265 -709.1477502100654 -714.4343740403893 -726.4852897778657 -754.9977663401057 -731.1202581229087 -762.4167635299211 -762.8641025288181 -767.7106103100252 -796.1881368026656 -502.8820506381022 -389.5291305524313 -195.3371234770788 -384.5965314435586 -202.68903331703905 -349.0589653002263 -150.37467908859216 -234.81651827767155 -148.45720104156848 -207.42441471295297 -148.45720104156848 -214.75708761667525 -170.22934791758294 -135.7251058303141 -376.9753904642324 -699.5523110113093 -715.080686103426 -719.853444382284 -748.1458564179832 -725.6513057094402 -765.8137984125971 -766.3223653729874 -768.177899366303 -805.3865050954081 -509.0302729586994 -395.7543444676355 -195.3371234770788 -390.4167996368314 -202.68903331703905 -355.5505321341861 -150.37467908859216 -225.68439196421048 -148.45720104156848 -209.46018393838656 -187.2283225996953 -207.79972378280976 -170.22934791758294 -135.7251058303141 -356.6987349565947 -685.0083400138247 -713.343289697721 -726.8336851849501 -777.0274421979243 -751.541084900356 -794.1038898495473 -809.7919379551256 -805.7548237666756 -822.1635459068876 -521.0093209496829 -403.0472989357131 -195.3371234770788 -400.9688624512175 -202.68903331703905 -354.8635974943764 -150.37467908859216 -245.1452302995981 -148.45720104156848 -207.52859765886944 -148.45720104156848 -207.44792516528332 -170.22934791758294 -135.7251058303141 -368.7548613096114 -703.49752352731 -719.0964490294593 -739.21612202089 -783.3236146325992 -768.4524618890019 -804.4688028197618 -816.0676189108317 -811.6020687087963 -844.6677593588292 -537.9394081658631 -409.2502633027257 -195.3371234770788 -436.30146568440233 -202.68903331703905 -358.2455169755815 -150.37467908859216 -228.13503480812133 -124.04195168473466 -186.70942077238203 -166.1296831025102 -183.3051582244909 -129.53726565619326 -130.22979185885552 -240.92417447385884 -419.0488168710194 -424.2331098655631 -424.77143341927336 -437.2756501695735 -328.30558691970623 -134.29900008499447 -365.0409809926488 -134.29900008499447 -375.0487400019091 -89.53770959746585 -304.4213142405933 -89.52258097505724 -321.9844093299811 -125.94430110934974 -288.60558452736285 -125.94430110934974 -207.160371734619 -162.29547021040756 -184.3124145788985 -124.04195168473466 -200.90768619065085 -127.52580719951403 -126.81350455724068 -89.53770959746585 -89.53770959746585 -292.23527997524866 -89.53770959746585 -293.6906903986358 -89.53770959746585 -295.0728728740788 -89.53770959746585 -301.10102374974326 -89.53770959746585 -308.7090903619165 -89.52258097505724 -302.29226661562404 -125.94430110934974 -326.93483903633097 -125.94430110934974 -231.0133286671783 -148.45720104156848 -185.72715185445676 -311.7447669425386 -240.01951525480425 -148.45720104156848 -170.22934791758294 -135.7251058303141 -438.4376186349782 -728.0495183927591 -733.0577432202123 -753.6234281826852 -781.7402000603737 -768.020916165231 -781.5705158767809 -785.0789591940455 -814.6066443214116 -854.8281559239414 -537.4577684292194 -387.6110125964304 -195.3371234770788 -428.5204890566274 -202.68903331703905 -372.0918093645632 -150.37467908859216 -266.6254536764973 -148.45720104156848 -235.34572143455364 -180.2435388865616 -225.0655835893632 -170.22934791758294 -135.7251058303141 -439.94651183813625 -716.9427734868106 -731.6679815671165 -761.5422360327226 -818.7269908496663 -774.3058877363455 -804.1838294567985 -812.1102948611646 -816.4769392108906 -845.9252333159307 -541.8820314693229 -410.31526404082473 -195.3371234770788 -442.9797422233016 -202.68903331703905 -362.10485260553713 -150.37467908859216 -275.6914683462793 -148.45720104156848 -223.50820818149344 -148.45720104156848 -207.7819906094288 -170.22934791758294 -135.7251058303141 -406.60616889016063 -714.8186145415906 -733.7451882904523 -784.2263508616644 -844.8493884359629 -809.8480507265712 -849.6858770548932 -858.3783678903359 -853.7218835611673 -881.3667063936181 -546.7436594219846 -413.2943649305139 -195.3371234770788 -438.7092316829352 -202.68903331703905 -364.7113674970999 -150.37467908859216 -258.89339092036425 -148.45720104156848 -226.0347111460273 -148.45720104156848 -208.78670578729503 -170.22934791758294 -135.7251058303141 -427.0820303753678 -717.4015617070166 -757.9367304532151 -817.0556592229531 -886.0555459581151 -887.793201723198 -857.6470562199265 -892.5504659452241 -884.9923404942887 -894.5902448386013 -564.923867342239 -423.3360228840321 -195.3371234770788 -441.83566495768576 -202.68903331703905 -377.6440549500487 -150.37467908859216 -363.7570434225315 -148.45720104156848 -277.591464549697 -148.45720104156848 -246.21253320389943 -170.22934791758294 -135.7251058303141 -427.3067791506936 -712.7200863990112 -715.4370408738156 -729.6752158526241 -777.0702185146417 -751.2237321572403 -785.193376489675 -802.0460898295945 -805.2499964777152 -818.0430977536075 -513.9018043860391 -397.3529132441682 -195.3371234770788 -422.2597471859737 -202.68903331703905 -303.03096146462485 -150.37467908859216 -191.84531628901053 -124.04195168473466 -213.7834625269086 -124.04195168473466 -183.2122535347259 -129.53726565619326 -130.22979185885552 -223.48857178267315 -382.5570477472107 -407.1611533897782 -419.0330815323013 -428.5634112610783 -292.2807346424851 -134.29900008499447 -341.7645747972348 -134.29900008499447 -348.10418874406827 -89.53770959746585 -300.38331213358515 -89.52258097505724 -306.1150089035692 -125.94430110934974 -184.49284317836495 -125.94430110934974 -182.6708014213728 -124.04195168473466 -134.42193648005707 -124.04195168473466 -181.16067570819845 -166.31066262716251 -98.28811641030734 -89.53770959746585 -89.53770959746585 -215.45197395432865 -138.0458797810062 -237.6134005490837 -255.97784625840555 -279.9724795155071 -316.5203544063985 -307.8641017604499 -319.0204329420061 -296.3556294773797 -280.0337463251962 -272.00513889382444 -303.9014532261992 -302.4559947076964 -310.89552607168173 -207.5488641731897 -254.8087832842771 -283.35234240333364 -310.6288211112163 -218.75763960543844 -189.7216244672214 -170.22934791758294 -135.7251058303141 -505.0891024659769 -781.4732518679535 -792.9594184205218 -817.4571620928776 -845.4239539780793 -834.0137222686302 -830.6323802764053 -890.2445556411064 -890.0756265575201 -898.1036394338125 -588.2592870784418 -421.7372652616981 -195.3371234770788 -452.6416287259359 -202.68903331703905 -389.7332236455202 -191.0555984699157 -358.7921520331503 -148.45720104156848 -337.42303620790807 -148.45720104156848 -257.4322428111574 -170.22934791758294 -135.7251058303141 -472.2524373846283 -766.3821456049944 -824.4502430243925 -851.5201203280196 -885.3829859805556 -860.5921164655884 -929.5026067936918 -899.9614967350067 -846.8824282625457 -832.62247058911 -515.1052653970224 -374.1974457884168 -195.3371234770788 -410.5724270087782 -202.68903331703905 -305.9970057247408 -179.78354316886572 -236.65267580786545 -148.45720104156848 -210.3106837875136 -212.0893513859776 -209.30289418172748 -170.22934791758294 -135.7251058303141 -416.5944197335873 -712.4697002156313 -714.3391603077175 -734.6256288959144 -772.9322575998941 -756.5899269890289 -792.1183537738821 -799.1402624901185 -803.3151895951414 -818.2386940463643 -516.9644919394419 -398.5105987967116 -195.3371234770788 -425.15373402427286 -202.68903331703905 -358.42702720393703 -150.37467908859216 -241.49394127785465 -207.79878031027093 -208.2729854932761 -198.59555391596191 -208.20289021478547 -170.22934791758294 -135.7251058303141 -360.3518144975964 -710.6718712243214 -716.1099922267894 -737.1425491174458 -793.5636202725683 -766.4332508089041 -806.0651754178768 -828.5255708167354 -827.5958352151428 -855.4289347586563 -531.932992529767 -403.4021745637992 -195.3371234770788 -425.3684598553661 -202.68903331703905 -357.4255428326178 -150.37467908859216 -231.6173331014072 -148.45720104156848 -208.27047551261228 -208.4937470037249 -207.75536381607137 -170.22934791758294 -135.7251058303141 -404.6740575626636 -713.4947006098964 -727.7468378557381 -775.6142677672998 -834.6437183426848 -829.5393273884674 -874.9869812203477 -900.942896721284 -901.995325058754 -908.4731725222612 -586.4300278629909 -417.72638752865777 -195.3371234770788 -455.8943071382457 -202.68903331703905 -376.4475650625022 -150.37467908859216 -260.40616143693245 -217.429594577071 -198.1414631234472 -124.04195168473466 -197.0057041630508 -129.53726565619326 -130.22979185885552 -296.4381186897141 -420.9654113685618 -421.4376911892536 -417.980795593463 -427.8547222130363 -302.3798220364855 -134.29900008499447 -344.434697851614 -134.29900008499447 -337.87312862177004 -89.53770959746585 -286.65236304897496 -89.52258097505724 -216.37170217859156 -125.94430110934974 -185.7977076024091 -186.3653310978279 -182.1685333408641 -124.04195168473466 -144.84132521780242 -124.04195168473466 -181.56804053658672 -127.52580719951403 -125.95942973175836 -89.53770959746585 -89.53770959746585 -186.23498988869432 -154.6855426429885 -217.2091788337812 -164.86686032721948 -223.7264863389524 -139.2009910975844 -166.20807373748022 -127.58597103697537 -239.8591893397312 -121.3946287355288 -146.73723234804785 -186.6148647725753 -125.94430110934974 -125.94430110934974 -183.1597056467029 -148.45720104156848 -148.45720104156848 -205.6748089785828 -181.38226965516208 -148.45720104156848 -170.22934791758294 -172.1468259646066 -374.7572323843471 -679.2857298873179 -706.5364018380064 -711.3040331513804 -733.5357526100128 -709.6627591575599 -719.4931569341655 -720.5109794220813 -723.0671318426347 -751.6080956419906 -493.3366405305002 -361.24413736978414 -195.3371234770788 -397.9386185427208 -202.68903331703905 -291.01313836553373 -207.33173945098687 -219.8162909515324 -148.45720104156848 -214.83376246712243 -148.45720104156848 -181.84533195433684 -170.22934791758294 -172.1468259646066 -367.94092535483145 -668.6408875041909 -692.7589454455057 -714.1793298988111 -737.0700631336283 -714.6760105643123 -735.6111092127343 -743.1270100644472 -750.125295869771 -777.7116359698022 -496.00462209603927 -381.56800263369325 -195.3371234770788 -410.7815717264374 -202.68903331703905 -298.9555038472347 -150.37467908859216 -231.86947273581472 -148.45720104156848 -207.7608225538935 -148.45720104156848 -207.03865922533635 -170.22934791758294 -172.1468259646066 -359.75094853042583 -667.3110316793985 -695.7434293683541 -712.1415317351192 -737.6386171997966 -714.5416213019546 -737.3632848674883 -745.1566485966998 -736.4559428899382 -760.8095296811285 -493.7871053829482 -365.6012621805809 -195.3371234770788 -401.65417451253984 -202.68903331703905 -296.440236276644 -150.37467908859216 -214.93576357962635 -148.45720104156848 -238.5394837836822 -148.45720104156848 -207.8237588897222 -170.22934791758294 -172.1468259646066 -389.63684553754194 -679.6609807705203 -707.3928073637583 -712.696266603322 -737.8778884236236 -737.1217278600678 -785.2049689551118 -797.6043049789388 -785.6628591197779 -806.6338977968405 -509.9348429817571 -381.82742350763175 -195.3371234770788 -410.4603398373552 -202.68903331703905 -317.4792210852713 -229.7008482655931 -226.8850189249582 -148.45720104156848 -230.83536396851497 -148.45720104156848 -212.69779459075545 -170.22934791758294 -172.1468259646066 -436.3136351743621 -721.5246294501127 -727.7083742096735 -749.2882334206832 -784.607785189267 -749.800356116999 -796.5163922536666 -830.6821284328568 -817.9502006320357 -847.5930374049364 -532.0190121189057 -386.1983324324243 -195.3371234770788 -415.5643927982465 -202.68903331703905 -339.2459341573811 -150.37467908859216 -202.96254742971115 -124.04195168473466 -186.9782920389475 -190.1862005148048 -186.79891355330648 -129.53726565619326 -166.65151199314798 -251.2114056750945 -434.6703682499916 -443.79136325585824 -447.92418122113 -468.66175132644383 -315.1902541496645 -134.29900008499447 -367.09546806258265 -134.29900008499447 -352.9778116167292 -89.53770959746585 -300.97089795288207 -89.52258097505724 -215.28598889525372 -198.37337368159896 -150.25567415496766 -166.13058955202777 -190.34909328344392 -124.04195168473466 -135.9252630113365 -124.04195168473466 -159.5141493435658 -127.52580719951403 -153.91331659760843 -89.53770959746585 -89.53770959746585 -239.13198997358165 -89.53770959746585 -274.565323774098 -89.53770959746585 -290.7253184354309 -89.53770959746585 -297.38547639362724 -89.53770959746585 -298.07432763206947 -89.52258097505724 -201.60203085432536 -125.94430110934974 -125.94430110934974 -125.94430110934974 -188.6908542659095 -148.45720104156848 -148.45720104156848 -238.15733149191172 -189.93805628287208 -160.53832751676194 -170.22934791758294 -172.1468259646066 -432.6260419871667 -718.2893158024821 -723.463301729309 -746.5144554588056 -789.9471590271238 -770.8160347451367 -814.7692607388936 -807.9865120042085 -832.644234547814 -813.8528976434134 -516.0551226312086 -375.3024474350369 -195.3371234770788 -418.3867173537621 -202.68903331703905 -318.9168323333949 -234.4178925088997 -232.722169434459 -148.45720104156848 -211.08683480082365 -203.0102177772795 -169.8755020456105 -170.22934791758294 -172.1468259646066 -383.5473444056232 -707.9464884019087 -710.2955282217146 -714.7579641110468 -735.9675145697269 -713.9878678496781 -738.1829346019939 -741.8618635334193 -750.5895278055908 -779.7797036893401 -506.74726664046864 -377.215998924976 -195.3371234770788 -414.47269331963616 -202.68903331703905 -309.1020704496446 -278.1271500904356 -233.2632407063929 -148.45720104156848 -260.3204623962002 -148.45720104156848 -212.58777588329423 -170.22934791758294 -172.1468259646066 -433.7769021676812 -717.5900645136843 -717.8994727757919 -718.3522209731847 -745.652629902712 -716.5115640699911 -737.9979813126018 -759.769055182298 -773.1341180334571 -748.5875716786859 -492.59024131599085 -300.2925169517237 -195.3371234770788 -351.5981842085154 -202.68903331703905 -242.19699626894703 -150.37467908859216 -209.6002688337711 -210.374514453949 -207.3756441683429 -148.45720104156848 -158.79593580238455 -170.22934791758294 -172.1468259646066 -342.9598420654925 -640.9566555264927 -644.0408915815962 -654.4193327919678 -682.4969024093134 -668.6314566054505 -706.211582476213 -714.5721277888686 -716.8974018861564 -744.8338605311733 -455.58776780629 -310.9638806896502 -238.74745980637744 -326.50059892839863 -202.68903331703905 -246.970603821786 -150.37467908859216 -208.4362829678171 -148.45720104156848 -207.409261252994 -208.31826530319384 -169.4076257136109 -170.22934791758294 -172.1468259646066 -366.7689747491072 -653.2795226435597 -660.6304213785232 -693.5770730655317 -730.177606442503 -707.8716603481975 -718.7632518696425 -716.939868912361 -721.0936717940788 -746.0353764586212 -490.6969842854181 -355.8647704489444 -195.3371234770788 -358.7118003353603 -202.68903331703905 -260.77054101813883 -150.37467908859216 -182.0545304633971 -124.04195168473466 -182.7054710437812 -124.04195168473466 -144.69870750961766 -129.53726565619326 -166.65151199314798 -266.76982453397267 -346.20551220343174 -355.5211573468503 -372.6022516762457 -390.0108342515474 -216.51344365455665 -203.546391846048 -269.04325790462286 -196.73883769775972 -262.84788945239023 -138.5539301064863 -220.63141633414955 -126.28172242160863 -159.89356131943384 -187.09567948431396 -141.11754379898434 -125.94430110934974 -124.04195168473466 -155.41871242446155 -124.04195168473466 -124.04195168473466 -124.04195168473466 -184.00532704824712 -125.95942973175836 -89.53770959746585 -89.53770959746585 -162.95085927570756 -89.53770959746585 -187.1659193491391 -155.7507822920836 -201.38492572263868 -183.4169032228017 -147.5615372652022 -145.61495843306471 -188.33315900411344 -121.09757684637378 -89.52258097505724 -125.94430110934974 -125.94430110934974 -182.25887893101404 -125.94430110934974 -190.62216711661415 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -313.7811297394729 -627.9417084096333 -672.8049620491673 -708.501100429857 -736.402386005526 -710.4876278756675 -722.6267996813743 -724.2930160188048 -726.6276156192692 -751.2424745033039 -493.4457028401569 -367.4004487274675 -195.3371234770788 -357.32995138501417 -202.68903331703905 -258.9427652744188 -150.37467908859216 -206.96548016235104 -161.7205658421966 -206.9071665025021 -148.45720104156848 -173.25811169833565 -170.22934791758294 -172.1468259646066 -303.89345648206563 -615.7082798610223 -659.8920705942794 -706.7897716791113 -735.061960963881 -708.3722591666303 -724.1363068703552 -735.775814139725 -740.3199507054421 -769.404538321903 -494.4603217382945 -370.5673865787964 -195.3371234770788 -385.43489804423785 -202.68903331703905 -245.5431085258897 -150.37467908859216 -207.8040318253518 -187.09590656634245 -207.2699434652247 -148.45720104156848 -184.94930511421452 -170.22934791758294 -172.1468259646066 -296.42584539529463 -612.9568539915691 -664.7653411078868 -695.1019308546021 -732.8497544719733 -706.4804950128292 -713.9037260427808 -713.7448639126299 -714.6168977086791 -741.6736137865433 -460.8368597052218 -304.4728341974631 -195.3371234770788 -324.3872403064748 -202.68903331703905 -251.3876321676512 -150.37467908859216 -209.0183351062631 -148.45720104156848 -208.2487512069465 -148.45720104156848 -185.43666009927952 -170.22934791758294 -172.1468259646066 -355.29782178870727 -644.3900514097023 -658.2699668205844 -677.775163166065 -721.657243646142 -705.3358633060751 -718.8901657882386 -718.5299100399388 -720.491293518818 -750.4956721332507 -492.6941381193016 -367.2420091223357 -195.3371234770788 -347.910197420361 -202.68903331703905 -266.32678210148083 -150.37467908859216 -207.04959476399216 -190.75897882266776 -207.09454502405032 -148.45720104156848 -207.0088865705943 -170.22934791758294 -172.1468259646066 -395.9087472792031 -702.5687449750689 -711.4466133452157 -715.8621275219602 -739.9912993851509 -723.2218661544908 -748.8588290639772 -768.2024915527567 -774.2261574065569 -789.9649871323319 -497.9342764552492 -374.0850627719384 -195.3371234770788 -404.7443951067135 -202.68903331703905 -302.3533669144832 -150.37467908859216 -204.7999023499641 -124.04195168473466 -187.1312331159648 -124.04195168473466 -185.77548357106903 -129.53726565619326 -166.65151199314798 -241.27944955410675 -417.963466369515 -397.7416734497669 -417.7564748856845 -427.5775581545475 -260.494608652866 -167.77849880818212 -330.50648724501985 -168.8455185373075 -329.2446668994807 -89.53770959746585 -212.8614498216228 -89.52258097505724 -146.5440846948253 -125.94430110934974 -183.07104571292388 -139.12958911452088 -132.89053173820213 -124.04195168473466 -124.04195168473466 -181.14894287382432 -184.0967434912233 -127.52580719951403 -125.95942973175836 -89.53770959746585 -89.53770959746585 -180.22133149280376 -89.53770959746585 -179.579334676755 -131.52857137238794 -181.3551468938752 -167.59836652273376 -235.14989663482757 -183.776222628418 -163.7509587119818 -131.12291970577533 -140.82722391216765 -183.9912993050821 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -237.77819494219324 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -334.74347736575834 -629.2622265793495 -643.5485255218603 -660.2389143643754 -719.28044448851 -695.4417943887687 -719.599340335946 -725.2069682115598 -723.5939972310729 -751.3298727035867 -493.2430348814509 -371.0286936364829 -231.75884361137133 -388.6829038502601 -202.68903331703905 -257.38586298305347 -150.37467908859216 -207.1384152089284 -161.63573492740218 -169.2364248407438 -148.45720104156848 -205.60862680076764 -170.22934791758294 -172.1468259646066 -324.0983909136364 -637.851864158172 -687.9396476603822 -712.1121844491786 -735.8755422243973 -711.4472825794542 -721.8768781016573 -736.09919577283 -748.1491826375883 -761.314463702642 -494.05556581732526 -343.51307917948355 -231.75884361137133 -334.6650528649393 -202.68903331703905 -253.71236353355917 -150.37467908859216 -210.31145105177737 -211.29325354888368 -208.48090940244205 -148.45720104156848 -207.3285333524204 -170.22934791758294 -172.1468259646066 -430.2721627966309 -716.6599930393473 -716.7007410968757 -726.7669140482716 -770.8746792022082 -743.6957593760369 -765.3970318221774 -780.6851242311301 -771.3102790268821 -795.282721911483 -512.1772196156006 -371.8443492245024 -231.75884361137133 -410.4227455139662 -202.68903331703905 -343.0489668820559 -150.37467908859216 -243.5253326054832 -148.45720104156848 -284.9425987466244 -148.45720104156848 -253.07847881278036 -170.22934791758294 -172.1468259646066 -443.9452182086554 -727.2467291859209 -725.1197905127216 -739.8955653737501 -786.3534668324849 -747.713925434952 -769.786598946778 -766.3617953019856 -773.5202951480735 -809.9113788104967 -514.4018909288262 -375.0667135739798 -231.75884361137133 -410.5723052533958 -202.68903331703905 -321.7899995489948 -150.37467908859216 -317.38560711101906 -148.45720104156848 -225.3730723819413 -148.45720104156848 -210.82737630891623 -170.22934791758294 -172.1468259646066 -428.7151127246646 -716.3041942816089 -723.6553047610192 -766.8482302564593 -825.7043043450242 -821.4181813230193 -825.4486694088883 -821.9079644012803 -808.7539062547017 -815.9701049533819 -519.5832964958074 -383.82659324199017 -240.08517983238383 -434.5790937579697 -202.68903331703905 -374.0175272078861 -150.37467908859216 -231.79177938946583 -124.04195168473466 -192.00313227400764 -194.25481816942508 -188.93588745381635 -129.53726565619326 -166.65151199314798 -314.8504651349792 -430.896094572936 -430.2330812571997 -428.2806597154703 -443.9757496316572 -309.25829958729787 -134.29900008499447 -360.31246193750366 -134.29900008499447 -358.6172825138524 -89.53770959746585 -309.6858939528812 -125.94430110934974 -329.3891244562977 -125.94430110934974 -245.40911866742928 -125.94430110934974 -319.1739273970853 -124.04195168473466 -173.72483242948377 -290.38926312127177 -188.87781515365177 -160.26595244294916 -138.107221643528 -89.53770959746585 -89.53770959746585 -253.68504658576973 -89.53770959746585 -199.5968885871628 -89.53770959746585 -251.5648566906366 -89.53770959746585 -209.19916074330044 -89.53770959746585 -283.5638476479668 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -208.71670759647247 -165.23771084358924 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -339.0166934351444 -650.954632397278 -674.0927962772071 -711.6473123300023 -735.392765007971 -712.1426095803098 -722.5295673009372 -719.114415687612 -719.7270251004165 -743.6234383601017 -482.0422653666877 -311.98671960568726 -231.75884361137133 -326.584850636664 -202.68903331703905 -249.90451940116216 -150.37467908859216 -207.30844685832852 -148.45720104156848 -169.23765698513495 -148.45720104156848 -227.93231791439777 -170.22934791758294 -172.1468259646066 -329.31043437165323 -639.7289198916349 -663.0299260391189 -704.2929221019989 -735.1167670513278 -710.8450363509056 -723.6849943749636 -740.5539630912851 -736.1269264878769 -753.6745332754111 -492.9260261674492 -329.72393180535244 -231.75884361137133 -329.1999953513383 -255.11614019507329 -247.05710215387984 -150.37467908859216 -215.90658339078536 -148.45720104156848 -207.64517012943443 -148.45720104156848 -169.14527922296384 -170.22934791758294 -172.1468259646066 -325.7718215585981 -640.1316718098205 -686.6891500634225 -715.0174337723538 -740.6145481470086 -718.4368655557024 -745.715784146924 -760.5720873976024 -756.9968590696733 -782.3708898824254 -496.8257526541252 -373.744091571838 -231.75884361137133 -392.2659107486761 -202.68903331703905 -267.64255631434713 -150.37467908859216 -220.2297401262957 -148.45720104156848 -207.38292654499963 -148.45720104156848 -206.8260962053651 -170.22934791758294 -172.1468259646066 -339.72519521337574 -657.3891024310169 -709.2501873654347 -719.177670353084 -757.4632194931463 -744.6909061045303 -781.9666646955191 -795.6821928630317 -799.8215135557392 -826.262558774273 -513.6798360470822 -385.7316955160816 -231.75884361137133 -411.10315824409406 -202.68903331703905 -358.3191602252666 -150.37467908859216 -224.54305401733768 -148.45720104156848 -216.77840696113051 -148.45720104156848 -208.18314504995556 -170.22934791758294 -172.1468259646066 -348.8476803475662 -651.7699719297328 -679.3433043113616 -715.4234862224547 -739.8622877853776 -715.2339664643467 -749.6587867828049 -765.2795344162873 -753.6714662546252 -763.8138557502716 -493.7313439991433 -365.75858328787984 -231.75884361137133 -384.9876446867119 -202.68903331703905 -257.9301785362994 -150.37467908859216 -183.5261206899267 -124.04195168473466 -204.4974884325535 -124.04195168473466 -182.7310986201081 -129.53726565619326 -166.65151199314798 -197.56468458908532 -351.9597006928952 -345.1270185891385 -354.3984952385456 -375.0434182364581 -155.13655680462406 -134.29900008499447 -218.48989018558345 -134.29900008499447 -223.21934865191457 -89.53770959746585 -110.51009866491164 -125.94430110934974 -158.5518440239955 -125.94430110934974 -149.88111837910878 -184.83486078846445 -124.04195168473466 -188.13732906457028 -124.04195168473466 -124.04195168473466 -183.18990071431068 -127.52580719951403 -125.95942973175836 -89.53770959746585 -89.53770959746585 -150.68950884171855 -141.91489158242013 -111.43528244718892 -175.1012241051896 -151.54050834359305 -99.50097018571589 -106.82971410307512 -155.3559734480073 -188.1344282475333 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -230.23012018864085 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -352.14166274290034 -683.5213436396822 -713.3450572236892 -728.2333252553171 -764.3222418264335 -736.5613015396938 -791.699630958601 -777.4249311951967 -775.0134904156906 -811.4579882675649 -526.3609835952959 -376.0339139273133 -231.75884361137133 -413.5312338790144 -202.68903331703905 -306.8975159559122 -150.37467908859216 -217.05776540301144 -148.45720104156848 -242.8764979099971 -148.45720104156848 -169.85603742646782 -170.22934791758294 -172.1468259646066 -412.03800306966815 -705.8395648890087 -710.9893229448836 -712.0954599741527 -735.3308252668646 -710.1128198001254 -744.981188110712 -742.9311744035806 -735.0784063418562 -767.5572584061904 -494.8499007475524 -361.3079602657708 -231.75884361137133 -397.25487244283 -202.68903331703905 -287.546228700329 -150.37467908859216 -227.17006355024355 -148.45720104156848 -209.48552339290544 -201.6060372479957 -208.5363262484485 -170.22934791758294 -172.1468259646066 -406.2488212292001 -689.6835048523018 -702.7703445779063 -713.2603631585379 -734.0075077568745 -709.1792602948566 -726.3704660296382 -721.3241668890513 -720.2368395207561 -743.6929562528464 -438.174831726353 -296.5933796702959 -231.75884361137133 -294.13711305400955 -202.68903331703905 -226.1323071051757 -150.37467908859216 -206.8678633311698 -148.45720104156848 -173.4616261538323 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -340.5828845453167 -623.9361608522794 -625.9719081115458 -632.5697955359566 -658.2053468917585 -644.7317845886033 -674.7138685039889 -672.3434768821144 -640.3487554139936 -657.0924571703663 -397.0863927085903 -277.860679289821 -231.75884361137133 -348.70200023127774 -202.68903331703905 -223.8842929248324 -150.37467908859216 -148.45720104156848 -148.45720104156848 -179.80970412144515 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -317.7783289538322 -607.6668326779815 -614.5769485618601 -625.1231723190745 -646.196045871602 -638.2212665584249 -627.2756353253362 -651.550429390161 -648.0872934558287 -677.7070788181778 -425.2020218711396 -282.9633276543181 -231.75884361137133 -333.89346316435257 -202.68903331703905 -225.8691630185789 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -129.53726565619326 -166.65151199314798 -273.35325390213046 -311.8733431049874 -326.4013476236853 -334.0933556726359 -358.5296796815869 -176.19218672719484 -217.74160298310207 -198.2939142322176 -134.29900008499447 -222.4771710769782 -89.53770959746585 -93.02156511224526 -125.94430110934974 -125.94430110934974 -182.9289421224246 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -125.95942973175836 -89.53770959746585 -89.53770959746585 -144.62427955181434 -122.05205433153507 -89.53770959746585 -147.77119003621374 -105.85631771441452 -89.53770959746585 -89.53770959746585 -165.59322226139116 -93.02156511224526 -89.52258097505724 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -310.0911071704698 -603.8520377584695 -614.2795079738264 -621.6284039715886 -653.171325837607 -639.8140476048723 -668.471694750564 -680.9886333859187 -710.1827366402946 -720.4714091147006 -429.5238629840055 -283.11897419189347 -231.75884361137133 -290.5779701134338 -250.691290278244 -222.35509589411208 -150.37467908859216 -148.45720104156848 -148.45720104156848 -189.1948428625775 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -278.88865771261135 -586.0979393057615 -615.9884255056884 -635.3852992085709 -691.6921781358268 -680.0843122832956 -715.7271017490743 -717.6143106168303 -716.8540367887899 -742.7713875060638 -464.6874021451311 -306.8554511555579 -231.75884361137133 -326.09660322178206 -202.68903331703905 -249.68546366509636 -150.37467908859216 -207.45278941938685 -148.45720104156848 -160.73161520303591 -148.45720104156848 -205.67850913851703 -170.22934791758294 -172.1468259646066 -338.4767512118939 -623.9553832787586 -636.732452091866 -648.3366800339978 -699.0407513101268 -633.5907806641967 -648.9470222408163 -664.005556333722 -706.5898675776527 -720.6021289513833 -423.9325002947373 -272.3358500032102 -231.75884361137133 -289.7231808520707 -202.68903331703905 -225.25509357806772 -210.83201770562607 -178.8456319464567 -148.45720104156848 -206.121515582009 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -312.76190256477696 -604.3322764982148 -636.3533110672333 -669.6456069018345 -707.7232066040291 -694.8140926471825 -714.5794192795913 -715.9280858860361 -717.1854232927884 -743.4351749201734 -474.5467736525773 -306.4198472107652 -231.75884361137133 -324.25192370084494 -202.68903331703905 -225.3623758732937 -150.37467908859216 -206.8065428859424 -148.45720104156848 -148.45720104156848 -206.53680290648 -148.45720104156848 -170.22934791758294 -172.1468259646066 -319.9290335160037 -614.0074711375681 -626.0255779213087 -622.3352237258598 -647.0961106563053 -619.5566547506877 -623.3315225586957 -626.9106552457597 -628.7575893203532 -659.019897432662 -405.8353449529764 -262.08307172528424 -292.2594494622262 -277.1393789395502 -293.5363166330425 -222.02826310669263 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -148.7273784807943 -185.999576303872 -236.77984275391896 -286.189338283838 -292.4724096185643 -296.7056849930473 -322.9618756633668 -210.2969179205549 -146.3524374787527 -222.54257865437967 -191.53454727367523 -225.17862612235504 -89.53770959746585 -93.02156511224526 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -176.27666798655304 -124.04195168473466 -177.15894583914377 -124.04195168473466 -176.2395675485353 -124.04195168473466 -179.64031668147186 -125.95942973175836 -141.6803346974007 -129.5039866341796 -142.20482902028758 -129.43146143780825 -141.95852060368 -89.53770959746585 -141.64192085159186 -89.53770959746585 -142.00687852405684 -89.53770959746585 -145.3608818367807 -89.52258097505724 -180.23799855462528 -125.94430110934974 -188.40377666682733 -125.94430110934974 -188.04432133782936 -148.45720104156848 -210.50488161606037 -148.45720104156848 -210.92938176510907 -148.45720104156848 -232.68078597295 -172.1468259646066 -240.78391653067743 -559.592980817134 -583.1214900862972 -608.8471381187024 -637.8807791016692 -617.1052376139423 -643.1335603826366 -642.7002632464246 -652.2976128675784 -686.9390592931003 -411.35345429623226 -268.9644795153327 -231.75884361137133 -343.1198531384736 -202.68903331703905 -225.6194417671273 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -205.66450336364176 -148.45720104156848 -170.22934791758294 -172.1468259646066 -319.8546843440373 -616.4359988448703 -644.4826781241095 -660.9645879065371 -710.6515889649554 -681.6131930334878 -715.2960309648256 -716.9342501746443 -717.8512614193135 -744.7127716946854 -461.3701647358503 -304.0055125115045 -231.75884361137133 -324.9527321341937 -202.68903331703905 -244.21972270547585 -150.37467908859216 -207.13453646311277 -148.45720104156848 -148.45720104156848 -206.5223969966769 -148.45720104156848 -170.22934791758294 -172.1468259646066 -320.9405740278952 -623.0174735236589 -654.6580071019665 -694.107617101284 -735.8592857855089 -711.0191468426609 -725.4236102426648 -727.4366961859637 -735.7512466314772 -761.8101919943653 -494.3163445483974 -361.9693071893448 -231.75884361137133 -328.4408776293216 -202.68903331703905 -251.81518408492445 -150.37467908859216 -208.1981930563428 -148.45720104156848 -207.446987671576 -148.45720104156848 -173.41792546599223 -170.22934791758294 -172.1468259646066 -353.62399839296745 -649.3968612367503 -658.4807681663433 -676.5850173925498 -710.7601901908844 -680.2447718244107 -698.7136514671829 -715.5877535080938 -716.5507468016217 -743.6265948778595 -479.52348681929226 -312.51169321098865 -231.75884361137133 -332.94584832706715 -202.68903331703905 -260.14661627302854 -150.37467908859216 -207.59265308450492 -148.45720104156848 -207.1545511144564 -148.45720104156848 -169.1335120987957 -170.22934791758294 -172.1468259646066 -323.73407964493947 -605.2128816599115 -612.0073163324864 -613.1135126836192 -645.2115579870145 -628.6432421169917 -644.3107221201902 -641.5820563003546 -648.4492696065499 -667.6271310784517 -396.5394163287364 -259.1355408225745 -231.75884361137133 -289.06073253793977 -244.71678741166068 -228.392563010752 -150.37467908859216 -124.04195168473466 -181.9330653465701 -124.04195168473466 -124.04195168473466 -124.04195168473466 -129.53726565619326 -166.65151199314798 -311.25844971569666 -280.6580454664523 -280.44241347853125 -284.77358599666576 -289.6681166794981 -223.8962442984017 -134.29900008499447 -246.37261722005368 -134.29900008499447 -249.96692520509296 -89.53770959746585 -93.02156511224526 -125.94430110934974 -125.94430110934974 -139.2555827238319 -168.58089960613597 -167.74291161289275 -165.2655345412956 -165.03404450776569 -166.7932743451174 -164.66791278090835 -175.42170835601732 -168.4080417633533 -176.94314628055616 -166.6014600569257 -140.26005659838967 -130.3743054471457 -140.90159549824534 -130.6568840997663 -130.2001966053086 -158.4590154431982 -89.53770959746585 -89.53770959746585 -89.53770959746585 -134.90324955403202 -167.86705684057637 -167.11505447303568 -166.93513141872953 -166.866279054928 -166.82642224887496 -177.40234118422646 -189.54351588684395 -199.4001186307416 -189.0513901787173 -199.37370794135285 -189.09908042135987 -254.51422250816128 -222.40831092245543 -277.1600283787422 -550.5507473243206 -567.667289049181 -583.3339729897299 -603.7943285494085 -576.1465153137341 -581.2306409994784 -586.3525037309515 -586.7419184086532 -619.4815404680046 -359.781370779121 -315.1253420754681 -231.75884361137133 -296.266116039543 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -183.91398277798208 -148.45720104156848 -201.43139845159004 -163.9699839488037 -255.47558396746115 -222.9038556849524 -277.39028794858604 -525.8448940180499 -557.8326625756291 -570.5877126496362 -605.2016486290972 -591.2075553103061 -618.9084634567744 -649.1440973209278 -660.6285526619517 -683.5386767426883 -382.2582075249052 -328.2961864716911 -260.3788382102783 -289.0794093078512 -290.43808462985 -222.37921513280773 -150.37467908859216 -148.45720104156848 -148.45720104156848 -161.84020083508406 -176.09871871723263 -190.1960631837985 -263.47532676229645 -225.0666333307103 -311.2885670866698 -571.172844110542 -579.2062802914377 -587.8717182469953 -616.4077031684665 -600.897518011696 -614.8428375365481 -616.7280142803272 -613.0602526268451 -641.1892262253134 -388.7643922353552 -314.6247996196799 -231.75884361137133 -347.7893708847666 -202.68903331703905 -223.44106677605456 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -205.54964756132284 -148.45720104156848 -170.22934791758294 -172.1468259646066 -341.94125455060424 -586.517244610566 -588.9761429718203 -593.5026108981984 -618.362503363211 -599.2463918124862 -610.8450981304587 -614.2883705309448 -619.310067866891 -643.1300968740113 -385.8627498983265 -310.7708586389611 -231.75884361137133 -347.1923279093321 -202.68903331703905 -223.28328938604503 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -318.3645922899137 -579.8461508828989 -588.7127786854597 -593.9382130903637 -630.8367393009997 -622.5503709741515 -645.1027101311076 -657.4609100522644 -639.6279825022866 -667.5498080714506 -410.1102528758401 -299.8928384222555 -263.3750245919635 -323.04197401140914 -256.29595078379 -228.3916447135145 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -147.984397736036 -166.65151199314798 -322.13956069506025 -308.8957114852591 -337.3156266516866 -369.1799491377808 -390.5984719453362 -170.9870624511267 -211.05471043300815 -198.01734880197412 -198.68966562239905 -195.55811398189772 -89.53770959746585 -149.9222266875383 -125.94430110934974 -125.94430110934974 -125.94430110934974 -182.76106794865387 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -125.95942973175836 -125.95942973175836 -89.53770959746585 -169.67113918341693 -89.53770959746585 -138.71579617133818 -89.53770959746585 -192.1675990702264 -89.53770959746585 -190.38068617089505 -89.53770959746585 -120.58677423374756 -125.94430110934974 -157.59822477499608 -125.94430110934974 -125.94430110934974 -167.13127635460182 -125.94430110934974 -181.24894691901315 -148.45720104156848 -180.02391494895562 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -364.2058957381725 -608.7826544238803 -601.9456626741617 -594.0568709530784 -606.3012572130109 -572.2598370765062 -572.7198122777019 -571.4364805285829 -570.3487134561161 -597.7385737707729 -346.73512553628694 -308.0629632843893 -231.75884361137133 -294.5791571474183 -202.68903331703905 -166.65151199314798 -150.37467908859216 -169.3623733004363 -190.9170463864931 -189.89481623271996 -148.45720104156848 -201.97037901211627 -237.1927598252588 -251.66350822771707 -280.1246458699562 -525.6891424431514 -557.331122052357 -560.429840622038 -585.9419530183048 -565.1567997990751 -579.3911198177175 -592.57500140161 -596.6705883595946 -630.1699411093157 -365.9228488519311 -312.33821783868666 -231.75884361137133 -348.0873506030613 -202.68903331703905 -166.65151199314798 -150.37467908859216 -158.4349112978003 -161.52294294394216 -190.06007507877572 -189.86883644592223 -189.5805449395464 -211.48351758686024 -212.92212465979995 -318.39619033583284 -580.8401613152602 -595.4024729249028 -605.3151290106231 -639.7736754117107 -630.9126814186249 -652.1459870013642 -680.7285419771016 -708.2584167833603 -729.0581566372945 -461.1181248569596 -295.151380498386 -269.00484171773854 -326.2115058165477 -202.68903331703905 -223.9177858929785 -150.37467908859216 -148.45720104156848 -148.45720104156848 -212.45399919283628 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -427.037618694129 -683.557475812593 -693.6675301557538 -609.609980980073 -624.6621417908532 -600.391156196497 -605.3100793043126 -608.3460725923929 -595.8841738439579 -626.9480271548472 -374.9158096521192 -312.3711305857128 -231.75884361137133 -349.4166338410649 -202.68903331703905 -222.5246622388557 -150.37467908859216 -148.45720104156848 -148.45720104156848 -179.65700611836905 -148.45720104156848 -148.45720104156848 -192.02679386148904 -172.1468259646066 -313.6803434596628 -570.0841834835264 -575.7189232455112 -593.1948265360718 -627.8957098040571 -604.2130121570688 -604.0934445641635 -629.1525638267838 -633.2525913539246 -666.8733461200502 -409.2606540948861 -318.7769071850884 -231.75884361137133 -347.09476541027345 -202.68903331703905 -223.25515578059424 -150.37467908859216 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -129.53726565619326 -166.65151199314798 -300.5819257486945 -304.09816029861514 -300.07113077062604 -304.3343937629775 -310.6008468834896 -208.20338799597627 -134.29900008499447 -242.0754851584173 -134.29900008499447 -234.13516220729448 -89.53770959746585 -129.44328524653773 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -166.76356454674442 -155.10985667120352 -165.2493317170486 -165.00006814844397 -167.11275554761548 -168.17867864651814 -177.40367426180552 -166.64731060676064 -140.3791248136882 -130.3269871461287 -140.7664623991503 -130.319441839671 -140.72571993190817 -130.3859991199884 -130.4083531930481 -130.48576692507524 -130.20237718672826 -134.17059523667837 -166.88949637111705 -172.61799817680824 -166.63437675859828 -177.07656369615026 -166.3464764872094 -176.591042883094 -188.64389324666183 -199.48917465347284 -188.6882649527067 -199.25501823240296 -188.8748762458115 -278.22740477230576 -214.75552177343448 -277.2909758922632 -526.2519674584152 -563.366453689968 -595.6404257096867 -634.0248330260619 -626.6706931983601 -658.7935355080227 -689.5762570530238 -706.1996810280725 -740.2824174588435 -432.7278148955866 -325.6027041709228 -231.75884361137133 -331.9228525620084 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -205.27292795014492 -170.22934791758294 -172.1468259646066 -339.8841958136952 -598.4579410622006 -623.776370949263 -643.8834780435944 -681.9352919869326 -660.329808189716 -693.0615782310338 -712.4110259041512 -699.8466757477797 -727.8477342656458 -422.0554290646066 -323.0582144700496 -231.75884361137133 -336.0737984416133 -202.68903331703905 -223.60620176842548 -150.37467908859216 -148.45720104156848 -207.1557268527648 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -318.6095045686609 -565.5735381768958 -576.037341637068 -597.4988092156078 -632.2192377044039 -615.7819339169947 -637.2760927979577 -626.7742504676454 -616.3067476561906 -647.1163697002696 -386.604412351007 -324.0347177355434 -231.75884361137133 -346.8115193383818 -202.68903331703905 -224.62509349580083 -150.37467908859216 -160.52376405306046 -148.45720104156848 -204.4703903560396 -165.192398660774 -182.1566660977955 -211.60415397426095 -213.34716305009323 -311.9818970835703 -562.7794260670311 -563.4543917835075 -563.9616178947554 -587.5341446686352 -563.6063466154983 -583.5198503542134 -581.9972490779943 -574.4061344181725 -601.5054043993242 -349.74574956050174 -321.4511220843212 -231.75884361137133 -304.2182315922917 -202.68903331703905 -211.837956142712 -150.37467908859216 -201.59949482272464 -148.45720104156848 -201.0301940020456 -148.45720104156848 -206.70394859569177 -225.04695782315747 -254.8379089088454 -277.3574569653196 -545.3876415618284 -561.1958935310728 -573.026807816163 -601.0893145630858 -585.5774083640285 -606.623834566141 -616.9880736490915 -630.4781386300325 -650.9773757336175 -379.4567443255745 -320.5578127264791 -231.75884361137133 -346.46896524814315 -202.68903331703905 -224.02917563323464 -150.37467908859216 -124.04195168473466 -124.04195168473466 -154.48984775763424 -124.04195168473466 -124.04195168473466 -129.53726565619326 -166.65151199314798 -307.3117692437326 -326.85549307021233 -332.5091041275305 -343.78670059641166 -363.2263007360515 -192.89640277745428 -147.0037434396404 -223.83267973665008 -202.9879955968168 -137.78285559977385 -99.97802415012406 -129.44328524653773 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -125.95942973175836 -125.95942973175836 -89.53770959746585 -147.5712867723777 -89.53770959746585 -89.53770959746585 -122.93126994761248 -121.59712391156624 -89.53770959746585 -150.64631088321946 -89.53770959746585 -93.02156511224526 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -193.24343833224916 -148.45720104156848 -200.7276521362182 -170.22934791758294 -224.5908251582202 -295.74111050350507 -581.6074326028518 -587.9007484344991 -596.6795854293061 -617.7385393418061 -593.2478060840405 -574.0034684897433 -573.5176013004804 -573.9311189852457 -605.6541183811323 -391.07504436709297 -307.41429168793576 -270.40552872971864 -304.64611224304423 -202.68903331703905 -177.16788026654226 -175.4915833959472 -190.03288449452236 -189.8323899541592 -189.28604978860056 -189.5622821087223 -189.66425291603937 -253.4160717827332 -217.54365047023643 -240.74134782808224 -526.1993594337157 -541.3258447531169 -525.5986598619612 -582.1469454050853 -554.9109470063768 -561.4651996020887 -564.5169897455859 -573.1145784712967 -597.2165115261114 -385.628472186775 -309.0724509694911 -259.0801334837034 -284.90949868351686 -257.57190472398963 -166.65151199314798 -150.37467908859216 -161.92932524297734 -148.45720104156848 -190.61179724910255 -175.51728791200156 -189.4256236530902 -211.07940970506684 -213.10733868933443 -281.8248307628326 -566.054466571151 -563.5792535162461 -567.5830638622955 -587.7130700210855 -568.1259196177477 -573.260596421355 -574.1887233636912 -574.4434662039756 -606.6682452202159 -395.12619717928783 -317.6229251594581 -231.75884361137133 -332.10768871079006 -202.68903331703905 -166.65151199314798 -150.37467908859216 -178.19069780526448 -148.45720104156848 -200.7892727413141 -148.45720104156848 -201.1212097339923 -170.22934791758294 -224.6419793981349 -281.8807689639562 -569.7669372892298 -571.1987749952633 -579.3560812579773 -603.7788762556763 -580.056826007283 -593.8558985384154 -596.7687705957813 -588.8683806332299 -611.8798100620718 -400.2112295762674 -308.50763522899445 -231.75884361137133 -335.89317648803404 -202.68903331703905 -178.71438766398325 -150.37467908859216 -204.30975880249903 -148.45720104156848 -148.45720104156848 -161.8889100190899 -148.45720104156848 -212.45773103652795 -213.8212584792771 -362.6468647879067 -641.2549916225015 -643.3041589899887 -655.0617780052014 -632.7930424606783 -598.1099953517811 -591.283353174643 -597.147478899371 -589.8998809680911 -617.4104607024279 -406.367137209013 -310.0325141525296 -231.75884361137133 -296.460884750212 -202.68903331703905 -166.65151199314798 -150.37467908859216 -161.5229519655678 -124.04195168473466 -177.51182483402778 -124.04195168473466 -175.5007256289094 -146.39844083323337 -218.4412552370272 -233.52107562528937 -233.50652203225715 -266.124378579674 -269.08885581040784 -286.54877810709587 -231.5587263194012 -134.29900008499447 -244.92475867745907 -134.29900008499447 -247.3201038707764 -125.95942973175836 -171.32398468961884 -125.94430110934974 -179.1758873478355 -125.94430110934974 -177.35028702462614 -125.94430110934974 -187.1806762224094 -124.04195168473466 -186.39930887636217 -124.04195168473466 -186.52116123973693 -127.52580719951403 -188.3183097609885 -89.53770959746585 -151.90465650557076 -89.53770959746585 -152.57773147374945 -89.53770959746585 -141.69998339478346 -89.53770959746585 -141.82084863847993 -89.53770959746585 -141.79915894682387 -129.44328524653773 -178.1016108718631 -125.94430110934974 -178.17642936191783 -157.53969965564102 -178.17400487934913 -165.7805649895596 -201.0102406421248 -188.18393988790848 -200.6124982082704 -188.1734747152449 -200.9514127350921 -210.12101909211663 -224.233766200016 -283.8560704710842 -583.5432327299213 -593.3743333044215 -594.5129922964417 -622.1300986262645 -596.3197878565212 -588.486870580982 -583.9692803845513 -595.4713446367227 -611.6509755131807 -396.6335116046166 -312.54942763593743 -231.75884361137133 -308.30001742201694 -202.68903331703905 -166.65151199314798 -163.87387680868227 -176.0723953074078 -190.0517961203495 -190.06715117356924 -189.48338997611648 -189.66352773384 -211.28364551653465 -213.07491102155848 -290.1012758394911 -596.4613994213777 -602.9275755077357 -603.7473415654828 -625.9345170319978 -603.0699480307792 -605.5116589962189 -607.1095844776548 -608.23575583459 -627.9861244779329 -410.367650671895 -296.7009265344312 -231.75884361137133 -346.8000498827578 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -148.45720104156848 -157.94928212437944 -178.35261758672556 -189.0154667400772 -263.0186879556719 -221.59728802713704 -240.6782954639023 -549.0244430020404 -565.5053054312015 -580.9021022208972 -613.6516650898093 -604.3323010062952 -629.5929108796873 -639.5608727298326 -638.6112619701464 -644.2028925036828 -413.888727508759 -328.9911192625284 -231.75884361137133 -336.24609974013 -202.68903331703905 -223.49373048978157 -150.37467908859216 -148.45720104156848 -148.45720104156848 -204.60358771689576 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -344.2057132756175 -641.1408066636988 -654.8819210485977 -666.0962618805466 -711.3691161173352 -689.5080102627342 -680.9690311516475 -684.4653058371013 -685.367987940666 -725.2730673921335 -509.74956160117785 -337.6846560259144 -231.75884361137133 -279.97514751296785 -202.68903331703905 -187.2326256792406 -163.31444667195774 -189.7448785868746 -190.0444713156104 -188.8835626713573 -189.1142849749601 -185.8988335209864 -210.63611097222991 -209.4606615501672 -272.9215233139975 -556.9082670026974 -526.1669425993522 -550.9681959892181 -582.1808225509575 -556.7671112383808 -564.0843446650407 -568.4022847860969 -565.9881030650995 -597.7749514664878 -386.171912100807 -323.8051733667282 -255.89074498300675 -294.7443560064546 -247.9247002538045 -222.44315899851557 -150.37467908859216 -175.69411891789983 -124.04195168473466 -172.2557765190875 -148.81947217088893 -172.35535892496222 -221.56841287110933 -228.41929425028005 -235.7287410326664 -233.43780296898493 -253.51585839790013 -269.78093147728845 -279.4262031320251 -208.8376259518353 -134.29900008499447 -231.9754732817669 -134.29900008499447 -223.65707844081544 -125.95942973175836 -129.44328524653773 -125.94430110934974 -149.0727931892901 -125.94430110934974 -179.37182139181178 -125.94430110934974 -186.6118995350569 -124.04195168473466 -186.6252302692571 -124.04195168473466 -186.36620500562967 -127.52580719951403 -187.96581134510447 -89.53770959746585 -151.57169313729443 -89.53770959746585 -151.63213884663585 -89.53770959746585 -152.36261764044346 -89.53770959746585 -152.35185438258426 -89.53770959746585 -152.41720641314728 -129.44328524653773 -188.6586504605257 -125.94430110934974 -188.8630550688388 -125.94430110934974 -188.92067865227975 -125.94430110934974 -210.83545520802804 -148.45720104156848 -210.70101122456265 -148.45720104156848 -210.6989321551304 -170.22934791758294 -235.07761155030107 -279.0740536528632 -572.178538875883 -577.4903524400941 -581.7537723981254 -606.7020776155974 -582.9565069861005 -588.9471179930681 -580.9603105469819 -581.3312829894853 -602.7097635079746 -392.5996481779722 -304.45996117547395 -273.7786057074927 -272.168114926942 -278.02537415868505 -219.42982554968805 -150.37467908859216 -201.1701509067816 -148.45720104156848 -200.6146487611984 -148.45720104156848 -200.1804909782876 -170.22934791758294 -230.0255301924016 -240.83814105463415 -548.9284884258298 -555.8720791064402 -560.7464283610365 -582.4892578234427 -551.7310561877338 -556.468363448365 -559.0503316007337 -556.7117730267968 -553.2514703299507 -374.71640655782255 -322.0244198297955 -231.75884361137133 -309.83242397437454 -202.68903331703905 -166.65151199314798 -171.2923152568446 -191.0835850421568 -189.3954357899164 -189.33981185093728 -189.16963908285317 -189.7079752778621 -261.0969962203551 -227.2670525859066 -240.29144694595607 -525.686430205217 -525.5787265331684 -525.5760722655984 -545.0163029856232 -520.7160236982905 -540.3195715675878 -561.8230073853081 -558.5396175622706 -582.6805618370519 -343.7034635242938 -324.06842437263225 -231.75884361137133 -310.3680200454722 -202.68903331703905 -166.65151199314798 -160.35464707767244 -191.28384247341685 -189.62538147422367 -168.50331067160823 -189.3697333432306 -189.45776265757 -238.6659255646405 -260.1545909148189 -240.5309661195739 -525.6052381455811 -525.5498857410383 -525.4515795551141 -580.6860212194066 -553.4388492622685 -558.1066756378351 -558.5967217510507 -558.1790472866437 -583.899065946526 -343.70485054540944 -300.0466872247678 -293.1379455154291 -311.76403154650376 -202.68903331703905 -166.65151199314798 -158.3627357866208 -148.45720104156848 -203.59576698404385 -164.06763135782018 -200.6617397759406 -188.12210551893472 -254.47735919431284 -221.88362334426012 -241.0373685959555 -525.9840439293305 -525.6342933124349 -525.3698888029065 -584.175821364307 -559.6582965292307 -577.2153008975116 -582.6591816573571 -578.3652369416224 -593.1213223076161 -348.5940007609909 -333.6226959738961 -231.75884361137133 -333.6223516746734 -202.68903331703905 -166.65151199314798 -160.31627797747234 -166.97037740136247 -165.17536617825928 -166.70728826643253 -164.61754129954582 -175.41783677207707 -189.8693374166857 -235.6146148887074 -205.21361228066743 -233.35738762495475 -270.04518325316377 -293.3952080208157 -322.2226742826071 -182.01933859846048 -134.29900008499447 -265.00878338718746 -134.29900008499447 -226.7300700389372 -182.3058381631845 -129.44328524653773 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -124.04195168473466 -127.52580719951403 -125.95942973175836 -89.53770959746585 -131.89871407730033 -89.53770959746585 -145.6920470708492 -115.60251879477435 -99.79681657122 -111.8285092211614 -148.767551179666 -149.800597991447 -89.53770959746585 -129.44328524653773 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -125.94430110934974 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -148.45720104156848 -170.22934791758294 -172.1468259646066 -386.78543099379925 -668.5178004573249 -621.5342656007957 -640.6777398262527 -675.9007745709315 -634.2170419788105 -623.2543760731223 -614.2645579803008 -614.9476994578278 -632.347138999919 -417.5130291414228 -304.37840128756943 -231.75884361137133 -311.689746103791 -202.68903331703905 -166.65151199314798 -150.37467908859216 -148.45720104156848 -174.8313765077463 -189.2140476811973 -189.281902579531 -189.34568710007943 -211.90575104210708 -212.7610408982137 -245.45892918839905 -526.0977553944706 -525.8861002174434 -559.3366290272787 -545.2113717459973 -520.9122001448196 -525.7049067901902 -525.6841681270417 -555.3261654728525 -553.2665721488421 -343.930878066747 -329.15943022879264 -234.51310231569764 -299.9439072216344 -248.0616952756097 -222.76129803284863 -150.37467908859216 -200.2729076786783 -148.45720104156848 -200.1190687662957 -174.93606546550566 -196.617966982217 -262.3490779818575 -225.2540772190472 -240.89919564873463 -526.3000389768252 -526.1548056372977 -525.8096522422062 -545.4217070975395 -551.9127111988929 -556.7222499342679 -556.6846492399856 -556.6878746248609 -584.2217270390075 -343.7256731716777 -315.5037963045571 -231.75884361137133 -309.5512706037957 -202.68903331703905 -166.65151199314798 -160.2972801899973 -191.25721337240628 -189.68274304592484 -190.0439069176373 -189.6194765580948 -189.5731173789513 -217.3723529152449 -212.48625565017565 -275.7733182463918 -567.2113325934907 -572.8507535324703 -574.1201611213721 -582.213296288998 -556.9363422760174 -559.8407333131001 -560.8091361927253 -560.6542247695859 -588.4921779117486 -378.6778704213304 -327.1808835387801 -231.75884361137133 -309.0710734380894 -202.68903331703905 -166.65151199314798 -173.83481341092076 -148.45720104156848 -202.0533302035937 -148.45720104156848 -201.1437588840529 -148.45720104156848 -223.35829488574277 -172.1468259646066 -362.0470500580652 -629.954726091032 -642.5177912799616 -648.6395041861879 -659.2071144041754 -635.4002562139817 -596.1423312667052 -586.435546769116 -579.3271500024535 -611.6958663107006 -397.19857745335497 -332.0787445260179 -231.75884361137133 -310.34025822630025 -202.68903331703905 -221.75853284499357 -150.37467908859216 -176.2626241076854 -124.04195168473466 -167.705298123371 -146.63938657846853 -172.2752171077662 -169.4983136601854 -210.7192295825072 -265.8791969918296 -264.632810395961 -263.45237361368413 -233.45746077744772 -242.96534605288343 -254.16178747947183 -134.29900008499447 -263.90253064722697 -134.29900008499447 -258.5618204487 -125.95942973175836 -176.99737536727048 -125.94430110934974 -174.2290144261003 -150.71726234978337 -173.36670975456454 -165.84518391909506 -170.95056186377474 -163.68502017739024 -172.0828874784586 -163.74243164764258 -172.0432585902733 -167.2030880358111 -174.00548784853763 -165.48849555607114 -137.42314979402298 -128.59813793691316 -141.45077140326595 -129.03419936272718 -141.72593345064652 -129.35389620522614 -141.0222613436393 -129.15772180905543 -140.9459211398675 -169.0471844809093 -176.08711180497224 -165.412144091921 -187.23345240338847 -165.23200366621458 -187.8483650999154 -165.21632051776936 -210.402191620152 -187.69326200302547 -209.09033079514057 -187.6602015454565 -199.91365956851783 -268.26789358535166 -218.55129990707465 -277.9148587938196 -526.7228957834184 -526.4494223719186 -526.3249319250366 -545.7725787409312 -521.4042354451528 -525.970335537576 -525.8543439565246 -525.717639242473 -553.5426125887936 -344.1544607143129 -332.0968921901561 -244.63886816508253 -305.83469394960406 -248.0764660144797 -187.9237559272746 -193.14991859069065 -189.50358534892592 -196.22458038188856 -185.4725171366457 -199.53477853283675 -184.26853110012053 -270.1341190197233 -203.29903437250928 -277.9872325961149 -526.6886707759343 -526.6104981885732 -526.6103159287854 -546.1043556148779 -521.7046801278575 -526.5439795866 -526.5428308798914 -526.5983412494204 -554.2694853197607 -344.89376707841484 -337.5655300318311 -231.75884361137133 -306.3119601733732 -202.68903331703905 -203.9894630513756 -150.37467908859216 -199.34592473069333 -148.45720104156848 -208.35324997851535 -148.45720104156848 -201.4978638299814 -238.61211204209093 -243.38702751075223 -278.0700476580385 -526.7829526087505 -526.7124709571453 -526.581245198388 -546.04173334209 -521.7346751445575 -526.4814295298684 -526.531770080677 -526.5817674115631 -554.1416442948862 -344.8598217777188 -338.05985045793847 -231.75884361137133 -307.96788058580285 -202.68903331703905 -202.90744071582665 -150.37467908859216 -195.65019956552317 -148.45720104156848 -196.4124668777794 -148.45720104156848 -194.79631394539973 -262.0274026162367 -225.07100559832756 -278.7783038865795 -527.390021873536 -527.0731602638289 -526.8578859090239 -546.3445054360013 -521.818913635238 -526.5627549489898 -526.5478333609472 -526.5914234064913 -554.215660147125 -344.9282418580616 -336.6512561147435 -231.75884361137133 -307.6135652183618 -202.68903331703905 -209.66536564437732 -161.49450932735093 -193.38546345421176 -188.1568678409397 -188.13758935197663 -187.8335110177788 -183.87135029405212 -271.58946576130904 -214.5288257571505 -278.6366213759317 -527.2086819721154 -526.9077086573772 -526.702481200443 -546.2033862830784 -521.644484119134 -526.181248390251 -526.1547139659614 -526.1477444025801 -553.8181321245105 -344.6691699200141 -340.4012509249699 -231.75884361137133 -308.6628990856757 -202.68903331703905 -217.90150905360656 -150.37467908859216 -181.08955781790888 -124.04195168473466 -179.1788779531586 -124.04195168473466 -175.88429845934604 -221.91901463772112 -230.1740211454695 -271.6785581844366 -234.09063359172143 -234.2032061847768 -234.10832599214925 -243.7950560304673 -250.1625202874162 -134.29900008499447 -257.9942687751607 -134.29900008499447 -260.6635510107671 -125.95942973175836 -177.03960981327282 -125.94430110934974 -175.27402270855137 -125.94430110934974 -182.9101297019691 -125.94430110934974 -180.3312177009374 -124.04195168473466 -180.15977492712852 -124.04195168473466 -180.14416014758245 -127.52580719951403 -182.17366447831 -125.95942973175836 -145.08746192634524 -89.53770959746585 -145.4540595653054 -89.53770959746585 -146.09054034452555 -89.53770959746585 -146.35369217404212 -89.53770959746585 -146.53026237106866 -129.44328524653773 -185.24741628363745 -125.94430110934974 -181.3213186915913 -125.94430110934974 -189.4589010452326 -125.94430110934974 -206.0181095398669 -148.45720104156848 -206.8601475222676 -148.45720104156848 -210.44230885351988 -235.7170286054225 -252.6807526269312 -280.10185434830225 -528.4666242787279 -528.141857799464 -527.5697674200572 -546.7491314007523 -522.1397004984825 -526.7959979831011 -526.7939956851719 -526.4138761328501 -554.5258274672386 -345.43749587485195 -326.60788526315105 -272.5391515626766 -304.9194749309917 -257.7183806646585 -224.7981506654173 -150.37467908859216 -204.7530233714876 -148.45720104156848 -201.2426964111405 -148.45720104156848 -196.72723909563297 -262.0466235257909 -224.34724514724587 -278.75038301664927 -527.4514105297759 -527.1280249734062 -526.8905337313672 -546.4034277363517 -521.9218094136362 -526.5504164341152 -526.4735176581916 -526.3789723086892 -553.9278517586051 -344.50462273363536 -338.216611875123 -231.75884361137133 -300.7664838099331 -233.81025819381168 -220.4944439586925 -150.37467908859216 -200.65661600011117 -163.22721361424206 -199.8053105108584 -188.38708931593527 -199.8425831519842 -286.71244503121807 -234.89422295328112 -277.3723169396216 -526.1826558863254 -556.2946043350971 -556.8536311981617 -576.2297661250687 -553.5293001182492 -556.4872896789167 -556.5248415443863 -556.4156481054905 -584.1369405368387 -376.57733355251 -324.9652179883506 -231.75884361137133 -310.096441018594 -231.0193851525493 -176.01546559741655 -160.3263270120217 -190.1279260562115 -190.4175224753097 -189.49012621555423 -189.2082158706034 -189.2024306014596 -211.06592028037767 -212.8752168861633 -321.0196412156833 -568.1397632982844 -569.1114168276191 -569.8175746628366 -585.9053652226138 -561.7948745087307 -570.7331659330994 -572.1077154876095 -569.2270390220399 -592.9592054564878 -382.6153781549808 -296.66180750627325 -257.12982033420207 -284.2388724660481 -257.6044111124487 -166.65151199314798 -150.37467908859216 -148.45720104156848 -179.09551021560566 -148.45720104156848 -201.803038850778 -148.45720104156848 -222.21919625535185 -191.79975910866048 -277.24700201638467 -526.1029366145676 -525.8763113764667 -525.7027121924918 -545.1678400158954 -552.4950304733316 -557.1639273326016 -557.5695442809418 -557.7481831946657 -585.4016132029307 -375.1657505985691 -305.43556809506754 -275.6343614752385 -284.5338161340993 -257.4826219539501 -166.65151199314798 -167.12568696606624 -144.4533622561282 -165.58233122230777 -165.35734237895463 -164.8747698475426 -150.95829056222234 -215.2106908623131 -216.26612641498116 -272.43118817147774 -233.3605507881505 -232.98385783763192 -264.0314258798098 -279.82927807066 -205.63078298846875 -134.29900008499447 -221.49129336767015 -134.29900008499447 -234.70901273531055 -125.95942973175836 -161.61836811212902 -125.94430110934974 -178.8747411742394 -125.94430110934974 -177.3157291444367 -148.54289582952288 -175.22450763923334 -163.8276550850426 -171.5328951940536 -163.6185813604909 -168.8491376860621 -166.97860331223458 -169.79660774629073 -165.35031237246668 -136.98570243592312 -129.2184209323932 -136.16364854695234 -129.1543664647028 -141.05221487704878 -89.53770959746585 -150.1912963823534 -89.53770959746585 -149.46467358818674 -129.44328524653773 -182.79009851787384 -125.94430110934974 -180.6781929557889 -125.94430110934974 -179.75836308132278 -125.94430110934974 -206.6627070503531 -148.45720104156848 -209.2508069740764 -148.45720104156848 -209.5671939488225 -238.465315467947 -254.37126331674884 -277.56857765420875 -526.3515089742586 -526.2427817022059 -526.033413063762 -545.3401767899926 -556.4536530774722 -556.5509532893136 -558.224316931956 -558.41294093075 -588.9678696846614 -376.44210899519584 -323.033071425571 -231.75884361137133 -308.1918479576605 -227.84055793945416 -187.99552317344592 -175.3026856754252 -189.7946457629477 -189.86897664423984 -189.59773248204303 -188.85472314866743 -196.71380421072652 -259.42170121103464 -241.15702150036373 -277.43476079119665 -526.2765637121742 -525.9927916362337 -525.8009135404778 -545.4355147766976 -520.917720698932 -525.5789328398536 -525.5412472304515 -525.6480816317221 -553.1941077183163 -343.9807199053625 -330.5087751942946 -231.75884361137133 -309.4204488518969 -242.40314498370603 -166.65151199314798 -168.9969324024794 -148.45720104156848 -202.35153534631925 -148.45720104156848 -205.84234726357357 -148.45720104156848 -290.81303817960696 -172.1468259646066 -277.5262276697418 -526.4171000873916 -526.2503659616607 -526.1637015137686 -545.713624844263 -521.1589802870379 -526.007021498854 -525.8125057917551 -565.2124117610285 -591.838036743659 -379.15983901368594 -330.13771568856123 -244.6733020421708 -302.12199084112655 -248.10591567880925 -217.04230641852104 -150.37467908859216 -201.51769045425425 -148.45720104156848 -200.9485241104805 -148.45720104156848 -201.3130118236692 -240.7023647643813 -271.97971268840314 -277.3023528355879 -525.998793371737 -525.7226068621386 -525.5922256758807 -545.2609394951558 -520.799068701533 -525.5552308516675 -525.818949459569 -525.8246154069184 -553.5496152845085 -344.1682502956937 -333.021376136683 -231.75884361137133 -306.9545373712792 -202.68903331703905 -220.19889697267035 -150.37467908859216 -195.74792482598605 -148.45720104156848 -201.7961644685307 -148.45720104156848 -195.55282155685157 -238.3118064623289 -228.34085659547324 -278.1690280750024 -526.6806307957132 -526.5470475099396 -526.3768860090877 -545.9354128214519 -521.5497146424598 -526.2125300959832 -526.2106809569966 -526.2446946190837 -553.9148633414984 -344.6181630409993 -327.972893348058 -268.1770893890089 -288.82490202792206 -258.9384049046702 -211.31853568671437 -150.37467908859216 -169.6084749178714 -124.04195168473466 -175.0842680365987 -124.04195168473466 -175.1519371073456 -197.10813003914572 -230.7740916021293 -247.1914906305884 -233.92293994027548 -233.75372103573773 -233.56835879980773 -242.9774882753074 -237.47793981397623 -134.29900008499447 -222.46887599766703 -139.09355165830226 -227.048880391568 -125.95942973175836 -183.2915200540082 -125.94430110934974 -177.6345489574378 -125.94430110934974 -182.56450590098515 -125.94430110934974 -185.8714218442012 -124.04195168473466 -186.0326415754907 -124.04195168473466 -185.17989600970836 -127.52580719951403 -186.68529461938343 -125.95942973175836 -150.6331803643254 -89.53770959746585 -151.43602744171056 -89.53770959746585 -152.00440704524846 -89.53770959746585 -152.5039124528647 -89.53770959746585 -152.31277495429833 -129.44328524653773 -188.63474394123085 -125.94430110934974 -187.62928170265985 -125.94430110934974 -188.3203573650843 -125.94430110934974 -210.8216618758269 -148.45720104156848 -210.95371159406568 -148.45720104156848 -209.47628510662744 -237.69702981592815 -259.89955720372706 -277.98226114195427 -526.781466088658 -526.6282745013435 -526.6014748308355 -546.1264677398341 -521.7346065916865 -526.5442989677913 -526.3943398055981 -526.6205281808683 -554.3162579308935 -345.1147217482554 -333.3147123239778 -271.21065421140776 -293.6653943699606 -259.0311764191722 -198.00131492224352 -150.37467908859216 -194.57538578483215 -148.45720104156848 -193.6130344053124 -176.72213187408428 -190.39578952933545 -257.7282069619062 -216.8022488223633 -280.06272736368715 -528.458258938601 -528.1174044124882 -527.5335427431029 -546.9490631910254 -522.4329984745807 -527.1578240541027 -527.1594659674156 -527.1104511271573 -554.777261287467 -345.43954661946225 -322.63836783237224 -231.75884361137133 -307.26238222939463 -202.68903331703905 -188.78017469909915 -150.37467908859216 -194.68598627117424 -148.45720104156848 -193.6506104585281 -148.45720104156848 -204.79446542187185 -236.63352273257925 -245.1563480906721 -279.26520180206137 -527.7569187050785 -527.4416428043835 -527.2601516477964 -546.6506749584566 -522.1056813589435 -526.7672195885266 -526.7510124866926 -526.9318875408184 -554.6228903549254 -345.2072455933715 -333.17109152055605 -231.75884361137133 -302.6854837234956 -202.68903331703905 -208.73870807716492 -150.37467908859216 -205.93661536187773 -148.45720104156848 -200.63761468657268 -148.45720104156848 -197.85701662377096 -262.099207839063 -228.4187480624784 -279.22144704771506 -527.9141281510732 -527.7174152278635 -527.4430805654868 -546.8995440118487 -522.4329758328929 -527.1666531196295 -527.0730376782451 -527.0148718214169 -554.6863886884786 -345.4575776545669 -336.8476606198181 -231.75884361137133 -318.42299223712394 -202.68903331703905 -192.9719294129289 -150.37467908859216 -195.16155326979737 -148.45720104156848 -195.04660450378907 -148.45720104156848 -194.4886638511302 -261.940943021289 -225.26184041697724 -278.5676594145244 -527.2769942751091 -526.8981255020188 -526.7494819914991 -546.1474615493375 -521.887137684339 -526.5538083266556 -526.4191697242073 -526.4094200209844 -553.9513124238613 -344.7388148962801 -338.58592812518094 -231.75884361137133 -313.1866594407803 -202.68903331703905 -222.16475456647493 -150.37467908859216 -176.43335406270074 -124.04195168473466 -187.2086006886066 -124.04195168473466 -185.39782906363376 -199.34036485789795 -254.08286875080785 -248.7375299348296 -233.7660881531167 -233.7988829539548 -233.64697222433952 -243.15184308615525 -254.367827857758 -134.29900008499447 -262.8336643308081 -134.29900008499447 -268.64538672292554 -125.95942973175836 -183.0061549861668 -125.94430110934974 -178.11354552439255 -141.49776918052865 -178.1445767734172 -165.68779526014148 -175.98244211591722 -163.68038897971286 -174.70901454765638 -163.65355475923428 -175.2157315912401 -167.01559386375266 -177.06476709108708 -165.21357603833664 -137.3503207464888 -128.92916472890275 -137.4015448617812 -129.23667804686283 -137.61907597662614 -129.25956213458468 -136.8409565098671 -129.28037116016267 -132.751253396143 -173.04210110813378 -167.81188253014278 -176.50739902235074 -172.42207787696697 -176.76842647915748 -167.70466755679615 -176.1702030392032 diff --git a/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv deleted file mode 100644 index b56fa84..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.18974616130354646 -0.12269889028966728 -0.19462671706963247 -0.12269889028966728 -0.18772670994798543 -0.12614502443853504 -0.18564854602690878 -0.1649838661683399 -0.1487301155950083 -0.08856824209449758 -0.15010415394880994 -0.08856824209449758 -0.16079009397055885 -0.08856824209449758 -0.15053839599172372 -0.08856824209449758 -0.14951426301228318 -0.12804174103585667 -0.19346009337185913 -0.12458064206939345 -0.19679614474367121 -0.12458064206939345 -0.196393350958263 -0.12458064206939345 -0.21873788143018114 -0.1468497840924588 -0.21816088641357584 -0.1468497840924588 -0.21853908750575515 -0.2336620823909276 -0.2741296983393668 -0.2750134304628503 -0.5209598480277945 -0.5206405590337445 -0.5204022433265912 -0.5395195652822392 -0.5153841829632155 -0.5200751210301896 -0.519968374195698 -0.5199557614753326 -0.5473082452776913 -0.34031343270097725 -0.3372769007498868 -0.22924948003241857 -0.33011744516689384 -0.24038551281205878 -0.19867841203868444 -0.14874650068978043 -0.19975369105683055 -0.1468497840924588 -0.20556258577163866 -0.1468497840924588 -0.20653072758209978 -0.26134220574678046 -0.24502067419295218 -0.27499838072918664 -0.5209752387465605 -0.5210279272744434 -0.5208636902427002 -0.5399892014390418 -0.5159556682908112 -0.5206633546675383 -0.5205895084514695 -0.5205448983980671 -0.5479339292871318 -0.3410469011021047 -0.3358072432976554 -0.22924948003241857 -0.3183226261388617 -0.20049442244423107 -0.20254893306963093 -0.14874650068978043 -0.20573972744346825 -0.1468497840924588 -0.20822840741382795 -0.1468497840924588 -0.20700614849965854 -0.2609900591094785 -0.24054445197986907 -0.2761316316951951 -0.521977505582929 -0.5213318047034404 -0.5209928691764671 -0.5402607551058615 -0.5160422651150741 -0.5207984337879296 -0.5208559830401583 -0.5208497308924523 -0.5482896395979984 -0.34122191783389894 -0.3356788266086237 -0.22924948003241857 -0.29888975674876883 -0.20049442244423107 -0.21027989616147338 -0.15342314629488044 -0.19244027479107015 -0.18618336976899516 -0.18880914424105885 -0.18578495042613533 -0.1851536482794137 -0.2777307681738181 -0.2139579024496607 -0.27519762062566655 -0.5213210498110651 -0.5210314421621186 -0.5207611129030553 -0.5400645736860654 -0.5158861859705894 -0.5205850756491892 -0.5204503174374802 -0.5204301278236421 -0.5477527166722942 -0.3407528080768 -0.3285621581141559 -0.25532918833443585 -0.3029186954132602 -0.24522709954096508 -0.2008828211755582 -0.14874650068978043 -0.20640780980556964 -0.1468497840924588 -0.20802674808086768 -0.1468497840924588 -0.20697550129828413 -0.23727759258740597 -0.2586252151908905 -0.2758362405924493 -0.5216175779392178 -0.5209483335786095 -0.5201293218061681 -0.539482844251728 -0.5153226492129522 -0.5199894514484446 -0.5199020633653381 -0.519908879953474 -0.5473695231959808 -0.340406445931961 -0.3289412161818822 -0.2501238325272403 -0.3012066377851163 -0.24534192626309642 -0.21061346314133178 -0.14874650068978043 -0.17415099247741214 -0.13938891508281148 -0.17265838444854553 -0.16220885147409814 -0.1629178833763121 -0.21392428685404904 -0.2029745164307709 -0.2656953731636488 -0.23148124312330987 -0.23139218275638707 -0.2313287548286599 -0.24075731393686148 -0.23395428398177304 -0.13284488073294864 -0.2441776301373791 -0.13284488073294864 -0.2610706660141019 -0.12459560688698894 -0.15413496102128682 -0.12458064206939345 -0.17048959633731042 -0.12458064206939345 -0.17334213577472135 -0.12458064206939345 -0.17891669186101328 -0.12269889028966728 -0.17834370485467502 -0.12269889028966728 -0.1777937524615902 -0.12614502443853504 -0.1801487455209497 -0.12459560688698894 -0.14403631356979207 -0.08856824209449758 -0.14448189492221783 -0.08856824209449758 -0.14480344577429508 -0.08856824209449758 -0.14547847490743815 -0.08856824209449758 -0.14419768586845372 -0.12804174103585667 -0.18023017093904292 -0.12458064206939345 -0.18098402946109385 -0.12458064206939345 -0.17987078859082492 -0.12458064206939345 -0.20203703818909097 -0.1468497840924588 -0.20175898662007247 -0.1468497840924588 -0.20325399638800404 -0.23355171305386613 -0.2454546385480788 -0.27604536053841605 -0.5218010170174091 -0.5214850902386342 -0.5212521387217516 -0.5404492593637216 -0.5162916492097109 -0.5210025816507247 -0.5209257409227828 -0.5209290850291294 -0.5483175423821222 -0.3413983050223981 -0.3464317042867699 -0.22924948003241857 -0.32817212185321126 -0.20049442244423107 -0.20042761729271877 -0.173370275782815 -0.18581077697517268 -0.1858107662368375 -0.18951884495094948 -0.18576257710572652 -0.18397228441305605 -0.2745174474365007 -0.19756416384329373 -0.27589875725703034 -0.5216964063567064 -0.5211308505713045 -0.5206710828850303 -0.5395828231375069 -0.5154170944403536 -0.5201836224952712 -0.5200711996106038 -0.5200837438935635 -0.5473454806116013 -0.34045963087797587 -0.32599743440690243 -0.22924948003241857 -0.3104802454292523 -0.20049442244423107 -0.20369307524877206 -0.14874650068978043 -0.19945800017409043 -0.1468497840924588 -0.19831716836803412 -0.1468497840924588 -0.2053705779868339 -0.16838619354609513 -0.2321320908307467 -0.3081932609399365 -0.5658058263060556 -0.5755309629466657 -0.5904954935222622 -0.6108984329827266 -0.5858058332651257 -0.5946063576788617 -0.6004580614103733 -0.6105554332958099 -0.6332343731507049 -0.4247971956613982 -0.32609634263702303 -0.22924948003241857 -0.30268844113871496 -0.22595321877900507 -0.2061073559863058 -0.14874650068978043 -0.18312364035565842 -0.1468497840924588 -0.1914686841088045 -0.1468497840924588 -0.1961584119605443 -0.23358792438346948 -0.24041313230602804 -0.27660041927370205 -0.5226919662991474 -0.5223517829546376 -0.5218172085242239 -0.5408911838706789 -0.5166328722441633 -0.5211216012190608 -0.5210315739054016 -0.5210602891569133 -0.548434914325768 -0.34150191581427897 -0.3133072579892647 -0.22924948003241857 -0.2841277353795144 -0.20049442244423107 -0.19770945893029268 -0.15975765612057 -0.18823781429800343 -0.18609393714601266 -0.18788409454623625 -0.18575395586912433 -0.19045433124553152 -0.2543979215346529 -0.20724720261042812 -0.27537341810764454 -0.5214189346940683 -0.5210928690573643 -0.5206668610877146 -0.5399522412275048 -0.5155924737193357 -0.5199044367328343 -0.5506726756395445 -0.5510508549951049 -0.5783750039544785 -0.3404162660259949 -0.32703097909597145 -0.2621280838720406 -0.30042248392860604 -0.24539688357723882 -0.21584185411374185 -0.14874650068978043 -0.17417449367687338 -0.12269889028966728 -0.17394822984507058 -0.162333983683927 -0.17390226664073824 -0.1675025747754117 -0.2158320006043356 -0.26597759455753645 -0.26061042977614823 -0.26130083463684367 -0.2661531483840147 -0.27628825620461644 -0.23203749479995434 -0.13284488073294864 -0.2421374112238471 -0.13284488073294864 -0.24677537884612732 -0.12459560688698894 -0.12804174103585667 -0.14755124404213937 -0.12458064206939345 -0.17707609517856898 -0.12458064206939345 -0.18036334976018153 -0.12269889028966728 -0.18465915237917646 -0.12269889028966728 -0.18471869022929685 -0.12269889028966728 -0.1870162341604281 -0.12459560688698894 -0.18583308643939286 -0.08856824209449758 -0.1499016662421118 -0.08856824209449758 -0.15072538985225722 -0.08856824209449758 -0.14028329649268578 -0.08856824209449758 -0.14038548251042318 -0.08856824209449758 -0.17971825892707985 -0.16423287705538717 -0.1743567816025672 -0.16404089651304227 -0.16842314024515995 -0.1636084847635071 -0.17261348450736264 -0.18583213353598776 -0.19724285881752912 -0.18571407633697237 -0.1975748805367144 -0.18559822363268924 -0.2619681694094499 -0.21796449408079213 -0.27484510042644406 -0.5208090791820151 -0.5206317402697939 -0.5203394998941675 -0.5395023715034182 -0.5508471300055192 -0.5603752746937735 -0.5678496188273139 -0.5689489612558265 -0.5921295185478439 -0.37778618769789923 -0.3054980289155667 -0.2561602691569552 -0.282494762775179 -0.2545951531807993 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.17013083951368038 -0.1468497840924588 -0.19277877372683483 -0.1468497840924588 -0.22059495054907866 -0.17028291014341673 -0.31971458309374334 -0.5737733174178069 -0.5831169375074797 -0.5727908988000688 -0.5882735387961755 -0.5643975051606983 -0.5650784159337815 -0.5737216752302717 -0.5822973638918225 -0.610138602557953 -0.40155464223013365 -0.3060084599406357 -0.22924948003241857 -0.3009850177889675 -0.20049442244423107 -0.16484709655830804 -0.1774845877899756 -0.1468497840924588 -0.19935579964572292 -0.1468497840924588 -0.19878127676658494 -0.1468497840924588 -0.22505360491264395 -0.17028291014341673 -0.27432406129500697 -0.5206258455002162 -0.5204479723062246 -0.5502029820419339 -0.5395345452928471 -0.5153897445289141 -0.5201239004106641 -0.5199432981305789 -0.5199296669097956 -0.5473489492238366 -0.3401084632984245 -0.32425318665016983 -0.22924948003241857 -0.3086298054321055 -0.20049442244423107 -0.21082023411046266 -0.14874650068978043 -0.19892054686251662 -0.1468497840924588 -0.19809471035720877 -0.17489259250757927 -0.1976884645397262 -0.25950086211756934 -0.22334854141382124 -0.27439479396115546 -0.5206285982022236 -0.5203736801544664 -0.5203506924528134 -0.5396783960224425 -0.5154328003930546 -0.5202008003555254 -0.520171858342791 -0.5201640492179079 -0.5474874102292044 -0.34048559337279 -0.33319101767979864 -0.22924948003241857 -0.30897082563648687 -0.20049442244423107 -0.21980897027982285 -0.14874650068978043 -0.19841982572976385 -0.1468497840924588 -0.20423672751649422 -0.1468497840924588 -0.20572519174863305 -0.2371689220828319 -0.24261898909104618 -0.2747512476990534 -0.5207386614428389 -0.5206884660573726 -0.520613708546911 -0.5398433268596712 -0.515743141607298 -0.5204871174288972 -0.5202992290202444 -0.5205808358374779 -0.5475125252933732 -0.34025647317945434 -0.3243419003353313 -0.2501277299335846 -0.2887135972478119 -0.24503109637076084 -0.2183521746068134 -0.14874650068978043 -0.1747504910515039 -0.12269889028966728 -0.18181459681481296 -0.12269889028966728 -0.17688606902999632 -0.19575962841684863 -0.2299853714965303 -0.24457163630557313 -0.23147754243616844 -0.23125056129618243 -0.23106901723335804 -0.24039440899700162 -0.23139678860528656 -0.14672946775773887 -0.22805192855000608 -0.1773251196932696 -0.24131178113874016 -0.12459560688698894 -0.18014195939529626 -0.12458064206939345 -0.17812804099925894 -0.12458064206939345 -0.18550036346086027 -0.12458064206939345 -0.18101184412544327 -0.12269889028966728 -0.1822313751762977 -0.12269889028966728 -0.1826485758698685 -0.12614502443853504 -0.18418289518515366 -0.12459560688698894 -0.14803383954939114 -0.08856824209449758 -0.1491151738737868 -0.08856824209449758 -0.14697102570855486 -0.12073545969757596 -0.1462811497308749 -0.12869459475371833 -0.1506816384154738 -0.16850955655919778 -0.18288137210851635 -0.16491030524048061 -0.18241878816972898 -0.16501279528844243 -0.18091234654762892 -0.1648304237799015 -0.20220853882957854 -0.18706175259920801 -0.20390753732150446 -0.18716044783698932 -0.200986004666756 -0.2579967633929355 -0.2290372795012126 -0.27547930261317394 -0.5214782988817733 -0.5213190233378371 -0.5211200560877461 -0.5404786943482528 -0.5162223527326953 -0.5211741183915307 -0.5212081255313437 -0.5211713349250127 -0.5485518657636481 -0.3415643891345171 -0.3461718210037931 -0.22924948003241857 -0.3240851841239769 -0.20049442244423107 -0.19076409339973407 -0.14874650068978043 -0.19259192265018843 -0.1468497840924588 -0.19170635469274155 -0.17036344635992767 -0.18793947229565103 -0.25473164675887927 -0.21523345319555662 -0.27678950495706245 -0.5225767616949228 -0.5218686404113871 -0.5214774951226304 -0.5406274159450658 -0.5163809936679341 -0.5210410290438924 -0.5208582681930528 -0.5209369481316085 -0.548120757480788 -0.34129091303793335 -0.33033686197767664 -0.262833686469241 -0.2872595179352096 -0.24493060078790732 -0.2188824556373838 -0.14874650068978043 -0.20556010936869323 -0.1468497840924588 -0.2074324752156229 -0.1468497840924588 -0.20542196898128828 -0.23687633114746778 -0.23989435893049313 -0.2755945218390721 -0.5215286842050006 -0.5212110367885543 -0.520823257090013 -0.5398719038811992 -0.5157188450095416 -0.5200856131849005 -0.5201657287459543 -0.520117596572245 -0.5477425726132986 -0.3404900298781833 -0.329885832686278 -0.2612444043251716 -0.2940927686159882 -0.24516321841066688 -0.2197895051215424 -0.1525013644569525 -0.19345352109656402 -0.18628931359194942 -0.18771253058849657 -0.1857517660439832 -0.17891368006445962 -0.2749163085695886 -0.20188684647640648 -0.27543831094309057 -0.5214061282718739 -0.5211234424568374 -0.5209123833124228 -0.5402270535103807 -0.5160739174660278 -0.5208119679615876 -0.5207934817875428 -0.5206548536376171 -0.5480017593955487 -0.34095191173884143 -0.33780671193224393 -0.22924948003241857 -0.2973853312732846 -0.20049442244423107 -0.21797346576888554 -0.14874650068978043 -0.19792693602838243 -0.18650764612415832 -0.19743208634339443 -0.186042063067362 -0.19761638352207267 -0.2571681627204383 -0.22404423127935214 -0.27479655338469117 -0.5209759257760153 -0.5205168613114768 -0.5202140855986214 -0.5394793792205484 -0.5154727335916965 -0.5202672007208629 -0.5201531589552378 -0.5202289928460925 -0.5477355675954908 -0.3404888971054728 -0.33227793583682413 -0.22924948003241857 -0.31428091908367356 -0.20049442244423107 -0.21094487783252042 -0.14874650068978043 -0.17845953956167424 -0.12269889028966728 -0.17967815172241114 -0.12269889028966728 -0.17696885489400713 -0.199964822252112 -0.22005090724664608 -0.26854647587272834 -0.23226224021149547 -0.23192953484981516 -0.23158356762425023 -0.24089497580515357 -0.23881811168011605 -0.13284488073294864 -0.23958422588535294 -0.13284488073294864 -0.2494796263326272 -0.12459560688698894 -0.1666810470050764 -0.15085062712416805 -0.1620347628958464 -0.16354219021172206 -0.15796247304621744 -0.16320337326596485 -0.15197749181063938 -0.16494399111807445 -0.1494708373605246 -0.1720028497516092 -0.15296112154402428 -0.17508673104138858 -0.15889959290147124 -0.1737835241188412 -0.12141083105062318 -0.13817609560201957 -0.11661148181192198 -0.13806971490098413 -0.12013263739887954 -0.13869309925100975 -0.11688732849406494 -0.1382725390825302 -0.1232512352167763 -0.17774014741700636 -0.15008822836376587 -0.1741076818356692 -0.14733716185183468 -0.17399712215985344 -0.13040379238480412 -0.1736291999005685 -0.17100729598564662 -0.1960712454626151 -0.17738075714064677 -0.1962435026873748 -0.1720972577296937 -0.2710182914072845 -0.20861674902272648 -0.2758029723949935 -0.521902385336121 -0.5216466728984357 -0.521472260369683 -0.5405734176165317 -0.5163743515838151 -0.521083832087909 -0.5211797146869597 -0.5209694955563792 -0.5484068714940258 -0.34127390547760905 -0.33198580838232333 -0.22924948003241857 -0.312449655458372 -0.20049442244423107 -0.2197167159821121 -0.1702518847520809 -0.19103984991728343 -0.18578333086776716 -0.19673385653985404 -0.18569706749077727 -0.19365127432407336 -0.2780436123216998 -0.20741842873693803 -0.2758741556535797 -0.5222384759079155 -0.5218811187587921 -0.5215975317796181 -0.5407132831764331 -0.5167953308320605 -0.5214016406914098 -0.5214164551420684 -0.5215450393935038 -0.548856181276191 -0.3418821765976917 -0.33201426720462157 -0.2610817408693848 -0.2908372580977633 -0.25616661214203423 -0.21109971123589347 -0.16164385988972826 -0.19519083221716788 -0.18617409055582124 -0.19798464847780206 -0.1860939179633857 -0.1984421386477434 -0.2078126734264105 -0.22201542671597607 -0.30664727002159137 -0.5612006022538697 -0.5588386443697241 -0.5559908942788067 -0.5711813240224763 -0.5469988341280108 -0.5518584260763583 -0.550349741750586 -0.5197561027850588 -0.5470817603925066 -0.34021972970042963 -0.32547142987402244 -0.22924948003241857 -0.3068093895675727 -0.23412643535056443 -0.1698658716612677 -0.17361381531842124 -0.18787001621782465 -0.18833655539392355 -0.18742171161790466 -0.18748488136577288 -0.19794226438090146 -0.2568851300982813 -0.2366750117217538 -0.2745753131895263 -0.5207922851513314 -0.5205557781012067 -0.5204111729531812 -0.5395531076027983 -0.5155136226454252 -0.5202418138739431 -0.5201726879581281 -0.5202787216955183 -0.5474668855344893 -0.3405723984213036 -0.32957712601293027 -0.22924948003241857 -0.32164775557986375 -0.20049442244423107 -0.18970776560063346 -0.14874650068978043 -0.19931686863055814 -0.16865252598317565 -0.19652005889244797 -0.18597113854484534 -0.19704521423753768 -0.25613336125216063 -0.21501336014389738 -0.27524274010790417 -0.5213926338686716 -0.5211054018743679 -0.5208391950418468 -0.540023162729144 -0.5155522002936095 -0.5201808206427627 -0.5200972710640978 -0.5201643503137029 -0.5474110305711187 -0.34034799515623704 -0.3237743232656927 -0.22924948003241857 -0.3156687096561804 -0.20049442244423107 -0.218160089870211 -0.14874650068978043 -0.17853076508516744 -0.12269889028966728 -0.17945561829657025 -0.12269889028966728 -0.17609269259726204 -0.19597971102376419 -0.2228534372407187 -0.24445961112992945 -0.2319112220627684 -0.2317704989103865 -0.23144074240301996 -0.24069975305795455 -0.24696299366240987 -0.13284488073294864 -0.2544995370135007 -0.13284488073294864 -0.2472599748717864 -0.12459560688698894 -0.1621251140815269 -0.12458064206939345 -0.18172092733251885 -0.12458064206939345 -0.17768304258130058 -0.12458064206939345 -0.17785284302470739 -0.12269889028966728 -0.1760388222012169 -0.12269889028966728 -0.18401730811643405 -0.12614502443853504 -0.18853231155291944 -0.12459560688698894 -0.1570610133959407 -0.08856824209449758 -0.14863188865113938 -0.08856824209449758 -0.14964830974434865 -0.08856824209449758 -0.15079514915815853 -0.1290480801035471 -0.133150328131614 -0.1682518550610127 -0.16858062963543968 -0.16465516025001675 -0.16529232845398073 -0.16457346014668328 -0.16456582769654216 -0.16434845464162182 -0.18760683184725355 -0.18650891649519058 -0.1876809647889824 -0.18650028556950368 -0.18512436829437473 -0.249743517448094 -0.21125680260694135 -0.277610877039334 -0.5234726024885972 -0.5233329505340606 -0.5231736108762853 -0.5422200193030601 -0.5179226425447351 -0.5226269745414381 -0.5224678866714391 -0.5224474206853749 -0.5498991422490157 -0.342918028500436 -0.34046174496634807 -0.22924948003241857 -0.3201207035099075 -0.20049442244423107 -0.20438898870278735 -0.14874650068978043 -0.19241905346658708 -0.1468497840924588 -0.19851944493457885 -0.1468497840924588 -0.20244207271358244 -0.2323722407923517 -0.23525453423064224 -0.24163997174046853 -0.5234158648276677 -0.5230018909415841 -0.5228459166295353 -0.5417030163509801 -0.5170221648090192 -0.5212894914623766 -0.5210706020416497 -0.5210243725908827 -0.5483613033196179 -0.3412657891552089 -0.3419867714799632 -0.22924948003241857 -0.32166587757473325 -0.20049442244423107 -0.17063511268839326 -0.1896768030900459 -0.15278872343647892 -0.18653227799687624 -0.15276737922755723 -0.18594240996793443 -0.17835071165415012 -0.24842602725014298 -0.22793935328302012 -0.24027590291281717 -0.5218958550051745 -0.5213903200467314 -0.5211434706138507 -0.5403535261581582 -0.5160959088338702 -0.5208870413591447 -0.5208495707171736 -0.5207515915289769 -0.5480386001351977 -0.30496543947865107 -0.33084736941164566 -0.2612249656714413 -0.2970172133330012 -0.24524188048401957 -0.22051230555632706 -0.16844133928263247 -0.1968801885789338 -0.18606064460874364 -0.19096323020535333 -0.18529777942999587 -0.1872915926353641 -0.2779915853404854 -0.219732529335068 -0.23915056272266577 -0.5212124973659419 -0.5209216793284971 -0.5207634889897519 -0.5400552184665675 -0.5159186891222753 -0.5204627022733528 -0.5206200001431853 -0.5205120352779281 -0.5477596821628705 -0.3048458080285844 -0.3329878862727976 -0.26081989768111613 -0.28132487175223675 -0.2561679960806756 -0.20267226102282743 -0.1703197990679482 -0.1780111550453572 -0.1860098070224926 -0.17527033819130614 -0.18533845948273445 -0.17938412881040572 -0.2760678833075293 -0.2026687627686048 -0.23964560337980553 -0.5214061231345011 -0.5210367034420669 -0.5207312337132466 -0.5398082045128362 -0.5151958908552089 -0.5202797718108596 -0.5203126897983678 -0.5201743984882272 -0.5478078957617439 -0.30475092165548706 -0.3276753664106238 -0.22924948003241857 -0.31554548509748664 -0.20049442244423107 -0.20203617938739724 -0.14874650068978043 -0.180812217988668 -0.12269889028966728 -0.18280154287161926 -0.12269889028966728 -0.1819265506397168 -0.19708061366761168 -0.22394810413200036 -0.2085968134431475 -0.2321461297477585 -0.23190458983193235 -0.23131812357053902 -0.24058197287749547 -0.23049079718726845 -0.13284488073294864 -0.23313835739227337 -0.13284488073294864 -0.24211000932441873 -0.08856824209449758 -0.18317226985772758 -0.12458064206939345 -0.17453999845587806 -0.16422851769629998 -0.1716121534136286 -0.1639258487187254 -0.17034213391947242 -0.16198630540956468 -0.16557229502251913 -0.16186166488546028 -0.1704277249857601 -0.1652496744051372 -0.17199665091259764 -0.12752997426362447 -0.13945829877128926 -0.12790186072122964 -0.12685171503687132 -0.1316671649046227 -0.10905405473719043 -0.13884707681303346 -0.09442921509628718 -0.1387197987716348 -0.09451391119603794 -0.14172227159632833 -0.13065424248093305 -0.17388106699804678 -0.13071236220459825 -0.1735443890570076 -0.13066191790876241 -0.1737088279554391 -0.1529754642702745 -0.19545730169935235 -0.15306123011305517 -0.195937113730201 -0.15321878073052975 -0.25724242142964665 -0.17667383809634749 -0.24098479865904013 -0.5227361435711924 -0.522276555074057 -0.5218142043836161 -0.5411122129265421 -0.51691030941707 -0.5215078703575434 -0.5213921927400504 -0.5212814847884555 -0.5485994842892978 -0.3055471142513564 -0.3382188463007982 -0.22924948003241857 -0.3218931080992801 -0.20049442244423107 -0.18686384059254882 -0.14874650068978043 -0.19297779665710613 -0.1468497840924588 -0.19198899349559934 -0.1468497840924588 -0.1987140882154899 -0.23372434103257334 -0.2429079568555674 -0.24023972553098555 -0.5220594024533618 -0.5215413641553317 -0.5210950743289753 -0.5402584304242755 -0.515837496560544 -0.5201826770319085 -0.5199310757783359 -0.5197227890306083 -0.5472531115886506 -0.3041963276101687 -0.3088357614776621 -0.2747373181507875 -0.269825812752974 -0.27008041988777237 -0.21372356960121167 -0.14874650068978043 -0.1991863986781108 -0.1468497840924588 -0.19903567242610198 -0.1468497840924588 -0.19800567279424217 -0.16838619354609513 -0.22012646009131223 -0.27408196218807146 -0.5652552577313149 -0.5690851038096036 -0.5661823669588216 -0.5398458312563567 -0.5157310232456896 -0.5204939013710788 -0.5205052481295246 -0.5205246600209426 -0.5478480816245043 -0.30466910513939244 -0.32955557217822995 -0.22924948003241857 -0.3006846435887174 -0.20049442244423107 -0.21939439076750059 -0.14874650068978043 -0.1972610025912198 -0.16142064864402936 -0.19485910654748054 -0.1863456693220069 -0.19032168673433836 -0.2557695852409662 -0.20999268888951436 -0.23908079338764382 -0.521148531439965 -0.5209541387698766 -0.5207704269937805 -0.5399878771628223 -0.5157608257128299 -0.5204736109546766 -0.5206599218406439 -0.5206963247476616 -0.5480803264049975 -0.3048975628496753 -0.3347911891776349 -0.22924948003241857 -0.3080301320259502 -0.20049442244423107 -0.2148685786792497 -0.14874650068978043 -0.19876989051047741 -0.1515229793051916 -0.19768748129137753 -0.18614915696301132 -0.19792645033748213 -0.2593036760413524 -0.2301082620824403 -0.23832120542787785 -0.5205511196510602 -0.5202672554912958 -0.5553540906252872 -0.5770365994593021 -0.550725744107798 -0.5505405853369778 -0.5526724057484096 -0.5199463639295521 -0.5473341412079218 -0.3043736007923423 -0.326416473271707 -0.24200463679673798 -0.300272672255259 -0.2453323881370328 -0.16484709655830804 -0.17147677033482514 -0.12269889028966728 -0.1760453364946673 -0.12269889028966728 -0.18277791238918475 -0.12269889028966728 -0.2522222144277308 -0.16484709655830804 -0.273980919837173 -0.23113441540967167 -0.2310443809301201 -0.2309609808777275 -0.24008213726419378 -0.22809747946594525 -0.13284488073294864 -0.2396634424931106 -0.13284488073294864 -0.23697405956595338 -0.08856824209449758 -0.17809965360641314 -0.12458064206939345 -0.17687741976912924 -0.12458064206939345 -0.18033370791845266 -0.12458064206939345 -0.18421778831901786 -0.12269889028966728 -0.18378122104458114 -0.12269889028966728 -0.18294899332134293 -0.12614502443853504 -0.18488185096113696 -0.08856824209449758 -0.14947803670603096 -0.08856824209449758 -0.15027023160026728 -0.08856824209449758 -0.15047191755463163 -0.08856824209449758 -0.15056932234454565 -0.08856824209449758 -0.1500830287663266 -0.09201437624336536 -0.18610612369240292 -0.12458064206939345 -0.18587135983396486 -0.12458064206939345 -0.1857888804467156 -0.12458064206939345 -0.20845938376367473 -0.1468497840924588 -0.20642364658431023 -0.1468497840924588 -0.20159520587277027 -0.23467124198318953 -0.26086621891301764 -0.23881341701032663 -0.5207927991871992 -0.5206208697454899 -0.5205119833059823 -0.5398089264050348 -0.5468728310378376 -0.5570710471371976 -0.5200630569788799 -0.5202645536891068 -0.5477667107346328 -0.3046684905708706 -0.32456468473192507 -0.26474038069576505 -0.2758106136013852 -0.2562422325225274 -0.19666212765662727 -0.17768774863280024 -0.15261401291470386 -0.186295102403563 -0.15291403277224214 -0.18556165675131436 -0.17974818253865432 -0.24552441273090342 -0.22622780390041172 -0.24098945257409476 -0.5228028065543573 -0.5223636770234588 -0.5218588533631305 -0.5409253632870803 -0.5167727746738838 -0.5214547199756551 -0.5215663341764453 -0.5217289342202407 -0.5489475013333309 -0.30595308414754063 -0.3206125130563362 -0.22924948003241857 -0.298386203053328 -0.20049442244423107 -0.19281203918002737 -0.14874650068978043 -0.19271871428247134 -0.1468497840924588 -0.19192886461061093 -0.1468497840924588 -0.1916499201853712 -0.25880205587716987 -0.22035150725919667 -0.23926750789163853 -0.5210285229790476 -0.5206701856374083 -0.5510296102045557 -0.5810439833773577 -0.5682134025415231 -0.5891473230470485 -0.6001445187185953 -0.6020719233435969 -0.6397901709534358 -0.4042283678692967 -0.30690914702571925 -0.22924948003241857 -0.2790078026785074 -0.2500697846103663 -0.2112188335148859 -0.14874650068978043 -0.19963308363225427 -0.1468497840924588 -0.19818507523245663 -0.1468497840924588 -0.19488162578802826 -0.17938003091376634 -0.22111009041165847 -0.23840442156402303 -0.5206410287843333 -0.5205067279406125 -0.5204023583355096 -0.5396052364797363 -0.5152898507617633 -0.5200663241207867 -0.5201285112409781 -0.5203930977049283 -0.5474607689865396 -0.30465817821527386 -0.33367685992757756 -0.22924948003241857 -0.29947520397267274 -0.20049442244423107 -0.217783992229589 -0.14874650068978043 -0.1940772536640796 -0.1468497840924588 -0.19876608861392445 -0.1468497840924588 -0.19894336215818556 -0.23583078283620035 -0.239043908336264 -0.23917828065770597 -0.5211979680965689 -0.5209679400906729 -0.5208861556626485 -0.5401795982553022 -0.5159429247786497 -0.5208110570661512 -0.5207070612205702 -0.5206475850809615 -0.5480417409044025 -0.3049168059065045 -0.3337073996720697 -0.22924948003241857 -0.29053094245861816 -0.20049442244423107 -0.216284405925181 -0.14874650068978043 -0.16986656409443668 -0.12269889028966728 -0.17277752441891472 -0.12269889028966728 -0.16798964504400762 -0.1946513463163951 -0.2156806362644094 -0.20862694342535412 -0.23220104205168055 -0.2318284335105962 -0.23169728674708678 -0.24086933953460318 -0.24479811238467514 -0.13284488073294864 -0.24066569335282936 -0.13284488073294864 -0.24329409626643939 -0.08856824209449758 -0.16105498539171964 -0.12458064206939345 -0.17442308678961854 -0.12458064206939345 -0.17100180562668105 -0.12458064206939345 -0.16874670939673492 -0.14658031726282136 -0.16818388100602785 -0.16280438485232382 -0.16957187550684338 -0.16610333713037148 -0.17353659862676069 -0.12844002068142993 -0.1404630492254548 -0.1286945946770562 -0.13855967722705725 -0.12850386283373094 -0.14629812591910887 -0.12888067322216182 -0.1462139271643372 -0.12871186291686235 -0.14851370173258177 -0.1324353212828764 -0.18139369898854893 -0.1648113484103206 -0.18126763065126056 -0.16467057851113878 -0.1842330254606491 -0.16484685377354805 -0.20704128983445433 -0.18715562106450975 -0.20752285044550814 -0.18726452752195855 -0.20731487663897813 -0.25926036097614 -0.2434101272814857 -0.23895862291971162 -0.5210272037589345 -0.5209203643433378 -0.520865785116776 -0.5401589198599469 -0.5160578678411003 -0.5206838369713696 -0.5205630250427188 -0.5204698169258882 -0.5477966815681806 -0.304418809064946 -0.32731827979668704 -0.22924948003241857 -0.3072326395395275 -0.20911211012705425 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.20947254062039766 -0.1468497840924588 -0.20913354275614493 -0.1468497840924588 -0.3088256032003593 -0.17028291014341673 -0.23931818325925194 -0.5211917677979847 -0.5204218053130042 -0.5201638068866344 -0.539516686308813 -0.5152817587572268 -0.5200004212153995 -0.5199595573327372 -0.5528158855510648 -0.5623008263160698 -0.30408549886132974 -0.3171922480202944 -0.2618661431863252 -0.28112277670098096 -0.270546162623413 -0.18173775233224548 -0.1763429918970444 -0.18816182858344824 -0.18752908299296484 -0.1920033570985465 -0.18359666946927622 -0.19556716246203731 -0.24800246749188984 -0.22568869057079502 -0.2391646625249461 -0.5211153172722798 -0.520843744280463 -0.5207231582760593 -0.5400374181168904 -0.5157883479749908 -0.5205055987394935 -0.5204819980711505 -0.520429590817822 -0.547637445468179 -0.3045354972967232 -0.31753799899194685 -0.2582160327197513 -0.2844869538955073 -0.2450143756307544 -0.21778825007478517 -0.14874650068978043 -0.18990254591326117 -0.17433384230152588 -0.18927397654330452 -0.1861397952299798 -0.18233522109721373 -0.2548627615557982 -0.2091327968807616 -0.2385489362288187 -0.5206007189438816 -0.5204665726815856 -0.5507723826671794 -0.5728937802959723 -0.5496187952824656 -0.5549543668023038 -0.5543898495505133 -0.5550128361794108 -0.5785934623735995 -0.31009907671780795 -0.30671072467795835 -0.26989730428169595 -0.2817208886409443 -0.25456752748409844 -0.18586062188436567 -0.14874650068978043 -0.19404753627440663 -0.1468497840924588 -0.19861229826193216 -0.1468497840924588 -0.2080201322240833 -0.2114604954893182 -0.2518217729240655 -0.23865815436528293 -0.5207446635980599 -0.5204511136914173 -0.520301977920481 -0.5397322997715752 -0.5157860955642017 -0.5204461291757236 -0.5206398479603466 -0.5206146927429699 -0.5480002710684003 -0.304950762928134 -0.3332966337461208 -0.22924948003241857 -0.29834858888586346 -0.20049442244423107 -0.2177335197792366 -0.14874650068978043 -0.1835210604505738 -0.12269889028966728 -0.1831556112208924 -0.12269889028966728 -0.18089883068675122 -0.19636622872001677 -0.23752732348166303 -0.20908855651549393 -0.2317109627986823 -0.23158172428937873 -0.23151939589735698 -0.2407299002950301 -0.234716732476656 -0.13284488073294864 -0.21990418199434375 -0.13284488073294864 -0.24667155379499936 -0.08856824209449758 -0.178372399440658 -0.14645618994310045 -0.17116712431085981 -0.16392074813245983 -0.17059117437065355 -0.16365530596353586 -0.15859394193511844 -0.1611736502978258 -0.15969522640803036 -0.16099888162093873 -0.1686336841893305 -0.16461993644200565 -0.171616175386516 -0.12696849107841016 -0.13564657859553553 -0.1275651215404478 -0.13911390224863757 -0.12776658917406863 -0.1397445977623905 -0.1280491082414146 -0.13942617799885562 -0.11031211927161491 -0.13374871108943048 -0.13143665908261945 -0.1686937316413952 -0.163631998392108 -0.1618633994163381 -0.16317735029347955 -0.1670988274898135 -0.1629538346318127 -0.2003318015354298 -0.1851819107648178 -0.20413889785327743 -0.18529679554529271 -0.20055778362705393 -0.24953089022188882 -0.23724034791603404 -0.23965404681754113 -0.5216072181766481 -0.5212539137731022 -0.5210609068475593 -0.5403796955870744 -0.516225673524821 -0.5207814596351534 -0.5208685486840746 -0.5209323202491617 -0.5481790625918156 -0.30513194549075523 -0.33271867182891945 -0.24950793908049232 -0.30288290627691633 -0.24531484826074132 -0.20464418564850376 -0.14874650068978043 -0.2059868146078122 -0.1468497840924588 -0.2072477619326679 -0.1468497840924588 -0.20610102685528664 -0.237041880429733 -0.2406116279244319 -0.2395959685570082 -0.5215218569621042 -0.521098046694302 -0.5207883640655542 -0.5396548423085215 -0.515446564530717 -0.5201468281424837 -0.5199336401435537 -0.5199992248598088 -0.5472979711189001 -0.304326241664013 -0.3212647124921839 -0.2591096893696924 -0.29753800643719336 -0.24522468936718286 -0.2163362012427076 -0.14874650068978043 -0.20295751188803188 -0.1468497840924588 -0.20793414651329833 -0.1468497840924588 -0.2071353593653593 -0.2111889387856247 -0.26718034456217427 -0.23893438619267038 -0.5205660595034048 -0.5200346680326058 -0.5537696963160146 -0.5820400732131384 -0.5660601055530529 -0.5849373490277673 -0.5923790247712708 -0.5927898385400364 -0.6167956574888237 -0.3488541563612466 -0.3206162588162644 -0.22924948003241857 -0.28275259880126796 -0.20049442244423107 -0.16484709655830804 -0.15675165797630464 -0.1468497840924588 -0.18860685670045946 -0.17379505800953518 -0.18764202686144085 -0.18775555268264044 -0.20881273734621608 -0.21051595732860154 -0.2399428313293556 -0.5201686852957836 -0.5504011126971176 -0.5561491671039628 -0.5858296359739638 -0.5659940600610475 -0.5753925608256104 -0.5724507479379806 -0.578146282216465 -0.6155832003503732 -0.3612145680786712 -0.2693339682977646 -0.22924948003241857 -0.3259694427285442 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.15893861980677945 -0.17217615095829417 -0.18656819081304568 -0.18697851150983816 -0.2085280736352526 -0.2108222038633134 -0.23822813222072384 -0.5432124646087738 -0.551813327273811 -0.5574477429303907 -0.577420832917132 -0.5572581947513294 -0.5702936253137536 -0.5764250571637434 -0.5774774095668443 -0.6068196686145733 -0.3638396901290552 -0.30474442869523016 -0.22924948003241857 -0.34350636758485337 -0.20049442244423107 -0.202626296610757 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.16179004963773824 -0.14074074080515944 -0.20478954091382315 -0.2330008329061989 -0.2694885482644066 -0.27316224784085746 -0.28098895076690095 -0.2908691014506952 -0.2068605339811947 -0.13284488073294864 -0.21848803551342952 -0.13284488073294864 -0.23481069549069852 -0.08856824209449758 -0.12804174103585667 -0.12458064206939345 -0.14529992159534594 -0.13780497544157047 -0.1655633894712396 -0.1654022500640792 -0.16675918580551546 -0.1656275263913164 -0.16373393908701755 -0.1634559523747454 -0.15541973744431722 -0.164494541053585 -0.16276446839857078 -0.12811874071345042 -0.13095000603103596 -0.13158148881383633 -0.10329239726880002 -0.08856824209449758 -0.12472874780128777 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.09201437624336536 -0.14473528663789112 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1444515639236624 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.19233671585240394 -0.1468497840924588 -0.2212520050215229 -0.17028291014341673 -0.31999790571495856 -0.5711736032214958 -0.5681637172801924 -0.5766671928043479 -0.6011975894032496 -0.578232815661921 -0.5907608914524404 -0.60046489504176 -0.6022429129486998 -0.6376271921026926 -0.38599118790755504 -0.2653747344181001 -0.22924948003241857 -0.3451553865513176 -0.20049442244423107 -0.18501770635460113 -0.14874650068978043 -0.17781160726731807 -0.1468497840924588 -0.1468497840924588 -0.2117147398513198 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.36940767594474694 -0.631649919463161 -0.6758692236807212 -0.7058457002279729 -0.7314921211295256 -0.7100767143663248 -0.7405082280063634 -0.7494878960605508 -0.7296904530168838 -0.748872299050335 -0.48985686557682434 -0.35885176661555923 -0.22924948003241857 -0.35758790951469177 -0.20049442244423107 -0.2573766487167586 -0.14874650068978043 -0.20535793381093986 -0.1468497840924588 -0.16740770413369352 -0.1468497840924588 -0.23178828286431064 -0.16838619354609513 -0.17028291014341673 -0.40197301350625425 -0.6519747049969221 -0.6785542811839546 -0.703865959835516 -0.7253755980249906 -0.7028804351313779 -0.7258649865389689 -0.7525106922908141 -0.7438544674973273 -0.7606212914394416 -0.4908124098971093 -0.3691615417783576 -0.22924948003241857 -0.3905665184691488 -0.20049442244423107 -0.2936279393997523 -0.14874650068978043 -0.22437520463758387 -0.1468497840924588 -0.20619146565360452 -0.20647443601164114 -0.2048657132953794 -0.16838619354609513 -0.17028291014341673 -0.3597407411614971 -0.6031267166464679 -0.6205026677048608 -0.6371417909667143 -0.6533742223972937 -0.6360867041840532 -0.6694919667460605 -0.7064117403925679 -0.7065748781818657 -0.7318344028441572 -0.3885432896191071 -0.27972835388849293 -0.24122364849107092 -0.28763954595995156 -0.20049442244423107 -0.22302565428922985 -0.19859086675750462 -0.2045566803990439 -0.1468497840924588 -0.157129318368736 -0.1468497840924588 -0.2034368602522584 -0.16838619354609513 -0.17028291014341673 -0.3125027415997923 -0.5932026845608795 -0.5948921403050575 -0.6000611320359641 -0.6303806780184826 -0.6183978004414697 -0.6226650587836511 -0.6234757266652735 -0.5803953011430193 -0.6020098804120256 -0.35653227911355573 -0.2818800319672846 -0.22924948003241857 -0.3089382537661515 -0.2157115722032729 -0.16484709655830804 -0.14874650068978043 -0.15025298886361477 -0.16480510473400595 -0.1637255611715654 -0.1626685136965776 -0.1628358549435266 -0.1719456955838156 -0.20149205197268166 -0.2183069559738828 -0.23104208696152362 -0.23097691421915187 -0.23097645877506745 -0.24026625541145 -0.23292290495159906 -0.1355258714603892 -0.23259591022914877 -0.13284488073294864 -0.22665548740600353 -0.08856824209449758 -0.14396874960841377 -0.12458064206939345 -0.1728181712863205 -0.12458064206939345 -0.1755296576909738 -0.14690337705599602 -0.17370638774656058 -0.16213069395045798 -0.1736322866016822 -0.1619292662010432 -0.17416090574919807 -0.16537627799860258 -0.17506232382466205 -0.127654070869284 -0.13969755756633603 -0.12779976577636817 -0.1395874230352007 -0.1278264907635161 -0.13975306400074586 -0.1275998443628818 -0.14031507102067892 -0.1278651714602419 -0.1403353634648376 -0.12259608528501774 -0.1384815463930427 -0.16404586761357615 -0.17171556451036918 -0.16379689824130764 -0.16674697069547884 -0.16354534336048393 -0.19093151338770809 -0.185534529427752 -0.18736843245642962 -0.18567805552195424 -0.19842969700761615 -0.22902767666625493 -0.24197505996755433 -0.23889666317965916 -0.5209912302805834 -0.5207914121997856 -0.5206171900861413 -0.53981871818816 -0.5156329849884164 -0.5203876896606144 -0.5202166078055237 -0.5202266476292535 -0.5473196296796348 -0.30416365212318286 -0.2718735510715923 -0.2617011060608251 -0.28006600771528123 -0.2545796284643511 -0.21088331235834026 -0.14874650068978043 -0.1988369869698541 -0.1468497840924588 -0.20161255585981253 -0.1468497840924588 -0.2077391577547437 -0.2377512948951226 -0.24918523190296318 -0.23857639420536603 -0.5203787240491048 -0.5199682230795203 -0.5509388180130538 -0.5733809851849735 -0.5523111482339257 -0.5591802696815469 -0.5656533765056541 -0.5694629833557946 -0.5961741766395718 -0.3418844293023034 -0.2866558008526338 -0.22924948003241857 -0.29728835828835853 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.17005264836675382 -0.1468497840924588 -0.18861580101825012 -0.16696604040745008 -0.2088929590548322 -0.21085172353638393 -0.29317834974278917 -0.5832323065678175 -0.6055612822348373 -0.6166794783551379 -0.6527253669275959 -0.6502315505867097 -0.675597235385824 -0.6742976828056694 -0.6585845129077916 -0.6776451413705379 -0.396216121386257 -0.24738958583875278 -0.2868920086262099 -0.284438558275511 -0.28662285542861254 -0.16484709655830804 -0.14874650068978043 -0.15683465699147903 -0.1468497840924588 -0.17716546240306388 -0.1468497840924588 -0.18925974532701195 -0.16838619354609513 -0.22195409530311558 -0.2677835363030625 -0.5206465300760599 -0.5206265753210828 -0.520550280195853 -0.5396934127492743 -0.5156143125525298 -0.520341603299769 -0.5201572233754229 -0.5202367135444095 -0.5475197913465516 -0.30459273614512894 -0.289717467630292 -0.2500750516753034 -0.28861972533802327 -0.24505796139735905 -0.21925036672089146 -0.14874650068978043 -0.1983558281148023 -0.15980292912714603 -0.19464037180324614 -0.1862853039177379 -0.19462316893992 -0.25834647485693313 -0.23851452575996201 -0.23855524541200193 -0.5206387696108377 -0.5203260620537771 -0.5202435877860746 -0.5393398458950996 -0.5151362121323045 -0.5199313854795359 -0.519971845869366 -0.5198996182121393 -0.5472543078809703 -0.3042365259824865 -0.28103770929505245 -0.2609525981402882 -0.2821544143874274 -0.27237431281406566 -0.16484709655830804 -0.1828880692792542 -0.12269889028966728 -0.1749376126937439 -0.14210886494177832 -0.17340772274446775 -0.16187876657144182 -0.20360949863524994 -0.21394048940798555 -0.22145009210589398 -0.2312209735090406 -0.23102354918840853 -0.23091292306056657 -0.24030621762439244 -0.22763387527001183 -0.13284488073294864 -0.22101964116294365 -0.13284488073294864 -0.2210488929240578 -0.08856824209449758 -0.1448246747918095 -0.12458064206939345 -0.1714160958175665 -0.12458064206939345 -0.17810164442739806 -0.12458064206939345 -0.18294819811818142 -0.12269889028966728 -0.1831811535439852 -0.12269889028966728 -0.18282591419585636 -0.12614502443853504 -0.18327006938315737 -0.08856824209449758 -0.14828267382388208 -0.08856824209449758 -0.14280128094365385 -0.08856824209449758 -0.1485640579598212 -0.08856824209449758 -0.1493141991808708 -0.08856824209449758 -0.13920930006486246 -0.09201437624336536 -0.14379693201808452 -0.12458064206939345 -0.1853575409159697 -0.12458064206939345 -0.18498581320029375 -0.12458064206939345 -0.20647223491541905 -0.1468497840924588 -0.2069164088897016 -0.1468497840924588 -0.20679591674893216 -0.23579015398843847 -0.24372452683309087 -0.23903677239713553 -0.5210203941101949 -0.5208379774582935 -0.520787385470033 -0.539658240204276 -0.5154356833330653 -0.5201658289759085 -0.5203160617001934 -0.5203535271879189 -0.5475636419904698 -0.30444434575360635 -0.274089412223516 -0.28366621793703317 -0.2800544489448231 -0.2543022787784929 -0.19118471658945135 -0.18451206621434213 -0.18722693741007054 -0.18703572521617456 -0.1931575480176464 -0.1865824720652165 -0.19698570480833985 -0.25427246770703466 -0.23744290220868253 -0.23855685978710026 -0.5205748706047004 -0.5202141271007836 -0.5530191962630394 -0.5817759824951242 -0.5579246180737815 -0.5710745701952668 -0.5803076438718789 -0.5878348384523482 -0.6094076001353159 -0.3571167544201844 -0.28236210634887154 -0.19322211523992722 -0.34268259614390445 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.17891025277619324 -0.1468497840924588 -0.19935142861527866 -0.23409501540857605 -0.23241230324610082 -0.23826355484885917 -0.5203341641170341 -0.55277417709947 -0.5625395374957884 -0.6024455032190897 -0.591070249548278 -0.6098516950885876 -0.6065839104677778 -0.6127264974816731 -0.6216782602088358 -0.36143496095862987 -0.2984431161114125 -0.19322211523992722 -0.31164054181718626 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.19231674380055355 -0.1468497840924588 -0.22093541036555933 -0.17028291014341673 -0.270347470292557 -0.5563130953676929 -0.5607669960368519 -0.5694606395570798 -0.5894980068261114 -0.5699266831917298 -0.575047701167309 -0.5798309277652265 -0.5854079544748346 -0.6231311305664641 -0.3722613774009263 -0.24430860352561715 -0.23748114362341746 -0.3143766462204494 -0.2596896351585184 -0.21987349631301936 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1776059005405203 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.283240069393925 -0.5706275887644406 -0.5749957788151615 -0.5790353335197836 -0.6005928640771659 -0.5800995944154218 -0.5916757679175233 -0.6030974465559878 -0.6071609457615185 -0.6367945946316471 -0.37941454717657586 -0.27481458350298177 -0.19322211523992722 -0.3418928104509396 -0.20049442244423107 -0.2229059141533189 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.24688630722987973 -0.16484709655830804 -0.26181834623435557 -0.26104305891525925 -0.26996208438099983 -0.28930717659882477 -0.311216156441715 -0.16619608804405644 -0.20758682792394803 -0.19239680051761893 -0.18813631787796914 -0.13629101488181639 -0.08856824209449758 -0.09201437624336536 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.14266528417895194 -0.12269889028966728 -0.15762409717958864 -0.12614502443853504 -0.17724671789316926 -0.08856824209449758 -0.14035284286139563 -0.08856824209449758 -0.14044643765533596 -0.08856824209449758 -0.14078633693484027 -0.08856824209449758 -0.1562268680779047 -0.08856824209449758 -0.08856824209449758 -0.11160735551329055 -0.11934156680959057 -0.12986449695839872 -0.16485754872670913 -0.16476433719624428 -0.1647650779665441 -0.1644337431374577 -0.18697200654730176 -0.1871203496552604 -0.1890917614935916 -0.18701608091966646 -0.19680507653306817 -0.23560276431014482 -0.24385259133780385 -0.23837224238536486 -0.5202200232038431 -0.5540340755217881 -0.5720475115662691 -0.606061986539582 -0.5885971426582188 -0.6298296986187055 -0.6416043634570813 -0.651052638702574 -0.6695733636730036 -0.38808607092780095 -0.30514287171169274 -0.19322211523992722 -0.3108172515858539 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.2033021708214475 -0.16762269273853259 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.19004496848712576 -0.28718896314806003 -0.5649003953687175 -0.562188182982068 -0.5629259891758814 -0.586333249703781 -0.5549996566763692 -0.562253421993712 -0.5632983251292707 -0.5599057640738349 -0.5839231671322419 -0.3198971750679608 -0.28606928631368234 -0.21066447285250042 -0.28898822908485605 -0.24520017000298872 -0.21899701252471207 -0.14874650068978043 -0.19834199547158157 -0.1468497840924588 -0.1978287295347555 -0.16921411318668264 -0.19776970387748 -0.2603768130543302 -0.22863303454871692 -0.2382201853439763 -0.5452168806541223 -0.5614531954389708 -0.5778174829430962 -0.6111791419348429 -0.5804538097666796 -0.5737716522445341 -0.5836982697925203 -0.5847587499279414 -0.6076209023641072 -0.35741686222254465 -0.3065889680573326 -0.19322211523992722 -0.31071194144408365 -0.20049442244423107 -0.16484709655830804 -0.15864601034363865 -0.15980865247940643 -0.18800292370712168 -0.18799580316017206 -0.18729902174108043 -0.1876304592873214 -0.2545891003679896 -0.220528889428691 -0.23804226265763265 -0.5586141868643617 -0.5674490888077298 -0.5911718151094354 -0.6362432676131611 -0.6474633941675674 -0.7037346102666879 -0.7103888283105791 -0.7160370981884787 -0.7431360065904764 -0.4538826406933805 -0.30418248035506434 -0.19322211523992722 -0.3460411966372913 -0.20049442244423107 -0.2215264696821487 -0.14874650068978043 -0.1468497840924588 -0.20393596970177474 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3233815384071077 -0.6246506642266928 -0.6482328784811427 -0.6546349344745439 -0.7065120330611174 -0.6970173612761499 -0.7055015059024456 -0.7069098673671732 -0.7074539956666606 -0.7337942387215187 -0.45232336624641944 -0.31308622939964786 -0.19322211523992722 -0.3242734261856991 -0.20049442244423107 -0.23010801036837225 -0.14874650068978043 -0.18079081321396845 -0.12269889028966728 -0.1347165440910406 -0.12269889028966728 -0.17985322418102262 -0.12813470387477596 -0.16484709655830804 -0.25763233858922774 -0.34966539326698876 -0.36520570668628705 -0.37654480855094435 -0.4008887406467485 -0.18483271338328686 -0.17617252589550006 -0.2297769671455171 -0.15806007081376763 -0.2123092412826076 -0.08856824209449758 -0.13884219679617665 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.14541913506323473 -0.11457843574413577 -0.11477027983510601 -0.11077168265598974 -0.14524514051434623 -0.1761239698190124 -0.11943097594010252 -0.1851692174908687 -0.11609281375040613 -0.08855327727690211 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.17171498441806546 -0.1468497840924588 -0.19814736179426737 -0.16838619354609513 -0.22185247823839696 -0.27577396835126167 -0.5544460884402947 -0.5580169972564113 -0.5697260395705832 -0.6023475283526284 -0.5788297455936052 -0.587141986918854 -0.5693392450351726 -0.5579780818006718 -0.5823606558754544 -0.3358450716892259 -0.27058505681351236 -0.20663053464569878 -0.27954316648928884 -0.26361867606295714 -0.1975053927617848 -0.14874650068978043 -0.19968473607458223 -0.1468497840924588 -0.19855218059621604 -0.1468497840924588 -0.19830625993775158 -0.16838619354609513 -0.22140555658036673 -0.2382160955247123 -0.5527718989318846 -0.5600332431302857 -0.5605728582919222 -0.5882424661540057 -0.5692587650933927 -0.5825720293100283 -0.5886521943439622 -0.5996711992953583 -0.6310669852144892 -0.37446561050712707 -0.27385190050127334 -0.25207034813519 -0.31374881117118314 -0.25864469031992277 -0.19844166052638518 -0.14874650068978043 -0.1468497840924588 -0.20369027175119306 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.21614605086090383 -0.298853774787237 -0.5880545324524373 -0.5982536702196762 -0.6072718840954733 -0.6361187743375866 -0.6040117505897934 -0.6141883265687424 -0.618294454201081 -0.6025278095531643 -0.6309578876458929 -0.3811191243923894 -0.2819657710456868 -0.19322211523992722 -0.2748314480017927 -0.23576973071295002 -0.16484709655830804 -0.14874650068978043 -0.17499878332341964 -0.1468497840924588 -0.19773760980678726 -0.1468497840924588 -0.19850349847854812 -0.16838619354609513 -0.22204734475135834 -0.24025213898065675 -0.5541711095527923 -0.5522628586896751 -0.5559627967174486 -0.5822724961570186 -0.5669889382690327 -0.5810691593456057 -0.5757599637864899 -0.5743363355004819 -0.6011254815527701 -0.35786006785218055 -0.28645029050276016 -0.19322211523992722 -0.34310113568621686 -0.20049442244423107 -0.2215695159438511 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.17747964370870478 -0.1468497840924588 -0.19971803691594 -0.16838619354609513 -0.2222612742830981 -0.23819716977065722 -0.5330139266898132 -0.5430269381986377 -0.5504998582537075 -0.5724712606905508 -0.5510743506284554 -0.5581962199104642 -0.5666374020649615 -0.5756208419728152 -0.6166735747375914 -0.38808130628365833 -0.25760363313250123 -0.20984111118962828 -0.3144694855480403 -0.20049442244423107 -0.16484709655830804 -0.17395564212555356 -0.12269889028966728 -0.17370086266662474 -0.12269889028966728 -0.17454896486411806 -0.12269889028966728 -0.17919068379002384 -0.16484709655830804 -0.24027280243304275 -0.2689768269792426 -0.2648539846379569 -0.2649485260136791 -0.27547611457288634 -0.22893401783224965 -0.13284488073294864 -0.23595820554584962 -0.13284488073294864 -0.23937862441822755 -0.08856824209449758 -0.14739539724957967 -0.08855327727690211 -0.1751920936610072 -0.12458064206939345 -0.1728607819222703 -0.1540692971118364 -0.17081444872245607 -0.16232340511855137 -0.1633447924657716 -0.16172520195009774 -0.15518478591451623 -0.1647200279330376 -0.16356524492399652 -0.12734764537397764 -0.12492974132677989 -0.12725725332366125 -0.12894083998337605 -0.1275786720945587 -0.13354789162409658 -0.12769108182244857 -0.13581749041479768 -0.12810947624568164 -0.1362413662037137 -0.13153340686718992 -0.1362588360742122 -0.1280857359390687 -0.17238681306106693 -0.16386881414868015 -0.17208194629774035 -0.16364552891326134 -0.1941498675390704 -0.18586671402793253 -0.19742606247853 -0.18573813392767508 -0.1975486991022891 -0.2554344406281569 -0.24027495800287751 -0.23850298330342906 -0.5205202989910438 -0.5202242194733014 -0.5199419753132664 -0.57009308862366 -0.5482057319756466 -0.5620005010712384 -0.5753330057996082 -0.5765765167090962 -0.5974237959943748 -0.35186793071920924 -0.27436565755184117 -0.19322211523992722 -0.2824360836065785 -0.20049442244423107 -0.16484709655830804 -0.17155161034538596 -0.1468497840924588 -0.2001868504228088 -0.1468497840924588 -0.19892998413698068 -0.1468497840924588 -0.22017277510087183 -0.17028291014341673 -0.27067219646986285 -0.5661251651001451 -0.5641912994468091 -0.5762254706150575 -0.5968520354794897 -0.5813769012293971 -0.591984535198157 -0.6047789536490855 -0.6496185203250745 -0.6979542419764858 -0.4229662854815114 -0.26879532766635383 -0.23722391336827325 -0.3145520863675831 -0.2585407916103344 -0.18869421480780513 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.19945392660854924 -0.17028291014341673 -0.2720347733542916 -0.5735909097532971 -0.5866164026542373 -0.6063562298135851 -0.6551861224418324 -0.6475339532944516 -0.6865852517574098 -0.7074580163834568 -0.7077437773139654 -0.7344566973344874 -0.45730611537937355 -0.31110418197709716 -0.19322211523992722 -0.3203180086903813 -0.20049442244423107 -0.2408478369449721 -0.14874650068978043 -0.20479785428794572 -0.1468497840924588 -0.1669718490292775 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3159272502767725 -0.6230892148842353 -0.6398139861714871 -0.6414898595898156 -0.6881890865248605 -0.6632983925235836 -0.6625198361070249 -0.6853010165844107 -0.7033359986220726 -0.736149678206818 -0.44051085760984765 -0.3114288431602129 -0.19322211523992722 -0.31934143065907433 -0.20049442244423107 -0.235673643038532 -0.14874650068978043 -0.20367711323131138 -0.1468497840924588 -0.17276548486780305 -0.1468497840924588 -0.2031555017998703 -0.16838619354609513 -0.1342555453509254 -0.26913714871009925 -0.5750782538006217 -0.5995144960100494 -0.6327037196000945 -0.6886335835719789 -0.6645800560543955 -0.7060456815195609 -0.7048222666907746 -0.7080697767017003 -0.7205961913604247 -0.42809965131545863 -0.30135782123217675 -0.19322211523992722 -0.31813387004065935 -0.24349354228539405 -0.22197915298544235 -0.14874650068978043 -0.17949608002692355 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.12881973176581674 -0.30371256454699463 -0.2823877434283772 -0.29914601857380757 -0.311511127635993 -0.33106954046866555 -0.20076044864444267 -0.13284488073294864 -0.2812957624444466 -0.19581363423928047 -0.257598752318892 -0.08856824209449758 -0.14786871489530024 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.16811383093684315 -0.12269889028966728 -0.1787053196552246 -0.08856824209449758 -0.14044517338008794 -0.08856824209449758 -0.1436542988832528 -0.08856824209449758 -0.1522425043258078 -0.08856824209449758 -0.16219615124884437 -0.1463395037530092 -0.15845530372968283 -0.08856824209449758 -0.09201437624336536 -0.1445777408052744 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.18912172047131134 -0.1468497840924588 -0.18843386614840382 -0.1468497840924588 -0.19866774849527158 -0.2353429354502733 -0.2220244871654957 -0.2690184340785042 -0.5633952336891676 -0.5715752450035521 -0.584509342793792 -0.6341300856125542 -0.6161162601774374 -0.6534015441346791 -0.687301720982223 -0.6804058694885554 -0.7137006663472021 -0.4056101611770868 -0.30334557713895 -0.2337264588515676 -0.2875243451439903 -0.28798384862312787 -0.16484709655830804 -0.16367862117137508 -0.1468497840924588 -0.20353689011413834 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.2878716405749755 -0.5689929613144068 -0.5787228863878662 -0.589126755474714 -0.5947664313545378 -0.576005136398847 -0.5968446569962912 -0.6227419197796786 -0.5921655058816789 -0.6327628901320996 -0.38713400754530897 -0.3034680898150547 -0.19322211523992722 -0.34037790784307037 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.20359470513740355 -0.1468497840924588 -0.178287915641923 -0.1468497840924588 -0.20314966964719053 -0.18825139577950062 -0.17590888740520863 -0.27668304499790025 -0.5807133188009059 -0.5993121515111621 -0.622055695304885 -0.6601154170796194 -0.6564645693509911 -0.7046301055429881 -0.7084665722347131 -0.7104750833663318 -0.7296319584001973 -0.41516026055408156 -0.2897725931519503 -0.19322211523992722 -0.2879988318661486 -0.20049442244423107 -0.22922586397485697 -0.14874650068978043 -0.20413573274390132 -0.1468497840924588 -0.1568178352964323 -0.1468497840924588 -0.20279246306650894 -0.16838619354609513 -0.1342555453509254 -0.2935273035886557 -0.5969030143073545 -0.6172931153784006 -0.6289173828337208 -0.6456426112901777 -0.6262526020772065 -0.6383227394650984 -0.6422149522102346 -0.63813225508433 -0.6671618507024527 -0.40119517001204713 -0.2851277449066582 -0.19322211523992722 -0.35077304812341464 -0.20049442244423107 -0.16484709655830804 -0.20643495222324354 -0.1468497840924588 -0.1468497840924588 -0.20392206395856174 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.30891748504722044 -0.5968628009481959 -0.5997640455734653 -0.6001863495562291 -0.6163254386331017 -0.5973344656013246 -0.5980218355680329 -0.6045338301194924 -0.6016462161944766 -0.6304843902717185 -0.3820079729730477 -0.2848589774223292 -0.19322211523992722 -0.34487048628432754 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.17859021938550612 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.12881973176581674 -0.28846012443402647 -0.2901150825193409 -0.29463882120391993 -0.3016811455740997 -0.32012972150452 -0.1954394167359137 -0.13284488073294864 -0.1991049952254593 -0.18391606421112164 -0.15195073387385247 -0.08856824209449758 -0.09201437624336536 -0.14450453679606184 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.17916149016995347 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.11286209542847497 -0.08856824209449758 -0.16260429970992715 -0.08856824209449758 -0.11430236193223715 -0.08856824209449758 -0.18536186272401117 -0.09201437624336536 -0.08855327727690211 -0.1451659248397169 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.2779194508035892 -0.16699342626476965 -0.28119976352040316 -0.5850729513637662 -0.6090069798694113 -0.6257501961810034 -0.6546572086079993 -0.6303495804459427 -0.6630218541774162 -0.6749459502539085 -0.6750998457955477 -0.7198963454509137 -0.4325270606629162 -0.31098369733230496 -0.19322211523992722 -0.32140618790614234 -0.20049442244423107 -0.2212856458694351 -0.20860996903629242 -0.156762044849417 -0.1468497840924588 -0.20288318193426425 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3061252170855862 -0.6048120553155485 -0.6371355313503465 -0.6547552547039007 -0.6997103352389211 -0.6690353812670059 -0.6983228942681589 -0.6983867240258368 -0.6972254086585125 -0.7271585109057619 -0.4293311238017735 -0.2876947139425057 -0.19322211523992722 -0.3180433485566224 -0.20049442244423107 -0.23457841290226233 -0.14874650068978043 -0.2119226987235621 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3001722390552578 -0.5921910880468085 -0.6035358976911526 -0.613715229976403 -0.6416363126729631 -0.6353985281664639 -0.691756830520712 -0.7051617049671126 -0.6993315181461276 -0.7150818723263922 -0.44378956867894165 -0.3077462905040367 -0.19322211523992722 -0.3200063931711038 -0.20049442244423107 -0.22205103264685788 -0.14874650068978043 -0.166880348266669 -0.1468497840924588 -0.2031483865428013 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.2919330165952533 -0.5971494497173747 -0.6238167021339805 -0.6495936604563997 -0.6923470631605456 -0.6639990552933713 -0.7067562305113013 -0.7091258855237154 -0.7094101982174933 -0.7355971936744524 -0.4490657330007139 -0.30891498700403924 -0.19322211523992722 -0.32140628133102456 -0.20049442244423107 -0.23567299694095145 -0.14874650068978043 -0.20500829748512725 -0.1468497840924588 -0.16699650826320808 -0.1468497840924588 -0.20326447541885084 -0.16838619354609513 -0.1342555453509254 -0.3206697747039384 -0.6216859332039774 -0.6398003688453687 -0.6644737366897728 -0.709647294864681 -0.6947248783236282 -0.7075728057329486 -0.7069711666214106 -0.705787400563451 -0.7257826463798227 -0.4288997410163705 -0.2980253765171091 -0.19322211523992722 -0.32799336590638933 -0.20049442244423107 -0.22126891708533533 -0.14874650068978043 -0.1618729439949691 -0.12269889028966728 -0.14288105840413973 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.12881973176581674 -0.27846467926914403 -0.30950857563189216 -0.31167128291018187 -0.3254408674224312 -0.34502278317831003 -0.16256433920189414 -0.1628800849674537 -0.20445336736843503 -0.22399924411525146 -0.2034605537208994 -0.08856824209449758 -0.12400917346017021 -0.08855327727690211 -0.18164821037618026 -0.12458064206939345 -0.12458064206939345 -0.18072561313697613 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.15021239345162293 -0.16813373825858885 -0.12931395038039953 -0.128920106883745 -0.1295769460873875 -0.1435291630755882 -0.12620014822033762 -0.11447052214406939 -0.12082848833635311 -0.1542631127070792 -0.114489470857797 -0.15571728908928037 -0.12077057072992785 -0.16584098151516777 -0.12056653767393843 -0.09866323472729281 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17424906825246883 -0.2808973610111348 -0.5761351838040674 -0.5861925113526514 -0.601943346262086 -0.6486864750374292 -0.6379849289441883 -0.681642833319244 -0.7077995072324287 -0.7007088594758305 -0.7341225713651209 -0.4273430165284148 -0.3100104773644732 -0.19322211523992722 -0.3212684110894249 -0.20049442244423107 -0.23673453392424978 -0.14874650068978043 -0.2116234128024982 -0.1468497840924588 -0.1589320947546123 -0.1468497840924588 -0.2070786961310713 -0.16838619354609513 -0.1342555453509254 -0.3202394303952656 -0.6103642555584152 -0.6270326350825224 -0.6539744492932655 -0.6902858688918524 -0.6787798203103586 -0.6997451301733097 -0.7041425035488068 -0.7049912335639151 -0.7319956556470802 -0.4560677809500538 -0.2994715608364535 -0.19322211523992722 -0.32027777793387 -0.20049442244423107 -0.2279643051533503 -0.14874650068978043 -0.19458465035121958 -0.1468497840924588 -0.20419991207023766 -0.1468497840924588 -0.16701174674252947 -0.16838619354609513 -0.1342555453509254 -0.35037265103225695 -0.6424050724599308 -0.6784768259960728 -0.7058073506708312 -0.7332290276789198 -0.7171628296684013 -0.7631857375876315 -0.7757203048034734 -0.7816463492742688 -0.7842873046050343 -0.4935102830776739 -0.315903671056736 -0.26163400486273536 -0.3292248290561505 -0.20049442244423107 -0.25250998245383044 -0.14874650068978043 -0.20756253282851184 -0.1468497840924588 -0.20555252161197116 -0.20656135937155343 -0.1773405187970286 -0.16838619354609513 -0.1342555453509254 -0.3707921173149109 -0.5999743671962268 -0.5960329267879658 -0.6006057215637147 -0.6300362706119417 -0.6126393674521955 -0.598390866059398 -0.5985094577708251 -0.5961609900831978 -0.6229170905904668 -0.37792160864314495 -0.2813490034511313 -0.2525942464247256 -0.31403332280993335 -0.20049442244423107 -0.16484709655830804 -0.20495538785982123 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.20402769679368862 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.30947474800501285 -0.5971108632671956 -0.6039523910973804 -0.6093581979412473 -0.62995065273616 -0.5979542500195374 -0.6206089487203137 -0.6198132197025022 -0.6450557478229899 -0.6988113318495105 -0.4296999863167337 -0.3038700037781159 -0.19322211523992722 -0.320481912484604 -0.24266623401309106 -0.2199519138694097 -0.16177693873160343 -0.14720838156112923 -0.12269889028966728 -0.12269889028966728 -0.18015213333534952 -0.12269889028966728 -0.12813470387477596 -0.12881973176581674 -0.30143722129604367 -0.34269475796149607 -0.35686703735666464 -0.378141552566132 -0.40066667513072246 -0.22368304182705276 -0.22608721042450017 -0.2688062741508098 -0.2368575617213191 -0.2728501715176077 -0.18852496555246384 -0.22305540012347874 -0.08855327727690211 -0.19281643274904467 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1727595802568853 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.14557596578037973 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.16883297108375828 -0.12016841695082821 -0.14534307924423473 -0.20571568401172416 -0.17985139548244722 -0.24124292813191395 -0.18524326258235121 -0.2194065289907943 -0.1009185128139797 -0.15006652600105444 -0.1796999936222213 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3357910079471481 -0.6323802202215512 -0.6367250283692858 -0.6621882816177468 -0.7018554120358417 -0.6894982814089724 -0.7066523299868471 -0.7073173167711656 -0.7083971429598062 -0.7353640381706349 -0.4564270180988144 -0.31766647563894285 -0.19322211523992722 -0.32173278754329915 -0.20049442244423107 -0.2402347551734041 -0.14874650068978043 -0.1769552719925059 -0.1468497840924588 -0.18782777432258374 -0.1691845506466977 -0.20273232747771777 -0.16838619354609513 -0.1342555453509254 -0.327758378592 -0.6319274097258658 -0.6525718148128229 -0.6723028628550546 -0.724959368947188 -0.7002683028498019 -0.7107720595048979 -0.7140698951236688 -0.7268953525579547 -0.7498255871209963 -0.4876584797101101 -0.36627234268789666 -0.19322211523992722 -0.38987710641071655 -0.20049442244423107 -0.2927665373741089 -0.14874650068978043 -0.21186894090269245 -0.1468497840924588 -0.22575435465876015 -0.1468497840924588 -0.20472338986152244 -0.16838619354609513 -0.1342555453509254 -0.39573309289781705 -0.6815484354123278 -0.691073133409535 -0.6902120235549185 -0.715194967945432 -0.6989875379624338 -0.7053600438023517 -0.7059091811246004 -0.7058694269294659 -0.7332836558437809 -0.44263472749281724 -0.3035613863847804 -0.19322211523992722 -0.3268460069103706 -0.20049442244423107 -0.24219200201098756 -0.14874650068978043 -0.2038985424641234 -0.1468497840924588 -0.1729521803761289 -0.1468497840924588 -0.23345152790728171 -0.16838619354609513 -0.1342555453509254 -0.30390254366145864 -0.592417066227289 -0.5951169232961152 -0.6003032994153215 -0.6256834072537654 -0.6189906373409902 -0.6674684144658147 -0.6795224995979833 -0.6815012075723326 -0.7158961092791944 -0.4218380760222127 -0.2901151810575402 -0.19322211523992722 -0.2887291679412851 -0.20049442244423107 -0.2248624685825707 -0.14874650068978043 -0.1937959764871855 -0.1468497840924588 -0.1468497840924588 -0.20373371193204956 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3078127249058568 -0.6048361205826637 -0.6357676184665537 -0.6660449744209532 -0.7049973235929738 -0.6596313159852587 -0.6845528980289982 -0.7040568136760329 -0.7063666028109885 -0.7282674477585052 -0.4320019707573652 -0.31876682812167856 -0.19322211523992722 -0.31980511097684133 -0.20049442244423107 -0.22229786656835748 -0.18097682390477088 -0.18006342545044307 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.17938030588726367 -0.12813470387477596 -0.12881973176581674 -0.2905163405618518 -0.3186367000828185 -0.3452846766768648 -0.3609494244619111 -0.3718290721757671 -0.2020901242728622 -0.14246130573975532 -0.29035942771672807 -0.19584956938165202 -0.2599178634530093 -0.08856824209449758 -0.1765287014048857 -0.14979784036493363 -0.12458064206939345 -0.13969530878771627 -0.12458064206939345 -0.18087331880145996 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.1845120173614337 -0.08856824209449758 -0.14895443721139315 -0.15102905086429363 -0.1556743248114471 -0.14668007663310978 -0.1557991794103321 -0.08856824209449758 -0.13925898059381067 -0.1455511744722861 -0.08855327727690211 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3227425943667418 -0.6215563509759463 -0.638876362612751 -0.6519411810799122 -0.7019862902460323 -0.6770654963534146 -0.7050426189128279 -0.7077951086117985 -0.7092429893332113 -0.7374751755348034 -0.47800961974365724 -0.3422291387374583 -0.19322211523992722 -0.28895209141481293 -0.20049442244423107 -0.23753695064995112 -0.14874650068978043 -0.20477470467051948 -0.1468497840924588 -0.15705688757252426 -0.1468497840924588 -0.20295996826527063 -0.16838619354609513 -0.1342555453509254 -0.32734304902352845 -0.6521101594945544 -0.6901500055803063 -0.7011403104517933 -0.7247399053728832 -0.7006252378288629 -0.7118482675531639 -0.7225469149650592 -0.7296664564754365 -0.7530112527350564 -0.4888603275199232 -0.37555717211780665 -0.19322211523992722 -0.35908243586451444 -0.20049442244423107 -0.3351574058988418 -0.14874650068978043 -0.28980212903774855 -0.1468497840924588 -0.2053937902733959 -0.20579367265831944 -0.2050055039627762 -0.16838619354609513 -0.1342555453509254 -0.4133437838543571 -0.6848458604365919 -0.7039055511100696 -0.6362297642188228 -0.6587332092543321 -0.6240063235374351 -0.6280512796638266 -0.637200632862529 -0.6508828232494587 -0.6848530008320952 -0.4068149646915365 -0.2936916509356087 -0.19322211523992722 -0.28664332434907647 -0.20049442244423107 -0.2435283194240769 -0.14874650068978043 -0.2056412102825409 -0.15988319741503018 -0.20506321768415142 -0.1468497840924588 -0.16729962061401038 -0.16838619354609513 -0.1342555453509254 -0.3276941170193759 -0.6221753498706083 -0.6403637106087471 -0.670361158147193 -0.7246573204252044 -0.6995224259202303 -0.7063982425193949 -0.7072699698171314 -0.7061977585887369 -0.7235190871210642 -0.4276451128802472 -0.2907096329001334 -0.19322211523992722 -0.2832079015360883 -0.20049442244423107 -0.2477665871207896 -0.14874650068978043 -0.2044675993161673 -0.1468497840924588 -0.21951182629745689 -0.1468497840924588 -0.1674577220372816 -0.16838619354609513 -0.1342555453509254 -0.3479023788250701 -0.6364989134092901 -0.6667906228718304 -0.7065355939382573 -0.7359195738649215 -0.7117990564638289 -0.7284371150592834 -0.7435032075495138 -0.7385644731382727 -0.7665612313211159 -0.49294449947017077 -0.38073108333732353 -0.19322211523992722 -0.3637385606383059 -0.20049442244423107 -0.33924074705207685 -0.14874650068978043 -0.17965653576892812 -0.15475144505943042 -0.18040742374708904 -0.12269889028966728 -0.18025485701650185 -0.12813470387477596 -0.12881973176581674 -0.28122021104660183 -0.3477701527616244 -0.3708483936601006 -0.3837268459365978 -0.40976663177512834 -0.25931155895665614 -0.13284488073294864 -0.32294006261843716 -0.13284488073294864 -0.32594254346262247 -0.08856824209449758 -0.2746445821499377 -0.08855327727690211 -0.1558447721572049 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.15597982054994178 -0.12269889028966728 -0.14081989116056842 -0.18384458361145095 -0.12269889028966728 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.18069886405409388 -0.08856824209449758 -0.08856824209449758 -0.14500270568897994 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.16183840091192445 -0.09201437624336536 -0.08855327727690211 -0.08855327727690211 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1771561175403222 -0.1468497840924588 -0.1468497840924588 -0.20253953547664047 -0.1722165263730081 -0.16838619354609513 -0.1342555453509254 -0.4228097413103827 -0.7047338058275328 -0.6720809118356551 -0.6849259972195495 -0.722384593844486 -0.6850094284025223 -0.6935052000946317 -0.6818804740038702 -0.6871364723991474 -0.7335046470796576 -0.4348386534057738 -0.2637053767756039 -0.22317549775295314 -0.2725398560099835 -0.25986893904870123 -0.22092332593857772 -0.14874650068978043 -0.1468497840924588 -0.20408470072452475 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3371324377044043 -0.6230546738405642 -0.642624771666046 -0.6689100840323736 -0.7255268555188447 -0.7009205937227336 -0.7091059114377853 -0.7106184047695706 -0.7106710377140025 -0.738233772207039 -0.4742008253772801 -0.32379343267392974 -0.19322211523992722 -0.2883654239531065 -0.20049442244423107 -0.23651886972540895 -0.14874650068978043 -0.20522959478130118 -0.1468497840924588 -0.15712624975530418 -0.1468497840924588 -0.20426752249030852 -0.16838619354609513 -0.1342555453509254 -0.3709369006085689 -0.6648971171546189 -0.6777024960982113 -0.6996827573005254 -0.7265610004855956 -0.7017773309856088 -0.7114257772980732 -0.7152409259656254 -0.7163928553310075 -0.7519792324769933 -0.4896632315738863 -0.37453517980539125 -0.2124676697888717 -0.36182472750692257 -0.20049442244423107 -0.29619421810651725 -0.14874650068978043 -0.2312491847373446 -0.1468497840924588 -0.20556458947416462 -0.1468497840924588 -0.21991565481816946 -0.16838619354609513 -0.1342555453509254 -0.3999076700404071 -0.6870212015096574 -0.7003340580723282 -0.7057937413009887 -0.7280396363654267 -0.7073502924901225 -0.7494435535784632 -0.761981353046938 -0.7624998207020285 -0.7982333759219119 -0.5095194774545152 -0.39810133566732764 -0.19322211523992722 -0.387010913715256 -0.20049442244423107 -0.36427822721188796 -0.14874650068978043 -0.25710881474185415 -0.20426180667599667 -0.25047589952739713 -0.1468497840924588 -0.21726182146356227 -0.16838619354609513 -0.1342555453509254 -0.42820644920820783 -0.7117378943909533 -0.7425521369568784 -0.7605688057568263 -0.7891571427748114 -0.7592171645303676 -0.7876696978442057 -0.7851839959135966 -0.7719886167349937 -0.7775976496328022 -0.49007747621935455 -0.36483476960213035 -0.19322211523992722 -0.3610155522113727 -0.20049442244423107 -0.2816563593762114 -0.2220652321514554 -0.19044240228715473 -0.12269889028966728 -0.1821507625775111 -0.12269889028966728 -0.18096410129056606 -0.12813470387477596 -0.12881973176581674 -0.2360033908473007 -0.32522886307918697 -0.33536787380139665 -0.34545929974266065 -0.3721405850596734 -0.20865899517373027 -0.161537144008371 -0.2832662740003074 -0.2216549381875235 -0.24798313316444662 -0.08856824209449758 -0.18335509069718883 -0.13483361611915556 -0.14559498427603204 -0.18311243049071774 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.14262815479881025 -0.12269889028966728 -0.12269889028966728 -0.17908751688459482 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.17622167523105342 -0.08856824209449758 -0.18334815988233188 -0.08856824209449758 -0.18488241263445435 -0.08856824209449758 -0.24462797309569764 -0.08856824209449758 -0.21737514161759142 -0.1283685335426122 -0.10495074622178659 -0.14613577044026502 -0.12458064206939345 -0.18302849232545096 -0.12458064206939345 -0.1568058223013721 -0.1468497840924588 -0.17749113930512037 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.36017919368431306 -0.635044101805945 -0.6467192970282238 -0.6574902140268212 -0.6946662662709491 -0.6666580332404644 -0.7060649632659175 -0.7088406086403689 -0.708940279581948 -0.7373700182621606 -0.47464130979053504 -0.3374379764004395 -0.2266601972997679 -0.30797358800782404 -0.20049442244423107 -0.25440684453331075 -0.14874650068978043 -0.20468450941002367 -0.1468497840924588 -0.18286237021663024 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3164419490735489 -0.6284572869871644 -0.6557125775596976 -0.7003118323233112 -0.7286956353499351 -0.7042128043368298 -0.714409587917614 -0.7265685737324775 -0.7359742669715337 -0.768407798203223 -0.4940766175725752 -0.3839493134422738 -0.19322211523992722 -0.37911942046314057 -0.20049442244423107 -0.29681364947466454 -0.14874650068978043 -0.2048102343427814 -0.20777301207463708 -0.20467364507664537 -0.1468497840924588 -0.20503180371854207 -0.16838619354609513 -0.1342555453509254 -0.3698038324654372 -0.6643355866330681 -0.6804220675986403 -0.704590811255898 -0.7277004313980834 -0.7050389548931413 -0.7111535418102153 -0.7198889975495096 -0.7276942938969974 -0.755246027046836 -0.49036418897421746 -0.3223629073288478 -0.19322211523992722 -0.3515840021768373 -0.20049442244423107 -0.280584976719095 -0.14874650068978043 -0.2119962370560391 -0.2143749185277394 -0.20951153216307006 -0.1468497840924588 -0.20884311802059263 -0.16838619354609513 -0.1342555453509254 -0.4273070897626755 -0.7180404028916981 -0.7101563102520823 -0.7165597470789596 -0.7469274525980818 -0.7174730799909022 -0.7442646862924539 -0.7493140091435879 -0.7233062443508559 -0.7633755696564354 -0.4905085946332167 -0.35852566559158083 -0.19322211523992722 -0.3192268265567536 -0.20049442244423107 -0.2598531788374165 -0.14874650068978043 -0.20742588783107185 -0.1468497840924588 -0.219793094174458 -0.1468497840924588 -0.16751206512279418 -0.16838619354609513 -0.1342555453509254 -0.34315565606622334 -0.6344751883757094 -0.6560788809461837 -0.6913153644204827 -0.7258069547485532 -0.7008806678896917 -0.7094016485725446 -0.709349039394708 -0.7093093023263164 -0.7360599225363101 -0.4638815338256259 -0.3203388951275748 -0.19322211523992722 -0.31830252114711055 -0.20049442244423107 -0.24316542219865783 -0.14874650068978043 -0.1804029112562954 -0.12269889028966728 -0.1807323363083734 -0.1358117250954284 -0.16979787508329935 -0.12813470387477596 -0.12881973176581674 -0.25616630704102045 -0.33888417472321614 -0.3498595188205818 -0.3588712995789244 -0.3960348820628048 -0.2798805710958908 -0.16057094783996592 -0.3228046967486285 -0.16885345585582845 -0.3234663786284928 -0.113412346024722 -0.26695723511695485 -0.10499873708959039 -0.2327341409890716 -0.12458064206939345 -0.14239514313369026 -0.12458064206939345 -0.17904441759632247 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.19571287151369152 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.2192625319750515 -0.12202040342646908 -0.26908474818175265 -0.1559784673934439 -0.27775823221404516 -0.16295976854549976 -0.2803525483114813 -0.171538354538583 -0.2843674276307047 -0.16754539345552613 -0.2681346864368986 -0.15562454345952567 -0.21184373724397193 -0.19155210466592884 -0.16203729119437824 -0.2216516774105168 -0.18120231951236412 -0.17171189704991013 -0.2571136842222283 -0.24283874670832406 -0.16838619354609513 -0.1342555453509254 -0.43097195836147095 -0.719287141555538 -0.7597118469099583 -0.7943381006696656 -0.8479414952762785 -0.8213605890452853 -0.8561358797668772 -0.8666074245344462 -0.8577045442944352 -0.8776878633586566 -0.5303926335784889 -0.3938612709258105 -0.19322211523992722 -0.3805411956217073 -0.20049442244423107 -0.36172078495320586 -0.14874650068978043 -0.20873144162270832 -0.20074817847590268 -0.20581918806046165 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3059206521630593 -0.5889032701573611 -0.5922498737693147 -0.601083196645833 -0.6245693699942777 -0.5993079402724377 -0.6233659823666342 -0.6313615438416984 -0.6344552232348525 -0.6719511248959265 -0.419782027992048 -0.3000357927180174 -0.21803861299508984 -0.2820832763167867 -0.20049442244423107 -0.22574855046387118 -0.14874650068978043 -0.16701739335311125 -0.1468497840924588 -0.1468497840924588 -0.17546096262520086 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3156460075221363 -0.6063347360239615 -0.6139976488469704 -0.6307533951625798 -0.6668421844547258 -0.6467923977546107 -0.6789195559634688 -0.70227806867753 -0.7072859114275909 -0.7361888186573629 -0.4730430560216483 -0.32904966064053603 -0.19322211523992722 -0.2895907339346613 -0.20049442244423107 -0.24395472009605404 -0.14874650068978043 -0.2054189410592266 -0.1468497840924588 -0.20471726953073996 -0.1468497840924588 -0.18257333854841967 -0.16838619354609513 -0.1342555453509254 -0.3397084659174866 -0.6365624999431387 -0.6550383807743473 -0.6991116990413664 -0.726121277816317 -0.7021665448566227 -0.7106419220829667 -0.7116676631637933 -0.7101042972866093 -0.7394768549946511 -0.47174260137917473 -0.3548458375905642 -0.19322211523992722 -0.3202606703566726 -0.20049442244423107 -0.2571046450167701 -0.14874650068978043 -0.20448679513317186 -0.1468497840924588 -0.22520626125866122 -0.1468497840924588 -0.20460042627930375 -0.16838619354609513 -0.1342555453509254 -0.3538187807164819 -0.6640570237481214 -0.6835394921401563 -0.6981421711722264 -0.7279307187266821 -0.7060329958022914 -0.7138923770791408 -0.7354219073788775 -0.7317351191522483 -0.7663502265217194 -0.48955109652073125 -0.37176039000067596 -0.19322211523992722 -0.36818264933306033 -0.20049442244423107 -0.29197080558985944 -0.22212196975229948 -0.19556030419055667 -0.12269889028966728 -0.18229665811847462 -0.13377704724152134 -0.18307288027974 -0.12813470387477596 -0.12881973176581674 -0.28330479202136627 -0.43227118395082953 -0.44774985099385034 -0.45445287694988334 -0.46685865369191737 -0.3076064134311029 -0.13284488073294864 -0.38674507869019975 -0.13284488073294864 -0.35663697105075104 -0.08856824209449758 -0.3314741302971301 -0.08855327727690211 -0.2956960231226588 -0.12458064206939345 -0.21436137824880366 -0.12458064206939345 -0.28113850982245286 -0.12269889028966728 -0.14870987266384414 -0.12269889028966728 -0.19003147946648233 -0.12614502443853504 -0.26419471047449694 -0.08856824209449758 -0.08856824209449758 -0.3298597512197989 -0.08856824209449758 -0.301720108340164 -0.08856824209449758 -0.29976171365150894 -0.08856824209449758 -0.31003727735952036 -0.08856824209449758 -0.29501582522723635 -0.08855327727690211 -0.290278944344735 -0.08855327727690211 -0.1358583058020257 -0.12458064206939345 -0.21874425015492308 -0.1468497840924588 -0.2163672660806561 -0.1468497840924588 -0.19154106135132545 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.42162023868454945 -0.7049066189957955 -0.7060446948436695 -0.7057982086977419 -0.7462545554233726 -0.7449120449877527 -0.7740433412894305 -0.7772309446390975 -0.7814307020525341 -0.8079281298696865 -0.5012739896473627 -0.3928422349933293 -0.19322211523992722 -0.394353525143481 -0.20049442244423107 -0.35223733832307913 -0.14874650068978043 -0.22958602794125615 -0.2056133054569326 -0.20540211428200061 -0.20667355900635917 -0.20432532357356864 -0.16838619354609513 -0.1342555453509254 -0.38832702010925396 -0.7020050595589574 -0.7064345286475792 -0.7327409716321994 -0.7770617731699593 -0.7587216857729377 -0.7842288430452725 -0.7824313920856852 -0.7858269008614136 -0.8289776058275933 -0.5263117741967156 -0.4040231855379583 -0.19322211523992722 -0.3913603170436071 -0.20049442244423107 -0.35460044012600417 -0.14874650068978043 -0.2883847429456336 -0.1468497840924588 -0.2274154983082439 -0.1468497840924588 -0.20659168773032427 -0.16838619354609513 -0.1342555453509254 -0.42350995980492623 -0.7090116737227201 -0.7175240162996432 -0.7298727942589294 -0.7588116732113768 -0.7227246875777305 -0.7398244443666026 -0.7603760756132282 -0.7783789244783259 -0.811211060994644 -0.5184829507174363 -0.3861048650192374 -0.19322211523992722 -0.37354241085032924 -0.2551885360234397 -0.3309633963721071 -0.14874650068978043 -0.28572262983704594 -0.1468497840924588 -0.2066370620430681 -0.1468497840924588 -0.20545014483588928 -0.16838619354609513 -0.1342555453509254 -0.36315895435301415 -0.6504989871385276 -0.6881837930111133 -0.7065653827795301 -0.7293245160568762 -0.7031353922295798 -0.716815125368544 -0.719488433426805 -0.7186576386699837 -0.7466528571876104 -0.4889694154537981 -0.37333701502078204 -0.19322211523992722 -0.36794818907657983 -0.20049442244423107 -0.2561245743313593 -0.20711041061694893 -0.2057681793313892 -0.1468497840924588 -0.20564031820294684 -0.20678471896769074 -0.20478342789894646 -0.16838619354609513 -0.1342555453509254 -0.3533612005385223 -0.6479703110882277 -0.6628421667196922 -0.7027167139087005 -0.7270666863426499 -0.7024186419320397 -0.7124685085360801 -0.7154251755868194 -0.7214846921503544 -0.7536951153208604 -0.4912808597052258 -0.3776575664911635 -0.19322211523992722 -0.3702257848469814 -0.20049442244423107 -0.29623728196178445 -0.14874650068978043 -0.18871082723246382 -0.12269889028966728 -0.18120084019267255 -0.1487659751846441 -0.18090458562224226 -0.12813470387477596 -0.12881973176581674 -0.23669635250769314 -0.3634953615911205 -0.3813940190480033 -0.39359087048633556 -0.41710483071928134 -0.28919471099513533 -0.1833730002099981 -0.338080244538119 -0.16755339919871723 -0.34038034965350006 -0.12066592727375867 -0.2862032748507287 -0.08855327727690211 -0.2653971241473645 -0.12458064206939345 -0.18203570260471044 -0.12458064206939345 -0.1329157073942136 -0.18058569637907693 -0.1782590768873094 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.18503134783992736 -0.13488383445314636 -0.2107594479242595 -0.20781961446369512 -0.21896810074204454 -0.2248371769932966 -0.2281106664361484 -0.2314607206139727 -0.23362129276500856 -0.22340036171918073 -0.22201941391478636 -0.19789463524275594 -0.23288228072061906 -0.16461043670575043 -0.17338809192256768 -0.1468497840924588 -0.29380496330818806 -0.1468497840924588 -0.17228705740038505 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.4275042621496161 -0.7128084790170404 -0.7279320793226295 -0.7402123433090989 -0.7771484694941283 -0.7605482427204103 -0.821176307532007 -0.8383631736812667 -0.8419553814732539 -0.8819489758620157 -0.5601728881714594 -0.39445428305616465 -0.19322211523992722 -0.3936764497327784 -0.20049442244423107 -0.37052061285325144 -0.14874650068978043 -0.28145327805298975 -0.18066510865195626 -0.22040272027640392 -0.1468497840924588 -0.25014185178151654 -0.16838619354609513 -0.1342555453509254 -0.466978898117033 -0.7737141105100062 -0.8291605850981375 -0.8692930940674728 -0.9365212711199135 -0.9107020871524004 -1.0 -0.9270770140707074 -0.9098555889169336 -0.9380110377213854 -0.6305197603827394 -0.43308763120377736 -0.19322211523992722 -0.41930470590529395 -0.20049442244423107 -0.3822309022915417 -0.14874650068978043 -0.31154525094758845 -0.1468497840924588 -0.2319092334000212 -0.1468497840924588 -0.20718191736488079 -0.16838619354609513 -0.1342555453509254 -0.42169918208949037 -0.7045589030215643 -0.7099722867867724 -0.7414812737956471 -0.7759267216452713 -0.7385792577209721 -0.7834101567636551 -0.7998647043420071 -0.8141234801058619 -0.8265596677729375 -0.520978518711336 -0.3862092848215891 -0.19322211523992722 -0.3828191683359597 -0.20049442244423107 -0.33354964164036616 -0.14874650068978043 -0.24587025331013682 -0.2126337946220676 -0.21055536765390834 -0.21324601437803842 -0.20988581187797742 -0.16838619354609513 -0.1342555453509254 -0.4336931623558944 -0.7193481346049269 -0.7483961668559782 -0.7790490256910367 -0.8256882029045409 -0.7852046897992777 -0.8213228507585643 -0.8328630264765776 -0.8240945162030029 -0.8731954788084958 -0.5431536594487725 -0.3994484754257106 -0.19322211523992722 -0.40621771789072 -0.20049442244423107 -0.3738560195791993 -0.14874650068978043 -0.24580615299137842 -0.19117582972598987 -0.2170250437998077 -0.1468497840924588 -0.2322495188792239 -0.16838619354609513 -0.1342555453509254 -0.4239399189262097 -0.7001537897053729 -0.7061311082497893 -0.7129494138190955 -0.7486097853235966 -0.715712949298309 -0.744426144269393 -0.749591708314773 -0.7568277471208078 -0.7840493717387778 -0.4947320225969683 -0.3884740549376602 -0.19322211523992722 -0.37839877077817846 -0.20049442244423107 -0.35170028551622545 -0.14874650068978043 -0.1986554111488379 -0.12269889028966728 -0.1819098286426999 -0.17172438320921776 -0.1818954745774293 -0.12813470387477596 -0.12881973176581674 -0.2265005373722004 -0.4128774149434731 -0.4140960328928353 -0.4144832566214633 -0.4251527427216647 -0.2574280135054933 -0.13284488073294864 -0.3420136105840684 -0.13284488073294864 -0.3382343993383826 -0.08856824209449758 -0.2883513274773944 -0.08855327727690211 -0.21933954058097005 -0.12458064206939345 -0.18558558312600618 -0.1772013999901924 -0.18284753578967686 -0.12269889028966728 -0.14412141827271388 -0.12269889028966728 -0.18294548902520968 -0.15491179220476398 -0.13834362794029598 -0.08856824209449758 -0.08856824209449758 -0.21195106779202613 -0.17541093968041044 -0.19398868347490708 -0.1442738591537116 -0.242952126791037 -0.12266704549413676 -0.2919786688118815 -0.12930836934363735 -0.291008330318186 -0.12657982006718255 -0.28077080288570516 -0.08855327727690211 -0.25277631023507435 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.23771903952254106 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3701875280629712 -0.6990248769238809 -0.706235397907615 -0.720075856625292 -0.7629008012588426 -0.7511190832965658 -0.7732482297948658 -0.7936870377360136 -0.8107132937887108 -0.8333394279219816 -0.5146351673520854 -0.40252218545615387 -0.19322211523992722 -0.3879448154012048 -0.20049442244423107 -0.3549408791295006 -0.14874650068978043 -0.2650333187361147 -0.1468497840924588 -0.20598508989177677 -0.15778808107774378 -0.20603164538358051 -0.16838619354609513 -0.1342555453509254 -0.4224310190550783 -0.7103056263054142 -0.7140526779061 -0.7434178851121458 -0.7787251196687361 -0.7393400472499883 -0.7783226123513826 -0.8085492483276195 -0.7999926764483265 -0.8407935688256593 -0.5213733131821666 -0.39353076614814464 -0.19322211523992722 -0.40473057898218356 -0.20049442244423107 -0.3684298757698015 -0.14874650068978043 -0.32458044007366565 -0.1468497840924588 -0.22490096932175505 -0.1468497840924588 -0.20770013667746356 -0.16838619354609513 -0.1342555453509254 -0.42508278726060594 -0.7084412592164622 -0.7256673980119378 -0.765641776219459 -0.8017529142876405 -0.7791117731070271 -0.7861016475251853 -0.7880350944260649 -0.8123978591294536 -0.8679769978667875 -0.5451813172774403 -0.3841585200262801 -0.19322211523992722 -0.3799216862894195 -0.20049442244423107 -0.3100985818891932 -0.14874650068978043 -0.20774778231601754 -0.16926323214643904 -0.20665707286775675 -0.1468497840924588 -0.20536406005192057 -0.16838619354609513 -0.1342555453509254 -0.35863992044487025 -0.6545339006569958 -0.6971861231462131 -0.7086206790964279 -0.7316170147522818 -0.7062770957219563 -0.7272918757566138 -0.7425346882579043 -0.7403725637164168 -0.7718063008279837 -0.49211672007209883 -0.3867517855470928 -0.19322211523992722 -0.38652177559673473 -0.20049442244423107 -0.3503983146561183 -0.14874650068978043 -0.23183422834467765 -0.1468497840924588 -0.205061218524041 -0.1468497840924588 -0.2049245689986782 -0.16838619354609513 -0.1342555453509254 -0.36179899451408787 -0.6874593965524924 -0.7049213479536802 -0.7090599107994875 -0.7338548162732145 -0.7104741140224419 -0.7411366491415183 -0.7417200951591334 -0.7535431543664368 -0.7681259241137829 -0.48937389054142927 -0.37680264766728605 -0.19322211523992722 -0.3738461519035966 -0.20049442244423107 -0.3255378981322169 -0.14874650068978043 -0.20942780384978713 -0.12269889028966728 -0.18197315235322212 -0.12269889028966728 -0.18356131296756836 -0.12813470387477596 -0.12881973176581674 -0.2839889600987283 -0.4277377357012442 -0.42745744929881474 -0.43677010391207455 -0.4507816199005804 -0.22191436810666224 -0.29291391619766355 -0.30336966315353375 -0.33423212758392257 -0.297387153220511 -0.26389215453039494 -0.25158907704373146 -0.2478517974846891 -0.228012857748415 -0.14096166838325708 -0.19758271035761302 -0.12458064206939345 -0.17593430009411562 -0.12269889028966728 -0.14398888257366274 -0.12269889028966728 -0.1811569014473348 -0.1491127825224353 -0.10687742695201403 -0.08856824209449758 -0.08856824209449758 -0.29668527625065605 -0.08856824209449758 -0.29203596692066713 -0.08856824209449758 -0.2908082766479975 -0.08856824209449758 -0.2919873131950932 -0.08856824209449758 -0.29219254009805734 -0.14157885199388293 -0.23970407276299052 -0.08855327727690211 -0.15753639035846673 -0.12458064206939345 -0.15960232587815956 -0.1468497840924588 -0.21978954218048877 -0.1468497840924588 -0.1556861332800757 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.3973324683405337 -0.7087858187568209 -0.7150009476071294 -0.7476161432354095 -0.8084097560613162 -0.770206432907406 -0.8060525658338704 -0.8252826559095093 -0.8288225296719393 -0.8555667868860185 -0.555226175763284 -0.41813193068688764 -0.19322211523992722 -0.4031175376020646 -0.20049442244423107 -0.3684597397896901 -0.14874650068978043 -0.28463737473762 -0.1468497840924588 -0.2280144023304128 -0.1468497840924588 -0.20661673041179965 -0.16838619354609513 -0.1342555453509254 -0.4291168925902994 -0.7178944396225643 -0.733805774872477 -0.7695013057887867 -0.8331089850256228 -0.8102154953518849 -0.8550796393642589 -0.8706837240282361 -0.8544786215012824 -0.8645166260885286 -0.5763073655363957 -0.42946892107989026 -0.19322211523992722 -0.41570967992380925 -0.20049442244423107 -0.35768210528773253 -0.14874650068978043 -0.26108936885453965 -0.1468497840924588 -0.20565800969515102 -0.1468497840924588 -0.219906057211762 -0.16838619354609513 -0.1342555453509254 -0.38650887690403046 -0.6908427935616206 -0.7060607939034595 -0.7136471947595397 -0.7487141976524886 -0.72459327472861 -0.7468044267281088 -0.7444126804263109 -0.7506721834668442 -0.7736000835777961 -0.49235060366235833 -0.37775889228191695 -0.19322211523992722 -0.3795611777446454 -0.20049442244423107 -0.31169383726818184 -0.14874650068978043 -0.2344070195953624 -0.1468497840924588 -0.20599841749695 -0.20577336319726822 -0.20514206900715776 -0.16838619354609513 -0.1342555453509254 -0.36559583451542493 -0.6998343994306108 -0.7080248105961295 -0.7269588282736844 -0.7653653078512245 -0.7471072282191956 -0.7877224646848949 -0.7901909050602878 -0.7888205227138088 -0.8186564834479207 -0.5284209796747964 -0.40838915097131606 -0.19322211523992722 -0.39130167156637696 -0.20049442244423107 -0.3573358958287805 -0.14874650068978043 -0.24673978366097926 -0.1468497840924588 -0.21741160634756757 -0.1468497840924588 -0.21406716239223686 -0.16838619354609513 -0.1342555453509254 -0.4132560590382726 -0.7071046991681779 -0.712980546855788 -0.7433301759529665 -0.7969440770614936 -0.7672103867612341 -0.8084581306632257 -0.8402161033378186 -0.8466719562396398 -0.8540939106241703 -0.5299081895386611 -0.41220747538036057 -0.19322211523992722 -0.4083961952534372 -0.20049442244423107 -0.37447521220592056 -0.14874650068978043 -0.324238297038339 -0.12269889028966728 -0.20479600150001614 -0.2006548507031198 -0.20435063722400315 -0.12813470387477596 -0.12881973176581674 -0.3464904536633841 -0.43493393438608363 -0.44341447176715376 -0.44400149910698844 -0.4584058231529455 -0.2561430789107112 -0.1756666825478818 -0.3816010466328119 -0.19912071298902095 -0.4202858610280877 -0.15014534229407797 -0.3210856725652495 -0.08855327727690211 -0.29886474457021367 -0.12458064206939345 -0.3343560832699676 -0.12458064206939345 -0.27514708213071914 -0.12269889028966728 -0.27935617240530125 -0.12269889028966728 -0.15796708001107573 -0.12614502443853504 -0.24908081268448126 -0.08856824209449758 -0.08856824209449758 -0.32474731593286743 -0.08856824209449758 -0.3143728919297099 -0.08856824209449758 -0.3208839969276873 -0.08856824209449758 -0.31935704692662875 -0.08856824209449758 -0.3260590440840404 -0.08855327727690211 -0.31173630880468955 -0.08855327727690211 -0.32916711543239435 -0.12458064206939345 -0.22343997399416224 -0.1468497840924588 -0.3026397367725291 -0.1468497840924588 -0.2650330423159738 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.4778850878598351 -0.7565828356926386 -0.7992148264365796 -0.802649043300062 -0.8440714778187725 -0.821085345142706 -0.8624332282066224 -0.8670051314566054 -0.8215541856915596 -0.8314947466885224 -0.5356310660747114 -0.4044308780959021 -0.19322211523992722 -0.4118794267085242 -0.20049442244423107 -0.37557040860599167 -0.14874650068978043 -0.2804950322185124 -0.20808904611365348 -0.2311142527677905 -0.1468497840924588 -0.21660497123626027 -0.16838619354609513 -0.1342555453509254 -0.4321262180439875 -0.7234539251328186 -0.7789145140620097 -0.7938049522083983 -0.8345301340455579 -0.7896333640146519 -0.841467908708857 -0.8600078980232095 -0.850006508638683 -0.9159048369381524 -0.5751235245719556 -0.4204174375188635 -0.19322211523992722 -0.4129673362605147 -0.20049442244423107 -0.373476293753931 -0.14874650068978043 -0.3492809428475266 -0.1468497840924588 -0.3007033921437527 -0.1468497840924588 -0.23324486635046204 -0.16838619354609513 -0.1342555453509254 -0.4590857923542624 -0.7389416456490521 -0.7642852592162128 -0.8325999109678468 -0.8857624783756769 -0.8786320886135103 -0.9237242839570003 -0.977387268119808 -0.9742511394791639 -0.962575415266077 -0.5963528933072036 -0.4249291975866238 -0.19322211523992722 -0.4330483630659402 -0.20049442244423107 -0.4131642057651527 -0.14874650068978043 -0.36084142635469435 -0.1468497840924588 -0.364682742432236 -0.1468497840924588 -0.3584023448183592 -0.17951829357490812 -0.3265609090920363 -0.48019512342958026 -0.7663415038876407 -0.8081236728729895 -0.8489284905722263 -0.9387481190939077 -0.8938822644380514 -0.9562712991883386 -0.9984226738504575 -0.9393641556641089 -0.9725054154531856 -0.5797853351064014 -0.420614174295066 -0.19322211523992722 -0.4282508052288258 -0.20049442244423107 -0.3939758539468358 -0.20897798009666296 -0.369489958369115 -0.1468497840924588 -0.38996318227400084 -0.1468497840924588 -0.40245226118950694 -0.16838619354609513 -0.3494592262974586 -0.4823279109501845 -0.7965301174601408 -0.8403678955842658 -0.878335144569272 -0.9223518401100345 -0.8790850701442178 -0.9232700303464322 -0.927573521127505 -0.9140042515384021 -0.8993064674821115 -0.5944467687162168 -0.42374704968531723 -0.19322211523992722 -0.4285595162328485 -0.20049442244423107 -0.379377111654645 -0.14874650068978043 -0.3291023803049215 -0.12269889028966728 -0.2689771323879977 -0.12269889028966728 -0.19164986849088522 -0.12813470387477596 -0.12881973176581674 -0.35261451305148833 -0.4426966116136792 -0.42205376948237955 -0.44242525409291844 -0.45521418619207377 -0.21923040735638158 -0.15344347794095917 -0.3364543038224295 -0.1910180846965707 -0.3202562826196264 -0.09843325328831862 -0.21332953495705917 -0.20650980695180635 -0.15492425820956962 -0.23544503000583342 -0.16386157801784068 -0.12458064206939345 -0.18704519291362728 -0.12269889028966728 -0.14600613131638654 -0.12269889028966728 -0.22797856366950703 -0.12614502443853504 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.2508571322110889 -0.11208533686175642 -0.27106428940854105 -0.17731256726458514 -0.2788265360676127 -0.1720157055619743 -0.29060094288122945 -0.17719973673995654 -0.27820701543032644 -0.15076707161375677 -0.2371180683603114 -0.08855327727690211 -0.1795877938874815 -0.19480637864290318 -0.12458064206939345 -0.20960611891917244 -0.1468497840924588 -0.1468497840924588 -0.21854491227165002 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.42200372131681924 -0.7070751239111716 -0.7143211752805653 -0.7451304929059465 -0.793241845161266 -0.7691651008192872 -0.8015227843990292 -0.8162589392428928 -0.7974635973325365 -0.8453880225916557 -0.5311150676122629 -0.398945055807319 -0.19322211523992722 -0.3898579186448028 -0.20049442244423107 -0.3674518247692011 -0.14874650068978043 -0.25243909162010925 -0.1468497840924588 -0.2078665125226238 -0.2093433729949487 -0.20588988854771897 -0.16838619354609513 -0.1342555453509254 -0.3960355725987575 -0.7061052377869015 -0.7092280821992685 -0.7343471212991217 -0.7733750241109145 -0.7459872671683133 -0.7861972893749761 -0.8014010036999107 -0.8085932505472789 -0.8325860638625163 -0.5258493440339747 -0.4057861984442992 -0.19322211523992722 -0.40317752862935086 -0.20049442244423107 -0.37426198713090403 -0.14874650068978043 -0.3223278335274798 -0.1468497840924588 -0.2915429364657575 -0.1468497840924588 -0.2078674959567755 -0.16838619354609513 -0.1342555453509254 -0.42931821307353873 -0.7105467962800619 -0.7295704529821636 -0.7774698952972653 -0.8466173655435697 -0.8095252534585835 -0.8302559700746195 -0.8475057128688486 -0.8620542151886768 -0.9052849174594231 -0.5527316697606929 -0.3922203429399271 -0.19322211523992722 -0.38989334772242046 -0.20049442244423107 -0.3691542069723126 -0.14874650068978043 -0.2818149107273663 -0.23850427226010154 -0.2225278221063094 -0.23725947269028047 -0.2515268481953469 -0.16838619354609513 -0.1342555453509254 -0.45018032633869204 -0.7353472631533358 -0.7548327206759456 -0.7837191834812571 -0.8512197059560853 -0.8522574325739586 -0.8933330716353919 -0.8660890442129421 -0.8462567797779289 -0.8805459932330372 -0.573695951152015 -0.41344512527426386 -0.19322211523992722 -0.4031329057142198 -0.20049442244423107 -0.3743275878865668 -0.14874650068978043 -0.258224561036182 -0.1468497840924588 -0.2228194757887029 -0.1468497840924588 -0.2768588778203415 -0.16838619354609513 -0.1342555453509254 -0.44523910878172845 -0.7225653554675445 -0.722228373762627 -0.7399318580869024 -0.774338023654724 -0.7486971064550394 -0.7815755884224292 -0.7983807785356698 -0.7995471406900353 -0.8261154365907216 -0.5336633305116404 -0.38389673769236005 -0.19322211523992722 -0.3805696613156964 -0.20049442244423107 -0.33062466900618004 -0.2411793431295141 -0.2816637759656667 -0.12269889028966728 -0.1998377762299729 -0.1947321509485791 -0.1896984187003034 -0.12813470387477596 -0.12881973176581674 -0.3106054835208215 -0.44181654327327324 -0.4357365704295943 -0.43525070792319254 -0.4935756305575802 -0.31820360998997466 -0.13284488073294864 -0.37428534718715767 -0.13284488073294864 -0.3702901297735005 -0.08856824209449758 -0.3282561148005631 -0.08855327727690211 -0.2941277713711306 -0.12458064206939345 -0.21236152923709442 -0.19409879053627044 -0.22708172314418917 -0.12269889028966728 -0.14231893393497552 -0.12269889028966728 -0.20173536923041618 -0.12614502443853504 -0.10802010785264847 -0.08856824209449758 -0.08856824209449758 -0.3007626671544827 -0.08856824209449758 -0.2918693359174463 -0.08856824209449758 -0.2968192259505947 -0.08856824209449758 -0.3151871233423833 -0.08856824209449758 -0.2977676140539588 -0.08855327727690211 -0.2935869366688426 -0.08855327727690211 -0.19005467032969106 -0.12458064206939345 -0.2967327703402471 -0.1468497840924588 -0.19517090731014253 -0.1468497840924588 -0.22129383278414233 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.4246042467452629 -0.7128857350108528 -0.7285977483397397 -0.7522974583091836 -0.7889093616783526 -0.754896647986384 -0.7930133549678533 -0.810317590477834 -0.823462591526538 -0.8637052244374351 -0.5595991151195027 -0.4180933845896846 -0.19322211523992722 -0.41446391047140196 -0.20049442244423107 -0.37366436460574615 -0.14874650068978043 -0.34161144675828153 -0.1468497840924588 -0.22889333188568028 -0.1468497840924588 -0.20711527010009567 -0.16838619354609513 -0.1342555453509254 -0.373075290101605 -0.7014694691626443 -0.7066988521943488 -0.7186192869172782 -0.7468230452916116 -0.7232040702485654 -0.7541617134590243 -0.7546042089051412 -0.7593982412341854 -0.7875674279599985 -0.4974371067355671 -0.3853115127997794 -0.19322211523992722 -0.3804323212949511 -0.20049442244423107 -0.3452795373363031 -0.14874650068978043 -0.23227404779619745 -0.1468497840924588 -0.20517853160637736 -0.1468497840924588 -0.21243181016193044 -0.16838619354609513 -0.1342555453509254 -0.3728936980452855 -0.6919779243623682 -0.7073381663283039 -0.712059247676049 -0.7400453242674698 -0.7177943327922806 -0.7575219670241972 -0.7580250274874546 -0.7598604707288931 -0.796666201130415 -0.5035187593195959 -0.39146932335368534 -0.19322211523992722 -0.38618957066746884 -0.20049442244423107 -0.3517008168788282 -0.14874650068978043 -0.22324079937154664 -0.1468497840924588 -0.20719225858707996 -0.18520111221859795 -0.2055497770258635 -0.16838619354609513 -0.1342555453509254 -0.3528365875614362 -0.677591427878243 -0.705619581542448 -0.7189639100810601 -0.7686141953378912 -0.7434037909910977 -0.785505748143099 -0.8010239342665947 -0.7970305318396926 -0.8132615889161937 -0.5153681044424139 -0.39868331352404734 -0.19322211523992722 -0.3966273812630544 -0.20049442244423107 -0.3510213200081211 -0.14874650068978043 -0.24249092592492089 -0.1468497840924588 -0.20528158651382958 -0.1468497840924588 -0.2052017874998228 -0.16838619354609513 -0.1342555453509254 -0.3647621764820853 -0.6958804201800777 -0.7113104486730948 -0.7312122763653411 -0.774842196109521 -0.7601320604321566 -0.7957584352551706 -0.8072316654302757 -0.8028144658709272 -0.8355221385116485 -0.5321148815264466 -0.4048191154362359 -0.19322211523992722 -0.43157742154277706 -0.20049442244423107 -0.35436662183348683 -0.14874650068978043 -0.22566490793611044 -0.12269889028966728 -0.1846878287889528 -0.1643309177580496 -0.18132042581594457 -0.12813470387477596 -0.12881973176581674 -0.23831557348460064 -0.4145115753898586 -0.419639735570567 -0.4201722304383107 -0.43254105806771437 -0.3247508656855751 -0.13284488073294864 -0.3610885081193194 -0.13284488073294864 -0.37098790834678114 -0.08856824209449758 -0.3011251994226697 -0.08855327727690211 -0.31849813050163944 -0.12458064206939345 -0.2854807141612087 -0.12458064206939345 -0.20491734754735272 -0.160538219718349 -0.18231677612521047 -0.12269889028966728 -0.19873236281311502 -0.12614502443853504 -0.12544043423683077 -0.08856824209449758 -0.08856824209449758 -0.28907110916464246 -0.08856824209449758 -0.29051076116495517 -0.08856824209449758 -0.2918779780912554 -0.08856824209449758 -0.2978408593011754 -0.08856824209449758 -0.30536654974609934 -0.08855327727690211 -0.2990192040121692 -0.12458064206939345 -0.3233949595435585 -0.12458064206939345 -0.22851203713423413 -0.1468497840924588 -0.1837161953652722 -0.3083693576079697 -0.23742070944255111 -0.1468497840924588 -0.16838619354609513 -0.1342555453509254 -0.4336904453461337 -0.7201665788826171 -0.7251205772702876 -0.7454635877491599 -0.7732759259223642 -0.7597051872598406 -0.7731080789903885 -0.7765785347178724 -0.8057865095098106 -0.8455725236153168 -0.5316384567330364 -0.38341416322208033 -0.19322211523992722 -0.42388069326149097 -0.20049442244423107 -0.36806299380828705 -0.14874650068978043 -0.2637385726744524 -0.1468497840924588 -0.2327975210180011 -0.17829195609137846 -0.22262869113022607 -0.16838619354609513 -0.1342555453509254 -0.43518300104264246 -0.7091800920031301 -0.7237458632297074 -0.7532966548883016 -0.8098622430802616 -0.7659221084450041 -0.7954765474347777 -0.8033171892162536 -0.8076365538241467 -0.8367659971982374 -0.5360148161662546 -0.40587258490319933 -0.19322211523992722 -0.43818338919518146 -0.20049442244423107 -0.3581841705951709 -0.14874650068978043 -0.27270642527773414 -0.1468497840924588 -0.22108817816896836 -0.1468497840924588 -0.20553223585801175 -0.16838619354609513 -0.1342555453509254 -0.40220364989545326 -0.7070789323403107 -0.7258005790447513 -0.7757351579827113 -0.8357018010041032 -0.8010794394782907 -0.840485922653121 -0.8490842957428374 -0.8444782293912505 -0.8718237285367111 -0.5408238049534427 -0.40881942964613643 -0.19322211523992722 -0.43395911751002564 -0.20049442244423107 -0.36076246350635544 -0.14874650068978043 -0.25609022865098163 -0.1468497840924588 -0.223587325480434 -0.1468497840924588 -0.20652607250526717 -0.16838619354609513 -0.1342555453509254 -0.42245780945870565 -0.7096339127043743 -0.7497301878379994 -0.8082090077585138 -0.8764617997980557 -0.8781806411350819 -0.8483609023328145 -0.8828863961875411 -0.8754101061670737 -0.8849040894215993 -0.558807167088216 -0.4187523617778124 -0.19322211523992722 -0.4370516993999944 -0.20049442244423107 -0.3735551225816738 -0.14874650068978043 -0.3598184723538793 -0.1468497840924588 -0.27458584931571167 -0.1468497840924588 -0.24354667263143476 -0.16838619354609513 -0.1342555453509254 -0.42268012477180655 -0.7050031259632025 -0.7076906626755668 -0.7217746741404146 -0.7686565084950177 -0.7430898743775503 -0.7766917131628501 -0.7933619541344978 -0.7965311705566582 -0.8091857548210599 -0.5083375443518163 -0.39305058366334883 -0.19322211523992722 -0.41768773943026066 -0.20049442244423107 -0.2997499006595862 -0.14874650068978043 -0.18976811551433126 -0.12269889028966728 -0.21146872697555677 -0.12269889028966728 -0.1812285270495833 -0.12813470387477596 -0.12881973176581674 -0.2210687543828072 -0.37841492006168304 -0.4027526253130935 -0.4144960104251606 -0.4239231507267548 -0.2891160716725089 -0.13284488073294864 -0.3380641266796624 -0.13284488073294864 -0.34433509860147143 -0.08856824209449758 -0.2971309186911274 -0.08855327727690211 -0.3028005556454165 -0.12458064206939345 -0.18249525113814252 -0.12458064206939345 -0.1806929374966047 -0.12269889028966728 -0.13296648603700523 -0.12269889028966728 -0.17919916263505367 -0.16450993773103767 -0.09722390407769199 -0.08856824209449758 -0.08856824209449758 -0.21311917263365474 -0.1365511911747417 -0.23504064688877968 -0.2532062519821728 -0.27694108389643246 -0.3130932375077808 -0.3045307102393905 -0.3155662465002201 -0.29314684567677024 -0.27700168734114083 -0.2690600094731206 -0.3006109671915199 -0.299181159342069 -0.30752931187322013 -0.20530163359292952 -0.2520498470106606 -0.28028435139613744 -0.3072654946546147 -0.21638904626552663 -0.18766741791717442 -0.16838619354609513 -0.1342555453509254 -0.49962026176025004 -0.7730118681053924 -0.7843736684522976 -0.8086061633652964 -0.8362701454509526 -0.8249834577643892 -0.821638727175255 -0.8806054530745058 -0.8804383530667086 -0.8883794428171811 -0.5818899231008986 -0.4171709146670712 -0.19322211523992722 -0.44774066184267264 -0.20049442244423107 -0.38551339607957036 -0.18898694834686208 -0.35490733821247117 -0.1468497840924588 -0.333769596000122 -0.1468497840924588 -0.25464490108951127 -0.16838619354609513 -0.1342555453509254 -0.4671391349191059 -0.7580841604503668 -0.8155235268729548 -0.8423003056991561 -0.8757965219482721 -0.8512740750060191 -0.9194384385760555 -0.8902171842109351 -0.8377128281384586 -0.8236072698306115 -0.509527974916226 -0.3701458315019166 -0.19322211523992722 -0.40612696344499855 -0.20049442244423107 -0.3026838301433082 -0.17783694096679598 -0.2340903243727255 -0.1468497840924588 -0.20803354966854123 -0.20979295878426044 -0.20703667188166394 -0.16838619354609513 -0.1342555453509254 -0.41208375318130075 -0.7047554508304968 -0.7066046693861899 -0.7266714866996931 -0.7645633512574406 -0.7483979668575207 -0.7835417104138844 -0.7904875895740846 -0.7946173127513572 -0.8093792332994302 -0.5113670707257774 -0.39419573440204797 -0.19322211523992722 -0.42055039169225267 -0.20049442244423107 -0.3545461667639959 -0.14874650068978043 -0.23887917115155657 -0.205548843768752 -0.2060179145059831 -0.19644526509775256 -0.20594857818251727 -0.16838619354609513 -0.1342555453509254 -0.35645011346725247 -0.7029770877914746 -0.7083563276631564 -0.729161155025087 -0.784971328322609 -0.7581347123138499 -0.7973375231654882 -0.8195547291468275 -0.8186350602361984 -0.8461667975309385 -0.5261735002182856 -0.39903434674438615 -0.19322211523992722 -0.4207627925843205 -0.20049442244423107 -0.35355552594180356 -0.14874650068978043 -0.2291095017242648 -0.1468497840924588 -0.2060154317020775 -0.20623628572622626 -0.20550589736565045 -0.16838619354609513 -0.1342555453509254 -0.40029245845916794 -0.7057693530564345 -0.7198671756121886 -0.7672163220210954 -0.8256066325703597 -0.8205575092924634 -0.8655130796918521 -0.8911879581113054 -0.8922289913050201 -0.8986367000232623 -0.5800804701477683 -0.41320346462095786 -0.19322211523992722 -0.4509581219538609 -0.20049442244423107 -0.3723715876610213 -0.14874650068978043 -0.2575866196793783 -0.21507538061433187 -0.1959960909629089 -0.12269889028966728 -0.19487262940668176 -0.12813470387477596 -0.12881973176581674 -0.29322844173904455 -0.4164074180043107 -0.4168745842260449 -0.4134551180882596 -0.423222134993173 -0.2991058114287136 -0.13284488073294864 -0.34070533903773514 -0.13284488073294864 -0.3342148150486664 -0.08856824209449758 -0.2835486411437085 -0.08855327727690211 -0.21402894252160332 -0.12458064206939345 -0.18378598717247716 -0.18434746473748068 -0.180196107712251 -0.12269889028966728 -0.14327305908148066 -0.12269889028966728 -0.17960211673007886 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.18421853479480813 -0.1530106884676296 -0.2148573514174617 -0.163081768167478 -0.22130409292466938 -0.1376937955499567 -0.16440845962021225 -0.12620453685342217 -0.2372621194526569 -0.12008023116915054 -0.14514843832063215 -0.1845942965920715 -0.12458064206939345 -0.12458064206939345 -0.1811765481226161 -0.1468497840924588 -0.1468497840924588 -0.20344786968808318 -0.17941835727862432 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3706995570212816 -0.6719307791820066 -0.6988863951053631 -0.7036024049997257 -0.7255934110243519 -0.7019789018625379 -0.7117028612320354 -0.7127096632702404 -0.7152381390089187 -0.7434700761754597 -0.4879950493376047 -0.35733277473394875 -0.19322211523992722 -0.3936299472511763 -0.20049442244423107 -0.2878622002652567 -0.20508685978369076 -0.21743623508838178 -0.1468497840924588 -0.21250765481718795 -0.1468497840924588 -0.17987640578134487 -0.16838619354609513 -0.17028291014341673 -0.3639570534002413 -0.6614011935863389 -0.6852581138068662 -0.7064465695373807 -0.7290894538816016 -0.7069378724043351 -0.7276462967509202 -0.7350808193580474 -0.7420033313838625 -0.7692909810173513 -0.49063414339375877 -0.37743658381151307 -0.19322211523992722 -0.40633384365301034 -0.20049442244423107 -0.2957185699663439 -0.14874650068978043 -0.22935891132254713 -0.1468497840924588 -0.20551129699911364 -0.1468497840924588 -0.20479695287748081 -0.16838619354609513 -0.17028291014341673 -0.35585575336259984 -0.6600857367450761 -0.6882102832982941 -0.7044308355867024 -0.7296518519416211 -0.7068049382386422 -0.7293795007638442 -0.7370884820255093 -0.7284819830108054 -0.7525718818979726 -0.4884406367921648 -0.3616427228755026 -0.19322211523992722 -0.39730527312370567 -0.20049442244423107 -0.2932305363978504 -0.14874650068978043 -0.21260855151497896 -0.1468497840924588 -0.2359567029783348 -0.1468497840924588 -0.2055735518932055 -0.16838619354609513 -0.17028291014341673 -0.3854180615033521 -0.672301967044853 -0.6997335279198706 -0.7049795640758063 -0.7298885324617441 -0.7291405592093971 -0.7767031801111326 -0.7889682626077303 -0.7771561124805125 -0.7979000877159002 -0.5044135351314161 -0.3776931958118719 -0.19322211523992722 -0.4060160898948607 -0.20049442244423107 -0.31404172207961706 -0.22721376758418108 -0.2244284265713348 -0.1468497840924588 -0.22833599934427556 -0.1468497840924588 -0.21039481408415342 -0.16838619354609513 -0.17028291014341673 -0.43158945926786263 -0.7137123380257752 -0.7198291284303721 -0.741175332209299 -0.7761124623388551 -0.7416819099088324 -0.7878921292326109 -0.8216879366846801 -0.8090938635409474 -0.8384157431766115 -0.52625858843229 -0.3820167788202425 -0.19322211523992722 -0.411064878839046 -0.20049442244423107 -0.33557275656373625 -0.14874650068978043 -0.2007649750891034 -0.12269889028966728 -0.18495378885802852 -0.1881269637782273 -0.18477635258883846 -0.12813470387477596 -0.16484709655830804 -0.24849141992527057 -0.42996398477853476 -0.4389862224195696 -0.4430742923928386 -0.4635873269320986 -0.3117775388811576 -0.13284488073294864 -0.363120750277489 -0.13284488073294864 -0.3491559524339368 -0.08856824209449758 -0.29771214243840377 -0.08855327727690211 -0.2129549847740109 -0.19622549051479599 -0.14862878427935314 -0.16433181439300573 -0.18828809282913928 -0.12269889028966728 -0.13445353533464782 -0.12269889028966728 -0.15778701353958507 -0.12614502443853504 -0.15224682368209533 -0.08856824209449758 -0.08856824209449758 -0.23654279382101354 -0.08856824209449758 -0.2715924740101536 -0.08856824209449758 -0.28757749669886473 -0.08856824209449758 -0.29416554194908434 -0.08856824209449758 -0.29484693466649614 -0.08855327727690211 -0.19941918947582304 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.18664780835664385 -0.1468497840924588 -0.1468497840924588 -0.23557868843176377 -0.18788150632229086 -0.15880010244703355 -0.16838619354609513 -0.17028291014341673 -0.4279417934115675 -0.7105120546626738 -0.7156300193752053 -0.7384315872648682 -0.7813940242285923 -0.7624700417572458 -0.8059473652017513 -0.7992380565238717 -0.8236287981405503 -0.8050409240067304 -0.510467547592932 -0.37123886876847895 -0.19322211523992722 -0.4138566447399824 -0.20049442244423107 -0.3154637676248293 -0.23187973813882057 -0.23020237546718772 -0.1468497840924588 -0.208801296924505 -0.20081212928707368 -0.16803617893220912 -0.16838619354609513 -0.17028291014341673 -0.37939449430567435 -0.700281213989243 -0.7026048196341217 -0.7070189386009166 -0.7279988431370609 -0.706257180539206 -0.7301902757595945 -0.7338293711721507 -0.7424625368590142 -0.771336656780952 -0.5012604722000641 -0.37313170132342305 -0.19322211523992722 -0.4099849997115735 -0.20049442244423107 -0.3057552748509149 -0.27511573473350887 -0.23073758830229887 -0.1468497840924588 -0.25750184854304964 -0.1468497840924588 -0.21028598660173115 -0.16838619354609513 -0.17028291014341673 -0.4290801926797973 -0.7098203745012138 -0.7101264326524395 -0.7105742787290792 -0.7375790931052735 -0.7087535514964097 -0.7300073250477135 -0.7515426731129828 -0.7647630260517756 -0.7404822568662892 -0.4872567317435206 -0.2970411065920211 -0.19322211523992722 -0.34779126290993384 -0.20049442244423107 -0.23957461383081155 -0.14874650068978043 -0.20733082671646344 -0.20809668920989557 -0.2051302891237237 -0.1468497840924588 -0.15707657643909564 -0.16838619354609513 -0.17028291014341673 -0.3392464522189084 -0.6340167119972498 -0.6370675535570022 -0.64733362243252 -0.6751071828069588 -0.6613918648004389 -0.698565092717781 -0.7068351144172668 -0.7091352116624445 -0.7367691889403801 -0.4506549016695115 -0.3075969263831258 -0.23616242714540064 -0.3229654211604639 -0.20049442244423107 -0.244296535257043 -0.14874650068978043 -0.20617944388085307 -0.1468497840924588 -0.20516354222015956 -0.2060627040497945 -0.1675733685204941 -0.16838619354609513 -0.17028291014341673 -0.3627977920628984 -0.6462061535524268 -0.6534774605994501 -0.6860673831687968 -0.7222716251076712 -0.7002071961345719 -0.7109808591979058 -0.7091772188778941 -0.7132860465539062 -0.7379576954816018 -0.4853839739101482 -0.35201165278542 -0.19322211523992722 -0.3548278565208514 -0.20049442244423107 -0.2579470539490024 -0.14874650068978043 -0.18008333919833258 -0.12269889028966728 -0.18072723173446933 -0.12269889028966728 -0.14313198556326967 -0.12813470387477596 -0.16484709655830804 -0.2638813803597702 -0.34245697993765656 -0.35167176014633056 -0.3685679093175135 -0.3857880008631097 -0.214169149294979 -0.2013424979433747 -0.26613019818259237 -0.19460865243194045 -0.26000190994059025 -0.13705374059694164 -0.2182425347195603 -0.12491440996011059 -0.15816231744096143 -0.18506990529351489 -0.13958959682081318 -0.12458064206939345 -0.12269889028966728 -0.1537359198700611 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.18201301357777422 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.16118651257353298 -0.08856824209449758 -0.18513938463781 -0.15406439425878582 -0.19920443504498456 -0.18143096089784172 -0.14596381809514758 -0.14403831580079746 -0.1862939860321145 -0.11978639560253188 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.18028547508758977 -0.12458064206939345 -0.18855820996162598 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3103836717332911 -0.6211426839226506 -0.6655201817094106 -0.7008298209681425 -0.7284290060123342 -0.7027948393334646 -0.7148025745340642 -0.7164507499522069 -0.7187600717288889 -0.7431084137912904 -0.48810293077759787 -0.3634224287711996 -0.19322211523992722 -0.3534609695084127 -0.20049442244423107 -0.25613906840534684 -0.14874650068978043 -0.2047245661591264 -0.15996954011403697 -0.20466688388909585 -0.1468497840924588 -0.1713821634562786 -0.16838619354609513 -0.17028291014341673 -0.30060305703195056 -0.6090417125418752 -0.6527471042914369 -0.6991370215903079 -0.7271030943921726 -0.7007023747307468 -0.7162957375684782 -0.7278092183390806 -0.7323041533700554 -0.7610738282792542 -0.48910656391281987 -0.3665550766753701 -0.19322211523992722 -0.3812616105004346 -0.20049442244423107 -0.24288449613381666 -0.14874650068978043 -0.20555403842317344 -0.1850701299168179 -0.2050257328925512 -0.1468497840924588 -0.1829467707428208 -0.16838619354609513 -0.17028291014341673 -0.29321630133343973 -0.6063200776730993 -0.6575676095800083 -0.687575730595029 -0.7249148405154635 -0.698831093610057 -0.7061739497757986 -0.7060168077217287 -0.7068793995917944 -0.7336431596951039 -0.4558471591459526 -0.3011761615483848 -0.19322211523992722 -0.32087494488068713 -0.20049442244423107 -0.24866573832950933 -0.14874650068978043 -0.2067551938630814 -0.1468497840924588 -0.2059939426158345 -0.1468497840924588 -0.18342884890293068 -0.16838619354609513 -0.17028291014341673 -0.35145084274883565 -0.6374129328650546 -0.6511425638092545 -0.670436568087382 -0.7138435163446298 -0.6976988553769303 -0.7111063989589508 -0.7107500438715267 -0.7126901905156445 -0.7423696974068198 -0.48735950360656954 -0.3632657046672689 -0.19322211523992722 -0.3441432077143851 -0.20049442244423107 -0.26344313495908395 -0.14874650068978043 -0.20480777001184192 -0.18869354034206112 -0.2048522335739873 -0.1468497840924588 -0.2047675025854771 -0.16838619354609513 -0.17028291014341673 -0.3916220543723418 -0.69496169795637 -0.7037434414097731 -0.7081111467077502 -0.7319790605144185 -0.715391197938552 -0.7407505772184448 -0.7598847966440103 -0.7658432413935379 -0.7814116593003989 -0.4925429044645249 -0.37003466530997897 -0.19322211523992722 -0.40036203442506824 -0.20049442244423107 -0.29907964274893983 -0.14874650068978043 -0.202582436090977 -0.12269889028966728 -0.1851050739690321 -0.12269889028966728 -0.18376400377132818 -0.12813470387477596 -0.16484709655830804 -0.2386670018320422 -0.4134379764960876 -0.39343513457671225 -0.41323322620781444 -0.4229479719221888 -0.2576741092351041 -0.16596188094937622 -0.32692793581295027 -0.1670173475467869 -0.325679777798345 -0.08856824209449758 -0.2105566973417513 -0.08855327727690211 -0.14495738196920763 -0.12458064206939345 -0.18108884815224247 -0.13762316667023186 -0.13145166254496998 -0.12269889028966728 -0.12269889028966728 -0.1791875568376754 -0.18210344021130473 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.17826998914766867 -0.08856824209449758 -0.1776349435374634 -0.13010444877386906 -0.179391528188415 -0.165783699042129 -0.23260381650681564 -0.18178638978081124 -0.161977948951459 -0.12970318929139957 -0.13930242036593146 -0.1819991377196775 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.23520365697436663 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.33111905002005504 -0.6224489042120841 -0.6365805185795178 -0.6530901926185444 -0.7114924519255206 -0.687911914264552 -0.7118078949354614 -0.7173548063484967 -0.7157592997744128 -0.7431948656895585 -0.48790245720157976 -0.3670113889414394 -0.22924948003241857 -0.384474448597873 -0.20049442244423107 -0.25459902343793545 -0.14874650068978043 -0.2048956287554419 -0.15988562770403242 -0.16740402132116264 -0.1468497840924588 -0.20338240409628475 -0.16838619354609513 -0.17028291014341673 -0.3205892229980438 -0.6309455376864641 -0.6804909968582954 -0.7044018060578292 -0.727907866620197 -0.7037441033978931 -0.7140607727131011 -0.7281290985649488 -0.7400486144725082 -0.7530713487579158 -0.4887061904773283 -0.33979369917070007 -0.22924948003241857 -0.3310414746587251 -0.20049442244423107 -0.2509652987197188 -0.14874650068978043 -0.20803430862526873 -0.20900548067829114 -0.2062235871237777 -0.1468497840924588 -0.2050836883990832 -0.16838619354609513 -0.17028291014341673 -0.4256134007941348 -0.7089003733544947 -0.7089406802133622 -0.7188978619073368 -0.7625280512427994 -0.735643410549473 -0.7571097129645039 -0.7722322739025325 -0.7629589346203337 -0.7866718164278437 -0.5066316324835392 -0.36781821303723344 -0.22924948003241857 -0.40597890262314845 -0.20049442244423107 -0.33933461203855875 -0.14874650068978043 -0.24088856763604247 -0.1468497840924588 -0.2818573892752399 -0.1468497840924588 -0.25033827737125747 -0.16838619354609513 -0.17028291014341673 -0.4391384115113839 -0.7193724818575565 -0.7172685725641988 -0.7318843630608367 -0.7778392426540042 -0.7396180700072793 -0.7614517521514509 -0.7580640304897983 -0.7651450218425153 -0.8011420818788358 -0.5088322162189983 -0.37100568731041134 -0.22924948003241857 -0.4061268430079198 -0.20049442244423107 -0.31830582568811067 -0.14874650068978043 -0.3139491217085301 -0.1468497840924588 -0.2229328505949347 -0.1468497840924588 -0.20854464771348497 -0.16838619354609513 -0.17028291014341673 -0.4240732096462135 -0.7085484269996688 -0.7158199434984808 -0.7585451985809271 -0.8167640098733173 -0.812524294750311 -0.8165111428186063 -0.8130087747134933 -0.7999971418306677 -0.8071352073029701 -0.5139575202357001 -0.3796707195816519 -0.23748566303841867 -0.4298736985589878 -0.20049442244423107 -0.3699678609857019 -0.14874650068978043 -0.229282059199129 -0.12269889028966728 -0.18992422275036 -0.19215152856824014 -0.18689018845331246 -0.12813470387477596 -0.16484709655830804 -0.3114414289242579 -0.4262305769634011 -0.425574742409178 -0.4236434606670404 -0.43916861235610144 -0.3059098124211531 -0.13284488073294864 -0.35641118699610413 -0.13284488073294864 -0.35473436208889425 -0.08856824209449758 -0.3063327770185221 -0.12458064206939345 -0.3258226712442693 -0.12458064206939345 -0.24275195704748442 -0.12458064206939345 -0.3157180789975973 -0.12269889028966728 -0.17184383077938395 -0.2872450800159342 -0.1868327449296498 -0.15853067650810335 -0.13661186885964993 -0.08856824209449758 -0.08856824209449758 -0.2509382775455568 -0.08856824209449758 -0.19743575784070122 -0.08856824209449758 -0.24884104395802517 -0.08856824209449758 -0.20693406161466912 -0.08856824209449758 -0.2804935665725714 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.2064568322182549 -0.16344860330836297 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3353459979401769 -0.6439064360021173 -0.6667940719417986 -0.7039419673308918 -0.7274303166630406 -0.7044319017615489 -0.7147063949350025 -0.7113282207976672 -0.7119341971960648 -0.7355718725876839 -0.4768229637625797 -0.3086086905341915 -0.22924948003241857 -0.3230487606352848 -0.20049442244423107 -0.24719868393258115 -0.14874650068978043 -0.20506381939104673 -0.1468497840924588 -0.16740524012453858 -0.1468497840924588 -0.2254643859549176 -0.16838619354609513 -0.17028291014341673 -0.3257448331747167 -0.6328022696419006 -0.6558509846782091 -0.6966672065948896 -0.7271573070679609 -0.703148377976611 -0.7158493116488092 -0.7325356319921426 -0.7281565290263128 -0.7455141395026631 -0.48758888089217906 -0.32615385347440906 -0.22924948003241857 -0.3256355899303685 -0.2523538760215343 -0.24438209703042427 -0.14874650068978043 -0.21356885979683496 -0.1468497840924588 -0.2053968967986355 -0.1468497840924588 -0.16731386258047473 -0.16838619354609513 -0.17028291014341673 -0.32224453461096797 -0.6332006607729028 -0.6792540389954683 -0.7072755988603998 -0.7325955610645607 -0.7106580068243155 -0.7376415635483506 -0.7523370105153412 -0.7488004928903683 -0.7738997869647912 -0.49144638317950606 -0.36969738596774976 -0.22924948003241857 -0.3880186605710386 -0.20049442244423107 -0.26474466265675173 -0.14874650068978043 -0.21784520765166077 -0.1468497840924588 -0.20513749265061373 -0.1468497840924588 -0.20458669137874708 -0.16838619354609513 -0.17028291014341673 -0.33604682843160766 -0.65027123695872 -0.7015707971820566 -0.7113907905746953 -0.7492618038070218 -0.7366277823495223 -0.7734999385168516 -0.7870669621168002 -0.7911614644093723 -0.8173162198155005 -0.5081179793699732 -0.38155519440443963 -0.22924948003241857 -0.40665194820000167 -0.20049442244423107 -0.3544394677125702 -0.14874650068978043 -0.22211181923519158 -0.1468497840924588 -0.21443124371741054 -0.1468497840924588 -0.20592904680800797 -0.16838619354609513 -0.17028291014341673 -0.34507054006663596 -0.644712947464431 -0.6719877302202908 -0.7076772547868835 -0.7318514457847913 -0.7074897870496222 -0.7415418734133667 -0.756993487759089 -0.7455111056899746 -0.75554367869531 -0.4883854791634678 -0.3617983405921102 -0.22924948003241857 -0.3808191997684088 -0.20049442244423107 -0.2551374454269769 -0.14874650068978043 -0.18153899581533922 -0.12269889028966728 -0.20228329655334107 -0.12269889028966728 -0.18075258182879966 -0.12813470387477596 -0.16484709655830804 -0.1954255574849371 -0.34814886508284676 -0.34139016368830727 -0.35056125363632856 -0.37098264420262383 -0.1534568192837446 -0.13284488073294864 -0.21612419589639176 -0.13284488073294864 -0.22080244625933987 -0.08856824209449758 -0.10931355309894732 -0.12458064206939345 -0.1568351275588548 -0.12458064206939345 -0.14825828399759142 -0.18283356556039052 -0.12269889028966728 -0.18610027643676316 -0.12269889028966728 -0.12269889028966728 -0.18120641625381992 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.1490579216309549 -0.14037831133935888 -0.11022871947498065 -0.1732053196056987 -0.14989970695518492 -0.09842362570658487 -0.10567301781678488 -0.15367386019843957 -0.1860974070282563 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.2277373088275863 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3483288569429169 -0.6761205319233343 -0.7056213299305691 -0.7203483955805745 -0.7560465602328589 -0.7285862008921902 -0.7831275213103098 -0.769007380532136 -0.7666220495725212 -0.8026719454573782 -0.5206618220831224 -0.3719624153240386 -0.22924948003241857 -0.40905373390151417 -0.20049442244423107 -0.30357459012054594 -0.14874650068978043 -0.21470757741215082 -0.1468497840924588 -0.24024675818338315 -0.1468497840924588 -0.16801692506578508 -0.16838619354609513 -0.17028291014341673 -0.40757667101460643 -0.6981971031424942 -0.7032911023107925 -0.7043852626666741 -0.7273690475730644 -0.7024240894837888 -0.7369149213339207 -0.7348871041033201 -0.7271193617081938 -0.7592465497445822 -0.48949192476426456 -0.35739590658898873 -0.22924948003241857 -0.392953604396545 -0.20049442244423107 -0.2844328284851649 -0.14874650068978043 -0.22471038488245876 -0.1468497840924588 -0.20721732367923454 -0.19942315249035752 -0.20627840394515137 -0.16838619354609513 -0.17028291014341673 -0.40185017140811935 -0.6822159724763509 -0.6951611147441182 -0.7055375528884713 -0.7260600582531499 -0.701500638072713 -0.7185057064205587 -0.7135140459685092 -0.7124384916124274 -0.7356406377770348 -0.4334305037567518 -0.2933820216349099 -0.22924948003241857 -0.2909523501892374 -0.20049442244423107 -0.22368386472156673 -0.14874650068978043 -0.2046280062719523 -0.1468497840924588 -0.17158347436366264 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.33689523115192205 -0.6171805063398684 -0.619194211592242 -0.6257206605414565 -0.6510786435512302 -0.6377509659357764 -0.6674084195232487 -0.66506369326245 -0.6334153939093163 -0.649977803617845 -0.3927869488727747 -0.2748521491393938 -0.22924948003241857 -0.3449264372984749 -0.20049442244423107 -0.22146019086334975 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.17786281866225967 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3143375913645716 -0.6010873339443035 -0.6079226307064816 -0.6183546654671533 -0.6391993729632206 -0.6313109403906764 -0.6204838227294409 -0.6444957820166854 -0.6410701431074813 -0.6703692209212144 -0.42059815670356177 -0.2798995486954203 -0.22924948003241857 -0.33027823932797545 -0.20049442244423107 -0.2234235698215495 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.16484709655830804 -0.27039352779700515 -0.30849654161496004 -0.3228672444969825 -0.3304759675046968 -0.3546477077742917 -0.17428446985486415 -0.21538401075648217 -0.1961468914107856 -0.13284488073294864 -0.22006830459512278 -0.08856824209449758 -0.09201437624336536 -0.12458064206939345 -0.12458064206939345 -0.18094828318511944 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.08856824209449758 -0.1430583634724773 -0.12073053850455116 -0.08856824209449758 -0.1461712008555757 -0.10471016085526125 -0.08856824209449758 -0.08856824209449758 -0.16380026543441908 -0.09201437624336536 -0.08855327727690211 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3067336027992643 -0.5973138436295393 -0.6076284106496124 -0.6148977366440256 -0.6460991282449161 -0.6328864756367697 -0.6612338327633825 -0.6736152445319212 -0.70249324930097 -0.712670521409458 -0.4248732031806172 -0.2800535099736696 -0.22924948003241857 -0.2874317437874543 -0.2479769360659846 -0.2199475511785073 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.18714634002830746 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.27586899714932095 -0.5797519772717976 -0.6093188249159804 -0.6285056794124453 -0.6842028968958362 -0.6727207149453552 -0.7079775829233322 -0.7098443580802324 -0.7090923160996779 -0.734729047294782 -0.4596560099256545 -0.30353298077585544 -0.22924948003241857 -0.3225657997081215 -0.20049442244423107 -0.24698200001748788 -0.14874650068978043 -0.20520659908632627 -0.1468497840924588 -0.1589912973153048 -0.1468497840924588 -0.20345152978462033 -0.16838619354609513 -0.17028291014341673 -0.33481190192900034 -0.6171995206359645 -0.6298382460287054 -0.6413168294581787 -0.691471903562151 -0.6267305909765702 -0.6419205631987112 -0.6568160513581097 -0.6989392819459361 -0.7127998258800985 -0.4193423808429944 -0.2693871398155328 -0.22924948003241857 -0.28658620973726984 -0.20049442244423107 -0.22281614920386192 -0.20854923885557808 -0.17690918495669788 -0.1468497840924588 -0.20388973958597684 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3093754802175198 -0.597788882595313 -0.6294632101448461 -0.6623950344076821 -0.7000603497699235 -0.6872910089492175 -0.7068423269595404 -0.7081763909091475 -0.7094201145238831 -0.7353856475658459 -0.4694086293135844 -0.3031020933228129 -0.22924948003241857 -0.32074109341251006 -0.20049442244423107 -0.22292226990248987 -0.14874650068978043 -0.20456734977244323 -0.1468497840924588 -0.1468497840924588 -0.2043005303964396 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3164650092222821 -0.6073593192859773 -0.619247300293367 -0.6155969033235722 -0.6400896923170517 -0.6128484192404339 -0.6165824147535807 -0.6201227944633291 -0.6219497309014687 -0.6518843745647805 -0.4014411720368204 -0.25924537325993335 -0.2890950169570525 -0.2741386586521697 -0.2903580588777783 -0.2196242571656191 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.14711703619164027 -0.18398567014519165 -0.23421611442157889 -0.28309062976862687 -0.2893056712921682 -0.2934931109743476 -0.31946501334065475 -0.20801993285119222 -0.14476780980898415 -0.22013300397347577 -0.1894607113434023 -0.22274050969777717 -0.08856824209449758 -0.09201437624336536 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1743680363953187 -0.12269889028966728 -0.1752407614046379 -0.12269889028966728 -0.17433133766144512 -0.12269889028966728 -0.17769526526091883 -0.12459560688698894 -0.14014629411364776 -0.12810178518061208 -0.1406651094862486 -0.12803004524914582 -0.14042146796838886 -0.08856824209449758 -0.1401082961928759 -0.08856824209449758 -0.14046930229448876 -0.08856824209449758 -0.14378699021304903 -0.08855327727690211 -0.17828647574725948 -0.12458064206939345 -0.18636383908370036 -0.12458064206939345 -0.18600827574905648 -0.1468497840924588 -0.20822564482454065 -0.1468497840924588 -0.2086455487079337 -0.1468497840924588 -0.23016144008416178 -0.17028291014341673 -0.23817683418109137 -0.553534000615046 -0.5768077554881866 -0.6022548596548583 -0.6309741395540718 -0.6104235447666735 -0.636170046465849 -0.6357414408444699 -0.645234875382089 -0.6795012423386771 -0.4068995341773595 -0.2660522727645106 -0.22924948003241857 -0.33940473077565625 -0.20049442244423107 -0.223176552421237 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.20343767565695223 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.31639146506427485 -0.6097615521650682 -0.63750455666583 -0.6538080089470242 -0.7029570251378081 -0.6742330417741897 -0.7075511795481415 -0.7091716609769314 -0.7100787433033208 -0.7366494111905001 -0.4563746898285585 -0.30071389977729335 -0.22924948003241857 -0.321434313858574 -0.20049442244423107 -0.24157543924310793 -0.14874650068978043 -0.20489179200665789 -0.1468497840924588 -0.1468497840924588 -0.20428628046629543 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3174655973024147 -0.6162717660772884 -0.6475697125018857 -0.6865921827511352 -0.7278917861975288 -0.7033206032909987 -0.7175691026929644 -0.7195603919942508 -0.7277849168349666 -0.7535617095628976 -0.48896414563265367 -0.3580500927938725 -0.22924948003241857 -0.3248846915381262 -0.20049442244423107 -0.2490886609381763 -0.14874650068978043 -0.20594393188245022 -0.1468497840924588 -0.20520086015680716 -0.1468497840924588 -0.17154024684402075 -0.16838619354609513 -0.17028291014341673 -0.34979514263763345 -0.6423655315732044 -0.6513510827082633 -0.6692593085900113 -0.703064450486447 -0.6728794371144585 -0.6911483453852759 -0.7078397434722441 -0.7087923099779097 -0.7355749949283178 -0.4743314572323026 -0.30912797999978747 -0.22924948003241857 -0.3293408847686691 -0.20049442244423107 -0.25732988473480084 -0.14874650068978043 -0.2053449483808089 -0.1468497840924588 -0.20491158994982184 -0.1468497840924588 -0.1673022228645744 -0.16838619354609513 -0.17028291014341673 -0.320228856301277 -0.5986599530247606 -0.6053808211113048 -0.6064750401467439 -0.6382255445986886 -0.6218366217898365 -0.6373344625116105 -0.6346353412585355 -0.6414281999697089 -0.6603984135851152 -0.3922458948671645 -0.2563297566806636 -0.22924948003241857 -0.2859309340671102 -0.24206712199255426 -0.22591964775801673 -0.14874650068978043 -0.12269889028966728 -0.17996318924228014 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.16484709655830804 -0.30788830596977945 -0.2776192268977225 -0.27740592966021926 -0.28169020650696613 -0.28653174177076646 -0.22147201283369505 -0.13284488073294864 -0.24370502334156519 -0.13284488073294864 -0.2472604140390971 -0.08856824209449758 -0.09201437624336536 -0.12458064206939345 -0.12458064206939345 -0.1377477960866195 -0.16675559377104088 -0.16592667907362998 -0.16347612574561876 -0.16324714216513278 -0.16498732398165358 -0.16288497472117466 -0.17352233382062995 -0.16658460754259774 -0.17502729841083564 -0.16479758655828056 -0.1387413940432725 -0.12896268063653468 -0.13937598669536175 -0.12924219967525652 -0.12879045695420077 -0.15674330407739312 -0.08856824209449758 -0.08856824209449758 -0.08856824209449758 -0.13344258770467918 -0.1660494801217 -0.16530562004259583 -0.16512764510104538 -0.1650595382346383 -0.16502011297724128 -0.1754815213921881 -0.1874912378033777 -0.1972411184064831 -0.18700444057510104 -0.1972149936782297 -0.18705161445273208 -0.2517584755846117 -0.22000019002234827 -0.27415908451003107 -0.5445896716985831 -0.5615208844593673 -0.5770179377378418 -0.5972567592656197 -0.5699083020954581 -0.5749373795266123 -0.5800037854064957 -0.5803889837056804 -0.6127741182559286 -0.355885846215093 -0.31171332964096005 -0.22924948003241857 -0.2930583014436346 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.18192265833550644 -0.1468497840924588 -0.19925040459152601 -0.16219460269753824 -0.25270942792469697 -0.22049036928526225 -0.2743868509496484 -0.5201513204539712 -0.5517927421790431 -0.5644096872400777 -0.5986488416193305 -0.5848062690259083 -0.6122072462229314 -0.6421155044528999 -0.6534756121163646 -0.676137677352564 -0.3781193155250501 -0.3247415670206959 -0.25755959229433584 -0.2859494086147225 -0.2872933729107448 -0.2199714092666976 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.16008787976177494 -0.17419201386764221 -0.18813671965939802 -0.2606225536873727 -0.22262972950552273 -0.30791809724560715 -0.5649884832034723 -0.5729349375378414 -0.581506550662111 -0.6097335628594536 -0.5943913138777551 -0.6081856407743769 -0.6100504058100761 -0.6064223567620165 -0.6342467645421479 -0.38455505466934214 -0.31121820679716466 -0.22924948003241857 -0.34402368942534156 -0.20049442244423107 -0.22102176373556134 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.2033240634532062 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.33823889343704283 -0.5801667425580037 -0.5825990172534857 -0.5870764749519098 -0.6116671974997951 -0.5927580652097065 -0.6042311868002799 -0.6076371772475962 -0.6126045022704821 -0.6361666204582841 -0.381684829798358 -0.30740599427427623 -0.22924948003241857 -0.3434331109190694 -0.20049442244423107 -0.22086569467663383 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3149175069477893 -0.5735678799451072 -0.5823385045379127 -0.5875073606713015 -0.6240063689332492 -0.6158097210699534 -0.6381178752904523 -0.6503422670845906 -0.632702425149827 -0.6603219277912039 -0.40566979349191506 -0.29664575557269024 -0.26052333753649515 -0.3195442444256655 -0.25352091223808354 -0.22591873940362156 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.1463821000539041 -0.16484709655830804 -0.3186516019688615 -0.3055511502334969 -0.33366334941841413 -0.36518266168151686 -0.3863692759232081 -0.16913570394285563 -0.20876952038254734 -0.19587332048641312 -0.19653835781184056 -0.19344071297510917 -0.08856824209449758 -0.14829894720675155 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.180782226665126 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.12459560688698894 -0.12459560688698894 -0.08856824209449758 -0.16783402880423226 -0.08856824209449758 -0.13721385406067815 -0.08856824209449758 -0.19008690878610401 -0.08856824209449758 -0.18831934364532404 -0.08856824209449758 -0.11928112369351197 -0.12458064206939345 -0.15589183360046496 -0.12458064206939345 -0.12458064206939345 -0.1653216662821103 -0.12458064206939345 -0.179286478091352 -0.1468497840924588 -0.17807471012693418 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.36026246473133783 -0.6021910741557671 -0.5954281097778588 -0.5876247337687214 -0.5997365442164496 -0.5660637067779567 -0.5665187016081809 -0.5652492651042261 -0.5641732758048595 -0.5912665730333566 -0.34298085889426233 -0.30472741859472735 -0.22924948003241857 -0.29138960806033415 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1675286060767882 -0.1888498964329541 -0.18783873445279287 -0.1468497840924588 -0.19978354935235945 -0.2346245606427721 -0.24893862734784405 -0.2770916026731588 -0.5199972552756879 -0.5512966320743167 -0.5543617993395511 -0.579597679922301 -0.5590375774742028 -0.5731177757183776 -0.5861589091259317 -0.5902101512097934 -0.6233467904837362 -0.36196082757452336 -0.30895638292811173 -0.22924948003241857 -0.34431844277505114 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.15671946091907826 -0.1597740569731938 -0.1880022039624724 -0.18781303596154253 -0.18752786592485887 -0.20919368463674778 -0.2106167152245057 -0.3149487628665889 -0.5745511277522447 -0.5889557662659693 -0.5987610932946207 -0.6328465405726063 -0.6240814887893326 -0.6450848912414736 -0.6733579692568848 -0.7005897649732781 -0.7211642961196271 -0.4561253789056924 -0.2919556356760558 -0.26609219794609296 -0.3226794581976701 -0.20049442244423107 -0.2214933211871492 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.2101536583753297 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.42241387864392976 -0.6761562728759694 -0.6861568608369432 -0.6030094428525933 -0.6178986267364327 -0.59389043468353 -0.5987560982638898 -0.6017592194040756 -0.5894322515793398 -0.6201597617289255 -0.3708564172973135 -0.30898893931312216 -0.22924948003241857 -0.34563333322919554 -0.20049442244423107 -0.22011528154753116 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.17771177399331972 -0.1468497840924588 -0.1468497840924588 -0.1899476281425441 -0.17028291014341673 -0.31028397671462077 -0.5639116100244984 -0.5694853397705749 -0.5867720231179252 -0.6210971833659243 -0.5976709095860931 -0.5975526366085656 -0.6223404288304638 -0.6263960634033208 -0.6596527902161119 -0.4048293937223318 -0.31532535751286606 -0.22924948003241857 -0.34333660477573813 -0.20049442244423107 -0.22083786568715266 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.16484709655830804 -0.2973273818218614 -0.30080554442260793 -0.29682211746473625 -0.3010392200745375 -0.307237823317199 -0.20594907057399361 -0.13284488073294864 -0.23945441837905215 -0.13284488073294864 -0.23160006909309003 -0.08856824209449758 -0.12804174103585667 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.16495793586544302 -0.15343040824540805 -0.16346009835708072 -0.16321353368406458 -0.16530334600873803 -0.16635772784966465 -0.17548284003590015 -0.16484294066233574 -0.13885917305019294 -0.1289158746733398 -0.1392423167468067 -0.1289084110635152 -0.1392020154176969 -0.12897424769640214 -0.12899635973124698 -0.12907293526786104 -0.128792613925425 -0.1327178661851911 -0.16508250416586728 -0.17074898074926634 -0.16483014685511857 -0.17515927125241362 -0.16454536381733395 -0.174679007404857 -0.18660135580675807 -0.1973292101771649 -0.18664524707917052 -0.19709758907938907 -0.18682983784276697 -0.2752149039101039 -0.21243026127282155 -0.2742886141923441 -0.5205539863159705 -0.5572666162966474 -0.5891911426224179 -0.6271599436464139 -0.6198854305995098 -0.6516604635687036 -0.682109885900167 -0.6985533201322981 -0.732267026513826 -0.42804246437614907 -0.32207724833794005 -0.22924948003241857 -0.32832896546686097 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.20305034001728983 -0.16838619354609513 -0.17028291014341673 -0.33620410745656343 -0.591978151391888 -0.6170224465583726 -0.6369118444104831 -0.6745516532085825 -0.6531801022930698 -0.6855574698428302 -0.7046974118137824 -0.6922691018713865 -0.7199669795685255 -0.41748563355867996 -0.31956030904111143 -0.22924948003241857 -0.3324349670748852 -0.20049442244423107 -0.22118511073257896 -0.14874650068978043 -0.1468497840924588 -0.20491275295785058 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.31515976744443946 -0.5594498036267683 -0.5698003104942794 -0.5910294045234292 -0.6253738983668078 -0.609114569110241 -0.6303760004774849 -0.6199878666048302 -0.6096337004406781 -0.6401097320066809 -0.38241846191779366 -0.32052623923983037 -0.22924948003241857 -0.3430564255442121 -0.20049442244423107 -0.22219297043307787 -0.14874650068978043 -0.15878569666890222 -0.1468497840924588 -0.20225649188063088 -0.16340378174217088 -0.18018436896148532 -0.2093130148364228 -0.21103715152134858 -0.30860392022782246 -0.5566859447018727 -0.5573536022424903 -0.5578553363746187 -0.5811726321539504 -0.5575039117870129 -0.5772018025194123 -0.5756956871736901 -0.5681867651342413 -0.5949926183894235 -0.34595888545570697 -0.3179706174114358 -0.22924948003241857 -0.3009243156470982 -0.20049442244423107 -0.20954428551724194 -0.14874650068978043 -0.19941668090304646 -0.1468497840924588 -0.1988535441739836 -0.1468497840924588 -0.204465866319524 -0.22261026703407796 -0.25207865727819495 -0.2743543754431024 -0.5394824693456557 -0.5551195578282326 -0.5668223731594703 -0.5945810337563712 -0.5792370823669319 -0.6000556288706659 -0.6103076493919725 -0.6236516510028458 -0.6439289330855026 -0.3753481851044417 -0.3170869803402361 -0.22924948003241857 -0.34271758045055145 -0.20049442244423107 -0.22160350485754018 -0.14874650068978043 -0.12269889028966728 -0.12269889028966728 -0.152817112464171 -0.12269889028966728 -0.12269889028966728 -0.12813470387477596 -0.16484709655830804 -0.30398435809036634 -0.32331647269407343 -0.32890886940696473 -0.34006435795799406 -0.3592934762716993 -0.1908078213878594 -0.1454120637694755 -0.2214091365157821 -0.2007901477167617 -0.13629101488181639 -0.09889551438010348 -0.12804174103585667 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.12459560688698894 -0.12459560688698894 -0.08856824209449758 -0.1459734620397571 -0.08856824209449758 -0.08856824209449758 -0.12160023443365287 -0.12028053383330044 -0.08856824209449758 -0.14901519139736352 -0.08856824209449758 -0.09201437624336536 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1911510994231213 -0.1468497840924588 -0.19855427807328943 -0.16838619354609513 -0.22215907313513872 -0.2925389803930314 -0.5753100914275172 -0.5815352665259235 -0.5902190508639384 -0.6110499894345622 -0.5868244290310499 -0.5677884590619433 -0.5673078525885604 -0.567716892920051 -0.5990964122654733 -0.38684068826796736 -0.3040857704751495 -0.2674777190514841 -0.30134756342989016 -0.20049442244423107 -0.17524959909472806 -0.173591452290163 -0.18797530778364818 -0.18777698409333557 -0.18723655941342487 -0.18750980083441784 -0.18761066755515074 -0.2506722150610488 -0.21518820156992247 -0.23813472639015001 -0.5205019479034554 -0.5354646515489986 -0.5199077523925763 -0.575843762667223 -0.5489026614182981 -0.5553859479939236 -0.5584046949494355 -0.5669091934798427 -0.5907501634057098 -0.38145308872337047 -0.3057259760750054 -0.256274949263487 -0.28182464760230863 -0.2547830508161763 -0.16484709655830804 -0.14874650068978043 -0.16017603917718 -0.1468497840924588 -0.1885479523736177 -0.17361687849115764 -0.18737462204508878 -0.20879395222380268 -0.21079992385337118 -0.27877337885299025 -0.5599255247798334 -0.5574771120376733 -0.5614375712187666 -0.5813496201962389 -0.5619745492159416 -0.5670536304238861 -0.5679717080929803 -0.5682236927109873 -0.6000995586693995 -0.3908479773157367 -0.31418387020122707 -0.22924948003241857 -0.3285118003064688 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1762613420999413 -0.1468497840924588 -0.1986152314826929 -0.1468497840924588 -0.19894357443517413 -0.16838619354609513 -0.2222096735036906 -0.2788287113845205 -0.5635977988061152 -0.5650141333221324 -0.5730831165378417 -0.5972414742812445 -0.5737762739894001 -0.587425937378282 -0.5903072703800633 -0.5824924217091519 -0.605254695412117 -0.39587795164073103 -0.3051672758640218 -0.22924948003241857 -0.3322563008013776 -0.20049442244423107 -0.17677936171869138 -0.14874650068978043 -0.2020975995615627 -0.1468497840924588 -0.1468497840924588 -0.16013606154820492 -0.1468497840924588 -0.21015734981256914 -0.21150611369311537 -0.35872031415303146 -0.634311817866002 -0.6363387979206815 -0.6479691115848999 -0.6259414902652064 -0.5916339730556908 -0.5848812461906026 -0.5906818782281567 -0.5835127534977276 -0.6107254630591489 -0.40196720632436667 -0.30667564419588583 -0.22924948003241857 -0.2932509613005431 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.159774065897138 -0.12269889028966728 -0.17558981961027503 -0.12269889028966728 -0.17360049553580692 -0.14481331506319625 -0.21607608754162877 -0.2309926315195076 -0.2309782355051711 -0.26324292295678053 -0.2661753023780953 -0.28344617776541864 -0.22905152950585064 -0.13284488073294864 -0.24227284145422845 -0.13284488073294864 -0.2446422511022459 -0.12459560688698894 -0.1694689781635158 -0.12458064206939345 -0.17723586452527107 -0.12458064206939345 -0.1754300308478104 -0.12458064206939345 -0.18515398173137246 -0.12269889028966728 -0.18438107462239492 -0.12269889028966728 -0.18450160763209197 -0.12614502443853504 -0.1862792975688299 -0.08856824209449758 -0.15025991231126679 -0.08856824209449758 -0.15092569957562052 -0.08856824209449758 -0.14016573006520897 -0.08856824209449758 -0.14028528664324347 -0.08856824209449758 -0.14026383179622778 -0.12804174103585667 -0.1761732197532739 -0.12458064206939345 -0.17624722814783866 -0.15583394216050125 -0.17624482991629953 -0.16398557971348274 -0.19883380685861105 -0.18614638258247765 -0.19844037097186296 -0.18613603072123175 -0.19877561590939635 -0.2078459385632961 -0.22180588022463862 -0.28078262535975457 -0.5772249317229821 -0.5869495862808459 -0.5880759164686707 -0.6153939992113017 -0.5898631489911443 -0.5821150424482697 -0.5776463663563751 -0.5890238922709046 -0.6050283385640706 -0.392338971328597 -0.30916530585611307 -0.22924948003241857 -0.30496190603410117 -0.20049442244423107 -0.16484709655830804 -0.16209953615527853 -0.17416597547393525 -0.1879940146442792 -0.18800920344101135 -0.18743176290457358 -0.18760995022484503 -0.20899597667669262 -0.21076784729542647 -0.28696021090986085 -0.590003227260021 -0.5963993909726832 -0.5972102810321879 -0.6191572253637526 -0.5965402219604895 -0.598955495356292 -0.6005361193361217 -0.6016500970984449 -0.6211866190769865 -0.4059244043192197 -0.29348840403783333 -0.22924948003241857 -0.34304508027385655 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.15623908988442642 -0.17642150869867165 -0.18696890609667124 -0.26017085912698373 -0.21919794845888113 -0.23807235672400123 -0.5430798934014462 -0.5593823096695676 -0.5746123979941425 -0.6070073657200634 -0.5977889068380328 -0.6227760080357226 -0.6326360420068995 -0.6316967131359965 -0.6372278004178099 -0.4094073567771585 -0.3254289754426333 -0.22924948003241857 -0.33260540278503264 -0.20049442244423107 -0.2210738572341324 -0.14874650068978043 -0.1468497840924588 -0.1468497840924588 -0.20238824705010858 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.34047883378699845 -0.6341988692422292 -0.6477912020253807 -0.6588841198384399 -0.7036667832813551 -0.6820423780504383 -0.6735958545403933 -0.6770542733916489 -0.6779471817253814 -0.7174201898417043 -0.5042302598807478 -0.33402838313553207 -0.22924948003241857 -0.2769437230062118 -0.20049442244423107 -0.1852053687066479 -0.1615461632355654 -0.18769042025337887 -0.18798676914869586 -0.18683843021623883 -0.18706665437937592 -0.18388601815248376 -0.20835545329785746 -0.20719273102752997 -0.26996647176194166 -0.5508783554780365 -0.5204698820616246 -0.5450026004476083 -0.5758772730090731 -0.5507387280745301 -0.5579767343236055 -0.5622479220467508 -0.559859879823126 -0.5913025568504031 -0.38199064455416154 -0.32029918025741894 -0.25312009379384137 -0.2915530182325023 -0.24524030123176369 -0.22003466078166184 -0.14874650068978043 -0.17379179486338361 -0.12269889028966728 -0.17039068103826066 -0.14720813273941155 -0.1704891852179132 -0.21916938594794494 -0.22594608956566012 -0.23317639348017483 -0.23091026049598487 -0.2507709212389221 -0.26685988461152027 -0.27640072230799945 -0.20657644133289038 -0.13284488073294864 -0.2294637641500122 -0.13284488073294864 -0.22123543653896216 -0.12459560688698894 -0.12804174103585667 -0.12458064206939345 -0.14745871093027937 -0.12458064206939345 -0.17742967709786717 -0.12458064206939345 -0.18459136346059452 -0.12269889028966728 -0.184604549856575 -0.12269889028966728 -0.1843483291830657 -0.12614502443853504 -0.18593061582148232 -0.08856824209449758 -0.1499305540962457 -0.08856824209449758 -0.1499903453310516 -0.08856824209449758 -0.15071291488242508 -0.08856824209449758 -0.1507022681634942 -0.08856824209449758 -0.15076691259644087 -0.12804174103585667 -0.18661595323722635 -0.12458064206939345 -0.1868181446593176 -0.12458064206939345 -0.18687514432472666 -0.12458064206939345 -0.20855263913850142 -0.1468497840924588 -0.20841965084419228 -0.1468497840924588 -0.20841759428583678 -0.16838619354609513 -0.2325323140873887 -0.27605238571926966 -0.5659832888317414 -0.5712375888560655 -0.5754548467320043 -0.6001330247452937 -0.5766445587387342 -0.5825703065420272 -0.5746699760709078 -0.575036931817774 -0.5961839373273683 -0.38834878446595145 -0.3011634279087468 -0.2708142741154225 -0.2692212208869668 -0.27501506077833177 -0.21705395413183753 -0.14874650068978043 -0.19899198569853435 -0.1468497840924588 -0.1984424982397283 -0.1468497840924588 -0.1980130412902829 -0.16838619354609513 -0.22753493402485242 -0.23823047159025507 -0.5429849777712151 -0.5498533868825288 -0.5546749592320458 -0.5761823687056993 -0.5457572007947709 -0.5504432149693783 -0.552997226920626 -0.5506839890361663 -0.5472611526876344 -0.37065917323546005 -0.3185377077886821 -0.22924948003241857 -0.30647772048955874 -0.20049442244423107 -0.16484709655830804 -0.16943765163080066 -0.1890146318951323 -0.1873447610403131 -0.18728973936826118 -0.1871214091419317 -0.18765391651410074 -0.25826997446498257 -0.2248063237715563 -0.23768969679953597 -0.5199945724044477 -0.5198880348914451 -0.5198854093628965 -0.5391151514293919 -0.5150779828603034 -0.5344692737633726 -0.5557398816215531 -0.5524920426267345 -0.5763716013794762 -0.3399820221333709 -0.32055958091907705 -0.22924948003241857 -0.3070075174064455 -0.20049442244423107 -0.16484709655830804 -0.15861841080369757 -0.1892127210436352 -0.18757221699298232 -0.16667884492892732 -0.18731933688628097 -0.18740641306523256 -0.23608177571380146 -0.2573377730313396 -0.23792662258477917 -0.5199142594499807 -0.5198595063723322 -0.5197622645943878 -0.5743986566047539 -0.5474465027788478 -0.5520637883710846 -0.5525485285212166 -0.5521353764175209 -0.5775769121635717 -0.33998339413654716 -0.2967979385808118 -0.2899640011143303 -0.308388413624876 -0.20049442244423107 -0.16484709655830804 -0.1566480668865954 -0.1468497840924588 -0.2013913384731931 -0.16229119283146676 -0.1984890793775853 -0.18608521772371983 -0.2517220114074509 -0.21948118348690643 -0.23842754199992902 -0.5202889637227697 -0.5199430000226799 -0.5196814583469316 -0.577850671018396 -0.5535986091227637 -0.57096551542777 -0.576350452693188 -0.5721030005656618 -0.5866993147548221 -0.3448196071899827 -0.3300104038630813 -0.22924948003241857 -0.33001006329175053 -0.20049442244423107 -0.16484709655830804 -0.1585804571440524 -0.16516250945860744 -0.16338693367847107 -0.16490226891526918 -0.16283514863587462 -0.17351850415617628 -0.18781353150805655 -0.23306350303442952 -0.20299166658686707 -0.23083071584725312 -0.26712127520733564 -0.2902184781158233 -0.31873381564593994 -0.18004852837250873 -0.13284488073294864 -0.2621394068457274 -0.13284488073294864 -0.2242751553908336 -0.18033192586974783 -0.12804174103585667 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12269889028966728 -0.12614502443853504 -0.12459560688698894 -0.08856824209449758 -0.13047058376710904 -0.08856824209449758 -0.14411456976311932 -0.11435083516631595 -0.09871626882211586 -0.1106176885950509 -0.14715677392153367 -0.14817863544258558 -0.08856824209449758 -0.12804174103585667 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.12458064206939345 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.1468497840924588 -0.16838619354609513 -0.17028291014341673 -0.3825975205853709 -0.6612794392616579 -0.6148046175542896 -0.6337408162503755 -0.6685824743918957 -0.6273500714611224 -0.6165061035698155 -0.6076136225267997 -0.608289367305602 -0.6255004148139708 -0.41299241636678125 -0.30108275110866334 -0.22924948003241857 -0.3083149325060953 -0.20049442244423107 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.17293839377694542 -0.18716533690719286 -0.18723245710816666 -0.1872955510032776 -0.20961134636891426 -0.21045737559366412 -0.24280122824617753 -0.5204014439796215 -0.5201920804941831 -0.5532804244683327 -0.5393081080872243 -0.5152720352108442 -0.5200128489346196 -0.5199923348188722 -0.549313384116324 -0.5472760909919271 -0.34020697435006664 -0.3255954640257595 -0.2319739170636128 -0.29669627142581173 -0.24537581294310334 -0.2203493551728764 -0.14874650068978043 -0.1981044573509637 -0.1468497840924588 -0.19795228412588664 -0.1730419492174088 -0.19448909044130602 -0.259508499339847 -0.22281514384944545 -0.2382908651171342 -0.5206015373411144 -0.5204578765122492 -0.5201164602576495 -0.5395161660375579 -0.5459368889404511 -0.5506943525051614 -0.5506571589315364 -0.5506603493936308 -0.5778960796504535 -0.34000399130630576 -0.3120876861655387 -0.22924948003241857 -0.30619961130066997 -0.20049442244423107 -0.16484709655830804 -0.15856166505468677 -0.18918638026860682 -0.18762895748357772 -0.1879862108617289 -0.18756637601219778 -0.18752051878600626 -0.2150187587352901 -0.21018556557661494 -0.2727873889499251 -0.5610698648617735 -0.566648225099508 -0.5679038882067718 -0.5759093951384576 -0.5509061267669768 -0.5537790705765281 -0.5547369880961212 -0.554583753972873 -0.5821202923140338 -0.3745777444395832 -0.32363834000478436 -0.22924948003241857 -0.3057246134587934 -0.20049442244423107 -0.16484709655830804 -0.17195262094425967 -0.1468497840924588 -0.19986560239170822 -0.1468497840924588 -0.19896587943482816 -0.1468497840924588 -0.22093988805599896 -0.17028291014341673 -0.3581269939034598 -0.623133905701141 -0.6355609445890507 -0.6416163747887864 -0.6520695644488165 -0.6285204744712221 -0.5896876138084962 -0.5800859292980636 -0.5730544985348255 -0.6050727433075069 -0.39289791893978104 -0.3284831695141953 -0.22924948003241857 -0.30698005617773577 -0.20049442244423107 -0.21935744740215993 -0.14874650068978043 -0.17435414457622833 -0.12269889028966728 -0.16588947284330582 -0.14505165197388525 -0.17040991113441004 -0.16766307454540105 -0.20843767194328286 -0.2630003960669713 -0.261767504693465 -0.26059984906345207 -0.2309297054599761 -0.2403346443250343 -0.25140985653813525 -0.13284488073294864 -0.2610451320320092 -0.13284488073294864 -0.25576224825101646 -0.12459560688698894 -0.17508094033335378 -0.12458064206939345 -0.17234255375696259 -0.14908537463854585 -0.17148958566953726 -0.16404949898303647 -0.16909959856477846 -0.16191272436484272 -0.17021966394976526 -0.1619695142137139 -0.1701804641424605 -0.1653927004239836 -0.1721214474083065 -0.16369667265510585 -0.13593520378245094 -0.1272057445393988 -0.13991921641083022 -0.12763708452009742 -0.14019139914743564 -0.1279533198523456 -0.1394953460340743 -0.12775926952996297 -0.13941983240211295 -0.16721682995699638 -0.17418053262895888 -0.16362114788468765 -0.18520618647945894 -0.16344295792532082 -0.1858144412228271 -0.16342744458580674 -0.2081240667022145 -0.18566101750117156 -0.20682641002028404 -0.18562831500495083 -0.1977490989915001 -0.2653632291027557 -0.21618494070552793 -0.27490574201605195 -0.5210198156753048 -0.5207493032909137 -0.5206261607614983 -0.5398632386262551 -0.5157587430102157 -0.5202754037583135 -0.5201606680734532 -0.5200254435265665 -0.547549142610328 -0.34042813616162926 -0.3285011206849151 -0.24199004641483646 -0.3025232757952047 -0.24539042375213602 -0.18588901575772723 -0.19105859226442576 -0.1874517396124458 -0.194099963225396 -0.1834643176990448 -0.19737432028156796 -0.18227336779379535 -0.2672092480239167 -0.20109781872722374 -0.2749773321926581 -0.5209859612383064 -0.5209086350628472 -0.5209084547764732 -0.5401914231936868 -0.5160559346349894 -0.5208428366895157 -0.5208417004204027 -0.520896609752675 -0.5482681451434239 -0.34115943770298157 -0.3339105469754253 -0.22924948003241857 -0.3029953744298509 -0.20049442244423107 -0.2017807718053595 -0.14874650068978043 -0.1971875112896482 -0.1468497840924588 -0.20609730992934402 -0.1468497840924588 -0.1993161503175529 -0.23602854485593658 -0.24075176003656173 -0.27505925057639263 -0.5210792222367341 -0.5210095037235998 -0.5208796988087443 -0.5401294789621254 -0.5160856048813321 -0.5207809638920928 -0.5208307593817388 -0.5208802153676682 -0.5481416883143225 -0.34112585994425254 -0.334399515158424 -0.22924948003241857 -0.30463336540188535 -0.20049442244423107 -0.2007104650419032 -0.14874650068978043 -0.1935318015041839 -0.1468497840924588 -0.19428581538454948 -0.1468497840924588 -0.19268716131108427 -0.2591903069068909 -0.22263405443251236 -0.2757598381768167 -0.5216797184729386 -0.521366287675064 -0.5211533441984125 -0.5404289727981142 -0.5161689312816813 -0.5208614087620985 -0.5208466487372092 -0.5208897668125322 -0.548214902761614 -0.34119353920774015 -0.33300617233826585 -0.22924948003241857 -0.3042828863759822 -0.20049442244423107 -0.20739521869284155 -0.15974593122093594 -0.19129158677132393 -0.1861196036574783 -0.18610053390591358 -0.1857997479729251 -0.18188048745382124 -0.2686488370319412 -0.21220601980246945 -0.27561968973031276 -0.5215003420251534 -0.5212026274920973 -0.5209996221307597 -0.5402893816095922 -0.5159963903971737 -0.5204840329568996 -0.5204577858334821 -0.5204508917328889 -0.5478216789645729 -0.34093727236517696 -0.3367155641654457 -0.22924948003241857 -0.30532085860484565 -0.20049442244423107 -0.2155421854476653 -0.14874650068978043 -0.17912881477209477 -0.12269889028966728 -0.17723882274988345 -0.12269889028966728 -0.17397991524019418 -0.21951619158194688 -0.22768181719552194 -0.26873696480889486 -0.2315560226100837 -0.2316673763259623 -0.23157352344645052 -0.24115537063681106 -0.2474538913201397 -0.13284488073294864 -0.2552008417302427 -0.13284488073294864 -0.25784122237348867 -0.12459560688698894 -0.1751227174868579 -0.12458064206939345 -0.17337624723613443 -0.12458064206939345 -0.18092967445571623 -0.12458064206939345 -0.1783786855653968 -0.12269889028966728 -0.1782090990843005 -0.12269889028966728 -0.17819365337342286 -0.12614502443853504 -0.18020118329242354 -0.12459560688698894 -0.1435165307504408 -0.08856824209449758 -0.14387915906184912 -0.08856824209449758 -0.14450874835998834 -0.08856824209449758 -0.144769050919089 -0.08856824209449758 -0.14494370930634537 -0.12804174103585667 -0.18324165412037452 -0.12458064206939345 -0.1793580662602177 -0.12458064206939345 -0.1874075391270288 -0.12458064206939345 -0.20378745317039115 -0.1468497840924588 -0.20462037400579453 -0.1468497840924588 -0.20816374956715555 -0.2331648078689691 -0.24994485755658974 -0.2770690579261843 -0.5227446639902098 -0.5224234139125729 -0.5218575178286655 -0.5408292176844854 -0.5164862448325003 -0.5210921263625922 -0.5210901457444981 -0.5207141419279357 -0.5485217117521625 -0.3416972792883102 -0.3230715458548804 -0.26958824013201343 -0.30161796628958565 -0.25492794079194747 -0.22236415383014807 -0.14874650068978043 -0.20253606469356786 -0.1468497840924588 -0.1990637457181039 -0.1468497840924588 -0.19459717941341298 -0.25920931970248645 -0.2219181304811626 -0.2757322196194671 -0.5217404424449069 -0.5214205583382532 -0.521185638527206 -0.540487257118605 -0.5162707129583921 -0.5208492038422116 -0.5207731376860256 -0.5206796160241327 -0.5479302106118387 -0.3407745068096956 -0.334554579244949 -0.22924948003241857 -0.29750994158491273 -0.23127868297038273 -0.21810704540936598 -0.14874650068978043 -0.1984840110793215 -0.16145987469178713 -0.19764192308078454 -0.18634733241471843 -0.19767879215324097 -0.2836080725896629 -0.23235091112620895 -0.27436907452137255 -0.5204854252133424 -0.5502713372289355 -0.5508243112414251 -0.569990651510537 -0.5475359742802539 -0.5504619362766016 -0.5504990815501065 -0.5503910704006733 -0.5778122111721979 -0.37249995108567135 -0.3214466645224306 -0.22924948003241857 -0.30673887889526996 -0.22851802804314827 -0.17410966216907697 -0.15859039737290997 -0.1880693202850017 -0.1883557811054951 -0.18743842620753287 -0.18715956824039479 -0.18715384561112036 -0.20878060885555083 -0.21057031534371534 -0.3175438083920353 -0.5619882430043438 -0.5629493759773111 -0.5636478879047173 -0.5795614882801311 -0.5557120533530535 -0.5645535656314407 -0.5659132322820848 -0.5630637462750661 -0.5865389532201918 -0.37847261889829703 -0.29344970857005814 -0.25434575308500884 -0.28116128257487255 -0.25481520524245777 -0.16484709655830804 -0.14874650068978043 -0.1468497840924588 -0.17715635767460225 -0.1468497840924588 -0.19961802106279106 -0.1468497840924588 -0.21981312298997777 -0.18972305160330957 -0.274245116442601 -0.5204065691001765 -0.5201823976416582 -0.5200106780988777 -0.5392650476959345 -0.5465129031662632 -0.5511312476515656 -0.551532472791674 -0.5517091774966449 -0.5790631906239204 -0.3711036520138818 -0.3021284714667303 -0.27264993673003357 -0.2814530327471032 -0.2546947347532875 -0.16484709655830804 -0.16531613741255127 -0.1428892967799014 -0.16378949231781229 -0.16356693953601514 -0.1630895920476507 -0.1493237931235269 -0.2128805020287999 -0.2139245098771589 -0.26948144571196375 -0.2308338447613717 -0.23046123044516 -0.26117263165440896 -0.27679943296195453 -0.20340432038837022 -0.13284488073294864 -0.21909310145416555 -0.13284488073294864 -0.23216770626763777 -0.12459560688698894 -0.15986844892755445 -0.12458064206939345 -0.17693797900498248 -0.12458064206939345 -0.17539584714227835 -0.14693455102205644 -0.17332726829009704 -0.1620538148962945 -0.1696756266942415 -0.16184700491271392 -0.16702092750929112 -0.16517064630361772 -0.16795813885911096 -0.16355998564676166 -0.1355024928756166 -0.12781931143493097 -0.13468933975632857 -0.1277559505155246 -0.13952497524628582 -0.08856824209449758 -0.14856510355559957 -0.08856824209449758 -0.14784634825311913 -0.12804174103585667 -0.18081094290652167 -0.12458064206939345 -0.1787219039536116 -0.12458064206939345 -0.17781203351607505 -0.12458064206939345 -0.2044250713160743 -0.1468497840924588 -0.2069851486470625 -0.1468497840924588 -0.2072981099490752 -0.235883337718342 -0.2516170642805748 -0.2745632102275609 -0.5206524500483277 -0.5205449000183265 -0.5203377983140273 -0.5394355184975514 -0.5504286638746899 -0.5505249105707128 -0.5521801559067838 -0.5523667375835446 -0.5825908335451544 -0.37236619066915894 -0.3195354382323719 -0.22924948003241857 -0.3048549077721463 -0.22537361950900417 -0.1859600059456819 -0.17340459985538995 -0.18773964857649122 -0.18781317464186606 -0.1875448673696322 -0.18680990295282132 -0.19458388999441562 -0.2566128186740621 -0.2385458993652512 -0.2744308422635727 -0.5205783162543545 -0.5202976167140765 -0.5201078161740142 -0.5395298242143857 -0.5152774959912833 -0.5198882389643493 -0.5198509613950212 -0.5199566390492553 -0.5472044111683656 -0.3402562765273144 -0.3269301989895066 -0.22924948003241857 -0.306070206018298 -0.23977853047507605 -0.16484709655830804 -0.16716712198179642 -0.1468497840924588 -0.2001605787250708 -0.1468497840924588 -0.20361359395612477 -0.1468497840924588 -0.2876642666595169 -0.17028291014341673 -0.2745213187865822 -0.5207173309751832 -0.5205524021593855 -0.520466676068821 -0.5398049230515548 -0.5155161433467164 -0.5203116925031847 -0.520119282910456 -0.55909258729891 -0.5854299239359605 -0.37505449452802747 -0.3265631571220855 -0.24202410745990804 -0.2988507718947259 -0.24541955455089853 -0.21469228580946145 -0.14874650068978043 -0.19933576226950486 -0.1468497840924588 -0.19877275856130167 -0.1468497840924588 -0.19913329979211153 -0.23809616541467973 -0.26903485856935705 -0.27429986795207517 -0.5203035534659258 -0.5200303573594438 -0.5199013878724984 -0.5393571391427123 -0.5151601286956724 -0.5198647936088983 -0.5201256568096039 -0.5201312614090379 -0.5475560694845152 -0.34044177643663304 -0.3294155948026536 -0.22924948003241857 -0.30363099413784206 -0.20049442244423107 -0.21781469845157592 -0.14874650068978043 -0.19362846864662406 -0.1468497840924588 -0.19961122111276033 -0.1468497840924588 -0.19343547785367418 -0.23573149082797154 -0.22586850119276689 -0.27515715928515555 -0.5209780083107873 -0.5208458713949855 -0.5206775523138925 -0.540024309624493 -0.5159026470348409 -0.5205149759606783 -0.5205131468432018 -0.5205467922231406 -0.5479173628265211 -0.3408868177619782 -0.3244217743459653 -0.26527340808677224 -0.2856976570065463 -0.25613475524740204 -0.20903048907435265 -0.14874650068978043 -0.1677720430345888 -0.12269889028966728 -0.1731885471285527 -0.12269889028966728 -0.17325548351398365 -0.1949739462689457 -0.22827539040303566 -0.24451503041897468 -0.2313901446578137 -0.23122275796709485 -0.2310394027365352 -0.24034665507782263 -0.23490665285168366 -0.13284488073294864 -0.22006009933059312 -0.13758751940874628 -0.22459051383166234 -0.12459560688698894 -0.18130693531244088 -0.12458064206939345 -0.1757112149410455 -0.12458064206939345 -0.1805877928885331 -0.12458064206939345 -0.18385890327500207 -0.12269889028966728 -0.18401837740333807 -0.12269889028966728 -0.18317486492066723 -0.12614502443853504 -0.18466396386132403 -0.12459560688698894 -0.1490022030488625 -0.08856824209449758 -0.14979635731787813 -0.08856824209449758 -0.15035858280425737 -0.08856824209449758 -0.1508526798284962 -0.08856824209449758 -0.15066361186682428 -0.12804174103585667 -0.1865923055652224 -0.12458064206939345 -0.18559772994604495 -0.12458064206939345 -0.1862813230025392 -0.12458064206939345 -0.20853899515328922 -0.1468497840924588 -0.2086696151062237 -0.1468497840924588 -0.20720818542028996 -0.23512337066164996 -0.25708550069192204 -0.27497241456680366 -0.5210777518119039 -0.5209262189029976 -0.520899709405309 -0.5402132959001157 -0.5160855370707158 -0.5208431526126144 -0.5206948171298204 -0.5209185564556301 -0.5483144113251792 -0.3413779999911876 -0.329705754899089 -0.2682741270554332 -0.29048573902845193 -0.2562265222804524 -0.1958574602131486 -0.14874650068978043 -0.19246862524512268 -0.1468497840924588 -0.191516693703156 -0.17480867703279532 -0.18833428347249634 -0.2549376606951864 -0.2144548274314361 -0.2770303545881003 -0.5227363892256118 -0.5223992252940852 -0.5218216853735725 -0.5410269847178718 -0.5167763671314699 -0.5214500347700849 -0.521451658905619 -0.5214031747724226 -0.5487704231784525 -0.3416993078285301 -0.3191450082833018 -0.22924948003241857 -0.3039355058127966 -0.20049442244423107 -0.18673616167488585 -0.14874650068978043 -0.1925780282072283 -0.1468497840924588 -0.19155386290251486 -0.1468497840924588 -0.20257705803109935 -0.23407137867692396 -0.24250192333836632 -0.2762414642162539 -0.5220426427374284 -0.5217307804793379 -0.5215512544140981 -0.5407318272770671 -0.5164525940344166 -0.5210636595654268 -0.5210476279456173 -0.521226544579231 -0.5486177236936526 -0.34146952203648673 -0.32956368914663176 -0.22924948003241857 -0.299408163570798 -0.20049442244423107 -0.20647859448924577 -0.14874650068978043 -0.20370684136875042 -0.1468497840924588 -0.1984652155020708 -0.1468497840924588 -0.1957147243012027 -0.2592613346603092 -0.2259455492916944 -0.2761981832155096 -0.5221981500017419 -0.5220035669832095 -0.5217322026731157 -0.540978001706475 -0.5167763447349345 -0.5214587682391066 -0.5213661664167728 -0.5213086303494292 -0.5486805345004514 -0.3417171436330145 -0.33320045027805345 -0.22924948003241857 -0.31497527457090674 -0.20049442244423107 -0.19088253026041566 -0.14874650068978043 -0.1930484460150499 -0.1468497840924588 -0.1929347418541767 -0.1468497840924588 -0.19238284229117458 -0.25910478345123017 -0.22282282299152745 -0.27555147445296546 -0.5215679146782488 -0.5211931480981346 -0.5210461140218255 -0.5402340623996269 -0.5162364166364509 -0.5208525590091131 -0.5207193782030537 -0.5207097340645194 -0.5479534172572783 -0.3410061632620552 -0.3349198967317556 -0.22924948003241857 -0.3097956380481623 -0.20049442244423107 -0.2197592707672421 -0.14874650068978043 -0.17452302595656027 -0.12269889028966728 -0.1851816038460505 -0.12269889028966728 -0.18339043830943533 -0.19718201161624838 -0.25133179230020103 -0.24604433001800666 -0.23123499117979324 -0.23126743089567528 -0.23111716497601076 -0.24051912206594347 -0.2516136660189376 -0.13284488073294864 -0.2599878388411867 -0.13284488073294864 -0.26573663494201566 -0.12459560688698894 -0.1810246600283453 -0.12458064206939345 -0.17618502518362605 -0.13996570532073443 -0.17621572044251158 -0.16389381444618828 -0.17407699624856834 -0.16190814331135228 -0.17281735668817996 -0.16188159963778223 -0.17331858726456273 -0.16520723634078519 -0.17514760237482196 -0.1634247298221623 -0.13586316328976336 -0.12753318714636863 -0.1359138327771189 -0.1278373708709112 -0.13612900857879273 -0.12786000718169663 -0.1353593141827647 -0.12788059089802606 -0.13131389223597426 -0.17116849171580203 -0.16599490320985083 -0.17459626919610305 -0.17055518177199094 -0.17485447038409083 -0.16588884910417614 -0.17426272419475147 diff --git a/example/run/baseline_scenario/opendss/profiles/load_8.csv b/example/run/baseline_scenario/opendss/profiles/load_8.csv deleted file mode 100644 index 87a38ca..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_8.csv +++ /dev/null @@ -1,8760 +0,0 @@ -754.589812722481 -339.5118125577772 -802.2347526837925 -339.5118125577772 -642.91154958364 -339.5118125577772 -642.6389507312715 -362.1961703792125 -700.7021502519249 -491.507385353534 -713.277179667545 -364.7885244554535 -797.5762184579787 -364.7885244554535 -839.8634388378057 -364.7885244554535 -822.9586924125166 -369.30780074232416 -634.334036031377 -416.7094457237876 -708.5529828640239 -507.162742220059 -656.2577960709582 -553.0527115017427 -746.491993078854 -575.6336590425466 -701.0746278040182 -602.1309310266537 -779.4020304436683 -805.143010612863 -1323.93636901509 -1376.716267323771 -1283.094509246843 -1260.5566696248618 -1289.5327487683137 -1267.0834025290533 -1297.0182073284473 -1266.9355006423289 -1296.8329320848793 -1266.470491644459 -1296.5351904870602 -1456.2301457984731 -898.6627805685222 -915.9707363795416 -569.0390894868755 -669.0782352662285 -631.428656554926 -436.1749168413096 -781.4469266062991 -433.8723538506273 -694.6816352963881 -574.1631856515561 -767.1057054773472 -824.0883448818479 -1294.583865402398 -1368.711135518177 -1237.452754693426 -1239.1312972030826 -1238.152761750065 -1241.0279105664883 -1238.213689363978 -1239.438728415324 -1235.2115440908092 -1238.1010896551277 -1234.1315237296096 -1434.050558983423 -831.4316832284507 -959.3255229647812 -570.2318396765015 -673.0256704245439 -624.3399129441133 -526.2371057361173 -689.9447650971982 -566.6424748962409 -685.4024486701184 -598.3407687121907 -768.7131102621639 -824.9078925257489 -1296.345827530893 -1363.6699331048455 -1235.1160929001544 -1237.6242703239516 -1235.2837964960256 -1241.2564087013911 -1236.4593284996065 -1242.726812104616 -1237.430666285269 -1238.5275034584636 -1234.3009007114388 -1433.7039462030043 -831.6387096289495 -959.5612307729776 -626.7583797697721 -672.5252453157449 -762.6689083529872 -435.70713768405534 -822.4518241002509 -433.54220854176657 -819.8359087883846 -462.2117867074708 -768.5105146719288 -824.4555026212182 -1295.1642996158123 -1363.142797102277 -1234.3295665518272 -1239.942373190892 -1243.5211843663412 -1256.4829258425505 -1257.3487905083823 -1254.2691257583454 -1251.235894827385 -1243.1727837256342 -1236.8639791234743 -1433.6585114560914 -831.1983686152158 -926.5492522755796 -569.9136810073686 -672.0600261729878 -722.1023946147209 -435.7968000078527 -813.5531166292881 -433.5579592746683 -811.0408967857809 -462.3405823741966 -698.0373567975067 -836.8925878314055 -1222.3025179615654 -1379.579463786945 -1159.327035353739 -1253.6107306547542 -1222.5494723579827 -1246.0587297917907 -1234.382275184096 -1237.4349619098723 -1241.0521941818922 -1240.5916222452634 -1234.069471669134 -1421.739578984191 -841.7353736917748 -919.0369176703506 -569.0161820744901 -669.2866623508123 -740.4197944845753 -436.0347108743845 -810.6897764889181 -434.0178448833497 -813.9537450588535 -439.6455042334036 -728.9893007606973 -466.280944781648 -832.8455987371304 -863.7462565208467 -733.4190090518003 -951.6211840151122 -920.5396737229224 -931.8620704856488 -907.2746823424636 -936.846237975282 -921.4016825491362 -655.5537139766044 -571.6092032022364 -780.8797862854007 -698.2878203034127 -810.6365799242731 -705.8359876403212 -445.3359864129967 -699.2836717302383 -444.322182250259 -675.9019840386426 -430.034653451003 -675.0293701581343 -435.03439052215145 -682.0269228340737 -434.44593963275946 -735.130297777111 -449.2137963461365 -828.6237679635873 -461.3593200145791 -810.3105550539627 -446.6238134239224 -819.593744306328 -447.0137659533384 -812.5975402026611 -459.6393664126576 -822.4175541660677 -511.9468266926775 -676.3539598376827 -522.1376556776227 -678.3059148124822 -522.2215944284055 -677.9777815850878 -520.9953562956779 -697.1512604162156 -543.2546688570764 -694.9618935112785 -648.9185446654576 -698.745521469767 -835.8857321386879 -1223.3296501052869 -1376.428501564789 -1159.5910003554611 -1252.3163878026255 -1159.272204545545 -1254.2107915742397 -1224.4329381737575 -1255.9050560104868 -1224.3007843187952 -1255.5240751375866 -1222.105188931254 -1446.975312396482 -832.1204087134126 -971.2526807008192 -571.3307992258506 -684.3019091017258 -733.7555565796081 -445.8316691468296 -810.3282236650709 -443.6591892316587 -775.9454365492975 -472.68625086808976 -699.2534514723367 -837.3186854170166 -1223.5646090185408 -1376.6287087320986 -1159.424201773889 -1252.8767761786075 -1227.7553346406155 -1270.0006109495755 -1255.611641756648 -1276.933530999239 -1260.3393800004797 -1289.135217415319 -1258.768669979578 -1471.667760461126 -855.4774736049541 -946.2282440416504 -643.5865252828836 -666.018621263721 -733.4310873899198 -363.7714401188651 -833.4898695006011 -361.8241671539215 -833.0260705348178 -390.6225551857957 -834.0126482802477 -835.2868367316962 -1323.664067341481 -1515.8174478927388 -1396.1806823852387 -1460.5830228985374 -1469.1430520988729 -1508.4865272547952 -1475.965920836634 -1525.249413120949 -1510.6055270641002 -1542.709442882442 -1526.3468673945526 -1738.93405389993 -983.264274637526 -990.3358396866048 -648.3198242507615 -683.0571885453547 -740.7584037070368 -446.1637045983996 -804.6596970406865 -463.4033132011858 -681.9624418370541 -502.23848651647575 -702.5118776264948 -834.9690222789413 -1224.7688850845047 -1371.911720949719 -1164.641842522881 -1244.5585445319618 -1161.9097869589243 -1246.0375891824342 -1160.9741682691736 -1250.6084549271427 -1223.3567468218855 -1252.1116894671095 -1159.6230903551736 -1446.7782906119971 -832.2479542547997 -970.533994047628 -570.8310386011639 -684.7034046994601 -756.2302473694056 -446.10340813435135 -812.6257278830074 -443.9620085653712 -810.560944858026 -472.6419924295284 -697.4005039564539 -836.6259661351837 -1222.3765327684116 -1377.531455174321 -1159.340763035201 -1255.0507317114154 -1239.1076367570258 -1291.4260967260286 -1259.6560419049963 -1323.9391186677626 -1301.7318121677831 -1333.4963954399202 -1301.0551032665385 -1521.145177046117 -924.660384929512 -964.867632852012 -647.0550309486676 -693.1862882989797 -709.0102474230157 -436.1950119562908 -817.4051212474182 -434.1151551109886 -814.7088412220938 -434.1259717253573 -818.7835957333359 -407.2017382851155 -560.6299612052779 -876.3171428097344 -758.1399311059355 -1007.127521513896 -987.7691550109332 -1020.0839628067476 -987.442400076556 -1007.232112341003 -994.5068403688256 -676.4969741701767 -663.0274875142825 -785.757738746941 -773.6869651920784 -813.1713253630373 -580.8952766682942 -436.2939896925728 -698.4594252331583 -436.1303725270446 -664.2007373078815 -411.7538958910698 -628.6665585044623 -411.6135547370154 -620.2445321806833 -411.7109389480134 -618.2637231469259 -426.069222956858 -668.3003348164341 -436.9879515927705 -703.3841359207195 -437.4946094618559 -784.5003649879166 -437.66609018263847 -842.2978806234914 -438.02611600074016 -869.6093135166373 -414.2788093204936 -616.8408034062128 -417.8505438868513 -667.6869270115067 -424.2942097638784 -731.6681208100234 -423.9899624449161 -788.5154504796924 -444.6955024815289 -771.1949133917283 -473.39508278327816 -696.2441114191606 -837.7534655350424 -1287.406630206739 -1404.7775232462825 -1254.079803229224 -1295.7190603565955 -1286.8666534754543 -1324.5890130346086 -1323.5610010574592 -1385.8969075076834 -1386.0477860719905 -1401.3940026969217 -1366.7480356988692 -1550.229287052675 -948.4779812844944 -988.1419932145636 -669.0400673170577 -682.0319427517139 -533.9692398444892 -402.6913837745017 -610.3155526189776 -460.74556656914217 -603.9843319802651 -552.8581260728472 -900.959967182471 -874.0915627820303 -1355.1419179284037 -1542.9181392045218 -1409.0568477555146 -1454.6694028608993 -1398.739534365152 -1401.924314448568 -1382.5311206316508 -1387.5208616492064 -1400.2487816232724 -1430.2945326450158 -1433.0465744935375 -1644.279585820383 -1039.6523676198474 -1015.541556944146 -679.4964375486508 -704.2940275617023 -619.0780517058777 -363.7714401188651 -740.5470223239855 -361.8241671539215 -832.4144546374439 -390.6225551857957 -797.8518646021355 -772.5182666806892 -1271.6277347168132 -1452.268344017606 -1293.389644028963 -1325.2534600475858 -1301.9038494780318 -1325.9870549539469 -1294.1676490620175 -1326.1615159728583 -1294.1915399705113 -1310.5187459573913 -1287.0182643841315 -1500.2924711307842 -919.4460549861806 -951.9255590109824 -645.0247428637578 -666.0558697615345 -642.5620956886478 -527.1294364593156 -694.8276560081523 -557.8427025740116 -692.055803722702 -586.0988442180981 -777.4275118160265 -831.8251413832771 -1344.5405771707497 -1397.3228336522654 -1308.7825416422472 -1278.5310741795624 -1309.8646010131854 -1279.0367875572654 -1318.334455814579 -1279.2583354271108 -1310.3998482081884 -1279.0819791082356 -1303.5175617029934 -1468.9197781175856 -909.404155718412 -948.0112652303465 -644.5524630110742 -662.4020869673432 -718.5643341266434 -363.7714401188651 -828.6793353128818 -361.8241671539215 -824.5168271349802 -390.6225551857957 -769.6623174126734 -830.536200691378 -1310.5698085965878 -1384.1022111788109 -1275.2510367613718 -1267.3864085410917 -1262.8018874924062 -1280.127733734951 -1282.4640507763515 -1273.2488839685457 -1289.25294640633 -1260.7396856476548 -1269.7326229279392 -1450.631547934792 -844.1534241867091 -943.5653035382708 -569.7663283564907 -670.506257304796 -745.6732832572678 -435.8717527881121 -814.9195233788596 -433.88784562118593 -808.3147669855473 -433.7892943942411 -815.7894667529735 -453.4151338766044 -836.1235176452051 -787.3035098760766 -691.7471023826033 -920.5292953247188 -923.97883005171 -925.8674392176208 -923.1266160230213 -926.2584988925648 -939.5971682753844 -647.5912643665702 -570.3006268693999 -769.133078968683 -697.3237370795116 -798.8306591858171 -593.8366397574762 -509.93277983862833 -682.1496091185642 -572.1158196754017 -555.2472800300827 -652.8384988708121 -557.290400910105 -547.0788277625779 -626.1295208820493 -547.7199783974984 -586.0893033805314 -562.3643998499045 -671.2842133783176 -574.8165198055236 -692.5705676547086 -572.7700327451017 -693.1148574412537 -573.1882576530812 -691.4375356341678 -589.0961811841551 -703.0286404161197 -552.6494862144913 -559.6495863375302 -548.2144174934657 -560.2360732205362 -549.2622579664699 -559.1839953371384 -560.1166701942633 -650.4566677394641 -583.9947000273199 -604.0611663852453 -614.6592116488005 -767.6895793045308 -824.5305168531753 -1295.1018719569577 -1363.4349228036945 -1234.188377278886 -1237.0308975653704 -1235.9765111599988 -1237.435153945815 -1235.4708795336294 -1238.641292197454 -1234.8734519385596 -1237.8588958474618 -1235.1141836254608 -1434.0230333220252 -905.0014422000756 -959.994330413151 -643.9565566435875 -673.1942420414049 -719.0070975410215 -434.301167811747 -731.525167113231 -437.1752565424024 -738.841744919577 -473.9496534102411 -772.9690419351093 -815.6210568065978 -1296.0516976160914 -1353.39541996997 -1234.362960102222 -1234.034202176687 -1234.895411786024 -1237.1185306304928 -1235.1541727341264 -1238.1529102301267 -1235.1038781191892 -1238.064407787408 -1234.7571729835406 -1434.5796494620788 -831.4133229696627 -959.7587719280748 -624.6254160885005 -672.9624383972672 -647.0207177269824 -526.2524807306905 -692.5499871424703 -569.0600132344448 -688.9274753168517 -597.5682899190518 -767.6783729620166 -824.4715478867803 -1295.390370800151 -1363.3546437119242 -1234.2594167688158 -1237.1533680769708 -1234.4795582779911 -1237.8094453250972 -1237.5665703101563 -1240.4591375184718 -1237.106058457471 -1241.6216980831707 -1236.684868724273 -1434.3047253907453 -831.2243691071475 -940.195790446755 -570.2441918952901 -672.7303528001886 -759.9793508273744 -435.8091973502633 -823.9080901914931 -433.6583221413093 -818.3263839573917 -462.1308772367044 -769.2554627301118 -824.1890682048721 -1295.3202948096782 -1361.867224556354 -1235.5848170264096 -1239.0159910690054 -1240.0727464117658 -1242.5530448790896 -1242.3416640532173 -1244.798513572363 -1241.6501944926688 -1249.865108662133 -1240.6843762831554 -1440.1628210238014 -840.7483558790701 -957.2978929996044 -569.8416060775326 -682.2541505377662 -630.3685148073024 -537.9882620445896 -680.4283821436579 -579.2711264297844 -678.4502418189666 -607.8638868972253 -696.2352628612183 -835.8780504771512 -1221.36551526166 -1383.2932092207498 -1224.711700699698 -1259.0134977190753 -1227.5124279033612 -1269.2718461138268 -1233.2786270143351 -1262.404562987834 -1237.5945185312596 -1261.9209423087505 -1233.1279674279372 -1452.5213070153022 -842.2564663053369 -898.1827365310658 -569.6011443823797 -671.1576277446817 -750.1401324326266 -435.8726212198194 -816.8063432115256 -440.2559171279147 -807.3637422456321 -444.1749039472411 -759.2480934022662 -465.13098622510455 -824.337421417849 -788.0297847942487 -595.8106359641123 -899.349989042191 -870.7091583018408 -904.1811044423902 -870.5050453491597 -904.2190260684883 -892.106259896241 -656.9889190136751 -571.7865052816879 -782.6641845573486 -698.2666801775823 -812.5553066933492 -685.6588790650154 -481.5671397651655 -702.3987877566926 -445.62925755316047 -676.2294543899058 -421.1122482939296 -702.1444150788101 -421.264007404539 -678.849758624217 -420.9865142606944 -747.4978792859226 -445.8841343216935 -772.625396083737 -451.8095965654189 -786.4998994035376 -446.79579119689305 -815.1357911810355 -457.1931505415373 -778.5436277938578 -446.8997183192612 -827.652376792375 -473.8572872763776 -676.888485718181 -454.8535647581805 -723.7263634945299 -453.87066456184135 -742.8980855878498 -452.9038126415234 -735.7582036024475 -502.57275472085945 -765.997510791653 -503.92787770255006 -699.0946955388301 -837.2076658079919 -1222.7126562806952 -1378.7706724685145 -1159.8394217427897 -1253.5361285247309 -1160.2656184714783 -1254.42054596117 -1160.4479085392895 -1255.0770967564572 -1160.1574728655842 -1254.927886546005 -1159.384717053011 -1450.6589016898424 -832.5872163494121 -960.5611573693182 -616.3531673983557 -673.8149849353172 -756.5503102527148 -435.4592749606544 -820.9456000334491 -433.1353201848346 -825.1271446461055 -462.07969052293936 -768.884081213036 -825.3181259656345 -1296.1346457381678 -1362.6776633405534 -1236.4069155375 -1236.588068357862 -1235.3600912084105 -1237.9710857818095 -1235.8660661239696 -1238.6683270872431 -1235.8641843261437 -1238.8591314756795 -1235.85070979107 -1434.6079312841596 -868.6542359836182 -960.59296327755 -643.9847386838849 -672.7752202567889 -761.2621605278895 -435.68604739549176 -825.0563966651031 -433.8972622199126 -830.2707194730623 -463.0996723441091 -866.663568240256 -865.0710235164121 -1327.8002441120702 -1500.9500751925048 -1367.734389040187 -1380.7987088045368 -1337.4003398264847 -1343.4745549726929 -1311.032566926065 -1324.9107780501374 -1301.947221871345 -1292.448849235158 -1300.089034634187 -1484.4978166527394 -906.532204529177 -948.4237429160626 -636.5578965936792 -661.773924177287 -635.9774866568729 -363.7714401188651 -697.6134585226597 -361.8241671539215 -695.163025028979 -390.6225551857957 -769.8824726285097 -825.6963983730172 -1315.3822089394296 -1390.196723558874 -1262.6943349576666 -1260.4385984623314 -1257.3032971907012 -1254.9640819820254 -1252.4805889208897 -1245.6137076143718 -1248.598126029479 -1246.097146986355 -1242.4090273040504 -1427.2622117725457 -860.6845947069411 -884.0512503824858 -642.4530451663508 -598.3646363077619 -647.8230984039711 -363.7714401188651 -696.3466081335457 -516.9029322375053 -690.3215894030102 -584.316138058918 -768.8330803040516 -822.8289428574396 -1296.778458180978 -1361.4759394256448 -1236.7479311485267 -1234.6779798959117 -1240.3587790660488 -1240.678584249197 -1255.8661143666543 -1261.7165451923613 -1262.883567044097 -1240.7175128987078 -1250.2416566930217 -1431.9239813970428 -842.4361836180054 -919.038739049379 -569.2766324643096 -669.9547632319328 -741.305480290527 -435.947111913194 -815.8232273863036 -433.8249700005988 -807.5599670383968 -433.53604436470187 -816.2400665081144 -452.69945387196896 -828.0101151558857 -775.5026659270395 -669.716150544032 -885.4490349263344 -886.3826748860905 -892.1061159284363 -889.5343578100673 -890.3503298726341 -906.7945712605432 -645.1274059508444 -587.4742259595185 -771.9001148723289 -771.0417384224675 -800.9994607860465 -687.03732474343 -443.60051866710745 -812.6449145485823 -445.77175371934567 -680.1743845614084 -529.2165051191395 -676.3283727234839 -421.19018738534567 -785.6580883682758 -420.9314045087447 -678.3592540095552 -467.0765789814348 -703.009175427002 -557.8014079628242 -574.4453518772425 -559.5842384739741 -593.6090616077153 -685.0253349420243 -568.3221973340451 -691.148196500765 -581.1461442876297 -569.1501440383659 -542.8192439253979 -622.9385463223493 -571.5322445421447 -629.1691175735792 -560.6582215853216 -617.9033997581607 -572.6800610814659 -637.5692866423525 -574.1165293668784 -666.4460721184746 -703.8654645103707 -830.8042981086788 -1226.9709434178671 -1368.1491945577063 -1164.6008081513742 -1240.5950335493535 -1164.7010707474144 -1240.4775510507316 -1163.7066550162322 -1240.8522396762555 -1162.5062901612966 -1242.5297819784053 -1163.1050659920868 -1437.619391738098 -835.6241355579101 -965.0938595566394 -574.1448377668668 -678.8551880366416 -743.9144036077346 -438.3458116585824 -742.6216576990981 -493.9434506075471 -790.5978128044335 -464.6690191147909 -703.9313418967678 -830.5059147402163 -1226.3247787585767 -1240.6501403661598 -1164.180723673227 -1240.9004653322854 -1164.234057895478 -1240.549645336176 -1160.5937421141214 -1246.164491991406 -1221.185000030903 -1251.996416554772 -1222.079565166791 -1450.0899110252174 -838.2051534288565 -969.030020831008 -571.7026675582819 -681.2159166988171 -742.385097141297 -452.2952871198294 -696.8266263032019 -467.1567632596701 -769.7322319958228 -484.6372111080868 -699.1818316278437 -834.591195896771 -1223.6750956115543 -1246.5735363469294 -1160.0088026930798 -1251.9819619938398 -1160.087778607129 -1254.4254499752662 -1160.6906767151022 -1255.8460884395167 -1160.1671593848305 -1255.1380082224798 -1159.02316297153 -1323.6342250208138 -831.5503554235155 -959.947569476074 -570.5499087967615 -679.0634529025699 -749.451471352605 -446.2599475166177 -814.2865587726629 -443.86327197927415 -808.462578688934 -472.3350001840201 -698.3644818947705 -836.4287005939216 -1222.166478298372 -1251.1759431609198 -1158.499732932551 -1254.1335608496993 -1240.3527407160836 -1273.0923572306974 -1243.038928218982 -1277.327132695062 -1248.5184726989708 -1276.8580849492655 -1242.1674929855646 -1335.1843311752611 -839.9722229266833 -968.51515764164 -570.4954281313823 -682.590911393056 -756.9088882777825 -446.3448256593273 -804.3311133163027 -443.9759011100186 -748.3737474349758 -472.0217063608843 -698.3319884028019 -837.0992321433279 -1222.8854353889358 -1251.1879328837852 -1159.1047477217628 -1253.916418779348 -1159.731420983076 -1256.3038942621702 -1226.6606665292356 -1228.4227641867017 -1224.2159048498902 -1253.609123747667 -1158.674152960707 -1322.5213397998473 -831.6752561403953 -884.919774973846 -620.1585704404133 -599.9486395862046 -652.822478544918 -433.15814535490256 -694.8435560547938 -556.7642528438131 -688.2731392345416 -559.4146747191706 -688.2733591459503 -601.7784752136316 -721.4919273305616 -649.9019499181315 -667.7677734230564 -884.6577254152339 -891.3910423161306 -898.074839411909 -903.2754888473116 -905.5723772142132 -940.4620745649804 -606.2774496863398 -639.5062509922654 -634.1173846742919 -781.9185057011784 -794.0447522876303 -715.3849160195625 -363.7714401188651 -835.6502609739163 -363.7714401188651 -752.4338916728711 -339.5118125577772 -711.8581687174792 -339.5118125577772 -746.450319312813 -339.5118125577772 -744.7708766277078 -226.9422384155244 -809.0166403340979 -364.7885244554535 -832.3013240101029 -364.7885244554535 -779.2410645598609 -420.9045993819154 -768.1209996142492 -439.7548722056654 -785.925079726842 -364.43398115633966 -688.854753382178 -509.7106851629677 -690.2849377577394 -516.1456822322067 -692.0088155925444 -515.9150955382437 -711.9725760301176 -536.1759293584025 -707.0929333260187 -564.3991705048923 -777.9197721674319 -757.4995739993931 -1300.8405308524111 -1164.7173103299804 -1239.882363560686 -1161.3942673849533 -1242.619364340384 -1161.2365390620837 -1244.3155312780598 -1160.87277916859 -1246.7815985809764 -1159.886764318935 -1246.984676975029 -1229.13981150969 -917.0957052119624 -885.6097515959309 -654.4588596427054 -600.4306347778611 -742.4595062188048 -406.2720337584936 -734.3120827028522 -361.8241671539215 -744.6218586183294 -446.7000286249434 -779.8054298818762 -753.5586130756277 -1305.7334807271263 -1160.9904301398476 -1247.3182678412231 -1159.842451157474 -1252.5599104517507 -1222.7274880368684 -1261.807161318947 -1245.701530268152 -1298.4668254745293 -1281.6422551883547 -1286.9306372905887 -1339.4006371697171 -902.3024738734288 -992.2424894840764 -691.3723349647477 -729.3099495192514 -636.6098021349129 -363.7714401188651 -705.3894680658201 -361.8241671539215 -701.2571575228162 -566.9526923627386 -826.7262128679225 -834.7374701508958 -1310.5980004764588 -1401.3993274015252 -1396.5415417142287 -1431.9340164283612 -1383.281681550414 -1327.80674507741 -1288.7616344866549 -1320.1158063438463 -1289.0281633497077 -1311.4498610737935 -1274.308488241348 -1373.6400350954102 -902.1488215562316 -958.5060123888312 -632.1352285780731 -672.2807557490735 -752.677677932412 -436.09925827348985 -815.042514974205 -442.4614059586668 -811.6488286311012 -473.4974962911471 -697.2047903161845 -836.6679003314839 -1222.121141183488 -1253.0109097098914 -1223.9730489606748 -1255.872323855643 -1229.2683297077997 -1275.4265585376925 -1243.1414474826308 -1266.4953716974128 -1238.0030440930732 -1266.8930234070438 -1227.5170059040886 -1326.6431484247885 -840.7746274273633 -957.5046672231094 -569.3815797319684 -671.2181668624532 -626.5031013245805 -436.059714513342 -727.2785050896695 -433.9737669899229 -813.7580039663407 -462.6378098717862 -759.4950260957651 -861.642323722708 -1315.3723009451207 -1305.9532237469643 -1286.5095413567046 -1324.642994416728 -1325.1192910452332 -1371.3276386777948 -1324.4298305301709 -1334.0060901732193 -1311.492245730998 -1317.7920799797605 -1279.8733047096032 -1373.041495382065 -907.0870182230376 -946.3254640203564 -641.5660962818358 -661.9635557518076 -637.354880374424 -363.7714401188651 -702.6558402310914 -361.8241671539215 -700.4167929941866 -361.8241671539215 -736.4288215575164 -419.3587999384574 -864.8525626204724 -674.204218137055 -704.4594788821644 -923.3804833136954 -932.1166651143787 -942.3916472180978 -952.9130562836684 -964.9747709232576 -988.5331946850604 -662.2733369235115 -637.8891420993123 -635.8438684094699 -697.0468253685746 -797.8246231630502 -608.5000488497922 -436.08504717819966 -686.9143709815407 -435.932548816434 -702.4434794660942 -411.5911545914216 -770.4184970180504 -411.5503651065793 -694.089045325967 -411.8293005035802 -753.8829454127549 -298.8051626725032 -799.2867299595547 -437.00163314843104 -692.1697077297426 -437.48746732504617 -713.5445609604785 -437.390294497423 -788.6283592916768 -437.30323131759496 -700.2963612962387 -286.6488227402841 -617.5207857347766 -413.6434158759735 -610.5323734216116 -489.1731178168824 -582.1519380776521 -562.8664800091889 -623.6085745322723 -584.8624882865311 -570.9010670830739 -609.8266215354885 -751.8005601563588 -861.4605291798791 -1312.3241875888164 -1300.446613522464 -1280.7098820682645 -1310.8278153166689 -1295.108380673991 -1319.9408760151705 -1313.093168407546 -1372.698410657396 -1295.034992273439 -1306.0943340482618 -1288.7804818612108 -1380.961278151011 -858.8408993829589 -967.7631770784355 -571.4350038682685 -683.1939542923227 -734.9319790829068 -446.2109892026545 -711.1262770930622 -441.81452637330966 -725.1913167708491 -469.7783547005891 -701.9866196921721 -834.6098313354271 -1226.3197454831436 -1244.224361100738 -1161.5489313727642 -1247.4002172115092 -1160.6112053744382 -1250.0061242334657 -1160.400539820908 -1250.9235322291663 -1160.930192054228 -1249.4098064830707 -1160.9022448587905 -1317.8239325651437 -833.0067822822343 -969.886246226234 -571.525192489537 -683.6050548979701 -707.5449170461885 -508.4799720287196 -697.2895817999965 -461.8787948015795 -769.3809345168443 -470.21487251363135 -698.2587037296328 -835.1005814548768 -1293.868474339387 -1284.3163543729745 -1280.5074834006696 -1323.5033254791022 -1339.6898156308105 -1430.7085051581275 -1434.0409882338756 -1515.03089165948 -1517.1493423503669 -1541.551996171596 -1537.8302859023645 -1607.9879702636592 -1169.400816198751 -1194.3352828336965 -792.2937914097171 -775.0455874350735 -633.1307499943098 -444.5988089086721 -698.5503017167352 -558.1856428103354 -693.0701856602852 -595.2443441101608 -783.864925679155 -771.228768348714 -1270.4414470326783 -1325.7409297768422 -1293.4611445286414 -1325.9306873146384 -1260.8154924900064 -1290.711491581496 -1267.314457878456 -1290.6629544334091 -1274.0841598274287 -1304.699672999467 -1259.9273196300474 -1359.4033207530165 -862.1881584283072 -956.5471602958796 -569.4716275542469 -670.9109897612251 -746.1143458011958 -435.9734152255215 -821.7296831320137 -433.6758107355631 -814.3450382955923 -462.21587298983576 -768.8453966377202 -824.4713012457987 -1295.1193217488135 -1236.622924858698 -1237.2955752228845 -1241.6415774755492 -1240.300955724863 -1245.9537847018269 -1253.218112577443 -1244.5014902901528 -1252.4240508242335 -1259.7512986826184 -1246.5401513877766 -1309.8834061464386 -840.3996259219304 -957.4926849952832 -570.1663175353623 -671.3310168003575 -748.2873640100138 -444.75586781348994 -809.2786977384145 -444.12668323121727 -805.6320316036192 -443.9140902343988 -699.5913719239985 -571.12517529828 -801.4228947960991 -660.962323564545 -594.842934172358 -899.7659365186121 -809.2545262574873 -904.7163208518612 -871.8197548743834 -902.536179732616 -891.846040571565 -656.9819900141998 -571.2812693235613 -655.916030066237 -698.6569174502182 -812.0089995050995 -690.1756829319452 -460.47871265292514 -702.7938932888618 -491.01423537032537 -677.0821166973947 -421.25490780647146 -676.5409488826382 -461.6919162367658 -677.9546195801017 -436.5283155475259 -679.4589281682813 -398.9034436717856 -703.6243547831054 -554.5836543681389 -705.3513616020103 -555.9096159799196 -709.6175506730101 -558.115574787434 -573.4183505701175 -564.5163943191143 -589.5056037776983 -495.3127810074059 -548.2715488116501 -558.8436273242552 -556.4533427922877 -655.5229589296081 -547.7831452020193 -596.9810907151438 -568.8616043207066 -656.6028440456167 -567.9184490368928 -650.7494025121648 -696.1135250565522 -837.6402335075908 -1285.5675977121475 -1266.999538162132 -1238.346425166859 -1266.8093798100624 -1234.2614211335697 -1262.7673984914495 -1228.4772033486363 -1263.7634497214804 -1233.8286924170873 -1267.186716908913 -1237.589423838121 -1335.1111225453456 -841.9460556464726 -883.9264395781357 -612.7464255240383 -598.7889182866775 -556.5751839106167 -363.7714401188651 -601.7350205486307 -493.0554109616442 -595.2743922936544 -627.5028409395017 -769.3605820362318 -823.2594414634243 -1297.355235826858 -1234.6080269038814 -1237.1659280296929 -1243.8019708013123 -1262.202800048644 -1269.7548030159162 -1283.8936487339492 -1281.435021357949 -1284.3177444396056 -1274.7629912116895 -1258.462896090222 -1321.091899656784 -853.7879911423425 -883.569299154836 -569.105262131578 -633.1064851658457 -621.211093230491 -503.7266349244128 -683.1878263644603 -570.1692371829541 -677.858059434394 -596.7765856781326 -697.6936358431252 -836.1023026764188 -1222.2627692169256 -1251.1693286732366 -1224.304173131666 -1260.729554721763 -1239.8353807017354 -1273.3749761862234 -1261.7929596416948 -1297.584232922355 -1274.5399652580293 -1311.3912814892922 -1288.3693096769166 -1380.5882643218652 -901.5900535361284 -958.3836118285084 -630.618749945237 -670.3793730359047 -749.0983463998928 -436.11461007723005 -811.2711463507609 -433.8605830190762 -806.9149018468617 -471.6206368002773 -766.0986224729915 -861.130419574278 -1317.9861683106697 -1306.531876716579 -1302.3314678362024 -1344.6104007461672 -1326.2420558439112 -1371.9403743497974 -1339.7333132994052 -1374.386855190012 -1327.8934473733775 -1360.9031622075036 -1303.657967489619 -1374.9695544645278 -921.1683532067703 -954.30321466496 -634.3162458504493 -661.4466718208528 -642.3078001187115 -363.7714401188651 -707.7416747176592 -361.8241671539215 -782.8164289563041 -390.6225551857957 -767.893134997928 -749.3866170042417 -1295.976000896125 -1239.7989205457943 -1244.292596960587 -1253.0318288228104 -1254.578619523621 -1242.8179632358947 -1257.884725096282 -1233.832912777695 -1253.5362413457417 -1228.1205120042332 -1254.35298516664 -1291.158078105443 -905.2846882923026 -885.0087706808611 -643.3839616016934 -599.5944147495255 -764.728234443429 -363.7714401188651 -823.5410362140406 -361.8241671539215 -824.7509153430608 -361.8241671539215 -820.8362537882647 -433.7500564500504 -865.3335951032907 -648.3895763090301 -669.693215799674 -884.0520809281113 -887.0482590901462 -885.6264862167728 -889.8263039515424 -890.084340006249 -911.5845807252996 -580.0489405782018 -644.6460229681409 -570.9322522159031 -771.1890622366113 -727.0231464519678 -720.3685283262029 -363.7714401188651 -828.0385386924779 -363.7714401188651 -700.6883237801974 -339.5118125577772 -745.8303555731686 -339.5118125577772 -746.5770604296882 -339.5118125577772 -752.7623053740349 -226.9422384155244 -805.1207368437252 -364.7885244554535 -711.0416924390896 -364.7885244554535 -712.7894580556375 -364.7885244554535 -716.139225130205 -364.7885244554535 -708.7540664456939 -273.06146759848883 -655.1754133043681 -518.4615309140739 -690.6437047115041 -411.88950185133547 -691.0425040305696 -411.7811857922326 -775.988135900861 -432.1497013296581 -749.3477013196724 -461.01552122118 -770.3507087968745 -824.3418990706068 -1296.828625642635 -1234.8464886744134 -1236.9523177257406 -1235.5794274668517 -1238.8203064198722 -1235.8988480406306 -1239.1817096560817 -1236.2445200070235 -1239.8539128296793 -1236.2454304831665 -1239.1161855756056 -1305.0755640089822 -868.8761662485318 -885.1732196527596 -645.1802426338057 -599.9195189142629 -631.0023710282126 -476.76571347947305 -693.2996023743673 -562.4645798089473 -688.630995114316 -596.1446678420147 -770.1822867598413 -824.0953373066819 -1297.5192917917875 -1234.8784812258746 -1237.365547544671 -1235.653991612157 -1239.8372904252335 -1241.5381265669614 -1250.6050257147535 -1251.5490626429496 -1258.8468019062975 -1246.1620563375798 -1239.082966533965 -1298.5434138282103 -841.2017520427041 -884.5622859344827 -626.3310150811059 -599.139443925736 -743.2247514468847 -363.7714401188651 -826.4098802311385 -361.8241671539215 -822.7842750495446 -390.6225551857957 -769.3590081630907 -823.3072991461447 -1297.1311772514248 -1233.9453200052797 -1250.0657828324615 -1280.8462687823255 -1310.0412935194563 -1360.2322025014907 -1407.9103311415834 -1432.930301776477 -1467.2084943233588 -1459.6721449252868 -1449.4502186578743 -1457.672829919565 -925.6922237030352 -949.4518087112888 -632.8428519062073 -661.4811095616734 -546.8644906117313 -507.7547102539296 -610.1552250392858 -553.3573577667356 -662.5106458645694 -564.7334033745318 -782.2080058275287 -811.691013209476 -1297.606429577589 -1300.222760392718 -1286.788453339007 -1318.5734536405853 -1325.650219874428 -1416.1967487991276 -1396.718785432016 -1432.4056394930312 -1412.698015466971 -1437.9778258514489 -1446.5442067043937 -1510.3134476911573 -1004.6565893834216 -1054.0240195993904 -707.0359179733656 -702.5673354122243 -551.4591312003708 -363.7714401188651 -711.7383877570483 -361.8241671539215 -704.1109659867029 -390.6225551857957 -794.7405075217758 -812.4471346119034 -1281.8603277228822 -1294.4955141786954 -1299.4583430639775 -1328.2757903074723 -1337.644010509143 -1364.8687552358103 -1359.8327775801338 -1415.619153291253 -1417.836623562676 -1448.4562529723096 -1418.7147339247374 -1530.038259531276 -1015.9533689608144 -1066.8636845617202 -725.9625125544965 -734.3544445674596 -563.2646405597008 -363.7714401188651 -752.8566749813655 -361.8241671539215 -613.8207937927708 -470.7098722382673 -640.4306214729379 -361.8241671539215 -453.0728506546416 -756.098142295644 -786.9501796560388 -1035.321299686405 -1045.3014220530831 -1081.4574002494849 -1074.3028718217522 -1092.8845391430957 -1094.84032610134 -755.8293241906894 -723.9367117055481 -720.6199447432717 -845.8489862706789 -874.1429167891594 -596.9482890480457 -363.7714401188651 -719.4126725422615 -363.7714401188651 -662.2481473783555 -339.5118125577772 -685.516000703246 -567.8975058585734 -608.7473870810805 -341.45908552272084 -386.30462266802095 -364.7885244554535 -856.4163196929888 -364.7885244554535 -829.4563887870991 -364.7885244554535 -852.7971588984307 -364.7885244554535 -783.7620149130744 -377.3327167132006 -596.0688074369275 -214.3980461577773 -552.7099404198578 -478.4501046935892 -585.6370570224183 -415.5619487865216 -577.740438861202 -518.0116333385845 -598.0697731266849 -471.5653457378498 -626.3096058896472 -987.7677391564208 -916.4311341680072 -1383.96428550088 -1533.0795636737053 -1396.2413104701095 -1401.1081617301977 -1413.372171694233 -1431.967984288224 -1463.2465877837458 -1467.1689808313877 -1506.5886194605655 -1503.1255337426676 -1541.193759652012 -1575.8917180070607 -1005.50115692745 -1166.487606600433 -877.6631357397719 -922.3168461664552 -564.3469941155076 -363.7714401188651 -793.5662625514558 -361.8241671539215 -678.6056221067556 -419.5099930000606 -989.5518339172384 -1005.385455764388 -1511.9997884557372 -1668.1515180513725 -1542.075392389136 -1563.3307751425652 -1617.3202832019383 -1676.5152329399457 -1665.1499256902437 -1717.7889588607184 -1685.7090560998436 -1670.2604040932465 -1623.704079083586 -1720.4180706105212 -1111.2019828366947 -1284.347226871769 -952.3886517505084 -985.580146842008 -670.2449721220268 -460.37824227883726 -790.7705375788016 -437.4906964157512 -756.1391981867782 -465.8891852689189 -1076.135563779242 -1105.6120676154958 -1594.9731961838816 -1673.433200457432 -1542.466109717922 -1559.9166449167376 -1579.081194292049 -1621.406282623057 -1612.371760530166 -1653.1591333010538 -1653.6254470944746 -1676.80943909952 -1626.5141817974315 -1725.6651938229784 -1120.9819368072797 -1295.548693086788 -953.9855813851532 -993.6361610761372 -700.6254820428711 -529.4979510752296 -793.1822432851081 -452.39119782196 -838.2521326480265 -480.6980029588789 -1082.7035688441547 -1097.7232401557137 -1524.8152155777768 -1661.916513578854 -1525.199608970329 -1546.0636056303183 -1544.3532664120153 -1547.710747123358 -1545.068241901474 -1551.9620721566462 -1581.707736247665 -1620.448937904633 -1556.3452769124508 -1620.8235004627486 -990.5566218253316 -1205.280503284432 -848.2452686254554 -922.5668867092808 -586.6985578016488 -546.4075993948624 -657.7162630278306 -526.6872000523389 -685.9426989741308 -528.6754616087557 -966.948837788455 -974.0791591592229 -1445.7606322399545 -1506.4745859222523 -1478.01361812036 -1503.693496913481 -1501.7228525602134 -1543.2094562626085 -1543.543272607005 -1544.3715318568393 -1544.1430591682288 -1436.7972120963757 -1395.4899262608687 -1485.173259418861 -872.8469262237328 -1015.184868325268 -688.9700076421445 -714.852457464812 -632.512455803065 -363.7714401188651 -719.0284285050785 -478.4498536139967 -695.855190958705 -556.1147793306551 -692.2146586727484 -361.8241671539215 -618.7183481030593 -694.3610215867545 -742.5468146400299 -929.4699667807588 -931.7194502391588 -928.5479126881716 -953.329289176758 -952.5321136166974 -989.9603339070632 -671.3000205892893 -664.0717040024772 -655.5357492180534 -658.42364339249 -799.3690346493092 -676.3672290676132 -363.7714401188651 -830.5158899466722 -363.7714401188651 -804.6591012788459 -339.5118125577772 -771.5327349578681 -339.5118125577772 -673.2539928564272 -339.5118125577772 -630.2717555923414 -347.4542090544406 -678.7673882517186 -364.7885244554535 -698.5713596856453 -364.7885244554535 -801.0290603601433 -389.3788016243687 -839.0552724195717 -515.4899342862327 -790.226345688174 -352.32643297384925 -389.1019550527942 -623.0583626133921 -465.4453796669104 -635.2867277496028 -465.2198294895854 -738.251644056345 -486.1436683820733 -689.0524988704516 -485.5375350193202 -737.4121713009665 -768.267208491428 -823.5374575798087 -1300.0169946358126 -1250.3502568528208 -1252.7161273756433 -1255.7352654876483 -1263.6307968937251 -1260.9450855170592 -1270.6579166001964 -1273.7787962882408 -1282.9310457336885 -1287.0319836763226 -1295.7318532104232 -1370.5614898276206 -797.0832167671133 -958.3679515384651 -652.6684987255077 -665.596464258149 -634.7566656638143 -526.7939029055924 -692.9042384823708 -557.3817061333427 -691.3104274562539 -584.8960682287128 -768.1614162565502 -824.0884636758144 -1301.5991768668607 -1265.3273325162663 -1288.8991903214671 -1286.6740891720883 -1301.9809801322165 -1332.462259279091 -1327.7375363711556 -1342.148689535837 -1363.9795157765045 -1367.0430992983604 -1363.7416420684049 -1407.6695726990738 -817.8343286321821 -970.9939171817264 -649.3753401236573 -676.0574532526466 -536.9787858044824 -462.793358339542 -639.2176097989671 -499.54605417319846 -591.4403142640163 -731.5333994154173 -805.7491163605098 -834.0640694817317 -1357.6743974108238 -1429.62031405904 -1439.869359673134 -1540.172914573103 -1538.0407249887062 -1540.669393083105 -1542.789443342076 -1545.9478902249975 -1544.619246884027 -1542.5889765280724 -1542.8767145713257 -1611.5880507587822 -1022.6942101142096 -1186.3804612502947 -858.9375365575843 -837.0784302999721 -624.9070323764574 -384.2593991924627 -696.3856277191919 -361.8241671539215 -699.5559829270964 -655.1711201234365 -842.1481481685666 -833.003893374683 -1289.3155032128038 -1330.2877258902604 -1265.7142788601827 -1269.135426543885 -1265.9382364738376 -1281.2097752156285 -1293.638694953721 -1296.2442667602047 -1272.636357897506 -1288.962148173141 -1273.0369850260636 -1343.7720053915452 -772.0045030789587 -955.745669056592 -569.4460266942406 -670.3868009605478 -748.9782708595907 -435.9851984927156 -815.8654623612246 -433.9038102241833 -810.6875356719715 -462.6615300738378 -696.6041004039371 -823.6290822915735 -1220.932528889036 -1237.9600117141858 -1224.642946437139 -1242.8233148099112 -1232.507202110013 -1264.7987662059586 -1255.499941291095 -1273.0414104770434 -1275.4189260469393 -1268.7528272042937 -1309.6540621815393 -1324.5251171669634 -727.6256132477564 -883.6813681003189 -582.9501545470062 -597.9759721139038 -632.8322847231358 -363.7714401188651 -700.2106989604403 -468.7380519989355 -693.0166117163493 -512.8313662113878 -692.1253498043803 -573.0437309885504 -767.5266964806027 -626.2400087964307 -676.627803072806 -910.8547048590848 -937.72294747335 -941.4649019462668 -945.2020027334712 -950.8972028140092 -980.1522279721528 -656.5042454890281 -647.8642518956864 -642.125948780672 -652.7935987728038 -790.1085252853907 -731.926525934179 -363.7714401188651 -829.4943490597105 -363.7714401188651 -801.5163142396538 -339.5118125577772 -716.110052754854 -339.5118125577772 -737.9920879283203 -339.5118125577772 -702.5031651214579 -226.9422384155244 -827.8603751861614 -364.7885244554535 -827.928165428234 -364.7885244554535 -832.7309174521142 -364.7885244554535 -834.8597289111673 -364.7885244554535 -726.2640521671451 -214.3980461577773 -615.7998728909615 -341.45908552272084 -722.2719726314147 -341.45908552272084 -666.7200297963402 -446.23644834496935 -711.9109028038309 -495.4070545012504 -716.1012034946433 -494.9732289314101 -768.2750389461662 -822.595272664741 -1296.735737058097 -1236.2761717015703 -1244.196100068395 -1248.0425456866071 -1249.4215270152877 -1256.0481998079078 -1270.507485953675 -1267.1346570849955 -1262.5263136784877 -1260.206872928506 -1276.1203646746048 -1336.4455771079788 -771.639778279197 -883.5523385069491 -611.5799924502194 -598.0067381121777 -633.0264541789884 -363.7714401188651 -787.9454742598082 -361.8241671539215 -824.9641077909283 -390.6225551857957 -768.1837349265032 -822.3496148983452 -1301.5324050555423 -1256.729742849731 -1288.544776749329 -1306.8499166385218 -1328.3962002050605 -1359.0730898839356 -1358.3832720990792 -1392.9190283820606 -1435.7039180112145 -1433.594953518722 -1422.8670643101627 -1488.5763566509413 -876.1098603003375 -875.0694098960802 -665.1856357738478 -690.9837850644079 -552.4321038901135 -452.3087929839756 -560.547628989876 -545.940056504126 -546.3392193553888 -603.7237034374124 -768.7740430874059 -797.9148881679838 -1304.2920186123663 -1247.185720530554 -1292.84711218641 -1309.7233202215762 -1391.167304565724 -1445.9332803756545 -1517.1458658238191 -1521.867308706035 -1538.7417149609123 -1519.0526692857122 -1484.917175229071 -1480.423725664016 -885.3289010966548 -873.1414538180455 -672.7821922576837 -705.6336860357891 -555.5386361488809 -488.59284254856806 -670.7595671738915 -474.5315366557471 -603.8756483214787 -552.1922929904837 -835.8836594195373 -835.5221736211729 -1308.7533911699295 -1343.0869475755137 -1334.6938997706552 -1379.4883619504692 -1383.3351507387667 -1420.5306254405186 -1404.527589129254 -1423.6547452190127 -1428.9205787545916 -1469.91912510801 -1484.2981388597502 -1547.9351765292174 -935.0948619947964 -955.6563739818688 -722.6035678513487 -760.4650347849924 -575.1639057269045 -465.4497399237175 -699.2246835327633 -361.8241671539215 -774.3513899886875 -425.6044182761422 -842.7221371789486 -855.9331501601118 -1344.3492152660224 -1411.3878603480646 -1390.0237970608086 -1440.1734684380845 -1423.6406625333489 -1443.361545827556 -1445.2705461034514 -1501.0015339817091 -1501.667699428724 -1544.1220623966633 -1506.3273999279409 -1599.039116539229 -935.3980354109182 -966.2577069942392 -736.8196350123123 -751.7165509023663 -566.5176214384708 -363.7714401188651 -681.6385551883081 -361.8241671539215 -597.7993717958426 -463.68248173306574 -609.6733327290165 -551.1897248645926 -642.1505436153985 -704.7601170567297 -734.8034244204979 -1029.9506902384949 -1074.3571941237064 -1158.3600115796123 -1133.5061500815864 -1189.2258286899862 -1184.505628589117 -844.0492710095459 -739.17854553403 -705.1721201178317 -704.1134467662125 -732.3324996109601 -508.209349010658 -459.0523949561907 -593.4023491280817 -480.9529065322634 -513.947467687717 -510.88533874417845 -516.0762145790029 -568.1420065132415 -515.8563918344234 -567.0871519707484 -514.3449301904234 -287.15728718867086 -364.7885244554535 -843.5932054065169 -430.7495788832828 -832.6463747322143 -394.41945258399016 -789.5606033998571 -411.7581575971829 -827.7482155521544 -377.3327167132006 -628.47495762255 -334.79147326494774 -448.53106302594006 -500.0867703515268 -577.6482962531609 -498.65301969607447 -546.761184792576 -522.1424675134566 -602.2969271990107 -597.5767423560834 -635.1622924547164 -705.1915705435928 -823.1938532128465 -1284.0834994480504 -1250.9760804124703 -1266.3128049357126 -1343.0212355404387 -1396.7051108548924 -1474.2424586381464 -1477.3691045161866 -1544.8612624106115 -1542.5839183034104 -1547.113919441406 -1541.819744184796 -1612.6172977305746 -898.1254375824406 -937.5707302088103 -697.2430655946788 -722.5860069826367 -621.8403372131531 -363.7714401188651 -730.9897527185059 -361.8241671539215 -714.3112971690085 -472.4399366923993 -903.5816814886084 -905.1312567670304 -1392.2775282417947 -1422.077690963767 -1362.7223311763778 -1391.8170239433905 -1356.8664468180957 -1392.525564526902 -1341.7085901753362 -1374.8427594233226 -1356.4845923510095 -1358.518081419595 -1327.8657851632415 -1390.363545369643 -800.7322884772401 -834.8261161186676 -647.9776488455182 -686.8675318071305 -746.3567692352243 -436.2435625978676 -815.4707782101278 -434.0212048612452 -812.3308555541319 -462.9032224060426 -776.4901969609119 -853.5935001087183 -1314.8887655586948 -1299.5453220384409 -1311.5197075171016 -1382.4170953668936 -1428.5968165708807 -1495.229914854196 -1444.429561719472 -1415.974812204001 -1440.8265773924693 -1444.5212099239843 -1428.1433246912084 -1485.9621048161318 -845.0979492174866 -882.892705527892 -666.7793584175666 -685.0116397417027 -626.8139075560994 -363.7714401188651 -698.8452995879998 -361.8241671539215 -698.6850290186903 -454.8223351994549 -788.5122450705711 -826.599083175418 -1330.644487519776 -1277.1839866004395 -1373.0786214110929 -1390.7748013657672 -1517.5066936811402 -1518.3524134529252 -1554.2198054905866 -1553.0136509512236 -1566.4155049234575 -1559.7732551569195 -1580.850717598817 -1621.9458048013903 -1074.9796085315934 -1023.6561345250888 -811.8457746656511 -767.4642755599972 -633.3503563327067 -363.7714401188651 -727.4982501349743 -449.6917560172891 -621.5624956592955 -543.7252915255049 -851.0458117641616 -962.3373502936836 -1455.0286281577544 -1534.5223227820543 -1538.6566145329034 -1543.3164397081075 -1542.6849237480592 -1565.2183865245722 -1559.8161396534404 -1580.6480293608693 -1567.1451154817244 -1578.264639044787 -1551.4582550316509 -1632.4007086117956 -1084.4388153316304 -1146.4040047209403 -948.684249626874 -982.5706336324608 -587.9116922504016 -525.3533605266019 -657.4600167712442 -436.9615648281357 -607.035371533699 -511.2111709164688 -641.2927710378942 -361.8241671539215 -392.5698281507392 -954.3869160391286 -973.0837258229966 -1191.842168172265 -1192.4022663241178 -1198.9138090353688 -1197.8458301969324 -1215.4270353528898 -1231.686662958417 -958.0181676583064 -954.3792544813364 -954.7894738011825 -952.7095992772948 -982.2434324221894 -519.6121213846006 -440.5712550871645 -610.9214699057674 -407.5094294760757 -579.524241582405 -405.8488725416546 -734.2014889779898 -348.8708414040088 -653.4904445807057 -420.09300667035023 -590.6116075782403 -226.9422384155244 -364.7885244554535 -841.2560227806572 -364.7885244554535 -839.9930250873481 -364.7885244554535 -844.2792445865786 -364.7885244554535 -867.4175164099904 -377.3327167132006 -707.5713347787743 -214.3980461577773 -578.744459122941 -341.45908552272084 -585.9809140344058 -341.45908552272084 -578.9146250022409 -471.5977051317921 -597.9686784217369 -495.6713580173833 -616.3730399412467 -805.604515515309 -822.2869861963914 -1309.2826004595606 -1359.738775772591 -1323.9332009601364 -1362.700261486474 -1388.644013688222 -1455.5102539274924 -1436.1414742343138 -1467.1724314651735 -1375.1307754630095 -1344.443914780764 -1313.905258328247 -1372.6764203468351 -807.5494158941947 -848.8394263342668 -656.0831699465256 -688.1380107834945 -701.5783739444653 -436.4595633727448 -821.8601017753047 -434.389754823694 -813.7809457424833 -463.0820486011664 -798.4617634575849 -814.9522490412477 -1288.1291642582305 -1317.9473555187797 -1322.4780302512188 -1370.9284086523191 -1353.6879146938652 -1404.335461441657 -1406.8622420194922 -1439.0185488140364 -1479.0092560989494 -1516.867189434276 -1524.6498084984448 -1567.4531900831228 -925.2199692302672 -886.8195850662826 -705.1422968303513 -716.3881319054606 -635.3244197396319 -363.7714401188651 -691.4605715807276 -361.8241671539215 -593.4652912015559 -405.7379914118282 -838.9976535455622 -846.7169529350274 -1350.1776745168704 -1463.103221674665 -1457.794395760386 -1538.2908397260428 -1519.446936643414 -1541.9805012788106 -1533.6543066344927 -1542.4543425145123 -1540.1766121842936 -1538.557047350052 -1507.8813289674474 -1579.9636695054755 -904.9063962175272 -865.801472417491 -677.6713485006513 -706.1096778817829 -616.9730503203116 -369.7537831063232 -710.7184329729562 -434.69519170264965 -686.4201411124767 -463.2292092395127 -790.2208552330802 -815.1853712194326 -1283.0273307521643 -1308.855600078439 -1323.0625816068457 -1330.353136634845 -1327.819649612529 -1372.3428707559451 -1397.2060318998556 -1452.9609282411022 -1402.6618289102696 -1414.1844507084472 -1380.3818539410947 -1528.0459993535185 -849.398284269619 -885.3412641851114 -668.6129950373714 -702.4005912497565 -585.4118537537377 -493.0524810763334 -633.6392585982161 -537.2388889929017 -597.9792823049966 -564.073944256531 -789.6321035451867 -818.0324336527714 -1288.84864276426 -1308.2781387475916 -1300.576365020066 -1319.3841361812893 -1303.248501784084 -1330.9086688901823 -1327.7445120379705 -1358.821131865 -1385.8503697376111 -1412.7770969841174 -1472.5002708324 -1599.950583480237 -1085.449705233401 -1137.61601127755 -942.0200623825712 -826.0217835412501 -551.858867844175 -515.725853303628 -591.4289495608552 -664.0244386995386 -593.3699894618217 -663.6630649097622 -593.4207420570037 -485.5376015065346 -494.4140029593115 -774.9850800760423 -820.5657219810619 -1003.8128444695748 -1005.4816585922072 -987.6393579053744 -1005.3809322063112 -1002.768244576978 -998.8575257353034 -679.2367251883417 -668.9625125835969 -662.9188296394314 -681.8008746122546 -684.6542960212212 -724.4709675820224 -363.7714401188651 -827.3400236374234 -363.7714401188651 -789.2479229260653 -339.5118125577772 -692.4379885587557 -339.5118125577772 -688.1535373458374 -339.5118125577772 -750.7679542926011 -260.08643158698555 -782.8639169559759 -364.7885244554535 -825.3043234042835 -364.7885244554535 -833.4245648214506 -364.7885244554535 -704.1530861266964 -364.7885244554535 -733.8825803233843 -214.3980461577773 -680.3548737970928 -214.3980461577773 -754.3055731500091 -341.45908552272084 -747.7342612358569 -341.45908552272084 -780.8088895512807 -361.8241671539215 -782.1036437191005 -390.6225551857957 -767.5715957668964 -749.3156476299536 -1309.4622235368374 -1227.739883249283 -1286.6984552768215 -1273.7666591060668 -1325.510296064307 -1304.8143118059306 -1311.714144059187 -1357.2497426158982 -1413.096713496799 -1411.6071022798528 -1396.7080928011717 -1448.7974924146956 -857.448800365299 -856.851747532881 -669.4660050759518 -702.70501892683 -619.9720414728913 -416.445112914024 -684.857313217581 -555.3081354510772 -680.597065363617 -601.658780011662 -801.9857496486059 -823.6974952632044 -1308.3603683946378 -1372.377079486535 -1380.6831632992505 -1388.8983864835102 -1416.8995328290157 -1417.970983570986 -1454.940699305174 -1491.074771113927 -1537.8746360756224 -1546.420064220217 -1547.499556997793 -1616.4198335950225 -1001.6807312973996 -971.6299357490152 -727.0141719106313 -734.6496673649848 -545.846126511856 -446.6141964732937 -649.0695976327826 -477.2569286800899 -538.7935462923011 -521.4058785020657 -798.0874571296536 -812.4854505998591 -1275.233197186678 -1343.4149072007328 -1402.935126700559 -1478.687300674606 -1541.2222812845152 -1546.2976777827032 -1547.8113893377551 -1548.20221832678 -1557.964467424522 -1559.6311959956756 -1561.99009308087 -1626.5763674286156 -1088.3107833712522 -1114.2660027686634 -888.9916707456446 -906.9746547438712 -590.4429026300536 -551.4063813169955 -656.6719369648423 -516.8370249066459 -664.6186755897113 -469.3510003981029 -1005.7065936169498 -990.0432674884572 -1398.849659578461 -1492.9819024987298 -1540.963563793909 -1547.8296185216657 -1544.140068776589 -1550.4477508487678 -1546.5719115466766 -1549.8909639718663 -1548.7673644493063 -1556.5976204374674 -1552.1591263635903 -1632.436220948035 -1076.925629583721 -1083.1660112025932 -758.7813566605707 -773.5191971169596 -588.6353804498907 -473.128277765896 -656.1847855789119 -586.9844142248593 -663.538032380423 -633.0143889016069 -795.2356382731786 -815.8574573094307 -1165.7205116790185 -1337.734082088269 -1428.686376832509 -1544.3361066003065 -1544.8605222628246 -1552.2956112853124 -1545.9182016560333 -1557.1553751420104 -1548.0419432290682 -1560.188257667553 -1548.5921326126036 -1627.221615305872 -1053.2709522361736 -1090.0891296664956 -762.071916650953 -772.5851236910416 -576.8172284177127 -485.988529521934 -657.1290121067019 -493.3379833991247 -580.5582337232668 -534.6574633399465 -607.3843841146166 -361.8241671539215 -265.5087887857957 -773.3290478799208 -816.348792672905 -1138.8386771726298 -1155.4224581542085 -1189.193014939258 -1186.0698127765663 -1191.0844101907644 -1208.17091139671 -954.8330997442048 -948.5335286742992 -956.8925786623562 -923.3905853450028 -923.1001717927712 -551.484868281921 -498.4301851903667 -635.2545978881523 -525.9303825393312 -568.718634766775 -498.7761867105132 -570.923350773944 -497.8614927057085 -577.1405774134289 -497.8159364382203 -453.3457535081216 -226.9422384155244 -364.7885244554535 -864.5233608732797 -364.7885244554535 -822.2357463905156 -476.7469421792535 -826.2262170258383 -535.7850494167208 -836.2698310997533 -548.8659849663538 -656.7854225258094 -214.3980461577773 -503.8797645126506 -395.1170547989107 -552.2928522704709 -440.0973797802872 -569.6615475318721 -523.2341138899485 -600.5349261594962 -537.2284526230673 -623.0458534900795 -789.0330180048521 -822.7134941129922 -1216.4874510827383 -1294.099320426437 -1395.8229322189768 -1404.2827608394534 -1474.195285842643 -1530.4050200819202 -1548.09519196346 -1543.3056374622247 -1549.6194870115216 -1544.804321827841 -1552.9645868691143 -1615.136135157044 -1074.7427446465297 -992.068249898358 -775.2401841036966 -766.7047234854438 -590.1897228541035 -407.8474751529247 -709.9619791344794 -495.2022859055399 -640.6496537486463 -390.6225551857957 -865.9828532573619 -870.9225550663099 -1229.7682985011031 -1413.7156331163053 -1386.514526344538 -1447.2045475641526 -1438.3651137795312 -1442.318919940953 -1429.256453350794 -1525.6062533843178 -1542.886941554888 -1506.8854224605077 -1506.1635556432016 -1615.110892646706 -920.4323882365084 -949.210691731026 -690.5133856139657 -715.3384936604633 -598.0781271239458 -363.7714401188651 -772.1203215621008 -369.027834511069 -692.1888420803455 -523.9536536626485 -834.4676439284045 -830.7744087811635 -1185.9932965487344 -1380.1699822857834 -1437.9174572668426 -1539.334330531704 -1544.048677592175 -1546.6855808051105 -1548.5565419527295 -1552.4461049198844 -1558.923070762848 -1558.614853343374 -1552.5662664485992 -1618.1098057085585 -1064.5808202525875 -1090.93264338711 -818.7539108899216 -847.118114293927 -583.4151524713037 -553.7930886950566 -658.4761539644284 -524.5275944203986 -701.9035124240423 -464.8617030684889 -830.711718877869 -835.5567348740983 -1192.4794165621267 -1437.2433201011431 -1499.1851994707206 -1541.9973877796256 -1542.1589350788013 -1542.3203782380674 -1543.2987369769562 -1544.945537626078 -1544.0288786399592 -1543.561273268533 -1543.7373343822055 -1611.9867895708192 -1030.1134951349527 -1019.1500664839224 -786.8544822085835 -839.0335597582946 -567.9347223334637 -435.9784354160468 -639.3445720293115 -430.2276831648323 -639.4082158755414 -390.6225551857957 -938.6893636458436 -937.4951666552488 -1300.3906799073811 -1503.059522718224 -1495.852557844822 -1522.9194417238652 -1505.4855270120931 -1512.812944891791 -1521.8801291527034 -1522.009247819561 -1536.7760538958596 -1519.8538230161764 -1514.410580613484 -1584.64011307211 -949.6032751724714 -1001.0475340938376 -786.4182539832987 -810.4417886850615 -562.8044559742912 -386.4110932911152 -636.7499435043496 -447.5611423199221 -663.6946488791114 -378.217495596096 -751.2275997656495 -361.8241671539215 -265.5087887857957 -838.7961556566638 -850.5104213261545 -1122.7551232867834 -1117.108064270646 -1188.8657456094788 -1187.816304631902 -1190.8041012989986 -1208.735529946726 -849.3396174383081 -799.6101207430016 -798.8691744729331 -770.3793904440258 -809.7247021356029 -511.72201688863134 -433.1456389962391 -695.3664050418296 -521.1585221030165 -669.4655640021687 -432.8207511187869 -685.4404547767701 -445.9791040412861 -622.9514111755772 -458.9703307078591 -400.46238219220976 -226.9422384155244 -364.7885244554535 -839.3929711978157 -481.40473089095485 -804.4417628666804 -539.2158450273828 -815.8566256276367 -570.1497449410922 -814.3984140232059 -566.8029491579173 -663.631840523938 -214.3980461577773 -582.9428186502885 -341.45908552272084 -635.1348182023938 -341.45908552272084 -595.3169263936134 -394.6762246467128 -685.5054181564271 -361.8241671539215 -765.2315388698581 -796.5109839421203 -849.9832734207001 -1204.129134144078 -1377.268074287168 -1471.384657303664 -1540.4333707323606 -1544.6479238179156 -1542.6586570536026 -1544.0736760517034 -1545.0195470849603 -1545.2111658455094 -1545.3789747503056 -1548.6007390580835 -1617.640317872835 -1088.4796938924887 -1125.1012360080033 -855.0799809967434 -823.1888957383521 -588.3914283186834 -457.6803567119669 -661.2574142287107 -529.9191849424691 -691.1789619063492 -390.6225551857957 -866.6568700891012 -877.2629438703831 -1252.560345415536 -1484.2363479001035 -1528.1168081940436 -1542.869702234692 -1543.5719804554235 -1552.1462562076542 -1544.3553819562192 -1552.1184083509102 -1544.6080842292488 -1551.056561864238 -1544.4666274083395 -1617.8587123018383 -1081.2387304524968 -1141.0209619781724 -894.432025485809 -904.1538383456348 -574.5133846752595 -560.8045802006249 -659.4058744685816 -618.8513046628293 -578.5594166046724 -506.58588325834967 -863.3963760004214 -855.7758335667753 -1215.1197885861343 -1455.0778131209452 -1480.6516691098675 -1538.8588117818058 -1539.4556598976394 -1545.321532374394 -1543.9551265751388 -1551.138442935484 -1547.2957709896098 -1554.8581483779965 -1544.5106915978247 -1622.0444659695536 -1083.4969553714152 -1140.0779515544396 -820.1149518616451 -842.6212747180309 -572.4074947249026 -475.47309995058674 -656.8560608205376 -591.6980707943055 -592.6356078627279 -507.3877042315729 -862.072916411939 -833.9505907704861 -1187.393355814886 -1431.1564185984562 -1507.5534358079676 -1544.622154544449 -1544.2623496054428 -1550.422704799428 -1545.193209175943 -1556.6871006497545 -1549.155836466853 -1568.370830931691 -1549.0501867937528 -1632.001116833277 -1083.4959353137317 -1145.551199538059 -880.793722177992 -925.3957663893892 -586.052638487804 -532.8911992358769 -656.2155632283498 -517.1731843762791 -684.1335169077946 -465.1378165184418 -975.4646444073966 -976.957362096796 -1323.2980611295875 -1520.7083812357876 -1541.355476746372 -1545.861122744954 -1548.4621427547415 -1552.3577996475562 -1555.7547791469262 -1562.9312285124076 -1553.2695725284825 -1553.0465952437885 -1551.654898304897 -1621.8753224303032 -1057.0440348616546 -1071.4863502029573 -836.382440455664 -830.4305771852975 -599.5664757329035 -440.3326907354992 -713.3515578831714 -437.648749392867 -726.5650890869672 -436.3944983929599 -623.4497452095843 -361.8241671539215 -265.5087887857957 -890.2872252031461 -917.2066077497 -1167.257647234398 -1186.8620916642822 -1188.0644126918237 -1187.631062545444 -1188.475412766752 -1208.5197493016374 -909.3069593701777 -930.454936414568 -910.4266222327352 -863.5263249369177 -874.7156157216291 -526.4180804797221 -545.0505244497713 -582.3915536603523 -635.0477443744697 -593.5379843616142 -339.5118125577772 -570.653720446916 -506.8436653653661 -572.1561135232805 -512.7803356834024 -441.6302351773247 -226.9422384155244 -364.7885244554535 -844.8851417576894 -434.143118245841 -822.2220791737046 -519.2792626916705 -822.6578926239184 -553.5581298024455 -823.1955882468843 -611.4393384619397 -671.5877454312833 -230.2952087634154 -664.5773799739662 -341.45908552272084 -690.1985945495879 -352.9377126914815 -524.4728629656789 -476.8249477851852 -550.1906856118075 -566.2833270387157 -586.1718849286281 -797.0748629899122 -818.1649765795497 -1178.117250050693 -1389.5515075471449 -1417.8964000238088 -1477.701411721155 -1524.2680436338565 -1544.698166834416 -1544.7331509415942 -1546.7607583315337 -1549.404985965166 -1550.11147031184 -1552.2658519702031 -1619.041423100391 -1086.7705558505145 -1107.8590622395027 -885.5411517767615 -856.424536802921 -635.7778436433415 -438.6766934404064 -781.6744735588927 -436.1699589463712 -624.88468993168 -412.43902783842566 -920.6298541965712 -914.584622713429 -1287.8943681285575 -1515.9134633624722 -1538.0151656029686 -1541.438222075608 -1542.19992432902 -1548.8655596365645 -1546.889099739235 -1561.6174637413142 -1551.3234366987078 -1571.2071155353992 -1550.880431308421 -1629.319517937157 -1084.3780964430198 -1140.942221445329 -948.5141072342324 -979.0299534897308 -586.138649025618 -537.836505839821 -649.4965741572188 -635.7499183527347 -650.3514556808258 -588.1460853192939 -984.7888102208934 -986.3786310253532 -1374.5629575922271 -1544.7102396126006 -1542.9276426359063 -1572.9215940079614 -1599.535124721302 -1659.869869006635 -1646.3269363650118 -1722.230494226341 -1708.550420303332 -1768.8937107698234 -1682.3884917408 -1759.133235083279 -1092.1882890147244 -1165.0184049004297 -953.6042709963102 -988.826642905995 -684.9694289123544 -464.26304160874975 -799.0864627907431 -438.3655216643738 -771.3647934875929 -491.45596790170487 -1079.0857996228024 -1130.8447304458923 -1475.387682790409 -1548.4790437698616 -1502.844225389087 -1521.6774502793744 -1510.2130102170215 -1544.993890887711 -1541.493340582667 -1539.1465337802338 -1498.7104780095715 -1523.8986546296414 -1484.3887179102833 -1579.409192795085 -948.5611728026762 -1002.0744878907536 -785.9812264921594 -827.0015014375907 -567.955356925979 -363.7714401188651 -659.0885547793554 -361.8241671539215 -670.2836472804316 -390.6225551857957 -924.7060104720894 -924.325549472755 -1286.651134623409 -1503.252828464563 -1497.313317887014 -1542.2897504807638 -1541.8157521963517 -1543.4518724156958 -1539.7581699941577 -1545.0461693674883 -1544.6789396196637 -1549.4591849253857 -1554.2424398264693 -1623.266814099342 -1090.6068304436635 -1128.8990376720642 -888.2851193035401 -876.5461136403968 -575.4051861133772 -501.05642342684814 -684.5710355436178 -437.4938414738487 -727.5755302285576 -436.90382671125775 -677.0630715476776 -361.8241671539215 -265.5087887857957 -954.9245122748232 -972.9821725545372 -1192.5561361046557 -1191.2773377838828 -1207.3573631443785 -1202.5855734995823 -1230.1460221349248 -1233.871341299695 -992.3817703994062 -967.5636815009698 -977.3374944993838 -955.6304913911522 -998.1183700655404 -686.7676185056242 -528.35070640423 -793.8759142408037 -449.5322782489507 -703.1729949466123 -415.8803946111774 -651.1615725465426 -421.4136061176975 -683.0236499723861 -339.5118125577772 -517.3462976257282 -226.9422384155244 -364.7885244554535 -847.7943352403288 -417.5068054020977 -859.2774826656647 -498.4252779571789 -878.4975035610307 -527.3122349270342 -896.9418069061436 -542.2614236281132 -724.8929873729679 -282.150497388243 -669.989467578379 -341.45908552272084 -620.1107652191421 -341.45908552272084 -541.3158193254176 -428.2398455547307 -652.838001840266 -536.6631157762054 -635.661586910128 -961.6813826311346 -982.5676701248494 -1365.8364705032996 -1540.9870198213473 -1541.902035536238 -1545.9581679687622 -1546.0691861042978 -1550.8554355877434 -1547.714956468894 -1559.6898421738786 -1548.466740486341 -1566.5327259029996 -1550.7918193113944 -1635.1513442987318 -1086.586787912001 -1142.9762967745896 -884.677747080005 -921.0317429108524 -582.4800780876863 -480.91900163279473 -662.3940964833299 -461.6092245118718 -714.5402206730239 -468.37651908518 -911.0295173845416 -983.1796406305788 -1350.112305992713 -1540.0866752724532 -1542.3939812846422 -1550.461673482898 -1549.1381401278863 -1563.3638712810337 -1568.2230746982486 -1582.5975022254345 -1601.023513074913 -1621.1654974371363 -1607.540001833594 -1667.7509268662411 -1103.8087172381393 -1147.3944626853608 -954.8701510080572 -981.1389811709334 -727.0337847784069 -502.2096792802872 -805.2810956884847 -451.2370995074962 -779.697909609914 -462.58181205375377 -1076.912135239028 -1124.0078436615229 -1476.1374223718435 -1558.3454707204446 -1549.3487309783525 -1570.1759531539683 -1565.363835598056 -1592.0427367366174 -1583.7529544986128 -1619.0767188034945 -1604.134464928427 -1620.8609548015677 -1595.0880448204507 -1623.8467558428497 -1087.4474626398692 -1144.6261116949663 -934.6081768201628 -932.5916389593812 -596.5294741207268 -534.635888489239 -659.8362063637867 -465.65356778395386 -749.6862856941361 -466.2291412290928 -943.7893334248566 -909.5737626235128 -1301.8466780133706 -1494.1179790152714 -1484.7025740281017 -1521.480090657644 -1516.277709358552 -1546.395097938764 -1544.626841189461 -1552.096820913223 -1545.9171154852677 -1558.026433641111 -1546.3076797132442 -1622.5060152516012 -1052.929398990836 -1097.5528535016851 -834.3144359660457 -859.0738280823978 -578.4927643119944 -524.8897608656324 -684.3115565724408 -436.3991297483659 -649.7683498676221 -553.4612014617206 -930.09314041161 -926.480253413187 -1282.129754074024 -1514.37820895446 -1528.3156393260188 -1548.9674704643587 -1546.5402456984475 -1553.6630741040926 -1545.6478900216848 -1550.2823089070675 -1546.8775964588808 -1556.6238975179144 -1548.1827774059586 -1625.3737959701502 -1084.5886650020243 -1139.8768559868654 -844.7781254708977 -878.1455470494208 -585.4930129027629 -576.1288315881209 -663.4245222726187 -489.351375642946 -693.9754369140746 -433.0020273922219 -653.6370721136515 -361.8241671539215 -265.5087887857957 -934.145843931806 -965.9764538905358 -1189.0870689829644 -1187.7577251080156 -1193.6602887656315 -1188.1540958439002 -1194.5085985562723 -1213.0637190567793 -962.2777123543592 -951.2461860699008 -955.4897912099514 -950.4858193383512 -983.0131217672564 -646.7748002129038 -454.0356252229609 -827.8845828621542 -434.9666292620959 -707.0848527343142 -409.8955791918449 -658.5867954335472 -339.5118125577772 -631.4755192439213 -376.17799421878914 -396.2490542375495 -226.9422384155244 -364.7885244554535 -831.0682269208764 -479.7452233547187 -825.681947791718 -530.8692807216972 -822.7503899802501 -542.2614556321606 -824.1693560124568 -599.7134830008471 -672.1771280729456 -214.3980461577773 -604.9839717388169 -342.8050615512335 -713.2951696336892 -341.45908552272084 -511.0148564289632 -468.4829958409483 -566.7951483957361 -438.6721182208662 -583.5355741360087 -920.6208757436186 -921.2463777512947 -1308.9389583532277 -1532.012643143227 -1541.5583963270424 -1547.3528996434884 -1544.9025816760698 -1550.218523889979 -1547.2879471902586 -1554.2757882499711 -1549.2646767222243 -1569.5300002685422 -1554.6983012444966 -1644.8091282626606 -1086.359660046061 -1150.1442953796818 -788.2058181866453 -931.949364917976 -593.8509532009156 -532.3832372034022 -659.476246158044 -448.8531723872548 -615.0923701488498 -660.3870658891348 -874.7207893802362 -878.1073184929859 -1271.2157886846744 -1542.7293526518863 -1544.2023601086603 -1570.4954683822025 -1566.175160222671 -1597.4294630592387 -1582.706303720146 -1618.664060190836 -1608.6475258015023 -1645.2070349437972 -1609.03235123264 -1700.4946375842385 -1113.279915959897 -1175.16485583065 -827.6452685594251 -990.6970583280386 -745.4790410351408 -472.5184846534843 -861.2673328954385 -475.94098654486095 -832.5093560750433 -474.8975435931954 -1083.6933852451862 -1135.17467481351 -1483.9341953400428 -1592.4166709524886 -1566.7253920331632 -1606.2537840334926 -1544.9474327115486 -1550.3218202221772 -1544.9835093474182 -1548.694502082541 -1544.806927731948 -1550.8374397931468 -1546.5062782817652 -1621.6717608904798 -1045.84207356829 -1119.6801338153257 -755.9674856531751 -923.7148317092488 -631.9047685270648 -443.5870794926253 -789.7365474413614 -498.55549400349634 -799.6252884584419 -466.9548544609641 -980.8500593939328 -961.4666197029884 -1343.8373734304234 -1527.6803693248091 -1543.633198732764 -1549.7441632932705 -1549.989471554573 -1566.914739633714 -1566.8586881354977 -1574.279497433762 -1573.1616225301032 -1559.995242040772 -1550.2817627780707 -1621.0625983664936 -1087.8351599235482 -1140.2870436035544 -807.4968920932699 -954.7825071864208 -664.8349695373201 -500.4681938878812 -788.5480273919752 -438.7762190429472 -794.9726694179785 -491.6508773245464 -1019.3928478344714 -1042.6815142426196 -1392.919416530373 -1546.139630777636 -1544.489626674613 -1559.9559403914484 -1564.222688359364 -1600.3460218372447 -1583.4212581068196 -1617.0209250813607 -1607.4241827443582 -1642.497679297751 -1611.7465257904178 -1704.0659565405267 -1101.133104421846 -1167.801623063708 -822.3463888377355 -989.677546431386 -726.1951576154479 -471.9730685138811 -788.8622858841658 -525.2956510688537 -795.0654145220959 -445.828286301496 -757.9201744235407 -361.8241671539215 -265.5087887857957 -954.5378756435788 -974.0852973696828 -1197.2073944511087 -1196.7145164351753 -1207.6332226513389 -1208.1676237666225 -1217.801449978089 -1241.8481146658469 -968.9939592494432 -969.0578177539566 -958.8213904644816 -957.3938064122432 -983.461449619716 -591.9957645080424 -454.5791327339303 -792.9218239315891 -441.1028719607498 -672.3338827991026 -416.12871985183966 -725.3812047673673 -414.5248903450535 -674.5611086510195 -488.5291926638462 -561.0398509771637 -226.9422384155244 -364.7885244554535 -861.8955238040387 -364.7885244554535 -822.3974526832952 -494.7522732472581 -796.9849172581999 -364.7885244554535 -828.2534360300111 -454.0049832228007 -610.8577694144377 -214.3980461577773 -523.137256242333 -277.90829325503535 -607.1035531198947 -350.93421901627806 -630.6146237918842 -533.9487608832578 -669.5792138511435 -479.7999508210182 -704.0550916551086 -1087.0942873157994 -1134.298739898862 -1490.2978979312406 -1617.4937934921657 -1604.5367693983817 -1559.419393493255 -1556.393017914781 -1575.0112860147908 -1555.043913551366 -1560.6771416260651 -1545.2738764921953 -1549.8274709811292 -1554.060051305735 -1619.587934434943 -1077.8673587753378 -1141.228204091626 -768.7762894717504 -935.6623519692356 -553.8633856870437 -439.99821032087584 -606.5089560158615 -502.024340568566 -582.9841331349381 -640.6280963818149 -1007.7970324785598 -1020.6276970157976 -1395.753069929203 -1543.9964194635156 -1542.345424824325 -1547.931866997441 -1551.8133814810358 -1578.4083513684725 -1585.5547715739783 -1585.95951274861 -1583.6563566140392 -1583.126480915483 -1581.122306532406 -1643.575269607807 -1095.1732742800095 -1142.9396368559967 -825.8969465922288 -956.5311389517016 -584.7427941347181 -489.5051075498769 -660.9704584841188 -438.8147100727539 -604.3361984937932 -555.1158924993641 -1039.1899348477575 -1070.3056079030289 -1457.1071605333664 -1549.0276343049486 -1547.4092142952882 -1564.1039597973606 -1556.91000364635 -1585.4555441840837 -1570.504946700295 -1604.8387051507996 -1591.1135737824025 -1621.3494441533207 -1606.06610132563 -1693.0718988846172 -1108.4497912765778 -1164.4347215141352 -825.2346830109059 -992.1950341852296 -706.738949238026 -536.4215019104264 -794.1556503482874 -488.4004841444458 -832.5032374720172 -473.2690756816832 -1080.474958655442 -1132.1026170995065 -1477.738894303656 -1574.8634042681654 -1568.0146209140723 -1597.2523052448637 -1584.8574561164835 -1643.9190813434273 -1618.0517621077977 -1668.4466141690316 -1653.495301563446 -1688.07891493448 -1662.7397475475184 -1793.7725552550755 -1158.442716150801 -1240.2775745869408 -860.810056939825 -1046.7127054345194 -766.4976527779979 -477.6935524442021 -869.0950135987976 -472.0388613723597 -854.0420450016086 -498.2730548054745 -1159.5542380145262 -1165.450600468454 -1512.7809764824358 -1673.2521876673295 -1675.5840696310136 -1755.0021466964458 -1710.175379987925 -1742.613070018684 -1724.5670644924214 -1788.221132362577 -1750.7459412819076 -1738.6794150376056 -1656.3767209045816 -1732.3956322017095 -1134.9253778887205 -1174.4245512758266 -827.7539944016395 -989.6436605946324 -712.6123717664613 -578.1735925975532 -796.8596818876283 -519.7597403507999 -802.930644688908 -445.0673206500902 -767.5206572839577 -361.8241671539215 -265.5087887857957 -953.973689632136 -970.4571461318902 -1188.4137599714873 -1187.051615472673 -1194.390396137689 -1190.11369458098 -1201.8749077043617 -1210.518182741861 -962.092473351943 -950.7906637202866 -954.641614037561 -949.8549271135744 -983.2941863272542 -561.8040294003481 -444.09236407486577 -799.1151566029231 -439.5293762104738 -560.6451321046713 -443.4800542457656 -565.3020287979407 -641.1681763706387 -564.6391545622291 -471.201741404655 -470.3165502755526 -226.9422384155244 -364.7885244554535 -870.0124718797755 -402.379050844285 -857.6772949106434 -505.6311451194218 -857.4540999835256 -457.8874023743167 -861.0601075343949 -521.5210064244111 -711.3019255938962 -293.39828689483784 -704.4294570537144 -214.3980461577773 -746.5642145281166 -341.45908552272084 -773.3666419737981 -443.4952536257687 -697.1930670279223 -436.1680719214994 -717.1316810929288 -1079.0571281902594 -1131.210071471546 -1475.93267945116 -1545.9730195266086 -1542.057509116731 -1546.9692543303922 -1544.5348626046143 -1549.5681535830388 -1546.4544613031326 -1556.788000364901 -1554.743787321641 -1567.2250641156888 -1559.2769710154105 -1648.0423761297843 -1087.117689783348 -1146.5634050653046 -805.5846138451875 -960.8308840022928 -661.2103913483134 -444.9790742681772 -763.5142395198982 -460.0910826107815 -692.2207400909691 -461.0215317598571 -874.9081111524722 -871.5665627716653 -1249.366367088822 -1531.378984175985 -1545.7248800795423 -1553.305526504619 -1550.902648720648 -1586.3303928056405 -1585.922225600781 -1608.8160687755503 -1605.0088840205954 -1641.9409555699042 -1622.18718355179 -1728.9573709922051 -1121.40815360878 -1182.5401431065966 -826.3397740808722 -991.4946040570186 -704.3590105895793 -485.25544670223536 -779.828497848489 -450.74207377957975 -783.0770502336865 -470.70297511687073 -1046.631323978694 -1091.3774542233791 -1443.5872449663732 -1549.3943062164817 -1547.638292518246 -1578.1348803315875 -1591.5267416662875 -1651.7886503316895 -1668.179870732174 -1669.0223934318217 -1661.7973434498222 -1703.9656641626405 -1680.663529630423 -1732.5544521837944 -1141.5411939004312 -1249.6209421846288 -903.1516063635036 -1061.058583062312 -718.3065226799265 -556.4254359356192 -824.5149382025298 -458.4727820721506 -806.16114064622 -486.7186206871032 -1129.502941409182 -1176.884496886001 -1530.1158093355505 -1676.769238599706 -1705.6495459655189 -1701.64474999219 -1683.3760815974538 -1716.3378904391882 -1689.570527700594 -1743.2163244662966 -1692.5514696336331 -1684.995557185086 -1671.445707491877 -1741.7841860835194 -1142.031905894648 -1183.4192877829196 -826.8191823702446 -991.674817425014 -677.1424257595186 -454.5786670130711 -792.1308122997681 -451.4913342061788 -763.6333520288355 -469.25839201344166 -1057.1655906117833 -1026.7295041522063 -1381.1270483426977 -1546.8805404659115 -1544.516584712571 -1552.817027343707 -1551.4993224931454 -1568.3445666792788 -1557.2274573299478 -1582.8235600391072 -1555.476412861529 -1577.5806168433885 -1552.8544312920033 -1641.44397573817 -1088.9842471180643 -1147.020920722475 -824.1489413445207 -988.0828212934356 -603.4379825029973 -564.4841635066975 -661.4157706533178 -615.7753029684883 -667.5608739599684 -555.3152532042221 -694.7636938520722 -361.8241671539215 -265.5087887857957 -956.0618509019235 -971.7708885160952 -1192.347105983764 -1189.2373124593985 -1203.4224151905553 -1193.9345501184505 -1234.3231307129438 -1230.7689628012572 -986.3340920815248 -956.3189264004257 -978.4717259577473 -957.604800720819 -1007.4019570237516 -628.9876881756962 -473.71056084250233 -844.1267405044142 -462.15619660168846 -778.3098122016895 -428.80897877599097 -663.1844528628731 -489.6235356788008 -686.4505102030422 -415.1135375535826 -634.5854761407602 -226.9422384155244 -364.7885244554535 -900.2101560602965 -364.7885244554535 -914.6179966641128 -364.7885244554535 -924.7969924715716 -364.7885244554535 -933.7283243231938 -377.3327167132006 -777.8906165545332 -214.3980461577773 -767.7449879467146 -214.3980461577773 -846.4741604149544 -341.45908552272084 -814.7857698061991 -405.36450069776 -853.0836516719327 -361.8241671539215 -890.1816445387195 -1149.0831048144837 -1189.2935210881044 -1569.1762586374057 -1720.87865958821 -1712.2151892541403 -1791.091439690552 -1770.707298231155 -1869.960961269972 -1844.603806055076 -1911.304571040492 -1873.778145389585 -1919.27066350855 -1862.830875848911 -1876.5051144689944 -1221.1793275184302 -1298.6603439270914 -939.3184190509704 -1072.2587263878693 -718.0585617545363 -546.0324209044469 -814.0380104359273 -467.2104837481062 -672.1312240591499 -505.1934135494534 -955.0532088236932 -927.1288003213472 -1287.1768926569823 -1459.8857094293846 -1472.1184822654884 -1496.2060826210652 -1535.691607084317 -1544.5950570722707 -1544.6044405715577 -1547.7127826059675 -1546.742530600198 -1546.9113328311466 -1546.06207177892 -1622.0997410017037 -1086.9132174734689 -1128.813656914924 -742.0004714328933 -862.9510869996086 -602.8688977567742 -442.3067472441385 -641.1888654460745 -544.9537642265749 -635.7202818237226 -585.2764725453573 -859.2223998798313 -865.1043925487253 -1237.1939810503975 -1534.2479831843953 -1541.6380920280355 -1544.1452466916649 -1545.4783618015729 -1547.3089038606934 -1547.7097177053588 -1548.2083299794704 -1550.5529539761117 -1560.7513607569083 -1565.658299312099 -1638.848538946879 -1094.8209333849986 -1143.1968207654238 -823.931996914881 -957.8192687179876 -670.6226866369124 -443.7638054603725 -750.803723051126 -439.1899102140452 -668.3165754352617 -523.5204410198734 -921.0810827292332 -940.2056077347928 -1305.0031079695148 -1543.230622907591 -1546.142741204668 -1551.2707189796072 -1559.9670661145851 -1570.5400976380802 -1574.4397568889551 -1573.7139658819833 -1582.3229938852205 -1575.1371888750098 -1580.222350670247 -1639.1676120143975 -1094.5892509591115 -1144.833517317436 -827.1014729679973 -979.440872605966 -713.3372029269323 -453.9912733130767 -789.6774855353802 -441.2325295648679 -781.0783888569503 -467.47274192606096 -1035.1464733698265 -1005.7510801098653 -1408.3657963158778 -1548.902168681277 -1549.378426376301 -1572.3411177202756 -1559.3034414960168 -1594.1613877502002 -1589.6925621703926 -1615.0351783564674 -1624.9524039067917 -1665.7385850230694 -1645.4727839972506 -1718.2587709140712 -1146.0209307749476 -1210.569651212044 -854.1035809127532 -1017.67023693278 -730.1911278458125 -491.090781846256 -847.9140322400991 -482.4488932839583 -828.9756661120438 -468.631959066801 -845.1994192344564 -361.8241671539215 -265.5087887857957 -1132.1929304736918 -1133.1106456268494 -1434.0369637932697 -1436.1827117079438 -1482.389606599262 -1478.7891298598252 -1503.0748137623723 -1500.2013732843131 -1254.7793530181727 -1253.9046419902816 -1292.2956476590166 -1242.510660208172 -1246.4911298025156 -651.6922506098234 -566.7441059638531 -905.3494054036344 -556.3366024834592 -877.4536136457402 -466.5426908709915 -851.9950650500022 -453.436238248344 -873.011921188336 -454.2808134537688 -725.668122864325 -226.9422384155244 -364.7885244554535 -1057.1935940549529 -364.7885244554535 -1012.520327658093 -364.7885244554535 -994.1227864576648 -364.7885244554535 -996.05857238309 -377.3327167132006 -801.4302152945704 -214.3980461577773 -768.09671968558 -214.3980461577773 -827.3306781862641 -341.45908552272084 -809.4117274119919 -388.1152462588074 -834.9104657378554 -361.8241671539215 -843.9862705146039 -1093.765634666709 -1137.5911983370456 -1487.7053148966872 -1601.8899739778292 -1607.086410303515 -1646.428090319885 -1603.2244899072673 -1674.159544976117 -1687.9358523894844 -1744.0059784327418 -1697.9362856273283 -1746.6400995939434 -1695.297811337746 -1762.3159305704894 -1123.3726173813543 -1188.087616096795 -827.4209667589918 -996.5343042092326 -736.7515639743871 -492.1572901332696 -840.9049317940588 -474.9153771256682 -799.3821736686613 -481.2774746780783 -1069.2867681822013 -1050.3224161038788 -1464.3372011466677 -1568.5847740964673 -1592.161416145987 -1652.3146817281415 -1648.9714173499256 -1705.5509850292683 -1706.373488723582 -1720.5232993385848 -1682.1789417038326 -1738.025183691942 -1725.9632908442095 -1848.8625905286856 -1188.319723401148 -1253.630318270399 -866.015436686429 -1013.6113567572182 -761.3358802217095 -487.1254042498538 -859.790076456949 -474.1838767523676 -830.4752196348588 -495.1935547050372 -1103.2381435408176 -1143.43988560817 -1498.246025415926 -1644.4976754088043 -1659.5238581806718 -1737.7736676429354 -1717.9816442034723 -1753.6420576379676 -1704.2483567473107 -1744.8232256605247 -1727.048372477798 -1778.7163736046166 -1752.9540686731514 -1854.6757263820084 -1219.8115616549203 -1270.6857268559268 -904.9781101542036 -1065.778574776534 -734.7700701737375 -597.0530953153045 -801.251157964649 -476.3544972089047 -789.5544186855917 -483.4782166732719 -1027.3191488139453 -1033.4924760260535 -1446.9664839312777 -1550.8173554024766 -1548.6034108670483 -1576.546803846326 -1563.0928090290265 -1597.025908151569 -1568.102639195453 -1623.726810925673 -1592.0319115034508 -1616.450850719329 -1590.4757188260644 -1682.426389583242 -1102.3025714284377 -1161.4650326845554 -825.0323859280414 -985.62091602417 -693.2839298616714 -481.1785136974752 -791.1841737605483 -448.2221740001287 -761.5371272410035 -498.296027232362 -1078.0830695108284 -1061.7080445921406 -1454.5790550142322 -1551.4870070885693 -1549.8308248590747 -1561.8997655338164 -1556.1275153583006 -1581.631363901291 -1561.7152331905445 -1592.8667521233174 -1575.8236294672274 -1606.7970371269785 -1588.7789662390696 -1701.1679668866775 -1103.2910588424204 -1159.2120312972547 -825.0531543404161 -990.6852616257536 -708.0023619485125 -559.3353499505685 -793.5070967849256 -446.4079858633791 -783.0698128802351 -445.8574152508296 -747.5171349521136 -361.8241671539215 -265.5087887857957 -961.5257021085602 -973.753498855692 -1198.120612969562 -1195.0810506606315 -1224.4261821948194 -1210.4866599010224 -1249.243694864661 -1245.4377424776394 -1007.941430079592 -970.7825886140688 -997.447824004851 -971.5848856127208 -1011.3037995451368 -622.3185665229136 -476.3183236317652 -854.8115707507471 -468.5003105257142 -774.2750257018231 -432.83113044501465 -636.1143028815818 -450.2652244030837 -639.740968760344 -415.5743199288989 -519.7998164248946 -226.9422384155244 -364.7885244554535 -877.1548833795941 -453.6135341197724 -876.6370645737708 -489.3386609139328 -898.0225832355999 -492.6327534117895 -906.2302582509344 -516.5715936652248 -760.3309409352396 -352.4204716625823 -751.5866972086162 -343.66993843906823 -856.5332702995644 -341.45908552272084 -832.0706361034405 -361.8241671539215 -847.9746099101496 -405.0481168696564 -870.2152784459093 -1111.932735880051 -1157.7944261334424 -1532.7256617799424 -1668.5409227071314 -1693.4497350378772 -1761.4354836497978 -1736.726131135792 -1792.734134722811 -1778.4230710255408 -1878.7170984143668 -1828.813812712484 -1911.3300067780087 -1871.3907207752045 -1970.784022974924 -1279.3746691010854 -1341.9629668878783 -963.6983169726705 -1130.5983760094705 -768.8870274251896 -488.9648562322433 -890.032612235109 -480.4912790039076 -858.5670118572868 -503.6469922858193 -1193.8019579616073 -1257.4754462979515 -1636.4754496221503 -1823.258401900932 -1877.404566520955 -1970.9045254611644 -1922.088357459009 -2038.1002545440217 -1995.6383387511305 -2185.323191585642 -1999.3567700942176 -2058.578473611928 -1979.248668202564 -2156.1743002512176 -1403.6132398805698 -1456.1470018699356 -1079.312985736484 -1211.9311561398706 -784.1686472382776 -502.6776229523184 -885.1330909132721 -564.3382235657874 -843.3826442826303 -497.6621502089572 -1093.8958425716264 -1133.6872773338969 -1478.8171690589602 -1611.6050104462502 -1611.8680773485355 -1689.122422894665 -1704.7939480049515 -1736.554607952992 -1702.1661418396498 -1778.798577420488 -1759.6290966212014 -1818.353914457804 -1719.366667831819 -1831.5600219270484 -1207.859330996154 -1290.4476429199808 -916.3880996266824 -1098.1355481357243 -757.2857109935397 -509.29519055363664 -860.3912440685438 -492.749892599333 -840.4462796341904 -505.2747694819105 -1155.0299733199913 -1194.0344132469922 -1568.517336010869 -1723.5408865462691 -1710.2103094140182 -1775.0688920294858 -1767.792358139964 -1828.746672258669 -1781.2704457264356 -1849.6382667355883 -1812.8068174973312 -1851.4782671773908 -1858.2682908623096 -1927.6404541923275 -1278.6318630397172 -1365.0619033654696 -969.3303971042764 -1117.6652913159066 -773.8143297450043 -509.521115304412 -863.6224891125509 -493.4571299183456 -827.7711166003744 -500.92105692082606 -1102.2503025138528 -1134.2773536573388 -1485.4569847020373 -1608.8359112873438 -1577.5455470074828 -1615.531658251716 -1586.1781119748302 -1624.8880927275477 -1600.811733591672 -1642.7561899971372 -1620.017967229076 -1673.2269040491406 -1641.6203197192117 -1743.2336145302609 -1125.2635029066566 -1187.6790483637672 -824.6261899327044 -990.5434916248416 -722.6247688302448 -582.5435609444024 -798.5008990287174 -477.4282321823605 -788.1436290087353 -460.8537950048183 -782.4585544243148 -361.8241671539215 -265.5087887857957 -993.7731031550878 -1001.5697832108171 -1242.4760193985817 -1240.2939574498548 -1278.0227454427131 -1290.7888753416507 -1278.4657513724767 -1309.7778445981053 -1063.5237638627302 -1015.1731688499038 -1052.4042351875316 -986.2424675062653 -1036.4740234009907 -625.4674376355174 -474.3948990697245 -852.2862031900122 -469.0886174087088 -798.6426040173895 -489.37404625794585 -793.0887163438224 -424.69404942890026 -819.8143267316514 -422.99768420148985 -689.5251971136188 -226.9422384155244 -364.7885244554535 -908.5916055453246 -364.7885244554535 -917.0386709104988 -364.7885244554535 -905.6902838681189 -364.7885244554535 -940.0091081697292 -377.3327167132006 -776.0072656316819 -214.3980461577773 -754.8706560746506 -214.3980461577773 -841.9613671014649 -341.45908552272084 -739.035955443787 -583.2329618489947 -768.7492705293649 -376.76916124099176 -750.5932745999173 -997.1591795930073 -1005.3499933379464 -1392.0473350749885 -1552.5951572848005 -1579.73638935365 -1620.326658991172 -1630.2366608431194 -1660.5478577507808 -1677.9421924649653 -1699.5020242545588 -1689.8428678798196 -1780.1585983488922 -1736.54937257617 -1803.5150467578392 -1146.3097614580686 -1253.8581590203962 -837.2940901858144 -1005.1168664143978 -750.6752567884926 -475.68294417969145 -844.4182784386365 -470.0647824798257 -815.9988591509809 -491.9078867289048 -1081.915702093868 -1132.6248538921657 -1478.6550895382625 -1628.8706549775286 -1673.3516810563522 -1692.0178542631252 -1678.8307391552758 -1719.292998926457 -1665.219461816299 -1728.389811077814 -1727.430740907395 -1768.1160064140736 -1752.628966580191 -1829.8285049433928 -1181.1001497712998 -1242.6811868371951 -875.9547648034925 -1056.6582850225664 -770.718504074802 -481.1647171586282 -875.4517393365433 -474.0865920175988 -848.8167313209005 -495.9554514108737 -1117.4994342190485 -1158.7077816803817 -1516.0158334765597 -1646.9078475941233 -1645.5152410995793 -1753.5293616622914 -1816.669448495307 -1868.290583880188 -1831.8255395257167 -1861.5874809026789 -1823.969663114581 -1855.336729838153 -1861.6374175208075 -1955.8194910535267 -1284.8150164719214 -1354.648727734803 -916.402725134443 -1066.438271496757 -729.108575396532 -495.304000280024 -802.4728655268437 -459.8992564800085 -679.3040488894266 -610.5053007965416 -1019.312749267626 -1009.9721532973706 -1412.2642227274391 -1550.3081133869714 -1550.0585842071607 -1578.025491616173 -1566.1269926770997 -1600.0399302280666 -1579.461731652502 -1615.485338835516 -1609.296715034238 -1644.6726624034818 -1619.4795206980154 -1728.190128988257 -1130.770373030442 -1185.3760686802464 -826.6033792014633 -994.2789619805448 -722.4747866924711 -573.3439903405666 -792.9559801570065 -474.6382744276491 -762.5531558571852 -485.2404952340762 -1017.0093195336576 -1028.2647601769047 -1419.470162301333 -1552.8976339682465 -1580.0022150199118 -1615.0662529509648 -1590.168330586137 -1621.699609738977 -1610.898493199198 -1662.0234231212255 -1626.6410256014358 -1678.4588593711765 -1614.9181488993709 -1695.068123230801 -1119.279046065046 -1179.9338837972748 -828.3952198582473 -997.7779126288356 -731.6328092230251 -569.2081168788314 -816.716278070025 -550.5140516431327 -823.1200830270301 -467.21787112566767 -834.9581217916893 -361.8241671539215 -265.5087887857957 -1104.1739865464417 -1116.5249766787344 -1355.9922286183712 -1377.252552897208 -1413.0345662707434 -1371.1574239243464 -1432.0349260989312 -1499.7411660940245 -1230.178616976661 -1113.8891046146662 -1132.643660664037 -1095.213788881007 -1117.9688040296028 -649.6175307792676 -482.8007358246728 -869.8680803774718 -471.9353248776621 -792.3801630392958 -476.134681670897 -772.3005828273366 -419.88060571717926 -757.4876832382669 -487.0969611101792 -630.6505180763994 -226.9422384155244 -462.9664523228196 -887.2157005941963 -617.4036976819953 -877.9938603793155 -631.8217465243866 -875.8022934484289 -620.9049754651403 -882.4919122546347 -635.8364899793439 -723.5645140479534 -452.5184063794728 -698.8480172563418 -441.8063497396929 -769.7843137066118 -569.067737733383 -659.6220569970355 -582.6630925545604 -665.0106370421959 -580.8218936403141 -743.8816869356077 -1077.8352894870725 -1081.705302456197 -1475.6700572178668 -1565.6460532514618 -1642.77417172531 -1679.0331399497925 -1677.5957951066275 -1775.4971846374394 -1713.7616800255182 -1769.262966614672 -1772.8478526463743 -1842.5107372514 -1793.8411234422183 -1921.7706905941789 -1243.3166041992156 -1304.8478097855866 -862.6576643139838 -1062.4320684235531 -764.5384221536656 -494.4653115858594 -873.1433676349691 -476.1698553189355 -835.9034982225363 -495.7551596801364 -1104.0778154290076 -1163.4188852148634 -1530.878099508145 -1693.8447942088494 -1711.8786586803076 -1786.901945917626 -1778.1155977871426 -1863.424784792351 -1847.86191847252 -1926.5884792868903 -1896.5524015168007 -1940.289741763156 -1856.2012214398687 -2027.4019504921769 -1312.278173716462 -1380.2968890334116 -928.2169664686792 -1021.7037130565124 -758.5258005832186 -477.9208047339333 -839.1548497706316 -466.9649062275119 -807.9658699680737 -473.9284331267812 -1054.7162834161647 -1034.496309739081 -1453.88083106536 -1557.440603451742 -1560.0425219809542 -1599.0028295256589 -1585.528303171718 -1643.0305857753965 -1617.0331693758742 -1652.0994889817755 -1612.070548721004 -1679.4987550974472 -1629.488422616414 -1743.2084349414945 -1110.6905489373082 -1184.1833000526888 -827.589132212394 -989.2773307695986 -718.9405800841628 -569.5499256586102 -796.6578920964723 -544.1788893094958 -799.4573898625496 -483.5169085924114 -1010.5494095088084 -1013.2175380724832 -1419.7020620016217 -1554.740799880838 -1591.740297055858 -1656.4619868132345 -1615.374761477468 -1684.2792241463042 -1662.0976718909103 -1731.5952118211108 -1697.6707710205728 -1735.079729149292 -1687.7375902087342 -1845.1913016413528 -1206.945332446904 -1265.9568645661768 -869.8026042623857 -1011.2174598050506 -759.6513994319866 -480.3893798381972 -862.0537883483809 -470.7348366440348 -820.3444355291243 -541.5393765483615 -1082.0054617800768 -1130.854237216355 -1476.7595212542724 -1589.8601582033525 -1636.5939844620248 -1684.9031117881336 -1660.7028171885092 -1748.1718510812696 -1714.0418298762274 -1788.0669247526878 -1808.3117242598253 -1875.2558749850516 -1779.5544800815776 -1842.597052395853 -1229.9591527333473 -1290.5978414595204 -902.9685787720208 -1074.9809839656118 -779.4436554953186 -532.1357867987407 -881.3140976687536 -482.39206863126753 -859.0740286015235 -525.1515557021141 -860.7858693007814 -361.8241671539215 -265.5087887857957 -1172.9273501188777 -1142.2759600503075 -1422.8091050697135 -1397.6494101672554 -1446.8569450216985 -1437.3120031311278 -1569.7364264732987 -1622.813686963793 -1413.2767335417102 -1318.7473872630171 -1268.111207600113 -1218.4748688783818 -1305.8819712100028 -668.2263808232703 -591.4854678864368 -921.4541432055552 -577.8239969997612 -889.0823810839272 -467.3461196045639 -873.8454315071291 -464.5907730558332 -856.2902218296284 -444.3432287354452 -718.787260887175 -226.9422384155244 -387.1341685515317 -932.8688334827948 -705.6665407238281 -928.74433943052 -676.0816323906944 -912.8812718430188 -674.5282224544068 -920.8976510703518 -695.0108743058963 -783.1106232305868 -488.7302549574012 -745.6540286540002 -478.47680899646673 -856.4615140541197 -603.192173982955 -839.5233433948704 -730.0081473792264 -862.7495720478558 -658.7998703198863 -869.0501767727782 -1281.039833395438 -1325.0451369132963 -1679.1893077516156 -1830.432586704418 -1800.3991242839636 -1841.8360385257336 -1803.117192522998 -1873.8172962520327 -1850.503541743749 -1935.403847186479 -1889.8222940311616 -1850.2832523605248 -1831.299103227151 -1904.091990979172 -1341.9428274484103 -1403.2244445735826 -984.2050648447556 -1140.4980255680175 -768.6638994902969 -485.60274158406605 -879.1623129554254 -474.9073172144721 -854.2184408888551 -496.950874547481 -1130.3179914035134 -1160.4457556153584 -1533.217876468956 -1723.0777909317771 -1719.0990745944118 -1858.0928444796748 -1757.267981159198 -1818.2750418148908 -1736.4849381257775 -1826.5777317206305 -1823.899748557552 -1869.5726641949068 -1916.9944864500192 -1984.037409638739 -1266.7439805114552 -1347.986081898884 -950.3255770993816 -1115.0549561800588 -782.683531210653 -544.3533166065927 -884.5092783147894 -484.21514845647386 -865.8160009110301 -560.807970277512 -1212.9918288947097 -1257.1685865795323 -1612.3938065925206 -1787.6824433756126 -1779.0671878137832 -1873.8281969901589 -1881.8135918956943 -1944.1626845070928 -1940.1080577627768 -2035.1714102123128 -2075.1074326697576 -2174.2487790745863 -2005.4584793756603 -2085.784361532268 -1393.3454508734872 -1508.5184571891173 -1090.528639185348 -1264.7588609971974 -841.0439458366633 -510.0055941129078 -942.0449580594038 -505.2657872834631 -918.1581323706991 -528.7401940334751 -1387.6828183328737 -1405.931751300804 -1745.2394143300785 -1889.2779954092596 -1867.7616238643504 -1939.6478570134675 -1879.103772025658 -2049.08959612996 -2004.3716963195336 -2120.374680740025 -2104.336303976825 -2118.5375275499628 -2058.575151494468 -2020.31607924545 -1413.3004962824002 -1526.5434067620645 -1152.5823348974582 -1377.4386187270234 -849.5106190571332 -512.753658991359 -969.816442599143 -519.1337660284279 -1015.9256286765436 -559.4450584576318 -1517.4127009126682 -1509.4249041917226 -1795.791748172326 -1903.2516710017344 -1922.702605087952 -1986.184921074496 -1920.5965095091983 -1989.1672246773796 -1924.0170622289284 -2044.0889982591125 -1974.534544767294 -2055.883960414667 -1914.1423982649144 -2081.550426979978 -1364.220529063994 -1480.2331974953229 -1066.0739247507122 -1229.1661624092735 -795.9279676228385 -581.3110213063557 -909.8546334200308 -513.7481479730448 -895.7702092184029 -608.876143296924 -881.9499816846684 -361.8241671539215 -265.5087887857957 -1223.4971174242153 -1160.0017102588888 -1330.7080984304148 -1396.2691156021729 -1438.2299670998348 -1371.1281190643556 -1378.7841006540625 -1376.437973101079 -1127.4047890181712 -1112.2111444108252 -1103.190556157205 -1095.637498635854 -1129.2216043748474 -612.4814782056011 -588.5608086790112 -849.9327141124189 -570.7677504343844 -820.2902986726706 -427.1695455033676 -823.5340741609728 -424.6332338378103 -792.9897452142768 -567.2426691432223 -669.1883812294853 -226.9422384155244 -364.7885244554535 -915.7425295184096 -364.7885244554535 -904.1720596969412 -364.7885244554535 -926.107270405684 -364.7885244554535 -946.9111415008098 -377.3327167132006 -792.8120575868628 -214.3980461577773 -756.8605142229409 -214.3980461577773 -832.3139129476323 -341.45908552272084 -810.0171333800901 -361.8241671539215 -842.2670361634562 -361.8241671539215 -829.8763422769662 -1082.048888305674 -1133.4491096850131 -1478.585187961599 -1613.316166508054 -1627.2176204226805 -1688.4713093189405 -1679.5565524289702 -1713.871349575218 -1696.9511442507485 -1740.6604750718616 -1743.3880141745483 -1777.877308717109 -1777.3843004269825 -1861.419216728692 -1197.832641574069 -1261.1362270575837 -869.6850987293142 -1066.0526583780097 -758.5913098483535 -475.338644243875 -864.1436943668549 -468.5598236765634 -816.0504445014534 -471.4198315748658 -1081.7883166146237 -1130.8532955781805 -1476.9772406199293 -1566.332389080419 -1625.1781013497312 -1675.481255719471 -1682.7741437384807 -1697.0146010839376 -1664.5718241512473 -1744.284227731686 -1729.7877422918027 -1799.2264209783327 -1747.1957210777184 -1862.0653007455476 -1201.0755016799228 -1302.0731258885671 -930.4030579831413 -1103.1591971049113 -774.7361237119566 -511.7503340392846 -877.8527216807006 -478.29862398590416 -858.051723662389 -498.891443471098 -1123.1238581439386 -1163.361719477157 -1527.256132834627 -1673.400159259798 -1675.8717030449166 -1758.5400669966768 -1791.08665003134 -1896.3515364950931 -1850.6135419197549 -1902.1110747021 -1868.043368950638 -1936.6771823160884 -1938.7680544695347 -1968.73282576384 -1276.3125645218297 -1329.8318871778563 -982.4156211429804 -1142.5434747662932 -776.1376435666149 -489.31106790370336 -889.5869812946592 -480.0768720812336 -864.1916998143512 -505.1737005320895 -1212.2273200580153 -1241.8297067027086 -1618.4441637846412 -1769.7714595215264 -1761.0312723977331 -1838.312253911008 -1790.441851673201 -1900.201019738292 -1917.9142411772864 -1997.6308418699796 -1838.2577887898476 -1852.1815749639131 -1857.9774790384904 -2010.9401599070527 -1433.9404768120996 -1316.185486214684 -968.0970886406552 -1131.5712578275572 -766.9485505486522 -492.1847851686299 -869.8067930911282 -485.2767310060811 -862.9597146023074 -507.5193608232797 -1194.8216819142456 -1229.932354244032 -1604.6294412338073 -1747.9282583989564 -1713.9700272671696 -1742.7232007255398 -1744.6728174618918 -1804.49515143284 -1767.0344952507608 -1816.2483237460956 -1824.438596004644 -1867.843267159604 -1834.9409392787536 -1941.5292368621049 -1299.0175306506253 -1356.2900387283491 -975.928515392169 -1153.0609076870924 -764.7161707769682 -489.0789099177678 -876.0989593246002 -479.6133870915256 -869.3282996375689 -471.4435555600823 -868.706202490099 -361.8241671539215 -265.5087887857957 -1245.4579309767507 -1143.0186481370658 -1372.4389979063435 -1356.075362989058 -1582.8592411938764 -1437.9713363955327 -1487.9976336170314 -1465.9944241622395 -1226.593907124823 -1175.1130623800702 -1174.9040521442612 -1140.7174133225394 -1176.152560460337 -648.4898307689026 -553.2983985372271 -891.6977328404392 -481.9574757100932 -833.6156772711113 -451.60381067037247 -806.1405327777069 -437.6031060864104 -802.0706047149723 -578.7289907553495 -665.2223527038761 -226.9422384155244 -364.7885244554535 -958.7276844140342 -364.7885244554535 -938.3480007730813 -364.7885244554535 -959.2772525320456 -364.7885244554535 -956.7956817229172 -377.3327167132006 -811.5531269516863 -214.3980461577773 -799.2701846750216 -214.3980461577773 -863.9107122380327 -341.45908552272084 -829.0304032630333 -361.8241671539215 -835.8791185577264 -361.8241671539215 -853.5870087720956 -1127.8832585872792 -1158.2164621661618 -1516.0168076082102 -1647.355931931099 -1683.2203787465928 -1743.5499759638903 -1715.6761212020178 -1746.7712136417515 -1712.3815033747294 -1771.7744512146455 -1773.163403448051 -1837.857377947236 -1823.2700090595968 -1957.715455150233 -1324.1448933351487 -1396.218443542029 -1014.933070053004 -1162.5527380883884 -773.1998587614135 -493.005546958918 -871.7515895486592 -477.4901038853444 -836.5788300332674 -495.0854358091033 -1049.6156544049968 -1001.676264795171 -1371.864998236773 -1551.9228310555752 -1579.961926003222 -1632.46129116429 -1618.5109846958464 -1654.2845120954742 -1628.624305211016 -1664.5899619723182 -1628.5311620135642 -1678.2983282534076 -1639.783083616249 -1749.7107875872002 -1127.9515624157175 -1189.2982237893336 -827.2891386770499 -993.508724977324 -731.6962454557115 -476.8802777642345 -841.8601745023324 -466.1859026192524 -777.5977443502711 -474.38380821758994 -1032.547227000314 -1014.20187308139 -1370.654206796344 -1557.337661888954 -1574.1664508605672 -1617.60664580971 -1601.2002347724742 -1618.2272139491809 -1602.8181045868594 -1691.5165557193195 -1635.8352638802166 -1675.0463450830396 -1649.7958575895505 -1767.3587221053106 -1127.6591066371006 -1192.4496431539128 -827.0375888253427 -992.9572317779543 -726.971261569194 -477.367669446479 -838.6064796430571 -465.4266038536998 -764.7912002281461 -473.9823101050907 -989.9838777846128 -994.307008395789 -1361.008777465432 -1550.2071572009986 -1553.6263809623908 -1612.1833376432162 -1606.2933578596542 -1676.8465399242125 -1650.7981038632736 -1721.944463360751 -1692.6009131452447 -1760.15654867246 -1697.2187127240225 -1815.1674369756656 -1151.600350633732 -1225.7725323613197 -840.3287369634573 -1004.4842356735415 -749.6268536654954 -479.00198902267545 -839.4519034404753 -469.6217376801204 -766.2650047791644 -475.0946801875637 -1018.0413364315172 -1030.2498851178077 -1398.666068120544 -1552.9296269671702 -1568.075585605225 -1678.1397846227485 -1627.8022767629866 -1693.3190035906832 -1681.2928276532691 -1742.9243681360845 -1726.5998017857726 -1773.9338597192232 -1739.140042866949 -1858.0395628111664 -1179.9274267847434 -1257.489317126967 -990.1283498467352 -1023.7616701569236 -767.5485231887952 -484.0877814877445 -859.5899102134674 -476.7148724066626 -816.7223935938639 -468.4141713680494 -801.422124096566 -361.8241671539215 -265.5087887857957 -985.038157650524 -1014.172785551008 -1325.1352138303446 -1305.1582970841328 -1331.1176011999703 -1281.0296084939537 -1316.5405154883906 -1329.3884604039054 -1079.8523037127443 -1039.5367560142822 -1055.8296609585934 -1025.6750225511946 -1071.105984192562 -761.1424387991133 -522.366463530182 -868.573703764284 -472.7396853637363 -819.9586974158041 -444.3334727450375 -814.2597095005814 -432.3567382694964 -781.5718529937338 -423.3887145924868 -648.61068704609 -226.9422384155244 -364.7885244554535 -924.6353791448166 -364.7885244554535 -928.0693341078072 -364.7885244554535 -936.0547353351566 -364.7885244554535 -948.963993175652 -377.3327167132006 -793.3082486572915 -214.3980461577773 -777.4394779904939 -341.45908552272084 -877.2112181471501 -341.45908552272084 -850.0449095158172 -361.8241671539215 -865.1449889169279 -361.8241671539215 -875.2455660008555 -1174.2387169514116 -1216.5480653006705 -1576.8977420133529 -1713.3939616129653 -1708.626756389177 -1751.877439651841 -1752.3690575819226 -1803.9593632009728 -1802.8813397764195 -1814.965137802003 -1775.4354486252992 -1847.2731807884304 -1820.028310147767 -1914.109041744376 -1286.4394098754062 -1361.1734304839058 -1111.1866767708048 -1157.1324153842304 -757.8816275843665 -482.4291171730409 -867.5022357538745 -476.6570802526099 -860.1921386209142 -497.4532820907087 -1207.9099693225353 -1250.3475544663297 -1568.1407222835023 -1712.5670261411624 -1647.9892782351144 -1700.9775825551076 -1654.9406656757014 -1755.3234980481614 -1682.2789602631674 -1732.321714022286 -1702.891811682108 -1765.773634549135 -1739.93497040565 -1868.508092059956 -1188.7930151997389 -1248.5356681944206 -993.0200289914748 -1013.341368710652 -766.247958685855 -481.24290539571024 -863.8325992528687 -472.2713595400624 -810.3947734566747 -611.0694668875202 -1079.2528288593976 -1124.013620613406 -1476.3391031547496 -1581.646807318255 -1631.624536542793 -1719.388615588034 -1720.0524488879116 -1799.9475313098487 -1745.389945467437 -1818.596649615068 -1785.2787652330069 -1845.7678344895685 -1811.2730221826796 -1888.246456133344 -1223.1904151711324 -1287.94736421867 -1050.8141092429275 -1072.0235567283778 -770.5654287341978 -482.6130933285442 -862.3382395439736 -474.9157033514307 -819.5080093311428 -495.8037027858164 -1084.337530011144 -1132.8089625730138 -1477.9267953518072 -1624.1500654726678 -1652.1433585130376 -1795.331415108138 -1798.1600725370397 -1900.2003311153512 -1961.5601311759651 -1883.2532224565464 -1875.928827431381 -1935.9267419834596 -1859.423600666857 -1969.735595944199 -1299.3451044002918 -1357.0227798417957 -1076.1770141835357 -1112.056420762319 -808.4547543031603 -494.8817915754785 -911.310110815898 -492.8670895307621 -863.3240217853793 -505.5461322801854 -1108.7516576314945 -1134.3121041079416 -1481.6662363032117 -1613.3205104675912 -1603.4720079117783 -1644.5623199339652 -1617.9330283860063 -1674.4944452070297 -1653.286832811625 -1710.2281300796556 -1689.667375676075 -1743.632512773598 -1678.5636644781198 -1787.9316956056134 -1146.7020718197748 -1202.1081553440813 -957.8638003984744 -997.3315374072332 -728.9339888116692 -562.3729681166557 -798.7884519121768 -480.0027303670216 -830.9366478840301 -461.5489894924126 -798.2311444506041 -361.8241671539215 -265.5087887857957 -966.1133516754758 -975.9420323158112 -1225.4329550524362 -1237.459911605628 -1261.870946695073 -1250.1548359992923 -1275.2920409982216 -1276.433713407956 -1036.591071052653 -1002.3732286127276 -1040.739575219205 -989.685237233503 -1001.1000003438044 -720.6232779421402 -545.0950063514462 -809.0670101480238 -466.6805346855714 -760.6752709555336 -422.7823186591708 -720.9680662230395 -419.9424486123218 -666.6620852833471 -440.5535718027603 -594.0626081195635 -226.9422384155244 -364.7885244554535 -896.4526715031184 -364.7885244554535 -938.3278527249156 -364.7885244554535 -1041.995527579696 -364.7885244554535 -1084.1758971978795 -377.3327167132006 -894.5865569321161 -214.3980461577773 -858.2188660562064 -341.45908552272084 -943.2116627802764 -341.45908552272084 -907.4553323846987 -361.8241671539215 -940.1423235243568 -361.8241671539215 -957.5522743839716 -1320.407807505517 -1340.1265689000788 -1695.8007475361185 -1851.0353838447215 -1848.6638397815727 -1879.954568039232 -1851.663622661892 -1887.7611135673271 -1876.889901598399 -1854.053264229948 -1926.261783873444 -1998.960346994971 -1880.056414224292 -2041.3340729577308 -1371.5213298831152 -1439.8752723749217 -1165.4555974808516 -1239.4729179443873 -785.2886428731285 -567.6686338744911 -904.5948296259432 -555.0381771905616 -893.0731509773258 -510.2041133843527 -1283.574254123231 -1305.680492502993 -1637.8350014126634 -1810.365421753355 -1828.663526465377 -1958.7399353925173 -1922.1618165559248 -1996.0864167470631 -1932.5114334390644 -2062.483326842057 -1928.8619766540069 -1890.087950128447 -1782.6211511658023 -1844.3696410679704 -1193.4081600922063 -1264.4181002213295 -1034.633643359112 -1075.590309506086 -735.2457884887604 -596.2838976311718 -813.3522654980678 -571.2059746908908 -811.3368280609462 -492.5287158632552 -1095.5403970576 -1134.117272005018 -1479.1370718431394 -1577.7787142365285 -1601.3818454882064 -1628.8850822742531 -1636.924988751493 -1652.6596077351644 -1642.432407758644 -1696.661816711285 -1670.0561542607911 -1742.9174338646544 -1681.9608089296703 -1795.9363478341857 -1151.2995864266302 -1213.052067140554 -966.7576174494656 -1015.3225128613348 -757.6300291115701 -481.19567493897296 -845.9805981796653 -470.5560029750674 -809.1327328501874 -475.1469396032106 -1066.9793965553404 -1054.5502987945506 -1404.6298992894936 -1552.7692751420634 -1598.0319616853926 -1663.0265192873414 -1626.9408054885123 -1702.4093742809378 -1674.5858055393826 -1748.2965373633624 -1727.7272984984013 -1787.514454271801 -1750.8000750970623 -1848.2223517847297 -1164.1824114381195 -1211.4787060091169 -959.8483310826769 -997.41042977783 -744.9177149308982 -479.2742891537407 -843.6324894429969 -471.69395985145184 -807.588661880439 -493.7070198854503 -1078.1537019771429 -1116.276196908262 -1476.4744629394852 -1577.709925434139 -1619.350848139227 -1724.9014101787657 -1734.3085165622435 -1836.309178524084 -1849.5607838316728 -1920.3261163458 -1910.5141564927103 -1997.021735208028 -1902.1408435953783 -2040.6774240815453 -1296.4351410006354 -1346.6071404794682 -1059.047447553353 -1094.107163962243 -779.3017724550197 -526.284583849697 -879.9352806625787 -483.404336808436 -854.5201935332208 -475.8574666053846 -855.3332661216436 -361.8241671539215 -265.5087887857957 -1043.860557098369 -1036.519463486245 -1285.9955986198513 -1220.8476604154637 -1257.145611410385 -1240.2191771806313 -1273.8984762029695 -1261.6172765443475 -1005.2999324201892 -987.8163449059972 -992.3901425589902 -958.3082421243104 -1001.5472271772712 -722.6155845811157 -543.0320851039694 -813.9952290071509 -534.5983771212556 -789.7173723106469 -424.52832093569606 -762.4384742467652 -420.9295936516677 -706.3322076098715 -418.4824257622171 -687.8427962079106 -226.9422384155244 -364.7885244554535 -874.3961822030866 -409.3995118843092 -868.9726679840933 -417.83621078711616 -870.933469192004 -468.4758580235898 -871.2245190084406 -377.3327167132006 -724.3951996523491 -214.3980461577773 -683.3509015972033 -371.1074374727109 -797.0196851750462 -341.45908552272084 -767.7038675473235 -487.6678596325441 -819.4672091529721 -361.8241671539215 -786.8473079057298 -1078.0419236744751 -1114.685188399984 -1599.2967669739498 -1549.4696646141142 -1552.5972739061683 -1580.418019176549 -1559.2052715089171 -1582.6143775467915 -1578.8567592443237 -1593.77670525244 -1570.6959318493705 -1599.535563471124 -1576.392183516149 -1668.2153940988958 -1090.828015156668 -1157.7581047530205 -952.6962499489828 -987.4228829918768 -693.5170972964977 -568.9684303354856 -792.5865990078855 -521.6159650679988 -801.29750692885 -476.2845045655371 -1076.3738319021768 -1101.6162330974307 -1587.3589120626937 -1549.2337566579438 -1546.0902221855397 -1577.0425116794015 -1565.243739330021 -1593.6702364281823 -1587.4039950810015 -1623.4149294094575 -1607.440462327971 -1653.0143020578198 -1620.9847608316811 -1711.2435345491704 -1112.862445447381 -1167.3871517887303 -952.0444467712452 -988.7219901724995 -709.6594694478732 -559.5330285167313 -791.7769198935771 -459.20707024286094 -762.8127506187259 -482.0818336514678 -1008.4961534895992 -1043.1541164715095 -1553.7675180697745 -1547.973087958137 -1546.3060069321791 -1569.6437845298778 -1572.082079498895 -1608.4367219545247 -1597.625910498048 -1641.6354342142067 -1624.076684560716 -1637.4999343995075 -1602.9526295025123 -1689.349921780637 -1109.2204394314938 -1188.1684415693387 -956.7268196330753 -987.3898515041192 -706.3538592822794 -554.1131201593204 -798.383969878769 -520.6565616355936 -799.5868328733454 -487.6251545061725 -1079.011398287525 -1131.3799101487075 -1603.875960066187 -1564.269266959025 -1557.753219284392 -1587.837411292028 -1587.0274305415278 -1662.088449145662 -1691.14402022912 -1743.7655785364188 -1723.3288259388594 -1749.6683878771707 -1733.7270261403742 -1822.7889678842987 -1219.9116580189532 -1274.4848277058966 -1047.4508409747768 -1098.4488398481428 -735.2848126254519 -607.1471962240846 -825.753571124011 -579.5601871074514 -823.0159631862006 -494.1654955023121 -1176.4418505462577 -1219.6534849280415 -1687.1237808881117 -1688.173298321985 -1686.54890411087 -1736.3428837385718 -1730.5013246687708 -1771.495266957922 -1747.0637619821928 -1802.220001171756 -1814.2922548328504 -1836.4201740594383 -1790.4242719255255 -1874.0018609984331 -1249.5696241377452 -1351.9936987229264 -1074.947442685313 -1126.747794864891 -744.2983563238708 -617.3811892958951 -845.8102288804164 -554.8528867707813 -838.0189833511711 -516.0000870246117 -842.6458266059028 -361.8241671539215 -392.5698281507392 -1122.4535944673662 -1114.9926539499784 -1391.5332523649415 -1391.2715946398453 -1467.925012276159 -1432.613641980549 -1460.4696180629846 -1458.869758527122 -1236.2637559139166 -1077.4889495450118 -1186.198186729165 -1142.186099795853 -1155.473123180765 -738.9268511954464 -613.3594316372628 -853.097439021843 -610.6745653095381 -823.289386857397 -451.4029995795699 -804.4801056084793 -422.5580665780102 -737.3045326445248 -419.5281856452645 -743.8668244797112 -226.9422384155244 -364.7885244554535 -904.0834431259708 -466.69895439630216 -889.0113757335662 -479.0155416119372 -904.10255744578 -512.9392332529535 -919.9926748491408 -529.1365821840556 -769.8620432142442 -321.3659050964752 -746.764270106735 -341.45908552272084 -825.8602655226804 -378.3558754436876 -803.0452959465603 -541.2646677708037 -837.2084596592521 -488.2258186878626 -856.616120390296 -1209.242673673396 -1207.7560476696792 -1657.9070191861215 -1644.3425606032629 -1665.897567230095 -1699.6009321141144 -1706.1400504914643 -1769.0397562086084 -1774.8532729970846 -1870.698386291076 -1801.0450909339618 -1870.099839036636 -1771.4070130468626 -1844.494783836944 -1259.1092475632397 -1346.206857639292 -1094.627489774204 -1135.3861562383222 -723.816277759144 -584.1567827519403 -826.3594230048226 -521.5860533764707 -823.0681649650247 -469.64540270497554 -1083.8595182456072 -1131.2828935837508 -1598.6675503825784 -1551.14443177814 -1573.4817962268355 -1587.480118222231 -1601.9770464298786 -1629.1536727046223 -1651.3743534618654 -1692.4226639072526 -1656.8073530674872 -1695.407746216806 -1684.9328464385685 -1812.572094503441 -1238.351048234314 -1303.3724645384643 -1069.776902656521 -1097.3408941010762 -737.6705160940716 -473.8430925955932 -877.3929676114142 -463.5477527714338 -853.274875891155 -475.080446708294 -1165.859525742969 -1184.9526062052876 -1674.1174784047494 -1681.0075981715277 -1665.120444308258 -1695.2804701415228 -1654.8460308903414 -1685.045346763369 -1662.5301787312935 -1705.4031025920724 -1703.6354927386442 -1746.5158248485714 -1628.2507182671045 -1678.1264494555646 -1087.3900242268803 -1144.3124807929826 -951.4192316027536 -978.6403411517176 -626.5850489840814 -570.719791293504 -668.5666226991683 -581.5811305269358 -668.0775939138647 -574.2245506862865 -1006.4134825383284 -990.347696522276 -1500.783233998765 -1543.6715578270466 -1547.3943194508097 -1547.725772254116 -1548.315430615263 -1553.2919693877086 -1551.6755863062783 -1563.0226373984967 -1565.5074483175783 -1567.939122198641 -1568.41850723108 -1630.0651697634223 -1089.5411099510654 -1144.747877108219 -951.9757729875976 -974.2703040513912 -642.228684385856 -456.7189320865551 -791.5308975632632 -449.71772393099184 -765.2508284197963 -479.5494081259237 -1082.1309297793398 -1131.275157428067 -1602.3844590590884 -1548.127028901627 -1544.8725216893542 -1555.9665572644535 -1557.6683331388729 -1569.4601244371345 -1554.286879152451 -1586.9943244861663 -1562.7889036704494 -1596.4421129438476 -1573.337301000268 -1661.5012855374946 -1089.5828959313258 -1151.4981148145887 -950.1668728815936 -982.2961617919648 -674.4277306736893 -453.89130756941256 -764.2138696361877 -445.29457628366606 -811.6239863517659 -454.3340041054272 -751.6200240386705 -361.8241671539215 -392.5698281507392 -956.2769415423236 -973.1329075640724 -1193.110960998535 -1191.2982912442626 -1199.078234516709 -1191.5819369263138 -1203.5837006774625 -1214.4701022357256 -961.4954605097488 -951.5574878206088 -955.4611029724924 -950.2863434156968 -982.420559738383 -691.0313035382039 -490.9402106236526 -802.2095146673452 -445.3422024172508 -617.2455596830869 -468.82897346788064 -593.8448882902812 -339.5118125577772 -734.0366127840946 -339.5118125577772 -628.5626081487269 -226.9422384155244 -364.7885244554535 -866.7658806713512 -399.3603685485551 -864.1508170010923 -473.8628294708088 -866.7092629708378 -484.8341239234872 -865.4474875321108 -493.6067504717375 -714.3677965908797 -292.8207451865502 -669.3898118456029 -341.45908552272084 -735.6990423917556 -388.0292027354004 -688.8481527673619 -477.2724837170838 -812.5909705820645 -399.7903647314998 -652.5206404715204 -886.1478174972772 -888.3061924216453 -1356.7419509572542 -1508.0998181620855 -1543.8305264489902 -1552.7403149066008 -1552.1068735210515 -1579.1295448434646 -1564.0939947282905 -1596.660452493687 -1564.0436308399865 -1602.6740981961468 -1570.7431349718756 -1662.7927987578034 -1088.755437308558 -1148.3111746769491 -917.82962703569 -937.8453766934704 -639.4198333714212 -448.5283578201965 -775.7490395219337 -485.3212447157016 -768.0515822227296 -497.6718864239597 -869.5295346221945 -868.1441620704929 -1342.4563440284942 -1468.0527669627868 -1543.5584576232034 -1554.2452070932331 -1551.815651693716 -1579.5560450716846 -1560.1952066493304 -1603.068555072784 -1583.8451124553194 -1627.1449674773603 -1600.2529165461908 -1690.4061827285316 -1090.7974842573867 -1150.8928120683288 -936.132549738562 -955.6613898274128 -673.6453945881498 -472.1647549197801 -786.9428300595964 -513.3478940482053 -758.8687951258063 -500.75754735619233 -872.9655769281635 -856.3338608983993 -1342.7185373958027 -1458.8355174050405 -1543.7922732273453 -1556.8182427193603 -1551.0983403192156 -1580.335249351276 -1564.9452413744248 -1580.5353928136235 -1550.6958824552685 -1573.4664835742506 -1550.6176518377763 -1635.324822285149 -1087.1899424248254 -1148.0309579054228 -951.389227178809 -982.8099449770036 -670.6024178224792 -460.4212180174477 -802.4002039952778 -451.7555139422298 -774.9994367842477 -480.91750843671247 -1077.8999409773123 -1067.0860717832595 -1535.395350117186 -1544.9332859334447 -1544.3302237544776 -1547.679028674587 -1551.7659306755725 -1563.766721867867 -1569.820936096117 -1594.0525153785711 -1588.7432513893043 -1599.8534785214122 -1606.2335530630337 -1669.6502913122058 -1106.850665820015 -1149.2692663393511 -954.5286819957136 -983.6717675432257 -727.5788388533027 -462.7244979745387 -802.123931414957 -457.5942803513162 -807.19370619534 -480.127973241898 -1078.7568987274617 -1131.5161697042877 -1605.3310344332965 -1563.73172856857 -1581.8238360125813 -1605.066009832189 -1602.1096830606468 -1653.9541574492885 -1670.360496441053 -1719.6538895443773 -1710.5964907360374 -1753.244735945703 -1693.0579140065088 -1760.2698098011017 -1147.7738308428952 -1204.6020210105637 -983.1258547752468 -1036.0803520763284 -740.4977962830624 -473.471873885501 -870.3167527171622 -469.2964070183889 -832.6911131392038 -446.26888712360847 -811.0237237072872 -361.8241671539215 -392.5698281507392 -988.041140710112 -996.582121469173 -1203.1500715932584 -1216.993067962129 -1221.920477112786 -1225.2100726996644 -1221.8683434069883 -1267.91720027901 -966.3891442514832 -964.8157618933832 -961.9683199108 -955.8021989752016 -986.4359683155848 -690.6925126666276 -443.65462916749846 -791.3076086701 -507.76149933826287 -777.0283492197725 -426.7547282748697 -560.896303570612 -580.0537361351119 -577.9520847458114 -543.2312473461706 -635.696666914958 -226.9422384155244 -364.7885244554535 -866.2705611050607 -364.7885244554535 -855.6496798835146 -364.7885244554535 -869.3063312600948 -364.7885244554535 -875.3642056993133 -377.3327167132006 -716.7316334380121 -214.3980461577773 -718.4517304505474 -341.45908552272084 -752.4709538528491 -358.47003764512016 -721.1717824429677 -500.6130277263209 -741.0025522791175 -557.8961291552926 -789.6359767692193 -971.7468210648518 -985.6036311656602 -1491.8228894628764 -1542.8558359604913 -1542.8594670925825 -1548.90016776203 -1545.7747526883848 -1552.939169511986 -1549.239613982248 -1570.4249001043804 -1563.905204250395 -1589.8525353322475 -1568.416148515813 -1665.3756514569145 -1089.44762813717 -1276.0156798697644 -945.7339525309928 -983.6341921195632 -678.6480875017867 -475.39484124217296 -788.5218073945871 -439.839416204747 -737.8662759214437 -468.14576165826446 -923.1767319964432 -939.2449145483037 -1428.9085153755718 -1523.565541875924 -1544.8565695126076 -1562.5751624267473 -1570.114696346201 -1587.1540826332243 -1590.396203290989 -1641.647377273778 -1667.3756407064177 -1679.3270794030875 -1661.0041496819122 -1695.533837999624 -1110.828262843892 -1280.273397910286 -960.5340252293074 -991.062027946706 -725.7444542870218 -462.54686400291706 -839.7977908092531 -460.2862935833341 -790.0658617603935 -519.4966837518914 -1088.678997325734 -1133.8650597087103 -1617.9713220727444 -1655.7159721452958 -1653.6676226015377 -1675.9537092729663 -1681.883097678419 -1736.369390307761 -1721.596100513159 -1760.6028339034397 -1748.104674620103 -1775.0735533577224 -1738.0968717086669 -1836.7048335692127 -1235.315893156285 -1433.9071200087403 -1075.1654912739543 -1105.4666452708336 -765.8766338167422 -481.29132536487447 -884.1068872488318 -476.5404684753946 -862.2352628069301 -488.0807203568576 -1205.8782935556148 -1238.0457425111756 -1733.4529518048498 -1727.9359878377604 -1707.5949050099616 -1732.6766474280917 -1737.9121570017046 -1778.5305301168785 -1740.493827518001 -1783.6822031140505 -1736.082328441559 -1778.4763923590992 -1754.7813078049885 -1845.011886299044 -1241.5977875730669 -1414.360773979843 -1048.066143088004 -1080.188385500317 -731.8111987546713 -598.7609310566226 -812.4805943655483 -572.6799100143301 -813.1351210410564 -572.3051542047738 -1127.9574580491044 -1162.8188196066883 -1643.1538655860777 -1635.7641651066217 -1646.8302141680474 -1722.2053205129607 -1758.4177394787728 -1814.5964999547089 -1844.5234814858875 -1870.665629248308 -1829.1914845478907 -1841.4904529829369 -1756.2395310800594 -1854.4293328949643 -1260.0938520084198 -1477.2059486993462 -1121.9857615022847 -1165.0376154139817 -758.732011145625 -482.7123696784574 -876.1564697388552 -476.8208187217448 -863.0207511304351 -467.2356501698949 -856.4276105489844 -361.8241671539215 -392.5698281507392 -1144.041642367441 -1099.4444438405226 -1344.8221556708286 -1322.4483691778166 -1383.618035593458 -1364.3833682908262 -1397.2035337108837 -1399.325732900916 -1141.1534870760102 -1103.5996900529765 -1136.6865298463358 -1087.5673458566018 -1251.7219148430845 -764.0265161769682 -531.5637469601255 -884.1560656964806 -530.2485383339989 -854.420445064345 -453.933253466934 -845.2446618769824 -448.1478227880953 -830.783822021988 -442.0699661265564 -826.4949930758124 -226.9422384155244 -364.7885244554535 -949.5732540174328 -364.7885244554535 -918.601025304068 -364.7885244554535 -927.5632412514764 -364.7885244554535 -914.1286978707404 -377.3327167132006 -746.317839141507 -214.3980461577773 -809.8801031715091 -341.45908552272084 -755.163901771382 -341.45908552272084 -705.4210470028848 -469.02696483043593 -682.6642436796103 -361.8241671539215 -815.5770436514327 -967.289639185615 -935.4761894004148 -1445.4678593801875 -1542.8066348281425 -1544.6443124350883 -1550.9128317170332 -1549.7517516596242 -1563.6845415285732 -1560.5958977664195 -1589.6003265103775 -1556.650986429827 -1580.8420489129728 -1556.1963524002474 -1650.9590875210656 -1090.336036570022 -1284.6686458348738 -951.8018645097663 -982.518267258274 -638.2852069165899 -451.4146313933644 -775.5269030322933 -439.1004981644069 -696.8624681437877 -488.58792921983513 -992.6105975447156 -975.268292119488 -1463.9384051664222 -1538.3424654569271 -1545.672798799773 -1550.4254266876903 -1557.4209580140605 -1565.8877528443957 -1577.0516613237023 -1584.2202592791614 -1605.6164267513564 -1619.114731354702 -1603.6671341441747 -1657.877629005341 -1096.9333333978786 -1273.6000954841477 -954.4351563311914 -982.821419731692 -709.1604841776067 -493.9647669670773 -791.6418218916845 -449.56428104697886 -758.3463304043389 -482.2768860732659 -1007.1462408812584 -975.51820483653 -1450.9200284534647 -1532.156819997207 -1547.2924401514244 -1560.0777683132264 -1582.3962076117823 -1605.551853092333 -1620.2292263427591 -1634.2874960670024 -1659.2452537878155 -1657.4135192001534 -1656.5567300738542 -1713.760388382672 -1126.2321965386514 -1285.3200421012014 -962.2532155304976 -984.0285444224728 -732.1584028301945 -510.18124615371295 -808.9563205832403 -457.1597601954323 -765.6446799384872 -476.36977559696953 -1021.0664628316214 -1024.382774363266 -1501.868676175435 -1546.0651775878025 -1548.39985023751 -1597.6988102884095 -1615.2091930495776 -1657.115940642698 -1655.1873356119263 -1707.158318785292 -1687.6993893508063 -1746.2941409942496 -1719.1785318090188 -1814.308297458125 -1151.365969333822 -1346.517193047137 -1006.71366032463 -1023.1974355385082 -725.7060694171137 -565.6360199621246 -796.48833915501 -474.4292564665364 -769.8897620040927 -486.71117959773005 -1044.7313836156657 -1059.850974604611 -1542.0091996954154 -1547.7246770847746 -1546.800410111707 -1568.57250362757 -1586.1574205965712 -1638.9942508894287 -1602.3020888726303 -1647.0112008891638 -1638.565119554894 -1669.1465811253977 -1615.1546806219842 -1703.69211894217 -1100.87403440106 -1284.355297457338 -951.2555361900688 -988.442925512046 -697.052777893233 -532.7735841642208 -792.7159806822091 -455.32130898606687 -808.7037180216132 -455.0960135130436 -774.8477710151443 -361.8241671539215 -392.5698281507392 -957.8161472562098 -973.9791852214632 -1192.4208818788418 -1190.3722910082442 -1193.8639621172013 -1198.343673926971 -1213.6505269709448 -1226.0501851692543 -972.7782716387878 -955.3957490896556 -956.7408652783243 -956.4374025211948 -1112.5394610313365 -610.2256265647031 -499.8136479277602 -744.6695551804917 -607.8354820970353 -728.563807528873 -456.3289432238601 -773.5642163172979 -452.8545366678944 -679.9902694088474 -456.2147428662003 -708.3663726825257 -226.9422384155244 -364.7885244554535 -873.5574980989011 -364.7885244554535 -866.7292473772594 -364.7885244554535 -872.367949243233 -364.7885244554535 -871.8189652460092 -457.73273248979655 -692.1308422467295 -360.4933845205903 -737.0291200310489 -414.5153697527367 -719.6949613035023 -398.763573078464 -721.3986321022286 -408.8048666914833 -723.646582675148 -443.4809146568818 -842.9376001640018 -1077.9207627231551 -1100.1810920684368 -1593.457464626303 -1544.0581376039638 -1554.3275358728397 -1621.4243907527616 -1683.997791320219 -1704.7298093211405 -1727.3299880247394 -1764.66949685564 -1755.7314895125528 -1757.9864034056557 -1784.357587051555 -1852.2846589070532 -1256.2140975212255 -1401.947535584986 -1069.6116671683333 -1073.2219077859593 -761.0758932387105 -446.7707781318812 -822.8068623270227 -440.5777633234989 -823.7721343938205 -468.041035464805 -1085.8762210816153 -1133.7287093721247 -1604.8090020765046 -1567.9177381347297 -1564.7910964924583 -1584.6490190473623 -1593.7683466403084 -1650.0801369394335 -1630.5356992032555 -1691.514871537028 -1649.2393314963176 -1678.1580335410313 -1655.8341746628316 -1730.2613768738818 -1127.749573974093 -1308.859098872369 -959.056932704438 -1000.0797209980724 -694.6080217221627 -558.9966593889517 -805.9481784722155 -454.9707319422248 -820.0728756938502 -484.3279055619816 -1088.263298241768 -1132.6362579780505 -1604.4481272838918 -1563.8417876100884 -1555.6059091065165 -1588.5070764251238 -1603.351418684464 -1609.4895942018838 -1612.0492093667826 -1660.6240033159156 -1596.2171198777055 -1603.556824070186 -1573.7194918930163 -1631.9676423856297 -1086.386376906176 -1269.698269691502 -925.7678440295988 -967.2123118798912 -586.1431769821412 -445.65137191998514 -676.9713082348719 -439.7845123398036 -624.6498076783502 -527.2535324102264 -1002.6859520155358 -1005.5150485191368 -1513.5270093375177 -1542.4943820845297 -1540.9083364667397 -1543.418610145057 -1544.3965868152316 -1546.1022708321334 -1547.3373115795962 -1552.9717399208023 -1548.368108854379 -1547.0409732885996 -1545.7558130470538 -1617.134261923428 -1025.4728466961635 -1191.416970385473 -867.1506088293189 -889.4570883188356 -562.2616174117469 -439.52796205378354 -679.4655589963041 -392.4171299438379 -635.5617050437166 -479.64997782236094 -948.2030258588746 -966.5814164745286 -1436.6031997659393 -1520.2766772152268 -1517.0530664144126 -1543.8481851899585 -1541.294147136288 -1543.717837459082 -1542.6501272942191 -1544.7598897261114 -1545.3404908161638 -1549.9762141480608 -1545.3374654685542 -1619.2438126200695 -1030.897818866826 -1206.314135696792 -845.0179990688667 -886.148582762647 -552.8124594065131 -483.37045255599 -581.40795617268 -555.0381139658745 -558.0494712611786 -487.8409413076876 -576.7926365311956 -361.8241671539215 -458.5390127771697 -858.6051226610842 -916.794087283636 -1190.4914305483287 -1186.2390501282268 -1189.754490393629 -1188.7810813315314 -1192.7937762548029 -1210.7464092271043 -954.8535524775732 -951.590125389899 -953.3351430442532 -951.8061025602982 -1109.0238832332682 -511.8939596740156 -568.8458171854329 -583.0391531492083 -590.4654398581075 -543.6189999960234 -415.38678777236 -573.2487311632528 -339.5118125577772 -677.3455705779934 -339.5118125577772 -682.8914854030461 -226.9422384155244 -364.7885244554535 -832.4479827573749 -507.4713945181587 -818.1364997410449 -515.5191323360431 -803.8421261829878 -464.08059090984864 -819.2209296336979 -486.3769311260029 -614.8491616839946 -230.86421303178 -654.1201972315886 -412.6350101938664 -643.0069468832746 -341.45908552272084 -648.4904437705753 -409.0716329307125 -648.8434860872313 -361.8241671539215 -721.9630400829535 -902.49811817571 -880.6136189731964 -1369.8663462819368 -1468.237561064678 -1494.6943071684614 -1541.6126794850743 -1540.3085843275544 -1544.317154444741 -1542.3209047339262 -1549.294350610971 -1546.2307146036774 -1553.988402692227 -1545.7722770063694 -1623.6009819513715 -1059.8825057316417 -1231.4685472121778 -814.6382153776444 -825.0938143412462 -511.5940107378689 -464.50655507769017 -576.8472537008884 -541.0504465058015 -535.8593147918294 -522.2624628837024 -822.5385815221975 -829.6311875326794 -1311.5188699344894 -1380.2982616098911 -1433.4332033568444 -1542.8329006895945 -1545.925949030226 -1548.5262645126295 -1550.4207329290198 -1565.2919768235756 -1575.4050431122823 -1574.377729510083 -1563.9462504264757 -1628.7223230349362 -1091.1548344368057 -1268.7996591896492 -953.2331672008404 -981.728881797658 -648.8263792940666 -442.24678242042353 -761.5020550838601 -438.584095463572 -609.8068197666494 -622.508200487016 -1019.5952829365292 -1024.727585113677 -1515.6987263529636 -1542.0386769063084 -1540.5350594983545 -1545.78483117654 -1543.971567177302 -1554.263745476957 -1543.672607814472 -1549.0202606060946 -1545.3597067571422 -1554.497267069659 -1547.751585206549 -1619.1054330855975 -1044.5082338394163 -1269.6090956178266 -881.406752127879 -907.528302440411 -575.5203651639755 -534.8015567038433 -657.9363579052599 -551.4920107267005 -665.3025431457628 -465.6648296812262 -971.3430408484109 -926.8942701690806 -1400.0234935097485 -1489.9477472197343 -1506.3317604102183 -1549.797563999987 -1547.262885535087 -1557.7311122197332 -1550.4053592422206 -1572.6902872160915 -1563.7959042418795 -1587.3487924741494 -1563.4893333146588 -1645.9253404385377 -1087.3734560250152 -1271.464825992245 -951.1238429239332 -981.9139366997516 -566.7833054830533 -495.7939221954642 -657.2273830806448 -480.3567101302816 -580.9193403711732 -596.991331041758 -975.2789994832508 -969.8062974460896 -1443.2361068022342 -1519.7819029854209 -1538.5821083666592 -1543.976698026188 -1541.7528051057404 -1543.5467031111737 -1543.2921768219744 -1543.718848997681 -1543.6154601922583 -1543.5224919323584 -1544.0332207698991 -1614.0693384857134 -1035.0086457712105 -1175.6854770959517 -847.4858320257761 -873.5078050616132 -564.0851997489904 -363.7714401188651 -711.6766101492934 -375.8683331866317 -609.2538147673789 -517.9150934703213 -606.6590811538738 -361.8241671539215 -451.6247281618967 -823.509345464207 -844.3797292557658 -1094.010789806872 -1088.275468357166 -1185.3145758524597 -1117.261050106723 -1185.8244968043143 -1201.3904792005908 -878.6373696067536 -797.8566850425915 -825.3356722201426 -763.7837331950977 -889.1007029047867 -523.2957438637105 -363.7714401188651 -620.4804227874088 -409.2106154718792 -678.147670796162 -412.43974892445385 -669.7937838718304 -412.07060194079975 -664.2929395455005 -412.0712376099936 -672.2478652998515 -226.9422384155244 -463.6947712400436 -824.7434770417914 -476.58304637972645 -660.5443202506182 -558.312787819954 -756.3911306711501 -631.1965143113854 -575.8652338860373 -671.1223153936431 -486.4123972284588 -327.807869304841 -627.056805395593 -455.0355660341392 -625.5401252301873 -454.9585624314968 -756.4959421561939 -495.88494656485904 -647.0658906361913 -475.2268652758161 -673.7241316490116 -786.4240819898653 -813.7990503037785 -1273.8490719043457 -1300.5436713862573 -1322.753522949372 -1455.2107376614226 -1525.8801829200297 -1542.3902704944433 -1541.7434888553469 -1546.4975342568848 -1543.077560282943 -1547.2955537526989 -1545.901153545503 -1617.9237350341486 -1014.907675094398 -1193.9385921418502 -797.0256029520775 -807.2804585547818 -546.1432154965634 -363.7714401188651 -682.7913634747006 -361.8241671539215 -682.9840787736529 -390.6225551857957 -958.0542335263392 -948.7483375425614 -1439.4135417795933 -1530.3327170216137 -1539.8680130942962 -1545.5630679617575 -1546.485341704673 -1563.3794709630718 -1549.733889759462 -1567.897201384218 -1559.4693467746602 -1577.1367581097556 -1557.4333201229156 -1638.4547084423657 -1086.146305689621 -1269.3630111954174 -916.3349945856158 -924.4034325140676 -584.6845745329723 -554.2892599350465 -657.3169250594576 -475.2734015027335 -605.7551467370945 -595.3401112893562 -948.3874445937026 -937.3279463809728 -1427.727751317359 -1519.599956862806 -1541.8333206267823 -1550.5166804577425 -1550.303808900979 -1585.3662045358994 -1587.035607723306 -1624.5462422615233 -1599.4002843121848 -1636.937220219719 -1605.6539896746965 -1703.2544745556206 -1090.2114842767623 -1279.988220505942 -950.4264572425913 -982.595331730034 -633.4639619872725 -462.82647826368105 -790.6082642351588 -439.7040977729134 -663.4718527947405 -466.59908965505247 -1041.7798701379172 -1056.2271005712173 -1565.8587001593066 -1544.442153879174 -1543.898153784456 -1546.3298302223093 -1562.9793243478434 -1573.6246569163775 -1562.2581779648604 -1566.452514538278 -1590.2719580141593 -1603.4380185155023 -1592.2676188816722 -1651.0189332486295 -1094.5848593178025 -1270.9896767846717 -954.9658631752862 -983.4357455136624 -682.8986093299286 -444.97555601072713 -753.7318008477009 -437.7228004734816 -751.4595474058507 -466.42785288471225 -994.2463857728244 -977.641443134852 -1452.1263253453426 -1510.7652853121606 -1526.6678106806387 -1543.5785055537542 -1543.9074876664145 -1547.2545483579754 -1548.0772392274073 -1550.425075826636 -1547.2970692349134 -1546.4133747261342 -1545.2318732691729 -1614.836732438335 -995.220184024442 -1146.853056515398 -782.8470293307325 -826.4361132304751 -589.3886937833036 -440.2532850124599 -773.0834597306377 -439.52964095448567 -638.4275026429053 -406.9858277744141 -598.4568507913788 -361.8241671539215 -392.5698281507392 -951.5802322681776 -815.1238153365016 -1050.2445154092288 -1046.8680235598124 -1058.6376011029347 -1031.6851415603471 -1049.4588398781416 -1038.905875380637 -728.057210663256 -688.6213201348726 -685.53761049995 -684.8972488648351 -833.0473810734433 -533.3671392827378 -427.0321043669412 -611.748497320471 -525.5090147036467 -580.1109678024834 -499.34711163564015 -578.760883850368 -498.8707012919289 -578.1665840994132 -498.7157107563653 -580.4951578298796 -354.00327778046795 -463.8474199945722 -826.7165920691733 -539.223653760368 -737.9369354493465 -495.9615627538038 -735.4304312732396 -573.9593340749226 -741.2562012678445 -512.5607550864125 -558.0101021495623 -496.119600277456 -527.1966813646599 -555.4383116679987 -525.1713872982814 -553.9215388500772 -526.4929884095956 -574.5640290697493 -544.7059193879559 -573.2140000344801 -542.4313355495474 -770.358372795438 -846.3940218986905 -1321.6115082639192 -1417.6213653232612 -1300.3102080621336 -1373.3096020105822 -1422.002872551205 -1447.7426225027543 -1408.9689498984235 -1418.6790797569947 -1421.1317311731543 -1438.9292354598806 -1441.6299705199826 -1485.0220860620334 -959.158690898414 -968.7365459761306 -635.9930425366798 -661.1828202780414 -532.3740995543534 -476.817201618692 -597.3550862075225 -557.9583413547995 -590.9762191560518 -591.0911986173687 -695.4923339629377 -823.7732786305758 -1284.339609212768 -1377.8147124340844 -1263.9594196751343 -1322.6796371274634 -1387.1166270877118 -1411.6218555905623 -1471.508552335686 -1499.9263971359553 -1546.5814587991108 -1549.2070406289583 -1551.6918789769825 -1599.5544932587743 -1063.6449235018017 -1014.7982575926997 -676.2727125892976 -679.2746798726631 -621.8197928631333 -386.53303260393056 -720.9036770142045 -405.3824252500672 -708.0655944406894 -470.57069609762186 -778.9994407581477 -851.4615950516601 -1345.5324799462612 -1461.5808500864234 -1384.2964359692412 -1418.21384179714 -1450.8173699629608 -1487.192823085419 -1523.4527661078466 -1539.7653921727988 -1541.186634450967 -1528.6378058005234 -1541.0485368001198 -1578.0530192879155 -1134.909141881108 -1147.2845027416056 -830.1598210304784 -810.3842349877629 -601.5323166395228 -363.7714401188651 -709.9585647520289 -361.8241671539215 -613.0240575990011 -444.4728136792948 -917.9827226018627 -910.5988903165206 -1401.5017791248274 -1600.471827375823 -1425.4015096238788 -1455.6797503334722 -1456.4485573103182 -1510.3862929416114 -1497.9030998771038 -1545.262259623414 -1517.4851686670263 -1544.0847864141178 -1515.8386653740956 -1608.413306391411 -1060.09108326255 -1106.5938936109007 -791.0836266319602 -813.2461993774284 -567.5214953055786 -493.52738092554006 -620.8091758245015 -483.1724435674227 -675.3468244779407 -432.6087583360127 -873.8079717555589 -856.2866299595141 -1333.7316274780806 -1507.9865298755035 -1407.2408781209645 -1462.6168688633938 -1473.2925736473744 -1543.691269335383 -1544.861429783837 -1547.334857776725 -1547.96533808045 -1544.8396750780882 -1544.504606503774 -1614.357398177616 -1154.891553903537 -1183.1079817320476 -838.9944918009803 -835.1735776843917 -584.6493763654906 -363.7714401188651 -712.5867560860479 -361.8241671539215 -631.2144489379139 -421.1277190494086 -651.6477664550634 -361.8241671539215 -439.132426496434 -993.7597521599724 -916.5805961429182 -1190.839519436781 -1190.2601217433507 -1192.358865714815 -1191.9733869096124 -1197.8422502448757 -1218.4727251530503 -954.2896743328032 -954.7629951254474 -955.2544383794732 -1079.092072093598 -1109.3962914440397 -521.0664340403345 -573.1428599569085 -582.1063381988174 -549.6558287497646 -560.8720834295319 -339.5118125577772 -698.4358277831232 -339.5118125577772 -589.6124719819547 -497.53706951402063 -592.6468246050018 -354.00327778046795 -364.7885244554535 -844.6389387364919 -364.7885244554535 -858.5445115331179 -364.7885244554535 -867.7468431242498 -364.7885244554535 -872.0217016247493 -377.3327167132006 -708.3778619777764 -341.45908552272084 -713.6622725276043 -496.5516500827485 -697.4360124504719 -341.45908552272084 -754.1592197565059 -429.30017763797895 -661.6164928134597 -421.53700801790194 -706.4740590625668 -1036.042232085597 -1002.8068255972854 -1490.4468712902185 -1655.6267238075006 -1513.6547200480943 -1500.0240191959108 -1451.4223829111395 -1438.716444854221 -1387.8915461095385 -1385.4722695907697 -1373.4808223465272 -1370.0790594682333 -1354.2577331893156 -1424.709999487313 -957.582028675506 -989.7146654702492 -662.3754779209047 -689.3339402968244 -606.6147401854712 -363.7714401188651 -701.7957380007579 -361.8241671539215 -707.6421799900074 -390.6225551857957 -775.737964919872 -821.8646645655107 -1339.8038889317695 -1404.0230427275897 -1325.6053056500205 -1302.5292383418182 -1346.782497883234 -1343.8073741812289 -1377.4638756572117 -1399.4504922708006 -1454.406576092332 -1450.2340129868132 -1476.458955721986 -1515.560151244111 -1006.686441887666 -996.1453203251908 -703.7063222614211 -701.961301069162 -554.980376444054 -502.9839719965362 -593.2770729694345 -535.3281499516144 -588.5827625473407 -582.0764488310051 -833.7298848665334 -850.5005981000054 -1346.4920025475546 -1513.8699197307672 -1409.9370145847706 -1495.356028161391 -1502.3176194350026 -1541.122795940809 -1541.118116470562 -1545.3236914497097 -1544.7628709038977 -1563.2785059132025 -1546.2210441442894 -1628.714939289859 -1210.243457428237 -1267.0256719018714 -944.5026942310484 -947.6775715261664 -556.2822968336895 -453.5356438754568 -586.0492022151961 -534.0078174981594 -585.1411112966446 -649.8676483421034 -1080.055212907376 -1132.051767539284 -1604.26970594598 -1682.9771788972228 -1555.3866055223575 -1567.149001733066 -1508.3696798372343 -1519.6267073600598 -1500.979293334609 -1542.7305356418492 -1502.5549881129316 -1490.9146770343507 -1457.4882496452954 -1573.476720043561 -1060.221168520831 -1112.389938204869 -758.5463030880419 -792.6209258349126 -562.7438628208802 -363.7714401188651 -683.1484709160341 -361.8241671539215 -613.0594351044318 -456.78113892167073 -847.4103634766053 -854.013630719476 -1328.5839094024748 -1499.4725498541163 -1366.4482150576102 -1425.907100141192 -1461.554594007732 -1534.5866208062914 -1513.146584558761 -1508.9296705034878 -1542.2159194195926 -1543.2778855700456 -1543.5829171519183 -1612.7997539649623 -1178.1819271501065 -1217.963416397575 -829.4815663922977 -838.3841530458783 -568.926204093875 -374.06566445544695 -635.6800163928713 -495.6856448946484 -660.6032738931466 -361.8241671539215 -742.4934022072042 -361.8241671539215 -392.5698281507392 -1018.3189421954417 -888.2391703899558 -1132.630768058409 -1116.5648815938673 -1139.866902401967 -1088.1585214543484 -1139.6181396687712 -1136.843337385348 -827.2365593553541 -794.5203582666124 -790.9789861268922 -888.6006082733908 -916.04348912342 -516.7542626611461 -410.4399593800597 -602.4382796265431 -534.7167825353391 -588.1163333004121 -476.1974555946352 -579.8911734653988 -500.06295482413975 -582.7382863543489 -498.5140348041159 -581.2391802572392 -354.00327778046795 -463.91941069734935 -839.9184133609675 -478.55053920014313 -771.3238944790216 -538.036379085876 -737.8013542589418 -522.5067196166732 -741.0585883112176 -498.8379595039058 -645.5223257372602 -454.669836026207 -623.5831614408278 -454.1368019368439 -566.7631542418193 -484.9083379473923 -577.0095376860656 -473.65776048395287 -683.0491214920895 -473.3146010248706 -634.4061821135908 -748.5041783213785 -836.7057958894134 -1297.1039420264858 -1426.6402192693358 -1292.6998255140293 -1356.9963258947985 -1483.0872191052713 -1535.1341775991475 -1543.8694931701064 -1546.0411223773133 -1550.4418243053476 -1552.181934517489 -1551.7737408481896 -1617.170941309662 -1173.59756230155 -1191.0003506363876 -811.9146983672985 -806.1069516828359 -538.5430433136714 -363.7714401188651 -652.5602966139115 -361.8241671539215 -709.3326335824851 -500.6845593703949 -929.769188165082 -919.7682640101432 -1407.2719667195038 -1589.6795787713916 -1477.6847154698985 -1542.309161864497 -1543.4411645638727 -1545.8660904917792 -1547.320098940415 -1552.3994867337244 -1553.9034716780784 -1555.3836194999196 -1552.531080218049 -1617.794327777155 -1202.2402663359044 -1228.8226051109298 -801.8780481979733 -796.7159150575985 -593.6984011632019 -363.7714401188651 -710.3664400828662 -447.9810416064214 -609.7347239538707 -577.6899379629511 -826.7176136403928 -846.4201162174227 -1340.8296316167755 -1521.397118014397 -1354.25599781256 -1426.9406595891614 -1475.1435323273213 -1542.5025811960577 -1542.8691901882837 -1544.392719368869 -1543.1372582110098 -1528.1950727816177 -1529.290422780227 -1593.219841689523 -1059.8365296208133 -1070.8323545907654 -741.4860852902535 -726.4234897656366 -591.0465899090465 -438.1664275663217 -635.9915895389661 -456.653633561929 -658.6510039529117 -431.17808110794925 -824.6582121413433 -830.0825858409005 -1310.2842094179732 -1488.672980368126 -1338.534633554911 -1357.6693267433611 -1345.88845088645 -1375.1175311595323 -1372.9908804782244 -1439.9482415192167 -1424.9294674985276 -1391.688535031646 -1371.652157000669 -1460.7373503660228 -959.8907107642364 -996.9820635245168 -675.6468042162224 -699.1344464496328 -717.7078512972455 -363.7714401188651 -832.3768158580732 -361.8241671539215 -828.1654927800187 -390.6225551857957 -777.5614595062974 -831.5363583164857 -1338.39303599458 -1406.5934752292364 -1317.6464628400563 -1326.1554310853596 -1406.0460130431288 -1414.911562491428 -1473.0627691461311 -1506.236078385234 -1535.6445176174886 -1545.979642811926 -1533.116547320015 -1577.6215172640698 -1024.4754904975082 -1013.8178627651288 -715.7096792866212 -726.0369730448308 -620.2749364320806 -363.7714401188651 -705.0545316076626 -442.9349433943809 -631.6334743609073 -361.8241671539215 -596.310258301469 -361.8241671539215 -392.5698281507392 -1081.9248730514269 -969.1538758211854 -1191.3945514800002 -1189.1020956360874 -1192.9102980629102 -1190.0477767856792 -1192.112637884132 -1211.6674706331953 -955.4970611099008 -953.124833926588 -954.1285941949492 -1078.991046026489 -1109.1138593120288 -504.5979938047536 -516.5616047517346 -578.6469134439687 -595.477222069669 -512.764253642101 -441.1029803395013 -517.5853292572504 -610.9563032158571 -521.9149501378591 -558.0863732251569 -521.0235822836792 -354.00327778046795 -364.7885244554535 -823.8192281598172 -539.0095651372487 -798.7312031985576 -453.1170016272577 -816.0632419973674 -473.3586977810135 -798.5208370656584 -377.3327167132006 -579.1536189656975 -341.45908552272084 -673.1212785227794 -422.2084942658453 -572.7810909441857 -507.729347879266 -578.3806192193896 -487.850090906635 -593.5394144836672 -531.9494231254411 -597.338549888469 -563.3430016970825 -917.134793836913 -917.3493048765736 -1395.2227664044742 -1444.1444711580457 -1413.9359930209648 -1454.2562646983183 -1469.0170204946453 -1473.1349170161948 -1465.678252449164 -1390.1737378921475 -1371.5725739672612 -1389.9318758096272 -1384.3115216710507 -1585.7341252455255 -982.8536292524996 -1018.6807137338864 -685.9565479458305 -715.04736478799 -625.6508510018276 -523.3355045159225 -683.3469985353975 -572.2549030215503 -680.4909394337044 -463.0809137381879 -775.8423379419752 -853.3372543871419 -1321.2966179832556 -1305.8624172482282 -1293.3859489378403 -1319.007139065825 -1294.5649386580312 -1355.9584615820409 -1314.0827205288008 -1344.2426763769292 -1341.1725005088483 -1392.1631885257227 -1363.6247784167374 -1551.117213822949 -968.7445137863024 -1005.9676609122724 -685.921375071071 -698.6173140769855 -611.8331739741726 -363.7714401188651 -705.0969122175977 -370.024881348356 -753.0844429195209 -469.9643812776933 -847.9030926076402 -844.9041698860611 -1317.0757879112848 -1373.1413042373968 -1359.954265082128 -1357.4049568565165 -1372.0911193495951 -1374.26013779241 -1393.2967339878887 -1377.8979086655345 -1399.917420626704 -1382.2829992616812 -1405.9922754625725 -1584.5544348175051 -1006.8478870884276 -1032.1976951736 -695.6526284057138 -721.9577561950606 -616.1712497340113 -363.7714401188651 -705.7038091159234 -361.8241671539215 -698.4570652268085 -390.6225551857957 -831.6862386890874 -833.9335730504207 -1315.3814109373443 -1372.1153684459002 -1365.9237644305128 -1403.757782038011 -1403.291807483491 -1454.687357245084 -1424.533092352082 -1482.9832370800132 -1473.3619434364 -1449.5484546012826 -1409.05548906101 -1632.3895370839173 -999.5172099450828 -1035.233547692366 -698.3472565506632 -734.2113642184246 -542.7396100365024 -363.7714401188651 -667.7420613435488 -361.8241671539215 -613.1517647330953 -390.6225551857957 -930.6341373383556 -946.9907798551292 -1549.1949265305575 -1543.8966752285808 -1540.8730734801095 -1542.9166486214704 -1542.0722695715351 -1541.1023359150054 -1478.939488784746 -1478.0640667740831 -1462.0783607257142 -1452.0956675385276 -1431.1846368255965 -1644.8238074668832 -1053.289829960976 -1076.775978579455 -752.8940283533545 -777.3859566158337 -616.5966081746338 -418.2572170847639 -692.7146040386199 -434.5198490111301 -750.7739297722143 -434.3922175817597 -815.8122637820157 -389.0124682237787 -559.587623525751 -750.617651111701 -744.3410583997742 -1003.8391084491468 -986.087695554928 -1034.3422733763946 -972.930302167924 -1003.0452110166924 -992.9559571263882 -685.388787922956 -661.7786970259468 -781.7299676642447 -791.863691499573 -809.8816578265748 -617.7089176803721 -363.7714401188651 -697.2153900513948 -363.7714401188651 -675.7389021389772 -339.5118125577772 -677.268699395226 -339.5118125577772 -639.1944595092563 -339.5118125577772 -622.9386653315943 -226.9422384155244 -697.6715561463315 -424.7578197687149 -704.5901152549147 -586.2290435203818 -753.8540266372349 -638.9569623779119 -604.8201231985053 -671.5831307514919 -626.8737669391379 -623.5256996115938 -580.4493657379114 -501.22891804338815 -544.0871496770797 -501.31833527864455 -549.5564956819985 -498.7328899771943 -548.3317355413066 -519.4221797063029 -583.3827905107639 -549.826126341992 -834.1411459739413 -854.3281015113455 -1324.6269986449292 -1417.5885919206908 -1425.7419470541574 -1479.50926871915 -1469.675211747467 -1515.8216404018751 -1463.7061136623822 -1464.7734199331628 -1425.5798915501584 -1477.5684138013874 -1411.581448272127 -1612.0287272249318 -990.9338673900784 -1026.5738693874323 -732.1711176206162 -787.4987030296925 -611.829586664617 -436.5524197169932 -692.0028663373697 -434.4159675638017 -687.9507134237181 -463.12775700989175 -853.9288381063817 -905.73608218846 -1391.4100392428866 -1431.721773236984 -1473.6474189978655 -1513.3837574443028 -1495.7183608006371 -1514.3252757875307 -1504.6136170446646 -1522.9190584626683 -1507.7140739133897 -1506.7434598888294 -1468.757091504864 -1647.7143475331638 -1021.4990330059072 -1009.7915179936488 -687.1852455011818 -691.5193366583281 -535.203413120319 -539.4695144747358 -607.8608019225186 -361.8241671539215 -642.6062000574726 -390.6225551857957 -771.980478484447 -797.7764693127189 -1313.341397763452 -1250.1123391005149 -1324.7584377977046 -1341.149576991554 -1443.5085721457258 -1460.1477503837743 -1541.1294228011352 -1542.5610981871864 -1548.1145638973055 -1542.6847765332022 -1541.9847732139244 -1656.544672516003 -1060.7247152129 -1080.616916345271 -739.6114798604767 -763.7764928412636 -557.4281939719266 -363.7714401188651 -645.8786454111114 -506.4991786880165 -708.7378678482302 -390.6225551857957 -1017.7676192487356 -998.0427924627056 -1503.9999396617604 -1539.8564845900114 -1538.6251975161229 -1542.4221943622636 -1543.2832620402016 -1551.5479335555442 -1560.477157726571 -1548.3773860416684 -1547.6910257775296 -1551.256704003627 -1552.6619717107703 -1752.6848725719303 -1161.9190280296134 -1139.8950565023235 -759.4418929164468 -788.460705314767 -711.8761930905512 -400.0608699041813 -822.2667381202873 -434.6029270341696 -814.481395539119 -463.1339289996465 -822.0587449794778 -829.5949174297267 -1310.869755880395 -1357.403237179504 -1343.3092936915225 -1329.3936898926247 -1311.6815356820784 -1355.603738229397 -1337.8353449379224 -1371.380698321911 -1368.6497776594456 -1371.1095820211174 -1368.262731416139 -1582.5413883953695 -977.9834431021404 -1030.0317444331445 -704.5781926577214 -742.259159606894 -737.0212317697448 -436.1887556797507 -818.8639263189726 -434.1670210625928 -810.1391616508895 -434.1000358307858 -811.610245738085 -435.3559279708471 -862.6843575777261 -724.4512522426489 -727.8064023259017 -991.8652510338534 -985.269697151482 -1001.6196248294742 -1014.310829906036 -1010.4614009566342 -1019.6335546570392 -702.6443368606347 -672.5013298520608 -788.6834308384117 -768.2195167316005 -791.9656913834447 -528.6632390621276 -363.7714401188651 -680.8212360122976 -363.7714401188651 -675.0071406571453 -339.5118125577772 -671.4706926924296 -339.5118125577772 -628.0454344963118 -339.5118125577772 -736.5489086725509 -226.9422384155244 -806.7552378995555 -364.7885244554535 -699.5491289143581 -422.0576629922894 -733.3977705048104 -402.039705538706 -707.6612299133585 -544.9767359074466 -718.0822500654165 -341.45908552272084 -632.8433464761347 -341.45908552272084 -648.1797209790868 -341.45908552272084 -633.7157501894732 -341.45908552272084 -660.1884937385937 -361.8241671539215 -784.2207030820076 -390.6225551857957 -835.9762722697459 -833.6542290090033 -1322.6672486877071 -1390.3179198047983 -1381.7572034515583 -1424.541270572776 -1424.210022705658 -1439.028401516132 -1439.270656266168 -1422.6309104689851 -1406.8705961381118 -1404.0807122882748 -1393.2405862072355 -1579.4459380474823 -994.2663995014184 -986.874258225817 -663.98621926939 -683.1017169843959 -630.4581901056424 -363.7714401188651 -786.4095021465346 -361.8241671539215 -826.831764133171 -390.6225551857957 -800.794728986149 -815.05860859255 -1287.3104255828391 -1333.2465168935485 -1310.1704372602276 -1334.21157972772 -1325.3304898843476 -1355.2365900779887 -1301.746517736214 -1319.3184741033322 -1311.7116543195448 -1318.541080737219 -1293.4793034305517 -1514.4694346141691 -925.8238375747404 -966.3442732232808 -650.6574214062096 -674.3379789358502 -634.6220569922024 -363.7714401188651 -702.3448262780303 -361.8241671539215 -699.787763549819 -419.65310833152427 -781.2769012694273 -820.8389789596795 -1323.4934976940792 -1267.8519911694802 -1309.1025916720134 -1278.8101485763686 -1294.829187658483 -1286.7445448066555 -1327.9818205818174 -1298.2782349685906 -1331.3470408483922 -1304.7236292053776 -1307.863385659933 -1488.326262460674 -898.7524945270418 -944.623018182318 -582.8156210563445 -597.84014781134 -636.7404117159049 -363.7714401188651 -703.3456454542959 -489.6722059125655 -664.9774601710096 -523.0476487991332 -771.5390648656023 -813.128417811429 -1323.0646985492508 -1263.7130002473914 -1300.2930620964858 -1280.1667955246892 -1328.0186609121913 -1313.4488090254918 -1320.5909134426518 -1306.6984959572094 -1321.7233402392949 -1308.6713338296786 -1317.0179500036545 -1473.258973907594 -911.4397535021898 -944.8173142019884 -568.7428753968181 -633.4761992447443 -542.8357291552204 -521.3052455592137 -601.2912260339749 -537.0729018757363 -590.7705054105893 -562.8269249613024 -704.83720220049 -822.8144024179056 -1267.9290191712955 -1251.4068227810844 -1246.673455253201 -1290.4095589607064 -1287.345365219043 -1355.3910209327512 -1342.149126061563 -1401.835728652332 -1411.5271330104515 -1393.7296019436883 -1338.7907230659578 -1504.912028387433 -908.6448189672288 -959.050290458898 -630.0584667205617 -658.9769145957489 -632.5689086384558 -363.7714401188651 -721.9563671067756 -398.61096759217565 -695.842070299821 -558.5262039274363 -695.8795137551006 -572.438400115018 -770.0687240479604 -665.7156360519263 -735.5913916234214 -985.7306634413015 -1094.32172614266 -1147.274019469135 -1186.8397536795994 -1185.315993631068 -1207.8885665707026 -905.4769298652044 -844.5777003622161 -935.5120176981786 -917.169724262482 -888.9908169462855 -519.5895736090146 -363.7714401188651 -632.1795835557741 -404.1952455315475 -571.2104731520677 -512.0126042573834 -579.8425404913498 -415.51513989557424 -629.0634087029513 -433.7577210445386 -766.6954805590344 -226.9422384155244 -364.7885244554535 -839.1466009405422 -408.7248831563328 -824.3330573855596 -513.7436155335354 -824.7564120994898 -514.0407271194429 -822.4586696995344 -377.3327167132006 -732.3508109650645 -341.45908552272084 -632.9524098635402 -391.7237054715317 -519.075325758713 -555.8063538057091 -530.4841925307405 -649.2507347615012 -540.9751577053682 -525.5759785315322 -573.632286513837 -1077.6917546430611 -1130.9022373476937 -1603.008668502041 -1543.316592695097 -1542.354063068526 -1541.179634618079 -1543.4630621777158 -1544.7638268330682 -1543.2167978265984 -1541.2112084639775 -1521.9998116225825 -1532.2184392185195 -1469.2672544395027 -1681.6915471810426 -1072.7734086507062 -1106.1348258724784 -733.6716162747236 -744.4145592204869 -618.3177096456711 -363.7714401188651 -689.2454048991432 -410.1451794559936 -699.683786395912 -463.5867488125487 -817.9501832917421 -818.1987031559182 -1298.5486824243048 -1317.831868898226 -1292.3415600606806 -1311.3084362530417 -1312.959443830323 -1298.315991356459 -1281.4631694968627 -1305.866956119204 -1295.7729863893237 -1312.645022003387 -1289.027183811468 -1501.9532329554372 -920.564608752426 -964.5687084671148 -642.7690092439194 -681.9491784765806 -739.3947478552941 -436.1576838800248 -818.0116892675686 -434.1638122071605 -815.8657954935031 -462.8808609624456 -770.3598036666074 -853.8848704284612 -1321.1231231750437 -1314.392529242387 -1286.7881383365757 -1302.5538972876768 -1292.996867692926 -1310.0545108578544 -1300.9582764070387 -1318.5169974648552 -1301.2499540926206 -1318.4019751552098 -1301.1498968544804 -1507.5395065410785 -927.8210077578884 -960.5830799595474 -642.4014064810215 -661.6227601614816 -622.260926290157 -363.7714401188651 -703.204080645557 -361.8241671539215 -706.3524520238212 -390.6225551857957 -832.6412022447499 -832.0307938562402 -1309.1224817947589 -1372.4066879108402 -1366.7461274266625 -1399.4125773751869 -1381.7994484621147 -1356.3695690362565 -1338.4756220667784 -1343.187293330804 -1325.6496575791025 -1343.020892817874 -1325.3150393670935 -1539.3392644408243 -934.374677817363 -980.556867259418 -652.8946289221443 -687.5923582229166 -635.5024766660526 -363.7714401188651 -703.5670213578151 -361.8241671539215 -700.0198557744203 -390.6225551857957 -927.8115154911684 -950.5960448151314 -1450.2859436021097 -1651.0229430298607 -1540.2391991804418 -1544.224752092185 -1541.4310210421163 -1540.9341913912692 -1543.0440946706285 -1465.1911049651728 -1404.4388822423423 -1430.4892679475238 -1411.764224112996 -1613.603714746839 -1005.3624965006176 -1027.1106907854485 -714.7094459760236 -731.4413501547227 -752.2439773835571 -363.7714401188651 -828.3500850527737 -361.8241671539215 -822.5805654722798 -361.8241671539215 -823.8723552957321 -361.8241671539215 -657.6292147855576 -885.3166831050089 -787.448956356361 -991.8623039906056 -968.7701253170268 -959.106868444242 -969.5419737089022 -967.1159282763912 -990.1191676226546 -673.4511148500766 -668.203830718615 -771.0693047065727 -775.9438268010773 -804.8216864971748 -714.3238014603915 -363.7714401188651 -830.6461043935583 -363.7714401188651 -702.2597040040259 -339.5118125577772 -804.9997750398157 -339.5118125577772 -717.4656215594015 -339.5118125577772 -745.5016481188669 -354.00327778046795 -804.7431147982121 -364.7885244554535 -701.2177380891849 -528.5345800513162 -704.3245565141153 -364.7885244554535 -716.8669749014799 -364.7885244554535 -718.9561509982725 -446.2938443829796 -572.6351866464463 -538.5360086909886 -680.8746228472734 -536.5628341744937 -572.1153955176569 -589.3377446515645 -592.8277773632934 -578.7141027116897 -593.0464742865581 -663.9000592812015 -777.7492227213554 -805.3643462043555 -1314.474266772015 -1367.866416760343 -1271.3755183319684 -1249.469067200178 -1284.9971849713852 -1268.2564605911311 -1291.035025876535 -1267.8467832899537 -1297.904414560543 -1260.884774801675 -1271.2468790769196 -1433.2718222839237 -843.328832954391 -918.9855708945272 -569.1031578653668 -669.7251902043187 -611.8431665252776 -436.047827581396 -683.8232614057025 -541.8371249908578 -677.6901471185403 -608.9278022521167 -696.8845908438581 -836.5967714406538 -1276.3591405522943 -1393.4361528977672 -1238.5313061268232 -1261.8709357618138 -1228.602346178438 -1257.741380489367 -1228.7590290500568 -1258.7882232932316 -1228.9917798022605 -1258.3166915464126 -1225.6595220472386 -1450.67415917403 -840.0282983196887 -968.9925369983216 -570.6988795991758 -682.77916068119 -747.4262787050112 -446.373627961685 -812.7305634268981 -444.3868451621973 -817.2480663722075 -473.1861420181222 -697.6240353332887 -836.5046092556646 -1221.45760971736 -1382.3011591333177 -1223.3951180083805 -1255.724835291248 -1225.4212071108618 -1256.796783289741 -1225.3154399913417 -1256.4753244861786 -1223.6018952815507 -1253.6346012613114 -1221.6122115029948 -1449.2956697156385 -831.7155558422202 -970.5328186638532 -570.7484223668265 -684.5621558155232 -742.6324608176695 -445.5649067089863 -713.8117659894692 -443.6722454683516 -788.0763352064366 -472.42793499200303 -698.6073854908584 -836.112184859026 -1222.792462137697 -1376.553810695876 -1160.0481169309276 -1251.2481419748678 -1159.2472137378547 -1254.30986012691 -1224.5376642898354 -1258.342670052213 -1225.871027871662 -1255.5113294791856 -1221.754030212326 -1448.0630462817007 -831.6637148261108 -959.5708445960825 -615.7430907761227 -672.6596767403686 -761.2132219059091 -435.58452357662895 -823.6216131131147 -433.5027134864068 -820.2374639457381 -462.2126873695759 -768.8878590784393 -824.4206488050856 -1295.6600286104297 -1363.0184677231307 -1234.2983896866613 -1237.341300039366 -1236.252733710705 -1239.19891429453 -1237.4388526093571 -1243.412858567595 -1242.3039838226373 -1250.426302537608 -1246.7236102682157 -1445.7199733686675 -840.728422727449 -957.07641678613 -641.1511182366171 -671.2366540183403 -765.0385961253199 -435.8574565077993 -828.19783264818 -433.86862712649446 -819.4250536135465 -433.72462251600047 -712.6262498721717 -571.3782367217316 -828.2399084212701 -828.9684138249636 -696.8056480857932 -913.381929427595 -901.159017285324 -893.1324325252427 -888.0664885565916 -887.8077671730008 -906.3405748714576 -643.1913185307021 -644.4677733244346 -769.8201051512518 -771.1661213301577 -790.2957814155001 -727.6074873853972 -429.4647681118064 -723.7270140785889 -427.7809741487075 -697.7731674992962 -412.3115020934915 -700.2770473041593 -482.6059690963565 -706.7043869561093 -408.7234175184892 -725.9815831919816 -423.9674930091716 -810.3050554725558 -434.99055379049673 -830.2769104158675 -444.1278224648924 -827.5558242048963 -436.34049920233815 -825.8670045257202 -440.4372693721093 -833.9118407117563 -412.9079563042246 -704.2855274807013 -421.7799922721993 -758.452396440483 -484.7930615014142 -706.2061806883509 -460.3188211045793 -725.6425595649685 -514.4357010839866 -793.0560338649108 -528.6065196015726 -770.846617085998 -826.4500222270268 -1297.298325029248 -1362.9744517167476 -1235.5268954238472 -1237.055913473346 -1235.2918529411977 -1238.9607372039954 -1236.1983490932255 -1239.6878215973895 -1236.3451722289242 -1239.6156112998578 -1235.7829381012382 -1435.3152241326356 -832.1799971655413 -953.6896494625177 -571.5499748972742 -681.2616797188356 -733.1013971795472 -445.7179682214745 -808.9395803812205 -443.4212317522976 -740.0061426991496 -472.03057753985735 -699.1911828535575 -835.9165755644522 -1223.1420212138337 -1376.2778538051673 -1159.5878594256717 -1252.0727981249263 -1222.891901923044 -1253.6617505750355 -1224.1209143070248 -1257.1333625336515 -1234.7342980066917 -1267.396148250407 -1261.3871794241002 -1492.5226695842262 -898.6548164102434 -957.7538758047452 -569.4657059670509 -683.8966780293383 -743.5050656513753 -446.74331029522034 -798.8135958612334 -444.73613943644506 -814.3762968808355 -473.4874996657247 -764.681648820703 -860.5038798595813 -1322.0220667714625 -1441.417407863293 -1286.766462012423 -1333.3287551364992 -1301.8981208024943 -1333.695041119237 -1312.016417476175 -1334.2675683683794 -1302.0746725799154 -1333.568595637218 -1301.6362431051853 -1540.0985702355297 -949.3785759307734 -987.4545497085998 -674.9264904338104 -715.3267689978155 -622.5459804998503 -436.4943143873086 -691.681323174341 -434.50922869985055 -689.9955444205049 -463.3002742227712 -833.5676541031366 -843.0414076088371 -1336.1383932065266 -1532.2187329414755 -1365.4868672622724 -1390.367901796994 -1370.0893635022328 -1369.965865692997 -1355.4145353609915 -1371.8955181359 -1378.1040346813495 -1356.572366404023 -1337.793361079976 -1536.309805564632 -952.770395571017 -977.9788012757176 -648.8190227310282 -675.4559969166747 -616.8416160115956 -363.7714401188651 -710.5158748261163 -361.8241671539215 -702.4539959395896 -390.6225551857957 -802.8168100200652 -771.4060940419646 -1269.961048609372 -1444.56817935063 -1292.5618003989675 -1310.1297978125324 -1293.4476819672004 -1311.1145487196582 -1302.4762454098402 -1313.5227333638347 -1302.6997954101626 -1320.1813918597525 -1302.595906026621 -1506.33202879727 -928.4609258863604 -968.9495995501944 -649.7964277418097 -675.300200336398 -614.8381476742392 -363.7714401188651 -704.1516341575737 -361.8241671539215 -707.0706758713825 -509.3589526945937 -609.3380673349423 -536.5781545317151 -820.6102556962469 -826.2125729792838 -723.6317143737932 -942.5578269032392 -967.5446412656474 -989.2159961180416 -1016.542067220018 -1034.7545012069645 -1022.3633853922188 -694.5822460111435 -664.7233546790773 -788.8136229906733 -784.4741734864331 -810.0623567576126 -623.849357740245 -514.5333717408122 -694.3130871528224 -560.2642131486473 -560.9034028142075 -640.4265895081702 -560.5547538222053 -533.6540094231518 -559.4123393363896 -597.6338577013343 -560.8156012067035 -546.958279693344 -673.676871645497 -561.8970821922765 -693.9753755532429 -572.9941127710873 -698.0405485268985 -424.168747193323 -701.7827175204425 -364.7885244554535 -707.9957891300228 -507.2439105305321 -568.2596350263159 -584.2402970606967 -572.4733063672986 -534.4642054779769 -571.7552597181233 -534.5019429015317 -700.7674176074586 -556.4083661969235 -651.4804530084054 -586.039473451243 -792.3188772233116 -838.538284924671 -1357.7645891082618 -1412.235617456684 -1325.274719673633 -1294.831318956644 -1326.4963100286868 -1294.9547949725288 -1358.656317731279 -1302.6569394093417 -1344.8060304703529 -1312.368682418315 -1358.752204548714 -1508.730940869589 -938.6127270498564 -972.280055867371 -660.2041342708958 -682.522972328202 -638.0018581745452 -363.7714401188651 -698.0786733772293 -361.8241671539215 -781.8251133902477 -390.6225551857957 -781.4201999508922 -847.3321275310791 -1331.9615214999776 -1408.6504385860485 -1289.2784360431642 -1287.3128060971037 -1290.0253884480037 -1287.7158474899927 -1304.5906325269189 -1301.684117076608 -1304.7086577844564 -1296.1614254939325 -1304.151470372706 -1484.4899274691902 -911.4504436954904 -959.5564416324584 -647.944558904826 -670.9050103230634 -554.9053728264192 -497.7486673593757 -604.6332715168151 -522.3970966284825 -688.2368189023243 -549.0351443031423 -772.8848252902967 -838.7189193965728 -1327.8270790247395 -1409.6310458800217 -1289.9014367676918 -1308.8811547278535 -1319.7228142888057 -1309.231344732496 -1290.595031024124 -1288.1287871752663 -1290.5863603773337 -1353.831670785162 -1356.5557781260588 -1537.1481436955023 -949.2095722334548 -993.2918215888272 -662.1395991580905 -700.0867327069217 -621.5459288891252 -436.2765742823569 -686.6266106946257 -434.3285281266562 -693.5867295777578 -522.1398252576884 -766.6982055700223 -846.6875210755438 -1309.6997850141045 -1426.8952762144932 -1273.303344757155 -1304.6975937061566 -1274.166801819847 -1289.7350811281851 -1273.5640706630843 -1290.2047101701037 -1276.5367066087383 -1290.198770457083 -1288.3308320838134 -1480.0074677640698 -899.7058016483803 -895.6229277175896 -641.1752820511148 -598.7204302802817 -758.8471093326679 -363.7714401188651 -820.131028666035 -361.8241671539215 -820.4460974375722 -390.6225551857957 -781.0010734292663 -751.8684569525984 -1309.0001408932387 -1339.7905734044864 -1264.4524782936094 -1244.5520782397248 -1284.9053720798552 -1255.710612728415 -1284.6581804163272 -1274.3576558221123 -1304.5366468697653 -1267.2515230089496 -1290.3391449998803 -1452.0608748605357 -918.903037968342 -884.2726784675624 -644.7473830484046 -598.5928650783679 -767.5425566121386 -363.7714401188651 -828.7955706528983 -361.8241671539215 -825.7741762750181 -361.8241671539215 -769.4833394403337 -361.8241671539215 -844.5993392200266 -813.6048272543113 -736.1529986123519 -930.3234958714836 -974.7345530070494 -952.5728662675184 -1007.4644706237096 -988.3011481427368 -1056.923835138674 -693.3719684280098 -681.6564937195064 -794.9480559586459 -805.343429692135 -823.0993502331498 -615.147736803203 -363.7714401188651 -761.4821265307796 -387.19411567540095 -735.2857863029344 -410.1989899892009 -759.5859941180014 -410.2029190348151 -695.0782540863099 -468.7876596474457 -696.8318506017218 -458.8964679837844 -718.2883777024036 -547.3768403843544 -587.3359391549042 -562.0064592538109 -591.7276993149418 -547.6970057427603 -700.09678777497 -551.9490784070496 -729.5987985481524 -518.597897551517 -562.8348405926138 -466.0782348811026 -618.9427827963428 -465.8753076831949 -700.1977780484515 -438.42683717004326 -719.8197727933034 -516.103577815426 -698.0952400551425 -461.1850303908437 -793.4572967894844 -853.6680087794703 -1320.4020126111875 -1392.3111974997307 -1258.1989110525456 -1245.9476742260215 -1249.5964563898135 -1241.431258572653 -1241.517936674334 -1239.4080917054462 -1240.468701432882 -1234.8595347979085 -1237.093298749806 -1431.1581862188802 -906.5792947403 -957.6659132276844 -645.0514968599239 -671.9729581626208 -721.044627074311 -433.8945979387062 -755.6502232901463 -465.2775863278807 -701.595326924366 -508.82842880677833 -764.3279370438133 -826.8511132762645 -1287.5809446085402 -1362.1972958925269 -1226.4040505862883 -1235.110946236891 -1234.0378766992455 -1235.3074893104556 -1235.7147838257624 -1235.375667921656 -1236.3728502619515 -1234.899001984177 -1236.1833851631166 -1431.6263925778817 -906.5224235984388 -957.6587354262932 -644.7980524511541 -672.39242198673 -755.4879073557876 -433.9763845418496 -710.6456215518359 -498.5130570413122 -719.9079622856598 -469.59481896635646 -765.9565087474621 -825.6099759088162 -1294.192529927959 -1361.637763490971 -1234.852582352249 -1234.9147456509152 -1237.352077900273 -1235.2483128044591 -1238.1995998605175 -1235.4221901025044 -1238.6992948482025 -1235.6006342102985 -1237.6966932842936 -1431.3172663016685 -906.840398449867 -957.8311695739696 -644.8037111716377 -671.8259363820099 -760.871914073283 -434.12166288752087 -822.6244420444066 -432.1663335412771 -817.9741306308317 -460.87382312895744 -770.5980249154444 -824.3475910876958 -1296.7598848462494 -1362.1622314407905 -1236.3955628634392 -1235.6023469596414 -1237.0036444934865 -1235.807692229624 -1236.6144437664973 -1235.5406452440286 -1236.820920224796 -1234.8847857804806 -1237.4372796359296 -1432.2377038845857 -907.2477166492874 -957.6980001895364 -644.8736190800284 -672.5531005907728 -733.0176651252842 -434.0288641262627 -818.0929519129589 -432.0263700800109 -761.0399713643843 -460.8132617489291 -770.0400530448254 -823.0024578027503 -1295.576689155468 -1361.4194187646644 -1235.6391163153903 -1235.5904127524857 -1239.8669836134593 -1240.3240969308713 -1239.307773585421 -1236.3943729774012 -1252.2242060856051 -1251.789733388948 -1252.9657730979684 -1436.9952931990124 -905.068026780466 -884.0626414284751 -641.9897410569966 -621.9543741901952 -647.8012150343608 -363.7714401188651 -696.9743230263172 -390.8299223923823 -676.8452428370647 -361.8241671539215 -700.8766638612913 -576.0338201082023 -783.6383985776765 -784.918523221115 -723.3740970671745 -910.68311770303 -945.914223951022 -917.3131966274104 -953.35655749299 -923.4425117183451 -974.2206120185524 -644.5228957920098 -646.2491775935245 -766.3594756658666 -772.996999661765 -790.3017434234104 -605.5655097967914 -363.7714401188651 -703.9708772240708 -363.7714401188651 -681.8748754219087 -538.6412568787193 -658.559789800793 -536.4965044485849 -622.6949285424535 -536.3553968571106 -606.5539983587915 -550.0676303068085 -683.3710527924644 -364.7885244554535 -707.7455202397167 -364.7885244554535 -707.2635250005366 -410.1822112862165 -709.3798175258668 -364.7885244554535 -716.9667640930548 -509.8732673972214 -570.2620983329842 -535.9630644377895 -679.7696214988345 -537.1214773017722 -569.8521587607877 -535.5392930583334 diff --git a/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv deleted file mode 100644 index b0e38d2..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.3452989542361286 -0.1553600006923607 -0.3671011938978699 -0.1553600006923607 -0.2941951799436823 -0.1553600006923607 -0.2940704391943881 -0.1657403224263628 -0.3206400558736141 -0.22491290407113773 -0.3263943669357211 -0.16692657903418293 -0.3649694569338588 -0.16692657903418293 -0.384320013658214 -0.16692657903418293 -0.37658443180451884 -0.1689945918133781 -0.2902701250203237 -0.19068550012569477 -0.3242325828931084 -0.23207676748813907 -0.30030239856411634 -0.2530759356928139 -0.34159340639093716 -0.26340893706659213 -0.3208105009379998 -0.27553404152991917 -0.3566529808701405 -0.36843200754606087 -0.6058309242828559 -0.6299829117380317 -0.587141761999902 -0.5768284867329937 -0.5900878889372174 -0.5798151080846189 -0.5935132214413319 -0.5797474284446947 -0.5934284398198851 -0.5795346411555375 -0.5932921937950566 -0.6663683208989567 -0.4112264877015579 -0.41914657745197187 -0.2603912737840796 -0.3061690087042705 -0.28894062854692426 -0.1995928650374258 -0.3575887217118176 -0.1985392163141852 -0.31788507895362433 -0.2627360510620632 -0.351026204467608 -0.3771013587623624 -0.5923992709119904 -0.6263197776824297 -0.566256176412765 -0.5670242744753856 -0.5665764983950395 -0.5678921613722567 -0.5666043787626426 -0.5671649544505147 -0.5652306024330231 -0.5665528533364339 -0.5647363870394566 -0.6562189814783848 -0.3804616573099079 -0.4389856505703887 -0.26093707414634115 -0.3079753480015948 -0.2856968320969954 -0.24080516225807616 -0.3157174955877274 -0.2592945872162243 -0.3136389396814113 -0.2737996700058093 -0.3517617500340514 -0.37747638230444375 -0.5932055416436054 -0.6240129324374143 -0.5651869241381959 -0.5663346616597922 -0.5652636650049552 -0.5679967217117903 -0.5658015863559512 -0.5686695756900424 -0.5662460687965359 -0.5667479795333176 -0.5648138936446495 -0.6560603720874474 -0.3805563922220234 -0.4390935100435797 -0.2868035182086749 -0.30774635436315917 -0.3489959340062669 -0.19937881012826847 -0.3763524897676534 -0.1983881424089011 -0.3751554515803781 -0.21150729031164311 -0.35166904265282045 -0.3772693694899216 -0.5926648765741868 -0.6237717159415668 -0.564827011082152 -0.5673954214027291 -0.5690330790220821 -0.5749643488343081 -0.5753605669631258 -0.5739513178589681 -0.5725633167877126 -0.5688736515094613 -0.5659867537606746 -0.6560395812281878 -0.38035489295846864 -0.4239872874836823 -0.26079148530604607 -0.3075334709120759 -0.3304327695761893 -0.19941983944793276 -0.3722804570792042 -0.19839534991622193 -0.37113086975354903 -0.21156622697932764 -0.3194206511353682 -0.38296055752932695 -0.5593234550696726 -0.6312931053396914 -0.5305059863994517 -0.5736500374322897 -0.5594364609616013 -0.5701942552889245 -0.5648511304583943 -0.5662480344667032 -0.5679032735114119 -0.5676925166135753 -0.5647079921271093 -0.6505854989588956 -0.385176607713124 -0.42054965654920334 -0.26038079139297443 -0.3062643845669284 -0.33881477912991737 -0.19952870703669393 -0.3709701977311156 -0.19860579275161222 -0.37246378393497914 -0.20118099964628233 -0.33358420556171936 -0.2133693297984545 -0.3811086625282316 -0.3952487484902056 -0.3356112321855886 -0.43546015878988975 -0.4212373150421705 -0.4264184236334864 -0.41516727861390473 -0.42869916979900746 -0.42163176874564684 -0.29998021185184204 -0.26156735324237523 -0.35732919931115753 -0.3195352627895484 -0.370945855077887 -0.322989290718219 -0.2037849541558504 -0.31999096262866605 -0.2033210391767566 -0.3092915439881535 -0.19678309144697975 -0.30889223743072153 -0.19907096222526985 -0.31209430507128055 -0.19880168814642524 -0.33639431485816523 -0.20555943307414995 -0.379176760286129 -0.2111172030713786 -0.37079666667794436 -0.20437426150218907 -0.3750446375447293 -0.2045527030850714 -0.37184318700844016 -0.21033015536669855 -0.37633680790681234 -0.23426595602145953 -0.3094983673087408 -0.23892926121319677 -0.3103915784284119 -0.2389676714360444 -0.31024142524802295 -0.23840654705066783 -0.31901517500959287 -0.24859236883076224 -0.31801332461356585 -0.2969439701935396 -0.31974470602802074 -0.38249982215773776 -0.5597934689091251 -0.6298512306392862 -0.5306267763140687 -0.5730577484486225 -0.5304808959192862 -0.5739246242402255 -0.5602983315640947 -0.5746999166284501 -0.5602378581954547 -0.5745255804596092 -0.5592331576568821 -0.6621333256187959 -0.3807768168650775 -0.4444434967058996 -0.26143995607867065 -0.3131353347351818 -0.3357652357348593 -0.20401177769194861 -0.37080475180291633 -0.20301765475235972 -0.3550712496609171 -0.21630038645456137 -0.31997713389247817 -0.383155539025543 -0.5599009856893242 -0.6299428450824406 -0.5305504495802409 -0.5733141811713153 -0.561818654269519 -0.5811500174617558 -0.5745656507885192 -0.5843225093276537 -0.5767290553879099 -0.5899059792981648 -0.5760103012800738 -0.6734325458713057 -0.391464968156143 -0.432992359063869 -0.29450404762139815 -0.3047689347864682 -0.3356167592115983 -0.1664611630533776 -0.38140347968202903 -0.16557009441307702 -0.3811912461013993 -0.1787481854811439 -0.38164270232042846 -0.3822257686862432 -0.6057063195220327 -0.6936353642011558 -0.6388897934003933 -0.6683601897066573 -0.6722772438217168 -0.6902807479749744 -0.6753993764033102 -0.6979514146894895 -0.6912503985133772 -0.7059410932087681 -0.6984536078103191 -0.7957331256976147 -0.44993998069643987 -0.4531759162671175 -0.29666999679820777 -0.3125657528256667 -0.33896972610698933 -0.20416371652316978 -0.36821084411630484 -0.21205253071283542 -0.31206479868189707 -0.22982343684920037 -0.32146818389675413 -0.3820803373587496 -0.5604520602720683 -0.6277843598750618 -0.5329380326933849 -0.5695077731861375 -0.5316878489336206 -0.5701845813837384 -0.5312597114877027 -0.5722762014069497 -0.5598058683183763 -0.5729640788548964 -0.5306414606407789 -0.6620431688011483 -0.38083518147763373 -0.4441146269735147 -0.26121126650698123 -0.31331905840556623 -0.34604961420864017 -0.20413612496862057 -0.37185608564075906 -0.20315622434008868 -0.3709112446062926 -0.21628013387190825 -0.3191292284096566 -0.382838551916039 -0.5593573241134513 -0.6303559402464413 -0.5305122681620372 -0.5743089793509065 -0.5670134474974137 -0.5909542815902608 -0.5764163610925698 -0.6058321825190213 -0.5956701586199996 -0.610205575346662 -0.5953604978321353 -0.696073323572059 -0.423122945150548 -0.4415217101832506 -0.2960912296360032 -0.31720081083110313 -0.32444182634082935 -0.19960206052624802 -0.3740431275313194 -0.19865032173845204 -0.3728093145943103 -0.19865527140192074 -0.3746739150007543 -0.18633479013676474 -0.25654327166065183 -0.40100116366489946 -0.34692348208497215 -0.46085975996215806 -0.45200140593127597 -0.4667886044199202 -0.4518518834553167 -0.4609076205383464 -0.4550845587499689 -0.30956381041255476 -0.3034001973104941 -0.3595613416690121 -0.3540377771906138 -0.3721057500758096 -0.26581664392020854 -0.1996473525620728 -0.3196137888997395 -0.1995724816385599 -0.30393707432626754 -0.1884178493490048 -0.28767669739884566 -0.18835362948688336 -0.2838227931542895 -0.18839819232837654 -0.2829163784686337 -0.19496851751603286 -0.3058130428440308 -0.19996490829152727 -0.3218673277385361 -0.20019675402996823 -0.35898596967650054 -0.20027522330235908 -0.3854340098831474 -0.20043997047544906 -0.3979316729282776 -0.18957324523696578 -0.2822652529297697 -0.19120766461260336 -0.30553234852509015 -0.1941562746405561 -0.33481002884481115 -0.19401705160932034 -0.3608232656459185 -0.20349186984963247 -0.3528974187255842 -0.21662474667638928 -0.31860006524434265 -0.3833544936331269 -0.5891149808704559 -0.6428236924658244 -0.573864684206861 -0.5929187341010365 -0.5888678884800197 -0.6061295730237065 -0.6056591565740447 -0.6341839563337517 -0.6342529980960356 -0.6412753994891203 -0.6254214667017627 -0.7093821605068169 -0.4340218348189913 -0.4521720160291626 -0.3061515431187142 -0.3120966021766513 -0.2443433730536892 -0.18427085994649336 -0.27927930979222376 -0.21083635058795638 -0.2763821545050378 -0.2529868937471444 -0.4122776762043816 -0.39998274220839664 -0.6201105278826655 -0.7060365922740246 -0.6447819037389712 -0.6656541277106981 -0.6400607195086073 -0.6415180692020892 -0.6326437782543755 -0.6349270748563463 -0.6407513483656714 -0.6545002305161155 -0.6557595599640974 -0.7524194097017364 -0.4757430716074034 -0.4647100075880687 -0.3109363595119389 -0.3222836925327625 -0.28328901376673843 -0.1664611630533776 -0.33887299836261486 -0.16557009441307702 -0.3809113717561634 -0.1787481854811439 -0.36509559211844755 -0.3535029828334728 -0.5818945863994317 -0.6645554074607424 -0.5918527973386383 -0.6064336227933403 -0.5957488825867389 -0.6067693145158214 -0.5922088110559914 -0.6068491475673276 -0.592219743493164 -0.5996910438709507 -0.5889372653617829 -0.6865311624877745 -0.420736877056177 -0.4355994402458511 -0.2951621734246715 -0.3047859796327211 -0.29403527046377664 -0.24121349120760366 -0.31795189777123745 -0.2552678270756136 -0.316683503102603 -0.2681977871624711 -0.3557494446631188 -0.38064170306073386 -0.615259373234935 -0.6394124397857995 -0.5988965598688457 -0.5850535422414462 -0.5993917083096367 -0.585284955782313 -0.6032674987803579 -0.585386335692936 -0.5996366364726947 -0.5853056353555424 -0.5964873144265578 -0.6721750740455725 -0.41614172183774806 -0.4338082663839219 -0.2949460590053023 -0.30311401513417013 -0.3288137593987929 -0.1664611630533776 -0.3792021878061903 -0.16557009441307702 -0.3772974314781886 -0.1787481854811439 -0.3521961055354089 -0.38005188609596546 -0.599714410043695 -0.6333627064903496 -0.5835526029612427 -0.5799537630960173 -0.5778558944300288 -0.5857841708100426 -0.5868532653267696 -0.5826364214094544 -0.5899598518747541 -0.576912234539038 -0.5810273866203918 -0.6638064124886868 -0.38628310331260546 -0.4317738022327179 -0.26072405699546697 -0.30682246904554444 -0.34121876623485475 -0.19945413770667453 -0.372905722373982 -0.1985463053207991 -0.3698833976127095 -0.1985012084548873 -0.3733038069124445 -0.20748195764472363 -0.38260863238197956 -0.3602686837843969 -0.31654224191922875 -0.42123256590563835 -0.42281106685244263 -0.423675291042797 -0.4224210952308673 -0.4238542392535009 -0.42995799060441264 -0.2963366090929033 -0.2609685510432886 -0.35195392696611166 -0.3190941000235039 -0.36554348677652393 -0.27173858861882855 -0.233344331768441 -0.31215044609653614 -0.2617991800381169 -0.254080166342445 -0.29873773425573774 -0.25501509481796253 -0.25034229713437706 -0.2865157535017683 -0.25063568652290735 -0.26819342129219464 -0.2573369476950731 -0.3071784603591026 -0.2630350156072083 -0.31691905816099836 -0.2620985467735357 -0.3171681241978394 -0.2622899257464903 -0.316400584726541 -0.26956936321932073 -0.32170465362883527 -0.25289142051958735 -0.25609465386740154 -0.25086194097253345 -0.2563630292204222 -0.2513414309065802 -0.255881600254927 -0.25630839060827887 -0.29764781257251993 -0.26723493452864566 -0.27641731379190027 -0.28126696042740107 -0.35129338409093863 -0.37730369586885076 -0.5926363097886902 -0.6239053921422049 -0.5647624031223387 -0.5660631353423734 -0.5655806500013348 -0.5662481223420085 -0.5653492738697328 -0.5668000490576006 -0.5650758920663591 -0.5664420258814384 -0.5651860504574969 -0.6562063857847575 -0.4141270479738141 -0.43929169566749154 -0.2946733733129612 -0.30805248607321284 -0.3290163671485678 -0.19873544081899566 -0.33474461348778617 -0.20005061870285365 -0.33809266645977576 -0.21687851720749346 -0.3537092567869804 -0.3732267428209527 -0.5930709483184926 -0.6193113335277259 -0.5648422919113325 -0.5646918528701871 -0.5650859408534442 -0.5661032360768825 -0.5652043494023943 -0.5665765663392512 -0.565181334676183 -0.5665360677791026 -0.565022683023657 -0.6564610923390085 -0.38045325568818955 -0.4391839045242944 -0.2858274778273325 -0.3079464131385411 -0.2960755279668783 -0.24081219782820712 -0.3169096405552559 -0.2604008484536982 -0.3152519855962243 -0.2734461850859983 -0.3512882560885648 -0.37727671177486316 -0.5927683263454651 -0.6238686565728029 -0.5647949106663959 -0.5661191776303388 -0.5648956470288814 -0.5664193974104851 -0.566308258236254 -0.5676318918385757 -0.5660975288327229 -0.5681638774822438 -0.5659047931610293 -0.6563352875736576 -0.3803667907372648 -0.4302319190437737 -0.2609427264996572 -0.30784021118270577 -0.3477651972731518 -0.19942551244973786 -0.37701887453712335 -0.19844127578523182 -0.374464695706462 -0.21147026628193533 -0.3520099295573531 -0.37714744957557117 -0.5927362596970431 -0.6231880162165858 -0.565401411463485 -0.5669715105938137 -0.5674550799563818 -0.5685900601171534 -0.568493332627743 -0.5696175825915953 -0.5681769173884728 -0.5719360474801201 -0.5677349606961024 -0.6590159417009793 -0.3847249501200938 -0.4380578107099123 -0.26075850394653205 -0.31219828406375516 -0.2884555095715226 -0.24618247045382446 -0.3113628156986464 -0.265073435663982 -0.3104576222095058 -0.2781574319248254 -0.3185960161599892 -0.38249630704310106 -0.5588946843031731 -0.6329925086353247 -0.5604258927994368 -0.5761223340175837 -0.5617075005792138 -0.5808165359709837 -0.5643461030217157 -0.5776740794444458 -0.5663210472924498 -0.5774527754831161 -0.564277161463333 -0.6646711628779136 -0.3854150587649265 -0.4110068204050661 -0.2606484691031374 -0.3071205349986235 -0.34326278846120456 -0.19945453509947694 -0.3737691277686307 -0.201460323499551 -0.3694482103856774 -0.20325364488762582 -0.34743057517792864 -0.21284311081127164 -0.37721533574158456 -0.36060102589332094 -0.27264188576692855 -0.4115409530750619 -0.3984349599429573 -0.4137516628770723 -0.3983415582193738 -0.41376901574562935 -0.4082262355203124 -0.3006369591204368 -0.26164848635812404 -0.3581457367820536 -0.31952558910562295 -0.3718238610298048 -0.3137562817733657 -0.22036426539533804 -0.3214164341737669 -0.20391915450721856 -0.30944139383760555 -0.19270021473957638 -0.3213000336894532 -0.19276965943827987 -0.31064044038797417 -0.1926426790699238 -0.3420536981276202 -0.20403578566251607 -0.35355200505748996 -0.20674726663088758 -0.3599009530635437 -0.20445295822477585 -0.3730046861350443 -0.2092107713412422 -0.356260177346563 -0.20450051509085784 -0.37873225341641176 -0.21683625062915887 -0.3097429653995662 -0.20814018105401824 -0.33117589484299736 -0.20769040767490266 -0.3399488407244755 -0.2072479779583094 -0.33668164344542145 -0.22997639738413211 -0.35051909655333646 -0.2305964992468261 -0.31990448746007966 -0.38310473665020006 -0.5595111336339734 -0.6309230038729862 -0.5307404534984254 -0.5736158996304714 -0.5309354803623371 -0.574020607474073 -0.5310188959726748 -0.5743210439485565 -0.5308859931257075 -0.574252765622025 -0.5305323814422968 -0.6638189295182757 -0.3809904272078391 -0.4395510746730087 -0.28204211156114534 -0.3083365369158078 -0.34619607441395056 -0.1992653885875301 -0.3756632443175518 -0.19820195102151333 -0.3775767116841899 -0.21144684333288954 -0.3518399860366392 -0.37766410439583287 -0.5931089052314086 -0.6235588715606923 -0.5657776022778487 -0.5658604974857793 -0.5652985773294473 -0.5664933637955647 -0.5655301105495711 -0.5668124201750139 -0.5655292494422378 -0.566899731923304 -0.5655230835189887 -0.6564740340504175 -0.39749463115033984 -0.4395656289999633 -0.29468626936440373 -0.30786074245092876 -0.3483522087071833 -0.19936915924978751 -0.37754433753409855 -0.19855061433960366 -0.3799304023633359 -0.2119135851974783 -0.39658370513672914 -0.3958549595077184 -0.6075990266449494 -0.686832080935102 -0.6258728202338698 -0.6318510296880377 -0.6119920133442983 -0.6147715633758892 -0.5999261674310046 -0.6062768121216888 -0.5957687297166645 -0.5914222913167246 -0.5949184265467203 -0.6793035567318568 -0.41482752208903667 -0.4339970154382056 -0.2912877596525213 -0.3028265689603159 -0.29102216509925743 -0.1664611630533776 -0.3192266760398404 -0.16557009441307702 -0.3181053620378127 -0.1787481854811439 -0.35229684817003803 -0.37783720117567726 -0.6019165558687938 -0.6361515444999993 -0.5778066785817031 -0.5767744575793265 -0.575339749301987 -0.574269328589077 -0.5731328865878672 -0.5699906139332054 -0.5713562784841507 -0.570211834928729 -0.5685241579313377 -0.6531126458860042 -0.3938477374975551 -0.4045402775142975 -0.2939853691390129 -0.27381059177503003 -0.2964426959354782 -0.1664611630533776 -0.3186469675582795 -0.2365338610910212 -0.31588992971887236 -0.2673820239993636 -0.3518166481115301 -0.37652505863922386 -0.5934035126584881 -0.6230089648377254 -0.5659336504140419 -0.5649864444078158 -0.567585967989504 -0.5677323102716797 -0.5746820970015947 -0.577359243726726 -0.577893270847396 -0.5677501239523567 -0.5721083551883521 -0.6552458633626899 -0.38549729708709346 -0.4205504900090026 -0.26049997302744493 -0.30657010634011644 -0.3392200673771487 -0.1994886219080833 -0.3733192557181224 -0.19851753354881166 -0.36953800250133345 -0.19838532169245585 -0.37351000055779454 -0.20715446374936247 -0.37889595385435526 -0.35486863861282913 -0.30646091759914684 -0.4051799012318467 -0.40560713321444364 -0.4082261696409014 -0.40704933770671825 -0.4074227250691499 -0.41494758063798565 -0.29520915187046015 -0.2688271593975329 -0.3532201176670112 -0.35282732613248374 -0.36653592652574735 -0.31438705606053846 -0.20299080720652432 -0.3718648654247511 -0.20398436049905255 -0.31124658685742623 -0.2421685301088792 -0.30948665869085884 -0.19273587952898427 -0.35951574183323093 -0.1926174609455924 -0.31041598634998546 -0.21373341059110354 -0.3216957464844858 -0.2552489307350877 -0.26286516982434643 -0.25606475080143504 -0.27163444926285724 -0.3134663731111456 -0.2600632252118635 -0.316268183654463 -0.2659314404959743 -0.26044209214903263 -0.24839311915759948 -0.28505556922697245 -0.261532137096595 -0.2879066675337218 -0.25655620356022274 -0.2827514951277381 -0.2620573759005123 -0.29175056993731924 -0.26271470122929824 -0.3049645355362335 -0.32208758284382416 -0.38017456699659063 -0.5614597182431369 -0.6260626344998403 -0.5329192554380733 -0.5676940776202508 -0.5329651354234348 -0.5676403178381397 -0.5325100925560864 -0.5678117746857889 -0.5319608077365423 -0.5685794150552358 -0.5322348064901801 -0.657852072990165 -0.38238011602832633 -0.441625231120336 -0.2627276551027104 -0.31064292487742884 -0.34041390604012217 -0.2005862626390399 -0.3398223478149525 -0.226027643192286 -0.36177615093664295 -0.21263171548444199 -0.32211772821849954 -0.3800380272986588 -0.5611640344459858 -0.5677192944014658 -0.5327270255291222 -0.5678338426600893 -0.532751431174226 -0.5676733080547456 -0.5310856291567609 -0.5702426518830862 -0.5588120808551101 -0.5729113301755333 -0.5592214322679047 -0.6635585604036222 -0.38356118520879556 -0.4434264115084472 -0.26161012236522413 -0.3117231901083408 -0.33971409812506137 -0.20696951776348005 -0.31886662301771196 -0.2137701027740008 -0.35222809832412716 -0.2217691245734872 -0.31994436077920657 -0.3819074446792479 -0.5599515441574899 -0.5704298298515891 -0.5308179619195789 -0.5729047157941971 -0.5308541011571769 -0.5740228515421885 -0.5311299862575111 -0.5746729331730065 -0.530890425659661 -0.5743489169269138 -0.5303669349386064 -0.6056926637292501 -0.38051596149499217 -0.43927029794597505 -0.2610826220092315 -0.310738226509119 -0.342947658377621 -0.20420775711111971 -0.37261607889761483 -0.203111042654159 -0.3699510359848989 -0.21613965476717428 -0.3195703429972051 -0.38274828355572427 -0.5592612035621075 -0.5725358830119233 -0.5301274142850966 -0.5738892835982381 -0.5675832048513154 -0.5825647950530184 -0.568812399468039 -0.584502620762584 -0.5713198292619877 -0.5842879853495693 -0.5684136322574165 -0.6109779717326246 -0.3843697930635196 -0.44319081103006014 -0.26105769175379423 -0.31235238523130165 -0.34636015907952694 -0.20424659719803978 -0.36806048478929587 -0.2031625815437741 -0.34245449383254184 -0.21599629207174229 -0.31955547403315726 -0.3830551175983904 -0.5595901970461523 -0.5725413694877505 -0.5304042679749953 -0.5737899197736162 -0.53069103254315 -0.5748824243020149 -0.5613177360915603 -0.5621240688409911 -0.56019901750167 -0.5736493021144687 -0.530207228579306 -0.6051834094343927 -0.3805731158405648 -0.40493771282029906 -0.2837834572150559 -0.27453542885383914 -0.29873040338314377 -0.19821239577868055 -0.3179591736042596 -0.2547743303999956 -0.3149525625704543 -0.2559871587292618 -0.31495266320152315 -0.27537275837767 -0.3301534208343144 -0.29739397468553436 -0.30556934369901273 -0.4048177994090375 -0.40789895322959024 -0.41095744687552493 -0.41333725479383526 -0.41438830681934136 -0.4303537701819718 -0.27743148108286575 -0.2926369213737434 -0.29017098574521816 -0.3578045154656638 -0.36335346430450954 -0.32735886333613134 -0.1664611630533776 -0.3823920709721565 -0.1664611630533776 -0.344312408603926 -0.1553600006923607 -0.325745030052495 -0.1553600006923607 -0.3415743365498256 -0.1553600006923607 -0.3408058265685232 -0.10384836407234488 -0.3702045736068385 -0.16692657903418293 -0.380859603382599 -0.16692657903418293 -0.3565793231684206 -0.19260519496730025 -0.3514908012562255 -0.2012310462355845 -0.3596379166033492 -0.1667643406520164 -0.31521870816844905 -0.23324270164045088 -0.31587315799127985 -0.23618734483740053 -0.31666200141793754 -0.23608182877696113 -0.3257973826349775 -0.24535315024472892 -0.32356446682513873 -0.2582680551224881 -0.35597470212311416 -0.3466304558136142 -0.5952623098776243 -0.5329725666274913 -0.5673679611028352 -0.5314519480948083 -0.5686204077845144 -0.5313797718952068 -0.5693965707540041 -0.5312133160158685 -0.5705250387592913 -0.5307621173769435 -0.5706179670706891 -0.5624521884187951 -0.4196613611859076 -0.4052534448935876 -0.29947920845879034 -0.27475598899501746 -0.33974814758639243 -0.18590935900136032 -0.3360199010975786 -0.16557009441307702 -0.34073763619286057 -0.20440913744242276 -0.35683757573453456 -0.34482707911448807 -0.5975013150250345 -0.5312671528907577 -0.5707706176568718 -0.5307418397531889 -0.5731691839791028 -0.55951792061918 -0.5774007095048473 -0.5700308014231467 -0.5941761065247191 -0.586477213129474 -0.588897167359858 -0.6129073458456575 -0.4128920048749082 -0.4540483958183404 -0.31637074901634893 -0.33373093386249825 -0.29131151153573637 -0.1664611630533776 -0.3227849641562623 -0.16557009441307702 -0.32089402621220214 -0.2594365421763383 -0.3783084424542536 -0.3819743795173936 -0.5997273105977089 -0.6412778360644625 -0.6390549219865811 -0.6552504553751469 -0.6329872335939121 -0.6076020014751095 -0.5897350284154292 -0.604082641609632 -0.5898569915484244 -0.6001171204897262 -0.5831212944373352 -0.628575233349679 -0.4128216938482423 -0.43861064399053573 -0.2892639546461794 -0.307634476372932 -0.34442396476206294 -0.19955824381155354 -0.372962003108941 -0.2024695512601148 -0.3714090582831272 -0.21667161091517248 -0.3190396701964719 -0.3828577409295733 -0.5592404573790904 -0.5733755604363139 -0.5600878870793368 -0.5746849384526956 -0.5625109981173351 -0.5836329214134499 -0.5688593121004787 -0.5795460262234532 -0.5665079878618752 -0.5797279909374882 -0.5617095954641924 -0.6070695417194533 -0.38473697193379813 -0.4381524302262846 -0.2605479967101949 -0.3071482375910843 -0.28668670324685386 -0.19954014865734473 -0.3328013485099043 -0.1985856227860911 -0.37237421315969677 -0.21170223775280686 -0.3475435711386404 -0.39428599258927544 -0.601912021988246 -0.597601869039509 -0.5887044746105633 -0.6061542748080134 -0.6063722272968439 -0.627517084867789 -0.6060567313932096 -0.6104388107487579 -0.600136515633368 -0.6030193085644179 -0.5856677445412292 -0.6283013426429636 -0.4150814038471203 -0.4330368467529579 -0.29357950290928087 -0.3029133440310472 -0.29165245801101286 -0.1664611630533776 -0.3215340609281932 -0.16557009441307702 -0.32050947690074777 -0.16557009441307702 -0.33698851702716487 -0.191897839895332 -0.39575499219085614 -0.3085146493356259 -0.32235940276230624 -0.4225372644508946 -0.42653492568211254 -0.4312367391911083 -0.43605131723891477 -0.4415707363738196 -0.4523510291252589 -0.30305509934344066 -0.2918969352247016 -0.29096102162724496 -0.3189673857178107 -0.36508312648444424 -0.2784485385011965 -0.19955174083966137 -0.3143307926381016 -0.19948195786094552 -0.32143688502038475 -0.1883433792201585 -0.3525421319759321 -0.18832471402454837 -0.3176139108386733 -0.18845235436537983 -0.3449754930142609 -0.13673271021102104 -0.36575218395023884 -0.1999711689470281 -0.3167356253733405 -0.20019348580088558 -0.3265167201391113 -0.2001490196880482 -0.3608749325171708 -0.20010917973203474 -0.3204543675702782 -0.13116999071075408 -0.28257641163214475 -0.18928249032850802 -0.27937852660531065 -0.2238447474041333 -0.26639168994278156 -0.2575666986816629 -0.2853621729423876 -0.26763203289036736 -0.26124331141556945 -0.2790555757992969 -0.3440225972300519 -0.394202803730287 -0.6005172107456614 -0.595082054009081 -0.5860505608504517 -0.5998324734592458 -0.5926392881660114 -0.6040025938028135 -0.6008690949986134 -0.6281443476840531 -0.5926057057646373 -0.5976664408620388 -0.5897436529404553 -0.6319254211314179 -0.39300406580126723 -0.44284670606375587 -0.2614876399374331 -0.3126283365878738 -0.3363035645769401 -0.2041853538738541 -0.32541011774879774 -0.20217354031406898 -0.3318462548528851 -0.21496973834782035 -0.3212278268015908 -0.38191597222278373 -0.5611617312281129 -0.5693548514432527 -0.5315227220601451 -0.5708081175427475 -0.5310936203135765 -0.5720005759543867 -0.530997220131516 -0.572420380219144 -0.5312395880500734 -0.5717277020139595 -0.5312267994632204 -0.6030338842507538 -0.38118241983137313 -0.44381821872420496 -0.26152891008988277 -0.312816455492771 -0.32377129377042085 -0.23267952950234935 -0.31907847062843475 -0.21135491380862814 -0.35206734522347316 -0.21516948812154857 -0.3195219390972488 -0.3821405386033261 -0.5920719092358019 -0.5877008761532849 -0.5859579435806702 -0.6056327643321194 -0.6130396733943729 -0.6546896636007529 -0.6562146019204392 -0.6932754374698205 -0.6942448367326131 -0.7054114476555141 -0.7037083996653762 -0.7358124310651388 -0.5351157305708403 -0.5465256980900397 -0.36255222772556545 -0.3546594803090478 -0.2897195034730394 -0.20344762304292255 -0.3196553738167563 -0.2554247559169146 -0.31714768247043706 -0.2723827516232321 -0.35869519378064757 -0.3529129106935988 -0.581351743268172 -0.6066566880731733 -0.5918855158399353 -0.6067435207844751 -0.5769469236150718 -0.5906272795489681 -0.5799208386009528 -0.5906050690364573 -0.5830186421546966 -0.5970282464502626 -0.5765404972963567 -0.6220605382248524 -0.3945357655783238 -0.43771427676188324 -0.2605892024332775 -0.30700767389670214 -0.34142059566934124 -0.19950065825695323 -0.3760220393468563 -0.1984492785348119 -0.3726428390231443 -0.2115091601871749 -0.35182228404387916 -0.37727659891238935 -0.5926442947823621 -0.5658764477584758 -0.5661842513670113 -0.5681729742567874 -0.5675595081315715 -0.5701462326026839 -0.5734703760994384 -0.56948166526671 -0.5731070148555423 -0.5764599504243395 -0.5704145529537457 -0.5994003135051179 -0.3845653719128599 -0.4381469471801739 -0.26090709133126305 -0.3071998775216624 -0.34241496493114426 -0.2035194929180159 -0.3703244906082805 -0.20323157917386342 -0.368655782680393 -0.2031342969971872 -0.3201317656892591 -0.2613458629356691 -0.3667296891745322 -0.3024551819655378 -0.2721990671506798 -0.41173128989939184 -0.37031342978166215 -0.4139965769527256 -0.39894316695637244 -0.41299894825979844 -0.40810715962084 -0.3006337884226188 -0.26141729128360514 -0.30014600704910516 -0.3197041609864955 -0.3715738718335371 -0.31582316317759973 -0.21071423871121225 -0.3215972337615306 -0.22468723951721387 -0.30983157059076133 -0.19276549547841226 -0.3095839331626499 -0.2112693985102351 -0.3102308263557972 -0.19975457965592114 -0.310919195286293 -0.18253750530252075 -0.32197725146208916 -0.25377649242158107 -0.3227675267062977 -0.2543832500933461 -0.32471972722630604 -0.25539269291443917 -0.2623952158554876 -0.2583216965310786 -0.2697567142688678 -0.22665424634422765 -0.25088808416197306 -0.2557258484584908 -0.2546320585142065 -0.299966138397117 -0.25066459154014425 -0.2731774837762016 -0.26031005688817505 -0.3004602919027251 -0.2598784707102379 -0.2977817674830923 -0.3185403091574118 -0.38330267885905245 -0.5882734428765919 -0.5797767318996939 -0.5666651184296136 -0.5796897157764944 -0.5647958278601372 -0.5778401123246224 -0.5621489801045261 -0.5782959035933308 -0.5645978119702456 -0.5798623845608205 -0.5663187159699442 -0.6109444715939735 -0.3852730154003297 -0.4044831643125383 -0.28039167290373995 -0.27400474245285616 -0.25468781279293207 -0.1664611630533776 -0.2753528736003665 -0.22562127783208566 -0.27239650161847734 -0.2871441823139185 -0.35205803196459645 -0.37672205403452386 -0.5936674450818938 -0.5649544340432621 -0.5661249250423328 -0.5691615663945917 -0.57758175308285 -0.5810375361891432 -0.5875074468057848 -0.5863823832978026 -0.5877015122452993 -0.5833292741870085 -0.5758703796929451 -0.6045293001710275 -0.39069186399053646 -0.4043197374909703 -0.2604215542684296 -0.28970839993075437 -0.28426508976905535 -0.23050441091000154 -0.312625532458999 -0.26090842735680064 -0.31018664060511303 -0.27308390263552706 -0.3192633650388746 -0.3825989244500508 -0.5593052661149255 -0.5725328562341411 -0.5602394089101882 -0.576907598645395 -0.5673464618302646 -0.5826941209836698 -0.5773942108426325 -0.5937722337449066 -0.5832272179078646 -0.6000903145761995 -0.5895555012812969 -0.6317547306676082 -0.4125660025975135 -0.4385546337121503 -0.2885700167249259 -0.30676440703010444 -0.3427860690282415 -0.19956526876960062 -0.3712362315443663 -0.19853383000263347 -0.36924282181866874 -0.21581276335518845 -0.35056536507861813 -0.3940517461627509 -0.6031081230389342 -0.5978666596077153 -0.5959445599857693 -0.6152913243786772 -0.6068860024688647 -0.6277974716199005 -0.6130595778500444 -0.6289169768947426 -0.6076416762913112 -0.6227468630029274 -0.5965515638644286 -0.6291836190448645 -0.42152499765418344 -0.4366874512380616 -0.29026198426521876 -0.30267681886490927 -0.29391890526392184 -0.1664611630533776 -0.3238613297304236 -0.16557009441307702 -0.3582154035478399 -0.1787481854811439 -0.35138653081366644 -0.3429179811433276 -0.593036309634266 -0.5673297777278483 -0.5693860760511787 -0.5733851329851247 -0.5740929416546919 -0.5687112862853583 -0.5756058096759488 -0.5645997431997425 -0.573615951257165 -0.5619857587806613 -0.5739896917748345 -0.5908316367468721 -0.41425666088110286 -0.40497843709731113 -0.29441135484168934 -0.2743733361995155 -0.3499382779572079 -0.1664611630533776 -0.3768509112908329 -0.16557009441307702 -0.3774045498252514 -0.16557009441307702 -0.3756132076705216 -0.19848325324151575 -0.3959751117981849 -0.29670191521583 -0.3064504227009797 -0.40454065757049634 -0.4059117033606895 -0.4052611026262774 -0.4071829317410466 -0.4073010085800698 -0.4171394804371548 -0.2654293620328652 -0.2949888718750082 -0.2612575816768055 -0.3528947412474247 -0.3326844968521335 -0.3296393554509038 -0.1664611630533776 -0.37890896041407224 -0.1664611630533776 -0.32063372890477915 -0.1553600006923607 -0.34129064224683575 -0.1553600006923607 -0.3416323330591581 -0.1553600006923607 -0.34446269012861225 -0.10384836407234488 -0.3684218151089772 -0.16692657903418293 -0.32537141196180097 -0.16692657903418293 -0.32617118639483567 -0.16692657903418293 -0.32770403384159563 -0.16692657903418293 -0.32432459838191313 -0.12495244119949096 -0.299807102138051 -0.23724707306926307 -0.31603732911029153 -0.18847990239488277 -0.31621981896835966 -0.18843033715916846 -0.355090788808137 -0.19775093358895623 -0.34290017339538487 -0.21095988135588914 -0.3525111122066655 -0.377217384707511 -0.5934264691995846 -0.5650635537247125 -0.5660271773477241 -0.565398945210631 -0.5668819656469213 -0.5655451114962444 -0.567047343124084 -0.5657032903723594 -0.5673549420990026 -0.5657037070046207 -0.5670173594215687 -0.5972002535066845 -0.397596186044265 -0.40505368865393754 -0.29523332984247125 -0.27452210328622795 -0.2887455610491945 -0.21816714127924397 -0.3172526631501669 -0.2573827898658918 -0.31511631678363067 -0.2727947381592834 -0.35243404258251027 -0.3771045584835116 -0.5937425167992312 -0.5650781934592763 -0.5662162705768271 -0.56543306563071 -0.5673473357163358 -0.568125635305283 -0.5722746322054684 -0.5727066218223045 -0.5760460543105731 -0.5702415373322337 -0.5670021584472833 -0.5942111532189452 -0.38493242339698924 -0.4047741264726413 -0.2866079568883577 -0.27416514236093764 -0.3400983224397169 -0.1664611630533776 -0.37816368920310883 -0.16557009441307702 -0.3765046187298928 -0.1787481854811439 -0.35205731176305044 -0.37674395362489327 -0.5935649162768659 -0.5646511805468669 -0.572027875623024 -0.5861129711678758 -0.5994725624857838 -0.6224398330365607 -0.6442572597785969 -0.655706353775874 -0.671391993629451 -0.667943373568542 -0.6632658383157377 -0.6670284905830779 -0.4235951127354143 -0.4344674565149236 -0.28958776182072404 -0.30269257751376877 -0.25024421683592424 -0.2323476510060324 -0.27920594417733025 -0.2532153412810426 -0.3031636914921771 -0.25842099948830394 -0.35793699020782777 -0.3714283618710529 -0.5937823908948053 -0.5949796192156336 -0.5888321042368704 -0.6033768637598386 -0.6066151793833999 -0.6480491097390285 -0.6391360283961363 -0.655466269249491 -0.6464480955981324 -0.6580160918019962 -0.6619360524219762 -0.6911167435125666 -0.45972906582044554 -0.48231951395464046 -0.3235383767013197 -0.3214935612807233 -0.2523467161853709 -0.1664611630533776 -0.3256902184983541 -0.16557009441307702 -0.3221999238821098 -0.1787481854811439 -0.3636718406603842 -0.3717743616780099 -0.5865770027328457 -0.5923588415493941 -0.5946298232075722 -0.6078166357369287 -0.6121035166146597 -0.6245615113092171 -0.6222570569039982 -0.6477848030634308 -0.6487995135099044 -0.6628110013884623 -0.6492013352475048 -0.7001427822770234 -0.4648984520333818 -0.4881949217715563 -0.3321991526698381 -0.33603928581136855 -0.25774889624037867 -0.1664611630533776 -0.3445058734928368 -0.16557009441307702 -0.280883301909861 -0.21539599911385482 -0.2930599116592223 -0.16557009441307702 -0.20732532945202395 -0.34598916316219075 -0.36010700050505484 -0.4737611826355027 -0.47832806885402895 -0.49487298007613856 -0.4915990806111622 -0.5001020184799819 -0.5009969831084519 -0.34586615247617886 -0.3312721498096898 -0.3297544031555348 -0.3870589895021166 -0.4000062417105878 -0.27316247379176345 -0.1664611630533776 -0.32920195754673026 -0.1664611630533776 -0.3030435726524446 -0.1553600006923607 -0.3136909008895131 -0.25986888714914264 -0.27856172003527835 -0.15625106933266134 -0.17677230725205612 -0.16692657903418293 -0.3918945824537671 -0.16692657903418293 -0.3795577660919145 -0.16692657903418293 -0.39023846092058 -0.16692657903418293 -0.35864810199739244 -0.17266677906777395 -0.2727600245730371 -0.09810816403875387 -0.25291908425628284 -0.21893791569860754 -0.26798647416425747 -0.19016040757110866 -0.2643729957590397 -0.23704120074007087 -0.2736756629085757 -0.21578746226350537 -0.28659816008048 -0.452000758038773 -0.41935725465991913 -0.6332995919457999 -0.7015344776354672 -0.6389175367040402 -0.6411445991718836 -0.6467565882869292 -0.655265999007317 -0.6695790322538211 -0.6713739123259059 -0.689412268748864 -0.6878275668927576 -0.7052475192622387 -0.7211252432019515 -0.46011553842426006 -0.5337826510476215 -0.4016170876322193 -0.4220505459868543 -0.25824417929964166 -0.1664611630533776 -0.36313450825351584 -0.16557009441307702 -0.3105287239524367 -0.19196702557101847 -0.4528171566235164 -0.4600625937781283 -0.6918884100427498 -0.7633431633702581 -0.7056509528323938 -0.7153773781205484 -0.7400828808430995 -0.7671703844059278 -0.7619696400522034 -0.7860571678710431 -0.7713774615079774 -0.764308185866699 -0.7430040944678062 -0.7872602447248127 -0.5084840480873775 -0.5877150033537435 -0.4358113506586034 -0.45099971969220903 -0.30670290541130707 -0.21066826364698618 -0.3618551894857387 -0.2001949634270406 -0.34600795026484554 -0.21319006134322668 -0.49243771718654217 -0.505926112838842 -0.7298568936279809 -0.7657600518316061 -0.7058297443861057 -0.7138150782104146 -0.722584741868908 -0.7419526269002736 -0.7378184456827415 -0.7564826748127553 -0.7566960591740326 -0.7673050126205128 -0.7442899924643431 -0.7896613189607247 -0.5129593376043888 -0.5928407743418286 -0.4365421028149863 -0.4546861374564775 -0.32060497263771154 -0.24229731927707812 -0.36295878172124535 -0.20701340632994011 -0.38358268281580893 -0.21996654994087658 -0.4954432246054 -0.5023161994447238 -0.697752726667121 -0.7604900364293435 -0.6979286243988764 -0.7074759521078047 -0.7066933039279434 -0.7082296811211524 -0.7070204754384146 -0.7101750798839795 -0.723786642789435 -0.741514547662333 -0.7121808265729277 -0.7416859468217607 -0.4532769457805446 -0.5515342114728102 -0.38815552403943504 -0.4221649640938823 -0.2684722150301018 -0.2500351442288938 -0.30096979044577854 -0.24101112461547694 -0.31388615725824054 -0.24192094956222732 -0.4424740658551514 -0.445736888213978 -0.6615774901427416 -0.6893600872048469 -0.6763363990330111 -0.6880874658280732 -0.6871857024821043 -0.7061698984409148 -0.7063226522055213 -0.7067016621629607 -0.7065971134676051 -0.6574758450505687 -0.6385737046282475 -0.6796126381385441 -0.3994131987362503 -0.4645467875113993 -0.3152714483125203 -0.32711521124988585 -0.2894365731524234 -0.1664611630533776 -0.3290261281597259 -0.21893780080503322 -0.31842209593437826 -0.2544771324772083 -0.3167561948447939 -0.16557009441307702 -0.2831244140387882 -0.31773836669116906 -0.3397880997644324 -0.4253238012389131 -0.42635316086272596 -0.42490187092849613 -0.4362417846694039 -0.435876998553039 -0.4530040854912453 -0.3071856937106876 -0.30387802891554705 -0.2999719912103277 -0.3012934864406699 -0.3657898464296705 -0.309504439284722 -0.1664611630533776 -0.3800425919353653 -0.1664611630533776 -0.36821057149674774 -0.1553600006923607 -0.35305200527252634 -0.1553600006923607 -0.30807982793973965 -0.1553600006923607 -0.28841123272710273 -0.15899442718233928 -0.3106027478522359 -0.16692657903418293 -0.31966500990582136 -0.16692657903418293 -0.36654947123813164 -0.17817904606679277 -0.38395019814472575 -0.23588727574533266 -0.3616061682458951 -0.16122394816951804 -0.17805236156875584 -0.2851103969483384 -0.21298697669024844 -0.2907060750536616 -0.21288376533085157 -0.33782263735584084 -0.22245847673878108 -0.31530919615166125 -0.2221811111916222 -0.33743849611823773 -0.35155770617799714 -0.37684927371418264 -0.5948854611717809 -0.572158050428039 -0.5732406685652244 -0.5746222207876279 -0.5782352018956296 -0.5770062251534218 -0.5814507993566954 -0.5828789083430738 -0.5870669613874415 -0.588943543285453 -0.5929245880881615 -0.6271664965186038 -0.36474386023824706 -0.4385474675913204 -0.2986599424920485 -0.3045757564926591 -0.2904635195873445 -0.241059951651068 -0.3170717453374064 -0.2550568759254845 -0.31634242025073106 -0.26764739901209755 -0.3515092958397528 -0.37710141312226986 -0.5956094649425459 -0.579011533574657 -0.5897979737204266 -0.5887797713977925 -0.5957841774367095 -0.6097323564814566 -0.6075703316944011 -0.6141648497135985 -0.6241545969165407 -0.6255564872793263 -0.6240457463314119 -0.6441470891441404 -0.3742395320660887 -0.44432508698046896 -0.2971529989815736 -0.309362686423562 -0.2457205359244175 -0.21177341645459097 -0.2925048396778141 -0.22859138460464257 -0.2706420343413255 -0.3347483805746034 -0.36870936045659625 -0.38166623257063675 -0.621269385983001 -0.6541917092920825 -0.6588816543096235 -0.7047803823724462 -0.7038046962164548 -0.7050075700543019 -0.7059777012766008 -0.7074230009444407 -0.706815016118175 -0.7058859680195816 -0.7060176364356591 -0.73745982148729 -0.4679830489384758 -0.542885585902501 -0.39304828680024695 -0.3830455987119228 -0.2859563449390903 -0.17583641663256644 -0.31866482285117 -0.16557009441307702 -0.3201155717473111 -0.29980513758610366 -0.3853654925784753 -0.3811810978724233 -0.5899884777579711 -0.6087372938759786 -0.5791885995324092 -0.580754110618767 -0.5792910821375072 -0.5862793110642822 -0.5919667625982011 -0.5931590676158371 -0.5823561305703702 -0.5898267831212128 -0.5825394568308062 -0.6149076761577412 -0.35326788552443006 -0.4373475157983911 -0.26057748752533855 -0.3067678060351906 -0.34273112267487627 -0.19950605025903306 -0.37333858236741785 -0.19855361069469474 -0.37096917233727217 -0.21171309207501554 -0.31876479556256865 -0.3768912010190854 -0.5586965505102901 -0.5664882963219451 -0.560394430971354 -0.568713735156096 -0.56399310035955 -0.5787696625725357 -0.5745145368544415 -0.582541481909292 -0.5836294287992762 -0.5805790338424511 -0.5992953661152846 -0.6061003343884825 -0.33296018458478027 -0.40437102004080744 -0.26675695237738506 -0.27363273973220426 -0.2895829262965726 -0.1664611630533776 -0.32041516863799746 -0.21449369768451745 -0.3171231671291172 -0.23467071972969095 -0.31671532726570445 -0.26222379060223006 -0.35121884920083396 -0.2865663125745896 -0.3096236774853672 -0.41680549054082044 -0.42910035050373974 -0.4308126622054252 -0.432522752869174 -0.435128866281811 -0.4485159136855026 -0.3004151733788526 -0.296461527699985 -0.29383569041554625 -0.2987171880508646 -0.3615522538394416 -0.33492827456935687 -0.1664611630533776 -0.37957513664504716 -0.1664611630533776 -0.3667724377455053 -0.1553600006923607 -0.3276906846145965 -0.1553600006923607 -0.3377038649339748 -0.1553600006923607 -0.32146419706996787 -0.10384836407234488 -0.3788274331109243 -0.16692657903418293 -0.37885845380494965 -0.16692657903418293 -0.38105618457647705 -0.16692657903418293 -0.3820303249083281 -0.16692657903418293 -0.3323371366594876 -0.09810816403875387 -0.2817889249800828 -0.15625106933266134 -0.33051036817457813 -0.15625106933266134 -0.3050898980816549 -0.20419700393202986 -0.3257691610764803 -0.2266973857270922 -0.3276866352088863 -0.2264988679190578 -0.3515612893801378 -0.3764181315752553 -0.593383963548752 -0.5657177741314064 -0.5693419192451907 -0.5711020459088452 -0.5717330653086256 -0.5747654189751841 -0.5813819625607924 -0.5798385620781241 -0.5777297923436282 -0.5766684203877946 -0.5839504058659024 -0.6115551156249212 -0.3531009881057023 -0.4043119763287073 -0.27985791520679604 -0.27364681819821435 -0.2896717778937187 -0.1664611630533776 -0.36056244554293376 -0.16557009441307702 -0.37750210630965997 -0.1787481854811439 -0.35151950882336963 -0.3763057190189151 -0.5955789102806196 -0.5750772918571667 -0.5896357947010931 -0.5980121941095078 -0.6078717350915924 -0.6219094251673639 -0.6215937657777082 -0.6373972663381552 -0.6569755556245603 -0.6560104972292562 -0.6511014342357979 -0.6811698893703909 -0.40090631155780837 -0.4004302033060571 -0.3043877621100053 -0.3161929492740335 -0.25279194675515065 -0.20697569802285687 -0.25650559658553296 -0.2498211974348742 -0.2500038536446283 -0.2762628913480566 -0.35178963278634934 -0.36512443158992297 -0.5968417045288341 -0.5707099642436011 -0.5916045357338368 -0.5993270584710438 -0.6365956806399474 -0.6616564936221192 -0.6942432458802572 -0.6964037697333858 -0.704125467979142 -0.6951157957480456 -0.67949545446943 -0.6774392599521355 -0.40512492820536616 -0.39954797403879905 -0.3078639328261198 -0.32289671786432217 -0.25421349038344726 -0.2235792144749315 -0.30693838319045025 -0.21714478594419404 -0.2763324210563631 -0.2526822097146282 -0.38249887368514635 -0.3823334584276887 -0.5988832206646355 -0.6145941949213414 -0.610753551195427 -0.6312514173015894 -0.6330117009992636 -0.6500322839706837 -0.6427093230590516 -0.6514618756166806 -0.6538715116631264 -0.6726323734483667 -0.6792121845294485 -0.7083323796175228 -0.4278977432698656 -0.43730665453124906 -0.3306621055565868 -0.3479874453870638 -0.2631939787860729 -0.21298897193599695 -0.3199639697345705 -0.16557009441307702 -0.35434181679407717 -0.19475582372204142 -0.3856281489272443 -0.39167348493613796 -0.6151718063681831 -0.6458485709493524 -0.6360724136424991 -0.6590208139387902 -0.6514554314048047 -0.6604796724736499 -0.6613532275996129 -0.6868556283853842 -0.6871604645073728 -0.706587505382336 -0.6892927351560157 -0.7317174515404229 -0.4280364748850744 -0.4421578056347516 -0.33716735256796765 -0.34398415474506117 -0.2592374544963361 -0.1664611630533776 -0.31191658872833367 -0.16557009441307702 -0.27355192774121767 -0.21218027773577228 -0.27898543111449137 -0.2522234363259819 -0.29384694496810904 -0.32249697425549445 -0.33624473819240175 -0.4713036013181996 -0.4916239383997783 -0.5300634780428617 -0.5186903952907438 -0.5441876209747719 -0.5420276658161739 -0.3862354430042519 -0.3382467858210445 -0.32268550612240016 -0.3222010590823946 -0.33511404740073675 -0.2325556928913146 -0.21006155827372533 -0.27153985800037056 -0.22008319336202636 -0.23518144577727354 -0.23378022102693505 -0.23615555656302936 -0.25998077021321736 -0.23605496606665527 -0.25949807065346586 -0.2353633239105569 -0.13140266313666552 -0.16692657903418293 -0.38602674819664395 -0.197110240051375 -0.38101749797843726 -0.18048563896757283 -0.3613015257605729 -0.18841979949813126 -0.37877610906218007 -0.17266677906777395 -0.28758902117655966 -0.15319998183976963 -0.20524701552290386 -0.22883881536472891 -0.26433083146572334 -0.22818273361857216 -0.2501969442770858 -0.2389314631007036 -0.2756100010827195 -0.2734500529061285 -0.29064913368436407 -0.3226944066025836 -0.37669204096788445 -0.5875943221543978 -0.5724444261742258 -0.5794624839984848 -0.6145641252111365 -0.6391297709340016 -0.674610723171091 -0.6760414707557407 -0.7069257619920651 -0.7058836533849859 -0.707956573836953 -0.7055339686694452 -0.7379308030683007 -0.41098060050823537 -0.4290306961546138 -0.3190571848957354 -0.3306540697343434 -0.28455303069472027 -0.1664611630533776 -0.33449960881443325 -0.16557009441307702 -0.32686757726243393 -0.21618767352649704 -0.41347736800110624 -0.4141864508884286 -0.6371037170166013 -0.6507402183985089 -0.6235793114828038 -0.6368929910698958 -0.6208996692308799 -0.6372172179788673 -0.6139634610301327 -0.6291255978598547 -0.6207249333068955 -0.6216554542826557 -0.6076290181132246 -0.6362278818634663 -0.36641366895312144 -0.38201494375435097 -0.29651341794224684 -0.3143093591153208 -0.34153152820095123 -0.1996242772133558 -0.37315797560288233 -0.19860733027151245 -0.3717211525882885 -0.21182369005573318 -0.3553205310549516 -0.3906028652399749 -0.6016907570566845 -0.5946696246313607 -0.6001490820977743 -0.6325916004963229 -0.6537233586645413 -0.6842145457529679 -0.6609683946434546 -0.6479475519484091 -0.6593196754330074 -0.6610103326985968 -0.6535158415881572 -0.679973612387254 -0.3867153162843134 -0.40401012945242054 -0.30511704675305273 -0.31346010621187215 -0.28682892762479284 -0.1664611630533776 -0.31979036431720054 -0.16557009441307702 -0.3197170247901564 -0.20812589046357113 -0.360821798856414 -0.37825026813340523 -0.6089005473621858 -0.5844371173646548 -0.6283183314477183 -0.6364160718747689 -0.6944083600650653 -0.6947953599262491 -0.711208214636145 -0.7106562804673194 -0.7167889449738036 -0.7137494633117257 -0.7233944725822328 -0.742199511288089 -0.49190875412419083 -0.46842322383552676 -0.3714991804377395 -0.3511902854987482 -0.2898199949423298 -0.1664611630533776 -0.3329019034512287 -0.20577814656833376 -0.28442589089456277 -0.24880772492556807 -0.3894370475914155 -0.44036385739146633 -0.6658185085666916 -0.7021946816336238 -0.704086526174865 -0.7062188538750176 -0.7059298732965477 -0.7162411457267657 -0.7137690871809484 -0.7233017228055736 -0.7171228134656936 -0.7222110876421985 -0.7099445340649743 -0.7469836566495902 -0.4962372703072701 -0.5245924306002192 -0.43411622284506174 -0.4496225718080265 -0.2690273431930316 -0.24040076202431754 -0.3008525326151872 -0.19995283375503012 -0.2777783047702167 -0.23392932124860702 -0.2934544297644966 -0.16557009441307702 -0.1796392541214445 -0.4367257528377933 -0.4452813796923739 -0.5453848532616725 -0.5456411531783207 -0.548620823524713 -0.5481321183105147 -0.556177246474464 -0.5636176231053135 -0.43838740711079033 -0.43672224692259426 -0.43690996255267844 -0.4359582156751932 -0.44947284511701285 -0.23777358121915912 -0.2016046215880278 -0.27955657646340665 -0.18647558907769254 -0.26518926070697574 -0.18571572118226412 -0.3359692936060697 -0.15964267562221435 -0.2990360634513477 -0.19223381158808656 -0.2702628196379961 -0.10384836407234488 -0.16692657903418293 -0.38495725759001026 -0.16692657903418293 -0.3843793120951873 -0.16692657903418293 -0.38634067850347603 -0.16692657903418293 -0.3969287104762768 -0.17266677906777395 -0.32378338247779714 -0.09810816403875387 -0.26483243364246345 -0.15625106933266134 -0.2681438225204693 -0.15625106933266134 -0.26491030124573384 -0.21580226986453524 -0.27362940215166004 -0.22681833054530057 -0.2820512052013755 -0.36864319136739354 -0.3762770602364544 -0.59912538589295 -0.6222140418443015 -0.6058294745865521 -0.623569212432014 -0.6354410272288559 -0.666038899661058 -0.6571757805728811 -0.6713754913297801 -0.6292573934866049 -0.6152151406974514 -0.6012407058998421 -0.6281342849571093 -0.3695331743165401 -0.38842740954868105 -0.3002224899606178 -0.3148907280319441 -0.3210410142746022 -0.19972311878320181 -0.3760817186857262 -0.19877597807787253 -0.372384711275596 -0.2119055206040989 -0.3653746807483572 -0.37292069757880025 -0.58944561116545 -0.6030903623744982 -0.6051635910620827 -0.6273343979192347 -0.6194451785923926 -0.6426214057714226 -0.6437776560631709 -0.6584923247759539 -0.6767920011985961 -0.694115724060777 -0.6976770366822397 -0.717263787854555 -0.4233790099298492 -0.4058070625346807 -0.32267185903917 -0.3278179331386031 -0.2907233228411624 -0.1664611630533776 -0.31641112593465537 -0.16557009441307702 -0.2715686601810807 -0.1856649821747556 -0.383923831850609 -0.3874561695017114 -0.6178388989397945 -0.6695134281776677 -0.667084118895306 -0.703919148274759 -0.695296211788666 -0.7056075308293277 -0.7017974789905987 -0.7058243597347849 -0.7047820743927409 -0.7040409644093399 -0.6900038103166555 -0.7229885609547184 -0.41408355510149464 -0.3961892116237859 -0.3101012020143995 -0.3231145308852184 -0.2823257688821048 -0.169198672548766 -0.32522348900588394 -0.1989157454496424 -0.3141046339303338 -0.21197286105008556 -0.3616036558234237 -0.37302737387230345 -0.5871110212403944 -0.5989299912791163 -0.6054310807212222 -0.6087672257161918 -0.6076079065673945 -0.6279816532584322 -0.6393589915119425 -0.6648723327677921 -0.6418555545061125 -0.6471282857170126 -0.6316602776450232 -0.6992311275682699 -0.3886831419444676 -0.40513058553262293 -0.3059561156042254 -0.3214172594489806 -0.2678834215496384 -0.22561993712178607 -0.2899521961044379 -0.24583955868014573 -0.2736342544697522 -0.25811923217052685 -0.3613342440997206 -0.37433018457064826 -0.5897748432482832 -0.5986657460026872 -0.595141428063272 -0.6037478306464873 -0.5963641930869109 -0.6090214362867272 -0.6075735237471106 -0.6217941296266835 -0.634162660733059 -0.6464842831595197 -0.673813501134344 -0.7321345371891348 -0.4966998517257362 -0.5205710604535847 -0.43106670263223346 -0.37798609684908874 -0.25252963496156994 -0.2359952318674768 -0.27063683387340165 -0.30385640039711065 -0.27152505027472856 -0.30369103639458334 -0.271548274571884 -0.2221811416160531 -0.22624296711031158 -0.3546317922493301 -0.3754894127974133 -0.45934296965073684 -0.4601066160207831 -0.4519420110069652 -0.46006052380600965 -0.4588649626005124 -0.4570754246242843 -0.3108175155984577 -0.306116054210822 -0.3033504756605023 -0.31199086580761026 -0.31329658636187585 -0.3315166243471547 -0.1664611630533776 -0.37858932116906535 -0.1664611630533776 -0.36115844373270817 -0.1553600006923607 -0.3168583902028385 -0.1553600006923607 -0.3148978329592166 -0.1553600006923607 -0.3435500786260607 -0.1190150878315945 -0.3582371339719047 -0.16692657903418293 -0.3776577883683436 -0.16692657903418293 -0.3813735963771696 -0.16692657903418293 -0.3222191979831469 -0.16692657903418293 -0.33582336157375825 -0.09810816403875387 -0.3113291784101903 -0.09810816403875387 -0.34516888671404933 -0.15625106933266134 -0.34216186608686966 -0.15625106933266134 -0.35729675709190456 -0.16557009441307702 -0.3578892342928994 -0.1787481854811439 -0.35123939503426793 -0.3428855056840631 -0.5992075810931695 -0.561811583740367 -0.5887909212839177 -0.5828733543901295 -0.606551150497119 -0.5970807049639072 -0.6002380559131048 -0.6210750647052328 -0.6466305391064261 -0.6459488956668278 -0.6391311354673075 -0.6629671519494867 -0.39236704377037496 -0.3920938334577233 -0.30634645147850925 -0.3215565650117667 -0.2836981018917608 -0.19056454190277314 -0.3133894866693185 -0.2541080136746972 -0.3114400048396433 -0.27531798606644825 -0.3669872505524895 -0.37692250667304744 -0.5987033741427091 -0.627997307112618 -0.631798156270627 -0.6355574277668942 -0.6483707024593154 -0.6488609964103867 -0.6657782724803685 -0.6823131593785094 -0.7037286942256632 -0.7076390669236229 -0.7081330408958629 -0.7396708367068441 -0.45836731846084205 -0.44461612794399225 -0.33268039011800327 -0.336174379237669 -0.24977821523771834 -0.20436986080271097 -0.29701309176233387 -0.21839192048010003 -0.2465509670912153 -0.238594401281094 -0.36520339883940545 -0.3717918950058505 -0.5835444396036384 -0.6147442686616842 -0.6419806150881544 -0.6766446749698793 -0.7052605707104699 -0.7075830631078097 -0.7082757348191978 -0.7084545774684361 -0.7129217652671701 -0.7136844572925746 -0.7147638843971224 -0.7443184484984087 -0.49800907598550137 -0.5098861381506534 -0.40680100507266564 -0.4150299865191941 -0.2701856205542009 -0.25232257793269575 -0.30049190869949527 -0.2365037020138132 -0.3041283221396066 -0.21477418178020066 -0.460209545887454 -0.453042035750371 -0.6401111126100638 -0.6831858593032374 -0.7051421820475928 -0.7082840764612858 -0.7065957450697172 -0.709482129150784 -0.7077085519897423 -0.7092273444676556 -0.7087131873274731 -0.7122962985205042 -0.7102652515380867 -0.7469999070313992 -0.4927992498914167 -0.49565483740492505 -0.34721699727627425 -0.35396100681826576 -0.2693585016240937 -0.21650265717566486 -0.3002689890930013 -0.2686030224201991 -0.3036338217318641 -0.28966625684427943 -0.36389841161030556 -0.3733349192699755 -0.5334316297779218 -0.6121447332088333 -0.6537643412807389 -0.7066854516286704 -0.7069254233017561 -0.7103277067951616 -0.7074094155081635 -0.7125515260798376 -0.7083812358692031 -0.7139393677213945 -0.7086330015511186 -0.744613712777734 -0.48197491167058637 -0.49882284408263716 -0.34872275166676997 -0.35353357648232525 -0.2639505363045096 -0.22238748547271267 -0.30070106547027387 -0.22575058247616234 -0.26566241366890053 -0.2446583028993556 -0.27793801230558784 -0.16557009441307702 -0.12149634882753703 -0.35387399486608817 -0.3735597534571411 -0.5211305501893765 -0.5287192588277293 -0.5441726054608862 -0.542743433714246 -0.5450381045590466 -0.5528568570766308 -0.43692992570649947 -0.4340472532056257 -0.43787233959112815 -0.4225418871224273 -0.422408994398207 -0.25235849342804567 -0.22808076494567028 -0.29069137248629107 -0.24066480626955822 -0.2602446342749515 -0.22823909462499584 -0.26125350839282013 -0.2278205322776384 -0.2640985002290042 -0.22779968581078006 -0.20745020931168534 -0.10384836407234488 -0.16692657903418293 -0.3956043500577106 -0.16692657903418293 -0.37625361299255333 -0.2181585515656987 -0.378079645247502 -0.2451742842796457 -0.3826755851581692 -0.2511600970875635 -0.3005438394900548 -0.09810816403875387 -0.2305744827368267 -0.1808048604985604 -0.25272822546203544 -0.20138777709166136 -0.2606761094767558 -0.2394309985381598 -0.27480371254549124 -0.2458347830158986 -0.28510467279579166 -0.36106010362354696 -0.3764722294994005 -0.5566624908236438 -0.592177543994056 -0.6387260875615318 -0.6425972900697239 -0.6745891369838922 -0.700310611251729 -0.7084056023952148 -0.7062139107865425 -0.7091031170941531 -0.7068997060828112 -0.7106338288307386 -0.7390834185881322 -0.4918003656322846 -0.45396866409426895 -0.35474852739799667 -0.35084271582233695 -0.27006976593968673 -0.18663027817729602 -0.32487733707678285 -0.22660368398242625 -0.29316014043844896 -0.1787481854811439 -0.39627221117303757 -0.3985326099222788 -0.5627397829466128 -0.6469137556219005 -0.6344665776134015 -0.6622382232232112 -0.6581933140680544 -0.6600025687250523 -0.6540252072800931 -0.6981147041584078 -0.7060223162851209 -0.6895480852729757 -0.6892177603031564 -0.7390718676603631 -0.4211882213946829 -0.4343571218142298 -0.31597769532338066 -0.3273376205472945 -0.2736794856828423 -0.1664611630533776 -0.3533208838560215 -0.16886647976462796 -0.3167443812180945 -0.23976025865651235 -0.38185090751859263 -0.3801608896935581 -0.5427084200246799 -0.6315633255529358 -0.6579884672452081 -0.7043966478087771 -0.7065539246265142 -0.7077605668399354 -0.7086167153285539 -0.7103965724142843 -0.7133604204473362 -0.7132193807051778 -0.7104515581157941 -0.7404441649358415 -0.48715028712990577 -0.4992088344587345 -0.3746603312692822 -0.3876397402250004 -0.2669697345992953 -0.253414730977724 -0.3013175151848577 -0.24002289292496287 -0.3211897970637242 -0.21271988731844801 -0.38013220290547295 -0.3823492735954673 -0.5456764569898146 -0.6576799832789484 -0.6860244769483874 -0.7056152580620226 -0.7056891818183795 -0.7057630579204992 -0.7062107531367746 -0.7069643261805526 -0.7065448646612459 -0.7063308892761739 -0.7064114545281927 -0.7376422836574497 -0.4713781005488327 -0.4663612551260395 -0.36006320952355436 -0.38394026246959967 -0.259885917341763 -0.19950295548719574 -0.29256293736827615 -0.19687142150020598 -0.2925920606789494 -0.1787481854811439 -0.4295425808229047 -0.42899611840709684 -0.5950564588864472 -0.6877973603655502 -0.6844994660764347 -0.6968852239282991 -0.688907495609257 -0.6922605089795042 -0.6964096363469456 -0.6964687208189152 -0.7032259849769842 -0.6954824022681013 -0.6929915842400627 -0.7251284932011891 -0.43453676729777063 -0.4580775685483348 -0.35986359226466813 -0.37085671895378347 -0.25753831659377013 -0.17682102801953994 -0.2913756399767726 -0.20480318153544036 -0.30370548916270057 -0.1730716523086301 -0.34376041157581305 -0.16557009441307702 -0.12149634882753703 -0.3838316267755546 -0.38919205388061406 -0.5137707445790327 -0.5111866604317172 -0.5440228475985072 -0.5435426252764188 -0.5449098357094572 -0.5531152255194269 -0.38865629610695634 -0.3659001669967247 -0.36556111130330526 -0.35252423687731455 -0.3705285814260166 -0.23416308345555634 -0.1982066728912323 -0.3181984283694353 -0.2384812114334771 -0.30634624964393176 -0.19805800477719632 -0.3136563312081192 -0.2040792436370428 -0.2850614561608948 -0.21002400581986055 -0.18325087279270555 -0.10384836407234488 -0.16692657903418293 -0.3841047285041455 -0.22028994738377983 -0.36811111782646116 -0.24674421024019558 -0.3733345386938679 -0.26089950774164394 -0.37266726366102815 -0.2593680199525327 -0.3036767481712467 -0.09810816403875387 -0.26675359548411365 -0.15625106933266134 -0.2906365615154381 -0.15625106933266134 -0.2724159651468574 -0.1806031374061156 -0.3136860583349383 -0.16557009441307702 -0.3501685891662625 -0.364482007516784 -0.38895083193802715 -0.5510073470049882 -0.6302354176216106 -0.6733029983707108 -0.7048995666470013 -0.7068281386320434 -0.7059178537039502 -0.7065653638770675 -0.7069981927771125 -0.7070858771806309 -0.7071626662365665 -0.7086369398452406 -0.7402293281384602 -0.49808636913915794 -0.5148443215813971 -0.39128307624663455 -0.37668977243638596 -0.2692468695633776 -0.2094337160170254 -0.30259021492784827 -0.24249007514443055 -0.3162822618492594 -0.1787481854811439 -0.39658064007469135 -0.4014339605456036 -0.5731693830177561 -0.6791839090963754 -0.6992635295675703 -0.7060144276029058 -0.7063357888658235 -0.7102593621776545 -0.7066942719972029 -0.7102466190480107 -0.7068099081072312 -0.7097607199870568 -0.7067451777179442 -0.7403292650401707 -0.49477291716652866 -0.5221291598293352 -0.40929050171147496 -0.41373918595976306 -0.2628963015115399 -0.25662317700189347 -0.301742953631552 -0.2831852547237184 -0.26474775851569915 -0.23181279785475467 -0.39508864378726166 -0.3916014971432375 -0.5560366509012606 -0.66584101551824 -0.6775435664669472 -0.7041790512758116 -0.7044521679105188 -0.707136380707665 -0.7065111158477503 -0.7097981886194135 -0.7080397887814993 -0.7115003192044156 -0.7067653414125661 -0.7422446584629065 -0.4958062768671045 -0.5216976399391131 -0.3752831411936742 -0.38558199444478325 -0.26193265002124066 -0.2175756436308122 -0.3005761634479024 -0.27075998327047324 -0.2711889985630543 -0.2321797097039084 -0.3944830310369013 -0.38161430491449755 -0.5433490846511033 -0.6548946279932296 -0.6898537669909166 -0.706816346658405 -0.7066517005591957 -0.7094706681232178 -0.7070776602406215 -0.7123372445062658 -0.7088909514307611 -0.7176836986723697 -0.7088426063285322 -0.7468008041634877 -0.4958058100905255 -0.5242021884675384 -0.4030496384101885 -0.4234594543967358 -0.2681766435025896 -0.2438500635913803 -0.30028307289056333 -0.23665752798835446 -0.3130582787671769 -0.21284623634133673 -0.4463708837957338 -0.4470539487515934 -0.6055388357313958 -0.6958734465872672 -0.7053215207165695 -0.7073832963001219 -0.7085735184236972 -0.7103561640789552 -0.7119106158472107 -0.7151945462942556 -0.710773389725229 -0.7106713557169172 -0.7100345176765531 -0.7421672586806218 -0.4837014675594402 -0.49031024533515377 -0.38272711499885553 -0.3800035529677182 -0.27436055135527393 -0.20149545496563354 -0.32642840227471015 -0.20026728818784686 -0.3324748906177951 -0.19969334516434514 -0.2852894929272303 -0.16557009441307702 -0.12149634882753703 -0.40739384848479343 -0.41971210998963815 -0.5341350202701374 -0.5431059791220678 -0.543656159082712 -0.5434578588276063 -0.5438442319849311 -0.5530164846805801 -0.4160972449619209 -0.425774521588929 -0.41660960069349817 -0.395148108189139 -0.40026830772200195 -0.2408879759783998 -0.24941414915122453 -0.266501337606625 -0.2905967166868748 -0.27160192444164327 -0.1553600006923607 -0.26113012603543423 -0.2319307584877672 -0.2618176184311354 -0.23464736825097973 -0.20208920899104338 -0.10384836407234488 -0.16692657903418293 -0.3866179359697601 -0.1986631176191529 -0.37624735889848454 -0.23762126567415792 -0.37644678635703704 -0.2533072142069709 -0.3766928349163697 -0.2797935521922903 -0.30731735608589233 -0.10538267733127209 -0.3041094253393969 -0.15625106933266134 -0.3158336474930232 -0.161503668679503 -0.2399978479087701 -0.21819424679203048 -0.2517662777433833 -0.2591302417963303 -0.2682312104615105 -0.36474003756467943 -0.37439083597785827 -0.539104355175889 -0.6358562948022826 -0.6488268671120457 -0.6761935339408329 -0.6975023417601987 -0.7068511297469018 -0.7068671384120333 -0.7077949679421214 -0.7090049617974072 -0.7093282477760645 -0.7103140889855745 -0.7408704713949592 -0.49730427061544524 -0.5069543335764697 -0.4052220537385248 -0.3918983425886359 -0.29093080881186706 -0.20073767355304015 -0.35769284679202074 -0.19959059631353293 -0.2859461210761562 -0.18873136450776662 -0.42127858146628383 -0.4185122943072866 -0.5893381688747276 -0.6936793007090842 -0.7037930002870674 -0.705359384831843 -0.70570793842627 -0.7087581212702584 -0.7078536967416854 -0.7145933698750642 -0.7098828414359561 -0.7189815774550729 -0.7096801229584364 -0.7455737092850527 -0.4962094854519936 -0.5220931283017577 -0.4340383659892444 -0.4480023628813272 -0.2682160017714924 -0.24611302708482855 -0.2972084754593908 -0.29091803024862556 -0.2975996677218894 -0.2691346010438588 -0.4506376054639056 -0.45136510463225804 -0.6289975610403248 -0.7068566542286951 -0.7060409410272988 -0.7197661197503104 -0.7319444240010561 -0.7595534955185532 -0.753356273664244 -0.7880896065431463 -0.7818296290827492 -0.809442611317522 -0.7698579771718256 -0.8049762350285932 -0.499783415661391 -0.5331103469666231 -0.4363676158602369 -0.45248531050847235 -0.3134407906115477 -0.21244594090079946 -0.36566054205050397 -0.2005952819025828 -0.3529751555548636 -0.22488937553676483 -0.4937877398536332 -0.5174725344059367 -0.6751347757033077 -0.7085812522981123 -0.6876988406912219 -0.6963168908555193 -0.6910707835033 -0.7069864525469497 -0.7053846069624968 -0.7043107123498055 -0.6858072452533334 -0.6973333100098208 -0.6792536333416341 -0.7227348333996705 -0.4340599031095317 -0.45854750077660666 -0.35966360926315055 -0.3784344140133933 -0.25989535969454386 -0.1664611630533776 -0.30159774870696787 -0.16557009441307702 -0.30672060309490545 -0.1787481854811439 -0.4231438233175638 -0.42296972504194064 -0.5887692674372031 -0.6878858167307612 -0.6851679072698547 -0.7057490427133108 -0.7055321419426435 -0.706280827640779 -0.7045905959918585 -0.707010375086178 -0.7068423314076784 -0.7090297631450653 -0.7112185720679289 -0.7428040027898669 -0.4990597430361472 -0.5165821888582759 -0.40647768839125903 -0.4011059403091707 -0.26330438826115726 -0.22928252688486236 -0.31325848651562704 -0.20019640260002408 -0.3329372666844021 -0.19992641289558918 -0.3098228555641738 -0.16557009441307702 -0.12149634882753703 -0.43697175591768767 -0.4452349090976123 -0.545711563715824 -0.5451263878820174 -0.5524845788454457 -0.5503010164034373 -0.5629126286086531 -0.5646173280229613 -0.4541121305171099 -0.4427554172428465 -0.4472278966619306 -0.43729481070383885 -0.45673718830637533 -0.3142636389665158 -0.24177234215908616 -0.36327620431501384 -0.20570516982560186 -0.32177071000486623 -0.19030612781325953 -0.2979703757566716 -0.1928381155429579 -0.3125504056344147 -0.1553600006923607 -0.23673674430295527 -0.10384836407234488 -0.16692657903418293 -0.38794917772559784 -0.19105037049424267 -0.3932038455337969 -0.22807851940450422 -0.4019988928610621 -0.24129713946083342 -0.4104389732190296 -0.24813786158314435 -0.33170973985179514 -0.1291115650420194 -0.30658598698723527 -0.15625106933266134 -0.2837615816309522 -0.15625106933266134 -0.24770515473852905 -0.1959617905505343 -0.29873750681544514 -0.24557608588174532 -0.2908776099378236 -0.4400636877574851 -0.4496212157122221 -0.6250043360919382 -0.705152915483969 -0.7055716250452887 -0.7074277040216808 -0.7074785057227578 -0.7096686849611764 -0.708231607310172 -0.7137112936792603 -0.7085756223374877 -0.7168425850852496 -0.7096395742664316 -0.7482423426405352 -0.49722017873410657 -0.5230239175493585 -0.4048269612871744 -0.4214624850260999 -0.2665418462268944 -0.22006767854042047 -0.3031103587029182 -0.21123155892421303 -0.3269723322501158 -0.21432826086714074 -0.41688548444109563 -0.4499012523256098 -0.6178089864195736 -0.7047409194220772 -0.705796738543511 -0.7094885001233632 -0.7088828536175704 -0.7153925228545611 -0.717616085683128 -0.7241937981160226 -0.7326255078605701 -0.7418424440280799 -0.7356074415094566 -0.7631598535574698 -0.5051009029182681 -0.5250456624005471 -0.4369468802988431 -0.4489674501916725 -0.3326893649313632 -0.22981025470923158 -0.36849519503071 -0.20648529299690657 -0.35678837464959834 -0.2116766132510178 -0.49279307490332114 -0.5143439871911841 -0.6754778552003458 -0.7130961116967461 -0.708979219615642 -0.7185097193860233 -0.7163077029637198 -0.7285159206046096 -0.7247225310181523 -0.740886622645831 -0.7340490738875507 -0.741703085860491 -0.7299094481595081 -0.7430693830987113 -0.4976140219565563 -0.5237788699182937 -0.4276750370008307 -0.42675227286756834 -0.2729708248270101 -0.24464843028610073 -0.3019398727402962 -0.2130822432017855 -0.3430551090020573 -0.21334562458507708 -0.4318763179097804 -0.4162193336554206 -0.5957227210263429 -0.6837057258936419 -0.6793972533421114 -0.6962265794441499 -0.6938459790281002 -0.7076276423976995 -0.7068184912588147 -0.7102367406749762 -0.7074089184783559 -0.7129501208975079 -0.7075876399734099 -0.7424558625922659 -0.48181861751389016 -0.5022382308153309 -0.38178079982790925 -0.39311065355924085 -0.2647172585452899 -0.24018861964521562 -0.3131397494005971 -0.19969546446432962 -0.2973328395403879 -0.25326285997090275 -0.42560896438240176 -0.42395571372715135 -0.5867002917512295 -0.6929767710265533 -0.6993545143394068 -0.7088047554835348 -0.7076940617539954 -0.7109534553453282 -0.7072857213857613 -0.709406423212945 -0.7078484328610849 -0.7123083228657124 -0.7084456813376961 -0.7437681539410198 -0.4963058412495321 -0.52160561896558 -0.3865689655075403 -0.4018378381882498 -0.2679205598316727 -0.26363552714145194 -0.3035818797087156 -0.22392631786782946 -0.3175619238317492 -0.1981409564770332 -0.29910315994925263 -0.16557009441307702 -0.12149634882753703 -0.42746347429462 -0.4420291047154613 -0.5441241247799958 -0.5435158193906294 -0.546216822006784 -0.5436971979333598 -0.5466050070559827 -0.5550957971468724 -0.4403365671766578 -0.4352885603981025 -0.4372304265515347 -0.4349406179361009 -0.44982505359035474 -0.295962996550461 -0.20776589337960516 -0.37883851050034023 -0.19903995479336392 -0.32356076916076776 -0.18756748693744932 -0.30136814452405336 -0.1553600006923607 -0.28896207282993736 -0.1721383801111081 -0.18132286142537865 -0.10384836407234488 -0.16692657903418293 -0.38029534035094564 -0.21953055969109167 -0.3778305886154139 -0.24292483728070696 -0.37648911298253934 -0.24813787622813943 -0.37713842931143304 -0.2744278216192374 -0.3075870565329162 -0.09810816403875387 -0.27683958787800556 -0.1568669855658735 -0.3264025991121851 -0.15625106933266134 -0.23383948808879731 -0.2143769844409253 -0.25936445033765326 -0.20073557994072788 -0.26702483933857074 -0.42127447294220505 -0.4215607015467815 -0.5989681358771829 -0.7010462567011055 -0.7054143763552465 -0.7080659307517574 -0.7069446696143414 -0.7093772353027383 -0.7080362086248518 -0.7112338322471237 -0.7089407565377541 -0.7182141324962152 -0.7114271734408437 -0.7526617273801084 -0.49711624542720967 -0.5263039809435016 -0.36068157846013316 -0.42645836941023163 -0.2717451384250515 -0.24361762107009535 -0.30177515559130486 -0.20539441219290444 -0.2814651729854873 -0.3021919450779116 -0.4002706751789653 -0.40182034486891743 -0.5817060806288781 -0.7059502038838027 -0.7066242494723205 -0.7186559289853468 -0.7166789636668226 -0.7309808769750734 -0.7242435854862068 -0.7406977907997007 -0.736114242504464 -0.7528438087686502 -0.7362903379363065 -0.7781433172593487 -0.509434906583367 -0.5377533448395638 -0.3787290007016749 -0.4533412092740396 -0.34112988133999117 -0.21622361693358091 -0.3941143974546457 -0.2177897477029585 -0.3809547984849717 -0.2173122700668435 -0.49589616282746374 -0.5194539092361172 -0.6790456446230819 -0.7286870322357454 -0.716930748763238 -0.7350188705351248 -0.7069651933682884 -0.7094245035203621 -0.7069817019726032 -0.7086798456382228 -0.7069008985398889 -0.7096604501176229 -0.7076785183246239 -0.7420741092825799 -0.4785754700243861 -0.5123636348740255 -0.3459293749153209 -0.4226902616811628 -0.2891584965373305 -0.202984657464219 -0.36138203744057595 -0.22813810603535994 -0.3659071077162936 -0.2136777096673503 -0.4488352401011408 -0.43996541262409833 -0.6149375884558992 -0.699063815918388 -0.7063638022404933 -0.7091601687386095 -0.7092724213620416 -0.7170173938879865 -0.7169917448222409 -0.7203874939392765 -0.7198759563745066 -0.7138510441143765 -0.7094061733052889 -0.7417953575966363 -0.49779143154300637 -0.5217933200883559 -0.36950913951879166 -0.43690677464217237 -0.30422729786477243 -0.229013354095578 -0.3608381727829535 -0.20078321629148912 -0.3637780775305628 -0.22497856574148695 -0.4664723514396117 -0.47712920370650697 -0.6373974439541316 -0.7075107410798023 -0.706755702141225 -0.7138330597496496 -0.715785516019891 -0.7323154890769519 -0.7245707473400811 -0.7399458951003359 -0.7355544429005177 -0.7516040124508888 -0.7375323393794927 -0.7797775464525587 -0.5038765472592995 -0.5343839426407068 -0.3763042427793263 -0.4528746824460729 -0.3323056106353451 -0.21597403547958674 -0.36098197690922673 -0.24037435427924325 -0.36382051752501054 -0.20401022970794946 -0.3468229218185361 -0.16557009441307702 -0.12149634882753703 -0.4367948316839024 -0.4457396970481512 -0.5478399712503993 -0.5476144311482161 -0.5526108116644733 -0.5528553526629587 -0.5572637743776784 -0.5682674853071862 -0.4434099097929556 -0.4434391313308769 -0.438754960436206 -0.43810170051669606 -0.45003020761708445 -0.270896207383631 -0.20801460144853615 -0.36283961428893063 -0.2018478885224713 -0.3076587872163961 -0.19041976100107286 -0.33193314726186574 -0.18968585147548803 -0.3086779617991272 -0.22355008840105514 -0.25673083649017636 -0.10384836407234488 -0.16692657903418293 -0.3944018564954956 -0.16692657903418293 -0.37632760950410016 -0.22639775899155326 -0.3646988785580581 -0.16692657903418293 -0.37900729705295505 -0.207751871654911 -0.2795274272320367 -0.09810816403875387 -0.23938667665113256 -0.12717033998682306 -0.27780950454261566 -0.16058687354232706 -0.2885681286045011 -0.2443340019175066 -0.306398255612391 -0.21955560288219045 -0.3221743558874948 -0.4974524095573333 -0.5190530829793784 -0.6819576635938688 -0.7401622788428531 -0.7342331676964224 -0.7135875368447268 -0.7122026727705584 -0.7207223590905029 -0.711585325016867 -0.7141630801500158 -0.7071145734608549 -0.7091982901881871 -0.7111351114057091 -0.7411205540082112 -0.4932301834921046 -0.5222239934513145 -0.35179066072782417 -0.42815742567136317 -0.25344689875604515 -0.2013423973236741 -0.2775374179668988 -0.22972544404487089 -0.26677250091870053 -0.2931502758257846 -0.4611661269870639 -0.46703741622548905 -0.6386941187021692 -0.7065300113999212 -0.705774519193758 -0.7083308651816768 -0.7101070392956661 -0.7222768501455384 -0.7255470393024661 -0.7257322481430578 -0.7246783279982303 -0.7244358578223787 -0.7235187511944924 -0.7520971158573806 -0.5011493396019681 -0.5230071420359085 -0.3779289716835746 -0.4377069454233244 -0.2675772610596954 -0.22399666531461576 -0.30245890449024493 -0.20080082971816893 -0.2765431679948881 -0.254020043642414 -0.4755314631945744 -0.48976993976182953 -0.6667696412795164 -0.7088322863498256 -0.708091700236114 -0.7157311860413962 -0.712439244520476 -0.7255016330255929 -0.7186602662468233 -0.7343713329589248 -0.728090737291774 -0.7419266177177624 -0.7349329872623048 -0.7747466852516888 -0.5072246501316362 -0.5328432544887041 -0.37762592104837656 -0.4540266803581149 -0.32340248433698515 -0.2454655238071244 -0.363404211059536 -0.22349119161183148 -0.3809519986231253 -0.21656708605114167 -0.49442341655261685 -0.5180481410980989 -0.6762106859038219 -0.7206546886666522 -0.7175206976027841 -0.7308998098747665 -0.7252279489911658 -0.7522544434952073 -0.7404176042875199 -0.7634781988280775 -0.7566365048108474 -0.7724619046895449 -0.7608667468270706 -0.8208271262400952 -0.5301013235073254 -0.5675488089645045 -0.393905148791851 -0.47897386961561433 -0.35074796063544145 -0.21859171873684916 -0.3976963302019385 -0.21600414217443714 -0.3908081185840191 -0.2280088623614222 -0.5306099539323376 -0.5333081188887299 -0.692245880292325 -0.7656772207012729 -0.7667442857343365 -0.8030858563410199 -0.7825732077400617 -0.7974166369205403 -0.7891588169350356 -0.8182868050126111 -0.8011382243244256 -0.7956166034077745 -0.757955037169004 -0.7927411555746617 -0.519339831407378 -0.5374145827938976 -0.3787787534534112 -0.4528591763475314 -0.32609015202433245 -0.26457120613726615 -0.3646415710755522 -0.23784113139515492 -0.3674196328398968 -0.2036620131812884 -0.3512160856752061 -0.16557009441307702 -0.12149634882753703 -0.4365366611699871 -0.44407946150415367 -0.5438160197756332 -0.54319270487921 -0.5465509178397796 -0.5445939068250355 -0.5499758170013732 -0.5539309642632424 -0.4402518021390975 -0.43508011418228965 -0.4368423021882112 -0.43465192277778014 -0.4499536682323812 -0.25708052317548075 -0.20321587478904582 -0.3656736722878485 -0.2011278596698354 -0.256550213837192 -0.202935682901888 -0.2586812014692275 -0.29339741546668685 -0.258377871399669 -0.2156210775682828 -0.2152160156842966 -0.10384836407234488 -0.16692657903418293 -0.3981161574771491 -0.18412793695394963 -0.392471602467333 -0.23137591138294855 -0.3923694688662358 -0.2095284597433296 -0.3940195714985393 -0.2386470836132949 -0.3254904941899165 -0.13425853348581904 -0.322345664827082 -0.09810816403875387 -0.34162645479747983 -0.15625106933266134 -0.3538911978564843 -0.20294263811110447 -0.3190343056406445 -0.19958973281431275 -0.32815817992238827 -0.49377461985717075 -0.517639713808535 -0.6753841652045265 -0.7074345000680979 -0.7056427694787947 -0.7078903753398287 -0.7067764020222199 -0.7090796270087137 -0.7076548069674974 -0.7123834160361956 -0.7114479877887259 -0.7171593978181923 -0.7135223645725461 -0.7541412558450846 -0.49746311848479935 -0.5246653719138784 -0.3686340843985946 -0.4396745010998243 -0.302568697341535 -0.20362163179410833 -0.34938275604255237 -0.21053685989436896 -0.3167589776909395 -0.2109626317676819 -0.4003563932882854 -0.3988273067011512 -0.5717078242245249 -0.7007562954863608 -0.7073209518991032 -0.7107898422006682 -0.7096902896066981 -0.7259019621965481 -0.7257151856106266 -0.7361913674691818 -0.7344492065066229 -0.7513492566646554 -0.7423099657743312 -0.7911678133693792 -0.5131543736535834 -0.5411282631602702 -0.3781316087536191 -0.45370616477904263 -0.3223134286505721 -0.22205202808017627 -0.3568481315949682 -0.20625877010554547 -0.3583346633801548 -0.21539284300338882 -0.4789366296063842 -0.49941237910511993 -0.6605829519975602 -0.709000074763432 -0.7081965260229084 -0.722151710286163 -0.7282798021795104 -0.7558555442470609 -0.7633561375064916 -0.7637416743931597 -0.7604355043905628 -0.7797316528390775 -0.7690686375825974 -0.7928138313155757 -0.5223672170303304 -0.5718243173349202 -0.41328056638990257 -0.48553851766539935 -0.32869578533998567 -0.2546192883863024 -0.3772965671060639 -0.2097963284503876 -0.3688979020358449 -0.22272157388946512 -0.5168585341327154 -0.53854024952349 -0.7001782689293288 -0.7672866169434024 -0.780502194152766 -0.7786696066486619 -0.770309896531148 -0.7853931615459753 -0.7731444640344771 -0.7976926850812587 -0.7745085377534203 -0.7710509656754594 -0.7648505785906652 -0.7970373411082063 -0.522591765964834 -0.5415305581982344 -0.37835098513292004 -0.4537886300952436 -0.30985916791016754 -0.2080143883355005 -0.3624776487751491 -0.20660163034218412 -0.34943726171448036 -0.21473180434833256 -0.48375709125418553 -0.46982959230264926 -0.632001277275866 -0.7078497800334582 -0.7067680380913773 -0.7105663058547433 -0.7099633264622053 -0.7176716801972475 -0.7125845107606459 -0.724297241768908 -0.7117832359308354 -0.7218980803012102 -0.7105834218348602 -0.7511218395788678 -0.4983172517964776 -0.5248747302636786 -0.3771290875957478 -0.4521449390634507 -0.2761321459573907 -0.2583069477687258 -0.30266267854568607 -0.28177768182732266 -0.3054746668732303 -0.25411127074585826 -0.31792262880254374 -0.16557009441307702 -0.12149634882753703 -0.4374922000476358 -0.4446806276791448 -0.5456159119048257 -0.5441928759272002 -0.5506839536706549 -0.5463423235133231 -0.5648240660537425 -0.5631976851479928 -0.4513447236908943 -0.4376098373378508 -0.44774691895699925 -0.43819825113648 -0.46098534116264694 -0.2878236457644103 -0.2167691088743648 -0.3862708929071159 -0.21148185237825348 -0.3561531837480561 -0.19622222489885022 -0.3034720243744245 -0.22405085781546866 -0.3141185307720835 -0.1899552153896201 -0.29038518356651555 -0.10384836407234488 -0.16692657903418293 -0.4119345639704285 -0.16692657903418293 -0.4185275661676742 -0.16692657903418293 -0.42318545651847084 -0.16692657903418293 -0.4272724180653996 -0.17266677906777395 -0.3559613605665833 -0.09810816403875387 -0.3513187389869088 -0.09810816403875387 -0.38734506807698493 -0.15625106933266134 -0.3728445169773727 -0.18549407348925484 -0.39036955950343727 -0.16557009441307702 -0.4073455349608107 -0.525818382031046 -0.544218596895578 -0.7180522609558873 -0.787471009420608 -0.7835066208269997 -0.8196002525333379 -0.8102725057094887 -0.855690805126702 -0.8440874160662046 -0.8746095673169855 -0.8574375417807176 -0.8782548370412673 -0.8524280907380412 -0.8586853979742132 -0.5588094851235064 -0.5942646602239189 -0.42983043545582533 -0.49066368330162297 -0.3285823188621919 -0.24986346321994274 -0.3725023436214357 -0.2137946851738229 -0.3075660509379669 -0.23117560619621288 -0.4370306472292179 -0.424252487637142 -0.5890098533768928 -0.6680411003052188 -0.6736387953661621 -0.6846612383843498 -0.702729744047625 -0.7068039469034019 -0.7068082407759618 -0.7082306125543689 -0.7077866269647292 -0.7078638705649429 -0.7074752502201368 -0.7422699522191633 -0.49736955232000213 -0.5165431187758877 -0.3395380940859862 -0.3948848803336328 -0.2758717337911655 -0.20239877970782277 -0.29340688275075516 -0.24936987184543793 -0.2909044686257379 -0.26782147134982276 -0.39317863974911227 -0.3958702291174684 -0.5661377620546395 -0.7020691443223851 -0.705450844966068 -0.7065981144744331 -0.7072081455741995 -0.7080457983599151 -0.7082292100613095 -0.7084573741498211 -0.7095302699144701 -0.7141970426920915 -0.7164424490347708 -0.7499341723261318 -0.5009881090359961 -0.5231248289347697 -0.3770298142111633 -0.43829639130997666 -0.3068757469005385 -0.20306552695227809 -0.34356644634625083 -0.20097252063452214 -0.3058204745222788 -0.2395620213228112 -0.4214850628391075 -0.43023641141729335 -0.597167097752082 -0.7061795842599571 -0.7075121644056718 -0.7098587179015958 -0.71383815086074 -0.7186763512533434 -0.7204608283805208 -0.7201287077085001 -0.7240681835884915 -0.7207799720150826 -0.7231069329949582 -0.7500801795934994 -0.50088209157058 -0.5238737783617076 -0.37848016080763935 -0.44819039873699257 -0.326421833472304 -0.2077455980246412 -0.3613550108175993 -0.20190721961117128 -0.3574200794941503 -0.21391469404892413 -0.4736811824244348 -0.4602299028273733 -0.6444656798310854 -0.7087748735039113 -0.7089928081768502 -0.7195004948350022 -0.7135344774173228 -0.7294854115347111 -0.7274404849092059 -0.7390372209360113 -0.743575325683405 -0.7622390095143919 -0.7529654150621616 -0.7862721530298341 -0.5244171366448593 -0.5539545161435232 -0.3908362773073519 -0.4656840877592901 -0.3341341594951891 -0.22472226704825612 -0.38800395085948997 -0.22076775423496958 -0.37933778825206627 -0.2144451497477441 -0.3867617487833417 -0.16557009441307702 -0.12149634882753703 -0.5180894683372611 -0.5185094131567236 -0.6562127603435862 -0.6571946507673625 -0.6783388435665022 -0.6766912718236588 -0.6878043575201163 -0.6864894762754916 -0.5741847969442548 -0.573784530735916 -0.5913521865483631 -0.5685706649672366 -0.5703921207636469 -0.298213213093192 -0.2593410934117397 -0.414286275315975 -0.25457863835682293 -0.4015212106951885 -0.21348910434271934 -0.3898714242042184 -0.20749161496764085 -0.39948870013816584 -0.20787809107729674 -0.3320644404719788 -0.10384836407234488 -0.16692657903418293 -0.48376990557990057 -0.16692657903418293 -0.4633274984481456 -0.16692657903418293 -0.45490881636429364 -0.16692657903418293 -0.4557946285557712 -0.17266677906777395 -0.3667330390215935 -0.09810816403875387 -0.35147969080411356 -0.09810816403875387 -0.37858504470726084 -0.15625106933266134 -0.37038536474995876 -0.17760084538214052 -0.3820535419898488 -0.16557009441307702 -0.3862066140899821 -0.5005052062221914 -0.5205597060962065 -0.6807713022151327 -0.7330219988264156 -0.7353998788332239 -0.7534025615338199 -0.7336326709387039 -0.7660924257896009 -0.772396439523776 -0.7980540293297825 -0.7769726199607702 -0.7992593984812857 -0.7757652588254739 -0.8064326308145644 -0.5140533087768359 -0.5436667769194974 -0.37862636059732013 -0.4560123225920466 -0.3371362033822603 -0.22521029934074271 -0.3847965989799016 -0.2173204306595382 -0.3657958588215229 -0.22023171516743467 -0.48930372052032306 -0.48062566678834295 -0.6700780949861077 -0.7177815986834986 -0.7285702280909468 -0.756096255277117 -0.754566383452625 -0.7804570928438932 -0.7808334690693782 -0.7873083972033426 -0.7697620874481571 -0.7953172283093073 -0.7897977276266734 -0.8460362282556363 -0.5437729888085426 -0.5736590006903195 -0.3962871212921415 -0.4638267514205783 -0.34838594270776685 -0.2229077173232221 -0.3934384075396631 -0.21698569739165494 -0.3800239812731209 -0.2265996886006281 -0.5048398094106724 -0.5232360549738664 -0.6855947125737581 -0.7525192071089395 -0.7593951615809025 -0.7952021350132791 -0.7861453403406786 -0.8024634820104334 -0.7798610124622942 -0.7984280002055457 -0.7902942590494701 -0.8139374443347226 -0.8021486594855706 -0.8486963088678339 -0.5581835979006112 -0.5814635252801824 -0.4141163712711818 -0.48769837746663874 -0.33622947534849434 -0.2732104329529815 -0.3666511027063561 -0.21797896944628503 -0.36129869564634115 -0.22123877078450188 -0.4700994126495935 -0.4729243161860031 -0.6621292857288436 -0.7096512595362262 -0.7086381624602638 -0.7214250093151687 -0.7152684852508553 -0.7307962109681305 -0.7175609746115669 -0.7430144965182556 -0.7285109669971943 -0.7396850300876794 -0.7277988559998927 -0.7698753191570239 -0.5044116932784763 -0.53148433016986 -0.37753335026358675 -0.4510183755973488 -0.31724549143627295 -0.2201864307989787 -0.3620444686657425 -0.20510566845488176 -0.34847803298533714 -0.22801937450304774 -0.4933288923404439 -0.4858357101046364 -0.6656127846969897 -0.7099576909550073 -0.7091998249167611 -0.7147225506724808 -0.7120811792736227 -0.7237516949397678 -0.7146381090008862 -0.7288929885778379 -0.7210940860074022 -0.7352674621830685 -0.7270224250383178 -0.7784514315488192 -0.5048640233584337 -0.5304533607480483 -0.37754285385209696 -0.4533358111240861 -0.32398061974292935 -0.25595085985644167 -0.36310743410413693 -0.20427549919491375 -0.35833135158010654 -0.2040235590632804 -0.34206250948617123 -0.16557009441307702 -0.12149634882753703 -0.43999244862765113 -0.44558786663914424 -0.5482578584178304 -0.5468669601192931 -0.5602952400401663 -0.5539165394674228 -0.5716516896332511 -0.5699100926000635 -0.46123220307209706 -0.44422838340432463 -0.45643034762337187 -0.4445955130818666 -0.46277081735052106 -0.2847718675750507 -0.2179624164818179 -0.3911602521961555 -0.21438490760983347 -0.3543068726324271 -0.1980627543383906 -0.29108477195998894 -0.20604056468021886 -0.29274432780633985 -0.19016606858382518 -0.23785947013527767 -0.10384836407234488 -0.16692657903418293 -0.40138451225749455 -0.20757274524260935 -0.401147559294282 -0.22392049963048033 -0.4109335345423239 -0.22542787049010432 -0.41468935200993573 -0.23638224115052164 -0.3479260842802631 -0.16126698010598178 -0.34392473392609485 -0.1572627516892391 -0.39194809884302517 -0.15625106933266134 -0.3807540410074086 -0.16557009441307702 -0.3880316710934049 -0.18534929681305345 -0.39820896140057555 -0.5088184393784094 -0.5298046671501079 -0.7013725327592468 -0.7635213542471309 -0.7749195824024236 -0.8060297398718966 -0.7947227841734688 -0.8203519468541524 -0.8138032295969643 -0.8596975978876581 -0.8368619432375678 -0.8746212066651674 -0.8563450605296272 -0.901827258578146 -0.5854395697749347 -0.6140798633606993 -0.44098663331963434 -0.5173598030546334 -0.3518413342180729 -0.2237494472739553 -0.40727733804413296 -0.2198719534272958 -0.3928787353573647 -0.2304679665804396 -0.5462816495785231 -0.5754185244268349 -0.7488482508780522 -0.834319797145428 -0.8590969856310979 -0.9018824003012123 -0.8795442087741572 -0.9326310462413584 -0.9132005492071502 -1.0 -0.9149020967665248 -0.9420018428112917 -0.9057006651571968 -0.9866615192449982 -0.6422909184714809 -0.6663302743853527 -0.49389169981459297 -0.5545775383734015 -0.3588341762251171 -0.2300243849000578 -0.40503532581422486 -0.25824016591171167 -0.3859303958014022 -0.2277293135061913 -0.5005647891275569 -0.5187732787987795 -0.6767041025112399 -0.7374675822100669 -0.7375879611559814 -0.7729394120734426 -0.7801106740499905 -0.7946442954705344 -0.778908194629363 -0.813975060654445 -0.8052031403851243 -0.8320755124272626 -0.7867791246860237 -0.83811860368264 -0.5527142784403195 -0.5905065428714226 -0.41933756213046147 -0.502504870841979 -0.3465325924830657 -0.23305257204729463 -0.3937135007679368 -0.22548147317367742 -0.38458672056849114 -0.23121283452599511 -0.5285396584666805 -0.5463880207030689 -0.7177507391356486 -0.7886892397346914 -0.782589191383226 -0.8122683632627901 -0.8089386343158136 -0.8368312198854918 -0.8151061831883865 -0.8463911763062905 -0.8295371707385681 -0.8472331572310742 -0.8503402599749901 -0.8820848383500003 -0.5850996630443293 -0.6246498955493163 -0.44356386315606844 -0.5114416465351028 -0.3540960589831726 -0.23315595481083518 -0.39519211274462235 -0.22580510371113555 -0.37878658854105446 -0.22922058341281976 -0.504387775116263 -0.5190432966733503 -0.6797424703227577 -0.7362004473672352 -0.7218820324067656 -0.7392644092517535 -0.7258322787596101 -0.7435458970023332 -0.732528597946258 -0.7517223064864721 -0.7413173362488376 -0.7656656509626245 -0.7512025342704909 -0.797700596983732 -0.5149185746251932 -0.5434798170525994 -0.3773474756996316 -0.4532709374241877 -0.33067180708676674 -0.2665708958690529 -0.36539258911599964 -0.21847030865761546 -0.3606531208030921 -0.2108858757273467 -0.3580516407994431 -0.16557009441307702 -0.12149634882753703 -0.4547488019078858 -0.4583165488140412 -0.5685548133944698 -0.5675563057333931 -0.5848209319168927 -0.5906626902197799 -0.5850236506412759 -0.5993520087286255 -0.48666658000872237 -0.46454143385231156 -0.4815783034929131 -0.45130279644845606 -0.4742886669540805 -0.2862127853874495 -0.2170822608282072 -0.39000464849851546 -0.21465411579160712 -0.36545743306641293 -0.2239366919008728 -0.362915983959502 -0.1943392405590808 -0.37514557566965867 -0.19356298685256174 -0.31552550202577057 -0.10384836407234488 -0.16692657903418293 -0.4157699003258472 -0.16692657903418293 -0.4196352623911466 -0.16692657903418293 -0.41444226069415474 -0.16692657903418293 -0.4301464935663228 -0.17266677906777395 -0.355099542538887 -0.09810816403875387 -0.3454274676538468 -0.09810816403875387 -0.3852800218948616 -0.15625106933266134 -0.33818153684972896 -0.26688636449504227 -0.35177829690791435 -0.17240889708748894 -0.3434701455098258 -0.4562982644546419 -0.4600463662349539 -0.6369983810334879 -0.7104647785109798 -0.7228845579620716 -0.7414585930493349 -0.745993392245218 -0.7598637419602494 -0.7678233585428947 -0.7776890991677173 -0.7732690864154019 -0.8145974038088309 -0.7946418997714259 -0.8252852729985592 -0.524549305050994 -0.5737632602116912 -0.3831442842915536 -0.45993968776998073 -0.3435076604132922 -0.21767166797627868 -0.38640430014653243 -0.21510080718941754 -0.3733996245008057 -0.22509617278713953 -0.49508269818380696 -0.5182871157242184 -0.6766299352112626 -0.7453683103942358 -0.7657227486988734 -0.7742643563103447 -0.7682299559257129 -0.7867454139261482 -0.7620014596596294 -0.7909080989634842 -0.7904692301617839 -0.809086735189568 -0.8019998933468996 -0.837326264595075 -0.5404693247749359 -0.5686486976489377 -0.40083534013470623 -0.4835249491201661 -0.3526794146707329 -0.22018011752737654 -0.40060515657701273 -0.21694118007030702 -0.3884170243509887 -0.22694833117613827 -0.511365750623003 -0.5302226170215302 -0.6937261450909504 -0.7536220976079737 -0.7529848433565632 -0.8024119125326966 -0.8313047038031732 -0.8549264434083916 -0.8382401040628541 -0.8518591154253644 -0.8346452690099044 -0.8489987828719948 -0.8518819663328736 -0.8949795154255467 -0.5879290630415525 -0.6198848449285379 -0.41934425473676196 -0.4880002535107694 -0.33363878542262687 -0.22665022829901785 -0.3672101539107266 -0.21044908059860548 -0.3108483228041581 -0.27936613822030004 -0.4664356984780938 -0.46216145839945444 -0.6462495928131887 -0.7094182312969864 -0.7093040471887633 -0.7221016542048311 -0.7166569222837645 -0.7321754221017984 -0.722758875087243 -0.7392432135694039 -0.7364113103410364 -0.7525992808460193 -0.7410709440752983 -0.7908167247949741 -0.517438508585071 -0.5424259776514581 -0.3782522339872716 -0.45498028200538565 -0.33060317552766777 -0.26236118874689457 -0.362855244116843 -0.21719362895849642 -0.3489429658703648 -0.222045186314978 -0.4653816531346693 -0.4705321227249729 -0.6495470179270756 -0.7106031913025571 -0.7230061993134677 -0.7390514406151036 -0.727658195688818 -0.7420868528660481 -0.7371442811762553 -0.7605389580455069 -0.7443480359631229 -0.7680597843988966 -0.7389836684648954 -0.7756601539568533 -0.5121800978339098 -0.5399356435425601 -0.3790721770802124 -0.45658139558975763 -0.33479387032549723 -0.26046862041756924 -0.37372791412030293 -0.2519142494633423 -0.37665828386225336 -0.21379806562463674 -0.3820753493151989 -0.16557009441307702 -0.12149634882753703 -0.5052680495031344 -0.5109198405882466 -0.6204996285398322 -0.6302283150612115 -0.6466021006464788 -0.6274391948997954 -0.6552966314606608 -0.6862788862849307 -0.5629275439501741 -0.5097136702267104 -0.5182957216695283 -0.5011678790112205 -0.5115805334122773 -0.2972638249941939 -0.22092875675490312 -0.39805008418288323 -0.2159567640588814 -0.3625917512294166 -0.21787838224762532 -0.3534033710899144 -0.19213661729024137 -0.3466250146225025 -0.2228947017931696 -0.2885845537651608 -0.10384836407234488 -0.211852623953026 -0.4059883242946981 -0.2825228323477477 -0.401768426638192 -0.28912050581678267 -0.40076556951420916 -0.2841250108248839 -0.4038267271644659 -0.2909576452707617 -0.3311018328245281 -0.2070716167392757 -0.31979160791739314 -0.2021697987010901 -0.3522519308222169 -0.2604043831706535 -0.301841878371511 -0.26662559332095304 -0.3043076830021068 -0.26578306397731377 -0.34039893494923146 -0.4932155086429158 -0.4949864196843698 -0.6752639897383508 -0.7164368452592358 -0.7517305348932551 -0.76832257416877 -0.7676648477287179 -0.8124643491973204 -0.7842142922493928 -0.809611582134411 -0.8112520195971651 -0.8431296315097899 -0.8208585029203991 -0.879398844982635 -0.568939463502001 -0.5970960335797316 -0.39475061063533157 -0.4861670221202688 -0.3498514201915034 -0.22626644584642963 -0.3995488497980144 -0.2178944776463169 -0.38250795188606207 -0.22685667803690993 -0.5052240417710954 -0.5323784096075519 -0.7005270915545265 -0.7751003607753862 -0.7833526250358378 -0.8176831476451195 -0.8136625303907407 -0.8526998624126962 -0.8455783225051191 -0.8816034565070364 -0.8678590008193192 -0.8878731298116629 -0.8493943726891185 -0.9277355213629159 -0.6004961548796315 -0.6316213978546058 -0.42475043052793354 -0.4675297992491342 -0.3471000552704711 -0.2186957089798513 -0.3839957645632049 -0.2136823093378185 -0.3697237429589645 -0.2168688068435795 -0.482636292644145 -0.47338366870506876 -0.6652932786616533 -0.7126820460463258 -0.7138726793307895 -0.7317008466676471 -0.725534927408737 -0.7518478695058534 -0.739951498067696 -0.7559977834596785 -0.7376806116953835 -0.7685356388309891 -0.7456509997654299 -0.7976890748487621 -0.5082500168459777 -0.5418801688520318 -0.3787033128092629 -0.452691544472098 -0.3289859288787893 -0.26062503150637056 -0.3645492324265446 -0.2490152904635798 -0.36583027761787207 -0.22125647613778257 -0.46242560981360703 -0.4636465406919083 -0.6496531348168709 -0.7114466207411356 -0.7283775247453957 -0.757994054696929 -0.7391926135673201 -0.770723172952836 -0.7605729341502636 -0.7923748846341983 -0.7768511209496501 -0.7939693935569965 -0.7723057151030068 -0.8443562530000454 -0.5522960343321852 -0.5792996063193816 -0.39802012242924506 -0.46273130843924487 -0.34761512729876515 -0.2198253245505682 -0.3944742780690878 -0.21540742278146774 -0.3753881525111593 -0.24780745412555094 -0.4951237720563373 -0.517476884687167 -0.6757625265408707 -0.7275171765553684 -0.748902492209646 -0.7710086628264765 -0.7599346511229422 -0.79996032523355 -0.784342488322078 -0.8182162398849984 -0.8274802240796878 -0.8581137482114902 -0.8143209603657554 -0.8431691291661482 -0.5628271175033406 -0.5905752734555841 -0.4131968132900464 -0.49190938352034774 -0.3566720284196337 -0.24350438820567769 -0.40328776130787486 -0.22074175137511362 -0.39311074531643564 -0.2403084164960841 -0.3938940805713074 -0.16557009441307702 -0.12149634882753703 -0.5367294662112734 -0.5227034447117578 -0.6510749121906045 -0.6395618806173651 -0.6620791609189294 -0.6577114125111321 -0.7183085927598282 -0.742596652619744 -0.6467129159583279 -0.603456455475655 -0.5802854298544227 -0.5575719296669672 -0.5975692640055094 -0.30577920162848504 -0.2706626965585181 -0.4216557746485819 -0.26441123181441173 -0.4068425139618917 -0.21385675190014514 -0.3998701129754077 -0.21259591022723381 -0.3918368802960973 -0.20333067001089006 -0.32891577028733787 -0.10384836407234488 -0.17715190597077415 -0.42687911658774713 -0.3229117521110485 -0.42499175545592194 -0.3093737507540651 -0.4177328439829736 -0.3086629131341337 -0.4214011248387295 -0.318035738137939 -0.35835002632373664 -0.22364209414845634 -0.34120995536269555 -0.21895013554003892 -0.391915263312921 -0.2760196644164503 -0.38416438658930047 -0.33405042795960177 -0.39479266745064656 -0.30146564721251584 -0.3976758129502148 -0.5862015459900612 -0.606338294498152 -0.7683940362767202 -0.8376026913329375 -0.8238594324245548 -0.8428208905746896 -0.8251032156093489 -0.8574554571456388 -0.8467871246088081 -0.8856373531560682 -0.8647793156214717 -0.8466863205794213 -0.8379992077503119 -0.8713091035278804 -0.6140706475890709 -0.6421130064315207 -0.4503704846195447 -0.5218898650594959 -0.3517392312724986 -0.22221094959950483 -0.40230310845578715 -0.21731674245853108 -0.390888837027829 -0.2274038350304149 -0.5172314995583649 -0.5310179107985187 -0.701597769324213 -0.7884773280063598 -0.7866566744972199 -0.8502599760227992 -0.8041226981553 -0.8320394204463525 -0.7946124146816961 -0.8358387165585744 -0.8346132762331389 -0.855513121076782 -0.8772132624735809 -0.9078919847087458 -0.5796597891739402 -0.6168360300614405 -0.4348672913729698 -0.5102471618264343 -0.35815458977614567 -0.24909510808404364 -0.40474987028028614 -0.22157598945588167 -0.39619585983655137 -0.25662472829503863 -0.5550629003367592 -0.5752781059662609 -0.7378285339216067 -0.8180403018916821 -0.8140979762919714 -0.857460445303989 -0.8611145477892792 -0.8896453815128526 -0.8877899915367026 -0.9312908122919884 -0.9495654650349851 -0.9949323685605422 -0.9176942280654268 -0.9544512086648613 -0.6375923965106937 -0.690295359056047 -0.49902396285561534 -0.5787514020200852 -0.38486021155818734 -0.23337765145065542 -0.4310780948496082 -0.23120872428798456 -0.42014752596136395 -0.24195057100447834 -0.6350011859463173 -0.6433518651676773 -0.7986184473994237 -0.8645302455415871 -0.8546843922473212 -0.8875794044935224 -0.8598745390434469 -0.9376597493770097 -0.9171969180747073 -0.9702796771224986 -0.9629405444830091 -0.9694389990950399 -0.9420003226162594 -0.9244930393016766 -0.6467237897461419 -0.6985435438748191 -0.5274196234842314 -0.6303134584535169 -0.38873454614314484 -0.23463516104421683 -0.4437862767087814 -0.2375546866602149 -0.4648857581287102 -0.2560010622738625 -0.6943653491416313 -0.6907101475898875 -0.8217511053224686 -0.8709245746029721 -0.8798252873950714 -0.9088746821166285 -0.8788615418095841 -0.9102393789332671 -0.880426780641488 -0.9353714846983107 -0.9035434906699533 -0.9407688383716574 -0.8759081520001798 -0.9525137677551633 -0.6242648841676062 -0.6773520746015078 -0.4878335290887491 -0.5624642465435086 -0.36421522028754183 -0.26600688792606647 -0.41634785963162374 -0.23509023743086524 -0.4099028522039542 -0.27862063865030945 -0.40357874070092903 -0.16557009441307702 -0.12149634882753703 -0.5598701016559761 -0.5308147164343261 -0.6089296556015912 -0.6389302602829462 -0.6581314711881467 -0.627425785048061 -0.6309291485867748 -0.6298555647974219 -0.515898423335791 -0.508945838626194 -0.5048180335086933 -0.501361767840332 -0.5167297948069178 -0.28027043348274383 -0.2693243777145655 -0.3889276960886133 -0.261182305954591 -0.37536337958207394 -0.19547202315343526 -0.3768477254677498 -0.19431141145292197 -0.362870694946908 -0.25956923503458473 -0.3062194113008662 -0.10384836407234488 -0.16692657903418293 -0.419042150398797 -0.16692657903418293 -0.4137475240176653 -0.16692657903418293 -0.42378503736727047 -0.16692657903418293 -0.43330485172481215 -0.17266677906777395 -0.36278938540509825 -0.09810816403875387 -0.3463380231981947 -0.09810816403875387 -0.38086536405798915 -0.15625106933266134 -0.37066239744261914 -0.16557009441307702 -0.385419895513175 -0.16557009441307702 -0.37974993606086194 -0.49514364395709975 -0.5186642937068715 -0.6765979483742892 -0.7382506041760593 -0.7446118847263012 -0.7726414636609461 -0.7685620867869462 -0.7842644768399933 -0.7765218210215684 -0.7965231329508113 -0.7977712499859432 -0.8135534897367307 -0.8133278900213088 -0.8517821180390579 -0.5481260832201837 -0.577093691181907 -0.39796635210661085 -0.4878237976344798 -0.34713003219351257 -0.2175141169389117 -0.3954306153406278 -0.21441214072165798 -0.37342322986529874 -0.21572087524171185 -0.4950244068154021 -0.5174764537952156 -0.6758621545347963 -0.7167509113120741 -0.7436786044312848 -0.7666972382715455 -0.7700344508390459 -0.7765508587554073 -0.7617051018176656 -0.7981813557133653 -0.7915477897970283 -0.8233228054807022 -0.7995136498825952 -0.8520777649343745 -0.5496100102284817 -0.5958263431706868 -0.4257507821111133 -0.50480368366222 -0.35451787026056236 -0.23417604133325712 -0.40170384182110025 -0.21886859839658634 -0.3926429403972041 -0.2282918359133456 -0.5139394769928812 -0.5323522506678003 -0.6988696860561251 -0.7657449322384214 -0.7668759062722096 -0.8047048023687075 -0.8195980607938138 -0.8677670853431639 -0.8468374604934175 -0.8704026397678749 -0.8548133182969656 -0.8862200290433292 -0.8871768084165117 -0.9008886343879202 -0.5840383561736486 -0.6085287028931166 -0.4495516383689465 -0.522825858969299 -0.3551592032496848 -0.22390787311814767 -0.40707341811953524 -0.21968232155761644 -0.3954525825478954 -0.23116658555457975 -0.5547130624548212 -0.5682590618560421 -0.7405971665959027 -0.8098442675828665 -0.8058447735229277 -0.841208413011511 -0.819303002213636 -0.8695286020186017 -0.8776341405985231 -0.9141123150853147 -0.8411834898690806 -0.8475549896214639 -0.8502071850024007 -0.920202635312693 -0.6561686080728641 -0.602284134119163 -0.4429995033998686 -0.5178049920417053 -0.3509542906521595 -0.22522288101994978 -0.3980220392298165 -0.22206176773970476 -0.39488882830926036 -0.2322399555257684 -0.5467482734429312 -0.562814854562363 -0.7342755741632473 -0.7998488576560077 -0.784309631576067 -0.7974670325358341 -0.7983591736817565 -0.8257337671520898 -0.8085918376076098 -0.831111997868036 -0.8348598518651401 -0.8547217520738072 -0.8396657054407337 -0.8884403205611692 -0.5944281082323916 -0.6206359059157025 -0.4465831503321246 -0.5276386175403404 -0.34993275764492304 -0.22380163803730038 -0.4009013232907277 -0.2194702316518796 -0.3978030814777542 -0.21573173129509007 -0.39751841093114343 -0.16557009441307702 -0.12149634882753703 -0.5699193308212973 -0.5230432974573919 -0.6280256408712341 -0.6205376706797806 -0.7243135694017756 -0.6580131222385278 -0.6809050667408878 -0.670836437286209 -0.5612871871070122 -0.5377296442488324 -0.5376340015372125 -0.5219902565051945 -0.5382053167188219 -0.2967477914780957 -0.25318836164263697 -0.40803929426724067 -0.22054288242847558 -0.3814610490937273 -0.20665309937185752 -0.36888847191191976 -0.20024640189211157 -0.367026080079716 -0.2648253553450057 -0.30440456371178654 -0.10384836407234488 -0.16692657903418293 -0.43871208071442924 -0.16692657903418293 -0.4293863737803598 -0.16692657903418293 -0.4389635621063476 -0.16692657903418293 -0.4378279997242325 -0.17266677906777395 -0.37136526536508957 -0.09810816403875387 -0.36574461285750676 -0.09810816403875387 -0.3953240031334635 -0.15625106933266134 -0.37936283587486197 -0.16557009441307702 -0.38249679579486984 -0.16557009441307702 -0.39059989481589863 -0.5161173701583709 -0.5299977900869551 -0.6937265908518585 -0.7538271402024518 -0.7702386471839299 -0.7978453634122619 -0.785090337121781 -0.799319396036024 -0.7835827258723447 -0.8107608330139348 -0.8113964150819573 -0.8410002625807083 -0.8343251085605585 -0.8958471052191326 -0.6059263446402939 -0.6389070728384808 -0.46443156507051114 -0.531982062225247 -0.3538148781555692 -0.22559846015325524 -0.39891197462473627 -0.21849862103869583 -0.3828169825197603 -0.22655021358642874 -0.4803022538938094 -0.4583652745973779 -0.6277629796448396 -0.7101571232260252 -0.7229877631311927 -0.7470113791177028 -0.7406277437258496 -0.7569976461445719 -0.7452555811798747 -0.7617134016522809 -0.7452129590186262 -0.7679863256453414 -0.7503618183022366 -0.8006645398375299 -0.5161486258686023 -0.5442207488432841 -0.37856603630183405 -0.45462782292464815 -0.33482289863258274 -0.21821956569189038 -0.38523371634174153 -0.21332583867423016 -0.35582734276757316 -0.2170771856740253 -0.47249177191549013 -0.4640969706386992 -0.6272089236383454 -0.7126349401705522 -0.7203357640287398 -0.7402139198623504 -0.7327063753945998 -0.7404978907376243 -0.7334467097399335 -0.7740349629896058 -0.7485553030228339 -0.7664982239389717 -0.7549436458377949 -0.8087402032387431 -0.5160147986252258 -0.5456628327312478 -0.37845092753775017 -0.45437546061892914 -0.3326607544221929 -0.21844259525754967 -0.38374483136957666 -0.2129783849115665 -0.3499670909881406 -0.21689346085288894 -0.453014859127676 -0.45499311599504555 -0.6227951923568349 -0.7093720339261071 -0.7109366646290428 -0.7377322237052897 -0.7350369794474879 -0.7673219898918084 -0.7554022719474625 -0.7879587193285267 -0.7745311630162657 -0.8054445015042895 -0.7766442598783491 -0.8306173860071489 -0.5269702692342481 -0.5609113274782552 -0.38453293325172916 -0.45965019706979865 -0.3430279130116109 -0.2191904569845881 -0.3841316957934172 -0.21489807067821812 -0.3506415013255649 -0.2174024794212893 -0.4658539022289146 -0.4714405123620511 -0.6400271014859318 -0.710617831241879 -0.717548594936866 -0.7679137763623477 -0.7448794224262429 -0.7748597599250449 -0.7693566032369542 -0.7975590863845825 -0.7900889938997876 -0.8117489744993188 -0.7958273858820176 -0.8502355944261943 -0.5399326888251268 -0.5754248716934859 -0.4530809692859714 -0.4684715167526757 -0.3512288370636254 -0.22151770655785555 -0.3933468118231795 -0.21814387649488337 -0.3737307125731187 -0.214345490484716 -0.36672933650379863 -0.16557009441307702 -0.12149634882753703 -0.4507517064035701 -0.46408366023660674 -0.6063795135349495 -0.5972381120145104 -0.6091170433395386 -0.5861968670933545 -0.6024465948824376 -0.6083257915911827 -0.4941384907599034 -0.4756901679426227 -0.48314577222442656 -0.4693470634002554 -0.4901361905262999 -0.34829742425734217 -0.23903396327897833 -0.3974577797502155 -0.2163248379845924 -0.37521163943757574 -0.20332620568705675 -0.3726037927185339 -0.1978456733238547 -0.35764588780419043 -0.19374192166298362 -0.296803095095269 -0.10384836407234488 -0.16692657903418293 -0.4231115025480114 -0.16692657903418293 -0.4246828742225594 -0.16692657903418293 -0.42833697960070044 -0.16692657903418293 -0.43424423299470694 -0.17266677906777395 -0.3630164415551173 -0.09810816403875387 -0.3557549203632411 -0.15625106933266134 -0.40141029094678543 -0.15625106933266134 -0.3889790365053673 -0.16557009441307702 -0.39588880594324816 -0.16557009441307702 -0.4005108120258353 -0.5373295453380511 -0.5566902277818043 -0.7215855979953137 -0.7840460249587838 -0.781864560339663 -0.8016559959630968 -0.8018809594522386 -0.8254885914115264 -0.8249952898126124 -0.8305248142656135 -0.8124360989081283 -0.8453089171895317 -0.8328417129125776 -0.8758928881157957 -0.5886723825696385 -0.6228705372848106 -0.5084770440588892 -0.5295017322104335 -0.346805282853589 -0.22075870472183873 -0.39696747789713716 -0.2181174309081275 -0.3936223904697456 -0.227633735827314 -0.5527374504482752 -0.5721568138207942 -0.7175784013648251 -0.7836676207598137 -0.7541169583430609 -0.778364312017803 -0.7572979008541516 -0.803232906147178 -0.7698078557627569 -0.7927073307474196 -0.7792402598567181 -0.8080148699963747 -0.7961911433078125 -0.8550259747640307 -0.5439895662925566 -0.5713276978900771 -0.4544041965119825 -0.4637032053713688 -0.35063370106362873 -0.2202158963253974 -0.3952882587705863 -0.21611053292185514 -0.3708352048690166 -0.27962429961864643 -0.4938641721347889 -0.5143466307140759 -0.6755701439673724 -0.7237587618198629 -0.7466284816933223 -0.7867891679401747 -0.7870929368757873 -0.8236527842839715 -0.7986873301797548 -0.8321865876028699 -0.8169403830550264 -0.844620073404476 -0.8288353087345601 -0.8640582150062927 -0.5597297552512595 -0.589362419791167 -0.48085066469297416 -0.49055607008432084 -0.3526093676675282 -0.22084289188290107 -0.3946044424295302 -0.21732057993986606 -0.3750054053727946 -0.22687889127560476 -0.4961909223250237 -0.5183713635286424 -0.676296669088769 -0.7432081770450648 -0.7560178580790442 -0.8215404577322355 -0.8228348463333327 -0.8695282869059706 -0.8976064221204201 -0.8617733201696737 -0.8584216900522763 -0.8858766288837929 -0.850868927683728 -0.9013475002363311 -0.5945780053967689 -0.6209712069440666 -0.49245668481771604 -0.5088750373602293 -0.3699474555599056 -0.22645702634785053 -0.41701388349549495 -0.2255351022807497 -0.3950555346273348 -0.23133700965913778 -0.5073627836379656 -0.519059198417649 -0.6780078306074875 -0.738252591964206 -0.7337459347366923 -0.7525487883285091 -0.7403632719479151 -0.7662456755387466 -0.756541109881336 -0.7825973460880797 -0.7731887814955528 -0.7978831321093706 -0.7681077430291563 -0.8181543592681656 -0.5247288255737326 -0.5500825507058512 -0.4383167689276482 -0.4563771350834302 -0.333558894912365 -0.25734086851867677 -0.3655241728032852 -0.2196483944412533 -0.38023513001805165 -0.21120399548659835 -0.3652691499015384 -0.16557009441307702 -0.12149634882753703 -0.4420917488980093 -0.4465893356523071 -0.5607559375065608 -0.5662594514030409 -0.5774298975793488 -0.5720686261935455 -0.583571366426989 -0.5840937936881512 -0.4743422277509974 -0.45868420399886883 -0.47624057586834934 -0.45287820174342286 -0.4581015770108674 -0.3297559284214 -0.24943450399020037 -0.37022762274397286 -0.21355218142674545 -0.34808364908423345 -0.1934644359640029 -0.32991370292460703 -0.19216491648890482 -0.30506338277571926 -0.2015965297485817 -0.27184199133882775 -0.10384836407234488 -0.16692657903418293 -0.410215145729847 -0.16692657903418293 -0.4293771540694067 -0.16692657903418293 -0.47681529743142376 -0.16692657903418293 -0.4961169594375721 -0.17266677906777395 -0.40936121502605566 -0.09810816403875387 -0.39271942445890307 -0.15625106933266134 -0.43161197685176 -0.15625106933266134 -0.41524994375145996 -0.16557009441307702 -0.4302074526753189 -0.16557009441307702 -0.43817421517829785 -0.6042162608211037 -0.6132395309124508 -0.7759954015340256 -0.8470304946069028 -0.8459452802677697 -0.8602638617838315 -0.8473179755706292 -0.8638361231125692 -0.8588614758792508 -0.8484114712957727 -0.8814539612677491 -0.9147206942624132 -0.8603104664167078 -0.9341108357874359 -0.6276057176183434 -0.6588843599514299 -0.5333104055127024 -0.5671805995181162 -0.3593466842327031 -0.25976415573689043 -0.4139409827841442 -0.2539844812555314 -0.4086686831568028 -0.23346849351566865 -0.5873612924008217 -0.5974770677080531 -0.7494703793557748 -0.8284199923947073 -0.8367931725185795 -0.8963159055532108 -0.8795778235260614 -0.9134055888999782 -0.8843137897771814 -0.9437886966941244 -0.8826438048527047 -0.8649008793784062 -0.8157242635915816 -0.8439802625851969 -0.5461014483749129 -0.5785954704960068 -0.4734465123249781 -0.4921882098023459 -0.33644716320210544 -0.2728584494628074 -0.3721885479593113 -0.2613828365938089 -0.3712662873779557 -0.22538026309320536 -0.5013173343310792 -0.5189700435943836 -0.6768504894554737 -0.7219887293154624 -0.7327894801346362 -0.7453749122995192 -0.749053959182926 -0.7562540928035529 -0.7515741443108545 -0.7763894252548564 -0.7642147215071745 -0.7975559132743274 -0.7696622702792357 -0.8218172738701766 -0.5268326400687957 -0.555090465250762 -0.44238656376862906 -0.46460977340593274 -0.34669015184058144 -0.2201942837525207 -0.3871192148772434 -0.2153255888130845 -0.3702576973354185 -0.21742639323680552 -0.4882478713737322 -0.48256033837694406 -0.6427561400061437 -0.7105444545323268 -0.7312565792732386 -0.7609979730644195 -0.744485214705485 -0.7790194973612539 -0.7662874818641013 -0.8000173814541461 -0.7906049343872039 -0.8179634303769979 -0.8011629958618179 -0.845743256146787 -0.5327277978473308 -0.554370497999467 -0.4392248866339187 -0.4564132360916932 -0.34087301951451665 -0.2193150610395461 -0.38604472450176497 -0.21584631585280387 -0.36955113320994104 -0.22591945291498186 -0.4933612136312198 -0.5108059994084018 -0.6756320843637662 -0.7219572516820147 -0.7410120637415866 -0.7893118129255746 -0.7936164880508371 -0.8402918092823067 -0.8463557202674703 -0.8787378103796339 -0.8742478750277969 -0.9138335889617386 -0.8704162619604151 -0.933810354431308 -0.5932464113282755 -0.6162050289240686 -0.4846182256387085 -0.5006614894195002 -0.35660710299311316 -0.24082688815828282 -0.40265681710178036 -0.22120496348994687 -0.3910269185004128 -0.21775152912741877 -0.3913989790686407 -0.16557009441307702 -0.12149634882753703 -0.4776687316172019 -0.4743094602561556 -0.5884692953296075 -0.5586577148479501 -0.5752675925697822 -0.567522086415394 -0.5829336736588814 -0.5773138185702109 -0.460023458448156 -0.4520229999432032 -0.4541159616024232 -0.43852014466975686 -0.45830622721326714 -0.3306676043907242 -0.24849051490180382 -0.3724827669158294 -0.24463126515092626 -0.3613732629349155 -0.19426340349578403 -0.348890487769706 -0.19261663230061943 -0.32321636009242466 -0.19149681263327084 -0.31475563836798937 -0.10384836407234488 -0.16692657903418293 -0.4001221355128878 -0.1873404874211097 -0.39764034506657026 -0.19120110581169447 -0.3985376042067563 -0.21437371818841583 -0.3986707880843435 -0.17266677906777395 -0.33148195307749306 -0.09810816403875387 -0.3127001553950347 -0.16981810237571324 -0.3647147882948788 -0.15625106933266134 -0.3512999223653906 -0.22315594394012664 -0.37498673528393645 -0.16557009441307702 -0.3600599265753473 -0.4933100640790171 -0.5100779567488977 -0.7318353519204275 -0.7090345586319612 -0.7104657470731476 -0.7231964705549199 -0.713489555006085 -0.7242015202330175 -0.7224820407908297 -0.7293093815089275 -0.7187476607108599 -0.7319446247721931 -0.7213542553274875 -0.7633723929358296 -0.49916095676684674 -0.529788046551122 -0.4359521070463353 -0.451842952472131 -0.31735218843913465 -0.26035894028226075 -0.3626862159609422 -0.2386905365194615 -0.36667231190981825 -0.21794694093735 -0.492546748255197 -0.5040976260807045 -0.7263726107765904 -0.7089266075714138 -0.7074881317960648 -0.7216518443366358 -0.7162527471253809 -0.7292606615645881 -0.7263932406854667 -0.7428717800919548 -0.7355618924089821 -0.7564164002938231 -0.7417597392793492 -0.7830619933647044 -0.5092438728204329 -0.534194281323528 -0.43565384307318605 -0.45243742160403094 -0.32473890918301823 -0.25604131721621526 -0.3623157082404247 -0.2101323374094 -0.3490617559708589 -0.22059978840094382 -0.4614860435164502 -0.47734546564465397 -0.71100124871799 -0.7083497278198692 -0.707586874511774 -0.7182661999715314 -0.719381959406294 -0.7360177790395681 -0.7310707709731629 -0.7512094506364789 -0.7431745980704608 -0.7493170532873717 -0.7335082681017223 -0.7730435151584453 -0.5075772973546572 -0.543703762511768 -0.4377964885545771 -0.4518278373221684 -0.3232262678591528 -0.25356117680573514 -0.365339082545256 -0.23825151521766993 -0.36588951050905005 -0.22313640215036482 -0.493753693935133 -0.5177174316846896 -0.7339307825230352 -0.7158068303041307 -0.712825098494519 -0.7265915711716371 -0.7262209254229355 -0.7605687138384655 -0.773864491412846 -0.7979440227654224 -0.7885922011784603 -0.8006451378057423 -0.7933503990695329 -0.8341049849755665 -0.5582294018185023 -0.583201987062219 -0.4793116391240786 -0.5026482325715506 -0.3364650205775462 -0.27782947554935644 -0.37786336332469667 -0.26520570931521126 -0.37661063880854667 -0.22612925054062696 -0.5383376953468594 -0.5581112622719557 -0.7720248370511992 -0.7725050943595526 -0.7717617744618965 -0.7945474108471362 -0.7918743238217052 -0.8106330787953375 -0.7994532656355265 -0.8246926624450861 -0.8302169042174599 -0.8403426006415811 -0.8192949577524125 -0.8575399136448472 -0.5718008342880734 -0.6186699083818067 -0.49189403509022633 -0.5155977839814795 -0.34058960211913447 -0.2825125325503599 -0.38704125418936663 -0.25389969268947693 -0.38347599411285044 -0.2361207207297374 -0.3855932293449419 -0.16557009441307702 -0.1796392541214445 -0.5136327655283467 -0.5102186524369214 -0.6367631377010479 -0.6366434035921053 -0.6717198709683998 -0.6555614508172877 -0.6683082958559036 -0.6675762029819421 -0.565712092689091 -0.4930570241023251 -0.5428021774062971 -0.5226623248193772 -0.5287424430536377 -0.33813161094002336 -0.28067218340927286 -0.3903758685701984 -0.27944359335995544 -0.3767357569934674 -0.2065612085743884 -0.36812866339681277 -0.19336181861109872 -0.3373892408607746 -0.19197535049305928 -0.340392133915886 -0.10384836407234488 -0.16692657903418293 -0.4137069732326319 -0.2135606102535669 -0.4068100220400403 -0.21919665862529458 -0.4137157199113304 -0.23472007949578 -0.42098700933183536 -0.2421319575161425 -0.35228749970645873 -0.14705646575932613 -0.3417179998739192 -0.15625106933266134 -0.37791218649148506 -0.1731349746804076 -0.36747209705118317 -0.24768174787824826 -0.3831050999151227 -0.22341126501001088 -0.3919860108969725 -0.5533472935854332 -0.5526670161740915 -0.758655298936889 -0.7524482268502123 -0.7623117594891499 -0.7777343592280765 -0.7807266481501582 -0.8095094414501758 -0.812169696377621 -0.8560282495028673 -0.8241550256130066 -0.8557543553453603 -0.8105926939628335 -0.8440375276933765 -0.576166148975725 -0.6160218602093825 -0.5008995895842557 -0.5195506827594233 -0.33121703945033065 -0.2673091032947323 -0.3781406000662204 -0.23867684898269656 -0.37663452624955546 -0.21490889975143998 -0.4959721849925424 -0.5176730370773701 -0.7315474235289684 -0.7098009291031456 -0.7200224672878421 -0.7264280744993039 -0.7330618430253811 -0.7454978188020464 -0.7556659627373697 -0.7744495964824557 -0.7581520936797131 -0.7758155648303171 -0.7710222693495525 -0.8294297619146496 -0.5666672339370465 -0.5964209182225144 -0.4895280051827506 -0.5021412385711516 -0.3375567142354022 -0.21682975516851533 -0.4014934591779028 -0.21211862600290698 -0.3904570633655473 -0.21739596620652796 -0.5334952423659755 -0.5422322019771828 -0.7660731762014715 -0.7692260827341564 -0.7619561494243186 -0.7757573235249701 -0.7572545961449331 -0.7710737492977972 -0.7607708485100474 -0.7803894221040387 -0.7795805669835539 -0.79920253057916 -0.745084628459769 -0.7679076742135968 -0.49758773824108116 -0.5236353529761812 -0.43536774572570947 -0.44782407696942483 -0.2867242023498774 -0.26116035993714837 -0.3059348957048615 -0.26613048942428885 -0.3057111170037583 -0.2627641315926532 -0.46053301699877536 -0.4531813419340014 -0.686755734702022 -0.7063813552937124 -0.7080848843818112 -0.7082365565942247 -0.7085063832099936 -0.7107836384881178 -0.7100439844691361 -0.7152363748377136 -0.7163734198883721 -0.71748614952508 -0.7177055152620497 -0.7459149182326064 -0.498572071236982 -0.5238345895545111 -0.4356224180721097 -0.4458243557761694 -0.29388270204548705 -0.20899376982091417 -0.3622031288602849 -0.20579002943939043 -0.3501774160299559 -0.21944095499117866 -0.49518118598931804 -0.5176694970263087 -0.7332482743188293 -0.7084201709214125 -0.706930914217963 -0.7120075251365747 -0.7127862547455277 -0.7181821574402251 -0.7112389074243435 -0.7262057761509702 -0.7151294187000826 -0.7305290673209257 -0.7199563465295379 -0.7603000288172164 -0.49859119242712047 -0.5269234863055092 -0.4347946686055919 -0.4494969739827012 -0.30861692827427206 -0.20769985387839818 -0.34970290553759426 -0.2037660049544279 -0.3713976905003521 -0.20790243102475311 -0.3439399842241664 -0.16557009441307702 -0.1796392541214445 -0.43759062514156616 -0.4453038851694883 -0.5459654505990161 -0.5451359761481652 -0.5486960643321016 -0.5452657719070457 -0.550757757622184 -0.5557393555845266 -0.439978610125901 -0.43543101152473984 -0.43721729886517263 -0.4348493381091982 -0.4495538982614061 -0.3162146936430033 -0.22465336592498836 -0.3670896450264972 -0.20378779858832521 -0.2824504686811206 -0.21453530318675862 -0.27174236313274797 -0.1553600006923607 -0.33589384655341864 -0.1553600006923607 -0.2876291299012162 -0.10384836407234488 -0.16692657903418293 -0.3966305231229607 -0.18274659331226173 -0.39543387464536806 -0.2168387867274589 -0.3966046149640525 -0.22185923152707585 -0.39602722877074925 -0.22587356980986548 -0.3268934312972462 -0.1339942514288165 -0.30631158559201604 -0.15625106933266134 -0.336654571380786 -0.1775614720190891 -0.31521568773886605 -0.218399038437322 -0.3718401807617569 -0.18294335879967355 -0.2985922828183872 -0.4054996628916476 -0.40648733141256876 -0.6208427001467092 -0.6901037905829518 -0.7064540990519609 -0.7105312023801628 -0.710241340730413 -0.7226068669951143 -0.7157266260435393 -0.7306289791100287 -0.7157035796179589 -0.7333808126720458 -0.7187692607756407 -0.7608910229664029 -0.49821254883520055 -0.5254651481750622 -0.41999720250519323 -0.42915637389679745 -0.29259737682437104 -0.2052457776255741 -0.35498137873101526 -0.22208213713393984 -0.3514590359815115 -0.22773376878083443 -0.3978951662482817 -0.39726122223623084 -0.6143056318614482 -0.6717783312854457 -0.7063296008418863 -0.711219838364271 -0.7101080781409449 -0.7228020327398711 -0.7139425475630784 -0.7335613154361934 -0.7247647023349907 -0.7445786388679312 -0.7322728842616035 -0.7735268582868033 -0.49914698588171685 -0.5266465008469782 -0.42837258733309674 -0.4373089497732358 -0.30825893267501614 -0.21606175083749674 -0.3601036373428138 -0.23490708194778584 -0.3472570089622218 -0.22914576172728449 -0.3994674930872587 -0.3918568494562375 -0.614425611079313 -0.6675605343054675 -0.7064365944458723 -0.7123972548837288 -0.7097798377336393 -0.7231585952303035 -0.7161161549925807 -0.7232501805221807 -0.7095956737319499 -0.720015460245294 -0.7095598755407289 -0.748321725858123 -0.49749618116484395 -0.5253369214795303 -0.43535401575475596 -0.44973208025303096 -0.30686647192715644 -0.21068792926842647 -0.3671769041233058 -0.20672251851884751 -0.3546383618534329 -0.2200669952565529 -0.49324509304969316 -0.48829668576801943 -0.7025941773871549 -0.7069587198278262 -0.7066827596488975 -0.7082151668154912 -0.7100853258916049 -0.7155768665655438 -0.7183472642127023 -0.7294355917313757 -0.72700608198668 -0.7320901021329388 -0.735009612879078 -0.7640289993448198 -0.5064928931710547 -0.5259035692132368 -0.43679062468701485 -0.4501264487242669 -0.3329387807051922 -0.21174190607421864 -0.3670504822826442 -0.20939432762770974 -0.36937040219192974 -0.21970570535771575 -0.4936372353897594 -0.5177797838146194 -0.7345966219616649 -0.715560853694115 -0.7238397698350654 -0.7344753471762564 -0.73312253731137 -0.7568464764469007 -0.7643539879467721 -0.7869105568300948 -0.7827659072683208 -0.8022816683117574 -0.7747402857963761 -0.8054963295950166 -0.525219260593709 -0.551223739192792 -0.44987664001401256 -0.4741085236571173 -0.3388504726139692 -0.21665988614798712 -0.39825539584635616 -0.21474919994688454 -0.38103797019378816 -0.2042118478593556 -0.3711230113834188 -0.16557009441307702 -0.1796392541214445 -0.45212586610276273 -0.45603420368502384 -0.5505593297256268 -0.5568938602070548 -0.5591486338577575 -0.5606539469389276 -0.5591247775668443 -0.5801966524498493 -0.4422179510895521 -0.44149797412497394 -0.440194989745571 -0.4373733837884565 -0.4513913420741395 -0.3160596635436199 -0.20301556807512233 -0.36210095226049266 -0.23235075767893068 -0.3555667885700563 -0.19528220352854173 -0.2566651494526231 -0.2654315564711655 -0.264469844538856 -0.24858165118908984 -0.2908936624855497 -0.10384836407234488 -0.16692657903418293 -0.396403865771683 -0.16692657903418293 -0.3915437694424807 -0.16692657903418293 -0.39779302878735184 -0.16692657903418293 -0.4005651013405301 -0.17266677906777395 -0.32797511882805813 -0.09810816403875387 -0.3287622321571796 -0.15625106933266134 -0.34432936819146925 -0.1640352507241819 -0.33000692310398944 -0.22907962980207183 -0.33908144805869916 -0.255292274984045 -0.3613360164801389 -0.44466961445632447 -0.4510104660768823 -0.68265549700245 -0.7060080824205299 -0.7060097440201071 -0.7087739578868278 -0.707343773516077 -0.7106221978933898 -0.7089292878725825 -0.7186236370671107 -0.7156402358571256 -0.7275136883431285 -0.7177044359181448 -0.7620729317609721 -0.4985292941254521 -0.5839025022856708 -0.4327661721490178 -0.4501092542773278 -0.31054815604156405 -0.21753983258523546 -0.3608261745588514 -0.20126973341897558 -0.33764629358372283 -0.21422266667960635 -0.42244402821103927 -0.4297967999263303 -0.6538659914823741 -0.6971808782070559 -0.7069236145302975 -0.7150316110876778 -0.7184816883798989 -0.7262788811945048 -0.7277624698326742 -0.7512149157592659 -0.7629881232791896 -0.7684570803390367 -0.7600725403351938 -0.7758732642055416 -0.5083130344843362 -0.5858508264772206 -0.4395386590540672 -0.45350821872146263 -0.33209936959504427 -0.21166062108520395 -0.38428997323727976 -0.21062618808770175 -0.36153273108639467 -0.23772075716404742 -0.49817757003521423 -0.5188546316968304 -0.7403807950707583 -0.757652679713672 -0.7567153586109422 -0.7669134321760968 -0.7696267097490814 -0.794559540205984 -0.7877993091099681 -0.8056487208310682 -0.799929585404574 -0.8122704962782884 -0.7953500326180708 -0.8404728603262219 -0.5652783523795197 -0.6561533440590617 -0.4919938137360032 -0.505859567832949 -0.35046378346492185 -0.22023805321704193 -0.4045657368452377 -0.2180640695665812 -0.39455732045807995 -0.2233448682721903 -0.5518077592361271 -0.566527526581945 -0.7932249831417746 -0.7907004302571798 -0.7813923869864545 -0.7928697476417135 -0.7952655074971764 -0.8138524026857556 -0.7964468753269952 -0.8162097990731678 -0.7944281812073208 -0.8138276293442254 -0.8029848008576445 -0.8442741528589771 -0.5681529360754094 -0.6472089709319386 -0.4795932002751232 -0.49429228118727214 -0.3348755010574334 -0.2739919355462335 -0.3717896728016798 -0.2620573067724601 -0.3720891830425578 -0.2618858191815173 -0.516151323699939 -0.5321038206540801 -0.7519042821276366 -0.7485227683506771 -0.7535865726904811 -0.7880780870967425 -0.8046488255144028 -0.8303561262433048 -0.8440506596864171 -0.8560132599384431 -0.8370347651967458 -0.8426627512458583 -0.8036520812309483 -0.8485835596470355 -0.5766167022160746 -0.6759668109445656 -0.5134186859968235 -0.533119137663407 -0.3471944168565287 -0.2208883205637916 -0.40092763995385394 -0.21819235733995476 -0.3949167585158141 -0.2138062012836073 -0.39189974912935954 -0.16557009441307702 -0.1796392541214445 -0.5235114177950674 -0.5031038191851065 -0.615388223055027 -0.6051500182077258 -0.6331411486048995 -0.6243393991077574 -0.6393578483451188 -0.6403289629144436 -0.5221898030780537 -0.5050052524506542 -0.5201457314062415 -0.4976688803029987 -0.5727857186812041 -0.349617172928367 -0.2432426237944374 -0.4045882408152858 -0.24264078666975458 -0.39098127377872594 -0.2077190482463905 -0.3867824517359759 -0.20507164547268872 -0.38016519717579267 -0.20229042909016867 -0.3782026366892297 -0.10384836407234488 -0.16692657903418293 -0.4345230296706982 -0.16692657903418293 -0.42035019297879833 -0.16692657903418293 -0.4244512870329485 -0.16692657903418293 -0.4183036639113598 -0.17266677906777395 -0.34151371385940793 -0.09810816403875387 -0.37059969266324894 -0.15625106933266134 -0.34556165636234565 -0.15625106933266134 -0.3227994146216151 -0.21462590368160425 -0.31238594195501035 -0.16557009441307702 -0.3732066024795448 -0.44263001596746077 -0.42807223801146116 -0.6614435178035954 -0.7059855680700036 -0.7068264860696942 -0.7096949493277062 -0.7091636411615367 -0.7155392609886615 -0.7141259031045525 -0.7273982780354719 -0.7123207187035532 -0.723390505807031 -0.7121126789814058 -0.7554759377825261 -0.49893582824190347 -0.587862084098753 -0.4355428378624177 -0.44959860904847293 -0.2920781737796223 -0.20656653127166233 -0.35487972946902246 -0.20093160583986724 -0.318883024180123 -0.22357696614445488 -0.45421684141121954 -0.446281033338527 -0.6698956066558777 -0.7039427721172565 -0.7072971195982473 -0.7094719136544385 -0.7126730563290349 -0.7165474465624502 -0.7216560311975705 -0.724936368853374 -0.7347272169780719 -0.7409040171215561 -0.7338352241530806 -0.7586418500425133 -0.5019547395193102 -0.5827971351734204 -0.43674782750951624 -0.4497373310803377 -0.3245105744121304 -0.2260373975204386 -0.36225388763539346 -0.20571981424897656 -0.3470179300362857 -0.22068904404173378 -0.46086832591132043 -0.4463953929527041 -0.6639384206601936 -0.7011122317726809 -0.7080382645958786 -0.7138888079896569 -0.7241016860593588 -0.7346976681867206 -0.7414140080429669 -0.7478470472283713 -0.7592676727069779 -0.7584294742223259 -0.7580374090442331 -0.784213701195927 -0.5153618471057693 -0.5881601618699658 -0.44032535747369217 -0.450289709188724 -0.3350343810239574 -0.2334580295116587 -0.3701769713962868 -0.20919549197833898 -0.3503576417833856 -0.21798596080944982 -0.467238194681286 -0.4687557329311951 -0.6872524311086905 -0.7074766714327495 -0.7085450134787667 -0.7311041297873841 -0.7391168497496259 -0.7582933028044774 -0.7574107765776028 -0.7811926059076875 -0.7722882344584618 -0.7991010884422828 -0.7866930339770958 -0.8302242452942106 -0.5268630167688862 -0.616163869139247 -0.4606703778191142 -0.4682133239962962 -0.33208180474694493 -0.2588340352310573 -0.3644716453025369 -0.21709798271179137 -0.3523001837753211 -0.22271816886022192 -0.4780672202804118 -0.48498591818613207 -0.7056206631736488 -0.7082360554466848 -0.7078131125261014 -0.7177759837387871 -0.7258228104217739 -0.7500008498515023 -0.7332105818682229 -0.7536693918916927 -0.7498044801171824 -0.7637985024605385 -0.7390919049598559 -0.7796064790334255 -0.5037579972792401 -0.5877186964393247 -0.4352928389964371 -0.45230972211247383 -0.3189701095824919 -0.2437962431440849 -0.36274542078465966 -0.20835421997955905 -0.3700613809140187 -0.208251125172397 -0.3545689598676363 -0.16557009441307702 -0.1796392541214445 -0.43829496293462705 -0.4456911403181315 -0.5456496716230046 -0.5447122400895429 -0.5463100225696819 -0.5483599307146274 -0.5553643194031799 -0.5610383809086145 -0.4451416044017511 -0.437187393044794 -0.4378029158168251 -0.43766405179968665 -0.5090960757269466 -0.2792381597899629 -0.22871383503009549 -0.34075946205474955 -0.2781444339388527 -0.3333895006167196 -0.20881531161198807 -0.3539816075241529 -0.2072254293605465 -0.3111623360915579 -0.20876305373173518 -0.3241471904064425 -0.10384836407234488 -0.16692657903418293 -0.39973835516066586 -0.16692657903418293 -0.3966137597928351 -0.16692657903418293 -0.3991940197231213 -0.16692657903418293 -0.3989428056238349 -0.2094576830796692 -0.3167178405975404 -0.1649611306504376 -0.33726321253940944 -0.1896814948694018 -0.32933113238106493 -0.18247350076815247 -0.3301107291040055 -0.18706837884004693 -0.3311393872821528 -0.2029360766244822 -0.3857267444054247 -0.4932546210435034 -0.5034409081020916 -0.7291632975670346 -0.7065582535110587 -0.7112575118671761 -0.7419609131481726 -0.770594389792904 -0.7800813243025215 -0.7904231258221405 -0.8075096185545073 -0.8034196023145744 -0.8044514468956346 -0.8165188535599847 -0.8476021606502331 -0.5748413334733034 -0.6415286951527529 -0.4894523937176712 -0.4911044333937826 -0.34826697312743193 -0.20444151229077936 -0.37651495462783463 -0.20160759974538203 -0.3769566614062711 -0.21417474416001625 -0.4968950246181746 -0.5187922380256744 -0.7343577408850341 -0.7174763642155233 -0.7160456185691538 -0.7251325685596014 -0.7293055566229044 -0.7550737315619467 -0.746130231666173 -0.7740341923107891 -0.7546889804888087 -0.7679221270348492 -0.7577067689751557 -0.7917645241381559 -0.5160561963174942 -0.5989315923209867 -0.43886274414566523 -0.4576346989995689 -0.31785139351317837 -0.25579587565871714 -0.36880045092434594 -0.20819379654874023 -0.37526388721423676 -0.2216275869065205 -0.4979873468748293 -0.5182923342136064 -0.7341926052227201 -0.7156112165154781 -0.7118424931818846 -0.7268980087437429 -0.7336907533210653 -0.7364995715045971 -0.7376708468449013 -0.7598985860352256 -0.7304261108946138 -0.7337847464597061 -0.7201312364013059 -0.7467854863158686 -0.4971284710148106 -0.5810116666405877 -0.4236297164621558 -0.442594631130096 -0.26821807375633233 -0.2039292740020877 -0.30978086483568157 -0.20124460950817152 -0.2858386393754017 -0.24127027729370235 -0.45882730567097496 -0.4601218951918724 -0.6925872635979864 -0.7058426817707069 -0.7051169101210503 -0.7062656068849811 -0.7067131272672934 -0.7074936452352852 -0.7080587976814855 -0.7106371020544501 -0.7085304886783833 -0.7079231938073595 -0.707335106769939 -0.7399977578373919 -0.46925454808910616 -0.5451902835117932 -0.39680657404277386 -0.4070139793251621 -0.25728991463444695 -0.2011272125542528 -0.31092222954138554 -0.17956937969395054 -0.29083190417366206 -0.21948697550513488 -0.4338960157059748 -0.44230593451634487 -0.6573870653537333 -0.6956758995964043 -0.6942007810358058 -0.7064621796603744 -0.7052934563962346 -0.706402532770899 -0.7059139505012494 -0.7068793740322016 -0.7071450560568503 -0.7092663547964356 -0.7071436716631729 -0.7409630844786704 -0.47173700569151056 -0.5520071998236133 -0.3866787312387111 -0.40550001307571776 -0.2529659967619708 -0.22118945811638177 -0.2660512451482373 -0.2539844523240272 -0.2553624440585675 -0.22323514580638146 -0.26393928310104214 -0.16557009441307702 -0.20982663550303507 -0.39289617479329986 -0.41952334135914343 -0.5447667581308757 -0.5428208764249225 -0.5444295356287135 -0.5439841053757213 -0.5458203074252497 -0.5540354002963757 -0.4369392848408587 -0.43544594641831336 -0.43624446338874284 -0.4355447771867923 -0.5074873535884525 -0.2342417641678859 -0.2603028327231936 -0.2667976779792296 -0.2701959335496154 -0.24875908611100245 -0.19008025420302285 -0.2623175983170302 -0.1553600006923607 -0.3099521266172627 -0.1553600006923607 -0.31248992736289455 -0.10384836407234488 -0.16692657903418293 -0.380926714164124 -0.232218006229982 -0.374377805027281 -0.23590063672091868 -0.36783672514806864 -0.21236245178596116 -0.3748740382145864 -0.22256521735491866 -0.2813538812251693 -0.10564305267097264 -0.2993242371426844 -0.18882104568453503 -0.2942388335780747 -0.15625106933266134 -0.2967480719865693 -0.18719045059595762 -0.29690962352183664 -0.16557009441307702 -0.33036900119066903 -0.412981531359153 -0.4029672235044715 -0.6268484000702796 -0.6718628927373183 -0.6839694526299933 -0.7054392162316735 -0.7048424646104299 -0.7066767791560409 -0.7057632988440664 -0.7089543352563898 -0.7075524208763614 -0.7111023251277874 -0.7073426406483965 -0.7429569174037401 -0.4850003467736984 -0.5635178137283394 -0.3727769963336881 -0.37756145979605377 -0.23410450806897035 -0.21255737223044355 -0.2639642758206101 -0.24758372060895137 -0.2452082679830149 -0.23898637276839385 -0.376392189809405 -0.3796377536865428 -0.6001486988214629 -0.6316220259431581 -0.6559364806432884 -0.7059975872814196 -0.7074129606927946 -0.7086028604258939 -0.7094697657988313 -0.7162748205165115 -0.72090254163696 -0.7204324447624314 -0.7156590185141891 -0.7453004339615125 -0.4993105086873114 -0.5806004640755333 -0.4361977994244352 -0.44923738766773824 -0.29690179548375484 -0.20237133991129938 -0.3484619840286984 -0.20069530088377507 -0.2790465145451468 -0.2848586437392504 -0.4665649853817386 -0.46891351771641065 -0.69358103743602 -0.7056341518928491 -0.7049460992451934 -0.7073483854143051 -0.7065186390380164 -0.7112283214956427 -0.7063818357660879 -0.708828912158364 -0.7071538492372149 -0.7113351805605176 -0.7082483685552803 -0.7408997622501758 -0.47796510734027164 -0.5809708607433095 -0.40333015982333575 -0.4152833347189806 -0.2633570939895556 -0.24472423976601754 -0.30107050546966 -0.25236176179805475 -0.30444125871515965 -0.2130873966259178 -0.4444848453484892 -0.4241451670572069 -0.6406482569262032 -0.6817974352519673 -0.6892947305049391 -0.7091846048068864 -0.7080247404560849 -0.7128149823411081 -0.7094627308271354 -0.7196602741743514 -0.7155902203679126 -0.7263679800708974 -0.7154499340576767 -0.7531725040836069 -0.49758015666141875 -0.5818200396572403 -0.4352325763924238 -0.4493220684613189 -0.25935903104190405 -0.22687441569488065 -0.30074607985273305 -0.2198103749504169 -0.265827655427784 -0.27318216973142034 -0.446285933009113 -0.4437816343048146 -0.6604222717990931 -0.6954494917901306 -0.7040524322859011 -0.7065209869053276 -0.7055033374661003 -0.7063242219981185 -0.7062077512215399 -0.7064029956491602 -0.7063556851159536 -0.7063131430058173 -0.7065468516121722 -0.7385952543314959 -0.47361811276080484 -0.537991580203242 -0.38780800720412045 -0.3997156157153155 -0.2581243826638281 -0.1664611630533776 -0.325661949175083 -0.17199667977435712 -0.27879346044248604 -0.2369970242683092 -0.27760611496265225 -0.16557009441307702 -0.20666267117872106 -0.3768364096601562 -0.3863866601091141 -0.5006173887776627 -0.4979929158979581 -0.5423978386429932 -0.5112566664778097 -0.5426311775622972 -0.5497541433809054 -0.4020628953144573 -0.3650977979434141 -0.3776721335306426 -0.349506075868305 -0.4068508979944824 -0.23945920030437878 -0.1664611630533776 -0.2839307362757617 -0.18725404875924156 -0.310319166248406 -0.18873169447544874 -0.30649644247166796 -0.18856277347324849 -0.30397926590597263 -0.18856306435433934 -0.30761942576195206 -0.10384836407234488 -0.21218590139227544 -0.37740114607183955 -0.2180835531397642 -0.302263904393627 -0.255482937246847 -0.3461232341209552 -0.2888344006697689 -0.2635149053024954 -0.30710437612968616 -0.2225814465802307 -0.15000429710673044 -0.2869400772434986 -0.20822346451371862 -0.2862460471013002 -0.20818822780230728 -0.34617119566982235 -0.22691606828418429 -0.2960961990096709 -0.2174629670822272 -0.3082949626138211 -0.35986625915009224 -0.3723929958905971 -0.5829110663398294 -0.5951264675146746 -0.6052896560300536 -0.665901841551199 -0.6982400538260298 -0.7057950404925256 -0.7054990743665142 -0.7076745170744134 -0.7061095430755513 -0.7080396893742759 -0.7074016143231506 -0.7403590193266583 -0.4644199443826862 -0.5463441731360312 -0.36471749625910765 -0.3694100999170881 -0.24991416262794933 -0.1664611630533776 -0.3124441117468195 -0.16557009441307702 -0.3125322979243581 -0.1787481854811439 -0.4384039107877621 -0.43414554936112776 -0.6586730728534362 -0.7002775255001181 -0.7046408599988307 -0.7072469069622225 -0.7076689377842384 -0.7153996612412757 -0.7091554675878379 -0.7174669666350689 -0.7136103953773216 -0.7216949713352953 -0.7126787132080278 -0.7497539561887523 -0.4970186148537267 -0.5808582529499374 -0.4193132613582594 -0.423005364182921 -0.2675506198736366 -0.2536417780533695 -0.30078705410274675 -0.21748426197677487 -0.2771924761836104 -0.27242657451385266 -0.43398040539054783 -0.42891959870743873 -0.6533256759524977 -0.6953662335685021 -0.7055401812251159 -0.7095136712170743 -0.7094162615718634 -0.7254607513617144 -0.7262246672867521 -0.7433894668379801 -0.73188272127002 -0.7490595562809997 -0.7347444057048858 -0.779406213741667 -0.4988788333343588 -0.5857203298049473 -0.43491345394681613 -0.449633873613484 -0.28987198068750614 -0.2117885720728842 -0.36178093349272694 -0.20120781194559598 -0.303603538071334 -0.21351491232584885 -0.476716612970192 -0.48332763988324895 -0.7165341521055016 -0.70673397867459 -0.7064850452002132 -0.7075977760069039 -0.7152165548628833 -0.7200878400849149 -0.7148865595625269 -0.7168058805076244 -0.7277056154153011 -0.7337303812494979 -0.7286188262736295 -0.7555033230808629 -0.5008800819633393 -0.5816026122261844 -0.4369906780160858 -0.45001844546393815 -0.31249318725914693 -0.20362002184576586 -0.344906329530509 -0.20030117383043727 -0.34386655040282693 -0.2134365546847459 -0.45496537519075714 -0.4473669830161315 -0.6644904199692764 -0.6913235036031303 -0.698600470886372 -0.7063387747391973 -0.7064893163679719 -0.7080209253786887 -0.7083973872551743 -0.7094717531010449 -0.7080403828562378 -0.7076360058230458 -0.7070953528608155 -0.7389464124373433 -0.4554109835361804 -0.5247979159015178 -0.35822940622467336 -0.3781756933768794 -0.2697032164636714 -0.2014591190482072 -0.3537616141664147 -0.20112798081622368 -0.2921432880505289 -0.1862359898716448 -0.27385278895848186 -0.16557009441307702 -0.1796392541214445 -0.4354414193434352 -0.37299920600991676 -0.4805900195692268 -0.4790449429130978 -0.48443068063301026 -0.4720972831536968 -0.4802304958456365 -0.4754014780883832 -0.3331576827933571 -0.31511188953027036 -0.31370078949399377 -0.3134077611503691 -0.38120099776591626 -0.24406785290908553 -0.19540913033421492 -0.2799350227352844 -0.240471989098484 -0.2654577455802144 -0.2285003488538098 -0.26483994956847856 -0.22828234432910352 -0.2645679990610007 -0.22821142093609675 -0.26563355025243657 -0.16199126936625233 -0.2122557531904517 -0.3783040399938824 -0.24674778350250082 -0.33767862725783326 -0.22695112771577763 -0.3365316554113998 -0.26264276894369354 -0.33919751738414433 -0.2345468885609113 -0.2553444288232156 -0.2270234454051065 -0.24124426235651344 -0.2541675820796923 -0.24031749139916642 -0.2534735095398677 -0.24092225371368486 -0.26291947629625123 -0.24925645848874392 -0.2623017054143665 -0.24821561297574768 -0.3525146192387571 -0.38730839683468427 -0.6047670721441323 -0.6487010117229635 -0.5950196351133974 -0.6284240277586249 -0.6507059816261861 -0.6624844453567031 -0.6447416818361288 -0.6491850199638525 -0.6503073488832559 -0.6584514551441759 -0.659687306697164 -0.6795434614797278 -0.4389093085139782 -0.44329211793758894 -0.2910292834421492 -0.3025560808688878 -0.24361343969816646 -0.21819070216004055 -0.27334862344735816 -0.25532074317572784 -0.2704296652465612 -0.2704822796432599 -0.3182560532194314 -0.37695718500697223 -0.5877115175265532 -0.6304855582639748 -0.5783855790950637 -0.6052558460095526 -0.6347420978410238 -0.6459556467555301 -0.6733596925166839 -0.6863636476797871 -0.7077129207954507 -0.7089143823641363 -0.71005143996623 -0.7319532870093044 -0.48672202244375345 -0.46436987512880207 -0.3094611887125963 -0.3108348835943988 -0.2845436296367445 -0.1768768272318875 -0.32988423853733334 -0.18550227573246364 -0.32400955481872057 -0.21533231235979422 -0.35646875654713384 -0.38962730928318695 -0.6157132661782446 -0.668816793650517 -0.6334515834084998 -0.6489721279020989 -0.663891444317793 -0.6805367868751401 -0.6971292722164585 -0.7045939008479406 -0.7052442587829318 -0.6995019371443013 -0.7051810655438819 -0.7221142508183885 -0.5193324018392139 -0.5249953449261439 -0.3798796554335404 -0.3708303824844135 -0.27526011665261235 -0.1664611630533776 -0.3248757746614551 -0.16557009441307702 -0.28051871684672824 -0.2033899678503806 -0.42006725876358203 -0.4166884302617967 -0.6413247177905599 -0.7323730574673222 -0.652261191897033 -0.6661164609145296 -0.6664682656177452 -0.6911500773694234 -0.6854377904580078 -0.7071092576023924 -0.694398510256947 -0.7065704479591187 -0.6936450732828324 -0.7360070641195948 -0.48509579148032644 -0.5063753946655235 -0.36199845847879386 -0.3721400122914303 -0.2596968253898374 -0.22583725044689754 -0.28408117307996467 -0.22109884955590442 -0.3090375039620194 -0.19796099725739766 -0.399852971459812 -0.3918352366627308 -0.6103132171083319 -0.6900519500647995 -0.6439509192687828 -0.6692908739975153 -0.6741760574912367 -0.7063903752448172 -0.706925838581755 -0.7080576748256623 -0.7083461814896435 -0.7069158836671535 -0.7067625568843672 -0.7387270699334223 -0.5284763179882619 -0.5413881051038497 -0.38392238504192 -0.3821739415479322 -0.26753451325489147 -0.1664611630533776 -0.3260784303346016 -0.16557009441307702 -0.2888426075229234 -0.19270729412972726 -0.29819285722320843 -0.16557009441307702 -0.20094621618773253 -0.4547426925163016 -0.41942564819341865 -0.54492604298622 -0.5446609116337221 -0.5456212931368083 -0.5454448987221575 -0.54813048013083 -0.5575709487020739 -0.43668125520618445 -0.43689784595782555 -0.43712272951551534 -0.4937906101250969 -0.5076577669223729 -0.2384390721000199 -0.2622691518415835 -0.26637082351944874 -0.25152152819599266 -0.25665406635920546 -0.1553600006923607 -0.3196029907486349 -0.1553600006923607 -0.2698056169687833 -0.22767207680298046 -0.2711941313243398 -0.16199126936625233 -0.16692657903418293 -0.38650527390579376 -0.16692657903418293 -0.3928684392491022 -0.16692657903418293 -0.3970794097941294 -0.16692657903418293 -0.3990355774296349 -0.17266677906777395 -0.32415244788748465 -0.15625106933266134 -0.32657058474256173 -0.22722115062644677 -0.3191454770332719 -0.15625106933266134 -0.34510191566186504 -0.19644699662317883 -0.3027545286486432 -0.19289458403268955 -0.32328127106451404 -0.4740910800172575 -0.4588826172066851 -0.6820258335375876 -0.757611839833265 -0.6926457037916696 -0.6864083193605396 -0.6641682971652383 -0.658354082542046 -0.6350966994051359 -0.6339896427793315 -0.6285023778793779 -0.6269457372454469 -0.6197059265209572 -0.6519447580902494 -0.438187830689106 -0.4528916680521407 -0.30310183888191555 -0.3154379832470696 -0.2775858246144908 -0.1664611630533776 -0.32114047967959564 -0.16557009441307702 -0.32381580112026886 -0.1787481854811439 -0.3549763110128377 -0.3760838066103973 -0.6130918731337058 -0.6424784435243416 -0.6065946267143116 -0.5960350594168728 -0.6162852721596874 -0.614923860852902 -0.6303250159797837 -0.640386052579883 -0.6655338586495454 -0.6636245012045758 -0.6756249882886599 -0.6935176257130372 -0.46065792271084055 -0.4558343242595622 -0.322014759634167 -0.32121624104479857 -0.25395803173688347 -0.23016456967702686 -0.27148253185331384 -0.24496520789823645 -0.2693344237656092 -0.26635714619797635 -0.38151331028596736 -0.3891875587898252 -0.6161523420115071 -0.6927441787831498 -0.6451846665122969 -0.6842722549777089 -0.6874578667446167 -0.7052150463943919 -0.7052129050771418 -0.7071373686966838 -0.7068807382138466 -0.7153534598142932 -0.7075479956913704 -0.745297055172917 -0.5538052504490653 -0.5797886906524495 -0.43220275054406465 -0.43365556873926003 -0.2545537881882169 -0.20753710280554763 -0.2681750710703649 -0.24436102611929467 -0.26775953028351557 -0.29737827834544145 -0.4942313416459476 -0.5180248724299137 -0.7341109599362934 -0.7701273593660426 -0.7117421402523941 -0.7171245918073853 -0.6902272788048257 -0.6953784745483979 -0.6868454511048859 -0.7059507452179026 -0.687566486228839 -0.6822399006128529 -0.6669440269783441 -0.7200201444354174 -0.48515531826280966 -0.5090276543478832 -0.34710943718015946 -0.36270192385584726 -0.257510589274697 -0.1664611630533776 -0.31260752347589854 -0.16557009441307702 -0.2805349055301994 -0.20902223555786106 -0.3877734729304435 -0.3907951162591264 -0.607957630485984 -0.6861559679720045 -0.6252842693103593 -0.6524925492172041 -0.6688047789156748 -0.7022241042949878 -0.6924131818968351 -0.6904835295362551 -0.7057152577512258 -0.7062012115701126 -0.7063407934786593 -0.7380142947161679 -0.5391339513013785 -0.5573378899227426 -0.37956928731920736 -0.3836430951147129 -0.26033961762931257 -0.17117178177385736 -0.2908860432363005 -0.22682486819488948 -0.3022908814754405 -0.16557009441307702 -0.3397636583303089 -0.16557009441307702 -0.1796392541214445 -0.46598093413201863 -0.40645666225024646 -0.5182898220361571 -0.5109381010063333 -0.5216010642228597 -0.49793940120353314 -0.5214872308392422 -0.52021748625679 -0.37854197609787965 -0.3635711007533485 -0.3619505751700591 -0.4066220555819178 -0.4191798689779844 -0.23646583015768755 -0.1878165943419334 -0.27567468370178316 -0.24468544725750868 -0.26912098657301237 -0.21790710748331582 -0.2653571680830593 -0.22882791742181652 -0.266660001869802 -0.22811913437957004 -0.26597401358995315 -0.16199126936625233 -0.2122886960078136 -0.38434516990209294 -0.21898387434991395 -0.35295644024139017 -0.24620448872621165 -0.33761658554659957 -0.23909814421433434 -0.33910709004717754 -0.22826736174522338 -0.29538986646129795 -0.20805610711352243 -0.28535054395700804 -0.20781219166366335 -0.2593498098698085 -0.22189319173222574 -0.2640385366831691 -0.21674494752433987 -0.3125620613564614 -0.21658791836709507 -0.29030313893903903 -0.3425141787738379 -0.38287508186938274 -0.5935524534864448 -0.6528280232244204 -0.5915371376149005 -0.6209591016650401 -0.6786580698066736 -0.7024746653080977 -0.7064719301541366 -0.7074656638112764 -0.7094794171750712 -0.7102756885086852 -0.7100888998126831 -0.7400145422591997 -0.5370361541122908 -0.5449996390566896 -0.37153071980084734 -0.368873105262721 -0.24643633737438703 -0.1664611630533776 -0.29861042939851035 -0.16557009441307702 -0.32458934967317243 -0.22911236255498882 -0.42546072441141014 -0.42088431933162773 -0.6439651453560998 -0.7274345437289488 -0.6761858937659971 -0.7057579253279318 -0.7062759277468574 -0.7073855695322206 -0.7080509212084551 -0.7103752400153333 -0.711063460846991 -0.7117407738538453 -0.7104354569593676 -0.7402998027963565 -0.550143004460395 -0.5623070353357263 -0.3669379665605164 -0.36457578363020615 -0.27167533088431745 -0.1664611630533776 -0.325062417686344 -0.20499532670102322 -0.2790135236296354 -0.26434988663795167 -0.3783045074630528 -0.38732033754845724 -0.6135612511593249 -0.6961886113103898 -0.619705132415645 -0.6529655041796322 -0.6750230528862765 -0.7058464336695379 -0.7060141932913814 -0.7067113575307266 -0.7061368607411015 -0.6992993433034403 -0.6998005735117806 -0.729054561734415 -0.4849793081872754 -0.49001097810790334 -0.3393027119033322 -0.3324100950205692 -0.27046186677778805 -0.20050417679793803 -0.29102861855298345 -0.20896388933235413 -0.30139752622814714 -0.1973063219061397 -0.3773621290052672 -0.3798443127483599 -0.5995837203682666 -0.6812141042112697 -0.6125110641340368 -0.6212670656546019 -0.6158761578464241 -0.6292513329169244 -0.6282781813531207 -0.6589177505018876 -0.6520451862612676 -0.6368341947727444 -0.6276655838743084 -0.6684308096808925 -0.43924427950071415 -0.45621721645717755 -0.3091747741559371 -0.3199226774060591 -0.3284218343816166 -0.1664611630533776 -0.3808941483177651 -0.16557009441307702 -0.3789670543784019 -0.1787481854811439 -0.3558107388876009 -0.3805095564437468 -0.6124462693426411 -0.6436546688586738 -0.6029526744206606 -0.6068463631336465 -0.6434041511374435 -0.6474610107737825 -0.6740708993607926 -0.6892509465807338 -0.7027081959914795 -0.7074375308716618 -0.7015514012861437 -0.7219167962608626 -0.46879815966907956 -0.4639212482019723 -0.32750747442867323 -0.332233225657587 -0.2838367060855732 -0.1664611630533776 -0.32263169782959394 -0.2026862411472388 -0.28903435281012246 -0.16557009441307702 -0.27287051205858215 -0.16557009441307702 -0.1796392541214445 -0.49508689479765067 -0.44348308733134345 -0.5451800246605812 -0.5441310009496996 -0.5458736275970925 -0.5445637429593176 -0.5455086197200657 -0.5544568763552201 -0.4372337532448025 -0.4361482263110992 -0.43660754522201634 -0.49374438077673405 -0.5075285264818291 -0.23090314318159227 -0.2363776702415007 -0.2647877969135129 -0.27248931616270383 -0.23464000913752533 -0.20184793811639493 -0.23684612475177974 -0.2795725161240591 -0.23882735155488122 -0.25537933033155463 -0.23841946321250143 -0.16199126936625233 -0.16692657903418293 -0.3769782114297084 -0.24664981692989332 -0.3654979758939037 -0.20734553285845192 -0.37342908597663427 -0.21660809696416147 -0.3654017127261905 -0.17266677906777395 -0.26501966445771863 -0.15625106933266134 -0.30801909809705147 -0.19320185494370576 -0.26210360698573987 -0.2323360452285615 -0.26466594115066533 -0.22323933264656262 -0.2716025788629474 -0.24341910852072438 -0.2733410564572135 -0.2577847541572687 -0.41967924807106083 -0.4197774079407252 -0.6384514527538231 -0.6608379377103455 -0.6470145919217704 -0.6654650764233775 -0.6722195719841082 -0.6741039140976248 -0.6706917576734666 -0.6361410262998471 -0.6276291668199733 -0.6360303506416874 -0.6334584865987775 -0.7256291112231037 -0.44975207009968804 -0.4661464801436281 -0.31389249452302265 -0.32720440049380567 -0.2862967150171795 -0.2394773947080098 -0.3126983693609044 -0.261862824329581 -0.31139144180314543 -0.21190500129282136 -0.35502407192184426 -0.39048560765420315 -0.6046229789125791 -0.5975603161474307 -0.5918511064715222 -0.6035753174379533 -0.5923906100674802 -0.6204841768041528 -0.601321912286722 -0.6151230543622999 -0.6137181473536237 -0.6370513953661872 -0.6239922697325649 -0.7097884742153304 -0.44329576399333137 -0.46032900981678393 -0.3138763994781822 -0.31968603855344524 -0.27997377062119333 -0.1664611630533776 -0.32265109112121243 -0.1693227266214435 -0.34461009969563944 -0.21505486377815508 -0.38799894490316233 -0.38662664320741036 -0.6026915345897336 -0.6283470149973851 -0.6223126493685188 -0.621146090465274 -0.627866452263303 -0.6288589912393072 -0.6375701037506177 -0.6305236287112983 -0.6405997181638576 -0.6325302383574279 -0.6433795609162977 -0.7250892869844909 -0.46073179974714495 -0.47233182677416746 -0.3183294036709314 -0.3303665832929808 -0.2819588663619707 -0.1664611630533776 -0.3229288060608893 -0.16557009441307702 -0.31961270896503746 -0.1787481854811439 -0.38057814143528435 -0.38160651763610737 -0.6019161907044609 -0.62787754860658 -0.6250442816375442 -0.6423570607052693 -0.6421438315791089 -0.6656623436049209 -0.6518638057002724 -0.678610487817127 -0.6742078009831342 -0.6633107909084648 -0.644781282002786 -0.7469785445783317 -0.4573772949436583 -0.47372102747933326 -0.31956246071042316 -0.335973812498503 -0.24835667883188375 -0.1664611630533776 -0.3055575778972281 -0.16557009441307702 -0.28057715540381944 -0.1787481854811439 -0.4258565236124638 -0.4333412940938979 -0.7089088389742856 -0.7064843686156781 -0.7051007738411783 -0.7060359101858752 -0.7056495238366219 -0.7052056839230273 -0.6767600757998852 -0.6763594842470964 -0.6690444536328969 -0.6644763910114851 -0.6549075406037072 -0.7526684445578142 -0.4819835500838312 -0.49273076985842107 -0.34452296632932566 -0.3557304290775282 -0.2821535096267566 -0.19139375754360707 -0.3169849689537204 -0.1988355089463212 -0.3435528129948882 -0.19877710503157678 -0.3733142387923285 -0.17801141255519115 -0.25606629979509876 -0.3434813001581989 -0.34060914251300745 -0.45935498800100794 -0.451231973079202 -0.47331318193987104 -0.44521117330108895 -0.45899170194999667 -0.45437487734064286 -0.31363268854784215 -0.3028287530073613 -0.3577182407957844 -0.36235541477277194 -0.3706004040706379 -0.282662500475351 -0.1664611630533776 -0.319044520616424 -0.1664611630533776 -0.30921691800134604 -0.1553600006923607 -0.30991695050095025 -0.1553600006923607 -0.2924942461464774 -0.1553600006923607 -0.285055623685391 -0.10384836407234488 -0.31925326140894983 -0.19436842175299307 -0.322419181733789 -0.2682573661312868 -0.34496225983409273 -0.29238556788220105 -0.27676461107780387 -0.3073152444166394 -0.2868563191718505 -0.28532424952630087 -0.2656125958727162 -0.22936146011414588 -0.2489733105711916 -0.22940237728173038 -0.2514760735611137 -0.2282192821169487 -0.25091562550226004 -0.23768666424549179 -0.266954925823795 -0.251599456070864 -0.3817015026361842 -0.3909390175333545 -0.6061469551713298 -0.6486860146723227 -0.6524169754587457 -0.6770208060829838 -0.6725207591290376 -0.6936372826858689 -0.6697893104773835 -0.6702777079258205 -0.6523428191487669 -0.6761326743296414 -0.6459371564385871 -0.7376614742532728 -0.45344957267902775 -0.4697583741115033 -0.3350401992894069 -0.360358003823816 -0.27997212907473035 -0.19976560968093535 -0.3166592790493664 -0.19878797298105605 -0.3148050210937221 -0.2119264366905164 -0.39075631531040594 -0.4144632179239675 -0.6367067555958612 -0.6551533332688175 -0.6743384340915755 -0.6925217117868097 -0.6844380577480458 -0.6929525489036503 -0.6885085111611966 -0.6968850485486581 -0.6899272747018312 -0.6894831234530377 -0.6721006289413665 -0.7539911505435514 -0.4674361380225508 -0.4620788000062166 -0.31445474433581116 -0.31643801672949384 -0.24490812854641536 -0.24686028892747153 -0.27815602024589453 -0.16557009441307702 -0.29405545254439275 -0.1787481854811439 -0.3532568919127738 -0.3650610913683036 -0.600982684309733 -0.5720491796883599 -0.606207101493522 -0.613707657592941 -0.660546951454963 -0.6681610097792036 -0.7052180788338736 -0.7058732109404487 -0.7084144669576374 -0.7059298059312913 -0.7056094856592267 -0.7580318915272372 -0.48538574033218956 -0.49448837613862945 -0.3384448957976895 -0.3495027626952869 -0.2550781486776169 -0.1664611630533776 -0.29555291770938025 -0.23177312199780728 -0.3243171859325665 -0.1787481854811439 -0.4657286497336153 -0.45670260412993596 -0.6882276934838539 -0.7046355845758044 -0.7040721498039457 -0.7058096487975778 -0.7062036718332796 -0.7099855707977736 -0.7140715678738161 -0.7085347339027626 -0.7082206566684287 -0.7098523046735506 -0.7104953526732947 -0.8020254758291405 -0.5316920776311078 -0.5216139474890351 -0.34751925749042445 -0.36079821435596 -0.32575327797350795 -0.18306714148487227 -0.3762677947528948 -0.1988735253016866 -0.3727052358549044 -0.2119292609820347 -0.3761726174621351 -0.3796211565520355 -0.5998516653865029 -0.6211453035441362 -0.6146959401079869 -0.608328184595906 -0.6002231343778215 -0.6203218560298117 -0.6121910709084667 -0.6275413648664275 -0.626291700435564 -0.6274173025300932 -0.6261145887640288 -0.7241681205273341 -0.4475234815919967 -0.47134069157329855 -0.32241372597454965 -0.33965646933363686 -0.33725960288508716 -0.1995991976652469 -0.3747106741336579 -0.19867405550552317 -0.3707182373619818 -0.19864340318276152 -0.3713914028200064 -0.19921809718907463 -0.39476282542527436 -0.33150760264297413 -0.33304291334492037 -0.4538757721754506 -0.4508576584667933 -0.45833935624996147 -0.4641468290875847 -0.4623853372568918 -0.46658249845287486 -0.3215287970063619 -0.3077354106895753 -0.360900133158864 -0.35153588251364803 -0.36240208973795074 -0.24191535654666094 -0.1664611630533776 -0.3115425849291897 -0.1664611630533776 -0.3088820652506639 -0.1553600006923607 -0.30726379296108564 -0.1553600006923607 -0.2873924721590541 -0.1553600006923607 -0.33704346867710705 -0.10384836407234488 -0.36916975988077283 -0.16692657903418293 -0.3201124353632903 -0.19313283482158533 -0.3356015134643158 -0.18397265314655417 -0.32382451833126286 -0.24938038364568796 -0.32859315859105737 -0.15625106933266134 -0.2895879881350419 -0.15625106933266134 -0.29660588579063957 -0.15625106933266134 -0.28998719852035126 -0.15625106933266134 -0.3021010788155182 -0.16557009441307702 -0.3588579968864868 -0.1787481854811439 -0.382541253160441 -0.3814786903003188 -0.6052501770815863 -0.6362070036862612 -0.6322896351312565 -0.6518675480394951 -0.6517159696055164 -0.6584968333548832 -0.6586076886969987 -0.6509933706587092 -0.643781478892971 -0.6425048330125908 -0.6375444106262006 -0.7227516479617173 -0.4549745334373136 -0.45159190275638544 -0.3038389112539506 -0.31258612896005844 -0.2884965448283145 -0.1664611630533776 -0.35985958743975355 -0.16557009441307702 -0.3783567425252247 -0.1787481854811439 -0.3664422416187799 -0.3729693675200299 -0.5890709578059178 -0.6100912313689227 -0.5995316584315317 -0.6105328424028821 -0.606468871509438 -0.6201538496896868 -0.5956768878619202 -0.6037177837965706 -0.6002369166126792 -0.6033620499769203 -0.591893825321105 -0.6930185157259462 -0.42365533900867763 -0.44219741818697034 -0.29773967709284277 -0.30857585803890153 -0.29040192289897815 -0.1664611630533776 -0.3213917414972465 -0.16557009441307702 -0.3202216341474243 -0.19203251489178105 -0.357510918420512 -0.3756144547041069 -0.6056282671551981 -0.5801668128774781 -0.5990430141923977 -0.5851812461883411 -0.59251152993941 -0.5888120117706758 -0.607682115714084 -0.5940898078451164 -0.6092220345139816 -0.5970392087674168 -0.5984759557285275 -0.6810554467143891 -0.41126754064917914 -0.4322578105698462 -0.26669539009168763 -0.27357058677327956 -0.2913712782473582 -0.1664611630533776 -0.3218497145696594 -0.2240731292277486 -0.30429250132494623 -0.23934567244473193 -0.35305490182703075 -0.37208611565662 -0.6054320494302962 -0.5782728180038477 -0.5950117891500571 -0.5858020454154504 -0.6076989737836436 -0.6010318355119229 -0.6043000497717906 -0.5979429042754477 -0.6048182462568705 -0.5988456713718961 -0.6026650680662221 -0.6741606823101606 -0.4170732077578242 -0.4323467200823698 -0.2602557267440821 -0.28987758043472844 -0.24840066276940298 -0.23854835182569106 -0.2751497940209411 -0.24576360327098495 -0.27033553100305224 -0.257548598362205 -0.32253224827997606 -0.37651840495999234 -0.5802020607539075 -0.5726415331148708 -0.5704755525651247 -0.5904891157194933 -0.5890869461212106 -0.6202245169737558 -0.6141650494669931 -0.6414775324995193 -0.64591230187159 -0.6377681833561728 -0.6126282502381485 -0.688645063660121 -0.4157942506929275 -0.43885970466593716 -0.28831363211928374 -0.3015466623578016 -0.2894624058693452 -0.1664611630533776 -0.33036594764865584 -0.18240366876944586 -0.3184160919442433 -0.2555805960774969 -0.3184332260026855 -0.26194679227270923 -0.35238207648783 -0.3046302892932243 -0.33660531058094245 -0.4510685958199475 -0.5007596726910836 -0.5249905477993341 -0.5430957573000651 -0.542398487415959 -0.5527276565871588 -0.4143446302824445 -0.38647725133480215 -0.42808863297670097 -0.4196952321715836 -0.4068006143755997 -0.23776326339721274 -0.1664611630533776 -0.2892842514049709 -0.1849590244078583 -0.2613848950816309 -0.23429605571790676 -0.26533491372075896 -0.19013898790598655 -0.28785829534280977 -0.1984867605463015 -0.35083848627567543 -0.10384836407234488 -0.16692657903418293 -0.3839919899132487 -0.1870317785168277 -0.37721333876818214 -0.23508816339461888 -0.3774070651312026 -0.2352241211271188 -0.3763556223016922 -0.17266677906777395 -0.33512242664375896 -0.15625106933266134 -0.28963789534685636 -0.17925206989054196 -0.2375279444968864 -0.25433599750635666 -0.2427486216104393 -0.2970959797897964 -0.24754926858797657 -0.2405026316268493 -0.26249311256227364 -0.4931498273539586 -0.5174988494617704 -0.7335339114480907 -0.7062189238815915 -0.7057784720389181 -0.7052410556718703 -0.7062859480559484 -0.7068811756453323 -0.70617325792752 -0.7052555038075146 -0.6964644028319854 -0.701140428618598 -0.6723340785915615 -0.7695390565826693 -0.4908992009883517 -0.506165326086107 -0.3357268248008576 -0.3406427763576469 -0.28294108259429945 -0.1664611630533776 -0.3153974696067888 -0.18768170357373898 -0.3201740543869992 -0.2121364705218619 -0.3742925469519445 -0.3744062691991311 -0.5942135641191338 -0.6030375159026361 -0.591373195981586 -0.6000524047436542 -0.6008079028702646 -0.5941070851009539 -0.5863952638360324 -0.5975623931267046 -0.5929434105575605 -0.6006640240023029 -0.5898565433134706 -0.6872911241406081 -0.4212487252672574 -0.4413849229171619 -0.2941299537381172 -0.31205872939176893 -0.3383457196181582 -0.19958497926503702 -0.3743206919769291 -0.1986725871389929 -0.37333873480815516 -0.2118134574989731 -0.3525152740028556 -0.3907361957793042 -0.6045435879973681 -0.6014636802022317 -0.588831960092319 -0.5960463433065756 -0.5916730635868759 -0.5994786107162923 -0.595316190033695 -0.6033510295143835 -0.5954496612230846 -0.603298395510366 -0.5954038752091324 -0.6898473929831989 -0.4245692405271523 -0.43956110641124935 -0.2939617393685844 -0.30275739657593476 -0.28474549150720935 -0.1664611630533776 -0.32178493476533393 -0.16557009441307702 -0.32322562390018894 -0.1787481854811439 -0.3810151310573867 -0.3807358092660562 -0.599052115877138 -0.628010855874842 -0.6254205934797998 -0.6403687027911837 -0.6323089663728408 -0.6206722988429426 -0.6124840605821779 -0.6146401129602277 -0.6066149220780604 -0.6145639683819013 -0.6064618013802628 -0.7043989055568023 -0.4275681882730549 -0.4487010759026169 -0.29876341926724925 -0.31464103839213303 -0.2908048013735398 -0.1664611630533776 -0.32195101578879787 -0.16557009441307702 -0.32032783913600216 -0.1787481854811439 -0.4245648968828087 -0.4349910569179433 -0.6636482645616374 -0.755505157949612 -0.7048107140906991 -0.7066344960040972 -0.7053560896517436 -0.7051287412884625 -0.7060942292709648 -0.6704688398524932 -0.6426687309456044 -0.6545893410436832 -0.6460207943378108 -0.73838218573795 -0.4600520876599217 -0.4700040226270561 -0.32704976944734654 -0.3347062589968665 -0.34422550416340875 -0.1664611630533776 -0.3790515234736212 -0.16557009441307702 -0.3764114015901813 -0.16557009441307702 -0.37700252231247366 -0.16557009441307702 -0.30092995732516364 -0.40511933727415156 -0.36033523983470767 -0.45387442361370967 -0.44330748378417195 -0.4388855946512546 -0.4436606802334877 -0.4425505261648116 -0.4530767675165874 -0.3081700306129224 -0.3057688827407607 -0.35283994041498956 -0.35507051304299875 -0.36828497020306034 -0.3268732992038983 -0.1664611630533776 -0.3801021778343241 -0.1664611630533776 -0.32135278969628084 -0.1553600006923607 -0.3683664632029638 -0.1553600006923607 -0.3283109904850357 -0.1553600006923607 -0.3411402263012368 -0.16199126936625233 -0.3682490159335659 -0.16692657903418293 -0.32087598794958583 -0.24185648241247942 -0.322297662527009 -0.16692657903418293 -0.32803705084067253 -0.16692657903418293 -0.3289930541013512 -0.20422326825679027 -0.26203684143897715 -0.24643311834357737 -0.31156701464978265 -0.24553019719942235 -0.2617989859442884 -0.26967990223173754 -0.2712769349842233 -0.26481854260274534 -0.27137701030676903 -0.30379948459682266 -0.35589665900037 -0.3685332903184877 -0.6015010831501997 -0.6259332358834472 -0.5817791726309713 -0.5717548196125534 -0.588012423022431 -0.5803518973643899 -0.5907753282661028 -0.580164429761083 -0.593918748292238 -0.5769786270774866 -0.5817203075369917 -0.6558626329517697 -0.385905771833448 -0.4205261603560448 -0.2604205913599595 -0.3064650541315927 -0.2799783431947804 -0.1995347092184591 -0.3129163064020427 -0.24794370328249155 -0.3101098042284616 -0.2786442776961914 -0.31889314748827047 -0.3828251924758233 -0.5840596692822286 -0.637633901595447 -0.5667497196275857 -0.577429892576309 -0.5622062452405405 -0.5755402154391481 -0.5622779430435118 -0.5760192488415736 -0.5623844493731475 -0.5758034767541155 -0.5608596141598242 -0.6638259113158634 -0.3843954530634781 -0.44340925897337563 -0.2611507907830714 -0.31243852777024456 -0.3420209338293292 -0.20425977708029636 -0.37190405819891176 -0.20335062881008278 -0.37397125950016713 -0.2165291357544165 -0.3192315159695449 -0.3827830192241303 -0.5589368265620639 -0.6325385482823427 -0.5598234269049701 -0.5746174479483332 -0.5607505616694217 -0.5751079694431036 -0.5607021628239203 -0.5749608704671718 -0.5599180478168637 -0.5736609605793322 -0.5590075720637958 -0.6631951169950513 -0.3805915569123386 -0.44411408911999295 -0.2611734614653034 -0.3132544231678674 -0.33982729130276845 -0.20388970767554537 -0.3266389926844353 -0.20302362926301482 -0.3606223272790231 -0.216182181569773 -0.3196814952501182 -0.3826034465192098 -0.5595476526519881 -0.6299085718744726 -0.5308359520447921 -0.5725689210605863 -0.5304694601702004 -0.5739699578334678 -0.5603462540482751 -0.5758153644720971 -0.5609563988483488 -0.5745197480690273 -0.55907246805258 -0.6626310707072144 -0.3805678345557055 -0.43909790931190845 -0.2817629415854721 -0.3078078699436194 -0.348329814480934 -0.19932270213110884 -0.3768877831363267 -0.19837006954191655 -0.3753392025051382 -0.21150770245301817 -0.35184171478111864 -0.3772534204457405 -0.5928917212791376 -0.6237148230391233 -0.564812744604184 -0.5662051749615888 -0.5657070489485339 -0.5670552159359932 -0.5662498148438574 -0.5689835093295245 -0.5684760902213452 -0.5721928487979461 -0.57049850341066 -0.6615588847156617 -0.3847158287454166 -0.437956463589117 -0.2933896096949423 -0.3071566972806891 -0.35008029891002895 -0.19944759575426776 -0.37898185304446913 -0.19853751097186 -0.37496744498418216 -0.19847161471859712 -0.326096502620786 -0.26146166339229077 -0.37900110684329036 -0.37933446961841605 -0.3188570234227919 -0.4179619440019108 -0.41236876117690163 -0.4086958102875381 -0.40637764335087767 -0.4062592529065777 -0.4147398326989926 -0.29432320171553705 -0.29490730515554414 -0.35226830892353295 -0.35288424352949355 -0.3616379419110415 -0.33295189022245025 -0.19652231293083583 -0.33117619254910396 -0.19575181181247395 -0.31929975858307763 -0.18867300895403197 -0.32044552952190447 -0.22083963184694158 -0.323386668698342 -0.18703110784356106 -0.3322078793595829 -0.19400676963554594 -0.3707941500792883 -0.19905090261494607 -0.3799332353277364 -0.203232100485164 -0.37868807112435976 -0.19966863523089928 -0.3779152702472726 -0.2015433099634722 -0.38159657295664395 -0.18894594533846687 -0.3222798029108367 -0.19300577319465562 -0.3470664656655018 -0.22184044143587509 -0.32315869039761436 -0.21064107262348597 -0.33205274275172625 -0.23540486050977147 -0.3629010285153656 -0.24188940182253896 -0.35273803895646294 -0.3781820581089269 -0.5936414028022763 -0.6236946813930031 -0.5653749066413216 -0.5660745825773049 -0.5652673516199158 -0.5669462265236026 -0.5656821626444445 -0.5672789390469464 -0.5657493486498207 -0.5672458957434159 -0.5654920713144358 -0.6567976899980592 -0.3808040844346334 -0.4364066848942984 -0.2615402504755212 -0.3117441311847888 -0.33546589355857176 -0.20395974835102876 -0.37016931110965995 -0.2029087658336509 -0.3386254928096978 -0.21600035150743913 -0.3199486398834369 -0.38251393605442957 -0.5597076102625982 -0.6297822944928151 -0.5306253390301917 -0.5729462822459861 -0.5595931561206422 -0.5736733840569344 -0.5601555499984507 -0.5752619875056064 -0.5650122154749956 -0.5799582199696517 -0.5772085265378318 -0.6829757151395403 -0.41122284331691517 -0.438266467629354 -0.2605864927255241 -0.31294990171824966 -0.34022659372039965 -0.20442894305764872 -0.36553567862958736 -0.2035104652478201 -0.3726571428960742 -0.21666703647718505 -0.3499169604592262 -0.39376504270529017 -0.6049549429859026 -0.6595900384040767 -0.5888220410449962 -0.6101288634424153 -0.5957462611550167 -0.6102964752556922 -0.600376375690313 -0.6105584627051216 -0.5958270509338928 -0.6102386140283435 -0.5956264263871812 -0.7047463625359938 -0.434433945325001 -0.4518574431052991 -0.30884515985211897 -0.3273322553625507 -0.2848759318058301 -0.19973902078556813 -0.31651214147069295 -0.19883064911079645 -0.31574073211562503 -0.21200538025984458 -0.38143907377760033 -0.3857742465072808 -0.6114145488187687 -0.7011405630256995 -0.624844358271553 -0.6362298753568626 -0.6269504523530517 -0.6268939399755181 -0.620235277134235 -0.6277769454963184 -0.6306179516089861 -0.6207650985572124 -0.6121718591698515 -0.7030126305710899 -0.43598603595091096 -0.4475213575004936 -0.29689842913361186 -0.3090874610755276 -0.2822656247765455 -0.1664611630533776 -0.32513079875868395 -0.16557009441307702 -0.32144169733992445 -0.1787481854811439 -0.3673675422981952 -0.35299405461498007 -0.5811319138053466 -0.6610318258245685 -0.5914739775680967 -0.5995130618926527 -0.5918793553957993 -0.5999636821537279 -0.5960108099455901 -0.6010656631574756 -0.5961131060275532 -0.6041126534248905 -0.596065566430691 -0.6892948533183758 -0.42486206592292713 -0.44338961087359224 -0.29734568792560423 -0.3090161688378958 -0.28134884123392323 -0.1664611630533776 -0.32221853356466257 -0.16557009441307702 -0.3235542818535419 -0.23308174948942428 -0.2788320142673334 -0.24553720776759846 -0.37550979134615914 -0.37807340175610127 -0.33113258357393605 -0.4313127827190319 -0.4427467044650772 -0.452663477844794 -0.46516783930821165 -0.4735018166608849 -0.4678316641349536 -0.31783959859372735 -0.3041762231044474 -0.3609597088558423 -0.35897398449207363 -0.37068309157962215 -0.2854723549094759 -0.23544955442836515 -0.3177164319795819 -0.25637590600140336 -0.25666839805384734 -0.29305806663932626 -0.2565088568961162 -0.2441991241743696 -0.2559860900622609 -0.2734761887863822 -0.25662822019464454 -0.2502871345526143 -0.30827333652039174 -0.2571231039673227 -0.31756189575314187 -0.26220108539429826 -0.31942211166505285 -0.19409886319174224 -0.3211345215309952 -0.16692657903418293 -0.3239776120328959 -0.2321139099624356 -0.2600345968112818 -0.26734731929366456 -0.26196276531157825 -0.24456986844594675 -0.2616341884438911 -0.244587137023748 -0.32066992209925294 -0.2546114773042796 -0.2981162948880343 -0.2681706192053087 -0.3625637069491838 -0.38371362558791067 -0.6213106575431003 -0.6462365030922426 -0.6064433511603522 -0.5925125052176523 -0.6070023487309438 -0.5925690076225872 -0.6217187109726574 -0.5960934951979121 -0.6153808441920114 -0.6005375715003864 -0.6217625886095234 -0.6903925912097577 -0.42950751205308507 -0.44491362175216626 -0.3021082358952409 -0.31232129643623663 -0.2919485138999598 -0.1664611630533776 -0.3194395575286567 -0.16557009441307702 -0.35776177931053105 -0.1787481854811439 -0.3575764916419086 -0.3877376723011236 -0.609503219765642 -0.6445959316269143 -0.5899715158871676 -0.589072047125005 -0.5903133199771601 -0.5892564781484989 -0.596978349724246 -0.5956483334312318 -0.5970323578718701 -0.5931211595999467 -0.5967773899047082 -0.6792999466555169 -0.4170780995712373 -0.4390913185414084 -0.29649827604432544 -0.3070049377164499 -0.25392371021504934 -0.2277689036001196 -0.27667910808108026 -0.23904798093019733 -0.31493594245112494 -0.25123750409877343 -0.35367071940031974 -0.38379628360050916 -0.6076113062531888 -0.6450446557779913 -0.5902565999090306 -0.5989416850411707 -0.6039028091452378 -0.5991019313635412 -0.5905739874053527 -0.5894454386129573 -0.5905700197328255 -0.6195109611237135 -0.6207575077907629 -0.703396252606539 -0.4343566095341352 -0.45452856832041755 -0.30299390118019603 -0.32035844190119445 -0.2844183099700414 -0.1996393833013781 -0.3141991140433642 -0.19874796085036425 -0.3173840520470111 -0.2389302540091704 -0.3508397332358497 -0.3874427015352354 -0.5993162888020255 -0.6529447368282202 -0.5826613425693171 -0.5970272949693474 -0.5830564589832263 -0.5901804758647028 -0.5827806502794687 -0.5903953772777875 -0.5841409231933791 -0.590392659275689 -0.5895378940032286 -0.6772487810785534 -0.41170377228988525 -0.409835456451518 -0.29340066701341616 -0.2739734024631194 -0.3472470855819081 -0.1664611630533776 -0.3752904979107272 -0.16557009441307702 -0.3754346728193862 -0.1787481854811439 -0.35738470009215534 -0.34405366668307424 -0.5989961328985144 -0.6130857799721385 -0.5786112018406483 -0.5695048142223276 -0.5879704096068027 -0.574610939728914 -0.5878572951418669 -0.5831437934347162 -0.5969536459836912 -0.5798920397167654 -0.5904568944164397 -0.6644604699440083 -0.42048839343602906 -0.4046416026116237 -0.2950352540671956 -0.2739150288539412 -0.3512261067687749 -0.1664611630533776 -0.37925537689074496 -0.16557009441307702 -0.3778727922050959 -0.16557009441307702 -0.35211420553405953 -0.16557009441307702 -0.3864871532375934 -0.37230411976910854 -0.3368623009387499 -0.42571437463053374 -0.4460367952713643 -0.4358956468934666 -0.46101394727463935 -0.45224484504081 -0.4836464643803024 -0.3172857777274163 -0.3119247973682581 -0.36376681445541337 -0.3685237189597519 -0.3766487965727027 -0.28149050866790093 -0.1664611630533776 -0.3484528647583052 -0.1771793376678797 -0.3364654661306279 -0.18770632717788802 -0.3475851979435846 -0.1877081251021627 -0.3180665710054403 -0.21451639805611525 -0.3188690136474092 -0.20999020636888732 -0.3286874822305908 -0.25047866717928574 -0.268763879602056 -0.2571731547158599 -0.2707735412287424 -0.25062517427701786 -0.3203630430824234 -0.2525709151544594 -0.33386311066362917 -0.23730947419966253 -0.25755222054099386 -0.21327657010902923 -0.28322711495467456 -0.21318371098471794 -0.32040925605168596 -0.20062333976876276 -0.3293882458964853 -0.23616807793127753 -0.31944713841096145 -0.2110374484499997 -0.36308464571492616 -0.3906369602749971 -0.6042136090877803 -0.6371191240090616 -0.5757495806099111 -0.5701434364598392 -0.5718131126788266 -0.5680767327014393 -0.5681163964463787 -0.5671509351466444 -0.5676362682687746 -0.5650695236075862 -0.5660916900132229 -0.6548954368531872 -0.41484907048577013 -0.4382262161107688 -0.2951744160056632 -0.30749362874561637 -0.3299487370337797 -0.19854939516926923 -0.3457841962231026 -0.2129101947571798 -0.32104877192800835 -0.2328389827033223 -0.34975510258014836 -0.3783655966586399 -0.5891947468302335 -0.6233390562720997 -0.5612003090931487 -0.5651845690342538 -0.5646935343251649 -0.565274506794637 -0.5654608840393736 -0.5653057052056835 -0.5657620140684343 -0.5650875837217242 -0.5656753151766801 -0.6551096872491031 -0.41482304635255257 -0.43822293156163716 -0.2950584402956421 -0.3076855746443852 -0.34570992074065504 -0.19858682057319038 -0.3251901706292701 -0.22811868695705265 -0.32942860125110557 -0.214885752722747 -0.350500334090947 -0.37779765440999347 -0.5922201964959287 -0.6230830152417797 -0.5650663421808361 -0.5650947879955812 -0.5662101068915424 -0.5652474277308974 -0.5665979314309552 -0.565326993672775 -0.5668265909672695 -0.5654086493786591 -0.5663678022774458 -0.6549682316157197 -0.4149685510781934 -0.43830183712047643 -0.29506102971605613 -0.3074263518406821 -0.3481736326246574 -0.19865329968540163 -0.3764314794314342 -0.197758544459368 -0.37430350521165723 -0.21089504056127892 -0.35262428362200676 -0.3772199893643924 -0.5933950135335989 -0.6233230108414415 -0.5657724073144196 -0.5654094331297077 -0.5660506643852221 -0.5655033987594934 -0.5658725668257911 -0.5653811985345456 -0.5659670500853354 -0.5650810784122345 -0.5662490950540187 -0.655389422214191 -0.41515493916073826 -0.43824089904735936 -0.29509301945041666 -0.3077591008873965 -0.3354275779196835 -0.19861083513754185 -0.3743578776187157 -0.1976944974287937 -0.34825053534172384 -0.2108673277816491 -0.35236895668786383 -0.37660445876913545 -0.5928535852929904 -0.6229831010839346 -0.5654262587214053 -0.5654039720577704 -0.5673609232663788 -0.5675700975062221 -0.5671050297536062 -0.565771862824688 -0.5730155662591069 -0.5728167523269937 -0.5733549060030946 -0.6575664866103158 -0.4141575169592011 -0.4045454900366526 -0.29377336200380383 -0.2846052138122935 -0.29643268214452284 -0.1664611630533776 -0.31893420877513395 -0.17884307634551813 -0.30972317753419104 -0.16557009441307702 -0.32071991299041874 -0.2635920500574745 -0.35859153538249816 -0.35917731813919407 -0.33101469835329195 -0.4167269725638386 -0.432848664029726 -0.4197608848702237 -0.4362542626023417 -0.42256564853837814 -0.4458016167904532 -0.29493252909852313 -0.2957224725760653 -0.35068473103504944 -0.3537220501929001 -0.36164067011524176 -0.2771056986575066 -0.1664611630533776 -0.3221358195138536 -0.1664611630533776 -0.3120247284462987 -0.24648127972681622 -0.3013557867946071 -0.24549984483499215 -0.284944090164821 -0.24543527425247255 -0.2775580292627947 -0.25170996785500027 -0.3127093765460931 -0.16692657903418293 -0.3238630894344675 -0.16692657903418293 -0.3236425292715424 -0.18769864927328836 -0.32461094096162046 -0.16692657903418293 -0.328082714196994 -0.233317098981256 -0.2609509204536513 -0.2452557436362087 -0.3110613680009512 -0.24578583129941706 -0.2607633328355933 -0.24506182660778572 diff --git a/example/run/baseline_scenario/opendss/profiles/load_9.csv b/example/run/baseline_scenario/opendss/profiles/load_9.csv deleted file mode 100644 index 7bf857f..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_9.csv +++ /dev/null @@ -1,8760 +0,0 @@ -588.9370774843087 -382.74209532993393 -588.9621247968604 -383.1501185577439 -590.6093540562043 -382.97993935964735 -592.0908331060408 -388.970705910433 -660.5859128020452 -614.6110629458991 -660.3360390172238 -618.0537002919145 -618.3741671560023 -662.3302072711214 -622.9468195501006 -625.8843600850383 -480.6008758652652 -393.61027549753766 -591.4848940166876 -385.1852897453595 -591.5777149787242 -385.5110084515811 -592.800630959559 -385.5301025378539 -616.9041916552676 -410.76406455751015 -616.3700198859583 -411.89108258880384 -617.965047694203 -410.743707815386 -622.4513760476837 -760.2861714225744 -982.2264521226012 -982.9786179561054 -988.324988062484 -995.176912122196 -989.2711530165358 -995.1673194099642 -993.055401286111 -991.705667199051 -697.073013476568 -702.6352830592218 -694.1859297248704 -693.7334257697983 -684.7364953968199 -686.4893946431894 -683.8641584542207 -413.3725066786845 -618.0413329036459 -411.24736979616574 -616.6618393580859 -410.7627488490868 -616.5047845225738 -411.9401295396268 -622.7666570126569 -736.3618166292887 -949.9893665612416 -942.4173295394896 -953.0227778874336 -954.218823470788 -950.4746111880464 -948.2299956664046 -944.8555790065072 -941.2693925300732 -642.8393610671412 -650.3724933868502 -640.3193288817877 -638.3280745668128 -635.6018745577124 -637.3833243097152 -691.7145216028682 -413.27312558096446 -616.4627890905736 -411.6222268726272 -617.1212525834394 -410.8124915945074 -615.0329903633029 -410.8395818313605 -621.7609307197716 -685.4651706701997 -919.9442858725592 -924.7129938613951 -940.4632937227308 -948.4690199694578 -941.171197116418 -954.409537345882 -947.6288567841378 -942.407210295692 -643.2079575620146 -653.0898480613245 -641.0876819277389 -644.6528206456446 -641.3902162408086 -641.7037817455091 -691.2579607278321 -414.3565635930501 -616.9352866498341 -410.7556655086486 -616.1162317846852 -410.8907267779151 -616.1832078068038 -411.2621131938657 -620.9290318739802 -719.70980706144 -936.8796692970068 -942.5884820300616 -961.3640315797302 -972.3049143996868 -972.3281136198392 -971.5407201320816 -971.8382584909816 -959.7321947008952 -657.0286564127157 -659.5901268868477 -640.2346055891145 -638.4878083981545 -645.2937321559361 -637.2553217119196 -691.517187218433 -413.325216533238 -616.1919477174831 -412.0513069496992 -615.625514781725 -410.8457893105008 -614.5795135823706 -411.1399336500985 -621.5318355778436 -684.7467658732146 -921.7480232225944 -930.1022134064352 -950.500223835746 -963.1739719487114 -965.4624623423204 -974.7783618467836 -980.7064355455866 -981.2539391503228 -673.1393291362364 -676.2989664036797 -667.6316702597225 -675.9211463269514 -685.0472526192841 -685.879993474604 -687.4739434552907 -414.2304921786852 -617.3573179898746 -410.7205140040297 -616.8684622920554 -410.8785908598408 -617.6927809601809 -411.1084694781152 -622.4452028431863 -633.9169728666892 -790.4906343449422 -782.4231306389705 -779.3746237705442 -772.6994409074206 -770.9025154272085 -775.2319181831548 -766.7791001291632 -765.8363207769551 -764.763330685843 -783.1404715158766 -531.6414417458305 -532.9044521172029 -413.27606172048 -617.8070494653413 -413.91525170176806 -618.3183539929379 -382.7371171556031 -526.2444091945882 -382.7596910829309 -527.2104028236423 -383.47422629937176 -545.3790622488308 -385.2792562507841 -539.4075051502679 -568.2825823826162 -602.5380526071392 -578.0291803524019 -617.4346741855694 -589.6189276762016 -625.2922520632031 -585.7353529536944 -629.0463085372628 -375.087393197157 -504.00373599807375 -385.2996861487444 -589.7711881099821 -386.5185900724924 -519.5922996595648 -385.2949834114575 -509.1272265973452 -411.3557248900463 -616.0574030717698 -410.90238379729743 -613.6982952352928 -410.8754945484478 -615.1702220592769 -417.5569778339344 -752.2328116501485 -929.9873623591212 -925.1652628934752 -941.04513142475 -944.5011096740952 -950.4566356429158 -954.5918577267148 -952.473523619292 -951.2504658790158 -652.0343104250105 -653.7107926694008 -640.8965337598253 -638.8688174680079 -634.3220826176598 -635.6071333665977 -688.2911128769796 -414.2148319957257 -615.9443059617715 -410.8798516009186 -614.7373530105014 -411.1008399174925 -615.7900534798549 -411.21508268145885 -619.639151901158 -685.1421315161421 -923.6784860492284 -933.489019819002 -960.7524086454852 -971.4833298374116 -981.2872091883468 -979.9572270992668 -989.7924987490484 -987.7687521418914 -692.0529470091988 -692.6081438987812 -684.6003275711375 -701.4563809267231 -706.9808670325617 -707.6106402026078 -684.7708883785556 -414.2411141064216 -617.1147321990903 -410.808534598807 -617.25684667094 -412.0905325303125 -617.348958351973 -410.8090822315922 -416.6728216248223 -836.4120394951453 -1045.6877629834275 -1049.0095240119738 -1059.0095907792156 -1061.9954517879753 -1060.3411428826705 -1067.9824109044769 -1070.1549339770938 -1071.6935213437405 -766.3866774729746 -776.2920594557313 -749.2220465212839 -726.7596982807711 -718.107553738573 -710.4635355184846 -685.2444965606359 -413.2395865659797 -616.5730677435455 -411.0364538203058 -616.3005777386292 -410.9750774928008 -614.5625944024822 -410.8161250337832 -573.7682550150112 -691.3098913324434 -921.3635148219086 -924.1899321097465 -930.4144522645834 -932.6531746136748 -931.5267208227845 -945.892585341834 -948.3286055673356 -941.4802335370616 -642.7439890456807 -644.4123892068754 -635.5991241020853 -639.0907982670443 -636.1812176679648 -638.0590833932063 -691.6620748307315 -413.3283837190008 -616.1982299538789 -412.1242891028549 -615.6106617773714 -410.83332107961326 -615.1598647317417 -411.677136934688 -621.8928736432077 -694.8374050032237 -937.230545220382 -942.302281894222 -971.3228840292038 -988.8545598294507 -984.4708738358386 -1016.890088894044 -1024.5936470652591 -1023.5242013046004 -720.3820278073777 -726.3835047071949 -716.042529353419 -715.2824089400901 -715.4673913712317 -722.854199404559 -683.920443451696 -413.31793491197567 -617.9988316865849 -411.5595387471833 -616.9859736106494 -410.822002322867 -617.6842263334638 -411.9369187170119 -416.67894279236594 -683.5272211647964 -809.8257778977414 -809.4634334834976 -816.1159215538717 -819.994699594968 -818.5339295436188 -814.336914992669 -818.1746522833273 -811.5086022720858 -820.0999429789678 -798.720001834821 -556.8803575868717 -527.1005000751651 -413.2702994049708 -613.1766925651701 -413.9758314861353 -620.9282322443682 -382.72429220591744 -588.8966840297094 -383.0775710932601 -591.3768463790258 -382.80511330790273 -589.9965551488091 -385.24227926013407 -597.4510613923942 -619.6163112522107 -671.2986742884958 -636.8862570789858 -649.186498758585 -648.1878959722733 -657.1457621037963 -662.5894398054974 -662.7618258614125 -471.39261768780585 -392.4831297832238 -581.1353069712477 -385.73074063336736 -591.9615226591078 -385.2011978337495 -592.4711353002726 -386.03742259209577 -617.3732353669457 -410.7671102559967 -616.9909645621029 -411.8816080774664 -616.3822097937442 -410.7580089808872 -622.6213102173698 -756.3129710552754 -980.2516489948924 -988.2550303034006 -1008.7559150153614 -1019.3619530649156 -1035.2764639852078 -1050.8312693737385 -1065.876299205279 -1061.9535681958266 -753.5721133883839 -749.8203091149247 -734.3368653712339 -739.1837691258604 -736.6267368706865 -726.3175101500776 -683.9034229724712 -455.0009113586707 -606.8589806233705 -476.5234906488016 -609.0638690087997 -481.3995219512098 -612.1382570166159 -410.78574226662766 -417.0534280238277 -850.5153334612037 -1065.574430293043 -1066.809199899776 -1070.3700671254933 -1072.8705517156916 -1067.0691836583323 -1068.4151281844756 -1075.1887972268253 -1074.5572618417264 -768.4629244031357 -776.0453619620907 -767.053524444826 -763.0085872898527 -742.5991696018052 -745.3529947925971 -690.2131004391708 -446.9767589647698 -606.7053916952018 -475.886968040985 -606.8989155449702 -477.1855008212302 -606.595602716063 -410.7920503481024 -416.94040468519273 -834.3876660788709 -1024.3069830184215 -1022.8619021663212 -1034.1471213003829 -1030.9513103443585 -1027.8856440687473 -1031.5000254179288 -1033.347375624805 -1032.248569720649 -720.6639466284581 -730.4993291496512 -720.134643150644 -716.8057350631233 -711.8587398411121 -711.2918699964711 -687.9910102975399 -414.6890938848781 -617.4719618888158 -410.80252469161377 -617.1954307507831 -412.21212574564055 -617.2570543045583 -410.8007142613873 -622.8982287048285 -777.2093441596483 -1006.4116637087382 -1010.2306754447546 -1014.2894639081644 -1017.5354266148491 -1021.5393673866045 -1019.7041409064504 -1018.6171035451824 -1017.2483184622644 -706.2294984366766 -714.7762659493529 -703.5732410948984 -708.032674881996 -704.0768673562212 -704.5074875471456 -683.3125137616375 -414.5404589036088 -617.6315709836184 -410.8059286404222 -616.797227308002 -412.02070929184094 -617.1508444168282 -410.8104689380664 -622.4434442322512 -756.6485878431649 -986.2424650738946 -983.6788400280988 -984.650191796265 -1003.371798117058 -1000.871103133944 -999.8473442968487 -1011.6108191357748 -985.251392532684 -689.9473599230141 -691.0705080697487 -681.0896281457754 -683.9270601931049 -675.8146254246475 -677.6076795087226 -687.3619388811451 -414.18081519503454 -617.5368927958046 -410.8312355978625 -616.4315115339564 -411.7041466325225 -617.2473991031738 -410.82484673572753 -622.1631885581115 -596.6093319493251 -755.0360264704776 -765.8912854718075 -775.1531394333973 -774.8540827450223 -773.8779446412548 -775.2741785239529 -769.3388193934935 -771.371918990891 -771.4452010171574 -767.8272319145168 -545.1437557131954 -518.9739913164137 -478.4030850137491 -609.7089827646861 -477.73792229168606 -608.2296671216229 -447.5638586675976 -579.2973417902854 -446.6397228062238 -578.3609706740841 -447.2915345854866 -579.4102190638176 -448.9420967722471 -584.5610061328524 -653.9921674747633 -615.7710565693626 -666.6163612755535 -629.9748808413992 -671.2891394680332 -622.3039412513995 -663.8504950161064 -626.3950050007511 -456.134563381768 -393.24978831643887 -591.4356465214977 -385.412963080301 -592.7602751853719 -385.3837300192282 -590.4980555643036 -385.45860328159057 -564.3401911711715 -410.88490811018977 -616.7428575025531 -411.1232413771259 -617.4926736784446 -410.83542609762367 -621.0250057424317 -726.3620231449972 -938.492051040754 -931.2001979835504 -945.6429855740136 -942.7926897933372 -943.528007636232 -938.610323978896 -932.118181636132 -928.6714412167638 -633.8938346833617 -643.447604422254 -634.0615543337525 -637.4643706718981 -634.3882832321892 -636.102275765681 -688.0851746349014 -413.4471601972669 -615.1182939019152 -412.1329168735103 -613.7478759032847 -410.9886349958773 -614.5161939290189 -412.0082835257836 -566.1849010502198 -685.2259984289924 -922.5747755093802 -922.8037368427068 -931.0169656175988 -932.1222833328812 -928.516427383912 -939.1337312198434 -942.448055313168 -935.2084668134528 -635.6543504177716 -642.8881637653101 -635.5873064990732 -638.561441990608 -635.2389796517447 -635.6312387301841 -692.6772817453491 -414.2005666880439 -616.5059377034615 -410.8751878981717 -616.3704242922241 -411.5549445118029 -615.0601695169787 -410.901271048669 -622.2125873823612 -685.1572496261902 -926.281079224172 -927.5427344005714 -937.415021415444 -942.5139417049112 -947.1481311217708 -951.5966187532836 -950.4381242666764 -953.0431423635166 -653.474790874411 -660.4947792577316 -641.9083990268429 -640.0925751098886 -642.1040511040609 -638.2580453736554 -691.515486071373 -414.42746744448345 -617.17363858921 -410.9012416730568 -615.2318224900131 -412.198705941486 -615.5123728588898 -410.95162270807896 -620.1586565972553 -721.2023660998341 -941.1197262700318 -943.5555838941708 -957.6839608355956 -959.8956380790872 -959.6686474863044 -963.8681579006868 -961.917342259114 -965.273274643493 -666.2886241990103 -676.5268955923835 -667.4088036301702 -670.6980664305032 -667.485074601111 -669.7169931806246 -687.4701123527212 -413.3198354742552 -617.8496025223824 -411.4084751882093 -616.4210618042703 -410.8455458590331 -617.9063822461725 -411.168643822865 -622.2806243731469 -737.5836112370126 -955.5425087352594 -956.3059873744816 -962.1716016438634 -972.5442632001248 -964.2496120923588 -968.970862353054 -972.3080032761468 -965.459965788118 -670.8556799206044 -676.0713422470174 -667.774408526676 -667.068698361018 -663.8104716870763 -668.0108967896875 -692.7184249044511 -413.8113640709929 -616.6648536851442 -410.9080158003845 -617.7641957655239 -411.071664559824 -615.2164090744366 -411.2395966270033 -622.2998943643528 -562.7352696943203 -708.8782410501434 -719.2068041675392 -731.0826490126778 -734.4018944803354 -731.4871748644853 -733.3324346333319 -731.3334177784525 -730.1857352784956 -732.035251365308 -747.092536049507 -495.661707798042 -553.3334949469102 -413.7662655259712 -618.7241788119734 -413.6596945925744 -618.9852518921228 -382.9449797563812 -586.346288926288 -383.4058306626837 -587.2423755489131 -382.890895735025 -586.0038504520322 -386.2482247640657 -593.2752196202875 -562.7684825609118 -605.5965204684027 -581.3134702529745 -626.7454405013541 -584.4932745719306 -622.8797680342285 -584.2201330248183 -622.681468195666 -417.458995700314 -457.3933241265244 -579.8731433488932 -447.59056385283145 -546.9913468861206 -449.5552071877541 -496.9654296308318 -447.9013527265739 -604.7951481351247 -474.8889282545655 -604.3091805127472 -473.5198895533598 -605.0275541418451 -474.4777879788516 -610.2166664244584 -747.802596434097 -929.5248805914262 -923.894721113966 -931.0084880226088 -932.2101695977155 -926.9125878766622 -932.7738430324728 -930.5566398367332 -927.8339414221492 -633.0797939113445 -642.6278150175647 -631.6612839682965 -635.4443205581886 -632.1879940147694 -633.3906147752335 -691.4319608230772 -414.9472987488612 -616.2047140495008 -410.9579552804218 -615.6371142887343 -412.273455869619 -614.8127403006554 -410.9698973394871 -621.3828906644382 -685.7811778403376 -921.1320831769232 -923.397374518314 -927.7792816365252 -931.1680243513908 -926.1298438958652 -929.6086633211672 -927.7785746742528 -925.5272888924356 -631.414363627909 -640.7803381825134 -632.3392803746681 -635.3862795203434 -632.2708678794831 -636.9019724054633 -691.5996994786963 -413.3343752298768 -617.7501351294013 -411.5013705993311 -617.2395217978398 -410.81528470444783 -619.3298626989819 -411.0871401479132 -416.7920761947387 -836.296122804817 -1045.5641879011407 -1035.857309704939 -1036.079706702409 -1028.6024436219827 -1024.163037476438 -1030.6858440842764 -1028.4116199409143 -1020.2826278010928 -716.7146567145137 -717.6570476507352 -704.2608747588888 -707.4454630063897 -704.1265088705421 -704.4419923997722 -685.9176390694574 -414.4730077894864 -617.3815947795594 -410.8213046746005 -618.2995704912806 -411.5277517860733 -617.2522046348051 -410.82537250470193 -624.591786957635 -760.8305156843464 -977.26258146139 -975.231685767097 -976.1783211610176 -977.3045050839934 -968.3608792867938 -968.4598846786828 -967.7883657583296 -966.1737485350384 -666.0545042254378 -672.0839461441561 -662.828176380519 -666.1665315023644 -658.0732707371757 -665.1576552268854 -690.4218376155128 -413.3739787751821 -618.2658406479875 -411.1133208278443 -616.3468106789943 -411.3563671275278 -617.7138326475016 -410.8785306845498 -621.1788807018678 -705.3286242455783 -928.6965797081872 -934.5232073967824 -947.998285990688 -959.6520273238028 -967.1839156637524 -981.0272493153568 -982.6013485992016 -974.9784973372308 -674.596824802234 -685.1351633668186 -672.3186675805324 -670.9272934400766 -672.3037032281682 -668.3003843672534 -688.2132836506163 -414.3811955389844 -616.7414652843959 -410.8810104436847 -617.6388342590096 -411.4019495975055 -616.230531209468 -411.1071692228323 -622.6765700503408 -575.8129096850338 -723.1692232334971 -727.5741209595963 -735.0562069486389 -744.0886717888335 -745.0594313552704 -738.4195697726608 -735.238362590662 -734.1841516786836 -727.8017782726942 -715.5186999427227 -461.5532699195407 -555.2353026572881 -413.7722563965611 -617.897106641622 -413.76973836796697 -618.8071400180745 -382.8727202424525 -586.0028021109996 -383.726819453982 -586.9331931871126 -382.9048318076318 -585.5936864258124 -386.7845107319864 -592.1999366373481 -531.8583063310365 -597.7613726743934 -539.4307217172376 -603.7017914970652 -539.0525114414878 -539.2016635698105 -587.6841989393374 -543.5870765709184 -439.6170264876304 -451.02109956430667 -447.97319688831607 -385.4186375114868 -589.4675078797782 -386.6710134214625 -445.8365268447281 -385.4532844920204 -553.5873415079523 -411.72081393582175 -551.395920092423 -411.058572234781 -573.2815502510862 -411.19911968987617 -577.6205111372309 -686.3185188818552 -915.1794675557582 -918.666157835798 -925.3391777792954 -927.9701274816904 -922.8341224826372 -928.2627971242874 -926.8452410124594 -924.361358109208 -629.2329974814371 -639.8951225383365 -630.562197424256 -633.1033907993644 -629.5220836831809 -630.7510794931654 -678.8833350812041 -415.0887234709723 -613.9451806676718 -411.0188935777125 -614.8523308868506 -412.1431969766757 -613.8730849940044 -411.0718928318461 -559.4026363683432 -663.2388666853685 -913.7031905205656 -921.0271865859452 -926.4396359971474 -929.2311474123876 -927.0049042419266 -937.6588731578008 -945.4426863015948 -947.389291204734 -653.0088373666802 -671.7134669854962 -654.4400205005937 -657.7803396106776 -654.4519304423432 -655.5769895827783 -689.0137280400511 -413.4597318115718 -615.2914926954401 -412.2647620019755 -614.9330376003334 -410.976872280237 -614.9050163419943 -412.4924575936531 -619.8496279341642 -662.6700992445074 -924.0420505569184 -924.9008152402604 -936.8256546747868 -940.9651148316188 -933.077067572234 -939.1429668314483 -930.7338916236564 -929.4733872058785 -634.6877907177392 -622.8888627993417 -635.4960988972715 -638.2818547617984 -634.4876948956397 -635.2964943508954 -691.5539111834455 -414.2827916339068 -617.1503094056121 -410.9161149361421 -615.0029952274375 -412.36768051919785 -615.2634663565727 -410.9016667272583 -621.3661700300279 -689.9124449727556 -937.00159387875 -939.8913956852632 -970.2020597689256 -977.2364612337328 -973.184724259565 -981.1800232401926 -980.99868922985 -978.1581793142204 -679.6607309745697 -662.6804214863752 -676.6516781031164 -671.5379213789206 -667.8379697040339 -668.3129429787457 -689.6401165322043 -413.7615996658519 -616.1488267919824 -411.3467470197831 -616.4657488919312 -410.9219509220681 -615.037817929521 -411.95418495001365 -621.6078147178623 -662.0980648152654 -928.6945724424968 -930.2003421465344 -940.293021533416 -946.0948366227924 -957.2336976874724 -959.0159129549888 -954.4223145563128 -948.337359695213 -639.7556998362173 -620.9586552711343 -634.3366798549217 -637.3835420283083 -633.2123834890455 -635.3363434828955 -691.6916602769319 -413.3451332973565 -617.728930765504 -411.5251827508489 -616.0993779888961 -411.0102244134755 -616.7493759193004 -410.9563388053388 -620.87536846671 -519.5262222176156 -715.8941911947292 -721.2965581655128 -744.334407646909 -752.9129368489007 -755.7472302811456 -762.0760199265711 -769.1175136147706 -770.600103272442 -784.8898561864524 -756.6843020948769 -565.5100812019159 -519.1761738945514 -478.9010881102337 -609.5490522476307 -477.8916571276689 -608.2462510803667 -448.5120790482159 -579.0317629308107 -446.9602097656627 -578.7801280757071 -448.3271724867173 -578.5333184316322 -449.4460994181272 -563.3285802193315 -658.4058541872544 -597.8759580354498 -630.3263037515654 -590.9210096133426 -622.6345907756723 -582.4005053830965 -614.6533976623551 -578.1620580017105 -436.80413815380905 -370.30280213433946 -549.8864068859248 -385.54590023632426 -484.0062629335266 -386.1795976984384 -519.1687724776752 -385.4581460981926 -560.6756961688384 -412.3545233373728 -560.8816154491013 -411.0515232265752 -493.3310836473914 -412.4914007754849 -538.7136922352779 -670.1114845833524 -924.3826939891608 -924.5149632597652 -933.7316833374628 -932.4086739211352 -929.9154309836337 -933.8872577407255 -931.818082508582 -935.7225756221002 -645.3648063415652 -629.1022260607242 -641.9488097483594 -645.1992493064279 -641.8458541096495 -648.1144757653536 -684.2532315153826 -414.0917897330795 -616.3245963369179 -410.9397227223256 -614.4628032294909 -412.2154480201123 -614.5033080310369 -410.9751785152283 -620.1786212090117 -664.1110792149562 -923.0186724368992 -925.4290058328112 -940.190751771073 -950.355077131837 -959.971921327046 -978.9021137182308 -996.659694635912 -1011.3653076640664 -705.6507227024111 -686.1986741262624 -699.1861964147693 -737.2030639755699 -738.8766073876309 -748.1596638255603 -680.6444291398748 -414.0389492913978 -606.3428979301606 -450.8074175531045 -608.1642075567161 -475.9176619878032 -606.3859564709521 -411.64583256344025 -417.76773966142827 -812.5641581513545 -1049.2410637887588 -1051.916979932539 -1058.2216014306375 -1016.2147586329456 -1010.6596885057936 -1012.76680829915 -1010.6306060175792 -1005.1086558802056 -703.6486880940593 -690.0882686547371 -699.8996255126681 -703.1468331839643 -699.768219983342 -701.559327082677 -684.4129817987665 -413.31773484903925 -617.5002694079549 -412.091732193978 -616.6930287925156 -410.8154743295133 -617.6751674132961 -411.4861833649681 -622.339402008547 -707.0862541220666 -951.3344249741324 -948.1302551869624 -963.7515438714304 -977.5560972025252 -973.2930298173976 -973.6696397007496 -971.13042277834 -969.6301402751632 -666.3876450609299 -655.3433858873087 -667.772324692381 -675.6852383348182 -672.2254362031526 -673.9507213659463 -687.0531097610271 -414.5978665845928 -617.5824577569664 -410.8816351504773 -616.9385843705784 -412.4111512347273 -616.7601244793386 -410.8854444943536 -623.5050365297681 -754.104729944873 -1005.9214770351576 -1015.429924630101 -1038.481317883522 -1046.3529674470187 -1037.2217053976094 -1031.7000017981277 -1040.645371525132 -1026.824988148872 -710.1098878891532 -690.2008820843652 -704.0571156192989 -702.4467797514113 -703.5727344342797 -704.2589692339715 -685.3075368612501 -413.5124954778086 -617.316505102492 -411.5893804668569 -618.1943333663623 -410.8800905955984 -617.0535283556051 -412.18432634059934 -623.2519481866141 -584.7003806561903 -763.5066675155858 -772.1658455067751 -778.8385761804783 -789.8253777902527 -799.0782424469581 -809.9346227334408 -812.7981434893111 -803.6882781475811 -800.5369450306489 -749.4621866095704 -533.3095869772835 -527.1372195703151 -458.1344898143796 -608.7370321215146 -479.49530036276974 -608.8431341001028 -447.24007306585673 -578.9524575723468 -448.2941282224077 -578.5345780035384 -446.6328500640223 -579.3360995095298 -449.7317182057538 -562.1661094616969 -665.8700462448581 -641.9851048622284 -649.8993319966789 -656.10683965187 -653.9607008739644 -640.6493676226448 -649.3387167128535 -649.1789064466266 -469.00661914117535 -371.3226388003428 -591.5127244170451 -385.2706824164804 -593.9682126530685 -385.5321856240422 -592.289877658892 -385.8091442050496 -619.1924771842487 -410.8267297712662 -618.091914228406 -411.9376098300164 -617.0697928458391 -410.8211880753053 -622.5528485608863 -751.2081098155139 -1000.2319931754274 -998.6714889707232 -1013.5411519428416 -1013.8429688779884 -1026.200449067975 -1043.8602847979475 -1025.344506518809 -1006.186871583342 -711.8225199363125 -695.0960127344438 -691.3823570422793 -668.902441741977 -655.7824613419068 -642.988850665613 -689.2249415891006 -414.0355733183882 -615.3269176543497 -410.9386493539639 -615.9019226499967 -411.03137726944607 -613.8161731177784 -411.58590147447126 -567.3250642239534 -662.313342291062 -918.0771400150888 -922.5600693222688 -929.2844422812408 -930.7079926984544 -927.1761382414518 -931.7496318533292 -929.6878636335972 -927.989045261913 -633.7179147037538 -620.5413181846848 -635.3202897205167 -638.4006568919232 -634.8656491522904 -637.6259200542878 -684.5493827951387 -413.4343678663929 -615.9877924939728 -411.9083425692506 -614.1914433888719 -410.9369847973117 -616.0080582245619 -411.3259809770461 -620.4854821124554 -740.4581623556186 -999.7634624287808 -1005.6091480636484 -1029.7978908070322 -1047.189083677625 -1051.182516480778 -1063.4192109013263 -1066.5463442382843 -1067.4373026231528 -765.0937590363961 -753.0667527058259 -765.9971121266834 -767.0125580793091 -757.4577590809794 -753.090485367594 -683.6327895303494 -414.7401666361953 -610.8210758501525 -410.80287523098303 -617.670672446846 -412.1587080156727 -617.2065665158286 -410.8079754935836 -417.7888956046982 -808.7181605515643 -1017.2277310105552 -1014.6550560983486 -993.8700925146238 -997.7345771386088 -1002.6384885967444 -1001.9763470315564 -1011.8808852227504 -1007.843718794964 -693.6516837450276 -680.3426128832757 -690.7127768112857 -689.3164317158897 -681.9201392697342 -677.9429967116233 -688.7778922579296 -413.3372347642314 -616.7095855973694 -411.8923419574981 -616.8521977762485 -410.8328872835036 -615.251331897282 -412.4016228511066 -621.3898940677599 -694.423316753773 -946.7265315714736 -947.8222888901664 -959.621239297495 -964.0930986362698 -968.5624516066006 -964.2419133051346 -970.8055557538792 -974.1866110571054 -671.0645299595068 -651.1172364244978 -658.9541149104673 -667.0181394175231 -658.8479086721645 -656.0094592434575 -687.2828725354279 -414.19800503386864 -617.3363885947236 -410.8651461535815 -615.2089631570443 -412.2464597246416 -615.5773293110165 -410.89777044310256 -621.0529487456682 -520.3895901809226 -710.3899834256022 -722.7682117962403 -723.1456930658975 -734.5800913609112 -735.1200219590725 -730.757950071455 -730.311592920931 -735.5610887081751 -739.8489220679271 -722.4016984535582 -495.86809654954806 -545.9785493183509 -414.8379147703741 -618.8164479334611 -413.38937199590606 -618.4706831153527 -383.8008903148665 -586.7472203336213 -382.8449498734576 -587.6759340339629 -383.34769510988497 -586.080081416748 -385.58027643563867 -571.3356063105886 -566.4171166033142 -614.2902778417853 -584.928097294485 -627.0191264816715 -588.3566547764843 -628.020418061887 -599.1856651581089 -639.9409666808535 -439.0131474155579 -435.5254178157178 -581.1574725626776 -448.3134086083927 -580.1706111835691 -450.1890578186512 -580.9645060599769 -448.9475476369423 -606.4608865026289 -476.2351497853124 -605.6940442671258 -474.9079570191098 -606.4109280478783 -475.6895613636553 -611.5714129362125 -764.5058449090385 -971.5170301459948 -965.9514299145238 -968.9254618252884 -969.284196100989 -959.2501929233564 -969.3246174841238 -967.6431617856445 -969.546638754977 -675.1254009645463 -663.7698536841131 -667.9492610288688 -661.9929677876981 -649.7827428349984 -636.8074655900908 -690.7056983244587 -414.75456288134535 -617.1964169278378 -410.8434228671737 -616.6646414690584 -412.3162297249088 -615.1593593659206 -410.8893187588436 -621.8548991398613 -663.3472825280951 -928.070081340855 -959.031737854546 -975.8827965232056 -987.0747652767463 -992.4024667212044 -1001.0850886129411 -1003.289090578606 -1010.8695933813318 -696.9997383740995 -676.1898410505183 -681.8131372118457 -684.9355498638944 -676.9035397986147 -673.9474573864363 -686.5900655262328 -413.30658921357593 -617.2639699187312 -412.1449038212233 -616.4606071735301 -410.8257059606962 -617.0945567604334 -411.76589458026496 -621.2518090599294 -697.7360146179956 -950.3064293956696 -955.769916728169 -971.5646151466524 -976.9661806235804 -984.4471307364436 -997.8458114406038 -1002.9310400530082 -1010.514883787116 -713.1146560480697 -695.6896999968644 -699.308174425867 -702.205909210179 -693.7540441286548 -691.0049741523181 -684.03380707046 -414.88942230281856 -617.088055384306 -410.86459289465614 -618.41779306992 -412.15215079817625 -617.8794027867665 -410.8586177479516 -623.3065080963624 -754.162750766242 -1014.0989719566242 -1022.3669078843404 -1036.1205631772475 -1043.5759671601468 -1042.5087296677827 -1049.3742804490682 -1044.6969320864698 -1046.332205671676 -731.5848725858042 -710.8368175621002 -717.6457153781836 -714.9685865980808 -705.8070183920252 -708.5281254572047 -681.1527745728482 -413.3549750774629 -617.709247520069 -411.352328648412 -617.02763801128 -410.98260752807175 -618.3303494094089 -411.015400603869 -622.7334559139379 -720.6568384545812 -960.4804177425764 -969.3570950642336 -979.3178422084786 -986.8682850671796 -976.4487088480572 -978.5828253438696 -970.8691368870188 -967.7215556499248 -658.0837204301995 -640.6243012088274 -650.3709426223644 -644.6198758515852 -641.5002611622042 -635.6425357795192 -688.4426609852912 -414.13408212512047 -616.3243260241928 -410.8174489824867 -617.5305388733295 -411.2929798657582 -615.1604434933108 -410.9442562294727 -622.595985365113 -513.8460816864073 -709.9783477233988 -718.7378349124206 -722.1349523462749 -730.1530164577842 -735.0686826176146 -742.5882982781752 -739.519919475274 -743.4391853767672 -745.0853138118956 -718.8853728863662 -534.1257585360644 -520.0978548795102 -478.167576567268 -608.2575894578796 -477.3351264162012 -609.3742360333299 -445.9598182135813 -504.45001182366286 -445.9028642517934 -578.1083619209837 -445.7616340414823 -576.3590971336647 -448.60633434714265 -561.7299500053633 -594.3078650559211 -564.6996299793635 -575.6546452874153 -578.4518890411616 -585.2425188272008 -587.1172804324974 -588.595421054593 -587.1280237676833 -438.54258634759 -391.34634936419167 -580.7522884824913 -449.2413734215755 -496.9880107311069 -450.0686409021386 -580.2015101790321 -448.4632012450281 -604.560729172932 -475.4491176817408 -605.232247310732 -473.8035572476877 -604.6099985630946 -475.0023841634955 -610.3144565772393 -724.8365974569762 -930.8860171005228 -929.6810729837642 -940.0989826165556 -940.0634779103236 -934.7286075359495 -939.6707617998562 -938.782128872942 -936.455771460584 -637.6526934668962 -621.7995892111488 -634.5047817551908 -637.3764327442185 -633.1851354276184 -633.7178651295889 -687.578578735715 -414.8610228863719 -616.4512574039362 -410.8957366554897 -615.4039282775434 -412.30822186183417 -614.9446072586619 -410.9049845326192 -621.3849597890431 -663.5509020503711 -926.468550845677 -929.5705562591402 -942.8175816671808 -958.5030195950624 -964.3176733879104 -973.6886200633176 -979.673659067126 -986.6374012545284 -682.4618990253024 -659.1103440551784 -652.5270261149453 -646.7006481109914 -643.301785454799 -637.105086566847 -687.5558218486364 -413.9889236849298 -617.5851472748549 -410.86461240777527 -616.2612404502338 -411.70473321232055 -616.1546301653067 -410.9082062042282 -621.1774526987546 -697.872396484587 -962.4743625666854 -998.0715314946258 -1032.6218490634312 -1055.5106030894376 -1063.315622087484 -1071.2031032007671 -1071.378991879008 -1070.121499290283 -764.3360943029313 -739.2004461624181 -708.2320314254845 -705.7940627107671 -702.7719242516371 -705.0531836766554 -679.2698536520643 -413.301511949858 -611.029660182165 -411.6426696049807 -617.2653570705598 -410.8079512568882 -618.2939895615434 -411.5147163454101 -416.763728310435 -809.3232490176796 -1024.8896513440734 -1029.0856441509409 -1050.323818891066 -1070.9240104446308 -1070.4798364758708 -1077.148792188439 -1076.7003579672075 -1075.2356581057247 -771.7232684483511 -755.3810517648458 -769.2543443625156 -772.3712335129773 -765.6509321590264 -746.9056773377656 -694.224098548186 -416.4479586881554 -606.2431851257581 -442.4670184470618 -608.122589637053 -476.1648268971535 -606.7469129362313 -410.9945626400734 -418.1954348608151 -806.5970909803117 -1035.885052875525 -1036.06012636208 -1056.313589538793 -1059.394206514584 -1063.3922072561186 -1079.086460781747 -1080.5739797582412 -1079.5839239486336 -773.364724750917 -760.1774115432597 -771.7557621837057 -774.6830820456236 -769.8836161363377 -769.2457832691807 -702.7001842188864 -430.0341312800603 -625.8026591349136 -429.8445182738797 -614.4519846714956 -417.1373864891357 -613.2000533461573 -410.7903148206916 -416.9702117329263 -639.9505807077452 -834.4915275698169 -839.746717275009 -853.3650585119448 -851.7869037400857 -855.1485350287218 -854.7928221912516 -854.609078540637 -854.7682713743344 -857.759310771617 -823.5091963348264 -601.4561717254481 -554.2467268785305 -424.4852604484562 -617.4109283125474 -422.8773383476846 -626.0242525211378 -400.24328758333365 -588.0935235154774 -388.5096330046588 -586.3270093183726 -389.78800735798814 -587.2786291317109 -389.007284410058 -639.2990611344563 -677.9058164521456 -714.7390050989809 -715.9501434993272 -715.0651534145728 -740.060638650632 -721.3969244403634 -732.7443423309978 -512.6860360229831 -447.8383860500369 -586.8569566113669 -403.3971219036853 -603.5767208679214 -401.1777270832407 -597.7469055232351 -404.7389484462186 -625.9456646647192 -435.2569664677662 -626.9781562341858 -429.582843027775 -625.4721157004709 -411.6953696856795 -416.73791550878417 -835.4364741605168 -1068.8515971223528 -1065.742225343398 -1076.1641901269666 -1080.6075169129665 -1077.385262010812 -1086.5548496741392 -1089.5898690530669 -1089.006892866117 -785.6185116630518 -770.2468160391543 -759.5875289866715 -788.0899239469895 -786.0463452805275 -789.6425625260209 -724.0688186012466 -446.1524113369945 -642.5659767675896 -443.88343966665656 -638.696156867108 -439.5726707920769 -634.4597927954661 -412.187232481488 -416.8797161731288 -878.6934717618132 -1105.1527904946108 -1112.0652830884487 -1150.1302141582742 -1172.8170737003156 -1181.2253275036655 -1199.5562315353643 -1199.9840728278334 -1179.5365745739753 -855.8960854148291 -833.5716073831371 -812.3927890849943 -823.6500047704451 -813.5147554127108 -809.0117535675528 -748.8585258550867 -452.6356388832207 -652.1604008890567 -449.3858916739765 -645.0531944224482 -519.6469344402581 -645.1260004521557 -411.24343413641 -418.0587371905127 -899.9061597967554 -1106.5770019623208 -1116.792598711818 -1140.9426872832405 -1153.8091822363715 -1160.0611251260614 -1173.2791730135104 -1191.6978303324818 -1184.9137451751076 -860.8743660709371 -841.376793907783 -821.1620677630125 -830.7376406885172 -825.9318420473409 -816.9979634587795 -756.9648763782901 -461.84825463303446 -669.4447927879277 -456.3429368949861 -664.6718610187407 -459.2160919849252 -671.6526232398328 -410.7833403655424 -417.34558704334216 -884.5843785387868 -1095.4559905777703 -1099.680738615467 -1106.7391953860058 -1107.912282159073 -1105.8561937821307 -1115.0576021602124 -1139.2533934421172 -1142.329821931197 -814.4011527634965 -778.4174309760937 -769.8537041471079 -793.1836876119349 -791.2522305655943 -794.1267634866198 -727.4846914661924 -448.4311676025578 -637.4969326234184 -440.6897902283311 -636.5421398546606 -441.1748623810859 -634.7005443354606 -410.7716382073776 -416.8822617508834 -852.1835155739535 -1086.8835869375143 -1085.5682286804206 -1090.7505002663747 -1099.1900907434388 -1095.332702394793 -1098.6342644671793 -1099.2271783663518 -1082.3947993109846 -773.958547982572 -759.2377391145458 -749.0506931015443 -756.5914237895981 -758.7587481290237 -758.4238521519508 -700.4090304933442 -424.8089631353854 -612.7347709909453 -415.05443444789125 -612.1044837338894 -413.140536328792 -617.8181009901485 -410.8010605062997 -416.7069004739368 -654.6526246262944 -804.6760032227874 -790.670610343732 -785.4921909762869 -797.4567613718741 -801.2108672933956 -803.8426487656699 -813.4239640097359 -816.2500647042324 -816.987514991765 -786.4141172833449 -534.8024514391689 -519.0407773757724 -414.31884859345166 -608.4916104003044 -444.9878303635112 -608.6556830253614 -448.3121754247358 -579.008804393285 -447.49668364657936 -577.8913958789602 -447.826990210172 -580.222663141717 -450.018729920266 -562.6890397848528 -662.7540136095264 -637.6496829506625 -644.6948543638972 -677.8533428767921 -642.1861795182373 -636.0695437832088 -642.1891542689067 -646.5598041802813 -479.65414906214073 -371.4327566674792 -561.6971069197461 -385.1935159844221 -593.2577161447327 -386.51400372274384 -591.8798529323345 -385.1918988683405 -617.0635033762794 -411.8583801906103 -618.1671579453517 -410.7372990127524 -616.3550575676763 -411.3711187761605 -623.193943108431 -724.8140142773182 -967.6159157491757 -969.7670565599004 -980.5459940070672 -980.5526378729172 -982.8556005223963 -992.9914784498742 -999.4920160024556 -1004.154671661956 -706.5236409641113 -699.9924123558259 -695.751969364239 -716.1427785302717 -715.4873750781808 -709.4471322226227 -683.2491653844289 -413.2835081222752 -617.7915008336873 -411.5979540974208 -616.6823617223541 -410.7844563841342 -616.8788955174476 -412.0977417367847 -622.4260229787837 -736.554401201975 -1000.610954210883 -1017.2456640895502 -1036.3908151721998 -1043.4996438907713 -1046.729739470494 -1059.46746580337 -1069.5896681318604 -1071.8396454683475 -760.6070767248694 -736.8607659165291 -719.0185608775797 -729.1760091295806 -725.8159237190765 -727.5549948192812 -690.7004665426446 -414.5930909662181 -609.987407108382 -411.4578437137218 -610.3294491123352 -417.73557725274856 -614.7317388384863 -411.1319112766819 -416.74061301603535 -836.8288441931979 -1075.1297121952932 -1079.5780268291935 -1086.7017539605638 -1095.8837493738652 -1098.89940364751 -1107.7969390132932 -1106.2654758944414 -1097.5765802570606 -790.5624776348453 -769.8753426498306 -760.7740617850652 -784.3107512304553 -778.6406010797002 -775.5940052085859 -701.1449440379419 -429.47954262740814 -618.4465473638242 -422.57995354536666 -615.7405882812435 -422.80036087465055 -612.4690405164617 -410.8021159656887 -416.6697109528843 -787.5371621952448 -1005.752728592106 -990.4835553790422 -1006.3359778555312 -1012.859003235288 -1029.9853123997914 -1025.5742705577293 -1022.5257934889496 -1019.2710763583204 -715.103399174103 -684.9400969700133 -675.1641544776365 -694.9796867573034 -684.7925103575159 -681.9410150493478 -684.5385660357473 -413.2890059307524 -616.7514542884979 -411.1050405059015 -617.6452210832898 -411.0025863939658 -616.3600740522769 -410.79739361059785 -623.280156352128 -706.0744705406304 -954.2555631399384 -963.0078760094668 -974.495216774013 -990.0327513873664 -999.6722858239908 -1011.3149343877272 -1008.3717466306168 -1014.7134846004266 -716.0013880801936 -683.3878152276837 -665.4425250150717 -683.9011047781311 -679.9769785108448 -677.5705460676749 -685.5097167872761 -413.26941500856327 -617.8200138212371 -411.5363678365712 -616.5729418222339 -410.7693133106096 -616.7530234224625 -412.013667584916 -622.7058190499404 -560.8514475160283 -739.6949720877058 -770.2646504626697 -783.1465877534029 -787.53056319547 -788.2566909353724 -794.7367922264003 -803.383474991494 -795.503002071143 -810.4180040149159 -770.5071235796552 -529.5651126912147 -520.1051950891483 -413.3630732069343 -610.1404148249037 -413.24956466087406 -620.062702637068 -383.6131249547474 -589.4216770276234 -382.69479530742615 -589.4747587196787 -383.8886915408744 -590.0590244754321 -385.1980089954514 -573.1252721319878 -627.5476455092769 -646.7608563106304 -612.1832395386616 -656.6363793330422 -611.3616479193802 -612.1755119377708 -612.9362436982117 -612.8606576889025 -470.7320569342081 -371.253497448914 -557.2328224228824 -385.1850476215049 -582.5048058633138 -386.29629093554746 -592.380831501852 -385.1834266022184 -616.5634989392793 -410.93937229664255 -617.2623518630822 -411.1073450314752 -616.1342293020784 -410.7469400210827 -622.476392832339 -706.5817209697274 -956.7626278011028 -960.6991459536256 -965.9710884935388 -975.5052170060152 -979.7444330353908 -986.5548105573548 -978.3828033610844 -976.9322232109968 -691.0480825813784 -675.2538387263014 -670.5649151604086 -692.5913128548578 -683.9739412468182 -685.5782922905469 -686.3182883529265 -413.57644026540817 -617.9523615274807 -410.9417373731973 -616.5447565406782 -410.7182684948791 -616.9767811450484 -411.9113687475522 -622.4572851981192 -731.789385237186 -994.88909004944 -1010.7567665462448 -1034.3020128144306 -1058.4567384238958 -1058.330315517928 -1070.5065002253273 -1074.9045908982268 -1073.2986203747664 -766.3145567277924 -754.1369459456693 -740.28742324414 -728.8301994933148 -734.9882347695536 -736.6767556408755 -687.8124740834342 -413.2173997320181 -605.0411553015052 -458.87127985209895 -607.2230105930192 -475.7893141134582 -606.0005685852526 -475.3158333859426 -612.1168117050364 -776.6382672837806 -1009.2434764579884 -1036.0031931787446 -1063.5635192090626 -1079.35941595754 -1079.672411480531 -1087.9227020477508 -1084.0181957555228 -1084.9059406178044 -772.8712088015982 -755.4826694373718 -744.2723483520755 -730.60856619805 -742.8558633655095 -748.4392704460081 -692.8338587511857 -422.64074272530206 -615.0729042830055 -417.1967771876576 -611.1599917942815 -415.0873004053356 -610.8840480737978 -411.7086660324446 -416.7109907298059 -795.6791134036072 -1056.1765445200722 -1057.6735214159826 -1073.5540410340363 -1076.1423676475367 -1074.1205999359458 -1078.7456751547877 -1081.148078473777 -1081.8092129303652 -778.043780873995 -764.5320414665229 -752.626503350184 -753.4459273378504 -771.3345675066424 -774.012481361254 -704.87731747414 -429.1200037049278 -622.4817894727743 -424.454145971067 -622.0100086668396 -421.3486296336024 -619.1559151742342 -410.6948811607036 -417.64606543954267 -815.7759390251298 -1071.1683860342353 -1073.6733770435944 -1081.3803383326183 -1081.5008578779668 -1080.7101735734627 -1087.404037815486 -1089.739620869433 -1088.0203193580255 -783.3279248792394 -767.8993418391874 -755.465749472043 -757.394724833946 -773.6309821661604 -771.9074672265735 -702.9955799938012 -425.2278603105528 -615.9401399781631 -419.0142149440359 -613.7896732556727 -416.48331922088977 -611.1163422087992 -438.5288723196017 -614.7756711311705 -640.1924562050802 -813.5878659557873 -838.455051540437 -862.7137218719004 -867.4869664074135 -865.4058947346979 -870.9186542889416 -865.998391626022 -861.4594373657104 -860.7880820162039 -830.3271982299685 -578.4284401950746 -524.1460992786128 -428.7985640009167 -623.5931626575289 -428.07676853700224 -620.6469367587483 -393.23333683283096 -586.1337048664595 -390.29867349132974 -585.5961816130317 -389.5023404403263 -583.0553428722309 -389.31737502675946 -366.4150868448496 -629.4880637147774 -646.3391673260171 -675.1104641729567 -680.3841810579719 -677.4434232602399 -702.9005851892134 -689.3685530863388 -714.9821966467576 -496.6516461258939 -383.5594887403662 -579.3800630094447 -363.3113131302998 -581.1883003179086 -385.9432352000501 -582.1456519242121 -386.01906197276486 -605.672699838629 -410.6723341100384 -606.2772202599268 -411.7253349016291 -606.0749158825118 -437.3369474283852 -611.8631150196112 -766.9164252996593 -1006.4199468674244 -1038.8873051240537 -1076.525144395576 -1082.603242307118 -1079.7022831568822 -1093.783665319932 -1093.1815281939696 -1093.8433104677838 -785.2349557040312 -765.5530698702818 -748.1876205967876 -749.9931845921894 -762.0134341883228 -760.7830232530162 -694.9496514127767 -425.42001295879135 -615.2641736938575 -421.00319438403545 -617.1106215705452 -423.65840843352623 -622.6158200452462 -411.1429098110652 -416.6418734404243 -814.8704041075715 -1070.038731145271 -1059.9331078764938 -1064.8209932801406 -1073.8616790778094 -1056.0652340617658 -1068.7111591847952 -1064.619721379016 -1056.001285159482 -746.8026307362767 -716.3455212401431 -705.0717672161845 -700.292956938918 -722.7603579996991 -723.3323883306931 -684.325331176719 -413.44401526933007 -618.422735864903 -411.2567936678716 -617.2253581846282 -410.7415214387361 -617.165805195496 -411.3038507441974 -623.9873260954108 -762.2663512334277 -1038.685285887709 -1058.1357998596698 -1080.3584344138806 -1085.4792791107625 -1077.6035109009538 -1080.0943426479073 -1083.1182358802942 -1081.8319292510475 -774.1119750270241 -758.3496065457169 -740.6735478160853 -730.3473296826252 -739.2558591393278 -736.0632865838852 -690.5688140015504 -417.7324311067193 -609.3285778835198 -415.65592473934447 -614.3127643046497 -413.4382082457675 -618.3998374645586 -410.7221083572883 -624.0074444206431 -768.3221183679717 -1053.966232261217 -1074.0386477810025 -1089.3188985649306 -1092.9790617240706 -1097.1907944026998 -1107.845497270256 -1112.682775941132 -1121.689131108705 -810.6483284393129 -787.1715849334082 -765.8482114063811 -764.0908268334488 -775.5970760649539 -775.2207149223361 -706.8711692622458 -429.40871395791817 -621.6251318773296 -427.4442140976404 -622.1552156532596 -422.6204053755499 -617.9690373469468 -410.6703118151128 -417.01873898822936 -851.8888938277927 -1090.963825496022 -1096.165908509905 -1104.5840899773157 -1115.4676231350086 -1121.0773905375784 -1132.35901770984 -1133.77255710833 -1128.5457679136568 -811.7326323449124 -790.6062278878817 -779.1077103939531 -779.93845232696 -800.1044774512551 -797.3886738383917 -733.7458221222007 -447.854453044916 -639.8504079132858 -475.94078232228753 -636.8757075557802 -439.1990974110017 -633.6125108193656 -410.7284766047342 -416.8612997107479 -698.85524715497 -871.3007157418865 -881.062686649436 -889.5255852570916 -896.1158119188902 -897.6569751317369 -908.4836061151708 -907.9905125419305 -903.4185249969462 -898.5914421488308 -887.4114120767142 -631.7372621305025 -611.6683849874495 -451.3221952306739 -655.5966046146098 -445.7374386786887 -650.0366509805657 -411.99814523739695 -607.8825772957264 -409.2300276471351 -606.9056256656672 -408.9131475356086 -604.0395128836999 -409.0018165490149 -366.3689250413813 -674.653019036187 -720.1469386761461 -730.3333563062728 -733.8122302952661 -729.1468089721759 -736.7185853845095 -732.7487390761771 -747.7784457532733 -534.0254118583472 -490.16523156739066 -587.3292983768064 -458.3055099488436 -603.96971291741 -403.2104179594999 -598.7211665459798 -401.1941525088397 -625.0086411700279 -427.54941364025206 -609.4934529321476 -413.2016878148029 -609.2194327047648 -411.0175297685407 -417.5049445868058 -797.4310415163465 -1055.455839139479 -1052.7062826831989 -1075.633717822829 -1079.882806088195 -1074.472425519289 -1082.5172854072257 -1076.161400715567 -1059.1821389421664 -743.1289769696027 -720.3205159493241 -711.3786260031112 -714.1832422764095 -732.6500247645107 -729.9359506068394 -687.7585656513107 -417.97250965273264 -611.2945424212227 -459.6145013652343 -608.7777457527606 -476.835342446304 -606.845330615789 -411.1865506103151 -417.4518235860874 -819.1502346789174 -1048.3825073446358 -1055.2391669101194 -1062.514174062695 -1075.8435018565085 -1073.0573849836192 -1082.703925760724 -1084.9432855595824 -1087.432042713763 -781.9466417523967 -767.2431049593924 -755.0950088311187 -744.832007693199 -760.5147366847567 -760.0581691509431 -710.0866281569554 -428.4308473279433 -618.6150946824707 -422.5099329617594 -616.8345603553848 -420.1319955962648 -618.2009335527496 -411.4704377283901 -417.0698809663332 -830.608375622694 -1077.1889556175836 -1077.9497787333464 -1085.427723240294 -1090.6155335725505 -1084.137890850203 -1091.66362365561 -1090.6842624696567 -1088.245195058323 -781.9780241571306 -767.3148111751458 -750.2049070585879 -733.4855523717924 -746.3536922867172 -752.6262038038038 -692.8246245137096 -419.38622499616434 -611.3242197306096 -415.6824873259034 -614.8928083982836 -416.7301717565357 -619.4188888209077 -410.6880305379372 -416.56955923223865 -817.9529867438816 -1055.2168013227372 -1041.650720660206 -1057.262384250576 -1072.1077116293325 -1077.1896688885654 -1083.5444685584453 -1080.7923406184711 -1079.1650410410643 -772.2322162676431 -762.0802334372196 -744.1197128747598 -733.1049355180768 -743.7165410899124 -740.2868197514032 -698.3739069565764 -418.2995772808165 -610.7953683883567 -415.7941924896364 -610.3327042501745 -453.494402736125 -607.6857286761997 -410.6658144639906 -416.580225612072 -818.236518041006 -1037.650048693031 -1032.590609726543 -1041.0509875635794 -1045.9684737957618 -1048.2992389265298 -1060.7257978655346 -1074.8087364414032 -1077.0838235589408 -775.5761521908811 -770.4949409357757 -764.9172228610195 -769.8234157754757 -787.2392828503791 -774.4116034588382 -705.3502124306344 -422.048472394016 -610.7592729712319 -415.6604647276672 -613.0067663761023 -415.2864994172074 -620.8974982642517 -411.3694952858832 -417.3843379218466 -671.1352691262433 -836.838004161147 -830.4802312876072 -831.3675484663057 -830.9057102497837 -831.6099209878597 -837.4104143463671 -820.4057242288579 -819.5288933280159 -824.6702645662534 -790.432578171106 -551.6649062497659 -496.6042910178175 -426.6184945575119 -609.4884072344063 -478.9812816106125 -608.8348663474784 -447.42569211934943 -577.9656315523963 -446.94270978501487 -577.9599817825404 -447.0252616704235 -578.6770001038442 -449.6261918257552 -560.8189296739514 -632.8869053853622 -592.7249655597491 -632.9157481904782 -596.7265535664284 -600.6409565066101 -653.9188389471295 -617.6178220527157 -627.9162712165339 -471.0530495231892 -369.62224539119785 -557.3103337727407 -362.679079258045 -583.4111477969491 -385.8332537117367 -591.7220248748166 -385.0939765246242 -616.9754719378275 -410.643956013033 -616.287013149532 -410.7817229857222 -616.9188375967966 -411.36050421454127 -622.6288218619532 -721.8165709664025 -980.7121557132648 -993.3864657701376 -1019.5244500006036 -1030.4697913180191 -1034.7078746607876 -1058.1941184578395 -1070.5468350130534 -1069.7977359721328 -760.2962826577894 -749.3187708225786 -730.7950040739995 -713.2226597035025 -735.9186983520998 -740.4715103930281 -683.7932464653886 -413.820041344324 -606.5510329812766 -410.7892448504125 -605.8371607632013 -410.58224584209376 -606.0849579484492 -410.5863052142072 -416.6127369189773 -823.5802184593667 -1063.0891299108566 -1060.5065708943273 -1072.5734401683794 -1077.052455133932 -1076.1002942563862 -1083.1564086843352 -1086.7542254813336 -1095.8515866554728 -792.6212332564793 -777.502880166845 -758.8498551870055 -754.087625875365 -769.2390011901066 -770.5613106190864 -704.4020549850501 -427.46365797630926 -616.4310360648793 -419.953088169282 -614.109193580933 -415.6498034664471 -609.7417838506611 -411.2752941788628 -416.66293498829486 -797.4112904575118 -1074.8751776210015 -1077.8800894356816 -1090.4512775942287 -1096.6217321019446 -1098.3166407661258 -1110.3866182043864 -1124.346314934973 -1123.2048873621734 -811.5682307681689 -793.7414335917241 -772.6843648005665 -770.1469296096204 -786.5946192068036 -787.0624987230043 -724.6512546373829 -443.5819960629136 -640.7961343609293 -438.5754189467879 -633.9016767043528 -437.89177692196006 -631.3978044253245 -410.5800948936485 -416.99737821785226 -853.3586537754546 -1090.4884380149588 -1095.7026929754288 -1099.3270584835589 -1110.780971173798 -1110.4169457315527 -1103.242812102284 -1113.1904705645718 -1118.7314532479436 -811.1070881529855 -789.229023519393 -773.6749410394528 -769.7051906410825 -779.3893757840557 -777.4269595864461 -714.4120203985212 -433.7002987055639 -624.2696699508557 -429.299886797542 -620.5661667456754 -424.641287385 -614.9467585932312 -410.60116541651655 -394.10077070373205 -799.2952432982988 -1081.8285628699734 -1086.7407638405657 -1098.9173965493724 -1108.8412796281502 -1107.4555568590176 -1121.1627799091257 -1116.7444880244343 -1120.6091739128217 -800.725728280792 -784.5041669086476 -769.1834107230789 -767.8957287855758 -778.5394666061424 -778.2924973706998 -709.9297478746813 -431.3923519446196 -622.0863579685542 -425.8382773094616 -618.5654862883579 -421.6392816425673 -614.3160405197599 -411.1874658362749 -394.6680609705004 -647.9993778871894 -850.8571776959346 -860.7849476738209 -873.1809572708725 -871.7495091226257 -877.5483388107226 -886.6757084308972 -893.7412625671839 -895.2645998313697 -899.4044977485916 -887.072235888825 -623.9829948323626 -599.2663803102304 -436.1380332714832 -626.6167724515295 -429.715907724341 -623.9980873902932 -396.4087572477233 -589.7123473375227 -391.2454079552354 -584.5366880445324 -388.8769863340042 -581.6027204896753 -366.7695409834506 -366.2733762099695 -655.03930300419 -711.7913916545614 -727.2400724478496 -730.0409442489081 -727.2894902584642 -741.1323517794858 -728.4480301481609 -745.5980069954841 -520.9932549301363 -483.53521517148585 -586.593772268216 -429.4918402338933 -600.1959158304786 -397.9330335759442 -589.6446761269139 -391.7211109243 -614.3846663904793 -415.0534655352536 -609.8044230143697 -413.500504075038 -607.2378995449114 -411.1679188731269 -590.3491576389434 -779.1420864409598 -1067.290521253886 -1073.6746708721523 -1083.839334973246 -1091.1484902051243 -1090.745704857659 -1100.436975139929 -1110.1632367961283 -1106.5971625312598 -797.827918749352 -777.3566824237677 -767.5779950676309 -760.0443824236766 -775.0254669778676 -774.7993931458741 -703.6942716744334 -428.7359801141948 -625.0681584904793 -426.6024173272733 -622.7901928042228 -425.0591737427621 -621.0012695502458 -410.5615583347078 -394.2106743407746 -821.4905943662042 -1074.7105734728984 -1075.231400262559 -1080.1577385276337 -1082.97304592938 -1079.2774188592396 -1087.986940177025 -1094.2195758642054 -1082.2504887739483 -781.7022568489407 -771.8672953746709 -757.1491516748401 -753.6629521325887 -759.7468251484102 -759.9874966715965 -701.4460286903014 -426.1754719819504 -617.9101062512725 -421.7682403607154 -617.6973766512315 -422.5058827009048 -616.2412856015862 -410.59021412851433 -394.0506646542237 -812.6332118212928 -1079.5397728573562 -1084.71675712642 -1095.0009841966942 -1099.780067483309 -1103.915998592598 -1117.6238507487076 -1126.243447055478 -1123.5116013548602 -800.9019335143091 -779.0750677716279 -766.9052485572039 -767.8094665498166 -783.6700183450259 -782.3467311012697 -719.0348032540273 -439.1249700775557 -629.3008741485937 -430.7953120216293 -621.8605792495516 -422.83629407050574 -616.685385769503 -410.5680701298484 -394.0591470499563 -828.9568031036172 -1085.0375566428831 -1085.269615632909 -1094.030589503002 -1094.875078212361 -1092.455066637612 -1097.233759592929 -1097.609417164625 -1093.281249783621 -789.8328402163964 -771.7860696905194 -760.981219360568 -760.5166928738595 -777.8742275607295 -778.378363841056 -713.0897281073595 -437.3062199363368 -630.6481250818638 -433.5290338338885 -628.2796260700545 -430.4627450104605 -626.7110844809777 -410.5400053866549 -394.0730585010616 -846.6254753502703 -1086.2819205822673 -1082.6869554416958 -1088.0842124057874 -1090.471552349208 -1087.848124714983 -1091.8287572936497 -1092.352401439969 -1087.950222747428 -783.2287273885446 -768.9826509196723 -758.0169705657142 -759.2575175024463 -778.4433892732789 -776.9520892268358 -709.030982619557 -433.6402114225156 -626.3307355464947 -429.9300404179192 -622.4139747132177 -426.2350008464166 -622.9257123172537 -410.5484406964662 -394.05185005696654 -671.1778930387879 -848.7499741570153 -853.5702396576191 -859.84705573656 -863.262376663207 -869.6687296738667 -873.0542789003613 -874.1600981640507 -863.5608496325033 -871.5085540018441 -853.7681658373714 -602.3339930622836 -547.1288591466799 -433.2745336704256 -629.8807708873865 -431.8300175424535 -628.7609521454226 -400.91770006281473 -595.755853464969 -400.6612210356577 -597.1278130244476 -398.3734002464047 -593.7736604807808 -375.5950568824624 -366.2379968516778 -645.0539338009792 -683.2052981048543 -700.5758251758509 -720.9602740723772 -719.6689870657092 -727.1649776786194 -722.9672431437516 -736.8755170199721 -532.0039392187269 -488.7076664786576 -592.4083307764757 -466.65921034281627 -603.5214624137659 -402.95000343771846 -597.2885669085427 -398.8587206868631 -619.6581248535382 -421.5246573497113 -615.9295535134108 -418.4185703103955 -612.8841839167306 -412.0326523473749 -592.1713403417639 -804.8695220936411 -1077.7265761916583 -1083.7562080013624 -1091.8400313205514 -1092.9785500623302 -1090.61676977872 -1104.040688196464 -1106.4802531673602 -1102.294574531556 -800.0738974969523 -783.5020677985066 -770.7800282575975 -770.2465749279605 -783.1937134278439 -780.3585193449926 -712.2258068701672 -435.3916559756135 -626.1107390379098 -429.7710329556251 -620.0166126868322 -422.464847769305 -619.8684950778855 -410.5246772379869 -394.03500129277415 -841.4002243932139 -1086.1717976379125 -1091.9818104268968 -1103.5247321978418 -1114.7513348417815 -1109.9146703429165 -1116.7923087088989 -1113.599953415663 -1110.333732529671 -801.5359135384156 -780.1285067866545 -770.1935131863099 -770.0998941179774 -788.2846863096726 -787.1221997661667 -720.4087498389094 -440.0779900288135 -631.3598373479028 -430.4297187691257 -622.7365750108711 -425.1142284003064 -619.2746561555728 -410.5061091768832 -394.03921405996806 -835.2909050675285 -1082.465723660139 -1082.2084121978896 -1089.0697459122762 -1095.9560686412556 -1096.799181835641 -1117.0959165023276 -1121.341277543223 -1112.8943995623908 -796.6566087013194 -787.0091174933631 -774.8064840473187 -773.9964718819688 -782.4221094536395 -782.9572194160836 -713.9295413616832 -435.5387414293301 -627.8897459270091 -431.0605682792336 -623.8678254728517 -426.66676087501406 -619.6577845418393 -410.519982948299 -394.0153963735383 -831.4803327602574 -1086.5573400832209 -1090.2407645357075 -1099.8834915805685 -1111.2587984999718 -1109.0324280352818 -1124.093540893702 -1131.0507992236112 -1128.092884629893 -810.213355250565 -791.5785342980497 -772.6070729753187 -774.5763167921048 -789.0684336808296 -787.5574426160025 -726.8324159605457 -441.8299137147631 -632.8986608311709 -444.2700761313742 -631.1583764764504 -435.4446253618809 -630.5095085165931 -410.5261584056339 -393.99560610793606 -858.3378548611695 -1092.019275679275 -1094.4621979618596 -1109.6455805509895 -1118.2138284989774 -1120.0365435122883 -1130.8592328960303 -1124.0797654494932 -1116.946232941844 -804.2162462434001 -784.8822757609469 -767.147410161997 -767.3731879166792 -782.9165106699768 -779.8325495774047 -712.2902204354432 -436.121602653847 -633.0144705754474 -435.7884147321259 -629.0922929013389 -432.0234503395312 -622.9223530865236 -410.6449541097799 -394.20186614809126 -681.8607344459709 -861.2432826205385 -867.216978347619 -872.717437416299 -876.2685348032333 -869.8613141204651 -873.4766384729712 -871.57304977827 -873.9697289357038 -882.4226721263296 -873.5245071477359 -621.5667767714208 -600.9785847843556 -437.23415698897486 -637.716162721509 -433.9539482742488 -627.3080213960196 -398.2749280515411 -591.8328530049968 -393.75406399184 -587.2121617659112 -389.1495888617515 -582.1784064481839 -369.21863770182273 -366.2423777178724 -662.787310457585 -719.3379732477824 -722.5908590658962 -729.1250651904536 -725.2600407824926 -730.5979805938264 -727.9093299730381 -741.4519425884073 -545.8577877623998 -495.5511946712684 -593.9668275835281 -480.1132363147924 -605.9370425698878 -479.0403594883322 -598.475046272256 -400.209137065404 -618.1347328185024 -420.9410338490597 -613.5780319519837 -415.3584281637289 -610.1065320465924 -410.4775472206155 -394.0011382031032 -810.8645042509548 -1076.1999712645004 -1078.566362982914 -1086.6248724462462 -1095.7481699287823 -1100.6414734388002 -1111.5393060125712 -1120.8204636952546 -1113.9572149292524 -804.1062172262705 -781.7302477073188 -769.9540532376964 -769.2272239403716 -786.6261204843701 -783.7117712240073 -720.0036786185271 -438.8250053302671 -637.6359345991743 -432.2694304310608 -625.8987580343354 -430.2968057362409 -626.6959540592228 -410.5197956828183 -393.9508946657164 -851.9673629005329 -1087.3058796119446 -1088.069401288879 -1102.6798735850311 -1108.1298300108087 -1110.4732151522717 -1119.5981573908598 -1121.5559427421838 -1122.9479513444246 -809.1260504530286 -789.5954442301817 -778.9382224455237 -779.6449359908315 -797.3336284104768 -797.7985077930941 -723.2854847607747 -441.074202165252 -644.457525868371 -442.1403785923038 -637.0876373334283 -439.9938079319906 -634.9335866300999 -410.5168907355005 -394.010950314194 -868.8836870061302 -1100.6071538765732 -1117.3916435688816 -1145.240661557255 -1172.9851774911829 -1178.7513068839776 -1204.981778482074 -1213.429405194059 -1217.8341533611751 -880.3638232156044 -850.8217372902126 -793.3278309620756 -800.2348792795233 -815.0581671209193 -815.2373034772559 -756.2482211985692 -460.2441775700416 -668.2035151477403 -455.8095024474888 -654.1205567251538 -451.8892051464781 -662.337035377985 -410.5042639491828 -393.93838813975685 -874.8261656242425 -1095.307703959525 -1090.366247317947 -1093.5867610402895 -1099.3731579162084 -1094.4756322262667 -1094.1710944456756 -1093.7649452834896 -1088.0023959490718 -782.9878556580103 -768.9674552584414 -759.1186615436271 -760.2685243686205 -778.5314446924637 -779.7763256968706 -714.4432462447822 -437.0635150371268 -630.0491222279334 -433.3725829308441 -630.3962769033502 -431.974824523087 -626.0801548145195 -410.51184978449726 -393.91433591986726 -848.5942092338685 -1084.9729384828845 -1084.852720414219 -1092.7355255952866 -1094.6891691200772 -1088.788241154763 -1098.6855394543848 -1095.7296142379398 -1102.2571266539646 -799.8646100446558 -787.6844429477721 -776.4199326698091 -776.2214668851676 -788.2258923294717 -786.5118323270395 -720.705612555886 -440.04952333021913 -632.5836937999554 -435.4737036247447 -629.7145446861629 -430.2677399418068 -627.4515840755686 -410.4875383479187 -393.9267234454242 -696.4944213179366 -872.071845872335 -878.8979763896267 -897.2750953683257 -908.9315691761628 -914.4136274585618 -929.0803180204116 -933.5326341450102 -938.045842134969 -943.2031220240536 -929.4454904476617 -648.2506069470567 -629.3969789494532 -462.7846337898222 -673.564702860144 -459.1856039509013 -668.8096632402428 -423.271007780492 -624.7331856863555 -419.07378897083873 -628.8509975355616 -418.7316221069199 -615.6341577358887 -437.86653514305925 -366.0713218927616 -678.879221480859 -744.439288514909 -745.0984238638097 -759.399840976523 -760.1116146288931 -795.9469903291841 -784.4428392371414 -818.13387254116 -582.2813746535645 -503.4492733490665 -617.7436773629543 -486.07371420601527 -615.4735845814331 -487.4462478225227 -607.9949384156491 -407.3669521185684 -637.7266321664449 -435.7579264319088 -642.8190812303269 -433.8311289985562 -630.2540479086097 -410.4077478164601 -393.9777211339145 -851.1249741283196 -1094.9288258048405 -1093.4919214391364 -1107.642289383183 -1117.4217849346214 -1118.9104001405367 -1126.8124181797225 -1125.8224643401493 -1130.5645139986782 -814.2576473335589 -796.5992472193545 -783.7815779645085 -779.8653239735146 -788.4480797856684 -789.4574340762092 -731.12927540584 -442.52598460428806 -636.7750435249441 -437.5766484697359 -645.1233969489693 -435.6842398230769 -628.4837429692911 -410.3105314925037 -393.7438598980869 -863.1108755198451 -1094.6888848595852 -1099.955430548411 -1114.2480221113103 -1127.797097689763 -1130.0743504840186 -1145.994349918752 -1153.9544892058846 -1162.1174910646355 -841.7810637234719 -819.1507351094409 -800.0865258804217 -796.6115430760682 -812.2182485200703 -807.2947948239223 -753.078056938289 -455.27235349077074 -661.5755740066149 -449.81329136529394 -652.6346884475349 -447.0129465017781 -650.944696032447 -410.4334181934289 -393.9274071334982 -902.337017232735 -1116.841444400022 -1119.1928031544203 -1123.0504629030097 -1123.8600283352391 -1126.6648102728384 -1140.7571054250045 -1141.5323695116058 -1142.786175665646 -831.2610329300287 -793.2297211537442 -785.681964333945 -791.7706708653518 -797.3524261110416 -794.2649399882065 -726.5828519279951 -444.1020761854677 -634.6629756494397 -434.3681067866552 -630.3368475071519 -435.4227308628041 -629.3979168332805 -410.16141456730514 -393.728917216143 -843.8931120323724 -1083.2013701893163 -1081.8092147554376 -1089.4472455886926 -1090.778762393945 -1095.572504048072 -1108.5871632524577 -1108.5815603141143 -1105.1578510937782 -796.2237507269751 -779.1831650853273 -768.1152569819077 -766.1354648453715 -783.0375820303144 -782.6559912822495 -718.3095561643534 -436.2330121554327 -628.201464052316 -432.0358605911137 -626.2771016191185 -431.2993693038755 -625.5868446488734 -410.4543260146091 -393.8776341862224 -847.9408594114474 -1088.7087457899822 -1096.3185179289108 -1110.6396073634696 -1114.6378279014036 -1106.7748795006744 -1113.7284473627049 -1118.501405975578 -1120.3218121143168 -805.0802239146437 -785.9645261048768 -772.5330837202065 -771.5129069882875 -785.4970802949301 -786.1988074304146 -723.2677591338446 -468.2917358269788 -636.0599350001697 -435.3367961502453 -630.2893971459898 -427.7998416087473 -624.7926516034892 -410.0728581278455 -393.6452173192637 -688.3222870643614 -865.0381656238085 -875.6879922069854 -885.1373348995704 -890.7146825631906 -894.1760290238552 -902.0663406549264 -912.0057222059366 -911.3927676385034 -919.5786203720252 -900.7316047585756 -632.6560927015315 -614.6765380367003 -454.40067829142623 -667.3869791593945 -456.3271254944821 -663.2140839919177 -417.13192086211245 -615.51472056785 -415.1358490398102 -624.508041115281 -413.0279275199616 -608.3629742259292 -387.0527727051401 -365.80654264321566 -678.9334881511335 -741.46641346972 -734.2079393508806 -741.9856397770814 -733.992738732393 -745.7029673844413 -736.7322457406531 -753.5783692393512 -553.9511166051068 -495.30634981516585 -597.924734968989 -471.1805326897378 -591.0789126952313 -486.3884461053302 -610.2443064243695 -408.85866430409305 -628.9919445536352 -431.7750161482063 -625.9140775721077 -428.1457475956506 -623.91468500165 -410.3747674330825 -393.915177121539 -848.7243500834828 -1089.7896699954122 -1091.1884929832515 -1102.306878087778 -1115.4835788246785 -1113.9569202087662 -1120.8674821209788 -1127.7698816556538 -1132.3886917279174 -820.8491969831023 -802.2622188298114 -787.3715205058755 -781.5162307545436 -769.478230372522 -788.1903001670402 -731.4541156645488 -441.9207468805217 -635.2909338523045 -433.6624113436855 -629.0186876005395 -428.6440731784237 -624.6437834954156 -410.1779909467189 -393.5072114563996 -857.1042606894038 -1100.4704450957922 -1115.0228292182007 -1132.477450309583 -1139.6802559293908 -1142.310557258976 -1155.259121397464 -1160.3580387779884 -1164.6701259554682 -847.2262546245474 -827.8474483307082 -815.0193567229875 -808.4730621549083 -797.8591948293484 -821.1407213821465 -773.8908844374474 -468.7684355737545 -682.7952038618774 -464.7133880352565 -672.5291553892555 -453.0077629200288 -672.0982280299804 -410.3659420803799 -393.9015091729328 -914.5619256157051 -1124.0672762313532 -1130.3960568030875 -1111.2383481860857 -1111.3503643628128 -1104.4749324579002 -1106.8334677985936 -1105.1530161435255 -1105.4456029902424 -797.7924594779801 -784.0400278998703 -773.3720277475301 -776.9014140137537 -770.3754173935832 -795.6377992666929 -729.2784382031759 -446.5068104757906 -639.3254272910654 -458.3731529276011 -637.8148247425243 -440.0369828143101 -635.7221817625629 -410.341562381528 -393.91258102611295 -860.2230135152247 -1096.749091004674 -1099.190364634817 -1113.699112844643 -1131.0103059836931 -1127.4726936318743 -1132.6496776960826 -1132.5581721417902 -1122.8567895701008 -802.9781217143259 -785.4066753675932 -776.2457646624505 -778.1723970989194 -771.1231461630346 -795.4991072545358 -733.15738847253 -451.13150801822127 -654.642050697967 -443.1075884474867 -640.1067041052603 -442.4256976251457 -638.6224984446733 -410.35611248263024 -393.7280498528203 -866.797067690985 -1097.56080579776 -1108.815627666964 -1135.2514153801708 -1147.5297806399171 -1151.6741504764284 -1156.6526160517235 -1170.9670379024662 -1166.1612322771105 -850.5704183067568 -830.9323776534661 -813.7504094184013 -803.7730580255454 -785.7650146994774 -798.8450878622716 -751.2260786198037 -450.23452461716965 -654.9998707691826 -441.7439491292545 -636.8583044077816 -434.3515301371017 -629.2309718911931 -409.8097592491416 -393.3350986674112 -713.8530962081521 -874.7878292428727 -886.5757347760391 -901.5898801987726 -911.6862984224462 -915.3302906702688 -923.0780435907454 -924.9552104966218 -926.0959160880496 -934.09538288598 -921.0148490199437 -641.2452803888704 -626.311037685362 -434.1196737599876 -664.6325184328182 -450.8952909616515 -658.8649476976501 -416.3232336161544 -620.4975512594866 -415.0235111040399 -617.8667084759134 -417.07641664699065 -619.4186298491923 -397.9852731019294 -365.66883853623017 -680.6425706059832 -750.4410547151144 -734.0926832887864 -733.2281991146783 -726.3057358700665 -729.8673667225241 -726.8580470103743 -736.3565954088051 -524.0045179757515 -454.1260617565336 -596.1391595733393 -420.9722981244452 -597.1768307372765 -451.6702827397143 -618.7643070313023 -420.7883134260323 -657.0983839850147 -454.8784722671446 -665.6819629746005 -450.5666873516336 -651.2696636582917 -409.7910138121936 -393.72023258395535 -922.3386110323056 -1141.4745969754572 -1112.9239838364351 -1127.9188668687946 -1133.472682270419 -1123.0628528140712 -1124.6096511850526 -1115.6504040656305 -1116.8655289475842 -817.0811696824572 -787.073398955995 -773.4912944251 -774.7047273551505 -769.6393513718392 -793.1755048425305 -726.3958491750377 -445.9603820621025 -639.216589413672 -467.2208255468321 -637.0379778900606 -441.08947205846414 -637.1982938900852 -410.3134002670197 -393.8739589086097 -869.4349023917415 -1098.5190426139943 -1105.047186401294 -1117.106672104144 -1138.4543677252834 -1137.8862757847994 -1145.7509656695293 -1145.7692470799525 -1145.7300213777085 -830.575979862961 -810.1466608798786 -791.9445314799407 -787.7949665844035 -775.9174990207927 -796.8548220415706 -739.0601946337656 -450.40443001861087 -649.2754878067168 -446.27049389332905 -641.6397304302292 -444.535794261905 -641.1197613497294 -410.30211806834615 -393.5391607718525 -877.1843838637834 -1115.048098994409 -1120.3976562923265 -1131.9505330901611 -1142.5747955301044 -1143.2477709843672 -1154.84114632275 -1161.319054106731 -1160.2218212463736 -850.8843728670399 -829.5236847541273 -818.14503105899 -810.7116887949071 -791.8617058422808 -813.2483919933144 -768.8507353091703 -463.3137161978599 -672.795369368249 -458.8457003099787 -664.6688059606461 -457.8022695622929 -664.869866243857 -409.5968521927244 -393.1362444394168 -906.0286653547272 -1128.105823087314 -1128.14039549639 -1142.2220391239262 -1159.488610536366 -1168.1665228946242 -1189.7272785447965 -1198.9158305087865 -1194.597936238877 -879.8550112324597 -866.3914707489399 -852.604581567916 -842.6588069352633 -824.6033139049832 -848.8474724984745 -802.2540484776846 -476.2567228609265 -695.4982552135439 -475.79753328076816 -696.8427491595837 -471.6675152818253 -694.8347244390324 -410.30916090516735 -393.8404853311143 -962.6109287515118 -1190.5548132000886 -1212.0026545816745 -1217.0465723585417 -1215.5402689599337 -1218.846535737433 -1230.9606719488038 -1229.906317427928 -1210.796741159955 -872.673113239523 -841.714154326168 -826.5733425237239 -809.363842684735 -803.4487098034767 -821.6383825450375 -773.2398740781027 -465.816901814434 -673.9407984119987 -457.04168596543263 -665.61795648913 -445.2163878445453 -639.5745853453549 -410.307053306758 -393.8341850874149 -711.0820637021519 -865.3291207367082 -871.208858443943 -877.5640833255002 -889.7918292174697 -898.2396075359144 -902.1646660304956 -903.0528319916976 -908.6802993700736 -913.809638916886 -903.0866085852844 -635.1427592408736 -628.8205991507477 -432.60452617064175 -661.5165198030498 -446.034125898588 -651.9790107599844 -408.39546857694 -602.8651160584383 -404.17744188451 -597.5425051742003 -400.0515366427099 -592.1863553443252 -381.3363208855394 -365.1795922234819 -678.2575210211661 -733.0844708068166 -730.5846169531654 -745.7724188548528 -733.3354564737166 -752.3413920564567 -737.3751683014361 -770.7518550536907 -564.6735042438696 -508.0642104772256 -605.435019372225 -492.45523997980206 -599.8875131092078 -499.8111888270431 -617.3844381511299 -492.0165242396977 -643.2974154393719 -516.6808429187457 -643.7595689013588 -476.0104463868853 -643.5247294893738 -409.47976605044624 -393.2602553107768 -878.6628390181595 -1098.428856957728 -1098.227842202659 -1107.3571607204308 -1111.7831921632212 -1109.821793565509 -1121.8345875098075 -1131.6103897840403 -1128.7861001762387 -818.8188822076057 -802.3040632714441 -786.5828797842278 -786.2439704364256 -770.2616013087755 -792.0152727967225 -743.8611872637848 -443.2542996094398 -633.2610583341028 -435.0791041456462 -629.8450246208082 -428.7536361878933 -623.7027416440237 -410.2858745271597 -393.8155211206446 -861.3329171445445 -1096.3616116051785 -1103.9286448258788 -1123.6628489786046 -1141.2797824968748 -1148.8789648238894 -1152.6495340339172 -1166.6496387158743 -1170.970624321517 -855.8320204060817 -842.4760926257762 -824.8827748583766 -817.1816264705974 -796.5023102095955 -811.6768235660963 -769.1438322430879 -454.59501185442105 -661.9938439518379 -448.0053618317553 -650.1745928909465 -445.0245719677703 -641.866585674557 -410.2964434927958 -393.7959359866991 -876.5696625455215 -1112.7223958014174 -1119.4087508227376 -1138.0343884292388 -1156.834649457844 -1165.4948724477 -1163.5935853291603 -1173.194978438063 -1181.517953419888 -864.0127400105258 -836.5685483058305 -821.2487308243735 -838.589306281727 -836.3618771058394 -852.5915368681913 -783.2529649158671 -472.5322179439922 -692.4970990225494 -464.72817296446607 -675.3835117808322 -463.00682539650217 -676.5089545423511 -410.255002541994 -393.76205721364295 -957.7830348989404 -1187.1207351643511 -1173.282966513991 -1181.478038684495 -1191.3564996140697 -1188.2188214665289 -1207.8511485641404 -1203.6028502961822 -1178.0890915462137 -869.6451956666094 -838.4954326595487 -824.6089379319993 -813.4807909235205 -799.018956342967 -822.1704261206372 -761.718329820262 -455.88324167183487 -664.236790481603 -450.4604082276005 -648.3173503568106 -490.4579055825632 -644.485301008417 -409.64569455657295 -392.8154385564165 -872.464349231898 -1103.2700767946314 -1108.7541418952603 -1123.363366620437 -1130.3776870033769 -1130.637349280086 -1137.6224169985808 -1134.9593550383956 -1134.610738102086 -817.3365479423163 -802.7810659068855 -787.3895242884823 -792.3275688725872 -782.9502641010879 -804.5886915404727 -751.8727142749881 -448.3601450664119 -651.0120848699347 -439.07060060372766 -633.7511802145261 -433.6992189338073 -626.2587110464123 -410.2615752365148 -393.79092052633 -707.2343215548591 -871.1898054490384 -877.7749834182644 -888.3566220248301 -906.780562069176 -912.0662483744436 -920.4981803169328 -923.7874837081024 -926.3943746616976 -930.6791220104324 -924.2860363918114 -649.5062101779057 -649.3824447653882 -443.0785840515412 -681.5018239005091 -457.6493160023095 -669.016785335102 -420.3749461463306 -631.638988334586 -421.0183385928879 -626.3510772310392 -420.9730377090456 -623.6174516418453 -401.5581703177079 -366.02560442859016 -682.1407513419459 -794.2694021359 -770.6302509276954 -809.2607313036461 -778.1377685747099 -820.0551309091026 -790.2446031557561 -829.98904516161 -598.5018175737932 -545.7463295117475 -639.3712148634118 -529.9442476079233 -622.9895514097415 -534.4735966277165 -641.9754842944538 -526.5605826655618 -676.2476649492581 -559.7276053533226 -678.1941649566614 -556.7716415844349 -677.4611868894954 -410.2490220898378 -393.78272112456426 -991.4909758938436 -1212.1387558082156 -1235.1719854595294 -1248.3918115844829 -1261.8473992001248 -1272.1376793769412 -1272.707686123298 -1288.7489010528584 -1281.130138632204 -954.2827487792556 -898.9121922211832 -872.2725151848339 -863.3913806886761 -852.6092341581575 -860.5948405915194 -796.0021018842598 -468.9889259434517 -680.7837575377738 -452.31743594397705 -648.6919359091162 -440.26452441095694 -634.7420942693687 -410.2501396566972 -393.0519805085951 -855.4316824552504 -1083.6635779712035 -1082.3642517846429 -1089.291315083999 -1091.9794709485534 -1086.4864032839992 -1096.443026382632 -1094.486535859192 -1093.398687005606 -788.9930145836163 -782.7950793725091 -771.6358812851695 -773.3445861559923 -765.2434272246247 -785.1890753857997 -723.9624761768996 -435.9224962482178 -626.4542465482017 -430.09048190116073 -623.6237642715936 -428.618866374092 -621.0954706176398 -409.08240002514486 -393.59617659822607 -856.5247656100507 -1088.8113018136785 -1085.3595317664822 -1094.989081486527 -1099.239652868706 -1103.8943427734107 -1110.7838493379766 -1117.6476906987946 -1125.3775330210638 -815.3278142061588 -801.938118418886 -791.6476552705927 -784.7446269930293 -773.9135209942864 -793.1068849770161 -741.857293574959 -444.3574179739634 -635.0799203281006 -471.28210775267206 -632.9923722091517 -431.81460408174746 -626.6567135547522 -410.21057079629566 -393.7826314152341 -863.9945943941875 -1097.1271770324954 -1102.1671017211197 -1120.5823787994448 -1127.3631969910427 -1132.5573696326771 -1138.8775902789248 -1141.8294265089207 -1135.5007398194184 -826.400930774602 -801.9842620053627 -789.6245902951879 -791.1365147420215 -777.5555732523721 -798.8564780389548 -752.5460563235711 -449.09859101219854 -655.3785485643497 -442.5025259080025 -638.4468439792331 -469.1572132638264 -638.7639974342098 -410.2366839747961 -393.0569043774401 -870.8772292782307 -1110.6525800745633 -1117.2409758850008 -1124.0993782940732 -1140.1610435516511 -1154.5872652274445 -1154.252618513632 -1174.8486639355651 -1171.9270202575062 -862.2420811313697 -834.6518153512743 -823.7240508660537 -823.4683177846014 -816.7760021759079 -834.3754190037921 -785.0997017611246 -471.5746740120244 -687.7922489206775 -466.3573074056055 -680.2101547121924 -463.6828046689486 -687.9088912076988 -408.9578637698015 -393.5833614302391 -826.7919095745723 -970.6819787964602 -992.9269880707528 -1013.6700460681006 -1019.7869378218516 -1037.3591421357548 -1031.6655350178808 -1035.701447021111 -1036.2153519266903 -1068.3058331128425 -1061.435715487945 -759.8273103899135 -686.051969474416 -468.63816229582994 -733.276797324615 -491.10016318124906 -730.4966418041691 -458.1786013386064 -693.3326259691717 -453.33172509172704 -692.8422214791691 -454.8282949119266 -692.6860262020066 -433.7302685021373 -365.93025206259847 -747.4428675867154 -895.4452635665787 -837.4082095752937 -875.4349781026292 -826.9930973417377 -864.3807332197048 -828.881240567172 -865.6407741795215 -595.5380991099611 -542.047740122632 -642.2224177134939 -523.7707744870626 -633.1342300555066 -536.0363580909373 -648.1934948138222 -527.0877159429672 -671.2013930674918 -544.2904342585434 -662.4416259002744 -536.9149293870004 -659.9589277860689 -410.2088767379248 -393.57634155197456 -929.4064815026752 -1144.2353229431023 -1152.0002094321892 -1152.9066317804773 -1184.850859687751 -1209.2911747522396 -1220.118333080752 -1217.4670179358477 -1219.7755624215492 -894.0597316706443 -860.4331334256715 -837.2954392806987 -828.4280668393401 -805.7021677934221 -822.2892265516416 -782.5237637886756 -467.6230904002203 -679.3480187754561 -456.4507299421846 -669.3688547663465 -452.5837337116747 -650.9597285923272 -409.3493008929179 -392.899695723452 -898.4147154099659 -1146.074447099818 -1168.0299337174904 -1193.008495158728 -1206.4437438615755 -1216.57373990581 -1219.8565460279003 -1212.459750843199 -1215.0130389590593 -907.0049852536708 -886.0872487417552 -869.0611383191803 -855.8390423640761 -834.7352623954963 -840.4250592356337 -794.68706724298 -471.5225220101973 -687.8416847928283 -465.6385196242604 -680.0829492764167 -461.9347175227047 -681.9391307162354 -410.1799354454437 -393.748212130623 -947.334568381587 -1170.4942916425402 -1184.1679741715532 -1196.5529215753293 -1203.808668907189 -1197.1578738521207 -1203.826031283096 -1215.9815063227632 -1226.3121875088325 -909.493353670088 -889.6771479618493 -867.7585972491246 -850.544712663566 -842.4851772551567 -860.2602675110932 -792.377581735384 -470.8744791613785 -679.8832881209977 -459.0262658666715 -661.4271394325401 -452.0298082030941 -646.9552547235554 -410.1777710508143 -392.5469840635735 -878.4317632476395 -1112.412677299189 -1122.458688616331 -1135.4623625196916 -1143.430194893306 -1140.431715091749 -1159.6471454151092 -1161.1543761418204 -1159.9156630399723 -843.8474826969532 -825.105728371696 -812.0779114643981 -806.7189682990045 -787.879578531676 -809.257221196266 -766.3323725113203 -461.29791120541296 -666.1081221574086 -454.742633793429 -657.4995384810787 -453.8553063500724 -656.6229714370786 -410.0467606717641 -393.7385114974944 -875.3174674825846 -1110.739958802508 -1115.106879681813 -1129.9217457921986 -1134.6175884249512 -1136.3218668729507 -1146.9091662246435 -1150.7215731976016 -1155.2834461567968 -841.5181412217198 -830.9680303299705 -816.2023616500231 -804.6321542046727 -789.6575666127466 -808.5024607246406 -765.5901276599454 -457.9662161658157 -665.3888715628508 -451.9387117818574 -643.818711945996 -519.0526789738752 -640.4643551790379 -410.1711515723241 -393.0041471256101 -716.864190109582 -885.6252353508967 -895.4453156289313 -909.985179915584 -919.1948673577754 -925.9112916573062 -942.1370083338433 -942.7922201188176 -948.4768379090434 -947.8007499211708 -943.9668383325836 -657.2370622050906 -649.8965227455013 -443.8784429028411 -683.0549863804126 -457.9966826931226 -672.3739827024754 -421.9705903823012 -626.7269981755871 -414.84820177809695 -608.8964462866782 -441.1685835532778 -605.1311025928769 -391.5279707878513 -365.958827585488 -679.3959419000689 -775.7179064364116 -756.0548601187952 -783.8774804914979 -762.7871672116781 -808.2303036755081 -780.8197258361301 -827.1688280892738 -603.935352501933 -552.6915488744141 -643.9632888321896 -533.8188496514795 -631.8456578290089 -539.5414389128174 -649.6172139819724 -535.7617822956906 -673.7290362515936 -556.0700342645368 -667.844165010089 -551.6150901663624 -667.4019421478395 -410.073499426186 -392.1827919092044 -963.5743503083932 -1190.257443301991 -1206.5164942604265 -1214.608825441727 -1225.5724162898864 -1235.3317035223713 -1270.859598428993 -1269.7587531101804 -1269.2788668383546 -956.5976896298498 -929.402314931416 -893.6412555123981 -884.4933763110049 -866.9111676802564 -882.6959329138218 -818.8226538522814 -484.8498925811312 -713.4331331192974 -477.562354481645 -704.8167537648486 -472.11122923586805 -701.2654357981916 -410.1468515659945 -393.719246221055 -1019.6047514727204 -1267.4384165836707 -1290.0834513217028 -1300.8252770390543 -1319.464747777025 -1329.3465785324247 -1368.305084326323 -1332.7698333219596 -1324.904182299973 -994.0995778364232 -984.011982111918 -949.9470516999528 -927.7374917536712 -917.786144267006 -916.9355788610712 -826.3109377715593 -488.8677511229906 -713.1273855926034 -475.5105593639642 -687.844088858989 -467.4772709135571 -681.3190360633411 -409.5276865743802 -392.6454546723605 -930.8505808409687 -1151.9107277561664 -1173.1743381060714 -1205.6151725334464 -1210.9279828762803 -1205.582493753877 -1228.2978474819868 -1237.8226651002133 -1246.0787159261447 -905.2228089922994 -880.815416670092 -859.1002200578173 -859.2021055034297 -843.0043787164959 -866.8871411390327 -804.6338864744622 -478.9006478264337 -705.1644545446253 -473.72501732936223 -694.8032226424745 -467.1286711178445 -690.0511099161421 -410.1435111444948 -393.0947701429277 -978.6974472690944 -1201.56105808955 -1222.664602020646 -1237.7966092522388 -1249.587152957238 -1245.7632226087894 -1255.746519021507 -1262.4692557148437 -1253.854458700673 -947.2077072983952 -910.4763476915372 -895.8216818594699 -889.8663726718262 -870.5981429590281 -879.7719884128392 -809.9397216321757 -482.0710814490497 -705.9875528294014 -472.6643764418912 -688.5930566694485 -466.9143988354568 -674.9219291776518 -408.8057288758236 -393.649497477532 -930.8775422192716 -1144.8636558966307 -1152.2067991455951 -1160.4033013424971 -1167.9820894451457 -1163.050094351225 -1173.2733263441637 -1177.474694966046 -1179.817774528614 -865.0764990068623 -843.4731189103466 -827.5754152964726 -820.4326410459844 -798.4545281386877 -813.0623484324317 -773.2950475410796 -460.1213336095665 -670.3870796327873 -459.8974598398072 -671.375774792577 -457.1729874147916 -658.0753609072964 -410.135078809987 -392.017060122836 -761.8782221421756 -915.803948025742 -918.0710790676334 -933.4949520088036 -942.2794721559573 -951.8570697629408 -953.8008027229498 -969.3101677593988 -970.8701329829988 -967.6556638223748 -965.5603624659052 -666.4260899840287 -656.4212921735982 -454.2808915005748 -698.6082132267857 -470.65981814941335 -691.2658933686325 -436.2640943933508 -655.1878286639321 -438.40333938250615 -660.5883673180488 -439.9738874196174 -656.7549240450697 -416.87719590978696 -365.9188836004876 -708.514433572048 -825.1247013049723 -783.840428781015 -794.1170896837435 -773.5753088782888 -807.3316479410031 -802.0525989691521 -835.1610417056119 -597.1440981001854 -540.7580189705507 -631.7164931200233 -523.1040911423754 -621.0856327553419 -526.9609987302772 -631.8957480535796 -507.6250238738783 -654.8515029399734 -520.7070805058144 -647.1185442654494 -473.2050676596169 -638.0369505130734 -409.4630529660466 -393.6805865934358 -888.0760031663185 -1134.9216556521926 -1153.0737357855128 -1179.1236444781798 -1189.0743612547642 -1206.1810036444715 -1207.5251709109032 -1222.517774761966 -1237.495990720671 -910.7002339440744 -873.8174138771534 -852.5679943248609 -856.669593801838 -817.3554330324349 -831.2519075358474 -791.2502311730071 -469.20793599589007 -684.6495405383994 -462.2663956792839 -672.1083486734883 -458.6774701635828 -664.1619799103628 -409.23575985407655 -392.8850722217916 -936.224827955222 -1181.4300934099415 -1185.4499763313408 -1202.7142326244243 -1208.0050160100054 -1197.2720411134187 -1215.73850561649 -1237.677185381572 -1229.2860010981522 -918.0593932167252 -884.4640566823089 -858.0339597490889 -848.3922925293051 -835.2175059313993 -856.493859619903 -809.9762956117364 -476.5944580190873 -703.1422787848958 -474.1144799806374 -692.9564451428903 -466.7926438882616 -686.1248701740343 -410.1487151020471 -392.453529520077 -950.3351291333825 -1166.4228723842182 -1197.600086524512 -1236.0953175022375 -1244.4319804114548 -1249.6957126189309 -1244.8231377451857 -1245.6282609082486 -1253.7822785066687 -946.6595986528092 -920.1776125720584 -887.8494064321842 -882.5016031862154 -852.7984276833284 -860.3900227723349 -787.4239028273369 -470.4407655258146 -676.7481115845858 -457.7478660460063 -657.6971096526912 -448.09622855416046 -640.559340800449 -410.0060047236777 -393.6737356771643 -872.2448357632248 -1108.8205795219926 -1124.6599845039525 -1138.543063414932 -1146.911063052789 -1148.0679558565855 -1159.127542506374 -1171.3660854434474 -1169.0120185518526 -856.2796386182049 -837.17144495043 -829.4769435134399 -816.0157708528977 -795.3085144652905 -816.1625128452883 -773.5012200315188 -457.9228129005071 -667.1861836970293 -452.3096348657494 -652.0426306404494 -448.7783218104484 -653.1812409980214 -408.4844001297096 -393.61099472894176 -880.887682484455 -1127.5821171311177 -1138.309732938175 -1150.643985125243 -1161.5592275033696 -1164.9172202653858 -1179.8824412145536 -1178.1234537723883 -1185.6245128935138 -856.121249915848 -827.4399158567645 -818.5090165483148 -817.7824797916599 -802.2536777461845 -824.8406422836812 -784.7753145820635 -469.57538677244304 -681.7641398995073 -464.5722880712528 -683.2291088827894 -467.1781927622426 -685.9161970670332 -409.6805783104285 -410.8853205838477 -802.4762658408949 -959.9128172335608 -963.3598565827624 -981.5270659379756 -989.197459204868 -978.1273158556852 -999.7500766337296 -1042.913744218616 -1040.220320704072 -1022.7325850158628 -999.7347738211035 -708.1865140819838 -681.1700258627575 -460.7256399277676 -712.251424179946 -473.8597318361008 -688.6793696106146 -434.34147653175626 -649.2457146285401 -432.9266013587209 -638.9571498219585 -425.2609369164392 -627.93278385917 -482.8063385614233 -364.1676447384272 -700.680736235262 -823.418210052891 -790.3726598678194 -829.146596654248 -792.8116952214224 -819.0730785210209 -785.918777822335 -826.7172614480216 -592.9468231330408 -530.9175367586447 -630.8177756390859 -521.0026344303944 -628.6648659718393 -529.5796415871808 -635.2742571901288 -513.1443333818191 -658.2409952118934 -527.8160292905275 -650.2572692735539 -483.6608693096721 -644.6604302216458 -410.1128567639864 -393.6358978990461 -904.3610101019012 -1164.018988010058 -1183.579858599161 -1204.1466250818642 -1235.4982135320888 -1225.694627377272 -1238.845116356989 -1253.7977929126212 -1256.7189254895327 -933.725734620185 -920.9023144159968 -900.4129990367874 -881.0332633389971 -834.306816053401 -858.5738205165504 -807.0829695393153 -478.6977830498598 -701.3985413378421 -467.8252112011957 -681.4950915450675 -464.7821251920429 -683.6786811694275 -409.16134821638485 -393.6236721352737 -970.4377423845584 -1188.9677310435843 -1207.915944196422 -1232.8234124119865 -1259.8340861770032 -1265.967478094141 -1281.1290012426034 -1290.8367542085405 -1283.8794962468469 -948.9348183427024 -949.0673536982948 -928.6993428164186 -910.4017929364558 -859.1692544709194 -846.6013996828077 -796.1251646196582 -467.3506714412641 -679.378470799258 -459.83075590108285 -666.244575826039 -451.10694720140526 -649.6668442274382 -408.51991701313096 -393.5400666245193 -890.061421308248 -1127.8520846598076 -1140.961637165499 -1155.5557940599108 -1171.1659083983425 -1174.607407164896 -1178.2732957675237 -1176.204402614424 -1181.3894745620664 -859.7772321375012 -844.9275322376701 -819.2633107771176 -821.0385571329173 -802.0114357107042 -816.3308054041775 -774.5048846211065 -463.9347220389535 -671.4758648889639 -452.72691857016014 -658.7095145753232 -449.42791531553706 -644.6251125744119 -409.5948501255713 -392.46195769980415 -885.0458518612328 -1141.588558928859 -1167.7315046610104 -1177.2545375210202 -1191.316801815609 -1199.860013285018 -1218.3344618075455 -1218.901654814458 -1216.6102732766517 -893.3766781175995 -884.6537930243942 -877.0741633053601 -855.6530355139278 -830.3872012515835 -837.3370667534482 -794.385766099629 -472.4754420267429 -685.5161078433812 -464.5146594599764 -680.0203144667244 -457.7633450946378 -663.7270468884094 -410.0838365438413 -409.6914047564737 -907.9487063231728 -1162.8042118916787 -1175.3374385210757 -1193.4827974449363 -1218.0645987054124 -1221.0092605682662 -1238.1390070884202 -1265.235173042959 -1267.8342113336273 -929.5378650211532 -890.5144131587331 -888.9036799767089 -868.9240939550763 -848.6725810576297 -864.0119527688094 -812.4601779813215 -482.93468487984273 -707.8556072701838 -478.05110212947335 -706.0448687215084 -478.3368821691009 -706.543641086442 -410.1211198698576 -433.3513333435368 -828.0211689659616 -977.9846233444975 -1002.9855690437308 -999.6840968420776 -1001.9729580962696 -1005.7908324868098 -1057.0889076651706 -1105.0331515806315 -1102.0176198721376 -1097.1366899223922 -1031.9457944228438 -744.6494799142201 -702.6013273689624 -479.84355750185705 -755.710418493832 -501.6412868077336 -744.864057381029 -463.0876990197992 -705.1818729109685 -462.227887847675 -695.6133414962133 -457.3956852308049 -691.986278379265 -433.5674512812578 -365.7859975815643 -750.877681325807 -909.1982757031952 -872.2684975036237 -898.0738821343533 -833.8145123766745 -865.8888538467049 -845.4557791849932 -892.1615032880238 -645.3626214262009 -577.096535047323 -663.9410935037325 -546.4537058155657 -648.9852535129636 -559.0252076098274 -670.5077314638291 -556.7087025841333 -698.223663465574 -582.1598985464976 -698.2227613466752 -587.062755381797 -698.9024441081715 -409.22303063317503 -393.5572969046021 -1047.2282619424866 -1266.0543366919942 -1265.6560521070498 -1266.64690969278 -1275.9073777674223 -1284.9118758417687 -1294.5081542813466 -1294.74721282799 -1263.8676286442976 -936.0477172713236 -909.97366286767 -922.2954769955378 -913.6715962644232 -882.4056654600869 -891.7912734619501 -820.9592740179102 -482.2507273905426 -705.7413066189694 -473.7869168060181 -693.8299144285036 -469.3066008819459 -688.7137360140181 -408.6102782901365 -430.9802639343689 -963.4826318932484 -1204.586913687296 -1250.8296450213263 -1245.0021714328411 -1254.5716808864488 -1241.2693999980277 -1266.2749119499863 -1282.7482577879848 -1274.353710011147 -981.327516130471 -940.1255333076832 -910.9051156763062 -897.7010828285873 -869.6948250424845 -883.6458302692857 -821.1985569402952 -485.0587925623327 -716.846062335819 -480.6780289802318 -709.9963542801768 -481.5602321208964 -710.7522543774749 -408.4291643967411 -433.0946160853535 -996.0229493080284 -1219.2243625937697 -1247.439473042695 -1283.2017603106 -1294.2064403359734 -1311.873536320404 -1322.5047021177004 -1343.604500558667 -1349.7496301534238 -1007.7957779800928 -963.7282037198112 -946.9008028874564 -947.6818225418616 -929.1625528217784 -944.7110350887848 -852.8648050296683 -505.8655076753109 -754.3678271470958 -500.0789846721466 -743.8544400896417 -500.1189924178277 -743.9221377246367 -491.81132196691823 -719.4826346263052 -973.7611987437532 -1259.1709439186477 -1279.850292966007 -1292.9591069711685 -1326.7427475518205 -1325.6864991883658 -1349.227217660891 -1380.0778008452764 -1347.8865375502692 -1013.0021034722456 -950.82710906946 -955.3347974474592 -953.9011461674662 -946.4892089247372 -975.9305276548978 -857.8741834683751 -510.5985366118 -773.5757436368267 -518.3124652377498 -785.1650887392001 -520.1322535924983 -776.7663597538924 -501.9974470926817 -738.579634098457 -975.9275067803716 -1280.9489995465703 -1298.3846644530404 -1310.294326234146 -1314.010173839451 -1313.6146888783824 -1331.4391854991648 -1336.613694270692 -1335.8865588697213 -976.344986435446 -960.637571560714 -936.8629796615148 -933.6503394108086 -904.890981236402 -918.8255005051936 -831.5321596741156 -494.0519123060867 -736.5672701494974 -488.3186719999428 -726.8649804993927 -486.3660998703602 -723.0150997869113 -409.0131489866695 -412.6289514654886 -849.2674502147119 -983.4896800004176 -959.6352903438892 -989.1020700320264 -994.0370466040624 -985.5809751346052 -977.0649520273652 -979.3528290585076 -981.8914914492 -997.5209493389938 -978.0922784913888 -701.1920294554776 -667.2898804603226 -459.6348100468564 -711.3255565754926 -479.7006093148574 -706.2936594941895 -443.3648209742005 -670.3345412398294 -444.7086875382286 -669.3622377778021 -439.52479103686267 -654.2549661599866 -412.299011853993 -365.4881710095146 -698.418682694707 -815.7709337063544 -774.271948437961 -803.4514631584706 -786.0698600298592 -816.3488624368499 -788.152404770031 -840.1082526711582 -598.2418023054016 -535.5665025105346 -645.3930372754453 -527.7339550403285 -635.8511911324292 -538.9529108673942 -653.1869806186536 -528.2810658230679 -669.1241884168775 -538.078895526284 -660.2114825680052 -532.2888782889054 -654.2242571289347 -410.04773449338 -392.54264722574055 -925.8038198254088 -1158.4836053974725 -1180.392814413353 -1201.5005391852071 -1214.5054682547332 -1220.8755075017016 -1227.8442783352411 -1237.790805534606 -1224.690780244347 -922.6960445708844 -892.507937314711 -865.3953928962959 -854.9819199467734 -830.1625682991739 -855.0739688481611 -803.9445074635562 -473.5050513949607 -689.6396318912912 -463.40330701006746 -674.8302357630633 -456.1159737751335 -661.12013634174 -410.0891742362001 -391.90200327056897 -901.5785916910808 -1153.3533324467862 -1162.859859867167 -1194.150496586457 -1197.5184617328855 -1200.2262640848014 -1219.7745631101377 -1226.2644669312008 -1229.6744437118243 -908.142762714892 -886.854835990997 -872.8593987113547 -871.98109595347 -854.2187894752135 -871.3027347675655 -816.0080659489844 -481.1578234815527 -705.9519167518115 -476.6624566293026 -700.0404570778563 -470.15488225235146 -690.8390508757388 -409.13293574240936 -411.3479513243241 -954.4333068146836 -1157.828067753107 -1195.6162178233678 -1238.528079204836 -1270.0355721307487 -1272.6800828124897 -1273.405437479345 -1282.7922228769312 -1288.8429737348947 -982.021184021519 -926.9442473793972 -892.4497363488097 -877.9493228171303 -873.9331247410805 -888.6937718411695 -815.4130999783188 -485.46776169440153 -715.1857563995521 -477.9849853031957 -710.253820493571 -479.7255232462615 -706.5445731079543 -408.6280169367363 -393.3519121629043 -1004.8768602058152 -1219.331200259007 -1238.436772008323 -1247.424269000299 -1283.766171840387 -1309.7506978207812 -1327.4462232232856 -1295.764991465153 -1271.0406523304075 -962.8624920964238 -950.8768680737704 -945.2971398642536 -876.9435176464088 -869.631515738572 -882.8256990198563 -816.243636219876 -482.5768722707129 -712.9450359821641 -479.0970079114177 -707.0655567922058 -475.9587470704798 -703.93707631594 -408.37193680431113 -412.5360075019864 -986.8444077703432 -1173.2886329921878 -1187.7539208403236 -1210.5117960003556 -1220.829521441599 -1222.6508512252412 -1234.2777725386572 -1251.591330620216 -1249.960791608951 -930.7176503599168 -910.6989260259096 -891.390356840642 -881.8427167632223 -870.1157932894154 -893.3949810678498 -809.3862171021 -484.2566007160637 -715.8423100231008 -480.92249060148913 -712.7740143314145 -480.5686309656432 -715.4018855315669 -408.3761877570062 -393.607177006129 -855.0089569379709 -976.0146611181656 -973.0097470141442 -989.916125420768 -1066.1774295787782 -1033.626124810022 -1041.8733432795375 -1041.5360876047807 -1042.7582441254397 -1047.2270612013674 -1012.7783885343238 -720.9410095375165 -685.6577993280764 -466.2173291881903 -731.348319803147 -484.6844038253356 -710.9339033928289 -445.84594827249447 -667.536752705429 -441.928152645611 -674.9375351860286 -441.3388557822391 -667.1792477696049 -417.0920978267639 -365.3549639840448 -709.6519762777089 -840.7279375513641 -797.0269267004036 -827.8127369552546 -810.7681453853652 -844.0024969152189 -811.9013003444057 -833.4379608296329 -606.0445765915636 -551.1039203275749 -653.8283905408044 -540.9269324276695 -643.9045524195898 -551.3389331553235 -659.8916393036744 -534.5836985865308 -676.008661636909 -552.4970286121971 -671.3803783623248 -543.818772058263 -665.9594652224198 -409.56823373527766 -393.6000133269864 -950.9941765072537 -1186.1772786390748 -1206.4069887927874 -1216.1287688510529 -1221.00325001128 -1217.6149651523583 -1232.4367546090814 -1247.3573271326052 -1256.075795391962 -946.2574913112888 -928.2071302952206 -919.8901824079528 -913.1784366929452 -893.3440145961495 -900.121324694465 -817.6218710621963 -480.6868068114868 -701.4823125733783 -468.221416975121 -679.5562388717947 -457.1025177729484 -662.0421853658147 -410.0697592804335 -393.2715654566109 -881.903962242391 -1131.4227963357648 -1147.388384435946 -1170.5311635546125 -1172.788573614156 -1176.4038390030162 -1184.9466604767738 -1184.4562961944214 -1186.3560332380932 -866.3189655462446 -848.416717278548 -827.3111212011958 -819.2033716299371 -799.5254217265334 -815.0668318797959 -776.3392762130512 -463.51281771942126 -671.2943511098272 -448.68564579418506 -655.8457622347082 -448.028730011362 -648.2394947080221 -410.076851552482 -409.50893810781065 -881.8430461121998 -1128.02971337141 -1140.1810476583394 -1158.42072333567 -1159.5998532554995 -1165.5826438652111 -1187.367420721083 -1186.107522280904 -1186.5057083488125 -874.4585176148327 -856.1513288024012 -833.7864525099559 -824.686815172463 -801.7682282128138 -816.276672451891 -774.9553833609516 -460.2381243191328 -662.4174968904334 -449.1775994436449 -644.7850539914641 -443.04076854059633 -651.2655390601665 -408.9901586103299 -392.96590317195455 -871.2498455108837 -1108.234362308687 -1135.7179512373018 -1164.712616350293 -1185.1175285998092 -1192.448729041127 -1210.4232071507492 -1221.713001092363 -1215.2757325806062 -889.9749421392133 -870.5391282153004 -851.9492170201145 -836.7848244567065 -811.424920493851 -827.7184143820597 -786.4733900249583 -461.6642032776047 -670.5184133181631 -453.4602010249853 -653.0753310061043 -448.9027751359632 -643.5577678345522 -408.3822179928398 -393.57126206104 -883.0548754584509 -1130.0730436484523 -1167.7186556731745 -1183.4567587758695 -1197.845925618148 -1212.832811740944 -1220.75153675475 -1231.5128314370456 -1226.3381799929616 -910.7217404659008 -890.2997690269714 -868.1258784183443 -857.867015845892 -848.9344531597844 -836.5873364494661 -797.8511188945461 -470.96752107683153 -684.8712220012297 -464.5207858606929 -675.6600309327224 -459.38626435463846 -664.8954471169643 -409.1846710919963 -393.5682085348824 -761.5517619267578 -925.676995362841 -957.884351470026 -978.8298970322544 -982.0410599958424 -972.7311294746224 -977.7114820148312 -996.8493322927294 -987.457802046379 -986.6809007289544 -973.4627299191474 -683.1218448517712 -667.7100754514234 -478.836805354874 -708.1018907375204 -476.04697951207777 -695.6776808955892 -439.550618552292 -654.9200923390301 -436.9702512042613 -651.8458379162687 -432.9394783013902 -647.6734482127528 -410.1682052720629 -364.7210663439696 -687.0314229762699 -814.3648797905544 -787.8498801378367 -822.6069858817798 -790.2963206772246 -828.3644016872462 -792.3279695752925 -848.7095244557705 -606.5209073938755 -557.7480108842666 -646.6782881000644 -532.7232960401861 -661.7528275415187 -545.5983978365715 -654.3791906404722 -538.9213874279919 -678.0019980606863 -561.6587555482896 -677.5128630959833 -557.1541076529991 -678.2491238696791 -408.3701560913074 -393.5779699760775 -985.9295279883028 -1196.000149149799 -1204.3741831894731 -1221.9087979083868 -1225.045162503406 -1238.7118894154512 -1232.7437622153427 -1232.9538290184594 -1248.8814187835858 -934.9830332014128 -904.815331978819 -884.2449709692738 -882.6607334685991 -895.8424700033253 -893.5659183376765 -810.8551999527439 -480.38523907362463 -707.8812378774157 -476.3851059058623 -704.0510142127132 -476.51537063050864 -703.209180214577 -408.923584906365 -393.5547669281166 -982.6631670392989 -1180.425936102553 -1193.0474817494328 -1200.6484909435544 -1224.8717122903502 -1211.6780970625744 -1221.8089012555274 -1226.1463415452322 -1229.863148072876 -908.4939135120296 -894.5387246191915 -871.0910172932469 -852.7931821668138 -852.9017125988318 -839.7465896349022 -805.7780590514845 -473.97355705445375 -690.1353607890619 -464.996306031743 -675.3150122041199 -460.0404225635973 -670.3246606275402 -409.9497074567501 -393.4823469722474 -914.4572585117696 -1159.616344268064 -1190.3919156261748 -1222.2234216297616 -1248.175192338554 -1243.5087655401264 -1253.3260765774864 -1257.8191576757688 -1257.2632129089357 -935.2874875217088 -904.8136679651178 -889.174649131992 -873.8833894488768 -875.1234338295259 -864.7167850681037 -804.3122215538941 -475.32084823014674 -689.1405931334194 -465.4019063935472 -678.0492735453337 -461.4207756966553 -668.0324809884283 -410.0229391940021 -392.0290624508347 -933.0496480192224 -1174.164691795614 -1221.9199255147078 -1256.6822297905346 -1289.0857648559816 -1321.717572219429 -1275.527495833557 -1294.1471531123022 -1286.4975107171758 -951.9226174222528 -925.74459393436 -915.5223318738985 -892.3748593752881 -895.2447702154074 -887.73064456105 -828.2154228218086 -492.1775895236391 -734.4577315851823 -484.7346926608983 -707.9521056568751 -470.8268327015151 -689.7406409208276 -408.5001924326012 -411.4324922142311 -925.6550790291096 -1146.9096108878548 -1160.4650068621816 -1173.3550241096095 -1190.3197416350165 -1194.8812957736543 -1206.092356771237 -1217.4424826964855 -1217.391216327312 -886.7030818305049 -865.9466470921208 -844.8050509274472 -826.9809443558064 -828.7468522532516 -826.0549680579595 -784.264359319789 -465.4028010035424 -674.3655272230967 -457.1197927636137 -661.6660498310771 -456.064413696876 -650.179830433353 -409.0096772753089 -393.54651890511553 -730.9873475405414 -900.3710842303766 -906.9572446583928 -929.6175406514168 -937.4585903469182 -947.949140664442 -952.7027428285604 -963.8367418927598 -967.9534765434224 -973.5379801571686 -968.8343690775644 -667.6887426413011 -649.7666680482611 -462.9015800769761 -676.5038959711223 -454.376458663924 -664.4434181633503 -420.1665790273159 -631.1632247789337 -418.3459652372802 -619.2921049327604 -417.0571630125504 -629.7976608416898 -399.38375062453 -365.3924743434412 -684.1398706454613 -804.630986260724 -790.7340100744674 -846.9314361712642 -846.7269993290626 -910.6838103581928 -869.7913440123735 -929.1847114963304 -647.3818505700501 -579.0227014803994 -674.7458501452613 -562.2874389606933 -685.2946256027733 -570.6621894877283 -683.3061223082811 -567.6981752388153 -708.6149964927946 -592.6052302044607 -705.7863073118227 -590.5158092900947 -705.1756107645471 -409.1900072111153 -393.54329137207577 -1050.330988277621 -1265.842835360712 -1260.545890450332 -1269.0566212459144 -1267.446652753218 -1283.4568510028755 -1266.132303529208 -1307.5123346376377 -1305.982636296876 -963.2992246019704 -954.687169116581 -933.9931745995572 -916.4965309499124 -920.5609329121636 -926.4310429660284 -833.2015137886124 -494.3449899117812 -737.8241114168551 -490.8369668359747 -724.3976030107814 -487.14868427694427 -719.1869873330157 -410.01595447086623 -412.7456232232279 -1012.7424788780224 -1249.7657671599666 -1282.4678088564451 -1291.0761019549734 -1289.5209338055624 -1292.8994886976382 -1312.8298854454968 -1302.9719739001598 -1270.3100929091518 -920.1115482583498 -882.8592014523838 -846.8971609316412 -847.6054294031821 -865.6143845976792 -863.2682123020377 -793.3298565790581 -474.90270679361646 -691.5859570727357 -466.6056546690288 -685.7655270018004 -462.5591016342789 -670.8638054691905 -410.0597553727992 -391.88100764817887 -908.7237745396266 -1148.4164806895812 -1151.2769606471452 -1178.2287672609916 -1180.5639522149336 -1192.915503319102 -1204.4935109659975 -1208.1238784486025 -1212.4674591005885 -885.7683153942822 -866.1240713789874 -845.5808333935398 -832.1964287625669 -837.7931378521725 -830.7644497647033 -793.1759296460891 -469.2174565383725 -679.6113585226263 -461.14414804982937 -667.4257892711568 -451.679382186941 -649.7375712385546 -408.387923261783 -393.5504041184605 -886.777397893221 -1141.100619024452 -1169.3758783503372 -1184.8412086169103 -1207.7168267765253 -1206.82574760662 -1222.5898146248426 -1242.2423127368172 -1242.232078229206 -917.5586649443612 -882.5835486074823 -853.8096312104128 -831.9889313775298 -832.1333612159378 -826.4446663109306 -788.3637492866015 -465.2812437352313 -677.7777305790127 -459.6600541978685 -668.5673255628012 -457.0301570351602 -658.5301760583853 -409.45293868462704 -393.587061060274 -909.9461749111684 -1154.061002790644 -1188.243162768134 -1218.0059986294484 -1244.7868230168242 -1268.9180201070246 -1284.659277965061 -1304.930798107823 -1305.9569795398018 -967.2865699224542 -943.6586940802464 -913.1476916362678 -889.1484950188319 -880.3170632414516 -871.8740657962792 -813.1590646038496 -481.1827463014461 -707.589773787928 -475.3200732646806 -698.8163679658238 -474.7405910547881 -699.1621493160611 -410.01716475414577 -411.1461263086276 -784.4032127547579 -934.9788976461024 -944.734766884162 -936.5320279801512 -941.8681989979506 -948.116251957668 -949.0931400389294 -951.0970052153336 -943.5689632941107 -952.1626203252636 -937.333138354551 -654.0372315233591 -644.5622718289328 -471.1073307363916 -681.9158360692886 -463.3103895885109 -676.6146020286451 -426.994200645141 -638.8823078624984 -425.31566821726 -624.9902513008011 -421.1658148322221 -619.8685896484221 -421.6030377368079 -365.8049657533828 -680.1716947881129 -766.8828384956421 -750.0645221832511 -762.9991121371996 -744.8787647718556 -770.7153537492512 -749.7060953777608 -767.1285282573788 -568.1089440407616 -505.88811937542425 -611.686803198609 -492.77906229905386 -628.8882458083015 -507.6478801310043 -628.2484119169585 -502.6914966228479 -652.8541449818412 -507.7103918555118 -647.931272087515 -491.6886145805774 -644.6754117220421 -410.01910971075546 -415.3732843525079 -892.3091507655452 -1115.3787066820198 -1118.609678495625 -1123.8925835408925 -1130.6294481383854 -1138.3366199515006 -1143.7848627259427 -1140.6775191619042 -1145.6621860051923 -830.6059364246229 -813.1174912517909 -796.0596974379386 -797.5782193098873 -811.1205544588788 -812.5461363064994 -762.5866954581255 -458.6261461615675 -667.072535521418 -450.2456696916137 -649.0904709547041 -446.5065463795584 -659.7904361855917 -409.8204271388721 -414.5774057343452 -880.1037806676071 -1112.7962482303687 -1117.729445039487 -1131.6990022267728 -1141.3537377442356 -1149.8057725349408 -1157.2286033198857 -1160.824290769851 -1165.7895596488522 -851.8164537409509 -829.5005759981821 -814.8760000888718 -803.9170799971465 -811.395234853437 -811.9769913872661 -768.1274416094844 -456.1171745970241 -662.0075637659788 -449.0254920921967 -644.1615865005333 -444.9247392308275 -653.5020590552898 -408.3570998302261 -416.0473619260015 -862.7220665055189 -1109.4029192797825 -1118.5796813364364 -1129.2901585027446 -1145.0351357569084 -1152.098715040203 -1161.365166844827 -1166.968618935937 -1157.0570680916471 -839.3245855442124 -819.4572133203185 -807.3970345674409 -807.5303035379354 -822.7553052906186 -820.4190574376659 -769.7130667230527 -462.1634505034861 -672.9232831602951 -458.1559305353339 -663.0279592469401 -456.5817161038798 -660.2326722329163 -409.4094892389722 -416.0144504222499 -899.6483939333272 -1116.151693346734 -1121.8024206855443 -1134.2210940423229 -1161.2509104938963 -1192.3678373408716 -1213.2942917764044 -1221.4609924046576 -1212.977117612819 -892.7049490500086 -871.2693401322049 -856.7372617366241 -846.837932884327 -864.9627417999351 -866.9456834696723 -792.727976863639 -474.21344278701815 -698.0739610568157 -468.771148102546 -691.921894173654 -467.3537885024583 -686.597576013478 -410.06471541546927 -415.34444224041806 -970.3682034060024 -1183.4217989589722 -1184.4709223989212 -1206.0859998100368 -1215.7021368884543 -1213.433577976717 -1233.030609288816 -1258.7252573359133 -1247.622656760985 -926.723230096888 -896.6791650147153 -870.3549480669876 -874.3343437130328 -879.12873078788 -880.1780219892366 -799.1091377460818 -478.85263000817207 -700.6544775140424 -471.1668169029495 -696.6356402133606 -469.2705124599408 -689.7768472214002 -410.03323154929535 -414.37446945197007 -822.2447202032878 -965.2050098359756 -981.1355956892584 -997.9732088919366 -1021.3796754597472 -1031.247599955528 -1023.252341805398 -1022.8034142210968 -1043.368343677714 -980.6242428723004 -1005.6470744460172 -716.5844953378198 -672.9320922219972 -484.0604564153765 -715.4660108604131 -482.13556666376695 -712.923363680105 -445.62773721832025 -672.8047930401468 -440.4222799113893 -657.2818431633141 -432.4019342358177 -635.4285577229025 -431.7880314103016 -365.479746236941 -691.1459161438258 -810.0994730725128 -777.4969694836606 -797.9491142134361 -782.4204705461061 -816.7844825606445 -795.2964685023262 -837.2308328383999 -600.1934021186553 -536.110612421838 -642.1639550524033 -524.4111459018737 -653.5253557852355 -539.1864136168391 -651.8463455504258 -522.324843796217 -678.8514466073434 -553.750581127651 -679.4196140843019 -552.7239262182321 -678.9541185330572 -410.0611613182871 -415.40731650880525 -955.8992072769292 -1172.173185127068 -1179.8222253071808 -1202.5324979304642 -1215.4139438147224 -1227.7515734304882 -1249.0633786124629 -1240.9695343889614 -1256.2818308164344 -907.6915136547524 -874.8668702745396 -868.3887581907875 -875.5994715414527 -887.0745308961262 -887.9987699984824 -795.8269237353131 -476.27700001532713 -686.1893060474476 -462.772802278188 -668.5361614206821 -455.8021794295849 -661.8733175239929 -410.0270510249436 -414.38490721651885 -885.1800579807481 -1129.3782997874182 -1124.4431428273006 -1146.7467084508476 -1152.894360013119 -1169.617989556773 -1181.8855547558496 -1179.7463107253827 -1183.7960595218235 -872.8833712536533 -864.4132910445735 -860.0690644552911 -858.5985754011023 -877.1196862860065 -871.0830196752258 -796.4128821437195 -476.4256571462832 -697.5879885459763 -471.9885610407822 -694.7419048705086 -469.65104599423626 -694.0445482867678 -408.362746397225 -416.0532342276554 -964.9058421311804 -1173.136924583124 -1171.9558982062306 -1166.993311976899 -1174.6434424032889 -1173.7100889613123 -1185.6476889816493 -1201.5896146004936 -1207.551236864444 -845.2294765383919 -810.313443443771 -787.9452393220902 -787.875947167368 -799.9630934535094 -799.5180854476904 -744.7633898313911 -523.3786634156777 -650.2108484518916 -449.9262094544099 -644.5320333776076 -444.70397714244456 -640.3797213880745 -408.6278761722309 -416.0541893970127 -864.7665000565254 -1101.3952325233488 -1099.1651885665165 -1105.1993693510803 -1107.525039629826 -1110.536884692743 -1122.827116472418 -1124.7105222779378 -1128.182057485151 -814.8508568560597 -794.4500165306171 -781.1000035497942 -779.8700660726697 -796.799360581378 -797.4980601615465 -745.7067257375894 -452.5707731592403 -661.9877561457532 -451.4127696349407 -649.1843685671149 -480.5211320868938 -651.910176883613 -409.19132100806826 -416.0557542830157 -872.433344885063 -1106.269263878219 -1110.881059372537 -1124.2171721255554 -1128.052994598275 -1126.0105580576508 -1139.836408710035 -1135.0955974638223 -1143.3099276387138 -823.5412377553561 -805.7582369404254 -788.379072865618 -783.0071399143841 -797.2283775583153 -796.549536197869 -749.853984018995 -448.0985359735725 -646.8858333644616 -441.8216123202043 -640.0587415146076 -439.4920608739631 -634.4410890616252 -409.75552148510326 -416.0582975808998 -705.5874852447471 -874.3912851218072 -878.328209217724 -889.8756221602056 -898.0759835381915 -892.4597448820394 -903.6247110079756 -907.0741635449872 -902.714106965255 -915.158950275818 -901.2741880160992 -635.1659626309968 -622.0600050117574 -447.1209202569299 -655.273336246921 -442.4768203868384 -634.5863064846242 -406.31433924165606 -612.5986733049538 -400.9846906374944 -597.3379267455022 -399.132005580385 -596.0740456755155 -398.3338895636805 -364.1485830962176 -671.3566947294955 -728.4412668543936 -737.1503577393215 -750.7539090594249 -735.1294508106831 -756.2750608702726 -735.5460032424295 -763.3826799302954 -560.9011664776169 -503.6197637873207 -602.229598860601 -483.32484601599583 -615.4690071360652 -489.6412300989849 -608.3220115614465 -409.065744905128 -638.2578546627519 -431.0903269514922 -627.574165084756 -428.70958607293824 -621.3893038628366 -410.0341716610344 -414.82580980617365 -851.4513213957642 -1092.9424233588022 -1103.6755798195456 -1123.6033455948602 -1136.123100163387 -1135.3635240617498 -1145.844174921792 -1142.983388859919 -1148.868600451658 -829.4209883040623 -811.2766885847816 -789.4093027168745 -778.3567398953047 -794.2826125835617 -789.9168692425618 -741.1352950402425 -442.6287487410072 -632.577166830972 -435.4637974543222 -630.4869199813969 -427.7972820786253 -624.8663983479901 -409.56250593289633 -414.8733906646038 -840.3567828216871 -1089.318369258821 -1099.7363065794736 -1119.2135394835514 -1128.5631642169035 -1127.081238508708 -1146.6964331806596 -1152.9073977258286 -1155.464861122871 -842.3369760806312 -817.5375711478933 -795.1793367356745 -782.4611302310304 -796.1314995141437 -793.3733752867644 -746.4773902276293 -443.9265021901692 -634.8370864680528 -437.9760879328492 -630.99560377988 -429.7294969444127 -624.632137942495 -408.7588703318445 -415.6814876464727 -836.1014873554053 -1088.1880600041093 -1103.7540867577086 -1116.459417386774 -1125.304954331254 -1124.7275125751137 -1124.9024958546408 -1119.6766489860893 -1120.0059397197604 -809.220514791614 -792.9461152602178 -783.852717977462 -782.1713728241642 -798.0490126592643 -800.5386045333024 -752.5215212173988 -456.3414882247589 -664.0494457896773 -453.4533416566903 -654.0867403225285 -450.58919105574586 -659.6928126286164 -408.3856256039865 -416.0561683194651 -864.5257170358296 -1100.1920798171498 -1103.9508670976554 -1114.1603796488905 -1121.11440766931 -1123.1783766237995 -1145.9236484328765 -1141.1612904923998 -1145.4809282307997 -833.9417324083763 -815.0957085360621 -799.0876450898605 -792.143467897062 -809.301289508487 -811.4330066344988 -772.0486174327177 -457.94125533823103 -670.0156712654297 -460.4656721160317 -660.9305202410649 -453.3332538517203 -660.9212238642452 -408.3887376381405 -416.0582228319524 -899.1923284430749 -1129.5020373966756 -1133.934372125397 -1149.6864066749265 -1164.9201294724685 -1177.003435917828 -1190.630827082544 -1203.8542664456274 -1207.730213258794 -878.8812014441975 -848.4523852957549 -830.1331326916097 -822.7603087352313 -841.8921193360343 -847.7990341642303 -792.4326219112927 -469.7791237310794 -693.3385105779305 -469.14506956494137 -688.7601406986028 -462.8911157165552 -672.4313636863087 -408.3959246120798 -416.0544930113982 -752.6493918044227 -907.9221916089992 -903.7501147327308 -918.4747561953706 -924.1582495364748 -919.2276598087911 -924.8517889188536 -937.1082307177622 -922.5339425750336 -929.9863215637864 -917.2513199183132 -640.5794382498963 -626.763069388477 -454.00234467679513 -660.2236259013966 -446.7229236127979 -651.590704270982 -410.0221488020982 -604.3737161428355 -407.812545105342 -601.2270594083443 -405.43945277856 -601.5771860939271 -402.8307910358573 -365.8505937402674 -677.0369947108893 -732.8338392139909 -732.1652035763407 -739.5764554759966 -733.1312123435504 -746.9537917481595 -734.4674305808874 -760.6924728557316 -563.714687616308 -501.9219725968581 -599.6008099944228 -484.3095832321485 -612.5083533059756 -487.8982243649188 -607.5470915527497 -409.0410748127433 -646.6915826246222 -434.32991915611296 -635.0243451219231 -433.7328812935304 -632.4669007320718 -410.0627428780735 -414.39925174886486 -856.960965439293 -1092.3024301841442 -1092.664060082983 -1099.11460261406 -1114.5953149929064 -1116.4780241311296 -1133.455850103444 -1141.1707404904469 -1139.4180933373798 -825.9542892564433 -809.6215638790914 -791.6876330433016 -801.6707399224488 -795.5024204692248 -795.7744571897254 -749.4681487489402 -447.24996901412726 -637.2097153337025 -438.8063663111326 -633.4881350875525 -432.9421442314847 -628.9688303199578 -409.8379458119017 -414.6295772811847 -855.8999975186655 -1099.3673537987024 -1112.987262693022 -1123.8829751255205 -1138.514199965907 -1142.586448566079 -1155.9908570659002 -1172.1903210996245 -1181.8407637302523 -857.2170807998049 -826.6818780389997 -805.401463959825 -827.026755403631 -823.5884800003106 -826.9518136907155 -769.0054144662457 -465.3222341077188 -673.5799173390654 -460.46504565182886 -665.774256284818 -457.326701656572 -666.2131184540502 -409.7609068633051 -414.7119696320116 -941.2455295478134 -1162.5183996153212 -1161.9798876835869 -1180.4026018974537 -1201.1015869417467 -1203.89932876969 -1210.296349060578 -1220.455674165114 -1213.0212478898522 -892.8540207243523 -871.7842442185877 -860.251678496096 -883.3936965133062 -880.8047901028926 -876.3780364909202 -802.8302039088751 -481.4735821784311 -707.523176447188 -476.7437713134396 -706.3908635556259 -474.20012452263416 -703.199469517758 -409.8356681136156 -414.64345845701024 -987.8896714436562 -1194.416777615803 -1186.044650427524 -1206.0804467064208 -1220.9952433463222 -1216.5306661781306 -1222.143800450827 -1215.0304317280354 -1216.9787552111693 -905.0719769346993 -875.8957975256013 -864.3587397612517 -877.107909611602 -868.5257395942598 -864.840614774326 -793.9646589837101 -476.6546151720176 -695.2816350839305 -469.5821473863048 -692.6669667862984 -465.13373885794687 -679.7100881462175 -410.0218099514939 -414.46248694277045 -944.9118585347436 -1164.308853813271 -1181.0240808927822 -1223.1053784554808 -1242.2093102389144 -1271.6405892089842 -1261.4400082420684 -1261.1127862339858 -1246.026139462475 -907.543900231574 -885.4455567726844 -873.7732693488108 -901.01780636975 -899.5492569243314 -898.5277447325522 -813.8620507999294 -486.45213928419946 -714.9890902791917 -481.7013908870389 -711.6213400301721 -477.3930169584693 -702.6908661616476 -410.0690207127511 -414.42129599804736 -835.4614984950344 -969.2085318397664 -968.7605023528688 -963.6799318877668 -989.9147470745612 -998.522502677086 -1000.21495548008 -1011.9317742751032 -1002.326361267522 -1009.0988494069876 -992.8509625929738 -703.5815345724512 -692.0554975374531 -483.0882067708244 -716.7010136509886 -483.1687297306004 -714.3097027378464 -449.6283432596071 -678.3615202335642 -446.6313156020964 -674.8514859083498 -446.42224607098086 -674.0911632049986 -446.9653219923516 -365.8516157106172 -714.9165757886776 -850.8298333292813 -805.4045340238262 -828.2078095705267 -799.8839176149048 -821.966465200584 -797.6827545547652 -815.2874845090486 -589.8244908952817 -520.2961814880217 -626.1622196896367 -519.0777594700805 -635.2270433566272 -502.957424428085 -621.4897546313202 -445.532669127084 -643.1147244219864 -490.7327721063126 -638.4723148317181 -437.15257138835926 -629.9949383430401 -410.07227074368 -416.0987930707527 -858.1442662447118 -1098.2924499274488 -1102.4475407478149 -1116.340046519962 -1121.4406028927922 -1130.3459682190105 -1140.85911467326 -1132.042168717539 -1133.3865175035146 -814.8316485397137 -801.8633430577431 -790.7827891748038 -821.6852493969893 -807.0999952896307 -800.8588632058288 -745.9320398180839 -449.84847994942425 -641.9249979720365 -490.5118484903135 -639.1947245711934 -439.9921325361016 -635.3072835980151 -409.3100133214416 -416.0934579018115 -859.3104105917693 -1098.5535783934138 -1104.4412607681145 -1116.0462307996524 -1127.1168452085922 -1132.548295572362 -1142.96757599661 -1154.4222818582311 -1159.6773977574876 -834.6492871757048 -809.9104996695917 -789.769153250624 -814.8429484049194 -809.0295294625105 -807.8842575775822 -757.570509814781 -454.3112637736592 -661.6495841114743 -446.01178578314216 -642.0862161671598 -443.58080128251726 -639.2415521642338 -408.415448700405 -416.0978264491998 -860.3912986862525 -1101.4474814661542 -1114.7941851655587 -1132.8319470441747 -1152.5550230583103 -1157.037003555535 -1167.1589209874069 -1179.9548334276571 -1177.4814658990456 -860.4326981596262 -837.7648778784896 -813.3351946228928 -825.7007233999744 -818.050138160887 -813.4137227459885 -765.7442432234923 -458.3324464645559 -667.9317533678054 -452.50708959492647 -646.3410506982584 -446.7229325902995 -643.1540520064275 -409.401835364656 -415.1192356614877 -869.795040253808 -1112.3159828001094 -1128.8671536158822 -1161.4538775226658 -1174.1798600148384 -1187.5584204742313 -1202.2489916604898 -1211.659921055533 -1215.2020853071986 -897.3808588195286 -871.2830225429298 -839.0465904568866 -848.1089490726696 -848.2723416458124 -837.3663200619192 -779.7974062902274 -465.8233131249068 -670.0633792081262 -456.3353939111324 -655.2295444415934 -449.0550681513808 -654.9351109504016 -410.1562017264098 -414.6592484185181 -865.3271720301434 -1108.912786933913 -1114.5664125519008 -1140.431995085838 -1161.1792218605951 -1157.7266278433783 -1171.4875113251207 -1184.470392957658 -1176.0445909934824 -849.0429217625291 -825.8077781339733 -803.1947470816306 -816.5001122394216 -805.9810118971004 -802.7490295226308 -758.9449884960933 -455.2383589597645 -665.2547484677692 -450.203194696004 -648.4589037222585 -518.8020014418206 -644.8157241966794 -410.11788694430606 -415.9644011234958 -709.2260878213397 -877.4838179346369 -876.2643138537858 -881.2272550893694 -887.0374554410504 -894.6420781654531 -896.6449725811509 -899.8357763505164 -902.4384205962112 -905.9499971961312 -890.5836503956681 -635.9606971481685 -638.4700446370333 -459.1746108522002 -659.77558265207 -456.7354121093848 -673.9503235682839 -425.1310637165799 -623.5100633878689 -455.45966204140194 -623.904006891909 -420.9418530818567 -628.0102937480588 -422.3130229764699 -364.7794324414999 -682.1492037562128 -766.3595196014065 -750.9801705062549 -765.4091499493392 -758.9011786346341 -767.4335607649383 -751.3861577992873 -771.6254992561617 -565.5046210785149 -495.4795407889502 -608.7864007724442 -481.9062880443648 -629.1245704513008 -466.436342275684 -625.2199032768646 -432.0769607582108 -648.2079866956682 -519.9665683978492 -643.3641377672259 -444.645756523592 -640.2696569000185 -409.1993863745424 -416.1086612398634 -866.6203880385427 -1113.8093462627307 -1141.6894483799026 -1178.0358943675365 -1195.7134719441424 -1196.5196407190028 -1227.3990322897664 -1218.4249575069484 -1216.2699019220877 -906.2355334656424 -891.7978638277998 -863.0918113606102 -878.043036828591 -868.818285118095 -865.6336233294559 -793.8530459823116 -463.2931459207568 -677.0357643403088 -457.8203655914517 -662.3470614116794 -455.46198099743066 -665.1958531788346 -409.0560370694721 -415.50316808197255 -896.2567583992738 -1125.443643612986 -1124.8312786752765 -1138.8835317107776 -1156.8377974294658 -1157.6414192591824 -1187.449863931256 -1180.797789604345 -1175.681680489577 -861.6566744773376 -834.8026952757776 -815.0280993733646 -833.4880093551294 -824.5680855546871 -828.52760163877 -772.1957398734176 -465.0294750313945 -677.0508986527248 -457.5517218222347 -661.9896579337259 -455.4387692290384 -670.92014287545 -410.15265207335887 -414.85665617592286 -891.7118107909929 -1119.4891958946214 -1123.220959790665 -1145.2857883443726 -1144.0012849286793 -1154.449467092451 -1170.0096683939844 -1157.786481749777 -1147.804731744861 -822.3969384695264 -789.3935784288781 -779.5302320865649 -800.8909436166098 -796.712724160062 -797.3567178717742 -738.8211975889693 -446.9337505908436 -642.9721345333985 -457.5941171617992 -640.2314835479244 -439.8697695783296 -634.0398155923557 -409.9605205807399 -416.1398970101087 -859.0864229013386 -1090.4398134644296 -1090.6533541697834 -1094.5008218693947 -1097.3688743083762 -1098.436715472871 -1108.0567925531273 -1105.4583827339254 -1094.552124109538 -787.9784273323557 -772.9599535758573 -763.521300289538 -789.1086826669119 -786.1546757246778 -785.3293266519103 -727.5330256184965 -439.7145844183455 -633.2455101568032 -436.1966613445719 -628.868774456334 -432.58778137005066 -626.8992608719307 -408.8972164711181 -415.681554666402 -848.7317129592587 -1082.079148113541 -1079.7597341590235 -1087.8267048446503 -1091.0194537350926 -1088.7006517212756 -1092.3239316219322 -1098.7973235585994 -1095.9986974614326 -789.2884261731018 -777.7578229696855 -761.5676560468036 -784.7064632713676 -779.1482766098515 -781.884766295682 -725.8167434200493 -433.88146132119255 -626.7107720753369 -428.9360117915303 -623.0171588814183 -425.14960311437386 -622.521966361207 -410.1215516079512 -414.9074479939388 -677.026965714622 -854.89501890359 -861.5223389600177 -869.8595096939262 -875.4608501831768 -876.6499080809318 -880.586001115557 -876.9140277409061 -875.729819004144 -882.3001876462611 -873.3196921545657 -624.2548478161392 -624.3008680863484 -447.9256931502264 -644.1149066897968 -474.154684916577 -643.8426824309603 -414.136680171379 -612.1750430188292 -414.10220422890734 -613.2450634764971 -415.0010686822359 -610.5856441500907 -467.47511203677385 -365.9219803340498 -679.6729373028112 -743.4655060115876 -736.6440120499817 -741.7949432937803 -729.5988159616841 -738.1318159877399 -726.3170366702797 -733.5510076019623 -528.4894209298734 -442.7694837734439 -589.229708900313 -410.3142674705016 -606.2842941806756 -408.007153936088 -608.2043281148547 -409.936485190191 -632.2294014764793 -431.9032478172281 -628.5220000938799 -426.3596850491483 -620.7317410158989 -409.4555923964113 -416.146973399192 -835.582947274597 -1078.5746619816891 -1079.3310568732445 -1085.4858244767147 -1091.935760305195 -1089.2774020204436 -1100.1613577530832 -1105.0876334961108 -1112.176438778451 -795.300628325845 -777.9944033596561 -766.0102177265346 -788.5013806055447 -780.754421858146 -778.4933668104935 -712.0420950158245 -431.3084878663388 -622.4906521166612 -424.16971185780767 -616.489609189635 -419.9852642907688 -615.4799633127102 -409.93313034970544 -414.6769668246776 -807.4278130058326 -1076.0147507054858 -1080.596155325111 -1093.0742173244803 -1102.552665121333 -1105.573388891387 -1123.708243063254 -1131.1999030383238 -1128.6673219103068 -810.4107389391796 -793.2845035497489 -784.4561184629682 -806.6143145558773 -800.6973534546632 -800.1542833738439 -742.591867711863 -452.9101014955141 -652.1944935244849 -449.4905027271073 -639.303193398252 -471.42475598212826 -638.8546445986514 -410.1432457235208 -416.1619735549816 -861.3437628060426 -1092.664577790411 -1096.6767062401289 -1101.784779559254 -1113.7065184453604 -1096.9066870931688 -1103.1670255505258 -1103.022714449728 -1115.6850982330702 -800.4348031513082 -781.0730971458589 -769.4861516740417 -795.7047099717436 -790.0303491537904 -789.1221056217476 -726.4087693995881 -445.278303643164 -639.6683729872707 -443.1403632550176 -636.5063912789101 -437.08519910978976 -631.2121157999886 -409.47365131306896 -415.1531182330785 -848.1377175826409 -1087.2377413054242 -1092.0243900715448 -1106.7374922894114 -1112.507081857833 -1116.2034374090206 -1126.0457330973193 -1130.1253964414063 -1131.8052323355153 -818.3161506683064 -797.6810860130786 -784.701878552256 -805.6884655289879 -798.6338960238849 -799.6680981062931 -723.5159700633268 -469.74108593450006 -638.7931513744109 -438.661676975129 -634.6992238801735 -435.5029310088435 -631.0173287672807 -410.1458811465321 -415.8551211246087 -849.6897727949787 -1086.7531196494872 -1086.0719296605937 -1088.6906818153134 -1091.8710839155406 -1088.374529068798 -1091.4622500209755 -1092.5937041730438 -1092.0251820854292 -786.1278871164556 -775.2525464750252 -767.2229301401059 -785.4477349550848 -784.5684210544077 -783.3249641442777 -717.5698000415928 -435.9889008901289 -628.8797154833013 -428.6029069509676 -621.1945151444962 -425.2759171174069 -620.6076496676833 -409.2210015240381 -415.4236007636049 -662.5333229534652 -845.1149609466846 -848.1028590297904 -853.8447625677165 -860.757274418448 -856.3539042700748 -862.5999006780405 -864.8825366588885 -862.3952865109445 -867.2155900228474 -852.3869885263538 -595.7103513769415 -560.6181937058942 -427.7415982986308 -620.9824430203757 -424.23485507399295 -614.6224802262464 -390.4353769775798 -584.9952777665322 -386.2356092100342 -580.3843272104906 -386.328235590374 -581.7748246577993 -387.1561855819013 -364.45444733239134 -629.6570817136615 -635.4669462168952 -670.1400254193671 -672.0560443631997 -669.6067857522892 -673.9517689973613 -677.241975035607 -674.5032506076925 -486.92821018665023 -372.7829818142018 -561.800863512697 -387.9007984407057 -582.4535039302436 -384.9090876761405 -581.0293813295579 -387.7357674898964 -607.1667243096316 -410.30078573989965 -605.3966308161446 -410.16201486721855 -607.5449544591474 -408.9310893486468 -415.7330053923015 -807.3396957455772 -1049.9898677792607 -1068.4813055374077 -1081.335527945627 -1085.0648577176855 -1081.8432929199096 -1091.0618025105937 -1089.123605432732 -1088.346190193618 -787.35135816379 -771.9931660772373 -758.3223700456401 -784.336297240688 -776.0510772095156 -775.5254025565486 -706.467592332161 -433.7356017433394 -630.1868371963224 -432.92279214629394 -628.1499671478272 -429.50551276856896 -625.9165727863965 -410.20124859093727 -416.1620012943354 -848.0464085688083 -1082.9336702468108 -1092.2872994444615 -1103.228032655611 -1112.06178768635 -1111.8211681644336 -1122.3225312568943 -1126.9038977790212 -1130.8175259417112 -815.5310064435336 -796.068154179918 -778.084243033266 -799.8270978379835 -793.9134756183391 -791.7526854344704 -725.8284183079506 -442.2158114701136 -635.3071327399915 -435.1034182668003 -630.0307812584726 -434.01349850691474 -629.3674065522799 -410.056620983396 -414.81147269155525 -852.7708815978381 -1092.3203115762858 -1098.3518321813483 -1114.247635514028 -1135.563419831939 -1141.1342243190595 -1156.5628157927013 -1155.0980956968708 -1160.7680042920142 -844.9912153602581 -823.1448585380298 -793.7744491576308 -810.4335297194194 -801.0502647967893 -798.9445936608962 -746.9995301551121 -452.42540091789056 -661.0011548415159 -446.2659192697097 -642.6387857169977 -450.83111785889207 -637.313962043701 -410.1771919495603 -416.2081204862994 -858.9439086171753 -1099.757352174307 -1102.6605730060046 -1118.9929058842024 -1123.4865127353748 -1118.004997235346 -1122.6371809412 -1138.372819997751 -1143.118260260004 -825.6736763942088 -806.1294376158173 -794.3256640655534 -815.0048441535774 -813.0777744801609 -811.7185148935196 -748.8287271639159 -455.757658858705 -644.6868653432912 -480.7141465066853 -639.5263913954586 -440.37631078062674 -638.4634814728473 -410.1837458952904 -415.94760815045737 -852.1280941049918 -1089.7935743133694 -1089.8774631786323 -1093.6253878364926 -1097.7948629547238 -1095.6935773769724 -1099.45212307223 -1097.2592911271402 -1095.6861314149685 -788.0528240422572 -772.9034722301055 -760.7870465662412 -786.1144257962346 -778.4201818208809 -779.359551721396 -714.725145570337 -434.4023980910999 -627.5874019888942 -426.7795292180117 -624.3523594524961 -426.21808304588944 -621.4388895929137 -409.5647411877351 -415.14789700153807 -690.5985387859506 -844.3713043317969 -843.9911155219164 -849.325894408665 -850.4913410369688 -848.1411415883244 -850.2349834058648 -843.6801506472933 -844.324597063033 -844.8394703444275 -807.2809168048599 -565.3051020206233 -556.4166038463219 -420.36393509237394 -613.9008950121654 -418.90534205844057 -609.5638759003816 -385.5651650953032 -578.9879287926424 -422.3840628736489 -577.7600199109861 -448.1635259799697 -578.5474366627118 -449.1045420066953 -388.327813441382 -626.248042373145 -650.663550044136 -683.158648404676 -692.1434891344451 -699.3009581020164 -707.9661845184085 -695.3862643863489 -711.0434089024146 -498.43857160556206 -380.913652608141 -588.1173986538927 -388.3931403545807 -582.1892832589427 -384.8370320621474 -578.5338997567434 -384.6436264150668 -605.2319161632619 -410.2024712215709 -604.7850648578853 -457.4285917172645 -605.7882078645691 -475.2610206096012 -611.7859575898179 -815.0638448027763 -1029.9057449043391 -1050.1262476246625 -1071.3554153092614 -1071.128353372058 -1068.1171733470285 -1073.6578014905665 -1073.6976578968452 -1073.4950424239173 -772.2278907569398 -754.248945313065 -746.675557372477 -728.9458308296705 -713.2112209546032 -709.4169486096952 -687.7881862459654 -441.3379041910373 -605.2008552958187 -474.21826149815456 -605.1159489640033 -475.0738934208673 -605.0107903986705 -474.816433830307 -610.7265873214479 -784.9449036068809 -998.3167833189422 -1033.9324369455042 -1065.8177210209813 -1076.908070581992 -1076.3280575074668 -1084.8376673330638 -1088.0800730388953 -1087.9757447680895 -781.9745062831971 -767.1213925486289 -774.8763969773429 -752.0363032161395 -734.6030406875034 -729.2645275483573 -691.944489090126 -416.846897804038 -607.0238935171956 -412.4659102314572 -607.9037995197351 -411.6180951171727 -612.365804948979 -409.2063278842435 -625.6036572499712 -806.3876204155503 -1058.6746353222863 -1065.1804367275167 -1074.4004765768784 -1078.5416372965883 -1078.194949003287 -1084.867826133067 -1084.1973588950125 -1082.533333690265 -777.010613480969 -762.5877874131893 -777.8795213811757 -778.3693531818659 -775.8380090440514 -775.4903941654803 -707.0643327643264 -431.49490847763934 -626.6659140548986 -430.4005455946594 -625.9753781001167 -427.9062594253186 -623.2896583110788 -410.23221420209694 -416.2299817727394 -860.995137117365 -1073.739319232414 -1073.3201377599414 -1079.661058129511 -1082.53332218328 -1081.467084357607 -1086.1634248686105 -1084.9159195562236 -1084.9266019729446 -778.8823229033145 -764.4286827561122 -774.1770356799526 -777.4188410958301 -773.8818448033876 -776.589570064641 -712.7974705508879 -429.4223309893592 -620.8505431384717 -424.0524520537904 -619.9743974558708 -423.6188028491088 -621.6154718021561 -410.2209537357359 -416.2186614115863 -833.8652813655829 -1072.1295997337215 -1074.3491937317742 -1082.4473673285029 -1087.2422659703675 -1088.588076109349 -1094.071971580055 -1095.6325161062466 -1089.3998785877693 -784.898844801666 -771.3932016616264 -782.6043967719769 -785.9313644296082 -778.862538599525 -778.4467547406435 -711.4532968819015 -431.82085291679255 -624.5530822171777 -424.86289558892776 -623.7777871165221 -426.9992589580566 -621.674634164738 -410.2272968012255 -415.3424886086914 -696.757507675261 -854.8577860281629 -865.9876672696623 -878.2798025087835 -883.1470288266594 -890.1206965786182 -893.7039623136445 -893.0741592234053 -891.6841248295968 -899.3709880893869 -883.6782988969245 -650.6695694812295 -624.013075895342 -447.6791475093626 -647.52094265199 -491.1222467678462 -643.3450163369278 -411.66413630363263 -608.5572542172785 -411.58059727548095 -608.8958942491467 -411.2112979433043 -606.1301725935715 -410.09630851356224 -388.4654982822046 -679.0725766710335 -742.3124347196663 -738.0503872309297 -750.4297638648447 -740.7577463611151 -758.6122308823815 -741.9355937495483 -761.668392164112 -542.8874346636107 -493.56619722863775 -624.6677187938241 -500.6121374276218 -623.3273496712321 -466.4179684850005 -622.9171731078843 -463.26683738121744 -647.2708741076495 -482.33793176955385 -644.2072030215339 -444.9618626931376 -633.5781529358339 -409.4654972823714 -415.3424396725053 -871.7285257866689 -1085.133889680572 -1077.4631932236698 -1080.0515290026026 -1080.0754199789103 -1072.2345829444428 -1075.6931319518733 -1074.355509159157 -1066.7908432216036 -760.4097506735362 -738.5402890994351 -748.092199680642 -748.2142101167792 -736.9595769688026 -739.5442865549496 -692.6175188101022 -418.42172167218337 -608.7010366127504 -414.80077307546816 -608.7662508883205 -459.9481092541668 -604.5076829369272 -475.28466901673073 -612.4581435521443 -829.0934063906118 -1028.5104435908495 -1033.3137186728427 -1046.679381517148 -1060.2154672886484 -1065.0561899772356 -1077.2655748775103 -1080.91860183497 -1079.5472894335046 -775.9293286478123 -760.7507376563243 -765.3931477892291 -752.1927102717199 -756.6388871024254 -746.6425591159027 -695.8488771521708 -418.3649010659788 -613.5462946654119 -416.0170689809196 -625.0357464435234 -418.69898121390185 -624.7939081121417 -410.2637144635598 -416.2708924547767 -849.7774058726427 -1068.39444910738 -1073.5228582044278 -1079.8591542815982 -1085.8792615525929 -1088.3624611889632 -1096.438606893437 -1104.8334704003569 -1110.5278035581764 -801.6741222083332 -786.466945426121 -798.0444317569953 -797.9143930201561 -786.7870009681069 -786.299189629956 -718.9284105479516 -440.7453549634883 -638.8069670225601 -441.8248055018729 -640.7873143777874 -444.8205831455785 -644.2918799145114 -410.2782408443129 -416.2679449785008 -901.512894258998 -1114.1515128651454 -1112.2763674423309 -1092.9767018321672 -1092.550237348045 -1090.550941508303 -1094.464037669775 -1092.0977788405785 -1084.8537006161953 -779.1097321704741 -766.4646259337451 -779.5567246134691 -780.304492163663 -776.6308158099843 -776.5644681529329 -708.0088132185707 -428.6698763617279 -621.872355480131 -424.5741487792189 -621.0879037734846 -423.1761389674131 -617.891683906922 -410.27394300756 -416.11617476218055 -825.3865390825948 -1065.2102439097575 -1070.396919874714 -1081.0710413182255 -1087.2626945719153 -1081.303977362585 -1084.5403733962853 -1089.7409229769771 -1089.5649141909275 -785.8287494844043 -770.712458647681 -784.2633536524337 -786.0580431991721 -778.9295404620216 -777.9375337717008 -710.4371653485306 -433.9557408636522 -625.0259035589697 -431.45644182088864 -625.896064891669 -429.1323680827165 -624.0554455599264 -409.5972249444772 -415.4335460310173 -704.3853484352716 -849.5559926711319 -853.5631010654303 -857.3028104661133 -856.3939119698066 -856.3468219573915 -856.5842969216925 -859.7004142107496 -860.57533785114 -865.257967668385 -849.6260917352274 -618.7701846553217 -563.9178407426484 -427.24325465888654 -619.2148886469178 -422.7293351134575 -615.5291521582558 -388.06849263059553 -579.5141779232465 -383.07744673014895 -577.4534459277387 -409.0364679503101 -578.5093832576011 -449.9160001300133 -388.469152976459 -617.8691609430867 -680.8176227786615 -657.7794878592446 -664.4874331658524 -681.0388576720728 -692.6689259251348 -682.2143254574572 -685.8920616771312 -490.2248855813991 -374.5674163116045 -580.869672316822 -384.7664160555554 -579.6712927388882 -384.76836789141936 -583.1712762844721 -384.764570369968 -616.8605420489291 -409.5607636044616 -616.32198582745 -410.3371443856104 -616.6286453273598 -410.3343430830136 -622.3925713351503 -770.1090997767086 -1013.522096628634 -1044.0453413044177 -1075.639968565211 -1083.307390564416 -1084.031446571007 -1093.0864208438625 -1096.8478170905278 -1100.5956806878469 -795.9360900105394 -776.0870386846074 -781.1993907880945 -782.3373386294775 -773.9478216075235 -773.3921419828641 -704.519943208497 -429.3648733417148 -621.8425590951812 -426.6893565672456 -620.9203933068459 -426.6376281042282 -620.6724246213188 -410.3088168480321 -415.7503507211347 -855.9098745631131 -1076.339573006377 -1084.973696492743 -1093.437417583006 -1098.1988972719798 -1096.4215077708918 -1103.0079894635796 -1108.125818605236 -1104.8812308526517 -797.8314783954692 -778.7750589334693 -789.8948533322866 -794.4683035981029 -776.5540275306811 -775.7579875523878 -709.9236827070063 -430.24595365725617 -623.1831285996184 -424.5736338585394 -620.0230905588863 -421.7382701375392 -617.0562622043306 -409.58642331986727 -415.6232954075306 -837.4790920206868 -1065.2254071507612 -1070.6339101065698 -1082.7523236728864 -1088.955216425152 -1088.4367794805182 -1093.1190526620353 -1090.7482018107953 -1085.2798683212782 -780.2040733731947 -766.0278682253181 -777.026546923059 -776.2556057373288 -773.0035856696205 -757.4686317357294 -702.605892924234 -424.2028597156329 -613.6154227398765 -418.638593950311 -611.1407425506239 -414.4338158220759 -612.5283902022137 -410.20166060950913 -416.3301542402472 -856.0306326194914 -1057.2412906743805 -1048.6529337764189 -1057.4088653092667 -1063.2855802628026 -1058.7342753625655 -1077.9553074026176 -1074.3160243702218 -1069.5122578795665 -764.538181664572 -741.7081637107044 -748.8147281783181 -749.4067168056679 -742.1026198276543 -742.0620682681158 -687.8162421406452 -462.2196740447688 -607.1148186039359 -474.6300214716871 -605.8436916480832 -475.18028591886304 -605.9487676172023 -475.086081700491 -611.8378455015016 -820.3088763475022 -1031.9841193939692 -1043.0349602330953 -1069.5491421265515 -1077.589790165992 -1078.1549402254698 -1087.550670276293 -1087.416057161797 -1089.377436760718 -782.7023369009075 -766.0989648082938 -771.3872704264501 -764.0151731354719 -764.4909124387095 -766.7452705904956 -703.1769039523217 -427.6701770818774 -621.6640954631864 -427.8896719229636 -624.4395840910175 -427.8418762364176 -624.6313457185397 -410.3204396114591 -416.33885383101256 -713.0769790697842 -857.5410997166258 -866.2144674101119 -868.6210770761381 -874.191531044042 -876.2122457067114 -880.454625119592 -885.0261423285343 -888.0209167941172 -894.2644998920348 -875.4402954814697 -647.782039948602 -588.7046625731292 -446.900579496088 -640.1234433304448 -443.42814398373713 -640.2237406766423 -411.0965099366821 -608.5415341533478 -410.74294904251343 -607.1556864460678 -411.66537480771854 -611.9421118197105 -416.41176271955686 -388.570500669931 -679.0282201356346 -747.3662304687698 -733.3316475283581 -738.5154594468552 -732.6515742157709 -742.6956342310717 -732.4506827917194 -743.5477044646212 -507.8595917249051 -391.7549088099725 -603.2411688092571 -406.5663067388638 -595.9073348482656 -399.3935927727678 -596.513789375114 -399.4821440339403 -621.6988773670079 -425.6767528938837 -620.1370285078907 -421.7628358554279 -618.6980611950179 -421.6579114338575 -409.8510941671311 -415.795782143193 -814.8706831175747 -1067.7551830399077 -1067.259241741569 -1076.1963290349672 -1076.7716886501794 -1073.2915813546408 -1070.252671069633 -1070.64467844744 -1070.0392356348266 -764.4888075875472 -770.1280681521937 -761.9693805862626 -763.5297865526381 -754.1804999043011 -752.5384953238079 -687.8283475173831 -413.8588269316497 -606.6821460865831 -475.0504691739168 -605.6032304701321 -474.9123823438303 -605.965056872915 -475.2714655191326 -611.8890308942791 -803.9527234763807 -1025.1843946286122 -1026.9000372139656 -1031.1644038555323 -1050.6017554385442 -1039.5956723652073 -1051.068027383905 -1057.1619202074564 -1070.773310183337 -758.1897854912587 -765.2753701131845 -754.4085277394466 -758.2627553699614 -752.9402339841635 -744.8965666268183 -692.6269253635958 -419.5433320921841 -614.0059650404802 -418.1240143886545 -626.585314269864 -417.481637972461 -624.1577354305091 -410.3745455863685 -416.3347894759063 -830.7968894270068 -1063.534010215423 -1050.4700964964327 -1062.1792655059992 -1064.3525042950923 -1068.472968727262 -1074.28268745144 -1075.3885609412982 -1074.666774164216 -766.8536760625549 -777.0462621325049 -766.5672317140675 -768.7151651568614 -758.5793066467974 -759.7316356220159 -693.8891038408351 -421.1257105869697 -611.5436104606316 -463.5913317702988 -610.8581302922361 -480.3060708345103 -611.2649370996804 -410.34814727600417 -416.3777744007008 -828.4215435883299 -1066.1578240247363 -1061.6659126511536 -1072.796343849714 -1076.547404737115 -1073.9672020943356 -1082.2435107199024 -1084.3147955488414 -1076.6476988810557 -769.7097101550919 -781.2943411224007 -770.6209426204449 -764.6889125125583 -764.0184639439472 -768.1417431745567 -704.7368018272789 -429.23602621545217 -618.944167457641 -424.4168033778223 -619.1648973067133 -422.5734672016935 -620.3026371007361 -409.9972289333653 -415.9591767410791 -849.5456078243236 -1086.4943165690972 -1086.2477560482566 -1093.5700747964431 -1080.517244944017 -1073.6468844158298 -1078.760095099869 -1076.5941524049108 -1073.739122502497 -768.6118319210705 -777.1087683399727 -769.786757774326 -772.9127688652262 -769.9899662122785 -770.4022473607702 -697.9001236376641 -422.9446070251428 -612.808541699938 -416.43153682636125 -614.8008813777844 -411.7078872419777 -617.0821279412621 -410.3884193938701 -416.3622939481868 -662.2914019983021 -813.8068700354597 -824.7013011996415 -831.8396777148816 -843.0871587495756 -826.2821451243532 -829.7745225990798 -825.6882278781343 -824.4943128629156 -818.609125156362 -805.7653677981793 -562.0409561205537 -528.00703825326 -414.3502033846793 -612.43795126845 -413.5409600623496 -619.0558578771219 -382.04179308317566 -588.0653300991191 -382.2339378270986 -588.3578048533078 -382.37093676167 -588.3582970180571 -384.8688696879493 -573.132679211431 -630.8373500962674 -637.1739166040956 -649.0071362080955 -660.9517252884904 -677.8558706006536 -690.1924426087238 -702.3012529571679 -699.1641311489728 -486.14614765958606 -396.7969557720974 -585.8827592209233 -392.5197489330562 -589.2976726224625 -391.4812583368858 -584.5483046474274 -388.6823868355387 -608.0926446756148 -413.7242002451199 -609.8418488964239 -413.6111220645183 -606.0806509053881 -410.4259033084349 -416.3532370461313 -823.1217654082753 -1062.748137974674 -1064.1043975925193 -1068.6860946164863 -1074.327041391593 -1066.636579672689 -1071.4233057181227 -1069.8516603804208 -1070.394306709435 -761.7217726403052 -771.19782153512 -760.7402701825271 -765.9349890387302 -763.1658138839523 -765.2218686133978 -692.8633366810928 -421.85451047520434 -611.4284030291767 -437.8394733407306 -609.1735444191294 -479.9209847619034 -611.7528043900905 -410.1852017596597 -416.09720459862046 -833.2476225279618 -1073.0474687540468 -1070.9730628515056 -1078.5209600120456 -1080.4749057531717 -1076.210341478911 -1083.344794419545 -1084.9415641449907 -1083.06588983903 -773.7184090032969 -782.4442452379872 -772.6436770794904 -762.5827740644389 -756.1105682004967 -742.1792742499074 -698.9093737918794 -423.1860865095384 -612.0889717064408 -414.27760562778 -616.3871614092465 -410.4191313567016 -617.1677961929074 -410.4195522483878 -623.0368671734961 -744.0015432182008 -1036.686245370442 -1051.7702897540569 -1075.9717730747034 -1082.9032898958717 -1084.01827717293 -1091.6570495315168 -1092.984494696624 -1090.4153010555206 -779.878353071581 -783.8739051204714 -773.6515729851867 -775.3041385326864 -772.5044609748221 -772.6303727116709 -710.4957315371623 -434.4324681794388 -627.997881972248 -431.1624917891257 -627.4994863287608 -433.514074835683 -628.9981307341377 -410.41357933743967 -416.3573719963894 -850.5665242618196 -1087.5079360486495 -1091.7654638677957 -1099.1646055289857 -1110.6000803481386 -1113.7360263245275 -1109.6666341073797 -1108.0214337666785 -1109.0944994085487 -806.4182318162686 -817.8127796629138 -781.9958205098686 -778.7023132429548 -769.0672602720551 -771.5911593354858 -697.7688458548835 -423.2927934716959 -615.7636390264815 -414.04502349884734 -610.0303181783165 -420.1459015866601 -608.3440935418271 -410.267583620647 -416.24538802956846 -822.846926278582 -1045.1293766409624 -1030.815699261302 -1040.8345576571696 -1050.2741107566435 -1047.1513365436626 -1055.0172053830045 -1063.2960653291186 -1054.8822953686715 -756.1652317494213 -763.5217971384692 -755.1629460685708 -762.2662953106953 -760.8932839223972 -761.1325483293065 -688.9825218291608 -466.6480391511488 -606.065337875174 -475.1922289262684 -605.7848380603476 -475.25566387240815 -605.7221581463581 -475.1664607225946 -611.7172153997745 -642.7443661502972 -799.4829235431583 -813.5840162114463 -830.0269189104133 -831.4715511882575 -846.1506085829136 -840.2384376225879 -840.1256934665236 -840.8131005138754 -832.9598707077098 -815.2644745298751 -557.744357668801 -534.9363804147341 -413.4078047519269 -607.475677867281 -461.0205211350359 -608.291547573909 -447.13751874651314 -577.3366706748458 -446.9956742435989 -577.3212572043623 -446.8963528426536 -578.4517176609701 -449.2447690288036 -562.1679901944758 -667.9749086630924 -636.7386147991717 -689.1774786504311 -661.5985556925889 -671.5395400874608 -682.1958649226613 -680.0202224013815 -680.9687517742306 -474.7327032762109 -394.7763462558471 -582.5938844290935 -452.0932690531561 -583.1936705806387 -451.2696831619968 -580.324861311159 -450.7911853367386 -609.0335734351096 -480.1556179032681 -610.5451548433808 -443.8257385251335 -606.3360847391375 -410.4232865480813 -416.4514205217324 -822.1851382909248 -1062.4245997329638 -1062.581866601555 -1068.6452514368175 -1075.242107943508 -1070.8058240642538 -1074.967835216885 -1073.4993917244285 -1069.142056273553 -763.201414182194 -772.8176402684406 -764.6323751294597 -742.9385790335459 -730.6924999411681 -726.015585267016 -683.9163199866426 -454.6958910999633 -607.1619436750827 -475.5584947846941 -606.2047236765673 -475.5205586991224 -606.1330271105841 -410.4294895526665 -416.415359593676 -816.3236165021851 -1038.167570825743 -1029.2961787046077 -1045.9746402558185 -1053.1536763750744 -1033.560332472238 -1039.6757064212516 -1042.4644950405632 -1038.4135687076932 -725.6352873834826 -740.8594640969799 -724.3215079537173 -729.3269100862409 -722.565218550939 -725.065701003209 -687.1760340775808 -412.9475255339484 -616.1950918255556 -410.4517325995136 -617.0367877154692 -410.4585625345735 -617.1009986723541 -410.4601654856865 -622.9735045649411 -760.3370263445523 -1013.7626321260644 -1014.5644086227716 -1018.6905137104576 -1029.8556503448178 -1030.5764750522465 -1039.0822963909104 -1049.3638046607507 -1041.639987933717 -726.5595978502229 -721.8310178178915 -699.3082819775846 -700.3985825246529 -687.111838797398 -686.9192570730534 -686.3198720245654 -412.9368934748607 -616.0948888693198 -410.444176959753 -616.098161222184 -410.4463392650211 -617.129109753724 -410.44683947118943 -622.0868575321759 -751.0779126331769 -1009.1017941363024 -1012.932769889506 -1031.894956741252 -1046.065242892052 -1038.2232929117322 -1044.371094289925 -1043.150655783512 -1043.3008788679217 -731.6172539266687 -721.2009849051394 -701.0997890843806 -703.1115112853325 -692.4025543745507 -687.6207754031649 -686.2740250553297 -413.0726485691867 -616.0105999881733 -410.5993562111034 -616.8381785842844 -410.6050406001777 -616.6910298586727 -410.60273955035495 -622.5953624503154 -725.0852398884302 -980.7330719285636 -996.6786172513908 -1022.2292827962168 -1054.599203141138 -1053.2152063538026 -1072.6756690723262 -1075.9835880532298 -1068.4458038006185 -740.1166459766768 -726.8421119808878 -710.3685764113865 -708.09919201382 -697.5947065182643 -697.588345116961 -685.4388730331865 -412.9596111312164 -616.1605364159203 -410.4695690021944 -616.845475972842 -410.4693683083928 -616.9016266786961 -410.4668385470324 -622.689177367375 -591.9713624112031 -790.238589249651 -825.2603303130949 -851.5074440193347 -859.7978903586064 -863.5691184691912 -862.7216514067311 -867.8924600215702 -863.4547587163611 -866.7814092293828 -870.7735865213419 -624.6546966132003 -545.5179220941005 -428.1010651190096 -621.1486239109921 -426.5756299922571 -624.1166398631527 -397.0213856745371 -592.058936324512 -397.9094686581224 -592.4118838294058 -398.01461589220617 -593.699823876387 -399.1348325342219 -366.4010487599155 -662.8621440322482 -704.8085918611534 -724.7621737970986 -726.0526552518654 -733.5066090280783 -731.5756506835822 -736.2051453758461 -729.5413378686596 -551.0466913712006 -418.7688342275945 -608.4031442091198 -408.4532825526034 -606.2340669039432 -407.2928130838839 -606.7714948113141 -410.0681914027588 -635.923027467165 -468.2084487183301 -635.2840803897253 -439.7290996735807 -638.5489888979429 -410.6760298089882 -416.6474183448895 -869.8927309589545 -1094.5697100730963 -1079.0400945177958 -1093.0150507823166 -1098.3631351509955 -1088.6031975191966 -1088.644325227953 -1086.2296786001189 -1083.5509450918507 -776.4074713846427 -784.6191136230564 -777.7770707921451 -775.1662039019388 -770.5244933832606 -767.2992648710897 -695.5049816859174 -420.84202046903 -615.3185519614126 -417.2868056825905 -615.6497952457793 -417.61522878766414 -615.4087960039878 -410.7318709084443 -416.467546934959 -819.4792408959463 -1033.1667070965882 -1026.9017927276354 -1045.7780572497024 -1026.0900304449044 -1021.6593069513476 -1031.5554676365257 -1035.182570935715 -1035.213428573766 -723.580914170113 -730.8491774513424 -721.081907845663 -721.9270771333248 -717.7045992097242 -718.0602082491881 -686.6085173037466 -413.0028035724673 -617.2882013805862 -410.5112628327977 -617.1123290655465 -410.5117143314904 -616.8538424503103 -410.51627640747046 -622.7427571550716 -757.7720661085027 -1014.4659316960632 -1015.0960900269288 -1027.9029462804797 -1029.6067685488383 -1034.289095933471 -1037.4336348480488 -1036.5248178607224 -1035.1944783451272 -732.1331205705777 -736.4926289501713 -726.4219410812891 -723.748242285435 -713.5395164996751 -709.1883317865762 -689.5253053408869 -413.4220949489407 -616.8790375062717 -411.8700694006009 -619.1706895637044 -414.0832936959431 -619.6610231994249 -410.5627253131587 -416.4972448503382 -824.1364288797577 -1059.9402289772218 -1060.1127867003404 -1065.217473375723 -1048.478940300186 -1043.7719943097868 -1045.1832661108651 -1044.6675832158194 -1044.5754040923166 -740.7602076001972 -750.534166454244 -728.7799456675518 -737.7378259750694 -725.243329617854 -733.9923663721072 -689.3042841359384 -465.140731050126 -612.1916622656735 -483.08607262483343 -615.1559443566453 -485.56932281483415 -620.5348702325954 -410.842441619158 -416.7726401051546 -862.7539300166247 -1084.5849671471224 -1085.8938057107982 -1092.517322294419 -1093.7124206343262 -1091.6144106893416 -1078.1942511418376 -1072.412779690995 -1069.5056561981753 -762.5706103606398 -771.7091058390085 -759.2948047304789 -762.4480088007114 -759.0281796108964 -760.6522423585484 -689.739704473283 -459.0319189730027 -606.621598492238 -475.80308429506056 -606.4411576403556 -475.65667813675054 -606.4535147106876 -410.846224295916 -416.6061219568001 -686.258894158218 -817.7789038373563 -810.5713339375295 -808.4535049952391 -801.33800075312 -806.4955836989523 -807.3844896569292 -808.8438481896142 -810.5431418578329 -810.6308166467722 -789.7282508658498 -560.1022089169905 -519.0706062305372 -477.9189479064566 -607.76999410602 -477.71870555840815 -608.267031480858 -446.85220668759126 -578.4406850957732 -447.0571899183473 -578.8377592263338 -447.1551481166885 -578.8035544978301 -449.5841744130299 -584.746694614777 -660.6736372259074 -622.7188521105594 -624.409534003267 -661.5699690535272 -618.7131259450205 -616.0173791884039 -654.5461308337266 -621.319631039414 -454.3108759456988 -392.66133742319926 -591.3415837535117 -384.968654751287 -591.1891411469885 -384.9688671138941 -590.1865863600083 -384.9680098921056 -615.6254117321049 -410.5304459126612 -615.9858180524959 -410.53009091176966 -616.3226851138628 -410.638016462417 -622.3238368408163 -752.188937569102 -970.6380554398492 -972.9687338191436 -983.5618290395726 -992.7327908532784 -983.9755102745148 -997.687006545744 -998.1651133167784 -995.9763842044684 -679.023874010029 -683.9091253153601 -676.1121385038883 -684.006059240193 -679.9596436768242 -673.3347006421616 -686.7881524060147 -413.0268586643834 -616.538818178629 -410.5329870577843 -616.2846247847548 -410.5365174574212 -616.1106508780605 -410.72656596352107 -622.4368480322895 -747.8336112758025 -965.6177587990562 -960.5178455956848 -961.7009403670346 -962.2756613646992 -958.3035555682936 -963.3992813320652 -960.9951457916832 -961.0182303484868 -661.6933403449658 -671.8312311504164 -664.2244666074961 -671.6119261810253 -666.9467467711526 -669.8985702407739 -688.1080449013897 -413.03832801811006 -616.5115120134011 -410.5471886530741 -616.6165107945494 -410.5689725078322 -615.1728706253114 -410.5629227243585 -622.5198563974644 -733.6235434706291 -949.3189795858536 -947.6931230753842 -958.3426290914632 -958.9198940610862 -955.5341587111856 -959.7396598019784 -952.7982263234592 -946.8154924079666 -652.6350891418235 -658.3755923098962 -646.0695381917567 -648.6700186457858 -645.0520472712836 -644.0279717863407 -688.1715289011792 -413.1421620643829 -614.9795808171818 -410.6393721984495 -614.8285211306058 -410.6460592092072 -614.7657758588032 -410.6579785723907 -620.5452016100804 -690.2732689738849 -927.729807014616 -929.9033795979652 -938.7460881640048 -945.1261897179292 -949.8124077400892 -957.7909158884688 -957.2845812558804 -949.3654022260404 -651.722933725562 -653.4433411871183 -635.3917361404656 -637.308123078727 -634.5984653731846 -637.3465918458483 -688.7809961781525 -413.5876489093847 -616.4819489785676 -410.6240849315769 -615.0168716814137 -410.6449454435868 -614.8404790303197 -410.6533317158024 -620.5599442995482 -684.7881943998069 -926.7862049067136 -933.2393576925244 -942.1856217992828 -944.8642658859496 -943.7344838710396 -957.1449010256958 -960.8972975782772 -962.5395499834544 -669.6789437034691 -681.1692003607998 -666.430011947234 -670.1657133118542 -663.7372764991004 -668.3104932871996 -691.5170346875394 -413.6044688581564 -617.3292744566028 -411.0492852693059 -616.4049910209495 -410.618006989583 -616.281854822047 -410.6162604959557 -622.2614673377662 -622.3595190052812 -759.0885819952852 -763.0016532623863 -756.7831275575164 -748.807628129872 -739.6078436257679 -739.1084647542237 -735.0004860541728 -725.1734847938455 -728.7616284725746 -757.4945390505667 -461.9203232120455 -476.9047981109744 -583.0370903644824 -476.13746372256327 -606.8123107880617 -476.08626257187416 -576.164012488194 -445.1640086719395 -548.5776775667966 -444.5220979901349 -575.7644467250352 -445.4784505136343 -497.4221746736496 -451.6823781801418 -538.7215615946961 -597.9747419113934 -537.537083493931 -603.0662849878496 -538.3786245619206 -602.4096619225849 -539.1329142179383 -606.1117261168865 -418.3640881225394 -456.118976284406 -579.0211267586976 -447.92615079607526 -550.9063431890336 -447.4869093318253 -578.4241447454001 -447.4057303982942 -580.2815122281922 -472.5987002122866 -604.0866479363548 -472.8572105248149 -603.5309388597221 -472.3324561686736 -609.5225218889293 -746.4317477650383 -924.1052084447226 -920.2275389734637 -925.561798173624 -928.3358580873576 -924.2594031361566 -930.5338893908934 -929.0646946957004 -927.501104777466 -630.4132889259497 -639.4078417415334 -631.6488329891292 -632.0712401526139 -629.0400904958002 -632.1492229291558 -687.7240744782956 -413.20979519009694 -614.863366689922 -410.713671247454 -614.5658212069573 -411.225336513642 -615.2185215773186 -411.3087904938323 -619.6923931103511 -683.8201019500525 -926.3970192118038 -924.6018445148162 -948.5475812921408 -948.028883855939 -949.0148700458332 -958.626187504643 -965.7680133287728 -966.766977338905 -691.3467072949138 -706.9489904502011 -693.1549591547189 -692.1121367922257 -689.7704227115663 -699.9837790710333 -688.270018514485 -413.3767813723323 -617.1899416784306 -410.585094674694 -616.8697017895407 -410.5913203781874 -616.8416102746381 -410.7243102662554 -623.4482688446631 -780.1353182370309 -1002.7141470416389 -1009.5001090018488 -1015.1772877781648 -1019.488296949036 -1022.2777404350936 -1021.00453311131 -1020.3544841317528 -1020.6450880761058 -718.537293998557 -733.4821704407697 -729.8607905080867 -733.6989680374326 -734.2782772101837 -734.9350448274939 -680.7284397456241 -413.0758549538248 -618.4343256157127 -411.2558088872653 -618.3922979355065 -410.5825608745693 -617.9441759675133 -410.5838339434071 -416.6056103436178 -844.0521224664192 -1057.96251406306 -1053.7244683693496 -1060.421203462215 -1057.058361823819 -1053.265971360372 -1067.1067352664702 -1069.2528706185246 -1060.4566801046085 -749.2880865340636 -755.5737790129866 -741.9202625419515 -731.1759129971755 -721.4184964058181 -724.4512175495224 -682.7702044137108 -453.9097927217982 -605.7650279007046 -475.79778354729694 -606.4788736042552 -475.8537709447592 -607.1809961146192 -411.3368028222737 -416.804993985462 -830.4650425797595 -1028.4655673393731 -1021.47928885178 -1028.9035475976975 -1031.2321342670443 -1035.62797859859 -1040.3970153659925 -1041.0127657426103 -1039.079700508234 -734.1998267339817 -742.4118944495837 -725.7336523017281 -727.8212908996273 -722.9589664210249 -724.2017531265461 -685.4158754814315 -466.6648270062959 -606.045680082032 -475.5565733640561 -606.3446844049199 -475.5117849098329 -605.4990877245467 -475.452175067204 -612.5239699659351 -663.284748227539 -783.3096862348725 -792.7848844185932 -815.5869403832859 -835.7377454544336 -846.01133303728 -847.6946013755014 -839.7724048374155 -833.746856488055 -824.9048519216915 -811.3918219238077 -561.2386674113334 -526.0774077017729 -413.1734098358367 -614.7131965960905 -413.8666342278163 -620.0561775522779 -382.98022309243646 -589.3633518215978 -382.6290740501064 -589.3862602124144 -382.62177462073646 -588.1300927675616 -385.8755583873824 -594.8502698388265 -617.5801329129077 -659.5236945746118 -625.1121317015885 -629.148051750982 -632.3589749896854 -632.0105795682234 -629.8176698210232 -627.7260207825561 -456.9038037165813 -392.3016929444379 -590.9111266260016 -385.12620266431406 -591.5777726674308 -385.4511580936035 -592.184557347706 -385.7995690533384 -616.8514690351542 -410.68531932983865 -617.5520322637465 -410.6894956217766 -616.5765717912819 -411.39050443191576 -623.5279315550699 -783.1850795113079 -1008.0901311640824 -1006.906618059702 -1015.3727310483172 -1021.0810806043764 -1033.6040956548163 -1029.1953524924672 -1034.0946442501497 -1033.6235020171869 -733.49977938356 -735.8118929668748 -728.7967009369642 -725.8541075245737 -721.2220713712537 -723.7307864277262 -683.8343190430057 -413.1040017248377 -617.364511176762 -410.61222261403 -617.7696111049698 -411.4266928237574 -617.4957495703836 -410.6097997876128 -623.0041128003897 -772.1171872225891 -999.137696165994 -1000.5536466991836 -1007.7640558976632 -1008.0895192435432 -1018.4418494477904 -1024.0555320286426 -1024.229145473564 -1021.5375899173916 -716.2372253343357 -717.3685461666014 -710.2772482772699 -719.4976388322733 -715.6744620806508 -715.3556452386233 -684.8267338520129 -413.4847211292455 -618.2275978543395 -411.2385577408175 -617.2073150103303 -410.65078943310334 -616.9715313222927 -410.6559177425872 -623.1121756646838 -772.6548628637172 -994.697674694656 -1012.3726113233176 -1026.1549828525667 -1023.6997348471436 -1006.519701425185 -1011.5506574815914 -1012.3183150955184 -1047.5819962524442 -742.0761337688189 -747.8933392207572 -736.0548838738711 -734.0449130844003 -730.9279549497602 -731.1314903910583 -690.577991807725 -413.7443362169717 -617.8072779906225 -412.4641858101021 -617.4880029360988 -410.64850941471127 -617.5870307969354 -411.4955757940807 -623.579440967313 -774.0274363441383 -1006.4470495121144 -1007.6611142332692 -1015.3456598100524 -1016.2111323011536 -1012.8464555971736 -1019.4868292444858 -1015.1710824023844 -1011.9141667707448 -705.6718201655362 -710.0780254967624 -695.2109302237599 -693.76303648873 -690.2216575775227 -688.1565114566807 -687.6149106423887 -413.1690696220178 -616.550592063894 -410.67979607591167 -616.4226102722123 -411.5638875630557 -616.8186870501501 -410.6853139658431 -621.0463053265978 -736.0680888931115 -964.0118988591838 -969.899564519198 -983.9920608502898 -984.8104738530876 -981.9452925894884 -1005.0503015388524 -1003.9067950986037 -996.7892763275192 -692.2654548745269 -698.4803626535812 -690.1603739579737 -688.6099688130553 -684.6475575070532 -683.2195095083748 -688.3397082019012 -413.1255760364836 -616.5810157390611 -411.2305227633447 -617.2380222480846 -410.9073991547602 -616.1979607503729 -410.6322976054004 -622.3377079862997 -622.6681426086471 -777.4730228463931 -784.682171990296 -796.1264944300506 -802.6920154916 -808.8436846073349 -817.1487779917213 -821.7581945363386 -816.487738793915 -823.654354874402 -802.8695515082413 -569.0416642594065 -530.2614232922159 -413.1475202561329 -618.6868294569905 -413.5468418055759 -620.3748947991729 -383.07070143823125 -589.7130020416272 -382.6043912188837 -589.8240149634964 -382.73726013226513 -590.3729447595712 -385.7873088411411 -595.5350712365074 -623.7220440459724 -666.7471578201083 -633.277030757756 -641.185938868493 -651.3013092454587 -657.7796699131239 -660.7154354745869 -667.0510518237932 -470.7222600745723 -392.1958120369187 -592.4910859656526 -386.0019858646952 -592.4063306146936 -385.1191083571428 -592.5085809690682 -385.1241433113295 -618.6043568374956 -411.6211805855168 -617.6422905968528 -410.6844714433844 -617.7656515403831 -410.68947110210735 -623.9447482537588 -763.2197255656926 -973.2610558452578 -962.4802723027128 -967.8291073222124 -963.82874571793 -955.7223305340568 -960.0179981270186 -953.8784083683844 -943.6960918650818 -644.2496557007051 -644.8414380179723 -635.3269159539572 -638.4345298693173 -633.9727125388082 -635.2336851283771 -688.0133522131058 -413.296793795644 -614.8581133694195 -411.80934479150096 -613.8709812957475 -410.84404195953175 -613.6003555264326 -410.8665800098474 -620.0847672147822 -685.6842158719361 -916.5379553263426 -921.3571831779396 -928.2537750122962 -929.3732479243512 -925.9703868151984 -929.869819570241 -928.837283956201 -927.5114864601744 -632.1465344029597 -642.177580253745 -634.0485141696792 -637.2914041543211 -632.2716877524288 -634.3718474690021 -688.005263712838 -413.3217098049447 -614.7808113047847 -411.8273406294954 -614.1051957205069 -410.84886112797017 -613.6222875957451 -410.8465163229489 -620.2332129205203 -685.5548172204054 -920.900930722021 -922.7964514447324 -929.4959203621278 -930.2198493006296 -927.9688351231464 -936.75276485853 -935.1901939463772 -927.5940354133606 -632.5891985989115 -643.4172562004607 -634.5967260166678 -637.0994723962029 -632.7346797934498 -634.9830734228276 -688.1610641843907 -413.2469583998529 -615.3847749567033 -411.79566476983854 -615.3001409881731 -410.7665252950424 -614.7072013210791 -410.7926510513941 -621.1012594630052 -685.6611935983973 -920.0540811072492 -921.9584832399267 -928.5128728532331 -929.1332038150432 -926.6072847657848 -929.4728607789084 -929.3245348704046 -928.0914439085868 -632.7634739126537 -643.4477827808779 -634.7132184152013 -637.492055902836 -634.0069873276392 -636.532439308422 -688.1600998732627 -413.2527812713586 -615.2064358680742 -411.8137285825371 -615.3992613376988 -410.7352624400586 -615.042879424806 -410.7614373943279 -621.3548054244651 -720.4926172562743 -934.807174846956 -938.8528998852267 -948.5584879015468 -957.8629662980104 -945.7606120232024 -948.2744463749444 -966.3370522325906 -968.6760952514647 -674.1683609810608 -676.6577035800283 -667.3088927228467 -674.7961695136343 -671.4710814958237 -674.3996863780612 -690.462914788675 -413.1705090560529 -616.8263616891372 -411.6151544929223 -617.7874782685418 -410.6831729288486 -616.7053674679521 -410.7039359404545 -622.9798294095264 -607.4001892775848 -766.9344419524804 -769.6877060265509 -779.924500100333 -778.683957184401 -783.7777543804172 -783.6130603527968 -783.1357126490825 -783.997879366536 -788.9914745712772 -780.1287066916077 -570.5895040230588 -526.2733668511777 -478.54003216368585 -609.0872821237795 -478.1514225746376 -608.4870386714375 -447.0932181621118 -578.5895123193596 -447.95942597599 -579.1320156119599 -446.69877582513845 -578.5206629437735 -449.1465358703592 -585.3797211907639 -636.9994623050209 -603.9168793089862 -649.2987695766886 -606.3146786821418 -649.8885652091993 -609.933574908965 -636.3588858334222 -609.1849160550604 -470.7102803913903 -392.592047209754 -590.842507383612 -385.2035613864453 -590.9523421105888 -386.1485184974768 -529.236939851837 -385.2297783691529 diff --git a/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv deleted file mode 100644 index 0b424ce..0000000 --- a/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv +++ /dev/null @@ -1,8760 +0,0 @@ -0.42674193956572143 -0.2773337090818433 -0.42676008876900284 -0.27762936141938543 -0.4279536658690294 -0.2775060501118691 -0.4290271408926325 -0.2818469405653757 -0.4786584585285311 -0.4453452280512441 -0.4784774007760853 -0.4478397521598899 -0.4480719614338102 -0.47992236877185784 -0.4513852908644391 -0.45351382342480534 -0.34824187127052153 -0.28520875798194667 -0.42858807934915855 -0.2791040400109613 -0.42865533712403164 -0.27934005475304474 -0.42954145816741474 -0.2793538902674347 -0.44700682184542295 -0.29763833916169324 -0.4466197626745689 -0.2984549728548107 -0.4477755147685941 -0.29762358873087574 -0.4510262940730166 -0.5509009499007308 -0.7117181738022325 -0.7122631907810169 -0.7161371536134775 -0.7211020360683038 -0.7168227417400833 -0.7210950852194271 -0.7195647960411216 -0.7185867829999487 -0.5050968960225442 -0.5091272989311679 -0.5030049242873788 -0.5026770413558549 -0.49615789412555533 -0.4974280393632338 -0.49552580154203224 -0.299528408054604 -0.4478307907895519 -0.29798854060566954 -0.44683121413907967 -0.29763738580354016 -0.4467174127030912 -0.2984905121199108 -0.4512547456608764 -0.5335654382515814 -0.6883592837877601 -0.682872609763213 -0.6905572840195834 -0.6914239348581245 -0.688710890506242 -0.6870844492141156 -0.6846393575983888 -0.6820408182448556 -0.46579936339343475 -0.47125784719419955 -0.46397335605978296 -0.46253049949491737 -0.4605551036096777 -0.46184593645324035 -0.5012141497959055 -0.29945639682620867 -0.44668698294617853 -0.29826016085507273 -0.4471641035059488 -0.29767342923920015 -0.4456509553204933 -0.2976930587389548 -0.45052599957694606 -0.49668588991893264 -0.6665887135559369 -0.6700441042490667 -0.6814567216041817 -0.6872576454664622 -0.6819696661593754 -0.6915621255275034 -0.686648865885481 -0.6828652773912327 -0.4660664472452637 -0.47322683377800656 -0.46453010224139724 -0.46711339045581685 -0.4647493176456914 -0.46497652621647517 -0.5008833272330352 -0.30024145257554546 -0.4470293531799227 -0.29763225323751097 -0.4464358686208295 -0.29773011820511197 -0.4464843992341599 -0.2979992236249101 -0.44992320831019145 -0.5214994449013155 -0.6788600387044719 -0.682996626315372 -0.6966013300053877 -0.7045290590169373 -0.7045458690983242 -0.7039753262729302 -0.704190921624669 -0.6954189061754881 -0.4760808818244129 -0.4779369152107648 -0.46391196583046307 -0.46264624212279226 -0.467577792904649 -0.461753186176613 -0.5010711619264431 -0.29949414176511113 -0.4464907321457348 -0.2985710709188454 -0.4460802966359316 -0.29769755665866376 -0.44532236748243476 -0.2979106927147742 -0.4503599979632778 -0.49616533608019614 -0.6678956959223877 -0.6739491156489598 -0.6887294493495796 -0.6979128070597049 -0.6995710399449867 -0.7063213111969099 -0.7106167746085902 -0.7110134939851361 -0.4877546242131776 -0.4900440873619277 -0.48376379204912096 -0.48977032013192306 -0.49638306782393227 -0.49698646920812223 -0.4981414403117154 -0.3001501016283107 -0.447335155751185 -0.29760678256868545 -0.4469809324620923 -0.29772132455734307 -0.44757823115613743 -0.2978878938754884 -0.45102182098860527 -0.4593342291850683 -0.5727870079938818 -0.5669413203804513 -0.564732381966574 -0.5598955656225715 -0.5585935191154024 -0.5617305906292653 -0.5556057054606073 -0.5549225705303659 -0.5541450853114492 -0.5674611033060709 -0.38522570352208285 -0.38614087683376047 -0.2994585243435948 -0.4476610297527748 -0.29992167937796793 -0.44803151939276714 -0.2773301019125027 -0.3813150308426609 -0.27734645890869086 -0.38201498676432155 -0.2778642088616306 -0.39517993979382504 -0.27917212784294226 -0.39085296844851 -0.41177575788448434 -0.4365971630281234 -0.41883811187917663 -0.44739120780538616 -0.4272360060534769 -0.453084783829014 -0.42442198011948346 -0.45580496125072195 -0.2717871361798746 -0.3651995095416934 -0.27918693128224675 -0.4273463334811677 -0.28007014520178186 -0.37649493335906314 -0.27918352369371513 -0.36891197458977504 -0.29806705436323755 -0.446393241521923 -0.29773856484440664 -0.4446838394613782 -0.2977190809799222 -0.44575039297240676 -0.3025604625899983 -0.545065510936715 -0.6738658949441243 -0.6703718169561351 -0.6818783193587886 -0.6843825102436999 -0.6886978654832182 -0.6916942342975461 -0.6901592961178831 -0.6892730723560582 -0.4724619945525169 -0.4736767682727836 -0.4643915968848176 -0.4629223200871071 -0.45962777042652764 -0.4605589141259269 -0.4987335586844538 -0.300138754309377 -0.44631129171450706 -0.2977222380863318 -0.44543673743174783 -0.297882365520045 -0.44619952085505105 -0.29796514546469477 -0.448988565370473 -0.49645181677185374 -0.669294503167495 -0.6764031848401983 -0.6961581499659215 -0.7039337414473249 -0.7110376013492308 -0.7100739005431853 -0.7172005072053298 -0.7157341068285412 -0.5014593717726109 -0.5018616656789707 -0.496059227350683 -0.5082730701827766 -0.5122760953038639 -0.5127324269466599 -0.4961828151711041 -0.30015779824347966 -0.4471593788561174 -0.29767056201265835 -0.4472623545519533 -0.29859949365022276 -0.44732909838405943 -0.2976709588256386 -0.301919805803424 -0.6060615126066485 -0.7577020384959166 -0.7601089760080711 -0.767354992689969 -0.769518538112503 -0.7683198311234539 -0.773856669711196 -0.7754308730432736 -0.7765457285722187 -0.5553213572478121 -0.5624987656349986 -0.5428839200676925 -0.5266077737324968 -0.520338457222298 -0.5147996258495982 -0.49652599015862303 -0.2994320945622608 -0.44676689050856694 -0.2978357115581109 -0.44656944511472796 -0.297791238465748 -0.4453101078983171 -0.29767606201778235 -0.4157506588857432 -0.5009209559845298 -0.6676170823540438 -0.6696650953617936 -0.6741753629358568 -0.675797534053833 -0.6749813092075234 -0.6853907691019226 -0.687155901635762 -0.6821935929702075 -0.4657302571289893 -0.46693917459739065 -0.4605531106382485 -0.46308316667046673 -0.46097489379099754 -0.46233558934315505 -0.5011761470310581 -0.2994964366978757 -0.44649528423431417 -0.2986239535556873 -0.44606953419605716 -0.2976885222180838 -0.4457428880857048 -0.2982999485119912 -0.45062160500104265 -0.503476981209064 -0.679114282286363 -0.6827892466041235 -0.7038174829232696 -0.716520879637215 -0.7133444746614034 -0.7368353351319863 -0.7424173089645463 -0.7416423919562416 -0.5219865339230547 -0.5263351850615205 -0.5188421470984128 -0.5182913662563013 -0.5184254039395597 -0.5237778616262228 -0.4955665854727938 -0.2994888655254253 -0.4477999945423875 -0.29821473723808134 -0.44706608079106475 -0.29768032068282296 -0.4475720325007342 -0.29848818556802154 -0.3019242411820236 -0.4952816578501201 -0.5867971917247967 -0.5865346381107744 -0.5913550098798873 -0.5941655601537347 -0.5931070908047933 -0.5900659473646341 -0.5928467596408028 -0.5880165609323251 -0.5942418191761865 -0.5787499815920648 -0.4035137419396146 -0.3819353515811385 -0.2994543489880419 -0.44430588781995395 -0.299965575297698 -0.44992262890110923 -0.27732080899461226 -0.42671267059655565 -0.2775767937565773 -0.4285097883733921 -0.2773793717089286 -0.4275096337231461 -0.2791453344327248 -0.432911145318376 -0.44897201510864476 -0.48642089154490836 -0.4614857631134293 -0.4703984792458572 -0.4696748948322103 -0.4761657362369749 -0.4801102078445661 -0.4802351182342626 -0.34156959658295 -0.2843920317701175 -0.42108880138156796 -0.2794992719954724 -0.4289334429526658 -0.2791155669613841 -0.4293027066571125 -0.27972149277066394 -0.44734668943215666 -0.29764054606516255 -0.447069697218668 -0.2984481076539274 -0.4466285954431117 -0.2976339513100669 -0.4511494278337234 -0.5480219815086116 -0.7102872377155138 -0.7160864624429939 -0.7309413385227369 -0.7386264400750248 -0.7501580442429527 -0.7614290069227405 -0.772330587849791 -0.7694881893943923 -0.5460359647309975 -0.5433174192467057 -0.5320981649885709 -0.535610216085732 -0.5337573986187691 -0.5262873656146192 -0.49555425248749807 -0.32969221813436145 -0.4397280937724516 -0.3452874108669369 -0.4413257489076032 -0.3488205676928938 -0.44355344071304575 -0.29765404676100704 -0.30219559199371865 -0.6162807147106316 -0.7721118545928316 -0.7730065647359677 -0.775586757840687 -0.7773986010488502 -0.7731949481433358 -0.7741702152806804 -0.7790783943979743 -0.7786207858597367 -0.5568257991922368 -0.5623200094130744 -0.5558045524498818 -0.552873603808801 -0.5380850044446586 -0.5400804174489872 -0.5001262247798102 -0.32387794274424486 -0.43961680372193807 -0.34482618860292624 -0.4397570304900593 -0.34576710133947625 -0.439537250975657 -0.29765861757684864 -0.30211369564079876 -0.6045946580459604 -0.7422095931048592 -0.7411624920999628 -0.7493397261132551 -0.7470240516244205 -0.744802679558488 -0.7474216488274436 -0.7487602329317199 -0.7479640416565012 -0.5221908114071994 -0.5293174984064171 -0.5218072797849315 -0.5193951635364983 -0.5158105864793344 -0.5153998343867394 -0.4985161053066399 -0.3004824029709683 -0.44741822635696604 -0.297666207252956 -0.4472178527708803 -0.2986875997086302 -0.447262505002615 -0.2976648954209525 -0.45135008209197547 -0.5631634272238996 -0.7292427014566327 -0.7320099452552631 -0.7349509305105318 -0.7373029447989268 -0.7402041875906759 -0.7388743883003533 -0.738086724474008 -0.7370949071416231 -0.5117316560009312 -0.5179246166495566 -0.5098069403507328 -0.5130382319376029 -0.5101718663433213 -0.5104838923687096 -0.49512608154635857 -0.3003747025346753 -0.44753387860114013 -0.29766867374347294 -0.44692931581844386 -0.29854889995294803 -0.4471855456546239 -0.2976719636287543 -0.45102054670469605 -0.5482651683692972 -0.7146281640570091 -0.7127705694748591 -0.7134744078871363 -0.7270400244844951 -0.7252280288262921 -0.7244862164179857 -0.733009992999075 -0.7139100360350936 -0.49993367004413225 -0.5007474996311647 -0.4935153856750818 -0.49557137994264533 -0.4896931354237576 -0.4909923767295571 -0.49806028215231524 -0.3001141058434207 -0.44746527508635586 -0.2976870110846176 -0.44666431932779554 -0.2983195196534283 -0.44725550887429627 -0.29768238173536565 -0.450817474331553 -0.43230123083199445 -0.5470967115100538 -0.5549623977740319 -0.5616735077968995 -0.5614568122684359 -0.5607495056925533 -0.5617612123382532 -0.5574604699258877 -0.5589336474497579 -0.5589867473737054 -0.5563651784299656 -0.395009437423965 -0.3760469090934947 -0.34664935898594595 -0.4417931962902734 -0.34616738418593423 -0.44072128886436085 -0.32430335332795845 -0.41975701763732065 -0.3236337274120806 -0.41907852609457735 -0.32410602816125833 -0.41983880815193014 -0.3253020202899264 -0.42357105213547946 -0.4738806515648633 -0.44618575575392366 -0.483028102377461 -0.4564778017989633 -0.4864139826442241 -0.45091946328695953 -0.481023964452952 -0.45388383511211744 -0.3305136587969117 -0.28494755011317435 -0.42855239477024587 -0.27926901138779386 -0.42951221650135624 -0.27924782920440183 -0.4278730193345858 -0.2793020821329805 -0.40891911370904 -0.29772590201692184 -0.4468899196297539 -0.29789859754668846 -0.44743323405408003 -0.29769004750746175 -0.44999275067105887 -0.5263196195896431 -0.6800283654051547 -0.674744711793208 -0.6852099099013271 -0.6831445946133553 -0.6836774035915479 -0.6801140656012375 -0.6754098798380961 -0.6729123826555045 -0.4593174633307712 -0.46624009460057414 -0.45943899245781616 -0.4619046623903819 -0.4596757391819767 -0.4609176927388283 -0.4985843364870153 -0.2995825017575363 -0.4457127659941814 -0.29863020521095635 -0.44471976545624714 -0.2978010621895034 -0.44527648626232313 -0.29853989628224936 -0.41025578464014145 -0.4965125864710685 -0.6684947580088002 -0.66866066266518 -0.674611942201639 -0.6754128519145592 -0.6728000601235741 -0.6804933248289614 -0.6828948735614275 -0.6776490906821717 -0.4605931274515416 -0.4658347256738359 -0.4605445476405647 -0.46269959679048456 -0.46029215111109717 -0.4605763807959738 -0.5019117627434445 -0.3001284177126481 -0.4467182482943071 -0.29771885878210413 -0.4466200557060672 -0.2982114082696873 -0.44567064924909583 -0.29773775855027756 -0.4508532685630227 -0.4964627713064741 -0.6711803339325066 -0.6720945252742024 -0.6792479531525627 -0.6829426146320416 -0.6863005335943069 -0.6895238936315368 -0.6886844521986715 -0.690572040054403 -0.4735057621201991 -0.4785924234511914 -0.4651247912499453 -0.46380905099541614 -0.4652665601249307 -0.4624797565635301 -0.5010699292806756 -0.30029282928154705 -0.44720206223967995 -0.2977377372648021 -0.44579502844926067 -0.2986778757610771 -0.445998314357276 -0.2977742432030842 -0.44936499682656855 -0.5225809484495068 -0.6819323705472332 -0.6836973852606407 -0.6939347624090677 -0.6955373367292524 -0.6953728600652239 -0.698415812000115 -0.6970022571698163 -0.6994339551380929 -0.4827906251306403 -0.49020924412958544 -0.4836023035957774 -0.48598569299477967 -0.4836575692995617 -0.4852748104276681 -0.49813866430693715 -0.2994902426668288 -0.4476918635630245 -0.2981052770620815 -0.44665674748678796 -0.297697380254502 -0.44773300597090565 -0.29793149601495694 -0.45090256795088623 -0.5344507467515629 -0.6923830730050178 -0.6929362872069668 -0.6971864927140687 -0.7047024903990604 -0.6986922124982887 -0.7021132154720366 -0.7045312972070292 -0.6995692309497251 -0.4860998992301127 -0.48987915161952034 -0.4838672197449118 -0.4833558643957962 -0.48099496367560046 -0.48403857839068287 -0.5019415749461166 -0.29984640273000535 -0.44683339831091146 -0.29774264577599147 -0.44762997809772237 -0.2978612251483568 -0.4457838599371905 -0.29798290819193335 -0.4509165309254331 -0.4077561926941029 -0.5136509265028149 -0.5211349705987851 -0.5297401701301919 -0.5321452848749002 -0.5300332882801684 -0.5313703576596748 -0.5299218763829996 -0.5290902692813898 -0.5304304227754028 -0.5413408835298447 -0.3591549023500391 -0.4009436965133429 -0.2998137244672335 -0.44832557877027973 -0.29973650350669667 -0.44851475149662134 -0.2774807184941554 -0.42486466238871456 -0.27781464960008306 -0.425513963915104 -0.2774415293837132 -0.4246165325557109 -0.2798742393562845 -0.42988534360665437 -0.4077802586319588 -0.43881331914583666 -0.4212178979307753 -0.45413775956506375 -0.4235219740611271 -0.4513367055485743 -0.4233240565618782 -0.4511930181141115 -0.3024894650465552 -0.33142575284261366 -0.4201742416215447 -0.32432270382053036 -0.39634819613147665 -0.3257462781536001 -0.360099575057615 -0.32454790045332316 -0.4382326472932881 -0.34410301213721667 -0.43788051669450595 -0.3431110110338244 -0.4384010479490903 -0.3438051011966436 -0.4421610622609175 -0.5418553910338094 -0.673530782121201 -0.6694511864099942 -0.6746057993631812 -0.6754765340234813 -0.6716379231003806 -0.6758849700076062 -0.6742783915999385 -0.6723055329589862 -0.4587276119676679 -0.4656460777964583 -0.4576997641592479 -0.46044094048102846 -0.45808141658938645 -0.45895283178041957 -0.5010094071505141 -0.3006694973969673 -0.44649998258944884 -0.2977788317649312 -0.4460887016019431 -0.2987320393220642 -0.44549136282323504 -0.29778748494307666 -0.45025207295114134 -0.49691486771275295 -0.6674493877176663 -0.6690908106432458 -0.6722659266515806 -0.6747213988813273 -0.6710707492929927 -0.6735914908216016 -0.6722654143889588 -0.6706341398474523 -0.45752084646327723 -0.4643074019378077 -0.4581910382062301 -0.460398884128981 -0.45814146672906914 -0.46149715038918143 -0.5011309500486871 -0.29950077812766485 -0.4476197898053565 -0.2981725887825258 -0.4472498010038202 -0.2976754531178096 -0.44876445539494353 -0.2978724387104326 -0.302006217286779 -0.6059775197402628 -0.7576124963829929 -0.7505789232103381 -0.7507400713697635 -0.7453220702426918 -0.7421052906214083 -0.7468316956138249 -0.7451838000082517 -0.7392935580705561 -0.5193291684537907 -0.5200120219390394 -0.510305197524038 -0.5126127400738496 -0.5102078364272474 -0.5104364347925257 -0.49701374708682616 -0.300325827671185 -0.44735274663603936 -0.29767981516910047 -0.44801790892700516 -0.29819170450681753 -0.447258990947284 -0.29768276270589794 -0.452577229033814 -0.5512953800273792 -0.7081213688553151 -0.7066497882726486 -0.7073357172784921 -0.7081517465793663 -0.7016712236757142 -0.7017429626688553 -0.7012563821877101 -0.7000864356656356 -0.4826209825398899 -0.4869898970424095 -0.48028319561009314 -0.48270215714965314 -0.4768378060527573 -0.48197112859832 -0.5002774750761443 -0.29952947473106 -0.4479934683894699 -0.2978914091481246 -0.44660294535677 -0.2980675197264809 -0.4475934851420415 -0.29772128095451794 -0.4501042479789221 -0.5110788854176014 -0.6729305979267073 -0.6771525538809487 -0.6869165531175515 -0.6953608171481569 -0.7008183995651311 -0.7108492352492684 -0.7119898226008515 -0.7064663287389098 -0.4888107209528722 -0.4964467676729412 -0.48715997545120104 -0.48615179015932575 -0.48714913232891105 -0.48424834017178575 -0.4986771638737296 -0.30025930080549246 -0.4468889108328902 -0.2977230777801269 -0.4475391415474659 -0.298100548639742 -0.44651868962172736 -0.2978869517146319 -0.4511894689335348 -0.417232209178611 -0.5240061268941266 -0.5271979018240626 -0.5326193976154303 -0.5391642930080396 -0.539867702312821 -0.5350564796567194 -0.5327513870162536 -0.5319875091310121 -0.527362861591518 -0.5184625819678271 -0.3344400363782726 -0.4023217403520403 -0.2998180654330734 -0.4477262848972497 -0.29981624087753556 -0.4483856921972548 -0.27742835947940675 -0.4246157729311216 -0.2780472370608057 -0.42528993135577214 -0.27745162741775026 -0.4243193290024267 -0.280262830468751 -0.4291061969655875 -0.385382842913118 -0.43313599588970547 -0.39086979109934566 -0.4374404045390101 -0.3905957411323669 -0.3907038162917756 -0.42583410774333874 -0.39388147265174445 -0.31854510391977303 -0.3268084591231474 -0.32459995850519396 -0.27927312306264457 -0.4271262877489504 -0.2801805906773027 -0.3230517341643059 -0.27929822815491717 -0.4011276329268455 -0.29833159672856785 -0.39953973591539654 -0.29785173849112995 -0.41539799415653234 -0.29795357873159256 -0.4185419914612402 -0.4973042233282034 -0.6631361413068342 -0.6656625860318376 -0.6704978351311349 -0.6724042129460549 -0.6686826800035589 -0.672616280441393 -0.6715891237760515 -0.669789310097627 -0.4559402354679146 -0.4636659774879435 -0.4569033695332585 -0.4587447101979311 -0.45614970641336905 -0.45704023288168255 -0.4919167127138763 -0.3007719733023289 -0.4448627318631166 -0.29782298746198926 -0.44552005003650014 -0.29863765414112475 -0.444810491566502 -0.2978613905535405 -0.4053413771496924 -0.4805807805032042 -0.662066435646553 -0.667373379980339 -0.6712952236676203 -0.6733179439907285 -0.6717048152460321 -0.6794246473521269 -0.6850647736834298 -0.6864752774260064 -0.4731681336854504 -0.4867214490183684 -0.4742051644478009 -0.47662554908701327 -0.4742137943538411 -0.4750290086408516 -0.49925716334111075 -0.2995916111094129 -0.4458382652909738 -0.29872573977312705 -0.44557852986527013 -0.29779253896303526 -0.44555822575029785 -0.29889072727712007 -0.4491410756368343 -0.48016865341840304 -0.669557940857361 -0.6701801990248469 -0.6788208998804238 -0.6818203395890378 -0.6761046855479732 -0.6805000169238559 -0.6744068276829004 -0.673493470177254 -0.4598927613566443 -0.4513432955865473 -0.4604784589014039 -0.4624970087707089 -0.4597477725582034 -0.46033382607979495 -0.5010977719950857 -0.30018799764778836 -0.4471851579871925 -0.2977485143840893 -0.4456292209401221 -0.29880031420448105 -0.44581795749466685 -0.29773804525772923 -0.4502399572324478 -0.49990837078184636 -0.6789483848699334 -0.6810423260990026 -0.7030053372169972 -0.708102442221149 -0.7051665664526335 -0.7109599347509502 -0.7108285407018382 -0.7087703162206606 -0.49248001131406355 -0.48017613288214156 -0.49029966114133394 -0.48659424922827826 -0.4839132759725527 -0.4842574401018655 -0.4997110424570342 -0.2998103435997806 -0.4464594868597993 -0.2980605490269023 -0.4466891276088604 -0.2977527431209927 -0.44565445335967274 -0.29850069662572504 -0.450415052207301 -0.4797541590841766 -0.6729291434683505 -0.6740202194229926 -0.6813333429155233 -0.6855373197390204 -0.6936085031591563 -0.6948998906928336 -0.6915713838536811 -0.6871622448490736 -0.4635649522399221 -0.4499446733298707 -0.4596383475383781 -0.46184609421144274 -0.45882368595539513 -0.4603627006345307 -0.5011975845515966 -0.29950857338926035 -0.4476044251904889 -0.29818984299203716 -0.446423656413823 -0.2978167058130622 -0.44689464285386726 -0.2977776604722099 -0.4498843239753827 -0.3764470538540753 -0.5187346617388201 -0.5226491997217328 -0.5393423524318814 -0.5455583274999084 -0.5476120475369302 -0.5521978684533664 -0.5573001124601077 -0.5583743922266275 -0.5687287018932697 -0.5482910468028827 -0.40976681231706624 -0.3761934099487464 -0.3470102104511167 -0.4416773111445538 -0.34627877996078743 -0.4407333055482997 -0.32499043081013923 -0.41956458003756214 -0.32386595124702855 -0.419382246219172 -0.32485644810178366 -0.41920340873339856 -0.325667219009572 -0.4081861036198839 -0.4770787949664801 -0.4332190240791207 -0.4567324417257493 -0.42817949049786364 -0.4511590508841735 -0.4220055601404393 -0.445375903652598 -0.41893439460267756 -0.31650689394922027 -0.2683202366616829 -0.39844594743073747 -0.2793653372296716 -0.3507094039459806 -0.2798245124020612 -0.3761880469055385 -0.27930175085933956 -0.40626383224585827 -0.29879078055223557 -0.40641304070362555 -0.2978466308021276 -0.3574661394779582 -0.2988899615100252 -0.39035023380951717 -0.48556065764764816 -0.6698047700086115 -0.6699006119028318 -0.6765790180564939 -0.6756203696270234 -0.6738137736974501 -0.6766917467759672 -0.6751924289615105 -0.6780216122953245 -0.4676292930342689 -0.4558454789109779 -0.4651540727306646 -0.46750933093138175 -0.4650794714011984 -0.46962169478299953 -0.49580772264888834 -0.3000495982758759 -0.44658684891491524 -0.2977656205111272 -0.44523779953068 -0.29869000701818166 -0.4452671491814904 -0.29779131166627876 -0.4493794631209645 -0.48121278293745356 -0.6688164043154411 -0.6705629242539806 -0.6812592385698985 -0.688624276508005 -0.695592611328925 -0.7093093687317253 -0.7221764555777024 -0.7328320961648834 -0.5113122769384529 -0.497217384198178 -0.5066281016813171 -0.5341750034121586 -0.5353876476638348 -0.5421141209338517 -0.49319279588657283 -0.300011310259324 -0.4393541418888014 -0.3266536258151474 -0.44067385707111933 -0.34484842933949883 -0.4393853419709744 -0.2982772654638119 -0.3027131799421395 -0.588781413376602 -0.7602767489964078 -0.7622157093522236 -0.7667840181057134 -0.7363459929654181 -0.7323208067594306 -0.7338476190826675 -0.7322997336806545 -0.7282985461142785 -0.5098616090071771 -0.5000357720644942 -0.5071450501442675 -0.5094979665300736 -0.5070498341142395 -0.5083476646410678 -0.49592347719786095 -0.2994887205604557 -0.4474387378956066 -0.29860036292271214 -0.446853813904405 -0.29767559051953096 -0.4475654684358951 -0.298161584160646 -0.45094515803918717 -0.5123524584548691 -0.6893339088502508 -0.6870121775788635 -0.6983313138441524 -0.708334049430972 -0.7052450443165382 -0.7055179346442584 -0.7036780261109464 -0.7025909261646551 -0.4828623753333165 -0.4748597401435781 -0.48386570980518684 -0.48959938194859115 -0.48709242029067124 -0.48834255645092023 -0.49783650555078685 -0.30041629995834873 -0.4474982913127844 -0.2977235304406886 -0.44703174269792106 -0.2988318129471627 -0.44690243122640083 -0.29772629067918677 -0.4517897731185016 -0.5464218969995717 -0.7288875137467222 -0.7357773047346793 -0.7524802712191068 -0.7581840435417073 -0.7515675600044628 -0.7475665510786619 -0.7540483376283227 -0.7440341316409536 -0.5145433738983569 -0.5001173713986471 -0.5101575542973553 -0.5089907100318355 -0.5098065732260545 -0.510303816786723 -0.49657166896062654 -0.29962984349472077 -0.44730558286235395 -0.2982363604535663 -0.44794165443986406 -0.29772241126111926 -0.4471150307451285 -0.2986674563478543 -0.4516063861072773 -0.4236720424733086 -0.5532345111615807 -0.5595089240866242 -0.5643439635819456 -0.5723049652030463 -0.5790095616040886 -0.5868760603477343 -0.5889509584108118 -0.5823499788601297 -0.580066532872518 -0.5430579248144825 -0.3864344362692013 -0.38196195841093283 -0.3319627991507285 -0.4410889239350655 -0.34744077476580393 -0.44116580509243447 -0.3240687393072543 -0.4195071156261968 -0.3248325043326068 -0.41920432141520925 -0.3236287474448662 -0.41978510135783315 -0.325874177477748 -0.4073437809936359 -0.4824873248718463 -0.46518037205512786 -0.4709149959506816 -0.4754129363214267 -0.47385785096566546 -0.46421250108526996 -0.4705087758930283 -0.4703929778806778 -0.33984070959906465 -0.2690592070772484 -0.4286082451690424 -0.2791659152697826 -0.43038748416159733 -0.2793553996650838 -0.4291713679447083 -0.2795560829749942 -0.44866490628644473 -0.2976837461769482 -0.4478674418571433 -0.2984886863463139 -0.44712681594319775 -0.29767973068162074 -0.4510998207344414 -0.5443230152353806 -0.7247649317761656 -0.7236341953758348 -0.7344087060324158 -0.734627401626941 -0.7435815926025641 -0.7563778535953547 -0.7429613793445567 -0.7290798177951041 -0.5157843416511244 -0.503664367551386 -0.5009734644081791 -0.48468458903714307 -0.47517789282622336 -0.46590768308264374 -0.4994102080092593 -0.3000088640399822 -0.4458639341039117 -0.29776484275181464 -0.4462805809011392 -0.2978320331054493 -0.4447692534013846 -0.2982338395867111 -0.4110819432618042 -0.47991014846076446 -0.6652357855859871 -0.6684841019522341 -0.6733565612837684 -0.6743880614037919 -0.6718288908593202 -0.6751428298336853 -0.6736488791169437 -0.6724179207096397 -0.4591899922711685 -0.44964227219988084 -0.46035106812919735 -0.462583092417625 -0.4600216370145545 -0.4620217205607914 -0.4960223129274761 -0.29957323247513346 -0.446342801917899 -0.2984674793819327 -0.44504117305030855 -0.2977636366193407 -0.4463574864020466 -0.2980455020181581 -0.44960181355892953 -0.5365336373805153 -0.7244254358822677 -0.7286612011639694 -0.7461882874837178 -0.7587898907121307 -0.7616835194631382 -0.7705501894530862 -0.7728161003568357 -0.773461685978402 -0.554384512646887 -0.5456697819822797 -0.5550390794327117 -0.5557748683512811 -0.5488514912833524 -0.5456869785937704 -0.4953581523531752 -0.3005194101246852 -0.44259901541495267 -0.2976664612526718 -0.4475622113974532 -0.29864889339081596 -0.4472259217109348 -0.2976701568867857 -0.3027285094715739 -0.5859946157066195 -0.7370799895393715 -0.7352158374527059 -0.7201551187229399 -0.7229553120320548 -0.726508670730479 -0.7260288850511626 -0.7332056820296573 -0.7302803640328649 -0.5026178113438073 -0.4929741007837213 -0.5004882886951988 -0.49947650146513045 -0.49411717140299527 -0.4912353465119094 -0.49908627748092443 -0.29950285013719424 -0.44686581091272115 -0.2984558853893747 -0.446969147245493 -0.29768820789079775 -0.44580916490392786 -0.29882490871059364 -0.4502571475949893 -0.5031769341760656 -0.6859950438965239 -0.6867890261763792 -0.6953385082418844 -0.698578803344114 -0.7018172823397137 -0.6986866339814692 -0.7034426284947672 -0.7058925304504073 -0.4862512313063003 -0.47179748563863466 -0.47747606294867434 -0.48331922954559864 -0.47739910624504667 -0.4753423747861619 -0.4980029909288286 -0.30012656154615247 -0.4473199903777994 -0.2977115825658038 -0.4457784646490497 -0.29871247800098444 -0.44604538159659174 -0.2977352220225802 -0.4500129980826319 -0.3770726475436327 -0.5147463302362368 -0.5237155552777937 -0.5239890770092686 -0.5322744057697271 -0.5326656377697132 -0.5295048943065941 -0.5291814653301621 -0.5329852333380446 -0.5360921837991894 -0.5234499808714395 -0.35930445098518105 -0.39561432622417914 -0.30059023811287466 -0.44839243668324025 -0.299540628610004 -0.4481418965920247 -0.27810090857181696 -0.42515517601561853 -0.277408237158058 -0.425828119019102 -0.2777725247627999 -0.4246717692711114 -0.2793902461147311 -0.4139879693453907 -0.41042404729384996 -0.4451127881816097 -0.4238370452276137 -0.4543360715588874 -0.42632136711142293 -0.45506160426407416 -0.43416803370876406 -0.4636991960082972 -0.318107535058291 -0.3155803372454547 -0.42110486249885887 -0.32484647483917767 -0.42038978587165415 -0.32620556431160425 -0.4209650395826562 -0.3253059699692067 -0.43943963603441843 -0.3450784799912191 -0.43888398458126604 -0.3441168003196892 -0.43940343629646167 -0.34468314835026165 -0.44314270728913574 -0.5539585119337406 -0.703958160584103 -0.6999253442979037 -0.7020803183935257 -0.7023402561126028 -0.6950696492153053 -0.7023695453186968 -0.7011511678493617 -0.7025304212278066 -0.4891937255646329 -0.48096553199940195 -0.4839939173137632 -0.47967800611113204 -0.4708305158136856 -0.46142867105032487 -0.5004831596460809 -0.30052984159828855 -0.4472185673516482 -0.29769584194133 -0.44683324453980844 -0.298763033122025 -0.44574252189923275 -0.2977290979589558 -0.45059408879628726 -0.48065933827919344 -0.6724766391955775 -0.6949113573648918 -0.7071215810626708 -0.7152312461458175 -0.7190916817250254 -0.7253830820260944 -0.7269800948642945 -0.732472903166901 -0.5050438011155587 -0.48996501547692634 -0.49403963805101836 -0.49630212836144594 -0.49048215932755507 -0.4883401913817133 -0.4975009851659863 -0.2994806444683278 -0.44726751603472387 -0.2986388909152737 -0.4466854019360049 -0.29768300432705447 -0.4471447597972176 -0.2983642620206373 -0.45015709163600937 -0.5055773045480791 -0.6885890265125789 -0.6925478521158551 -0.7039926405247472 -0.7079065977477528 -0.7133272704868413 -0.7230359120546962 -0.7267206525883747 -0.7322158817192705 -0.5167206193819638 -0.5040945514598997 -0.5067164865615196 -0.5088161760011564 -0.5026919813533274 -0.5007000139623202 -0.49564872839161667 -0.3006275603076183 -0.4471400489206834 -0.2977111816761402 -0.448103572632752 -0.29864414205180273 -0.447713456740138 -0.2977068521037778 -0.4516459200449401 -0.5464639387028245 -0.7348129006462564 -0.7408038208122444 -0.7507696758419269 -0.7561718379362182 -0.7553985210321202 -0.7603732773662054 -0.7569840855686607 -0.7581689996251035 -0.5301040797393594 -0.5150701048351938 -0.5200038106102689 -0.5180639715820178 -0.5114255282997301 -0.5133972338539481 -0.49356114137598084 -0.2995157047119295 -0.44759016277323754 -0.29806459345731456 -0.4470962706836963 -0.29779669470543707 -0.4480402112335196 -0.2978204564642141 -0.4512306882499836 -0.5221856608469392 -0.6959610662198152 -0.7023930784702987 -0.7096106042780063 -0.7150816312404547 -0.7075316393394614 -0.7090780133877254 -0.7034886991823044 -0.7012079717949308 -0.47684537786719944 -0.46419433804127197 -0.4712567235151686 -0.4670895187624679 -0.46482905584692047 -0.4605845666021133 -0.4988433699633678 -0.30008024320909277 -0.44658665304717143 -0.29767702134681634 -0.4474606710542707 -0.298021589517524 -0.4457433074545033 -0.29776890547603596 -0.45113107752605147 -0.37233124202974965 -0.5144480603111998 -0.5207951569630384 -0.5232566974876187 -0.5290665613276126 -0.5326284374456254 -0.5380771271180156 -0.5358537895634068 -0.5386936772125616 -0.5398864566588509 -0.5209020625113019 -0.38702583159363957 -0.3768612570689553 -0.3464787103121271 -0.44074152130070576 -0.34587551957131746 -0.441550639869794 -0.32314107069937487 -0.3655228795903354 -0.3230998020391928 -0.41889548659278575 -0.32299746707646493 -0.4176279748726149 -0.32505872790097645 -0.40702774123409013 -0.43063359521609335 -0.40917956193012717 -0.41711753129775414 -0.4191444052551738 -0.42406487407358395 -0.42542332039026864 -0.4264943763997126 -0.42543110497689074 -0.31776656799999925 -0.2835683242817891 -0.42081126739868535 -0.32551887520139955 -0.360115937251298 -0.32611831059559 -0.42041217518582474 -0.3249550141088794 -0.43806278805633125 -0.3445089236204912 -0.43854936797044086 -0.34331655574598063 -0.43809848850027167 -0.34418522192920126 -0.44223192069565287 -0.525214300971311 -0.674517057321239 -0.6736439586335994 -0.6811927429314198 -0.6811670163338249 -0.6773013861707236 -0.6808824554849896 -0.6802385548828859 -0.6785528836758472 -0.46204112049070256 -0.4505540113972605 -0.4597601536424732 -0.4618409428467259 -0.4588039420964545 -0.4591899563498858 -0.4982172587042439 -0.30060698218047993 -0.4466786271225936 -0.2977337483465225 -0.4459197357573739 -0.298757230649824 -0.4455869132030222 -0.29774044932897714 -0.4502535722322715 -0.480806880339613 -0.6713161752752121 -0.6735638785652465 -0.6831626311862414 -0.6945282497899713 -0.6987415294973085 -0.7055316877548122 -0.709868428045934 -0.71491433356165 -0.49450972880464056 -0.47758926609172575 -0.4728190147796614 -0.46859723974611955 -0.4661344346389649 -0.4616443262667003 -0.49820076913600014 -0.29997506186344564 -0.4475002401289213 -0.2977111958152845 -0.4465409414402458 -0.2983199446872906 -0.44646369196571484 -0.29774278374201313 -0.45010321325239266 -0.5056761264163157 -0.6974058723190711 -0.7231994680903658 -0.7482345186850815 -0.764819637300849 -0.770475129326926 -0.7761903731403198 -0.7763178215190513 -0.77540664637519 -0.5538355111826212 -0.5356223002135598 -0.5131826850571056 -0.5114161406541566 -0.5092263087060744 -0.5108793020544358 -0.49219678284515694 -0.29947696549913144 -0.44275015496077014 -0.2982749735941379 -0.44726852116054205 -0.297670139324953 -0.4480138650030077 -0.298182259067832 -0.30198567649966807 -0.5864330608911914 -0.7426317927267174 -0.7456721958143532 -0.7610613099114838 -0.7759881434138759 -0.7756662963640298 -0.7804986005344785 -0.7801736665191956 -0.7791123496422878 -0.5591882341529459 -0.5473467157447113 -0.5573992595862053 -0.5596577475848911 -0.554788238525449 -0.5412054862996111 -0.5030325812957679 -0.3017568708322729 -0.4392818903067954 -0.32061019905983384 -0.4406437008584496 -0.34502752424936467 -0.43964688988157635 -0.29780535734169883 -0.30302308652793114 -0.5844576954185361 -0.7505990258238059 -0.7507258835172257 -0.7654014787367909 -0.7676336840326838 -0.7705306226973633 -0.7819026290552773 -0.7829804805905916 -0.7822630892891727 -0.5603776281867899 -0.5508221428369203 -0.559211779010587 -0.56133290570368 -0.5578552279188868 -0.5573930562451114 -0.5091743261057409 -0.3116013684276865 -0.453454623175316 -0.3114639754444326 -0.4452299604378486 -0.30225642803155406 -0.4443228149678096 -0.29765736001918797 -0.3021352937331058 -0.46370616230170886 -0.6046699157530855 -0.608477809555865 -0.6183456164495015 -0.617202090504158 -0.6196379178803951 -0.6193801694858827 -0.6192470294190676 -0.6193623800417642 -0.6215296777082079 -0.5967121533513833 -0.43581323557053486 -0.4016054214762841 -0.3075806742116028 -0.4473740016210627 -0.3064155789540841 -0.45361518904057985 -0.29001501751436826 -0.4261307030337559 -0.28151284859933445 -0.42485069244593043 -0.2824391546036383 -0.42554023314628475 -0.2818734452302595 -0.46323407328405364 -0.49120840581374375 -0.5178976175554844 -0.5187752046013774 -0.5181339435911558 -0.5362455929639302 -0.5227219248063543 -0.5309442278415052 -0.3714906766190796 -0.3245022749990926 -0.42523469057463714 -0.2923002758660495 -0.4373497787575743 -0.2906921094140675 -0.4331255130378333 -0.29327255912552336 -0.45355824452892224 -0.31538581824965084 -0.45430638464742445 -0.3112743663905485 -0.45321511245045665 -0.2983131599055665 -0.30196697262541183 -0.6053546210574685 -0.7744864792895717 -0.7722334383544517 -0.7797851610016715 -0.7830047815066012 -0.7806699458182214 -0.7873141999738283 -0.7895133653955667 -0.7890909426983876 -0.5692566833419627 -0.5581184014172171 -0.5503947158061928 -0.5710474608491612 -0.5695666902250628 -0.5721724978420615 -0.5246579708461114 -0.3232806230661293 -0.4656012699965378 -0.3216365333858604 -0.46279721076298486 -0.31851296392337114 -0.4597275547848601 -0.2986695621283305 -0.30206972093732426 -0.6366985044057856 -0.8007902089416421 -0.8057989791643093 -0.8333807075614411 -0.8498195340740813 -0.8559121281279818 -0.8691946430850888 -0.8695046555294648 -0.8546884631080416 -0.6201795905206257 -0.6040033445017283 -0.5886572398943134 -0.596814182697506 -0.5894702131390314 -0.5862073522753902 -0.5426205141452332 -0.32797834919595714 -0.4725533593030904 -0.32562359266900354 -0.46740350002540654 -0.3765345215479753 -0.4674562550437562 -0.2979856888390855 -0.30292403582932653 -0.6520691509171271 -0.8018221880567599 -0.8092243770806253 -0.8267234547098944 -0.8360464761694457 -0.8405766141702604 -0.850154369771686 -0.8635004704825954 -0.8585847438813711 -0.6237868369041693 -0.6096589579170484 -0.5950114314280422 -0.601949861217754 -0.598467594755506 -0.5919941346483371 -0.5484943500392955 -0.3346537813666443 -0.4850775748859253 -0.330664645584099 -0.48161912365494136 -0.3327465246551045 -0.48667736183311977 -0.2976523063510941 -0.30240728949318973 -0.6409670367837179 -0.7937639384582669 -0.7968251774950147 -0.8019397128974505 -0.8027897278548308 -0.8012998927341711 -0.8079672040788256 -0.8254993977472443 -0.8277285680789428 -0.5901124938497585 -0.5640388031017708 -0.5578335537863042 -0.5747383858548569 -0.5733388582013018 -0.5754217356443451 -0.5271331014966107 -0.3249318026330839 -0.46192825667724047 -0.319322425125899 -0.46123641686344663 -0.31967390687023084 -0.4599020025876195 -0.2976438270043807 -0.3020715654548964 -0.6174894741818209 -0.7875524019528571 -0.7865992975291152 -0.7903543550938265 -0.7964696556021709 -0.7936746042316734 -0.79606690564422 -0.7964965291761755 -0.7842998406669787 -0.5608079106181798 -0.5501412591735947 -0.5427597579228955 -0.5482237474772781 -0.5497941838237639 -0.5495515192603111 -0.5075141633785822 -0.30781522815249723 -0.44398567284804863 -0.3007471275848918 -0.4435289686994348 -0.2993603230743584 -0.4476690376526196 -0.2976651463089185 -0.30194449922947114 -0.47435921672338305 -0.5830656813187892 -0.5729174180321273 -0.5691651517727371 -0.5778346415567616 -0.5805548548079437 -0.5824618353206816 -0.5894044259762212 -0.5914522095814394 -0.5919865637222573 -0.5698331766525614 -0.3875161611262862 -0.37609530206041136 -0.3002141244063833 -0.4409110921338004 -0.32243677138416615 -0.44102997863784865 -0.32484558127820873 -0.4195479443540437 -0.32425467852065626 -0.4187382736864622 -0.32449401760964847 -0.4204275025555368 -0.3260821452563301 -0.4077226946482397 -0.4802294575013088 -0.4620389390801822 -0.46714384795482655 -0.4911703836273704 -0.4653260701135169 -0.46089397524808096 -0.46532822560842274 -0.4684951846803661 -0.34755587602985855 -0.2691389981347301 -0.40700394323835604 -0.27911000071771097 -0.42987266064374885 -0.28006682194729166 -0.42887426532751793 -0.2791088289605241 -0.44712225861349086 -0.2984312768007379 -0.44792196321593886 -0.29761894493280167 -0.4466089210261685 -0.29807820872432117 -0.4515643558114871 -0.5251979372709138 -0.7011314254576994 -0.7026901352705862 -0.7105005191783375 -0.7105053333024731 -0.712174052738485 -0.7195184777566034 -0.724228746662168 -0.72760729217362 -0.511944790743954 -0.5072122831967091 -0.5041396716461214 -0.5189147873341962 -0.5184398840702718 -0.5140631432431543 -0.4950801795130313 -0.2994639199827324 -0.4476497632635635 -0.29824257287909667 -0.44684608457917785 -0.2976531150146282 -0.4469884923441409 -0.2986047174183812 -0.45100792331965445 -0.5337049844225062 -0.7250395257412475 -0.7370929837915681 -0.7509654995808398 -0.7561165343371539 -0.7584570513556469 -0.767686767481125 -0.7750212832035652 -0.7766516096497329 -0.5511334768655863 -0.5339269753235747 -0.5209985701075635 -0.5283586249144588 -0.5259239176766161 -0.5271840430834153 -0.5004793687135618 -0.30041283956041187 -0.44199494168718173 -0.29814104933918234 -0.4422427842390608 -0.3026898751627567 -0.4454326694205012 -0.2979048797284254 -0.30196892723061564 -0.6063635279696935 -0.7790355815714105 -0.7822588162551187 -0.7874206463541227 -0.7940738911260316 -0.7962590246538646 -0.8027061505770071 -0.801596457255432 -0.7953005110181556 -0.5728390654140209 -0.5578492329767886 -0.5512544737109044 -0.5683090842777683 -0.5642005114514521 -0.5619929577401698 -0.5080474040003407 -0.3111995152478784 -0.44812440790297126 -0.30620009486895805 -0.4461636785289292 -0.3063598013211225 -0.44379312538853527 -0.29766591109144624 -0.30191755182039776 -0.5706469314359599 -0.7287652391597763 -0.7177012446489511 -0.7291878597273037 -0.7339144232411589 -0.7463240925757527 -0.7431278656388652 -0.7409189488177176 -0.7385605911014818 -0.5181616563472821 -0.49630542318012655 -0.48922180623737943 -0.5035800781170736 -0.4961984823885226 -0.4941322979267324 -0.4960144751379074 -0.2994679036773284 -0.4468961488335999 -0.29788540925309137 -0.4475437694200947 -0.297811171328336 -0.4466125559550091 -0.29766248928791605 -0.45162682565459605 -0.5116193232788547 -0.6914505563059354 -0.6977924544686099 -0.7061161451746776 -0.7173745935055158 -0.7243593696034433 -0.7327955958485184 -0.7306629713288662 -0.7352581745601082 -0.518812336262241 -0.4951806447499693 -0.4821775443438757 -0.49555257273122727 -0.49270916327642494 -0.49096546995587736 -0.4967181678941665 -0.29945370815720834 -0.4476704236839632 -0.29819794766969765 -0.44676679926638374 -0.29764214239155196 -0.44689728582309696 -0.2985437975544306 -0.4512106626659328 -0.40639118111494543 -0.535980632131503 -0.5581313241839659 -0.5674655351123955 -0.5706421498216402 -0.5711682996803349 -0.5758637605355555 -0.5821291194593768 -0.5764189537603674 -0.5872263168920965 -0.558307019435956 -0.3837212020705385 -0.3768665757615925 -0.29952157259087553 -0.4421058105935782 -0.29943932465819323 -0.4492954688911662 -0.2779648543870427 -0.4270930788587511 -0.27729943563546305 -0.42713154168455897 -0.27816452906187494 -0.4275548987992054 -0.2791132563392611 -0.4152847555267952 -0.4547190347710206 -0.4686408664167334 -0.443586034905937 -0.4757966390958992 -0.4429907122228403 -0.44358043551082604 -0.44413165933311705 -0.4440768899503599 -0.34109095635470116 -0.2690091074731634 -0.4037691368425648 -0.2791038645687837 -0.42208113593779895 -0.27990906795178283 -0.42923727281101676 -0.2791026899833469 -0.4467599569833263 -0.29776536659378805 -0.4472663435967295 -0.2978870791050173 -0.4464489095648852 -0.2976259307768783 -0.45104442115588106 -0.5119868753319247 -0.6932671674126635 -0.6961195559882292 -0.6999395888419453 -0.7068479881413449 -0.7099197106390034 -0.7148544886042694 -0.7089330780930176 -0.707881992314231 -0.5007312501933746 -0.48928679115968593 -0.4858892120065245 -0.5018494699578939 -0.4956053498055651 -0.49676785748646973 -0.49730405628767244 -0.29967617768512683 -0.447766322412399 -0.29776708032076293 -0.44674637630070857 -0.2976051554798726 -0.4470594199596281 -0.29846967214113784 -0.45103057582469164 -0.530252268958298 -0.720893481106707 -0.7323911491998291 -0.7494519600133677 -0.7669543976257044 -0.7668627919887683 -0.7756856168323688 -0.778872459393133 -0.777708778242348 -0.5552690987844573 -0.5464452406116321 -0.5364099203615371 -0.5281080523481484 -0.5325701451899194 -0.5337936420611015 -0.4983867385318129 -0.2994160180526988 -0.4384109033062678 -0.3324966748766246 -0.43999186873457746 -0.34475542887657823 -0.43910609113057725 -0.3444123462422328 -0.4435379015082514 -0.562749626729813 -0.7312946239986198 -0.7506846299130444 -0.7706547547954516 -0.7821004115104591 -0.7823272070743028 -0.7883053414680062 -0.7854761485849409 -0.7861194056982267 -0.5600200280942325 -0.5474203475881216 -0.5392973844635571 -0.5293966512254334 -0.5382710039321854 -0.542316723004747 -0.5020252179455649 -0.30624414251605314 -0.4456798768201929 -0.30229946234344973 -0.44284459283379196 -0.3007709421534793 -0.4426446448886002 -0.2983227943962865 -0.30194746301590886 -0.5765465634736433 -0.7653021763506234 -0.7663868810643674 -0.777893855242437 -0.7797693485022482 -0.7783043820269143 -0.7816556968701855 -0.7833964707001232 -0.7838755266317404 -0.5637680574221651 -0.5539774938762574 -0.545350778694659 -0.5459445307187583 -0.558906582682666 -0.5608469905734178 -0.5107518699615439 -0.3109389944842953 -0.45104833154443447 -0.3075581287599115 -0.4507064806678783 -0.3053078814654745 -0.44863841356988043 -0.29758820909166084 -0.3026250151866372 -0.5911086596172184 -0.7761652171914953 -0.7779803257366983 -0.7835647654576354 -0.7836520935381789 -0.7830791661974016 -0.7879295190093397 -0.7896218750870309 -0.7883760746616095 -0.5675969314189846 -0.556417429052812 -0.5474080874348763 -0.5488058168677544 -0.5605705574659076 -0.559321704003783 -0.5093883689479153 -0.308118759717827 -0.44630827305598947 -0.3036163719809102 -0.44475005168530063 -0.30178249296220844 -0.4428129644825095 -0.3177566308587889 -0.44546450262052606 -0.4638814245203946 -0.5895231888068029 -0.607541872658843 -0.6251196282872614 -0.6285783061477339 -0.6270703682101474 -0.6310648963091192 -0.6274996895795377 -0.6242107777098361 -0.6237243157516079 -0.6016524559132869 -0.419127414295626 -0.37979460212864913 -0.31070608029365027 -0.45185362903133985 -0.3101830695884042 -0.4497188030838635 -0.28493562942029904 -0.42471062465279974 -0.282809181665177 -0.4243211370071767 -0.2822321612605913 -0.42248005330939925 -0.2820981359082137 -0.2655032104859784 -0.45612505565209843 -0.4683353119151285 -0.4891829024127929 -0.49300422095134566 -0.49087335717255665 -0.5093195360136201 -0.4995142684449465 -0.5180738333801486 -0.3598722085245501 -0.2779259897561151 -0.4198169571705184 -0.26325422589058184 -0.4211272001925831 -0.2796532448849375 -0.4218208941319517 -0.2797081887240952 -0.4388685184760336 -0.2975718715702172 -0.43930655205713137 -0.2983348726060615 -0.43915996294650944 -0.3168929658607095 -0.4433540736941457 -0.5557052108438632 -0.7292487034071613 -0.7527744482867206 -0.7800467073205735 -0.7844508778012661 -0.7823488519963013 -0.7925521768772792 -0.792115870224427 -0.7925953955623528 -0.5689787599098304 -0.5547173278212231 -0.5421343783216672 -0.5434426842695609 -0.5521525190258123 -0.5512609671621761 -0.5035583146016338 -0.30825799291766603 -0.4458184700290213 -0.3050575801785794 -0.4471564003077032 -0.3069815398624932 -0.4511454496724051 -0.297912849231577 -0.301897380847107 -0.590452511886269 -0.775346672839668 -0.7680241702513445 -0.7715659165214845 -0.7781167687938214 -0.7652215211453601 -0.7743847184051696 -0.77142007553991 -0.7651751839734668 -0.5411308190588034 -0.5190616940591265 -0.5108927676282735 -0.5074300568489685 -0.5237098644417144 -0.5241243558063633 -0.4958599658349553 -0.2995802229527219 -0.4481071541663293 -0.2979953691132363 -0.4472395380945822 -0.29762200448928544 -0.44719638618742463 -0.29802946652158313 -0.45213923860903216 -0.5523357819150133 -0.7526280657884143 -0.766721846559359 -0.7828242971172912 -0.7865348449528883 -0.780828088272225 -0.7826329370607701 -0.7848240405119921 -0.7838919868057019 -0.5609190833682655 -0.5494977211293737 -0.5366897050024528 -0.5292073600744093 -0.5356624522809836 -0.5333491243269457 -0.5003839736995898 -0.3026875954753164 -0.44151755611916615 -0.30118296554350893 -0.44512908180132493 -0.29957601520185523 -0.4480905620580218 -0.2976079378320029 -0.45215381628372553 -0.556723771585476 -0.7637005910939796 -0.7782449997552097 -0.7893170210387701 -0.7919691636621049 -0.7950209718109278 -0.802741335736085 -0.8062464125280696 -0.8127723889346583 -0.5873932092399452 -0.5703820353108192 -0.5549311864427576 -0.553657791151669 -0.5619951828729601 -0.5617224727819876 -0.5121966086472067 -0.3111481930184747 -0.45042760016616007 -0.3097247226466779 -0.45081169718996933 -0.30622940613688693 -0.44777840565832616 -0.2975704062217243 -0.30217045642847945 -0.6172759921984281 -0.7905089298790426 -0.794278342741634 -0.8003781303494447 -0.8082643039775017 -0.8123291236558806 -0.8205037549450381 -0.8215280011126269 -0.8177406862297473 -0.5881788924129775 -0.5728707667086939 -0.5645389773799431 -0.5651409303513611 -0.5797531682353005 -0.5777853055458202 -0.5316698969237769 -0.32451391709265376 -0.46363357741236566 -0.3448651822605806 -0.46147811896235386 -0.3182422738355758 -0.4591136169506442 -0.2976125522439165 -0.3020563764270585 -0.5063882968966908 -0.6313417368268863 -0.6384152300035539 -0.6445474195094443 -0.6493226768592562 -0.6504393988381929 -0.6582843413311471 -0.6579270472909572 -0.6546141996078889 -0.6511165106767585 -0.6430154963243292 -0.45775481769475107 -0.44321297293008555 -0.3270266320886011 -0.4750432216307421 -0.3229799351932778 -0.47101449685114 -0.29853255011062013 -0.4404697886767019 -0.29652678087893886 -0.439761892622247 -0.29629717055455534 -0.4376851163852755 -0.2963614198406116 -0.2654697617895063 -0.4888514391166732 -0.5218161890837365 -0.5291972350101964 -0.5317180160754831 -0.5283374665729603 -0.533823951760749 -0.5309474137091255 -0.541837891527036 -0.38695312070903887 -0.35517217309572835 -0.42557694792067247 -0.3320867197980712 -0.43763453955094983 -0.29216499077989644 -0.4338314594867567 -0.2907040112253921 -0.45287928027479296 -0.30980094990179874 -0.44163702405679034 -0.2994046332472874 -0.4414384698686025 -0.2978219992501863 -0.30252275946406093 -0.5778160050309716 -0.7647799555162966 -0.7627876356234644 -0.7794007824515545 -0.7824796583401191 -0.7785593137294079 -0.7843885937040654 -0.7797831398030131 -0.7674800205419098 -0.5384689011840113 -0.5219419626256859 -0.5154626975141566 -0.5174949135758746 -0.5308758856317911 -0.528909276100061 -0.4983476766527722 -0.30286155562877026 -0.4429420877915826 -0.333035210829221 -0.44111842490321457 -0.34551337769091695 -0.439718203020225 -0.29794447121638334 -0.30248426815532037 -0.5935536635523015 -0.7596546417183999 -0.764622955505698 -0.7698944026285485 -0.7795527912973971 -0.777533979842577 -0.7845238327126082 -0.7861464657246652 -0.7879498112698629 -0.5665960580435874 -0.5559419218898151 -0.5471394499416153 -0.5397029118481588 -0.5510665675652149 -0.5507357401774154 -0.5145265199701338 -0.3104396339579812 -0.4482465367558108 -0.3061493581760235 -0.44695636722624127 -0.30442631229843736 -0.4479464369139993 -0.2981501749222912 -0.3022075137437065 -0.6018561961607956 -0.7805277028279289 -0.7810789928459966 -0.7864974877325657 -0.7902565586552912 -0.7855628792711433 -0.7910160014072996 -0.7903063593962814 -0.7885390188812468 -0.5666187976345833 -0.5559938799864597 -0.5435960976976073 -0.5314813062876192 -0.5408055196812723 -0.5453505616443014 -0.5020185268463598 -0.303885929285506 -0.4429635918758949 -0.30120221270953296 -0.44554937991298116 -0.3019613615270783 -0.44882896344070106 -0.29758324515211904 -0.30184498220107314 -0.5926861414935434 -0.764606749471974 -0.7547768104248984 -0.7660889723775131 -0.7768458495402817 -0.7805282196618214 -0.7851328873595321 -0.7831387041777662 -0.7819595680620993 -0.559557016129571 -0.5522009215498265 -0.5391867852805095 -0.5312055125218746 -0.5388946482831601 -0.5364094830726129 -0.5060395193146597 -0.3030985477953594 -0.4425803878696215 -0.30128315391709715 -0.44224514290162126 -0.32860060676171055 -0.44032715279095247 -0.29756714745535656 -0.30185271102609074 -0.5928915873727182 -0.751877936198587 -0.748211882760593 -0.7543422457240828 -0.7579054406607527 -0.7595943056865799 -0.7685985509047797 -0.7788030035575526 -0.780451524471478 -0.5619800215001304 -0.5582981919308169 -0.5542565950937834 -0.5578116069282258 -0.5704310890068713 -0.5611361931802127 -0.511094528148064 -0.30581498531134826 -0.4425542332447861 -0.30118625520465697 -0.4441827598419778 -0.30091528112607185 -0.4499003591565356 -0.2980770323484123 -0.30243536825692374 -0.4863024886822926 -0.6063701652534347 -0.6017633431817763 -0.6024062903968935 -0.6020716438891103 -0.6025819127577527 -0.6067849318592518 -0.5944633873006088 -0.5938280384091875 -0.5975534597115869 -0.5727449406743433 -0.3997346424323901 -0.3598378951633415 -0.3091264088852198 -0.44163336796020053 -0.34706831840729835 -0.4411598143050895 -0.3242032382850504 -0.4187920646201259 -0.3238532708165216 -0.41878797081479663 -0.3239130876510204 -0.4193075200176493 -0.3257977133972926 -0.4063676187896497 -0.4585878455531483 -0.42948663125855235 -0.45860874495831105 -0.43238616924418505 -0.43522253320698784 -0.4738275179461725 -0.44752391616938864 -0.45498613979005015 -0.3413235465672127 -0.26782710740279275 -0.4038253013209811 -0.26279611123076513 -0.42273786843003974 -0.2795735526471187 -0.42875990361731486 -0.279037874740656 -0.44705847131222565 -0.2975513088910784 -0.4465596162564644 -0.297651134402803 -0.447017434248231 -0.29807051744661733 -0.45115487074757854 -0.5230259993489504 -0.7106209194239583 -0.7198046843168578 -0.7387441848395507 -0.7466751444642268 -0.7497460462207601 -0.7667641040307379 -0.7757148432917043 -0.7751720485011049 -0.5509082764697176 -0.5429540061898194 -0.5295317435193863 -0.5167988784883465 -0.5332443561525017 -0.5365433093261124 -0.4954744189396973 -0.29985269025475636 -0.4395049558871054 -0.29765658472211526 -0.4389876863406797 -0.2975065938968212 -0.4391672393956569 -0.2975095353049874 -0.3018762686160218 -0.5967636157577033 -0.7703110138136638 -0.7684396997363361 -0.7771833149634352 -0.7804287950101465 -0.7797388622563824 -0.7848517004048022 -0.7874586670517513 -0.7940505861222321 -0.5743308332117297 -0.5633761224842806 -0.5498601997091914 -0.5464095034450217 -0.5573881419721116 -0.5583462831929689 -0.5104074962684094 -0.3097388116195292 -0.44666397480440945 -0.3042966765439363 -0.4449815751001868 -0.3011785300885704 -0.4418169638531999 -0.2980087745248587 -0.3019126419779343 -0.5778016934763458 -0.778851146625688 -0.7810284962018059 -0.7901375392940485 -0.7946086310715821 -0.7958367565172223 -0.8045826239102547 -0.8146977759125812 -0.8138707011113632 -0.58805976755158 -0.5751425268239005 -0.5598846415233324 -0.5580460240269913 -0.5699639677741548 -0.5703029917885358 -0.525080002151723 -0.32141810830608714 -0.46431884779861793 -0.3177903583973072 -0.4593231456343242 -0.3172949935530867 -0.4575088477175729 -0.2975050353263957 -0.30215497848197237 -0.618340975597742 -0.7901644656171205 -0.793942698233627 -0.7965689019925094 -0.8048683708218926 -0.8046045991403089 -0.7994062446527035 -0.8066142864429525 -0.8106292649318305 -0.5877256250743218 -0.5718728487886714 -0.560602409926157 -0.5577259413705878 -0.5647430712288044 -0.5633211106723722 -0.5176606854779889 -0.3142578617233964 -0.45234382407172996 -0.3110693372030203 -0.44966027738841113 -0.3076937308352571 -0.4455884720532319 -0.29752030296047777 -0.2855641692536112 -0.579166799733133 -0.7838895475366462 -0.7874489127895208 -0.796272062253521 -0.8034628764762407 -0.8024587861501128 -0.8123909965238414 -0.8091895162290456 -0.8119898553737085 -0.5802033246171773 -0.5684492326651083 -0.5573478612959109 -0.5564148110456175 -0.5641272297324824 -0.5639482766073098 -0.5144128450148682 -0.31258553081601514 -0.45076180312989306 -0.308561065940371 -0.4482105906706825 -0.3055184869898782 -0.44513145573640905 -0.2979451343862128 -0.28597522598274694 -0.4695382952253125 -0.6165284139595592 -0.6237220446170523 -0.6327041538789063 -0.6316669310880101 -0.635868744699203 -0.642482407794562 -0.6476020859257218 -0.6487058912787625 -0.6517056481871675 -0.6427697303336862 -0.4521361001895564 -0.4342265196521449 -0.31602423646286854 -0.45404452710400556 -0.31137078464789925 -0.4521470362091934 -0.28723652898766217 -0.4273036976439538 -0.2834951824568177 -0.4235534313257649 -0.28177903165736234 -0.4214274877354397 -0.26576004683128 -0.2654005274091306 -0.47463940265033494 -0.5157617861968362 -0.526955851331299 -0.5289853541603011 -0.5269916593202286 -0.5370221529000421 -0.5278311336520287 -0.5402579525145733 -0.3775100611074506 -0.35036808423070637 -0.4250439880338169 -0.31120842605455734 -0.43490005814372773 -0.2883410147835262 -0.427254663299247 -0.2838398753203456 -0.4451811818248059 -0.30074642551386577 -0.4418623519926731 -0.2996211545622829 -0.44000265722192444 -0.2979309707186746 -0.42776512836983804 -0.5645638861546409 -0.7733553286634905 -0.7779812632407702 -0.7853465466290459 -0.7906427373419184 -0.7903508803558712 -0.7973731440835642 -0.8044207624498926 -0.8018367963411092 -0.5781035810160083 -0.5632701880630561 -0.556184582200729 -0.5507257503585385 -0.5615809967403116 -0.5614171843582452 -0.509894638725028 -0.3106607322077064 -0.4529224063365374 -0.30911475937514965 -0.45127179962084263 -0.307996529965499 -0.44997555150143853 -0.2974916037945434 -0.2856438050806459 -0.5952494807633698 -0.7787318749817255 -0.7791092644226262 -0.7826788735142712 -0.7847188363337746 -0.7820409966729402 -0.78835188821286 -0.792868036275935 -0.7841952737092696 -0.5664189775171806 -0.5592925956072289 -0.5486278753350702 -0.5461017861971127 -0.5505101413000607 -0.5506845311228946 -0.5082655689850794 -0.30880539613123587 -0.447735704373197 -0.3056119300682823 -0.4475815611793055 -0.3061464233698466 -0.44652648222016755 -0.29751236769190414 -0.28552786256896073 -0.5888314494469569 -0.7822310975483807 -0.7859823239400326 -0.7934342422767926 -0.7968971508778061 -0.7998940334497566 -0.8098266996716997 -0.8160724318336773 -0.8140929450982594 -0.5803310023708583 -0.564515324639275 -0.5556971122117074 -0.5563523057030155 -0.567844811259945 -0.5668859615176002 -0.5210103392820532 -0.31818856140472546 -0.4559894186857847 -0.31215291758027974 -0.45059820458576433 -0.30638583840094014 -0.4468482757941564 -0.29749632222066164 -0.2855340088860216 -0.6006594719485335 -0.7862147742528097 -0.7863829234614151 -0.7927310973576454 -0.7933430111996344 -0.7915894784833869 -0.7950521042515792 -0.7953243045372921 -0.7921881281721965 -0.5723103724533761 -0.5592337397339573 -0.5514045794334774 -0.5510679850136382 -0.5636451996288133 -0.5640104951795553 -0.5167025566751403 -0.31687070081736946 -0.45696563244159244 -0.3141337637402461 -0.4552494255651695 -0.3119119405781389 -0.4541128653015988 -0.2974759865967016 -0.28554408907939677 -0.6134621358533013 -0.7871164364189731 -0.784511536073232 -0.7884223713614932 -0.7901522303172407 -0.7882513029690738 -0.7911356567179918 -0.7915150876065973 -0.7883252828797588 -0.5675250532316577 -0.5572023913787195 -0.5492566941526343 -0.5501555905307749 -0.56405761240163 -0.5629770211150158 -0.5137616025598604 -0.3142143226685609 -0.4538372656692809 -0.31152594451892035 -0.4509991931846152 -0.3088485305577368 -0.45136999663042277 -0.2974820987954531 -0.2855287215080308 -0.4863333738342156 -0.6150015409545527 -0.6184942900572855 -0.6230424510921898 -0.6255171818099473 -0.6301592048949761 -0.6326123631331719 -0.633413636266478 -0.6257334543774167 -0.6314923357712576 -0.6186377067397588 -0.43644930212873745 -0.39644783707959935 -0.31394935372850113 -0.45640961002459 -0.312902661920918 -0.45559819291370107 -0.2905036946592857 -0.4316828030275378 -0.2903178507691805 -0.4326769205755763 -0.28866010307709256 -0.4302465122742381 -0.2721549876770833 -0.26537489163825595 -0.46740403577674644 -0.4950483934212995 -0.5076350222768303 -0.522405529333781 -0.521469866861798 -0.5269014378995459 -0.5238597727613221 -0.5339376639263722 -0.3854883680419196 -0.35411602605253967 -0.42925719869824347 -0.33813978462445715 -0.4373097386568484 -0.2919762952428608 -0.432793402330443 -0.2890117647299074 -0.4490023131116283 -0.3054354305906043 -0.44630060213718636 -0.303184769767415 -0.44409393698047206 -0.2985575538531315 -0.4290854761804501 -0.5832059044792046 -0.7809172609917842 -0.7852863130887102 -0.791143825842149 -0.7919687929136296 -0.7902574544063632 -0.7999843831414839 -0.8017520841866003 -0.7987191547146237 -0.5797310100973433 -0.5677231148262972 -0.5585047653005552 -0.5581182267088104 -0.5674996822267193 -0.5654453095811229 -0.5160765620850795 -0.3154834138401058 -0.45367785689649276 -0.31141072821575494 -0.4492620722593187 -0.30611668958847954 -0.4491547467093707 -0.2974648798687631 -0.2855165129469033 -0.6096759355725229 -0.7870366416825552 -0.7912465585332035 -0.7996105230603302 -0.8077452837506794 -0.8042406519857872 -0.8092241669454293 -0.8069109964188977 -0.8045443031179899 -0.5807903822867719 -0.5652786432104319 -0.5580797783390025 -0.5580119422588372 -0.5711885850398146 -0.5703462509751743 -0.5220058966224007 -0.31887911664057816 -0.4574813368936191 -0.31188800986835247 -0.45123294833773464 -0.30803642239584644 -0.4487244529085799 -0.2974514255105433 -0.28551956550465857 -0.6052491421541059 -0.7843512322255639 -0.7841647851556294 -0.7891364858164066 -0.7941262934379492 -0.7947372105861484 -0.8094441601901889 -0.8125203353437166 -0.8063997543332413 -0.5772548534679564 -0.5702643119187426 -0.5614223224029555 -0.5608353901554737 -0.5669405804327973 -0.567328319415423 -0.5173110826972308 -0.31558999149364575 -0.45496691964933883 -0.31234512142374554 -0.45205264883671215 -0.30916138250589004 -0.44900206652284996 -0.2974614784013349 -0.28550230728456755 -0.6024880135387936 -0.787316004516355 -0.7899850021991165 -0.7969720916508524 -0.8052146029878481 -0.8036013820061568 -0.8145146166435052 -0.8195558239766337 -0.8174125284378557 -0.5870780290461318 -0.5735752968515399 -0.559828636111753 -0.5612555439393987 -0.571756485900677 -0.5706616265645572 -0.5266604647327651 -0.32014855499026873 -0.45859636351191957 -0.3219166889426564 -0.45733535898474387 -0.31552179528949587 -0.4568651913177762 -0.29746595311814517 -0.2854879673208422 -0.6219488889216613 -0.7912737057363216 -0.7930438394788456 -0.8040456703755025 -0.8102541956794672 -0.8115749292005734 -0.8194170156228847 -0.814504635000296 -0.809335699956721 -0.5827325428688368 -0.5687232091409764 -0.5558725817429503 -0.5560361795883354 -0.5672988219870303 -0.5650641935547179 -0.516123235950304 -0.31601233088941016 -0.4586802788855351 -0.3157709039774513 -0.45583828137517285 -0.3130428227125482 -0.4513675625424836 -0.2975520321088175 -0.28563742269214726 -0.49407412685599444 -0.6240541526666397 -0.6283826736553997 -0.6323682888615214 -0.6349414027720265 -0.6302987509745381 -0.6329184035407136 -0.6315390692064208 -0.6332756953270393 -0.6394006711693061 -0.6329530890307167 -0.4503853162413892 -0.4354671775868472 -0.31681848423413206 -0.4620871101114138 -0.3144416553968614 -0.45454540389810133 -0.28858875043682597 -0.4288402093291467 -0.28531294666914553 -0.4254920711037108 -0.281976558584888 -0.4218446279561982 -0.2675346545504043 -0.2653780660000143 -0.4802535842918696 -0.5212300152985571 -0.523587046051549 -0.5283217110976466 -0.5255211266627736 -0.5293889809301666 -0.527440793212676 -0.5372537273871657 -0.3955268227835201 -0.3590748248886772 -0.4303864805445987 -0.34788852919794117 -0.4390600603812051 -0.3471111260502323 -0.43365312151655455 -0.28999027215732476 -0.44789846807180317 -0.3050125388519689 -0.44459669706749616 -0.3009674004678057 -0.4420812592398135 -0.29743072960756584 -0.285491975859465 -0.5875498495478391 -0.7798110879005115 -0.7815257678388193 -0.7873649382525428 -0.7939756506898766 -0.7975213229027192 -0.8054178578423408 -0.812142955280325 -0.8071698669792172 -0.5826528161917884 -0.5664392596044375 -0.5579062664192637 -0.5573796082142846 -0.5699867935000286 -0.567875065263709 -0.5217123833000835 -0.31797120789965144 -0.4620289770682726 -0.31322105910717674 -0.45352425613322817 -0.3117917015060243 -0.4541019018459547 -0.2974613427093612 -0.28545556955153367 -0.6173328506398088 -0.78785839388619 -0.7884116392731287 -0.7989983411874727 -0.8029473623386277 -0.8046453717842023 -0.8112572760065578 -0.8126758810664501 -0.8136845260873237 -0.5862901714363142 -0.5721383560742493 -0.5644161669497444 -0.5649282493445739 -0.5777454198032329 -0.5780822699303292 -0.5240903696282727 -0.3196009687969047 -0.4669718804792387 -0.3203735168564407 -0.4616316826074747 -0.31881811856005593 -0.4600708642956309 -0.29745923779374267 -0.2854990856840595 -0.6295903654663182 -0.7974964550567136 -0.809658443085235 -0.8298377532453697 -0.8499413415480979 -0.8541194606289664 -0.8731259772050831 -0.8792471007437784 -0.8824387673037494 -0.6379088357746172 -0.61650273395391 -0.5748428316694715 -0.5798476569867232 -0.5905885643705802 -0.5907183660065654 -0.5479750639676827 -0.33349147221131237 -0.4841781490423771 -0.3302781206742928 -0.47397368200873535 -0.32743748567631686 -0.47992731639644787 -0.2974500884644005 -0.28544650736246585 -0.63389626663687 -0.7936564904447169 -0.790075926625379 -0.7924095006603863 -0.7966023054952838 -0.7930535739042518 -0.7928329067937421 -0.7925386123982108 -0.7883630874162942 -0.5673505183392141 -0.557191380650758 -0.5500549759431523 -0.5508881629013724 -0.5641214170792582 -0.5650234539090981 -0.5176833116272117 -0.3166948376167142 -0.45653159687231976 -0.31402039991180936 -0.4567831440497356 -0.31300758860008404 -0.4536556956651683 -0.29745558513662423 -0.2854290792001732 -0.6148886741849754 -0.7861679521388977 -0.7860808425074031 -0.7917926981551351 -0.7932083020606496 -0.7889325083614105 -0.7961040593374205 -0.793962205295109 -0.7986920201012212 -0.5795793610727968 -0.570753650602399 -0.562591422160594 -0.5624476144821284 -0.5711459831081229 -0.5699039806634909 -0.5222210024061432 -0.31885848976100883 -0.45836813939946547 -0.3155428653065963 -0.4562891630460778 -0.31177064052350845 -0.45464942896064564 -0.2974379691467404 -0.2854380551619265 -0.5046776499783885 -0.6319004952751246 -0.6368466878108721 -0.6501626899720859 -0.658608933945214 -0.6625812159999223 -0.6732086534913931 -0.6764347876425777 -0.6797050438463906 -0.6834419925067675 -0.6734732562746757 -0.46972033500576066 -0.4560590559198599 -0.3353322787355711 -0.48806284866519556 -0.33272443312229005 -0.4846173620288705 -0.3067008305772653 -0.45267968610444714 -0.30365953913189714 -0.45566343951797506 -0.30341160610688267 -0.44608655929312263 -0.3172767034401051 -0.2652541194913421 -0.4919137320121053 -0.5394183487763888 -0.5398959561609123 -0.5502587176689621 -0.5507744666013296 -0.5767406662448152 -0.5684047948287279 -0.5928172107688897 -0.42191923839143425 -0.3647977476637271 -0.4476151105282584 -0.3522074725847359 -0.4459702084943798 -0.3532020060926778 -0.44055120518804197 -0.29517680225641074 -0.46209469623802885 -0.31574881225175405 -0.465784668687961 -0.31435266093900016 -0.456680085370976 -0.297380153180561 -0.28547500792535696 -0.6167224584056193 -0.7933819565347789 -0.792340780186008 -0.8025940919452288 -0.8096802834233098 -0.8107589292829878 -0.8164847065068123 -0.8157673890925572 -0.8192034632440467 -0.5900085102701011 -0.5772132895199458 -0.5679256470066067 -0.5650879417782527 -0.5713069794346058 -0.5720383543541376 -0.5297739554668834 -0.3206529257504524 -0.4614051781246892 -0.31706665247548144 -0.4674543685535998 -0.3156954191685621 -0.4553973280233582 -0.29730971054037303 -0.2853055528151564 -0.625407404561687 -0.7932080960863982 -0.797024218398923 -0.8073805849415522 -0.8171982021586063 -0.8188482923150169 -0.8303838734431118 -0.836151765138969 -0.8420666504111989 -0.609951890544065 -0.5935540261626726 -0.5797401605839765 -0.5772221990587457 -0.5885307683542182 -0.5849632494120742 -0.5456779729932909 -0.3298889042428792 -0.4793755639003903 -0.32593328513058484 -0.4728970265645938 -0.32390416411885586 -0.47167246341746344 -0.2973987538543441 -0.2854385505601378 -0.6538305425100436 -0.8092597705114696 -0.8109635576117027 -0.8137588056377391 -0.8143454141838179 -0.8163777502853633 -0.8265889826836634 -0.8271507365834265 -0.8280592405484002 -0.6023291095769341 -0.5747717416133374 -0.5693026609461632 -0.5737145183991833 -0.5777590405574784 -0.5755218578994108 -0.5264796314258329 -0.3217949567143693 -0.45987478043681185 -0.3147417533421749 -0.45674008169762625 -0.3155059306048647 -0.45605973550750833 -0.29720166088903655 -0.2852947253951843 -0.6114822740540431 -0.7848842793687951 -0.783875527954182 -0.7894100208853608 -0.7903748337418802 -0.7938483637495297 -0.8032787445558975 -0.8032746846845338 -0.8007938758357579 -0.5769412059517951 -0.5645936516101409 -0.5565738804808316 -0.5551393293741305 -0.5673865499109658 -0.5671100504644627 -0.5204848275397226 -0.31609305786111963 -0.45519278961486975 -0.31305181514150754 -0.4537984026955099 -0.31251815588926307 -0.45329824468280777 -0.29741390359529885 -0.2854024852403092 -0.6144152589746003 -0.7888749062720702 -0.7943889230429129 -0.8047659390530156 -0.8076630369814695 -0.8019655694938298 -0.8070041027256314 -0.8104625734074653 -0.8117816339253751 -0.5833585783508325 -0.5695074043097321 -0.5597750237320257 -0.5590358069057756 -0.569168694557528 -0.5696771638156051 -0.5240775256951848 -0.3393227074155945 -0.4608870127543482 -0.3154436625845356 -0.45670569931633365 -0.30998240921397796 -0.4527227749195105 -0.29713749317370525 -0.2852340767152127 -0.49875614740181645 -0.6268039128620038 -0.6345207434469564 -0.6413677072100119 -0.6454090356483103 -0.6479171163221278 -0.6536344111197387 -0.6608364554863119 -0.6603923105496584 -0.6663237534933156 -0.6526672657200133 -0.45842059941406155 -0.4453926710944994 -0.3292572911564209 -0.4835864896534313 -0.3306531886934119 -0.48056282304208453 -0.30225246765553765 -0.44600001549974694 -0.3008061203401329 -0.4525165470618971 -0.2992787270884209 -0.44081788276959183 -0.2804572122441766 -0.2650622612864034 -0.4919530534693748 -0.5372642129418959 -0.5320047456028852 -0.5376404426783958 -0.5318488119168598 -0.5403340064797142 -0.5338338500115108 -0.5460404977007789 -0.40139122320917 -0.35889741108204065 -0.43325436769055287 -0.34141592046560487 -0.428293906570488 -0.3524355263213601 -0.4421810901172414 -0.2962576921776971 -0.45576556928050527 -0.3128628080849868 -0.45353535662173894 -0.3102330515956549 -0.45208660310274673 -0.29735625569930496 -0.2854296887322381 -0.6149829738320928 -0.7896581405250724 -0.7906717232281508 -0.798728069832463 -0.8082758654196611 -0.807169653425687 -0.8121770246825684 -0.8171784815065586 -0.8205252566444781 -0.5947847262526393 -0.5813166607987159 -0.5705269079928846 -0.5662841835988355 -0.5575614866793948 -0.571120193140043 -0.5300093336886836 -0.32021437241425954 -0.46032979696014137 -0.31423040866107255 -0.4557849472075235 -0.31059413673336805 -0.4526149055602741 -0.2972136720810169 -0.2851340781044246 -0.6210550304949769 -0.7973973963074915 -0.8079420077152654 -0.820589570831411 -0.8258087009524783 -0.8277146089585155 -0.8370970974896383 -0.8407917568613067 -0.8439162815618986 -0.6138974586111264 -0.5998556369964536 -0.5905604424792578 -0.5858170181853016 -0.5781262435644366 -0.5949959639081293 -0.5607588818278586 -0.3396681225410923 -0.49475124043273205 -0.33672984794815675 -0.48731249425020945 -0.3282479890934906 -0.4870002456516079 -0.2973498608767108 -0.285419784980002 -0.6626886723745212 -0.8144955853524194 -0.8190813996940878 -0.8051997847552285 -0.8052809513218224 -0.8002990351568776 -0.8020080223887922 -0.8007903724461304 -0.8010023799478362 -0.5780778873403691 -0.5681129190105498 -0.5603829199149871 -0.5629403020162439 -0.5582115855510031 -0.5765166273809904 -0.5284328446965121 -0.32353741955874665 -0.46325317811755856 -0.33213573368606797 -0.4621586002991081 -0.31884940294293135 -0.4606422778289693 -0.29733219542420003 -0.28542780760972136 -0.6233148689069206 -0.7947009149288048 -0.7964698540629953 -0.8069828470268265 -0.8195264827033423 -0.8169631400065378 -0.820714366249752 -0.8206480616151609 -0.813618470554608 -0.5818354017596067 -0.5691031874337401 -0.5624652205745299 -0.5638612523310648 -0.5587533874472392 -0.5764161315885995 -0.531243519766409 -0.32688846073888744 -0.47435155488843367 -0.3210743540516992 -0.4638192888206772 -0.3205802581232498 -0.46274383810356695 -0.2973427383813387 -0.28529409690647 -0.6280784077246118 -0.7952890808949472 -0.8034442891464753 -0.8225995771288015 -0.8314964416767466 -0.8344994389236938 -0.8381068192990943 -0.8484790039990984 -0.8449967324761363 -0.6163206290151145 -0.6020909670052897 -0.589640967284592 -0.5824114100909722 -0.5693628389777797 -0.5788406185310649 -0.5443360353740124 -0.3262385094096926 -0.4746108301778387 -0.32008626532409484 -0.46146550869647757 -0.3147297419544522 -0.45593876773164443 -0.29694685256015235 -0.285009365723077 -0.5172556907812937 -0.6338684882164459 -0.6424099672011426 -0.653289169383467 -0.660605002025286 -0.663245427257538 -0.6688594244653268 -0.6702196136551873 -0.671046165310992 -0.6768425535965154 -0.6673644402191211 -0.4646442975867864 -0.4538229926615413 -0.3145617395585205 -0.4815906161418878 -0.32671729860844445 -0.4774114526689042 -0.30166649544044755 -0.4496105588246122 -0.3007247206279562 -0.44770425848273154 -0.3022122494771945 -0.4488287757906169 -0.2883788673784692 -0.26496248132696837 -0.49319144919880614 -0.5437672095409989 -0.5319212314256239 -0.5312948289332582 -0.5262788340086446 -0.5288595804348796 -0.526679036910227 -0.533561654971769 -0.3796920127653722 -0.32905830488570165 -0.4319605454186809 -0.3050351928468135 -0.43271243865491854 -0.32727885519430366 -0.44835465555080933 -0.3049018781175278 -0.4761314062022823 -0.32960349915674214 -0.4823510403303934 -0.3264791934742146 -0.47190793392908653 -0.29693326967595807 -0.2852884325382292 -0.6683236339772927 -0.8271088747868574 -0.8064211910044392 -0.8172864357197555 -0.8213107127556029 -0.8137677833280215 -0.8148885885246806 -0.8083967464604617 -0.8092772220982912 -0.5920544256142716 -0.57031089006281 -0.5604693401715095 -0.561348589826353 -0.5576782344447878 -0.5747324566460837 -0.5263441298237906 -0.3231414792622261 -0.4631743145365874 -0.33854672922111095 -0.46159569953221813 -0.31961203331312454 -0.4617118639976754 -0.297311789245294 -0.28539982214580073 -0.6299897743875208 -0.7959834162546259 -0.8007136885503626 -0.8094519536651726 -0.8249204262455331 -0.8245087886261641 -0.8302075179875905 -0.8302207646396359 -0.8301923418201252 -0.6018327222959793 -0.5870297025165365 -0.5738404972494209 -0.5708337356791705 -0.5622273603311024 -0.5773984782260169 -0.5355206744004596 -0.3263616223250204 -0.470462960428061 -0.32336618531215794 -0.4649301148364496 -0.32210922745778076 -0.464553346888888 -0.29730361419989687 -0.28515722847713065 -0.6356050240982947 -0.8079603181150071 -0.8118365903763543 -0.8202077682844103 -0.8279060751722076 -0.8283937110532069 -0.8367942340753743 -0.8414881055223415 -0.8406930540696731 -0.6165481194943403 -0.6010702325956239 -0.5928252961955396 -0.5874391199527726 -0.5737804820549085 -0.5892772070496404 -0.5571068057454884 -0.3357156501713797 -0.48750539205555815 -0.33247814002148485 -0.4816169099695297 -0.3317220734091194 -0.4817625976134349 -0.29679258078193316 -0.28486527657978916 -0.6565054990376619 -0.8174219036030915 -0.8174469546611223 -0.8276504689984381 -0.8401617719132914 -0.84644975970133 -0.8620726149033822 -0.8687306105311374 -0.8656018780297778 -0.637540152224434 -0.627784513466044 -0.617794577266375 -0.6105879004931083 -0.597504947474647 -0.6150721879437293 -0.5813107405874628 -0.34509411177342797 -0.5039558311767365 -0.3447613844591584 -0.5049300472283361 -0.3417687865082216 -0.5034750388807477 -0.2973087174171335 -0.2853755672976502 -0.6975048277437166 -0.8626722438915343 -0.8782132817724779 -0.8818680886056709 -0.8807766259376347 -0.8831723363645935 -0.8919502010646496 -0.8911862191208562 -0.8773394807295362 -0.6323361717035257 -0.6099034082068642 -0.5989324239673013 -0.5864624749336683 -0.5821763883973619 -0.5953565676093019 -0.5602871617850133 -0.33752945053469324 -0.488335366309943 -0.3311709569456893 -0.4823046614339056 -0.3226023834104549 -0.4634337172539296 -0.29730719025800667 -0.2853710021610358 -0.5152478094109079 -0.6270147380145579 -0.6312751773199604 -0.6358801531247048 -0.6447403390392091 -0.6508615724314647 -0.65370565737521 -0.6543492196154388 -0.6584268646401825 -0.6621435678171127 -0.6543736940280886 -0.46022243010637404 -0.45564141294469396 -0.3134638684179096 -0.4793327734116737 -0.32319491381239446 -0.47242192459052473 -0.2959220620220136 -0.4368341521682275 -0.292865693250741 -0.43297740519281935 -0.2898760753905935 -0.4290963560037124 -0.27631508937537924 -0.26460797499953626 -0.4914632498296428 -0.5311906838569634 -0.529379297678503 -0.540384330795031 -0.531372547275639 -0.5451441879549538 -0.5342997096611547 -0.5584843510863062 -0.4091606313050002 -0.36814171647862465 -0.4386962959634634 -0.35683150593262264 -0.4346765905094524 -0.36216160315086326 -0.4473548069340666 -0.3565136138979593 -0.4661312681396383 -0.3743853010332364 -0.4664661430732861 -0.34491566062097095 -0.4662959791797425 -0.29670774053437143 -0.28495513446409393 -0.6366763080168321 -0.7959180680139606 -0.7957724133596029 -0.8023874886199832 -0.8055945769740452 -0.8041733537672734 -0.8128777861818378 -0.8199613015229622 -0.8179148302254226 -0.5933135666018914 -0.5813469811484868 -0.5699554614257674 -0.5697098887866056 -0.5581291147767192 -0.5738917561833291 -0.5389994584422568 -0.3211806604946137 -0.45885895559383694 -0.31525693977482067 -0.4563837083931339 -0.3106735257427431 -0.4519330296176168 -0.297291844181441 -0.285357478309874 -0.6241191015586159 -0.7944201485841406 -0.7999031968703065 -0.8142025386470084 -0.8269677128331884 -0.8324740562598852 -0.8352061987577346 -0.8453506302335414 -0.8484816027069746 -0.6201331692183569 -0.6104555062836113 -0.5977074439956563 -0.5921272162845357 -0.5771430492699398 -0.5881384535487468 -0.557319182854763 -0.32939810464017943 -0.47967864097689045 -0.3246232651212554 -0.4711144491221615 -0.3224633942341509 -0.4650944934274166 -0.29729950242044 -0.28534328698389694 -0.635159598979591 -0.8062751209532477 -0.8111200326076667 -0.8246161105788458 -0.83823872012817 -0.844513890255935 -0.8431362236364335 -0.850093362649192 -0.8561241639393276 -0.6260608927129553 -0.6061749183947783 -0.5950742272076047 -0.6076391532188287 -0.6060251650983594 -0.6177851251183027 -0.5675426156671288 -0.3423953473163422 -0.5017812029136368 -0.3367405610609976 -0.4893807518439687 -0.33549327806948104 -0.4901962441016005 -0.2972694744388462 -0.2853187385323275 -0.694006551161328 -0.8601839218319851 -0.8501571185301098 -0.8560952418485812 -0.8632531433259647 -0.8609795916858912 -0.8752051136713815 -0.8721268102124343 -0.8536396214942753 -0.6301421522279144 -0.6075711326897535 -0.5975090226267962 -0.5894456025778229 -0.5789666030810583 -0.5957420846977398 -0.5519386873361207 -0.3303315518825195 -0.4813038729227933 -0.3264021839578178 -0.4697686970689089 -0.3553842437594209 -0.46699200625767595 -0.2968279718039601 -0.2846328216538394 -0.6321849019653291 -0.7994260005623564 -0.8033997367511929 -0.8139855346795625 -0.819068088995445 -0.8192562394580857 -0.8243175973860347 -0.8223879511309076 -0.8221353444038839 -0.592239471891882 -0.5816926157461517 -0.5705399534766941 -0.5741180449300023 -0.5673232796162238 -0.5830024155505397 -0.5448045855200899 -0.3248803399285158 -0.47172129315550165 -0.31814916545632693 -0.45921409635483107 -0.31425707932420416 -0.4537850769448204 -0.2972742369924622 -0.28533965279721124 -0.5124597476473348 -0.6312613715802458 -0.6360329706634225 -0.643700392456661 -0.6570503210136318 -0.6608803125561595 -0.6669900637146267 -0.6693734825256205 -0.6712624274474202 -0.6743671417947639 -0.669734732219952 -0.47063014112689383 -0.4705404611012882 -0.3210533375583336 -0.4938140614124071 -0.331611243744379 -0.4847674420422816 -0.30460235349692416 -0.45768360881373266 -0.3050685536243106 -0.4538520051894239 -0.3050357287474707 -0.45187122875238567 -0.29096777737585494 -0.2652209927617161 -0.4942770262112362 -0.5755250911574856 -0.5583962371220639 -0.586387760753768 -0.5638361606121861 -0.5942093484924048 -0.5726087345740533 -0.6014074312718126 -0.43367251991679023 -0.3954460604883915 -0.4632863556473459 -0.3839959220294252 -0.4514162542344859 -0.38727787397229313 -0.4651734010222132 -0.3815441291375396 -0.4900069144906663 -0.40557684864614013 -0.49141734222612515 -0.4034349666688507 -0.49088622864200904 -0.29726514102217033 -0.28533371153668174 -0.7184312183607117 -0.8783119002898236 -0.8950017054857382 -0.9045807495924231 -0.9143306257279572 -0.9217869301265308 -0.9221999552081658 -0.9338233686995904 -0.928302837599106 -0.6914702549340132 -0.6513489251624897 -0.632045899622891 -0.6256106577178926 -0.6177979485185164 -0.6235842936278073 -0.5767805999029335 -0.33982788916407697 -0.49329375280205523 -0.3277477803548029 -0.4700401205727694 -0.3190142788626132 -0.45993210953802677 -0.29726595080757423 -0.28480421920261073 -0.6198430856081532 -0.7852191936624705 -0.7842777060262193 -0.7892970341359197 -0.7912448633546114 -0.7872646039364903 -0.7944791414738195 -0.7930614746421076 -0.792273222811001 -0.5717018374618954 -0.5672108332537913 -0.5591249136914994 -0.5603630358247416 -0.5544929617416676 -0.5689455151766686 -0.5245809154625077 -0.31586805901900744 -0.4539267613496196 -0.31164219990911884 -0.4518758028638919 -0.3105758719628484 -0.450043809296279 -0.2964198103719864 -0.2851985419641954 -0.6206351301973283 -0.7889492180417642 -0.786448076406791 -0.793425617610734 -0.7965055681610402 -0.7998783417118168 -0.8048704563305333 -0.8098439740239662 -0.8154449932690659 -0.5907839497938326 -0.5810818186682746 -0.5736253816891488 -0.5686234692800546 -0.5607752842051921 -0.5746827349090394 -0.5375474434271624 -0.3219799765649453 -0.4601768972293619 -0.34148952143424016 -0.45866426647936337 -0.3128914933761471 -0.45407346830079764 -0.2972372793367504 -0.2853336465335855 -0.6260477444568735 -0.7949748748661285 -0.7986267883202377 -0.8119704397194892 -0.8168837990876675 -0.8206474801196013 -0.8252270919663948 -0.8273659831420864 -0.8227802368271859 -0.5988074949603885 -0.5811152541647722 -0.5721594752205672 -0.5732550108823303 -0.5634143037270299 -0.5788488718169856 -0.5452924870341717 -0.32541541552014863 -0.4748852189079053 -0.3206359276534819 -0.46261655943468855 -0.33994982962299286 -0.46284636782286964 -0.29725620086311977 -0.2848077870223684 -0.6310348798776647 -0.804775339038354 -0.8095492697590729 -0.814518846405311 -0.8261570781395947 -0.8366102726384538 -0.8363677886903694 -0.8512916179189234 -0.8491746041706627 -0.6247778789016529 -0.6047860597714585 -0.5968678362636769 -0.5966825328834647 -0.5918333022063287 -0.6045857838541784 -0.5688807553315205 -0.34170151401840687 -0.498372083442988 -0.3379210267131091 -0.4928781220128127 -0.3359830905076149 -0.49845660207443754 -0.2963295717961126 -0.28518925613409285 -0.5990907969595446 -0.7033530850231287 -0.71947174823231 -0.7345021023070173 -0.738934382682808 -0.7516671462292838 -0.7475415765589458 -0.750465985603681 -0.7508383594693171 -0.7740910204182123 -0.7691129549637215 -0.5505684606509365 -0.49711108247246616 -0.339573726936841 -0.5313300430421345 -0.35584962157963684 -0.529315551164399 -0.33199476222136104 -0.5023866230907533 -0.3284827310562262 -0.5020312775517539 -0.3295671408042005 -0.5019180989490208 -0.3142795777429969 -0.2651519007395611 -0.5415947326512448 -0.6488367996486374 -0.6067833342891205 -0.6343374102289296 -0.599236576977919 -0.6263275394258823 -0.6006047195741392 -0.627240561111359 -0.43152501891212447 -0.3927660743406177 -0.46535232819493405 -0.3795226429743751 -0.45876705622517916 -0.38841024597499013 -0.46967895173504975 -0.38192608823947033 -0.48635040188052536 -0.3943911234027342 -0.4800031023573737 -0.3890468559512719 -0.4782041471733363 -0.29723605182742463 -0.28518416955255355 -0.6734449905167869 -0.8291092880722202 -0.8347357002095148 -0.8353924909699582 -0.8585391772565634 -0.8762485520827648 -0.8840938766882913 -0.8821727421382822 -0.8838455061551279 -0.6478328476286238 -0.6234671211280041 -0.6067016212911099 -0.6002763513273967 -0.5838092369139928 -0.5958281671134787 -0.5670142388417464 -0.3388382090587997 -0.4922534210458033 -0.3307427520844227 -0.48502255043619164 -0.32794073887318104 -0.4716833559627033 -0.2966132058947675 -0.28469387412999975 -0.6509884550419553 -0.8304419116066246 -0.8463507876165315 -0.8644501740612223 -0.8741853126850148 -0.881525475709179 -0.8839041866195927 -0.8785444922747007 -0.8803945967501849 -0.6572129373417529 -0.6420560117690759 -0.6297189461252791 -0.6201382573068619 -0.604846525235196 -0.6089693339903637 -0.5758277299701846 -0.34166372484319146 -0.4984079045192495 -0.3374001953651193 -0.4927859493572582 -0.33471643210243424 -0.49413093254493196 -0.29721508105862926 -0.2853087064290566 -0.6864356254418115 -0.8481364535576403 -0.8580443605760983 -0.8670184542077692 -0.8722759457255778 -0.8674568007099889 -0.8722885264481256 -0.8810963451321318 -0.8885819239739492 -0.6590160012087994 -0.6446572413648968 -0.6287751289946377 -0.6163020027875388 -0.6104620889772645 -0.6233418630342412 -0.5741542840918569 -0.34119415504906686 -0.4926412755169162 -0.332608977251518 -0.4792680086785152 -0.3275393662054652 -0.46878172689054576 -0.2972135127451414 -0.28443830037925727 -0.6365088712459642 -0.8060506999082612 -0.8133300078653843 -0.82275242875745 -0.828525894839387 -0.8263532058795904 -0.8402766457839139 -0.8413687803909542 -0.8404712128037577 -0.6114492111822316 -0.5978689954047022 -0.5884290805685106 -0.5845460073373411 -0.570895045227966 -0.5863852173410864 -0.5552820080447302 -0.33425500426343724 -0.48265983392344086 -0.3295050710292609 -0.47642208147857346 -0.328862116376405 -0.47578692377698356 -0.2971185830397509 -0.2853016773810401 -0.6342522624061239 -0.8048386533876546 -0.8080029104147805 -0.8187377154390418 -0.8221403081261183 -0.8233752228874134 -0.8310467464386277 -0.8338092044468814 -0.8371147231331476 -0.6097613777326922 -0.602116800821675 -0.5914176440995658 -0.5830339084592534 -0.5721833697557438 -0.5858383202957437 -0.5547441797781496 -0.33184086859836337 -0.48213866722246407 -0.3274733580273894 -0.466508997935962 -0.3761039259206716 -0.4640784416550743 -0.29720871629200946 -0.28476955928491937 -0.5194375198778748 -0.6417212383305237 -0.648836837372853 -0.6593723769473229 -0.6660456872755889 -0.6709123870336873 -0.682669489906148 -0.6831442542886871 -0.6872633103207051 -0.6867734191077179 -0.6839953789231437 -0.4762318920009749 -0.4709129603761829 -0.32163291274663813 -0.4949394780222187 -0.3318629445474789 -0.4872000566132262 -0.3057585522525257 -0.4541243963142705 -0.3005976920460635 -0.441204434933841 -0.31966935725150336 -0.43847607882848594 -0.2836999265896795 -0.2651726064728697 -0.4922881459899937 -0.5620827361771171 -0.5478349551421835 -0.5679951376736768 -0.5527131635220005 -0.5856411161606103 -0.5657794983426949 -0.5993639109205623 -0.43760964210280895 -0.4004785444240166 -0.4666137578894262 -0.38680344638869174 -0.45783336087430226 -0.3909500164283177 -0.470710574131467 -0.38821128922408926 -0.4881819241197452 -0.40292658422876776 -0.4839177650716827 -0.39969854585626013 -0.4835973317874297 -0.29713795785645003 -0.2841744078985971 -0.6982029199500337 -0.862456770605959 -0.874238027393422 -0.8801017049167792 -0.8880458880935859 -0.8951174366878082 -0.9208608367228363 -0.9200631676942218 -0.9197154436227731 -0.6931476537365853 -0.6734419714324593 -0.6475296211308207 -0.6409010968579208 -0.6281610842151701 -0.6395986750697563 -0.5933162995236683 -0.35132069531454535 -0.5169513868582848 -0.3460401683072834 -0.5107079856897627 -0.34209030023286163 -0.5081347119478896 -0.2971911085844478 -0.2852877178227981 -0.7388023710317115 -0.9183818592019842 -0.9347903795942131 -0.942573872460175 -0.9560799738745693 -0.9632403171170643 -0.9914695269268566 -0.965720796686722 -0.9600213708882858 -0.7203214030597062 -0.7130119631728195 -0.6883286225733976 -0.6722356458349277 -0.665024930989308 -0.6644086139922418 -0.5987422863156385 -0.35423202287839617 -0.5167298431695836 -0.3445534440686759 -0.49840964649796926 -0.3387325487209739 -0.4936816139249857 -0.2967424635941182 -0.28450965187025773 -0.67449138031989 -0.8346708620707026 -0.8500784067300555 -0.8735849325270109 -0.8774345780611829 -0.8735612535869183 -0.8900207268964643 -0.8969223795514035 -0.9029046878103109 -0.6559215780718046 -0.6382360589603036 -0.6225012963266503 -0.6225751221975904 -0.6108383007104156 -0.6281436746595573 -0.583035163656452 -0.3470098914228708 -0.5109599285726666 -0.3432596459701134 -0.5034522127788145 -0.33847995441397244 -0.5000088469602919 -0.29718868812561744 -0.284835224436016 -0.7091610680714212 -0.870647334051466 -0.8859388950911193 -0.8969034995665516 -0.905446890162196 -0.9026760823525881 -0.9099099472887555 -0.914781220987397 -0.9085389663776248 -0.6863437023030478 -0.6597282755609027 -0.6491095511505169 -0.6447943529899522 -0.6308326548154025 -0.637479994152498 -0.5868797549935953 -0.3493071775763573 -0.511556342980805 -0.34249110894501134 -0.49895234619939244 -0.33832469339734245 -0.4890462905528025 -0.2962193353341648 -0.28523717810432697 -0.6745109164491476 -0.8295645761386925 -0.8348853944610124 -0.8408245539720789 -0.8463161198084446 -0.8427424117965485 -0.8501501332936099 -0.8531944316797653 -0.8548922197038412 -0.6268316891098575 -0.6111779483690936 -0.5996585227221214 -0.5944828911409792 -0.5785576201933301 -0.5891424004751352 -0.5603271403014006 -0.33340245986693595 -0.48576035294690306 -0.33324024164299076 -0.48647675832577675 -0.3312660975597029 -0.4768393205834014 -0.29718257808276144 -0.2840543191715218 -0.5520545448057615 -0.6635886378759416 -0.6652313938426725 -0.6764074832861251 -0.6827727187400779 -0.6897126156075716 -0.6911210383492593 -0.702359075093963 -0.7034894209502941 -0.7011602267855482 -0.699641978064218 -0.4828902324027334 -0.4756407876219371 -0.32917049402746335 -0.5062092968953626 -0.34103861236021726 -0.5008890751994147 -0.31611557995219236 -0.47474702387259593 -0.3176656700904767 -0.4786602370630471 -0.3188036842199332 -0.475882536218478 -0.30206789476249535 -0.26514366318795063 -0.5133873127573633 -0.5978827431320148 -0.5679682901217054 -0.5754147260374444 -0.5605302167779859 -0.584989953063896 -0.5811647709121234 -0.6051550435736945 -0.4326887206898363 -0.39183154648190466 -0.4577397685355903 -0.37903956633602987 -0.45003668081244147 -0.3818342693488162 -0.45786965609225305 -0.36782348325794806 -0.4745033233190817 -0.37730270002668637 -0.4689000459750162 -0.34288289208752293 -0.4623195519283663 -0.2966956302863916 -0.2852597051791663 -0.6434970569212732 -0.8223606342751623 -0.8355135740023301 -0.8543892552695107 -0.861599513104605 -0.8739949319565202 -0.8749689112971113 -0.8858325045248845 -0.8966856723314611 -0.6598905028298292 -0.6331653283184134 -0.6177680662660294 -0.6207400722460292 -0.592253155968321 -0.6023224973452355 -0.5733374094477707 -0.33998658315386815 -0.4960948869107684 -0.33495676504335686 -0.4870075790378139 -0.3323562409906528 -0.48124966542000297 -0.296530934417919 -0.28468327798704934 -0.6783855427438936 -0.8560605008546139 -0.8589732952774626 -0.8714829206641685 -0.875316605534935 -0.8675395259456445 -0.8809202675906163 -0.8968169654084094 -0.8907367398745443 -0.6652229263121455 -0.6408798519479034 -0.6217286874867173 -0.6147423659808728 -0.605195957372723 -0.6206127358148313 -0.5869062563832549 -0.34533883359849754 -0.5094946664269449 -0.3435418493727307 -0.5021140436564265 -0.33823647014853675 -0.4971639060883331 -0.2971924588967646 -0.2843705835132666 -0.6886098222515548 -0.8451863160684144 -0.867777226610703 -0.8956707489571589 -0.9017114684760956 -0.9055255521489524 -0.9019948998402486 -0.9025782895321702 -0.908486664837842 -0.6859465445158199 -0.6667577813428082 -0.643332865645973 -0.6394578643651081 -0.6179350375471604 -0.6234358832852461 -0.5705648640569769 -0.3408798875234982 -0.4903695365363373 -0.3316826527936634 -0.4765652409232739 -0.324689106860286 -0.4641472679352688 -0.2970890514089534 -0.28525474102695164 -0.6320258432017298 -0.8034478772449329 -0.8149250598880118 -0.8249846948611099 -0.8310481208742895 -0.8318864017328672 -0.8399001431632523 -0.8487681525824151 -0.8470624031745535 -0.6204575119560265 -0.6066117753924274 -0.6010363640407794 -0.5912824409994136 -0.5762780286576425 -0.5913887697819654 -0.5604765322344589 -0.331809418729898 -0.48344099389787154 -0.3277421277182465 -0.472468023354251 -0.32518334947173166 -0.47329305681024497 -0.2959865015432602 -0.2852092791347423 -0.6382884225403269 -0.8170424279272451 -0.8248156243372496 -0.8337529843755846 -0.8416621344042577 -0.8440953253156394 -0.8549390769794962 -0.8536645202544421 -0.859099763917177 -0.6203427440043503 -0.5995603402576074 -0.5930890389273638 -0.5925625926964267 -0.5813104719565929 -0.5976769148655815 -0.568645705409797 -0.34025283682183377 -0.49400413475380683 -0.33662760736149033 -0.4950656466355173 -0.3385158376405324 -0.4970127022164403 -0.29685324846143124 -0.29772620089402696 -0.581471758584473 -0.6955497846901304 -0.6980474984763317 -0.7112114007897276 -0.7167693434377393 -0.7087479526564352 -0.724415736577603 -0.7556919932918619 -0.7537403471506846 -0.7410687893026429 -0.7244046482080803 -0.5131497033342833 -0.49357364160596695 -0.3338403383096085 -0.5160951243065448 -0.3433572596746857 -0.49901488828297147 -0.31472245714388625 -0.47044138687752757 -0.31369724307829605 -0.4629863254307888 -0.30814272692160793 -0.45499810479856334 -0.34983994254940687 -0.2638747210594795 -0.5077110404979385 -0.5966462249798961 -0.5727015240617075 -0.6007969957537238 -0.574468841347812 -0.5934977564448549 -0.5694742552492126 -0.5990367071636614 -0.42964738855292794 -0.384701164262961 -0.45708856069760684 -0.377516857463607 -0.4555285691768911 -0.3837317296625027 -0.46031771310358954 -0.3718227574326071 -0.47695933867549417 -0.38245382178254606 -0.47117435616693587 -0.35045913282094476 -0.4671189043304669 -0.29716647605866753 -0.28522732389286326 -0.6552971213275034 -0.8434444690705946 -0.8576182138965185 -0.872520827698513 -0.8952380893130555 -0.8881344418601276 -0.897663244491155 -0.9084979065272184 -0.9106145499332079 -0.6765747076348104 -0.6672828980018071 -0.6524364050239039 -0.6383939099660743 -0.6045360743737788 -0.6221198688875997 -0.5848097614822797 -0.3468628962487947 -0.50823115980001 -0.3389846651505154 -0.4938091831689939 -0.33677965467408505 -0.4953914052893864 -0.29647701598111337 -0.28521846514318633 -0.7031761120932314 -0.8615222491915745 -0.8752520643811473 -0.8932999368998625 -0.912871785493089 -0.9173160218349685 -0.9283020134502067 -0.9353362204782388 -0.9302950134119181 -0.6875951614912539 -0.6876911961898131 -0.6729326000661735 -0.6596742534216902 -0.6225513184435627 -0.6134446907009716 -0.5768697707709259 -0.33864081514463823 -0.49227548648572506 -0.3331919081804255 -0.48275870781920727 -0.32687066404887405 -0.4707465360500164 -0.2960122369644079 -0.2851578848551017 -0.6449356846136494 -0.817238045542806 -0.8267371857345126 -0.837312065560471 -0.8486231049300419 -0.8511168040276186 -0.8537730952891565 -0.8522739818682808 -0.8560310685661949 -0.6229918571336347 -0.6122318116559552 -0.5936355981346352 -0.5949219360169722 -0.581134944145529 -0.5915107140366923 -0.561203784414715 -0.33616562903540703 -0.48654928329235875 -0.3280444901677803 -0.4772988263211492 -0.32565404286647415 -0.46709331327522907 -0.29679113009042013 -0.28437669054558173 -0.6413014188904103 -0.8271914512570621 -0.8461345468681496 -0.8530349062929422 -0.863224378427032 -0.8694147623779778 -0.8828012892181399 -0.8832122754730924 -0.8815519476738896 -0.6473379091891921 -0.6410173342999629 -0.635525158631032 -0.6200034773328383 -0.6016959339125548 -0.6067317844259158 -0.5756094081167598 -0.34235420766666846 -0.4967227988331622 -0.33658584985242734 -0.4927405643726914 -0.33169386886323715 -0.4809345143309216 -0.29714544809913707 -0.29686109326991855 -0.6578967546373604 -0.8425642461457455 -0.8516457824342943 -0.8647938519943922 -0.8826057472697312 -0.8847394399217325 -0.8971515999533353 -0.9167853959161013 -0.918668650823235 -0.6735401905978239 -0.645263921072643 -0.644096788914559 -0.6296196442134447 -0.6149454621600542 -0.6260603222801029 -0.5887060696749865 -0.3499329418849087 -0.5129099293073427 -0.3463943133036952 -0.511597873894549 -0.3466013886145599 -0.5119592827691996 -0.2971724634789899 -0.31400500252820224 -0.5999815144181084 -0.7086445581151273 -0.7267601641222093 -0.724367927829711 -0.7260264294393958 -0.7287928491210991 -0.7659632717936046 -0.8007035189637973 -0.7985184742462843 -0.7949817678759943 -0.7477446516354317 -0.5395706527980769 -0.5091026947456367 -0.34769312078490083 -0.5475853738325267 -0.3634876863467306 -0.5397261349503711 -0.3355518788405734 -0.5109725498657072 -0.33492886239063296 -0.5040392223323648 -0.3314274636912912 -0.5014110638946834 -0.31416160090083645 -0.2650473743998534 -0.5440835877991125 -0.6588021886493104 -0.6320429884238212 -0.6507414883308005 -0.604179352690099 -0.6274203188518512 -0.6126145777195782 -0.6464573973594739 -0.4676277098515216 -0.4181623200473627 -0.48108961182991195 -0.3959586231159368 -0.4702526575787757 -0.40506789346762406 -0.48584777688124064 -0.4033893612687327 -0.5059306533573127 -0.42183121718930167 -0.5059299996848181 -0.4253838117113616 -0.5064224956593784 -0.2965217108648021 -0.2851703698614341 -0.7588182791586644 -0.9173789592996535 -0.9170903635518628 -0.9178083358177185 -0.9245184416312969 -0.9310430723940201 -0.937996505333598 -0.9381697263987416 -0.915794477579596 -0.6782572089037362 -0.6593640317309105 -0.6682923791909746 -0.6620435425486979 -0.6393883481928533 -0.6461891300010345 -0.5948644877231452 -0.34943734845613156 -0.5113779137572633 -0.34330449813469277 -0.5027469567321085 -0.34005807541756183 -0.499039790069945 -0.2960777124593041 -0.3122869331500008 -0.6981364610771437 -0.872839859426407 -0.9063471959734534 -0.9021246270828329 -0.9090586633000277 -0.8994198727330946 -0.9175387874324277 -0.9294753216103623 -0.923392658899828 -0.7110668076317314 -0.6812119814780521 -0.6600389594835818 -0.6504713591355207 -0.630178113516361 -0.6402869676825946 -0.59503787137024 -0.35147206357876465 -0.5194243845504666 -0.34829777617307073 -0.514461107805165 -0.34893701777243874 -0.5150088306196579 -0.29594647790623435 -0.3138189860166504 -0.7217150719314372 -0.8834461085070809 -0.9038906881037123 -0.9298039281007627 -0.9377778843651364 -0.950579406115294 -0.9582827151539476 -0.9735715622233253 -0.9780243036492022 -0.7302456262703693 -0.6983144016442714 -0.6861213203396896 -0.6866872447056398 -0.6732682405678003 -0.6845346215337743 -0.6179831343619191 -0.36654854339768095 -0.5466125363983517 -0.36235564717138113 -0.5389945694612596 -0.36238463665708737 -0.5390436229529928 -0.3563649249815419 -0.5213348364748952 -0.7055842780366002 -0.9123912747146754 -0.9273754654861619 -0.9368740705627254 -0.9613535894419944 -0.9605882352258714 -0.9776457652130265 -1.0 -0.9766743126544818 -0.7340181132192674 -0.6889663093537864 -0.6922325660642692 -0.6911937468910929 -0.6858230806589506 -0.7071561668893995 -0.6216129141001618 -0.36997808116257375 -0.5605305318026443 -0.37556756939376273 -0.568928134528574 -0.3768861822673513 -0.5628424421276358 -0.3637457589602673 -0.5351724617598286 -0.7071539779732933 -0.9281715847918203 -0.9408054123164649 -0.9494351154924823 -0.9521276068890029 -0.9518410397397984 -0.9647566134921369 -0.9685060461461206 -0.9679791661394099 -0.7074564824080568 -0.6960749393783005 -0.6788479454474963 -0.6765200765050797 -0.6556811367316902 -0.6657780452250063 -0.6025255671562972 -0.35798844963920695 -0.5337143092210898 -0.35383416188627564 -0.5266840608943923 -0.3524193343103327 -0.5238944495332623 -0.29636963128901517 -0.2989896303040015 -0.6153765024656933 -0.71263350471839 -0.6953486895855635 -0.7167002247454576 -0.7202760931269454 -0.7141488505437534 -0.7079781671938552 -0.7096359556386379 -0.7114754623600253 -0.7228005180055991 -0.7087225646933255 -0.5080815219446384 -0.48351613224386175 -0.33304992643555104 -0.5154242435751206 -0.34758954098170997 -0.5117781468998309 -0.3212607439251949 -0.485722283793899 -0.32223450537777754 -0.48501775578726647 -0.31847827040450943 -0.4740710746591717 -0.2987505571073357 -0.26483157020978 -0.5060719636725816 -0.5911050327790993 -0.5610349995947557 -0.582178383469663 -0.5695837289378929 -0.5915237981053306 -0.5710927342554889 -0.6087397769579402 -0.43348411367749534 -0.388069790110752 -0.4676497490794736 -0.3823943510410062 -0.4607357576094479 -0.3905235708720869 -0.47329721572116196 -0.38279078577997844 -0.4848452659748959 -0.38989026212632283 -0.4783871475677935 -0.3856948339889872 -0.4740488229926113 -0.297119288667807 -0.28443515792031016 -0.6708345132849527 -0.8394335483752576 -0.8553088917815942 -0.8706034822452086 -0.8800268126266991 -0.8846425228736627 -0.8896920721304302 -0.8968992942111511 -0.8874070574095481 -0.6685826291863743 -0.6467084223571045 -0.6270627586113294 -0.6195171891201424 -0.6015331655872677 -0.6195838874623166 -0.5825356418103042 -0.3431002593512816 -0.49971069128776474 -0.33578056738992546 -0.48897984979523634 -0.33050018882686866 -0.47904555521204245 -0.29714931577410114 -0.28397094934106976 -0.6532809897665753 -0.8357161688568391 -0.8426045684923945 -0.8652776646759032 -0.86771808154542 -0.8696801465465797 -0.8838447820572467 -0.8885473457946593 -0.8910182041611477 -0.6580373672836912 -0.6426122030568219 -0.632471153565938 -0.631834738171569 -0.6189642271993779 -0.6313431998064936 -0.5912768580504606 -0.34864543374790247 -0.5115305211919406 -0.3453881051759214 -0.507247096250003 -0.3406727374097234 -0.5005797864820452 -0.296456428392531 -0.2980614216621554 -0.691579348809254 -0.8389585478760365 -0.8663397216382086 -0.8974335203756315 -0.9202637498790803 -0.9221799539366495 -0.9227055436290648 -0.9295071785744548 -0.9338915334668076 -0.7115694371868355 -0.67166086347571 -0.6466662501216945 -0.6361592964392296 -0.6332491720436413 -0.6439446901449021 -0.5908457475940058 -0.3517684013155345 -0.5182213321317913 -0.3463464052609478 -0.5146476670072886 -0.34760759353743464 -0.5119599581090332 -0.29609056582640336 -0.2850215487286168 -0.728130587703348 -0.8835235227406638 -0.8973673594704585 -0.9038796713027851 -0.9302128989062065 -0.9490412040673207 -0.9618633256837007 -0.9389072055731327 -0.9209920278059067 -0.6976871097460486 -0.6890023645705865 -0.6849593111962772 -0.6354304932006691 -0.6301322397954203 -0.6396927031788636 -0.5914475515220513 -0.3496736720025074 -0.5165977132198607 -0.3471521733180391 -0.5123374612352573 -0.34487819946017706 -0.5100705741986353 -0.2959050109741564 -0.2989222834026563 -0.7150643298268519 -0.85016122444225 -0.8606427261657587 -0.8771330103700934 -0.8846092015202763 -0.8859289313083555 -0.8943537616376998 -0.906899110944061 -0.9057176275448886 -0.6743950593146752 -0.6598895551164727 -0.6458986270880374 -0.6389804373515081 -0.6304831457737258 -0.6473511714489278 -0.5864786873655697 -0.35089079790970046 -0.5186970688063082 -0.3484749122889532 -0.5164737914738222 -0.3482185067184635 -0.5183779386157753 -0.2959080912010048 -0.2852065128248934 -0.6195367800382638 -0.7072171297302019 -0.7050397784952346 -0.717290086699793 -0.7725487859639224 -0.7489622137077648 -0.7549381220692095 -0.7546937476762947 -0.7555793184172416 -0.7588174091054555 -0.7338560100843681 -0.5223915703128846 -0.49682546803384675 -0.3378195989404651 -0.5299326743428576 -0.3512007826866528 -0.5151404529204027 -0.3230585609010019 -0.4836950150901442 -0.32021973860816894 -0.4890575986170053 -0.31979273596888946 -0.483435968146845 -0.3022236120103529 -0.2647350488213567 -0.5142115725961667 -0.6091887986578953 -0.5775231847162796 -0.5998304852438262 -0.5874800282192657 -0.6115615339934316 -0.5883011087107761 -0.6039065046326844 -0.43913797919245606 -0.39932815381135195 -0.4737619793176476 -0.39195394063752065 -0.4665711976710357 -0.3994984433614082 -0.4781553901522805 -0.38735765350265505 -0.48983373344811726 -0.40033759565859345 -0.4864800940578239 -0.39404935846745914 -0.4825521175795523 -0.29677184393838046 -0.2852013220456937 -0.6890873658896508 -0.8595002962242849 -0.874158680078675 -0.8812030510933461 -0.8847350846911922 -0.8822799442224111 -0.8930197658814835 -0.9038311654376427 -0.9101485399030654 -0.6856551788107313 -0.6725759444335008 -0.6665495103569772 -0.6616862006863942 -0.6473142413050844 -0.6522250587199899 -0.5924462161201459 -0.34830413656177467 -0.5082918601717462 -0.339271754598431 -0.49240429666760593 -0.331215035480594 -0.47971366901222817 -0.2971352477586931 -0.28496332975991506 -0.6390248156315813 -0.8198253719049649 -0.8313939864355387 -0.8481631708282534 -0.8497988830019879 -0.8524184928432925 -0.8586085942046254 -0.8582532777999617 -0.8596298212401274 -0.6277319764259939 -0.6147600640767541 -0.5994670160584283 -0.5935921664185799 -0.5793335862926252 -0.5905948428273972 -0.5625329787476875 -0.3358599185028024 -0.4864177589833484 -0.3251161967241064 -0.4752237604524997 -0.32464019763012725 -0.4697122831125791 -0.29714038679653876 -0.2967288785146698 -0.6389806759967332 -0.8173667547441957 -0.8261715730518931 -0.8393879842325954 -0.8402423780349647 -0.8445774891468507 -0.860362669404463 -0.8594497509882641 -0.859738275350923 -0.6336298700546015 -0.6203645390702043 -0.6041590205996172 -0.5975654522283852 -0.580958716763463 -0.5914714894710531 -0.5615302143736414 -0.3334870860448911 -0.47998561855332567 -0.3254726647791382 -0.46720920631905183 -0.3210259365589684 -0.47190494525835885 -0.2963529725351931 -0.2847418478373241 -0.6313048764187472 -0.8030231061103298 -0.8229376275320798 -0.8439470699673051 -0.8587324047049688 -0.8640445693067236 -0.8770688191704726 -0.8852493680748161 -0.8805849437156865 -0.6448730220818836 -0.630789892919159 -0.6173197021923754 -0.6063316314081632 -0.587955925381066 -0.5997621394062674 -0.5698761254932552 -0.33452041833789553 -0.4858555169190323 -0.32857582431022936 -0.4732163147658094 -0.3252735279569146 -0.4663199186599357 -0.29591246069077554 -0.285180488969523 -0.6398587636998387 -0.8188473453861079 -0.8461252365322917 -0.8575290161547562 -0.8679553608387047 -0.8788148110186994 -0.8845526940633771 -0.8923502940796257 -0.8886007580455597 -0.6599060863873745 -0.6451083906151353 -0.6290412597656673 -0.6216077204636301 -0.6151352138552081 -0.606188532224103 -0.5781203917676775 -0.34126157292608517 -0.49625551659606193 -0.33659028902296745 -0.48958111674493354 -0.332869831014796 -0.4817811334330036 -0.2964939156628539 -0.28517827639414817 -0.551817992768465 -0.670742616681377 -0.694079964827589 -0.7092570407499752 -0.7115838392548285 -0.7048378931092433 -0.708446640773439 -0.7223138664227295 -0.715508793374965 -0.7149458531429369 -0.7053680084723604 -0.49498792345864095 -0.48382060420250317 -0.3469636313703429 -0.5130883855271194 -0.3449421324076848 -0.5040858424572131 -0.3184969849403229 -0.4745530229802274 -0.3166272589390422 -0.4723254279700921 -0.3137065736701376 -0.4693021276163291 -0.2972065814121792 -0.264275728600651 -0.4978207913752933 -0.5900862105685407 -0.5708735258659264 -0.5960584145168814 -0.5726462089261781 -0.6002302197599916 -0.5741183352779125 -0.6149722312292459 -0.4394831269819649 -0.4041424407686686 -0.4685810377530773 -0.3860096117145724 -0.47950400124993336 -0.39533886966546444 -0.4741610873239719 -0.39050072908781724 -0.49127809870242134 -0.40697615395616266 -0.4909236730574299 -0.40371210036981303 -0.49145716528029215 -0.2959037206751583 -0.2851853495034969 -0.7144014108367196 -0.8666179170603768 -0.8726857155819856 -0.8853912418270813 -0.8876638416711613 -0.897566708671612 -0.8932422226198451 -0.8933944363595256 -0.9049355174169639 -0.6774857422014542 -0.6556263215194343 -0.6407211031346837 -0.6395731696633211 -0.6491246141736615 -0.647475032052817 -0.5875431076828477 -0.34808562153481204 -0.5129285011641006 -0.34518713772084714 -0.5101531332374832 -0.34528152712742016 -0.5095431429908316 -0.2963047334403217 -0.28516853664849207 -0.7120346160465973 -0.8553328916526012 -0.8644784236212695 -0.8699860907900813 -0.8875381601965737 -0.877978108422902 -0.8853188570290662 -0.8884617525144136 -0.8911549387430213 -0.6582918100382392 -0.6481799244008565 -0.6311897899956923 -0.6179312366625208 -0.6180098774695474 -0.6084777170682482 -0.583864227479029 -0.34343973706710756 -0.500069894875756 -0.33693484943163343 -0.4893311172678089 -0.3333438319794939 -0.48571512433355324 -0.29704825858778555 -0.285116061378022 -0.6626128309227775 -0.8402543273703967 -0.8625542088258198 -0.885619217178313 -0.9044237879734505 -0.9010425099066853 -0.9081561023659995 -0.9114117746879008 -0.9110089388720558 -0.6777063488368986 -0.6556251157803809 -0.6442931323055745 -0.6332131340085585 -0.6341116662361543 -0.6265710415300341 -0.5828020862746037 -0.3444159799824474 -0.49934908938563566 -0.3372287461681477 -0.49131235436874565 -0.33434403148434255 -0.4840542182326741 -0.29710132207247253 -0.28406301602034534 -0.676084817426774 -0.850796013874331 -0.8853993048553499 -0.9105879603460298 -0.9340674591435616 -0.9577123633246599 -0.9242431803861463 -0.9377349250307896 -0.9321920183986844 -0.6897601112337397 -0.6707915983920295 -0.6633845797049667 -0.6466119945040216 -0.6486915228018911 -0.6432468111705939 -0.6001222701463202 -0.35663032129216765 -0.5321857442640829 -0.3512372218174988 -0.5129798517324642 -0.34115963057527693 -0.4997838821103941 -0.2959979445958779 -0.2981226797230091 -0.6707267361754244 -0.8310470686401812 -0.8408692655960516 -0.8502093312354909 -0.8625019117805995 -0.8658071994505004 -0.8739306987131624 -0.8821549639816109 -0.8821178165330088 -0.642502242473151 -0.6274621956542897 -0.6121430620868019 -0.5992277709628351 -0.600507342227849 -0.5985568114725225 -0.5682754688463499 -0.3372293943997145 -0.4886431234601833 -0.3312275528840728 -0.47944112239601044 -0.33046282855759546 -0.47111824422878756 -0.2963671156979677 -0.2851625601571696 -0.529671114985563 -0.6524060336880378 -0.6571783446577399 -0.6735979233069617 -0.6792795230622065 -0.6868809425699317 -0.6903253876303529 -0.6983930480603519 -0.7013760209392295 -0.7054225345563065 -0.7020143128772655 -0.48380514651590806 -0.4708188680741687 -0.33541701764455306 -0.4901925786769225 -0.32923974169110276 -0.4814535946860307 -0.3044513713429564 -0.4573388720493554 -0.3031321603615751 -0.4487370962372219 -0.3021982983547082 -0.45634938874891573 -0.2893921997585307 -0.2647622287088771 -0.49572558172186826 -0.5830330621707702 -0.5729633572760572 -0.6136838340943762 -0.6135356998065292 -0.6598786023515579 -0.6302480508560022 -0.6732842966731434 -0.4690908368887165 -0.4195580141393166 -0.48891870424405776 -0.4074316959640253 -0.49656231350365965 -0.4135000136501047 -0.49512145031951577 -0.41135229832050696 -0.5134601803309776 -0.4293998713996407 -0.5114105211166642 -0.42788588362801927 -0.5109680123342596 -0.29649778219785344 -0.28516022149695947 -0.7610665048262564 -0.9172257061054113 -0.9133875566133062 -0.9195544051709524 -0.9183878271043315 -0.9299887660078134 -0.9174354538227638 -0.9474192931998519 -0.9463108786308871 -0.6980035647352377 -0.6917632966285305 -0.6767684937961473 -0.6640904812674854 -0.6670355340462213 -0.6712889971845092 -0.6037351758562374 -0.3582008127433124 -0.5346250124195528 -0.35565891034211594 -0.5248962069870982 -0.35298639249075175 -0.5211206113833037 -0.2970962609642281 -0.29907417028983985 -0.7338299900612366 -0.9055763134473319 -0.9292721092035198 -0.9355096510966332 -0.934382781185054 -0.9368308713507 -0.951272373659955 -0.9441293622012538 -0.9204626667649508 -0.6667099113505018 -0.6397169789352789 -0.6136589983643891 -0.6141722074538384 -0.6272214393040042 -0.6255214102953465 -0.5748442994251163 -0.3441129960229386 -0.501120992344888 -0.3381009783529885 -0.49690352716475805 -0.3351688588505434 -0.4861057869768623 -0.2971279989589311 -0.28395573597963664 -0.6584583666102355 -0.8321389417221217 -0.834211636432385 -0.8537408300744672 -0.8554328976901565 -0.8643827924689895 -0.8727721801106167 -0.875402732881179 -0.878550077653572 -0.6418249136764339 -0.6275907567301638 -0.6127051916027013 -0.6030068944322265 -0.6070622520984231 -0.6019692869893805 -0.5747327644573959 -0.33999348170877325 -0.49244423619188343 -0.33414358796829113 -0.48361461133739614 -0.3272854486249212 -0.47079778461808475 -0.2959165947105675 -0.2851653753704443 -0.6425560916566323 -0.8268378915489731 -0.8473260548311932 -0.8585321841212237 -0.8751077845298412 -0.8744621113878203 -0.885884704381177 -0.9001248422197379 -0.9001174263279635 -0.6648601001931708 -0.639517241757612 -0.6186677524176301 -0.6028565424847421 -0.602961195887847 -0.5988391855913818 -0.5712458738222881 -0.33714131438840167 -0.491115595196071 -0.33306821826735694 -0.4844417649159446 -0.33116260311935763 -0.4771688782002331 -0.2966883015101347 -0.28519193687428923 -0.6593441140447592 -0.836228944544865 -0.8609972293158786 -0.8825632858404349 -0.9019685863031862 -0.919453975225043 -0.930860040773228 -0.9455487200131565 -0.9462922878260365 -0.7008927825155988 -0.6837720985746383 -0.6616639229157798 -0.6442741811180805 -0.6378749536455632 -0.6317571844589267 -0.5892124807063792 -0.3486634927441982 -0.5127173072087241 -0.34441541844492707 -0.5063601251594726 -0.3439955274724489 -0.5066106772298163 -0.29709713793165615 -0.29791517989551525 -0.5683760816051986 -0.6774827455911849 -0.6845518175174808 -0.678608138908212 -0.6824747115134167 -0.6870020308833034 -0.6877098808905008 -0.6891618752455849 -0.683707079931428 -0.6899340165765138 -0.6791886209461878 -0.47391330483163435 -0.467047779070244 -0.3413628785622416 -0.4941140533175924 -0.3357132397207899 -0.49027279593529366 -0.30939864432542397 -0.4629320951841938 -0.3081823850486985 -0.4528659550338424 -0.30517541443987034 -0.44915481523488177 -0.3054922247706488 -0.26506111867702886 -0.4928502540737328 -0.5556808739521338 -0.5434943752619223 -0.5528667381432224 -0.5397367918791454 -0.5584579023568091 -0.543234660334785 -0.5558588999747147 -0.4116499400923655 -0.3665649277639098 -0.4432263187075107 -0.3570661465587188 -0.4556904294983349 -0.36784004482941307 -0.455226807888777 -0.3642486650498668 -0.47305604407373125 -0.3678853406268451 -0.46948894597874635 -0.3562760115983502 -0.4671297598781665 -0.2970985472410505 -0.3009781652151046 -0.6465643822536813 -0.8081998753975084 -0.8105410273322952 -0.8143690035826426 -0.8192505143158539 -0.8248351065818803 -0.8287828860267096 -0.826531314729689 -0.8301431885242208 -0.6018544287256048 -0.5891823567872543 -0.576822333458566 -0.5779226495936555 -0.5877353827168874 -0.5887683548049446 -0.5525679023248203 -0.33231905178147636 -0.4833586447900592 -0.3262465850953078 -0.4703288978035486 -0.32353722819545394 -0.4780820586937057 -0.2969545824792366 -0.30040147409111495 -0.6377204097686066 -0.8063286341891727 -0.8099032129600917 -0.8200255098180874 -0.8270213005710069 -0.8331456181895706 -0.8385241778478727 -0.841129601576711 -0.8447274196678072 -0.617223502341119 -0.6010534880643147 -0.5904565667165813 -0.5825157679550818 -0.5879344152601179 -0.5883559542005116 -0.5565827094233515 -0.33050105893860426 -0.4796885823107287 -0.3253624482744201 -0.46675744375135536 -0.3223910557494063 -0.47352552055763075 -0.2958942601497638 -0.30146659968820516 -0.625125674782331 -0.8038698387875599 -0.8105192914858304 -0.8182800692910731 -0.8296888299019026 -0.8348070770608441 -0.8415215186662003 -0.8455817622899134 -0.8383998839652137 -0.608171934241779 -0.5937760993028173 -0.585037332006154 -0.5851338982797459 -0.5961658862903915 -0.5944730485014481 -0.5577316483546183 -0.3348821712952836 -0.4875980779838209 -0.3319783350291704 -0.4804279576418414 -0.33083766424199457 -0.47840250153182234 -0.2966568181795368 -0.3014427521169078 -0.6518823745895386 -0.8087599790845909 -0.8128544782029372 -0.8218530095532512 -0.8414387288764793 -0.8639859554371243 -0.8791491979896208 -0.8850667633785078 -0.8789193745960475 -0.6468511764360245 -0.6313190021595636 -0.6207891042170852 -0.6136160819090429 -0.6267492609982993 -0.6281860942467746 -0.5744081792911279 -0.3436135575085475 -0.5058221794664447 -0.3396700880308566 -0.501364411303379 -0.33864307375729924 -0.49750642724123784 -0.29713159299012776 -0.30095726631210645 -0.7031257243697905 -0.8575036843822461 -0.858263875901381 -0.8739260924792267 -0.880893914925561 -0.8792501243288658 -0.8934500711000524 -0.9120683316295382 -0.9040234224453398 -0.6715007150533718 -0.6497308807268062 -0.6306564365674954 -0.6335398940389567 -0.6370138917164142 -0.6377742047949334 -0.5790319482399034 -0.3469750978639626 -0.5076920135117761 -0.34140598204997363 -0.5047799767423851 -0.340031925861368 -0.49981011708102435 -0.2971087798804939 -0.3002544271041619 -0.5957959179545352 -0.6993844906749477 -0.7109277426883672 -0.7231282238441147 -0.7400884753266576 -0.7472387421375118 -0.7414454034248443 -0.741120111920245 -0.7560213946189606 -0.7105572180580567 -0.7286886825004169 -0.5192348539328165 -0.48760446100200777 -0.3507486723711496 -0.5184244036257964 -0.3493539033585399 -0.5165820095384843 -0.3229004458628203 -0.4875122204183447 -0.319128587998182 -0.47626434014135943 -0.3133170709441005 -0.46042951878054433 -0.312872238902646 -0.26482546564627757 -0.5008021400826168 -0.5869955103808925 -0.5633718396219805 -0.5781913988651253 -0.5669393928855936 -0.5918394470662282 -0.5762693001910613 -0.606654807667806 -0.4348982367161084 -0.38846405042779364 -0.4653099663360194 -0.3799866540717342 -0.4735424012943048 -0.3906927662241909 -0.47232579580019324 -0.3784749261790176 -0.49189360642679514 -0.4012459158378515 -0.4923052987796542 -0.4005020049447192 -0.4919680021787237 -0.2971290177025751 -0.30100282480768453 -0.6926415356376688 -0.8493529744548677 -0.8548954447238828 -0.8713512362809774 -0.880685091137833 -0.8896248984502969 -0.9050673649322022 -0.8992025910632623 -0.9102978325185588 -0.6577103936450578 -0.6339257610974519 -0.6292317416155181 -0.6344566016532991 -0.642771393288702 -0.6434410940126686 -0.5766536663714765 -0.3451088045352333 -0.49721059611796325 -0.3353237056597438 -0.4844191834773474 -0.3302728144387317 -0.4795913079093118 -0.2971043014921393 -0.3002619902752689 -0.6413986642192121 -0.8183439361865623 -0.8147679370964422 -0.8309290300506847 -0.8353835988862287 -0.8475014878439461 -0.8563905267021634 -0.8548404372585416 -0.8577748723997782 -0.6324885239941007 -0.6263511307225822 -0.6232033179060718 -0.6221378061984795 -0.6355581444385122 -0.6311839949470246 -0.57707824997687 -0.3452165210211191 -0.5054700453254986 -0.34200141524752914 -0.5034077821156097 -0.3403076592541248 -0.5029024797454725 -0.295898351634313 -0.3014708547393699 -0.699167714704338 -0.8500512970099191 -0.8491955290407727 -0.8455996547891238 -0.8511429150471356 -0.8504666101015703 -0.8591165572371777 -0.870668026008779 -0.8749877986044247 -0.6124505995391722 -0.5871505526336751 -0.5709426228285723 -0.570892413952899 -0.5796507218386849 -0.5793282704482297 -0.5396531915629937 -0.37923852053494106 -0.47114071978670147 -0.3260151052200369 -0.46702586838426186 -0.32223109223992313 -0.46401711627840964 -0.29609046382888893 -0.30147154685205857 -0.6266070648530606 -0.7980674943461602 -0.7964516115637066 -0.8008239598333968 -0.802509133145598 -0.8046915065314115 -0.8135969695220833 -0.8149616793988498 -0.8174771428061207 -0.5904383480097833 -0.5756559637753963 -0.5659825866856075 -0.5650913778882692 -0.5773582910277599 -0.5778645665288517 -0.5403367297704923 -0.32793134769796867 -0.4796742297718983 -0.32709226201483516 -0.4703969357158701 -0.3481840891814809 -0.47237204778189174 -0.2964987341709611 -0.30147268076349604 -0.6321624363138882 -0.8015992020164704 -0.804940894413445 -0.8146041994422268 -0.8173836242473866 -0.81590368120405 -0.8259218487623687 -0.8224866719605183 -0.8284387495679258 -0.596735370463136 -0.5838498644401865 -0.5712569772390715 -0.5673644916502564 -0.5776691553693749 -0.5771772690713485 -0.5433418199754543 -0.32469077880907804 -0.46873142439379434 -0.3201425398260847 -0.46378453527951935 -0.31845455423221863 -0.4597140021186051 -0.29690755204825 -0.3014745236290813 -0.5112664552770761 -0.633581153603265 -0.6364338363241271 -0.6448010551399135 -0.6507430110013608 -0.6466735022731483 -0.6547636013379241 -0.6572630637123633 -0.6541037805349499 -0.663121274550824 -0.6530604198285651 -0.4602392432093085 -0.4507427078609302 -0.32398240155958974 -0.4748089823961925 -0.3206173015143263 -0.45981922620300814 -0.2944140823023128 -0.4438870568961739 -0.2905522358173557 -0.4328291683118458 -0.2892097860975104 -0.43191336409471215 -0.2886314737616293 -0.26386090905395493 -0.48646293297254684 -0.5278262329908028 -0.5341368126404383 -0.5439939028072184 -0.5326724698857033 -0.5479945119087241 -0.5329743024573824 -0.553144670150288 -0.4064272073169162 -0.3649212844948751 -0.43637365842110104 -0.35021565140745453 -0.44596689169197556 -0.35479248329267177 -0.4407882013527488 -0.29640774212481463 -0.46247961837501395 -0.31236668446333676 -0.45473825077135255 -0.31064160716907424 -0.4502567199343727 -0.2971094610824801 -0.3005814668941847 -0.6169589286011726 -0.7919426156187657 -0.7997198267688687 -0.8141594226837577 -0.823231197159703 -0.8226808107241179 -0.8302750571163308 -0.8282021406038552 -0.8324665462686188 -0.6009958190734281 -0.5878485170096114 -0.5720034785237278 -0.5639948265370063 -0.5755346634059876 -0.5723712596193852 -0.537024285577457 -0.32072738831818315 -0.45836340997842895 -0.3155356873269082 -0.45684882373677294 -0.30998055458656465 -0.45277621157681763 -0.2967676935909306 -0.300615943833384 -0.6089198611172367 -0.7893166375052407 -0.7968654418655977 -0.8109785830900622 -0.817753291535938 -0.8166794928651038 -0.8308926007492662 -0.8353930459715319 -0.8372461758425261 -0.610354702875963 -0.592385132669451 -0.576184426884223 -0.566968854764409 -0.5768743610153901 -0.5748758329427771 -0.5408951508171664 -0.3216677363539005 -0.4600009405840923 -0.3173560850443327 -0.45721741440475666 -0.3113806313536889 -0.45260646722954123 -0.29618538178172704 -0.30120148834498617 -0.6058364875105635 -0.7884976190020669 -0.7997767126474147 -0.8089829549485976 -0.8153924029804857 -0.8149739905143285 -0.8151007828440218 -0.8113141507676629 -0.8115527537895139 -0.5863586199966255 -0.5745662416818461 -0.5679771948344973 -0.5667588974658503 -0.5782637849623199 -0.5800677353428806 -0.5452747089740092 -0.3306635958822443 -0.48116812355285854 -0.3285708540337053 -0.47394917875058235 -0.32649549958688334 -0.478011320973763 -0.29591492983501116 -0.3014729807729949 -0.6264325942394848 -0.7971956937089336 -0.799919299057997 -0.807317079491087 -0.8123559461521985 -0.8138514915143698 -0.8303326433705519 -0.826881853902335 -0.8300118497154365 -0.6042715359218153 -0.590615766760996 -0.5790163747293317 -0.5739846459466896 -0.5864171491004365 -0.5879617845729485 -0.5594239809957452 -0.331822782061815 -0.48549123162118496 -0.3336519664572559 -0.47890815998652764 -0.32848383879087156 -0.47890142386135126 -0.2959171848050948 -0.3014744694662309 -0.6515519109809124 -0.8184335960660138 -0.8216452517610816 -0.8330591260657633 -0.84409743331787 -0.8528529588671968 -0.862727323309817 -0.8723089855573977 -0.8751174843324614 -0.6368345327385864 -0.6147859090089637 -0.6015118366393299 -0.5961695117704983 -0.6100323610889098 -0.6143124928500164 -0.5741941660288571 -0.3404004639762678 -0.5023908870596073 -0.3399410303372732 -0.4990734147573041 -0.33540943520216143 -0.4872416346922288 -0.29592239246363033 -0.3014717668500799 -0.5453673635960499 -0.6578775421595151 -0.6548544684793841 -0.6655238970098779 -0.6696421382696266 -0.6660694485816512 -0.6701446747077564 -0.6790256535854702 -0.6684651705940026 -0.6738651407871238 -0.6646373989615012 -0.4641618304834345 -0.454150533400794 -0.3289686598818745 -0.4783959465886777 -0.32369401445279894 -0.4721405589394255 -0.2971007493570043 -0.4379272790075066 -0.2954996775222115 -0.43564722151178864 -0.293780142344319 -0.43590092219835025 -0.2918899143143449 -0.2650941805716964 -0.4905788603339714 -0.5310090769992398 -0.5305245857356018 -0.5358947553703257 -0.5312245526263221 -0.5412403498488721 -0.5321927721256275 -0.5511953546313252 -0.4084658758158717 -0.3636910703798283 -0.43446884634125443 -0.3509291888729145 -0.4438216113112055 -0.35352950686264834 -0.4402266967707447 -0.29638986625407054 -0.4685906709234317 -0.314714082706129 -0.4601366276111249 -0.3142814709633585 -0.4582835115126811 -0.2971301636957832 -0.3002723842779383 -0.6209511992109558 -0.7914788785930226 -0.7917409144714472 -0.7964149571429011 -0.8076322322627274 -0.8089964373365791 -0.8212985162207664 -0.8268887013409659 -0.8256187387692953 -0.5984838599320698 -0.5866492188941889 -0.5736543494565344 -0.5808880770572773 -0.5764185323334611 -0.5766156492788491 -0.5430622449617714 -0.3240759098800035 -0.46172013993951744 -0.3179577021254674 -0.4590234946896115 -0.31370850539463374 -0.4557488207800488 -0.29696727645418414 -0.30043927742858445 -0.6201824252186652 -0.7965980998501366 -0.8064670426633445 -0.8143620413553203 -0.8249637804974361 -0.8279145189251377 -0.8376273108355728 -0.8493653911262654 -0.8563580712669916 -0.6211367795893628 -0.5990110684576404 -0.5835913478693223 -0.5992609655028794 -0.5967696020440842 -0.5992066629752469 -0.5572188857724121 -0.33717101588237713 -0.488073873028396 -0.3336515125232803 -0.4824179157704308 -0.33137747841206233 -0.4827359139071761 -0.29691145427622473 -0.300498978664831 -0.6820235272035496 -0.8423571474762485 -0.8419669434374584 -0.8553159837615497 -0.8703144027141734 -0.8723416375745775 -0.8769768982004421 -0.8843383129687353 -0.8789513512549042 -0.646959193298735 -0.6316921000284428 -0.6233356394611993 -0.6401042723622111 -0.6382283589833945 -0.6350207473478322 -0.5817282209866386 -0.3488742314987865 -0.5126690509867204 -0.34544702553830037 -0.5118485806546358 -0.34360390713639033 -0.5095361066506968 -0.2969656260412258 -0.30044933568458787 -0.7158217245713169 -0.8654706110657249 -0.8594041942425926 -0.8739220687179484 -0.8847292830871429 -0.8814942646226352 -0.8855615239244358 -0.8804071994954545 -0.8818189485156478 -0.6558122856409665 -0.634671318522136 -0.6263116030356009 -0.6355496110975678 -0.6293309979062782 -0.6266607681426543 -0.5753042752353664 -0.3453824232808281 -0.5037988689174488 -0.3402577355412086 -0.5019042885568122 -0.33703443282187395 -0.49251577536418994 -0.2971005038269305 -0.30031820429900297 -0.6846801375661572 -0.8436545049128026 -0.8557663054716358 -0.8862582802986524 -0.900100928714367 -0.9214267401664775 -0.9140354315310744 -0.9137983275012276 -0.9028665910713897 -0.6576034334265194 -0.641591043802286 -0.6331333413331032 -0.6528746465002846 -0.6518105402270592 -0.6510703557308274 -0.5897218622757727 -0.35248167819687776 -0.5180788284843593 -0.3490393009669485 -0.5156385673288237 -0.3459174668747468 -0.5091675742710015 -0.2971347125948915 -0.30028835747102134 -0.6053727536109392 -0.7022854300287571 -0.7019607892826897 -0.6982794240277813 -0.7172890879545005 -0.7235262403797136 -0.7247525863161219 -0.7332425560756868 -0.7262825042570878 -0.7311898276958951 -0.7194166604120926 -0.5098129497782794 -0.5014612198772995 -0.35004418336048904 -0.5193192827332055 -0.35010253004190556 -0.5175865464253846 -0.32579927231944217 -0.4915386073292956 -0.3236276355786185 -0.4889952475831534 -0.32347614445906897 -0.48844432016233297 -0.3238696555502829 -0.2650949210881725 -0.518026284714385 -0.6165086003181568 -0.5835935724279662 -0.6001167536085735 -0.5795933512769992 -0.595594295261573 -0.577998395500744 -0.5907547270231414 -0.4273849565104396 -0.37700496390083826 -0.45371515961355363 -0.37612209916872325 -0.46028350210949004 -0.3644413554946187 -0.45032950624281276 -0.3228315598252519 -0.4659988908075244 -0.35558341117127334 -0.4626350155336631 -0.3167593675665314 -0.4564923354010751 -0.2971370675570008 -0.30150386653266836 -0.6218086152238024 -0.7958192279121957 -0.7988299935500612 -0.8088964591968807 -0.8125923061771786 -0.8190451056648335 -0.8266628982616061 -0.8202741671695469 -0.8212482780386242 -0.5904244297246444 -0.5810276366786091 -0.5729987024575437 -0.5953905271816703 -0.584822098286991 -0.5802997937618554 -0.5404999916390308 -0.32595878266710687 -0.46513681879301827 -0.3554233306193916 -0.46315847134103344 -0.31881690457350537 -0.4603416439340588 -0.2965847382450073 -0.3015000006861647 -0.6226535997213019 -0.7960084407709236 -0.8002746367571895 -0.8086835612572648 -0.8167052933669757 -0.8206409050842594 -0.8281906826532244 -0.8364907262120768 -0.8402985665353091 -0.6047842278634544 -0.586858580852133 -0.5722642250798488 -0.5904326175711547 -0.5862202326325315 -0.5853903722549305 -0.5489331901076742 -0.329192501680268 -0.47942919138777834 -0.3231787262355548 -0.4652536369861843 -0.3214172425719991 -0.46319240246651905 -0.29593653955614446 -0.30150316612175504 -0.6234368078084265 -0.7981053537645012 -0.8077763329594638 -0.8208464380416326 -0.8351377164043854 -0.8383853452659463 -0.8457196545531998 -0.8549915321476462 -0.8531993378763547 -0.6234668057356073 -0.6070417750110694 -0.5893401039598909 -0.5983001269162112 -0.5927565371023603 -0.589397005188972 -0.5548558514269889 -0.33210623791197447 -0.4839812313180514 -0.3278852027891274 -0.46833667660068473 -0.32369402095786814 -0.46602738745055206 -0.29665127220646814 -0.30079408233886057 -0.6302507291408296 -0.8059806353807248 -0.8179735612908696 -0.8415857981421723 -0.8508070047179016 -0.8605010672201742 -0.8711458085363961 -0.8779649381458132 -0.8805315791348183 -0.6502393258335846 -0.6313289163910051 -0.6079704998826758 -0.6145370562103208 -0.6146554499509076 -0.6067529812805084 -0.5650387288402244 -0.3375340961499397 -0.4855258006452409 -0.33065917996190797 -0.47477725099286094 -0.32538387899315635 -0.474563905418422 -0.2971978836810471 -0.3004607770406463 -0.6270133259879579 -0.8035146904433365 -0.8076112896455881 -0.8263534087624197 -0.8413867835200238 -0.8388850448389855 -0.8488561373913867 -0.8582634922699199 -0.8521581828743083 -0.6152138098609392 -0.5983776984371307 -0.5819923678141088 -0.5916333932328509 -0.5840112864676538 -0.5816694022836679 -0.5499291330034083 -0.32986427191346607 -0.48204148205290376 -0.3262158078481238 -0.4698712661888245 -0.3759222857755283 -0.4672314298525342 -0.2971701209113828 -0.301406486553674 -0.5139029751706387 -0.6358219930769059 -0.6349383442854362 -0.6385344757734899 -0.6427445285314738 -0.6482548140528733 -0.6497061049978267 -0.6520181512950798 -0.6539040190657959 -0.6564484963393011 -0.6453140901550618 -0.4608151053213466 -0.46263337055779047 -0.33271646755781653 -0.47807129587039776 -0.3309490318804066 -0.48834226820799503 -0.3080486212126546 -0.4517934155639476 -0.33002462742494654 -0.4520788657782753 -0.30501313246545686 -0.45505426821836575 -0.30600667782483687 -0.26431802048991593 -0.494283150803822 -0.5553016787401573 -0.5441578511344006 -0.5546130439026973 -0.549897388516661 -0.5560799255628176 -0.5444520282400563 -0.5591173909061887 -0.40976285592895706 -0.3590229047126739 -0.4411246963030431 -0.3491877687976755 -0.4558616695855637 -0.3379782951294477 -0.45303236012776016 -0.3130815961923091 -0.4696894525066998 -0.3767661273004882 -0.4661796149269086 -0.322188905764047 -0.46393736389924045 -0.2965045783099432 -0.30151101697672644 -0.6279503862084812 -0.8070627218121613 -0.8272645554334946 -0.8536010749872273 -0.8664101916658512 -0.866994339004767 -0.8893694482571949 -0.8828668621150793 -0.8813053156692623 -0.6566553950151123 -0.6461939053592394 -0.6253935907323339 -0.6362272013148846 -0.629542975465555 -0.6272353796280677 -0.5752234008083377 -0.3357007450137933 -0.49057796881134874 -0.3317351857344881 -0.47993458122868293 -0.33002630773313446 -0.48199880671322465 -0.2964007078578697 -0.30107227855377666 -0.6494248062321779 -0.8154928967944193 -0.8150491791015946 -0.8252313971090824 -0.8382410011384289 -0.8388233029689666 -0.8604224074932306 -0.8556023355213196 -0.8518952190735117 -0.6243536950957301 -0.6048953868865029 -0.5905667773760092 -0.6039427696356182 -0.5974794211236872 -0.6003484739275637 -0.5595305854499358 -0.3369588835836437 -0.4905889350861535 -0.3315405273108453 -0.4796756078014351 -0.3300094885593328 -0.48614660888286276 -0.29719531161369794 -0.3006038180759299 -0.6461315516015351 -0.8111783228517635 -0.8138823471421026 -0.8298704519722748 -0.8289397048688096 -0.8365104245466223 -0.8477852970878681 -0.8389284147898406 -0.8316956703758646 -0.595906214827759 -0.5719920847544875 -0.5648451352591242 -0.5803230391258206 -0.5772955145514895 -0.5777621503537014 -0.5353474978993595 -0.32384677901282344 -0.465895570626227 -0.3315712468395114 -0.46390970360931283 -0.31872824076216294 -0.4594232406347063 -0.2970560937431537 -0.30153365031683677 -0.6224912989507992 -0.7901292324219344 -0.7902839633401646 -0.7930718262398176 -0.7951500079461133 -0.7959237622691238 -0.8028944396283018 -0.8010116401096005 -0.7931089996804105 -0.5709666707556132 -0.5600843322763623 -0.5532451140232043 -0.5717856501884133 -0.5696451861215144 -0.5690471407995318 -0.5271681242701634 -0.3186157940871356 -0.45884768943384935 -0.3160667181787926 -0.4556763206184184 -0.313451735188478 -0.45424921731801243 -0.29628562695572297 -0.3012015369074145 -0.6149883089485416 -0.7840711208098442 -0.782390480810348 -0.7882357821989261 -0.790549237924746 -0.7888690413355415 -0.7914944584666898 -0.7961850577450075 -0.794157182145927 -0.5719158917632576 -0.5635608532311156 -0.5518295095974699 -0.5685958159683077 -0.5645683715313985 -0.5665512232837813 -0.5259245116293427 -0.3143891315804419 -0.4541126389334617 -0.3108056745270546 -0.45143625852095426 -0.3080620548015309 -0.4510774435904424 -0.297172776315044 -0.30064062166626715 -0.49057159335506545 -0.6194542208997057 -0.6242563560056893 -0.6302974434927876 -0.6343561570564866 -0.6352177446401914 -0.638069825176676 -0.6354091249086173 -0.6345510510115973 -0.6393119193032927 -0.6328046807358765 -0.45233308399989675 -0.4523664301418179 -0.32456553744714883 -0.4667236197084587 -0.3435709817418732 -0.4665263668733868 -0.30008212574517656 -0.4435800957336474 -0.3000571445865415 -0.4443554291655832 -0.3007084589202537 -0.442428422351346 -0.3387309844056998 -0.26514590707127395 -0.49248885598081643 -0.5387127490611229 -0.5337699161589285 -0.5375022646110548 -0.5286649894048118 -0.5348479741762714 -0.5262870225326584 -0.5315287349399241 -0.38294175922993745 -0.3208293644765928 -0.42695397936219165 -0.2973124176181882 -0.43931167779768343 -0.29564069046411 -0.4407029283003747 -0.29703867777534804 -0.45811142030489044 -0.31295572434589847 -0.4554250490145699 -0.3089388763358193 -0.44978025197978716 -0.296690224381282 -0.3015387778459362 -0.6054607550116489 -0.7815317812670262 -0.7820798626078695 -0.7865395877043101 -0.7912131907609854 -0.7892869527741682 -0.7971734325986921 -0.8007429963870599 -0.80587952222495 -0.5762723143859974 -0.5637322786317891 -0.5550485757088225 -0.5713456010397383 -0.5657321792872444 -0.5640938259666798 -0.5159434450577421 -0.3125247631707205 -0.45105475338810264 -0.3073520287030269 -0.4467064167049456 -0.30431999125957554 -0.44597483050284425 -0.29703624686856617 -0.3004736157415867 -0.5850596339650529 -0.779676877670551 -0.7829965489360546 -0.792038113108543 -0.7989061663378951 -0.801094973206757 -0.8142354310568578 -0.8196638641281536 -0.8178287638704248 -0.5872210526412464 -0.5748114367638363 -0.5684144169136703 -0.5844701755667966 -0.5801827643081052 -0.5797892574489364 -0.5380797135183515 -0.3281772239348489 -0.4725780627186567 -0.32569939350651195 -0.4632370675093017 -0.3415928838891458 -0.46291205047089573 -0.29718849580242096 -0.3015496469112747 -0.6241269602905596 -0.7917412896006085 -0.7946484651578565 -0.7983497588936129 -0.8069882131016326 -0.7948151085549889 -0.7993513299575233 -0.7992467625913144 -0.8084218857442169 -0.5799925211905113 -0.5659630903906023 -0.5575672264293674 -0.5765651106657803 -0.5724534868033592 -0.5717953764189398 -0.5263534917775461 -0.32264724740187684 -0.46350167548197907 -0.32109810257334837 -0.46121051355877163 -0.3167105498270328 -0.45737429832823984 -0.29670330981505 -0.3008186335428362 -0.6145579017814572 -0.7878090210852662 -0.7912774116087489 -0.8019384788390566 -0.8061191051522165 -0.8087974726681084 -0.8159291689262979 -0.8188852800539375 -0.8201024838181601 -0.592949288922045 -0.5779971864807268 -0.5685924938953718 -0.5837993082966164 -0.5786875895943938 -0.5794369691451515 -0.5242573785479228 -0.3403729019094365 -0.4628674926755288 -0.3178528606912273 -0.459901045789904 -0.315564043376471 -0.4572331562617646 -0.2971904054215813 -0.30132730261286994 -0.6156825160687005 -0.7874578657695005 -0.7869642776627458 -0.7888618171732833 -0.7911663264540494 -0.7886327338952813 -0.7908700867099461 -0.7916899348021155 -0.791277985499499 -0.5696257751809096 -0.5617455378241683 -0.5559273032797091 -0.5691329390806882 -0.568495791015457 -0.5675947860798161 -0.5199488025980074 -0.31591617561205054 -0.4556842484518787 -0.31056430781543976 -0.4501155766464935 -0.3081535815277457 -0.4496903357822078 -0.29652024057875326 -0.3010146243270954 -0.48006954575145966 -0.6123676219044062 -0.6145326433845544 -0.618693208487775 -0.6237019926639262 -0.6205113246119685 -0.6250371538109745 -0.6266911446073267 -0.6248888910340712 -0.6283816676796709 -0.6176369100381731 -0.431649832358783 -0.40622216614347695 -0.3099402062960839 -0.44996190985757 -0.3073992312709875 -0.44535350097639387 -0.2829082365779988 -0.4238857239847142 -0.2798650981658214 -0.4205446438273365 -0.27993221494741377 -0.42155219387013626 -0.28053214488688544 -0.2640825373099753 -0.4562475255583462 -0.46045733496160973 -0.48558133824695726 -0.48696967950036996 -0.4851949544744255 -0.4883433155613229 -0.49072738842752683 -0.48874291738811365 -0.352826637663771 -0.270117366996178 -0.4070791249367265 -0.2810716890041434 -0.4220439627197103 -0.2789039048670949 -0.4210120479973566 -0.28095210810029275 -0.4399510838720479 -0.29730264879892765 -0.43866847973740936 -0.297202095864451 -0.44022514823949455 -0.2963101711354119 -0.3012388179403157 -0.5849957844775809 -0.760819329994409 -0.7742181671808498 -0.783532295993259 -0.7862345565250741 -0.7839002208841395 -0.7905799237132393 -0.789175512254208 -0.7886121996361529 -0.5705122984237189 -0.5593838011193306 -0.5494779856477506 -0.5683275948358086 -0.5623241506632425 -0.5619432484759563 -0.5119041780829026 -0.31428344219266696 -0.45663138470189335 -0.3136944829350457 -0.4551554751211091 -0.31121833312984487 -0.45353716464610344 -0.2972305244962967 -0.30154966701112257 -0.6144917395594602 -0.7846903048389957 -0.7914679149070091 -0.7993955355124913 -0.8057964464070282 -0.8056220942641497 -0.8132313486743203 -0.8165509923344973 -0.8193867948959854 -0.5909311822449672 -0.5768284611869986 -0.5637973761745181 -0.5795521798467461 -0.5752671879310567 -0.5737014862129759 -0.5259329712161096 -0.3204281752805988 -0.4603415346228131 -0.31527455770993934 -0.4565183070639847 -0.31448480530669226 -0.45603762785460505 -0.2971257277903047 -0.30057107826637713 -0.6179150777409281 -0.791491835393089 -0.7958622561051447 -0.8073803048143868 -0.8228256545655788 -0.8268622418389255 -0.8380417503160505 -0.8369804187773986 -0.8410888165732843 -0.6122779562447233 -0.5964481553386818 -0.5751664497983057 -0.5872375667683672 -0.5804384827479714 -0.5789127201173404 -0.541273491753571 -0.32782601143267937 -0.4789593415941209 -0.32336287055438373 -0.4656540271304932 -0.32667079898159723 -0.46179567677514705 -0.2972130931302084 -0.30158308483143365 -0.6223880335522283 -0.7968806914369049 -0.7989843560490879 -0.8108187126833258 -0.8140747659641048 -0.8101028772077815 -0.8134593428382096 -0.8248613370206486 -0.8282998679928492 -0.5982805287415653 -0.5841188352729646 -0.5755658583733766 -0.5905499267174644 -0.5891535781404231 -0.588168662952447 -0.542598922108065 -0.3302405549741909 -0.4671380591358186 -0.3483239468182557 -0.4633987960705973 -0.3190952789117418 -0.4626286149098248 -0.29721784209851004 -0.3013943184186398 -0.6174493159610831 -0.7896609695814885 -0.7897217551873519 -0.792437489514478 -0.7954586779689822 -0.7939360930998796 -0.7966595233970378 -0.7950706043203403 -0.7939306977794133 -0.5710205783757893 -0.560043406072262 -0.5512638824421862 -0.5696160211509464 -0.5640407963551841 -0.5647214608075358 -0.5178875749849601 -0.3147666007126809 -0.4547478421901334 -0.30924309408977946 -0.4524037406225141 -0.30883627197309993 -0.45029264959721255 -0.29676931324950157 -0.300814850255012 -0.5004055121841462 -0.6118287706784592 -0.6115532870719207 -0.6154188509433787 -0.6162633298760809 -0.6145603828051223 -0.6160775739491708 -0.6113279629094477 -0.6117949267395629 -0.6121680022872452 -0.5849531934434513 -0.409618285052033 -0.40317770744919257 -0.3045943749221294 -0.44483064261751076 -0.3035374830331069 -0.44168805231634994 -0.2793792964854231 -0.4195328179599883 -0.3060581531091545 -0.4186430790764962 -0.3247378703617118 -0.4192136387588876 -0.32541972759189786 -0.28138110272010547 -0.4537773464579879 -0.47146874592549387 -0.49501459119641794 -0.5015249783095691 -0.5067112576361312 -0.5129900532309049 -0.5038746829783332 -0.515219800265544 -0.36116700906302246 -0.2760088252813263 -0.42614800288337357 -0.2814284383943397 -0.4218525092587974 -0.27885169359759326 -0.41920382995973143 -0.27871155247876495 -0.4385491280220337 -0.29723141041057843 -0.43822534098256183 -0.33145130762707475 -0.438952215225499 -0.3443726290782383 -0.44329816566508673 -0.5905926784008569 -0.7462664382207567 -0.7609181503980981 -0.7763007380113445 -0.776136209651375 -0.7739543181499066 -0.7779690397403448 -0.7779979195659997 -0.7778511050365553 -0.5595538818782261 -0.5465263949982379 -0.5410387421021842 -0.5281918384479501 -0.516790590007152 -0.5140412722929013 -0.4983691396417693 -0.31979204644892095 -0.43852662141593934 -0.3436170491313629 -0.43846509855703725 -0.3442370373104269 -0.4383889009939227 -0.3440504829071877 -0.4425305493265577 -0.5687685890796259 -0.7233771767848801 -0.7491841665102043 -0.7722881422831266 -0.7803241744214727 -0.7799038987861644 -0.7860699350925124 -0.788419371989364 -0.7883437760550319 -0.566616248594282 -0.5558537294627729 -0.5614729810904451 -0.5449231215483132 -0.5322910347790323 -0.5284227650801236 -0.5013807835082346 -0.30204594085110686 -0.4398475891325857 -0.29887149114262124 -0.4404851662329496 -0.298257166998167 -0.44371832122356747 -0.29650960810586974 -0.45331042704027164 -0.5843059137112779 -0.7671122850276009 -0.7718263681041099 -0.7785071797537969 -0.7815078516848819 -0.7812566424464688 -0.7860917880633991 -0.785605969627914 -0.7844002222390868 -0.5630194276040539 -0.5525686935519983 -0.5636490355143285 -0.5640039660844676 -0.5621697621459185 -0.5619178815067559 -0.5123365743085356 -0.3126598429547634 -0.45408013495404054 -0.3118668710786056 -0.45357977479002737 -0.31005951922654834 -0.45163371074393305 -0.29725296207998997 -0.3015989254502934 -0.6238743472215977 -0.7780281072376971 -0.7777243696714412 -0.782318980472141 -0.784400213901162 -0.7836276213523796 -0.7870305748004585 -0.7861266364053746 -0.7861343768506701 -0.5643756623186469 -0.5539026004823143 -0.5609662261111519 -0.5633152280398054 -0.5607523317376722 -0.5627143408791822 -0.5164907877761025 -0.31115805987629436 -0.44986633562123113 -0.30726706262071946 -0.4492314832367755 -0.3069528417815639 -0.4504206005063093 -0.2972448027817576 -0.3015907227524845 -0.6042161397385374 -0.7768617095913424 -0.7784700203667879 -0.7843379312858453 -0.7878122996431421 -0.7887874694039753 -0.7927610826795075 -0.7938918482966602 -0.7893756989066331 -0.5687352150153618 -0.5589490688055122 -0.5670726652458605 -0.5694833754649464 -0.5643613266748322 -0.5640600510086148 -0.5155168037962405 -0.31289602126221355 -0.4525491837015627 -0.30785430743738196 -0.4519874073291142 -0.3094023095629291 -0.4504634693667066 -0.29724939894690544 -0.3009558507167498 -0.5048682815189895 -0.6194272420761899 -0.627491918744913 -0.6363987609762657 -0.6399255377383402 -0.6449786352866722 -0.6475750582802394 -0.6471187049573662 -0.6461114904416649 -0.6516813671943248 -0.6403104943472644 -0.47147310759053174 -0.45215789683244206 -0.3243868912572654 -0.4691916225704039 -0.35586562327648585 -0.46616575959912465 -0.29829052829593716 -0.44095865743550583 -0.2982299961809357 -0.4412040349291956 -0.29796240305542465 -0.43920000178419366 -0.2971544852488639 -0.2814808687193399 -0.49205383657001944 -0.5378772372579367 -0.534788971157195 -0.5437590282266827 -0.5367507150012937 -0.549688017891269 -0.5376041794854783 -0.551902502668764 -0.39337451434339465 -0.3576365020336796 -0.4526322490016321 -0.36274196796804103 -0.45166102178402817 -0.33796498153895865 -0.4513638091463808 -0.33568168192943443 -0.46901042369582796 -0.3495005364727476 -0.46679049733787975 -0.3224179552925243 -0.4590887213371428 -0.29669740143025275 -0.30095581525774445 -0.6316517266292876 -0.7862845768665682 -0.7807264145280362 -0.7826019144290907 -0.7826192257547949 -0.7769377800930611 -0.7794438337411324 -0.7784745965054511 -0.7729932635451499 -0.5509904950342632 -0.5351439524982509 -0.542065236628288 -0.5421536450035712 -0.5339985734988464 -0.5358714458721023 -0.5018684587099977 -0.30318705323417744 -0.44106284170351145 -0.30056332535847546 -0.44111009576087706 -0.3332769420480901 -0.43802435092186504 -0.344389764639085 -0.4437852294827314 -0.6007584542572925 -0.7452554073117491 -0.748735845211012 -0.758420562142274 -0.7682287669863849 -0.7717363393026865 -0.7805832209008084 -0.7832301926550257 -0.7822365440356323 -0.562235932041344 -0.5512375731211503 -0.5546014487882043 -0.5450364536050166 -0.5482581392433062 -0.5410148316700665 -0.5042098907220839 -0.3031458812030284 -0.4445737003302453 -0.3014446495162197 -0.45289892067005105 -0.30338795461926504 -0.4527236853816973 -0.29727578706959823 -0.30162856920082126 -0.6157460147190015 -0.7741552312869643 -0.7778712602629443 -0.7824625203160294 -0.7868246709623968 -0.7886239895478051 -0.7944759391259575 -0.8005588306135084 -0.8046849263700896 -0.5808905278509082 -0.5698714557573653 -0.5782604656550561 -0.5781662399985318 -0.5701033669885944 -0.569749900439207 -0.5209332474644682 -0.31936268715686794 -0.4628775034503857 -0.3201448535954002 -0.46431245686679046 -0.3223155845801829 -0.46685185394612716 -0.29728631283904705 -0.3016264334688545 -0.6532333856155321 -0.8073106546476907 -0.8059519302180491 -0.791967453691912 -0.7916584388785 -0.7902097554502777 -0.7930451725253697 -0.7913305888781671 -0.7860815527586481 -0.5645404423528017 -0.5553778384554098 -0.5648643316601445 -0.5654061616567837 -0.5627442274155194 -0.5626961521135252 -0.5130209418519204 -0.31061283363820086 -0.45060673760511455 -0.3076450824143202 -0.4500383263849892 -0.3066320889360181 -0.4477223556008747 -0.2972831986401589 -0.3015164612511815 -0.5980724699557215 -0.7718479662938804 -0.775606215257656 -0.7833406498213986 -0.7878271021430702 -0.783509434540794 -0.7858545168482682 -0.7896228185900299 -0.789495283181561 -0.5694090210009147 -0.5584558045753881 -0.568274740142972 -0.5695751664998333 -0.5644098760120184 -0.5636910711086187 -0.5147805181080362 -0.3144429543014611 -0.4528917885471029 -0.3126319701372113 -0.45352230469058863 -0.31094795367324907 -0.4521885977570989 -0.29679285087667173 -0.30102183063633847 -0.5103953907553953 -0.6155855794150097 -0.618489117456013 -0.6211988990338287 -0.6205403140643799 -0.6205061927906472 -0.620678266397045 -0.6229361951074036 -0.6235701620039471 -0.6269631807267879 -0.6156363729746573 -0.4483589144585432 -0.4086130799272747 -0.3095791080743467 -0.44868114556125616 -0.30630833627969545 -0.44601047258441057 -0.28119319968259004 -0.41991413641194936 -0.2775767036434612 -0.418420936539996 -0.296386528136154 -0.41918606538216396 -0.32600770757594005 -0.2814835168992122 -0.4477060355326717 -0.49331829144825834 -0.4766249319106247 -0.4814854878173274 -0.49347859755076634 -0.501905708142603 -0.49433033778212465 -0.4969952137894203 -0.355215398205191 -0.27141036257679657 -0.42089632335296473 -0.27880052546305134 -0.42002798130934965 -0.2788019397571316 -0.4225640582924301 -0.27879918808512505 -0.44697519347902814 -0.2967664311052695 -0.44658495734802944 -0.29732899415836206 -0.4468071618496321 -0.29732696434337985 -0.4509836843647107 -0.5580186126499742 -0.7343948986121415 -0.7565119449533613 -0.7794053117196711 -0.784961101396535 -0.7854857500838391 -0.7920469557400053 -0.7947724515376781 -0.7974881416205296 -0.5767327679084764 -0.5623502082341053 -0.5660546023634478 -0.5668791557623113 -0.5608001383208195 -0.5603974946261532 -0.5104929177014437 -0.31111642624693725 -0.45058514723902676 -0.3091777552728585 -0.4499169488318279 -0.30914027299252206 -0.4497372715082921 -0.2973084681144239 -0.301251386310608 -0.6201895820937642 -0.7799122428801735 -0.7861685013904386 -0.7923012868646191 -0.7957514399545808 -0.794463549155961 -0.7992360929130258 -0.8029444556868649 -0.8005934376858529 -0.5781061603243017 -0.5642979391860963 -0.5723553069605846 -0.5756692145265313 -0.5626885868717355 -0.5621117788267067 -0.5144084502135958 -0.31175485425078003 -0.4515565196526807 -0.307644709304428 -0.4492667661048759 -0.3055902137395667 -0.44711701168324935 -0.29678502405371776 -0.30115932243310317 -0.6068346954843733 -0.771858953530248 -0.7757779376284605 -0.7845589016863522 -0.7890534981130656 -0.788677840346296 -0.7920706006520188 -0.7903526896401991 -0.7863903525269089 -0.5653333985195123 -0.5550613652042934 -0.5630309729256874 -0.562472351386193 -0.5601159479532006 -0.5488593695745208 -0.5091060029325148 -0.3073760475357369 -0.4446237903138841 -0.3033441981994793 -0.4428306448928529 -0.3002974292958278 -0.4438361299827078 -0.2972308230436479 -0.3016715101027286 -0.6202770829986438 -0.7660736880390631 -0.7598505918536875 -0.766195112088333 -0.7704533611159867 -0.7671555000117436 -0.781082998902226 -0.7784459859525454 -0.7749651919801236 -0.5539819430443009 -0.537439384400227 -0.5425887784874741 -0.5430177315703997 -0.5377252060522442 -0.5376958225207407 -0.4983894688541242 -0.3349229106950828 -0.4399134731622285 -0.34391540910301105 -0.43899241859916394 -0.3443141289772377 -0.43906855631332375 -0.3442458688992085 -0.4433357634814214 -0.5943932116327613 -0.7477724217880287 -0.7557798260317298 -0.7749919181885754 -0.7808181462711631 -0.7812276522128799 -0.7880357684256531 -0.7879382281895784 -0.7893594376298866 -0.5671436323528386 -0.5551128815629597 -0.5589447710513039 -0.5536029727219178 -0.5539476919130722 -0.5555811926841197 -0.5095197557135088 -0.3098884547088113 -0.4504558330569673 -0.3100474999749201 -0.45246694331910703 -0.3100128673719489 -0.4526058931865744 -0.2973168899319619 -0.30167781379862163 -0.5166933187629245 -0.6213715626694344 -0.6276562574077844 -0.629400079143452 -0.6334364124316855 -0.6349006158711088 -0.637974630546428 -0.641287137425491 -0.6434571415105859 -0.6479812220327807 -0.6343412631847827 -0.4693808128439175 -0.4265735324577764 -0.3238227433427074 -0.46383141801018685 -0.3213066275771875 -0.4639040931493247 -0.2978792280296747 -0.44094726672701023 -0.2976230389264574 -0.4399430858710967 -0.29829142571207207 -0.443411314525098 -0.3017306433481584 -0.28155695311665585 -0.49202169596506823 -0.5415392016385014 -0.5313697873259057 -0.5351259610106951 -0.5308770083592629 -0.538154902409257 -0.5307314430701694 -0.538772309799643 -0.36799345037928216 -0.28386436516117325 -0.43710663879948014 -0.2945966571521172 -0.43179256595771737 -0.28939933134794676 -0.4322320009855665 -0.28946349531110754 -0.4504810359142266 -0.30844402586083425 -0.44934932518157045 -0.30560801398088183 -0.4483066540278199 -0.3055319860775954 -0.29697680371070645 -0.30128430577502546 -0.5904527140560328 -0.7736920211207833 -0.7733326636280137 -0.7798084487525366 -0.780225352505977 -0.7777036777906768 -0.7755016930307259 -0.7757857403341221 -0.7753470383912009 -0.5539461667445919 -0.5580323570747259 -0.5521205979253981 -0.5532512631425474 -0.5464767996720019 -0.5452870083577097 -0.49839824037173763 -0.2998807941683922 -0.43959996002761553 -0.3442200641753354 -0.4388181811918208 -0.3441200068959545 -0.43908035945638046 -0.34438019742657705 -0.4433728522547834 -0.5825415951071541 -0.7428453627764336 -0.744088511955634 -0.7471784585071654 -0.761262701852799 -0.7532877289443182 -0.761600561026445 -0.766016176450314 -0.7758789464822234 -0.5493819152999049 -0.5545161074574674 -0.5466420279185586 -0.549434789042717 -0.5455781069175949 -0.539749691046824 -0.5018752746688429 -0.30399976858929273 -0.44490677602698264 -0.3029713354801881 -0.4540217326052851 -0.3025058715651827 -0.45226271667309054 -0.29735609494987925 -0.3016748687797946 -0.6019927926658603 -0.7706333726721962 -0.7611673022006701 -0.7696517289499408 -0.7712264508879085 -0.7742121263546438 -0.7784218301268656 -0.7792231425522816 -0.7787001381414866 -0.5556597429455562 -0.5630452585039597 -0.5554521862785974 -0.557008572042848 -0.5496641610945261 -0.5504991350173823 -0.5027898451926687 -0.30514635503088067 -0.44312256170345654 -0.3359168095351988 -0.44262586494623335 -0.3480282564796928 -0.44292063586943436 -0.2973369668178651 -0.3017060155200495 -0.6002716246003916 -0.7725345798416082 -0.7692797550985165 -0.7773448302643827 -0.780062837093493 -0.7781932304371153 -0.7841902174334264 -0.7856910638550343 -0.7801355099122858 -0.5577292161961134 -0.566123403074718 -0.5583894923521351 -0.5540911621389737 -0.553605357231308 -0.5565930722920706 -0.5106500527692268 -0.31102306402765967 -0.4484849818456229 -0.3075310704352128 -0.44864492199460376 -0.30619539488489256 -0.4494693246430094 -0.29708269249911007 -0.3014027009827348 -0.6155780545879297 -0.7872703378777893 -0.7870916809059219 -0.7923974098609863 -0.7829393707240394 -0.777961129262595 -0.7816661455166839 -0.7800967103053997 -0.7780279646878229 -0.5569336971077338 -0.5630905503037622 -0.5577850446567892 -0.5600501423846025 -0.557932288846811 -0.5582310264601826 -0.5056962174235474 -0.3064643216245459 -0.4440391268699505 -0.30174497160327 -0.4454827698853125 -0.2983222300871827 -0.4471357539142422 -0.2973661478668184 -0.30169479843322694 -0.4798942505941758 -0.5896818784687469 -0.5975759487577618 -0.602748393753883 -0.6108982828599936 -0.5987214232547383 -0.6012519889029848 -0.5982910727006934 -0.5974259656650701 -0.5931615773074362 -0.583855031437112 -0.40725309527934744 -0.3825922262714927 -0.30023684398872014 -0.4437705982179709 -0.2996504688424537 -0.4485659123695488 -0.27682627229362067 -0.42611027417362857 -0.2769654997660177 -0.42632220045344377 -0.27706476875975666 -0.4263225570744611 -0.27887476304033226 -0.4152901226730812 -0.4571027442872346 -0.46169420029351704 -0.47026851371030576 -0.47892352509667757 -0.4911722152080682 -0.5001112561813483 -0.5088852617780093 -0.5066121132596623 -0.3522599576355978 -0.28751781640793395 -0.4245287902334775 -0.28441856589001274 -0.4270032256598336 -0.2836660788957764 -0.4235618486794009 -0.28163802547760475 -0.44062200283430936 -0.2997832440980647 -0.44188947066817913 -0.29970130800682965 -0.43916411852590703 -0.2973933085924977 -0.3016882358307056 -0.596431422130061 -0.7700639321375629 -0.7710466735576587 -0.7743665566984212 -0.7784539688513098 -0.7728814846665822 -0.7763499311864103 -0.7752111219564238 -0.775604321766378 -0.5519411819926111 -0.5588074969851505 -0.551229988422816 -0.554994065240095 -0.5529875297005176 -0.5544773404403078 -0.502046577560138 -0.3056744411197868 -0.4430390827638023 -0.31725709454391676 -0.44140521936228516 -0.3477492243321059 -0.4432741429616514 -0.29721889701321735 -0.3015027155307964 -0.6037685861026171 -0.7775267945740608 -0.7760236866324138 -0.781492868990044 -0.7829086918805573 -0.7798186021250024 -0.7849882041114008 -0.7861452183931085 -0.7847861107364156 -0.560633906674976 -0.5669566199519709 -0.5598551593296103 -0.5525650608953848 -0.547875321041604 -0.537780749603634 -0.5064275168862278 -0.306639296893511 -0.4435177287335147 -0.30018423988418724 -0.44663218336800925 -0.2973884016577371 -0.44719782885783804 -0.29738870663451883 -0.4514505390869237 -0.5391011599219343 -0.7511795673660483 -0.7621094181138656 -0.7796457362155143 -0.7846682913330032 -0.7854762075797361 -0.7910112378178199 -0.791973100376796 -0.790111470808137 -0.5650973826214127 -0.567992546971164 -0.5605854775081064 -0.5617829212656159 -0.559754283781447 -0.5598455190268598 -0.5148229549826789 -0.31478838940337683 -0.4550452746849554 -0.312418974875942 -0.45468413878147085 -0.3141229244975626 -0.4557700517672888 -0.2973843786821784 -0.3016912320025559 -0.6163178074024962 -0.7880048033397593 -0.7910897945022419 -0.7964511890965599 -0.8047372979029973 -0.8070095944173447 -0.8040609257157284 -0.8028688187637192 -0.8036463587264757 -0.5843280946352082 -0.5925845478870946 -0.5666316928153675 -0.5642452278893346 -0.5572636990472662 -0.5590925083085158 -0.5056010939582615 -0.3067166164200566 -0.4461803810258637 -0.30001571161078827 -0.44202603491243925 -0.3044363885349994 -0.4408042018857384 -0.2972785906485594 -0.3016100887751579 -0.5962322745678548 -0.7572974335221078 -0.74692578826349 -0.7541854212999256 -0.7610252915548433 -0.7587625392585103 -0.7644621228867117 -0.7704609585618044 -0.7643643675179561 -0.5479149300758854 -0.553245474038365 -0.5471886770485295 -0.5523357413935787 -0.5513408616937117 -0.5515142319245513 -0.4992345514196153 -0.3381316900143847 -0.43915302275275225 -0.3443227828425473 -0.4389497734760415 -0.3443687476034477 -0.4389043558090439 -0.34430411128384386 -0.4432483552920764 -0.4657305303777991 -0.57930279224366 -0.5895203992942561 -0.6014348744701455 -0.6024816504395578 -0.6131180488988804 -0.6088341085610932 -0.6087524145029791 -0.6092505074705863 -0.603560082045762 -0.590738054065168 -0.404139793660322 -0.3876132056374603 -0.29955398492658963 -0.4401749506406171 -0.3340540082976974 -0.4407661272439422 -0.3239944287725288 -0.41833632156189743 -0.3238916486953278 -0.4183251530100418 -0.32381968072302625 -0.4191442810736303 -0.32552133564763386 -0.40734514376664605 -0.4840125015082251 -0.4613787819854642 -0.4993758165143447 -0.479392216357201 -0.4865954221393555 -0.4943169613371266 -0.49274049766243583 -0.49342779903940753 -0.34398981201309403 -0.28605368915727264 -0.4221456819842067 -0.3275853497362656 -0.4225802851284482 -0.32698858201008746 -0.42050155502517245 -0.32664186400262063 -0.44130379683093657 -0.3479192387626119 -0.4423990839280447 -0.3215947233216106 -0.43934920507218217 -0.29739141249623996 -0.30175937926590973 -0.5957527450896964 -0.7698294973531529 -0.7699434524276385 -0.7743369618598956 -0.7791170231743013 -0.7759025059372752 -0.7789182860259645 -0.7778542565259196 -0.7746969450698503 -0.5530133255637797 -0.559981212504905 -0.5540501953303894 -0.5383309394430571 -0.5294574693496483 -0.5260685918013772 -0.4955635976230865 -0.329471201421738 -0.43994761983940717 -0.34458817792259383 -0.4392540212626246 -0.34456068955523617 -0.4392020701581729 -0.29739590717370046 -0.3017332496317439 -0.5915055049810956 -0.7522529310955378 -0.7458247484845996 -0.7579099088581637 -0.7631118156744743 -0.7489145407883514 -0.7533457213676404 -0.7553664687614493 -0.7524311803810487 -0.5257930291604156 -0.5368244193502821 -0.5248410687499513 -0.5284679672693375 -0.5235684670156848 -0.525380308674712 -0.49792557612092303 -0.29922046806420943 -0.4464930103564781 -0.29741202441494113 -0.44710290053034957 -0.2974169733642364 -0.4471494275861761 -0.29741813485753194 -0.4514046267416079 -0.550937799215999 -0.7345691898711438 -0.735150154579232 -0.738139917247075 -0.7462301398617144 -0.7467524471598878 -0.7529157383406128 -0.7603656866431961 -0.7547690335253046 -0.5264627815947885 -0.5230364674917466 -0.5067165644931532 -0.5075065928135859 -0.4978790604243852 -0.4977395163173597 -0.4973052038111221 -0.2992127641078954 -0.44642040361200735 -0.29740654962232005 -0.4464227747485202 -0.2974081164218633 -0.4471697967866318 -0.29740847886966737 -0.4507621651121098 -0.5442286747697508 -0.7311919614374226 -0.7339678743249839 -0.7477078148124925 -0.7579755592411914 -0.7522933071424208 -0.7567479845341065 -0.7558636586608366 -0.7559725098316312 -0.5301275431563093 -0.5225799476402091 -0.5080146848641198 -0.5094723723942864 -0.5017126961613794 -0.49824783427572544 -0.4972719832425371 -0.29931113181893515 -0.44635932815590273 -0.2975189920159701 -0.446958988983433 -0.2975231109062753 -0.44685236548327845 -0.29752144357286747 -0.4511306261639636 -0.52539446648901 -0.7106360752472648 -0.7221901668448986 -0.7407040981096262 -0.7641592397872151 -0.7631564001020265 -0.7772573897031956 -0.779654297311504 -0.7741924427349036 -0.5362861756948534 -0.526667490438371 -0.5147308187815909 -0.5130864300404804 -0.5054749131469242 -0.5054703036957039 -0.4966668347345097 -0.29922922524968154 -0.44646797161618823 -0.29742494861578683 -0.446964276648051 -0.2974248031936943 -0.44700496327152955 -0.29742297013663127 -0.4511986041554958 -0.4289405728058445 -0.5726043769167521 -0.5979810194813913 -0.6169995948763175 -0.6230068260151662 -0.6257394459502705 -0.6251253740030651 -0.6288721255352411 -0.625656581235861 -0.6280670616529681 -0.6309597806645441 -0.4526228131708291 -0.3952805571975574 -0.3102006748147128 -0.4500823240041599 -0.30909534935710586 -0.45223293895524647 -0.28768043760385653 -0.42900402858584136 -0.2883239397187673 -0.4292597732291344 -0.28840012907129464 -0.43019301050473746 -0.28921183449929994 -0.26549303853413225 -0.48030780846286736 -0.5107020716002163 -0.5251603738232677 -0.5260954525948967 -0.5314965638740198 -0.5300973975782405 -0.5334519147579446 -0.5286233409607971 -0.3992866858909642 -0.3034385698915706 -0.4408469898120832 -0.2959639538455238 -0.43927528327217075 -0.2951230813468801 -0.4396647018303431 -0.29713411167949977 -0.46078780998989466 -0.3392623578406664 -0.4603248309628802 -0.3186263117950694 -0.4626905733190125 -0.2975745494619618 -0.30190139866730653 -0.6303215155161243 -0.7931217424138619 -0.7818690322073873 -0.7919952412196339 -0.7958704462011236 -0.7887984263296198 -0.7888282273370205 -0.787078582044302 -0.7851375802351088 -0.5625823927528615 -0.5685325226900173 -0.563574800142259 -0.5616829742693937 -0.5583196055405907 -0.5559826151838184 -0.5039607051572972 -0.3049407940706464 -0.44585787234932656 -0.3023646967055109 -0.44609789018322243 -0.3026026710464303 -0.4459232628965261 -0.29761501174562577 -0.3017710644138171 -0.5937920604142953 -0.7486293210888469 -0.7440897839952747 -0.7577674654350497 -0.7435015836182859 -0.7402910954191112 -0.7474618220833013 -0.7500900096369071 -0.750112368983628 -0.5243044368418439 -0.5295709973768932 -0.5224936647803561 -0.5231060717672261 -0.5200464776479566 -0.5203041508307628 -0.4975143552654853 -0.299260522355703 -0.44728507407517654 -0.2974551598332832 -0.4471576375531689 -0.29745548698780483 -0.44697033897110494 -0.29745879265359937 -0.4512374278998265 -0.5490792371592231 -0.7350787985102857 -0.7355354092393908 -0.7448152166862657 -0.7460498009012391 -0.7494426004823675 -0.7517211234124892 -0.7510625975041891 -0.7500986377080238 -0.5305013384913209 -0.5336602244446514 -0.5263630359363558 -0.524425682263819 -0.5170284719184984 -0.513875617267526 -0.4996278506317276 -0.29956433955804956 -0.44698859522879275 -0.2984397467652453 -0.4486491190456595 -0.3000434420742972 -0.4490044132438708 -0.29749244938342995 -0.3017925834291661 -0.5971666440652743 -0.76802933017836 -0.7681543649575681 -0.7718532047420035 -0.7597245167323239 -0.7563138785874916 -0.7573364816611835 -0.7569628194700158 -0.7568960267693098 -0.5367524984073311 -0.5438346780120319 -0.5280716385852923 -0.5345624902619377 -0.5255090178058466 -0.531848542105777 -0.4994676993672024 -0.33703949934216354 -0.44359213798723196 -0.35004263696506865 -0.44574004739433654 -0.3518419921814773 -0.44963760003423525 -0.2976951309321281 -0.3019921339578738 -0.6251487629814791 -0.7858868293387741 -0.7868352096133312 -0.7916345887349749 -0.7925005532039167 -0.790980341847934 -0.7812561367782745 -0.7770669008907749 -0.7749604084227132 -0.5525562471141677 -0.5591779719711081 -0.5501826087380164 -0.5524674104124592 -0.5499894130215002 -0.5511662037405867 -0.4997832035634716 -0.33261307347444663 -0.43955608743267344 -0.34476540670651934 -0.4394253405633507 -0.34465932126827786 -0.4394342944573445 -0.29769787184771684 -0.30187147543539594 -0.497261019442451 -0.5925600015712732 -0.5873374192680058 -0.5858028471293965 -0.5806469753098795 -0.5843841435642151 -0.5850282420037614 -0.5860856885707528 -0.5873169913764192 -0.5873805202505782 -0.5722345873414915 -0.40584828520097677 -0.3761169159540241 -0.34629855477259225 -0.4403882112543005 -0.3461534598019132 -0.44074836296062714 -0.32378769255900003 -0.41913628691185906 -0.32393622275826167 -0.4194240055682401 -0.32400720295827734 -0.4193992209303865 -0.32576726771321624 -0.42370560142089714 -0.4787220233679978 -0.4512201063803459 -0.45244516912077404 -0.4793715025691492 -0.4483175698979204 -0.44636424034290145 -0.4742820516588464 -0.4502062352273657 -0.32919222066135717 -0.28452116046117126 -0.4284842371867181 -0.2789470669809337 -0.4283737777572353 -0.27894722085820567 -0.4276473297364308 -0.2789465997180149 -0.4460802219665035 -0.2974690598321469 -0.44634137124386325 -0.2974688025996261 -0.44658546404874755 -0.2975470051115289 -0.45093387956798703 -0.5450337199166582 -0.7033212582981541 -0.7050100604641385 -0.7126857836834677 -0.7193310335440835 -0.7129855357950435 -0.7229208425312516 -0.7232672771820673 -0.7216813310049971 -0.4920185467762305 -0.49555838438708044 -0.4899087124579354 -0.4956286224017587 -0.49269660251064057 -0.4878961897870935 -0.4976445182911916 -0.29927795259905693 -0.44674207338239075 -0.29747090113784824 -0.4465578856549174 -0.29747345925423474 -0.44643182471357934 -0.2976111677993497 -0.45101576711911207 -0.5418778642898001 -0.6996835672652877 -0.6959881863235409 -0.6968454530447541 -0.6972618940579438 -0.6943837187884244 -0.6980760655247102 -0.6963340365326421 -0.6963507635293299 -0.47946089701587025 -0.4868067805589874 -0.48129494308267895 -0.4866478728733071 -0.4832674986603349 -0.4854063805898996 -0.49860090820961983 -0.2992862632564124 -0.4467222874216202 -0.29748119156877983 -0.44679836920562105 -0.2974969760808884 -0.4457523121149601 -0.2974925924269596 -0.4510759147174026 -0.53158129420044 -0.6878735235103487 -0.6866954330364105 -0.6944120313394601 -0.6948303157066671 -0.6923770226040413 -0.6954243153640705 -0.6903945746680984 -0.6860595046366638 -0.47289731690640524 -0.4770568673060687 -0.46813993949909855 -0.47002423939323235 -0.4674026688033089 -0.4666606269529757 -0.4986469085146393 -0.2993615010772144 -0.4456122549326685 -0.2975479874735607 -0.445502797562596 -0.2975528328603596 -0.44545733253753417 -0.29756146959314106 -0.4496450861176131 -0.5001698227093452 -0.672230077497367 -0.6738050413015945 -0.6802124398994298 -0.6848354412621186 -0.6882310599868672 -0.6940122617013595 -0.6936453732315369 -0.6879071612082802 -0.47223637198308077 -0.4734829737764743 -0.46040283797862547 -0.4617914458796349 -0.45982803649511844 -0.4618193202263548 -0.4990885265716793 -0.2996842994330237 -0.4467008661402871 -0.2975369103684415 -0.4456392757746884 -0.2975520258293214 -0.44551146221882515 -0.2975581024955865 -0.4496557686236709 -0.49619535505924717 -0.6715463464009575 -0.6762222804547176 -0.6827047150691132 -0.6846456520836975 -0.6838270156168129 -0.6935441613794956 -0.6962631360273619 -0.6974531069146346 -0.4852472398971283 -0.493573043449865 -0.4828930742448403 -0.4855999516124294 -0.4809419266744031 -0.4842556650631361 -0.5010710514030411 -0.2996964871145888 -0.44731483549586704 -0.29784500918538404 -0.446645102648134 -0.29753250631093825 -0.44655587854871936 -0.29753124080719184 -0.4508886868237723 -0.450959734751255 -0.5500331803977682 -0.5528685794344779 -0.54836265541986 -0.5425836338148754 -0.5359174991241578 -0.5355556507767397 -0.5325790224319211 -0.5254584084677603 -0.5280583660038726 -0.5488781419327323 -0.33470600203055684 -0.3455637050453805 -0.4224668276001405 -0.34500769697979083 -0.43969427695771823 -0.344970596788296 -0.4174866171568751 -0.3225644296280133 -0.3974976463144333 -0.3220993031826698 -0.4171970930714112 -0.32279227318980536 -0.36043053106787615 -0.327287619512098 -0.39035593592240775 -0.4332906025625099 -0.389497666845085 -0.43697991853682505 -0.390107444835481 -0.43650413154506085 -0.3906540007293267 -0.43918663552565834 -0.303145292146789 -0.33050236443557035 -0.4195568731009629 -0.3245658690558803 -0.39918499004303376 -0.3242475960831675 -0.4191243018264073 -0.32418877408524727 -0.4204701444170602 -0.34244352015721663 -0.4377192702950232 -0.3426308359102633 -0.4373166052595504 -0.34225060056713996 -0.4416580873307332 -0.5408620784334479 -0.6696037048626696 -0.6667939578550125 -0.6706591451632159 -0.6726692201836492 -0.6697154338473251 -0.674261906698996 -0.6731973328798293 -0.6720643605812555 -0.4567954709073874 -0.46331289536713505 -0.4576907422192097 -0.45799681711094836 -0.45580045567758776 -0.4580533231836453 -0.4983226844581336 -0.29941050782572715 -0.445528046544425 -0.29760182432896043 -0.44531244603061154 -0.29797257535899263 -0.4457853906500827 -0.29803304584851087 -0.44902714378189335 -0.49549387833875974 -0.6712643436800446 -0.6699635657848505 -0.687314570751859 -0.6869387242337249 -0.6876531667015992 -0.6946174968668427 -0.699792441221252 -0.7005162873765342 -0.5009476327142387 -0.512252997633326 -0.5022578862801591 -0.5015022605017758 -0.4998054619015627 -0.5072060275459137 -0.4987182737762539 -0.29953150548407154 -0.44721387540645263 -0.29750865815189326 -0.4469818305980413 -0.2975131692769107 -0.4469614755753858 -0.29760953332826096 -0.4517486394338135 -0.5652835787657841 -0.7265634925998316 -0.7314805791264417 -0.7355942448725603 -0.7387179884529808 -0.7407392103611581 -0.739816648370085 -0.7393456249399862 -0.7395561956369245 -0.520649845652516 -0.5314788557511201 -0.5288548153307431 -0.5316359466024693 -0.5320557121927832 -0.5325316039265015 -0.49325366970520673 -0.2993134551550805 -0.4481155520630295 -0.29799465554433047 -0.448085098939169 -0.29750682216835445 -0.4477603911815928 -0.297507744629999 -0.3018711047221057 -0.6115974925105311 -0.7665962842204073 -0.7635254097442619 -0.7683778427656205 -0.7659411383737837 -0.7631931842648747 -0.7732221579195635 -0.7747772407929637 -0.7684035490282469 -0.5429317724516228 -0.5474863652978182 -0.5375930705410498 -0.529807748917736 -0.5227375557841452 -0.5249350559119256 -0.49473312591183227 -0.32890159702864974 -0.4389354190971573 -0.34476156580149186 -0.4394526694312424 -0.3448021340922273 -0.43996142517670395 -0.2980533434929076 -0.30201557747699104 -0.6017523374922141 -0.7452228901221756 -0.7401606548747757 -0.7455402492290724 -0.7472275357486589 -0.7504127506175984 -0.7538683795426354 -0.754314550313762 -0.7529138573722537 -0.5319988672263952 -0.537949305462973 -0.5258643040683847 -0.5273770003791438 -0.5238537754742694 -0.5247542947817752 -0.49665017078140433 -0.33814385444101114 -0.4391387787781518 -0.3445867856672899 -0.4393554363627493 -0.3445543320953277 -0.4387427196884754 -0.3445111389923067 -0.44383292709351135 -0.4806140261232282 -0.5675837157550881 -0.5744494143250652 -0.5909717118004154 -0.605572921282088 -0.6130171302799821 -0.6142368211823286 -0.6084964226821616 -0.6041303294476571 -0.5977234409657557 -0.5879319422621265 -0.40667175942369577 -0.38119402209031883 -0.2993841431133624 -0.44541923377043535 -0.2998864513104474 -0.44929074083541015 -0.2775062557037487 -0.42705081659934085 -0.2772518142207287 -0.4270674159467128 -0.27724652507734454 -0.42615720099790094 -0.2796042064809966 -0.4310266200025027 -0.4474966067381487 -0.4778887785678921 -0.4529542691859234 -0.45587868406088294 -0.4582053088618448 -0.4579528626437775 -0.4563638871919174 -0.4548482849286349 -0.331071047905223 -0.2842605632118415 -0.4281723293165629 -0.2790612256993267 -0.42865537892508565 -0.27929668737336444 -0.4290950531810613 -0.27954914485041504 -0.446968619202006 -0.29758128061932465 -0.44747624509683825 -0.2975843067472251 -0.44676942953044985 -0.2980922555090339 -0.45180636278126396 -0.5674934261181646 -0.730458913654464 -0.7296013438104629 -0.7357358624466077 -0.7398721144409249 -0.7489462514517295 -0.7457516901308758 -0.749301701408995 -0.74896031324039 -0.5314916151352501 -0.5331669653089133 -0.5280837794003985 -0.5259515855410465 -0.5225952268267168 -0.5244130338046538 -0.4955041799992491 -0.29933385021613845 -0.44734036791160303 -0.2975283149707475 -0.4476339020355196 -0.2981184775030544 -0.44743546283562924 -0.2975265593984054 -0.45142680537199376 -0.5594736664481373 -0.7239720076317708 -0.7249980008999202 -0.7302226405499916 -0.730458470258781 -0.7379597359105483 -0.7420273925147005 -0.7421531922665804 -0.7402028996421184 -0.5189832231890488 -0.5198029746781118 -0.5146646427050968 -0.5213457084749802 -0.5185754467192437 -0.5183444330460782 -0.49622328062415544 -0.2996097182897895 -0.4479657577824124 -0.29798215541829615 -0.44722646406767813 -0.2975562603656012 -0.44705561595469984 -0.2975599763223977 -0.4515051073809297 -0.559863264513405 -0.7207547821473681 -0.7335619852034827 -0.7435486479269955 -0.7417695830047721 -0.7293209852435182 -0.7329664000551507 -0.7335226423289245 -0.7590745939184127 -0.537706014337966 -0.541921142969392 -0.5333430357499039 -0.531886617286945 -0.5296280793025423 -0.5297755604381518 -0.5003906239088525 -0.2997978345594427 -0.4476611953414692 -0.2988702416323733 -0.4474298496489813 -0.2975546082715013 -0.44750160492305063 -0.2981683898850094 -0.4518436863381036 -0.5608578269066123 -0.7292683418975953 -0.7301480493462704 -0.7357162467131699 -0.7363433653368961 -0.733905331262354 -0.7387169249589159 -0.7355897484769393 -0.73322979773384 -0.5113275640933599 -0.5145202865098262 -0.5037476363998855 -0.5026984971889344 -0.500132425255136 -0.4986360269219572 -0.4982435846886568 -0.2993809982081866 -0.44675060470233363 -0.29757727848703647 -0.4466578695017505 -0.2982178883762779 -0.44694486547958245 -0.29758127673259044 -0.4500081842822314 -0.5333526040649891 -0.69851996624302 -0.7027861501178769 -0.712997528289789 -0.7135905477574571 -0.7115144464957425 -0.7282562627435023 -0.7274276816015199 -0.7222703500607003 -0.5016133542982323 -0.5061166567752722 -0.5000880193386641 -0.4989646006850427 -0.4960934500125407 -0.495058690959244 -0.49876877070285724 -0.299349482893972 -0.44677264960092444 -0.2979763332990882 -0.44724871443482084 -0.29774219895652676 -0.446495089170307 -0.297542861245862 -0.4509439305560364 -0.4511833624359963 -0.5633544879645211 -0.5685782145830403 -0.5768707343473211 -0.5816280900975028 -0.5860855700395519 -0.5921034143808633 -0.5954433829984254 -0.5916244274734576 -0.5968173347690444 -0.5817567321324175 -0.4123257862063119 -0.38422574652489805 -0.29936538360597237 -0.448298515546047 -0.2996547307349519 -0.4495216823422584 -0.2775718160263185 -0.42730417204047266 -0.27723392911946293 -0.42738461165177666 -0.2773302055129388 -0.4277823644420458 -0.2795402611395186 -0.4315228249246175 -0.45194701607688514 -0.483122877139054 -0.4588705291613876 -0.4646012989092184 -0.4719308642212393 -0.4766250638262886 -0.4787523102465012 -0.483343077770858 -0.3410838575812626 -0.2841838422418684 -0.42931716284600835 -0.2796958154303148 -0.42925574938735617 -0.2790560851868375 -0.42932983967002863 -0.27905973349868163 -0.44823875614737807 -0.298259402718749 -0.4475416459989114 -0.29758066624348745 -0.4476310329475709 -0.2975842889803505 -0.45210838683993193 -0.5530265939342204 -0.7052218760776751 -0.6974101544950643 -0.7012859033957592 -0.698387254057416 -0.6925133713104374 -0.6956259984321336 -0.6911772711539512 -0.6837991968909887 -0.4668212584146431 -0.46725006200593683 -0.46035586947694485 -0.46260763666967614 -0.4593746179748052 -0.46028831471624737 -0.49853229418784084 -0.2994735467395433 -0.44552424000504054 -0.2983957459059729 -0.4448089672334132 -0.2976962905336903 -0.44461287265878185 -0.29771262153350914 -0.4493114568142389 -0.4968446093777938 -0.6641204972393421 -0.6676124944648936 -0.672609743047642 -0.6734209095712751 -0.6709552071977796 -0.6737807238118823 -0.6730325517788217 -0.6720718831156387 -0.45805137508608545 -0.4653198391137232 -0.4594295435962626 -0.46177933140000504 -0.45814206080640674 -0.45966382988006843 -0.49852643328618523 -0.2994916008009052 -0.4454682271740339 -0.29840878563314144 -0.44497867826319426 -0.2976997824878652 -0.44462876456668665 -0.2976980834495792 -0.4494190201020819 -0.4967508475250552 -0.6672818953815381 -0.6686553836889005 -0.673509797630848 -0.6740343542450173 -0.6724032765071504 -0.6787680841506061 -0.677635850220609 -0.6721316978254585 -0.45837212815934025 -0.46621810437525874 -0.45982677616289974 -0.46164025825644706 -0.45847754337176466 -0.46010672226878097 -0.49863932581402487 -0.29943743616971846 -0.44590585732180427 -0.29838583340563846 -0.44584453181647526 -0.29764012220430924 -0.44541488961316555 -0.29765905284454974 -0.4500480038752817 -0.4968279275113623 -0.6666682708349705 -0.6680481945838426 -0.6727974845219112 -0.6732469743705488 -0.6714167014339714 -0.6734930887299401 -0.6733856122467933 -0.6724921184444421 -0.45849840749926984 -0.46624022383866764 -0.45991118618562604 -0.46192472302096443 -0.45939945337814986 -0.4612293878783904 -0.4986386270772381 -0.29944165540395445 -0.44577663338347284 -0.29839892238706217 -0.44591635410755553 -0.29761746923868315 -0.4456581209031126 -0.29763643552757885 -0.45023172247527987 -0.522066666687185 -0.6773583157952406 -0.6802898353340614 -0.6873224736464635 -0.6940644691997321 -0.6852951416535636 -0.6871166580566261 -0.700204765007251 -0.7018996281645611 -0.4885002574261705 -0.4903040271828051 -0.4835299084690228 -0.4889551654988813 -0.4865458172608515 -0.48866787507559484 -0.5003072394656135 -0.29938204121752576 -0.4469504264986659 -0.2982550362311562 -0.44764684852560954 -0.2975797253439708 -0.4468627544695158 -0.29759477015636704 -0.45140920970394627 -0.44012025184780273 -0.5557182656533891 -0.5577132720743201 -0.5651308206121722 -0.5642319271474906 -0.5679228764496939 -0.567803539679318 -0.5674576550462763 -0.5680823783168959 -0.5717007215738359 -0.5652787880609274 -0.4134473459927995 -0.3813360134688373 -0.3467485904567028 -0.441342713976504 -0.3464670051802711 -0.4409077794735547 -0.3239623287094931 -0.41924412664632565 -0.3245899801457727 -0.41963722281254756 -0.3236765170424032 -0.4191942386070107 -0.3254501562123989 -0.4241642904713255 -0.46156779126138286 -0.4375962564857549 -0.4704798303247854 -0.4393336943111348 -0.47090719437060186 -0.4419559350461185 -0.4611036315805255 -0.4414134592136356 -0.34107517714080143 -0.28447095299214104 -0.42812260803103275 -0.27911727958417565 -0.42820219392605224 -0.2798019925115575 -0.3834834090713491 -0.2791362763267444 diff --git a/example/run/baseline_scenario/opendss/profiles/timestamps.csv b/example/run/baseline_scenario/opendss/profiles/timestamps.csv deleted file mode 100644 index e94d833..0000000 --- a/example/run/baseline_scenario/opendss/profiles/timestamps.csv +++ /dev/null @@ -1,8761 +0,0 @@ -Datetime -2017/01/01 01:00:00 -2017/01/01 02:00:00 -2017/01/01 03:00:00 -2017/01/01 04:00:00 -2017/01/01 05:00:00 -2017/01/01 06:00:00 -2017/01/01 07:00:00 -2017/01/01 08:00:00 -2017/01/01 09:00:00 -2017/01/01 10:00:00 -2017/01/01 11:00:00 -2017/01/01 12:00:00 -2017/01/01 13:00:00 -2017/01/01 14:00:00 -2017/01/01 15:00:00 -2017/01/01 16:00:00 -2017/01/01 17:00:00 -2017/01/01 18:00:00 -2017/01/01 19:00:00 -2017/01/01 20:00:00 -2017/01/01 21:00:00 -2017/01/01 22:00:00 -2017/01/01 23:00:00 -2017/01/02 00:00:00 -2017/01/02 01:00:00 -2017/01/02 02:00:00 -2017/01/02 03:00:00 -2017/01/02 04:00:00 -2017/01/02 05:00:00 -2017/01/02 06:00:00 -2017/01/02 07:00:00 -2017/01/02 08:00:00 -2017/01/02 09:00:00 -2017/01/02 10:00:00 -2017/01/02 11:00:00 -2017/01/02 12:00:00 -2017/01/02 13:00:00 -2017/01/02 14:00:00 -2017/01/02 15:00:00 -2017/01/02 16:00:00 -2017/01/02 17:00:00 -2017/01/02 18:00:00 -2017/01/02 19:00:00 -2017/01/02 20:00:00 -2017/01/02 21:00:00 -2017/01/02 22:00:00 -2017/01/02 23:00:00 -2017/01/03 00:00:00 -2017/01/03 01:00:00 -2017/01/03 02:00:00 -2017/01/03 03:00:00 -2017/01/03 04:00:00 -2017/01/03 05:00:00 -2017/01/03 06:00:00 -2017/01/03 07:00:00 -2017/01/03 08:00:00 -2017/01/03 09:00:00 -2017/01/03 10:00:00 -2017/01/03 11:00:00 -2017/01/03 12:00:00 -2017/01/03 13:00:00 -2017/01/03 14:00:00 -2017/01/03 15:00:00 -2017/01/03 16:00:00 -2017/01/03 17:00:00 -2017/01/03 18:00:00 -2017/01/03 19:00:00 -2017/01/03 20:00:00 -2017/01/03 21:00:00 -2017/01/03 22:00:00 -2017/01/03 23:00:00 -2017/01/04 00:00:00 -2017/01/04 01:00:00 -2017/01/04 02:00:00 -2017/01/04 03:00:00 -2017/01/04 04:00:00 -2017/01/04 05:00:00 -2017/01/04 06:00:00 -2017/01/04 07:00:00 -2017/01/04 08:00:00 -2017/01/04 09:00:00 -2017/01/04 10:00:00 -2017/01/04 11:00:00 -2017/01/04 12:00:00 -2017/01/04 13:00:00 -2017/01/04 14:00:00 -2017/01/04 15:00:00 -2017/01/04 16:00:00 -2017/01/04 17:00:00 -2017/01/04 18:00:00 -2017/01/04 19:00:00 -2017/01/04 20:00:00 -2017/01/04 21:00:00 -2017/01/04 22:00:00 -2017/01/04 23:00:00 -2017/01/05 00:00:00 -2017/01/05 01:00:00 -2017/01/05 02:00:00 -2017/01/05 03:00:00 -2017/01/05 04:00:00 -2017/01/05 05:00:00 -2017/01/05 06:00:00 -2017/01/05 07:00:00 -2017/01/05 08:00:00 -2017/01/05 09:00:00 -2017/01/05 10:00:00 -2017/01/05 11:00:00 -2017/01/05 12:00:00 -2017/01/05 13:00:00 -2017/01/05 14:00:00 -2017/01/05 15:00:00 -2017/01/05 16:00:00 -2017/01/05 17:00:00 -2017/01/05 18:00:00 -2017/01/05 19:00:00 -2017/01/05 20:00:00 -2017/01/05 21:00:00 -2017/01/05 22:00:00 -2017/01/05 23:00:00 -2017/01/06 00:00:00 -2017/01/06 01:00:00 -2017/01/06 02:00:00 -2017/01/06 03:00:00 -2017/01/06 04:00:00 -2017/01/06 05:00:00 -2017/01/06 06:00:00 -2017/01/06 07:00:00 -2017/01/06 08:00:00 -2017/01/06 09:00:00 -2017/01/06 10:00:00 -2017/01/06 11:00:00 -2017/01/06 12:00:00 -2017/01/06 13:00:00 -2017/01/06 14:00:00 -2017/01/06 15:00:00 -2017/01/06 16:00:00 -2017/01/06 17:00:00 -2017/01/06 18:00:00 -2017/01/06 19:00:00 -2017/01/06 20:00:00 -2017/01/06 21:00:00 -2017/01/06 22:00:00 -2017/01/06 23:00:00 -2017/01/07 00:00:00 -2017/01/07 01:00:00 -2017/01/07 02:00:00 -2017/01/07 03:00:00 -2017/01/07 04:00:00 -2017/01/07 05:00:00 -2017/01/07 06:00:00 -2017/01/07 07:00:00 -2017/01/07 08:00:00 -2017/01/07 09:00:00 -2017/01/07 10:00:00 -2017/01/07 11:00:00 -2017/01/07 12:00:00 -2017/01/07 13:00:00 -2017/01/07 14:00:00 -2017/01/07 15:00:00 -2017/01/07 16:00:00 -2017/01/07 17:00:00 -2017/01/07 18:00:00 -2017/01/07 19:00:00 -2017/01/07 20:00:00 -2017/01/07 21:00:00 -2017/01/07 22:00:00 -2017/01/07 23:00:00 -2017/01/08 00:00:00 -2017/01/08 01:00:00 -2017/01/08 02:00:00 -2017/01/08 03:00:00 -2017/01/08 04:00:00 -2017/01/08 05:00:00 -2017/01/08 06:00:00 -2017/01/08 07:00:00 -2017/01/08 08:00:00 -2017/01/08 09:00:00 -2017/01/08 10:00:00 -2017/01/08 11:00:00 -2017/01/08 12:00:00 -2017/01/08 13:00:00 -2017/01/08 14:00:00 -2017/01/08 15:00:00 -2017/01/08 16:00:00 -2017/01/08 17:00:00 -2017/01/08 18:00:00 -2017/01/08 19:00:00 -2017/01/08 20:00:00 -2017/01/08 21:00:00 -2017/01/08 22:00:00 -2017/01/08 23:00:00 -2017/01/09 00:00:00 -2017/01/09 01:00:00 -2017/01/09 02:00:00 -2017/01/09 03:00:00 -2017/01/09 04:00:00 -2017/01/09 05:00:00 -2017/01/09 06:00:00 -2017/01/09 07:00:00 -2017/01/09 08:00:00 -2017/01/09 09:00:00 -2017/01/09 10:00:00 -2017/01/09 11:00:00 -2017/01/09 12:00:00 -2017/01/09 13:00:00 -2017/01/09 14:00:00 -2017/01/09 15:00:00 -2017/01/09 16:00:00 -2017/01/09 17:00:00 -2017/01/09 18:00:00 -2017/01/09 19:00:00 -2017/01/09 20:00:00 -2017/01/09 21:00:00 -2017/01/09 22:00:00 -2017/01/09 23:00:00 -2017/01/10 00:00:00 -2017/01/10 01:00:00 -2017/01/10 02:00:00 -2017/01/10 03:00:00 -2017/01/10 04:00:00 -2017/01/10 05:00:00 -2017/01/10 06:00:00 -2017/01/10 07:00:00 -2017/01/10 08:00:00 -2017/01/10 09:00:00 -2017/01/10 10:00:00 -2017/01/10 11:00:00 -2017/01/10 12:00:00 -2017/01/10 13:00:00 -2017/01/10 14:00:00 -2017/01/10 15:00:00 -2017/01/10 16:00:00 -2017/01/10 17:00:00 -2017/01/10 18:00:00 -2017/01/10 19:00:00 -2017/01/10 20:00:00 -2017/01/10 21:00:00 -2017/01/10 22:00:00 -2017/01/10 23:00:00 -2017/01/11 00:00:00 -2017/01/11 01:00:00 -2017/01/11 02:00:00 -2017/01/11 03:00:00 -2017/01/11 04:00:00 -2017/01/11 05:00:00 -2017/01/11 06:00:00 -2017/01/11 07:00:00 -2017/01/11 08:00:00 -2017/01/11 09:00:00 -2017/01/11 10:00:00 -2017/01/11 11:00:00 -2017/01/11 12:00:00 -2017/01/11 13:00:00 -2017/01/11 14:00:00 -2017/01/11 15:00:00 -2017/01/11 16:00:00 -2017/01/11 17:00:00 -2017/01/11 18:00:00 -2017/01/11 19:00:00 -2017/01/11 20:00:00 -2017/01/11 21:00:00 -2017/01/11 22:00:00 -2017/01/11 23:00:00 -2017/01/12 00:00:00 -2017/01/12 01:00:00 -2017/01/12 02:00:00 -2017/01/12 03:00:00 -2017/01/12 04:00:00 -2017/01/12 05:00:00 -2017/01/12 06:00:00 -2017/01/12 07:00:00 -2017/01/12 08:00:00 -2017/01/12 09:00:00 -2017/01/12 10:00:00 -2017/01/12 11:00:00 -2017/01/12 12:00:00 -2017/01/12 13:00:00 -2017/01/12 14:00:00 -2017/01/12 15:00:00 -2017/01/12 16:00:00 -2017/01/12 17:00:00 -2017/01/12 18:00:00 -2017/01/12 19:00:00 -2017/01/12 20:00:00 -2017/01/12 21:00:00 -2017/01/12 22:00:00 -2017/01/12 23:00:00 -2017/01/13 00:00:00 -2017/01/13 01:00:00 -2017/01/13 02:00:00 -2017/01/13 03:00:00 -2017/01/13 04:00:00 -2017/01/13 05:00:00 -2017/01/13 06:00:00 -2017/01/13 07:00:00 -2017/01/13 08:00:00 -2017/01/13 09:00:00 -2017/01/13 10:00:00 -2017/01/13 11:00:00 -2017/01/13 12:00:00 -2017/01/13 13:00:00 -2017/01/13 14:00:00 -2017/01/13 15:00:00 -2017/01/13 16:00:00 -2017/01/13 17:00:00 -2017/01/13 18:00:00 -2017/01/13 19:00:00 -2017/01/13 20:00:00 -2017/01/13 21:00:00 -2017/01/13 22:00:00 -2017/01/13 23:00:00 -2017/01/14 00:00:00 -2017/01/14 01:00:00 -2017/01/14 02:00:00 -2017/01/14 03:00:00 -2017/01/14 04:00:00 -2017/01/14 05:00:00 -2017/01/14 06:00:00 -2017/01/14 07:00:00 -2017/01/14 08:00:00 -2017/01/14 09:00:00 -2017/01/14 10:00:00 -2017/01/14 11:00:00 -2017/01/14 12:00:00 -2017/01/14 13:00:00 -2017/01/14 14:00:00 -2017/01/14 15:00:00 -2017/01/14 16:00:00 -2017/01/14 17:00:00 -2017/01/14 18:00:00 -2017/01/14 19:00:00 -2017/01/14 20:00:00 -2017/01/14 21:00:00 -2017/01/14 22:00:00 -2017/01/14 23:00:00 -2017/01/15 00:00:00 -2017/01/15 01:00:00 -2017/01/15 02:00:00 -2017/01/15 03:00:00 -2017/01/15 04:00:00 -2017/01/15 05:00:00 -2017/01/15 06:00:00 -2017/01/15 07:00:00 -2017/01/15 08:00:00 -2017/01/15 09:00:00 -2017/01/15 10:00:00 -2017/01/15 11:00:00 -2017/01/15 12:00:00 -2017/01/15 13:00:00 -2017/01/15 14:00:00 -2017/01/15 15:00:00 -2017/01/15 16:00:00 -2017/01/15 17:00:00 -2017/01/15 18:00:00 -2017/01/15 19:00:00 -2017/01/15 20:00:00 -2017/01/15 21:00:00 -2017/01/15 22:00:00 -2017/01/15 23:00:00 -2017/01/16 00:00:00 -2017/01/16 01:00:00 -2017/01/16 02:00:00 -2017/01/16 03:00:00 -2017/01/16 04:00:00 -2017/01/16 05:00:00 -2017/01/16 06:00:00 -2017/01/16 07:00:00 -2017/01/16 08:00:00 -2017/01/16 09:00:00 -2017/01/16 10:00:00 -2017/01/16 11:00:00 -2017/01/16 12:00:00 -2017/01/16 13:00:00 -2017/01/16 14:00:00 -2017/01/16 15:00:00 -2017/01/16 16:00:00 -2017/01/16 17:00:00 -2017/01/16 18:00:00 -2017/01/16 19:00:00 -2017/01/16 20:00:00 -2017/01/16 21:00:00 -2017/01/16 22:00:00 -2017/01/16 23:00:00 -2017/01/17 00:00:00 -2017/01/17 01:00:00 -2017/01/17 02:00:00 -2017/01/17 03:00:00 -2017/01/17 04:00:00 -2017/01/17 05:00:00 -2017/01/17 06:00:00 -2017/01/17 07:00:00 -2017/01/17 08:00:00 -2017/01/17 09:00:00 -2017/01/17 10:00:00 -2017/01/17 11:00:00 -2017/01/17 12:00:00 -2017/01/17 13:00:00 -2017/01/17 14:00:00 -2017/01/17 15:00:00 -2017/01/17 16:00:00 -2017/01/17 17:00:00 -2017/01/17 18:00:00 -2017/01/17 19:00:00 -2017/01/17 20:00:00 -2017/01/17 21:00:00 -2017/01/17 22:00:00 -2017/01/17 23:00:00 -2017/01/18 00:00:00 -2017/01/18 01:00:00 -2017/01/18 02:00:00 -2017/01/18 03:00:00 -2017/01/18 04:00:00 -2017/01/18 05:00:00 -2017/01/18 06:00:00 -2017/01/18 07:00:00 -2017/01/18 08:00:00 -2017/01/18 09:00:00 -2017/01/18 10:00:00 -2017/01/18 11:00:00 -2017/01/18 12:00:00 -2017/01/18 13:00:00 -2017/01/18 14:00:00 -2017/01/18 15:00:00 -2017/01/18 16:00:00 -2017/01/18 17:00:00 -2017/01/18 18:00:00 -2017/01/18 19:00:00 -2017/01/18 20:00:00 -2017/01/18 21:00:00 -2017/01/18 22:00:00 -2017/01/18 23:00:00 -2017/01/19 00:00:00 -2017/01/19 01:00:00 -2017/01/19 02:00:00 -2017/01/19 03:00:00 -2017/01/19 04:00:00 -2017/01/19 05:00:00 -2017/01/19 06:00:00 -2017/01/19 07:00:00 -2017/01/19 08:00:00 -2017/01/19 09:00:00 -2017/01/19 10:00:00 -2017/01/19 11:00:00 -2017/01/19 12:00:00 -2017/01/19 13:00:00 -2017/01/19 14:00:00 -2017/01/19 15:00:00 -2017/01/19 16:00:00 -2017/01/19 17:00:00 -2017/01/19 18:00:00 -2017/01/19 19:00:00 -2017/01/19 20:00:00 -2017/01/19 21:00:00 -2017/01/19 22:00:00 -2017/01/19 23:00:00 -2017/01/20 00:00:00 -2017/01/20 01:00:00 -2017/01/20 02:00:00 -2017/01/20 03:00:00 -2017/01/20 04:00:00 -2017/01/20 05:00:00 -2017/01/20 06:00:00 -2017/01/20 07:00:00 -2017/01/20 08:00:00 -2017/01/20 09:00:00 -2017/01/20 10:00:00 -2017/01/20 11:00:00 -2017/01/20 12:00:00 -2017/01/20 13:00:00 -2017/01/20 14:00:00 -2017/01/20 15:00:00 -2017/01/20 16:00:00 -2017/01/20 17:00:00 -2017/01/20 18:00:00 -2017/01/20 19:00:00 -2017/01/20 20:00:00 -2017/01/20 21:00:00 -2017/01/20 22:00:00 -2017/01/20 23:00:00 -2017/01/21 00:00:00 -2017/01/21 01:00:00 -2017/01/21 02:00:00 -2017/01/21 03:00:00 -2017/01/21 04:00:00 -2017/01/21 05:00:00 -2017/01/21 06:00:00 -2017/01/21 07:00:00 -2017/01/21 08:00:00 -2017/01/21 09:00:00 -2017/01/21 10:00:00 -2017/01/21 11:00:00 -2017/01/21 12:00:00 -2017/01/21 13:00:00 -2017/01/21 14:00:00 -2017/01/21 15:00:00 -2017/01/21 16:00:00 -2017/01/21 17:00:00 -2017/01/21 18:00:00 -2017/01/21 19:00:00 -2017/01/21 20:00:00 -2017/01/21 21:00:00 -2017/01/21 22:00:00 -2017/01/21 23:00:00 -2017/01/22 00:00:00 -2017/01/22 01:00:00 -2017/01/22 02:00:00 -2017/01/22 03:00:00 -2017/01/22 04:00:00 -2017/01/22 05:00:00 -2017/01/22 06:00:00 -2017/01/22 07:00:00 -2017/01/22 08:00:00 -2017/01/22 09:00:00 -2017/01/22 10:00:00 -2017/01/22 11:00:00 -2017/01/22 12:00:00 -2017/01/22 13:00:00 -2017/01/22 14:00:00 -2017/01/22 15:00:00 -2017/01/22 16:00:00 -2017/01/22 17:00:00 -2017/01/22 18:00:00 -2017/01/22 19:00:00 -2017/01/22 20:00:00 -2017/01/22 21:00:00 -2017/01/22 22:00:00 -2017/01/22 23:00:00 -2017/01/23 00:00:00 -2017/01/23 01:00:00 -2017/01/23 02:00:00 -2017/01/23 03:00:00 -2017/01/23 04:00:00 -2017/01/23 05:00:00 -2017/01/23 06:00:00 -2017/01/23 07:00:00 -2017/01/23 08:00:00 -2017/01/23 09:00:00 -2017/01/23 10:00:00 -2017/01/23 11:00:00 -2017/01/23 12:00:00 -2017/01/23 13:00:00 -2017/01/23 14:00:00 -2017/01/23 15:00:00 -2017/01/23 16:00:00 -2017/01/23 17:00:00 -2017/01/23 18:00:00 -2017/01/23 19:00:00 -2017/01/23 20:00:00 -2017/01/23 21:00:00 -2017/01/23 22:00:00 -2017/01/23 23:00:00 -2017/01/24 00:00:00 -2017/01/24 01:00:00 -2017/01/24 02:00:00 -2017/01/24 03:00:00 -2017/01/24 04:00:00 -2017/01/24 05:00:00 -2017/01/24 06:00:00 -2017/01/24 07:00:00 -2017/01/24 08:00:00 -2017/01/24 09:00:00 -2017/01/24 10:00:00 -2017/01/24 11:00:00 -2017/01/24 12:00:00 -2017/01/24 13:00:00 -2017/01/24 14:00:00 -2017/01/24 15:00:00 -2017/01/24 16:00:00 -2017/01/24 17:00:00 -2017/01/24 18:00:00 -2017/01/24 19:00:00 -2017/01/24 20:00:00 -2017/01/24 21:00:00 -2017/01/24 22:00:00 -2017/01/24 23:00:00 -2017/01/25 00:00:00 -2017/01/25 01:00:00 -2017/01/25 02:00:00 -2017/01/25 03:00:00 -2017/01/25 04:00:00 -2017/01/25 05:00:00 -2017/01/25 06:00:00 -2017/01/25 07:00:00 -2017/01/25 08:00:00 -2017/01/25 09:00:00 -2017/01/25 10:00:00 -2017/01/25 11:00:00 -2017/01/25 12:00:00 -2017/01/25 13:00:00 -2017/01/25 14:00:00 -2017/01/25 15:00:00 -2017/01/25 16:00:00 -2017/01/25 17:00:00 -2017/01/25 18:00:00 -2017/01/25 19:00:00 -2017/01/25 20:00:00 -2017/01/25 21:00:00 -2017/01/25 22:00:00 -2017/01/25 23:00:00 -2017/01/26 00:00:00 -2017/01/26 01:00:00 -2017/01/26 02:00:00 -2017/01/26 03:00:00 -2017/01/26 04:00:00 -2017/01/26 05:00:00 -2017/01/26 06:00:00 -2017/01/26 07:00:00 -2017/01/26 08:00:00 -2017/01/26 09:00:00 -2017/01/26 10:00:00 -2017/01/26 11:00:00 -2017/01/26 12:00:00 -2017/01/26 13:00:00 -2017/01/26 14:00:00 -2017/01/26 15:00:00 -2017/01/26 16:00:00 -2017/01/26 17:00:00 -2017/01/26 18:00:00 -2017/01/26 19:00:00 -2017/01/26 20:00:00 -2017/01/26 21:00:00 -2017/01/26 22:00:00 -2017/01/26 23:00:00 -2017/01/27 00:00:00 -2017/01/27 01:00:00 -2017/01/27 02:00:00 -2017/01/27 03:00:00 -2017/01/27 04:00:00 -2017/01/27 05:00:00 -2017/01/27 06:00:00 -2017/01/27 07:00:00 -2017/01/27 08:00:00 -2017/01/27 09:00:00 -2017/01/27 10:00:00 -2017/01/27 11:00:00 -2017/01/27 12:00:00 -2017/01/27 13:00:00 -2017/01/27 14:00:00 -2017/01/27 15:00:00 -2017/01/27 16:00:00 -2017/01/27 17:00:00 -2017/01/27 18:00:00 -2017/01/27 19:00:00 -2017/01/27 20:00:00 -2017/01/27 21:00:00 -2017/01/27 22:00:00 -2017/01/27 23:00:00 -2017/01/28 00:00:00 -2017/01/28 01:00:00 -2017/01/28 02:00:00 -2017/01/28 03:00:00 -2017/01/28 04:00:00 -2017/01/28 05:00:00 -2017/01/28 06:00:00 -2017/01/28 07:00:00 -2017/01/28 08:00:00 -2017/01/28 09:00:00 -2017/01/28 10:00:00 -2017/01/28 11:00:00 -2017/01/28 12:00:00 -2017/01/28 13:00:00 -2017/01/28 14:00:00 -2017/01/28 15:00:00 -2017/01/28 16:00:00 -2017/01/28 17:00:00 -2017/01/28 18:00:00 -2017/01/28 19:00:00 -2017/01/28 20:00:00 -2017/01/28 21:00:00 -2017/01/28 22:00:00 -2017/01/28 23:00:00 -2017/01/29 00:00:00 -2017/01/29 01:00:00 -2017/01/29 02:00:00 -2017/01/29 03:00:00 -2017/01/29 04:00:00 -2017/01/29 05:00:00 -2017/01/29 06:00:00 -2017/01/29 07:00:00 -2017/01/29 08:00:00 -2017/01/29 09:00:00 -2017/01/29 10:00:00 -2017/01/29 11:00:00 -2017/01/29 12:00:00 -2017/01/29 13:00:00 -2017/01/29 14:00:00 -2017/01/29 15:00:00 -2017/01/29 16:00:00 -2017/01/29 17:00:00 -2017/01/29 18:00:00 -2017/01/29 19:00:00 -2017/01/29 20:00:00 -2017/01/29 21:00:00 -2017/01/29 22:00:00 -2017/01/29 23:00:00 -2017/01/30 00:00:00 -2017/01/30 01:00:00 -2017/01/30 02:00:00 -2017/01/30 03:00:00 -2017/01/30 04:00:00 -2017/01/30 05:00:00 -2017/01/30 06:00:00 -2017/01/30 07:00:00 -2017/01/30 08:00:00 -2017/01/30 09:00:00 -2017/01/30 10:00:00 -2017/01/30 11:00:00 -2017/01/30 12:00:00 -2017/01/30 13:00:00 -2017/01/30 14:00:00 -2017/01/30 15:00:00 -2017/01/30 16:00:00 -2017/01/30 17:00:00 -2017/01/30 18:00:00 -2017/01/30 19:00:00 -2017/01/30 20:00:00 -2017/01/30 21:00:00 -2017/01/30 22:00:00 -2017/01/30 23:00:00 -2017/01/31 00:00:00 -2017/01/31 01:00:00 -2017/01/31 02:00:00 -2017/01/31 03:00:00 -2017/01/31 04:00:00 -2017/01/31 05:00:00 -2017/01/31 06:00:00 -2017/01/31 07:00:00 -2017/01/31 08:00:00 -2017/01/31 09:00:00 -2017/01/31 10:00:00 -2017/01/31 11:00:00 -2017/01/31 12:00:00 -2017/01/31 13:00:00 -2017/01/31 14:00:00 -2017/01/31 15:00:00 -2017/01/31 16:00:00 -2017/01/31 17:00:00 -2017/01/31 18:00:00 -2017/01/31 19:00:00 -2017/01/31 20:00:00 -2017/01/31 21:00:00 -2017/01/31 22:00:00 -2017/01/31 23:00:00 -2017/02/01 00:00:00 -2017/02/01 01:00:00 -2017/02/01 02:00:00 -2017/02/01 03:00:00 -2017/02/01 04:00:00 -2017/02/01 05:00:00 -2017/02/01 06:00:00 -2017/02/01 07:00:00 -2017/02/01 08:00:00 -2017/02/01 09:00:00 -2017/02/01 10:00:00 -2017/02/01 11:00:00 -2017/02/01 12:00:00 -2017/02/01 13:00:00 -2017/02/01 14:00:00 -2017/02/01 15:00:00 -2017/02/01 16:00:00 -2017/02/01 17:00:00 -2017/02/01 18:00:00 -2017/02/01 19:00:00 -2017/02/01 20:00:00 -2017/02/01 21:00:00 -2017/02/01 22:00:00 -2017/02/01 23:00:00 -2017/02/02 00:00:00 -2017/02/02 01:00:00 -2017/02/02 02:00:00 -2017/02/02 03:00:00 -2017/02/02 04:00:00 -2017/02/02 05:00:00 -2017/02/02 06:00:00 -2017/02/02 07:00:00 -2017/02/02 08:00:00 -2017/02/02 09:00:00 -2017/02/02 10:00:00 -2017/02/02 11:00:00 -2017/02/02 12:00:00 -2017/02/02 13:00:00 -2017/02/02 14:00:00 -2017/02/02 15:00:00 -2017/02/02 16:00:00 -2017/02/02 17:00:00 -2017/02/02 18:00:00 -2017/02/02 19:00:00 -2017/02/02 20:00:00 -2017/02/02 21:00:00 -2017/02/02 22:00:00 -2017/02/02 23:00:00 -2017/02/03 00:00:00 -2017/02/03 01:00:00 -2017/02/03 02:00:00 -2017/02/03 03:00:00 -2017/02/03 04:00:00 -2017/02/03 05:00:00 -2017/02/03 06:00:00 -2017/02/03 07:00:00 -2017/02/03 08:00:00 -2017/02/03 09:00:00 -2017/02/03 10:00:00 -2017/02/03 11:00:00 -2017/02/03 12:00:00 -2017/02/03 13:00:00 -2017/02/03 14:00:00 -2017/02/03 15:00:00 -2017/02/03 16:00:00 -2017/02/03 17:00:00 -2017/02/03 18:00:00 -2017/02/03 19:00:00 -2017/02/03 20:00:00 -2017/02/03 21:00:00 -2017/02/03 22:00:00 -2017/02/03 23:00:00 -2017/02/04 00:00:00 -2017/02/04 01:00:00 -2017/02/04 02:00:00 -2017/02/04 03:00:00 -2017/02/04 04:00:00 -2017/02/04 05:00:00 -2017/02/04 06:00:00 -2017/02/04 07:00:00 -2017/02/04 08:00:00 -2017/02/04 09:00:00 -2017/02/04 10:00:00 -2017/02/04 11:00:00 -2017/02/04 12:00:00 -2017/02/04 13:00:00 -2017/02/04 14:00:00 -2017/02/04 15:00:00 -2017/02/04 16:00:00 -2017/02/04 17:00:00 -2017/02/04 18:00:00 -2017/02/04 19:00:00 -2017/02/04 20:00:00 -2017/02/04 21:00:00 -2017/02/04 22:00:00 -2017/02/04 23:00:00 -2017/02/05 00:00:00 -2017/02/05 01:00:00 -2017/02/05 02:00:00 -2017/02/05 03:00:00 -2017/02/05 04:00:00 -2017/02/05 05:00:00 -2017/02/05 06:00:00 -2017/02/05 07:00:00 -2017/02/05 08:00:00 -2017/02/05 09:00:00 -2017/02/05 10:00:00 -2017/02/05 11:00:00 -2017/02/05 12:00:00 -2017/02/05 13:00:00 -2017/02/05 14:00:00 -2017/02/05 15:00:00 -2017/02/05 16:00:00 -2017/02/05 17:00:00 -2017/02/05 18:00:00 -2017/02/05 19:00:00 -2017/02/05 20:00:00 -2017/02/05 21:00:00 -2017/02/05 22:00:00 -2017/02/05 23:00:00 -2017/02/06 00:00:00 -2017/02/06 01:00:00 -2017/02/06 02:00:00 -2017/02/06 03:00:00 -2017/02/06 04:00:00 -2017/02/06 05:00:00 -2017/02/06 06:00:00 -2017/02/06 07:00:00 -2017/02/06 08:00:00 -2017/02/06 09:00:00 -2017/02/06 10:00:00 -2017/02/06 11:00:00 -2017/02/06 12:00:00 -2017/02/06 13:00:00 -2017/02/06 14:00:00 -2017/02/06 15:00:00 -2017/02/06 16:00:00 -2017/02/06 17:00:00 -2017/02/06 18:00:00 -2017/02/06 19:00:00 -2017/02/06 20:00:00 -2017/02/06 21:00:00 -2017/02/06 22:00:00 -2017/02/06 23:00:00 -2017/02/07 00:00:00 -2017/02/07 01:00:00 -2017/02/07 02:00:00 -2017/02/07 03:00:00 -2017/02/07 04:00:00 -2017/02/07 05:00:00 -2017/02/07 06:00:00 -2017/02/07 07:00:00 -2017/02/07 08:00:00 -2017/02/07 09:00:00 -2017/02/07 10:00:00 -2017/02/07 11:00:00 -2017/02/07 12:00:00 -2017/02/07 13:00:00 -2017/02/07 14:00:00 -2017/02/07 15:00:00 -2017/02/07 16:00:00 -2017/02/07 17:00:00 -2017/02/07 18:00:00 -2017/02/07 19:00:00 -2017/02/07 20:00:00 -2017/02/07 21:00:00 -2017/02/07 22:00:00 -2017/02/07 23:00:00 -2017/02/08 00:00:00 -2017/02/08 01:00:00 -2017/02/08 02:00:00 -2017/02/08 03:00:00 -2017/02/08 04:00:00 -2017/02/08 05:00:00 -2017/02/08 06:00:00 -2017/02/08 07:00:00 -2017/02/08 08:00:00 -2017/02/08 09:00:00 -2017/02/08 10:00:00 -2017/02/08 11:00:00 -2017/02/08 12:00:00 -2017/02/08 13:00:00 -2017/02/08 14:00:00 -2017/02/08 15:00:00 -2017/02/08 16:00:00 -2017/02/08 17:00:00 -2017/02/08 18:00:00 -2017/02/08 19:00:00 -2017/02/08 20:00:00 -2017/02/08 21:00:00 -2017/02/08 22:00:00 -2017/02/08 23:00:00 -2017/02/09 00:00:00 -2017/02/09 01:00:00 -2017/02/09 02:00:00 -2017/02/09 03:00:00 -2017/02/09 04:00:00 -2017/02/09 05:00:00 -2017/02/09 06:00:00 -2017/02/09 07:00:00 -2017/02/09 08:00:00 -2017/02/09 09:00:00 -2017/02/09 10:00:00 -2017/02/09 11:00:00 -2017/02/09 12:00:00 -2017/02/09 13:00:00 -2017/02/09 14:00:00 -2017/02/09 15:00:00 -2017/02/09 16:00:00 -2017/02/09 17:00:00 -2017/02/09 18:00:00 -2017/02/09 19:00:00 -2017/02/09 20:00:00 -2017/02/09 21:00:00 -2017/02/09 22:00:00 -2017/02/09 23:00:00 -2017/02/10 00:00:00 -2017/02/10 01:00:00 -2017/02/10 02:00:00 -2017/02/10 03:00:00 -2017/02/10 04:00:00 -2017/02/10 05:00:00 -2017/02/10 06:00:00 -2017/02/10 07:00:00 -2017/02/10 08:00:00 -2017/02/10 09:00:00 -2017/02/10 10:00:00 -2017/02/10 11:00:00 -2017/02/10 12:00:00 -2017/02/10 13:00:00 -2017/02/10 14:00:00 -2017/02/10 15:00:00 -2017/02/10 16:00:00 -2017/02/10 17:00:00 -2017/02/10 18:00:00 -2017/02/10 19:00:00 -2017/02/10 20:00:00 -2017/02/10 21:00:00 -2017/02/10 22:00:00 -2017/02/10 23:00:00 -2017/02/11 00:00:00 -2017/02/11 01:00:00 -2017/02/11 02:00:00 -2017/02/11 03:00:00 -2017/02/11 04:00:00 -2017/02/11 05:00:00 -2017/02/11 06:00:00 -2017/02/11 07:00:00 -2017/02/11 08:00:00 -2017/02/11 09:00:00 -2017/02/11 10:00:00 -2017/02/11 11:00:00 -2017/02/11 12:00:00 -2017/02/11 13:00:00 -2017/02/11 14:00:00 -2017/02/11 15:00:00 -2017/02/11 16:00:00 -2017/02/11 17:00:00 -2017/02/11 18:00:00 -2017/02/11 19:00:00 -2017/02/11 20:00:00 -2017/02/11 21:00:00 -2017/02/11 22:00:00 -2017/02/11 23:00:00 -2017/02/12 00:00:00 -2017/02/12 01:00:00 -2017/02/12 02:00:00 -2017/02/12 03:00:00 -2017/02/12 04:00:00 -2017/02/12 05:00:00 -2017/02/12 06:00:00 -2017/02/12 07:00:00 -2017/02/12 08:00:00 -2017/02/12 09:00:00 -2017/02/12 10:00:00 -2017/02/12 11:00:00 -2017/02/12 12:00:00 -2017/02/12 13:00:00 -2017/02/12 14:00:00 -2017/02/12 15:00:00 -2017/02/12 16:00:00 -2017/02/12 17:00:00 -2017/02/12 18:00:00 -2017/02/12 19:00:00 -2017/02/12 20:00:00 -2017/02/12 21:00:00 -2017/02/12 22:00:00 -2017/02/12 23:00:00 -2017/02/13 00:00:00 -2017/02/13 01:00:00 -2017/02/13 02:00:00 -2017/02/13 03:00:00 -2017/02/13 04:00:00 -2017/02/13 05:00:00 -2017/02/13 06:00:00 -2017/02/13 07:00:00 -2017/02/13 08:00:00 -2017/02/13 09:00:00 -2017/02/13 10:00:00 -2017/02/13 11:00:00 -2017/02/13 12:00:00 -2017/02/13 13:00:00 -2017/02/13 14:00:00 -2017/02/13 15:00:00 -2017/02/13 16:00:00 -2017/02/13 17:00:00 -2017/02/13 18:00:00 -2017/02/13 19:00:00 -2017/02/13 20:00:00 -2017/02/13 21:00:00 -2017/02/13 22:00:00 -2017/02/13 23:00:00 -2017/02/14 00:00:00 -2017/02/14 01:00:00 -2017/02/14 02:00:00 -2017/02/14 03:00:00 -2017/02/14 04:00:00 -2017/02/14 05:00:00 -2017/02/14 06:00:00 -2017/02/14 07:00:00 -2017/02/14 08:00:00 -2017/02/14 09:00:00 -2017/02/14 10:00:00 -2017/02/14 11:00:00 -2017/02/14 12:00:00 -2017/02/14 13:00:00 -2017/02/14 14:00:00 -2017/02/14 15:00:00 -2017/02/14 16:00:00 -2017/02/14 17:00:00 -2017/02/14 18:00:00 -2017/02/14 19:00:00 -2017/02/14 20:00:00 -2017/02/14 21:00:00 -2017/02/14 22:00:00 -2017/02/14 23:00:00 -2017/02/15 00:00:00 -2017/02/15 01:00:00 -2017/02/15 02:00:00 -2017/02/15 03:00:00 -2017/02/15 04:00:00 -2017/02/15 05:00:00 -2017/02/15 06:00:00 -2017/02/15 07:00:00 -2017/02/15 08:00:00 -2017/02/15 09:00:00 -2017/02/15 10:00:00 -2017/02/15 11:00:00 -2017/02/15 12:00:00 -2017/02/15 13:00:00 -2017/02/15 14:00:00 -2017/02/15 15:00:00 -2017/02/15 16:00:00 -2017/02/15 17:00:00 -2017/02/15 18:00:00 -2017/02/15 19:00:00 -2017/02/15 20:00:00 -2017/02/15 21:00:00 -2017/02/15 22:00:00 -2017/02/15 23:00:00 -2017/02/16 00:00:00 -2017/02/16 01:00:00 -2017/02/16 02:00:00 -2017/02/16 03:00:00 -2017/02/16 04:00:00 -2017/02/16 05:00:00 -2017/02/16 06:00:00 -2017/02/16 07:00:00 -2017/02/16 08:00:00 -2017/02/16 09:00:00 -2017/02/16 10:00:00 -2017/02/16 11:00:00 -2017/02/16 12:00:00 -2017/02/16 13:00:00 -2017/02/16 14:00:00 -2017/02/16 15:00:00 -2017/02/16 16:00:00 -2017/02/16 17:00:00 -2017/02/16 18:00:00 -2017/02/16 19:00:00 -2017/02/16 20:00:00 -2017/02/16 21:00:00 -2017/02/16 22:00:00 -2017/02/16 23:00:00 -2017/02/17 00:00:00 -2017/02/17 01:00:00 -2017/02/17 02:00:00 -2017/02/17 03:00:00 -2017/02/17 04:00:00 -2017/02/17 05:00:00 -2017/02/17 06:00:00 -2017/02/17 07:00:00 -2017/02/17 08:00:00 -2017/02/17 09:00:00 -2017/02/17 10:00:00 -2017/02/17 11:00:00 -2017/02/17 12:00:00 -2017/02/17 13:00:00 -2017/02/17 14:00:00 -2017/02/17 15:00:00 -2017/02/17 16:00:00 -2017/02/17 17:00:00 -2017/02/17 18:00:00 -2017/02/17 19:00:00 -2017/02/17 20:00:00 -2017/02/17 21:00:00 -2017/02/17 22:00:00 -2017/02/17 23:00:00 -2017/02/18 00:00:00 -2017/02/18 01:00:00 -2017/02/18 02:00:00 -2017/02/18 03:00:00 -2017/02/18 04:00:00 -2017/02/18 05:00:00 -2017/02/18 06:00:00 -2017/02/18 07:00:00 -2017/02/18 08:00:00 -2017/02/18 09:00:00 -2017/02/18 10:00:00 -2017/02/18 11:00:00 -2017/02/18 12:00:00 -2017/02/18 13:00:00 -2017/02/18 14:00:00 -2017/02/18 15:00:00 -2017/02/18 16:00:00 -2017/02/18 17:00:00 -2017/02/18 18:00:00 -2017/02/18 19:00:00 -2017/02/18 20:00:00 -2017/02/18 21:00:00 -2017/02/18 22:00:00 -2017/02/18 23:00:00 -2017/02/19 00:00:00 -2017/02/19 01:00:00 -2017/02/19 02:00:00 -2017/02/19 03:00:00 -2017/02/19 04:00:00 -2017/02/19 05:00:00 -2017/02/19 06:00:00 -2017/02/19 07:00:00 -2017/02/19 08:00:00 -2017/02/19 09:00:00 -2017/02/19 10:00:00 -2017/02/19 11:00:00 -2017/02/19 12:00:00 -2017/02/19 13:00:00 -2017/02/19 14:00:00 -2017/02/19 15:00:00 -2017/02/19 16:00:00 -2017/02/19 17:00:00 -2017/02/19 18:00:00 -2017/02/19 19:00:00 -2017/02/19 20:00:00 -2017/02/19 21:00:00 -2017/02/19 22:00:00 -2017/02/19 23:00:00 -2017/02/20 00:00:00 -2017/02/20 01:00:00 -2017/02/20 02:00:00 -2017/02/20 03:00:00 -2017/02/20 04:00:00 -2017/02/20 05:00:00 -2017/02/20 06:00:00 -2017/02/20 07:00:00 -2017/02/20 08:00:00 -2017/02/20 09:00:00 -2017/02/20 10:00:00 -2017/02/20 11:00:00 -2017/02/20 12:00:00 -2017/02/20 13:00:00 -2017/02/20 14:00:00 -2017/02/20 15:00:00 -2017/02/20 16:00:00 -2017/02/20 17:00:00 -2017/02/20 18:00:00 -2017/02/20 19:00:00 -2017/02/20 20:00:00 -2017/02/20 21:00:00 -2017/02/20 22:00:00 -2017/02/20 23:00:00 -2017/02/21 00:00:00 -2017/02/21 01:00:00 -2017/02/21 02:00:00 -2017/02/21 03:00:00 -2017/02/21 04:00:00 -2017/02/21 05:00:00 -2017/02/21 06:00:00 -2017/02/21 07:00:00 -2017/02/21 08:00:00 -2017/02/21 09:00:00 -2017/02/21 10:00:00 -2017/02/21 11:00:00 -2017/02/21 12:00:00 -2017/02/21 13:00:00 -2017/02/21 14:00:00 -2017/02/21 15:00:00 -2017/02/21 16:00:00 -2017/02/21 17:00:00 -2017/02/21 18:00:00 -2017/02/21 19:00:00 -2017/02/21 20:00:00 -2017/02/21 21:00:00 -2017/02/21 22:00:00 -2017/02/21 23:00:00 -2017/02/22 00:00:00 -2017/02/22 01:00:00 -2017/02/22 02:00:00 -2017/02/22 03:00:00 -2017/02/22 04:00:00 -2017/02/22 05:00:00 -2017/02/22 06:00:00 -2017/02/22 07:00:00 -2017/02/22 08:00:00 -2017/02/22 09:00:00 -2017/02/22 10:00:00 -2017/02/22 11:00:00 -2017/02/22 12:00:00 -2017/02/22 13:00:00 -2017/02/22 14:00:00 -2017/02/22 15:00:00 -2017/02/22 16:00:00 -2017/02/22 17:00:00 -2017/02/22 18:00:00 -2017/02/22 19:00:00 -2017/02/22 20:00:00 -2017/02/22 21:00:00 -2017/02/22 22:00:00 -2017/02/22 23:00:00 -2017/02/23 00:00:00 -2017/02/23 01:00:00 -2017/02/23 02:00:00 -2017/02/23 03:00:00 -2017/02/23 04:00:00 -2017/02/23 05:00:00 -2017/02/23 06:00:00 -2017/02/23 07:00:00 -2017/02/23 08:00:00 -2017/02/23 09:00:00 -2017/02/23 10:00:00 -2017/02/23 11:00:00 -2017/02/23 12:00:00 -2017/02/23 13:00:00 -2017/02/23 14:00:00 -2017/02/23 15:00:00 -2017/02/23 16:00:00 -2017/02/23 17:00:00 -2017/02/23 18:00:00 -2017/02/23 19:00:00 -2017/02/23 20:00:00 -2017/02/23 21:00:00 -2017/02/23 22:00:00 -2017/02/23 23:00:00 -2017/02/24 00:00:00 -2017/02/24 01:00:00 -2017/02/24 02:00:00 -2017/02/24 03:00:00 -2017/02/24 04:00:00 -2017/02/24 05:00:00 -2017/02/24 06:00:00 -2017/02/24 07:00:00 -2017/02/24 08:00:00 -2017/02/24 09:00:00 -2017/02/24 10:00:00 -2017/02/24 11:00:00 -2017/02/24 12:00:00 -2017/02/24 13:00:00 -2017/02/24 14:00:00 -2017/02/24 15:00:00 -2017/02/24 16:00:00 -2017/02/24 17:00:00 -2017/02/24 18:00:00 -2017/02/24 19:00:00 -2017/02/24 20:00:00 -2017/02/24 21:00:00 -2017/02/24 22:00:00 -2017/02/24 23:00:00 -2017/02/25 00:00:00 -2017/02/25 01:00:00 -2017/02/25 02:00:00 -2017/02/25 03:00:00 -2017/02/25 04:00:00 -2017/02/25 05:00:00 -2017/02/25 06:00:00 -2017/02/25 07:00:00 -2017/02/25 08:00:00 -2017/02/25 09:00:00 -2017/02/25 10:00:00 -2017/02/25 11:00:00 -2017/02/25 12:00:00 -2017/02/25 13:00:00 -2017/02/25 14:00:00 -2017/02/25 15:00:00 -2017/02/25 16:00:00 -2017/02/25 17:00:00 -2017/02/25 18:00:00 -2017/02/25 19:00:00 -2017/02/25 20:00:00 -2017/02/25 21:00:00 -2017/02/25 22:00:00 -2017/02/25 23:00:00 -2017/02/26 00:00:00 -2017/02/26 01:00:00 -2017/02/26 02:00:00 -2017/02/26 03:00:00 -2017/02/26 04:00:00 -2017/02/26 05:00:00 -2017/02/26 06:00:00 -2017/02/26 07:00:00 -2017/02/26 08:00:00 -2017/02/26 09:00:00 -2017/02/26 10:00:00 -2017/02/26 11:00:00 -2017/02/26 12:00:00 -2017/02/26 13:00:00 -2017/02/26 14:00:00 -2017/02/26 15:00:00 -2017/02/26 16:00:00 -2017/02/26 17:00:00 -2017/02/26 18:00:00 -2017/02/26 19:00:00 -2017/02/26 20:00:00 -2017/02/26 21:00:00 -2017/02/26 22:00:00 -2017/02/26 23:00:00 -2017/02/27 00:00:00 -2017/02/27 01:00:00 -2017/02/27 02:00:00 -2017/02/27 03:00:00 -2017/02/27 04:00:00 -2017/02/27 05:00:00 -2017/02/27 06:00:00 -2017/02/27 07:00:00 -2017/02/27 08:00:00 -2017/02/27 09:00:00 -2017/02/27 10:00:00 -2017/02/27 11:00:00 -2017/02/27 12:00:00 -2017/02/27 13:00:00 -2017/02/27 14:00:00 -2017/02/27 15:00:00 -2017/02/27 16:00:00 -2017/02/27 17:00:00 -2017/02/27 18:00:00 -2017/02/27 19:00:00 -2017/02/27 20:00:00 -2017/02/27 21:00:00 -2017/02/27 22:00:00 -2017/02/27 23:00:00 -2017/02/28 00:00:00 -2017/02/28 01:00:00 -2017/02/28 02:00:00 -2017/02/28 03:00:00 -2017/02/28 04:00:00 -2017/02/28 05:00:00 -2017/02/28 06:00:00 -2017/02/28 07:00:00 -2017/02/28 08:00:00 -2017/02/28 09:00:00 -2017/02/28 10:00:00 -2017/02/28 11:00:00 -2017/02/28 12:00:00 -2017/02/28 13:00:00 -2017/02/28 14:00:00 -2017/02/28 15:00:00 -2017/02/28 16:00:00 -2017/02/28 17:00:00 -2017/02/28 18:00:00 -2017/02/28 19:00:00 -2017/02/28 20:00:00 -2017/02/28 21:00:00 -2017/02/28 22:00:00 -2017/02/28 23:00:00 -2017/03/01 00:00:00 -2017/03/01 01:00:00 -2017/03/01 02:00:00 -2017/03/01 03:00:00 -2017/03/01 04:00:00 -2017/03/01 05:00:00 -2017/03/01 06:00:00 -2017/03/01 07:00:00 -2017/03/01 08:00:00 -2017/03/01 09:00:00 -2017/03/01 10:00:00 -2017/03/01 11:00:00 -2017/03/01 12:00:00 -2017/03/01 13:00:00 -2017/03/01 14:00:00 -2017/03/01 15:00:00 -2017/03/01 16:00:00 -2017/03/01 17:00:00 -2017/03/01 18:00:00 -2017/03/01 19:00:00 -2017/03/01 20:00:00 -2017/03/01 21:00:00 -2017/03/01 22:00:00 -2017/03/01 23:00:00 -2017/03/02 00:00:00 -2017/03/02 01:00:00 -2017/03/02 02:00:00 -2017/03/02 03:00:00 -2017/03/02 04:00:00 -2017/03/02 05:00:00 -2017/03/02 06:00:00 -2017/03/02 07:00:00 -2017/03/02 08:00:00 -2017/03/02 09:00:00 -2017/03/02 10:00:00 -2017/03/02 11:00:00 -2017/03/02 12:00:00 -2017/03/02 13:00:00 -2017/03/02 14:00:00 -2017/03/02 15:00:00 -2017/03/02 16:00:00 -2017/03/02 17:00:00 -2017/03/02 18:00:00 -2017/03/02 19:00:00 -2017/03/02 20:00:00 -2017/03/02 21:00:00 -2017/03/02 22:00:00 -2017/03/02 23:00:00 -2017/03/03 00:00:00 -2017/03/03 01:00:00 -2017/03/03 02:00:00 -2017/03/03 03:00:00 -2017/03/03 04:00:00 -2017/03/03 05:00:00 -2017/03/03 06:00:00 -2017/03/03 07:00:00 -2017/03/03 08:00:00 -2017/03/03 09:00:00 -2017/03/03 10:00:00 -2017/03/03 11:00:00 -2017/03/03 12:00:00 -2017/03/03 13:00:00 -2017/03/03 14:00:00 -2017/03/03 15:00:00 -2017/03/03 16:00:00 -2017/03/03 17:00:00 -2017/03/03 18:00:00 -2017/03/03 19:00:00 -2017/03/03 20:00:00 -2017/03/03 21:00:00 -2017/03/03 22:00:00 -2017/03/03 23:00:00 -2017/03/04 00:00:00 -2017/03/04 01:00:00 -2017/03/04 02:00:00 -2017/03/04 03:00:00 -2017/03/04 04:00:00 -2017/03/04 05:00:00 -2017/03/04 06:00:00 -2017/03/04 07:00:00 -2017/03/04 08:00:00 -2017/03/04 09:00:00 -2017/03/04 10:00:00 -2017/03/04 11:00:00 -2017/03/04 12:00:00 -2017/03/04 13:00:00 -2017/03/04 14:00:00 -2017/03/04 15:00:00 -2017/03/04 16:00:00 -2017/03/04 17:00:00 -2017/03/04 18:00:00 -2017/03/04 19:00:00 -2017/03/04 20:00:00 -2017/03/04 21:00:00 -2017/03/04 22:00:00 -2017/03/04 23:00:00 -2017/03/05 00:00:00 -2017/03/05 01:00:00 -2017/03/05 02:00:00 -2017/03/05 03:00:00 -2017/03/05 04:00:00 -2017/03/05 05:00:00 -2017/03/05 06:00:00 -2017/03/05 07:00:00 -2017/03/05 08:00:00 -2017/03/05 09:00:00 -2017/03/05 10:00:00 -2017/03/05 11:00:00 -2017/03/05 12:00:00 -2017/03/05 13:00:00 -2017/03/05 14:00:00 -2017/03/05 15:00:00 -2017/03/05 16:00:00 -2017/03/05 17:00:00 -2017/03/05 18:00:00 -2017/03/05 19:00:00 -2017/03/05 20:00:00 -2017/03/05 21:00:00 -2017/03/05 22:00:00 -2017/03/05 23:00:00 -2017/03/06 00:00:00 -2017/03/06 01:00:00 -2017/03/06 02:00:00 -2017/03/06 03:00:00 -2017/03/06 04:00:00 -2017/03/06 05:00:00 -2017/03/06 06:00:00 -2017/03/06 07:00:00 -2017/03/06 08:00:00 -2017/03/06 09:00:00 -2017/03/06 10:00:00 -2017/03/06 11:00:00 -2017/03/06 12:00:00 -2017/03/06 13:00:00 -2017/03/06 14:00:00 -2017/03/06 15:00:00 -2017/03/06 16:00:00 -2017/03/06 17:00:00 -2017/03/06 18:00:00 -2017/03/06 19:00:00 -2017/03/06 20:00:00 -2017/03/06 21:00:00 -2017/03/06 22:00:00 -2017/03/06 23:00:00 -2017/03/07 00:00:00 -2017/03/07 01:00:00 -2017/03/07 02:00:00 -2017/03/07 03:00:00 -2017/03/07 04:00:00 -2017/03/07 05:00:00 -2017/03/07 06:00:00 -2017/03/07 07:00:00 -2017/03/07 08:00:00 -2017/03/07 09:00:00 -2017/03/07 10:00:00 -2017/03/07 11:00:00 -2017/03/07 12:00:00 -2017/03/07 13:00:00 -2017/03/07 14:00:00 -2017/03/07 15:00:00 -2017/03/07 16:00:00 -2017/03/07 17:00:00 -2017/03/07 18:00:00 -2017/03/07 19:00:00 -2017/03/07 20:00:00 -2017/03/07 21:00:00 -2017/03/07 22:00:00 -2017/03/07 23:00:00 -2017/03/08 00:00:00 -2017/03/08 01:00:00 -2017/03/08 02:00:00 -2017/03/08 03:00:00 -2017/03/08 04:00:00 -2017/03/08 05:00:00 -2017/03/08 06:00:00 -2017/03/08 07:00:00 -2017/03/08 08:00:00 -2017/03/08 09:00:00 -2017/03/08 10:00:00 -2017/03/08 11:00:00 -2017/03/08 12:00:00 -2017/03/08 13:00:00 -2017/03/08 14:00:00 -2017/03/08 15:00:00 -2017/03/08 16:00:00 -2017/03/08 17:00:00 -2017/03/08 18:00:00 -2017/03/08 19:00:00 -2017/03/08 20:00:00 -2017/03/08 21:00:00 -2017/03/08 22:00:00 -2017/03/08 23:00:00 -2017/03/09 00:00:00 -2017/03/09 01:00:00 -2017/03/09 02:00:00 -2017/03/09 03:00:00 -2017/03/09 04:00:00 -2017/03/09 05:00:00 -2017/03/09 06:00:00 -2017/03/09 07:00:00 -2017/03/09 08:00:00 -2017/03/09 09:00:00 -2017/03/09 10:00:00 -2017/03/09 11:00:00 -2017/03/09 12:00:00 -2017/03/09 13:00:00 -2017/03/09 14:00:00 -2017/03/09 15:00:00 -2017/03/09 16:00:00 -2017/03/09 17:00:00 -2017/03/09 18:00:00 -2017/03/09 19:00:00 -2017/03/09 20:00:00 -2017/03/09 21:00:00 -2017/03/09 22:00:00 -2017/03/09 23:00:00 -2017/03/10 00:00:00 -2017/03/10 01:00:00 -2017/03/10 02:00:00 -2017/03/10 03:00:00 -2017/03/10 04:00:00 -2017/03/10 05:00:00 -2017/03/10 06:00:00 -2017/03/10 07:00:00 -2017/03/10 08:00:00 -2017/03/10 09:00:00 -2017/03/10 10:00:00 -2017/03/10 11:00:00 -2017/03/10 12:00:00 -2017/03/10 13:00:00 -2017/03/10 14:00:00 -2017/03/10 15:00:00 -2017/03/10 16:00:00 -2017/03/10 17:00:00 -2017/03/10 18:00:00 -2017/03/10 19:00:00 -2017/03/10 20:00:00 -2017/03/10 21:00:00 -2017/03/10 22:00:00 -2017/03/10 23:00:00 -2017/03/11 00:00:00 -2017/03/11 01:00:00 -2017/03/11 02:00:00 -2017/03/11 03:00:00 -2017/03/11 04:00:00 -2017/03/11 05:00:00 -2017/03/11 06:00:00 -2017/03/11 07:00:00 -2017/03/11 08:00:00 -2017/03/11 09:00:00 -2017/03/11 10:00:00 -2017/03/11 11:00:00 -2017/03/11 12:00:00 -2017/03/11 13:00:00 -2017/03/11 14:00:00 -2017/03/11 15:00:00 -2017/03/11 16:00:00 -2017/03/11 17:00:00 -2017/03/11 18:00:00 -2017/03/11 19:00:00 -2017/03/11 20:00:00 -2017/03/11 21:00:00 -2017/03/11 22:00:00 -2017/03/11 23:00:00 -2017/03/12 00:00:00 -2017/03/12 01:00:00 -2017/03/12 02:00:00 -2017/03/12 03:00:00 -2017/03/12 04:00:00 -2017/03/12 05:00:00 -2017/03/12 06:00:00 -2017/03/12 07:00:00 -2017/03/12 08:00:00 -2017/03/12 09:00:00 -2017/03/12 10:00:00 -2017/03/12 11:00:00 -2017/03/12 12:00:00 -2017/03/12 13:00:00 -2017/03/12 14:00:00 -2017/03/12 15:00:00 -2017/03/12 16:00:00 -2017/03/12 17:00:00 -2017/03/12 18:00:00 -2017/03/12 19:00:00 -2017/03/12 20:00:00 -2017/03/12 21:00:00 -2017/03/12 22:00:00 -2017/03/12 23:00:00 -2017/03/13 00:00:00 -2017/03/13 01:00:00 -2017/03/13 02:00:00 -2017/03/13 03:00:00 -2017/03/13 04:00:00 -2017/03/13 05:00:00 -2017/03/13 06:00:00 -2017/03/13 07:00:00 -2017/03/13 08:00:00 -2017/03/13 09:00:00 -2017/03/13 10:00:00 -2017/03/13 11:00:00 -2017/03/13 12:00:00 -2017/03/13 13:00:00 -2017/03/13 14:00:00 -2017/03/13 15:00:00 -2017/03/13 16:00:00 -2017/03/13 17:00:00 -2017/03/13 18:00:00 -2017/03/13 19:00:00 -2017/03/13 20:00:00 -2017/03/13 21:00:00 -2017/03/13 22:00:00 -2017/03/13 23:00:00 -2017/03/14 00:00:00 -2017/03/14 01:00:00 -2017/03/14 02:00:00 -2017/03/14 03:00:00 -2017/03/14 04:00:00 -2017/03/14 05:00:00 -2017/03/14 06:00:00 -2017/03/14 07:00:00 -2017/03/14 08:00:00 -2017/03/14 09:00:00 -2017/03/14 10:00:00 -2017/03/14 11:00:00 -2017/03/14 12:00:00 -2017/03/14 13:00:00 -2017/03/14 14:00:00 -2017/03/14 15:00:00 -2017/03/14 16:00:00 -2017/03/14 17:00:00 -2017/03/14 18:00:00 -2017/03/14 19:00:00 -2017/03/14 20:00:00 -2017/03/14 21:00:00 -2017/03/14 22:00:00 -2017/03/14 23:00:00 -2017/03/15 00:00:00 -2017/03/15 01:00:00 -2017/03/15 02:00:00 -2017/03/15 03:00:00 -2017/03/15 04:00:00 -2017/03/15 05:00:00 -2017/03/15 06:00:00 -2017/03/15 07:00:00 -2017/03/15 08:00:00 -2017/03/15 09:00:00 -2017/03/15 10:00:00 -2017/03/15 11:00:00 -2017/03/15 12:00:00 -2017/03/15 13:00:00 -2017/03/15 14:00:00 -2017/03/15 15:00:00 -2017/03/15 16:00:00 -2017/03/15 17:00:00 -2017/03/15 18:00:00 -2017/03/15 19:00:00 -2017/03/15 20:00:00 -2017/03/15 21:00:00 -2017/03/15 22:00:00 -2017/03/15 23:00:00 -2017/03/16 00:00:00 -2017/03/16 01:00:00 -2017/03/16 02:00:00 -2017/03/16 03:00:00 -2017/03/16 04:00:00 -2017/03/16 05:00:00 -2017/03/16 06:00:00 -2017/03/16 07:00:00 -2017/03/16 08:00:00 -2017/03/16 09:00:00 -2017/03/16 10:00:00 -2017/03/16 11:00:00 -2017/03/16 12:00:00 -2017/03/16 13:00:00 -2017/03/16 14:00:00 -2017/03/16 15:00:00 -2017/03/16 16:00:00 -2017/03/16 17:00:00 -2017/03/16 18:00:00 -2017/03/16 19:00:00 -2017/03/16 20:00:00 -2017/03/16 21:00:00 -2017/03/16 22:00:00 -2017/03/16 23:00:00 -2017/03/17 00:00:00 -2017/03/17 01:00:00 -2017/03/17 02:00:00 -2017/03/17 03:00:00 -2017/03/17 04:00:00 -2017/03/17 05:00:00 -2017/03/17 06:00:00 -2017/03/17 07:00:00 -2017/03/17 08:00:00 -2017/03/17 09:00:00 -2017/03/17 10:00:00 -2017/03/17 11:00:00 -2017/03/17 12:00:00 -2017/03/17 13:00:00 -2017/03/17 14:00:00 -2017/03/17 15:00:00 -2017/03/17 16:00:00 -2017/03/17 17:00:00 -2017/03/17 18:00:00 -2017/03/17 19:00:00 -2017/03/17 20:00:00 -2017/03/17 21:00:00 -2017/03/17 22:00:00 -2017/03/17 23:00:00 -2017/03/18 00:00:00 -2017/03/18 01:00:00 -2017/03/18 02:00:00 -2017/03/18 03:00:00 -2017/03/18 04:00:00 -2017/03/18 05:00:00 -2017/03/18 06:00:00 -2017/03/18 07:00:00 -2017/03/18 08:00:00 -2017/03/18 09:00:00 -2017/03/18 10:00:00 -2017/03/18 11:00:00 -2017/03/18 12:00:00 -2017/03/18 13:00:00 -2017/03/18 14:00:00 -2017/03/18 15:00:00 -2017/03/18 16:00:00 -2017/03/18 17:00:00 -2017/03/18 18:00:00 -2017/03/18 19:00:00 -2017/03/18 20:00:00 -2017/03/18 21:00:00 -2017/03/18 22:00:00 -2017/03/18 23:00:00 -2017/03/19 00:00:00 -2017/03/19 01:00:00 -2017/03/19 02:00:00 -2017/03/19 03:00:00 -2017/03/19 04:00:00 -2017/03/19 05:00:00 -2017/03/19 06:00:00 -2017/03/19 07:00:00 -2017/03/19 08:00:00 -2017/03/19 09:00:00 -2017/03/19 10:00:00 -2017/03/19 11:00:00 -2017/03/19 12:00:00 -2017/03/19 13:00:00 -2017/03/19 14:00:00 -2017/03/19 15:00:00 -2017/03/19 16:00:00 -2017/03/19 17:00:00 -2017/03/19 18:00:00 -2017/03/19 19:00:00 -2017/03/19 20:00:00 -2017/03/19 21:00:00 -2017/03/19 22:00:00 -2017/03/19 23:00:00 -2017/03/20 00:00:00 -2017/03/20 01:00:00 -2017/03/20 02:00:00 -2017/03/20 03:00:00 -2017/03/20 04:00:00 -2017/03/20 05:00:00 -2017/03/20 06:00:00 -2017/03/20 07:00:00 -2017/03/20 08:00:00 -2017/03/20 09:00:00 -2017/03/20 10:00:00 -2017/03/20 11:00:00 -2017/03/20 12:00:00 -2017/03/20 13:00:00 -2017/03/20 14:00:00 -2017/03/20 15:00:00 -2017/03/20 16:00:00 -2017/03/20 17:00:00 -2017/03/20 18:00:00 -2017/03/20 19:00:00 -2017/03/20 20:00:00 -2017/03/20 21:00:00 -2017/03/20 22:00:00 -2017/03/20 23:00:00 -2017/03/21 00:00:00 -2017/03/21 01:00:00 -2017/03/21 02:00:00 -2017/03/21 03:00:00 -2017/03/21 04:00:00 -2017/03/21 05:00:00 -2017/03/21 06:00:00 -2017/03/21 07:00:00 -2017/03/21 08:00:00 -2017/03/21 09:00:00 -2017/03/21 10:00:00 -2017/03/21 11:00:00 -2017/03/21 12:00:00 -2017/03/21 13:00:00 -2017/03/21 14:00:00 -2017/03/21 15:00:00 -2017/03/21 16:00:00 -2017/03/21 17:00:00 -2017/03/21 18:00:00 -2017/03/21 19:00:00 -2017/03/21 20:00:00 -2017/03/21 21:00:00 -2017/03/21 22:00:00 -2017/03/21 23:00:00 -2017/03/22 00:00:00 -2017/03/22 01:00:00 -2017/03/22 02:00:00 -2017/03/22 03:00:00 -2017/03/22 04:00:00 -2017/03/22 05:00:00 -2017/03/22 06:00:00 -2017/03/22 07:00:00 -2017/03/22 08:00:00 -2017/03/22 09:00:00 -2017/03/22 10:00:00 -2017/03/22 11:00:00 -2017/03/22 12:00:00 -2017/03/22 13:00:00 -2017/03/22 14:00:00 -2017/03/22 15:00:00 -2017/03/22 16:00:00 -2017/03/22 17:00:00 -2017/03/22 18:00:00 -2017/03/22 19:00:00 -2017/03/22 20:00:00 -2017/03/22 21:00:00 -2017/03/22 22:00:00 -2017/03/22 23:00:00 -2017/03/23 00:00:00 -2017/03/23 01:00:00 -2017/03/23 02:00:00 -2017/03/23 03:00:00 -2017/03/23 04:00:00 -2017/03/23 05:00:00 -2017/03/23 06:00:00 -2017/03/23 07:00:00 -2017/03/23 08:00:00 -2017/03/23 09:00:00 -2017/03/23 10:00:00 -2017/03/23 11:00:00 -2017/03/23 12:00:00 -2017/03/23 13:00:00 -2017/03/23 14:00:00 -2017/03/23 15:00:00 -2017/03/23 16:00:00 -2017/03/23 17:00:00 -2017/03/23 18:00:00 -2017/03/23 19:00:00 -2017/03/23 20:00:00 -2017/03/23 21:00:00 -2017/03/23 22:00:00 -2017/03/23 23:00:00 -2017/03/24 00:00:00 -2017/03/24 01:00:00 -2017/03/24 02:00:00 -2017/03/24 03:00:00 -2017/03/24 04:00:00 -2017/03/24 05:00:00 -2017/03/24 06:00:00 -2017/03/24 07:00:00 -2017/03/24 08:00:00 -2017/03/24 09:00:00 -2017/03/24 10:00:00 -2017/03/24 11:00:00 -2017/03/24 12:00:00 -2017/03/24 13:00:00 -2017/03/24 14:00:00 -2017/03/24 15:00:00 -2017/03/24 16:00:00 -2017/03/24 17:00:00 -2017/03/24 18:00:00 -2017/03/24 19:00:00 -2017/03/24 20:00:00 -2017/03/24 21:00:00 -2017/03/24 22:00:00 -2017/03/24 23:00:00 -2017/03/25 00:00:00 -2017/03/25 01:00:00 -2017/03/25 02:00:00 -2017/03/25 03:00:00 -2017/03/25 04:00:00 -2017/03/25 05:00:00 -2017/03/25 06:00:00 -2017/03/25 07:00:00 -2017/03/25 08:00:00 -2017/03/25 09:00:00 -2017/03/25 10:00:00 -2017/03/25 11:00:00 -2017/03/25 12:00:00 -2017/03/25 13:00:00 -2017/03/25 14:00:00 -2017/03/25 15:00:00 -2017/03/25 16:00:00 -2017/03/25 17:00:00 -2017/03/25 18:00:00 -2017/03/25 19:00:00 -2017/03/25 20:00:00 -2017/03/25 21:00:00 -2017/03/25 22:00:00 -2017/03/25 23:00:00 -2017/03/26 00:00:00 -2017/03/26 01:00:00 -2017/03/26 02:00:00 -2017/03/26 03:00:00 -2017/03/26 04:00:00 -2017/03/26 05:00:00 -2017/03/26 06:00:00 -2017/03/26 07:00:00 -2017/03/26 08:00:00 -2017/03/26 09:00:00 -2017/03/26 10:00:00 -2017/03/26 11:00:00 -2017/03/26 12:00:00 -2017/03/26 13:00:00 -2017/03/26 14:00:00 -2017/03/26 15:00:00 -2017/03/26 16:00:00 -2017/03/26 17:00:00 -2017/03/26 18:00:00 -2017/03/26 19:00:00 -2017/03/26 20:00:00 -2017/03/26 21:00:00 -2017/03/26 22:00:00 -2017/03/26 23:00:00 -2017/03/27 00:00:00 -2017/03/27 01:00:00 -2017/03/27 02:00:00 -2017/03/27 03:00:00 -2017/03/27 04:00:00 -2017/03/27 05:00:00 -2017/03/27 06:00:00 -2017/03/27 07:00:00 -2017/03/27 08:00:00 -2017/03/27 09:00:00 -2017/03/27 10:00:00 -2017/03/27 11:00:00 -2017/03/27 12:00:00 -2017/03/27 13:00:00 -2017/03/27 14:00:00 -2017/03/27 15:00:00 -2017/03/27 16:00:00 -2017/03/27 17:00:00 -2017/03/27 18:00:00 -2017/03/27 19:00:00 -2017/03/27 20:00:00 -2017/03/27 21:00:00 -2017/03/27 22:00:00 -2017/03/27 23:00:00 -2017/03/28 00:00:00 -2017/03/28 01:00:00 -2017/03/28 02:00:00 -2017/03/28 03:00:00 -2017/03/28 04:00:00 -2017/03/28 05:00:00 -2017/03/28 06:00:00 -2017/03/28 07:00:00 -2017/03/28 08:00:00 -2017/03/28 09:00:00 -2017/03/28 10:00:00 -2017/03/28 11:00:00 -2017/03/28 12:00:00 -2017/03/28 13:00:00 -2017/03/28 14:00:00 -2017/03/28 15:00:00 -2017/03/28 16:00:00 -2017/03/28 17:00:00 -2017/03/28 18:00:00 -2017/03/28 19:00:00 -2017/03/28 20:00:00 -2017/03/28 21:00:00 -2017/03/28 22:00:00 -2017/03/28 23:00:00 -2017/03/29 00:00:00 -2017/03/29 01:00:00 -2017/03/29 02:00:00 -2017/03/29 03:00:00 -2017/03/29 04:00:00 -2017/03/29 05:00:00 -2017/03/29 06:00:00 -2017/03/29 07:00:00 -2017/03/29 08:00:00 -2017/03/29 09:00:00 -2017/03/29 10:00:00 -2017/03/29 11:00:00 -2017/03/29 12:00:00 -2017/03/29 13:00:00 -2017/03/29 14:00:00 -2017/03/29 15:00:00 -2017/03/29 16:00:00 -2017/03/29 17:00:00 -2017/03/29 18:00:00 -2017/03/29 19:00:00 -2017/03/29 20:00:00 -2017/03/29 21:00:00 -2017/03/29 22:00:00 -2017/03/29 23:00:00 -2017/03/30 00:00:00 -2017/03/30 01:00:00 -2017/03/30 02:00:00 -2017/03/30 03:00:00 -2017/03/30 04:00:00 -2017/03/30 05:00:00 -2017/03/30 06:00:00 -2017/03/30 07:00:00 -2017/03/30 08:00:00 -2017/03/30 09:00:00 -2017/03/30 10:00:00 -2017/03/30 11:00:00 -2017/03/30 12:00:00 -2017/03/30 13:00:00 -2017/03/30 14:00:00 -2017/03/30 15:00:00 -2017/03/30 16:00:00 -2017/03/30 17:00:00 -2017/03/30 18:00:00 -2017/03/30 19:00:00 -2017/03/30 20:00:00 -2017/03/30 21:00:00 -2017/03/30 22:00:00 -2017/03/30 23:00:00 -2017/03/31 00:00:00 -2017/03/31 01:00:00 -2017/03/31 02:00:00 -2017/03/31 03:00:00 -2017/03/31 04:00:00 -2017/03/31 05:00:00 -2017/03/31 06:00:00 -2017/03/31 07:00:00 -2017/03/31 08:00:00 -2017/03/31 09:00:00 -2017/03/31 10:00:00 -2017/03/31 11:00:00 -2017/03/31 12:00:00 -2017/03/31 13:00:00 -2017/03/31 14:00:00 -2017/03/31 15:00:00 -2017/03/31 16:00:00 -2017/03/31 17:00:00 -2017/03/31 18:00:00 -2017/03/31 19:00:00 -2017/03/31 20:00:00 -2017/03/31 21:00:00 -2017/03/31 22:00:00 -2017/03/31 23:00:00 -2017/04/01 00:00:00 -2017/04/01 01:00:00 -2017/04/01 02:00:00 -2017/04/01 03:00:00 -2017/04/01 04:00:00 -2017/04/01 05:00:00 -2017/04/01 06:00:00 -2017/04/01 07:00:00 -2017/04/01 08:00:00 -2017/04/01 09:00:00 -2017/04/01 10:00:00 -2017/04/01 11:00:00 -2017/04/01 12:00:00 -2017/04/01 13:00:00 -2017/04/01 14:00:00 -2017/04/01 15:00:00 -2017/04/01 16:00:00 -2017/04/01 17:00:00 -2017/04/01 18:00:00 -2017/04/01 19:00:00 -2017/04/01 20:00:00 -2017/04/01 21:00:00 -2017/04/01 22:00:00 -2017/04/01 23:00:00 -2017/04/02 00:00:00 -2017/04/02 01:00:00 -2017/04/02 02:00:00 -2017/04/02 03:00:00 -2017/04/02 04:00:00 -2017/04/02 05:00:00 -2017/04/02 06:00:00 -2017/04/02 07:00:00 -2017/04/02 08:00:00 -2017/04/02 09:00:00 -2017/04/02 10:00:00 -2017/04/02 11:00:00 -2017/04/02 12:00:00 -2017/04/02 13:00:00 -2017/04/02 14:00:00 -2017/04/02 15:00:00 -2017/04/02 16:00:00 -2017/04/02 17:00:00 -2017/04/02 18:00:00 -2017/04/02 19:00:00 -2017/04/02 20:00:00 -2017/04/02 21:00:00 -2017/04/02 22:00:00 -2017/04/02 23:00:00 -2017/04/03 00:00:00 -2017/04/03 01:00:00 -2017/04/03 02:00:00 -2017/04/03 03:00:00 -2017/04/03 04:00:00 -2017/04/03 05:00:00 -2017/04/03 06:00:00 -2017/04/03 07:00:00 -2017/04/03 08:00:00 -2017/04/03 09:00:00 -2017/04/03 10:00:00 -2017/04/03 11:00:00 -2017/04/03 12:00:00 -2017/04/03 13:00:00 -2017/04/03 14:00:00 -2017/04/03 15:00:00 -2017/04/03 16:00:00 -2017/04/03 17:00:00 -2017/04/03 18:00:00 -2017/04/03 19:00:00 -2017/04/03 20:00:00 -2017/04/03 21:00:00 -2017/04/03 22:00:00 -2017/04/03 23:00:00 -2017/04/04 00:00:00 -2017/04/04 01:00:00 -2017/04/04 02:00:00 -2017/04/04 03:00:00 -2017/04/04 04:00:00 -2017/04/04 05:00:00 -2017/04/04 06:00:00 -2017/04/04 07:00:00 -2017/04/04 08:00:00 -2017/04/04 09:00:00 -2017/04/04 10:00:00 -2017/04/04 11:00:00 -2017/04/04 12:00:00 -2017/04/04 13:00:00 -2017/04/04 14:00:00 -2017/04/04 15:00:00 -2017/04/04 16:00:00 -2017/04/04 17:00:00 -2017/04/04 18:00:00 -2017/04/04 19:00:00 -2017/04/04 20:00:00 -2017/04/04 21:00:00 -2017/04/04 22:00:00 -2017/04/04 23:00:00 -2017/04/05 00:00:00 -2017/04/05 01:00:00 -2017/04/05 02:00:00 -2017/04/05 03:00:00 -2017/04/05 04:00:00 -2017/04/05 05:00:00 -2017/04/05 06:00:00 -2017/04/05 07:00:00 -2017/04/05 08:00:00 -2017/04/05 09:00:00 -2017/04/05 10:00:00 -2017/04/05 11:00:00 -2017/04/05 12:00:00 -2017/04/05 13:00:00 -2017/04/05 14:00:00 -2017/04/05 15:00:00 -2017/04/05 16:00:00 -2017/04/05 17:00:00 -2017/04/05 18:00:00 -2017/04/05 19:00:00 -2017/04/05 20:00:00 -2017/04/05 21:00:00 -2017/04/05 22:00:00 -2017/04/05 23:00:00 -2017/04/06 00:00:00 -2017/04/06 01:00:00 -2017/04/06 02:00:00 -2017/04/06 03:00:00 -2017/04/06 04:00:00 -2017/04/06 05:00:00 -2017/04/06 06:00:00 -2017/04/06 07:00:00 -2017/04/06 08:00:00 -2017/04/06 09:00:00 -2017/04/06 10:00:00 -2017/04/06 11:00:00 -2017/04/06 12:00:00 -2017/04/06 13:00:00 -2017/04/06 14:00:00 -2017/04/06 15:00:00 -2017/04/06 16:00:00 -2017/04/06 17:00:00 -2017/04/06 18:00:00 -2017/04/06 19:00:00 -2017/04/06 20:00:00 -2017/04/06 21:00:00 -2017/04/06 22:00:00 -2017/04/06 23:00:00 -2017/04/07 00:00:00 -2017/04/07 01:00:00 -2017/04/07 02:00:00 -2017/04/07 03:00:00 -2017/04/07 04:00:00 -2017/04/07 05:00:00 -2017/04/07 06:00:00 -2017/04/07 07:00:00 -2017/04/07 08:00:00 -2017/04/07 09:00:00 -2017/04/07 10:00:00 -2017/04/07 11:00:00 -2017/04/07 12:00:00 -2017/04/07 13:00:00 -2017/04/07 14:00:00 -2017/04/07 15:00:00 -2017/04/07 16:00:00 -2017/04/07 17:00:00 -2017/04/07 18:00:00 -2017/04/07 19:00:00 -2017/04/07 20:00:00 -2017/04/07 21:00:00 -2017/04/07 22:00:00 -2017/04/07 23:00:00 -2017/04/08 00:00:00 -2017/04/08 01:00:00 -2017/04/08 02:00:00 -2017/04/08 03:00:00 -2017/04/08 04:00:00 -2017/04/08 05:00:00 -2017/04/08 06:00:00 -2017/04/08 07:00:00 -2017/04/08 08:00:00 -2017/04/08 09:00:00 -2017/04/08 10:00:00 -2017/04/08 11:00:00 -2017/04/08 12:00:00 -2017/04/08 13:00:00 -2017/04/08 14:00:00 -2017/04/08 15:00:00 -2017/04/08 16:00:00 -2017/04/08 17:00:00 -2017/04/08 18:00:00 -2017/04/08 19:00:00 -2017/04/08 20:00:00 -2017/04/08 21:00:00 -2017/04/08 22:00:00 -2017/04/08 23:00:00 -2017/04/09 00:00:00 -2017/04/09 01:00:00 -2017/04/09 02:00:00 -2017/04/09 03:00:00 -2017/04/09 04:00:00 -2017/04/09 05:00:00 -2017/04/09 06:00:00 -2017/04/09 07:00:00 -2017/04/09 08:00:00 -2017/04/09 09:00:00 -2017/04/09 10:00:00 -2017/04/09 11:00:00 -2017/04/09 12:00:00 -2017/04/09 13:00:00 -2017/04/09 14:00:00 -2017/04/09 15:00:00 -2017/04/09 16:00:00 -2017/04/09 17:00:00 -2017/04/09 18:00:00 -2017/04/09 19:00:00 -2017/04/09 20:00:00 -2017/04/09 21:00:00 -2017/04/09 22:00:00 -2017/04/09 23:00:00 -2017/04/10 00:00:00 -2017/04/10 01:00:00 -2017/04/10 02:00:00 -2017/04/10 03:00:00 -2017/04/10 04:00:00 -2017/04/10 05:00:00 -2017/04/10 06:00:00 -2017/04/10 07:00:00 -2017/04/10 08:00:00 -2017/04/10 09:00:00 -2017/04/10 10:00:00 -2017/04/10 11:00:00 -2017/04/10 12:00:00 -2017/04/10 13:00:00 -2017/04/10 14:00:00 -2017/04/10 15:00:00 -2017/04/10 16:00:00 -2017/04/10 17:00:00 -2017/04/10 18:00:00 -2017/04/10 19:00:00 -2017/04/10 20:00:00 -2017/04/10 21:00:00 -2017/04/10 22:00:00 -2017/04/10 23:00:00 -2017/04/11 00:00:00 -2017/04/11 01:00:00 -2017/04/11 02:00:00 -2017/04/11 03:00:00 -2017/04/11 04:00:00 -2017/04/11 05:00:00 -2017/04/11 06:00:00 -2017/04/11 07:00:00 -2017/04/11 08:00:00 -2017/04/11 09:00:00 -2017/04/11 10:00:00 -2017/04/11 11:00:00 -2017/04/11 12:00:00 -2017/04/11 13:00:00 -2017/04/11 14:00:00 -2017/04/11 15:00:00 -2017/04/11 16:00:00 -2017/04/11 17:00:00 -2017/04/11 18:00:00 -2017/04/11 19:00:00 -2017/04/11 20:00:00 -2017/04/11 21:00:00 -2017/04/11 22:00:00 -2017/04/11 23:00:00 -2017/04/12 00:00:00 -2017/04/12 01:00:00 -2017/04/12 02:00:00 -2017/04/12 03:00:00 -2017/04/12 04:00:00 -2017/04/12 05:00:00 -2017/04/12 06:00:00 -2017/04/12 07:00:00 -2017/04/12 08:00:00 -2017/04/12 09:00:00 -2017/04/12 10:00:00 -2017/04/12 11:00:00 -2017/04/12 12:00:00 -2017/04/12 13:00:00 -2017/04/12 14:00:00 -2017/04/12 15:00:00 -2017/04/12 16:00:00 -2017/04/12 17:00:00 -2017/04/12 18:00:00 -2017/04/12 19:00:00 -2017/04/12 20:00:00 -2017/04/12 21:00:00 -2017/04/12 22:00:00 -2017/04/12 23:00:00 -2017/04/13 00:00:00 -2017/04/13 01:00:00 -2017/04/13 02:00:00 -2017/04/13 03:00:00 -2017/04/13 04:00:00 -2017/04/13 05:00:00 -2017/04/13 06:00:00 -2017/04/13 07:00:00 -2017/04/13 08:00:00 -2017/04/13 09:00:00 -2017/04/13 10:00:00 -2017/04/13 11:00:00 -2017/04/13 12:00:00 -2017/04/13 13:00:00 -2017/04/13 14:00:00 -2017/04/13 15:00:00 -2017/04/13 16:00:00 -2017/04/13 17:00:00 -2017/04/13 18:00:00 -2017/04/13 19:00:00 -2017/04/13 20:00:00 -2017/04/13 21:00:00 -2017/04/13 22:00:00 -2017/04/13 23:00:00 -2017/04/14 00:00:00 -2017/04/14 01:00:00 -2017/04/14 02:00:00 -2017/04/14 03:00:00 -2017/04/14 04:00:00 -2017/04/14 05:00:00 -2017/04/14 06:00:00 -2017/04/14 07:00:00 -2017/04/14 08:00:00 -2017/04/14 09:00:00 -2017/04/14 10:00:00 -2017/04/14 11:00:00 -2017/04/14 12:00:00 -2017/04/14 13:00:00 -2017/04/14 14:00:00 -2017/04/14 15:00:00 -2017/04/14 16:00:00 -2017/04/14 17:00:00 -2017/04/14 18:00:00 -2017/04/14 19:00:00 -2017/04/14 20:00:00 -2017/04/14 21:00:00 -2017/04/14 22:00:00 -2017/04/14 23:00:00 -2017/04/15 00:00:00 -2017/04/15 01:00:00 -2017/04/15 02:00:00 -2017/04/15 03:00:00 -2017/04/15 04:00:00 -2017/04/15 05:00:00 -2017/04/15 06:00:00 -2017/04/15 07:00:00 -2017/04/15 08:00:00 -2017/04/15 09:00:00 -2017/04/15 10:00:00 -2017/04/15 11:00:00 -2017/04/15 12:00:00 -2017/04/15 13:00:00 -2017/04/15 14:00:00 -2017/04/15 15:00:00 -2017/04/15 16:00:00 -2017/04/15 17:00:00 -2017/04/15 18:00:00 -2017/04/15 19:00:00 -2017/04/15 20:00:00 -2017/04/15 21:00:00 -2017/04/15 22:00:00 -2017/04/15 23:00:00 -2017/04/16 00:00:00 -2017/04/16 01:00:00 -2017/04/16 02:00:00 -2017/04/16 03:00:00 -2017/04/16 04:00:00 -2017/04/16 05:00:00 -2017/04/16 06:00:00 -2017/04/16 07:00:00 -2017/04/16 08:00:00 -2017/04/16 09:00:00 -2017/04/16 10:00:00 -2017/04/16 11:00:00 -2017/04/16 12:00:00 -2017/04/16 13:00:00 -2017/04/16 14:00:00 -2017/04/16 15:00:00 -2017/04/16 16:00:00 -2017/04/16 17:00:00 -2017/04/16 18:00:00 -2017/04/16 19:00:00 -2017/04/16 20:00:00 -2017/04/16 21:00:00 -2017/04/16 22:00:00 -2017/04/16 23:00:00 -2017/04/17 00:00:00 -2017/04/17 01:00:00 -2017/04/17 02:00:00 -2017/04/17 03:00:00 -2017/04/17 04:00:00 -2017/04/17 05:00:00 -2017/04/17 06:00:00 -2017/04/17 07:00:00 -2017/04/17 08:00:00 -2017/04/17 09:00:00 -2017/04/17 10:00:00 -2017/04/17 11:00:00 -2017/04/17 12:00:00 -2017/04/17 13:00:00 -2017/04/17 14:00:00 -2017/04/17 15:00:00 -2017/04/17 16:00:00 -2017/04/17 17:00:00 -2017/04/17 18:00:00 -2017/04/17 19:00:00 -2017/04/17 20:00:00 -2017/04/17 21:00:00 -2017/04/17 22:00:00 -2017/04/17 23:00:00 -2017/04/18 00:00:00 -2017/04/18 01:00:00 -2017/04/18 02:00:00 -2017/04/18 03:00:00 -2017/04/18 04:00:00 -2017/04/18 05:00:00 -2017/04/18 06:00:00 -2017/04/18 07:00:00 -2017/04/18 08:00:00 -2017/04/18 09:00:00 -2017/04/18 10:00:00 -2017/04/18 11:00:00 -2017/04/18 12:00:00 -2017/04/18 13:00:00 -2017/04/18 14:00:00 -2017/04/18 15:00:00 -2017/04/18 16:00:00 -2017/04/18 17:00:00 -2017/04/18 18:00:00 -2017/04/18 19:00:00 -2017/04/18 20:00:00 -2017/04/18 21:00:00 -2017/04/18 22:00:00 -2017/04/18 23:00:00 -2017/04/19 00:00:00 -2017/04/19 01:00:00 -2017/04/19 02:00:00 -2017/04/19 03:00:00 -2017/04/19 04:00:00 -2017/04/19 05:00:00 -2017/04/19 06:00:00 -2017/04/19 07:00:00 -2017/04/19 08:00:00 -2017/04/19 09:00:00 -2017/04/19 10:00:00 -2017/04/19 11:00:00 -2017/04/19 12:00:00 -2017/04/19 13:00:00 -2017/04/19 14:00:00 -2017/04/19 15:00:00 -2017/04/19 16:00:00 -2017/04/19 17:00:00 -2017/04/19 18:00:00 -2017/04/19 19:00:00 -2017/04/19 20:00:00 -2017/04/19 21:00:00 -2017/04/19 22:00:00 -2017/04/19 23:00:00 -2017/04/20 00:00:00 -2017/04/20 01:00:00 -2017/04/20 02:00:00 -2017/04/20 03:00:00 -2017/04/20 04:00:00 -2017/04/20 05:00:00 -2017/04/20 06:00:00 -2017/04/20 07:00:00 -2017/04/20 08:00:00 -2017/04/20 09:00:00 -2017/04/20 10:00:00 -2017/04/20 11:00:00 -2017/04/20 12:00:00 -2017/04/20 13:00:00 -2017/04/20 14:00:00 -2017/04/20 15:00:00 -2017/04/20 16:00:00 -2017/04/20 17:00:00 -2017/04/20 18:00:00 -2017/04/20 19:00:00 -2017/04/20 20:00:00 -2017/04/20 21:00:00 -2017/04/20 22:00:00 -2017/04/20 23:00:00 -2017/04/21 00:00:00 -2017/04/21 01:00:00 -2017/04/21 02:00:00 -2017/04/21 03:00:00 -2017/04/21 04:00:00 -2017/04/21 05:00:00 -2017/04/21 06:00:00 -2017/04/21 07:00:00 -2017/04/21 08:00:00 -2017/04/21 09:00:00 -2017/04/21 10:00:00 -2017/04/21 11:00:00 -2017/04/21 12:00:00 -2017/04/21 13:00:00 -2017/04/21 14:00:00 -2017/04/21 15:00:00 -2017/04/21 16:00:00 -2017/04/21 17:00:00 -2017/04/21 18:00:00 -2017/04/21 19:00:00 -2017/04/21 20:00:00 -2017/04/21 21:00:00 -2017/04/21 22:00:00 -2017/04/21 23:00:00 -2017/04/22 00:00:00 -2017/04/22 01:00:00 -2017/04/22 02:00:00 -2017/04/22 03:00:00 -2017/04/22 04:00:00 -2017/04/22 05:00:00 -2017/04/22 06:00:00 -2017/04/22 07:00:00 -2017/04/22 08:00:00 -2017/04/22 09:00:00 -2017/04/22 10:00:00 -2017/04/22 11:00:00 -2017/04/22 12:00:00 -2017/04/22 13:00:00 -2017/04/22 14:00:00 -2017/04/22 15:00:00 -2017/04/22 16:00:00 -2017/04/22 17:00:00 -2017/04/22 18:00:00 -2017/04/22 19:00:00 -2017/04/22 20:00:00 -2017/04/22 21:00:00 -2017/04/22 22:00:00 -2017/04/22 23:00:00 -2017/04/23 00:00:00 -2017/04/23 01:00:00 -2017/04/23 02:00:00 -2017/04/23 03:00:00 -2017/04/23 04:00:00 -2017/04/23 05:00:00 -2017/04/23 06:00:00 -2017/04/23 07:00:00 -2017/04/23 08:00:00 -2017/04/23 09:00:00 -2017/04/23 10:00:00 -2017/04/23 11:00:00 -2017/04/23 12:00:00 -2017/04/23 13:00:00 -2017/04/23 14:00:00 -2017/04/23 15:00:00 -2017/04/23 16:00:00 -2017/04/23 17:00:00 -2017/04/23 18:00:00 -2017/04/23 19:00:00 -2017/04/23 20:00:00 -2017/04/23 21:00:00 -2017/04/23 22:00:00 -2017/04/23 23:00:00 -2017/04/24 00:00:00 -2017/04/24 01:00:00 -2017/04/24 02:00:00 -2017/04/24 03:00:00 -2017/04/24 04:00:00 -2017/04/24 05:00:00 -2017/04/24 06:00:00 -2017/04/24 07:00:00 -2017/04/24 08:00:00 -2017/04/24 09:00:00 -2017/04/24 10:00:00 -2017/04/24 11:00:00 -2017/04/24 12:00:00 -2017/04/24 13:00:00 -2017/04/24 14:00:00 -2017/04/24 15:00:00 -2017/04/24 16:00:00 -2017/04/24 17:00:00 -2017/04/24 18:00:00 -2017/04/24 19:00:00 -2017/04/24 20:00:00 -2017/04/24 21:00:00 -2017/04/24 22:00:00 -2017/04/24 23:00:00 -2017/04/25 00:00:00 -2017/04/25 01:00:00 -2017/04/25 02:00:00 -2017/04/25 03:00:00 -2017/04/25 04:00:00 -2017/04/25 05:00:00 -2017/04/25 06:00:00 -2017/04/25 07:00:00 -2017/04/25 08:00:00 -2017/04/25 09:00:00 -2017/04/25 10:00:00 -2017/04/25 11:00:00 -2017/04/25 12:00:00 -2017/04/25 13:00:00 -2017/04/25 14:00:00 -2017/04/25 15:00:00 -2017/04/25 16:00:00 -2017/04/25 17:00:00 -2017/04/25 18:00:00 -2017/04/25 19:00:00 -2017/04/25 20:00:00 -2017/04/25 21:00:00 -2017/04/25 22:00:00 -2017/04/25 23:00:00 -2017/04/26 00:00:00 -2017/04/26 01:00:00 -2017/04/26 02:00:00 -2017/04/26 03:00:00 -2017/04/26 04:00:00 -2017/04/26 05:00:00 -2017/04/26 06:00:00 -2017/04/26 07:00:00 -2017/04/26 08:00:00 -2017/04/26 09:00:00 -2017/04/26 10:00:00 -2017/04/26 11:00:00 -2017/04/26 12:00:00 -2017/04/26 13:00:00 -2017/04/26 14:00:00 -2017/04/26 15:00:00 -2017/04/26 16:00:00 -2017/04/26 17:00:00 -2017/04/26 18:00:00 -2017/04/26 19:00:00 -2017/04/26 20:00:00 -2017/04/26 21:00:00 -2017/04/26 22:00:00 -2017/04/26 23:00:00 -2017/04/27 00:00:00 -2017/04/27 01:00:00 -2017/04/27 02:00:00 -2017/04/27 03:00:00 -2017/04/27 04:00:00 -2017/04/27 05:00:00 -2017/04/27 06:00:00 -2017/04/27 07:00:00 -2017/04/27 08:00:00 -2017/04/27 09:00:00 -2017/04/27 10:00:00 -2017/04/27 11:00:00 -2017/04/27 12:00:00 -2017/04/27 13:00:00 -2017/04/27 14:00:00 -2017/04/27 15:00:00 -2017/04/27 16:00:00 -2017/04/27 17:00:00 -2017/04/27 18:00:00 -2017/04/27 19:00:00 -2017/04/27 20:00:00 -2017/04/27 21:00:00 -2017/04/27 22:00:00 -2017/04/27 23:00:00 -2017/04/28 00:00:00 -2017/04/28 01:00:00 -2017/04/28 02:00:00 -2017/04/28 03:00:00 -2017/04/28 04:00:00 -2017/04/28 05:00:00 -2017/04/28 06:00:00 -2017/04/28 07:00:00 -2017/04/28 08:00:00 -2017/04/28 09:00:00 -2017/04/28 10:00:00 -2017/04/28 11:00:00 -2017/04/28 12:00:00 -2017/04/28 13:00:00 -2017/04/28 14:00:00 -2017/04/28 15:00:00 -2017/04/28 16:00:00 -2017/04/28 17:00:00 -2017/04/28 18:00:00 -2017/04/28 19:00:00 -2017/04/28 20:00:00 -2017/04/28 21:00:00 -2017/04/28 22:00:00 -2017/04/28 23:00:00 -2017/04/29 00:00:00 -2017/04/29 01:00:00 -2017/04/29 02:00:00 -2017/04/29 03:00:00 -2017/04/29 04:00:00 -2017/04/29 05:00:00 -2017/04/29 06:00:00 -2017/04/29 07:00:00 -2017/04/29 08:00:00 -2017/04/29 09:00:00 -2017/04/29 10:00:00 -2017/04/29 11:00:00 -2017/04/29 12:00:00 -2017/04/29 13:00:00 -2017/04/29 14:00:00 -2017/04/29 15:00:00 -2017/04/29 16:00:00 -2017/04/29 17:00:00 -2017/04/29 18:00:00 -2017/04/29 19:00:00 -2017/04/29 20:00:00 -2017/04/29 21:00:00 -2017/04/29 22:00:00 -2017/04/29 23:00:00 -2017/04/30 00:00:00 -2017/04/30 01:00:00 -2017/04/30 02:00:00 -2017/04/30 03:00:00 -2017/04/30 04:00:00 -2017/04/30 05:00:00 -2017/04/30 06:00:00 -2017/04/30 07:00:00 -2017/04/30 08:00:00 -2017/04/30 09:00:00 -2017/04/30 10:00:00 -2017/04/30 11:00:00 -2017/04/30 12:00:00 -2017/04/30 13:00:00 -2017/04/30 14:00:00 -2017/04/30 15:00:00 -2017/04/30 16:00:00 -2017/04/30 17:00:00 -2017/04/30 18:00:00 -2017/04/30 19:00:00 -2017/04/30 20:00:00 -2017/04/30 21:00:00 -2017/04/30 22:00:00 -2017/04/30 23:00:00 -2017/05/01 00:00:00 -2017/05/01 01:00:00 -2017/05/01 02:00:00 -2017/05/01 03:00:00 -2017/05/01 04:00:00 -2017/05/01 05:00:00 -2017/05/01 06:00:00 -2017/05/01 07:00:00 -2017/05/01 08:00:00 -2017/05/01 09:00:00 -2017/05/01 10:00:00 -2017/05/01 11:00:00 -2017/05/01 12:00:00 -2017/05/01 13:00:00 -2017/05/01 14:00:00 -2017/05/01 15:00:00 -2017/05/01 16:00:00 -2017/05/01 17:00:00 -2017/05/01 18:00:00 -2017/05/01 19:00:00 -2017/05/01 20:00:00 -2017/05/01 21:00:00 -2017/05/01 22:00:00 -2017/05/01 23:00:00 -2017/05/02 00:00:00 -2017/05/02 01:00:00 -2017/05/02 02:00:00 -2017/05/02 03:00:00 -2017/05/02 04:00:00 -2017/05/02 05:00:00 -2017/05/02 06:00:00 -2017/05/02 07:00:00 -2017/05/02 08:00:00 -2017/05/02 09:00:00 -2017/05/02 10:00:00 -2017/05/02 11:00:00 -2017/05/02 12:00:00 -2017/05/02 13:00:00 -2017/05/02 14:00:00 -2017/05/02 15:00:00 -2017/05/02 16:00:00 -2017/05/02 17:00:00 -2017/05/02 18:00:00 -2017/05/02 19:00:00 -2017/05/02 20:00:00 -2017/05/02 21:00:00 -2017/05/02 22:00:00 -2017/05/02 23:00:00 -2017/05/03 00:00:00 -2017/05/03 01:00:00 -2017/05/03 02:00:00 -2017/05/03 03:00:00 -2017/05/03 04:00:00 -2017/05/03 05:00:00 -2017/05/03 06:00:00 -2017/05/03 07:00:00 -2017/05/03 08:00:00 -2017/05/03 09:00:00 -2017/05/03 10:00:00 -2017/05/03 11:00:00 -2017/05/03 12:00:00 -2017/05/03 13:00:00 -2017/05/03 14:00:00 -2017/05/03 15:00:00 -2017/05/03 16:00:00 -2017/05/03 17:00:00 -2017/05/03 18:00:00 -2017/05/03 19:00:00 -2017/05/03 20:00:00 -2017/05/03 21:00:00 -2017/05/03 22:00:00 -2017/05/03 23:00:00 -2017/05/04 00:00:00 -2017/05/04 01:00:00 -2017/05/04 02:00:00 -2017/05/04 03:00:00 -2017/05/04 04:00:00 -2017/05/04 05:00:00 -2017/05/04 06:00:00 -2017/05/04 07:00:00 -2017/05/04 08:00:00 -2017/05/04 09:00:00 -2017/05/04 10:00:00 -2017/05/04 11:00:00 -2017/05/04 12:00:00 -2017/05/04 13:00:00 -2017/05/04 14:00:00 -2017/05/04 15:00:00 -2017/05/04 16:00:00 -2017/05/04 17:00:00 -2017/05/04 18:00:00 -2017/05/04 19:00:00 -2017/05/04 20:00:00 -2017/05/04 21:00:00 -2017/05/04 22:00:00 -2017/05/04 23:00:00 -2017/05/05 00:00:00 -2017/05/05 01:00:00 -2017/05/05 02:00:00 -2017/05/05 03:00:00 -2017/05/05 04:00:00 -2017/05/05 05:00:00 -2017/05/05 06:00:00 -2017/05/05 07:00:00 -2017/05/05 08:00:00 -2017/05/05 09:00:00 -2017/05/05 10:00:00 -2017/05/05 11:00:00 -2017/05/05 12:00:00 -2017/05/05 13:00:00 -2017/05/05 14:00:00 -2017/05/05 15:00:00 -2017/05/05 16:00:00 -2017/05/05 17:00:00 -2017/05/05 18:00:00 -2017/05/05 19:00:00 -2017/05/05 20:00:00 -2017/05/05 21:00:00 -2017/05/05 22:00:00 -2017/05/05 23:00:00 -2017/05/06 00:00:00 -2017/05/06 01:00:00 -2017/05/06 02:00:00 -2017/05/06 03:00:00 -2017/05/06 04:00:00 -2017/05/06 05:00:00 -2017/05/06 06:00:00 -2017/05/06 07:00:00 -2017/05/06 08:00:00 -2017/05/06 09:00:00 -2017/05/06 10:00:00 -2017/05/06 11:00:00 -2017/05/06 12:00:00 -2017/05/06 13:00:00 -2017/05/06 14:00:00 -2017/05/06 15:00:00 -2017/05/06 16:00:00 -2017/05/06 17:00:00 -2017/05/06 18:00:00 -2017/05/06 19:00:00 -2017/05/06 20:00:00 -2017/05/06 21:00:00 -2017/05/06 22:00:00 -2017/05/06 23:00:00 -2017/05/07 00:00:00 -2017/05/07 01:00:00 -2017/05/07 02:00:00 -2017/05/07 03:00:00 -2017/05/07 04:00:00 -2017/05/07 05:00:00 -2017/05/07 06:00:00 -2017/05/07 07:00:00 -2017/05/07 08:00:00 -2017/05/07 09:00:00 -2017/05/07 10:00:00 -2017/05/07 11:00:00 -2017/05/07 12:00:00 -2017/05/07 13:00:00 -2017/05/07 14:00:00 -2017/05/07 15:00:00 -2017/05/07 16:00:00 -2017/05/07 17:00:00 -2017/05/07 18:00:00 -2017/05/07 19:00:00 -2017/05/07 20:00:00 -2017/05/07 21:00:00 -2017/05/07 22:00:00 -2017/05/07 23:00:00 -2017/05/08 00:00:00 -2017/05/08 01:00:00 -2017/05/08 02:00:00 -2017/05/08 03:00:00 -2017/05/08 04:00:00 -2017/05/08 05:00:00 -2017/05/08 06:00:00 -2017/05/08 07:00:00 -2017/05/08 08:00:00 -2017/05/08 09:00:00 -2017/05/08 10:00:00 -2017/05/08 11:00:00 -2017/05/08 12:00:00 -2017/05/08 13:00:00 -2017/05/08 14:00:00 -2017/05/08 15:00:00 -2017/05/08 16:00:00 -2017/05/08 17:00:00 -2017/05/08 18:00:00 -2017/05/08 19:00:00 -2017/05/08 20:00:00 -2017/05/08 21:00:00 -2017/05/08 22:00:00 -2017/05/08 23:00:00 -2017/05/09 00:00:00 -2017/05/09 01:00:00 -2017/05/09 02:00:00 -2017/05/09 03:00:00 -2017/05/09 04:00:00 -2017/05/09 05:00:00 -2017/05/09 06:00:00 -2017/05/09 07:00:00 -2017/05/09 08:00:00 -2017/05/09 09:00:00 -2017/05/09 10:00:00 -2017/05/09 11:00:00 -2017/05/09 12:00:00 -2017/05/09 13:00:00 -2017/05/09 14:00:00 -2017/05/09 15:00:00 -2017/05/09 16:00:00 -2017/05/09 17:00:00 -2017/05/09 18:00:00 -2017/05/09 19:00:00 -2017/05/09 20:00:00 -2017/05/09 21:00:00 -2017/05/09 22:00:00 -2017/05/09 23:00:00 -2017/05/10 00:00:00 -2017/05/10 01:00:00 -2017/05/10 02:00:00 -2017/05/10 03:00:00 -2017/05/10 04:00:00 -2017/05/10 05:00:00 -2017/05/10 06:00:00 -2017/05/10 07:00:00 -2017/05/10 08:00:00 -2017/05/10 09:00:00 -2017/05/10 10:00:00 -2017/05/10 11:00:00 -2017/05/10 12:00:00 -2017/05/10 13:00:00 -2017/05/10 14:00:00 -2017/05/10 15:00:00 -2017/05/10 16:00:00 -2017/05/10 17:00:00 -2017/05/10 18:00:00 -2017/05/10 19:00:00 -2017/05/10 20:00:00 -2017/05/10 21:00:00 -2017/05/10 22:00:00 -2017/05/10 23:00:00 -2017/05/11 00:00:00 -2017/05/11 01:00:00 -2017/05/11 02:00:00 -2017/05/11 03:00:00 -2017/05/11 04:00:00 -2017/05/11 05:00:00 -2017/05/11 06:00:00 -2017/05/11 07:00:00 -2017/05/11 08:00:00 -2017/05/11 09:00:00 -2017/05/11 10:00:00 -2017/05/11 11:00:00 -2017/05/11 12:00:00 -2017/05/11 13:00:00 -2017/05/11 14:00:00 -2017/05/11 15:00:00 -2017/05/11 16:00:00 -2017/05/11 17:00:00 -2017/05/11 18:00:00 -2017/05/11 19:00:00 -2017/05/11 20:00:00 -2017/05/11 21:00:00 -2017/05/11 22:00:00 -2017/05/11 23:00:00 -2017/05/12 00:00:00 -2017/05/12 01:00:00 -2017/05/12 02:00:00 -2017/05/12 03:00:00 -2017/05/12 04:00:00 -2017/05/12 05:00:00 -2017/05/12 06:00:00 -2017/05/12 07:00:00 -2017/05/12 08:00:00 -2017/05/12 09:00:00 -2017/05/12 10:00:00 -2017/05/12 11:00:00 -2017/05/12 12:00:00 -2017/05/12 13:00:00 -2017/05/12 14:00:00 -2017/05/12 15:00:00 -2017/05/12 16:00:00 -2017/05/12 17:00:00 -2017/05/12 18:00:00 -2017/05/12 19:00:00 -2017/05/12 20:00:00 -2017/05/12 21:00:00 -2017/05/12 22:00:00 -2017/05/12 23:00:00 -2017/05/13 00:00:00 -2017/05/13 01:00:00 -2017/05/13 02:00:00 -2017/05/13 03:00:00 -2017/05/13 04:00:00 -2017/05/13 05:00:00 -2017/05/13 06:00:00 -2017/05/13 07:00:00 -2017/05/13 08:00:00 -2017/05/13 09:00:00 -2017/05/13 10:00:00 -2017/05/13 11:00:00 -2017/05/13 12:00:00 -2017/05/13 13:00:00 -2017/05/13 14:00:00 -2017/05/13 15:00:00 -2017/05/13 16:00:00 -2017/05/13 17:00:00 -2017/05/13 18:00:00 -2017/05/13 19:00:00 -2017/05/13 20:00:00 -2017/05/13 21:00:00 -2017/05/13 22:00:00 -2017/05/13 23:00:00 -2017/05/14 00:00:00 -2017/05/14 01:00:00 -2017/05/14 02:00:00 -2017/05/14 03:00:00 -2017/05/14 04:00:00 -2017/05/14 05:00:00 -2017/05/14 06:00:00 -2017/05/14 07:00:00 -2017/05/14 08:00:00 -2017/05/14 09:00:00 -2017/05/14 10:00:00 -2017/05/14 11:00:00 -2017/05/14 12:00:00 -2017/05/14 13:00:00 -2017/05/14 14:00:00 -2017/05/14 15:00:00 -2017/05/14 16:00:00 -2017/05/14 17:00:00 -2017/05/14 18:00:00 -2017/05/14 19:00:00 -2017/05/14 20:00:00 -2017/05/14 21:00:00 -2017/05/14 22:00:00 -2017/05/14 23:00:00 -2017/05/15 00:00:00 -2017/05/15 01:00:00 -2017/05/15 02:00:00 -2017/05/15 03:00:00 -2017/05/15 04:00:00 -2017/05/15 05:00:00 -2017/05/15 06:00:00 -2017/05/15 07:00:00 -2017/05/15 08:00:00 -2017/05/15 09:00:00 -2017/05/15 10:00:00 -2017/05/15 11:00:00 -2017/05/15 12:00:00 -2017/05/15 13:00:00 -2017/05/15 14:00:00 -2017/05/15 15:00:00 -2017/05/15 16:00:00 -2017/05/15 17:00:00 -2017/05/15 18:00:00 -2017/05/15 19:00:00 -2017/05/15 20:00:00 -2017/05/15 21:00:00 -2017/05/15 22:00:00 -2017/05/15 23:00:00 -2017/05/16 00:00:00 -2017/05/16 01:00:00 -2017/05/16 02:00:00 -2017/05/16 03:00:00 -2017/05/16 04:00:00 -2017/05/16 05:00:00 -2017/05/16 06:00:00 -2017/05/16 07:00:00 -2017/05/16 08:00:00 -2017/05/16 09:00:00 -2017/05/16 10:00:00 -2017/05/16 11:00:00 -2017/05/16 12:00:00 -2017/05/16 13:00:00 -2017/05/16 14:00:00 -2017/05/16 15:00:00 -2017/05/16 16:00:00 -2017/05/16 17:00:00 -2017/05/16 18:00:00 -2017/05/16 19:00:00 -2017/05/16 20:00:00 -2017/05/16 21:00:00 -2017/05/16 22:00:00 -2017/05/16 23:00:00 -2017/05/17 00:00:00 -2017/05/17 01:00:00 -2017/05/17 02:00:00 -2017/05/17 03:00:00 -2017/05/17 04:00:00 -2017/05/17 05:00:00 -2017/05/17 06:00:00 -2017/05/17 07:00:00 -2017/05/17 08:00:00 -2017/05/17 09:00:00 -2017/05/17 10:00:00 -2017/05/17 11:00:00 -2017/05/17 12:00:00 -2017/05/17 13:00:00 -2017/05/17 14:00:00 -2017/05/17 15:00:00 -2017/05/17 16:00:00 -2017/05/17 17:00:00 -2017/05/17 18:00:00 -2017/05/17 19:00:00 -2017/05/17 20:00:00 -2017/05/17 21:00:00 -2017/05/17 22:00:00 -2017/05/17 23:00:00 -2017/05/18 00:00:00 -2017/05/18 01:00:00 -2017/05/18 02:00:00 -2017/05/18 03:00:00 -2017/05/18 04:00:00 -2017/05/18 05:00:00 -2017/05/18 06:00:00 -2017/05/18 07:00:00 -2017/05/18 08:00:00 -2017/05/18 09:00:00 -2017/05/18 10:00:00 -2017/05/18 11:00:00 -2017/05/18 12:00:00 -2017/05/18 13:00:00 -2017/05/18 14:00:00 -2017/05/18 15:00:00 -2017/05/18 16:00:00 -2017/05/18 17:00:00 -2017/05/18 18:00:00 -2017/05/18 19:00:00 -2017/05/18 20:00:00 -2017/05/18 21:00:00 -2017/05/18 22:00:00 -2017/05/18 23:00:00 -2017/05/19 00:00:00 -2017/05/19 01:00:00 -2017/05/19 02:00:00 -2017/05/19 03:00:00 -2017/05/19 04:00:00 -2017/05/19 05:00:00 -2017/05/19 06:00:00 -2017/05/19 07:00:00 -2017/05/19 08:00:00 -2017/05/19 09:00:00 -2017/05/19 10:00:00 -2017/05/19 11:00:00 -2017/05/19 12:00:00 -2017/05/19 13:00:00 -2017/05/19 14:00:00 -2017/05/19 15:00:00 -2017/05/19 16:00:00 -2017/05/19 17:00:00 -2017/05/19 18:00:00 -2017/05/19 19:00:00 -2017/05/19 20:00:00 -2017/05/19 21:00:00 -2017/05/19 22:00:00 -2017/05/19 23:00:00 -2017/05/20 00:00:00 -2017/05/20 01:00:00 -2017/05/20 02:00:00 -2017/05/20 03:00:00 -2017/05/20 04:00:00 -2017/05/20 05:00:00 -2017/05/20 06:00:00 -2017/05/20 07:00:00 -2017/05/20 08:00:00 -2017/05/20 09:00:00 -2017/05/20 10:00:00 -2017/05/20 11:00:00 -2017/05/20 12:00:00 -2017/05/20 13:00:00 -2017/05/20 14:00:00 -2017/05/20 15:00:00 -2017/05/20 16:00:00 -2017/05/20 17:00:00 -2017/05/20 18:00:00 -2017/05/20 19:00:00 -2017/05/20 20:00:00 -2017/05/20 21:00:00 -2017/05/20 22:00:00 -2017/05/20 23:00:00 -2017/05/21 00:00:00 -2017/05/21 01:00:00 -2017/05/21 02:00:00 -2017/05/21 03:00:00 -2017/05/21 04:00:00 -2017/05/21 05:00:00 -2017/05/21 06:00:00 -2017/05/21 07:00:00 -2017/05/21 08:00:00 -2017/05/21 09:00:00 -2017/05/21 10:00:00 -2017/05/21 11:00:00 -2017/05/21 12:00:00 -2017/05/21 13:00:00 -2017/05/21 14:00:00 -2017/05/21 15:00:00 -2017/05/21 16:00:00 -2017/05/21 17:00:00 -2017/05/21 18:00:00 -2017/05/21 19:00:00 -2017/05/21 20:00:00 -2017/05/21 21:00:00 -2017/05/21 22:00:00 -2017/05/21 23:00:00 -2017/05/22 00:00:00 -2017/05/22 01:00:00 -2017/05/22 02:00:00 -2017/05/22 03:00:00 -2017/05/22 04:00:00 -2017/05/22 05:00:00 -2017/05/22 06:00:00 -2017/05/22 07:00:00 -2017/05/22 08:00:00 -2017/05/22 09:00:00 -2017/05/22 10:00:00 -2017/05/22 11:00:00 -2017/05/22 12:00:00 -2017/05/22 13:00:00 -2017/05/22 14:00:00 -2017/05/22 15:00:00 -2017/05/22 16:00:00 -2017/05/22 17:00:00 -2017/05/22 18:00:00 -2017/05/22 19:00:00 -2017/05/22 20:00:00 -2017/05/22 21:00:00 -2017/05/22 22:00:00 -2017/05/22 23:00:00 -2017/05/23 00:00:00 -2017/05/23 01:00:00 -2017/05/23 02:00:00 -2017/05/23 03:00:00 -2017/05/23 04:00:00 -2017/05/23 05:00:00 -2017/05/23 06:00:00 -2017/05/23 07:00:00 -2017/05/23 08:00:00 -2017/05/23 09:00:00 -2017/05/23 10:00:00 -2017/05/23 11:00:00 -2017/05/23 12:00:00 -2017/05/23 13:00:00 -2017/05/23 14:00:00 -2017/05/23 15:00:00 -2017/05/23 16:00:00 -2017/05/23 17:00:00 -2017/05/23 18:00:00 -2017/05/23 19:00:00 -2017/05/23 20:00:00 -2017/05/23 21:00:00 -2017/05/23 22:00:00 -2017/05/23 23:00:00 -2017/05/24 00:00:00 -2017/05/24 01:00:00 -2017/05/24 02:00:00 -2017/05/24 03:00:00 -2017/05/24 04:00:00 -2017/05/24 05:00:00 -2017/05/24 06:00:00 -2017/05/24 07:00:00 -2017/05/24 08:00:00 -2017/05/24 09:00:00 -2017/05/24 10:00:00 -2017/05/24 11:00:00 -2017/05/24 12:00:00 -2017/05/24 13:00:00 -2017/05/24 14:00:00 -2017/05/24 15:00:00 -2017/05/24 16:00:00 -2017/05/24 17:00:00 -2017/05/24 18:00:00 -2017/05/24 19:00:00 -2017/05/24 20:00:00 -2017/05/24 21:00:00 -2017/05/24 22:00:00 -2017/05/24 23:00:00 -2017/05/25 00:00:00 -2017/05/25 01:00:00 -2017/05/25 02:00:00 -2017/05/25 03:00:00 -2017/05/25 04:00:00 -2017/05/25 05:00:00 -2017/05/25 06:00:00 -2017/05/25 07:00:00 -2017/05/25 08:00:00 -2017/05/25 09:00:00 -2017/05/25 10:00:00 -2017/05/25 11:00:00 -2017/05/25 12:00:00 -2017/05/25 13:00:00 -2017/05/25 14:00:00 -2017/05/25 15:00:00 -2017/05/25 16:00:00 -2017/05/25 17:00:00 -2017/05/25 18:00:00 -2017/05/25 19:00:00 -2017/05/25 20:00:00 -2017/05/25 21:00:00 -2017/05/25 22:00:00 -2017/05/25 23:00:00 -2017/05/26 00:00:00 -2017/05/26 01:00:00 -2017/05/26 02:00:00 -2017/05/26 03:00:00 -2017/05/26 04:00:00 -2017/05/26 05:00:00 -2017/05/26 06:00:00 -2017/05/26 07:00:00 -2017/05/26 08:00:00 -2017/05/26 09:00:00 -2017/05/26 10:00:00 -2017/05/26 11:00:00 -2017/05/26 12:00:00 -2017/05/26 13:00:00 -2017/05/26 14:00:00 -2017/05/26 15:00:00 -2017/05/26 16:00:00 -2017/05/26 17:00:00 -2017/05/26 18:00:00 -2017/05/26 19:00:00 -2017/05/26 20:00:00 -2017/05/26 21:00:00 -2017/05/26 22:00:00 -2017/05/26 23:00:00 -2017/05/27 00:00:00 -2017/05/27 01:00:00 -2017/05/27 02:00:00 -2017/05/27 03:00:00 -2017/05/27 04:00:00 -2017/05/27 05:00:00 -2017/05/27 06:00:00 -2017/05/27 07:00:00 -2017/05/27 08:00:00 -2017/05/27 09:00:00 -2017/05/27 10:00:00 -2017/05/27 11:00:00 -2017/05/27 12:00:00 -2017/05/27 13:00:00 -2017/05/27 14:00:00 -2017/05/27 15:00:00 -2017/05/27 16:00:00 -2017/05/27 17:00:00 -2017/05/27 18:00:00 -2017/05/27 19:00:00 -2017/05/27 20:00:00 -2017/05/27 21:00:00 -2017/05/27 22:00:00 -2017/05/27 23:00:00 -2017/05/28 00:00:00 -2017/05/28 01:00:00 -2017/05/28 02:00:00 -2017/05/28 03:00:00 -2017/05/28 04:00:00 -2017/05/28 05:00:00 -2017/05/28 06:00:00 -2017/05/28 07:00:00 -2017/05/28 08:00:00 -2017/05/28 09:00:00 -2017/05/28 10:00:00 -2017/05/28 11:00:00 -2017/05/28 12:00:00 -2017/05/28 13:00:00 -2017/05/28 14:00:00 -2017/05/28 15:00:00 -2017/05/28 16:00:00 -2017/05/28 17:00:00 -2017/05/28 18:00:00 -2017/05/28 19:00:00 -2017/05/28 20:00:00 -2017/05/28 21:00:00 -2017/05/28 22:00:00 -2017/05/28 23:00:00 -2017/05/29 00:00:00 -2017/05/29 01:00:00 -2017/05/29 02:00:00 -2017/05/29 03:00:00 -2017/05/29 04:00:00 -2017/05/29 05:00:00 -2017/05/29 06:00:00 -2017/05/29 07:00:00 -2017/05/29 08:00:00 -2017/05/29 09:00:00 -2017/05/29 10:00:00 -2017/05/29 11:00:00 -2017/05/29 12:00:00 -2017/05/29 13:00:00 -2017/05/29 14:00:00 -2017/05/29 15:00:00 -2017/05/29 16:00:00 -2017/05/29 17:00:00 -2017/05/29 18:00:00 -2017/05/29 19:00:00 -2017/05/29 20:00:00 -2017/05/29 21:00:00 -2017/05/29 22:00:00 -2017/05/29 23:00:00 -2017/05/30 00:00:00 -2017/05/30 01:00:00 -2017/05/30 02:00:00 -2017/05/30 03:00:00 -2017/05/30 04:00:00 -2017/05/30 05:00:00 -2017/05/30 06:00:00 -2017/05/30 07:00:00 -2017/05/30 08:00:00 -2017/05/30 09:00:00 -2017/05/30 10:00:00 -2017/05/30 11:00:00 -2017/05/30 12:00:00 -2017/05/30 13:00:00 -2017/05/30 14:00:00 -2017/05/30 15:00:00 -2017/05/30 16:00:00 -2017/05/30 17:00:00 -2017/05/30 18:00:00 -2017/05/30 19:00:00 -2017/05/30 20:00:00 -2017/05/30 21:00:00 -2017/05/30 22:00:00 -2017/05/30 23:00:00 -2017/05/31 00:00:00 -2017/05/31 01:00:00 -2017/05/31 02:00:00 -2017/05/31 03:00:00 -2017/05/31 04:00:00 -2017/05/31 05:00:00 -2017/05/31 06:00:00 -2017/05/31 07:00:00 -2017/05/31 08:00:00 -2017/05/31 09:00:00 -2017/05/31 10:00:00 -2017/05/31 11:00:00 -2017/05/31 12:00:00 -2017/05/31 13:00:00 -2017/05/31 14:00:00 -2017/05/31 15:00:00 -2017/05/31 16:00:00 -2017/05/31 17:00:00 -2017/05/31 18:00:00 -2017/05/31 19:00:00 -2017/05/31 20:00:00 -2017/05/31 21:00:00 -2017/05/31 22:00:00 -2017/05/31 23:00:00 -2017/06/01 00:00:00 -2017/06/01 01:00:00 -2017/06/01 02:00:00 -2017/06/01 03:00:00 -2017/06/01 04:00:00 -2017/06/01 05:00:00 -2017/06/01 06:00:00 -2017/06/01 07:00:00 -2017/06/01 08:00:00 -2017/06/01 09:00:00 -2017/06/01 10:00:00 -2017/06/01 11:00:00 -2017/06/01 12:00:00 -2017/06/01 13:00:00 -2017/06/01 14:00:00 -2017/06/01 15:00:00 -2017/06/01 16:00:00 -2017/06/01 17:00:00 -2017/06/01 18:00:00 -2017/06/01 19:00:00 -2017/06/01 20:00:00 -2017/06/01 21:00:00 -2017/06/01 22:00:00 -2017/06/01 23:00:00 -2017/06/02 00:00:00 -2017/06/02 01:00:00 -2017/06/02 02:00:00 -2017/06/02 03:00:00 -2017/06/02 04:00:00 -2017/06/02 05:00:00 -2017/06/02 06:00:00 -2017/06/02 07:00:00 -2017/06/02 08:00:00 -2017/06/02 09:00:00 -2017/06/02 10:00:00 -2017/06/02 11:00:00 -2017/06/02 12:00:00 -2017/06/02 13:00:00 -2017/06/02 14:00:00 -2017/06/02 15:00:00 -2017/06/02 16:00:00 -2017/06/02 17:00:00 -2017/06/02 18:00:00 -2017/06/02 19:00:00 -2017/06/02 20:00:00 -2017/06/02 21:00:00 -2017/06/02 22:00:00 -2017/06/02 23:00:00 -2017/06/03 00:00:00 -2017/06/03 01:00:00 -2017/06/03 02:00:00 -2017/06/03 03:00:00 -2017/06/03 04:00:00 -2017/06/03 05:00:00 -2017/06/03 06:00:00 -2017/06/03 07:00:00 -2017/06/03 08:00:00 -2017/06/03 09:00:00 -2017/06/03 10:00:00 -2017/06/03 11:00:00 -2017/06/03 12:00:00 -2017/06/03 13:00:00 -2017/06/03 14:00:00 -2017/06/03 15:00:00 -2017/06/03 16:00:00 -2017/06/03 17:00:00 -2017/06/03 18:00:00 -2017/06/03 19:00:00 -2017/06/03 20:00:00 -2017/06/03 21:00:00 -2017/06/03 22:00:00 -2017/06/03 23:00:00 -2017/06/04 00:00:00 -2017/06/04 01:00:00 -2017/06/04 02:00:00 -2017/06/04 03:00:00 -2017/06/04 04:00:00 -2017/06/04 05:00:00 -2017/06/04 06:00:00 -2017/06/04 07:00:00 -2017/06/04 08:00:00 -2017/06/04 09:00:00 -2017/06/04 10:00:00 -2017/06/04 11:00:00 -2017/06/04 12:00:00 -2017/06/04 13:00:00 -2017/06/04 14:00:00 -2017/06/04 15:00:00 -2017/06/04 16:00:00 -2017/06/04 17:00:00 -2017/06/04 18:00:00 -2017/06/04 19:00:00 -2017/06/04 20:00:00 -2017/06/04 21:00:00 -2017/06/04 22:00:00 -2017/06/04 23:00:00 -2017/06/05 00:00:00 -2017/06/05 01:00:00 -2017/06/05 02:00:00 -2017/06/05 03:00:00 -2017/06/05 04:00:00 -2017/06/05 05:00:00 -2017/06/05 06:00:00 -2017/06/05 07:00:00 -2017/06/05 08:00:00 -2017/06/05 09:00:00 -2017/06/05 10:00:00 -2017/06/05 11:00:00 -2017/06/05 12:00:00 -2017/06/05 13:00:00 -2017/06/05 14:00:00 -2017/06/05 15:00:00 -2017/06/05 16:00:00 -2017/06/05 17:00:00 -2017/06/05 18:00:00 -2017/06/05 19:00:00 -2017/06/05 20:00:00 -2017/06/05 21:00:00 -2017/06/05 22:00:00 -2017/06/05 23:00:00 -2017/06/06 00:00:00 -2017/06/06 01:00:00 -2017/06/06 02:00:00 -2017/06/06 03:00:00 -2017/06/06 04:00:00 -2017/06/06 05:00:00 -2017/06/06 06:00:00 -2017/06/06 07:00:00 -2017/06/06 08:00:00 -2017/06/06 09:00:00 -2017/06/06 10:00:00 -2017/06/06 11:00:00 -2017/06/06 12:00:00 -2017/06/06 13:00:00 -2017/06/06 14:00:00 -2017/06/06 15:00:00 -2017/06/06 16:00:00 -2017/06/06 17:00:00 -2017/06/06 18:00:00 -2017/06/06 19:00:00 -2017/06/06 20:00:00 -2017/06/06 21:00:00 -2017/06/06 22:00:00 -2017/06/06 23:00:00 -2017/06/07 00:00:00 -2017/06/07 01:00:00 -2017/06/07 02:00:00 -2017/06/07 03:00:00 -2017/06/07 04:00:00 -2017/06/07 05:00:00 -2017/06/07 06:00:00 -2017/06/07 07:00:00 -2017/06/07 08:00:00 -2017/06/07 09:00:00 -2017/06/07 10:00:00 -2017/06/07 11:00:00 -2017/06/07 12:00:00 -2017/06/07 13:00:00 -2017/06/07 14:00:00 -2017/06/07 15:00:00 -2017/06/07 16:00:00 -2017/06/07 17:00:00 -2017/06/07 18:00:00 -2017/06/07 19:00:00 -2017/06/07 20:00:00 -2017/06/07 21:00:00 -2017/06/07 22:00:00 -2017/06/07 23:00:00 -2017/06/08 00:00:00 -2017/06/08 01:00:00 -2017/06/08 02:00:00 -2017/06/08 03:00:00 -2017/06/08 04:00:00 -2017/06/08 05:00:00 -2017/06/08 06:00:00 -2017/06/08 07:00:00 -2017/06/08 08:00:00 -2017/06/08 09:00:00 -2017/06/08 10:00:00 -2017/06/08 11:00:00 -2017/06/08 12:00:00 -2017/06/08 13:00:00 -2017/06/08 14:00:00 -2017/06/08 15:00:00 -2017/06/08 16:00:00 -2017/06/08 17:00:00 -2017/06/08 18:00:00 -2017/06/08 19:00:00 -2017/06/08 20:00:00 -2017/06/08 21:00:00 -2017/06/08 22:00:00 -2017/06/08 23:00:00 -2017/06/09 00:00:00 -2017/06/09 01:00:00 -2017/06/09 02:00:00 -2017/06/09 03:00:00 -2017/06/09 04:00:00 -2017/06/09 05:00:00 -2017/06/09 06:00:00 -2017/06/09 07:00:00 -2017/06/09 08:00:00 -2017/06/09 09:00:00 -2017/06/09 10:00:00 -2017/06/09 11:00:00 -2017/06/09 12:00:00 -2017/06/09 13:00:00 -2017/06/09 14:00:00 -2017/06/09 15:00:00 -2017/06/09 16:00:00 -2017/06/09 17:00:00 -2017/06/09 18:00:00 -2017/06/09 19:00:00 -2017/06/09 20:00:00 -2017/06/09 21:00:00 -2017/06/09 22:00:00 -2017/06/09 23:00:00 -2017/06/10 00:00:00 -2017/06/10 01:00:00 -2017/06/10 02:00:00 -2017/06/10 03:00:00 -2017/06/10 04:00:00 -2017/06/10 05:00:00 -2017/06/10 06:00:00 -2017/06/10 07:00:00 -2017/06/10 08:00:00 -2017/06/10 09:00:00 -2017/06/10 10:00:00 -2017/06/10 11:00:00 -2017/06/10 12:00:00 -2017/06/10 13:00:00 -2017/06/10 14:00:00 -2017/06/10 15:00:00 -2017/06/10 16:00:00 -2017/06/10 17:00:00 -2017/06/10 18:00:00 -2017/06/10 19:00:00 -2017/06/10 20:00:00 -2017/06/10 21:00:00 -2017/06/10 22:00:00 -2017/06/10 23:00:00 -2017/06/11 00:00:00 -2017/06/11 01:00:00 -2017/06/11 02:00:00 -2017/06/11 03:00:00 -2017/06/11 04:00:00 -2017/06/11 05:00:00 -2017/06/11 06:00:00 -2017/06/11 07:00:00 -2017/06/11 08:00:00 -2017/06/11 09:00:00 -2017/06/11 10:00:00 -2017/06/11 11:00:00 -2017/06/11 12:00:00 -2017/06/11 13:00:00 -2017/06/11 14:00:00 -2017/06/11 15:00:00 -2017/06/11 16:00:00 -2017/06/11 17:00:00 -2017/06/11 18:00:00 -2017/06/11 19:00:00 -2017/06/11 20:00:00 -2017/06/11 21:00:00 -2017/06/11 22:00:00 -2017/06/11 23:00:00 -2017/06/12 00:00:00 -2017/06/12 01:00:00 -2017/06/12 02:00:00 -2017/06/12 03:00:00 -2017/06/12 04:00:00 -2017/06/12 05:00:00 -2017/06/12 06:00:00 -2017/06/12 07:00:00 -2017/06/12 08:00:00 -2017/06/12 09:00:00 -2017/06/12 10:00:00 -2017/06/12 11:00:00 -2017/06/12 12:00:00 -2017/06/12 13:00:00 -2017/06/12 14:00:00 -2017/06/12 15:00:00 -2017/06/12 16:00:00 -2017/06/12 17:00:00 -2017/06/12 18:00:00 -2017/06/12 19:00:00 -2017/06/12 20:00:00 -2017/06/12 21:00:00 -2017/06/12 22:00:00 -2017/06/12 23:00:00 -2017/06/13 00:00:00 -2017/06/13 01:00:00 -2017/06/13 02:00:00 -2017/06/13 03:00:00 -2017/06/13 04:00:00 -2017/06/13 05:00:00 -2017/06/13 06:00:00 -2017/06/13 07:00:00 -2017/06/13 08:00:00 -2017/06/13 09:00:00 -2017/06/13 10:00:00 -2017/06/13 11:00:00 -2017/06/13 12:00:00 -2017/06/13 13:00:00 -2017/06/13 14:00:00 -2017/06/13 15:00:00 -2017/06/13 16:00:00 -2017/06/13 17:00:00 -2017/06/13 18:00:00 -2017/06/13 19:00:00 -2017/06/13 20:00:00 -2017/06/13 21:00:00 -2017/06/13 22:00:00 -2017/06/13 23:00:00 -2017/06/14 00:00:00 -2017/06/14 01:00:00 -2017/06/14 02:00:00 -2017/06/14 03:00:00 -2017/06/14 04:00:00 -2017/06/14 05:00:00 -2017/06/14 06:00:00 -2017/06/14 07:00:00 -2017/06/14 08:00:00 -2017/06/14 09:00:00 -2017/06/14 10:00:00 -2017/06/14 11:00:00 -2017/06/14 12:00:00 -2017/06/14 13:00:00 -2017/06/14 14:00:00 -2017/06/14 15:00:00 -2017/06/14 16:00:00 -2017/06/14 17:00:00 -2017/06/14 18:00:00 -2017/06/14 19:00:00 -2017/06/14 20:00:00 -2017/06/14 21:00:00 -2017/06/14 22:00:00 -2017/06/14 23:00:00 -2017/06/15 00:00:00 -2017/06/15 01:00:00 -2017/06/15 02:00:00 -2017/06/15 03:00:00 -2017/06/15 04:00:00 -2017/06/15 05:00:00 -2017/06/15 06:00:00 -2017/06/15 07:00:00 -2017/06/15 08:00:00 -2017/06/15 09:00:00 -2017/06/15 10:00:00 -2017/06/15 11:00:00 -2017/06/15 12:00:00 -2017/06/15 13:00:00 -2017/06/15 14:00:00 -2017/06/15 15:00:00 -2017/06/15 16:00:00 -2017/06/15 17:00:00 -2017/06/15 18:00:00 -2017/06/15 19:00:00 -2017/06/15 20:00:00 -2017/06/15 21:00:00 -2017/06/15 22:00:00 -2017/06/15 23:00:00 -2017/06/16 00:00:00 -2017/06/16 01:00:00 -2017/06/16 02:00:00 -2017/06/16 03:00:00 -2017/06/16 04:00:00 -2017/06/16 05:00:00 -2017/06/16 06:00:00 -2017/06/16 07:00:00 -2017/06/16 08:00:00 -2017/06/16 09:00:00 -2017/06/16 10:00:00 -2017/06/16 11:00:00 -2017/06/16 12:00:00 -2017/06/16 13:00:00 -2017/06/16 14:00:00 -2017/06/16 15:00:00 -2017/06/16 16:00:00 -2017/06/16 17:00:00 -2017/06/16 18:00:00 -2017/06/16 19:00:00 -2017/06/16 20:00:00 -2017/06/16 21:00:00 -2017/06/16 22:00:00 -2017/06/16 23:00:00 -2017/06/17 00:00:00 -2017/06/17 01:00:00 -2017/06/17 02:00:00 -2017/06/17 03:00:00 -2017/06/17 04:00:00 -2017/06/17 05:00:00 -2017/06/17 06:00:00 -2017/06/17 07:00:00 -2017/06/17 08:00:00 -2017/06/17 09:00:00 -2017/06/17 10:00:00 -2017/06/17 11:00:00 -2017/06/17 12:00:00 -2017/06/17 13:00:00 -2017/06/17 14:00:00 -2017/06/17 15:00:00 -2017/06/17 16:00:00 -2017/06/17 17:00:00 -2017/06/17 18:00:00 -2017/06/17 19:00:00 -2017/06/17 20:00:00 -2017/06/17 21:00:00 -2017/06/17 22:00:00 -2017/06/17 23:00:00 -2017/06/18 00:00:00 -2017/06/18 01:00:00 -2017/06/18 02:00:00 -2017/06/18 03:00:00 -2017/06/18 04:00:00 -2017/06/18 05:00:00 -2017/06/18 06:00:00 -2017/06/18 07:00:00 -2017/06/18 08:00:00 -2017/06/18 09:00:00 -2017/06/18 10:00:00 -2017/06/18 11:00:00 -2017/06/18 12:00:00 -2017/06/18 13:00:00 -2017/06/18 14:00:00 -2017/06/18 15:00:00 -2017/06/18 16:00:00 -2017/06/18 17:00:00 -2017/06/18 18:00:00 -2017/06/18 19:00:00 -2017/06/18 20:00:00 -2017/06/18 21:00:00 -2017/06/18 22:00:00 -2017/06/18 23:00:00 -2017/06/19 00:00:00 -2017/06/19 01:00:00 -2017/06/19 02:00:00 -2017/06/19 03:00:00 -2017/06/19 04:00:00 -2017/06/19 05:00:00 -2017/06/19 06:00:00 -2017/06/19 07:00:00 -2017/06/19 08:00:00 -2017/06/19 09:00:00 -2017/06/19 10:00:00 -2017/06/19 11:00:00 -2017/06/19 12:00:00 -2017/06/19 13:00:00 -2017/06/19 14:00:00 -2017/06/19 15:00:00 -2017/06/19 16:00:00 -2017/06/19 17:00:00 -2017/06/19 18:00:00 -2017/06/19 19:00:00 -2017/06/19 20:00:00 -2017/06/19 21:00:00 -2017/06/19 22:00:00 -2017/06/19 23:00:00 -2017/06/20 00:00:00 -2017/06/20 01:00:00 -2017/06/20 02:00:00 -2017/06/20 03:00:00 -2017/06/20 04:00:00 -2017/06/20 05:00:00 -2017/06/20 06:00:00 -2017/06/20 07:00:00 -2017/06/20 08:00:00 -2017/06/20 09:00:00 -2017/06/20 10:00:00 -2017/06/20 11:00:00 -2017/06/20 12:00:00 -2017/06/20 13:00:00 -2017/06/20 14:00:00 -2017/06/20 15:00:00 -2017/06/20 16:00:00 -2017/06/20 17:00:00 -2017/06/20 18:00:00 -2017/06/20 19:00:00 -2017/06/20 20:00:00 -2017/06/20 21:00:00 -2017/06/20 22:00:00 -2017/06/20 23:00:00 -2017/06/21 00:00:00 -2017/06/21 01:00:00 -2017/06/21 02:00:00 -2017/06/21 03:00:00 -2017/06/21 04:00:00 -2017/06/21 05:00:00 -2017/06/21 06:00:00 -2017/06/21 07:00:00 -2017/06/21 08:00:00 -2017/06/21 09:00:00 -2017/06/21 10:00:00 -2017/06/21 11:00:00 -2017/06/21 12:00:00 -2017/06/21 13:00:00 -2017/06/21 14:00:00 -2017/06/21 15:00:00 -2017/06/21 16:00:00 -2017/06/21 17:00:00 -2017/06/21 18:00:00 -2017/06/21 19:00:00 -2017/06/21 20:00:00 -2017/06/21 21:00:00 -2017/06/21 22:00:00 -2017/06/21 23:00:00 -2017/06/22 00:00:00 -2017/06/22 01:00:00 -2017/06/22 02:00:00 -2017/06/22 03:00:00 -2017/06/22 04:00:00 -2017/06/22 05:00:00 -2017/06/22 06:00:00 -2017/06/22 07:00:00 -2017/06/22 08:00:00 -2017/06/22 09:00:00 -2017/06/22 10:00:00 -2017/06/22 11:00:00 -2017/06/22 12:00:00 -2017/06/22 13:00:00 -2017/06/22 14:00:00 -2017/06/22 15:00:00 -2017/06/22 16:00:00 -2017/06/22 17:00:00 -2017/06/22 18:00:00 -2017/06/22 19:00:00 -2017/06/22 20:00:00 -2017/06/22 21:00:00 -2017/06/22 22:00:00 -2017/06/22 23:00:00 -2017/06/23 00:00:00 -2017/06/23 01:00:00 -2017/06/23 02:00:00 -2017/06/23 03:00:00 -2017/06/23 04:00:00 -2017/06/23 05:00:00 -2017/06/23 06:00:00 -2017/06/23 07:00:00 -2017/06/23 08:00:00 -2017/06/23 09:00:00 -2017/06/23 10:00:00 -2017/06/23 11:00:00 -2017/06/23 12:00:00 -2017/06/23 13:00:00 -2017/06/23 14:00:00 -2017/06/23 15:00:00 -2017/06/23 16:00:00 -2017/06/23 17:00:00 -2017/06/23 18:00:00 -2017/06/23 19:00:00 -2017/06/23 20:00:00 -2017/06/23 21:00:00 -2017/06/23 22:00:00 -2017/06/23 23:00:00 -2017/06/24 00:00:00 -2017/06/24 01:00:00 -2017/06/24 02:00:00 -2017/06/24 03:00:00 -2017/06/24 04:00:00 -2017/06/24 05:00:00 -2017/06/24 06:00:00 -2017/06/24 07:00:00 -2017/06/24 08:00:00 -2017/06/24 09:00:00 -2017/06/24 10:00:00 -2017/06/24 11:00:00 -2017/06/24 12:00:00 -2017/06/24 13:00:00 -2017/06/24 14:00:00 -2017/06/24 15:00:00 -2017/06/24 16:00:00 -2017/06/24 17:00:00 -2017/06/24 18:00:00 -2017/06/24 19:00:00 -2017/06/24 20:00:00 -2017/06/24 21:00:00 -2017/06/24 22:00:00 -2017/06/24 23:00:00 -2017/06/25 00:00:00 -2017/06/25 01:00:00 -2017/06/25 02:00:00 -2017/06/25 03:00:00 -2017/06/25 04:00:00 -2017/06/25 05:00:00 -2017/06/25 06:00:00 -2017/06/25 07:00:00 -2017/06/25 08:00:00 -2017/06/25 09:00:00 -2017/06/25 10:00:00 -2017/06/25 11:00:00 -2017/06/25 12:00:00 -2017/06/25 13:00:00 -2017/06/25 14:00:00 -2017/06/25 15:00:00 -2017/06/25 16:00:00 -2017/06/25 17:00:00 -2017/06/25 18:00:00 -2017/06/25 19:00:00 -2017/06/25 20:00:00 -2017/06/25 21:00:00 -2017/06/25 22:00:00 -2017/06/25 23:00:00 -2017/06/26 00:00:00 -2017/06/26 01:00:00 -2017/06/26 02:00:00 -2017/06/26 03:00:00 -2017/06/26 04:00:00 -2017/06/26 05:00:00 -2017/06/26 06:00:00 -2017/06/26 07:00:00 -2017/06/26 08:00:00 -2017/06/26 09:00:00 -2017/06/26 10:00:00 -2017/06/26 11:00:00 -2017/06/26 12:00:00 -2017/06/26 13:00:00 -2017/06/26 14:00:00 -2017/06/26 15:00:00 -2017/06/26 16:00:00 -2017/06/26 17:00:00 -2017/06/26 18:00:00 -2017/06/26 19:00:00 -2017/06/26 20:00:00 -2017/06/26 21:00:00 -2017/06/26 22:00:00 -2017/06/26 23:00:00 -2017/06/27 00:00:00 -2017/06/27 01:00:00 -2017/06/27 02:00:00 -2017/06/27 03:00:00 -2017/06/27 04:00:00 -2017/06/27 05:00:00 -2017/06/27 06:00:00 -2017/06/27 07:00:00 -2017/06/27 08:00:00 -2017/06/27 09:00:00 -2017/06/27 10:00:00 -2017/06/27 11:00:00 -2017/06/27 12:00:00 -2017/06/27 13:00:00 -2017/06/27 14:00:00 -2017/06/27 15:00:00 -2017/06/27 16:00:00 -2017/06/27 17:00:00 -2017/06/27 18:00:00 -2017/06/27 19:00:00 -2017/06/27 20:00:00 -2017/06/27 21:00:00 -2017/06/27 22:00:00 -2017/06/27 23:00:00 -2017/06/28 00:00:00 -2017/06/28 01:00:00 -2017/06/28 02:00:00 -2017/06/28 03:00:00 -2017/06/28 04:00:00 -2017/06/28 05:00:00 -2017/06/28 06:00:00 -2017/06/28 07:00:00 -2017/06/28 08:00:00 -2017/06/28 09:00:00 -2017/06/28 10:00:00 -2017/06/28 11:00:00 -2017/06/28 12:00:00 -2017/06/28 13:00:00 -2017/06/28 14:00:00 -2017/06/28 15:00:00 -2017/06/28 16:00:00 -2017/06/28 17:00:00 -2017/06/28 18:00:00 -2017/06/28 19:00:00 -2017/06/28 20:00:00 -2017/06/28 21:00:00 -2017/06/28 22:00:00 -2017/06/28 23:00:00 -2017/06/29 00:00:00 -2017/06/29 01:00:00 -2017/06/29 02:00:00 -2017/06/29 03:00:00 -2017/06/29 04:00:00 -2017/06/29 05:00:00 -2017/06/29 06:00:00 -2017/06/29 07:00:00 -2017/06/29 08:00:00 -2017/06/29 09:00:00 -2017/06/29 10:00:00 -2017/06/29 11:00:00 -2017/06/29 12:00:00 -2017/06/29 13:00:00 -2017/06/29 14:00:00 -2017/06/29 15:00:00 -2017/06/29 16:00:00 -2017/06/29 17:00:00 -2017/06/29 18:00:00 -2017/06/29 19:00:00 -2017/06/29 20:00:00 -2017/06/29 21:00:00 -2017/06/29 22:00:00 -2017/06/29 23:00:00 -2017/06/30 00:00:00 -2017/06/30 01:00:00 -2017/06/30 02:00:00 -2017/06/30 03:00:00 -2017/06/30 04:00:00 -2017/06/30 05:00:00 -2017/06/30 06:00:00 -2017/06/30 07:00:00 -2017/06/30 08:00:00 -2017/06/30 09:00:00 -2017/06/30 10:00:00 -2017/06/30 11:00:00 -2017/06/30 12:00:00 -2017/06/30 13:00:00 -2017/06/30 14:00:00 -2017/06/30 15:00:00 -2017/06/30 16:00:00 -2017/06/30 17:00:00 -2017/06/30 18:00:00 -2017/06/30 19:00:00 -2017/06/30 20:00:00 -2017/06/30 21:00:00 -2017/06/30 22:00:00 -2017/06/30 23:00:00 -2017/07/01 00:00:00 -2017/07/01 01:00:00 -2017/07/01 02:00:00 -2017/07/01 03:00:00 -2017/07/01 04:00:00 -2017/07/01 05:00:00 -2017/07/01 06:00:00 -2017/07/01 07:00:00 -2017/07/01 08:00:00 -2017/07/01 09:00:00 -2017/07/01 10:00:00 -2017/07/01 11:00:00 -2017/07/01 12:00:00 -2017/07/01 13:00:00 -2017/07/01 14:00:00 -2017/07/01 15:00:00 -2017/07/01 16:00:00 -2017/07/01 17:00:00 -2017/07/01 18:00:00 -2017/07/01 19:00:00 -2017/07/01 20:00:00 -2017/07/01 21:00:00 -2017/07/01 22:00:00 -2017/07/01 23:00:00 -2017/07/02 00:00:00 -2017/07/02 01:00:00 -2017/07/02 02:00:00 -2017/07/02 03:00:00 -2017/07/02 04:00:00 -2017/07/02 05:00:00 -2017/07/02 06:00:00 -2017/07/02 07:00:00 -2017/07/02 08:00:00 -2017/07/02 09:00:00 -2017/07/02 10:00:00 -2017/07/02 11:00:00 -2017/07/02 12:00:00 -2017/07/02 13:00:00 -2017/07/02 14:00:00 -2017/07/02 15:00:00 -2017/07/02 16:00:00 -2017/07/02 17:00:00 -2017/07/02 18:00:00 -2017/07/02 19:00:00 -2017/07/02 20:00:00 -2017/07/02 21:00:00 -2017/07/02 22:00:00 -2017/07/02 23:00:00 -2017/07/03 00:00:00 -2017/07/03 01:00:00 -2017/07/03 02:00:00 -2017/07/03 03:00:00 -2017/07/03 04:00:00 -2017/07/03 05:00:00 -2017/07/03 06:00:00 -2017/07/03 07:00:00 -2017/07/03 08:00:00 -2017/07/03 09:00:00 -2017/07/03 10:00:00 -2017/07/03 11:00:00 -2017/07/03 12:00:00 -2017/07/03 13:00:00 -2017/07/03 14:00:00 -2017/07/03 15:00:00 -2017/07/03 16:00:00 -2017/07/03 17:00:00 -2017/07/03 18:00:00 -2017/07/03 19:00:00 -2017/07/03 20:00:00 -2017/07/03 21:00:00 -2017/07/03 22:00:00 -2017/07/03 23:00:00 -2017/07/04 00:00:00 -2017/07/04 01:00:00 -2017/07/04 02:00:00 -2017/07/04 03:00:00 -2017/07/04 04:00:00 -2017/07/04 05:00:00 -2017/07/04 06:00:00 -2017/07/04 07:00:00 -2017/07/04 08:00:00 -2017/07/04 09:00:00 -2017/07/04 10:00:00 -2017/07/04 11:00:00 -2017/07/04 12:00:00 -2017/07/04 13:00:00 -2017/07/04 14:00:00 -2017/07/04 15:00:00 -2017/07/04 16:00:00 -2017/07/04 17:00:00 -2017/07/04 18:00:00 -2017/07/04 19:00:00 -2017/07/04 20:00:00 -2017/07/04 21:00:00 -2017/07/04 22:00:00 -2017/07/04 23:00:00 -2017/07/05 00:00:00 -2017/07/05 01:00:00 -2017/07/05 02:00:00 -2017/07/05 03:00:00 -2017/07/05 04:00:00 -2017/07/05 05:00:00 -2017/07/05 06:00:00 -2017/07/05 07:00:00 -2017/07/05 08:00:00 -2017/07/05 09:00:00 -2017/07/05 10:00:00 -2017/07/05 11:00:00 -2017/07/05 12:00:00 -2017/07/05 13:00:00 -2017/07/05 14:00:00 -2017/07/05 15:00:00 -2017/07/05 16:00:00 -2017/07/05 17:00:00 -2017/07/05 18:00:00 -2017/07/05 19:00:00 -2017/07/05 20:00:00 -2017/07/05 21:00:00 -2017/07/05 22:00:00 -2017/07/05 23:00:00 -2017/07/06 00:00:00 -2017/07/06 01:00:00 -2017/07/06 02:00:00 -2017/07/06 03:00:00 -2017/07/06 04:00:00 -2017/07/06 05:00:00 -2017/07/06 06:00:00 -2017/07/06 07:00:00 -2017/07/06 08:00:00 -2017/07/06 09:00:00 -2017/07/06 10:00:00 -2017/07/06 11:00:00 -2017/07/06 12:00:00 -2017/07/06 13:00:00 -2017/07/06 14:00:00 -2017/07/06 15:00:00 -2017/07/06 16:00:00 -2017/07/06 17:00:00 -2017/07/06 18:00:00 -2017/07/06 19:00:00 -2017/07/06 20:00:00 -2017/07/06 21:00:00 -2017/07/06 22:00:00 -2017/07/06 23:00:00 -2017/07/07 00:00:00 -2017/07/07 01:00:00 -2017/07/07 02:00:00 -2017/07/07 03:00:00 -2017/07/07 04:00:00 -2017/07/07 05:00:00 -2017/07/07 06:00:00 -2017/07/07 07:00:00 -2017/07/07 08:00:00 -2017/07/07 09:00:00 -2017/07/07 10:00:00 -2017/07/07 11:00:00 -2017/07/07 12:00:00 -2017/07/07 13:00:00 -2017/07/07 14:00:00 -2017/07/07 15:00:00 -2017/07/07 16:00:00 -2017/07/07 17:00:00 -2017/07/07 18:00:00 -2017/07/07 19:00:00 -2017/07/07 20:00:00 -2017/07/07 21:00:00 -2017/07/07 22:00:00 -2017/07/07 23:00:00 -2017/07/08 00:00:00 -2017/07/08 01:00:00 -2017/07/08 02:00:00 -2017/07/08 03:00:00 -2017/07/08 04:00:00 -2017/07/08 05:00:00 -2017/07/08 06:00:00 -2017/07/08 07:00:00 -2017/07/08 08:00:00 -2017/07/08 09:00:00 -2017/07/08 10:00:00 -2017/07/08 11:00:00 -2017/07/08 12:00:00 -2017/07/08 13:00:00 -2017/07/08 14:00:00 -2017/07/08 15:00:00 -2017/07/08 16:00:00 -2017/07/08 17:00:00 -2017/07/08 18:00:00 -2017/07/08 19:00:00 -2017/07/08 20:00:00 -2017/07/08 21:00:00 -2017/07/08 22:00:00 -2017/07/08 23:00:00 -2017/07/09 00:00:00 -2017/07/09 01:00:00 -2017/07/09 02:00:00 -2017/07/09 03:00:00 -2017/07/09 04:00:00 -2017/07/09 05:00:00 -2017/07/09 06:00:00 -2017/07/09 07:00:00 -2017/07/09 08:00:00 -2017/07/09 09:00:00 -2017/07/09 10:00:00 -2017/07/09 11:00:00 -2017/07/09 12:00:00 -2017/07/09 13:00:00 -2017/07/09 14:00:00 -2017/07/09 15:00:00 -2017/07/09 16:00:00 -2017/07/09 17:00:00 -2017/07/09 18:00:00 -2017/07/09 19:00:00 -2017/07/09 20:00:00 -2017/07/09 21:00:00 -2017/07/09 22:00:00 -2017/07/09 23:00:00 -2017/07/10 00:00:00 -2017/07/10 01:00:00 -2017/07/10 02:00:00 -2017/07/10 03:00:00 -2017/07/10 04:00:00 -2017/07/10 05:00:00 -2017/07/10 06:00:00 -2017/07/10 07:00:00 -2017/07/10 08:00:00 -2017/07/10 09:00:00 -2017/07/10 10:00:00 -2017/07/10 11:00:00 -2017/07/10 12:00:00 -2017/07/10 13:00:00 -2017/07/10 14:00:00 -2017/07/10 15:00:00 -2017/07/10 16:00:00 -2017/07/10 17:00:00 -2017/07/10 18:00:00 -2017/07/10 19:00:00 -2017/07/10 20:00:00 -2017/07/10 21:00:00 -2017/07/10 22:00:00 -2017/07/10 23:00:00 -2017/07/11 00:00:00 -2017/07/11 01:00:00 -2017/07/11 02:00:00 -2017/07/11 03:00:00 -2017/07/11 04:00:00 -2017/07/11 05:00:00 -2017/07/11 06:00:00 -2017/07/11 07:00:00 -2017/07/11 08:00:00 -2017/07/11 09:00:00 -2017/07/11 10:00:00 -2017/07/11 11:00:00 -2017/07/11 12:00:00 -2017/07/11 13:00:00 -2017/07/11 14:00:00 -2017/07/11 15:00:00 -2017/07/11 16:00:00 -2017/07/11 17:00:00 -2017/07/11 18:00:00 -2017/07/11 19:00:00 -2017/07/11 20:00:00 -2017/07/11 21:00:00 -2017/07/11 22:00:00 -2017/07/11 23:00:00 -2017/07/12 00:00:00 -2017/07/12 01:00:00 -2017/07/12 02:00:00 -2017/07/12 03:00:00 -2017/07/12 04:00:00 -2017/07/12 05:00:00 -2017/07/12 06:00:00 -2017/07/12 07:00:00 -2017/07/12 08:00:00 -2017/07/12 09:00:00 -2017/07/12 10:00:00 -2017/07/12 11:00:00 -2017/07/12 12:00:00 -2017/07/12 13:00:00 -2017/07/12 14:00:00 -2017/07/12 15:00:00 -2017/07/12 16:00:00 -2017/07/12 17:00:00 -2017/07/12 18:00:00 -2017/07/12 19:00:00 -2017/07/12 20:00:00 -2017/07/12 21:00:00 -2017/07/12 22:00:00 -2017/07/12 23:00:00 -2017/07/13 00:00:00 -2017/07/13 01:00:00 -2017/07/13 02:00:00 -2017/07/13 03:00:00 -2017/07/13 04:00:00 -2017/07/13 05:00:00 -2017/07/13 06:00:00 -2017/07/13 07:00:00 -2017/07/13 08:00:00 -2017/07/13 09:00:00 -2017/07/13 10:00:00 -2017/07/13 11:00:00 -2017/07/13 12:00:00 -2017/07/13 13:00:00 -2017/07/13 14:00:00 -2017/07/13 15:00:00 -2017/07/13 16:00:00 -2017/07/13 17:00:00 -2017/07/13 18:00:00 -2017/07/13 19:00:00 -2017/07/13 20:00:00 -2017/07/13 21:00:00 -2017/07/13 22:00:00 -2017/07/13 23:00:00 -2017/07/14 00:00:00 -2017/07/14 01:00:00 -2017/07/14 02:00:00 -2017/07/14 03:00:00 -2017/07/14 04:00:00 -2017/07/14 05:00:00 -2017/07/14 06:00:00 -2017/07/14 07:00:00 -2017/07/14 08:00:00 -2017/07/14 09:00:00 -2017/07/14 10:00:00 -2017/07/14 11:00:00 -2017/07/14 12:00:00 -2017/07/14 13:00:00 -2017/07/14 14:00:00 -2017/07/14 15:00:00 -2017/07/14 16:00:00 -2017/07/14 17:00:00 -2017/07/14 18:00:00 -2017/07/14 19:00:00 -2017/07/14 20:00:00 -2017/07/14 21:00:00 -2017/07/14 22:00:00 -2017/07/14 23:00:00 -2017/07/15 00:00:00 -2017/07/15 01:00:00 -2017/07/15 02:00:00 -2017/07/15 03:00:00 -2017/07/15 04:00:00 -2017/07/15 05:00:00 -2017/07/15 06:00:00 -2017/07/15 07:00:00 -2017/07/15 08:00:00 -2017/07/15 09:00:00 -2017/07/15 10:00:00 -2017/07/15 11:00:00 -2017/07/15 12:00:00 -2017/07/15 13:00:00 -2017/07/15 14:00:00 -2017/07/15 15:00:00 -2017/07/15 16:00:00 -2017/07/15 17:00:00 -2017/07/15 18:00:00 -2017/07/15 19:00:00 -2017/07/15 20:00:00 -2017/07/15 21:00:00 -2017/07/15 22:00:00 -2017/07/15 23:00:00 -2017/07/16 00:00:00 -2017/07/16 01:00:00 -2017/07/16 02:00:00 -2017/07/16 03:00:00 -2017/07/16 04:00:00 -2017/07/16 05:00:00 -2017/07/16 06:00:00 -2017/07/16 07:00:00 -2017/07/16 08:00:00 -2017/07/16 09:00:00 -2017/07/16 10:00:00 -2017/07/16 11:00:00 -2017/07/16 12:00:00 -2017/07/16 13:00:00 -2017/07/16 14:00:00 -2017/07/16 15:00:00 -2017/07/16 16:00:00 -2017/07/16 17:00:00 -2017/07/16 18:00:00 -2017/07/16 19:00:00 -2017/07/16 20:00:00 -2017/07/16 21:00:00 -2017/07/16 22:00:00 -2017/07/16 23:00:00 -2017/07/17 00:00:00 -2017/07/17 01:00:00 -2017/07/17 02:00:00 -2017/07/17 03:00:00 -2017/07/17 04:00:00 -2017/07/17 05:00:00 -2017/07/17 06:00:00 -2017/07/17 07:00:00 -2017/07/17 08:00:00 -2017/07/17 09:00:00 -2017/07/17 10:00:00 -2017/07/17 11:00:00 -2017/07/17 12:00:00 -2017/07/17 13:00:00 -2017/07/17 14:00:00 -2017/07/17 15:00:00 -2017/07/17 16:00:00 -2017/07/17 17:00:00 -2017/07/17 18:00:00 -2017/07/17 19:00:00 -2017/07/17 20:00:00 -2017/07/17 21:00:00 -2017/07/17 22:00:00 -2017/07/17 23:00:00 -2017/07/18 00:00:00 -2017/07/18 01:00:00 -2017/07/18 02:00:00 -2017/07/18 03:00:00 -2017/07/18 04:00:00 -2017/07/18 05:00:00 -2017/07/18 06:00:00 -2017/07/18 07:00:00 -2017/07/18 08:00:00 -2017/07/18 09:00:00 -2017/07/18 10:00:00 -2017/07/18 11:00:00 -2017/07/18 12:00:00 -2017/07/18 13:00:00 -2017/07/18 14:00:00 -2017/07/18 15:00:00 -2017/07/18 16:00:00 -2017/07/18 17:00:00 -2017/07/18 18:00:00 -2017/07/18 19:00:00 -2017/07/18 20:00:00 -2017/07/18 21:00:00 -2017/07/18 22:00:00 -2017/07/18 23:00:00 -2017/07/19 00:00:00 -2017/07/19 01:00:00 -2017/07/19 02:00:00 -2017/07/19 03:00:00 -2017/07/19 04:00:00 -2017/07/19 05:00:00 -2017/07/19 06:00:00 -2017/07/19 07:00:00 -2017/07/19 08:00:00 -2017/07/19 09:00:00 -2017/07/19 10:00:00 -2017/07/19 11:00:00 -2017/07/19 12:00:00 -2017/07/19 13:00:00 -2017/07/19 14:00:00 -2017/07/19 15:00:00 -2017/07/19 16:00:00 -2017/07/19 17:00:00 -2017/07/19 18:00:00 -2017/07/19 19:00:00 -2017/07/19 20:00:00 -2017/07/19 21:00:00 -2017/07/19 22:00:00 -2017/07/19 23:00:00 -2017/07/20 00:00:00 -2017/07/20 01:00:00 -2017/07/20 02:00:00 -2017/07/20 03:00:00 -2017/07/20 04:00:00 -2017/07/20 05:00:00 -2017/07/20 06:00:00 -2017/07/20 07:00:00 -2017/07/20 08:00:00 -2017/07/20 09:00:00 -2017/07/20 10:00:00 -2017/07/20 11:00:00 -2017/07/20 12:00:00 -2017/07/20 13:00:00 -2017/07/20 14:00:00 -2017/07/20 15:00:00 -2017/07/20 16:00:00 -2017/07/20 17:00:00 -2017/07/20 18:00:00 -2017/07/20 19:00:00 -2017/07/20 20:00:00 -2017/07/20 21:00:00 -2017/07/20 22:00:00 -2017/07/20 23:00:00 -2017/07/21 00:00:00 -2017/07/21 01:00:00 -2017/07/21 02:00:00 -2017/07/21 03:00:00 -2017/07/21 04:00:00 -2017/07/21 05:00:00 -2017/07/21 06:00:00 -2017/07/21 07:00:00 -2017/07/21 08:00:00 -2017/07/21 09:00:00 -2017/07/21 10:00:00 -2017/07/21 11:00:00 -2017/07/21 12:00:00 -2017/07/21 13:00:00 -2017/07/21 14:00:00 -2017/07/21 15:00:00 -2017/07/21 16:00:00 -2017/07/21 17:00:00 -2017/07/21 18:00:00 -2017/07/21 19:00:00 -2017/07/21 20:00:00 -2017/07/21 21:00:00 -2017/07/21 22:00:00 -2017/07/21 23:00:00 -2017/07/22 00:00:00 -2017/07/22 01:00:00 -2017/07/22 02:00:00 -2017/07/22 03:00:00 -2017/07/22 04:00:00 -2017/07/22 05:00:00 -2017/07/22 06:00:00 -2017/07/22 07:00:00 -2017/07/22 08:00:00 -2017/07/22 09:00:00 -2017/07/22 10:00:00 -2017/07/22 11:00:00 -2017/07/22 12:00:00 -2017/07/22 13:00:00 -2017/07/22 14:00:00 -2017/07/22 15:00:00 -2017/07/22 16:00:00 -2017/07/22 17:00:00 -2017/07/22 18:00:00 -2017/07/22 19:00:00 -2017/07/22 20:00:00 -2017/07/22 21:00:00 -2017/07/22 22:00:00 -2017/07/22 23:00:00 -2017/07/23 00:00:00 -2017/07/23 01:00:00 -2017/07/23 02:00:00 -2017/07/23 03:00:00 -2017/07/23 04:00:00 -2017/07/23 05:00:00 -2017/07/23 06:00:00 -2017/07/23 07:00:00 -2017/07/23 08:00:00 -2017/07/23 09:00:00 -2017/07/23 10:00:00 -2017/07/23 11:00:00 -2017/07/23 12:00:00 -2017/07/23 13:00:00 -2017/07/23 14:00:00 -2017/07/23 15:00:00 -2017/07/23 16:00:00 -2017/07/23 17:00:00 -2017/07/23 18:00:00 -2017/07/23 19:00:00 -2017/07/23 20:00:00 -2017/07/23 21:00:00 -2017/07/23 22:00:00 -2017/07/23 23:00:00 -2017/07/24 00:00:00 -2017/07/24 01:00:00 -2017/07/24 02:00:00 -2017/07/24 03:00:00 -2017/07/24 04:00:00 -2017/07/24 05:00:00 -2017/07/24 06:00:00 -2017/07/24 07:00:00 -2017/07/24 08:00:00 -2017/07/24 09:00:00 -2017/07/24 10:00:00 -2017/07/24 11:00:00 -2017/07/24 12:00:00 -2017/07/24 13:00:00 -2017/07/24 14:00:00 -2017/07/24 15:00:00 -2017/07/24 16:00:00 -2017/07/24 17:00:00 -2017/07/24 18:00:00 -2017/07/24 19:00:00 -2017/07/24 20:00:00 -2017/07/24 21:00:00 -2017/07/24 22:00:00 -2017/07/24 23:00:00 -2017/07/25 00:00:00 -2017/07/25 01:00:00 -2017/07/25 02:00:00 -2017/07/25 03:00:00 -2017/07/25 04:00:00 -2017/07/25 05:00:00 -2017/07/25 06:00:00 -2017/07/25 07:00:00 -2017/07/25 08:00:00 -2017/07/25 09:00:00 -2017/07/25 10:00:00 -2017/07/25 11:00:00 -2017/07/25 12:00:00 -2017/07/25 13:00:00 -2017/07/25 14:00:00 -2017/07/25 15:00:00 -2017/07/25 16:00:00 -2017/07/25 17:00:00 -2017/07/25 18:00:00 -2017/07/25 19:00:00 -2017/07/25 20:00:00 -2017/07/25 21:00:00 -2017/07/25 22:00:00 -2017/07/25 23:00:00 -2017/07/26 00:00:00 -2017/07/26 01:00:00 -2017/07/26 02:00:00 -2017/07/26 03:00:00 -2017/07/26 04:00:00 -2017/07/26 05:00:00 -2017/07/26 06:00:00 -2017/07/26 07:00:00 -2017/07/26 08:00:00 -2017/07/26 09:00:00 -2017/07/26 10:00:00 -2017/07/26 11:00:00 -2017/07/26 12:00:00 -2017/07/26 13:00:00 -2017/07/26 14:00:00 -2017/07/26 15:00:00 -2017/07/26 16:00:00 -2017/07/26 17:00:00 -2017/07/26 18:00:00 -2017/07/26 19:00:00 -2017/07/26 20:00:00 -2017/07/26 21:00:00 -2017/07/26 22:00:00 -2017/07/26 23:00:00 -2017/07/27 00:00:00 -2017/07/27 01:00:00 -2017/07/27 02:00:00 -2017/07/27 03:00:00 -2017/07/27 04:00:00 -2017/07/27 05:00:00 -2017/07/27 06:00:00 -2017/07/27 07:00:00 -2017/07/27 08:00:00 -2017/07/27 09:00:00 -2017/07/27 10:00:00 -2017/07/27 11:00:00 -2017/07/27 12:00:00 -2017/07/27 13:00:00 -2017/07/27 14:00:00 -2017/07/27 15:00:00 -2017/07/27 16:00:00 -2017/07/27 17:00:00 -2017/07/27 18:00:00 -2017/07/27 19:00:00 -2017/07/27 20:00:00 -2017/07/27 21:00:00 -2017/07/27 22:00:00 -2017/07/27 23:00:00 -2017/07/28 00:00:00 -2017/07/28 01:00:00 -2017/07/28 02:00:00 -2017/07/28 03:00:00 -2017/07/28 04:00:00 -2017/07/28 05:00:00 -2017/07/28 06:00:00 -2017/07/28 07:00:00 -2017/07/28 08:00:00 -2017/07/28 09:00:00 -2017/07/28 10:00:00 -2017/07/28 11:00:00 -2017/07/28 12:00:00 -2017/07/28 13:00:00 -2017/07/28 14:00:00 -2017/07/28 15:00:00 -2017/07/28 16:00:00 -2017/07/28 17:00:00 -2017/07/28 18:00:00 -2017/07/28 19:00:00 -2017/07/28 20:00:00 -2017/07/28 21:00:00 -2017/07/28 22:00:00 -2017/07/28 23:00:00 -2017/07/29 00:00:00 -2017/07/29 01:00:00 -2017/07/29 02:00:00 -2017/07/29 03:00:00 -2017/07/29 04:00:00 -2017/07/29 05:00:00 -2017/07/29 06:00:00 -2017/07/29 07:00:00 -2017/07/29 08:00:00 -2017/07/29 09:00:00 -2017/07/29 10:00:00 -2017/07/29 11:00:00 -2017/07/29 12:00:00 -2017/07/29 13:00:00 -2017/07/29 14:00:00 -2017/07/29 15:00:00 -2017/07/29 16:00:00 -2017/07/29 17:00:00 -2017/07/29 18:00:00 -2017/07/29 19:00:00 -2017/07/29 20:00:00 -2017/07/29 21:00:00 -2017/07/29 22:00:00 -2017/07/29 23:00:00 -2017/07/30 00:00:00 -2017/07/30 01:00:00 -2017/07/30 02:00:00 -2017/07/30 03:00:00 -2017/07/30 04:00:00 -2017/07/30 05:00:00 -2017/07/30 06:00:00 -2017/07/30 07:00:00 -2017/07/30 08:00:00 -2017/07/30 09:00:00 -2017/07/30 10:00:00 -2017/07/30 11:00:00 -2017/07/30 12:00:00 -2017/07/30 13:00:00 -2017/07/30 14:00:00 -2017/07/30 15:00:00 -2017/07/30 16:00:00 -2017/07/30 17:00:00 -2017/07/30 18:00:00 -2017/07/30 19:00:00 -2017/07/30 20:00:00 -2017/07/30 21:00:00 -2017/07/30 22:00:00 -2017/07/30 23:00:00 -2017/07/31 00:00:00 -2017/07/31 01:00:00 -2017/07/31 02:00:00 -2017/07/31 03:00:00 -2017/07/31 04:00:00 -2017/07/31 05:00:00 -2017/07/31 06:00:00 -2017/07/31 07:00:00 -2017/07/31 08:00:00 -2017/07/31 09:00:00 -2017/07/31 10:00:00 -2017/07/31 11:00:00 -2017/07/31 12:00:00 -2017/07/31 13:00:00 -2017/07/31 14:00:00 -2017/07/31 15:00:00 -2017/07/31 16:00:00 -2017/07/31 17:00:00 -2017/07/31 18:00:00 -2017/07/31 19:00:00 -2017/07/31 20:00:00 -2017/07/31 21:00:00 -2017/07/31 22:00:00 -2017/07/31 23:00:00 -2017/08/01 00:00:00 -2017/08/01 01:00:00 -2017/08/01 02:00:00 -2017/08/01 03:00:00 -2017/08/01 04:00:00 -2017/08/01 05:00:00 -2017/08/01 06:00:00 -2017/08/01 07:00:00 -2017/08/01 08:00:00 -2017/08/01 09:00:00 -2017/08/01 10:00:00 -2017/08/01 11:00:00 -2017/08/01 12:00:00 -2017/08/01 13:00:00 -2017/08/01 14:00:00 -2017/08/01 15:00:00 -2017/08/01 16:00:00 -2017/08/01 17:00:00 -2017/08/01 18:00:00 -2017/08/01 19:00:00 -2017/08/01 20:00:00 -2017/08/01 21:00:00 -2017/08/01 22:00:00 -2017/08/01 23:00:00 -2017/08/02 00:00:00 -2017/08/02 01:00:00 -2017/08/02 02:00:00 -2017/08/02 03:00:00 -2017/08/02 04:00:00 -2017/08/02 05:00:00 -2017/08/02 06:00:00 -2017/08/02 07:00:00 -2017/08/02 08:00:00 -2017/08/02 09:00:00 -2017/08/02 10:00:00 -2017/08/02 11:00:00 -2017/08/02 12:00:00 -2017/08/02 13:00:00 -2017/08/02 14:00:00 -2017/08/02 15:00:00 -2017/08/02 16:00:00 -2017/08/02 17:00:00 -2017/08/02 18:00:00 -2017/08/02 19:00:00 -2017/08/02 20:00:00 -2017/08/02 21:00:00 -2017/08/02 22:00:00 -2017/08/02 23:00:00 -2017/08/03 00:00:00 -2017/08/03 01:00:00 -2017/08/03 02:00:00 -2017/08/03 03:00:00 -2017/08/03 04:00:00 -2017/08/03 05:00:00 -2017/08/03 06:00:00 -2017/08/03 07:00:00 -2017/08/03 08:00:00 -2017/08/03 09:00:00 -2017/08/03 10:00:00 -2017/08/03 11:00:00 -2017/08/03 12:00:00 -2017/08/03 13:00:00 -2017/08/03 14:00:00 -2017/08/03 15:00:00 -2017/08/03 16:00:00 -2017/08/03 17:00:00 -2017/08/03 18:00:00 -2017/08/03 19:00:00 -2017/08/03 20:00:00 -2017/08/03 21:00:00 -2017/08/03 22:00:00 -2017/08/03 23:00:00 -2017/08/04 00:00:00 -2017/08/04 01:00:00 -2017/08/04 02:00:00 -2017/08/04 03:00:00 -2017/08/04 04:00:00 -2017/08/04 05:00:00 -2017/08/04 06:00:00 -2017/08/04 07:00:00 -2017/08/04 08:00:00 -2017/08/04 09:00:00 -2017/08/04 10:00:00 -2017/08/04 11:00:00 -2017/08/04 12:00:00 -2017/08/04 13:00:00 -2017/08/04 14:00:00 -2017/08/04 15:00:00 -2017/08/04 16:00:00 -2017/08/04 17:00:00 -2017/08/04 18:00:00 -2017/08/04 19:00:00 -2017/08/04 20:00:00 -2017/08/04 21:00:00 -2017/08/04 22:00:00 -2017/08/04 23:00:00 -2017/08/05 00:00:00 -2017/08/05 01:00:00 -2017/08/05 02:00:00 -2017/08/05 03:00:00 -2017/08/05 04:00:00 -2017/08/05 05:00:00 -2017/08/05 06:00:00 -2017/08/05 07:00:00 -2017/08/05 08:00:00 -2017/08/05 09:00:00 -2017/08/05 10:00:00 -2017/08/05 11:00:00 -2017/08/05 12:00:00 -2017/08/05 13:00:00 -2017/08/05 14:00:00 -2017/08/05 15:00:00 -2017/08/05 16:00:00 -2017/08/05 17:00:00 -2017/08/05 18:00:00 -2017/08/05 19:00:00 -2017/08/05 20:00:00 -2017/08/05 21:00:00 -2017/08/05 22:00:00 -2017/08/05 23:00:00 -2017/08/06 00:00:00 -2017/08/06 01:00:00 -2017/08/06 02:00:00 -2017/08/06 03:00:00 -2017/08/06 04:00:00 -2017/08/06 05:00:00 -2017/08/06 06:00:00 -2017/08/06 07:00:00 -2017/08/06 08:00:00 -2017/08/06 09:00:00 -2017/08/06 10:00:00 -2017/08/06 11:00:00 -2017/08/06 12:00:00 -2017/08/06 13:00:00 -2017/08/06 14:00:00 -2017/08/06 15:00:00 -2017/08/06 16:00:00 -2017/08/06 17:00:00 -2017/08/06 18:00:00 -2017/08/06 19:00:00 -2017/08/06 20:00:00 -2017/08/06 21:00:00 -2017/08/06 22:00:00 -2017/08/06 23:00:00 -2017/08/07 00:00:00 -2017/08/07 01:00:00 -2017/08/07 02:00:00 -2017/08/07 03:00:00 -2017/08/07 04:00:00 -2017/08/07 05:00:00 -2017/08/07 06:00:00 -2017/08/07 07:00:00 -2017/08/07 08:00:00 -2017/08/07 09:00:00 -2017/08/07 10:00:00 -2017/08/07 11:00:00 -2017/08/07 12:00:00 -2017/08/07 13:00:00 -2017/08/07 14:00:00 -2017/08/07 15:00:00 -2017/08/07 16:00:00 -2017/08/07 17:00:00 -2017/08/07 18:00:00 -2017/08/07 19:00:00 -2017/08/07 20:00:00 -2017/08/07 21:00:00 -2017/08/07 22:00:00 -2017/08/07 23:00:00 -2017/08/08 00:00:00 -2017/08/08 01:00:00 -2017/08/08 02:00:00 -2017/08/08 03:00:00 -2017/08/08 04:00:00 -2017/08/08 05:00:00 -2017/08/08 06:00:00 -2017/08/08 07:00:00 -2017/08/08 08:00:00 -2017/08/08 09:00:00 -2017/08/08 10:00:00 -2017/08/08 11:00:00 -2017/08/08 12:00:00 -2017/08/08 13:00:00 -2017/08/08 14:00:00 -2017/08/08 15:00:00 -2017/08/08 16:00:00 -2017/08/08 17:00:00 -2017/08/08 18:00:00 -2017/08/08 19:00:00 -2017/08/08 20:00:00 -2017/08/08 21:00:00 -2017/08/08 22:00:00 -2017/08/08 23:00:00 -2017/08/09 00:00:00 -2017/08/09 01:00:00 -2017/08/09 02:00:00 -2017/08/09 03:00:00 -2017/08/09 04:00:00 -2017/08/09 05:00:00 -2017/08/09 06:00:00 -2017/08/09 07:00:00 -2017/08/09 08:00:00 -2017/08/09 09:00:00 -2017/08/09 10:00:00 -2017/08/09 11:00:00 -2017/08/09 12:00:00 -2017/08/09 13:00:00 -2017/08/09 14:00:00 -2017/08/09 15:00:00 -2017/08/09 16:00:00 -2017/08/09 17:00:00 -2017/08/09 18:00:00 -2017/08/09 19:00:00 -2017/08/09 20:00:00 -2017/08/09 21:00:00 -2017/08/09 22:00:00 -2017/08/09 23:00:00 -2017/08/10 00:00:00 -2017/08/10 01:00:00 -2017/08/10 02:00:00 -2017/08/10 03:00:00 -2017/08/10 04:00:00 -2017/08/10 05:00:00 -2017/08/10 06:00:00 -2017/08/10 07:00:00 -2017/08/10 08:00:00 -2017/08/10 09:00:00 -2017/08/10 10:00:00 -2017/08/10 11:00:00 -2017/08/10 12:00:00 -2017/08/10 13:00:00 -2017/08/10 14:00:00 -2017/08/10 15:00:00 -2017/08/10 16:00:00 -2017/08/10 17:00:00 -2017/08/10 18:00:00 -2017/08/10 19:00:00 -2017/08/10 20:00:00 -2017/08/10 21:00:00 -2017/08/10 22:00:00 -2017/08/10 23:00:00 -2017/08/11 00:00:00 -2017/08/11 01:00:00 -2017/08/11 02:00:00 -2017/08/11 03:00:00 -2017/08/11 04:00:00 -2017/08/11 05:00:00 -2017/08/11 06:00:00 -2017/08/11 07:00:00 -2017/08/11 08:00:00 -2017/08/11 09:00:00 -2017/08/11 10:00:00 -2017/08/11 11:00:00 -2017/08/11 12:00:00 -2017/08/11 13:00:00 -2017/08/11 14:00:00 -2017/08/11 15:00:00 -2017/08/11 16:00:00 -2017/08/11 17:00:00 -2017/08/11 18:00:00 -2017/08/11 19:00:00 -2017/08/11 20:00:00 -2017/08/11 21:00:00 -2017/08/11 22:00:00 -2017/08/11 23:00:00 -2017/08/12 00:00:00 -2017/08/12 01:00:00 -2017/08/12 02:00:00 -2017/08/12 03:00:00 -2017/08/12 04:00:00 -2017/08/12 05:00:00 -2017/08/12 06:00:00 -2017/08/12 07:00:00 -2017/08/12 08:00:00 -2017/08/12 09:00:00 -2017/08/12 10:00:00 -2017/08/12 11:00:00 -2017/08/12 12:00:00 -2017/08/12 13:00:00 -2017/08/12 14:00:00 -2017/08/12 15:00:00 -2017/08/12 16:00:00 -2017/08/12 17:00:00 -2017/08/12 18:00:00 -2017/08/12 19:00:00 -2017/08/12 20:00:00 -2017/08/12 21:00:00 -2017/08/12 22:00:00 -2017/08/12 23:00:00 -2017/08/13 00:00:00 -2017/08/13 01:00:00 -2017/08/13 02:00:00 -2017/08/13 03:00:00 -2017/08/13 04:00:00 -2017/08/13 05:00:00 -2017/08/13 06:00:00 -2017/08/13 07:00:00 -2017/08/13 08:00:00 -2017/08/13 09:00:00 -2017/08/13 10:00:00 -2017/08/13 11:00:00 -2017/08/13 12:00:00 -2017/08/13 13:00:00 -2017/08/13 14:00:00 -2017/08/13 15:00:00 -2017/08/13 16:00:00 -2017/08/13 17:00:00 -2017/08/13 18:00:00 -2017/08/13 19:00:00 -2017/08/13 20:00:00 -2017/08/13 21:00:00 -2017/08/13 22:00:00 -2017/08/13 23:00:00 -2017/08/14 00:00:00 -2017/08/14 01:00:00 -2017/08/14 02:00:00 -2017/08/14 03:00:00 -2017/08/14 04:00:00 -2017/08/14 05:00:00 -2017/08/14 06:00:00 -2017/08/14 07:00:00 -2017/08/14 08:00:00 -2017/08/14 09:00:00 -2017/08/14 10:00:00 -2017/08/14 11:00:00 -2017/08/14 12:00:00 -2017/08/14 13:00:00 -2017/08/14 14:00:00 -2017/08/14 15:00:00 -2017/08/14 16:00:00 -2017/08/14 17:00:00 -2017/08/14 18:00:00 -2017/08/14 19:00:00 -2017/08/14 20:00:00 -2017/08/14 21:00:00 -2017/08/14 22:00:00 -2017/08/14 23:00:00 -2017/08/15 00:00:00 -2017/08/15 01:00:00 -2017/08/15 02:00:00 -2017/08/15 03:00:00 -2017/08/15 04:00:00 -2017/08/15 05:00:00 -2017/08/15 06:00:00 -2017/08/15 07:00:00 -2017/08/15 08:00:00 -2017/08/15 09:00:00 -2017/08/15 10:00:00 -2017/08/15 11:00:00 -2017/08/15 12:00:00 -2017/08/15 13:00:00 -2017/08/15 14:00:00 -2017/08/15 15:00:00 -2017/08/15 16:00:00 -2017/08/15 17:00:00 -2017/08/15 18:00:00 -2017/08/15 19:00:00 -2017/08/15 20:00:00 -2017/08/15 21:00:00 -2017/08/15 22:00:00 -2017/08/15 23:00:00 -2017/08/16 00:00:00 -2017/08/16 01:00:00 -2017/08/16 02:00:00 -2017/08/16 03:00:00 -2017/08/16 04:00:00 -2017/08/16 05:00:00 -2017/08/16 06:00:00 -2017/08/16 07:00:00 -2017/08/16 08:00:00 -2017/08/16 09:00:00 -2017/08/16 10:00:00 -2017/08/16 11:00:00 -2017/08/16 12:00:00 -2017/08/16 13:00:00 -2017/08/16 14:00:00 -2017/08/16 15:00:00 -2017/08/16 16:00:00 -2017/08/16 17:00:00 -2017/08/16 18:00:00 -2017/08/16 19:00:00 -2017/08/16 20:00:00 -2017/08/16 21:00:00 -2017/08/16 22:00:00 -2017/08/16 23:00:00 -2017/08/17 00:00:00 -2017/08/17 01:00:00 -2017/08/17 02:00:00 -2017/08/17 03:00:00 -2017/08/17 04:00:00 -2017/08/17 05:00:00 -2017/08/17 06:00:00 -2017/08/17 07:00:00 -2017/08/17 08:00:00 -2017/08/17 09:00:00 -2017/08/17 10:00:00 -2017/08/17 11:00:00 -2017/08/17 12:00:00 -2017/08/17 13:00:00 -2017/08/17 14:00:00 -2017/08/17 15:00:00 -2017/08/17 16:00:00 -2017/08/17 17:00:00 -2017/08/17 18:00:00 -2017/08/17 19:00:00 -2017/08/17 20:00:00 -2017/08/17 21:00:00 -2017/08/17 22:00:00 -2017/08/17 23:00:00 -2017/08/18 00:00:00 -2017/08/18 01:00:00 -2017/08/18 02:00:00 -2017/08/18 03:00:00 -2017/08/18 04:00:00 -2017/08/18 05:00:00 -2017/08/18 06:00:00 -2017/08/18 07:00:00 -2017/08/18 08:00:00 -2017/08/18 09:00:00 -2017/08/18 10:00:00 -2017/08/18 11:00:00 -2017/08/18 12:00:00 -2017/08/18 13:00:00 -2017/08/18 14:00:00 -2017/08/18 15:00:00 -2017/08/18 16:00:00 -2017/08/18 17:00:00 -2017/08/18 18:00:00 -2017/08/18 19:00:00 -2017/08/18 20:00:00 -2017/08/18 21:00:00 -2017/08/18 22:00:00 -2017/08/18 23:00:00 -2017/08/19 00:00:00 -2017/08/19 01:00:00 -2017/08/19 02:00:00 -2017/08/19 03:00:00 -2017/08/19 04:00:00 -2017/08/19 05:00:00 -2017/08/19 06:00:00 -2017/08/19 07:00:00 -2017/08/19 08:00:00 -2017/08/19 09:00:00 -2017/08/19 10:00:00 -2017/08/19 11:00:00 -2017/08/19 12:00:00 -2017/08/19 13:00:00 -2017/08/19 14:00:00 -2017/08/19 15:00:00 -2017/08/19 16:00:00 -2017/08/19 17:00:00 -2017/08/19 18:00:00 -2017/08/19 19:00:00 -2017/08/19 20:00:00 -2017/08/19 21:00:00 -2017/08/19 22:00:00 -2017/08/19 23:00:00 -2017/08/20 00:00:00 -2017/08/20 01:00:00 -2017/08/20 02:00:00 -2017/08/20 03:00:00 -2017/08/20 04:00:00 -2017/08/20 05:00:00 -2017/08/20 06:00:00 -2017/08/20 07:00:00 -2017/08/20 08:00:00 -2017/08/20 09:00:00 -2017/08/20 10:00:00 -2017/08/20 11:00:00 -2017/08/20 12:00:00 -2017/08/20 13:00:00 -2017/08/20 14:00:00 -2017/08/20 15:00:00 -2017/08/20 16:00:00 -2017/08/20 17:00:00 -2017/08/20 18:00:00 -2017/08/20 19:00:00 -2017/08/20 20:00:00 -2017/08/20 21:00:00 -2017/08/20 22:00:00 -2017/08/20 23:00:00 -2017/08/21 00:00:00 -2017/08/21 01:00:00 -2017/08/21 02:00:00 -2017/08/21 03:00:00 -2017/08/21 04:00:00 -2017/08/21 05:00:00 -2017/08/21 06:00:00 -2017/08/21 07:00:00 -2017/08/21 08:00:00 -2017/08/21 09:00:00 -2017/08/21 10:00:00 -2017/08/21 11:00:00 -2017/08/21 12:00:00 -2017/08/21 13:00:00 -2017/08/21 14:00:00 -2017/08/21 15:00:00 -2017/08/21 16:00:00 -2017/08/21 17:00:00 -2017/08/21 18:00:00 -2017/08/21 19:00:00 -2017/08/21 20:00:00 -2017/08/21 21:00:00 -2017/08/21 22:00:00 -2017/08/21 23:00:00 -2017/08/22 00:00:00 -2017/08/22 01:00:00 -2017/08/22 02:00:00 -2017/08/22 03:00:00 -2017/08/22 04:00:00 -2017/08/22 05:00:00 -2017/08/22 06:00:00 -2017/08/22 07:00:00 -2017/08/22 08:00:00 -2017/08/22 09:00:00 -2017/08/22 10:00:00 -2017/08/22 11:00:00 -2017/08/22 12:00:00 -2017/08/22 13:00:00 -2017/08/22 14:00:00 -2017/08/22 15:00:00 -2017/08/22 16:00:00 -2017/08/22 17:00:00 -2017/08/22 18:00:00 -2017/08/22 19:00:00 -2017/08/22 20:00:00 -2017/08/22 21:00:00 -2017/08/22 22:00:00 -2017/08/22 23:00:00 -2017/08/23 00:00:00 -2017/08/23 01:00:00 -2017/08/23 02:00:00 -2017/08/23 03:00:00 -2017/08/23 04:00:00 -2017/08/23 05:00:00 -2017/08/23 06:00:00 -2017/08/23 07:00:00 -2017/08/23 08:00:00 -2017/08/23 09:00:00 -2017/08/23 10:00:00 -2017/08/23 11:00:00 -2017/08/23 12:00:00 -2017/08/23 13:00:00 -2017/08/23 14:00:00 -2017/08/23 15:00:00 -2017/08/23 16:00:00 -2017/08/23 17:00:00 -2017/08/23 18:00:00 -2017/08/23 19:00:00 -2017/08/23 20:00:00 -2017/08/23 21:00:00 -2017/08/23 22:00:00 -2017/08/23 23:00:00 -2017/08/24 00:00:00 -2017/08/24 01:00:00 -2017/08/24 02:00:00 -2017/08/24 03:00:00 -2017/08/24 04:00:00 -2017/08/24 05:00:00 -2017/08/24 06:00:00 -2017/08/24 07:00:00 -2017/08/24 08:00:00 -2017/08/24 09:00:00 -2017/08/24 10:00:00 -2017/08/24 11:00:00 -2017/08/24 12:00:00 -2017/08/24 13:00:00 -2017/08/24 14:00:00 -2017/08/24 15:00:00 -2017/08/24 16:00:00 -2017/08/24 17:00:00 -2017/08/24 18:00:00 -2017/08/24 19:00:00 -2017/08/24 20:00:00 -2017/08/24 21:00:00 -2017/08/24 22:00:00 -2017/08/24 23:00:00 -2017/08/25 00:00:00 -2017/08/25 01:00:00 -2017/08/25 02:00:00 -2017/08/25 03:00:00 -2017/08/25 04:00:00 -2017/08/25 05:00:00 -2017/08/25 06:00:00 -2017/08/25 07:00:00 -2017/08/25 08:00:00 -2017/08/25 09:00:00 -2017/08/25 10:00:00 -2017/08/25 11:00:00 -2017/08/25 12:00:00 -2017/08/25 13:00:00 -2017/08/25 14:00:00 -2017/08/25 15:00:00 -2017/08/25 16:00:00 -2017/08/25 17:00:00 -2017/08/25 18:00:00 -2017/08/25 19:00:00 -2017/08/25 20:00:00 -2017/08/25 21:00:00 -2017/08/25 22:00:00 -2017/08/25 23:00:00 -2017/08/26 00:00:00 -2017/08/26 01:00:00 -2017/08/26 02:00:00 -2017/08/26 03:00:00 -2017/08/26 04:00:00 -2017/08/26 05:00:00 -2017/08/26 06:00:00 -2017/08/26 07:00:00 -2017/08/26 08:00:00 -2017/08/26 09:00:00 -2017/08/26 10:00:00 -2017/08/26 11:00:00 -2017/08/26 12:00:00 -2017/08/26 13:00:00 -2017/08/26 14:00:00 -2017/08/26 15:00:00 -2017/08/26 16:00:00 -2017/08/26 17:00:00 -2017/08/26 18:00:00 -2017/08/26 19:00:00 -2017/08/26 20:00:00 -2017/08/26 21:00:00 -2017/08/26 22:00:00 -2017/08/26 23:00:00 -2017/08/27 00:00:00 -2017/08/27 01:00:00 -2017/08/27 02:00:00 -2017/08/27 03:00:00 -2017/08/27 04:00:00 -2017/08/27 05:00:00 -2017/08/27 06:00:00 -2017/08/27 07:00:00 -2017/08/27 08:00:00 -2017/08/27 09:00:00 -2017/08/27 10:00:00 -2017/08/27 11:00:00 -2017/08/27 12:00:00 -2017/08/27 13:00:00 -2017/08/27 14:00:00 -2017/08/27 15:00:00 -2017/08/27 16:00:00 -2017/08/27 17:00:00 -2017/08/27 18:00:00 -2017/08/27 19:00:00 -2017/08/27 20:00:00 -2017/08/27 21:00:00 -2017/08/27 22:00:00 -2017/08/27 23:00:00 -2017/08/28 00:00:00 -2017/08/28 01:00:00 -2017/08/28 02:00:00 -2017/08/28 03:00:00 -2017/08/28 04:00:00 -2017/08/28 05:00:00 -2017/08/28 06:00:00 -2017/08/28 07:00:00 -2017/08/28 08:00:00 -2017/08/28 09:00:00 -2017/08/28 10:00:00 -2017/08/28 11:00:00 -2017/08/28 12:00:00 -2017/08/28 13:00:00 -2017/08/28 14:00:00 -2017/08/28 15:00:00 -2017/08/28 16:00:00 -2017/08/28 17:00:00 -2017/08/28 18:00:00 -2017/08/28 19:00:00 -2017/08/28 20:00:00 -2017/08/28 21:00:00 -2017/08/28 22:00:00 -2017/08/28 23:00:00 -2017/08/29 00:00:00 -2017/08/29 01:00:00 -2017/08/29 02:00:00 -2017/08/29 03:00:00 -2017/08/29 04:00:00 -2017/08/29 05:00:00 -2017/08/29 06:00:00 -2017/08/29 07:00:00 -2017/08/29 08:00:00 -2017/08/29 09:00:00 -2017/08/29 10:00:00 -2017/08/29 11:00:00 -2017/08/29 12:00:00 -2017/08/29 13:00:00 -2017/08/29 14:00:00 -2017/08/29 15:00:00 -2017/08/29 16:00:00 -2017/08/29 17:00:00 -2017/08/29 18:00:00 -2017/08/29 19:00:00 -2017/08/29 20:00:00 -2017/08/29 21:00:00 -2017/08/29 22:00:00 -2017/08/29 23:00:00 -2017/08/30 00:00:00 -2017/08/30 01:00:00 -2017/08/30 02:00:00 -2017/08/30 03:00:00 -2017/08/30 04:00:00 -2017/08/30 05:00:00 -2017/08/30 06:00:00 -2017/08/30 07:00:00 -2017/08/30 08:00:00 -2017/08/30 09:00:00 -2017/08/30 10:00:00 -2017/08/30 11:00:00 -2017/08/30 12:00:00 -2017/08/30 13:00:00 -2017/08/30 14:00:00 -2017/08/30 15:00:00 -2017/08/30 16:00:00 -2017/08/30 17:00:00 -2017/08/30 18:00:00 -2017/08/30 19:00:00 -2017/08/30 20:00:00 -2017/08/30 21:00:00 -2017/08/30 22:00:00 -2017/08/30 23:00:00 -2017/08/31 00:00:00 -2017/08/31 01:00:00 -2017/08/31 02:00:00 -2017/08/31 03:00:00 -2017/08/31 04:00:00 -2017/08/31 05:00:00 -2017/08/31 06:00:00 -2017/08/31 07:00:00 -2017/08/31 08:00:00 -2017/08/31 09:00:00 -2017/08/31 10:00:00 -2017/08/31 11:00:00 -2017/08/31 12:00:00 -2017/08/31 13:00:00 -2017/08/31 14:00:00 -2017/08/31 15:00:00 -2017/08/31 16:00:00 -2017/08/31 17:00:00 -2017/08/31 18:00:00 -2017/08/31 19:00:00 -2017/08/31 20:00:00 -2017/08/31 21:00:00 -2017/08/31 22:00:00 -2017/08/31 23:00:00 -2017/09/01 00:00:00 -2017/09/01 01:00:00 -2017/09/01 02:00:00 -2017/09/01 03:00:00 -2017/09/01 04:00:00 -2017/09/01 05:00:00 -2017/09/01 06:00:00 -2017/09/01 07:00:00 -2017/09/01 08:00:00 -2017/09/01 09:00:00 -2017/09/01 10:00:00 -2017/09/01 11:00:00 -2017/09/01 12:00:00 -2017/09/01 13:00:00 -2017/09/01 14:00:00 -2017/09/01 15:00:00 -2017/09/01 16:00:00 -2017/09/01 17:00:00 -2017/09/01 18:00:00 -2017/09/01 19:00:00 -2017/09/01 20:00:00 -2017/09/01 21:00:00 -2017/09/01 22:00:00 -2017/09/01 23:00:00 -2017/09/02 00:00:00 -2017/09/02 01:00:00 -2017/09/02 02:00:00 -2017/09/02 03:00:00 -2017/09/02 04:00:00 -2017/09/02 05:00:00 -2017/09/02 06:00:00 -2017/09/02 07:00:00 -2017/09/02 08:00:00 -2017/09/02 09:00:00 -2017/09/02 10:00:00 -2017/09/02 11:00:00 -2017/09/02 12:00:00 -2017/09/02 13:00:00 -2017/09/02 14:00:00 -2017/09/02 15:00:00 -2017/09/02 16:00:00 -2017/09/02 17:00:00 -2017/09/02 18:00:00 -2017/09/02 19:00:00 -2017/09/02 20:00:00 -2017/09/02 21:00:00 -2017/09/02 22:00:00 -2017/09/02 23:00:00 -2017/09/03 00:00:00 -2017/09/03 01:00:00 -2017/09/03 02:00:00 -2017/09/03 03:00:00 -2017/09/03 04:00:00 -2017/09/03 05:00:00 -2017/09/03 06:00:00 -2017/09/03 07:00:00 -2017/09/03 08:00:00 -2017/09/03 09:00:00 -2017/09/03 10:00:00 -2017/09/03 11:00:00 -2017/09/03 12:00:00 -2017/09/03 13:00:00 -2017/09/03 14:00:00 -2017/09/03 15:00:00 -2017/09/03 16:00:00 -2017/09/03 17:00:00 -2017/09/03 18:00:00 -2017/09/03 19:00:00 -2017/09/03 20:00:00 -2017/09/03 21:00:00 -2017/09/03 22:00:00 -2017/09/03 23:00:00 -2017/09/04 00:00:00 -2017/09/04 01:00:00 -2017/09/04 02:00:00 -2017/09/04 03:00:00 -2017/09/04 04:00:00 -2017/09/04 05:00:00 -2017/09/04 06:00:00 -2017/09/04 07:00:00 -2017/09/04 08:00:00 -2017/09/04 09:00:00 -2017/09/04 10:00:00 -2017/09/04 11:00:00 -2017/09/04 12:00:00 -2017/09/04 13:00:00 -2017/09/04 14:00:00 -2017/09/04 15:00:00 -2017/09/04 16:00:00 -2017/09/04 17:00:00 -2017/09/04 18:00:00 -2017/09/04 19:00:00 -2017/09/04 20:00:00 -2017/09/04 21:00:00 -2017/09/04 22:00:00 -2017/09/04 23:00:00 -2017/09/05 00:00:00 -2017/09/05 01:00:00 -2017/09/05 02:00:00 -2017/09/05 03:00:00 -2017/09/05 04:00:00 -2017/09/05 05:00:00 -2017/09/05 06:00:00 -2017/09/05 07:00:00 -2017/09/05 08:00:00 -2017/09/05 09:00:00 -2017/09/05 10:00:00 -2017/09/05 11:00:00 -2017/09/05 12:00:00 -2017/09/05 13:00:00 -2017/09/05 14:00:00 -2017/09/05 15:00:00 -2017/09/05 16:00:00 -2017/09/05 17:00:00 -2017/09/05 18:00:00 -2017/09/05 19:00:00 -2017/09/05 20:00:00 -2017/09/05 21:00:00 -2017/09/05 22:00:00 -2017/09/05 23:00:00 -2017/09/06 00:00:00 -2017/09/06 01:00:00 -2017/09/06 02:00:00 -2017/09/06 03:00:00 -2017/09/06 04:00:00 -2017/09/06 05:00:00 -2017/09/06 06:00:00 -2017/09/06 07:00:00 -2017/09/06 08:00:00 -2017/09/06 09:00:00 -2017/09/06 10:00:00 -2017/09/06 11:00:00 -2017/09/06 12:00:00 -2017/09/06 13:00:00 -2017/09/06 14:00:00 -2017/09/06 15:00:00 -2017/09/06 16:00:00 -2017/09/06 17:00:00 -2017/09/06 18:00:00 -2017/09/06 19:00:00 -2017/09/06 20:00:00 -2017/09/06 21:00:00 -2017/09/06 22:00:00 -2017/09/06 23:00:00 -2017/09/07 00:00:00 -2017/09/07 01:00:00 -2017/09/07 02:00:00 -2017/09/07 03:00:00 -2017/09/07 04:00:00 -2017/09/07 05:00:00 -2017/09/07 06:00:00 -2017/09/07 07:00:00 -2017/09/07 08:00:00 -2017/09/07 09:00:00 -2017/09/07 10:00:00 -2017/09/07 11:00:00 -2017/09/07 12:00:00 -2017/09/07 13:00:00 -2017/09/07 14:00:00 -2017/09/07 15:00:00 -2017/09/07 16:00:00 -2017/09/07 17:00:00 -2017/09/07 18:00:00 -2017/09/07 19:00:00 -2017/09/07 20:00:00 -2017/09/07 21:00:00 -2017/09/07 22:00:00 -2017/09/07 23:00:00 -2017/09/08 00:00:00 -2017/09/08 01:00:00 -2017/09/08 02:00:00 -2017/09/08 03:00:00 -2017/09/08 04:00:00 -2017/09/08 05:00:00 -2017/09/08 06:00:00 -2017/09/08 07:00:00 -2017/09/08 08:00:00 -2017/09/08 09:00:00 -2017/09/08 10:00:00 -2017/09/08 11:00:00 -2017/09/08 12:00:00 -2017/09/08 13:00:00 -2017/09/08 14:00:00 -2017/09/08 15:00:00 -2017/09/08 16:00:00 -2017/09/08 17:00:00 -2017/09/08 18:00:00 -2017/09/08 19:00:00 -2017/09/08 20:00:00 -2017/09/08 21:00:00 -2017/09/08 22:00:00 -2017/09/08 23:00:00 -2017/09/09 00:00:00 -2017/09/09 01:00:00 -2017/09/09 02:00:00 -2017/09/09 03:00:00 -2017/09/09 04:00:00 -2017/09/09 05:00:00 -2017/09/09 06:00:00 -2017/09/09 07:00:00 -2017/09/09 08:00:00 -2017/09/09 09:00:00 -2017/09/09 10:00:00 -2017/09/09 11:00:00 -2017/09/09 12:00:00 -2017/09/09 13:00:00 -2017/09/09 14:00:00 -2017/09/09 15:00:00 -2017/09/09 16:00:00 -2017/09/09 17:00:00 -2017/09/09 18:00:00 -2017/09/09 19:00:00 -2017/09/09 20:00:00 -2017/09/09 21:00:00 -2017/09/09 22:00:00 -2017/09/09 23:00:00 -2017/09/10 00:00:00 -2017/09/10 01:00:00 -2017/09/10 02:00:00 -2017/09/10 03:00:00 -2017/09/10 04:00:00 -2017/09/10 05:00:00 -2017/09/10 06:00:00 -2017/09/10 07:00:00 -2017/09/10 08:00:00 -2017/09/10 09:00:00 -2017/09/10 10:00:00 -2017/09/10 11:00:00 -2017/09/10 12:00:00 -2017/09/10 13:00:00 -2017/09/10 14:00:00 -2017/09/10 15:00:00 -2017/09/10 16:00:00 -2017/09/10 17:00:00 -2017/09/10 18:00:00 -2017/09/10 19:00:00 -2017/09/10 20:00:00 -2017/09/10 21:00:00 -2017/09/10 22:00:00 -2017/09/10 23:00:00 -2017/09/11 00:00:00 -2017/09/11 01:00:00 -2017/09/11 02:00:00 -2017/09/11 03:00:00 -2017/09/11 04:00:00 -2017/09/11 05:00:00 -2017/09/11 06:00:00 -2017/09/11 07:00:00 -2017/09/11 08:00:00 -2017/09/11 09:00:00 -2017/09/11 10:00:00 -2017/09/11 11:00:00 -2017/09/11 12:00:00 -2017/09/11 13:00:00 -2017/09/11 14:00:00 -2017/09/11 15:00:00 -2017/09/11 16:00:00 -2017/09/11 17:00:00 -2017/09/11 18:00:00 -2017/09/11 19:00:00 -2017/09/11 20:00:00 -2017/09/11 21:00:00 -2017/09/11 22:00:00 -2017/09/11 23:00:00 -2017/09/12 00:00:00 -2017/09/12 01:00:00 -2017/09/12 02:00:00 -2017/09/12 03:00:00 -2017/09/12 04:00:00 -2017/09/12 05:00:00 -2017/09/12 06:00:00 -2017/09/12 07:00:00 -2017/09/12 08:00:00 -2017/09/12 09:00:00 -2017/09/12 10:00:00 -2017/09/12 11:00:00 -2017/09/12 12:00:00 -2017/09/12 13:00:00 -2017/09/12 14:00:00 -2017/09/12 15:00:00 -2017/09/12 16:00:00 -2017/09/12 17:00:00 -2017/09/12 18:00:00 -2017/09/12 19:00:00 -2017/09/12 20:00:00 -2017/09/12 21:00:00 -2017/09/12 22:00:00 -2017/09/12 23:00:00 -2017/09/13 00:00:00 -2017/09/13 01:00:00 -2017/09/13 02:00:00 -2017/09/13 03:00:00 -2017/09/13 04:00:00 -2017/09/13 05:00:00 -2017/09/13 06:00:00 -2017/09/13 07:00:00 -2017/09/13 08:00:00 -2017/09/13 09:00:00 -2017/09/13 10:00:00 -2017/09/13 11:00:00 -2017/09/13 12:00:00 -2017/09/13 13:00:00 -2017/09/13 14:00:00 -2017/09/13 15:00:00 -2017/09/13 16:00:00 -2017/09/13 17:00:00 -2017/09/13 18:00:00 -2017/09/13 19:00:00 -2017/09/13 20:00:00 -2017/09/13 21:00:00 -2017/09/13 22:00:00 -2017/09/13 23:00:00 -2017/09/14 00:00:00 -2017/09/14 01:00:00 -2017/09/14 02:00:00 -2017/09/14 03:00:00 -2017/09/14 04:00:00 -2017/09/14 05:00:00 -2017/09/14 06:00:00 -2017/09/14 07:00:00 -2017/09/14 08:00:00 -2017/09/14 09:00:00 -2017/09/14 10:00:00 -2017/09/14 11:00:00 -2017/09/14 12:00:00 -2017/09/14 13:00:00 -2017/09/14 14:00:00 -2017/09/14 15:00:00 -2017/09/14 16:00:00 -2017/09/14 17:00:00 -2017/09/14 18:00:00 -2017/09/14 19:00:00 -2017/09/14 20:00:00 -2017/09/14 21:00:00 -2017/09/14 22:00:00 -2017/09/14 23:00:00 -2017/09/15 00:00:00 -2017/09/15 01:00:00 -2017/09/15 02:00:00 -2017/09/15 03:00:00 -2017/09/15 04:00:00 -2017/09/15 05:00:00 -2017/09/15 06:00:00 -2017/09/15 07:00:00 -2017/09/15 08:00:00 -2017/09/15 09:00:00 -2017/09/15 10:00:00 -2017/09/15 11:00:00 -2017/09/15 12:00:00 -2017/09/15 13:00:00 -2017/09/15 14:00:00 -2017/09/15 15:00:00 -2017/09/15 16:00:00 -2017/09/15 17:00:00 -2017/09/15 18:00:00 -2017/09/15 19:00:00 -2017/09/15 20:00:00 -2017/09/15 21:00:00 -2017/09/15 22:00:00 -2017/09/15 23:00:00 -2017/09/16 00:00:00 -2017/09/16 01:00:00 -2017/09/16 02:00:00 -2017/09/16 03:00:00 -2017/09/16 04:00:00 -2017/09/16 05:00:00 -2017/09/16 06:00:00 -2017/09/16 07:00:00 -2017/09/16 08:00:00 -2017/09/16 09:00:00 -2017/09/16 10:00:00 -2017/09/16 11:00:00 -2017/09/16 12:00:00 -2017/09/16 13:00:00 -2017/09/16 14:00:00 -2017/09/16 15:00:00 -2017/09/16 16:00:00 -2017/09/16 17:00:00 -2017/09/16 18:00:00 -2017/09/16 19:00:00 -2017/09/16 20:00:00 -2017/09/16 21:00:00 -2017/09/16 22:00:00 -2017/09/16 23:00:00 -2017/09/17 00:00:00 -2017/09/17 01:00:00 -2017/09/17 02:00:00 -2017/09/17 03:00:00 -2017/09/17 04:00:00 -2017/09/17 05:00:00 -2017/09/17 06:00:00 -2017/09/17 07:00:00 -2017/09/17 08:00:00 -2017/09/17 09:00:00 -2017/09/17 10:00:00 -2017/09/17 11:00:00 -2017/09/17 12:00:00 -2017/09/17 13:00:00 -2017/09/17 14:00:00 -2017/09/17 15:00:00 -2017/09/17 16:00:00 -2017/09/17 17:00:00 -2017/09/17 18:00:00 -2017/09/17 19:00:00 -2017/09/17 20:00:00 -2017/09/17 21:00:00 -2017/09/17 22:00:00 -2017/09/17 23:00:00 -2017/09/18 00:00:00 -2017/09/18 01:00:00 -2017/09/18 02:00:00 -2017/09/18 03:00:00 -2017/09/18 04:00:00 -2017/09/18 05:00:00 -2017/09/18 06:00:00 -2017/09/18 07:00:00 -2017/09/18 08:00:00 -2017/09/18 09:00:00 -2017/09/18 10:00:00 -2017/09/18 11:00:00 -2017/09/18 12:00:00 -2017/09/18 13:00:00 -2017/09/18 14:00:00 -2017/09/18 15:00:00 -2017/09/18 16:00:00 -2017/09/18 17:00:00 -2017/09/18 18:00:00 -2017/09/18 19:00:00 -2017/09/18 20:00:00 -2017/09/18 21:00:00 -2017/09/18 22:00:00 -2017/09/18 23:00:00 -2017/09/19 00:00:00 -2017/09/19 01:00:00 -2017/09/19 02:00:00 -2017/09/19 03:00:00 -2017/09/19 04:00:00 -2017/09/19 05:00:00 -2017/09/19 06:00:00 -2017/09/19 07:00:00 -2017/09/19 08:00:00 -2017/09/19 09:00:00 -2017/09/19 10:00:00 -2017/09/19 11:00:00 -2017/09/19 12:00:00 -2017/09/19 13:00:00 -2017/09/19 14:00:00 -2017/09/19 15:00:00 -2017/09/19 16:00:00 -2017/09/19 17:00:00 -2017/09/19 18:00:00 -2017/09/19 19:00:00 -2017/09/19 20:00:00 -2017/09/19 21:00:00 -2017/09/19 22:00:00 -2017/09/19 23:00:00 -2017/09/20 00:00:00 -2017/09/20 01:00:00 -2017/09/20 02:00:00 -2017/09/20 03:00:00 -2017/09/20 04:00:00 -2017/09/20 05:00:00 -2017/09/20 06:00:00 -2017/09/20 07:00:00 -2017/09/20 08:00:00 -2017/09/20 09:00:00 -2017/09/20 10:00:00 -2017/09/20 11:00:00 -2017/09/20 12:00:00 -2017/09/20 13:00:00 -2017/09/20 14:00:00 -2017/09/20 15:00:00 -2017/09/20 16:00:00 -2017/09/20 17:00:00 -2017/09/20 18:00:00 -2017/09/20 19:00:00 -2017/09/20 20:00:00 -2017/09/20 21:00:00 -2017/09/20 22:00:00 -2017/09/20 23:00:00 -2017/09/21 00:00:00 -2017/09/21 01:00:00 -2017/09/21 02:00:00 -2017/09/21 03:00:00 -2017/09/21 04:00:00 -2017/09/21 05:00:00 -2017/09/21 06:00:00 -2017/09/21 07:00:00 -2017/09/21 08:00:00 -2017/09/21 09:00:00 -2017/09/21 10:00:00 -2017/09/21 11:00:00 -2017/09/21 12:00:00 -2017/09/21 13:00:00 -2017/09/21 14:00:00 -2017/09/21 15:00:00 -2017/09/21 16:00:00 -2017/09/21 17:00:00 -2017/09/21 18:00:00 -2017/09/21 19:00:00 -2017/09/21 20:00:00 -2017/09/21 21:00:00 -2017/09/21 22:00:00 -2017/09/21 23:00:00 -2017/09/22 00:00:00 -2017/09/22 01:00:00 -2017/09/22 02:00:00 -2017/09/22 03:00:00 -2017/09/22 04:00:00 -2017/09/22 05:00:00 -2017/09/22 06:00:00 -2017/09/22 07:00:00 -2017/09/22 08:00:00 -2017/09/22 09:00:00 -2017/09/22 10:00:00 -2017/09/22 11:00:00 -2017/09/22 12:00:00 -2017/09/22 13:00:00 -2017/09/22 14:00:00 -2017/09/22 15:00:00 -2017/09/22 16:00:00 -2017/09/22 17:00:00 -2017/09/22 18:00:00 -2017/09/22 19:00:00 -2017/09/22 20:00:00 -2017/09/22 21:00:00 -2017/09/22 22:00:00 -2017/09/22 23:00:00 -2017/09/23 00:00:00 -2017/09/23 01:00:00 -2017/09/23 02:00:00 -2017/09/23 03:00:00 -2017/09/23 04:00:00 -2017/09/23 05:00:00 -2017/09/23 06:00:00 -2017/09/23 07:00:00 -2017/09/23 08:00:00 -2017/09/23 09:00:00 -2017/09/23 10:00:00 -2017/09/23 11:00:00 -2017/09/23 12:00:00 -2017/09/23 13:00:00 -2017/09/23 14:00:00 -2017/09/23 15:00:00 -2017/09/23 16:00:00 -2017/09/23 17:00:00 -2017/09/23 18:00:00 -2017/09/23 19:00:00 -2017/09/23 20:00:00 -2017/09/23 21:00:00 -2017/09/23 22:00:00 -2017/09/23 23:00:00 -2017/09/24 00:00:00 -2017/09/24 01:00:00 -2017/09/24 02:00:00 -2017/09/24 03:00:00 -2017/09/24 04:00:00 -2017/09/24 05:00:00 -2017/09/24 06:00:00 -2017/09/24 07:00:00 -2017/09/24 08:00:00 -2017/09/24 09:00:00 -2017/09/24 10:00:00 -2017/09/24 11:00:00 -2017/09/24 12:00:00 -2017/09/24 13:00:00 -2017/09/24 14:00:00 -2017/09/24 15:00:00 -2017/09/24 16:00:00 -2017/09/24 17:00:00 -2017/09/24 18:00:00 -2017/09/24 19:00:00 -2017/09/24 20:00:00 -2017/09/24 21:00:00 -2017/09/24 22:00:00 -2017/09/24 23:00:00 -2017/09/25 00:00:00 -2017/09/25 01:00:00 -2017/09/25 02:00:00 -2017/09/25 03:00:00 -2017/09/25 04:00:00 -2017/09/25 05:00:00 -2017/09/25 06:00:00 -2017/09/25 07:00:00 -2017/09/25 08:00:00 -2017/09/25 09:00:00 -2017/09/25 10:00:00 -2017/09/25 11:00:00 -2017/09/25 12:00:00 -2017/09/25 13:00:00 -2017/09/25 14:00:00 -2017/09/25 15:00:00 -2017/09/25 16:00:00 -2017/09/25 17:00:00 -2017/09/25 18:00:00 -2017/09/25 19:00:00 -2017/09/25 20:00:00 -2017/09/25 21:00:00 -2017/09/25 22:00:00 -2017/09/25 23:00:00 -2017/09/26 00:00:00 -2017/09/26 01:00:00 -2017/09/26 02:00:00 -2017/09/26 03:00:00 -2017/09/26 04:00:00 -2017/09/26 05:00:00 -2017/09/26 06:00:00 -2017/09/26 07:00:00 -2017/09/26 08:00:00 -2017/09/26 09:00:00 -2017/09/26 10:00:00 -2017/09/26 11:00:00 -2017/09/26 12:00:00 -2017/09/26 13:00:00 -2017/09/26 14:00:00 -2017/09/26 15:00:00 -2017/09/26 16:00:00 -2017/09/26 17:00:00 -2017/09/26 18:00:00 -2017/09/26 19:00:00 -2017/09/26 20:00:00 -2017/09/26 21:00:00 -2017/09/26 22:00:00 -2017/09/26 23:00:00 -2017/09/27 00:00:00 -2017/09/27 01:00:00 -2017/09/27 02:00:00 -2017/09/27 03:00:00 -2017/09/27 04:00:00 -2017/09/27 05:00:00 -2017/09/27 06:00:00 -2017/09/27 07:00:00 -2017/09/27 08:00:00 -2017/09/27 09:00:00 -2017/09/27 10:00:00 -2017/09/27 11:00:00 -2017/09/27 12:00:00 -2017/09/27 13:00:00 -2017/09/27 14:00:00 -2017/09/27 15:00:00 -2017/09/27 16:00:00 -2017/09/27 17:00:00 -2017/09/27 18:00:00 -2017/09/27 19:00:00 -2017/09/27 20:00:00 -2017/09/27 21:00:00 -2017/09/27 22:00:00 -2017/09/27 23:00:00 -2017/09/28 00:00:00 -2017/09/28 01:00:00 -2017/09/28 02:00:00 -2017/09/28 03:00:00 -2017/09/28 04:00:00 -2017/09/28 05:00:00 -2017/09/28 06:00:00 -2017/09/28 07:00:00 -2017/09/28 08:00:00 -2017/09/28 09:00:00 -2017/09/28 10:00:00 -2017/09/28 11:00:00 -2017/09/28 12:00:00 -2017/09/28 13:00:00 -2017/09/28 14:00:00 -2017/09/28 15:00:00 -2017/09/28 16:00:00 -2017/09/28 17:00:00 -2017/09/28 18:00:00 -2017/09/28 19:00:00 -2017/09/28 20:00:00 -2017/09/28 21:00:00 -2017/09/28 22:00:00 -2017/09/28 23:00:00 -2017/09/29 00:00:00 -2017/09/29 01:00:00 -2017/09/29 02:00:00 -2017/09/29 03:00:00 -2017/09/29 04:00:00 -2017/09/29 05:00:00 -2017/09/29 06:00:00 -2017/09/29 07:00:00 -2017/09/29 08:00:00 -2017/09/29 09:00:00 -2017/09/29 10:00:00 -2017/09/29 11:00:00 -2017/09/29 12:00:00 -2017/09/29 13:00:00 -2017/09/29 14:00:00 -2017/09/29 15:00:00 -2017/09/29 16:00:00 -2017/09/29 17:00:00 -2017/09/29 18:00:00 -2017/09/29 19:00:00 -2017/09/29 20:00:00 -2017/09/29 21:00:00 -2017/09/29 22:00:00 -2017/09/29 23:00:00 -2017/09/30 00:00:00 -2017/09/30 01:00:00 -2017/09/30 02:00:00 -2017/09/30 03:00:00 -2017/09/30 04:00:00 -2017/09/30 05:00:00 -2017/09/30 06:00:00 -2017/09/30 07:00:00 -2017/09/30 08:00:00 -2017/09/30 09:00:00 -2017/09/30 10:00:00 -2017/09/30 11:00:00 -2017/09/30 12:00:00 -2017/09/30 13:00:00 -2017/09/30 14:00:00 -2017/09/30 15:00:00 -2017/09/30 16:00:00 -2017/09/30 17:00:00 -2017/09/30 18:00:00 -2017/09/30 19:00:00 -2017/09/30 20:00:00 -2017/09/30 21:00:00 -2017/09/30 22:00:00 -2017/09/30 23:00:00 -2017/10/01 00:00:00 -2017/10/01 01:00:00 -2017/10/01 02:00:00 -2017/10/01 03:00:00 -2017/10/01 04:00:00 -2017/10/01 05:00:00 -2017/10/01 06:00:00 -2017/10/01 07:00:00 -2017/10/01 08:00:00 -2017/10/01 09:00:00 -2017/10/01 10:00:00 -2017/10/01 11:00:00 -2017/10/01 12:00:00 -2017/10/01 13:00:00 -2017/10/01 14:00:00 -2017/10/01 15:00:00 -2017/10/01 16:00:00 -2017/10/01 17:00:00 -2017/10/01 18:00:00 -2017/10/01 19:00:00 -2017/10/01 20:00:00 -2017/10/01 21:00:00 -2017/10/01 22:00:00 -2017/10/01 23:00:00 -2017/10/02 00:00:00 -2017/10/02 01:00:00 -2017/10/02 02:00:00 -2017/10/02 03:00:00 -2017/10/02 04:00:00 -2017/10/02 05:00:00 -2017/10/02 06:00:00 -2017/10/02 07:00:00 -2017/10/02 08:00:00 -2017/10/02 09:00:00 -2017/10/02 10:00:00 -2017/10/02 11:00:00 -2017/10/02 12:00:00 -2017/10/02 13:00:00 -2017/10/02 14:00:00 -2017/10/02 15:00:00 -2017/10/02 16:00:00 -2017/10/02 17:00:00 -2017/10/02 18:00:00 -2017/10/02 19:00:00 -2017/10/02 20:00:00 -2017/10/02 21:00:00 -2017/10/02 22:00:00 -2017/10/02 23:00:00 -2017/10/03 00:00:00 -2017/10/03 01:00:00 -2017/10/03 02:00:00 -2017/10/03 03:00:00 -2017/10/03 04:00:00 -2017/10/03 05:00:00 -2017/10/03 06:00:00 -2017/10/03 07:00:00 -2017/10/03 08:00:00 -2017/10/03 09:00:00 -2017/10/03 10:00:00 -2017/10/03 11:00:00 -2017/10/03 12:00:00 -2017/10/03 13:00:00 -2017/10/03 14:00:00 -2017/10/03 15:00:00 -2017/10/03 16:00:00 -2017/10/03 17:00:00 -2017/10/03 18:00:00 -2017/10/03 19:00:00 -2017/10/03 20:00:00 -2017/10/03 21:00:00 -2017/10/03 22:00:00 -2017/10/03 23:00:00 -2017/10/04 00:00:00 -2017/10/04 01:00:00 -2017/10/04 02:00:00 -2017/10/04 03:00:00 -2017/10/04 04:00:00 -2017/10/04 05:00:00 -2017/10/04 06:00:00 -2017/10/04 07:00:00 -2017/10/04 08:00:00 -2017/10/04 09:00:00 -2017/10/04 10:00:00 -2017/10/04 11:00:00 -2017/10/04 12:00:00 -2017/10/04 13:00:00 -2017/10/04 14:00:00 -2017/10/04 15:00:00 -2017/10/04 16:00:00 -2017/10/04 17:00:00 -2017/10/04 18:00:00 -2017/10/04 19:00:00 -2017/10/04 20:00:00 -2017/10/04 21:00:00 -2017/10/04 22:00:00 -2017/10/04 23:00:00 -2017/10/05 00:00:00 -2017/10/05 01:00:00 -2017/10/05 02:00:00 -2017/10/05 03:00:00 -2017/10/05 04:00:00 -2017/10/05 05:00:00 -2017/10/05 06:00:00 -2017/10/05 07:00:00 -2017/10/05 08:00:00 -2017/10/05 09:00:00 -2017/10/05 10:00:00 -2017/10/05 11:00:00 -2017/10/05 12:00:00 -2017/10/05 13:00:00 -2017/10/05 14:00:00 -2017/10/05 15:00:00 -2017/10/05 16:00:00 -2017/10/05 17:00:00 -2017/10/05 18:00:00 -2017/10/05 19:00:00 -2017/10/05 20:00:00 -2017/10/05 21:00:00 -2017/10/05 22:00:00 -2017/10/05 23:00:00 -2017/10/06 00:00:00 -2017/10/06 01:00:00 -2017/10/06 02:00:00 -2017/10/06 03:00:00 -2017/10/06 04:00:00 -2017/10/06 05:00:00 -2017/10/06 06:00:00 -2017/10/06 07:00:00 -2017/10/06 08:00:00 -2017/10/06 09:00:00 -2017/10/06 10:00:00 -2017/10/06 11:00:00 -2017/10/06 12:00:00 -2017/10/06 13:00:00 -2017/10/06 14:00:00 -2017/10/06 15:00:00 -2017/10/06 16:00:00 -2017/10/06 17:00:00 -2017/10/06 18:00:00 -2017/10/06 19:00:00 -2017/10/06 20:00:00 -2017/10/06 21:00:00 -2017/10/06 22:00:00 -2017/10/06 23:00:00 -2017/10/07 00:00:00 -2017/10/07 01:00:00 -2017/10/07 02:00:00 -2017/10/07 03:00:00 -2017/10/07 04:00:00 -2017/10/07 05:00:00 -2017/10/07 06:00:00 -2017/10/07 07:00:00 -2017/10/07 08:00:00 -2017/10/07 09:00:00 -2017/10/07 10:00:00 -2017/10/07 11:00:00 -2017/10/07 12:00:00 -2017/10/07 13:00:00 -2017/10/07 14:00:00 -2017/10/07 15:00:00 -2017/10/07 16:00:00 -2017/10/07 17:00:00 -2017/10/07 18:00:00 -2017/10/07 19:00:00 -2017/10/07 20:00:00 -2017/10/07 21:00:00 -2017/10/07 22:00:00 -2017/10/07 23:00:00 -2017/10/08 00:00:00 -2017/10/08 01:00:00 -2017/10/08 02:00:00 -2017/10/08 03:00:00 -2017/10/08 04:00:00 -2017/10/08 05:00:00 -2017/10/08 06:00:00 -2017/10/08 07:00:00 -2017/10/08 08:00:00 -2017/10/08 09:00:00 -2017/10/08 10:00:00 -2017/10/08 11:00:00 -2017/10/08 12:00:00 -2017/10/08 13:00:00 -2017/10/08 14:00:00 -2017/10/08 15:00:00 -2017/10/08 16:00:00 -2017/10/08 17:00:00 -2017/10/08 18:00:00 -2017/10/08 19:00:00 -2017/10/08 20:00:00 -2017/10/08 21:00:00 -2017/10/08 22:00:00 -2017/10/08 23:00:00 -2017/10/09 00:00:00 -2017/10/09 01:00:00 -2017/10/09 02:00:00 -2017/10/09 03:00:00 -2017/10/09 04:00:00 -2017/10/09 05:00:00 -2017/10/09 06:00:00 -2017/10/09 07:00:00 -2017/10/09 08:00:00 -2017/10/09 09:00:00 -2017/10/09 10:00:00 -2017/10/09 11:00:00 -2017/10/09 12:00:00 -2017/10/09 13:00:00 -2017/10/09 14:00:00 -2017/10/09 15:00:00 -2017/10/09 16:00:00 -2017/10/09 17:00:00 -2017/10/09 18:00:00 -2017/10/09 19:00:00 -2017/10/09 20:00:00 -2017/10/09 21:00:00 -2017/10/09 22:00:00 -2017/10/09 23:00:00 -2017/10/10 00:00:00 -2017/10/10 01:00:00 -2017/10/10 02:00:00 -2017/10/10 03:00:00 -2017/10/10 04:00:00 -2017/10/10 05:00:00 -2017/10/10 06:00:00 -2017/10/10 07:00:00 -2017/10/10 08:00:00 -2017/10/10 09:00:00 -2017/10/10 10:00:00 -2017/10/10 11:00:00 -2017/10/10 12:00:00 -2017/10/10 13:00:00 -2017/10/10 14:00:00 -2017/10/10 15:00:00 -2017/10/10 16:00:00 -2017/10/10 17:00:00 -2017/10/10 18:00:00 -2017/10/10 19:00:00 -2017/10/10 20:00:00 -2017/10/10 21:00:00 -2017/10/10 22:00:00 -2017/10/10 23:00:00 -2017/10/11 00:00:00 -2017/10/11 01:00:00 -2017/10/11 02:00:00 -2017/10/11 03:00:00 -2017/10/11 04:00:00 -2017/10/11 05:00:00 -2017/10/11 06:00:00 -2017/10/11 07:00:00 -2017/10/11 08:00:00 -2017/10/11 09:00:00 -2017/10/11 10:00:00 -2017/10/11 11:00:00 -2017/10/11 12:00:00 -2017/10/11 13:00:00 -2017/10/11 14:00:00 -2017/10/11 15:00:00 -2017/10/11 16:00:00 -2017/10/11 17:00:00 -2017/10/11 18:00:00 -2017/10/11 19:00:00 -2017/10/11 20:00:00 -2017/10/11 21:00:00 -2017/10/11 22:00:00 -2017/10/11 23:00:00 -2017/10/12 00:00:00 -2017/10/12 01:00:00 -2017/10/12 02:00:00 -2017/10/12 03:00:00 -2017/10/12 04:00:00 -2017/10/12 05:00:00 -2017/10/12 06:00:00 -2017/10/12 07:00:00 -2017/10/12 08:00:00 -2017/10/12 09:00:00 -2017/10/12 10:00:00 -2017/10/12 11:00:00 -2017/10/12 12:00:00 -2017/10/12 13:00:00 -2017/10/12 14:00:00 -2017/10/12 15:00:00 -2017/10/12 16:00:00 -2017/10/12 17:00:00 -2017/10/12 18:00:00 -2017/10/12 19:00:00 -2017/10/12 20:00:00 -2017/10/12 21:00:00 -2017/10/12 22:00:00 -2017/10/12 23:00:00 -2017/10/13 00:00:00 -2017/10/13 01:00:00 -2017/10/13 02:00:00 -2017/10/13 03:00:00 -2017/10/13 04:00:00 -2017/10/13 05:00:00 -2017/10/13 06:00:00 -2017/10/13 07:00:00 -2017/10/13 08:00:00 -2017/10/13 09:00:00 -2017/10/13 10:00:00 -2017/10/13 11:00:00 -2017/10/13 12:00:00 -2017/10/13 13:00:00 -2017/10/13 14:00:00 -2017/10/13 15:00:00 -2017/10/13 16:00:00 -2017/10/13 17:00:00 -2017/10/13 18:00:00 -2017/10/13 19:00:00 -2017/10/13 20:00:00 -2017/10/13 21:00:00 -2017/10/13 22:00:00 -2017/10/13 23:00:00 -2017/10/14 00:00:00 -2017/10/14 01:00:00 -2017/10/14 02:00:00 -2017/10/14 03:00:00 -2017/10/14 04:00:00 -2017/10/14 05:00:00 -2017/10/14 06:00:00 -2017/10/14 07:00:00 -2017/10/14 08:00:00 -2017/10/14 09:00:00 -2017/10/14 10:00:00 -2017/10/14 11:00:00 -2017/10/14 12:00:00 -2017/10/14 13:00:00 -2017/10/14 14:00:00 -2017/10/14 15:00:00 -2017/10/14 16:00:00 -2017/10/14 17:00:00 -2017/10/14 18:00:00 -2017/10/14 19:00:00 -2017/10/14 20:00:00 -2017/10/14 21:00:00 -2017/10/14 22:00:00 -2017/10/14 23:00:00 -2017/10/15 00:00:00 -2017/10/15 01:00:00 -2017/10/15 02:00:00 -2017/10/15 03:00:00 -2017/10/15 04:00:00 -2017/10/15 05:00:00 -2017/10/15 06:00:00 -2017/10/15 07:00:00 -2017/10/15 08:00:00 -2017/10/15 09:00:00 -2017/10/15 10:00:00 -2017/10/15 11:00:00 -2017/10/15 12:00:00 -2017/10/15 13:00:00 -2017/10/15 14:00:00 -2017/10/15 15:00:00 -2017/10/15 16:00:00 -2017/10/15 17:00:00 -2017/10/15 18:00:00 -2017/10/15 19:00:00 -2017/10/15 20:00:00 -2017/10/15 21:00:00 -2017/10/15 22:00:00 -2017/10/15 23:00:00 -2017/10/16 00:00:00 -2017/10/16 01:00:00 -2017/10/16 02:00:00 -2017/10/16 03:00:00 -2017/10/16 04:00:00 -2017/10/16 05:00:00 -2017/10/16 06:00:00 -2017/10/16 07:00:00 -2017/10/16 08:00:00 -2017/10/16 09:00:00 -2017/10/16 10:00:00 -2017/10/16 11:00:00 -2017/10/16 12:00:00 -2017/10/16 13:00:00 -2017/10/16 14:00:00 -2017/10/16 15:00:00 -2017/10/16 16:00:00 -2017/10/16 17:00:00 -2017/10/16 18:00:00 -2017/10/16 19:00:00 -2017/10/16 20:00:00 -2017/10/16 21:00:00 -2017/10/16 22:00:00 -2017/10/16 23:00:00 -2017/10/17 00:00:00 -2017/10/17 01:00:00 -2017/10/17 02:00:00 -2017/10/17 03:00:00 -2017/10/17 04:00:00 -2017/10/17 05:00:00 -2017/10/17 06:00:00 -2017/10/17 07:00:00 -2017/10/17 08:00:00 -2017/10/17 09:00:00 -2017/10/17 10:00:00 -2017/10/17 11:00:00 -2017/10/17 12:00:00 -2017/10/17 13:00:00 -2017/10/17 14:00:00 -2017/10/17 15:00:00 -2017/10/17 16:00:00 -2017/10/17 17:00:00 -2017/10/17 18:00:00 -2017/10/17 19:00:00 -2017/10/17 20:00:00 -2017/10/17 21:00:00 -2017/10/17 22:00:00 -2017/10/17 23:00:00 -2017/10/18 00:00:00 -2017/10/18 01:00:00 -2017/10/18 02:00:00 -2017/10/18 03:00:00 -2017/10/18 04:00:00 -2017/10/18 05:00:00 -2017/10/18 06:00:00 -2017/10/18 07:00:00 -2017/10/18 08:00:00 -2017/10/18 09:00:00 -2017/10/18 10:00:00 -2017/10/18 11:00:00 -2017/10/18 12:00:00 -2017/10/18 13:00:00 -2017/10/18 14:00:00 -2017/10/18 15:00:00 -2017/10/18 16:00:00 -2017/10/18 17:00:00 -2017/10/18 18:00:00 -2017/10/18 19:00:00 -2017/10/18 20:00:00 -2017/10/18 21:00:00 -2017/10/18 22:00:00 -2017/10/18 23:00:00 -2017/10/19 00:00:00 -2017/10/19 01:00:00 -2017/10/19 02:00:00 -2017/10/19 03:00:00 -2017/10/19 04:00:00 -2017/10/19 05:00:00 -2017/10/19 06:00:00 -2017/10/19 07:00:00 -2017/10/19 08:00:00 -2017/10/19 09:00:00 -2017/10/19 10:00:00 -2017/10/19 11:00:00 -2017/10/19 12:00:00 -2017/10/19 13:00:00 -2017/10/19 14:00:00 -2017/10/19 15:00:00 -2017/10/19 16:00:00 -2017/10/19 17:00:00 -2017/10/19 18:00:00 -2017/10/19 19:00:00 -2017/10/19 20:00:00 -2017/10/19 21:00:00 -2017/10/19 22:00:00 -2017/10/19 23:00:00 -2017/10/20 00:00:00 -2017/10/20 01:00:00 -2017/10/20 02:00:00 -2017/10/20 03:00:00 -2017/10/20 04:00:00 -2017/10/20 05:00:00 -2017/10/20 06:00:00 -2017/10/20 07:00:00 -2017/10/20 08:00:00 -2017/10/20 09:00:00 -2017/10/20 10:00:00 -2017/10/20 11:00:00 -2017/10/20 12:00:00 -2017/10/20 13:00:00 -2017/10/20 14:00:00 -2017/10/20 15:00:00 -2017/10/20 16:00:00 -2017/10/20 17:00:00 -2017/10/20 18:00:00 -2017/10/20 19:00:00 -2017/10/20 20:00:00 -2017/10/20 21:00:00 -2017/10/20 22:00:00 -2017/10/20 23:00:00 -2017/10/21 00:00:00 -2017/10/21 01:00:00 -2017/10/21 02:00:00 -2017/10/21 03:00:00 -2017/10/21 04:00:00 -2017/10/21 05:00:00 -2017/10/21 06:00:00 -2017/10/21 07:00:00 -2017/10/21 08:00:00 -2017/10/21 09:00:00 -2017/10/21 10:00:00 -2017/10/21 11:00:00 -2017/10/21 12:00:00 -2017/10/21 13:00:00 -2017/10/21 14:00:00 -2017/10/21 15:00:00 -2017/10/21 16:00:00 -2017/10/21 17:00:00 -2017/10/21 18:00:00 -2017/10/21 19:00:00 -2017/10/21 20:00:00 -2017/10/21 21:00:00 -2017/10/21 22:00:00 -2017/10/21 23:00:00 -2017/10/22 00:00:00 -2017/10/22 01:00:00 -2017/10/22 02:00:00 -2017/10/22 03:00:00 -2017/10/22 04:00:00 -2017/10/22 05:00:00 -2017/10/22 06:00:00 -2017/10/22 07:00:00 -2017/10/22 08:00:00 -2017/10/22 09:00:00 -2017/10/22 10:00:00 -2017/10/22 11:00:00 -2017/10/22 12:00:00 -2017/10/22 13:00:00 -2017/10/22 14:00:00 -2017/10/22 15:00:00 -2017/10/22 16:00:00 -2017/10/22 17:00:00 -2017/10/22 18:00:00 -2017/10/22 19:00:00 -2017/10/22 20:00:00 -2017/10/22 21:00:00 -2017/10/22 22:00:00 -2017/10/22 23:00:00 -2017/10/23 00:00:00 -2017/10/23 01:00:00 -2017/10/23 02:00:00 -2017/10/23 03:00:00 -2017/10/23 04:00:00 -2017/10/23 05:00:00 -2017/10/23 06:00:00 -2017/10/23 07:00:00 -2017/10/23 08:00:00 -2017/10/23 09:00:00 -2017/10/23 10:00:00 -2017/10/23 11:00:00 -2017/10/23 12:00:00 -2017/10/23 13:00:00 -2017/10/23 14:00:00 -2017/10/23 15:00:00 -2017/10/23 16:00:00 -2017/10/23 17:00:00 -2017/10/23 18:00:00 -2017/10/23 19:00:00 -2017/10/23 20:00:00 -2017/10/23 21:00:00 -2017/10/23 22:00:00 -2017/10/23 23:00:00 -2017/10/24 00:00:00 -2017/10/24 01:00:00 -2017/10/24 02:00:00 -2017/10/24 03:00:00 -2017/10/24 04:00:00 -2017/10/24 05:00:00 -2017/10/24 06:00:00 -2017/10/24 07:00:00 -2017/10/24 08:00:00 -2017/10/24 09:00:00 -2017/10/24 10:00:00 -2017/10/24 11:00:00 -2017/10/24 12:00:00 -2017/10/24 13:00:00 -2017/10/24 14:00:00 -2017/10/24 15:00:00 -2017/10/24 16:00:00 -2017/10/24 17:00:00 -2017/10/24 18:00:00 -2017/10/24 19:00:00 -2017/10/24 20:00:00 -2017/10/24 21:00:00 -2017/10/24 22:00:00 -2017/10/24 23:00:00 -2017/10/25 00:00:00 -2017/10/25 01:00:00 -2017/10/25 02:00:00 -2017/10/25 03:00:00 -2017/10/25 04:00:00 -2017/10/25 05:00:00 -2017/10/25 06:00:00 -2017/10/25 07:00:00 -2017/10/25 08:00:00 -2017/10/25 09:00:00 -2017/10/25 10:00:00 -2017/10/25 11:00:00 -2017/10/25 12:00:00 -2017/10/25 13:00:00 -2017/10/25 14:00:00 -2017/10/25 15:00:00 -2017/10/25 16:00:00 -2017/10/25 17:00:00 -2017/10/25 18:00:00 -2017/10/25 19:00:00 -2017/10/25 20:00:00 -2017/10/25 21:00:00 -2017/10/25 22:00:00 -2017/10/25 23:00:00 -2017/10/26 00:00:00 -2017/10/26 01:00:00 -2017/10/26 02:00:00 -2017/10/26 03:00:00 -2017/10/26 04:00:00 -2017/10/26 05:00:00 -2017/10/26 06:00:00 -2017/10/26 07:00:00 -2017/10/26 08:00:00 -2017/10/26 09:00:00 -2017/10/26 10:00:00 -2017/10/26 11:00:00 -2017/10/26 12:00:00 -2017/10/26 13:00:00 -2017/10/26 14:00:00 -2017/10/26 15:00:00 -2017/10/26 16:00:00 -2017/10/26 17:00:00 -2017/10/26 18:00:00 -2017/10/26 19:00:00 -2017/10/26 20:00:00 -2017/10/26 21:00:00 -2017/10/26 22:00:00 -2017/10/26 23:00:00 -2017/10/27 00:00:00 -2017/10/27 01:00:00 -2017/10/27 02:00:00 -2017/10/27 03:00:00 -2017/10/27 04:00:00 -2017/10/27 05:00:00 -2017/10/27 06:00:00 -2017/10/27 07:00:00 -2017/10/27 08:00:00 -2017/10/27 09:00:00 -2017/10/27 10:00:00 -2017/10/27 11:00:00 -2017/10/27 12:00:00 -2017/10/27 13:00:00 -2017/10/27 14:00:00 -2017/10/27 15:00:00 -2017/10/27 16:00:00 -2017/10/27 17:00:00 -2017/10/27 18:00:00 -2017/10/27 19:00:00 -2017/10/27 20:00:00 -2017/10/27 21:00:00 -2017/10/27 22:00:00 -2017/10/27 23:00:00 -2017/10/28 00:00:00 -2017/10/28 01:00:00 -2017/10/28 02:00:00 -2017/10/28 03:00:00 -2017/10/28 04:00:00 -2017/10/28 05:00:00 -2017/10/28 06:00:00 -2017/10/28 07:00:00 -2017/10/28 08:00:00 -2017/10/28 09:00:00 -2017/10/28 10:00:00 -2017/10/28 11:00:00 -2017/10/28 12:00:00 -2017/10/28 13:00:00 -2017/10/28 14:00:00 -2017/10/28 15:00:00 -2017/10/28 16:00:00 -2017/10/28 17:00:00 -2017/10/28 18:00:00 -2017/10/28 19:00:00 -2017/10/28 20:00:00 -2017/10/28 21:00:00 -2017/10/28 22:00:00 -2017/10/28 23:00:00 -2017/10/29 00:00:00 -2017/10/29 01:00:00 -2017/10/29 02:00:00 -2017/10/29 03:00:00 -2017/10/29 04:00:00 -2017/10/29 05:00:00 -2017/10/29 06:00:00 -2017/10/29 07:00:00 -2017/10/29 08:00:00 -2017/10/29 09:00:00 -2017/10/29 10:00:00 -2017/10/29 11:00:00 -2017/10/29 12:00:00 -2017/10/29 13:00:00 -2017/10/29 14:00:00 -2017/10/29 15:00:00 -2017/10/29 16:00:00 -2017/10/29 17:00:00 -2017/10/29 18:00:00 -2017/10/29 19:00:00 -2017/10/29 20:00:00 -2017/10/29 21:00:00 -2017/10/29 22:00:00 -2017/10/29 23:00:00 -2017/10/30 00:00:00 -2017/10/30 01:00:00 -2017/10/30 02:00:00 -2017/10/30 03:00:00 -2017/10/30 04:00:00 -2017/10/30 05:00:00 -2017/10/30 06:00:00 -2017/10/30 07:00:00 -2017/10/30 08:00:00 -2017/10/30 09:00:00 -2017/10/30 10:00:00 -2017/10/30 11:00:00 -2017/10/30 12:00:00 -2017/10/30 13:00:00 -2017/10/30 14:00:00 -2017/10/30 15:00:00 -2017/10/30 16:00:00 -2017/10/30 17:00:00 -2017/10/30 18:00:00 -2017/10/30 19:00:00 -2017/10/30 20:00:00 -2017/10/30 21:00:00 -2017/10/30 22:00:00 -2017/10/30 23:00:00 -2017/10/31 00:00:00 -2017/10/31 01:00:00 -2017/10/31 02:00:00 -2017/10/31 03:00:00 -2017/10/31 04:00:00 -2017/10/31 05:00:00 -2017/10/31 06:00:00 -2017/10/31 07:00:00 -2017/10/31 08:00:00 -2017/10/31 09:00:00 -2017/10/31 10:00:00 -2017/10/31 11:00:00 -2017/10/31 12:00:00 -2017/10/31 13:00:00 -2017/10/31 14:00:00 -2017/10/31 15:00:00 -2017/10/31 16:00:00 -2017/10/31 17:00:00 -2017/10/31 18:00:00 -2017/10/31 19:00:00 -2017/10/31 20:00:00 -2017/10/31 21:00:00 -2017/10/31 22:00:00 -2017/10/31 23:00:00 -2017/11/01 00:00:00 -2017/11/01 01:00:00 -2017/11/01 02:00:00 -2017/11/01 03:00:00 -2017/11/01 04:00:00 -2017/11/01 05:00:00 -2017/11/01 06:00:00 -2017/11/01 07:00:00 -2017/11/01 08:00:00 -2017/11/01 09:00:00 -2017/11/01 10:00:00 -2017/11/01 11:00:00 -2017/11/01 12:00:00 -2017/11/01 13:00:00 -2017/11/01 14:00:00 -2017/11/01 15:00:00 -2017/11/01 16:00:00 -2017/11/01 17:00:00 -2017/11/01 18:00:00 -2017/11/01 19:00:00 -2017/11/01 20:00:00 -2017/11/01 21:00:00 -2017/11/01 22:00:00 -2017/11/01 23:00:00 -2017/11/02 00:00:00 -2017/11/02 01:00:00 -2017/11/02 02:00:00 -2017/11/02 03:00:00 -2017/11/02 04:00:00 -2017/11/02 05:00:00 -2017/11/02 06:00:00 -2017/11/02 07:00:00 -2017/11/02 08:00:00 -2017/11/02 09:00:00 -2017/11/02 10:00:00 -2017/11/02 11:00:00 -2017/11/02 12:00:00 -2017/11/02 13:00:00 -2017/11/02 14:00:00 -2017/11/02 15:00:00 -2017/11/02 16:00:00 -2017/11/02 17:00:00 -2017/11/02 18:00:00 -2017/11/02 19:00:00 -2017/11/02 20:00:00 -2017/11/02 21:00:00 -2017/11/02 22:00:00 -2017/11/02 23:00:00 -2017/11/03 00:00:00 -2017/11/03 01:00:00 -2017/11/03 02:00:00 -2017/11/03 03:00:00 -2017/11/03 04:00:00 -2017/11/03 05:00:00 -2017/11/03 06:00:00 -2017/11/03 07:00:00 -2017/11/03 08:00:00 -2017/11/03 09:00:00 -2017/11/03 10:00:00 -2017/11/03 11:00:00 -2017/11/03 12:00:00 -2017/11/03 13:00:00 -2017/11/03 14:00:00 -2017/11/03 15:00:00 -2017/11/03 16:00:00 -2017/11/03 17:00:00 -2017/11/03 18:00:00 -2017/11/03 19:00:00 -2017/11/03 20:00:00 -2017/11/03 21:00:00 -2017/11/03 22:00:00 -2017/11/03 23:00:00 -2017/11/04 00:00:00 -2017/11/04 01:00:00 -2017/11/04 02:00:00 -2017/11/04 03:00:00 -2017/11/04 04:00:00 -2017/11/04 05:00:00 -2017/11/04 06:00:00 -2017/11/04 07:00:00 -2017/11/04 08:00:00 -2017/11/04 09:00:00 -2017/11/04 10:00:00 -2017/11/04 11:00:00 -2017/11/04 12:00:00 -2017/11/04 13:00:00 -2017/11/04 14:00:00 -2017/11/04 15:00:00 -2017/11/04 16:00:00 -2017/11/04 17:00:00 -2017/11/04 18:00:00 -2017/11/04 19:00:00 -2017/11/04 20:00:00 -2017/11/04 21:00:00 -2017/11/04 22:00:00 -2017/11/04 23:00:00 -2017/11/05 00:00:00 -2017/11/05 01:00:00 -2017/11/05 02:00:00 -2017/11/05 03:00:00 -2017/11/05 04:00:00 -2017/11/05 05:00:00 -2017/11/05 06:00:00 -2017/11/05 07:00:00 -2017/11/05 08:00:00 -2017/11/05 09:00:00 -2017/11/05 10:00:00 -2017/11/05 11:00:00 -2017/11/05 12:00:00 -2017/11/05 13:00:00 -2017/11/05 14:00:00 -2017/11/05 15:00:00 -2017/11/05 16:00:00 -2017/11/05 17:00:00 -2017/11/05 18:00:00 -2017/11/05 19:00:00 -2017/11/05 20:00:00 -2017/11/05 21:00:00 -2017/11/05 22:00:00 -2017/11/05 23:00:00 -2017/11/06 00:00:00 -2017/11/06 01:00:00 -2017/11/06 02:00:00 -2017/11/06 03:00:00 -2017/11/06 04:00:00 -2017/11/06 05:00:00 -2017/11/06 06:00:00 -2017/11/06 07:00:00 -2017/11/06 08:00:00 -2017/11/06 09:00:00 -2017/11/06 10:00:00 -2017/11/06 11:00:00 -2017/11/06 12:00:00 -2017/11/06 13:00:00 -2017/11/06 14:00:00 -2017/11/06 15:00:00 -2017/11/06 16:00:00 -2017/11/06 17:00:00 -2017/11/06 18:00:00 -2017/11/06 19:00:00 -2017/11/06 20:00:00 -2017/11/06 21:00:00 -2017/11/06 22:00:00 -2017/11/06 23:00:00 -2017/11/07 00:00:00 -2017/11/07 01:00:00 -2017/11/07 02:00:00 -2017/11/07 03:00:00 -2017/11/07 04:00:00 -2017/11/07 05:00:00 -2017/11/07 06:00:00 -2017/11/07 07:00:00 -2017/11/07 08:00:00 -2017/11/07 09:00:00 -2017/11/07 10:00:00 -2017/11/07 11:00:00 -2017/11/07 12:00:00 -2017/11/07 13:00:00 -2017/11/07 14:00:00 -2017/11/07 15:00:00 -2017/11/07 16:00:00 -2017/11/07 17:00:00 -2017/11/07 18:00:00 -2017/11/07 19:00:00 -2017/11/07 20:00:00 -2017/11/07 21:00:00 -2017/11/07 22:00:00 -2017/11/07 23:00:00 -2017/11/08 00:00:00 -2017/11/08 01:00:00 -2017/11/08 02:00:00 -2017/11/08 03:00:00 -2017/11/08 04:00:00 -2017/11/08 05:00:00 -2017/11/08 06:00:00 -2017/11/08 07:00:00 -2017/11/08 08:00:00 -2017/11/08 09:00:00 -2017/11/08 10:00:00 -2017/11/08 11:00:00 -2017/11/08 12:00:00 -2017/11/08 13:00:00 -2017/11/08 14:00:00 -2017/11/08 15:00:00 -2017/11/08 16:00:00 -2017/11/08 17:00:00 -2017/11/08 18:00:00 -2017/11/08 19:00:00 -2017/11/08 20:00:00 -2017/11/08 21:00:00 -2017/11/08 22:00:00 -2017/11/08 23:00:00 -2017/11/09 00:00:00 -2017/11/09 01:00:00 -2017/11/09 02:00:00 -2017/11/09 03:00:00 -2017/11/09 04:00:00 -2017/11/09 05:00:00 -2017/11/09 06:00:00 -2017/11/09 07:00:00 -2017/11/09 08:00:00 -2017/11/09 09:00:00 -2017/11/09 10:00:00 -2017/11/09 11:00:00 -2017/11/09 12:00:00 -2017/11/09 13:00:00 -2017/11/09 14:00:00 -2017/11/09 15:00:00 -2017/11/09 16:00:00 -2017/11/09 17:00:00 -2017/11/09 18:00:00 -2017/11/09 19:00:00 -2017/11/09 20:00:00 -2017/11/09 21:00:00 -2017/11/09 22:00:00 -2017/11/09 23:00:00 -2017/11/10 00:00:00 -2017/11/10 01:00:00 -2017/11/10 02:00:00 -2017/11/10 03:00:00 -2017/11/10 04:00:00 -2017/11/10 05:00:00 -2017/11/10 06:00:00 -2017/11/10 07:00:00 -2017/11/10 08:00:00 -2017/11/10 09:00:00 -2017/11/10 10:00:00 -2017/11/10 11:00:00 -2017/11/10 12:00:00 -2017/11/10 13:00:00 -2017/11/10 14:00:00 -2017/11/10 15:00:00 -2017/11/10 16:00:00 -2017/11/10 17:00:00 -2017/11/10 18:00:00 -2017/11/10 19:00:00 -2017/11/10 20:00:00 -2017/11/10 21:00:00 -2017/11/10 22:00:00 -2017/11/10 23:00:00 -2017/11/11 00:00:00 -2017/11/11 01:00:00 -2017/11/11 02:00:00 -2017/11/11 03:00:00 -2017/11/11 04:00:00 -2017/11/11 05:00:00 -2017/11/11 06:00:00 -2017/11/11 07:00:00 -2017/11/11 08:00:00 -2017/11/11 09:00:00 -2017/11/11 10:00:00 -2017/11/11 11:00:00 -2017/11/11 12:00:00 -2017/11/11 13:00:00 -2017/11/11 14:00:00 -2017/11/11 15:00:00 -2017/11/11 16:00:00 -2017/11/11 17:00:00 -2017/11/11 18:00:00 -2017/11/11 19:00:00 -2017/11/11 20:00:00 -2017/11/11 21:00:00 -2017/11/11 22:00:00 -2017/11/11 23:00:00 -2017/11/12 00:00:00 -2017/11/12 01:00:00 -2017/11/12 02:00:00 -2017/11/12 03:00:00 -2017/11/12 04:00:00 -2017/11/12 05:00:00 -2017/11/12 06:00:00 -2017/11/12 07:00:00 -2017/11/12 08:00:00 -2017/11/12 09:00:00 -2017/11/12 10:00:00 -2017/11/12 11:00:00 -2017/11/12 12:00:00 -2017/11/12 13:00:00 -2017/11/12 14:00:00 -2017/11/12 15:00:00 -2017/11/12 16:00:00 -2017/11/12 17:00:00 -2017/11/12 18:00:00 -2017/11/12 19:00:00 -2017/11/12 20:00:00 -2017/11/12 21:00:00 -2017/11/12 22:00:00 -2017/11/12 23:00:00 -2017/11/13 00:00:00 -2017/11/13 01:00:00 -2017/11/13 02:00:00 -2017/11/13 03:00:00 -2017/11/13 04:00:00 -2017/11/13 05:00:00 -2017/11/13 06:00:00 -2017/11/13 07:00:00 -2017/11/13 08:00:00 -2017/11/13 09:00:00 -2017/11/13 10:00:00 -2017/11/13 11:00:00 -2017/11/13 12:00:00 -2017/11/13 13:00:00 -2017/11/13 14:00:00 -2017/11/13 15:00:00 -2017/11/13 16:00:00 -2017/11/13 17:00:00 -2017/11/13 18:00:00 -2017/11/13 19:00:00 -2017/11/13 20:00:00 -2017/11/13 21:00:00 -2017/11/13 22:00:00 -2017/11/13 23:00:00 -2017/11/14 00:00:00 -2017/11/14 01:00:00 -2017/11/14 02:00:00 -2017/11/14 03:00:00 -2017/11/14 04:00:00 -2017/11/14 05:00:00 -2017/11/14 06:00:00 -2017/11/14 07:00:00 -2017/11/14 08:00:00 -2017/11/14 09:00:00 -2017/11/14 10:00:00 -2017/11/14 11:00:00 -2017/11/14 12:00:00 -2017/11/14 13:00:00 -2017/11/14 14:00:00 -2017/11/14 15:00:00 -2017/11/14 16:00:00 -2017/11/14 17:00:00 -2017/11/14 18:00:00 -2017/11/14 19:00:00 -2017/11/14 20:00:00 -2017/11/14 21:00:00 -2017/11/14 22:00:00 -2017/11/14 23:00:00 -2017/11/15 00:00:00 -2017/11/15 01:00:00 -2017/11/15 02:00:00 -2017/11/15 03:00:00 -2017/11/15 04:00:00 -2017/11/15 05:00:00 -2017/11/15 06:00:00 -2017/11/15 07:00:00 -2017/11/15 08:00:00 -2017/11/15 09:00:00 -2017/11/15 10:00:00 -2017/11/15 11:00:00 -2017/11/15 12:00:00 -2017/11/15 13:00:00 -2017/11/15 14:00:00 -2017/11/15 15:00:00 -2017/11/15 16:00:00 -2017/11/15 17:00:00 -2017/11/15 18:00:00 -2017/11/15 19:00:00 -2017/11/15 20:00:00 -2017/11/15 21:00:00 -2017/11/15 22:00:00 -2017/11/15 23:00:00 -2017/11/16 00:00:00 -2017/11/16 01:00:00 -2017/11/16 02:00:00 -2017/11/16 03:00:00 -2017/11/16 04:00:00 -2017/11/16 05:00:00 -2017/11/16 06:00:00 -2017/11/16 07:00:00 -2017/11/16 08:00:00 -2017/11/16 09:00:00 -2017/11/16 10:00:00 -2017/11/16 11:00:00 -2017/11/16 12:00:00 -2017/11/16 13:00:00 -2017/11/16 14:00:00 -2017/11/16 15:00:00 -2017/11/16 16:00:00 -2017/11/16 17:00:00 -2017/11/16 18:00:00 -2017/11/16 19:00:00 -2017/11/16 20:00:00 -2017/11/16 21:00:00 -2017/11/16 22:00:00 -2017/11/16 23:00:00 -2017/11/17 00:00:00 -2017/11/17 01:00:00 -2017/11/17 02:00:00 -2017/11/17 03:00:00 -2017/11/17 04:00:00 -2017/11/17 05:00:00 -2017/11/17 06:00:00 -2017/11/17 07:00:00 -2017/11/17 08:00:00 -2017/11/17 09:00:00 -2017/11/17 10:00:00 -2017/11/17 11:00:00 -2017/11/17 12:00:00 -2017/11/17 13:00:00 -2017/11/17 14:00:00 -2017/11/17 15:00:00 -2017/11/17 16:00:00 -2017/11/17 17:00:00 -2017/11/17 18:00:00 -2017/11/17 19:00:00 -2017/11/17 20:00:00 -2017/11/17 21:00:00 -2017/11/17 22:00:00 -2017/11/17 23:00:00 -2017/11/18 00:00:00 -2017/11/18 01:00:00 -2017/11/18 02:00:00 -2017/11/18 03:00:00 -2017/11/18 04:00:00 -2017/11/18 05:00:00 -2017/11/18 06:00:00 -2017/11/18 07:00:00 -2017/11/18 08:00:00 -2017/11/18 09:00:00 -2017/11/18 10:00:00 -2017/11/18 11:00:00 -2017/11/18 12:00:00 -2017/11/18 13:00:00 -2017/11/18 14:00:00 -2017/11/18 15:00:00 -2017/11/18 16:00:00 -2017/11/18 17:00:00 -2017/11/18 18:00:00 -2017/11/18 19:00:00 -2017/11/18 20:00:00 -2017/11/18 21:00:00 -2017/11/18 22:00:00 -2017/11/18 23:00:00 -2017/11/19 00:00:00 -2017/11/19 01:00:00 -2017/11/19 02:00:00 -2017/11/19 03:00:00 -2017/11/19 04:00:00 -2017/11/19 05:00:00 -2017/11/19 06:00:00 -2017/11/19 07:00:00 -2017/11/19 08:00:00 -2017/11/19 09:00:00 -2017/11/19 10:00:00 -2017/11/19 11:00:00 -2017/11/19 12:00:00 -2017/11/19 13:00:00 -2017/11/19 14:00:00 -2017/11/19 15:00:00 -2017/11/19 16:00:00 -2017/11/19 17:00:00 -2017/11/19 18:00:00 -2017/11/19 19:00:00 -2017/11/19 20:00:00 -2017/11/19 21:00:00 -2017/11/19 22:00:00 -2017/11/19 23:00:00 -2017/11/20 00:00:00 -2017/11/20 01:00:00 -2017/11/20 02:00:00 -2017/11/20 03:00:00 -2017/11/20 04:00:00 -2017/11/20 05:00:00 -2017/11/20 06:00:00 -2017/11/20 07:00:00 -2017/11/20 08:00:00 -2017/11/20 09:00:00 -2017/11/20 10:00:00 -2017/11/20 11:00:00 -2017/11/20 12:00:00 -2017/11/20 13:00:00 -2017/11/20 14:00:00 -2017/11/20 15:00:00 -2017/11/20 16:00:00 -2017/11/20 17:00:00 -2017/11/20 18:00:00 -2017/11/20 19:00:00 -2017/11/20 20:00:00 -2017/11/20 21:00:00 -2017/11/20 22:00:00 -2017/11/20 23:00:00 -2017/11/21 00:00:00 -2017/11/21 01:00:00 -2017/11/21 02:00:00 -2017/11/21 03:00:00 -2017/11/21 04:00:00 -2017/11/21 05:00:00 -2017/11/21 06:00:00 -2017/11/21 07:00:00 -2017/11/21 08:00:00 -2017/11/21 09:00:00 -2017/11/21 10:00:00 -2017/11/21 11:00:00 -2017/11/21 12:00:00 -2017/11/21 13:00:00 -2017/11/21 14:00:00 -2017/11/21 15:00:00 -2017/11/21 16:00:00 -2017/11/21 17:00:00 -2017/11/21 18:00:00 -2017/11/21 19:00:00 -2017/11/21 20:00:00 -2017/11/21 21:00:00 -2017/11/21 22:00:00 -2017/11/21 23:00:00 -2017/11/22 00:00:00 -2017/11/22 01:00:00 -2017/11/22 02:00:00 -2017/11/22 03:00:00 -2017/11/22 04:00:00 -2017/11/22 05:00:00 -2017/11/22 06:00:00 -2017/11/22 07:00:00 -2017/11/22 08:00:00 -2017/11/22 09:00:00 -2017/11/22 10:00:00 -2017/11/22 11:00:00 -2017/11/22 12:00:00 -2017/11/22 13:00:00 -2017/11/22 14:00:00 -2017/11/22 15:00:00 -2017/11/22 16:00:00 -2017/11/22 17:00:00 -2017/11/22 18:00:00 -2017/11/22 19:00:00 -2017/11/22 20:00:00 -2017/11/22 21:00:00 -2017/11/22 22:00:00 -2017/11/22 23:00:00 -2017/11/23 00:00:00 -2017/11/23 01:00:00 -2017/11/23 02:00:00 -2017/11/23 03:00:00 -2017/11/23 04:00:00 -2017/11/23 05:00:00 -2017/11/23 06:00:00 -2017/11/23 07:00:00 -2017/11/23 08:00:00 -2017/11/23 09:00:00 -2017/11/23 10:00:00 -2017/11/23 11:00:00 -2017/11/23 12:00:00 -2017/11/23 13:00:00 -2017/11/23 14:00:00 -2017/11/23 15:00:00 -2017/11/23 16:00:00 -2017/11/23 17:00:00 -2017/11/23 18:00:00 -2017/11/23 19:00:00 -2017/11/23 20:00:00 -2017/11/23 21:00:00 -2017/11/23 22:00:00 -2017/11/23 23:00:00 -2017/11/24 00:00:00 -2017/11/24 01:00:00 -2017/11/24 02:00:00 -2017/11/24 03:00:00 -2017/11/24 04:00:00 -2017/11/24 05:00:00 -2017/11/24 06:00:00 -2017/11/24 07:00:00 -2017/11/24 08:00:00 -2017/11/24 09:00:00 -2017/11/24 10:00:00 -2017/11/24 11:00:00 -2017/11/24 12:00:00 -2017/11/24 13:00:00 -2017/11/24 14:00:00 -2017/11/24 15:00:00 -2017/11/24 16:00:00 -2017/11/24 17:00:00 -2017/11/24 18:00:00 -2017/11/24 19:00:00 -2017/11/24 20:00:00 -2017/11/24 21:00:00 -2017/11/24 22:00:00 -2017/11/24 23:00:00 -2017/11/25 00:00:00 -2017/11/25 01:00:00 -2017/11/25 02:00:00 -2017/11/25 03:00:00 -2017/11/25 04:00:00 -2017/11/25 05:00:00 -2017/11/25 06:00:00 -2017/11/25 07:00:00 -2017/11/25 08:00:00 -2017/11/25 09:00:00 -2017/11/25 10:00:00 -2017/11/25 11:00:00 -2017/11/25 12:00:00 -2017/11/25 13:00:00 -2017/11/25 14:00:00 -2017/11/25 15:00:00 -2017/11/25 16:00:00 -2017/11/25 17:00:00 -2017/11/25 18:00:00 -2017/11/25 19:00:00 -2017/11/25 20:00:00 -2017/11/25 21:00:00 -2017/11/25 22:00:00 -2017/11/25 23:00:00 -2017/11/26 00:00:00 -2017/11/26 01:00:00 -2017/11/26 02:00:00 -2017/11/26 03:00:00 -2017/11/26 04:00:00 -2017/11/26 05:00:00 -2017/11/26 06:00:00 -2017/11/26 07:00:00 -2017/11/26 08:00:00 -2017/11/26 09:00:00 -2017/11/26 10:00:00 -2017/11/26 11:00:00 -2017/11/26 12:00:00 -2017/11/26 13:00:00 -2017/11/26 14:00:00 -2017/11/26 15:00:00 -2017/11/26 16:00:00 -2017/11/26 17:00:00 -2017/11/26 18:00:00 -2017/11/26 19:00:00 -2017/11/26 20:00:00 -2017/11/26 21:00:00 -2017/11/26 22:00:00 -2017/11/26 23:00:00 -2017/11/27 00:00:00 -2017/11/27 01:00:00 -2017/11/27 02:00:00 -2017/11/27 03:00:00 -2017/11/27 04:00:00 -2017/11/27 05:00:00 -2017/11/27 06:00:00 -2017/11/27 07:00:00 -2017/11/27 08:00:00 -2017/11/27 09:00:00 -2017/11/27 10:00:00 -2017/11/27 11:00:00 -2017/11/27 12:00:00 -2017/11/27 13:00:00 -2017/11/27 14:00:00 -2017/11/27 15:00:00 -2017/11/27 16:00:00 -2017/11/27 17:00:00 -2017/11/27 18:00:00 -2017/11/27 19:00:00 -2017/11/27 20:00:00 -2017/11/27 21:00:00 -2017/11/27 22:00:00 -2017/11/27 23:00:00 -2017/11/28 00:00:00 -2017/11/28 01:00:00 -2017/11/28 02:00:00 -2017/11/28 03:00:00 -2017/11/28 04:00:00 -2017/11/28 05:00:00 -2017/11/28 06:00:00 -2017/11/28 07:00:00 -2017/11/28 08:00:00 -2017/11/28 09:00:00 -2017/11/28 10:00:00 -2017/11/28 11:00:00 -2017/11/28 12:00:00 -2017/11/28 13:00:00 -2017/11/28 14:00:00 -2017/11/28 15:00:00 -2017/11/28 16:00:00 -2017/11/28 17:00:00 -2017/11/28 18:00:00 -2017/11/28 19:00:00 -2017/11/28 20:00:00 -2017/11/28 21:00:00 -2017/11/28 22:00:00 -2017/11/28 23:00:00 -2017/11/29 00:00:00 -2017/11/29 01:00:00 -2017/11/29 02:00:00 -2017/11/29 03:00:00 -2017/11/29 04:00:00 -2017/11/29 05:00:00 -2017/11/29 06:00:00 -2017/11/29 07:00:00 -2017/11/29 08:00:00 -2017/11/29 09:00:00 -2017/11/29 10:00:00 -2017/11/29 11:00:00 -2017/11/29 12:00:00 -2017/11/29 13:00:00 -2017/11/29 14:00:00 -2017/11/29 15:00:00 -2017/11/29 16:00:00 -2017/11/29 17:00:00 -2017/11/29 18:00:00 -2017/11/29 19:00:00 -2017/11/29 20:00:00 -2017/11/29 21:00:00 -2017/11/29 22:00:00 -2017/11/29 23:00:00 -2017/11/30 00:00:00 -2017/11/30 01:00:00 -2017/11/30 02:00:00 -2017/11/30 03:00:00 -2017/11/30 04:00:00 -2017/11/30 05:00:00 -2017/11/30 06:00:00 -2017/11/30 07:00:00 -2017/11/30 08:00:00 -2017/11/30 09:00:00 -2017/11/30 10:00:00 -2017/11/30 11:00:00 -2017/11/30 12:00:00 -2017/11/30 13:00:00 -2017/11/30 14:00:00 -2017/11/30 15:00:00 -2017/11/30 16:00:00 -2017/11/30 17:00:00 -2017/11/30 18:00:00 -2017/11/30 19:00:00 -2017/11/30 20:00:00 -2017/11/30 21:00:00 -2017/11/30 22:00:00 -2017/11/30 23:00:00 -2017/12/01 00:00:00 -2017/12/01 01:00:00 -2017/12/01 02:00:00 -2017/12/01 03:00:00 -2017/12/01 04:00:00 -2017/12/01 05:00:00 -2017/12/01 06:00:00 -2017/12/01 07:00:00 -2017/12/01 08:00:00 -2017/12/01 09:00:00 -2017/12/01 10:00:00 -2017/12/01 11:00:00 -2017/12/01 12:00:00 -2017/12/01 13:00:00 -2017/12/01 14:00:00 -2017/12/01 15:00:00 -2017/12/01 16:00:00 -2017/12/01 17:00:00 -2017/12/01 18:00:00 -2017/12/01 19:00:00 -2017/12/01 20:00:00 -2017/12/01 21:00:00 -2017/12/01 22:00:00 -2017/12/01 23:00:00 -2017/12/02 00:00:00 -2017/12/02 01:00:00 -2017/12/02 02:00:00 -2017/12/02 03:00:00 -2017/12/02 04:00:00 -2017/12/02 05:00:00 -2017/12/02 06:00:00 -2017/12/02 07:00:00 -2017/12/02 08:00:00 -2017/12/02 09:00:00 -2017/12/02 10:00:00 -2017/12/02 11:00:00 -2017/12/02 12:00:00 -2017/12/02 13:00:00 -2017/12/02 14:00:00 -2017/12/02 15:00:00 -2017/12/02 16:00:00 -2017/12/02 17:00:00 -2017/12/02 18:00:00 -2017/12/02 19:00:00 -2017/12/02 20:00:00 -2017/12/02 21:00:00 -2017/12/02 22:00:00 -2017/12/02 23:00:00 -2017/12/03 00:00:00 -2017/12/03 01:00:00 -2017/12/03 02:00:00 -2017/12/03 03:00:00 -2017/12/03 04:00:00 -2017/12/03 05:00:00 -2017/12/03 06:00:00 -2017/12/03 07:00:00 -2017/12/03 08:00:00 -2017/12/03 09:00:00 -2017/12/03 10:00:00 -2017/12/03 11:00:00 -2017/12/03 12:00:00 -2017/12/03 13:00:00 -2017/12/03 14:00:00 -2017/12/03 15:00:00 -2017/12/03 16:00:00 -2017/12/03 17:00:00 -2017/12/03 18:00:00 -2017/12/03 19:00:00 -2017/12/03 20:00:00 -2017/12/03 21:00:00 -2017/12/03 22:00:00 -2017/12/03 23:00:00 -2017/12/04 00:00:00 -2017/12/04 01:00:00 -2017/12/04 02:00:00 -2017/12/04 03:00:00 -2017/12/04 04:00:00 -2017/12/04 05:00:00 -2017/12/04 06:00:00 -2017/12/04 07:00:00 -2017/12/04 08:00:00 -2017/12/04 09:00:00 -2017/12/04 10:00:00 -2017/12/04 11:00:00 -2017/12/04 12:00:00 -2017/12/04 13:00:00 -2017/12/04 14:00:00 -2017/12/04 15:00:00 -2017/12/04 16:00:00 -2017/12/04 17:00:00 -2017/12/04 18:00:00 -2017/12/04 19:00:00 -2017/12/04 20:00:00 -2017/12/04 21:00:00 -2017/12/04 22:00:00 -2017/12/04 23:00:00 -2017/12/05 00:00:00 -2017/12/05 01:00:00 -2017/12/05 02:00:00 -2017/12/05 03:00:00 -2017/12/05 04:00:00 -2017/12/05 05:00:00 -2017/12/05 06:00:00 -2017/12/05 07:00:00 -2017/12/05 08:00:00 -2017/12/05 09:00:00 -2017/12/05 10:00:00 -2017/12/05 11:00:00 -2017/12/05 12:00:00 -2017/12/05 13:00:00 -2017/12/05 14:00:00 -2017/12/05 15:00:00 -2017/12/05 16:00:00 -2017/12/05 17:00:00 -2017/12/05 18:00:00 -2017/12/05 19:00:00 -2017/12/05 20:00:00 -2017/12/05 21:00:00 -2017/12/05 22:00:00 -2017/12/05 23:00:00 -2017/12/06 00:00:00 -2017/12/06 01:00:00 -2017/12/06 02:00:00 -2017/12/06 03:00:00 -2017/12/06 04:00:00 -2017/12/06 05:00:00 -2017/12/06 06:00:00 -2017/12/06 07:00:00 -2017/12/06 08:00:00 -2017/12/06 09:00:00 -2017/12/06 10:00:00 -2017/12/06 11:00:00 -2017/12/06 12:00:00 -2017/12/06 13:00:00 -2017/12/06 14:00:00 -2017/12/06 15:00:00 -2017/12/06 16:00:00 -2017/12/06 17:00:00 -2017/12/06 18:00:00 -2017/12/06 19:00:00 -2017/12/06 20:00:00 -2017/12/06 21:00:00 -2017/12/06 22:00:00 -2017/12/06 23:00:00 -2017/12/07 00:00:00 -2017/12/07 01:00:00 -2017/12/07 02:00:00 -2017/12/07 03:00:00 -2017/12/07 04:00:00 -2017/12/07 05:00:00 -2017/12/07 06:00:00 -2017/12/07 07:00:00 -2017/12/07 08:00:00 -2017/12/07 09:00:00 -2017/12/07 10:00:00 -2017/12/07 11:00:00 -2017/12/07 12:00:00 -2017/12/07 13:00:00 -2017/12/07 14:00:00 -2017/12/07 15:00:00 -2017/12/07 16:00:00 -2017/12/07 17:00:00 -2017/12/07 18:00:00 -2017/12/07 19:00:00 -2017/12/07 20:00:00 -2017/12/07 21:00:00 -2017/12/07 22:00:00 -2017/12/07 23:00:00 -2017/12/08 00:00:00 -2017/12/08 01:00:00 -2017/12/08 02:00:00 -2017/12/08 03:00:00 -2017/12/08 04:00:00 -2017/12/08 05:00:00 -2017/12/08 06:00:00 -2017/12/08 07:00:00 -2017/12/08 08:00:00 -2017/12/08 09:00:00 -2017/12/08 10:00:00 -2017/12/08 11:00:00 -2017/12/08 12:00:00 -2017/12/08 13:00:00 -2017/12/08 14:00:00 -2017/12/08 15:00:00 -2017/12/08 16:00:00 -2017/12/08 17:00:00 -2017/12/08 18:00:00 -2017/12/08 19:00:00 -2017/12/08 20:00:00 -2017/12/08 21:00:00 -2017/12/08 22:00:00 -2017/12/08 23:00:00 -2017/12/09 00:00:00 -2017/12/09 01:00:00 -2017/12/09 02:00:00 -2017/12/09 03:00:00 -2017/12/09 04:00:00 -2017/12/09 05:00:00 -2017/12/09 06:00:00 -2017/12/09 07:00:00 -2017/12/09 08:00:00 -2017/12/09 09:00:00 -2017/12/09 10:00:00 -2017/12/09 11:00:00 -2017/12/09 12:00:00 -2017/12/09 13:00:00 -2017/12/09 14:00:00 -2017/12/09 15:00:00 -2017/12/09 16:00:00 -2017/12/09 17:00:00 -2017/12/09 18:00:00 -2017/12/09 19:00:00 -2017/12/09 20:00:00 -2017/12/09 21:00:00 -2017/12/09 22:00:00 -2017/12/09 23:00:00 -2017/12/10 00:00:00 -2017/12/10 01:00:00 -2017/12/10 02:00:00 -2017/12/10 03:00:00 -2017/12/10 04:00:00 -2017/12/10 05:00:00 -2017/12/10 06:00:00 -2017/12/10 07:00:00 -2017/12/10 08:00:00 -2017/12/10 09:00:00 -2017/12/10 10:00:00 -2017/12/10 11:00:00 -2017/12/10 12:00:00 -2017/12/10 13:00:00 -2017/12/10 14:00:00 -2017/12/10 15:00:00 -2017/12/10 16:00:00 -2017/12/10 17:00:00 -2017/12/10 18:00:00 -2017/12/10 19:00:00 -2017/12/10 20:00:00 -2017/12/10 21:00:00 -2017/12/10 22:00:00 -2017/12/10 23:00:00 -2017/12/11 00:00:00 -2017/12/11 01:00:00 -2017/12/11 02:00:00 -2017/12/11 03:00:00 -2017/12/11 04:00:00 -2017/12/11 05:00:00 -2017/12/11 06:00:00 -2017/12/11 07:00:00 -2017/12/11 08:00:00 -2017/12/11 09:00:00 -2017/12/11 10:00:00 -2017/12/11 11:00:00 -2017/12/11 12:00:00 -2017/12/11 13:00:00 -2017/12/11 14:00:00 -2017/12/11 15:00:00 -2017/12/11 16:00:00 -2017/12/11 17:00:00 -2017/12/11 18:00:00 -2017/12/11 19:00:00 -2017/12/11 20:00:00 -2017/12/11 21:00:00 -2017/12/11 22:00:00 -2017/12/11 23:00:00 -2017/12/12 00:00:00 -2017/12/12 01:00:00 -2017/12/12 02:00:00 -2017/12/12 03:00:00 -2017/12/12 04:00:00 -2017/12/12 05:00:00 -2017/12/12 06:00:00 -2017/12/12 07:00:00 -2017/12/12 08:00:00 -2017/12/12 09:00:00 -2017/12/12 10:00:00 -2017/12/12 11:00:00 -2017/12/12 12:00:00 -2017/12/12 13:00:00 -2017/12/12 14:00:00 -2017/12/12 15:00:00 -2017/12/12 16:00:00 -2017/12/12 17:00:00 -2017/12/12 18:00:00 -2017/12/12 19:00:00 -2017/12/12 20:00:00 -2017/12/12 21:00:00 -2017/12/12 22:00:00 -2017/12/12 23:00:00 -2017/12/13 00:00:00 -2017/12/13 01:00:00 -2017/12/13 02:00:00 -2017/12/13 03:00:00 -2017/12/13 04:00:00 -2017/12/13 05:00:00 -2017/12/13 06:00:00 -2017/12/13 07:00:00 -2017/12/13 08:00:00 -2017/12/13 09:00:00 -2017/12/13 10:00:00 -2017/12/13 11:00:00 -2017/12/13 12:00:00 -2017/12/13 13:00:00 -2017/12/13 14:00:00 -2017/12/13 15:00:00 -2017/12/13 16:00:00 -2017/12/13 17:00:00 -2017/12/13 18:00:00 -2017/12/13 19:00:00 -2017/12/13 20:00:00 -2017/12/13 21:00:00 -2017/12/13 22:00:00 -2017/12/13 23:00:00 -2017/12/14 00:00:00 -2017/12/14 01:00:00 -2017/12/14 02:00:00 -2017/12/14 03:00:00 -2017/12/14 04:00:00 -2017/12/14 05:00:00 -2017/12/14 06:00:00 -2017/12/14 07:00:00 -2017/12/14 08:00:00 -2017/12/14 09:00:00 -2017/12/14 10:00:00 -2017/12/14 11:00:00 -2017/12/14 12:00:00 -2017/12/14 13:00:00 -2017/12/14 14:00:00 -2017/12/14 15:00:00 -2017/12/14 16:00:00 -2017/12/14 17:00:00 -2017/12/14 18:00:00 -2017/12/14 19:00:00 -2017/12/14 20:00:00 -2017/12/14 21:00:00 -2017/12/14 22:00:00 -2017/12/14 23:00:00 -2017/12/15 00:00:00 -2017/12/15 01:00:00 -2017/12/15 02:00:00 -2017/12/15 03:00:00 -2017/12/15 04:00:00 -2017/12/15 05:00:00 -2017/12/15 06:00:00 -2017/12/15 07:00:00 -2017/12/15 08:00:00 -2017/12/15 09:00:00 -2017/12/15 10:00:00 -2017/12/15 11:00:00 -2017/12/15 12:00:00 -2017/12/15 13:00:00 -2017/12/15 14:00:00 -2017/12/15 15:00:00 -2017/12/15 16:00:00 -2017/12/15 17:00:00 -2017/12/15 18:00:00 -2017/12/15 19:00:00 -2017/12/15 20:00:00 -2017/12/15 21:00:00 -2017/12/15 22:00:00 -2017/12/15 23:00:00 -2017/12/16 00:00:00 -2017/12/16 01:00:00 -2017/12/16 02:00:00 -2017/12/16 03:00:00 -2017/12/16 04:00:00 -2017/12/16 05:00:00 -2017/12/16 06:00:00 -2017/12/16 07:00:00 -2017/12/16 08:00:00 -2017/12/16 09:00:00 -2017/12/16 10:00:00 -2017/12/16 11:00:00 -2017/12/16 12:00:00 -2017/12/16 13:00:00 -2017/12/16 14:00:00 -2017/12/16 15:00:00 -2017/12/16 16:00:00 -2017/12/16 17:00:00 -2017/12/16 18:00:00 -2017/12/16 19:00:00 -2017/12/16 20:00:00 -2017/12/16 21:00:00 -2017/12/16 22:00:00 -2017/12/16 23:00:00 -2017/12/17 00:00:00 -2017/12/17 01:00:00 -2017/12/17 02:00:00 -2017/12/17 03:00:00 -2017/12/17 04:00:00 -2017/12/17 05:00:00 -2017/12/17 06:00:00 -2017/12/17 07:00:00 -2017/12/17 08:00:00 -2017/12/17 09:00:00 -2017/12/17 10:00:00 -2017/12/17 11:00:00 -2017/12/17 12:00:00 -2017/12/17 13:00:00 -2017/12/17 14:00:00 -2017/12/17 15:00:00 -2017/12/17 16:00:00 -2017/12/17 17:00:00 -2017/12/17 18:00:00 -2017/12/17 19:00:00 -2017/12/17 20:00:00 -2017/12/17 21:00:00 -2017/12/17 22:00:00 -2017/12/17 23:00:00 -2017/12/18 00:00:00 -2017/12/18 01:00:00 -2017/12/18 02:00:00 -2017/12/18 03:00:00 -2017/12/18 04:00:00 -2017/12/18 05:00:00 -2017/12/18 06:00:00 -2017/12/18 07:00:00 -2017/12/18 08:00:00 -2017/12/18 09:00:00 -2017/12/18 10:00:00 -2017/12/18 11:00:00 -2017/12/18 12:00:00 -2017/12/18 13:00:00 -2017/12/18 14:00:00 -2017/12/18 15:00:00 -2017/12/18 16:00:00 -2017/12/18 17:00:00 -2017/12/18 18:00:00 -2017/12/18 19:00:00 -2017/12/18 20:00:00 -2017/12/18 21:00:00 -2017/12/18 22:00:00 -2017/12/18 23:00:00 -2017/12/19 00:00:00 -2017/12/19 01:00:00 -2017/12/19 02:00:00 -2017/12/19 03:00:00 -2017/12/19 04:00:00 -2017/12/19 05:00:00 -2017/12/19 06:00:00 -2017/12/19 07:00:00 -2017/12/19 08:00:00 -2017/12/19 09:00:00 -2017/12/19 10:00:00 -2017/12/19 11:00:00 -2017/12/19 12:00:00 -2017/12/19 13:00:00 -2017/12/19 14:00:00 -2017/12/19 15:00:00 -2017/12/19 16:00:00 -2017/12/19 17:00:00 -2017/12/19 18:00:00 -2017/12/19 19:00:00 -2017/12/19 20:00:00 -2017/12/19 21:00:00 -2017/12/19 22:00:00 -2017/12/19 23:00:00 -2017/12/20 00:00:00 -2017/12/20 01:00:00 -2017/12/20 02:00:00 -2017/12/20 03:00:00 -2017/12/20 04:00:00 -2017/12/20 05:00:00 -2017/12/20 06:00:00 -2017/12/20 07:00:00 -2017/12/20 08:00:00 -2017/12/20 09:00:00 -2017/12/20 10:00:00 -2017/12/20 11:00:00 -2017/12/20 12:00:00 -2017/12/20 13:00:00 -2017/12/20 14:00:00 -2017/12/20 15:00:00 -2017/12/20 16:00:00 -2017/12/20 17:00:00 -2017/12/20 18:00:00 -2017/12/20 19:00:00 -2017/12/20 20:00:00 -2017/12/20 21:00:00 -2017/12/20 22:00:00 -2017/12/20 23:00:00 -2017/12/21 00:00:00 -2017/12/21 01:00:00 -2017/12/21 02:00:00 -2017/12/21 03:00:00 -2017/12/21 04:00:00 -2017/12/21 05:00:00 -2017/12/21 06:00:00 -2017/12/21 07:00:00 -2017/12/21 08:00:00 -2017/12/21 09:00:00 -2017/12/21 10:00:00 -2017/12/21 11:00:00 -2017/12/21 12:00:00 -2017/12/21 13:00:00 -2017/12/21 14:00:00 -2017/12/21 15:00:00 -2017/12/21 16:00:00 -2017/12/21 17:00:00 -2017/12/21 18:00:00 -2017/12/21 19:00:00 -2017/12/21 20:00:00 -2017/12/21 21:00:00 -2017/12/21 22:00:00 -2017/12/21 23:00:00 -2017/12/22 00:00:00 -2017/12/22 01:00:00 -2017/12/22 02:00:00 -2017/12/22 03:00:00 -2017/12/22 04:00:00 -2017/12/22 05:00:00 -2017/12/22 06:00:00 -2017/12/22 07:00:00 -2017/12/22 08:00:00 -2017/12/22 09:00:00 -2017/12/22 10:00:00 -2017/12/22 11:00:00 -2017/12/22 12:00:00 -2017/12/22 13:00:00 -2017/12/22 14:00:00 -2017/12/22 15:00:00 -2017/12/22 16:00:00 -2017/12/22 17:00:00 -2017/12/22 18:00:00 -2017/12/22 19:00:00 -2017/12/22 20:00:00 -2017/12/22 21:00:00 -2017/12/22 22:00:00 -2017/12/22 23:00:00 -2017/12/23 00:00:00 -2017/12/23 01:00:00 -2017/12/23 02:00:00 -2017/12/23 03:00:00 -2017/12/23 04:00:00 -2017/12/23 05:00:00 -2017/12/23 06:00:00 -2017/12/23 07:00:00 -2017/12/23 08:00:00 -2017/12/23 09:00:00 -2017/12/23 10:00:00 -2017/12/23 11:00:00 -2017/12/23 12:00:00 -2017/12/23 13:00:00 -2017/12/23 14:00:00 -2017/12/23 15:00:00 -2017/12/23 16:00:00 -2017/12/23 17:00:00 -2017/12/23 18:00:00 -2017/12/23 19:00:00 -2017/12/23 20:00:00 -2017/12/23 21:00:00 -2017/12/23 22:00:00 -2017/12/23 23:00:00 -2017/12/24 00:00:00 -2017/12/24 01:00:00 -2017/12/24 02:00:00 -2017/12/24 03:00:00 -2017/12/24 04:00:00 -2017/12/24 05:00:00 -2017/12/24 06:00:00 -2017/12/24 07:00:00 -2017/12/24 08:00:00 -2017/12/24 09:00:00 -2017/12/24 10:00:00 -2017/12/24 11:00:00 -2017/12/24 12:00:00 -2017/12/24 13:00:00 -2017/12/24 14:00:00 -2017/12/24 15:00:00 -2017/12/24 16:00:00 -2017/12/24 17:00:00 -2017/12/24 18:00:00 -2017/12/24 19:00:00 -2017/12/24 20:00:00 -2017/12/24 21:00:00 -2017/12/24 22:00:00 -2017/12/24 23:00:00 -2017/12/25 00:00:00 -2017/12/25 01:00:00 -2017/12/25 02:00:00 -2017/12/25 03:00:00 -2017/12/25 04:00:00 -2017/12/25 05:00:00 -2017/12/25 06:00:00 -2017/12/25 07:00:00 -2017/12/25 08:00:00 -2017/12/25 09:00:00 -2017/12/25 10:00:00 -2017/12/25 11:00:00 -2017/12/25 12:00:00 -2017/12/25 13:00:00 -2017/12/25 14:00:00 -2017/12/25 15:00:00 -2017/12/25 16:00:00 -2017/12/25 17:00:00 -2017/12/25 18:00:00 -2017/12/25 19:00:00 -2017/12/25 20:00:00 -2017/12/25 21:00:00 -2017/12/25 22:00:00 -2017/12/25 23:00:00 -2017/12/26 00:00:00 -2017/12/26 01:00:00 -2017/12/26 02:00:00 -2017/12/26 03:00:00 -2017/12/26 04:00:00 -2017/12/26 05:00:00 -2017/12/26 06:00:00 -2017/12/26 07:00:00 -2017/12/26 08:00:00 -2017/12/26 09:00:00 -2017/12/26 10:00:00 -2017/12/26 11:00:00 -2017/12/26 12:00:00 -2017/12/26 13:00:00 -2017/12/26 14:00:00 -2017/12/26 15:00:00 -2017/12/26 16:00:00 -2017/12/26 17:00:00 -2017/12/26 18:00:00 -2017/12/26 19:00:00 -2017/12/26 20:00:00 -2017/12/26 21:00:00 -2017/12/26 22:00:00 -2017/12/26 23:00:00 -2017/12/27 00:00:00 -2017/12/27 01:00:00 -2017/12/27 02:00:00 -2017/12/27 03:00:00 -2017/12/27 04:00:00 -2017/12/27 05:00:00 -2017/12/27 06:00:00 -2017/12/27 07:00:00 -2017/12/27 08:00:00 -2017/12/27 09:00:00 -2017/12/27 10:00:00 -2017/12/27 11:00:00 -2017/12/27 12:00:00 -2017/12/27 13:00:00 -2017/12/27 14:00:00 -2017/12/27 15:00:00 -2017/12/27 16:00:00 -2017/12/27 17:00:00 -2017/12/27 18:00:00 -2017/12/27 19:00:00 -2017/12/27 20:00:00 -2017/12/27 21:00:00 -2017/12/27 22:00:00 -2017/12/27 23:00:00 -2017/12/28 00:00:00 -2017/12/28 01:00:00 -2017/12/28 02:00:00 -2017/12/28 03:00:00 -2017/12/28 04:00:00 -2017/12/28 05:00:00 -2017/12/28 06:00:00 -2017/12/28 07:00:00 -2017/12/28 08:00:00 -2017/12/28 09:00:00 -2017/12/28 10:00:00 -2017/12/28 11:00:00 -2017/12/28 12:00:00 -2017/12/28 13:00:00 -2017/12/28 14:00:00 -2017/12/28 15:00:00 -2017/12/28 16:00:00 -2017/12/28 17:00:00 -2017/12/28 18:00:00 -2017/12/28 19:00:00 -2017/12/28 20:00:00 -2017/12/28 21:00:00 -2017/12/28 22:00:00 -2017/12/28 23:00:00 -2017/12/29 00:00:00 -2017/12/29 01:00:00 -2017/12/29 02:00:00 -2017/12/29 03:00:00 -2017/12/29 04:00:00 -2017/12/29 05:00:00 -2017/12/29 06:00:00 -2017/12/29 07:00:00 -2017/12/29 08:00:00 -2017/12/29 09:00:00 -2017/12/29 10:00:00 -2017/12/29 11:00:00 -2017/12/29 12:00:00 -2017/12/29 13:00:00 -2017/12/29 14:00:00 -2017/12/29 15:00:00 -2017/12/29 16:00:00 -2017/12/29 17:00:00 -2017/12/29 18:00:00 -2017/12/29 19:00:00 -2017/12/29 20:00:00 -2017/12/29 21:00:00 -2017/12/29 22:00:00 -2017/12/29 23:00:00 -2017/12/30 00:00:00 -2017/12/30 01:00:00 -2017/12/30 02:00:00 -2017/12/30 03:00:00 -2017/12/30 04:00:00 -2017/12/30 05:00:00 -2017/12/30 06:00:00 -2017/12/30 07:00:00 -2017/12/30 08:00:00 -2017/12/30 09:00:00 -2017/12/30 10:00:00 -2017/12/30 11:00:00 -2017/12/30 12:00:00 -2017/12/30 13:00:00 -2017/12/30 14:00:00 -2017/12/30 15:00:00 -2017/12/30 16:00:00 -2017/12/30 17:00:00 -2017/12/30 18:00:00 -2017/12/30 19:00:00 -2017/12/30 20:00:00 -2017/12/30 21:00:00 -2017/12/30 22:00:00 -2017/12/30 23:00:00 -2017/12/31 00:00:00 -2017/12/31 01:00:00 -2017/12/31 02:00:00 -2017/12/31 03:00:00 -2017/12/31 04:00:00 -2017/12/31 05:00:00 -2017/12/31 06:00:00 -2017/12/31 07:00:00 -2017/12/31 08:00:00 -2017/12/31 09:00:00 -2017/12/31 10:00:00 -2017/12/31 11:00:00 -2017/12/31 12:00:00 -2017/12/31 13:00:00 -2017/12/31 14:00:00 -2017/12/31 15:00:00 -2017/12/31 16:00:00 -2017/12/31 17:00:00 -2017/12/31 18:00:00 -2017/12/31 19:00:00 -2017/12/31 20:00:00 -2017/12/31 21:00:00 -2017/12/31 22:00:00 -2017/12/31 23:00:00 -2018/01/01 00:00:00 diff --git a/example/run/baseline_scenario/opendss/results/Features/1.csv b/example/run/baseline_scenario/opendss/results/Features/1.csv deleted file mode 100644 index 46ab97e..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/1.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9959055754299707,False,False -2017/01/15 03:00:00,0.9933457456423237,False,False -2017/01/15 05:00:00,0.9906836492419689,False,False -2017/01/15 07:00:00,0.9874744732988541,False,False -2017/01/15 09:00:00,0.9864791208196461,False,False -2017/01/15 11:00:00,0.988197808968652,False,False -2017/01/15 13:00:00,0.9957840055317715,False,False -2017/01/15 15:00:00,0.9924627165508673,False,False -2017/01/15 17:00:00,0.9856906663007873,False,False -2017/01/15 19:00:00,0.9836554520642627,False,False -2017/01/15 21:00:00,0.9832620040538721,False,False -2017/01/15 23:00:00,0.9867234524651961,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/10.csv b/example/run/baseline_scenario/opendss/results/Features/10.csv deleted file mode 100644 index da00f18..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/10.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9949330533682321,False,False -2017/01/15 03:00:00,0.9922862102713018,False,False -2017/01/15 05:00:00,0.9893335898759529,False,False -2017/01/15 07:00:00,0.9856569170789209,False,False -2017/01/15 09:00:00,0.9846418249370577,False,False -2017/01/15 11:00:00,0.9865391776853975,False,False -2017/01/15 13:00:00,0.9948570652754052,False,False -2017/01/15 15:00:00,0.9913010320749683,False,False -2017/01/15 17:00:00,0.983945237340357,False,False -2017/01/15 19:00:00,0.9817732050294007,False,False -2017/01/15 21:00:00,0.980714002259889,False,False -2017/01/15 23:00:00,0.985013361332108,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/11.csv b/example/run/baseline_scenario/opendss/results/Features/11.csv deleted file mode 100644 index 20ca6fe..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/11.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9921629636993962,False,False -2017/01/15 03:00:00,0.9844441751867291,False,False -2017/01/15 05:00:00,0.9735478453894583,False,False -2017/01/15 07:00:00,0.9646184293234089,False,False -2017/01/15 09:00:00,0.9614071831908765,False,False -2017/01/15 11:00:00,0.9670809243360572,False,False -2017/01/15 13:00:00,0.9920962519153008,False,False -2017/01/15 15:00:00,0.9832297881819573,False,False -2017/01/15 17:00:00,0.9642953207009896,False,False -2017/01/15 19:00:00,0.9595885641553518,False,False -2017/01/15 21:00:00,0.955468470860661,False,False -2017/01/15 23:00:00,0.9639832072855837,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/12.csv b/example/run/baseline_scenario/opendss/results/Features/12.csv deleted file mode 100644 index 8e611fe..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/12.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9964251433154505,False,False -2017/01/15 03:00:00,0.9944964889856299,False,False -2017/01/15 05:00:00,0.9922702146813029,False,False -2017/01/15 07:00:00,0.9895403521404011,False,False -2017/01/15 09:00:00,0.9887785564736445,False,False -2017/01/15 11:00:00,0.9901715234600886,False,False -2017/01/15 13:00:00,0.9963560570759024,False,False -2017/01/15 15:00:00,0.9937580906088789,False,False -2017/01/15 17:00:00,0.9882562822876007,False,False -2017/01/15 19:00:00,0.9866047920268447,False,False -2017/01/15 21:00:00,0.9859699215527696,False,False -2017/01/15 23:00:00,0.989018577691492,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/13.csv b/example/run/baseline_scenario/opendss/results/Features/13.csv deleted file mode 100644 index bbc6304..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/13.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9964077513527617,False,False -2017/01/15 03:00:00,0.994478596121645,False,False -2017/01/15 05:00:00,0.9922496672614173,False,False -2017/01/15 07:00:00,0.9895848189138925,False,False -2017/01/15 09:00:00,0.9887852462204677,False,False -2017/01/15 11:00:00,0.9901236260328202,False,False -2017/01/15 13:00:00,0.9963425256370401,False,False -2017/01/15 15:00:00,0.9937388383271859,False,False -2017/01/15 17:00:00,0.9882585978560318,False,False -2017/01/15 19:00:00,0.9866498776958038,False,False -2017/01/15 21:00:00,0.9859990325086265,False,False -2017/01/15 23:00:00,0.9889622485031019,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/2.csv b/example/run/baseline_scenario/opendss/results/Features/2.csv deleted file mode 100644 index 197b794..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/2.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9918331111376517,False,False -2017/01/15 03:00:00,0.983097243895909,False,False -2017/01/15 05:00:00,0.9695910324000426,False,False -2017/01/15 07:00:00,0.9603130660154519,False,False -2017/01/15 09:00:00,0.956326756754423,False,False -2017/01/15 11:00:00,0.9627799601999648,False,False -2017/01/15 13:00:00,0.9917597157181044,False,False -2017/01/15 15:00:00,0.9819865277594921,False,False -2017/01/15 17:00:00,0.9610643389564095,False,False -2017/01/15 19:00:00,0.9561687367009067,False,False -2017/01/15 21:00:00,0.9512076666998205,False,False -2017/01/15 23:00:00,0.9594963537438045,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/3.csv b/example/run/baseline_scenario/opendss/results/Features/3.csv deleted file mode 100644 index d804c8b..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/3.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9944505418770748,False,False -2017/01/15 03:00:00,0.991587271411588,False,False -2017/01/15 05:00:00,0.9883959886978776,False,False -2017/01/15 07:00:00,0.9845451331128375,False,False -2017/01/15 09:00:00,0.9835232489479052,False,False -2017/01/15 11:00:00,0.9855671450695177,False,False -2017/01/15 13:00:00,0.9943884287541834,False,False -2017/01/15 15:00:00,0.9904647477825842,False,False -2017/01/15 17:00:00,0.9823987210134492,False,False -2017/01/15 19:00:00,0.9801444721783964,False,False -2017/01/15 21:00:00,0.9790336859336453,False,False -2017/01/15 23:00:00,0.9838100484883796,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/4.csv b/example/run/baseline_scenario/opendss/results/Features/4.csv deleted file mode 100644 index af2175e..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/4.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9925116384397841,False,False -2017/01/15 03:00:00,0.9855381310047168,False,False -2017/01/15 05:00:00,0.9758464457894935,False,False -2017/01/15 07:00:00,0.9677312857687671,False,False -2017/01/15 09:00:00,0.9648509046880825,False,False -2017/01/15 11:00:00,0.9699493723910947,False,False -2017/01/15 13:00:00,0.9924451509841085,False,False -2017/01/15 15:00:00,0.9843376341945979,False,False -2017/01/15 17:00:00,0.9671156338360513,False,False -2017/01/15 19:00:00,0.962797927711438,False,False -2017/01/15 21:00:00,0.9591449859898437,False,False -2017/01/15 23:00:00,0.9670648689570142,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/5.csv b/example/run/baseline_scenario/opendss/results/Features/5.csv deleted file mode 100644 index 99a1991..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/5.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9938470322812428,False,False -2017/01/15 03:00:00,0.9909930059144053,False,False -2017/01/15 05:00:00,0.9879943590482231,False,False -2017/01/15 07:00:00,0.9841387444570512,False,False -2017/01/15 09:00:00,0.9826936960992029,False,False -2017/01/15 11:00:00,0.98473303547255,False,False -2017/01/15 13:00:00,0.9935893473190504,False,False -2017/01/15 15:00:00,0.9895992678246834,False,False -2017/01/15 17:00:00,0.9807051283663751,False,False -2017/01/15 19:00:00,0.9785043852855035,False,False -2017/01/15 21:00:00,0.9775387471692878,False,False -2017/01/15 23:00:00,0.9829105124318277,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/6.csv b/example/run/baseline_scenario/opendss/results/Features/6.csv deleted file mode 100644 index 135355b..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/6.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9938116070944538,False,False -2017/01/15 03:00:00,0.9909388125918364,False,False -2017/01/15 05:00:00,0.9879599251237119,False,False -2017/01/15 07:00:00,0.9841016159140933,False,False -2017/01/15 09:00:00,0.9826161512430157,False,False -2017/01/15 11:00:00,0.9846702767276777,False,False -2017/01/15 13:00:00,0.9935051700537118,False,False -2017/01/15 15:00:00,0.9895113058691379,False,False -2017/01/15 17:00:00,0.9805471999343648,False,False -2017/01/15 19:00:00,0.9783733635692945,False,False -2017/01/15 21:00:00,0.9774249191480299,False,False -2017/01/15 23:00:00,0.9828534322165347,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/7.csv b/example/run/baseline_scenario/opendss/results/Features/7.csv deleted file mode 100644 index 12c7287..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/7.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9699185833717602,False,False -2017/01/15 03:00:00,0.9656967528697401,False,False -2017/01/15 05:00:00,0.9690592893932397,False,False -2017/01/15 07:00:00,0.9657550628483954,False,False -2017/01/15 09:00:00,0.958339589485739,False,False -2017/01/15 11:00:00,0.960689161127085,False,False -2017/01/15 13:00:00,0.9646733279259768,False,False -2017/01/15 15:00:00,0.9488738314157157,False,True -2017/01/15 17:00:00,0.9051556563228096,False,True -2017/01/15 19:00:00,0.9034305136984062,False,True -2017/01/15 21:00:00,0.9294915219269416,False,True -2017/01/15 23:00:00,0.9547857769180261,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/8.csv b/example/run/baseline_scenario/opendss/results/Features/8.csv deleted file mode 100644 index 1b7b87e..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/8.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9944685021150713,False,False -2017/01/15 03:00:00,0.9917092059956637,False,False -2017/01/15 05:00:00,0.9886166749322248,False,False -2017/01/15 07:00:00,0.9848581747274681,False,False -2017/01/15 09:00:00,0.9838731258531054,False,False -2017/01/15 11:00:00,0.9858525531166067,False,False -2017/01/15 13:00:00,0.9944023509930099,False,False -2017/01/15 15:00:00,0.9905647995490959,False,False -2017/01/15 17:00:00,0.9826330328612248,False,False -2017/01/15 19:00:00,0.9804250321025624,False,False -2017/01/15 21:00:00,0.9793511408325002,False,False -2017/01/15 23:00:00,0.9841047009638414,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/9.csv b/example/run/baseline_scenario/opendss/results/Features/9.csv deleted file mode 100644 index 2848807..0000000 --- a/example/run/baseline_scenario/opendss/results/Features/9.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9944005908066321,False,False -2017/01/15 03:00:00,0.9916411631554203,False,False -2017/01/15 05:00:00,0.9885471368640669,False,False -2017/01/15 07:00:00,0.98478594777173,False,False -2017/01/15 09:00:00,0.9838282356314072,False,False -2017/01/15 11:00:00,0.9858078141466836,False,False -2017/01/15 13:00:00,0.9943568317350101,False,False -2017/01/15 15:00:00,0.9905388971623549,False,False -2017/01/15 17:00:00,0.9825598216306218,False,False -2017/01/15 19:00:00,0.9803503335048239,False,False -2017/01/15 21:00:00,0.9793345399789964,False,False -2017/01/15 23:00:00,0.9840435878063184,False,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv deleted file mode 100644 index 624af31..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.021342059514247908,False -2017/01/15 03:00:00,0.019817712330826527,False -2017/01/15 05:00:00,0.03187776008310957,False -2017/01/15 07:00:00,0.019955868423361525,False -2017/01/15 09:00:00,0.03543031429891177,False -2017/01/15 11:00:00,0.053696913429969746,False -2017/01/15 13:00:00,0.019195787669947353,False -2017/01/15 15:00:00,0.02314827104073016,False -2017/01/15 17:00:00,0.03074936532860395,False -2017/01/15 19:00:00,0.020093260031879088,False -2017/01/15 21:00:00,0.03679357366368055,False -2017/01/15 23:00:00,0.05855975046922342,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv deleted file mode 100644 index 4eea3f4..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.2433618011757238,False -2017/01/15 03:00:00,0.3730272360283667,False -2017/01/15 05:00:00,0.5198619971019582,False -2017/01/15 07:00:00,0.6975517489387071,False -2017/01/15 09:00:00,0.7479179948504265,False -2017/01/15 11:00:00,0.6577397625970473,False -2017/01/15 13:00:00,0.2476425851119755,False -2017/01/15 15:00:00,0.4215336123439969,False -2017/01/15 17:00:00,0.780731503759139,False -2017/01/15 19:00:00,0.8868022024441714,False -2017/01/15 21:00:00,0.931101935204618,False -2017/01/15 23:00:00,0.7333750044355153,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv deleted file mode 100644 index 21ad4b1..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.16141006394433707,False -2017/01/15 03:00:00,0.23911339792878614,False -2017/01/15 05:00:00,0.32159981312876607,False -2017/01/15 07:00:00,0.42795062531214234,False -2017/01/15 09:00:00,0.454199908937234,False -2017/01/15 11:00:00,0.39779760641166706,False -2017/01/15 13:00:00,0.16253554506658924,False -2017/01/15 15:00:00,0.2678115881112322,False -2017/01/15 17:00:00,0.4775603907107517,False -2017/01/15 19:00:00,0.5372380847963267,False -2017/01/15 21:00:00,0.5777984086703167,False -2017/01/15 23:00:00,0.44082627935518587,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv deleted file mode 100644 index e6f139c..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.04860860964937057,False -2017/01/15 03:00:00,0.10433844992960274,False -2017/01/15 05:00:00,0.14415668329984274,False -2017/01/15 07:00:00,0.19078469846373702,False -2017/01/15 09:00:00,0.21044086943403573,False -2017/01/15 11:00:00,0.17921878989871437,False -2017/01/15 13:00:00,0.05346981615797332,False -2017/01/15 15:00:00,0.11782646887966106,False -2017/01/15 17:00:00,0.2336195557312714,False -2017/01/15 19:00:00,0.269932489843527,False -2017/01/15 21:00:00,0.24939906318659003,False -2017/01/15 23:00:00,0.2077319155148353,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv deleted file mode 100644 index 5a58b3e..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.1614065945327042,False -2017/01/15 03:00:00,0.2391099268146862,False -2017/01/15 05:00:00,0.321596335226925,False -2017/01/15 07:00:00,0.42794648616566133,False -2017/01/15 09:00:00,0.4541957716487395,False -2017/01/15 11:00:00,0.3977934657973887,False -2017/01/15 13:00:00,0.16253207609834378,False -2017/01/15 15:00:00,0.2678081173994126,False -2017/01/15 17:00:00,0.4775569167395249,False -2017/01/15 19:00:00,0.537234612796432,False -2017/01/15 21:00:00,0.5777949346042348,False -2017/01/15 23:00:00,0.44082214281074716,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv deleted file mode 100644 index 8c51f91..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.08199548998808506,False -2017/01/15 03:00:00,0.13396771352769068,False -2017/01/15 05:00:00,0.1982758222691279,False -2017/01/15 07:00:00,0.2696293834376235,False -2017/01/15 09:00:00,0.2937426390521104,False -2017/01/15 11:00:00,0.2599587127283897,False -2017/01/15 13:00:00,0.0851510943872845,False -2017/01/15 15:00:00,0.1537352317219137,False -2017/01/15 17:00:00,0.30318485701622316,False -2017/01/15 19:00:00,0.34957740544950616,False -2017/01/15 21:00:00,0.35331820074598863,False -2017/01/15 23:00:00,0.2925654836170575,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv deleted file mode 100644 index efcbb7b..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.036212885828745794,False -2017/01/15 03:00:00,0.0911297649178486,False -2017/01/15 05:00:00,0.13379085876050875,False -2017/01/15 07:00:00,0.1803510200262326,False -2017/01/15 09:00:00,0.1969631176876071,False -2017/01/15 11:00:00,0.16604800941853723,False -2017/01/15 13:00:00,0.03864722233008409,False -2017/01/15 15:00:00,0.09715037722348874,False -2017/01/15 17:00:00,0.19548693104152287,False -2017/01/15 19:00:00,0.23193259477343667,False -2017/01/15 21:00:00,0.22378115023731285,False -2017/01/15 23:00:00,0.19245771118335986,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv deleted file mode 100644 index 8c161a7..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.33231666949670824,False -2017/01/15 03:00:00,0.3544539119917623,False -2017/01/15 05:00:00,0.2786893176297592,False -2017/01/15 07:00:00,0.28079605890797743,False -2017/01/15 09:00:00,0.36284748837641984,False -2017/01/15 11:00:00,0.35424873878819985,False -2017/01/15 13:00:00,0.39736973489366967,False -2017/01/15 15:00:00,0.5550748351767008,False -2017/01/15 17:00:00,1.0231808061147325,True -2017/01/15 19:00:00,1.019652915387455,True -2017/01/15 21:00:00,0.6868765598988682,False -2017/01/15 23:00:00,0.4109531661486347,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv deleted file mode 100644 index 858b629..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.03384764304064869,False -2017/01/15 03:00:00,0.0992540018457436,False -2017/01/15 05:00:00,0.21194439664272066,False -2017/01/15 07:00:00,0.2722038715199987,False -2017/01/15 09:00:00,0.30395119339385357,False -2017/01/15 11:00:00,0.25529078775148717,False -2017/01/15 13:00:00,0.033850221505542386,False -2017/01/15 15:00:00,0.10065969174777807,False -2017/01/15 17:00:00,0.24595017174947173,False -2017/01/15 19:00:00,0.2753408608454556,False -2017/01/15 21:00:00,0.3159411559288248,False -2017/01/15 23:00:00,0.27403658192055325,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv deleted file mode 100644 index d77f7f8..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.010833120006766913,False -2017/01/15 03:00:00,0.036488686862206625,False -2017/01/15 05:00:00,0.062319421406023076,False -2017/01/15 07:00:00,0.08538911545866013,False -2017/01/15 09:00:00,0.09494426051149152,False -2017/01/15 11:00:00,0.07861577683313273,False -2017/01/15 13:00:00,0.011063681295808763,False -2017/01/15 15:00:00,0.03721612631457255,False -2017/01/15 17:00:00,0.07794843826572796,False -2017/01/15 19:00:00,0.08946656415411239,False -2017/01/15 21:00:00,0.10161715267352482,False -2017/01/15 23:00:00,0.08423522978990752,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv deleted file mode 100644 index 818166f..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.007674775888932704,False -2017/01/15 03:00:00,0.007468350825482922,False -2017/01/15 05:00:00,0.0046330034375266695,False -2017/01/15 07:00:00,0.004534432390013921,False -2017/01/15 09:00:00,0.009885666220422758,False -2017/01/15 11:00:00,0.010062324281641654,False -2017/01/15 13:00:00,0.010181058688954588,False -2017/01/15 15:00:00,0.010946316650903919,False -2017/01/15 17:00:00,0.021117845812383015,False -2017/01/15 19:00:00,0.020365249071975046,False -2017/01/15 21:00:00,0.018384888433021364,False -2017/01/15 23:00:00,0.010854248723268413,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv deleted file mode 100644 index 8ec7f6b..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.001263342055877683,False -2017/01/15 03:00:00,0.0037046961751188365,False -2017/01/15 05:00:00,0.007910971528046956,False -2017/01/15 07:00:00,0.010160213430955595,False -2017/01/15 09:00:00,0.011345212198199811,False -2017/01/15 11:00:00,0.009528916588372046,False -2017/01/15 13:00:00,0.0012634383040099023,False -2017/01/15 15:00:00,0.0037571649336023464,False -2017/01/15 17:00:00,0.009180269448398372,False -2017/01/15 19:00:00,0.010277304743578455,False -2017/01/15 21:00:00,0.01179274868593718,False -2017/01/15 23:00:00,0.010228621112494226,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv deleted file mode 100644 index 1038906..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.042471713886236044,False -2017/01/15 03:00:00,0.04258073812826131,False -2017/01/15 05:00:00,0.04415989368618599,False -2017/01/15 07:00:00,0.0456154774281867,False -2017/01/15 09:00:00,0.033532597604430045,False -2017/01/15 11:00:00,0.0328836086924886,False -2017/01/15 13:00:00,0.034399978416302046,False -2017/01/15 15:00:00,0.03452017091482894,False -2017/01/15 17:00:00,0.06783217145765578,False -2017/01/15 19:00:00,0.06865732170546876,False -2017/01/15 21:00:00,0.0473564155239052,False -2017/01/15 23:00:00,0.04642432179689595,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv deleted file mode 100644 index 406ebe6..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.006714445324254919,False -2017/01/15 03:00:00,0.024965219953583834,False -2017/01/15 05:00:00,0.03933525332241218,False -2017/01/15 07:00:00,0.05471847911712874,False -2017/01/15 09:00:00,0.060500138716647285,False -2017/01/15 11:00:00,0.049664024358207576,False -2017/01/15 13:00:00,0.006712947648530283,False -2017/01/15 15:00:00,0.025257852643170747,False -2017/01/15 17:00:00,0.04864956034926513,False -2017/01/15 19:00:00,0.0565205106305949,False -2017/01/15 21:00:00,0.0642741829774748,False -2017/01/15 23:00:00,0.05319021903401906,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv deleted file mode 100644 index 54de3a4..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.047433638849381385,False -2017/01/15 03:00:00,0.14821663699077142,False -2017/01/15 05:00:00,0.3075161459047802,False -2017/01/15 07:00:00,0.4125594374705681,False -2017/01/15 09:00:00,0.45771646096290564,False -2017/01/15 11:00:00,0.38272593663666565,False -2017/01/15 13:00:00,0.04751166222800294,False -2017/01/15 15:00:00,0.15012194112669525,False -2017/01/15 17:00:00,0.3749398598247352,False -2017/01/15 19:00:00,0.4257158204566796,False -2017/01/15 21:00:00,0.4878438282429012,False -2017/01/15 23:00:00,0.4104758791701385,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv deleted file mode 100644 index 30fae8e..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.04612109210436392,False -2017/01/15 03:00:00,0.14404678598477072,False -2017/01/15 05:00:00,0.29830452192201334,False -2017/01/15 07:00:00,0.3996001215032498,False -2017/01/15 09:00:00,0.443622731161638,False -2017/01/15 11:00:00,0.3711384331428837,False -2017/01/15 13:00:00,0.046205241842009775,False -2017/01/15 15:00:00,0.14589900621491333,False -2017/01/15 17:00:00,0.36330241078805836,False -2017/01/15 19:00:00,0.4123738186081437,False -2017/01/15 21:00:00,0.4726600418506955,False -2017/01/15 23:00:00,0.3979387331959246,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv deleted file mode 100644 index feb0941..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.009206908631934225,False -2017/01/15 03:00:00,0.009247122711077825,False -2017/01/15 05:00:00,0.005748450172549187,False -2017/01/15 07:00:00,0.005676493354890321,False -2017/01/15 09:00:00,0.012326445314461558,False -2017/01/15 11:00:00,0.01231030340600756,False -2017/01/15 13:00:00,0.012755580580664469,False -2017/01/15 15:00:00,0.013678140159707303,False -2017/01/15 17:00:00,0.026218626907657288,False -2017/01/15 19:00:00,0.024974488950803488,False -2017/01/15 21:00:00,0.022481366448031954,False -2017/01/15 23:00:00,0.013124422782442982,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv deleted file mode 100644 index e456429..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.004121976698031326,False -2017/01/15 03:00:00,0.01153271189762297,False -2017/01/15 05:00:00,0.023000079715467837,False -2017/01/15 07:00:00,0.030695465274393915,False -2017/01/15 09:00:00,0.034472020104635195,False -2017/01/15 11:00:00,0.02897342605723039,False -2017/01/15 13:00:00,0.004354060301253169,False -2017/01/15 15:00:00,0.011968164630775666,False -2017/01/15 17:00:00,0.029322132195049404,False -2017/01/15 19:00:00,0.03297441187364117,False -2017/01/15 21:00:00,0.03737657017205894,False -2017/01/15 23:00:00,0.031069475398141512,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv deleted file mode 100644 index a425133..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.012404001312333712,False -2017/01/15 03:00:00,0.013230294922584379,False -2017/01/15 05:00:00,0.01040230985612189,False -2017/01/15 07:00:00,0.010480946082380137,False -2017/01/15 09:00:00,0.013543593369767267,False -2017/01/15 11:00:00,0.013222636848814211,False -2017/01/15 13:00:00,0.0148321685266637,False -2017/01/15 15:00:00,0.02071866023553245,False -2017/01/15 17:00:00,0.03819115861185344,False -2017/01/15 19:00:00,0.03805947682688353,False -2017/01/15 21:00:00,0.025638284719850874,False -2017/01/15 23:00:00,0.015339183285869517,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv deleted file mode 100644 index 2416d3b..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.012065407567401706,False -2017/01/15 03:00:00,0.009832968262624142,False -2017/01/15 05:00:00,0.02226603372129771,False -2017/01/15 07:00:00,0.058903160199312625,False -2017/01/15 09:00:00,0.04790158327339361,False -2017/01/15 11:00:00,0.027078439897325394,False -2017/01/15 13:00:00,0.01250613565725776,False -2017/01/15 15:00:00,0.012775432065892656,False -2017/01/15 17:00:00,0.03883477013896534,False -2017/01/15 19:00:00,0.059570441456787485,False -2017/01/15 21:00:00,0.06714173706760805,False -2017/01/15 23:00:00,0.026311694812287807,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv deleted file mode 100644 index fca08a4..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.03050061457384026,False -2017/01/15 03:00:00,0.03058763387219366,False -2017/01/15 05:00:00,0.0329430841253312,False -2017/01/15 07:00:00,0.03347884002774515,False -2017/01/15 09:00:00,0.03473768997566815,False -2017/01/15 11:00:00,0.033197422421943915,False -2017/01/15 13:00:00,0.03640338321156969,False -2017/01/15 15:00:00,0.060908411097944495,False -2017/01/15 17:00:00,0.09202631355920542,False -2017/01/15 19:00:00,0.092372384765658,False -2017/01/15 21:00:00,0.10689964037175036,False -2017/01/15 23:00:00,0.04938359284137211,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv deleted file mode 100644 index 17dca83..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.07635678047378146,False -2017/01/15 03:00:00,0.12577739507319513,False -2017/01/15 05:00:00,0.17435457642421295,False -2017/01/15 07:00:00,0.25344273250208804,False -2017/01/15 09:00:00,0.27978428949945244,False -2017/01/15 11:00:00,0.24369382184316282,False -2017/01/15 13:00:00,0.07942056732730467,False -2017/01/15 15:00:00,0.13143509635184963,False -2017/01/15 17:00:00,0.23069364753439187,False -2017/01/15 19:00:00,0.27661786540783095,False -2017/01/15 21:00:00,0.3102687684475082,False -2017/01/15 23:00:00,0.2506968192754312,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv deleted file mode 100644 index 9c6a0b5..0000000 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.08379863088634946,False -2017/01/15 03:00:00,0.10964547837107141,False -2017/01/15 05:00:00,0.1393903416818434,False -2017/01/15 07:00:00,0.1644460131120135,False -2017/01/15 09:00:00,0.16318079481520104,False -2017/01/15 11:00:00,0.14466569818430605,False -2017/01/15 13:00:00,0.0818602262679584,False -2017/01/15 15:00:00,0.13263363938795866,False -2017/01/15 17:00:00,0.2377364356002523,False -2017/01/15 19:00:00,0.25042048710091963,False -2017/01/15 21:00:00,0.2557974311806257,False -2017/01/15 23:00:00,0.17999917024931367,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv deleted file mode 100644 index db87479..0000000 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.0587592912492229,False -2017/01/15 03:00:00,0.1644002445741999,False -2017/01/15 05:00:00,0.3278690011515976,False -2017/01/15 07:00:00,0.4375676808036366,False -2017/01/15 09:00:00,0.4914029403036547,False -2017/01/15 11:00:00,0.41301979727138965,False -2017/01/15 13:00:00,0.062067671920259464,False -2017/01/15 15:00:00,0.1706076775233901,False -2017/01/15 17:00:00,0.4179906467015507,False -2017/01/15 19:00:00,0.47005434843410787,False -2017/01/15 21:00:00,0.5328076632944974,False -2017/01/15 23:00:00,0.44289924170358763,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv deleted file mode 100644 index d16bc47..0000000 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.06003032788743215,False -2017/01/15 03:00:00,0.17603635139454993,False -2017/01/15 05:00:00,0.37590628164849876,False -2017/01/15 07:00:00,0.4827836932657114,False -2017/01/15 09:00:00,0.5390913766892005,False -2017/01/15 11:00:00,0.452786309515072,False -2017/01/15 13:00:00,0.06003490130816954,False -2017/01/15 15:00:00,0.17852951368696304,False -2017/01/15 17:00:00,0.4362196148251597,False -2017/01/15 19:00:00,0.48834753074505294,False -2017/01/15 21:00:00,0.5603570045938726,False -2017/01/15 23:00:00,0.4860342266574119,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv deleted file mode 100644 index caa2fe8..0000000 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv +++ /dev/null @@ -1,13 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.17682058370653425,False -2017/01/15 03:00:00,0.18859950204178116,False -2017/01/15 05:00:00,0.14828622267526073,False -2017/01/15 07:00:00,0.14940719187583587,False -2017/01/15 09:00:00,0.19306561043068313,False -2017/01/15 11:00:00,0.18849033524666875,False -2017/01/15 13:00:00,0.21143440979295458,False -2017/01/15 15:00:00,0.29534708230103907,False -2017/01/15 17:00:00,0.5444197229653479,False -2017/01/15 19:00:00,0.5425425827194494,False -2017/01/15 21:00:00,0.3654769420939682,False -2017/01/15 23:00:00,0.2186619683355733,False From c606616d33c4baa54bd453a119de0ec27a847b1e Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:28:56 -0600 Subject: [PATCH 10/48] different path for example/test output in gitignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d7e767f..1c94210 100644 --- a/.gitignore +++ b/.gitignore @@ -136,7 +136,7 @@ dmypy.json .DS_Store # opendss files -./example/run/baseline_scenario/opendss/ +example/run/baseline_scenario/opendss/ # ditto local checkout ditto/ From 0d21c1c39fb2de2e59a2ccdd145604b872e001d0 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:40:04 -0600 Subject: [PATCH 11/48] remove example/test transformers from git cache/tracking --- .../default_feature_report_opendss.csv | 8761 ----------------- .../default_feature_report_opendss.json | 53 - .../default_feature_report_opendss.csv | 8761 ----------------- .../default_feature_report_opendss.json | 53 - .../default_feature_report_opendss.csv | 8761 ----------------- .../default_feature_report_opendss.json | 53 - 6 files changed, 26442 deletions(-) delete mode 100644 example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv delete mode 100644 example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json delete mode 100644 example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv delete mode 100644 example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json delete mode 100644 example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv delete mode 100644 example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json diff --git a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv deleted file mode 100644 index 510c3e5..0000000 --- a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv +++ /dev/null @@ -1,8761 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/01 01:00:00,5.43582710604527,True -2017/01/01 02:00:00,3.158578277372884,True -2017/01/01 03:00:00,3.7140605475102464,True -2017/01/01 04:00:00,3.161028446998217,True -2017/01/01 05:00:00,5.749102185906723,True -2017/01/01 06:00:00,9.200554182437827,True -2017/01/01 07:00:00,11.612989184030914,True -2017/01/01 08:00:00,12.696789884708583,True -2017/01/01 09:00:00,13.813629475397876,True -2017/01/01 10:00:00,13.725333699706168,True -2017/01/01 11:00:00,16.84920008748222,True -2017/01/01 12:00:00,17.84599386545369,True -2017/01/01 13:00:00,16.69451917375382,True -2017/01/01 14:00:00,16.7257930290217,True -2017/01/01 15:00:00,15.702956551010645,True -2017/01/01 16:00:00,15.655221162647734,True -2017/01/01 17:00:00,16.57820981916408,True -2017/01/01 18:00:00,17.882250499785094,True -2017/01/01 19:00:00,17.393195505570517,True -2017/01/01 20:00:00,16.838686645629476,True -2017/01/01 21:00:00,16.767702559448548,True -2017/01/01 22:00:00,15.95812173850871,True -2017/01/01 23:00:00,12.379758747548093,True -2017/01/02 00:00:00,8.9520686646153,True -2017/01/02 01:00:00,5.095965644441828,True -2017/01/02 02:00:00,3.224690129082325,True -2017/01/02 03:00:00,3.7732693423624246,True -2017/01/02 04:00:00,3.2262672200839555,True -2017/01/02 05:00:00,6.161116147947236,True -2017/01/02 06:00:00,9.348807489144468,True -2017/01/02 07:00:00,11.419535985740342,True -2017/01/02 08:00:00,14.750886841379499,True -2017/01/02 09:00:00,15.052726772921716,True -2017/01/02 10:00:00,15.883262596879845,True -2017/01/02 11:00:00,17.532818427747635,True -2017/01/02 12:00:00,18.36566139449719,True -2017/01/02 13:00:00,17.484169245452147,True -2017/01/02 14:00:00,17.35105506286149,True -2017/01/02 15:00:00,16.451105003082613,True -2017/01/02 16:00:00,16.1926564993924,True -2017/01/02 17:00:00,17.61096281271076,True -2017/01/02 18:00:00,18.545894707894895,True -2017/01/02 19:00:00,17.83293279241697,True -2017/01/02 20:00:00,17.39478886772491,True -2017/01/02 21:00:00,17.367003332885396,True -2017/01/02 22:00:00,16.523262895851335,True -2017/01/02 23:00:00,12.989642163735342,True -2017/01/03 00:00:00,9.142567046418993,True -2017/01/03 01:00:00,5.075774875859415,True -2017/01/03 02:00:00,3.2105701028514657,True -2017/01/03 03:00:00,3.7657893352145315,True -2017/01/03 04:00:00,3.2256663211897356,True -2017/01/03 05:00:00,6.157447217483649,True -2017/01/03 06:00:00,9.365818247369884,True -2017/01/03 07:00:00,11.418725029357555,True -2017/01/03 08:00:00,14.752382449365058,True -2017/01/03 09:00:00,15.05500650995199,True -2017/01/03 10:00:00,15.883419537093918,True -2017/01/03 11:00:00,17.489720083436566,True -2017/01/03 12:00:00,18.310546358875335,True -2017/01/03 13:00:00,17.337812107883416,True -2017/01/03 14:00:00,17.217596119260563,True -2017/01/03 15:00:00,16.347380425800253,True -2017/01/03 16:00:00,16.171648354284546,True -2017/01/03 17:00:00,17.53013131715224,True -2017/01/03 18:00:00,18.47751739194603,True -2017/01/03 19:00:00,17.656661194249754,True -2017/01/03 20:00:00,17.224955988255562,True -2017/01/03 21:00:00,17.21298953335499,True -2017/01/03 22:00:00,16.510990890306413,True -2017/01/03 23:00:00,13.010325697801298,True -2017/01/04 00:00:00,9.164281629021957,True -2017/01/04 01:00:00,5.088718507512472,True -2017/01/04 02:00:00,3.2226493419834505,True -2017/01/04 03:00:00,3.7741033619995688,True -2017/01/04 04:00:00,3.225640043251103,True -2017/01/04 05:00:00,6.168011993903768,True -2017/01/04 06:00:00,9.359027850001343,True -2017/01/04 07:00:00,11.411744017527637,True -2017/01/04 08:00:00,14.775389035478073,True -2017/01/04 09:00:00,14.956708707779011,True -2017/01/04 10:00:00,15.868675766395565,True -2017/01/04 11:00:00,17.517858219958732,True -2017/01/04 12:00:00,18.303902755988833,True -2017/01/04 13:00:00,17.31042737691201,True -2017/01/04 14:00:00,17.218215305521948,True -2017/01/04 15:00:00,16.34894835442071,True -2017/01/04 16:00:00,16.03216413416229,True -2017/01/04 17:00:00,17.517388100623194,True -2017/01/04 18:00:00,18.478537761791692,True -2017/01/04 19:00:00,17.64847831426649,True -2017/01/04 20:00:00,17.228743430477955,True -2017/01/04 21:00:00,17.220077839252543,True -2017/01/04 22:00:00,16.517365255055605,True -2017/01/04 23:00:00,13.009369255177248,True -2017/01/05 00:00:00,9.168667500271313,True -2017/01/05 01:00:00,5.085896363373658,True -2017/01/05 02:00:00,3.2207443990019406,True -2017/01/05 03:00:00,3.774469065954846,True -2017/01/05 04:00:00,3.2266312165582653,True -2017/01/05 05:00:00,6.197019778740031,True -2017/01/05 06:00:00,9.278167102668725,True -2017/01/05 07:00:00,11.60744824132511,True -2017/01/05 08:00:00,14.761194886160167,True -2017/01/05 09:00:00,15.031303031541231,True -2017/01/05 10:00:00,15.859112722229602,True -2017/01/05 11:00:00,17.495827076803106,True -2017/01/05 12:00:00,18.32442538442674,True -2017/01/05 13:00:00,17.367623220584665,True -2017/01/05 14:00:00,17.241785987661647,True -2017/01/05 15:00:00,16.376862303872077,True -2017/01/05 16:00:00,16.01741286690079,True -2017/01/05 17:00:00,17.439337790272734,True -2017/01/05 18:00:00,18.48272783973468,True -2017/01/05 19:00:00,17.668696574159533,True -2017/01/05 20:00:00,17.222382366866583,True -2017/01/05 21:00:00,17.230540170886627,True -2017/01/05 22:00:00,16.51457913667542,True -2017/01/05 23:00:00,13.01500300923043,True -2017/01/06 00:00:00,9.175718630446372,True -2017/01/06 01:00:00,5.085112170703984,True -2017/01/06 02:00:00,3.219553798414698,True -2017/01/06 03:00:00,3.778512452532453,True -2017/01/06 04:00:00,3.2221077875505824,True -2017/01/06 05:00:00,6.176945991208685,True -2017/01/06 06:00:00,9.487671008789095,True -2017/01/06 07:00:00,11.442269388974236,True -2017/01/06 08:00:00,14.771164613834545,True -2017/01/06 09:00:00,14.970872190805862,True -2017/01/06 10:00:00,15.870245003239413,True -2017/01/06 11:00:00,17.506904803376898,True -2017/01/06 12:00:00,18.315402470312947,True -2017/01/06 13:00:00,17.35049141425819,True -2017/01/06 14:00:00,17.24660641849747,True -2017/01/06 15:00:00,16.41367687930515,True -2017/01/06 16:00:00,16.056179373831412,True -2017/01/06 17:00:00,17.614206202544995,True -2017/01/06 18:00:00,18.505788047765005,True -2017/01/06 19:00:00,17.690492364635286,True -2017/01/06 20:00:00,17.284842775162513,True -2017/01/06 21:00:00,17.32618367670712,True -2017/01/06 22:00:00,16.540808037717905,True -2017/01/06 23:00:00,12.984566640911652,True -2017/01/07 00:00:00,9.126809233405647,True -2017/01/07 01:00:00,5.178006855872911,True -2017/01/07 02:00:00,3.1564510620351047,True -2017/01/07 03:00:00,3.7094083414359535,True -2017/01/07 04:00:00,3.1581670826634367,True -2017/01/07 05:00:00,5.847469407212968,True -2017/01/07 06:00:00,9.104520075868061,True -2017/01/07 07:00:00,11.671882475585749,True -2017/01/07 08:00:00,12.657321077320525,True -2017/01/07 09:00:00,13.40487822972328,True -2017/01/07 10:00:00,15.652028964588336,True -2017/01/07 11:00:00,17.139141264743397,True -2017/01/07 12:00:00,17.537394099098435,True -2017/01/07 13:00:00,16.950536061976802,True -2017/01/07 14:00:00,16.758070569713457,True -2017/01/07 15:00:00,15.87505649608683,True -2017/01/07 16:00:00,15.815539440792074,True -2017/01/07 17:00:00,16.695444172785713,True -2017/01/07 18:00:00,18.586865408323074,True -2017/01/07 19:00:00,18.132539432557422,True -2017/01/07 20:00:00,17.732255106210825,True -2017/01/07 21:00:00,16.68132324076669,True -2017/01/07 22:00:00,16.390085439172474,True -2017/01/07 23:00:00,13.027245741504927,True -2017/01/08 00:00:00,9.349439142864206,True -2017/01/08 01:00:00,5.437209798640367,True -2017/01/08 02:00:00,3.1651931596990477,True -2017/01/08 03:00:00,3.7145732419158444,True -2017/01/08 04:00:00,3.162240634909323,True -2017/01/08 05:00:00,5.921416115289465,True -2017/01/08 06:00:00,9.149253380712524,True -2017/01/08 07:00:00,11.829325109394427,True -2017/01/08 08:00:00,12.711106101556945,True -2017/01/08 09:00:00,13.815032944734792,True -2017/01/08 10:00:00,13.702088824384427,True -2017/01/08 11:00:00,16.786370425707414,True -2017/01/08 12:00:00,17.726345841168456,True -2017/01/08 13:00:00,16.622693513957884,True -2017/01/08 14:00:00,16.628998770014242,True -2017/01/08 15:00:00,15.597327397424193,True -2017/01/08 16:00:00,15.551547014288722,True -2017/01/08 17:00:00,16.51648428841116,True -2017/01/08 18:00:00,17.809867548002746,True -2017/01/08 19:00:00,17.326581992099527,True -2017/01/08 20:00:00,16.696506939651833,True -2017/01/08 21:00:00,16.68162264347647,True -2017/01/08 22:00:00,15.96967345742651,True -2017/01/08 23:00:00,12.384216005747897,True -2017/01/09 00:00:00,8.968932679113532,True -2017/01/09 01:00:00,5.11491918087504,True -2017/01/09 02:00:00,3.229654730996318,True -2017/01/09 03:00:00,3.7785674004014735,True -2017/01/09 04:00:00,3.2274033322890503,True -2017/01/09 05:00:00,6.200009004022878,True -2017/01/09 06:00:00,9.275595100065974,True -2017/01/09 07:00:00,11.625853092023355,True -2017/01/09 08:00:00,14.771072909538187,True -2017/01/09 09:00:00,15.05311487025621,True -2017/01/09 10:00:00,15.907190226107193,True -2017/01/09 11:00:00,17.519487812774752,True -2017/01/09 12:00:00,18.285089199671596,True -2017/01/09 13:00:00,17.33465536509522,True -2017/01/09 14:00:00,17.204670002111094,True -2017/01/09 15:00:00,16.341877114749998,True -2017/01/09 16:00:00,16.020420188636603,True -2017/01/09 17:00:00,17.57244165156396,True -2017/01/09 18:00:00,18.478918723697998,True -2017/01/09 19:00:00,17.656592960286503,True -2017/01/09 20:00:00,17.208164688355108,True -2017/01/09 21:00:00,17.24196343413747,True -2017/01/09 22:00:00,16.54028178181523,True -2017/01/09 23:00:00,13.025543922218557,True -2017/01/10 00:00:00,9.178983364232097,True -2017/01/10 01:00:00,5.081533409785602,True -2017/01/10 02:00:00,3.218165534162266,True -2017/01/10 03:00:00,3.782248059026857,True -2017/01/10 04:00:00,3.222057660940532,True -2017/01/10 05:00:00,6.196754199348809,True -2017/01/10 06:00:00,9.279118082578124,True -2017/01/10 07:00:00,11.619942500270918,True -2017/01/10 08:00:00,14.774148832678192,True -2017/01/10 09:00:00,14.98300939078996,True -2017/01/10 10:00:00,15.873328891370553,True -2017/01/10 11:00:00,17.478240804770703,True -2017/01/10 12:00:00,18.31032186373824,True -2017/01/10 13:00:00,17.3722780230189,True -2017/01/10 14:00:00,17.242497032030208,True -2017/01/10 15:00:00,16.404648638233436,True -2017/01/10 16:00:00,16.05245908704215,True -2017/01/10 17:00:00,17.574454231934734,True -2017/01/10 18:00:00,18.515577124695042,True -2017/01/10 19:00:00,17.72234822452787,True -2017/01/10 20:00:00,17.35638881783561,True -2017/01/10 21:00:00,17.399585425992726,True -2017/01/10 22:00:00,16.588114686466906,True -2017/01/10 23:00:00,12.984039550451282,True -2017/01/11 00:00:00,9.128581666107857,True -2017/01/11 01:00:00,5.074473920608738,True -2017/01/11 02:00:00,3.2109141547539406,True -2017/01/11 03:00:00,3.7640220930917847,True -2017/01/11 04:00:00,3.2202326922051365,True -2017/01/11 05:00:00,6.051631967511675,True -2017/01/11 06:00:00,8.496589976447153,True -2017/01/11 07:00:00,10.771865105759424,True -2017/01/11 08:00:00,14.810881291350023,True -2017/01/11 09:00:00,15.332431288659594,True -2017/01/11 10:00:00,16.306723348422807,True -2017/01/11 11:00:00,17.923909610972075,True -2017/01/11 12:00:00,18.655842386835168,True -2017/01/11 13:00:00,17.609627083925325,True -2017/01/11 14:00:00,17.576010424353402,True -2017/01/11 15:00:00,16.707311669922046,True -2017/01/11 16:00:00,16.329435541566422,True -2017/01/11 17:00:00,17.78474713578249,True -2017/01/11 18:00:00,18.8889703079839,True -2017/01/11 19:00:00,18.16718634301468,True -2017/01/11 20:00:00,17.60353636653032,True -2017/01/11 21:00:00,17.559801719293457,True -2017/01/11 22:00:00,16.616974781382748,True -2017/01/11 23:00:00,12.987505162357934,True -2017/01/12 00:00:00,9.144883257626534,True -2017/01/12 01:00:00,5.081634770988088,True -2017/01/12 02:00:00,3.222642013668201,True -2017/01/12 03:00:00,3.7736678595801147,True -2017/01/12 04:00:00,3.2183692088957905,True -2017/01/12 05:00:00,6.256098964606888,True -2017/01/12 06:00:00,9.401533474737027,True -2017/01/12 07:00:00,11.521312560908083,True -2017/01/12 08:00:00,14.771881473765426,True -2017/01/12 09:00:00,14.995903263630202,True -2017/01/12 10:00:00,15.881941322194661,True -2017/01/12 11:00:00,17.543492756621855,True -2017/01/12 12:00:00,18.326362710981744,True -2017/01/12 13:00:00,17.32800866640011,True -2017/01/12 14:00:00,17.22862663132422,True -2017/01/12 15:00:00,16.36546635374301,True -2017/01/12 16:00:00,16.03242645208891,True -2017/01/12 17:00:00,17.361654214270803,True -2017/01/12 18:00:00,18.4652854518641,True -2017/01/12 19:00:00,17.699995799399094,True -2017/01/12 20:00:00,17.217734492064828,True -2017/01/12 21:00:00,17.243895975974915,True -2017/01/12 22:00:00,16.553040523299956,True -2017/01/12 23:00:00,13.019478203824018,True -2017/01/13 00:00:00,9.173870563438182,True -2017/01/13 01:00:00,5.08096080174377,True -2017/01/13 02:00:00,3.2187904175280373,True -2017/01/13 03:00:00,3.774093948892253,True -2017/01/13 04:00:00,3.2189009243431035,True -2017/01/13 05:00:00,6.193011536554203,True -2017/01/13 06:00:00,9.281193645573799,True -2017/01/13 07:00:00,11.61248689375868,True -2017/01/13 08:00:00,14.763369525360641,True -2017/01/13 09:00:00,15.082927795496376,True -2017/01/13 10:00:00,15.869711226016777,True -2017/01/13 11:00:00,17.474101457823703,True -2017/01/13 12:00:00,18.335853217426507,True -2017/01/13 13:00:00,17.386895239649238,True -2017/01/13 14:00:00,17.338673504959946,True -2017/01/13 15:00:00,16.42829913576618,True -2017/01/13 16:00:00,16.0702572270073,True -2017/01/13 17:00:00,17.561614865868396,True -2017/01/13 18:00:00,18.548466227298064,True -2017/01/13 19:00:00,17.84054575893739,True -2017/01/13 20:00:00,17.416759971048748,True -2017/01/13 21:00:00,17.475983045647705,True -2017/01/13 22:00:00,16.644878618113665,True -2017/01/13 23:00:00,12.982196996215038,True -2017/01/14 00:00:00,9.122749203319797,True -2017/01/14 01:00:00,5.161632289885464,True -2017/01/14 02:00:00,3.1472309398550573,True -2017/01/14 03:00:00,3.7019865442560382,True -2017/01/14 04:00:00,3.1565756928471584,True -2017/01/14 05:00:00,5.8033613404194995,True -2017/01/14 06:00:00,8.34996030577373,True -2017/01/14 07:00:00,11.012424982146221,True -2017/01/14 08:00:00,12.81571751745187,True -2017/01/14 09:00:00,13.527004006343978,True -2017/01/14 10:00:00,15.821276457511354,True -2017/01/14 11:00:00,17.242359038372886,True -2017/01/14 12:00:00,17.69771763520394,True -2017/01/14 13:00:00,17.17805585713102,True -2017/01/14 14:00:00,16.932396375176804,True -2017/01/14 15:00:00,16.018106227292307,True -2017/01/14 16:00:00,15.95181491968247,True -2017/01/14 17:00:00,16.8393395229849,True -2017/01/14 18:00:00,18.66793854663476,True -2017/01/14 19:00:00,18.400732283612342,True -2017/01/14 20:00:00,18.09081934322202,True -2017/01/14 21:00:00,17.03075703190099,True -2017/01/14 22:00:00,16.689113603357416,True -2017/01/14 23:00:00,13.061769161527236,True -2017/01/15 00:00:00,9.334939999450853,True -2017/01/15 01:00:00,5.437851352983499,True -2017/01/15 02:00:00,3.1609280417980843,True -2017/01/15 03:00:00,3.7175707337136714,True -2017/01/15 04:00:00,3.1580470225560706,True -2017/01/15 05:00:00,5.78735714667129,True -2017/01/15 06:00:00,9.239793328483199,True -2017/01/15 07:00:00,11.660388353746885,True -2017/01/15 08:00:00,12.697901359474898,True -2017/01/15 09:00:00,13.768206397257632,True -2017/01/15 10:00:00,13.668677780812915,True -2017/01/15 11:00:00,16.908968778742693,True -2017/01/15 12:00:00,17.893335081279197,True -2017/01/15 13:00:00,16.8843215170502,True -2017/01/15 14:00:00,16.92821703557115,True -2017/01/15 15:00:00,15.82557285354417,True -2017/01/15 16:00:00,15.680645494361107,True -2017/01/15 17:00:00,16.51501129470661,True -2017/01/15 18:00:00,17.88333021508229,True -2017/01/15 19:00:00,17.45770693929373,True -2017/01/15 20:00:00,16.890206556086532,True -2017/01/15 21:00:00,16.83101048986834,True -2017/01/15 22:00:00,15.970845360849149,True -2017/01/15 23:00:00,12.369879995951397,True -2017/01/16 00:00:00,8.95040316949277,True -2017/01/16 01:00:00,5.096939385554428,True -2017/01/16 02:00:00,3.224243470623263,True -2017/01/16 03:00:00,3.773203737743847,True -2017/01/16 04:00:00,3.227931143768598,True -2017/01/16 05:00:00,6.16095359534976,True -2017/01/16 06:00:00,9.370552831851215,True -2017/01/16 07:00:00,11.433115791764344,True -2017/01/16 08:00:00,14.75027946187004,True -2017/01/16 09:00:00,14.980375983732143,True -2017/01/16 10:00:00,15.853396780611046,True -2017/01/16 11:00:00,17.526264861122463,True -2017/01/16 12:00:00,18.42208133622972,True -2017/01/16 13:00:00,17.6484911032938,True -2017/01/16 14:00:00,17.5515562578037,True -2017/01/16 15:00:00,16.615455114716042,True -2017/01/16 16:00:00,16.31461907068057,True -2017/01/16 17:00:00,17.637204428456567,True -2017/01/16 18:00:00,18.6919719380663,True -2017/01/16 19:00:00,18.03342286146058,True -2017/01/16 20:00:00,17.640903165901037,True -2017/01/16 21:00:00,17.681120565708834,True -2017/01/16 22:00:00,16.7490618454931,True -2017/01/16 23:00:00,12.994807876823376,True -2017/01/17 00:00:00,9.126005878570957,True -2017/01/17 01:00:00,5.084111457537536,True -2017/01/17 02:00:00,3.2095719086727046,True -2017/01/17 03:00:00,3.7652727296010933,True -2017/01/17 04:00:00,3.210890653891741,True -2017/01/17 05:00:00,6.083659411100263,True -2017/01/17 06:00:00,8.489081711251439,True -2017/01/17 07:00:00,10.766003358087852,True -2017/01/17 08:00:00,14.981837504033109,True -2017/01/17 09:00:00,15.395136759727897,True -2017/01/17 10:00:00,16.284976349028568,True -2017/01/17 11:00:00,17.71586555299479,True -2017/01/17 12:00:00,18.64135148832389,True -2017/01/17 13:00:00,17.938276020527304,True -2017/01/17 14:00:00,17.788465689435384,True -2017/01/17 15:00:00,16.905097269599896,True -2017/01/17 16:00:00,16.570667761801584,True -2017/01/17 17:00:00,17.874466549202722,True -2017/01/17 18:00:00,18.750344343965835,True -2017/01/17 19:00:00,17.87767315981306,True -2017/01/17 20:00:00,17.688040423060134,True -2017/01/17 21:00:00,17.632135870004262,True -2017/01/17 22:00:00,16.824254162315793,True -2017/01/17 23:00:00,13.019938941176976,True -2017/01/18 00:00:00,9.118783602736288,True -2017/01/18 01:00:00,5.077553101643526,True -2017/01/18 02:00:00,3.209641879311603,True -2017/01/18 03:00:00,3.7649297737531517,True -2017/01/18 04:00:00,3.212461835547545,True -2017/01/18 05:00:00,6.110675651954537,True -2017/01/18 06:00:00,8.492606063021933,True -2017/01/18 07:00:00,10.777251427434388,True -2017/01/18 08:00:00,14.895585912940586,True -2017/01/18 09:00:00,15.130949621161307,True -2017/01/18 10:00:00,15.939531297430632,True -2017/01/18 11:00:00,17.593798507730252,True -2017/01/18 12:00:00,18.50945047345743,True -2017/01/18 13:00:00,17.70500943121243,True -2017/01/18 14:00:00,17.58352605985013,True -2017/01/18 15:00:00,16.60768914863149,True -2017/01/18 16:00:00,16.240511704465476,True -2017/01/18 17:00:00,17.559536852669172,True -2017/01/18 18:00:00,18.668338493356483,True -2017/01/18 19:00:00,18.02477548562965,True -2017/01/18 20:00:00,17.604864811557334,True -2017/01/18 21:00:00,17.626361241727803,True -2017/01/18 22:00:00,16.71997863389523,True -2017/01/18 23:00:00,12.9847282370196,True -2017/01/19 00:00:00,9.125944703655406,True -2017/01/19 01:00:00,5.079354192832589,True -2017/01/19 02:00:00,3.2101126232838584,True -2017/01/19 03:00:00,3.7650419235866797,True -2017/01/19 04:00:00,3.212164235678135,True -2017/01/19 05:00:00,6.173535501424281,True -2017/01/19 06:00:00,9.388417001968369,True -2017/01/19 07:00:00,11.467580606417751,True -2017/01/19 08:00:00,14.726846544912076,True -2017/01/19 09:00:00,15.040759871923493,True -2017/01/19 10:00:00,15.934933379475657,True -2017/01/19 11:00:00,17.53382500653054,True -2017/01/19 12:00:00,18.423622482059574,True -2017/01/19 13:00:00,17.63090515791943,True -2017/01/19 14:00:00,17.46104271631351,True -2017/01/19 15:00:00,16.466022599107408,True -2017/01/19 16:00:00,16.120892276099557,True -2017/01/19 17:00:00,17.59295032493815,True -2017/01/19 18:00:00,18.596911592778866,True -2017/01/19 19:00:00,17.965097701788768,True -2017/01/19 20:00:00,17.544355325117916,True -2017/01/19 21:00:00,17.572405269836903,True -2017/01/19 22:00:00,16.684565231669207,True -2017/01/19 23:00:00,12.982128408622641,True -2017/01/20 00:00:00,9.131647883790851,True -2017/01/20 01:00:00,5.076200648099799,True -2017/01/20 02:00:00,3.2116497075749355,True -2017/01/20 03:00:00,3.7646787094843512,True -2017/01/20 04:00:00,3.2116253144539244,True -2017/01/20 05:00:00,6.167321630217965,True -2017/01/20 06:00:00,9.398911742611558,True -2017/01/20 07:00:00,11.473072380277166,True -2017/01/20 08:00:00,14.749367184732057,True -2017/01/20 09:00:00,14.965715883870907,True -2017/01/20 10:00:00,15.855037383512391,True -2017/01/20 11:00:00,17.50510212445569,True -2017/01/20 12:00:00,18.377188915388125,True -2017/01/20 13:00:00,17.52392283070126,True -2017/01/20 14:00:00,17.353112729465614,True -2017/01/20 15:00:00,16.423143107846556,True -2017/01/20 16:00:00,16.086827999721493,True -2017/01/20 17:00:00,17.387080893643162,True -2017/01/20 18:00:00,18.515526941295377,True -2017/01/20 19:00:00,17.803275843633237,True -2017/01/20 20:00:00,17.38115258344575,True -2017/01/20 21:00:00,17.399399043946826,True -2017/01/20 22:00:00,16.58159686466209,True -2017/01/20 23:00:00,12.998442227569369,True -2017/01/21 00:00:00,9.144874442834869,True -2017/01/21 01:00:00,5.1661447646765275,True -2017/01/21 02:00:00,3.157165347495181,True -2017/01/21 03:00:00,3.7063362591084204,True -2017/01/21 04:00:00,3.160664479692673,True -2017/01/21 05:00:00,5.863135893485951,True -2017/01/21 06:00:00,9.227420165647192,True -2017/01/21 07:00:00,11.619369164644528,True -2017/01/21 08:00:00,12.672455923467028,True -2017/01/21 09:00:00,13.241210081502867,True -2017/01/21 10:00:00,15.690445772728335,True -2017/01/21 11:00:00,17.109252592481944,True -2017/01/21 12:00:00,17.56493102948873,True -2017/01/21 13:00:00,16.995890081564326,True -2017/01/21 14:00:00,16.760161403204464,True -2017/01/21 15:00:00,15.87019508657384,True -2017/01/21 16:00:00,15.782965059675586,True -2017/01/21 17:00:00,16.680825476347366,True -2017/01/21 18:00:00,18.5923214594543,True -2017/01/21 19:00:00,18.187752227669705,True -2017/01/21 20:00:00,17.856196406956542,True -2017/01/21 21:00:00,16.82604737288605,True -2017/01/21 22:00:00,16.528294733869217,True -2017/01/21 23:00:00,13.01458795840281,True -2017/01/22 00:00:00,9.343728543013231,True -2017/01/22 01:00:00,5.433940382701336,True -2017/01/22 02:00:00,3.15628866404271,True -2017/01/22 03:00:00,3.719736168525597,True -2017/01/22 04:00:00,3.15627913405101,True -2017/01/22 05:00:00,5.854896695214803,True -2017/01/22 06:00:00,9.225774612701825,True -2017/01/22 07:00:00,11.636441747103143,True -2017/01/22 08:00:00,12.683467588499084,True -2017/01/22 09:00:00,13.76300616893719,True -2017/01/22 10:00:00,13.69443549762834,True -2017/01/22 11:00:00,16.85135949995461,True -2017/01/22 12:00:00,17.81296312150584,True -2017/01/22 13:00:00,16.75019152822332,True -2017/01/22 14:00:00,16.73103175042931,True -2017/01/22 15:00:00,15.68386284467348,True -2017/01/22 16:00:00,15.58793929172773,True -2017/01/22 17:00:00,16.51163913512686,True -2017/01/22 18:00:00,17.86779354898111,True -2017/01/22 19:00:00,17.438749085138603,True -2017/01/22 20:00:00,16.88642064871654,True -2017/01/22 21:00:00,16.86360497703789,True -2017/01/22 22:00:00,15.995653510450342,True -2017/01/22 23:00:00,12.363141918678252,True -2017/01/23 00:00:00,8.942987591173658,True -2017/01/23 01:00:00,5.087843357522752,True -2017/01/23 02:00:00,3.2253250010787657,True -2017/01/23 03:00:00,3.778290009080694,True -2017/01/23 04:00:00,3.2186306322896723,True -2017/01/23 05:00:00,6.173460556691517,True -2017/01/23 06:00:00,9.36334677419311,True -2017/01/23 07:00:00,11.436047974882232,True -2017/01/23 08:00:00,14.76760575368908,True -2017/01/23 09:00:00,14.992415726110554,True -2017/01/23 10:00:00,15.89118382323875,True -2017/01/23 11:00:00,17.506706897256866,True -2017/01/23 12:00:00,18.2867476636188,True -2017/01/23 13:00:00,17.321814750468686,True -2017/01/23 14:00:00,17.20416291841437,True -2017/01/23 15:00:00,16.356881532789302,True -2017/01/23 16:00:00,16.01423614424177,True -2017/01/23 17:00:00,17.464134696266555,True -2017/01/23 18:00:00,18.454747196068553,True -2017/01/23 19:00:00,17.651411666306004,True -2017/01/23 20:00:00,17.204374586218165,True -2017/01/23 21:00:00,17.266576381162324,True -2017/01/23 22:00:00,16.60486539069537,True -2017/01/23 23:00:00,13.033226066820102,True -2017/01/24 00:00:00,9.179004343400084,True -2017/01/24 01:00:00,5.1112663246767855,True -2017/01/24 02:00:00,3.227975740093453,True -2017/01/24 03:00:00,3.7775446550074547,True -2017/01/24 04:00:00,3.2220503483016314,True -2017/01/24 05:00:00,6.283640883090472,True -2017/01/24 06:00:00,9.33207372780946,True -2017/01/24 07:00:00,11.472848479328164,True -2017/01/24 08:00:00,14.779173424345137,True -2017/01/24 09:00:00,14.984359610313836,True -2017/01/24 10:00:00,15.87784779608455,True -2017/01/24 11:00:00,17.493342682930432,True -2017/01/24 12:00:00,18.256399338573363,True -2017/01/24 13:00:00,17.279993194482905,True -2017/01/24 14:00:00,17.177694572450207,True -2017/01/24 15:00:00,16.31000141388549,True -2017/01/24 16:00:00,16.012281384334656,True -2017/01/24 17:00:00,17.30601203371451,True -2017/01/24 18:00:00,18.447118967429116,True -2017/01/24 19:00:00,17.686227378648155,True -2017/01/24 20:00:00,17.204401222018546,True -2017/01/24 21:00:00,17.271814645925758,True -2017/01/24 22:00:00,16.60128139663732,True -2017/01/24 23:00:00,13.029985257788658,True -2017/01/25 00:00:00,9.169179979667785,True -2017/01/25 01:00:00,5.087766741686745,True -2017/01/25 02:00:00,3.2193539906742594,True -2017/01/25 03:00:00,3.7760454164232726,True -2017/01/25 04:00:00,3.2182895976683996,True -2017/01/25 05:00:00,6.183100658790526,True -2017/01/25 06:00:00,9.276294413631668,True -2017/01/25 07:00:00,11.416025075865582,True -2017/01/25 08:00:00,14.76902576717509,True -2017/01/25 09:00:00,15.014877171765644,True -2017/01/25 10:00:00,15.90424193017606,True -2017/01/25 11:00:00,17.507321749032148,True -2017/01/25 12:00:00,18.275574482162725,True -2017/01/25 13:00:00,17.315283916219173,True -2017/01/25 14:00:00,17.200658666497038,True -2017/01/25 15:00:00,16.330054387670316,True -2017/01/25 16:00:00,16.00291367253764,True -2017/01/25 17:00:00,17.388729317804533,True -2017/01/25 18:00:00,18.48085296256208,True -2017/01/25 19:00:00,17.670374028864728,True -2017/01/25 20:00:00,17.221206206982764,True -2017/01/25 21:00:00,17.274006579382252,True -2017/01/25 22:00:00,16.596575652382892,True -2017/01/25 23:00:00,13.020533501062758,True -2017/01/26 00:00:00,9.166831419344144,True -2017/01/26 01:00:00,5.087880018243354,True -2017/01/26 02:00:00,3.2216674132253287,True -2017/01/26 03:00:00,3.774350400687807,True -2017/01/26 04:00:00,3.2200052534597394,True -2017/01/26 05:00:00,6.196769214609842,True -2017/01/26 06:00:00,9.279099623884791,True -2017/01/26 07:00:00,11.609555085412172,True -2017/01/26 08:00:00,14.758954020610641,True -2017/01/26 09:00:00,15.038626921745124,True -2017/01/26 10:00:00,15.897334800490922,True -2017/01/26 11:00:00,17.475407397419392,True -2017/01/26 12:00:00,18.295152031769106,True -2017/01/26 13:00:00,17.386209850706305,True -2017/01/26 14:00:00,17.228001449485966,True -2017/01/26 15:00:00,16.357537354340145,True -2017/01/26 16:00:00,16.024787834090983,True -2017/01/26 17:00:00,17.476580785012185,True -2017/01/26 18:00:00,18.499787760671676,True -2017/01/26 19:00:00,17.725899644140956,True -2017/01/26 20:00:00,17.266875075362087,True -2017/01/26 21:00:00,17.31491154201264,True -2017/01/26 22:00:00,16.585153945753337,True -2017/01/26 23:00:00,13.017846138215994,True -2017/01/27 00:00:00,9.151353550118888,True -2017/01/27 01:00:00,5.087342479372965,True -2017/01/27 02:00:00,3.2230553978371486,True -2017/01/27 03:00:00,3.7724739291510088,True -2017/01/27 04:00:00,3.2220323519236413,True -2017/01/27 05:00:00,6.1516525551108,True -2017/01/27 06:00:00,9.3455365791277,True -2017/01/27 07:00:00,11.408961572107266,True -2017/01/27 08:00:00,14.748495504045488,True -2017/01/27 09:00:00,15.025497722208772,True -2017/01/27 10:00:00,15.87128144989637,True -2017/01/27 11:00:00,17.468078366871858,True -2017/01/27 12:00:00,18.304821838952243,True -2017/01/27 13:00:00,17.34781103230155,True -2017/01/27 14:00:00,17.244986710318912,True -2017/01/27 15:00:00,16.371715507204776,True -2017/01/27 16:00:00,16.008655402839228,True -2017/01/27 17:00:00,17.377389618304143,True -2017/01/27 18:00:00,18.49963133319417,True -2017/01/27 19:00:00,17.71190628752033,True -2017/01/27 20:00:00,17.269553093345415,True -2017/01/27 21:00:00,17.31539679476267,True -2017/01/27 22:00:00,16.58960905741419,True -2017/01/27 23:00:00,13.016426241436237,True -2017/01/28 00:00:00,9.149935896863804,True -2017/01/28 01:00:00,5.1721111723434126,True -2017/01/28 02:00:00,3.155316943772273,True -2017/01/28 03:00:00,3.7169491891211375,True -2017/01/28 04:00:00,3.1595381203710327,True -2017/01/28 05:00:00,5.866494346474701,True -2017/01/28 06:00:00,9.211584464737737,True -2017/01/28 07:00:00,11.622991454732105,True -2017/01/28 08:00:00,12.678205509952724,True -2017/01/28 09:00:00,13.2226995645477,True -2017/01/28 10:00:00,15.671770699965508,True -2017/01/28 11:00:00,17.081746701393417,True -2017/01/28 12:00:00,17.519159119196868,True -2017/01/28 13:00:00,16.928233924593805,True -2017/01/28 14:00:00,16.67612901377404,True -2017/01/28 15:00:00,15.800188627661184,True -2017/01/28 16:00:00,15.707322825396203,True -2017/01/28 17:00:00,16.586151870171253,True -2017/01/28 18:00:00,18.53630053549926,True -2017/01/28 19:00:00,18.099750602155222,True -2017/01/28 20:00:00,17.679703081231835,True -2017/01/28 21:00:00,16.711053498697325,True -2017/01/28 22:00:00,16.481220230246514,True -2017/01/28 23:00:00,13.046258106951644,True -2017/01/29 00:00:00,9.36425793946077,True -2017/01/29 01:00:00,5.42923305042177,True -2017/01/29 02:00:00,3.1622505154134295,True -2017/01/29 03:00:00,3.7187826392920007,True -2017/01/29 04:00:00,3.160257272279435,True -2017/01/29 05:00:00,5.894657076675438,True -2017/01/29 06:00:00,9.12879253923122,True -2017/01/29 07:00:00,11.63225219807159,True -2017/01/29 08:00:00,12.70179958617669,True -2017/01/29 09:00:00,13.733557863772527,True -2017/01/29 10:00:00,13.74420724433203,True -2017/01/29 11:00:00,16.814527939043725,True -2017/01/29 12:00:00,17.76474191127445,True -2017/01/29 13:00:00,16.614001162487792,True -2017/01/29 14:00:00,16.66060500604407,True -2017/01/29 15:00:00,15.583836381337466,True -2017/01/29 16:00:00,15.534956734147425,True -2017/01/29 17:00:00,16.430909125307526,True -2017/01/29 18:00:00,17.789449136537478,True -2017/01/29 19:00:00,17.330451660665,True -2017/01/29 20:00:00,16.730053536279804,True -2017/01/29 21:00:00,16.684922536550438,True -2017/01/29 22:00:00,15.961789619722918,True -2017/01/29 23:00:00,12.38107017302651,True -2017/01/30 00:00:00,8.9821641476215,True -2017/01/30 01:00:00,5.086810675710841,True -2017/01/30 02:00:00,3.2286646918218556,True -2017/01/30 03:00:00,3.780074265734782,True -2017/01/30 04:00:00,3.2256937045341387,True -2017/01/30 05:00:00,6.197456377522711,True -2017/01/30 06:00:00,9.272031398465835,True -2017/01/30 07:00:00,11.60825768049799,True -2017/01/30 08:00:00,14.767453813080923,True -2017/01/30 09:00:00,15.033749740068844,True -2017/01/30 10:00:00,15.887559163361425,True -2017/01/30 11:00:00,17.501692081057787,True -2017/01/30 12:00:00,18.253547076450936,True -2017/01/30 13:00:00,17.275791371102905,True -2017/01/30 14:00:00,17.165237543384578,True -2017/01/30 15:00:00,16.326525868108515,True -2017/01/30 16:00:00,15.980552686782538,True -2017/01/30 17:00:00,17.30568530865236,True -2017/01/30 18:00:00,18.44453855149264,True -2017/01/30 19:00:00,17.670591036760005,True -2017/01/30 20:00:00,17.21679072856852,True -2017/01/30 21:00:00,17.2887419197436,True -2017/01/30 22:00:00,16.61614256122674,True -2017/01/30 23:00:00,13.041231922791114,True -2017/01/31 00:00:00,9.17482143936168,True -2017/01/31 01:00:00,5.078988283123414,True -2017/01/31 02:00:00,3.218793707975172,True -2017/01/31 03:00:00,3.7815599619819715,True -2017/01/31 04:00:00,3.222776056078119,True -2017/01/31 05:00:00,6.183041063924782,True -2017/01/31 06:00:00,9.263082084504768,True -2017/01/31 07:00:00,11.603744756232315,True -2017/01/31 08:00:00,14.772656286386654,True -2017/01/31 09:00:00,15.056525797578807,True -2017/01/31 10:00:00,15.890576687759546,True -2017/01/31 11:00:00,17.492300010249647,True -2017/01/31 12:00:00,18.256499248406552,True -2017/01/31 13:00:00,17.256747867853576,True -2017/01/31 14:00:00,17.153667956895696,True -2017/01/31 15:00:00,16.33629313344621,True -2017/01/31 16:00:00,15.978567654661516,True -2017/01/31 17:00:00,17.344423754688066,True -2017/01/31 18:00:00,18.455386310625777,True -2017/01/31 19:00:00,17.67340184229714,True -2017/01/31 20:00:00,17.215710999873828,True -2017/01/31 21:00:00,17.288147158722087,True -2017/01/31 22:00:00,16.61524250464366,True -2017/01/31 23:00:00,13.03488882226346,True -2017/02/01 00:00:00,9.162604530085947,True -2017/02/01 01:00:00,5.082322836095219,True -2017/02/01 02:00:00,3.223208616079078,True -2017/02/01 03:00:00,3.780646959619483,True -2017/02/01 04:00:00,3.217374158116628,True -2017/02/01 05:00:00,6.0722945878461605,True -2017/02/01 06:00:00,8.500047698821403,True -2017/02/01 07:00:00,10.76842212048028,True -2017/02/01 08:00:00,14.765295689104462,True -2017/02/01 09:00:00,15.204872699889087,True -2017/02/01 10:00:00,16.07056146887493,True -2017/02/01 11:00:00,17.63858787197913,True -2017/02/01 12:00:00,18.440041758773535,True -2017/02/01 13:00:00,17.63716543883605,True -2017/02/01 14:00:00,17.432312883432857,True -2017/02/01 15:00:00,16.472734972817157,True -2017/02/01 16:00:00,16.2191425787015,True -2017/02/01 17:00:00,17.637999279272304,True -2017/02/01 18:00:00,18.557667004503408,True -2017/02/01 19:00:00,17.887236333154775,True -2017/02/01 20:00:00,17.438651602393055,True -2017/02/01 21:00:00,17.506732720735187,True -2017/02/01 22:00:00,16.671575937133458,True -2017/02/01 23:00:00,13.009216135736056,True -2017/02/02 00:00:00,9.135892118877715,True -2017/02/02 01:00:00,5.076948279273335,True -2017/02/02 02:00:00,3.211043749274005,True -2017/02/02 03:00:00,3.764461169452644,True -2017/02/02 04:00:00,3.210994705666888,True -2017/02/02 05:00:00,6.047657760095507,True -2017/02/02 06:00:00,9.273000615790263,True -2017/02/02 07:00:00,11.404466667899404,True -2017/02/02 08:00:00,14.73530510490261,True -2017/02/02 09:00:00,14.962542337451348,True -2017/02/02 10:00:00,15.847723461026543,True -2017/02/02 11:00:00,17.47767182604684,True -2017/02/02 12:00:00,18.32668575112925,True -2017/02/02 13:00:00,17.392518409941903,True -2017/02/02 14:00:00,17.243149045859187,True -2017/02/02 15:00:00,16.365380289825787,True -2017/02/02 16:00:00,16.000845208395155,True -2017/02/02 17:00:00,17.369246006801344,True -2017/02/02 18:00:00,18.50000258920535,True -2017/02/02 19:00:00,17.73252725801128,True -2017/02/02 20:00:00,17.29258461193373,True -2017/02/02 21:00:00,17.325033341822873,True -2017/02/02 22:00:00,16.599133890044445,True -2017/02/02 23:00:00,13.029194002719168,True -2017/02/03 00:00:00,9.149628051624898,True -2017/02/03 01:00:00,5.0743450726795025,True -2017/02/03 02:00:00,3.2106141111443076,True -2017/02/03 03:00:00,3.7785250905677286,True -2017/02/03 04:00:00,3.215784850024966,True -2017/02/03 05:00:00,6.175739383487006,True -2017/02/03 06:00:00,9.19772379870781,True -2017/02/03 07:00:00,11.477275650517413,True -2017/02/03 08:00:00,14.757714998218795,True -2017/02/03 09:00:00,15.019705517784582,True -2017/02/03 10:00:00,15.864926246246739,True -2017/02/03 11:00:00,17.46905020290229,True -2017/02/03 12:00:00,18.32253576701365,True -2017/02/03 13:00:00,17.37155194069034,True -2017/02/03 14:00:00,17.286051034599797,True -2017/02/03 15:00:00,16.394856940905655,True -2017/02/03 16:00:00,16.033643873640276,True -2017/02/03 17:00:00,17.48602740094673,True -2017/02/03 18:00:00,18.51472206957011,True -2017/02/03 19:00:00,17.763650628978365,True -2017/02/03 20:00:00,17.301130992634,True -2017/02/03 21:00:00,17.377221503592427,True -2017/02/03 22:00:00,16.60639067338876,True -2017/02/03 23:00:00,13.025954986682068,True -2017/02/04 00:00:00,9.145795415835746,True -2017/02/04 01:00:00,5.168378448319101,True -2017/02/04 02:00:00,3.158531758051332,True -2017/02/04 03:00:00,3.7147502243584505,True -2017/02/04 04:00:00,3.1569248268664163,True -2017/02/04 05:00:00,5.862803264669103,True -2017/02/04 06:00:00,9.213870807693048,True -2017/02/04 07:00:00,11.624383005554783,True -2017/02/04 08:00:00,12.677784237307245,True -2017/02/04 09:00:00,13.24985250217307,True -2017/02/04 10:00:00,15.685150318604174,True -2017/02/04 11:00:00,17.06831832638457,True -2017/02/04 12:00:00,17.50524929432463,True -2017/02/04 13:00:00,16.959532379081505,True -2017/02/04 14:00:00,16.68592470840039,True -2017/02/04 15:00:00,15.789684163895995,True -2017/02/04 16:00:00,15.674005705922562,True -2017/02/04 17:00:00,16.383933516037636,True -2017/02/04 18:00:00,18.53318714269004,True -2017/02/04 19:00:00,18.05546968585133,True -2017/02/04 20:00:00,17.666259139792906,True -2017/02/04 21:00:00,16.720140434874367,True -2017/02/04 22:00:00,16.505115318885014,True -2017/02/04 23:00:00,13.04664150684266,True -2017/02/05 00:00:00,9.380693030436687,True -2017/02/05 01:00:00,5.426869707893629,True -2017/02/05 02:00:00,3.1647578342985603,True -2017/02/05 03:00:00,3.7156043852091076,True -2017/02/05 04:00:00,3.164265974315546,True -2017/02/05 05:00:00,5.879400044817207,True -2017/02/05 06:00:00,9.346611215592139,True -2017/02/05 07:00:00,11.655353584224954,True -2017/02/05 08:00:00,12.715072532394847,True -2017/02/05 09:00:00,13.6942331154264,True -2017/02/05 10:00:00,13.679009078338272,True -2017/02/05 11:00:00,16.842669117127155,True -2017/02/05 12:00:00,17.742856170326718,True -2017/02/05 13:00:00,16.58254965871294,True -2017/02/05 14:00:00,16.584652501408026,True -2017/02/05 15:00:00,15.588506933379197,True -2017/02/05 16:00:00,15.488210103065606,True -2017/02/05 17:00:00,16.346520753924167,True -2017/02/05 18:00:00,17.76439589119149,True -2017/02/05 19:00:00,17.323431903693532,True -2017/02/05 20:00:00,16.734020298104237,True -2017/02/05 21:00:00,16.6927007887495,True -2017/02/05 22:00:00,15.94107579930349,True -2017/02/05 23:00:00,12.398554929630734,True -2017/02/06 00:00:00,8.985333581292517,True -2017/02/06 01:00:00,5.125165839185584,True -2017/02/06 02:00:00,3.2252019818832016,True -2017/02/06 03:00:00,3.784856092811806,True -2017/02/06 04:00:00,3.228182931483388,True -2017/02/06 05:00:00,6.210869055112658,True -2017/02/06 06:00:00,9.55160123968573,True -2017/02/06 07:00:00,11.410514279418138,True -2017/02/06 08:00:00,14.78285090108956,True -2017/02/06 09:00:00,15.12269593813997,True -2017/02/06 10:00:00,15.94903173891982,True -2017/02/06 11:00:00,17.52364916665471,True -2017/02/06 12:00:00,18.304655197823216,True -2017/02/06 13:00:00,17.293500038849988,True -2017/02/06 14:00:00,17.183889843124806,True -2017/02/06 15:00:00,16.337595494853595,True -2017/02/06 16:00:00,15.97551363665857,True -2017/02/06 17:00:00,17.276794137656356,True -2017/02/06 18:00:00,18.46473441160743,True -2017/02/06 19:00:00,17.66034786802453,True -2017/02/06 20:00:00,17.224088853068807,True -2017/02/06 21:00:00,17.298152682976045,True -2017/02/06 22:00:00,16.632830816861336,True -2017/02/06 23:00:00,13.060653985113158,True -2017/02/07 00:00:00,9.190928046844876,True -2017/02/07 01:00:00,5.136732277997081,True -2017/02/07 02:00:00,3.220747070211914,True -2017/02/07 03:00:00,3.779171993491461,True -2017/02/07 04:00:00,3.228192837076821,True -2017/02/07 05:00:00,6.25282584120282,True -2017/02/07 06:00:00,9.522192300578501,True -2017/02/07 07:00:00,11.451521924492301,True -2017/02/07 08:00:00,13.818965761629551,True -2017/02/07 09:00:00,14.96473558986336,True -2017/02/07 10:00:00,15.89256461294678,True -2017/02/07 11:00:00,17.507015169655826,True -2017/02/07 12:00:00,18.278410225045885,True -2017/02/07 13:00:00,17.24817947604105,True -2017/02/07 14:00:00,17.160281933188674,True -2017/02/07 15:00:00,16.301597634218503,True -2017/02/07 16:00:00,15.963261430857003,True -2017/02/07 17:00:00,17.434273206745136,True -2017/02/07 18:00:00,18.497245392445425,True -2017/02/07 19:00:00,17.69082385093309,True -2017/02/07 20:00:00,17.240646955138967,True -2017/02/07 21:00:00,17.301129564818424,True -2017/02/07 22:00:00,16.61328588677552,True -2017/02/07 23:00:00,13.043819212713018,True -2017/02/08 00:00:00,9.1585219036994,True -2017/02/08 01:00:00,5.112813851117089,True -2017/02/08 02:00:00,3.2240397681847157,True -2017/02/08 03:00:00,3.777922036705694,True -2017/02/08 04:00:00,3.2215332844736952,True -2017/02/08 05:00:00,6.232230639713536,True -2017/02/08 06:00:00,9.27698042958508,True -2017/02/08 07:00:00,11.609747646586976,True -2017/02/08 08:00:00,13.801911044636158,True -2017/02/08 09:00:00,14.952395172834917,True -2017/02/08 10:00:00,15.879367663456092,True -2017/02/08 11:00:00,17.479518856033245,True -2017/02/08 12:00:00,18.27290549456924,True -2017/02/08 13:00:00,17.279728271957715,True -2017/02/08 14:00:00,17.164626393093886,True -2017/02/08 15:00:00,16.30524001796136,True -2017/02/08 16:00:00,15.946975181697537,True -2017/02/08 17:00:00,17.251281726261354,True -2017/02/08 18:00:00,17.734206317364148,True -2017/02/08 19:00:00,17.665678434426166,True -2017/02/08 20:00:00,17.20593891132202,True -2017/02/08 21:00:00,17.288761590361137,True -2017/02/08 22:00:00,16.623727964342947,True -2017/02/08 23:00:00,13.053870236872422,True -2017/02/09 00:00:00,9.182768629654435,True -2017/02/09 01:00:00,5.078544324383621,True -2017/02/09 02:00:00,3.218661573702497,True -2017/02/09 03:00:00,3.777212952444267,True -2017/02/09 04:00:00,3.2242158035657376,True -2017/02/09 05:00:00,6.18283525172063,True -2017/02/09 06:00:00,9.262830871232328,True -2017/02/09 07:00:00,11.595289165933309,True -2017/02/09 08:00:00,13.79636908331703,True -2017/02/09 09:00:00,14.959780032212972,True -2017/02/09 10:00:00,15.864275517046755,True -2017/02/09 11:00:00,17.468541356541213,True -2017/02/09 12:00:00,18.325773820521075,True -2017/02/09 13:00:00,17.345867978986995,True -2017/02/09 14:00:00,17.243056028130393,True -2017/02/09 15:00:00,16.377928278863973,True -2017/02/09 16:00:00,16.002405607213326,True -2017/02/09 17:00:00,17.298239367647966,True -2017/02/09 18:00:00,17.80052514849927,True -2017/02/09 19:00:00,17.733141138706504,True -2017/02/09 20:00:00,17.266552363616352,True -2017/02/09 21:00:00,17.32861277549538,True -2017/02/09 22:00:00,16.598553805522048,True -2017/02/09 23:00:00,13.032134601369055,True -2017/02/10 00:00:00,9.157661529645395,True -2017/02/10 01:00:00,5.087382225974433,True -2017/02/10 02:00:00,3.225466174394004,True -2017/02/10 03:00:00,3.774472257947303,True -2017/02/10 04:00:00,3.220098309418368,True -2017/02/10 05:00:00,6.20017851887136,True -2017/02/10 06:00:00,9.280234840267344,True -2017/02/10 07:00:00,11.609937147274623,True -2017/02/10 08:00:00,13.732776955223159,True -2017/02/10 09:00:00,14.912005963884807,True -2017/02/10 10:00:00,15.852980352295218,True -2017/02/10 11:00:00,17.469339679071947,True -2017/02/10 12:00:00,18.284639544917933,True -2017/02/10 13:00:00,17.314309119583587,True -2017/02/10 14:00:00,17.201598456226773,True -2017/02/10 15:00:00,16.31946444633024,True -2017/02/10 16:00:00,15.986120115345326,True -2017/02/10 17:00:00,17.31629519243741,True -2017/02/10 18:00:00,17.665599252713218,True -2017/02/10 19:00:00,17.658310447354307,True -2017/02/10 20:00:00,17.204783123907763,True -2017/02/10 21:00:00,17.29800457792825,True -2017/02/10 22:00:00,16.62624281341932,True -2017/02/10 23:00:00,13.04902402664932,True -2017/02/11 00:00:00,9.169537263825084,True -2017/02/11 01:00:00,5.176189629365477,True -2017/02/11 02:00:00,3.156444287486538,True -2017/02/11 03:00:00,3.7125033473899625,True -2017/02/11 04:00:00,3.1638296898645617,True -2017/02/11 05:00:00,5.842946441971246,True -2017/02/11 06:00:00,9.187530955219328,True -2017/02/11 07:00:00,11.614331328908746,True -2017/02/11 08:00:00,11.561560291897862,True -2017/02/11 09:00:00,13.217874021861492,True -2017/02/11 10:00:00,15.681626854818305,True -2017/02/11 11:00:00,17.067182364544532,True -2017/02/11 12:00:00,17.502531266291395,True -2017/02/11 13:00:00,16.958891375928285,True -2017/02/11 14:00:00,16.708608904860593,True -2017/02/11 15:00:00,15.883291723853672,True -2017/02/11 16:00:00,15.741361101573204,True -2017/02/11 17:00:00,16.466237464274485,True -2017/02/11 18:00:00,17.862779507831352,True -2017/02/11 19:00:00,18.206234333989446,True -2017/02/11 20:00:00,17.875668061968415,True -2017/02/11 21:00:00,16.8531605609106,True -2017/02/11 22:00:00,16.601904671055646,True -2017/02/11 23:00:00,13.010032170795453,True -2017/02/12 00:00:00,9.332243578249347,True -2017/02/12 01:00:00,5.435004374064225,True -2017/02/12 02:00:00,3.1586440816980756,True -2017/02/12 03:00:00,3.710090569321559,True -2017/02/12 04:00:00,3.163365919916603,True -2017/02/12 05:00:00,5.741856146934014,True -2017/02/12 06:00:00,9.090474222375425,True -2017/02/12 07:00:00,11.684484853800527,True -2017/02/12 08:00:00,11.564751727528689,True -2017/02/12 09:00:00,13.675928031531612,True -2017/02/12 10:00:00,13.679601965290109,True -2017/02/12 11:00:00,16.821515296714026,True -2017/02/12 12:00:00,17.78472884695925,True -2017/02/12 13:00:00,16.614676557832208,True -2017/02/12 14:00:00,16.595671963481337,True -2017/02/12 15:00:00,15.57551745788404,True -2017/02/12 16:00:00,15.486793726903725,True -2017/02/12 17:00:00,16.316333500921683,True -2017/02/12 18:00:00,17.015179346496684,True -2017/02/12 19:00:00,17.319675554276596,True -2017/02/12 20:00:00,16.750257145365026,True -2017/02/12 21:00:00,16.692694763890703,True -2017/02/12 22:00:00,15.944479668705727,True -2017/02/12 23:00:00,12.372438285224758,True -2017/02/13 00:00:00,8.97234911811409,True -2017/02/13 01:00:00,5.121413849522942,True -2017/02/13 02:00:00,3.2273098950820436,True -2017/02/13 03:00:00,3.7807938176180427,True -2017/02/13 04:00:00,3.227691110927396,True -2017/02/13 05:00:00,6.2583487255856625,True -2017/02/13 06:00:00,9.534379645881437,True -2017/02/13 07:00:00,11.452235424282847,True -2017/02/13 08:00:00,13.809326212847088,True -2017/02/13 09:00:00,15.06630415977657,True -2017/02/13 10:00:00,15.922453864194344,True -2017/02/13 11:00:00,17.49556429421461,True -2017/02/13 12:00:00,18.27322128918986,True -2017/02/13 13:00:00,17.272153851740146,True -2017/02/13 14:00:00,17.16271939526236,True -2017/02/13 15:00:00,16.31885770021233,True -2017/02/13 16:00:00,15.966724621243937,True -2017/02/13 17:00:00,17.359132443333262,True -2017/02/13 18:00:00,17.75779170263046,True -2017/02/13 19:00:00,17.69053996410149,True -2017/02/13 20:00:00,17.225762652207223,True -2017/02/13 21:00:00,17.280801683192735,True -2017/02/13 22:00:00,16.631872218981837,True -2017/02/13 23:00:00,13.051151703099706,True -2017/02/14 00:00:00,9.167845036376406,True -2017/02/14 01:00:00,5.116150639303176,True -2017/02/14 02:00:00,3.2184787246788376,True -2017/02/14 03:00:00,3.7825842941055527,True -2017/02/14 04:00:00,3.2218984431654514,True -2017/02/14 05:00:00,6.241188701951852,True -2017/02/14 06:00:00,9.284573365404817,True -2017/02/14 07:00:00,11.613215462135265,True -2017/02/14 08:00:00,13.799603385528858,True -2017/02/14 09:00:00,14.936015699628609,True -2017/02/14 10:00:00,15.875691193580186,True -2017/02/14 11:00:00,17.47082427988035,True -2017/02/14 12:00:00,18.285351926772357,True -2017/02/14 13:00:00,17.313772855647198,True -2017/02/14 14:00:00,17.222651523762558,True -2017/02/14 15:00:00,16.380134311135723,True -2017/02/14 16:00:00,16.017030291447877,True -2017/02/14 17:00:00,17.309947678982127,True -2017/02/14 18:00:00,17.727130279740802,True -2017/02/14 19:00:00,17.788288088090578,True -2017/02/14 20:00:00,17.46760516860731,True -2017/02/14 21:00:00,17.56966367445083,True -2017/02/14 22:00:00,16.81052592924708,True -2017/02/14 23:00:00,13.195202314093617,True -2017/02/15 00:00:00,9.433037713887328,True -2017/02/15 01:00:00,5.082848880073836,True -2017/02/15 02:00:00,3.210412307164905,True -2017/02/15 03:00:00,3.7642364109963258,True -2017/02/15 04:00:00,3.208624428677431,True -2017/02/15 05:00:00,6.126659340625038,True -2017/02/15 06:00:00,8.487193424943156,True -2017/02/15 07:00:00,10.766177962383985,True -2017/02/15 08:00:00,13.875318571261115,True -2017/02/15 09:00:00,15.175416513874783,True -2017/02/15 10:00:00,16.106333124353892,True -2017/02/15 11:00:00,17.636606012445565,True -2017/02/15 12:00:00,18.469238386741413,True -2017/02/15 13:00:00,17.580829873585206,True -2017/02/15 14:00:00,17.41513005997522,True -2017/02/15 15:00:00,16.467901826640468,True -2017/02/15 16:00:00,16.064541233582716,True -2017/02/15 17:00:00,17.355768135045516,True -2017/02/15 18:00:00,17.830965188612385,True -2017/02/15 19:00:00,17.892123010301372,True -2017/02/15 20:00:00,17.456259643967083,True -2017/02/15 21:00:00,17.529741143079086,True -2017/02/15 22:00:00,16.705781724365437,True -2017/02/15 23:00:00,13.016634029721743,True -2017/02/16 00:00:00,9.139386077275397,True -2017/02/16 01:00:00,5.073806791996922,True -2017/02/16 02:00:00,3.209162891687853,True -2017/02/16 03:00:00,3.7632888942556635,True -2017/02/16 04:00:00,3.2183372391209915,True -2017/02/16 05:00:00,6.166001975161407,True -2017/02/16 06:00:00,9.388630718446285,True -2017/02/16 07:00:00,11.462924002283076,True -2017/02/16 08:00:00,13.763826748422492,True -2017/02/16 09:00:00,14.922449984671116,True -2017/02/16 10:00:00,15.865970571012568,True -2017/02/16 11:00:00,17.46197753832122,True -2017/02/16 12:00:00,18.335473918761707,True -2017/02/16 13:00:00,17.392972670595352,True -2017/02/16 14:00:00,17.262535633055133,True -2017/02/16 15:00:00,16.367572700662453,True -2017/02/16 16:00:00,15.999042424636022,True -2017/02/16 17:00:00,17.366829164539336,True -2017/02/16 18:00:00,17.759445099688726,True -2017/02/16 19:00:00,17.764128640683808,True -2017/02/16 20:00:00,17.324371635582285,True -2017/02/16 21:00:00,17.392617954970515,True -2017/02/16 22:00:00,16.6231626772919,True -2017/02/16 23:00:00,13.02568984585757,True -2017/02/17 00:00:00,9.143361684959944,True -2017/02/17 01:00:00,5.074792129115151,True -2017/02/17 02:00:00,3.209760416656469,True -2017/02/17 03:00:00,3.764069600304541,True -2017/02/17 04:00:00,3.219751253420283,True -2017/02/17 05:00:00,6.155678768999529,True -2017/02/17 06:00:00,9.353166990965702,True -2017/02/17 07:00:00,11.434024261252741,True -2017/02/17 08:00:00,13.7525930113292,True -2017/02/17 09:00:00,14.890415329637444,True -2017/02/17 10:00:00,15.859510816912136,True -2017/02/17 11:00:00,17.572385360858238,True -2017/02/17 12:00:00,18.452662170664983,True -2017/02/17 13:00:00,17.612640949265263,True -2017/02/17 14:00:00,17.441871381936334,True -2017/02/17 15:00:00,16.49344446496423,True -2017/02/17 16:00:00,16.087460929314776,True -2017/02/17 17:00:00,17.33271469726066,True -2017/02/17 18:00:00,17.823025186030385,True -2017/02/17 19:00:00,17.93031443840929,True -2017/02/17 20:00:00,17.475371190575157,True -2017/02/17 21:00:00,17.57048901453945,True -2017/02/17 22:00:00,16.72035093437814,True -2017/02/17 23:00:00,13.020767121947443,True -2017/02/18 00:00:00,9.132407023087138,True -2017/02/18 01:00:00,5.168011611110866,True -2017/02/18 02:00:00,3.146720176203906,True -2017/02/18 03:00:00,3.7023871609881147,True -2017/02/18 04:00:00,3.1467868123506064,True -2017/02/18 05:00:00,5.794346823762195,True -2017/02/18 06:00:00,9.220908114591078,True -2017/02/18 07:00:00,11.616470886519558,True -2017/02/18 08:00:00,11.541059235457842,True -2017/02/18 09:00:00,13.231871539443299,True -2017/02/18 10:00:00,15.67943152942656,True -2017/02/18 11:00:00,17.125158952345686,True -2017/02/18 12:00:00,17.58731003096384,True -2017/02/18 13:00:00,17.070358212631035,True -2017/02/18 14:00:00,16.84067512020061,True -2017/02/18 15:00:00,15.927501197124831,True -2017/02/18 16:00:00,15.8012057018271,True -2017/02/18 17:00:00,16.482637604414187,True -2017/02/18 18:00:00,17.83292989199399,True -2017/02/18 19:00:00,18.257869932188278,True -2017/02/18 20:00:00,17.983540446215788,True -2017/02/18 21:00:00,16.888853211751865,True -2017/02/18 22:00:00,16.590926182540528,True -2017/02/18 23:00:00,13.024903466567034,True -2017/02/19 00:00:00,9.341829035961496,True -2017/02/19 01:00:00,5.430859640010691,True -2017/02/19 02:00:00,3.1618587067547024,True -2017/02/19 03:00:00,3.711344450654484,True -2017/02/19 04:00:00,3.1577755079410688,True -2017/02/19 05:00:00,5.859004177640631,True -2017/02/19 06:00:00,9.227549905808086,True -2017/02/19 07:00:00,11.634964732960423,True -2017/02/19 08:00:00,11.533314694514447,True -2017/02/19 09:00:00,13.662227909119784,True -2017/02/19 10:00:00,13.68632911333003,True -2017/02/19 11:00:00,16.92462386248751,True -2017/02/19 12:00:00,17.94698447782431,True -2017/02/19 13:00:00,16.877019299336386,True -2017/02/19 14:00:00,16.832073139877764,True -2017/02/19 15:00:00,15.765806035574519,True -2017/02/19 16:00:00,15.69504871459939,True -2017/02/19 17:00:00,16.524253059346595,True -2017/02/19 18:00:00,17.1652243140895,True -2017/02/19 19:00:00,17.521541019625282,True -2017/02/19 20:00:00,17.033691569742167,True -2017/02/19 21:00:00,17.02180238475253,True -2017/02/19 22:00:00,16.08772824415964,True -2017/02/19 23:00:00,12.351316316941372,True -2017/02/20 00:00:00,8.93050777268851,True -2017/02/20 01:00:00,5.10000849704101,True -2017/02/20 02:00:00,3.222062999766228,True -2017/02/20 03:00:00,3.7748493632117675,True -2017/02/20 04:00:00,3.229420638391507,True -2017/02/20 05:00:00,6.171910833173382,True -2017/02/20 06:00:00,9.377999207048633,True -2017/02/20 07:00:00,11.434602210974946,True -2017/02/20 08:00:00,13.757186752266742,True -2017/02/20 09:00:00,14.926642993883288,True -2017/02/20 10:00:00,15.849836899090857,True -2017/02/20 11:00:00,17.53441260996434,True -2017/02/20 12:00:00,18.43392764266173,True -2017/02/20 13:00:00,17.653068300694976,True -2017/02/20 14:00:00,17.53534647530247,True -2017/02/20 15:00:00,16.48590420039958,True -2017/02/20 16:00:00,16.03273898431338,True -2017/02/20 17:00:00,17.33673974805362,True -2017/02/20 18:00:00,17.854406323160642,True -2017/02/20 19:00:00,17.869543829826107,True -2017/02/20 20:00:00,17.321211519983297,True -2017/02/20 21:00:00,17.354251706030382,True -2017/02/20 22:00:00,16.6125552961461,True -2017/02/20 23:00:00,13.040216599052986,True -2017/02/21 00:00:00,9.168741180072603,True -2017/02/21 01:00:00,5.09602641748901,True -2017/02/21 02:00:00,3.220384399685153,True -2017/02/21 03:00:00,3.778137059531096,True -2017/02/21 04:00:00,3.2248002463375895,True -2017/02/21 05:00:00,6.272098992245851,True -2017/02/21 06:00:00,9.348687864109602,True -2017/02/21 07:00:00,11.495339582812356,True -2017/02/21 08:00:00,13.707154982856341,True -2017/02/21 09:00:00,14.952254971742542,True -2017/02/21 10:00:00,15.873953493615732,True -2017/02/21 11:00:00,17.482983982174954,True -2017/02/21 12:00:00,18.262910127783123,True -2017/02/21 13:00:00,17.254218670599244,True -2017/02/21 14:00:00,17.148442332658803,True -2017/02/21 15:00:00,16.33401613787914,True -2017/02/21 16:00:00,15.98502738206641,True -2017/02/21 17:00:00,17.24502114225568,True -2017/02/21 18:00:00,17.629474263759786,True -2017/02/21 19:00:00,17.66714714149737,True -2017/02/21 20:00:00,17.201955727211274,True -2017/02/21 21:00:00,17.292835976368178,True -2017/02/21 22:00:00,16.627530678337433,True -2017/02/21 23:00:00,13.055552317144326,True -2017/02/22 00:00:00,9.168316884135574,True -2017/02/22 01:00:00,5.120788944382628,True -2017/02/22 02:00:00,3.221235722862047,True -2017/02/22 03:00:00,3.7751782797552322,True -2017/02/22 04:00:00,3.219865286289716,True -2017/02/22 05:00:00,6.2032558096168104,True -2017/02/22 06:00:00,9.496085401834424,True -2017/02/22 07:00:00,11.469415144852462,True -2017/02/22 08:00:00,13.767052149890663,True -2017/02/22 09:00:00,14.914296239132822,True -2017/02/22 10:00:00,15.842319460657842,True -2017/02/22 11:00:00,17.53060926284819,True -2017/02/22 12:00:00,18.46781056384487,True -2017/02/22 13:00:00,17.531872150586434,True -2017/02/22 14:00:00,17.523244520603853,True -2017/02/22 15:00:00,16.635800353441574,True -2017/02/22 16:00:00,16.17664841920526,True -2017/02/22 17:00:00,17.54547077804432,True -2017/02/22 18:00:00,17.89315668362706,True -2017/02/22 19:00:00,17.79127600883514,True -2017/02/22 20:00:00,17.37429357833808,True -2017/02/22 21:00:00,17.51343044060699,True -2017/02/22 22:00:00,16.934804923457666,True -2017/02/22 23:00:00,13.217462916813366,True -2017/02/23 00:00:00,9.126251752229244,True -2017/02/23 01:00:00,5.073715464533283,True -2017/02/23 02:00:00,3.20957565502013,True -2017/02/23 03:00:00,3.7644373001726192,True -2017/02/23 04:00:00,3.210623511429448,True -2017/02/23 05:00:00,6.132247184844518,True -2017/02/23 06:00:00,8.493542360828153,True -2017/02/23 07:00:00,10.802282935440827,True -2017/02/23 08:00:00,13.85211111056366,True -2017/02/23 09:00:00,15.05641858026539,True -2017/02/23 10:00:00,15.944868371516446,True -2017/02/23 11:00:00,17.525138147604473,True -2017/02/23 12:00:00,18.385576197096434,True -2017/02/23 13:00:00,17.548262632237538,True -2017/02/23 14:00:00,17.350891091490663,True -2017/02/23 15:00:00,16.43799727652093,True -2017/02/23 16:00:00,16.054708152405052,True -2017/02/23 17:00:00,17.43741801375448,True -2017/02/23 18:00:00,17.806820520468946,True -2017/02/23 19:00:00,17.848221414339015,True -2017/02/23 20:00:00,17.392050244722668,True -2017/02/23 21:00:00,17.441380937554758,True -2017/02/23 22:00:00,16.625100059981236,True -2017/02/23 23:00:00,13.026691453033667,True -2017/02/24 00:00:00,9.14774068561992,True -2017/02/24 01:00:00,5.078535332491554,True -2017/02/24 02:00:00,3.2187565331325714,True -2017/02/24 03:00:00,3.771212603917616,True -2017/02/24 04:00:00,3.2253141882408984,True -2017/02/24 05:00:00,6.183156188529443,True -2017/02/24 06:00:00,9.383385829458783,True -2017/02/24 07:00:00,11.454507315645321,True -2017/02/24 08:00:00,13.662771523443878,True -2017/02/24 09:00:00,14.905635844316688,True -2017/02/24 10:00:00,15.857767775860374,True -2017/02/24 11:00:00,17.46492325541361,True -2017/02/24 12:00:00,18.317788808035345,True -2017/02/24 13:00:00,17.382959636884436,True -2017/02/24 14:00:00,17.22628822607482,True -2017/02/24 15:00:00,16.362016861139058,True -2017/02/24 16:00:00,15.99456630020989,True -2017/02/24 17:00:00,17.277130898630297,True -2017/02/24 18:00:00,17.68599449795138,True -2017/02/24 19:00:00,17.71531357545164,True -2017/02/24 20:00:00,17.299267573151596,True -2017/02/24 21:00:00,17.340197248156922,True -2017/02/24 22:00:00,16.611362368298,True -2017/02/24 23:00:00,13.032280850185883,True -2017/02/25 00:00:00,9.156817527739722,True -2017/02/25 01:00:00,5.178015717720764,True -2017/02/25 02:00:00,3.16222185756191,True -2017/02/25 03:00:00,3.70852161591716,True -2017/02/25 04:00:00,3.160907042774438,True -2017/02/25 05:00:00,5.908206513956439,True -2017/02/25 06:00:00,9.143515357474545,True -2017/02/25 07:00:00,11.62362868971235,True -2017/02/25 08:00:00,11.502340331335082,True -2017/02/25 09:00:00,13.176085339325754,True -2017/02/25 10:00:00,15.668373457555184,True -2017/02/25 11:00:00,17.08222193092523,True -2017/02/25 12:00:00,17.472506495414972,True -2017/02/25 13:00:00,16.9304184448961,True -2017/02/25 14:00:00,16.659187395331696,True -2017/02/25 15:00:00,15.784244210375443,True -2017/02/25 16:00:00,15.670168963379576,True -2017/02/25 17:00:00,16.38216344253743,True -2017/02/25 18:00:00,17.72725878859516,True -2017/02/25 19:00:00,18.098701697573397,True -2017/02/25 20:00:00,17.703970362507388,True -2017/02/25 21:00:00,16.704177059257955,True -2017/02/25 22:00:00,16.492912483266426,True -2017/02/25 23:00:00,13.041319821879323,True -2017/02/26 00:00:00,9.365326966903764,True -2017/02/26 01:00:00,5.422145299541759,True -2017/02/26 02:00:00,3.1624936748718357,True -2017/02/26 03:00:00,3.7158127218402996,True -2017/02/26 04:00:00,3.163073452207711,True -2017/02/26 05:00:00,5.882685588527711,True -2017/02/26 06:00:00,9.351969851408903,True -2017/02/26 07:00:00,11.662269118952835,True -2017/02/26 08:00:00,11.468678215834329,True -2017/02/26 09:00:00,13.668610450997006,True -2017/02/26 10:00:00,13.673156093109522,True -2017/02/26 11:00:00,16.820743631287648,True -2017/02/26 12:00:00,17.772705048310144,True -2017/02/26 13:00:00,16.63719381468448,True -2017/02/26 14:00:00,16.640370342072885,True -2017/02/26 15:00:00,15.626302289777314,True -2017/02/26 16:00:00,15.481823670098713,True -2017/02/26 17:00:00,16.373220665318065,True -2017/02/26 18:00:00,17.004217346159024,True -2017/02/26 19:00:00,17.359956272437874,True -2017/02/26 20:00:00,16.771744836259817,True -2017/02/26 21:00:00,16.723859101986754,True -2017/02/26 22:00:00,15.907259795326125,True -2017/02/26 23:00:00,12.363975628560882,True -2017/02/27 00:00:00,8.948528366284645,True -2017/02/27 01:00:00,5.097264502050541,True -2017/02/27 02:00:00,3.2184790393264846,True -2017/02/27 03:00:00,3.781615508801136,True -2017/02/27 04:00:00,3.2188904188404064,True -2017/02/27 05:00:00,6.134737261217735,True -2017/02/27 06:00:00,9.325921410653022,True -2017/02/27 07:00:00,11.401775792421805,True -2017/02/27 08:00:00,13.72117849554499,True -2017/02/27 09:00:00,14.913733976229851,True -2017/02/27 10:00:00,15.857419953664381,True -2017/02/27 11:00:00,17.47072687363951,True -2017/02/27 12:00:00,18.311624940139158,True -2017/02/27 13:00:00,17.335757220324805,True -2017/02/27 14:00:00,17.22244147827097,True -2017/02/27 15:00:00,16.35135955191512,True -2017/02/27 16:00:00,15.982206902780474,True -2017/02/27 17:00:00,17.28615245754715,True -2017/02/27 18:00:00,17.718478158853785,True -2017/02/27 19:00:00,17.728981951030875,True -2017/02/27 20:00:00,17.26229387107829,True -2017/02/27 21:00:00,17.30018502133834,True -2017/02/27 22:00:00,16.616519640424713,True -2017/02/27 23:00:00,13.040466903968827,True -2017/02/28 00:00:00,9.160578556829897,True -2017/02/28 01:00:00,5.094257323422756,True -2017/02/28 02:00:00,3.2200303777278276,True -2017/02/28 03:00:00,3.7793351245257463,True -2017/02/28 04:00:00,3.217502612146395,True -2017/02/28 05:00:00,6.156917617870397,True -2017/02/28 06:00:00,9.349627560890127,True -2017/02/28 07:00:00,11.401200236932114,True -2017/02/28 08:00:00,13.666369578693752,True -2017/02/28 09:00:00,14.917070014004736,True -2017/02/28 10:00:00,15.868765478282741,True -2017/02/28 11:00:00,17.489898505793125,True -2017/02/28 12:00:00,18.333870047360755,True -2017/02/28 13:00:00,17.42026391077728,True -2017/02/28 14:00:00,17.29383989620483,True -2017/02/28 15:00:00,16.403595669858657,True -2017/02/28 16:00:00,16.03747240213729,True -2017/02/28 17:00:00,17.31595892986178,True -2017/02/28 18:00:00,17.641262966447385,True -2017/02/28 19:00:00,17.761301271559475,True -2017/02/28 20:00:00,17.33331197977995,True -2017/02/28 21:00:00,17.384293897985128,True -2017/02/28 22:00:00,16.61021118802964,True -2017/02/28 23:00:00,13.029773561816125,True -2017/03/01 00:00:00,9.142675524973262,True -2017/03/01 01:00:00,5.078875592393434,True -2017/03/01 02:00:00,3.2186578075280763,True -2017/03/01 03:00:00,3.7719965497497574,True -2017/03/01 04:00:00,3.2166218628939096,True -2017/03/01 05:00:00,6.153727196865687,True -2017/03/01 06:00:00,9.344030457864408,True -2017/03/01 07:00:00,11.427198514248397,True -2017/03/01 08:00:00,13.651002950665392,True -2017/03/01 09:00:00,14.901902325837938,True -2017/03/01 10:00:00,15.855256818378836,True -2017/03/01 11:00:00,17.47079104943088,True -2017/03/01 12:00:00,18.32622638524999,True -2017/03/01 13:00:00,17.422940485148214,True -2017/03/01 14:00:00,17.300076521437372,True -2017/03/01 15:00:00,16.40482343456563,True -2017/03/01 16:00:00,16.03627151098895,True -2017/03/01 17:00:00,17.313925843913538,True -2017/03/01 18:00:00,17.670573709563566,True -2017/03/01 19:00:00,17.850733386850617,True -2017/03/01 20:00:00,17.393669039220352,True -2017/03/01 21:00:00,17.446669319595074,True -2017/03/01 22:00:00,16.636199552448183,True -2017/03/01 23:00:00,12.998775889222797,True -2017/03/02 00:00:00,9.123358641499182,True -2017/03/02 01:00:00,5.079932449395646,True -2017/03/02 02:00:00,3.2143382325531795,True -2017/03/02 03:00:00,3.7712975599517917,True -2017/03/02 04:00:00,3.2176444989172914,True -2017/03/02 05:00:00,6.180006572428909,True -2017/03/02 06:00:00,9.23132858096875,True -2017/03/02 07:00:00,11.442622808787894,True -2017/03/02 08:00:00,13.625039772553391,True -2017/03/02 09:00:00,14.884788805016463,True -2017/03/02 10:00:00,15.868541587612365,True -2017/03/02 11:00:00,17.524307256953648,True -2017/03/02 12:00:00,18.42650880521513,True -2017/03/02 13:00:00,17.603145346499428,True -2017/03/02 14:00:00,17.463103470022002,True -2017/03/02 15:00:00,16.491592469270817,True -2017/03/02 16:00:00,16.053942387586243,True -2017/03/02 17:00:00,17.33114136534075,True -2017/03/02 18:00:00,17.690700411007313,True -2017/03/02 19:00:00,17.96338611397391,True -2017/03/02 20:00:00,17.511304243173882,True -2017/03/02 21:00:00,17.558497407809597,True -2017/03/02 22:00:00,16.707065526021857,True -2017/03/02 23:00:00,13.004960128074282,True -2017/03/03 00:00:00,9.133500796976922,True -2017/03/03 01:00:00,5.0730442570877425,True -2017/03/03 02:00:00,3.2100783998445337,True -2017/03/03 03:00:00,3.763660412151728,True -2017/03/03 04:00:00,3.2089428805958287,True -2017/03/03 05:00:00,6.093572781382593,True -2017/03/03 06:00:00,9.374350146743101,True -2017/03/03 07:00:00,11.437507557541693,True -2017/03/03 08:00:00,13.692771980381542,True -2017/03/03 09:00:00,14.88923004346018,True -2017/03/03 10:00:00,15.84349640213199,True -2017/03/03 11:00:00,17.47095406762615,True -2017/03/03 12:00:00,18.314380211214175,True -2017/03/03 13:00:00,17.394708556862046,True -2017/03/03 14:00:00,17.257002927272982,True -2017/03/03 15:00:00,16.35445439279255,True -2017/03/03 16:00:00,15.967414457934238,True -2017/03/03 17:00:00,17.248699753844335,True -2017/03/03 18:00:00,17.625971378699905,True -2017/03/03 19:00:00,17.71124269940123,True -2017/03/03 20:00:00,17.236499614756784,True -2017/03/03 21:00:00,17.276939718785652,True -2017/03/03 22:00:00,16.609596328609143,True -2017/03/03 23:00:00,13.027099863667978,True -2017/03/04 00:00:00,9.16836594242629,True -2017/03/04 01:00:00,5.170233468876978,True -2017/03/04 02:00:00,3.157615948821795,True -2017/03/04 03:00:00,3.7134458528617493,True -2017/03/04 04:00:00,3.1579801761876634,True -2017/03/04 05:00:00,5.8480203327248885,True -2017/03/04 06:00:00,9.204618871214619,True -2017/03/04 07:00:00,11.59948921959679,True -2017/03/04 08:00:00,11.485444326104199,True -2017/03/04 09:00:00,13.191358773458388,True -2017/03/04 10:00:00,15.666059102155813,True -2017/03/04 11:00:00,17.083952216985274,True -2017/03/04 12:00:00,17.513008836711297,True -2017/03/04 13:00:00,16.941306429346827,True -2017/03/04 14:00:00,16.689417696371237,True -2017/03/04 15:00:00,15.810016796878598,True -2017/03/04 16:00:00,15.696833747706362,True -2017/03/04 17:00:00,16.39400322003277,True -2017/03/04 18:00:00,17.818353110812822,True -2017/03/04 19:00:00,18.097520966932123,True -2017/03/04 20:00:00,17.730776683238627,True -2017/03/04 21:00:00,16.712231998626375,True -2017/03/04 22:00:00,16.473461122480906,True -2017/03/04 23:00:00,13.027602651151454,True -2017/03/05 00:00:00,9.358687892797606,True -2017/03/05 01:00:00,5.429315862277996,True -2017/03/05 02:00:00,3.15601884667249,True -2017/03/05 03:00:00,3.712250575039547,True -2017/03/05 04:00:00,3.165457897815527,True -2017/03/05 05:00:00,5.844422460027588,True -2017/03/05 06:00:00,9.199064507455018,True -2017/03/05 07:00:00,11.604173394182656,True -2017/03/05 08:00:00,11.467177149144703,True -2017/03/05 09:00:00,13.660958002282445,True -2017/03/05 10:00:00,13.681048302500212,True -2017/03/05 11:00:00,16.806495390088692,True -2017/03/05 12:00:00,17.76500749667745,True -2017/03/05 13:00:00,16.636635932295665,True -2017/03/05 14:00:00,16.647940397274,True -2017/03/05 15:00:00,15.601741379886574,True -2017/03/05 16:00:00,15.467127657371083,True -2017/03/05 17:00:00,16.3140124408962,True -2017/03/05 18:00:00,16.90149416189951,True -2017/03/05 19:00:00,17.321049622044207,True -2017/03/05 20:00:00,16.716666411487434,True -2017/03/05 21:00:00,16.685680995653865,True -2017/03/05 22:00:00,15.988760355029624,True -2017/03/05 23:00:00,12.37566350062461,True -2017/03/06 00:00:00,8.969251475168804,True -2017/03/06 01:00:00,5.083891758354299,True -2017/03/06 02:00:00,3.2234603715732044,True -2017/03/06 03:00:00,3.7744326530618206,True -2017/03/06 04:00:00,3.2225133065636236,True -2017/03/06 05:00:00,6.181619346131528,True -2017/03/06 06:00:00,9.263658811700607,True -2017/03/06 07:00:00,11.416394222078528,True -2017/03/06 08:00:00,13.653704705256153,True -2017/03/06 09:00:00,14.933571818920504,True -2017/03/06 10:00:00,15.877560651346858,True -2017/03/06 11:00:00,17.500516966596024,True -2017/03/06 12:00:00,18.272182374003194,True -2017/03/06 13:00:00,17.311360330905142,True -2017/03/06 14:00:00,17.191283885668295,True -2017/03/06 15:00:00,16.312141049419104,True -2017/03/06 16:00:00,15.966232343765054,True -2017/03/06 17:00:00,17.255670464085576,True -2017/03/06 18:00:00,17.54060098281801,True -2017/03/06 19:00:00,17.686461856073613,True -2017/03/06 20:00:00,17.20287007090911,True -2017/03/06 21:00:00,17.27713138963305,True -2017/03/06 22:00:00,16.61050096921926,True -2017/03/06 23:00:00,13.039185930943445,True -2017/03/07 00:00:00,9.176610538898784,True -2017/03/07 01:00:00,5.0786879479372935,True -2017/03/07 02:00:00,3.217012430605655,True -2017/03/07 03:00:00,3.778250111630599,True -2017/03/07 04:00:00,3.222476980550452,True -2017/03/07 05:00:00,6.170034320936132,True -2017/03/07 06:00:00,9.26222187778083,True -2017/03/07 07:00:00,11.595033352065004,True -2017/03/07 08:00:00,13.65446141644379,True -2017/03/07 09:00:00,14.922498192461036,True -2017/03/07 10:00:00,15.8674135459615,True -2017/03/07 11:00:00,17.487218599259236,True -2017/03/07 12:00:00,18.29433664009086,True -2017/03/07 13:00:00,17.34016612525247,True -2017/03/07 14:00:00,17.231726294718342,True -2017/03/07 15:00:00,16.379346687499122,True -2017/03/07 16:00:00,16.012696941852923,True -2017/03/07 17:00:00,17.305824230306488,True -2017/03/07 18:00:00,17.57444260090398,True -2017/03/07 19:00:00,17.702514551883564,True -2017/03/07 20:00:00,17.242049985651903,True -2017/03/07 21:00:00,17.285865318665767,True -2017/03/07 22:00:00,16.598726207400176,True -2017/03/07 23:00:00,13.022267534822925,True -2017/03/08 00:00:00,9.166619919448134,True -2017/03/08 01:00:00,5.080729669412474,True -2017/03/08 02:00:00,3.224622036955954,True -2017/03/08 03:00:00,3.7745835266944936,True -2017/03/08 04:00:00,3.2199441879053854,True -2017/03/08 05:00:00,6.131317481143268,True -2017/03/08 06:00:00,9.168981600273565,True -2017/03/08 07:00:00,11.442548043220992,True -2017/03/08 08:00:00,13.637353602504946,True -2017/03/08 09:00:00,14.895012225952708,True -2017/03/08 10:00:00,15.83818035827753,True -2017/03/08 11:00:00,17.537870132300135,True -2017/03/08 12:00:00,18.386212482268068,True -2017/03/08 13:00:00,17.644622050660235,True -2017/03/08 14:00:00,17.56373950012371,True -2017/03/08 15:00:00,16.609924795022486,True -2017/03/08 16:00:00,16.163673692881865,True -2017/03/08 17:00:00,17.3972888800647,True -2017/03/08 18:00:00,17.683356451474612,True -2017/03/08 19:00:00,17.8795751901617,True -2017/03/08 20:00:00,17.446117523238325,True -2017/03/08 21:00:00,17.499235483939234,True -2017/03/08 22:00:00,16.658243879080388,True -2017/03/08 23:00:00,12.997051004192127,True -2017/03/09 00:00:00,9.120116390647581,True -2017/03/09 01:00:00,5.076772939116237,True -2017/03/09 02:00:00,3.21081623672265,True -2017/03/09 03:00:00,3.764135125805383,True -2017/03/09 04:00:00,3.2087944046280934,True -2017/03/09 05:00:00,6.009058744810169,True -2017/03/09 06:00:00,8.490116793992925,True -2017/03/09 07:00:00,10.767326074784087,True -2017/03/09 08:00:00,13.83072986027262,True -2017/03/09 09:00:00,14.89296985613952,True -2017/03/09 10:00:00,15.94399114751812,True -2017/03/09 11:00:00,17.574959209669785,True -2017/03/09 12:00:00,18.564275365113918,True -2017/03/09 13:00:00,17.877912803580188,True -2017/03/09 14:00:00,17.827479258654645,True -2017/03/09 15:00:00,16.724406892184835,True -2017/03/09 16:00:00,16.272678924344046,True -2017/03/09 17:00:00,17.56558729322211,True -2017/03/09 18:00:00,18.13935616885932,True -2017/03/09 19:00:00,18.30261678181938,True -2017/03/09 20:00:00,17.915484150791425,True -2017/03/09 21:00:00,17.95510560518371,True -2017/03/09 22:00:00,16.906311422900654,True -2017/03/09 23:00:00,13.02856183446559,True -2017/03/10 00:00:00,9.118707510162812,True -2017/03/10 01:00:00,5.074679589804674,True -2017/03/10 02:00:00,3.209226452620071,True -2017/03/10 03:00:00,3.7640379318167767,True -2017/03/10 04:00:00,3.210096535799762,True -2017/03/10 05:00:00,6.0615329678567065,True -2017/03/10 06:00:00,8.48950332147298,True -2017/03/10 07:00:00,10.768649846039777,True -2017/03/10 08:00:00,13.897369473921186,True -2017/03/10 09:00:00,15.031630929466209,True -2017/03/10 10:00:00,16.0140925295589,True -2017/03/10 11:00:00,17.627267677281026,True -2017/03/10 12:00:00,18.6040128251009,True -2017/03/10 13:00:00,17.854243421703355,True -2017/03/10 14:00:00,17.805533485868374,True -2017/03/10 15:00:00,16.834561621833863,True -2017/03/10 16:00:00,16.310213742550484,True -2017/03/10 17:00:00,17.58439861180135,True -2017/03/10 18:00:00,17.967970481877195,True -2017/03/10 19:00:00,18.098898966711968,True -2017/03/10 20:00:00,17.9647432503199,True -2017/03/10 21:00:00,18.00856597032513,True -2017/03/10 22:00:00,17.065262412814356,True -2017/03/10 23:00:00,13.315626440539658,True -2017/03/11 00:00:00,9.502749833458566,True -2017/03/11 01:00:00,5.161012152440687,True -2017/03/11 02:00:00,3.1477504116359682,True -2017/03/11 03:00:00,3.700419031751384,True -2017/03/11 04:00:00,3.145306772764945,True -2017/03/11 05:00:00,5.7554266076689595,True -2017/03/11 06:00:00,8.340803384736043,True -2017/03/11 07:00:00,11.001342141528506,True -2017/03/11 08:00:00,11.837065300090178,True -2017/03/11 09:00:00,13.602506345994676,True -2017/03/11 10:00:00,15.988304879355164,True -2017/03/11 11:00:00,17.383550211423287,True -2017/03/11 12:00:00,17.961023631819383,True -2017/03/11 13:00:00,17.278628247090857,True -2017/03/11 14:00:00,17.304964295636346,True -2017/03/11 15:00:00,16.37654142050224,True -2017/03/11 16:00:00,16.173800209470595,True -2017/03/11 17:00:00,16.815450309069572,True -2017/03/11 18:00:00,18.089615569882508,True -2017/03/11 19:00:00,18.67906531866324,True -2017/03/11 20:00:00,18.142769744339812,True -2017/03/11 21:00:00,17.405774384704902,True -2017/03/11 22:00:00,17.02278711846572,True -2017/03/11 23:00:00,13.502629708862516,True -2017/03/12 00:00:00,10.09254855974489,True -2017/03/12 01:00:00,3.147984621190582,True -2017/03/12 02:00:00,3.7014951171122425,True -2017/03/12 03:00:00,3.14454763405967,True -2017/03/12 04:00:00,5.683387156204242,True -2017/03/12 05:00:00,9.136799311297738,True -2017/03/12 06:00:00,11.597846410183884,True -2017/03/12 07:00:00,12.693013757331112,True -2017/03/12 08:00:00,13.885155598503408,True -2017/03/12 09:00:00,14.049671211851127,True -2017/03/12 10:00:00,17.159596701653733,True -2017/03/12 11:00:00,18.24126651222804,True -2017/03/12 12:00:00,17.265347059150795,True -2017/03/12 13:00:00,17.0357411119685,True -2017/03/12 14:00:00,15.315319488487189,True -2017/03/12 15:00:00,15.273327092735686,True -2017/03/12 16:00:00,16.008362410308216,True -2017/03/12 17:00:00,16.616849413198953,True -2017/03/12 18:00:00,16.667422603102924,True -2017/03/12 19:00:00,16.900382644240082,True -2017/03/12 20:00:00,16.907533859057132,True -2017/03/12 21:00:00,16.511368992200648,True -2017/03/12 22:00:00,13.100905549958757,True -2017/03/12 23:00:00,9.772139383233748,True -2017/03/13 00:00:00,5.082650043397254,True -2017/03/13 01:00:00,3.2098679090180946,True -2017/03/13 02:00:00,3.764082589044177,True -2017/03/13 03:00:00,3.2091931354516037,True -2017/03/13 04:00:00,5.933589448359574,True -2017/03/13 05:00:00,8.500258993022209,True -2017/03/13 06:00:00,10.781067225486566,True -2017/03/13 07:00:00,14.96530118080162,True -2017/03/13 08:00:00,15.251037260637151,True -2017/03/13 09:00:00,16.054721493168994,True -2017/03/13 10:00:00,17.74119051935881,True -2017/03/13 11:00:00,18.567062701808467,True -2017/03/13 12:00:00,17.81506107127079,True -2017/03/13 13:00:00,17.800505264581997,True -2017/03/13 14:00:00,16.881697814694522,True -2017/03/13 15:00:00,16.364507159714694,True -2017/03/13 16:00:00,17.646360053096647,True -2017/03/13 17:00:00,17.94851617723102,True -2017/03/13 18:00:00,16.851058453592497,True -2017/03/13 19:00:00,17.43836430954932,True -2017/03/13 20:00:00,17.57481080877313,True -2017/03/13 21:00:00,16.92714895506769,True -2017/03/13 22:00:00,13.872372165421416,True -2017/03/13 23:00:00,10.505399829825004,True -2017/03/14 00:00:00,5.080938317330796,True -2017/03/14 01:00:00,3.2085633404785656,True -2017/03/14 02:00:00,3.7654709970544724,True -2017/03/14 03:00:00,3.2082135425815346,True -2017/03/14 04:00:00,5.6432934486588096,True -2017/03/14 05:00:00,8.505211325984751,True -2017/03/14 06:00:00,10.768827837068242,True -2017/03/14 07:00:00,15.313865810749755,True -2017/03/14 08:00:00,14.6009782446319,True -2017/03/14 09:00:00,15.866684876331764,True -2017/03/14 10:00:00,18.1224623003014,True -2017/03/14 11:00:00,20.020685943872945,True -2017/03/14 12:00:00,19.882031937690662,True -2017/03/14 13:00:00,20.03690536338766,True -2017/03/14 14:00:00,19.06540540261507,True -2017/03/14 15:00:00,18.331487801636964,True -2017/03/14 16:00:00,19.199382795430576,True -2017/03/14 17:00:00,19.396862229379938,True -2017/03/14 18:00:00,18.39365792499613,True -2017/03/14 19:00:00,18.390053958367997,True -2017/03/14 20:00:00,18.094744125112104,True -2017/03/14 21:00:00,16.860802698135178,True -2017/03/14 22:00:00,13.099426039220507,True -2017/03/14 23:00:00,8.856352639534668,True -2017/03/15 00:00:00,5.073535706425018,True -2017/03/15 01:00:00,3.2091029074501356,True -2017/03/15 02:00:00,3.7660017233861094,True -2017/03/15 03:00:00,3.209002426223683,True -2017/03/15 04:00:00,5.327262767674581,True -2017/03/15 05:00:00,8.558989728771602,True -2017/03/15 06:00:00,10.83448225268953,True -2017/03/15 07:00:00,14.645096517790863,True -2017/03/15 08:00:00,14.95043864843301,True -2017/03/15 09:00:00,16.303223597949458,True -2017/03/15 10:00:00,18.81892434342293,True -2017/03/15 11:00:00,20.22336997947502,True -2017/03/15 12:00:00,19.90469287680759,True -2017/03/15 13:00:00,19.820430638862625,True -2017/03/15 14:00:00,19.19520583399395,True -2017/03/15 15:00:00,18.56707169680755,True -2017/03/15 16:00:00,19.521689768582245,True -2017/03/15 17:00:00,19.843002628315112,True -2017/03/15 18:00:00,19.123511465984986,True -2017/03/15 19:00:00,18.89635013220781,True -2017/03/15 20:00:00,18.8715953326436,True -2017/03/15 21:00:00,17.391665584557717,True -2017/03/15 22:00:00,13.232180471197251,True -2017/03/15 23:00:00,9.673222370693416,True -2017/03/16 00:00:00,5.174933103670279,True -2017/03/16 01:00:00,3.207436669753475,True -2017/03/16 02:00:00,3.7625569241359,True -2017/03/16 03:00:00,3.208023562291074,True -2017/03/16 04:00:00,6.089431220491558,True -2017/03/16 05:00:00,8.583046655005367,True -2017/03/16 06:00:00,10.830805142936315,True -2017/03/16 07:00:00,15.43242424104957,True -2017/03/16 08:00:00,15.92564847175353,True -2017/03/16 09:00:00,16.118279518441952,True -2017/03/16 10:00:00,17.225260127184868,True -2017/03/16 11:00:00,18.530655598280298,True -2017/03/16 12:00:00,17.006520649224864,True -2017/03/16 13:00:00,16.90168033354535,True -2017/03/16 14:00:00,17.197980476236154,True -2017/03/16 15:00:00,16.9268668706666,True -2017/03/16 16:00:00,17.183058156273688,True -2017/03/16 17:00:00,17.446601597333647,True -2017/03/16 18:00:00,16.82024418406711,True -2017/03/16 19:00:00,17.41506779237284,True -2017/03/16 20:00:00,17.505437158145185,True -2017/03/16 21:00:00,16.867358463403164,True -2017/03/16 22:00:00,13.949242027376217,True -2017/03/16 23:00:00,10.014883366531095,True -2017/03/17 00:00:00,5.071657009413024,True -2017/03/17 01:00:00,3.2079414793527246,True -2017/03/17 02:00:00,3.7634743301552134,True -2017/03/17 03:00:00,3.2093584858889597,True -2017/03/17 04:00:00,5.314784601663781,True -2017/03/17 05:00:00,8.518866804726745,True -2017/03/17 06:00:00,10.780046369940218,True -2017/03/17 07:00:00,14.588503666796141,True -2017/03/17 08:00:00,15.796122595553626,True -2017/03/17 09:00:00,16.58545809323545,True -2017/03/17 10:00:00,17.853173916550784,True -2017/03/17 11:00:00,18.610082228849777,True -2017/03/17 12:00:00,17.459107405602712,True -2017/03/17 13:00:00,17.38171606163966,True -2017/03/17 14:00:00,16.515647987724062,True -2017/03/17 15:00:00,16.227856710263797,True -2017/03/17 16:00:00,17.354983021664662,True -2017/03/17 17:00:00,17.737383341240527,True -2017/03/17 18:00:00,17.186974053906148,True -2017/03/17 19:00:00,17.679977925704833,True -2017/03/17 20:00:00,17.744923521025466,True -2017/03/17 21:00:00,16.84872206308045,True -2017/03/17 22:00:00,13.051782048658776,True -2017/03/17 23:00:00,9.121304410710716,True -2017/03/18 00:00:00,5.161111402679599,True -2017/03/18 01:00:00,3.1476824826214056,True -2017/03/18 02:00:00,3.6997686790887134,True -2017/03/18 03:00:00,3.14688878964661,True -2017/03/18 04:00:00,5.726301845994195,True -2017/03/18 05:00:00,8.340853519544229,True -2017/03/18 06:00:00,11.007162891167555,True -2017/03/18 07:00:00,11.694696467867614,True -2017/03/18 08:00:00,13.306158819854474,True -2017/03/18 09:00:00,15.733682415604493,True -2017/03/18 10:00:00,17.156157856485226,True -2017/03/18 11:00:00,17.622588049357315,True -2017/03/18 12:00:00,17.072281694861537,True -2017/03/18 13:00:00,16.86047494757224,True -2017/03/18 14:00:00,15.945191647578584,True -2017/03/18 15:00:00,15.820456100314697,True -2017/03/18 16:00:00,16.484118447710273,True -2017/03/18 17:00:00,17.626777861860084,True -2017/03/18 18:00:00,17.40086545891019,True -2017/03/18 19:00:00,18.056457149202867,True -2017/03/18 20:00:00,17.003983091166212,True -2017/03/18 21:00:00,16.732400006656245,True -2017/03/18 22:00:00,13.0827714874767,True -2017/03/18 23:00:00,9.328569905919231,True -2017/03/19 00:00:00,5.427511246081289,True -2017/03/19 01:00:00,3.155701899786147,True -2017/03/19 02:00:00,3.714012661074359,True -2017/03/19 03:00:00,3.157549008557614,True -2017/03/19 04:00:00,5.790193053208927,True -2017/03/19 05:00:00,9.238192732927075,True -2017/03/19 06:00:00,11.656899309885395,True -2017/03/19 07:00:00,11.57681147119151,True -2017/03/19 08:00:00,13.71434423741093,True -2017/03/19 09:00:00,13.76653009326163,True -2017/03/19 10:00:00,16.938029402366624,True -2017/03/19 11:00:00,17.887104247033008,True -2017/03/19 12:00:00,16.849448132171815,True -2017/03/19 13:00:00,16.8421265928988,True -2017/03/19 14:00:00,15.739503725265855,True -2017/03/19 15:00:00,15.604591980279395,True -2017/03/19 16:00:00,16.413896635319084,True -2017/03/19 17:00:00,16.959468680124765,True -2017/03/19 18:00:00,16.548406932784314,True -2017/03/19 19:00:00,16.887707377614497,True -2017/03/19 20:00:00,16.841471864755825,True -2017/03/19 21:00:00,15.937235557024064,True -2017/03/19 22:00:00,12.385614862178183,True -2017/03/19 23:00:00,8.940565866967212,True -2017/03/20 00:00:00,5.08640692364972,True -2017/03/20 01:00:00,3.2228378354278893,True -2017/03/20 02:00:00,3.777034010219455,True -2017/03/20 03:00:00,3.2251674898543885,True -2017/03/20 04:00:00,6.1602837474883945,True -2017/03/20 05:00:00,9.377808305526637,True -2017/03/20 06:00:00,11.436544224962061,True -2017/03/20 07:00:00,13.789616335002192,True -2017/03/20 08:00:00,14.963035991666462,True -2017/03/20 09:00:00,15.833666566625674,True -2017/03/20 10:00:00,17.486073593618144,True -2017/03/20 11:00:00,18.330268637070933,True -2017/03/20 12:00:00,17.463007524525924,True -2017/03/20 13:00:00,17.337558441339176,True -2017/03/20 14:00:00,16.393915930346207,True -2017/03/20 15:00:00,16.016508316823984,True -2017/03/20 16:00:00,17.27846650464546,True -2017/03/20 17:00:00,17.54894176378151,True -2017/03/20 18:00:00,16.987663045712,True -2017/03/20 19:00:00,17.53093972692817,True -2017/03/20 20:00:00,17.573010276937993,True -2017/03/20 21:00:00,16.644837628614827,True -2017/03/20 22:00:00,12.986074565057937,True -2017/03/20 23:00:00,9.136242699945223,True -2017/03/21 00:00:00,5.081280214199506,True -2017/03/21 01:00:00,3.2089961364336106,True -2017/03/21 02:00:00,3.7653183597679787,True -2017/03/21 03:00:00,3.2195033904337857,True -2017/03/21 04:00:00,6.162596862967613,True -2017/03/21 05:00:00,9.377768192492438,True -2017/03/21 06:00:00,11.428213166811194,True -2017/03/21 07:00:00,13.775029236415627,True -2017/03/21 08:00:00,14.905469006935771,True -2017/03/21 09:00:00,15.852061239397099,True -2017/03/21 10:00:00,17.558699837308968,True -2017/03/21 11:00:00,18.46329367749245,True -2017/03/21 12:00:00,17.670259113432436,True -2017/03/21 13:00:00,17.539668948104435,True -2017/03/21 14:00:00,16.55972396998742,True -2017/03/21 15:00:00,16.091998499193526,True -2017/03/21 16:00:00,17.33962387175303,True -2017/03/21 17:00:00,17.663285779572746,True -2017/03/21 18:00:00,17.052612816431154,True -2017/03/21 19:00:00,17.587051380150438,True -2017/03/21 20:00:00,17.622432980754624,True -2017/03/21 21:00:00,16.717769175784877,True -2017/03/21 22:00:00,12.987356532885743,True -2017/03/21 23:00:00,9.121335012679442,True -2017/03/22 00:00:00,5.077193701519523,True -2017/03/22 01:00:00,3.2106688905608736,True -2017/03/22 02:00:00,3.7644073639616042,True -2017/03/22 03:00:00,3.2077689786368353,True -2017/03/22 04:00:00,6.0402719302352645,True -2017/03/22 05:00:00,8.486163011212819,True -2017/03/22 06:00:00,10.757010698799174,True -2017/03/22 07:00:00,14.219448113495917,True -2017/03/22 08:00:00,15.373519514092335,True -2017/03/22 09:00:00,16.510582474197296,True -2017/03/22 10:00:00,17.894106723678313,True -2017/03/22 11:00:00,18.01087130994182,True -2017/03/22 12:00:00,17.352476054588276,True -2017/03/22 13:00:00,17.400314811929295,True -2017/03/22 14:00:00,16.350338068564866,True -2017/03/22 15:00:00,15.727114851015033,True -2017/03/22 16:00:00,16.905437642512755,True -2017/03/22 17:00:00,17.45689647008407,True -2017/03/22 18:00:00,16.749942797616193,True -2017/03/22 19:00:00,17.316987158048757,True -2017/03/22 20:00:00,17.408961676322576,True -2017/03/22 21:00:00,16.930161917247624,True -2017/03/22 22:00:00,13.669591957327455,True -2017/03/22 23:00:00,9.567334189362192,True -2017/03/23 00:00:00,5.073798814865739,True -2017/03/23 01:00:00,3.2091124953248396,True -2017/03/23 02:00:00,3.764916676525316,True -2017/03/23 03:00:00,3.208724928175489,True -2017/03/23 04:00:00,6.019734090711316,True -2017/03/23 05:00:00,8.511871816208,True -2017/03/23 06:00:00,10.783975035340855,True -2017/03/23 07:00:00,13.841654738438104,True -2017/03/23 08:00:00,14.93405412831216,True -2017/03/23 09:00:00,15.832957585910776,True -2017/03/23 10:00:00,17.538286955077456,True -2017/03/23 11:00:00,18.410747170155073,True -2017/03/23 12:00:00,17.617640869618434,True -2017/03/23 13:00:00,17.434163644146953,True -2017/03/23 14:00:00,16.452309049501785,True -2017/03/23 15:00:00,16.029874606869686,True -2017/03/23 16:00:00,17.27742571275493,True -2017/03/23 17:00:00,17.510711132787065,True -2017/03/23 18:00:00,16.872238188003987,True -2017/03/23 19:00:00,17.44363875394595,True -2017/03/23 20:00:00,17.44189897850366,True -2017/03/23 21:00:00,16.56489082545266,True -2017/03/23 22:00:00,12.996663761700367,True -2017/03/23 23:00:00,9.141186766080867,True -2017/03/24 00:00:00,5.071508332179017,True -2017/03/24 01:00:00,3.210262882069945,True -2017/03/24 02:00:00,3.764626629790566,True -2017/03/24 03:00:00,3.2148734741247007,True -2017/03/24 04:00:00,6.1049435590936945,True -2017/03/24 05:00:00,9.383169518812258,True -2017/03/24 06:00:00,11.469462417429856,True -2017/03/24 07:00:00,13.742657910978133,True -2017/03/24 08:00:00,14.908565222120334,True -2017/03/24 09:00:00,15.835403468938384,True -2017/03/24 10:00:00,17.48247712059845,True -2017/03/24 11:00:00,18.321975842636004,True -2017/03/24 12:00:00,17.467642771388746,True -2017/03/24 13:00:00,17.323437052267888,True -2017/03/24 14:00:00,16.388155221135204,True -2017/03/24 15:00:00,16.017701834422933,True -2017/03/24 16:00:00,17.267038789408474,True -2017/03/24 17:00:00,17.471894400260624,True -2017/03/24 18:00:00,16.792474224293347,True -2017/03/24 19:00:00,17.378075846815204,True -2017/03/24 20:00:00,17.400321418137796,True -2017/03/24 21:00:00,16.54072435637678,True -2017/03/24 22:00:00,13.004227773710054,True -2017/03/24 23:00:00,9.141563566976588,True -2017/03/25 00:00:00,5.166504182522833,True -2017/03/25 01:00:00,3.146276864269101,True -2017/03/25 02:00:00,3.7065192649588887,True -2017/03/25 03:00:00,3.1636869106678875,True -2017/03/25 04:00:00,5.784952724745097,True -2017/03/25 05:00:00,9.218706294325305,True -2017/03/25 06:00:00,11.61382876934208,True -2017/03/25 07:00:00,11.497576341154447,True -2017/03/25 08:00:00,13.187815549606402,True -2017/03/25 09:00:00,15.62158435544925,True -2017/03/25 10:00:00,17.139357903700752,True -2017/03/25 11:00:00,17.598875330957704,True -2017/03/25 12:00:00,17.008838282915974,True -2017/03/25 13:00:00,16.807500691927242,True -2017/03/25 14:00:00,15.901431957453061,True -2017/03/25 15:00:00,15.780053559017723,True -2017/03/25 16:00:00,16.45398600154542,True -2017/03/25 17:00:00,17.606122537992494,True -2017/03/25 18:00:00,17.2795097335344,True -2017/03/25 19:00:00,17.908991769317616,True -2017/03/25 20:00:00,16.8537934618048,True -2017/03/25 21:00:00,16.578126227154694,True -2017/03/25 22:00:00,13.050394876012442,True -2017/03/25 23:00:00,9.332993551667162,True -2017/03/26 00:00:00,5.42344021858921,True -2017/03/26 01:00:00,3.1575002045539713,True -2017/03/26 02:00:00,3.7139777174044966,True -2017/03/26 03:00:00,3.1554578477873325,True -2017/03/26 04:00:00,5.785862319794632,True -2017/03/26 05:00:00,9.216483099911672,True -2017/03/26 06:00:00,11.630547636135349,True -2017/03/26 07:00:00,11.533485080428719,True -2017/03/26 08:00:00,13.751635135899313,True -2017/03/26 09:00:00,13.670952934334094,True -2017/03/26 10:00:00,16.814426604342003,True -2017/03/26 11:00:00,17.798316200828474,True -2017/03/26 12:00:00,16.66309770529778,True -2017/03/26 13:00:00,16.688525494979157,True -2017/03/26 14:00:00,15.641342838010447,True -2017/03/26 15:00:00,15.524724617183475,True -2017/03/26 16:00:00,16.331097333569378,True -2017/03/26 17:00:00,16.859447502736174,True -2017/03/26 18:00:00,16.36813541114331,True -2017/03/26 19:00:00,16.746064792116794,True -2017/03/26 20:00:00,16.687274208186317,True -2017/03/26 21:00:00,15.973298000823235,True -2017/03/26 22:00:00,12.368150530594937,True -2017/03/26 23:00:00,8.962173211060781,True -2017/03/27 00:00:00,5.095161701751682,True -2017/03/27 01:00:00,3.221185828970094,True -2017/03/27 02:00:00,3.775229557996509,True -2017/03/27 03:00:00,3.2234764619012046,True -2017/03/27 04:00:00,6.140006743504249,True -2017/03/27 05:00:00,9.346150035457393,True -2017/03/27 06:00:00,11.410614741944535,True -2017/03/27 07:00:00,13.715416518848262,True -2017/03/27 08:00:00,14.8936455445519,True -2017/03/27 09:00:00,15.836545673281362,True -2017/03/27 10:00:00,17.47542046068039,True -2017/03/27 11:00:00,18.322098086074245,True -2017/03/27 12:00:00,17.41428279206693,True -2017/03/27 13:00:00,17.297672320647248,True -2017/03/27 14:00:00,16.380258645449146,True -2017/03/27 15:00:00,15.992688453020799,True -2017/03/27 16:00:00,17.26205449208932,True -2017/03/27 17:00:00,17.463842462539272,True -2017/03/27 18:00:00,16.76538374598014,True -2017/03/27 19:00:00,17.371441559755798,True -2017/03/27 20:00:00,17.365965079390854,True -2017/03/27 21:00:00,16.541378129457307,True -2017/03/27 22:00:00,12.989093518746387,True -2017/03/27 23:00:00,9.139878428270348,True -2017/03/28 00:00:00,5.081368365401642,True -2017/03/28 01:00:00,3.2104493382402652,True -2017/03/28 02:00:00,3.769727510873507,True -2017/03/28 03:00:00,3.225474364865812,True -2017/03/28 04:00:00,6.087728565922057,True -2017/03/28 05:00:00,9.35394278616928,True -2017/03/28 06:00:00,11.408863466463332,True -2017/03/28 07:00:00,13.722330636105367,True -2017/03/28 08:00:00,14.850723289524561,True -2017/03/28 09:00:00,15.82674817116641,True -2017/03/28 10:00:00,17.534150305744294,True -2017/03/28 11:00:00,18.465015545912,True -2017/03/28 12:00:00,17.648798568255536,True -2017/03/28 13:00:00,17.59796458234496,True -2017/03/28 14:00:00,16.633275895733853,True -2017/03/28 15:00:00,16.18639978026509,True -2017/03/28 16:00:00,17.33828661601824,True -2017/03/28 17:00:00,17.684062131543136,True -2017/03/28 18:00:00,17.024959148124893,True -2017/03/28 19:00:00,16.795830385945763,True -2017/03/28 20:00:00,17.586871386099414,True -2017/03/28 21:00:00,16.69683959581619,True -2017/03/28 22:00:00,12.98483046684712,True -2017/03/28 23:00:00,9.13389787289997,True -2017/03/29 00:00:00,5.080224009243489,True -2017/03/29 01:00:00,3.2091900217082268,True -2017/03/29 02:00:00,3.766315869631812,True -2017/03/29 03:00:00,3.2085939251224844,True -2017/03/29 04:00:00,6.027242193599734,True -2017/03/29 05:00:00,9.36225632165684,True -2017/03/29 06:00:00,11.41750632731859,True -2017/03/29 07:00:00,13.656361197354876,True -2017/03/29 08:00:00,14.840434058944075,True -2017/03/29 09:00:00,15.86392379581695,True -2017/03/29 10:00:00,17.558317265324558,True -2017/03/29 11:00:00,18.474385122926094,True -2017/03/29 12:00:00,17.49392755662705,True -2017/03/29 13:00:00,17.420516211110186,True -2017/03/29 14:00:00,16.6116612176384,True -2017/03/29 15:00:00,16.181723618972228,True -2017/03/29 16:00:00,17.282901398072166,True -2017/03/29 17:00:00,17.71850957738156,True -2017/03/29 18:00:00,17.1257857448396,True -2017/03/29 19:00:00,16.889885009596288,True -2017/03/29 20:00:00,17.652412078625805,True -2017/03/29 21:00:00,16.776130792950394,True -2017/03/29 22:00:00,13.025277811402654,True -2017/03/29 23:00:00,9.11995853955206,True -2017/03/30 00:00:00,5.076036127059062,True -2017/03/30 01:00:00,3.2100332490531627,True -2017/03/30 02:00:00,3.7638206360777455,True -2017/03/30 03:00:00,3.2086270112034585,True -2017/03/30 04:00:00,6.056438540176974,True -2017/03/30 05:00:00,8.484510671399256,True -2017/03/30 06:00:00,10.763028548646382,True -2017/03/30 07:00:00,13.881370713357004,True -2017/03/30 08:00:00,15.125504607212584,True -2017/03/30 09:00:00,16.089710103360222,True -2017/03/30 10:00:00,17.693169272051193,True -2017/03/30 11:00:00,18.684001082830534,True -2017/03/30 12:00:00,17.71893377194399,True -2017/03/30 13:00:00,17.836991216753486,True -2017/03/30 14:00:00,16.86643732047178,True -2017/03/30 15:00:00,16.391508853232814,True -2017/03/30 16:00:00,17.44431361575458,True -2017/03/30 17:00:00,17.791321098043824,True -2017/03/30 18:00:00,16.973480423308175,True -2017/03/30 19:00:00,16.973307428835156,True -2017/03/30 20:00:00,17.69109343913132,True -2017/03/30 21:00:00,17.01463737204789,True -2017/03/30 22:00:00,13.228184634823783,True -2017/03/30 23:00:00,9.281574772094128,True -2017/03/31 00:00:00,5.073949639102891,True -2017/03/31 01:00:00,3.209446849539056,True -2017/03/31 02:00:00,3.7647921489955296,True -2017/03/31 03:00:00,3.210131655932461,True -2017/03/31 04:00:00,6.035010893925869,True -2017/03/31 05:00:00,8.485936415005607,True -2017/03/31 06:00:00,10.761458850949413,True -2017/03/31 07:00:00,14.079992267449377,True -2017/03/31 08:00:00,15.279783363683666,True -2017/03/31 09:00:00,16.22860575693325,True -2017/03/31 10:00:00,17.818630578848353,True -2017/03/31 11:00:00,18.594526185656264,True -2017/03/31 12:00:00,17.557887335608918,True -2017/03/31 13:00:00,17.48766494842736,True -2017/03/31 14:00:00,16.763354344958486,True -2017/03/31 15:00:00,16.26403398250308,True -2017/03/31 16:00:00,17.507175606150454,True -2017/03/31 17:00:00,17.823367813911368,True -2017/03/31 18:00:00,16.638856186509262,True -2017/03/31 19:00:00,16.43530478092125,True -2017/03/31 20:00:00,17.8720243061011,True -2017/03/31 21:00:00,16.859592672607466,True -2017/03/31 22:00:00,13.062195691004597,True -2017/03/31 23:00:00,9.134195735397949,True -2017/04/01 00:00:00,5.161947168949897,True -2017/04/01 01:00:00,3.145271375333738,True -2017/04/01 02:00:00,3.7017547416415786,True -2017/04/01 03:00:00,3.146710534894504,True -2017/04/01 04:00:00,5.746114355770426,True -2017/04/01 05:00:00,9.06443166282893,True -2017/04/01 06:00:00,11.660880023109653,True -2017/04/01 07:00:00,11.434804354592407,True -2017/04/01 08:00:00,13.217413009052601,True -2017/04/01 09:00:00,15.781779211583041,True -2017/04/01 10:00:00,17.399924755245294,True -2017/04/01 11:00:00,17.8326637926508,True -2017/04/01 12:00:00,17.37354774630172,True -2017/04/01 13:00:00,16.798671404872444,True -2017/04/01 14:00:00,15.928888002404086,True -2017/04/01 15:00:00,15.899009528454549,True -2017/04/01 16:00:00,16.62182959106526,True -2017/04/01 17:00:00,17.693111297922417,True -2017/04/01 18:00:00,17.530162647690364,True -2017/04/01 19:00:00,17.476634209796693,True -2017/04/01 20:00:00,17.31181758509945,True -2017/04/01 21:00:00,17.01640000312603,True -2017/04/01 22:00:00,13.44750051420288,True -2017/04/01 23:00:00,9.422058494523746,True -2017/04/02 00:00:00,5.420490175766887,True -2017/04/02 01:00:00,3.1453725748196946,True -2017/04/02 02:00:00,3.7007012142544466,True -2017/04/02 03:00:00,3.14407824186416,True -2017/04/02 04:00:00,5.765183986270539,True -2017/04/02 05:00:00,9.063281771273774,True -2017/04/02 06:00:00,11.678110112323088,True -2017/04/02 07:00:00,11.449472383918797,True -2017/04/02 08:00:00,13.57487149908438,True -2017/04/02 09:00:00,13.726512898657939,True -2017/04/02 10:00:00,16.92706491478939,True -2017/04/02 11:00:00,17.92510456886201,True -2017/04/02 12:00:00,16.940725752715636,True -2017/04/02 13:00:00,16.881091007066793,True -2017/04/02 14:00:00,15.932291533291243,True -2017/04/02 15:00:00,15.819563893777906,True -2017/04/02 16:00:00,16.426092582345834,True -2017/04/02 17:00:00,17.086769936331663,True -2017/04/02 18:00:00,16.713876798585993,True -2017/04/02 19:00:00,16.190870084287575,True -2017/04/02 20:00:00,17.013323091140172,True -2017/04/02 21:00:00,16.027544538576578,True -2017/04/02 22:00:00,12.34254676874112,True -2017/04/02 23:00:00,8.91408091461098,True -2017/04/03 00:00:00,5.083252205904093,True -2017/04/03 01:00:00,3.2103141603475565,True -2017/04/03 02:00:00,3.7689119274191385,True -2017/04/03 03:00:00,3.212991013646242,True -2017/04/03 04:00:00,6.051531705736423,True -2017/04/03 05:00:00,9.301277872187178,True -2017/04/03 06:00:00,11.387465584284412,True -2017/04/03 07:00:00,13.635479131962287,True -2017/04/03 08:00:00,14.81221199770217,True -2017/04/03 09:00:00,15.85416399306198,True -2017/04/03 10:00:00,17.610089730440833,True -2017/04/03 11:00:00,18.487551758669973,True -2017/04/03 12:00:00,17.494733093427193,True -2017/04/03 13:00:00,17.249247320099965,True -2017/04/03 14:00:00,16.40427337624372,True -2017/04/03 15:00:00,16.07567261158499,True -2017/04/03 16:00:00,17.251548655891714,True -2017/04/03 17:00:00,17.382416419889612,True -2017/04/03 18:00:00,16.79316328546961,True -2017/04/03 19:00:00,16.812076974709786,True -2017/04/03 20:00:00,17.607479986575168,True -2017/04/03 21:00:00,16.73675610837656,True -2017/04/03 22:00:00,13.02772312992958,True -2017/04/03 23:00:00,9.169346765003587,True -2017/04/04 00:00:00,5.078794960273702,True -2017/04/04 01:00:00,3.2094747299494912,True -2017/04/04 02:00:00,3.7640369708550967,True -2017/04/04 03:00:00,3.2083584033891355,True -2017/04/04 04:00:00,5.98677408623103,True -2017/04/04 05:00:00,8.485982689067097,True -2017/04/04 06:00:00,10.770885627791701,True -2017/04/04 07:00:00,13.96662086502583,True -2017/04/04 08:00:00,14.913469339079885,True -2017/04/04 09:00:00,15.966125079234107,True -2017/04/04 10:00:00,17.600014392135364,True -2017/04/04 11:00:00,18.59617250084945,True -2017/04/04 12:00:00,17.77268050893651,True -2017/04/04 13:00:00,17.650905953640137,True -2017/04/04 14:00:00,16.616923491464043,True -2017/04/04 15:00:00,16.119570591180153,True -2017/04/04 16:00:00,17.360023104696303,True -2017/04/04 17:00:00,17.656300030791737,True -2017/04/04 18:00:00,16.992046863975588,True -2017/04/04 19:00:00,16.79805442412249,True -2017/04/04 20:00:00,17.597765436380584,True -2017/04/04 21:00:00,16.722634820284576,True -2017/04/04 22:00:00,12.973752086878433,True -2017/04/04 23:00:00,9.122443460865416,True -2017/04/05 00:00:00,5.06779835059896,True -2017/04/05 01:00:00,3.2091033266071523,True -2017/04/05 02:00:00,3.763201799403188,True -2017/04/05 03:00:00,3.209902192861671,True -2017/04/05 04:00:00,6.047888343146152,True -2017/04/05 05:00:00,9.365837083849877,True -2017/04/05 06:00:00,11.447267446923851,True -2017/04/05 07:00:00,13.609210174503382,True -2017/04/05 08:00:00,14.840426071385899,True -2017/04/05 09:00:00,15.953974004970062,True -2017/04/05 10:00:00,17.705961595133953,True -2017/04/05 11:00:00,18.584597048784833,True -2017/04/05 12:00:00,17.45323214761079,True -2017/04/05 13:00:00,17.641002395244403,True -2017/04/05 14:00:00,16.729664016601717,True -2017/04/05 15:00:00,16.19259952002928,True -2017/04/05 16:00:00,17.401565578279858,True -2017/04/05 17:00:00,17.753431923502447,True -2017/04/05 18:00:00,17.070968267331,True -2017/04/05 19:00:00,16.841627771250934,True -2017/04/05 20:00:00,17.657665387813143,True -2017/04/05 21:00:00,16.767398462376164,True -2017/04/05 22:00:00,12.981547394678351,True -2017/04/05 23:00:00,9.12032821249117,True -2017/04/06 00:00:00,5.075194963573692,True -2017/04/06 01:00:00,3.208942407908574,True -2017/04/06 02:00:00,3.7645877016182245,True -2017/04/06 03:00:00,3.208674642660385,True -2017/04/06 04:00:00,6.075785177371101,True -2017/04/06 05:00:00,9.279127858312304,True -2017/04/06 06:00:00,11.416475921280464,True -2017/04/06 07:00:00,13.608079506593599,True -2017/04/06 08:00:00,14.838053423946514,True -2017/04/06 09:00:00,15.996242409566928,True -2017/04/06 10:00:00,17.773678467888725,True -2017/04/06 11:00:00,18.616891215545127,True -2017/04/06 12:00:00,17.410048097303044,True -2017/04/06 13:00:00,17.335550391384583,True -2017/04/06 14:00:00,16.520175566353785,True -2017/04/06 15:00:00,15.63223798225784,True -2017/04/06 16:00:00,16.970803856080774,True -2017/04/06 17:00:00,17.106287860924667,True -2017/04/06 18:00:00,16.636880260413697,True -2017/04/06 19:00:00,16.45477327728804,True -2017/04/06 20:00:00,17.21023254500138,True -2017/04/06 21:00:00,16.84830121429552,True -2017/04/06 22:00:00,13.125893341863307,True -2017/04/06 23:00:00,9.17405782197753,True -2017/04/07 00:00:00,5.071042342165001,True -2017/04/07 01:00:00,3.2089406858281975,True -2017/04/07 02:00:00,3.7631884458632876,True -2017/04/07 03:00:00,3.2098075744890524,True -2017/04/07 04:00:00,6.034091310402289,True -2017/04/07 05:00:00,8.487225108337892,True -2017/04/07 06:00:00,10.761826225328205,True -2017/04/07 07:00:00,14.07800533806598,True -2017/04/07 08:00:00,15.301860716787665,True -2017/04/07 09:00:00,15.684953703646558,True -2017/04/07 10:00:00,17.41340201976051,True -2017/04/07 11:00:00,18.573458099202007,True -2017/04/07 12:00:00,18.062734892416255,True -2017/04/07 13:00:00,18.034510863525785,True -2017/04/07 14:00:00,17.07238545226496,True -2017/04/07 15:00:00,16.21758094352891,True -2017/04/07 16:00:00,17.377197379998716,True -2017/04/07 17:00:00,17.474945527482348,True -2017/04/07 18:00:00,16.796106031760548,True -2017/04/07 19:00:00,16.525006844217014,True -2017/04/07 20:00:00,17.548951318465306,True -2017/04/07 21:00:00,16.48318640930452,True -2017/04/07 22:00:00,12.74610807817388,True -2017/04/07 23:00:00,8.633774770370238,True -2017/04/08 00:00:00,5.16341318172141,True -2017/04/08 01:00:00,3.1475555870284158,True -2017/04/08 02:00:00,3.7006016542799687,True -2017/04/08 03:00:00,3.14651588284462,True -2017/04/08 04:00:00,5.139465079788792,True -2017/04/08 05:00:00,8.387396604723786,True -2017/04/08 06:00:00,11.05707373510502,True -2017/04/08 07:00:00,12.111243090469436,True -2017/04/08 08:00:00,12.829851523996734,True -2017/04/08 09:00:00,15.737376771452979,True -2017/04/08 10:00:00,17.25763381687196,True -2017/04/08 11:00:00,18.16426258841314,True -2017/04/08 12:00:00,17.690248974597196,True -2017/04/08 13:00:00,17.916447058075764,True -2017/04/08 14:00:00,16.903594826654857,True -2017/04/08 15:00:00,16.428131777385556,True -2017/04/08 16:00:00,16.71169112508964,True -2017/04/08 17:00:00,17.533909261855033,True -2017/04/08 18:00:00,17.461547653513314,True -2017/04/08 19:00:00,17.19506157252881,True -2017/04/08 20:00:00,16.79658169262921,True -2017/04/08 21:00:00,16.325640430355737,True -2017/04/08 22:00:00,12.97302464022693,True -2017/04/08 23:00:00,8.84378121041955,True -2017/04/09 00:00:00,5.41745164544515,True -2017/04/09 01:00:00,3.1442804342335364,True -2017/04/09 02:00:00,3.700388207052428,True -2017/04/09 03:00:00,3.1448927340650745,True -2017/04/09 04:00:00,4.978663408051538,True -2017/04/09 05:00:00,8.69737951130977,True -2017/04/09 06:00:00,11.354662101795746,True -2017/04/09 07:00:00,12.053058745971478,True -2017/04/09 08:00:00,14.194302274420806,True -2017/04/09 09:00:00,13.296867288147812,True -2017/04/09 10:00:00,16.570565093749636,True -2017/04/09 11:00:00,17.556591921784005,True -2017/04/09 12:00:00,16.526293648288725,True -2017/04/09 13:00:00,16.492779976163167,True -2017/04/09 14:00:00,15.749218057691694,True -2017/04/09 15:00:00,15.4437934243235,True -2017/04/09 16:00:00,16.222672440316998,True -2017/04/09 17:00:00,16.97605262329955,True -2017/04/09 18:00:00,16.43387876918819,True -2017/04/09 19:00:00,15.971956915916184,True -2017/04/09 20:00:00,16.98390901954297,True -2017/04/09 21:00:00,16.356141143199334,True -2017/04/09 22:00:00,12.724450546992793,True -2017/04/09 23:00:00,9.36419109316284,True -2017/04/10 00:00:00,5.083185853468716,True -2017/04/10 01:00:00,3.2082025408935357,True -2017/04/10 02:00:00,3.764782607492919,True -2017/04/10 03:00:00,3.2089694065754877,True -2017/04/10 04:00:00,6.017095975723573,True -2017/04/10 05:00:00,8.511456233214446,True -2017/04/10 06:00:00,10.778118746377848,True -2017/04/10 07:00:00,13.806463669012912,True -2017/04/10 08:00:00,14.819531809722706,True -2017/04/10 09:00:00,15.920081341688906,True -2017/04/10 10:00:00,17.601428685675586,True -2017/04/10 11:00:00,18.507952401355702,True -2017/04/10 12:00:00,17.72572053024978,True -2017/04/10 13:00:00,17.639381055154576,True -2017/04/10 14:00:00,16.606088280022714,True -2017/04/10 15:00:00,16.08351377472098,True -2017/04/10 16:00:00,17.32476553924124,True -2017/04/10 17:00:00,17.62587719336032,True -2017/04/10 18:00:00,17.026643123544805,True -2017/04/10 19:00:00,16.86641523768463,True -2017/04/10 20:00:00,17.627123816407938,True -2017/04/10 21:00:00,16.684096971433984,True -2017/04/10 22:00:00,12.977371115930055,True -2017/04/10 23:00:00,9.122307950537124,True -2017/04/11 00:00:00,5.070182297980305,True -2017/04/11 01:00:00,3.208163272025368,True -2017/04/11 02:00:00,3.7623232388232495,True -2017/04/11 03:00:00,3.2101573176727767,True -2017/04/11 04:00:00,6.065725368481264,True -2017/04/11 05:00:00,8.489476232556534,True -2017/04/11 06:00:00,10.783839168608855,True -2017/04/11 07:00:00,13.794848627629888,True -2017/04/11 08:00:00,14.880418155324923,True -2017/04/11 09:00:00,16.01519150885417,True -2017/04/11 10:00:00,17.619595308914477,True -2017/04/11 11:00:00,18.6403895853296,True -2017/04/11 12:00:00,17.677721793441535,True -2017/04/11 13:00:00,17.630230780337225,True -2017/04/11 14:00:00,16.89809289484711,True -2017/04/11 15:00:00,16.23120812025119,True -2017/04/11 16:00:00,17.459855545933817,True -2017/04/11 17:00:00,17.724539083867842,True -2017/04/11 18:00:00,16.986926269135548,True -2017/04/11 19:00:00,16.86506156321487,True -2017/04/11 20:00:00,17.742920012551192,True -2017/04/11 21:00:00,16.83063725516895,True -2017/04/11 22:00:00,13.137592422169051,True -2017/04/11 23:00:00,9.16395813562633,True -2017/04/12 00:00:00,5.073201329297777,True -2017/04/12 01:00:00,3.2095893148578316,True -2017/04/12 02:00:00,3.7636472290264233,True -2017/04/12 03:00:00,3.2092801984519106,True -2017/04/12 04:00:00,6.0562567784963095,True -2017/04/12 05:00:00,8.485366904748878,True -2017/04/12 06:00:00,10.756794001500426,True -2017/04/12 07:00:00,14.17624343587261,True -2017/04/12 08:00:00,15.528968304429755,True -2017/04/12 09:00:00,16.574736142761246,True -2017/04/12 10:00:00,17.861291041036726,True -2017/04/12 11:00:00,18.369869470604787,True -2017/04/12 12:00:00,17.417922834275124,True -2017/04/12 13:00:00,17.389485291899682,True -2017/04/12 14:00:00,16.529652620021025,True -2017/04/12 15:00:00,16.260400263763536,True -2017/04/12 16:00:00,17.511427550401823,True -2017/04/12 17:00:00,17.882627812299503,True -2017/04/12 18:00:00,17.03198200840236,True -2017/04/12 19:00:00,16.97996573337594,True -2017/04/12 20:00:00,17.730229812698266,True -2017/04/12 21:00:00,16.779372323645887,True -2017/04/12 22:00:00,13.01655014997519,True -2017/04/12 23:00:00,9.117728804044317,True -2017/04/13 00:00:00,5.070794831588446,True -2017/04/13 01:00:00,3.2093137192266252,True -2017/04/13 02:00:00,3.7636612668400518,True -2017/04/13 03:00:00,3.2086089191860547,True -2017/04/13 04:00:00,6.081964130174881,True -2017/04/13 05:00:00,8.48957989896768,True -2017/04/13 06:00:00,10.795700113234428,True -2017/04/13 07:00:00,13.741843720653002,True -2017/04/13 08:00:00,14.880925436090436,True -2017/04/13 09:00:00,15.945748520029897,True -2017/04/13 10:00:00,17.602391672851148,True -2017/04/13 11:00:00,18.60292173855013,True -2017/04/13 12:00:00,17.892360050585477,True -2017/04/13 13:00:00,17.59227522657258,True -2017/04/13 14:00:00,16.694477605721314,True -2017/04/13 15:00:00,16.140960042900556,True -2017/04/13 16:00:00,17.39652214548179,True -2017/04/13 17:00:00,17.78016833378599,True -2017/04/13 18:00:00,17.064312248750145,True -2017/04/13 19:00:00,16.831024978827053,True -2017/04/13 20:00:00,17.681920602140796,True -2017/04/13 21:00:00,16.749437474664777,True -2017/04/13 22:00:00,12.993848307144777,True -2017/04/13 23:00:00,9.120250050734843,True -2017/04/14 00:00:00,5.075695148293499,True -2017/04/14 01:00:00,3.2084988900039346,True -2017/04/14 02:00:00,3.7649579761520724,True -2017/04/14 03:00:00,3.2096516054879243,True -2017/04/14 04:00:00,6.065831524656294,True -2017/04/14 05:00:00,8.489667578132508,True -2017/04/14 06:00:00,10.764480395715319,True -2017/04/14 07:00:00,13.818392942686504,True -2017/04/14 08:00:00,14.937707342358836,True -2017/04/14 09:00:00,15.981450710189106,True -2017/04/14 10:00:00,17.582485353363186,True -2017/04/14 11:00:00,18.570726052478793,True -2017/04/14 12:00:00,17.77986396964662,True -2017/04/14 13:00:00,17.661805696810692,True -2017/04/14 14:00:00,16.69409316216377,True -2017/04/14 15:00:00,16.30016798967547,True -2017/04/14 16:00:00,17.40970174017745,True -2017/04/14 17:00:00,17.71858568688288,True -2017/04/14 18:00:00,16.300634379399234,True -2017/04/14 19:00:00,16.102584361266608,True -2017/04/14 20:00:00,16.947725200815828,True -2017/04/14 21:00:00,17.0365735088469,True -2017/04/14 22:00:00,13.417588843145765,True -2017/04/14 23:00:00,9.174027733149865,True -2017/04/15 00:00:00,5.162160496124858,True -2017/04/15 01:00:00,3.143907376491961,True -2017/04/15 02:00:00,3.7007621811747713,True -2017/04/15 03:00:00,3.1452797424174936,True -2017/04/15 04:00:00,5.749646320653692,True -2017/04/15 05:00:00,8.336447331361715,True -2017/04/15 06:00:00,11.016694636508753,True -2017/04/15 07:00:00,11.687811675248247,True -2017/04/15 08:00:00,13.448352164234102,True -2017/04/15 09:00:00,15.874002922442187,True -2017/04/15 10:00:00,17.20209153712488,True -2017/04/15 11:00:00,17.746602560537905,True -2017/04/15 12:00:00,17.215277001497935,True -2017/04/15 13:00:00,17.003279699847614,True -2017/04/15 14:00:00,15.97697622466401,True -2017/04/15 15:00:00,15.833044531038947,True -2017/04/15 16:00:00,16.52622719162433,True -2017/04/15 17:00:00,17.697428224520618,True -2017/04/15 18:00:00,17.48881024288443,True -2017/04/15 19:00:00,17.307663510346025,True -2017/04/15 20:00:00,17.010688567361182,True -2017/04/15 21:00:00,16.727124312369103,True -2017/04/15 22:00:00,13.092579484910036,True -2017/04/15 23:00:00,9.324631477189483,True -2017/04/16 00:00:00,5.41840917221071,True -2017/04/16 01:00:00,3.155852343329769,True -2017/04/16 02:00:00,3.7163409429481677,True -2017/04/16 03:00:00,3.1566490879505205,True -2017/04/16 04:00:00,5.8751725028080735,True -2017/04/16 05:00:00,9.243832109687823,True -2017/04/16 06:00:00,11.650207323175051,True -2017/04/16 07:00:00,11.447008553964508,True -2017/04/16 08:00:00,13.6476381616863,True -2017/04/16 09:00:00,13.674417912851306,True -2017/04/16 10:00:00,16.79457739054997,True -2017/04/16 11:00:00,17.77794716647195,True -2017/04/16 12:00:00,16.662955356954555,True -2017/04/16 13:00:00,16.68553475550326,True -2017/04/16 14:00:00,15.65608918604417,True -2017/04/16 15:00:00,15.546837123564394,True -2017/04/16 16:00:00,16.36474844467347,True -2017/04/16 17:00:00,16.884290528107115,True -2017/04/16 18:00:00,16.439288837321804,True -2017/04/16 19:00:00,15.929690134641922,True -2017/04/16 20:00:00,16.77577271327992,True -2017/04/16 21:00:00,15.961551729304238,True -2017/04/16 22:00:00,12.378290172562535,True -2017/04/16 23:00:00,8.95073916318048,True -2017/04/17 00:00:00,5.0915564113630385,True -2017/04/17 01:00:00,3.2221160739801875,True -2017/04/17 02:00:00,3.7769815827104156,True -2017/04/17 03:00:00,3.2206016055349505,True -2017/04/17 04:00:00,6.091759373156279,True -2017/04/17 05:00:00,9.356291418046263,True -2017/04/17 06:00:00,11.41864836839728,True -2017/04/17 07:00:00,13.611688307348011,True -2017/04/17 08:00:00,14.73752823264642,True -2017/04/17 09:00:00,15.799672436449782,True -2017/04/17 10:00:00,17.534367893521125,True -2017/04/17 11:00:00,18.412319668804102,True -2017/04/17 12:00:00,17.598910239989376,True -2017/04/17 13:00:00,17.51200298877174,True -2017/04/17 14:00:00,16.630832918788023,True -2017/04/17 15:00:00,16.137716122613327,True -2017/04/17 16:00:00,17.32825944606567,True -2017/04/17 17:00:00,17.643372585864057,True -2017/04/17 18:00:00,16.94719481190445,True -2017/04/17 19:00:00,16.75371428159808,True -2017/04/17 20:00:00,17.590897842324782,True -2017/04/17 21:00:00,16.742749943182055,True -2017/04/17 22:00:00,13.010734489370375,True -2017/04/17 23:00:00,9.117967264681067,True -2017/04/18 00:00:00,5.080908294198928,True -2017/04/18 01:00:00,3.2078046731287104,True -2017/04/18 02:00:00,3.763900977062576,True -2017/04/18 03:00:00,3.210334295643694,True -2017/04/18 04:00:00,6.062414515013371,True -2017/04/18 05:00:00,8.482528448748404,True -2017/04/18 06:00:00,10.764135137914142,True -2017/04/18 07:00:00,13.771244329048745,True -2017/04/18 08:00:00,14.994587761041743,True -2017/04/18 09:00:00,16.029720343023982,True -2017/04/18 10:00:00,17.735487864495507,True -2017/04/18 11:00:00,18.514500875523296,True -2017/04/18 12:00:00,17.513160573841223,True -2017/04/18 13:00:00,17.451264861999224,True -2017/04/18 14:00:00,16.5708519304974,True -2017/04/18 15:00:00,16.33366760045199,True -2017/04/18 16:00:00,16.918006493219707,True -2017/04/18 17:00:00,17.104014007385512,True -2017/04/18 18:00:00,16.58654552082672,True -2017/04/18 19:00:00,16.188123013420125,True -2017/04/18 20:00:00,17.710323477920067,True -2017/04/18 21:00:00,16.791219032874277,True -2017/04/18 22:00:00,13.179447494796241,True -2017/04/18 23:00:00,9.175446007209104,True -2017/04/19 00:00:00,5.074799456172095,True -2017/04/19 01:00:00,3.2090982187205275,True -2017/04/19 02:00:00,3.7634898325604595,True -2017/04/19 03:00:00,3.2097939947360414,True -2017/04/19 04:00:00,6.044897158189447,True -2017/04/19 05:00:00,8.488148961830376,True -2017/04/19 06:00:00,10.779343571694634,True -2017/04/19 07:00:00,13.673856677112168,True -2017/04/19 08:00:00,15.098327855985644,True -2017/04/19 09:00:00,16.3392774356532,True -2017/04/19 10:00:00,17.83519178039945,True -2017/04/19 11:00:00,18.418885078733727,True -2017/04/19 12:00:00,17.025031598394218,True -2017/04/19 13:00:00,16.97364443779583,True -2017/04/19 14:00:00,16.447210478959036,True -2017/04/19 15:00:00,16.05114190659881,True -2017/04/19 16:00:00,17.273333701533915,True -2017/04/19 17:00:00,17.45864252532235,True -2017/04/19 18:00:00,16.234521305902465,True -2017/04/19 19:00:00,16.396054884189397,True -2017/04/19 20:00:00,17.41060065090076,True -2017/04/19 21:00:00,16.71549143138779,True -2017/04/19 22:00:00,13.566229136465513,True -2017/04/19 23:00:00,9.866051648383278,True -2017/04/20 00:00:00,5.077804925057405,True -2017/04/20 01:00:00,3.2078986677299484,True -2017/04/20 02:00:00,3.7630136359655117,True -2017/04/20 03:00:00,3.2091070224924394,True -2017/04/20 04:00:00,5.64135047907032,True -2017/04/20 05:00:00,8.512259771381933,True -2017/04/20 06:00:00,10.779043467659386,True -2017/04/20 07:00:00,14.325538085489844,True -2017/04/20 08:00:00,15.362361065649713,True -2017/04/20 09:00:00,15.532113225297305,True -2017/04/20 10:00:00,17.224555737122138,True -2017/04/20 11:00:00,18.236202577695497,True -2017/04/20 12:00:00,17.47227325650491,True -2017/04/20 13:00:00,17.363766631357873,True -2017/04/20 14:00:00,16.575009492462613,True -2017/04/20 15:00:00,15.648887493934845,True -2017/04/20 16:00:00,17.014950364610637,True -2017/04/20 17:00:00,17.197361856339366,True -2017/04/20 18:00:00,16.742480977482586,True -2017/04/20 19:00:00,16.441174732824095,True -2017/04/20 20:00:00,17.457441418599114,True -2017/04/20 21:00:00,16.856009602594455,True -2017/04/20 22:00:00,13.168846546508233,True -2017/04/20 23:00:00,9.345842975632443,True -2017/04/21 00:00:00,5.07062767137756,True -2017/04/21 01:00:00,3.208056910884432,True -2017/04/21 02:00:00,3.7642294537195133,True -2017/04/21 03:00:00,3.209657891259947,True -2017/04/21 04:00:00,5.826500642443605,True -2017/04/21 05:00:00,8.506889412465302,True -2017/04/21 06:00:00,9.541398277796475,True -2017/04/21 07:00:00,13.638726993491792,True -2017/04/21 08:00:00,15.149731020376842,True -2017/04/21 09:00:00,16.46565889743913,True -2017/04/21 10:00:00,17.91006044892397,True -2017/04/21 11:00:00,18.034333693678967,True -2017/04/21 12:00:00,17.019943252070053,True -2017/04/21 13:00:00,17.068762175233033,True -2017/04/21 14:00:00,16.02619541138186,True -2017/04/21 15:00:00,15.717789386619193,True -2017/04/21 16:00:00,17.341742691456957,True -2017/04/21 17:00:00,17.114697905375767,True -2017/04/21 18:00:00,16.674926716541393,True -2017/04/21 19:00:00,16.347133755945425,True -2017/04/21 20:00:00,17.532989314533296,True -2017/04/21 21:00:00,16.82118402591406,True -2017/04/21 22:00:00,13.075500358194457,True -2017/04/21 23:00:00,9.157125046848638,True -2017/04/22 00:00:00,5.161785758248937,True -2017/04/22 01:00:00,3.1451282431609306,True -2017/04/22 02:00:00,3.7011271841711597,True -2017/04/22 03:00:00,3.1458177233769344,True -2017/04/22 04:00:00,5.696574394909486,True -2017/04/22 05:00:00,8.370873152041604,True -2017/04/22 06:00:00,9.802973800135295,True -2017/04/22 07:00:00,11.48358367173765,True -2017/04/22 08:00:00,13.553707070815465,True -2017/04/22 09:00:00,16.191321216387266,True -2017/04/22 10:00:00,17.437083768730137,True -2017/04/22 11:00:00,17.79544206693946,True -2017/04/22 12:00:00,17.10109883672939,True -2017/04/22 13:00:00,16.414827074119426,True -2017/04/22 14:00:00,15.669459155960608,True -2017/04/22 15:00:00,15.562750660696313,True -2017/04/22 16:00:00,16.28682525924076,True -2017/04/22 17:00:00,17.28432952391167,True -2017/04/22 18:00:00,16.676450046693652,True -2017/04/22 19:00:00,16.80747129075989,True -2017/04/22 20:00:00,16.73918436176765,True -2017/04/22 21:00:00,16.892369505859826,True -2017/04/22 22:00:00,13.396606450437758,True -2017/04/22 23:00:00,9.668086661470829,True -2017/04/23 00:00:00,5.415179137101719,True -2017/04/23 01:00:00,3.145713706858215,True -2017/04/23 02:00:00,3.7007139163009266,True -2017/04/23 03:00:00,3.1440533866278604,True -2017/04/23 04:00:00,5.70121222968982,True -2017/04/23 05:00:00,9.134411634578402,True -2017/04/23 06:00:00,10.485703665542758,True -2017/04/23 07:00:00,11.493271034826774,True -2017/04/23 08:00:00,13.904677911377457,True -2017/04/23 09:00:00,14.10667080716585,True -2017/04/23 10:00:00,16.588553529716034,True -2017/04/23 11:00:00,17.552897622311693,True -2017/04/23 12:00:00,16.50507941334779,True -2017/04/23 13:00:00,16.697668322959277,True -2017/04/23 14:00:00,15.489326076414086,True -2017/04/23 15:00:00,15.23857890707476,True -2017/04/23 16:00:00,16.084105727261655,True -2017/04/23 17:00:00,16.514764933067656,True -2017/04/23 18:00:00,16.686606542211358,True -2017/04/23 19:00:00,15.988262639009148,True -2017/04/23 20:00:00,16.910503752082054,True -2017/04/23 21:00:00,16.141417225856,True -2017/04/23 22:00:00,12.481833343936449,True -2017/04/23 23:00:00,8.97774592867288,True -2017/04/24 00:00:00,5.0806388546957795,True -2017/04/24 01:00:00,3.209214193546636,True -2017/04/24 02:00:00,3.764106220612069,True -2017/04/24 03:00:00,3.2095719198454113,True -2017/04/24 04:00:00,5.970620701663121,True -2017/04/24 05:00:00,9.198037655563638,True -2017/04/24 06:00:00,10.005600018738027,True -2017/04/24 07:00:00,13.560904921578093,True -2017/04/24 08:00:00,14.81556252517618,True -2017/04/24 09:00:00,15.95735301749965,True -2017/04/24 10:00:00,17.682433864383594,True -2017/04/24 11:00:00,18.639286449856506,True -2017/04/24 12:00:00,17.348587142621508,True -2017/04/24 13:00:00,17.274594277237348,True -2017/04/24 14:00:00,16.52180548896052,True -2017/04/24 15:00:00,16.140298827850984,True -2017/04/24 16:00:00,17.337060677407777,True -2017/04/24 17:00:00,17.491082553224103,True -2017/04/24 18:00:00,16.708535399519157,True -2017/04/24 19:00:00,16.423401969577412,True -2017/04/24 20:00:00,17.802847705296788,True -2017/04/24 21:00:00,16.877209655419346,True -2017/04/24 22:00:00,13.08124899531973,True -2017/04/24 23:00:00,9.188936095270659,True -2017/04/25 00:00:00,5.071950304835017,True -2017/04/25 01:00:00,3.2080235022315975,True -2017/04/25 02:00:00,3.763520424680797,True -2017/04/25 03:00:00,3.2106029784754853,True -2017/04/25 04:00:00,5.883431570974805,True -2017/04/25 05:00:00,8.497826022121478,True -2017/04/25 06:00:00,9.519479179383419,True -2017/04/25 07:00:00,13.888212902323103,True -2017/04/25 08:00:00,15.035502098124907,True -2017/04/25 09:00:00,16.246325839149208,True -2017/04/25 10:00:00,17.81890473511705,True -2017/04/25 11:00:00,18.51472292082107,True -2017/04/25 12:00:00,17.750369313329603,True -2017/04/25 13:00:00,17.49465091082991,True -2017/04/25 14:00:00,16.665840757233024,True -2017/04/25 15:00:00,16.359027608452173,True -2017/04/25 16:00:00,17.411715075940453,True -2017/04/25 17:00:00,17.81691823335319,True -2017/04/25 18:00:00,17.03146862229517,True -2017/04/25 19:00:00,16.823834342742966,True -2017/04/25 20:00:00,17.71839637078059,True -2017/04/25 21:00:00,16.84039196689475,True -2017/04/25 22:00:00,13.06357679169904,True -2017/04/25 23:00:00,9.125516904463801,True -2017/04/26 00:00:00,5.071143452681275,True -2017/04/26 01:00:00,3.2103329522816537,True -2017/04/26 02:00:00,3.7639925638838996,True -2017/04/26 03:00:00,3.2078482059601594,True -2017/04/26 04:00:00,5.997431001440611,True -2017/04/26 05:00:00,8.482999208079411,True -2017/04/26 06:00:00,9.537837250568431,True -2017/04/26 07:00:00,13.758624976422293,True -2017/04/26 08:00:00,15.221742496800701,True -2017/04/26 09:00:00,16.472971175347844,True -2017/04/26 10:00:00,17.949692399337206,True -2017/04/26 11:00:00,18.4026170119531,True -2017/04/26 12:00:00,17.04646717565278,True -2017/04/26 13:00:00,17.08649108896563,True -2017/04/26 14:00:00,16.347164611623374,True -2017/04/26 15:00:00,15.723555464818043,True -2017/04/26 16:00:00,16.903039126436443,True -2017/04/26 17:00:00,17.504062537476276,True -2017/04/26 18:00:00,16.751895327296566,True -2017/04/26 19:00:00,16.554844225137632,True -2017/04/26 20:00:00,17.342256888720243,True -2017/04/26 21:00:00,17.140966040204972,True -2017/04/26 22:00:00,13.721907131693804,True -2017/04/26 23:00:00,9.63402420685517,True -2017/04/27 00:00:00,5.07242992896401,True -2017/04/27 01:00:00,3.2085974939006907,True -2017/04/27 02:00:00,3.763506165794084,True -2017/04/27 03:00:00,3.209102381060871,True -2017/04/27 04:00:00,5.959998836809517,True -2017/04/27 05:00:00,8.521800144850422,True -2017/04/27 06:00:00,9.532545683887168,True -2017/04/27 07:00:00,14.022861048864494,True -2017/04/27 08:00:00,15.442780354083919,True -2017/04/27 09:00:00,16.205655396780635,True -2017/04/27 10:00:00,17.80764467591023,True -2017/04/27 11:00:00,18.392210986006965,True -2017/04/27 12:00:00,17.45366982009087,True -2017/04/27 13:00:00,17.36424563311549,True -2017/04/27 14:00:00,16.526846680414845,True -2017/04/27 15:00:00,16.140546897098282,True -2017/04/27 16:00:00,17.332335724336144,True -2017/04/27 17:00:00,17.52508437972143,True -2017/04/27 18:00:00,16.807651721826485,True -2017/04/27 19:00:00,16.49807298557382,True -2017/04/27 20:00:00,17.307544656802317,True -2017/04/27 21:00:00,17.131394040609177,True -2017/04/27 22:00:00,13.768253087972186,True -2017/04/27 23:00:00,9.812445222991673,True -2017/04/28 00:00:00,5.071838361014087,True -2017/04/28 01:00:00,3.209580484503757,True -2017/04/28 02:00:00,3.7643838758034938,True -2017/04/28 03:00:00,3.209673160559905,True -2017/04/28 04:00:00,5.889810205725135,True -2017/04/28 05:00:00,8.525095410053387,True -2017/04/28 06:00:00,9.529811894778694,True -2017/04/28 07:00:00,14.407505834505477,True -2017/04/28 08:00:00,15.544990388802415,True -2017/04/28 09:00:00,16.565338321847804,True -2017/04/28 10:00:00,17.813070089990774,True -2017/04/28 11:00:00,18.730237341362404,True -2017/04/28 12:00:00,17.387222688715973,True -2017/04/28 13:00:00,17.281280455980756,True -2017/04/28 14:00:00,16.762683849988704,True -2017/04/28 15:00:00,16.221658955977095,True -2017/04/28 16:00:00,17.478693917035798,True -2017/04/28 17:00:00,17.863990621706154,True -2017/04/28 18:00:00,16.981553944355333,True -2017/04/28 19:00:00,16.715236226185258,True -2017/04/28 20:00:00,17.597144622418313,True -2017/04/28 21:00:00,17.14339406096318,True -2017/04/28 22:00:00,13.471851368825591,True -2017/04/28 23:00:00,9.575331747944464,True -2017/04/29 00:00:00,5.161102648319581,True -2017/04/29 01:00:00,3.147242196430037,True -2017/04/29 02:00:00,3.7000761344285795,True -2017/04/29 03:00:00,3.1455025959458767,True -2017/04/29 04:00:00,5.653871448718231,True -2017/04/29 05:00:00,8.338622205776613,True -2017/04/29 06:00:00,9.792715594241983,True -2017/04/29 07:00:00,12.040094628955567,True -2017/04/29 08:00:00,13.800831896380855,True -2017/04/29 09:00:00,16.243297972231975,True -2017/04/29 10:00:00,17.631088649775823,True -2017/04/29 11:00:00,17.997186372613633,True -2017/04/29 12:00:00,17.071975946542565,True -2017/04/29 13:00:00,16.394692913316927,True -2017/04/29 14:00:00,16.058131008712145,True -2017/04/29 15:00:00,15.937387233404873,True -2017/04/29 16:00:00,16.628601976011986,True -2017/04/29 17:00:00,17.753822520225057,True -2017/04/29 18:00:00,17.51659726777701,True -2017/04/29 19:00:00,16.73439842698992,True -2017/04/29 20:00:00,16.984761341116197,True -2017/04/29 21:00:00,16.7355113099611,True -2017/04/29 22:00:00,13.554467285513594,True -2017/04/29 23:00:00,9.801103114083565,True -2017/04/30 00:00:00,5.4136652353606705,True -2017/04/30 01:00:00,3.1460500169988763,True -2017/04/30 02:00:00,3.701406909404384,True -2017/04/30 03:00:00,3.1445619869441286,True -2017/04/30 04:00:00,5.263044505925993,True -2017/04/30 05:00:00,8.726467272081104,True -2017/04/30 06:00:00,10.051375433541992,True -2017/04/30 07:00:00,11.728372523064147,True -2017/04/30 08:00:00,13.749701012039507,True -2017/04/30 09:00:00,13.80939017335965,True -2017/04/30 10:00:00,17.110305928794926,True -2017/04/30 11:00:00,18.050802639141168,True -2017/04/30 12:00:00,17.219481343397547,True -2017/04/30 13:00:00,16.840401990245873,True -2017/04/30 14:00:00,15.91762294560493,True -2017/04/30 15:00:00,15.272024955612979,True -2017/04/30 16:00:00,16.099498011638136,True -2017/04/30 17:00:00,16.59942868030848,True -2017/04/30 18:00:00,16.02624194714116,True -2017/04/30 19:00:00,16.086703606157087,True -2017/04/30 20:00:00,16.88924737148016,True -2017/04/30 21:00:00,16.371750122531324,True -2017/04/30 22:00:00,12.72763910704551,True -2017/04/30 23:00:00,9.2405269293134,True -2017/05/01 00:00:00,5.087686523854947,True -2017/05/01 01:00:00,3.2102094977138234,True -2017/05/01 02:00:00,3.7648139459476773,True -2017/05/01 03:00:00,3.2081960188909777,True -2017/05/01 04:00:00,5.817099914675315,True -2017/05/01 05:00:00,8.93605045439108,True -2017/05/01 06:00:00,9.843953906607894,True -2017/05/01 07:00:00,13.595750511240313,True -2017/05/01 08:00:00,15.114203130584434,True -2017/05/01 09:00:00,16.437429567357462,True -2017/05/01 10:00:00,17.85457657063512,True -2017/05/01 11:00:00,18.380125685985455,True -2017/05/01 12:00:00,17.42197177428045,True -2017/05/01 13:00:00,16.888840917004984,True -2017/05/01 14:00:00,16.02071683776316,True -2017/05/01 15:00:00,15.638467992569945,True -2017/05/01 16:00:00,16.91707685216158,True -2017/05/01 17:00:00,17.121761868438163,True -2017/05/01 18:00:00,16.71730541004291,True -2017/05/01 19:00:00,16.377949498765066,True -2017/05/01 20:00:00,17.324649474401514,True -2017/05/01 21:00:00,17.000725653401265,True -2017/05/01 22:00:00,13.560286804992984,True -2017/05/01 23:00:00,9.516395241319184,True -2017/05/02 00:00:00,5.078977132930777,True -2017/05/02 01:00:00,3.2110404159411923,True -2017/05/02 02:00:00,3.7654879335729077,True -2017/05/02 03:00:00,3.209940514364159,True -2017/05/02 04:00:00,5.886329426263234,True -2017/05/02 05:00:00,8.503378837367613,True -2017/05/02 06:00:00,9.53482968505411,True -2017/05/02 07:00:00,14.166785655939176,True -2017/05/02 08:00:00,15.471716214916627,True -2017/05/02 09:00:00,15.538641951682967,True -2017/05/02 10:00:00,17.361706204158317,True -2017/05/02 11:00:00,18.292794551202917,True -2017/05/02 12:00:00,17.42632084453089,True -2017/05/02 13:00:00,17.169090234058167,True -2017/05/02 14:00:00,16.271424034184054,True -2017/05/02 15:00:00,15.9037296609104,True -2017/05/02 16:00:00,17.13662084158861,True -2017/05/02 17:00:00,17.144313522879557,True -2017/05/02 18:00:00,16.317209574844817,True -2017/05/02 19:00:00,16.623568775945746,True -2017/05/02 20:00:00,17.420639087248965,True -2017/05/02 21:00:00,16.689572276284565,True -2017/05/02 22:00:00,13.683440133637898,True -2017/05/02 23:00:00,9.657618898783197,True -2017/05/03 00:00:00,5.077675944493382,True -2017/05/03 01:00:00,3.210183852226673,True -2017/05/03 02:00:00,3.76748901361771,True -2017/05/03 03:00:00,3.20979820370394,True -2017/05/03 04:00:00,5.905054272005395,True -2017/05/03 05:00:00,8.519935187220511,True -2017/05/03 06:00:00,9.473434700603306,True -2017/05/03 07:00:00,14.090805589748769,True -2017/05/03 08:00:00,15.383289945190088,True -2017/05/03 09:00:00,16.528402242369133,True -2017/05/03 10:00:00,17.87909530634227,True -2017/05/03 11:00:00,18.35809933725043,True -2017/05/03 12:00:00,17.00772458520159,True -2017/05/03 13:00:00,17.18052220839933,True -2017/05/03 14:00:00,16.430865843135695,True -2017/05/03 15:00:00,15.888446580124844,True -2017/05/03 16:00:00,16.981313131228333,True -2017/05/03 17:00:00,17.329932519399943,True -2017/05/03 18:00:00,16.22707552616956,True -2017/05/03 19:00:00,16.416684441254393,True -2017/05/03 20:00:00,17.307084086171756,True -2017/05/03 21:00:00,16.93235556005193,True -2017/05/03 22:00:00,13.433942045363997,True -2017/05/03 23:00:00,9.505382268000817,True -2017/05/04 00:00:00,5.078291423661172,True -2017/05/04 01:00:00,3.2117054609435733,True -2017/05/04 02:00:00,3.765482814084758,True -2017/05/04 03:00:00,3.2097718291148483,True -2017/05/04 04:00:00,5.848482637859443,True -2017/05/04 05:00:00,8.511758443394555,True -2017/05/04 06:00:00,9.421464231659948,True -2017/05/04 07:00:00,13.899714703556011,True -2017/05/04 08:00:00,15.47069988885175,True -2017/05/04 09:00:00,16.264736693669793,True -2017/05/04 10:00:00,17.24440537721488,True -2017/05/04 11:00:00,18.090795817945143,True -2017/05/04 12:00:00,17.127044124829208,True -2017/05/04 13:00:00,17.196993964706465,True -2017/05/04 14:00:00,16.343322275802464,True -2017/05/04 15:00:00,15.891376066387588,True -2017/05/04 16:00:00,17.06434230127775,True -2017/05/04 17:00:00,17.18258327423163,True -2017/05/04 18:00:00,16.277664777253598,True -2017/05/04 19:00:00,16.05403830100424,True -2017/05/04 20:00:00,17.402444514210107,True -2017/05/04 21:00:00,16.697600492968363,True -2017/05/04 22:00:00,13.74141862172041,True -2017/05/04 23:00:00,9.827913965909012,True -2017/05/05 00:00:00,5.075168612631011,True -2017/05/05 01:00:00,3.2108201578353324,True -2017/05/05 02:00:00,3.7644707520991196,True -2017/05/05 03:00:00,3.211439639894973,True -2017/05/05 04:00:00,5.2914654849337595,True -2017/05/05 05:00:00,8.524084625986719,True -2017/05/05 06:00:00,9.552663942534048,True -2017/05/05 07:00:00,14.200468982695778,True -2017/05/05 08:00:00,15.080638053614052,True -2017/05/05 09:00:00,15.543026058749842,True -2017/05/05 10:00:00,17.36750045563825,True -2017/05/05 11:00:00,18.22631485642725,True -2017/05/05 12:00:00,17.621503304381275,True -2017/05/05 13:00:00,17.625669366875222,True -2017/05/05 14:00:00,16.265728154660106,True -2017/05/05 15:00:00,15.830889002439443,True -2017/05/05 16:00:00,17.00167098262369,True -2017/05/05 17:00:00,17.122862508683433,True -2017/05/05 18:00:00,16.67371191649844,True -2017/05/05 19:00:00,16.413836943594827,True -2017/05/05 20:00:00,17.33743231046684,True -2017/05/05 21:00:00,17.103862210396294,True -2017/05/05 22:00:00,13.416373545978642,True -2017/05/05 23:00:00,9.474897056300557,True -2017/05/06 00:00:00,5.165498997978173,True -2017/05/06 01:00:00,3.1476625340876594,True -2017/05/06 02:00:00,3.7015992886088873,True -2017/05/06 03:00:00,3.1472685578811874,True -2017/05/06 04:00:00,5.533964605289786,True -2017/05/06 05:00:00,8.368055576400906,True -2017/05/06 06:00:00,9.726610686378198,True -2017/05/06 07:00:00,12.181105748014444,True -2017/05/06 08:00:00,14.102051890785683,True -2017/05/06 09:00:00,16.427466942347362,True -2017/05/06 10:00:00,17.584058562144985,True -2017/05/06 11:00:00,17.647490351346633,True -2017/05/06 12:00:00,17.05478734886371,True -2017/05/06 13:00:00,16.84827595097567,True -2017/05/06 14:00:00,16.00279502612754,True -2017/05/06 15:00:00,15.87946253648265,True -2017/05/06 16:00:00,16.540023090856817,True -2017/05/06 17:00:00,17.613262464593735,True -2017/05/06 18:00:00,17.095339100668166,True -2017/05/06 19:00:00,16.710378101491017,True -2017/05/06 20:00:00,17.13046214750384,True -2017/05/06 21:00:00,16.973194145801106,True -2017/05/06 22:00:00,13.38012028724943,True -2017/05/06 23:00:00,9.415155888594008,True -2017/05/07 00:00:00,5.420137441884849,True -2017/05/07 01:00:00,3.1465654325226247,True -2017/05/07 02:00:00,3.70244559261666,True -2017/05/07 03:00:00,3.147097292865365,True -2017/05/07 04:00:00,5.578465604590281,True -2017/05/07 05:00:00,9.067661401164221,True -2017/05/07 06:00:00,10.235976957803095,True -2017/05/07 07:00:00,11.529913418719826,True -2017/05/07 08:00:00,14.043284932959693,True -2017/05/07 09:00:00,14.159065746134493,True -2017/05/07 10:00:00,17.13365223704596,True -2017/05/07 11:00:00,17.50224437679709,True -2017/05/07 12:00:00,16.350757190492516,True -2017/05/07 13:00:00,16.32179021449416,True -2017/05/07 14:00:00,15.384067499200032,True -2017/05/07 15:00:00,15.244672399736961,True -2017/05/07 16:00:00,16.086533999425445,True -2017/05/07 17:00:00,16.579947684271545,True -2017/05/07 18:00:00,16.069716088371152,True -2017/05/07 19:00:00,15.978765441785693,True -2017/05/07 20:00:00,16.845676205095465,True -2017/05/07 21:00:00,16.3400882524729,True -2017/05/07 22:00:00,12.87036292542492,True -2017/05/07 23:00:00,9.301361559048528,True -2017/05/08 00:00:00,5.088778840029833,True -2017/05/08 01:00:00,3.2102925465249625,True -2017/05/08 02:00:00,3.765005209792592,True -2017/05/08 03:00:00,3.211174834908031,True -2017/05/08 04:00:00,5.933596909706727,True -2017/05/08 05:00:00,8.537964401690537,True -2017/05/08 06:00:00,9.420583937984603,True -2017/05/08 07:00:00,13.66407817365591,True -2017/05/08 08:00:00,15.026415845703351,True -2017/05/08 09:00:00,16.21166020074558,True -2017/05/08 10:00:00,17.695171279627306,True -2017/05/08 11:00:00,18.54522052688715,True -2017/05/08 12:00:00,17.443384365154248,True -2017/05/08 13:00:00,16.90281131286643,True -2017/05/08 14:00:00,16.024561813211243,True -2017/05/08 15:00:00,15.64879407236085,True -2017/05/08 16:00:00,16.924937858065434,True -2017/05/08 17:00:00,17.52759694912017,True -2017/05/08 18:00:00,16.714196095256955,True -2017/05/08 19:00:00,16.414057531344536,True -2017/05/08 20:00:00,17.38161360536689,True -2017/05/08 21:00:00,16.890950332569368,True -2017/05/08 22:00:00,13.641507459414795,True -2017/05/08 23:00:00,9.646688726276246,True -2017/05/09 00:00:00,5.075765871372923,True -2017/05/09 01:00:00,3.2097752363542287,True -2017/05/09 02:00:00,3.7656110928899085,True -2017/05/09 03:00:00,3.210980003872303,True -2017/05/09 04:00:00,5.440020279838113,True -2017/05/09 05:00:00,8.508708867269435,True -2017/05/09 06:00:00,9.5007171793014,True -2017/05/09 07:00:00,14.318693663455086,True -2017/05/09 08:00:00,15.536617656748906,True -2017/05/09 09:00:00,16.266584245365046,True -2017/05/09 10:00:00,17.421375887441908,True -2017/05/09 11:00:00,18.429131740017475,True -2017/05/09 12:00:00,17.791827788773247,True -2017/05/09 13:00:00,17.656697106224637,True -2017/05/09 14:00:00,16.701446909404094,True -2017/05/09 15:00:00,16.377636240255345,True -2017/05/09 16:00:00,17.511943027622728,True -2017/05/09 17:00:00,17.607292945314686,True -2017/05/09 18:00:00,16.801378127788443,True -2017/05/09 19:00:00,16.633510809239368,True -2017/05/09 20:00:00,17.45599135508309,True -2017/05/09 21:00:00,16.584999040648416,True -2017/05/09 22:00:00,13.55740199232906,True -2017/05/09 23:00:00,9.759193631306237,True -2017/05/10 00:00:00,5.07724561317275,True -2017/05/10 01:00:00,3.2112495720214316,True -2017/05/10 02:00:00,3.765555722159748,True -2017/05/10 03:00:00,3.2093684029718452,True -2017/05/10 04:00:00,5.3012928316553865,True -2017/05/10 05:00:00,8.53318312900128,True -2017/05/10 06:00:00,9.548247827679672,True -2017/05/10 07:00:00,14.200818878758781,True -2017/05/10 08:00:00,14.598026254065159,True -2017/05/10 09:00:00,16.385001095770974,True -2017/05/10 10:00:00,18.468807185507472,True -2017/05/10 11:00:00,20.09176899308924,True -2017/05/10 12:00:00,19.697778701273943,True -2017/05/10 13:00:00,20.119921613767275,True -2017/05/10 14:00:00,19.438390563207165,True -2017/05/10 15:00:00,18.998407044135984,True -2017/05/10 16:00:00,19.645281593159172,True -2017/05/10 17:00:00,19.801221717854368,True -2017/05/10 18:00:00,16.884715530061033,True -2017/05/10 19:00:00,16.6442687494471,True -2017/05/10 20:00:00,17.19535224242833,True -2017/05/10 21:00:00,16.570347287972353,True -2017/05/10 22:00:00,13.069941383411805,True -2017/05/10 23:00:00,9.239070679934246,True -2017/05/11 00:00:00,5.094333382947458,True -2017/05/11 01:00:00,3.210025701239603,True -2017/05/11 02:00:00,3.763733194600224,True -2017/05/11 03:00:00,3.2100424428445065,True -2017/05/11 04:00:00,5.457880602251512,True -2017/05/11 05:00:00,8.57605946001342,True -2017/05/11 06:00:00,9.60248677303782,True -2017/05/11 07:00:00,13.395254356614181,True -2017/05/11 08:00:00,15.267174111652347,True -2017/05/11 09:00:00,16.49168469112535,True -2017/05/11 10:00:00,17.80660937503953,True -2017/05/11 11:00:00,18.66230736474548,True -2017/05/11 12:00:00,17.509699443754908,True -2017/05/11 13:00:00,17.307816098987363,True -2017/05/11 14:00:00,16.74998909498918,True -2017/05/11 15:00:00,16.467663152221682,True -2017/05/11 16:00:00,17.47734164198284,True -2017/05/11 17:00:00,17.870414001844843,True -2017/05/11 18:00:00,17.025357478466276,True -2017/05/11 19:00:00,16.801836103429856,True -2017/05/11 20:00:00,17.617262444237202,True -2017/05/11 21:00:00,17.21870526944444,True -2017/05/11 22:00:00,13.88702134840003,True -2017/05/11 23:00:00,9.820810294954896,True -2017/05/12 00:00:00,5.073863571157449,True -2017/05/12 01:00:00,3.2103025442715962,True -2017/05/12 02:00:00,3.765807110538549,True -2017/05/12 03:00:00,3.2101603042684625,True -2017/05/12 04:00:00,5.918462690879226,True -2017/05/12 05:00:00,8.517160507323972,True -2017/05/12 06:00:00,9.53242675456252,True -2017/05/12 07:00:00,14.53551591825167,True -2017/05/12 08:00:00,15.677490019666436,True -2017/05/12 09:00:00,16.687856616846354,True -2017/05/12 10:00:00,17.942197600055586,True -2017/05/12 11:00:00,18.374272870221855,True -2017/05/12 12:00:00,17.416697202870093,True -2017/05/12 13:00:00,17.409169929163127,True -2017/05/12 14:00:00,16.537110549328656,True -2017/05/12 15:00:00,16.21895902480623,True -2017/05/12 16:00:00,16.920362441657286,True -2017/05/12 17:00:00,17.121929624005972,True -2017/05/12 18:00:00,16.241026812063186,True -2017/05/12 19:00:00,16.46373846893976,True -2017/05/12 20:00:00,17.45575020105956,True -2017/05/12 21:00:00,17.090188898501633,True -2017/05/12 22:00:00,13.839521574921026,True -2017/05/12 23:00:00,9.859193380419262,True -2017/05/13 00:00:00,5.166975777465835,True -2017/05/13 01:00:00,3.148020032128629,True -2017/05/13 02:00:00,3.7016798278274643,True -2017/05/13 03:00:00,3.14682167431792,True -2017/05/13 04:00:00,5.597055419936353,True -2017/05/13 05:00:00,8.355092121276304,True -2017/05/13 06:00:00,9.706009781915043,True -2017/05/13 07:00:00,12.528689457053824,True -2017/05/13 08:00:00,12.823460545218346,True -2017/05/13 09:00:00,15.605049274651613,True -2017/05/13 10:00:00,17.304295428581568,True -2017/05/13 11:00:00,18.090482675458404,True -2017/05/13 12:00:00,18.021032690686255,True -2017/05/13 13:00:00,18.165614096159764,True -2017/05/13 14:00:00,17.35169886461024,True -2017/05/13 15:00:00,17.534553936241437,True -2017/05/13 16:00:00,18.192889823659296,True -2017/05/13 17:00:00,18.79957938182957,True -2017/05/13 18:00:00,18.525115568666454,True -2017/05/13 19:00:00,18.024101946077224,True -2017/05/13 20:00:00,17.558182776273654,True -2017/05/13 21:00:00,16.878792618590104,True -2017/05/13 22:00:00,13.705442749268359,True -2017/05/13 23:00:00,10.005094648420462,True -2017/05/14 00:00:00,5.536873156444934,True -2017/05/14 01:00:00,3.1466790218842844,True -2017/05/14 02:00:00,3.7006944788871294,True -2017/05/14 03:00:00,3.1462290750780313,True -2017/05/14 04:00:00,5.2122943583606025,True -2017/05/14 05:00:00,9.128150968808708,True -2017/05/14 06:00:00,10.613341831366242,True -2017/05/14 07:00:00,11.73875630393083,True -2017/05/14 08:00:00,13.886183339872884,True -2017/05/14 09:00:00,14.010211837962384,True -2017/05/14 10:00:00,17.428163826650547,True -2017/05/14 11:00:00,18.729434185941496,True -2017/05/14 12:00:00,18.720263664063346,True -2017/05/14 13:00:00,19.238175696443708,True -2017/05/14 14:00:00,18.59667707485892,True -2017/05/14 15:00:00,18.571653708374757,True -2017/05/14 16:00:00,19.039113607517116,True -2017/05/14 17:00:00,17.012821919463356,True -2017/05/14 18:00:00,17.75247069541711,True -2017/05/14 19:00:00,15.642483874280535,True -2017/05/14 20:00:00,17.03101020255864,True -2017/05/14 21:00:00,16.235593560938486,True -2017/05/14 22:00:00,13.050409724211534,True -2017/05/14 23:00:00,9.857744550513981,True -2017/05/15 00:00:00,5.085763502936527,True -2017/05/15 01:00:00,3.210417660205484,True -2017/05/15 02:00:00,3.7656832291073785,True -2017/05/15 03:00:00,3.2095655309052566,True -2017/05/15 04:00:00,5.242129499944229,True -2017/05/15 05:00:00,8.530254183282457,True -2017/05/15 06:00:00,9.462750091503125,True -2017/05/15 07:00:00,14.122102851499374,True -2017/05/15 08:00:00,14.468600175482655,True -2017/05/15 09:00:00,15.540151046359139,True -2017/05/15 10:00:00,17.39516894837565,True -2017/05/15 11:00:00,18.25030630192341,True -2017/05/15 12:00:00,17.691669860068956,True -2017/05/15 13:00:00,17.53410790030211,True -2017/05/15 14:00:00,16.403956734131746,True -2017/05/15 15:00:00,16.1340383894682,True -2017/05/15 16:00:00,17.309394704203843,True -2017/05/15 17:00:00,17.430070623206436,True -2017/05/15 18:00:00,16.567361729468804,True -2017/05/15 19:00:00,15.88455543695287,True -2017/05/15 20:00:00,17.448080664522625,True -2017/05/15 21:00:00,16.734356781868318,True -2017/05/15 22:00:00,13.854209778867835,True -2017/05/15 23:00:00,9.991981028103408,True -2017/05/16 00:00:00,5.075702046433574,True -2017/05/16 01:00:00,3.2108314215089235,True -2017/05/16 02:00:00,3.765406010001697,True -2017/05/16 03:00:00,3.2111807995696675,True -2017/05/16 04:00:00,5.296909869025498,True -2017/05/16 05:00:00,8.526386089571634,True -2017/05/16 06:00:00,9.502024238618715,True -2017/05/16 07:00:00,14.070265540746657,True -2017/05/16 08:00:00,14.456903080461508,True -2017/05/16 09:00:00,15.725028799416796,True -2017/05/16 10:00:00,17.43906198359522,True -2017/05/16 11:00:00,18.592176345317828,True -2017/05/16 12:00:00,18.085255927022512,True -2017/05/16 13:00:00,18.363096589034384,True -2017/05/16 14:00:00,17.683396053783433,True -2017/05/16 15:00:00,17.714327914954858,True -2017/05/16 16:00:00,18.588035753291948,True -2017/05/16 17:00:00,18.74539456363177,True -2017/05/16 18:00:00,17.84591291619941,True -2017/05/16 19:00:00,17.425501565689725,True -2017/05/16 20:00:00,18.04450614742207,True -2017/05/16 21:00:00,16.91589336410735,True -2017/05/16 22:00:00,13.157748005368367,True -2017/05/16 23:00:00,9.229123951844592,True -2017/05/17 00:00:00,5.125003753433003,True -2017/05/17 01:00:00,3.2099964448229907,True -2017/05/17 02:00:00,3.7641997348871534,True -2017/05/17 03:00:00,3.209436506164838,True -2017/05/17 04:00:00,5.5022851505958945,True -2017/05/17 05:00:00,8.586455544219026,True -2017/05/17 06:00:00,9.652523043444637,True -2017/05/17 07:00:00,14.318631654053927,True -2017/05/17 08:00:00,15.457630956285515,True -2017/05/17 09:00:00,16.669216777188776,True -2017/05/17 10:00:00,18.111998171451543,True -2017/05/17 11:00:00,18.359464761059687,True -2017/05/17 12:00:00,17.87359982855423,True -2017/05/17 13:00:00,17.922092948893283,True -2017/05/17 14:00:00,16.789690599360785,True -2017/05/17 15:00:00,16.4047827640046,True -2017/05/17 16:00:00,17.619018361242958,True -2017/05/17 17:00:00,17.755800329970857,True -2017/05/17 18:00:00,16.238227107269758,True -2017/05/17 19:00:00,16.281657862813322,True -2017/05/17 20:00:00,16.968057606056018,True -2017/05/17 21:00:00,16.77369985162686,True -2017/05/17 22:00:00,13.577560755313778,True -2017/05/17 23:00:00,9.928201321048068,True -2017/05/18 00:00:00,5.082816084725376,True -2017/05/18 01:00:00,3.2096926021311694,True -2017/05/18 02:00:00,3.765344911780324,True -2017/05/18 03:00:00,3.2102026942128927,True -2017/05/18 04:00:00,5.397977124147058,True -2017/05/18 05:00:00,8.529582678007085,True -2017/05/18 06:00:00,9.515324521563766,True -2017/05/18 07:00:00,14.25400018675862,True -2017/05/18 08:00:00,15.43646241001089,True -2017/05/18 09:00:00,16.436388210792227,True -2017/05/18 10:00:00,17.797646199618665,True -2017/05/18 11:00:00,18.527182566699942,True -2017/05/18 12:00:00,17.39955072298751,True -2017/05/18 13:00:00,17.359625603738703,True -2017/05/18 14:00:00,16.553163200242842,True -2017/05/18 15:00:00,16.163012344592783,True -2017/05/18 16:00:00,16.9161967632322,True -2017/05/18 17:00:00,17.53546363157224,True -2017/05/18 18:00:00,16.72628392950676,True -2017/05/18 19:00:00,16.46307653580104,True -2017/05/18 20:00:00,17.35986596538137,True -2017/05/18 21:00:00,16.97251167406156,True -2017/05/18 22:00:00,13.631527508198102,True -2017/05/18 23:00:00,9.598179722921488,True -2017/05/19 00:00:00,5.074520499584437,True -2017/05/19 01:00:00,3.210208784171414,True -2017/05/19 02:00:00,3.766048125333853,True -2017/05/19 03:00:00,3.2117615496444643,True -2017/05/19 04:00:00,5.674016732782574,True -2017/05/19 05:00:00,8.514061797803866,True -2017/05/19 06:00:00,9.518296426793231,True -2017/05/19 07:00:00,14.375274530503498,True -2017/05/19 08:00:00,15.641845548172551,True -2017/05/19 09:00:00,15.557601659382797,True -2017/05/19 10:00:00,17.390382417202837,True -2017/05/19 11:00:00,18.179380584269527,True -2017/05/19 12:00:00,17.128750382103348,True -2017/05/19 13:00:00,17.09276453377711,True -2017/05/19 14:00:00,16.27629838205896,True -2017/05/19 15:00:00,15.906264673939136,True -2017/05/19 16:00:00,17.002101872205383,True -2017/05/19 17:00:00,17.121064862668856,True -2017/05/19 18:00:00,16.725653961952737,True -2017/05/19 19:00:00,16.518289562609848,True -2017/05/19 20:00:00,17.39738533871957,True -2017/05/19 21:00:00,16.713273809458396,True -2017/05/19 22:00:00,13.842847427692794,True -2017/05/19 23:00:00,9.863728442097276,True -2017/05/20 00:00:00,5.168007779028535,True -2017/05/20 01:00:00,3.1480856217037103,True -2017/05/20 02:00:00,3.702176844639026,True -2017/05/20 03:00:00,3.147085817708501,True -2017/05/20 04:00:00,5.296729948038598,True -2017/05/20 05:00:00,8.370060270179103,True -2017/05/20 06:00:00,9.72053669446415,True -2017/05/20 07:00:00,12.419378415806298,True -2017/05/20 08:00:00,13.996170911440224,True -2017/05/20 09:00:00,15.389588480794268,True -2017/05/20 10:00:00,17.057315291886898,True -2017/05/20 11:00:00,17.434301812164698,True -2017/05/20 12:00:00,17.08521820771999,True -2017/05/20 13:00:00,16.996590812331142,True -2017/05/20 14:00:00,16.446047205587103,True -2017/05/20 15:00:00,16.32334429193705,True -2017/05/20 16:00:00,17.147695655451873,True -2017/05/20 17:00:00,17.738055280697132,True -2017/05/20 18:00:00,17.201272424819635,True -2017/05/20 19:00:00,16.926484374301495,True -2017/05/20 20:00:00,16.92814104605099,True -2017/05/20 21:00:00,17.000781794389088,True -2017/05/20 22:00:00,13.587039579650254,True -2017/05/20 23:00:00,9.702507637921196,True -2017/05/21 00:00:00,5.462634772097084,True -2017/05/21 01:00:00,3.148229711174481,True -2017/05/21 02:00:00,3.7028248568435167,True -2017/05/21 03:00:00,3.148251369013529,True -2017/05/21 04:00:00,5.100514688810999,True -2017/05/21 05:00:00,8.693475124852315,True -2017/05/21 06:00:00,10.126145440693149,True -2017/05/21 07:00:00,12.07033678257696,True -2017/05/21 08:00:00,13.463441171771374,True -2017/05/21 09:00:00,13.795074292689323,True -2017/05/21 10:00:00,16.84817758145811,True -2017/05/21 11:00:00,17.82989576867315,True -2017/05/21 12:00:00,17.102202852878396,True -2017/05/21 13:00:00,17.049143987178773,True -2017/05/21 14:00:00,16.243261331640852,True -2017/05/21 15:00:00,16.044220954363215,True -2017/05/21 16:00:00,16.792195491961383,True -2017/05/21 17:00:00,17.06067566093413,True -2017/05/21 18:00:00,16.4532013492867,True -2017/05/21 19:00:00,15.643427305040406,True -2017/05/21 20:00:00,15.596409264594513,True -2017/05/21 21:00:00,15.663699645744723,True -2017/05/21 22:00:00,11.99341574641772,True -2017/05/21 23:00:00,9.668928432217644,True -2017/05/22 00:00:00,5.085710163411777,True -2017/05/22 01:00:00,3.2107658575612046,True -2017/05/22 02:00:00,3.765351742028754,True -2017/05/22 03:00:00,3.209451930296494,True -2017/05/22 04:00:00,5.546347038537716,True -2017/05/22 05:00:00,8.53205348029218,True -2017/05/22 06:00:00,9.406727063659831,True -2017/05/22 07:00:00,14.063403682816453,True -2017/05/22 08:00:00,15.554371660771855,True -2017/05/22 09:00:00,15.55620027156444,True -2017/05/22 10:00:00,17.247825892009,True -2017/05/22 11:00:00,18.189070408885936,True -2017/05/22 12:00:00,17.26466171076165,True -2017/05/22 13:00:00,17.223294655285358,True -2017/05/22 14:00:00,16.39132929311641,True -2017/05/22 15:00:00,16.104363616394537,True -2017/05/22 16:00:00,17.36222162708871,True -2017/05/22 17:00:00,17.664724901159953,True -2017/05/22 18:00:00,16.67833204436792,True -2017/05/22 19:00:00,16.16396093741802,True -2017/05/22 20:00:00,16.68355177190667,True -2017/05/22 21:00:00,16.728760572844344,True -2017/05/22 22:00:00,13.711346451800189,True -2017/05/22 23:00:00,9.908478559552368,True -2017/05/23 00:00:00,5.076826052905473,True -2017/05/23 01:00:00,3.2099956521783928,True -2017/05/23 02:00:00,3.765194058878339,True -2017/05/23 03:00:00,3.210908535492174,True -2017/05/23 04:00:00,5.276966340966142,True -2017/05/23 05:00:00,8.522190638308953,True -2017/05/23 06:00:00,9.403539356498792,True -2017/05/23 07:00:00,14.082910850639747,True -2017/05/23 08:00:00,14.672805672968101,True -2017/05/23 09:00:00,16.390343084174667,True -2017/05/23 10:00:00,18.173476701318467,True -2017/05/23 11:00:00,19.475346766467034,True -2017/05/23 12:00:00,18.916881219524484,True -2017/05/23 13:00:00,19.01896266844172,True -2017/05/23 14:00:00,18.339033158910873,True -2017/05/23 15:00:00,17.909934846929374,True -2017/05/23 16:00:00,19.014028143034672,True -2017/05/23 17:00:00,19.21517378064195,True -2017/05/23 18:00:00,18.577714251203627,True -2017/05/23 19:00:00,18.07487841010845,True -2017/05/23 20:00:00,17.950624666129617,True -2017/05/23 21:00:00,17.693507523455235,True -2017/05/23 22:00:00,14.165477621710224,True -2017/05/23 23:00:00,11.413391783783633,True -2017/05/24 00:00:00,5.391428408829815,True -2017/05/24 01:00:00,3.2082537656799306,True -2017/05/24 02:00:00,3.7622632593228444,True -2017/05/24 03:00:00,3.209502855473903,True -2017/05/24 04:00:00,5.969920788827316,True -2017/05/24 05:00:00,8.677833642513376,True -2017/05/24 06:00:00,9.655082826023483,True -2017/05/24 07:00:00,14.15717239251971,True -2017/05/24 08:00:00,14.916716656719386,True -2017/05/24 09:00:00,16.10924895937768,True -2017/05/24 10:00:00,17.799777954378715,True -2017/05/24 11:00:00,18.515360845469893,True -2017/05/24 12:00:00,17.562234652643916,True -2017/05/24 13:00:00,17.44783549444612,True -2017/05/24 14:00:00,16.607211488612762,True -2017/05/24 15:00:00,16.206539060451643,True -2017/05/24 16:00:00,17.37074305937487,True -2017/05/24 17:00:00,17.57699368514436,True -2017/05/24 18:00:00,16.824752413943333,True -2017/05/24 19:00:00,16.573284734996097,True -2017/05/24 20:00:00,16.759671836546858,True -2017/05/24 21:00:00,16.841969033823545,True -2017/05/24 22:00:00,13.898432145399536,True -2017/05/24 23:00:00,10.130861718087214,True -2017/05/25 00:00:00,5.07539872278444,True -2017/05/25 01:00:00,3.2102402265393124,True -2017/05/25 02:00:00,3.765087955047865,True -2017/05/25 03:00:00,3.2106480784188305,True -2017/05/25 04:00:00,5.270906278350181,True -2017/05/25 05:00:00,8.526121507715617,True -2017/05/25 06:00:00,9.520664303708067,True -2017/05/25 07:00:00,14.646981061538808,True -2017/05/25 08:00:00,15.799052846425854,True -2017/05/25 09:00:00,15.552815569816513,True -2017/05/25 10:00:00,17.590678862922292,True -2017/05/25 11:00:00,18.757052995282923,True -2017/05/25 12:00:00,18.015767923687875,True -2017/05/25 13:00:00,18.135593191511905,True -2017/05/25 14:00:00,16.99191907947658,True -2017/05/25 15:00:00,16.22116695722776,True -2017/05/25 16:00:00,17.116757136281027,True -2017/05/25 17:00:00,17.146769833957176,True -2017/05/25 18:00:00,16.2950116498656,True -2017/05/25 19:00:00,16.012456857471552,True -2017/05/25 20:00:00,16.75614789842464,True -2017/05/25 21:00:00,16.858223411225826,True -2017/05/25 22:00:00,13.764377196818224,True -2017/05/25 23:00:00,10.005776648279811,True -2017/05/26 00:00:00,5.073269365459327,True -2017/05/26 01:00:00,3.2124864338876473,True -2017/05/26 02:00:00,3.7639785884168844,True -2017/05/26 03:00:00,3.209676533813664,True -2017/05/26 04:00:00,5.321830155470721,True -2017/05/26 05:00:00,8.5456221359226,True -2017/05/26 06:00:00,9.516999469152193,True -2017/05/26 07:00:00,14.243481071715207,True -2017/05/26 08:00:00,14.456444235915173,True -2017/05/26 09:00:00,15.82228914875078,True -2017/05/26 10:00:00,17.806326856550253,True -2017/05/26 11:00:00,18.942938544011017,True -2017/05/26 12:00:00,18.458831487430633,True -2017/05/26 13:00:00,18.318581085472573,True -2017/05/26 14:00:00,17.7894094895112,True -2017/05/26 15:00:00,17.317913155238582,True -2017/05/26 16:00:00,18.550348749168283,True -2017/05/26 17:00:00,18.647663340512715,True -2017/05/26 18:00:00,17.90928523697332,True -2017/05/26 19:00:00,17.205218502828004,True -2017/05/26 20:00:00,16.97240775238068,True -2017/05/26 21:00:00,16.342607107385266,True -2017/05/26 22:00:00,13.722105360587136,True -2017/05/26 23:00:00,9.863407163164009,True -2017/05/27 00:00:00,5.166055794327286,True -2017/05/27 01:00:00,3.146712862692681,True -2017/05/27 02:00:00,3.7012170086308327,True -2017/05/27 03:00:00,3.1482169859081504,True -2017/05/27 04:00:00,5.0719169683804965,True -2017/05/27 05:00:00,8.388171502182521,True -2017/05/27 06:00:00,9.74051401156554,True -2017/05/27 07:00:00,12.205591347853012,True -2017/05/27 08:00:00,12.82891983187477,True -2017/05/27 09:00:00,15.830426917021953,True -2017/05/27 10:00:00,17.359420386026976,True -2017/05/27 11:00:00,18.364342916800567,True -2017/05/27 12:00:00,18.018417933180626,True -2017/05/27 13:00:00,18.086714609539374,True -2017/05/27 14:00:00,17.21496571689896,True -2017/05/27 15:00:00,17.177657086438366,True -2017/05/27 16:00:00,17.7989536943174,True -2017/05/27 17:00:00,18.48833946765005,True -2017/05/27 18:00:00,17.835861155768153,True -2017/05/27 19:00:00,17.35484586612977,True -2017/05/27 20:00:00,16.07527291855934,True -2017/05/27 21:00:00,16.323428974556837,True -2017/05/27 22:00:00,12.898587603025943,True -2017/05/27 23:00:00,9.011466696532892,True -2017/05/28 00:00:00,5.436544055342798,True -2017/05/28 01:00:00,3.1478516674517687,True -2017/05/28 02:00:00,3.702485743370364,True -2017/05/28 03:00:00,3.1451927597160134,True -2017/05/28 04:00:00,5.248639372089948,True -2017/05/28 05:00:00,8.851656653959878,True -2017/05/28 06:00:00,10.521747617866096,True -2017/05/28 07:00:00,12.009301948246012,True -2017/05/28 08:00:00,14.137754590166402,True -2017/05/28 09:00:00,13.974007644579062,True -2017/05/28 10:00:00,16.91913744363856,True -2017/05/28 11:00:00,17.584509161126007,True -2017/05/28 12:00:00,16.345578874991197,True -2017/05/28 13:00:00,16.906625173920045,True -2017/05/28 14:00:00,15.320717558548367,True -2017/05/28 15:00:00,15.293207383166651,True -2017/05/28 16:00:00,16.1098477053383,True -2017/05/28 17:00:00,16.77677573935889,True -2017/05/28 18:00:00,16.362214691087722,True -2017/05/28 19:00:00,15.887464855400863,True -2017/05/28 20:00:00,15.989563001837238,True -2017/05/28 21:00:00,16.039552781890666,True -2017/05/28 22:00:00,12.565746564456388,True -2017/05/28 23:00:00,9.23145207607999,True -2017/05/29 00:00:00,5.20643405307639,True -2017/05/29 01:00:00,3.207550895485083,True -2017/05/29 02:00:00,3.7659042751712164,True -2017/05/29 03:00:00,3.2077372329882783,True -2017/05/29 04:00:00,5.36527008528256,True -2017/05/29 05:00:00,8.59527383287871,True -2017/05/29 06:00:00,9.499076258766243,True -2017/05/29 07:00:00,14.684744227422648,True -2017/05/29 08:00:00,15.93535894507405,True -2017/05/29 09:00:00,16.08342301446701,True -2017/05/29 10:00:00,17.885381473345465,True -2017/05/29 11:00:00,19.055433854787186,True -2017/05/29 12:00:00,18.212264965724813,True -2017/05/29 13:00:00,17.739816784333854,True -2017/05/29 14:00:00,16.401709758615585,True -2017/05/29 15:00:00,16.011936549865496,True -2017/05/29 16:00:00,17.51357139431998,True -2017/05/29 17:00:00,17.27040104172822,True -2017/05/29 18:00:00,16.297690605226325,True -2017/05/29 19:00:00,16.64303026211202,True -2017/05/29 20:00:00,16.78996469393479,True -2017/05/29 21:00:00,16.874222556502637,True -2017/05/29 22:00:00,13.79019163756408,True -2017/05/29 23:00:00,10.121518510758413,True -2017/05/30 00:00:00,5.0790565524380185,True -2017/05/30 01:00:00,3.210406566900631,True -2017/05/30 02:00:00,3.765024253351352,True -2017/05/30 03:00:00,3.209427891828617,True -2017/05/30 04:00:00,5.3011114573698634,True -2017/05/30 05:00:00,8.545150267544738,True -2017/05/30 06:00:00,9.551793907255052,True -2017/05/30 07:00:00,14.328691542303565,True -2017/05/30 08:00:00,15.443133480984713,True -2017/05/30 09:00:00,15.533771953142493,True -2017/05/30 10:00:00,17.532349730425736,True -2017/05/30 11:00:00,18.964227321792006,True -2017/05/30 12:00:00,18.1958451653834,True -2017/05/30 13:00:00,17.912629011327862,True -2017/05/30 14:00:00,16.82762950216255,True -2017/05/30 15:00:00,16.38717673226739,True -2017/05/30 16:00:00,17.595742472201916,True -2017/05/30 17:00:00,17.804992717908153,True -2017/05/30 18:00:00,16.99599116120456,True -2017/05/30 19:00:00,16.202813141665168,True -2017/05/30 20:00:00,16.15722816268507,True -2017/05/30 21:00:00,16.872388394270626,True -2017/05/30 22:00:00,13.803146133613561,True -2017/05/30 23:00:00,10.083510006623637,True -2017/05/31 00:00:00,5.077991129894319,True -2017/05/31 01:00:00,3.2126413875445827,True -2017/05/31 02:00:00,3.765574955198922,True -2017/05/31 03:00:00,3.2096809435570823,True -2017/05/31 04:00:00,5.338532141046605,True -2017/05/31 05:00:00,8.553738420926484,True -2017/05/31 06:00:00,9.436661261459356,True -2017/05/31 07:00:00,13.68492302222997,True -2017/05/31 08:00:00,15.055641277876646,True -2017/05/31 09:00:00,16.191255728890564,True -2017/05/31 10:00:00,17.871559309880507,True -2017/05/31 11:00:00,19.190504222970244,True -2017/05/31 12:00:00,18.66235717975281,True -2017/05/31 13:00:00,18.715447956741347,True -2017/05/31 14:00:00,17.887131733469236,True -2017/05/31 15:00:00,17.41981696925916,True -2017/05/31 16:00:00,18.81959914088564,True -2017/05/31 17:00:00,18.8372210202012,True -2017/05/31 18:00:00,18.29061152341446,True -2017/05/31 19:00:00,17.499173885813242,True -2017/05/31 20:00:00,17.2719555945528,True -2017/05/31 21:00:00,17.00613346424036,True -2017/05/31 22:00:00,13.411366602305632,True -2017/05/31 23:00:00,9.775367312113765,True -2017/06/01 00:00:00,5.174460624558034,True -2017/06/01 01:00:00,3.2079381198819235,True -2017/06/01 02:00:00,3.7631814605882545,True -2017/06/01 03:00:00,3.2082416238684197,True -2017/06/01 04:00:00,5.542200780299216,True -2017/06/01 05:00:00,8.598499577973408,True -2017/06/01 06:00:00,9.598898526422097,True -2017/06/01 07:00:00,13.844087090159357,True -2017/06/01 08:00:00,15.0570217821839,True -2017/06/01 09:00:00,16.080857128067173,True -2017/06/01 10:00:00,18.021965056414263,True -2017/06/01 11:00:00,19.493011419717476,True -2017/06/01 12:00:00,19.185611649145272,True -2017/06/01 13:00:00,19.377162385597718,True -2017/06/01 14:00:00,18.75207322202724,True -2017/06/01 15:00:00,18.527454763127956,True -2017/06/01 16:00:00,19.701616979002655,True -2017/06/01 17:00:00,20.138249580900347,True -2017/06/01 18:00:00,19.629222129269586,True -2017/06/01 19:00:00,19.08812150857755,True -2017/06/01 20:00:00,18.969508174582273,True -2017/06/01 21:00:00,18.716445643670752,True -2017/06/01 22:00:00,15.24048012794636,True -2017/06/01 23:00:00,11.185592088091008,True -2017/06/02 00:00:00,5.409321262252286,True -2017/06/02 01:00:00,3.2069537356642535,True -2017/06/02 02:00:00,3.7605832951112173,True -2017/06/02 03:00:00,3.206808604739396,True -2017/06/02 04:00:00,6.59334117311691,True -2017/06/02 05:00:00,8.750486471755485,True -2017/06/02 06:00:00,9.687494987698258,True -2017/06/02 07:00:00,15.805242515544153,True -2017/06/02 08:00:00,17.42334628278547,True -2017/06/02 09:00:00,18.90277337134989,True -2017/06/02 10:00:00,20.138861452695647,True -2017/06/02 11:00:00,21.0671630044355,True -2017/06/02 12:00:00,20.581890722858333,True -2017/06/02 13:00:00,20.59444617184404,True -2017/06/02 14:00:00,19.608993521286003,True -2017/06/02 15:00:00,18.871867875284625,True -2017/06/02 16:00:00,19.479772950590945,True -2017/06/02 17:00:00,19.215814129510864,True -2017/06/02 18:00:00,18.698338251486202,True -2017/06/02 19:00:00,17.742828972661528,True -2017/06/02 20:00:00,17.50971318917244,True -2017/06/02 21:00:00,16.911771754335675,True -2017/06/02 22:00:00,13.432166124290337,True -2017/06/02 23:00:00,9.670789287136627,True -2017/06/03 00:00:00,5.270108235148712,True -2017/06/03 01:00:00,3.1455955676531495,True -2017/06/03 02:00:00,3.6991604743803097,True -2017/06/03 03:00:00,3.146326985987678,True -2017/06/03 04:00:00,5.15169926450772,True -2017/06/03 05:00:00,8.416654581210311,True -2017/06/03 06:00:00,9.735647882578156,True -2017/06/03 07:00:00,12.066029601318553,True -2017/06/03 08:00:00,13.610408550473762,True -2017/06/03 09:00:00,15.908386115774336,True -2017/06/03 10:00:00,16.83574039679379,True -2017/06/03 11:00:00,17.425776157772663,True -2017/06/03 12:00:00,17.275085325817557,True -2017/06/03 13:00:00,17.18396383423685,True -2017/06/03 14:00:00,16.213618379149032,True -2017/06/03 15:00:00,16.39610788131819,True -2017/06/03 16:00:00,17.195312022170423,True -2017/06/03 17:00:00,18.00225333566122,True -2017/06/03 18:00:00,17.46414518388351,True -2017/06/03 19:00:00,17.24071833009913,True -2017/06/03 20:00:00,15.646406920366084,True -2017/06/03 21:00:00,16.150023289846523,True -2017/06/03 22:00:00,13.622509663083168,True -2017/06/03 23:00:00,9.993414497534834,True -2017/06/04 00:00:00,5.423150685582461,True -2017/06/04 01:00:00,3.1464534159022524,True -2017/06/04 02:00:00,3.7025084961535013,True -2017/06/04 03:00:00,3.1465552603976015,True -2017/06/04 04:00:00,5.06659872247242,True -2017/06/04 05:00:00,8.649930478279435,True -2017/06/04 06:00:00,10.03336920025236,True -2017/06/04 07:00:00,11.737624891974635,True -2017/06/04 08:00:00,14.228247527307085,True -2017/06/04 09:00:00,13.308524825476198,True -2017/06/04 10:00:00,16.736398483291726,True -2017/06/04 11:00:00,17.82327246609961,True -2017/06/04 12:00:00,16.90771355900858,True -2017/06/04 13:00:00,17.135904772687113,True -2017/06/04 14:00:00,16.213938059195485,True -2017/06/04 15:00:00,16.36379112999433,True -2017/06/04 16:00:00,17.100722909157213,True -2017/06/04 17:00:00,17.473078083381854,True -2017/06/04 18:00:00,16.89392054677519,True -2017/06/04 19:00:00,16.182117248121628,True -2017/06/04 20:00:00,16.35789588453718,True -2017/06/04 21:00:00,16.0174173317995,True -2017/06/04 22:00:00,12.535070258892011,True -2017/06/04 23:00:00,9.021911829062166,True -2017/06/05 00:00:00,5.136367812554724,True -2017/06/05 01:00:00,3.2072608073883306,True -2017/06/05 02:00:00,3.7644628275263217,True -2017/06/05 03:00:00,3.208754691709724,True -2017/06/05 04:00:00,5.266929237180886,True -2017/06/05 05:00:00,8.571100864972012,True -2017/06/05 06:00:00,9.55364487229685,True -2017/06/05 07:00:00,13.229807345448801,True -2017/06/05 08:00:00,14.725243812464747,True -2017/06/05 09:00:00,15.620559204744614,True -2017/06/05 10:00:00,17.389467305017643,True -2017/06/05 11:00:00,18.26168220274418,True -2017/06/05 12:00:00,17.392826586730383,True -2017/06/05 13:00:00,17.481316725716642,True -2017/06/05 14:00:00,16.624671979202397,True -2017/06/05 15:00:00,16.097206342392802,True -2017/06/05 16:00:00,17.476299952851193,True -2017/06/05 17:00:00,17.68163997476325,True -2017/06/05 18:00:00,16.873183591534204,True -2017/06/05 19:00:00,16.286097273045595,True -2017/06/05 20:00:00,16.02554829264514,True -2017/06/05 21:00:00,16.776182433458274,True -2017/06/05 22:00:00,13.542081692774785,True -2017/06/05 23:00:00,9.750007611433746,True -2017/06/06 00:00:00,5.073392458377616,True -2017/06/06 01:00:00,3.2104160043329193,True -2017/06/06 02:00:00,3.7641215534124624,True -2017/06/06 03:00:00,3.2116698520372453,True -2017/06/06 04:00:00,5.4592645058663205,True -2017/06/06 05:00:00,8.5254407760615,True -2017/06/06 06:00:00,9.380562482386269,True -2017/06/06 07:00:00,14.264007147356313,True -2017/06/06 08:00:00,15.161968825255368,True -2017/06/06 09:00:00,15.749402389687639,True -2017/06/06 10:00:00,17.579262491657666,True -2017/06/06 11:00:00,18.959122227029695,True -2017/06/06 12:00:00,18.675309360683283,True -2017/06/06 13:00:00,18.516759874371452,True -2017/06/06 14:00:00,17.960014150374747,True -2017/06/06 15:00:00,17.525852683162665,True -2017/06/06 16:00:00,18.962598826430174,True -2017/06/06 17:00:00,19.37096782696799,True -2017/06/06 18:00:00,18.68368314211063,True -2017/06/06 19:00:00,17.959003176812598,True -2017/06/06 20:00:00,17.62272292551713,True -2017/06/06 21:00:00,17.104464189225926,True -2017/06/06 22:00:00,13.171179266028279,True -2017/06/06 23:00:00,8.841423258752657,True -2017/06/07 00:00:00,5.082118368707538,True -2017/06/07 01:00:00,3.2097380197512644,True -2017/06/07 02:00:00,3.7640716310235547,True -2017/06/07 03:00:00,3.209756332862829,True -2017/06/07 04:00:00,5.401035304197947,True -2017/06/07 05:00:00,8.574708196387377,True -2017/06/07 06:00:00,9.560106999635073,True -2017/06/07 07:00:00,13.718855334727222,True -2017/06/07 08:00:00,15.131237879950215,True -2017/06/07 09:00:00,16.418967389624463,True -2017/06/07 10:00:00,18.27572924038744,True -2017/06/07 11:00:00,19.76983938905172,True -2017/06/07 12:00:00,19.380755257473517,True -2017/06/07 13:00:00,18.367632382904176,True -2017/06/07 14:00:00,17.353804564850282,True -2017/06/07 15:00:00,17.05633039950645,True -2017/06/07 16:00:00,18.288629168300194,True -2017/06/07 17:00:00,18.38732221933654,True -2017/06/07 18:00:00,17.563214506918985,True -2017/06/07 19:00:00,18.030603147325273,True -2017/06/07 20:00:00,18.091561423493292,True -2017/06/07 21:00:00,17.585297211841613,True -2017/06/07 22:00:00,14.027332586585208,True -2017/06/07 23:00:00,10.634576582153443,True -2017/06/08 00:00:00,5.261611402695984,True -2017/06/08 01:00:00,3.2090378033309053,True -2017/06/08 02:00:00,3.7618394072676815,True -2017/06/08 03:00:00,3.2086424093165626,True -2017/06/08 04:00:00,5.767841416588315,True -2017/06/08 05:00:00,8.618614116913664,True -2017/06/08 06:00:00,9.526363260895488,True -2017/06/08 07:00:00,14.924599225986698,True -2017/06/08 08:00:00,16.622667307869985,True -2017/06/08 09:00:00,16.99042547016622,True -2017/06/08 10:00:00,18.59393096832951,True -2017/06/08 11:00:00,19.78219528099151,True -2017/06/08 12:00:00,19.28250427520428,True -2017/06/08 13:00:00,19.36617692962318,True -2017/06/08 14:00:00,18.05960519717322,True -2017/06/08 15:00:00,16.775356289029478,True -2017/06/08 16:00:00,18.411262979644953,True -2017/06/08 17:00:00,18.39903548372355,True -2017/06/08 18:00:00,18.027983184259202,True -2017/06/08 19:00:00,17.31069847563092,True -2017/06/08 20:00:00,16.899794107908072,True -2017/06/08 21:00:00,16.72160164503814,True -2017/06/08 22:00:00,12.993653717931934,True -2017/06/08 23:00:00,8.641677561878467,True -2017/06/09 00:00:00,5.085918103364534,True -2017/06/09 01:00:00,3.211696166034666,True -2017/06/09 02:00:00,3.7640708791150486,True -2017/06/09 03:00:00,3.2107587280849765,True -2017/06/09 04:00:00,5.451078125962406,True -2017/06/09 05:00:00,8.555585160611004,True -2017/06/09 06:00:00,9.56517250912217,True -2017/06/09 07:00:00,14.352205865718025,True -2017/06/09 08:00:00,14.44814935460808,True -2017/06/09 09:00:00,15.789449374617982,True -2017/06/09 10:00:00,17.584820232410245,True -2017/06/09 11:00:00,18.57064716288176,True -2017/06/09 12:00:00,18.06904250549868,True -2017/06/09 13:00:00,18.058610803068408,True -2017/06/09 14:00:00,16.648951474454332,True -2017/06/09 15:00:00,16.20891323175936,True -2017/06/09 16:00:00,17.355909206956785,True -2017/06/09 17:00:00,17.658033599132096,True -2017/06/09 18:00:00,16.832886163287398,True -2017/06/09 19:00:00,16.451042632432934,True -2017/06/09 20:00:00,16.383697833186343,True -2017/06/09 21:00:00,16.477169527665136,True -2017/06/09 22:00:00,12.955183586512069,True -2017/06/09 23:00:00,10.04159789214874,True -2017/06/10 00:00:00,5.163483436043336,True -2017/06/10 01:00:00,3.147715329152717,True -2017/06/10 02:00:00,3.70087327526928,True -2017/06/10 03:00:00,3.1455777722981506,True -2017/06/10 04:00:00,5.01621175883121,True -2017/06/10 05:00:00,8.381782112798744,True -2017/06/10 06:00:00,9.726621890387632,True -2017/06/10 07:00:00,12.333750266951869,True -2017/06/10 08:00:00,13.61641456845754,True -2017/06/10 09:00:00,15.482843424106152,True -2017/06/10 10:00:00,17.06724023801225,True -2017/06/10 11:00:00,17.931901781633048,True -2017/06/10 12:00:00,17.677276100255774,True -2017/06/10 13:00:00,17.962745401157978,True -2017/06/10 14:00:00,17.096874738409188,True -2017/06/10 15:00:00,17.23821777306376,True -2017/06/10 16:00:00,17.619510189550944,True -2017/06/10 17:00:00,18.67909277456813,True -2017/06/10 18:00:00,18.777768256146054,True -2017/06/10 19:00:00,18.49416910135321,True -2017/06/10 20:00:00,17.165184489595987,True -2017/06/10 21:00:00,17.381643094151777,True -2017/06/10 22:00:00,13.630437254781404,True -2017/06/10 23:00:00,9.689344871589958,True -2017/06/11 00:00:00,5.456685966734401,True -2017/06/11 01:00:00,3.1469078263435977,True -2017/06/11 02:00:00,3.7003623187677914,True -2017/06/11 03:00:00,3.1451664104638115,True -2017/06/11 04:00:00,5.303436389027311,True -2017/06/11 05:00:00,9.094465173749692,True -2017/06/11 06:00:00,10.612983684856736,True -2017/06/11 07:00:00,12.10722768899585,True -2017/06/11 08:00:00,14.653074438335656,True -2017/06/11 09:00:00,15.865662897723515,True -2017/06/11 10:00:00,19.187022762827752,True -2017/06/11 11:00:00,20.195138292399584,True -2017/06/11 12:00:00,19.50167493700854,True -2017/06/11 13:00:00,19.63355018918583,True -2017/06/11 14:00:00,18.76310653374367,True -2017/06/11 15:00:00,18.665762261636853,True -2017/06/11 16:00:00,19.24579359480912,True -2017/06/11 17:00:00,19.720566767375566,True -2017/06/11 18:00:00,19.41829491553794,True -2017/06/11 19:00:00,18.71170963329565,True -2017/06/11 20:00:00,18.085831509297176,True -2017/06/11 21:00:00,17.861218708764827,True -2017/06/11 22:00:00,13.961736722990224,True -2017/06/11 23:00:00,10.726042541908491,True -2017/06/12 00:00:00,5.603900984981148,True -2017/06/12 01:00:00,3.2069761875587224,True -2017/06/12 02:00:00,3.7621812949573776,True -2017/06/12 03:00:00,3.205009499674331,True -2017/06/12 04:00:00,6.811798788319579,True -2017/06/12 05:00:00,8.82448887363631,True -2017/06/12 06:00:00,9.778773815996441,True -2017/06/12 07:00:00,16.72203659578973,True -2017/06/12 08:00:00,18.149573692922154,True -2017/06/12 09:00:00,19.365856821535047,True -2017/06/12 10:00:00,20.733535554280994,True -2017/06/12 11:00:00,21.81548780683138,True -2017/06/12 12:00:00,21.412691508698007,True -2017/06/12 13:00:00,21.26690283259111,True -2017/06/12 14:00:00,20.51274364049904,True -2017/06/12 15:00:00,19.9284080927173,True -2017/06/12 16:00:00,20.789504640000015,True -2017/06/12 17:00:00,20.453455396173016,True -2017/06/12 18:00:00,19.88629091325752,True -2017/06/12 19:00:00,19.314585286829157,True -2017/06/12 20:00:00,19.2709303637897,True -2017/06/12 21:00:00,18.491172835840768,True -2017/06/12 22:00:00,13.716952277315915,True -2017/06/12 23:00:00,9.728462864329511,True -2017/06/13 00:00:00,5.1057265481110425,True -2017/06/13 01:00:00,3.2103756549038693,True -2017/06/13 02:00:00,3.7654939657008444,True -2017/06/13 03:00:00,3.2087522776415938,True -2017/06/13 04:00:00,5.326401003474208,True -2017/06/13 05:00:00,8.543153110001867,True -2017/06/13 06:00:00,9.536491813941165,True -2017/06/13 07:00:00,14.20886590525734,True -2017/06/13 08:00:00,15.507542485207754,True -2017/06/13 09:00:00,16.48895232380823,True -2017/06/13 10:00:00,17.842467644188872,True -2017/06/13 11:00:00,18.538086804680596,True -2017/06/13 12:00:00,17.354687210891566,True -2017/06/13 13:00:00,17.306886364853163,True -2017/06/13 14:00:00,16.477476555727243,True -2017/06/13 15:00:00,16.118286906127356,True -2017/06/13 16:00:00,17.338125707200238,True -2017/06/13 17:00:00,17.111549660526606,True -2017/06/13 18:00:00,16.690746639818645,True -2017/06/13 19:00:00,16.348555031146446,True -2017/06/13 20:00:00,16.45034742342382,True -2017/06/13 21:00:00,16.973417458999464,True -2017/06/13 22:00:00,13.461341400802343,True -2017/06/13 23:00:00,9.598187835007328,True -2017/06/14 00:00:00,5.078345256449338,True -2017/06/14 01:00:00,3.2092190079807335,True -2017/06/14 02:00:00,3.764617239284928,True -2017/06/14 03:00:00,3.210151688119346,True -2017/06/14 04:00:00,5.677842898900369,True -2017/06/14 05:00:00,8.50902538328911,True -2017/06/14 06:00:00,9.36704890579225,True -2017/06/14 07:00:00,14.27040551964775,True -2017/06/14 08:00:00,15.5838196700435,True -2017/06/14 09:00:00,16.419652368400314,True -2017/06/14 10:00:00,17.983118350730393,True -2017/06/14 11:00:00,18.43521602681807,True -2017/06/14 12:00:00,17.032660029135307,True -2017/06/14 13:00:00,16.972255315764396,True -2017/06/14 14:00:00,16.273818182848952,True -2017/06/14 15:00:00,16.051062932718658,True -2017/06/14 16:00:00,17.286841043696306,True -2017/06/14 17:00:00,17.731536205210354,True -2017/06/14 18:00:00,17.077696974738164,True -2017/06/14 19:00:00,16.24996010508887,True -2017/06/14 20:00:00,16.069287326846407,True -2017/06/14 21:00:00,16.767185274549888,True -2017/06/14 22:00:00,13.748971522243941,True -2017/06/14 23:00:00,9.560249170577604,True -2017/06/15 00:00:00,5.072325669646901,True -2017/06/15 01:00:00,3.2104767070185125,True -2017/06/15 02:00:00,3.7637658768931193,True -2017/06/15 03:00:00,3.2100722451914545,True -2017/06/15 04:00:00,5.358812862036509,True -2017/06/15 05:00:00,8.519383694966558,True -2017/06/15 06:00:00,9.37077277054337,True -2017/06/15 07:00:00,14.121215303702057,True -2017/06/15 08:00:00,14.466528411192028,True -2017/06/15 09:00:00,15.728578401470706,True -2017/06/15 10:00:00,17.57805395341393,True -2017/06/15 11:00:00,18.605878299350174,True -2017/06/15 12:00:00,18.005332474408892,True -2017/06/15 13:00:00,17.837666065872572,True -2017/06/15 14:00:00,16.939441427169612,True -2017/06/15 15:00:00,16.304030209936215,True -2017/06/15 16:00:00,17.717217358919175,True -2017/06/15 17:00:00,17.780753703441015,True -2017/06/15 18:00:00,16.953147827496668,True -2017/06/15 19:00:00,16.58378430271042,True -2017/06/15 20:00:00,16.44868447707601,True -2017/06/15 21:00:00,16.41401511853288,True -2017/06/15 22:00:00,12.643796965065789,True -2017/06/15 23:00:00,10.140324884449313,True -2017/06/16 00:00:00,5.072745007508204,True -2017/06/16 01:00:00,3.209905408042035,True -2017/06/16 02:00:00,3.7642485667469527,True -2017/06/16 03:00:00,3.21051414391301,True -2017/06/16 04:00:00,5.42726747960666,True -2017/06/16 05:00:00,8.54183715454785,True -2017/06/16 06:00:00,9.433682543764453,True -2017/06/16 07:00:00,13.212915828535701,True -2017/06/16 08:00:00,15.012473782217839,True -2017/06/16 09:00:00,16.23564212216162,True -2017/06/16 10:00:00,17.909571165275555,True -2017/06/16 11:00:00,19.259024484520072,True -2017/06/16 12:00:00,19.01148653833579,True -2017/06/16 13:00:00,18.85150672953422,True -2017/06/16 14:00:00,18.615619508491843,True -2017/06/16 15:00:00,18.347267260073114,True -2017/06/16 16:00:00,19.54007117623534,True -2017/06/16 17:00:00,19.602533384644488,True -2017/06/16 18:00:00,19.241416746772764,True -2017/06/16 19:00:00,18.8653484861059,True -2017/06/16 20:00:00,18.588468941686106,True -2017/06/16 21:00:00,18.073227555998802,True -2017/06/16 22:00:00,14.35287001514294,True -2017/06/16 23:00:00,10.891316799897357,True -2017/06/17 00:00:00,5.51681266828126,True -2017/06/17 01:00:00,3.1441122925508536,True -2017/06/17 02:00:00,3.699321501289207,True -2017/06/17 03:00:00,3.144235610218615,True -2017/06/17 04:00:00,5.986914211943538,True -2017/06/17 05:00:00,8.58623536356387,True -2017/06/17 06:00:00,9.988318690619082,True -2017/06/17 07:00:00,14.497734753367824,True -2017/06/17 08:00:00,16.317711410637486,True -2017/06/17 09:00:00,19.12572806030734,True -2017/06/17 10:00:00,20.393500277583687,True -2017/06/17 11:00:00,21.003444181173734,True -2017/06/17 12:00:00,20.8716284287213,True -2017/06/17 13:00:00,20.57540731726777,True -2017/06/17 14:00:00,19.77529609645456,True -2017/06/17 15:00:00,19.64840602816661,True -2017/06/17 16:00:00,20.475981923906765,True -2017/06/17 17:00:00,21.402760223476555,True -2017/06/17 18:00:00,21.272202492052738,True -2017/06/17 19:00:00,20.74670018388031,True -2017/06/17 20:00:00,19.62663884378223,True -2017/06/17 21:00:00,19.9902344157064,True -2017/06/17 22:00:00,17.139544727117407,True -2017/06/17 23:00:00,13.90542164763642,True -2017/06/18 00:00:00,6.010893954535267,True -2017/06/18 01:00:00,3.141755012982447,True -2017/06/18 02:00:00,3.6967117729514904,True -2017/06/18 03:00:00,3.142847195687305,True -2017/06/18 04:00:00,7.090929162312237,True -2017/06/18 05:00:00,10.467393641948263,True -2017/06/18 06:00:00,12.377495313920209,True -2017/06/18 07:00:00,14.132870893165133,True -2017/06/18 08:00:00,16.163922697159123,True -2017/06/18 09:00:00,17.86814903552913,True -2017/06/18 10:00:00,20.291506197595293,True -2017/06/18 11:00:00,21.145133132214916,True -2017/06/18 12:00:00,20.516967800848,True -2017/06/18 13:00:00,20.369608725820267,True -2017/06/18 14:00:00,19.46533147389936,True -2017/06/18 15:00:00,19.16183111533176,True -2017/06/18 16:00:00,18.967166068243067,True -2017/06/18 17:00:00,19.598917975125946,True -2017/06/18 18:00:00,19.310669016503894,True -2017/06/18 19:00:00,18.245766427928718,True -2017/06/18 20:00:00,18.47656262613828,True -2017/06/18 21:00:00,17.637403262053333,True -2017/06/18 22:00:00,13.792043200584512,True -2017/06/18 23:00:00,10.576121051014029,True -2017/06/19 00:00:00,5.319514957557524,True -2017/06/19 01:00:00,3.206171520019434,True -2017/06/19 02:00:00,3.7644241292166094,True -2017/06/19 03:00:00,3.2063965467872912,True -2017/06/19 04:00:00,5.5118678324792505,True -2017/06/19 05:00:00,8.632176880299268,True -2017/06/19 06:00:00,9.647936029643281,True -2017/06/19 07:00:00,14.19244637212531,True -2017/06/19 08:00:00,15.421177437559862,True -2017/06/19 09:00:00,16.617920097073323,True -2017/06/19 10:00:00,17.99602120387925,True -2017/06/19 11:00:00,19.796591774549935,True -2017/06/19 12:00:00,20.07742255129201,True -2017/06/19 13:00:00,20.123073894908647,True -2017/06/19 14:00:00,19.011280628288386,True -2017/06/19 15:00:00,18.623115939562258,True -2017/06/19 16:00:00,19.542177467991266,True -2017/06/19 17:00:00,19.73977085275086,True -2017/06/19 18:00:00,19.062757669614115,True -2017/06/19 19:00:00,18.365861142843993,True -2017/06/19 20:00:00,17.99928056343316,True -2017/06/19 21:00:00,17.625974266997954,True -2017/06/19 22:00:00,13.998840701891469,True -2017/06/19 23:00:00,10.19636776294313,True -2017/06/20 00:00:00,5.242104615075905,True -2017/06/20 01:00:00,3.2089192208554254,True -2017/06/20 02:00:00,3.7634876314239207,True -2017/06/20 03:00:00,3.21017149439297,True -2017/06/20 04:00:00,5.396890596605543,True -2017/06/20 05:00:00,8.576027707221547,True -2017/06/20 06:00:00,9.435308845688139,True -2017/06/20 07:00:00,13.819900191404818,True -2017/06/20 08:00:00,15.83009179973254,True -2017/06/20 09:00:00,17.70422008984831,True -2017/06/20 10:00:00,19.583501392087356,True -2017/06/20 11:00:00,20.843211517626116,True -2017/06/20 12:00:00,20.532068371150267,True -2017/06/20 13:00:00,20.535239737493146,True -2017/06/20 14:00:00,19.48281939310283,True -2017/06/20 15:00:00,19.041660115992528,True -2017/06/20 16:00:00,20.283240313594405,True -2017/06/20 17:00:00,20.550122799640572,True -2017/06/20 18:00:00,20.005680119360875,True -2017/06/20 19:00:00,19.39767532038565,True -2017/06/20 20:00:00,19.230182109504764,True -2017/06/20 21:00:00,18.749720695886246,True -2017/06/20 22:00:00,14.997327909121378,True -2017/06/20 23:00:00,10.708401730122445,True -2017/06/21 00:00:00,5.338132342339039,True -2017/06/21 01:00:00,3.208275307738677,True -2017/06/21 02:00:00,3.7616567534230825,True -2017/06/21 03:00:00,3.207554792070189,True -2017/06/21 04:00:00,6.327944829551023,True -2017/06/21 05:00:00,8.674674992787759,True -2017/06/21 06:00:00,9.530365908315089,True -2017/06/21 07:00:00,14.895796955335394,True -2017/06/21 08:00:00,16.81235152741697,True -2017/06/21 09:00:00,17.483556925719142,True -2017/06/21 10:00:00,19.01938895872596,True -2017/06/21 11:00:00,20.289995940973274,True -2017/06/21 12:00:00,19.691600068277424,True -2017/06/21 13:00:00,19.464009940291678,True -2017/06/21 14:00:00,18.89294479922969,True -2017/06/21 15:00:00,18.582848036307443,True -2017/06/21 16:00:00,19.70861609666946,True -2017/06/21 17:00:00,20.09324124043663,True -2017/06/21 18:00:00,19.261747442537292,True -2017/06/21 19:00:00,18.43453778089542,True -2017/06/21 20:00:00,18.591946746056756,True -2017/06/21 21:00:00,18.156825714603904,True -2017/06/21 22:00:00,13.71543697276998,True -2017/06/21 23:00:00,9.911129684698192,True -2017/06/22 00:00:00,5.13461891315598,True -2017/06/22 01:00:00,3.210803063308614,True -2017/06/22 02:00:00,3.763967756964582,True -2017/06/22 03:00:00,3.2107767430876963,True -2017/06/22 04:00:00,5.472207932124585,True -2017/06/22 05:00:00,8.570326014382088,True -2017/06/22 06:00:00,9.52374606833086,True -2017/06/22 07:00:00,13.253511455847347,True -2017/06/22 08:00:00,14.57777641993418,True -2017/06/22 09:00:00,16.058292167539506,True -2017/06/22 10:00:00,17.840454660302118,True -2017/06/22 11:00:00,19.128723206542983,True -2017/06/22 12:00:00,18.40618224804737,True -2017/06/22 13:00:00,18.9042982591753,True -2017/06/22 14:00:00,17.833545426048364,True -2017/06/22 15:00:00,17.279584442142674,True -2017/06/22 16:00:00,18.466231762845567,True -2017/06/22 17:00:00,18.68188088122386,True -2017/06/22 18:00:00,18.019498151172407,True -2017/06/22 19:00:00,17.318255620045992,True -2017/06/22 20:00:00,17.081473231295583,True -2017/06/22 21:00:00,16.766496567212858,True -2017/06/22 22:00:00,13.148638077619717,True -2017/06/22 23:00:00,9.419318089370837,True -2017/06/23 00:00:00,5.114584906299036,True -2017/06/23 01:00:00,3.2084805728100254,True -2017/06/23 02:00:00,3.7625754942218936,True -2017/06/23 03:00:00,3.208277922886561,True -2017/06/23 04:00:00,5.459634651266056,True -2017/06/23 05:00:00,8.573205047843873,True -2017/06/23 06:00:00,9.44018607751471,True -2017/06/23 07:00:00,13.331729139916245,True -2017/06/23 08:00:00,14.608959568440605,True -2017/06/23 09:00:00,15.801165023503978,True -2017/06/23 10:00:00,17.6505412986728,True -2017/06/23 11:00:00,18.73570140072461,True -2017/06/23 12:00:00,18.024458384663575,True -2017/06/23 13:00:00,18.15509700224332,True -2017/06/23 14:00:00,17.221691111259332,True -2017/06/23 15:00:00,16.649993370621488,True -2017/06/23 16:00:00,18.10083069591224,True -2017/06/23 17:00:00,18.83074479504741,True -2017/06/23 18:00:00,18.122056179231066,True -2017/06/23 19:00:00,17.267989385895998,True -2017/06/23 20:00:00,16.795336968674714,True -2017/06/23 21:00:00,16.568859379199004,True -2017/06/23 22:00:00,12.975115330221477,True -2017/06/23 23:00:00,8.635144884184209,True -2017/06/24 00:00:00,5.171069414415151,True -2017/06/24 01:00:00,3.1456860283924666,True -2017/06/24 02:00:00,3.7022675358301327,True -2017/06/24 03:00:00,3.1470380071805537,True -2017/06/24 04:00:00,5.104890288895501,True -2017/06/24 05:00:00,8.399091727929406,True -2017/06/24 06:00:00,9.750240163954045,True -2017/06/24 07:00:00,12.216563820983925,True -2017/06/24 08:00:00,13.138782593952712,True -2017/06/24 09:00:00,16.01181948131589,True -2017/06/24 10:00:00,17.61852415712684,True -2017/06/24 11:00:00,18.526528021097953,True -2017/06/24 12:00:00,18.335679918712856,True -2017/06/24 13:00:00,18.662912338509283,True -2017/06/24 14:00:00,17.761730445208933,True -2017/06/24 15:00:00,17.893209450373195,True -2017/06/24 16:00:00,18.26460919699055,True -2017/06/24 17:00:00,19.424348896495204,True -2017/06/24 18:00:00,19.268614150425535,True -2017/06/24 19:00:00,18.661260244978784,True -2017/06/24 20:00:00,17.251022896995313,True -2017/06/24 21:00:00,16.801397660790855,True -2017/06/24 22:00:00,13.000749213028861,True -2017/06/24 23:00:00,9.714207134227205,True -2017/06/25 00:00:00,5.454602203290741,True -2017/06/25 01:00:00,3.1464949036149683,True -2017/06/25 02:00:00,3.7014946964632136,True -2017/06/25 03:00:00,3.14528407651576,True -2017/06/25 04:00:00,5.097457162431731,True -2017/06/25 05:00:00,8.752179656103355,True -2017/06/25 06:00:00,10.162457658629702,True -2017/06/25 07:00:00,11.18958872482025,True -2017/06/25 08:00:00,14.206759720597962,True -2017/06/25 09:00:00,14.820892415728363,True -2017/06/25 10:00:00,18.514584757221474,True -2017/06/25 11:00:00,19.66057282952835,True -2017/06/25 12:00:00,19.201245534529466,True -2017/06/25 13:00:00,19.499027856068313,True -2017/06/25 14:00:00,18.705128988268818,True -2017/06/25 15:00:00,18.600936480641725,True -2017/06/25 16:00:00,19.525002725791488,True -2017/06/25 17:00:00,19.986862871430393,True -2017/06/25 18:00:00,19.776725417573928,True -2017/06/25 19:00:00,18.990550400157503,True -2017/06/25 20:00:00,18.935565999987254,True -2017/06/25 21:00:00,18.275965909767937,True -2017/06/25 22:00:00,14.813389275204184,True -2017/06/25 23:00:00,11.523462684289742,True -2017/06/26 00:00:00,5.520628422033071,True -2017/06/26 01:00:00,3.2067917615800514,True -2017/06/26 02:00:00,3.7627850393551707,True -2017/06/26 03:00:00,3.2057553875610285,True -2017/06/26 04:00:00,6.672771290153467,True -2017/06/26 05:00:00,8.797984844435394,True -2017/06/26 06:00:00,9.83328093289879,True -2017/06/26 07:00:00,15.342499344339483,True -2017/06/26 08:00:00,17.269292069430485,True -2017/06/26 09:00:00,18.74961916654085,True -2017/06/26 10:00:00,20.029136034911986,True -2017/06/26 11:00:00,21.19392912779406,True -2017/06/26 12:00:00,21.005006895335644,True -2017/06/26 13:00:00,21.18610934627272,True -2017/06/26 14:00:00,20.261263294397434,True -2017/06/26 15:00:00,19.782359571241074,True -2017/06/26 16:00:00,20.858478173941407,True -2017/06/26 17:00:00,21.015681737290205,True -2017/06/26 18:00:00,20.296764764187827,True -2017/06/26 19:00:00,19.979115273019907,True -2017/06/26 20:00:00,19.824403840179237,True -2017/06/26 21:00:00,19.287110370787747,True -2017/06/26 22:00:00,15.982238674432553,True -2017/06/26 23:00:00,12.365121330708497,True -2017/06/27 00:00:00,5.488981898822254,True -2017/06/27 01:00:00,3.206071733432371,True -2017/06/27 02:00:00,3.761279273481713,True -2017/06/27 03:00:00,3.208964324483366,True -2017/06/27 04:00:00,6.4610024259924,True -2017/06/27 05:00:00,8.854277318470396,True -2017/06/27 06:00:00,9.76992617202141,True -2017/06/27 07:00:00,17.261194669789447,True -2017/06/27 08:00:00,18.988413232533276,True -2017/06/27 09:00:00,19.994785351569853,True -2017/06/27 10:00:00,21.18310215980627,True -2017/06/27 11:00:00,22.275942023663745,True -2017/06/27 12:00:00,21.978304748405048,True -2017/06/27 13:00:00,22.00906367496159,True -2017/06/27 14:00:00,20.666802185424345,True -2017/06/27 15:00:00,20.156718003440346,True -2017/06/27 16:00:00,21.058317170720265,True -2017/06/27 17:00:00,21.48971656642766,True -2017/06/27 18:00:00,20.969399155997326,True -2017/06/27 19:00:00,20.42357695323563,True -2017/06/27 20:00:00,20.682012645725507,True -2017/06/27 21:00:00,19.913284905187226,True -2017/06/27 22:00:00,16.214713553610114,True -2017/06/27 23:00:00,12.377902800140435,True -2017/06/28 00:00:00,5.540321755966365,True -2017/06/28 01:00:00,3.206682877327317,True -2017/06/28 02:00:00,3.763502962510172,True -2017/06/28 03:00:00,3.208552278792685,True -2017/06/28 04:00:00,6.110300418518178,True -2017/06/28 05:00:00,8.649978583457802,True -2017/06/28 06:00:00,9.508633192550551,True -2017/06/28 07:00:00,14.374590151970486,True -2017/06/28 08:00:00,15.916883914895783,True -2017/06/28 09:00:00,17.61521121165968,True -2017/06/28 10:00:00,19.80113308964269,True -2017/06/28 11:00:00,20.716347493043664,True -2017/06/28 12:00:00,20.148260774468415,True -2017/06/28 13:00:00,20.401100404981886,True -2017/06/28 14:00:00,19.581603889723887,True -2017/06/28 15:00:00,19.28884941270748,True -2017/06/28 16:00:00,20.341168738991062,True -2017/06/28 17:00:00,20.603651643969776,True -2017/06/28 18:00:00,19.335923342214475,True -2017/06/28 19:00:00,19.06259833543464,True -2017/06/28 20:00:00,18.758373827515072,True -2017/06/28 21:00:00,18.355399631445426,True -2017/06/28 22:00:00,14.561556294837866,True -2017/06/28 23:00:00,11.249618633486184,True -2017/06/29 00:00:00,5.391584297517033,True -2017/06/29 01:00:00,3.207658131804279,True -2017/06/29 02:00:00,3.761327126515691,True -2017/06/29 03:00:00,3.2081361697307837,True -2017/06/29 04:00:00,6.3793554761715,True -2017/06/29 05:00:00,8.790712569643848,True -2017/06/29 06:00:00,9.760339071617306,True -2017/06/29 07:00:00,16.13142124611185,True -2017/06/29 08:00:00,17.665912498633826,True -2017/06/29 09:00:00,19.078024652884903,True -2017/06/29 10:00:00,20.347587247179813,True -2017/06/29 11:00:00,21.525445123145435,True -2017/06/29 12:00:00,21.03306749547195,True -2017/06/29 13:00:00,20.99058240097841,True -2017/06/29 14:00:00,20.055332139580106,True -2017/06/29 15:00:00,19.37445968901153,True -2017/06/29 16:00:00,20.67339764712172,True -2017/06/29 17:00:00,20.7081105991459,True -2017/06/29 18:00:00,20.219592911849514,True -2017/06/29 19:00:00,19.857438460027332,True -2017/06/29 20:00:00,19.731187542230227,True -2017/06/29 21:00:00,19.0036555226853,True -2017/06/29 22:00:00,15.234689253313611,True -2017/06/29 23:00:00,11.257596805989143,True -2017/06/30 00:00:00,5.379188214894564,True -2017/06/30 01:00:00,3.2070316024432146,True -2017/06/30 02:00:00,3.762646124836134,True -2017/06/30 03:00:00,3.2087658459434816,True -2017/06/30 04:00:00,5.7997379128181255,True -2017/06/30 05:00:00,8.622875562872723,True -2017/06/30 06:00:00,9.49370109640313,True -2017/06/30 07:00:00,14.492354028498225,True -2017/06/30 08:00:00,15.769093901285384,True -2017/06/30 09:00:00,17.125582880360085,True -2017/06/30 10:00:00,18.660774219943438,True -2017/06/30 11:00:00,19.73124900077078,True -2017/06/30 12:00:00,19.132271909487333,True -2017/06/30 13:00:00,19.195274134187446,True -2017/06/30 14:00:00,18.392579402785703,True -2017/06/30 15:00:00,18.288143000298252,True -2017/06/30 16:00:00,19.415570965421715,True -2017/06/30 17:00:00,19.520812560429338,True -2017/06/30 18:00:00,18.780930655242543,True -2017/06/30 19:00:00,18.066840867258165,True -2017/06/30 20:00:00,17.605581495705444,True -2017/06/30 21:00:00,17.114739245891364,True -2017/06/30 22:00:00,13.35848820427388,True -2017/06/30 23:00:00,9.636038725927056,True -2017/07/01 00:00:00,5.28633322809309,True -2017/07/01 01:00:00,3.1453785436259416,True -2017/07/01 02:00:00,3.6986015568220223,True -2017/07/01 03:00:00,3.1446212397972038,True -2017/07/01 04:00:00,5.245146260018455,True -2017/07/01 05:00:00,8.446889402503835,True -2017/07/01 06:00:00,9.804317451050592,True -2017/07/01 07:00:00,12.422038407478995,True -2017/07/01 08:00:00,14.548844391965986,True -2017/07/01 09:00:00,16.70604164284308,True -2017/07/01 10:00:00,18.332085174519836,True -2017/07/01 11:00:00,19.323528454798232,True -2017/07/01 12:00:00,19.238124046983955,True -2017/07/01 13:00:00,19.154629569850076,True -2017/07/01 14:00:00,18.61585852997479,True -2017/07/01 15:00:00,18.630350415646934,True -2017/07/01 16:00:00,18.846338650137664,True -2017/07/01 17:00:00,20.002729365716863,True -2017/07/01 18:00:00,19.488760997404746,True -2017/07/01 19:00:00,19.04490404014144,True -2017/07/01 20:00:00,18.06068399649368,True -2017/07/01 21:00:00,18.31816559929069,True -2017/07/01 22:00:00,14.823063184970367,True -2017/07/01 23:00:00,10.948039141113112,True -2017/07/02 00:00:00,5.60238667330076,True -2017/07/02 01:00:00,3.144818615600905,True -2017/07/02 02:00:00,3.698339613525928,True -2017/07/02 03:00:00,3.1428752672614753,True -2017/07/02 04:00:00,6.253163797735567,True -2017/07/02 05:00:00,9.918688288274309,True -2017/07/02 06:00:00,11.61572740165351,True -2017/07/02 07:00:00,13.044572137035319,True -2017/07/02 08:00:00,15.2118962313196,True -2017/07/02 09:00:00,15.192115753681493,True -2017/07/02 10:00:00,18.220783474712814,True -2017/07/02 11:00:00,18.77384198674607,True -2017/07/02 12:00:00,18.421972894234454,True -2017/07/02 13:00:00,19.182405609765595,True -2017/07/02 14:00:00,19.08646376477374,True -2017/07/02 15:00:00,18.626110261135103,True -2017/07/02 16:00:00,19.214285884945706,True -2017/07/02 17:00:00,19.596372431504125,True -2017/07/02 18:00:00,19.11767463679563,True -2017/07/02 19:00:00,18.384541232656666,True -2017/07/02 20:00:00,17.76534828710296,True -2017/07/02 21:00:00,16.92329570050296,True -2017/07/02 22:00:00,12.838231222473354,True -2017/07/02 23:00:00,8.727177695887969,True -2017/07/03 00:00:00,5.104517658400813,True -2017/07/03 01:00:00,3.208884615515802,True -2017/07/03 02:00:00,3.765719046187453,True -2017/07/03 03:00:00,3.207854806114802,True -2017/07/03 04:00:00,5.271000856154385,True -2017/07/03 05:00:00,8.558733281938627,True -2017/07/03 06:00:00,9.424679452780135,True -2017/07/03 07:00:00,13.636719119395107,True -2017/07/03 08:00:00,15.716115309543856,True -2017/07/03 09:00:00,17.057799441707026,True -2017/07/03 10:00:00,19.152153757859537,True -2017/07/03 11:00:00,20.382080863259617,True -2017/07/03 12:00:00,20.141262001948146,True -2017/07/03 13:00:00,20.101380601574252,True -2017/07/03 14:00:00,19.33744664026809,True -2017/07/03 15:00:00,19.148061388532085,True -2017/07/03 16:00:00,20.189976554169768,True -2017/07/03 17:00:00,20.17491620009414,True -2017/07/03 18:00:00,19.54272323266173,True -2017/07/03 19:00:00,19.385810572756398,True -2017/07/03 20:00:00,18.330896942792112,True -2017/07/03 21:00:00,17.975892991507354,True -2017/07/03 22:00:00,14.20485858874393,True -2017/07/03 23:00:00,10.330888086264064,True -2017/07/04 00:00:00,5.300813451454183,True -2017/07/04 01:00:00,3.208402848968635,True -2017/07/04 02:00:00,3.7618895000197092,True -2017/07/04 03:00:00,3.2087508282828074,True -2017/07/04 04:00:00,5.678486378284218,True -2017/07/04 05:00:00,8.605065140143273,True -2017/07/04 06:00:00,9.47488235258721,True -2017/07/04 07:00:00,14.476320304331933,True -2017/07/04 08:00:00,16.95440296299319,True -2017/07/04 09:00:00,17.780605584722768,True -2017/07/04 10:00:00,19.569804071805155,True -2017/07/04 11:00:00,20.87219994730626,True -2017/07/04 12:00:00,20.348126093209736,True -2017/07/04 13:00:00,20.32277381976528,True -2017/07/04 14:00:00,19.814897803812748,True -2017/07/04 15:00:00,19.20152942585171,True -2017/07/04 16:00:00,20.456512260179363,True -2017/07/04 17:00:00,20.590142470906095,True -2017/07/04 18:00:00,19.989223867124977,True -2017/07/04 19:00:00,19.38872575218315,True -2017/07/04 20:00:00,19.516042247502526,True -2017/07/04 21:00:00,19.08404712682708,True -2017/07/04 22:00:00,15.771820909442397,True -2017/07/04 23:00:00,11.307082964184083,True -2017/07/05 00:00:00,5.482584856177331,True -2017/07/05 01:00:00,3.207204389716953,True -2017/07/05 02:00:00,3.7606028369316182,True -2017/07/05 03:00:00,3.2069814032433044,True -2017/07/05 04:00:00,6.032024157067884,True -2017/07/05 05:00:00,8.722803702071957,True -2017/07/05 06:00:00,9.688696512481643,True -2017/07/05 07:00:00,14.939184945695825,True -2017/07/05 08:00:00,16.39552519598442,True -2017/07/05 09:00:00,18.57484286021397,True -2017/07/05 10:00:00,20.4040454646905,True -2017/07/05 11:00:00,21.483525615055125,True -2017/07/05 12:00:00,21.123252623787202,True -2017/07/05 13:00:00,20.9025330669061,True -2017/07/05 14:00:00,19.742442680305313,True -2017/07/05 15:00:00,19.206823185757404,True -2017/07/05 16:00:00,20.685870148141472,True -2017/07/05 17:00:00,20.827070137661988,True -2017/07/05 18:00:00,20.096511988948652,True -2017/07/05 19:00:00,19.72560583554137,True -2017/07/05 20:00:00,19.283224241158965,True -2017/07/05 21:00:00,18.427049557717623,True -2017/07/05 22:00:00,14.131887948163103,True -2017/07/05 23:00:00,10.244153267774022,True -2017/07/06 00:00:00,5.215596536314168,True -2017/07/06 01:00:00,3.2085248396393324,True -2017/07/06 02:00:00,3.7636301766348255,True -2017/07/06 03:00:00,3.208795713637981,True -2017/07/06 04:00:00,5.463080092872926,True -2017/07/06 05:00:00,8.559259729045413,True -2017/07/06 06:00:00,9.426598324285168,True -2017/07/06 07:00:00,13.261567354248687,True -2017/07/06 08:00:00,14.738417491131875,True -2017/07/06 09:00:00,16.29234907513093,True -2017/07/06 10:00:00,17.89001513744961,True -2017/07/06 11:00:00,19.195652150681315,True -2017/07/06 12:00:00,18.648458034331142,True -2017/07/06 13:00:00,18.5760674358442,True -2017/07/06 14:00:00,18.05805698535624,True -2017/07/06 15:00:00,17.457688174301865,True -2017/07/06 16:00:00,18.82310088252996,True -2017/07/06 17:00:00,19.15657668739137,True -2017/07/06 18:00:00,18.858242533526266,True -2017/07/06 19:00:00,17.837473429370036,True -2017/07/06 20:00:00,17.350619339571576,True -2017/07/06 21:00:00,17.387847118779682,True -2017/07/06 22:00:00,13.222301655291671,True -2017/07/06 23:00:00,8.846109209146826,True -2017/07/07 00:00:00,5.086862478542067,True -2017/07/07 01:00:00,3.2102609747419484,True -2017/07/07 02:00:00,3.7635427050266377,True -2017/07/07 03:00:00,3.209345184869782,True -2017/07/07 04:00:00,5.408523875223993,True -2017/07/07 05:00:00,8.561136334903216,True -2017/07/07 06:00:00,9.436446014128403,True -2017/07/07 07:00:00,13.43618765875561,True -2017/07/07 08:00:00,15.135564193183072,True -2017/07/07 09:00:00,16.807354997569757,True -2017/07/07 10:00:00,18.285960751393745,True -2017/07/07 11:00:00,19.92480756830505,True -2017/07/07 12:00:00,19.44390115561344,True -2017/07/07 13:00:00,19.611506788939916,True -2017/07/07 14:00:00,18.645414312844352,True -2017/07/07 15:00:00,18.30698969889248,True -2017/07/07 16:00:00,18.99874928072278,True -2017/07/07 17:00:00,19.119355196419857,True -2017/07/07 18:00:00,18.61903664522142,True -2017/07/07 19:00:00,18.096976454316554,True -2017/07/07 20:00:00,17.999901953431532,True -2017/07/07 21:00:00,17.689072700277784,True -2017/07/07 22:00:00,13.993482753529294,True -2017/07/07 23:00:00,10.656828252120835,True -2017/07/08 00:00:00,5.378894240661999,True -2017/07/08 01:00:00,3.1446264591622017,True -2017/07/08 02:00:00,3.6974559897366834,True -2017/07/08 03:00:00,3.1430659376945562,True -2017/07/08 04:00:00,5.73377280208068,True -2017/07/08 05:00:00,8.516544258476541,True -2017/07/08 06:00:00,9.954811857662854,True -2017/07/08 07:00:00,13.491345581712002,True -2017/07/08 08:00:00,16.090981087076052,True -2017/07/08 09:00:00,18.147725329200917,True -2017/07/08 10:00:00,19.578052337089826,True -2017/07/08 11:00:00,20.362438583710112,True -2017/07/08 12:00:00,19.78317071229171,True -2017/07/08 13:00:00,19.936660233456227,True -2017/07/08 14:00:00,19.955761464580625,True -2017/07/08 15:00:00,19.688178540485698,True -2017/07/08 16:00:00,19.996186209703932,True -2017/07/08 17:00:00,20.606576527374305,True -2017/07/08 18:00:00,20.562947732990885,True -2017/07/08 19:00:00,19.922614322226487,True -2017/07/08 20:00:00,18.38123142962718,True -2017/07/08 21:00:00,18.489848858779606,True -2017/07/08 22:00:00,14.901460570107622,True -2017/07/08 23:00:00,10.55382590423452,True -2017/07/09 00:00:00,5.645328275489056,True -2017/07/09 01:00:00,3.144439517347937,True -2017/07/09 02:00:00,3.70023526651444,True -2017/07/09 03:00:00,3.145393996967033,True -2017/07/09 04:00:00,5.421286801877348,True -2017/07/09 05:00:00,8.98151551377867,True -2017/07/09 06:00:00,10.525674988631488,True -2017/07/09 07:00:00,12.54419655960289,True -2017/07/09 08:00:00,14.905121203739073,True -2017/07/09 09:00:00,15.346490799658511,True -2017/07/09 10:00:00,19.040697021021035,True -2017/07/09 11:00:00,20.26924069710136,True -2017/07/09 12:00:00,19.646592969338883,True -2017/07/09 13:00:00,19.435914251434564,True -2017/07/09 14:00:00,18.78426684187591,True -2017/07/09 15:00:00,18.416277119624894,True -2017/07/09 16:00:00,18.858556700585222,True -2017/07/09 17:00:00,19.129073214867155,True -2017/07/09 18:00:00,18.779177934100602,True -2017/07/09 19:00:00,18.45386545905496,True -2017/07/09 20:00:00,18.178407849419415,True -2017/07/09 21:00:00,17.01731669497508,True -2017/07/09 22:00:00,13.09493384476039,True -2017/07/09 23:00:00,9.533177808779056,True -2017/07/10 00:00:00,5.151513869440092,True -2017/07/10 01:00:00,3.207106389304718,True -2017/07/10 02:00:00,3.7644310228419213,True -2017/07/10 03:00:00,3.2094741522000607,True -2017/07/10 04:00:00,5.308052935082591,True -2017/07/10 05:00:00,8.583930595077394,True -2017/07/10 06:00:00,9.459720006580813,True -2017/07/10 07:00:00,13.962822619297647,True -2017/07/10 08:00:00,16.37975862549721,True -2017/07/10 09:00:00,17.892247412075005,True -2017/07/10 10:00:00,19.85436913047984,True -2017/07/10 11:00:00,21.383142374978384,True -2017/07/10 12:00:00,20.623371594703947,True -2017/07/10 13:00:00,20.654083755160336,True -2017/07/10 14:00:00,19.86279845721281,True -2017/07/10 15:00:00,19.37094990136979,True -2017/07/10 16:00:00,20.43482238520196,True -2017/07/10 17:00:00,20.8728881858359,True -2017/07/10 18:00:00,20.43513714057599,True -2017/07/10 19:00:00,19.783380493679584,True -2017/07/10 20:00:00,18.987958329729643,True -2017/07/10 21:00:00,18.721929631709845,True -2017/07/10 22:00:00,15.343651006088237,True -2017/07/10 23:00:00,11.44742031910134,True -2017/07/11 00:00:00,5.39301814825045,True -2017/07/11 01:00:00,3.208395653307692,True -2017/07/11 02:00:00,3.7623293252020265,True -2017/07/11 03:00:00,3.206964924727397,True -2017/07/11 04:00:00,6.505490361695631,True -2017/07/11 05:00:00,8.750281961571796,True -2017/07/11 06:00:00,9.704260660781257,True -2017/07/11 07:00:00,15.78421209962135,True -2017/07/11 08:00:00,17.379573227278602,True -2017/07/11 09:00:00,18.739806869758546,True -2017/07/11 10:00:00,20.380310646506484,True -2017/07/11 11:00:00,21.71321793267235,True -2017/07/11 12:00:00,21.320237278498617,True -2017/07/11 13:00:00,21.304550740931035,True -2017/07/11 14:00:00,20.39096250899266,True -2017/07/11 15:00:00,19.798180030720687,True -2017/07/11 16:00:00,20.613641254695082,True -2017/07/11 17:00:00,21.20567424186837,True -2017/07/11 18:00:00,20.8543232094239,True -2017/07/11 19:00:00,20.33341147577194,True -2017/07/11 20:00:00,19.511823434169504,True -2017/07/11 21:00:00,18.3543524671718,True -2017/07/11 22:00:00,14.339357404251109,True -2017/07/11 23:00:00,9.959672794291189,True -2017/07/12 00:00:00,5.2589704684403635,True -2017/07/12 01:00:00,3.208385411298369,True -2017/07/12 02:00:00,3.7631802467761446,True -2017/07/12 03:00:00,3.2092606881808914,True -2017/07/12 04:00:00,5.505296211014136,True -2017/07/12 05:00:00,8.57805333600567,True -2017/07/12 06:00:00,9.469087331374281,True -2017/07/12 07:00:00,13.78096292759966,True -2017/07/12 08:00:00,15.41207511201739,True -2017/07/12 09:00:00,16.75468305059512,True -2017/07/12 10:00:00,18.668387815551334,True -2017/07/12 11:00:00,20.199683484233717,True -2017/07/12 12:00:00,19.66647926587285,True -2017/07/12 13:00:00,19.348449122839217,True -2017/07/12 14:00:00,18.328619067630065,True -2017/07/12 15:00:00,18.038924118404122,True -2017/07/12 16:00:00,19.038500145636085,True -2017/07/12 17:00:00,19.244278885333326,True -2017/07/12 18:00:00,18.510919630582244,True -2017/07/12 19:00:00,18.17491886903688,True -2017/07/12 20:00:00,17.8542310752688,True -2017/07/12 21:00:00,16.99485077746997,True -2017/07/12 22:00:00,13.321504408703243,True -2017/07/12 23:00:00,9.640264832990425,True -2017/07/13 00:00:00,5.119008419416489,True -2017/07/13 01:00:00,3.2096177865601034,True -2017/07/13 02:00:00,3.7626317344147946,True -2017/07/13 03:00:00,3.2094080167214076,True -2017/07/13 04:00:00,5.4795413671695155,True -2017/07/13 05:00:00,8.563993440467655,True -2017/07/13 06:00:00,9.45168664466015,True -2017/07/13 07:00:00,13.293362930867383,True -2017/07/13 08:00:00,15.560395062127276,True -2017/07/13 09:00:00,17.214184076929005,True -2017/07/13 10:00:00,18.855566408754623,True -2017/07/13 11:00:00,20.29889059968708,True -2017/07/13 12:00:00,20.052573588324943,True -2017/07/13 13:00:00,20.20506470430759,True -2017/07/13 14:00:00,19.269430310628497,True -2017/07/13 15:00:00,18.81688472690841,True -2017/07/13 16:00:00,19.87505333398562,True -2017/07/13 17:00:00,20.408010280531276,True -2017/07/13 18:00:00,19.91240397178726,True -2017/07/13 19:00:00,19.22947575569219,True -2017/07/13 20:00:00,18.720198167589743,True -2017/07/13 21:00:00,18.26386837799174,True -2017/07/13 22:00:00,14.11898686955362,True -2017/07/13 23:00:00,10.5285575167734,True -2017/07/14 00:00:00,5.2435887921779925,True -2017/07/14 01:00:00,3.208721705245287,True -2017/07/14 02:00:00,3.762748031152972,True -2017/07/14 03:00:00,3.2075907767277227,True -2017/07/14 04:00:00,5.636514549227505,True -2017/07/14 05:00:00,8.598839542777455,True -2017/07/14 06:00:00,9.48744670038564,True -2017/07/14 07:00:00,14.271751859729125,True -2017/07/14 08:00:00,16.554278524407824,True -2017/07/14 09:00:00,18.2936621370534,True -2017/07/14 10:00:00,19.75861887623298,True -2017/07/14 11:00:00,21.2490001439749,True -2017/07/14 12:00:00,20.74271469661393,True -2017/07/14 13:00:00,20.776097137116448,True -2017/07/14 14:00:00,20.09276541552166,True -2017/07/14 15:00:00,19.686808566603773,True -2017/07/14 16:00:00,20.56008446523529,True -2017/07/14 17:00:00,20.687310828711187,True -2017/07/14 18:00:00,20.326039658802696,True -2017/07/14 19:00:00,19.812622124165106,True -2017/07/14 20:00:00,19.56627846018944,True -2017/07/14 21:00:00,19.20210698877566,True -2017/07/14 22:00:00,15.8149046427357,True -2017/07/14 23:00:00,12.256754285903385,True -2017/07/15 00:00:00,5.639166154131133,True -2017/07/15 01:00:00,3.1424187579347067,True -2017/07/15 02:00:00,3.6978649092325275,True -2017/07/15 03:00:00,3.142526696643641,True -2017/07/15 04:00:00,6.635102103043863,True -2017/07/15 05:00:00,8.723863926753307,True -2017/07/15 06:00:00,10.185117192969972,True -2017/07/15 07:00:00,15.131620963876655,True -2017/07/15 08:00:00,17.14952172061804,True -2017/07/15 09:00:00,19.210672838418965,True -2017/07/15 10:00:00,20.23520636366826,True -2017/07/15 11:00:00,20.519738848580573,True -2017/07/15 12:00:00,20.334595947785587,True -2017/07/15 13:00:00,21.0071705037106,True -2017/07/15 14:00:00,20.648317902919107,True -2017/07/15 15:00:00,20.4511177765273,True -2017/07/15 16:00:00,20.632494447560102,True -2017/07/15 17:00:00,21.008297447074654,True -2017/07/15 18:00:00,21.102904403712614,True -2017/07/15 19:00:00,21.100105483630102,True -2017/07/15 20:00:00,20.219832949131806,True -2017/07/15 21:00:00,20.718435047745814,True -2017/07/15 22:00:00,17.72922680775036,True -2017/07/15 23:00:00,14.421504463626054,True -2017/07/16 00:00:00,6.15382497733461,True -2017/07/16 01:00:00,3.1426621107433936,True -2017/07/16 02:00:00,3.6950554023626627,True -2017/07/16 03:00:00,3.1406567559269805,True -2017/07/16 04:00:00,7.201378790802349,True -2017/07/16 05:00:00,10.947257533583223,True -2017/07/16 06:00:00,12.77623442358074,True -2017/07/16 07:00:00,14.387565671155546,True -2017/07/16 08:00:00,16.261582679038586,True -2017/07/16 09:00:00,18.164978091126443,True -2017/07/16 10:00:00,20.957160706511917,True -2017/07/16 11:00:00,21.539142593054773,True -2017/07/16 12:00:00,20.704133802699392,True -2017/07/16 13:00:00,20.47665176649181,True -2017/07/16 14:00:00,19.835690157505898,True -2017/07/16 15:00:00,19.622355512624925,True -2017/07/16 16:00:00,20.720439317930484,True -2017/07/16 17:00:00,20.50401272947839,True -2017/07/16 18:00:00,20.302568979010996,True -2017/07/16 19:00:00,19.52283957747314,True -2017/07/16 20:00:00,19.596463418402916,True -2017/07/16 21:00:00,19.111614710476655,True -2017/07/16 22:00:00,15.868438016950323,True -2017/07/16 23:00:00,12.95824946207588,True -2017/07/17 00:00:00,5.7069905104245295,True -2017/07/17 01:00:00,3.2030176874935665,True -2017/07/17 02:00:00,3.760819490072149,True -2017/07/17 03:00:00,3.204685294061021,True -2017/07/17 04:00:00,7.262933743513464,True -2017/07/17 05:00:00,8.962985300642679,True -2017/07/17 06:00:00,9.990317192114038,True -2017/07/17 07:00:00,17.338668419548995,True -2017/07/17 08:00:00,18.573207631491385,True -2017/07/17 09:00:00,19.55418496208109,True -2017/07/17 10:00:00,20.784631023812356,True -2017/07/17 11:00:00,21.834215744516857,True -2017/07/17 12:00:00,21.460917744799666,True -2017/07/17 13:00:00,21.366249901880245,True -2017/07/17 14:00:00,20.434547628909524,True -2017/07/17 15:00:00,19.43688612082275,True -2017/07/17 16:00:00,20.390588347814273,True -2017/07/17 17:00:00,20.375543875553944,True -2017/07/17 18:00:00,20.854774235326907,True -2017/07/17 19:00:00,20.39705498514199,True -2017/07/17 20:00:00,19.97615200278283,True -2017/07/17 21:00:00,19.475492711595663,True -2017/07/17 22:00:00,16.117540061145313,True -2017/07/17 23:00:00,11.92394403398266,True -2017/07/18 00:00:00,5.3359465930456915,True -2017/07/18 01:00:00,3.2060091893262763,True -2017/07/18 02:00:00,3.760553873417137,True -2017/07/18 03:00:00,3.2089447013473746,True -2017/07/18 04:00:00,5.922404285252851,True -2017/07/18 05:00:00,8.652129026086556,True -2017/07/18 06:00:00,9.548592302602817,True -2017/07/18 07:00:00,15.711446457823346,True -2017/07/18 08:00:00,17.436604041516492,True -2017/07/18 09:00:00,19.3105241258706,True -2017/07/18 10:00:00,20.32151742326221,True -2017/07/18 11:00:00,21.56618018617514,True -2017/07/18 12:00:00,20.83046706960401,True -2017/07/18 13:00:00,20.916391457515264,True -2017/07/18 14:00:00,20.152476443417395,True -2017/07/18 15:00:00,19.61596502555023,True -2017/07/18 16:00:00,21.02760995882942,True -2017/07/18 17:00:00,21.13493566292307,True -2017/07/18 18:00:00,20.494650875660195,True -2017/07/18 19:00:00,20.00303852454445,True -2017/07/18 20:00:00,19.846627532876425,True -2017/07/18 21:00:00,19.494848291449493,True -2017/07/18 22:00:00,16.15892805963356,True -2017/07/18 23:00:00,12.355985599962848,True -2017/07/19 00:00:00,5.625100106098558,True -2017/07/19 01:00:00,3.2067418904528857,True -2017/07/19 02:00:00,3.759206274555812,True -2017/07/19 03:00:00,3.2051762343871992,True -2017/07/19 04:00:00,6.967524259219207,True -2017/07/19 05:00:00,8.906590653657048,True -2017/07/19 06:00:00,9.934810904269506,True -2017/07/19 07:00:00,16.8042435658737,True -2017/07/19 08:00:00,17.945961788719917,True -2017/07/19 09:00:00,19.539557026642978,True -2017/07/19 10:00:00,21.098989082384207,True -2017/07/19 11:00:00,22.099581429701978,True -2017/07/19 12:00:00,21.827883283011385,True -2017/07/19 13:00:00,21.744454931992408,True -2017/07/19 14:00:00,20.97796886612742,True -2017/07/19 15:00:00,20.558255289287587,True -2017/07/19 16:00:00,21.332237010041492,True -2017/07/19 17:00:00,21.3589958940138,True -2017/07/19 18:00:00,21.003459879920506,True -2017/07/19 19:00:00,20.696102723947128,True -2017/07/19 20:00:00,20.74351952838993,True -2017/07/19 21:00:00,20.47887254351591,True -2017/07/19 22:00:00,17.496813375297116,True -2017/07/19 23:00:00,14.31214285213724,True -2017/07/20 00:00:00,5.827033168140712,True -2017/07/20 01:00:00,3.2060197579094574,True -2017/07/20 02:00:00,3.758114171520373,True -2017/07/20 03:00:00,3.204783137795108,True -2017/07/20 04:00:00,7.448847171262501,True -2017/07/20 05:00:00,11.661811372116881,True -2017/07/20 06:00:00,12.547419861007565,True -2017/07/20 07:00:00,17.605350512453995,True -2017/07/20 08:00:00,18.79758224067838,True -2017/07/20 09:00:00,19.8339892885799,True -2017/07/20 10:00:00,21.168783462473776,True -2017/07/20 11:00:00,22.31946619300827,True -2017/07/20 12:00:00,21.840296697157598,True -2017/07/20 13:00:00,21.88177642487732,True -2017/07/20 14:00:00,21.085013096120626,True -2017/07/20 15:00:00,20.3663777186933,True -2017/07/20 16:00:00,21.34895107422921,True -2017/07/20 17:00:00,21.3843121430473,True -2017/07/20 18:00:00,21.144706998472408,True -2017/07/20 19:00:00,20.881160391633568,True -2017/07/20 20:00:00,20.92745720257921,True -2017/07/20 21:00:00,20.863679818067975,True -2017/07/20 22:00:00,17.786610799271674,True -2017/07/20 23:00:00,14.819093262207515,True -2017/07/21 00:00:00,5.792909898173466,True -2017/07/21 01:00:00,3.2040550356161708,True -2017/07/21 02:00:00,3.758004528266934,True -2017/07/21 03:00:00,3.2061340689263558,True -2017/07/21 04:00:00,8.076645544412408,True -2017/07/21 05:00:00,11.476910350594991,True -2017/07/21 06:00:00,12.546617295024333,True -2017/07/21 07:00:00,17.748531299937593,True -2017/07/21 08:00:00,18.883368539059326,True -2017/07/21 09:00:00,19.857568603644264,True -2017/07/21 10:00:00,21.189879641299896,True -2017/07/21 11:00:00,22.190777718014107,True -2017/07/21 12:00:00,21.739384704651123,True -2017/07/21 13:00:00,21.72733870590929,True -2017/07/21 14:00:00,20.932999399020552,True -2017/07/21 15:00:00,20.379617707072352,True -2017/07/21 16:00:00,21.066754600017106,True -2017/07/21 17:00:00,21.35253394063327,True -2017/07/21 18:00:00,20.957142353448617,True -2017/07/21 19:00:00,20.629880632633885,True -2017/07/21 20:00:00,20.496204169481572,True -2017/07/21 21:00:00,19.996704955008397,True -2017/07/21 22:00:00,16.419861207936115,True -2017/07/21 23:00:00,13.317504892287428,True -2017/07/22 00:00:00,5.83170547047562,True -2017/07/22 01:00:00,3.142158671414305,True -2017/07/22 02:00:00,3.6945807525578935,True -2017/07/22 03:00:00,3.140719316713286,True -2017/07/22 04:00:00,7.186112288839226,True -2017/07/22 05:00:00,8.74581985052335,True -2017/07/22 06:00:00,10.213758429835458,True -2017/07/22 07:00:00,15.023268060944545,True -2017/07/22 08:00:00,16.60025855665738,True -2017/07/22 09:00:00,17.74538366372691,True -2017/07/22 10:00:00,19.67642623312431,True -2017/07/22 11:00:00,20.504442986413185,True -2017/07/22 12:00:00,19.852579051348098,True -2017/07/22 13:00:00,19.329379774378925,True -2017/07/22 14:00:00,18.545586514813564,True -2017/07/22 15:00:00,18.32435507701207,True -2017/07/22 16:00:00,19.207824944607673,True -2017/07/22 17:00:00,19.96815326548487,True -2017/07/22 18:00:00,20.074783767402984,True -2017/07/22 19:00:00,19.832866846218405,True -2017/07/22 20:00:00,18.652210679804757,True -2017/07/22 21:00:00,18.86685412521608,True -2017/07/22 22:00:00,15.971718001218736,True -2017/07/22 23:00:00,12.036405997156521,True -2017/07/23 00:00:00,5.760099364254608,True -2017/07/23 01:00:00,3.1434461479259928,True -2017/07/23 02:00:00,3.698303813176365,True -2017/07/23 03:00:00,3.14240401997351,True -2017/07/23 04:00:00,6.184922587299333,True -2017/07/23 05:00:00,9.542096609250521,True -2017/07/23 06:00:00,10.851402324628959,True -2017/07/23 07:00:00,12.917612634228481,True -2017/07/23 08:00:00,14.807342844812883,True -2017/07/23 09:00:00,15.414498198229293,True -2017/07/23 10:00:00,18.379944349271167,True -2017/07/23 11:00:00,19.889036224264032,True -2017/07/23 12:00:00,19.417274120954612,True -2017/07/23 13:00:00,19.464741869681884,True -2017/07/23 14:00:00,18.327836891123408,True -2017/07/23 15:00:00,18.594411853784376,True -2017/07/23 16:00:00,19.085993507216756,True -2017/07/23 17:00:00,19.3149272562476,True -2017/07/23 18:00:00,19.512408029227423,True -2017/07/23 19:00:00,18.861491964849563,True -2017/07/23 20:00:00,18.67846647998825,True -2017/07/23 21:00:00,18.049493627769117,True -2017/07/23 22:00:00,14.37066565452522,True -2017/07/23 23:00:00,11.01233563316972,True -2017/07/24 00:00:00,5.291852539743384,True -2017/07/24 01:00:00,3.208285387330738,True -2017/07/24 02:00:00,3.763516600893598,True -2017/07/24 03:00:00,3.206330158143066,True -2017/07/24 04:00:00,5.4556651867608,True -2017/07/24 05:00:00,8.620105173009241,True -2017/07/24 06:00:00,9.599668879714622,True -2017/07/24 07:00:00,14.447811650964661,True -2017/07/24 08:00:00,16.177398837050827,True -2017/07/24 09:00:00,18.032640520382202,True -2017/07/24 10:00:00,19.909243289421493,True -2017/07/24 11:00:00,21.121608868448508,True -2017/07/24 12:00:00,20.746255636304383,True -2017/07/24 13:00:00,20.423580754762664,True -2017/07/24 14:00:00,19.7323099194106,True -2017/07/24 15:00:00,19.068557775394243,True -2017/07/24 16:00:00,20.40420269675324,True -2017/07/24 17:00:00,20.632265632872013,True -2017/07/24 18:00:00,19.854379060986805,True -2017/07/24 19:00:00,19.444436781937863,True -2017/07/24 20:00:00,18.903744346292978,True -2017/07/24 21:00:00,18.590138327156154,True -2017/07/24 22:00:00,15.035624731112737,True -2017/07/24 23:00:00,10.613504314078648,True -2017/07/25 00:00:00,5.288506493530535,True -2017/07/25 01:00:00,3.2082622458026036,True -2017/07/25 02:00:00,3.762022491522152,True -2017/07/25 03:00:00,3.2097832588079305,True -2017/07/25 04:00:00,5.495474565657234,True -2017/07/25 05:00:00,8.602746072283953,True -2017/07/25 06:00:00,9.56300050491184,True -2017/07/25 07:00:00,13.96814116125286,True -2017/07/25 08:00:00,16.45913103224211,True -2017/07/25 09:00:00,18.00252804861326,True -2017/07/25 10:00:00,19.860458166736777,True -2017/07/25 11:00:00,20.97082001597983,True -2017/07/25 12:00:00,20.670592391966608,True -2017/07/25 13:00:00,20.621144924375447,True -2017/07/25 14:00:00,19.75203586768623,True -2017/07/25 15:00:00,19.351055826637804,True -2017/07/25 16:00:00,20.38424716852181,True -2017/07/25 17:00:00,20.612680078438892,True -2017/07/25 18:00:00,20.142807810370265,True -2017/07/25 19:00:00,19.696276562145258,True -2017/07/25 20:00:00,19.524745716774227,True -2017/07/25 21:00:00,19.148797769501797,True -2017/07/25 22:00:00,15.96923330603164,True -2017/07/25 23:00:00,11.857417026071225,True -2017/07/26 00:00:00,5.615678443403606,True -2017/07/26 01:00:00,3.2063195281153867,True -2017/07/26 02:00:00,3.761093062348237,True -2017/07/26 03:00:00,3.2065717395100513,True -2017/07/26 04:00:00,6.669744323724481,True -2017/07/26 05:00:00,8.76785072328424,True -2017/07/26 06:00:00,9.813191797938567,True -2017/07/26 07:00:00,15.435386751573981,True -2017/07/26 08:00:00,17.316519816436188,True -2017/07/26 09:00:00,18.721463663497463,True -2017/07/26 10:00:00,20.553751777867237,True -2017/07/26 11:00:00,21.82408520375852,True -2017/07/26 12:00:00,21.388307682337818,True -2017/07/26 13:00:00,21.189245733408203,True -2017/07/26 14:00:00,20.316320247505416,True -2017/07/26 15:00:00,19.864555100927642,True -2017/07/26 16:00:00,20.885500701496532,True -2017/07/26 17:00:00,20.899247415792033,True -2017/07/26 18:00:00,20.166087651071145,True -2017/07/26 19:00:00,19.673201614244075,True -2017/07/26 20:00:00,19.876885562694653,True -2017/07/26 21:00:00,19.226515585472228,True -2017/07/26 22:00:00,15.867256591678176,True -2017/07/26 23:00:00,12.170212798012585,True -2017/07/27 00:00:00,5.522348234800462,True -2017/07/27 01:00:00,3.2063841930344403,True -2017/07/27 02:00:00,3.759156450392489,True -2017/07/27 03:00:00,3.20619602060103,True -2017/07/27 04:00:00,6.625402836690124,True -2017/07/27 05:00:00,8.750587058457864,True -2017/07/27 06:00:00,9.8300005387266,True -2017/07/27 07:00:00,16.427165238037492,True -2017/07/27 08:00:00,17.843748349723217,True -2017/07/27 09:00:00,19.317630330163464,True -2017/07/27 10:00:00,20.675507757625482,True -2017/07/27 11:00:00,22.04113517731799,True -2017/07/27 12:00:00,21.763410927217343,True -2017/07/27 13:00:00,21.686743406594605,True -2017/07/27 14:00:00,20.50003211418667,True -2017/07/27 15:00:00,19.82078864572429,True -2017/07/27 16:00:00,20.8881669043707,True -2017/07/27 17:00:00,21.230958940281237,True -2017/07/27 18:00:00,20.86242545746816,True -2017/07/27 19:00:00,19.76525792215301,True -2017/07/27 20:00:00,19.74050182877581,True -2017/07/27 21:00:00,18.817628349572402,True -2017/07/27 22:00:00,15.067005072065395,True -2017/07/27 23:00:00,11.61118380732423,True -2017/07/28 00:00:00,5.359911803499772,True -2017/07/28 01:00:00,3.2062443689344544,True -2017/07/28 02:00:00,3.7598181305650833,True -2017/07/28 03:00:00,3.208114425501722,True -2017/07/28 04:00:00,6.3104204403330275,True -2017/07/28 05:00:00,8.748759642344535,True -2017/07/28 06:00:00,9.850427798291673,True -2017/07/28 07:00:00,16.385196836906573,True -2017/07/28 08:00:00,17.394035206530614,True -2017/07/28 09:00:00,18.1500803533725,True -2017/07/28 10:00:00,19.763654073060327,True -2017/07/28 11:00:00,21.05120981484151,True -2017/07/28 12:00:00,20.67851718156799,True -2017/07/28 13:00:00,20.56285349256743,True -2017/07/28 14:00:00,19.869244059546126,True -2017/07/28 15:00:00,19.30370196934126,True -2017/07/28 16:00:00,20.487377206104338,True -2017/07/28 17:00:00,20.776873785613724,True -2017/07/28 18:00:00,20.2473776859739,True -2017/07/28 19:00:00,19.940779234186888,True -2017/07/28 20:00:00,19.628737615890806,True -2017/07/28 21:00:00,19.294206940291787,True -2017/07/28 22:00:00,15.818600126574983,True -2017/07/28 23:00:00,12.194155252164531,True -2017/07/29 00:00:00,5.675667467464125,True -2017/07/29 01:00:00,3.141763675505345,True -2017/07/29 02:00:00,3.6964637281693156,True -2017/07/29 03:00:00,3.141592124716886,True -2017/07/29 04:00:00,6.884364954554356,True -2017/07/29 05:00:00,8.648716332114514,True -2017/07/29 06:00:00,10.11564036025108,True -2017/07/29 07:00:00,15.276562711837828,True -2017/07/29 08:00:00,16.15284306332349,True -2017/07/29 09:00:00,18.2622567477786,True -2017/07/29 10:00:00,19.76148763460691,True -2017/07/29 11:00:00,21.52357415728094,True -2017/07/29 12:00:00,20.80759268809353,True -2017/07/29 13:00:00,20.6519548376897,True -2017/07/29 14:00:00,19.73096794633479,True -2017/07/29 15:00:00,19.59747603621931,True -2017/07/29 16:00:00,20.12010148676216,True -2017/07/29 17:00:00,20.778142105307037,True -2017/07/29 18:00:00,20.681396322846563,True -2017/07/29 19:00:00,20.23351715069845,True -2017/07/29 20:00:00,19.402799002972532,True -2017/07/29 21:00:00,19.829334263676465,True -2017/07/29 22:00:00,16.3105545987763,True -2017/07/29 23:00:00,12.184242841077777,True -2017/07/30 00:00:00,5.823115473169767,True -2017/07/30 01:00:00,3.1437089370277302,True -2017/07/30 02:00:00,3.697525642038909,True -2017/07/30 03:00:00,3.1413785797345697,True -2017/07/30 04:00:00,6.240648036056527,True -2017/07/30 05:00:00,9.634212569465834,True -2017/07/30 06:00:00,11.386876515160852,True -2017/07/30 07:00:00,12.752675363443872,True -2017/07/30 08:00:00,15.248130854070673,True -2017/07/30 09:00:00,16.287152587707997,True -2017/07/30 10:00:00,19.476221154287813,True -2017/07/30 11:00:00,20.565711674393565,True -2017/07/30 12:00:00,20.197811809524346,True -2017/07/30 13:00:00,20.057449273095518,True -2017/07/30 14:00:00,19.228945900277072,True -2017/07/30 15:00:00,18.55818252687036,True -2017/07/30 16:00:00,19.541177549702347,True -2017/07/30 17:00:00,19.987871443564963,True -2017/07/30 18:00:00,19.949381108521074,True -2017/07/30 19:00:00,19.289605037865925,True -2017/07/30 20:00:00,19.24550047259977,True -2017/07/30 21:00:00,18.550835290175584,True -2017/07/30 22:00:00,14.809536863811637,True -2017/07/30 23:00:00,11.167676670710177,True -2017/07/31 00:00:00,5.351182769937237,True -2017/07/31 01:00:00,3.206683857394622,True -2017/07/31 02:00:00,3.7622206978101116,True -2017/07/31 03:00:00,3.2051951762943363,True -2017/07/31 04:00:00,5.630293680395927,True -2017/07/31 05:00:00,8.652983143543478,True -2017/07/31 06:00:00,9.562027328354917,True -2017/07/31 07:00:00,14.582562040152983,True -2017/07/31 08:00:00,16.992837648915934,True -2017/07/31 09:00:00,18.619758277715924,True -2017/07/31 10:00:00,20.24122679604724,True -2017/07/31 11:00:00,21.24556500588333,True -2017/07/31 12:00:00,20.728998620721114,True -2017/07/31 13:00:00,20.76095297708502,True -2017/07/31 14:00:00,19.756182749669414,True -2017/07/31 15:00:00,19.38436508453463,True -2017/07/31 16:00:00,20.682140556949495,True -2017/07/31 17:00:00,20.99263003629935,True -2017/07/31 18:00:00,20.625286698448374,True -2017/07/31 19:00:00,20.320436552027783,True -2017/07/31 20:00:00,20.304089157231555,True -2017/07/31 21:00:00,19.881024688969646,True -2017/07/31 22:00:00,15.996550872752445,True -2017/07/31 23:00:00,11.693399193213256,True -2017/08/01 00:00:00,5.379405331185757,True -2017/08/01 01:00:00,3.206508615037308,True -2017/08/01 02:00:00,3.7624084342813817,True -2017/08/01 03:00:00,3.2095447998962725,True -2017/08/01 04:00:00,5.556395538804782,True -2017/08/01 05:00:00,8.569317848115354,True -2017/08/01 06:00:00,9.574477105407395,True -2017/08/01 07:00:00,13.34076646654067,True -2017/08/01 08:00:00,15.26887352513481,True -2017/08/01 09:00:00,16.93735408848059,True -2017/08/01 10:00:00,18.902579394274387,True -2017/08/01 11:00:00,19.895612449440875,True -2017/08/01 12:00:00,19.63079385886412,True -2017/08/01 13:00:00,19.70734085247081,True -2017/08/01 14:00:00,18.66925644283085,True -2017/08/01 15:00:00,18.27294702971404,True -2017/08/01 16:00:00,19.365613220448015,True -2017/08/01 17:00:00,19.67098165193444,True -2017/08/01 18:00:00,18.942890708650776,True -2017/08/01 19:00:00,18.236925354115375,True -2017/08/01 20:00:00,17.967327828001995,True -2017/08/01 21:00:00,17.13237697858837,True -2017/08/01 22:00:00,13.477799775150228,True -2017/08/01 23:00:00,9.674482270559274,True -2017/08/02 00:00:00,5.161992356320066,True -2017/08/02 01:00:00,3.2082113973371054,True -2017/08/02 02:00:00,3.764392512961891,True -2017/08/02 03:00:00,3.2102598057668277,True -2017/08/02 04:00:00,5.470164346778192,True -2017/08/02 05:00:00,8.567046787744633,True -2017/08/02 06:00:00,9.465900562616818,True -2017/08/02 07:00:00,13.623935150312965,True -2017/08/02 08:00:00,15.595669021314077,True -2017/08/02 09:00:00,16.901717113104333,True -2017/08/02 10:00:00,18.800806169208723,True -2017/08/02 11:00:00,19.730059691362808,True -2017/08/02 12:00:00,19.323942647189128,True -2017/08/02 13:00:00,19.79966127169776,True -2017/08/02 14:00:00,18.75990862416595,True -2017/08/02 15:00:00,18.14031636924678,True -2017/08/02 16:00:00,19.409355232036145,True -2017/08/02 17:00:00,19.75460201980085,True -2017/08/02 18:00:00,18.945638123370372,True -2017/08/02 19:00:00,18.230835738167467,True -2017/08/02 20:00:00,17.75249367719798,True -2017/08/02 21:00:00,17.21633262216116,True -2017/08/02 22:00:00,13.256675555245439,True -2017/08/02 23:00:00,9.119162553510135,True -2017/08/03 00:00:00,5.112042571521529,True -2017/08/03 01:00:00,3.2083690698305514,True -2017/08/03 02:00:00,3.7636909318322607,True -2017/08/03 03:00:00,3.21032582999478,True -2017/08/03 04:00:00,5.390679053461142,True -2017/08/03 05:00:00,8.552453545748945,True -2017/08/03 06:00:00,9.517833187685593,True -2017/08/03 07:00:00,13.321423442788074,True -2017/08/03 08:00:00,15.224746957889925,True -2017/08/03 09:00:00,17.31618992602177,True -2017/08/03 10:00:00,19.221511101370734,True -2017/08/03 11:00:00,20.61255278259214,True -2017/08/03 12:00:00,20.120964714587664,True -2017/08/03 13:00:00,20.213907115791176,True -2017/08/03 14:00:00,19.38215318090843,True -2017/08/03 15:00:00,18.97834631380501,True -2017/08/03 16:00:00,19.998327900502957,True -2017/08/03 17:00:00,20.310671906169322,True -2017/08/03 18:00:00,19.70456062708381,True -2017/08/03 19:00:00,19.052119622735642,True -2017/08/03 20:00:00,18.597750170058063,True -2017/08/03 21:00:00,18.22126932202504,True -2017/08/03 22:00:00,13.642709082049613,True -2017/08/03 23:00:00,9.499434901854151,True -2017/08/04 00:00:00,5.12002335849657,True -2017/08/04 01:00:00,3.209655887102752,True -2017/08/04 02:00:00,3.7628144063932814,True -2017/08/04 03:00:00,3.210702138602857,True -2017/08/04 04:00:00,5.4651583148297025,True -2017/08/04 05:00:00,8.56765424339653,True -2017/08/04 06:00:00,9.469490014375248,True -2017/08/04 07:00:00,13.41220311908523,True -2017/08/04 08:00:00,15.739899855155917,True -2017/08/04 09:00:00,17.88933625581454,True -2017/08/04 10:00:00,19.8082873439077,True -2017/08/04 11:00:00,21.011225132562405,True -2017/08/04 12:00:00,20.641444840915664,True -2017/08/04 13:00:00,20.517057278007677,True -2017/08/04 14:00:00,19.72109629229328,True -2017/08/04 15:00:00,19.18374806598175,True -2017/08/04 16:00:00,20.344798332282373,True -2017/08/04 17:00:00,20.611789709330548,True -2017/08/04 18:00:00,19.998074751519628,True -2017/08/04 19:00:00,19.664652562978723,True -2017/08/04 20:00:00,19.938405544297716,True -2017/08/04 21:00:00,18.47076669891635,True -2017/08/04 22:00:00,14.626432901711338,True -2017/08/04 23:00:00,10.527516316170422,True -2017/08/05 00:00:00,5.382570999121641,True -2017/08/05 01:00:00,3.1455700752743563,True -2017/08/05 02:00:00,3.6977336409322934,True -2017/08/05 03:00:00,3.1437615305229323,True -2017/08/05 04:00:00,5.6926352182565925,True -2017/08/05 05:00:00,8.480190073346746,True -2017/08/05 06:00:00,9.914937241009854,True -2017/08/05 07:00:00,12.60148866269213,True -2017/08/05 08:00:00,15.293915946430351,True -2017/08/05 09:00:00,18.560836350068673,True -2017/08/05 10:00:00,20.07242057159399,True -2017/08/05 11:00:00,20.719173356956667,True -2017/08/05 12:00:00,20.227308064122774,True -2017/08/05 13:00:00,20.040814043056926,True -2017/08/05 14:00:00,19.452224913847914,True -2017/08/05 15:00:00,19.20628946847364,True -2017/08/05 16:00:00,19.576081260142907,True -2017/08/05 17:00:00,20.520703987524065,True -2017/08/05 18:00:00,20.275953688126247,True -2017/08/05 19:00:00,20.003564396485384,True -2017/08/05 20:00:00,19.552237766497935,True -2017/08/05 21:00:00,19.032426246688097,True -2017/08/05 22:00:00,15.84209607674212,True -2017/08/05 23:00:00,11.62266093839134,True -2017/08/06 00:00:00,5.7561719829678895,True -2017/08/06 01:00:00,3.1432011049506756,True -2017/08/06 02:00:00,3.698009220073452,True -2017/08/06 03:00:00,3.142682671417222,True -2017/08/06 04:00:00,6.317360532817609,True -2017/08/06 05:00:00,9.773642872719257,True -2017/08/06 06:00:00,11.346702726798824,True -2017/08/06 07:00:00,12.510092371389764,True -2017/08/06 08:00:00,14.917359359706849,True -2017/08/06 09:00:00,16.286307273586722,True -2017/08/06 10:00:00,19.58873089851456,True -2017/08/06 11:00:00,20.643352370746037,True -2017/08/06 12:00:00,19.992287424030305,True -2017/08/06 13:00:00,20.023698637365413,True -2017/08/06 14:00:00,19.069359027960562,True -2017/08/06 15:00:00,19.069861632798514,True -2017/08/06 16:00:00,19.731423811053503,True -2017/08/06 17:00:00,20.22642740477608,True -2017/08/06 18:00:00,19.876769980454704,True -2017/08/06 19:00:00,19.356288875470067,True -2017/08/06 20:00:00,19.907945671202498,True -2017/08/06 21:00:00,18.82780270945591,True -2017/08/06 22:00:00,15.308379997190157,True -2017/08/06 23:00:00,12.175345861983972,True -2017/08/07 00:00:00,5.516111552164786,True -2017/08/07 01:00:00,3.2053228592876626,True -2017/08/07 02:00:00,3.761725238424782,True -2017/08/07 03:00:00,3.2042941621434093,True -2017/08/07 04:00:00,6.0154268695426785,True -2017/08/07 05:00:00,8.753418491464124,True -2017/08/07 06:00:00,9.885628708279906,True -2017/08/07 07:00:00,15.985225790013958,True -2017/08/07 08:00:00,17.346423257277802,True -2017/08/07 09:00:00,18.45473930517356,True -2017/08/07 10:00:00,20.14824584318594,True -2017/08/07 11:00:00,21.264915385057417,True -2017/08/07 12:00:00,21.08088775951715,True -2017/08/07 13:00:00,20.749834939540023,True -2017/08/07 14:00:00,19.392647867043603,True -2017/08/07 15:00:00,19.49400513231341,True -2017/08/07 16:00:00,20.583742274076123,True -2017/08/07 17:00:00,20.75202388456884,True -2017/08/07 18:00:00,20.19643325843944,True -2017/08/07 19:00:00,19.92538783928551,True -2017/08/07 20:00:00,20.56287526833421,True -2017/08/07 21:00:00,19.500079382540157,True -2017/08/07 22:00:00,15.792196537693451,True -2017/08/07 23:00:00,11.895878127143378,True -2017/08/08 00:00:00,5.502858295529784,True -2017/08/08 01:00:00,3.2066996480957197,True -2017/08/08 02:00:00,3.7594860927297082,True -2017/08/08 03:00:00,3.2064609460053592,True -2017/08/08 04:00:00,6.311402648852948,True -2017/08/08 05:00:00,8.792650879639277,True -2017/08/08 06:00:00,9.86461216960384,True -2017/08/08 07:00:00,15.935623578957609,True -2017/08/08 08:00:00,17.331472641499012,True -2017/08/08 09:00:00,18.421395682499718,True -2017/08/08 10:00:00,19.968271880279218,True -2017/08/08 11:00:00,21.19517517211232,True -2017/08/08 12:00:00,20.740638712615105,True -2017/08/08 13:00:00,20.635986723770046,True -2017/08/08 14:00:00,19.705326572318768,True -2017/08/08 15:00:00,19.256126445038344,True -2017/08/08 16:00:00,20.352161047794432,True -2017/08/08 17:00:00,20.70512504552782,True -2017/08/08 18:00:00,20.09167475569714,True -2017/08/08 19:00:00,19.464352147724668,True -2017/08/08 20:00:00,19.96437144995227,True -2017/08/08 21:00:00,18.785436556435887,True -2017/08/08 22:00:00,15.052038491911897,True -2017/08/08 23:00:00,10.926297576689873,True -2017/08/09 00:00:00,5.345993234590256,True -2017/08/09 01:00:00,3.2077542643704424,True -2017/08/09 02:00:00,3.761357919656892,True -2017/08/09 03:00:00,3.206831162626417,True -2017/08/09 04:00:00,5.939680631097754,True -2017/08/09 05:00:00,8.606569583636388,True -2017/08/09 06:00:00,9.65324726243011,True -2017/08/09 07:00:00,14.50466027706814,True -2017/08/09 08:00:00,16.902199712742622,True -2017/08/09 09:00:00,18.48943645522935,True -2017/08/09 10:00:00,20.33069781015915,True -2017/08/09 11:00:00,21.551705938242574,True -2017/08/09 12:00:00,21.072608461545162,True -2017/08/09 13:00:00,21.029634461805873,True -2017/08/09 14:00:00,20.14866321915715,True -2017/08/09 15:00:00,19.658817593185752,True -2017/08/09 16:00:00,20.694526616308433,True -2017/08/09 17:00:00,20.893363460714987,True -2017/08/09 18:00:00,20.399662838460113,True -2017/08/09 19:00:00,19.959604157172112,True -2017/08/09 20:00:00,20.328738334634824,True -2017/08/09 21:00:00,19.323893070816656,True -2017/08/09 22:00:00,14.838709416434638,True -2017/08/09 23:00:00,10.672487004147625,True -2017/08/10 00:00:00,5.287557255231043,True -2017/08/10 01:00:00,3.2078533265665263,True -2017/08/10 02:00:00,3.7613208910323213,True -2017/08/10 03:00:00,3.2083627251384588,True -2017/08/10 04:00:00,5.8708884291026875,True -2017/08/10 05:00:00,8.62968904539498,True -2017/08/10 06:00:00,9.607268102984557,True -2017/08/10 07:00:00,14.981621953366394,True -2017/08/10 08:00:00,16.97156705002715,True -2017/08/10 09:00:00,19.15476540494901,True -2017/08/10 10:00:00,20.85542041355577,True -2017/08/10 11:00:00,21.987474044251933,True -2017/08/10 12:00:00,21.807266729212937,True -2017/08/10 13:00:00,21.314712363906544,True -2017/08/10 14:00:00,20.586356845210137,True -2017/08/10 15:00:00,19.995522565620053,True -2017/08/10 16:00:00,20.87635343635987,True -2017/08/10 17:00:00,21.039540975700774,True -2017/08/10 18:00:00,20.575003111700056,True -2017/08/10 19:00:00,20.034484894833813,True -2017/08/10 20:00:00,20.700848953652926,True -2017/08/10 21:00:00,19.91245030784014,True -2017/08/10 22:00:00,16.683910376764825,True -2017/08/10 23:00:00,12.942293538811267,True -2017/08/11 00:00:00,5.703434005204821,True -2017/08/11 01:00:00,3.2047945836299556,True -2017/08/11 02:00:00,3.760501677756964,True -2017/08/11 03:00:00,3.2075563723659304,True -2017/08/11 04:00:00,6.525888601946528,True -2017/08/11 05:00:00,8.671956027857505,True -2017/08/11 06:00:00,9.668359623402702,True -2017/08/11 07:00:00,14.489901438669504,True -2017/08/11 08:00:00,15.875462457519346,True -2017/08/11 09:00:00,17.28375440023375,True -2017/08/11 10:00:00,18.87604671363995,True -2017/08/11 11:00:00,20.3908904248093,True -2017/08/11 12:00:00,20.02433376271612,True -2017/08/11 13:00:00,20.018078809157235,True -2017/08/11 14:00:00,19.286661487401446,True -2017/08/11 15:00:00,18.87736397383162,True -2017/08/11 16:00:00,19.855792366798788,True -2017/08/11 17:00:00,20.115687017092487,True -2017/08/11 18:00:00,19.35385004090287,True -2017/08/11 19:00:00,18.535380547670833,True -2017/08/11 20:00:00,18.894551241267713,True -2017/08/11 21:00:00,17.60914536304909,True -2017/08/11 22:00:00,13.600495659176648,True -2017/08/11 23:00:00,9.679484268468688,True -2017/08/12 00:00:00,5.2221890194683525,True -2017/08/12 01:00:00,3.145326294660253,True -2017/08/12 02:00:00,3.700985573332618,True -2017/08/12 03:00:00,3.1461172324333027,True -2017/08/12 04:00:00,5.230988215322281,True -2017/08/12 05:00:00,8.430461746445221,True -2017/08/12 06:00:00,9.850561348133906,True -2017/08/12 07:00:00,11.2733518695275,True -2017/08/12 08:00:00,13.758767449337176,True -2017/08/12 09:00:00,16.520727895780222,True -2017/08/12 10:00:00,18.709781524569507,True -2017/08/12 11:00:00,19.343727630138986,True -2017/08/12 12:00:00,19.336113315243303,True -2017/08/12 13:00:00,19.23444932019149,True -2017/08/12 14:00:00,18.573358156735527,True -2017/08/12 15:00:00,18.52820073430827,True -2017/08/12 16:00:00,19.07780684317795,True -2017/08/12 17:00:00,20.084558662266282,True -2017/08/12 18:00:00,19.566303535867863,True -2017/08/12 19:00:00,18.41129149883355,True -2017/08/12 20:00:00,17.547992178463353,True -2017/08/12 21:00:00,16.816809433748038,True -2017/08/12 22:00:00,13.01320363875817,True -2017/08/12 23:00:00,9.238772284543687,True -2017/08/13 00:00:00,5.455078681807975,True -2017/08/13 01:00:00,3.1448026640667353,True -2017/08/13 02:00:00,3.7006153128428556,True -2017/08/13 03:00:00,3.1439155569948296,True -2017/08/13 04:00:00,5.267071372386166,True -2017/08/13 05:00:00,8.931743567178142,True -2017/08/13 06:00:00,10.525707356344169,True -2017/08/13 07:00:00,12.082113795928667,True -2017/08/13 08:00:00,14.65467363790909,True -2017/08/13 09:00:00,15.778795900165445,True -2017/08/13 10:00:00,19.506287083342478,True -2017/08/13 11:00:00,21.01647689629707,True -2017/08/13 12:00:00,20.718445119025414,True -2017/08/13 13:00:00,20.957515124810826,True -2017/08/13 14:00:00,20.127314003342015,True -2017/08/13 15:00:00,19.946820213161804,True -2017/08/13 16:00:00,20.63542292056999,True -2017/08/13 17:00:00,20.684589940341784,True -2017/08/13 18:00:00,20.501928651453937,True -2017/08/13 19:00:00,20.034172323152134,True -2017/08/13 20:00:00,20.644183441605335,True -2017/08/13 21:00:00,19.528321638010556,True -2017/08/13 22:00:00,16.484405565207787,True -2017/08/13 23:00:00,13.734980288775033,True -2017/08/14 00:00:00,5.783270606169878,True -2017/08/14 01:00:00,3.2031143493234095,True -2017/08/14 02:00:00,3.7593368183126827,True -2017/08/14 03:00:00,3.202457926888786,True -2017/08/14 04:00:00,7.388513309760213,True -2017/08/14 05:00:00,8.961554905261456,True -2017/08/14 06:00:00,10.027701245713816,True -2017/08/14 07:00:00,17.468926467078475,True -2017/08/14 08:00:00,18.75788939918101,True -2017/08/14 09:00:00,19.505376480532146,True -2017/08/14 10:00:00,20.786520978013037,True -2017/08/14 11:00:00,21.81525854331805,True -2017/08/14 12:00:00,21.600754350507746,True -2017/08/14 13:00:00,21.175728398694243,True -2017/08/14 14:00:00,20.615642292495732,True -2017/08/14 15:00:00,20.05061933319586,True -2017/08/14 16:00:00,20.923567969685536,True -2017/08/14 17:00:00,21.261621584932715,True -2017/08/14 18:00:00,20.734130019939013,True -2017/08/14 19:00:00,20.389128684342705,True -2017/08/14 20:00:00,21.006106000945582,True -2017/08/14 21:00:00,20.23115199545261,True -2017/08/14 22:00:00,16.977491561539196,True -2017/08/14 23:00:00,13.83529304295469,True -2017/08/15 00:00:00,5.720731469166118,True -2017/08/15 01:00:00,3.20723992608488,True -2017/08/15 02:00:00,3.7580057567761243,True -2017/08/15 03:00:00,3.204411101153874,True -2017/08/15 04:00:00,7.292992523218101,True -2017/08/15 05:00:00,8.9540320655706,True -2017/08/15 06:00:00,9.980416143932604,True -2017/08/15 07:00:00,17.150131679896138,True -2017/08/15 08:00:00,18.700799149778003,True -2017/08/15 09:00:00,19.99870875340737,True -2017/08/15 10:00:00,21.15037160493324,True -2017/08/15 11:00:00,22.055353078709246,True -2017/08/15 12:00:00,21.60441179857616,True -2017/08/15 13:00:00,21.59877725096148,True -2017/08/15 14:00:00,20.449766453773663,True -2017/08/15 15:00:00,19.38960163968542,True -2017/08/15 16:00:00,20.012868407437036,True -2017/08/15 17:00:00,19.902825767217116,True -2017/08/15 18:00:00,18.584489551403937,True -2017/08/15 19:00:00,18.242052760217696,True -2017/08/15 20:00:00,19.198932253375215,True -2017/08/15 21:00:00,17.902056930458343,True -2017/08/15 22:00:00,14.227192888735113,True -2017/08/15 23:00:00,10.499666376047273,True -2017/08/16 00:00:00,5.246743216813104,True -2017/08/16 01:00:00,3.2082085043490425,True -2017/08/16 02:00:00,3.762317102901333,True -2017/08/16 03:00:00,3.2069095297343977,True -2017/08/16 04:00:00,5.704917243362778,True -2017/08/16 05:00:00,8.616376812003944,True -2017/08/16 06:00:00,9.628501403183215,True -2017/08/16 07:00:00,13.879204357933563,True -2017/08/16 08:00:00,15.828988652653894,True -2017/08/16 09:00:00,17.12304844338769,True -2017/08/16 10:00:00,19.203243241909043,True -2017/08/16 11:00:00,20.461589695407564,True -2017/08/16 12:00:00,20.14980730289809,True -2017/08/16 13:00:00,20.059487656954417,True -2017/08/16 14:00:00,19.18306254019373,True -2017/08/16 15:00:00,18.930780929962943,True -2017/08/16 16:00:00,19.955906439248906,True -2017/08/16 17:00:00,20.28613609527438,True -2017/08/16 18:00:00,19.492732626460363,True -2017/08/16 19:00:00,19.12225813277272,True -2017/08/16 20:00:00,19.581757109194783,True -2017/08/16 21:00:00,18.27699809697428,True -2017/08/16 22:00:00,14.350465242196087,True -2017/08/16 23:00:00,10.195832572800278,True -2017/08/17 00:00:00,5.245472937496755,True -2017/08/17 01:00:00,3.209079107961587,True -2017/08/17 02:00:00,3.7642190827553055,True -2017/08/17 03:00:00,3.208566312510209,True -2017/08/17 04:00:00,5.503000957724169,True -2017/08/17 05:00:00,8.57453721327723,True -2017/08/17 06:00:00,9.542227174971234,True -2017/08/17 07:00:00,13.287163113374294,True -2017/08/17 08:00:00,15.684881010360192,True -2017/08/17 09:00:00,18.02513954692504,True -2017/08/17 10:00:00,19.827158496371677,True -2017/08/17 11:00:00,21.077754514079835,True -2017/08/17 12:00:00,20.56169861420409,True -2017/08/17 13:00:00,20.56299451492617,True -2017/08/17 14:00:00,19.766806486013493,True -2017/08/17 15:00:00,19.322209348760286,True -2017/08/17 16:00:00,20.398675234872737,True -2017/08/17 17:00:00,20.50456471419337,True -2017/08/17 18:00:00,19.597579388825004,True -2017/08/17 19:00:00,18.836000091263802,True -2017/08/17 20:00:00,19.0860644698105,True -2017/08/17 21:00:00,17.880058059332352,True -2017/08/17 22:00:00,13.806428398328183,True -2017/08/17 23:00:00,9.99339078831139,True -2017/08/18 00:00:00,5.247189501196318,True -2017/08/18 01:00:00,3.2083762219738357,True -2017/08/18 02:00:00,3.762658315904095,True -2017/08/18 03:00:00,3.207065057530142,True -2017/08/18 04:00:00,5.748826729880178,True -2017/08/18 05:00:00,8.596006854489973,True -2017/08/18 06:00:00,9.64540860065692,True -2017/08/18 07:00:00,14.467147968335137,True -2017/08/18 08:00:00,16.964505205669063,True -2017/08/18 09:00:00,18.67770752710891,True -2017/08/18 10:00:00,20.391632925898143,True -2017/08/18 11:00:00,21.596715363529686,True -2017/08/18 12:00:00,21.38136848456182,True -2017/08/18 13:00:00,21.33777799691273,True -2017/08/18 14:00:00,20.57532474516247,True -2017/08/18 15:00:00,20.116649350542083,True -2017/08/18 16:00:00,20.985422381606195,True -2017/08/18 17:00:00,21.246496872475156,True -2017/08/18 18:00:00,20.659447329622076,True -2017/08/18 19:00:00,20.111122856848496,True -2017/08/18 20:00:00,20.359899726469337,True -2017/08/18 21:00:00,19.193050897547906,True -2017/08/18 22:00:00,15.438235501149858,True -2017/08/18 23:00:00,11.843426451370535,True -2017/08/19 00:00:00,5.624737114091184,True -2017/08/19 01:00:00,3.143451053971002,True -2017/08/19 02:00:00,3.6978455652659434,True -2017/08/19 03:00:00,3.1433870337677834,True -2017/08/19 04:00:00,6.5884215278322715,True -2017/08/19 05:00:00,8.658153638998666,True -2017/08/19 06:00:00,10.020198921796396,True -2017/08/19 07:00:00,12.90351120860284,True -2017/08/19 08:00:00,15.13464164385477,True -2017/08/19 09:00:00,17.578257014715135,True -2017/08/19 10:00:00,18.89657973241485,True -2017/08/19 11:00:00,19.688010110451195,True -2017/08/19 12:00:00,19.43285549362763,True -2017/08/19 13:00:00,19.27770751499774,True -2017/08/19 14:00:00,18.36832730372268,True -2017/08/19 15:00:00,18.09147650649888,True -2017/08/19 16:00:00,18.63103108128749,True -2017/08/19 17:00:00,19.44109205478765,True -2017/08/19 18:00:00,18.873039516320247,True -2017/08/19 19:00:00,18.633559988932696,True -2017/08/19 20:00:00,18.320172309045333,True -2017/08/19 21:00:00,17.48931338369965,True -2017/08/19 22:00:00,13.958765100190606,True -2017/08/19 23:00:00,10.298908490195817,True -2017/08/20 00:00:00,5.560844085885675,True -2017/08/20 01:00:00,3.1443641026435114,True -2017/08/20 02:00:00,3.7001926095657347,True -2017/08/20 03:00:00,3.1439527492816826,True -2017/08/20 04:00:00,5.263023372851838,True -2017/08/20 05:00:00,8.895068345760018,True -2017/08/20 06:00:00,11.611073451817129,True -2017/08/20 07:00:00,11.489493302335141,True -2017/08/20 08:00:00,13.99020811033038,True -2017/08/20 09:00:00,14.509073529018476,True -2017/08/20 10:00:00,17.879217343056343,True -2017/08/20 11:00:00,18.896488827049836,True -2017/08/20 12:00:00,18.140533098166383,True -2017/08/20 13:00:00,18.71504978902887,True -2017/08/20 14:00:00,17.528667589036672,True -2017/08/20 15:00:00,16.731406418823546,True -2017/08/20 16:00:00,17.56661297267938,True -2017/08/20 17:00:00,18.072275665028624,True -2017/08/20 18:00:00,17.714957676585744,True -2017/08/20 19:00:00,17.079762750061967,True -2017/08/20 20:00:00,17.800955362645286,True -2017/08/20 21:00:00,16.738721156540468,True -2017/08/20 22:00:00,13.012826018802537,True -2017/08/20 23:00:00,9.899949567869827,True -2017/08/21 00:00:00,5.210363288508706,True -2017/08/21 01:00:00,3.2073414267612836,True -2017/08/21 02:00:00,3.763270251074879,True -2017/08/21 03:00:00,3.2068906446808736,True -2017/08/21 04:00:00,5.325890037443574,True -2017/08/21 05:00:00,8.592463115230313,True -2017/08/21 06:00:00,10.862695546861865,True -2017/08/21 07:00:00,13.68993560986001,True -2017/08/21 08:00:00,15.094533064118046,True -2017/08/21 09:00:00,16.336614547287198,True -2017/08/21 10:00:00,17.929916148941878,True -2017/08/21 11:00:00,19.02445856762471,True -2017/08/21 12:00:00,18.718365418196353,True -2017/08/21 13:00:00,18.681125058246742,True -2017/08/21 14:00:00,17.396529854836178,True -2017/08/21 15:00:00,17.173647611356827,True -2017/08/21 16:00:00,18.376824340954524,True -2017/08/21 17:00:00,18.740636099949636,True -2017/08/21 18:00:00,18.046932393691684,True -2017/08/21 19:00:00,17.741367305460297,True -2017/08/21 20:00:00,18.195222980950643,True -2017/08/21 21:00:00,17.290099867782356,True -2017/08/21 22:00:00,13.3202178908233,True -2017/08/21 23:00:00,9.209979243532343,True -2017/08/22 00:00:00,5.127100301422503,True -2017/08/22 01:00:00,3.21070619534431,True -2017/08/22 02:00:00,3.763115044812571,True -2017/08/22 03:00:00,3.209638851158298,True -2017/08/22 04:00:00,5.366271914187529,True -2017/08/22 05:00:00,8.587785238827909,True -2017/08/22 06:00:00,10.84799820512464,True -2017/08/22 07:00:00,13.481256780032641,True -2017/08/22 08:00:00,14.985025439871018,True -2017/08/22 09:00:00,16.380669504585352,True -2017/08/22 10:00:00,18.14548805759202,True -2017/08/22 11:00:00,19.321997446678527,True -2017/08/22 12:00:00,19.032625396293074,True -2017/08/22 13:00:00,18.98272882193661,True -2017/08/22 14:00:00,18.2204811841429,True -2017/08/22 15:00:00,17.888860583497735,True -2017/08/22 16:00:00,18.92585517680635,True -2017/08/22 17:00:00,19.147543005564803,True -2017/08/22 18:00:00,18.388372146226285,True -2017/08/22 19:00:00,17.608519274440425,True -2017/08/22 20:00:00,18.08129732680066,True -2017/08/22 21:00:00,17.188940876141,True -2017/08/22 22:00:00,13.239341604408837,True -2017/08/22 23:00:00,8.853576185434669,True -2017/08/23 00:00:00,5.087423461124471,True -2017/08/23 01:00:00,3.2095556196323,True -2017/08/23 02:00:00,3.7639846383759332,True -2017/08/23 03:00:00,3.209318387863762,True -2017/08/23 04:00:00,5.3968532330075965,True -2017/08/23 05:00:00,8.563008929224313,True -2017/08/23 06:00:00,10.841610060172115,True -2017/08/23 07:00:00,13.393173080223107,True -2017/08/23 08:00:00,14.96327566399397,True -2017/08/23 09:00:00,16.496621322895077,True -2017/08/23 10:00:00,18.465748940548874,True -2017/08/23 11:00:00,19.712072144027523,True -2017/08/23 12:00:00,19.379526763837035,True -2017/08/23 13:00:00,19.435752978152415,True -2017/08/23 14:00:00,18.71393390375661,True -2017/08/23 15:00:00,17.977421649762682,True -2017/08/23 16:00:00,18.905077143828674,True -2017/08/23 17:00:00,19.183001255768637,True -2017/08/23 18:00:00,18.619831073935202,True -2017/08/23 19:00:00,18.391517715408053,True -2017/08/23 20:00:00,18.92964766988224,True -2017/08/23 21:00:00,17.500388776879127,True -2017/08/23 22:00:00,13.455105207934887,True -2017/08/23 23:00:00,9.892409469713225,True -2017/08/24 00:00:00,5.171051843341293,True -2017/08/24 01:00:00,3.2070185487451264,True -2017/08/24 02:00:00,3.763649262762209,True -2017/08/24 03:00:00,3.207298982808997,True -2017/08/24 04:00:00,5.609747870961765,True -2017/08/24 05:00:00,8.605974839651838,True -2017/08/24 06:00:00,10.87882608490499,True -2017/08/24 07:00:00,13.592717776525063,True -2017/08/24 08:00:00,14.672045931182335,True -2017/08/24 09:00:00,15.917702198872973,True -2017/08/24 10:00:00,17.640125600550817,True -2017/08/24 11:00:00,19.50993711911263,True -2017/08/24 12:00:00,20.049646533216826,True -2017/08/24 13:00:00,20.17113510071629,True -2017/08/24 14:00:00,19.367277858347258,True -2017/08/24 15:00:00,18.864839190409903,True -2017/08/24 16:00:00,19.85550329768792,True -2017/08/24 17:00:00,20.10700895524974,True -2017/08/24 18:00:00,19.657098559898085,True -2017/08/24 19:00:00,18.89768220269279,True -2017/08/24 20:00:00,19.191135403187925,True -2017/08/24 21:00:00,18.167387516124695,True -2017/08/24 22:00:00,14.300300889177903,True -2017/08/24 23:00:00,10.860874875472843,True -2017/08/25 00:00:00,5.295110753440675,True -2017/08/25 01:00:00,3.206180889174487,True -2017/08/25 02:00:00,3.760343279472826,True -2017/08/25 03:00:00,3.2074636485355077,True -2017/08/25 04:00:00,6.148117518806994,True -2017/08/25 05:00:00,8.664270758911712,True -2017/08/25 06:00:00,10.934110638598604,True -2017/08/25 07:00:00,15.334287053268776,True -2017/08/25 08:00:00,16.62617738202569,True -2017/08/25 09:00:00,18.022859615119618,True -2017/08/25 10:00:00,19.709075390296334,True -2017/08/25 11:00:00,21.023797920837453,True -2017/08/25 12:00:00,20.582246132892617,True -2017/08/25 13:00:00,20.64034080015682,True -2017/08/25 14:00:00,20.048573252571806,True -2017/08/25 15:00:00,19.33760013273145,True -2017/08/25 16:00:00,20.369361145528234,True -2017/08/25 17:00:00,20.628917950215847,True -2017/08/25 18:00:00,19.825508019512036,True -2017/08/25 19:00:00,19.532907076825207,True -2017/08/25 20:00:00,19.759304863607976,True -2017/08/25 21:00:00,18.74630730379729,True -2017/08/25 22:00:00,14.842105784730142,True -2017/08/25 23:00:00,11.193777697174232,True -2017/08/26 00:00:00,5.418300812959784,True -2017/08/26 01:00:00,3.143047236946671,True -2017/08/26 02:00:00,3.69654765220291,True -2017/08/26 03:00:00,3.1422269320478566,True -2017/08/26 04:00:00,5.83298439337802,True -2017/08/26 05:00:00,8.51494631446734,True -2017/08/26 06:00:00,11.193788111216918,True -2017/08/26 07:00:00,13.72747118293387,True -2017/08/26 08:00:00,15.728610565294591,True -2017/08/26 09:00:00,18.68075131023863,True -2017/08/26 10:00:00,20.17649242550714,True -2017/08/26 11:00:00,21.119721897503158,True -2017/08/26 12:00:00,20.829105734750183,True -2017/08/26 13:00:00,20.399847137938924,True -2017/08/26 14:00:00,19.593728592837664,True -2017/08/26 15:00:00,19.73009384775529,True -2017/08/26 16:00:00,18.66141358859832,True -2017/08/26 17:00:00,20.67804878815459,True -2017/08/26 18:00:00,20.533615218865346,True -2017/08/26 19:00:00,20.296711027222216,True -2017/08/26 20:00:00,19.598644655269652,True -2017/08/26 21:00:00,19.23762549608761,True -2017/08/26 22:00:00,16.1891276230437,True -2017/08/26 23:00:00,12.618935365199324,True -2017/08/27 00:00:00,5.852758115025552,True -2017/08/27 01:00:00,3.1419077181937443,True -2017/08/27 02:00:00,3.6987150376683164,True -2017/08/27 03:00:00,3.142783246531208,True -2017/08/27 04:00:00,5.644729224849374,True -2017/08/27 05:00:00,9.421782660822883,True -2017/08/27 06:00:00,12.013869101776832,True -2017/08/27 07:00:00,12.401725483520401,True -2017/08/27 08:00:00,14.5971803277826,True -2017/08/27 09:00:00,15.307617768209937,True -2017/08/27 10:00:00,18.576686037098984,True -2017/08/27 11:00:00,19.71960690717238,True -2017/08/27 12:00:00,19.246330246999506,True -2017/08/27 13:00:00,19.55659693758905,True -2017/08/27 14:00:00,18.779064120445362,True -2017/08/27 15:00:00,18.513526765326166,True -2017/08/27 16:00:00,19.205870648856383,True -2017/08/27 17:00:00,19.384899577513128,True -2017/08/27 18:00:00,19.20244912212238,True -2017/08/27 19:00:00,18.44244640293507,True -2017/08/27 20:00:00,18.982304180048686,True -2017/08/27 21:00:00,18.08252565012599,True -2017/08/27 22:00:00,14.02071732808187,True -2017/08/27 23:00:00,10.85437169491745,True -2017/08/28 00:00:00,5.386408595626788,True -2017/08/28 01:00:00,3.204295637586221,True -2017/08/28 02:00:00,3.762835285249532,True -2017/08/28 03:00:00,3.2042317784452474,True -2017/08/28 04:00:00,5.95033078489844,True -2017/08/28 05:00:00,8.736614245412415,True -2017/08/28 06:00:00,10.982331883272025,True -2017/08/28 07:00:00,15.232412651274643,True -2017/08/28 08:00:00,16.722491198201748,True -2017/08/28 09:00:00,18.227927622090196,True -2017/08/28 10:00:00,19.894713435658524,True -2017/08/28 11:00:00,21.054252797244274,True -2017/08/28 12:00:00,20.87814105081356,True -2017/08/28 13:00:00,21.00616782546286,True -2017/08/28 14:00:00,19.858920560209608,True -2017/08/28 15:00:00,19.477555557800873,True -2017/08/28 16:00:00,20.137616910098437,True -2017/08/28 17:00:00,19.948042794969165,True -2017/08/28 18:00:00,19.901122051978835,True -2017/08/28 19:00:00,19.817912756709305,True -2017/08/28 20:00:00,20.088307214243958,True -2017/08/28 21:00:00,19.115342878838,True -2017/08/28 22:00:00,14.92251535527048,True -2017/08/28 23:00:00,11.088281275281886,True -2017/08/29 00:00:00,5.2571930836958165,True -2017/08/29 01:00:00,3.209099768177125,True -2017/08/29 02:00:00,3.7617454662999337,True -2017/08/29 03:00:00,3.2072369046900353,True -2017/08/29 04:00:00,5.434213859517132,True -2017/08/29 05:00:00,8.599691558286592,True -2017/08/29 06:00:00,10.851200516541603,True -2017/08/29 07:00:00,13.270055642991894,True -2017/08/29 08:00:00,15.125032115202497,True -2017/08/29 09:00:00,16.21918205574638,True -2017/08/29 10:00:00,18.24042435031557,True -2017/08/29 11:00:00,19.209255004908012,True -2017/08/29 12:00:00,19.281959509710735,True -2017/08/29 13:00:00,19.165430621156702,True -2017/08/29 14:00:00,18.033212925399607,True -2017/08/29 15:00:00,17.514631386343737,True -2017/08/29 16:00:00,19.030665996752806,True -2017/08/29 17:00:00,19.843326343830793,True -2017/08/29 18:00:00,19.663526946972826,True -2017/08/29 19:00:00,19.31325617054035,True -2017/08/29 20:00:00,19.94068804144382,True -2017/08/29 21:00:00,18.728446912911885,True -2017/08/29 22:00:00,14.892177451963205,True -2017/08/29 23:00:00,11.223761006144384,True -2017/08/30 00:00:00,5.381472409734719,True -2017/08/30 01:00:00,3.20813960465749,True -2017/08/30 02:00:00,3.759947869350459,True -2017/08/30 03:00:00,3.207322608717873,True -2017/08/30 04:00:00,6.397462558456072,True -2017/08/30 05:00:00,8.738395056631473,True -2017/08/30 06:00:00,10.948480364590688,True -2017/08/30 07:00:00,15.168208665920222,True -2017/08/30 08:00:00,16.325400785995516,True -2017/08/30 09:00:00,17.35383360788223,True -2017/08/30 10:00:00,18.198124975457933,True -2017/08/30 11:00:00,19.532510927015036,True -2017/08/30 12:00:00,18.97732719775198,True -2017/08/30 13:00:00,18.859391025743204,True -2017/08/30 14:00:00,18.41320246753431,True -2017/08/30 15:00:00,18.09258218998769,True -2017/08/30 16:00:00,17.674424464594473,True -2017/08/30 17:00:00,17.34563488130861,True -2017/08/30 18:00:00,16.341205434616505,True -2017/08/30 19:00:00,16.133749032892982,True -2017/08/30 20:00:00,17.641712489684526,True -2017/08/30 21:00:00,16.93080295009047,True -2017/08/30 22:00:00,13.87827778201305,True -2017/08/30 23:00:00,10.306276078301677,True -2017/08/31 00:00:00,5.074916023791455,True -2017/08/31 01:00:00,3.2101578051159154,True -2017/08/31 02:00:00,3.7631062391036996,True -2017/08/31 03:00:00,3.2090316712519615,True -2017/08/31 04:00:00,5.3415192297457965,True -2017/08/31 05:00:00,8.535533431083303,True -2017/08/31 06:00:00,10.806980511122287,True -2017/08/31 07:00:00,14.256937125838478,True -2017/08/31 08:00:00,14.48105749341738,True -2017/08/31 09:00:00,15.577621966082233,True -2017/08/31 10:00:00,17.230640304531352,True -2017/08/31 11:00:00,18.029679882282526,True -2017/08/31 12:00:00,17.320569653876024,True -2017/08/31 13:00:00,17.30959656938682,True -2017/08/31 14:00:00,16.49394808855627,True -2017/08/31 15:00:00,16.11812973823315,True -2017/08/31 16:00:00,17.37521310405552,True -2017/08/31 17:00:00,17.47931771825514,True -2017/08/31 18:00:00,16.43029115676026,True -2017/08/31 19:00:00,16.117154467382836,True -2017/08/31 20:00:00,16.969630281919855,True -2017/08/31 21:00:00,16.260181605769635,True -2017/08/31 22:00:00,12.64628788414296,True -2017/08/31 23:00:00,8.643062748415757,True -2017/09/01 00:00:00,5.074319656211376,True -2017/09/01 01:00:00,3.210740523922274,True -2017/09/01 02:00:00,3.763365108594741,True -2017/09/01 03:00:00,3.2099554821948613,True -2017/09/01 04:00:00,5.466552583676074,True -2017/09/01 05:00:00,8.56321847845576,True -2017/09/01 06:00:00,10.832613916507269,True -2017/09/01 07:00:00,13.436183733082828,True -2017/09/01 08:00:00,14.537281945677213,True -2017/09/01 09:00:00,15.666396783563833,True -2017/09/01 10:00:00,17.62293782287394,True -2017/09/01 11:00:00,18.544910299973147,True -2017/09/01 12:00:00,17.800158679870492,True -2017/09/01 13:00:00,17.99762406507083,True -2017/09/01 14:00:00,16.845413437474598,True -2017/09/01 15:00:00,16.495662691215287,True -2017/09/01 16:00:00,17.831711016433836,True -2017/09/01 17:00:00,17.92490700332683,True -2017/09/01 18:00:00,16.911644882561188,True -2017/09/01 19:00:00,16.450683916670947,True -2017/09/01 20:00:00,17.079179173384745,True -2017/09/01 21:00:00,16.260690748101755,True -2017/09/01 22:00:00,13.715948378871905,True -2017/09/01 23:00:00,9.973209001284937,True -2017/09/02 00:00:00,5.164695989594508,True -2017/09/02 01:00:00,3.14673144479446,True -2017/09/02 02:00:00,3.7018564781999306,True -2017/09/02 03:00:00,3.147668983576439,True -2017/09/02 04:00:00,5.02490908615766,True -2017/09/02 05:00:00,8.391824952317563,True -2017/09/02 06:00:00,11.064113614909825,True -2017/09/02 07:00:00,12.21183264959817,True -2017/09/02 08:00:00,12.815999043108443,True -2017/09/02 09:00:00,15.469002865548772,True -2017/09/02 10:00:00,17.163624895295143,True -2017/09/02 11:00:00,17.67042796342479,True -2017/09/02 12:00:00,16.909782541627873,True -2017/09/02 13:00:00,17.14520300502197,True -2017/09/02 14:00:00,16.13428139883093,True -2017/09/02 15:00:00,15.843532220283057,True -2017/09/02 16:00:00,16.94341644014541,True -2017/09/02 17:00:00,17.733208386458582,True -2017/09/02 18:00:00,17.349338459887775,True -2017/09/02 19:00:00,16.639934823407536,True -2017/09/02 20:00:00,16.95586688672222,True -2017/09/02 21:00:00,16.653616885146448,True -2017/09/02 22:00:00,13.690222018945875,True -2017/09/02 23:00:00,10.16328691859774,True -2017/09/03 00:00:00,5.418563284852412,True -2017/09/03 01:00:00,3.1475166725455135,True -2017/09/03 02:00:00,3.7026018178182416,True -2017/09/03 03:00:00,3.146829236185585,True -2017/09/03 04:00:00,5.013314858509196,True -2017/09/03 05:00:00,8.57109618128739,True -2017/09/03 06:00:00,11.313732520233946,True -2017/09/03 07:00:00,11.950587988680525,True -2017/09/03 08:00:00,14.106915840736418,True -2017/09/03 09:00:00,13.581005841881376,True -2017/09/03 10:00:00,17.10090855293744,True -2017/09/03 11:00:00,18.21328585098933,True -2017/09/03 12:00:00,17.083309839047963,True -2017/09/03 13:00:00,17.35788770319282,True -2017/09/03 14:00:00,16.14899807628213,True -2017/09/03 15:00:00,15.940609594788793,True -2017/09/03 16:00:00,16.658262602160622,True -2017/09/03 17:00:00,17.364687188751233,True -2017/09/03 18:00:00,16.62124716169016,True -2017/09/03 19:00:00,15.932133900271356,True -2017/09/03 20:00:00,16.452657755456062,True -2017/09/03 21:00:00,16.266278466500378,True -2017/09/03 22:00:00,13.080218844340074,True -2017/09/03 23:00:00,9.82841457973344,True -2017/09/04 00:00:00,5.088108221830059,True -2017/09/04 01:00:00,3.209443614431305,True -2017/09/04 02:00:00,3.765614419530452,True -2017/09/04 03:00:00,3.2098427538871985,True -2017/09/04 04:00:00,5.639637814291251,True -2017/09/04 05:00:00,8.524356826855168,True -2017/09/04 06:00:00,10.799775372330462,True -2017/09/04 07:00:00,14.402951907917975,True -2017/09/04 08:00:00,15.54151641686966,True -2017/09/04 09:00:00,16.009933234233788,True -2017/09/04 10:00:00,17.723155647050906,True -2017/09/04 11:00:00,19.05407536616912,True -2017/09/04 12:00:00,18.2712487281781,True -2017/09/04 13:00:00,18.255977924248036,True -2017/09/04 14:00:00,16.838296074318016,True -2017/09/04 15:00:00,16.642291150402336,True -2017/09/04 16:00:00,17.74027706637939,True -2017/09/04 17:00:00,18.109550621213625,True -2017/09/04 18:00:00,16.99848119979006,True -2017/09/04 19:00:00,16.068440907597953,True -2017/09/04 20:00:00,17.500791935440702,True -2017/09/04 21:00:00,16.7601399499582,True -2017/09/04 22:00:00,13.758579290222803,True -2017/09/04 23:00:00,9.871717920436076,True -2017/09/05 00:00:00,5.076754516524762,True -2017/09/05 01:00:00,3.2102391451387984,True -2017/09/05 02:00:00,3.7657195002957176,True -2017/09/05 03:00:00,3.209661238899398,True -2017/09/05 04:00:00,5.539017625404147,True -2017/09/05 05:00:00,8.525319637585524,True -2017/09/05 06:00:00,10.79662868984663,True -2017/09/05 07:00:00,14.218760215510235,True -2017/09/05 08:00:00,15.76113782615745,True -2017/09/05 09:00:00,15.652268605700744,True -2017/09/05 10:00:00,17.60960850359169,True -2017/09/05 11:00:00,18.6901798200749,True -2017/09/05 12:00:00,18.0806694972662,True -2017/09/05 13:00:00,18.195689253924428,True -2017/09/05 14:00:00,17.06119086434713,True -2017/09/05 15:00:00,16.72844534967961,True -2017/09/05 16:00:00,18.1340518573831,True -2017/09/05 17:00:00,18.31842804834787,True -2017/09/05 18:00:00,17.360951077630055,True -2017/09/05 19:00:00,16.520670312655973,True -2017/09/05 20:00:00,16.96746581709759,True -2017/09/05 21:00:00,16.79576237891537,True -2017/09/05 22:00:00,13.646311909610747,True -2017/09/05 23:00:00,9.889141392783932,True -2017/09/06 00:00:00,5.074839441830217,True -2017/09/06 01:00:00,3.210884679219936,True -2017/09/06 02:00:00,3.7645697502134734,True -2017/09/06 03:00:00,3.212442646841586,True -2017/09/06 04:00:00,5.706141666724721,True -2017/09/06 05:00:00,8.523380313892517,True -2017/09/06 06:00:00,10.793260412318553,True -2017/09/06 07:00:00,14.131164832606775,True -2017/09/06 08:00:00,15.695738339143757,True -2017/09/06 09:00:00,15.650215830932456,True -2017/09/06 10:00:00,17.53109789175616,True -2017/09/06 11:00:00,18.76800067202414,True -2017/09/06 12:00:00,18.31809491712735,True -2017/09/06 13:00:00,17.914039147571643,True -2017/09/06 14:00:00,16.489565393514887,True -2017/09/06 15:00:00,16.15420622310597,True -2017/09/06 16:00:00,17.460683190132144,True -2017/09/06 17:00:00,17.694665071371105,True -2017/09/06 18:00:00,17.18567703852512,True -2017/09/06 19:00:00,16.713584957729868,True -2017/09/06 20:00:00,17.142629579959376,True -2017/09/06 21:00:00,16.382401131964702,True -2017/09/06 22:00:00,12.82313231695065,True -2017/09/06 23:00:00,8.944552910737139,True -2017/09/07 00:00:00,5.12170450132826,True -2017/09/07 01:00:00,3.209535776511818,True -2017/09/07 02:00:00,3.764312114919827,True -2017/09/07 03:00:00,3.2105758980456867,True -2017/09/07 04:00:00,5.391082406458258,True -2017/09/07 05:00:00,8.554313284600918,True -2017/09/07 06:00:00,10.823582021388782,True -2017/09/07 07:00:00,13.409259689718144,True -2017/09/07 08:00:00,14.465965262872398,True -2017/09/07 09:00:00,15.803239640833983,True -2017/09/07 10:00:00,17.669409928848022,True -2017/09/07 11:00:00,18.73401969127238,True -2017/09/07 12:00:00,18.11444676067646,True -2017/09/07 13:00:00,18.6341941797867,True -2017/09/07 14:00:00,17.291412644435244,True -2017/09/07 15:00:00,17.097820643547546,True -2017/09/07 16:00:00,18.31994939559953,True -2017/09/07 17:00:00,18.63966264536938,True -2017/09/07 18:00:00,17.77749428056457,True -2017/09/07 19:00:00,17.380555436839227,True -2017/09/07 20:00:00,18.085109250566024,True -2017/09/07 21:00:00,17.305444789294746,True -2017/09/07 22:00:00,13.877046185888021,True -2017/09/07 23:00:00,9.677868444977035,True -2017/09/08 00:00:00,5.210445095221286,True -2017/09/08 01:00:00,3.2090838190708912,True -2017/09/08 02:00:00,3.7626604927944234,True -2017/09/08 03:00:00,3.2097362231214257,True -2017/09/08 04:00:00,5.760183069094517,True -2017/09/08 05:00:00,8.625112554532139,True -2017/09/08 06:00:00,10.922290164879618,True -2017/09/08 07:00:00,14.309054443033965,True -2017/09/08 08:00:00,15.824471419983418,True -2017/09/08 09:00:00,17.23039467868122,True -2017/09/08 10:00:00,18.960585918534267,True -2017/09/08 11:00:00,20.199846702449346,True -2017/09/08 12:00:00,19.92573905469768,True -2017/09/08 13:00:00,19.72801487230007,True -2017/09/08 14:00:00,19.017339932024637,True -2017/09/08 15:00:00,18.526866430288877,True -2017/09/08 16:00:00,19.488428991919818,True -2017/09/08 17:00:00,19.4752295730977,True -2017/09/08 18:00:00,18.72040351524876,True -2017/09/08 19:00:00,18.541633250644654,True -2017/09/08 20:00:00,19.216126305832923,True -2017/09/08 21:00:00,18.38053197901294,True -2017/09/08 22:00:00,14.865880343433494,True -2017/09/08 23:00:00,10.405649937454195,True -2017/09/09 00:00:00,5.45158937949628,True -2017/09/09 01:00:00,3.14548294949666,True -2017/09/09 02:00:00,3.698502748729443,True -2017/09/09 03:00:00,3.1463123296431945,True -2017/09/09 04:00:00,5.442341637561301,True -2017/09/09 05:00:00,8.48943780873169,True -2017/09/09 06:00:00,11.148742548029487,True -2017/09/09 07:00:00,11.870918005366942,True -2017/09/09 08:00:00,14.203947588726091,True -2017/09/09 09:00:00,16.44749493476884,True -2017/09/09 10:00:00,18.362759981985434,True -2017/09/09 11:00:00,19.05636226768826,True -2017/09/09 12:00:00,18.8823231631331,True -2017/09/09 13:00:00,18.346929791371927,True -2017/09/09 14:00:00,18.07941270053593,True -2017/09/09 15:00:00,17.102669793826067,True -2017/09/09 16:00:00,17.80619907694873,True -2017/09/09 17:00:00,18.67791317338591,True -2017/09/09 18:00:00,17.93925944836666,True -2017/09/09 19:00:00,17.367937852613856,True -2017/09/09 20:00:00,16.516724875728244,True -2017/09/09 21:00:00,16.158846898151374,True -2017/09/09 22:00:00,13.68371149810488,True -2017/09/09 23:00:00,10.033836257071503,True -2017/09/10 00:00:00,5.418265148634464,True -2017/09/10 01:00:00,3.1475895996112753,True -2017/09/10 02:00:00,3.7035372625627008,True -2017/09/10 03:00:00,3.1453575089505685,True -2017/09/10 04:00:00,5.019232064683096,True -2017/09/10 05:00:00,8.62603451359119,True -2017/09/10 06:00:00,11.361129655811977,True -2017/09/10 07:00:00,12.005549506903742,True -2017/09/10 08:00:00,14.28751765517136,True -2017/09/10 09:00:00,13.329946080610183,True -2017/09/10 10:00:00,16.7590728528889,True -2017/09/10 11:00:00,17.7126712032308,True -2017/09/10 12:00:00,16.737952166975873,True -2017/09/10 13:00:00,16.809530806510164,True -2017/09/10 14:00:00,15.794269515133628,True -2017/09/10 15:00:00,15.618434198007503,True -2017/09/10 16:00:00,16.604416191466065,True -2017/09/10 17:00:00,16.78249937374648,True -2017/09/10 18:00:00,16.38401405818823,True -2017/09/10 19:00:00,15.602621980793296,True -2017/09/10 20:00:00,16.94751380886572,True -2017/09/10 21:00:00,16.434343916629015,True -2017/09/10 22:00:00,13.108517295300379,True -2017/09/10 23:00:00,9.756506085001405,True -2017/09/11 00:00:00,5.079365352883894,True -2017/09/11 01:00:00,3.21016302013605,True -2017/09/11 02:00:00,3.7661998587867656,True -2017/09/11 03:00:00,3.2093351615023837,True -2017/09/11 04:00:00,5.2308037410317825,True -2017/09/11 05:00:00,8.531168935204807,True -2017/09/11 06:00:00,10.805067634415021,True -2017/09/11 07:00:00,14.256149352018188,True -2017/09/11 08:00:00,15.400842524371908,True -2017/09/11 09:00:00,15.560609194841359,True -2017/09/11 10:00:00,17.236581024509793,True -2017/09/11 11:00:00,18.190816565807815,True -2017/09/11 12:00:00,17.251984185592434,True -2017/09/11 13:00:00,17.542571217600475,True -2017/09/11 14:00:00,16.67191197278797,True -2017/09/11 15:00:00,16.232692887748083,True -2017/09/11 16:00:00,17.51094620979368,True -2017/09/11 17:00:00,18.002265009083132,True -2017/09/11 18:00:00,17.09088422224682,True -2017/09/11 19:00:00,17.088134467160945,True -2017/09/11 20:00:00,16.970198607879592,True -2017/09/11 21:00:00,16.261963250054883,True -2017/09/11 22:00:00,13.724767132470214,True -2017/09/11 23:00:00,10.01521215386382,True -2017/09/12 00:00:00,5.076292773835482,True -2017/09/12 01:00:00,3.209929650601407,True -2017/09/12 02:00:00,3.7657822009434723,True -2017/09/12 03:00:00,3.2115335120903126,True -2017/09/12 04:00:00,5.501295557320815,True -2017/09/12 05:00:00,8.528284867004825,True -2017/09/12 06:00:00,10.796211106806672,True -2017/09/12 07:00:00,14.394345600835868,True -2017/09/12 08:00:00,14.466585014312585,True -2017/09/12 09:00:00,16.255091638615607,True -2017/09/12 10:00:00,17.922532074703636,True -2017/09/12 11:00:00,19.32125910559651,True -2017/09/12 12:00:00,18.849154294229013,True -2017/09/12 13:00:00,19.04801086305182,True -2017/09/12 14:00:00,18.141896399042857,True -2017/09/12 15:00:00,17.887894516749757,True -2017/09/12 16:00:00,18.65866468952929,True -2017/09/12 17:00:00,18.778288113919317,True -2017/09/12 18:00:00,18.201862092029547,True -2017/09/12 19:00:00,18.704879305133172,True -2017/09/12 20:00:00,18.58651680811445,True -2017/09/12 21:00:00,17.67893937432187,True -2017/09/12 22:00:00,13.49775134866636,True -2017/09/12 23:00:00,10.131141561991422,True -2017/09/13 00:00:00,5.21097710159118,True -2017/09/13 01:00:00,3.2080306173397983,True -2017/09/13 02:00:00,3.762651876783982,True -2017/09/13 03:00:00,3.210361305355763,True -2017/09/13 04:00:00,5.79018596341774,True -2017/09/13 05:00:00,8.64024677878204,True -2017/09/13 06:00:00,10.941326231071558,True -2017/09/13 07:00:00,15.147563215073813,True -2017/09/13 08:00:00,16.51209263409973,True -2017/09/13 09:00:00,17.63167443217917,True -2017/09/13 10:00:00,19.292496860835094,True -2017/09/13 11:00:00,20.74202746913429,True -2017/09/13 12:00:00,20.298864791650445,True -2017/09/13 13:00:00,20.057390697106154,True -2017/09/13 14:00:00,19.171091652091803,True -2017/09/13 15:00:00,18.55334048570579,True -2017/09/13 16:00:00,19.643375551225564,True -2017/09/13 17:00:00,19.972795865454273,True -2017/09/13 18:00:00,19.724549869710998,True -2017/09/13 19:00:00,20.091731898008046,True -2017/09/13 20:00:00,20.165245515827376,True -2017/09/13 21:00:00,19.139770217066534,True -2017/09/13 22:00:00,15.880563204451546,True -2017/09/13 23:00:00,12.008618308546351,True -2017/09/14 00:00:00,5.582646092521291,True -2017/09/14 01:00:00,3.2067153813315006,True -2017/09/14 02:00:00,3.7609200572521133,True -2017/09/14 03:00:00,3.208240913271182,True -2017/09/14 04:00:00,6.693238812454896,True -2017/09/14 05:00:00,8.796068698133567,True -2017/09/14 06:00:00,11.10835254266507,True -2017/09/14 07:00:00,16.017332084816328,True -2017/09/14 08:00:00,17.04709060231304,True -2017/09/14 09:00:00,17.814218244174874,True -2017/09/14 10:00:00,19.7289336048013,True -2017/09/14 11:00:00,20.973340894345686,True -2017/09/14 12:00:00,20.51141396450273,True -2017/09/14 13:00:00,20.455010261280183,True -2017/09/14 14:00:00,19.099475222472982,True -2017/09/14 15:00:00,18.67360442304024,True -2017/09/14 16:00:00,20.08473697481029,True -2017/09/14 17:00:00,20.05915487490832,True -2017/09/14 18:00:00,19.839593589283364,True -2017/09/14 19:00:00,19.687929861970964,True -2017/09/14 20:00:00,19.400956910456436,True -2017/09/14 21:00:00,18.273469322549175,True -2017/09/14 22:00:00,14.634282515025811,True -2017/09/14 23:00:00,11.109873455384314,True -2017/09/15 00:00:00,5.328507957901517,True -2017/09/15 01:00:00,3.208337229983599,True -2017/09/15 02:00:00,3.761640603861451,True -2017/09/15 03:00:00,3.2075772181722604,True -2017/09/15 04:00:00,6.078065908422113,True -2017/09/15 05:00:00,8.670596255319056,True -2017/09/15 06:00:00,10.935451149768259,True -2017/09/15 07:00:00,14.8323668050405,True -2017/09/15 08:00:00,16.075865868401202,True -2017/09/15 09:00:00,18.01271936830361,True -2017/09/15 10:00:00,20.18762250497158,True -2017/09/15 11:00:00,21.420524701557543,True -2017/09/15 12:00:00,21.383613574699808,True -2017/09/15 13:00:00,21.004631555211628,True -2017/09/15 14:00:00,20.117257686097044,True -2017/09/15 15:00:00,19.35019866502293,True -2017/09/15 16:00:00,20.0270849463427,True -2017/09/15 17:00:00,20.41251396308888,True -2017/09/15 18:00:00,20.150814083412122,True -2017/09/15 19:00:00,20.624830606412225,True -2017/09/15 20:00:00,20.71320921193165,True -2017/09/15 21:00:00,19.6552771221273,True -2017/09/15 22:00:00,15.95690911357471,True -2017/09/15 23:00:00,12.469463115534888,True -2017/09/16 00:00:00,5.6313099204370385,True -2017/09/16 01:00:00,3.1427120265626516,True -2017/09/16 02:00:00,3.6990086246603324,True -2017/09/16 03:00:00,3.1428706393206034,True -2017/09/16 04:00:00,6.252335153267716,True -2017/09/16 05:00:00,8.7013947748432,True -2017/09/16 06:00:00,11.392391620504766,True -2017/09/16 07:00:00,14.680167877290467,True -2017/09/16 08:00:00,16.45169540887784,True -2017/09/16 09:00:00,18.633739810855115,True -2017/09/16 10:00:00,19.657967119112637,True -2017/09/16 11:00:00,20.798545526218895,True -2017/09/16 12:00:00,20.5016833200918,True -2017/09/16 13:00:00,20.346359853293496,True -2017/09/16 14:00:00,19.55206316448129,True -2017/09/16 15:00:00,19.29958966732968,True -2017/09/16 16:00:00,19.84034474489567,True -2017/09/16 17:00:00,20.689170343218613,True -2017/09/16 18:00:00,20.40070940982175,True -2017/09/16 19:00:00,20.86544142269853,True -2017/09/16 20:00:00,19.83966010849636,True -2017/09/16 21:00:00,19.58257777000643,True -2017/09/16 22:00:00,16.558879808878487,True -2017/09/16 23:00:00,13.49210945922563,True -2017/09/17 00:00:00,5.877397103555292,True -2017/09/17 01:00:00,3.1445093128528483,True -2017/09/17 02:00:00,3.699583809902041,True -2017/09/17 03:00:00,3.142330979882575,True -2017/09/17 04:00:00,6.587171899726119,True -2017/09/17 05:00:00,10.473933842467725,True -2017/09/17 06:00:00,13.17683099510575,True -2017/09/17 07:00:00,13.818426053718282,True -2017/09/17 08:00:00,15.588286350931659,True -2017/09/17 09:00:00,16.12803180671966,True -2017/09/17 10:00:00,19.182999335868217,True -2017/09/17 11:00:00,20.331123353995704,True -2017/09/17 12:00:00,19.596028959915458,True -2017/09/17 13:00:00,19.592948412626082,True -2017/09/17 14:00:00,18.481556173182796,True -2017/09/17 15:00:00,18.15266128289581,True -2017/09/17 16:00:00,18.608735775157196,True -2017/09/17 17:00:00,19.130116122011515,True -2017/09/17 18:00:00,18.50949624358068,True -2017/09/17 19:00:00,18.5628996074871,True -2017/09/17 20:00:00,17.833476655344633,True -2017/09/17 21:00:00,16.204305897956015,True -2017/09/17 22:00:00,12.39311926163585,True -2017/09/17 23:00:00,8.935371984673369,True -2017/09/18 00:00:00,5.117080840885053,True -2017/09/18 01:00:00,3.2094493543841276,True -2017/09/18 02:00:00,3.7661426920150474,True -2017/09/18 03:00:00,3.209814992019592,True -2017/09/18 04:00:00,5.263335216126269,True -2017/09/18 05:00:00,8.542221701018567,True -2017/09/18 06:00:00,10.82272505435115,True -2017/09/18 07:00:00,14.20108962371397,True -2017/09/18 08:00:00,14.600400053725762,True -2017/09/18 09:00:00,15.75280788830812,True -2017/09/18 10:00:00,17.55094836231121,True -2017/09/18 11:00:00,18.458766620013225,True -2017/09/18 12:00:00,18.159519241015428,True -2017/09/18 13:00:00,18.11531541029547,True -2017/09/18 14:00:00,16.797701103434992,True -2017/09/18 15:00:00,16.334218130756472,True -2017/09/18 16:00:00,17.75687751644489,True -2017/09/18 17:00:00,18.3338428332547,True -2017/09/18 18:00:00,17.69346393933469,True -2017/09/18 19:00:00,18.32488857455911,True -2017/09/18 20:00:00,17.814311006356014,True -2017/09/18 21:00:00,16.460946064780103,True -2017/09/18 22:00:00,12.954362488638159,True -2017/09/18 23:00:00,8.855955776420695,True -2017/09/19 00:00:00,5.07615102621273,True -2017/09/19 01:00:00,3.2102791057276416,True -2017/09/19 02:00:00,3.767060880949797,True -2017/09/19 03:00:00,3.210651242048458,True -2017/09/19 04:00:00,5.301709993963316,True -2017/09/19 05:00:00,8.545830008383595,True -2017/09/19 06:00:00,10.80949790800995,True -2017/09/19 07:00:00,14.2070990420804,True -2017/09/19 08:00:00,14.487287481680156,True -2017/09/19 09:00:00,15.75094023368012,True -2017/09/19 10:00:00,17.56944934852043,True -2017/09/19 11:00:00,18.67938508870014,True -2017/09/19 12:00:00,18.21546843342464,True -2017/09/19 13:00:00,18.17625709573098,True -2017/09/19 14:00:00,17.35559877328163,True -2017/09/19 15:00:00,17.216049922588226,True -2017/09/19 16:00:00,18.14954760371717,True -2017/09/19 17:00:00,18.250685437902543,True -2017/09/19 18:00:00,17.414464874864112,True -2017/09/19 19:00:00,17.993964060250274,True -2017/09/19 20:00:00,17.99555399801263,True -2017/09/19 21:00:00,16.74067983121345,True -2017/09/19 22:00:00,12.78868114549481,True -2017/09/19 23:00:00,8.64211887559845,True -2017/09/20 00:00:00,5.077180959569682,True -2017/09/20 01:00:00,3.210068668717282,True -2017/09/20 02:00:00,3.7651759092907127,True -2017/09/20 03:00:00,3.210984063175269,True -2017/09/20 04:00:00,5.318235523874432,True -2017/09/20 05:00:00,8.541852529607837,True -2017/09/20 06:00:00,10.814460903745882,True -2017/09/20 07:00:00,14.44030688138077,True -2017/09/20 08:00:00,14.478667218046855,True -2017/09/20 09:00:00,16.169529430176258,True -2017/09/20 10:00:00,18.17880783182626,True -2017/09/20 11:00:00,19.889001033911303,True -2017/09/20 12:00:00,19.502190168500793,True -2017/09/20 13:00:00,19.364784001559308,True -2017/09/20 14:00:00,18.807912091286163,True -2017/09/20 15:00:00,18.175918093927006,True -2017/09/20 16:00:00,19.33788968613054,True -2017/09/20 17:00:00,19.52990438644054,True -2017/09/20 18:00:00,18.590668719524373,True -2017/09/20 19:00:00,18.63723375716556,True -2017/09/20 20:00:00,18.320572576805294,True -2017/09/20 21:00:00,16.803031011891708,True -2017/09/20 22:00:00,13.023311567670964,True -2017/09/20 23:00:00,8.892232384972516,True -2017/09/21 00:00:00,5.096611407231364,True -2017/09/21 01:00:00,3.2120643936614037,True -2017/09/21 02:00:00,3.7642965550389142,True -2017/09/21 03:00:00,3.210943484664671,True -2017/09/21 04:00:00,5.390055548695382,True -2017/09/21 05:00:00,8.556207070226641,True -2017/09/21 06:00:00,10.81455478384115,True -2017/09/21 07:00:00,14.277701854790498,True -2017/09/21 08:00:00,14.782179034074053,True -2017/09/21 09:00:00,16.593784319804264,True -2017/09/21 10:00:00,18.94114884804046,True -2017/09/21 11:00:00,20.275728433222817,True -2017/09/21 12:00:00,20.12646801935729,True -2017/09/21 13:00:00,20.115573727390338,True -2017/09/21 14:00:00,19.28106433432418,True -2017/09/21 15:00:00,18.959885142641742,True -2017/09/21 16:00:00,20.10375042463297,True -2017/09/21 17:00:00,20.216035749882373,True -2017/09/21 18:00:00,19.287158479187077,True -2017/09/21 19:00:00,19.261012395454532,True -2017/09/21 20:00:00,19.12167047739875,True -2017/09/21 21:00:00,17.552815090063802,True -2017/09/21 22:00:00,13.576341456565416,True -2017/09/21 23:00:00,9.684672790363175,True -2017/09/22 00:00:00,5.124759470523708,True -2017/09/22 01:00:00,3.209253001726795,True -2017/09/22 02:00:00,3.765829933852375,True -2017/09/22 03:00:00,3.212440662533391,True -2017/09/22 04:00:00,5.579227995153742,True -2017/09/22 05:00:00,8.575512341890995,True -2017/09/22 06:00:00,10.841292639152458,True -2017/09/22 07:00:00,14.337223360352873,True -2017/09/22 08:00:00,14.588384429670665,True -2017/09/22 09:00:00,16.025148417381555,True -2017/09/22 10:00:00,18.237235318712226,True -2017/09/22 11:00:00,20.0843292020732,True -2017/09/22 12:00:00,19.44930720342316,True -2017/09/22 13:00:00,19.34929155618093,True -2017/09/22 14:00:00,18.708655870760527,True -2017/09/22 15:00:00,18.205291652095134,True -2017/09/22 16:00:00,19.311569526889905,True -2017/09/22 17:00:00,19.359454805854778,True -2017/09/22 18:00:00,18.373154451778813,True -2017/09/22 19:00:00,18.166463063698803,True -2017/09/22 20:00:00,17.693137901770637,True -2017/09/22 21:00:00,16.54685764939378,True -2017/09/22 22:00:00,12.955837299023697,True -2017/09/22 23:00:00,8.638254852796084,True -2017/09/23 00:00:00,5.166036515665649,True -2017/09/23 01:00:00,3.148357517033667,True -2017/09/23 02:00:00,3.7023180811331597,True -2017/09/23 03:00:00,3.148352361588537,True -2017/09/23 04:00:00,5.0987114448038175,True -2017/09/23 05:00:00,8.422933324285735,True -2017/09/23 06:00:00,11.095421251043069,True -2017/09/23 07:00:00,12.36542732340032,True -2017/09/23 08:00:00,12.842776274707498,True -2017/09/23 09:00:00,15.414547177680845,True -2017/09/23 10:00:00,16.987952106856124,True -2017/09/23 11:00:00,17.373344805575268,True -2017/09/23 12:00:00,17.389612660716043,True -2017/09/23 13:00:00,17.007137356821865,True -2017/09/23 14:00:00,16.00020563907845,True -2017/09/23 15:00:00,16.17487009317803,True -2017/09/23 16:00:00,16.592145979362382,True -2017/09/23 17:00:00,17.726960362004355,True -2017/09/23 18:00:00,17.376609342872985,True -2017/09/23 19:00:00,17.871139495100927,True -2017/09/23 20:00:00,16.774585240706354,True -2017/09/23 21:00:00,16.49972135501815,True -2017/09/23 22:00:00,13.142696471058658,True -2017/09/23 23:00:00,9.780930102624438,True -2017/09/24 00:00:00,5.448464661368068,True -2017/09/24 01:00:00,3.1457587045177835,True -2017/09/24 02:00:00,3.700607137109298,True -2017/09/24 03:00:00,3.1452290909256275,True -2017/09/24 04:00:00,5.151077306912599,True -2017/09/24 05:00:00,8.780832235166516,True -2017/09/24 06:00:00,11.493303203502185,True -2017/09/24 07:00:00,11.427755480685425,True -2017/09/24 08:00:00,13.877398972717641,True -2017/09/24 09:00:00,14.225983604037342,True -2017/09/24 10:00:00,17.323681612472196,True -2017/09/24 11:00:00,18.365830784584432,True -2017/09/24 12:00:00,18.088430273771436,True -2017/09/24 13:00:00,17.658666017023066,True -2017/09/24 14:00:00,16.634898406681053,True -2017/09/24 15:00:00,16.408046218249975,True -2017/09/24 16:00:00,17.057640733773816,True -2017/09/24 17:00:00,17.54061923685166,True -2017/09/24 18:00:00,17.18508023416567,True -2017/09/24 19:00:00,17.275739832800905,True -2017/09/24 20:00:00,17.267020889240072,True -2017/09/24 21:00:00,16.262800851848848,True -2017/09/24 22:00:00,12.86880261974347,True -2017/09/24 23:00:00,9.458057863217466,True -2017/09/25 00:00:00,5.125637782334663,True -2017/09/25 01:00:00,3.210149809746976,True -2017/09/25 02:00:00,3.765933842654702,True -2017/09/25 03:00:00,3.2105135195669434,True -2017/09/25 04:00:00,5.273317412746964,True -2017/09/25 05:00:00,8.559730719004314,True -2017/09/25 06:00:00,10.841935075523248,True -2017/09/25 07:00:00,14.508192933336497,True -2017/09/25 08:00:00,14.656731175713588,True -2017/09/25 09:00:00,16.557905363388347,True -2017/09/25 10:00:00,19.102594203691552,True -2017/09/25 11:00:00,20.668426353734862,True -2017/09/25 12:00:00,20.365683621365328,True -2017/09/25 13:00:00,20.486262840345418,True -2017/09/25 14:00:00,19.463049586294023,True -2017/09/25 15:00:00,18.89061852805839,True -2017/09/25 16:00:00,20.059074527286292,True -2017/09/25 17:00:00,20.3837601708719,True -2017/09/25 18:00:00,19.910780991991828,True -2017/09/25 19:00:00,19.7649944883667,True -2017/09/25 20:00:00,19.50636585469982,True -2017/09/25 21:00:00,18.549006985420228,True -2017/09/25 22:00:00,15.08063472823853,True -2017/09/25 23:00:00,10.023966828102,True -2017/09/26 00:00:00,5.171111995442429,True -2017/09/26 01:00:00,3.209086325039808,True -2017/09/26 02:00:00,3.7635952029847277,True -2017/09/26 03:00:00,3.209915643054232,True -2017/09/26 04:00:00,5.396025124478309,True -2017/09/26 05:00:00,8.60111751542625,True -2017/09/26 06:00:00,10.862845766622293,True -2017/09/26 07:00:00,13.647745009032791,True -2017/09/26 08:00:00,15.011262452193721,True -2017/09/26 09:00:00,16.067628932242886,True -2017/09/26 10:00:00,17.6732622784118,True -2017/09/26 11:00:00,19.2769542800617,True -2017/09/26 12:00:00,19.049113352837715,True -2017/09/26 13:00:00,19.434145528233326,True -2017/09/26 14:00:00,18.045977895355062,True -2017/09/26 15:00:00,17.646575108683432,True -2017/09/26 16:00:00,18.836357758566603,True -2017/09/26 17:00:00,18.88504272470862,True -2017/09/26 18:00:00,17.997010061330815,True -2017/09/26 19:00:00,18.148671833346086,True -2017/09/26 20:00:00,17.94769166671351,True -2017/09/26 21:00:00,17.15208202889918,True -2017/09/26 22:00:00,13.553358310384903,True -2017/09/26 23:00:00,9.982670212645509,True -2017/09/27 00:00:00,5.150220952689669,True -2017/09/27 01:00:00,3.209491190921553,True -2017/09/27 02:00:00,3.762975522963036,True -2017/09/27 03:00:00,3.2085408926581858,True -2017/09/27 04:00:00,5.447634689811917,True -2017/09/27 05:00:00,8.587777062002699,True -2017/09/27 06:00:00,10.861885920032178,True -2017/09/27 07:00:00,13.631682406511809,True -2017/09/27 08:00:00,14.781118919844186,True -2017/09/27 09:00:00,15.879046205406123,True -2017/09/27 10:00:00,18.029132530458273,True -2017/09/27 11:00:00,19.0548926858559,True -2017/09/27 12:00:00,19.098729777120386,True -2017/09/27 13:00:00,19.107591991300385,True -2017/09/27 14:00:00,17.798148837168057,True -2017/09/27 15:00:00,17.000317167490472,True -2017/09/27 16:00:00,17.999927109587,True -2017/09/27 17:00:00,17.285237318039645,True -2017/09/27 18:00:00,16.53260709379221,True -2017/09/27 19:00:00,17.598206314603797,True -2017/09/27 20:00:00,17.601982075076375,True -2017/09/27 21:00:00,16.92040346783689,True -2017/09/27 22:00:00,13.747563113821075,True -2017/09/27 23:00:00,10.10722633169046,True -2017/09/28 00:00:00,5.078024343651426,True -2017/09/28 01:00:00,3.2104195946369645,True -2017/09/28 02:00:00,3.7648958659293155,True -2017/09/28 03:00:00,3.2095417031235587,True -2017/09/28 04:00:00,5.353226593217367,True -2017/09/28 05:00:00,8.539381942286216,True -2017/09/28 06:00:00,10.806999440614353,True -2017/09/28 07:00:00,14.361540913072094,True -2017/09/28 08:00:00,15.476278462644684,True -2017/09/28 09:00:00,16.126665875443145,True -2017/09/28 10:00:00,17.703935488349376,True -2017/09/28 11:00:00,18.47391160056689,True -2017/09/28 12:00:00,17.004246109428887,True -2017/09/28 13:00:00,16.98594039803625,True -2017/09/28 14:00:00,16.24632086583848,True -2017/09/28 15:00:00,16.362982564553004,True -2017/09/28 16:00:00,17.604503077927998,True -2017/09/28 17:00:00,18.039356868098356,True -2017/09/28 18:00:00,17.024833767413128,True -2017/09/28 19:00:00,17.44098383124601,True -2017/09/28 20:00:00,17.48005741323003,True -2017/09/28 21:00:00,16.746871334175875,True -2017/09/28 22:00:00,13.856506056033673,True -2017/09/28 23:00:00,9.90168832903023,True -2017/09/29 00:00:00,5.07767881477976,True -2017/09/29 01:00:00,3.210144500578675,True -2017/09/29 02:00:00,3.7657557391123255,True -2017/09/29 03:00:00,3.209723693844795,True -2017/09/29 04:00:00,5.901923877514952,True -2017/09/29 05:00:00,8.516605101165151,True -2017/09/29 06:00:00,10.7830404925089,True -2017/09/29 07:00:00,14.580714114807115,True -2017/09/29 08:00:00,15.732310314773766,True -2017/09/29 09:00:00,16.68892419772651,True -2017/09/29 10:00:00,17.985545978447426,True -2017/09/29 11:00:00,18.40207188098068,True -2017/09/29 12:00:00,17.00775110101761,True -2017/09/29 13:00:00,17.36178746740362,True -2017/09/29 14:00:00,16.041667820001447,True -2017/09/29 15:00:00,16.17573586757281,True -2017/09/29 16:00:00,17.382951933103865,True -2017/09/29 17:00:00,17.17206996718277,True -2017/09/29 18:00:00,16.969575482532413,True -2017/09/29 19:00:00,17.405160062144574,True -2017/09/29 20:00:00,17.384672220911238,True -2017/09/29 21:00:00,16.69700379927539,True -2017/09/29 22:00:00,13.698372298717592,True -2017/09/29 23:00:00,9.713406706746136,True -2017/09/30 00:00:00,5.170036451329031,True -2017/09/30 01:00:00,3.1481073134355495,True -2017/09/30 02:00:00,3.702135584230465,True -2017/09/30 03:00:00,3.147353111522469,True -2017/09/30 04:00:00,5.6358773400509,True -2017/09/30 05:00:00,8.363130179688548,True -2017/09/30 06:00:00,11.031883512332463,True -2017/09/30 07:00:00,12.1589680687242,True -2017/09/30 08:00:00,14.073362090694578,True -2017/09/30 09:00:00,16.28757494484974,True -2017/09/30 10:00:00,17.62436976267043,True -2017/09/30 11:00:00,17.229500171814035,True -2017/09/30 12:00:00,16.88714533116623,True -2017/09/30 13:00:00,16.628814240779384,True -2017/09/30 14:00:00,15.738553059048979,True -2017/09/30 15:00:00,15.606380628292218,True -2017/09/30 16:00:00,16.275228932598647,True -2017/09/30 17:00:00,17.442953804460085,True -2017/09/30 18:00:00,17.214960644478857,True -2017/09/30 19:00:00,17.64124607621773,True -2017/09/30 20:00:00,16.518911939339553,True -2017/09/30 21:00:00,16.14849058435458,True -2017/09/30 22:00:00,12.664452355460888,True -2017/09/30 23:00:00,8.845499031611585,True -2017/10/01 00:00:00,5.422622986048948,True -2017/10/01 01:00:00,3.1478139626619606,True -2017/10/01 02:00:00,3.7024634921991706,True -2017/10/01 03:00:00,3.1475004384001957,True -2017/10/01 04:00:00,5.0352279717214765,True -2017/10/01 05:00:00,8.730089206732654,True -2017/10/01 06:00:00,11.419005096186735,True -2017/10/01 07:00:00,11.166231977129916,True -2017/10/01 08:00:00,13.574872134876328,True -2017/10/01 09:00:00,13.49833526667117,True -2017/10/01 10:00:00,16.930960845664544,True -2017/10/01 11:00:00,17.812745900455372,True -2017/10/01 12:00:00,16.488546864539206,True -2017/10/01 13:00:00,16.59326991186257,True -2017/10/01 14:00:00,15.352521125021704,True -2017/10/01 15:00:00,15.173558932826861,True -2017/10/01 16:00:00,16.122486961062386,True -2017/10/01 17:00:00,16.54240428631615,True -2017/10/01 18:00:00,16.16540016427043,True -2017/10/01 19:00:00,16.972295824728302,True -2017/10/01 20:00:00,16.95028279262854,True -2017/10/01 21:00:00,16.34469343492276,True -2017/10/01 22:00:00,13.266760685127942,True -2017/10/01 23:00:00,10.105342051870872,True -2017/10/02 00:00:00,5.085575595756233,True -2017/10/02 01:00:00,3.209236308057658,True -2017/10/02 02:00:00,3.7657520923260073,True -2017/10/02 03:00:00,3.210451558110653,True -2017/10/02 04:00:00,5.836335733118936,True -2017/10/02 05:00:00,8.521572408945236,True -2017/10/02 06:00:00,10.80152414725059,True -2017/10/02 07:00:00,14.332690120547229,True -2017/10/02 08:00:00,15.585791029982436,True -2017/10/02 09:00:00,16.64158057594608,True -2017/10/02 10:00:00,17.919279858871374,True -2017/10/02 11:00:00,18.44136569303647,True -2017/10/02 12:00:00,17.008559170460302,True -2017/10/02 13:00:00,16.974626201867583,True -2017/10/02 14:00:00,16.123979388351554,True -2017/10/02 15:00:00,15.935972816802238,True -2017/10/02 16:00:00,17.011156733796778,True -2017/10/02 17:00:00,17.16087499428387,True -2017/10/02 18:00:00,17.041516720564825,True -2017/10/02 19:00:00,17.42287809248155,True -2017/10/02 20:00:00,17.37764339037782,True -2017/10/02 21:00:00,17.137056228198183,True -2017/10/02 22:00:00,13.417614768494191,True -2017/10/02 23:00:00,9.49871331442836,True -2017/10/03 00:00:00,5.079367631669832,True -2017/10/03 01:00:00,3.210198424124486,True -2017/10/03 02:00:00,3.764615432622569,True -2017/10/03 03:00:00,3.2089558995197347,True -2017/10/03 04:00:00,5.93525908155729,True -2017/10/03 05:00:00,8.508989400798244,True -2017/10/03 06:00:00,10.787951047392967,True -2017/10/03 07:00:00,13.852160318372121,True -2017/10/03 08:00:00,15.274832641113907,True -2017/10/03 09:00:00,16.582935879295935,True -2017/10/03 10:00:00,18.019427743076967,True -2017/10/03 11:00:00,18.19994399034086,True -2017/10/03 12:00:00,17.590986540084526,True -2017/10/03 13:00:00,17.704363622638777,True -2017/10/03 14:00:00,16.967976308816688,True -2017/10/03 15:00:00,16.439821812928542,True -2017/10/03 16:00:00,17.46443808489212,True -2017/10/03 17:00:00,17.70826928232747,True -2017/10/03 18:00:00,17.527408171068515,True -2017/10/03 19:00:00,17.62090375994157,True -2017/10/03 20:00:00,17.62241840056287,True -2017/10/03 21:00:00,16.575280682689407,True -2017/10/03 22:00:00,13.111767381028901,True -2017/10/03 23:00:00,9.334844930722381,True -2017/10/04 00:00:00,5.10343947885229,True -2017/10/04 01:00:00,3.208338818124696,True -2017/10/04 02:00:00,3.7654506847230333,True -2017/10/04 03:00:00,3.209902314145493,True -2017/10/04 04:00:00,5.309906828145585,True -2017/10/04 05:00:00,8.54593796294528,True -2017/10/04 06:00:00,10.804735707079045,True -2017/10/04 07:00:00,14.372810859827537,True -2017/10/04 08:00:00,15.35368849343024,True -2017/10/04 09:00:00,16.18471561011807,True -2017/10/04 10:00:00,17.233385857096017,True -2017/10/04 11:00:00,18.391302216009322,True -2017/10/04 12:00:00,17.560961257507362,True -2017/10/04 13:00:00,17.469826095278144,True -2017/10/04 14:00:00,16.03424113010911,True -2017/10/04 15:00:00,15.98544210212991,True -2017/10/04 16:00:00,17.00934101630519,True -2017/10/04 17:00:00,17.8508865732456,True -2017/10/04 18:00:00,17.01931680237554,True -2017/10/04 19:00:00,17.531958437336684,True -2017/10/04 20:00:00,17.495157411649256,True -2017/10/04 21:00:00,16.785444740662506,True -2017/10/04 22:00:00,13.683758790221784,True -2017/10/04 23:00:00,10.007131138639494,True -2017/10/05 00:00:00,5.075470484885145,True -2017/10/05 01:00:00,3.2098785585783145,True -2017/10/05 02:00:00,3.76404191798876,True -2017/10/05 03:00:00,3.2101575904906703,True -2017/10/05 04:00:00,5.501331865327032,True -2017/10/05 05:00:00,8.519441675297287,True -2017/10/05 06:00:00,10.789154885856524,True -2017/10/05 07:00:00,14.36980510334996,True -2017/10/05 08:00:00,15.554063707160092,True -2017/10/05 09:00:00,16.364334471131542,True -2017/10/05 10:00:00,17.474453373980403,True -2017/10/05 11:00:00,18.453804655381745,True -2017/10/05 12:00:00,17.67628763351978,True -2017/10/05 13:00:00,17.7001502455956,True -2017/10/05 14:00:00,16.920649752191732,True -2017/10/05 15:00:00,16.45444051322043,True -2017/10/05 16:00:00,17.732218314479905,True -2017/10/05 17:00:00,18.00107789881607,True -2017/10/05 18:00:00,17.43577248934817,True -2017/10/05 19:00:00,17.58379653994477,True -2017/10/05 20:00:00,17.417443106064567,True -2017/10/05 21:00:00,16.56088683376081,True -2017/10/05 22:00:00,13.782952777254701,True -2017/10/05 23:00:00,10.100013141119353,True -2017/10/06 00:00:00,5.074227509404087,True -2017/10/06 01:00:00,3.2100301062609713,True -2017/10/06 02:00:00,3.7648152047509034,True -2017/10/06 03:00:00,3.2095962782693204,True -2017/10/06 04:00:00,5.660703612046622,True -2017/10/06 05:00:00,8.529554753934129,True -2017/10/06 06:00:00,10.796293862665099,True -2017/10/06 07:00:00,14.337946181587709,True -2017/10/06 08:00:00,15.689599025305606,True -2017/10/06 09:00:00,16.522266612318766,True -2017/10/06 10:00:00,17.97690832942805,True -2017/10/06 11:00:00,18.395327364966302,True -2017/10/06 12:00:00,17.472644235665182,True -2017/10/06 13:00:00,17.40061635442929,True -2017/10/06 14:00:00,16.592371010185094,True -2017/10/06 15:00:00,16.204367977508753,True -2017/10/06 16:00:00,17.352577172743516,True -2017/10/06 17:00:00,17.56826204889817,True -2017/10/06 18:00:00,17.013761390149455,True -2017/10/06 19:00:00,17.392403194980993,True -2017/10/06 20:00:00,17.43320483925805,True -2017/10/06 21:00:00,17.036177008113615,True -2017/10/06 22:00:00,13.79315845003292,True -2017/10/06 23:00:00,9.80730984159716,True -2017/10/07 00:00:00,5.166424693562072,True -2017/10/07 01:00:00,3.1465464864579817,True -2017/10/07 02:00:00,3.702685420483077,True -2017/10/07 03:00:00,3.146485700809534,True -2017/10/07 04:00:00,5.693460927163202,True -2017/10/07 05:00:00,8.36077079607394,True -2017/10/07 06:00:00,11.026153188263065,True -2017/10/07 07:00:00,11.921488549141724,True -2017/10/07 08:00:00,13.85191089862434,True -2017/10/07 09:00:00,16.090397440566903,True -2017/10/07 10:00:00,17.43477449501149,True -2017/10/07 11:00:00,17.916444198951304,True -2017/10/07 12:00:00,17.327660826862978,True -2017/10/07 13:00:00,17.17372790228655,True -2017/10/07 14:00:00,16.337990542802977,True -2017/10/07 15:00:00,16.132927953140825,True -2017/10/07 16:00:00,16.643839448514104,True -2017/10/07 17:00:00,17.869811532347423,True -2017/10/07 18:00:00,17.7158090463476,True -2017/10/07 19:00:00,18.116961983735102,True -2017/10/07 20:00:00,17.316388902188624,True -2017/10/07 21:00:00,16.944953181997647,True -2017/10/07 22:00:00,13.359135971030737,True -2017/10/07 23:00:00,9.355136651125148,True -2017/10/08 00:00:00,5.418134443207296,True -2017/10/08 01:00:00,3.146558521268372,True -2017/10/08 02:00:00,3.700728760235449,True -2017/10/08 03:00:00,3.1450143900054846,True -2017/10/08 04:00:00,5.782156553129625,True -2017/10/08 05:00:00,9.075538426809869,True -2017/10/08 06:00:00,11.687439930369163,True -2017/10/08 07:00:00,11.44795990068444,True -2017/10/08 08:00:00,13.67882905883945,True -2017/10/08 09:00:00,13.716220694691062,True -2017/10/08 10:00:00,16.980027782234448,True -2017/10/08 11:00:00,17.92080953130743,True -2017/10/08 12:00:00,16.899962689765747,True -2017/10/08 13:00:00,16.905157954654587,True -2017/10/08 14:00:00,15.894573586072458,True -2017/10/08 15:00:00,15.658325732453541,True -2017/10/08 16:00:00,16.51122988913369,True -2017/10/08 17:00:00,16.99597302125983,True -2017/10/08 18:00:00,16.84084775685685,True -2017/10/08 19:00:00,17.084500472778462,True -2017/10/08 20:00:00,17.076130708452084,True -2017/10/08 21:00:00,16.063516217717485,True -2017/10/08 22:00:00,12.369589401463662,True -2017/10/08 23:00:00,8.91439294093173,True -2017/10/09 00:00:00,5.09578983026173,True -2017/10/09 01:00:00,3.215819979012867,True -2017/10/09 02:00:00,3.7759683454028283,True -2017/10/09 03:00:00,3.2202452069871534,True -2017/10/09 04:00:00,6.084512933644317,True -2017/10/09 05:00:00,8.49996114214977,True -2017/10/09 06:00:00,10.782497672875914,True -2017/10/09 07:00:00,13.895519490160758,True -2017/10/09 08:00:00,14.911805453065705,True -2017/10/09 09:00:00,16.211188307851824,True -2017/10/09 10:00:00,17.811470540773755,True -2017/10/09 11:00:00,18.52630123503898,True -2017/10/09 12:00:00,17.41531543833147,True -2017/10/09 13:00:00,17.34743983776496,True -2017/10/09 14:00:00,16.51345877997063,True -2017/10/09 15:00:00,16.16154761032599,True -2017/10/09 16:00:00,17.363723447537236,True -2017/10/09 17:00:00,17.569900910689796,True -2017/10/09 18:00:00,16.990594185245904,True -2017/10/09 19:00:00,17.403513443463854,True -2017/10/09 20:00:00,17.314181818073543,True -2017/10/09 21:00:00,17.04275111362189,True -2017/10/09 22:00:00,13.3598648515849,True -2017/10/09 23:00:00,9.51478634503251,True -2017/10/10 00:00:00,5.075729607360655,True -2017/10/10 01:00:00,3.2106488067035452,True -2017/10/10 02:00:00,3.764170003299766,True -2017/10/10 03:00:00,3.2113224361482056,True -2017/10/10 04:00:00,5.886169052125615,True -2017/10/10 05:00:00,8.49039260179641,True -2017/10/10 06:00:00,10.769463002360789,True -2017/10/10 07:00:00,14.606472381734202,True -2017/10/10 08:00:00,15.776445241964982,True -2017/10/10 09:00:00,15.546136677093475,True -2017/10/10 10:00:00,17.432320502265547,True -2017/10/10 11:00:00,18.407963790053042,True -2017/10/10 12:00:00,17.650655869585297,True -2017/10/10 13:00:00,17.66984513700507,True -2017/10/10 14:00:00,16.62111325179105,True -2017/10/10 15:00:00,16.301191750794132,True -2017/10/10 16:00:00,17.436331958775277,True -2017/10/10 17:00:00,17.615899322464024,True -2017/10/10 18:00:00,16.704755108563372,True -2017/10/10 19:00:00,16.96130865124948,True -2017/10/10 20:00:00,17.54490831502053,True -2017/10/10 21:00:00,16.802634564921252,True -2017/10/10 22:00:00,13.58207046674282,True -2017/10/10 23:00:00,9.955275090364804,True -2017/10/11 00:00:00,5.075440609075575,True -2017/10/11 01:00:00,3.209453843498184,True -2017/10/11 02:00:00,3.7647081302122842,True -2017/10/11 03:00:00,3.209829654664892,True -2017/10/11 04:00:00,5.920528758647673,True -2017/10/11 05:00:00,8.519139302220529,True -2017/10/11 06:00:00,10.788771637926775,True -2017/10/11 07:00:00,14.61582593261395,True -2017/10/11 08:00:00,15.5498982115599,True -2017/10/11 09:00:00,15.67382824242213,True -2017/10/11 10:00:00,17.595152082180498,True -2017/10/11 11:00:00,19.14785182782017,True -2017/10/11 12:00:00,18.927291883901756,True -2017/10/11 13:00:00,18.994283940305753,True -2017/10/11 14:00:00,18.066132652943075,True -2017/10/11 15:00:00,17.679361516888285,True -2017/10/11 16:00:00,18.74111874294033,True -2017/10/11 17:00:00,19.0304435615525,True -2017/10/11 18:00:00,17.922296231906166,True -2017/10/11 19:00:00,17.715664083151403,True -2017/10/11 20:00:00,17.37583324069882,True -2017/10/11 21:00:00,16.432408667225463,True -2017/10/11 22:00:00,12.908803168805825,True -2017/10/11 23:00:00,9.198643705834431,True -2017/10/12 00:00:00,5.093114437441657,True -2017/10/12 01:00:00,3.2107220677069264,True -2017/10/12 02:00:00,3.7644602824168523,True -2017/10/12 03:00:00,3.2108940290974908,True -2017/10/12 04:00:00,5.456378785168549,True -2017/10/12 05:00:00,8.554873797856848,True -2017/10/12 06:00:00,10.828696577202436,True -2017/10/12 07:00:00,13.467723301785771,True -2017/10/12 08:00:00,14.632674017901248,True -2017/10/12 09:00:00,15.818707738335146,True -2017/10/12 10:00:00,17.706581832601266,True -2017/10/12 11:00:00,18.808806198523435,True -2017/10/12 12:00:00,17.90742846786764,True -2017/10/12 13:00:00,17.74354056577091,True -2017/10/12 14:00:00,17.10065055169449,True -2017/10/12 15:00:00,16.603797455860846,True -2017/10/12 16:00:00,17.821761051115253,True -2017/10/12 17:00:00,17.9863158103265,True -2017/10/12 18:00:00,17.46822005861567,True -2017/10/12 19:00:00,17.604038224290637,True -2017/10/12 20:00:00,17.596051250678574,True -2017/10/12 21:00:00,16.557325159095267,True -2017/10/12 22:00:00,12.645923305118576,True -2017/10/12 23:00:00,8.64446355720545,True -2017/10/13 00:00:00,5.074624439751416,True -2017/10/13 01:00:00,3.209586366468033,True -2017/10/13 02:00:00,3.76498154283136,True -2017/10/13 03:00:00,3.210403827773524,True -2017/10/13 04:00:00,5.29289843564319,True -2017/10/13 05:00:00,8.53928527331825,True -2017/10/13 06:00:00,10.812265866374691,True -2017/10/13 07:00:00,14.528824098380696,True -2017/10/13 08:00:00,15.76867243024361,True -2017/10/13 09:00:00,16.72735802023557,True -2017/10/13 10:00:00,17.94907465784286,True -2017/10/13 11:00:00,18.39787726086356,True -2017/10/13 12:00:00,17.48807440952705,True -2017/10/13 13:00:00,17.415317362730864,True -2017/10/13 14:00:00,16.54956802086694,True -2017/10/13 15:00:00,16.16656212647755,True -2017/10/13 16:00:00,17.394065871647534,True -2017/10/13 17:00:00,17.749463811077657,True -2017/10/13 18:00:00,16.948006280093473,True -2017/10/13 19:00:00,17.313608599732497,True -2017/10/13 20:00:00,17.307578158002798,True -2017/10/13 21:00:00,17.05421304571555,True -2017/10/13 22:00:00,13.445553495957954,True -2017/10/13 23:00:00,9.536692318783563,True -2017/10/14 00:00:00,5.16330808596532,True -2017/10/14 01:00:00,3.147211547906635,True -2017/10/14 02:00:00,3.7014820609223116,True -2017/10/14 03:00:00,3.1465778249798486,True -2017/10/14 04:00:00,5.512378323068844,True -2017/10/14 05:00:00,8.380269692400514,True -2017/10/14 06:00:00,11.024969148674895,True -2017/10/14 07:00:00,13.03640072257014,True -2017/10/14 08:00:00,13.669469907761435,True -2017/10/14 09:00:00,15.973083754224852,True -2017/10/14 10:00:00,17.335870993302237,True -2017/10/14 11:00:00,17.859959052044072,True -2017/10/14 12:00:00,17.358746131335206,True -2017/10/14 13:00:00,17.12477863391336,True -2017/10/14 14:00:00,16.09086262374651,True -2017/10/14 15:00:00,15.963014155628027,True -2017/10/14 16:00:00,16.64112553898143,True -2017/10/14 17:00:00,17.806421218215686,True -2017/10/14 18:00:00,17.771894141524815,True -2017/10/14 19:00:00,18.17491577196768,True -2017/10/14 20:00:00,17.141903704966296,True -2017/10/14 21:00:00,16.809997157623197,True -2017/10/14 22:00:00,13.16427922073883,True -2017/10/14 23:00:00,9.313116364392524,True -2017/10/15 00:00:00,5.417858508655127,True -2017/10/15 01:00:00,3.1464247500876854,True -2017/10/15 02:00:00,3.7021567818121053,True -2017/10/15 03:00:00,3.146325755617476,True -2017/10/15 04:00:00,5.783312414668277,True -2017/10/15 05:00:00,9.151019648309836,True -2017/10/15 06:00:00,11.624282302291363,True -2017/10/15 07:00:00,12.562917784205164,True -2017/10/15 08:00:00,13.632516337136812,True -2017/10/15 09:00:00,13.740175353976209,True -2017/10/15 10:00:00,16.990204521359566,True -2017/10/15 11:00:00,17.833090200650023,True -2017/10/15 12:00:00,16.895138179629647,True -2017/10/15 13:00:00,16.936499660144186,True -2017/10/15 14:00:00,16.001703659020073,True -2017/10/15 15:00:00,15.876476391662068,True -2017/10/15 16:00:00,16.64282055943131,True -2017/10/15 17:00:00,17.02525951868641,True -2017/10/15 18:00:00,17.70792265677506,True -2017/10/15 19:00:00,17.102933485789706,True -2017/10/15 20:00:00,17.077142851942998,True -2017/10/15 21:00:00,16.068282677154112,True -2017/10/15 22:00:00,12.354122853481163,True -2017/10/15 23:00:00,8.941708608653304,True -2017/10/16 00:00:00,5.094202744882483,True -2017/10/16 01:00:00,3.2195356153038235,True -2017/10/16 02:00:00,3.7811364797083873,True -2017/10/16 03:00:00,3.2190598028043533,True -2017/10/16 04:00:00,6.060329654319857,True -2017/10/16 05:00:00,9.37114556573378,True -2017/10/16 06:00:00,11.419604384835436,True -2017/10/16 07:00:00,14.737524092273711,True -2017/10/16 08:00:00,14.794949889690981,True -2017/10/16 09:00:00,15.941708072685058,True -2017/10/16 10:00:00,17.682757348797338,True -2017/10/16 11:00:00,18.6715723595906,True -2017/10/16 12:00:00,17.882611195960127,True -2017/10/16 13:00:00,17.766614540189252,True -2017/10/16 14:00:00,16.773380602099184,True -2017/10/16 15:00:00,16.255788518029043,True -2017/10/16 16:00:00,17.49886647529537,True -2017/10/16 17:00:00,17.80519291947617,True -2017/10/16 18:00:00,18.070420262234062,True -2017/10/16 19:00:00,17.617277306864075,True -2017/10/16 20:00:00,17.570299101799474,True -2017/10/16 21:00:00,16.652945303651506,True -2017/10/16 22:00:00,13.001499155703433,True -2017/10/16 23:00:00,9.134745212988072,True -2017/10/17 00:00:00,5.0881128647571074,True -2017/10/17 01:00:00,3.2097368839615186,True -2017/10/17 02:00:00,3.765035012230912,True -2017/10/17 03:00:00,3.2091106968461953,True -2017/10/17 04:00:00,6.1124491521729745,True -2017/10/17 05:00:00,9.389566304998048,True -2017/10/17 06:00:00,11.438129024782512,True -2017/10/17 07:00:00,14.748676000379367,True -2017/10/17 08:00:00,14.822586677790062,True -2017/10/17 09:00:00,15.891487660115857,True -2017/10/17 10:00:00,17.586805211889292,True -2017/10/17 11:00:00,18.61385707140501,True -2017/10/17 12:00:00,17.678774087444097,True -2017/10/17 13:00:00,17.584983619789856,True -2017/10/17 14:00:00,16.677864067143968,True -2017/10/17 15:00:00,16.2438399355627,True -2017/10/17 16:00:00,17.454616492688174,True -2017/10/17 17:00:00,17.76857540145388,True -2017/10/17 18:00:00,17.99732687890312,True -2017/10/17 19:00:00,17.65017618371338,True -2017/10/17 20:00:00,17.624440385586723,True -2017/10/17 21:00:00,16.71681280678356,True -2017/10/17 22:00:00,12.990332670658043,True -2017/10/17 23:00:00,9.125025665564804,True -2017/10/18 00:00:00,5.079708699754334,True -2017/10/18 01:00:00,3.2119808872670634,True -2017/10/18 02:00:00,3.7646243083486226,True -2017/10/18 03:00:00,3.2097017574892543,True -2017/10/18 04:00:00,6.078948079574598,True -2017/10/18 05:00:00,9.280477639964245,True -2017/10/18 06:00:00,11.418896349141512,True -2017/10/18 07:00:00,14.729165454945967,True -2017/10/18 08:00:00,15.004924304150022,True -2017/10/18 09:00:00,16.138467584293444,True -2017/10/18 10:00:00,17.770012155345217,True -2017/10/18 11:00:00,18.594365739669946,True -2017/10/18 12:00:00,17.29857895379102,True -2017/10/18 13:00:00,17.269273364023203,True -2017/10/18 14:00:00,16.423869881996577,True -2017/10/18 15:00:00,16.185337337496513,True -2017/10/18 16:00:00,17.45871156857543,True -2017/10/18 17:00:00,17.874643668872913,True -2017/10/18 18:00:00,17.67868408058772,True -2017/10/18 19:00:00,17.316092637155826,True -2017/10/18 20:00:00,17.336268810323542,True -2017/10/18 21:00:00,17.124954514126753,True -2017/10/18 22:00:00,13.73479575172643,True -2017/10/18 23:00:00,9.698747387293876,True -2017/10/19 00:00:00,5.077101681797782,True -2017/10/19 01:00:00,3.2095346967086162,True -2017/10/19 02:00:00,3.764366359948667,True -2017/10/19 03:00:00,3.2110803361350433,True -2017/10/19 04:00:00,6.028769749825486,True -2017/10/19 05:00:00,8.488406228181915,True -2017/10/19 06:00:00,10.765693753205504,True -2017/10/19 07:00:00,15.341770538045619,True -2017/10/19 08:00:00,15.383025465432448,True -2017/10/19 09:00:00,16.32462262155836,True -2017/10/19 10:00:00,17.866653287471443,True -2017/10/19 11:00:00,18.656379506086925,True -2017/10/19 12:00:00,17.306813310375585,True -2017/10/19 13:00:00,17.250401376758862,True -2017/10/19 14:00:00,16.608497993104486,True -2017/10/19 15:00:00,16.24477543621213,True -2017/10/19 16:00:00,17.469235231878447,True -2017/10/19 17:00:00,18.058512608855715,True -2017/10/19 18:00:00,18.002313280602447,True -2017/10/19 19:00:00,17.645925818299894,True -2017/10/19 20:00:00,17.312501618477185,True -2017/10/19 21:00:00,17.165076775178438,True -2017/10/19 22:00:00,13.793962889052983,True -2017/10/19 23:00:00,9.67446442723074,True -2017/10/20 00:00:00,5.07781052227489,True -2017/10/20 01:00:00,3.2098103426141575,True -2017/10/20 02:00:00,3.764296088347504,True -2017/10/20 03:00:00,3.20979772748363,True -2017/10/20 04:00:00,6.030636753904048,True -2017/10/20 05:00:00,8.489348303836627,True -2017/10/20 06:00:00,10.784052322179017,True -2017/10/20 07:00:00,14.926773097873133,True -2017/10/20 08:00:00,15.234648101661005,True -2017/10/20 09:00:00,16.360214313788997,True -2017/10/20 10:00:00,17.902352943159734,True -2017/10/20 11:00:00,18.747648414318867,True -2017/10/20 12:00:00,17.42703839188553,True -2017/10/20 13:00:00,17.34998653184888,True -2017/10/20 14:00:00,16.54277420699126,True -2017/10/20 15:00:00,16.242954112223437,True -2017/10/20 16:00:00,17.485936567015326,True -2017/10/20 17:00:00,17.81929247211775,True -2017/10/20 18:00:00,17.7442924506665,True -2017/10/20 19:00:00,17.371595773212206,True -2017/10/20 20:00:00,17.381341221170015,True -2017/10/20 21:00:00,17.164086238486785,True -2017/10/20 22:00:00,13.41741219416882,True -2017/10/20 23:00:00,9.548810352987305,True -2017/10/21 00:00:00,5.166752076109746,True -2017/10/21 01:00:00,3.1467186845236528,True -2017/10/21 02:00:00,3.702594165357722,True -2017/10/21 03:00:00,3.148436485516244,True -2017/10/21 04:00:00,5.737403164767185,True -2017/10/21 05:00:00,8.352187759115132,True -2017/10/21 06:00:00,11.020183154610779,True -2017/10/21 07:00:00,13.334107157895822,True -2017/10/21 08:00:00,14.129366659437062,True -2017/10/21 09:00:00,16.18582477041522,True -2017/10/21 10:00:00,17.13614297240795,True -2017/10/21 11:00:00,17.71339967630354,True -2017/10/21 12:00:00,17.48518913723485,True -2017/10/21 13:00:00,17.416413012445513,True -2017/10/21 14:00:00,16.490088841324145,True -2017/10/21 15:00:00,16.32935305795972,True -2017/10/21 16:00:00,17.004563059829408,True -2017/10/21 17:00:00,17.86165103877661,True -2017/10/21 18:00:00,18.281303396654035,True -2017/10/21 19:00:00,17.544045747699084,True -2017/10/21 20:00:00,16.422871084537693,True -2017/10/21 21:00:00,16.500822675181308,True -2017/10/21 22:00:00,12.927811147830282,True -2017/10/21 23:00:00,9.241508263910331,True -2017/10/22 00:00:00,5.418535377686072,True -2017/10/22 01:00:00,3.146648829911105,True -2017/10/22 02:00:00,3.70108609959148,True -2017/10/22 03:00:00,3.1464092772632632,True -2017/10/22 04:00:00,5.098984307849803,True -2017/10/22 05:00:00,8.793516587863854,True -2017/10/22 06:00:00,11.38678626833479,True -2017/10/22 07:00:00,12.444732151241618,True -2017/10/22 08:00:00,13.608247718869716,True -2017/10/22 09:00:00,13.934975579401614,True -2017/10/22 10:00:00,17.59380795764407,True -2017/10/22 11:00:00,18.593033100746567,True -2017/10/22 12:00:00,18.159720039013887,True -2017/10/22 13:00:00,18.222863996654617,True -2017/10/22 14:00:00,17.174933910186603,True -2017/10/22 15:00:00,16.96439677666852,True -2017/10/22 16:00:00,17.621437134587488,True -2017/10/22 17:00:00,18.00385074532028,True -2017/10/22 18:00:00,18.180261463733615,True -2017/10/22 19:00:00,17.549659544760672,True -2017/10/22 20:00:00,17.375315653769142,True -2017/10/22 21:00:00,16.648301136690915,True -2017/10/22 22:00:00,12.953691163899407,True -2017/10/22 23:00:00,9.733458842627803,True -2017/10/23 00:00:00,5.244452434035774,True -2017/10/23 01:00:00,3.2092401521529093,True -2017/10/23 02:00:00,3.7635287801000885,True -2017/10/23 03:00:00,3.208567181646401,True -2017/10/23 04:00:00,5.279857438809068,True -2017/10/23 05:00:00,8.550447440037823,True -2017/10/23 06:00:00,10.824942578347295,True -2017/10/23 07:00:00,15.29587924915431,True -2017/10/23 08:00:00,15.659371525522063,True -2017/10/23 09:00:00,16.59901787347866,True -2017/10/23 10:00:00,17.91270390853059,True -2017/10/23 11:00:00,18.579114376448896,True -2017/10/23 12:00:00,17.968656510025124,True -2017/10/23 13:00:00,17.78094469867387,True -2017/10/23 14:00:00,16.691700494303728,True -2017/10/23 15:00:00,16.13674525606531,True -2017/10/23 16:00:00,17.441621076775657,True -2017/10/23 17:00:00,17.905054590234247,True -2017/10/23 18:00:00,18.104247114195832,True -2017/10/23 19:00:00,17.708388046011702,True -2017/10/23 20:00:00,17.67273085148328,True -2017/10/23 21:00:00,16.786573039475613,True -2017/10/23 22:00:00,12.995354280442172,True -2017/10/23 23:00:00,9.123762345986055,True -2017/10/24 00:00:00,5.079627675308171,True -2017/10/24 01:00:00,3.2098727155873963,True -2017/10/24 02:00:00,3.7644832403188384,True -2017/10/24 03:00:00,3.213011287427505,True -2017/10/24 04:00:00,6.063493804189113,True -2017/10/24 05:00:00,9.288779545294512,True -2017/10/24 06:00:00,11.45904948380753,True -2017/10/24 07:00:00,14.707423851757152,True -2017/10/24 08:00:00,14.847609780405445,True -2017/10/24 09:00:00,15.897395441729078,True -2017/10/24 10:00:00,17.55725946730937,True -2017/10/24 11:00:00,18.548815064666837,True -2017/10/24 12:00:00,17.762356882211,True -2017/10/24 13:00:00,17.699544993420087,True -2017/10/24 14:00:00,16.78347067303143,True -2017/10/24 15:00:00,16.287692768399047,True -2017/10/24 16:00:00,17.602867928704736,True -2017/10/24 17:00:00,17.919401152054455,True -2017/10/24 18:00:00,18.161795088050216,True -2017/10/24 19:00:00,17.711208191153297,True -2017/10/24 20:00:00,17.749935404118315,True -2017/10/24 21:00:00,16.818587795773325,True -2017/10/24 22:00:00,13.018266567515157,True -2017/10/24 23:00:00,9.122833823218768,True -2017/10/25 00:00:00,5.078141819809396,True -2017/10/25 01:00:00,3.210519465945349,True -2017/10/25 02:00:00,3.764385423475204,True -2017/10/25 03:00:00,3.2103097724017537,True -2017/10/25 04:00:00,6.078378345908457,True -2017/10/25 05:00:00,8.48802036235901,True -2017/10/25 06:00:00,10.764450527186844,True -2017/10/25 07:00:00,14.955404240546791,True -2017/10/25 08:00:00,15.21930306027201,True -2017/10/25 09:00:00,16.359848065936625,True -2017/10/25 10:00:00,17.76085237109443,True -2017/10/25 11:00:00,18.338765304128184,True -2017/10/25 12:00:00,17.447660705432906,True -2017/10/25 13:00:00,16.895452919117822,True -2017/10/25 14:00:00,16.355442685290836,True -2017/10/25 15:00:00,16.208507641190522,True -2017/10/25 16:00:00,17.370182087359197,True -2017/10/25 17:00:00,17.992497481939722,True -2017/10/25 18:00:00,18.037509004041098,True -2017/10/25 19:00:00,17.444051648732067,True -2017/10/25 20:00:00,16.966549370121303,True -2017/10/25 21:00:00,16.849513034676583,True -2017/10/25 22:00:00,13.710693420601684,True -2017/10/25 23:00:00,10.055451021814402,True -2017/10/26 00:00:00,5.079655062016899,True -2017/10/26 01:00:00,3.2118924359211007,True -2017/10/26 02:00:00,3.7646830475056823,True -2017/10/26 03:00:00,3.2092968218019955,True -2017/10/26 04:00:00,5.898721457058556,True -2017/10/26 05:00:00,8.5362646959369,True -2017/10/26 06:00:00,10.802194850665378,True -2017/10/26 07:00:00,14.771687402015663,True -2017/10/26 08:00:00,15.062260928869215,True -2017/10/26 09:00:00,16.01332745632547,True -2017/10/26 10:00:00,17.829464228018164,True -2017/10/26 11:00:00,18.780470355249033,True -2017/10/26 12:00:00,17.40114613913957,True -2017/10/26 13:00:00,17.308035277717252,True -2017/10/26 14:00:00,16.782080613327178,True -2017/10/26 15:00:00,16.394248409190514,True -2017/10/26 16:00:00,17.48944262674674,True -2017/10/26 17:00:00,18.003880670093668,True -2017/10/26 18:00:00,18.211382712530426,True -2017/10/26 19:00:00,17.564382595673226,True -2017/10/26 20:00:00,17.767323841602394,True -2017/10/26 21:00:00,17.10767700816674,True -2017/10/26 22:00:00,13.309103980622115,True -2017/10/26 23:00:00,9.291113287731068,True -2017/10/27 00:00:00,5.074944438324374,True -2017/10/27 01:00:00,3.21034272907067,True -2017/10/27 02:00:00,3.7645630048903445,True -2017/10/27 03:00:00,3.2090764377322194,True -2017/10/27 04:00:00,6.031910039977946,True -2017/10/27 05:00:00,8.49449978609414,True -2017/10/27 06:00:00,10.775224754032994,True -2017/10/27 07:00:00,14.892784576336513,True -2017/10/27 08:00:00,15.117457667986308,True -2017/10/27 09:00:00,16.1465031642267,True -2017/10/27 10:00:00,17.881236749082536,True -2017/10/27 11:00:00,18.715110968878786,True -2017/10/27 12:00:00,17.319269306604216,True -2017/10/27 13:00:00,17.226025083550454,True -2017/10/27 14:00:00,16.49359629411911,True -2017/10/27 15:00:00,16.122547874262185,True -2017/10/27 16:00:00,17.344894266745563,True -2017/10/27 17:00:00,17.69857850325258,True -2017/10/27 18:00:00,17.770983287696055,True -2017/10/27 19:00:00,17.421242464338388,True -2017/10/27 20:00:00,17.35684609230949,True -2017/10/27 21:00:00,17.06452944030297,True -2017/10/27 22:00:00,13.685456383423732,True -2017/10/27 23:00:00,9.747366723299583,True -2017/10/28 00:00:00,5.163988747612591,True -2017/10/28 01:00:00,3.145972305206158,True -2017/10/28 02:00:00,3.7022416354445973,True -2017/10/28 03:00:00,3.14860436212909,True -2017/10/28 04:00:00,5.646158464303866,True -2017/10/28 05:00:00,8.350104539119535,True -2017/10/28 06:00:00,11.019966054451753,True -2017/10/28 07:00:00,13.357837845672861,True -2017/10/28 08:00:00,14.085679620371193,True -2017/10/28 09:00:00,16.236809253431446,True -2017/10/28 10:00:00,17.608166896765887,True -2017/10/28 11:00:00,17.828861791284986,True -2017/10/28 12:00:00,17.28645513915217,True -2017/10/28 13:00:00,17.101942745696885,True -2017/10/28 14:00:00,16.193100071599243,True -2017/10/28 15:00:00,16.046964644821234,True -2017/10/28 16:00:00,16.696339804758942,True -2017/10/28 17:00:00,17.899645415428186,True -2017/10/28 18:00:00,18.495916015433238,True -2017/10/28 19:00:00,17.61118324552841,True -2017/10/28 20:00:00,17.297839159658974,True -2017/10/28 21:00:00,16.866778118398557,True -2017/10/28 22:00:00,13.25910261918605,True -2017/10/28 23:00:00,9.312298299956577,True -2017/10/29 00:00:00,5.41557416554862,True -2017/10/29 01:00:00,3.146415398443571,True -2017/10/29 02:00:00,3.703410810030823,True -2017/10/29 03:00:00,3.1459400107436615,True -2017/10/29 04:00:00,5.764333678092899,True -2017/10/29 05:00:00,9.082988605866026,True -2017/10/29 06:00:00,11.71601290287823,True -2017/10/29 07:00:00,12.62192807737781,True -2017/10/29 08:00:00,13.800556722430295,True -2017/10/29 09:00:00,13.733329732051342,True -2017/10/29 10:00:00,16.945538663194405,True -2017/10/29 11:00:00,17.931886182943842,True -2017/10/29 12:00:00,17.081497030453964,True -2017/10/29 13:00:00,17.164596830225058,True -2017/10/29 14:00:00,15.984364197822911,True -2017/10/29 15:00:00,15.747839017921386,True -2017/10/29 16:00:00,16.66666163744859,True -2017/10/29 17:00:00,17.123148173285642,True -2017/10/29 18:00:00,17.63217161793237,True -2017/10/29 19:00:00,17.056336638577086,True -2017/10/29 20:00:00,16.9964909197491,True -2017/10/29 21:00:00,16.026305015886397,True -2017/10/29 22:00:00,12.365178146048018,True -2017/10/29 23:00:00,8.93814403558914,True -2017/10/30 00:00:00,5.100902765766126,True -2017/10/30 01:00:00,3.2188609387226017,True -2017/10/30 02:00:00,3.7826418517994855,True -2017/10/30 03:00:00,3.223567400748528,True -2017/10/30 04:00:00,6.08065649299905,True -2017/10/30 05:00:00,9.28150498031718,True -2017/10/30 06:00:00,11.514470238289695,True -2017/10/30 07:00:00,14.742190911923483,True -2017/10/30 08:00:00,14.85224578300676,True -2017/10/30 09:00:00,15.899463716921524,True -2017/10/30 10:00:00,17.824481814010444,True -2017/10/30 11:00:00,18.69785713713395,True -2017/10/30 12:00:00,17.430788638537056,True -2017/10/30 13:00:00,17.353969095494836,True -2017/10/30 14:00:00,16.10829911082262,True -2017/10/30 15:00:00,15.841657445553567,True -2017/10/30 16:00:00,17.111491626387366,True -2017/10/30 17:00:00,17.234590077656485,True -2017/10/30 18:00:00,17.72666138478852,True -2017/10/30 19:00:00,17.32718462221095,True -2017/10/30 20:00:00,17.266011609931915,True -2017/10/30 21:00:00,16.988771624984135,True -2017/10/30 22:00:00,13.616946332774686,True -2017/10/30 23:00:00,9.735066608952092,True -2017/10/31 00:00:00,5.0836933582447,True -2017/10/31 01:00:00,3.210430079572193,True -2017/10/31 02:00:00,3.765391225368071,True -2017/10/31 03:00:00,3.208872312225812,True -2017/10/31 04:00:00,6.020933314177376,True -2017/10/31 05:00:00,8.497740588739683,True -2017/10/31 06:00:00,10.776787813514742,True -2017/10/31 07:00:00,15.200831149687103,True -2017/10/31 08:00:00,15.440846980475378,True -2017/10/31 09:00:00,16.453961360207114,True -2017/10/31 10:00:00,17.436258609169748,True -2017/10/31 11:00:00,18.071968394023983,True -2017/10/31 12:00:00,17.208492668445743,True -2017/10/31 13:00:00,17.041252027351945,True -2017/10/31 14:00:00,16.178269790300927,True -2017/10/31 15:00:00,15.65997217504015,True -2017/10/31 16:00:00,16.970374188892848,True -2017/10/31 17:00:00,17.835777849885016,True -2017/10/31 18:00:00,17.84743386440062,True -2017/10/31 19:00:00,17.489639105557906,True -2017/10/31 20:00:00,17.30170551616292,True -2017/10/31 21:00:00,16.965341625701114,True -2017/10/31 22:00:00,13.24498204658244,True -2017/10/31 23:00:00,9.327670377528325,True -2017/11/01 00:00:00,5.073963922199918,True -2017/11/01 01:00:00,3.208831688079286,True -2017/11/01 02:00:00,3.763678928548361,True -2017/11/01 03:00:00,3.2100999775940524,True -2017/11/01 04:00:00,6.039807799902586,True -2017/11/01 05:00:00,8.53119375498381,True -2017/11/01 06:00:00,10.782390715734685,True -2017/11/01 07:00:00,14.878512799145529,True -2017/11/01 08:00:00,15.065587617815446,True -2017/11/01 09:00:00,16.082900230948397,True -2017/11/01 10:00:00,17.853572175590227,True -2017/11/01 11:00:00,18.70274482279183,True -2017/11/01 12:00:00,17.368354156758684,True -2017/11/01 13:00:00,17.29503496516247,True -2017/11/01 14:00:00,16.57318175236799,True -2017/11/01 15:00:00,16.224072439884694,True -2017/11/01 16:00:00,17.440992724501307,True -2017/11/01 17:00:00,18.020421036193873,True -2017/11/01 18:00:00,18.087013584694386,True -2017/11/01 19:00:00,17.840711526621508,True -2017/11/01 20:00:00,17.897477190436504,True -2017/11/01 21:00:00,16.826557514763316,True -2017/11/01 22:00:00,13.039331510306845,True -2017/11/01 23:00:00,9.12236454166586,True -2017/11/02 00:00:00,5.078683445659779,True -2017/11/02 01:00:00,3.2097300515394926,True -2017/11/02 02:00:00,3.7649966732557636,True -2017/11/02 03:00:00,3.209262864640109,True -2017/11/02 04:00:00,6.026568126478175,True -2017/11/02 05:00:00,8.484358267243437,True -2017/11/02 06:00:00,10.795313243113405,True -2017/11/02 07:00:00,14.85293585630411,True -2017/11/02 08:00:00,15.118655898592689,True -2017/11/02 09:00:00,16.201768681436594,True -2017/11/02 10:00:00,17.684225221095105,True -2017/11/02 11:00:00,18.61613097116726,True -2017/11/02 12:00:00,17.808794954811578,True -2017/11/02 13:00:00,17.65623388736362,True -2017/11/02 14:00:00,16.73953949227245,True -2017/11/02 15:00:00,16.17048587118309,True -2017/11/02 16:00:00,17.54460875013307,True -2017/11/02 17:00:00,18.01553211151311,True -2017/11/02 18:00:00,18.085901379574718,True -2017/11/02 19:00:00,17.705769294115647,True -2017/11/02 20:00:00,17.683659243373317,True -2017/11/02 21:00:00,16.79666738901767,True -2017/11/02 22:00:00,13.00866369857586,True -2017/11/02 23:00:00,9.12105519597633,True -2017/11/03 00:00:00,5.071459474101926,True -2017/11/03 01:00:00,3.2113930549014227,True -2017/11/03 02:00:00,3.76395478088163,True -2017/11/03 03:00:00,3.2100413355824156,True -2017/11/03 04:00:00,6.120731217781615,True -2017/11/03 05:00:00,9.378734694837409,True -2017/11/03 06:00:00,11.450342404113776,True -2017/11/03 07:00:00,14.71411061373487,True -2017/11/03 08:00:00,14.877237125045095,True -2017/11/03 09:00:00,15.974560400349569,True -2017/11/03 10:00:00,17.621362368578833,True -2017/11/03 11:00:00,18.67189933252112,True -2017/11/03 12:00:00,17.477401352862554,True -2017/11/03 13:00:00,17.42732981079712,True -2017/11/03 14:00:00,16.66919839922455,True -2017/11/03 15:00:00,16.238868612936745,True -2017/11/03 16:00:00,17.42549498790865,True -2017/11/03 17:00:00,17.817048790013427,True -2017/11/03 18:00:00,18.153146344274464,True -2017/11/03 19:00:00,17.7139083750946,True -2017/11/03 20:00:00,17.773747641276394,True -2017/11/03 21:00:00,16.885500142321344,True -2017/11/03 22:00:00,13.155546792515532,True -2017/11/03 23:00:00,9.167222586065272,True -2017/11/04 00:00:00,5.164902004374013,True -2017/11/04 01:00:00,3.1468860023291993,True -2017/11/04 02:00:00,3.701744362741062,True -2017/11/04 03:00:00,3.1468651119803646,True -2017/11/04 04:00:00,5.775904349751449,True -2017/11/04 05:00:00,8.342182194829425,True -2017/11/04 06:00:00,11.007288571528397,True -2017/11/04 07:00:00,13.268117414969623,True -2017/11/04 08:00:00,14.033788498153045,True -2017/11/04 09:00:00,15.978670118181098,True -2017/11/04 10:00:00,16.8928701243294,True -2017/11/04 11:00:00,17.301544373580125,True -2017/11/04 12:00:00,16.947226539426456,True -2017/11/04 13:00:00,16.82817218949122,True -2017/11/04 14:00:00,16.150870247810005,True -2017/11/04 15:00:00,16.115773538088,True -2017/11/04 16:00:00,16.866823057397713,True -2017/11/04 17:00:00,17.81162733064519,True -2017/11/04 18:00:00,18.002973050870057,True -2017/11/04 19:00:00,17.690677756695763,True -2017/11/04 20:00:00,16.51185549822195,True -2017/11/04 21:00:00,16.149205293778294,True -2017/11/04 22:00:00,12.763015442480711,True -2017/11/04 23:00:00,9.219321239342372,True -2017/11/05 00:00:00,5.415756385616527,True -2017/11/05 01:00:00,3.1448285827635347,True -2017/11/05 02:00:00,3.7005828559263048,True -2017/11/05 03:00:00,3.1446870441731383,True -2017/11/05 04:00:00,5.372825250349689,True -2017/11/05 05:00:00,8.847071197817487,True -2017/11/05 06:00:00,11.507500258875794,True -2017/11/05 07:00:00,13.088340898566445,True -2017/11/05 08:00:00,14.207976052344607,True -2017/11/05 09:00:00,14.148689951848711,True -2017/11/05 10:00:00,17.1877819859303,True -2017/11/05 11:00:00,18.128461070122604,True -2017/11/05 12:00:00,17.345466178514734,True -2017/11/05 13:00:00,17.341628092608474,True -2017/11/05 14:00:00,16.42882026368586,True -2017/11/05 15:00:00,16.027448715320855,True -2017/11/05 16:00:00,16.70992657919593,True -2017/11/05 17:00:00,17.170548668404734,True -2017/11/05 18:00:00,17.454911978390665,True -2017/11/05 19:00:00,16.91097145304156,True -2017/11/05 20:00:00,16.843284747163576,True -2017/11/05 21:00:00,16.491697501895114,True -2017/11/05 22:00:00,13.013391501768803,True -2017/11/05 23:00:00,9.559107301766804,True -2017/11/06 00:00:00,5.0829304272023865,True -2017/11/06 01:00:00,5.075514278318275,True -2017/11/06 02:00:00,3.2084955634083956,True -2017/11/06 03:00:00,3.764582285074068,True -2017/11/06 04:00:00,3.209091294037409,True -2017/11/06 05:00:00,6.040332854998414,True -2017/11/06 06:00:00,8.5178327265317,True -2017/11/06 07:00:00,10.790771934727367,True -2017/11/06 08:00:00,14.120179362961249,True -2017/11/06 09:00:00,15.115048198581182,True -2017/11/06 10:00:00,16.189066627293474,True -2017/11/06 11:00:00,17.820036148132257,True -2017/11/06 12:00:00,18.579228840381006,True -2017/11/06 13:00:00,17.546159176955214,True -2017/11/06 14:00:00,17.677632847763025,True -2017/11/06 15:00:00,16.654987982060234,True -2017/11/06 16:00:00,16.278447905198217,True -2017/11/06 17:00:00,17.699836880144748,True -2017/11/06 18:00:00,18.744049687605035,True -2017/11/06 19:00:00,18.12343624566487,True -2017/11/06 20:00:00,17.75837676728613,True -2017/11/06 21:00:00,17.707060086069227,True -2017/11/06 22:00:00,16.823890840756665,True -2017/11/06 23:00:00,12.996130162701409,True -2017/11/07 00:00:00,9.11879325399526,True -2017/11/07 01:00:00,5.077251189511819,True -2017/11/07 02:00:00,3.209491120850059,True -2017/11/07 03:00:00,3.7639765394759457,True -2017/11/07 04:00:00,3.2094174912124043,True -2017/11/07 05:00:00,6.084389708319106,True -2017/11/07 06:00:00,9.279760770107302,True -2017/11/07 07:00:00,11.47236890204866,True -2017/11/07 08:00:00,13.724103499738948,True -2017/11/07 09:00:00,14.831629938382033,True -2017/11/07 10:00:00,15.946691426735024,True -2017/11/07 11:00:00,17.581048065462042,True -2017/11/07 12:00:00,18.53884500228808,True -2017/11/07 13:00:00,17.711680249747793,True -2017/11/07 14:00:00,17.592856578095876,True -2017/11/07 15:00:00,16.60532185871218,True -2017/11/07 16:00:00,16.168495975286685,True -2017/11/07 17:00:00,17.688887227540278,True -2017/11/07 18:00:00,18.750255740928473,True -2017/11/07 19:00:00,18.10320017202179,True -2017/11/07 20:00:00,17.72730236056313,True -2017/11/07 21:00:00,17.72547817121898,True -2017/11/07 22:00:00,16.800704056604015,True -2017/11/07 23:00:00,13.078408795690292,True -2017/11/08 00:00:00,9.134326035891405,True -2017/11/08 01:00:00,5.075397744222661,True -2017/11/08 02:00:00,3.210072840190454,True -2017/11/08 03:00:00,3.7635728305201184,True -2017/11/08 04:00:00,3.210347023595061,True -2017/11/08 05:00:00,6.072104754564498,True -2017/11/08 06:00:00,8.486141630641255,True -2017/11/08 07:00:00,10.76084134581385,True -2017/11/08 08:00:00,13.980428944256849,True -2017/11/08 09:00:00,15.091006150442642,True -2017/11/08 10:00:00,16.089451250960135,True -2017/11/08 11:00:00,17.69650083390652,True -2017/11/08 12:00:00,18.67968465053853,True -2017/11/08 13:00:00,17.933924776301367,True -2017/11/08 14:00:00,17.834768320906143,True -2017/11/08 15:00:00,16.792682479520018,True -2017/11/08 16:00:00,16.259736957691622,True -2017/11/08 17:00:00,17.777948620821775,True -2017/11/08 18:00:00,18.86564147722196,True -2017/11/08 19:00:00,18.27299351080182,True -2017/11/08 20:00:00,17.912361007167664,True -2017/11/08 21:00:00,17.852218284653688,True -2017/11/08 22:00:00,16.942213249446393,True -2017/11/08 23:00:00,13.143761273237486,True -2017/11/09 00:00:00,9.157006230193398,True -2017/11/09 01:00:00,5.074116463389591,True -2017/11/09 02:00:00,3.210208743366421,True -2017/11/09 03:00:00,3.7634839868677714,True -2017/11/09 04:00:00,3.2089011541580104,True -2017/11/09 05:00:00,6.0978508835044964,True -2017/11/09 06:00:00,8.48653610367367,True -2017/11/09 07:00:00,10.759252894773423,True -2017/11/09 08:00:00,13.975895432080879,True -2017/11/09 09:00:00,15.054065247281695,True -2017/11/09 10:00:00,16.092244991841564,True -2017/11/09 11:00:00,17.74592106487085,True -2017/11/09 12:00:00,18.560982872242985,True -2017/11/09 13:00:00,17.467571598291595,True -2017/11/09 14:00:00,17.4099673812471,True -2017/11/09 15:00:00,16.868025539764833,True -2017/11/09 16:00:00,16.353614900728427,True -2017/11/09 17:00:00,17.76024482036472,True -2017/11/09 18:00:00,18.667504104887247,True -2017/11/09 19:00:00,18.222116723794322,True -2017/11/09 20:00:00,17.827275495035497,True -2017/11/09 21:00:00,17.83391512921177,True -2017/11/09 22:00:00,16.977568365083794,True -2017/11/09 23:00:00,13.295892674402573,True -2017/11/10 00:00:00,9.355575479566248,True -2017/11/10 01:00:00,5.071969252823539,True -2017/11/10 02:00:00,3.2092926608762578,True -2017/11/10 03:00:00,3.764641203515241,True -2017/11/10 04:00:00,3.208577774286781,True -2017/11/10 05:00:00,6.0597141357379005,True -2017/11/10 06:00:00,8.47984092644775,True -2017/11/10 07:00:00,10.749930094511411,True -2017/11/10 08:00:00,13.49934993705272,True -2017/11/10 09:00:00,14.597609248374644,True -2017/11/10 10:00:00,15.61500814902379,True -2017/11/10 11:00:00,17.47349765545904,True -2017/11/10 12:00:00,18.337126016454736,True -2017/11/10 13:00:00,17.321435780321288,True -2017/11/10 14:00:00,17.22148723478967,True -2017/11/10 15:00:00,16.584797594189215,True -2017/11/10 16:00:00,16.339963549104695,True -2017/11/10 17:00:00,17.621303938610666,True -2017/11/10 18:00:00,18.66243308439978,True -2017/11/10 19:00:00,18.073952976416713,True -2017/11/10 20:00:00,17.708892504854,True -2017/11/10 21:00:00,17.93316977821276,True -2017/11/10 22:00:00,17.077747304440024,True -2017/11/10 23:00:00,13.306474401476676,True -2017/11/11 00:00:00,9.1743703437742,True -2017/11/11 01:00:00,5.165706707475941,True -2017/11/11 02:00:00,3.1466342468625714,True -2017/11/11 03:00:00,3.701087994610229,True -2017/11/11 04:00:00,3.1456577758533473,True -2017/11/11 05:00:00,5.737766397883703,True -2017/11/11 06:00:00,8.341031575505328,True -2017/11/11 07:00:00,11.027114574625964,True -2017/11/11 08:00:00,11.731244818054147,True -2017/11/11 09:00:00,13.353039544524808,True -2017/11/11 10:00:00,15.825075819132271,True -2017/11/11 11:00:00,17.226298104986032,True -2017/11/11 12:00:00,17.81933678649953,True -2017/11/11 13:00:00,17.24027325288841,True -2017/11/11 14:00:00,17.020360880837657,True -2017/11/11 15:00:00,16.05633926939797,True -2017/11/11 16:00:00,15.952162853794224,True -2017/11/11 17:00:00,16.788058970768457,True -2017/11/11 18:00:00,18.65981112800001,True -2017/11/11 19:00:00,18.3654037169858,True -2017/11/11 20:00:00,18.067967604107523,True -2017/11/11 21:00:00,17.038289213080873,True -2017/11/11 22:00:00,16.716024742763242,True -2017/11/11 23:00:00,13.102246318167085,True -2017/11/12 00:00:00,9.332237382046108,True -2017/11/12 01:00:00,5.424235682177062,True -2017/11/12 02:00:00,3.162066983255062,True -2017/11/12 03:00:00,3.7146524636649874,True -2017/11/12 04:00:00,3.161061656807266,True -2017/11/12 05:00:00,5.774174367535008,True -2017/11/12 06:00:00,9.253265765228463,True -2017/11/12 07:00:00,11.658745344427778,True -2017/11/12 08:00:00,11.49482259790547,True -2017/11/12 09:00:00,13.711619006162929,True -2017/11/12 10:00:00,13.681679459124256,True -2017/11/12 11:00:00,16.89940823764469,True -2017/11/12 12:00:00,17.9324922540761,True -2017/11/12 13:00:00,17.011722441933486,True -2017/11/12 14:00:00,17.145164577150844,True -2017/11/12 15:00:00,16.144935264098436,True -2017/11/12 16:00:00,15.955407764388028,True -2017/11/12 17:00:00,16.80980823730345,True -2017/11/12 18:00:00,18.069862226506466,True -2017/11/12 19:00:00,17.72977869738441,True -2017/11/12 20:00:00,17.348930087024844,True -2017/11/12 21:00:00,17.33264728686731,True -2017/11/12 22:00:00,16.381057387177698,True -2017/11/12 23:00:00,12.666320863304508,True -2017/11/13 00:00:00,9.12299877281845,True -2017/11/13 01:00:00,5.088485613323577,True -2017/11/13 02:00:00,3.2094394783063684,True -2017/11/13 03:00:00,3.7751619312310227,True -2017/11/13 04:00:00,3.223327024661352,True -2017/11/13 05:00:00,6.089211533409356,True -2017/11/13 06:00:00,8.497123064712119,True -2017/11/13 07:00:00,10.768518371688165,True -2017/11/13 08:00:00,14.084399511067636,True -2017/11/13 09:00:00,15.483627220150746,True -2017/11/13 10:00:00,16.415349806246166,True -2017/11/13 11:00:00,17.97951091777586,True -2017/11/13 12:00:00,18.796515677191266,True -2017/11/13 13:00:00,17.62406519386133,True -2017/11/13 14:00:00,17.452331318299944,True -2017/11/13 15:00:00,16.846147244525362,True -2017/11/13 16:00:00,16.500095950416117,True -2017/11/13 17:00:00,17.831942593658113,True -2017/11/13 18:00:00,18.84661714662704,True -2017/11/13 19:00:00,18.194932399503184,True -2017/11/13 20:00:00,17.84567633049121,True -2017/11/13 21:00:00,17.935450492276512,True -2017/11/13 22:00:00,17.114434894109824,True -2017/11/13 23:00:00,13.256109748178373,True -2017/11/14 00:00:00,9.345685973989196,True -2017/11/14 01:00:00,5.074295587084433,True -2017/11/14 02:00:00,3.208565966149271,True -2017/11/14 03:00:00,3.7647723672117595,True -2017/11/14 04:00:00,3.2111558617253486,True -2017/11/14 05:00:00,6.094987726569665,True -2017/11/14 06:00:00,8.484583876182386,True -2017/11/14 07:00:00,10.770798369077987,True -2017/11/14 08:00:00,14.054364540082068,True -2017/11/14 09:00:00,15.459790988774516,True -2017/11/14 10:00:00,16.51233950826748,True -2017/11/14 11:00:00,17.81725782796006,True -2017/11/14 12:00:00,18.758150765870532,True -2017/11/14 13:00:00,17.33976049019301,True -2017/11/14 14:00:00,17.25474728557079,True -2017/11/14 15:00:00,16.58045637242526,True -2017/11/14 16:00:00,16.27956741261018,True -2017/11/14 17:00:00,17.62632806923499,True -2017/11/14 18:00:00,18.75934787112707,True -2017/11/14 19:00:00,18.042434381159126,True -2017/11/14 20:00:00,17.74170168215414,True -2017/11/14 21:00:00,17.73201619494937,True -2017/11/14 22:00:00,16.78464789065932,True -2017/11/14 23:00:00,13.050543710039323,True -2017/11/15 00:00:00,9.115507222777744,True -2017/11/15 01:00:00,5.078232502112454,True -2017/11/15 02:00:00,3.2094035965421486,True -2017/11/15 03:00:00,3.766445219567999,True -2017/11/15 04:00:00,3.209493877189431,True -2017/11/15 05:00:00,6.065577347092248,True -2017/11/15 06:00:00,9.385965233248479,True -2017/11/15 07:00:00,11.461326578625165,True -2017/11/15 08:00:00,13.65936648002477,True -2017/11/15 09:00:00,14.792043711550503,True -2017/11/15 10:00:00,15.940852892051337,True -2017/11/15 11:00:00,17.678460569578565,True -2017/11/15 12:00:00,18.574508506986,True -2017/11/15 13:00:00,17.301078544578218,True -2017/11/15 14:00:00,17.286640533779565,True -2017/11/15 15:00:00,16.483565818687623,True -2017/11/15 16:00:00,16.20406423940861,True -2017/11/15 17:00:00,17.544329722514068,True -2017/11/15 18:00:00,18.656759319261635,True -2017/11/15 19:00:00,18.025648078546418,True -2017/11/15 20:00:00,17.684989845398366,True -2017/11/15 21:00:00,17.855068071181684,True -2017/11/15 22:00:00,16.99620231154452,True -2017/11/15 23:00:00,13.758084970912861,True -2017/11/16 00:00:00,9.780204885505245,True -2017/11/16 01:00:00,5.075327029263396,True -2017/11/16 02:00:00,3.209009742209767,True -2017/11/16 03:00:00,3.764654004492303,True -2017/11/16 04:00:00,3.2098371442511207,True -2017/11/16 05:00:00,6.056050812789184,True -2017/11/16 06:00:00,8.483257634615569,True -2017/11/16 07:00:00,10.767302890670887,True -2017/11/16 08:00:00,14.17799303951361,True -2017/11/16 09:00:00,14.560250884532266,True -2017/11/16 10:00:00,15.713316729673299,True -2017/11/16 11:00:00,17.53060706138053,True -2017/11/16 12:00:00,18.636460144218287,True -2017/11/16 13:00:00,18.04620864282768,True -2017/11/16 14:00:00,17.64159835658974,True -2017/11/16 15:00:00,16.644546476684997,True -2017/11/16 16:00:00,16.310450277712313,True -2017/11/16 17:00:00,17.924908962733646,True -2017/11/16 18:00:00,19.08448147795246,True -2017/11/16 19:00:00,17.797109143786585,True -2017/11/16 20:00:00,17.31339994303145,True -2017/11/16 21:00:00,17.26149890101897,True -2017/11/16 22:00:00,17.026097380146087,True -2017/11/16 23:00:00,13.297847871921292,True -2017/11/17 00:00:00,9.423851958024802,True -2017/11/17 01:00:00,5.070528449764001,True -2017/11/17 02:00:00,3.211033008327039,True -2017/11/17 03:00:00,3.7633696611418266,True -2017/11/17 04:00:00,3.2096336011153754,True -2017/11/17 05:00:00,6.033668100340381,True -2017/11/17 06:00:00,8.528716652521046,True -2017/11/17 07:00:00,10.788630190569426,True -2017/11/17 08:00:00,13.890168695137737,True -2017/11/17 09:00:00,15.058952834701246,True -2017/11/17 10:00:00,15.98995057465627,True -2017/11/17 11:00:00,17.5742658340774,True -2017/11/17 12:00:00,18.569241992971175,True -2017/11/17 13:00:00,17.774541832926193,True -2017/11/17 14:00:00,17.614485317976282,True -2017/11/17 15:00:00,16.645879095558332,True -2017/11/17 16:00:00,16.228888232060733,True -2017/11/17 17:00:00,17.68923079255678,True -2017/11/17 18:00:00,18.73378112271398,True -2017/11/17 19:00:00,18.101828137221876,True -2017/11/17 20:00:00,17.77800118739619,True -2017/11/17 21:00:00,17.771370442499375,True -2017/11/17 22:00:00,16.889882827154917,True -2017/11/17 23:00:00,13.058322814286425,True -2017/11/18 00:00:00,9.115303202532596,True -2017/11/18 01:00:00,5.159786463646246,True -2017/11/18 02:00:00,3.1468230087419093,True -2017/11/18 03:00:00,3.7025429064210855,True -2017/11/18 04:00:00,3.1459966285145273,True -2017/11/18 05:00:00,5.853061516135376,True -2017/11/18 06:00:00,9.225379939025109,True -2017/11/18 07:00:00,11.626202616130211,True -2017/11/18 08:00:00,11.485174257073668,True -2017/11/18 09:00:00,13.231734382067609,True -2017/11/18 10:00:00,15.727610837407171,True -2017/11/18 11:00:00,17.190566351824327,True -2017/11/18 12:00:00,17.71628937595281,True -2017/11/18 13:00:00,17.24132856581609,True -2017/11/18 14:00:00,16.986838495885152,True -2017/11/18 15:00:00,16.064464943149957,True -2017/11/18 16:00:00,15.933498089120569,True -2017/11/18 17:00:00,16.732003139323133,True -2017/11/18 18:00:00,18.67359009925806,True -2017/11/18 19:00:00,18.340152220959762,True -2017/11/18 20:00:00,18.02060353504558,True -2017/11/18 21:00:00,16.97357948213413,True -2017/11/18 22:00:00,16.603451086453795,True -2017/11/18 23:00:00,13.025647661170593,True -2017/11/19 00:00:00,9.34204987262475,True -2017/11/19 01:00:00,5.431672988471792,True -2017/11/19 02:00:00,3.158372412731144,True -2017/11/19 03:00:00,3.7145541688204853,True -2017/11/19 04:00:00,3.163519065872147,True -2017/11/19 05:00:00,5.764688302914684,True -2017/11/19 06:00:00,9.240639592397415,True -2017/11/19 07:00:00,11.645537118978073,True -2017/11/19 08:00:00,11.58444979380097,True -2017/11/19 09:00:00,13.780849186302401,True -2017/11/19 10:00:00,13.703946105281528,True -2017/11/19 11:00:00,16.926632156523354,True -2017/11/19 12:00:00,17.953356206916123,True -2017/11/19 13:00:00,16.99777470931781,True -2017/11/19 14:00:00,17.108154366805046,True -2017/11/19 15:00:00,16.074044815424134,True -2017/11/19 16:00:00,15.852401315691369,True -2017/11/19 17:00:00,16.794417888305404,True -2017/11/19 18:00:00,18.0781342475532,True -2017/11/19 19:00:00,17.729803381103725,True -2017/11/19 20:00:00,17.24994774611398,True -2017/11/19 21:00:00,17.172646411450614,True -2017/11/19 22:00:00,16.21268116062227,True -2017/11/19 23:00:00,12.392832365171609,True -2017/11/20 00:00:00,8.971317167919953,True -2017/11/20 01:00:00,5.087367002116291,True -2017/11/20 02:00:00,3.2091584925573025,True -2017/11/20 03:00:00,3.78050487611851,True -2017/11/20 04:00:00,3.217960755218754,True -2017/11/20 05:00:00,6.072354564843986,True -2017/11/20 06:00:00,8.499307041142204,True -2017/11/20 07:00:00,10.777406286397072,True -2017/11/20 08:00:00,14.04788419838002,True -2017/11/20 09:00:00,15.153108908663915,True -2017/11/20 10:00:00,16.245917015977486,True -2017/11/20 11:00:00,17.83514901880129,True -2017/11/20 12:00:00,18.610724697438688,True -2017/11/20 13:00:00,17.573692356103127,True -2017/11/20 14:00:00,17.68305191650356,True -2017/11/20 15:00:00,16.895653550990613,True -2017/11/20 16:00:00,16.48665658741957,True -2017/11/20 17:00:00,17.801183386195017,True -2017/11/20 18:00:00,18.84458731955146,True -2017/11/20 19:00:00,18.259232228153408,True -2017/11/20 20:00:00,17.73889084014477,True -2017/11/20 21:00:00,17.6946601019289,True -2017/11/20 22:00:00,16.75324131265602,True -2017/11/20 23:00:00,12.996081167521385,True -2017/11/21 00:00:00,9.123016726984638,True -2017/11/21 01:00:00,5.07134982792763,True -2017/11/21 02:00:00,3.20974428898124,True -2017/11/21 03:00:00,3.7644096217793295,True -2017/11/21 04:00:00,3.210439394941479,True -2017/11/21 05:00:00,6.067061690891731,True -2017/11/21 06:00:00,8.49112520473751,True -2017/11/21 07:00:00,10.7730432149845,True -2017/11/21 08:00:00,13.967059753898484,True -2017/11/21 09:00:00,15.00980620278264,True -2017/11/21 10:00:00,16.018699468610485,True -2017/11/21 11:00:00,17.652337217490928,True -2017/11/21 12:00:00,18.610646172099354,True -2017/11/21 13:00:00,17.74381805111105,True -2017/11/21 14:00:00,17.58607844256404,True -2017/11/21 15:00:00,16.583363325987882,True -2017/11/21 16:00:00,16.243823597741006,True -2017/11/21 17:00:00,17.65126683773871,True -2017/11/21 18:00:00,18.69139802134608,True -2017/11/21 19:00:00,18.014398579193852,True -2017/11/21 20:00:00,17.636885983190524,True -2017/11/21 21:00:00,17.618116282680635,True -2017/11/21 22:00:00,16.73634637009255,True -2017/11/21 23:00:00,12.990164452359405,True -2017/11/22 00:00:00,9.125212702675569,True -2017/11/22 01:00:00,5.076222264398533,True -2017/11/22 02:00:00,3.2094070368736465,True -2017/11/22 03:00:00,3.765018173346116,True -2017/11/22 04:00:00,3.209295027236972,True -2017/11/22 05:00:00,6.088349649179547,True -2017/11/22 06:00:00,9.297875707392656,True -2017/11/22 07:00:00,11.440265985580716,True -2017/11/22 08:00:00,13.742418234041269,True -2017/11/22 09:00:00,14.837434260215272,True -2017/11/22 10:00:00,15.824425404914226,True -2017/11/22 11:00:00,17.53294308809674,True -2017/11/22 12:00:00,18.461805399792322,True -2017/11/22 13:00:00,17.65291513396257,True -2017/11/22 14:00:00,17.516868155793453,True -2017/11/22 15:00:00,16.543619804967427,True -2017/11/22 16:00:00,16.122909663609096,True -2017/11/22 17:00:00,17.606316719823894,True -2017/11/22 18:00:00,18.611508084187104,True -2017/11/22 19:00:00,17.903938644828095,True -2017/11/22 20:00:00,17.518230139014946,True -2017/11/22 21:00:00,17.46667447963554,True -2017/11/22 22:00:00,16.580497261665695,True -2017/11/22 23:00:00,12.997995423471833,True -2017/11/23 00:00:00,9.142357464544201,True -2017/11/23 01:00:00,5.0770211321533605,True -2017/11/23 02:00:00,3.208787204124063,True -2017/11/23 03:00:00,3.7642416508350784,True -2017/11/23 04:00:00,3.211005018366206,True -2017/11/23 05:00:00,6.100765653973741,True -2017/11/23 06:00:00,9.381860305704908,True -2017/11/23 07:00:00,11.404324404531112,True -2017/11/23 08:00:00,13.753425043220167,True -2017/11/23 09:00:00,14.838240918141604,True -2017/11/23 10:00:00,15.865818518714695,True -2017/11/23 11:00:00,17.550188298227425,True -2017/11/23 12:00:00,18.511326349379626,True -2017/11/23 13:00:00,17.70647941286582,True -2017/11/23 14:00:00,17.548221693280503,True -2017/11/23 15:00:00,16.550318865043092,True -2017/11/23 16:00:00,16.14195373608392,True -2017/11/23 17:00:00,17.574757399763953,True -2017/11/23 18:00:00,18.60590998254002,True -2017/11/23 19:00:00,17.903319366078236,True -2017/11/23 20:00:00,17.514156195381272,True -2017/11/23 21:00:00,17.485793822346103,True -2017/11/23 22:00:00,16.580549721236558,True -2017/11/23 23:00:00,13.00418012438718,True -2017/11/24 00:00:00,9.137562041055544,True -2017/11/24 01:00:00,5.076066324963484,True -2017/11/24 02:00:00,3.2110547625604244,True -2017/11/24 03:00:00,3.7656056086431113,True -2017/11/24 04:00:00,3.208708796138003,True -2017/11/24 05:00:00,6.131006781962863,True -2017/11/24 06:00:00,9.393438384822966,True -2017/11/24 07:00:00,11.4712440916671,True -2017/11/24 08:00:00,13.786373928667407,True -2017/11/24 09:00:00,14.820965907652676,True -2017/11/24 10:00:00,15.82088889564235,True -2017/11/24 11:00:00,17.531898322747043,True -2017/11/24 12:00:00,18.493521430292173,True -2017/11/24 13:00:00,17.68577422982994,True -2017/11/24 14:00:00,17.603049662757275,True -2017/11/24 15:00:00,16.618681613965467,True -2017/11/24 16:00:00,16.181005969623445,True -2017/11/24 17:00:00,17.569921165110383,True -2017/11/24 18:00:00,18.611661756299174,True -2017/11/24 19:00:00,17.93291565613147,True -2017/11/24 20:00:00,17.532291135035003,True -2017/11/24 21:00:00,17.492111114658556,True -2017/11/24 22:00:00,16.606425832719452,True -2017/11/24 23:00:00,12.996899537056965,True -2017/11/25 00:00:00,9.137293023554767,True -2017/11/25 01:00:00,5.165765200958239,True -2017/11/25 02:00:00,3.1461283533279323,True -2017/11/25 03:00:00,3.701759897409802,True -2017/11/25 04:00:00,3.1617653559661187,True -2017/11/25 05:00:00,5.851598117834293,True -2017/11/25 06:00:00,9.228244223078384,True -2017/11/25 07:00:00,11.636542500257383,True -2017/11/25 08:00:00,11.499443004742377,True -2017/11/25 09:00:00,13.219477053495812,True -2017/11/25 10:00:00,15.75842371764417,True -2017/11/25 11:00:00,17.346567717747092,True -2017/11/25 12:00:00,17.87178502302109,True -2017/11/25 13:00:00,17.21722531327533,True -2017/11/25 14:00:00,16.801724380843655,True -2017/11/25 15:00:00,16.002458325969393,True -2017/11/25 16:00:00,15.874110170242416,True -2017/11/25 17:00:00,16.847151979679726,True -2017/11/25 18:00:00,18.693946878489122,True -2017/11/25 19:00:00,18.41890002475421,True -2017/11/25 20:00:00,18.18573544259751,True -2017/11/25 21:00:00,17.16385621000948,True -2017/11/25 22:00:00,16.97798085274607,True -2017/11/25 23:00:00,13.568144734082844,True -2017/11/26 00:00:00,9.967774444207228,True -2017/11/26 01:00:00,5.427493384494698,True -2017/11/26 02:00:00,3.149745269460777,True -2017/11/26 03:00:00,3.7126371705218966,True -2017/11/26 04:00:00,3.1553732475865037,True -2017/11/26 05:00:00,5.774835060674329,True -2017/11/26 06:00:00,9.108572007924046,True -2017/11/26 07:00:00,11.733377552549292,True -2017/11/26 08:00:00,11.996992711637036,True -2017/11/26 09:00:00,14.07175857586559,True -2017/11/26 10:00:00,14.29354065098369,True -2017/11/26 11:00:00,16.64270735040621,True -2017/11/26 12:00:00,17.78385697552938,True -2017/11/26 13:00:00,16.778786196255673,True -2017/11/26 14:00:00,17.08745623841852,True -2017/11/26 15:00:00,15.813914253022755,True -2017/11/26 16:00:00,15.751732976243272,True -2017/11/26 17:00:00,16.431411222720673,True -2017/11/26 18:00:00,17.588282627174284,True -2017/11/26 19:00:00,17.084304030451825,True -2017/11/26 20:00:00,16.462633559513787,True -2017/11/26 21:00:00,16.43888838717331,True -2017/11/26 22:00:00,15.670856844746256,True -2017/11/26 23:00:00,12.08892138523222,True -2017/11/27 00:00:00,8.78698752681354,True -2017/11/27 01:00:00,5.09438469123638,True -2017/11/27 02:00:00,3.2086313997032176,True -2017/11/27 03:00:00,3.763316759131334,True -2017/11/27 04:00:00,3.208371753037991,True -2017/11/27 05:00:00,6.045929804168504,True -2017/11/27 06:00:00,8.56657076568882,True -2017/11/27 07:00:00,10.8607612921034,True -2017/11/27 08:00:00,13.986012402123615,True -2017/11/27 09:00:00,15.045375625781858,True -2017/11/27 10:00:00,16.354317200414677,True -2017/11/27 11:00:00,17.360514464657967,True -2017/11/27 12:00:00,18.096832575984717,True -2017/11/27 13:00:00,17.468432297733933,True -2017/11/27 14:00:00,17.331918272226133,True -2017/11/27 15:00:00,16.922310414536742,True -2017/11/27 16:00:00,16.602231323781794,True -2017/11/27 17:00:00,17.732454774896844,True -2017/11/27 18:00:00,18.765247270388116,True -2017/11/27 19:00:00,18.18481132792061,True -2017/11/27 20:00:00,17.7969608148316,True -2017/11/27 21:00:00,17.937207534357032,True -2017/11/27 22:00:00,16.980691379500648,True -2017/11/27 23:00:00,13.113524524853617,True -2017/11/28 00:00:00,9.139309448010543,True -2017/11/28 01:00:00,5.073605377408841,True -2017/11/28 02:00:00,3.2094810330596077,True -2017/11/28 03:00:00,3.765640105571646,True -2017/11/28 04:00:00,3.209116670531684,True -2017/11/28 05:00:00,6.0461849767545575,True -2017/11/28 06:00:00,8.507670404551549,True -2017/11/28 07:00:00,10.779669146724276,True -2017/11/28 08:00:00,13.896175286679172,True -2017/11/28 09:00:00,15.026006271181346,True -2017/11/28 10:00:00,15.953722611585789,True -2017/11/28 11:00:00,17.582138812960604,True -2017/11/28 12:00:00,18.48953690894265,True -2017/11/28 13:00:00,17.67766490185304,True -2017/11/28 14:00:00,17.55871333724515,True -2017/11/28 15:00:00,16.53079821109883,True -2017/11/28 16:00:00,16.30379054999464,True -2017/11/28 17:00:00,17.636902248102306,True -2017/11/28 18:00:00,18.63849689763603,True -2017/11/28 19:00:00,17.972197873319278,True -2017/11/28 20:00:00,17.586906079718094,True -2017/11/28 21:00:00,17.583164191163473,True -2017/11/28 22:00:00,16.67741643240671,True -2017/11/28 23:00:00,12.992040725511451,True -2017/11/29 00:00:00,9.121570525197987,True -2017/11/29 01:00:00,5.073799186308217,True -2017/11/29 02:00:00,3.2120912934006935,True -2017/11/29 03:00:00,3.7632540744204035,True -2017/11/29 04:00:00,3.2090904719773894,True -2017/11/29 05:00:00,6.167546112155356,True -2017/11/29 06:00:00,9.376162617646225,True -2017/11/29 07:00:00,11.47046957574634,True -2017/11/29 08:00:00,13.759131781398759,True -2017/11/29 09:00:00,14.892817941887495,True -2017/11/29 10:00:00,15.844171487243052,True -2017/11/29 11:00:00,17.541889335190074,True -2017/11/29 12:00:00,18.464521547000228,True -2017/11/29 13:00:00,17.687773489624714,True -2017/11/29 14:00:00,17.58930684591032,True -2017/11/29 15:00:00,16.562928618436676,True -2017/11/29 16:00:00,16.268683991127368,True -2017/11/29 17:00:00,17.68189289749771,True -2017/11/29 18:00:00,18.650828220852635,True -2017/11/29 19:00:00,17.98584002705357,True -2017/11/29 20:00:00,17.58418681471869,True -2017/11/29 21:00:00,17.54593552804245,True -2017/11/29 22:00:00,16.640145325222775,True -2017/11/29 23:00:00,12.993403844756397,True -2017/11/30 00:00:00,9.126752354938699,True -2017/11/30 01:00:00,5.076388922999791,True -2017/11/30 02:00:00,3.2093880227638265,True -2017/11/30 03:00:00,3.765020110301007,True -2017/11/30 04:00:00,3.2102718978818676,True -2017/11/30 05:00:00,6.111651755623745,True -2017/11/30 06:00:00,8.484346461645412,True -2017/11/30 07:00:00,10.766754291738321,True -2017/11/30 08:00:00,13.937372073352734,True -2017/11/30 09:00:00,15.116654252920496,True -2017/11/30 10:00:00,16.11969843041,True -2017/11/30 11:00:00,17.749577190688967,True -2017/11/30 12:00:00,18.61857195067879,True -2017/11/30 13:00:00,17.828875517047425,True -2017/11/30 14:00:00,17.67083818608708,True -2017/11/30 15:00:00,16.691930062568638,True -2017/11/30 16:00:00,16.39667748022795,True -2017/11/30 17:00:00,17.724472764636705,True -2017/11/30 18:00:00,18.725287326743,True -2017/11/30 19:00:00,18.04062560173831,True -2017/11/30 20:00:00,17.67611219660487,True -2017/11/30 21:00:00,17.638205810527452,True -2017/11/30 22:00:00,16.777925260924142,True -2017/11/30 23:00:00,13.028850379743114,True -2017/12/01 00:00:00,9.123431501957825,True -2017/12/01 01:00:00,5.0708322787754945,True -2017/12/01 02:00:00,3.208888185852495,True -2017/12/01 03:00:00,3.7634627835837473,True -2017/12/01 04:00:00,3.209404463923761,True -2017/12/01 05:00:00,6.098817840463749,True -2017/12/01 06:00:00,8.480524883827263,True -2017/12/01 07:00:00,10.750329680468937,True -2017/12/01 08:00:00,15.102410956401858,True -2017/12/01 09:00:00,15.318792800949987,True -2017/12/01 10:00:00,15.645673442881979,True -2017/12/01 11:00:00,17.497261748723666,True -2017/12/01 12:00:00,18.136115951627822,True -2017/12/01 13:00:00,17.000322764210495,True -2017/12/01 14:00:00,17.515146828759956,True -2017/12/01 15:00:00,16.842541582312695,True -2017/12/01 16:00:00,16.44314495676216,True -2017/12/01 17:00:00,17.851275691644943,True -2017/12/01 18:00:00,18.828654402622348,True -2017/12/01 19:00:00,18.220050842618893,True -2017/12/01 20:00:00,17.817658914112084,True -2017/12/01 21:00:00,17.805413690281924,True -2017/12/01 22:00:00,16.908645454174057,True -2017/12/01 23:00:00,13.079004806383288,True -2017/12/02 00:00:00,9.124551142759794,True -2017/12/02 01:00:00,5.154441599164707,True -2017/12/02 02:00:00,3.1472665735953345,True -2017/12/02 03:00:00,3.700138562333911,True -2017/12/02 04:00:00,3.1453132456810775,True -2017/12/02 05:00:00,5.844054039238001,True -2017/12/02 06:00:00,8.335376778625507,True -2017/12/02 07:00:00,10.997287293552787,True -2017/12/02 08:00:00,12.890182942418937,True -2017/12/02 09:00:00,13.571383096397604,True -2017/12/02 10:00:00,15.896381802095934,True -2017/12/02 11:00:00,17.198701999119482,True -2017/12/02 12:00:00,17.68022011952221,True -2017/12/02 13:00:00,17.15664474277389,True -2017/12/02 14:00:00,16.927922183399424,True -2017/12/02 15:00:00,15.994035697710402,True -2017/12/02 16:00:00,15.964780148572785,True -2017/12/02 17:00:00,16.795090603978313,True -2017/12/02 18:00:00,18.65507543716997,True -2017/12/02 19:00:00,18.304789659042473,True -2017/12/02 20:00:00,18.0398119525486,True -2017/12/02 21:00:00,16.97801352077171,True -2017/12/02 22:00:00,16.654032503099774,True -2017/12/02 23:00:00,13.062056557586004,True -2017/12/03 00:00:00,9.32440794592865,True -2017/12/03 01:00:00,5.429504715059179,True -2017/12/03 02:00:00,3.1616287176083437,True -2017/12/03 03:00:00,3.7120002186995777,True -2017/12/03 04:00:00,3.1598892351420953,True -2017/12/03 05:00:00,5.877559171486766,True -2017/12/03 06:00:00,9.245576720355075,True -2017/12/03 07:00:00,11.6500261250498,True -2017/12/03 08:00:00,12.702069995425887,True -2017/12/03 09:00:00,13.732197151307426,True -2017/12/03 10:00:00,13.771599179040457,True -2017/12/03 11:00:00,16.889866324760753,True -2017/12/03 12:00:00,17.838979382423172,True -2017/12/03 13:00:00,16.751386066738625,True -2017/12/03 14:00:00,16.76059515727689,True -2017/12/03 15:00:00,15.690851562055782,True -2017/12/03 16:00:00,15.664873195714515,True -2017/12/03 17:00:00,16.606173430344136,True -2017/12/03 18:00:00,17.85943151199912,True -2017/12/03 19:00:00,17.416638997498996,True -2017/12/03 20:00:00,16.833002517733803,True -2017/12/03 21:00:00,16.76971920868229,True -2017/12/03 22:00:00,15.949657334097063,True -2017/12/03 23:00:00,12.38706134997904,True -2017/12/04 00:00:00,8.942424272136174,True -2017/12/04 01:00:00,5.098829237109143,True -2017/12/04 02:00:00,3.22024388899852,True -2017/12/04 03:00:00,3.7738762256329315,True -2017/12/04 04:00:00,3.2247298687792547,True -2017/12/04 05:00:00,6.101064750400836,True -2017/12/04 06:00:00,9.367214232555861,True -2017/12/04 07:00:00,11.432760429947646,True -2017/12/04 08:00:00,14.752064300797777,True -2017/12/04 09:00:00,14.84360365463881,True -2017/12/04 10:00:00,15.883125384768647,True -2017/12/04 11:00:00,17.552496749870446,True -2017/12/04 12:00:00,18.39673522930722,True -2017/12/04 13:00:00,17.45640334406495,True -2017/12/04 14:00:00,17.335807157141947,True -2017/12/04 15:00:00,16.43391289388339,True -2017/12/04 16:00:00,16.076569087919154,True -2017/12/04 17:00:00,17.53640363934734,True -2017/12/04 18:00:00,18.51624423261465,True -2017/12/04 19:00:00,17.75136321466422,True -2017/12/04 20:00:00,17.362698634479035,True -2017/12/04 21:00:00,17.35504513637338,True -2017/12/04 22:00:00,16.524776949226847,True -2017/12/04 23:00:00,13.01188203129667,True -2017/12/05 00:00:00,9.145720124418373,True -2017/12/05 01:00:00,5.0858900764840556,True -2017/12/05 02:00:00,3.2172652454269475,True -2017/12/05 03:00:00,3.7797997327140265,True -2017/12/05 04:00:00,3.2177988102723174,True -2017/12/05 05:00:00,6.1600178191883,True -2017/12/05 06:00:00,9.363621511850264,True -2017/12/05 07:00:00,11.440445963687859,True -2017/12/05 08:00:00,14.74512186313261,True -2017/12/05 09:00:00,14.928324515141943,True -2017/12/05 10:00:00,15.891308188154426,True -2017/12/05 11:00:00,17.527243907434045,True -2017/12/05 12:00:00,18.32990117228698,True -2017/12/05 13:00:00,17.383467362402293,True -2017/12/05 14:00:00,17.25743819172657,True -2017/12/05 15:00:00,16.4314306511215,True -2017/12/05 16:00:00,16.105812904548614,True -2017/12/05 17:00:00,17.60264749414672,True -2017/12/05 18:00:00,18.502083753351776,True -2017/12/05 19:00:00,17.714806734820773,True -2017/12/05 20:00:00,17.298296407461777,True -2017/12/05 21:00:00,17.2872393169557,True -2017/12/05 22:00:00,16.51100677453857,True -2017/12/05 23:00:00,13.005036479278862,True -2017/12/06 00:00:00,9.154998066290398,True -2017/12/06 01:00:00,5.078849079945705,True -2017/12/06 02:00:00,3.22185511830699,True -2017/12/06 03:00:00,3.770809889266222,True -2017/12/06 04:00:00,3.222079649814537,True -2017/12/06 05:00:00,6.186351759563202,True -2017/12/06 06:00:00,9.25696767860507,True -2017/12/06 07:00:00,11.451380806716429,True -2017/12/06 08:00:00,14.749514848958352,True -2017/12/06 09:00:00,14.901640935339937,True -2017/12/06 10:00:00,15.856487135971639,True -2017/12/06 11:00:00,17.48122189008492,True -2017/12/06 12:00:00,18.328768147841068,True -2017/12/06 13:00:00,17.37473635584304,True -2017/12/06 14:00:00,17.245174918099146,True -2017/12/06 15:00:00,16.366276913236153,True -2017/12/06 16:00:00,16.113855196530558,True -2017/12/06 17:00:00,17.579442147316687,True -2017/12/06 18:00:00,18.48253149782041,True -2017/12/06 19:00:00,17.655529159477037,True -2017/12/06 20:00:00,17.23230709064086,True -2017/12/06 21:00:00,17.21143184338319,True -2017/12/06 22:00:00,16.530261125834297,True -2017/12/06 23:00:00,13.020237434095208,True -2017/12/07 00:00:00,9.17657703228524,True -2017/12/07 01:00:00,5.084934627385693,True -2017/12/07 02:00:00,3.2187502363084293,True -2017/12/07 03:00:00,3.7747782495569093,True -2017/12/07 04:00:00,3.219943327767489,True -2017/12/07 05:00:00,6.2099997937854505,True -2017/12/07 06:00:00,9.295092713343646,True -2017/12/07 07:00:00,11.626639794753729,True -2017/12/07 08:00:00,14.76766502013966,True -2017/12/07 09:00:00,14.841780209402451,True -2017/12/07 10:00:00,15.856553373551984,True -2017/12/07 11:00:00,17.488572129271148,True -2017/12/07 12:00:00,18.286754269268286,True -2017/12/07 13:00:00,17.31020774259708,True -2017/12/07 14:00:00,17.21934336188687,True -2017/12/07 15:00:00,16.336831241586466,True -2017/12/07 16:00:00,15.989598892977826,True -2017/12/07 17:00:00,17.52391672795618,True -2017/12/07 18:00:00,18.475417234511625,True -2017/12/07 19:00:00,17.642691454853775,True -2017/12/07 20:00:00,17.20819268353716,True -2017/12/07 21:00:00,17.20934435649938,True -2017/12/07 22:00:00,16.533340608946162,True -2017/12/07 23:00:00,13.016165740559085,True -2017/12/08 00:00:00,9.171013421660478,True -2017/12/08 01:00:00,5.072990818012043,True -2017/12/08 02:00:00,3.218054305548212,True -2017/12/08 03:00:00,3.7713902424537635,True -2017/12/08 04:00:00,3.219455387352713,True -2017/12/08 05:00:00,6.2006795576093765,True -2017/12/08 06:00:00,9.28232451905782,True -2017/12/08 07:00:00,11.608601438720896,True -2017/12/08 08:00:00,14.770742965410282,True -2017/12/08 09:00:00,14.914082015476525,True -2017/12/08 10:00:00,15.85832483656963,True -2017/12/08 11:00:00,17.482115911438257,True -2017/12/08 12:00:00,18.2862044132579,True -2017/12/08 13:00:00,17.32472131162141,True -2017/12/08 14:00:00,17.253374366868396,True -2017/12/08 15:00:00,16.438231399056704,True -2017/12/08 16:00:00,16.165857783902258,True -2017/12/08 17:00:00,17.58721623048538,True -2017/12/08 18:00:00,18.50655655433788,True -2017/12/08 19:00:00,17.67893049945481,True -2017/12/08 20:00:00,17.268160648546356,True -2017/12/08 21:00:00,17.239852200605338,True -2017/12/08 22:00:00,16.50434139972187,True -2017/12/08 23:00:00,13.00149460430097,True -2017/12/09 00:00:00,9.153478483754661,True -2017/12/09 01:00:00,5.164329850314622,True -2017/12/09 02:00:00,3.158439522525209,True -2017/12/09 03:00:00,3.71214899472266,True -2017/12/09 04:00:00,3.1567564551349983,True -2017/12/09 05:00:00,5.892555735730708,True -2017/12/09 06:00:00,9.127225281616191,True -2017/12/09 07:00:00,11.608873452028385,True -2017/12/09 08:00:00,12.6559357635448,True -2017/12/09 09:00:00,13.242291743408634,True -2017/12/09 10:00:00,15.659907760077626,True -2017/12/09 11:00:00,17.084625494615477,True -2017/12/09 12:00:00,17.510107667023778,True -2017/12/09 13:00:00,16.929813529348724,True -2017/12/09 14:00:00,16.685283741466723,True -2017/12/09 15:00:00,15.798337459935858,True -2017/12/09 16:00:00,15.722393154591412,True -2017/12/09 17:00:00,16.60107537117173,True -2017/12/09 18:00:00,18.53350294794272,True -2017/12/09 19:00:00,18.026761735024863,True -2017/12/09 20:00:00,17.58789275879386,True -2017/12/09 21:00:00,16.65683336921963,True -2017/12/09 22:00:00,16.425833486103024,True -2017/12/09 23:00:00,13.021949060853483,True -2017/12/10 00:00:00,9.375546110915643,True -2017/12/10 01:00:00,5.4447574028721855,True -2017/12/10 02:00:00,3.163887864326603,True -2017/12/10 03:00:00,3.7149595643992357,True -2017/12/10 04:00:00,3.1623232447767804,True -2017/12/10 05:00:00,5.917426738789255,True -2017/12/10 06:00:00,9.359199276062169,True -2017/12/10 07:00:00,11.621754217016344,True -2017/12/10 08:00:00,12.722195450708881,True -2017/12/10 09:00:00,13.711577284040487,True -2017/12/10 10:00:00,13.701495262453792,True -2017/12/10 11:00:00,16.812873341054903,True -2017/12/10 12:00:00,17.747263922630182,True -2017/12/10 13:00:00,16.574349121063435,True -2017/12/10 14:00:00,16.59234911769117,True -2017/12/10 15:00:00,15.596636583508584,True -2017/12/10 16:00:00,15.532536687215478,True -2017/12/10 17:00:00,16.444550766725147,True -2017/12/10 18:00:00,17.784608674930343,True -2017/12/10 19:00:00,17.307696160993537,True -2017/12/10 20:00:00,16.741613553134222,True -2017/12/10 21:00:00,16.695361979835184,True -2017/12/10 22:00:00,15.962155234172153,True -2017/12/10 23:00:00,12.390859159938339,True -2017/12/11 00:00:00,8.997467801330773,True -2017/12/11 01:00:00,5.111765305373983,True -2017/12/11 02:00:00,3.2243444184090855,True -2017/12/11 03:00:00,3.780690541183311,True -2017/12/11 04:00:00,3.227730622716752,True -2017/12/11 05:00:00,6.213290880042581,True -2017/12/11 06:00:00,9.272859889132434,True -2017/12/11 07:00:00,11.59999063892034,True -2017/12/11 08:00:00,14.778006563558199,True -2017/12/11 09:00:00,14.874335931505552,True -2017/12/11 10:00:00,15.917359074628667,True -2017/12/11 11:00:00,17.506825805503066,True -2017/12/11 12:00:00,18.277976079014774,True -2017/12/11 13:00:00,17.268365485917172,True -2017/12/11 14:00:00,17.178531588650493,True -2017/12/11 15:00:00,16.352086259436,True -2017/12/11 16:00:00,16.011424347270797,True -2017/12/11 17:00:00,17.45871420670635,True -2017/12/11 18:00:00,18.45871734710451,True -2017/12/11 19:00:00,17.621110204751698,True -2017/12/11 20:00:00,17.21782096471324,True -2017/12/11 21:00:00,17.224814811183258,True -2017/12/11 22:00:00,16.53204354235213,True -2017/12/11 23:00:00,13.038307029927399,True -2017/12/12 00:00:00,9.187245188972431,True -2017/12/12 01:00:00,5.107883741465336,True -2017/12/12 02:00:00,3.218441234763882,True -2017/12/12 03:00:00,3.7750288350407937,True -2017/12/12 04:00:00,3.2216176750244494,True -2017/12/12 05:00:00,6.201808077982477,True -2017/12/12 06:00:00,9.52948927764881,True -2017/12/12 07:00:00,11.381152731376195,True -2017/12/12 08:00:00,14.768865514900048,True -2017/12/12 09:00:00,15.00354985445772,True -2017/12/12 10:00:00,15.879821528544491,True -2017/12/12 11:00:00,17.514067438801632,True -2017/12/12 12:00:00,18.28112876488298,True -2017/12/12 13:00:00,17.314650360961792,True -2017/12/12 14:00:00,17.21392011260661,True -2017/12/12 15:00:00,16.432138490547626,True -2017/12/12 16:00:00,16.185439553155287,True -2017/12/12 17:00:00,17.633955264773082,True -2017/12/12 18:00:00,18.53958533582446,True -2017/12/12 19:00:00,17.728438976101334,True -2017/12/12 20:00:00,17.312928122109238,True -2017/12/12 21:00:00,17.30272667218535,True -2017/12/12 22:00:00,16.55442816641119,True -2017/12/12 23:00:00,12.990137348379692,True -2017/12/13 00:00:00,9.137380529776795,True -2017/12/13 01:00:00,5.0852600901766865,True -2017/12/13 02:00:00,3.2150741340944737,True -2017/12/13 03:00:00,3.782532414483963,True -2017/12/13 04:00:00,3.213970784162982,True -2017/12/13 05:00:00,6.150132351312233,True -2017/12/13 06:00:00,9.231146942004518,True -2017/12/13 07:00:00,11.368095084470822,True -2017/12/13 08:00:00,14.72732893569958,True -2017/12/13 09:00:00,14.941194659338246,True -2017/12/13 10:00:00,15.908692180725845,True -2017/12/13 11:00:00,17.584250189573655,True -2017/12/13 12:00:00,18.397387935754526,True -2017/12/13 13:00:00,17.57666366847064,True -2017/12/13 14:00:00,17.444512922018124,True -2017/12/13 15:00:00,16.54017263377409,True -2017/12/13 16:00:00,16.265759195655814,True -2017/12/13 17:00:00,17.67267658900497,True -2017/12/13 18:00:00,18.609476687024827,True -2017/12/13 19:00:00,17.966339125405693,True -2017/12/13 20:00:00,17.596374180934152,True -2017/12/13 21:00:00,17.61841138300589,True -2017/12/13 22:00:00,16.707880270602704,True -2017/12/13 23:00:00,12.998048674617866,True -2017/12/14 00:00:00,9.14087416310216,True -2017/12/14 01:00:00,5.07194367405317,True -2017/12/14 02:00:00,3.2093250776253073,True -2017/12/14 03:00:00,3.763133998232177,True -2017/12/14 04:00:00,3.208389500291445,True -2017/12/14 05:00:00,6.050880041825824,True -2017/12/14 06:00:00,8.485171647404304,True -2017/12/14 07:00:00,10.760947300296902,True -2017/12/14 08:00:00,14.91196829970548,True -2017/12/14 09:00:00,15.142619435118302,True -2017/12/14 10:00:00,16.105649433595897,True -2017/12/14 11:00:00,17.686531096145288,True -2017/12/14 12:00:00,18.63332733460202,True -2017/12/14 13:00:00,17.85585594480218,True -2017/12/14 14:00:00,17.776661025471334,True -2017/12/14 15:00:00,16.79930716472209,True -2017/12/14 16:00:00,16.384182571788347,True -2017/12/14 17:00:00,17.743356009902605,True -2017/12/14 18:00:00,18.75886888541215,True -2017/12/14 19:00:00,18.10946167842598,True -2017/12/14 20:00:00,17.682546433131098,True -2017/12/14 21:00:00,17.643209826663877,True -2017/12/14 22:00:00,16.717910219591822,True -2017/12/14 23:00:00,12.992366957966789,True -2017/12/15 00:00:00,9.122305237870133,True -2017/12/15 01:00:00,5.074551441959455,True -2017/12/15 02:00:00,3.2088388313328347,True -2017/12/15 03:00:00,3.764792950107546,True -2017/12/15 04:00:00,3.2086947386428935,True -2017/12/15 05:00:00,6.0785667501535725,True -2017/12/15 06:00:00,8.489988934618433,True -2017/12/15 07:00:00,10.773251209199252,True -2017/12/15 08:00:00,14.871221394857413,True -2017/12/15 09:00:00,14.942256928090412,True -2017/12/15 10:00:00,16.000519793752805,True -2017/12/15 11:00:00,17.628076233886603,True -2017/12/15 12:00:00,18.514859095820103,True -2017/12/15 13:00:00,17.7319672063632,True -2017/12/15 14:00:00,17.576839573741246,True -2017/12/15 15:00:00,16.57441107387278,True -2017/12/15 16:00:00,16.192338193504572,True -2017/12/15 17:00:00,17.676485747391204,True -2017/12/15 18:00:00,18.69973871629973,True -2017/12/15 19:00:00,18.02036342754682,True -2017/12/15 20:00:00,17.645766567290664,True -2017/12/15 21:00:00,17.632879746117887,True -2017/12/15 22:00:00,16.723363190260407,True -2017/12/15 23:00:00,12.98891888474056,True -2017/12/16 00:00:00,9.11927055871331,True -2017/12/16 01:00:00,5.1661874647923085,True -2017/12/16 02:00:00,3.1456931654593085,True -2017/12/16 03:00:00,3.701492594739029,True -2017/12/16 04:00:00,3.1451531049551265,True -2017/12/16 05:00:00,5.80585577911824,True -2017/12/16 06:00:00,9.23362825897643,True -2017/12/16 07:00:00,11.64363692481493,True -2017/12/16 08:00:00,12.662382008828672,True -2017/12/16 09:00:00,13.255601643335927,True -2017/12/16 10:00:00,15.671184037501384,True -2017/12/16 11:00:00,17.173956344903985,True -2017/12/16 12:00:00,17.745712662606188,True -2017/12/16 13:00:00,17.27387017170476,True -2017/12/16 14:00:00,17.025269245011362,True -2017/12/16 15:00:00,16.077268976431125,True -2017/12/16 16:00:00,15.926906395380467,True -2017/12/16 17:00:00,16.810225695775095,True -2017/12/16 18:00:00,18.67367001947556,True -2017/12/16 19:00:00,18.366646047611752,True -2017/12/16 20:00:00,18.05922245539017,True -2017/12/16 21:00:00,17.038366263023466,True -2017/12/16 22:00:00,16.684587834639085,True -2017/12/16 23:00:00,13.081743866477803,True -2017/12/17 00:00:00,9.329873464879917,True -2017/12/17 01:00:00,5.4242612388037665,True -2017/12/17 02:00:00,3.1613501905325263,True -2017/12/17 03:00:00,3.7111787265044107,True -2017/12/17 04:00:00,3.16111623957895,True -2017/12/17 05:00:00,5.871038272612369,True -2017/12/17 06:00:00,9.230692391546752,True -2017/12/17 07:00:00,11.656725076465412,True -2017/12/17 08:00:00,12.678507062375743,True -2017/12/17 09:00:00,13.705933560944489,True -2017/12/17 10:00:00,13.66055558870107,True -2017/12/17 11:00:00,16.881534960960533,True -2017/12/17 12:00:00,17.832514917221665,True -2017/12/17 13:00:00,16.783901731789758,True -2017/12/17 14:00:00,16.796949404459152,True -2017/12/17 15:00:00,15.709458771677857,True -2017/12/17 16:00:00,15.630564844400146,True -2017/12/17 17:00:00,16.602222977942457,True -2017/12/17 18:00:00,17.870765402732335,True -2017/12/17 19:00:00,17.44212598878803,True -2017/12/17 20:00:00,16.909820972589124,True -2017/12/17 21:00:00,16.864145394288272,True -2017/12/17 22:00:00,15.97487670550166,True -2017/12/17 23:00:00,12.375853198507665,True -2017/12/18 00:00:00,8.941152341960839,True -2017/12/18 01:00:00,5.082155399537808,True -2017/12/18 02:00:00,3.2258774625610975,True -2017/12/18 03:00:00,3.773901188908767,True -2017/12/18 04:00:00,3.217232938481048,True -2017/12/18 05:00:00,6.151997593767889,True -2017/12/18 06:00:00,9.361321033767714,True -2017/12/18 07:00:00,11.418524473174793,True -2017/12/18 08:00:00,14.737004864320935,True -2017/12/18 09:00:00,14.992812064867156,True -2017/12/18 10:00:00,15.998770002953524,True -2017/12/18 11:00:00,17.621549142222513,True -2017/12/18 12:00:00,18.466027876343915,True -2017/12/18 13:00:00,17.7551947594221,True -2017/12/18 14:00:00,17.604952626778342,True -2017/12/18 15:00:00,16.63608076716729,True -2017/12/18 16:00:00,16.314889509101313,True -2017/12/18 17:00:00,17.71017149378496,True -2017/12/18 18:00:00,18.68162659259375,True -2017/12/18 19:00:00,18.03700515688001,True -2017/12/18 20:00:00,17.636916103945037,True -2017/12/18 21:00:00,17.614584224224497,True -2017/12/18 22:00:00,16.725692887532134,True -2017/12/18 23:00:00,12.981392317939497,True -2017/12/19 00:00:00,9.124522474406806,True -2017/12/19 01:00:00,5.080206911656741,True -2017/12/19 02:00:00,3.2088622845145545,True -2017/12/19 03:00:00,3.764439178980826,True -2017/12/19 04:00:00,3.2099661835218702,True -2017/12/19 05:00:00,6.162616866450175,True -2017/12/19 06:00:00,9.370700411207771,True -2017/12/19 07:00:00,11.427132249859966,True -2017/12/19 08:00:00,14.73014121370684,True -2017/12/19 09:00:00,14.892634419721848,True -2017/12/19 10:00:00,15.845240302876261,True -2017/12/19 11:00:00,17.539938527889337,True -2017/12/19 12:00:00,18.418162258104857,True -2017/12/19 13:00:00,17.63301860708292,True -2017/12/19 14:00:00,17.493665334489027,True -2017/12/19 15:00:00,16.600186335237805,True -2017/12/19 16:00:00,16.312743716943526,True -2017/12/19 17:00:00,17.665062723546043,True -2017/12/19 18:00:00,18.609590596419263,True -2017/12/19 19:00:00,17.937035906972234,True -2017/12/19 20:00:00,17.59660472408078,True -2017/12/19 21:00:00,17.577808070043,True -2017/12/19 22:00:00,16.668773576399516,True -2017/12/19 23:00:00,12.990011273795051,True -2017/12/20 00:00:00,9.124243233556268,True -2017/12/20 01:00:00,5.077333544070056,True -2017/12/20 02:00:00,3.2085089908970503,True -2017/12/20 03:00:00,3.7659337695580866,True -2017/12/20 04:00:00,3.2083860008070433,True -2017/12/20 05:00:00,6.163366916503478,True -2017/12/20 06:00:00,9.387796486607181,True -2017/12/20 07:00:00,11.45677709541356,True -2017/12/20 08:00:00,14.730735211330812,True -2017/12/20 09:00:00,14.825233077794994,True -2017/12/20 10:00:00,15.934017956901066,True -2017/12/20 11:00:00,17.58718837268687,True -2017/12/20 12:00:00,18.468044462908065,True -2017/12/20 13:00:00,17.608530683385425,True -2017/12/20 14:00:00,17.472598220721725,True -2017/12/20 15:00:00,16.483346909131363,True -2017/12/20 16:00:00,16.280886328113144,True -2017/12/20 17:00:00,17.714205772070226,True -2017/12/20 18:00:00,18.688291091987264,True -2017/12/20 19:00:00,18.03595572990193,True -2017/12/20 20:00:00,17.639314395420822,True -2017/12/20 21:00:00,17.632824672472566,True -2017/12/20 22:00:00,16.706674557194106,True -2017/12/20 23:00:00,13.006026870090704,True -2017/12/21 00:00:00,9.117026861294574,True -2017/12/21 01:00:00,5.072641636471394,True -2017/12/21 02:00:00,3.209273299754706,True -2017/12/21 03:00:00,3.76457786756807,True -2017/12/21 04:00:00,3.208598135344908,True -2017/12/21 05:00:00,6.174648971733823,True -2017/12/21 06:00:00,9.384905779785829,True -2017/12/21 07:00:00,11.46362009805185,True -2017/12/21 08:00:00,14.725957625975047,True -2017/12/21 09:00:00,14.949982997487268,True -2017/12/21 10:00:00,15.84413028944294,True -2017/12/21 11:00:00,17.54172978119439,True -2017/12/21 12:00:00,18.429982545076765,True -2017/12/21 13:00:00,17.620847230046042,True -2017/12/21 14:00:00,17.470301160565132,True -2017/12/21 15:00:00,16.487225874759332,True -2017/12/21 16:00:00,16.204609860478993,True -2017/12/21 17:00:00,17.618521786442027,True -2017/12/21 18:00:00,18.579255287477984,True -2017/12/21 19:00:00,17.87072213789567,True -2017/12/21 20:00:00,17.4749987225273,True -2017/12/21 21:00:00,17.432374970531377,True -2017/12/21 22:00:00,16.52721111372376,True -2017/12/21 23:00:00,12.986322851064934,True -2017/12/22 00:00:00,9.14316546300185,True -2017/12/22 01:00:00,5.077715917747066,True -2017/12/22 02:00:00,3.2107177610934357,True -2017/12/22 03:00:00,3.7729783843536984,True -2017/12/22 04:00:00,3.2201746113311853,True -2017/12/22 05:00:00,6.2083789229894055,True -2017/12/22 06:00:00,9.271274425100852,True -2017/12/22 07:00:00,11.474786962125782,True -2017/12/22 08:00:00,14.75285774501062,True -2017/12/22 09:00:00,14.952536927062386,True -2017/12/22 10:00:00,15.859224301406122,True -2017/12/22 11:00:00,17.50113325035535,True -2017/12/22 12:00:00,18.352144715875966,True -2017/12/22 13:00:00,17.465921160494837,True -2017/12/22 14:00:00,17.38202313958371,True -2017/12/22 15:00:00,16.455427412073636,True -2017/12/22 16:00:00,16.15220586669053,True -2017/12/22 17:00:00,17.606490059832876,True -2017/12/22 18:00:00,18.547445425125627,True -2017/12/22 19:00:00,17.793512688967496,True -2017/12/22 20:00:00,17.383185213782053,True -2017/12/22 21:00:00,17.363934877054067,True -2017/12/22 22:00:00,16.499114791457036,True -2017/12/22 23:00:00,12.998436863746953,True -2017/12/23 00:00:00,9.144852974222196,True -2017/12/23 01:00:00,5.174828930970797,True -2017/12/23 02:00:00,3.1548661531383972,True -2017/12/23 03:00:00,3.7172488405300457,True -2017/12/23 04:00:00,3.1589830309279354,True -2017/12/23 05:00:00,5.882862693189603,True -2017/12/23 06:00:00,9.108710501444113,True -2017/12/23 07:00:00,11.625333740080423,True -2017/12/23 08:00:00,12.65879328374807,True -2017/12/23 09:00:00,13.323507824668651,True -2017/12/23 10:00:00,15.664032597328447,True -2017/12/23 11:00:00,17.154133766596605,True -2017/12/23 12:00:00,17.617226666168676,True -2017/12/23 13:00:00,17.100681998614075,True -2017/12/23 14:00:00,16.888545459617074,True -2017/12/23 15:00:00,15.99382530089981,True -2017/12/23 16:00:00,15.905863985794976,True -2017/12/23 17:00:00,16.790811310132746,True -2017/12/23 18:00:00,18.666526269368635,True -2017/12/23 19:00:00,18.32513223882349,True -2017/12/23 20:00:00,17.999268573449314,True -2017/12/23 21:00:00,16.98980004499137,True -2017/12/23 22:00:00,16.668049629411453,True -2017/12/23 23:00:00,13.08798874854418,True -2017/12/24 00:00:00,9.327691257263396,True -2017/12/24 01:00:00,5.428005992779327,True -2017/12/24 02:00:00,3.1588495109448442,True -2017/12/24 03:00:00,3.7173387399882554,True -2017/12/24 04:00:00,3.1547090749748943,True -2017/12/24 05:00:00,5.865600199663909,True -2017/12/24 06:00:00,9.232873506899624,True -2017/12/24 07:00:00,11.633914365143289,True -2017/12/24 08:00:00,12.704710870486224,True -2017/12/24 09:00:00,13.729505952537187,True -2017/12/24 10:00:00,13.66913787479179,True -2017/12/24 11:00:00,16.87715970692103,True -2017/12/24 12:00:00,17.876541475827974,True -2017/12/24 13:00:00,16.889163533879433,True -2017/12/24 14:00:00,16.924929709365323,True -2017/12/24 15:00:00,15.877709503913916,True -2017/12/24 16:00:00,15.75211830564832,True -2017/12/24 17:00:00,16.71332257413243,True -2017/12/24 18:00:00,17.943656558885003,True -2017/12/24 19:00:00,17.627217252287945,True -2017/12/24 20:00:00,17.13420321158522,True -2017/12/24 21:00:00,17.144347544964486,True -2017/12/24 22:00:00,16.233164541892858,True -2017/12/24 23:00:00,12.387608523292652,True -2017/12/25 00:00:00,8.965785335551965,True -2017/12/25 01:00:00,5.084586604006018,True -2017/12/25 02:00:00,3.225697726200526,True -2017/12/25 03:00:00,3.7742591423855014,True -2017/12/25 04:00:00,3.2196481265448087,True -2017/12/25 05:00:00,6.168517207997757,True -2017/12/25 06:00:00,9.375945304120798,True -2017/12/25 07:00:00,11.429940613200474,True -2017/12/25 08:00:00,14.746700367918992,True -2017/12/25 09:00:00,15.005454967821855,True -2017/12/25 10:00:00,15.900739727852395,True -2017/12/25 11:00:00,17.506054643064697,True -2017/12/25 12:00:00,18.329429011967406,True -2017/12/25 13:00:00,17.379885182601917,True -2017/12/25 14:00:00,17.241410461889604,True -2017/12/25 15:00:00,16.365173422869344,True -2017/12/25 16:00:00,16.092229241696504,True -2017/12/25 17:00:00,17.518415089574496,True -2017/12/25 18:00:00,18.467018197055143,True -2017/12/25 19:00:00,17.645535904263113,True -2017/12/25 20:00:00,17.19639485795971,True -2017/12/25 21:00:00,17.205814079954084,True -2017/12/25 22:00:00,16.51803706923235,True -2017/12/25 23:00:00,13.02179582880189,True -2017/12/26 00:00:00,9.182605061933312,True -2017/12/26 01:00:00,5.0860558273319425,True -2017/12/26 02:00:00,3.2206133588428973,True -2017/12/26 03:00:00,3.7790678834167153,True -2017/12/26 04:00:00,3.2235891583214813,True -2017/12/26 05:00:00,6.286969167431477,True -2017/12/26 06:00:00,9.33238700929395,True -2017/12/26 07:00:00,11.477496873797314,True -2017/12/26 08:00:00,14.770955169153124,True -2017/12/26 09:00:00,15.001415305693877,True -2017/12/26 10:00:00,15.871387840187994,True -2017/12/26 11:00:00,17.4992919660502,True -2017/12/26 12:00:00,18.266454709850596,True -2017/12/26 13:00:00,17.268959066762807,True -2017/12/26 14:00:00,17.161822599671275,True -2017/12/26 15:00:00,16.36637556999455,True -2017/12/26 16:00:00,16.030217318184164,True -2017/12/26 17:00:00,17.517725436724625,True -2017/12/26 18:00:00,18.44026637420408,True -2017/12/26 19:00:00,17.611706745903575,True -2017/12/26 20:00:00,17.202873320291495,True -2017/12/26 21:00:00,17.22170784684168,True -2017/12/26 22:00:00,16.53400909425789,True -2017/12/26 23:00:00,13.028014955086507,True -2017/12/27 00:00:00,9.178469781805118,True -2017/12/27 01:00:00,5.111004435909354,True -2017/12/27 02:00:00,3.2228395636516844,True -2017/12/27 03:00:00,3.773211287981374,True -2017/12/27 04:00:00,3.2220459831711192,True -2017/12/27 05:00:00,6.257780808222088,True -2017/12/27 06:00:00,9.28320857156597,True -2017/12/27 07:00:00,11.61175216297364,True -2017/12/27 08:00:00,14.771663625805733,True -2017/12/27 09:00:00,14.951129932818588,True -2017/12/27 10:00:00,15.865819276502263,True -2017/12/27 11:00:00,17.491698183035265,True -2017/12/27 12:00:00,18.256587055406285,True -2017/12/27 13:00:00,17.27704699488239,True -2017/12/27 14:00:00,17.178886188027594,True -2017/12/27 15:00:00,16.324013954177424,True -2017/12/27 16:00:00,16.034246496731367,True -2017/12/27 17:00:00,17.480127469446455,True -2017/12/27 18:00:00,18.455260290724322,True -2017/12/27 19:00:00,17.608132838425007,True -2017/12/27 20:00:00,17.203317456106017,True -2017/12/27 21:00:00,17.211241802881812,True -2017/12/27 22:00:00,16.54190298190502,True -2017/12/27 23:00:00,13.025462190963582,True -2017/12/28 00:00:00,9.176814694122092,True -2017/12/28 01:00:00,5.108998360343109,True -2017/12/28 02:00:00,3.2183595677977688,True -2017/12/28 03:00:00,3.776574819381171,True -2017/12/28 04:00:00,3.2255929547283535,True -2017/12/28 05:00:00,6.199088613118519,True -2017/12/28 06:00:00,9.484581315992898,True -2017/12/28 07:00:00,11.371267721191819,True -2017/12/28 08:00:00,14.77601797999576,True -2017/12/28 09:00:00,14.995405287644015,True -2017/12/28 10:00:00,15.90520018775531,True -2017/12/28 11:00:00,17.494422619668658,True -2017/12/28 12:00:00,18.266443124397323,True -2017/12/28 13:00:00,17.256879372958487,True -2017/12/28 14:00:00,17.152275644055972,True -2017/12/28 15:00:00,16.331263663199447,True -2017/12/28 16:00:00,16.037550418847403,True -2017/12/28 17:00:00,17.52544639014083,True -2017/12/28 18:00:00,18.44347339416831,True -2017/12/28 19:00:00,17.640058231687053,True -2017/12/28 20:00:00,17.20075511510599,True -2017/12/28 21:00:00,17.210307155363864,True -2017/12/28 22:00:00,16.550743932276518,True -2017/12/28 23:00:00,13.02408258062666,True -2017/12/29 00:00:00,9.173469221591521,True -2017/12/29 01:00:00,5.10285340834222,True -2017/12/29 02:00:00,3.2206376954748115,True -2017/12/29 03:00:00,3.7805306983587887,True -2017/12/29 04:00:00,3.2210111947478683,True -2017/12/29 05:00:00,6.200140152886016,True -2017/12/29 06:00:00,9.522687593448174,True -2017/12/29 07:00:00,11.382050849685308,True -2017/12/29 08:00:00,14.763958293118076,True -2017/12/29 09:00:00,14.93502605254599,True -2017/12/29 10:00:00,15.846630571438435,True -2017/12/29 11:00:00,17.486407358544323,True -2017/12/29 12:00:00,18.300361106307975,True -2017/12/29 13:00:00,17.318841312679506,True -2017/12/29 14:00:00,17.19770101302877,True -2017/12/29 15:00:00,16.351317453415582,True -2017/12/29 16:00:00,16.118408753111616,True -2017/12/29 17:00:00,17.571819824535346,True -2017/12/29 18:00:00,18.499424093357476,True -2017/12/29 19:00:00,17.660766734720767,True -2017/12/29 20:00:00,17.27658396690449,True -2017/12/29 21:00:00,17.245332120476775,True -2017/12/29 22:00:00,16.54267243107321,True -2017/12/29 23:00:00,13.000464339478633,True -2017/12/30 00:00:00,9.151877577213574,True -2017/12/30 01:00:00,5.167322111440971,True -2017/12/30 02:00:00,3.1586726916351915,True -2017/12/30 03:00:00,3.711624166325567,True -2017/12/30 04:00:00,3.157040897503728,True -2017/12/30 05:00:00,5.823779039815492,True -2017/12/30 06:00:00,9.185463379104254,True -2017/12/30 07:00:00,11.571407501659259,True -2017/12/30 08:00:00,12.663786183155327,True -2017/12/30 09:00:00,13.383653024327609,True -2017/12/30 10:00:00,15.673873037288336,True -2017/12/30 11:00:00,17.134593204725245,True -2017/12/30 12:00:00,17.55183636196667,True -2017/12/30 13:00:00,16.992958309408884,True -2017/12/30 14:00:00,16.769803847225536,True -2017/12/30 15:00:00,15.896224534667224,True -2017/12/30 16:00:00,15.846120257098097,True -2017/12/30 17:00:00,16.695113027620113,True -2017/12/30 18:00:00,18.620714077518954,True -2017/12/30 19:00:00,18.174166764684763,True -2017/12/30 20:00:00,17.82001523146957,True -2017/12/30 21:00:00,16.808441891686712,True -2017/12/30 22:00:00,16.515877946195964,True -2017/12/30 23:00:00,12.998688095825806,True -2017/12/31 00:00:00,9.341175670698012,True -2017/12/31 01:00:00,5.435305180803801,True -2017/12/31 02:00:00,3.1543672472447573,True -2017/12/31 03:00:00,3.71392356846875,True -2017/12/31 04:00:00,3.162014563847515,True -2017/12/31 05:00:00,5.840607745472161,True -2017/12/31 06:00:00,9.19065279964943,True -2017/12/31 07:00:00,11.62026372871601,True -2017/12/31 08:00:00,12.687782025291233,True -2017/12/31 09:00:00,13.768004035067584,True -2017/12/31 10:00:00,13.688648951935178,True -2017/12/31 11:00:00,16.807446440562064,True -2017/12/31 12:00:00,17.798145355942076,True -2017/12/31 13:00:00,16.67570476738778,True -2017/12/31 14:00:00,16.677973653891566,True -2017/12/31 15:00:00,15.655277189324279,True -2017/12/31 16:00:00,15.573974457041434,True -2017/12/31 17:00:00,16.543022628094995,True -2017/12/31 18:00:00,17.83579629639627,True -2017/12/31 19:00:00,17.352849743220734,True -2017/12/31 20:00:00,16.750564543083733,True -2017/12/31 21:00:00,16.680383619471886,True -2017/12/31 22:00:00,15.944767027317317,True -2017/12/31 23:00:00,12.383302471910104,True -2018/01/01 00:00:00,5.43582710604527,True diff --git a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json deleted file mode 100644 index fa9657f..0000000 --- a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "id": "Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", - "name": "Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", - "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", - "feature_type": "Transformer", - "timesteps_per_hour": 1, - "simulation_status": "complete", - "timeseries_csv": { - "column_names": [ - - ] - }, - "location": { - }, - "program": { - "building_types": [ - { - } - ], - "window_area_sqft": { - }, - "wall_area_sqft": { - }, - "roof_area_sqft": { - } - }, - "construction_costs": [ - - ], - "reporting_periods": [ - - ], - "distributed_generation": { - "solar_pv": [ - - ], - "wind": [ - - ], - "generator": [ - - ], - "storage": [ - - ] - }, - "power_distribution": { - "under_voltage_hours": 0, - "over_voltage_hours": 8760 - }, - "thermal_storage": { - } -} diff --git a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv deleted file mode 100644 index 72eb486..0000000 --- a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv +++ /dev/null @@ -1,8761 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/01 01:00:00,13.147610477136508,True -2017/01/01 02:00:00,11.598842502537629,True -2017/01/01 03:00:00,11.963179563230028,True -2017/01/01 04:00:00,11.888974055600714,True -2017/01/01 05:00:00,14.540538976318336,True -2017/01/01 06:00:00,19.49442622902087,True -2017/01/01 07:00:00,24.466721966353262,True -2017/01/01 08:00:00,25.53853642208952,True -2017/01/01 09:00:00,26.12106085353301,True -2017/01/01 10:00:00,25.056066634494893,True -2017/01/01 11:00:00,34.07496389839333,True -2017/01/01 12:00:00,36.6522118182329,True -2017/01/01 13:00:00,34.85281692717909,True -2017/01/01 14:00:00,34.92852326546629,True -2017/01/01 15:00:00,32.62295395531829,True -2017/01/01 16:00:00,32.58888382972798,True -2017/01/01 17:00:00,34.63214343978847,True -2017/01/01 18:00:00,37.45380641111057,True -2017/01/01 19:00:00,35.933462211545404,True -2017/01/01 20:00:00,35.797979674684306,True -2017/01/01 21:00:00,35.70521324054357,True -2017/01/01 22:00:00,34.17896721520605,True -2017/01/01 23:00:00,25.859411884759698,True -2017/01/02 00:00:00,19.17776488923821,True -2017/01/02 01:00:00,12.696576128654504,True -2017/01/02 02:00:00,10.943860350044256,True -2017/01/02 03:00:00,11.833993613396501,True -2017/01/02 04:00:00,12.0439988120909,True -2017/01/02 05:00:00,14.870267041004709,True -2017/01/02 06:00:00,19.827766713277526,True -2017/01/02 07:00:00,24.674616113145543,True -2017/01/02 08:00:00,29.16826640346651,True -2017/01/02 09:00:00,27.83028901271282,True -2017/01/02 10:00:00,34.02305899139619,True -2017/01/02 11:00:00,37.558603747985224,True -2017/01/02 12:00:00,38.95747202030899,True -2017/01/02 13:00:00,37.09841546068637,True -2017/01/02 14:00:00,37.45438860786298,True -2017/01/02 15:00:00,35.379358323161625,True -2017/01/02 16:00:00,35.18292119215459,True -2017/01/02 17:00:00,37.616152558196056,True -2017/01/02 18:00:00,40.91591296314306,True -2017/01/02 19:00:00,41.20116613677534,True -2017/01/02 20:00:00,41.46634982635741,True -2017/01/02 21:00:00,39.870625344705005,True -2017/01/02 22:00:00,36.31241161439959,True -2017/01/02 23:00:00,29.28747481190513,True -2017/01/03 00:00:00,19.399433582274305,True -2017/01/03 01:00:00,11.78428541439269,True -2017/01/03 02:00:00,9.393297373998733,True -2017/01/03 03:00:00,9.757345328405503,True -2017/01/03 04:00:00,9.247317898945262,True -2017/01/03 05:00:00,14.227742338689346,True -2017/01/03 06:00:00,18.584935964385895,True -2017/01/03 07:00:00,23.762135027266456,True -2017/01/03 08:00:00,29.23205400109269,True -2017/01/03 09:00:00,27.883865999778163,True -2017/01/03 10:00:00,31.634094575645644,True -2017/01/03 11:00:00,37.005995173394616,True -2017/01/03 12:00:00,38.62057254537046,True -2017/01/03 13:00:00,37.2998403766898,True -2017/01/03 14:00:00,36.72066425700177,True -2017/01/03 15:00:00,35.18833609862192,True -2017/01/03 16:00:00,34.55585049344186,True -2017/01/03 17:00:00,37.47075270549083,True -2017/01/03 18:00:00,40.3091623087076,True -2017/01/03 19:00:00,41.091895692042854,True -2017/01/03 20:00:00,40.58889514853145,True -2017/01/03 21:00:00,38.87985922163651,True -2017/01/03 22:00:00,33.81945967528801,True -2017/01/03 23:00:00,26.967700331271498,True -2017/01/04 00:00:00,19.381905502367342,True -2017/01/04 01:00:00,11.847930523674451,True -2017/01/04 02:00:00,9.521926027159239,True -2017/01/04 03:00:00,9.824722230284511,True -2017/01/04 04:00:00,10.681446716957334,True -2017/01/04 05:00:00,14.429001338814468,True -2017/01/04 06:00:00,18.46932061873744,True -2017/01/04 07:00:00,24.196717262366388,True -2017/01/04 08:00:00,29.198762779095002,True -2017/01/04 09:00:00,28.750671643200178,True -2017/01/04 10:00:00,33.31498610805535,True -2017/01/04 11:00:00,35.03010629179011,True -2017/01/04 12:00:00,38.383672957781165,True -2017/01/04 13:00:00,36.943352450549476,True -2017/01/04 14:00:00,37.00612277977366,True -2017/01/04 15:00:00,34.99390714729092,True -2017/01/04 16:00:00,34.50042314451709,True -2017/01/04 17:00:00,37.40867276776759,True -2017/01/04 18:00:00,40.507892602261805,True -2017/01/04 19:00:00,40.714692604825565,True -2017/01/04 20:00:00,40.91247684048521,True -2017/01/04 21:00:00,38.973557311949556,True -2017/01/04 22:00:00,33.680225480379335,True -2017/01/04 23:00:00,27.016289482407274,True -2017/01/05 00:00:00,19.366940027942785,True -2017/01/05 01:00:00,12.953854176280945,True -2017/01/05 02:00:00,10.898157381260585,True -2017/01/05 03:00:00,11.502590940414247,True -2017/01/05 04:00:00,10.168374759375821,True -2017/01/05 05:00:00,14.077645520059413,True -2017/01/05 06:00:00,17.689964135390717,True -2017/01/05 07:00:00,23.491569770543823,True -2017/01/05 08:00:00,29.221451338032864,True -2017/01/05 09:00:00,27.928971018142164,True -2017/01/05 10:00:00,31.608715691050023,True -2017/01/05 11:00:00,37.128805945543334,True -2017/01/05 12:00:00,38.72835262608895,True -2017/01/05 13:00:00,37.18989802663501,True -2017/01/05 14:00:00,37.11829683674279,True -2017/01/05 15:00:00,35.17866611486754,True -2017/01/05 16:00:00,34.39483230820809,True -2017/01/05 17:00:00,37.187894259239926,True -2017/01/05 18:00:00,40.60898402517225,True -2017/01/05 19:00:00,40.902654513307894,True -2017/01/05 20:00:00,40.783165403467216,True -2017/01/05 21:00:00,38.927326341644175,True -2017/01/05 22:00:00,33.76441514017882,True -2017/01/05 23:00:00,27.015941250880363,True -2017/01/06 00:00:00,19.42005793309802,True -2017/01/06 01:00:00,12.718548137044886,True -2017/01/06 02:00:00,10.495628291465858,True -2017/01/06 03:00:00,9.778413028439292,True -2017/01/06 04:00:00,9.510631658943167,True -2017/01/06 05:00:00,14.512482663615486,True -2017/01/06 06:00:00,18.430766388305017,True -2017/01/06 07:00:00,24.28946684652473,True -2017/01/06 08:00:00,29.86814778355033,True -2017/01/06 09:00:00,29.447291386797147,True -2017/01/06 10:00:00,31.521216836999496,True -2017/01/06 11:00:00,36.96207505153113,True -2017/01/06 12:00:00,38.94492517972216,True -2017/01/06 13:00:00,37.017747795143,True -2017/01/06 14:00:00,37.492602385284194,True -2017/01/06 15:00:00,34.90466949441756,True -2017/01/06 16:00:00,35.057524723659526,True -2017/01/06 17:00:00,37.20899286142515,True -2017/01/06 18:00:00,41.04902521559846,True -2017/01/06 19:00:00,40.934902201433545,True -2017/01/06 20:00:00,40.902877693155204,True -2017/01/06 21:00:00,40.142403383821396,True -2017/01/06 22:00:00,36.1729749842662,True -2017/01/06 23:00:00,29.340406430678467,True -2017/01/07 00:00:00,22.506914146571344,True -2017/01/07 01:00:00,12.924000492405971,True -2017/01/07 02:00:00,9.542280549414269,True -2017/01/07 03:00:00,10.64991625224096,True -2017/01/07 04:00:00,11.75158206560467,True -2017/01/07 05:00:00,13.878732182209344,True -2017/01/07 06:00:00,17.386594429303084,True -2017/01/07 07:00:00,23.128418693229136,True -2017/01/07 08:00:00,25.758464057231873,True -2017/01/07 09:00:00,28.312648445750817,True -2017/01/07 10:00:00,33.307713988989015,True -2017/01/07 11:00:00,36.398964920174464,True -2017/01/07 12:00:00,37.18306832239426,True -2017/01/07 13:00:00,35.60735035755349,True -2017/01/07 14:00:00,35.405245902239926,True -2017/01/07 15:00:00,33.49314870043793,True -2017/01/07 16:00:00,33.607398733894605,True -2017/01/07 17:00:00,35.28967252789126,True -2017/01/07 18:00:00,40.32977409831655,True -2017/01/07 19:00:00,39.72915440385168,True -2017/01/07 20:00:00,37.494319899838686,True -2017/01/07 21:00:00,35.42515637180186,True -2017/01/07 22:00:00,35.083558218478586,True -2017/01/07 23:00:00,27.295966967874715,True -2017/01/08 00:00:00,22.579423245745822,True -2017/01/08 01:00:00,14.200479511182317,True -2017/01/08 02:00:00,12.455271783588936,True -2017/01/08 03:00:00,12.582514506085424,True -2017/01/08 04:00:00,12.755592617123106,True -2017/01/08 05:00:00,15.246140571180467,True -2017/01/08 06:00:00,19.648857706886,True -2017/01/08 07:00:00,24.127866160772236,True -2017/01/08 08:00:00,25.091572689735695,True -2017/01/08 09:00:00,24.91970204568171,True -2017/01/08 10:00:00,25.098510924386893,True -2017/01/08 11:00:00,31.334183010913467,True -2017/01/08 12:00:00,36.212467798932664,True -2017/01/08 13:00:00,33.73978433332178,True -2017/01/08 14:00:00,34.14112541212786,True -2017/01/08 15:00:00,32.19793711099166,True -2017/01/08 16:00:00,32.33344820210644,True -2017/01/08 17:00:00,32.6842231302075,True -2017/01/08 18:00:00,35.900537552563826,True -2017/01/08 19:00:00,35.69743671066011,True -2017/01/08 20:00:00,35.08735286394833,True -2017/01/08 21:00:00,35.26705227716994,True -2017/01/08 22:00:00,31.991672080099175,True -2017/01/08 23:00:00,26.818212117719817,True -2017/01/09 00:00:00,21.023880304585848,True -2017/01/09 01:00:00,12.73071926831968,True -2017/01/09 02:00:00,10.979373294479759,True -2017/01/09 03:00:00,11.757813895380135,True -2017/01/09 04:00:00,12.176051275966778,True -2017/01/09 05:00:00,15.386851956107476,True -2017/01/09 06:00:00,18.929729370989524,True -2017/01/09 07:00:00,24.18653242689678,True -2017/01/09 08:00:00,28.250613854930688,True -2017/01/09 09:00:00,28.01761477948139,True -2017/01/09 10:00:00,31.53644086680228,True -2017/01/09 11:00:00,35.15215241608178,True -2017/01/09 12:00:00,38.43803077760466,True -2017/01/09 13:00:00,36.68145842325442,True -2017/01/09 14:00:00,37.13902105877561,True -2017/01/09 15:00:00,34.878056434789364,True -2017/01/09 16:00:00,34.54890563422568,True -2017/01/09 17:00:00,36.99064459569592,True -2017/01/09 18:00:00,40.459901640753365,True -2017/01/09 19:00:00,40.620106789701154,True -2017/01/09 20:00:00,40.65889286863806,True -2017/01/09 21:00:00,37.11980119706325,True -2017/01/09 22:00:00,33.79788268412521,True -2017/01/09 23:00:00,26.989203271196885,True -2017/01/10 00:00:00,19.510491275030326,True -2017/01/10 01:00:00,13.238483021216464,True -2017/01/10 02:00:00,11.895305843955303,True -2017/01/10 03:00:00,12.37798324872846,True -2017/01/10 04:00:00,12.485576610645118,True -2017/01/10 05:00:00,15.143454869240092,True -2017/01/10 06:00:00,19.243454188895015,True -2017/01/10 07:00:00,24.44589605600484,True -2017/01/10 08:00:00,28.28671369775043,True -2017/01/10 09:00:00,27.763032319387847,True -2017/01/10 10:00:00,31.47888727108689,True -2017/01/10 11:00:00,36.369604668633194,True -2017/01/10 12:00:00,38.926425274706155,True -2017/01/10 13:00:00,37.13275556235994,True -2017/01/10 14:00:00,37.40627830099007,True -2017/01/10 15:00:00,34.9714515417158,True -2017/01/10 16:00:00,34.96447992916485,True -2017/01/10 17:00:00,37.298065357330714,True -2017/01/10 18:00:00,41.31731155292889,True -2017/01/10 19:00:00,40.967042783474355,True -2017/01/10 20:00:00,41.592179590162665,True -2017/01/10 21:00:00,40.36188044319314,True -2017/01/10 22:00:00,36.731059334944234,True -2017/01/10 23:00:00,29.608595491708197,True -2017/01/11 00:00:00,20.61558453713743,True -2017/01/11 01:00:00,14.451202900580341,True -2017/01/11 02:00:00,11.440388454896732,True -2017/01/11 03:00:00,12.523187071186996,True -2017/01/11 04:00:00,10.598296955850866,True -2017/01/11 05:00:00,14.846010876822492,True -2017/01/11 06:00:00,16.801292477752686,True -2017/01/11 07:00:00,22.290722969066174,True -2017/01/11 08:00:00,30.66343982305215,True -2017/01/11 09:00:00,31.019414705528757,True -2017/01/11 10:00:00,34.70928380032821,True -2017/01/11 11:00:00,37.86319123951119,True -2017/01/11 12:00:00,39.11242403197935,True -2017/01/11 13:00:00,36.85852133480453,True -2017/01/11 14:00:00,37.80491620369759,True -2017/01/11 15:00:00,35.71608164628847,True -2017/01/11 16:00:00,35.454067424210315,True -2017/01/11 17:00:00,37.77065337010275,True -2017/01/11 18:00:00,40.946116628960915,True -2017/01/11 19:00:00,40.69858969246604,True -2017/01/11 20:00:00,41.32905629825223,True -2017/01/11 21:00:00,40.14939837848472,True -2017/01/11 22:00:00,36.7609701435733,True -2017/01/11 23:00:00,29.338418176331267,True -2017/01/12 00:00:00,19.323492844755066,True -2017/01/12 01:00:00,13.226486042448718,True -2017/01/12 02:00:00,11.061103862372471,True -2017/01/12 03:00:00,12.754077763300334,True -2017/01/12 04:00:00,13.514926248141055,True -2017/01/12 05:00:00,14.267827897197837,True -2017/01/12 06:00:00,18.52201220682711,True -2017/01/12 07:00:00,24.036592396444412,True -2017/01/12 08:00:00,28.55519202973884,True -2017/01/12 09:00:00,27.93711539578863,True -2017/01/12 10:00:00,31.63431861279286,True -2017/01/12 11:00:00,35.300614136344834,True -2017/01/12 12:00:00,38.26840374595379,True -2017/01/12 13:00:00,36.782374978791154,True -2017/01/12 14:00:00,36.91269376165272,True -2017/01/12 15:00:00,34.98443623795141,True -2017/01/12 16:00:00,34.49697174904263,True -2017/01/12 17:00:00,37.070059811768694,True -2017/01/12 18:00:00,40.53285227634831,True -2017/01/12 19:00:00,40.66891083859475,True -2017/01/12 20:00:00,40.8091320205298,True -2017/01/12 21:00:00,38.8613676181209,True -2017/01/12 22:00:00,33.818537109768585,True -2017/01/12 23:00:00,27.028319636802774,True -2017/01/13 00:00:00,19.57106759324181,True -2017/01/13 01:00:00,13.929163539506742,True -2017/01/13 02:00:00,11.407026715480388,True -2017/01/13 03:00:00,11.260104207038232,True -2017/01/13 04:00:00,9.773926034741542,True -2017/01/13 05:00:00,14.847421552041016,True -2017/01/13 06:00:00,18.475405722778362,True -2017/01/13 07:00:00,23.63624463121056,True -2017/01/13 08:00:00,29.144758160165818,True -2017/01/13 09:00:00,27.948795000784518,True -2017/01/13 10:00:00,31.786794142834736,True -2017/01/13 11:00:00,37.25147253906981,True -2017/01/13 12:00:00,38.66755892738878,True -2017/01/13 13:00:00,37.58225130939211,True -2017/01/13 14:00:00,37.453134729553355,True -2017/01/13 15:00:00,35.52534116583549,True -2017/01/13 16:00:00,34.883717457214026,True -2017/01/13 17:00:00,38.14058528749951,True -2017/01/13 18:00:00,41.02384587425451,True -2017/01/13 19:00:00,41.86462717044497,True -2017/01/13 20:00:00,41.78811385305788,True -2017/01/13 21:00:00,40.18713245637191,True -2017/01/13 22:00:00,36.84153724078806,True -2017/01/13 23:00:00,29.535864361894248,True -2017/01/14 00:00:00,22.139482261717088,True -2017/01/14 01:00:00,15.315986327810803,True -2017/01/14 02:00:00,10.514346285063109,True -2017/01/14 03:00:00,12.521132494110807,True -2017/01/14 04:00:00,11.998539391113905,True -2017/01/14 05:00:00,12.568227383969193,True -2017/01/14 06:00:00,14.743376293705714,True -2017/01/14 07:00:00,20.55543854700688,True -2017/01/14 08:00:00,24.564274052134962,True -2017/01/14 09:00:00,28.697626851408597,True -2017/01/14 10:00:00,33.748095226051944,True -2017/01/14 11:00:00,37.04198259408837,True -2017/01/14 12:00:00,36.91570361319742,True -2017/01/14 13:00:00,35.718159139883625,True -2017/01/14 14:00:00,35.94227163597103,True -2017/01/14 15:00:00,34.38730500788587,True -2017/01/14 16:00:00,33.89556247865863,True -2017/01/14 17:00:00,36.13060522949849,True -2017/01/14 18:00:00,40.793971663905396,True -2017/01/14 19:00:00,39.90775536402565,True -2017/01/14 20:00:00,38.7869690360931,True -2017/01/14 21:00:00,36.54608928571823,True -2017/01/14 22:00:00,36.17018918773068,True -2017/01/14 23:00:00,29.897556558211008,True -2017/01/15 00:00:00,20.308414035829244,True -2017/01/15 01:00:00,12.372554998433928,True -2017/01/15 02:00:00,9.884748182790739,True -2017/01/15 03:00:00,9.89835783281424,True -2017/01/15 04:00:00,9.369947235723737,True -2017/01/15 05:00:00,12.58856932742827,True -2017/01/15 06:00:00,16.9136263994834,True -2017/01/15 07:00:00,21.908046522186385,True -2017/01/15 08:00:00,24.74592944392191,True -2017/01/15 09:00:00,26.998071926496717,True -2017/01/15 10:00:00,27.5914539809973,True -2017/01/15 11:00:00,34.28081452540412,True -2017/01/15 12:00:00,36.64823299470336,True -2017/01/15 13:00:00,34.74557644921024,True -2017/01/15 14:00:00,34.73484342459177,True -2017/01/15 15:00:00,32.41746474560636,True -2017/01/15 16:00:00,32.75446392330636,True -2017/01/15 17:00:00,34.49740300031268,True -2017/01/15 18:00:00,37.8760669298692,True -2017/01/15 19:00:00,36.475359155490786,True -2017/01/15 20:00:00,35.92081090538542,True -2017/01/15 21:00:00,35.939662147742936,True -2017/01/15 22:00:00,34.426758593243996,True -2017/01/15 23:00:00,25.911390114065018,True -2017/01/16 00:00:00,19.37905778994809,True -2017/01/16 01:00:00,11.825429706852027,True -2017/01/16 02:00:00,10.137876809918742,True -2017/01/16 03:00:00,10.866397709719783,True -2017/01/16 04:00:00,10.305297451583606,True -2017/01/16 05:00:00,14.432536423287978,True -2017/01/16 06:00:00,18.72887933756523,True -2017/01/16 07:00:00,23.972910645917302,True -2017/01/16 08:00:00,29.693204207947293,True -2017/01/16 09:00:00,27.73273195325808,True -2017/01/16 10:00:00,33.789019632084745,True -2017/01/16 11:00:00,37.79407368297009,True -2017/01/16 12:00:00,39.19553594434524,True -2017/01/16 13:00:00,37.06381683019647,True -2017/01/16 14:00:00,37.368075663515924,True -2017/01/16 15:00:00,35.43316241915624,True -2017/01/16 16:00:00,35.34628814401834,True -2017/01/16 17:00:00,37.70265754554913,True -2017/01/16 18:00:00,41.04612540619436,True -2017/01/16 19:00:00,41.077151651369725,True -2017/01/16 20:00:00,41.33885310592553,True -2017/01/16 21:00:00,40.25052866529772,True -2017/01/16 22:00:00,36.8244669815558,True -2017/01/16 23:00:00,29.817866551197934,True -2017/01/17 00:00:00,21.925531027055545,True -2017/01/17 01:00:00,14.39174744181316,True -2017/01/17 02:00:00,11.99302293835531,True -2017/01/17 03:00:00,10.848814056907928,True -2017/01/17 04:00:00,9.022605374301184,True -2017/01/17 05:00:00,13.861715099371859,True -2017/01/17 06:00:00,16.29335373561934,True -2017/01/17 07:00:00,22.981795666396945,True -2017/01/17 08:00:00,30.6238573885234,True -2017/01/17 09:00:00,30.81696625042214,True -2017/01/17 10:00:00,34.966120845392425,True -2017/01/17 11:00:00,37.55913219780507,True -2017/01/17 12:00:00,38.50584920622143,True -2017/01/17 13:00:00,36.95275160873476,True -2017/01/17 14:00:00,38.02869769857504,True -2017/01/17 15:00:00,35.44870156227253,True -2017/01/17 16:00:00,35.25572950644205,True -2017/01/17 17:00:00,37.286259597029115,True -2017/01/17 18:00:00,40.661048188623504,True -2017/01/17 19:00:00,40.600728478654766,True -2017/01/17 20:00:00,41.08571606761982,True -2017/01/17 21:00:00,39.52803688282151,True -2017/01/17 22:00:00,37.708101543953724,True -2017/01/17 23:00:00,30.37587144042756,True -2017/01/18 00:00:00,21.596663294332497,True -2017/01/18 01:00:00,13.472543448909686,True -2017/01/18 02:00:00,10.424058900862576,True -2017/01/18 03:00:00,9.711994946985504,True -2017/01/18 04:00:00,9.244091857551584,True -2017/01/18 05:00:00,13.493140798201047,True -2017/01/18 06:00:00,15.318038808902818,True -2017/01/18 07:00:00,21.026815878502937,True -2017/01/18 08:00:00,28.637273163061323,True -2017/01/18 09:00:00,30.62753033805544,True -2017/01/18 10:00:00,34.04444967257637,True -2017/01/18 11:00:00,37.75054568774726,True -2017/01/18 12:00:00,39.15164185439833,True -2017/01/18 13:00:00,37.97844893969091,True -2017/01/18 14:00:00,37.814887407772346,True -2017/01/18 15:00:00,36.053383343580876,True -2017/01/18 16:00:00,35.55159915831347,True -2017/01/18 17:00:00,38.18504567831926,True -2017/01/18 18:00:00,41.213698288805816,True -2017/01/18 19:00:00,41.98029887180145,True -2017/01/18 20:00:00,41.85750283509905,True -2017/01/18 21:00:00,40.518272083598546,True -2017/01/18 22:00:00,37.17234835630433,True -2017/01/18 23:00:00,29.513290817354232,True -2017/01/19 00:00:00,21.823193502013613,True -2017/01/19 01:00:00,11.805654056632216,True -2017/01/19 02:00:00,9.491325875266769,True -2017/01/19 03:00:00,9.72952192706924,True -2017/01/19 04:00:00,9.288468526793995,True -2017/01/19 05:00:00,14.444544289992098,True -2017/01/19 06:00:00,18.96601917434189,True -2017/01/19 07:00:00,24.85325544599962,True -2017/01/19 08:00:00,29.82913547500548,True -2017/01/19 09:00:00,30.16374765285965,True -2017/01/19 10:00:00,34.51322791123031,True -2017/01/19 11:00:00,37.5483278238171,True -2017/01/19 12:00:00,39.07975699110059,True -2017/01/19 13:00:00,37.56166976535945,True -2017/01/19 14:00:00,37.63734293122398,True -2017/01/19 15:00:00,35.566567989003794,True -2017/01/19 16:00:00,35.35054678308012,True -2017/01/19 17:00:00,37.91516943820897,True -2017/01/19 18:00:00,41.28436577094347,True -2017/01/19 19:00:00,41.51582047340301,True -2017/01/19 20:00:00,41.66314726607913,True -2017/01/19 21:00:00,40.49129577830049,True -2017/01/19 22:00:00,36.8649503225713,True -2017/01/19 23:00:00,29.47189330919389,True -2017/01/20 00:00:00,21.734333305943508,True -2017/01/20 01:00:00,12.856441091516233,True -2017/01/20 02:00:00,9.494832542919202,True -2017/01/20 03:00:00,9.737460811233472,True -2017/01/20 04:00:00,9.409851864909754,True -2017/01/20 05:00:00,14.43956650327605,True -2017/01/20 06:00:00,18.49529532546027,True -2017/01/20 07:00:00,23.31422653262454,True -2017/01/20 08:00:00,29.419909313085153,True -2017/01/20 09:00:00,29.917127112906588,True -2017/01/20 10:00:00,33.87223405133321,True -2017/01/20 11:00:00,37.60781467511124,True -2017/01/20 12:00:00,39.11538646952388,True -2017/01/20 13:00:00,37.49411605758274,True -2017/01/20 14:00:00,37.33765396731963,True -2017/01/20 15:00:00,35.654843425079136,True -2017/01/20 16:00:00,34.831819863181266,True -2017/01/20 17:00:00,37.72937315892237,True -2017/01/20 18:00:00,40.93927842445616,True -2017/01/20 19:00:00,41.03767445743235,True -2017/01/20 20:00:00,41.48080737182835,True -2017/01/20 21:00:00,39.645725126579435,True -2017/01/20 22:00:00,36.32019028569243,True -2017/01/20 23:00:00,26.97702962418724,True -2017/01/21 00:00:00,20.14612291130507,True -2017/01/21 01:00:00,12.797700780459534,True -2017/01/21 02:00:00,9.613074293321754,True -2017/01/21 03:00:00,10.395027180670825,True -2017/01/21 04:00:00,9.386310881439243,True -2017/01/21 05:00:00,14.791674241360397,True -2017/01/21 06:00:00,18.69393317730238,True -2017/01/21 07:00:00,24.626498944050567,True -2017/01/21 08:00:00,24.990302055288545,True -2017/01/21 09:00:00,25.383531642194466,True -2017/01/21 10:00:00,32.941144944733814,True -2017/01/21 11:00:00,36.699582095765464,True -2017/01/21 12:00:00,37.217776072561946,True -2017/01/21 13:00:00,35.771917157454645,True -2017/01/21 14:00:00,35.499506505055166,True -2017/01/21 15:00:00,33.74936996645107,True -2017/01/21 16:00:00,33.331656055737795,True -2017/01/21 17:00:00,35.36186302796812,True -2017/01/21 18:00:00,40.53838642918227,True -2017/01/21 19:00:00,39.491573323783975,True -2017/01/21 20:00:00,38.00204337903559,True -2017/01/21 21:00:00,35.76844300808094,True -2017/01/21 22:00:00,35.520148391635914,True -2017/01/21 23:00:00,29.44767753445448,True -2017/01/22 00:00:00,20.310516327457528,True -2017/01/22 01:00:00,12.419530537679737,True -2017/01/22 02:00:00,11.031910874062019,True -2017/01/22 03:00:00,11.593144876571328,True -2017/01/22 04:00:00,12.056671270657723,True -2017/01/22 05:00:00,14.72983322223245,True -2017/01/22 06:00:00,18.392716045842533,True -2017/01/22 07:00:00,24.026813346946664,True -2017/01/22 08:00:00,24.451454935323756,True -2017/01/22 09:00:00,27.07473191374705,True -2017/01/22 10:00:00,27.374929715914845,True -2017/01/22 11:00:00,34.071260132230066,True -2017/01/22 12:00:00,37.36752898710218,True -2017/01/22 13:00:00,35.1555169556637,True -2017/01/22 14:00:00,34.78705703622559,True -2017/01/22 15:00:00,32.86408218964359,True -2017/01/22 16:00:00,32.517782774307854,True -2017/01/22 17:00:00,34.63725885046604,True -2017/01/22 18:00:00,37.57326897542798,True -2017/01/22 19:00:00,36.32246483995334,True -2017/01/22 20:00:00,35.8221948831628,True -2017/01/22 21:00:00,36.20942498008749,True -2017/01/22 22:00:00,34.65611448671216,True -2017/01/22 23:00:00,28.133624706886476,True -2017/01/23 00:00:00,20.175662118508964,True -2017/01/23 01:00:00,13.822427879092391,True -2017/01/23 02:00:00,12.171688515186274,True -2017/01/23 03:00:00,11.608914471890825,True -2017/01/23 04:00:00,9.67919248013291,True -2017/01/23 05:00:00,14.851123424033553,True -2017/01/23 06:00:00,18.696780690152004,True -2017/01/23 07:00:00,23.20777093242065,True -2017/01/23 08:00:00,28.05757181587796,True -2017/01/23 09:00:00,27.831959011844415,True -2017/01/23 10:00:00,31.58964963218076,True -2017/01/23 11:00:00,34.97524213042129,True -2017/01/23 12:00:00,38.32845830931482,True -2017/01/23 13:00:00,37.03222645843931,True -2017/01/23 14:00:00,36.75775169466818,True -2017/01/23 15:00:00,34.98456539478657,True -2017/01/23 16:00:00,32.46762509723113,True -2017/01/23 17:00:00,37.10685779102404,True -2017/01/23 18:00:00,40.27301284114956,True -2017/01/23 19:00:00,40.73594522826505,True -2017/01/23 20:00:00,40.56226283070021,True -2017/01/23 21:00:00,38.929216208019696,True -2017/01/23 22:00:00,34.1242613212778,True -2017/01/23 23:00:00,27.11527013870973,True -2017/01/24 00:00:00,20.24771691750903,True -2017/01/24 01:00:00,14.87424584697958,True -2017/01/24 02:00:00,12.573576793310925,True -2017/01/24 03:00:00,13.13323495494467,True -2017/01/24 04:00:00,13.017583808817294,True -2017/01/24 05:00:00,15.192955891346324,True -2017/01/24 06:00:00,19.17220812356148,True -2017/01/24 07:00:00,23.90300621295018,True -2017/01/24 08:00:00,28.322187610166637,True -2017/01/24 09:00:00,27.917543210599835,True -2017/01/24 10:00:00,31.57381551590154,True -2017/01/24 11:00:00,35.08298797779237,True -2017/01/24 12:00:00,38.070605475867936,True -2017/01/24 13:00:00,36.705522517109756,True -2017/01/24 14:00:00,36.600325497779494,True -2017/01/24 15:00:00,34.82708657366789,True -2017/01/24 16:00:00,32.29513767819811,True -2017/01/24 17:00:00,37.02677687845743,True -2017/01/24 18:00:00,40.309778924528835,True -2017/01/24 19:00:00,40.79929153141207,True -2017/01/24 20:00:00,40.55610874654559,True -2017/01/24 21:00:00,38.521731577516874,True -2017/01/24 22:00:00,33.79354690613324,True -2017/01/24 23:00:00,27.055910873059865,True -2017/01/25 00:00:00,19.633160689592962,True -2017/01/25 01:00:00,12.629037667663365,True -2017/01/25 02:00:00,11.413257202638263,True -2017/01/25 03:00:00,13.281127952787731,True -2017/01/25 04:00:00,12.258364121133196,True -2017/01/25 05:00:00,15.07548098958422,True -2017/01/25 06:00:00,18.07053438414191,True -2017/01/25 07:00:00,24.241002038906366,True -2017/01/25 08:00:00,29.194258514356132,True -2017/01/25 09:00:00,27.89012557726576,True -2017/01/25 10:00:00,32.015743671021056,True -2017/01/25 11:00:00,34.90632621497126,True -2017/01/25 12:00:00,38.34871491160683,True -2017/01/25 13:00:00,37.14514117973876,True -2017/01/25 14:00:00,36.74877537514782,True -2017/01/25 15:00:00,35.10617634432657,True -2017/01/25 16:00:00,34.38877574759037,True -2017/01/25 17:00:00,37.34458626311449,True -2017/01/25 18:00:00,40.52906803534625,True -2017/01/25 19:00:00,41.13527056908517,True -2017/01/25 20:00:00,40.53328002732538,True -2017/01/25 21:00:00,39.06859767862388,True -2017/01/25 22:00:00,33.98840039019445,True -2017/01/25 23:00:00,27.05780478875358,True -2017/01/26 00:00:00,19.462792988268184,True -2017/01/26 01:00:00,12.887397167113585,True -2017/01/26 02:00:00,11.09022876763787,True -2017/01/26 03:00:00,12.408669553603826,True -2017/01/26 04:00:00,12.18194318418476,True -2017/01/26 05:00:00,15.130169775284168,True -2017/01/26 06:00:00,19.150583891498812,True -2017/01/26 07:00:00,25.02290879996761,True -2017/01/26 08:00:00,30.054895107412438,True -2017/01/26 09:00:00,27.924757150371313,True -2017/01/26 10:00:00,31.583161666178242,True -2017/01/26 11:00:00,37.424462303573065,True -2017/01/26 12:00:00,36.88647458306892,True -2017/01/26 13:00:00,37.26622824943482,True -2017/01/26 14:00:00,37.266995345310676,True -2017/01/26 15:00:00,35.11083750417006,True -2017/01/26 16:00:00,34.71111081240364,True -2017/01/26 17:00:00,37.42871766664939,True -2017/01/26 18:00:00,40.96768693611231,True -2017/01/26 19:00:00,40.77653697464326,True -2017/01/26 20:00:00,41.22043806614644,True -2017/01/26 21:00:00,39.510885240095966,True -2017/01/26 22:00:00,35.9519401877743,True -2017/01/26 23:00:00,27.047266941438767,True -2017/01/27 00:00:00,19.574874697153433,True -2017/01/27 01:00:00,12.697989656233062,True -2017/01/27 02:00:00,9.533617592390208,True -2017/01/27 03:00:00,11.247107603314436,True -2017/01/27 04:00:00,11.157987308685396,True -2017/01/27 05:00:00,14.37022684163776,True -2017/01/27 06:00:00,18.714379213330574,True -2017/01/27 07:00:00,24.782226387622636,True -2017/01/27 08:00:00,29.47368691204452,True -2017/01/27 09:00:00,27.82969729141031,True -2017/01/27 10:00:00,31.511859717188763,True -2017/01/27 11:00:00,36.72354658027702,True -2017/01/27 12:00:00,38.94763147665135,True -2017/01/27 13:00:00,36.87499812878283,True -2017/01/27 14:00:00,37.260699305989846,True -2017/01/27 15:00:00,35.23610221626891,True -2017/01/27 16:00:00,34.68923127949541,True -2017/01/27 17:00:00,37.076473515507374,True -2017/01/27 18:00:00,41.106360564020086,True -2017/01/27 19:00:00,40.875655433678524,True -2017/01/27 20:00:00,41.164961023029996,True -2017/01/27 21:00:00,39.43184889585695,True -2017/01/27 22:00:00,35.99517993159144,True -2017/01/27 23:00:00,27.03366415289843,True -2017/01/28 00:00:00,20.23347177178082,True -2017/01/28 01:00:00,12.802027942144345,True -2017/01/28 02:00:00,10.461541529168962,True -2017/01/28 03:00:00,11.351389447110293,True -2017/01/28 04:00:00,10.267025736139676,True -2017/01/28 05:00:00,13.974694262053799,True -2017/01/28 06:00:00,16.935594680671215,True -2017/01/28 07:00:00,23.983980610643,True -2017/01/28 08:00:00,25.88000801013283,True -2017/01/28 09:00:00,27.456896488559313,True -2017/01/28 10:00:00,30.88453030624392,True -2017/01/28 11:00:00,33.99960453694209,True -2017/01/28 12:00:00,36.65482111508539,True -2017/01/28 13:00:00,35.34951678582449,True -2017/01/28 14:00:00,35.02963564902534,True -2017/01/28 15:00:00,33.16461488170248,True -2017/01/28 16:00:00,33.01771375591882,True -2017/01/28 17:00:00,35.11204196787056,True -2017/01/28 18:00:00,40.082716978710906,True -2017/01/28 19:00:00,39.006268747964974,True -2017/01/28 20:00:00,37.368598774969044,True -2017/01/28 21:00:00,33.17582601265511,True -2017/01/28 22:00:00,33.05060317093868,True -2017/01/28 23:00:00,27.338628715693215,True -2017/01/29 00:00:00,21.6687265842457,True -2017/01/29 01:00:00,14.609482274402016,True -2017/01/29 02:00:00,11.558627104462383,True -2017/01/29 03:00:00,12.40569433422091,True -2017/01/29 04:00:00,12.733604266299663,True -2017/01/29 05:00:00,15.162850043670877,True -2017/01/29 06:00:00,18.57797392839222,True -2017/01/29 07:00:00,23.74859506991487,True -2017/01/29 08:00:00,25.538548951094953,True -2017/01/29 09:00:00,25.6266911687799,True -2017/01/29 10:00:00,25.164212105368648,True -2017/01/29 11:00:00,31.49058465135433,True -2017/01/29 12:00:00,36.64885608351738,True -2017/01/29 13:00:00,34.35817273221596,True -2017/01/29 14:00:00,34.30757279330042,True -2017/01/29 15:00:00,32.419340822816885,True -2017/01/29 16:00:00,31.922575036476406,True -2017/01/29 17:00:00,34.110175341685746,True -2017/01/29 18:00:00,37.191888940451605,True -2017/01/29 19:00:00,35.577487718068646,True -2017/01/29 20:00:00,35.1494892418957,True -2017/01/29 21:00:00,33.27963140999107,True -2017/01/29 22:00:00,33.22057733974173,True -2017/01/29 23:00:00,27.197526809118852,True -2017/01/30 00:00:00,19.47518987790505,True -2017/01/30 01:00:00,14.212622897312235,True -2017/01/30 02:00:00,11.989692356454558,True -2017/01/30 03:00:00,13.328175801676956,True -2017/01/30 04:00:00,13.42501109248371,True -2017/01/30 05:00:00,15.455684584387834,True -2017/01/30 06:00:00,19.289467607285435,True -2017/01/30 07:00:00,24.123147568287916,True -2017/01/30 08:00:00,29.67494696733722,True -2017/01/30 09:00:00,27.91794337249572,True -2017/01/30 10:00:00,31.60222285029044,True -2017/01/30 11:00:00,34.98776150374491,True -2017/01/30 12:00:00,38.24064228955506,True -2017/01/30 13:00:00,36.761031626723245,True -2017/01/30 14:00:00,36.55159907616207,True -2017/01/30 15:00:00,32.72104230217224,True -2017/01/30 16:00:00,32.439540070037296,True -2017/01/30 17:00:00,34.81259337387899,True -2017/01/30 18:00:00,40.07274984936574,True -2017/01/30 19:00:00,38.6269554954262,True -2017/01/30 20:00:00,38.54811491496125,True -2017/01/30 21:00:00,37.58329257099018,True -2017/01/30 22:00:00,33.98324534183384,True -2017/01/30 23:00:00,27.09518386265303,True -2017/01/31 00:00:00,20.185119256448264,True -2017/01/31 01:00:00,13.399769389465034,True -2017/01/31 02:00:00,11.7264855688239,True -2017/01/31 03:00:00,11.957919367346834,True -2017/01/31 04:00:00,10.839233340955476,True -2017/01/31 05:00:00,13.842567623103212,True -2017/01/31 06:00:00,18.015207816584777,True -2017/01/31 07:00:00,24.367007763860194,True -2017/01/31 08:00:00,29.104636984723648,True -2017/01/31 09:00:00,28.001144447580618,True -2017/01/31 10:00:00,31.94276803667826,True -2017/01/31 11:00:00,34.875959191174786,True -2017/01/31 12:00:00,38.04942619743183,True -2017/01/31 13:00:00,36.58859837260788,True -2017/01/31 14:00:00,36.322650700515894,True -2017/01/31 15:00:00,32.885932182299996,True -2017/01/31 16:00:00,32.21050854178438,True -2017/01/31 17:00:00,35.136399013524766,True -2017/01/31 18:00:00,38.32860763863951,True -2017/01/31 19:00:00,40.65026538482389,True -2017/01/31 20:00:00,38.57463154911643,True -2017/01/31 21:00:00,38.8128472140264,True -2017/01/31 22:00:00,33.94348772675384,True -2017/01/31 23:00:00,27.22346048272265,True -2017/02/01 00:00:00,19.421125982714972,True -2017/02/01 01:00:00,11.873941390655071,True -2017/02/01 02:00:00,9.547477611177595,True -2017/02/01 03:00:00,12.617417539514499,True -2017/02/01 04:00:00,10.991687192364724,True -2017/02/01 05:00:00,14.287018128281124,True -2017/02/01 06:00:00,17.11768684518745,True -2017/02/01 07:00:00,22.78626335526151,True -2017/02/01 08:00:00,30.108605655161703,True -2017/02/01 09:00:00,30.581576216944477,True -2017/02/01 10:00:00,34.26420896302222,True -2017/02/01 11:00:00,37.75932444266059,True -2017/02/01 12:00:00,39.20608555998419,True -2017/02/01 13:00:00,37.87354345798607,True -2017/02/01 14:00:00,37.77554714404597,True -2017/02/01 15:00:00,35.679712149031594,True -2017/02/01 16:00:00,35.519953032413234,True -2017/02/01 17:00:00,38.034585868745935,True -2017/02/01 18:00:00,41.102475905261905,True -2017/02/01 19:00:00,41.619644329171315,True -2017/02/01 20:00:00,41.67236954902184,True -2017/02/01 21:00:00,40.604000405482374,True -2017/02/01 22:00:00,36.943160731627344,True -2017/02/01 23:00:00,29.655872001533723,True -2017/02/02 00:00:00,19.412171028042696,True -2017/02/02 01:00:00,11.776267623286023,True -2017/02/02 02:00:00,9.452229635353362,True -2017/02/02 03:00:00,9.782108704063486,True -2017/02/02 04:00:00,9.239218600174855,True -2017/02/02 05:00:00,13.45967052978241,True -2017/02/02 06:00:00,17.1477836439921,True -2017/02/02 07:00:00,23.660826240954723,True -2017/02/02 08:00:00,29.453111794843696,True -2017/02/02 09:00:00,28.248210529094866,True -2017/02/02 10:00:00,33.81784615960849,True -2017/02/02 11:00:00,37.49556175972638,True -2017/02/02 12:00:00,38.65562894577184,True -2017/02/02 13:00:00,37.031284582381566,True -2017/02/02 14:00:00,37.07931068439228,True -2017/02/02 15:00:00,35.21130976722233,True -2017/02/02 16:00:00,34.66865626685491,True -2017/02/02 17:00:00,37.467827096995954,True -2017/02/02 18:00:00,40.75180315268655,True -2017/02/02 19:00:00,40.83810786629688,True -2017/02/02 20:00:00,41.11279047642742,True -2017/02/02 21:00:00,39.40118403642697,True -2017/02/02 22:00:00,36.135548831119266,True -2017/02/02 23:00:00,27.115929090014653,True -2017/02/03 00:00:00,19.368998464005315,True -2017/02/03 01:00:00,12.628728692019168,True -2017/02/03 02:00:00,9.548254865260109,True -2017/02/03 03:00:00,9.852220329822009,True -2017/02/03 04:00:00,9.387892833464994,True -2017/02/03 05:00:00,14.191067212822796,True -2017/02/03 06:00:00,17.63130681457499,True -2017/02/03 07:00:00,23.23934881628149,True -2017/02/03 08:00:00,29.48494828125876,True -2017/02/03 09:00:00,28.65762697254264,True -2017/02/03 10:00:00,32.953714296680694,True -2017/02/03 11:00:00,37.12746319207911,True -2017/02/03 12:00:00,36.96947566510227,True -2017/02/03 13:00:00,37.16348932350364,True -2017/02/03 14:00:00,37.56095814645461,True -2017/02/03 15:00:00,35.45414032066156,True -2017/02/03 16:00:00,34.811176690575,True -2017/02/03 17:00:00,37.56468082723185,True -2017/02/03 18:00:00,41.01326138832299,True -2017/02/03 19:00:00,40.872354021024535,True -2017/02/03 20:00:00,41.31876722107364,True -2017/02/03 21:00:00,39.61065821140155,True -2017/02/03 22:00:00,36.143617250993024,True -2017/02/03 23:00:00,27.040279721980077,True -2017/02/04 00:00:00,20.2341923567952,True -2017/02/04 01:00:00,12.92384821609512,True -2017/02/04 02:00:00,11.030402708920645,True -2017/02/04 03:00:00,11.870277867438743,True -2017/02/04 04:00:00,11.797548395523442,True -2017/02/04 05:00:00,14.502655898325765,True -2017/02/04 06:00:00,18.462148594229575,True -2017/02/04 07:00:00,23.74493911925863,True -2017/02/04 08:00:00,25.288680137813312,True -2017/02/04 09:00:00,26.06250617762586,True -2017/02/04 10:00:00,31.47076569949914,True -2017/02/04 11:00:00,36.18336423122165,True -2017/02/04 12:00:00,34.60656006907594,True -2017/02/04 13:00:00,34.458552637555,True -2017/02/04 14:00:00,35.338224849677786,True -2017/02/04 15:00:00,33.58164405006186,True -2017/02/04 16:00:00,32.82880810935578,True -2017/02/04 17:00:00,34.9187722335751,True -2017/02/04 18:00:00,40.08631220592394,True -2017/02/04 19:00:00,38.967935855596586,True -2017/02/04 20:00:00,37.17978888116718,True -2017/02/04 21:00:00,33.20847377325446,True -2017/02/04 22:00:00,33.161652126998646,True -2017/02/04 23:00:00,27.218564281245733,True -2017/02/05 00:00:00,20.621193786405787,True -2017/02/05 01:00:00,14.554230869599447,True -2017/02/05 02:00:00,12.280490935973555,True -2017/02/05 03:00:00,12.164648856216926,True -2017/02/05 04:00:00,10.808209029161421,True -2017/02/05 05:00:00,14.877892801441186,True -2017/02/05 06:00:00,19.176132338451623,True -2017/02/05 07:00:00,24.19893705328967,True -2017/02/05 08:00:00,25.573907494902407,True -2017/02/05 09:00:00,25.821957137801782,True -2017/02/05 10:00:00,25.417762762238862,True -2017/02/05 11:00:00,31.453728446226886,True -2017/02/05 12:00:00,35.88465300065522,True -2017/02/05 13:00:00,34.18669804757623,True -2017/02/05 14:00:00,34.14681463807267,True -2017/02/05 15:00:00,30.123244105120193,True -2017/02/05 16:00:00,29.676379069284593,True -2017/02/05 17:00:00,31.965370239332856,True -2017/02/05 18:00:00,34.97357499615815,True -2017/02/05 19:00:00,33.46713281972484,True -2017/02/05 20:00:00,33.634330998943575,True -2017/02/05 21:00:00,34.19404250547501,True -2017/02/05 22:00:00,33.06623750126332,True -2017/02/05 23:00:00,27.085517224699025,True -2017/02/06 00:00:00,22.144225115414244,True -2017/02/06 01:00:00,14.157339622455973,True -2017/02/06 02:00:00,12.897498094685083,True -2017/02/06 03:00:00,13.46831853703013,True -2017/02/06 04:00:00,13.483994478102524,True -2017/02/06 05:00:00,15.342926308022962,True -2017/02/06 06:00:00,19.620336262123693,True -2017/02/06 07:00:00,24.837732320056393,True -2017/02/06 08:00:00,28.762978243077335,True -2017/02/06 09:00:00,28.182967616925527,True -2017/02/06 10:00:00,31.816902518966053,True -2017/02/06 11:00:00,35.25046407264851,True -2017/02/06 12:00:00,36.052276502946654,True -2017/02/06 13:00:00,34.36918968980537,True -2017/02/06 14:00:00,34.636346594681314,True -2017/02/06 15:00:00,32.550909489784786,True -2017/02/06 16:00:00,32.56036423850176,True -2017/02/06 17:00:00,34.757056605766735,True -2017/02/06 18:00:00,38.423253067375,True -2017/02/06 19:00:00,38.78828978950628,True -2017/02/06 20:00:00,38.644773782687665,True -2017/02/06 21:00:00,38.796349077261794,True -2017/02/06 22:00:00,35.00483131586417,True -2017/02/06 23:00:00,28.746608002639473,True -2017/02/07 00:00:00,22.410797417066416,True -2017/02/07 01:00:00,14.802347993372733,True -2017/02/07 02:00:00,11.415227008198658,True -2017/02/07 03:00:00,13.586755141542302,True -2017/02/07 04:00:00,13.274534241328945,True -2017/02/07 05:00:00,15.606171103797731,True -2017/02/07 06:00:00,18.978537185325905,True -2017/02/07 07:00:00,23.903143223404793,True -2017/02/07 08:00:00,26.316635068556295,True -2017/02/07 09:00:00,27.91404441039271,True -2017/02/07 10:00:00,31.736217347919812,True -2017/02/07 11:00:00,35.022755544233746,True -2017/02/07 12:00:00,35.94554164499067,True -2017/02/07 13:00:00,36.67698434267626,True -2017/02/07 14:00:00,36.447736895278474,True -2017/02/07 15:00:00,34.941896436663825,True -2017/02/07 16:00:00,34.42080356769314,True -2017/02/07 17:00:00,37.28148544088369,True -2017/02/07 18:00:00,39.777125693860334,True -2017/02/07 19:00:00,41.402818770761705,True -2017/02/07 20:00:00,40.912799379789696,True -2017/02/07 21:00:00,39.508673710545374,True -2017/02/07 22:00:00,34.53451498644776,True -2017/02/07 23:00:00,27.7048984188231,True -2017/02/08 00:00:00,20.8746998592558,True -2017/02/08 01:00:00,13.683537628714268,True -2017/02/08 02:00:00,10.42645518553602,True -2017/02/08 03:00:00,12.30818069358196,True -2017/02/08 04:00:00,12.356070937066114,True -2017/02/08 05:00:00,15.011888564866425,True -2017/02/08 06:00:00,19.139928803690832,True -2017/02/08 07:00:00,24.63236708018347,True -2017/02/08 08:00:00,27.571161455594243,True -2017/02/08 09:00:00,28.666273122129184,True -2017/02/08 10:00:00,31.58146900478508,True -2017/02/08 11:00:00,35.010525131657744,True -2017/02/08 12:00:00,38.25995693608411,True -2017/02/08 13:00:00,36.719278551433455,True -2017/02/08 14:00:00,36.65272131746662,True -2017/02/08 15:00:00,34.57598585579103,True -2017/02/08 16:00:00,32.284667298164194,True -2017/02/08 17:00:00,36.813933760949986,True -2017/02/08 18:00:00,38.52088130607043,True -2017/02/08 19:00:00,40.7730347408495,True -2017/02/08 20:00:00,40.490224349193,True -2017/02/08 21:00:00,38.388209404897715,True -2017/02/08 22:00:00,33.91639409243594,True -2017/02/08 23:00:00,27.253313015417632,True -2017/02/09 00:00:00,19.491393230714618,True -2017/02/09 01:00:00,12.81576143523087,True -2017/02/09 02:00:00,11.456472333423477,True -2017/02/09 03:00:00,11.865333303888205,True -2017/02/09 04:00:00,12.217014794852263,True -2017/02/09 05:00:00,14.63585507487044,True -2017/02/09 06:00:00,17.817115692678193,True -2017/02/09 07:00:00,23.56785552986322,True -2017/02/09 08:00:00,26.81226533933935,True -2017/02/09 09:00:00,27.76384768662569,True -2017/02/09 10:00:00,31.74454297381382,True -2017/02/09 11:00:00,35.91419503081197,True -2017/02/09 12:00:00,38.9452172906715,True -2017/02/09 13:00:00,37.218857624563675,True -2017/02/09 14:00:00,36.99930892063711,True -2017/02/09 15:00:00,35.28055579031527,True -2017/02/09 16:00:00,34.63375068803215,True -2017/02/09 17:00:00,37.391609081748776,True -2017/02/09 18:00:00,38.83967539536468,True -2017/02/09 19:00:00,41.26150617354038,True -2017/02/09 20:00:00,40.972702980621854,True -2017/02/09 21:00:00,39.596602674887635,True -2017/02/09 22:00:00,36.02366573240844,True -2017/02/09 23:00:00,27.09693564183721,True -2017/02/10 00:00:00,19.584313154699284,True -2017/02/10 01:00:00,14.215167243363938,True -2017/02/10 02:00:00,11.314809333517111,True -2017/02/10 03:00:00,10.917783104422055,True -2017/02/10 04:00:00,10.245468698727356,True -2017/02/10 05:00:00,14.38377686273155,True -2017/02/10 06:00:00,18.111873010409422,True -2017/02/10 07:00:00,23.870624610803585,True -2017/02/10 08:00:00,26.68401769969168,True -2017/02/10 09:00:00,29.421091715355495,True -2017/02/10 10:00:00,32.51470131564818,True -2017/02/10 11:00:00,35.1178767360466,True -2017/02/10 12:00:00,38.309525712377074,True -2017/02/10 13:00:00,37.11703540736798,True -2017/02/10 14:00:00,36.80580927482779,True -2017/02/10 15:00:00,35.05329419180724,True -2017/02/10 16:00:00,34.25206192272078,True -2017/02/10 17:00:00,37.15657874760987,True -2017/02/10 18:00:00,38.242247190750405,True -2017/02/10 19:00:00,40.75928241823843,True -2017/02/10 20:00:00,40.638899759821584,True -2017/02/10 21:00:00,36.97821585348825,True -2017/02/10 22:00:00,34.04103466909636,True -2017/02/10 23:00:00,27.055724116875812,True -2017/02/11 00:00:00,20.247611267691244,True -2017/02/11 01:00:00,12.761055065890673,True -2017/02/11 02:00:00,10.1428665192538,True -2017/02/11 03:00:00,11.534786850278495,True -2017/02/11 04:00:00,11.744931562011715,True -2017/02/11 05:00:00,14.249444019190284,True -2017/02/11 06:00:00,18.5136121717879,True -2017/02/11 07:00:00,23.13448357502019,True -2017/02/11 08:00:00,22.35148071301293,True -2017/02/11 09:00:00,25.410036115531096,True -2017/02/11 10:00:00,30.89601779480761,True -2017/02/11 11:00:00,36.15942148677785,True -2017/02/11 12:00:00,37.00001714971162,True -2017/02/11 13:00:00,35.850763063845285,True -2017/02/11 14:00:00,35.0536259537561,True -2017/02/11 15:00:00,33.7035334857794,True -2017/02/11 16:00:00,33.15729472004256,True -2017/02/11 17:00:00,35.41997126450319,True -2017/02/11 18:00:00,38.463415895823154,True -2017/02/11 19:00:00,39.84298595090039,True -2017/02/11 20:00:00,38.47107191572728,True -2017/02/11 21:00:00,36.3953611801994,True -2017/02/11 22:00:00,36.16446189340516,True -2017/02/11 23:00:00,29.454922479662955,True -2017/02/12 00:00:00,20.476019001653494,True -2017/02/12 01:00:00,12.378899223036685,True -2017/02/12 02:00:00,10.618930766233609,True -2017/02/12 03:00:00,10.975213329278832,True -2017/02/12 04:00:00,10.91861927426469,True -2017/02/12 05:00:00,14.952932785757081,True -2017/02/12 06:00:00,19.953833285334863,True -2017/02/12 07:00:00,23.625519838045705,True -2017/02/12 08:00:00,22.020695792183698,True -2017/02/12 09:00:00,26.94063683050978,True -2017/02/12 10:00:00,25.03203549899564,True -2017/02/12 11:00:00,33.5683564471669,True -2017/02/12 12:00:00,36.63990735296796,True -2017/02/12 13:00:00,34.68140474495772,True -2017/02/12 14:00:00,34.57900385812217,True -2017/02/12 15:00:00,32.04521943641273,True -2017/02/12 16:00:00,30.03435066719568,True -2017/02/12 17:00:00,34.08243174777979,True -2017/02/12 18:00:00,34.79539621884221,True -2017/02/12 19:00:00,33.59115828700495,True -2017/02/12 20:00:00,33.237181134681165,True -2017/02/12 21:00:00,33.48450692929189,True -2017/02/12 22:00:00,33.37710544284032,True -2017/02/12 23:00:00,28.747929885462028,True -2017/02/13 00:00:00,22.27207909507145,True -2017/02/13 01:00:00,14.917382210893102,True -2017/02/13 02:00:00,12.271289079512997,True -2017/02/13 03:00:00,13.795484403410335,True -2017/02/13 04:00:00,13.820510537086545,True -2017/02/13 05:00:00,15.84466954847834,True -2017/02/13 06:00:00,19.58301660542302,True -2017/02/13 07:00:00,24.189398990434697,True -2017/02/13 08:00:00,26.744494370857375,True -2017/02/13 09:00:00,28.03924625636818,True -2017/02/13 10:00:00,31.84335868827976,True -2017/02/13 11:00:00,34.912428546737374,True -2017/02/13 12:00:00,38.27543848842476,True -2017/02/13 13:00:00,36.72315781360487,True -2017/02/13 14:00:00,36.62604881340643,True -2017/02/13 15:00:00,32.570872251112725,True -2017/02/13 16:00:00,32.39464270691648,True -2017/02/13 17:00:00,37.10045277735005,True -2017/02/13 18:00:00,38.65273555563036,True -2017/02/13 19:00:00,40.89581030107133,True -2017/02/13 20:00:00,40.6345054754224,True -2017/02/13 21:00:00,39.355745209198666,True -2017/02/13 22:00:00,34.04777928078249,True -2017/02/13 23:00:00,27.140955029923383,True -2017/02/14 00:00:00,20.92941980789182,True -2017/02/14 01:00:00,13.835029069840733,True -2017/02/14 02:00:00,11.794168838051203,True -2017/02/14 03:00:00,12.925531727469645,True -2017/02/14 04:00:00,12.77094120186836,True -2017/02/14 05:00:00,15.525166101907883,True -2017/02/14 06:00:00,19.084833176976357,True -2017/02/14 07:00:00,24.25367030677632,True -2017/02/14 08:00:00,26.13921256536299,True -2017/02/14 09:00:00,27.743306240661983,True -2017/02/14 10:00:00,31.53360398339546,True -2017/02/14 11:00:00,34.79485728843685,True -2017/02/14 12:00:00,38.664701988014734,True -2017/02/14 13:00:00,36.829656334742246,True -2017/02/14 14:00:00,37.38869354129371,True -2017/02/14 15:00:00,34.66893973556658,True -2017/02/14 16:00:00,35.07921944225682,True -2017/02/14 17:00:00,37.08477436910029,True -2017/02/14 18:00:00,39.19072229049797,True -2017/02/14 19:00:00,41.3176604303872,True -2017/02/14 20:00:00,40.968497018353055,True -2017/02/14 21:00:00,39.868288755602926,True -2017/02/14 22:00:00,36.42297070014443,True -2017/02/14 23:00:00,29.820233184149426,True -2017/02/15 00:00:00,22.48574480169311,True -2017/02/15 01:00:00,12.309947188524129,True -2017/02/15 02:00:00,11.478970032181339,True -2017/02/15 03:00:00,10.444447890965817,True -2017/02/15 04:00:00,12.246367157567589,True -2017/02/15 05:00:00,14.855468991714536,True -2017/02/15 06:00:00,17.54109378039191,True -2017/02/15 07:00:00,22.908537499383943,True -2017/02/15 08:00:00,28.302424565998464,True -2017/02/15 09:00:00,30.75828396527549,True -2017/02/15 10:00:00,34.29890037372399,True -2017/02/15 11:00:00,37.433001088105236,True -2017/02/15 12:00:00,39.15848768227373,True -2017/02/15 13:00:00,37.62214354765875,True -2017/02/15 14:00:00,37.733008384933456,True -2017/02/15 15:00:00,35.45274721642492,True -2017/02/15 16:00:00,35.28873927878435,True -2017/02/15 17:00:00,37.50385693524886,True -2017/02/15 18:00:00,39.20017706171312,True -2017/02/15 19:00:00,41.463136362533085,True -2017/02/15 20:00:00,41.531782041810445,True -2017/02/15 21:00:00,40.31584374422307,True -2017/02/15 22:00:00,36.921123769588114,True -2017/02/15 23:00:00,29.304925376246782,True -2017/02/16 00:00:00,19.386569027600743,True -2017/02/16 01:00:00,11.796463671368237,True -2017/02/16 02:00:00,9.55042006333415,True -2017/02/16 03:00:00,9.743130925733244,True -2017/02/16 04:00:00,9.385544349109932,True -2017/02/16 05:00:00,14.142910236317299,True -2017/02/16 06:00:00,17.336778011226826,True -2017/02/16 07:00:00,23.44858863433296,True -2017/02/16 08:00:00,26.864191819753604,True -2017/02/16 09:00:00,27.73333498761926,True -2017/02/16 10:00:00,31.582282268091156,True -2017/02/16 11:00:00,36.315966850259,True -2017/02/16 12:00:00,38.736052626383675,True -2017/02/16 13:00:00,37.40993940060124,True -2017/02/16 14:00:00,37.06047511938031,True -2017/02/16 15:00:00,35.26873629591481,True -2017/02/16 16:00:00,34.90844983340867,True -2017/02/16 17:00:00,37.34134184573467,True -2017/02/16 18:00:00,38.84766344705852,True -2017/02/16 19:00:00,40.994945764992124,True -2017/02/16 20:00:00,41.14826162803433,True -2017/02/16 21:00:00,39.74123049960942,True -2017/02/16 22:00:00,36.28368734091878,True -2017/02/16 23:00:00,29.26199586888753,True -2017/02/17 00:00:00,19.539308106216676,True -2017/02/17 01:00:00,12.669737556102223,True -2017/02/17 02:00:00,9.513873345993836,True -2017/02/17 03:00:00,9.822957479646616,True -2017/02/17 04:00:00,9.215134354096907,True -2017/02/17 05:00:00,14.250115113212138,True -2017/02/17 06:00:00,19.047031781450592,True -2017/02/17 07:00:00,24.738111102539794,True -2017/02/17 08:00:00,27.08089944873105,True -2017/02/17 09:00:00,29.918266618837695,True -2017/02/17 10:00:00,34.02623345808116,True -2017/02/17 11:00:00,38.06325627243826,True -2017/02/17 12:00:00,38.528047042306575,True -2017/02/17 13:00:00,37.06044230484852,True -2017/02/17 14:00:00,37.1022273733623,True -2017/02/17 15:00:00,36.0561538634383,True -2017/02/17 16:00:00,35.31647775248949,True -2017/02/17 17:00:00,37.77217937196515,True -2017/02/17 18:00:00,39.07970109364938,True -2017/02/17 19:00:00,41.69135255044224,True -2017/02/17 20:00:00,41.536693765326625,True -2017/02/17 21:00:00,40.38867395807646,True -2017/02/17 22:00:00,36.975183519250564,True -2017/02/17 23:00:00,29.489868164123767,True -2017/02/18 00:00:00,20.18575422041222,True -2017/02/18 01:00:00,12.71148177818715,True -2017/02/18 02:00:00,9.540118337604456,True -2017/02/18 03:00:00,9.662611794793982,True -2017/02/18 04:00:00,9.121284930546569,True -2017/02/18 05:00:00,12.97971605029766,True -2017/02/18 06:00:00,17.86580140695735,True -2017/02/18 07:00:00,24.323739302016087,True -2017/02/18 08:00:00,22.75450296031003,True -2017/02/18 09:00:00,27.056039901109376,True -2017/02/18 10:00:00,33.471092442222286,True -2017/02/18 11:00:00,36.455245728994086,True -2017/02/18 12:00:00,37.15868661895837,True -2017/02/18 13:00:00,36.19241783656203,True -2017/02/18 14:00:00,35.66177016851187,True -2017/02/18 15:00:00,34.18237646811859,True -2017/02/18 16:00:00,33.623809689697445,True -2017/02/18 17:00:00,35.663635913023235,True -2017/02/18 18:00:00,38.38333641565483,True -2017/02/18 19:00:00,39.79914922259475,True -2017/02/18 20:00:00,38.11820024630675,True -2017/02/18 21:00:00,35.959539563953214,True -2017/02/18 22:00:00,35.71808044652406,True -2017/02/18 23:00:00,29.296334420985485,True -2017/02/19 00:00:00,20.324972862352304,True -2017/02/19 01:00:00,12.355524943117032,True -2017/02/19 02:00:00,9.836760456579954,True -2017/02/19 03:00:00,9.908750107257555,True -2017/02/19 04:00:00,9.56256315605304,True -2017/02/19 05:00:00,13.83465263434231,True -2017/02/19 06:00:00,17.327370279564768,True -2017/02/19 07:00:00,24.211365802970214,True -2017/02/19 08:00:00,22.923660452332317,True -2017/02/19 09:00:00,27.044970626516484,True -2017/02/19 10:00:00,27.74341303002029,True -2017/02/19 11:00:00,34.09024060691074,True -2017/02/19 12:00:00,36.68121417129784,True -2017/02/19 13:00:00,35.17662973418013,True -2017/02/19 14:00:00,35.46235838300203,True -2017/02/19 15:00:00,32.25336734458445,True -2017/02/19 16:00:00,32.622071065843755,True -2017/02/19 17:00:00,35.35552080602835,True -2017/02/19 18:00:00,35.78925003806174,True -2017/02/19 19:00:00,36.37825799485865,True -2017/02/19 20:00:00,36.418202778026426,True -2017/02/19 21:00:00,36.5005924791555,True -2017/02/19 22:00:00,35.16141129080919,True -2017/02/19 23:00:00,28.51680230556311,True -2017/02/20 00:00:00,21.69072475627748,True -2017/02/20 01:00:00,13.661500472223263,True -2017/02/20 02:00:00,12.445146985492913,True -2017/02/20 03:00:00,10.652610186733826,True -2017/02/20 04:00:00,10.56993480155815,True -2017/02/20 05:00:00,15.125844537272974,True -2017/02/20 06:00:00,18.50859426885208,True -2017/02/20 07:00:00,23.772816232980325,True -2017/02/20 08:00:00,26.824639663930544,True -2017/02/20 09:00:00,29.96969785306351,True -2017/02/20 10:00:00,34.09446530159947,True -2017/02/20 11:00:00,37.54459000226534,True -2017/02/20 12:00:00,39.25305347694363,True -2017/02/20 13:00:00,37.38244528926822,True -2017/02/20 14:00:00,37.315335809681635,True -2017/02/20 15:00:00,35.37560474082855,True -2017/02/20 16:00:00,35.54434512386064,True -2017/02/20 17:00:00,37.51996621393164,True -2017/02/20 18:00:00,39.69860192409672,True -2017/02/20 19:00:00,41.185084874552125,True -2017/02/20 20:00:00,41.172386888668974,True -2017/02/20 21:00:00,39.54183428465944,True -2017/02/20 22:00:00,33.89947206015448,True -2017/02/20 23:00:00,27.08401995960198,True -2017/02/21 00:00:00,19.530044520295586,True -2017/02/21 01:00:00,13.434058337488638,True -2017/02/21 02:00:00,11.8097380191199,True -2017/02/21 03:00:00,12.732844486298868,True -2017/02/21 04:00:00,11.042602869756122,True -2017/02/21 05:00:00,14.063155486207792,True -2017/02/21 06:00:00,18.417752393917024,True -2017/02/21 07:00:00,23.555730121233623,True -2017/02/21 08:00:00,26.022630962205874,True -2017/02/21 09:00:00,28.83340638531464,True -2017/02/21 10:00:00,33.67411922595392,True -2017/02/21 11:00:00,36.37040810258822,True -2017/02/21 12:00:00,38.25740815643003,True -2017/02/21 13:00:00,36.39922090694397,True -2017/02/21 14:00:00,36.753360797067465,True -2017/02/21 15:00:00,32.537166122666136,True -2017/02/21 16:00:00,32.61443058660661,True -2017/02/21 17:00:00,34.69990231436346,True -2017/02/21 18:00:00,38.563867861365736,True -2017/02/21 19:00:00,40.67902011502523,True -2017/02/21 20:00:00,40.83856675615201,True -2017/02/21 21:00:00,38.282743411184754,True -2017/02/21 22:00:00,34.055210198127554,True -2017/02/21 23:00:00,27.15652209179968,True -2017/02/22 00:00:00,20.714493177663,True -2017/02/22 01:00:00,13.730206326664812,True -2017/02/22 02:00:00,12.046305342356128,True -2017/02/22 03:00:00,11.414185393385184,True -2017/02/22 04:00:00,12.618137888406334,True -2017/02/22 05:00:00,15.57391364147987,True -2017/02/22 06:00:00,19.708603508869174,True -2017/02/22 07:00:00,24.88238766902311,True -2017/02/22 08:00:00,25.695591631997054,True -2017/02/22 09:00:00,29.943141059483896,True -2017/02/22 10:00:00,33.94591826448622,True -2017/02/22 11:00:00,37.73013699997876,True -2017/02/22 12:00:00,38.8792205732343,True -2017/02/22 13:00:00,36.603080171400656,True -2017/02/22 14:00:00,37.650303386971004,True -2017/02/22 15:00:00,35.47548118190779,True -2017/02/22 16:00:00,35.49679673674877,True -2017/02/22 17:00:00,37.21929785134749,True -2017/02/22 18:00:00,38.71494277493794,True -2017/02/22 19:00:00,40.10066878330424,True -2017/02/22 20:00:00,40.88972973238989,True -2017/02/22 21:00:00,39.62667455368639,True -2017/02/22 22:00:00,36.730970215530895,True -2017/02/22 23:00:00,30.004129954308603,True -2017/02/23 00:00:00,22.010435787951145,True -2017/02/23 01:00:00,14.120923641156905,True -2017/02/23 02:00:00,9.518420376684325,True -2017/02/23 03:00:00,9.742332832169248,True -2017/02/23 04:00:00,9.25260582579707,True -2017/02/23 05:00:00,13.470898833836294,True -2017/02/23 06:00:00,15.490748516509244,True -2017/02/23 07:00:00,21.067051000876216,True -2017/02/23 08:00:00,27.027674502829,True -2017/02/23 09:00:00,30.658327436319688,True -2017/02/23 10:00:00,34.318764314322394,True -2017/02/23 11:00:00,37.28128129168892,True -2017/02/23 12:00:00,38.86812934637548,True -2017/02/23 13:00:00,37.30294896489823,True -2017/02/23 14:00:00,37.353619143591445,True -2017/02/23 15:00:00,35.42732783293492,True -2017/02/23 16:00:00,35.10591031727547,True -2017/02/23 17:00:00,37.63756631688983,True -2017/02/23 18:00:00,39.07098604792994,True -2017/02/23 19:00:00,41.4267563387202,True -2017/02/23 20:00:00,41.2272641029551,True -2017/02/23 21:00:00,40.072683230945664,True -2017/02/23 22:00:00,36.41854092806002,True -2017/02/23 23:00:00,27.056679198299495,True -2017/02/24 00:00:00,19.467360991088132,True -2017/02/24 01:00:00,12.701024093482147,True -2017/02/24 02:00:00,10.41823108960606,True -2017/02/24 03:00:00,10.755955915464721,True -2017/02/24 04:00:00,10.710733363146716,True -2017/02/24 05:00:00,14.463656158257114,True -2017/02/24 06:00:00,18.065852312756835,True -2017/02/24 07:00:00,23.894139985907717,True -2017/02/24 08:00:00,26.648175666096133,True -2017/02/24 09:00:00,29.286111107144873,True -2017/02/24 10:00:00,32.175471325959954,True -2017/02/24 11:00:00,37.15025069251162,True -2017/02/24 12:00:00,38.096784935303816,True -2017/02/24 13:00:00,37.29781069024429,True -2017/02/24 14:00:00,37.342238172533705,True -2017/02/24 15:00:00,34.87913213366547,True -2017/02/24 16:00:00,34.999115928299396,True -2017/02/24 17:00:00,37.03908370425885,True -2017/02/24 18:00:00,37.915015037243485,True -2017/02/24 19:00:00,41.19393769630342,True -2017/02/24 20:00:00,40.1052729258359,True -2017/02/24 21:00:00,39.60542352334944,True -2017/02/24 22:00:00,34.062291987321714,True -2017/02/24 23:00:00,27.182142521478617,True -2017/02/25 00:00:00,20.250655263773965,True -2017/02/25 01:00:00,13.482726001885801,True -2017/02/25 02:00:00,11.351870043304864,True -2017/02/25 03:00:00,10.70318142256409,True -2017/02/25 04:00:00,10.016642292026129,True -2017/02/25 05:00:00,14.568598182023448,True -2017/02/25 06:00:00,17.807800332068354,True -2017/02/25 07:00:00,23.95967057416825,True -2017/02/25 08:00:00,23.337617352800194,True -2017/02/25 09:00:00,27.296800828983944,True -2017/02/25 10:00:00,30.67719683533144,True -2017/02/25 11:00:00,35.05069354434164,True -2017/02/25 12:00:00,36.76223113678931,True -2017/02/25 13:00:00,35.55542308565181,True -2017/02/25 14:00:00,34.83810964248511,True -2017/02/25 15:00:00,33.2064140535512,True -2017/02/25 16:00:00,32.964823492713975,True -2017/02/25 17:00:00,34.88572826277384,True -2017/02/25 18:00:00,37.98191023550896,True -2017/02/25 19:00:00,39.46952643261474,True -2017/02/25 20:00:00,37.552037669733814,True -2017/02/25 21:00:00,35.40802242140297,True -2017/02/25 22:00:00,33.031459973162754,True -2017/02/25 23:00:00,27.19472039217326,True -2017/02/26 00:00:00,21.833584745745203,True -2017/02/26 01:00:00,15.323650987930101,True -2017/02/26 02:00:00,12.178246421539813,True -2017/02/26 03:00:00,12.137152736433622,True -2017/02/26 04:00:00,11.457719854101251,True -2017/02/26 05:00:00,13.563566327868644,True -2017/02/26 06:00:00,17.454384764996608,True -2017/02/26 07:00:00,22.557815598077514,True -2017/02/26 08:00:00,22.01354614352732,True -2017/02/26 09:00:00,25.580227470904493,True -2017/02/26 10:00:00,25.166065418816807,True -2017/02/26 11:00:00,33.46619780665398,True -2017/02/26 12:00:00,36.536730739688,True -2017/02/26 13:00:00,33.705986450610645,True -2017/02/26 14:00:00,32.845988320606445,True -2017/02/26 15:00:00,32.55539279464391,True -2017/02/26 16:00:00,32.19766808959708,True -2017/02/26 17:00:00,34.58320479332364,True -2017/02/26 18:00:00,35.368668644424936,True -2017/02/26 19:00:00,35.86293664706193,True -2017/02/26 20:00:00,35.64275203155526,True -2017/02/26 21:00:00,35.59292710689114,True -2017/02/26 22:00:00,34.04574176430392,True -2017/02/26 23:00:00,25.969649179488357,True -2017/02/27 00:00:00,19.20920070812118,True -2017/02/27 01:00:00,13.48956515932099,True -2017/02/27 02:00:00,11.450006596399977,True -2017/02/27 03:00:00,10.931785143207598,True -2017/02/27 04:00:00,11.395108839671906,True -2017/02/27 05:00:00,15.638913691782818,True -2017/02/27 06:00:00,19.958636054078355,True -2017/02/27 07:00:00,23.900771983719654,True -2017/02/27 08:00:00,26.779597174334036,True -2017/02/27 09:00:00,27.701860489246183,True -2017/02/27 10:00:00,31.535527173047242,True -2017/02/27 11:00:00,36.223305015717465,True -2017/02/27 12:00:00,38.94206233478594,True -2017/02/27 13:00:00,36.73242810507642,True -2017/02/27 14:00:00,37.29383415110581,True -2017/02/27 15:00:00,35.189444008979365,True -2017/02/27 16:00:00,34.63551631941576,True -2017/02/27 17:00:00,37.057482398912946,True -2017/02/27 18:00:00,39.18183233654938,True -2017/02/27 19:00:00,40.78391512705492,True -2017/02/27 20:00:00,41.21423770971766,True -2017/02/27 21:00:00,39.21688582431084,True -2017/02/27 22:00:00,33.870873632977464,True -2017/02/27 23:00:00,27.187988021716958,True -2017/02/28 00:00:00,19.459957055266607,True -2017/02/28 01:00:00,11.783035358277285,True -2017/02/28 02:00:00,9.499067062660938,True -2017/02/28 03:00:00,9.853934807686626,True -2017/02/28 04:00:00,10.104517722584008,True -2017/02/28 05:00:00,14.438106992530775,True -2017/02/28 06:00:00,17.3384461776007,True -2017/02/28 07:00:00,24.48981973800877,True -2017/02/28 08:00:00,26.959952956010362,True -2017/02/28 09:00:00,28.856525426640694,True -2017/02/28 10:00:00,31.450756526515548,True -2017/02/28 11:00:00,37.3637661807124,True -2017/02/28 12:00:00,39.28308124197092,True -2017/02/28 13:00:00,37.21743081272975,True -2017/02/28 14:00:00,37.563609792976585,True -2017/02/28 15:00:00,35.26121915981541,True -2017/02/28 16:00:00,35.13085749867369,True -2017/02/28 17:00:00,37.45885995262766,True -2017/02/28 18:00:00,38.99765345097469,True -2017/02/28 19:00:00,41.029247852172944,True -2017/02/28 20:00:00,41.4565908116357,True -2017/02/28 21:00:00,39.721724966165965,True -2017/02/28 22:00:00,36.18965121017454,True -2017/02/28 23:00:00,27.043809547687744,True -2017/03/01 00:00:00,19.388799257020278,True -2017/03/01 01:00:00,11.765599090299368,True -2017/03/01 02:00:00,10.096462752383928,True -2017/03/01 03:00:00,10.806753846638731,True -2017/03/01 04:00:00,11.869269643083875,True -2017/03/01 05:00:00,14.438120846213062,True -2017/03/01 06:00:00,18.531581561633363,True -2017/03/01 07:00:00,24.146240295267464,True -2017/03/01 08:00:00,27.06232333917615,True -2017/03/01 09:00:00,28.717530734223946,True -2017/03/01 10:00:00,31.77463133577816,True -2017/03/01 11:00:00,37.21761061849611,True -2017/03/01 12:00:00,39.1520353331038,True -2017/03/01 13:00:00,37.2301603870336,True -2017/03/01 14:00:00,37.48679385230205,True -2017/03/01 15:00:00,35.451051910331216,True -2017/03/01 16:00:00,35.01792440108432,True -2017/03/01 17:00:00,37.83256515623733,True -2017/03/01 18:00:00,39.23254938693773,True -2017/03/01 19:00:00,41.28614938510227,True -2017/03/01 20:00:00,41.70620632977954,True -2017/03/01 21:00:00,40.113027606850075,True -2017/03/01 22:00:00,36.60921954813468,True -2017/03/01 23:00:00,29.591291479835267,True -2017/03/02 00:00:00,21.93892359040214,True -2017/03/02 01:00:00,11.885943222051667,True -2017/03/02 02:00:00,10.333933404310718,True -2017/03/02 03:00:00,11.949261563731602,True -2017/03/02 04:00:00,12.808554497030233,True -2017/03/02 05:00:00,15.35703866393244,True -2017/03/02 06:00:00,19.497126711699323,True -2017/03/02 07:00:00,24.643066243205844,True -2017/03/02 08:00:00,26.862650688084777,True -2017/03/02 09:00:00,30.18429479077467,True -2017/03/02 10:00:00,34.13583700811726,True -2017/03/02 11:00:00,37.60514688315281,True -2017/03/02 12:00:00,39.073612484245764,True -2017/03/02 13:00:00,36.962532093560306,True -2017/03/02 14:00:00,37.47947761903624,True -2017/03/02 15:00:00,35.41472445320563,True -2017/03/02 16:00:00,35.93414748753506,True -2017/03/02 17:00:00,37.738612987058964,True -2017/03/02 18:00:00,39.37037111420752,True -2017/03/02 19:00:00,41.56687485653378,True -2017/03/02 20:00:00,41.71465796769019,True -2017/03/02 21:00:00,40.68283593721329,True -2017/03/02 22:00:00,36.9410872668952,True -2017/03/02 23:00:00,29.480947152277583,True -2017/03/03 00:00:00,19.36673720542239,True -2017/03/03 01:00:00,12.642338881425495,True -2017/03/03 02:00:00,9.456265652705177,True -2017/03/03 03:00:00,9.781064696206762,True -2017/03/03 04:00:00,9.379432004196358,True -2017/03/03 05:00:00,12.545953620629852,True -2017/03/03 06:00:00,17.486171456997365,True -2017/03/03 07:00:00,23.98485009253853,True -2017/03/03 08:00:00,26.955657357966302,True -2017/03/03 09:00:00,27.588042803144404,True -2017/03/03 10:00:00,31.462146152588893,True -2017/03/03 11:00:00,37.06229955622264,True -2017/03/03 12:00:00,39.01117630281522,True -2017/03/03 13:00:00,37.200186987104125,True -2017/03/03 14:00:00,37.257652120502655,True -2017/03/03 15:00:00,34.82102992739149,True -2017/03/03 16:00:00,34.743775681625856,True -2017/03/03 17:00:00,36.87921470638632,True -2017/03/03 18:00:00,38.52148207155213,True -2017/03/03 19:00:00,40.978503007446335,True -2017/03/03 20:00:00,40.63775884038136,True -2017/03/03 21:00:00,39.42210693218468,True -2017/03/03 22:00:00,33.98478433122127,True -2017/03/03 23:00:00,27.02075668425675,True -2017/03/04 00:00:00,20.272141664666297,True -2017/03/04 01:00:00,12.80760611702821,True -2017/03/04 02:00:00,9.587578522382191,True -2017/03/04 03:00:00,10.5058313695736,True -2017/03/04 04:00:00,10.66781595422946,True -2017/03/04 05:00:00,14.858020234830697,True -2017/03/04 06:00:00,18.298291127067042,True -2017/03/04 07:00:00,24.289030234752975,True -2017/03/04 08:00:00,23.03586960804951,True -2017/03/04 09:00:00,25.279274368364224,True -2017/03/04 10:00:00,30.667151094440953,True -2017/03/04 11:00:00,33.93365415849776,True -2017/03/04 12:00:00,36.651219749323154,True -2017/03/04 13:00:00,35.75419587017349,True -2017/03/04 14:00:00,34.030913542293234,True -2017/03/04 15:00:00,30.98920665094852,True -2017/03/04 16:00:00,33.56193347409739,True -2017/03/04 17:00:00,34.942117800997,True -2017/03/04 18:00:00,38.43661818938075,True -2017/03/04 19:00:00,39.64690289545716,True -2017/03/04 20:00:00,37.77460579141893,True -2017/03/04 21:00:00,35.49127831244858,True -2017/03/04 22:00:00,35.099687651263075,True -2017/03/04 23:00:00,27.24994651347527,True -2017/03/05 00:00:00,20.48319134411274,True -2017/03/05 01:00:00,14.254245977754762,True -2017/03/05 02:00:00,13.33175315439032,True -2017/03/05 03:00:00,12.51600556648602,True -2017/03/05 04:00:00,11.822035844645749,True -2017/03/05 05:00:00,14.27428703035241,True -2017/03/05 06:00:00,18.86899716225181,True -2017/03/05 07:00:00,23.59020883671902,True -2017/03/05 08:00:00,22.375240348298107,True -2017/03/05 09:00:00,26.386829470493957,True -2017/03/05 10:00:00,26.356125815241253,True -2017/03/05 11:00:00,33.051918216342585,True -2017/03/05 12:00:00,36.383377900514986,True -2017/03/05 13:00:00,32.6382551367372,True -2017/03/05 14:00:00,32.607036531268044,True -2017/03/05 15:00:00,31.748301259417165,True -2017/03/05 16:00:00,32.36132919635486,True -2017/03/05 17:00:00,34.194108576415196,True -2017/03/05 18:00:00,34.821506270806886,True -2017/03/05 19:00:00,35.673745344404004,True -2017/03/05 20:00:00,35.192752528729436,True -2017/03/05 21:00:00,33.231853144988975,True -2017/03/05 22:00:00,31.912096963376616,True -2017/03/05 23:00:00,28.071649596467605,True -2017/03/06 00:00:00,20.618018202397423,True -2017/03/06 01:00:00,13.686676314121412,True -2017/03/06 02:00:00,12.148530513226296,True -2017/03/06 03:00:00,11.795912931878197,True -2017/03/06 04:00:00,12.39294861783441,True -2017/03/06 05:00:00,15.07789546945034,True -2017/03/06 06:00:00,18.71219947131977,True -2017/03/06 07:00:00,23.40988412313746,True -2017/03/06 08:00:00,26.532064028256723,True -2017/03/06 09:00:00,27.879851428463073,True -2017/03/06 10:00:00,31.555609004650375,True -2017/03/06 11:00:00,35.10937692191018,True -2017/03/06 12:00:00,38.38366912040821,True -2017/03/06 13:00:00,36.65751264856385,True -2017/03/06 14:00:00,36.908827281212176,True -2017/03/06 15:00:00,34.92419356317323,True -2017/03/06 16:00:00,34.29820733279961,True -2017/03/06 17:00:00,36.896670237865905,True -2017/03/06 18:00:00,38.457873083918436,True -2017/03/06 19:00:00,40.44815639724442,True -2017/03/06 20:00:00,40.747228898947924,True -2017/03/06 21:00:00,38.228826517276254,True -2017/03/06 22:00:00,33.9627128488686,True -2017/03/06 23:00:00,27.027472531769934,True -2017/03/07 00:00:00,19.481691501161055,True -2017/03/07 01:00:00,12.660816286253791,True -2017/03/07 02:00:00,11.393005075523678,True -2017/03/07 03:00:00,12.59475620867461,True -2017/03/07 04:00:00,12.136311247002968,True -2017/03/07 05:00:00,14.721014687440881,True -2017/03/07 06:00:00,18.054819376171746,True -2017/03/07 07:00:00,23.487648020906967,True -2017/03/07 08:00:00,27.06244998074325,True -2017/03/07 09:00:00,28.27246323724477,True -2017/03/07 10:00:00,31.539442523697364,True -2017/03/07 11:00:00,35.101843484309136,True -2017/03/07 12:00:00,38.107491268241674,True -2017/03/07 13:00:00,36.89724711069233,True -2017/03/07 14:00:00,37.25566386509462,True -2017/03/07 15:00:00,35.025824630492394,True -2017/03/07 16:00:00,34.98449505926551,True -2017/03/07 17:00:00,37.29702125850259,True -2017/03/07 18:00:00,38.8863327399602,True -2017/03/07 19:00:00,40.864665521177876,True -2017/03/07 20:00:00,41.131270928914475,True -2017/03/07 21:00:00,39.121118423192954,True -2017/03/07 22:00:00,33.82419031472246,True -2017/03/07 23:00:00,27.0225734878253,True -2017/03/08 00:00:00,19.616045235476395,True -2017/03/08 01:00:00,11.818329382909988,True -2017/03/08 02:00:00,10.525976897698172,True -2017/03/08 03:00:00,11.605494984294712,True -2017/03/08 04:00:00,11.862582494596385,True -2017/03/08 05:00:00,14.629355604046946,True -2017/03/08 06:00:00,18.97314994750124,True -2017/03/08 07:00:00,24.262453206587644,True -2017/03/08 08:00:00,26.942049552934,True -2017/03/08 09:00:00,27.6115969535829,True -2017/03/08 10:00:00,34.04902937217825,True -2017/03/08 11:00:00,37.58921205918845,True -2017/03/08 12:00:00,38.952664852189955,True -2017/03/08 13:00:00,36.61020687228351,True -2017/03/08 14:00:00,36.90232504545159,True -2017/03/08 15:00:00,35.21371285742805,True -2017/03/08 16:00:00,34.701214284614586,True -2017/03/08 17:00:00,36.95973930501487,True -2017/03/08 18:00:00,38.62099673967424,True -2017/03/08 19:00:00,41.61408028130128,True -2017/03/08 20:00:00,41.88012838261365,True -2017/03/08 21:00:00,40.52380807176311,True -2017/03/08 22:00:00,36.894219451329114,True -2017/03/08 23:00:00,29.575952830303887,True -2017/03/09 00:00:00,21.809093526413204,True -2017/03/09 01:00:00,11.764207865273484,True -2017/03/09 02:00:00,9.440154816378131,True -2017/03/09 03:00:00,9.749404618221492,True -2017/03/09 04:00:00,9.130977537929361,True -2017/03/09 05:00:00,13.660930518096748,True -2017/03/09 06:00:00,15.358727436524056,True -2017/03/09 07:00:00,20.944493924145466,True -2017/03/09 08:00:00,27.352963030288794,True -2017/03/09 09:00:00,30.74839453732194,True -2017/03/09 10:00:00,34.24021592527876,True -2017/03/09 11:00:00,37.99750732414731,True -2017/03/09 12:00:00,38.34469098781287,True -2017/03/09 13:00:00,36.658014815839294,True -2017/03/09 14:00:00,37.183254298186405,True -2017/03/09 15:00:00,35.20962246126199,True -2017/03/09 16:00:00,35.64158417946785,True -2017/03/09 17:00:00,36.6435571239242,True -2017/03/09 18:00:00,38.685373927359336,True -2017/03/09 19:00:00,40.63459835436538,True -2017/03/09 20:00:00,41.39495600882605,True -2017/03/09 21:00:00,40.138638716152755,True -2017/03/09 22:00:00,36.17377715430352,True -2017/03/09 23:00:00,29.63495805985615,True -2017/03/10 00:00:00,21.531081348690883,True -2017/03/10 01:00:00,12.706149323803382,True -2017/03/10 02:00:00,9.499890691194578,True -2017/03/10 03:00:00,9.764141659387631,True -2017/03/10 04:00:00,9.25083734130793,True -2017/03/10 05:00:00,12.860993844739015,True -2017/03/10 06:00:00,15.336933185880765,True -2017/03/10 07:00:00,21.032113960844217,True -2017/03/10 08:00:00,25.646581428762218,True -2017/03/10 09:00:00,30.432608450264077,True -2017/03/10 10:00:00,34.273433773204594,True -2017/03/10 11:00:00,37.20168041664496,True -2017/03/10 12:00:00,38.787528300502615,True -2017/03/10 13:00:00,37.236588358418814,True -2017/03/10 14:00:00,37.24797668965633,True -2017/03/10 15:00:00,35.471497460271905,True -2017/03/10 16:00:00,35.45708840651163,True -2017/03/10 17:00:00,36.95033923103605,True -2017/03/10 18:00:00,38.292894123318256,True -2017/03/10 19:00:00,40.87808923763737,True -2017/03/10 20:00:00,40.71687533976533,True -2017/03/10 21:00:00,39.99137065590263,True -2017/03/10 22:00:00,36.965575804757705,True -2017/03/10 23:00:00,29.38193988839279,True -2017/03/11 00:00:00,22.752630372273813,True -2017/03/11 01:00:00,15.12685162642229,True -2017/03/11 02:00:00,12.15195770261621,True -2017/03/11 03:00:00,10.90082866560756,True -2017/03/11 04:00:00,10.395663430094599,True -2017/03/11 05:00:00,14.761477549239673,True -2017/03/11 06:00:00,14.932193799974964,True -2017/03/11 07:00:00,20.47763191962232,True -2017/03/11 08:00:00,23.459108133521614,True -2017/03/11 09:00:00,28.04020699546183,True -2017/03/11 10:00:00,33.2930350974599,True -2017/03/11 11:00:00,36.47290061289203,True -2017/03/11 12:00:00,36.60954733225697,True -2017/03/11 13:00:00,35.513792698146055,True -2017/03/11 14:00:00,35.00276341127154,True -2017/03/11 15:00:00,33.44601978557829,True -2017/03/11 16:00:00,33.10941545170666,True -2017/03/11 17:00:00,35.4699458990932,True -2017/03/11 18:00:00,38.239096667187205,True -2017/03/11 19:00:00,39.37679470338874,True -2017/03/11 20:00:00,37.72826830807008,True -2017/03/11 21:00:00,35.723518557658416,True -2017/03/11 22:00:00,35.79529070889665,True -2017/03/11 23:00:00,29.922631348761264,True -2017/03/12 00:00:00,23.966301184838134,True -2017/03/12 01:00:00,11.499570290584515,True -2017/03/12 02:00:00,11.020143596793956,True -2017/03/12 03:00:00,10.868119314615626,True -2017/03/12 04:00:00,15.041897059549362,True -2017/03/12 05:00:00,18.645589906566105,True -2017/03/12 06:00:00,24.271285277477634,True -2017/03/12 07:00:00,24.89239128411356,True -2017/03/12 08:00:00,26.511962802593303,True -2017/03/12 09:00:00,28.088275020987336,True -2017/03/12 10:00:00,34.33720407254714,True -2017/03/12 11:00:00,36.19039601074554,True -2017/03/12 12:00:00,35.219402776990904,True -2017/03/12 13:00:00,36.63184122908064,True -2017/03/12 14:00:00,29.062232838528065,True -2017/03/12 15:00:00,31.041203565886835,True -2017/03/12 16:00:00,30.963950021530405,True -2017/03/12 17:00:00,34.04689994120661,True -2017/03/12 18:00:00,31.312767557763294,True -2017/03/12 19:00:00,35.72999529451807,True -2017/03/12 20:00:00,36.00155356711374,True -2017/03/12 21:00:00,35.354283985061066,True -2017/03/12 22:00:00,28.652641068959593,True -2017/03/12 23:00:00,21.292657505738962,True -2017/03/13 00:00:00,14.134533178566274,True -2017/03/13 01:00:00,9.288032665711574,True -2017/03/13 02:00:00,12.156844802116181,True -2017/03/13 03:00:00,11.324611157572061,True -2017/03/13 04:00:00,14.459016452907193,True -2017/03/13 05:00:00,17.699315361163297,True -2017/03/13 06:00:00,23.1345878372974,True -2017/03/13 07:00:00,30.497716038006242,True -2017/03/13 08:00:00,30.925953284923857,True -2017/03/13 09:00:00,34.44492192881752,True -2017/03/13 10:00:00,38.159520687267836,True -2017/03/13 11:00:00,38.74802496226129,True -2017/03/13 12:00:00,36.700201713288614,True -2017/03/13 13:00:00,37.48766180595798,True -2017/03/13 14:00:00,35.411599914574914,True -2017/03/13 15:00:00,35.40140459764062,True -2017/03/13 16:00:00,37.831845570943585,True -2017/03/13 17:00:00,39.827821504009236,True -2017/03/13 18:00:00,38.676519541569824,True -2017/03/13 19:00:00,41.82774826017172,True -2017/03/13 20:00:00,37.79289210021317,True -2017/03/13 21:00:00,34.458712205917216,True -2017/03/13 22:00:00,28.43741615585953,True -2017/03/13 23:00:00,20.222152944860508,True -2017/03/14 00:00:00,11.778119864753307,True -2017/03/14 01:00:00,11.544643622748824,True -2017/03/14 02:00:00,12.591285098604798,True -2017/03/14 03:00:00,13.090797563821853,True -2017/03/14 04:00:00,13.807304796215739,True -2017/03/14 05:00:00,18.03055210055805,True -2017/03/14 06:00:00,24.403781567292523,True -2017/03/14 07:00:00,30.843334185779447,True -2017/03/14 08:00:00,27.028056373402535,True -2017/03/14 09:00:00,33.890324363960424,True -2017/03/14 10:00:00,42.79924469174466,True -2017/03/14 11:00:00,46.39084598135474,True -2017/03/14 12:00:00,45.07066735983207,True -2017/03/14 13:00:00,45.70932926203492,True -2017/03/14 14:00:00,43.71074366940699,True -2017/03/14 15:00:00,43.54109975021624,True -2017/03/14 16:00:00,45.627026629037246,True -2017/03/14 17:00:00,46.93395619392698,True -2017/03/14 18:00:00,44.76629086894177,True -2017/03/14 19:00:00,45.84847812818193,True -2017/03/14 20:00:00,42.786517091885784,True -2017/03/14 21:00:00,38.26101823423977,True -2017/03/14 22:00:00,30.287469337418713,True -2017/03/14 23:00:00,21.45160126311532,True -2017/03/15 00:00:00,11.844475786008235,True -2017/03/15 01:00:00,9.459038099955107,True -2017/03/15 02:00:00,9.643601056352281,True -2017/03/15 03:00:00,9.199616301496137,True -2017/03/15 04:00:00,14.206126194229947,True -2017/03/15 05:00:00,17.73883149903791,True -2017/03/15 06:00:00,23.387333138513693,True -2017/03/15 07:00:00,30.33533663821259,True -2017/03/15 08:00:00,30.56411398341656,True -2017/03/15 09:00:00,37.11574508589478,True -2017/03/15 10:00:00,44.96658776659893,True -2017/03/15 11:00:00,46.509244556609026,True -2017/03/15 12:00:00,45.02298716094745,True -2017/03/15 13:00:00,45.234287883239,True -2017/03/15 14:00:00,43.85599916251881,True -2017/03/15 15:00:00,43.52380080864892,True -2017/03/15 16:00:00,46.00016440496384,True -2017/03/15 17:00:00,47.10196463868716,True -2017/03/15 18:00:00,46.51618413741069,True -2017/03/15 19:00:00,47.74773154611161,True -2017/03/15 20:00:00,45.73305929084498,True -2017/03/15 21:00:00,39.96847837148506,True -2017/03/15 22:00:00,30.810057567801238,True -2017/03/15 23:00:00,24.040988207593955,True -2017/03/16 00:00:00,15.530531058241626,True -2017/03/16 01:00:00,13.054852109235108,True -2017/03/16 02:00:00,13.747283787411279,True -2017/03/16 03:00:00,13.323901442438405,True -2017/03/16 04:00:00,16.95825279980243,True -2017/03/16 05:00:00,15.254049762695077,True -2017/03/16 06:00:00,21.587779085163824,True -2017/03/16 07:00:00,30.976341462778393,True -2017/03/16 08:00:00,31.124490819165537,True -2017/03/16 09:00:00,33.794581740966684,True -2017/03/16 10:00:00,34.332933619925655,True -2017/03/16 11:00:00,37.39230113969183,True -2017/03/16 12:00:00,34.00522759285729,True -2017/03/16 13:00:00,33.42824598563229,True -2017/03/16 14:00:00,38.98929277974473,True -2017/03/16 15:00:00,39.55312520153155,True -2017/03/16 16:00:00,37.082818764441235,True -2017/03/16 17:00:00,39.55990398003885,True -2017/03/16 18:00:00,39.301628210919525,True -2017/03/16 19:00:00,41.150520617393106,True -2017/03/16 20:00:00,39.32922449139325,True -2017/03/16 21:00:00,35.215133477563164,True -2017/03/16 22:00:00,30.11346426754189,True -2017/03/16 23:00:00,22.470311802875994,True -2017/03/17 00:00:00,14.950758169632119,True -2017/03/17 01:00:00,11.933415800403585,True -2017/03/17 02:00:00,11.255482953465535,True -2017/03/17 03:00:00,11.95555878414039,True -2017/03/17 04:00:00,14.164797945563786,True -2017/03/17 05:00:00,18.420937386850397,True -2017/03/17 06:00:00,24.18346835393109,True -2017/03/17 07:00:00,29.325695125900413,True -2017/03/17 08:00:00,32.18020672876991,True -2017/03/17 09:00:00,34.626059355133094,True -2017/03/17 10:00:00,37.97668622738674,True -2017/03/17 11:00:00,38.44220398143647,True -2017/03/17 12:00:00,37.287919230100556,True -2017/03/17 13:00:00,37.426839913406894,True -2017/03/17 14:00:00,35.65686422081641,True -2017/03/17 15:00:00,34.693285575267964,True -2017/03/17 16:00:00,36.77871851061346,True -2017/03/17 17:00:00,38.2264281173171,True -2017/03/17 18:00:00,38.455939528410305,True -2017/03/17 19:00:00,41.12738806773576,True -2017/03/17 20:00:00,39.964807735896954,True -2017/03/17 21:00:00,35.89805577810773,True -2017/03/17 22:00:00,29.55812931622664,True -2017/03/17 23:00:00,23.15111189517785,True -2017/03/18 00:00:00,15.284349920458043,True -2017/03/18 01:00:00,10.028902170374298,True -2017/03/18 02:00:00,12.429373177192286,True -2017/03/18 03:00:00,9.07692864260648,True -2017/03/18 04:00:00,13.30160554098675,True -2017/03/18 05:00:00,14.567709819887991,True -2017/03/18 06:00:00,20.480479879737715,True -2017/03/18 07:00:00,22.88902928082185,True -2017/03/18 08:00:00,28.60513978355716,True -2017/03/18 09:00:00,33.67689609780987,True -2017/03/18 10:00:00,36.48496631857427,True -2017/03/18 11:00:00,37.45311639307755,True -2017/03/18 12:00:00,36.33194446660067,True -2017/03/18 13:00:00,35.939309809475894,True -2017/03/18 14:00:00,34.36627409028944,True -2017/03/18 15:00:00,33.84145592709151,True -2017/03/18 16:00:00,35.815213060836314,True -2017/03/18 17:00:00,38.67802016999548,True -2017/03/18 18:00:00,37.787708742820044,True -2017/03/18 19:00:00,38.676101558919314,True -2017/03/18 20:00:00,36.520475684036306,True -2017/03/18 21:00:00,35.99922207971591,True -2017/03/18 22:00:00,29.973726250254376,True -2017/03/18 23:00:00,20.2820038029234,True -2017/03/19 00:00:00,12.395024898627762,True -2017/03/19 01:00:00,9.847773758573286,True -2017/03/19 02:00:00,9.937130849698233,True -2017/03/19 03:00:00,9.329931078058914,True -2017/03/19 04:00:00,13.31702238552242,True -2017/03/19 05:00:00,17.751573296794717,True -2017/03/19 06:00:00,22.98881215876924,True -2017/03/19 07:00:00,20.63185465935626,True -2017/03/19 08:00:00,26.840748284933955,True -2017/03/19 09:00:00,27.890814907664517,True -2017/03/19 10:00:00,34.00437954188953,True -2017/03/19 11:00:00,37.00857183501692,True -2017/03/19 12:00:00,35.43629604518177,True -2017/03/19 13:00:00,35.18815427108564,True -2017/03/19 14:00:00,33.0822186314804,True -2017/03/19 15:00:00,32.823526013348456,True -2017/03/19 16:00:00,34.843331843915884,True -2017/03/19 17:00:00,35.23553410583775,True -2017/03/19 18:00:00,33.83962272194082,True -2017/03/19 19:00:00,35.818464077689725,True -2017/03/19 20:00:00,35.873422836550276,True -2017/03/19 21:00:00,34.21131619578229,True -2017/03/19 22:00:00,26.11807728545746,True -2017/03/19 23:00:00,19.268204638368125,True -2017/03/20 00:00:00,11.871944959194066,True -2017/03/20 01:00:00,9.630479591732518,True -2017/03/20 02:00:00,10.609445239626664,True -2017/03/20 03:00:00,10.674506640467131,True -2017/03/20 04:00:00,14.791319876238902,True -2017/03/20 05:00:00,18.545794079693657,True -2017/03/20 06:00:00,23.19030183377453,True -2017/03/20 07:00:00,27.179752068612533,True -2017/03/20 08:00:00,28.49393874269057,True -2017/03/20 09:00:00,33.4802078521373,True -2017/03/20 10:00:00,37.36458097847151,True -2017/03/20 11:00:00,39.13736507969447,True -2017/03/20 12:00:00,37.02871218951904,True -2017/03/20 13:00:00,37.44159324121655,True -2017/03/20 14:00:00,35.2439977447343,True -2017/03/20 15:00:00,35.199296502447154,True -2017/03/20 16:00:00,37.416281623143725,True -2017/03/20 17:00:00,39.09715530389692,True -2017/03/20 18:00:00,39.41685231404194,True -2017/03/20 19:00:00,41.84978423472901,True -2017/03/20 20:00:00,40.69885541037633,True -2017/03/20 21:00:00,37.02934682979581,True -2017/03/20 22:00:00,29.471540665190478,True -2017/03/20 23:00:00,19.331399768849014,True -2017/03/21 00:00:00,11.803245343942761,True -2017/03/21 01:00:00,9.439946757672985,True -2017/03/21 02:00:00,9.75018634504568,True -2017/03/21 03:00:00,9.309840290930573,True -2017/03/21 04:00:00,13.898946040442187,True -2017/03/21 05:00:00,17.446016492495804,True -2017/03/21 06:00:00,23.599716831504328,True -2017/03/21 07:00:00,27.581473399781782,True -2017/03/21 08:00:00,29.86597622856223,True -2017/03/21 09:00:00,33.95186533471365,True -2017/03/21 10:00:00,38.11170393088223,True -2017/03/21 11:00:00,39.41754889970751,True -2017/03/21 12:00:00,36.837133281174154,True -2017/03/21 13:00:00,37.37982618744152,True -2017/03/21 14:00:00,35.58536158937467,True -2017/03/21 15:00:00,35.383322149296575,True -2017/03/21 16:00:00,37.24521444033281,True -2017/03/21 17:00:00,38.74305640892189,True -2017/03/21 18:00:00,38.95344185740231,True -2017/03/21 19:00:00,42.709046257343715,True -2017/03/21 20:00:00,40.50047204061466,True -2017/03/21 21:00:00,37.105512684534794,True -2017/03/21 22:00:00,29.777827934923334,True -2017/03/21 23:00:00,21.98788867491057,True -2017/03/22 00:00:00,11.814887559115304,True -2017/03/22 01:00:00,9.403819226484867,True -2017/03/22 02:00:00,10.169643539955251,True -2017/03/22 03:00:00,12.01551624290806,True -2017/03/22 04:00:00,15.038798627313243,True -2017/03/22 05:00:00,16.561828852640073,True -2017/03/22 06:00:00,22.61534503284362,True -2017/03/22 07:00:00,28.468478114184528,True -2017/03/22 08:00:00,30.92884037033454,True -2017/03/22 09:00:00,34.19895346267323,True -2017/03/22 10:00:00,37.044418555530314,True -2017/03/22 11:00:00,36.638671978032434,True -2017/03/22 12:00:00,37.23545961369725,True -2017/03/22 13:00:00,38.34205034468422,True -2017/03/22 14:00:00,36.144234830522514,True -2017/03/22 15:00:00,33.642746349504726,True -2017/03/22 16:00:00,35.533675214819986,True -2017/03/22 17:00:00,38.47877595252012,True -2017/03/22 18:00:00,38.86771152037351,True -2017/03/22 19:00:00,41.42519907350935,True -2017/03/22 20:00:00,38.94487907226965,True -2017/03/22 21:00:00,35.42810974524041,True -2017/03/22 22:00:00,30.104530415058033,True -2017/03/22 23:00:00,22.11127068880429,True -2017/03/23 00:00:00,13.812374265552123,True -2017/03/23 01:00:00,11.077441815412065,True -2017/03/23 02:00:00,10.240242822528051,True -2017/03/23 03:00:00,9.070254246811981,True -2017/03/23 04:00:00,14.316289367499438,True -2017/03/23 05:00:00,17.558774617376148,True -2017/03/23 06:00:00,21.0660094126911,True -2017/03/23 07:00:00,28.026111753195345,True -2017/03/23 08:00:00,30.459692146762567,True -2017/03/23 09:00:00,33.85496352543784,True -2017/03/23 10:00:00,37.91605466687397,True -2017/03/23 11:00:00,39.0441081742992,True -2017/03/23 12:00:00,37.814197422990496,True -2017/03/23 13:00:00,37.72523675039977,True -2017/03/23 14:00:00,35.76295531930965,True -2017/03/23 15:00:00,35.17404549433738,True -2017/03/23 16:00:00,37.60093532420535,True -2017/03/23 17:00:00,38.92741758419514,True -2017/03/23 18:00:00,38.8520267199869,True -2017/03/23 19:00:00,41.654685777907744,True -2017/03/23 20:00:00,39.87651623589048,True -2017/03/23 21:00:00,36.172076415652135,True -2017/03/23 22:00:00,26.93720279425785,True -2017/03/23 23:00:00,19.343489244863147,True -2017/03/24 00:00:00,12.792869547210927,True -2017/03/24 01:00:00,9.499117748680451,True -2017/03/24 02:00:00,9.675177838148251,True -2017/03/24 03:00:00,9.254630156552349,True -2017/03/24 04:00:00,13.555441936546588,True -2017/03/24 05:00:00,16.737921982670727,True -2017/03/24 06:00:00,22.16908348563719,True -2017/03/24 07:00:00,26.318245972551427,True -2017/03/24 08:00:00,27.61570582151987,True -2017/03/24 09:00:00,31.38379188475471,True -2017/03/24 10:00:00,37.4469731243123,True -2017/03/24 11:00:00,38.75864376880183,True -2017/03/24 12:00:00,37.26189174883209,True -2017/03/24 13:00:00,37.447610606146945,True -2017/03/24 14:00:00,35.62681714122005,True -2017/03/24 15:00:00,34.73128314808999,True -2017/03/24 16:00:00,37.37151298558015,True -2017/03/24 17:00:00,38.97956256502915,True -2017/03/24 18:00:00,38.7500579652081,True -2017/03/24 19:00:00,41.46870991550871,True -2017/03/24 20:00:00,39.68514524739387,True -2017/03/24 21:00:00,36.25474485440832,True -2017/03/24 22:00:00,26.9195186978753,True -2017/03/24 23:00:00,20.12516738038892,True -2017/03/25 00:00:00,12.693751991021491,True -2017/03/25 01:00:00,9.593128516047457,True -2017/03/25 02:00:00,9.559702962130126,True -2017/03/25 03:00:00,9.101773606268528,True -2017/03/25 04:00:00,12.376888010497987,True -2017/03/25 05:00:00,17.297592775412863,True -2017/03/25 06:00:00,23.99840366236463,True -2017/03/25 07:00:00,22.500053205975483,True -2017/03/25 08:00:00,25.33428781460555,True -2017/03/25 09:00:00,33.0652141094414,True -2017/03/25 10:00:00,36.41277148177209,True -2017/03/25 11:00:00,37.77447523323983,True -2017/03/25 12:00:00,35.954099119600755,True -2017/03/25 13:00:00,35.83155774276389,True -2017/03/25 14:00:00,33.720326984399705,True -2017/03/25 15:00:00,33.65411314042381,True -2017/03/25 16:00:00,35.837222771351215,True -2017/03/25 17:00:00,38.74371537767638,True -2017/03/25 18:00:00,37.43338455892819,True -2017/03/25 19:00:00,38.17992353742645,True -2017/03/25 20:00:00,36.15694314898315,True -2017/03/25 21:00:00,36.059286836683334,True -2017/03/25 22:00:00,29.45259972892131,True -2017/03/25 23:00:00,20.258646119128585,True -2017/03/26 00:00:00,12.348411230972541,True -2017/03/26 01:00:00,9.86184821250265,True -2017/03/26 02:00:00,9.973267763407739,True -2017/03/26 03:00:00,9.594385483950965,True -2017/03/26 04:00:00,15.208561364723884,True -2017/03/26 05:00:00,18.784351021412313,True -2017/03/26 06:00:00,24.797965298458955,True -2017/03/26 07:00:00,23.14666278869868,True -2017/03/26 08:00:00,27.20612644794387,True -2017/03/26 09:00:00,25.142516529711333,True -2017/03/26 10:00:00,33.74818382217453,True -2017/03/26 11:00:00,36.87024209687462,True -2017/03/26 12:00:00,35.21574674119076,True -2017/03/26 13:00:00,34.448970072714815,True -2017/03/26 14:00:00,32.38436406249734,True -2017/03/26 15:00:00,32.55326068187699,True -2017/03/26 16:00:00,34.40167689964532,True -2017/03/26 17:00:00,34.91515753196455,True -2017/03/26 18:00:00,33.48131804998022,True -2017/03/26 19:00:00,35.4801595974925,True -2017/03/26 20:00:00,35.453232252275974,True -2017/03/26 21:00:00,31.805874098903598,True -2017/03/26 22:00:00,25.885541455888077,True -2017/03/26 23:00:00,19.141336891698987,True -2017/03/27 00:00:00,12.643483201864797,True -2017/03/27 01:00:00,11.563465667352533,True -2017/03/27 02:00:00,11.879185042174885,True -2017/03/27 03:00:00,11.921970245130911,True -2017/03/27 04:00:00,15.49337215404573,True -2017/03/27 05:00:00,19.00120472640639,True -2017/03/27 06:00:00,24.380723755543727,True -2017/03/27 07:00:00,27.00973925208058,True -2017/03/27 08:00:00,27.565368356641866,True -2017/03/27 09:00:00,31.772767858901858,True -2017/03/27 10:00:00,35.861950279873355,True -2017/03/27 11:00:00,38.9274892166955,True -2017/03/27 12:00:00,37.389054155054254,True -2017/03/27 13:00:00,37.105112872613354,True -2017/03/27 14:00:00,35.44930690378462,True -2017/03/27 15:00:00,34.55523463816639,True -2017/03/27 16:00:00,37.41186729757803,True -2017/03/27 17:00:00,38.48931927987945,True -2017/03/27 18:00:00,38.82212137322699,True -2017/03/27 19:00:00,41.433660896386975,True -2017/03/27 20:00:00,39.649462835462344,True -2017/03/27 21:00:00,36.28094844030457,True -2017/03/27 22:00:00,29.32978355593119,True -2017/03/27 23:00:00,19.26693109967618,True -2017/03/28 00:00:00,11.81898130491033,True -2017/03/28 01:00:00,9.490108413306345,True -2017/03/28 02:00:00,9.682795976571999,True -2017/03/28 03:00:00,9.393452625632083,True -2017/03/28 04:00:00,14.420739380464171,True -2017/03/28 05:00:00,18.380622806517838,True -2017/03/28 06:00:00,23.559756042173074,True -2017/03/28 07:00:00,27.820866184125883,True -2017/03/28 08:00:00,29.67051379970333,True -2017/03/28 09:00:00,34.040401696442665,True -2017/03/28 10:00:00,38.06600716299915,True -2017/03/28 11:00:00,38.712809339847446,True -2017/03/28 12:00:00,37.17412686790601,True -2017/03/28 13:00:00,37.48806222958732,True -2017/03/28 14:00:00,35.44635948770103,True -2017/03/28 15:00:00,34.38746711686535,True -2017/03/28 16:00:00,37.2201606339695,True -2017/03/28 17:00:00,38.727865172924645,True -2017/03/28 18:00:00,38.296939942913795,True -2017/03/28 19:00:00,39.291450671113445,True -2017/03/28 20:00:00,39.95037144866499,True -2017/03/28 21:00:00,36.87464432202286,True -2017/03/28 22:00:00,29.372828293542433,True -2017/03/28 23:00:00,19.240440571024553,True -2017/03/29 00:00:00,11.779346120970764,True -2017/03/29 01:00:00,9.433165035811921,True -2017/03/29 02:00:00,9.592228624459906,True -2017/03/29 03:00:00,9.228135073042125,True -2017/03/29 04:00:00,13.078828148735159,True -2017/03/29 05:00:00,17.232070182812468,True -2017/03/29 06:00:00,23.03262163608189,True -2017/03/29 07:00:00,26.102638963567706,True -2017/03/29 08:00:00,29.906818196016793,True -2017/03/29 09:00:00,34.1995283731474,True -2017/03/29 10:00:00,37.60565419641527,True -2017/03/29 11:00:00,38.35047551674896,True -2017/03/29 12:00:00,37.202898182713724,True -2017/03/29 13:00:00,37.64395209133557,True -2017/03/29 14:00:00,35.68389935540588,True -2017/03/29 15:00:00,35.27353964893926,True -2017/03/29 16:00:00,36.934593984422904,True -2017/03/29 17:00:00,38.225704024461166,True -2017/03/29 18:00:00,38.29563344651509,True -2017/03/29 19:00:00,39.60329003976609,True -2017/03/29 20:00:00,39.81857241139882,True -2017/03/29 21:00:00,35.91008323141936,True -2017/03/29 22:00:00,29.73277135746648,True -2017/03/29 23:00:00,21.547603240922083,True -2017/03/30 00:00:00,13.551771107220723,True -2017/03/30 01:00:00,12.300277778142185,True -2017/03/30 02:00:00,12.47614340192763,True -2017/03/30 03:00:00,10.53548468065326,True -2017/03/30 04:00:00,14.884356562388946,True -2017/03/30 05:00:00,17.256849372890816,True -2017/03/30 06:00:00,23.427641623467395,True -2017/03/30 07:00:00,28.17310658974103,True -2017/03/30 08:00:00,31.05212474499679,True -2017/03/30 09:00:00,34.43560407064639,True -2017/03/30 10:00:00,37.673567253630566,True -2017/03/30 11:00:00,38.66705156536116,True -2017/03/30 12:00:00,36.78954634732846,True -2017/03/30 13:00:00,37.5141015607375,True -2017/03/30 14:00:00,35.29559565155421,True -2017/03/30 15:00:00,34.86620590265043,True -2017/03/30 16:00:00,37.056902521628714,True -2017/03/30 17:00:00,38.45784907595732,True -2017/03/30 18:00:00,39.166500425661496,True -2017/03/30 19:00:00,39.27147404139331,True -2017/03/30 20:00:00,39.580204158869314,True -2017/03/30 21:00:00,36.74275798917188,True -2017/03/30 22:00:00,29.307501077979538,True -2017/03/30 23:00:00,21.91718517892826,True -2017/03/31 00:00:00,13.83013789042768,True -2017/03/31 01:00:00,9.469320926220378,True -2017/03/31 02:00:00,10.38941155037998,True -2017/03/31 03:00:00,10.053310686610853,True -2017/03/31 04:00:00,14.800366046166465,True -2017/03/31 05:00:00,17.193344043654022,True -2017/03/31 06:00:00,21.634215566270726,True -2017/03/31 07:00:00,28.02659759713065,True -2017/03/31 08:00:00,30.645706181867098,True -2017/03/31 09:00:00,34.25879681988587,True -2017/03/31 10:00:00,37.25057703830694,True -2017/03/31 11:00:00,38.54745805141818,True -2017/03/31 12:00:00,36.50038422351364,True -2017/03/31 13:00:00,37.2269800472335,True -2017/03/31 14:00:00,35.62645307012636,True -2017/03/31 15:00:00,35.415886203772885,True -2017/03/31 16:00:00,37.52016093190203,True -2017/03/31 17:00:00,38.850802036376294,True -2017/03/31 18:00:00,38.54548400146533,True -2017/03/31 19:00:00,38.655895323397026,True -2017/03/31 20:00:00,39.18675617916807,True -2017/03/31 21:00:00,36.120249160434355,True -2017/03/31 22:00:00,28.909952746376522,True -2017/03/31 23:00:00,21.12532987907555,True -2017/04/01 00:00:00,15.58379033480857,True -2017/04/01 01:00:00,10.984202065123563,True -2017/04/01 02:00:00,9.628867286201713,True -2017/04/01 03:00:00,9.095642966334312,True -2017/04/01 04:00:00,12.07378856242323,True -2017/04/01 05:00:00,16.02286103665276,True -2017/04/01 06:00:00,23.28010987310856,True -2017/04/01 07:00:00,20.88167378059346,True -2017/04/01 08:00:00,27.808675623277175,True -2017/04/01 09:00:00,33.180328655415465,True -2017/04/01 10:00:00,36.443935766887094,True -2017/04/01 11:00:00,37.29440175963333,True -2017/04/01 12:00:00,35.88778757835902,True -2017/04/01 13:00:00,34.61551031762887,True -2017/04/01 14:00:00,33.12430395615823,True -2017/04/01 15:00:00,33.47306572092373,True -2017/04/01 16:00:00,35.36286190784647,True -2017/04/01 17:00:00,37.95605608133483,True -2017/04/01 18:00:00,36.87145068929109,True -2017/04/01 19:00:00,35.38097416249078,True -2017/04/01 20:00:00,35.57053568032691,True -2017/04/01 21:00:00,35.79117977188753,True -2017/04/01 22:00:00,29.47751669614574,True -2017/04/01 23:00:00,22.78473750842765,True -2017/04/02 00:00:00,14.129262086805907,True -2017/04/02 01:00:00,12.296609256852129,True -2017/04/02 02:00:00,13.014585008802873,True -2017/04/02 03:00:00,12.337558428190986,True -2017/04/02 04:00:00,14.659484610371228,True -2017/04/02 05:00:00,18.848562426594217,True -2017/04/02 06:00:00,24.12052119812945,True -2017/04/02 07:00:00,22.583402794969064,True -2017/04/02 08:00:00,24.837401034506286,True -2017/04/02 09:00:00,27.531622946621862,True -2017/04/02 10:00:00,32.61116644048032,True -2017/04/02 11:00:00,36.469409130949536,True -2017/04/02 12:00:00,34.609853193199164,True -2017/04/02 13:00:00,35.54572351196139,True -2017/04/02 14:00:00,33.179946750900285,True -2017/04/02 15:00:00,32.4225498698335,True -2017/04/02 16:00:00,34.02032125758297,True -2017/04/02 17:00:00,35.31220659863656,True -2017/04/02 18:00:00,33.2963709958754,True -2017/04/02 19:00:00,33.01742024549204,True -2017/04/02 20:00:00,36.12473107992161,True -2017/04/02 21:00:00,34.87608719395391,True -2017/04/02 22:00:00,28.125530328927468,True -2017/04/02 23:00:00,21.411690370945394,True -2017/04/03 00:00:00,11.878133702128755,True -2017/04/03 01:00:00,9.505984006800267,True -2017/04/03 02:00:00,9.646680806928778,True -2017/04/03 03:00:00,9.270804161546206,True -2017/04/03 04:00:00,12.402200497937278,True -2017/04/03 05:00:00,16.68004282100038,True -2017/04/03 06:00:00,22.265458689689915,True -2017/04/03 07:00:00,25.21096852309306,True -2017/04/03 08:00:00,29.847917032282883,True -2017/04/03 09:00:00,34.38071469093832,True -2017/04/03 10:00:00,37.54371919614749,True -2017/04/03 11:00:00,38.36553697297575,True -2017/04/03 12:00:00,37.20866668603339,True -2017/04/03 13:00:00,37.442488833358574,True -2017/04/03 14:00:00,34.95581088925901,True -2017/04/03 15:00:00,34.83667077974805,True -2017/04/03 16:00:00,36.69100743365489,True -2017/04/03 17:00:00,39.1111786846745,True -2017/04/03 18:00:00,38.441186632402115,True -2017/04/03 19:00:00,38.8645368527705,True -2017/04/03 20:00:00,39.64992723693927,True -2017/04/03 21:00:00,36.53637114819978,True -2017/04/03 22:00:00,30.51053478940987,True -2017/04/03 23:00:00,22.565123247632666,True -2017/04/04 00:00:00,13.14286179743376,True -2017/04/04 01:00:00,11.595031553463036,True -2017/04/04 02:00:00,12.2242115612301,True -2017/04/04 03:00:00,10.849096107301499,True -2017/04/04 04:00:00,13.980639354434116,True -2017/04/04 05:00:00,16.683062999309666,True -2017/04/04 06:00:00,22.618958507842976,True -2017/04/04 07:00:00,28.24191926315268,True -2017/04/04 08:00:00,29.9182166888973,True -2017/04/04 09:00:00,34.025936300521586,True -2017/04/04 10:00:00,37.71497556166839,True -2017/04/04 11:00:00,38.857092038720054,True -2017/04/04 12:00:00,37.113285132075106,True -2017/04/04 13:00:00,37.40134447844922,True -2017/04/04 14:00:00,35.2341253114097,True -2017/04/04 15:00:00,35.31261501610447,True -2017/04/04 16:00:00,37.37455150835211,True -2017/04/04 17:00:00,38.52355298656804,True -2017/04/04 18:00:00,39.49700549495141,True -2017/04/04 19:00:00,40.0793874105472,True -2017/04/04 20:00:00,40.73637606637397,True -2017/04/04 21:00:00,36.44562514378186,True -2017/04/04 22:00:00,30.130917483364847,True -2017/04/04 23:00:00,21.837535146951254,True -2017/04/05 00:00:00,11.8025802302896,True -2017/04/05 01:00:00,9.39125661004058,True -2017/04/05 02:00:00,9.722841158722156,True -2017/04/05 03:00:00,9.17243324720851,True -2017/04/05 04:00:00,13.457520291951651,True -2017/04/05 05:00:00,18.750667831034203,True -2017/04/05 06:00:00,22.308113683765566,True -2017/04/05 07:00:00,27.397057117665614,True -2017/04/05 08:00:00,30.086113718726608,True -2017/04/05 09:00:00,33.995471053443424,True -2017/04/05 10:00:00,37.635788155906766,True -2017/04/05 11:00:00,38.63579175007091,True -2017/04/05 12:00:00,36.888752521745594,True -2017/04/05 13:00:00,37.03963856350372,True -2017/04/05 14:00:00,35.22646092843568,True -2017/04/05 15:00:00,34.66404953916215,True -2017/04/05 16:00:00,37.36688463622365,True -2017/04/05 17:00:00,38.92454178197835,True -2017/04/05 18:00:00,38.69626942387025,True -2017/04/05 19:00:00,39.694523669682496,True -2017/04/05 20:00:00,40.37177480318858,True -2017/04/05 21:00:00,36.77373087720844,True -2017/04/05 22:00:00,29.84462156983873,True -2017/04/05 23:00:00,21.85639164089334,True -2017/04/06 00:00:00,11.757634699086736,True -2017/04/06 01:00:00,9.455552866941128,True -2017/04/06 02:00:00,9.702717866434915,True -2017/04/06 03:00:00,9.091836874594636,True -2017/04/06 04:00:00,13.361354511723503,True -2017/04/06 05:00:00,18.688433931174966,True -2017/04/06 06:00:00,24.003759092438873,True -2017/04/06 07:00:00,25.611448168075853,True -2017/04/06 08:00:00,30.289961074897008,True -2017/04/06 09:00:00,33.968811554245704,True -2017/04/06 10:00:00,37.42751068779534,True -2017/04/06 11:00:00,39.08041452248802,True -2017/04/06 12:00:00,36.928912976844025,True -2017/04/06 13:00:00,37.0797624233995,True -2017/04/06 14:00:00,34.457853471658325,True -2017/04/06 15:00:00,31.583742514847817,True -2017/04/06 16:00:00,36.445160343196875,True -2017/04/06 17:00:00,36.258085100448426,True -2017/04/06 18:00:00,37.88685384557079,True -2017/04/06 19:00:00,38.72838588926893,True -2017/04/06 20:00:00,39.793482875402354,True -2017/04/06 21:00:00,36.95317113009244,True -2017/04/06 22:00:00,29.163135326088195,True -2017/04/06 23:00:00,21.799683508486858,True -2017/04/07 00:00:00,14.303984688502535,True -2017/04/07 01:00:00,12.521144614442223,True -2017/04/07 02:00:00,12.78422430464733,True -2017/04/07 03:00:00,8.948865027838071,True -2017/04/07 04:00:00,14.494932098050663,True -2017/04/07 05:00:00,18.544977455512473,True -2017/04/07 06:00:00,23.99060282191832,True -2017/04/07 07:00:00,28.5559729017607,True -2017/04/07 08:00:00,30.379547272848505,True -2017/04/07 09:00:00,33.74855609258621,True -2017/04/07 10:00:00,37.72384126631243,True -2017/04/07 11:00:00,41.31134239684845,True -2017/04/07 12:00:00,41.15856825157634,True -2017/04/07 13:00:00,42.29925932120452,True -2017/04/07 14:00:00,40.04987730034666,True -2017/04/07 15:00:00,37.986811523301405,True -2017/04/07 16:00:00,39.66005569642859,True -2017/04/07 17:00:00,39.73021221918193,True -2017/04/07 18:00:00,38.88639830147498,True -2017/04/07 19:00:00,39.477474353884965,True -2017/04/07 20:00:00,41.15062023229521,True -2017/04/07 21:00:00,36.78881566954435,True -2017/04/07 22:00:00,28.985938801903156,True -2017/04/07 23:00:00,22.082901930500885,True -2017/04/08 00:00:00,12.702999738652597,True -2017/04/08 01:00:00,9.346855079741683,True -2017/04/08 02:00:00,9.491684274923017,True -2017/04/08 03:00:00,8.941662634748326,True -2017/04/08 04:00:00,14.131240901076954,True -2017/04/08 05:00:00,16.627838153359622,True -2017/04/08 06:00:00,23.725773896213475,True -2017/04/08 07:00:00,23.14341733276242,True -2017/04/08 08:00:00,24.6522198619474,True -2017/04/08 09:00:00,34.99212102602209,True -2017/04/08 10:00:00,38.90309060703972,True -2017/04/08 11:00:00,41.112961137165605,True -2017/04/08 12:00:00,39.91446677092137,True -2017/04/08 13:00:00,41.3463340854664,True -2017/04/08 14:00:00,39.46150811813615,True -2017/04/08 15:00:00,37.55592875708407,True -2017/04/08 16:00:00,37.86645115659174,True -2017/04/08 17:00:00,38.38099094556453,True -2017/04/08 18:00:00,38.134913867150864,True -2017/04/08 19:00:00,36.91299231793228,True -2017/04/08 20:00:00,36.21556026709236,True -2017/04/08 21:00:00,35.60885673235438,True -2017/04/08 22:00:00,26.550063746678642,True -2017/04/08 23:00:00,20.449820390575834,True -2017/04/09 00:00:00,14.427051923379098,True -2017/04/09 01:00:00,12.408788841862973,True -2017/04/09 02:00:00,11.512737540726226,True -2017/04/09 03:00:00,11.409381231954628,True -2017/04/09 04:00:00,14.320998474061422,True -2017/04/09 05:00:00,19.14278683194915,True -2017/04/09 06:00:00,23.400285574964407,True -2017/04/09 07:00:00,22.319270684341426,True -2017/04/09 08:00:00,27.16550431747994,True -2017/04/09 09:00:00,24.50487925264953,True -2017/04/09 10:00:00,31.66074432453816,True -2017/04/09 11:00:00,35.56375354259479,True -2017/04/09 12:00:00,33.97618741782724,True -2017/04/09 13:00:00,34.33624413025795,True -2017/04/09 14:00:00,33.6121457832185,True -2017/04/09 15:00:00,33.017815013257305,True -2017/04/09 16:00:00,34.19816540482869,True -2017/04/09 17:00:00,33.33579532319393,True -2017/04/09 18:00:00,33.70706768649953,True -2017/04/09 19:00:00,33.570167895854134,True -2017/04/09 20:00:00,36.053059983328204,True -2017/04/09 21:00:00,35.10751357565785,True -2017/04/09 22:00:00,28.678149363007567,True -2017/04/09 23:00:00,21.885995347598943,True -2017/04/10 00:00:00,13.691822525013276,True -2017/04/10 01:00:00,9.988033946254298,True -2017/04/10 02:00:00,9.747870587937692,True -2017/04/10 03:00:00,10.66850383726181,True -2017/04/10 04:00:00,12.389395122167643,True -2017/04/10 05:00:00,15.324271069644764,True -2017/04/10 06:00:00,23.453330159903384,True -2017/04/10 07:00:00,27.60989280288855,True -2017/04/10 08:00:00,30.521253854272864,True -2017/04/10 09:00:00,33.94773798838823,True -2017/04/10 10:00:00,37.4267059573841,True -2017/04/10 11:00:00,38.70292851844999,True -2017/04/10 12:00:00,36.534894489713395,True -2017/04/10 13:00:00,37.331588156195785,True -2017/04/10 14:00:00,35.33875845048531,True -2017/04/10 15:00:00,35.18777420971881,True -2017/04/10 16:00:00,37.64278398271647,True -2017/04/10 17:00:00,39.1190339256314,True -2017/04/10 18:00:00,39.71736253269825,True -2017/04/10 19:00:00,39.804457314492716,True -2017/04/10 20:00:00,40.22032635281448,True -2017/04/10 21:00:00,37.02393214700334,True -2017/04/10 22:00:00,29.54160030148687,True -2017/04/10 23:00:00,20.985336780102433,True -2017/04/11 00:00:00,13.44001770600689,True -2017/04/11 01:00:00,12.168203973198738,True -2017/04/11 02:00:00,11.45889908645936,True -2017/04/11 03:00:00,11.915081373992978,True -2017/04/11 04:00:00,15.112301101764809,True -2017/04/11 05:00:00,15.367897014896677,True -2017/04/11 06:00:00,20.957961626071725,True -2017/04/11 07:00:00,27.52050259214175,True -2017/04/11 08:00:00,30.607382564848187,True -2017/04/11 09:00:00,34.1485180472563,True -2017/04/11 10:00:00,37.81998446068657,True -2017/04/11 11:00:00,38.466287261540245,True -2017/04/11 12:00:00,37.040201618227705,True -2017/04/11 13:00:00,36.85017971500198,True -2017/04/11 14:00:00,35.13849357605476,True -2017/04/11 15:00:00,35.39472737551236,True -2017/04/11 16:00:00,38.508735249938326,True -2017/04/11 17:00:00,38.73400956147717,True -2017/04/11 18:00:00,38.341799133440304,True -2017/04/11 19:00:00,39.24662356413037,True -2017/04/11 20:00:00,39.651793896816585,True -2017/04/11 21:00:00,36.321385206238325,True -2017/04/11 22:00:00,29.423168271897502,True -2017/04/11 23:00:00,21.35666811146563,True -2017/04/12 00:00:00,13.750710077463363,True -2017/04/12 01:00:00,11.299765790177522,True -2017/04/12 02:00:00,11.46964054300432,True -2017/04/12 03:00:00,12.052888181020263,True -2017/04/12 04:00:00,14.528653857583166,True -2017/04/12 05:00:00,17.432664454172887,True -2017/04/12 06:00:00,22.24875195852345,True -2017/04/12 07:00:00,28.788203075675522,True -2017/04/12 08:00:00,31.288806967872574,True -2017/04/12 09:00:00,34.749554084446714,True -2017/04/12 10:00:00,37.55955572182555,True -2017/04/12 11:00:00,38.424278237914635,True -2017/04/12 12:00:00,37.31407119323677,True -2017/04/12 13:00:00,37.2614795106845,True -2017/04/12 14:00:00,35.20742862713973,True -2017/04/12 15:00:00,35.117678671915776,True -2017/04/12 16:00:00,37.41964117756749,True -2017/04/12 17:00:00,39.27884771534251,True -2017/04/12 18:00:00,38.02099453959799,True -2017/04/12 19:00:00,38.88017557982316,True -2017/04/12 20:00:00,38.94007405971424,True -2017/04/12 21:00:00,36.24480456169877,True -2017/04/12 22:00:00,29.535537614579912,True -2017/04/12 23:00:00,21.744031021179328,True -2017/04/13 00:00:00,14.097639871667091,True -2017/04/13 01:00:00,12.11667979436604,True -2017/04/13 02:00:00,12.559872417818914,True -2017/04/13 03:00:00,11.93163121776525,True -2017/04/13 04:00:00,13.423295194461542,True -2017/04/13 05:00:00,15.394302624669319,True -2017/04/13 06:00:00,21.57936666434211,True -2017/04/13 07:00:00,26.956873013423355,True -2017/04/13 08:00:00,30.54133284313721,True -2017/04/13 09:00:00,34.22180927814469,True -2017/04/13 10:00:00,37.84092614842063,True -2017/04/13 11:00:00,38.93540540894778,True -2017/04/13 12:00:00,36.739687669543635,True -2017/04/13 13:00:00,37.1495287238299,True -2017/04/13 14:00:00,35.61677296076521,True -2017/04/13 15:00:00,35.1734059532723,True -2017/04/13 16:00:00,37.22908471773737,True -2017/04/13 17:00:00,38.23244992123955,True -2017/04/13 18:00:00,38.70038420578718,True -2017/04/13 19:00:00,39.15898205064034,True -2017/04/13 20:00:00,39.74242121969437,True -2017/04/13 21:00:00,37.08019391128921,True -2017/04/13 22:00:00,29.60892010230507,True -2017/04/13 23:00:00,21.69918024775188,True -2017/04/14 00:00:00,12.67002402370257,True -2017/04/14 01:00:00,9.43625405891386,True -2017/04/14 02:00:00,9.633773566028413,True -2017/04/14 03:00:00,9.17009502254576,True -2017/04/14 04:00:00,13.607239906199124,True -2017/04/14 05:00:00,15.26076140546666,True -2017/04/14 06:00:00,20.96474135580221,True -2017/04/14 07:00:00,27.485876817196175,True -2017/04/14 08:00:00,30.710608396044318,True -2017/04/14 09:00:00,34.261589130792984,True -2017/04/14 10:00:00,37.99129608001652,True -2017/04/14 11:00:00,39.380198706985944,True -2017/04/14 12:00:00,37.17434024023116,True -2017/04/14 13:00:00,37.43711165362008,True -2017/04/14 14:00:00,35.639991468614895,True -2017/04/14 15:00:00,35.543537539614135,True -2017/04/14 16:00:00,37.437593440583676,True -2017/04/14 17:00:00,38.65661592816005,True -2017/04/14 18:00:00,35.67671264751819,True -2017/04/14 19:00:00,35.992271982874904,True -2017/04/14 20:00:00,36.32400209226681,True -2017/04/14 21:00:00,36.053081821430546,True -2017/04/14 22:00:00,29.871464626580273,True -2017/04/14 23:00:00,22.528799788566058,True -2017/04/15 00:00:00,14.185478322807553,True -2017/04/15 01:00:00,11.470664144654785,True -2017/04/15 02:00:00,12.395254659450819,True -2017/04/15 03:00:00,11.855640623532848,True -2017/04/15 04:00:00,12.644232660447548,True -2017/04/15 05:00:00,14.844259891876282,True -2017/04/15 06:00:00,22.55483089286,True -2017/04/15 07:00:00,23.046020841478814,True -2017/04/15 08:00:00,27.962328357516625,True -2017/04/15 09:00:00,33.33132944244028,True -2017/04/15 10:00:00,36.92365735542402,True -2017/04/15 11:00:00,36.794153300316616,True -2017/04/15 12:00:00,35.974039448895525,True -2017/04/15 13:00:00,35.13289285908861,True -2017/04/15 14:00:00,34.30875533814713,True -2017/04/15 15:00:00,34.25714140117562,True -2017/04/15 16:00:00,35.8914347710041,True -2017/04/15 17:00:00,38.79367170383638,True -2017/04/15 18:00:00,36.74662303816168,True -2017/04/15 19:00:00,36.54128141436813,True -2017/04/15 20:00:00,36.40128218053016,True -2017/04/15 21:00:00,35.89134396902012,True -2017/04/15 22:00:00,29.845021641963676,True -2017/04/15 23:00:00,20.202717353683386,True -2017/04/16 00:00:00,12.401937295994017,True -2017/04/16 01:00:00,9.806411230368733,True -2017/04/16 02:00:00,9.947836892373118,True -2017/04/16 03:00:00,9.481259330434296,True -2017/04/16 04:00:00,13.826748048046333,True -2017/04/16 05:00:00,17.97181613412517,True -2017/04/16 06:00:00,24.2555139732515,True -2017/04/16 07:00:00,21.408241867278893,True -2017/04/16 08:00:00,25.976844289967133,True -2017/04/16 09:00:00,25.350678606016363,True -2017/04/16 10:00:00,33.351888782456435,True -2017/04/16 11:00:00,37.106957941586124,True -2017/04/16 12:00:00,34.81748250313751,True -2017/04/16 13:00:00,34.611585804366555,True -2017/04/16 14:00:00,32.73259212738027,True -2017/04/16 15:00:00,32.48934941940564,True -2017/04/16 16:00:00,34.60243729399288,True -2017/04/16 17:00:00,35.16806025167308,True -2017/04/16 18:00:00,33.887398553722434,True -2017/04/16 19:00:00,33.341898982100446,True -2017/04/16 20:00:00,35.70145650374106,True -2017/04/16 21:00:00,34.028913967999024,True -2017/04/16 22:00:00,25.821950222112275,True -2017/04/16 23:00:00,19.02509982382698,True -2017/04/17 00:00:00,11.916004103992066,True -2017/04/17 01:00:00,9.481140932270046,True -2017/04/17 02:00:00,9.827649900778612,True -2017/04/17 03:00:00,9.21108557694609,True -2017/04/17 04:00:00,13.294376133507503,True -2017/04/17 05:00:00,18.46671178506459,True -2017/04/17 06:00:00,23.882307798103735,True -2017/04/17 07:00:00,26.943425573290906,True -2017/04/17 08:00:00,27.994194991298226,True -2017/04/17 09:00:00,33.704926414217596,True -2017/04/17 10:00:00,37.922345655407476,True -2017/04/17 11:00:00,39.179746613897436,True -2017/04/17 12:00:00,37.95537099143085,True -2017/04/17 13:00:00,36.868513831181936,True -2017/04/17 14:00:00,35.44905151906927,True -2017/04/17 15:00:00,34.89079976912273,True -2017/04/17 16:00:00,37.65292786657752,True -2017/04/17 17:00:00,38.33735684177714,True -2017/04/17 18:00:00,37.991953772484734,True -2017/04/17 19:00:00,40.430524263357626,True -2017/04/17 20:00:00,39.62357538147778,True -2017/04/17 21:00:00,36.39349465361271,True -2017/04/17 22:00:00,29.433787088892863,True -2017/04/17 23:00:00,21.24152875515805,True -2017/04/18 00:00:00,14.404598161357214,True -2017/04/18 01:00:00,12.179320803476635,True -2017/04/18 02:00:00,9.623565530067424,True -2017/04/18 03:00:00,11.950578962742407,True -2017/04/18 04:00:00,15.049434752020279,True -2017/04/18 05:00:00,17.546907179160886,True -2017/04/18 06:00:00,22.692633963584896,True -2017/04/18 07:00:00,27.801478402920882,True -2017/04/18 08:00:00,29.888114838030347,True -2017/04/18 09:00:00,33.81308055242382,True -2017/04/18 10:00:00,37.471246708152506,True -2017/04/18 11:00:00,38.207439380295426,True -2017/04/18 12:00:00,36.81036643657858,True -2017/04/18 13:00:00,37.029400629174894,True -2017/04/18 14:00:00,35.366492265569164,True -2017/04/18 15:00:00,34.55372665581443,True -2017/04/18 16:00:00,33.83973362967108,True -2017/04/18 17:00:00,36.37161490238016,True -2017/04/18 18:00:00,38.23751098272236,True -2017/04/18 19:00:00,39.0470768411715,True -2017/04/18 20:00:00,39.675736642334854,True -2017/04/18 21:00:00,36.23956787345794,True -2017/04/18 22:00:00,29.48469444470156,True -2017/04/18 23:00:00,22.33147015772764,True -2017/04/19 00:00:00,13.289629234078655,True -2017/04/19 01:00:00,11.196294116448748,True -2017/04/19 02:00:00,12.539490652417859,True -2017/04/19 03:00:00,9.084780713130009,True -2017/04/19 04:00:00,12.980975735198138,True -2017/04/19 05:00:00,15.386023780481043,True -2017/04/19 06:00:00,20.920280660567993,True -2017/04/19 07:00:00,27.48835504044453,True -2017/04/19 08:00:00,30.417767342290546,True -2017/04/19 09:00:00,34.56526270002327,True -2017/04/19 10:00:00,37.97402565110287,True -2017/04/19 11:00:00,38.410746042819966,True -2017/04/19 12:00:00,33.82569973991186,True -2017/04/19 13:00:00,36.030856214398014,True -2017/04/19 14:00:00,36.53186402481848,True -2017/04/19 15:00:00,36.543599643126754,True -2017/04/19 16:00:00,38.90619627476094,True -2017/04/19 17:00:00,39.79979063950697,True -2017/04/19 18:00:00,35.99299963473227,True -2017/04/19 19:00:00,38.457251616076434,True -2017/04/19 20:00:00,39.28811923381463,True -2017/04/19 21:00:00,35.81519648605644,True -2017/04/19 22:00:00,27.678565690729144,True -2017/04/19 23:00:00,21.8304348287422,True -2017/04/20 00:00:00,13.56728528253394,True -2017/04/20 01:00:00,11.741091677226734,True -2017/04/20 02:00:00,12.467433365115468,True -2017/04/20 03:00:00,12.232188667416741,True -2017/04/20 04:00:00,14.596493840515,True -2017/04/20 05:00:00,17.891421324023593,True -2017/04/20 06:00:00,22.012965701387913,True -2017/04/20 07:00:00,29.024405052180175,True -2017/04/20 08:00:00,29.97457185282124,True -2017/04/20 09:00:00,31.838511942280533,True -2017/04/20 10:00:00,34.42158115097854,True -2017/04/20 11:00:00,38.71025104203205,True -2017/04/20 12:00:00,37.37784731876467,True -2017/04/20 13:00:00,37.305738454068226,True -2017/04/20 14:00:00,33.10275037358724,True -2017/04/20 15:00:00,31.66576407120783,True -2017/04/20 16:00:00,36.66390351395964,True -2017/04/20 17:00:00,37.78945419067977,True -2017/04/20 18:00:00,37.534967186994955,True -2017/04/20 19:00:00,39.25974632651424,True -2017/04/20 20:00:00,39.40882871584049,True -2017/04/20 21:00:00,36.554195905256115,True -2017/04/20 22:00:00,29.530840133856717,True -2017/04/20 23:00:00,22.557212498529243,True -2017/04/21 00:00:00,14.355209286530128,True -2017/04/21 01:00:00,10.482059052425925,True -2017/04/21 02:00:00,12.502672121226208,True -2017/04/21 03:00:00,11.918896450074397,True -2017/04/21 04:00:00,12.80305964819131,True -2017/04/21 05:00:00,15.318806173005772,True -2017/04/21 06:00:00,18.39997618432007,True -2017/04/21 07:00:00,25.519413728148375,True -2017/04/21 08:00:00,30.48621550371075,True -2017/04/21 09:00:00,34.482118006369156,True -2017/04/21 10:00:00,37.355394176120086,True -2017/04/21 11:00:00,36.050452644431104,True -2017/04/21 12:00:00,33.208796837515244,True -2017/04/21 13:00:00,36.845949580575216,True -2017/04/21 14:00:00,32.083016693629126,True -2017/04/21 15:00:00,33.991757634501084,True -2017/04/21 16:00:00,37.52267372200394,True -2017/04/21 17:00:00,35.6040183285784,True -2017/04/21 18:00:00,37.39512248076515,True -2017/04/21 19:00:00,38.72810486407072,True -2017/04/21 20:00:00,39.84496101859823,True -2017/04/21 21:00:00,36.97873307306026,True -2017/04/21 22:00:00,29.812521034969198,True -2017/04/21 23:00:00,22.478689253889183,True -2017/04/22 00:00:00,15.346886245921224,True -2017/04/22 01:00:00,10.395400626829877,True -2017/04/22 02:00:00,12.482749683193923,True -2017/04/22 03:00:00,11.832954101649957,True -2017/04/22 04:00:00,13.321601054711579,True -2017/04/22 05:00:00,14.626132716334153,True -2017/04/22 06:00:00,17.827134547195506,True -2017/04/22 07:00:00,23.305537494385423,True -2017/04/22 08:00:00,28.161435488844443,True -2017/04/22 09:00:00,33.625747364581535,True -2017/04/22 10:00:00,36.9985855456233,True -2017/04/22 11:00:00,36.61170170059732,True -2017/04/22 12:00:00,35.381239916718684,True -2017/04/22 13:00:00,31.661894083519424,True -2017/04/22 14:00:00,33.23282091301673,True -2017/04/22 15:00:00,32.945053011508705,True -2017/04/22 16:00:00,35.928486544349916,True -2017/04/22 17:00:00,37.23466519724915,True -2017/04/22 18:00:00,34.11122473918052,True -2017/04/22 19:00:00,34.59836466991645,True -2017/04/22 20:00:00,35.86573845102306,True -2017/04/22 21:00:00,35.90975106690514,True -2017/04/22 22:00:00,29.754730090516084,True -2017/04/22 23:00:00,23.06970370273963,True -2017/04/23 00:00:00,14.538992356896108,True -2017/04/23 01:00:00,11.833991758954381,True -2017/04/23 02:00:00,12.85018620278762,True -2017/04/23 03:00:00,12.228190915105127,True -2017/04/23 04:00:00,14.983252981278664,True -2017/04/23 05:00:00,17.842035211055933,True -2017/04/23 06:00:00,21.701355621871024,True -2017/04/23 07:00:00,22.90273639579862,True -2017/04/23 08:00:00,26.724730928662925,True -2017/04/23 09:00:00,28.42416905267179,True -2017/04/23 10:00:00,31.947708111167174,True -2017/04/23 11:00:00,35.44291632009076,True -2017/04/23 12:00:00,34.31048803734889,True -2017/04/23 13:00:00,36.047870835294404,True -2017/04/23 14:00:00,32.185775690748656,True -2017/04/23 15:00:00,31.353763281395107,True -2017/04/23 16:00:00,33.65249179785357,True -2017/04/23 17:00:00,31.552067097687026,True -2017/04/23 18:00:00,32.5350849508298,True -2017/04/23 19:00:00,33.17077783450175,True -2017/04/23 20:00:00,36.62569528454037,True -2017/04/23 21:00:00,35.196606578748906,True -2017/04/23 22:00:00,28.145712459905766,True -2017/04/23 23:00:00,20.774751691975393,True -2017/04/24 00:00:00,13.464316817058306,True -2017/04/24 01:00:00,9.478341508156284,True -2017/04/24 02:00:00,9.669587937359841,True -2017/04/24 03:00:00,9.215511093839584,True -2017/04/24 04:00:00,13.12929026701153,True -2017/04/24 05:00:00,17.145109643291395,True -2017/04/24 06:00:00,20.960394826731836,True -2017/04/24 07:00:00,27.735653736762888,True -2017/04/24 08:00:00,30.115576064279598,True -2017/04/24 09:00:00,34.70404628418437,True -2017/04/24 10:00:00,37.91573308681908,True -2017/04/24 11:00:00,39.15960756059856,True -2017/04/24 12:00:00,37.08916550011723,True -2017/04/24 13:00:00,37.29821751767792,True -2017/04/24 14:00:00,35.072424283118586,True -2017/04/24 15:00:00,34.568302537144184,True -2017/04/24 16:00:00,37.502357162057535,True -2017/04/24 17:00:00,38.39219398588431,True -2017/04/24 18:00:00,39.184979251178795,True -2017/04/24 19:00:00,39.20672920435889,True -2017/04/24 20:00:00,39.27997311265156,True -2017/04/24 21:00:00,36.55268102660307,True -2017/04/24 22:00:00,29.073265273706696,True -2017/04/24 23:00:00,21.13655086397645,True -2017/04/25 00:00:00,13.9508108790351,True -2017/04/25 01:00:00,10.986789241125559,True -2017/04/25 02:00:00,11.262228507775518,True -2017/04/25 03:00:00,12.27649148986101,True -2017/04/25 04:00:00,14.54566472935143,True -2017/04/25 05:00:00,16.50881562507276,True -2017/04/25 06:00:00,20.71394115746434,True -2017/04/25 07:00:00,27.9450409417894,True -2017/04/25 08:00:00,30.31889161448834,True -2017/04/25 09:00:00,34.692388439729136,True -2017/04/25 10:00:00,37.44503549594114,True -2017/04/25 11:00:00,38.27993007470687,True -2017/04/25 12:00:00,36.980313588195486,True -2017/04/25 13:00:00,37.29204452833806,True -2017/04/25 14:00:00,35.57309339612906,True -2017/04/25 15:00:00,34.59269387733756,True -2017/04/25 16:00:00,38.07608629348833,True -2017/04/25 17:00:00,38.76710149879972,True -2017/04/25 18:00:00,38.02757188129908,True -2017/04/25 19:00:00,38.87710751551231,True -2017/04/25 20:00:00,39.94513993194687,True -2017/04/25 21:00:00,35.94294714743731,True -2017/04/25 22:00:00,29.221782583191498,True -2017/04/25 23:00:00,21.11976870647282,True -2017/04/26 00:00:00,13.452832681198505,True -2017/04/26 01:00:00,11.457776052476873,True -2017/04/26 02:00:00,11.44830927496795,True -2017/04/26 03:00:00,10.490223349205953,True -2017/04/26 04:00:00,14.864553144959196,True -2017/04/26 05:00:00,17.916859616344148,True -2017/04/26 06:00:00,20.884613764228625,True -2017/04/26 07:00:00,27.709700006107777,True -2017/04/26 08:00:00,30.606597299081244,True -2017/04/26 09:00:00,35.25909163716137,True -2017/04/26 10:00:00,37.00694384467206,True -2017/04/26 11:00:00,38.425218030140584,True -2017/04/26 12:00:00,33.19475741695746,True -2017/04/26 13:00:00,36.83198868469765,True -2017/04/26 14:00:00,35.9586133173171,True -2017/04/26 15:00:00,34.00302854369518,True -2017/04/26 16:00:00,34.914138250419576,True -2017/04/26 17:00:00,38.606212721370625,True -2017/04/26 18:00:00,38.46951957190689,True -2017/04/26 19:00:00,39.17559032760065,True -2017/04/26 20:00:00,39.1460027876846,True -2017/04/26 21:00:00,36.15010292795447,True -2017/04/26 22:00:00,30.27176500304118,True -2017/04/26 23:00:00,22.596119891421417,True -2017/04/27 00:00:00,13.447616835462062,True -2017/04/27 01:00:00,11.90619162859182,True -2017/04/27 02:00:00,10.295616487671861,True -2017/04/27 03:00:00,12.017893984201804,True -2017/04/27 04:00:00,14.643363945807318,True -2017/04/27 05:00:00,17.085911690165382,True -2017/04/27 06:00:00,20.264389227850412,True -2017/04/27 07:00:00,28.07387207716864,True -2017/04/27 08:00:00,30.851175358498516,True -2017/04/27 09:00:00,34.03555556422127,True -2017/04/27 10:00:00,36.84115037506471,True -2017/04/27 11:00:00,38.43296489174749,True -2017/04/27 12:00:00,36.50875509237362,True -2017/04/27 13:00:00,36.455916510961956,True -2017/04/27 14:00:00,34.64883671747605,True -2017/04/27 15:00:00,34.458113678080075,True -2017/04/27 16:00:00,37.063247569063634,True -2017/04/27 17:00:00,38.79056632450437,True -2017/04/27 18:00:00,38.76382375180452,True -2017/04/27 19:00:00,40.274383494576924,True -2017/04/27 20:00:00,39.19248985043322,True -2017/04/27 21:00:00,36.4368121428635,True -2017/04/27 22:00:00,30.14015437918876,True -2017/04/27 23:00:00,23.059769707116054,True -2017/04/28 00:00:00,14.096274174188249,True -2017/04/28 01:00:00,10.42548170358441,True -2017/04/28 02:00:00,10.633545882961364,True -2017/04/28 03:00:00,11.174469484310148,True -2017/04/28 04:00:00,13.982161575757717,True -2017/04/28 05:00:00,18.479140126621054,True -2017/04/28 06:00:00,21.630254225987503,True -2017/04/28 07:00:00,28.971779765804037,True -2017/04/28 08:00:00,31.49121644113355,True -2017/04/28 09:00:00,35.18606692197154,True -2017/04/28 10:00:00,38.23741662976599,True -2017/04/28 11:00:00,38.69721316561747,True -2017/04/28 12:00:00,36.763644106726716,True -2017/04/28 13:00:00,37.67832932849026,True -2017/04/28 14:00:00,35.728987098806094,True -2017/04/28 15:00:00,35.64119246149163,True -2017/04/28 16:00:00,37.680322394055295,True -2017/04/28 17:00:00,39.13992013336983,True -2017/04/28 18:00:00,38.637629628247936,True -2017/04/28 19:00:00,39.38393198419842,True -2017/04/28 20:00:00,39.5770268241585,True -2017/04/28 21:00:00,36.468617114942504,True -2017/04/28 22:00:00,29.68913470172941,True -2017/04/28 23:00:00,23.043724935585907,True -2017/04/29 00:00:00,14.374918295117281,True -2017/04/29 01:00:00,9.892006696544497,True -2017/04/29 02:00:00,11.09466927155401,True -2017/04/29 03:00:00,10.545644507487175,True -2017/04/29 04:00:00,14.173481564216493,True -2017/04/29 05:00:00,15.757757580005977,True -2017/04/29 06:00:00,19.92565582612921,True -2017/04/29 07:00:00,23.83325660717906,True -2017/04/29 08:00:00,28.274938123665567,True -2017/04/29 09:00:00,33.94892669447866,True -2017/04/29 10:00:00,36.686477445386394,True -2017/04/29 11:00:00,37.64876548755347,True -2017/04/29 12:00:00,36.16850465320919,True -2017/04/29 13:00:00,31.628668627795115,True -2017/04/29 14:00:00,31.54379504693756,True -2017/04/29 15:00:00,33.591801403382576,True -2017/04/29 16:00:00,35.82875255680941,True -2017/04/29 17:00:00,38.16700506107851,True -2017/04/29 18:00:00,37.03304892649908,True -2017/04/29 19:00:00,35.04035555898376,True -2017/04/29 20:00:00,35.559299212267426,True -2017/04/29 21:00:00,35.647863024712045,True -2017/04/29 22:00:00,29.835277871160738,True -2017/04/29 23:00:00,23.23373279044362,True -2017/04/30 00:00:00,13.470523047575504,True -2017/04/30 01:00:00,11.410306880303015,True -2017/04/30 02:00:00,11.896466235538282,True -2017/04/30 03:00:00,10.939906371579484,True -2017/04/30 04:00:00,14.55021189722922,True -2017/04/30 05:00:00,18.22330926036451,True -2017/04/30 06:00:00,21.543755149450927,True -2017/04/30 07:00:00,23.185095318672918,True -2017/04/30 08:00:00,26.088704756646216,True -2017/04/30 09:00:00,27.877190416514157,True -2017/04/30 10:00:00,34.0918261534747,True -2017/04/30 11:00:00,36.49397562797145,True -2017/04/30 12:00:00,34.41752565955777,True -2017/04/30 13:00:00,34.56780699962648,True -2017/04/30 14:00:00,31.216928208908666,True -2017/04/30 15:00:00,31.131133993241168,True -2017/04/30 16:00:00,33.614831542629595,True -2017/04/30 17:00:00,33.89022295979692,True -2017/04/30 18:00:00,30.50906125492068,True -2017/04/30 19:00:00,31.507452260563554,True -2017/04/30 20:00:00,35.952352179820856,True -2017/04/30 21:00:00,35.039083825034155,True -2017/04/30 22:00:00,28.79955629013511,True -2017/04/30 23:00:00,21.900570577268635,True -2017/05/01 00:00:00,12.44091258450482,True -2017/05/01 01:00:00,9.910206572940773,True -2017/05/01 02:00:00,11.118830672933548,True -2017/05/01 03:00:00,11.964624249469836,True -2017/05/01 04:00:00,12.319075914901157,True -2017/05/01 05:00:00,16.852701608652385,True -2017/05/01 06:00:00,19.13097159098171,True -2017/05/01 07:00:00,27.513040270373565,True -2017/05/01 08:00:00,30.05194558085969,True -2017/05/01 09:00:00,34.822188069397576,True -2017/05/01 10:00:00,37.25112440579079,True -2017/05/01 11:00:00,38.51971083672444,True -2017/05/01 12:00:00,36.89853513502047,True -2017/05/01 13:00:00,33.43304984074621,True -2017/05/01 14:00:00,31.583042484534605,True -2017/05/01 15:00:00,31.313712229694083,True -2017/05/01 16:00:00,34.06089236035408,True -2017/05/01 17:00:00,35.158834803936095,True -2017/05/01 18:00:00,35.71717572207182,True -2017/05/01 19:00:00,37.95461179655818,True -2017/05/01 20:00:00,38.904346286173656,True -2017/05/01 21:00:00,36.451168632244084,True -2017/05/01 22:00:00,30.2618800039298,True -2017/05/01 23:00:00,22.408379397234956,True -2017/05/02 00:00:00,13.357505032698727,True -2017/05/02 01:00:00,11.196212932662025,True -2017/05/02 02:00:00,11.825761901595039,True -2017/05/02 03:00:00,12.100929796483978,True -2017/05/02 04:00:00,13.86520691033558,True -2017/05/02 05:00:00,18.009493698536076,True -2017/05/02 06:00:00,21.17267645460509,True -2017/05/02 07:00:00,28.669610411860877,True -2017/05/02 08:00:00,30.819117869972914,True -2017/05/02 09:00:00,31.70768602420532,True -2017/05/02 10:00:00,37.10064863385618,True -2017/05/02 11:00:00,39.193935868308785,True -2017/05/02 12:00:00,37.98945459442944,True -2017/05/02 13:00:00,36.9489902421599,True -2017/05/02 14:00:00,35.51119167617492,True -2017/05/02 15:00:00,34.824681499106184,True -2017/05/02 16:00:00,37.66426268118472,True -2017/05/02 17:00:00,35.10894388556892,True -2017/05/02 18:00:00,34.89202377609572,True -2017/05/02 19:00:00,37.963789905923086,True -2017/05/02 20:00:00,36.55585668287942,True -2017/05/02 21:00:00,34.227739409500785,True -2017/05/02 22:00:00,29.17421733813531,True -2017/05/02 23:00:00,22.563959741778515,True -2017/05/03 00:00:00,13.06397319245222,True -2017/05/03 01:00:00,9.795839385263449,True -2017/05/03 02:00:00,10.430618504682993,True -2017/05/03 03:00:00,11.20118120848542,True -2017/05/03 04:00:00,14.58303277535223,True -2017/05/03 05:00:00,16.15402688518124,True -2017/05/03 06:00:00,19.981727773309178,True -2017/05/03 07:00:00,28.53998975230068,True -2017/05/03 08:00:00,31.03409297836969,True -2017/05/03 09:00:00,34.93984467548372,True -2017/05/03 10:00:00,37.48557458369048,True -2017/05/03 11:00:00,39.046645461247955,True -2017/05/03 12:00:00,33.49873806654845,True -2017/05/03 13:00:00,37.28003566572818,True -2017/05/03 14:00:00,36.47090847966661,True -2017/05/03 15:00:00,35.17539901864037,True -2017/05/03 16:00:00,36.16457661252776,True -2017/05/03 17:00:00,38.76246673761702,True -2017/05/03 18:00:00,34.97046644423176,True -2017/05/03 19:00:00,37.719170621732,True -2017/05/03 20:00:00,39.277035570496956,True -2017/05/03 21:00:00,36.59186937413869,True -2017/05/03 22:00:00,30.25687443285052,True -2017/05/03 23:00:00,22.24152249148088,True -2017/05/04 00:00:00,13.028192680280803,True -2017/05/04 01:00:00,10.97649502148285,True -2017/05/04 02:00:00,12.781518993883518,True -2017/05/04 03:00:00,11.287252166703162,True -2017/05/04 04:00:00,13.83152517168936,True -2017/05/04 05:00:00,18.04992171545061,True -2017/05/04 06:00:00,20.562891998675486,True -2017/05/04 07:00:00,28.085798915588665,True -2017/05/04 08:00:00,30.431485782578378,True -2017/05/04 09:00:00,33.42803407154645,True -2017/05/04 10:00:00,34.26309030690962,True -2017/05/04 11:00:00,37.58181303956154,True -2017/05/04 12:00:00,35.71256708183065,True -2017/05/04 13:00:00,37.189179050459934,True -2017/05/04 14:00:00,36.078283642492714,True -2017/05/04 15:00:00,35.05713563031928,True -2017/05/04 16:00:00,37.37416767287118,True -2017/05/04 17:00:00,37.62755671671528,True -2017/05/04 18:00:00,34.7868536077242,True -2017/05/04 19:00:00,36.79836025554487,True -2017/05/04 20:00:00,36.71649336330239,True -2017/05/04 21:00:00,33.646233462564865,True -2017/05/04 22:00:00,29.052408156312985,True -2017/05/04 23:00:00,23.01457841069833,True -2017/05/05 00:00:00,14.382788765350188,True -2017/05/05 01:00:00,10.768312111417783,True -2017/05/05 02:00:00,12.363993304342664,True -2017/05/05 03:00:00,9.405091518999805,True -2017/05/05 04:00:00,14.645060324915395,True -2017/05/05 05:00:00,18.51373869747821,True -2017/05/05 06:00:00,20.704002341645275,True -2017/05/05 07:00:00,28.13746088396489,True -2017/05/05 08:00:00,29.440986149135124,True -2017/05/05 09:00:00,30.98199514475644,True -2017/05/05 10:00:00,37.46483864832508,True -2017/05/05 11:00:00,38.962967390178434,True -2017/05/05 12:00:00,38.13208529058847,True -2017/05/05 13:00:00,39.756647771158185,True -2017/05/05 14:00:00,35.15464842841075,True -2017/05/05 15:00:00,34.76515665558868,True -2017/05/05 16:00:00,36.289196176885,True -2017/05/05 17:00:00,35.958418822136906,True -2017/05/05 18:00:00,38.84652269869728,True -2017/05/05 19:00:00,38.37967301790072,True -2017/05/05 20:00:00,39.28834410850434,True -2017/05/05 21:00:00,36.69888201140814,True -2017/05/05 22:00:00,29.567530391369957,True -2017/05/05 23:00:00,22.9820033264531,True -2017/05/06 00:00:00,14.857671118141427,True -2017/05/06 01:00:00,11.962048898113668,True -2017/05/06 02:00:00,10.444145548875685,True -2017/05/06 03:00:00,9.698700663942432,True -2017/05/06 04:00:00,13.60815955034462,True -2017/05/06 05:00:00,16.055284949303264,True -2017/05/06 06:00:00,19.254235655377627,True -2017/05/06 07:00:00,23.853469278970127,True -2017/05/06 08:00:00,28.90587926599648,True -2017/05/06 09:00:00,33.83246817125565,True -2017/05/06 10:00:00,36.46123242336644,True -2017/05/06 11:00:00,35.11370674320986,True -2017/05/06 12:00:00,35.357146046341725,True -2017/05/06 13:00:00,35.10352606018887,True -2017/05/06 14:00:00,33.22132081531103,True -2017/05/06 15:00:00,32.61731699494655,True -2017/05/06 16:00:00,33.999060423532704,True -2017/05/06 17:00:00,37.993847408112906,True -2017/05/06 18:00:00,37.47543233807595,True -2017/05/06 19:00:00,35.56576905061914,True -2017/05/06 20:00:00,36.1112858658952,True -2017/05/06 21:00:00,35.73790794762031,True -2017/05/06 22:00:00,29.562656574764368,True -2017/05/06 23:00:00,23.435426296487705,True -2017/05/07 00:00:00,13.638852410564645,True -2017/05/07 01:00:00,11.865599010633927,True -2017/05/07 02:00:00,12.735583873258728,True -2017/05/07 03:00:00,12.205364375260432,True -2017/05/07 04:00:00,14.800610083402566,True -2017/05/07 05:00:00,15.981902035981566,True -2017/05/07 06:00:00,21.539355019601746,True -2017/05/07 07:00:00,23.055773148295817,True -2017/05/07 08:00:00,26.855261775705635,True -2017/05/07 09:00:00,26.931368622307662,True -2017/05/07 10:00:00,33.78174258731906,True -2017/05/07 11:00:00,33.05635633414078,True -2017/05/07 12:00:00,30.945486379763935,True -2017/05/07 13:00:00,30.98242010237688,True -2017/05/07 14:00:00,31.55476736078039,True -2017/05/07 15:00:00,31.168736733719857,True -2017/05/07 16:00:00,33.81548144485564,True -2017/05/07 17:00:00,34.43504233266775,True -2017/05/07 18:00:00,30.038357492827874,True -2017/05/07 19:00:00,31.524239813803884,True -2017/05/07 20:00:00,35.51170981917189,True -2017/05/07 21:00:00,34.46438158454704,True -2017/05/07 22:00:00,28.862675794912843,True -2017/05/07 23:00:00,22.00596480117981,True -2017/05/08 00:00:00,12.804640399586598,True -2017/05/08 01:00:00,11.40147889911442,True -2017/05/08 02:00:00,12.415680634774834,True -2017/05/08 03:00:00,9.134512452038829,True -2017/05/08 04:00:00,13.670839418129557,True -2017/05/08 05:00:00,15.222638190131597,True -2017/05/08 06:00:00,20.384310393185338,True -2017/05/08 07:00:00,27.526853758109674,True -2017/05/08 08:00:00,30.36066408261515,True -2017/05/08 09:00:00,34.70136461293623,True -2017/05/08 10:00:00,37.77369692065496,True -2017/05/08 11:00:00,38.21611231267661,True -2017/05/08 12:00:00,36.75724100892225,True -2017/05/08 13:00:00,33.50228574015811,True -2017/05/08 14:00:00,32.46529595035175,True -2017/05/08 15:00:00,31.460522474523085,True -2017/05/08 16:00:00,34.31020359749853,True -2017/05/08 17:00:00,38.32372499345805,True -2017/05/08 18:00:00,36.421971886484016,True -2017/05/08 19:00:00,38.39054530100407,True -2017/05/08 20:00:00,37.1091645869314,True -2017/05/08 21:00:00,36.265941090648425,True -2017/05/08 22:00:00,30.00608720425632,True -2017/05/08 23:00:00,22.95293720655012,True -2017/05/09 00:00:00,12.92506613203651,True -2017/05/09 01:00:00,12.142426680533971,True -2017/05/09 02:00:00,12.906208063430537,True -2017/05/09 03:00:00,12.36199586819679,True -2017/05/09 04:00:00,13.680978784827126,True -2017/05/09 05:00:00,17.736733909841313,True -2017/05/09 06:00:00,20.16035202939246,True -2017/05/09 07:00:00,29.005689848117335,True -2017/05/09 08:00:00,30.10941099603312,True -2017/05/09 09:00:00,32.83976250581247,True -2017/05/09 10:00:00,37.63300311580972,True -2017/05/09 11:00:00,40.37742700191002,True -2017/05/09 12:00:00,39.50434224776965,True -2017/05/09 13:00:00,40.186215576687225,True -2017/05/09 14:00:00,37.83883324945025,True -2017/05/09 15:00:00,38.77221638021197,True -2017/05/09 16:00:00,40.09034598275735,True -2017/05/09 17:00:00,39.95742545968925,True -2017/05/09 18:00:00,39.441606879157895,True -2017/05/09 19:00:00,39.89426915629554,True -2017/05/09 20:00:00,40.41342743972539,True -2017/05/09 21:00:00,37.414995316459304,True -2017/05/09 22:00:00,29.01922224946548,True -2017/05/09 23:00:00,22.68367237374605,True -2017/05/10 00:00:00,12.990009097258211,True -2017/05/10 01:00:00,11.15000705320622,True -2017/05/10 02:00:00,12.390931052719209,True -2017/05/10 03:00:00,11.998429405353098,True -2017/05/10 04:00:00,13.794470701073573,True -2017/05/10 05:00:00,17.175663486412827,True -2017/05/10 06:00:00,21.66883567637093,True -2017/05/10 07:00:00,27.23996173253306,True -2017/05/10 08:00:00,29.25311789259948,True -2017/05/10 09:00:00,37.12798454674723,True -2017/05/10 10:00:00,43.33704878638431,True -2017/05/10 11:00:00,46.22483596686648,True -2017/05/10 12:00:00,44.86570488194854,True -2017/05/10 13:00:00,45.35078234996657,True -2017/05/10 14:00:00,44.150161054503414,True -2017/05/10 15:00:00,43.744149066834034,True -2017/05/10 16:00:00,46.35729891605726,True -2017/05/10 17:00:00,47.04368248029645,True -2017/05/10 18:00:00,38.05767536725817,True -2017/05/10 19:00:00,39.15804620763668,True -2017/05/10 20:00:00,38.92301356606021,True -2017/05/10 21:00:00,36.4415168823024,True -2017/05/10 22:00:00,29.649085187105584,True -2017/05/10 23:00:00,22.073083981625,True -2017/05/11 00:00:00,14.721413890723753,True -2017/05/11 01:00:00,12.624438247309119,True -2017/05/11 02:00:00,12.405939973670588,True -2017/05/11 03:00:00,9.14913144247012,True -2017/05/11 04:00:00,11.69255947997953,True -2017/05/11 05:00:00,15.243471682409213,True -2017/05/11 06:00:00,18.65442899593433,True -2017/05/11 07:00:00,25.30274638631959,True -2017/05/11 08:00:00,30.804151370941074,True -2017/05/11 09:00:00,35.17028950418324,True -2017/05/11 10:00:00,37.82471961775554,True -2017/05/11 11:00:00,38.785798378895876,True -2017/05/11 12:00:00,36.52848265656668,True -2017/05/11 13:00:00,37.59634076568394,True -2017/05/11 14:00:00,35.89444621988074,True -2017/05/11 15:00:00,35.98459072279281,True -2017/05/11 16:00:00,37.99278623724739,True -2017/05/11 17:00:00,38.876537139313896,True -2017/05/11 18:00:00,39.23370808514439,True -2017/05/11 19:00:00,39.632128307671174,True -2017/05/11 20:00:00,39.388639193694544,True -2017/05/11 21:00:00,36.62706864850584,True -2017/05/11 22:00:00,30.142745330635407,True -2017/05/11 23:00:00,22.365664005258363,True -2017/05/12 00:00:00,15.311540561122248,True -2017/05/12 01:00:00,10.260945503026369,True -2017/05/12 02:00:00,11.313330918190928,True -2017/05/12 03:00:00,9.837400876340608,True -2017/05/12 04:00:00,13.458189462675556,True -2017/05/12 05:00:00,15.485861911827278,True -2017/05/12 06:00:00,19.865932566496745,True -2017/05/12 07:00:00,28.865441048997535,True -2017/05/12 08:00:00,31.18176554374335,True -2017/05/12 09:00:00,34.48762142204312,True -2017/05/12 10:00:00,37.62374782301221,True -2017/05/12 11:00:00,38.61897835131339,True -2017/05/12 12:00:00,37.034907119809375,True -2017/05/12 13:00:00,37.078859629328896,True -2017/05/12 14:00:00,35.2693669193736,True -2017/05/12 15:00:00,34.83286587362909,True -2017/05/12 16:00:00,34.03443199987101,True -2017/05/12 17:00:00,35.464922167217956,True -2017/05/12 18:00:00,36.39758441542395,True -2017/05/12 19:00:00,37.9530690009047,True -2017/05/12 20:00:00,39.068700160615606,True -2017/05/12 21:00:00,36.120182914007096,True -2017/05/12 22:00:00,30.013465695816176,True -2017/05/12 23:00:00,23.813278658069084,True -2017/05/13 00:00:00,14.285443039529188,True -2017/05/13 01:00:00,10.359032270193813,True -2017/05/13 02:00:00,10.40010238394403,True -2017/05/13 03:00:00,10.66792434472584,True -2017/05/13 04:00:00,13.598034980403611,True -2017/05/13 05:00:00,17.68616199241004,True -2017/05/13 06:00:00,19.124900373683033,True -2017/05/13 07:00:00,24.466228522888432,True -2017/05/13 08:00:00,24.53302291571216,True -2017/05/13 09:00:00,33.44720228152788,True -2017/05/13 10:00:00,39.38755699291254,True -2017/05/13 11:00:00,40.79241970691307,True -2017/05/13 12:00:00,41.03427075094953,True -2017/05/13 13:00:00,42.55227873695905,True -2017/05/13 14:00:00,40.82237198809456,True -2017/05/13 15:00:00,41.34142525355464,True -2017/05/13 16:00:00,43.86225037343541,True -2017/05/13 17:00:00,44.956126372774634,True -2017/05/13 18:00:00,42.61029249494148,True -2017/05/13 19:00:00,39.62961771535447,True -2017/05/13 20:00:00,38.75555996506284,True -2017/05/13 21:00:00,37.310559781406056,True -2017/05/13 22:00:00,32.41941269194635,True -2017/05/13 23:00:00,25.70234109275753,True -2017/05/14 00:00:00,16.279407275711588,True -2017/05/14 01:00:00,13.32669923550175,True -2017/05/14 02:00:00,13.176630585900822,True -2017/05/14 03:00:00,12.769821271407663,True -2017/05/14 04:00:00,14.97096133573638,True -2017/05/14 05:00:00,19.155423776194848,True -2017/05/14 06:00:00,22.086686435573395,True -2017/05/14 07:00:00,24.088630867494864,True -2017/05/14 08:00:00,26.914576875552406,True -2017/05/14 09:00:00,29.599391937764302,True -2017/05/14 10:00:00,37.8877687166884,True -2017/05/14 11:00:00,41.362447945322444,True -2017/05/14 12:00:00,42.5472258787397,True -2017/05/14 13:00:00,43.42739458980656,True -2017/05/14 14:00:00,41.5697158796226,True -2017/05/14 15:00:00,41.57823947668096,True -2017/05/14 16:00:00,43.94558815142029,True -2017/05/14 17:00:00,35.967203917590496,True -2017/05/14 18:00:00,37.229872656360385,True -2017/05/14 19:00:00,33.27661746505268,True -2017/05/14 20:00:00,34.03505904584709,True -2017/05/14 21:00:00,31.85886800525245,True -2017/05/14 22:00:00,28.107971772971116,True -2017/05/14 23:00:00,22.651358198301676,True -2017/05/15 00:00:00,14.833614915076858,True -2017/05/15 01:00:00,11.690454987936384,True -2017/05/15 02:00:00,9.640292935482632,True -2017/05/15 03:00:00,10.85005865102069,True -2017/05/15 04:00:00,14.07435254855082,True -2017/05/15 05:00:00,17.573296901702882,True -2017/05/15 06:00:00,21.50073406923302,True -2017/05/15 07:00:00,28.310977826332422,True -2017/05/15 08:00:00,26.556883030921828,True -2017/05/15 09:00:00,31.21009543682623,True -2017/05/15 10:00:00,37.33478910279038,True -2017/05/15 11:00:00,39.19809129258869,True -2017/05/15 12:00:00,38.473013662093614,True -2017/05/15 13:00:00,38.694398621704046,True -2017/05/15 14:00:00,36.250447791470634,True -2017/05/15 15:00:00,36.53166221360964,True -2017/05/15 16:00:00,38.5506460714266,True -2017/05/15 17:00:00,39.37528174810715,True -2017/05/15 18:00:00,38.338436289204104,True -2017/05/15 19:00:00,36.21542570126379,True -2017/05/15 20:00:00,36.80971742079104,True -2017/05/15 21:00:00,35.312346544590696,True -2017/05/15 22:00:00,29.870260486971645,True -2017/05/15 23:00:00,22.477738902422754,True -2017/05/16 00:00:00,14.998239240735586,True -2017/05/16 01:00:00,11.520980753130539,True -2017/05/16 02:00:00,12.469487920885143,True -2017/05/16 03:00:00,10.00426904873917,True -2017/05/16 04:00:00,13.489817797362377,True -2017/05/16 05:00:00,18.07677550594428,True -2017/05/16 06:00:00,21.12025143126411,True -2017/05/16 07:00:00,28.380510300874352,True -2017/05/16 08:00:00,26.459182645860846,True -2017/05/16 09:00:00,33.76240348460184,True -2017/05/16 10:00:00,38.07304087588456,True -2017/05/16 11:00:00,41.03045875375622,True -2017/05/16 12:00:00,40.59270028788086,True -2017/05/16 13:00:00,43.07832757554024,True -2017/05/16 14:00:00,42.26461117020286,True -2017/05/16 15:00:00,42.95305266112268,True -2017/05/16 16:00:00,45.02191607461442,True -2017/05/16 17:00:00,46.017199321961336,True -2017/05/16 18:00:00,43.82307347348308,True -2017/05/16 19:00:00,43.951147771928376,True -2017/05/16 20:00:00,43.23234341811652,True -2017/05/16 21:00:00,38.38322339633659,True -2017/05/16 22:00:00,31.113177876600332,True -2017/05/16 23:00:00,22.435709648980023,True -2017/05/17 00:00:00,14.898925515173168,True -2017/05/17 01:00:00,12.38630474895352,True -2017/05/17 02:00:00,12.609652217116896,True -2017/05/17 03:00:00,11.864753819519162,True -2017/05/17 04:00:00,14.33588241737104,True -2017/05/17 05:00:00,17.925372376342033,True -2017/05/17 06:00:00,21.75397531037371,True -2017/05/17 07:00:00,31.445130468545262,True -2017/05/17 08:00:00,33.69012151280073,True -2017/05/17 09:00:00,38.63158687045401,True -2017/05/17 10:00:00,41.18362994690268,True -2017/05/17 11:00:00,37.954966274263164,True -2017/05/17 12:00:00,38.16481596268083,True -2017/05/17 13:00:00,40.03539412860875,True -2017/05/17 14:00:00,38.48160418742006,True -2017/05/17 15:00:00,37.75824862971013,True -2017/05/17 16:00:00,39.610059649777405,True -2017/05/17 17:00:00,36.9549596201365,True -2017/05/17 18:00:00,34.48944337057616,True -2017/05/17 19:00:00,38.88984703830999,True -2017/05/17 20:00:00,36.652372955938915,True -2017/05/17 21:00:00,34.91916122877969,True -2017/05/17 22:00:00,26.936908640317128,True -2017/05/17 23:00:00,20.603802998180814,True -2017/05/18 00:00:00,14.57456141687745,True -2017/05/18 01:00:00,11.904075040025168,True -2017/05/18 02:00:00,12.197328830230031,True -2017/05/18 03:00:00,9.597780776465253,True -2017/05/18 04:00:00,14.556232352674952,True -2017/05/18 05:00:00,18.191502350195112,True -2017/05/18 06:00:00,21.298983213903465,True -2017/05/18 07:00:00,28.646738076685033,True -2017/05/18 08:00:00,30.9110237459247,True -2017/05/18 09:00:00,35.26919848521518,True -2017/05/18 10:00:00,37.754003410683694,True -2017/05/18 11:00:00,38.71195702270548,True -2017/05/18 12:00:00,37.22185863597565,True -2017/05/18 13:00:00,37.01356693000723,True -2017/05/18 14:00:00,33.93885923225319,True -2017/05/18 15:00:00,34.269844357849166,True -2017/05/18 16:00:00,33.85925583840726,True -2017/05/18 17:00:00,37.048978035688236,True -2017/05/18 18:00:00,38.63774007142454,True -2017/05/18 19:00:00,38.19883726571845,True -2017/05/18 20:00:00,38.832262059685625,True -2017/05/18 21:00:00,35.66035295940316,True -2017/05/18 22:00:00,30.235453323378014,True -2017/05/18 23:00:00,21.9946995705545,True -2017/05/19 00:00:00,15.135674938405847,True -2017/05/19 01:00:00,9.889324311924273,True -2017/05/19 02:00:00,10.975002182376755,True -2017/05/19 03:00:00,10.703638608165091,True -2017/05/19 04:00:00,14.187515946485885,True -2017/05/19 05:00:00,15.562124590193225,True -2017/05/19 06:00:00,19.716795097685264,True -2017/05/19 07:00:00,28.764276714979708,True -2017/05/19 08:00:00,30.423380782429767,True -2017/05/19 09:00:00,31.12123049094565,True -2017/05/19 10:00:00,37.02204869064904,True -2017/05/19 11:00:00,38.073040205687455,True -2017/05/19 12:00:00,35.741538653967815,True -2017/05/19 13:00:00,36.46700080380471,True -2017/05/19 14:00:00,35.39458247579769,True -2017/05/19 15:00:00,34.91250168838341,True -2017/05/19 16:00:00,36.35518795193205,True -2017/05/19 17:00:00,36.4410668981877,True -2017/05/19 18:00:00,36.809643431204016,True -2017/05/19 19:00:00,38.00703189013164,True -2017/05/19 20:00:00,39.39272806245435,True -2017/05/19 21:00:00,35.464924754387354,True -2017/05/19 22:00:00,29.181307142880858,True -2017/05/19 23:00:00,24.153646913035576,True -2017/05/20 00:00:00,13.55784560071344,True -2017/05/20 01:00:00,9.968294384167564,True -2017/05/20 02:00:00,11.495190233311288,True -2017/05/20 03:00:00,10.480533273190233,True -2017/05/20 04:00:00,13.363059643043336,True -2017/05/20 05:00:00,16.068313175963432,True -2017/05/20 06:00:00,19.733383469674337,True -2017/05/20 07:00:00,24.78742657278044,True -2017/05/20 08:00:00,28.162811421684673,True -2017/05/20 09:00:00,30.43300250255801,True -2017/05/20 10:00:00,36.79166914149697,True -2017/05/20 11:00:00,37.25029597715672,True -2017/05/20 12:00:00,36.871230913996925,True -2017/05/20 13:00:00,37.067086985549956,True -2017/05/20 14:00:00,38.11203095505713,True -2017/05/20 15:00:00,37.5374069990128,True -2017/05/20 16:00:00,41.059071445196544,True -2017/05/20 17:00:00,40.559962500945865,True -2017/05/20 18:00:00,37.731769227460155,True -2017/05/20 19:00:00,36.541735158917874,True -2017/05/20 20:00:00,36.31751964221414,True -2017/05/20 21:00:00,37.979204722081086,True -2017/05/20 22:00:00,32.7492821646937,True -2017/05/20 23:00:00,24.300492280829097,True -2017/05/21 00:00:00,15.031242333377651,True -2017/05/21 01:00:00,9.785888871963923,True -2017/05/21 02:00:00,9.77258761920139,True -2017/05/21 03:00:00,9.247681339455545,True -2017/05/21 04:00:00,12.488789452914826,True -2017/05/21 05:00:00,17.347397187839306,True -2017/05/21 06:00:00,21.426663221435728,True -2017/05/21 07:00:00,21.422446322614025,True -2017/05/21 08:00:00,25.44007015429323,True -2017/05/21 09:00:00,29.14077576514586,True -2017/05/21 10:00:00,34.75064460665314,True -2017/05/21 11:00:00,37.35514992739022,True -2017/05/21 12:00:00,37.024505457970136,True -2017/05/21 13:00:00,37.185058121228764,True -2017/05/21 14:00:00,37.01963767830987,True -2017/05/21 15:00:00,36.62357670178926,True -2017/05/21 16:00:00,38.260673347679315,True -2017/05/21 17:00:00,37.66981279696053,True -2017/05/21 18:00:00,33.99485422082714,True -2017/05/21 19:00:00,33.06239947250478,True -2017/05/21 20:00:00,30.589394993772363,True -2017/05/21 21:00:00,31.29971740529694,True -2017/05/21 22:00:00,26.327676080002778,True -2017/05/21 23:00:00,21.80814892485833,True -2017/05/22 00:00:00,15.111474108549167,True -2017/05/22 01:00:00,11.300621534866902,True -2017/05/22 02:00:00,12.220837641078772,True -2017/05/22 03:00:00,12.211246798392457,True -2017/05/22 04:00:00,13.603679227675439,True -2017/05/22 05:00:00,16.219104516969228,True -2017/05/22 06:00:00,20.736541552108314,True -2017/05/22 07:00:00,28.153203392150477,True -2017/05/22 08:00:00,29.707505621676045,True -2017/05/22 09:00:00,30.965336546765773,True -2017/05/22 10:00:00,34.44956270080201,True -2017/05/22 11:00:00,37.95877360382321,True -2017/05/22 12:00:00,36.689859089600674,True -2017/05/22 13:00:00,37.24915877074255,True -2017/05/22 14:00:00,36.02618658623483,True -2017/05/22 15:00:00,35.950487798044634,True -2017/05/22 16:00:00,39.52567906142242,True -2017/05/22 17:00:00,40.712121874453146,True -2017/05/22 18:00:00,38.63280292760099,True -2017/05/22 19:00:00,38.81711572123962,True -2017/05/22 20:00:00,36.31543478953469,True -2017/05/22 21:00:00,35.8251791993574,True -2017/05/22 22:00:00,29.1690712710674,True -2017/05/22 23:00:00,21.938786321424427,True -2017/05/23 00:00:00,14.352644170721796,True -2017/05/23 01:00:00,10.857314399034388,True -2017/05/23 02:00:00,10.342217410725588,True -2017/05/23 03:00:00,8.923475133307278,True -2017/05/23 04:00:00,14.262961691405433,True -2017/05/23 05:00:00,17.016403915477582,True -2017/05/23 06:00:00,20.196932637170267,True -2017/05/23 07:00:00,28.47848447065759,True -2017/05/23 08:00:00,29.51601873225577,True -2017/05/23 09:00:00,38.32014821594775,True -2017/05/23 10:00:00,43.23788229589146,True -2017/05/23 11:00:00,45.61675943273054,True -2017/05/23 12:00:00,43.86742656117916,True -2017/05/23 13:00:00,44.557377819350556,True -2017/05/23 14:00:00,43.07152972623611,True -2017/05/23 15:00:00,43.16998086406114,True -2017/05/23 16:00:00,45.36966462801084,True -2017/05/23 17:00:00,46.24678817982775,True -2017/05/23 18:00:00,45.75748638253228,True -2017/05/23 19:00:00,46.095082147715004,True -2017/05/23 20:00:00,43.37608405938471,True -2017/05/23 21:00:00,41.56120286754658,True -2017/05/23 22:00:00,34.46347204725606,True -2017/05/23 23:00:00,29.087446284923168,True -2017/05/24 00:00:00,18.46521163307406,True -2017/05/24 01:00:00,15.052185955749865,True -2017/05/24 02:00:00,13.911804838430209,True -2017/05/24 03:00:00,12.457336224007134,True -2017/05/24 04:00:00,15.403173021050343,True -2017/05/24 05:00:00,18.947559496340105,True -2017/05/24 06:00:00,21.967947854230154,True -2017/05/24 07:00:00,30.011980500245507,True -2017/05/24 08:00:00,29.81494956165381,True -2017/05/24 09:00:00,36.50409505504373,True -2017/05/24 10:00:00,37.462014219709886,True -2017/05/24 11:00:00,38.487767805825094,True -2017/05/24 12:00:00,37.369305711276155,True -2017/05/24 13:00:00,37.152008909223035,True -2017/05/24 14:00:00,35.221337761950714,True -2017/05/24 15:00:00,35.08101634412148,True -2017/05/24 16:00:00,37.110261800124974,True -2017/05/24 17:00:00,38.322065313080536,True -2017/05/24 18:00:00,38.28807533929889,True -2017/05/24 19:00:00,38.40050430272486,True -2017/05/24 20:00:00,36.66950081255362,True -2017/05/24 21:00:00,35.90468250726249,True -2017/05/24 22:00:00,29.326969548993546,True -2017/05/24 23:00:00,23.091974890378708,True -2017/05/25 00:00:00,13.371954780799308,True -2017/05/25 01:00:00,12.181496957411724,True -2017/05/25 02:00:00,13.309804818885357,True -2017/05/25 03:00:00,12.818610883179154,True -2017/05/25 04:00:00,14.260455335556088,True -2017/05/25 05:00:00,17.79442628770711,True -2017/05/25 06:00:00,20.865724741248105,True -2017/05/25 07:00:00,28.59070341733696,True -2017/05/25 08:00:00,29.553512989681217,True -2017/05/25 09:00:00,30.735398061013445,True -2017/05/25 10:00:00,38.64063642807355,True -2017/05/25 11:00:00,41.52823138380457,True -2017/05/25 12:00:00,40.086327307477085,True -2017/05/25 13:00:00,41.19800463841918,True -2017/05/25 14:00:00,39.1229394275743,True -2017/05/25 15:00:00,36.27613342276343,True -2017/05/25 16:00:00,37.29942997605428,True -2017/05/25 17:00:00,35.02959975742077,True -2017/05/25 18:00:00,36.729369635563316,True -2017/05/25 19:00:00,37.772451350356,True -2017/05/25 20:00:00,36.19945854571345,True -2017/05/25 21:00:00,34.9303971055275,True -2017/05/25 22:00:00,26.68566337400878,True -2017/05/25 23:00:00,20.146104124463847,True -2017/05/26 00:00:00,14.093451822710255,True -2017/05/26 01:00:00,10.387002612736143,True -2017/05/26 02:00:00,12.032694638820068,True -2017/05/26 03:00:00,12.017975948169486,True -2017/05/26 04:00:00,13.942024762984138,True -2017/05/26 05:00:00,17.202980510326526,True -2017/05/26 06:00:00,18.760541064092347,True -2017/05/26 07:00:00,28.482886858074657,True -2017/05/26 08:00:00,26.603834587276783,True -2017/05/26 09:00:00,34.3406998772679,True -2017/05/26 10:00:00,41.733747186291666,True -2017/05/26 11:00:00,43.239093173124424,True -2017/05/26 12:00:00,41.9829301688943,True -2017/05/26 13:00:00,42.33899057544261,True -2017/05/26 14:00:00,42.51476398591347,True -2017/05/26 15:00:00,42.33847530122635,True -2017/05/26 16:00:00,45.05771231511503,True -2017/05/26 17:00:00,45.49422392382761,True -2017/05/26 18:00:00,44.639444242678856,True -2017/05/26 19:00:00,43.75758143115888,True -2017/05/26 20:00:00,40.031493783174625,True -2017/05/26 21:00:00,35.88514360800565,True -2017/05/26 22:00:00,26.90888208138187,True -2017/05/26 23:00:00,21.597789567981792,True -2017/05/27 00:00:00,14.987057369760919,True -2017/05/27 01:00:00,12.278237873697599,True -2017/05/27 02:00:00,10.387512215663284,True -2017/05/27 03:00:00,9.741819056521932,True -2017/05/27 04:00:00,13.378824192525189,True -2017/05/27 05:00:00,15.376921927778058,True -2017/05/27 06:00:00,20.140485457270817,True -2017/05/27 07:00:00,23.363642159418028,True -2017/05/27 08:00:00,24.630382735134443,True -2017/05/27 09:00:00,35.55746727501531,True -2017/05/27 10:00:00,39.91534884264487,True -2017/05/27 11:00:00,41.547655999762824,True -2017/05/27 12:00:00,41.24959791337892,True -2017/05/27 13:00:00,42.40732230166854,True -2017/05/27 14:00:00,40.820205623868084,True -2017/05/27 15:00:00,41.12118906216505,True -2017/05/27 16:00:00,43.244021914893395,True -2017/05/27 17:00:00,44.46206558406116,True -2017/05/27 18:00:00,40.696334911940895,True -2017/05/27 19:00:00,38.16754916383849,True -2017/05/27 20:00:00,34.77987275733855,True -2017/05/27 21:00:00,35.44183355129194,True -2017/05/27 22:00:00,29.67915953862599,True -2017/05/27 23:00:00,22.2295526963005,True -2017/05/28 00:00:00,12.3731802916268,True -2017/05/28 01:00:00,9.842370213640905,True -2017/05/28 02:00:00,9.79182617677533,True -2017/05/28 03:00:00,12.030629548759567,True -2017/05/28 04:00:00,14.878264344957518,True -2017/05/28 05:00:00,18.69038153877996,True -2017/05/28 06:00:00,21.61472063120886,True -2017/05/28 07:00:00,25.229796142461023,True -2017/05/28 08:00:00,28.610663389381184,True -2017/05/28 09:00:00,30.373249018802365,True -2017/05/28 10:00:00,35.13114139447956,True -2017/05/28 11:00:00,35.417667075813036,True -2017/05/28 12:00:00,31.892147699948218,True -2017/05/28 13:00:00,34.356198776638344,True -2017/05/28 14:00:00,28.66804339067534,True -2017/05/28 15:00:00,31.05587857416904,True -2017/05/28 16:00:00,33.45991127935148,True -2017/05/28 17:00:00,34.22417678206791,True -2017/05/28 18:00:00,32.86364208834953,True -2017/05/28 19:00:00,33.612010960737074,True -2017/05/28 20:00:00,33.893260821356485,True -2017/05/28 21:00:00,34.65913172712203,True -2017/05/28 22:00:00,28.63666679706852,True -2017/05/28 23:00:00,21.893146547968044,True -2017/05/29 00:00:00,15.449095510187874,True -2017/05/29 01:00:00,13.31047812814681,True -2017/05/29 02:00:00,13.554041347764114,True -2017/05/29 03:00:00,12.475156707537938,True -2017/05/29 04:00:00,14.921698393329788,True -2017/05/29 05:00:00,18.357717732795255,True -2017/05/29 06:00:00,21.574634892593913,True -2017/05/29 07:00:00,33.04130806341737,True -2017/05/29 08:00:00,35.235405417785294,True -2017/05/29 09:00:00,36.03459457897812,True -2017/05/29 10:00:00,40.85749419855287,True -2017/05/29 11:00:00,42.503689697825514,True -2017/05/29 12:00:00,39.77308403600424,True -2017/05/29 13:00:00,39.00025296023921,True -2017/05/29 14:00:00,35.06759306451568,True -2017/05/29 15:00:00,35.20594648983851,True -2017/05/29 16:00:00,38.95802093653058,True -2017/05/29 17:00:00,37.4359257491522,True -2017/05/29 18:00:00,35.09139144308715,True -2017/05/29 19:00:00,37.231464815965154,True -2017/05/29 20:00:00,34.408293294293564,True -2017/05/29 21:00:00,33.593722960054656,True -2017/05/29 22:00:00,27.509049702913966,True -2017/05/29 23:00:00,20.848793145512097,True -2017/05/30 00:00:00,13.722976748188804,True -2017/05/30 01:00:00,11.807390878748395,True -2017/05/30 02:00:00,11.608928981278755,True -2017/05/30 03:00:00,11.297001841323286,True -2017/05/30 04:00:00,14.123675347049687,True -2017/05/30 05:00:00,16.068653859085046,True -2017/05/30 06:00:00,20.891073316509125,True -2017/05/30 07:00:00,28.83597507376249,True -2017/05/30 08:00:00,29.306169906394473,True -2017/05/30 09:00:00,31.21713638983034,True -2017/05/30 10:00:00,38.08652966307529,True -2017/05/30 11:00:00,42.2892548042228,True -2017/05/30 12:00:00,39.954982438222665,True -2017/05/30 13:00:00,39.70237089224689,True -2017/05/30 14:00:00,37.545152672763,True -2017/05/30 15:00:00,37.464665022420554,True -2017/05/30 16:00:00,40.32825504747446,True -2017/05/30 17:00:00,40.82958380014414,True -2017/05/30 18:00:00,39.432182360385056,True -2017/05/30 19:00:00,38.62681046992463,True -2017/05/30 20:00:00,34.53403210023268,True -2017/05/30 21:00:00,33.67134730019288,True -2017/05/30 22:00:00,26.739295484642316,True -2017/05/30 23:00:00,19.997419658627535,True -2017/05/31 00:00:00,11.70133665020185,True -2017/05/31 01:00:00,9.222253394409353,True -2017/05/31 02:00:00,11.49369906211954,True -2017/05/31 03:00:00,11.070262654461379,True -2017/05/31 04:00:00,14.06498450380931,True -2017/05/31 05:00:00,15.049529709616431,True -2017/05/31 06:00:00,18.742198966449497,True -2017/05/31 07:00:00,28.484385441501605,True -2017/05/31 08:00:00,31.971118336206523,True -2017/05/31 09:00:00,36.80485352438302,True -2017/05/31 10:00:00,40.87668104549397,True -2017/05/31 11:00:00,42.96041808930725,True -2017/05/31 12:00:00,42.21637626430058,True -2017/05/31 13:00:00,43.5805465880259,True -2017/05/31 14:00:00,42.600419731677704,True -2017/05/31 15:00:00,42.35051653790716,True -2017/05/31 16:00:00,45.52002483581508,True -2017/05/31 17:00:00,46.0015010436342,True -2017/05/31 18:00:00,45.27319751608516,True -2017/05/31 19:00:00,44.26665013452059,True -2017/05/31 20:00:00,40.94505363741792,True -2017/05/31 21:00:00,38.5932052353724,True -2017/05/31 22:00:00,31.73052466057651,True -2017/05/31 23:00:00,23.860592235943436,True -2017/06/01 00:00:00,15.346738701083485,True -2017/06/01 01:00:00,12.8103007248484,True -2017/06/01 02:00:00,12.931331647902468,True -2017/06/01 03:00:00,12.359283779461574,True -2017/06/01 04:00:00,14.733799044875864,True -2017/06/01 05:00:00,17.94479155689092,True -2017/06/01 06:00:00,21.001095465610202,True -2017/06/01 07:00:00,28.272139171202227,True -2017/06/01 08:00:00,31.117851126872445,True -2017/06/01 09:00:00,35.4667437381351,True -2017/06/01 10:00:00,40.68895946658141,True -2017/06/01 11:00:00,43.275697352712044,True -2017/06/01 12:00:00,43.080037186689175,True -2017/06/01 13:00:00,44.50767105373329,True -2017/06/01 14:00:00,43.407353270099144,True -2017/06/01 15:00:00,43.23650348465085,True -2017/06/01 16:00:00,46.40892548816696,True -2017/06/01 17:00:00,47.48766180558962,True -2017/06/01 18:00:00,46.77538997143039,True -2017/06/01 19:00:00,47.40976040149946,True -2017/06/01 20:00:00,45.904260158386435,True -2017/06/01 21:00:00,43.92521540568756,True -2017/06/01 22:00:00,36.68582927935058,True -2017/06/01 23:00:00,28.539381643485317,True -2017/06/02 00:00:00,18.396672820390318,True -2017/06/02 01:00:00,15.776861820831577,True -2017/06/02 02:00:00,15.549663738794056,True -2017/06/02 03:00:00,15.13973034650333,True -2017/06/02 04:00:00,18.768255107587308,True -2017/06/02 05:00:00,19.89854012667016,True -2017/06/02 06:00:00,23.28485860778693,True -2017/06/02 07:00:00,36.36510903921724,True -2017/06/02 08:00:00,38.992699420243326,True -2017/06/02 09:00:00,43.48787989649743,True -2017/06/02 10:00:00,46.648495677232766,True -2017/06/02 11:00:00,46.99220649451234,True -2017/06/02 12:00:00,45.41515839867761,True -2017/06/02 13:00:00,45.884404299575536,True -2017/06/02 14:00:00,44.21186277186782,True -2017/06/02 15:00:00,43.657275980980515,True -2017/06/02 16:00:00,45.615671703918835,True -2017/06/02 17:00:00,45.88046235332621,True -2017/06/02 18:00:00,44.895376029938255,True -2017/06/02 19:00:00,43.08968939211549,True -2017/06/02 20:00:00,40.343169343421366,True -2017/06/02 21:00:00,37.5768297072777,True -2017/06/02 22:00:00,31.443969939414593,True -2017/06/02 23:00:00,24.696387044613743,True -2017/06/03 00:00:00,16.319120234663153,True -2017/06/03 01:00:00,12.867616158608689,True -2017/06/03 02:00:00,12.732129121727793,True -2017/06/03 03:00:00,10.61630196647814,True -2017/06/03 04:00:00,13.034546246846212,True -2017/06/03 05:00:00,17.87673384596391,True -2017/06/03 06:00:00,20.975248969200326,True -2017/06/03 07:00:00,23.45559284194692,True -2017/06/03 08:00:00,27.91827996556335,True -2017/06/03 09:00:00,30.656619159734024,True -2017/06/03 10:00:00,33.315515459450005,True -2017/06/03 11:00:00,36.911173959602614,True -2017/06/03 12:00:00,37.769942259762836,True -2017/06/03 13:00:00,38.24243601133143,True -2017/06/03 14:00:00,36.37675376587181,True -2017/06/03 15:00:00,37.74951485647198,True -2017/06/03 16:00:00,40.69768839198094,True -2017/06/03 17:00:00,42.1219434910117,True -2017/06/03 18:00:00,38.755840836421015,True -2017/06/03 19:00:00,37.5680385024397,True -2017/06/03 20:00:00,33.75361945511689,True -2017/06/03 21:00:00,32.47856105614627,True -2017/06/03 22:00:00,26.75143771346012,True -2017/06/03 23:00:00,23.512344510817336,True -2017/06/04 00:00:00,15.068352657039696,True -2017/06/04 01:00:00,11.804489831737031,True -2017/06/04 02:00:00,11.757339402129878,True -2017/06/04 03:00:00,9.286092918654465,True -2017/06/04 04:00:00,13.705040597749287,True -2017/06/04 05:00:00,18.21873755375831,True -2017/06/04 06:00:00,19.431353698890373,True -2017/06/04 07:00:00,22.837404146437407,True -2017/06/04 08:00:00,26.42405126038317,True -2017/06/04 09:00:00,25.135315042324745,True -2017/06/04 10:00:00,33.991133715406725,True -2017/06/04 11:00:00,37.79097171174487,True -2017/06/04 12:00:00,37.05728576162815,True -2017/06/04 13:00:00,38.19385716259809,True -2017/06/04 14:00:00,36.807485114464896,True -2017/06/04 15:00:00,38.2336671321586,True -2017/06/04 16:00:00,39.94075089458046,True -2017/06/04 17:00:00,39.791655201261705,True -2017/06/04 18:00:00,35.95208481571802,True -2017/06/04 19:00:00,35.254324332250064,True -2017/06/04 20:00:00,35.86927715945229,True -2017/06/04 21:00:00,35.700275070365365,True -2017/06/04 22:00:00,29.415053618394175,True -2017/06/04 23:00:00,21.896664438026995,True -2017/06/05 00:00:00,15.091979315271367,True -2017/06/05 01:00:00,12.667121645541414,True -2017/06/05 02:00:00,13.104440024923175,True -2017/06/05 03:00:00,12.127111272595421,True -2017/06/05 04:00:00,11.575562939363518,True -2017/06/05 05:00:00,15.126021310672256,True -2017/06/05 06:00:00,18.640333013281484,True -2017/06/05 07:00:00,25.006834872131545,True -2017/06/05 08:00:00,26.444623090711964,True -2017/06/05 09:00:00,33.13789134835668,True -2017/06/05 10:00:00,37.25605085891722,True -2017/06/05 11:00:00,38.9156827055842,True -2017/06/05 12:00:00,36.874963191628986,True -2017/06/05 13:00:00,38.23618960707102,True -2017/06/05 14:00:00,37.42477085260729,True -2017/06/05 15:00:00,36.699174886520034,True -2017/06/05 16:00:00,40.014749435617915,True -2017/06/05 17:00:00,40.71721283446399,True -2017/06/05 18:00:00,39.73885940393848,True -2017/06/05 19:00:00,39.44136976990715,True -2017/06/05 20:00:00,34.31292405640677,True -2017/06/05 21:00:00,35.33568327416097,True -2017/06/05 22:00:00,28.95277894855049,True -2017/06/05 23:00:00,22.110618932191816,True -2017/06/06 00:00:00,13.847096526552033,True -2017/06/06 01:00:00,10.800805562567783,True -2017/06/06 02:00:00,11.1960453919736,True -2017/06/06 03:00:00,10.055444968166988,True -2017/06/06 04:00:00,14.546940652188802,True -2017/06/06 05:00:00,15.713064507702416,True -2017/06/06 06:00:00,19.539288066101047,True -2017/06/06 07:00:00,28.545280757757062,True -2017/06/06 08:00:00,27.412420034584265,True -2017/06/06 09:00:00,33.853566929149544,True -2017/06/06 10:00:00,39.38614720671332,True -2017/06/06 11:00:00,42.7577152126546,True -2017/06/06 12:00:00,43.33335591783938,True -2017/06/06 13:00:00,43.63538735732351,True -2017/06/06 14:00:00,42.62594641383267,True -2017/06/06 15:00:00,42.693405153790096,True -2017/06/06 16:00:00,45.216287655597604,True -2017/06/06 17:00:00,46.913086670364876,True -2017/06/06 18:00:00,45.66338726161203,True -2017/06/06 19:00:00,46.07873164651216,True -2017/06/06 20:00:00,42.92985878221375,True -2017/06/06 21:00:00,39.00236740582207,True -2017/06/06 22:00:00,30.568008714185797,True -2017/06/06 23:00:00,21.336897792033593,True -2017/06/07 00:00:00,11.726086183826386,True -2017/06/07 01:00:00,9.392078734631822,True -2017/06/07 02:00:00,9.565702899124146,True -2017/06/07 03:00:00,9.043379989167477,True -2017/06/07 04:00:00,11.533985276178369,True -2017/06/07 05:00:00,15.148265608279035,True -2017/06/07 06:00:00,18.54110755759344,True -2017/06/07 07:00:00,28.161316764385873,True -2017/06/07 08:00:00,31.65847877852261,True -2017/06/07 09:00:00,37.15211417854552,True -2017/06/07 10:00:00,41.98180050592069,True -2017/06/07 11:00:00,44.63828147869554,True -2017/06/07 12:00:00,44.399503476100705,True -2017/06/07 13:00:00,44.27536470439198,True -2017/06/07 14:00:00,42.627736760328276,True -2017/06/07 15:00:00,42.44352323927043,True -2017/06/07 16:00:00,44.73655588792134,True -2017/06/07 17:00:00,44.77474573814515,True -2017/06/07 18:00:00,43.91797857054587,True -2017/06/07 19:00:00,46.36738658153979,True -2017/06/07 20:00:00,45.54168845757096,True -2017/06/07 21:00:00,43.71217933834084,True -2017/06/07 22:00:00,36.80565747701594,True -2017/06/07 23:00:00,29.47095980492238,True -2017/06/08 00:00:00,18.12969663319374,True -2017/06/08 01:00:00,14.74809831409466,True -2017/06/08 02:00:00,14.136836399706374,True -2017/06/08 03:00:00,13.515190062873716,True -2017/06/08 04:00:00,16.782542340909917,True -2017/06/08 05:00:00,20.077658880440868,True -2017/06/08 06:00:00,23.231954873981074,True -2017/06/08 07:00:00,36.736758234456886,True -2017/06/08 08:00:00,38.60308128569026,True -2017/06/08 09:00:00,42.28615827872273,True -2017/06/08 10:00:00,45.14062742086477,True -2017/06/08 11:00:00,45.933439792906604,True -2017/06/08 12:00:00,44.50771472384836,True -2017/06/08 13:00:00,44.558279261416274,True -2017/06/08 14:00:00,43.11133104609512,True -2017/06/08 15:00:00,41.75894858759222,True -2017/06/08 16:00:00,45.259379622935455,True -2017/06/08 17:00:00,44.8186864730913,True -2017/06/08 18:00:00,43.11111550986312,True -2017/06/08 19:00:00,42.14576768866622,True -2017/06/08 20:00:00,38.311622410956616,True -2017/06/08 21:00:00,36.721705757841875,True -2017/06/08 22:00:00,29.739332369808626,True -2017/06/08 23:00:00,20.28352960118842,True -2017/06/09 00:00:00,12.639025177254803,True -2017/06/09 01:00:00,9.307083730938288,True -2017/06/09 02:00:00,9.62445429850953,True -2017/06/09 03:00:00,8.941695709243028,True -2017/06/09 04:00:00,13.301240545332389,True -2017/06/09 05:00:00,17.16624654986085,True -2017/06/09 06:00:00,21.582789922298392,True -2017/06/09 07:00:00,28.11717298827056,True -2017/06/09 08:00:00,26.403462593659683,True -2017/06/09 09:00:00,34.082463077204906,True -2017/06/09 10:00:00,38.8584452785516,True -2017/06/09 11:00:00,40.633612536022206,True -2017/06/09 12:00:00,39.12410186181222,True -2017/06/09 13:00:00,40.28655830028892,True -2017/06/09 14:00:00,36.772622115603596,True -2017/06/09 15:00:00,36.39089930134081,True -2017/06/09 16:00:00,39.04185838429559,True -2017/06/09 17:00:00,39.98034964486132,True -2017/06/09 18:00:00,38.522978942279515,True -2017/06/09 19:00:00,39.42263905803527,True -2017/06/09 20:00:00,37.32865129690352,True -2017/06/09 21:00:00,36.1899107517652,True -2017/06/09 22:00:00,26.374442831231708,True -2017/06/09 23:00:00,22.59077605711259,True -2017/06/10 00:00:00,15.501437741470019,True -2017/06/10 01:00:00,9.972328680358748,True -2017/06/10 02:00:00,10.845078427807415,True -2017/06/10 03:00:00,12.124744627728727,True -2017/06/10 04:00:00,13.750169400568383,True -2017/06/10 05:00:00,15.32087458333295,True -2017/06/10 06:00:00,18.85278754253919,True -2017/06/10 07:00:00,24.18312233593177,True -2017/06/10 08:00:00,25.563184621675003,True -2017/06/10 09:00:00,32.96115075836466,True -2017/06/10 10:00:00,37.12600332187804,True -2017/06/10 11:00:00,39.618331938586316,True -2017/06/10 12:00:00,39.90211106845013,True -2017/06/10 13:00:00,41.78279509235355,True -2017/06/10 14:00:00,39.89361853580508,True -2017/06/10 15:00:00,40.85304347343926,True -2017/06/10 16:00:00,42.273929901109966,True -2017/06/10 17:00:00,44.64816263540348,True -2017/06/10 18:00:00,44.07562047470052,True -2017/06/10 19:00:00,42.93442721675906,True -2017/06/10 20:00:00,38.73511816852412,True -2017/06/10 21:00:00,39.36852014887261,True -2017/06/10 22:00:00,32.76460200055271,True -2017/06/10 23:00:00,23.678577908121518,True -2017/06/11 00:00:00,15.348652171038209,True -2017/06/11 01:00:00,12.531700284940163,True -2017/06/11 02:00:00,13.116525296108952,True -2017/06/11 03:00:00,12.740344487949269,True -2017/06/11 04:00:00,14.77029927941958,True -2017/06/11 05:00:00,18.76803800396118,True -2017/06/11 06:00:00,22.04962714952837,True -2017/06/11 07:00:00,26.38761019920655,True -2017/06/11 08:00:00,31.735351544881734,True -2017/06/11 09:00:00,37.10893926117827,True -2017/06/11 10:00:00,43.24381174823207,True -2017/06/11 11:00:00,44.89307125496101,True -2017/06/11 12:00:00,43.39319542722621,True -2017/06/11 13:00:00,43.47518539931674,True -2017/06/11 14:00:00,41.54583147254702,True -2017/06/11 15:00:00,41.785210357200256,True -2017/06/11 16:00:00,44.0926046202021,True -2017/06/11 17:00:00,44.67731049599149,True -2017/06/11 18:00:00,42.365665987728995,True -2017/06/11 19:00:00,42.8348221954085,True -2017/06/11 20:00:00,41.50739346251441,True -2017/06/11 21:00:00,40.85978865994739,True -2017/06/11 22:00:00,33.56363007703861,True -2017/06/11 23:00:00,26.98755626674295,True -2017/06/12 00:00:00,18.520290584064536,True -2017/06/12 01:00:00,16.201676623852624,True -2017/06/12 02:00:00,16.61115008999666,True -2017/06/12 03:00:00,15.395666133370433,True -2017/06/12 04:00:00,19.22932136613182,True -2017/06/12 05:00:00,20.721527203836313,True -2017/06/12 06:00:00,24.922057915224347,True -2017/06/12 07:00:00,38.142172906841886,True -2017/06/12 08:00:00,39.579018052701215,True -2017/06/12 09:00:00,44.245631573738365,True -2017/06/12 10:00:00,47.32832644008673,True -2017/06/12 11:00:00,47.88983715866939,True -2017/06/12 12:00:00,47.11946800775053,True -2017/06/12 13:00:00,46.71962315721241,True -2017/06/12 14:00:00,45.67244577825161,True -2017/06/12 15:00:00,44.80883724670397,True -2017/06/12 16:00:00,48.08925833841989,True -2017/06/12 17:00:00,48.12308164943306,True -2017/06/12 18:00:00,46.44186474284379,True -2017/06/12 19:00:00,47.662735489036365,True -2017/06/12 20:00:00,46.23110050061464,True -2017/06/12 21:00:00,43.78824656484997,True -2017/06/12 22:00:00,34.102782432903446,True -2017/06/12 23:00:00,24.551880553681666,True -2017/06/13 00:00:00,14.920166288180337,True -2017/06/13 01:00:00,9.493404861567416,True -2017/06/13 02:00:00,11.454549354477098,True -2017/06/13 03:00:00,11.480295328030097,True -2017/06/13 04:00:00,13.06282801639206,True -2017/06/13 05:00:00,17.307192657841757,True -2017/06/13 06:00:00,20.19609287387302,True -2017/06/13 07:00:00,28.764081741727196,True -2017/06/13 08:00:00,31.295351469887486,True -2017/06/13 09:00:00,34.71940532882034,True -2017/06/13 10:00:00,37.94710889774842,True -2017/06/13 11:00:00,38.75642493707399,True -2017/06/13 12:00:00,37.09418530033175,True -2017/06/13 13:00:00,37.453470638067245,True -2017/06/13 14:00:00,34.731055526971936,True -2017/06/13 15:00:00,34.63857843684118,True -2017/06/13 16:00:00,37.12488323597753,True -2017/06/13 17:00:00,34.986418052908036,True -2017/06/13 18:00:00,37.155993710453856,True -2017/06/13 19:00:00,38.47510200527694,True -2017/06/13 20:00:00,36.48711293769191,True -2017/06/13 21:00:00,35.94812713951509,True -2017/06/13 22:00:00,29.42310198969077,True -2017/06/13 23:00:00,22.5283610445855,True -2017/06/14 00:00:00,12.832284077550264,True -2017/06/14 01:00:00,12.460399715966204,True -2017/06/14 02:00:00,12.73709790850433,True -2017/06/14 03:00:00,12.113702120054729,True -2017/06/14 04:00:00,13.674851056110603,True -2017/06/14 05:00:00,16.01133423751896,True -2017/06/14 06:00:00,20.101762092568382,True -2017/06/14 07:00:00,28.801441507154472,True -2017/06/14 08:00:00,30.24497490068079,True -2017/06/14 09:00:00,34.29872475598983,True -2017/06/14 10:00:00,37.45165525602206,True -2017/06/14 11:00:00,37.83244402619774,True -2017/06/14 12:00:00,32.934969062785626,True -2017/06/14 13:00:00,35.99907220895751,True -2017/06/14 14:00:00,34.94843958061027,True -2017/06/14 15:00:00,36.3761520564614,True -2017/06/14 16:00:00,38.95278203491939,True -2017/06/14 17:00:00,41.06963114164837,True -2017/06/14 18:00:00,40.892883971962945,True -2017/06/14 19:00:00,39.15190641479676,True -2017/06/14 20:00:00,36.470629171180846,True -2017/06/14 21:00:00,34.86253181375173,True -2017/06/14 22:00:00,29.336287583132652,True -2017/06/14 23:00:00,22.34908697644967,True -2017/06/15 00:00:00,14.891955127216269,True -2017/06/15 01:00:00,12.334409198585908,True -2017/06/15 02:00:00,12.459615702748435,True -2017/06/15 03:00:00,10.636767723341498,True -2017/06/15 04:00:00,13.360295454396972,True -2017/06/15 05:00:00,18.39143890529827,True -2017/06/15 06:00:00,21.38271466937403,True -2017/06/15 07:00:00,27.856480441307774,True -2017/06/15 08:00:00,26.72103395077112,True -2017/06/15 09:00:00,33.71793932992017,True -2017/06/15 10:00:00,39.19463379322864,True -2017/06/15 11:00:00,40.841938232398284,True -2017/06/15 12:00:00,40.31405951088164,True -2017/06/15 13:00:00,39.99672128672452,True -2017/06/15 14:00:00,38.91370868610859,True -2017/06/15 15:00:00,37.56354343967731,True -2017/06/15 16:00:00,41.39703037331047,True -2017/06/15 17:00:00,41.07528559788207,True -2017/06/15 18:00:00,39.86218627439637,True -2017/06/15 19:00:00,40.6625808984921,True -2017/06/15 20:00:00,37.71953017237478,True -2017/06/15 21:00:00,36.10756696858877,True -2017/06/15 22:00:00,26.852383133801865,True -2017/06/15 23:00:00,20.136282071031253,True -2017/06/16 00:00:00,14.913697297373153,True -2017/06/16 01:00:00,12.2706399534527,True -2017/06/16 02:00:00,11.866597625222688,True -2017/06/16 03:00:00,10.978285372139966,True -2017/06/16 04:00:00,13.653700363253131,True -2017/06/16 05:00:00,17.397071726150436,True -2017/06/16 06:00:00,19.936944384711214,True -2017/06/16 07:00:00,24.715568504722455,True -2017/06/16 08:00:00,31.90027825708709,True -2017/06/16 09:00:00,37.21668303715361,True -2017/06/16 10:00:00,41.401946003820576,True -2017/06/16 11:00:00,43.41215812571377,True -2017/06/16 12:00:00,43.946717792141214,True -2017/06/16 13:00:00,44.34296657967658,True -2017/06/16 14:00:00,43.223979715790946,True -2017/06/16 15:00:00,43.44346072298715,True -2017/06/16 16:00:00,45.687589024461616,True -2017/06/16 17:00:00,46.90478850632547,True -2017/06/16 18:00:00,46.13579435272317,True -2017/06/16 19:00:00,46.73423698673594,True -2017/06/16 20:00:00,44.5275771245141,True -2017/06/16 21:00:00,41.64112472621673,True -2017/06/16 22:00:00,34.05378747338403,True -2017/06/16 23:00:00,27.8698519571756,True -2017/06/17 00:00:00,18.564802223592523,True -2017/06/17 01:00:00,14.033193430366603,True -2017/06/17 02:00:00,13.66049063669941,True -2017/06/17 03:00:00,13.072553599821964,True -2017/06/17 04:00:00,17.21818882695425,True -2017/06/17 05:00:00,19.46218675859709,True -2017/06/17 06:00:00,23.108548549100277,True -2017/06/17 07:00:00,33.536689021165074,True -2017/06/17 08:00:00,37.6470719420572,True -2017/06/17 09:00:00,43.99268095380792,True -2017/06/17 10:00:00,46.816055289081085,True -2017/06/17 11:00:00,47.03516651024714,True -2017/06/17 12:00:00,46.363348496007525,True -2017/06/17 13:00:00,45.598345694401324,True -2017/06/17 14:00:00,44.77857062772998,True -2017/06/17 15:00:00,44.22927009522573,True -2017/06/17 16:00:00,47.05246945642019,True -2017/06/17 17:00:00,49.938354324130444,True -2017/06/17 18:00:00,47.7988209097053,True -2017/06/17 19:00:00,46.70417526047185,True -2017/06/17 20:00:00,44.057110893471126,True -2017/06/17 21:00:00,45.62806593484293,True -2017/06/17 22:00:00,40.00970216284704,True -2017/06/17 23:00:00,34.07142580031558,True -2017/06/18 00:00:00,24.187314341698,True -2017/06/18 01:00:00,18.815539784460544,True -2017/06/18 02:00:00,19.328789752565612,True -2017/06/18 03:00:00,18.00290626923656,True -2017/06/18 04:00:00,22.938872222199667,True -2017/06/18 05:00:00,28.129342208792057,True -2017/06/18 06:00:00,30.91954302900487,True -2017/06/18 07:00:00,33.992145929629054,True -2017/06/18 08:00:00,36.22965837899013,True -2017/06/18 09:00:00,39.621442037522186,True -2017/06/18 10:00:00,44.83687013724169,True -2017/06/18 11:00:00,46.495293718457106,True -2017/06/18 12:00:00,44.96061495238234,True -2017/06/18 13:00:00,44.36878555934637,True -2017/06/18 14:00:00,43.08483725091848,True -2017/06/18 15:00:00,42.60200805601176,True -2017/06/18 16:00:00,43.84171228093141,True -2017/06/18 17:00:00,44.26891996115691,True -2017/06/18 18:00:00,42.189712550744765,True -2017/06/18 19:00:00,42.14910485392448,True -2017/06/18 20:00:00,42.70278343559758,True -2017/06/18 21:00:00,42.7222541076285,True -2017/06/18 22:00:00,35.803812027663746,True -2017/06/18 23:00:00,28.879271876610126,True -2017/06/19 00:00:00,17.880055172729783,True -2017/06/19 01:00:00,14.11083293448948,True -2017/06/19 02:00:00,14.025706109819684,True -2017/06/19 03:00:00,13.145988034996906,True -2017/06/19 04:00:00,15.434467115382516,True -2017/06/19 05:00:00,18.700577666034096,True -2017/06/19 06:00:00,21.86482792021736,True -2017/06/19 07:00:00,31.070160718670145,True -2017/06/19 08:00:00,34.74608684688226,True -2017/06/19 09:00:00,39.941452623141245,True -2017/06/19 10:00:00,40.702948973117614,True -2017/06/19 11:00:00,45.95419297708785,True -2017/06/19 12:00:00,44.65935083071074,True -2017/06/19 13:00:00,45.234626310444234,True -2017/06/19 14:00:00,43.35929946588579,True -2017/06/19 15:00:00,43.45552378895229,True -2017/06/19 16:00:00,46.05803831226954,True -2017/06/19 17:00:00,47.039466346201486,True -2017/06/19 18:00:00,46.303177970657785,True -2017/06/19 19:00:00,46.46330665646828,True -2017/06/19 20:00:00,43.49865441886087,True -2017/06/19 21:00:00,39.92387908335604,True -2017/06/19 22:00:00,33.06312825755284,True -2017/06/19 23:00:00,24.915005118014097,True -2017/06/20 00:00:00,15.491682524405567,True -2017/06/20 01:00:00,12.45485188928793,True -2017/06/20 02:00:00,12.767528913176829,True -2017/06/20 03:00:00,9.064106237896997,True -2017/06/20 04:00:00,11.382286465585407,True -2017/06/20 05:00:00,16.494364007420323,True -2017/06/20 06:00:00,18.240068490628694,True -2017/06/20 07:00:00,28.516048735337453,True -2017/06/20 08:00:00,34.3460495922588,True -2017/06/20 09:00:00,42.21800456789914,True -2017/06/20 10:00:00,46.22199472570074,True -2017/06/20 11:00:00,46.950632385679526,True -2017/06/20 12:00:00,45.11921715342489,True -2017/06/20 13:00:00,45.61255068485061,True -2017/06/20 14:00:00,43.769978125097786,True -2017/06/20 15:00:00,43.71947740365796,True -2017/06/20 16:00:00,46.81449286623262,True -2017/06/20 17:00:00,47.74815066983465,True -2017/06/20 18:00:00,46.892964177650335,True -2017/06/20 19:00:00,47.58926432765873,True -2017/06/20 20:00:00,46.000208350119614,True -2017/06/20 21:00:00,44.01143029073962,True -2017/06/20 22:00:00,36.01610052079525,True -2017/06/20 23:00:00,26.798092336071456,True -2017/06/21 00:00:00,16.650361010294244,True -2017/06/21 01:00:00,13.346193024611104,True -2017/06/21 02:00:00,13.677963707285421,True -2017/06/21 03:00:00,12.901019556633313,True -2017/06/21 04:00:00,15.837410461528135,True -2017/06/21 05:00:00,18.85698064249266,True -2017/06/21 06:00:00,21.90581742785813,True -2017/06/21 07:00:00,33.344952547223116,True -2017/06/21 08:00:00,38.518093928962664,True -2017/06/21 09:00:00,42.483443215248876,True -2017/06/21 10:00:00,45.76235371978082,True -2017/06/21 11:00:00,46.43497807861416,True -2017/06/21 12:00:00,44.52785251515544,True -2017/06/21 13:00:00,44.82496403195532,True -2017/06/21 14:00:00,43.198753486758534,True -2017/06/21 15:00:00,43.730010718968664,True -2017/06/21 16:00:00,46.27381799954408,True -2017/06/21 17:00:00,47.36861019986786,True -2017/06/21 18:00:00,46.22224925656704,True -2017/06/21 19:00:00,46.53609044891777,True -2017/06/21 20:00:00,45.79339345905966,True -2017/06/21 21:00:00,44.21423977302834,True -2017/06/21 22:00:00,33.95833673387452,True -2017/06/21 23:00:00,24.019785227952646,True -2017/06/22 00:00:00,14.816520453627874,True -2017/06/22 01:00:00,12.257554055319881,True -2017/06/22 02:00:00,9.637563159248781,True -2017/06/22 03:00:00,9.014427799787649,True -2017/06/22 04:00:00,13.969214188549682,True -2017/06/22 05:00:00,17.521439447806884,True -2017/06/22 06:00:00,19.552324672942845,True -2017/06/22 07:00:00,24.83544400086382,True -2017/06/22 08:00:00,29.207191147775333,True -2017/06/22 09:00:00,36.508790608290454,True -2017/06/22 10:00:00,40.832800382335115,True -2017/06/22 11:00:00,42.41218969136713,True -2017/06/22 12:00:00,41.046116574285975,True -2017/06/22 13:00:00,43.21191467523258,True -2017/06/22 14:00:00,41.17868431716998,True -2017/06/22 15:00:00,41.24008812407961,True -2017/06/22 16:00:00,43.8007399142488,True -2017/06/22 17:00:00,44.70942296753574,True -2017/06/22 18:00:00,43.89517534534159,True -2017/06/22 19:00:00,43.3068665773824,True -2017/06/22 20:00:00,39.51492978904485,True -2017/06/22 21:00:00,37.646872742152794,True -2017/06/22 22:00:00,29.925911984832847,True -2017/06/22 23:00:00,22.307959128647667,True -2017/06/23 00:00:00,15.260286380710987,True -2017/06/23 01:00:00,12.425413276101262,True -2017/06/23 02:00:00,12.59096665297381,True -2017/06/23 03:00:00,12.179612396937902,True -2017/06/23 04:00:00,14.095983958500636,True -2017/06/23 05:00:00,15.065782936813065,True -2017/06/23 06:00:00,18.193476234817183,True -2017/06/23 07:00:00,25.485855369313683,True -2017/06/23 08:00:00,29.19745110593573,True -2017/06/23 09:00:00,34.437322993203566,True -2017/06/23 10:00:00,39.46640295471511,True -2017/06/23 11:00:00,41.147241082246595,True -2017/06/23 12:00:00,39.439538253639725,True -2017/06/23 13:00:00,40.798052235781554,True -2017/06/23 14:00:00,39.61798669741926,True -2017/06/23 15:00:00,38.62187575790123,True -2017/06/23 16:00:00,42.44675131248474,True -2017/06/23 17:00:00,45.2793589831141,True -2017/06/23 18:00:00,43.79711156001598,True -2017/06/23 19:00:00,42.46042743509736,True -2017/06/23 20:00:00,39.08045689065937,True -2017/06/23 21:00:00,36.675897459483295,True -2017/06/23 22:00:00,29.4470388868009,True -2017/06/23 23:00:00,21.139779062943642,True -2017/06/24 00:00:00,12.715552538543717,True -2017/06/24 01:00:00,9.510123685253406,True -2017/06/24 02:00:00,12.125516463650644,True -2017/06/24 03:00:00,10.996931495107232,True -2017/06/24 04:00:00,14.249281764268133,True -2017/06/24 05:00:00,17.75826601169998,True -2017/06/24 06:00:00,20.671050046077166,True -2017/06/24 07:00:00,22.084483693640212,True -2017/06/24 08:00:00,27.960192001426687,True -2017/06/24 09:00:00,36.617340220406724,True -2017/06/24 10:00:00,40.35155991101645,True -2017/06/24 11:00:00,41.83581333626938,True -2017/06/24 12:00:00,42.396474043035944,True -2017/06/24 13:00:00,42.834602491534376,True -2017/06/24 14:00:00,41.617479586488045,True -2017/06/24 15:00:00,41.70193512406775,True -2017/06/24 16:00:00,43.56420841831158,True -2017/06/24 17:00:00,46.57884830892738,True -2017/06/24 18:00:00,44.44678142542696,True -2017/06/24 19:00:00,42.949395469509994,True -2017/06/24 20:00:00,38.54656513252439,True -2017/06/24 21:00:00,36.86699983961045,True -2017/06/24 22:00:00,29.567649629521043,True -2017/06/24 23:00:00,23.80532751415733,True -2017/06/25 00:00:00,15.306391225735773,True -2017/06/25 01:00:00,12.031901462236155,True -2017/06/25 02:00:00,11.613527236446947,True -2017/06/25 03:00:00,12.203963343326086,True -2017/06/25 04:00:00,13.96481831270878,True -2017/06/25 05:00:00,18.14732518959718,True -2017/06/25 06:00:00,20.79218870308425,True -2017/06/25 07:00:00,22.54163533022996,True -2017/06/25 08:00:00,28.392146048972958,True -2017/06/25 09:00:00,33.771102113756825,True -2017/06/25 10:00:00,42.51843807161122,True -2017/06/25 11:00:00,44.58935699154138,True -2017/06/25 12:00:00,43.33001717103496,True -2017/06/25 13:00:00,43.145030543947684,True -2017/06/25 14:00:00,41.751272445549816,True -2017/06/25 15:00:00,41.52026998086721,True -2017/06/25 16:00:00,44.52230969690527,True -2017/06/25 17:00:00,44.73129823601731,True -2017/06/25 18:00:00,42.60903044655763,True -2017/06/25 19:00:00,42.75101010211668,True -2017/06/25 20:00:00,43.116164850623996,True -2017/06/25 21:00:00,42.333840790050424,True -2017/06/25 22:00:00,36.628392306374145,True -2017/06/25 23:00:00,29.67325850639503,True -2017/06/26 00:00:00,18.041743688092385,True -2017/06/26 01:00:00,14.91287069113945,True -2017/06/26 02:00:00,15.006899621737682,True -2017/06/26 03:00:00,14.436090692519784,True -2017/06/26 04:00:00,17.068772382700796,True -2017/06/26 05:00:00,19.90864195168457,True -2017/06/26 06:00:00,23.696564556253957,True -2017/06/26 07:00:00,36.83942738931935,True -2017/06/26 08:00:00,38.93288251118241,True -2017/06/26 09:00:00,43.389834459087794,True -2017/06/26 10:00:00,46.613046689383,True -2017/06/26 11:00:00,47.63560432951008,True -2017/06/26 12:00:00,46.19894460050579,True -2017/06/26 13:00:00,47.57259200415884,True -2017/06/26 14:00:00,45.06022080106794,True -2017/06/26 15:00:00,45.10168170777496,True -2017/06/26 16:00:00,48.22190773294378,True -2017/06/26 17:00:00,49.12561193517607,True -2017/06/26 18:00:00,47.693639455903345,True -2017/06/26 19:00:00,48.41734156486687,True -2017/06/26 20:00:00,46.85838052345189,True -2017/06/26 21:00:00,45.24468573942147,True -2017/06/26 22:00:00,39.25337338112187,True -2017/06/26 23:00:00,32.63755568912831,True -2017/06/27 00:00:00,20.52725698313336,True -2017/06/27 01:00:00,16.600398926644637,True -2017/06/27 02:00:00,16.687316579926247,True -2017/06/27 03:00:00,15.537414839395831,True -2017/06/27 04:00:00,19.844856347524566,True -2017/06/27 05:00:00,22.768157956597843,True -2017/06/27 06:00:00,27.026139172442537,True -2017/06/27 07:00:00,38.94562401145752,True -2017/06/27 08:00:00,41.42977328818949,True -2017/06/27 09:00:00,45.68069005911991,True -2017/06/27 10:00:00,48.75477587447344,True -2017/06/27 11:00:00,49.91819372533519,True -2017/06/27 12:00:00,48.53513372981394,True -2017/06/27 13:00:00,49.58844608472986,True -2017/06/27 14:00:00,46.855749296643204,True -2017/06/27 15:00:00,46.77997424772769,True -2017/06/27 16:00:00,49.55510386735075,True -2017/06/27 17:00:00,50.930084944265616,True -2017/06/27 18:00:00,49.67482428247225,True -2017/06/27 19:00:00,50.23255111019757,True -2017/06/27 20:00:00,49.421749534827114,True -2017/06/27 21:00:00,46.464562483664864,True -2017/06/27 22:00:00,39.625099324462425,True -2017/06/27 23:00:00,32.32505774204377,True -2017/06/28 00:00:00,18.988385384549318,True -2017/06/28 01:00:00,14.909983270613557,True -2017/06/28 02:00:00,14.21208949381616,True -2017/06/28 03:00:00,13.320838206317985,True -2017/06/28 04:00:00,15.646044521729985,True -2017/06/28 05:00:00,18.512933166830095,True -2017/06/28 06:00:00,21.53861891866312,True -2017/06/28 07:00:00,30.565465224775085,True -2017/06/28 08:00:00,33.9860255098751,True -2017/06/28 09:00:00,42.14283594400137,True -2017/06/28 10:00:00,45.99310392180731,True -2017/06/28 11:00:00,46.693112981756045,True -2017/06/28 12:00:00,44.72997332647599,True -2017/06/28 13:00:00,45.52449774548235,True -2017/06/28 14:00:00,44.263269412435506,True -2017/06/28 15:00:00,44.07435659468472,True -2017/06/28 16:00:00,46.64267644262462,True -2017/06/28 17:00:00,47.74243360114335,True -2017/06/28 18:00:00,46.01024510569344,True -2017/06/28 19:00:00,46.85655083751836,True -2017/06/28 20:00:00,45.8812753613234,True -2017/06/28 21:00:00,44.66924744090175,True -2017/06/28 22:00:00,38.58358612643534,True -2017/06/28 23:00:00,31.889442984523868,True -2017/06/29 00:00:00,19.01618718505568,True -2017/06/29 01:00:00,15.202891480389392,True -2017/06/29 02:00:00,14.93411036861114,True -2017/06/29 03:00:00,13.73529807111989,True -2017/06/29 04:00:00,18.28476067149845,True -2017/06/29 05:00:00,20.68556723558295,True -2017/06/29 06:00:00,24.73683848922102,True -2017/06/29 07:00:00,37.58661525131253,True -2017/06/29 08:00:00,39.06574830139782,True -2017/06/29 09:00:00,43.59090438411626,True -2017/06/29 10:00:00,47.41364087065842,True -2017/06/29 11:00:00,47.55205058673952,True -2017/06/29 12:00:00,46.05789476899879,True -2017/06/29 13:00:00,46.913233647713234,True -2017/06/29 14:00:00,44.71603830856829,True -2017/06/29 15:00:00,44.457323932960826,True -2017/06/29 16:00:00,47.79898437844063,True -2017/06/29 17:00:00,48.27895669652929,True -2017/06/29 18:00:00,47.81600010903867,True -2017/06/29 19:00:00,48.65970668221644,True -2017/06/29 20:00:00,46.7469449767661,True -2017/06/29 21:00:00,44.950710779457054,True -2017/06/29 22:00:00,38.914374775808135,True -2017/06/29 23:00:00,31.9159225050011,True -2017/06/30 00:00:00,20.12922949869719,True -2017/06/30 01:00:00,15.279804120724163,True -2017/06/30 02:00:00,14.016888432714108,True -2017/06/30 03:00:00,13.140005035924622,True -2017/06/30 04:00:00,15.541944657719132,True -2017/06/30 05:00:00,18.16667330160475,True -2017/06/30 06:00:00,21.334155563839794,True -2017/06/30 07:00:00,31.304586882537777,True -2017/06/30 08:00:00,34.43920167526973,True -2017/06/30 09:00:00,40.03743786432235,True -2017/06/30 10:00:00,44.36050448307684,True -2017/06/30 11:00:00,45.23197461622947,True -2017/06/30 12:00:00,43.73602789951576,True -2017/06/30 13:00:00,44.53466206105453,True -2017/06/30 14:00:00,42.9281274948575,True -2017/06/30 15:00:00,43.1110628380578,True -2017/06/30 16:00:00,45.759298762603,True -2017/06/30 17:00:00,46.782355595597856,True -2017/06/30 18:00:00,45.7835055441777,True -2017/06/30 19:00:00,46.162773377028934,True -2017/06/30 20:00:00,42.5484259820534,True -2017/06/30 21:00:00,39.06633432940533,True -2017/06/30 22:00:00,31.63985779335114,True -2017/06/30 23:00:00,25.0097496774765,True -2017/07/01 00:00:00,16.308073274109052,True -2017/07/01 01:00:00,12.930038320334583,True -2017/07/01 02:00:00,12.59435084048505,True -2017/07/01 03:00:00,11.950000627617728,True -2017/07/01 04:00:00,13.783935041363707,True -2017/07/01 05:00:00,14.418921550274156,True -2017/07/01 06:00:00,20.447135656602303,True -2017/07/01 07:00:00,26.162886132185896,True -2017/07/01 08:00:00,32.57843058473838,True -2017/07/01 09:00:00,37.95403705711096,True -2017/07/01 10:00:00,42.79548931541875,True -2017/07/01 11:00:00,43.77052222301064,True -2017/07/01 12:00:00,43.278424720632245,True -2017/07/01 13:00:00,43.318393517520825,True -2017/07/01 14:00:00,42.23108337596745,True -2017/07/01 15:00:00,42.39691620805199,True -2017/07/01 16:00:00,44.05124650592106,True -2017/07/01 17:00:00,46.84054449645472,True -2017/07/01 18:00:00,44.65142438367979,True -2017/07/01 19:00:00,43.03144813941789,True -2017/07/01 20:00:00,40.43145279804207,True -2017/07/01 21:00:00,40.89560722038808,True -2017/07/01 22:00:00,34.37891638211484,True -2017/07/01 23:00:00,27.946620107131007,True -2017/07/02 00:00:00,17.392831635077577,True -2017/07/02 01:00:00,14.054755839684494,True -2017/07/02 02:00:00,15.333312998010385,True -2017/07/02 03:00:00,14.62805741490341,True -2017/07/02 04:00:00,18.227996311317423,True -2017/07/02 05:00:00,22.71534324785037,True -2017/07/02 06:00:00,25.110318184156927,True -2017/07/02 07:00:00,32.88843076692557,True -2017/07/02 08:00:00,35.34956997942453,True -2017/07/02 09:00:00,37.06327381615619,True -2017/07/02 10:00:00,42.764772459581394,True -2017/07/02 11:00:00,44.14252413498431,True -2017/07/02 12:00:00,42.25728610343697,True -2017/07/02 13:00:00,42.85670740067666,True -2017/07/02 14:00:00,41.89732788566747,True -2017/07/02 15:00:00,41.59592770449798,True -2017/07/02 16:00:00,43.95381776167618,True -2017/07/02 17:00:00,44.505870477400904,True -2017/07/02 18:00:00,42.281086872986194,True -2017/07/02 19:00:00,42.21332072590506,True -2017/07/02 20:00:00,39.67738833380163,True -2017/07/02 21:00:00,37.9848692542038,True -2017/07/02 22:00:00,29.618195949697206,True -2017/07/02 23:00:00,20.910064698193715,True -2017/07/03 00:00:00,14.710693386990798,True -2017/07/03 01:00:00,9.416986529355528,True -2017/07/03 02:00:00,9.634090607715878,True -2017/07/03 03:00:00,11.146974620765274,True -2017/07/03 04:00:00,12.876025717627137,True -2017/07/03 05:00:00,18.241535333133662,True -2017/07/03 06:00:00,21.594874338194906,True -2017/07/03 07:00:00,27.962569550798293,True -2017/07/03 08:00:00,34.36518205784639,True -2017/07/03 09:00:00,40.02213098120986,True -2017/07/03 10:00:00,45.69930230870506,True -2017/07/03 11:00:00,46.17014134983373,True -2017/07/03 12:00:00,45.28728178029277,True -2017/07/03 13:00:00,45.21690778399318,True -2017/07/03 14:00:00,43.87408249891844,True -2017/07/03 15:00:00,43.797136588378564,True -2017/07/03 16:00:00,46.622619177378304,True -2017/07/03 17:00:00,47.71668230229069,True -2017/07/03 18:00:00,46.55852084149577,True -2017/07/03 19:00:00,47.5144684142797,True -2017/07/03 20:00:00,44.57740461654856,True -2017/07/03 21:00:00,41.174324651889386,True -2017/07/03 22:00:00,33.57579299445643,True -2017/07/03 23:00:00,25.573211665604717,True -2017/07/04 00:00:00,16.03730633947772,True -2017/07/04 01:00:00,13.04191016568316,True -2017/07/04 02:00:00,12.902384676305878,True -2017/07/04 03:00:00,12.303471034124547,True -2017/07/04 04:00:00,14.359995232805721,True -2017/07/04 05:00:00,17.9339762856752,True -2017/07/04 06:00:00,21.070482774242624,True -2017/07/04 07:00:00,32.479880871933034,True -2017/07/04 08:00:00,38.66992530058705,True -2017/07/04 09:00:00,42.37573913623336,True -2017/07/04 10:00:00,46.10599138596517,True -2017/07/04 11:00:00,46.777562495970486,True -2017/07/04 12:00:00,45.32007558033236,True -2017/07/04 13:00:00,45.25996387250523,True -2017/07/04 14:00:00,44.328841017096174,True -2017/07/04 15:00:00,43.59414647410453,True -2017/07/04 16:00:00,46.84233233139703,True -2017/07/04 17:00:00,47.79672911146993,True -2017/07/04 18:00:00,46.424040898019506,True -2017/07/04 19:00:00,47.378271160293366,True -2017/07/04 20:00:00,46.433549291872936,True -2017/07/04 21:00:00,44.78652084143717,True -2017/07/04 22:00:00,38.522946556659214,True -2017/07/04 23:00:00,29.24111407354574,True -2017/07/05 00:00:00,18.690131105061997,True -2017/07/05 01:00:00,15.116038574712656,True -2017/07/05 02:00:00,15.030765733649295,True -2017/07/05 03:00:00,13.581189011055619,True -2017/07/05 04:00:00,16.590207127795463,True -2017/07/05 05:00:00,19.380696517795876,True -2017/07/05 06:00:00,22.752416797465372,True -2017/07/05 07:00:00,34.0965272146884,True -2017/07/05 08:00:00,37.52153889673598,True -2017/07/05 09:00:00,43.002190312521556,True -2017/07/05 10:00:00,47.4302227636868,True -2017/07/05 11:00:00,48.76948870874808,True -2017/07/05 12:00:00,47.543245988602436,True -2017/07/05 13:00:00,47.66211770196315,True -2017/07/05 14:00:00,45.629199746995546,True -2017/07/05 15:00:00,44.93553755820922,True -2017/07/05 16:00:00,48.08729321299664,True -2017/07/05 17:00:00,49.31886614593398,True -2017/07/05 18:00:00,47.6809223502075,True -2017/07/05 19:00:00,48.47439565454895,True -2017/07/05 20:00:00,46.03842049974256,True -2017/07/05 21:00:00,43.662098651173515,True -2017/07/05 22:00:00,33.274747439623816,True -2017/07/05 23:00:00,24.927934543518997,True -2017/07/06 00:00:00,15.503384319309843,True -2017/07/06 01:00:00,12.769732416794886,True -2017/07/06 02:00:00,12.620383320022627,True -2017/07/06 03:00:00,9.00816552169265,True -2017/07/06 04:00:00,13.462473440919105,True -2017/07/06 05:00:00,18.58829213629551,True -2017/07/06 06:00:00,19.633702846515263,True -2017/07/06 07:00:00,24.81526187992951,True -2017/07/06 08:00:00,29.910012947709337,True -2017/07/06 09:00:00,36.89796481389923,True -2017/07/06 10:00:00,40.89700451340503,True -2017/07/06 11:00:00,42.91470505064905,True -2017/07/06 12:00:00,42.29408056729894,True -2017/07/06 13:00:00,42.39300902691288,True -2017/07/06 14:00:00,42.81169028594459,True -2017/07/06 15:00:00,42.286753938487074,True -2017/07/06 16:00:00,45.09087582531466,True -2017/07/06 17:00:00,46.57948590845509,True -2017/07/06 18:00:00,45.80357915950677,True -2017/07/06 19:00:00,45.966782102476294,True -2017/07/06 20:00:00,42.00268322430304,True -2017/07/06 21:00:00,39.54182049267051,True -2017/07/06 22:00:00,30.50876101941085,True -2017/07/06 23:00:00,21.316678111226217,True -2017/07/07 00:00:00,12.590165798931213,True -2017/07/07 01:00:00,9.455686902785212,True -2017/07/07 02:00:00,9.500907818455842,True -2017/07/07 03:00:00,11.38179698299919,True -2017/07/07 04:00:00,13.60053180941492,True -2017/07/07 05:00:00,17.03114582269436,True -2017/07/07 06:00:00,20.012496210677412,True -2017/07/07 07:00:00,27.178824607682774,True -2017/07/07 08:00:00,31.391842588090036,True -2017/07/07 09:00:00,38.907340564768695,True -2017/07/07 10:00:00,42.073391742363874,True -2017/07/07 11:00:00,45.644255949489114,True -2017/07/07 12:00:00,44.41057919333543,True -2017/07/07 13:00:00,44.70435315974894,True -2017/07/07 14:00:00,43.31325632975783,True -2017/07/07 15:00:00,43.225812764624536,True -2017/07/07 16:00:00,45.252448728914274,True -2017/07/07 17:00:00,46.339006695065244,True -2017/07/07 18:00:00,45.279111509423544,True -2017/07/07 19:00:00,45.68451747016226,True -2017/07/07 20:00:00,42.83551678549532,True -2017/07/07 21:00:00,40.23247582929881,True -2017/07/07 22:00:00,32.88429605808891,True -2017/07/07 23:00:00,27.239445849062314,True -2017/07/08 00:00:00,17.619904375941026,True -2017/07/08 01:00:00,13.758878802816968,True -2017/07/08 02:00:00,14.42353664106602,True -2017/07/08 03:00:00,14.861181264885278,True -2017/07/08 04:00:00,17.06081682513887,True -2017/07/08 05:00:00,19.117620374386522,True -2017/07/08 06:00:00,23.30481598706605,True -2017/07/08 07:00:00,32.95398668733252,True -2017/07/08 08:00:00,37.05493136332327,True -2017/07/08 09:00:00,42.491227761410606,True -2017/07/08 10:00:00,45.96115490367224,True -2017/07/08 11:00:00,46.36850345027321,True -2017/07/08 12:00:00,44.770738630761144,True -2017/07/08 13:00:00,44.87131159872454,True -2017/07/08 14:00:00,44.92898252747563,True -2017/07/08 15:00:00,43.97180688795819,True -2017/07/08 16:00:00,45.798602575959734,True -2017/07/08 17:00:00,47.79139020391871,True -2017/07/08 18:00:00,45.92476084281025,True -2017/07/08 19:00:00,44.68903579475171,True -2017/07/08 20:00:00,42.48154792243727,True -2017/07/08 21:00:00,42.22835594009821,True -2017/07/08 22:00:00,34.994395469079286,True -2017/07/08 23:00:00,25.963238003704532,True -2017/07/09 00:00:00,16.83757683993338,True -2017/07/09 01:00:00,13.53689767704482,True -2017/07/09 02:00:00,13.547242662403969,True -2017/07/09 03:00:00,12.151064426366611,True -2017/07/09 04:00:00,14.259332031791777,True -2017/07/09 05:00:00,18.41917554053895,True -2017/07/09 06:00:00,21.530054420241473,True -2017/07/09 07:00:00,28.445383115675806,True -2017/07/09 08:00:00,32.41302509467006,True -2017/07/09 09:00:00,37.48907136964509,True -2017/07/09 10:00:00,43.319951259217746,True -2017/07/09 11:00:00,44.88283645291164,True -2017/07/09 12:00:00,43.33969195879375,True -2017/07/09 13:00:00,42.827970955727054,True -2017/07/09 14:00:00,41.61391985462218,True -2017/07/09 15:00:00,41.35442728290543,True -2017/07/09 16:00:00,43.6923299580774,True -2017/07/09 17:00:00,43.573780593238084,True -2017/07/09 18:00:00,41.57582326466639,True -2017/07/09 19:00:00,41.69397262560327,True -2017/07/09 20:00:00,41.701258647823636,True -2017/07/09 21:00:00,38.64486002115251,True -2017/07/09 22:00:00,31.498244611290026,True -2017/07/09 23:00:00,23.95757355337566,True -2017/07/10 00:00:00,15.356954677871473,True -2017/07/10 01:00:00,12.477093443426824,True -2017/07/10 02:00:00,9.650083657410512,True -2017/07/10 03:00:00,9.074835923836705,True -2017/07/10 04:00:00,11.316324737779288,True -2017/07/10 05:00:00,15.108451966779194,True -2017/07/10 06:00:00,18.662491151875617,True -2017/07/10 07:00:00,29.434733298590206,True -2017/07/10 08:00:00,38.32421321744766,True -2017/07/10 09:00:00,42.731678549017914,True -2017/07/10 10:00:00,46.34284802227108,True -2017/07/10 11:00:00,47.54284595742457,True -2017/07/10 12:00:00,45.37514452140787,True -2017/07/10 13:00:00,45.80749093435206,True -2017/07/10 14:00:00,44.456342833971625,True -2017/07/10 15:00:00,44.183041169002955,True -2017/07/10 16:00:00,47.316096423027155,True -2017/07/10 17:00:00,48.82298753029517,True -2017/07/10 18:00:00,47.58075705657016,True -2017/07/10 19:00:00,48.12393605748827,True -2017/07/10 20:00:00,46.18372816390146,True -2017/07/10 21:00:00,43.95417850888579,True -2017/07/10 22:00:00,38.72572699950255,True -2017/07/10 23:00:00,30.426603233815754,True -2017/07/11 00:00:00,18.02426700304657,True -2017/07/11 01:00:00,13.730494165376454,True -2017/07/11 02:00:00,13.938783379502919,True -2017/07/11 03:00:00,13.348397393168751,True -2017/07/11 04:00:00,16.574594715735703,True -2017/07/11 05:00:00,19.52190750957495,True -2017/07/11 06:00:00,23.159983086178364,True -2017/07/11 07:00:00,37.21908972023472,True -2017/07/11 08:00:00,39.11661484663075,True -2017/07/11 09:00:00,43.421431830780904,True -2017/07/11 10:00:00,47.146485842067094,True -2017/07/11 11:00:00,48.50385425558284,True -2017/07/11 12:00:00,47.007917835180365,True -2017/07/11 13:00:00,47.46140602941541,True -2017/07/11 14:00:00,45.79975480566263,True -2017/07/11 15:00:00,45.262844983424735,True -2017/07/11 16:00:00,48.2794229065274,True -2017/07/11 17:00:00,49.88189368218798,True -2017/07/11 18:00:00,48.42030953086422,True -2017/07/11 19:00:00,49.42735354987811,True -2017/07/11 20:00:00,46.292149890342806,True -2017/07/11 21:00:00,42.32661986486023,True -2017/07/11 22:00:00,34.28739352579026,True -2017/07/11 23:00:00,24.904339461595484,True -2017/07/12 00:00:00,15.735626212400064,True -2017/07/12 01:00:00,12.824683877644846,True -2017/07/12 02:00:00,12.700149083940431,True -2017/07/12 03:00:00,9.036867301070666,True -2017/07/12 04:00:00,11.86685470933797,True -2017/07/12 05:00:00,16.755721470071048,True -2017/07/12 06:00:00,18.481212305042558,True -2017/07/12 07:00:00,29.22591750452014,True -2017/07/12 08:00:00,33.359178512095056,True -2017/07/12 09:00:00,38.86660218408728,True -2017/07/12 10:00:00,43.88155027586476,True -2017/07/12 11:00:00,46.331924531360386,True -2017/07/12 12:00:00,44.477575276754,True -2017/07/12 13:00:00,44.561656608725755,True -2017/07/12 14:00:00,43.0613700237096,True -2017/07/12 15:00:00,42.739555840033006,True -2017/07/12 16:00:00,45.64940398732481,True -2017/07/12 17:00:00,45.79043928344829,True -2017/07/12 18:00:00,44.80349776116836,True -2017/07/12 19:00:00,45.82922333150707,True -2017/07/12 20:00:00,41.90584479055194,True -2017/07/12 21:00:00,37.96229120098591,True -2017/07/12 22:00:00,30.78349852443434,True -2017/07/12 23:00:00,22.943427710930084,True -2017/07/13 00:00:00,14.638516226059993,True -2017/07/13 01:00:00,11.730054848979657,True -2017/07/13 02:00:00,12.40491985491138,True -2017/07/13 03:00:00,8.931464341331411,True -2017/07/13 04:00:00,14.172836538281079,True -2017/07/13 05:00:00,18.529921280043688,True -2017/07/13 06:00:00,19.690033779007816,True -2017/07/13 07:00:00,24.986831200222852,True -2017/07/13 08:00:00,33.08661361812515,True -2017/07/13 09:00:00,40.068799691556286,True -2017/07/13 10:00:00,45.07156238678534,True -2017/07/13 11:00:00,46.3685797071928,True -2017/07/13 12:00:00,44.85087991967654,True -2017/07/13 13:00:00,45.35748844770111,True -2017/07/13 14:00:00,43.76324510606572,True -2017/07/13 15:00:00,43.45997165991628,True -2017/07/13 16:00:00,46.52170942039627,True -2017/07/13 17:00:00,47.582976551522755,True -2017/07/13 18:00:00,46.910962429593006,True -2017/07/13 19:00:00,47.36983301377087,True -2017/07/13 20:00:00,44.994885188166414,True -2017/07/13 21:00:00,42.202131932981466,True -2017/07/13 22:00:00,33.66529149428617,True -2017/07/13 23:00:00,25.95534399715754,True -2017/07/14 00:00:00,16.71174270491254,True -2017/07/14 01:00:00,12.976008188973854,True -2017/07/14 02:00:00,13.176472902462695,True -2017/07/14 03:00:00,12.130578226638718,True -2017/07/14 04:00:00,14.434231277605909,True -2017/07/14 05:00:00,17.76074367717875,True -2017/07/14 06:00:00,20.832126256314147,True -2017/07/14 07:00:00,30.529280967724706,True -2017/07/14 08:00:00,36.653650725819965,True -2017/07/14 09:00:00,42.98826309550939,True -2017/07/14 10:00:00,46.25598114073679,True -2017/07/14 11:00:00,47.049138741906425,True -2017/07/14 12:00:00,45.65824813688989,True -2017/07/14 13:00:00,45.70747115193516,True -2017/07/14 14:00:00,44.9527890231371,True -2017/07/14 15:00:00,44.26548050689455,True -2017/07/14 16:00:00,47.092491203006155,True -2017/07/14 17:00:00,47.85736917098887,True -2017/07/14 18:00:00,47.14042791112874,True -2017/07/14 19:00:00,48.057872172795314,True -2017/07/14 20:00:00,46.544466027825784,True -2017/07/14 21:00:00,45.09137204586109,True -2017/07/14 22:00:00,38.53959445561971,True -2017/07/14 23:00:00,31.44282373904427,True -2017/07/15 00:00:00,20.38541730580574,True -2017/07/15 01:00:00,16.49784877013621,True -2017/07/15 02:00:00,16.599076462097287,True -2017/07/15 03:00:00,15.773653294540603,True -2017/07/15 04:00:00,20.229257894980265,True -2017/07/15 05:00:00,21.350793590849484,True -2017/07/15 06:00:00,25.006052650458965,True -2017/07/15 07:00:00,34.014967221449815,True -2017/07/15 08:00:00,38.09342364516247,True -2017/07/15 09:00:00,43.66359714507992,True -2017/07/15 10:00:00,46.40242926788828,True -2017/07/15 11:00:00,47.0086320748794,True -2017/07/15 12:00:00,46.0700460984977,True -2017/07/15 13:00:00,46.35392455613265,True -2017/07/15 14:00:00,46.20858819765068,True -2017/07/15 15:00:00,45.51115264163102,True -2017/07/15 16:00:00,48.24807837241376,True -2017/07/15 17:00:00,49.28503594750475,True -2017/07/15 18:00:00,47.746687535492164,True -2017/07/15 19:00:00,47.207082866543104,True -2017/07/15 20:00:00,45.01156488033671,True -2017/07/15 21:00:00,46.92609599314246,True -2017/07/15 22:00:00,41.21686123872555,True -2017/07/15 23:00:00,34.41392081718338,True -2017/07/16 00:00:00,25.479301604832543,True -2017/07/16 01:00:00,19.31372759128977,True -2017/07/16 02:00:00,19.43201439476266,True -2017/07/16 03:00:00,18.47461565152996,True -2017/07/16 04:00:00,24.727060591045305,True -2017/07/16 05:00:00,28.289213380336797,True -2017/07/16 06:00:00,31.74811876096143,True -2017/07/16 07:00:00,34.56511466033457,True -2017/07/16 08:00:00,36.309001948595856,True -2017/07/16 09:00:00,39.821636220026065,True -2017/07/16 10:00:00,46.128847197535066,True -2017/07/16 11:00:00,47.33043059174635,True -2017/07/16 12:00:00,45.041465160256614,True -2017/07/16 13:00:00,44.460834494541274,True -2017/07/16 14:00:00,43.58923122982816,True -2017/07/16 15:00:00,43.56496417283085,True -2017/07/16 16:00:00,47.307180532462134,True -2017/07/16 17:00:00,45.61023261613831,True -2017/07/16 18:00:00,43.27870900722657,True -2017/07/16 19:00:00,43.48350025802646,True -2017/07/16 20:00:00,43.67501144182241,True -2017/07/16 21:00:00,43.997640617607225,True -2017/07/16 22:00:00,38.635240382447414,True -2017/07/16 23:00:00,32.56873327581138,True -2017/07/17 00:00:00,23.83217108493359,True -2017/07/17 01:00:00,19.10724200198151,True -2017/07/17 02:00:00,18.417086333985935,True -2017/07/17 03:00:00,18.195065041676717,True -2017/07/17 04:00:00,23.043641510723827,True -2017/07/17 05:00:00,24.97879193513305,True -2017/07/17 06:00:00,28.881506085038662,True -2017/07/17 07:00:00,39.166933128447894,True -2017/07/17 08:00:00,40.708212155768734,True -2017/07/17 09:00:00,44.69524975800176,True -2017/07/17 10:00:00,47.705756220600165,True -2017/07/17 11:00:00,48.620512176923235,True -2017/07/17 12:00:00,47.17235396215804,True -2017/07/17 13:00:00,47.533053802184824,True -2017/07/17 14:00:00,45.650002331037605,True -2017/07/17 15:00:00,44.465561415977824,True -2017/07/17 16:00:00,48.637511003028195,True -2017/07/17 17:00:00,48.70564448254934,True -2017/07/17 18:00:00,48.620550459683116,True -2017/07/17 19:00:00,49.805161892588934,True -2017/07/17 20:00:00,47.23086014889696,True -2017/07/17 21:00:00,45.36442214483143,True -2017/07/17 22:00:00,39.39351573499772,True -2017/07/17 23:00:00,32.19793576920187,True -2017/07/18 00:00:00,18.8244896606584,True -2017/07/18 01:00:00,15.534230411248771,True -2017/07/18 02:00:00,15.395522850707032,True -2017/07/18 03:00:00,14.376938237243431,True -2017/07/18 04:00:00,17.220431189849826,True -2017/07/18 05:00:00,19.7589889411439,True -2017/07/18 06:00:00,23.53696403102977,True -2017/07/18 07:00:00,37.35942277862331,True -2017/07/18 08:00:00,39.21837824213146,True -2017/07/18 09:00:00,45.480484197357136,True -2017/07/18 10:00:00,47.12442078170677,True -2017/07/18 11:00:00,47.69568562285263,True -2017/07/18 12:00:00,45.44770269417411,True -2017/07/18 13:00:00,46.49670424666391,True -2017/07/18 14:00:00,44.912863195895056,True -2017/07/18 15:00:00,44.44080466242267,True -2017/07/18 16:00:00,48.66589996910152,True -2017/07/18 17:00:00,49.177758449164244,True -2017/07/18 18:00:00,47.94651228181631,True -2017/07/18 19:00:00,48.76663970903891,True -2017/07/18 20:00:00,46.758051674265616,True -2017/07/18 21:00:00,45.4695811819135,True -2017/07/18 22:00:00,39.383853976388195,True -2017/07/18 23:00:00,32.46259925897894,True -2017/07/19 00:00:00,20.447885466454252,True -2017/07/19 01:00:00,16.801967852503672,True -2017/07/19 02:00:00,17.33157830706615,True -2017/07/19 03:00:00,17.10322818787562,True -2017/07/19 04:00:00,21.655893961095074,True -2017/07/19 05:00:00,22.82936313759502,True -2017/07/19 06:00:00,26.436098091647324,True -2017/07/19 07:00:00,38.42356148050278,True -2017/07/19 08:00:00,40.341403221112245,True -2017/07/19 09:00:00,44.863554488995,True -2017/07/19 10:00:00,48.41837066375622,True -2017/07/19 11:00:00,49.21547468958486,True -2017/07/19 12:00:00,48.15581287185569,True -2017/07/19 13:00:00,48.233873695350816,True -2017/07/19 14:00:00,47.184334331988346,True -2017/07/19 15:00:00,46.75422534773003,True -2017/07/19 16:00:00,49.77978178088654,True -2017/07/19 17:00:00,50.01894050657931,True -2017/07/19 18:00:00,48.954212801885674,True -2017/07/19 19:00:00,50.63863625573281,True -2017/07/19 20:00:00,48.689193809970874,True -2017/07/19 21:00:00,46.91716754276599,True -2017/07/19 22:00:00,40.790972390391325,True -2017/07/19 23:00:00,33.80371862198559,True -2017/07/20 00:00:00,24.596416659331794,True -2017/07/20 01:00:00,19.624688602349202,True -2017/07/20 02:00:00,19.754822909534475,True -2017/07/20 03:00:00,19.193376420511182,True -2017/07/20 04:00:00,24.559407751674545,True -2017/07/20 05:00:00,27.62662481402429,True -2017/07/20 06:00:00,32.20937193593995,True -2017/07/20 07:00:00,39.58660667643375,True -2017/07/20 08:00:00,40.98778718348481,True -2017/07/20 09:00:00,45.43215130893741,True -2017/07/20 10:00:00,48.33650026865824,True -2017/07/20 11:00:00,49.86686511066044,True -2017/07/20 12:00:00,48.519537577341424,True -2017/07/20 13:00:00,49.174963849074466,True -2017/07/20 14:00:00,47.858875304590704,True -2017/07/20 15:00:00,46.90298699491998,True -2017/07/20 16:00:00,50.25864646186173,True -2017/07/20 17:00:00,49.42417337855254,True -2017/07/20 18:00:00,49.29802819854288,True -2017/07/20 19:00:00,51.00124736935442,True -2017/07/20 20:00:00,49.19690872552806,True -2017/07/20 21:00:00,48.40668545882321,True -2017/07/20 22:00:00,41.97869081373955,True -2017/07/20 23:00:00,34.95427680406476,True -2017/07/21 00:00:00,26.076457813307204,True -2017/07/21 01:00:00,21.44347713326832,True -2017/07/21 02:00:00,21.797717899207836,True -2017/07/21 03:00:00,21.335770804791416,True -2017/07/21 04:00:00,25.24889912801426,True -2017/07/21 05:00:00,29.317203974481213,True -2017/07/21 06:00:00,31.985237048761,True -2017/07/21 07:00:00,39.701988982528235,True -2017/07/21 08:00:00,41.53741888078816,True -2017/07/21 09:00:00,45.78235606305274,True -2017/07/21 10:00:00,48.93611098944516,True -2017/07/21 11:00:00,49.07738529216499,True -2017/07/21 12:00:00,47.927402900555755,True -2017/07/21 13:00:00,48.318587209908685,True -2017/07/21 14:00:00,46.57194378924437,True -2017/07/21 15:00:00,46.45511706126917,True -2017/07/21 16:00:00,48.691385190706534,True -2017/07/21 17:00:00,50.05729720004589,True -2017/07/21 18:00:00,48.802100271081265,True -2017/07/21 19:00:00,50.37242225576942,True -2017/07/21 20:00:00,48.939682648745475,True -2017/07/21 21:00:00,46.55983741485157,True -2017/07/21 22:00:00,39.65823116622778,True -2017/07/21 23:00:00,33.769863945364285,True -2017/07/22 00:00:00,25.765258447624724,True -2017/07/22 01:00:00,19.21384987568186,True -2017/07/22 02:00:00,19.4105956669608,True -2017/07/22 03:00:00,19.147896361859715,True -2017/07/22 04:00:00,23.30510153138648,True -2017/07/22 05:00:00,23.076929133267313,True -2017/07/22 06:00:00,26.951506046855258,True -2017/07/22 07:00:00,34.1787500434097,True -2017/07/22 08:00:00,38.30828428895837,True -2017/07/22 09:00:00,42.245455451275284,True -2017/07/22 10:00:00,46.465609926941774,True -2017/07/22 11:00:00,46.5743507670325,True -2017/07/22 12:00:00,44.90133886235576,True -2017/07/22 13:00:00,43.77913127189435,True -2017/07/22 14:00:00,42.42078401858226,True -2017/07/22 15:00:00,42.457228657208056,True -2017/07/22 16:00:00,44.95628649425053,True -2017/07/22 17:00:00,46.9482078937711,True -2017/07/22 18:00:00,45.50221021994311,True -2017/07/22 19:00:00,44.158011721797486,True -2017/07/22 20:00:00,42.623185592731815,True -2017/07/22 21:00:00,44.18655029567295,True -2017/07/22 22:00:00,38.94144851176819,True -2017/07/22 23:00:00,32.753795179860404,True -2017/07/23 00:00:00,20.442962493110652,True -2017/07/23 01:00:00,17.070131513098154,True -2017/07/23 02:00:00,17.268417935331616,True -2017/07/23 03:00:00,16.507693534873997,True -2017/07/23 04:00:00,18.99261059765679,True -2017/07/23 05:00:00,23.383337476813196,True -2017/07/23 06:00:00,24.271213254630318,True -2017/07/23 07:00:00,32.262067351901294,True -2017/07/23 08:00:00,33.027463905078285,True -2017/07/23 09:00:00,36.691539868236184,True -2017/07/23 10:00:00,42.30024356281788,True -2017/07/23 11:00:00,44.567702098040854,True -2017/07/23 12:00:00,43.216729521089725,True -2017/07/23 13:00:00,42.9687148850135,True -2017/07/23 14:00:00,41.079393490892414,True -2017/07/23 15:00:00,41.51907061134938,True -2017/07/23 16:00:00,44.131454653536736,True -2017/07/23 17:00:00,43.787788744575344,True -2017/07/23 18:00:00,42.011191276187546,True -2017/07/23 19:00:00,42.446336689497095,True -2017/07/23 20:00:00,42.84196122759041,True -2017/07/23 21:00:00,43.10062272996332,True -2017/07/23 22:00:00,37.558258917506315,True -2017/07/23 23:00:00,31.426435306073884,True -2017/07/24 00:00:00,17.301468960489764,True -2017/07/24 01:00:00,13.441415684523557,True -2017/07/24 02:00:00,13.339820264634673,True -2017/07/24 03:00:00,12.626367343090042,True -2017/07/24 04:00:00,14.494476712769545,True -2017/07/24 05:00:00,18.01753873871754,True -2017/07/24 06:00:00,21.093889005217108,True -2017/07/24 07:00:00,32.16366961559071,True -2017/07/24 08:00:00,36.575311038858054,True -2017/07/24 09:00:00,42.89085889960808,True -2017/07/24 10:00:00,46.23880276480589,True -2017/07/24 11:00:00,47.06865491169784,True -2017/07/24 12:00:00,45.418977035956736,True -2017/07/24 13:00:00,45.64309941904799,True -2017/07/24 14:00:00,44.096438927985446,True -2017/07/24 15:00:00,43.531316667137986,True -2017/07/24 16:00:00,47.22344353014284,True -2017/07/24 17:00:00,47.913398874881764,True -2017/07/24 18:00:00,46.421078843110884,True -2017/07/24 19:00:00,47.52411259414997,True -2017/07/24 20:00:00,45.500329508288374,True -2017/07/24 21:00:00,44.12972732447088,True -2017/07/24 22:00:00,37.76908999909087,True -2017/07/24 23:00:00,27.305483070723035,True -2017/07/25 00:00:00,16.781566661516717,True -2017/07/25 01:00:00,13.096635866859573,True -2017/07/25 02:00:00,12.867907613700954,True -2017/07/25 03:00:00,12.123393778673869,True -2017/07/25 04:00:00,14.099568971338421,True -2017/07/25 05:00:00,17.732099680277315,True -2017/07/25 06:00:00,21.057975612477325,True -2017/07/25 07:00:00,29.233172722312574,True -2017/07/25 08:00:00,36.02588249091667,True -2017/07/25 09:00:00,42.443189770974456,True -2017/07/25 10:00:00,46.377925595618706,True -2017/07/25 11:00:00,46.88502769554464,True -2017/07/25 12:00:00,45.14655875456539,True -2017/07/25 13:00:00,45.626507910507726,True -2017/07/25 14:00:00,44.08343477003594,True -2017/07/25 15:00:00,43.91626664561465,True -2017/07/25 16:00:00,46.923586191484375,True -2017/07/25 17:00:00,47.71582858939089,True -2017/07/25 18:00:00,47.1586120041618,True -2017/07/25 19:00:00,47.96037674106436,True -2017/07/25 20:00:00,46.3127852693067,True -2017/07/25 21:00:00,45.03714184731,True -2017/07/25 22:00:00,39.202093106703245,True -2017/07/25 23:00:00,30.350896226752013,True -2017/07/26 00:00:00,18.67607768939352,True -2017/07/26 01:00:00,15.443259050687104,True -2017/07/26 02:00:00,15.443947406602394,True -2017/07/26 03:00:00,14.246689716326882,True -2017/07/26 04:00:00,17.68632181401768,True -2017/07/26 05:00:00,19.53181495848835,True -2017/07/26 06:00:00,23.288563486620657,True -2017/07/26 07:00:00,35.63905682616159,True -2017/07/26 08:00:00,38.8950525544422,True -2017/07/26 09:00:00,43.30621412916612,True -2017/07/26 10:00:00,47.06543093662861,True -2017/07/26 11:00:00,48.441743493519525,True -2017/07/26 12:00:00,47.39247521876374,True -2017/07/26 13:00:00,47.3710328364314,True -2017/07/26 14:00:00,45.83939666783026,True -2017/07/26 15:00:00,45.32183183145549,True -2017/07/26 16:00:00,48.89311861204035,True -2017/07/26 17:00:00,49.29876006501541,True -2017/07/26 18:00:00,47.39125268545726,True -2017/07/26 19:00:00,47.97882413769992,True -2017/07/26 20:00:00,47.38638305918403,True -2017/07/26 21:00:00,44.92712662373973,True -2017/07/26 22:00:00,38.96933543808434,True -2017/07/26 23:00:00,32.11565171895574,True -2017/07/27 00:00:00,21.46324368728585,True -2017/07/27 01:00:00,16.483750064162265,True -2017/07/27 02:00:00,17.98600455296526,True -2017/07/27 03:00:00,17.43311370016643,True -2017/07/27 04:00:00,21.132410479011945,True -2017/07/27 05:00:00,22.29268270097738,True -2017/07/27 06:00:00,26.495995492158638,True -2017/07/27 07:00:00,37.858703108106816,True -2017/07/27 08:00:00,39.85924230123051,True -2017/07/27 09:00:00,44.49182954060551,True -2017/07/27 10:00:00,47.2555980632101,True -2017/07/27 11:00:00,48.76571603489251,True -2017/07/27 12:00:00,48.12368181491597,True -2017/07/27 13:00:00,48.14024698212603,True -2017/07/27 14:00:00,45.560639090281356,True -2017/07/27 15:00:00,44.16042733011964,True -2017/07/27 16:00:00,48.0600725023693,True -2017/07/27 17:00:00,49.82499533240804,True -2017/07/27 18:00:00,49.29708101462884,True -2017/07/27 19:00:00,47.83071131758938,True -2017/07/27 20:00:00,46.86526235391886,True -2017/07/27 21:00:00,44.86228190430778,True -2017/07/27 22:00:00,38.76757441100616,True -2017/07/27 23:00:00,32.013327680534644,True -2017/07/28 00:00:00,21.80065080554151,True -2017/07/28 01:00:00,16.967172224661006,True -2017/07/28 02:00:00,17.157253454280085,True -2017/07/28 03:00:00,16.071538637964565,True -2017/07/28 04:00:00,20.107060563047742,True -2017/07/28 05:00:00,21.977597734124025,True -2017/07/28 06:00:00,26.090268368644463,True -2017/07/28 07:00:00,37.85899174812852,True -2017/07/28 08:00:00,39.06712254820704,True -2017/07/28 09:00:00,42.44589081917193,True -2017/07/28 10:00:00,46.44815429282469,True -2017/07/28 11:00:00,47.65577644020173,True -2017/07/28 12:00:00,46.42205973121119,True -2017/07/28 13:00:00,46.34750330232053,True -2017/07/28 14:00:00,45.97646853513898,True -2017/07/28 15:00:00,45.360021718782164,True -2017/07/28 16:00:00,47.95325853397646,True -2017/07/28 17:00:00,49.52648644757571,True -2017/07/28 18:00:00,47.74840014897387,True -2017/07/28 19:00:00,48.63063193989232,True -2017/07/28 20:00:00,47.04150798694833,True -2017/07/28 21:00:00,45.24161011933409,True -2017/07/28 22:00:00,38.85945772898832,True -2017/07/28 23:00:00,32.85383095426649,True -2017/07/29 00:00:00,22.335074549591184,True -2017/07/29 01:00:00,17.57832479693423,True -2017/07/29 02:00:00,18.420854351103582,True -2017/07/29 03:00:00,17.95850105050823,True -2017/07/29 04:00:00,23.285782930653472,True -2017/07/29 05:00:00,22.93821450757152,True -2017/07/29 06:00:00,26.775459575676297,True -2017/07/29 07:00:00,34.44980223336158,True -2017/07/29 08:00:00,37.59095069779804,True -2017/07/29 09:00:00,42.68457822082676,True -2017/07/29 10:00:00,45.93933304031394,True -2017/07/29 11:00:00,49.140733051890074,True -2017/07/29 12:00:00,46.12073707564653,True -2017/07/29 13:00:00,45.45624895058961,True -2017/07/29 14:00:00,44.37911125922531,True -2017/07/29 15:00:00,44.17908322137019,True -2017/07/29 16:00:00,46.53418034224399,True -2017/07/29 17:00:00,48.34655940872014,True -2017/07/29 18:00:00,46.49118693064367,True -2017/07/29 19:00:00,45.28489336112364,True -2017/07/29 20:00:00,43.41805000923904,True -2017/07/29 21:00:00,45.015883515429714,True -2017/07/29 22:00:00,39.180779337344674,True -2017/07/29 23:00:00,32.41696282436675,True -2017/07/30 00:00:00,20.14544582447938,True -2017/07/30 01:00:00,15.468481994006702,True -2017/07/30 02:00:00,16.458665129866095,True -2017/07/30 03:00:00,17.686039573057094,True -2017/07/30 04:00:00,19.445585971486032,True -2017/07/30 05:00:00,24.318691599475716,True -2017/07/30 06:00:00,24.909290142885823,True -2017/07/30 07:00:00,29.652245782534738,True -2017/07/30 08:00:00,35.3675502395522,True -2017/07/30 09:00:00,37.90823504056652,True -2017/07/30 10:00:00,43.7359252092759,True -2017/07/30 11:00:00,45.17447992670256,True -2017/07/30 12:00:00,44.18916738941434,True -2017/07/30 13:00:00,43.93825101962938,True -2017/07/30 14:00:00,42.24971299196947,True -2017/07/30 15:00:00,41.60098851074888,True -2017/07/30 16:00:00,44.34669806390082,True -2017/07/30 17:00:00,45.104710175991045,True -2017/07/30 18:00:00,42.81694214156622,True -2017/07/30 19:00:00,42.796014368838776,True -2017/07/30 20:00:00,43.38330486751115,True -2017/07/30 21:00:00,43.52718053850895,True -2017/07/30 22:00:00,38.06707987278761,True -2017/07/30 23:00:00,31.058771958936003,True -2017/07/31 00:00:00,18.475929295496893,True -2017/07/31 01:00:00,15.059205836074879,True -2017/07/31 02:00:00,15.352647102493103,True -2017/07/31 03:00:00,14.496441968026815,True -2017/07/31 04:00:00,17.128173045610467,True -2017/07/31 05:00:00,19.378521360246754,True -2017/07/31 06:00:00,22.874087435738755,True -2017/07/31 07:00:00,34.55980214823531,True -2017/07/31 08:00:00,38.712688026991565,True -2017/07/31 09:00:00,43.337106827011645,True -2017/07/31 10:00:00,46.42192734415782,True -2017/07/31 11:00:00,46.861909642583726,True -2017/07/31 12:00:00,45.59344839138666,True -2017/07/31 13:00:00,45.80721400353544,True -2017/07/31 14:00:00,44.51848592960606,True -2017/07/31 15:00:00,44.38686301789656,True -2017/07/31 16:00:00,47.62774522640174,True -2017/07/31 17:00:00,49.381641334549776,True -2017/07/31 18:00:00,48.34372062419188,True -2017/07/31 19:00:00,49.341415111313594,True -2017/07/31 20:00:00,47.92989276604851,True -2017/07/31 21:00:00,45.765375634680986,True -2017/07/31 22:00:00,39.28624710435618,True -2017/07/31 23:00:00,31.874574502559938,True -2017/08/01 00:00:00,17.597181687545163,True -2017/08/01 01:00:00,14.54070467026279,True -2017/08/01 02:00:00,12.926973320222077,True -2017/08/01 03:00:00,9.195285732679935,True -2017/08/01 04:00:00,13.872057826135551,True -2017/08/01 05:00:00,18.56830956426296,True -2017/08/01 06:00:00,20.11142701399897,True -2017/08/01 07:00:00,24.999282498789103,True -2017/08/01 08:00:00,31.903860275153733,True -2017/08/01 09:00:00,38.84899108411329,True -2017/08/01 10:00:00,44.45983752820631,True -2017/08/01 11:00:00,44.69884700413741,True -2017/08/01 12:00:00,44.589177777764824,True -2017/08/01 13:00:00,44.623631607381355,True -2017/08/01 14:00:00,43.44376166348951,True -2017/08/01 15:00:00,43.092868045430244,True -2017/08/01 16:00:00,45.92481621621863,True -2017/08/01 17:00:00,47.18021041997858,True -2017/08/01 18:00:00,45.63498792467426,True -2017/08/01 19:00:00,46.15386460977729,True -2017/08/01 20:00:00,42.95147760136249,True -2017/08/01 21:00:00,38.55200587037202,True -2017/08/01 22:00:00,31.75924090603595,True -2017/08/01 23:00:00,23.616498585652796,True -2017/08/02 00:00:00,14.936975973585321,True -2017/08/02 01:00:00,11.608500232339678,True -2017/08/02 02:00:00,9.582980881555848,True -2017/08/02 03:00:00,9.024338314873955,True -2017/08/02 04:00:00,13.319830546859572,True -2017/08/02 05:00:00,16.99675543207045,True -2017/08/02 06:00:00,21.390386871416922,True -2017/08/02 07:00:00,27.99706127165705,True -2017/08/02 08:00:00,33.47057623077013,True -2017/08/02 09:00:00,39.25735965173462,True -2017/08/02 10:00:00,44.45731305319009,True -2017/08/02 11:00:00,45.13501748193394,True -2017/08/02 12:00:00,44.32509646834134,True -2017/08/02 13:00:00,45.11784351322584,True -2017/08/02 14:00:00,43.33927305104401,True -2017/08/02 15:00:00,43.05000998599367,True -2017/08/02 16:00:00,45.86512555211048,True -2017/08/02 17:00:00,47.12580695136785,True -2017/08/02 18:00:00,46.1570120126233,True -2017/08/02 19:00:00,46.313556179875896,True -2017/08/02 20:00:00,42.166534146323926,True -2017/08/02 21:00:00,39.11544207284148,True -2017/08/02 22:00:00,31.227086275411544,True -2017/08/02 23:00:00,21.764717699404706,True -2017/08/03 00:00:00,11.737330422986487,True -2017/08/03 01:00:00,11.024754768796983,True -2017/08/03 02:00:00,11.9080101901274,True -2017/08/03 03:00:00,11.13470484395597,True -2017/08/03 04:00:00,13.891586810697223,True -2017/08/03 05:00:00,18.417558586042144,True -2017/08/03 06:00:00,21.52977306609194,True -2017/08/03 07:00:00,24.911234658634456,True -2017/08/03 08:00:00,32.60844491713296,True -2017/08/03 09:00:00,42.00738627173614,True -2017/08/03 10:00:00,45.55614490181683,True -2017/08/03 11:00:00,46.53087518798165,True -2017/08/03 12:00:00,44.93866577667945,True -2017/08/03 13:00:00,45.36417632204925,True -2017/08/03 14:00:00,43.8116798778335,True -2017/08/03 15:00:00,43.6141398901975,True -2017/08/03 16:00:00,46.26384497327286,True -2017/08/03 17:00:00,47.3198111225851,True -2017/08/03 18:00:00,46.55225419880662,True -2017/08/03 19:00:00,47.00074598893467,True -2017/08/03 20:00:00,45.635292009734535,True -2017/08/03 21:00:00,42.45818011133812,True -2017/08/03 22:00:00,32.32009870250556,True -2017/08/03 23:00:00,22.946468377995892,True -2017/08/04 00:00:00,15.537441342835848,True -2017/08/04 01:00:00,9.412016518112164,True -2017/08/04 02:00:00,11.40706941007275,True -2017/08/04 03:00:00,9.053577699072338,True -2017/08/04 04:00:00,14.021693658148187,True -2017/08/04 05:00:00,16.74333669378617,True -2017/08/04 06:00:00,21.59138163101116,True -2017/08/04 07:00:00,27.29127071258278,True -2017/08/04 08:00:00,34.77397467282796,True -2017/08/04 09:00:00,42.62183375528457,True -2017/08/04 10:00:00,46.46988060630853,True -2017/08/04 11:00:00,46.707195096252796,True -2017/08/04 12:00:00,45.16215869700831,True -2017/08/04 13:00:00,45.61071525350753,True -2017/08/04 14:00:00,43.67339405903845,True -2017/08/04 15:00:00,43.754570249541004,True -2017/08/04 16:00:00,46.67327549181644,True -2017/08/04 17:00:00,47.743475043400394,True -2017/08/04 18:00:00,47.02015800800268,True -2017/08/04 19:00:00,47.76554063884385,True -2017/08/04 20:00:00,47.84317587072009,True -2017/08/04 21:00:00,42.7882936841269,True -2017/08/04 22:00:00,34.86094997075889,True -2017/08/04 23:00:00,26.690044178691128,True -2017/08/05 00:00:00,16.989576210651098,True -2017/08/05 01:00:00,13.303072748172358,True -2017/08/05 02:00:00,13.323889923996619,True -2017/08/05 03:00:00,12.414896034056506,True -2017/08/05 04:00:00,14.562006726924494,True -2017/08/05 05:00:00,17.516150562945633,True -2017/08/05 06:00:00,20.988629922793876,True -2017/08/05 07:00:00,27.15743201022876,True -2017/08/05 08:00:00,35.132798463813344,True -2017/08/05 09:00:00,42.92089383118732,True -2017/08/05 10:00:00,46.18806173577144,True -2017/08/05 11:00:00,45.448002939504214,True -2017/08/05 12:00:00,44.31147588246185,True -2017/08/05 13:00:00,44.14089749796739,True -2017/08/05 14:00:00,42.72166765288164,True -2017/08/05 15:00:00,42.45101884293908,True -2017/08/05 16:00:00,44.9902635897826,True -2017/08/05 17:00:00,47.12606984912725,True -2017/08/05 18:00:00,45.40744641123389,True -2017/08/05 19:00:00,44.423919977375526,True -2017/08/05 20:00:00,45.00563470769861,True -2017/08/05 21:00:00,43.82264488176706,True -2017/08/05 22:00:00,37.46389411970899,True -2017/08/05 23:00:00,28.672400877833095,True -2017/08/06 00:00:00,18.172963193775004,True -2017/08/06 01:00:00,14.883436900237587,True -2017/08/06 02:00:00,14.890605775060495,True -2017/08/06 03:00:00,14.38838566180951,True -2017/08/06 04:00:00,17.174381103199668,True -2017/08/06 05:00:00,21.064439570463684,True -2017/08/06 06:00:00,23.828844992500667,True -2017/08/06 07:00:00,27.49861216828577,True -2017/08/06 08:00:00,31.73465679023628,True -2017/08/06 09:00:00,37.343045343298925,True -2017/08/06 10:00:00,43.65543837267828,True -2017/08/06 11:00:00,45.13668604175388,True -2017/08/06 12:00:00,43.55688926757629,True -2017/08/06 13:00:00,43.481619834420634,True -2017/08/06 14:00:00,42.09205893559012,True -2017/08/06 15:00:00,41.93149434254387,True -2017/08/06 16:00:00,44.2726560142614,True -2017/08/06 17:00:00,44.89500858241477,True -2017/08/06 18:00:00,42.542187018121304,True -2017/08/06 19:00:00,42.876365000847876,True -2017/08/06 20:00:00,45.21992341550461,True -2017/08/06 21:00:00,43.684346506804715,True -2017/08/06 22:00:00,37.24399175398695,True -2017/08/06 23:00:00,30.31030260128165,True -2017/08/07 00:00:00,19.012046676211163,True -2017/08/07 01:00:00,15.904805555845266,True -2017/08/07 02:00:00,16.96001866677058,True -2017/08/07 03:00:00,15.999929277263192,True -2017/08/07 04:00:00,19.426540708884772,True -2017/08/07 05:00:00,21.51351125992087,True -2017/08/07 06:00:00,25.2555517183247,True -2017/08/07 07:00:00,37.38922780817657,True -2017/08/07 08:00:00,38.97084634943772,True -2017/08/07 09:00:00,43.22461615039676,True -2017/08/07 10:00:00,46.858890108315414,True -2017/08/07 11:00:00,47.63586524837609,True -2017/08/07 12:00:00,46.62355723840777,True -2017/08/07 13:00:00,46.53243467572531,True -2017/08/07 14:00:00,44.57962878507563,True -2017/08/07 15:00:00,44.778655266383225,True -2017/08/07 16:00:00,47.58863692581801,True -2017/08/07 17:00:00,48.534976610018376,True -2017/08/07 18:00:00,47.59202846731189,True -2017/08/07 19:00:00,48.63070623887321,True -2017/08/07 20:00:00,48.82380362660272,True -2017/08/07 21:00:00,45.22118085270101,True -2017/08/07 22:00:00,39.092352774856806,True -2017/08/07 23:00:00,32.25634039891896,True -2017/08/08 00:00:00,20.003236727036864,True -2017/08/08 01:00:00,16.38767336840931,True -2017/08/08 02:00:00,17.215398242024584,True -2017/08/08 03:00:00,16.74299767459334,True -2017/08/08 04:00:00,20.426494953062218,True -2017/08/08 05:00:00,22.46860974741407,True -2017/08/08 06:00:00,24.807707442383887,True -2017/08/08 07:00:00,37.29840995250999,True -2017/08/08 08:00:00,38.76650198799299,True -2017/08/08 09:00:00,43.04096431697537,True -2017/08/08 10:00:00,46.44110631656293,True -2017/08/08 11:00:00,46.90780311709255,True -2017/08/08 12:00:00,45.337099902058306,True -2017/08/08 13:00:00,45.59206572884071,True -2017/08/08 14:00:00,43.824282552608636,True -2017/08/08 15:00:00,43.992788552375536,True -2017/08/08 16:00:00,46.72357959334449,True -2017/08/08 17:00:00,47.9678762971427,True -2017/08/08 18:00:00,47.008364626054366,True -2017/08/08 19:00:00,47.41155278077392,True -2017/08/08 20:00:00,47.85202555102617,True -2017/08/08 21:00:00,43.98213978004565,True -2017/08/08 22:00:00,36.053872530273644,True -2017/08/08 23:00:00,26.842130969501298,True -2017/08/09 00:00:00,16.652011740211098,True -2017/08/09 01:00:00,13.406406291632582,True -2017/08/09 02:00:00,13.223300023585722,True -2017/08/09 03:00:00,12.718822852946495,True -2017/08/09 04:00:00,15.15268330837969,True -2017/08/09 05:00:00,17.71538031445679,True -2017/08/09 06:00:00,21.54425513420194,True -2017/08/09 07:00:00,31.524578177016668,True -2017/08/09 08:00:00,37.446316666836104,True -2017/08/09 09:00:00,42.957603846703,True -2017/08/09 10:00:00,46.53284811508105,True -2017/08/09 11:00:00,47.82898428912787,True -2017/08/09 12:00:00,45.77800764190199,True -2017/08/09 13:00:00,46.35662576455775,True -2017/08/09 14:00:00,44.432923658268194,True -2017/08/09 15:00:00,44.10316104434816,True -2017/08/09 16:00:00,47.629583690741924,True -2017/08/09 17:00:00,48.094774265948764,True -2017/08/09 18:00:00,47.11328668329732,True -2017/08/09 19:00:00,48.357621550232956,True -2017/08/09 20:00:00,48.070977996973184,True -2017/08/09 21:00:00,45.02550018053537,True -2017/08/09 22:00:00,35.06252846088628,True -2017/08/09 23:00:00,26.080103793420534,True -2017/08/10 00:00:00,15.85158995061651,True -2017/08/10 01:00:00,13.272287053672787,True -2017/08/10 02:00:00,13.088365746154997,True -2017/08/10 03:00:00,12.487903808365807,True -2017/08/10 04:00:00,15.000330385927551,True -2017/08/10 05:00:00,18.17042112056915,True -2017/08/10 06:00:00,21.35649630781408,True -2017/08/10 07:00:00,32.982868038016996,True -2017/08/10 08:00:00,38.036670754404604,True -2017/08/10 09:00:00,43.91155762566322,True -2017/08/10 10:00:00,47.565892278741124,True -2017/08/10 11:00:00,48.7067140434829,True -2017/08/10 12:00:00,48.19724643379902,True -2017/08/10 13:00:00,47.06426337065209,True -2017/08/10 14:00:00,45.34548103075372,True -2017/08/10 15:00:00,45.01206378740141,True -2017/08/10 16:00:00,47.88400950190683,True -2017/08/10 17:00:00,48.75406761056249,True -2017/08/10 18:00:00,48.36608642727213,True -2017/08/10 19:00:00,48.724237966274956,True -2017/08/10 20:00:00,48.572404963159094,True -2017/08/10 21:00:00,45.6481003090447,True -2017/08/10 22:00:00,39.7968721956938,True -2017/08/10 23:00:00,32.84463181437351,True -2017/08/11 00:00:00,25.652759078572117,True -2017/08/11 01:00:00,17.69824251957477,True -2017/08/11 02:00:00,15.795288648599621,True -2017/08/11 03:00:00,13.704961932494152,True -2017/08/11 04:00:00,16.842839821393245,True -2017/08/11 05:00:00,18.725788039349112,True -2017/08/11 06:00:00,21.846473800791255,True -2017/08/11 07:00:00,31.220744496903684,True -2017/08/11 08:00:00,33.90466138387258,True -2017/08/11 09:00:00,39.71393126232881,True -2017/08/11 10:00:00,43.97854680518646,True -2017/08/11 11:00:00,46.25939872698187,True -2017/08/11 12:00:00,44.84338706233317,True -2017/08/11 13:00:00,45.259905352131554,True -2017/08/11 14:00:00,43.94543468506431,True -2017/08/11 15:00:00,43.63363401604376,True -2017/08/11 16:00:00,46.43714694806745,True -2017/08/11 17:00:00,47.38886096011571,True -2017/08/11 18:00:00,46.371403328050434,True -2017/08/11 19:00:00,46.50133030147392,True -2017/08/11 20:00:00,44.885517447608294,True -2017/08/11 21:00:00,39.74232136110212,True -2017/08/11 22:00:00,31.81379702071867,True -2017/08/11 23:00:00,23.899768930820887,True -2017/08/12 00:00:00,15.635470156151419,True -2017/08/12 01:00:00,9.529219864386352,True -2017/08/12 02:00:00,9.553636447975306,True -2017/08/12 03:00:00,8.96024442913666,True -2017/08/12 04:00:00,11.178402252904268,True -2017/08/12 05:00:00,15.70216719107771,True -2017/08/12 06:00:00,19.157593994878845,True -2017/08/12 07:00:00,22.61560812554647,True -2017/08/12 08:00:00,29.802637780463492,True -2017/08/12 09:00:00,37.7756731963475,True -2017/08/12 10:00:00,44.47357427340984,True -2017/08/12 11:00:00,44.240599205189326,True -2017/08/12 12:00:00,43.70868163509244,True -2017/08/12 13:00:00,43.46938620003976,True -2017/08/12 14:00:00,42.29507420955273,True -2017/08/12 15:00:00,42.18449877287608,True -2017/08/12 16:00:00,44.500867357450396,True -2017/08/12 17:00:00,47.06728204002593,True -2017/08/12 18:00:00,44.818191339090546,True -2017/08/12 19:00:00,41.26206317383412,True -2017/08/12 20:00:00,38.75610240598113,True -2017/08/12 21:00:00,36.628680449581594,True -2017/08/12 22:00:00,29.998111807885024,True -2017/08/12 23:00:00,22.955592258251176,True -2017/08/13 00:00:00,15.022567705489417,True -2017/08/13 01:00:00,12.71457262086478,True -2017/08/13 02:00:00,9.790755472697233,True -2017/08/13 03:00:00,11.979161254870942,True -2017/08/13 04:00:00,13.920284037880572,True -2017/08/13 05:00:00,18.080996875317368,True -2017/08/13 06:00:00,21.398337998066083,True -2017/08/13 07:00:00,25.173086193753605,True -2017/08/13 08:00:00,30.462584520029193,True -2017/08/13 09:00:00,36.54216937926999,True -2017/08/13 10:00:00,43.40727887314466,True -2017/08/13 11:00:00,46.04187240839953,True -2017/08/13 12:00:00,45.866774161458295,True -2017/08/13 13:00:00,46.17463049025846,True -2017/08/13 14:00:00,44.44038265215043,True -2017/08/13 15:00:00,44.54463951830757,True -2017/08/13 16:00:00,47.958690103188985,True -2017/08/13 17:00:00,46.50538539288905,True -2017/08/13 18:00:00,43.98023399702831,True -2017/08/13 19:00:00,44.243688327163916,True -2017/08/13 20:00:00,46.494504612576804,True -2017/08/13 21:00:00,44.81254075656683,True -2017/08/13 22:00:00,39.25043283684812,True -2017/08/13 23:00:00,33.114453451141756,True -2017/08/14 00:00:00,24.689544822457286,True -2017/08/14 01:00:00,19.246488688330945,True -2017/08/14 02:00:00,19.245726327748482,True -2017/08/14 03:00:00,18.837532538812006,True -2017/08/14 04:00:00,23.80684809951863,True -2017/08/14 05:00:00,25.326931313854956,True -2017/08/14 06:00:00,29.282067682100717,True -2017/08/14 07:00:00,39.409777729485484,True -2017/08/14 08:00:00,41.146397071240074,True -2017/08/14 09:00:00,45.03177757766983,True -2017/08/14 10:00:00,48.11758454701935,True -2017/08/14 11:00:00,48.964047476917706,True -2017/08/14 12:00:00,47.66425322959547,True -2017/08/14 13:00:00,46.877634160091205,True -2017/08/14 14:00:00,46.61049075676678,True -2017/08/14 15:00:00,45.85379336182568,True -2017/08/14 16:00:00,48.62384942724501,True -2017/08/14 17:00:00,50.0606902565039,True -2017/08/14 18:00:00,48.80069571470457,True -2017/08/14 19:00:00,50.121888375027616,True -2017/08/14 20:00:00,49.81505193799816,True -2017/08/14 21:00:00,46.52314736289419,True -2017/08/14 22:00:00,40.00113939530951,True -2017/08/14 23:00:00,33.311841339216585,True -2017/08/15 00:00:00,23.748179473274234,True -2017/08/15 01:00:00,18.551973165033193,True -2017/08/15 02:00:00,19.407406391968674,True -2017/08/15 03:00:00,19.463058736510632,True -2017/08/15 04:00:00,24.155986871046906,True -2017/08/15 05:00:00,24.322747121548268,True -2017/08/15 06:00:00,27.31297953622946,True -2017/08/15 07:00:00,38.81135339199202,True -2017/08/15 08:00:00,40.81325752969724,True -2017/08/15 09:00:00,45.47303730446033,True -2017/08/15 10:00:00,48.725596121190165,True -2017/08/15 11:00:00,49.26754168006997,True -2017/08/15 12:00:00,48.03564064100085,True -2017/08/15 13:00:00,48.407759119266956,True -2017/08/15 14:00:00,46.51828104707372,True -2017/08/15 15:00:00,45.05162328007649,True -2017/08/15 16:00:00,47.24377345361652,True -2017/08/15 17:00:00,47.29980304873972,True -2017/08/15 18:00:00,45.54494487412812,True -2017/08/15 19:00:00,46.577806672622614,True -2017/08/15 20:00:00,47.55991348955689,True -2017/08/15 21:00:00,44.38966757072079,True -2017/08/15 22:00:00,37.00900900664433,True -2017/08/15 23:00:00,28.048540260880298,True -2017/08/16 00:00:00,17.113591046431857,True -2017/08/16 01:00:00,13.735312003883097,True -2017/08/16 02:00:00,13.856146594580956,True -2017/08/16 03:00:00,12.938316032115083,True -2017/08/16 04:00:00,15.063160052992059,True -2017/08/16 05:00:00,18.143790019457644,True -2017/08/16 06:00:00,21.086758866352042,True -2017/08/16 07:00:00,28.412796594792148,True -2017/08/16 08:00:00,34.002481110243735,True -2017/08/16 09:00:00,39.85372832723503,True -2017/08/16 10:00:00,45.478605848639944,True -2017/08/16 11:00:00,46.2766498393035,True -2017/08/16 12:00:00,45.08356591689266,True -2017/08/16 13:00:00,45.26640347755316,True -2017/08/16 14:00:00,43.645868131015995,True -2017/08/16 15:00:00,43.67904865982364,True -2017/08/16 16:00:00,46.229219097248034,True -2017/08/16 17:00:00,47.47637693042827,True -2017/08/16 18:00:00,46.46644094578116,True -2017/08/16 19:00:00,47.048128866411524,True -2017/08/16 20:00:00,47.54011879233169,True -2017/08/16 21:00:00,42.06416904302167,True -2017/08/16 22:00:00,34.10691282508261,True -2017/08/16 23:00:00,24.787116342321763,True -2017/08/17 00:00:00,15.397772363125961,True -2017/08/17 01:00:00,12.662291923039955,True -2017/08/17 02:00:00,9.587056446982581,True -2017/08/17 03:00:00,9.03466101823186,True -2017/08/17 04:00:00,11.787793327809204,True -2017/08/17 05:00:00,16.375240831514347,True -2017/08/17 06:00:00,19.981660755221952,True -2017/08/17 07:00:00,24.91914634376929,True -2017/08/17 08:00:00,33.441937867459345,True -2017/08/17 09:00:00,42.8641833776302,True -2017/08/17 10:00:00,46.09933998269199,True -2017/08/17 11:00:00,46.77836140977553,True -2017/08/17 12:00:00,45.437653792885165,True -2017/08/17 13:00:00,45.35289443099362,True -2017/08/17 14:00:00,43.94287387630906,True -2017/08/17 15:00:00,43.96967083853556,True -2017/08/17 16:00:00,46.64602922813912,True -2017/08/17 17:00:00,47.866727071899575,True -2017/08/17 18:00:00,46.571356895333416,True -2017/08/17 19:00:00,46.70068217296794,True -2017/08/17 20:00:00,46.58664059343556,True -2017/08/17 21:00:00,41.36220360676569,True -2017/08/17 22:00:00,32.832364937831,True -2017/08/17 23:00:00,24.699403349666873,True -2017/08/18 00:00:00,16.560072443600667,True -2017/08/18 01:00:00,12.958759802976502,True -2017/08/18 02:00:00,12.943550686065576,True -2017/08/18 03:00:00,12.455540910754948,True -2017/08/18 04:00:00,14.577841648266489,True -2017/08/18 05:00:00,17.690958299411175,True -2017/08/18 06:00:00,21.266628912965473,True -2017/08/18 07:00:00,31.547733099388314,True -2017/08/18 08:00:00,38.347468725590836,True -2017/08/18 09:00:00,43.57920010952125,True -2017/08/18 10:00:00,46.822695816346695,True -2017/08/18 11:00:00,47.72303019774265,True -2017/08/18 12:00:00,46.95374608425974,True -2017/08/18 13:00:00,47.38596648628572,True -2017/08/18 14:00:00,45.68021904919363,True -2017/08/18 15:00:00,45.7032490839263,True -2017/08/18 16:00:00,48.280448948669395,True -2017/08/18 17:00:00,49.305531781190496,True -2017/08/18 18:00:00,48.11947764383138,True -2017/08/18 19:00:00,48.48166450528027,True -2017/08/18 20:00:00,48.10201442041306,True -2017/08/18 21:00:00,45.074886174769645,True -2017/08/18 22:00:00,38.10794722921418,True -2017/08/18 23:00:00,30.99533426045635,True -2017/08/19 00:00:00,19.396517231974357,True -2017/08/19 01:00:00,15.297928718565803,True -2017/08/19 02:00:00,15.274005280684063,True -2017/08/19 03:00:00,15.444810133813785,True -2017/08/19 04:00:00,18.89377505268619,True -2017/08/19 05:00:00,20.49297592620612,True -2017/08/19 06:00:00,21.980359195882386,True -2017/08/19 07:00:00,28.097498119172407,True -2017/08/19 08:00:00,34.71822475964732,True -2017/08/19 09:00:00,41.05275782304861,True -2017/08/19 10:00:00,44.7200953939475,True -2017/08/19 11:00:00,44.506957388859554,True -2017/08/19 12:00:00,44.002711241234515,True -2017/08/19 13:00:00,43.63377530706997,True -2017/08/19 14:00:00,42.207003765320195,True -2017/08/19 15:00:00,41.74023695854646,True -2017/08/19 16:00:00,43.75766423538211,True -2017/08/19 17:00:00,46.279775010762826,True -2017/08/19 18:00:00,43.22173383937061,True -2017/08/19 19:00:00,40.99968460495786,True -2017/08/19 20:00:00,40.54016940780072,True -2017/08/19 21:00:00,38.943340612583015,True -2017/08/19 22:00:00,32.79865921808539,True -2017/08/19 23:00:00,26.01261577619274,True -2017/08/20 00:00:00,16.265924071855718,True -2017/08/20 01:00:00,13.45797231783018,True -2017/08/20 02:00:00,13.350663995068276,True -2017/08/20 03:00:00,12.029120090245677,True -2017/08/20 04:00:00,13.984503885001553,True -2017/08/20 05:00:00,15.322585926931934,True -2017/08/20 06:00:00,23.45077415838963,True -2017/08/20 07:00:00,22.900268386115613,True -2017/08/20 08:00:00,26.635259241777106,True -2017/08/20 09:00:00,32.266115294637416,True -2017/08/20 10:00:00,40.54070114956489,True -2017/08/20 11:00:00,42.05543713442479,True -2017/08/20 12:00:00,41.05809089376912,True -2017/08/20 13:00:00,42.213631189808204,True -2017/08/20 14:00:00,40.7155799369514,True -2017/08/20 15:00:00,38.077627109558904,True -2017/08/20 16:00:00,40.46167908188572,True -2017/08/20 17:00:00,40.739427574572886,True -2017/08/20 18:00:00,37.866358509672956,True -2017/08/20 19:00:00,36.813303061140765,True -2017/08/20 20:00:00,39.078842745134494,True -2017/08/20 21:00:00,37.43456246951156,True -2017/08/20 22:00:00,30.880425914461554,True -2017/08/20 23:00:00,24.14918363241631,True -2017/08/21 00:00:00,15.347500040014666,True -2017/08/21 01:00:00,12.722178794723716,True -2017/08/21 02:00:00,12.62404270571886,True -2017/08/21 03:00:00,11.995327802396517,True -2017/08/21 04:00:00,13.988308084385567,True -2017/08/21 05:00:00,15.030710463044825,True -2017/08/21 06:00:00,21.543497111768556,True -2017/08/21 07:00:00,27.82237845217484,True -2017/08/21 08:00:00,31.042556467769796,True -2017/08/21 09:00:00,36.51220848413418,True -2017/08/21 10:00:00,40.76965973343968,True -2017/08/21 11:00:00,41.40158759507617,True -2017/08/21 12:00:00,41.37325339890346,True -2017/08/21 13:00:00,42.9966311629907,True -2017/08/21 14:00:00,39.30731453785525,True -2017/08/21 15:00:00,40.94827623630526,True -2017/08/21 16:00:00,43.38193305121793,True -2017/08/21 17:00:00,44.41915276044744,True -2017/08/21 18:00:00,43.31804362382881,True -2017/08/21 19:00:00,43.46203532914057,True -2017/08/21 20:00:00,42.23961930975108,True -2017/08/21 21:00:00,38.756253100755146,True -2017/08/21 22:00:00,30.646492632420703,True -2017/08/21 23:00:00,21.849484271322606,True -2017/08/22 00:00:00,14.780315256893827,True -2017/08/22 01:00:00,9.311040687713366,True -2017/08/22 02:00:00,9.42919995729331,True -2017/08/22 03:00:00,8.905495239949255,True -2017/08/22 04:00:00,11.445770118039173,True -2017/08/22 05:00:00,15.021838596056833,True -2017/08/22 06:00:00,21.070125215146625,True -2017/08/22 07:00:00,27.16069652181132,True -2017/08/22 08:00:00,31.04362328730305,True -2017/08/22 09:00:00,37.327994229613076,True -2017/08/22 10:00:00,42.02514131112063,True -2017/08/22 11:00:00,43.504203773758235,True -2017/08/22 12:00:00,43.90019797760397,True -2017/08/22 13:00:00,44.23854927405056,True -2017/08/22 14:00:00,42.54037326361526,True -2017/08/22 15:00:00,43.08685404519298,True -2017/08/22 16:00:00,45.113407317552486,True -2017/08/22 17:00:00,46.294946291402944,True -2017/08/22 18:00:00,45.596317534711375,True -2017/08/22 19:00:00,44.40551220414072,True -2017/08/22 20:00:00,42.446603854173254,True -2017/08/22 21:00:00,38.88100978893495,True -2017/08/22 22:00:00,30.373517821994763,True -2017/08/22 23:00:00,21.14266947022642,True -2017/08/23 00:00:00,11.722166703996875,True -2017/08/23 01:00:00,9.278069785311716,True -2017/08/23 02:00:00,11.351153579307441,True -2017/08/23 03:00:00,11.27931945572327,True -2017/08/23 04:00:00,13.66349746571198,True -2017/08/23 05:00:00,16.357080279260202,True -2017/08/23 06:00:00,20.749187381634147,True -2017/08/23 07:00:00,24.86781511419285,True -2017/08/23 08:00:00,31.13224455589051,True -2017/08/23 09:00:00,37.876784607506394,True -2017/08/23 10:00:00,43.86147694694549,True -2017/08/23 11:00:00,45.616054359593036,True -2017/08/23 12:00:00,44.18693580310368,True -2017/08/23 13:00:00,44.81445838414422,True -2017/08/23 14:00:00,43.1602574864899,True -2017/08/23 15:00:00,42.98060143057513,True -2017/08/23 16:00:00,45.065548418435036,True -2017/08/23 17:00:00,45.98232266511748,True -2017/08/23 18:00:00,45.40722630333969,True -2017/08/23 19:00:00,45.769280746089706,True -2017/08/23 20:00:00,44.85914701056289,True -2017/08/23 21:00:00,39.45956065470179,True -2017/08/23 22:00:00,31.179371818421508,True -2017/08/23 23:00:00,23.51730471199267,True -2017/08/24 00:00:00,15.05278854539482,True -2017/08/24 01:00:00,12.746315191990872,True -2017/08/24 02:00:00,12.874252851956623,True -2017/08/24 03:00:00,12.352645812201812,True -2017/08/24 04:00:00,14.705073159244057,True -2017/08/24 05:00:00,17.891487571172675,True -2017/08/24 06:00:00,23.74447937293791,True -2017/08/24 07:00:00,27.212321093617813,True -2017/08/24 08:00:00,29.036256774268757,True -2017/08/24 09:00:00,33.80232604428852,True -2017/08/24 10:00:00,38.20468471647027,True -2017/08/24 11:00:00,44.94103685624549,True -2017/08/24 12:00:00,44.69734907970708,True -2017/08/24 13:00:00,45.45935462857992,True -2017/08/24 14:00:00,43.755357421637164,True -2017/08/24 15:00:00,43.46626434295313,True -2017/08/24 16:00:00,46.26318343340504,True -2017/08/24 17:00:00,46.94459133743778,True -2017/08/24 18:00:00,46.2397952423894,True -2017/08/24 19:00:00,46.88136919845089,True -2017/08/24 20:00:00,47.39440071672478,True -2017/08/24 21:00:00,44.39756406167817,True -2017/08/24 22:00:00,38.430465241055266,True -2017/08/24 23:00:00,30.86835772006627,True -2017/08/25 00:00:00,19.73472908029111,True -2017/08/25 01:00:00,15.350518761288885,True -2017/08/25 02:00:00,15.198921275790546,True -2017/08/25 03:00:00,14.690025921901318,True -2017/08/25 04:00:00,19.08366444357778,True -2017/08/25 05:00:00,21.445641743185785,True -2017/08/25 06:00:00,26.812523172616682,True -2017/08/25 07:00:00,37.059633844414506,True -2017/08/25 08:00:00,38.387341205957334,True -2017/08/25 09:00:00,42.478122126082425,True -2017/08/25 10:00:00,46.071224871209566,True -2017/08/25 11:00:00,47.08484505246232,True -2017/08/25 12:00:00,45.803520800264145,True -2017/08/25 13:00:00,46.081063808689244,True -2017/08/25 14:00:00,45.25937276620364,True -2017/08/25 15:00:00,44.22579410074999,True -2017/08/25 16:00:00,47.22803535772174,True -2017/08/25 17:00:00,48.07669141530722,True -2017/08/25 18:00:00,46.6472015031677,True -2017/08/25 19:00:00,48.63529146250349,True -2017/08/25 20:00:00,47.92409354529352,True -2017/08/25 21:00:00,44.65145933849627,True -2017/08/25 22:00:00,38.56048681675794,True -2017/08/25 23:00:00,32.420635181272104,True -2017/08/26 00:00:00,20.33677837473293,True -2017/08/26 01:00:00,15.662361025131235,True -2017/08/26 02:00:00,15.69762486222667,True -2017/08/26 03:00:00,15.479471816530348,True -2017/08/26 04:00:00,19.041661120448225,True -2017/08/26 05:00:00,20.49541900655779,True -2017/08/26 06:00:00,26.540180768683463,True -2017/08/26 07:00:00,33.0627925197053,True -2017/08/26 08:00:00,36.90449856888086,True -2017/08/26 09:00:00,43.55936836480171,True -2017/08/26 10:00:00,46.49296622033227,True -2017/08/26 11:00:00,47.205954878982006,True -2017/08/26 12:00:00,45.7479192224802,True -2017/08/26 13:00:00,45.31196011547431,True -2017/08/26 14:00:00,44.26049924819321,True -2017/08/26 15:00:00,44.00478259866354,True -2017/08/26 16:00:00,44.30209355601745,True -2017/08/26 17:00:00,48.41428809639869,True -2017/08/26 18:00:00,46.58939017679769,True -2017/08/26 19:00:00,44.99988184654275,True -2017/08/26 20:00:00,44.625318252495,True -2017/08/26 21:00:00,44.25214634444369,True -2017/08/26 22:00:00,39.216417435837364,True -2017/08/26 23:00:00,33.19045365466882,True -2017/08/27 00:00:00,21.706325609556032,True -2017/08/27 01:00:00,16.526386318838075,True -2017/08/27 02:00:00,15.831543907034403,True -2017/08/27 03:00:00,14.090678769710658,True -2017/08/27 04:00:00,15.948209513921903,True -2017/08/27 05:00:00,20.332531979150247,True -2017/08/27 06:00:00,25.281587767039976,True -2017/08/27 07:00:00,27.100528791857595,True -2017/08/27 08:00:00,30.5964274787547,True -2017/08/27 09:00:00,35.82427679848271,True -2017/08/27 10:00:00,42.8320602552249,True -2017/08/27 11:00:00,44.79234092752215,True -2017/08/27 12:00:00,42.941296239911765,True -2017/08/27 13:00:00,42.92683624471208,True -2017/08/27 14:00:00,41.62043262923923,True -2017/08/27 15:00:00,41.854466399395655,True -2017/08/27 16:00:00,44.08587962261842,True -2017/08/27 17:00:00,43.90628547961891,True -2017/08/27 18:00:00,41.967138578168864,True -2017/08/27 19:00:00,42.08983884953543,True -2017/08/27 20:00:00,44.42811089444014,True -2017/08/27 21:00:00,43.209108357346686,True -2017/08/27 22:00:00,36.315438875484276,True -2017/08/27 23:00:00,30.167375626927864,True -2017/08/28 00:00:00,19.802769358247346,True -2017/08/28 01:00:00,16.88641474159448,True -2017/08/28 02:00:00,16.861116874743693,True -2017/08/28 03:00:00,16.30967390596196,True -2017/08/28 04:00:00,20.36822128526459,True -2017/08/28 05:00:00,21.073260179661492,True -2017/08/28 06:00:00,25.940971878056093,True -2017/08/28 07:00:00,35.14554844245504,True -2017/08/28 08:00:00,38.35720172739037,True -2017/08/28 09:00:00,42.91296799482491,True -2017/08/28 10:00:00,46.1106344645324,True -2017/08/28 11:00:00,47.162048795939015,True -2017/08/28 12:00:00,46.31386557944364,True -2017/08/28 13:00:00,47.06693673413064,True -2017/08/28 14:00:00,44.75784667982787,True -2017/08/28 15:00:00,44.77200085329113,True -2017/08/28 16:00:00,47.227918544263304,True -2017/08/28 17:00:00,47.45952015071525,True -2017/08/28 18:00:00,47.22958320390417,True -2017/08/28 19:00:00,48.65237367032822,True -2017/08/28 20:00:00,48.3222348544827,True -2017/08/28 21:00:00,44.908147331510676,True -2017/08/28 22:00:00,38.58994480202107,True -2017/08/28 23:00:00,30.735658238858786,True -2017/08/29 00:00:00,16.046283263417603,True -2017/08/29 01:00:00,13.065111119024879,True -2017/08/29 02:00:00,12.75695481550307,True -2017/08/29 03:00:00,12.101164239971387,True -2017/08/29 04:00:00,14.259996260169034,True -2017/08/29 05:00:00,17.630397754956704,True -2017/08/29 06:00:00,20.828537268600382,True -2017/08/29 07:00:00,24.829388351506427,True -2017/08/29 08:00:00,31.197876974034283,True -2017/08/29 09:00:00,35.99668466979936,True -2017/08/29 10:00:00,41.491868363774344,True -2017/08/29 11:00:00,41.758659917471036,True -2017/08/29 12:00:00,44.147739760657416,True -2017/08/29 13:00:00,44.298452485506694,True -2017/08/29 14:00:00,42.80246040405284,True -2017/08/29 15:00:00,42.30601431118753,True -2017/08/29 16:00:00,45.344675217041,True -2017/08/29 17:00:00,46.656942532788456,True -2017/08/29 18:00:00,46.38491513783912,True -2017/08/29 19:00:00,47.65563520982106,True -2017/08/29 20:00:00,47.8063238357297,True -2017/08/29 21:00:00,44.53632594029162,True -2017/08/29 22:00:00,38.46653234519103,True -2017/08/29 23:00:00,30.460737727969175,True -2017/08/30 00:00:00,18.69142030333811,True -2017/08/30 01:00:00,15.372348709202852,True -2017/08/30 02:00:00,15.578485351465535,True -2017/08/30 03:00:00,15.11324163845055,True -2017/08/30 04:00:00,18.56576180034335,True -2017/08/30 05:00:00,20.352439964036787,True -2017/08/30 06:00:00,26.4186073238926,True -2017/08/30 07:00:00,36.931603373535495,True -2017/08/30 08:00:00,38.26832217009154,True -2017/08/30 09:00:00,42.2805357588446,True -2017/08/30 10:00:00,44.98346921659797,True -2017/08/30 11:00:00,45.63978506446273,True -2017/08/30 12:00:00,44.28886265178428,True -2017/08/30 13:00:00,44.30604492457213,True -2017/08/30 14:00:00,42.96240414052264,True -2017/08/30 15:00:00,42.67905402835167,True -2017/08/30 16:00:00,41.99360218276027,True -2017/08/30 17:00:00,38.31484392286778,True -2017/08/30 18:00:00,34.60168305733258,True -2017/08/30 19:00:00,36.01690680041332,True -2017/08/30 20:00:00,38.45547690256896,True -2017/08/30 21:00:00,33.4319251474696,True -2017/08/30 22:00:00,27.814087637248118,True -2017/08/30 23:00:00,20.4460976138728,True -2017/08/31 00:00:00,11.58873006113145,True -2017/08/31 01:00:00,9.288997559970287,True -2017/08/31 02:00:00,11.380384757440503,True -2017/08/31 03:00:00,11.2761903883068,True -2017/08/31 04:00:00,13.813261964463592,True -2017/08/31 05:00:00,18.439070347704696,True -2017/08/31 06:00:00,24.061936163596048,True -2017/08/31 07:00:00,28.474537060844916,True -2017/08/31 08:00:00,26.517034509698682,True -2017/08/31 09:00:00,30.728800231212116,True -2017/08/31 10:00:00,34.05212042741655,True -2017/08/31 11:00:00,36.58658865575868,True -2017/08/31 12:00:00,36.30820690970147,True -2017/08/31 13:00:00,36.743686366907184,True -2017/08/31 14:00:00,36.31967264688947,True -2017/08/31 15:00:00,35.64336612945602,True -2017/08/31 16:00:00,38.395470815399435,True -2017/08/31 17:00:00,38.86388895121393,True -2017/08/31 18:00:00,36.79418022678317,True -2017/08/31 19:00:00,35.62137576520558,True -2017/08/31 20:00:00,36.41986446267574,True -2017/08/31 21:00:00,32.96174855339686,True -2017/08/31 22:00:00,26.143546593808374,True -2017/08/31 23:00:00,19.125178207467577,True -2017/09/01 00:00:00,12.457107546598037,True -2017/09/01 01:00:00,11.959572911872323,True -2017/09/01 02:00:00,12.201309172138426,True -2017/09/01 03:00:00,11.85599966108557,True -2017/09/01 04:00:00,14.230680890130435,True -2017/09/01 05:00:00,14.993890809095795,True -2017/09/01 06:00:00,21.052360261343757,True -2017/09/01 07:00:00,25.519093100579486,True -2017/09/01 08:00:00,26.700263936652487,True -2017/09/01 09:00:00,33.18773228354929,True -2017/09/01 10:00:00,38.6386459020761,True -2017/09/01 11:00:00,40.199076470868846,True -2017/09/01 12:00:00,38.6276637596574,True -2017/09/01 13:00:00,40.179438476507464,True -2017/09/01 14:00:00,38.19791217153406,True -2017/09/01 15:00:00,38.5944258629077,True -2017/09/01 16:00:00,41.89715703239901,True -2017/09/01 17:00:00,41.95967851878075,True -2017/09/01 18:00:00,39.07677786479392,True -2017/09/01 19:00:00,38.75291609430007,True -2017/09/01 20:00:00,38.55256280218866,True -2017/09/01 21:00:00,33.010320915450905,True -2017/09/01 22:00:00,26.58625258574343,True -2017/09/01 23:00:00,21.11161791098219,True -2017/09/02 00:00:00,15.50761808515253,True -2017/09/02 01:00:00,12.227139011742487,True -2017/09/02 02:00:00,12.28797600390663,True -2017/09/02 03:00:00,12.418614610934545,True -2017/09/02 04:00:00,13.096499451504812,True -2017/09/02 05:00:00,16.937334072749444,True -2017/09/02 06:00:00,23.429518380246975,True -2017/09/02 07:00:00,24.19405724825457,True -2017/09/02 08:00:00,24.192640625026602,True -2017/09/02 09:00:00,32.773659664602675,True -2017/09/02 10:00:00,37.9367421238363,True -2017/09/02 11:00:00,38.39086485957418,True -2017/09/02 12:00:00,35.89142505452177,True -2017/09/02 13:00:00,37.540466683741116,True -2017/09/02 14:00:00,36.10255341886132,True -2017/09/02 15:00:00,34.655379076405445,True -2017/09/02 16:00:00,39.32674345884872,True -2017/09/02 17:00:00,40.71593464483737,True -2017/09/02 18:00:00,38.15465580645679,True -2017/09/02 19:00:00,34.58582793203227,True -2017/09/02 20:00:00,32.97964337969937,True -2017/09/02 21:00:00,32.60026654998521,True -2017/09/02 22:00:00,29.63746554201302,True -2017/09/02 23:00:00,23.125331531035037,True -2017/09/03 00:00:00,14.331867794612235,True -2017/09/03 01:00:00,10.870584202342506,True -2017/09/03 02:00:00,11.381245787233663,True -2017/09/03 03:00:00,10.740048710099444,True -2017/09/03 04:00:00,13.09974860965208,True -2017/09/03 05:00:00,17.5258968893849,True -2017/09/03 06:00:00,23.148554921164045,True -2017/09/03 07:00:00,23.5539254398966,True -2017/09/03 08:00:00,26.410591453150975,True -2017/09/03 09:00:00,27.736679248348942,True -2017/09/03 10:00:00,37.79959308555901,True -2017/09/03 11:00:00,40.836641154719956,True -2017/09/03 12:00:00,37.760088049004246,True -2017/09/03 13:00:00,39.074257736120565,True -2017/09/03 14:00:00,36.43663181715504,True -2017/09/03 15:00:00,35.96856183689971,True -2017/09/03 16:00:00,37.8037361842002,True -2017/09/03 17:00:00,39.105215312394726,True -2017/09/03 18:00:00,34.61838205442933,True -2017/09/03 19:00:00,33.57186750252526,True -2017/09/03 20:00:00,32.639540637956394,True -2017/09/03 21:00:00,31.457486797598786,True -2017/09/03 22:00:00,26.61623882087858,True -2017/09/03 23:00:00,22.421289323624023,True -2017/09/04 00:00:00,13.62473285075563,True -2017/09/04 01:00:00,10.833535544285796,True -2017/09/04 02:00:00,11.462221061135223,True -2017/09/04 03:00:00,9.460046812141842,True -2017/09/04 04:00:00,13.772693156420965,True -2017/09/04 05:00:00,15.97090609567209,True -2017/09/04 06:00:00,21.797145934718223,True -2017/09/04 07:00:00,28.74455343748975,True -2017/09/04 08:00:00,29.625375809328045,True -2017/09/04 09:00:00,35.63394826722009,True -2017/09/04 10:00:00,40.09235784898637,True -2017/09/04 11:00:00,42.44160790942819,True -2017/09/04 12:00:00,41.12120587001541,True -2017/09/04 13:00:00,41.50511377509484,True -2017/09/04 14:00:00,37.949503078851336,True -2017/09/04 15:00:00,38.91725964980023,True -2017/09/04 16:00:00,40.79916226011457,True -2017/09/04 17:00:00,42.54199308021823,True -2017/09/04 18:00:00,39.4101457221003,True -2017/09/04 19:00:00,35.56692184534221,True -2017/09/04 20:00:00,38.00774537640055,True -2017/09/04 21:00:00,35.232278439648795,True -2017/09/04 22:00:00,29.50728021391131,True -2017/09/04 23:00:00,23.09590106081656,True -2017/09/05 00:00:00,13.390608112953885,True -2017/09/05 01:00:00,9.272340255727174,True -2017/09/05 02:00:00,10.197301531692151,True -2017/09/05 03:00:00,12.059897612211662,True -2017/09/05 04:00:00,13.20435970491467,True -2017/09/05 05:00:00,15.295619002071414,True -2017/09/05 06:00:00,20.801493437849594,True -2017/09/05 07:00:00,28.200864147616095,True -2017/09/05 08:00:00,30.62212349463321,True -2017/09/05 09:00:00,33.17813824655288,True -2017/09/05 10:00:00,39.2845681910979,True -2017/09/05 11:00:00,41.14282563450297,True -2017/09/05 12:00:00,40.12575300391791,True -2017/09/05 13:00:00,41.349343260423844,True -2017/09/05 14:00:00,39.36727652761482,True -2017/09/05 15:00:00,39.38082579804784,True -2017/09/05 16:00:00,43.095538977294,True -2017/09/05 17:00:00,43.74955489991704,True -2017/09/05 18:00:00,40.57653113977642,True -2017/09/05 19:00:00,38.77773703835383,True -2017/09/05 20:00:00,36.6601725186166,True -2017/09/05 21:00:00,35.42255018242534,True -2017/09/05 22:00:00,28.200171394498756,True -2017/09/05 23:00:00,22.37762668046561,True -2017/09/06 00:00:00,13.111900700770178,True -2017/09/06 01:00:00,10.266709724175048,True -2017/09/06 02:00:00,10.300702379545626,True -2017/09/06 03:00:00,8.973835930408642,True -2017/09/06 04:00:00,12.937226802898888,True -2017/09/06 05:00:00,16.0534944606979,True -2017/09/06 06:00:00,21.643479380933933,True -2017/09/06 07:00:00,27.819899762562176,True -2017/09/06 08:00:00,30.44868671196172,True -2017/09/06 09:00:00,33.230960426870816,True -2017/09/06 10:00:00,38.573103719281285,True -2017/09/06 11:00:00,41.459225173808015,True -2017/09/06 12:00:00,41.113723268767046,True -2017/09/06 13:00:00,40.003182424879334,True -2017/09/06 14:00:00,35.89807264163566,True -2017/09/06 15:00:00,35.764820589493745,True -2017/09/06 16:00:00,39.13976545528942,True -2017/09/06 17:00:00,39.62335418265751,True -2017/09/06 18:00:00,39.39401444303703,True -2017/09/06 19:00:00,39.34519171848946,True -2017/09/06 20:00:00,38.375342583177364,True -2017/09/06 21:00:00,35.29343266384566,True -2017/09/06 22:00:00,28.647323460183195,True -2017/09/06 23:00:00,21.128483391614335,True -2017/09/07 00:00:00,14.81407346840442,True -2017/09/07 01:00:00,12.248063394788703,True -2017/09/07 02:00:00,12.483215445220825,True -2017/09/07 03:00:00,11.65955133789037,True -2017/09/07 04:00:00,11.691673463035329,True -2017/09/07 05:00:00,17.256141003844895,True -2017/09/07 06:00:00,22.046771082052864,True -2017/09/07 07:00:00,25.365435884478895,True -2017/09/07 08:00:00,26.70048034703195,True -2017/09/07 09:00:00,33.887750215144564,True -2017/09/07 10:00:00,39.00382193848067,True -2017/09/07 11:00:00,40.80265244446714,True -2017/09/07 12:00:00,39.7305620295434,True -2017/09/07 13:00:00,43.72488014658,True -2017/09/07 14:00:00,40.165377388752205,True -2017/09/07 15:00:00,41.148417409248424,True -2017/09/07 16:00:00,43.89143767244154,True -2017/09/07 17:00:00,45.23029895747416,True -2017/09/07 18:00:00,43.56665962754843,True -2017/09/07 19:00:00,43.19935415921674,True -2017/09/07 20:00:00,42.82848983009981,True -2017/09/07 21:00:00,39.267831535300864,True -2017/09/07 22:00:00,32.59516427336053,True -2017/09/07 23:00:00,23.621395761389298,True -2017/09/08 00:00:00,16.28294559281034,True -2017/09/08 01:00:00,13.256660035664193,True -2017/09/08 02:00:00,13.269617470365347,True -2017/09/08 03:00:00,12.314156271091987,True -2017/09/08 04:00:00,14.998634752603468,True -2017/09/08 05:00:00,18.488737044934723,True -2017/09/08 06:00:00,24.13492379274177,True -2017/09/08 07:00:00,30.843347623500073,True -2017/09/08 08:00:00,34.31353990041596,True -2017/09/08 09:00:00,40.792183676882715,True -2017/09/08 10:00:00,45.20568907813331,True -2017/09/08 11:00:00,46.12323099820654,True -2017/09/08 12:00:00,44.578206910877164,True -2017/09/08 13:00:00,44.73923388827104,True -2017/09/08 14:00:00,43.316831118346414,True -2017/09/08 15:00:00,43.40464677545431,True -2017/09/08 16:00:00,45.802642690807694,True -2017/09/08 17:00:00,46.25924025784917,True -2017/09/08 18:00:00,45.251353132976426,True -2017/09/08 19:00:00,46.166689093755046,True -2017/09/08 20:00:00,45.61809318932784,True -2017/09/08 21:00:00,42.030880937922284,True -2017/09/08 22:00:00,36.503110698060176,True -2017/09/08 23:00:00,26.257622535759054,True -2017/09/09 00:00:00,18.4404284637659,True -2017/09/09 01:00:00,14.245551505632008,True -2017/09/09 02:00:00,14.653498503811383,True -2017/09/09 03:00:00,12.839755430423256,True -2017/09/09 04:00:00,14.975184790761157,True -2017/09/09 05:00:00,17.800723206174567,True -2017/09/09 06:00:00,23.09875546119467,True -2017/09/09 07:00:00,23.807876148398552,True -2017/09/09 08:00:00,31.324514802574082,True -2017/09/09 09:00:00,37.7766681963803,True -2017/09/09 10:00:00,43.629749530101556,True -2017/09/09 11:00:00,43.49432879991348,True -2017/09/09 12:00:00,43.233532901448896,True -2017/09/09 13:00:00,42.040400399543586,True -2017/09/09 14:00:00,41.647319599235814,True -2017/09/09 15:00:00,39.82142344395262,True -2017/09/09 16:00:00,42.11656104825813,True -2017/09/09 17:00:00,44.24578258768551,True -2017/09/09 18:00:00,39.76774456520326,True -2017/09/09 19:00:00,36.566532045204646,True -2017/09/09 20:00:00,35.11726532192062,True -2017/09/09 21:00:00,32.470373143555676,True -2017/09/09 22:00:00,28.55623287197629,True -2017/09/09 23:00:00,22.610979301558345,True -2017/09/10 00:00:00,15.15076348825758,True -2017/09/10 01:00:00,11.692774599406732,True -2017/09/10 02:00:00,12.369978448091258,True -2017/09/10 03:00:00,11.480691616785201,True -2017/09/10 04:00:00,12.92482697963939,True -2017/09/10 05:00:00,17.75735039953414,True -2017/09/10 06:00:00,22.300781714979728,True -2017/09/10 07:00:00,22.863839787764636,True -2017/09/10 08:00:00,24.86680466385647,True -2017/09/10 09:00:00,24.926258533445314,True -2017/09/10 10:00:00,33.76589693726905,True -2017/09/10 11:00:00,36.75271357085992,True -2017/09/10 12:00:00,35.631234516643865,True -2017/09/10 13:00:00,35.92066838474548,True -2017/09/10 14:00:00,34.38493523348217,True -2017/09/10 15:00:00,34.12934527846336,True -2017/09/10 16:00:00,37.4989888431143,True -2017/09/10 17:00:00,35.29457250337392,True -2017/09/10 18:00:00,33.64508863102843,True -2017/09/10 19:00:00,30.27750572152414,True -2017/09/10 20:00:00,34.10133793250854,True -2017/09/10 21:00:00,34.379986387839296,True -2017/09/10 22:00:00,28.908627155064018,True -2017/09/10 23:00:00,22.223926420402826,True -2017/09/11 00:00:00,14.50428983410295,True -2017/09/11 01:00:00,9.345213462943104,True -2017/09/11 02:00:00,11.95016389652382,True -2017/09/11 03:00:00,9.87677251600278,True -2017/09/11 04:00:00,14.02642779094885,True -2017/09/11 05:00:00,18.365888437859134,True -2017/09/11 06:00:00,24.031876123367837,True -2017/09/11 07:00:00,28.40350515898211,True -2017/09/11 08:00:00,29.59950981415492,True -2017/09/11 09:00:00,31.22876437901973,True -2017/09/11 10:00:00,34.42392172178964,True -2017/09/11 11:00:00,37.77548763591758,True -2017/09/11 12:00:00,36.3367745698352,True -2017/09/11 13:00:00,39.137054424548424,True -2017/09/11 14:00:00,37.076181911603825,True -2017/09/11 15:00:00,38.09415461807917,True -2017/09/11 16:00:00,40.468372821864094,True -2017/09/11 17:00:00,42.3554187850548,True -2017/09/11 18:00:00,40.16503813827347,True -2017/09/11 19:00:00,40.08427448658369,True -2017/09/11 20:00:00,36.20679448004693,True -2017/09/11 21:00:00,33.04212762289747,True -2017/09/11 22:00:00,26.562054018791653,True -2017/09/11 23:00:00,22.467008174033065,True -2017/09/12 00:00:00,13.92714089503148,True -2017/09/12 01:00:00,10.839675509398084,True -2017/09/12 02:00:00,10.221072348505785,True -2017/09/12 03:00:00,8.797916355312717,True -2017/09/12 04:00:00,13.60097396996141,True -2017/09/12 05:00:00,16.84984940910411,True -2017/09/12 06:00:00,23.872580995134108,True -2017/09/12 07:00:00,28.841954243884878,True -2017/09/12 08:00:00,26.682615344184832,True -2017/09/12 09:00:00,37.44130492216195,True -2017/09/12 10:00:00,41.433286279523536,True -2017/09/12 11:00:00,44.42162767728807,True -2017/09/12 12:00:00,42.851896924528816,True -2017/09/12 13:00:00,43.932769000509715,True -2017/09/12 14:00:00,42.07400602781067,True -2017/09/12 15:00:00,43.10024290106146,True -2017/09/12 16:00:00,43.95657303986044,True -2017/09/12 17:00:00,44.24258979710624,True -2017/09/12 18:00:00,43.60794548458085,True -2017/09/12 19:00:00,46.065544351704204,True -2017/09/12 20:00:00,43.490864094728096,True -2017/09/12 21:00:00,40.13676772399696,True -2017/09/12 22:00:00,31.144913516036627,True -2017/09/12 23:00:00,24.205647066154,True -2017/09/13 00:00:00,15.620862609268682,True -2017/09/13 01:00:00,13.183645539769204,True -2017/09/13 02:00:00,13.349610687961214,True -2017/09/13 03:00:00,12.87441417268687,True -2017/09/13 04:00:00,15.633977542829973,True -2017/09/13 05:00:00,18.59689626194599,True -2017/09/13 06:00:00,24.437795894744013,True -2017/09/13 07:00:00,35.54955531189792,True -2017/09/13 08:00:00,38.50790270426245,True -2017/09/13 09:00:00,42.33323155981612,True -2017/09/13 10:00:00,45.72738950101301,True -2017/09/13 11:00:00,46.459281782805334,True -2017/09/13 12:00:00,45.02653798174093,True -2017/09/13 13:00:00,45.10877633477889,True -2017/09/13 14:00:00,43.82325199935588,True -2017/09/13 15:00:00,43.51054700311349,True -2017/09/13 16:00:00,46.01214502000078,True -2017/09/13 17:00:00,47.075903074277065,True -2017/09/13 18:00:00,46.604421038797994,True -2017/09/13 19:00:00,49.252690322600415,True -2017/09/13 20:00:00,47.88733511495407,True -2017/09/13 21:00:00,44.97055799979006,True -2017/09/13 22:00:00,39.004226744914774,True -2017/09/13 23:00:00,32.259575287996405,True -2017/09/14 00:00:00,20.942193577179186,True -2017/09/14 01:00:00,16.59815806084933,True -2017/09/14 02:00:00,17.251806221031565,True -2017/09/14 03:00:00,16.567238455940455,True -2017/09/14 04:00:00,21.240223803758973,True -2017/09/14 05:00:00,22.07435135988159,True -2017/09/14 06:00:00,28.432480667144556,True -2017/09/14 07:00:00,37.446703112266995,True -2017/09/14 08:00:00,38.88146802968497,True -2017/09/14 09:00:00,42.532456613174695,True -2017/09/14 10:00:00,46.5083473143714,True -2017/09/14 11:00:00,47.08545584992224,True -2017/09/14 12:00:00,45.611031828839764,True -2017/09/14 13:00:00,46.21115358711521,True -2017/09/14 14:00:00,43.695194651647604,True -2017/09/14 15:00:00,43.862600621186665,True -2017/09/14 16:00:00,46.58712192629576,True -2017/09/14 17:00:00,47.43591380199727,True -2017/09/14 18:00:00,47.19105820430129,True -2017/09/14 19:00:00,48.934628392525404,True -2017/09/14 20:00:00,47.32546966975057,True -2017/09/14 21:00:00,44.57551934129682,True -2017/09/14 22:00:00,38.24492588553323,True -2017/09/14 23:00:00,30.75969041537222,True -2017/09/15 00:00:00,19.376928673910545,True -2017/09/15 01:00:00,15.118949717370267,True -2017/09/15 02:00:00,15.15658623563738,True -2017/09/15 03:00:00,14.087720999366555,True -2017/09/15 04:00:00,17.371872873235517,True -2017/09/15 05:00:00,19.726281697336386,True -2017/09/15 06:00:00,25.39639037514789,True -2017/09/15 07:00:00,33.9709072658747,True -2017/09/15 08:00:00,38.04708269773201,True -2017/09/15 09:00:00,42.47763421188287,True -2017/09/15 10:00:00,47.02140658774873,True -2017/09/15 11:00:00,47.847957432238296,True -2017/09/15 12:00:00,46.99589123063005,True -2017/09/15 13:00:00,47.21172728937501,True -2017/09/15 14:00:00,45.25772624480159,True -2017/09/15 15:00:00,44.607780245917006,True -2017/09/15 16:00:00,46.65414722777913,True -2017/09/15 17:00:00,47.538390533854965,True -2017/09/15 18:00:00,47.57840451231402,True -2017/09/15 19:00:00,50.89951636487143,True -2017/09/15 20:00:00,49.113631988890965,True -2017/09/15 21:00:00,45.709224336024775,True -2017/09/15 22:00:00,38.92843375881376,True -2017/09/15 23:00:00,32.9404181161142,True -2017/09/16 00:00:00,23.96716205405414,True -2017/09/16 01:00:00,18.035609730375043,True -2017/09/16 02:00:00,17.968158222086863,True -2017/09/16 03:00:00,17.09661237838852,True -2017/09/16 04:00:00,20.104130203936144,True -2017/09/16 05:00:00,21.55381290469083,True -2017/09/16 06:00:00,27.94404296625752,True -2017/09/16 07:00:00,33.60475254330586,True -2017/09/16 08:00:00,37.38992605828425,True -2017/09/16 09:00:00,42.960327160827276,True -2017/09/16 10:00:00,45.64030276118488,True -2017/09/16 11:00:00,45.80985839663264,True -2017/09/16 12:00:00,44.91670286871323,True -2017/09/16 13:00:00,44.91391414365711,True -2017/09/16 14:00:00,43.22888178902622,True -2017/09/16 15:00:00,43.22440881294111,True -2017/09/16 16:00:00,45.434869211686866,True -2017/09/16 17:00:00,47.630439842880705,True -2017/09/16 18:00:00,45.94030801985651,True -2017/09/16 19:00:00,46.66005846468678,True -2017/09/16 20:00:00,44.96509974939893,True -2017/09/16 21:00:00,44.92922695398309,True -2017/09/16 22:00:00,39.47914440871329,True -2017/09/16 23:00:00,33.61837236510112,True -2017/09/17 00:00:00,21.260982854776145,True -2017/09/17 01:00:00,17.161130627898167,True -2017/09/17 02:00:00,16.91496576331592,True -2017/09/17 03:00:00,16.578184486050944,True -2017/09/17 04:00:00,20.65202970661473,True -2017/09/17 05:00:00,26.62631461561715,True -2017/09/17 06:00:00,30.77383241273792,True -2017/09/17 07:00:00,33.61526520562662,True -2017/09/17 08:00:00,35.78461794766099,True -2017/09/17 09:00:00,38.06013749776479,True -2017/09/17 10:00:00,43.420842957245796,True -2017/09/17 11:00:00,45.42675558219442,True -2017/09/17 12:00:00,43.44684615372735,True -2017/09/17 13:00:00,43.154030080055655,True -2017/09/17 14:00:00,41.60342798464636,True -2017/09/17 15:00:00,40.907891597872045,True -2017/09/17 16:00:00,42.984686586295716,True -2017/09/17 17:00:00,43.51545762502491,True -2017/09/17 18:00:00,39.89589337140334,True -2017/09/17 19:00:00,42.069865293957356,True -2017/09/17 20:00:00,38.66552713643629,True -2017/09/17 21:00:00,35.5730670736692,True -2017/09/17 22:00:00,28.23517091583121,True -2017/09/17 23:00:00,21.394287394664868,True -2017/09/18 00:00:00,11.699337896454276,True -2017/09/18 01:00:00,12.089104389120386,True -2017/09/18 02:00:00,9.503753051514945,True -2017/09/18 03:00:00,11.938689347060345,True -2017/09/18 04:00:00,12.696537936496604,True -2017/09/18 05:00:00,18.043937521570317,True -2017/09/18 06:00:00,23.743501253398723,True -2017/09/18 07:00:00,28.268465012698094,True -2017/09/18 08:00:00,28.956812056206008,True -2017/09/18 09:00:00,34.229928768521425,True -2017/09/18 10:00:00,38.61239336418174,True -2017/09/18 11:00:00,39.68468350365801,True -2017/09/18 12:00:00,40.230582683858316,True -2017/09/18 13:00:00,40.79124960448448,True -2017/09/18 14:00:00,37.53816604830643,True -2017/09/18 15:00:00,37.36399346675078,True -2017/09/18 16:00:00,40.57251744962554,True -2017/09/18 17:00:00,42.51389453215075,True -2017/09/18 18:00:00,41.114372268119915,True -2017/09/18 19:00:00,44.21641106314142,True -2017/09/18 20:00:00,41.23630661312213,True -2017/09/18 21:00:00,36.0985601519097,True -2017/09/18 22:00:00,26.176645131185253,True -2017/09/18 23:00:00,19.705997295586833,True -2017/09/19 00:00:00,13.73727369501464,True -2017/09/19 01:00:00,9.176848159976425,True -2017/09/19 02:00:00,11.087558585113547,True -2017/09/19 03:00:00,12.001877810170525,True -2017/09/19 04:00:00,13.673754591483114,True -2017/09/19 05:00:00,18.033088608131777,True -2017/09/19 06:00:00,23.91929611978528,True -2017/09/19 07:00:00,28.57034759671138,True -2017/09/19 08:00:00,26.568800007644736,True -2017/09/19 09:00:00,33.86969964618004,True -2017/09/19 10:00:00,39.11321187239139,True -2017/09/19 11:00:00,40.99769945018975,True -2017/09/19 12:00:00,40.968488071343984,True -2017/09/19 13:00:00,41.85269558702415,True -2017/09/19 14:00:00,40.280880036922014,True -2017/09/19 15:00:00,42.081084506759474,True -2017/09/19 16:00:00,43.08298770898452,True -2017/09/19 17:00:00,42.794007730850936,True -2017/09/19 18:00:00,40.912494090158944,True -2017/09/19 19:00:00,43.73293035951624,True -2017/09/19 20:00:00,41.812765238868735,True -2017/09/19 21:00:00,37.44575249995408,True -2017/09/19 22:00:00,28.805924860919028,True -2017/09/19 23:00:00,20.075698576340752,True -2017/09/20 00:00:00,11.603499498561483,True -2017/09/20 01:00:00,11.454667768925493,True -2017/09/20 02:00:00,11.40275351691346,True -2017/09/20 03:00:00,11.118641640411608,True -2017/09/20 04:00:00,13.870290491058505,True -2017/09/20 05:00:00,18.42334769221416,True -2017/09/20 06:00:00,21.634550835122052,True -2017/09/20 07:00:00,28.941393968523528,True -2017/09/20 08:00:00,26.911887882417847,True -2017/09/20 09:00:00,36.74994127636015,True -2017/09/20 10:00:00,42.79577718948398,True -2017/09/20 11:00:00,45.97115741025982,True -2017/09/20 12:00:00,44.230654666294875,True -2017/09/20 13:00:00,44.74546735304017,True -2017/09/20 14:00:00,43.466888946224714,True -2017/09/20 15:00:00,43.35443575766877,True -2017/09/20 16:00:00,45.95249525231781,True -2017/09/20 17:00:00,46.4173048208428,True -2017/09/20 18:00:00,45.73999608127922,True -2017/09/20 19:00:00,45.7892853775266,True -2017/09/20 20:00:00,42.382623546925764,True -2017/09/20 21:00:00,37.463872012575656,True -2017/09/20 22:00:00,29.449054176580432,True -2017/09/20 23:00:00,21.257956483123607,True -2017/09/21 00:00:00,11.765000484394713,True -2017/09/21 01:00:00,9.336108702873846,True -2017/09/21 02:00:00,11.386087896805975,True -2017/09/21 03:00:00,11.337611568402613,True -2017/09/21 04:00:00,14.229518573149042,True -2017/09/21 05:00:00,16.677502493983468,True -2017/09/21 06:00:00,23.852702890107942,True -2017/09/21 07:00:00,28.166604086177507,True -2017/09/21 08:00:00,29.715092974984533,True -2017/09/21 09:00:00,38.119209534539245,True -2017/09/21 10:00:00,45.54216569109982,True -2017/09/21 11:00:00,46.13554514674217,True -2017/09/21 12:00:00,44.9036539998045,True -2017/09/21 13:00:00,45.38435803689406,True -2017/09/21 14:00:00,43.784327153315076,True -2017/09/21 15:00:00,43.96112597328217,True -2017/09/21 16:00:00,46.52252244890955,True -2017/09/21 17:00:00,47.486035965155295,True -2017/09/21 18:00:00,46.36167055757772,True -2017/09/21 19:00:00,48.06634587561644,True -2017/09/21 20:00:00,46.70717488485242,True -2017/09/21 21:00:00,40.008790234844106,True -2017/09/21 22:00:00,31.381726215143868,True -2017/09/21 23:00:00,23.294191915164408,True -2017/09/22 00:00:00,15.247807450522105,True -2017/09/22 01:00:00,12.17046198224438,True -2017/09/22 02:00:00,9.583397595995104,True -2017/09/22 03:00:00,8.978468400173838,True -2017/09/22 04:00:00,11.943615078611364,True -2017/09/22 05:00:00,15.122635862204733,True -2017/09/22 06:00:00,21.73941779755273,True -2017/09/22 07:00:00,28.15298229651368,True -2017/09/22 08:00:00,28.965142530564478,True -2017/09/22 09:00:00,35.22023681230213,True -2017/09/22 10:00:00,42.186793019233754,True -2017/09/22 11:00:00,46.06448459525091,True -2017/09/22 12:00:00,44.30708302462696,True -2017/09/22 13:00:00,44.70635449448537,True -2017/09/22 14:00:00,43.57225976370191,True -2017/09/22 15:00:00,43.25574321403047,True -2017/09/22 16:00:00,45.70540164805505,True -2017/09/22 17:00:00,46.11782190590227,True -2017/09/22 18:00:00,44.87343016128083,True -2017/09/22 19:00:00,44.474283488908476,True -2017/09/22 20:00:00,41.5700665962549,True -2017/09/22 21:00:00,36.44097642363612,True -2017/09/22 22:00:00,29.275008073355757,True -2017/09/22 23:00:00,21.056378229749512,True -2017/09/23 00:00:00,15.488681756993811,True -2017/09/23 01:00:00,9.396709234061722,True -2017/09/23 02:00:00,9.464752851463984,True -2017/09/23 03:00:00,8.773618516024545,True -2017/09/23 04:00:00,11.035143020292582,True -2017/09/23 05:00:00,16.283142337140074,True -2017/09/23 06:00:00,21.56409313595946,True -2017/09/23 07:00:00,21.278868319936862,True -2017/09/23 08:00:00,24.362588724361345,True -2017/09/23 09:00:00,30.047528228686588,True -2017/09/23 10:00:00,35.59421835569206,True -2017/09/23 11:00:00,35.62186562687762,True -2017/09/23 12:00:00,37.063076030711834,True -2017/09/23 13:00:00,36.28216450612376,True -2017/09/23 14:00:00,33.6335669519749,True -2017/09/23 15:00:00,34.87048888414767,True -2017/09/23 16:00:00,35.50992809320816,True -2017/09/23 17:00:00,37.57978267327919,True -2017/09/23 18:00:00,36.63097061048106,True -2017/09/23 19:00:00,37.284891647603445,True -2017/09/23 20:00:00,35.55451928238859,True -2017/09/23 21:00:00,35.20734308817779,True -2017/09/23 22:00:00,29.26221271838229,True -2017/09/23 23:00:00,22.986255762869263,True -2017/09/24 00:00:00,15.145434834680563,True -2017/09/24 01:00:00,12.631752046622202,True -2017/09/24 02:00:00,12.7069506672645,True -2017/09/24 03:00:00,12.110575824562972,True -2017/09/24 04:00:00,14.12719369803687,True -2017/09/24 05:00:00,18.14474376877419,True -2017/09/24 06:00:00,23.381154591101872,True -2017/09/24 07:00:00,22.507208741192972,True -2017/09/24 08:00:00,26.007662613590327,True -2017/09/24 09:00:00,30.70224737749789,True -2017/09/24 10:00:00,37.51526646653145,True -2017/09/24 11:00:00,39.51089614021591,True -2017/09/24 12:00:00,40.73120409713103,True -2017/09/24 13:00:00,38.47018435064689,True -2017/09/24 14:00:00,37.22216976756615,True -2017/09/24 15:00:00,36.6834717410553,True -2017/09/24 16:00:00,37.58375676418704,True -2017/09/24 17:00:00,38.281408055041155,True -2017/09/24 18:00:00,35.705871171788424,True -2017/09/24 19:00:00,37.35528659227258,True -2017/09/24 20:00:00,37.57851447818476,True -2017/09/24 21:00:00,35.4709050076945,True -2017/09/24 22:00:00,29.355271731235185,True -2017/09/24 23:00:00,22.533457506795983,True -2017/09/25 00:00:00,14.301068680458604,True -2017/09/25 01:00:00,9.260302945019973,True -2017/09/25 02:00:00,9.637097840406621,True -2017/09/25 03:00:00,8.972230887263718,True -2017/09/25 04:00:00,11.692535852513572,True -2017/09/25 05:00:00,17.54200023773728,True -2017/09/25 06:00:00,21.447116685509958,True -2017/09/25 07:00:00,27.926962729578648,True -2017/09/25 08:00:00,28.911246062042697,True -2017/09/25 09:00:00,39.30480206134214,True -2017/09/25 10:00:00,45.797083570597316,True -2017/09/25 11:00:00,46.52260441143426,True -2017/09/25 12:00:00,45.65399626550184,True -2017/09/25 13:00:00,46.01211291897845,True -2017/09/25 14:00:00,44.286952919384994,True -2017/09/25 15:00:00,43.878571094484855,True -2017/09/25 16:00:00,46.65788289332538,True -2017/09/25 17:00:00,48.27943944395543,True -2017/09/25 18:00:00,47.087048997559734,True -2017/09/25 19:00:00,49.086840468994524,True -2017/09/25 20:00:00,47.70264887865644,True -2017/09/25 21:00:00,44.65097261698472,True -2017/09/25 22:00:00,38.4964445839717,True -2017/09/25 23:00:00,23.836651706653857,True -2017/09/26 00:00:00,14.980157722201511,True -2017/09/26 01:00:00,12.468094995048231,True -2017/09/26 02:00:00,12.680668789935346,True -2017/09/26 03:00:00,12.060402832934846,True -2017/09/26 04:00:00,14.281662536676945,True -2017/09/26 05:00:00,17.78839895846255,True -2017/09/26 06:00:00,23.265526398592257,True -2017/09/26 07:00:00,27.32868921615904,True -2017/09/26 08:00:00,29.757572918413512,True -2017/09/26 09:00:00,34.5772551332371,True -2017/09/26 10:00:00,39.7283274280325,True -2017/09/26 11:00:00,44.87921791614328,True -2017/09/26 12:00:00,43.48309788932675,True -2017/09/26 13:00:00,44.45806044894606,True -2017/09/26 14:00:00,42.36614567629811,True -2017/09/26 15:00:00,42.28837908474748,True -2017/09/26 16:00:00,44.98586359364076,True -2017/09/26 17:00:00,44.48788034109334,True -2017/09/26 18:00:00,42.03025130782834,True -2017/09/26 19:00:00,43.92923248771897,True -2017/09/26 20:00:00,41.74638121183732,True -2017/09/26 21:00:00,38.6360888257985,True -2017/09/26 22:00:00,32.283705615894306,True -2017/09/26 23:00:00,24.753423490319243,True -2017/09/27 00:00:00,15.296614839352364,True -2017/09/27 01:00:00,12.392972785526418,True -2017/09/27 02:00:00,12.536061234786185,True -2017/09/27 03:00:00,12.04580550368991,True -2017/09/27 04:00:00,14.3502426270104,True -2017/09/27 05:00:00,17.589062554431635,True -2017/09/27 06:00:00,21.503399453542663,True -2017/09/27 07:00:00,27.294272101612673,True -2017/09/27 08:00:00,29.092841734305615,True -2017/09/27 09:00:00,33.94317772616747,True -2017/09/27 10:00:00,40.764161222725676,True -2017/09/27 11:00:00,41.52799317069565,True -2017/09/27 12:00:00,43.05042533915601,True -2017/09/27 13:00:00,43.94625857495494,True -2017/09/27 14:00:00,41.339677499122224,True -2017/09/27 15:00:00,40.245218397875234,True -2017/09/27 16:00:00,41.231583700867745,True -2017/09/27 17:00:00,35.97805585620219,True -2017/09/27 18:00:00,35.869863780696605,True -2017/09/27 19:00:00,39.043521014335134,True -2017/09/27 20:00:00,37.27076625133904,True -2017/09/27 21:00:00,34.44674503888699,True -2017/09/27 22:00:00,27.479178610287466,True -2017/09/27 23:00:00,21.531568180548852,True -2017/09/28 00:00:00,13.19502277999406,True -2017/09/28 01:00:00,9.210916384981196,True -2017/09/28 02:00:00,11.303701590690313,True -2017/09/28 03:00:00,11.974078873908365,True -2017/09/28 04:00:00,14.318466845067949,True -2017/09/28 05:00:00,16.671044776695624,True -2017/09/28 06:00:00,23.269900229959738,True -2017/09/28 07:00:00,28.516773659530198,True -2017/09/28 08:00:00,30.233501017776057,True -2017/09/28 09:00:00,34.0819059915902,True -2017/09/28 10:00:00,37.12347650357145,True -2017/09/28 11:00:00,37.49003541794457,True -2017/09/28 12:00:00,33.38937856022378,True -2017/09/28 13:00:00,35.50945467692034,True -2017/09/28 14:00:00,34.872961944054715,True -2017/09/28 15:00:00,34.741823567397326,True -2017/09/28 16:00:00,37.54611160325741,True -2017/09/28 17:00:00,39.46004936372933,True -2017/09/28 18:00:00,38.83369053137938,True -2017/09/28 19:00:00,40.57939680909874,True -2017/09/28 20:00:00,39.11832334480035,True -2017/09/28 21:00:00,35.25747850363977,True -2017/09/28 22:00:00,28.8449767929459,True -2017/09/28 23:00:00,22.66864884313936,True -2017/09/29 00:00:00,14.33738870040389,True -2017/09/29 01:00:00,11.66549238638408,True -2017/09/29 02:00:00,12.282866096606428,True -2017/09/29 03:00:00,11.84308611233793,True -2017/09/29 04:00:00,13.987211524914688,True -2017/09/29 05:00:00,18.024147463414785,True -2017/09/29 06:00:00,23.91081254841211,True -2017/09/29 07:00:00,28.882308385669088,True -2017/09/29 08:00:00,30.45962517753489,True -2017/09/29 09:00:00,34.09650046893635,True -2017/09/29 10:00:00,36.57203487304261,True -2017/09/29 11:00:00,38.990774950767836,True -2017/09/29 12:00:00,33.77671286055007,True -2017/09/29 13:00:00,38.00233896722144,True -2017/09/29 14:00:00,32.24892874389638,True -2017/09/29 15:00:00,34.02686825037046,True -2017/09/29 16:00:00,34.206545440946485,True -2017/09/29 17:00:00,35.06229276474935,True -2017/09/29 18:00:00,38.391408975633645,True -2017/09/29 19:00:00,40.85352902446662,True -2017/09/29 20:00:00,39.18205786422365,True -2017/09/29 21:00:00,36.10645464641364,True -2017/09/29 22:00:00,29.71185043857329,True -2017/09/29 23:00:00,23.380626358447774,True -2017/09/30 00:00:00,14.660000516131454,True -2017/09/30 01:00:00,11.014939874370254,True -2017/09/30 02:00:00,10.775512507799801,True -2017/09/30 03:00:00,8.766347203208557,True -2017/09/30 04:00:00,13.866378356781254,True -2017/09/30 05:00:00,15.966400789398518,True -2017/09/30 06:00:00,21.927655410855643,True -2017/09/30 07:00:00,23.875426643249583,True -2017/09/30 08:00:00,28.609496918647835,True -2017/09/30 09:00:00,31.8057264717075,True -2017/09/30 10:00:00,34.763213389057796,True -2017/09/30 11:00:00,33.39992363538183,True -2017/09/30 12:00:00,35.34773384724302,True -2017/09/30 13:00:00,35.126450506558015,True -2017/09/30 14:00:00,33.40566829268028,True -2017/09/30 15:00:00,32.409356712252155,True -2017/09/30 16:00:00,34.66309726430012,True -2017/09/30 17:00:00,37.35754771668879,True -2017/09/30 18:00:00,36.30733686502321,True -2017/09/30 19:00:00,37.22238317059678,True -2017/09/30 20:00:00,34.6861278462534,True -2017/09/30 21:00:00,32.16522715629182,True -2017/09/30 22:00:00,26.068606308670972,True -2017/09/30 23:00:00,21.36788818598036,True -2017/10/01 00:00:00,12.141246305055768,True -2017/10/01 01:00:00,9.585589159424089,True -2017/10/01 02:00:00,9.709210295554254,True -2017/10/01 03:00:00,9.0927659357288,True -2017/10/01 04:00:00,14.48653036099513,True -2017/10/01 05:00:00,15.837859747501707,True -2017/10/01 06:00:00,20.728127134973953,True -2017/10/01 07:00:00,20.577121138248376,True -2017/10/01 08:00:00,25.330094864986126,True -2017/10/01 09:00:00,27.01359181481753,True -2017/10/01 10:00:00,34.172358801033084,True -2017/10/01 11:00:00,36.54015842821961,True -2017/10/01 12:00:00,33.55508435419462,True -2017/10/01 13:00:00,33.66491671564644,True -2017/10/01 14:00:00,28.836022921931576,True -2017/10/01 15:00:00,28.3598475745872,True -2017/10/01 16:00:00,33.38787650773486,True -2017/10/01 17:00:00,31.193908279730316,True -2017/10/01 18:00:00,30.361009303751544,True -2017/10/01 19:00:00,34.53561547600148,True -2017/10/01 20:00:00,33.77550954594502,True -2017/10/01 21:00:00,31.628781921545375,True -2017/10/01 22:00:00,26.50704285848063,True -2017/10/01 23:00:00,20.023087134460848,True -2017/10/02 00:00:00,13.609959441318251,True -2017/10/02 01:00:00,11.390896264415485,True -2017/10/02 02:00:00,11.003311431646033,True -2017/10/02 03:00:00,9.939691963392814,True -2017/10/02 04:00:00,14.279571420706205,True -2017/10/02 05:00:00,15.464880836248842,True -2017/10/02 06:00:00,22.119734472814898,True -2017/10/02 07:00:00,28.83104847387726,True -2017/10/02 08:00:00,31.491546241444116,True -2017/10/02 09:00:00,34.78215550719362,True -2017/10/02 10:00:00,37.132173449355165,True -2017/10/02 11:00:00,38.55629109583775,True -2017/10/02 12:00:00,33.114332552719326,True -2017/10/02 13:00:00,35.73118815926713,True -2017/10/02 14:00:00,33.78079421564778,True -2017/10/02 15:00:00,34.69784863296912,True -2017/10/02 16:00:00,36.360481549644696,True -2017/10/02 17:00:00,35.8536553976712,True -2017/10/02 18:00:00,37.99985804366215,True -2017/10/02 19:00:00,40.9347173189977,True -2017/10/02 20:00:00,38.39590707983119,True -2017/10/02 21:00:00,36.036498908096156,True -2017/10/02 22:00:00,29.361009678220547,True -2017/10/02 23:00:00,21.741901683754236,True -2017/10/03 00:00:00,13.140152548258515,True -2017/10/03 01:00:00,9.259983437530941,True -2017/10/03 02:00:00,10.990112756632108,True -2017/10/03 03:00:00,11.904823318269237,True -2017/10/03 04:00:00,14.544502378378075,True -2017/10/03 05:00:00,17.71348842122246,True -2017/10/03 06:00:00,22.63046944417711,True -2017/10/03 07:00:00,27.410582438851616,True -2017/10/03 08:00:00,30.638215947822562,True -2017/10/03 09:00:00,34.60316031669054,True -2017/10/03 10:00:00,36.87334801315629,True -2017/10/03 11:00:00,38.29792233855723,True -2017/10/03 12:00:00,37.61898378788366,True -2017/10/03 13:00:00,39.761685075810036,True -2017/10/03 14:00:00,38.703054745008,True -2017/10/03 15:00:00,38.64301724388408,True -2017/10/03 16:00:00,39.871290777082145,True -2017/10/03 17:00:00,40.147896574885344,True -2017/10/03 18:00:00,40.86550471577478,True -2017/10/03 19:00:00,42.402770038183256,True -2017/10/03 20:00:00,40.460920067229026,True -2017/10/03 21:00:00,36.61044824325997,True -2017/10/03 22:00:00,29.697777166352157,True -2017/10/03 23:00:00,22.100510226070437,True -2017/10/04 00:00:00,14.667238069194475,True -2017/10/04 01:00:00,12.221719977897033,True -2017/10/04 02:00:00,10.955829938615278,True -2017/10/04 03:00:00,11.012204954182668,True -2017/10/04 04:00:00,13.614001417745849,True -2017/10/04 05:00:00,16.738918712999734,True -2017/10/04 06:00:00,24.146953668462807,True -2017/10/04 07:00:00,28.645974660514394,True -2017/10/04 08:00:00,29.723074809870578,True -2017/10/04 09:00:00,32.669700707819636,True -2017/10/04 10:00:00,34.03347650564123,True -2017/10/04 11:00:00,39.8677904821074,True -2017/10/04 12:00:00,36.66613239807485,True -2017/10/04 13:00:00,37.223495868809636,True -2017/10/04 14:00:00,31.394450826380353,True -2017/10/04 15:00:00,34.90695929154482,True -2017/10/04 16:00:00,36.355608702886066,True -2017/10/04 17:00:00,36.46820364723319,True -2017/10/04 18:00:00,37.07477680009178,True -2017/10/04 19:00:00,40.113914875497436,True -2017/10/04 20:00:00,38.90346803037757,True -2017/10/04 21:00:00,35.588245893830816,True -2017/10/04 22:00:00,28.12113504315147,True -2017/10/04 23:00:00,20.858923912622465,True -2017/10/05 00:00:00,14.299572493622955,True -2017/10/05 01:00:00,11.736328613727572,True -2017/10/05 02:00:00,11.221501070133506,True -2017/10/05 03:00:00,11.909981539163628,True -2017/10/05 04:00:00,13.836736203375134,True -2017/10/05 05:00:00,17.944449439646963,True -2017/10/05 06:00:00,22.249043797900537,True -2017/10/05 07:00:00,28.723321068156707,True -2017/10/05 08:00:00,30.291395264284553,True -2017/10/05 09:00:00,32.645518533036146,True -2017/10/05 10:00:00,37.74055205241435,True -2017/10/05 11:00:00,40.26675889909494,True -2017/10/05 12:00:00,38.54260490722899,True -2017/10/05 13:00:00,39.595417199360604,True -2017/10/05 14:00:00,38.780928809692135,True -2017/10/05 15:00:00,38.56611039114145,True -2017/10/05 16:00:00,41.25122096883544,True -2017/10/05 17:00:00,41.686648584049976,True -2017/10/05 18:00:00,40.91896689967665,True -2017/10/05 19:00:00,42.15210482849598,True -2017/10/05 20:00:00,39.68337886414783,True -2017/10/05 21:00:00,36.486707308641314,True -2017/10/05 22:00:00,29.680493325665402,True -2017/10/05 23:00:00,21.791516743305987,True -2017/10/06 00:00:00,14.409098617966569,True -2017/10/06 01:00:00,11.355845849514559,True -2017/10/06 02:00:00,12.3160159722529,True -2017/10/06 03:00:00,11.908720757068885,True -2017/10/06 04:00:00,13.638311710585084,True -2017/10/06 05:00:00,18.083034983378635,True -2017/10/06 06:00:00,23.742688467244708,True -2017/10/06 07:00:00,28.650291541579264,True -2017/10/06 08:00:00,30.820320789305136,True -2017/10/06 09:00:00,33.5057226249565,True -2017/10/06 10:00:00,37.22230117834301,True -2017/10/06 11:00:00,39.32695152816889,True -2017/10/06 12:00:00,37.41608992720336,True -2017/10/06 13:00:00,37.357771651740784,True -2017/10/06 14:00:00,34.93940187416641,True -2017/10/06 15:00:00,35.219441869679656,True -2017/10/06 16:00:00,37.0696433666401,True -2017/10/06 17:00:00,37.41931389533815,True -2017/10/06 18:00:00,38.327387613558585,True -2017/10/06 19:00:00,41.363496166876345,True -2017/10/06 20:00:00,38.79280252358977,True -2017/10/06 21:00:00,35.20000364946829,True -2017/10/06 22:00:00,30.416034821303263,True -2017/10/06 23:00:00,23.39050641426304,True -2017/10/07 00:00:00,13.254617154912253,True -2017/10/07 01:00:00,10.14396269327614,True -2017/10/07 02:00:00,10.130632505510258,True -2017/10/07 03:00:00,8.662623789815015,True -2017/10/07 04:00:00,13.972701362845827,True -2017/10/07 05:00:00,15.30659208534585,True -2017/10/07 06:00:00,22.237109014449576,True -2017/10/07 07:00:00,24.070071830939494,True -2017/10/07 08:00:00,28.658695095266978,True -2017/10/07 09:00:00,33.84866484638116,True -2017/10/07 10:00:00,36.49608532825843,True -2017/10/07 11:00:00,36.685890195649975,True -2017/10/07 12:00:00,35.67598091509623,True -2017/10/07 13:00:00,36.271042990889796,True -2017/10/07 14:00:00,33.7294596305376,True -2017/10/07 15:00:00,33.56030017364904,True -2017/10/07 16:00:00,35.23105449271386,True -2017/10/07 17:00:00,38.27514203357744,True -2017/10/07 18:00:00,37.206631229781344,True -2017/10/07 19:00:00,37.28728615271758,True -2017/10/07 20:00:00,35.52265163068165,True -2017/10/07 21:00:00,35.2972060379748,True -2017/10/07 22:00:00,28.897876366671706,True -2017/10/07 23:00:00,22.57172516994044,True -2017/10/08 00:00:00,14.549025748234728,True -2017/10/08 01:00:00,12.139149621024767,True -2017/10/08 02:00:00,12.561002317497296,True -2017/10/08 03:00:00,11.999995303702992,True -2017/10/08 04:00:00,14.804033189357323,True -2017/10/08 05:00:00,17.624367287150136,True -2017/10/08 06:00:00,23.930933313721937,True -2017/10/08 07:00:00,22.93970250937282,True -2017/10/08 08:00:00,25.259499483845232,True -2017/10/08 09:00:00,27.524585477806532,True -2017/10/08 10:00:00,33.7104144278583,True -2017/10/08 11:00:00,36.39097513173913,True -2017/10/08 12:00:00,34.987783755583564,True -2017/10/08 13:00:00,34.845386513383886,True -2017/10/08 14:00:00,32.41134713427462,True -2017/10/08 15:00:00,32.265200528322175,True -2017/10/08 16:00:00,34.487280221812966,True -2017/10/08 17:00:00,34.94885409698815,True -2017/10/08 18:00:00,33.405148273536994,True -2017/10/08 19:00:00,35.3474246022521,True -2017/10/08 20:00:00,34.91333062148453,True -2017/10/08 21:00:00,33.46495521670368,True -2017/10/08 22:00:00,28.101802154770557,True -2017/10/08 23:00:00,21.101603693415342,True -2017/10/09 00:00:00,13.592542111086379,True -2017/10/09 01:00:00,12.1058573940048,True -2017/10/09 02:00:00,9.564641725087338,True -2017/10/09 03:00:00,9.045357907251168,True -2017/10/09 04:00:00,13.54805169018858,True -2017/10/09 05:00:00,15.232046772412259,True -2017/10/09 06:00:00,20.841287499544652,True -2017/10/09 07:00:00,25.515257573058975,True -2017/10/09 08:00:00,30.6059108433638,True -2017/10/09 09:00:00,34.252494532996394,True -2017/10/09 10:00:00,37.417324138270224,True -2017/10/09 11:00:00,38.37173336509229,True -2017/10/09 12:00:00,36.60500405754697,True -2017/10/09 13:00:00,37.436150841867416,True -2017/10/09 14:00:00,35.014724638274615,True -2017/10/09 15:00:00,34.146882400531446,True -2017/10/09 16:00:00,35.645838805189626,True -2017/10/09 17:00:00,38.47340608612466,True -2017/10/09 18:00:00,38.57906414471268,True -2017/10/09 19:00:00,40.024996901959376,True -2017/10/09 20:00:00,39.339683813130605,True -2017/10/09 21:00:00,36.09750493750009,True -2017/10/09 22:00:00,29.52225806488918,True -2017/10/09 23:00:00,21.806477582882586,True -2017/10/10 00:00:00,14.236833761255616,True -2017/10/10 01:00:00,11.31105095521584,True -2017/10/10 02:00:00,11.811909271360502,True -2017/10/10 03:00:00,11.819251779703455,True -2017/10/10 04:00:00,13.754144537020878,True -2017/10/10 05:00:00,16.966114226505624,True -2017/10/10 06:00:00,23.98246870876932,True -2017/10/10 07:00:00,28.394744543562375,True -2017/10/10 08:00:00,30.419125871008738,True -2017/10/10 09:00:00,30.84625632127635,True -2017/10/10 10:00:00,37.00149979790091,True -2017/10/10 11:00:00,39.500075738968576,True -2017/10/10 12:00:00,38.22753092160396,True -2017/10/10 13:00:00,38.76424540569069,True -2017/10/10 14:00:00,37.02845954225893,True -2017/10/10 15:00:00,37.3264133014169,True -2017/10/10 16:00:00,39.15917498896603,True -2017/10/10 17:00:00,40.036770448025024,True -2017/10/10 18:00:00,37.28985064073219,True -2017/10/10 19:00:00,37.857291400975406,True -2017/10/10 20:00:00,38.05835287846279,True -2017/10/10 21:00:00,35.66444991975543,True -2017/10/10 22:00:00,28.4715695722199,True -2017/10/10 23:00:00,22.473389683203926,True -2017/10/11 00:00:00,14.294321209213088,True -2017/10/11 01:00:00,10.869383146072925,True -2017/10/11 02:00:00,9.97883068554354,True -2017/10/11 03:00:00,11.329094842154511,True -2017/10/11 04:00:00,13.50960992921689,True -2017/10/11 05:00:00,18.32333366100842,True -2017/10/11 06:00:00,23.509810751964515,True -2017/10/11 07:00:00,28.716133710569043,True -2017/10/11 08:00:00,30.08921396220544,True -2017/10/11 09:00:00,33.3082698541109,True -2017/10/11 10:00:00,38.583861784542215,True -2017/10/11 11:00:00,43.293573743771944,True -2017/10/11 12:00:00,44.04135772346279,True -2017/10/11 13:00:00,44.19275220427457,True -2017/10/11 14:00:00,42.95848037199389,True -2017/10/11 15:00:00,42.63196262731271,True -2017/10/11 16:00:00,45.6237343634,True -2017/10/11 17:00:00,46.017697273866304,True -2017/10/11 18:00:00,42.22247952793319,True -2017/10/11 19:00:00,43.29278507021631,True -2017/10/11 20:00:00,39.745989806719805,True -2017/10/11 21:00:00,35.857138801221076,True -2017/10/11 22:00:00,29.56971101076058,True -2017/10/11 23:00:00,22.333046082466076,True -2017/10/12 00:00:00,14.521473216127749,True -2017/10/12 01:00:00,9.269623288580654,True -2017/10/12 02:00:00,9.478343914697517,True -2017/10/12 03:00:00,8.889541514207107,True -2017/10/12 04:00:00,12.006710677899413,True -2017/10/12 05:00:00,15.81388294192255,True -2017/10/12 06:00:00,21.392795365085906,True -2017/10/12 07:00:00,25.021062640735092,True -2017/10/12 08:00:00,28.936275539373398,True -2017/10/12 09:00:00,33.63929436033424,True -2017/10/12 10:00:00,39.17018166116191,True -2017/10/12 11:00:00,41.03812540584307,True -2017/10/12 12:00:00,38.34140173713415,True -2017/10/12 13:00:00,38.691606947461274,True -2017/10/12 14:00:00,38.15546123821061,True -2017/10/12 15:00:00,38.09617138534509,True -2017/10/12 16:00:00,40.73860082478147,True -2017/10/12 17:00:00,40.43235420953319,True -2017/10/12 18:00:00,39.628294285951355,True -2017/10/12 19:00:00,41.75268487927114,True -2017/10/12 20:00:00,39.833803224252094,True -2017/10/12 21:00:00,36.10286881407782,True -2017/10/12 22:00:00,26.283083893657885,True -2017/10/12 23:00:00,19.647275020053375,True -2017/10/13 00:00:00,14.59158001885101,True -2017/10/13 01:00:00,10.643021655926226,True -2017/10/13 02:00:00,10.887011079334194,True -2017/10/13 03:00:00,11.093875810898766,True -2017/10/13 04:00:00,14.640402691348271,True -2017/10/13 05:00:00,18.57691746816977,True -2017/10/13 06:00:00,20.986229073714224,True -2017/10/13 07:00:00,29.214083688668687,True -2017/10/13 08:00:00,31.32233396153024,True -2017/10/13 09:00:00,34.61992120686386,True -2017/10/13 10:00:00,37.649517853079146,True -2017/10/13 11:00:00,38.74231577971166,True -2017/10/13 12:00:00,36.35910177010636,True -2017/10/13 13:00:00,37.357010588647505,True -2017/10/13 14:00:00,35.65132031521421,True -2017/10/13 15:00:00,34.59856589213483,True -2017/10/13 16:00:00,37.37215152328129,True -2017/10/13 17:00:00,38.611352952216464,True -2017/10/13 18:00:00,38.70214016294331,True -2017/10/13 19:00:00,41.41392742909574,True -2017/10/13 20:00:00,38.86219009734561,True -2017/10/13 21:00:00,36.46613567560492,True -2017/10/13 22:00:00,29.524669751591688,True -2017/10/13 23:00:00,22.70842754692956,True -2017/10/14 00:00:00,15.163469162580572,True -2017/10/14 01:00:00,9.853717051842144,True -2017/10/14 02:00:00,9.406702618633672,True -2017/10/14 03:00:00,10.385466790858024,True -2017/10/14 04:00:00,14.235828432905931,True -2017/10/14 05:00:00,16.6742870390394,True -2017/10/14 06:00:00,22.42099078703984,True -2017/10/14 07:00:00,26.088647662262375,True -2017/10/14 08:00:00,28.090218571881746,True -2017/10/14 09:00:00,33.32153778166276,True -2017/10/14 10:00:00,36.57789235168785,True -2017/10/14 11:00:00,37.181834955395885,True -2017/10/14 12:00:00,35.584096742522284,True -2017/10/14 13:00:00,35.32298672509944,True -2017/10/14 14:00:00,33.972075854192106,True -2017/10/14 15:00:00,33.21660469015676,True -2017/10/14 16:00:00,35.16964262492666,True -2017/10/14 17:00:00,37.745303481781846,True -2017/10/14 18:00:00,36.788794904111235,True -2017/10/14 19:00:00,37.36946070879129,True -2017/10/14 20:00:00,35.56532025158433,True -2017/10/14 21:00:00,35.80987631673614,True -2017/10/14 22:00:00,29.456271553832604,True -2017/10/14 23:00:00,20.59864212379392,True -2017/10/15 00:00:00,14.253011776191556,True -2017/10/15 01:00:00,12.446186308367356,True -2017/10/15 02:00:00,9.859823110015169,True -2017/10/15 03:00:00,9.1543067079549,True -2017/10/15 04:00:00,12.72941102884151,True -2017/10/15 05:00:00,17.90046857446445,True -2017/10/15 06:00:00,23.097991887367044,True -2017/10/15 07:00:00,25.3486719946076,True -2017/10/15 08:00:00,25.985446893607822,True -2017/10/15 09:00:00,27.42815415263634,True -2017/10/15 10:00:00,34.29221943196512,True -2017/10/15 11:00:00,36.06043493723663,True -2017/10/15 12:00:00,34.765214919885025,True -2017/10/15 13:00:00,34.97483966339109,True -2017/10/15 14:00:00,32.77076137672917,True -2017/10/15 15:00:00,32.21354911449458,True -2017/10/15 16:00:00,34.21463236459258,True -2017/10/15 17:00:00,34.53468741701912,True -2017/10/15 18:00:00,35.30838710413516,True -2017/10/15 19:00:00,35.25942901437452,True -2017/10/15 20:00:00,35.09529873476966,True -2017/10/15 21:00:00,34.56877971696476,True -2017/10/15 22:00:00,27.880850943532916,True -2017/10/15 23:00:00,18.588076443528582,True -2017/10/16 00:00:00,11.627718776879123,True -2017/10/16 01:00:00,9.287663523711005,True -2017/10/16 02:00:00,9.614009802814989,True -2017/10/16 03:00:00,9.09069041513087,True -2017/10/16 04:00:00,13.181916350933841,True -2017/10/16 05:00:00,17.172742221059202,True -2017/10/16 06:00:00,23.799988209530433,True -2017/10/16 07:00:00,28.56928441614974,True -2017/10/16 08:00:00,30.08283859673712,True -2017/10/16 09:00:00,33.99232358497713,True -2017/10/16 10:00:00,37.6003077547277,True -2017/10/16 11:00:00,38.35667727525527,True -2017/10/16 12:00:00,36.66352000223028,True -2017/10/16 13:00:00,36.43743667560114,True -2017/10/16 14:00:00,35.083279343717884,True -2017/10/16 15:00:00,34.38731503061995,True -2017/10/16 16:00:00,36.77059361327243,True -2017/10/16 17:00:00,38.41073215016652,True -2017/10/16 18:00:00,40.68688441354517,True -2017/10/16 19:00:00,41.98872600045202,True -2017/10/16 20:00:00,40.19668476799161,True -2017/10/16 21:00:00,36.47544343220713,True -2017/10/16 22:00:00,29.08231444939446,True -2017/10/16 23:00:00,19.09331902839101,True -2017/10/17 00:00:00,11.607714656809517,True -2017/10/17 01:00:00,9.244582000364577,True -2017/10/17 02:00:00,9.572816028703384,True -2017/10/17 03:00:00,8.958438543486523,True -2017/10/17 04:00:00,12.332525499830787,True -2017/10/17 05:00:00,16.344143119654643,True -2017/10/17 06:00:00,22.200519798787273,True -2017/10/17 07:00:00,28.031700542616775,True -2017/10/17 08:00:00,29.65092153133962,True -2017/10/17 09:00:00,34.00970460206056,True -2017/10/17 10:00:00,37.60188862701352,True -2017/10/17 11:00:00,38.796195717816495,True -2017/10/17 12:00:00,36.73670426196491,True -2017/10/17 13:00:00,37.18319974313339,True -2017/10/17 14:00:00,35.54784703870047,True -2017/10/17 15:00:00,35.210786544832324,True -2017/10/17 16:00:00,37.99114480627106,True -2017/10/17 17:00:00,38.52479750822288,True -2017/10/17 18:00:00,40.363625330322336,True -2017/10/17 19:00:00,41.75296385763872,True -2017/10/17 20:00:00,40.30458045263742,True -2017/10/17 21:00:00,37.036406942122916,True -2017/10/17 22:00:00,29.309154413084425,True -2017/10/17 23:00:00,21.51635199482456,True -2017/10/18 00:00:00,11.642828706192688,True -2017/10/18 01:00:00,9.248923285294028,True -2017/10/18 02:00:00,9.578547927572826,True -2017/10/18 03:00:00,8.98607420760894,True -2017/10/18 04:00:00,13.105012642919942,True -2017/10/18 05:00:00,18.475845046932065,True -2017/10/18 06:00:00,24.473709496388853,True -2017/10/18 07:00:00,30.014107699631545,True -2017/10/18 08:00:00,29.839123036759283,True -2017/10/18 09:00:00,34.1206754546803,True -2017/10/18 10:00:00,37.492590839477664,True -2017/10/18 11:00:00,38.555974825629235,True -2017/10/18 12:00:00,37.023143630346624,True -2017/10/18 13:00:00,37.10872413326374,True -2017/10/18 14:00:00,35.12076262352822,True -2017/10/18 15:00:00,35.41786032889233,True -2017/10/18 16:00:00,37.21393909488175,True -2017/10/18 17:00:00,39.25849439758963,True -2017/10/18 18:00:00,41.064833168126924,True -2017/10/18 19:00:00,41.16120572601982,True -2017/10/18 20:00:00,38.980602890185075,True -2017/10/18 21:00:00,36.16964456449899,True -2017/10/18 22:00:00,29.374356678869983,True -2017/10/18 23:00:00,21.906149563115477,True -2017/10/19 00:00:00,13.444412137980871,True -2017/10/19 01:00:00,11.093552550804434,True -2017/10/19 02:00:00,11.729059085141058,True -2017/10/19 03:00:00,12.164510290746533,True -2017/10/19 04:00:00,13.703673865797311,True -2017/10/19 05:00:00,16.034297558949266,True -2017/10/19 06:00:00,23.514620389413647,True -2017/10/19 07:00:00,30.76987545028348,True -2017/10/19 08:00:00,30.274256894747747,True -2017/10/19 09:00:00,34.15658904889825,True -2017/10/19 10:00:00,37.52364595681306,True -2017/10/19 11:00:00,39.607801129102256,True -2017/10/19 12:00:00,36.85568928189777,True -2017/10/19 13:00:00,36.3445269214315,True -2017/10/19 14:00:00,35.01592598406801,True -2017/10/19 15:00:00,35.11432818505355,True -2017/10/19 16:00:00,37.59470605966204,True -2017/10/19 17:00:00,38.9276685398703,True -2017/10/19 18:00:00,40.942097565570705,True -2017/10/19 19:00:00,40.536928472475346,True -2017/10/19 20:00:00,39.30457031975376,True -2017/10/19 21:00:00,36.45561927444959,True -2017/10/19 22:00:00,30.301483656701276,True -2017/10/19 23:00:00,22.302614093333574,True -2017/10/20 00:00:00,13.550017999366046,True -2017/10/20 01:00:00,10.36362040107652,True -2017/10/20 02:00:00,11.092386620781964,True -2017/10/20 03:00:00,9.053169338321869,True -2017/10/20 04:00:00,13.827699477884266,True -2017/10/20 05:00:00,17.243393918618242,True -2017/10/20 06:00:00,22.38487607343117,True -2017/10/20 07:00:00,30.05738674961987,True -2017/10/20 08:00:00,30.54402503422355,True -2017/10/20 09:00:00,34.34333506277101,True -2017/10/20 10:00:00,37.32317189263713,True -2017/10/20 11:00:00,38.793507341076854,True -2017/10/20 12:00:00,36.40622114537759,True -2017/10/20 13:00:00,36.39247824579865,True -2017/10/20 14:00:00,34.75311692640692,True -2017/10/20 15:00:00,34.406147413529894,True -2017/10/20 16:00:00,36.43987053642471,True -2017/10/20 17:00:00,37.81406882134896,True -2017/10/20 18:00:00,40.70284095563949,True -2017/10/20 19:00:00,41.475363677598494,True -2017/10/20 20:00:00,39.36673948736695,True -2017/10/20 21:00:00,36.41113967378475,True -2017/10/20 22:00:00,29.53670799377587,True -2017/10/20 23:00:00,23.0565277618372,True -2017/10/21 00:00:00,13.422587272668743,True -2017/10/21 01:00:00,9.68227839932402,True -2017/10/21 02:00:00,10.216418717988269,True -2017/10/21 03:00:00,8.78324868341723,True -2017/10/21 04:00:00,13.23508369196098,True -2017/10/21 05:00:00,15.030797081576791,True -2017/10/21 06:00:00,20.933973246755674,True -2017/10/21 07:00:00,27.02530969623946,True -2017/10/21 08:00:00,28.719773963026768,True -2017/10/21 09:00:00,32.28654816991982,True -2017/10/21 10:00:00,36.77325197761109,True -2017/10/21 11:00:00,38.82257912297289,True -2017/10/21 12:00:00,39.088772763989475,True -2017/10/21 13:00:00,39.839448851930186,True -2017/10/21 14:00:00,37.6260705518554,True -2017/10/21 15:00:00,37.79441094265497,True -2017/10/21 16:00:00,39.75119260792111,True -2017/10/21 17:00:00,40.40621328066908,True -2017/10/21 18:00:00,39.86326838691768,True -2017/10/21 19:00:00,36.568903488944706,True -2017/10/21 20:00:00,32.522916432304044,True -2017/10/21 21:00:00,35.69544305237935,True -2017/10/21 22:00:00,29.270153777438743,True -2017/10/21 23:00:00,22.513032334891136,True -2017/10/22 00:00:00,14.830429978117852,True -2017/10/22 01:00:00,9.590977031408755,True -2017/10/22 02:00:00,12.436173668639873,True -2017/10/22 03:00:00,11.933354848561583,True -2017/10/22 04:00:00,14.637275780170802,True -2017/10/22 05:00:00,18.391034787732846,True -2017/10/22 06:00:00,20.814106301371798,True -2017/10/22 07:00:00,22.559302306533375,True -2017/10/22 08:00:00,26.03571771268813,True -2017/10/22 09:00:00,29.66713580590958,True -2017/10/22 10:00:00,40.053557157860936,True -2017/10/22 11:00:00,41.809977033729766,True -2017/10/22 12:00:00,41.941593962670204,True -2017/10/22 13:00:00,41.75644860753753,True -2017/10/22 14:00:00,39.835236661532356,True -2017/10/22 15:00:00,39.46647673695833,True -2017/10/22 16:00:00,41.362588917847546,True -2017/10/22 17:00:00,40.74525906087796,True -2017/10/22 18:00:00,38.74205473089144,True -2017/10/22 19:00:00,38.126886670517024,True -2017/10/22 20:00:00,37.84643731559361,True -2017/10/22 21:00:00,37.477176637447826,True -2017/10/22 22:00:00,30.9056667983027,True -2017/10/22 23:00:00,24.33042520278101,True -2017/10/23 00:00:00,15.774698665922744,True -2017/10/23 01:00:00,12.640422364375445,True -2017/10/23 02:00:00,12.851724348657052,True -2017/10/23 03:00:00,12.201691106106718,True -2017/10/23 04:00:00,13.897062919921316,True -2017/10/23 05:00:00,17.79255150585367,True -2017/10/23 06:00:00,23.332880193580916,True -2017/10/23 07:00:00,31.338880703153457,True -2017/10/23 08:00:00,30.916003596266258,True -2017/10/23 09:00:00,35.10308448462252,True -2017/10/23 10:00:00,37.7199096028296,True -2017/10/23 11:00:00,38.82445886389465,True -2017/10/23 12:00:00,36.88900076968032,True -2017/10/23 13:00:00,37.65318211949863,True -2017/10/23 14:00:00,34.96514644872092,True -2017/10/23 15:00:00,34.555750944151875,True -2017/10/23 16:00:00,37.16586925743945,True -2017/10/23 17:00:00,38.002692240789976,True -2017/10/23 18:00:00,40.48638128014735,True -2017/10/23 19:00:00,40.89352889054449,True -2017/10/23 20:00:00,40.54690430974469,True -2017/10/23 21:00:00,36.931915007655164,True -2017/10/23 22:00:00,29.409393356403246,True -2017/10/23 23:00:00,21.561207556081122,True -2017/10/24 00:00:00,11.735354273651469,True -2017/10/24 01:00:00,9.286993011697499,True -2017/10/24 02:00:00,9.576531131985105,True -2017/10/24 03:00:00,9.05074733433251,True -2017/10/24 04:00:00,12.717203667576443,True -2017/10/24 05:00:00,17.12495846390062,True -2017/10/24 06:00:00,23.644113983995947,True -2017/10/24 07:00:00,29.58014224465497,True -2017/10/24 08:00:00,29.856134758658065,True -2017/10/24 09:00:00,34.42530805887619,True -2017/10/24 10:00:00,37.82074859755781,True -2017/10/24 11:00:00,38.88803608302665,True -2017/10/24 12:00:00,36.30466953685777,True -2017/10/24 13:00:00,37.56683707307648,True -2017/10/24 14:00:00,35.02352626572807,True -2017/10/24 15:00:00,34.64713585513605,True -2017/10/24 16:00:00,36.573407228610506,True -2017/10/24 17:00:00,38.05161854537224,True -2017/10/24 18:00:00,40.80960947922565,True -2017/10/24 19:00:00,41.18635262225171,True -2017/10/24 20:00:00,39.32473834502768,True -2017/10/24 21:00:00,37.02239934499018,True -2017/10/24 22:00:00,29.274290158176303,True -2017/10/24 23:00:00,20.27451309852092,True -2017/10/25 00:00:00,13.328584499588784,True -2017/10/25 01:00:00,10.717593729512553,True -2017/10/25 02:00:00,11.24386071054061,True -2017/10/25 03:00:00,8.984771180503945,True -2017/10/25 04:00:00,14.463431692010534,True -2017/10/25 05:00:00,16.19543050270954,True -2017/10/25 06:00:00,21.80313270247584,True -2017/10/25 07:00:00,30.196327411540437,True -2017/10/25 08:00:00,30.39064540252426,True -2017/10/25 09:00:00,34.425948193646946,True -2017/10/25 10:00:00,37.953308041265764,True -2017/10/25 11:00:00,38.24707399939514,True -2017/10/25 12:00:00,35.72805945242637,True -2017/10/25 13:00:00,33.619349212049855,True -2017/10/25 14:00:00,35.7521841940004,True -2017/10/25 15:00:00,37.68344292383496,True -2017/10/25 16:00:00,39.474198470462134,True -2017/10/25 17:00:00,40.94108090583517,True -2017/10/25 18:00:00,42.77501152501255,True -2017/10/25 19:00:00,41.90858014683698,True -2017/10/25 20:00:00,36.642755273029245,True -2017/10/25 21:00:00,34.257913518211836,True -2017/10/25 22:00:00,27.39728092305624,True -2017/10/25 23:00:00,21.139203784921072,True -2017/10/26 00:00:00,11.524990546665684,True -2017/10/26 01:00:00,9.170188390703707,True -2017/10/26 02:00:00,9.550339094228379,True -2017/10/26 03:00:00,8.844747331874158,True -2017/10/26 04:00:00,14.968391331487242,True -2017/10/26 05:00:00,17.828442080675106,True -2017/10/26 06:00:00,23.17827661409547,True -2017/10/26 07:00:00,30.082759500964098,True -2017/10/26 08:00:00,29.96404521808928,True -2017/10/26 09:00:00,33.99842308138953,True -2017/10/26 10:00:00,37.51063962569476,True -2017/10/26 11:00:00,39.15801304365538,True -2017/10/26 12:00:00,37.5171523277953,True -2017/10/26 13:00:00,37.48681363741332,True -2017/10/26 14:00:00,36.3633663346028,True -2017/10/26 15:00:00,34.93299963227267,True -2017/10/26 16:00:00,37.076946012531295,True -2017/10/26 17:00:00,38.77658483075795,True -2017/10/26 18:00:00,40.49829791091938,True -2017/10/26 19:00:00,41.110634159052225,True -2017/10/26 20:00:00,39.249290276554035,True -2017/10/26 21:00:00,36.672830298739775,True -2017/10/26 22:00:00,29.362783975752,True -2017/10/26 23:00:00,21.646598053601153,True -2017/10/27 00:00:00,14.586364887425901,True -2017/10/27 01:00:00,10.722172951019989,True -2017/10/27 02:00:00,10.192913449974244,True -2017/10/27 03:00:00,12.112892097394958,True -2017/10/27 04:00:00,14.215972283135553,True -2017/10/27 05:00:00,16.650469664472208,True -2017/10/27 06:00:00,22.752644132564484,True -2017/10/27 07:00:00,30.18325020293225,True -2017/10/27 08:00:00,30.12154832372648,True -2017/10/27 09:00:00,34.28003931825716,True -2017/10/27 10:00:00,37.049378149002955,True -2017/10/27 11:00:00,38.998157213464886,True -2017/10/27 12:00:00,36.9268598320162,True -2017/10/27 13:00:00,37.39964675251856,True -2017/10/27 14:00:00,35.37824051313084,True -2017/10/27 15:00:00,34.46082346526193,True -2017/10/27 16:00:00,37.02363687500192,True -2017/10/27 17:00:00,38.950955179366666,True -2017/10/27 18:00:00,40.271361135285936,True -2017/10/27 19:00:00,40.23324326474678,True -2017/10/27 20:00:00,38.72643695512793,True -2017/10/27 21:00:00,36.109560742852175,True -2017/10/27 22:00:00,30.594679217093137,True -2017/10/27 23:00:00,23.522357312690385,True -2017/10/28 00:00:00,15.183041744134885,True -2017/10/28 01:00:00,11.268868130803206,True -2017/10/28 02:00:00,11.133854327934415,True -2017/10/28 03:00:00,10.924830016113734,True -2017/10/28 04:00:00,14.036612458736878,True -2017/10/28 05:00:00,16.406526580417147,True -2017/10/28 06:00:00,23.435766670821742,True -2017/10/28 07:00:00,26.575514637972624,True -2017/10/28 08:00:00,28.86606962651289,True -2017/10/28 09:00:00,34.3909473730142,True -2017/10/28 10:00:00,36.65336424888287,True -2017/10/28 11:00:00,37.0354321505832,True -2017/10/28 12:00:00,35.45482518840355,True -2017/10/28 13:00:00,35.38432835800952,True -2017/10/28 14:00:00,34.26875852119143,True -2017/10/28 15:00:00,33.31604409841266,True -2017/10/28 16:00:00,35.065976053084256,True -2017/10/28 17:00:00,38.66946872072112,True -2017/10/28 18:00:00,39.378511668051814,True -2017/10/28 19:00:00,37.30080440266576,True -2017/10/28 20:00:00,35.68297784412455,True -2017/10/28 21:00:00,34.95536349919672,True -2017/10/28 22:00:00,28.940073802091863,True -2017/10/28 23:00:00,22.387242984803077,True -2017/10/29 00:00:00,14.976417516552795,True -2017/10/29 01:00:00,9.778317749971633,True -2017/10/29 02:00:00,9.778122564846297,True -2017/10/29 03:00:00,9.275517209501775,True -2017/10/29 04:00:00,12.55455083902605,True -2017/10/29 05:00:00,17.347881632680107,True -2017/10/29 06:00:00,22.970164418626602,True -2017/10/29 07:00:00,23.006503276376147,True -2017/10/29 08:00:00,26.166446067861138,True -2017/10/29 09:00:00,27.994434843342148,True -2017/10/29 10:00:00,33.85419568850276,True -2017/10/29 11:00:00,36.8415361394426,True -2017/10/29 12:00:00,34.08560457008929,True -2017/10/29 13:00:00,34.125781331985365,True -2017/10/29 14:00:00,33.027399816382875,True -2017/10/29 15:00:00,32.12104035344123,True -2017/10/29 16:00:00,33.56974558871394,True -2017/10/29 17:00:00,34.89980519514012,True -2017/10/29 18:00:00,35.51125091868708,True -2017/10/29 19:00:00,36.076893168356825,True -2017/10/29 20:00:00,36.1151701435153,True -2017/10/29 21:00:00,34.49392679084368,True -2017/10/29 22:00:00,28.036673531515635,True -2017/10/29 23:00:00,18.695468520418753,True -2017/10/30 00:00:00,11.757416982093718,True -2017/10/30 01:00:00,9.399490652983808,True -2017/10/30 02:00:00,9.631927005489963,True -2017/10/30 03:00:00,9.155324277565303,True -2017/10/30 04:00:00,13.05186765912018,True -2017/10/30 05:00:00,17.876534634207097,True -2017/10/30 06:00:00,22.7502177026994,True -2017/10/30 07:00:00,27.862357706785314,True -2017/10/30 08:00:00,29.715051348585916,True -2017/10/30 09:00:00,34.503190839878144,True -2017/10/30 10:00:00,37.42983115816801,True -2017/10/30 11:00:00,38.54867262805883,True -2017/10/30 12:00:00,36.98130153623672,True -2017/10/30 13:00:00,36.112708600253384,True -2017/10/30 14:00:00,34.28135394457018,True -2017/10/30 15:00:00,34.34223675519957,True -2017/10/30 16:00:00,36.84904094994616,True -2017/10/30 17:00:00,35.53367932691119,True -2017/10/30 18:00:00,40.582962915687325,True -2017/10/30 19:00:00,41.08474942147183,True -2017/10/30 20:00:00,39.346146995949155,True -2017/10/30 21:00:00,36.093051462207846,True -2017/10/30 22:00:00,29.711950246876267,True -2017/10/30 23:00:00,22.66989876765007,True -2017/10/31 00:00:00,13.395540152700459,True -2017/10/31 01:00:00,10.765872105977293,True -2017/10/31 02:00:00,11.008061830383182,True -2017/10/31 03:00:00,12.438206825378293,True -2017/10/31 04:00:00,14.603702518324717,True -2017/10/31 05:00:00,18.084733725654196,True -2017/10/31 06:00:00,23.541862860653243,True -2017/10/31 07:00:00,30.911849485135292,True -2017/10/31 08:00:00,30.874242585691764,True -2017/10/31 09:00:00,33.66768627329513,True -2017/10/31 10:00:00,34.52940804395443,True -2017/10/31 11:00:00,36.37261038268516,True -2017/10/31 12:00:00,35.65855481115372,True -2017/10/31 13:00:00,36.01784181373228,True -2017/10/31 14:00:00,34.364333712387456,True -2017/10/31 15:00:00,31.945738982400794,True -2017/10/31 16:00:00,34.721969037368744,True -2017/10/31 17:00:00,37.97671695336444,True -2017/10/31 18:00:00,39.745973043723,True -2017/10/31 19:00:00,40.84814792169931,True -2017/10/31 20:00:00,39.259348217423195,True -2017/10/31 21:00:00,36.163383852857365,True -2017/10/31 22:00:00,29.364827732779204,True -2017/10/31 23:00:00,22.018436547240626,True -2017/11/01 00:00:00,13.932110916222232,True -2017/11/01 01:00:00,12.374153723106142,True -2017/11/01 02:00:00,10.8643116003796,True -2017/11/01 03:00:00,8.89943685832822,True -2017/11/01 04:00:00,14.032810203249241,True -2017/11/01 05:00:00,16.951883305436017,True -2017/11/01 06:00:00,22.073684448990967,True -2017/11/01 07:00:00,30.114737705526423,True -2017/11/01 08:00:00,30.213712231106275,True -2017/11/01 09:00:00,34.15123662734445,True -2017/11/01 10:00:00,37.56950383869072,True -2017/11/01 11:00:00,38.754589367251064,True -2017/11/01 12:00:00,36.17115765935655,True -2017/11/01 13:00:00,37.31864041442375,True -2017/11/01 14:00:00,35.2238136428443,True -2017/11/01 15:00:00,35.40271270758724,True -2017/11/01 16:00:00,37.876146003833504,True -2017/11/01 17:00:00,38.600026236136785,True -2017/11/01 18:00:00,40.64683555084422,True -2017/11/01 19:00:00,41.00577237016477,True -2017/11/01 20:00:00,39.65738552745292,True -2017/11/01 21:00:00,35.61617102660904,True -2017/11/01 22:00:00,28.899312616888707,True -2017/11/01 23:00:00,21.577398402247873,True -2017/11/02 00:00:00,11.68264058029907,True -2017/11/02 01:00:00,10.203027238220447,True -2017/11/02 02:00:00,9.677833311883589,True -2017/11/02 03:00:00,8.984745792890832,True -2017/11/02 04:00:00,14.930748592971364,True -2017/11/02 05:00:00,17.820786151632902,True -2017/11/02 06:00:00,22.693933905255793,True -2017/11/02 07:00:00,30.097795758236174,True -2017/11/02 08:00:00,30.674228447889224,True -2017/11/02 09:00:00,34.890545358211114,True -2017/11/02 10:00:00,37.303428692288605,True -2017/11/02 11:00:00,38.83486286296171,True -2017/11/02 12:00:00,36.72424489729279,True -2017/11/02 13:00:00,36.92448756655903,True -2017/11/02 14:00:00,35.49093343080989,True -2017/11/02 15:00:00,35.124257298587615,True -2017/11/02 16:00:00,37.709993950198175,True -2017/11/02 17:00:00,38.41830195914736,True -2017/11/02 18:00:00,40.92585470678328,True -2017/11/02 19:00:00,41.30362059486237,True -2017/11/02 20:00:00,39.84591648406117,True -2017/11/02 21:00:00,37.47165885563484,True -2017/11/02 22:00:00,29.300162742569192,True -2017/11/02 23:00:00,21.803651005848366,True -2017/11/03 00:00:00,12.523107805402173,True -2017/11/03 01:00:00,9.256117884017772,True -2017/11/03 02:00:00,9.62696036227648,True -2017/11/03 03:00:00,8.972360297767914,True -2017/11/03 04:00:00,13.369650322002657,True -2017/11/03 05:00:00,18.643777016044215,True -2017/11/03 06:00:00,24.156727686551697,True -2017/11/03 07:00:00,30.035603884968573,True -2017/11/03 08:00:00,30.307123688033176,True -2017/11/03 09:00:00,34.428525826851036,True -2017/11/03 10:00:00,37.47365046486921,True -2017/11/03 11:00:00,38.320369554773805,True -2017/11/03 12:00:00,37.1039362020171,True -2017/11/03 13:00:00,37.23485909435048,True -2017/11/03 14:00:00,35.97916902201337,True -2017/11/03 15:00:00,35.63621379801742,True -2017/11/03 16:00:00,37.59913859554131,True -2017/11/03 17:00:00,38.48070611431995,True -2017/11/03 18:00:00,40.484669398171576,True -2017/11/03 19:00:00,41.573961930248274,True -2017/11/03 20:00:00,39.78563806331148,True -2017/11/03 21:00:00,36.66687501948887,True -2017/11/03 22:00:00,29.628596635033514,True -2017/11/03 23:00:00,22.463342079470138,True -2017/11/04 00:00:00,12.936555862274533,True -2017/11/04 01:00:00,10.388512125101984,True -2017/11/04 02:00:00,11.083999877211362,True -2017/11/04 03:00:00,10.605940457459065,True -2017/11/04 04:00:00,13.226327770635262,True -2017/11/04 05:00:00,14.446618879789854,True -2017/11/04 06:00:00,20.547430184397715,True -2017/11/04 07:00:00,26.305714385124862,True -2017/11/04 08:00:00,28.312298278712856,True -2017/11/04 09:00:00,32.92703908466961,True -2017/11/04 10:00:00,33.28712148525107,True -2017/11/04 11:00:00,35.844592082358936,True -2017/11/04 12:00:00,35.4336264541608,True -2017/11/04 13:00:00,36.279226313733716,True -2017/11/04 14:00:00,35.69157244781982,True -2017/11/04 15:00:00,36.24566539316856,True -2017/11/04 16:00:00,38.37090675344547,True -2017/11/04 17:00:00,39.517400659350706,True -2017/11/04 18:00:00,38.89684325565506,True -2017/11/04 19:00:00,37.36905934822651,True -2017/11/04 20:00:00,34.7794978068319,True -2017/11/04 21:00:00,32.27840806782046,True -2017/11/04 22:00:00,28.77990158118086,True -2017/11/04 23:00:00,22.47067893563722,True -2017/11/05 00:00:00,15.218248573685939,True -2017/11/05 01:00:00,12.708161608208071,True -2017/11/05 02:00:00,12.72755045055961,True -2017/11/05 03:00:00,12.011595434481553,True -2017/11/05 04:00:00,14.802191998948354,True -2017/11/05 05:00:00,19.474899938491987,True -2017/11/05 06:00:00,24.0477996388074,True -2017/11/05 07:00:00,27.113363515818644,True -2017/11/05 08:00:00,28.30795619912331,True -2017/11/05 09:00:00,30.831485076483887,True -2017/11/05 10:00:00,36.918398926435,True -2017/11/05 11:00:00,39.206801147716014,True -2017/11/05 12:00:00,38.365155832717065,True -2017/11/05 13:00:00,38.048879203916165,True -2017/11/05 14:00:00,36.70705182592518,True -2017/11/05 15:00:00,35.40766808695011,True -2017/11/05 16:00:00,33.806895755755,True -2017/11/05 17:00:00,35.60808448637302,True -2017/11/05 18:00:00,35.81532529643865,True -2017/11/05 19:00:00,35.897736756166566,True -2017/11/05 20:00:00,35.561755363563556,True -2017/11/05 21:00:00,34.444193071772936,True -2017/11/05 22:00:00,29.668883073190003,True -2017/11/05 23:00:00,21.93376674107196,True -2017/11/06 00:00:00,14.041477291722517,True -2017/11/06 01:00:00,13.225766621693923,True -2017/11/06 02:00:00,9.842823520469159,True -2017/11/06 03:00:00,10.836315799252567,True -2017/11/06 04:00:00,10.60815810350963,True -2017/11/06 05:00:00,13.997360567777262,True -2017/11/06 06:00:00,15.506928213352941,True -2017/11/06 07:00:00,23.33179283831663,True -2017/11/06 08:00:00,28.215141517641996,True -2017/11/06 09:00:00,30.153554082655102,True -2017/11/06 10:00:00,34.536838095679,True -2017/11/06 11:00:00,37.46443672469351,True -2017/11/06 12:00:00,38.41211338850929,True -2017/11/06 13:00:00,37.19537484608092,True -2017/11/06 14:00:00,36.69925227636584,True -2017/11/06 15:00:00,36.096828243661406,True -2017/11/06 16:00:00,35.523773122413004,True -2017/11/06 17:00:00,37.6717186317368,True -2017/11/06 18:00:00,40.734775154120484,True -2017/11/06 19:00:00,40.330344761401754,True -2017/11/06 20:00:00,41.45092188468804,True -2017/11/06 21:00:00,39.59686064715251,True -2017/11/06 22:00:00,36.308220404840355,True -2017/11/06 23:00:00,29.342778000836674,True -2017/11/07 00:00:00,21.81871767162181,True -2017/11/07 01:00:00,11.631125598925085,True -2017/11/07 02:00:00,9.334182576124782,True -2017/11/07 03:00:00,9.619637060820548,True -2017/11/07 04:00:00,9.057714059708768,True -2017/11/07 05:00:00,12.99320094487376,True -2017/11/07 06:00:00,17.15887224982753,True -2017/11/07 07:00:00,23.469404612816014,True -2017/11/07 08:00:00,27.580034560761963,True -2017/11/07 09:00:00,29.92932031664921,True -2017/11/07 10:00:00,34.13716111528398,True -2017/11/07 11:00:00,37.542073751287134,True -2017/11/07 12:00:00,39.650550058334794,True -2017/11/07 13:00:00,37.489130961005905,True -2017/11/07 14:00:00,38.249857845494574,True -2017/11/07 15:00:00,34.782609972706354,True -2017/11/07 16:00:00,35.6086555459163,True -2017/11/07 17:00:00,37.500541073409885,True -2017/11/07 18:00:00,40.5550750064756,True -2017/11/07 19:00:00,40.82149643923475,True -2017/11/07 20:00:00,40.77290424704481,True -2017/11/07 21:00:00,39.410878932636564,True -2017/11/07 22:00:00,35.66475768400142,True -2017/11/07 23:00:00,29.16424689117654,True -2017/11/08 00:00:00,21.23724151405084,True -2017/11/08 01:00:00,13.382755622335406,True -2017/11/08 02:00:00,11.25037177156464,True -2017/11/08 03:00:00,10.799410433441803,True -2017/11/08 04:00:00,8.956188639189364,True -2017/11/08 05:00:00,14.235028157592405,True -2017/11/08 06:00:00,16.770682421095742,True -2017/11/08 07:00:00,22.6734734518756,True -2017/11/08 08:00:00,27.902345698263144,True -2017/11/08 09:00:00,30.584137813131616,True -2017/11/08 10:00:00,34.496590571860224,True -2017/11/08 11:00:00,37.713109845188484,True -2017/11/08 12:00:00,38.40194762377395,True -2017/11/08 13:00:00,36.47745024558881,True -2017/11/08 14:00:00,37.17499905861621,True -2017/11/08 15:00:00,35.5272501528839,True -2017/11/08 16:00:00,35.33480883917191,True -2017/11/08 17:00:00,37.81356286307097,True -2017/11/08 18:00:00,40.86207025231001,True -2017/11/08 19:00:00,41.013032337504335,True -2017/11/08 20:00:00,41.67866183295387,True -2017/11/08 21:00:00,40.109044008470384,True -2017/11/08 22:00:00,36.86663682910531,True -2017/11/08 23:00:00,29.339608968531067,True -2017/11/09 00:00:00,20.96934235571473,True -2017/11/09 01:00:00,13.674735095576603,True -2017/11/09 02:00:00,11.24394683771665,True -2017/11/09 03:00:00,11.834095279334171,True -2017/11/09 04:00:00,10.492184401964515,True -2017/11/09 05:00:00,14.874631254120949,True -2017/11/09 06:00:00,17.248501298615224,True -2017/11/09 07:00:00,22.70623698933306,True -2017/11/09 08:00:00,27.76611215198801,True -2017/11/09 09:00:00,29.860664012465964,True -2017/11/09 10:00:00,34.12159222824843,True -2017/11/09 11:00:00,37.15037768946627,True -2017/11/09 12:00:00,38.14663238241286,True -2017/11/09 13:00:00,36.74416626008547,True -2017/11/09 14:00:00,37.05537790937317,True -2017/11/09 15:00:00,35.74756975241192,True -2017/11/09 16:00:00,34.88362619720202,True -2017/11/09 17:00:00,37.837018284726575,True -2017/11/09 18:00:00,40.271360461363884,True -2017/11/09 19:00:00,40.36497202720238,True -2017/11/09 20:00:00,41.08723770578998,True -2017/11/09 21:00:00,39.545399899878184,True -2017/11/09 22:00:00,36.245254551510754,True -2017/11/09 23:00:00,29.571724268898496,True -2017/11/10 00:00:00,22.101111516702947,True -2017/11/10 01:00:00,15.038616229847605,True -2017/11/10 02:00:00,11.928872258994316,True -2017/11/10 03:00:00,12.686209769665638,True -2017/11/10 04:00:00,12.263245676476997,True -2017/11/10 05:00:00,14.164760428838937,True -2017/11/10 06:00:00,18.08441604492451,True -2017/11/10 07:00:00,21.722260759199813,True -2017/11/10 08:00:00,27.290419061195863,True -2017/11/10 09:00:00,27.232507843158107,True -2017/11/10 10:00:00,31.356761021877336,True -2017/11/10 11:00:00,37.1116370973061,True -2017/11/10 12:00:00,38.974133202200484,True -2017/11/10 13:00:00,37.440849926280634,True -2017/11/10 14:00:00,37.26362553728797,True -2017/11/10 15:00:00,35.436597235175206,True -2017/11/10 16:00:00,35.168832798436235,True -2017/11/10 17:00:00,37.07990120326753,True -2017/11/10 18:00:00,40.28045262486808,True -2017/11/10 19:00:00,41.064349939364305,True -2017/11/10 20:00:00,41.000927791645665,True -2017/11/10 21:00:00,39.554801030604395,True -2017/11/10 22:00:00,36.28213854803408,True -2017/11/10 23:00:00,29.566941035444916,True -2017/11/11 00:00:00,21.337100385735887,True -2017/11/11 01:00:00,12.825085203425168,True -2017/11/11 02:00:00,11.318026521562267,True -2017/11/11 03:00:00,11.235530028931594,True -2017/11/11 04:00:00,11.730499020278012,True -2017/11/11 05:00:00,14.637157084772264,True -2017/11/11 06:00:00,14.75149432786122,True -2017/11/11 07:00:00,20.375262754079216,True -2017/11/11 08:00:00,22.999194380949834,True -2017/11/11 09:00:00,28.285143094016817,True -2017/11/11 10:00:00,33.55439620386539,True -2017/11/11 11:00:00,36.445452287460625,True -2017/11/11 12:00:00,36.39689301566568,True -2017/11/11 13:00:00,35.746404404308265,True -2017/11/11 14:00:00,35.352369352603425,True -2017/11/11 15:00:00,34.070476669182554,True -2017/11/11 16:00:00,34.54229769161633,True -2017/11/11 17:00:00,36.01295187296798,True -2017/11/11 18:00:00,40.912720627600486,True -2017/11/11 19:00:00,39.8229275062844,True -2017/11/11 20:00:00,38.47584130266971,True -2017/11/11 21:00:00,36.19582782771908,True -2017/11/11 22:00:00,36.14529539911342,True -2017/11/11 23:00:00,29.70174499373791,True -2017/11/12 00:00:00,20.108925726868037,True -2017/11/12 01:00:00,12.310488026080312,True -2017/11/12 02:00:00,9.748610934813602,True -2017/11/12 03:00:00,9.806374652351606,True -2017/11/12 04:00:00,9.246614603862817,True -2017/11/12 05:00:00,12.423716412378395,True -2017/11/12 06:00:00,16.794713218573474,True -2017/11/12 07:00:00,24.078397355724633,True -2017/11/12 08:00:00,20.43186101088652,True -2017/11/12 09:00:00,26.372523661735624,True -2017/11/12 10:00:00,27.54804820789874,True -2017/11/12 11:00:00,34.37862740739586,True -2017/11/12 12:00:00,36.6262908103879,True -2017/11/12 13:00:00,34.99356723384768,True -2017/11/12 14:00:00,34.076392581858734,True -2017/11/12 15:00:00,33.340361390416966,True -2017/11/12 16:00:00,33.093085066569515,True -2017/11/12 17:00:00,34.244233409399634,True -2017/11/12 18:00:00,36.62765178061684,True -2017/11/12 19:00:00,35.33520886702442,True -2017/11/12 20:00:00,35.502421252635486,True -2017/11/12 21:00:00,35.9307278828385,True -2017/11/12 22:00:00,34.969902966979355,True -2017/11/12 23:00:00,28.532371951334913,True -2017/11/13 00:00:00,21.837050167053942,True -2017/11/13 01:00:00,14.193843218499493,True -2017/11/13 02:00:00,11.971183564314911,True -2017/11/13 03:00:00,11.372797579104732,True -2017/11/13 04:00:00,12.135908443276321,True -2017/11/13 05:00:00,14.756580855483477,True -2017/11/13 06:00:00,16.338901550187657,True -2017/11/13 07:00:00,22.872250979935483,True -2017/11/13 08:00:00,28.384230274976794,True -2017/11/13 09:00:00,30.73325403862245,True -2017/11/13 10:00:00,35.29210304434937,True -2017/11/13 11:00:00,37.670476897059885,True -2017/11/13 12:00:00,39.050267849640775,True -2017/11/13 13:00:00,36.90467843231621,True -2017/11/13 14:00:00,37.238598733237104,True -2017/11/13 15:00:00,34.835163506093174,True -2017/11/13 16:00:00,35.83657140365261,True -2017/11/13 17:00:00,37.09852399487671,True -2017/11/13 18:00:00,39.96641620156525,True -2017/11/13 19:00:00,41.222472684359715,True -2017/11/13 20:00:00,41.2176855710424,True -2017/11/13 21:00:00,39.52056939056901,True -2017/11/13 22:00:00,36.258126909664774,True -2017/11/13 23:00:00,29.334114503424793,True -2017/11/14 00:00:00,21.93885239421907,True -2017/11/14 01:00:00,12.708680991563753,True -2017/11/14 02:00:00,11.249249118016547,True -2017/11/14 03:00:00,11.681690403960022,True -2017/11/14 04:00:00,9.054581340690111,True -2017/11/14 05:00:00,14.369776623536028,True -2017/11/14 06:00:00,16.37421265250122,True -2017/11/14 07:00:00,21.545862792269745,True -2017/11/14 08:00:00,28.06702330352326,True -2017/11/14 09:00:00,30.79260742514139,True -2017/11/14 10:00:00,35.35883006235648,True -2017/11/14 11:00:00,37.99132573483512,True -2017/11/14 12:00:00,38.80539837999665,True -2017/11/14 13:00:00,37.13430263704045,True -2017/11/14 14:00:00,37.10105058912567,True -2017/11/14 15:00:00,35.68069633216444,True -2017/11/14 16:00:00,35.40352078442304,True -2017/11/14 17:00:00,37.53555607565162,True -2017/11/14 18:00:00,40.706225366298135,True -2017/11/14 19:00:00,40.205718678691234,True -2017/11/14 20:00:00,41.18484065300543,True -2017/11/14 21:00:00,39.296000734177944,True -2017/11/14 22:00:00,36.79225001089977,True -2017/11/14 23:00:00,29.36987282151056,True -2017/11/15 00:00:00,21.66609090325893,True -2017/11/15 01:00:00,11.650077375188957,True -2017/11/15 02:00:00,9.311088043406528,True -2017/11/15 03:00:00,9.678106554843497,True -2017/11/15 04:00:00,8.98358075955667,True -2017/11/15 05:00:00,12.350974171363896,True -2017/11/15 06:00:00,16.836432648884557,True -2017/11/15 07:00:00,22.11400534757574,True -2017/11/15 08:00:00,25.323618172531813,True -2017/11/15 09:00:00,29.92270444533631,True -2017/11/15 10:00:00,34.24179988348358,True -2017/11/15 11:00:00,37.21052376731963,True -2017/11/15 12:00:00,38.697023568212565,True -2017/11/15 13:00:00,36.85144060302026,True -2017/11/15 14:00:00,37.66651797912298,True -2017/11/15 15:00:00,35.21362157455296,True -2017/11/15 16:00:00,35.2033998884132,True -2017/11/15 17:00:00,38.08212839005326,True -2017/11/15 18:00:00,40.5242810661749,True -2017/11/15 19:00:00,41.0100651486103,True -2017/11/15 20:00:00,40.834985214308574,True -2017/11/15 21:00:00,39.42333150372428,True -2017/11/15 22:00:00,36.5285917990053,True -2017/11/15 23:00:00,30.266018867898133,True -2017/11/16 00:00:00,22.786467260771595,True -2017/11/16 01:00:00,13.799678233562622,True -2017/11/16 02:00:00,10.849540569598949,True -2017/11/16 03:00:00,11.401717756976861,True -2017/11/16 04:00:00,11.902815226883979,True -2017/11/16 05:00:00,14.489744365014964,True -2017/11/16 06:00:00,16.754438431969387,True -2017/11/16 07:00:00,22.478001989344463,True -2017/11/16 08:00:00,25.982415601606778,True -2017/11/16 09:00:00,27.276394776399375,True -2017/11/16 10:00:00,33.75639220282472,True -2017/11/16 11:00:00,38.4030654017446,True -2017/11/16 12:00:00,41.803945997094324,True -2017/11/16 13:00:00,40.40808663774068,True -2017/11/16 14:00:00,38.8479254155174,True -2017/11/16 15:00:00,36.76420165005959,True -2017/11/16 16:00:00,36.63292442934368,True -2017/11/16 17:00:00,40.505664551919324,True -2017/11/16 18:00:00,44.39351205689274,True -2017/11/16 19:00:00,40.65236323841561,True -2017/11/16 20:00:00,40.99309236334927,True -2017/11/16 21:00:00,39.31520196667864,True -2017/11/16 22:00:00,36.31132258073895,True -2017/11/16 23:00:00,29.369473462128934,True -2017/11/17 00:00:00,22.393475909107334,True -2017/11/17 01:00:00,13.296569064082265,True -2017/11/17 02:00:00,9.261298504883833,True -2017/11/17 03:00:00,11.096706686914832,True -2017/11/17 04:00:00,12.013267635682888,True -2017/11/17 05:00:00,14.33451210090574,True -2017/11/17 06:00:00,17.34451201557342,True -2017/11/17 07:00:00,22.388533024285305,True -2017/11/17 08:00:00,27.97393763210534,True -2017/11/17 09:00:00,31.080221202252968,True -2017/11/17 10:00:00,34.5106741462438,True -2017/11/17 11:00:00,37.79915392677466,True -2017/11/17 12:00:00,38.83361690429103,True -2017/11/17 13:00:00,37.11020630239838,True -2017/11/17 14:00:00,37.23794570701591,True -2017/11/17 15:00:00,35.62083869998321,True -2017/11/17 16:00:00,35.266107623856136,True -2017/11/17 17:00:00,37.86530162494281,True -2017/11/17 18:00:00,40.87100000323023,True -2017/11/17 19:00:00,40.44111913760556,True -2017/11/17 20:00:00,41.345849552177796,True -2017/11/17 21:00:00,40.115590300347186,True -2017/11/17 22:00:00,36.509008805473094,True -2017/11/17 23:00:00,29.130437167084317,True -2017/11/18 00:00:00,21.78966739941104,True -2017/11/18 01:00:00,15.185837170441346,True -2017/11/18 02:00:00,9.472355486158897,True -2017/11/18 03:00:00,9.464900318671546,True -2017/11/18 04:00:00,9.004427728371553,True -2017/11/18 05:00:00,13.611194017669217,True -2017/11/18 06:00:00,17.827464444224628,True -2017/11/18 07:00:00,23.679455952886055,True -2017/11/18 08:00:00,22.370161573281838,True -2017/11/18 09:00:00,27.728908331869153,True -2017/11/18 10:00:00,33.36409113726628,True -2017/11/18 11:00:00,36.130708902791454,True -2017/11/18 12:00:00,37.228101998471836,True -2017/11/18 13:00:00,35.692194830579396,True -2017/11/18 14:00:00,35.71448075367481,True -2017/11/18 15:00:00,33.84120470507069,True -2017/11/18 16:00:00,34.088368825040455,True -2017/11/18 17:00:00,35.55277448415357,True -2017/11/18 18:00:00,41.17047684301567,True -2017/11/18 19:00:00,40.15840331948234,True -2017/11/18 20:00:00,38.17778156252827,True -2017/11/18 21:00:00,36.21496401514991,True -2017/11/18 22:00:00,35.630953439759274,True -2017/11/18 23:00:00,29.029440039192227,True -2017/11/19 00:00:00,20.150851938982445,True -2017/11/19 01:00:00,12.322797154798964,True -2017/11/19 02:00:00,9.703715350205849,True -2017/11/19 03:00:00,9.767487620526586,True -2017/11/19 04:00:00,9.249351408984552,True -2017/11/19 05:00:00,12.674483660037346,True -2017/11/19 06:00:00,17.336174754088784,True -2017/11/19 07:00:00,23.874598944148506,True -2017/11/19 08:00:00,21.847282564412886,True -2017/11/19 09:00:00,26.860192373553865,True -2017/11/19 10:00:00,27.67780131408759,True -2017/11/19 11:00:00,34.471704294196755,True -2017/11/19 12:00:00,36.53544328970551,True -2017/11/19 13:00:00,34.528779402318584,True -2017/11/19 14:00:00,34.182437725482934,True -2017/11/19 15:00:00,32.72326530686834,True -2017/11/19 16:00:00,32.280045127932574,True -2017/11/19 17:00:00,34.231856637245414,True -2017/11/19 18:00:00,36.753784262879215,True -2017/11/19 19:00:00,35.46311905055445,True -2017/11/19 20:00:00,35.13523086258594,True -2017/11/19 21:00:00,35.59396707718109,True -2017/11/19 22:00:00,34.068972682088706,True -2017/11/19 23:00:00,28.591692916275406,True -2017/11/20 00:00:00,21.438510073362536,True -2017/11/20 01:00:00,14.616820759779154,True -2017/11/20 02:00:00,9.747394241619432,True -2017/11/20 03:00:00,11.378193172264456,True -2017/11/20 04:00:00,12.255497954443468,True -2017/11/20 05:00:00,14.708091216125805,True -2017/11/20 06:00:00,17.687911588687946,True -2017/11/20 07:00:00,22.202234379887994,True -2017/11/20 08:00:00,28.021004982659964,True -2017/11/20 09:00:00,30.433494621158236,True -2017/11/20 10:00:00,34.490210880715686,True -2017/11/20 11:00:00,37.13775732548476,True -2017/11/20 12:00:00,38.330363452334296,True -2017/11/20 13:00:00,36.57959628505261,True -2017/11/20 14:00:00,36.90866588061004,True -2017/11/20 15:00:00,35.62746640957949,True -2017/11/20 16:00:00,35.16945142691002,True -2017/11/20 17:00:00,37.44248024548395,True -2017/11/20 18:00:00,40.8207556341349,True -2017/11/20 19:00:00,40.78433356804324,True -2017/11/20 20:00:00,40.523534283863,True -2017/11/20 21:00:00,40.03207005702874,True -2017/11/20 22:00:00,36.670751709410524,True -2017/11/20 23:00:00,30.132061892611503,True -2017/11/21 00:00:00,20.77291245854864,True -2017/11/21 01:00:00,13.695454333068708,True -2017/11/21 02:00:00,12.163107242905854,True -2017/11/21 03:00:00,11.354654290321472,True -2017/11/21 04:00:00,9.061329108562228,True -2017/11/21 05:00:00,13.250138578113885,True -2017/11/21 06:00:00,15.22202266723886,True -2017/11/21 07:00:00,21.00336476085644,True -2017/11/21 08:00:00,28.02082858071071,True -2017/11/21 09:00:00,30.656713024386764,True -2017/11/21 10:00:00,34.57518234179567,True -2017/11/21 11:00:00,38.18765925474322,True -2017/11/21 12:00:00,38.500407173425195,True -2017/11/21 13:00:00,38.04719671143232,True -2017/11/21 14:00:00,37.91626527027358,True -2017/11/21 15:00:00,35.97007908655087,True -2017/11/21 16:00:00,35.61577487608309,True -2017/11/21 17:00:00,38.12981039021783,True -2017/11/21 18:00:00,41.697730027092696,True -2017/11/21 19:00:00,41.456429168771685,True -2017/11/21 20:00:00,42.32668757720668,True -2017/11/21 21:00:00,40.27968196434828,True -2017/11/21 22:00:00,37.115676366422264,True -2017/11/21 23:00:00,29.64713986486343,True -2017/11/22 00:00:00,21.66391486262172,True -2017/11/22 01:00:00,11.724763653898513,True -2017/11/22 02:00:00,9.33617277829203,True -2017/11/22 03:00:00,9.655598927201693,True -2017/11/22 04:00:00,9.049620567953447,True -2017/11/22 05:00:00,12.743562902093563,True -2017/11/22 06:00:00,17.5718082350707,True -2017/11/22 07:00:00,22.459226285288572,True -2017/11/22 08:00:00,26.513569724744972,True -2017/11/22 09:00:00,29.824833651474023,True -2017/11/22 10:00:00,33.723744949896385,True -2017/11/22 11:00:00,37.470612980653925,True -2017/11/22 12:00:00,39.589147650133974,True -2017/11/22 13:00:00,37.48123288237277,True -2017/11/22 14:00:00,37.85800658576293,True -2017/11/22 15:00:00,35.71324122034141,True -2017/11/22 16:00:00,35.55984481790389,True -2017/11/22 17:00:00,37.97548765206115,True -2017/11/22 18:00:00,40.969406916189286,True -2017/11/22 19:00:00,41.26124163191862,True -2017/11/22 20:00:00,41.44348263021652,True -2017/11/22 21:00:00,39.738480505884134,True -2017/11/22 22:00:00,36.26965302599991,True -2017/11/22 23:00:00,29.27248037989028,True -2017/11/23 00:00:00,19.17801424742587,True -2017/11/23 01:00:00,11.701397919979629,True -2017/11/23 02:00:00,9.364050347060484,True -2017/11/23 03:00:00,9.581476457694173,True -2017/11/23 04:00:00,9.079697306422828,True -2017/11/23 05:00:00,13.40820885974064,True -2017/11/23 06:00:00,18.40686002921984,True -2017/11/23 07:00:00,23.989635429031512,True -2017/11/23 08:00:00,25.562828934683417,True -2017/11/23 09:00:00,30.01237167097465,True -2017/11/23 10:00:00,33.91941435926433,True -2017/11/23 11:00:00,37.75809250186216,True -2017/11/23 12:00:00,39.10655602958652,True -2017/11/23 13:00:00,37.925031767897465,True -2017/11/23 14:00:00,37.64595756686982,True -2017/11/23 15:00:00,36.0825010692761,True -2017/11/23 16:00:00,35.29842415262912,True -2017/11/23 17:00:00,38.06097979454555,True -2017/11/23 18:00:00,41.16641416315512,True -2017/11/23 19:00:00,40.984002505033985,True -2017/11/23 20:00:00,41.47737319240609,True -2017/11/23 21:00:00,40.104508561105796,True -2017/11/23 22:00:00,36.27965544902991,True -2017/11/23 23:00:00,29.18863840853099,True -2017/11/24 00:00:00,19.21367763632248,True -2017/11/24 01:00:00,12.591634717144464,True -2017/11/24 02:00:00,9.289494580529201,True -2017/11/24 03:00:00,9.614866789387754,True -2017/11/24 04:00:00,9.22466112914547,True -2017/11/24 05:00:00,12.578467282827678,True -2017/11/24 06:00:00,16.698182186511158,True -2017/11/24 07:00:00,22.118149623634203,True -2017/11/24 08:00:00,26.61343716769427,True -2017/11/24 09:00:00,27.92611999742423,True -2017/11/24 10:00:00,33.70966620893149,True -2017/11/24 11:00:00,37.44932835240128,True -2017/11/24 12:00:00,39.32458480858875,True -2017/11/24 13:00:00,36.995119666883575,True -2017/11/24 14:00:00,37.11780625002026,True -2017/11/24 15:00:00,35.721317939073806,True -2017/11/24 16:00:00,35.07188940485525,True -2017/11/24 17:00:00,38.75774138711532,True -2017/11/24 18:00:00,41.508407207968354,True -2017/11/24 19:00:00,41.593970539635464,True -2017/11/24 20:00:00,41.70731185470948,True -2017/11/24 21:00:00,40.060644417965314,True -2017/11/24 22:00:00,36.64975317469005,True -2017/11/24 23:00:00,29.17575008498078,True -2017/11/25 00:00:00,20.057958594448866,True -2017/11/25 01:00:00,12.575457938758726,True -2017/11/25 02:00:00,9.398673097937706,True -2017/11/25 03:00:00,9.554912934071405,True -2017/11/25 04:00:00,8.916344609655,True -2017/11/25 05:00:00,12.45286376180604,True -2017/11/25 06:00:00,16.866029345067478,True -2017/11/25 07:00:00,22.10863959648798,True -2017/11/25 08:00:00,22.646382057836263,True -2017/11/25 09:00:00,27.707655042779834,True -2017/11/25 10:00:00,33.624901909846976,True -2017/11/25 11:00:00,36.4183663335851,True -2017/11/25 12:00:00,37.100299399465776,True -2017/11/25 13:00:00,35.45467706397601,True -2017/11/25 14:00:00,35.116039889086345,True -2017/11/25 15:00:00,31.123647479097865,True -2017/11/25 16:00:00,33.07264703548817,True -2017/11/25 17:00:00,35.553026123168756,True -2017/11/25 18:00:00,41.05456648955526,True -2017/11/25 19:00:00,39.52787293476093,True -2017/11/25 20:00:00,37.38508864712972,True -2017/11/25 21:00:00,35.55463309831422,True -2017/11/25 22:00:00,35.70209746756477,True -2017/11/25 23:00:00,29.870983113688112,True -2017/11/26 00:00:00,23.682934996160355,True -2017/11/26 01:00:00,15.109422863004063,True -2017/11/26 02:00:00,11.22802480272984,True -2017/11/26 03:00:00,11.253127966396427,True -2017/11/26 04:00:00,10.122988994920766,True -2017/11/26 05:00:00,14.047756173152667,True -2017/11/26 06:00:00,18.147244514892204,True -2017/11/26 07:00:00,24.206670214290202,True -2017/11/26 08:00:00,23.198163439313028,True -2017/11/26 09:00:00,26.626556630224528,True -2017/11/26 10:00:00,27.6821128090776,True -2017/11/26 11:00:00,33.43080912089484,True -2017/11/26 12:00:00,37.449351668153454,True -2017/11/26 13:00:00,36.46387225042793,True -2017/11/26 14:00:00,37.95420750243092,True -2017/11/26 15:00:00,34.47227003951955,True -2017/11/26 16:00:00,34.7680095240002,True -2017/11/26 17:00:00,33.80595155586816,True -2017/11/26 18:00:00,36.00874362676173,True -2017/11/26 19:00:00,32.36049516110179,True -2017/11/26 20:00:00,32.40675677983464,True -2017/11/26 21:00:00,32.48133201777513,True -2017/11/26 22:00:00,31.1703004115959,True -2017/11/26 23:00:00,27.703682500074112,True -2017/11/27 00:00:00,21.326818808430357,True -2017/11/27 01:00:00,14.660860447348211,True -2017/11/27 02:00:00,12.552633035123,True -2017/11/27 03:00:00,12.498827465024426,True -2017/11/27 04:00:00,12.794355777730912,True -2017/11/27 05:00:00,16.846136265900732,True -2017/11/27 06:00:00,18.554601843331728,True -2017/11/27 07:00:00,24.29908576721224,True -2017/11/27 08:00:00,29.71745301636507,True -2017/11/27 09:00:00,32.18036540232284,True -2017/11/27 10:00:00,33.81605914700077,True -2017/11/27 11:00:00,34.387154636370575,True -2017/11/27 12:00:00,37.35058980476594,True -2017/11/27 13:00:00,35.97723199503368,True -2017/11/27 14:00:00,37.152764788293304,True -2017/11/27 15:00:00,35.74396884875838,True -2017/11/27 16:00:00,35.740352239315506,True -2017/11/27 17:00:00,38.1261512948132,True -2017/11/27 18:00:00,41.254046562482124,True -2017/11/27 19:00:00,40.906755993022145,True -2017/11/27 20:00:00,41.11887574533849,True -2017/11/27 21:00:00,39.65666123614557,True -2017/11/27 22:00:00,36.426380969972314,True -2017/11/27 23:00:00,29.053205807362197,True -2017/11/28 00:00:00,21.81339013049906,True -2017/11/28 01:00:00,14.4203195854459,True -2017/11/28 02:00:00,11.207326576726981,True -2017/11/28 03:00:00,11.93153216587627,True -2017/11/28 04:00:00,9.042317087247568,True -2017/11/28 05:00:00,14.845216066007291,True -2017/11/28 06:00:00,15.26739872771335,True -2017/11/28 07:00:00,22.75306004930561,True -2017/11/28 08:00:00,27.667133584868647,True -2017/11/28 09:00:00,30.73593481108347,True -2017/11/28 10:00:00,34.516172585939444,True -2017/11/28 11:00:00,37.91609456386944,True -2017/11/28 12:00:00,39.15823200326566,True -2017/11/28 13:00:00,37.991745970462105,True -2017/11/28 14:00:00,37.706953929269034,True -2017/11/28 15:00:00,36.1963654923981,True -2017/11/28 16:00:00,35.52856430497315,True -2017/11/28 17:00:00,38.328361184948584,True -2017/11/28 18:00:00,41.32730962201999,True -2017/11/28 19:00:00,41.63833836288892,True -2017/11/28 20:00:00,42.139676395137535,True -2017/11/28 21:00:00,40.31014308038157,True -2017/11/28 22:00:00,36.92501947086575,True -2017/11/28 23:00:00,29.650208685370437,True -2017/11/29 00:00:00,21.836261475584053,True -2017/11/29 01:00:00,11.660885759687016,True -2017/11/29 02:00:00,9.390104432320145,True -2017/11/29 03:00:00,9.65917079116596,True -2017/11/29 04:00:00,9.117600509500786,True -2017/11/29 05:00:00,13.652111870217807,True -2017/11/29 06:00:00,18.703161635413657,True -2017/11/29 07:00:00,24.308746129062555,True -2017/11/29 08:00:00,26.028525324328296,True -2017/11/29 09:00:00,29.92723700783268,True -2017/11/29 10:00:00,33.84104746791895,True -2017/11/29 11:00:00,38.20179645236323,True -2017/11/29 12:00:00,39.152821871268344,True -2017/11/29 13:00:00,37.61446951324245,True -2017/11/29 14:00:00,38.13428842086424,True -2017/11/29 15:00:00,35.99781455171264,True -2017/11/29 16:00:00,35.84828323168565,True -2017/11/29 17:00:00,38.126806110484345,True -2017/11/29 18:00:00,41.52519605719706,True -2017/11/29 19:00:00,41.53017511947832,True -2017/11/29 20:00:00,41.85036828899508,True -2017/11/29 21:00:00,40.50324189819064,True -2017/11/29 22:00:00,36.84895315388781,True -2017/11/29 23:00:00,29.32755287206036,True -2017/11/30 00:00:00,21.75746242095631,True -2017/11/30 01:00:00,11.682410504278813,True -2017/11/30 02:00:00,9.353058952939817,True -2017/11/30 03:00:00,10.20982897067042,True -2017/11/30 04:00:00,8.94823551401555,True -2017/11/30 05:00:00,14.176765452417081,True -2017/11/30 06:00:00,17.301014010642568,True -2017/11/30 07:00:00,22.584595037230354,True -2017/11/30 08:00:00,27.9028341718444,True -2017/11/30 09:00:00,30.067278393776295,True -2017/11/30 10:00:00,34.08623979076895,True -2017/11/30 11:00:00,37.51615191049505,True -2017/11/30 12:00:00,39.046339411241476,True -2017/11/30 13:00:00,36.803320581465954,True -2017/11/30 14:00:00,38.44377132299324,True -2017/11/30 15:00:00,36.194194118115604,True -2017/11/30 16:00:00,35.85225893065993,True -2017/11/30 17:00:00,38.55588250295682,True -2017/11/30 18:00:00,41.543258833220314,True -2017/11/30 19:00:00,41.99075532163191,True -2017/11/30 20:00:00,41.87995212910338,True -2017/11/30 21:00:00,40.581923014427936,True -2017/11/30 22:00:00,36.824566273800315,True -2017/11/30 23:00:00,29.464930542070558,True -2017/12/01 00:00:00,21.48440572812612,True -2017/12/01 01:00:00,15.439944155839894,True -2017/12/01 02:00:00,11.53670155702667,True -2017/12/01 03:00:00,10.862356160252613,True -2017/12/01 04:00:00,10.767981844050963,True -2017/12/01 05:00:00,14.574962359956574,True -2017/12/01 06:00:00,16.858906555145516,True -2017/12/01 07:00:00,23.65078507190978,True -2017/12/01 08:00:00,30.655516809063577,True -2017/12/01 09:00:00,27.571073348254593,True -2017/12/01 10:00:00,30.798149868610942,True -2017/12/01 11:00:00,36.86458033139481,True -2017/12/01 12:00:00,36.9186302704033,True -2017/12/01 13:00:00,33.01057235452143,True -2017/12/01 14:00:00,38.26822024402076,True -2017/12/01 15:00:00,35.5809778614813,True -2017/12/01 16:00:00,34.78411435412018,True -2017/12/01 17:00:00,36.95459171787047,True -2017/12/01 18:00:00,40.55422073423472,True -2017/12/01 19:00:00,40.59199265554685,True -2017/12/01 20:00:00,41.52916976947661,True -2017/12/01 21:00:00,39.90863167622867,True -2017/12/01 22:00:00,36.470595123391575,True -2017/12/01 23:00:00,28.991636910182613,True -2017/12/02 00:00:00,22.785558149727112,True -2017/12/02 01:00:00,14.231575899281186,True -2017/12/02 02:00:00,11.435502163391696,True -2017/12/02 03:00:00,11.302299602439472,True -2017/12/02 04:00:00,10.421975815356072,True -2017/12/02 05:00:00,14.302528423092681,True -2017/12/02 06:00:00,16.630104223613834,True -2017/12/02 07:00:00,22.704736033279023,True -2017/12/02 08:00:00,25.816114243294027,True -2017/12/02 09:00:00,29.025958962970012,True -2017/12/02 10:00:00,33.6009179769981,True -2017/12/02 11:00:00,36.80864661148883,True -2017/12/02 12:00:00,37.52967844196585,True -2017/12/02 13:00:00,36.25300950281896,True -2017/12/02 14:00:00,36.02816634797346,True -2017/12/02 15:00:00,34.08403334110136,True -2017/12/02 16:00:00,34.05616709926522,True -2017/12/02 17:00:00,36.139553858509395,True -2017/12/02 18:00:00,40.62532083146936,True -2017/12/02 19:00:00,39.86399133005167,True -2017/12/02 20:00:00,38.32983887633692,True -2017/12/02 21:00:00,36.40373566569172,True -2017/12/02 22:00:00,35.89859110104674,True -2017/12/02 23:00:00,29.483295605995693,True -2017/12/03 00:00:00,22.508124567195722,True -2017/12/03 01:00:00,12.392561247435701,True -2017/12/03 02:00:00,9.684482047043423,True -2017/12/03 03:00:00,10.06285028176068,True -2017/12/03 04:00:00,9.476513678644002,True -2017/12/03 05:00:00,13.187393207246684,True -2017/12/03 06:00:00,18.03068707177255,True -2017/12/03 07:00:00,24.132284739220133,True -2017/12/03 08:00:00,24.746590869647925,True -2017/12/03 09:00:00,27.19465606332449,True -2017/12/03 10:00:00,27.82152409247043,True -2017/12/03 11:00:00,34.05641645839442,True -2017/12/03 12:00:00,36.84068936064097,True -2017/12/03 13:00:00,34.78489404634076,True -2017/12/03 14:00:00,34.99325417253247,True -2017/12/03 15:00:00,32.51633935259678,True -2017/12/03 16:00:00,32.51337163942586,True -2017/12/03 17:00:00,35.019651170071825,True -2017/12/03 18:00:00,37.24524408494298,True -2017/12/03 19:00:00,35.976755062230794,True -2017/12/03 20:00:00,35.475910972946345,True -2017/12/03 21:00:00,35.72224134649449,True -2017/12/03 22:00:00,33.98922739358044,True -2017/12/03 23:00:00,25.796407632872352,True -2017/12/04 00:00:00,19.072466186332388,True -2017/12/04 01:00:00,12.226342393221177,True -2017/12/04 02:00:00,10.766284192207593,True -2017/12/04 03:00:00,11.873310576199412,True -2017/12/04 04:00:00,11.789937716265426,True -2017/12/04 05:00:00,13.531704233410109,True -2017/12/04 06:00:00,19.06214789595933,True -2017/12/04 07:00:00,24.257333415483895,True -2017/12/04 08:00:00,29.71424432469858,True -2017/12/04 09:00:00,27.62881379841955,True -2017/12/04 10:00:00,33.61129977762942,True -2017/12/04 11:00:00,37.46960891828595,True -2017/12/04 12:00:00,39.44776507460099,True -2017/12/04 13:00:00,36.97581493094261,True -2017/12/04 14:00:00,37.56998346230937,True -2017/12/04 15:00:00,35.122072220479666,True -2017/12/04 16:00:00,35.10295047022936,True -2017/12/04 17:00:00,37.408312929321916,True -2017/12/04 18:00:00,40.71398068894574,True -2017/12/04 19:00:00,41.05087280939838,True -2017/12/04 20:00:00,40.95778493488577,True -2017/12/04 21:00:00,39.7172739003352,True -2017/12/04 22:00:00,35.888501933303665,True -2017/12/04 23:00:00,26.818444279214575,True -2017/12/05 00:00:00,19.258541319807858,True -2017/12/05 01:00:00,11.732967465573767,True -2017/12/05 02:00:00,9.351724378431674,True -2017/12/05 03:00:00,10.506154677782796,True -2017/12/05 04:00:00,11.141994473156362,True -2017/12/05 05:00:00,15.079021063545369,True -2017/12/05 06:00:00,19.0102335067573,True -2017/12/05 07:00:00,23.39697701997015,True -2017/12/05 08:00:00,29.215387843805065,True -2017/12/05 09:00:00,27.612101862618367,True -2017/12/05 10:00:00,31.843985830627762,True -2017/12/05 11:00:00,36.210767944166435,True -2017/12/05 12:00:00,38.02907972361042,True -2017/12/05 13:00:00,37.26976382845621,True -2017/12/05 14:00:00,37.175647053930014,True -2017/12/05 15:00:00,34.704973689882145,True -2017/12/05 16:00:00,34.44819127587654,True -2017/12/05 17:00:00,36.39625569950979,True -2017/12/05 18:00:00,40.74906731083317,True -2017/12/05 19:00:00,39.47511004478813,True -2017/12/05 20:00:00,41.108769879296695,True -2017/12/05 21:00:00,39.470156102031396,True -2017/12/05 22:00:00,35.72873820928494,True -2017/12/05 23:00:00,26.882440856275608,True -2017/12/06 00:00:00,19.2978086642278,True -2017/12/06 01:00:00,11.780004472582826,True -2017/12/06 02:00:00,9.398215375979184,True -2017/12/06 03:00:00,9.817846514850146,True -2017/12/06 04:00:00,11.59584016817012,True -2017/12/06 05:00:00,14.672404034023128,True -2017/12/06 06:00:00,18.030292178603037,True -2017/12/06 07:00:00,23.50730755679609,True -2017/12/06 08:00:00,29.075751399685682,True -2017/12/06 09:00:00,27.55208224304141,True -2017/12/06 10:00:00,31.660762341526997,True -2017/12/06 11:00:00,36.973302950087856,True -2017/12/06 12:00:00,37.59903605047456,True -2017/12/06 13:00:00,35.840295130959774,True -2017/12/06 14:00:00,37.582013909739544,True -2017/12/06 15:00:00,34.92280669953163,True -2017/12/06 16:00:00,35.061656210647236,True -2017/12/06 17:00:00,37.20578641844907,True -2017/12/06 18:00:00,40.86460401007793,True -2017/12/06 19:00:00,40.66445102849661,True -2017/12/06 20:00:00,40.728939280304,True -2017/12/06 21:00:00,39.25567904570978,True -2017/12/06 22:00:00,33.64433785024395,True -2017/12/06 23:00:00,26.972027964656082,True -2017/12/07 00:00:00,19.43220690717712,True -2017/12/07 01:00:00,13.95512056587129,True -2017/12/07 02:00:00,12.952447571676672,True -2017/12/07 03:00:00,11.918765898456241,True -2017/12/07 04:00:00,12.366486490927485,True -2017/12/07 05:00:00,14.612522829992688,True -2017/12/07 06:00:00,18.12454015714576,True -2017/12/07 07:00:00,23.838274702358614,True -2017/12/07 08:00:00,28.171180320758054,True -2017/12/07 09:00:00,27.479863479656693,True -2017/12/07 10:00:00,31.516906828838675,True -2017/12/07 11:00:00,34.786788811342525,True -2017/12/07 12:00:00,38.40082697051171,True -2017/12/07 13:00:00,37.05255397991177,True -2017/12/07 14:00:00,35.53026941733259,True -2017/12/07 15:00:00,34.91492148563072,True -2017/12/07 16:00:00,34.43561968690371,True -2017/12/07 17:00:00,37.229289656602155,True -2017/12/07 18:00:00,40.29564717239558,True -2017/12/07 19:00:00,40.674349905285865,True -2017/12/07 20:00:00,40.592309343761166,True -2017/12/07 21:00:00,37.856902877536356,True -2017/12/07 22:00:00,33.63770105684536,True -2017/12/07 23:00:00,27.081513756420573,True -2017/12/08 00:00:00,19.351277725127396,True -2017/12/08 01:00:00,13.794244547095435,True -2017/12/08 02:00:00,10.040376417103381,True -2017/12/08 03:00:00,12.456822615828463,True -2017/12/08 04:00:00,11.060166217292094,True -2017/12/08 05:00:00,14.344070628516608,True -2017/12/08 06:00:00,18.207153403606057,True -2017/12/08 07:00:00,24.518060386462686,True -2017/12/08 08:00:00,28.05473005311429,True -2017/12/08 09:00:00,27.757103805617973,True -2017/12/08 10:00:00,31.471061767911547,True -2017/12/08 11:00:00,35.04518510145721,True -2017/12/08 12:00:00,38.42050624672509,True -2017/12/08 13:00:00,36.93015633494991,True -2017/12/08 14:00:00,35.39813884430274,True -2017/12/08 15:00:00,33.5442548366055,True -2017/12/08 16:00:00,34.79062746201119,True -2017/12/08 17:00:00,37.39256552868304,True -2017/12/08 18:00:00,40.696771298353774,True -2017/12/08 19:00:00,41.06884469342293,True -2017/12/08 20:00:00,40.766867239562785,True -2017/12/08 21:00:00,39.076357417293586,True -2017/12/08 22:00:00,35.80704165245388,True -2017/12/08 23:00:00,26.876241755950176,True -2017/12/09 00:00:00,20.083814392591158,True -2017/12/09 01:00:00,13.113548588002462,True -2017/12/09 02:00:00,10.594377303514925,True -2017/12/09 03:00:00,10.842839205274005,True -2017/12/09 04:00:00,12.23263962967165,True -2017/12/09 05:00:00,14.94659274426203,True -2017/12/09 06:00:00,17.095902319563866,True -2017/12/09 07:00:00,23.798777943411796,True -2017/12/09 08:00:00,24.823178456701427,True -2017/12/09 09:00:00,25.37539905865908,True -2017/12/09 10:00:00,32.920093836307714,True -2017/12/09 11:00:00,36.24663580809704,True -2017/12/09 12:00:00,37.149380842697234,True -2017/12/09 13:00:00,35.37221493391541,True -2017/12/09 14:00:00,35.06616460204587,True -2017/12/09 15:00:00,33.13141406665267,True -2017/12/09 16:00:00,32.841118719724314,True -2017/12/09 17:00:00,35.2303414144538,True -2017/12/09 18:00:00,39.75798444950439,True -2017/12/09 19:00:00,39.185412713160275,True -2017/12/09 20:00:00,37.129322575458694,True -2017/12/09 21:00:00,33.154954833828455,True -2017/12/09 22:00:00,32.98673822881117,True -2017/12/09 23:00:00,28.085416041286727,True -2017/12/10 00:00:00,22.61136900288707,True -2017/12/10 01:00:00,14.999034583967754,True -2017/12/10 02:00:00,12.406494082332161,True -2017/12/10 03:00:00,13.188705631668249,True -2017/12/10 04:00:00,12.18742666614579,True -2017/12/10 05:00:00,13.649234763766454,True -2017/12/10 06:00:00,18.614413718236147,True -2017/12/10 07:00:00,24.773115970588346,True -2017/12/10 08:00:00,25.94761119832474,True -2017/12/10 09:00:00,24.75351437301888,True -2017/12/10 10:00:00,25.22434806551593,True -2017/12/10 11:00:00,31.470692183505964,True -2017/12/10 12:00:00,33.95364362700267,True -2017/12/10 13:00:00,34.06078718657642,True -2017/12/10 14:00:00,34.336458890505845,True -2017/12/10 15:00:00,29.804869057280033,True -2017/12/10 16:00:00,29.72038625145292,True -2017/12/10 17:00:00,32.3197473956798,True -2017/12/10 18:00:00,34.54764055581785,True -2017/12/10 19:00:00,33.3803438993687,True -2017/12/10 20:00:00,33.051605558013144,True -2017/12/10 21:00:00,34.12167037818236,True -2017/12/10 22:00:00,33.06476719715491,True -2017/12/10 23:00:00,27.141608499270774,True -2017/12/11 00:00:00,20.255990966332995,True -2017/12/11 01:00:00,14.375707572608277,True -2017/12/11 02:00:00,12.232801225453334,True -2017/12/11 03:00:00,12.442340955213654,True -2017/12/11 04:00:00,12.201185974060468,True -2017/12/11 05:00:00,14.765873285362941,True -2017/12/11 06:00:00,18.5123916373178,True -2017/12/11 07:00:00,24.47566840988761,True -2017/12/11 08:00:00,28.283731001639957,True -2017/12/11 09:00:00,27.573441893386345,True -2017/12/11 10:00:00,31.62342937165511,True -2017/12/11 11:00:00,34.94819624303226,True -2017/12/11 12:00:00,36.22510371504436,True -2017/12/11 13:00:00,36.21616205457735,True -2017/12/11 14:00:00,36.92570523135924,True -2017/12/11 15:00:00,32.3066929465351,True -2017/12/11 16:00:00,32.61545341034383,True -2017/12/11 17:00:00,34.75053707403103,True -2017/12/11 18:00:00,38.11009424053728,True -2017/12/11 19:00:00,38.43101810073843,True -2017/12/11 20:00:00,38.46982313957575,True -2017/12/11 21:00:00,38.17038421863763,True -2017/12/11 22:00:00,33.747561176655,True -2017/12/11 23:00:00,27.004967217821576,True -2017/12/12 00:00:00,19.46289486621919,True -2017/12/12 01:00:00,13.794435115563,True -2017/12/12 02:00:00,12.016844830838174,True -2017/12/12 03:00:00,11.323463233062139,True -2017/12/12 04:00:00,11.974428337470014,True -2017/12/12 05:00:00,14.853017188528776,True -2017/12/12 06:00:00,19.138171515660538,True -2017/12/12 07:00:00,23.791479550404166,True -2017/12/12 08:00:00,28.169399668675275,True -2017/12/12 09:00:00,27.744634023668688,True -2017/12/12 10:00:00,31.52384361748203,True -2017/12/12 11:00:00,35.007178494603785,True -2017/12/12 12:00:00,38.42812904370885,True -2017/12/12 13:00:00,36.921197567982375,True -2017/12/12 14:00:00,36.11851318990687,True -2017/12/12 15:00:00,35.083121821966095,True -2017/12/12 16:00:00,35.0251447509102,True -2017/12/12 17:00:00,37.62313648157738,True -2017/12/12 18:00:00,40.9236629313944,True -2017/12/12 19:00:00,40.831521715166076,True -2017/12/12 20:00:00,41.24840713650433,True -2017/12/12 21:00:00,39.79704460011479,True -2017/12/12 22:00:00,36.403059215183674,True -2017/12/12 23:00:00,29.301733955091372,True -2017/12/13 00:00:00,21.767619488696,True -2017/12/13 01:00:00,11.743518939925645,True -2017/12/13 02:00:00,9.973075182213138,True -2017/12/13 03:00:00,10.844134319809116,True -2017/12/13 04:00:00,10.501261870882654,True -2017/12/13 05:00:00,15.24999979523368,True -2017/12/13 06:00:00,19.35624371364576,True -2017/12/13 07:00:00,24.601509083735195,True -2017/12/13 08:00:00,30.216322605056153,True -2017/12/13 09:00:00,30.172834538980794,True -2017/12/13 10:00:00,34.2769466573141,True -2017/12/13 11:00:00,37.792060125568334,True -2017/12/13 12:00:00,38.96045749249523,True -2017/12/13 13:00:00,37.1853999702817,True -2017/12/13 14:00:00,37.86051346527395,True -2017/12/13 15:00:00,35.45683902138978,True -2017/12/13 16:00:00,35.712251734874634,True -2017/12/13 17:00:00,37.76885985525898,True -2017/12/13 18:00:00,41.57827151691634,True -2017/12/13 19:00:00,41.36950982630552,True -2017/12/13 20:00:00,41.98601024832824,True -2017/12/13 21:00:00,39.858519671127674,True -2017/12/13 22:00:00,36.661877245360074,True -2017/12/13 23:00:00,29.51246197456621,True -2017/12/14 00:00:00,22.134114119116525,True -2017/12/14 01:00:00,13.782187709055862,True -2017/12/14 02:00:00,11.455891546197547,True -2017/12/14 03:00:00,11.878355999592047,True -2017/12/14 04:00:00,10.565371658916039,True -2017/12/14 05:00:00,14.499073301931237,True -2017/12/14 06:00:00,17.33049420046958,True -2017/12/14 07:00:00,22.35615628131192,True -2017/12/14 08:00:00,30.31751742757789,True -2017/12/14 09:00:00,30.187267980591994,True -2017/12/14 10:00:00,34.17542443553945,True -2017/12/14 11:00:00,37.77053948610228,True -2017/12/14 12:00:00,39.10276740403064,True -2017/12/14 13:00:00,37.355601640224585,True -2017/12/14 14:00:00,37.35417486458045,True -2017/12/14 15:00:00,35.90402929592842,True -2017/12/14 16:00:00,35.75352297474107,True -2017/12/14 17:00:00,37.53659339786503,True -2017/12/14 18:00:00,40.86857808100673,True -2017/12/14 19:00:00,40.88281490297694,True -2017/12/14 20:00:00,42.006349905231524,True -2017/12/14 21:00:00,40.61310074722021,True -2017/12/14 22:00:00,37.1083963312275,True -2017/12/14 23:00:00,29.95141926918043,True -2017/12/15 00:00:00,21.89002299657155,True -2017/12/15 01:00:00,12.637646693402553,True -2017/12/15 02:00:00,9.419980818500932,True -2017/12/15 03:00:00,9.701557055775371,True -2017/12/15 04:00:00,9.09301815526154,True -2017/12/15 05:00:00,13.434646132720696,True -2017/12/15 06:00:00,15.339057923515384,True -2017/12/15 07:00:00,20.949864295382014,True -2017/12/15 08:00:00,28.309726989493207,True -2017/12/15 09:00:00,30.07474768951164,True -2017/12/15 10:00:00,34.32055887857439,True -2017/12/15 11:00:00,37.80772590772996,True -2017/12/15 12:00:00,39.38572817159189,True -2017/12/15 13:00:00,37.798597914005065,True -2017/12/15 14:00:00,37.95501450096428,True -2017/12/15 15:00:00,35.93403148929638,True -2017/12/15 16:00:00,35.69456578021599,True -2017/12/15 17:00:00,38.29375940649971,True -2017/12/15 18:00:00,41.35828266900206,True -2017/12/15 19:00:00,41.69167499039774,True -2017/12/15 20:00:00,42.33386105809398,True -2017/12/15 21:00:00,40.207583859193505,True -2017/12/15 22:00:00,37.22055756793446,True -2017/12/15 23:00:00,29.554075097617854,True -2017/12/16 00:00:00,22.48054961430053,True -2017/12/16 01:00:00,12.75653220084309,True -2017/12/16 02:00:00,9.54261782382915,True -2017/12/16 03:00:00,9.502239243868344,True -2017/12/16 04:00:00,9.066282877671096,True -2017/12/16 05:00:00,12.428378952992574,True -2017/12/16 06:00:00,16.5572635675719,True -2017/12/16 07:00:00,21.632833048999853,True -2017/12/16 08:00:00,24.479733033097705,True -2017/12/16 09:00:00,27.631398024175603,True -2017/12/16 10:00:00,33.284204791244704,True -2017/12/16 11:00:00,36.846862196290516,True -2017/12/16 12:00:00,37.074218127874516,True -2017/12/16 13:00:00,35.347520037846984,True -2017/12/16 14:00:00,35.58124278912577,True -2017/12/16 15:00:00,33.79210148188093,True -2017/12/16 16:00:00,33.62216520109965,True -2017/12/16 17:00:00,36.312138052797856,True -2017/12/16 18:00:00,41.06876067628343,True -2017/12/16 19:00:00,40.06860332050147,True -2017/12/16 20:00:00,38.4551892792217,True -2017/12/16 21:00:00,36.39140410669268,True -2017/12/16 22:00:00,36.18298314461479,True -2017/12/16 23:00:00,29.610805803723363,True -2017/12/17 00:00:00,20.17836900257874,True -2017/12/17 01:00:00,12.411272523990093,True -2017/12/17 02:00:00,9.728030010233713,True -2017/12/17 03:00:00,9.966760233346502,True -2017/12/17 04:00:00,9.605716314678933,True -2017/12/17 05:00:00,14.591717938213709,True -2017/12/17 06:00:00,18.78328568374466,True -2017/12/17 07:00:00,24.25833043809234,True -2017/12/17 08:00:00,25.135950457943867,True -2017/12/17 09:00:00,27.276682985328137,True -2017/12/17 10:00:00,27.439142574607732,True -2017/12/17 11:00:00,34.22314392255815,True -2017/12/17 12:00:00,36.82425628640437,True -2017/12/17 13:00:00,35.54490447632078,True -2017/12/17 14:00:00,34.79394751853391,True -2017/12/17 15:00:00,32.74646450368768,True -2017/12/17 16:00:00,33.01122248794435,True -2017/12/17 17:00:00,34.57778898405511,True -2017/12/17 18:00:00,37.25811943808043,True -2017/12/17 19:00:00,36.072900589069945,True -2017/12/17 20:00:00,35.897008632474986,True -2017/12/17 21:00:00,36.02592105972376,True -2017/12/17 22:00:00,34.34926487988092,True -2017/12/17 23:00:00,25.815306436803784,True -2017/12/18 00:00:00,19.86174649931509,True -2017/12/18 01:00:00,13.546357373808508,True -2017/12/18 02:00:00,11.49999244688451,True -2017/12/18 03:00:00,10.874021585200836,True -2017/12/18 04:00:00,12.761880856161788,True -2017/12/18 05:00:00,15.406565065909309,True -2017/12/18 06:00:00,19.009869611902772,True -2017/12/18 07:00:00,23.85739504221809,True -2017/12/18 08:00:00,29.264437878297485,True -2017/12/18 09:00:00,30.18698115131413,True -2017/12/18 10:00:00,34.557143330924134,True -2017/12/18 11:00:00,37.739940967688455,True -2017/12/18 12:00:00,38.89289639869018,True -2017/12/18 13:00:00,37.902994389699906,True -2017/12/18 14:00:00,37.683963440975646,True -2017/12/18 15:00:00,36.02340280702407,True -2017/12/18 16:00:00,35.534626307955094,True -2017/12/18 17:00:00,38.368527527249235,True -2017/12/18 18:00:00,41.39558222933092,True -2017/12/18 19:00:00,41.462678915955046,True -2017/12/18 20:00:00,42.08618719518903,True -2017/12/18 21:00:00,40.03863721664403,True -2017/12/18 22:00:00,36.6532478231871,True -2017/12/18 23:00:00,29.570238771704233,True -2017/12/19 00:00:00,21.818735921603686,True -2017/12/19 01:00:00,11.766439785465677,True -2017/12/19 02:00:00,9.394436374193337,True -2017/12/19 03:00:00,9.739181660239124,True -2017/12/19 04:00:00,9.102684107107779,True -2017/12/19 05:00:00,13.52269626309502,True -2017/12/19 06:00:00,19.392122068960948,True -2017/12/19 07:00:00,24.93192293260292,True -2017/12/19 08:00:00,29.91576410913718,True -2017/12/19 09:00:00,29.737442574499195,True -2017/12/19 10:00:00,34.108980045861806,True -2017/12/19 11:00:00,37.43298389641383,True -2017/12/19 12:00:00,38.99538620122449,True -2017/12/19 13:00:00,37.48039738074707,True -2017/12/19 14:00:00,37.62687354134404,True -2017/12/19 15:00:00,35.77071209617463,True -2017/12/19 16:00:00,35.57142188840155,True -2017/12/19 17:00:00,38.01455316243489,True -2017/12/19 18:00:00,41.274133533958334,True -2017/12/19 19:00:00,41.25799201760217,True -2017/12/19 20:00:00,42.01863709506718,True -2017/12/19 21:00:00,40.528301877058446,True -2017/12/19 22:00:00,36.85052121744148,True -2017/12/19 23:00:00,29.793990916045868,True -2017/12/20 00:00:00,21.709616061436048,True -2017/12/20 01:00:00,11.778212957559768,True -2017/12/20 02:00:00,9.346546297439351,True -2017/12/20 03:00:00,9.738786887581426,True -2017/12/20 04:00:00,9.149524873816032,True -2017/12/20 05:00:00,13.742140633834207,True -2017/12/20 06:00:00,18.07557447673539,True -2017/12/20 07:00:00,23.631125647482058,True -2017/12/20 08:00:00,30.059317189450848,True -2017/12/20 09:00:00,29.734251491933584,True -2017/12/20 10:00:00,34.2676026532197,True -2017/12/20 11:00:00,37.867245683300474,True -2017/12/20 12:00:00,39.02089195455378,True -2017/12/20 13:00:00,37.644804544253034,True -2017/12/20 14:00:00,37.408491093837505,True -2017/12/20 15:00:00,35.65041623788005,True -2017/12/20 16:00:00,35.448185370368606,True -2017/12/20 17:00:00,38.13352272391599,True -2017/12/20 18:00:00,41.28948609585879,True -2017/12/20 19:00:00,41.23894148256757,True -2017/12/20 20:00:00,41.95772160182387,True -2017/12/20 21:00:00,40.02514026866044,True -2017/12/20 22:00:00,36.919271094357214,True -2017/12/20 23:00:00,29.41473346921275,True -2017/12/21 00:00:00,21.8510529350353,True -2017/12/21 01:00:00,14.416263069389416,True -2017/12/21 02:00:00,11.288604577674569,True -2017/12/21 03:00:00,9.63537892046343,True -2017/12/21 04:00:00,9.214376546734615,True -2017/12/21 05:00:00,13.754763495080882,True -2017/12/21 06:00:00,17.652908382777817,True -2017/12/21 07:00:00,22.512439623181194,True -2017/12/21 08:00:00,28.34172826036522,True -2017/12/21 09:00:00,29.844732357581943,True -2017/12/21 10:00:00,34.26072909038683,True -2017/12/21 11:00:00,37.417456404571844,True -2017/12/21 12:00:00,38.91461368128377,True -2017/12/21 13:00:00,37.54467093755967,True -2017/12/21 14:00:00,37.42565729279447,True -2017/12/21 15:00:00,35.68321022932396,True -2017/12/21 16:00:00,35.29983814148005,True -2017/12/21 17:00:00,38.06794159466084,True -2017/12/21 18:00:00,41.10911316378495,True -2017/12/21 19:00:00,40.928067653592386,True -2017/12/21 20:00:00,41.596109085047964,True -2017/12/21 21:00:00,39.84402125190129,True -2017/12/21 22:00:00,36.17426132941834,True -2017/12/21 23:00:00,29.12729685950599,True -2017/12/22 00:00:00,19.38134326955413,True -2017/12/22 01:00:00,12.662113944532388,True -2017/12/22 02:00:00,10.072208658316674,True -2017/12/22 03:00:00,10.719819158650317,True -2017/12/22 04:00:00,11.175894063579282,True -2017/12/22 05:00:00,15.5607822025281,True -2017/12/22 06:00:00,20.18995087863612,True -2017/12/22 07:00:00,24.45471385934177,True -2017/12/22 08:00:00,29.209504693961392,True -2017/12/22 09:00:00,27.73301700353398,True -2017/12/22 10:00:00,33.86198554665276,True -2017/12/22 11:00:00,37.567624635484464,True -2017/12/22 12:00:00,39.066191934169524,True -2017/12/22 13:00:00,37.13524544082152,True -2017/12/22 14:00:00,37.46680513967436,True -2017/12/22 15:00:00,35.50259957780266,True -2017/12/22 16:00:00,35.17616903009115,True -2017/12/22 17:00:00,37.75199029981249,True -2017/12/22 18:00:00,41.062518630921815,True -2017/12/22 19:00:00,40.94762585299053,True -2017/12/22 20:00:00,41.39564394025114,True -2017/12/22 21:00:00,39.811772508485696,True -2017/12/22 22:00:00,36.124379722737295,True -2017/12/22 23:00:00,27.062864756508926,True -2017/12/23 00:00:00,20.16562245508195,True -2017/12/23 01:00:00,13.444719904041083,True -2017/12/23 02:00:00,10.540653889367,True -2017/12/23 03:00:00,10.664232306967545,True -2017/12/23 04:00:00,10.450279792408216,True -2017/12/23 05:00:00,14.968045312633457,True -2017/12/23 06:00:00,19.204526176924173,True -2017/12/23 07:00:00,24.77998264341489,True -2017/12/23 08:00:00,25.22095086088032,True -2017/12/23 09:00:00,27.750544050387738,True -2017/12/23 10:00:00,33.22182617891345,True -2017/12/23 11:00:00,36.40400362734359,True -2017/12/23 12:00:00,37.72999614687757,True -2017/12/23 13:00:00,36.026107365989496,True -2017/12/23 14:00:00,34.95587649197117,True -2017/12/23 15:00:00,33.33491289731219,True -2017/12/23 16:00:00,33.42327572948603,True -2017/12/23 17:00:00,35.63309495792827,True -2017/12/23 18:00:00,40.34950424710964,True -2017/12/23 19:00:00,39.87481109309936,True -2017/12/23 20:00:00,38.383157461481865,True -2017/12/23 21:00:00,36.416927629076156,True -2017/12/23 22:00:00,36.12181805364498,True -2017/12/23 23:00:00,29.57810976633733,True -2017/12/24 00:00:00,22.65450827998211,True -2017/12/24 01:00:00,12.339040651694981,True -2017/12/24 02:00:00,9.848768792448196,True -2017/12/24 03:00:00,9.837070956974207,True -2017/12/24 04:00:00,9.54606317009717,True -2017/12/24 05:00:00,14.377700265699001,True -2017/12/24 06:00:00,18.364201784385166,True -2017/12/24 07:00:00,24.994096706585815,True -2017/12/24 08:00:00,24.22070123940349,True -2017/12/24 09:00:00,27.06134579351546,True -2017/12/24 10:00:00,27.679584164112843,True -2017/12/24 11:00:00,34.36826845630604,True -2017/12/24 12:00:00,36.87147121980751,True -2017/12/24 13:00:00,34.53243449524981,True -2017/12/24 14:00:00,35.0930320039625,True -2017/12/24 15:00:00,32.25215747595259,True -2017/12/24 16:00:00,32.61987889953198,True -2017/12/24 17:00:00,35.03096504024181,True -2017/12/24 18:00:00,37.75885533146161,True -2017/12/24 19:00:00,35.64059541987809,True -2017/12/24 20:00:00,35.602398085910224,True -2017/12/24 21:00:00,36.30995012609911,True -2017/12/24 22:00:00,34.32721419048836,True -2017/12/24 23:00:00,28.348458922484994,True -2017/12/25 00:00:00,21.94049177596513,True -2017/12/25 01:00:00,14.41232426615452,True -2017/12/25 02:00:00,11.37219323704496,True -2017/12/25 03:00:00,11.341624635940123,True -2017/12/25 04:00:00,11.691749934218356,True -2017/12/25 05:00:00,15.062259524976694,True -2017/12/25 06:00:00,17.661544988335883,True -2017/12/25 07:00:00,23.260506173184844,True -2017/12/25 08:00:00,29.274903822668357,True -2017/12/25 09:00:00,27.74862140080211,True -2017/12/25 10:00:00,31.593484432376,True -2017/12/25 11:00:00,37.12035814127326,True -2017/12/25 12:00:00,38.139740463936256,True -2017/12/25 13:00:00,35.883705742357634,True -2017/12/25 14:00:00,37.20262346204193,True -2017/12/25 15:00:00,34.87060485567894,True -2017/12/25 16:00:00,34.911057603316515,True -2017/12/25 17:00:00,37.11285324122876,True -2017/12/25 18:00:00,40.68678901645686,True -2017/12/25 19:00:00,40.6797319466478,True -2017/12/25 20:00:00,40.74970554078088,True -2017/12/25 21:00:00,38.92801366624614,True -2017/12/25 22:00:00,33.690323579233706,True -2017/12/25 23:00:00,26.962661110047346,True -2017/12/26 00:00:00,20.06095366225941,True -2017/12/26 01:00:00,13.7640013732946,True -2017/12/26 02:00:00,11.89706785359285,True -2017/12/26 03:00:00,12.877257255404418,True -2017/12/26 04:00:00,13.76159251634953,True -2017/12/26 05:00:00,15.632227399157944,True -2017/12/26 06:00:00,19.551760298467098,True -2017/12/26 07:00:00,24.924190405038736,True -2017/12/26 08:00:00,29.624183846842357,True -2017/12/26 09:00:00,28.57245394571171,True -2017/12/26 10:00:00,31.572299306476488,True -2017/12/26 11:00:00,35.14641832957097,True -2017/12/26 12:00:00,38.145059535883114,True -2017/12/26 13:00:00,36.41588818843876,True -2017/12/26 14:00:00,36.68357679212964,True -2017/12/26 15:00:00,32.486983664518405,True -2017/12/26 16:00:00,32.631477281525314,True -2017/12/26 17:00:00,34.88319347341242,True -2017/12/26 18:00:00,40.35323475806285,True -2017/12/26 19:00:00,40.45684616948462,True -2017/12/26 20:00:00,40.57018883032938,True -2017/12/26 21:00:00,37.103109029662384,True -2017/12/26 22:00:00,33.74744124244107,True -2017/12/26 23:00:00,26.98153857234421,True -2017/12/27 00:00:00,21.186041151818095,True -2017/12/27 01:00:00,14.619023469019169,True -2017/12/27 02:00:00,11.991121843043972,True -2017/12/27 03:00:00,13.371337138563991,True -2017/12/27 04:00:00,11.675976255935366,True -2017/12/27 05:00:00,14.935720520834954,True -2017/12/27 06:00:00,19.179002843928192,True -2017/12/27 07:00:00,23.882437472700946,True -2017/12/27 08:00:00,28.26211944692954,True -2017/12/27 09:00:00,27.788973088725104,True -2017/12/27 10:00:00,31.458604400814554,True -2017/12/27 11:00:00,35.06448334093152,True -2017/12/27 12:00:00,38.01982202118241,True -2017/12/27 13:00:00,36.81599517837466,True -2017/12/27 14:00:00,36.44406603923153,True -2017/12/27 15:00:00,34.954000579158105,True -2017/12/27 16:00:00,32.18002098739481,True -2017/12/27 17:00:00,35.297458357592774,True -2017/12/27 18:00:00,40.23021314924318,True -2017/12/27 19:00:00,40.61744514702205,True -2017/12/27 20:00:00,40.45471582601512,True -2017/12/27 21:00:00,38.05094902964587,True -2017/12/27 22:00:00,33.76712917403865,True -2017/12/27 23:00:00,26.972022904453517,True -2017/12/28 00:00:00,19.4712509433974,True -2017/12/28 01:00:00,13.318581641261515,True -2017/12/28 02:00:00,10.285943092223103,True -2017/12/28 03:00:00,11.153708756315664,True -2017/12/28 04:00:00,11.007710822739488,True -2017/12/28 05:00:00,14.906817837964782,True -2017/12/28 06:00:00,18.18788411657942,True -2017/12/28 07:00:00,23.823365346711547,True -2017/12/28 08:00:00,28.104568349414876,True -2017/12/28 09:00:00,27.893713721808545,True -2017/12/28 10:00:00,31.588083212451693,True -2017/12/28 11:00:00,35.31128820326353,True -2017/12/28 12:00:00,38.05816192599642,True -2017/12/28 13:00:00,36.59208560689387,True -2017/12/28 14:00:00,36.42231073305568,True -2017/12/28 15:00:00,32.772486603868145,True -2017/12/28 16:00:00,32.37003005068204,True -2017/12/28 17:00:00,34.992105101541995,True -2017/12/28 18:00:00,40.45768662665578,True -2017/12/28 19:00:00,40.348120499230696,True -2017/12/28 20:00:00,40.80070581852103,True -2017/12/28 21:00:00,38.600505749698165,True -2017/12/28 22:00:00,34.5069850361848,True -2017/12/28 23:00:00,27.647197267391178,True -2017/12/29 00:00:00,20.951167450771983,True -2017/12/29 01:00:00,14.550886726584897,True -2017/12/29 02:00:00,11.479909844569855,True -2017/12/29 03:00:00,11.76315237098507,True -2017/12/29 04:00:00,10.229570059920034,True -2017/12/29 05:00:00,14.282018450382427,True -2017/12/29 06:00:00,17.70884788435941,True -2017/12/29 07:00:00,23.48266750169,True -2017/12/29 08:00:00,28.052332275746583,True -2017/12/29 09:00:00,27.792881633887294,True -2017/12/29 10:00:00,31.619783533879033,True -2017/12/29 11:00:00,34.95777525625649,True -2017/12/29 12:00:00,37.563910313345815,True -2017/12/29 13:00:00,36.701797993489436,True -2017/12/29 14:00:00,37.2301291876544,True -2017/12/29 15:00:00,35.066387125949845,True -2017/12/29 16:00:00,34.97707496333405,True -2017/12/29 17:00:00,37.4390543560633,True -2017/12/29 18:00:00,40.932621714334125,True -2017/12/29 19:00:00,40.59007912246373,True -2017/12/29 20:00:00,41.08915217689149,True -2017/12/29 21:00:00,39.529106606632844,True -2017/12/29 22:00:00,35.883175196482966,True -2017/12/29 23:00:00,27.068747699643225,True -2017/12/30 00:00:00,20.10008859720438,True -2017/12/30 01:00:00,12.74706443166903,True -2017/12/30 02:00:00,9.543517486124111,True -2017/12/30 03:00:00,9.610587662658213,True -2017/12/30 04:00:00,9.14157422457034,True -2017/12/30 05:00:00,13.558061729236774,True -2017/12/30 06:00:00,18.029176785746195,True -2017/12/30 07:00:00,24.035068335771793,True -2017/12/30 08:00:00,24.86599668283211,True -2017/12/30 09:00:00,25.507248089233197,True -2017/12/30 10:00:00,33.054601761098816,True -2017/12/30 11:00:00,36.34860910974933,True -2017/12/30 12:00:00,37.32898014070594,True -2017/12/30 13:00:00,35.729536165643076,True -2017/12/30 14:00:00,35.39838266886229,True -2017/12/30 15:00:00,33.58694352139607,True -2017/12/30 16:00:00,33.72087693056078,True -2017/12/30 17:00:00,35.46942584046095,True -2017/12/30 18:00:00,40.312760943775125,True -2017/12/30 19:00:00,39.86934671785464,True -2017/12/30 20:00:00,38.06296594424667,True -2017/12/30 21:00:00,36.14309334516702,True -2017/12/30 22:00:00,35.71733973275557,True -2017/12/30 23:00:00,29.27705214399833,True -2017/12/31 00:00:00,20.230288768233184,True -2017/12/31 01:00:00,12.40381231805157,True -2017/12/31 02:00:00,9.859473159675998,True -2017/12/31 03:00:00,9.944238079300419,True -2017/12/31 04:00:00,9.619016287921989,True -2017/12/31 05:00:00,14.117002381058674,True -2017/12/31 06:00:00,18.093573927603572,True -2017/12/31 07:00:00,24.057189062127094,True -2017/12/31 08:00:00,24.963719780115465,True -2017/12/31 09:00:00,26.317130475939166,True -2017/12/31 10:00:00,26.666154583171018,True -2017/12/31 11:00:00,33.85661620071274,True -2017/12/31 12:00:00,36.65526272235713,True -2017/12/31 13:00:00,34.98127376140749,True -2017/12/31 14:00:00,34.68764833140185,True -2017/12/31 15:00:00,32.392798535415935,True -2017/12/31 16:00:00,32.267723141890905,True -2017/12/31 17:00:00,34.90732378136736,True -2017/12/31 18:00:00,37.08979111954116,True -2017/12/31 19:00:00,35.69895121055941,True -2017/12/31 20:00:00,35.34963279695982,True -2017/12/31 21:00:00,35.40257071081296,True -2017/12/31 22:00:00,31.83307405951884,True -2017/12/31 23:00:00,25.894661358199194,True -2018/01/01 00:00:00,13.147610477136508,True diff --git a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json deleted file mode 100644 index 0fbc11d..0000000 --- a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "id": "Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", - "name": "Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", - "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", - "feature_type": "Transformer", - "timesteps_per_hour": 1, - "simulation_status": "complete", - "timeseries_csv": { - "column_names": [ - - ] - }, - "location": { - }, - "program": { - "building_types": [ - { - } - ], - "window_area_sqft": { - }, - "wall_area_sqft": { - }, - "roof_area_sqft": { - } - }, - "construction_costs": [ - - ], - "reporting_periods": [ - - ], - "distributed_generation": { - "solar_pv": [ - - ], - "wind": [ - - ], - "generator": [ - - ], - "storage": [ - - ] - }, - "power_distribution": { - "under_voltage_hours": 0, - "over_voltage_hours": 8760 - }, - "thermal_storage": { - } -} diff --git a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv deleted file mode 100644 index 714febc..0000000 --- a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv +++ /dev/null @@ -1,8761 +0,0 @@ -Datetime,p.u. loading,overloaded -2017/01/01 01:00:00,8.337457300508577,True -2017/01/01 02:00:00,6.662676008318432,True -2017/01/01 03:00:00,7.5522713350876325,True -2017/01/01 04:00:00,6.68643390901223,True -2017/01/01 05:00:00,8.65735352968631,True -2017/01/01 06:00:00,9.170615243069062,True -2017/01/01 07:00:00,10.303489157974752,True -2017/01/01 08:00:00,9.967872561695685,True -2017/01/01 09:00:00,10.096516456108786,True -2017/01/01 10:00:00,9.516243219568329,True -2017/01/01 11:00:00,10.574920289663439,True -2017/01/01 12:00:00,10.13140434657837,True -2017/01/01 13:00:00,10.621900231199579,True -2017/01/01 14:00:00,9.971872045444085,True -2017/01/01 15:00:00,10.400533912410499,True -2017/01/01 16:00:00,9.807120345152214,True -2017/01/01 17:00:00,10.497886048982096,True -2017/01/01 18:00:00,10.479674575896397,True -2017/01/01 19:00:00,10.965124077815924,True -2017/01/01 20:00:00,10.293877176728511,True -2017/01/01 21:00:00,10.934208373141777,True -2017/01/01 22:00:00,10.199121268490908,True -2017/01/01 23:00:00,10.158336815624697,True -2017/01/02 00:00:00,8.626522629494065,True -2017/01/02 01:00:00,8.556753066740319,True -2017/01/02 02:00:00,7.015299609581197,True -2017/01/02 03:00:00,7.902896184654019,True -2017/01/02 04:00:00,7.238974003994209,True -2017/01/02 05:00:00,9.383659593687842,True -2017/01/02 06:00:00,10.26455845094113,True -2017/01/02 07:00:00,10.969473734550611,True -2017/01/02 08:00:00,11.438354490644826,True -2017/01/02 09:00:00,12.732430336411607,True -2017/01/02 10:00:00,12.75890209549926,True -2017/01/02 11:00:00,12.872834870673787,True -2017/01/02 12:00:00,12.987409714251235,True -2017/01/02 13:00:00,12.876174167382501,True -2017/01/02 14:00:00,12.840641350443418,True -2017/01/02 15:00:00,12.755911832697537,True -2017/01/02 16:00:00,12.758865778552497,True -2017/01/02 17:00:00,12.994483351554447,True -2017/01/02 18:00:00,12.176433270701594,True -2017/01/02 19:00:00,12.019265201893317,True -2017/01/02 20:00:00,11.348878516737253,True -2017/01/02 21:00:00,11.953356021212363,True -2017/01/02 22:00:00,11.327296642248957,True -2017/01/02 23:00:00,10.480239858087316,True -2017/01/03 00:00:00,9.25514202114319,True -2017/01/03 01:00:00,8.708136818691731,True -2017/01/03 02:00:00,7.47163399550973,True -2017/01/03 03:00:00,8.110032097677939,True -2017/01/03 04:00:00,7.522637827030049,True -2017/01/03 05:00:00,9.196283883807082,True -2017/01/03 06:00:00,10.445753899782074,True -2017/01/03 07:00:00,10.789726829506245,True -2017/01/03 08:00:00,11.286546717678105,True -2017/01/03 09:00:00,12.61133336018177,True -2017/01/03 10:00:00,12.804178762187597,True -2017/01/03 11:00:00,12.94568741244413,True -2017/01/03 12:00:00,13.054605815233643,True -2017/01/03 13:00:00,12.880798370064106,True -2017/01/03 14:00:00,12.918778466725442,True -2017/01/03 15:00:00,12.843142437208122,True -2017/01/03 16:00:00,12.811898265623489,True -2017/01/03 17:00:00,13.001141238363319,True -2017/01/03 18:00:00,12.184819650973234,True -2017/01/03 19:00:00,12.018250381277717,True -2017/01/03 20:00:00,11.354905229728587,True -2017/01/03 21:00:00,11.896176645951583,True -2017/01/03 22:00:00,11.04704198900441,True -2017/01/03 23:00:00,10.52115034561386,True -2017/01/04 00:00:00,9.26409257712045,True -2017/01/04 01:00:00,8.765489988508572,True -2017/01/04 02:00:00,7.472079901049647,True -2017/01/04 03:00:00,8.263236984997565,True -2017/01/04 04:00:00,7.385413804814252,True -2017/01/04 05:00:00,9.193283414787949,True -2017/01/04 06:00:00,10.351110781999475,True -2017/01/04 07:00:00,10.812534476909274,True -2017/01/04 08:00:00,11.297786449507447,True -2017/01/04 09:00:00,12.607523258232673,True -2017/01/04 10:00:00,12.758598901898331,True -2017/01/04 11:00:00,12.935527086282706,True -2017/01/04 12:00:00,13.05652876988336,True -2017/01/04 13:00:00,12.882570075428411,True -2017/01/04 14:00:00,12.882707788687956,True -2017/01/04 15:00:00,12.843587652726479,True -2017/01/04 16:00:00,12.80670134669922,True -2017/01/04 17:00:00,13.002618460720395,True -2017/01/04 18:00:00,12.185541634473843,True -2017/01/04 19:00:00,12.017160972834269,True -2017/01/04 20:00:00,11.32003162753905,True -2017/01/04 21:00:00,11.818741261344599,True -2017/01/04 22:00:00,11.028891520889893,True -2017/01/04 23:00:00,10.519076176727777,True -2017/01/05 00:00:00,9.02541281673242,True -2017/01/05 01:00:00,8.370910206227139,True -2017/01/05 02:00:00,7.339918292557461,True -2017/01/05 03:00:00,7.617515617038961,True -2017/01/05 04:00:00,7.313105348628718,True -2017/01/05 05:00:00,8.900229876541875,True -2017/01/05 06:00:00,10.361289948302215,True -2017/01/05 07:00:00,10.436223604822672,True -2017/01/05 08:00:00,11.286455241554947,True -2017/01/05 09:00:00,12.613146342915226,True -2017/01/05 10:00:00,12.712888371364466,True -2017/01/05 11:00:00,12.876205929036713,True -2017/01/05 12:00:00,12.991422660768677,True -2017/01/05 13:00:00,12.802850425537697,True -2017/01/05 14:00:00,12.915813076565165,True -2017/01/05 15:00:00,12.838557366938444,True -2017/01/05 16:00:00,12.802490207167912,True -2017/01/05 17:00:00,12.998228852421217,True -2017/01/05 18:00:00,12.183836287263343,True -2017/01/05 19:00:00,11.978089239754185,True -2017/01/05 20:00:00,11.483927364538753,True -2017/01/05 21:00:00,11.81776560215208,True -2017/01/05 22:00:00,11.364284714658684,True -2017/01/05 23:00:00,10.462569941450713,True -2017/01/06 00:00:00,9.140838329360465,True -2017/01/06 01:00:00,8.790226679290964,True -2017/01/06 02:00:00,7.48233366575238,True -2017/01/06 03:00:00,8.028929811429027,True -2017/01/06 04:00:00,7.00159330163422,True -2017/01/06 05:00:00,8.95207586443129,True -2017/01/06 06:00:00,10.130279786296372,True -2017/01/06 07:00:00,10.802248796082088,True -2017/01/06 08:00:00,11.293685101847952,True -2017/01/06 09:00:00,12.607007727048568,True -2017/01/06 10:00:00,12.713819967771617,True -2017/01/06 11:00:00,12.874884002371834,True -2017/01/06 12:00:00,12.989930918606124,True -2017/01/06 13:00:00,12.802125057291198,True -2017/01/06 14:00:00,12.912542692440002,True -2017/01/06 15:00:00,12.837750070793463,True -2017/01/06 16:00:00,12.769525989006235,True -2017/01/06 17:00:00,12.999208580275182,True -2017/01/06 18:00:00,12.180362740452235,True -2017/01/06 19:00:00,11.959196783076738,True -2017/01/06 20:00:00,11.395355699200188,True -2017/01/06 21:00:00,11.732328904776745,True -2017/01/06 22:00:00,11.363343206478374,True -2017/01/06 23:00:00,10.514019687068176,True -2017/01/07 00:00:00,8.968362097022506,True -2017/01/07 01:00:00,8.139004889124037,True -2017/01/07 02:00:00,6.791419190417233,True -2017/01/07 03:00:00,7.356425315882303,True -2017/01/07 04:00:00,6.972603614617408,True -2017/01/07 05:00:00,8.398678547036972,True -2017/01/07 06:00:00,9.825113643743341,True -2017/01/07 07:00:00,10.427722178691731,True -2017/01/07 08:00:00,10.789593679748153,True -2017/01/07 09:00:00,10.802484229467984,True -2017/01/07 10:00:00,11.270261771668846,True -2017/01/07 11:00:00,11.422896297682271,True -2017/01/07 12:00:00,11.503909998572306,True -2017/01/07 13:00:00,11.325567272717533,True -2017/01/07 14:00:00,10.498661205342287,True -2017/01/07 15:00:00,11.31319943380143,True -2017/01/07 16:00:00,10.38539014240557,True -2017/01/07 17:00:00,11.393796846108696,True -2017/01/07 18:00:00,10.563188225393741,True -2017/01/07 19:00:00,10.772002598087315,True -2017/01/07 20:00:00,10.427177390062544,True -2017/01/07 21:00:00,10.749571256316559,True -2017/01/07 22:00:00,10.339690711774592,True -2017/01/07 23:00:00,10.206686522742508,True -2017/01/08 00:00:00,8.939418297096967,True -2017/01/08 01:00:00,8.470876359342403,True -2017/01/08 02:00:00,6.782375431130777,True -2017/01/08 03:00:00,7.691520284036417,True -2017/01/08 04:00:00,6.62496595180227,True -2017/01/08 05:00:00,8.49699866438489,True -2017/01/08 06:00:00,9.296831499790676,True -2017/01/08 07:00:00,10.220759803937778,True -2017/01/08 08:00:00,9.604864345038624,True -2017/01/08 09:00:00,10.06313875144967,True -2017/01/08 10:00:00,9.479504815599183,True -2017/01/08 11:00:00,10.536971461751287,True -2017/01/08 12:00:00,10.129602449979439,True -2017/01/08 13:00:00,10.491035938538221,True -2017/01/08 14:00:00,9.979677836617194,True -2017/01/08 15:00:00,10.36623189814564,True -2017/01/08 16:00:00,9.806481006228706,True -2017/01/08 17:00:00,10.457435894565704,True -2017/01/08 18:00:00,10.48580623743948,True -2017/01/08 19:00:00,10.873063840673193,True -2017/01/08 20:00:00,10.305676965546885,True -2017/01/08 21:00:00,10.819352963942558,True -2017/01/08 22:00:00,10.202203169430497,True -2017/01/08 23:00:00,10.02848269218652,True -2017/01/09 00:00:00,8.635466812400809,True -2017/01/09 01:00:00,8.478837030059449,True -2017/01/09 02:00:00,7.11674472571682,True -2017/01/09 03:00:00,8.131188863432767,True -2017/01/09 04:00:00,7.053190817525576,True -2017/01/09 05:00:00,8.916754447034537,True -2017/01/09 06:00:00,10.072145250200158,True -2017/01/09 07:00:00,10.654691937788447,True -2017/01/09 08:00:00,11.29682473041177,True -2017/01/09 09:00:00,12.618063326948354,True -2017/01/09 10:00:00,12.717672681443991,True -2017/01/09 11:00:00,12.883256064002426,True -2017/01/09 12:00:00,12.994520325652452,True -2017/01/09 13:00:00,12.80907481050939,True -2017/01/09 14:00:00,12.844856634545229,True -2017/01/09 15:00:00,12.78926554114101,True -2017/01/09 16:00:00,12.806087955651789,True -2017/01/09 17:00:00,13.004429782972451,True -2017/01/09 18:00:00,12.186260711897352,True -2017/01/09 19:00:00,12.084990867676883,True -2017/01/09 20:00:00,11.319688859310759,True -2017/01/09 21:00:00,11.987586592242716,True -2017/01/09 22:00:00,11.062555640415093,True -2017/01/09 23:00:00,10.490909751931548,True -2017/01/10 00:00:00,9.43042622682304,True -2017/01/10 01:00:00,8.598223341741509,True -2017/01/10 02:00:00,7.824801413031145,True -2017/01/10 03:00:00,8.189347766486923,True -2017/01/10 04:00:00,7.573776972899938,True -2017/01/10 05:00:00,9.107629050980815,True -2017/01/10 06:00:00,10.52918746456054,True -2017/01/10 07:00:00,10.387851629469266,True -2017/01/10 08:00:00,11.295453474104624,True -2017/01/10 09:00:00,12.612288249672,True -2017/01/10 10:00:00,12.714232603397633,True -2017/01/10 11:00:00,12.876410255104226,True -2017/01/10 12:00:00,12.98916010322478,True -2017/01/10 13:00:00,12.799747053347518,True -2017/01/10 14:00:00,12.838193032610292,True -2017/01/10 15:00:00,12.781014989414723,True -2017/01/10 16:00:00,12.79549321141965,True -2017/01/10 17:00:00,12.921981356525427,True -2017/01/10 18:00:00,12.10727806208064,True -2017/01/10 19:00:00,11.90224715007771,True -2017/01/10 20:00:00,11.25048198640891,True -2017/01/10 21:00:00,11.782558926399261,True -2017/01/10 22:00:00,10.96907683941838,True -2017/01/10 23:00:00,10.400897194220686,True -2017/01/11 00:00:00,8.965541499829692,True -2017/01/11 01:00:00,8.388055608889648,True -2017/01/11 02:00:00,6.998879130546694,True -2017/01/11 03:00:00,7.668351106281141,True -2017/01/11 04:00:00,7.016766756491333,True -2017/01/11 05:00:00,8.93283513606889,True -2017/01/11 06:00:00,9.143473135769383,True -2017/01/11 07:00:00,10.283793343468334,True -2017/01/11 08:00:00,11.637634611711354,True -2017/01/11 09:00:00,12.879784102082262,True -2017/01/11 10:00:00,13.0064622385098,True -2017/01/11 11:00:00,13.212876559048441,True -2017/01/11 12:00:00,13.308253435517003,True -2017/01/11 13:00:00,13.148952019145062,True -2017/01/11 14:00:00,13.217392285615755,True -2017/01/11 15:00:00,13.155147100307923,True -2017/01/11 16:00:00,13.101826159998536,True -2017/01/11 17:00:00,13.307209597060709,True -2017/01/11 18:00:00,12.617376738889476,True -2017/01/11 19:00:00,12.00844100981695,True -2017/01/11 20:00:00,11.345314827419429,True -2017/01/11 21:00:00,11.767368845610708,True -2017/01/11 22:00:00,11.156077459860889,True -2017/01/11 23:00:00,10.520682012632799,True -2017/01/12 00:00:00,9.07243138442872,True -2017/01/12 01:00:00,8.623165893872041,True -2017/01/12 02:00:00,7.546655991447642,True -2017/01/12 03:00:00,8.127140271304459,True -2017/01/12 04:00:00,7.383130130394746,True -2017/01/12 05:00:00,9.180239756852373,True -2017/01/12 06:00:00,10.298220431970565,True -2017/01/12 07:00:00,10.828519254826126,True -2017/01/12 08:00:00,11.299505840908036,True -2017/01/12 09:00:00,12.721886026322702,True -2017/01/12 10:00:00,12.810503893587146,True -2017/01/12 11:00:00,12.956718605911178,True -2017/01/12 12:00:00,13.062792648597192,True -2017/01/12 13:00:00,12.887876871377513,True -2017/01/12 14:00:00,12.922532805918475,True -2017/01/12 15:00:00,12.846613569399533,True -2017/01/12 16:00:00,12.807589897166594,True -2017/01/12 17:00:00,12.998492282398509,True -2017/01/12 18:00:00,12.186550235082022,True -2017/01/12 19:00:00,11.895960457675715,True -2017/01/12 20:00:00,11.353440561509032,True -2017/01/12 21:00:00,11.706335228561036,True -2017/01/12 22:00:00,10.996677390303521,True -2017/01/12 23:00:00,10.40934224261376,True -2017/01/13 00:00:00,9.08225397657593,True -2017/01/13 01:00:00,8.341314812593792,True -2017/01/13 02:00:00,7.340032358527295,True -2017/01/13 03:00:00,7.606478047150647,True -2017/01/13 04:00:00,7.319393688373567,True -2017/01/13 05:00:00,8.85479622434661,True -2017/01/13 06:00:00,10.18913780689459,True -2017/01/13 07:00:00,10.36642069793168,True -2017/01/13 08:00:00,11.288829976143115,True -2017/01/13 09:00:00,12.61734565514338,True -2017/01/13 10:00:00,12.713628250819987,True -2017/01/13 11:00:00,12.874410962339415,True -2017/01/13 12:00:00,12.989064791596,True -2017/01/13 13:00:00,12.826032169299529,True -2017/01/13 14:00:00,12.835858792465938,True -2017/01/13 15:00:00,12.92898618546808,True -2017/01/13 16:00:00,12.88858597652547,True -2017/01/13 17:00:00,13.01906209178788,True -2017/01/13 18:00:00,12.174161998192913,True -2017/01/13 19:00:00,11.937950422379842,True -2017/01/13 20:00:00,11.475633434294158,True -2017/01/13 21:00:00,11.728512435038875,True -2017/01/13 22:00:00,11.32637318502199,True -2017/01/13 23:00:00,10.495279925844354,True -2017/01/14 00:00:00,8.960030599047087,True -2017/01/14 01:00:00,8.138942861216208,True -2017/01/14 02:00:00,6.61874043261299,True -2017/01/14 03:00:00,7.343825486450015,True -2017/01/14 04:00:00,7.0235653749188796,True -2017/01/14 05:00:00,8.42342838094168,True -2017/01/14 06:00:00,9.024027665661649,True -2017/01/14 07:00:00,10.26554206969728,True -2017/01/14 08:00:00,10.858972705992972,True -2017/01/14 09:00:00,10.995860351460946,True -2017/01/14 10:00:00,11.355777478171456,True -2017/01/14 11:00:00,11.567564091288352,True -2017/01/14 12:00:00,11.711327514656384,True -2017/01/14 13:00:00,11.348263679045042,True -2017/01/14 14:00:00,10.533659387114964,True -2017/01/14 15:00:00,11.215183790646247,True -2017/01/14 16:00:00,10.286994304718167,True -2017/01/14 17:00:00,11.291713316115802,True -2017/01/14 18:00:00,10.538770715616968,True -2017/01/14 19:00:00,10.497911099219968,True -2017/01/14 20:00:00,10.629061644906411,True -2017/01/14 21:00:00,10.28808386525922,True -2017/01/14 22:00:00,10.71809806092741,True -2017/01/14 23:00:00,9.683833332857494,True -2017/01/15 00:00:00,9.23309711497179,True -2017/01/15 01:00:00,7.612870789327185,True -2017/01/15 02:00:00,7.187704210648806,True -2017/01/15 03:00:00,6.903286518724284,True -2017/01/15 04:00:00,7.176464824971151,True -2017/01/15 05:00:00,7.858670197612226,True -2017/01/15 06:00:00,9.568630124658858,True -2017/01/15 07:00:00,9.703631268896913,True -2017/01/15 08:00:00,10.137334886290551,True -2017/01/15 09:00:00,9.504206598253225,True -2017/01/15 10:00:00,10.05069123637518,True -2017/01/15 11:00:00,9.995198512673891,True -2017/01/15 12:00:00,10.778598821686987,True -2017/01/15 13:00:00,10.065516921839194,True -2017/01/15 14:00:00,10.579719094791464,True -2017/01/15 15:00:00,9.951558868199992,True -2017/01/15 16:00:00,10.424511270239481,True -2017/01/15 17:00:00,10.000537184487648,True -2017/01/15 18:00:00,10.924251764238463,True -2017/01/15 19:00:00,10.728762546995027,True -2017/01/15 20:00:00,10.731195835062685,True -2017/01/15 21:00:00,10.663494686697298,True -2017/01/15 22:00:00,10.593762603560206,True -2017/01/15 23:00:00,9.883980549559263,True -2017/01/16 00:00:00,9.080336050923773,True -2017/01/16 01:00:00,8.145415820004187,True -2017/01/16 02:00:00,7.469846762489091,True -2017/01/16 03:00:00,7.627028187513652,True -2017/01/16 04:00:00,7.467966294627985,True -2017/01/16 05:00:00,8.695021263891306,True -2017/01/16 06:00:00,10.223816887841828,True -2017/01/16 07:00:00,10.4592797701263,True -2017/01/16 08:00:00,11.28022875088828,True -2017/01/16 09:00:00,12.601690943482021,True -2017/01/16 10:00:00,12.70468996405997,True -2017/01/16 11:00:00,12.866125100519051,True -2017/01/16 12:00:00,12.982607678440859,True -2017/01/16 13:00:00,12.986432431880914,True -2017/01/16 14:00:00,13.044783297060583,True -2017/01/16 15:00:00,12.999914311135605,True -2017/01/16 16:00:00,12.969114792627796,True -2017/01/16 17:00:00,13.143672722290322,True -2017/01/16 18:00:00,12.35914487039366,True -2017/01/16 19:00:00,11.87787340672193,True -2017/01/16 20:00:00,11.531769177871874,True -2017/01/16 21:00:00,11.716968456008768,True -2017/01/16 22:00:00,11.390149116768143,True -2017/01/16 23:00:00,10.091981128826411,True -2017/01/17 00:00:00,8.961264453227143,True -2017/01/17 01:00:00,7.803635080026563,True -2017/01/17 02:00:00,7.209514973922734,True -2017/01/17 03:00:00,7.258470871705867,True -2017/01/17 04:00:00,7.4038220039468685,True -2017/01/17 05:00:00,8.445428390875206,True -2017/01/17 06:00:00,9.562960265761241,True -2017/01/17 07:00:00,9.797050654161877,True -2017/01/17 08:00:00,11.705220517775576,True -2017/01/17 09:00:00,12.907782592939808,True -2017/01/17 10:00:00,13.039305141266132,True -2017/01/17 11:00:00,13.119663544253656,True -2017/01/17 12:00:00,13.21489908415176,True -2017/01/17 13:00:00,13.05235546461327,True -2017/01/17 14:00:00,13.0742532841973,True -2017/01/17 15:00:00,13.038656178525255,True -2017/01/17 16:00:00,13.043599557205518,True -2017/01/17 17:00:00,13.221737953112248,True -2017/01/17 18:00:00,12.502636088164492,True -2017/01/17 19:00:00,11.928588052089433,True -2017/01/17 20:00:00,11.362636308134313,True -2017/01/17 21:00:00,11.834964111581735,True -2017/01/17 22:00:00,11.081619801140107,True -2017/01/17 23:00:00,10.161793775800971,True -2017/01/18 00:00:00,9.408592125829541,True -2017/01/18 01:00:00,7.797928766202778,True -2017/01/18 02:00:00,7.730775003484277,True -2017/01/18 03:00:00,7.230198489970737,True -2017/01/18 04:00:00,7.43424785869492,True -2017/01/18 05:00:00,8.488571945405134,True -2017/01/18 06:00:00,9.598477117635744,True -2017/01/18 07:00:00,9.801005726308965,True -2017/01/18 08:00:00,11.295899827443248,True -2017/01/18 09:00:00,12.604973314940937,True -2017/01/18 10:00:00,12.702507256337814,True -2017/01/18 11:00:00,13.030634343340665,True -2017/01/18 12:00:00,12.984455821405572,True -2017/01/18 13:00:00,12.794901997825486,True -2017/01/18 14:00:00,12.837391706984553,True -2017/01/18 15:00:00,12.754761555924238,True -2017/01/18 16:00:00,12.711519049318476,True -2017/01/18 17:00:00,12.918188475258635,True -2017/01/18 18:00:00,12.13898218936814,True -2017/01/18 19:00:00,11.903454492772479,True -2017/01/18 20:00:00,11.287665356174253,True -2017/01/18 21:00:00,11.866561795975988,True -2017/01/18 22:00:00,11.044694432942679,True -2017/01/18 23:00:00,10.467256612933234,True -2017/01/19 00:00:00,8.965274856184532,True -2017/01/19 01:00:00,8.259726020134995,True -2017/01/19 02:00:00,7.009452423200874,True -2017/01/19 03:00:00,7.702751154765296,True -2017/01/19 04:00:00,7.253764001372852,True -2017/01/19 05:00:00,9.00510376833084,True -2017/01/19 06:00:00,10.250038776534186,True -2017/01/19 07:00:00,10.490682963672572,True -2017/01/19 08:00:00,11.273895856508217,True -2017/01/19 09:00:00,12.603800944889782,True -2017/01/19 10:00:00,12.709749126570477,True -2017/01/19 11:00:00,12.867402552248137,True -2017/01/19 12:00:00,12.982517413634044,True -2017/01/19 13:00:00,12.793218953216336,True -2017/01/19 14:00:00,12.834938492090851,True -2017/01/19 15:00:00,12.833166003321917,True -2017/01/19 16:00:00,12.707220641870034,True -2017/01/19 17:00:00,12.922875685241486,True -2017/01/19 18:00:00,12.106939218499585,True -2017/01/19 19:00:00,11.940840512679966,True -2017/01/19 20:00:00,11.251168815642473,True -2017/01/19 21:00:00,11.840763967012673,True -2017/01/19 22:00:00,11.045389775817666,True -2017/01/19 23:00:00,10.533205935343828,True -2017/01/20 00:00:00,8.966689973886343,True -2017/01/20 01:00:00,8.366453205229243,True -2017/01/20 02:00:00,6.996785698128089,True -2017/01/20 03:00:00,7.719835209313728,True -2017/01/20 04:00:00,7.01292070813487,True -2017/01/20 05:00:00,9.05368021713428,True -2017/01/20 06:00:00,10.16831261134548,True -2017/01/20 07:00:00,10.642402010546423,True -2017/01/20 08:00:00,11.335278167853541,True -2017/01/20 09:00:00,12.598062123007224,True -2017/01/20 10:00:00,12.706480255820553,True -2017/01/20 11:00:00,12.871091541324065,True -2017/01/20 12:00:00,13.04972168717945,True -2017/01/20 13:00:00,12.874905650541328,True -2017/01/20 14:00:00,12.91411128825899,True -2017/01/20 15:00:00,12.834156230724146,True -2017/01/20 16:00:00,12.800048132696814,True -2017/01/20 17:00:00,12.987937717153914,True -2017/01/20 18:00:00,12.17677643649783,True -2017/01/20 19:00:00,11.946396293984753,True -2017/01/20 20:00:00,11.399517416964802,True -2017/01/20 21:00:00,11.682117948960522,True -2017/01/20 22:00:00,11.296755978200423,True -2017/01/20 23:00:00,10.52802767587227,True -2017/01/21 00:00:00,8.979837006755524,True -2017/01/21 01:00:00,8.135152917321143,True -2017/01/21 02:00:00,6.623309312443063,True -2017/01/21 03:00:00,7.412362951574587,True -2017/01/21 04:00:00,6.641157715314553,True -2017/01/21 05:00:00,8.564884756205563,True -2017/01/21 06:00:00,9.89291704816805,True -2017/01/21 07:00:00,10.69247852919945,True -2017/01/21 08:00:00,10.658010379377405,True -2017/01/21 09:00:00,10.796444376117837,True -2017/01/21 10:00:00,11.159975186998597,True -2017/01/21 11:00:00,11.333069734341562,True -2017/01/21 12:00:00,11.41897215777752,True -2017/01/21 13:00:00,11.2428082078067,True -2017/01/21 14:00:00,10.552903167258604,True -2017/01/21 15:00:00,11.08197650755158,True -2017/01/21 16:00:00,10.674829354298073,True -2017/01/21 17:00:00,11.257601982430275,True -2017/01/21 18:00:00,10.552803575573066,True -2017/01/21 19:00:00,10.951485205205387,True -2017/01/21 20:00:00,10.43095455928365,True -2017/01/21 21:00:00,10.757410242985964,True -2017/01/21 22:00:00,10.260927148055872,True -2017/01/21 23:00:00,10.227726940415533,True -2017/01/22 00:00:00,8.730027196980204,True -2017/01/22 01:00:00,8.280217583922061,True -2017/01/22 02:00:00,6.61122663000586,True -2017/01/22 03:00:00,7.414518536690873,True -2017/01/22 04:00:00,6.663123792737828,True -2017/01/22 05:00:00,8.51142623772226,True -2017/01/22 06:00:00,9.031912833344883,True -2017/01/22 07:00:00,10.286276739517124,True -2017/01/22 08:00:00,9.592362567826347,True -2017/01/22 09:00:00,10.08028662694234,True -2017/01/22 10:00:00,9.477253141098428,True -2017/01/22 11:00:00,10.56905763281009,True -2017/01/22 12:00:00,10.12272815231008,True -2017/01/22 13:00:00,10.502485530995564,True -2017/01/22 14:00:00,10.281051868598887,True -2017/01/22 15:00:00,10.36278217631967,True -2017/01/22 16:00:00,10.18162730997274,True -2017/01/22 17:00:00,10.502116822898012,True -2017/01/22 18:00:00,10.831487444536178,True -2017/01/22 19:00:00,10.882071289383017,True -2017/01/22 20:00:00,10.6560898049327,True -2017/01/22 21:00:00,10.816764676462817,True -2017/01/22 22:00:00,10.552302854577901,True -2017/01/22 23:00:00,10.027046477088602,True -2017/01/23 00:00:00,9.006420212893959,True -2017/01/23 01:00:00,8.56237217680646,True -2017/01/23 02:00:00,7.367166328718674,True -2017/01/23 03:00:00,7.759621726988833,True -2017/01/23 04:00:00,8.14522278810105,True -2017/01/23 05:00:00,9.215290348623434,True -2017/01/23 06:00:00,10.533506536217292,True -2017/01/23 07:00:00,10.727482183584097,True -2017/01/23 08:00:00,11.291303867212667,True -2017/01/23 09:00:00,12.713616754422231,True -2017/01/23 10:00:00,12.80723526612041,True -2017/01/23 11:00:00,12.9499345073895,True -2017/01/23 12:00:00,13.05864212919151,True -2017/01/23 13:00:00,12.883231455769844,True -2017/01/23 14:00:00,12.92175484226455,True -2017/01/23 15:00:00,12.847190042147501,True -2017/01/23 16:00:00,12.809220869208943,True -2017/01/23 17:00:00,13.003515963373335,True -2017/01/23 18:00:00,12.11934449192621,True -2017/01/23 19:00:00,12.078641745701999,True -2017/01/23 20:00:00,11.320706900991913,True -2017/01/23 21:00:00,11.96425635723114,True -2017/01/23 22:00:00,11.069729549320156,True -2017/01/23 23:00:00,10.360345799847252,True -2017/01/24 00:00:00,9.137636747482087,True -2017/01/24 01:00:00,8.491399935373996,True -2017/01/24 02:00:00,7.507833049374967,True -2017/01/24 03:00:00,8.204613848747535,True -2017/01/24 04:00:00,7.792276369531641,True -2017/01/24 05:00:00,8.852848655049154,True -2017/01/24 06:00:00,10.243577902167141,True -2017/01/24 07:00:00,10.487745695030606,True -2017/01/24 08:00:00,11.3025592151643,True -2017/01/24 09:00:00,12.615292361542068,True -2017/01/24 10:00:00,12.752436164595203,True -2017/01/24 11:00:00,12.929586231674053,True -2017/01/24 12:00:00,13.060419046995305,True -2017/01/24 13:00:00,12.883044786595322,True -2017/01/24 14:00:00,12.91918211707817,True -2017/01/24 15:00:00,12.84217555354884,True -2017/01/24 16:00:00,12.808750182129124,True -2017/01/24 17:00:00,12.995360856884906,True -2017/01/24 18:00:00,12.187143054678229,True -2017/01/24 19:00:00,11.991199043514202,True -2017/01/24 20:00:00,11.545491468896904,True -2017/01/24 21:00:00,11.755189088099389,True -2017/01/24 22:00:00,11.371403540191126,True -2017/01/24 23:00:00,10.588398034040207,True -2017/01/25 00:00:00,9.055004519079947,True -2017/01/25 01:00:00,8.476774988559821,True -2017/01/25 02:00:00,7.011930507917901,True -2017/01/25 03:00:00,7.763339756246,True -2017/01/25 04:00:00,6.970002098121145,True -2017/01/25 05:00:00,8.923923155056999,True -2017/01/25 06:00:00,10.206341660598138,True -2017/01/25 07:00:00,10.75981107152353,True -2017/01/25 08:00:00,11.291751326669123,True -2017/01/25 09:00:00,12.61533964829083,True -2017/01/25 10:00:00,12.720154556704802,True -2017/01/25 11:00:00,12.881210522812424,True -2017/01/25 12:00:00,12.99453438688885,True -2017/01/25 13:00:00,12.85549549069099,True -2017/01/25 14:00:00,12.916272497883515,True -2017/01/25 15:00:00,12.841121326656719,True -2017/01/25 16:00:00,12.803127534373186,True -2017/01/25 17:00:00,12.998769870959231,True -2017/01/25 18:00:00,12.181421423590438,True -2017/01/25 19:00:00,11.987174504725443,True -2017/01/25 20:00:00,11.569903535333594,True -2017/01/25 21:00:00,11.754098272909786,True -2017/01/25 22:00:00,11.377922422138491,True -2017/01/25 23:00:00,10.63779775388385,True -2017/01/26 00:00:00,9.114825057928421,True -2017/01/26 01:00:00,8.385570852968542,True -2017/01/26 02:00:00,7.3422563576651045,True -2017/01/26 03:00:00,7.606772353915666,True -2017/01/26 04:00:00,7.3375859191740584,True -2017/01/26 05:00:00,8.852065514928137,True -2017/01/26 06:00:00,10.338642840088179,True -2017/01/26 07:00:00,10.327114278507597,True -2017/01/26 08:00:00,11.28784607677881,True -2017/01/26 09:00:00,12.614889386611894,True -2017/01/26 10:00:00,12.719321425628667,True -2017/01/26 11:00:00,12.874235836865308,True -2017/01/26 12:00:00,12.998189479277599,True -2017/01/26 13:00:00,12.837549233403625,True -2017/01/26 14:00:00,12.844938817323552,True -2017/01/26 15:00:00,12.788293233747341,True -2017/01/26 16:00:00,12.714632280089473,True -2017/01/26 17:00:00,12.927695499774652,True -2017/01/26 18:00:00,12.113676581539853,True -2017/01/26 19:00:00,11.995201419670922,True -2017/01/26 20:00:00,11.273644411834324,True -2017/01/26 21:00:00,11.736883794392485,True -2017/01/26 22:00:00,10.987291113329931,True -2017/01/26 23:00:00,10.535133333226964,True -2017/01/27 00:00:00,8.975813506398225,True -2017/01/27 01:00:00,8.410570801409163,True -2017/01/27 02:00:00,7.3380840301353665,True -2017/01/27 03:00:00,7.687511600034469,True -2017/01/27 04:00:00,7.318904937787897,True -2017/01/27 05:00:00,8.855861466049085,True -2017/01/27 06:00:00,10.18812091346016,True -2017/01/27 07:00:00,10.53123801675134,True -2017/01/27 08:00:00,11.281928685568314,True -2017/01/27 09:00:00,12.611546120893047,True -2017/01/27 10:00:00,12.71423518755002,True -2017/01/27 11:00:00,12.87344735803296,True -2017/01/27 12:00:00,12.987715154078144,True -2017/01/27 13:00:00,12.801813573502542,True -2017/01/27 14:00:00,12.91492668423224,True -2017/01/27 15:00:00,12.836998679704038,True -2017/01/27 16:00:00,12.798587488959285,True -2017/01/27 17:00:00,12.994795556385922,True -2017/01/27 18:00:00,12.17929794545956,True -2017/01/27 19:00:00,11.994157072946752,True -2017/01/27 20:00:00,11.262656517986454,True -2017/01/27 21:00:00,11.846204647875911,True -2017/01/27 22:00:00,10.982080606429061,True -2017/01/27 23:00:00,10.476546602234686,True -2017/01/28 00:00:00,8.97583211298097,True -2017/01/28 01:00:00,8.50966426595658,True -2017/01/28 02:00:00,6.616640523409044,True -2017/01/28 03:00:00,7.926086117632988,True -2017/01/28 04:00:00,7.030605918519987,True -2017/01/28 05:00:00,8.88304550289659,True -2017/01/28 06:00:00,9.842868081051988,True -2017/01/28 07:00:00,10.61052891302047,True -2017/01/28 08:00:00,10.82994043501948,True -2017/01/28 09:00:00,10.804926760866111,True -2017/01/28 10:00:00,11.176171674233549,True -2017/01/28 11:00:00,11.34715379355688,True -2017/01/28 12:00:00,11.428500197317142,True -2017/01/28 13:00:00,11.306740249895569,True -2017/01/28 14:00:00,10.437539066215654,True -2017/01/28 15:00:00,11.164516020738118,True -2017/01/28 16:00:00,10.296238956609338,True -2017/01/28 17:00:00,11.318038423774135,True -2017/01/28 18:00:00,10.543927235143757,True -2017/01/28 19:00:00,10.845442736883749,True -2017/01/28 20:00:00,10.696959041042446,True -2017/01/28 21:00:00,10.637286378540589,True -2017/01/28 22:00:00,10.627861875708598,True -2017/01/28 23:00:00,10.013175442619103,True -2017/01/29 00:00:00,9.113123585095703,True -2017/01/29 01:00:00,8.157684241048646,True -2017/01/29 02:00:00,7.031829737404193,True -2017/01/29 03:00:00,7.169905646370841,True -2017/01/29 04:00:00,7.149719002855573,True -2017/01/29 05:00:00,8.297032773771804,True -2017/01/29 06:00:00,9.467135122094339,True -2017/01/29 07:00:00,10.006344860018077,True -2017/01/29 08:00:00,10.050375341183436,True -2017/01/29 09:00:00,9.843182911939,True -2017/01/29 10:00:00,9.965279520568943,True -2017/01/29 11:00:00,10.283330347396982,True -2017/01/29 12:00:00,10.601236497388848,True -2017/01/29 13:00:00,10.266029284780565,True -2017/01/29 14:00:00,10.460367584361508,True -2017/01/29 15:00:00,10.097314268510003,True -2017/01/29 16:00:00,10.28123733935415,True -2017/01/29 17:00:00,10.257108868576323,True -2017/01/29 18:00:00,10.915365340953826,True -2017/01/29 19:00:00,10.611696718089553,True -2017/01/29 20:00:00,10.741237660317065,True -2017/01/29 21:00:00,10.530615894826969,True -2017/01/29 22:00:00,10.64093409729097,True -2017/01/29 23:00:00,9.589982132760023,True -2017/01/30 00:00:00,9.096617584064724,True -2017/01/30 01:00:00,8.227905708031614,True -2017/01/30 02:00:00,7.458453420870661,True -2017/01/30 03:00:00,7.544110144692268,True -2017/01/30 04:00:00,7.448304019809341,True -2017/01/30 05:00:00,8.709148721362263,True -2017/01/30 06:00:00,10.325379467816314,True -2017/01/30 07:00:00,10.421654172550488,True -2017/01/30 08:00:00,11.294301893600718,True -2017/01/30 09:00:00,12.618072524949104,True -2017/01/30 10:00:00,12.719237748359932,True -2017/01/30 11:00:00,12.901115412645042,True -2017/01/30 12:00:00,13.056029392660438,True -2017/01/30 13:00:00,12.883942976240244,True -2017/01/30 14:00:00,12.919566557759005,True -2017/01/30 15:00:00,12.84833013683941,True -2017/01/30 16:00:00,12.807694546401148,True -2017/01/30 17:00:00,13.00297050378611,True -2017/01/30 18:00:00,12.118435862707905,True -2017/01/30 19:00:00,12.008138318967351,True -2017/01/30 20:00:00,11.325829864165843,True -2017/01/30 21:00:00,11.905654665802604,True -2017/01/30 22:00:00,11.067741813899348,True -2017/01/30 23:00:00,10.654804976080234,True -2017/01/31 00:00:00,9.401812802171206,True -2017/01/31 01:00:00,8.647635615389422,True -2017/01/31 02:00:00,7.898696761890441,True -2017/01/31 03:00:00,7.96275541261067,True -2017/01/31 04:00:00,7.648774493493127,True -2017/01/31 05:00:00,8.937779922189119,True -2017/01/31 06:00:00,10.403390709553673,True -2017/01/31 07:00:00,10.463917459037834,True -2017/01/31 08:00:00,11.29484180007554,True -2017/01/31 09:00:00,12.619519824190787,True -2017/01/31 10:00:00,12.768386624946855,True -2017/01/31 11:00:00,12.952784423021798,True -2017/01/31 12:00:00,13.05750426530509,True -2017/01/31 13:00:00,12.885999026699631,True -2017/01/31 14:00:00,12.922284455189716,True -2017/01/31 15:00:00,12.84983797906606,True -2017/01/31 16:00:00,12.81056674771102,True -2017/01/31 17:00:00,13.006143879333356,True -2017/01/31 18:00:00,12.12581242409302,True -2017/01/31 19:00:00,12.001829174399562,True -2017/01/31 20:00:00,11.573565482750462,True -2017/01/31 21:00:00,11.754225136053869,True -2017/01/31 22:00:00,11.453232093811621,True -2017/01/31 23:00:00,10.480083235440738,True -2017/02/01 00:00:00,9.098393427782135,True -2017/02/01 01:00:00,8.694808721217019,True -2017/02/01 02:00:00,7.768332509142952,True -2017/02/01 03:00:00,8.07453919808473,True -2017/02/01 04:00:00,7.774246782916263,True -2017/02/01 05:00:00,9.124085686184413,True -2017/02/01 06:00:00,9.659309464047773,True -2017/02/01 07:00:00,10.339318718223067,True -2017/02/01 08:00:00,11.587623126887028,True -2017/02/01 09:00:00,12.895047031071014,True -2017/02/01 10:00:00,12.882364781070638,True -2017/02/01 11:00:00,13.021897665539772,True -2017/02/01 12:00:00,13.182688808637106,True -2017/02/01 13:00:00,13.011702693302935,True -2017/02/01 14:00:00,13.045239815180778,True -2017/02/01 15:00:00,12.888903191268284,True -2017/02/01 16:00:00,12.842120701354807,True -2017/02/01 17:00:00,13.029461129746974,True -2017/02/01 18:00:00,12.207999984364623,True -2017/02/01 19:00:00,11.990848801383725,True -2017/02/01 20:00:00,11.388724104311782,True -2017/02/01 21:00:00,11.834650535552887,True -2017/02/01 22:00:00,11.310570120891526,True -2017/02/01 23:00:00,10.252841416180045,True -2017/02/02 00:00:00,9.423264567921208,True -2017/02/02 01:00:00,8.517494104143983,True -2017/02/02 02:00:00,7.80357557502483,True -2017/02/02 03:00:00,8.006102327209913,True -2017/02/02 04:00:00,7.797365867731528,True -2017/02/02 05:00:00,9.195609907195898,True -2017/02/02 06:00:00,10.308320790605062,True -2017/02/02 07:00:00,10.711189137222567,True -2017/02/02 08:00:00,11.350647812486159,True -2017/02/02 09:00:00,12.66560373681068,True -2017/02/02 10:00:00,12.80271572109041,True -2017/02/02 11:00:00,12.974879567907276,True -2017/02/02 12:00:00,13.081586691211502,True -2017/02/02 13:00:00,12.913970217814937,True -2017/02/02 14:00:00,12.950575870889692,True -2017/02/02 15:00:00,12.878797637482842,True -2017/02/02 16:00:00,12.843731126771203,True -2017/02/02 17:00:00,13.032642216642913,True -2017/02/02 18:00:00,12.21556201790616,True -2017/02/02 19:00:00,12.020981373545778,True -2017/02/02 20:00:00,11.395629354631902,True -2017/02/02 21:00:00,11.961330651055789,True -2017/02/02 22:00:00,11.105456499655343,True -2017/02/02 23:00:00,10.44964831528685,True -2017/02/03 00:00:00,9.211713977768735,True -2017/02/03 01:00:00,8.71455465897754,True -2017/02/03 02:00:00,7.6362307725911975,True -2017/02/03 03:00:00,8.079103415710614,True -2017/02/03 04:00:00,7.816122701893587,True -2017/02/03 05:00:00,9.15127455885793,True -2017/02/03 06:00:00,10.361609866698249,True -2017/02/03 07:00:00,10.578725670789824,True -2017/02/03 08:00:00,11.359334761246746,True -2017/02/03 09:00:00,12.671626312808801,True -2017/02/03 10:00:00,12.765589374926973,True -2017/02/03 11:00:00,12.913991312021956,True -2017/02/03 12:00:00,13.029868747586143,True -2017/02/03 13:00:00,12.84299532153824,True -2017/02/03 14:00:00,12.882093391365357,True -2017/02/03 15:00:00,12.79950094367584,True -2017/02/03 16:00:00,12.760937230916232,True -2017/02/03 17:00:00,12.964323516971394,True -2017/02/03 18:00:00,12.1463670144375,True -2017/02/03 19:00:00,11.941608874662732,True -2017/02/03 20:00:00,11.307753203398363,True -2017/02/03 21:00:00,11.878660558945759,True -2017/02/03 22:00:00,11.037985231596736,True -2017/02/03 23:00:00,10.646325329411981,True -2017/02/04 00:00:00,9.191338945391664,True -2017/02/04 01:00:00,8.541770434265153,True -2017/02/04 02:00:00,7.078513330107494,True -2017/02/04 03:00:00,7.801812996686535,True -2017/02/04 04:00:00,7.06504932583977,True -2017/02/04 05:00:00,8.924139158790144,True -2017/02/04 06:00:00,9.854350814525569,True -2017/02/04 07:00:00,10.68631403472276,True -2017/02/04 08:00:00,10.770302430842857,True -2017/02/04 09:00:00,10.889631038047149,True -2017/02/04 10:00:00,11.235445330572208,True -2017/02/04 11:00:00,11.389454417739623,True -2017/02/04 12:00:00,11.47793047496305,True -2017/02/04 13:00:00,11.42207222176639,True -2017/02/04 14:00:00,10.543305145728208,True -2017/02/04 15:00:00,11.350956336674086,True -2017/02/04 16:00:00,10.354206124558049,True -2017/02/04 17:00:00,11.35756440386443,True -2017/02/04 18:00:00,10.624663086584569,True -2017/02/04 19:00:00,10.891275875833673,True -2017/02/04 20:00:00,10.546339135335156,True -2017/02/04 21:00:00,10.961225473988833,True -2017/02/04 22:00:00,10.367574416371317,True -2017/02/04 23:00:00,10.288594514023465,True -2017/02/05 00:00:00,8.962344371706193,True -2017/02/05 01:00:00,8.632248317654359,True -2017/02/05 02:00:00,7.087244761415617,True -2017/02/05 03:00:00,7.829422929124179,True -2017/02/05 04:00:00,7.10014224801145,True -2017/02/05 05:00:00,8.855633375479872,True -2017/02/05 06:00:00,9.204845288023373,True -2017/02/05 07:00:00,10.501375193073223,True -2017/02/05 08:00:00,9.720603140781467,True -2017/02/05 09:00:00,10.272137140564672,True -2017/02/05 10:00:00,9.626909937210632,True -2017/02/05 11:00:00,10.631500715076816,True -2017/02/05 12:00:00,10.18104492808523,True -2017/02/05 13:00:00,10.593180591704922,True -2017/02/05 14:00:00,10.042919732626325,True -2017/02/05 15:00:00,10.487998702085502,True -2017/02/05 16:00:00,10.267005329609589,True -2017/02/05 17:00:00,10.41629443005352,True -2017/02/05 18:00:00,10.88910223531897,True -2017/02/05 19:00:00,10.84005410366428,True -2017/02/05 20:00:00,10.728500176791517,True -2017/02/05 21:00:00,10.750617215864871,True -2017/02/05 22:00:00,10.629853898875444,True -2017/02/05 23:00:00,10.04142428431877,True -2017/02/06 00:00:00,9.237342136829936,True -2017/02/06 01:00:00,8.67888476700561,True -2017/02/06 02:00:00,7.821599311677024,True -2017/02/06 03:00:00,8.193282056606508,True -2017/02/06 04:00:00,8.098477546519039,True -2017/02/06 05:00:00,9.074089244435246,True -2017/02/06 06:00:00,10.349930620009662,True -2017/02/06 07:00:00,10.5655453128555,True -2017/02/06 08:00:00,11.382444174814207,True -2017/02/06 09:00:00,12.68992568812143,True -2017/02/06 10:00:00,12.78390287134832,True -2017/02/06 11:00:00,12.93095613961426,True -2017/02/06 12:00:00,13.041975594086365,True -2017/02/06 13:00:00,12.86407673829043,True -2017/02/06 14:00:00,12.968439744052818,True -2017/02/06 15:00:00,12.897191143914766,True -2017/02/06 16:00:00,12.858126016062158,True -2017/02/06 17:00:00,13.045302980132018,True -2017/02/06 18:00:00,12.235233990944948,True -2017/02/06 19:00:00,12.119957595969458,True -2017/02/06 20:00:00,11.404083687947496,True -2017/02/06 21:00:00,11.991254107088018,True -2017/02/06 22:00:00,11.135257017327824,True -2017/02/06 23:00:00,10.659216228414431,True -2017/02/07 00:00:00,9.407248865038538,True -2017/02/07 01:00:00,8.806283774740757,True -2017/02/07 02:00:00,7.529249535897383,True -2017/02/07 03:00:00,8.221921828849291,True -2017/02/07 04:00:00,7.931916472885156,True -2017/02/07 05:00:00,9.301327004469046,True -2017/02/07 06:00:00,10.29315446064737,True -2017/02/07 07:00:00,10.75609685510524,True -2017/02/07 08:00:00,11.0121112037674,True -2017/02/07 09:00:00,12.67758507140944,True -2017/02/07 10:00:00,12.77618643594653,True -2017/02/07 11:00:00,12.928595167294425,True -2017/02/07 12:00:00,13.039141890867068,True -2017/02/07 13:00:00,12.8534940744798,True -2017/02/07 14:00:00,12.888220557323226,True -2017/02/07 15:00:00,12.807000264682737,True -2017/02/07 16:00:00,12.765066766038435,True -2017/02/07 17:00:00,12.96911402210565,True -2017/02/07 18:00:00,12.15557468977765,True -2017/02/07 19:00:00,12.04949368318539,True -2017/02/07 20:00:00,11.311467710811403,True -2017/02/07 21:00:00,11.918479668172786,True -2017/02/07 22:00:00,11.043540211663082,True -2017/02/07 23:00:00,10.264745320313967,True -2017/02/08 00:00:00,9.560553928040648,True -2017/02/08 01:00:00,8.376287287401333,True -2017/02/08 02:00:00,7.928823201467541,True -2017/02/08 03:00:00,7.944347365672929,True -2017/02/08 04:00:00,7.797229435615113,True -2017/02/08 05:00:00,9.011593441167676,True -2017/02/08 06:00:00,10.402957930353137,True -2017/02/08 07:00:00,10.832352082445935,True -2017/02/08 08:00:00,10.996329536264245,True -2017/02/08 09:00:00,12.66896887456316,True -2017/02/08 10:00:00,12.813144229728238,True -2017/02/08 11:00:00,12.987339868104375,True -2017/02/08 12:00:00,13.087368074651508,True -2017/02/08 13:00:00,12.920263277386756,True -2017/02/08 14:00:00,12.95585272440867,True -2017/02/08 15:00:00,12.885877577553877,True -2017/02/08 16:00:00,12.849227609470113,True -2017/02/08 17:00:00,13.033131313646413,True -2017/02/08 18:00:00,11.9669756513001,True -2017/02/08 19:00:00,12.046488583069493,True -2017/02/08 20:00:00,11.593373966686654,True -2017/02/08 21:00:00,11.804888600354111,True -2017/02/08 22:00:00,11.377712885016688,True -2017/02/08 23:00:00,10.667545429347943,True -2017/02/09 00:00:00,9.367072432420427,True -2017/02/09 01:00:00,8.86229889093633,True -2017/02/09 02:00:00,7.821128325078708,True -2017/02/09 03:00:00,8.040854922441007,True -2017/02/09 04:00:00,7.780776559136613,True -2017/02/09 05:00:00,9.070902802814892,True -2017/02/09 06:00:00,10.604732819418855,True -2017/02/09 07:00:00,10.63972865580334,True -2017/02/09 08:00:00,10.986424100167834,True -2017/02/09 09:00:00,12.669020349457814,True -2017/02/09 10:00:00,12.76654526158453,True -2017/02/09 11:00:00,12.91457425814049,True -2017/02/09 12:00:00,13.022832069618124,True -2017/02/09 13:00:00,12.843299740344012,True -2017/02/09 14:00:00,12.880826740307079,True -2017/02/09 15:00:00,12.800621180561214,True -2017/02/09 16:00:00,12.756544368925521,True -2017/02/09 17:00:00,13.026437927803368,True -2017/02/09 18:00:00,11.939305103788483,True -2017/02/09 19:00:00,12.050211375375754,True -2017/02/09 20:00:00,11.60642992912309,True -2017/02/09 21:00:00,11.73831066630821,True -2017/02/09 22:00:00,11.499368849125243,True -2017/02/09 23:00:00,10.590229856938162,True -2017/02/10 00:00:00,9.554509187945264,True -2017/02/10 01:00:00,8.83092808504539,True -2017/02/10 02:00:00,8.019305230433087,True -2017/02/10 03:00:00,8.166541853024384,True -2017/02/10 04:00:00,8.116647055067634,True -2017/02/10 05:00:00,9.089488450896425,True -2017/02/10 06:00:00,10.558030292849374,True -2017/02/10 07:00:00,10.521570673676848,True -2017/02/10 08:00:00,10.9887474945221,True -2017/02/10 09:00:00,12.66326010826826,True -2017/02/10 10:00:00,12.764739125152577,True -2017/02/10 11:00:00,12.918123556376663,True -2017/02/10 12:00:00,13.026039373873566,True -2017/02/10 13:00:00,12.862381275384141,True -2017/02/10 14:00:00,12.952815261510024,True -2017/02/10 15:00:00,12.881823559933286,True -2017/02/10 16:00:00,12.848336090067168,True -2017/02/10 17:00:00,12.965573781931184,True -2017/02/10 18:00:00,11.965312115377936,True -2017/02/10 19:00:00,12.02680524176842,True -2017/02/10 20:00:00,11.398364412884344,True -2017/02/10 21:00:00,11.943219277195615,True -2017/02/10 22:00:00,11.115213434762662,True -2017/02/10 23:00:00,10.60746307045157,True -2017/02/11 00:00:00,9.326696077185883,True -2017/02/11 01:00:00,8.53866083810476,True -2017/02/11 02:00:00,7.075208601045686,True -2017/02/11 03:00:00,7.8292511005011844,True -2017/02/11 04:00:00,7.0843020173451166,True -2017/02/11 05:00:00,8.871078839842836,True -2017/02/11 06:00:00,9.855148774608748,True -2017/02/11 07:00:00,10.697569661842268,True -2017/02/11 08:00:00,10.297904611393786,True -2017/02/11 09:00:00,10.889145215294644,True -2017/02/11 10:00:00,11.22937607691531,True -2017/02/11 11:00:00,11.3865039900395,True -2017/02/11 12:00:00,11.471472708218254,True -2017/02/11 13:00:00,11.296667325166641,True -2017/02/11 14:00:00,10.4896135153362,True -2017/02/11 15:00:00,11.200156714724288,True -2017/02/11 16:00:00,10.352963700690582,True -2017/02/11 17:00:00,11.310389184441181,True -2017/02/11 18:00:00,10.16617378526797,True -2017/02/11 19:00:00,11.02697490248554,True -2017/02/11 20:00:00,10.483335008375532,True -2017/02/11 21:00:00,10.789343637734817,True -2017/02/11 22:00:00,10.688749417921853,True -2017/02/11 23:00:00,10.213041914510136,True -2017/02/12 00:00:00,9.292777618626431,True -2017/02/12 01:00:00,8.529072244026564,True -2017/02/12 02:00:00,7.4543581294241825,True -2017/02/12 03:00:00,7.708701102768574,True -2017/02/12 04:00:00,7.4623362381782075,True -2017/02/12 05:00:00,9.013322230084388,True -2017/02/12 06:00:00,9.741913958937582,True -2017/02/12 07:00:00,10.330302598711095,True -2017/02/12 08:00:00,9.510654423095746,True -2017/02/12 09:00:00,10.098683493500126,True -2017/02/12 10:00:00,9.970200442399879,True -2017/02/12 11:00:00,10.423966788441229,True -2017/02/12 12:00:00,10.591185727202935,True -2017/02/12 13:00:00,10.243390017420978,True -2017/02/12 14:00:00,10.567992703157522,True -2017/02/12 15:00:00,10.022718944453018,True -2017/02/12 16:00:00,10.382831457653404,True -2017/02/12 17:00:00,10.063096205817873,True -2017/02/12 18:00:00,10.568291346584235,True -2017/02/12 19:00:00,10.571110949309455,True -2017/02/12 20:00:00,10.852280503128913,True -2017/02/12 21:00:00,10.504398913872013,True -2017/02/12 22:00:00,10.708722321686508,True -2017/02/12 23:00:00,9.718348390103083,True -2017/02/13 00:00:00,9.502469611247507,True -2017/02/13 01:00:00,8.377050557194655,True -2017/02/13 02:00:00,7.908848675147076,True -2017/02/13 03:00:00,7.752045185237835,True -2017/02/13 04:00:00,8.182364843889346,True -2017/02/13 05:00:00,8.902163275691139,True -2017/02/13 06:00:00,10.397883402863878,True -2017/02/13 07:00:00,10.247072612439855,True -2017/02/13 08:00:00,11.005786947895043,True -2017/02/13 09:00:00,12.679852699020566,True -2017/02/13 10:00:00,12.776440606284,True -2017/02/13 11:00:00,12.922732419109478,True -2017/02/13 12:00:00,13.033228624157255,True -2017/02/13 13:00:00,12.899402024478695,True -2017/02/13 14:00:00,12.958627505659502,True -2017/02/13 15:00:00,12.890054939352895,True -2017/02/13 16:00:00,12.853440795558075,True -2017/02/13 17:00:00,13.036870813287374,True -2017/02/13 18:00:00,11.898139804288142,True -2017/02/13 19:00:00,12.047557049382254,True -2017/02/13 20:00:00,11.309250610826208,True -2017/02/13 21:00:00,11.995197038581017,True -2017/02/13 22:00:00,11.056941357581714,True -2017/02/13 23:00:00,10.415483810857376,True -2017/02/14 00:00:00,9.190266974609653,True -2017/02/14 01:00:00,8.71829649219338,True -2017/02/14 02:00:00,7.485004236557826,True -2017/02/14 03:00:00,8.068463592361265,True -2017/02/14 04:00:00,7.450164432263631,True -2017/02/14 05:00:00,9.176919796058343,True -2017/02/14 06:00:00,10.26674493746387,True -2017/02/14 07:00:00,10.841552582991621,True -2017/02/14 08:00:00,10.999558717667988,True -2017/02/14 09:00:00,12.669461357966528,True -2017/02/14 10:00:00,12.771807383551016,True -2017/02/14 11:00:00,12.919676818354127,True -2017/02/14 12:00:00,13.02779137236605,True -2017/02/14 13:00:00,12.86460312801269,True -2017/02/14 14:00:00,12.94856905797538,True -2017/02/14 15:00:00,12.877657735425641,True -2017/02/14 16:00:00,12.752083608918106,True -2017/02/14 17:00:00,12.952068211682233,True -2017/02/14 18:00:00,11.881806016526369,True -2017/02/14 19:00:00,11.873694602465006,True -2017/02/14 20:00:00,11.699322784870681,True -2017/02/14 21:00:00,11.69739561127801,True -2017/02/14 22:00:00,11.635216434160943,True -2017/02/14 23:00:00,10.824271266895332,True -2017/02/15 00:00:00,9.608246751530755,True -2017/02/15 01:00:00,8.608813063974118,True -2017/02/15 02:00:00,7.443406143116494,True -2017/02/15 03:00:00,8.107785516419845,True -2017/02/15 04:00:00,7.457345216416325,True -2017/02/15 05:00:00,9.074324055873838,True -2017/02/15 06:00:00,9.33679082982047,True -2017/02/15 07:00:00,10.325501998064812,True -2017/02/15 08:00:00,11.387201430614528,True -2017/02/15 09:00:00,12.920272104627111,True -2017/02/15 10:00:00,13.012665617870274,True -2017/02/15 11:00:00,13.130095102004933,True -2017/02/15 12:00:00,13.042886620278862,True -2017/02/15 13:00:00,12.887469357334572,True -2017/02/15 14:00:00,12.94675502173097,True -2017/02/15 15:00:00,12.798647724027228,True -2017/02/15 16:00:00,12.755835973328196,True -2017/02/15 17:00:00,13.028762313453454,True -2017/02/15 18:00:00,11.96011473278994,True -2017/02/15 19:00:00,12.010902938553818,True -2017/02/15 20:00:00,11.347861614818605,True -2017/02/15 21:00:00,11.790629392614926,True -2017/02/15 22:00:00,11.034652037867343,True -2017/02/15 23:00:00,10.763336711465342,True -2017/02/16 00:00:00,9.447092059790952,True -2017/02/16 01:00:00,9.036099024756517,True -2017/02/16 02:00:00,7.968871758408403,True -2017/02/16 03:00:00,8.68548545611131,True -2017/02/16 04:00:00,8.056130670701858,True -2017/02/16 05:00:00,9.174907708606181,True -2017/02/16 06:00:00,10.35896941582793,True -2017/02/16 07:00:00,10.570119032706337,True -2017/02/16 08:00:00,10.98526895002967,True -2017/02/16 09:00:00,12.666053919597442,True -2017/02/16 10:00:00,12.766704266116935,True -2017/02/16 11:00:00,12.965873714314661,True -2017/02/16 12:00:00,13.023876730067293,True -2017/02/16 13:00:00,12.842924579305125,True -2017/02/16 14:00:00,12.88231752631181,True -2017/02/16 15:00:00,12.802027546562986,True -2017/02/16 16:00:00,12.75995890085905,True -2017/02/16 17:00:00,12.96570444850531,True -2017/02/16 18:00:00,11.941908174642084,True -2017/02/16 19:00:00,12.022992855841174,True -2017/02/16 20:00:00,11.308209186102063,True -2017/02/16 21:00:00,11.835411107214211,True -2017/02/16 22:00:00,11.036390470770378,True -2017/02/16 23:00:00,10.613719663346792,True -2017/02/17 00:00:00,9.193989191178739,True -2017/02/17 01:00:00,8.73191582934342,True -2017/02/17 02:00:00,7.4944956922841435,True -2017/02/17 03:00:00,8.093181040073876,True -2017/02/17 04:00:00,8.436709583457176,True -2017/02/17 05:00:00,9.314969103650064,True -2017/02/17 06:00:00,10.560814015996034,True -2017/02/17 07:00:00,10.724374003103296,True -2017/02/17 08:00:00,10.973456438207446,True -2017/02/17 09:00:00,12.655914566091704,True -2017/02/17 10:00:00,12.755587876187587,True -2017/02/17 11:00:00,13.018223366728572,True -2017/02/17 12:00:00,13.19016211104593,True -2017/02/17 13:00:00,13.024886455775768,True -2017/02/17 14:00:00,12.972009570972407,True -2017/02/17 15:00:00,12.896888674791894,True -2017/02/17 16:00:00,12.75452579913135,True -2017/02/17 17:00:00,12.951323938767864,True -2017/02/17 18:00:00,11.883318354196513,True -2017/02/17 19:00:00,11.956321144034929,True -2017/02/17 20:00:00,11.392477234419804,True -2017/02/17 21:00:00,11.787949050353607,True -2017/02/17 22:00:00,11.366614215629054,True -2017/02/17 23:00:00,10.247315935264185,True -2017/02/18 00:00:00,9.380741030395406,True -2017/02/18 01:00:00,7.8765846345650266,True -2017/02/18 02:00:00,7.574136341632577,True -2017/02/18 03:00:00,7.2997550984235735,True -2017/02/18 04:00:00,7.66112744081445,True -2017/02/18 05:00:00,8.363972847354935,True -2017/02/18 06:00:00,10.393691609591425,True -2017/02/18 07:00:00,10.276778572341891,True -2017/02/18 08:00:00,10.756188998372073,True -2017/02/18 09:00:00,10.88283843025925,True -2017/02/18 10:00:00,11.222071117723985,True -2017/02/18 11:00:00,11.382045607996032,True -2017/02/18 12:00:00,11.463021605859723,True -2017/02/18 13:00:00,11.27462772218617,True -2017/02/18 14:00:00,10.481669919196259,True -2017/02/18 15:00:00,11.220948144427002,True -2017/02/18 16:00:00,10.346138879641313,True -2017/02/18 17:00:00,11.267720895489619,True -2017/02/18 18:00:00,10.167583325674915,True -2017/02/18 19:00:00,10.98765612722188,True -2017/02/18 20:00:00,10.484924075398624,True -2017/02/18 21:00:00,10.814607908423303,True -2017/02/18 22:00:00,10.336076286496581,True -2017/02/18 23:00:00,10.299410752032855,True -2017/02/19 00:00:00,8.942048359301227,True -2017/02/19 01:00:00,8.60710458556698,True -2017/02/19 02:00:00,7.316690672269742,True -2017/02/19 03:00:00,7.865650440550344,True -2017/02/19 04:00:00,7.390241450843813,True -2017/02/19 05:00:00,8.89416021070957,True -2017/02/19 06:00:00,9.205244387543251,True -2017/02/19 07:00:00,10.301153611890946,True -2017/02/19 08:00:00,9.123004430896282,True -2017/02/19 09:00:00,10.24007994432224,True -2017/02/19 10:00:00,9.62314545937742,True -2017/02/19 11:00:00,10.629590210274904,True -2017/02/19 12:00:00,10.269106792711256,True -2017/02/19 13:00:00,10.696483233747163,True -2017/02/19 14:00:00,10.03228915239914,True -2017/02/19 15:00:00,10.591825018701153,True -2017/02/19 16:00:00,9.870640867971334,True -2017/02/19 17:00:00,10.555632904028373,True -2017/02/19 18:00:00,10.09515243825533,True -2017/02/19 19:00:00,10.967771137599424,True -2017/02/19 20:00:00,10.361980697856932,True -2017/02/19 21:00:00,10.999771958249514,True -2017/02/19 22:00:00,10.384005858807205,True -2017/02/19 23:00:00,10.240678549443386,True -2017/02/20 00:00:00,8.822078963046117,True -2017/02/20 01:00:00,8.658309420963686,True -2017/02/20 02:00:00,7.451892440976244,True -2017/02/20 03:00:00,8.16910378567727,True -2017/02/20 04:00:00,7.449982833858082,True -2017/02/20 05:00:00,9.291275271345691,True -2017/02/20 06:00:00,10.236820642746443,True -2017/02/20 07:00:00,10.879592803612272,True -2017/02/20 08:00:00,10.976740122456333,True -2017/02/20 09:00:00,12.65581168508537,True -2017/02/20 10:00:00,12.755747631376355,True -2017/02/20 11:00:00,12.907326267913783,True -2017/02/20 12:00:00,13.017966692227898,True -2017/02/20 13:00:00,12.984231636056172,True -2017/02/20 14:00:00,13.06587731336079,True -2017/02/20 15:00:00,12.796160325155533,True -2017/02/20 16:00:00,12.75192314955737,True -2017/02/20 17:00:00,13.02178175835935,True -2017/02/20 18:00:00,11.933039919390625,True -2017/02/20 19:00:00,12.005822339007599,True -2017/02/20 20:00:00,11.603885442176237,True -2017/02/20 21:00:00,11.728234746275433,True -2017/02/20 22:00:00,11.517515106122778,True -2017/02/20 23:00:00,10.606808668322524,True -2017/02/21 00:00:00,9.64576206269498,True -2017/02/21 01:00:00,8.616464911833315,True -2017/02/21 02:00:00,8.269808909674019,True -2017/02/21 03:00:00,8.14123728199624,True -2017/02/21 04:00:00,8.449270225502374,True -2017/02/21 05:00:00,9.192242946605216,True -2017/02/21 06:00:00,10.41215054015308,True -2017/02/21 07:00:00,10.788802441055145,True -2017/02/21 08:00:00,10.998397215300864,True -2017/02/21 09:00:00,12.67145134216191,True -2017/02/21 10:00:00,12.769918773631275,True -2017/02/21 11:00:00,12.965630516308831,True -2017/02/21 12:00:00,13.05148383430993,True -2017/02/21 13:00:00,12.92394722039236,True -2017/02/21 14:00:00,12.957419986161309,True -2017/02/21 15:00:00,12.892915810386103,True -2017/02/21 16:00:00,12.855533931892147,True -2017/02/21 17:00:00,13.039926100784578,True -2017/02/21 18:00:00,11.898307533516558,True -2017/02/21 19:00:00,11.980688221096939,True -2017/02/21 20:00:00,11.312352028291425,True -2017/02/21 21:00:00,11.811208592061195,True -2017/02/21 22:00:00,11.053380066940795,True -2017/02/21 23:00:00,10.455942337042075,True -2017/02/22 00:00:00,9.203383479951349,True -2017/02/22 01:00:00,8.708342542688069,True -2017/02/22 02:00:00,7.4637526159219885,True -2017/02/22 03:00:00,8.03812742976349,True -2017/02/22 04:00:00,7.417697973920158,True -2017/02/22 05:00:00,9.264411506040137,True -2017/02/22 06:00:00,10.600809420218386,True -2017/02/22 07:00:00,10.690980203623967,True -2017/02/22 08:00:00,10.98397500441644,True -2017/02/22 09:00:00,12.657096031937428,True -2017/02/22 10:00:00,12.755884059262248,True -2017/02/22 11:00:00,13.001195412965497,True -2017/02/22 12:00:00,13.219553920457388,True -2017/02/22 13:00:00,13.119366816582847,True -2017/02/22 14:00:00,13.20970148554345,True -2017/02/22 15:00:00,13.187575268924794,True -2017/02/22 16:00:00,13.133199650394165,True -2017/02/22 17:00:00,13.35664915572231,True -2017/02/22 18:00:00,12.437765800141301,True -2017/02/22 19:00:00,11.941955956136818,True -2017/02/22 20:00:00,11.45823725775664,True -2017/02/22 21:00:00,11.79403577959704,True -2017/02/22 22:00:00,11.542204298232974,True -2017/02/22 23:00:00,10.821576515288035,True -2017/02/23 00:00:00,9.257376440741455,True -2017/02/23 01:00:00,8.597958451716513,True -2017/02/23 02:00:00,7.427834123699691,True -2017/02/23 03:00:00,8.088252907878575,True -2017/02/23 04:00:00,7.392647230882739,True -2017/02/23 05:00:00,9.10860149115955,True -2017/02/23 06:00:00,9.43417064045141,True -2017/02/23 07:00:00,10.33646395530561,True -2017/02/23 08:00:00,10.99730691419989,True -2017/02/23 09:00:00,12.664997423663495,True -2017/02/23 10:00:00,12.760071202115899,True -2017/02/23 11:00:00,12.97745511018047,True -2017/02/23 12:00:00,13.080875509769736,True -2017/02/23 13:00:00,12.912440903530388,True -2017/02/23 14:00:00,12.950270935622042,True -2017/02/23 15:00:00,12.85126354188106,True -2017/02/23 16:00:00,12.842107312601694,True -2017/02/23 17:00:00,12.961429031340144,True -2017/02/23 18:00:00,11.936188958041777,True -2017/02/23 19:00:00,11.997016644149909,True -2017/02/23 20:00:00,11.391021806138601,True -2017/02/23 21:00:00,11.798163683573714,True -2017/02/23 22:00:00,11.1010573436493,True -2017/02/23 23:00:00,10.775557261026476,True -2017/02/24 00:00:00,9.213257403354618,True -2017/02/24 01:00:00,9.031353538983517,True -2017/02/24 02:00:00,7.856307957772609,True -2017/02/24 03:00:00,8.706994175433243,True -2017/02/24 04:00:00,7.929245415130106,True -2017/02/24 05:00:00,9.332829543853071,True -2017/02/24 06:00:00,10.223560998721316,True -2017/02/24 07:00:00,10.749235576397682,True -2017/02/24 08:00:00,10.978565305911333,True -2017/02/24 09:00:00,12.660988172824874,True -2017/02/24 10:00:00,12.76478429830729,True -2017/02/24 11:00:00,12.914281991276434,True -2017/02/24 12:00:00,13.02786351790443,True -2017/02/24 13:00:00,12.843798762491828,True -2017/02/24 14:00:00,12.884485236913642,True -2017/02/24 15:00:00,12.88068834567964,True -2017/02/24 16:00:00,12.758744061479366,True -2017/02/24 17:00:00,13.029162775028464,True -2017/02/24 18:00:00,11.892498701250059,True -2017/02/24 19:00:00,12.00502149094577,True -2017/02/24 20:00:00,11.310212295517756,True -2017/02/24 21:00:00,11.737449492423348,True -2017/02/24 22:00:00,11.043943764604832,True -2017/02/24 23:00:00,10.631320004684438,True -2017/02/25 00:00:00,9.191373353110139,True -2017/02/25 01:00:00,8.618975500694821,True -2017/02/25 02:00:00,7.37329564513572,True -2017/02/25 03:00:00,8.191730024049754,True -2017/02/25 04:00:00,7.067681063361582,True -2017/02/25 05:00:00,8.766232676540243,True -2017/02/25 06:00:00,9.85806396934703,True -2017/02/25 07:00:00,10.649024870063426,True -2017/02/25 08:00:00,10.290935518078749,True -2017/02/25 09:00:00,10.884166434658084,True -2017/02/25 10:00:00,11.236213435034879,True -2017/02/25 11:00:00,11.394167021667752,True -2017/02/25 12:00:00,11.474758459603207,True -2017/02/25 13:00:00,11.417733731899613,True -2017/02/25 14:00:00,10.492256855207817,True -2017/02/25 15:00:00,11.243987768142375,True -2017/02/25 16:00:00,10.361430632962168,True -2017/02/25 17:00:00,11.325536888665743,True -2017/02/25 18:00:00,10.172207004672073,True -2017/02/25 19:00:00,10.847795815389905,True -2017/02/25 20:00:00,10.489087323633838,True -2017/02/25 21:00:00,10.799072793495492,True -2017/02/25 22:00:00,10.343305841788373,True -2017/02/25 23:00:00,10.224055371169399,True -2017/02/26 00:00:00,8.945271218097758,True -2017/02/26 01:00:00,8.546411015926667,True -2017/02/26 02:00:00,7.314208202514393,True -2017/02/26 03:00:00,7.753760131175047,True -2017/02/26 04:00:00,7.480289029854667,True -2017/02/26 05:00:00,8.759622519206106,True -2017/02/26 06:00:00,9.577560295509807,True -2017/02/26 07:00:00,10.245472000642359,True -2017/02/26 08:00:00,9.515443432469587,True -2017/02/26 09:00:00,10.113056451216067,True -2017/02/26 10:00:00,9.97278323574154,True -2017/02/26 11:00:00,10.53087313597571,True -2017/02/26 12:00:00,10.556629221400971,True -2017/02/26 13:00:00,10.566666694490682,True -2017/02/26 14:00:00,10.42154238341499,True -2017/02/26 15:00:00,10.433316218563458,True -2017/02/26 16:00:00,10.260447374630106,True -2017/02/26 17:00:00,10.539727989041456,True -2017/02/26 18:00:00,10.5746103961236,True -2017/02/26 19:00:00,10.932424995317024,True -2017/02/26 20:00:00,10.71802956049266,True -2017/02/26 21:00:00,10.872348406311957,True -2017/02/26 22:00:00,10.625443940023862,True -2017/02/26 23:00:00,10.183771591040873,True -2017/02/27 00:00:00,9.21464363926352,True -2017/02/27 01:00:00,8.800384371016895,True -2017/02/27 02:00:00,7.81784164752596,True -2017/02/27 03:00:00,8.17856588530366,True -2017/02/27 04:00:00,7.795651887128313,True -2017/02/27 05:00:00,9.425747972086507,True -2017/02/27 06:00:00,10.580015185815766,True -2017/02/27 07:00:00,10.743014517387035,True -2017/02/27 08:00:00,10.98373987635582,True -2017/02/27 09:00:00,12.662426345027363,True -2017/02/27 10:00:00,12.765387883364388,True -2017/02/27 11:00:00,12.916008368120206,True -2017/02/27 12:00:00,13.045470027179705,True -2017/02/27 13:00:00,12.918729502427922,True -2017/02/27 14:00:00,12.95062894083924,True -2017/02/27 15:00:00,12.879275250843559,True -2017/02/27 16:00:00,12.841037026316313,True -2017/02/27 17:00:00,13.027469040511066,True -2017/02/27 18:00:00,11.958457683698398,True -2017/02/27 19:00:00,12.020683132926907,True -2017/02/27 20:00:00,11.376842741890789,True -2017/02/27 21:00:00,11.88344979473893,True -2017/02/27 22:00:00,11.160849401042391,True -2017/02/27 23:00:00,10.2235689370253,True -2017/02/28 00:00:00,9.184334669914968,True -2017/02/28 01:00:00,8.17388433892258,True -2017/02/28 02:00:00,7.962280810169401,True -2017/02/28 03:00:00,7.6467557139690046,True -2017/02/28 04:00:00,8.122510714809213,True -2017/02/28 05:00:00,8.71984219083615,True -2017/02/28 06:00:00,10.71777030619999,True -2017/02/28 07:00:00,10.297368697929251,True -2017/02/28 08:00:00,10.980099318984962,True -2017/02/28 09:00:00,12.661844666894233,True -2017/02/28 10:00:00,12.766248194868611,True -2017/02/28 11:00:00,12.909265709713663,True -2017/02/28 12:00:00,13.019714231427143,True -2017/02/28 13:00:00,12.841266363416278,True -2017/02/28 14:00:00,12.879680622720699,True -2017/02/28 15:00:00,12.79886987892032,True -2017/02/28 16:00:00,12.85625162999465,True -2017/02/28 17:00:00,13.00127395039544,True -2017/02/28 18:00:00,11.877970539129338,True -2017/02/28 19:00:00,11.90279829546507,True -2017/02/28 20:00:00,11.526458908230854,True -2017/02/28 21:00:00,11.688381164033496,True -2017/02/28 22:00:00,11.524574363050924,True -2017/02/28 23:00:00,10.359443528552433,True -2017/03/01 00:00:00,9.68582230091175,True -2017/03/01 01:00:00,9.115820633360862,True -2017/03/01 02:00:00,8.231097204046588,True -2017/03/01 03:00:00,8.364595593349796,True -2017/03/01 04:00:00,8.093506352620347,True -2017/03/01 05:00:00,9.353356899072994,True -2017/03/01 06:00:00,10.47058087165233,True -2017/03/01 07:00:00,10.725654975626782,True -2017/03/01 08:00:00,11.05587656356892,True -2017/03/01 09:00:00,12.71845268093431,True -2017/03/01 10:00:00,12.814831594325469,True -2017/03/01 11:00:00,12.951191250568051,True -2017/03/01 12:00:00,13.057078456562108,True -2017/03/01 13:00:00,12.884746668416724,True -2017/03/01 14:00:00,12.921384635711732,True -2017/03/01 15:00:00,12.845319976353194,True -2017/03/01 16:00:00,12.803506619011609,True -2017/03/01 17:00:00,12.992080625595,True -2017/03/01 18:00:00,11.920179452290427,True -2017/03/01 19:00:00,11.964924099965787,True -2017/03/01 20:00:00,11.542052985870844,True -2017/03/01 21:00:00,11.73317807187903,True -2017/03/01 22:00:00,11.425136248115576,True -2017/03/01 23:00:00,10.741167089470089,True -2017/03/02 00:00:00,9.36983728334969,True -2017/03/02 01:00:00,8.98412874337402,True -2017/03/02 02:00:00,8.073072187953438,True -2017/03/02 03:00:00,8.34018001367991,True -2017/03/02 04:00:00,8.139935346136191,True -2017/03/02 05:00:00,9.431169850273573,True -2017/03/02 06:00:00,10.63506523977051,True -2017/03/02 07:00:00,10.638852879469638,True -2017/03/02 08:00:00,11.049524080582476,True -2017/03/02 09:00:00,12.710439734105698,True -2017/03/02 10:00:00,12.80325109265323,True -2017/03/02 11:00:00,13.03902305930825,True -2017/03/02 12:00:00,13.204411630014727,True -2017/03/02 13:00:00,13.058905838476417,True -2017/03/02 14:00:00,13.094852948399684,True -2017/03/02 15:00:00,13.024413975942286,True -2017/03/02 16:00:00,12.927474395722294,True -2017/03/02 17:00:00,13.093090600304853,True -2017/03/02 18:00:00,11.949711307865392,True -2017/03/02 19:00:00,11.901235426484787,True -2017/03/02 20:00:00,11.616273168769581,True -2017/03/02 21:00:00,11.711561681748089,True -2017/03/02 22:00:00,11.487180718548196,True -2017/03/02 23:00:00,10.502108115446715,True -2017/03/03 00:00:00,9.380526784824802,True -2017/03/03 01:00:00,9.10348995485245,True -2017/03/03 02:00:00,8.154725034536037,True -2017/03/03 03:00:00,8.464948489221676,True -2017/03/03 04:00:00,8.24374029890027,True -2017/03/03 05:00:00,9.454187793371496,True -2017/03/03 06:00:00,10.21833723180796,True -2017/03/03 07:00:00,10.913036339886691,True -2017/03/03 08:00:00,11.060231300991742,True -2017/03/03 09:00:00,12.721031274350455,True -2017/03/03 10:00:00,12.814753064623618,True -2017/03/03 11:00:00,12.949514387973663,True -2017/03/03 12:00:00,13.056473414811885,True -2017/03/03 13:00:00,12.93030380327908,True -2017/03/03 14:00:00,12.923466215773294,True -2017/03/03 15:00:00,12.851327832273666,True -2017/03/03 16:00:00,12.889209963407906,True -2017/03/03 17:00:00,13.067851690240252,True -2017/03/03 18:00:00,11.95640316048687,True -2017/03/03 19:00:00,12.099648534265503,True -2017/03/03 20:00:00,11.439374904228687,True -2017/03/03 21:00:00,11.8697727512774,True -2017/03/03 22:00:00,11.126362871186043,True -2017/03/03 23:00:00,10.755620534526035,True -2017/03/04 00:00:00,9.413512049478701,True -2017/03/04 01:00:00,8.889034576256831,True -2017/03/04 02:00:00,7.479157451909746,True -2017/03/04 03:00:00,8.18671823048916,True -2017/03/04 04:00:00,7.454769881951477,True -2017/03/04 05:00:00,9.086174019940158,True -2017/03/04 06:00:00,10.015418823817374,True -2017/03/04 07:00:00,10.877902539645637,True -2017/03/04 08:00:00,10.456259289892326,True -2017/03/04 09:00:00,10.974913100539924,True -2017/03/04 10:00:00,11.28943391095108,True -2017/03/04 11:00:00,11.438905689301002,True -2017/03/04 12:00:00,11.534621197553635,True -2017/03/04 13:00:00,11.392737361758932,True -2017/03/04 14:00:00,10.545047259987347,True -2017/03/04 15:00:00,11.161551057880693,True -2017/03/04 16:00:00,10.412885529908573,True -2017/03/04 17:00:00,11.395634219940344,True -2017/03/04 18:00:00,10.222545447431573,True -2017/03/04 19:00:00,11.04193812219438,True -2017/03/04 20:00:00,10.730072536529706,True -2017/03/04 21:00:00,10.819881301789922,True -2017/03/04 22:00:00,10.761035143888336,True -2017/03/04 23:00:00,10.343734412882524,True -2017/03/05 00:00:00,9.531109524625737,True -2017/03/05 01:00:00,8.793619366791884,True -2017/03/05 02:00:00,7.864089247615653,True -2017/03/05 03:00:00,8.001381753515057,True -2017/03/05 04:00:00,7.852578766793291,True -2017/03/05 05:00:00,9.01003956343871,True -2017/03/05 06:00:00,9.822801700969338,True -2017/03/05 07:00:00,10.436285055129172,True -2017/03/05 08:00:00,9.651959114738935,True -2017/03/05 09:00:00,10.174600859418815,True -2017/03/05 10:00:00,10.071949300921396,True -2017/03/05 11:00:00,10.60907101192743,True -2017/03/05 12:00:00,10.61116235541761,True -2017/03/05 13:00:00,10.567147164008885,True -2017/03/05 14:00:00,10.471766895743828,True -2017/03/05 15:00:00,10.439650475639311,True -2017/03/05 16:00:00,10.15988292787316,True -2017/03/05 17:00:00,10.476814481917568,True -2017/03/05 18:00:00,10.519555820605909,True -2017/03/05 19:00:00,10.87666065298879,True -2017/03/05 20:00:00,10.768175609180782,True -2017/03/05 21:00:00,10.766570761914458,True -2017/03/05 22:00:00,10.700069178722629,True -2017/03/05 23:00:00,10.18778401528761,True -2017/03/06 00:00:00,9.457674715034544,True -2017/03/06 01:00:00,9.076348748281568,True -2017/03/06 02:00:00,8.240985055056205,True -2017/03/06 03:00:00,8.488619448533628,True -2017/03/06 04:00:00,8.136736393830196,True -2017/03/06 05:00:00,9.431979395251224,True -2017/03/06 06:00:00,10.495628618180826,True -2017/03/06 07:00:00,10.81185000898052,True -2017/03/06 08:00:00,11.065767411366684,True -2017/03/06 09:00:00,12.725487470777761,True -2017/03/06 10:00:00,12.819250564382875,True -2017/03/06 11:00:00,12.95900938917848,True -2017/03/06 12:00:00,13.12193605357316,True -2017/03/06 13:00:00,12.915517818478392,True -2017/03/06 14:00:00,12.928807571884356,True -2017/03/06 15:00:00,12.927322549428759,True -2017/03/06 16:00:00,12.893216762188706,True -2017/03/06 17:00:00,13.06893274131136,True -2017/03/06 18:00:00,11.999192395126705,True -2017/03/06 19:00:00,12.080619921398458,True -2017/03/06 20:00:00,11.579191129092731,True -2017/03/06 21:00:00,11.863154122620726,True -2017/03/06 22:00:00,11.418898296716723,True -2017/03/06 23:00:00,10.654237491677751,True -2017/03/07 00:00:00,9.426998213397363,True -2017/03/07 01:00:00,9.120690008721047,True -2017/03/07 02:00:00,7.854811057824241,True -2017/03/07 03:00:00,8.504989381079001,True -2017/03/07 04:00:00,7.850534808396311,True -2017/03/07 05:00:00,9.48260424219934,True -2017/03/07 06:00:00,10.420138188647519,True -2017/03/07 07:00:00,10.943073820091435,True -2017/03/07 08:00:00,11.066512280051883,True -2017/03/07 09:00:00,12.725502196569199,True -2017/03/07 10:00:00,12.81862428754468,True -2017/03/07 11:00:00,12.957803734111652,True -2017/03/07 12:00:00,13.066022036474779,True -2017/03/07 13:00:00,12.886414959875069,True -2017/03/07 14:00:00,12.9230997323228,True -2017/03/07 15:00:00,12.847993688903992,True -2017/03/07 16:00:00,12.807896010643477,True -2017/03/07 17:00:00,12.996319624309912,True -2017/03/07 18:00:00,11.922641413996873,True -2017/03/07 19:00:00,11.986832960214349,True -2017/03/07 20:00:00,11.573277881858889,True -2017/03/07 21:00:00,11.830614358213099,True -2017/03/07 22:00:00,11.434652996287106,True -2017/03/07 23:00:00,10.742442047830453,True -2017/03/08 00:00:00,9.416016852658354,True -2017/03/08 01:00:00,9.079214867746733,True -2017/03/08 02:00:00,7.840420242352094,True -2017/03/08 03:00:00,8.598623298689681,True -2017/03/08 04:00:00,7.794569917063804,True -2017/03/08 05:00:00,9.393875017418086,True -2017/03/08 06:00:00,10.207205540224686,True -2017/03/08 07:00:00,11.04502398548151,True -2017/03/08 08:00:00,11.055766932298319,True -2017/03/08 09:00:00,12.719381736388303,True -2017/03/08 10:00:00,12.802816112435535,True -2017/03/08 11:00:00,13.049459361038577,True -2017/03/08 12:00:00,13.253189714911153,True -2017/03/08 13:00:00,13.12506366166415,True -2017/03/08 14:00:00,13.21458613678483,True -2017/03/08 15:00:00,13.175249905429736,True -2017/03/08 16:00:00,13.13676640787106,True -2017/03/08 17:00:00,13.289488213254018,True -2017/03/08 18:00:00,12.234596152083238,True -2017/03/08 19:00:00,11.975100956390202,True -2017/03/08 20:00:00,11.355159395440978,True -2017/03/08 21:00:00,11.726767054318392,True -2017/03/08 22:00:00,11.113084156826119,True -2017/03/08 23:00:00,10.303695928922881,True -2017/03/09 00:00:00,9.480250498311966,True -2017/03/09 01:00:00,8.48551936247939,True -2017/03/09 02:00:00,8.21683200647862,True -2017/03/09 03:00:00,8.23664877201449,True -2017/03/09 04:00:00,8.247234416742517,True -2017/03/09 05:00:00,9.46967583065029,True -2017/03/09 06:00:00,9.849338139926651,True -2017/03/09 07:00:00,10.374862844003262,True -2017/03/09 08:00:00,11.091706214280796,True -2017/03/09 09:00:00,12.716938477162781,True -2017/03/09 10:00:00,12.90144957397423,True -2017/03/09 11:00:00,13.058021475802041,True -2017/03/09 12:00:00,13.27433481738393,True -2017/03/09 13:00:00,13.13334324051855,True -2017/03/09 14:00:00,13.192764701937017,True -2017/03/09 15:00:00,13.099987397597685,True -2017/03/09 16:00:00,13.087998538971751,True -2017/03/09 17:00:00,13.295022134846688,True -2017/03/09 18:00:00,12.315500995028112,True -2017/03/09 19:00:00,11.768434473299473,True -2017/03/09 20:00:00,11.461168788747454,True -2017/03/09 21:00:00,12.078104338486119,True -2017/03/09 22:00:00,11.188979996253721,True -2017/03/09 23:00:00,10.348492764080216,True -2017/03/10 00:00:00,9.40019785814811,True -2017/03/10 01:00:00,8.480497472745096,True -2017/03/10 02:00:00,8.010399032200226,True -2017/03/10 03:00:00,8.233901518846965,True -2017/03/10 04:00:00,8.227033444144228,True -2017/03/10 05:00:00,9.215159404992113,True -2017/03/10 06:00:00,9.84720216391971,True -2017/03/10 07:00:00,10.377143007408598,True -2017/03/10 08:00:00,11.081995972695077,True -2017/03/10 09:00:00,12.790754181396515,True -2017/03/10 10:00:00,12.904279644382106,True -2017/03/10 11:00:00,13.12569963825195,True -2017/03/10 12:00:00,13.23746309735202,True -2017/03/10 13:00:00,13.089431006970925,True -2017/03/10 14:00:00,13.163369176024085,True -2017/03/10 15:00:00,13.123492239381488,True -2017/03/10 16:00:00,13.085022463944746,True -2017/03/10 17:00:00,13.263331620458501,True -2017/03/10 18:00:00,12.338675404584828,True -2017/03/10 19:00:00,11.990502525504917,True -2017/03/10 20:00:00,11.471855126208492,True -2017/03/10 21:00:00,12.17939433496442,True -2017/03/10 22:00:00,11.201525575525945,True -2017/03/10 23:00:00,10.812641322653612,True -2017/03/11 00:00:00,9.766107246669538,True -2017/03/11 01:00:00,8.220556730745459,True -2017/03/11 02:00:00,7.445102188565881,True -2017/03/11 03:00:00,7.938294509174012,True -2017/03/11 04:00:00,7.835056287044341,True -2017/03/11 05:00:00,8.825167099395278,True -2017/03/11 06:00:00,9.168913005980519,True -2017/03/11 07:00:00,10.416853215819158,True -2017/03/11 08:00:00,10.736726974791338,True -2017/03/11 09:00:00,11.36699860876591,True -2017/03/11 10:00:00,11.656706529613155,True -2017/03/11 11:00:00,11.843327760542117,True -2017/03/11 12:00:00,11.921167930837287,True -2017/03/11 13:00:00,11.312406380816435,True -2017/03/11 14:00:00,10.668912199481841,True -2017/03/11 15:00:00,11.279106138050462,True -2017/03/11 16:00:00,10.566724741928937,True -2017/03/11 17:00:00,11.435308401201452,True -2017/03/11 18:00:00,10.313800526620016,True -2017/03/11 19:00:00,10.702004834250083,True -2017/03/11 20:00:00,10.649561281543766,True -2017/03/11 21:00:00,10.743697656947571,True -2017/03/11 22:00:00,10.634605051531718,True -2017/03/11 23:00:00,10.493345249098862,True -2017/03/12 00:00:00,9.975058195490583,True -2017/03/12 01:00:00,7.910861038224342,True -2017/03/12 02:00:00,8.092724504764409,True -2017/03/12 03:00:00,8.186113750846529,True -2017/03/12 04:00:00,8.759046547982711,True -2017/03/12 05:00:00,9.725397315427438,True -2017/03/12 06:00:00,10.322671782357652,True -2017/03/12 07:00:00,10.35048422432444,True -2017/03/12 08:00:00,10.25989715669503,True -2017/03/12 09:00:00,10.317400508952005,True -2017/03/12 10:00:00,10.689960288861393,True -2017/03/12 11:00:00,10.431783010617806,True -2017/03/12 12:00:00,10.252666204429245,True -2017/03/12 13:00:00,10.660986603589503,True -2017/03/12 14:00:00,10.005144541311642,True -2017/03/12 15:00:00,10.038726310079483,True -2017/03/12 16:00:00,10.116444940341689,True -2017/03/12 17:00:00,10.212661244275141,True -2017/03/12 18:00:00,10.733192461868835,True -2017/03/12 19:00:00,10.581239564966051,True -2017/03/12 20:00:00,10.5741399896196,True -2017/03/12 21:00:00,10.50028020627651,True -2017/03/12 22:00:00,10.247398061325258,True -2017/03/12 23:00:00,9.247004530320801,True -2017/03/13 00:00:00,8.477603093525767,True -2017/03/13 01:00:00,7.888939575730499,True -2017/03/13 02:00:00,8.061734464384784,True -2017/03/13 03:00:00,8.174923885926182,True -2017/03/13 04:00:00,8.933066306947762,True -2017/03/13 05:00:00,9.937947785956613,True -2017/03/13 06:00:00,10.046259140961997,True -2017/03/13 07:00:00,11.844713796180246,True -2017/03/13 08:00:00,12.992228752498185,True -2017/03/13 09:00:00,13.04673487381732,True -2017/03/13 10:00:00,13.208581922359174,True -2017/03/13 11:00:00,13.337321724088424,True -2017/03/13 12:00:00,13.192080972178388,True -2017/03/13 13:00:00,13.232131878766474,True -2017/03/13 14:00:00,13.22167205540465,True -2017/03/13 15:00:00,13.1756606444637,True -2017/03/13 16:00:00,13.391688726036744,True -2017/03/13 17:00:00,12.450746843231018,True -2017/03/13 18:00:00,11.704461753717908,True -2017/03/13 19:00:00,11.47457074254428,True -2017/03/13 20:00:00,12.20091888122032,True -2017/03/13 21:00:00,11.203014707293978,True -2017/03/13 22:00:00,10.483048691061507,True -2017/03/13 23:00:00,9.363337071036451,True -2017/03/14 00:00:00,8.87432829283488,True -2017/03/14 01:00:00,8.129002132256181,True -2017/03/14 02:00:00,8.063785715814834,True -2017/03/14 03:00:00,8.349745393816486,True -2017/03/14 04:00:00,8.847218661535798,True -2017/03/14 05:00:00,9.509399408480032,True -2017/03/14 06:00:00,10.042600326039153,True -2017/03/14 07:00:00,12.028262264754618,True -2017/03/14 08:00:00,13.084380833089904,True -2017/03/14 09:00:00,13.362551585117533,True -2017/03/14 10:00:00,13.720677864393393,True -2017/03/14 11:00:00,13.811470156381343,True -2017/03/14 12:00:00,13.700010008107203,True -2017/03/14 13:00:00,13.784468503176909,True -2017/03/14 14:00:00,13.770968360653901,True -2017/03/14 15:00:00,13.695289308012107,True -2017/03/14 16:00:00,13.797381080152004,True -2017/03/14 17:00:00,13.01713991347753,True -2017/03/14 18:00:00,12.39133473200674,True -2017/03/14 19:00:00,11.593248008759666,True -2017/03/14 20:00:00,12.324542580488053,True -2017/03/14 21:00:00,11.25735729181777,True -2017/03/14 22:00:00,11.2324765477517,True -2017/03/14 23:00:00,9.67563961191984,True -2017/03/15 00:00:00,9.075476588543161,True -2017/03/15 01:00:00,7.881534223367739,True -2017/03/15 02:00:00,8.181999565243684,True -2017/03/15 03:00:00,7.804737375381501,True -2017/03/15 04:00:00,9.475876547240006,True -2017/03/15 05:00:00,9.509287250207208,True -2017/03/15 06:00:00,10.043672017264118,True -2017/03/15 07:00:00,12.242519070999073,True -2017/03/15 08:00:00,13.259049408659466,True -2017/03/15 09:00:00,13.495661171199933,True -2017/03/15 10:00:00,13.721366616090718,True -2017/03/15 11:00:00,13.79645926576208,True -2017/03/15 12:00:00,13.684026904351379,True -2017/03/15 13:00:00,13.749656634313064,True -2017/03/15 14:00:00,13.778147422113443,True -2017/03/15 15:00:00,13.73689675804926,True -2017/03/15 16:00:00,13.829193821086811,True -2017/03/15 17:00:00,13.023138119884255,True -2017/03/15 18:00:00,12.46512651969353,True -2017/03/15 19:00:00,11.645126295567973,True -2017/03/15 20:00:00,12.56626086445371,True -2017/03/15 21:00:00,11.328928842129939,True -2017/03/15 22:00:00,11.53015966698772,True -2017/03/15 23:00:00,9.98958117675252,True -2017/03/16 00:00:00,9.64250773869476,True -2017/03/16 01:00:00,8.573579099268132,True -2017/03/16 02:00:00,9.295903121166859,True -2017/03/16 03:00:00,9.14520281846715,True -2017/03/16 04:00:00,9.810758881789207,True -2017/03/16 05:00:00,9.512482366455286,True -2017/03/16 06:00:00,10.046810153749904,True -2017/03/16 07:00:00,12.095005322319693,True -2017/03/16 08:00:00,13.118068137554394,True -2017/03/16 09:00:00,13.130972794752928,True -2017/03/16 10:00:00,13.33185806242552,True -2017/03/16 11:00:00,13.46961393672136,True -2017/03/16 12:00:00,13.228091490760033,True -2017/03/16 13:00:00,13.380499670811217,True -2017/03/16 14:00:00,13.615801654374424,True -2017/03/16 15:00:00,13.611361360952081,True -2017/03/16 16:00:00,13.60103840082915,True -2017/03/16 17:00:00,12.476360216561384,True -2017/03/16 18:00:00,11.811882975901442,True -2017/03/16 19:00:00,11.543090879995908,True -2017/03/16 20:00:00,11.857042025415051,True -2017/03/16 21:00:00,11.276425783707866,True -2017/03/16 22:00:00,10.971103437888676,True -2017/03/16 23:00:00,10.23958252091061,True -2017/03/17 00:00:00,9.019405044802644,True -2017/03/17 01:00:00,8.1733798685163,True -2017/03/17 02:00:00,8.27711596554856,True -2017/03/17 03:00:00,7.853698101409756,True -2017/03/17 04:00:00,9.116716935795575,True -2017/03/17 05:00:00,9.509367486977684,True -2017/03/17 06:00:00,10.043915955395784,True -2017/03/17 07:00:00,11.738694754899718,True -2017/03/17 08:00:00,13.093789293414268,True -2017/03/17 09:00:00,13.17607237750461,True -2017/03/17 10:00:00,13.30506750579619,True -2017/03/17 11:00:00,13.398322370905914,True -2017/03/17 12:00:00,13.276691278371144,True -2017/03/17 13:00:00,13.290875450675015,True -2017/03/17 14:00:00,13.275092280814365,True -2017/03/17 15:00:00,13.106829153838587,True -2017/03/17 16:00:00,13.245630225675788,True -2017/03/17 17:00:00,12.282865849304734,True -2017/03/17 18:00:00,11.785792276224278,True -2017/03/17 19:00:00,11.448213187504772,True -2017/03/17 20:00:00,11.976625343111122,True -2017/03/17 21:00:00,11.310755986166079,True -2017/03/17 22:00:00,10.488388667916277,True -2017/03/17 23:00:00,9.44857512003683,True -2017/03/18 00:00:00,8.476946255496316,True -2017/03/18 01:00:00,7.958478116590115,True -2017/03/18 02:00:00,8.239767802394411,True -2017/03/18 03:00:00,7.836714091936311,True -2017/03/18 04:00:00,9.074134263452388,True -2017/03/18 05:00:00,9.449797306725412,True -2017/03/18 06:00:00,10.389289327515044,True -2017/03/18 07:00:00,10.54304804410168,True -2017/03/18 08:00:00,10.966098804142487,True -2017/03/18 09:00:00,11.272650519278072,True -2017/03/18 10:00:00,11.427317279641848,True -2017/03/18 11:00:00,11.508901826365484,True -2017/03/18 12:00:00,11.369257859897719,True -2017/03/18 13:00:00,10.587689832286154,True -2017/03/18 14:00:00,11.232148520382049,True -2017/03/18 15:00:00,10.41549645398477,True -2017/03/18 16:00:00,11.241052936676699,True -2017/03/18 17:00:00,10.200243770106065,True -2017/03/18 18:00:00,10.652469454983422,True -2017/03/18 19:00:00,10.529534338038285,True -2017/03/18 20:00:00,10.841821396826997,True -2017/03/18 21:00:00,10.377563048990666,True -2017/03/18 22:00:00,10.343677296499386,True -2017/03/18 23:00:00,9.345483038456956,True -2017/03/19 00:00:00,8.733835974036579,True -2017/03/19 01:00:00,7.813673085453695,True -2017/03/19 02:00:00,8.131393659789477,True -2017/03/19 03:00:00,7.874681597706228,True -2017/03/19 04:00:00,8.992263389933328,True -2017/03/19 05:00:00,9.752683227861272,True -2017/03/19 06:00:00,10.327428384439251,True -2017/03/19 07:00:00,9.672455740100254,True -2017/03/19 08:00:00,10.189981276913082,True -2017/03/19 09:00:00,10.071714316485444,True -2017/03/19 10:00:00,10.602805589749263,True -2017/03/19 11:00:00,10.596271517387974,True -2017/03/19 12:00:00,10.54814764845714,True -2017/03/19 13:00:00,10.470927087562115,True -2017/03/19 14:00:00,10.438198965195397,True -2017/03/19 15:00:00,10.324812844649248,True -2017/03/19 16:00:00,10.532582516503444,True -2017/03/19 17:00:00,10.444625888325556,True -2017/03/19 18:00:00,10.515346538058413,True -2017/03/19 19:00:00,10.75537807253072,True -2017/03/19 20:00:00,10.88271923091858,True -2017/03/19 21:00:00,10.708141728675837,True -2017/03/19 22:00:00,10.267746624190401,True -2017/03/19 23:00:00,9.605863942770805,True -2017/03/20 00:00:00,8.807592300201534,True -2017/03/20 01:00:00,8.199818638360094,True -2017/03/20 02:00:00,8.656320283804538,True -2017/03/20 03:00:00,8.248158284602802,True -2017/03/20 04:00:00,9.447365656381782,True -2017/03/20 05:00:00,10.358867000195142,True -2017/03/20 06:00:00,10.878861934509139,True -2017/03/20 07:00:00,11.059473202096738,True -2017/03/20 08:00:00,12.756614319351279,True -2017/03/20 09:00:00,12.806253208611533,True -2017/03/20 10:00:00,12.949040883173115,True -2017/03/20 11:00:00,13.058245189050162,True -2017/03/20 12:00:00,12.883491486738281,True -2017/03/20 13:00:00,12.919178225471471,True -2017/03/20 14:00:00,12.844987386296244,True -2017/03/20 15:00:00,12.80173984443221,True -2017/03/20 16:00:00,12.989978578453378,True -2017/03/20 17:00:00,11.912208907595717,True -2017/03/20 18:00:00,11.605093161712848,True -2017/03/20 19:00:00,11.567217904947181,True -2017/03/20 20:00:00,11.710180331975868,True -2017/03/20 21:00:00,11.458944770972218,True -2017/03/20 22:00:00,10.677189053154478,True -2017/03/20 23:00:00,9.388910528628932,True -2017/03/21 00:00:00,8.89268911605236,True -2017/03/21 01:00:00,7.782068370013959,True -2017/03/21 02:00:00,8.4550312652842,True -2017/03/21 03:00:00,7.914524343233452,True -2017/03/21 04:00:00,9.450886763441778,True -2017/03/21 05:00:00,10.358021854725852,True -2017/03/21 06:00:00,10.892225240679503,True -2017/03/21 07:00:00,11.08247454273989,True -2017/03/21 08:00:00,12.714622383040295,True -2017/03/21 09:00:00,12.802425629979366,True -2017/03/21 10:00:00,13.042647822958395,True -2017/03/21 11:00:00,13.17925603843899,True -2017/03/21 12:00:00,13.070135925716256,True -2017/03/21 13:00:00,13.11166368155162,True -2017/03/21 14:00:00,13.068673715093793,True -2017/03/21 15:00:00,13.04052299708629,True -2017/03/21 16:00:00,13.214054063456866,True -2017/03/21 17:00:00,12.189806205849468,True -2017/03/21 18:00:00,11.787776746715002,True -2017/03/21 19:00:00,11.358744254212894,True -2017/03/21 20:00:00,11.810373953538502,True -2017/03/21 21:00:00,11.093748810482674,True -2017/03/21 22:00:00,10.317550974683364,True -2017/03/21 23:00:00,9.396981141597914,True -2017/03/22 00:00:00,8.485983987314139,True -2017/03/22 01:00:00,7.997153573234353,True -2017/03/22 02:00:00,7.964822975054329,True -2017/03/22 03:00:00,8.189413206933152,True -2017/03/22 04:00:00,9.298442109235332,True -2017/03/22 05:00:00,9.846410854029266,True -2017/03/22 06:00:00,10.373898128963368,True -2017/03/22 07:00:00,11.600423736263233,True -2017/03/22 08:00:00,13.050939783136103,True -2017/03/22 09:00:00,13.18921863761367,True -2017/03/22 10:00:00,13.27025756368866,True -2017/03/22 11:00:00,13.407298031378685,True -2017/03/22 12:00:00,13.393907485916076,True -2017/03/22 13:00:00,13.518979694958212,True -2017/03/22 14:00:00,13.439945238330722,True -2017/03/22 15:00:00,13.291699674682445,True -2017/03/22 16:00:00,13.344065647917368,True -2017/03/22 17:00:00,12.505067708590994,True -2017/03/22 18:00:00,11.546086043094478,True -2017/03/22 19:00:00,11.876689609124638,True -2017/03/22 20:00:00,11.826406941811696,True -2017/03/22 21:00:00,11.829902935713754,True -2017/03/22 22:00:00,10.572500263533763,True -2017/03/22 23:00:00,9.808296063881546,True -2017/03/23 00:00:00,8.57801216101615,True -2017/03/23 01:00:00,7.910032401577857,True -2017/03/23 02:00:00,8.35056011936938,True -2017/03/23 03:00:00,8.123705139852456,True -2017/03/23 04:00:00,9.418108741655837,True -2017/03/23 05:00:00,9.510553009508632,True -2017/03/23 06:00:00,10.460845837752123,True -2017/03/23 07:00:00,11.295311890399553,True -2017/03/23 08:00:00,12.815693822783553,True -2017/03/23 09:00:00,12.88634665377343,True -2017/03/23 10:00:00,13.011171026799941,True -2017/03/23 11:00:00,13.11552595065841,True -2017/03/23 12:00:00,12.947901602859465,True -2017/03/23 13:00:00,12.983636412127456,True -2017/03/23 14:00:00,12.895913591476178,True -2017/03/23 15:00:00,12.88223873539004,True -2017/03/23 16:00:00,13.059790353808284,True -2017/03/23 17:00:00,11.9422457894913,True -2017/03/23 18:00:00,11.735694960436478,True -2017/03/23 19:00:00,11.50125527601807,True -2017/03/23 20:00:00,11.77017615767,True -2017/03/23 21:00:00,11.416819970442369,True -2017/03/23 22:00:00,10.756453379811287,True -2017/03/23 23:00:00,9.412473193218789,True -2017/03/24 00:00:00,8.92474539339789,True -2017/03/24 01:00:00,8.018266565622483,True -2017/03/24 02:00:00,8.416830463388909,True -2017/03/24 03:00:00,8.228420239865367,True -2017/03/24 04:00:00,9.501123469596049,True -2017/03/24 05:00:00,10.497594967030624,True -2017/03/24 06:00:00,10.839480823233586,True -2017/03/24 07:00:00,11.061784627333244,True -2017/03/24 08:00:00,12.720367818965078,True -2017/03/24 09:00:00,12.811598548730563,True -2017/03/24 10:00:00,12.95043116515077,True -2017/03/24 11:00:00,13.056865774658183,True -2017/03/24 12:00:00,12.881944510010685,True -2017/03/24 13:00:00,12.920445202684114,True -2017/03/24 14:00:00,12.844164571608175,True -2017/03/24 15:00:00,12.802694479887249,True -2017/03/24 16:00:00,13.040911355792598,True -2017/03/24 17:00:00,11.962542624753974,True -2017/03/24 18:00:00,11.666463694855771,True -2017/03/24 19:00:00,11.571492612135303,True -2017/03/24 20:00:00,11.71689239417207,True -2017/03/24 21:00:00,11.596640494283598,True -2017/03/24 22:00:00,10.375199887821756,True -2017/03/24 23:00:00,9.680781214275799,True -2017/03/25 00:00:00,8.190114300960571,True -2017/03/25 01:00:00,7.938978319478253,True -2017/03/25 02:00:00,7.826281703937669,True -2017/03/25 03:00:00,7.965367164819889,True -2017/03/25 04:00:00,8.991744992370014,True -2017/03/25 05:00:00,10.116842775715888,True -2017/03/25 06:00:00,10.757448752904157,True -2017/03/25 07:00:00,10.573051690479407,True -2017/03/25 08:00:00,11.007535970525272,True -2017/03/25 09:00:00,11.308934927102728,True -2017/03/25 10:00:00,11.424714283983894,True -2017/03/25 11:00:00,11.505130393890305,True -2017/03/25 12:00:00,11.336783963653591,True -2017/03/25 13:00:00,10.536245144391668,True -2017/03/25 14:00:00,11.161271760982657,True -2017/03/25 15:00:00,10.425053299467063,True -2017/03/25 16:00:00,11.2194351302786,True -2017/03/25 17:00:00,10.209429492336543,True -2017/03/25 18:00:00,10.667507507863403,True -2017/03/25 19:00:00,10.529594423680129,True -2017/03/25 20:00:00,10.815277571536857,True -2017/03/25 21:00:00,10.388567598205334,True -2017/03/25 22:00:00,10.362641537220854,True -2017/03/25 23:00:00,9.10670085106758,True -2017/03/26 00:00:00,8.888496206133265,True -2017/03/26 01:00:00,7.529667373368727,True -2017/03/26 02:00:00,8.198175485392357,True -2017/03/26 03:00:00,7.434572215625469,True -2017/03/26 04:00:00,9.205203456226593,True -2017/03/26 05:00:00,9.656611910864012,True -2017/03/26 06:00:00,10.513724911650648,True -2017/03/26 07:00:00,9.25367422130326,True -2017/03/26 08:00:00,10.268650668441241,True -2017/03/26 09:00:00,9.681930187088941,True -2017/03/26 10:00:00,10.710781252989937,True -2017/03/26 11:00:00,10.24040570244977,True -2017/03/26 12:00:00,10.709067095809104,True -2017/03/26 13:00:00,10.167176334573892,True -2017/03/26 14:00:00,10.525874251061735,True -2017/03/26 15:00:00,9.936906146854604,True -2017/03/26 16:00:00,10.540813238696852,True -2017/03/26 17:00:00,10.164487318798082,True -2017/03/26 18:00:00,10.591011586693321,True -2017/03/26 19:00:00,10.440781298939378,True -2017/03/26 20:00:00,10.968450147896954,True -2017/03/26 21:00:00,10.334212472941664,True -2017/03/26 22:00:00,10.3050981156036,True -2017/03/26 23:00:00,9.064095601675728,True -2017/03/27 00:00:00,9.06583408285969,True -2017/03/27 01:00:00,7.849100303272798,True -2017/03/27 02:00:00,8.554571639934364,True -2017/03/27 03:00:00,7.858182263539793,True -2017/03/27 04:00:00,9.44401663353387,True -2017/03/27 05:00:00,10.379469672268376,True -2017/03/27 06:00:00,10.862751711643805,True -2017/03/27 07:00:00,11.061361457235659,True -2017/03/27 08:00:00,12.718416754367883,True -2017/03/27 09:00:00,12.812439498938346,True -2017/03/27 10:00:00,12.955469579939995,True -2017/03/27 11:00:00,13.058233384511652,True -2017/03/27 12:00:00,12.88242241657945,True -2017/03/27 13:00:00,12.919618864206067,True -2017/03/27 14:00:00,12.845384534833373,True -2017/03/27 15:00:00,12.805650045691458,True -2017/03/27 16:00:00,12.991698293379258,True -2017/03/27 17:00:00,11.916920864939211,True -2017/03/27 18:00:00,11.626485637046885,True -2017/03/27 19:00:00,11.713901929858835,True -2017/03/27 20:00:00,11.717118887424432,True -2017/03/27 21:00:00,11.477046879121326,True -2017/03/27 22:00:00,10.536884474582722,True -2017/03/27 23:00:00,9.71917843429193,True -2017/03/28 00:00:00,8.890695319417054,True -2017/03/28 01:00:00,8.197914208603349,True -2017/03/28 02:00:00,8.405088239081488,True -2017/03/28 03:00:00,8.216703576891335,True -2017/03/28 04:00:00,9.354071795662597,True -2017/03/28 05:00:00,10.504350798237878,True -2017/03/28 06:00:00,10.796393956599239,True -2017/03/28 07:00:00,11.054707696406908,True -2017/03/28 08:00:00,12.70806886935129,True -2017/03/28 09:00:00,12.798319971860089,True -2017/03/28 10:00:00,13.046310261199267,True -2017/03/28 11:00:00,13.251428087388547,True -2017/03/28 12:00:00,13.09266023209365,True -2017/03/28 13:00:00,13.160046065415283,True -2017/03/28 14:00:00,13.129115241026653,True -2017/03/28 15:00:00,13.122442167775082,True -2017/03/28 16:00:00,13.263301483013842,True -2017/03/28 17:00:00,12.278910512341307,True -2017/03/28 18:00:00,11.773954206756331,True -2017/03/28 19:00:00,11.106249784312132,True -2017/03/28 20:00:00,12.144247876852203,True -2017/03/28 21:00:00,11.14131821271518,True -2017/03/28 22:00:00,10.318729549917965,True -2017/03/28 23:00:00,9.38189319067839,True -2017/03/29 00:00:00,8.43027021929423,True -2017/03/29 01:00:00,7.776355721423171,True -2017/03/29 02:00:00,8.554506553870645,True -2017/03/29 03:00:00,7.905430090479994,True -2017/03/29 04:00:00,9.388512638597865,True -2017/03/29 05:00:00,10.365347342829578,True -2017/03/29 06:00:00,10.769053621619099,True -2017/03/29 07:00:00,11.049039346255821,True -2017/03/29 08:00:00,12.707930363497127,True -2017/03/29 09:00:00,12.899197012423318,True -2017/03/29 10:00:00,13.144230048793377,True -2017/03/29 11:00:00,13.340687294078009,True -2017/03/29 12:00:00,13.235047000805087,True -2017/03/29 13:00:00,13.334902078299692,True -2017/03/29 14:00:00,13.229513937193538,True -2017/03/29 15:00:00,13.193790356642804,True -2017/03/29 16:00:00,13.31621738884245,True -2017/03/29 17:00:00,12.308727032087589,True -2017/03/29 18:00:00,11.88294076784414,True -2017/03/29 19:00:00,11.109419973968079,True -2017/03/29 20:00:00,11.973963859153281,True -2017/03/29 21:00:00,11.179132149078965,True -2017/03/29 22:00:00,10.369452790514666,True -2017/03/29 23:00:00,9.493986325238657,True -2017/03/30 00:00:00,8.478829272368245,True -2017/03/30 01:00:00,7.892040031812214,True -2017/03/30 02:00:00,7.973885945003073,True -2017/03/30 03:00:00,8.17031113232471,True -2017/03/30 04:00:00,9.006203583908853,True -2017/03/30 05:00:00,9.937850400911454,True -2017/03/30 06:00:00,10.047329388925208,True -2017/03/30 07:00:00,11.324393152646802,True -2017/03/30 08:00:00,12.875387175523281,True -2017/03/30 09:00:00,13.01363971159326,True -2017/03/30 10:00:00,13.176635283010041,True -2017/03/30 11:00:00,13.282773263565051,True -2017/03/30 12:00:00,13.15453204543159,True -2017/03/30 13:00:00,13.19001419876935,True -2017/03/30 14:00:00,13.140274603871772,True -2017/03/30 15:00:00,13.12778188112571,True -2017/03/30 16:00:00,13.33426131270558,True -2017/03/30 17:00:00,12.376738759024372,True -2017/03/30 18:00:00,11.57268339016996,True -2017/03/30 19:00:00,11.472499192082523,True -2017/03/30 20:00:00,12.022147345732366,True -2017/03/30 21:00:00,11.63144476437101,True -2017/03/30 22:00:00,10.938837361836576,True -2017/03/30 23:00:00,9.699847672163235,True -2017/03/31 00:00:00,8.487661335027255,True -2017/03/31 01:00:00,7.790654319154932,True -2017/03/31 02:00:00,8.243617858614783,True -2017/03/31 03:00:00,7.828939751974465,True -2017/03/31 04:00:00,8.888950523564128,True -2017/03/31 05:00:00,9.512884006375481,True -2017/03/31 06:00:00,10.049536005144136,True -2017/03/31 07:00:00,11.516687979072405,True -2017/03/31 08:00:00,12.980675175846274,True -2017/03/31 09:00:00,13.076699966323831,True -2017/03/31 10:00:00,13.21706066578643,True -2017/03/31 11:00:00,13.330713886421366,True -2017/03/31 12:00:00,13.203840212527746,True -2017/03/31 13:00:00,13.242436239468558,True -2017/03/31 14:00:00,13.215144099413308,True -2017/03/31 15:00:00,13.198142983054204,True -2017/03/31 16:00:00,13.37526997324219,True -2017/03/31 17:00:00,12.40832703667724,True -2017/03/31 18:00:00,11.751902050758565,True -2017/03/31 19:00:00,11.15193445907841,True -2017/03/31 20:00:00,12.1684332513886,True -2017/03/31 21:00:00,11.196953535764301,True -2017/03/31 22:00:00,10.94182958100538,True -2017/03/31 23:00:00,9.464107138738065,True -2017/04/01 00:00:00,8.432055346003514,True -2017/04/01 01:00:00,7.981707320372029,True -2017/04/01 02:00:00,7.96014727742951,True -2017/04/01 03:00:00,7.887543261173845,True -2017/04/01 04:00:00,8.64273504039742,True -2017/04/01 05:00:00,10.545853829846573,True -2017/04/01 06:00:00,10.404538631927196,True -2017/04/01 07:00:00,10.915545275840152,True -2017/04/01 08:00:00,11.238771244732396,True -2017/04/01 09:00:00,11.674874513168048,True -2017/04/01 10:00:00,11.945256902007518,True -2017/04/01 11:00:00,12.08234094779806,True -2017/04/01 12:00:00,11.013896291183151,True -2017/04/01 13:00:00,11.326570155912908,True -2017/04/01 14:00:00,11.145844080634399,True -2017/04/01 15:00:00,11.089235359605096,True -2017/04/01 16:00:00,10.691985424710005,True -2017/04/01 17:00:00,10.336705450001617,True -2017/04/01 18:00:00,10.325289486936436,True -2017/04/01 19:00:00,10.26386775662771,True -2017/04/01 20:00:00,10.587958860790424,True -2017/04/01 21:00:00,10.572474872242655,True -2017/04/01 22:00:00,10.189929289202155,True -2017/04/01 23:00:00,9.589962636442989,True -2017/04/02 00:00:00,8.536238687182358,True -2017/04/02 01:00:00,7.899191331344216,True -2017/04/02 02:00:00,8.229703685564695,True -2017/04/02 03:00:00,7.824034670423557,True -2017/04/02 04:00:00,9.06329780611586,True -2017/04/02 05:00:00,9.671178567971983,True -2017/04/02 06:00:00,10.581874291912307,True -2017/04/02 07:00:00,9.522075942071732,True -2017/04/02 08:00:00,10.397555082580157,True -2017/04/02 09:00:00,9.910909134881749,True -2017/04/02 10:00:00,10.758462387462085,True -2017/04/02 11:00:00,10.360767584612788,True -2017/04/02 12:00:00,10.72248933116313,True -2017/04/02 13:00:00,10.234673156756658,True -2017/04/02 14:00:00,10.790920258835213,True -2017/04/02 15:00:00,10.167253170499032,True -2017/04/02 16:00:00,10.253948745844278,True -2017/04/02 17:00:00,10.486131062777975,True -2017/04/02 18:00:00,10.511438383045768,True -2017/04/02 19:00:00,10.535362922322578,True -2017/04/02 20:00:00,10.919831605055876,True -2017/04/02 21:00:00,10.769798564095698,True -2017/04/02 22:00:00,10.247370595572782,True -2017/04/02 23:00:00,9.57649397115232,True -2017/04/03 00:00:00,9.039769667250871,True -2017/04/03 01:00:00,8.50246208641569,True -2017/04/03 02:00:00,8.672568322093124,True -2017/04/03 03:00:00,8.7195273667496,True -2017/04/03 04:00:00,9.572510802940572,True -2017/04/03 05:00:00,10.564224171081797,True -2017/04/03 06:00:00,10.94259691731183,True -2017/04/03 07:00:00,11.135632988431752,True -2017/04/03 08:00:00,12.771676228137212,True -2017/04/03 09:00:00,12.960794532789071,True -2017/04/03 10:00:00,13.219591213470837,True -2017/04/03 11:00:00,13.385770092447535,True -2017/04/03 12:00:00,13.25554344944488,True -2017/04/03 13:00:00,13.395688876205359,True -2017/04/03 14:00:00,13.368726157737918,True -2017/04/03 15:00:00,13.285888514596412,True -2017/04/03 16:00:00,13.490272886282503,True -2017/04/03 17:00:00,12.495435060725175,True -2017/04/03 18:00:00,11.981275552447846,True -2017/04/03 19:00:00,11.190364808963333,True -2017/04/03 20:00:00,12.026882785192116,True -2017/04/03 21:00:00,11.228937729939545,True -2017/04/03 22:00:00,10.555004971765145,True -2017/04/03 23:00:00,9.843567472168054,True -2017/04/04 00:00:00,8.705665926008948,True -2017/04/04 01:00:00,8.609847627987545,True -2017/04/04 02:00:00,8.467518203806819,True -2017/04/04 03:00:00,8.21413134102875,True -2017/04/04 04:00:00,9.015292463306265,True -2017/04/04 05:00:00,9.671326813074087,True -2017/04/04 06:00:00,10.319420547609962,True -2017/04/04 07:00:00,11.629058839033954,True -2017/04/04 08:00:00,13.01434831794544,True -2017/04/04 09:00:00,13.06741912924094,True -2017/04/04 10:00:00,13.18751145395805,True -2017/04/04 11:00:00,13.30783163418415,True -2017/04/04 12:00:00,13.121261129168282,True -2017/04/04 13:00:00,13.168333106435453,True -2017/04/04 14:00:00,13.112993344883217,True -2017/04/04 15:00:00,13.059891434962042,True -2017/04/04 16:00:00,13.219179544465465,True -2017/04/04 17:00:00,12.070559982852327,True -2017/04/04 18:00:00,11.739644617069501,True -2017/04/04 19:00:00,11.193031775324107,True -2017/04/04 20:00:00,11.797118486896707,True -2017/04/04 21:00:00,11.458388442804189,True -2017/04/04 22:00:00,10.828129702745315,True -2017/04/04 23:00:00,9.57151634913546,True -2017/04/05 00:00:00,9.145039252170646,True -2017/04/05 01:00:00,8.116845299156877,True -2017/04/05 02:00:00,8.768770814991072,True -2017/04/05 03:00:00,8.391614688194586,True -2017/04/05 04:00:00,9.571557988457892,True -2017/04/05 05:00:00,10.807496974833871,True -2017/04/05 06:00:00,10.897692346316006,True -2017/04/05 07:00:00,11.128977878797212,True -2017/04/05 08:00:00,12.838058573979506,True -2017/04/05 09:00:00,13.05756752071655,True -2017/04/05 10:00:00,13.242261441325635,True -2017/04/05 11:00:00,13.410659191770295,True -2017/04/05 12:00:00,13.237183202646628,True -2017/04/05 13:00:00,13.21610366443829,True -2017/04/05 14:00:00,13.193411190659754,True -2017/04/05 15:00:00,13.15345604452032,True -2017/04/05 16:00:00,13.303018068961855,True -2017/04/05 17:00:00,12.320677404402568,True -2017/04/05 18:00:00,11.946054668281446,True -2017/04/05 19:00:00,11.150389469922876,True -2017/04/05 20:00:00,12.002436615324347,True -2017/04/05 21:00:00,11.11688502548176,True -2017/04/05 22:00:00,10.386321124668338,True -2017/04/05 23:00:00,9.657631543996326,True -2017/04/06 00:00:00,8.828495435345673,True -2017/04/06 01:00:00,8.495058204549004,True -2017/04/06 02:00:00,8.666675915964033,True -2017/04/06 03:00:00,8.604471673061703,True -2017/04/06 04:00:00,9.539774211941504,True -2017/04/06 05:00:00,10.801145302490623,True -2017/04/06 06:00:00,10.866310834500288,True -2017/04/06 07:00:00,11.153437352513603,True -2017/04/06 08:00:00,12.948090962840284,True -2017/04/06 09:00:00,13.082143278701206,True -2017/04/06 10:00:00,13.293929519129543,True -2017/04/06 11:00:00,13.474545615245868,True -2017/04/06 12:00:00,13.421284921124316,True -2017/04/06 13:00:00,13.552177584579304,True -2017/04/06 14:00:00,13.508630467539486,True -2017/04/06 15:00:00,13.452258463426242,True -2017/04/06 16:00:00,13.636197951685451,True -2017/04/06 17:00:00,12.701138670151567,True -2017/04/06 18:00:00,11.9516510980263,True -2017/04/06 19:00:00,11.209915093582842,True -2017/04/06 20:00:00,12.232887717094709,True -2017/04/06 21:00:00,11.245815787329747,True -2017/04/06 22:00:00,11.021371795399206,True -2017/04/06 23:00:00,9.84894893865856,True -2017/04/07 00:00:00,8.71085307995212,True -2017/04/07 01:00:00,8.615536392677674,True -2017/04/07 02:00:00,8.334462395872674,True -2017/04/07 03:00:00,8.152954095705391,True -2017/04/07 04:00:00,9.252019521840397,True -2017/04/07 05:00:00,9.668478461606188,True -2017/04/07 06:00:00,10.153695736206462,True -2017/04/07 07:00:00,11.87804215860016,True -2017/04/07 08:00:00,13.211787995401194,True -2017/04/07 09:00:00,13.339919639957017,True -2017/04/07 10:00:00,13.492314747965697,True -2017/04/07 11:00:00,13.731971850498931,True -2017/04/07 12:00:00,13.672388888576068,True -2017/04/07 13:00:00,13.727898690292875,True -2017/04/07 14:00:00,13.693616521984108,True -2017/04/07 15:00:00,13.617583047167342,True -2017/04/07 16:00:00,13.72471079720163,True -2017/04/07 17:00:00,12.780490503756898,True -2017/04/07 18:00:00,12.025583082007424,True -2017/04/07 19:00:00,11.192268802265621,True -2017/04/07 20:00:00,12.15071827326201,True -2017/04/07 21:00:00,11.264272832605293,True -2017/04/07 22:00:00,11.04842412998669,True -2017/04/07 23:00:00,9.59158061493106,True -2017/04/08 00:00:00,9.11421589509563,True -2017/04/08 01:00:00,7.993249603534434,True -2017/04/08 02:00:00,8.144734759132367,True -2017/04/08 03:00:00,7.827111038021103,True -2017/04/08 04:00:00,9.129032708534952,True -2017/04/08 05:00:00,9.213762643063449,True -2017/04/08 06:00:00,10.189028058010273,True -2017/04/08 07:00:00,11.083326366339174,True -2017/04/08 08:00:00,11.80016759109985,True -2017/04/08 09:00:00,12.29986063547711,True -2017/04/08 10:00:00,12.492724589772655,True -2017/04/08 11:00:00,12.659910841554918,True -2017/04/08 12:00:00,11.3039939127527,True -2017/04/08 13:00:00,11.271455941740285,True -2017/04/08 14:00:00,11.610907976301748,True -2017/04/08 15:00:00,11.010540573698684,True -2017/04/08 16:00:00,11.399959168591137,True -2017/04/08 17:00:00,10.348138950664652,True -2017/04/08 18:00:00,10.825001104578186,True -2017/04/08 19:00:00,10.31753331073647,True -2017/04/08 20:00:00,10.61044497181814,True -2017/04/08 21:00:00,10.553326612501241,True -2017/04/08 22:00:00,10.109015174156527,True -2017/04/08 23:00:00,9.424068925085189,True -2017/04/09 00:00:00,8.53327106313655,True -2017/04/09 01:00:00,7.912871891423738,True -2017/04/09 02:00:00,8.046251589504008,True -2017/04/09 03:00:00,7.78901512530963,True -2017/04/09 04:00:00,8.283035106130502,True -2017/04/09 05:00:00,9.446754052106943,True -2017/04/09 06:00:00,9.919477865567556,True -2017/04/09 07:00:00,9.587692380172548,True -2017/04/09 08:00:00,9.942204618547896,True -2017/04/09 09:00:00,10.397819277062545,True -2017/04/09 10:00:00,10.493740631936229,True -2017/04/09 11:00:00,10.594307675771294,True -2017/04/09 12:00:00,10.444762971263229,True -2017/04/09 13:00:00,10.78503545080849,True -2017/04/09 14:00:00,11.01423679385308,True -2017/04/09 15:00:00,10.463943853161862,True -2017/04/09 16:00:00,11.087701976377636,True -2017/04/09 17:00:00,10.52233877832879,True -2017/04/09 18:00:00,10.294893904360759,True -2017/04/09 19:00:00,10.223813310452336,True -2017/04/09 20:00:00,10.62904381360037,True -2017/04/09 21:00:00,10.520230268821289,True -2017/04/09 22:00:00,10.14427070981024,True -2017/04/09 23:00:00,9.605709824099884,True -2017/04/10 00:00:00,8.739058233871154,True -2017/04/10 01:00:00,8.152374798114842,True -2017/04/10 02:00:00,8.918854280307139,True -2017/04/10 03:00:00,8.432765635578535,True -2017/04/10 04:00:00,9.455103019096267,True -2017/04/10 05:00:00,9.67474855637616,True -2017/04/10 06:00:00,10.56409587993734,True -2017/04/10 07:00:00,11.528781865538326,True -2017/04/10 08:00:00,12.918790885804434,True -2017/04/10 09:00:00,13.048716769913634,True -2017/04/10 10:00:00,13.215673573100592,True -2017/04/10 11:00:00,13.37371715554824,True -2017/04/10 12:00:00,13.233623188484477,True -2017/04/10 13:00:00,13.267192495524537,True -2017/04/10 14:00:00,13.131578873766546,True -2017/04/10 15:00:00,13.052047750995575,True -2017/04/10 16:00:00,13.21339559049016,True -2017/04/10 17:00:00,12.13108633980779,True -2017/04/10 18:00:00,11.702997265544433,True -2017/04/10 19:00:00,11.247323729436683,True -2017/04/10 20:00:00,11.763850465334418,True -2017/04/10 21:00:00,11.575795686062998,True -2017/04/10 22:00:00,10.665416080396025,True -2017/04/10 23:00:00,9.570380943344528,True -2017/04/11 00:00:00,9.221666974292535,True -2017/04/11 01:00:00,8.123906991318542,True -2017/04/11 02:00:00,9.201554315940069,True -2017/04/11 03:00:00,8.240089826633511,True -2017/04/11 04:00:00,9.622795256134859,True -2017/04/11 05:00:00,9.672784453606063,True -2017/04/11 06:00:00,10.5650949344896,True -2017/04/11 07:00:00,11.17894713093935,True -2017/04/11 08:00:00,12.905087145052482,True -2017/04/11 09:00:00,13.059405772101968,True -2017/04/11 10:00:00,13.17845200623886,True -2017/04/11 11:00:00,13.316478280110964,True -2017/04/11 12:00:00,13.188710764741876,True -2017/04/11 13:00:00,13.263239476052167,True -2017/04/11 14:00:00,13.218387486513455,True -2017/04/11 15:00:00,13.20359822503299,True -2017/04/11 16:00:00,13.376880001696636,True -2017/04/11 17:00:00,12.436506073044727,True -2017/04/11 18:00:00,11.78262824594832,True -2017/04/11 19:00:00,11.583088440097555,True -2017/04/11 20:00:00,12.033919244356891,True -2017/04/11 21:00:00,11.643346374639808,True -2017/04/11 22:00:00,10.84271633999889,True -2017/04/11 23:00:00,9.641722878422835,True -2017/04/12 00:00:00,8.7136492828827,True -2017/04/12 01:00:00,8.622118474525026,True -2017/04/12 02:00:00,8.305340512837743,True -2017/04/12 03:00:00,8.251490258239873,True -2017/04/12 04:00:00,9.179751415267535,True -2017/04/12 05:00:00,9.6697125160058,True -2017/04/12 06:00:00,10.523099551600426,True -2017/04/12 07:00:00,11.718016556936355,True -2017/04/12 08:00:00,13.135699594389957,True -2017/04/12 09:00:00,13.213029288761062,True -2017/04/12 10:00:00,13.355982457579994,True -2017/04/12 11:00:00,13.475381322193371,True -2017/04/12 12:00:00,13.281564196432317,True -2017/04/12 13:00:00,13.364132502561183,True -2017/04/12 14:00:00,13.279699964372227,True -2017/04/12 15:00:00,13.224612486256158,True -2017/04/12 16:00:00,13.36839328294542,True -2017/04/12 17:00:00,12.459998916379387,True -2017/04/12 18:00:00,11.831035849166838,True -2017/04/12 19:00:00,11.157196023756493,True -2017/04/12 20:00:00,11.801118258855386,True -2017/04/12 21:00:00,11.480714061675243,True -2017/04/12 22:00:00,10.433245096472355,True -2017/04/12 23:00:00,9.574099321361066,True -2017/04/13 00:00:00,8.957581754944162,True -2017/04/13 01:00:00,8.126028492989441,True -2017/04/13 02:00:00,8.736080813301122,True -2017/04/13 03:00:00,8.215503557804714,True -2017/04/13 04:00:00,9.542269491365353,True -2017/04/13 05:00:00,9.67406065826021,True -2017/04/13 06:00:00,10.568844670047842,True -2017/04/13 07:00:00,11.190438440246233,True -2017/04/13 08:00:00,12.932822576487169,True -2017/04/13 09:00:00,12.979061413800853,True -2017/04/13 10:00:00,13.160690939192508,True -2017/04/13 11:00:00,13.29709861354777,True -2017/04/13 12:00:00,13.17664466898438,True -2017/04/13 13:00:00,13.25222708884739,True -2017/04/13 14:00:00,13.164327252942245,True -2017/04/13 15:00:00,13.123037087774726,True -2017/04/13 16:00:00,13.284437350775228,True -2017/04/13 17:00:00,12.325130048942723,True -2017/04/13 18:00:00,11.827202794205323,True -2017/04/13 19:00:00,11.152534884546574,True -2017/04/13 20:00:00,12.180294552941504,True -2017/04/13 21:00:00,11.14098521009082,True -2017/04/13 22:00:00,10.849607335946216,True -2017/04/13 23:00:00,9.606475047223531,True -2017/04/14 00:00:00,8.721562359302533,True -2017/04/14 01:00:00,8.219057758413046,True -2017/04/14 02:00:00,8.576077254377203,True -2017/04/14 03:00:00,8.118222627121586,True -2017/04/14 04:00:00,9.653173236846396,True -2017/04/14 05:00:00,9.674110377156063,True -2017/04/14 06:00:00,10.571301129150413,True -2017/04/14 07:00:00,11.19242903207249,True -2017/04/14 08:00:00,12.821653640897063,True -2017/04/14 09:00:00,13.004701855855433,True -2017/04/14 10:00:00,13.141384024847516,True -2017/04/14 11:00:00,13.2555960419184,True -2017/04/14 12:00:00,13.104205229283956,True -2017/04/14 13:00:00,13.154168174846257,True -2017/04/14 14:00:00,13.126905480381101,True -2017/04/14 15:00:00,13.126672232645271,True -2017/04/14 16:00:00,13.354215919291361,True -2017/04/14 17:00:00,12.495297560931236,True -2017/04/14 18:00:00,11.539426663753229,True -2017/04/14 19:00:00,11.243691125299168,True -2017/04/14 20:00:00,11.910142371524751,True -2017/04/14 21:00:00,11.249789195864984,True -2017/04/14 22:00:00,10.615761796976686,True -2017/04/14 23:00:00,10.061100547644376,True -2017/04/15 00:00:00,8.748163730671498,True -2017/04/15 01:00:00,8.643736767001679,True -2017/04/15 02:00:00,8.231647428948254,True -2017/04/15 03:00:00,8.409686671451176,True -2017/04/15 04:00:00,8.8976935351576,True -2017/04/15 05:00:00,9.678354276654787,True -2017/04/15 06:00:00,10.189961352567165,True -2017/04/15 07:00:00,10.978402320000148,True -2017/04/15 08:00:00,11.456440086012728,True -2017/04/15 09:00:00,11.653744547483907,True -2017/04/15 10:00:00,11.770194603879352,True -2017/04/15 11:00:00,11.855400081766172,True -2017/04/15 12:00:00,11.468725002435336,True -2017/04/15 13:00:00,10.691308832290675,True -2017/04/15 14:00:00,11.3430887087855,True -2017/04/15 15:00:00,10.475056678753779,True -2017/04/15 16:00:00,11.391236051935511,True -2017/04/15 17:00:00,10.25554293195665,True -2017/04/15 18:00:00,10.825266590685802,True -2017/04/15 19:00:00,10.21520052277197,True -2017/04/15 20:00:00,10.898600271470547,True -2017/04/15 21:00:00,10.445399830748867,True -2017/04/15 22:00:00,10.43492108451593,True -2017/04/15 23:00:00,9.604335809713564,True -2017/04/16 00:00:00,8.969883738573705,True -2017/04/16 01:00:00,8.260907917138395,True -2017/04/16 02:00:00,8.341630060267702,True -2017/04/16 03:00:00,8.44015733974585,True -2017/04/16 04:00:00,9.322567415000407,True -2017/04/16 05:00:00,9.969355139730919,True -2017/04/16 06:00:00,10.366222817842702,True -2017/04/16 07:00:00,9.813745675971829,True -2017/04/16 08:00:00,10.138844237395059,True -2017/04/16 09:00:00,10.14896958527319,True -2017/04/16 10:00:00,10.544285289025328,True -2017/04/16 11:00:00,10.63505965139126,True -2017/04/16 12:00:00,10.56038535802331,True -2017/04/16 13:00:00,10.517681913851122,True -2017/04/16 14:00:00,10.474073617442972,True -2017/04/16 15:00:00,10.378429685055586,True -2017/04/16 16:00:00,10.548936982913148,True -2017/04/16 17:00:00,10.568344458008287,True -2017/04/16 18:00:00,10.555020294704946,True -2017/04/16 19:00:00,10.411424387319585,True -2017/04/16 20:00:00,10.907878040762563,True -2017/04/16 21:00:00,10.735417430702736,True -2017/04/16 22:00:00,10.305914919549512,True -2017/04/16 23:00:00,9.589379010810461,True -2017/04/17 00:00:00,9.093202972477158,True -2017/04/17 01:00:00,8.50567183145406,True -2017/04/17 02:00:00,8.74103127970097,True -2017/04/17 03:00:00,8.608372503540306,True -2017/04/17 04:00:00,9.550899041794413,True -2017/04/17 05:00:00,10.655727420821854,True -2017/04/17 06:00:00,10.984877120204866,True -2017/04/17 07:00:00,11.145127550582943,True -2017/04/17 08:00:00,12.763461020482731,True -2017/04/17 09:00:00,12.853088346464773,True -2017/04/17 10:00:00,12.984034243548717,True -2017/04/17 11:00:00,13.191642548447389,True -2017/04/17 12:00:00,13.067742724501299,True -2017/04/17 13:00:00,13.158287831452757,True -2017/04/17 14:00:00,13.151726900823908,True -2017/04/17 15:00:00,13.120348628224434,True -2017/04/17 16:00:00,13.26165696094195,True -2017/04/17 17:00:00,12.287642089517625,True -2017/04/17 18:00:00,11.754615584000325,True -2017/04/17 19:00:00,11.14681458348134,True -2017/04/17 20:00:00,11.841320848972726,True -2017/04/17 21:00:00,11.210177458239915,True -2017/04/17 22:00:00,10.419026216542395,True -2017/04/17 23:00:00,9.77017807101259,True -2017/04/18 00:00:00,8.711938919098415,True -2017/04/18 01:00:00,8.575597361399666,True -2017/04/18 02:00:00,8.274285905663058,True -2017/04/18 03:00:00,8.634524418200813,True -2017/04/18 04:00:00,9.043006850244032,True -2017/04/18 05:00:00,10.088851899597177,True -2017/04/18 06:00:00,10.157706431696678,True -2017/04/18 07:00:00,11.495270142880297,True -2017/04/18 08:00:00,13.016260931555903,True -2017/04/18 09:00:00,13.076730803046608,True -2017/04/18 10:00:00,13.24516656443919,True -2017/04/18 11:00:00,13.353346061947091,True -2017/04/18 12:00:00,13.238795136364079,True -2017/04/18 13:00:00,13.305789768478927,True -2017/04/18 14:00:00,13.282748579941915,True -2017/04/18 15:00:00,13.321665127812391,True -2017/04/18 16:00:00,13.513447223271454,True -2017/04/18 17:00:00,12.542539335288998,True -2017/04/18 18:00:00,11.75619993749846,True -2017/04/18 19:00:00,11.526056777189366,True -2017/04/18 20:00:00,12.052237627648163,True -2017/04/18 21:00:00,11.646316313739565,True -2017/04/18 22:00:00,10.787278041109701,True -2017/04/18 23:00:00,9.847861411074545,True -2017/04/19 00:00:00,8.714316349342125,True -2017/04/19 01:00:00,8.133455946884553,True -2017/04/19 02:00:00,8.365794047628361,True -2017/04/19 03:00:00,8.218010470730716,True -2017/04/19 04:00:00,9.127437808352182,True -2017/04/19 05:00:00,9.931390090627676,True -2017/04/19 06:00:00,10.16084719609543,True -2017/04/19 07:00:00,11.417099054724895,True -2017/04/19 08:00:00,13.05006981543835,True -2017/04/19 09:00:00,13.184045270532812,True -2017/04/19 10:00:00,13.359850781406518,True -2017/04/19 11:00:00,13.482433976865078,True -2017/04/19 12:00:00,13.37795458935914,True -2017/04/19 13:00:00,13.513635895114952,True -2017/04/19 14:00:00,13.594808984693152,True -2017/04/19 15:00:00,13.572700591910836,True -2017/04/19 16:00:00,13.704636234090211,True -2017/04/19 17:00:00,12.799452967794887,True -2017/04/19 18:00:00,11.940264633281362,True -2017/04/19 19:00:00,11.208527235164327,True -2017/04/19 20:00:00,12.09847423960721,True -2017/04/19 21:00:00,11.27191968145142,True -2017/04/19 22:00:00,11.046073031146966,True -2017/04/19 23:00:00,9.932935397164377,True -2017/04/20 00:00:00,9.25845159521993,True -2017/04/20 01:00:00,8.300115505923232,True -2017/04/20 02:00:00,8.546565195151278,True -2017/04/20 03:00:00,8.167148801193017,True -2017/04/20 04:00:00,9.077813788606182,True -2017/04/20 05:00:00,9.66913211207236,True -2017/04/20 06:00:00,10.157349704835957,True -2017/04/20 07:00:00,11.809637943572568,True -2017/04/20 08:00:00,13.079164998215719,True -2017/04/20 09:00:00,13.271356773275569,True -2017/04/20 10:00:00,13.402296737086402,True -2017/04/20 11:00:00,13.621367006181348,True -2017/04/20 12:00:00,13.487162074787596,True -2017/04/20 13:00:00,13.500524045442798,True -2017/04/20 14:00:00,13.490286576117176,True -2017/04/20 15:00:00,13.441897679591106,True -2017/04/20 16:00:00,13.628981565558826,True -2017/04/20 17:00:00,12.665096694025552,True -2017/04/20 18:00:00,12.02077678701242,True -2017/04/20 19:00:00,11.198636569367306,True -2017/04/20 20:00:00,12.102672606868003,True -2017/04/20 21:00:00,11.250221303981116,True -2017/04/20 22:00:00,11.129629588763471,True -2017/04/20 23:00:00,9.886111411091433,True -2017/04/21 00:00:00,9.331716479592364,True -2017/04/21 01:00:00,8.247310038961931,True -2017/04/21 02:00:00,8.550083548758618,True -2017/04/21 03:00:00,8.17795373625385,True -2017/04/21 04:00:00,9.508734876504574,True -2017/04/21 05:00:00,9.673943849175407,True -2017/04/21 06:00:00,9.608734631047216,True -2017/04/21 07:00:00,11.40966618521804,True -2017/04/21 08:00:00,13.072742341247485,True -2017/04/21 09:00:00,13.228521830874312,True -2017/04/21 10:00:00,13.342739059091967,True -2017/04/21 11:00:00,13.553814782358126,True -2017/04/21 12:00:00,13.427624479884438,True -2017/04/21 13:00:00,13.591192046753113,True -2017/04/21 14:00:00,13.48559106216599,True -2017/04/21 15:00:00,13.478849147354431,True -2017/04/21 16:00:00,13.590079831117597,True -2017/04/21 17:00:00,12.569817272202357,True -2017/04/21 18:00:00,11.91248905683203,True -2017/04/21 19:00:00,11.195246447455347,True -2017/04/21 20:00:00,12.088772444067933,True -2017/04/21 21:00:00,11.563699516294678,True -2017/04/21 22:00:00,11.012691665163636,True -2017/04/21 23:00:00,9.843829691931129,True -2017/04/22 00:00:00,8.984472194220967,True -2017/04/22 01:00:00,7.926529194424021,True -2017/04/22 02:00:00,8.056734375903345,True -2017/04/22 03:00:00,7.92866966217165,True -2017/04/22 04:00:00,8.823425568911286,True -2017/04/22 05:00:00,9.218920432982252,True -2017/04/22 06:00:00,9.651334008826165,True -2017/04/22 07:00:00,11.239147999632376,True -2017/04/22 08:00:00,11.565025798512577,True -2017/04/22 09:00:00,11.901431238980333,True -2017/04/22 10:00:00,12.090712658237907,True -2017/04/22 11:00:00,12.216556061825747,True -2017/04/22 12:00:00,11.275795100438014,True -2017/04/22 13:00:00,10.63954660278896,True -2017/04/22 14:00:00,11.73328219790395,True -2017/04/22 15:00:00,11.14950441577941,True -2017/04/22 16:00:00,11.64646990180134,True -2017/04/22 17:00:00,10.333457125608971,True -2017/04/22 18:00:00,10.739927611016611,True -2017/04/22 19:00:00,10.295331935241009,True -2017/04/22 20:00:00,10.61572685439023,True -2017/04/22 21:00:00,10.575102613382304,True -2017/04/22 22:00:00,10.24007390008373,True -2017/04/22 23:00:00,9.653007550794156,True -2017/04/23 00:00:00,8.525975987141182,True -2017/04/23 01:00:00,7.802985060904489,True -2017/04/23 02:00:00,7.978409080828705,True -2017/04/23 03:00:00,8.348593419799236,True -2017/04/23 04:00:00,8.818456204885178,True -2017/04/23 05:00:00,10.157873983380975,True -2017/04/23 06:00:00,9.53434428462483,True -2017/04/23 07:00:00,10.0788961684466,True -2017/04/23 08:00:00,9.96970677134002,True -2017/04/23 09:00:00,10.510073317867784,True -2017/04/23 10:00:00,10.243756435735438,True -2017/04/23 11:00:00,10.924477837455973,True -2017/04/23 12:00:00,10.26538881084527,True -2017/04/23 13:00:00,11.00401863084946,True -2017/04/23 14:00:00,10.712289531523062,True -2017/04/23 15:00:00,10.736056974941205,True -2017/04/23 16:00:00,10.185035809472524,True -2017/04/23 17:00:00,10.270475167917667,True -2017/04/23 18:00:00,10.74156672189769,True -2017/04/23 19:00:00,10.047915480228184,True -2017/04/23 20:00:00,10.628365067558786,True -2017/04/23 21:00:00,10.533597699827471,True -2017/04/23 22:00:00,10.095614098213794,True -2017/04/23 23:00:00,9.39872572424493,True -2017/04/24 00:00:00,9.070249154573888,True -2017/04/24 01:00:00,8.13897754985772,True -2017/04/24 02:00:00,8.65536778571405,True -2017/04/24 03:00:00,8.14425740041343,True -2017/04/24 04:00:00,9.545831922666236,True -2017/04/24 05:00:00,10.516577644378533,True -2017/04/24 06:00:00,10.545953555237302,True -2017/04/24 07:00:00,11.353292605928795,True -2017/04/24 08:00:00,12.9933909727525,True -2017/04/24 09:00:00,13.107606578031175,True -2017/04/24 10:00:00,13.27244407281086,True -2017/04/24 11:00:00,13.454707131355981,True -2017/04/24 12:00:00,13.364489830990179,True -2017/04/24 13:00:00,13.435733675270747,True -2017/04/24 14:00:00,13.439356423952953,True -2017/04/24 15:00:00,13.425106003225713,True -2017/04/24 16:00:00,13.619356679161669,True -2017/04/24 17:00:00,12.56803442105016,True -2017/04/24 18:00:00,11.944002120719112,True -2017/04/24 19:00:00,11.48504318816339,True -2017/04/24 20:00:00,11.908427552287952,True -2017/04/24 21:00:00,11.851083306784238,True -2017/04/24 22:00:00,10.571176982533162,True -2017/04/24 23:00:00,9.98961599460307,True -2017/04/25 00:00:00,8.723783600813206,True -2017/04/25 01:00:00,8.72411252567267,True -2017/04/25 02:00:00,8.318323270407156,True -2017/04/25 03:00:00,8.170155435406143,True -2017/04/25 04:00:00,9.173705178230662,True -2017/04/25 05:00:00,9.672064374048675,True -2017/04/25 06:00:00,9.60471606840757,True -2017/04/25 07:00:00,11.626146926500198,True -2017/04/25 08:00:00,13.029343113988913,True -2017/04/25 09:00:00,13.160254593593052,True -2017/04/25 10:00:00,13.300723557451555,True -2017/04/25 11:00:00,13.350611270841148,True -2017/04/25 12:00:00,13.220152955998271,True -2017/04/25 13:00:00,13.308431106394565,True -2017/04/25 14:00:00,13.261551246032933,True -2017/04/25 15:00:00,13.189875217694262,True -2017/04/25 16:00:00,13.393222142822841,True -2017/04/25 17:00:00,12.49322004156735,True -2017/04/25 18:00:00,11.972765656208335,True -2017/04/25 19:00:00,11.17500899284521,True -2017/04/25 20:00:00,12.177317433520054,True -2017/04/25 21:00:00,11.222656599155695,True -2017/04/25 22:00:00,10.549476157840896,True -2017/04/25 23:00:00,9.649214732086792,True -2017/04/26 00:00:00,9.202952491390196,True -2017/04/26 01:00:00,8.23152495645571,True -2017/04/26 02:00:00,8.927116673285452,True -2017/04/26 03:00:00,8.648909393799306,True -2017/04/26 04:00:00,9.690725204796287,True -2017/04/26 05:00:00,9.838029235237999,True -2017/04/26 06:00:00,9.976367640654592,True -2017/04/26 07:00:00,11.534575621671438,True -2017/04/26 08:00:00,13.092247772134307,True -2017/04/26 09:00:00,13.219885339250181,True -2017/04/26 10:00:00,13.329844347091694,True -2017/04/26 11:00:00,13.49884871178489,True -2017/04/26 12:00:00,13.404264281750088,True -2017/04/26 13:00:00,13.584904854104753,True -2017/04/26 14:00:00,13.582624636336774,True -2017/04/26 15:00:00,13.484725067153956,True -2017/04/26 16:00:00,13.560539610361664,True -2017/04/26 17:00:00,12.610766749893438,True -2017/04/26 18:00:00,11.874853998895235,True -2017/04/26 19:00:00,11.20683444366265,True -2017/04/26 20:00:00,11.931039183286407,True -2017/04/26 21:00:00,11.249563125159382,True -2017/04/26 22:00:00,11.143249686176908,True -2017/04/26 23:00:00,9.974579188891553,True -2017/04/27 00:00:00,9.221662874278985,True -2017/04/27 01:00:00,8.504800470752661,True -2017/04/27 02:00:00,8.426785179264503,True -2017/04/27 03:00:00,8.1893723823536,True -2017/04/27 04:00:00,9.582664092415536,True -2017/04/27 05:00:00,9.670082891159977,True -2017/04/27 06:00:00,9.605851233574388,True -2017/04/27 07:00:00,11.682347641457529,True -2017/04/27 08:00:00,13.142847505058235,True -2017/04/27 09:00:00,13.194914632174045,True -2017/04/27 10:00:00,13.368135087298999,True -2017/04/27 11:00:00,13.497026127029242,True -2017/04/27 12:00:00,13.319788666485957,True -2017/04/27 13:00:00,13.33814079580343,True -2017/04/27 14:00:00,13.34732372224341,True -2017/04/27 15:00:00,13.24089501212853,True -2017/04/27 16:00:00,13.3902459953276,True -2017/04/27 17:00:00,12.504310986350983,True -2017/04/27 18:00:00,11.851212224206588,True -2017/04/27 19:00:00,11.190787842983353,True -2017/04/27 20:00:00,12.272890490329953,True -2017/04/27 21:00:00,11.278784701025016,True -2017/04/27 22:00:00,10.6437930398234,True -2017/04/27 23:00:00,10.46362661410023,True -2017/04/28 00:00:00,8.751588191138412,True -2017/04/28 01:00:00,8.250287042373042,True -2017/04/28 02:00:00,8.801072997913915,True -2017/04/28 03:00:00,8.162499770310449,True -2017/04/28 04:00:00,9.162331993312018,True -2017/04/28 05:00:00,9.66871339027765,True -2017/04/28 06:00:00,9.602249930583547,True -2017/04/28 07:00:00,11.791444988258709,True -2017/04/28 08:00:00,13.151459504982002,True -2017/04/28 09:00:00,13.229808156249542,True -2017/04/28 10:00:00,13.327799934727679,True -2017/04/28 11:00:00,13.42710543728307,True -2017/04/28 12:00:00,13.279492023353933,True -2017/04/28 13:00:00,13.304872714477375,True -2017/04/28 14:00:00,13.250603333191048,True -2017/04/28 15:00:00,13.22645591995204,True -2017/04/28 16:00:00,13.375009577278231,True -2017/04/28 17:00:00,12.45840300791387,True -2017/04/28 18:00:00,11.846822568521235,True -2017/04/28 19:00:00,11.189383019295224,True -2017/04/28 20:00:00,12.228893667123645,True -2017/04/28 21:00:00,11.271947507939627,True -2017/04/28 22:00:00,10.64093628448714,True -2017/04/28 23:00:00,9.951947916693738,True -2017/04/29 00:00:00,8.978285614386436,True -2017/04/29 01:00:00,7.929210722421648,True -2017/04/29 02:00:00,8.012314764488801,True -2017/04/29 03:00:00,7.825400291084673,True -2017/04/29 04:00:00,8.820914033067288,True -2017/04/29 05:00:00,9.217235743549486,True -2017/04/29 06:00:00,9.648157279587565,True -2017/04/29 07:00:00,11.342294881076384,True -2017/04/29 08:00:00,11.629280213334747,True -2017/04/29 09:00:00,11.886390772585935,True -2017/04/29 10:00:00,12.024371207992322,True -2017/04/29 11:00:00,12.151902087517618,True -2017/04/29 12:00:00,11.194524535493375,True -2017/04/29 13:00:00,10.597835238894652,True -2017/04/29 14:00:00,11.196415927920526,True -2017/04/29 15:00:00,11.072160076888533,True -2017/04/29 16:00:00,10.83709144310635,True -2017/04/29 17:00:00,10.352912795937645,True -2017/04/29 18:00:00,10.35594391862523,True -2017/04/29 19:00:00,10.812722467245614,True -2017/04/29 20:00:00,10.610712287552612,True -2017/04/29 21:00:00,10.586192085440612,True -2017/04/29 22:00:00,10.254757290092266,True -2017/04/29 23:00:00,9.71825326805717,True -2017/04/30 00:00:00,8.539673568677813,True -2017/04/30 01:00:00,7.91179855647786,True -2017/04/30 02:00:00,8.063819940199943,True -2017/04/30 03:00:00,7.929797814520319,True -2017/04/30 04:00:00,9.039299917833317,True -2017/04/30 05:00:00,9.388034803828361,True -2017/04/30 06:00:00,9.379643162510636,True -2017/04/30 07:00:00,9.624048114159455,True -2017/04/30 08:00:00,9.941555158291402,True -2017/04/30 09:00:00,9.944754468950435,True -2017/04/30 10:00:00,10.532756010618819,True -2017/04/30 11:00:00,10.387245348490406,True -2017/04/30 12:00:00,10.95977748790734,True -2017/04/30 13:00:00,10.20112578532042,True -2017/04/30 14:00:00,10.415334418441727,True -2017/04/30 15:00:00,10.11498993376021,True -2017/04/30 16:00:00,11.058277891436227,True -2017/04/30 17:00:00,10.286553590240779,True -2017/04/30 18:00:00,10.161824979425205,True -2017/04/30 19:00:00,10.682641450317668,True -2017/04/30 20:00:00,10.658393713491158,True -2017/04/30 21:00:00,10.554400170607373,True -2017/04/30 22:00:00,10.126353946672417,True -2017/04/30 23:00:00,9.573880565583009,True -2017/05/01 00:00:00,7.901194460506196,True -2017/05/01 01:00:00,7.57811821691725,True -2017/05/01 02:00:00,7.9833919550378525,True -2017/05/01 03:00:00,7.546160922845007,True -2017/05/01 04:00:00,8.64018352942416,True -2017/05/01 05:00:00,10.331652750538767,True -2017/05/01 06:00:00,9.643133371883975,True -2017/05/01 07:00:00,11.332304078471196,True -2017/05/01 08:00:00,12.957627214773847,True -2017/05/01 09:00:00,13.139770006260452,True -2017/05/01 10:00:00,13.23048175982677,True -2017/05/01 11:00:00,13.36635339113731,True -2017/05/01 12:00:00,13.300369113694488,True -2017/05/01 13:00:00,13.23769996370885,True -2017/05/01 14:00:00,13.204640715897174,True -2017/05/01 15:00:00,13.21893814005004,True -2017/05/01 16:00:00,13.444105880642454,True -2017/05/01 17:00:00,12.495828843003517,True -2017/05/01 18:00:00,11.862254709211705,True -2017/05/01 19:00:00,11.115403420490477,True -2017/05/01 20:00:00,11.9887609435365,True -2017/05/01 21:00:00,11.131356055178678,True -2017/05/01 22:00:00,10.84437858500363,True -2017/05/01 23:00:00,9.997739577645529,True -2017/05/02 00:00:00,8.109651804723596,True -2017/05/02 01:00:00,7.035543926160878,True -2017/05/02 02:00:00,7.752399991654311,True -2017/05/02 03:00:00,7.032687799488671,True -2017/05/02 04:00:00,8.645326203078621,True -2017/05/02 05:00:00,9.140329491210865,True -2017/05/02 06:00:00,9.16162021028154,True -2017/05/02 07:00:00,11.58379789162938,True -2017/05/02 08:00:00,12.985121926091253,True -2017/05/02 09:00:00,13.113867593718517,True -2017/05/02 10:00:00,13.355353921082717,True -2017/05/02 11:00:00,13.562301873379274,True -2017/05/02 12:00:00,13.39197144020721,True -2017/05/02 13:00:00,13.466342828444407,True -2017/05/02 14:00:00,13.39383975290885,True -2017/05/02 15:00:00,13.352375992960388,True -2017/05/02 16:00:00,13.521640089421185,True -2017/05/02 17:00:00,12.444242239345629,True -2017/05/02 18:00:00,11.562346760063098,True -2017/05/02 19:00:00,11.021154989052413,True -2017/05/02 20:00:00,12.006827898410506,True -2017/05/02 21:00:00,11.148328122812597,True -2017/05/02 22:00:00,10.939765087867231,True -2017/05/02 23:00:00,9.54808542522352,True -2017/05/03 00:00:00,8.400237800632523,True -2017/05/03 01:00:00,7.029975881759457,True -2017/05/03 02:00:00,7.270482141690446,True -2017/05/03 03:00:00,7.028694031592194,True -2017/05/03 04:00:00,8.245927872164398,True -2017/05/03 05:00:00,9.141450481229006,True -2017/05/03 06:00:00,9.156044887696227,True -2017/05/03 07:00:00,11.51383697641075,True -2017/05/03 08:00:00,12.972939363034875,True -2017/05/03 09:00:00,13.113872068034768,True -2017/05/03 10:00:00,13.264366534147047,True -2017/05/03 11:00:00,13.395781801709036,True -2017/05/03 12:00:00,13.134961996332603,True -2017/05/03 13:00:00,13.445744489728648,True -2017/05/03 14:00:00,13.459456455981378,True -2017/05/03 15:00:00,13.358073311505315,True -2017/05/03 16:00:00,13.447677919859327,True -2017/05/03 17:00:00,12.599139863277498,True -2017/05/03 18:00:00,11.764949514468555,True -2017/05/03 19:00:00,11.006139140723894,True -2017/05/03 20:00:00,12.014421014476957,True -2017/05/03 21:00:00,11.136143957896286,True -2017/05/03 22:00:00,10.83464499333772,True -2017/05/03 23:00:00,9.496717568983776,True -2017/05/04 00:00:00,8.020887406697128,True -2017/05/04 01:00:00,7.030856624211553,True -2017/05/04 02:00:00,7.7663335191770955,True -2017/05/04 03:00:00,7.034786387372946,True -2017/05/04 04:00:00,8.344553935499649,True -2017/05/04 05:00:00,9.14100230573826,True -2017/05/04 06:00:00,9.150787736541108,True -2017/05/04 07:00:00,11.445680351974099,True -2017/05/04 08:00:00,12.98518710116861,True -2017/05/04 09:00:00,13.110350690416336,True -2017/05/04 10:00:00,13.285080009255354,True -2017/05/04 11:00:00,13.487060255395857,True -2017/05/04 12:00:00,13.310224209479841,True -2017/05/04 13:00:00,13.484680153888926,True -2017/05/04 14:00:00,13.445863659106973,True -2017/05/04 15:00:00,13.381937830722086,True -2017/05/04 16:00:00,13.51876232314224,True -2017/05/04 17:00:00,12.572997409852091,True -2017/05/04 18:00:00,11.768977325759526,True -2017/05/04 19:00:00,10.838200973793109,True -2017/05/04 20:00:00,12.016037873708463,True -2017/05/04 21:00:00,11.133241653521216,True -2017/05/04 22:00:00,10.930047075568778,True -2017/05/04 23:00:00,9.50924692933957,True -2017/05/05 00:00:00,8.372183171197724,True -2017/05/05 01:00:00,7.033335382906156,True -2017/05/05 02:00:00,7.45813479700848,True -2017/05/05 03:00:00,7.033198615222985,True -2017/05/05 04:00:00,8.755684204071807,True -2017/05/05 05:00:00,9.137100850294658,True -2017/05/05 06:00:00,9.161149666960496,True -2017/05/05 07:00:00,11.645932917703176,True -2017/05/05 08:00:00,12.908217113019948,True -2017/05/05 09:00:00,13.121241397368362,True -2017/05/05 10:00:00,13.378813608198334,True -2017/05/05 11:00:00,13.565303807595283,True -2017/05/05 12:00:00,13.477907486858959,True -2017/05/05 13:00:00,13.555251457376515,True -2017/05/05 14:00:00,13.416544841018966,True -2017/05/05 15:00:00,13.34674239385727,True -2017/05/05 16:00:00,13.471277898209795,True -2017/05/05 17:00:00,12.477178179658267,True -2017/05/05 18:00:00,11.785291282504184,True -2017/05/05 19:00:00,11.008314637387405,True -2017/05/05 20:00:00,12.028508368021942,True -2017/05/05 21:00:00,11.125582542723272,True -2017/05/05 22:00:00,10.842798311640239,True -2017/05/05 23:00:00,9.466252252319428,True -2017/05/06 00:00:00,7.921211943828569,True -2017/05/06 01:00:00,6.658486116102735,True -2017/05/06 02:00:00,7.116922440697842,True -2017/05/06 03:00:00,6.644464101857122,True -2017/05/06 04:00:00,8.033055974554896,True -2017/05/06 05:00:00,8.657553703642147,True -2017/05/06 06:00:00,9.224711983539411,True -2017/05/06 07:00:00,10.996392391209572,True -2017/05/06 08:00:00,11.560603713559997,True -2017/05/06 09:00:00,11.825113851059111,True -2017/05/06 10:00:00,11.991448401775436,True -2017/05/06 11:00:00,12.133829300785912,True -2017/05/06 12:00:00,10.862012879739485,True -2017/05/06 13:00:00,10.810821080643144,True -2017/05/06 14:00:00,11.020250505437616,True -2017/05/06 15:00:00,11.167150890024242,True -2017/05/06 16:00:00,11.09915580344352,True -2017/05/06 17:00:00,10.196943822738511,True -2017/05/06 18:00:00,10.495192448254393,True -2017/05/06 19:00:00,10.13617664103569,True -2017/05/06 20:00:00,10.967384916994838,True -2017/05/06 21:00:00,10.450240496857145,True -2017/05/06 22:00:00,9.960581640107259,True -2017/05/06 23:00:00,9.63966422181747,True -2017/05/07 00:00:00,7.621694898868844,True -2017/05/07 01:00:00,6.62457001829629,True -2017/05/07 02:00:00,6.868842491709783,True -2017/05/07 03:00:00,6.613017815023726,True -2017/05/07 04:00:00,7.996653002576882,True -2017/05/07 05:00:00,9.424166134547155,True -2017/05/07 06:00:00,9.442854156957427,True -2017/05/07 07:00:00,9.656733158117593,True -2017/05/07 08:00:00,10.147671633219232,True -2017/05/07 09:00:00,9.980587352894522,True -2017/05/07 10:00:00,10.412201027890628,True -2017/05/07 11:00:00,10.40076946230282,True -2017/05/07 12:00:00,10.339938645147123,True -2017/05/07 13:00:00,10.651767616511467,True -2017/05/07 14:00:00,10.181773281232385,True -2017/05/07 15:00:00,10.530863871018955,True -2017/05/07 16:00:00,10.322685158684296,True -2017/05/07 17:00:00,10.788861128873023,True -2017/05/07 18:00:00,10.265672711112531,True -2017/05/07 19:00:00,9.97964881180443,True -2017/05/07 20:00:00,10.442263393081,True -2017/05/07 21:00:00,10.423774237268058,True -2017/05/07 22:00:00,9.843250597670334,True -2017/05/07 23:00:00,9.168836234070678,True -2017/05/08 00:00:00,7.807598240543865,True -2017/05/08 01:00:00,7.023330823751988,True -2017/05/08 02:00:00,7.260433890501624,True -2017/05/08 03:00:00,6.990577711165353,True -2017/05/08 04:00:00,8.466515398112694,True -2017/05/08 05:00:00,9.145865507294126,True -2017/05/08 06:00:00,9.510275095736338,True -2017/05/08 07:00:00,11.34870753597289,True -2017/05/08 08:00:00,12.894152829846991,True -2017/05/08 09:00:00,13.040775433930206,True -2017/05/08 10:00:00,13.231600854211953,True -2017/05/08 11:00:00,13.41411061603523,True -2017/05/08 12:00:00,13.344251510365394,True -2017/05/08 13:00:00,13.281043639641867,True -2017/05/08 14:00:00,13.341199559663009,True -2017/05/08 15:00:00,13.280255401042133,True -2017/05/08 16:00:00,13.44478879442899,True -2017/05/08 17:00:00,12.440667672801979,True -2017/05/08 18:00:00,11.834649285978049,True -2017/05/08 19:00:00,11.072866355115002,True -2017/05/08 20:00:00,11.93501214066597,True -2017/05/08 21:00:00,11.15184285098609,True -2017/05/08 22:00:00,10.97064320114059,True -2017/05/08 23:00:00,9.535018121192811,True -2017/05/09 00:00:00,8.361001655161244,True -2017/05/09 01:00:00,7.014578261126524,True -2017/05/09 02:00:00,7.361657154392862,True -2017/05/09 03:00:00,7.000520903344231,True -2017/05/09 04:00:00,8.783775666456549,True -2017/05/09 05:00:00,9.141164057290581,True -2017/05/09 06:00:00,9.158420678278423,True -2017/05/09 07:00:00,11.645677617425587,True -2017/05/09 08:00:00,13.01902261878202,True -2017/05/09 09:00:00,13.153880981822969,True -2017/05/09 10:00:00,13.376251391442064,True -2017/05/09 11:00:00,13.5545585180903,True -2017/05/09 12:00:00,13.475091061110245,True -2017/05/09 13:00:00,13.54883743508323,True -2017/05/09 14:00:00,13.503094228099448,True -2017/05/09 15:00:00,13.496284588065464,True -2017/05/09 16:00:00,13.619956083321517,True -2017/05/09 17:00:00,12.694923746817633,True -2017/05/09 18:00:00,11.811861924332057,True -2017/05/09 19:00:00,11.05992767872301,True -2017/05/09 20:00:00,11.98181033264539,True -2017/05/09 21:00:00,11.135900643357658,True -2017/05/09 22:00:00,10.77346803449887,True -2017/05/09 23:00:00,9.397016498061557,True -2017/05/10 00:00:00,8.2903801042257,True -2017/05/10 01:00:00,7.030003758053002,True -2017/05/10 02:00:00,7.762972448249115,True -2017/05/10 03:00:00,7.028013720346156,True -2017/05/10 04:00:00,8.371894077697899,True -2017/05/10 05:00:00,9.138888718968659,True -2017/05/10 06:00:00,9.158453470236186,True -2017/05/10 07:00:00,11.731477000441279,True -2017/05/10 08:00:00,13.040496230605,True -2017/05/10 09:00:00,13.40390165611277,True -2017/05/10 10:00:00,13.662130891081496,True -2017/05/10 11:00:00,13.772081987894426,True -2017/05/10 12:00:00,13.668426755430868,True -2017/05/10 13:00:00,13.784450968745398,True -2017/05/10 14:00:00,13.778669975839016,True -2017/05/10 15:00:00,13.768452625937883,True -2017/05/10 16:00:00,13.822601307932937,True -2017/05/10 17:00:00,12.976705228700503,True -2017/05/10 18:00:00,11.859893889480166,True -2017/05/10 19:00:00,11.485472394999487,True -2017/05/10 20:00:00,11.956262505292361,True -2017/05/10 21:00:00,11.078559789693681,True -2017/05/10 22:00:00,10.979534292957487,True -2017/05/10 23:00:00,9.39680915844583,True -2017/05/11 00:00:00,8.688909622708378,True -2017/05/11 01:00:00,7.653274726339559,True -2017/05/11 02:00:00,7.973264982351398,True -2017/05/11 03:00:00,7.537463546386285,True -2017/05/11 04:00:00,8.224880335927436,True -2017/05/11 05:00:00,9.1419140612958,True -2017/05/11 06:00:00,9.160717701139589,True -2017/05/11 07:00:00,11.752856614605108,True -2017/05/11 08:00:00,13.005803363242945,True -2017/05/11 09:00:00,13.092401687839175,True -2017/05/11 10:00:00,13.252274193687482,True -2017/05/11 11:00:00,13.372932327128716,True -2017/05/11 12:00:00,13.228422950348621,True -2017/05/11 13:00:00,13.20923557337187,True -2017/05/11 14:00:00,13.10978175866383,True -2017/05/11 15:00:00,13.072053544835654,True -2017/05/11 16:00:00,13.2393671016653,True -2017/05/11 17:00:00,12.321576809942764,True -2017/05/11 18:00:00,11.696665277642708,True -2017/05/11 19:00:00,11.493308947526634,True -2017/05/11 20:00:00,11.945057186349844,True -2017/05/11 21:00:00,11.126674774448832,True -2017/05/11 22:00:00,10.402739037150397,True -2017/05/11 23:00:00,10.026310895880382,True -2017/05/12 00:00:00,8.17181968519497,True -2017/05/12 01:00:00,7.040951075708486,True -2017/05/12 02:00:00,7.282815985953472,True -2017/05/12 03:00:00,7.520064062494818,True -2017/05/12 04:00:00,8.45062496839336,True -2017/05/12 05:00:00,9.143767919899815,True -2017/05/12 06:00:00,9.16232513831464,True -2017/05/12 07:00:00,11.589190637291523,True -2017/05/12 08:00:00,12.97456777192598,True -2017/05/12 09:00:00,13.102138162121921,True -2017/05/12 10:00:00,13.230811738383963,True -2017/05/12 11:00:00,13.365709194657578,True -2017/05/12 12:00:00,13.190968983864131,True -2017/05/12 13:00:00,13.269287663194557,True -2017/05/12 14:00:00,13.149554821595313,True -2017/05/12 15:00:00,13.140957081741366,True -2017/05/12 16:00:00,13.39273586259192,True -2017/05/12 17:00:00,12.48280782673636,True -2017/05/12 18:00:00,11.645970654206273,True -2017/05/12 19:00:00,11.059102556355992,True -2017/05/12 20:00:00,11.966127509130427,True -2017/05/12 21:00:00,11.363861113103567,True -2017/05/12 22:00:00,10.871260406784229,True -2017/05/12 23:00:00,9.649493874201397,True -2017/05/13 00:00:00,7.789618930964519,True -2017/05/13 01:00:00,6.656311554413623,True -2017/05/13 02:00:00,6.919325308999602,True -2017/05/13 03:00:00,7.19056494407735,True -2017/05/13 04:00:00,7.937383177210644,True -2017/05/13 05:00:00,8.653975340490428,True -2017/05/13 06:00:00,9.22304070360557,True -2017/05/13 07:00:00,11.09732284704964,True -2017/05/13 08:00:00,11.554289623461676,True -2017/05/13 09:00:00,12.023986244507434,True -2017/05/13 10:00:00,12.370546691906068,True -2017/05/13 11:00:00,12.525961072439758,True -2017/05/13 12:00:00,11.510047005809072,True -2017/05/13 13:00:00,11.543034506285304,True -2017/05/13 14:00:00,11.773453700907066,True -2017/05/13 15:00:00,11.565406399049001,True -2017/05/13 16:00:00,11.840180593989976,True -2017/05/13 17:00:00,11.308018840778068,True -2017/05/13 18:00:00,11.506937350317434,True -2017/05/13 19:00:00,10.289687818546623,True -2017/05/13 20:00:00,11.140066581165975,True -2017/05/13 21:00:00,10.487872883586483,True -2017/05/13 22:00:00,10.174595882221697,True -2017/05/13 23:00:00,9.615192557286337,True -2017/05/14 00:00:00,8.65134844671989,True -2017/05/14 01:00:00,7.34109083865898,True -2017/05/14 02:00:00,7.6702747698138385,True -2017/05/14 03:00:00,7.122143276371421,True -2017/05/14 04:00:00,8.26633023961948,True -2017/05/14 05:00:00,8.949271042370588,True -2017/05/14 06:00:00,9.795412537368355,True -2017/05/14 07:00:00,9.38024046006987,True -2017/05/14 08:00:00,9.794041945488987,True -2017/05/14 09:00:00,9.82258196971537,True -2017/05/14 10:00:00,11.011303966584022,True -2017/05/14 11:00:00,10.704167847067286,True -2017/05/14 12:00:00,10.913151091391008,True -2017/05/14 13:00:00,11.408150253824491,True -2017/05/14 14:00:00,11.155670266710551,True -2017/05/14 15:00:00,11.587675073574415,True -2017/05/14 16:00:00,11.235873213030125,True -2017/05/14 17:00:00,11.277775759318224,True -2017/05/14 18:00:00,10.390783974431397,True -2017/05/14 19:00:00,10.551456841896524,True -2017/05/14 20:00:00,10.958679261030323,True -2017/05/14 21:00:00,10.20088690164236,True -2017/05/14 22:00:00,9.820481696459298,True -2017/05/14 23:00:00,9.183844010412109,True -2017/05/15 00:00:00,7.79605213160766,True -2017/05/15 01:00:00,7.005308280371289,True -2017/05/15 02:00:00,7.255163787696434,True -2017/05/15 03:00:00,6.998365261918144,True -2017/05/15 04:00:00,7.825572566845585,True -2017/05/15 05:00:00,9.140237730791712,True -2017/05/15 06:00:00,9.150498600380963,True -2017/05/15 07:00:00,11.5174234368601,True -2017/05/15 08:00:00,12.95057255515157,True -2017/05/15 09:00:00,13.108053136027474,True -2017/05/15 10:00:00,13.367976408527463,True -2017/05/15 11:00:00,13.552749963621567,True -2017/05/15 12:00:00,13.465550436654379,True -2017/05/15 13:00:00,13.529082305855924,True -2017/05/15 14:00:00,13.442850638180492,True -2017/05/15 15:00:00,13.436179354812186,True -2017/05/15 16:00:00,13.552803954882073,True -2017/05/15 17:00:00,12.64780582548753,True -2017/05/15 18:00:00,11.868746401102557,True -2017/05/15 19:00:00,10.946826496064924,True -2017/05/15 20:00:00,12.04484291815185,True -2017/05/15 21:00:00,11.099962222177796,True -2017/05/15 22:00:00,10.930169007046167,True -2017/05/15 23:00:00,9.532495195508584,True -2017/05/16 00:00:00,8.132422835500313,True -2017/05/16 01:00:00,7.028643492850396,True -2017/05/16 02:00:00,7.6341156436584185,True -2017/05/16 03:00:00,7.228944920497378,True -2017/05/16 04:00:00,8.51891916694766,True -2017/05/16 05:00:00,9.139300527047409,True -2017/05/16 06:00:00,9.156399573457234,True -2017/05/16 07:00:00,11.487660896988347,True -2017/05/16 08:00:00,12.943258569018633,True -2017/05/16 09:00:00,13.193313346987205,True -2017/05/16 10:00:00,13.419281930212886,True -2017/05/16 11:00:00,13.660502796299955,True -2017/05/16 12:00:00,13.55212721502023,True -2017/05/16 13:00:00,13.648064682457452,True -2017/05/16 14:00:00,13.61543014737458,True -2017/05/16 15:00:00,13.628048505351275,True -2017/05/16 16:00:00,13.746767763369347,True -2017/05/16 17:00:00,12.945336470876027,True -2017/05/16 18:00:00,12.3334334250822,True -2017/05/16 19:00:00,11.21382672034689,True -2017/05/16 20:00:00,12.424286283101624,True -2017/05/16 21:00:00,11.198212291160386,True -2017/05/16 22:00:00,11.368011327796884,True -2017/05/16 23:00:00,9.481259843072099,True -2017/05/17 00:00:00,8.740254444147874,True -2017/05/17 01:00:00,7.6237096474749615,True -2017/05/17 02:00:00,8.478209222465184,True -2017/05/17 03:00:00,7.235879704710895,True -2017/05/17 04:00:00,9.018289306546674,True -2017/05/17 05:00:00,9.138024663542213,True -2017/05/17 06:00:00,9.156282415759462,True -2017/05/17 07:00:00,12.192905641439207,True -2017/05/17 08:00:00,13.367791332941264,True -2017/05/17 09:00:00,13.48472867138816,True -2017/05/17 10:00:00,13.571352232087177,True -2017/05/17 11:00:00,13.562957174220571,True -2017/05/17 12:00:00,13.478423085138028,True -2017/05/17 13:00:00,13.577585763243343,True -2017/05/17 14:00:00,13.523886758655538,True -2017/05/17 15:00:00,13.49308438849289,True -2017/05/17 16:00:00,13.602778519126758,True -2017/05/17 17:00:00,12.66343774189973,True -2017/05/17 18:00:00,11.649092303145178,True -2017/05/17 19:00:00,10.995270630679409,True -2017/05/17 20:00:00,11.857266604195384,True -2017/05/17 21:00:00,11.072197751602284,True -2017/05/17 22:00:00,10.918054686476466,True -2017/05/17 23:00:00,9.175704543435891,True -2017/05/18 00:00:00,8.426806693487094,True -2017/05/18 01:00:00,7.029699589894138,True -2017/05/18 02:00:00,7.483725595466856,True -2017/05/18 03:00:00,7.036248952709887,True -2017/05/18 04:00:00,8.821614250024297,True -2017/05/18 05:00:00,9.14055300165521,True -2017/05/18 06:00:00,9.156605123118394,True -2017/05/18 07:00:00,11.550089383693084,True -2017/05/18 08:00:00,12.975556439502126,True -2017/05/18 09:00:00,13.063517992907606,True -2017/05/18 10:00:00,13.228766270900817,True -2017/05/18 11:00:00,13.36388238138192,True -2017/05/18 12:00:00,13.270261570207168,True -2017/05/18 13:00:00,13.440240478986672,True -2017/05/18 14:00:00,13.367666111185454,True -2017/05/18 15:00:00,13.29219709480006,True -2017/05/18 16:00:00,13.393888291128716,True -2017/05/18 17:00:00,12.496072828590721,True -2017/05/18 18:00:00,11.768866148050776,True -2017/05/18 19:00:00,11.011989459039055,True -2017/05/18 20:00:00,11.818177346144415,True -2017/05/18 21:00:00,11.154130183655955,True -2017/05/18 22:00:00,10.859162237091727,True -2017/05/18 23:00:00,9.474177543944592,True -2017/05/19 00:00:00,8.230195358276987,True -2017/05/19 01:00:00,7.029963603203484,True -2017/05/19 02:00:00,7.280623055487373,True -2017/05/19 03:00:00,7.513315953971994,True -2017/05/19 04:00:00,8.2480066468301,True -2017/05/19 05:00:00,9.14359131374884,True -2017/05/19 06:00:00,9.1622147218029,True -2017/05/19 07:00:00,11.548827342281777,True -2017/05/19 08:00:00,13.002214326514816,True -2017/05/19 09:00:00,13.081983829611865,True -2017/05/19 10:00:00,13.380287239016068,True -2017/05/19 11:00:00,13.537138102373913,True -2017/05/19 12:00:00,13.298441980443734,True -2017/05/19 13:00:00,13.410332298550282,True -2017/05/19 14:00:00,13.4069928310918,True -2017/05/19 15:00:00,13.373979440488634,True -2017/05/19 16:00:00,13.47644867702749,True -2017/05/19 17:00:00,12.44799257155696,True -2017/05/19 18:00:00,11.902092874385119,True -2017/05/19 19:00:00,11.077783523706538,True -2017/05/19 20:00:00,11.976598626369622,True -2017/05/19 21:00:00,11.109283100798388,True -2017/05/19 22:00:00,10.793176089549856,True -2017/05/19 23:00:00,9.804254563466438,True -2017/05/20 00:00:00,8.07827045461961,True -2017/05/20 01:00:00,6.656600863768221,True -2017/05/20 02:00:00,7.113828183289703,True -2017/05/20 03:00:00,6.65902620607983,True -2017/05/20 04:00:00,8.230073855661576,True -2017/05/20 05:00:00,8.65503081788537,True -2017/05/20 06:00:00,9.223764151002344,True -2017/05/20 07:00:00,11.0689493994434,True -2017/05/20 08:00:00,11.521798988358734,True -2017/05/20 09:00:00,11.904698269128708,True -2017/05/20 10:00:00,12.207194943771281,True -2017/05/20 11:00:00,12.28363399572811,True -2017/05/20 12:00:00,11.207913658337379,True -2017/05/20 13:00:00,10.736060059662796,True -2017/05/20 14:00:00,11.809246181608026,True -2017/05/20 15:00:00,11.153816665968234,True -2017/05/20 16:00:00,11.681185536068837,True -2017/05/20 17:00:00,10.30854688687977,True -2017/05/20 18:00:00,10.985091063486273,True -2017/05/20 19:00:00,10.74395928472751,True -2017/05/20 20:00:00,10.458059718511231,True -2017/05/20 21:00:00,10.67581414157826,True -2017/05/20 22:00:00,10.202117837917271,True -2017/05/20 23:00:00,9.949533115408732,True -2017/05/21 00:00:00,7.632630189861527,True -2017/05/21 01:00:00,6.651761627931093,True -2017/05/21 02:00:00,6.898515868017228,True -2017/05/21 03:00:00,6.6526991224481,True -2017/05/21 04:00:00,7.563483102845644,True -2017/05/21 05:00:00,8.799181635094644,True -2017/05/21 06:00:00,8.92425425313933,True -2017/05/21 07:00:00,9.323748605297421,True -2017/05/21 08:00:00,9.65302565061445,True -2017/05/21 09:00:00,10.666501826707316,True -2017/05/21 10:00:00,10.146691825222423,True -2017/05/21 11:00:00,10.832254156323543,True -2017/05/21 12:00:00,10.79070751895647,True -2017/05/21 13:00:00,10.854824117041051,True -2017/05/21 14:00:00,10.731808602216542,True -2017/05/21 15:00:00,10.80466608720522,True -2017/05/21 16:00:00,10.229447962801109,True -2017/05/21 17:00:00,10.701036865169844,True -2017/05/21 18:00:00,10.663608644865592,True -2017/05/21 19:00:00,9.9661432840383,True -2017/05/21 20:00:00,9.930513410342158,True -2017/05/21 21:00:00,10.27084290510994,True -2017/05/21 22:00:00,9.665404734613546,True -2017/05/21 23:00:00,8.6064433081278,True -2017/05/22 00:00:00,7.794717669194928,True -2017/05/22 01:00:00,6.99859993264495,True -2017/05/22 02:00:00,7.257228440258639,True -2017/05/22 03:00:00,6.967778171168156,True -2017/05/22 04:00:00,8.240048493486453,True -2017/05/22 05:00:00,9.142932036684334,True -2017/05/22 06:00:00,9.143941138366998,True -2017/05/22 07:00:00,11.649727816376847,True -2017/05/22 08:00:00,12.901319956656147,True -2017/05/22 09:00:00,13.04270588763273,True -2017/05/22 10:00:00,13.311781945883032,True -2017/05/22 11:00:00,13.525000878479567,True -2017/05/22 12:00:00,13.376295407194002,True -2017/05/22 13:00:00,13.478176916175425,True -2017/05/22 14:00:00,13.442255894392673,True -2017/05/22 15:00:00,13.421245372744822,True -2017/05/22 16:00:00,13.591914342189302,True -2017/05/22 17:00:00,12.772325696585948,True -2017/05/22 18:00:00,12.024730189309215,True -2017/05/22 19:00:00,10.9924242070359,True -2017/05/22 20:00:00,11.788785490014837,True -2017/05/22 21:00:00,11.16528000604223,True -2017/05/22 22:00:00,10.880792478566752,True -2017/05/22 23:00:00,9.535737523327894,True -2017/05/23 00:00:00,8.353342796151,True -2017/05/23 01:00:00,7.016378227510843,True -2017/05/23 02:00:00,7.375585057561381,True -2017/05/23 03:00:00,7.01498600323625,True -2017/05/23 04:00:00,8.462844937315277,True -2017/05/23 05:00:00,9.142476356331972,True -2017/05/23 06:00:00,9.146916100418233,True -2017/05/23 07:00:00,11.521801877510846,True -2017/05/23 08:00:00,13.088526695462171,True -2017/05/23 09:00:00,13.474256406610376,True -2017/05/23 10:00:00,13.64535798372255,True -2017/05/23 11:00:00,13.744709808178516,True -2017/05/23 12:00:00,13.618537291726906,True -2017/05/23 13:00:00,13.665914408572029,True -2017/05/23 14:00:00,13.643960159897631,True -2017/05/23 15:00:00,13.63385995610427,True -2017/05/23 16:00:00,13.751541438303391,True -2017/05/23 17:00:00,12.956437980281535,True -2017/05/23 18:00:00,12.422885435186275,True -2017/05/23 19:00:00,11.260329853898504,True -2017/05/23 20:00:00,12.305736798993811,True -2017/05/23 21:00:00,11.331842209031347,True -2017/05/23 22:00:00,11.88117651208681,True -2017/05/23 23:00:00,10.308620900041346,True -2017/05/24 00:00:00,9.800652735390967,True -2017/05/24 01:00:00,8.034274862131944,True -2017/05/24 02:00:00,8.516651319424446,True -2017/05/24 03:00:00,8.19003278674241,True -2017/05/24 04:00:00,9.160112556466972,True -2017/05/24 05:00:00,9.135603447049588,True -2017/05/24 06:00:00,9.153801531764094,True -2017/05/24 07:00:00,12.200140289231827,True -2017/05/24 08:00:00,13.196757572658088,True -2017/05/24 09:00:00,13.464448915472081,True -2017/05/24 10:00:00,13.330102080224687,True -2017/05/24 11:00:00,13.433147018632013,True -2017/05/24 12:00:00,13.26473337755624,True -2017/05/24 13:00:00,13.31998688235004,True -2017/05/24 14:00:00,13.259788423208498,True -2017/05/24 15:00:00,13.224355090689452,True -2017/05/24 16:00:00,13.373023893449272,True -2017/05/24 17:00:00,12.445708810730379,True -2017/05/24 18:00:00,11.717923594308138,True -2017/05/24 19:00:00,11.048315432696329,True -2017/05/24 20:00:00,11.77206916981426,True -2017/05/24 21:00:00,11.052104944016975,True -2017/05/24 22:00:00,10.772482986683867,True -2017/05/24 23:00:00,9.546788350933554,True -2017/05/25 00:00:00,8.334244627574272,True -2017/05/25 01:00:00,7.152239352303753,True -2017/05/25 02:00:00,7.768924967662026,True -2017/05/25 03:00:00,7.029591921071482,True -2017/05/25 04:00:00,8.134959482448126,True -2017/05/25 05:00:00,9.13786596366866,True -2017/05/25 06:00:00,9.159053338206949,True -2017/05/25 07:00:00,11.692521010679483,True -2017/05/25 08:00:00,12.918467854235905,True -2017/05/25 09:00:00,13.124182163310238,True -2017/05/25 10:00:00,13.449529151426441,True -2017/05/25 11:00:00,13.677105764476876,True -2017/05/25 12:00:00,13.532680318574288,True -2017/05/25 13:00:00,13.607174326763777,True -2017/05/25 14:00:00,13.536702816235815,True -2017/05/25 15:00:00,13.431240111480877,True -2017/05/25 16:00:00,13.494698098236759,True -2017/05/25 17:00:00,12.477283551116628,True -2017/05/25 18:00:00,11.577412537189524,True -2017/05/25 19:00:00,10.83489933568925,True -2017/05/25 20:00:00,11.651871712045548,True -2017/05/25 21:00:00,11.107537976291503,True -2017/05/25 22:00:00,10.992011513026915,True -2017/05/25 23:00:00,9.25891562380426,True -2017/05/26 00:00:00,8.317562978391098,True -2017/05/26 01:00:00,7.0354531387638355,True -2017/05/26 02:00:00,7.886324967324341,True -2017/05/26 03:00:00,6.99501868218267,True -2017/05/26 04:00:00,8.380865138159761,True -2017/05/26 05:00:00,9.13988066766815,True -2017/05/26 06:00:00,9.158474051240809,True -2017/05/26 07:00:00,11.66871408940663,True -2017/05/26 08:00:00,12.928605198375177,True -2017/05/26 09:00:00,13.263317599898334,True -2017/05/26 10:00:00,13.62034966531854,True -2017/05/26 11:00:00,13.736928192794744,True -2017/05/26 12:00:00,13.621158980895885,True -2017/05/26 13:00:00,13.67971906188929,True -2017/05/26 14:00:00,13.687213234263716,True -2017/05/26 15:00:00,13.65532402723839,True -2017/05/26 16:00:00,13.78676451503973,True -2017/05/26 17:00:00,12.953718222444218,True -2017/05/26 18:00:00,12.414293498310847,True -2017/05/26 19:00:00,11.19628164630663,True -2017/05/26 20:00:00,12.19168925245557,True -2017/05/26 21:00:00,11.064406727087329,True -2017/05/26 22:00:00,11.42434544673752,True -2017/05/26 23:00:00,9.243185930806783,True -2017/05/27 00:00:00,8.074728462019666,True -2017/05/27 01:00:00,6.967225926862693,True -2017/05/27 02:00:00,7.4502415134722675,True -2017/05/27 03:00:00,6.654414342591769,True -2017/05/27 04:00:00,8.091953944984388,True -2017/05/27 05:00:00,8.658525714261025,True -2017/05/27 06:00:00,9.219955390957121,True -2017/05/27 07:00:00,10.855580349987877,True -2017/05/27 08:00:00,11.582264063936094,True -2017/05/27 09:00:00,12.189972514494325,True -2017/05/27 10:00:00,12.41878717764944,True -2017/05/27 11:00:00,12.59263537515014,True -2017/05/27 12:00:00,11.755290373292274,True -2017/05/27 13:00:00,10.809334728264108,True -2017/05/27 14:00:00,12.08517221611323,True -2017/05/27 15:00:00,10.725804677003579,True -2017/05/27 16:00:00,12.148670410993699,True -2017/05/27 17:00:00,10.41865245064615,True -2017/05/27 18:00:00,11.786156457876835,True -2017/05/27 19:00:00,10.228061927483393,True -2017/05/27 20:00:00,10.664870959343192,True -2017/05/27 21:00:00,10.399982318203923,True -2017/05/27 22:00:00,9.917082342181988,True -2017/05/27 23:00:00,9.05565478207549,True -2017/05/28 00:00:00,7.951251175544461,True -2017/05/28 01:00:00,6.650199933627703,True -2017/05/28 02:00:00,7.097416710240925,True -2017/05/28 03:00:00,7.750535060418068,True -2017/05/28 04:00:00,7.99227928164786,True -2017/05/28 05:00:00,9.203547432008799,True -2017/05/28 06:00:00,9.163941457874559,True -2017/05/28 07:00:00,9.500004500463534,True -2017/05/28 08:00:00,9.908835808560472,True -2017/05/28 09:00:00,10.725457221664467,True -2017/05/28 10:00:00,10.18840700768525,True -2017/05/28 11:00:00,10.199080760360307,True -2017/05/28 12:00:00,10.51980403607745,True -2017/05/28 13:00:00,10.133232333239123,True -2017/05/28 14:00:00,9.852537663782543,True -2017/05/28 15:00:00,9.906259209898328,True -2017/05/28 16:00:00,10.691391743078656,True -2017/05/28 17:00:00,10.145432832724472,True -2017/05/28 18:00:00,10.053688991867364,True -2017/05/28 19:00:00,9.997509851666292,True -2017/05/28 20:00:00,10.021300897146604,True -2017/05/28 21:00:00,10.362385040089793,True -2017/05/28 22:00:00,9.824880185080248,True -2017/05/28 23:00:00,9.147177746925182,True -2017/05/29 00:00:00,8.562401880610988,True -2017/05/29 01:00:00,7.887923902366453,True -2017/05/29 02:00:00,7.907799450904206,True -2017/05/29 03:00:00,8.166304282834522,True -2017/05/29 04:00:00,8.678645768791204,True -2017/05/29 05:00:00,9.13709196890063,True -2017/05/29 06:00:00,9.141168574570026,True -2017/05/29 07:00:00,12.411027028387243,True -2017/05/29 08:00:00,13.47307460755145,True -2017/05/29 09:00:00,13.34309135754592,True -2017/05/29 10:00:00,13.53240298450672,True -2017/05/29 11:00:00,13.6828950543133,True -2017/05/29 12:00:00,13.492176582416082,True -2017/05/29 13:00:00,13.494122002941872,True -2017/05/29 14:00:00,13.358521809921378,True -2017/05/29 15:00:00,13.330107365815753,True -2017/05/29 16:00:00,13.578698667107146,True -2017/05/29 17:00:00,12.51901996941361,True -2017/05/29 18:00:00,11.411237483354741,True -2017/05/29 19:00:00,11.26069308190742,True -2017/05/29 20:00:00,11.684418992079422,True -2017/05/29 21:00:00,11.48634561928014,True -2017/05/29 22:00:00,10.53737437884056,True -2017/05/29 23:00:00,8.963548444515714,True -2017/05/30 00:00:00,7.817323978359589,True -2017/05/30 01:00:00,7.498551722125439,True -2017/05/30 02:00:00,7.278386207741494,True -2017/05/30 03:00:00,6.9958141219032814,True -2017/05/30 04:00:00,8.056765969243388,True -2017/05/30 05:00:00,9.140823841449668,True -2017/05/30 06:00:00,9.15831706972963,True -2017/05/30 07:00:00,11.612469797989299,True -2017/05/30 08:00:00,12.956002067979897,True -2017/05/30 09:00:00,13.126298669518027,True -2017/05/30 10:00:00,13.422256436462355,True -2017/05/30 11:00:00,13.694925657787334,True -2017/05/30 12:00:00,13.53495954468013,True -2017/05/30 13:00:00,13.559348676002834,True -2017/05/30 14:00:00,13.50389387778435,True -2017/05/30 15:00:00,13.469573238283015,True -2017/05/30 16:00:00,13.6178713009976,True -2017/05/30 17:00:00,12.763156110290677,True -2017/05/30 18:00:00,11.961548189774131,True -2017/05/30 19:00:00,10.992683918484646,True -2017/05/30 20:00:00,11.537838108897558,True -2017/05/30 21:00:00,11.10559127670799,True -2017/05/30 22:00:00,10.967304039418503,True -2017/05/30 23:00:00,9.334766845961063,True -2017/05/31 00:00:00,8.327568391947338,True -2017/05/31 01:00:00,7.0378739652479,True -2017/05/31 02:00:00,7.614272909023993,True -2017/05/31 03:00:00,7.033276669852293,True -2017/05/31 04:00:00,8.516053238458522,True -2017/05/31 05:00:00,9.140412441055236,True -2017/05/31 06:00:00,9.145427891776569,True -2017/05/31 07:00:00,11.88856433830209,True -2017/05/31 08:00:00,13.23976684687231,True -2017/05/31 09:00:00,13.385854575324993,True -2017/05/31 10:00:00,13.576608202174679,True -2017/05/31 11:00:00,13.715000272599829,True -2017/05/31 12:00:00,13.597156578138778,True -2017/05/31 13:00:00,13.663312074070383,True -2017/05/31 14:00:00,13.622823911042104,True -2017/05/31 15:00:00,13.605066561573874,True -2017/05/31 16:00:00,13.755023716314843,True -2017/05/31 17:00:00,12.95442826862753,True -2017/05/31 18:00:00,12.391059193253245,True -2017/05/31 19:00:00,11.339668265478352,True -2017/05/31 20:00:00,12.212187663398606,True -2017/05/31 21:00:00,11.202659364261656,True -2017/05/31 22:00:00,11.445323300268798,True -2017/05/31 23:00:00,9.716622611191294,True -2017/06/01 00:00:00,9.294428561237034,True -2017/06/01 01:00:00,8.045951700903688,True -2017/06/01 02:00:00,8.816677515190985,True -2017/06/01 03:00:00,7.9421998585217,True -2017/06/01 04:00:00,9.490022972887667,True -2017/06/01 05:00:00,9.33245968354635,True -2017/06/01 06:00:00,9.319039317808059,True -2017/06/01 07:00:00,12.099955203622603,True -2017/06/01 08:00:00,13.322205423013342,True -2017/06/01 09:00:00,13.436444426112466,True -2017/06/01 10:00:00,13.626609049961667,True -2017/06/01 11:00:00,13.745619884406235,True -2017/06/01 12:00:00,13.664027368915836,True -2017/06/01 13:00:00,13.77338209367907,True -2017/06/01 14:00:00,13.7677794030037,True -2017/06/01 15:00:00,13.744046693232072,True -2017/06/01 16:00:00,13.882499846131715,True -2017/06/01 17:00:00,13.058104999510318,True -2017/06/01 18:00:00,12.570733386468612,True -2017/06/01 19:00:00,11.312835470810914,True -2017/06/01 20:00:00,12.497168498845642,True -2017/06/01 21:00:00,11.39519806410136,True -2017/06/01 22:00:00,12.164314440476804,True -2017/06/01 23:00:00,10.37066363492711,True -2017/06/02 00:00:00,9.831705509376897,True -2017/06/02 01:00:00,9.209404191889332,True -2017/06/02 02:00:00,9.580416431755813,True -2017/06/02 03:00:00,8.492147750219162,True -2017/06/02 04:00:00,10.047319692690541,True -2017/06/02 05:00:00,9.327792878738432,True -2017/06/02 06:00:00,9.301995794699163,True -2017/06/02 07:00:00,12.546003953898545,True -2017/06/02 08:00:00,13.583464436011557,True -2017/06/02 09:00:00,13.725156357118651,True -2017/06/02 10:00:00,13.837832829114694,True -2017/06/02 11:00:00,13.919163718620624,True -2017/06/02 12:00:00,13.79543120511385,True -2017/06/02 13:00:00,13.878928716075857,True -2017/06/02 14:00:00,13.839531987258626,True -2017/06/02 15:00:00,13.76610894599473,True -2017/06/02 16:00:00,13.836580745534455,True -2017/06/02 17:00:00,12.984331150022733,True -2017/06/02 18:00:00,12.379431202937775,True -2017/06/02 19:00:00,11.214379045936052,True -2017/06/02 20:00:00,12.237559267002487,True -2017/06/02 21:00:00,11.193674281787608,True -2017/06/02 22:00:00,11.406135329849509,True -2017/06/02 23:00:00,10.457643172722289,True -2017/06/03 00:00:00,8.976026262057834,True -2017/06/03 01:00:00,7.679995231157588,True -2017/06/03 02:00:00,8.363934622717547,True -2017/06/03 03:00:00,7.0602010760378775,True -2017/06/03 04:00:00,8.429675656433288,True -2017/06/03 05:00:00,8.855540190194281,True -2017/06/03 06:00:00,9.37065263018809,True -2017/06/03 07:00:00,10.860062339152321,True -2017/06/03 08:00:00,11.6204168304776,True -2017/06/03 09:00:00,11.945204429007621,True -2017/06/03 10:00:00,12.097798331262524,True -2017/06/03 11:00:00,12.32106564067021,True -2017/06/03 12:00:00,11.35206359888865,True -2017/06/03 13:00:00,10.985887266096489,True -2017/06/03 14:00:00,11.772932568422256,True -2017/06/03 15:00:00,11.423670948233788,True -2017/06/03 16:00:00,11.662304626882102,True -2017/06/03 17:00:00,10.398022693067661,True -2017/06/03 18:00:00,11.137221837887958,True -2017/06/03 19:00:00,10.687238508368202,True -2017/06/03 20:00:00,10.564378793950283,True -2017/06/03 21:00:00,10.900529584046927,True -2017/06/03 22:00:00,9.930387303451282,True -2017/06/03 23:00:00,9.123441277617802,True -2017/06/04 00:00:00,7.967825649102208,True -2017/06/04 01:00:00,7.285856168136584,True -2017/06/04 02:00:00,7.315732887894559,True -2017/06/04 03:00:00,7.082302427543032,True -2017/06/04 04:00:00,8.365885329560177,True -2017/06/04 05:00:00,8.991283421682505,True -2017/06/04 06:00:00,9.028928591548086,True -2017/06/04 07:00:00,9.383835807321635,True -2017/06/04 08:00:00,9.802941126725381,True -2017/06/04 09:00:00,10.518437482758529,True -2017/06/04 10:00:00,10.179582001594614,True -2017/06/04 11:00:00,11.172686969592027,True -2017/06/04 12:00:00,10.25078465831494,True -2017/06/04 13:00:00,11.167509842250414,True -2017/06/04 14:00:00,10.257622852622879,True -2017/06/04 15:00:00,11.592150204886366,True -2017/06/04 16:00:00,10.341668426966102,True -2017/06/04 17:00:00,11.458646581486962,True -2017/06/04 18:00:00,10.65273400595218,True -2017/06/04 19:00:00,10.336429311068827,True -2017/06/04 20:00:00,10.724790485624661,True -2017/06/04 21:00:00,10.481296363605104,True -2017/06/04 22:00:00,10.517975821044312,True -2017/06/04 23:00:00,9.319891388865736,True -2017/06/05 00:00:00,8.742450168169022,True -2017/06/05 01:00:00,8.052210365426301,True -2017/06/05 02:00:00,8.603312241308112,True -2017/06/05 03:00:00,7.934218795847547,True -2017/06/05 04:00:00,8.169885802597586,True -2017/06/05 05:00:00,9.334169550861347,True -2017/06/05 06:00:00,9.321443715094293,True -2017/06/05 07:00:00,11.778623024060693,True -2017/06/05 08:00:00,13.052143733196377,True -2017/06/05 09:00:00,13.208632232308956,True -2017/06/05 10:00:00,13.401843249543012,True -2017/06/05 11:00:00,13.562485163294939,True -2017/06/05 12:00:00,13.40065657524706,True -2017/06/05 13:00:00,13.552938133221947,True -2017/06/05 14:00:00,13.541897499856185,True -2017/06/05 15:00:00,13.483455934164844,True -2017/06/05 16:00:00,13.658227561954899,True -2017/06/05 17:00:00,12.804102426277783,True -2017/06/05 18:00:00,12.090192436552115,True -2017/06/05 19:00:00,11.3271270479385,True -2017/06/05 20:00:00,11.726095534011021,True -2017/06/05 21:00:00,11.1679483457521,True -2017/06/05 22:00:00,11.105151936466674,True -2017/06/05 23:00:00,9.635561841531423,True -2017/06/06 00:00:00,8.67265911730169,True -2017/06/06 01:00:00,7.468286771876405,True -2017/06/06 02:00:00,7.955887289803482,True -2017/06/06 03:00:00,7.447132118499349,True -2017/06/06 04:00:00,8.271502093032295,True -2017/06/06 05:00:00,9.338593674418204,True -2017/06/06 06:00:00,9.308826318298598,True -2017/06/06 07:00:00,11.700071827991438,True -2017/06/06 08:00:00,13.103982065108651,True -2017/06/06 09:00:00,13.261574088274294,True -2017/06/06 10:00:00,13.57447450283798,True -2017/06/06 11:00:00,13.750292413680748,True -2017/06/06 12:00:00,13.655912612435989,True -2017/06/06 13:00:00,13.694386116228209,True -2017/06/06 14:00:00,13.684117948898567,True -2017/06/06 15:00:00,13.684457922048274,True -2017/06/06 16:00:00,13.815297145935608,True -2017/06/06 17:00:00,13.001198837291346,True -2017/06/06 18:00:00,12.494463980633046,True -2017/06/06 19:00:00,11.302768865649956,True -2017/06/06 20:00:00,12.408305427615641,True -2017/06/06 21:00:00,11.260452183090079,True -2017/06/06 22:00:00,11.449594482543256,True -2017/06/06 23:00:00,9.477342353822081,True -2017/06/07 00:00:00,8.885575693506254,True -2017/06/07 01:00:00,7.999951511800087,True -2017/06/07 02:00:00,8.172545426141772,True -2017/06/07 03:00:00,7.432119582711414,True -2017/06/07 04:00:00,8.97846251433321,True -2017/06/07 05:00:00,9.336956767429287,True -2017/06/07 06:00:00,9.3228464010357,True -2017/06/07 07:00:00,11.950909110327812,True -2017/06/07 08:00:00,13.297975977753744,True -2017/06/07 09:00:00,13.465345955090868,True -2017/06/07 10:00:00,13.662358552946257,True -2017/06/07 11:00:00,13.780682931734274,True -2017/06/07 12:00:00,13.660063005535786,True -2017/06/07 13:00:00,13.694381715664164,True -2017/06/07 14:00:00,13.672002953365519,True -2017/06/07 15:00:00,13.666668906470647,True -2017/06/07 16:00:00,13.788753352639251,True -2017/06/07 17:00:00,12.989368566030263,True -2017/06/07 18:00:00,12.160203093389498,True -2017/06/07 19:00:00,11.31523984970261,True -2017/06/07 20:00:00,12.3248935414252,True -2017/06/07 21:00:00,11.403789011320773,True -2017/06/07 22:00:00,11.70695396670962,True -2017/06/07 23:00:00,10.383370963544511,True -2017/06/08 00:00:00,9.514908981008428,True -2017/06/08 01:00:00,8.984009111616215,True -2017/06/08 02:00:00,8.902195840055693,True -2017/06/08 03:00:00,8.300055514199949,True -2017/06/08 04:00:00,9.477690674914697,True -2017/06/08 05:00:00,9.328419723223167,True -2017/06/08 06:00:00,9.307744152411434,True -2017/06/08 07:00:00,12.532351551978248,True -2017/06/08 08:00:00,13.629572985891995,True -2017/06/08 09:00:00,13.628276876627353,True -2017/06/08 10:00:00,13.728010934490554,True -2017/06/08 11:00:00,13.825073200958846,True -2017/06/08 12:00:00,13.693123857112083,True -2017/06/08 13:00:00,13.781754508275698,True -2017/06/08 14:00:00,13.736388764255366,True -2017/06/08 15:00:00,13.657613617528847,True -2017/06/08 16:00:00,13.80215319130538,True -2017/06/08 17:00:00,12.988280853955409,True -2017/06/08 18:00:00,12.330836525118185,True -2017/06/08 19:00:00,11.176903093558492,True -2017/06/08 20:00:00,11.93516849054039,True -2017/06/08 21:00:00,11.16763583830938,True -2017/06/08 22:00:00,11.130394651682264,True -2017/06/08 23:00:00,9.400353079023366,True -2017/06/09 00:00:00,8.801443308511068,True -2017/06/09 01:00:00,7.531010324206275,True -2017/06/09 02:00:00,8.273691023565748,True -2017/06/09 03:00:00,7.4562309479676365,True -2017/06/09 04:00:00,8.580869366928427,True -2017/06/09 05:00:00,9.334453215541396,True -2017/06/09 06:00:00,9.319676559941025,True -2017/06/09 07:00:00,11.741990898836459,True -2017/06/09 08:00:00,13.01551812636974,True -2017/06/09 09:00:00,13.272712461742675,True -2017/06/09 10:00:00,13.542737928486538,True -2017/06/09 11:00:00,13.685640361725806,True -2017/06/09 12:00:00,13.55761915737642,True -2017/06/09 13:00:00,13.617525301630463,True -2017/06/09 14:00:00,13.524259399219124,True -2017/06/09 15:00:00,13.491434731455074,True -2017/06/09 16:00:00,13.613858512450252,True -2017/06/09 17:00:00,12.749291218518977,True -2017/06/09 18:00:00,11.971318176607218,True -2017/06/09 19:00:00,11.091781973058653,True -2017/06/09 20:00:00,11.893090101446164,True -2017/06/09 21:00:00,11.128648494055932,True -2017/06/09 22:00:00,10.827928991060512,True -2017/06/09 23:00:00,9.43735102501784,True -2017/06/10 00:00:00,8.484000160114581,True -2017/06/10 01:00:00,7.106371135714573,True -2017/06/10 02:00:00,7.84322832253207,True -2017/06/10 03:00:00,7.22572173552699,True -2017/06/10 04:00:00,8.284708482858596,True -2017/06/10 05:00:00,8.858256453229089,True -2017/06/10 06:00:00,9.374720743842866,True -2017/06/10 07:00:00,10.999045615963066,True -2017/06/10 08:00:00,11.654165047524206,True -2017/06/10 09:00:00,12.006388060595377,True -2017/06/10 10:00:00,12.245833319411915,True -2017/06/10 11:00:00,12.528643219273572,True -2017/06/10 12:00:00,11.899420186803157,True -2017/06/10 13:00:00,11.076120960033766,True -2017/06/10 14:00:00,12.112986708639681,True -2017/06/10 15:00:00,11.09437032705212,True -2017/06/10 16:00:00,12.15991087871352,True -2017/06/10 17:00:00,10.690981167244964,True -2017/06/10 18:00:00,11.86136672230659,True -2017/06/10 19:00:00,10.568776923641254,True -2017/06/10 20:00:00,11.519248985995034,True -2017/06/10 21:00:00,10.64290816631806,True -2017/06/10 22:00:00,10.453563907407991,True -2017/06/10 23:00:00,9.518238212889347,True -2017/06/11 00:00:00,8.868199876102128,True -2017/06/11 01:00:00,7.299247186816359,True -2017/06/11 02:00:00,7.89217508519352,True -2017/06/11 03:00:00,7.847532196993053,True -2017/06/11 04:00:00,8.34374088300267,True -2017/06/11 05:00:00,9.928506876385796,True -2017/06/11 06:00:00,9.368063080423736,True -2017/06/11 07:00:00,9.692015985219161,True -2017/06/11 08:00:00,10.160487913540543,True -2017/06/11 09:00:00,11.359571105304516,True -2017/06/11 10:00:00,10.78074657468695,True -2017/06/11 11:00:00,11.958779467328446,True -2017/06/11 12:00:00,11.056004323681744,True -2017/06/11 13:00:00,11.936461972062553,True -2017/06/11 14:00:00,11.071661235500583,True -2017/06/11 15:00:00,11.884114867693333,True -2017/06/11 16:00:00,11.166945634418244,True -2017/06/11 17:00:00,11.989648108199985,True -2017/06/11 18:00:00,11.137816676396342,True -2017/06/11 19:00:00,11.80460153876624,True -2017/06/11 20:00:00,10.99610591295247,True -2017/06/11 21:00:00,11.428292097327487,True -2017/06/11 22:00:00,10.94500233864045,True -2017/06/11 23:00:00,10.364499835779414,True -2017/06/12 00:00:00,9.527129130345642,True -2017/06/12 01:00:00,8.762908581319724,True -2017/06/12 02:00:00,8.880606174061871,True -2017/06/12 03:00:00,9.385046726548858,True -2017/06/12 04:00:00,10.224058796200866,True -2017/06/12 05:00:00,9.325562228568876,True -2017/06/12 06:00:00,9.302157024880287,True -2017/06/12 07:00:00,12.58460349693741,True -2017/06/12 08:00:00,13.626285052753602,True -2017/06/12 09:00:00,13.765309122910828,True -2017/06/12 10:00:00,13.912818943266993,True -2017/06/12 11:00:00,14.049237979902154,True -2017/06/12 12:00:00,13.948221118413803,True -2017/06/12 13:00:00,14.026277493825067,True -2017/06/12 14:00:00,14.010988213124334,True -2017/06/12 15:00:00,13.969144428658632,True -2017/06/12 16:00:00,14.056686593937492,True -2017/06/12 17:00:00,13.12736614823716,True -2017/06/12 18:00:00,12.56331448674499,True -2017/06/12 19:00:00,11.31797412813725,True -2017/06/12 20:00:00,12.467567854375456,True -2017/06/12 21:00:00,11.400571911586779,True -2017/06/12 22:00:00,12.050587165410898,True -2017/06/12 23:00:00,9.965220795879501,True -2017/06/13 00:00:00,9.11715126854764,True -2017/06/13 01:00:00,7.935510841876116,True -2017/06/13 02:00:00,8.577633915883714,True -2017/06/13 03:00:00,7.672969405491537,True -2017/06/13 04:00:00,8.172376155695584,True -2017/06/13 05:00:00,9.335608570023856,True -2017/06/13 06:00:00,9.32198650856066,True -2017/06/13 07:00:00,11.642072452409135,True -2017/06/13 08:00:00,13.016679053806808,True -2017/06/13 09:00:00,13.118774683468914,True -2017/06/13 10:00:00,13.27314729609093,True -2017/06/13 11:00:00,13.374269658836043,True -2017/06/13 12:00:00,13.2238106881954,True -2017/06/13 13:00:00,13.295219820692617,True -2017/06/13 14:00:00,13.252159646823753,True -2017/06/13 15:00:00,13.211932933488999,True -2017/06/13 16:00:00,13.36730918548277,True -2017/06/13 17:00:00,12.445150841940496,True -2017/06/13 18:00:00,11.888347290924719,True -2017/06/13 19:00:00,11.267584353003022,True -2017/06/13 20:00:00,11.720928875959167,True -2017/06/13 21:00:00,11.16815257783435,True -2017/06/13 22:00:00,10.9313120559017,True -2017/06/13 23:00:00,9.658192606437929,True -2017/06/14 00:00:00,8.385835721408556,True -2017/06/14 01:00:00,7.521682151643187,True -2017/06/14 02:00:00,7.648163564364542,True -2017/06/14 03:00:00,7.692863263827311,True -2017/06/14 04:00:00,8.286706544975875,True -2017/06/14 05:00:00,9.338456884339811,True -2017/06/14 06:00:00,9.309576426062819,True -2017/06/14 07:00:00,11.663535339569199,True -2017/06/14 08:00:00,13.057088128951326,True -2017/06/14 09:00:00,13.161559214027353,True -2017/06/14 10:00:00,13.322642623298309,True -2017/06/14 11:00:00,13.534122895637298,True -2017/06/14 12:00:00,13.294508627772322,True -2017/06/14 13:00:00,13.415039992850703,True -2017/06/14 14:00:00,13.450843708312496,True -2017/06/14 15:00:00,13.479507282839638,True -2017/06/14 16:00:00,13.631842443555453,True -2017/06/14 17:00:00,12.821820326348185,True -2017/06/14 18:00:00,12.095250777880356,True -2017/06/14 19:00:00,11.082435280058487,True -2017/06/14 20:00:00,11.711901864718156,True -2017/06/14 21:00:00,11.170208661867878,True -2017/06/14 22:00:00,11.07121333718539,True -2017/06/14 23:00:00,9.652208632964681,True -2017/06/15 00:00:00,8.69441607700429,True -2017/06/15 01:00:00,7.468397867174288,True -2017/06/15 02:00:00,8.13181817322653,True -2017/06/15 03:00:00,7.461052235875683,True -2017/06/15 04:00:00,8.959819891940539,True -2017/06/15 05:00:00,9.33425127533967,True -2017/06/15 06:00:00,9.305521159623273,True -2017/06/15 07:00:00,11.738299003657708,True -2017/06/15 08:00:00,13.01975596873086,True -2017/06/15 09:00:00,13.261878085765076,True -2017/06/15 10:00:00,13.573987919283288,True -2017/06/15 11:00:00,13.703733616998045,True -2017/06/15 12:00:00,13.588726769446742,True -2017/06/15 13:00:00,13.620963021714994,True -2017/06/15 14:00:00,13.593732745678032,True -2017/06/15 15:00:00,13.52730559000579,True -2017/06/15 16:00:00,13.702251132085198,True -2017/06/15 17:00:00,12.818789750329554,True -2017/06/15 18:00:00,12.205544880816152,True -2017/06/15 19:00:00,11.12263383267111,True -2017/06/15 20:00:00,11.929055152622443,True -2017/06/15 21:00:00,11.137759005907931,True -2017/06/15 22:00:00,10.927659853941206,True -2017/06/15 23:00:00,9.190926628758227,True -2017/06/16 00:00:00,8.821222118298016,True -2017/06/16 01:00:00,7.441841315184363,True -2017/06/16 02:00:00,8.30718267281556,True -2017/06/16 03:00:00,7.478249059576555,True -2017/06/16 04:00:00,8.812781107737756,True -2017/06/16 05:00:00,9.333545142315614,True -2017/06/16 06:00:00,9.309166364432915,True -2017/06/16 07:00:00,11.755117023689696,True -2017/06/16 08:00:00,13.308451438561645,True -2017/06/16 09:00:00,13.474576690901914,True -2017/06/16 10:00:00,13.631877412635191,True -2017/06/16 11:00:00,13.768438444207218,True -2017/06/16 12:00:00,13.659774333933523,True -2017/06/16 13:00:00,13.692797702899108,True -2017/06/16 14:00:00,13.708805380375274,True -2017/06/16 15:00:00,13.676514049837373,True -2017/06/16 16:00:00,13.818965590273418,True -2017/06/16 17:00:00,12.988116566993002,True -2017/06/16 18:00:00,12.446743652947173,True -2017/06/16 19:00:00,11.322727051606483,True -2017/06/16 20:00:00,12.405078790628158,True -2017/06/16 21:00:00,11.360040341245837,True -2017/06/16 22:00:00,11.670514215905246,True -2017/06/16 23:00:00,10.877283440880339,True -2017/06/17 00:00:00,9.343221852756828,True -2017/06/17 01:00:00,7.975553886480661,True -2017/06/17 02:00:00,8.655932188965531,True -2017/06/17 03:00:00,8.10229407688006,True -2017/06/17 04:00:00,9.313480494164159,True -2017/06/17 05:00:00,8.852028770666973,True -2017/06/17 06:00:00,9.373456703247976,True -2017/06/17 07:00:00,11.694986709878581,True -2017/06/17 08:00:00,12.58595409954635,True -2017/06/17 09:00:00,12.798898227527308,True -2017/06/17 10:00:00,12.897385169872958,True -2017/06/17 11:00:00,12.954446282112963,True -2017/06/17 12:00:00,12.187065699727912,True -2017/06/17 13:00:00,10.92171769333824,True -2017/06/17 14:00:00,12.520110258178883,True -2017/06/17 15:00:00,10.862932773978878,True -2017/06/17 16:00:00,12.408487984697434,True -2017/06/17 17:00:00,10.551951542041424,True -2017/06/17 18:00:00,12.317186185393448,True -2017/06/17 19:00:00,10.504867633923844,True -2017/06/17 20:00:00,12.029946465189658,True -2017/06/17 21:00:00,10.797504225557764,True -2017/06/17 22:00:00,11.338624510416155,True -2017/06/17 23:00:00,10.284242060208243,True -2017/06/18 00:00:00,10.520307359339442,True -2017/06/18 01:00:00,8.74512417550472,True -2017/06/18 02:00:00,8.934727665508449,True -2017/06/18 03:00:00,8.35739317527301,True -2017/06/18 04:00:00,10.019497386145934,True -2017/06/18 05:00:00,10.081332600459175,True -2017/06/18 06:00:00,11.234076276956175,True -2017/06/18 07:00:00,10.102936432939902,True -2017/06/18 08:00:00,10.312906464016962,True -2017/06/18 09:00:00,12.13481884666411,True -2017/06/18 10:00:00,10.510181368842119,True -2017/06/18 11:00:00,12.179676611728931,True -2017/06/18 12:00:00,10.486951243587727,True -2017/06/18 13:00:00,12.097155100065489,True -2017/06/18 14:00:00,10.433166698413059,True -2017/06/18 15:00:00,12.079359251807153,True -2017/06/18 16:00:00,10.428720973577947,True -2017/06/18 17:00:00,12.040113264529966,True -2017/06/18 18:00:00,10.425974023998792,True -2017/06/18 19:00:00,11.930176257628222,True -2017/06/18 20:00:00,10.376323379746172,True -2017/06/18 21:00:00,10.809944985729887,True -2017/06/18 22:00:00,10.43565193458725,True -2017/06/18 23:00:00,10.904473663320749,True -2017/06/19 00:00:00,8.981134413460836,True -2017/06/19 01:00:00,8.830509814862104,True -2017/06/19 02:00:00,8.506393437610695,True -2017/06/19 03:00:00,8.54805277171146,True -2017/06/19 04:00:00,8.634842718783771,True -2017/06/19 05:00:00,9.330793695004772,True -2017/06/19 06:00:00,9.316783267380941,True -2017/06/19 07:00:00,12.369022414965693,True -2017/06/19 08:00:00,13.531466400712658,True -2017/06/19 09:00:00,13.62134963390302,True -2017/06/19 10:00:00,13.643952264370474,True -2017/06/19 11:00:00,13.819218494167993,True -2017/06/19 12:00:00,13.753892192435014,True -2017/06/19 13:00:00,13.845937349020561,True -2017/06/19 14:00:00,13.80174054227461,True -2017/06/19 15:00:00,13.787255241660496,True -2017/06/19 16:00:00,13.898344619262485,True -2017/06/19 17:00:00,13.02677774362911,True -2017/06/19 18:00:00,12.53418585044812,True -2017/06/19 19:00:00,11.29798381442743,True -2017/06/19 20:00:00,12.478364306213631,True -2017/06/19 21:00:00,11.288477705351706,True -2017/06/19 22:00:00,11.937727835278029,True -2017/06/19 23:00:00,10.031760201106055,True -2017/06/20 00:00:00,9.34144403392769,True -2017/06/20 01:00:00,8.633038670230617,True -2017/06/20 02:00:00,8.823647776360465,True -2017/06/20 03:00:00,8.165553388760484,True -2017/06/20 04:00:00,8.848629109078987,True -2017/06/20 05:00:00,9.334755799956913,True -2017/06/20 06:00:00,9.307615913176052,True -2017/06/20 07:00:00,12.059799770132937,True -2017/06/20 08:00:00,13.483736759387616,True -2017/06/20 09:00:00,13.62099410903968,True -2017/06/20 10:00:00,13.761411629513367,True -2017/06/20 11:00:00,13.890722500283005,True -2017/06/20 12:00:00,13.803634811666264,True -2017/06/20 13:00:00,13.866314990415846,True -2017/06/20 14:00:00,13.816989406213024,True -2017/06/20 15:00:00,13.803512627069415,True -2017/06/20 16:00:00,13.950588398160562,True -2017/06/20 17:00:00,13.115508907831376,True -2017/06/20 18:00:00,12.60399092028294,True -2017/06/20 19:00:00,11.315659257206622,True -2017/06/20 20:00:00,12.526536302321762,True -2017/06/20 21:00:00,11.393722161300522,True -2017/06/20 22:00:00,12.102008206040594,True -2017/06/20 23:00:00,10.239886767849756,True -2017/06/21 00:00:00,9.986066430287615,True -2017/06/21 01:00:00,8.27103149921332,True -2017/06/21 02:00:00,9.144208200846942,True -2017/06/21 03:00:00,8.343251006947957,True -2017/06/21 04:00:00,9.602904075089445,True -2017/06/21 05:00:00,9.32992542046132,True -2017/06/21 06:00:00,9.30119795152607,True -2017/06/21 07:00:00,12.48587782745825,True -2017/06/21 08:00:00,13.568586148891567,True -2017/06/21 09:00:00,13.668435050052365,True -2017/06/21 10:00:00,13.778169214135776,True -2017/06/21 11:00:00,13.869259632812186,True -2017/06/21 12:00:00,13.71658076260049,True -2017/06/21 13:00:00,13.771433397222083,True -2017/06/21 14:00:00,13.781745431372324,True -2017/06/21 15:00:00,13.806874202932413,True -2017/06/21 16:00:00,13.92933042861387,True -2017/06/21 17:00:00,13.0927495965981,True -2017/06/21 18:00:00,12.507200402573611,True -2017/06/21 19:00:00,11.307417859737011,True -2017/06/21 20:00:00,12.427853128207387,True -2017/06/21 21:00:00,11.785730094367775,True -2017/06/21 22:00:00,11.907726633844195,True -2017/06/21 23:00:00,9.928438903247269,True -2017/06/22 00:00:00,9.770836654724661,True -2017/06/22 01:00:00,7.638774612346704,True -2017/06/22 02:00:00,8.200022754531059,True -2017/06/22 03:00:00,7.467307744869766,True -2017/06/22 04:00:00,8.78952018521706,True -2017/06/22 05:00:00,9.333888342441647,True -2017/06/22 06:00:00,9.317883939266078,True -2017/06/22 07:00:00,11.77511945283614,True -2017/06/22 08:00:00,13.130973609449025,True -2017/06/22 09:00:00,13.44119947912018,True -2017/06/22 10:00:00,13.634529498964048,True -2017/06/22 11:00:00,13.748472762839262,True -2017/06/22 12:00:00,13.61203764142892,True -2017/06/22 13:00:00,13.704896023179309,True -2017/06/22 14:00:00,13.669213787357105,True -2017/06/22 15:00:00,13.641940041226004,True -2017/06/22 16:00:00,13.766428301359847,True -2017/06/22 17:00:00,12.958738845726652,True -2017/06/22 18:00:00,12.401890454261181,True -2017/06/22 19:00:00,11.221440935035517,True -2017/06/22 20:00:00,12.24447127831009,True -2017/06/22 21:00:00,11.197523661917078,True -2017/06/22 22:00:00,11.143523482830782,True -2017/06/22 23:00:00,10.164061269854376,True -2017/06/23 00:00:00,8.823599340244694,True -2017/06/23 01:00:00,8.004831442760567,True -2017/06/23 02:00:00,8.794956711494345,True -2017/06/23 03:00:00,8.646881170881736,True -2017/06/23 04:00:00,8.972883430167709,True -2017/06/23 05:00:00,9.334425829071948,True -2017/06/23 06:00:00,9.30899700188174,True -2017/06/23 07:00:00,11.726714465817714,True -2017/06/23 08:00:00,13.126361035704562,True -2017/06/23 09:00:00,13.290394868128036,True -2017/06/23 10:00:00,13.59179668563931,True -2017/06/23 11:00:00,13.706356228189877,True -2017/06/23 12:00:00,13.566645717015081,True -2017/06/23 13:00:00,13.64783509367441,True -2017/06/23 14:00:00,13.624922090274532,True -2017/06/23 15:00:00,13.595002685194677,True -2017/06/23 16:00:00,13.755357459605056,True -2017/06/23 17:00:00,12.985555488685696,True -2017/06/23 18:00:00,12.427451301508517,True -2017/06/23 19:00:00,11.195218945143031,True -2017/06/23 20:00:00,12.23351933458438,True -2017/06/23 21:00:00,11.153397386325919,True -2017/06/23 22:00:00,11.344400208716944,True -2017/06/23 23:00:00,9.400450828191595,True -2017/06/24 00:00:00,8.848944308393095,True -2017/06/24 01:00:00,7.656064186550957,True -2017/06/24 02:00:00,7.871474143615628,True -2017/06/24 03:00:00,7.329053258005044,True -2017/06/24 04:00:00,8.606877608468752,True -2017/06/24 05:00:00,8.855460297284413,True -2017/06/24 06:00:00,9.371253298211101,True -2017/06/24 07:00:00,10.762370382432037,True -2017/06/24 08:00:00,11.850070917724322,True -2017/06/24 09:00:00,12.324681275467572,True -2017/06/24 10:00:00,12.530868486346236,True -2017/06/24 11:00:00,12.680819465174416,True -2017/06/24 12:00:00,12.005799092226143,True -2017/06/24 13:00:00,11.27897855036772,True -2017/06/24 14:00:00,12.233616804591447,True -2017/06/24 15:00:00,11.095158226921216,True -2017/06/24 16:00:00,12.267576035853672,True -2017/06/24 17:00:00,10.788964451553657,True -2017/06/24 18:00:00,11.997157446376784,True -2017/06/24 19:00:00,10.41628329076236,True -2017/06/24 20:00:00,11.702636034340877,True -2017/06/24 21:00:00,10.513027276057503,True -2017/06/24 22:00:00,10.522365176215894,True -2017/06/24 23:00:00,9.54773517162135,True -2017/06/25 00:00:00,8.61079794997164,True -2017/06/25 01:00:00,7.638097565697156,True -2017/06/25 02:00:00,7.832047213141892,True -2017/06/25 03:00:00,7.131351579660824,True -2017/06/25 04:00:00,7.823036045135341,True -2017/06/25 05:00:00,8.912375614169289,True -2017/06/25 06:00:00,9.126169179501073,True -2017/06/25 07:00:00,9.287230691315255,True -2017/06/25 08:00:00,9.963708212483468,True -2017/06/25 09:00:00,11.035020966304192,True -2017/06/25 10:00:00,10.891091794178065,True -2017/06/25 11:00:00,11.541090089071853,True -2017/06/25 12:00:00,11.456838093589546,True -2017/06/25 13:00:00,11.550769039692012,True -2017/06/25 14:00:00,11.536060593738311,True -2017/06/25 15:00:00,11.54091169979422,True -2017/06/25 16:00:00,11.608999919217014,True -2017/06/25 17:00:00,11.665160368856045,True -2017/06/25 18:00:00,11.568080926733597,True -2017/06/25 19:00:00,11.50725659799884,True -2017/06/25 20:00:00,11.335125885910553,True -2017/06/25 21:00:00,11.59078829439113,True -2017/06/25 22:00:00,10.810661399214103,True -2017/06/25 23:00:00,10.57205359600414,True -2017/06/26 00:00:00,8.880378036689969,True -2017/06/26 01:00:00,9.427310862188135,True -2017/06/26 02:00:00,8.533840796409526,True -2017/06/26 03:00:00,8.63263758922311,True -2017/06/26 04:00:00,9.15674534166686,True -2017/06/26 05:00:00,9.32770354974431,True -2017/06/26 06:00:00,9.312745122941553,True -2017/06/26 07:00:00,12.532936583821884,True -2017/06/26 08:00:00,13.601491093370928,True -2017/06/26 09:00:00,13.698501121661092,True -2017/06/26 10:00:00,13.800390656809274,True -2017/06/26 11:00:00,13.916101008600533,True -2017/06/26 12:00:00,13.820915797533543,True -2017/06/26 13:00:00,13.977955668687223,True -2017/06/26 14:00:00,13.963713138138628,True -2017/06/26 15:00:00,13.948488812183978,True -2017/06/26 16:00:00,14.069257383172598,True -2017/06/26 17:00:00,13.24859183814592,True -2017/06/26 18:00:00,12.575138824557165,True -2017/06/26 19:00:00,11.342385569291247,True -2017/06/26 20:00:00,12.55911572698473,True -2017/06/26 21:00:00,11.408697243300006,True -2017/06/26 22:00:00,12.238929679302874,True -2017/06/26 23:00:00,10.480794839211603,True -2017/06/27 00:00:00,10.326811501249553,True -2017/06/27 01:00:00,9.016627406746212,True -2017/06/27 02:00:00,9.426317830826813,True -2017/06/27 03:00:00,8.494174566563265,True -2017/06/27 04:00:00,10.372086805564392,True -2017/06/27 05:00:00,9.32174562096173,True -2017/06/27 06:00:00,9.294132373887674,True -2017/06/27 07:00:00,12.792823966281288,True -2017/06/27 08:00:00,13.804661158412236,True -2017/06/27 09:00:00,13.95180585211832,True -2017/06/27 10:00:00,14.09233671585624,True -2017/06/27 11:00:00,14.234334204712157,True -2017/06/27 12:00:00,14.144353098608144,True -2017/06/27 13:00:00,14.308068914003952,True -2017/06/27 14:00:00,14.153943423099383,True -2017/06/27 15:00:00,14.101804975204564,True -2017/06/27 16:00:00,14.187382176242702,True -2017/06/27 17:00:00,13.492795796252013,True -2017/06/27 18:00:00,12.772582388195431,True -2017/06/27 19:00:00,11.366445925350726,True -2017/06/27 20:00:00,12.71252391738176,True -2017/06/27 21:00:00,11.473230728712712,True -2017/06/27 22:00:00,12.324920535979354,True -2017/06/27 23:00:00,10.493306861693808,True -2017/06/28 00:00:00,10.242444392874836,True -2017/06/28 01:00:00,8.451043148730237,True -2017/06/28 02:00:00,9.210648156600094,True -2017/06/28 03:00:00,8.336496854977199,True -2017/06/28 04:00:00,9.51844531045387,True -2017/06/28 05:00:00,9.33093443205181,True -2017/06/28 06:00:00,9.302730345442319,True -2017/06/28 07:00:00,12.330013321171696,True -2017/06/28 08:00:00,13.490720660510537,True -2017/06/28 09:00:00,13.620319326777196,True -2017/06/28 10:00:00,13.789015839851203,True -2017/06/28 11:00:00,13.891483096512344,True -2017/06/28 12:00:00,13.74261535700531,True -2017/06/28 13:00:00,13.876784230579783,True -2017/06/28 14:00:00,13.87437258281488,True -2017/06/28 15:00:00,13.884919319939357,True -2017/06/28 16:00:00,13.943295097951323,True -2017/06/28 17:00:00,13.096022167858028,True -2017/06/28 18:00:00,12.51194602400305,True -2017/06/28 19:00:00,11.319040415648852,True -2017/06/28 20:00:00,12.470245126983212,True -2017/06/28 21:00:00,11.404769527601248,True -2017/06/28 22:00:00,12.00595246739001,True -2017/06/28 23:00:00,10.386975910358826,True -2017/06/29 00:00:00,9.869094118281724,True -2017/06/29 01:00:00,8.942745610272482,True -2017/06/29 02:00:00,9.215076269522967,True -2017/06/29 03:00:00,8.843363314560278,True -2017/06/29 04:00:00,9.92348716770131,True -2017/06/29 05:00:00,9.326106341717598,True -2017/06/29 06:00:00,9.30475479529793,True -2017/06/29 07:00:00,12.58461178047815,True -2017/06/29 08:00:00,13.625385808952924,True -2017/06/29 09:00:00,13.747440874425196,True -2017/06/29 10:00:00,13.894977650665595,True -2017/06/29 11:00:00,14.012283200389437,True -2017/06/29 12:00:00,13.878407083209716,True -2017/06/29 13:00:00,13.966326694954358,True -2017/06/29 14:00:00,13.9514309093696,True -2017/06/29 15:00:00,13.90573317737731,True -2017/06/29 16:00:00,14.054688507990596,True -2017/06/29 17:00:00,13.183870549970226,True -2017/06/29 18:00:00,12.608486921340372,True -2017/06/29 19:00:00,11.364003618530633,True -2017/06/29 20:00:00,12.60859003982497,True -2017/06/29 21:00:00,11.412913240297156,True -2017/06/29 22:00:00,12.22591785472508,True -2017/06/29 23:00:00,10.391792015688292,True -2017/06/30 00:00:00,9.893850982931735,True -2017/06/30 01:00:00,8.79441757326576,True -2017/06/30 02:00:00,9.155441159068426,True -2017/06/30 03:00:00,8.19703653982819,True -2017/06/30 04:00:00,9.560273011638834,True -2017/06/30 05:00:00,9.330496370946605,True -2017/06/30 06:00:00,9.303302397465533,True -2017/06/30 07:00:00,12.368068488676801,True -2017/06/30 08:00:00,13.483533435274778,True -2017/06/30 09:00:00,13.598642172841563,True -2017/06/30 10:00:00,13.711707073556495,True -2017/06/30 11:00:00,13.824211301462993,True -2017/06/30 12:00:00,13.681837196257217,True -2017/06/30 13:00:00,13.769332757949828,True -2017/06/30 14:00:00,13.73857261187661,True -2017/06/30 15:00:00,13.728567280714497,True -2017/06/30 16:00:00,13.845597163521472,True -2017/06/30 17:00:00,12.999655579022239,True -2017/06/30 18:00:00,12.515317846580091,True -2017/06/30 19:00:00,11.2876645767265,True -2017/06/30 20:00:00,12.399780199555844,True -2017/06/30 21:00:00,11.286747277336065,True -2017/06/30 22:00:00,11.851628109640018,True -2017/06/30 23:00:00,9.929328536038346,True -2017/07/01 00:00:00,9.447176998367718,True -2017/07/01 01:00:00,8.197142343083854,True -2017/07/01 02:00:00,8.847323595304932,True -2017/07/01 03:00:00,8.363738238684933,True -2017/07/01 04:00:00,8.964074011644172,True -2017/07/01 05:00:00,9.048710475124208,True -2017/07/01 06:00:00,9.51110817116133,True -2017/07/01 07:00:00,11.088426827540024,True -2017/07/01 08:00:00,12.388842857044459,True -2017/07/01 09:00:00,12.571575176971889,True -2017/07/01 10:00:00,12.696200499640186,True -2017/07/01 11:00:00,12.767698021431679,True -2017/07/01 12:00:00,11.848312110947035,True -2017/07/01 13:00:00,10.882720660136178,True -2017/07/01 14:00:00,12.270404370972315,True -2017/07/01 15:00:00,10.840515443113238,True -2017/07/01 16:00:00,12.295172565232694,True -2017/07/01 17:00:00,10.533721344934829,True -2017/07/01 18:00:00,12.044085360763987,True -2017/07/01 19:00:00,10.44410006666577,True -2017/07/01 20:00:00,11.498716382999495,True -2017/07/01 21:00:00,10.741707290874361,True -2017/07/01 22:00:00,11.007257396645066,True -2017/07/01 23:00:00,10.649409748874659,True -2017/07/02 00:00:00,9.539177937058495,True -2017/07/02 01:00:00,8.263276879185009,True -2017/07/02 02:00:00,8.719500437127756,True -2017/07/02 03:00:00,8.448436785935675,True -2017/07/02 04:00:00,9.669908532542909,True -2017/07/02 05:00:00,10.226777987529879,True -2017/07/02 06:00:00,10.083716579117104,True -2017/07/02 07:00:00,10.06909070470848,True -2017/07/02 08:00:00,10.277088437977712,True -2017/07/02 09:00:00,11.355802248456706,True -2017/07/02 10:00:00,11.257368019676395,True -2017/07/02 11:00:00,11.453431607572469,True -2017/07/02 12:00:00,10.974635335461766,True -2017/07/02 13:00:00,11.748344250008232,True -2017/07/02 14:00:00,10.769445624403442,True -2017/07/02 15:00:00,12.000448749945743,True -2017/07/02 16:00:00,10.832934569034691,True -2017/07/02 17:00:00,12.062237027540396,True -2017/07/02 18:00:00,10.813374718031882,True -2017/07/02 19:00:00,11.920554448251139,True -2017/07/02 20:00:00,10.390569510235007,True -2017/07/02 21:00:00,11.634858366567082,True -2017/07/02 22:00:00,10.109866918616879,True -2017/07/02 23:00:00,9.29824481894755,True -2017/07/03 00:00:00,8.762800537791641,True -2017/07/03 01:00:00,8.554155437036343,True -2017/07/03 02:00:00,8.21067134485686,True -2017/07/03 03:00:00,7.818923528330127,True -2017/07/03 04:00:00,8.54738191542885,True -2017/07/03 05:00:00,9.509087082153446,True -2017/07/03 06:00:00,9.452941027574967,True -2017/07/03 07:00:00,11.997280120371542,True -2017/07/03 08:00:00,13.525777798577836,True -2017/07/03 09:00:00,13.637187730971622,True -2017/07/03 10:00:00,13.759590531684527,True -2017/07/03 11:00:00,13.883720311188224,True -2017/07/03 12:00:00,13.796384205527993,True -2017/07/03 13:00:00,13.858102231727765,True -2017/07/03 14:00:00,13.873178106632027,True -2017/07/03 15:00:00,13.892124729944792,True -2017/07/03 16:00:00,13.985686196576282,True -2017/07/03 17:00:00,13.09708989914035,True -2017/07/03 18:00:00,12.614991382576738,True -2017/07/03 19:00:00,11.345996785362622,True -2017/07/03 20:00:00,12.51734517131521,True -2017/07/03 21:00:00,11.370347670165,True -2017/07/03 22:00:00,12.031694237826022,True -2017/07/03 23:00:00,10.236197814300544,True -2017/07/04 00:00:00,10.053196525677853,True -2017/07/04 01:00:00,8.506363623555576,True -2017/07/04 02:00:00,9.11710142265677,True -2017/07/04 03:00:00,8.563979482207353,True -2017/07/04 04:00:00,9.571620233991567,True -2017/07/04 05:00:00,9.508147971687366,True -2017/07/04 06:00:00,9.452421870581519,True -2017/07/04 07:00:00,12.515173080364416,True -2017/07/04 08:00:00,13.613758342811447,True -2017/07/04 09:00:00,13.661631514566498,True -2017/07/04 10:00:00,13.813478484325758,True -2017/07/04 11:00:00,13.91628407683067,True -2017/07/04 12:00:00,13.771236278757502,True -2017/07/04 13:00:00,13.876182090030348,True -2017/07/04 14:00:00,13.911451107755978,True -2017/07/04 15:00:00,13.872616926887305,True -2017/07/04 16:00:00,14.0056728717348,True -2017/07/04 17:00:00,13.129831526912406,True -2017/07/04 18:00:00,12.601546762280709,True -2017/07/04 19:00:00,11.349040845090244,True -2017/07/04 20:00:00,12.624893004235041,True -2017/07/04 21:00:00,11.428165568182626,True -2017/07/04 22:00:00,12.235661837220306,True -2017/07/04 23:00:00,10.471399951000535,True -2017/07/05 00:00:00,10.733696539368562,True -2017/07/05 01:00:00,9.001050133334413,True -2017/07/05 02:00:00,9.652531242195897,True -2017/07/05 03:00:00,8.71292864241046,True -2017/07/05 04:00:00,9.788012981673813,True -2017/07/05 05:00:00,9.504474814870253,True -2017/07/05 06:00:00,9.460295319363038,True -2017/07/05 07:00:00,12.56840982751785,True -2017/07/05 08:00:00,13.609896642318756,True -2017/07/05 09:00:00,13.728580558771414,True -2017/07/05 10:00:00,13.921054076067954,True -2017/07/05 11:00:00,14.020861570380772,True -2017/07/05 12:00:00,13.923806274486322,True -2017/07/05 13:00:00,13.957676171640955,True -2017/07/05 14:00:00,13.926371872702623,True -2017/07/05 15:00:00,13.94306039732858,True -2017/07/05 16:00:00,14.105500369251562,True -2017/07/05 17:00:00,13.239788427553135,True -2017/07/05 18:00:00,12.581394925086908,True -2017/07/05 19:00:00,11.40710029838411,True -2017/07/05 20:00:00,12.500235734177679,True -2017/07/05 21:00:00,11.428714178313564,True -2017/07/05 22:00:00,11.804382761288648,True -2017/07/05 23:00:00,10.145940653192516,True -2017/07/06 00:00:00,9.533937942024279,True -2017/07/06 01:00:00,8.686187517692407,True -2017/07/06 02:00:00,9.077036902950466,True -2017/07/06 03:00:00,7.846835813526468,True -2017/07/06 04:00:00,9.066534043102681,True -2017/07/06 05:00:00,9.508760224607968,True -2017/07/06 06:00:00,9.45492212485292,True -2017/07/06 07:00:00,11.841172410797649,True -2017/07/06 08:00:00,13.24666976376021,True -2017/07/06 09:00:00,13.53529442884692,True -2017/07/06 10:00:00,13.680219225549918,True -2017/07/06 11:00:00,13.796282120823,True -2017/07/06 12:00:00,13.683452285112404,True -2017/07/06 13:00:00,13.754233617595077,True -2017/07/06 14:00:00,13.749990639895044,True -2017/07/06 15:00:00,13.721921348398812,True -2017/07/06 16:00:00,13.852186094560626,True -2017/07/06 17:00:00,13.022329090062957,True -2017/07/06 18:00:00,12.540632968990957,True -2017/07/06 19:00:00,11.321016849431828,True -2017/07/06 20:00:00,12.436896925263088,True -2017/07/06 21:00:00,11.3306377544705,True -2017/07/06 22:00:00,11.842739639579783,True -2017/07/06 23:00:00,9.681273858984722,True -2017/07/07 00:00:00,9.359922452530203,True -2017/07/07 01:00:00,8.065850057006497,True -2017/07/07 02:00:00,8.815168444894342,True -2017/07/07 03:00:00,7.936671964262865,True -2017/07/07 04:00:00,9.0615285165846,True -2017/07/07 05:00:00,9.510680425714561,True -2017/07/07 06:00:00,9.456366698353525,True -2017/07/07 07:00:00,11.903006672262386,True -2017/07/07 08:00:00,13.400032532352508,True -2017/07/07 09:00:00,13.622588538624623,True -2017/07/07 10:00:00,13.71599380488533,True -2017/07/07 11:00:00,13.817878519311765,True -2017/07/07 12:00:00,13.700819144359347,True -2017/07/07 13:00:00,13.791641991424965,True -2017/07/07 14:00:00,13.753295623398408,True -2017/07/07 15:00:00,13.75645043955017,True -2017/07/07 16:00:00,13.845355700250805,True -2017/07/07 17:00:00,13.011643737958947,True -2017/07/07 18:00:00,12.485608514516366,True -2017/07/07 19:00:00,11.34075400493161,True -2017/07/07 20:00:00,12.432155104209132,True -2017/07/07 21:00:00,11.348411558037196,True -2017/07/07 22:00:00,11.862227068694297,True -2017/07/07 23:00:00,10.355020892233712,True -2017/07/08 00:00:00,9.682542904213925,True -2017/07/08 01:00:00,8.431751058249935,True -2017/07/08 02:00:00,9.195444775756368,True -2017/07/08 03:00:00,8.656183655182003,True -2017/07/08 04:00:00,9.538128415691066,True -2017/07/08 05:00:00,9.039435240776381,True -2017/07/08 06:00:00,9.514730799270094,True -2017/07/08 07:00:00,11.71849630807949,True -2017/07/08 08:00:00,12.599373995053439,True -2017/07/08 09:00:00,12.722989790516424,True -2017/07/08 10:00:00,12.845520179787023,True -2017/07/08 11:00:00,12.911674794426556,True -2017/07/08 12:00:00,11.65396967039056,True -2017/07/08 13:00:00,12.103287201347776,True -2017/07/08 14:00:00,12.135638983605627,True -2017/07/08 15:00:00,12.29443299957491,True -2017/07/08 16:00:00,12.08349539533556,True -2017/07/08 17:00:00,11.9412561220273,True -2017/07/08 18:00:00,11.821517240936998,True -2017/07/08 19:00:00,11.76693345320936,True -2017/07/08 20:00:00,11.570784679418265,True -2017/07/08 21:00:00,10.907835330878852,True -2017/07/08 22:00:00,11.121363447964951,True -2017/07/08 23:00:00,9.915835244101588,True -2017/07/09 00:00:00,9.302866559135461,True -2017/07/09 01:00:00,8.040716973764154,True -2017/07/09 02:00:00,8.620147997008123,True -2017/07/09 03:00:00,7.834710886611205,True -2017/07/09 04:00:00,9.282458713413288,True -2017/07/09 05:00:00,9.721634056174665,True -2017/07/09 06:00:00,9.638386604539395,True -2017/07/09 07:00:00,9.964997588341252,True -2017/07/09 08:00:00,10.271057183068176,True -2017/07/09 09:00:00,11.915646162781924,True -2017/07/09 10:00:00,10.513412263750771,True -2017/07/09 11:00:00,12.128721659137517,True -2017/07/09 12:00:00,10.491933129755848,True -2017/07/09 13:00:00,12.03945614901203,True -2017/07/09 14:00:00,10.434212146840133,True -2017/07/09 15:00:00,11.993135271291225,True -2017/07/09 16:00:00,10.448488050083176,True -2017/07/09 17:00:00,12.074336945639521,True -2017/07/09 18:00:00,10.945562005958823,True -2017/07/09 19:00:00,11.671742811280183,True -2017/07/09 20:00:00,10.421741423844994,True -2017/07/09 21:00:00,10.976191798478409,True -2017/07/09 22:00:00,10.312083369108134,True -2017/07/09 23:00:00,10.092319218171717,True -2017/07/10 00:00:00,8.86260027500811,True -2017/07/10 01:00:00,8.880367521302414,True -2017/07/10 02:00:00,7.97865837722156,True -2017/07/10 03:00:00,7.887908558264581,True -2017/07/10 04:00:00,8.5842182054708,True -2017/07/10 05:00:00,9.512360458762172,True -2017/07/10 06:00:00,9.456804295714624,True -2017/07/10 07:00:00,12.216142988354516,True -2017/07/10 08:00:00,13.602453683866564,True -2017/07/10 09:00:00,13.669678817846327,True -2017/07/10 10:00:00,13.81828195983897,True -2017/07/10 11:00:00,13.995102014443292,True -2017/07/10 12:00:00,13.857399297318823,True -2017/07/10 13:00:00,13.94671151511402,True -2017/07/10 14:00:00,13.955212837258793,True -2017/07/10 15:00:00,13.94352435037108,True -2017/07/10 16:00:00,14.039676439228018,True -2017/07/10 17:00:00,13.25065749212785,True -2017/07/10 18:00:00,12.706452331085373,True -2017/07/10 19:00:00,11.370192131200923,True -2017/07/10 20:00:00,12.609236375339043,True -2017/07/10 21:00:00,11.417708403994464,True -2017/07/10 22:00:00,12.216799737213877,True -2017/07/10 23:00:00,10.469999691010683,True -2017/07/11 00:00:00,10.375884582801604,True -2017/07/11 01:00:00,8.626248004208211,True -2017/07/11 02:00:00,9.46129242616457,True -2017/07/11 03:00:00,8.782256838564058,True -2017/07/11 04:00:00,10.00434051802225,True -2017/07/11 05:00:00,9.504077273638767,True -2017/07/11 06:00:00,9.450138536317628,True -2017/07/11 07:00:00,12.590878609783957,True -2017/07/11 08:00:00,13.674567619586805,True -2017/07/11 09:00:00,13.757339405470288,True -2017/07/11 10:00:00,13.905545709067997,True -2017/07/11 11:00:00,14.059350803994612,True -2017/07/11 12:00:00,13.967843072851286,True -2017/07/11 13:00:00,14.06885102877879,True -2017/07/11 14:00:00,14.066151341111171,True -2017/07/11 15:00:00,14.013980921077694,True -2017/07/11 16:00:00,14.070843472938844,True -2017/07/11 17:00:00,13.34181571863445,True -2017/07/11 18:00:00,12.767308420329693,True -2017/07/11 19:00:00,11.384214244387358,True -2017/07/11 20:00:00,12.672093204237667,True -2017/07/11 21:00:00,11.403345201298348,True -2017/07/11 22:00:00,12.082889148342954,True -2017/07/11 23:00:00,10.163020331755932,True -2017/07/12 00:00:00,10.000014839581153,True -2017/07/12 01:00:00,8.48300939337847,True -2017/07/12 02:00:00,9.094173061565776,True -2017/07/12 03:00:00,8.073628195251631,True -2017/07/12 04:00:00,9.228890560702684,True -2017/07/12 05:00:00,9.51069238286079,True -2017/07/12 06:00:00,9.457880281587144,True -2017/07/12 07:00:00,12.180262497077342,True -2017/07/12 08:00:00,13.497397349707581,True -2017/07/12 09:00:00,13.628533920301436,True -2017/07/12 10:00:00,13.74459916255239,True -2017/07/12 11:00:00,13.855717639568313,True -2017/07/12 12:00:00,13.740605340948678,True -2017/07/12 13:00:00,13.805326827759112,True -2017/07/12 14:00:00,13.757845501463748,True -2017/07/12 15:00:00,13.754472563701338,True -2017/07/12 16:00:00,13.857639855928566,True -2017/07/12 17:00:00,13.02023190984981,True -2017/07/12 18:00:00,12.481862317152478,True -2017/07/12 19:00:00,11.339695390506952,True -2017/07/12 20:00:00,12.439450130462975,True -2017/07/12 21:00:00,11.260111499300907,True -2017/07/12 22:00:00,11.627566912598564,True -2017/07/12 23:00:00,9.9555002860068,True -2017/07/13 00:00:00,9.655505656604204,True -2017/07/13 01:00:00,7.924914820420056,True -2017/07/13 02:00:00,9.07647276165246,True -2017/07/13 03:00:00,8.549426587947549,True -2017/07/13 04:00:00,9.091904664693958,True -2017/07/13 05:00:00,9.508726516972214,True -2017/07/13 06:00:00,9.455675311269454,True -2017/07/13 07:00:00,11.884317457034456,True -2017/07/13 08:00:00,13.48209556309158,True -2017/07/13 09:00:00,13.650798489074543,True -2017/07/13 10:00:00,13.770214003770834,True -2017/07/13 11:00:00,13.890244303222312,True -2017/07/13 12:00:00,13.788411332751055,True -2017/07/13 13:00:00,13.893995949567932,True -2017/07/13 14:00:00,13.865879669666738,True -2017/07/13 15:00:00,13.84425807982324,True -2017/07/13 16:00:00,13.955400544547476,True -2017/07/13 17:00:00,13.149342516502331,True -2017/07/13 18:00:00,12.660917059203465,True -2017/07/13 19:00:00,11.347219700320434,True -2017/07/13 20:00:00,12.544507804795877,True -2017/07/13 21:00:00,11.402898365861818,True -2017/07/13 22:00:00,12.058353550077108,True -2017/07/13 23:00:00,10.299120525217909,True -2017/07/14 00:00:00,9.931521106498154,True -2017/07/14 01:00:00,8.588223670651345,True -2017/07/14 02:00:00,9.300232113400947,True -2017/07/14 03:00:00,8.425145345232748,True -2017/07/14 04:00:00,9.549255275600272,True -2017/07/14 05:00:00,9.508776661213462,True -2017/07/14 06:00:00,9.454514228730968,True -2017/07/14 07:00:00,12.368493752967323,True -2017/07/14 08:00:00,13.609793158253954,True -2017/07/14 09:00:00,13.66699539790344,True -2017/07/14 10:00:00,13.81150286776347,True -2017/07/14 11:00:00,13.966418927649858,True -2017/07/14 12:00:00,13.851839368186399,True -2017/07/14 13:00:00,13.95621047243867,True -2017/07/14 14:00:00,13.991910765746736,True -2017/07/14 15:00:00,13.981583928949403,True -2017/07/14 16:00:00,14.03330899870787,True -2017/07/14 17:00:00,13.154680687413544,True -2017/07/14 18:00:00,12.683195177379067,True -2017/07/14 19:00:00,11.357453611155215,True -2017/07/14 20:00:00,12.615140549061495,True -2017/07/14 21:00:00,11.44677432315777,True -2017/07/14 22:00:00,12.27395764185509,True -2017/07/14 23:00:00,10.501367708379092,True -2017/07/15 00:00:00,10.772702505935147,True -2017/07/15 01:00:00,8.714667392852792,True -2017/07/15 02:00:00,9.700175384418559,True -2017/07/15 03:00:00,9.588882438374554,True -2017/07/15 04:00:00,10.188057993668147,True -2017/07/15 05:00:00,9.037020988286901,True -2017/07/15 06:00:00,9.510410876415829,True -2017/07/15 07:00:00,12.12892301427243,True -2017/07/15 08:00:00,12.660609864096248,True -2017/07/15 09:00:00,12.809736241573534,True -2017/07/15 10:00:00,12.877870916443117,True -2017/07/15 11:00:00,12.957277630918837,True -2017/07/15 12:00:00,11.914080580025692,True -2017/07/15 13:00:00,11.322788273020553,True -2017/07/15 14:00:00,12.55696371138296,True -2017/07/15 15:00:00,11.451249015642654,True -2017/07/15 16:00:00,12.738895900450029,True -2017/07/15 17:00:00,11.12755327423761,True -2017/07/15 18:00:00,12.308514521986488,True -2017/07/15 19:00:00,10.55045432347883,True -2017/07/15 20:00:00,12.129126123285626,True -2017/07/15 21:00:00,10.857827798735082,True -2017/07/15 22:00:00,12.157584471160336,True -2017/07/15 23:00:00,10.402656483022815,True -2017/07/16 00:00:00,10.65139434969042,True -2017/07/16 01:00:00,9.095163125554183,True -2017/07/16 02:00:00,10.754654770038904,True -2017/07/16 03:00:00,9.310391358889788,True -2017/07/16 04:00:00,10.17887140656404,True -2017/07/16 05:00:00,10.201644987640616,True -2017/07/16 06:00:00,11.389559646397542,True -2017/07/16 07:00:00,10.187678721769428,True -2017/07/16 08:00:00,10.359598720753821,True -2017/07/16 09:00:00,12.142036517990645,True -2017/07/16 10:00:00,10.561850353053222,True -2017/07/16 11:00:00,12.285889486028278,True -2017/07/16 12:00:00,10.515250142173942,True -2017/07/16 13:00:00,12.241015684542862,True -2017/07/16 14:00:00,10.473407925123976,True -2017/07/16 15:00:00,12.184853017331648,True -2017/07/16 16:00:00,10.533163230612614,True -2017/07/16 17:00:00,12.280232327668335,True -2017/07/16 18:00:00,10.498826483700974,True -2017/07/16 19:00:00,12.143680612051787,True -2017/07/16 20:00:00,10.455363748175959,True -2017/07/16 21:00:00,12.23461910183769,True -2017/07/16 22:00:00,10.596951918180418,True -2017/07/16 23:00:00,11.139714111075023,True -2017/07/17 00:00:00,9.522463748333413,True -2017/07/17 01:00:00,10.52635747699559,True -2017/07/17 02:00:00,9.548071821432314,True -2017/07/17 03:00:00,10.103728843655173,True -2017/07/17 04:00:00,9.967354328186948,True -2017/07/17 05:00:00,9.492552298616454,True -2017/07/17 06:00:00,9.44714855764725,True -2017/07/17 07:00:00,12.882660439549749,True -2017/07/17 08:00:00,13.808042711491815,True -2017/07/17 09:00:00,13.900029680540085,True -2017/07/17 10:00:00,13.972495122792632,True -2017/07/17 11:00:00,14.078446733685318,True -2017/07/17 12:00:00,13.988312787501625,True -2017/07/17 13:00:00,14.080100801168273,True -2017/07/17 14:00:00,14.055179464320014,True -2017/07/17 15:00:00,13.938704272937425,True -2017/07/17 16:00:00,14.036709160499667,True -2017/07/17 17:00:00,13.209504890360588,True -2017/07/17 18:00:00,12.704513473411852,True -2017/07/17 19:00:00,11.425149037854617,True -2017/07/17 20:00:00,12.694696924769367,True -2017/07/17 21:00:00,11.45046356169924,True -2017/07/17 22:00:00,12.301745728181249,True -2017/07/17 23:00:00,10.508547632238127,True -2017/07/18 00:00:00,10.472400997762263,True -2017/07/18 01:00:00,9.527512743808513,True -2017/07/18 02:00:00,9.621638738670534,True -2017/07/18 03:00:00,8.703033215321275,True -2017/07/18 04:00:00,9.645292169927194,True -2017/07/18 05:00:00,9.502478989657607,True -2017/07/18 06:00:00,9.449163192852748,True -2017/07/18 07:00:00,12.632796588547608,True -2017/07/18 08:00:00,13.693708839350066,True -2017/07/18 09:00:00,13.898579492596793,True -2017/07/18 10:00:00,13.955413377820971,True -2017/07/18 11:00:00,14.053407521773197,True -2017/07/18 12:00:00,13.899191045744926,True -2017/07/18 13:00:00,14.028993144421314,True -2017/07/18 14:00:00,14.03559437620072,True -2017/07/18 15:00:00,13.990702119743926,True -2017/07/18 16:00:00,14.164688573166622,True -2017/07/18 17:00:00,13.320887083827683,True -2017/07/18 18:00:00,12.724366738355188,True -2017/07/18 19:00:00,11.384031191831442,True -2017/07/18 20:00:00,12.680154671920224,True -2017/07/18 21:00:00,11.455700340856563,True -2017/07/18 22:00:00,12.294699629650957,True -2017/07/18 23:00:00,10.52639423681732,True -2017/07/19 00:00:00,11.011869643388923,True -2017/07/19 01:00:00,9.09302350773607,True -2017/07/19 02:00:00,10.457763413917856,True -2017/07/19 03:00:00,9.398974965365522,True -2017/07/19 04:00:00,10.589861869122032,True -2017/07/19 05:00:00,9.496769715911125,True -2017/07/19 06:00:00,9.453803723203333,True -2017/07/19 07:00:00,12.79157219448316,True -2017/07/19 08:00:00,13.76928329300684,True -2017/07/19 09:00:00,13.872851233229307,True -2017/07/19 10:00:00,14.048440200610937,True -2017/07/19 11:00:00,14.165244201240096,True -2017/07/19 12:00:00,14.10952986170018,True -2017/07/19 13:00:00,14.199936040739642,True -2017/07/19 14:00:00,14.25747546562407,True -2017/07/19 15:00:00,14.232067509686097,True -2017/07/19 16:00:00,14.249780452339714,True -2017/07/19 17:00:00,13.404440684024982,True -2017/07/19 18:00:00,12.779106275880872,True -2017/07/19 19:00:00,11.428977764693428,True -2017/07/19 20:00:00,12.797612232750234,True -2017/07/19 21:00:00,11.492862015804771,True -2017/07/19 22:00:00,12.540243653926513,True -2017/07/19 23:00:00,10.637043276050072,True -2017/07/20 00:00:00,11.004218961128958,True -2017/07/20 01:00:00,8.982217510296392,True -2017/07/20 02:00:00,10.697845625142723,True -2017/07/20 03:00:00,9.233554186389734,True -2017/07/20 04:00:00,11.443764370355977,True -2017/07/20 05:00:00,10.798322871838039,True -2017/07/20 06:00:00,11.876279100334333,True -2017/07/20 07:00:00,12.868268726839453,True -2017/07/20 08:00:00,13.81420605410379,True -2017/07/20 09:00:00,13.932489498781829,True -2017/07/20 10:00:00,14.067236959536752,True -2017/07/20 11:00:00,14.257668063892133,True -2017/07/20 12:00:00,14.14073005809669,True -2017/07/20 13:00:00,14.260075833733005,True -2017/07/20 14:00:00,14.300472645130045,True -2017/07/20 15:00:00,14.187179008242035,True -2017/07/20 16:00:00,14.270567332923653,True -2017/07/20 17:00:00,13.342659214031674,True -2017/07/20 18:00:00,12.758995853624478,True -2017/07/20 19:00:00,11.424251758283848,True -2017/07/20 20:00:00,12.798019327853932,True -2017/07/20 21:00:00,11.505611825050314,True -2017/07/20 22:00:00,12.481564992619669,True -2017/07/20 23:00:00,11.18517449862697,True -2017/07/21 00:00:00,11.117943776204543,True -2017/07/21 01:00:00,9.285651820298021,True -2017/07/21 02:00:00,10.974546110930786,True -2017/07/21 03:00:00,9.281890366863816,True -2017/07/21 04:00:00,11.584433798080191,True -2017/07/21 05:00:00,10.586403472710638,True -2017/07/21 06:00:00,11.926594028856112,True -2017/07/21 07:00:00,12.875485004060799,True -2017/07/21 08:00:00,13.888840229639854,True -2017/07/21 09:00:00,13.99663075487261,True -2017/07/21 10:00:00,14.124276272269196,True -2017/07/21 11:00:00,14.219527261002334,True -2017/07/21 12:00:00,14.096797064059814,True -2017/07/21 13:00:00,14.193074704719509,True -2017/07/21 14:00:00,14.161907873342258,True -2017/07/21 15:00:00,14.133609030240981,True -2017/07/21 16:00:00,14.134460210142509,True -2017/07/21 17:00:00,13.39340149337256,True -2017/07/21 18:00:00,12.759236841479565,True -2017/07/21 19:00:00,11.41468465528349,True -2017/07/21 20:00:00,12.789751234199096,True -2017/07/21 21:00:00,11.478418952346017,True -2017/07/21 22:00:00,12.357496149779966,True -2017/07/21 23:00:00,10.639930511253162,True -2017/07/22 00:00:00,11.153156510398517,True -2017/07/22 01:00:00,9.068366799533084,True -2017/07/22 02:00:00,10.393235157590047,True -2017/07/22 03:00:00,9.313084273719346,True -2017/07/22 04:00:00,10.361007228261911,True -2017/07/22 05:00:00,9.034329522273461,True -2017/07/22 06:00:00,9.508299744706898,True -2017/07/22 07:00:00,12.201106402876752,True -2017/07/22 08:00:00,12.703038202124349,True -2017/07/22 09:00:00,12.678511406350218,True -2017/07/22 10:00:00,12.8933281835083,True -2017/07/22 11:00:00,12.94362747072148,True -2017/07/22 12:00:00,11.63621583012076,True -2017/07/22 13:00:00,11.088975233235349,True -2017/07/22 14:00:00,12.282262337306301,True -2017/07/22 15:00:00,11.348686380357869,True -2017/07/22 16:00:00,12.22876970241763,True -2017/07/22 17:00:00,10.63551232979725,True -2017/07/22 18:00:00,11.577187779584076,True -2017/07/22 19:00:00,11.492728509387213,True -2017/07/22 20:00:00,11.033167288527466,True -2017/07/22 21:00:00,11.67179723534611,True -2017/07/22 22:00:00,10.931063972297435,True -2017/07/22 23:00:00,10.235122477269524,True -2017/07/23 00:00:00,9.772105238768805,True -2017/07/23 01:00:00,8.751265765320808,True -2017/07/23 02:00:00,9.038384694254914,True -2017/07/23 03:00:00,8.399650369002263,True -2017/07/23 04:00:00,10.138634236818058,True -2017/07/23 05:00:00,9.784212119587114,True -2017/07/23 06:00:00,9.626361965709902,True -2017/07/23 07:00:00,10.067310898181216,True -2017/07/23 08:00:00,10.275616616563765,True -2017/07/23 09:00:00,11.614477570841416,True -2017/07/23 10:00:00,10.706625104109072,True -2017/07/23 11:00:00,11.994261204392298,True -2017/07/23 12:00:00,11.265818792985568,True -2017/07/23 13:00:00,11.977413039613962,True -2017/07/23 14:00:00,11.169346610995811,True -2017/07/23 15:00:00,11.997959733692305,True -2017/07/23 16:00:00,11.255834727897032,True -2017/07/23 17:00:00,11.99955384133797,True -2017/07/23 18:00:00,11.056512051302219,True -2017/07/23 19:00:00,11.659446189190776,True -2017/07/23 20:00:00,10.437110242312503,True -2017/07/23 21:00:00,11.214495768116993,True -2017/07/23 22:00:00,11.104489090037077,True -2017/07/23 23:00:00,10.187698476226503,True -2017/07/24 00:00:00,9.558169344496735,True -2017/07/24 01:00:00,8.45917137622197,True -2017/07/24 02:00:00,8.44555418988378,True -2017/07/24 03:00:00,8.900807414845984,True -2017/07/24 04:00:00,8.877033810978299,True -2017/07/24 05:00:00,9.507954523797032,True -2017/07/24 06:00:00,9.463341303960503,True -2017/07/24 07:00:00,12.502967942489258,True -2017/07/24 08:00:00,13.604843877344068,True -2017/07/24 09:00:00,13.669967085489901,True -2017/07/24 10:00:00,13.819102098521954,True -2017/07/24 11:00:00,13.954197442472877,True -2017/07/24 12:00:00,13.850014347464343,True -2017/07/24 13:00:00,13.933650072819958,True -2017/07/24 14:00:00,13.930570435714325,True -2017/07/24 15:00:00,13.871434867064556,True -2017/07/24 16:00:00,14.017593104417012,True -2017/07/24 17:00:00,13.163440896255809,True -2017/07/24 18:00:00,12.609386455376042,True -2017/07/24 19:00:00,11.346887694262279,True -2017/07/24 20:00:00,12.540622904318704,True -2017/07/24 21:00:00,11.418333835541747,True -2017/07/24 22:00:00,12.215103628112164,True -2017/07/24 23:00:00,10.430387003598485,True -2017/07/25 00:00:00,10.00845614143798,True -2017/07/25 01:00:00,8.606061084141572,True -2017/07/25 02:00:00,9.148632712942899,True -2017/07/25 03:00:00,8.902735386290932,True -2017/07/25 04:00:00,9.210366986331044,True -2017/07/25 05:00:00,9.508714842337616,True -2017/07/25 06:00:00,9.459624253874011,True -2017/07/25 07:00:00,12.211902285840484,True -2017/07/25 08:00:00,13.602182279518594,True -2017/07/25 09:00:00,13.659444485852006,True -2017/07/25 10:00:00,13.790703530363563,True -2017/07/25 11:00:00,13.91233909175375,True -2017/07/25 12:00:00,13.795691171412102,True -2017/07/25 13:00:00,13.900772023180588,True -2017/07/25 14:00:00,13.895287846348884,True -2017/07/25 15:00:00,13.890199463137362,True -2017/07/25 16:00:00,13.98564669888655,True -2017/07/25 17:00:00,13.14203541961859,True -2017/07/25 18:00:00,12.64533282796574,True -2017/07/25 19:00:00,11.371296089967169,True -2017/07/25 20:00:00,12.624303544634069,True -2017/07/25 21:00:00,11.44784168189053,True -2017/07/25 22:00:00,12.27643284740069,True -2017/07/25 23:00:00,10.498344043117124,True -2017/07/26 00:00:00,10.561309904608201,True -2017/07/26 01:00:00,8.861955845378624,True -2017/07/26 02:00:00,10.124411453352538,True -2017/07/26 03:00:00,8.918387030487914,True -2017/07/26 04:00:00,10.042669144889677,True -2017/07/26 05:00:00,9.503986322041204,True -2017/07/26 06:00:00,9.458905948138737,True -2017/07/26 07:00:00,12.584887061910981,True -2017/07/26 08:00:00,13.636255304169596,True -2017/07/26 09:00:00,13.73953009319144,True -2017/07/26 10:00:00,13.923778555337318,True -2017/07/26 11:00:00,14.090570438856378,True -2017/07/26 12:00:00,13.969259261001001,True -2017/07/26 13:00:00,14.026162698659157,True -2017/07/26 14:00:00,14.023868467771491,True -2017/07/26 15:00:00,14.026665748500276,True -2017/07/26 16:00:00,14.158203536144473,True -2017/07/26 17:00:00,13.255984355704104,True -2017/07/26 18:00:00,12.610618800599871,True -2017/07/26 19:00:00,11.383810393506751,True -2017/07/26 20:00:00,12.590708745230371,True -2017/07/26 21:00:00,11.446565710718358,True -2017/07/26 22:00:00,12.27817664283516,True -2017/07/26 23:00:00,10.561394865113682,True -2017/07/27 00:00:00,10.771927277619339,True -2017/07/27 01:00:00,9.998224074910581,True -2017/07/27 02:00:00,10.127785120775664,True -2017/07/27 03:00:00,10.024781276573073,True -2017/07/27 04:00:00,10.562341436792886,True -2017/07/27 05:00:00,9.498888099411635,True -2017/07/27 06:00:00,9.450760047335615,True -2017/07/27 07:00:00,12.746421712114747,True -2017/07/27 08:00:00,13.745173552359244,True -2017/07/27 09:00:00,13.832361345292458,True -2017/07/27 10:00:00,13.935049743706957,True -2017/07/27 11:00:00,14.100207552596846,True -2017/07/27 12:00:00,14.062060138026643,True -2017/07/27 13:00:00,14.15291101245307,True -2017/07/27 14:00:00,14.045020528855488,True -2017/07/27 15:00:00,13.973820846113968,True -2017/07/27 16:00:00,14.09641763876699,True -2017/07/27 17:00:00,13.331597860534194,True -2017/07/27 18:00:00,12.743011416038685,True -2017/07/27 19:00:00,11.383694866502992,True -2017/07/27 20:00:00,12.63219721548229,True -2017/07/27 21:00:00,11.45199491507222,True -2017/07/27 22:00:00,12.289129318640882,True -2017/07/27 23:00:00,10.519413659779875,True -2017/07/28 00:00:00,10.451351935496296,True -2017/07/28 01:00:00,9.253735984107102,True -2017/07/28 02:00:00,9.946695762433597,True -2017/07/28 03:00:00,8.966123370829022,True -2017/07/28 04:00:00,10.711851270602592,True -2017/07/28 05:00:00,9.499522534819583,True -2017/07/28 06:00:00,9.45388887005511,True -2017/07/28 07:00:00,12.702907600977754,True -2017/07/28 08:00:00,13.688519983535123,True -2017/07/28 09:00:00,13.710041719329473,True -2017/07/28 10:00:00,13.8402453750917,True -2017/07/28 11:00:00,13.946355913248466,True -2017/07/28 12:00:00,13.837258064806656,True -2017/07/28 13:00:00,13.920577533592507,True -2017/07/28 14:00:00,13.94785305216045,True -2017/07/28 15:00:00,13.931528474588807,True -2017/07/28 16:00:00,14.025962900445451,True -2017/07/28 17:00:00,13.213623523327144,True -2017/07/28 18:00:00,12.590810328259604,True -2017/07/28 19:00:00,11.398576382952074,True -2017/07/28 20:00:00,12.537062827548908,True -2017/07/28 21:00:00,11.45777323227595,True -2017/07/28 22:00:00,12.079045663552463,True -2017/07/28 23:00:00,11.275808085396108,True -2017/07/29 00:00:00,10.664724864710807,True -2017/07/29 01:00:00,9.065679790140928,True -2017/07/29 02:00:00,9.768970832436812,True -2017/07/29 03:00:00,9.62129686831332,True -2017/07/29 04:00:00,10.351532299450751,True -2017/07/29 05:00:00,9.035041021670052,True -2017/07/29 06:00:00,9.50942089854646,True -2017/07/29 07:00:00,11.991087855724842,True -2017/07/29 08:00:00,12.687909927522075,True -2017/07/29 09:00:00,12.775703363960748,True -2017/07/29 10:00:00,12.83865554465437,True -2017/07/29 11:00:00,13.101804134757407,True -2017/07/29 12:00:00,12.267179942340155,True -2017/07/29 13:00:00,10.931295879190644,True -2017/07/29 14:00:00,12.476146029451764,True -2017/07/29 15:00:00,10.89600099354646,True -2017/07/29 16:00:00,12.498684699681169,True -2017/07/29 17:00:00,10.548913118898412,True -2017/07/29 18:00:00,12.28688066462808,True -2017/07/29 19:00:00,10.514232259783576,True -2017/07/29 20:00:00,12.062477008888335,True -2017/07/29 21:00:00,10.835036613165961,True -2017/07/29 22:00:00,11.339021110140765,True -2017/07/29 23:00:00,10.857162575238494,True -2017/07/30 00:00:00,10.16302940666837,True -2017/07/30 01:00:00,8.685316486888004,True -2017/07/30 02:00:00,9.094321639926342,True -2017/07/30 03:00:00,9.015539777279558,True -2017/07/30 04:00:00,10.20575582845111,True -2017/07/30 05:00:00,10.037079922431266,True -2017/07/30 06:00:00,9.900940682248542,True -2017/07/30 07:00:00,10.04753025101919,True -2017/07/30 08:00:00,10.273862967767153,True -2017/07/30 09:00:00,11.956178675600539,True -2017/07/30 10:00:00,10.50322657135477,True -2017/07/30 11:00:00,12.109034280876651,True -2017/07/30 12:00:00,10.51349705638147,True -2017/07/30 13:00:00,12.097804924323656,True -2017/07/30 14:00:00,10.45054766299257,True -2017/07/30 15:00:00,12.120855583433874,True -2017/07/30 16:00:00,10.481994695147183,True -2017/07/30 17:00:00,12.117197473694672,True -2017/07/30 18:00:00,10.494372129591442,True -2017/07/30 19:00:00,12.046619798266589,True -2017/07/30 20:00:00,10.459038796662435,True -2017/07/30 21:00:00,11.318869788557238,True -2017/07/30 22:00:00,10.527418206308923,True -2017/07/30 23:00:00,11.487742687057654,True -2017/07/31 00:00:00,9.191815620528416,True -2017/07/31 01:00:00,9.43599717956614,True -2017/07/31 02:00:00,9.056448781057673,True -2017/07/31 03:00:00,9.46574917095967,True -2017/07/31 04:00:00,9.158138225754705,True -2017/07/31 05:00:00,9.504954133829566,True -2017/07/31 06:00:00,9.45167881040297,True -2017/07/31 07:00:00,12.565316156893823,True -2017/07/31 08:00:00,13.635996391734219,True -2017/07/31 09:00:00,13.724016378435538,True -2017/07/31 10:00:00,13.852982779909844,True -2017/07/31 11:00:00,13.954921361611714,True -2017/07/31 12:00:00,13.82685676033275,True -2017/07/31 13:00:00,13.92647596251126,True -2017/07/31 14:00:00,13.929500605696898,True -2017/07/31 15:00:00,13.938048243617052,True -2017/07/31 16:00:00,14.065635750330516,True -2017/07/31 17:00:00,13.272505653431624,True -2017/07/31 18:00:00,12.730470032865048,True -2017/07/31 19:00:00,11.39600547583495,True -2017/07/31 20:00:00,12.697610876913291,True -2017/07/31 21:00:00,11.459496197648162,True -2017/07/31 22:00:00,12.277492067310568,True -2017/07/31 23:00:00,10.482451050848374,True -2017/08/01 00:00:00,10.767945910050496,True -2017/08/01 01:00:00,8.975954034928355,True -2017/08/01 02:00:00,9.529726929032133,True -2017/08/01 03:00:00,8.385028155368309,True -2017/08/01 04:00:00,9.50771162071786,True -2017/08/01 05:00:00,9.667579088903786,True -2017/08/01 06:00:00,9.601618750332795,True -2017/08/01 07:00:00,12.063771857957631,True -2017/08/01 08:00:00,13.526477541222036,True -2017/08/01 09:00:00,13.66943799432733,True -2017/08/01 10:00:00,13.778807319441642,True -2017/08/01 11:00:00,13.871874839684086,True -2017/08/01 12:00:00,13.756536481982257,True -2017/08/01 13:00:00,13.846343587607194,True -2017/08/01 14:00:00,13.809007694422299,True -2017/08/01 15:00:00,13.798323168694981,True -2017/08/01 16:00:00,13.90889583132265,True -2017/08/01 17:00:00,13.065092876704805,True -2017/08/01 18:00:00,12.564015033349103,True -2017/08/01 19:00:00,11.374628747487339,True -2017/08/01 20:00:00,12.49624763604135,True -2017/08/01 21:00:00,11.352691377349416,True -2017/08/01 22:00:00,11.97022037653257,True -2017/08/01 23:00:00,10.140820967389129,True -2017/08/02 00:00:00,9.926130527378824,True -2017/08/02 01:00:00,8.147606568800779,True -2017/08/02 02:00:00,8.793283846703371,True -2017/08/02 03:00:00,8.335514860047697,True -2017/08/02 04:00:00,9.282413416054634,True -2017/08/02 05:00:00,9.669600950984284,True -2017/08/02 06:00:00,9.591051357617559,True -2017/08/02 07:00:00,12.09392001967915,True -2017/08/02 08:00:00,13.544825589260638,True -2017/08/02 09:00:00,13.667844028263954,True -2017/08/02 10:00:00,13.761404158219584,True -2017/08/02 11:00:00,13.853327964210436,True -2017/08/02 12:00:00,13.742544379229424,True -2017/08/02 13:00:00,13.85191618590832,True -2017/08/02 14:00:00,13.816742320585242,True -2017/08/02 15:00:00,13.800716213603998,True -2017/08/02 16:00:00,13.929134479125093,True -2017/08/02 17:00:00,13.087120558982255,True -2017/08/02 18:00:00,12.590029731935585,True -2017/08/02 19:00:00,11.372439960039882,True -2017/08/02 20:00:00,12.511271788139757,True -2017/08/02 21:00:00,11.364248755792666,True -2017/08/02 22:00:00,11.982462502822347,True -2017/08/02 23:00:00,9.896837253678383,True -2017/08/03 00:00:00,9.40025880061882,True -2017/08/03 01:00:00,8.268902103019512,True -2017/08/03 02:00:00,8.832888578729934,True -2017/08/03 03:00:00,8.50048286817696,True -2017/08/03 04:00:00,9.498311663852299,True -2017/08/03 05:00:00,9.667967677816447,True -2017/08/03 06:00:00,9.597104000885132,True -2017/08/03 07:00:00,11.905311636886795,True -2017/08/03 08:00:00,13.48960836685423,True -2017/08/03 09:00:00,13.683860978760048,True -2017/08/03 10:00:00,13.782838715039363,True -2017/08/03 11:00:00,13.92417554351641,True -2017/08/03 12:00:00,13.817139548610461,True -2017/08/03 13:00:00,13.923924279429713,True -2017/08/03 14:00:00,13.921818927984196,True -2017/08/03 15:00:00,13.891968649136231,True -2017/08/03 16:00:00,13.972249567294009,True -2017/08/03 17:00:00,13.131836418084621,True -2017/08/03 18:00:00,12.628011174317287,True -2017/08/03 19:00:00,11.37468155197948,True -2017/08/03 20:00:00,12.608281280896016,True -2017/08/03 21:00:00,11.43684326874979,True -2017/08/03 22:00:00,11.99971036700395,True -2017/08/03 23:00:00,10.087875846227368,True -2017/08/04 00:00:00,9.99390332226616,True -2017/08/04 01:00:00,8.2784808399874,True -2017/08/04 02:00:00,8.827711165713998,True -2017/08/04 03:00:00,8.368360924723746,True -2017/08/04 04:00:00,9.432540152038202,True -2017/08/04 05:00:00,9.669830578230751,True -2017/08/04 06:00:00,9.592118521125496,True -2017/08/04 07:00:00,12.0203436952072,True -2017/08/04 08:00:00,13.611201568657407,True -2017/08/04 09:00:00,13.698328809978236,True -2017/08/04 10:00:00,13.818560214708043,True -2017/08/04 11:00:00,13.941694240942898,True -2017/08/04 12:00:00,13.861008041377367,True -2017/08/04 13:00:00,13.94567139120638,True -2017/08/04 14:00:00,13.939919085099254,True -2017/08/04 15:00:00,13.908785107750186,True -2017/08/04 16:00:00,14.021361023121496,True -2017/08/04 17:00:00,13.190391394999962,True -2017/08/04 18:00:00,12.665131039774856,True -2017/08/04 19:00:00,11.393470808336302,True -2017/08/04 20:00:00,12.792564284276622,True -2017/08/04 21:00:00,11.454767941093978,True -2017/08/04 22:00:00,12.191026771132215,True -2017/08/04 23:00:00,10.408101608187456,True -2017/08/05 00:00:00,9.982473124389175,True -2017/08/05 01:00:00,8.644048354618539,True -2017/08/05 02:00:00,9.30822699041492,True -2017/08/05 03:00:00,8.939649370673607,True -2017/08/05 04:00:00,9.56575339737125,True -2017/08/05 05:00:00,9.212394535863682,True -2017/08/05 06:00:00,9.643187407137573,True -2017/08/05 07:00:00,11.323795966694785,True -2017/08/05 08:00:00,12.550174123033315,True -2017/08/05 09:00:00,12.718006113250622,True -2017/08/05 10:00:00,12.784440502130971,True -2017/08/05 11:00:00,12.842808730158897,True -2017/08/05 12:00:00,12.287699697796109,True -2017/08/05 13:00:00,10.929795852736124,True -2017/08/05 14:00:00,12.422882804583093,True -2017/08/05 15:00:00,10.877649160832357,True -2017/08/05 16:00:00,12.486644878013207,True -2017/08/05 17:00:00,10.571934742880567,True -2017/08/05 18:00:00,12.161399736203142,True -2017/08/05 19:00:00,10.514770656107002,True -2017/08/05 20:00:00,12.226596364732563,True -2017/08/05 21:00:00,10.818941949079921,True -2017/08/05 22:00:00,11.829642609031804,True -2017/08/05 23:00:00,10.3096705116755,True -2017/08/06 00:00:00,10.010090198859649,True -2017/08/06 01:00:00,9.043878661242903,True -2017/08/06 02:00:00,9.281635467306018,True -2017/08/06 03:00:00,8.703116920951507,True -2017/08/06 04:00:00,10.1239380191998,True -2017/08/06 05:00:00,9.955207454122293,True -2017/08/06 06:00:00,10.072819865902359,True -2017/08/06 07:00:00,9.932733158916864,True -2017/08/06 08:00:00,10.27328195043042,True -2017/08/06 09:00:00,11.921427215122236,True -2017/08/06 10:00:00,10.53945041195551,True -2017/08/06 11:00:00,12.139873010583214,True -2017/08/06 12:00:00,10.524412003465455,True -2017/08/06 13:00:00,12.095099158412648,True -2017/08/06 14:00:00,10.46493371058928,True -2017/08/06 15:00:00,12.066493456892939,True -2017/08/06 16:00:00,10.500989373657069,True -2017/08/06 17:00:00,12.178348009475668,True -2017/08/06 18:00:00,10.522762107214215,True -2017/08/06 19:00:00,12.090624991918498,True -2017/08/06 20:00:00,10.859410313451418,True -2017/08/06 21:00:00,12.2290802737537,True -2017/08/06 22:00:00,10.573402204760265,True -2017/08/06 23:00:00,11.18620321821468,True -2017/08/07 00:00:00,9.642435205576279,True -2017/08/07 01:00:00,9.700459052463486,True -2017/08/07 02:00:00,10.741249192216257,True -2017/08/07 03:00:00,9.945159001530945,True -2017/08/07 04:00:00,9.500221776610411,True -2017/08/07 05:00:00,9.658962776819157,True -2017/08/07 06:00:00,9.590577236935879,True -2017/08/07 07:00:00,12.677801506660598,True -2017/08/07 08:00:00,13.721189408350595,True -2017/08/07 09:00:00,13.757004872579653,True -2017/08/07 10:00:00,13.878429720237687,True -2017/08/07 11:00:00,13.967241669872935,True -2017/08/07 12:00:00,13.898115819085286,True -2017/08/07 13:00:00,13.930122406849767,True -2017/08/07 14:00:00,13.909874656087299,True -2017/08/07 15:00:00,13.936702252965654,True -2017/08/07 16:00:00,14.058591374731323,True -2017/08/07 17:00:00,13.22089003295802,True -2017/08/07 18:00:00,12.597259825057638,True -2017/08/07 19:00:00,11.428963590297856,True -2017/08/07 20:00:00,12.797098291242957,True -2017/08/07 21:00:00,11.500459862853942,True -2017/08/07 22:00:00,12.314482075799217,True -2017/08/07 23:00:00,10.588436791713978,True -2017/08/08 00:00:00,10.684886213182148,True -2017/08/08 01:00:00,9.284820621823458,True -2017/08/08 02:00:00,10.082819118277929,True -2017/08/08 03:00:00,9.59326696632106,True -2017/08/08 04:00:00,10.506448931798255,True -2017/08/08 05:00:00,9.65580006717114,True -2017/08/08 06:00:00,9.591771740866191,True -2017/08/08 07:00:00,12.688207060141773,True -2017/08/08 08:00:00,13.65945478077915,True -2017/08/08 09:00:00,13.72433575440941,True -2017/08/08 10:00:00,13.87026736799039,True -2017/08/08 11:00:00,14.022257624189374,True -2017/08/08 12:00:00,13.871550959053334,True -2017/08/08 13:00:00,13.947632713967883,True -2017/08/08 14:00:00,13.928179553177852,True -2017/08/08 15:00:00,13.9189228173159,True -2017/08/08 16:00:00,14.024622897296398,True -2017/08/08 17:00:00,13.204607264455147,True -2017/08/08 18:00:00,12.669610413217065,True -2017/08/08 19:00:00,11.38865619975519,True -2017/08/08 20:00:00,12.820321516485814,True -2017/08/08 21:00:00,11.46565049364386,True -2017/08/08 22:00:00,12.223738579011984,True -2017/08/08 23:00:00,10.49053463089964,True -2017/08/09 00:00:00,10.415327471386943,True -2017/08/09 01:00:00,8.882188372564046,True -2017/08/09 02:00:00,9.56542829260365,True -2017/08/09 03:00:00,8.813235681496527,True -2017/08/09 04:00:00,9.920502675534651,True -2017/08/09 05:00:00,9.667572623688095,True -2017/08/09 06:00:00,9.597907473509583,True -2017/08/09 07:00:00,12.451686093344613,True -2017/08/09 08:00:00,13.65428210486721,True -2017/08/09 09:00:00,13.74023486435184,True -2017/08/09 10:00:00,13.931353797281957,True -2017/08/09 11:00:00,14.079279977125973,True -2017/08/09 12:00:00,13.95331864299689,True -2017/08/09 13:00:00,14.04282839135372,True -2017/08/09 14:00:00,14.025545791383133,True -2017/08/09 15:00:00,13.997866047057157,True -2017/08/09 16:00:00,14.093414313035183,True -2017/08/09 17:00:00,13.222575309709935,True -2017/08/09 18:00:00,12.689837038710092,True -2017/08/09 19:00:00,11.396459987926434,True -2017/08/09 20:00:00,12.815281493554956,True -2017/08/09 21:00:00,11.46659143087961,True -2017/08/09 22:00:00,12.225060567044663,True -2017/08/09 23:00:00,10.419429140950642,True -2017/08/10 00:00:00,10.28539464976696,True -2017/08/10 01:00:00,8.959932882841281,True -2017/08/10 02:00:00,9.61783157735341,True -2017/08/10 03:00:00,8.778597920846389,True -2017/08/10 04:00:00,9.810628950757247,True -2017/08/10 05:00:00,9.664409378544425,True -2017/08/10 06:00:00,9.596647326775388,True -2017/08/10 07:00:00,12.597507721760241,True -2017/08/10 08:00:00,13.66273964058602,True -2017/08/10 09:00:00,13.825048331659707,True -2017/08/10 10:00:00,14.01220162328004,True -2017/08/10 11:00:00,14.164467241691636,True -2017/08/10 12:00:00,14.136513207449221,True -2017/08/10 13:00:00,14.073558796367728,True -2017/08/10 14:00:00,14.106068233141155,True -2017/08/10 15:00:00,14.068242710829107,True -2017/08/10 16:00:00,14.124538920616818,True -2017/08/10 17:00:00,13.29153100992241,True -2017/08/10 18:00:00,12.753859666885448,True -2017/08/10 19:00:00,11.414224776507883,True -2017/08/10 20:00:00,12.82515881071339,True -2017/08/10 21:00:00,11.487785113214297,True -2017/08/10 22:00:00,12.337260640366948,True -2017/08/10 23:00:00,10.721292563227395,True -2017/08/11 00:00:00,11.58494357582807,True -2017/08/11 01:00:00,9.799664759107278,True -2017/08/11 02:00:00,10.51504260838275,True -2017/08/11 03:00:00,9.198718694611317,True -2017/08/11 04:00:00,10.367680120146247,True -2017/08/11 05:00:00,9.664940760827255,True -2017/08/11 06:00:00,9.596477441082378,True -2017/08/11 07:00:00,12.508724845112559,True -2017/08/11 08:00:00,13.617424728289413,True -2017/08/11 09:00:00,13.688625456484743,True -2017/08/11 10:00:00,13.788489899950994,True -2017/08/11 11:00:00,13.922371445751628,True -2017/08/11 12:00:00,13.8077296699409,True -2017/08/11 13:00:00,13.894254114932682,True -2017/08/11 14:00:00,13.897562453155885,True -2017/08/11 15:00:00,13.892117449787152,True -2017/08/11 16:00:00,13.96472755934067,True -2017/08/11 17:00:00,13.103914379037265,True -2017/08/11 18:00:00,12.600619543991382,True -2017/08/11 19:00:00,11.368671502212978,True -2017/08/11 20:00:00,12.695449233897873,True -2017/08/11 21:00:00,11.405804530718651,True -2017/08/11 22:00:00,11.743015705926013,True -2017/08/11 23:00:00,10.080472771524352,True -2017/08/12 00:00:00,9.568217402795295,True -2017/08/12 01:00:00,8.194371923225646,True -2017/08/12 02:00:00,8.993652854893496,True -2017/08/12 03:00:00,8.362308406584859,True -2017/08/12 04:00:00,9.152539309233058,True -2017/08/12 05:00:00,9.214713683462035,True -2017/08/12 06:00:00,9.646347124780538,True -2017/08/12 07:00:00,10.876101747595563,True -2017/08/12 08:00:00,12.219272469018795,True -2017/08/12 09:00:00,12.575546114126722,True -2017/08/12 10:00:00,12.752962048808797,True -2017/08/12 11:00:00,12.796053177120394,True -2017/08/12 12:00:00,12.078340841929169,True -2017/08/12 13:00:00,10.919097488418949,True -2017/08/12 14:00:00,12.289415555629592,True -2017/08/12 15:00:00,10.880311201393223,True -2017/08/12 16:00:00,12.36066899601538,True -2017/08/12 17:00:00,10.558751297190437,True -2017/08/12 18:00:00,12.127704859299536,True -2017/08/12 19:00:00,10.470103328205964,True -2017/08/12 20:00:00,12.002497059640332,True -2017/08/12 21:00:00,10.625192299980439,True -2017/08/12 22:00:00,10.74991238719321,True -2017/08/12 23:00:00,9.69496192386853,True -2017/08/13 00:00:00,9.399814127600514,True -2017/08/13 01:00:00,8.384195062998378,True -2017/08/13 02:00:00,8.319681127441871,True -2017/08/13 03:00:00,8.356018287945052,True -2017/08/13 04:00:00,9.351859375102896,True -2017/08/13 05:00:00,10.00932969124569,True -2017/08/13 06:00:00,9.657300137874048,True -2017/08/13 07:00:00,9.761536687842627,True -2017/08/13 08:00:00,10.202766693685955,True -2017/08/13 09:00:00,11.40883475673647,True -2017/08/13 10:00:00,10.98757005520155,True -2017/08/13 11:00:00,11.809837504759278,True -2017/08/13 12:00:00,11.889577401868507,True -2017/08/13 13:00:00,12.047854515369888,True -2017/08/13 14:00:00,12.225720529379021,True -2017/08/13 15:00:00,12.161805457365531,True -2017/08/13 16:00:00,12.268248931796519,True -2017/08/13 17:00:00,12.136649732265937,True -2017/08/13 18:00:00,12.02720734725033,True -2017/08/13 19:00:00,11.938652601452635,True -2017/08/13 20:00:00,12.177673377860401,True -2017/08/13 21:00:00,12.155626909308081,True -2017/08/13 22:00:00,12.028252721023053,True -2017/08/13 23:00:00,11.096233369359446,True -2017/08/14 00:00:00,10.652176908577742,True -2017/08/14 01:00:00,10.993767620410189,True -2017/08/14 02:00:00,11.200046928139155,True -2017/08/14 03:00:00,10.732923222469948,True -2017/08/14 04:00:00,10.519586749199387,True -2017/08/14 05:00:00,9.650212236299126,True -2017/08/14 06:00:00,9.581662014878626,True -2017/08/14 07:00:00,13.031544100615324,True -2017/08/14 08:00:00,13.874890578796945,True -2017/08/14 09:00:00,13.909743887832422,True -2017/08/14 10:00:00,14.051424361952533,True -2017/08/14 11:00:00,14.094318378061297,True -2017/08/14 12:00:00,14.029779260027704,True -2017/08/14 13:00:00,14.024323923198802,True -2017/08/14 14:00:00,14.121412156660277,True -2017/08/14 15:00:00,14.096857221388614,True -2017/08/14 16:00:00,14.13761992090718,True -2017/08/14 17:00:00,13.38553441381668,True -2017/08/14 18:00:00,12.759191583598708,True -2017/08/14 19:00:00,11.44991890874678,True -2017/08/14 20:00:00,12.90331502539888,True -2017/08/14 21:00:00,11.5084803099132,True -2017/08/14 22:00:00,12.444163422443738,True -2017/08/14 23:00:00,11.062452451978746,True -2017/08/15 00:00:00,11.442516487399727,True -2017/08/15 01:00:00,9.78943827731835,True -2017/08/15 02:00:00,10.981509656926859,True -2017/08/15 03:00:00,9.687333346094578,True -2017/08/15 04:00:00,11.040820919864627,True -2017/08/15 05:00:00,9.652472252701198,True -2017/08/15 06:00:00,9.585244471367696,True -2017/08/15 07:00:00,12.890490167279944,True -2017/08/15 08:00:00,13.876639017441285,True -2017/08/15 09:00:00,13.991376081055492,True -2017/08/15 10:00:00,14.097472055455414,True -2017/08/15 11:00:00,14.173800077157109,True -2017/08/15 12:00:00,14.085198896732855,True -2017/08/15 13:00:00,14.22287132316206,True -2017/08/15 14:00:00,14.139177505639545,True -2017/08/15 15:00:00,14.02699664429851,True -2017/08/15 16:00:00,14.025289263492105,True -2017/08/15 17:00:00,13.128390987627517,True -2017/08/15 18:00:00,12.501204933741137,True -2017/08/15 19:00:00,11.38996628453305,True -2017/08/15 20:00:00,12.674340392546172,True -2017/08/15 21:00:00,11.468096318483253,True -2017/08/15 22:00:00,11.936444857651361,True -2017/08/15 23:00:00,10.782374752188021,True -2017/08/16 00:00:00,10.206756137971789,True -2017/08/16 01:00:00,8.939313267163172,True -2017/08/16 02:00:00,9.505605977716076,True -2017/08/16 03:00:00,9.302820255062642,True -2017/08/16 04:00:00,9.899211836881301,True -2017/08/16 05:00:00,9.665933574482313,True -2017/08/16 06:00:00,9.600112939073403,True -2017/08/16 07:00:00,12.333700021296151,True -2017/08/16 08:00:00,13.625038103667903,True -2017/08/16 09:00:00,13.688141643373237,True -2017/08/16 10:00:00,13.806409689106173,True -2017/08/16 11:00:00,13.914362655619662,True -2017/08/16 12:00:00,13.82053326781727,True -2017/08/16 13:00:00,13.910653747115976,True -2017/08/16 14:00:00,13.900080839801214,True -2017/08/16 15:00:00,13.891399515155225,True -2017/08/16 16:00:00,13.966507274585155,True -2017/08/16 17:00:00,13.120400812473557,True -2017/08/16 18:00:00,12.607768410565166,True -2017/08/16 19:00:00,11.393011858963554,True -2017/08/16 20:00:00,12.745696796879077,True -2017/08/16 21:00:00,11.433735154572991,True -2017/08/16 22:00:00,12.142679584040687,True -2017/08/16 23:00:00,10.283184804653201,True -2017/08/17 00:00:00,10.107141910633588,True -2017/08/17 01:00:00,9.327716884998788,True -2017/08/17 02:00:00,8.830475954809314,True -2017/08/17 03:00:00,8.617608802604348,True -2017/08/17 04:00:00,9.649188698155811,True -2017/08/17 05:00:00,9.66970461035327,True -2017/08/17 06:00:00,9.599325098960955,True -2017/08/17 07:00:00,11.946510621276433,True -2017/08/17 08:00:00,13.60086256387844,True -2017/08/17 09:00:00,13.69364028827277,True -2017/08/17 10:00:00,13.818245714132585,True -2017/08/17 11:00:00,13.964268582879658,True -2017/08/17 12:00:00,13.848963783893181,True -2017/08/17 13:00:00,13.94807034150458,True -2017/08/17 14:00:00,13.964256326737397,True -2017/08/17 15:00:00,13.945463042342856,True -2017/08/17 16:00:00,14.045341409716624,True -2017/08/17 17:00:00,13.169611206745572,True -2017/08/17 18:00:00,12.629719997031717,True -2017/08/17 19:00:00,11.379327513776234,True -2017/08/17 20:00:00,12.731680907237356,True -2017/08/17 21:00:00,11.445088599327278,True -2017/08/17 22:00:00,12.093564642273234,True -2017/08/17 23:00:00,10.307189545495497,True -2017/08/18 00:00:00,10.021995907964957,True -2017/08/18 01:00:00,8.918184999934386,True -2017/08/18 02:00:00,9.483646030064781,True -2017/08/18 03:00:00,9.27920185403953,True -2017/08/18 04:00:00,9.75214338859961,True -2017/08/18 05:00:00,9.667862332044983,True -2017/08/18 06:00:00,9.59898415071315,True -2017/08/18 07:00:00,12.448448327989919,True -2017/08/18 08:00:00,13.655769666104069,True -2017/08/18 09:00:00,13.735017974908052,True -2017/08/18 10:00:00,13.913943381842289,True -2017/08/18 11:00:00,14.064843541803482,True -2017/08/18 12:00:00,14.01132803564699,True -2017/08/18 13:00:00,14.106051227033802,True -2017/08/18 14:00:00,14.126344069698202,True -2017/08/18 15:00:00,14.109140877055177,True -2017/08/18 16:00:00,14.158262834444187,True -2017/08/18 17:00:00,13.368519605580985,True -2017/08/18 18:00:00,12.730045700364984,True -2017/08/18 19:00:00,11.418435199630723,True -2017/08/18 20:00:00,12.882180079710954,True -2017/08/18 21:00:00,11.471599382937935,True -2017/08/18 22:00:00,12.313946289924104,True -2017/08/18 23:00:00,10.570864708082226,True -2017/08/19 00:00:00,10.491725012789061,True -2017/08/19 01:00:00,9.62264837932172,True -2017/08/19 02:00:00,9.585045060445939,True -2017/08/19 03:00:00,9.104889838444683,True -2017/08/19 04:00:00,10.312390477322115,True -2017/08/19 05:00:00,9.208259829970222,True -2017/08/19 06:00:00,9.643029778629325,True -2017/08/19 07:00:00,11.739901112525082,True -2017/08/19 08:00:00,12.558933879385009,True -2017/08/19 09:00:00,12.684101286423074,True -2017/08/19 10:00:00,12.744068752108502,True -2017/08/19 11:00:00,12.79131051707487,True -2017/08/19 12:00:00,12.139513119547505,True -2017/08/19 13:00:00,10.917729305813513,True -2017/08/19 14:00:00,12.305341937267604,True -2017/08/19 15:00:00,10.857667096290948,True -2017/08/19 16:00:00,12.296861388472543,True -2017/08/19 17:00:00,10.555624018799346,True -2017/08/19 18:00:00,12.02581719077373,True -2017/08/19 19:00:00,10.47485844847593,True -2017/08/19 20:00:00,11.512345912831805,True -2017/08/19 21:00:00,10.724291397124462,True -2017/08/19 22:00:00,10.992877615588657,True -2017/08/19 23:00:00,10.624171223175669,True -2017/08/20 00:00:00,9.650481716122615,True -2017/08/20 01:00:00,8.510360120132763,True -2017/08/20 02:00:00,8.77672552105962,True -2017/08/20 03:00:00,8.289845150311523,True -2017/08/20 04:00:00,9.249867924006448,True -2017/08/20 05:00:00,9.34307755840907,True -2017/08/20 06:00:00,9.985515188425106,True -2017/08/20 07:00:00,9.55310473764193,True -2017/08/20 08:00:00,9.9918008966835,True -2017/08/20 09:00:00,11.095226884848033,True -2017/08/20 10:00:00,11.093163019069719,True -2017/08/20 11:00:00,11.62141349409604,True -2017/08/20 12:00:00,11.148209311778277,True -2017/08/20 13:00:00,11.613805790678803,True -2017/08/20 14:00:00,10.897178066920535,True -2017/08/20 15:00:00,11.094275985560627,True -2017/08/20 16:00:00,10.80935150922596,True -2017/08/20 17:00:00,11.720840743834977,True -2017/08/20 18:00:00,10.721475620384004,True -2017/08/20 19:00:00,10.869991949715823,True -2017/08/20 20:00:00,11.267513163933256,True -2017/08/20 21:00:00,10.674957960734236,True -2017/08/20 22:00:00,10.31808183368048,True -2017/08/20 23:00:00,10.444352621186097,True -2017/08/21 00:00:00,9.176761936199998,True -2017/08/21 01:00:00,8.606260766264079,True -2017/08/21 02:00:00,9.188609383817184,True -2017/08/21 03:00:00,9.058886270825388,True -2017/08/21 04:00:00,9.090860187300374,True -2017/08/21 05:00:00,9.671418094991445,True -2017/08/21 06:00:00,10.154737660476703,True -2017/08/21 07:00:00,12.08438210972646,True -2017/08/21 08:00:00,13.414321670888217,True -2017/08/21 09:00:00,13.581403008579683,True -2017/08/21 10:00:00,13.696435394123249,True -2017/08/21 11:00:00,13.777493162373828,True -2017/08/21 12:00:00,13.684624335986175,True -2017/08/21 13:00:00,13.743475816953376,True -2017/08/21 14:00:00,13.689450007655319,True -2017/08/21 15:00:00,13.693211206713812,True -2017/08/21 16:00:00,13.811936976656636,True -2017/08/21 17:00:00,13.033446361166778,True -2017/08/21 18:00:00,12.395758857187529,True -2017/08/21 19:00:00,11.33119811538237,True -2017/08/21 20:00:00,12.526659642571184,True -2017/08/21 21:00:00,11.341067442222661,True -2017/08/21 22:00:00,11.565385168672204,True -2017/08/21 23:00:00,10.361962473297474,True -2017/08/22 00:00:00,9.747360393028808,True -2017/08/22 01:00:00,8.15479608765416,True -2017/08/22 02:00:00,8.927026288460144,True -2017/08/22 03:00:00,8.469815104922843,True -2017/08/22 04:00:00,9.39750129513508,True -2017/08/22 05:00:00,9.671686485805761,True -2017/08/22 06:00:00,10.154863195947572,True -2017/08/22 07:00:00,12.010517061263362,True -2017/08/22 08:00:00,13.392763907917002,True -2017/08/22 09:00:00,13.572693839178243,True -2017/08/22 10:00:00,13.741804794837678,True -2017/08/22 11:00:00,13.83530919125074,True -2017/08/22 12:00:00,13.71607026387531,True -2017/08/22 13:00:00,13.777221684047113,True -2017/08/22 14:00:00,13.765622075650843,True -2017/08/22 15:00:00,13.759067652533936,True -2017/08/22 16:00:00,13.872967920768216,True -2017/08/22 17:00:00,13.04592485058389,True -2017/08/22 18:00:00,12.510474056695053,True -2017/08/22 19:00:00,11.346872574641953,True -2017/08/22 20:00:00,12.599791597653201,True -2017/08/22 21:00:00,11.36359937442496,True -2017/08/22 22:00:00,11.624128140796419,True -2017/08/22 23:00:00,9.81000947719593,True -2017/08/23 00:00:00,9.508198420073183,True -2017/08/23 01:00:00,8.340720231651087,True -2017/08/23 02:00:00,8.823255152164283,True -2017/08/23 03:00:00,8.214313351314413,True -2017/08/23 04:00:00,9.372744790248493,True -2017/08/23 05:00:00,9.66794898568255,True -2017/08/23 06:00:00,10.156500575276144,True -2017/08/23 07:00:00,11.931756929104573,True -2017/08/23 08:00:00,13.380954388242413,True -2017/08/23 09:00:00,13.596078325244685,True -2017/08/23 10:00:00,13.745675263498102,True -2017/08/23 11:00:00,13.829988627061475,True -2017/08/23 12:00:00,13.721082552884074,True -2017/08/23 13:00:00,13.784546703477245,True -2017/08/23 14:00:00,13.767544347553931,True -2017/08/23 15:00:00,13.724153963555787,True -2017/08/23 16:00:00,13.83479042512965,True -2017/08/23 17:00:00,13.039602798960152,True -2017/08/23 18:00:00,12.439542621767993,True -2017/08/23 19:00:00,11.379252207002125,True -2017/08/23 20:00:00,12.617680813922009,True -2017/08/23 21:00:00,11.36688038117467,True -2017/08/23 22:00:00,11.633605874789442,True -2017/08/23 23:00:00,10.133657303850272,True -2017/08/24 00:00:00,9.797142546556914,True -2017/08/24 01:00:00,8.84829198171155,True -2017/08/24 02:00:00,9.630547840629019,True -2017/08/24 03:00:00,8.782218812713058,True -2017/08/24 04:00:00,9.728687974256484,True -2017/08/24 05:00:00,9.66703678084755,True -2017/08/24 06:00:00,10.15079853931322,True -2017/08/24 07:00:00,12.125622893569211,True -2017/08/24 08:00:00,13.335038610641199,True -2017/08/24 09:00:00,13.520419686249298,True -2017/08/24 10:00:00,13.674433696556411,True -2017/08/24 11:00:00,13.837816341556124,True -2017/08/24 12:00:00,13.791480764299267,True -2017/08/24 13:00:00,13.911423597902601,True -2017/08/24 14:00:00,13.90154748580699,True -2017/08/24 15:00:00,13.864872587271053,True -2017/08/24 16:00:00,13.960613506215022,True -2017/08/24 17:00:00,13.11285765500407,True -2017/08/24 18:00:00,12.551631226714992,True -2017/08/24 19:00:00,11.379201688655984,True -2017/08/24 20:00:00,12.68488920281807,True -2017/08/24 21:00:00,11.479301103401538,True -2017/08/24 22:00:00,12.01860387533517,True -2017/08/24 23:00:00,11.17475748211273,True -2017/08/25 00:00:00,10.30297848614504,True -2017/08/25 01:00:00,9.296779297375778,True -2017/08/25 02:00:00,9.953430200760303,True -2017/08/25 03:00:00,9.130068896881028,True -2017/08/25 04:00:00,10.461239124255629,True -2017/08/25 05:00:00,9.70226498704863,True -2017/08/25 06:00:00,10.143953020224446,True -2017/08/25 07:00:00,12.66961869248535,True -2017/08/25 08:00:00,13.700130099806842,True -2017/08/25 09:00:00,13.749896446661227,True -2017/08/25 10:00:00,13.868375108405427,True -2017/08/25 11:00:00,13.965763273971687,True -2017/08/25 12:00:00,13.843695568108016,True -2017/08/25 13:00:00,13.964390826488337,True -2017/08/25 14:00:00,14.000291700494968,True -2017/08/25 15:00:00,13.949809938981097,True -2017/08/25 16:00:00,14.047585934395023,True -2017/08/25 17:00:00,13.191350874031516,True -2017/08/25 18:00:00,12.582895637464533,True -2017/08/25 19:00:00,11.422373121592429,True -2017/08/25 20:00:00,12.717683254571288,True -2017/08/25 21:00:00,11.49474731642743,True -2017/08/25 22:00:00,12.15264058939014,True -2017/08/25 23:00:00,10.571316297329808,True -2017/08/26 00:00:00,10.142002339756083,True -2017/08/26 01:00:00,9.044506942110576,True -2017/08/26 02:00:00,9.63419126294944,True -2017/08/26 03:00:00,9.576698232853989,True -2017/08/26 04:00:00,10.335692980041731,True -2017/08/26 05:00:00,9.209325473270617,True -2017/08/26 06:00:00,10.18280071368878,True -2017/08/26 07:00:00,11.58234537329787,True -2017/08/26 08:00:00,12.680277963626953,True -2017/08/26 09:00:00,12.837056785647421,True -2017/08/26 10:00:00,12.903141851118319,True -2017/08/26 11:00:00,12.995604369242582,True -2017/08/26 12:00:00,12.252363845351761,True -2017/08/26 13:00:00,10.96920591119513,True -2017/08/26 14:00:00,12.468701652269766,True -2017/08/26 15:00:00,10.929002316054204,True -2017/08/26 16:00:00,12.39732088128553,True -2017/08/26 17:00:00,10.611796057874198,True -2017/08/26 18:00:00,12.183071756485994,True -2017/08/26 19:00:00,10.551944756317685,True -2017/08/26 20:00:00,11.553262391106651,True -2017/08/26 21:00:00,11.416032477737733,True -2017/08/26 22:00:00,10.857270110661068,True -2017/08/26 23:00:00,10.721265992714391,True -2017/08/27 00:00:00,10.237093682479598,True -2017/08/27 01:00:00,8.951305108823359,True -2017/08/27 02:00:00,9.028668967102938,True -2017/08/27 03:00:00,8.692456205064227,True -2017/08/27 04:00:00,9.488976303333738,True -2017/08/27 05:00:00,9.91673919765175,True -2017/08/27 06:00:00,10.442302307161148,True -2017/08/27 07:00:00,9.933824923212372,True -2017/08/27 08:00:00,10.229857102934789,True -2017/08/27 09:00:00,11.56193946868281,True -2017/08/27 10:00:00,10.531175617119004,True -2017/08/27 11:00:00,12.012618040163892,True -2017/08/27 12:00:00,10.520404093075225,True -2017/08/27 13:00:00,12.073912260327232,True -2017/08/27 14:00:00,10.475825557889085,True -2017/08/27 15:00:00,12.049959093284617,True -2017/08/27 16:00:00,10.51292065106655,True -2017/08/27 17:00:00,12.128472868882383,True -2017/08/27 18:00:00,10.514277936196466,True -2017/08/27 19:00:00,11.41538929920899,True -2017/08/27 20:00:00,10.829996838039646,True -2017/08/27 21:00:00,10.81087444609224,True -2017/08/27 22:00:00,10.552345385808058,True -2017/08/27 23:00:00,10.827623353248521,True -2017/08/28 00:00:00,9.821006753200459,True -2017/08/28 01:00:00,9.383029284415326,True -2017/08/28 02:00:00,10.11959243163112,True -2017/08/28 03:00:00,9.80414089183936,True -2017/08/28 04:00:00,9.982557350000137,True -2017/08/28 05:00:00,9.658161465814038,True -2017/08/28 06:00:00,10.145741280950949,True -2017/08/28 07:00:00,12.62911186299674,True -2017/08/28 08:00:00,13.666749412173834,True -2017/08/28 09:00:00,13.7192422331731,True -2017/08/28 10:00:00,13.845224130447777,True -2017/08/28 11:00:00,13.970630387050685,True -2017/08/28 12:00:00,13.892342422431756,True -2017/08/28 13:00:00,13.993770920977388,True -2017/08/28 14:00:00,13.941281952003836,True -2017/08/28 15:00:00,13.97550390348088,True -2017/08/28 16:00:00,13.987381721139085,True -2017/08/28 17:00:00,13.14137765229531,True -2017/08/28 18:00:00,12.536355252205256,True -2017/08/28 19:00:00,11.426179665526842,True -2017/08/28 20:00:00,12.750640066772307,True -2017/08/28 21:00:00,11.50171401336796,True -2017/08/28 22:00:00,12.006485748424115,True -2017/08/28 23:00:00,11.201791697412398,True -2017/08/29 00:00:00,10.038292557202029,True -2017/08/29 01:00:00,8.789253597631985,True -2017/08/29 02:00:00,9.273355840101674,True -2017/08/29 03:00:00,9.25752739599781,True -2017/08/29 04:00:00,9.428226825442929,True -2017/08/29 05:00:00,9.6677024189877,True -2017/08/29 06:00:00,10.155087844021397,True -2017/08/29 07:00:00,12.059270775867327,True -2017/08/29 08:00:00,13.496906364617887,True -2017/08/29 09:00:00,13.578498466720948,True -2017/08/29 10:00:00,13.728287215939117,True -2017/08/29 11:00:00,13.794898393553444,True -2017/08/29 12:00:00,13.717366624712252,True -2017/08/29 13:00:00,13.787582577616327,True -2017/08/29 14:00:00,13.759513427873712,True -2017/08/29 15:00:00,13.75834675399571,True -2017/08/29 16:00:00,13.883533182189316,True -2017/08/29 17:00:00,13.096071892769256,True -2017/08/29 18:00:00,12.532145850325612,True -2017/08/29 19:00:00,11.394596674595626,True -2017/08/29 20:00:00,12.709026811672953,True -2017/08/29 21:00:00,11.480065155085677,True -2017/08/29 22:00:00,11.971684059210506,True -2017/08/29 23:00:00,11.494731354198656,True -2017/08/30 00:00:00,10.317044140320967,True -2017/08/30 01:00:00,9.300642513961158,True -2017/08/30 02:00:00,10.199804948273117,True -2017/08/30 03:00:00,9.183719626803795,True -2017/08/30 04:00:00,10.50515939378253,True -2017/08/30 05:00:00,9.661426488640931,True -2017/08/30 06:00:00,10.144723877926129,True -2017/08/30 07:00:00,12.653371683011173,True -2017/08/30 08:00:00,13.669523719249426,True -2017/08/30 09:00:00,13.701969799219338,True -2017/08/30 10:00:00,13.766643247127245,True -2017/08/30 11:00:00,13.852842942064568,True -2017/08/30 12:00:00,13.725526707621881,True -2017/08/30 13:00:00,13.798050621554285,True -2017/08/30 14:00:00,13.821518608226683,True -2017/08/30 15:00:00,13.836774437128549,True -2017/08/30 16:00:00,13.816113927757828,True -2017/08/30 17:00:00,12.88352428476067,True -2017/08/30 18:00:00,11.808929608639867,True -2017/08/30 19:00:00,11.012005146020002,True -2017/08/30 20:00:00,12.193247118698071,True -2017/08/30 21:00:00,11.237530302381979,True -2017/08/30 22:00:00,11.068820536928781,True -2017/08/30 23:00:00,9.552115080341181,True -2017/08/31 00:00:00,9.388980600565342,True -2017/08/31 01:00:00,8.717054301233897,True -2017/08/31 02:00:00,8.853025460542998,True -2017/08/31 03:00:00,8.250030537414258,True -2017/08/31 04:00:00,9.005913948868397,True -2017/08/31 05:00:00,9.668149596323827,True -2017/08/31 06:00:00,10.151704710711247,True -2017/08/31 07:00:00,11.906445376337917,True -2017/08/31 08:00:00,13.158500381727523,True -2017/08/31 09:00:00,13.27610662771839,True -2017/08/31 10:00:00,13.425558096279119,True -2017/08/31 11:00:00,13.53907825733059,True -2017/08/31 12:00:00,13.456036077525619,True -2017/08/31 13:00:00,13.596626607408652,True -2017/08/31 14:00:00,13.585285212536842,True -2017/08/31 15:00:00,13.563004906582377,True -2017/08/31 16:00:00,13.698452113289779,True -2017/08/31 17:00:00,12.760083961110112,True -2017/08/31 18:00:00,11.944442827730917,True -2017/08/31 19:00:00,11.33060208082847,True -2017/08/31 20:00:00,12.02174087018743,True -2017/08/31 21:00:00,11.143606356752386,True -2017/08/31 22:00:00,11.074741291494979,True -2017/08/31 23:00:00,9.750446549740142,True -2017/09/01 00:00:00,8.874761248801551,True -2017/09/01 01:00:00,7.11663223930654,True -2017/09/01 02:00:00,8.28196476487957,True -2017/09/01 03:00:00,8.095720626777698,True -2017/09/01 04:00:00,8.758891161631754,True -2017/09/01 05:00:00,9.142456799563728,True -2017/09/01 06:00:00,9.795424087944788,True -2017/09/01 07:00:00,11.729461071256129,True -2017/09/01 08:00:00,13.043202000715768,True -2017/09/01 09:00:00,13.184797779929658,True -2017/09/01 10:00:00,13.49591194469401,True -2017/09/01 11:00:00,13.647260246270553,True -2017/09/01 12:00:00,13.503487751399437,True -2017/09/01 13:00:00,13.588669557547622,True -2017/09/01 14:00:00,13.530991047815245,True -2017/09/01 15:00:00,13.533313086042064,True -2017/09/01 16:00:00,13.682633485354673,True -2017/09/01 17:00:00,12.852328769661371,True -2017/09/01 18:00:00,12.114594612039248,True -2017/09/01 19:00:00,11.004792019982391,True -2017/09/01 20:00:00,12.091786926482538,True -2017/09/01 21:00:00,10.998019130841973,True -2017/09/01 22:00:00,11.06440894379659,True -2017/09/01 23:00:00,9.339198289666742,True -2017/09/02 00:00:00,8.098633569665997,True -2017/09/02 01:00:00,6.686134448063852,True -2017/09/02 02:00:00,7.45713173768094,True -2017/09/02 03:00:00,6.674729066720001,True -2017/09/02 04:00:00,8.18692310754461,True -2017/09/02 05:00:00,8.656689636336322,True -2017/09/02 06:00:00,9.84926267211258,True -2017/09/02 07:00:00,10.860502618743658,True -2017/09/02 08:00:00,11.47322647330287,True -2017/09/02 09:00:00,11.962890331060327,True -2017/09/02 10:00:00,12.280786246641531,True -2017/09/02 11:00:00,12.403450340623783,True -2017/09/02 12:00:00,11.256632944501204,True -2017/09/02 13:00:00,11.230556127120533,True -2017/09/02 14:00:00,11.603450252490555,True -2017/09/02 15:00:00,11.024147728511148,True -2017/09/02 16:00:00,11.640379783836368,True -2017/09/02 17:00:00,10.76332393854367,True -2017/09/02 18:00:00,11.333940483014324,True -2017/09/02 19:00:00,10.412100677529136,True -2017/09/02 20:00:00,10.806343869943088,True -2017/09/02 21:00:00,10.941445754804544,True -2017/09/02 22:00:00,10.138526953873768,True -2017/09/02 23:00:00,9.285489151343429,True -2017/09/03 00:00:00,7.624560193229305,True -2017/09/03 01:00:00,6.93964119512032,True -2017/09/03 02:00:00,6.907468443826631,True -2017/09/03 03:00:00,6.638450659102,True -2017/09/03 04:00:00,7.478104176968119,True -2017/09/03 05:00:00,9.295413089661047,True -2017/09/03 06:00:00,9.488906451603572,True -2017/09/03 07:00:00,9.345595589245912,True -2017/09/03 08:00:00,9.836904701219325,True -2017/09/03 09:00:00,10.365682068732626,True -2017/09/03 10:00:00,10.2648658884023,True -2017/09/03 11:00:00,11.2334556092026,True -2017/09/03 12:00:00,10.836375969282601,True -2017/09/03 13:00:00,11.259875460696787,True -2017/09/03 14:00:00,11.001638999525397,True -2017/09/03 15:00:00,10.69461388264949,True -2017/09/03 16:00:00,10.725013336397893,True -2017/09/03 17:00:00,11.149491347238804,True -2017/09/03 18:00:00,10.454439523465055,True -2017/09/03 19:00:00,10.003791387672978,True -2017/09/03 20:00:00,10.38557183450144,True -2017/09/03 21:00:00,10.323846462720903,True -2017/09/03 22:00:00,10.020491540215222,True -2017/09/03 23:00:00,9.097066474207432,True -2017/09/04 00:00:00,8.174552840201008,True -2017/09/04 01:00:00,7.001617651858356,True -2017/09/04 02:00:00,7.26629476943374,True -2017/09/04 03:00:00,6.975755090777259,True -2017/09/04 04:00:00,7.986382724531913,True -2017/09/04 05:00:00,9.143654651206614,True -2017/09/04 06:00:00,9.797574400164532,True -2017/09/04 07:00:00,11.576975496298274,True -2017/09/04 08:00:00,12.965572393785568,True -2017/09/04 09:00:00,13.29753753589132,True -2017/09/04 10:00:00,13.558433304797656,True -2017/09/04 11:00:00,13.697980163490609,True -2017/09/04 12:00:00,13.55775592177602,True -2017/09/04 13:00:00,13.620884017958478,True -2017/09/04 14:00:00,13.512250142220916,True -2017/09/04 15:00:00,13.533818186658028,True -2017/09/04 16:00:00,13.645965215788578,True -2017/09/04 17:00:00,12.852799470204655,True -2017/09/04 18:00:00,12.167904871124662,True -2017/09/04 19:00:00,10.935352040313823,True -2017/09/04 20:00:00,12.120486349283643,True -2017/09/04 21:00:00,11.098008549683087,True -2017/09/04 22:00:00,11.02799644314041,True -2017/09/04 23:00:00,9.490824277189224,True -2017/09/05 00:00:00,8.303063727454195,True -2017/09/05 01:00:00,7.139415814050662,True -2017/09/05 02:00:00,7.773931086735568,True -2017/09/05 03:00:00,7.0136274883141345,True -2017/09/05 04:00:00,8.265134151200554,True -2017/09/05 05:00:00,9.144943949467486,True -2017/09/05 06:00:00,9.799229079763844,True -2017/09/05 07:00:00,11.505908307675467,True -2017/09/05 08:00:00,13.009649705443195,True -2017/09/05 09:00:00,13.172465153304572,True -2017/09/05 10:00:00,13.537748310019818,True -2017/09/05 11:00:00,13.667628372872693,True -2017/09/05 12:00:00,13.532123030714864,True -2017/09/05 13:00:00,13.62834576567925,True -2017/09/05 14:00:00,13.586089042421534,True -2017/09/05 15:00:00,13.588541843254195,True -2017/09/05 16:00:00,13.74585906860476,True -2017/09/05 17:00:00,12.894570691893138,True -2017/09/05 18:00:00,12.232716475301611,True -2017/09/05 19:00:00,11.009338672667516,True -2017/09/05 20:00:00,12.101807899573224,True -2017/09/05 21:00:00,11.112598288464115,True -2017/09/05 22:00:00,10.994440799964947,True -2017/09/05 23:00:00,9.527886665649373,True -2017/09/06 00:00:00,8.329910270689297,True -2017/09/06 01:00:00,7.369150993334404,True -2017/09/06 02:00:00,7.778407975242546,True -2017/09/06 03:00:00,7.028545629297798,True -2017/09/06 04:00:00,8.462664186197562,True -2017/09/06 05:00:00,9.144111185383005,True -2017/09/06 06:00:00,9.798005958689384,True -2017/09/06 07:00:00,11.448341705315112,True -2017/09/06 08:00:00,13.02752255222371,True -2017/09/06 09:00:00,13.186768169278624,True -2017/09/06 10:00:00,13.486838307307139,True -2017/09/06 11:00:00,13.675042560576653,True -2017/09/06 12:00:00,13.565006851536475,True -2017/09/06 13:00:00,13.567067140172297,True -2017/09/06 14:00:00,13.444861535949515,True -2017/09/06 15:00:00,13.408985570374908,True -2017/09/06 16:00:00,13.587657793710289,True -2017/09/06 17:00:00,12.684493463362529,True -2017/09/06 18:00:00,11.836347675276985,True -2017/09/06 19:00:00,11.030472614241214,True -2017/09/06 20:00:00,11.91123007361458,True -2017/09/06 21:00:00,11.049610403651375,True -2017/09/06 22:00:00,10.8975354891189,True -2017/09/06 23:00:00,9.28061756881686,True -2017/09/07 00:00:00,8.883483428431028,True -2017/09/07 01:00:00,7.624293974770827,True -2017/09/07 02:00:00,8.331700670211644,True -2017/09/07 03:00:00,7.235077765339561,True -2017/09/07 04:00:00,8.305388961715533,True -2017/09/07 05:00:00,9.13965709349728,True -2017/09/07 06:00:00,9.794490149407892,True -2017/09/07 07:00:00,11.639714524104326,True -2017/09/07 08:00:00,12.999446092767295,True -2017/09/07 09:00:00,13.203113891409016,True -2017/09/07 10:00:00,13.464395416945424,True -2017/09/07 11:00:00,13.63503995025662,True -2017/09/07 12:00:00,13.527015641939844,True -2017/09/07 13:00:00,13.659983270485714,True -2017/09/07 14:00:00,13.584958477183678,True -2017/09/07 15:00:00,13.583298341059894,True -2017/09/07 16:00:00,13.724213787304592,True -2017/09/07 17:00:00,12.939899862752746,True -2017/09/07 18:00:00,12.302676598685972,True -2017/09/07 19:00:00,11.185524779282211,True -2017/09/07 20:00:00,12.201688197564858,True -2017/09/07 21:00:00,11.241319470536691,True -2017/09/07 22:00:00,11.340367646209073,True -2017/09/07 23:00:00,9.711026843151396,True -2017/09/08 00:00:00,8.751757391941494,True -2017/09/08 01:00:00,8.145916513878701,True -2017/09/08 02:00:00,8.434646024369417,True -2017/09/08 03:00:00,7.686399164862474,True -2017/09/08 04:00:00,9.018445705527679,True -2017/09/08 05:00:00,9.137069734942479,True -2017/09/08 06:00:00,9.789992724303772,True -2017/09/08 07:00:00,12.144166702291407,True -2017/09/08 08:00:00,13.425252105099174,True -2017/09/08 09:00:00,13.573896123987739,True -2017/09/08 10:00:00,13.682476646525098,True -2017/09/08 11:00:00,13.767790765083568,True -2017/09/08 12:00:00,13.66381039133006,True -2017/09/08 13:00:00,13.726497172587639,True -2017/09/08 14:00:00,13.735989585228667,True -2017/09/08 15:00:00,13.723431342488354,True -2017/09/08 16:00:00,13.817428923549151,True -2017/09/08 17:00:00,12.97093285726998,True -2017/09/08 18:00:00,12.36903665189047,True -2017/09/08 19:00:00,11.252860294282796,True -2017/09/08 20:00:00,12.540506611170366,True -2017/09/08 21:00:00,11.353553465659763,True -2017/09/08 22:00:00,11.762589277362359,True -2017/09/08 23:00:00,9.977263224573479,True -2017/09/09 00:00:00,9.021953760612522,True -2017/09/09 01:00:00,7.5254539311431214,True -2017/09/09 02:00:00,8.292227522630236,True -2017/09/09 03:00:00,7.407593034203117,True -2017/09/09 04:00:00,8.701715043168862,True -2017/09/09 05:00:00,8.654919939591533,True -2017/09/09 06:00:00,9.849562656481824,True -2017/09/09 07:00:00,10.752931256601746,True -2017/09/09 08:00:00,12.206722037599375,True -2017/09/09 09:00:00,12.376152303145513,True -2017/09/09 10:00:00,12.645299736784226,True -2017/09/09 11:00:00,12.694901210191933,True -2017/09/09 12:00:00,11.782977434913226,True -2017/09/09 13:00:00,11.08188605061795,True -2017/09/09 14:00:00,12.126842272429426,True -2017/09/09 15:00:00,10.998726308656611,True -2017/09/09 16:00:00,12.115494109164112,True -2017/09/09 17:00:00,10.407107642132864,True -2017/09/09 18:00:00,11.323081622410557,True -2017/09/09 19:00:00,10.161255671445543,True -2017/09/09 20:00:00,10.571462230122611,True -2017/09/09 21:00:00,10.21281038014645,True -2017/09/09 22:00:00,10.327035919154023,True -2017/09/09 23:00:00,8.853282420558049,True -2017/09/10 00:00:00,7.798151709833881,True -2017/09/10 01:00:00,6.641940314926901,True -2017/09/10 02:00:00,6.912304259626446,True -2017/09/10 03:00:00,7.3806855074084075,True -2017/09/10 04:00:00,8.03495882043528,True -2017/09/10 05:00:00,8.782681802901733,True -2017/09/10 06:00:00,9.491950384217576,True -2017/09/10 07:00:00,9.31951747825427,True -2017/09/10 08:00:00,9.584695503010792,True -2017/09/10 09:00:00,10.396195591083437,True -2017/09/10 10:00:00,10.121707335446974,True -2017/09/10 11:00:00,11.048769820022637,True -2017/09/10 12:00:00,10.546337722893785,True -2017/09/10 13:00:00,11.000607375762533,True -2017/09/10 14:00:00,10.790028506329524,True -2017/09/10 15:00:00,11.272877799268983,True -2017/09/10 16:00:00,11.017102661227844,True -2017/09/10 17:00:00,10.815532738002348,True -2017/09/10 18:00:00,10.485133855270396,True -2017/09/10 19:00:00,10.391728516835736,True -2017/09/10 20:00:00,10.995562629457481,True -2017/09/10 21:00:00,10.367329111163917,True -2017/09/10 22:00:00,9.860559029233261,True -2017/09/10 23:00:00,9.18761699416134,True -2017/09/11 00:00:00,7.809659125223781,True -2017/09/11 01:00:00,7.737034799447748,True -2017/09/11 02:00:00,7.260706823837407,True -2017/09/11 03:00:00,7.002591827860431,True -2017/09/11 04:00:00,7.832815019897442,True -2017/09/11 05:00:00,9.139273014514092,True -2017/09/11 06:00:00,9.79167909824169,True -2017/09/11 07:00:00,11.667141120351078,True -2017/09/11 08:00:00,12.957620513497314,True -2017/09/11 09:00:00,13.033728748914228,True -2017/09/11 10:00:00,13.313714585352558,True -2017/09/11 11:00:00,13.545369798244343,True -2017/09/11 12:00:00,13.391494085923272,True -2017/09/11 13:00:00,13.549517611300915,True -2017/09/11 14:00:00,13.505170546147408,True -2017/09/11 15:00:00,13.493322324084781,True -2017/09/11 16:00:00,13.629136981783791,True -2017/09/11 17:00:00,12.853366253291155,True -2017/09/11 18:00:00,12.208375831802893,True -2017/09/11 19:00:00,11.327833985345722,True -2017/09/11 20:00:00,12.212766884494311,True -2017/09/11 21:00:00,11.029268275436422,True -2017/09/11 22:00:00,10.778041421392253,True -2017/09/11 23:00:00,9.289442646111404,True -2017/09/12 00:00:00,8.369338636932918,True -2017/09/12 01:00:00,7.150381051030459,True -2017/09/12 02:00:00,7.467078959423653,True -2017/09/12 03:00:00,7.0278101122351435,True -2017/09/12 04:00:00,8.481716527561737,True -2017/09/12 05:00:00,9.142014511883419,True -2017/09/12 06:00:00,9.793547014910985,True -2017/09/12 07:00:00,11.638693064117582,True -2017/09/12 08:00:00,12.979594228152479,True -2017/09/12 09:00:00,13.407330937726853,True -2017/09/12 10:00:00,13.610228805931467,True -2017/09/12 11:00:00,13.746474281205293,True -2017/09/12 12:00:00,13.612170635919737,True -2017/09/12 13:00:00,13.668740719768165,True -2017/09/12 14:00:00,13.656658033737731,True -2017/09/12 15:00:00,13.659914016701055,True -2017/09/12 16:00:00,13.75334803003391,True -2017/09/12 17:00:00,12.915848207244427,True -2017/09/12 18:00:00,12.187923287880267,True -2017/09/12 19:00:00,11.539394635036173,True -2017/09/12 20:00:00,12.155082244123115,True -2017/09/12 21:00:00,11.272590162126724,True -2017/09/12 22:00:00,11.132076148920847,True -2017/09/12 23:00:00,9.79047387779872,True -2017/09/13 00:00:00,8.994504860511158,True -2017/09/13 01:00:00,8.295465306176576,True -2017/09/13 02:00:00,8.451275244672884,True -2017/09/13 03:00:00,7.76067751686808,True -2017/09/13 04:00:00,9.117255189871408,True -2017/09/13 05:00:00,9.134526570640466,True -2017/09/13 06:00:00,9.790710273706738,True -2017/09/13 07:00:00,12.473914120237934,True -2017/09/13 08:00:00,13.534029690721768,True -2017/09/13 09:00:00,13.588533971374043,True -2017/09/13 10:00:00,13.703660722224736,True -2017/09/13 11:00:00,13.83771747023044,True -2017/09/13 12:00:00,13.718816977335791,True -2017/09/13 13:00:00,13.778680225740802,True -2017/09/13 14:00:00,13.782041558837943,True -2017/09/13 15:00:00,13.738532198630079,True -2017/09/13 16:00:00,13.846592290412946,True -2017/09/13 17:00:00,13.033098045826728,True -2017/09/13 18:00:00,12.401249713548781,True -2017/09/13 19:00:00,11.609339735930464,True -2017/09/13 20:00:00,12.602362145909735,True -2017/09/13 21:00:00,11.374793059841906,True -2017/09/13 22:00:00,12.001335657453119,True -2017/09/13 23:00:00,10.344824491265744,True -2017/09/14 00:00:00,9.591083871339762,True -2017/09/14 01:00:00,8.215724981852869,True -2017/09/14 02:00:00,9.467087103737628,True -2017/09/14 03:00:00,8.269315459285666,True -2017/09/14 04:00:00,9.886297757493743,True -2017/09/14 05:00:00,9.129006784382527,True -2017/09/14 06:00:00,9.78057359956053,True -2017/09/14 07:00:00,12.567765828944465,True -2017/09/14 08:00:00,13.588812961932627,True -2017/09/14 09:00:00,13.629822223514903,True -2017/09/14 10:00:00,13.764327007997109,True -2017/09/14 11:00:00,13.88893897927076,True -2017/09/14 12:00:00,13.743745734125298,True -2017/09/14 13:00:00,13.81381728944395,True -2017/09/14 14:00:00,13.756206419510802,True -2017/09/14 15:00:00,13.753711871030939,True -2017/09/14 16:00:00,13.890594025749564,True -2017/09/14 17:00:00,13.053021470363008,True -2017/09/14 18:00:00,12.429169721758932,True -2017/09/14 19:00:00,11.606101907707373,True -2017/09/14 20:00:00,12.597300092167261,True -2017/09/14 21:00:00,11.362969649892216,True -2017/09/14 22:00:00,11.870792548647385,True -2017/09/14 23:00:00,10.301152718262546,True -2017/09/15 00:00:00,9.874224277487087,True -2017/09/15 01:00:00,7.999905862698583,True -2017/09/15 02:00:00,8.798268016780044,True -2017/09/15 03:00:00,7.878369831406189,True -2017/09/15 04:00:00,9.355139395008631,True -2017/09/15 05:00:00,9.134396776873484,True -2017/09/15 06:00:00,9.787462807336212,True -2017/09/15 07:00:00,12.466972320595898,True -2017/09/15 08:00:00,13.535132939198508,True -2017/09/15 09:00:00,13.609142469275955,True -2017/09/15 10:00:00,13.821375430327626,True -2017/09/15 11:00:00,13.975085938610734,True -2017/09/15 12:00:00,13.920345031268846,True -2017/09/15 13:00:00,13.934113927270941,True -2017/09/15 14:00:00,13.896317115911065,True -2017/09/15 15:00:00,13.834238085956844,True -2017/09/15 16:00:00,13.8956262985186,True -2017/09/15 17:00:00,13.065678389251609,True -2017/09/15 18:00:00,12.482050765820654,True -2017/09/15 19:00:00,11.697469272770025,True -2017/09/15 20:00:00,12.737682619436184,True -2017/09/15 21:00:00,11.415995745320952,True -2017/09/15 22:00:00,12.202543215655412,True -2017/09/15 23:00:00,10.428501215565657,True -2017/09/16 00:00:00,9.514703044614912,True -2017/09/16 01:00:00,8.088679422939112,True -2017/09/16 02:00:00,8.840670839185737,True -2017/09/16 03:00:00,8.646627746492056,True -2017/09/16 04:00:00,9.492837380385305,True -2017/09/16 05:00:00,8.647885042859947,True -2017/09/16 06:00:00,9.840171773064695,True -2017/09/16 07:00:00,11.769223716271847,True -2017/09/16 08:00:00,12.47671135145816,True -2017/09/16 09:00:00,12.632083333046662,True -2017/09/16 10:00:00,12.707411635333083,True -2017/09/16 11:00:00,12.795457105543647,True -2017/09/16 12:00:00,12.107596008879002,True -2017/09/16 13:00:00,10.85011902448136,True -2017/09/16 14:00:00,12.309035514033269,True -2017/09/16 15:00:00,10.781613642499323,True -2017/09/16 16:00:00,12.328944860318236,True -2017/09/16 17:00:00,10.490919500303159,True -2017/09/16 18:00:00,12.09992730859902,True -2017/09/16 19:00:00,10.800725926394318,True -2017/09/16 20:00:00,12.165690487393888,True -2017/09/16 21:00:00,10.720131083274897,True -2017/09/16 22:00:00,11.41894580758911,True -2017/09/16 23:00:00,10.132646138480988,True -2017/09/17 00:00:00,9.87093071660972,True -2017/09/17 01:00:00,7.805888345061792,True -2017/09/17 02:00:00,8.141581302174052,True -2017/09/17 03:00:00,9.070551134651009,True -2017/09/17 04:00:00,9.513528775928714,True -2017/09/17 05:00:00,10.123307165546343,True -2017/09/17 06:00:00,10.071295119873428,True -2017/09/17 07:00:00,9.993906088181584,True -2017/09/17 08:00:00,10.217091996625738,True -2017/09/17 09:00:00,11.553029386523647,True -2017/09/17 10:00:00,10.448070471623183,True -2017/09/17 11:00:00,11.434822718784602,True -2017/09/17 12:00:00,10.421319518771865,True -2017/09/17 13:00:00,11.729920962825137,True -2017/09/17 14:00:00,10.353285202638581,True -2017/09/17 15:00:00,11.3403525764999,True -2017/09/17 16:00:00,10.383500808512515,True -2017/09/17 17:00:00,11.929937133504524,True -2017/09/17 18:00:00,10.381794559591778,True -2017/09/17 19:00:00,10.724102137562891,True -2017/09/17 20:00:00,10.588804762045795,True -2017/09/17 21:00:00,10.41698155544192,True -2017/09/17 22:00:00,9.786095853221926,True -2017/09/17 23:00:00,9.060295598752049,True -2017/09/18 00:00:00,7.811458763437445,True -2017/09/18 01:00:00,7.720283949643996,True -2017/09/18 02:00:00,7.4325043650925275,True -2017/09/18 03:00:00,7.009104344101594,True -2017/09/18 04:00:00,7.833685778375631,True -2017/09/18 05:00:00,9.140318765755161,True -2017/09/18 06:00:00,9.79369160901915,True -2017/09/18 07:00:00,11.67209662444789,True -2017/09/18 08:00:00,13.035571532797759,True -2017/09/18 09:00:00,13.237059576431285,True -2017/09/18 10:00:00,13.524549081944679,True -2017/09/18 11:00:00,13.628199250386494,True -2017/09/18 12:00:00,13.539557577944404,True -2017/09/18 13:00:00,13.605935553463551,True -2017/09/18 14:00:00,13.499417791251455,True -2017/09/18 15:00:00,13.467361040049195,True -2017/09/18 16:00:00,13.627343539150191,True -2017/09/18 17:00:00,12.832385288463097,True -2017/09/18 18:00:00,11.943327525445364,True -2017/09/18 19:00:00,11.473034156260544,True -2017/09/18 20:00:00,12.029349873443781,True -2017/09/18 21:00:00,11.08376413570359,True -2017/09/18 22:00:00,10.841616515264441,True -2017/09/18 23:00:00,9.12833236618278,True -2017/09/19 00:00:00,8.317148688203169,True -2017/09/19 01:00:00,7.030045044941031,True -2017/09/19 02:00:00,7.468362390902143,True -2017/09/19 03:00:00,7.027719783155724,True -2017/09/19 04:00:00,8.49442589384876,True -2017/09/19 05:00:00,9.139911934501262,True -2017/09/19 06:00:00,9.792659107454647,True -2017/09/19 07:00:00,11.643783762563004,True -2017/09/19 08:00:00,12.948090858038908,True -2017/09/19 09:00:00,13.203020493064825,True -2017/09/19 10:00:00,13.524319786548896,True -2017/09/19 11:00:00,13.666096784322743,True -2017/09/19 12:00:00,13.558557238550813,True -2017/09/19 13:00:00,13.625985422159307,True -2017/09/19 14:00:00,13.635154689454367,True -2017/09/19 15:00:00,13.625743455913312,True -2017/09/19 16:00:00,13.70988307595006,True -2017/09/19 17:00:00,12.872742994447988,True -2017/09/19 18:00:00,12.025349566349108,True -2017/09/19 19:00:00,11.454640613127129,True -2017/09/19 20:00:00,12.063727403845848,True -2017/09/19 21:00:00,11.516219679868545,True -2017/09/19 22:00:00,10.876168109482636,True -2017/09/19 23:00:00,9.110685215963526,True -2017/09/20 00:00:00,8.376948903058823,True -2017/09/20 01:00:00,7.027893279386783,True -2017/09/20 02:00:00,7.971886497081164,True -2017/09/20 03:00:00,7.02787716936903,True -2017/09/20 04:00:00,8.31037002827559,True -2017/09/20 05:00:00,9.139354636655899,True -2017/09/20 06:00:00,9.796639021780425,True -2017/09/20 07:00:00,11.647243523174126,True -2017/09/20 08:00:00,12.985806746128116,True -2017/09/20 09:00:00,13.384066960913442,True -2017/09/20 10:00:00,13.64422231761877,True -2017/09/20 11:00:00,13.767912850037831,True -2017/09/20 12:00:00,13.648962102901734,True -2017/09/20 13:00:00,13.724747809765573,True -2017/09/20 14:00:00,13.711608703090468,True -2017/09/20 15:00:00,13.679822990867073,True -2017/09/20 16:00:00,13.798259303600444,True -2017/09/20 17:00:00,12.969115172244765,True -2017/09/20 18:00:00,12.37528744124783,True -2017/09/20 19:00:00,11.507807871282397,True -2017/09/20 20:00:00,12.397251139305139,True -2017/09/20 21:00:00,11.151560515702167,True -2017/09/20 22:00:00,11.063727897096285,True -2017/09/20 23:00:00,9.294987785632863,True -2017/09/21 00:00:00,8.41551637686972,True -2017/09/21 01:00:00,7.032164851243477,True -2017/09/21 02:00:00,7.777431325400677,True -2017/09/21 03:00:00,7.024747611431229,True -2017/09/21 04:00:00,8.618754360422717,True -2017/09/21 05:00:00,9.140816240542785,True -2017/09/21 06:00:00,9.792415405890008,True -2017/09/21 07:00:00,11.606745851677314,True -2017/09/21 08:00:00,13.098190300577103,True -2017/09/21 09:00:00,13.48838170785078,True -2017/09/21 10:00:00,13.685720046218918,True -2017/09/21 11:00:00,13.806035206045602,True -2017/09/21 12:00:00,13.710025641023796,True -2017/09/21 13:00:00,13.803172828825904,True -2017/09/21 14:00:00,13.795267730006657,True -2017/09/21 15:00:00,13.778072587733794,True -2017/09/21 16:00:00,13.89612192361232,True -2017/09/21 17:00:00,13.030860747104954,True -2017/09/21 18:00:00,12.455610260736886,True -2017/09/21 19:00:00,11.579110024413213,True -2017/09/21 20:00:00,12.596933307276172,True -2017/09/21 21:00:00,11.270530455394088,True -2017/09/21 22:00:00,11.751984646913122,True -2017/09/21 23:00:00,9.640514553007893,True -2017/09/22 00:00:00,8.523170407567573,True -2017/09/22 01:00:00,7.251461757882803,True -2017/09/22 02:00:00,7.850102901992874,True -2017/09/22 03:00:00,7.027601728396653,True -2017/09/22 04:00:00,8.502571290600708,True -2017/09/22 05:00:00,9.14243126212369,True -2017/09/22 06:00:00,9.794870368710335,True -2017/09/22 07:00:00,11.660656724186161,True -2017/09/22 08:00:00,13.046053021774972,True -2017/09/22 09:00:00,13.316953855270041,True -2017/09/22 10:00:00,13.628395108979827,True -2017/09/22 11:00:00,13.767543547632192,True -2017/09/22 12:00:00,13.642178735529264,True -2017/09/22 13:00:00,13.734971089656575,True -2017/09/22 14:00:00,13.724206329222001,True -2017/09/22 15:00:00,13.674375383244255,True -2017/09/22 16:00:00,13.762707525662787,True -2017/09/22 17:00:00,12.957475640887298,True -2017/09/22 18:00:00,12.331851365837093,True -2017/09/22 19:00:00,11.488534681428526,True -2017/09/22 20:00:00,12.330362096942862,True -2017/09/22 21:00:00,11.10413923234331,True -2017/09/22 22:00:00,10.999312234007013,True -2017/09/22 23:00:00,9.107977265878855,True -2017/09/23 00:00:00,8.660847652337061,True -2017/09/23 01:00:00,6.654434424012628,True -2017/09/23 02:00:00,7.62758310347103,True -2017/09/23 03:00:00,6.6591132076032284,True -2017/09/23 04:00:00,8.063520854689424,True -2017/09/23 05:00:00,8.655251996180587,True -2017/09/23 06:00:00,9.851981903842669,True -2017/09/23 07:00:00,10.353046115101542,True -2017/09/23 08:00:00,11.529135338507553,True -2017/09/23 09:00:00,11.890696481338425,True -2017/09/23 10:00:00,12.1205601259562,True -2017/09/23 11:00:00,12.235131699503468,True -2017/09/23 12:00:00,10.823371223873941,True -2017/09/23 13:00:00,10.607289633369898,True -2017/09/23 14:00:00,11.154817613127419,True -2017/09/23 15:00:00,10.524855562909023,True -2017/09/23 16:00:00,11.250762430697678,True -2017/09/23 17:00:00,10.21438290882432,True -2017/09/23 18:00:00,10.344485842860616,True -2017/09/23 19:00:00,10.522952924928635,True -2017/09/23 20:00:00,10.702871609097892,True -2017/09/23 21:00:00,10.385834571618679,True -2017/09/23 22:00:00,10.132427922810928,True -2017/09/23 23:00:00,9.788128455804708,True -2017/09/24 00:00:00,8.117313392748795,True -2017/09/24 01:00:00,8.015560057581032,True -2017/09/24 02:00:00,7.484483260791427,True -2017/09/24 03:00:00,7.187778669015824,True -2017/09/24 04:00:00,8.679054764536083,True -2017/09/24 05:00:00,9.081308379999891,True -2017/09/24 06:00:00,9.56505647921846,True -2017/09/24 07:00:00,9.172692042800024,True -2017/09/24 08:00:00,9.697452451379053,True -2017/09/24 09:00:00,10.504795560795554,True -2017/09/24 10:00:00,10.773861019619263,True -2017/09/24 11:00:00,10.554555863238644,True -2017/09/24 12:00:00,11.109961187028581,True -2017/09/24 13:00:00,10.835665680377303,True -2017/09/24 14:00:00,10.315946425243633,True -2017/09/24 15:00:00,10.36476667193934,True -2017/09/24 16:00:00,10.805435716040751,True -2017/09/24 17:00:00,11.145465865699544,True -2017/09/24 18:00:00,10.207258155974749,True -2017/09/24 19:00:00,10.537717617093673,True -2017/09/24 20:00:00,10.553011792878207,True -2017/09/24 21:00:00,10.411755776206524,True -2017/09/24 22:00:00,9.915744654434707,True -2017/09/24 23:00:00,9.322065470249496,True -2017/09/25 00:00:00,7.9031835367006895,True -2017/09/25 01:00:00,7.668050926692337,True -2017/09/25 02:00:00,7.268772078257094,True -2017/09/25 03:00:00,7.023685656543425,True -2017/09/25 04:00:00,7.834975659755533,True -2017/09/25 05:00:00,9.13812692282785,True -2017/09/25 06:00:00,9.794875852886157,True -2017/09/25 07:00:00,11.723934193300133,True -2017/09/25 08:00:00,13.121884931796943,True -2017/09/25 09:00:00,13.543693237292628,True -2017/09/25 10:00:00,13.709806352498726,True -2017/09/25 11:00:00,13.822777606627891,True -2017/09/25 12:00:00,13.7037650466111,True -2017/09/25 13:00:00,13.845787347261492,True -2017/09/25 14:00:00,13.77355954094709,True -2017/09/25 15:00:00,13.755170199661299,True -2017/09/25 16:00:00,13.889102616280166,True -2017/09/25 17:00:00,13.09049787640237,True -2017/09/25 18:00:00,12.432853580987429,True -2017/09/25 19:00:00,11.610284894099458,True -2017/09/25 20:00:00,12.610416568473825,True -2017/09/25 21:00:00,11.361599879420309,True -2017/09/25 22:00:00,11.786131985968849,True -2017/09/25 23:00:00,9.733340184816196,True -2017/09/26 00:00:00,8.757808366812887,True -2017/09/26 01:00:00,7.620751700213781,True -2017/09/26 02:00:00,8.577976234997573,True -2017/09/26 03:00:00,7.6220537276772005,True -2017/09/26 04:00:00,8.59030952029854,True -2017/09/26 05:00:00,9.138295946484382,True -2017/09/26 06:00:00,9.792451353789488,True -2017/09/26 07:00:00,11.948262681499184,True -2017/09/26 08:00:00,13.225767270513863,True -2017/09/26 09:00:00,13.37083922885004,True -2017/09/26 10:00:00,13.578688243646823,True -2017/09/26 11:00:00,13.75974975490734,True -2017/09/26 12:00:00,13.627358642738448,True -2017/09/26 13:00:00,13.719164025653908,True -2017/09/26 14:00:00,13.673545118192903,True -2017/09/26 15:00:00,13.629611311137989,True -2017/09/26 16:00:00,13.76423638828905,True -2017/09/26 17:00:00,12.917919926929237,True -2017/09/26 18:00:00,12.244485953671232,True -2017/09/26 19:00:00,11.468485767937864,True -2017/09/26 20:00:00,12.389954981935446,True -2017/09/26 21:00:00,11.2146236682627,True -2017/09/26 22:00:00,11.451145296647177,True -2017/09/26 23:00:00,9.89547336105236,True -2017/09/27 00:00:00,8.841323828862443,True -2017/09/27 01:00:00,7.619403270843326,True -2017/09/27 02:00:00,8.343101750985655,True -2017/09/27 03:00:00,8.082216038384091,True -2017/09/27 04:00:00,8.903804708962479,True -2017/09/27 05:00:00,9.13886877746086,True -2017/09/27 06:00:00,9.79531156095219,True -2017/09/27 07:00:00,11.92711850999555,True -2017/09/27 08:00:00,13.149789798516005,True -2017/09/27 09:00:00,13.310029467200813,True -2017/09/27 10:00:00,13.588815424107665,True -2017/09/27 11:00:00,13.681150658765063,True -2017/09/27 12:00:00,13.611738401778851,True -2017/09/27 13:00:00,13.67882998742765,True -2017/09/27 14:00:00,13.616323761737505,True -2017/09/27 15:00:00,13.564321195136626,True -2017/09/27 16:00:00,13.652496297105646,True -2017/09/27 17:00:00,12.504574719989472,True -2017/09/27 18:00:00,11.603165845062993,True -2017/09/27 19:00:00,11.385251311320227,True -2017/09/27 20:00:00,11.847312153418812,True -2017/09/27 21:00:00,11.149629232868126,True -2017/09/27 22:00:00,10.643397048912385,True -2017/09/27 23:00:00,9.451964292706188,True -2017/09/28 00:00:00,8.323124955505564,True -2017/09/28 01:00:00,7.028241731421456,True -2017/09/28 02:00:00,7.504164132321377,True -2017/09/28 03:00:00,7.0295524298541405,True -2017/09/28 04:00:00,8.065703251704619,True -2017/09/28 05:00:00,9.139686626513122,True -2017/09/28 06:00:00,9.793279630632233,True -2017/09/28 07:00:00,11.65164449916193,True -2017/09/28 08:00:00,12.99926683548885,True -2017/09/28 09:00:00,13.075734808900235,True -2017/09/28 10:00:00,13.246707539917823,True -2017/09/28 11:00:00,13.427427999593277,True -2017/09/28 12:00:00,13.223398804240297,True -2017/09/28 13:00:00,13.344564922441444,True -2017/09/28 14:00:00,13.285963386459418,True -2017/09/28 15:00:00,13.172905427638261,True -2017/09/28 16:00:00,13.342466830724971,True -2017/09/28 17:00:00,12.436748188326549,True -2017/09/28 18:00:00,11.680037795639016,True -2017/09/28 19:00:00,11.41422132189419,True -2017/09/28 20:00:00,12.11359656182537,True -2017/09/28 21:00:00,11.108497635727758,True -2017/09/28 22:00:00,10.771837888897709,True -2017/09/28 23:00:00,9.394059515307282,True -2017/09/29 00:00:00,7.865840821139296,True -2017/09/29 01:00:00,7.428939891708371,True -2017/09/29 02:00:00,7.555484827474282,True -2017/09/29 03:00:00,7.028983182915393,True -2017/09/29 04:00:00,8.485398933037176,True -2017/09/29 05:00:00,9.138848926683824,True -2017/09/29 06:00:00,9.794277086074947,True -2017/09/29 07:00:00,11.623565324175914,True -2017/09/29 08:00:00,13.016581136367256,True -2017/09/29 09:00:00,13.083955797877547,True -2017/09/29 10:00:00,13.217111239314924,True -2017/09/29 11:00:00,13.348979642684624,True -2017/09/29 12:00:00,13.121962837404753,True -2017/09/29 13:00:00,13.302998231496113,True -2017/09/29 14:00:00,13.182490253751972,True -2017/09/29 15:00:00,13.137336325087734,True -2017/09/29 16:00:00,13.393178967359697,True -2017/09/29 17:00:00,12.361200406449157,True -2017/09/29 18:00:00,11.683659863248874,True -2017/09/29 19:00:00,11.412786907742584,True -2017/09/29 20:00:00,12.011598767727195,True -2017/09/29 21:00:00,11.05335398491284,True -2017/09/29 22:00:00,10.840656178713155,True -2017/09/29 23:00:00,9.521554397906433,True -2017/09/30 00:00:00,7.548338819952378,True -2017/09/30 01:00:00,6.658530896780832,True -2017/09/30 02:00:00,6.920867233882856,True -2017/09/30 03:00:00,6.654701540596951,True -2017/09/30 04:00:00,8.032197967059112,True -2017/09/30 05:00:00,8.657884735957994,True -2017/09/30 06:00:00,9.851339941390782,True -2017/09/30 07:00:00,10.965631118861841,True -2017/09/30 08:00:00,11.547948849221953,True -2017/09/30 09:00:00,11.854307498646254,True -2017/09/30 10:00:00,12.062462086563842,True -2017/09/30 11:00:00,12.122385657246628,True -2017/09/30 12:00:00,10.932559376407818,True -2017/09/30 13:00:00,11.24167627478851,True -2017/09/30 14:00:00,10.981357954111367,True -2017/09/30 15:00:00,10.416902205056472,True -2017/09/30 16:00:00,11.203211582954198,True -2017/09/30 17:00:00,10.207313034854563,True -2017/09/30 18:00:00,10.17883797766625,True -2017/09/30 19:00:00,10.526280031238546,True -2017/09/30 20:00:00,10.3858759109818,True -2017/09/30 21:00:00,10.702200032951492,True -2017/09/30 22:00:00,9.601337802353841,True -2017/09/30 23:00:00,8.556700133982284,True -2017/10/01 00:00:00,7.944987357025961,True -2017/10/01 01:00:00,7.06291023755697,True -2017/10/01 02:00:00,7.2839031054813015,True -2017/10/01 03:00:00,7.077226668134122,True -2017/10/01 04:00:00,8.143386505774423,True -2017/10/01 05:00:00,8.90751146657339,True -2017/10/01 06:00:00,9.665804631142406,True -2017/10/01 07:00:00,9.165502390538517,True -2017/10/01 08:00:00,9.717798632563438,True -2017/10/01 09:00:00,10.230581728033568,True -2017/10/01 10:00:00,10.508890484206573,True -2017/10/01 11:00:00,10.303096312728702,True -2017/10/01 12:00:00,10.646969538543637,True -2017/10/01 13:00:00,10.303352972101617,True -2017/10/01 14:00:00,9.968476290665478,True -2017/10/01 15:00:00,9.869277513933893,True -2017/10/01 16:00:00,10.764249872101873,True -2017/10/01 17:00:00,10.151225833450255,True -2017/10/01 18:00:00,10.021368700246597,True -2017/10/01 19:00:00,10.51617368911378,True -2017/10/01 20:00:00,10.576481204816657,True -2017/10/01 21:00:00,10.358382228507324,True -2017/10/01 22:00:00,9.63684238258047,True -2017/10/01 23:00:00,8.788399129420505,True -2017/10/02 00:00:00,8.259707619231492,True -2017/10/02 01:00:00,7.4422917503554356,True -2017/10/02 02:00:00,7.668170492237213,True -2017/10/02 03:00:00,7.446440870345158,True -2017/10/02 04:00:00,8.511214972557328,True -2017/10/02 05:00:00,9.338718322201883,True -2017/10/02 06:00:00,9.9282202643626,True -2017/10/02 07:00:00,11.63949809036543,True -2017/10/02 08:00:00,13.072238954307815,True -2017/10/02 09:00:00,13.139065709143365,True -2017/10/02 10:00:00,13.296204107528755,True -2017/10/02 11:00:00,13.398401454784935,True -2017/10/02 12:00:00,13.171542826701087,True -2017/10/02 13:00:00,13.366786692148805,True -2017/10/02 14:00:00,13.31959184423026,True -2017/10/02 15:00:00,13.405278489713856,True -2017/10/02 16:00:00,13.47820439945895,True -2017/10/02 17:00:00,12.502740533974732,True -2017/10/02 18:00:00,11.73799690165301,True -2017/10/02 19:00:00,11.444519867658265,True -2017/10/02 20:00:00,11.86606425958027,True -2017/10/02 21:00:00,11.517235404801912,True -2017/10/02 22:00:00,10.90596219881185,True -2017/10/02 23:00:00,9.614413399431843,True -2017/10/03 00:00:00,8.170640249626183,True -2017/10/03 01:00:00,7.453115033604777,True -2017/10/03 02:00:00,8.017217405668113,True -2017/10/03 03:00:00,7.48412092474007,True -2017/10/03 04:00:00,8.608471213738053,True -2017/10/03 05:00:00,9.334400774413961,True -2017/10/03 06:00:00,9.928962035100717,True -2017/10/03 07:00:00,11.393190690964733,True -2017/10/03 08:00:00,12.976780051440588,True -2017/10/03 09:00:00,13.16646821489568,True -2017/10/03 10:00:00,13.277696538604708,True -2017/10/03 11:00:00,13.520767368248961,True -2017/10/03 12:00:00,13.44519310658369,True -2017/10/03 13:00:00,13.590319782521854,True -2017/10/03 14:00:00,13.581589610316573,True -2017/10/03 15:00:00,13.551379920344614,True -2017/10/03 16:00:00,13.645147790330391,True -2017/10/03 17:00:00,12.751476488827127,True -2017/10/03 18:00:00,11.941945554520771,True -2017/10/03 19:00:00,11.449230782650975,True -2017/10/03 20:00:00,12.043895733604424,True -2017/10/03 21:00:00,11.163185409477968,True -2017/10/03 22:00:00,11.080447764590902,True -2017/10/03 23:00:00,9.645660056331534,True -2017/10/04 00:00:00,9.145760351087917,True -2017/10/04 01:00:00,7.999490568109637,True -2017/10/04 02:00:00,7.761660849148201,True -2017/10/04 03:00:00,7.443774297041925,True -2017/10/04 04:00:00,8.758805073645828,True -2017/10/04 05:00:00,9.335166903765051,True -2017/10/04 06:00:00,9.922990459533981,True -2017/10/04 07:00:00,11.620133396560831,True -2017/10/04 08:00:00,13.008813276728871,True -2017/10/04 09:00:00,13.142923594535059,True -2017/10/04 10:00:00,13.310990361876502,True -2017/10/04 11:00:00,13.58368186838073,True -2017/10/04 12:00:00,13.28511308038626,True -2017/10/04 13:00:00,13.336170074330658,True -2017/10/04 14:00:00,13.199826391303944,True -2017/10/04 15:00:00,13.412340467836225,True -2017/10/04 16:00:00,13.481197455020112,True -2017/10/04 17:00:00,12.506889614220338,True -2017/10/04 18:00:00,11.69018843246937,True -2017/10/04 19:00:00,11.405878067111933,True -2017/10/04 20:00:00,11.816080813721028,True -2017/10/04 21:00:00,11.186928870045307,True -2017/10/04 22:00:00,10.755637151284354,True -2017/10/04 23:00:00,9.802428929346819,True -2017/10/05 00:00:00,8.489516294421232,True -2017/10/05 01:00:00,7.464125868365288,True -2017/10/05 02:00:00,8.158044579391955,True -2017/10/05 03:00:00,7.504120537561808,True -2017/10/05 04:00:00,8.427963684069258,True -2017/10/05 05:00:00,9.334967309696129,True -2017/10/05 06:00:00,9.927390890299874,True -2017/10/05 07:00:00,11.679930723877943,True -2017/10/05 08:00:00,13.063071112395296,True -2017/10/05 09:00:00,13.193630781964048,True -2017/10/05 10:00:00,13.441440765671501,True -2017/10/05 11:00:00,13.620163900521048,True -2017/10/05 12:00:00,13.504101953472704,True -2017/10/05 13:00:00,13.590188276810029,True -2017/10/05 14:00:00,13.580569472255652,True -2017/10/05 15:00:00,13.554514660646635,True -2017/10/05 16:00:00,13.687075623026855,True -2017/10/05 17:00:00,12.82754371664344,True -2017/10/05 18:00:00,11.94228827991767,True -2017/10/05 19:00:00,11.447842647227528,True -2017/10/05 20:00:00,12.000875333013372,True -2017/10/05 21:00:00,11.163883737836812,True -2017/10/05 22:00:00,10.920846376040993,True -2017/10/05 23:00:00,9.163411010127671,True -2017/10/06 00:00:00,8.68938707111386,True -2017/10/06 01:00:00,7.467418137868496,True -2017/10/06 02:00:00,7.667845895663784,True -2017/10/06 03:00:00,7.994094921314348,True -2017/10/06 04:00:00,8.499754307987002,True -2017/10/06 05:00:00,9.332804203068987,True -2017/10/06 06:00:00,9.92499699856167,True -2017/10/06 07:00:00,11.719723405689152,True -2017/10/06 08:00:00,12.993369967948697,True -2017/10/06 09:00:00,13.106734009724976,True -2017/10/06 10:00:00,13.25913543926831,True -2017/10/06 11:00:00,13.325525073209212,True -2017/10/06 12:00:00,13.223723007083645,True -2017/10/06 13:00:00,13.306409495629437,True -2017/10/06 14:00:00,13.226677332763131,True -2017/10/06 15:00:00,13.123237883177696,True -2017/10/06 16:00:00,13.340768384311898,True -2017/10/06 17:00:00,12.476031935961595,True -2017/10/06 18:00:00,11.604315676023482,True -2017/10/06 19:00:00,11.809280004826931,True -2017/10/06 20:00:00,11.761782524080237,True -2017/10/06 21:00:00,11.781261338053396,True -2017/10/06 22:00:00,10.93249600656773,True -2017/10/06 23:00:00,9.677749007655382,True -2017/10/07 00:00:00,7.900214429321635,True -2017/10/07 01:00:00,7.100201988674165,True -2017/10/07 02:00:00,7.955961286700315,True -2017/10/07 03:00:00,7.137413686413975,True -2017/10/07 04:00:00,8.205063927652063,True -2017/10/07 05:00:00,9.039546216593537,True -2017/10/07 06:00:00,10.135664988825582,True -2017/10/07 07:00:00,10.808781706209535,True -2017/10/07 08:00:00,11.437250903292266,True -2017/10/07 09:00:00,11.74852066489267,True -2017/10/07 10:00:00,11.90465308381992,True -2017/10/07 11:00:00,12.114386157369035,True -2017/10/07 12:00:00,11.269853061305716,True -2017/10/07 13:00:00,10.756906434436473,True -2017/10/07 14:00:00,11.20328419507942,True -2017/10/07 15:00:00,10.98391636545651,True -2017/10/07 16:00:00,11.32114193624436,True -2017/10/07 17:00:00,10.28533542539491,True -2017/10/07 18:00:00,10.256620438607715,True -2017/10/07 19:00:00,10.619611630722495,True -2017/10/07 20:00:00,10.502832666819844,True -2017/10/07 21:00:00,10.46099822144786,True -2017/10/07 22:00:00,10.02399398523184,True -2017/10/07 23:00:00,9.53169495211008,True -2017/10/08 00:00:00,7.952207124778225,True -2017/10/08 01:00:00,7.571319533267871,True -2017/10/08 02:00:00,7.804159554424237,True -2017/10/08 03:00:00,7.890794998267791,True -2017/10/08 04:00:00,8.472529666405219,True -2017/10/08 05:00:00,9.806696825310564,True -2017/10/08 06:00:00,9.937515911798371,True -2017/10/08 07:00:00,9.676095592334315,True -2017/10/08 08:00:00,10.09465849587517,True -2017/10/08 09:00:00,10.272847029908126,True -2017/10/08 10:00:00,10.558820678068752,True -2017/10/08 11:00:00,10.761989706060481,True -2017/10/08 12:00:00,10.13712844533466,True -2017/10/08 13:00:00,10.633015209859215,True -2017/10/08 14:00:00,10.036800502707294,True -2017/10/08 15:00:00,10.499260853128982,True -2017/10/08 16:00:00,10.110146518991149,True -2017/10/08 17:00:00,10.674836002707808,True -2017/10/08 18:00:00,10.10525267832905,True -2017/10/08 19:00:00,10.934152333012479,True -2017/10/08 20:00:00,10.483351352557348,True -2017/10/08 21:00:00,10.846844930007302,True -2017/10/08 22:00:00,9.64309453351478,True -2017/10/08 23:00:00,9.36793713165024,True -2017/10/09 00:00:00,8.130590270470597,True -2017/10/09 01:00:00,7.940644841434281,True -2017/10/09 02:00:00,7.970603393518299,True -2017/10/09 03:00:00,7.978555962902156,True -2017/10/09 04:00:00,8.775134593289653,True -2017/10/09 05:00:00,9.829503978522988,True -2017/10/09 06:00:00,9.931656885492657,True -2017/10/09 07:00:00,10.992195215093547,True -2017/10/09 08:00:00,12.79086061164221,True -2017/10/09 09:00:00,13.034745430094347,True -2017/10/09 10:00:00,13.256892503548322,True -2017/10/09 11:00:00,13.387770837312395,True -2017/10/09 12:00:00,13.2453780528026,True -2017/10/09 13:00:00,13.2860915833846,True -2017/10/09 14:00:00,13.174544576793382,True -2017/10/09 15:00:00,13.152991463915129,True -2017/10/09 16:00:00,13.384169737973695,True -2017/10/09 17:00:00,12.50207749318778,True -2017/10/09 18:00:00,11.650591397526554,True -2017/10/09 19:00:00,11.392612963834221,True -2017/10/09 20:00:00,12.130783451993226,True -2017/10/09 21:00:00,11.175430196330401,True -2017/10/09 22:00:00,10.930572411468454,True -2017/10/09 23:00:00,9.610003660642613,True -2017/10/10 00:00:00,8.18157887737224,True -2017/10/10 01:00:00,7.445864980885672,True -2017/10/10 02:00:00,7.634807589278932,True -2017/10/10 03:00:00,7.928662446610161,True -2017/10/10 04:00:00,8.58498231525587,True -2017/10/10 05:00:00,9.336001511011712,True -2017/10/10 06:00:00,9.924783027784963,True -2017/10/10 07:00:00,11.679222819135468,True -2017/10/10 08:00:00,13.070595722013264,True -2017/10/10 09:00:00,13.162929540676476,True -2017/10/10 10:00:00,13.38866578749349,True -2017/10/10 11:00:00,13.605254114406138,True -2017/10/10 12:00:00,13.44610383965254,True -2017/10/10 13:00:00,13.5683789476023,True -2017/10/10 14:00:00,13.513246384326347,True -2017/10/10 15:00:00,13.509446749024654,True -2017/10/10 16:00:00,13.62957938043691,True -2017/10/10 17:00:00,12.7192480147417,True -2017/10/10 18:00:00,11.801940069903532,True -2017/10/10 19:00:00,11.266536236204875,True -2017/10/10 20:00:00,12.02563020333766,True -2017/10/10 21:00:00,11.110390377297355,True -2017/10/10 22:00:00,10.909327815658273,True -2017/10/10 23:00:00,9.563086746587441,True -2017/10/11 00:00:00,8.725940491333427,True -2017/10/11 01:00:00,7.471334953014472,True -2017/10/11 02:00:00,7.675409445686195,True -2017/10/11 03:00:00,7.909479887524144,True -2017/10/11 04:00:00,8.742889656881493,True -2017/10/11 05:00:00,9.334455097737152,True -2017/10/11 06:00:00,9.925758824428705,True -2017/10/11 07:00:00,11.720277751780207,True -2017/10/11 08:00:00,12.955845209533358,True -2017/10/11 09:00:00,13.213821154820558,True -2017/10/11 10:00:00,13.526844440772786,True -2017/10/11 11:00:00,13.745031689311293,True -2017/10/11 12:00:00,13.649491061537582,True -2017/10/11 13:00:00,13.695448150337839,True -2017/10/11 14:00:00,13.665766255034603,True -2017/10/11 15:00:00,13.666731265445783,True -2017/10/11 16:00:00,13.785568290250893,True -2017/10/11 17:00:00,12.984810952815534,True -2017/10/11 18:00:00,12.2817561865862,True -2017/10/11 19:00:00,11.468485373441265,True -2017/10/11 20:00:00,12.029378522643334,True -2017/10/11 21:00:00,11.129066079191404,True -2017/10/11 22:00:00,11.07494088483832,True -2017/10/11 23:00:00,9.65087648916742,True -2017/10/12 00:00:00,9.071627266644448,True -2017/10/12 01:00:00,7.468194100945502,True -2017/10/12 02:00:00,8.180504303374386,True -2017/10/12 03:00:00,7.452476104162495,True -2017/10/12 04:00:00,8.641217227420082,True -2017/10/12 05:00:00,9.33574082634954,True -2017/10/12 06:00:00,9.927098700442595,True -2017/10/12 07:00:00,11.730689812343696,True -2017/10/12 08:00:00,13.097470165791062,True -2017/10/12 09:00:00,13.250220516465076,True -2017/10/12 10:00:00,13.496405018999496,True -2017/10/12 11:00:00,13.641532555305142,True -2017/10/12 12:00:00,13.46398168297117,True -2017/10/12 13:00:00,13.530336836372568,True -2017/10/12 14:00:00,13.555972772704871,True -2017/10/12 15:00:00,13.531011781753937,True -2017/10/12 16:00:00,13.668772665852577,True -2017/10/12 17:00:00,12.806990884646087,True -2017/10/12 18:00:00,11.93285061353047,True -2017/10/12 19:00:00,11.423470034986428,True -2017/10/12 20:00:00,12.055565803479947,True -2017/10/12 21:00:00,11.137100438189185,True -2017/10/12 22:00:00,11.016162540700217,True -2017/10/12 23:00:00,9.305845488230055,True -2017/10/13 00:00:00,8.677591493383472,True -2017/10/13 01:00:00,7.501826474480748,True -2017/10/13 02:00:00,8.18101017474365,True -2017/10/13 03:00:00,7.445175156334314,True -2017/10/13 04:00:00,8.48535908779757,True -2017/10/13 05:00:00,9.333348829139224,True -2017/10/13 06:00:00,9.928466437813082,True -2017/10/13 07:00:00,11.725552363039023,True -2017/10/13 08:00:00,13.06785643564882,True -2017/10/13 09:00:00,13.1574920048574,True -2017/10/13 10:00:00,13.27747180882083,True -2017/10/13 11:00:00,13.412741746470509,True -2017/10/13 12:00:00,13.277014341282571,True -2017/10/13 13:00:00,13.323492178135636,True -2017/10/13 14:00:00,13.223579253967657,True -2017/10/13 15:00:00,13.155541941228309,True -2017/10/13 16:00:00,13.411911415527232,True -2017/10/13 17:00:00,12.453007490446051,True -2017/10/13 18:00:00,11.617331453305496,True -2017/10/13 19:00:00,11.456061836922222,True -2017/10/13 20:00:00,11.837062746341749,True -2017/10/13 21:00:00,11.468649044856814,True -2017/10/13 22:00:00,10.94802753340985,True -2017/10/13 23:00:00,9.64959304419346,True -2017/10/14 00:00:00,7.888263634759072,True -2017/10/14 01:00:00,7.662115880702298,True -2017/10/14 02:00:00,7.3717123467402725,True -2017/10/14 03:00:00,7.1038898616630135,True -2017/10/14 04:00:00,8.321864136663072,True -2017/10/14 05:00:00,8.857006727396945,True -2017/10/14 06:00:00,9.974581680838343,True -2017/10/14 07:00:00,11.427543559005331,True -2017/10/14 08:00:00,11.37023803937712,True -2017/10/14 09:00:00,11.640569960827287,True -2017/10/14 10:00:00,11.8155465219083,True -2017/10/14 11:00:00,11.854195004007634,True -2017/10/14 12:00:00,11.33866218154155,True -2017/10/14 13:00:00,10.606469421109773,True -2017/10/14 14:00:00,11.37268867914615,True -2017/10/14 15:00:00,10.484574732135695,True -2017/10/14 16:00:00,11.451095051906508,True -2017/10/14 17:00:00,10.253041351785468,True -2017/10/14 18:00:00,10.231447354549282,True -2017/10/14 19:00:00,10.572978555952147,True -2017/10/14 20:00:00,10.465170402860563,True -2017/10/14 21:00:00,10.552664000908107,True -2017/10/14 22:00:00,10.273081413152868,True -2017/10/14 23:00:00,9.52011220842346,True -2017/10/15 00:00:00,8.336960120201217,True -2017/10/15 01:00:00,7.464801649036146,True -2017/10/15 02:00:00,7.71181972103745,True -2017/10/15 03:00:00,7.4826074077663645,True -2017/10/15 04:00:00,8.567970446162445,True -2017/10/15 05:00:00,9.661242208844007,True -2017/10/15 06:00:00,10.344481792502622,True -2017/10/15 07:00:00,10.135330892251105,True -2017/10/15 08:00:00,10.187755962933178,True -2017/10/15 09:00:00,10.16247634901977,True -2017/10/15 10:00:00,10.667317300380683,True -2017/10/15 11:00:00,10.685779654575667,True -2017/10/15 12:00:00,10.526977476341688,True -2017/10/15 13:00:00,10.814383925407615,True -2017/10/15 14:00:00,10.078196565985465,True -2017/10/15 15:00:00,10.021094540577588,True -2017/10/15 16:00:00,10.139074110272091,True -2017/10/15 17:00:00,10.623124315969584,True -2017/10/15 18:00:00,10.919720968004397,True -2017/10/15 19:00:00,10.83114834747395,True -2017/10/15 20:00:00,10.843017024877575,True -2017/10/15 21:00:00,10.667894512602063,True -2017/10/15 22:00:00,10.008743519905078,True -2017/10/15 23:00:00,9.293146009172743,True -2017/10/16 00:00:00,8.494847675845532,True -2017/10/16 01:00:00,7.869729048384579,True -2017/10/16 02:00:00,8.000575134334975,True -2017/10/16 03:00:00,7.83051452232117,True -2017/10/16 04:00:00,8.962921574697422,True -2017/10/16 05:00:00,10.372111263951806,True -2017/10/16 06:00:00,10.675254804761407,True -2017/10/16 07:00:00,11.345849128716953,True -2017/10/16 08:00:00,12.712007566115256,True -2017/10/16 09:00:00,12.965661309649128,True -2017/10/16 10:00:00,13.16862248766725,True -2017/10/16 11:00:00,13.282117015283509,True -2017/10/16 12:00:00,13.110017995545823,True -2017/10/16 13:00:00,13.149631019491375,True -2017/10/16 14:00:00,13.100456511205275,True -2017/10/16 15:00:00,13.059967260277338,True -2017/10/16 16:00:00,13.249622315823723,True -2017/10/16 17:00:00,12.239658458781722,True -2017/10/16 18:00:00,11.956971231144854,True -2017/10/16 19:00:00,11.305603614508566,True -2017/10/16 20:00:00,11.770622994439062,True -2017/10/16 21:00:00,11.030882850839273,True -2017/10/16 22:00:00,10.208744618166019,True -2017/10/16 23:00:00,9.17016091280746,True -2017/10/17 00:00:00,8.138654600136947,True -2017/10/17 01:00:00,7.744467027289459,True -2017/10/17 02:00:00,7.642562349490761,True -2017/10/17 03:00:00,7.91882667005717,True -2017/10/17 04:00:00,8.66258122487432,True -2017/10/17 05:00:00,10.37182847094417,True -2017/10/17 06:00:00,10.638699359228395,True -2017/10/17 07:00:00,11.353142930845106,True -2017/10/17 08:00:00,12.63931825329596,True -2017/10/17 09:00:00,12.8461916449874,True -2017/10/17 10:00:00,13.114032653882964,True -2017/10/17 11:00:00,13.280433730087426,True -2017/10/17 12:00:00,13.167675126807703,True -2017/10/17 13:00:00,13.27797947267244,True -2017/10/17 14:00:00,13.30170835590987,True -2017/10/17 15:00:00,13.271215464032647,True -2017/10/17 16:00:00,13.423694694265007,True -2017/10/17 17:00:00,12.374438048467296,True -2017/10/17 18:00:00,12.063905930320775,True -2017/10/17 19:00:00,11.591145600165518,True -2017/10/17 20:00:00,11.708478255651508,True -2017/10/17 21:00:00,11.611381881751699,True -2017/10/17 22:00:00,10.640393258025911,True -2017/10/17 23:00:00,9.180765401409039,True -2017/10/18 00:00:00,8.154493743143755,True -2017/10/18 01:00:00,7.442012332000645,True -2017/10/18 02:00:00,7.7678640545153375,True -2017/10/18 03:00:00,7.71021910328065,True -2017/10/18 04:00:00,8.880770260531959,True -2017/10/18 05:00:00,10.462422723361867,True -2017/10/18 06:00:00,10.722404523249693,True -2017/10/18 07:00:00,11.565730255183885,True -2017/10/18 08:00:00,12.890941331927584,True -2017/10/18 09:00:00,13.020584606884617,True -2017/10/18 10:00:00,13.194820658280635,True -2017/10/18 11:00:00,13.334790376325019,True -2017/10/18 12:00:00,13.200605155356923,True -2017/10/18 13:00:00,13.180459925607261,True -2017/10/18 14:00:00,13.2166822639416,True -2017/10/18 15:00:00,13.170997869802065,True -2017/10/18 16:00:00,13.331024195635298,True -2017/10/18 17:00:00,12.38746205718713,True -2017/10/18 18:00:00,12.001491929954975,True -2017/10/18 19:00:00,11.461800257225716,True -2017/10/18 20:00:00,12.176077590857798,True -2017/10/18 21:00:00,11.174410360297731,True -2017/10/18 22:00:00,10.905992821810978,True -2017/10/18 23:00:00,9.677895554449908,True -2017/10/19 00:00:00,8.14451036695753,True -2017/10/19 01:00:00,7.443817803530474,True -2017/10/19 02:00:00,7.6356969087731,True -2017/10/19 03:00:00,7.906100369195334,True -2017/10/19 04:00:00,8.701118469612856,True -2017/10/19 05:00:00,9.337701991551953,True -2017/10/19 06:00:00,9.925804531276443,True -2017/10/19 07:00:00,11.897279464014247,True -2017/10/19 08:00:00,12.985971955222917,True -2017/10/19 09:00:00,13.078379631987863,True -2017/10/19 10:00:00,13.22107495848389,True -2017/10/19 11:00:00,13.334606019964395,True -2017/10/19 12:00:00,13.19854901563375,True -2017/10/19 13:00:00,13.26920422990243,True -2017/10/19 14:00:00,13.199635415903588,True -2017/10/19 15:00:00,13.169904259008685,True -2017/10/19 16:00:00,13.332571295373587,True -2017/10/19 17:00:00,12.398802210185217,True -2017/10/19 18:00:00,11.970679868403618,True -2017/10/19 19:00:00,11.442571886909322,True -2017/10/19 20:00:00,12.149765239139334,True -2017/10/19 21:00:00,11.1778103862037,True -2017/10/19 22:00:00,10.907572856835563,True -2017/10/19 23:00:00,9.684552868454041,True -2017/10/20 00:00:00,8.177147930516806,True -2017/10/20 01:00:00,7.4977326964967155,True -2017/10/20 02:00:00,7.678041462400975,True -2017/10/20 03:00:00,7.481329309751282,True -2017/10/20 04:00:00,8.699797994143754,True -2017/10/20 05:00:00,9.33696601383107,True -2017/10/20 06:00:00,9.928587239036489,True -2017/10/20 07:00:00,11.729304899113943,True -2017/10/20 08:00:00,12.937560439590799,True -2017/10/20 09:00:00,13.072630505630503,True -2017/10/20 10:00:00,13.224228156169417,True -2017/10/20 11:00:00,13.3724711552343,True -2017/10/20 12:00:00,13.236511564796757,True -2017/10/20 13:00:00,13.331492141712951,True -2017/10/20 14:00:00,13.26806239172698,True -2017/10/20 15:00:00,13.091570767317426,True -2017/10/20 16:00:00,13.281887718718458,True -2017/10/20 17:00:00,12.437282731744888,True -2017/10/20 18:00:00,11.91405348323224,True -2017/10/20 19:00:00,11.645903240589034,True -2017/10/20 20:00:00,12.01724012255666,True -2017/10/20 21:00:00,11.555789477386929,True -2017/10/20 22:00:00,10.953548870175988,True -2017/10/20 23:00:00,9.665754621883249,True -2017/10/21 00:00:00,7.899126941722543,True -2017/10/21 01:00:00,7.100656840928458,True -2017/10/21 02:00:00,7.322747837564585,True -2017/10/21 03:00:00,7.131735870863112,True -2017/10/21 04:00:00,8.306456320562773,True -2017/10/21 05:00:00,9.033204751404215,True -2017/10/21 06:00:00,9.976201631933662,True -2017/10/21 07:00:00,11.523913843963356,True -2017/10/21 08:00:00,11.603398314535431,True -2017/10/21 09:00:00,12.00263054621823,True -2017/10/21 10:00:00,12.282573134752548,True -2017/10/21 11:00:00,12.45759038095415,True -2017/10/21 12:00:00,11.075463535497134,True -2017/10/21 13:00:00,11.387328786910924,True -2017/10/21 14:00:00,11.227124123718015,True -2017/10/21 15:00:00,11.204081304861722,True -2017/10/21 16:00:00,11.24711412746783,True -2017/10/21 17:00:00,10.35519919028903,True -2017/10/21 18:00:00,10.86878090915755,True -2017/10/21 19:00:00,10.54355963545044,True -2017/10/21 20:00:00,10.380128735256728,True -2017/10/21 21:00:00,10.475181709955734,True -2017/10/21 22:00:00,10.513097773553437,True -2017/10/21 23:00:00,9.308993771939779,True -2017/10/22 00:00:00,8.185100513659213,True -2017/10/22 01:00:00,7.516053130781732,True -2017/10/22 02:00:00,7.486766905408828,True -2017/10/22 03:00:00,7.382691333498217,True -2017/10/22 04:00:00,8.475425996916199,True -2017/10/22 05:00:00,9.178660344880091,True -2017/10/22 06:00:00,9.767565283744664,True -2017/10/22 07:00:00,9.840627132722664,True -2017/10/22 08:00:00,9.781716529791055,True -2017/10/22 09:00:00,10.682388004966702,True -2017/10/22 10:00:00,10.411943488368744,True -2017/10/22 11:00:00,10.904739435252893,True -2017/10/22 12:00:00,10.434030562906145,True -2017/10/22 13:00:00,11.313505952617383,True -2017/10/22 14:00:00,10.36999087178607,True -2017/10/22 15:00:00,11.211782446113686,True -2017/10/22 16:00:00,10.38468394900132,True -2017/10/22 17:00:00,10.687424200070474,True -2017/10/22 18:00:00,10.700998248820465,True -2017/10/22 19:00:00,10.893830300677525,True -2017/10/22 20:00:00,10.614760704736929,True -2017/10/22 21:00:00,10.578519233083355,True -2017/10/22 22:00:00,10.531999157001497,True -2017/10/22 23:00:00,9.690679873889529,True -2017/10/23 00:00:00,8.892463227419515,True -2017/10/23 01:00:00,8.166058449937529,True -2017/10/23 02:00:00,8.650849782452989,True -2017/10/23 03:00:00,8.06327973058682,True -2017/10/23 04:00:00,8.245849656530039,True -2017/10/23 05:00:00,9.333849731073938,True -2017/10/23 06:00:00,9.924784940029035,True -2017/10/23 07:00:00,12.030235576241585,True -2017/10/23 08:00:00,13.075708705807584,True -2017/10/23 09:00:00,13.123113601388702,True -2017/10/23 10:00:00,13.225554866200978,True -2017/10/23 11:00:00,13.298147190702528,True -2017/10/23 12:00:00,13.096303374030231,True -2017/10/23 13:00:00,13.113523364347591,True -2017/10/23 14:00:00,13.03698508604544,True -2017/10/23 15:00:00,12.991624964980476,True -2017/10/23 16:00:00,13.175703960687137,True -2017/10/23 17:00:00,12.171177326151003,True -2017/10/23 18:00:00,11.918088795220795,True -2017/10/23 19:00:00,11.395199098244847,True -2017/10/23 20:00:00,11.809965934123614,True -2017/10/23 21:00:00,11.062447012810946,True -2017/10/23 22:00:00,10.199187583508733,True -2017/10/23 23:00:00,9.17626299777088,True -2017/10/24 00:00:00,8.361554118174912,True -2017/10/24 01:00:00,7.81663838673784,True -2017/10/24 02:00:00,8.028450027309805,True -2017/10/24 03:00:00,7.4884711794283465,True -2017/10/24 04:00:00,8.967857475649648,True -2017/10/24 05:00:00,10.204835784089042,True -2017/10/24 06:00:00,10.879531483989311,True -2017/10/24 07:00:00,11.362640809082592,True -2017/10/24 08:00:00,12.63944295475533,True -2017/10/24 09:00:00,12.887621347187592,True -2017/10/24 10:00:00,13.046272546431776,True -2017/10/24 11:00:00,13.21431058611153,True -2017/10/24 12:00:00,13.06005488754455,True -2017/10/24 13:00:00,13.133959765651133,True -2017/10/24 14:00:00,13.117704675258246,True -2017/10/24 15:00:00,13.090326297423363,True -2017/10/24 16:00:00,13.292376647240598,True -2017/10/24 17:00:00,12.27480339118545,True -2017/10/24 18:00:00,11.949403886349995,True -2017/10/24 19:00:00,11.392914405978761,True -2017/10/24 20:00:00,12.112575068739064,True -2017/10/24 21:00:00,11.127585505006012,True -2017/10/24 22:00:00,10.23689997952841,True -2017/10/24 23:00:00,9.173733685953005,True -2017/10/25 00:00:00,8.261151936834391,True -2017/10/25 01:00:00,7.708925323268029,True -2017/10/25 02:00:00,8.022260533439951,True -2017/10/25 03:00:00,7.824584981355986,True -2017/10/25 04:00:00,9.054453264373672,True -2017/10/25 05:00:00,9.66943101843488,True -2017/10/25 06:00:00,10.254552910977637,True -2017/10/25 07:00:00,11.741229491271062,True -2017/10/25 08:00:00,12.949070372020419,True -2017/10/25 09:00:00,13.109827475542144,True -2017/10/25 10:00:00,13.27509430759546,True -2017/10/25 11:00:00,13.397491288039333,True -2017/10/25 12:00:00,13.27714886675937,True -2017/10/25 13:00:00,13.28285048306389,True -2017/10/25 14:00:00,13.387297890825531,True -2017/10/25 15:00:00,13.499650290367857,True -2017/10/25 16:00:00,13.611900936706201,True -2017/10/25 17:00:00,12.760848794609617,True -2017/10/25 18:00:00,11.927643189146067,True -2017/10/25 19:00:00,11.688330035210518,True -2017/10/25 20:00:00,11.92204987671832,True -2017/10/25 21:00:00,11.174552449538501,True -2017/10/25 22:00:00,10.654296332033361,True -2017/10/25 23:00:00,9.182625844452557,True -2017/10/26 00:00:00,8.314633022785044,True -2017/10/26 01:00:00,7.502729228910147,True -2017/10/26 02:00:00,8.187047706019683,True -2017/10/26 03:00:00,7.439610662761729,True -2017/10/26 04:00:00,8.91792088778698,True -2017/10/26 05:00:00,9.332792432015065,True -2017/10/26 06:00:00,9.924445941257497,True -2017/10/26 07:00:00,12.26613274333315,True -2017/10/26 08:00:00,13.231687975788011,True -2017/10/26 09:00:00,13.34891555448076,True -2017/10/26 10:00:00,13.294634451586681,True -2017/10/26 11:00:00,13.360154821391824,True -2017/10/26 12:00:00,13.22271475562993,True -2017/10/26 13:00:00,13.247903075219662,True -2017/10/26 14:00:00,13.160591343660087,True -2017/10/26 15:00:00,13.099501347717045,True -2017/10/26 16:00:00,13.286058038775659,True -2017/10/26 17:00:00,12.339678556594214,True -2017/10/26 18:00:00,11.980360654207535,True -2017/10/26 19:00:00,11.437691399050163,True -2017/10/26 20:00:00,12.162501698126558,True -2017/10/26 21:00:00,11.183763302757582,True -2017/10/26 22:00:00,10.880314180421765,True -2017/10/26 23:00:00,9.55505512785347,True -2017/10/27 00:00:00,8.178536261471113,True -2017/10/27 01:00:00,7.501634752147434,True -2017/10/27 02:00:00,7.956398290832272,True -2017/10/27 03:00:00,7.480092349625831,True -2017/10/27 04:00:00,8.700142784235442,True -2017/10/27 05:00:00,9.519128006332734,True -2017/10/27 06:00:00,9.928132297085778,True -2017/10/27 07:00:00,11.708204555267708,True -2017/10/27 08:00:00,12.894935263733418,True -2017/10/27 09:00:00,13.010074881616642,True -2017/10/27 10:00:00,13.224981549357148,True -2017/10/27 11:00:00,13.361397178577878,True -2017/10/27 12:00:00,13.22735478736493,True -2017/10/27 13:00:00,13.243503374909192,True -2017/10/27 14:00:00,13.193328902929712,True -2017/10/27 15:00:00,13.18848820529941,True -2017/10/27 16:00:00,13.290841828158467,True -2017/10/27 17:00:00,12.425592152686807,True -2017/10/27 18:00:00,11.977260829796567,True -2017/10/27 19:00:00,11.4324206172938,True -2017/10/27 20:00:00,12.14206496885244,True -2017/10/27 21:00:00,11.15597726508682,True -2017/10/27 22:00:00,10.92953030639054,True -2017/10/27 23:00:00,9.65586339255172,True -2017/10/28 00:00:00,8.05443848607688,True -2017/10/28 01:00:00,7.097940830028095,True -2017/10/28 02:00:00,7.32023660559474,True -2017/10/28 03:00:00,7.1316655901713775,True -2017/10/28 04:00:00,8.304439000985644,True -2017/10/28 05:00:00,8.8573914390323,True -2017/10/28 06:00:00,9.973365503924494,True -2017/10/28 07:00:00,11.44865553556619,True -2017/10/28 08:00:00,11.584615853102202,True -2017/10/28 09:00:00,11.818361438598469,True -2017/10/28 10:00:00,11.941384649742323,True -2017/10/28 11:00:00,12.001804838029846,True -2017/10/28 12:00:00,11.263129107669302,True -2017/10/28 13:00:00,10.621055973830615,True -2017/10/28 14:00:00,11.374973228251271,True -2017/10/28 15:00:00,10.507725773646856,True -2017/10/28 16:00:00,11.38981010874542,True -2017/10/28 17:00:00,10.288461900777607,True -2017/10/28 18:00:00,10.67644728680266,True -2017/10/28 19:00:00,10.612259431539357,True -2017/10/28 20:00:00,10.510826463479022,True -2017/10/28 21:00:00,10.458048396083738,True -2017/10/28 22:00:00,10.001626947846658,True -2017/10/28 23:00:00,8.92592505473812,True -2017/10/29 00:00:00,8.370587858180409,True -2017/10/29 01:00:00,7.379696708078197,True -2017/10/29 02:00:00,7.695461862902175,True -2017/10/29 03:00:00,7.456989990334596,True -2017/10/29 04:00:00,8.53440761545578,True -2017/10/29 05:00:00,9.574200303750896,True -2017/10/29 06:00:00,10.256195932120534,True -2017/10/29 07:00:00,10.092459767222229,True -2017/10/29 08:00:00,10.082980117656613,True -2017/10/29 09:00:00,9.987110230802575,True -2017/10/29 10:00:00,10.638512071569277,True -2017/10/29 11:00:00,10.650075110750544,True -2017/10/29 12:00:00,10.632061614035504,True -2017/10/29 13:00:00,10.573311855665004,True -2017/10/29 14:00:00,10.438548894695762,True -2017/10/29 15:00:00,10.413442204903486,True -2017/10/29 16:00:00,10.509265526371108,True -2017/10/29 17:00:00,10.583159975347879,True -2017/10/29 18:00:00,10.891864796742672,True -2017/10/29 19:00:00,10.858563524435896,True -2017/10/29 20:00:00,10.732958316853757,True -2017/10/29 21:00:00,10.704618927575408,True -2017/10/29 22:00:00,10.006541093100825,True -2017/10/29 23:00:00,9.286998068547657,True -2017/10/30 00:00:00,8.491039013585745,True -2017/10/30 01:00:00,7.8863194184526755,True -2017/10/30 02:00:00,8.015413378327946,True -2017/10/30 03:00:00,7.920761960942854,True -2017/10/30 04:00:00,8.98843549265469,True -2017/10/30 05:00:00,10.521073915749987,True -2017/10/30 06:00:00,10.539231642394533,True -2017/10/30 07:00:00,11.34888962999966,True -2017/10/30 08:00:00,12.638694936786003,True -2017/10/30 09:00:00,12.948477751917551,True -2017/10/30 10:00:00,13.233373020079883,True -2017/10/30 11:00:00,13.390625749424014,True -2017/10/30 12:00:00,13.321536233671075,True -2017/10/30 13:00:00,13.360771182839176,True -2017/10/30 14:00:00,13.337641472605348,True -2017/10/30 15:00:00,13.36945336413236,True -2017/10/30 16:00:00,13.547943620430958,True -2017/10/30 17:00:00,12.520575442171172,True -2017/10/30 18:00:00,12.053659405741447,True -2017/10/30 19:00:00,11.400743828994957,True -2017/10/30 20:00:00,12.051782466448266,True -2017/10/30 21:00:00,11.185389385579684,True -2017/10/30 22:00:00,10.460635153622706,True -2017/10/30 23:00:00,9.653498926077273,True -2017/10/31 00:00:00,8.138772953395668,True -2017/10/31 01:00:00,7.463183143156786,True -2017/10/31 02:00:00,7.65779353144309,True -2017/10/31 03:00:00,7.468348327433764,True -2017/10/31 04:00:00,9.255623849893832,True -2017/10/31 05:00:00,9.334846296245225,True -2017/10/31 06:00:00,9.925770973698553,True -2017/10/31 07:00:00,11.901617876133638,True -2017/10/31 08:00:00,13.022377527401062,True -2017/10/31 09:00:00,13.12170459449838,True -2017/10/31 10:00:00,13.288312206423734,True -2017/10/31 11:00:00,13.462555285412495,True -2017/10/31 12:00:00,13.317319145006111,True -2017/10/31 13:00:00,13.425976689637158,True -2017/10/31 14:00:00,13.410655590564732,True -2017/10/31 15:00:00,13.281289269867102,True -2017/10/31 16:00:00,13.44776315177198,True -2017/10/31 17:00:00,12.513134676835264,True -2017/10/31 18:00:00,12.050725136898956,True -2017/10/31 19:00:00,11.41809910365569,True -2017/10/31 20:00:00,12.094658779207677,True -2017/10/31 21:00:00,11.179999330252,True -2017/10/31 22:00:00,10.89918908279462,True -2017/10/31 23:00:00,9.57413234874667,True -2017/11/01 00:00:00,8.460372612411911,True -2017/11/01 01:00:00,8.762166408650506,True -2017/11/01 02:00:00,8.352575909023715,True -2017/11/01 03:00:00,7.790520815983586,True -2017/11/01 04:00:00,8.775875090674141,True -2017/11/01 05:00:00,9.513307188296261,True -2017/11/01 06:00:00,10.04845900506601,True -2017/11/01 07:00:00,11.79520423734357,True -2017/11/01 08:00:00,12.92671743349799,True -2017/11/01 09:00:00,13.052336367498079,True -2017/11/01 10:00:00,13.259089839972821,True -2017/11/01 11:00:00,13.409667130597056,True -2017/11/01 12:00:00,13.264739011029398,True -2017/11/01 13:00:00,13.346302515504453,True -2017/11/01 14:00:00,13.281080645496571,True -2017/11/01 15:00:00,13.195924540759544,True -2017/11/01 16:00:00,13.367133827572781,True -2017/11/01 17:00:00,12.43330737641759,True -2017/11/01 18:00:00,12.08350059323605,True -2017/11/01 19:00:00,11.475281322731044,True -2017/11/01 20:00:00,12.184922848536175,True -2017/11/01 21:00:00,11.18012067401007,True -2017/11/01 22:00:00,10.84397073724434,True -2017/11/01 23:00:00,9.375496790366629,True -2017/11/02 00:00:00,8.58041104617913,True -2017/11/02 01:00:00,7.867868758286751,True -2017/11/02 02:00:00,8.503388413397012,True -2017/11/02 03:00:00,8.03960534441172,True -2017/11/02 04:00:00,9.14810574548152,True -2017/11/02 05:00:00,9.849715021597216,True -2017/11/02 06:00:00,10.375417107851272,True -2017/11/02 07:00:00,11.695415839009573,True -2017/11/02 08:00:00,12.913605710210456,True -2017/11/02 09:00:00,13.00694674255064,True -2017/11/02 10:00:00,13.132691761191438,True -2017/11/02 11:00:00,13.256024040035397,True -2017/11/02 12:00:00,13.094609034303746,True -2017/11/02 13:00:00,13.202413967058275,True -2017/11/02 14:00:00,13.126071080828345,True -2017/11/02 15:00:00,13.056548789538565,True -2017/11/02 16:00:00,13.232501077023961,True -2017/11/02 17:00:00,12.230905591868517,True -2017/11/02 18:00:00,12.039703737582302,True -2017/11/02 19:00:00,11.444941958824055,True -2017/11/02 20:00:00,11.91752512898302,True -2017/11/02 21:00:00,11.180622156194868,True -2017/11/02 22:00:00,10.677386274552246,True -2017/11/02 23:00:00,9.404230527049895,True -2017/11/03 00:00:00,9.004339058914777,True -2017/11/03 01:00:00,7.89830663535994,True -2017/11/03 02:00:00,8.468005171648562,True -2017/11/03 03:00:00,7.877150522660542,True -2017/11/03 04:00:00,9.475178873514913,True -2017/11/03 05:00:00,10.436580925794772,True -2017/11/03 06:00:00,11.030234556808805,True -2017/11/03 07:00:00,11.434301674032321,True -2017/11/03 08:00:00,12.756762117589656,True -2017/11/03 09:00:00,12.988050357715453,True -2017/11/03 10:00:00,13.162921760475811,True -2017/11/03 11:00:00,13.30351290698519,True -2017/11/03 12:00:00,13.193358831698626,True -2017/11/03 13:00:00,13.282832881753848,True -2017/11/03 14:00:00,13.225831259651478,True -2017/11/03 15:00:00,13.227866281606337,True -2017/11/03 16:00:00,13.374941045337305,True -2017/11/03 17:00:00,12.404959979823795,True -2017/11/03 18:00:00,12.05187457706474,True -2017/11/03 19:00:00,11.447956030169374,True -2017/11/03 20:00:00,12.15141636280512,True -2017/11/03 21:00:00,11.187994212576598,True -2017/11/03 22:00:00,10.930732290298616,True -2017/11/03 23:00:00,9.672427090316281,True -2017/11/04 00:00:00,8.226981513914868,True -2017/11/04 01:00:00,7.46005644140665,True -2017/11/04 02:00:00,7.930222593050755,True -2017/11/04 03:00:00,7.580065687841397,True -2017/11/04 04:00:00,8.522037164486067,True -2017/11/04 05:00:00,9.048343623094022,True -2017/11/04 06:00:00,10.090331974593806,True -2017/11/04 07:00:00,11.50971405917739,True -2017/11/04 08:00:00,11.717398251610474,True -2017/11/04 09:00:00,11.996471303577593,True -2017/11/04 10:00:00,12.137195886077931,True -2017/11/04 11:00:00,12.262584696609734,True -2017/11/04 12:00:00,11.176799693400271,True -2017/11/04 13:00:00,10.803448400166701,True -2017/11/04 14:00:00,11.37696831236056,True -2017/11/04 15:00:00,11.244491865428076,True -2017/11/04 16:00:00,10.766331036730897,True -2017/11/04 17:00:00,10.469342148614118,True -2017/11/04 18:00:00,10.693502511841146,True -2017/11/04 19:00:00,10.625627073242185,True -2017/11/04 20:00:00,10.509561053277356,True -2017/11/04 21:00:00,10.371558851717486,True -2017/11/04 22:00:00,10.043832499768719,True -2017/11/04 23:00:00,9.458890261231751,True -2017/11/05 00:00:00,8.594654412325857,True -2017/11/05 01:00:00,8.10897842161543,True -2017/11/05 02:00:00,8.213092009689822,True -2017/11/05 03:00:00,8.090483561013077,True -2017/11/05 04:00:00,8.829118468330751,True -2017/11/05 05:00:00,9.577607305078098,True -2017/11/05 06:00:00,9.963869101818046,True -2017/11/05 07:00:00,10.148491490250668,True -2017/11/05 08:00:00,10.004372378700083,True -2017/11/05 09:00:00,10.625803758775788,True -2017/11/05 10:00:00,10.358161309485345,True -2017/11/05 11:00:00,10.423584274356024,True -2017/11/05 12:00:00,10.65923435414356,True -2017/11/05 13:00:00,10.658709102331317,True -2017/11/05 14:00:00,10.321480898666762,True -2017/11/05 15:00:00,10.796284330541397,True -2017/11/05 16:00:00,10.141961377097005,True -2017/11/05 17:00:00,10.299730190709472,True -2017/11/05 18:00:00,10.645708772074332,True -2017/11/05 19:00:00,10.567592934464507,True -2017/11/05 20:00:00,10.620795380487223,True -2017/11/05 21:00:00,10.532189637919117,True -2017/11/05 22:00:00,10.027477934331833,True -2017/11/05 23:00:00,9.521852677922691,True -2017/11/06 00:00:00,8.504477614267348,True -2017/11/06 01:00:00,8.480104994615552,True -2017/11/06 02:00:00,7.799853565761347,True -2017/11/06 03:00:00,8.370378863833995,True -2017/11/06 04:00:00,7.921356618235421,True -2017/11/06 05:00:00,9.408725222874148,True -2017/11/06 06:00:00,9.511893277815663,True -2017/11/06 07:00:00,10.456494656017686,True -2017/11/06 08:00:00,11.597172881028381,True -2017/11/06 09:00:00,13.005165604472916,True -2017/11/06 10:00:00,13.112056445098672,True -2017/11/06 11:00:00,13.272346924115128,True -2017/11/06 12:00:00,13.369804375157118,True -2017/11/06 13:00:00,13.198005609296489,True -2017/11/06 14:00:00,13.162591233024694,True -2017/11/06 15:00:00,13.087616282767494,True -2017/11/06 16:00:00,13.057363961442038,True -2017/11/06 17:00:00,13.249415101038563,True -2017/11/06 18:00:00,12.480518840455792,True -2017/11/06 19:00:00,11.969892470930958,True -2017/11/06 20:00:00,11.710187920062,True -2017/11/06 21:00:00,11.922839060886043,True -2017/11/06 22:00:00,11.185659743433263,True -2017/11/06 23:00:00,10.399397429781853,True -2017/11/07 00:00:00,9.62781431605492,True -2017/11/07 01:00:00,8.844648472338571,True -2017/11/07 02:00:00,8.265179347483057,True -2017/11/07 03:00:00,8.446296732347117,True -2017/11/07 04:00:00,8.256294263307147,True -2017/11/07 05:00:00,9.144795848545453,True -2017/11/07 06:00:00,10.536902319396662,True -2017/11/07 07:00:00,10.733990349147687,True -2017/11/07 08:00:00,11.049192290097643,True -2017/11/07 09:00:00,12.700321574088447,True -2017/11/07 10:00:00,12.85216394740937,True -2017/11/07 11:00:00,13.009800246573624,True -2017/11/07 12:00:00,13.227905248463324,True -2017/11/07 13:00:00,13.029342522858864,True -2017/11/07 14:00:00,13.094051029752272,True -2017/11/07 15:00:00,13.042267648087705,True -2017/11/07 16:00:00,13.043022767391136,True -2017/11/07 17:00:00,13.212592018303143,True -2017/11/07 18:00:00,12.451502171126387,True -2017/11/07 19:00:00,11.973261573342658,True -2017/11/07 20:00:00,11.630132963556228,True -2017/11/07 21:00:00,11.803154777897653,True -2017/11/07 22:00:00,11.560776501582925,True -2017/11/07 23:00:00,10.468723304985588,True -2017/11/08 00:00:00,9.460779056513655,True -2017/11/08 01:00:00,8.612624244092569,True -2017/11/08 02:00:00,7.799447586489708,True -2017/11/08 03:00:00,8.33135716010943,True -2017/11/08 04:00:00,8.044456619103462,True -2017/11/08 05:00:00,9.26848679674194,True -2017/11/08 06:00:00,9.846900376151561,True -2017/11/08 07:00:00,10.37361950729988,True -2017/11/08 08:00:00,11.479714890328998,True -2017/11/08 09:00:00,12.927600186956099,True -2017/11/08 10:00:00,13.003634246740985,True -2017/11/08 11:00:00,13.147484884095324,True -2017/11/08 12:00:00,13.25902201414269,True -2017/11/08 13:00:00,13.117947684220772,True -2017/11/08 14:00:00,13.159319324595694,True -2017/11/08 15:00:00,13.091656720636855,True -2017/11/08 16:00:00,13.05702516536652,True -2017/11/08 17:00:00,13.255576463983804,True -2017/11/08 18:00:00,12.499537632720093,True -2017/11/08 19:00:00,12.032416993841386,True -2017/11/08 20:00:00,11.462789317156941,True -2017/11/08 21:00:00,12.07886632570731,True -2017/11/08 22:00:00,11.188499803828405,True -2017/11/08 23:00:00,10.48272884853241,True -2017/11/09 00:00:00,9.539284444256975,True -2017/11/09 01:00:00,8.763668481705718,True -2017/11/09 02:00:00,7.8062705007964,True -2017/11/09 03:00:00,8.417066177470549,True -2017/11/09 04:00:00,7.887718559318222,True -2017/11/09 05:00:00,9.326757341144495,True -2017/11/09 06:00:00,9.511654406832244,True -2017/11/09 07:00:00,10.459227375370682,True -2017/11/09 08:00:00,11.482124284171011,True -2017/11/09 09:00:00,12.942799560378873,True -2017/11/09 10:00:00,13.033209361256656,True -2017/11/09 11:00:00,13.193627635731987,True -2017/11/09 12:00:00,13.323306823600571,True -2017/11/09 13:00:00,13.176019874785847,True -2017/11/09 14:00:00,13.225378831863015,True -2017/11/09 15:00:00,13.199002461422253,True -2017/11/09 16:00:00,13.118867542320109,True -2017/11/09 17:00:00,13.270690026761363,True -2017/11/09 18:00:00,12.530918637340374,True -2017/11/09 19:00:00,11.985503156124368,True -2017/11/09 20:00:00,11.456369243145781,True -2017/11/09 21:00:00,12.102241636020766,True -2017/11/09 22:00:00,11.19700522786656,True -2017/11/09 23:00:00,10.60752177173347,True -2017/11/10 00:00:00,9.725209879432347,True -2017/11/10 01:00:00,8.968672633724296,True -2017/11/10 02:00:00,7.8039492511476025,True -2017/11/10 03:00:00,7.988139913452959,True -2017/11/10 04:00:00,8.040793070067664,True -2017/11/10 05:00:00,8.902678485054485,True -2017/11/10 06:00:00,9.853717708202462,True -2017/11/10 07:00:00,10.37691910372371,True -2017/11/10 08:00:00,11.896655171394576,True -2017/11/10 09:00:00,13.070122933774565,True -2017/11/10 10:00:00,13.133862936892898,True -2017/11/10 11:00:00,13.413960066272699,True -2017/11/10 12:00:00,13.425962693919699,True -2017/11/10 13:00:00,13.240074667921524,True -2017/11/10 14:00:00,13.232461828748662,True -2017/11/10 15:00:00,13.190348627410891,True -2017/11/10 16:00:00,13.12595223221428,True -2017/11/10 17:00:00,13.305797337099126,True -2017/11/10 18:00:00,12.571861680913512,True -2017/11/10 19:00:00,12.002209873970438,True -2017/11/10 20:00:00,11.491657936628586,True -2017/11/10 21:00:00,11.920284128881335,True -2017/11/10 22:00:00,11.22766980717769,True -2017/11/10 23:00:00,10.52031454416,True -2017/11/11 00:00:00,9.712920966483368,True -2017/11/11 01:00:00,8.574496650163653,True -2017/11/11 02:00:00,7.561381133301061,True -2017/11/11 03:00:00,8.146154972247762,True -2017/11/11 04:00:00,7.435138481310983,True -2017/11/11 05:00:00,8.986337011064876,True -2017/11/11 06:00:00,9.206906558691692,True -2017/11/11 07:00:00,10.50083730598233,True -2017/11/11 08:00:00,10.652225280271711,True -2017/11/11 09:00:00,10.96126432456488,True -2017/11/11 10:00:00,11.58290545200329,True -2017/11/11 11:00:00,11.736307454667992,True -2017/11/11 12:00:00,11.87075817706919,True -2017/11/11 13:00:00,11.43114086588395,True -2017/11/11 14:00:00,10.64012028425846,True -2017/11/11 15:00:00,11.407211258128923,True -2017/11/11 16:00:00,10.52827559945721,True -2017/11/11 17:00:00,11.38324711774086,True -2017/11/11 18:00:00,10.631282373760147,True -2017/11/11 19:00:00,10.952885843526111,True -2017/11/11 20:00:00,10.561825904390753,True -2017/11/11 21:00:00,10.887072360739626,True -2017/11/11 22:00:00,10.376451668321401,True -2017/11/11 23:00:00,10.375669452180569,True -2017/11/12 00:00:00,9.164483396000366,True -2017/11/12 01:00:00,8.848780160865557,True -2017/11/12 02:00:00,7.438544507299772,True -2017/11/12 03:00:00,8.207460183679373,True -2017/11/12 04:00:00,7.563356351310947,True -2017/11/12 05:00:00,9.069578096937832,True -2017/11/12 06:00:00,9.461159030347849,True -2017/11/12 07:00:00,10.559721025323052,True -2017/11/12 08:00:00,9.266429628029119,True -2017/11/12 09:00:00,10.270209587097078,True -2017/11/12 10:00:00,9.649374768048466,True -2017/11/12 11:00:00,10.697735965091328,True -2017/11/12 12:00:00,10.29885855628248,True -2017/11/12 13:00:00,10.666774186521517,True -2017/11/12 14:00:00,10.240801069500776,True -2017/11/12 15:00:00,10.603745572423353,True -2017/11/12 16:00:00,10.104090879285307,True -2017/11/12 17:00:00,10.657614528055998,True -2017/11/12 18:00:00,10.671233950041719,True -2017/11/12 19:00:00,11.042243068605684,True -2017/11/12 20:00:00,10.587499657021896,True -2017/11/12 21:00:00,11.044161446826868,True -2017/11/12 22:00:00,10.77777692734453,True -2017/11/12 23:00:00,10.501290462989756,True -2017/11/13 00:00:00,9.75826761293836,True -2017/11/13 01:00:00,8.862718133292837,True -2017/11/13 02:00:00,8.150737151851708,True -2017/11/13 03:00:00,8.449129450700827,True -2017/11/13 04:00:00,8.27702343875226,True -2017/11/13 05:00:00,9.299042449584574,True -2017/11/13 06:00:00,9.839752980150049,True -2017/11/13 07:00:00,10.459603753410487,True -2017/11/13 08:00:00,11.510070489392996,True -2017/11/13 09:00:00,13.025719724882194,True -2017/11/13 10:00:00,13.149027522857601,True -2017/11/13 11:00:00,13.26767175689853,True -2017/11/13 12:00:00,13.395219764017943,True -2017/11/13 13:00:00,13.230894423645877,True -2017/11/13 14:00:00,13.228383259888346,True -2017/11/13 15:00:00,13.142792809753397,True -2017/11/13 16:00:00,13.146685825852346,True -2017/11/13 17:00:00,13.2715271809943,True -2017/11/13 18:00:00,12.512892629574244,True -2017/11/13 19:00:00,12.002018290775185,True -2017/11/13 20:00:00,11.455605799914958,True -2017/11/13 21:00:00,11.980423358303833,True -2017/11/13 22:00:00,11.229053281249985,True -2017/11/13 23:00:00,10.505737533367942,True -2017/11/14 00:00:00,9.8532845307055,True -2017/11/14 01:00:00,8.727727428239133,True -2017/11/14 02:00:00,8.255906700650865,True -2017/11/14 03:00:00,8.3323712762558,True -2017/11/14 04:00:00,8.13506483546028,True -2017/11/14 05:00:00,9.239003145509454,True -2017/11/14 06:00:00,9.846793979835512,True -2017/11/14 07:00:00,10.374070353994963,True -2017/11/14 08:00:00,11.556059106962804,True -2017/11/14 09:00:00,13.062735522293274,True -2017/11/14 10:00:00,13.156149725845372,True -2017/11/14 11:00:00,13.289347132170603,True -2017/11/14 12:00:00,13.397123645424902,True -2017/11/14 13:00:00,13.24901788797267,True -2017/11/14 14:00:00,13.275692234905417,True -2017/11/14 15:00:00,13.220144983465058,True -2017/11/14 16:00:00,13.19224787533816,True -2017/11/14 17:00:00,13.327891354027019,True -2017/11/14 18:00:00,12.588930798753847,True -2017/11/14 19:00:00,11.926297388819448,True -2017/11/14 20:00:00,11.447787827546613,True -2017/11/14 21:00:00,12.149023871201962,True -2017/11/14 22:00:00,11.120903418648583,True -2017/11/14 23:00:00,10.371434903424483,True -2017/11/15 00:00:00,9.39834604927284,True -2017/11/15 01:00:00,8.484703294500127,True -2017/11/15 02:00:00,7.900576080455759,True -2017/11/15 03:00:00,8.063160416649472,True -2017/11/15 04:00:00,8.04267636340424,True -2017/11/15 05:00:00,9.155203057365354,True -2017/11/15 06:00:00,10.565154553854056,True -2017/11/15 07:00:00,10.733396665185527,True -2017/11/15 08:00:00,11.04990931968425,True -2017/11/15 09:00:00,12.765184733236488,True -2017/11/15 10:00:00,13.000244116533844,True -2017/11/15 11:00:00,13.193776784488549,True -2017/11/15 12:00:00,13.356744145010254,True -2017/11/15 13:00:00,13.272000158739022,True -2017/11/15 14:00:00,13.374293562390207,True -2017/11/15 15:00:00,13.295813207465832,True -2017/11/15 16:00:00,13.252983567181504,True -2017/11/15 17:00:00,13.359492200776895,True -2017/11/15 18:00:00,12.602043030323411,True -2017/11/15 19:00:00,12.120037572641404,True -2017/11/15 20:00:00,11.489604796265045,True -2017/11/15 21:00:00,12.123664484489424,True -2017/11/15 22:00:00,11.213803959921753,True -2017/11/15 23:00:00,10.976437010820801,True -2017/11/16 00:00:00,9.83485741733281,True -2017/11/16 01:00:00,8.49154582276668,True -2017/11/16 02:00:00,8.00767305855366,True -2017/11/16 03:00:00,8.443084624955466,True -2017/11/16 04:00:00,7.916604698329293,True -2017/11/16 05:00:00,9.123512718922802,True -2017/11/16 06:00:00,9.511414177613437,True -2017/11/16 07:00:00,10.045809082909212,True -2017/11/16 08:00:00,11.907305831708534,True -2017/11/16 09:00:00,13.11555811291145,True -2017/11/16 10:00:00,13.278146548812005,True -2017/11/16 11:00:00,13.480296259653608,True -2017/11/16 12:00:00,13.691681425771234,True -2017/11/16 13:00:00,13.575201052579605,True -2017/11/16 14:00:00,13.521502393779699,True -2017/11/16 15:00:00,13.477959435758802,True -2017/11/16 16:00:00,13.448501690485692,True -2017/11/16 17:00:00,13.665891458889318,True -2017/11/16 18:00:00,13.047125741993275,True -2017/11/16 19:00:00,12.16247461208889,True -2017/11/16 20:00:00,11.475039139637857,True -2017/11/16 21:00:00,11.808631282788562,True -2017/11/16 22:00:00,11.213682985950722,True -2017/11/16 23:00:00,10.701831820678075,True -2017/11/17 00:00:00,9.84494530064795,True -2017/11/17 01:00:00,8.926099191303221,True -2017/11/17 02:00:00,8.381176502456055,True -2017/11/17 03:00:00,8.32535731642372,True -2017/11/17 04:00:00,8.16521221506658,True -2017/11/17 05:00:00,9.170677699423717,True -2017/11/17 06:00:00,9.842640879511013,True -2017/11/17 07:00:00,10.346694717679462,True -2017/11/17 08:00:00,11.422305282702883,True -2017/11/17 09:00:00,12.854663100862481,True -2017/11/17 10:00:00,12.888778564442154,True -2017/11/17 11:00:00,13.057298151509745,True -2017/11/17 12:00:00,13.240808851710689,True -2017/11/17 13:00:00,13.07375923520455,True -2017/11/17 14:00:00,13.113815280560308,True -2017/11/17 15:00:00,13.072525800983744,True -2017/11/17 16:00:00,13.027014454093226,True -2017/11/17 17:00:00,13.224597912924853,True -2017/11/17 18:00:00,12.458092140341426,True -2017/11/17 19:00:00,12.061274133741,True -2017/11/17 20:00:00,11.62668670814664,True -2017/11/17 21:00:00,11.885399914606687,True -2017/11/17 22:00:00,11.517534726017809,True -2017/11/17 23:00:00,10.91742054048227,True -2017/11/18 00:00:00,9.401584800146502,True -2017/11/18 01:00:00,8.677060168181663,True -2017/11/18 02:00:00,7.501389987581259,True -2017/11/18 03:00:00,8.126900067518337,True -2017/11/18 04:00:00,7.7899553908803005,True -2017/11/18 05:00:00,9.178782903840784,True -2017/11/18 06:00:00,10.335651327617907,True -2017/11/18 07:00:00,10.910344266685607,True -2017/11/18 08:00:00,10.62031983376379,True -2017/11/18 09:00:00,10.958568369414088,True -2017/11/18 10:00:00,11.405510447934454,True -2017/11/18 11:00:00,11.714232224785928,True -2017/11/18 12:00:00,11.815763909801154,True -2017/11/18 13:00:00,11.280117131046257,True -2017/11/18 14:00:00,10.643129345585816,True -2017/11/18 15:00:00,11.32320251902417,True -2017/11/18 16:00:00,10.530780547898635,True -2017/11/18 17:00:00,11.315502215436643,True -2017/11/18 18:00:00,10.625383848177222,True -2017/11/18 19:00:00,10.60040586714259,True -2017/11/18 20:00:00,10.513783736260356,True -2017/11/18 21:00:00,10.606747875194335,True -2017/11/18 22:00:00,10.397398855762676,True -2017/11/18 23:00:00,10.38922314079229,True -2017/11/19 00:00:00,9.139402752185196,True -2017/11/19 01:00:00,8.833458482732034,True -2017/11/19 02:00:00,7.441284612983367,True -2017/11/19 03:00:00,8.206998906085772,True -2017/11/19 04:00:00,7.549610124450062,True -2017/11/19 05:00:00,8.988771297524215,True -2017/11/19 06:00:00,9.388623585684432,True -2017/11/19 07:00:00,10.584641657989877,True -2017/11/19 08:00:00,9.254955025106854,True -2017/11/19 09:00:00,10.29208073903576,True -2017/11/19 10:00:00,9.657464725432837,True -2017/11/19 11:00:00,10.751529819541776,True -2017/11/19 12:00:00,10.30581537472547,True -2017/11/19 13:00:00,10.77606679862335,True -2017/11/19 14:00:00,10.235742531101637,True -2017/11/19 15:00:00,10.693538786189473,True -2017/11/19 16:00:00,10.081383499235761,True -2017/11/19 17:00:00,10.755141704824972,True -2017/11/19 18:00:00,10.673842471652401,True -2017/11/19 19:00:00,11.141937486176463,True -2017/11/19 20:00:00,10.540755081952053,True -2017/11/19 21:00:00,11.0742569870325,True -2017/11/19 22:00:00,10.46880509029672,True -2017/11/19 23:00:00,10.522323743728755,True -2017/11/20 00:00:00,9.352123796040416,True -2017/11/20 01:00:00,8.92133882465473,True -2017/11/20 02:00:00,7.858643284902887,True -2017/11/20 03:00:00,8.543828272827973,True -2017/11/20 04:00:00,7.901663842833755,True -2017/11/20 05:00:00,9.528724918214841,True -2017/11/20 06:00:00,9.512693782559635,True -2017/11/20 07:00:00,10.540463771533188,True -2017/11/20 08:00:00,11.455684845050053,True -2017/11/20 09:00:00,12.951554553723712,True -2017/11/20 10:00:00,13.058571714922941,True -2017/11/20 11:00:00,13.20663017561631,True -2017/11/20 12:00:00,13.334087570682774,True -2017/11/20 13:00:00,13.193305970587126,True -2017/11/20 14:00:00,13.219285973301647,True -2017/11/20 15:00:00,13.121607095984741,True -2017/11/20 16:00:00,13.087148109806105,True -2017/11/20 17:00:00,13.23483413898775,True -2017/11/20 18:00:00,12.48589917300617,True -2017/11/20 19:00:00,11.958691429970663,True -2017/11/20 20:00:00,11.712388164568958,True -2017/11/20 21:00:00,11.721134742228578,True -2017/11/20 22:00:00,11.630355366622737,True -2017/11/20 23:00:00,10.716121448123372,True -2017/11/21 00:00:00,9.36391158637263,True -2017/11/21 01:00:00,8.937259315135744,True -2017/11/21 02:00:00,7.788098843999515,True -2017/11/21 03:00:00,8.41346013532232,True -2017/11/21 04:00:00,7.828749816352899,True -2017/11/21 05:00:00,9.376877796192359,True -2017/11/21 06:00:00,9.516118309700998,True -2017/11/21 07:00:00,10.501031511775013,True -2017/11/21 08:00:00,11.089729546496851,True -2017/11/21 09:00:00,12.778926799055588,True -2017/11/21 10:00:00,12.898213025130033,True -2017/11/21 11:00:00,13.05674131013024,True -2017/11/21 12:00:00,13.235751038685715,True -2017/11/21 13:00:00,12.99796513482339,True -2017/11/21 14:00:00,13.076452085430988,True -2017/11/21 15:00:00,12.997152270749265,True -2017/11/21 16:00:00,12.90667598625173,True -2017/11/21 17:00:00,13.00278825935035,True -2017/11/21 18:00:00,12.329388226159406,True -2017/11/21 19:00:00,11.959153475879337,True -2017/11/21 20:00:00,11.347377866448578,True -2017/11/21 21:00:00,11.863908540094835,True -2017/11/21 22:00:00,11.088130772664094,True -2017/11/21 23:00:00,10.317538678066422,True -2017/11/22 00:00:00,9.558696727877393,True -2017/11/22 01:00:00,8.835442001021812,True -2017/11/22 02:00:00,8.151804734105035,True -2017/11/22 03:00:00,8.3263320885442,True -2017/11/22 04:00:00,8.187126068462605,True -2017/11/22 05:00:00,9.311196778802342,True -2017/11/22 06:00:00,10.709779083860436,True -2017/11/22 07:00:00,10.812846188957653,True -2017/11/22 08:00:00,11.051952793770958,True -2017/11/22 09:00:00,12.701860263876139,True -2017/11/22 10:00:00,12.799465331406575,True -2017/11/22 11:00:00,12.946441761584843,True -2017/11/22 12:00:00,13.05355625775674,True -2017/11/22 13:00:00,12.878313060094808,True -2017/11/22 14:00:00,12.962538984967427,True -2017/11/22 15:00:00,12.980908239841124,True -2017/11/22 16:00:00,12.90474334112242,True -2017/11/22 17:00:00,13.16497072446225,True -2017/11/22 18:00:00,12.180334081938797,True -2017/11/22 19:00:00,11.974859750627605,True -2017/11/22 20:00:00,11.35431362236108,True -2017/11/22 21:00:00,11.871018793233217,True -2017/11/22 22:00:00,11.09373203267535,True -2017/11/22 23:00:00,10.3052995319982,True -2017/11/23 00:00:00,9.463507955662653,True -2017/11/23 01:00:00,8.863215461185026,True -2017/11/23 02:00:00,8.358738582071343,True -2017/11/23 03:00:00,8.161991257042832,True -2017/11/23 04:00:00,8.158074498527798,True -2017/11/23 05:00:00,9.267391194606393,True -2017/11/23 06:00:00,10.520959867587473,True -2017/11/23 07:00:00,11.056623341065842,True -2017/11/23 08:00:00,11.056738154413662,True -2017/11/23 09:00:00,12.70333957528684,True -2017/11/23 10:00:00,12.80222802765395,True -2017/11/23 11:00:00,12.94379688058357,True -2017/11/23 12:00:00,13.167624200188456,True -2017/11/23 13:00:00,12.98171998929448,True -2017/11/23 14:00:00,13.082488563087693,True -2017/11/23 15:00:00,12.972140193543147,True -2017/11/23 16:00:00,12.98559057343739,True -2017/11/23 17:00:00,13.09877143481637,True -2017/11/23 18:00:00,12.17978887302971,True -2017/11/23 19:00:00,11.838223897684117,True -2017/11/23 20:00:00,11.744994448946079,True -2017/11/23 21:00:00,11.878264108357959,True -2017/11/23 22:00:00,11.092705379406556,True -2017/11/23 23:00:00,10.308463034876144,True -2017/11/24 00:00:00,9.443659860590568,True -2017/11/24 01:00:00,8.491700671027452,True -2017/11/24 02:00:00,8.256530623469624,True -2017/11/24 03:00:00,8.116036157288212,True -2017/11/24 04:00:00,8.358459061537188,True -2017/11/24 05:00:00,9.243415379672948,True -2017/11/24 06:00:00,10.452927468598176,True -2017/11/24 07:00:00,10.683521716073221,True -2017/11/24 08:00:00,11.060816241881763,True -2017/11/24 09:00:00,12.705616222860698,True -2017/11/24 10:00:00,12.801029318529755,True -2017/11/24 11:00:00,12.943740998963303,True -2017/11/24 12:00:00,13.234882524575475,True -2017/11/24 13:00:00,13.072873374182654,True -2017/11/24 14:00:00,13.157693685308422,True -2017/11/24 15:00:00,13.107366582142093,True -2017/11/24 16:00:00,13.054945461822284,True -2017/11/24 17:00:00,13.191243807707131,True -2017/11/24 18:00:00,12.202498632107599,True -2017/11/24 19:00:00,12.022385081910128,True -2017/11/24 20:00:00,11.345423330460513,True -2017/11/24 21:00:00,11.981688163719392,True -2017/11/24 22:00:00,11.090917212289323,True -2017/11/24 23:00:00,10.321218756480693,True -2017/11/25 00:00:00,9.469444507867522,True -2017/11/25 01:00:00,8.591393253666476,True -2017/11/25 02:00:00,7.840468285608345,True -2017/11/25 03:00:00,8.04191261674773,True -2017/11/25 04:00:00,7.954820566171794,True -2017/11/25 05:00:00,8.9985376187,True -2017/11/25 06:00:00,9.972705911613664,True -2017/11/25 07:00:00,10.84656296831363,True -2017/11/25 08:00:00,10.394283094662953,True -2017/11/25 09:00:00,10.961154768556222,True -2017/11/25 10:00:00,11.53542541496494,True -2017/11/25 11:00:00,11.904588835566866,True -2017/11/25 12:00:00,12.1150712586994,True -2017/11/25 13:00:00,11.070036478716693,True -2017/11/25 14:00:00,10.56515148658713,True -2017/11/25 15:00:00,11.524448923297797,True -2017/11/25 16:00:00,10.521069861787703,True -2017/11/25 17:00:00,11.3827208991888,True -2017/11/25 18:00:00,11.1974457529964,True -2017/11/25 19:00:00,10.734653326488662,True -2017/11/25 20:00:00,10.647240778394545,True -2017/11/25 21:00:00,10.585175592526864,True -2017/11/25 22:00:00,10.564528323321554,True -2017/11/25 23:00:00,10.181319883392524,True -2017/11/26 00:00:00,9.597814237359543,True -2017/11/26 01:00:00,8.26339904787672,True -2017/11/26 02:00:00,7.531951352748735,True -2017/11/26 03:00:00,7.640965546135673,True -2017/11/26 04:00:00,7.429800787150253,True -2017/11/26 05:00:00,8.648674206885115,True -2017/11/26 06:00:00,9.324536155325264,True -2017/11/26 07:00:00,9.85292167143724,True -2017/11/26 08:00:00,9.592255513352903,True -2017/11/26 09:00:00,10.33939009887469,True -2017/11/26 10:00:00,9.868508602625457,True -2017/11/26 11:00:00,10.734234704840416,True -2017/11/26 12:00:00,10.60458065273309,True -2017/11/26 13:00:00,10.374292408971655,True -2017/11/26 14:00:00,10.568824026991757,True -2017/11/26 15:00:00,10.736190459201426,True -2017/11/26 16:00:00,10.734373662563852,True -2017/11/26 17:00:00,10.150072557957236,True -2017/11/26 18:00:00,10.654689028310754,True -2017/11/26 19:00:00,10.562400979678285,True -2017/11/26 20:00:00,10.439143008346687,True -2017/11/26 21:00:00,10.489254191220013,True -2017/11/26 22:00:00,10.317010085929665,True -2017/11/26 23:00:00,9.926643234083848,True -2017/11/27 00:00:00,9.38535141478149,True -2017/11/27 01:00:00,8.785978128666603,True -2017/11/27 02:00:00,8.26583054255875,True -2017/11/27 03:00:00,8.53372785068251,True -2017/11/27 04:00:00,8.471097014327501,True -2017/11/27 05:00:00,9.370246677565701,True -2017/11/27 06:00:00,9.507262517968305,True -2017/11/27 07:00:00,10.04112992934425,True -2017/11/27 08:00:00,12.175893082588011,True -2017/11/27 09:00:00,13.333854284763754,True -2017/11/27 10:00:00,13.20769020862129,True -2017/11/27 11:00:00,13.337752541190481,True -2017/11/27 12:00:00,13.496185575536384,True -2017/11/27 13:00:00,13.349005278641295,True -2017/11/27 14:00:00,13.301554322812178,True -2017/11/27 15:00:00,13.235465645983274,True -2017/11/27 16:00:00,13.21126739614068,True -2017/11/27 17:00:00,13.338820794850244,True -2017/11/27 18:00:00,12.613232471238977,True -2017/11/27 19:00:00,11.965421077861482,True -2017/11/27 20:00:00,11.477627882398581,True -2017/11/27 21:00:00,11.988327052092485,True -2017/11/27 22:00:00,11.205956213089353,True -2017/11/27 23:00:00,10.490638998826988,True -2017/11/28 00:00:00,9.454803398131556,True -2017/11/28 01:00:00,8.492892425863472,True -2017/11/28 02:00:00,8.038364947785157,True -2017/11/28 03:00:00,8.321845941719054,True -2017/11/28 04:00:00,8.18980854708874,True -2017/11/28 05:00:00,9.192487232581499,True -2017/11/28 06:00:00,9.8553046919719,True -2017/11/28 07:00:00,10.371580430541263,True -2017/11/28 08:00:00,11.128407710882252,True -2017/11/28 09:00:00,12.717014762857396,True -2017/11/28 10:00:00,12.808665226365196,True -2017/11/28 11:00:00,13.084564379556378,True -2017/11/28 12:00:00,13.060216581191197,True -2017/11/28 13:00:00,12.883233496827012,True -2017/11/28 14:00:00,12.92043194760422,True -2017/11/28 15:00:00,12.871421655333064,True -2017/11/28 16:00:00,12.984370017388057,True -2017/11/28 17:00:00,13.068876550308591,True -2017/11/28 18:00:00,12.180751730133785,True -2017/11/28 19:00:00,12.006907250152878,True -2017/11/28 20:00:00,11.368373325237208,True -2017/11/28 21:00:00,11.805115047019076,True -2017/11/28 22:00:00,11.402917291237667,True -2017/11/28 23:00:00,10.759860506245335,True -2017/11/29 00:00:00,9.383308922886949,True -2017/11/29 01:00:00,8.94049085597388,True -2017/11/29 02:00:00,7.7973189177679085,True -2017/11/29 03:00:00,8.708096939873416,True -2017/11/29 04:00:00,8.155642922657414,True -2017/11/29 05:00:00,9.482852515885712,True -2017/11/29 06:00:00,10.686651699880303,True -2017/11/29 07:00:00,10.802641514630642,True -2017/11/29 08:00:00,11.053877050467323,True -2017/11/29 09:00:00,12.708531732685573,True -2017/11/29 10:00:00,12.803031155859344,True -2017/11/29 11:00:00,12.94559765488199,True -2017/11/29 12:00:00,13.057629203414916,True -2017/11/29 13:00:00,12.979204805615453,True -2017/11/29 14:00:00,13.082717526267313,True -2017/11/29 15:00:00,13.01627633917576,True -2017/11/29 16:00:00,12.94931314971203,True -2017/11/29 17:00:00,13.169076763540094,True -2017/11/29 18:00:00,12.17797885247355,True -2017/11/29 19:00:00,11.932733017869667,True -2017/11/29 20:00:00,11.349246684361866,True -2017/11/29 21:00:00,11.861994961912298,True -2017/11/29 22:00:00,11.090015755621405,True -2017/11/29 23:00:00,10.308255536780244,True -2017/11/30 00:00:00,9.459578575284343,True -2017/11/30 01:00:00,8.868177670162295,True -2017/11/30 02:00:00,8.162658460879623,True -2017/11/30 03:00:00,8.33311986559267,True -2017/11/30 04:00:00,8.273178494399772,True -2017/11/30 05:00:00,9.31645227833056,True -2017/11/30 06:00:00,9.89146510767154,True -2017/11/30 07:00:00,10.369740173492296,True -2017/11/30 08:00:00,11.445084761551001,True -2017/11/30 09:00:00,12.938285813130442,True -2017/11/30 10:00:00,13.04142807020373,True -2017/11/30 11:00:00,13.176051232578196,True -2017/11/30 12:00:00,13.240315577300771,True -2017/11/30 13:00:00,13.073777655125749,True -2017/11/30 14:00:00,13.096912917409297,True -2017/11/30 15:00:00,13.034696505044046,True -2017/11/30 16:00:00,13.002749912267623,True -2017/11/30 17:00:00,13.177840668265516,True -2017/11/30 18:00:00,12.412973349202622,True -2017/11/30 19:00:00,12.041100951479025,True -2017/11/30 20:00:00,11.43174692435811,True -2017/11/30 21:00:00,11.858643868846857,True -2017/11/30 22:00:00,11.102051584893855,True -2017/11/30 23:00:00,10.343912105433107,True -2017/12/01 00:00:00,9.651418798354081,True -2017/12/01 01:00:00,8.723477129928758,True -2017/12/01 02:00:00,8.670360261755965,True -2017/12/01 03:00:00,8.305212154649809,True -2017/12/01 04:00:00,8.648033287788145,True -2017/12/01 05:00:00,9.039286035864986,True -2017/12/01 06:00:00,10.09357452573501,True -2017/12/01 07:00:00,10.153912324085306,True -2017/12/01 08:00:00,12.109607794748904,True -2017/12/01 09:00:00,13.191240969900916,True -2017/12/01 10:00:00,13.259345500570817,True -2017/12/01 11:00:00,13.419325634906732,True -2017/12/01 12:00:00,13.471682069639192,True -2017/12/01 13:00:00,13.294196419144733,True -2017/12/01 14:00:00,13.272956293470253,True -2017/12/01 15:00:00,13.185980582854187,True -2017/12/01 16:00:00,13.132352960377142,True -2017/12/01 17:00:00,13.312260536374088,True -2017/12/01 18:00:00,12.54522533913475,True -2017/12/01 19:00:00,12.151388288346212,True -2017/12/01 20:00:00,11.504019341132418,True -2017/12/01 21:00:00,12.005805740788828,True -2017/12/01 22:00:00,11.232531082753091,True -2017/12/01 23:00:00,10.980828285633333,True -2017/12/02 00:00:00,9.605184549194888,True -2017/12/02 01:00:00,8.928800656458282,True -2017/12/02 02:00:00,7.8824260718008246,True -2017/12/02 03:00:00,8.673148862056278,True -2017/12/02 04:00:00,8.095204152466879,True -2017/12/02 05:00:00,9.376151143946153,True -2017/12/02 06:00:00,9.579490802787827,True -2017/12/02 07:00:00,10.540616073735457,True -2017/12/02 08:00:00,11.17500962169246,True -2017/12/02 09:00:00,11.394267792108774,True -2017/12/02 10:00:00,11.538094933360354,True -2017/12/02 11:00:00,11.472121949880089,True -2017/12/02 12:00:00,11.553459636785274,True -2017/12/02 13:00:00,11.539106908884113,True -2017/12/02 14:00:00,10.598155531699978,True -2017/12/02 15:00:00,11.487141246102299,True -2017/12/02 16:00:00,10.477319711574829,True -2017/12/02 17:00:00,11.51913207046233,True -2017/12/02 18:00:00,10.66803109057559,True -2017/12/02 19:00:00,11.049315165615111,True -2017/12/02 20:00:00,10.569650640851487,True -2017/12/02 21:00:00,10.919486846886612,True -2017/12/02 22:00:00,10.67690066498824,True -2017/12/02 23:00:00,10.39891357775651,True -2017/12/03 00:00:00,9.660238573603943,True -2017/12/03 01:00:00,8.960728884180256,True -2017/12/03 02:00:00,8.272824620582359,True -2017/12/03 03:00:00,8.481634166727002,True -2017/12/03 04:00:00,8.19797980541832,True -2017/12/03 05:00:00,9.19787508287438,True -2017/12/03 06:00:00,9.899611589778283,True -2017/12/03 07:00:00,10.465881523863997,True -2017/12/03 08:00:00,10.290944741916027,True -2017/12/03 09:00:00,10.233553204263671,True -2017/12/03 10:00:00,10.145769791777521,True -2017/12/03 11:00:00,10.64807550500073,True -2017/12/03 12:00:00,10.642367917852514,True -2017/12/03 13:00:00,10.612437924991102,True -2017/12/03 14:00:00,10.53038300934907,True -2017/12/03 15:00:00,10.501954334132073,True -2017/12/03 16:00:00,10.39423917442806,True -2017/12/03 17:00:00,10.576060918329208,True -2017/12/03 18:00:00,10.959211976497588,True -2017/12/03 19:00:00,10.977833010193173,True -2017/12/03 20:00:00,10.820543232663626,True -2017/12/03 21:00:00,11.015127548713254,True -2017/12/03 22:00:00,10.743045304051407,True -2017/12/03 23:00:00,10.433403862764395,True -2017/12/04 00:00:00,9.69929073186219,True -2017/12/04 01:00:00,9.319028783651364,True -2017/12/04 02:00:00,8.551711081090588,True -2017/12/04 03:00:00,8.873196958732443,True -2017/12/04 04:00:00,8.581097031100503,True -2017/12/04 05:00:00,9.656975675584263,True -2017/12/04 06:00:00,10.894462721626866,True -2017/12/04 07:00:00,10.831492769633767,True -2017/12/04 08:00:00,11.488871849456372,True -2017/12/04 09:00:00,12.767466050146284,True -2017/12/04 10:00:00,12.855076052607258,True -2017/12/04 11:00:00,12.989116644461795,True -2017/12/04 12:00:00,13.094552063323109,True -2017/12/04 13:00:00,12.925066447080193,True -2017/12/04 14:00:00,12.962179564722247,True -2017/12/04 15:00:00,12.894697367534375,True -2017/12/04 16:00:00,12.855905723244948,True -2017/12/04 17:00:00,13.045473078929318,True -2017/12/04 18:00:00,12.221948184724944,True -2017/12/04 19:00:00,12.055682141784425,True -2017/12/04 20:00:00,11.496054160091852,True -2017/12/04 21:00:00,11.885684862962126,True -2017/12/04 22:00:00,11.457160350251923,True -2017/12/04 23:00:00,10.588452949706518,True -2017/12/05 00:00:00,9.9302108654842,True -2017/12/05 01:00:00,9.174865626583149,True -2017/12/05 02:00:00,8.631707689288733,True -2017/12/05 03:00:00,8.674423287205974,True -2017/12/05 04:00:00,8.544991657252655,True -2017/12/05 05:00:00,9.603534441083148,True -2017/12/05 06:00:00,10.767298710138302,True -2017/12/05 07:00:00,10.709405414217782,True -2017/12/05 08:00:00,11.492365923135194,True -2017/12/05 09:00:00,12.804358153826815,True -2017/12/05 10:00:00,12.864724432053274,True -2017/12/05 11:00:00,12.998204372984898,True -2017/12/05 12:00:00,13.100823156691677,True -2017/12/05 13:00:00,12.930313452179343,True -2017/12/05 14:00:00,12.966542263569313,True -2017/12/05 15:00:00,12.903797248143965,True -2017/12/05 16:00:00,12.868918518907986,True -2017/12/05 17:00:00,13.055493089335677,True -2017/12/05 18:00:00,12.227741717728108,True -2017/12/05 19:00:00,12.090992877517936,True -2017/12/05 20:00:00,11.408224109046728,True -2017/12/05 21:00:00,11.891224473395035,True -2017/12/05 22:00:00,11.136589465040242,True -2017/12/05 23:00:00,10.707552403120085,True -2017/12/06 00:00:00,9.579199718355538,True -2017/12/06 01:00:00,9.283805074720036,True -2017/12/06 02:00:00,8.224130123990758,True -2017/12/06 03:00:00,8.855651746324614,True -2017/12/06 04:00:00,8.146270120535027,True -2017/12/06 05:00:00,9.6487680127137,True -2017/12/06 06:00:00,10.507306270797448,True -2017/12/06 07:00:00,10.96220799333149,True -2017/12/06 08:00:00,11.493605133792844,True -2017/12/06 09:00:00,12.776602116744899,True -2017/12/06 10:00:00,12.86424502581718,True -2017/12/06 11:00:00,12.993556843229122,True -2017/12/06 12:00:00,13.1024151692366,True -2017/12/06 13:00:00,12.936614551687045,True -2017/12/06 14:00:00,12.968825513882658,True -2017/12/06 15:00:00,12.902947272851533,True -2017/12/06 16:00:00,12.87072126956558,True -2017/12/06 17:00:00,13.054836891682413,True -2017/12/06 18:00:00,12.266223618069303,True -2017/12/06 19:00:00,12.11662424461904,True -2017/12/06 20:00:00,11.412928322784316,True -2017/12/06 21:00:00,11.903204638881304,True -2017/12/06 22:00:00,11.153029707974357,True -2017/12/06 23:00:00,10.700124595956103,True -2017/12/07 00:00:00,9.578835693412211,True -2017/12/07 01:00:00,9.263683373899134,True -2017/12/07 02:00:00,8.202985577119305,True -2017/12/07 03:00:00,8.697068679689036,True -2017/12/07 04:00:00,8.10094475785403,True -2017/12/07 05:00:00,9.633954179015868,True -2017/12/07 06:00:00,10.741704967728523,True -2017/12/07 07:00:00,10.826855900097549,True -2017/12/07 08:00:00,11.50267212369464,True -2017/12/07 09:00:00,12.775081717764197,True -2017/12/07 10:00:00,12.865321508121509,True -2017/12/07 11:00:00,12.999980425627443,True -2017/12/07 12:00:00,13.101363627373106,True -2017/12/07 13:00:00,12.931963686289215,True -2017/12/07 14:00:00,12.970151401088668,True -2017/12/07 15:00:00,12.899484000103692,True -2017/12/07 16:00:00,12.864440407148194,True -2017/12/07 17:00:00,13.114565093300776,True -2017/12/07 18:00:00,12.268293233812486,True -2017/12/07 19:00:00,12.107776669212727,True -2017/12/07 20:00:00,11.412650806358323,True -2017/12/07 21:00:00,11.902507846979072,True -2017/12/07 22:00:00,11.153127755728931,True -2017/12/07 23:00:00,10.7512394923438,True -2017/12/08 00:00:00,9.675768474003265,True -2017/12/08 01:00:00,9.237969969693697,True -2017/12/08 02:00:00,8.540803110105118,True -2017/12/08 03:00:00,8.62010306648635,True -2017/12/08 04:00:00,8.473780089020691,True -2017/12/08 05:00:00,9.480065279789248,True -2017/12/08 06:00:00,10.775523130863181,True -2017/12/08 07:00:00,10.759724144413187,True -2017/12/08 08:00:00,11.501338979203174,True -2017/12/08 09:00:00,12.780103888693619,True -2017/12/08 10:00:00,12.90374928772627,True -2017/12/08 11:00:00,12.997910304538022,True -2017/12/08 12:00:00,13.10037791864353,True -2017/12/08 13:00:00,12.932945469001695,True -2017/12/08 14:00:00,12.972279045255737,True -2017/12/08 15:00:00,12.906734745270068,True -2017/12/08 16:00:00,12.869987822544612,True -2017/12/08 17:00:00,13.052230231242099,True -2017/12/08 18:00:00,12.22588054575381,True -2017/12/08 19:00:00,12.101077711566974,True -2017/12/08 20:00:00,11.40994926728063,True -2017/12/08 21:00:00,11.905410076416738,True -2017/12/08 22:00:00,11.149521644062807,True -2017/12/08 23:00:00,10.816449483861735,True -2017/12/09 00:00:00,9.56994091873658,True -2017/12/09 01:00:00,9.114727048087358,True -2017/12/09 02:00:00,7.883797021663178,True -2017/12/09 03:00:00,8.478761813352227,True -2017/12/09 04:00:00,7.763275032960305,True -2017/12/09 05:00:00,9.446002742154972,True -2017/12/09 06:00:00,10.337522172763387,True -2017/12/09 07:00:00,10.948021084924553,True -2017/12/09 08:00:00,11.121273315414255,True -2017/12/09 09:00:00,11.038899873036105,True -2017/12/09 10:00:00,11.34260937060627,True -2017/12/09 11:00:00,11.481647793647781,True -2017/12/09 12:00:00,11.564092533926601,True -2017/12/09 13:00:00,11.531717682312285,True -2017/12/09 14:00:00,10.607416696284403,True -2017/12/09 15:00:00,11.458563247322742,True -2017/12/09 16:00:00,10.513575928474504,True -2017/12/09 17:00:00,11.537732363304903,True -2017/12/09 18:00:00,10.67783649681619,True -2017/12/09 19:00:00,11.073683660758107,True -2017/12/09 20:00:00,10.606343706674298,True -2017/12/09 21:00:00,10.89242557794746,True -2017/12/09 22:00:00,10.455935797983578,True -2017/12/09 23:00:00,10.492138776857685,True -2017/12/10 00:00:00,9.314742258566612,True -2017/12/10 01:00:00,9.168910402255941,True -2017/12/10 02:00:00,7.901098646618242,True -2017/12/10 03:00:00,8.552871163557464,True -2017/12/10 04:00:00,7.886056795193776,True -2017/12/10 05:00:00,9.323345763744639,True -2017/12/10 06:00:00,9.58872085581102,True -2017/12/10 07:00:00,10.566424031559265,True -2017/12/10 08:00:00,9.960014533659384,True -2017/12/10 09:00:00,10.327291469322976,True -2017/12/10 10:00:00,9.776602680703363,True -2017/12/10 11:00:00,10.708391143019412,True -2017/12/10 12:00:00,10.273778714506314,True -2017/12/10 13:00:00,10.659507190969396,True -2017/12/10 14:00:00,10.162402024070266,True -2017/12/10 15:00:00,10.554037611165302,True -2017/12/10 16:00:00,10.008589314307002,True -2017/12/10 17:00:00,10.648101044599693,True -2017/12/10 18:00:00,10.63147561405645,True -2017/12/10 19:00:00,11.060500681171918,True -2017/12/10 20:00:00,10.4862716044728,True -2017/12/10 21:00:00,10.986855950265017,True -2017/12/10 22:00:00,10.408328270125942,True -2017/12/10 23:00:00,10.46378921106299,True -2017/12/11 00:00:00,9.270928532390728,True -2017/12/11 01:00:00,9.341175464900282,True -2017/12/11 02:00:00,8.1970905487658,True -2017/12/11 03:00:00,8.875825074622634,True -2017/12/11 04:00:00,8.22527784249728,True -2017/12/11 05:00:00,9.707951009348,True -2017/12/11 06:00:00,10.622274116714529,True -2017/12/11 07:00:00,11.09052631440362,True -2017/12/11 08:00:00,11.51647384552723,True -2017/12/11 09:00:00,12.811222942645514,True -2017/12/11 10:00:00,12.874523328936109,True -2017/12/11 11:00:00,13.00284913165999,True -2017/12/11 12:00:00,13.108753185881232,True -2017/12/11 13:00:00,12.936643174276478,True -2017/12/11 14:00:00,12.970334143058311,True -2017/12/11 15:00:00,12.908564592395159,True -2017/12/11 16:00:00,12.869627457055609,True -2017/12/11 17:00:00,13.091706005247003,True -2017/12/11 18:00:00,12.27755760489586,True -2017/12/11 19:00:00,12.044322594738567,True -2017/12/11 20:00:00,11.72588649297534,True -2017/12/11 21:00:00,11.876969262005396,True -2017/12/11 22:00:00,11.539065778695235,True -2017/12/11 23:00:00,10.907414609760895,True -2017/12/12 00:00:00,9.671844810363485,True -2017/12/12 01:00:00,9.333576251453481,True -2017/12/12 02:00:00,8.182504252551343,True -2017/12/12 03:00:00,8.920359251829227,True -2017/12/12 04:00:00,8.143970825314806,True -2017/12/12 05:00:00,9.760195440873089,True -2017/12/12 06:00:00,10.802882562258565,True -2017/12/12 07:00:00,10.831630407723724,True -2017/12/12 08:00:00,11.503248818761232,True -2017/12/12 09:00:00,12.782213385530707,True -2017/12/12 10:00:00,12.867637102761417,True -2017/12/12 11:00:00,12.999918359690213,True -2017/12/12 12:00:00,13.100487331858323,True -2017/12/12 13:00:00,12.933505132569147,True -2017/12/12 14:00:00,12.969892598871057,True -2017/12/12 15:00:00,12.90245452757712,True -2017/12/12 16:00:00,12.8692657438982,True -2017/12/12 17:00:00,13.048180698190851,True -2017/12/12 18:00:00,12.222345260779893,True -2017/12/12 19:00:00,12.089505061971408,True -2017/12/12 20:00:00,11.4091263216884,True -2017/12/12 21:00:00,11.85860120616511,True -2017/12/12 22:00:00,11.37013044373809,True -2017/12/12 23:00:00,10.82564922864818,True -2017/12/13 00:00:00,9.566336338235795,True -2017/12/13 01:00:00,9.262584354663781,True -2017/12/13 02:00:00,8.332261553968594,True -2017/12/13 03:00:00,8.737050437952858,True -2017/12/13 04:00:00,8.439517479931968,True -2017/12/13 05:00:00,9.804795166672621,True -2017/12/13 06:00:00,10.985168736575266,True -2017/12/13 07:00:00,10.955364250070787,True -2017/12/13 08:00:00,11.486543335817224,True -2017/12/13 09:00:00,12.768676238692201,True -2017/12/13 10:00:00,12.951917291842006,True -2017/12/13 11:00:00,13.085574536158685,True -2017/12/13 12:00:00,13.191257698913859,True -2017/12/13 13:00:00,13.046411191309788,True -2017/12/13 14:00:00,13.056475636234651,True -2017/12/13 15:00:00,12.991941658699972,True -2017/12/13 16:00:00,12.95680400620953,True -2017/12/13 17:00:00,13.143807570583723,True -2017/12/13 18:00:00,12.375810405729657,True -2017/12/13 19:00:00,12.083033058712271,True -2017/12/13 20:00:00,11.479021304900357,True -2017/12/13 21:00:00,11.983942793069893,True -2017/12/13 22:00:00,11.416446418272027,True -2017/12/13 23:00:00,10.496735504314726,True -2017/12/14 00:00:00,9.728865085644477,True -2017/12/14 01:00:00,9.070668580521133,True -2017/12/14 02:00:00,8.481789042068241,True -2017/12/14 03:00:00,8.628995349082995,True -2017/12/14 04:00:00,8.540247353292328,True -2017/12/14 05:00:00,9.611027621567642,True -2017/12/14 06:00:00,10.0008857738549,True -2017/12/14 07:00:00,10.480956808917101,True -2017/12/14 08:00:00,11.872463107449834,True -2017/12/14 09:00:00,12.994476799740632,True -2017/12/14 10:00:00,13.07204484631514,True -2017/12/14 11:00:00,13.190627770560013,True -2017/12/14 12:00:00,13.281613905221276,True -2017/12/14 13:00:00,13.124320425660207,True -2017/12/14 14:00:00,13.180736869173229,True -2017/12/14 15:00:00,13.120835351471278,True -2017/12/14 16:00:00,13.076740036053785,True -2017/12/14 17:00:00,13.233278445965318,True -2017/12/14 18:00:00,12.467680984756605,True -2017/12/14 19:00:00,11.928299111766432,True -2017/12/14 20:00:00,11.572343928634284,True -2017/12/14 21:00:00,11.753876531358435,True -2017/12/14 22:00:00,11.516962540758284,True -2017/12/14 23:00:00,10.395906141158891,True -2017/12/15 00:00:00,9.566332468597007,True -2017/12/15 01:00:00,8.71079208473439,True -2017/12/15 02:00:00,8.388386347329153,True -2017/12/15 03:00:00,8.27123623522251,True -2017/12/15 04:00:00,8.640663031822205,True -2017/12/15 05:00:00,9.262780543804976,True -2017/12/15 06:00:00,10.090042469839986,True -2017/12/15 07:00:00,10.32122847547068,True -2017/12/15 08:00:00,11.513639261969328,True -2017/12/15 09:00:00,12.772102184119081,True -2017/12/15 10:00:00,12.859892392393903,True -2017/12/15 11:00:00,12.990306650553395,True -2017/12/15 12:00:00,13.0920981923108,True -2017/12/15 13:00:00,13.021061714553502,True -2017/12/15 14:00:00,13.057295482720603,True -2017/12/15 15:00:00,12.990826225036686,True -2017/12/15 16:00:00,12.959103101424768,True -2017/12/15 17:00:00,13.1480842713117,True -2017/12/15 18:00:00,12.370198029761884,True -2017/12/15 19:00:00,11.901982601513863,True -2017/12/15 20:00:00,11.689841174478769,True -2017/12/15 21:00:00,11.757058158087686,True -2017/12/15 22:00:00,11.515666043045723,True -2017/12/15 23:00:00,10.397291585875774,True -2017/12/16 00:00:00,9.712344339318015,True -2017/12/16 01:00:00,8.645453207307973,True -2017/12/16 02:00:00,8.17946195824563,True -2017/12/16 03:00:00,8.348166819294162,True -2017/12/16 04:00:00,8.266640104258029,True -2017/12/16 05:00:00,8.993210163448907,True -2017/12/16 06:00:00,10.445143986729528,True -2017/12/16 07:00:00,10.83631118443533,True -2017/12/16 08:00:00,11.144061599009886,True -2017/12/16 09:00:00,11.044532938479595,True -2017/12/16 10:00:00,11.344503850906532,True -2017/12/16 11:00:00,11.67193301308858,True -2017/12/16 12:00:00,11.859982544987817,True -2017/12/16 13:00:00,11.291720441403552,True -2017/12/16 14:00:00,10.693468726247605,True -2017/12/16 15:00:00,11.300364232351019,True -2017/12/16 16:00:00,10.570480064964958,True -2017/12/16 17:00:00,11.348707624849146,True -2017/12/16 18:00:00,10.667457077266572,True -2017/12/16 19:00:00,10.9229112003314,True -2017/12/16 20:00:00,10.624763262453573,True -2017/12/16 21:00:00,10.957681128668755,True -2017/12/16 22:00:00,10.440175083245737,True -2017/12/16 23:00:00,10.432974145348146,True -2017/12/17 00:00:00,9.505938790932696,True -2017/12/17 01:00:00,8.981751730661426,True -2017/12/17 02:00:00,8.15836438617814,True -2017/12/17 03:00:00,8.413358307259529,True -2017/12/17 04:00:00,8.252881115192999,True -2017/12/17 05:00:00,9.186548396345378,True -2017/12/17 06:00:00,9.881678001215397,True -2017/12/17 07:00:00,10.380289211838464,True -2017/12/17 08:00:00,10.303153625362793,True -2017/12/17 09:00:00,10.254853323410615,True -2017/12/17 10:00:00,10.137815644533266,True -2017/12/17 11:00:00,10.610013721931834,True -2017/12/17 12:00:00,10.662218884530997,True -2017/12/17 13:00:00,10.615985169836371,True -2017/12/17 14:00:00,10.14847050179252,True -2017/12/17 15:00:00,10.590463463593647,True -2017/12/17 16:00:00,9.998472306148571,True -2017/12/17 17:00:00,10.656440056797015,True -2017/12/17 18:00:00,10.65186223381331,True -2017/12/17 19:00:00,11.061265873125082,True -2017/12/17 20:00:00,10.481255348818063,True -2017/12/17 21:00:00,10.954440001286763,True -2017/12/17 22:00:00,10.40192306539713,True -2017/12/17 23:00:00,10.376255517472442,True -2017/12/18 00:00:00,9.264554147681013,True -2017/12/18 01:00:00,9.291046562314095,True -2017/12/18 02:00:00,8.215172891406166,True -2017/12/18 03:00:00,8.91945559008421,True -2017/12/18 04:00:00,8.226961059298313,True -2017/12/18 05:00:00,9.888282255776582,True -2017/12/18 06:00:00,10.605298814531093,True -2017/12/18 07:00:00,11.027007325650345,True -2017/12/18 08:00:00,11.48119999520708,True -2017/12/18 09:00:00,12.769805433749813,True -2017/12/18 10:00:00,12.859678084590954,True -2017/12/18 11:00:00,12.989797620789394,True -2017/12/18 12:00:00,13.092620309513263,True -2017/12/18 13:00:00,13.100146371394052,True -2017/12/18 14:00:00,13.058966241318332,True -2017/12/18 15:00:00,13.018118942015708,True -2017/12/18 16:00:00,12.963283833424157,True -2017/12/18 17:00:00,13.155503866917337,True -2017/12/18 18:00:00,12.374508966983033,True -2017/12/18 19:00:00,12.066031804571516,True -2017/12/18 20:00:00,11.401768111580829,True -2017/12/18 21:00:00,11.892486902437687,True -2017/12/18 22:00:00,11.301683670701356,True -2017/12/18 23:00:00,10.558101748550996,True -2017/12/19 00:00:00,9.786292623831352,True -2017/12/19 01:00:00,9.086328706232035,True -2017/12/19 02:00:00,8.589301435281675,True -2017/12/19 03:00:00,8.708205423201449,True -2017/12/19 04:00:00,8.51174630856216,True -2017/12/19 05:00:00,9.640751024024985,True -2017/12/19 06:00:00,10.67106097656678,True -2017/12/19 07:00:00,10.926065394574776,True -2017/12/19 08:00:00,11.48611289638744,True -2017/12/19 09:00:00,12.769952634471279,True -2017/12/19 10:00:00,12.855363294861098,True -2017/12/19 11:00:00,12.987067734493117,True -2017/12/19 12:00:00,13.09354230677013,True -2017/12/19 13:00:00,12.921767057050003,True -2017/12/19 14:00:00,12.958049031478074,True -2017/12/19 15:00:00,12.895872309105542,True -2017/12/19 16:00:00,12.863129808992431,True -2017/12/19 17:00:00,13.043362130580231,True -2017/12/19 18:00:00,12.21752703665419,True -2017/12/19 19:00:00,12.040907307852569,True -2017/12/19 20:00:00,11.402715805579017,True -2017/12/19 21:00:00,11.91823827852429,True -2017/12/19 22:00:00,11.403287123520565,True -2017/12/19 23:00:00,10.386264922199627,True -2017/12/20 00:00:00,9.733547465992796,True -2017/12/20 01:00:00,8.715598888903168,True -2017/12/20 02:00:00,8.577633304091254,True -2017/12/20 03:00:00,8.280210582803925,True -2017/12/20 04:00:00,8.694565700543967,True -2017/12/20 05:00:00,9.305068088441162,True -2017/12/20 06:00:00,10.838362094534627,True -2017/12/20 07:00:00,10.405099503904193,True -2017/12/20 08:00:00,11.485814361424936,True -2017/12/20 09:00:00,12.767909415105313,True -2017/12/20 10:00:00,12.8585372854787,True -2017/12/20 11:00:00,12.988472866983308,True -2017/12/20 12:00:00,13.096050970257846,True -2017/12/20 13:00:00,12.948921785590201,True -2017/12/20 14:00:00,12.963910316233727,True -2017/12/20 15:00:00,12.89479390739576,True -2017/12/20 16:00:00,13.057757779904309,True -2017/12/20 17:00:00,13.22681532605465,True -2017/12/20 18:00:00,12.447475855302947,True -2017/12/20 19:00:00,12.114390539916581,True -2017/12/20 20:00:00,11.565850617290009,True -2017/12/20 21:00:00,11.933150833253494,True -2017/12/20 22:00:00,11.47216303745442,True -2017/12/20 23:00:00,10.781538379530689,True -2017/12/21 00:00:00,9.566417701808861,True -2017/12/21 01:00:00,9.160419582659852,True -2017/12/21 02:00:00,8.123591915747554,True -2017/12/21 03:00:00,8.74068411348484,True -2017/12/21 04:00:00,8.246218346336528,True -2017/12/21 05:00:00,9.76140140188713,True -2017/12/21 06:00:00,10.513937486070208,True -2017/12/21 07:00:00,11.157790608390211,True -2017/12/21 08:00:00,11.489269062480021,True -2017/12/21 09:00:00,12.774801297785782,True -2017/12/21 10:00:00,12.85648967960467,True -2017/12/21 11:00:00,12.988005111094308,True -2017/12/21 12:00:00,13.093361815770008,True -2017/12/21 13:00:00,12.9237156767898,True -2017/12/21 14:00:00,12.960840145873101,True -2017/12/21 15:00:00,12.896128849309346,True -2017/12/21 16:00:00,12.865915050439753,True -2017/12/21 17:00:00,13.106832082351465,True -2017/12/21 18:00:00,12.259278227294503,True -2017/12/21 19:00:00,12.057513038815387,True -2017/12/21 20:00:00,11.409963727413388,True -2017/12/21 21:00:00,11.920364225203397,True -2017/12/21 22:00:00,11.183596221100405,True -2017/12/21 23:00:00,10.80810641310805,True -2017/12/22 00:00:00,9.580374877359645,True -2017/12/22 01:00:00,9.258002398723265,True -2017/12/22 02:00:00,8.21058811743528,True -2017/12/22 03:00:00,8.753073574901173,True -2017/12/22 04:00:00,8.099963844475736,True -2017/12/22 05:00:00,9.636714648736824,True -2017/12/22 06:00:00,10.587685376849812,True -2017/12/22 07:00:00,10.829536247810722,True -2017/12/22 08:00:00,11.50103316673947,True -2017/12/22 09:00:00,12.782136110097719,True -2017/12/22 10:00:00,12.863307819797653,True -2017/12/22 11:00:00,12.990742180754104,True -2017/12/22 12:00:00,13.09699366380608,True -2017/12/22 13:00:00,12.92848498283818,True -2017/12/22 14:00:00,12.964915915950339,True -2017/12/22 15:00:00,12.896498818424156,True -2017/12/22 16:00:00,12.864091704680883,True -2017/12/22 17:00:00,13.04812939104814,True -2017/12/22 18:00:00,12.223830385890743,True -2017/12/22 19:00:00,12.032779307707719,True -2017/12/22 20:00:00,11.66887900420573,True -2017/12/22 21:00:00,11.793791047056706,True -2017/12/22 22:00:00,11.579070583425718,True -2017/12/22 23:00:00,10.762270183056835,True -2017/12/23 00:00:00,9.564141590737353,True -2017/12/23 01:00:00,9.002260894815215,True -2017/12/23 02:00:00,7.885317883057764,True -2017/12/23 03:00:00,8.44502539898225,True -2017/12/23 04:00:00,7.769148526216446,True -2017/12/23 05:00:00,9.354356325702671,True -2017/12/23 06:00:00,10.31894796462338,True -2017/12/23 07:00:00,11.02306929823602,True -2017/12/23 08:00:00,10.961108207086188,True -2017/12/23 09:00:00,11.034917517197847,True -2017/12/23 10:00:00,11.33834352978562,True -2017/12/23 11:00:00,11.509297715545534,True -2017/12/23 12:00:00,11.551638224357678,True -2017/12/23 13:00:00,11.486812825701756,True -2017/12/23 14:00:00,10.68343895626405,True -2017/12/23 15:00:00,11.301331054962144,True -2017/12/23 16:00:00,10.611497598018127,True -2017/12/23 17:00:00,11.380094251792816,True -2017/12/23 18:00:00,10.72723325599781,True -2017/12/23 19:00:00,11.170338795471203,True -2017/12/23 20:00:00,10.643779752207543,True -2017/12/23 21:00:00,10.94219575067981,True -2017/12/23 22:00:00,10.44260471206847,True -2017/12/23 23:00:00,10.476799402185138,True -2017/12/24 00:00:00,9.302151279782764,True -2017/12/24 01:00:00,9.09319413975488,True -2017/12/24 02:00:00,7.903011862233976,True -2017/12/24 03:00:00,8.602297541209111,True -2017/12/24 04:00:00,7.825278984644576,True -2017/12/24 05:00:00,9.433721524790839,True -2017/12/24 06:00:00,9.594278543401778,True -2017/12/24 07:00:00,10.59380657781168,True -2017/12/24 08:00:00,9.985483688512904,True -2017/12/24 09:00:00,10.362338716276396,True -2017/12/24 10:00:00,9.76270787705467,True -2017/12/24 11:00:00,10.728173448533202,True -2017/12/24 12:00:00,10.25877610497325,True -2017/12/24 13:00:00,10.806460012691145,True -2017/12/24 14:00:00,10.244945590749756,True -2017/12/24 15:00:00,10.725876683095581,True -2017/12/24 16:00:00,10.12535259731696,True -2017/12/24 17:00:00,10.786677679854364,True -2017/12/24 18:00:00,10.690170536294431,True -2017/12/24 19:00:00,11.164412508368692,True -2017/12/24 20:00:00,10.585900225028539,True -2017/12/24 21:00:00,11.108787586693689,True -2017/12/24 22:00:00,10.518253514676385,True -2017/12/24 23:00:00,10.59946962947884,True -2017/12/25 00:00:00,9.409164312783068,True -2017/12/25 01:00:00,9.170470709403538,True -2017/12/25 02:00:00,8.147585224160535,True -2017/12/25 03:00:00,8.835148046826315,True -2017/12/25 04:00:00,8.14305130111377,True -2017/12/25 05:00:00,9.872623319026804,True -2017/12/25 06:00:00,10.612624932740449,True -2017/12/25 07:00:00,11.163352131870722,True -2017/12/25 08:00:00,11.598330148169515,True -2017/12/25 09:00:00,12.867062635191868,True -2017/12/25 10:00:00,12.86769480083236,True -2017/12/25 11:00:00,12.995987437940219,True -2017/12/25 12:00:00,13.154875614392218,True -2017/12/25 13:00:00,12.995936948934961,True -2017/12/25 14:00:00,13.02815378038792,True -2017/12/25 15:00:00,12.902430580679873,True -2017/12/25 16:00:00,12.869906214461684,True -2017/12/25 17:00:00,13.114996631756837,True -2017/12/25 18:00:00,12.288257661966902,True -2017/12/25 19:00:00,12.113699139247155,True -2017/12/25 20:00:00,11.729133521509146,True -2017/12/25 21:00:00,11.84856334697988,True -2017/12/25 22:00:00,11.588850214091481,True -2017/12/25 23:00:00,10.72440792809821,True -2017/12/26 00:00:00,9.590296994240509,True -2017/12/26 01:00:00,9.258939082552711,True -2017/12/26 02:00:00,8.193659876894522,True -2017/12/26 03:00:00,8.686683682128754,True -2017/12/26 04:00:00,8.427850905765759,True -2017/12/26 05:00:00,9.528809745212305,True -2017/12/26 06:00:00,10.699143093804285,True -2017/12/26 07:00:00,10.835293519222038,True -2017/12/26 08:00:00,11.514760075658176,True -2017/12/26 09:00:00,12.793112736592676,True -2017/12/26 10:00:00,12.874283540274275,True -2017/12/26 11:00:00,13.004095835598115,True -2017/12/26 12:00:00,13.10686362992425,True -2017/12/26 13:00:00,12.938824290928249,True -2017/12/26 14:00:00,12.973649202133197,True -2017/12/26 15:00:00,12.910977562794363,True -2017/12/26 16:00:00,12.874801198116039,True -2017/12/26 17:00:00,13.063394221960504,True -2017/12/26 18:00:00,12.233993961990308,True -2017/12/26 19:00:00,12.005070009808469,True -2017/12/26 20:00:00,11.407567050397972,True -2017/12/26 21:00:00,11.922837428427279,True -2017/12/26 22:00:00,11.159347070555937,True -2017/12/26 23:00:00,10.59369616660189,True -2017/12/27 00:00:00,9.569582922060997,True -2017/12/27 01:00:00,9.25337259597328,True -2017/12/27 02:00:00,8.283490188779147,True -2017/12/27 03:00:00,8.77382126505638,True -2017/12/27 04:00:00,8.317338015109241,True -2017/12/27 05:00:00,9.648008179374406,True -2017/12/27 06:00:00,10.529930775574682,True -2017/12/27 07:00:00,10.998430069439406,True -2017/12/27 08:00:00,11.50756282354921,True -2017/12/27 09:00:00,12.78514233243005,True -2017/12/27 10:00:00,12.867938780120378,True -2017/12/27 11:00:00,13.057364025330985,True -2017/12/27 12:00:00,13.15576076003702,True -2017/12/27 13:00:00,12.933407035188216,True -2017/12/27 14:00:00,12.969845644461984,True -2017/12/27 15:00:00,12.900195685491555,True -2017/12/27 16:00:00,12.872764310267103,True -2017/12/27 17:00:00,13.058350839871123,True -2017/12/27 18:00:00,12.231792862219498,True -2017/12/27 19:00:00,12.06580410174531,True -2017/12/27 20:00:00,11.414349224791208,True -2017/12/27 21:00:00,11.874781541739507,True -2017/12/27 22:00:00,11.129885805878331,True -2017/12/27 23:00:00,10.743472651790322,True -2017/12/28 00:00:00,9.589207634575764,True -2017/12/28 01:00:00,9.338768274840785,True -2017/12/28 02:00:00,8.199672020005323,True -2017/12/28 03:00:00,8.734623816899296,True -2017/12/28 04:00:00,8.134250308778439,True -2017/12/28 05:00:00,9.59208500619263,True -2017/12/28 06:00:00,10.71853815226934,True -2017/12/28 07:00:00,10.877806322176284,True -2017/12/28 08:00:00,11.508700653888479,True -2017/12/28 09:00:00,12.788565002226548,True -2017/12/28 10:00:00,12.872015353189616,True -2017/12/28 11:00:00,13.00162376704423,True -2017/12/28 12:00:00,13.104699998330585,True -2017/12/28 13:00:00,12.936291014403668,True -2017/12/28 14:00:00,12.972512077227053,True -2017/12/28 15:00:00,12.907434607682028,True -2017/12/28 16:00:00,12.874365209558173,True -2017/12/28 17:00:00,13.061260948267075,True -2017/12/28 18:00:00,12.23359747627256,True -2017/12/28 19:00:00,12.085321527451034,True -2017/12/28 20:00:00,11.405678453565882,True -2017/12/28 21:00:00,11.968240114635172,True -2017/12/28 22:00:00,11.158240470099557,True -2017/12/28 23:00:00,10.623314345957356,True -2017/12/29 00:00:00,9.576951475089283,True -2017/12/29 01:00:00,9.252084181464303,True -2017/12/29 02:00:00,8.175313446654108,True -2017/12/29 03:00:00,8.685564143674064,True -2017/12/29 04:00:00,8.132121884152104,True -2017/12/29 05:00:00,9.632709773372632,True -2017/12/29 06:00:00,10.715964133357073,True -2017/12/29 07:00:00,10.814312889382991,True -2017/12/29 08:00:00,11.498231428567106,True -2017/12/29 09:00:00,12.786357878664337,True -2017/12/29 10:00:00,12.86603031421141,True -2017/12/29 11:00:00,12.999207733483637,True -2017/12/29 12:00:00,13.103350360367532,True -2017/12/29 13:00:00,12.935096343356058,True -2017/12/29 14:00:00,12.96976667290747,True -2017/12/29 15:00:00,12.897815126768855,True -2017/12/29 16:00:00,12.8670415312135,True -2017/12/29 17:00:00,13.050266576750541,True -2017/12/29 18:00:00,12.227359770556264,True -2017/12/29 19:00:00,12.090518161472879,True -2017/12/29 20:00:00,11.409470529531413,True -2017/12/29 21:00:00,11.94775535682311,True -2017/12/29 22:00:00,11.13359015066995,True -2017/12/29 23:00:00,10.844745526809767,True -2017/12/30 00:00:00,9.576379729774645,True -2017/12/30 01:00:00,9.07147810893988,True -2017/12/30 02:00:00,7.904014374876909,True -2017/12/30 03:00:00,8.60980654181712,True -2017/12/30 04:00:00,7.830121605125251,True -2017/12/30 05:00:00,9.356382081150667,True -2017/12/30 06:00:00,10.145649249925675,True -2017/12/30 07:00:00,11.060807046973862,True -2017/12/30 08:00:00,10.995263833149984,True -2017/12/30 09:00:00,11.066008587466488,True -2017/12/30 10:00:00,11.333208767285607,True -2017/12/30 11:00:00,11.474388291270394,True -2017/12/30 12:00:00,11.552181387083893,True -2017/12/30 13:00:00,11.54618466201386,True -2017/12/30 14:00:00,10.60279672868727,True -2017/12/30 15:00:00,11.483367735571285,True -2017/12/30 16:00:00,10.47718889091071,True -2017/12/30 17:00:00,11.586765589643324,True -2017/12/30 18:00:00,10.672214403828397,True -2017/12/30 19:00:00,11.096911863771764,True -2017/12/30 20:00:00,10.562909172551649,True -2017/12/30 21:00:00,10.896351913138291,True -2017/12/30 22:00:00,10.587146190834964,True -2017/12/30 23:00:00,10.441869836639617,True -2017/12/31 00:00:00,9.666947306455736,True -2017/12/31 01:00:00,9.102042855900953,True -2017/12/31 02:00:00,8.661334636230881,True -2017/12/31 03:00:00,8.503251090403197,True -2017/12/31 04:00:00,8.19847791634793,True -2017/12/31 05:00:00,9.238879898827767,True -2017/12/31 06:00:00,9.900292260389554,True -2017/12/31 07:00:00,10.443445342218885,True -2017/12/31 08:00:00,10.275248505702145,True -2017/12/31 09:00:00,10.241314628154349,True -2017/12/31 10:00:00,10.142718677742272,True -2017/12/31 11:00:00,10.623336158299965,True -2017/12/31 12:00:00,10.638048986738681,True -2017/12/31 13:00:00,10.584802086604213,True -2017/12/31 14:00:00,10.524759593930497,True -2017/12/31 15:00:00,10.475385903105794,True -2017/12/31 16:00:00,10.378612031892274,True -2017/12/31 17:00:00,10.502536129143316,True -2017/12/31 18:00:00,11.00839660394154,True -2017/12/31 19:00:00,10.908948247772456,True -2017/12/31 20:00:00,10.915869386111972,True -2017/12/31 21:00:00,10.894191414120142,True -2017/12/31 22:00:00,10.849441156527128,True -2017/12/31 23:00:00,10.2809754804073,True -2018/01/01 00:00:00,8.337457300508577,True diff --git a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json deleted file mode 100644 index 8bf46c7..0000000 --- a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "id": "Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", - "name": "Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", - "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", - "feature_type": "Transformer", - "timesteps_per_hour": 1, - "simulation_status": "complete", - "timeseries_csv": { - "column_names": [ - - ] - }, - "location": { - }, - "program": { - "building_types": [ - { - } - ], - "window_area_sqft": { - }, - "wall_area_sqft": { - }, - "roof_area_sqft": { - } - }, - "construction_costs": [ - - ], - "reporting_periods": [ - - ], - "distributed_generation": { - "solar_pv": [ - - ], - "wind": [ - - ], - "generator": [ - - ], - "storage": [ - - ] - }, - "power_distribution": { - "under_voltage_hours": 0, - "over_voltage_hours": 8760 - }, - "thermal_storage": { - } -} From d2d4660089512e19c72a8d8ebca3b21459174551 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 08:46:51 -0600 Subject: [PATCH 12/48] Revert "remove example/test transformers from git cache/tracking" This reverts commit 0d21c1c39fb2de2e59a2ccdd145604b872e001d0. --- .../default_feature_report_opendss.csv | 8761 +++++++++++++++++ .../default_feature_report_opendss.json | 53 + .../default_feature_report_opendss.csv | 8761 +++++++++++++++++ .../default_feature_report_opendss.json | 53 + .../default_feature_report_opendss.csv | 8761 +++++++++++++++++ .../default_feature_report_opendss.json | 53 + 6 files changed, 26442 insertions(+) create mode 100644 example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv create mode 100644 example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json create mode 100644 example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv create mode 100644 example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json create mode 100644 example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv create mode 100644 example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json diff --git a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv new file mode 100644 index 0000000..510c3e5 --- /dev/null +++ b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.csv @@ -0,0 +1,8761 @@ +Datetime,p.u. loading,overloaded +2017/01/01 01:00:00,5.43582710604527,True +2017/01/01 02:00:00,3.158578277372884,True +2017/01/01 03:00:00,3.7140605475102464,True +2017/01/01 04:00:00,3.161028446998217,True +2017/01/01 05:00:00,5.749102185906723,True +2017/01/01 06:00:00,9.200554182437827,True +2017/01/01 07:00:00,11.612989184030914,True +2017/01/01 08:00:00,12.696789884708583,True +2017/01/01 09:00:00,13.813629475397876,True +2017/01/01 10:00:00,13.725333699706168,True +2017/01/01 11:00:00,16.84920008748222,True +2017/01/01 12:00:00,17.84599386545369,True +2017/01/01 13:00:00,16.69451917375382,True +2017/01/01 14:00:00,16.7257930290217,True +2017/01/01 15:00:00,15.702956551010645,True +2017/01/01 16:00:00,15.655221162647734,True +2017/01/01 17:00:00,16.57820981916408,True +2017/01/01 18:00:00,17.882250499785094,True +2017/01/01 19:00:00,17.393195505570517,True +2017/01/01 20:00:00,16.838686645629476,True +2017/01/01 21:00:00,16.767702559448548,True +2017/01/01 22:00:00,15.95812173850871,True +2017/01/01 23:00:00,12.379758747548093,True +2017/01/02 00:00:00,8.9520686646153,True +2017/01/02 01:00:00,5.095965644441828,True +2017/01/02 02:00:00,3.224690129082325,True +2017/01/02 03:00:00,3.7732693423624246,True +2017/01/02 04:00:00,3.2262672200839555,True +2017/01/02 05:00:00,6.161116147947236,True +2017/01/02 06:00:00,9.348807489144468,True +2017/01/02 07:00:00,11.419535985740342,True +2017/01/02 08:00:00,14.750886841379499,True +2017/01/02 09:00:00,15.052726772921716,True +2017/01/02 10:00:00,15.883262596879845,True +2017/01/02 11:00:00,17.532818427747635,True +2017/01/02 12:00:00,18.36566139449719,True +2017/01/02 13:00:00,17.484169245452147,True +2017/01/02 14:00:00,17.35105506286149,True +2017/01/02 15:00:00,16.451105003082613,True +2017/01/02 16:00:00,16.1926564993924,True +2017/01/02 17:00:00,17.61096281271076,True +2017/01/02 18:00:00,18.545894707894895,True +2017/01/02 19:00:00,17.83293279241697,True +2017/01/02 20:00:00,17.39478886772491,True +2017/01/02 21:00:00,17.367003332885396,True +2017/01/02 22:00:00,16.523262895851335,True +2017/01/02 23:00:00,12.989642163735342,True +2017/01/03 00:00:00,9.142567046418993,True +2017/01/03 01:00:00,5.075774875859415,True +2017/01/03 02:00:00,3.2105701028514657,True +2017/01/03 03:00:00,3.7657893352145315,True +2017/01/03 04:00:00,3.2256663211897356,True +2017/01/03 05:00:00,6.157447217483649,True +2017/01/03 06:00:00,9.365818247369884,True +2017/01/03 07:00:00,11.418725029357555,True +2017/01/03 08:00:00,14.752382449365058,True +2017/01/03 09:00:00,15.05500650995199,True +2017/01/03 10:00:00,15.883419537093918,True +2017/01/03 11:00:00,17.489720083436566,True +2017/01/03 12:00:00,18.310546358875335,True +2017/01/03 13:00:00,17.337812107883416,True +2017/01/03 14:00:00,17.217596119260563,True +2017/01/03 15:00:00,16.347380425800253,True +2017/01/03 16:00:00,16.171648354284546,True +2017/01/03 17:00:00,17.53013131715224,True +2017/01/03 18:00:00,18.47751739194603,True +2017/01/03 19:00:00,17.656661194249754,True +2017/01/03 20:00:00,17.224955988255562,True +2017/01/03 21:00:00,17.21298953335499,True +2017/01/03 22:00:00,16.510990890306413,True +2017/01/03 23:00:00,13.010325697801298,True +2017/01/04 00:00:00,9.164281629021957,True +2017/01/04 01:00:00,5.088718507512472,True +2017/01/04 02:00:00,3.2226493419834505,True +2017/01/04 03:00:00,3.7741033619995688,True +2017/01/04 04:00:00,3.225640043251103,True +2017/01/04 05:00:00,6.168011993903768,True +2017/01/04 06:00:00,9.359027850001343,True +2017/01/04 07:00:00,11.411744017527637,True +2017/01/04 08:00:00,14.775389035478073,True +2017/01/04 09:00:00,14.956708707779011,True +2017/01/04 10:00:00,15.868675766395565,True +2017/01/04 11:00:00,17.517858219958732,True +2017/01/04 12:00:00,18.303902755988833,True +2017/01/04 13:00:00,17.31042737691201,True +2017/01/04 14:00:00,17.218215305521948,True +2017/01/04 15:00:00,16.34894835442071,True +2017/01/04 16:00:00,16.03216413416229,True +2017/01/04 17:00:00,17.517388100623194,True +2017/01/04 18:00:00,18.478537761791692,True +2017/01/04 19:00:00,17.64847831426649,True +2017/01/04 20:00:00,17.228743430477955,True +2017/01/04 21:00:00,17.220077839252543,True +2017/01/04 22:00:00,16.517365255055605,True +2017/01/04 23:00:00,13.009369255177248,True +2017/01/05 00:00:00,9.168667500271313,True +2017/01/05 01:00:00,5.085896363373658,True +2017/01/05 02:00:00,3.2207443990019406,True +2017/01/05 03:00:00,3.774469065954846,True +2017/01/05 04:00:00,3.2266312165582653,True +2017/01/05 05:00:00,6.197019778740031,True +2017/01/05 06:00:00,9.278167102668725,True +2017/01/05 07:00:00,11.60744824132511,True +2017/01/05 08:00:00,14.761194886160167,True +2017/01/05 09:00:00,15.031303031541231,True +2017/01/05 10:00:00,15.859112722229602,True +2017/01/05 11:00:00,17.495827076803106,True +2017/01/05 12:00:00,18.32442538442674,True +2017/01/05 13:00:00,17.367623220584665,True +2017/01/05 14:00:00,17.241785987661647,True +2017/01/05 15:00:00,16.376862303872077,True +2017/01/05 16:00:00,16.01741286690079,True +2017/01/05 17:00:00,17.439337790272734,True +2017/01/05 18:00:00,18.48272783973468,True +2017/01/05 19:00:00,17.668696574159533,True +2017/01/05 20:00:00,17.222382366866583,True +2017/01/05 21:00:00,17.230540170886627,True +2017/01/05 22:00:00,16.51457913667542,True +2017/01/05 23:00:00,13.01500300923043,True +2017/01/06 00:00:00,9.175718630446372,True +2017/01/06 01:00:00,5.085112170703984,True +2017/01/06 02:00:00,3.219553798414698,True +2017/01/06 03:00:00,3.778512452532453,True +2017/01/06 04:00:00,3.2221077875505824,True +2017/01/06 05:00:00,6.176945991208685,True +2017/01/06 06:00:00,9.487671008789095,True +2017/01/06 07:00:00,11.442269388974236,True +2017/01/06 08:00:00,14.771164613834545,True +2017/01/06 09:00:00,14.970872190805862,True +2017/01/06 10:00:00,15.870245003239413,True +2017/01/06 11:00:00,17.506904803376898,True +2017/01/06 12:00:00,18.315402470312947,True +2017/01/06 13:00:00,17.35049141425819,True +2017/01/06 14:00:00,17.24660641849747,True +2017/01/06 15:00:00,16.41367687930515,True +2017/01/06 16:00:00,16.056179373831412,True +2017/01/06 17:00:00,17.614206202544995,True +2017/01/06 18:00:00,18.505788047765005,True +2017/01/06 19:00:00,17.690492364635286,True +2017/01/06 20:00:00,17.284842775162513,True +2017/01/06 21:00:00,17.32618367670712,True +2017/01/06 22:00:00,16.540808037717905,True +2017/01/06 23:00:00,12.984566640911652,True +2017/01/07 00:00:00,9.126809233405647,True +2017/01/07 01:00:00,5.178006855872911,True +2017/01/07 02:00:00,3.1564510620351047,True +2017/01/07 03:00:00,3.7094083414359535,True +2017/01/07 04:00:00,3.1581670826634367,True +2017/01/07 05:00:00,5.847469407212968,True +2017/01/07 06:00:00,9.104520075868061,True +2017/01/07 07:00:00,11.671882475585749,True +2017/01/07 08:00:00,12.657321077320525,True +2017/01/07 09:00:00,13.40487822972328,True +2017/01/07 10:00:00,15.652028964588336,True +2017/01/07 11:00:00,17.139141264743397,True +2017/01/07 12:00:00,17.537394099098435,True +2017/01/07 13:00:00,16.950536061976802,True +2017/01/07 14:00:00,16.758070569713457,True +2017/01/07 15:00:00,15.87505649608683,True +2017/01/07 16:00:00,15.815539440792074,True +2017/01/07 17:00:00,16.695444172785713,True +2017/01/07 18:00:00,18.586865408323074,True +2017/01/07 19:00:00,18.132539432557422,True +2017/01/07 20:00:00,17.732255106210825,True +2017/01/07 21:00:00,16.68132324076669,True +2017/01/07 22:00:00,16.390085439172474,True +2017/01/07 23:00:00,13.027245741504927,True +2017/01/08 00:00:00,9.349439142864206,True +2017/01/08 01:00:00,5.437209798640367,True +2017/01/08 02:00:00,3.1651931596990477,True +2017/01/08 03:00:00,3.7145732419158444,True +2017/01/08 04:00:00,3.162240634909323,True +2017/01/08 05:00:00,5.921416115289465,True +2017/01/08 06:00:00,9.149253380712524,True +2017/01/08 07:00:00,11.829325109394427,True +2017/01/08 08:00:00,12.711106101556945,True +2017/01/08 09:00:00,13.815032944734792,True +2017/01/08 10:00:00,13.702088824384427,True +2017/01/08 11:00:00,16.786370425707414,True +2017/01/08 12:00:00,17.726345841168456,True +2017/01/08 13:00:00,16.622693513957884,True +2017/01/08 14:00:00,16.628998770014242,True +2017/01/08 15:00:00,15.597327397424193,True +2017/01/08 16:00:00,15.551547014288722,True +2017/01/08 17:00:00,16.51648428841116,True +2017/01/08 18:00:00,17.809867548002746,True +2017/01/08 19:00:00,17.326581992099527,True +2017/01/08 20:00:00,16.696506939651833,True +2017/01/08 21:00:00,16.68162264347647,True +2017/01/08 22:00:00,15.96967345742651,True +2017/01/08 23:00:00,12.384216005747897,True +2017/01/09 00:00:00,8.968932679113532,True +2017/01/09 01:00:00,5.11491918087504,True +2017/01/09 02:00:00,3.229654730996318,True +2017/01/09 03:00:00,3.7785674004014735,True +2017/01/09 04:00:00,3.2274033322890503,True +2017/01/09 05:00:00,6.200009004022878,True +2017/01/09 06:00:00,9.275595100065974,True +2017/01/09 07:00:00,11.625853092023355,True +2017/01/09 08:00:00,14.771072909538187,True +2017/01/09 09:00:00,15.05311487025621,True +2017/01/09 10:00:00,15.907190226107193,True +2017/01/09 11:00:00,17.519487812774752,True +2017/01/09 12:00:00,18.285089199671596,True +2017/01/09 13:00:00,17.33465536509522,True +2017/01/09 14:00:00,17.204670002111094,True +2017/01/09 15:00:00,16.341877114749998,True +2017/01/09 16:00:00,16.020420188636603,True +2017/01/09 17:00:00,17.57244165156396,True +2017/01/09 18:00:00,18.478918723697998,True +2017/01/09 19:00:00,17.656592960286503,True +2017/01/09 20:00:00,17.208164688355108,True +2017/01/09 21:00:00,17.24196343413747,True +2017/01/09 22:00:00,16.54028178181523,True +2017/01/09 23:00:00,13.025543922218557,True +2017/01/10 00:00:00,9.178983364232097,True +2017/01/10 01:00:00,5.081533409785602,True +2017/01/10 02:00:00,3.218165534162266,True +2017/01/10 03:00:00,3.782248059026857,True +2017/01/10 04:00:00,3.222057660940532,True +2017/01/10 05:00:00,6.196754199348809,True +2017/01/10 06:00:00,9.279118082578124,True +2017/01/10 07:00:00,11.619942500270918,True +2017/01/10 08:00:00,14.774148832678192,True +2017/01/10 09:00:00,14.98300939078996,True +2017/01/10 10:00:00,15.873328891370553,True +2017/01/10 11:00:00,17.478240804770703,True +2017/01/10 12:00:00,18.31032186373824,True +2017/01/10 13:00:00,17.3722780230189,True +2017/01/10 14:00:00,17.242497032030208,True +2017/01/10 15:00:00,16.404648638233436,True +2017/01/10 16:00:00,16.05245908704215,True +2017/01/10 17:00:00,17.574454231934734,True +2017/01/10 18:00:00,18.515577124695042,True +2017/01/10 19:00:00,17.72234822452787,True +2017/01/10 20:00:00,17.35638881783561,True +2017/01/10 21:00:00,17.399585425992726,True +2017/01/10 22:00:00,16.588114686466906,True +2017/01/10 23:00:00,12.984039550451282,True +2017/01/11 00:00:00,9.128581666107857,True +2017/01/11 01:00:00,5.074473920608738,True +2017/01/11 02:00:00,3.2109141547539406,True +2017/01/11 03:00:00,3.7640220930917847,True +2017/01/11 04:00:00,3.2202326922051365,True +2017/01/11 05:00:00,6.051631967511675,True +2017/01/11 06:00:00,8.496589976447153,True +2017/01/11 07:00:00,10.771865105759424,True +2017/01/11 08:00:00,14.810881291350023,True +2017/01/11 09:00:00,15.332431288659594,True +2017/01/11 10:00:00,16.306723348422807,True +2017/01/11 11:00:00,17.923909610972075,True +2017/01/11 12:00:00,18.655842386835168,True +2017/01/11 13:00:00,17.609627083925325,True +2017/01/11 14:00:00,17.576010424353402,True +2017/01/11 15:00:00,16.707311669922046,True +2017/01/11 16:00:00,16.329435541566422,True +2017/01/11 17:00:00,17.78474713578249,True +2017/01/11 18:00:00,18.8889703079839,True +2017/01/11 19:00:00,18.16718634301468,True +2017/01/11 20:00:00,17.60353636653032,True +2017/01/11 21:00:00,17.559801719293457,True +2017/01/11 22:00:00,16.616974781382748,True +2017/01/11 23:00:00,12.987505162357934,True +2017/01/12 00:00:00,9.144883257626534,True +2017/01/12 01:00:00,5.081634770988088,True +2017/01/12 02:00:00,3.222642013668201,True +2017/01/12 03:00:00,3.7736678595801147,True +2017/01/12 04:00:00,3.2183692088957905,True +2017/01/12 05:00:00,6.256098964606888,True +2017/01/12 06:00:00,9.401533474737027,True +2017/01/12 07:00:00,11.521312560908083,True +2017/01/12 08:00:00,14.771881473765426,True +2017/01/12 09:00:00,14.995903263630202,True +2017/01/12 10:00:00,15.881941322194661,True +2017/01/12 11:00:00,17.543492756621855,True +2017/01/12 12:00:00,18.326362710981744,True +2017/01/12 13:00:00,17.32800866640011,True +2017/01/12 14:00:00,17.22862663132422,True +2017/01/12 15:00:00,16.36546635374301,True +2017/01/12 16:00:00,16.03242645208891,True +2017/01/12 17:00:00,17.361654214270803,True +2017/01/12 18:00:00,18.4652854518641,True +2017/01/12 19:00:00,17.699995799399094,True +2017/01/12 20:00:00,17.217734492064828,True +2017/01/12 21:00:00,17.243895975974915,True +2017/01/12 22:00:00,16.553040523299956,True +2017/01/12 23:00:00,13.019478203824018,True +2017/01/13 00:00:00,9.173870563438182,True +2017/01/13 01:00:00,5.08096080174377,True +2017/01/13 02:00:00,3.2187904175280373,True +2017/01/13 03:00:00,3.774093948892253,True +2017/01/13 04:00:00,3.2189009243431035,True +2017/01/13 05:00:00,6.193011536554203,True +2017/01/13 06:00:00,9.281193645573799,True +2017/01/13 07:00:00,11.61248689375868,True +2017/01/13 08:00:00,14.763369525360641,True +2017/01/13 09:00:00,15.082927795496376,True +2017/01/13 10:00:00,15.869711226016777,True +2017/01/13 11:00:00,17.474101457823703,True +2017/01/13 12:00:00,18.335853217426507,True +2017/01/13 13:00:00,17.386895239649238,True +2017/01/13 14:00:00,17.338673504959946,True +2017/01/13 15:00:00,16.42829913576618,True +2017/01/13 16:00:00,16.0702572270073,True +2017/01/13 17:00:00,17.561614865868396,True +2017/01/13 18:00:00,18.548466227298064,True +2017/01/13 19:00:00,17.84054575893739,True +2017/01/13 20:00:00,17.416759971048748,True +2017/01/13 21:00:00,17.475983045647705,True +2017/01/13 22:00:00,16.644878618113665,True +2017/01/13 23:00:00,12.982196996215038,True +2017/01/14 00:00:00,9.122749203319797,True +2017/01/14 01:00:00,5.161632289885464,True +2017/01/14 02:00:00,3.1472309398550573,True +2017/01/14 03:00:00,3.7019865442560382,True +2017/01/14 04:00:00,3.1565756928471584,True +2017/01/14 05:00:00,5.8033613404194995,True +2017/01/14 06:00:00,8.34996030577373,True +2017/01/14 07:00:00,11.012424982146221,True +2017/01/14 08:00:00,12.81571751745187,True +2017/01/14 09:00:00,13.527004006343978,True +2017/01/14 10:00:00,15.821276457511354,True +2017/01/14 11:00:00,17.242359038372886,True +2017/01/14 12:00:00,17.69771763520394,True +2017/01/14 13:00:00,17.17805585713102,True +2017/01/14 14:00:00,16.932396375176804,True +2017/01/14 15:00:00,16.018106227292307,True +2017/01/14 16:00:00,15.95181491968247,True +2017/01/14 17:00:00,16.8393395229849,True +2017/01/14 18:00:00,18.66793854663476,True +2017/01/14 19:00:00,18.400732283612342,True +2017/01/14 20:00:00,18.09081934322202,True +2017/01/14 21:00:00,17.03075703190099,True +2017/01/14 22:00:00,16.689113603357416,True +2017/01/14 23:00:00,13.061769161527236,True +2017/01/15 00:00:00,9.334939999450853,True +2017/01/15 01:00:00,5.437851352983499,True +2017/01/15 02:00:00,3.1609280417980843,True +2017/01/15 03:00:00,3.7175707337136714,True +2017/01/15 04:00:00,3.1580470225560706,True +2017/01/15 05:00:00,5.78735714667129,True +2017/01/15 06:00:00,9.239793328483199,True +2017/01/15 07:00:00,11.660388353746885,True +2017/01/15 08:00:00,12.697901359474898,True +2017/01/15 09:00:00,13.768206397257632,True +2017/01/15 10:00:00,13.668677780812915,True +2017/01/15 11:00:00,16.908968778742693,True +2017/01/15 12:00:00,17.893335081279197,True +2017/01/15 13:00:00,16.8843215170502,True +2017/01/15 14:00:00,16.92821703557115,True +2017/01/15 15:00:00,15.82557285354417,True +2017/01/15 16:00:00,15.680645494361107,True +2017/01/15 17:00:00,16.51501129470661,True +2017/01/15 18:00:00,17.88333021508229,True +2017/01/15 19:00:00,17.45770693929373,True +2017/01/15 20:00:00,16.890206556086532,True +2017/01/15 21:00:00,16.83101048986834,True +2017/01/15 22:00:00,15.970845360849149,True +2017/01/15 23:00:00,12.369879995951397,True +2017/01/16 00:00:00,8.95040316949277,True +2017/01/16 01:00:00,5.096939385554428,True +2017/01/16 02:00:00,3.224243470623263,True +2017/01/16 03:00:00,3.773203737743847,True +2017/01/16 04:00:00,3.227931143768598,True +2017/01/16 05:00:00,6.16095359534976,True +2017/01/16 06:00:00,9.370552831851215,True +2017/01/16 07:00:00,11.433115791764344,True +2017/01/16 08:00:00,14.75027946187004,True +2017/01/16 09:00:00,14.980375983732143,True +2017/01/16 10:00:00,15.853396780611046,True +2017/01/16 11:00:00,17.526264861122463,True +2017/01/16 12:00:00,18.42208133622972,True +2017/01/16 13:00:00,17.6484911032938,True +2017/01/16 14:00:00,17.5515562578037,True +2017/01/16 15:00:00,16.615455114716042,True +2017/01/16 16:00:00,16.31461907068057,True +2017/01/16 17:00:00,17.637204428456567,True +2017/01/16 18:00:00,18.6919719380663,True +2017/01/16 19:00:00,18.03342286146058,True +2017/01/16 20:00:00,17.640903165901037,True +2017/01/16 21:00:00,17.681120565708834,True +2017/01/16 22:00:00,16.7490618454931,True +2017/01/16 23:00:00,12.994807876823376,True +2017/01/17 00:00:00,9.126005878570957,True +2017/01/17 01:00:00,5.084111457537536,True +2017/01/17 02:00:00,3.2095719086727046,True +2017/01/17 03:00:00,3.7652727296010933,True +2017/01/17 04:00:00,3.210890653891741,True +2017/01/17 05:00:00,6.083659411100263,True +2017/01/17 06:00:00,8.489081711251439,True +2017/01/17 07:00:00,10.766003358087852,True +2017/01/17 08:00:00,14.981837504033109,True +2017/01/17 09:00:00,15.395136759727897,True +2017/01/17 10:00:00,16.284976349028568,True +2017/01/17 11:00:00,17.71586555299479,True +2017/01/17 12:00:00,18.64135148832389,True +2017/01/17 13:00:00,17.938276020527304,True +2017/01/17 14:00:00,17.788465689435384,True +2017/01/17 15:00:00,16.905097269599896,True +2017/01/17 16:00:00,16.570667761801584,True +2017/01/17 17:00:00,17.874466549202722,True +2017/01/17 18:00:00,18.750344343965835,True +2017/01/17 19:00:00,17.87767315981306,True +2017/01/17 20:00:00,17.688040423060134,True +2017/01/17 21:00:00,17.632135870004262,True +2017/01/17 22:00:00,16.824254162315793,True +2017/01/17 23:00:00,13.019938941176976,True +2017/01/18 00:00:00,9.118783602736288,True +2017/01/18 01:00:00,5.077553101643526,True +2017/01/18 02:00:00,3.209641879311603,True +2017/01/18 03:00:00,3.7649297737531517,True +2017/01/18 04:00:00,3.212461835547545,True +2017/01/18 05:00:00,6.110675651954537,True +2017/01/18 06:00:00,8.492606063021933,True +2017/01/18 07:00:00,10.777251427434388,True +2017/01/18 08:00:00,14.895585912940586,True +2017/01/18 09:00:00,15.130949621161307,True +2017/01/18 10:00:00,15.939531297430632,True +2017/01/18 11:00:00,17.593798507730252,True +2017/01/18 12:00:00,18.50945047345743,True +2017/01/18 13:00:00,17.70500943121243,True +2017/01/18 14:00:00,17.58352605985013,True +2017/01/18 15:00:00,16.60768914863149,True +2017/01/18 16:00:00,16.240511704465476,True +2017/01/18 17:00:00,17.559536852669172,True +2017/01/18 18:00:00,18.668338493356483,True +2017/01/18 19:00:00,18.02477548562965,True +2017/01/18 20:00:00,17.604864811557334,True +2017/01/18 21:00:00,17.626361241727803,True +2017/01/18 22:00:00,16.71997863389523,True +2017/01/18 23:00:00,12.9847282370196,True +2017/01/19 00:00:00,9.125944703655406,True +2017/01/19 01:00:00,5.079354192832589,True +2017/01/19 02:00:00,3.2101126232838584,True +2017/01/19 03:00:00,3.7650419235866797,True +2017/01/19 04:00:00,3.212164235678135,True +2017/01/19 05:00:00,6.173535501424281,True +2017/01/19 06:00:00,9.388417001968369,True +2017/01/19 07:00:00,11.467580606417751,True +2017/01/19 08:00:00,14.726846544912076,True +2017/01/19 09:00:00,15.040759871923493,True +2017/01/19 10:00:00,15.934933379475657,True +2017/01/19 11:00:00,17.53382500653054,True +2017/01/19 12:00:00,18.423622482059574,True +2017/01/19 13:00:00,17.63090515791943,True +2017/01/19 14:00:00,17.46104271631351,True +2017/01/19 15:00:00,16.466022599107408,True +2017/01/19 16:00:00,16.120892276099557,True +2017/01/19 17:00:00,17.59295032493815,True +2017/01/19 18:00:00,18.596911592778866,True +2017/01/19 19:00:00,17.965097701788768,True +2017/01/19 20:00:00,17.544355325117916,True +2017/01/19 21:00:00,17.572405269836903,True +2017/01/19 22:00:00,16.684565231669207,True +2017/01/19 23:00:00,12.982128408622641,True +2017/01/20 00:00:00,9.131647883790851,True +2017/01/20 01:00:00,5.076200648099799,True +2017/01/20 02:00:00,3.2116497075749355,True +2017/01/20 03:00:00,3.7646787094843512,True +2017/01/20 04:00:00,3.2116253144539244,True +2017/01/20 05:00:00,6.167321630217965,True +2017/01/20 06:00:00,9.398911742611558,True +2017/01/20 07:00:00,11.473072380277166,True +2017/01/20 08:00:00,14.749367184732057,True +2017/01/20 09:00:00,14.965715883870907,True +2017/01/20 10:00:00,15.855037383512391,True +2017/01/20 11:00:00,17.50510212445569,True +2017/01/20 12:00:00,18.377188915388125,True +2017/01/20 13:00:00,17.52392283070126,True +2017/01/20 14:00:00,17.353112729465614,True +2017/01/20 15:00:00,16.423143107846556,True +2017/01/20 16:00:00,16.086827999721493,True +2017/01/20 17:00:00,17.387080893643162,True +2017/01/20 18:00:00,18.515526941295377,True +2017/01/20 19:00:00,17.803275843633237,True +2017/01/20 20:00:00,17.38115258344575,True +2017/01/20 21:00:00,17.399399043946826,True +2017/01/20 22:00:00,16.58159686466209,True +2017/01/20 23:00:00,12.998442227569369,True +2017/01/21 00:00:00,9.144874442834869,True +2017/01/21 01:00:00,5.1661447646765275,True +2017/01/21 02:00:00,3.157165347495181,True +2017/01/21 03:00:00,3.7063362591084204,True +2017/01/21 04:00:00,3.160664479692673,True +2017/01/21 05:00:00,5.863135893485951,True +2017/01/21 06:00:00,9.227420165647192,True +2017/01/21 07:00:00,11.619369164644528,True +2017/01/21 08:00:00,12.672455923467028,True +2017/01/21 09:00:00,13.241210081502867,True +2017/01/21 10:00:00,15.690445772728335,True +2017/01/21 11:00:00,17.109252592481944,True +2017/01/21 12:00:00,17.56493102948873,True +2017/01/21 13:00:00,16.995890081564326,True +2017/01/21 14:00:00,16.760161403204464,True +2017/01/21 15:00:00,15.87019508657384,True +2017/01/21 16:00:00,15.782965059675586,True +2017/01/21 17:00:00,16.680825476347366,True +2017/01/21 18:00:00,18.5923214594543,True +2017/01/21 19:00:00,18.187752227669705,True +2017/01/21 20:00:00,17.856196406956542,True +2017/01/21 21:00:00,16.82604737288605,True +2017/01/21 22:00:00,16.528294733869217,True +2017/01/21 23:00:00,13.01458795840281,True +2017/01/22 00:00:00,9.343728543013231,True +2017/01/22 01:00:00,5.433940382701336,True +2017/01/22 02:00:00,3.15628866404271,True +2017/01/22 03:00:00,3.719736168525597,True +2017/01/22 04:00:00,3.15627913405101,True +2017/01/22 05:00:00,5.854896695214803,True +2017/01/22 06:00:00,9.225774612701825,True +2017/01/22 07:00:00,11.636441747103143,True +2017/01/22 08:00:00,12.683467588499084,True +2017/01/22 09:00:00,13.76300616893719,True +2017/01/22 10:00:00,13.69443549762834,True +2017/01/22 11:00:00,16.85135949995461,True +2017/01/22 12:00:00,17.81296312150584,True +2017/01/22 13:00:00,16.75019152822332,True +2017/01/22 14:00:00,16.73103175042931,True +2017/01/22 15:00:00,15.68386284467348,True +2017/01/22 16:00:00,15.58793929172773,True +2017/01/22 17:00:00,16.51163913512686,True +2017/01/22 18:00:00,17.86779354898111,True +2017/01/22 19:00:00,17.438749085138603,True +2017/01/22 20:00:00,16.88642064871654,True +2017/01/22 21:00:00,16.86360497703789,True +2017/01/22 22:00:00,15.995653510450342,True +2017/01/22 23:00:00,12.363141918678252,True +2017/01/23 00:00:00,8.942987591173658,True +2017/01/23 01:00:00,5.087843357522752,True +2017/01/23 02:00:00,3.2253250010787657,True +2017/01/23 03:00:00,3.778290009080694,True +2017/01/23 04:00:00,3.2186306322896723,True +2017/01/23 05:00:00,6.173460556691517,True +2017/01/23 06:00:00,9.36334677419311,True +2017/01/23 07:00:00,11.436047974882232,True +2017/01/23 08:00:00,14.76760575368908,True +2017/01/23 09:00:00,14.992415726110554,True +2017/01/23 10:00:00,15.89118382323875,True +2017/01/23 11:00:00,17.506706897256866,True +2017/01/23 12:00:00,18.2867476636188,True +2017/01/23 13:00:00,17.321814750468686,True +2017/01/23 14:00:00,17.20416291841437,True +2017/01/23 15:00:00,16.356881532789302,True +2017/01/23 16:00:00,16.01423614424177,True +2017/01/23 17:00:00,17.464134696266555,True +2017/01/23 18:00:00,18.454747196068553,True +2017/01/23 19:00:00,17.651411666306004,True +2017/01/23 20:00:00,17.204374586218165,True +2017/01/23 21:00:00,17.266576381162324,True +2017/01/23 22:00:00,16.60486539069537,True +2017/01/23 23:00:00,13.033226066820102,True +2017/01/24 00:00:00,9.179004343400084,True +2017/01/24 01:00:00,5.1112663246767855,True +2017/01/24 02:00:00,3.227975740093453,True +2017/01/24 03:00:00,3.7775446550074547,True +2017/01/24 04:00:00,3.2220503483016314,True +2017/01/24 05:00:00,6.283640883090472,True +2017/01/24 06:00:00,9.33207372780946,True +2017/01/24 07:00:00,11.472848479328164,True +2017/01/24 08:00:00,14.779173424345137,True +2017/01/24 09:00:00,14.984359610313836,True +2017/01/24 10:00:00,15.87784779608455,True +2017/01/24 11:00:00,17.493342682930432,True +2017/01/24 12:00:00,18.256399338573363,True +2017/01/24 13:00:00,17.279993194482905,True +2017/01/24 14:00:00,17.177694572450207,True +2017/01/24 15:00:00,16.31000141388549,True +2017/01/24 16:00:00,16.012281384334656,True +2017/01/24 17:00:00,17.30601203371451,True +2017/01/24 18:00:00,18.447118967429116,True +2017/01/24 19:00:00,17.686227378648155,True +2017/01/24 20:00:00,17.204401222018546,True +2017/01/24 21:00:00,17.271814645925758,True +2017/01/24 22:00:00,16.60128139663732,True +2017/01/24 23:00:00,13.029985257788658,True +2017/01/25 00:00:00,9.169179979667785,True +2017/01/25 01:00:00,5.087766741686745,True +2017/01/25 02:00:00,3.2193539906742594,True +2017/01/25 03:00:00,3.7760454164232726,True +2017/01/25 04:00:00,3.2182895976683996,True +2017/01/25 05:00:00,6.183100658790526,True +2017/01/25 06:00:00,9.276294413631668,True +2017/01/25 07:00:00,11.416025075865582,True +2017/01/25 08:00:00,14.76902576717509,True +2017/01/25 09:00:00,15.014877171765644,True +2017/01/25 10:00:00,15.90424193017606,True +2017/01/25 11:00:00,17.507321749032148,True +2017/01/25 12:00:00,18.275574482162725,True +2017/01/25 13:00:00,17.315283916219173,True +2017/01/25 14:00:00,17.200658666497038,True +2017/01/25 15:00:00,16.330054387670316,True +2017/01/25 16:00:00,16.00291367253764,True +2017/01/25 17:00:00,17.388729317804533,True +2017/01/25 18:00:00,18.48085296256208,True +2017/01/25 19:00:00,17.670374028864728,True +2017/01/25 20:00:00,17.221206206982764,True +2017/01/25 21:00:00,17.274006579382252,True +2017/01/25 22:00:00,16.596575652382892,True +2017/01/25 23:00:00,13.020533501062758,True +2017/01/26 00:00:00,9.166831419344144,True +2017/01/26 01:00:00,5.087880018243354,True +2017/01/26 02:00:00,3.2216674132253287,True +2017/01/26 03:00:00,3.774350400687807,True +2017/01/26 04:00:00,3.2200052534597394,True +2017/01/26 05:00:00,6.196769214609842,True +2017/01/26 06:00:00,9.279099623884791,True +2017/01/26 07:00:00,11.609555085412172,True +2017/01/26 08:00:00,14.758954020610641,True +2017/01/26 09:00:00,15.038626921745124,True +2017/01/26 10:00:00,15.897334800490922,True +2017/01/26 11:00:00,17.475407397419392,True +2017/01/26 12:00:00,18.295152031769106,True +2017/01/26 13:00:00,17.386209850706305,True +2017/01/26 14:00:00,17.228001449485966,True +2017/01/26 15:00:00,16.357537354340145,True +2017/01/26 16:00:00,16.024787834090983,True +2017/01/26 17:00:00,17.476580785012185,True +2017/01/26 18:00:00,18.499787760671676,True +2017/01/26 19:00:00,17.725899644140956,True +2017/01/26 20:00:00,17.266875075362087,True +2017/01/26 21:00:00,17.31491154201264,True +2017/01/26 22:00:00,16.585153945753337,True +2017/01/26 23:00:00,13.017846138215994,True +2017/01/27 00:00:00,9.151353550118888,True +2017/01/27 01:00:00,5.087342479372965,True +2017/01/27 02:00:00,3.2230553978371486,True +2017/01/27 03:00:00,3.7724739291510088,True +2017/01/27 04:00:00,3.2220323519236413,True +2017/01/27 05:00:00,6.1516525551108,True +2017/01/27 06:00:00,9.3455365791277,True +2017/01/27 07:00:00,11.408961572107266,True +2017/01/27 08:00:00,14.748495504045488,True +2017/01/27 09:00:00,15.025497722208772,True +2017/01/27 10:00:00,15.87128144989637,True +2017/01/27 11:00:00,17.468078366871858,True +2017/01/27 12:00:00,18.304821838952243,True +2017/01/27 13:00:00,17.34781103230155,True +2017/01/27 14:00:00,17.244986710318912,True +2017/01/27 15:00:00,16.371715507204776,True +2017/01/27 16:00:00,16.008655402839228,True +2017/01/27 17:00:00,17.377389618304143,True +2017/01/27 18:00:00,18.49963133319417,True +2017/01/27 19:00:00,17.71190628752033,True +2017/01/27 20:00:00,17.269553093345415,True +2017/01/27 21:00:00,17.31539679476267,True +2017/01/27 22:00:00,16.58960905741419,True +2017/01/27 23:00:00,13.016426241436237,True +2017/01/28 00:00:00,9.149935896863804,True +2017/01/28 01:00:00,5.1721111723434126,True +2017/01/28 02:00:00,3.155316943772273,True +2017/01/28 03:00:00,3.7169491891211375,True +2017/01/28 04:00:00,3.1595381203710327,True +2017/01/28 05:00:00,5.866494346474701,True +2017/01/28 06:00:00,9.211584464737737,True +2017/01/28 07:00:00,11.622991454732105,True +2017/01/28 08:00:00,12.678205509952724,True +2017/01/28 09:00:00,13.2226995645477,True +2017/01/28 10:00:00,15.671770699965508,True +2017/01/28 11:00:00,17.081746701393417,True +2017/01/28 12:00:00,17.519159119196868,True +2017/01/28 13:00:00,16.928233924593805,True +2017/01/28 14:00:00,16.67612901377404,True +2017/01/28 15:00:00,15.800188627661184,True +2017/01/28 16:00:00,15.707322825396203,True +2017/01/28 17:00:00,16.586151870171253,True +2017/01/28 18:00:00,18.53630053549926,True +2017/01/28 19:00:00,18.099750602155222,True +2017/01/28 20:00:00,17.679703081231835,True +2017/01/28 21:00:00,16.711053498697325,True +2017/01/28 22:00:00,16.481220230246514,True +2017/01/28 23:00:00,13.046258106951644,True +2017/01/29 00:00:00,9.36425793946077,True +2017/01/29 01:00:00,5.42923305042177,True +2017/01/29 02:00:00,3.1622505154134295,True +2017/01/29 03:00:00,3.7187826392920007,True +2017/01/29 04:00:00,3.160257272279435,True +2017/01/29 05:00:00,5.894657076675438,True +2017/01/29 06:00:00,9.12879253923122,True +2017/01/29 07:00:00,11.63225219807159,True +2017/01/29 08:00:00,12.70179958617669,True +2017/01/29 09:00:00,13.733557863772527,True +2017/01/29 10:00:00,13.74420724433203,True +2017/01/29 11:00:00,16.814527939043725,True +2017/01/29 12:00:00,17.76474191127445,True +2017/01/29 13:00:00,16.614001162487792,True +2017/01/29 14:00:00,16.66060500604407,True +2017/01/29 15:00:00,15.583836381337466,True +2017/01/29 16:00:00,15.534956734147425,True +2017/01/29 17:00:00,16.430909125307526,True +2017/01/29 18:00:00,17.789449136537478,True +2017/01/29 19:00:00,17.330451660665,True +2017/01/29 20:00:00,16.730053536279804,True +2017/01/29 21:00:00,16.684922536550438,True +2017/01/29 22:00:00,15.961789619722918,True +2017/01/29 23:00:00,12.38107017302651,True +2017/01/30 00:00:00,8.9821641476215,True +2017/01/30 01:00:00,5.086810675710841,True +2017/01/30 02:00:00,3.2286646918218556,True +2017/01/30 03:00:00,3.780074265734782,True +2017/01/30 04:00:00,3.2256937045341387,True +2017/01/30 05:00:00,6.197456377522711,True +2017/01/30 06:00:00,9.272031398465835,True +2017/01/30 07:00:00,11.60825768049799,True +2017/01/30 08:00:00,14.767453813080923,True +2017/01/30 09:00:00,15.033749740068844,True +2017/01/30 10:00:00,15.887559163361425,True +2017/01/30 11:00:00,17.501692081057787,True +2017/01/30 12:00:00,18.253547076450936,True +2017/01/30 13:00:00,17.275791371102905,True +2017/01/30 14:00:00,17.165237543384578,True +2017/01/30 15:00:00,16.326525868108515,True +2017/01/30 16:00:00,15.980552686782538,True +2017/01/30 17:00:00,17.30568530865236,True +2017/01/30 18:00:00,18.44453855149264,True +2017/01/30 19:00:00,17.670591036760005,True +2017/01/30 20:00:00,17.21679072856852,True +2017/01/30 21:00:00,17.2887419197436,True +2017/01/30 22:00:00,16.61614256122674,True +2017/01/30 23:00:00,13.041231922791114,True +2017/01/31 00:00:00,9.17482143936168,True +2017/01/31 01:00:00,5.078988283123414,True +2017/01/31 02:00:00,3.218793707975172,True +2017/01/31 03:00:00,3.7815599619819715,True +2017/01/31 04:00:00,3.222776056078119,True +2017/01/31 05:00:00,6.183041063924782,True +2017/01/31 06:00:00,9.263082084504768,True +2017/01/31 07:00:00,11.603744756232315,True +2017/01/31 08:00:00,14.772656286386654,True +2017/01/31 09:00:00,15.056525797578807,True +2017/01/31 10:00:00,15.890576687759546,True +2017/01/31 11:00:00,17.492300010249647,True +2017/01/31 12:00:00,18.256499248406552,True +2017/01/31 13:00:00,17.256747867853576,True +2017/01/31 14:00:00,17.153667956895696,True +2017/01/31 15:00:00,16.33629313344621,True +2017/01/31 16:00:00,15.978567654661516,True +2017/01/31 17:00:00,17.344423754688066,True +2017/01/31 18:00:00,18.455386310625777,True +2017/01/31 19:00:00,17.67340184229714,True +2017/01/31 20:00:00,17.215710999873828,True +2017/01/31 21:00:00,17.288147158722087,True +2017/01/31 22:00:00,16.61524250464366,True +2017/01/31 23:00:00,13.03488882226346,True +2017/02/01 00:00:00,9.162604530085947,True +2017/02/01 01:00:00,5.082322836095219,True +2017/02/01 02:00:00,3.223208616079078,True +2017/02/01 03:00:00,3.780646959619483,True +2017/02/01 04:00:00,3.217374158116628,True +2017/02/01 05:00:00,6.0722945878461605,True +2017/02/01 06:00:00,8.500047698821403,True +2017/02/01 07:00:00,10.76842212048028,True +2017/02/01 08:00:00,14.765295689104462,True +2017/02/01 09:00:00,15.204872699889087,True +2017/02/01 10:00:00,16.07056146887493,True +2017/02/01 11:00:00,17.63858787197913,True +2017/02/01 12:00:00,18.440041758773535,True +2017/02/01 13:00:00,17.63716543883605,True +2017/02/01 14:00:00,17.432312883432857,True +2017/02/01 15:00:00,16.472734972817157,True +2017/02/01 16:00:00,16.2191425787015,True +2017/02/01 17:00:00,17.637999279272304,True +2017/02/01 18:00:00,18.557667004503408,True +2017/02/01 19:00:00,17.887236333154775,True +2017/02/01 20:00:00,17.438651602393055,True +2017/02/01 21:00:00,17.506732720735187,True +2017/02/01 22:00:00,16.671575937133458,True +2017/02/01 23:00:00,13.009216135736056,True +2017/02/02 00:00:00,9.135892118877715,True +2017/02/02 01:00:00,5.076948279273335,True +2017/02/02 02:00:00,3.211043749274005,True +2017/02/02 03:00:00,3.764461169452644,True +2017/02/02 04:00:00,3.210994705666888,True +2017/02/02 05:00:00,6.047657760095507,True +2017/02/02 06:00:00,9.273000615790263,True +2017/02/02 07:00:00,11.404466667899404,True +2017/02/02 08:00:00,14.73530510490261,True +2017/02/02 09:00:00,14.962542337451348,True +2017/02/02 10:00:00,15.847723461026543,True +2017/02/02 11:00:00,17.47767182604684,True +2017/02/02 12:00:00,18.32668575112925,True +2017/02/02 13:00:00,17.392518409941903,True +2017/02/02 14:00:00,17.243149045859187,True +2017/02/02 15:00:00,16.365380289825787,True +2017/02/02 16:00:00,16.000845208395155,True +2017/02/02 17:00:00,17.369246006801344,True +2017/02/02 18:00:00,18.50000258920535,True +2017/02/02 19:00:00,17.73252725801128,True +2017/02/02 20:00:00,17.29258461193373,True +2017/02/02 21:00:00,17.325033341822873,True +2017/02/02 22:00:00,16.599133890044445,True +2017/02/02 23:00:00,13.029194002719168,True +2017/02/03 00:00:00,9.149628051624898,True +2017/02/03 01:00:00,5.0743450726795025,True +2017/02/03 02:00:00,3.2106141111443076,True +2017/02/03 03:00:00,3.7785250905677286,True +2017/02/03 04:00:00,3.215784850024966,True +2017/02/03 05:00:00,6.175739383487006,True +2017/02/03 06:00:00,9.19772379870781,True +2017/02/03 07:00:00,11.477275650517413,True +2017/02/03 08:00:00,14.757714998218795,True +2017/02/03 09:00:00,15.019705517784582,True +2017/02/03 10:00:00,15.864926246246739,True +2017/02/03 11:00:00,17.46905020290229,True +2017/02/03 12:00:00,18.32253576701365,True +2017/02/03 13:00:00,17.37155194069034,True +2017/02/03 14:00:00,17.286051034599797,True +2017/02/03 15:00:00,16.394856940905655,True +2017/02/03 16:00:00,16.033643873640276,True +2017/02/03 17:00:00,17.48602740094673,True +2017/02/03 18:00:00,18.51472206957011,True +2017/02/03 19:00:00,17.763650628978365,True +2017/02/03 20:00:00,17.301130992634,True +2017/02/03 21:00:00,17.377221503592427,True +2017/02/03 22:00:00,16.60639067338876,True +2017/02/03 23:00:00,13.025954986682068,True +2017/02/04 00:00:00,9.145795415835746,True +2017/02/04 01:00:00,5.168378448319101,True +2017/02/04 02:00:00,3.158531758051332,True +2017/02/04 03:00:00,3.7147502243584505,True +2017/02/04 04:00:00,3.1569248268664163,True +2017/02/04 05:00:00,5.862803264669103,True +2017/02/04 06:00:00,9.213870807693048,True +2017/02/04 07:00:00,11.624383005554783,True +2017/02/04 08:00:00,12.677784237307245,True +2017/02/04 09:00:00,13.24985250217307,True +2017/02/04 10:00:00,15.685150318604174,True +2017/02/04 11:00:00,17.06831832638457,True +2017/02/04 12:00:00,17.50524929432463,True +2017/02/04 13:00:00,16.959532379081505,True +2017/02/04 14:00:00,16.68592470840039,True +2017/02/04 15:00:00,15.789684163895995,True +2017/02/04 16:00:00,15.674005705922562,True +2017/02/04 17:00:00,16.383933516037636,True +2017/02/04 18:00:00,18.53318714269004,True +2017/02/04 19:00:00,18.05546968585133,True +2017/02/04 20:00:00,17.666259139792906,True +2017/02/04 21:00:00,16.720140434874367,True +2017/02/04 22:00:00,16.505115318885014,True +2017/02/04 23:00:00,13.04664150684266,True +2017/02/05 00:00:00,9.380693030436687,True +2017/02/05 01:00:00,5.426869707893629,True +2017/02/05 02:00:00,3.1647578342985603,True +2017/02/05 03:00:00,3.7156043852091076,True +2017/02/05 04:00:00,3.164265974315546,True +2017/02/05 05:00:00,5.879400044817207,True +2017/02/05 06:00:00,9.346611215592139,True +2017/02/05 07:00:00,11.655353584224954,True +2017/02/05 08:00:00,12.715072532394847,True +2017/02/05 09:00:00,13.6942331154264,True +2017/02/05 10:00:00,13.679009078338272,True +2017/02/05 11:00:00,16.842669117127155,True +2017/02/05 12:00:00,17.742856170326718,True +2017/02/05 13:00:00,16.58254965871294,True +2017/02/05 14:00:00,16.584652501408026,True +2017/02/05 15:00:00,15.588506933379197,True +2017/02/05 16:00:00,15.488210103065606,True +2017/02/05 17:00:00,16.346520753924167,True +2017/02/05 18:00:00,17.76439589119149,True +2017/02/05 19:00:00,17.323431903693532,True +2017/02/05 20:00:00,16.734020298104237,True +2017/02/05 21:00:00,16.6927007887495,True +2017/02/05 22:00:00,15.94107579930349,True +2017/02/05 23:00:00,12.398554929630734,True +2017/02/06 00:00:00,8.985333581292517,True +2017/02/06 01:00:00,5.125165839185584,True +2017/02/06 02:00:00,3.2252019818832016,True +2017/02/06 03:00:00,3.784856092811806,True +2017/02/06 04:00:00,3.228182931483388,True +2017/02/06 05:00:00,6.210869055112658,True +2017/02/06 06:00:00,9.55160123968573,True +2017/02/06 07:00:00,11.410514279418138,True +2017/02/06 08:00:00,14.78285090108956,True +2017/02/06 09:00:00,15.12269593813997,True +2017/02/06 10:00:00,15.94903173891982,True +2017/02/06 11:00:00,17.52364916665471,True +2017/02/06 12:00:00,18.304655197823216,True +2017/02/06 13:00:00,17.293500038849988,True +2017/02/06 14:00:00,17.183889843124806,True +2017/02/06 15:00:00,16.337595494853595,True +2017/02/06 16:00:00,15.97551363665857,True +2017/02/06 17:00:00,17.276794137656356,True +2017/02/06 18:00:00,18.46473441160743,True +2017/02/06 19:00:00,17.66034786802453,True +2017/02/06 20:00:00,17.224088853068807,True +2017/02/06 21:00:00,17.298152682976045,True +2017/02/06 22:00:00,16.632830816861336,True +2017/02/06 23:00:00,13.060653985113158,True +2017/02/07 00:00:00,9.190928046844876,True +2017/02/07 01:00:00,5.136732277997081,True +2017/02/07 02:00:00,3.220747070211914,True +2017/02/07 03:00:00,3.779171993491461,True +2017/02/07 04:00:00,3.228192837076821,True +2017/02/07 05:00:00,6.25282584120282,True +2017/02/07 06:00:00,9.522192300578501,True +2017/02/07 07:00:00,11.451521924492301,True +2017/02/07 08:00:00,13.818965761629551,True +2017/02/07 09:00:00,14.96473558986336,True +2017/02/07 10:00:00,15.89256461294678,True +2017/02/07 11:00:00,17.507015169655826,True +2017/02/07 12:00:00,18.278410225045885,True +2017/02/07 13:00:00,17.24817947604105,True +2017/02/07 14:00:00,17.160281933188674,True +2017/02/07 15:00:00,16.301597634218503,True +2017/02/07 16:00:00,15.963261430857003,True +2017/02/07 17:00:00,17.434273206745136,True +2017/02/07 18:00:00,18.497245392445425,True +2017/02/07 19:00:00,17.69082385093309,True +2017/02/07 20:00:00,17.240646955138967,True +2017/02/07 21:00:00,17.301129564818424,True +2017/02/07 22:00:00,16.61328588677552,True +2017/02/07 23:00:00,13.043819212713018,True +2017/02/08 00:00:00,9.1585219036994,True +2017/02/08 01:00:00,5.112813851117089,True +2017/02/08 02:00:00,3.2240397681847157,True +2017/02/08 03:00:00,3.777922036705694,True +2017/02/08 04:00:00,3.2215332844736952,True +2017/02/08 05:00:00,6.232230639713536,True +2017/02/08 06:00:00,9.27698042958508,True +2017/02/08 07:00:00,11.609747646586976,True +2017/02/08 08:00:00,13.801911044636158,True +2017/02/08 09:00:00,14.952395172834917,True +2017/02/08 10:00:00,15.879367663456092,True +2017/02/08 11:00:00,17.479518856033245,True +2017/02/08 12:00:00,18.27290549456924,True +2017/02/08 13:00:00,17.279728271957715,True +2017/02/08 14:00:00,17.164626393093886,True +2017/02/08 15:00:00,16.30524001796136,True +2017/02/08 16:00:00,15.946975181697537,True +2017/02/08 17:00:00,17.251281726261354,True +2017/02/08 18:00:00,17.734206317364148,True +2017/02/08 19:00:00,17.665678434426166,True +2017/02/08 20:00:00,17.20593891132202,True +2017/02/08 21:00:00,17.288761590361137,True +2017/02/08 22:00:00,16.623727964342947,True +2017/02/08 23:00:00,13.053870236872422,True +2017/02/09 00:00:00,9.182768629654435,True +2017/02/09 01:00:00,5.078544324383621,True +2017/02/09 02:00:00,3.218661573702497,True +2017/02/09 03:00:00,3.777212952444267,True +2017/02/09 04:00:00,3.2242158035657376,True +2017/02/09 05:00:00,6.18283525172063,True +2017/02/09 06:00:00,9.262830871232328,True +2017/02/09 07:00:00,11.595289165933309,True +2017/02/09 08:00:00,13.79636908331703,True +2017/02/09 09:00:00,14.959780032212972,True +2017/02/09 10:00:00,15.864275517046755,True +2017/02/09 11:00:00,17.468541356541213,True +2017/02/09 12:00:00,18.325773820521075,True +2017/02/09 13:00:00,17.345867978986995,True +2017/02/09 14:00:00,17.243056028130393,True +2017/02/09 15:00:00,16.377928278863973,True +2017/02/09 16:00:00,16.002405607213326,True +2017/02/09 17:00:00,17.298239367647966,True +2017/02/09 18:00:00,17.80052514849927,True +2017/02/09 19:00:00,17.733141138706504,True +2017/02/09 20:00:00,17.266552363616352,True +2017/02/09 21:00:00,17.32861277549538,True +2017/02/09 22:00:00,16.598553805522048,True +2017/02/09 23:00:00,13.032134601369055,True +2017/02/10 00:00:00,9.157661529645395,True +2017/02/10 01:00:00,5.087382225974433,True +2017/02/10 02:00:00,3.225466174394004,True +2017/02/10 03:00:00,3.774472257947303,True +2017/02/10 04:00:00,3.220098309418368,True +2017/02/10 05:00:00,6.20017851887136,True +2017/02/10 06:00:00,9.280234840267344,True +2017/02/10 07:00:00,11.609937147274623,True +2017/02/10 08:00:00,13.732776955223159,True +2017/02/10 09:00:00,14.912005963884807,True +2017/02/10 10:00:00,15.852980352295218,True +2017/02/10 11:00:00,17.469339679071947,True +2017/02/10 12:00:00,18.284639544917933,True +2017/02/10 13:00:00,17.314309119583587,True +2017/02/10 14:00:00,17.201598456226773,True +2017/02/10 15:00:00,16.31946444633024,True +2017/02/10 16:00:00,15.986120115345326,True +2017/02/10 17:00:00,17.31629519243741,True +2017/02/10 18:00:00,17.665599252713218,True +2017/02/10 19:00:00,17.658310447354307,True +2017/02/10 20:00:00,17.204783123907763,True +2017/02/10 21:00:00,17.29800457792825,True +2017/02/10 22:00:00,16.62624281341932,True +2017/02/10 23:00:00,13.04902402664932,True +2017/02/11 00:00:00,9.169537263825084,True +2017/02/11 01:00:00,5.176189629365477,True +2017/02/11 02:00:00,3.156444287486538,True +2017/02/11 03:00:00,3.7125033473899625,True +2017/02/11 04:00:00,3.1638296898645617,True +2017/02/11 05:00:00,5.842946441971246,True +2017/02/11 06:00:00,9.187530955219328,True +2017/02/11 07:00:00,11.614331328908746,True +2017/02/11 08:00:00,11.561560291897862,True +2017/02/11 09:00:00,13.217874021861492,True +2017/02/11 10:00:00,15.681626854818305,True +2017/02/11 11:00:00,17.067182364544532,True +2017/02/11 12:00:00,17.502531266291395,True +2017/02/11 13:00:00,16.958891375928285,True +2017/02/11 14:00:00,16.708608904860593,True +2017/02/11 15:00:00,15.883291723853672,True +2017/02/11 16:00:00,15.741361101573204,True +2017/02/11 17:00:00,16.466237464274485,True +2017/02/11 18:00:00,17.862779507831352,True +2017/02/11 19:00:00,18.206234333989446,True +2017/02/11 20:00:00,17.875668061968415,True +2017/02/11 21:00:00,16.8531605609106,True +2017/02/11 22:00:00,16.601904671055646,True +2017/02/11 23:00:00,13.010032170795453,True +2017/02/12 00:00:00,9.332243578249347,True +2017/02/12 01:00:00,5.435004374064225,True +2017/02/12 02:00:00,3.1586440816980756,True +2017/02/12 03:00:00,3.710090569321559,True +2017/02/12 04:00:00,3.163365919916603,True +2017/02/12 05:00:00,5.741856146934014,True +2017/02/12 06:00:00,9.090474222375425,True +2017/02/12 07:00:00,11.684484853800527,True +2017/02/12 08:00:00,11.564751727528689,True +2017/02/12 09:00:00,13.675928031531612,True +2017/02/12 10:00:00,13.679601965290109,True +2017/02/12 11:00:00,16.821515296714026,True +2017/02/12 12:00:00,17.78472884695925,True +2017/02/12 13:00:00,16.614676557832208,True +2017/02/12 14:00:00,16.595671963481337,True +2017/02/12 15:00:00,15.57551745788404,True +2017/02/12 16:00:00,15.486793726903725,True +2017/02/12 17:00:00,16.316333500921683,True +2017/02/12 18:00:00,17.015179346496684,True +2017/02/12 19:00:00,17.319675554276596,True +2017/02/12 20:00:00,16.750257145365026,True +2017/02/12 21:00:00,16.692694763890703,True +2017/02/12 22:00:00,15.944479668705727,True +2017/02/12 23:00:00,12.372438285224758,True +2017/02/13 00:00:00,8.97234911811409,True +2017/02/13 01:00:00,5.121413849522942,True +2017/02/13 02:00:00,3.2273098950820436,True +2017/02/13 03:00:00,3.7807938176180427,True +2017/02/13 04:00:00,3.227691110927396,True +2017/02/13 05:00:00,6.2583487255856625,True +2017/02/13 06:00:00,9.534379645881437,True +2017/02/13 07:00:00,11.452235424282847,True +2017/02/13 08:00:00,13.809326212847088,True +2017/02/13 09:00:00,15.06630415977657,True +2017/02/13 10:00:00,15.922453864194344,True +2017/02/13 11:00:00,17.49556429421461,True +2017/02/13 12:00:00,18.27322128918986,True +2017/02/13 13:00:00,17.272153851740146,True +2017/02/13 14:00:00,17.16271939526236,True +2017/02/13 15:00:00,16.31885770021233,True +2017/02/13 16:00:00,15.966724621243937,True +2017/02/13 17:00:00,17.359132443333262,True +2017/02/13 18:00:00,17.75779170263046,True +2017/02/13 19:00:00,17.69053996410149,True +2017/02/13 20:00:00,17.225762652207223,True +2017/02/13 21:00:00,17.280801683192735,True +2017/02/13 22:00:00,16.631872218981837,True +2017/02/13 23:00:00,13.051151703099706,True +2017/02/14 00:00:00,9.167845036376406,True +2017/02/14 01:00:00,5.116150639303176,True +2017/02/14 02:00:00,3.2184787246788376,True +2017/02/14 03:00:00,3.7825842941055527,True +2017/02/14 04:00:00,3.2218984431654514,True +2017/02/14 05:00:00,6.241188701951852,True +2017/02/14 06:00:00,9.284573365404817,True +2017/02/14 07:00:00,11.613215462135265,True +2017/02/14 08:00:00,13.799603385528858,True +2017/02/14 09:00:00,14.936015699628609,True +2017/02/14 10:00:00,15.875691193580186,True +2017/02/14 11:00:00,17.47082427988035,True +2017/02/14 12:00:00,18.285351926772357,True +2017/02/14 13:00:00,17.313772855647198,True +2017/02/14 14:00:00,17.222651523762558,True +2017/02/14 15:00:00,16.380134311135723,True +2017/02/14 16:00:00,16.017030291447877,True +2017/02/14 17:00:00,17.309947678982127,True +2017/02/14 18:00:00,17.727130279740802,True +2017/02/14 19:00:00,17.788288088090578,True +2017/02/14 20:00:00,17.46760516860731,True +2017/02/14 21:00:00,17.56966367445083,True +2017/02/14 22:00:00,16.81052592924708,True +2017/02/14 23:00:00,13.195202314093617,True +2017/02/15 00:00:00,9.433037713887328,True +2017/02/15 01:00:00,5.082848880073836,True +2017/02/15 02:00:00,3.210412307164905,True +2017/02/15 03:00:00,3.7642364109963258,True +2017/02/15 04:00:00,3.208624428677431,True +2017/02/15 05:00:00,6.126659340625038,True +2017/02/15 06:00:00,8.487193424943156,True +2017/02/15 07:00:00,10.766177962383985,True +2017/02/15 08:00:00,13.875318571261115,True +2017/02/15 09:00:00,15.175416513874783,True +2017/02/15 10:00:00,16.106333124353892,True +2017/02/15 11:00:00,17.636606012445565,True +2017/02/15 12:00:00,18.469238386741413,True +2017/02/15 13:00:00,17.580829873585206,True +2017/02/15 14:00:00,17.41513005997522,True +2017/02/15 15:00:00,16.467901826640468,True +2017/02/15 16:00:00,16.064541233582716,True +2017/02/15 17:00:00,17.355768135045516,True +2017/02/15 18:00:00,17.830965188612385,True +2017/02/15 19:00:00,17.892123010301372,True +2017/02/15 20:00:00,17.456259643967083,True +2017/02/15 21:00:00,17.529741143079086,True +2017/02/15 22:00:00,16.705781724365437,True +2017/02/15 23:00:00,13.016634029721743,True +2017/02/16 00:00:00,9.139386077275397,True +2017/02/16 01:00:00,5.073806791996922,True +2017/02/16 02:00:00,3.209162891687853,True +2017/02/16 03:00:00,3.7632888942556635,True +2017/02/16 04:00:00,3.2183372391209915,True +2017/02/16 05:00:00,6.166001975161407,True +2017/02/16 06:00:00,9.388630718446285,True +2017/02/16 07:00:00,11.462924002283076,True +2017/02/16 08:00:00,13.763826748422492,True +2017/02/16 09:00:00,14.922449984671116,True +2017/02/16 10:00:00,15.865970571012568,True +2017/02/16 11:00:00,17.46197753832122,True +2017/02/16 12:00:00,18.335473918761707,True +2017/02/16 13:00:00,17.392972670595352,True +2017/02/16 14:00:00,17.262535633055133,True +2017/02/16 15:00:00,16.367572700662453,True +2017/02/16 16:00:00,15.999042424636022,True +2017/02/16 17:00:00,17.366829164539336,True +2017/02/16 18:00:00,17.759445099688726,True +2017/02/16 19:00:00,17.764128640683808,True +2017/02/16 20:00:00,17.324371635582285,True +2017/02/16 21:00:00,17.392617954970515,True +2017/02/16 22:00:00,16.6231626772919,True +2017/02/16 23:00:00,13.02568984585757,True +2017/02/17 00:00:00,9.143361684959944,True +2017/02/17 01:00:00,5.074792129115151,True +2017/02/17 02:00:00,3.209760416656469,True +2017/02/17 03:00:00,3.764069600304541,True +2017/02/17 04:00:00,3.219751253420283,True +2017/02/17 05:00:00,6.155678768999529,True +2017/02/17 06:00:00,9.353166990965702,True +2017/02/17 07:00:00,11.434024261252741,True +2017/02/17 08:00:00,13.7525930113292,True +2017/02/17 09:00:00,14.890415329637444,True +2017/02/17 10:00:00,15.859510816912136,True +2017/02/17 11:00:00,17.572385360858238,True +2017/02/17 12:00:00,18.452662170664983,True +2017/02/17 13:00:00,17.612640949265263,True +2017/02/17 14:00:00,17.441871381936334,True +2017/02/17 15:00:00,16.49344446496423,True +2017/02/17 16:00:00,16.087460929314776,True +2017/02/17 17:00:00,17.33271469726066,True +2017/02/17 18:00:00,17.823025186030385,True +2017/02/17 19:00:00,17.93031443840929,True +2017/02/17 20:00:00,17.475371190575157,True +2017/02/17 21:00:00,17.57048901453945,True +2017/02/17 22:00:00,16.72035093437814,True +2017/02/17 23:00:00,13.020767121947443,True +2017/02/18 00:00:00,9.132407023087138,True +2017/02/18 01:00:00,5.168011611110866,True +2017/02/18 02:00:00,3.146720176203906,True +2017/02/18 03:00:00,3.7023871609881147,True +2017/02/18 04:00:00,3.1467868123506064,True +2017/02/18 05:00:00,5.794346823762195,True +2017/02/18 06:00:00,9.220908114591078,True +2017/02/18 07:00:00,11.616470886519558,True +2017/02/18 08:00:00,11.541059235457842,True +2017/02/18 09:00:00,13.231871539443299,True +2017/02/18 10:00:00,15.67943152942656,True +2017/02/18 11:00:00,17.125158952345686,True +2017/02/18 12:00:00,17.58731003096384,True +2017/02/18 13:00:00,17.070358212631035,True +2017/02/18 14:00:00,16.84067512020061,True +2017/02/18 15:00:00,15.927501197124831,True +2017/02/18 16:00:00,15.8012057018271,True +2017/02/18 17:00:00,16.482637604414187,True +2017/02/18 18:00:00,17.83292989199399,True +2017/02/18 19:00:00,18.257869932188278,True +2017/02/18 20:00:00,17.983540446215788,True +2017/02/18 21:00:00,16.888853211751865,True +2017/02/18 22:00:00,16.590926182540528,True +2017/02/18 23:00:00,13.024903466567034,True +2017/02/19 00:00:00,9.341829035961496,True +2017/02/19 01:00:00,5.430859640010691,True +2017/02/19 02:00:00,3.1618587067547024,True +2017/02/19 03:00:00,3.711344450654484,True +2017/02/19 04:00:00,3.1577755079410688,True +2017/02/19 05:00:00,5.859004177640631,True +2017/02/19 06:00:00,9.227549905808086,True +2017/02/19 07:00:00,11.634964732960423,True +2017/02/19 08:00:00,11.533314694514447,True +2017/02/19 09:00:00,13.662227909119784,True +2017/02/19 10:00:00,13.68632911333003,True +2017/02/19 11:00:00,16.92462386248751,True +2017/02/19 12:00:00,17.94698447782431,True +2017/02/19 13:00:00,16.877019299336386,True +2017/02/19 14:00:00,16.832073139877764,True +2017/02/19 15:00:00,15.765806035574519,True +2017/02/19 16:00:00,15.69504871459939,True +2017/02/19 17:00:00,16.524253059346595,True +2017/02/19 18:00:00,17.1652243140895,True +2017/02/19 19:00:00,17.521541019625282,True +2017/02/19 20:00:00,17.033691569742167,True +2017/02/19 21:00:00,17.02180238475253,True +2017/02/19 22:00:00,16.08772824415964,True +2017/02/19 23:00:00,12.351316316941372,True +2017/02/20 00:00:00,8.93050777268851,True +2017/02/20 01:00:00,5.10000849704101,True +2017/02/20 02:00:00,3.222062999766228,True +2017/02/20 03:00:00,3.7748493632117675,True +2017/02/20 04:00:00,3.229420638391507,True +2017/02/20 05:00:00,6.171910833173382,True +2017/02/20 06:00:00,9.377999207048633,True +2017/02/20 07:00:00,11.434602210974946,True +2017/02/20 08:00:00,13.757186752266742,True +2017/02/20 09:00:00,14.926642993883288,True +2017/02/20 10:00:00,15.849836899090857,True +2017/02/20 11:00:00,17.53441260996434,True +2017/02/20 12:00:00,18.43392764266173,True +2017/02/20 13:00:00,17.653068300694976,True +2017/02/20 14:00:00,17.53534647530247,True +2017/02/20 15:00:00,16.48590420039958,True +2017/02/20 16:00:00,16.03273898431338,True +2017/02/20 17:00:00,17.33673974805362,True +2017/02/20 18:00:00,17.854406323160642,True +2017/02/20 19:00:00,17.869543829826107,True +2017/02/20 20:00:00,17.321211519983297,True +2017/02/20 21:00:00,17.354251706030382,True +2017/02/20 22:00:00,16.6125552961461,True +2017/02/20 23:00:00,13.040216599052986,True +2017/02/21 00:00:00,9.168741180072603,True +2017/02/21 01:00:00,5.09602641748901,True +2017/02/21 02:00:00,3.220384399685153,True +2017/02/21 03:00:00,3.778137059531096,True +2017/02/21 04:00:00,3.2248002463375895,True +2017/02/21 05:00:00,6.272098992245851,True +2017/02/21 06:00:00,9.348687864109602,True +2017/02/21 07:00:00,11.495339582812356,True +2017/02/21 08:00:00,13.707154982856341,True +2017/02/21 09:00:00,14.952254971742542,True +2017/02/21 10:00:00,15.873953493615732,True +2017/02/21 11:00:00,17.482983982174954,True +2017/02/21 12:00:00,18.262910127783123,True +2017/02/21 13:00:00,17.254218670599244,True +2017/02/21 14:00:00,17.148442332658803,True +2017/02/21 15:00:00,16.33401613787914,True +2017/02/21 16:00:00,15.98502738206641,True +2017/02/21 17:00:00,17.24502114225568,True +2017/02/21 18:00:00,17.629474263759786,True +2017/02/21 19:00:00,17.66714714149737,True +2017/02/21 20:00:00,17.201955727211274,True +2017/02/21 21:00:00,17.292835976368178,True +2017/02/21 22:00:00,16.627530678337433,True +2017/02/21 23:00:00,13.055552317144326,True +2017/02/22 00:00:00,9.168316884135574,True +2017/02/22 01:00:00,5.120788944382628,True +2017/02/22 02:00:00,3.221235722862047,True +2017/02/22 03:00:00,3.7751782797552322,True +2017/02/22 04:00:00,3.219865286289716,True +2017/02/22 05:00:00,6.2032558096168104,True +2017/02/22 06:00:00,9.496085401834424,True +2017/02/22 07:00:00,11.469415144852462,True +2017/02/22 08:00:00,13.767052149890663,True +2017/02/22 09:00:00,14.914296239132822,True +2017/02/22 10:00:00,15.842319460657842,True +2017/02/22 11:00:00,17.53060926284819,True +2017/02/22 12:00:00,18.46781056384487,True +2017/02/22 13:00:00,17.531872150586434,True +2017/02/22 14:00:00,17.523244520603853,True +2017/02/22 15:00:00,16.635800353441574,True +2017/02/22 16:00:00,16.17664841920526,True +2017/02/22 17:00:00,17.54547077804432,True +2017/02/22 18:00:00,17.89315668362706,True +2017/02/22 19:00:00,17.79127600883514,True +2017/02/22 20:00:00,17.37429357833808,True +2017/02/22 21:00:00,17.51343044060699,True +2017/02/22 22:00:00,16.934804923457666,True +2017/02/22 23:00:00,13.217462916813366,True +2017/02/23 00:00:00,9.126251752229244,True +2017/02/23 01:00:00,5.073715464533283,True +2017/02/23 02:00:00,3.20957565502013,True +2017/02/23 03:00:00,3.7644373001726192,True +2017/02/23 04:00:00,3.210623511429448,True +2017/02/23 05:00:00,6.132247184844518,True +2017/02/23 06:00:00,8.493542360828153,True +2017/02/23 07:00:00,10.802282935440827,True +2017/02/23 08:00:00,13.85211111056366,True +2017/02/23 09:00:00,15.05641858026539,True +2017/02/23 10:00:00,15.944868371516446,True +2017/02/23 11:00:00,17.525138147604473,True +2017/02/23 12:00:00,18.385576197096434,True +2017/02/23 13:00:00,17.548262632237538,True +2017/02/23 14:00:00,17.350891091490663,True +2017/02/23 15:00:00,16.43799727652093,True +2017/02/23 16:00:00,16.054708152405052,True +2017/02/23 17:00:00,17.43741801375448,True +2017/02/23 18:00:00,17.806820520468946,True +2017/02/23 19:00:00,17.848221414339015,True +2017/02/23 20:00:00,17.392050244722668,True +2017/02/23 21:00:00,17.441380937554758,True +2017/02/23 22:00:00,16.625100059981236,True +2017/02/23 23:00:00,13.026691453033667,True +2017/02/24 00:00:00,9.14774068561992,True +2017/02/24 01:00:00,5.078535332491554,True +2017/02/24 02:00:00,3.2187565331325714,True +2017/02/24 03:00:00,3.771212603917616,True +2017/02/24 04:00:00,3.2253141882408984,True +2017/02/24 05:00:00,6.183156188529443,True +2017/02/24 06:00:00,9.383385829458783,True +2017/02/24 07:00:00,11.454507315645321,True +2017/02/24 08:00:00,13.662771523443878,True +2017/02/24 09:00:00,14.905635844316688,True +2017/02/24 10:00:00,15.857767775860374,True +2017/02/24 11:00:00,17.46492325541361,True +2017/02/24 12:00:00,18.317788808035345,True +2017/02/24 13:00:00,17.382959636884436,True +2017/02/24 14:00:00,17.22628822607482,True +2017/02/24 15:00:00,16.362016861139058,True +2017/02/24 16:00:00,15.99456630020989,True +2017/02/24 17:00:00,17.277130898630297,True +2017/02/24 18:00:00,17.68599449795138,True +2017/02/24 19:00:00,17.71531357545164,True +2017/02/24 20:00:00,17.299267573151596,True +2017/02/24 21:00:00,17.340197248156922,True +2017/02/24 22:00:00,16.611362368298,True +2017/02/24 23:00:00,13.032280850185883,True +2017/02/25 00:00:00,9.156817527739722,True +2017/02/25 01:00:00,5.178015717720764,True +2017/02/25 02:00:00,3.16222185756191,True +2017/02/25 03:00:00,3.70852161591716,True +2017/02/25 04:00:00,3.160907042774438,True +2017/02/25 05:00:00,5.908206513956439,True +2017/02/25 06:00:00,9.143515357474545,True +2017/02/25 07:00:00,11.62362868971235,True +2017/02/25 08:00:00,11.502340331335082,True +2017/02/25 09:00:00,13.176085339325754,True +2017/02/25 10:00:00,15.668373457555184,True +2017/02/25 11:00:00,17.08222193092523,True +2017/02/25 12:00:00,17.472506495414972,True +2017/02/25 13:00:00,16.9304184448961,True +2017/02/25 14:00:00,16.659187395331696,True +2017/02/25 15:00:00,15.784244210375443,True +2017/02/25 16:00:00,15.670168963379576,True +2017/02/25 17:00:00,16.38216344253743,True +2017/02/25 18:00:00,17.72725878859516,True +2017/02/25 19:00:00,18.098701697573397,True +2017/02/25 20:00:00,17.703970362507388,True +2017/02/25 21:00:00,16.704177059257955,True +2017/02/25 22:00:00,16.492912483266426,True +2017/02/25 23:00:00,13.041319821879323,True +2017/02/26 00:00:00,9.365326966903764,True +2017/02/26 01:00:00,5.422145299541759,True +2017/02/26 02:00:00,3.1624936748718357,True +2017/02/26 03:00:00,3.7158127218402996,True +2017/02/26 04:00:00,3.163073452207711,True +2017/02/26 05:00:00,5.882685588527711,True +2017/02/26 06:00:00,9.351969851408903,True +2017/02/26 07:00:00,11.662269118952835,True +2017/02/26 08:00:00,11.468678215834329,True +2017/02/26 09:00:00,13.668610450997006,True +2017/02/26 10:00:00,13.673156093109522,True +2017/02/26 11:00:00,16.820743631287648,True +2017/02/26 12:00:00,17.772705048310144,True +2017/02/26 13:00:00,16.63719381468448,True +2017/02/26 14:00:00,16.640370342072885,True +2017/02/26 15:00:00,15.626302289777314,True +2017/02/26 16:00:00,15.481823670098713,True +2017/02/26 17:00:00,16.373220665318065,True +2017/02/26 18:00:00,17.004217346159024,True +2017/02/26 19:00:00,17.359956272437874,True +2017/02/26 20:00:00,16.771744836259817,True +2017/02/26 21:00:00,16.723859101986754,True +2017/02/26 22:00:00,15.907259795326125,True +2017/02/26 23:00:00,12.363975628560882,True +2017/02/27 00:00:00,8.948528366284645,True +2017/02/27 01:00:00,5.097264502050541,True +2017/02/27 02:00:00,3.2184790393264846,True +2017/02/27 03:00:00,3.781615508801136,True +2017/02/27 04:00:00,3.2188904188404064,True +2017/02/27 05:00:00,6.134737261217735,True +2017/02/27 06:00:00,9.325921410653022,True +2017/02/27 07:00:00,11.401775792421805,True +2017/02/27 08:00:00,13.72117849554499,True +2017/02/27 09:00:00,14.913733976229851,True +2017/02/27 10:00:00,15.857419953664381,True +2017/02/27 11:00:00,17.47072687363951,True +2017/02/27 12:00:00,18.311624940139158,True +2017/02/27 13:00:00,17.335757220324805,True +2017/02/27 14:00:00,17.22244147827097,True +2017/02/27 15:00:00,16.35135955191512,True +2017/02/27 16:00:00,15.982206902780474,True +2017/02/27 17:00:00,17.28615245754715,True +2017/02/27 18:00:00,17.718478158853785,True +2017/02/27 19:00:00,17.728981951030875,True +2017/02/27 20:00:00,17.26229387107829,True +2017/02/27 21:00:00,17.30018502133834,True +2017/02/27 22:00:00,16.616519640424713,True +2017/02/27 23:00:00,13.040466903968827,True +2017/02/28 00:00:00,9.160578556829897,True +2017/02/28 01:00:00,5.094257323422756,True +2017/02/28 02:00:00,3.2200303777278276,True +2017/02/28 03:00:00,3.7793351245257463,True +2017/02/28 04:00:00,3.217502612146395,True +2017/02/28 05:00:00,6.156917617870397,True +2017/02/28 06:00:00,9.349627560890127,True +2017/02/28 07:00:00,11.401200236932114,True +2017/02/28 08:00:00,13.666369578693752,True +2017/02/28 09:00:00,14.917070014004736,True +2017/02/28 10:00:00,15.868765478282741,True +2017/02/28 11:00:00,17.489898505793125,True +2017/02/28 12:00:00,18.333870047360755,True +2017/02/28 13:00:00,17.42026391077728,True +2017/02/28 14:00:00,17.29383989620483,True +2017/02/28 15:00:00,16.403595669858657,True +2017/02/28 16:00:00,16.03747240213729,True +2017/02/28 17:00:00,17.31595892986178,True +2017/02/28 18:00:00,17.641262966447385,True +2017/02/28 19:00:00,17.761301271559475,True +2017/02/28 20:00:00,17.33331197977995,True +2017/02/28 21:00:00,17.384293897985128,True +2017/02/28 22:00:00,16.61021118802964,True +2017/02/28 23:00:00,13.029773561816125,True +2017/03/01 00:00:00,9.142675524973262,True +2017/03/01 01:00:00,5.078875592393434,True +2017/03/01 02:00:00,3.2186578075280763,True +2017/03/01 03:00:00,3.7719965497497574,True +2017/03/01 04:00:00,3.2166218628939096,True +2017/03/01 05:00:00,6.153727196865687,True +2017/03/01 06:00:00,9.344030457864408,True +2017/03/01 07:00:00,11.427198514248397,True +2017/03/01 08:00:00,13.651002950665392,True +2017/03/01 09:00:00,14.901902325837938,True +2017/03/01 10:00:00,15.855256818378836,True +2017/03/01 11:00:00,17.47079104943088,True +2017/03/01 12:00:00,18.32622638524999,True +2017/03/01 13:00:00,17.422940485148214,True +2017/03/01 14:00:00,17.300076521437372,True +2017/03/01 15:00:00,16.40482343456563,True +2017/03/01 16:00:00,16.03627151098895,True +2017/03/01 17:00:00,17.313925843913538,True +2017/03/01 18:00:00,17.670573709563566,True +2017/03/01 19:00:00,17.850733386850617,True +2017/03/01 20:00:00,17.393669039220352,True +2017/03/01 21:00:00,17.446669319595074,True +2017/03/01 22:00:00,16.636199552448183,True +2017/03/01 23:00:00,12.998775889222797,True +2017/03/02 00:00:00,9.123358641499182,True +2017/03/02 01:00:00,5.079932449395646,True +2017/03/02 02:00:00,3.2143382325531795,True +2017/03/02 03:00:00,3.7712975599517917,True +2017/03/02 04:00:00,3.2176444989172914,True +2017/03/02 05:00:00,6.180006572428909,True +2017/03/02 06:00:00,9.23132858096875,True +2017/03/02 07:00:00,11.442622808787894,True +2017/03/02 08:00:00,13.625039772553391,True +2017/03/02 09:00:00,14.884788805016463,True +2017/03/02 10:00:00,15.868541587612365,True +2017/03/02 11:00:00,17.524307256953648,True +2017/03/02 12:00:00,18.42650880521513,True +2017/03/02 13:00:00,17.603145346499428,True +2017/03/02 14:00:00,17.463103470022002,True +2017/03/02 15:00:00,16.491592469270817,True +2017/03/02 16:00:00,16.053942387586243,True +2017/03/02 17:00:00,17.33114136534075,True +2017/03/02 18:00:00,17.690700411007313,True +2017/03/02 19:00:00,17.96338611397391,True +2017/03/02 20:00:00,17.511304243173882,True +2017/03/02 21:00:00,17.558497407809597,True +2017/03/02 22:00:00,16.707065526021857,True +2017/03/02 23:00:00,13.004960128074282,True +2017/03/03 00:00:00,9.133500796976922,True +2017/03/03 01:00:00,5.0730442570877425,True +2017/03/03 02:00:00,3.2100783998445337,True +2017/03/03 03:00:00,3.763660412151728,True +2017/03/03 04:00:00,3.2089428805958287,True +2017/03/03 05:00:00,6.093572781382593,True +2017/03/03 06:00:00,9.374350146743101,True +2017/03/03 07:00:00,11.437507557541693,True +2017/03/03 08:00:00,13.692771980381542,True +2017/03/03 09:00:00,14.88923004346018,True +2017/03/03 10:00:00,15.84349640213199,True +2017/03/03 11:00:00,17.47095406762615,True +2017/03/03 12:00:00,18.314380211214175,True +2017/03/03 13:00:00,17.394708556862046,True +2017/03/03 14:00:00,17.257002927272982,True +2017/03/03 15:00:00,16.35445439279255,True +2017/03/03 16:00:00,15.967414457934238,True +2017/03/03 17:00:00,17.248699753844335,True +2017/03/03 18:00:00,17.625971378699905,True +2017/03/03 19:00:00,17.71124269940123,True +2017/03/03 20:00:00,17.236499614756784,True +2017/03/03 21:00:00,17.276939718785652,True +2017/03/03 22:00:00,16.609596328609143,True +2017/03/03 23:00:00,13.027099863667978,True +2017/03/04 00:00:00,9.16836594242629,True +2017/03/04 01:00:00,5.170233468876978,True +2017/03/04 02:00:00,3.157615948821795,True +2017/03/04 03:00:00,3.7134458528617493,True +2017/03/04 04:00:00,3.1579801761876634,True +2017/03/04 05:00:00,5.8480203327248885,True +2017/03/04 06:00:00,9.204618871214619,True +2017/03/04 07:00:00,11.59948921959679,True +2017/03/04 08:00:00,11.485444326104199,True +2017/03/04 09:00:00,13.191358773458388,True +2017/03/04 10:00:00,15.666059102155813,True +2017/03/04 11:00:00,17.083952216985274,True +2017/03/04 12:00:00,17.513008836711297,True +2017/03/04 13:00:00,16.941306429346827,True +2017/03/04 14:00:00,16.689417696371237,True +2017/03/04 15:00:00,15.810016796878598,True +2017/03/04 16:00:00,15.696833747706362,True +2017/03/04 17:00:00,16.39400322003277,True +2017/03/04 18:00:00,17.818353110812822,True +2017/03/04 19:00:00,18.097520966932123,True +2017/03/04 20:00:00,17.730776683238627,True +2017/03/04 21:00:00,16.712231998626375,True +2017/03/04 22:00:00,16.473461122480906,True +2017/03/04 23:00:00,13.027602651151454,True +2017/03/05 00:00:00,9.358687892797606,True +2017/03/05 01:00:00,5.429315862277996,True +2017/03/05 02:00:00,3.15601884667249,True +2017/03/05 03:00:00,3.712250575039547,True +2017/03/05 04:00:00,3.165457897815527,True +2017/03/05 05:00:00,5.844422460027588,True +2017/03/05 06:00:00,9.199064507455018,True +2017/03/05 07:00:00,11.604173394182656,True +2017/03/05 08:00:00,11.467177149144703,True +2017/03/05 09:00:00,13.660958002282445,True +2017/03/05 10:00:00,13.681048302500212,True +2017/03/05 11:00:00,16.806495390088692,True +2017/03/05 12:00:00,17.76500749667745,True +2017/03/05 13:00:00,16.636635932295665,True +2017/03/05 14:00:00,16.647940397274,True +2017/03/05 15:00:00,15.601741379886574,True +2017/03/05 16:00:00,15.467127657371083,True +2017/03/05 17:00:00,16.3140124408962,True +2017/03/05 18:00:00,16.90149416189951,True +2017/03/05 19:00:00,17.321049622044207,True +2017/03/05 20:00:00,16.716666411487434,True +2017/03/05 21:00:00,16.685680995653865,True +2017/03/05 22:00:00,15.988760355029624,True +2017/03/05 23:00:00,12.37566350062461,True +2017/03/06 00:00:00,8.969251475168804,True +2017/03/06 01:00:00,5.083891758354299,True +2017/03/06 02:00:00,3.2234603715732044,True +2017/03/06 03:00:00,3.7744326530618206,True +2017/03/06 04:00:00,3.2225133065636236,True +2017/03/06 05:00:00,6.181619346131528,True +2017/03/06 06:00:00,9.263658811700607,True +2017/03/06 07:00:00,11.416394222078528,True +2017/03/06 08:00:00,13.653704705256153,True +2017/03/06 09:00:00,14.933571818920504,True +2017/03/06 10:00:00,15.877560651346858,True +2017/03/06 11:00:00,17.500516966596024,True +2017/03/06 12:00:00,18.272182374003194,True +2017/03/06 13:00:00,17.311360330905142,True +2017/03/06 14:00:00,17.191283885668295,True +2017/03/06 15:00:00,16.312141049419104,True +2017/03/06 16:00:00,15.966232343765054,True +2017/03/06 17:00:00,17.255670464085576,True +2017/03/06 18:00:00,17.54060098281801,True +2017/03/06 19:00:00,17.686461856073613,True +2017/03/06 20:00:00,17.20287007090911,True +2017/03/06 21:00:00,17.27713138963305,True +2017/03/06 22:00:00,16.61050096921926,True +2017/03/06 23:00:00,13.039185930943445,True +2017/03/07 00:00:00,9.176610538898784,True +2017/03/07 01:00:00,5.0786879479372935,True +2017/03/07 02:00:00,3.217012430605655,True +2017/03/07 03:00:00,3.778250111630599,True +2017/03/07 04:00:00,3.222476980550452,True +2017/03/07 05:00:00,6.170034320936132,True +2017/03/07 06:00:00,9.26222187778083,True +2017/03/07 07:00:00,11.595033352065004,True +2017/03/07 08:00:00,13.65446141644379,True +2017/03/07 09:00:00,14.922498192461036,True +2017/03/07 10:00:00,15.8674135459615,True +2017/03/07 11:00:00,17.487218599259236,True +2017/03/07 12:00:00,18.29433664009086,True +2017/03/07 13:00:00,17.34016612525247,True +2017/03/07 14:00:00,17.231726294718342,True +2017/03/07 15:00:00,16.379346687499122,True +2017/03/07 16:00:00,16.012696941852923,True +2017/03/07 17:00:00,17.305824230306488,True +2017/03/07 18:00:00,17.57444260090398,True +2017/03/07 19:00:00,17.702514551883564,True +2017/03/07 20:00:00,17.242049985651903,True +2017/03/07 21:00:00,17.285865318665767,True +2017/03/07 22:00:00,16.598726207400176,True +2017/03/07 23:00:00,13.022267534822925,True +2017/03/08 00:00:00,9.166619919448134,True +2017/03/08 01:00:00,5.080729669412474,True +2017/03/08 02:00:00,3.224622036955954,True +2017/03/08 03:00:00,3.7745835266944936,True +2017/03/08 04:00:00,3.2199441879053854,True +2017/03/08 05:00:00,6.131317481143268,True +2017/03/08 06:00:00,9.168981600273565,True +2017/03/08 07:00:00,11.442548043220992,True +2017/03/08 08:00:00,13.637353602504946,True +2017/03/08 09:00:00,14.895012225952708,True +2017/03/08 10:00:00,15.83818035827753,True +2017/03/08 11:00:00,17.537870132300135,True +2017/03/08 12:00:00,18.386212482268068,True +2017/03/08 13:00:00,17.644622050660235,True +2017/03/08 14:00:00,17.56373950012371,True +2017/03/08 15:00:00,16.609924795022486,True +2017/03/08 16:00:00,16.163673692881865,True +2017/03/08 17:00:00,17.3972888800647,True +2017/03/08 18:00:00,17.683356451474612,True +2017/03/08 19:00:00,17.8795751901617,True +2017/03/08 20:00:00,17.446117523238325,True +2017/03/08 21:00:00,17.499235483939234,True +2017/03/08 22:00:00,16.658243879080388,True +2017/03/08 23:00:00,12.997051004192127,True +2017/03/09 00:00:00,9.120116390647581,True +2017/03/09 01:00:00,5.076772939116237,True +2017/03/09 02:00:00,3.21081623672265,True +2017/03/09 03:00:00,3.764135125805383,True +2017/03/09 04:00:00,3.2087944046280934,True +2017/03/09 05:00:00,6.009058744810169,True +2017/03/09 06:00:00,8.490116793992925,True +2017/03/09 07:00:00,10.767326074784087,True +2017/03/09 08:00:00,13.83072986027262,True +2017/03/09 09:00:00,14.89296985613952,True +2017/03/09 10:00:00,15.94399114751812,True +2017/03/09 11:00:00,17.574959209669785,True +2017/03/09 12:00:00,18.564275365113918,True +2017/03/09 13:00:00,17.877912803580188,True +2017/03/09 14:00:00,17.827479258654645,True +2017/03/09 15:00:00,16.724406892184835,True +2017/03/09 16:00:00,16.272678924344046,True +2017/03/09 17:00:00,17.56558729322211,True +2017/03/09 18:00:00,18.13935616885932,True +2017/03/09 19:00:00,18.30261678181938,True +2017/03/09 20:00:00,17.915484150791425,True +2017/03/09 21:00:00,17.95510560518371,True +2017/03/09 22:00:00,16.906311422900654,True +2017/03/09 23:00:00,13.02856183446559,True +2017/03/10 00:00:00,9.118707510162812,True +2017/03/10 01:00:00,5.074679589804674,True +2017/03/10 02:00:00,3.209226452620071,True +2017/03/10 03:00:00,3.7640379318167767,True +2017/03/10 04:00:00,3.210096535799762,True +2017/03/10 05:00:00,6.0615329678567065,True +2017/03/10 06:00:00,8.48950332147298,True +2017/03/10 07:00:00,10.768649846039777,True +2017/03/10 08:00:00,13.897369473921186,True +2017/03/10 09:00:00,15.031630929466209,True +2017/03/10 10:00:00,16.0140925295589,True +2017/03/10 11:00:00,17.627267677281026,True +2017/03/10 12:00:00,18.6040128251009,True +2017/03/10 13:00:00,17.854243421703355,True +2017/03/10 14:00:00,17.805533485868374,True +2017/03/10 15:00:00,16.834561621833863,True +2017/03/10 16:00:00,16.310213742550484,True +2017/03/10 17:00:00,17.58439861180135,True +2017/03/10 18:00:00,17.967970481877195,True +2017/03/10 19:00:00,18.098898966711968,True +2017/03/10 20:00:00,17.9647432503199,True +2017/03/10 21:00:00,18.00856597032513,True +2017/03/10 22:00:00,17.065262412814356,True +2017/03/10 23:00:00,13.315626440539658,True +2017/03/11 00:00:00,9.502749833458566,True +2017/03/11 01:00:00,5.161012152440687,True +2017/03/11 02:00:00,3.1477504116359682,True +2017/03/11 03:00:00,3.700419031751384,True +2017/03/11 04:00:00,3.145306772764945,True +2017/03/11 05:00:00,5.7554266076689595,True +2017/03/11 06:00:00,8.340803384736043,True +2017/03/11 07:00:00,11.001342141528506,True +2017/03/11 08:00:00,11.837065300090178,True +2017/03/11 09:00:00,13.602506345994676,True +2017/03/11 10:00:00,15.988304879355164,True +2017/03/11 11:00:00,17.383550211423287,True +2017/03/11 12:00:00,17.961023631819383,True +2017/03/11 13:00:00,17.278628247090857,True +2017/03/11 14:00:00,17.304964295636346,True +2017/03/11 15:00:00,16.37654142050224,True +2017/03/11 16:00:00,16.173800209470595,True +2017/03/11 17:00:00,16.815450309069572,True +2017/03/11 18:00:00,18.089615569882508,True +2017/03/11 19:00:00,18.67906531866324,True +2017/03/11 20:00:00,18.142769744339812,True +2017/03/11 21:00:00,17.405774384704902,True +2017/03/11 22:00:00,17.02278711846572,True +2017/03/11 23:00:00,13.502629708862516,True +2017/03/12 00:00:00,10.09254855974489,True +2017/03/12 01:00:00,3.147984621190582,True +2017/03/12 02:00:00,3.7014951171122425,True +2017/03/12 03:00:00,3.14454763405967,True +2017/03/12 04:00:00,5.683387156204242,True +2017/03/12 05:00:00,9.136799311297738,True +2017/03/12 06:00:00,11.597846410183884,True +2017/03/12 07:00:00,12.693013757331112,True +2017/03/12 08:00:00,13.885155598503408,True +2017/03/12 09:00:00,14.049671211851127,True +2017/03/12 10:00:00,17.159596701653733,True +2017/03/12 11:00:00,18.24126651222804,True +2017/03/12 12:00:00,17.265347059150795,True +2017/03/12 13:00:00,17.0357411119685,True +2017/03/12 14:00:00,15.315319488487189,True +2017/03/12 15:00:00,15.273327092735686,True +2017/03/12 16:00:00,16.008362410308216,True +2017/03/12 17:00:00,16.616849413198953,True +2017/03/12 18:00:00,16.667422603102924,True +2017/03/12 19:00:00,16.900382644240082,True +2017/03/12 20:00:00,16.907533859057132,True +2017/03/12 21:00:00,16.511368992200648,True +2017/03/12 22:00:00,13.100905549958757,True +2017/03/12 23:00:00,9.772139383233748,True +2017/03/13 00:00:00,5.082650043397254,True +2017/03/13 01:00:00,3.2098679090180946,True +2017/03/13 02:00:00,3.764082589044177,True +2017/03/13 03:00:00,3.2091931354516037,True +2017/03/13 04:00:00,5.933589448359574,True +2017/03/13 05:00:00,8.500258993022209,True +2017/03/13 06:00:00,10.781067225486566,True +2017/03/13 07:00:00,14.96530118080162,True +2017/03/13 08:00:00,15.251037260637151,True +2017/03/13 09:00:00,16.054721493168994,True +2017/03/13 10:00:00,17.74119051935881,True +2017/03/13 11:00:00,18.567062701808467,True +2017/03/13 12:00:00,17.81506107127079,True +2017/03/13 13:00:00,17.800505264581997,True +2017/03/13 14:00:00,16.881697814694522,True +2017/03/13 15:00:00,16.364507159714694,True +2017/03/13 16:00:00,17.646360053096647,True +2017/03/13 17:00:00,17.94851617723102,True +2017/03/13 18:00:00,16.851058453592497,True +2017/03/13 19:00:00,17.43836430954932,True +2017/03/13 20:00:00,17.57481080877313,True +2017/03/13 21:00:00,16.92714895506769,True +2017/03/13 22:00:00,13.872372165421416,True +2017/03/13 23:00:00,10.505399829825004,True +2017/03/14 00:00:00,5.080938317330796,True +2017/03/14 01:00:00,3.2085633404785656,True +2017/03/14 02:00:00,3.7654709970544724,True +2017/03/14 03:00:00,3.2082135425815346,True +2017/03/14 04:00:00,5.6432934486588096,True +2017/03/14 05:00:00,8.505211325984751,True +2017/03/14 06:00:00,10.768827837068242,True +2017/03/14 07:00:00,15.313865810749755,True +2017/03/14 08:00:00,14.6009782446319,True +2017/03/14 09:00:00,15.866684876331764,True +2017/03/14 10:00:00,18.1224623003014,True +2017/03/14 11:00:00,20.020685943872945,True +2017/03/14 12:00:00,19.882031937690662,True +2017/03/14 13:00:00,20.03690536338766,True +2017/03/14 14:00:00,19.06540540261507,True +2017/03/14 15:00:00,18.331487801636964,True +2017/03/14 16:00:00,19.199382795430576,True +2017/03/14 17:00:00,19.396862229379938,True +2017/03/14 18:00:00,18.39365792499613,True +2017/03/14 19:00:00,18.390053958367997,True +2017/03/14 20:00:00,18.094744125112104,True +2017/03/14 21:00:00,16.860802698135178,True +2017/03/14 22:00:00,13.099426039220507,True +2017/03/14 23:00:00,8.856352639534668,True +2017/03/15 00:00:00,5.073535706425018,True +2017/03/15 01:00:00,3.2091029074501356,True +2017/03/15 02:00:00,3.7660017233861094,True +2017/03/15 03:00:00,3.209002426223683,True +2017/03/15 04:00:00,5.327262767674581,True +2017/03/15 05:00:00,8.558989728771602,True +2017/03/15 06:00:00,10.83448225268953,True +2017/03/15 07:00:00,14.645096517790863,True +2017/03/15 08:00:00,14.95043864843301,True +2017/03/15 09:00:00,16.303223597949458,True +2017/03/15 10:00:00,18.81892434342293,True +2017/03/15 11:00:00,20.22336997947502,True +2017/03/15 12:00:00,19.90469287680759,True +2017/03/15 13:00:00,19.820430638862625,True +2017/03/15 14:00:00,19.19520583399395,True +2017/03/15 15:00:00,18.56707169680755,True +2017/03/15 16:00:00,19.521689768582245,True +2017/03/15 17:00:00,19.843002628315112,True +2017/03/15 18:00:00,19.123511465984986,True +2017/03/15 19:00:00,18.89635013220781,True +2017/03/15 20:00:00,18.8715953326436,True +2017/03/15 21:00:00,17.391665584557717,True +2017/03/15 22:00:00,13.232180471197251,True +2017/03/15 23:00:00,9.673222370693416,True +2017/03/16 00:00:00,5.174933103670279,True +2017/03/16 01:00:00,3.207436669753475,True +2017/03/16 02:00:00,3.7625569241359,True +2017/03/16 03:00:00,3.208023562291074,True +2017/03/16 04:00:00,6.089431220491558,True +2017/03/16 05:00:00,8.583046655005367,True +2017/03/16 06:00:00,10.830805142936315,True +2017/03/16 07:00:00,15.43242424104957,True +2017/03/16 08:00:00,15.92564847175353,True +2017/03/16 09:00:00,16.118279518441952,True +2017/03/16 10:00:00,17.225260127184868,True +2017/03/16 11:00:00,18.530655598280298,True +2017/03/16 12:00:00,17.006520649224864,True +2017/03/16 13:00:00,16.90168033354535,True +2017/03/16 14:00:00,17.197980476236154,True +2017/03/16 15:00:00,16.9268668706666,True +2017/03/16 16:00:00,17.183058156273688,True +2017/03/16 17:00:00,17.446601597333647,True +2017/03/16 18:00:00,16.82024418406711,True +2017/03/16 19:00:00,17.41506779237284,True +2017/03/16 20:00:00,17.505437158145185,True +2017/03/16 21:00:00,16.867358463403164,True +2017/03/16 22:00:00,13.949242027376217,True +2017/03/16 23:00:00,10.014883366531095,True +2017/03/17 00:00:00,5.071657009413024,True +2017/03/17 01:00:00,3.2079414793527246,True +2017/03/17 02:00:00,3.7634743301552134,True +2017/03/17 03:00:00,3.2093584858889597,True +2017/03/17 04:00:00,5.314784601663781,True +2017/03/17 05:00:00,8.518866804726745,True +2017/03/17 06:00:00,10.780046369940218,True +2017/03/17 07:00:00,14.588503666796141,True +2017/03/17 08:00:00,15.796122595553626,True +2017/03/17 09:00:00,16.58545809323545,True +2017/03/17 10:00:00,17.853173916550784,True +2017/03/17 11:00:00,18.610082228849777,True +2017/03/17 12:00:00,17.459107405602712,True +2017/03/17 13:00:00,17.38171606163966,True +2017/03/17 14:00:00,16.515647987724062,True +2017/03/17 15:00:00,16.227856710263797,True +2017/03/17 16:00:00,17.354983021664662,True +2017/03/17 17:00:00,17.737383341240527,True +2017/03/17 18:00:00,17.186974053906148,True +2017/03/17 19:00:00,17.679977925704833,True +2017/03/17 20:00:00,17.744923521025466,True +2017/03/17 21:00:00,16.84872206308045,True +2017/03/17 22:00:00,13.051782048658776,True +2017/03/17 23:00:00,9.121304410710716,True +2017/03/18 00:00:00,5.161111402679599,True +2017/03/18 01:00:00,3.1476824826214056,True +2017/03/18 02:00:00,3.6997686790887134,True +2017/03/18 03:00:00,3.14688878964661,True +2017/03/18 04:00:00,5.726301845994195,True +2017/03/18 05:00:00,8.340853519544229,True +2017/03/18 06:00:00,11.007162891167555,True +2017/03/18 07:00:00,11.694696467867614,True +2017/03/18 08:00:00,13.306158819854474,True +2017/03/18 09:00:00,15.733682415604493,True +2017/03/18 10:00:00,17.156157856485226,True +2017/03/18 11:00:00,17.622588049357315,True +2017/03/18 12:00:00,17.072281694861537,True +2017/03/18 13:00:00,16.86047494757224,True +2017/03/18 14:00:00,15.945191647578584,True +2017/03/18 15:00:00,15.820456100314697,True +2017/03/18 16:00:00,16.484118447710273,True +2017/03/18 17:00:00,17.626777861860084,True +2017/03/18 18:00:00,17.40086545891019,True +2017/03/18 19:00:00,18.056457149202867,True +2017/03/18 20:00:00,17.003983091166212,True +2017/03/18 21:00:00,16.732400006656245,True +2017/03/18 22:00:00,13.0827714874767,True +2017/03/18 23:00:00,9.328569905919231,True +2017/03/19 00:00:00,5.427511246081289,True +2017/03/19 01:00:00,3.155701899786147,True +2017/03/19 02:00:00,3.714012661074359,True +2017/03/19 03:00:00,3.157549008557614,True +2017/03/19 04:00:00,5.790193053208927,True +2017/03/19 05:00:00,9.238192732927075,True +2017/03/19 06:00:00,11.656899309885395,True +2017/03/19 07:00:00,11.57681147119151,True +2017/03/19 08:00:00,13.71434423741093,True +2017/03/19 09:00:00,13.76653009326163,True +2017/03/19 10:00:00,16.938029402366624,True +2017/03/19 11:00:00,17.887104247033008,True +2017/03/19 12:00:00,16.849448132171815,True +2017/03/19 13:00:00,16.8421265928988,True +2017/03/19 14:00:00,15.739503725265855,True +2017/03/19 15:00:00,15.604591980279395,True +2017/03/19 16:00:00,16.413896635319084,True +2017/03/19 17:00:00,16.959468680124765,True +2017/03/19 18:00:00,16.548406932784314,True +2017/03/19 19:00:00,16.887707377614497,True +2017/03/19 20:00:00,16.841471864755825,True +2017/03/19 21:00:00,15.937235557024064,True +2017/03/19 22:00:00,12.385614862178183,True +2017/03/19 23:00:00,8.940565866967212,True +2017/03/20 00:00:00,5.08640692364972,True +2017/03/20 01:00:00,3.2228378354278893,True +2017/03/20 02:00:00,3.777034010219455,True +2017/03/20 03:00:00,3.2251674898543885,True +2017/03/20 04:00:00,6.1602837474883945,True +2017/03/20 05:00:00,9.377808305526637,True +2017/03/20 06:00:00,11.436544224962061,True +2017/03/20 07:00:00,13.789616335002192,True +2017/03/20 08:00:00,14.963035991666462,True +2017/03/20 09:00:00,15.833666566625674,True +2017/03/20 10:00:00,17.486073593618144,True +2017/03/20 11:00:00,18.330268637070933,True +2017/03/20 12:00:00,17.463007524525924,True +2017/03/20 13:00:00,17.337558441339176,True +2017/03/20 14:00:00,16.393915930346207,True +2017/03/20 15:00:00,16.016508316823984,True +2017/03/20 16:00:00,17.27846650464546,True +2017/03/20 17:00:00,17.54894176378151,True +2017/03/20 18:00:00,16.987663045712,True +2017/03/20 19:00:00,17.53093972692817,True +2017/03/20 20:00:00,17.573010276937993,True +2017/03/20 21:00:00,16.644837628614827,True +2017/03/20 22:00:00,12.986074565057937,True +2017/03/20 23:00:00,9.136242699945223,True +2017/03/21 00:00:00,5.081280214199506,True +2017/03/21 01:00:00,3.2089961364336106,True +2017/03/21 02:00:00,3.7653183597679787,True +2017/03/21 03:00:00,3.2195033904337857,True +2017/03/21 04:00:00,6.162596862967613,True +2017/03/21 05:00:00,9.377768192492438,True +2017/03/21 06:00:00,11.428213166811194,True +2017/03/21 07:00:00,13.775029236415627,True +2017/03/21 08:00:00,14.905469006935771,True +2017/03/21 09:00:00,15.852061239397099,True +2017/03/21 10:00:00,17.558699837308968,True +2017/03/21 11:00:00,18.46329367749245,True +2017/03/21 12:00:00,17.670259113432436,True +2017/03/21 13:00:00,17.539668948104435,True +2017/03/21 14:00:00,16.55972396998742,True +2017/03/21 15:00:00,16.091998499193526,True +2017/03/21 16:00:00,17.33962387175303,True +2017/03/21 17:00:00,17.663285779572746,True +2017/03/21 18:00:00,17.052612816431154,True +2017/03/21 19:00:00,17.587051380150438,True +2017/03/21 20:00:00,17.622432980754624,True +2017/03/21 21:00:00,16.717769175784877,True +2017/03/21 22:00:00,12.987356532885743,True +2017/03/21 23:00:00,9.121335012679442,True +2017/03/22 00:00:00,5.077193701519523,True +2017/03/22 01:00:00,3.2106688905608736,True +2017/03/22 02:00:00,3.7644073639616042,True +2017/03/22 03:00:00,3.2077689786368353,True +2017/03/22 04:00:00,6.0402719302352645,True +2017/03/22 05:00:00,8.486163011212819,True +2017/03/22 06:00:00,10.757010698799174,True +2017/03/22 07:00:00,14.219448113495917,True +2017/03/22 08:00:00,15.373519514092335,True +2017/03/22 09:00:00,16.510582474197296,True +2017/03/22 10:00:00,17.894106723678313,True +2017/03/22 11:00:00,18.01087130994182,True +2017/03/22 12:00:00,17.352476054588276,True +2017/03/22 13:00:00,17.400314811929295,True +2017/03/22 14:00:00,16.350338068564866,True +2017/03/22 15:00:00,15.727114851015033,True +2017/03/22 16:00:00,16.905437642512755,True +2017/03/22 17:00:00,17.45689647008407,True +2017/03/22 18:00:00,16.749942797616193,True +2017/03/22 19:00:00,17.316987158048757,True +2017/03/22 20:00:00,17.408961676322576,True +2017/03/22 21:00:00,16.930161917247624,True +2017/03/22 22:00:00,13.669591957327455,True +2017/03/22 23:00:00,9.567334189362192,True +2017/03/23 00:00:00,5.073798814865739,True +2017/03/23 01:00:00,3.2091124953248396,True +2017/03/23 02:00:00,3.764916676525316,True +2017/03/23 03:00:00,3.208724928175489,True +2017/03/23 04:00:00,6.019734090711316,True +2017/03/23 05:00:00,8.511871816208,True +2017/03/23 06:00:00,10.783975035340855,True +2017/03/23 07:00:00,13.841654738438104,True +2017/03/23 08:00:00,14.93405412831216,True +2017/03/23 09:00:00,15.832957585910776,True +2017/03/23 10:00:00,17.538286955077456,True +2017/03/23 11:00:00,18.410747170155073,True +2017/03/23 12:00:00,17.617640869618434,True +2017/03/23 13:00:00,17.434163644146953,True +2017/03/23 14:00:00,16.452309049501785,True +2017/03/23 15:00:00,16.029874606869686,True +2017/03/23 16:00:00,17.27742571275493,True +2017/03/23 17:00:00,17.510711132787065,True +2017/03/23 18:00:00,16.872238188003987,True +2017/03/23 19:00:00,17.44363875394595,True +2017/03/23 20:00:00,17.44189897850366,True +2017/03/23 21:00:00,16.56489082545266,True +2017/03/23 22:00:00,12.996663761700367,True +2017/03/23 23:00:00,9.141186766080867,True +2017/03/24 00:00:00,5.071508332179017,True +2017/03/24 01:00:00,3.210262882069945,True +2017/03/24 02:00:00,3.764626629790566,True +2017/03/24 03:00:00,3.2148734741247007,True +2017/03/24 04:00:00,6.1049435590936945,True +2017/03/24 05:00:00,9.383169518812258,True +2017/03/24 06:00:00,11.469462417429856,True +2017/03/24 07:00:00,13.742657910978133,True +2017/03/24 08:00:00,14.908565222120334,True +2017/03/24 09:00:00,15.835403468938384,True +2017/03/24 10:00:00,17.48247712059845,True +2017/03/24 11:00:00,18.321975842636004,True +2017/03/24 12:00:00,17.467642771388746,True +2017/03/24 13:00:00,17.323437052267888,True +2017/03/24 14:00:00,16.388155221135204,True +2017/03/24 15:00:00,16.017701834422933,True +2017/03/24 16:00:00,17.267038789408474,True +2017/03/24 17:00:00,17.471894400260624,True +2017/03/24 18:00:00,16.792474224293347,True +2017/03/24 19:00:00,17.378075846815204,True +2017/03/24 20:00:00,17.400321418137796,True +2017/03/24 21:00:00,16.54072435637678,True +2017/03/24 22:00:00,13.004227773710054,True +2017/03/24 23:00:00,9.141563566976588,True +2017/03/25 00:00:00,5.166504182522833,True +2017/03/25 01:00:00,3.146276864269101,True +2017/03/25 02:00:00,3.7065192649588887,True +2017/03/25 03:00:00,3.1636869106678875,True +2017/03/25 04:00:00,5.784952724745097,True +2017/03/25 05:00:00,9.218706294325305,True +2017/03/25 06:00:00,11.61382876934208,True +2017/03/25 07:00:00,11.497576341154447,True +2017/03/25 08:00:00,13.187815549606402,True +2017/03/25 09:00:00,15.62158435544925,True +2017/03/25 10:00:00,17.139357903700752,True +2017/03/25 11:00:00,17.598875330957704,True +2017/03/25 12:00:00,17.008838282915974,True +2017/03/25 13:00:00,16.807500691927242,True +2017/03/25 14:00:00,15.901431957453061,True +2017/03/25 15:00:00,15.780053559017723,True +2017/03/25 16:00:00,16.45398600154542,True +2017/03/25 17:00:00,17.606122537992494,True +2017/03/25 18:00:00,17.2795097335344,True +2017/03/25 19:00:00,17.908991769317616,True +2017/03/25 20:00:00,16.8537934618048,True +2017/03/25 21:00:00,16.578126227154694,True +2017/03/25 22:00:00,13.050394876012442,True +2017/03/25 23:00:00,9.332993551667162,True +2017/03/26 00:00:00,5.42344021858921,True +2017/03/26 01:00:00,3.1575002045539713,True +2017/03/26 02:00:00,3.7139777174044966,True +2017/03/26 03:00:00,3.1554578477873325,True +2017/03/26 04:00:00,5.785862319794632,True +2017/03/26 05:00:00,9.216483099911672,True +2017/03/26 06:00:00,11.630547636135349,True +2017/03/26 07:00:00,11.533485080428719,True +2017/03/26 08:00:00,13.751635135899313,True +2017/03/26 09:00:00,13.670952934334094,True +2017/03/26 10:00:00,16.814426604342003,True +2017/03/26 11:00:00,17.798316200828474,True +2017/03/26 12:00:00,16.66309770529778,True +2017/03/26 13:00:00,16.688525494979157,True +2017/03/26 14:00:00,15.641342838010447,True +2017/03/26 15:00:00,15.524724617183475,True +2017/03/26 16:00:00,16.331097333569378,True +2017/03/26 17:00:00,16.859447502736174,True +2017/03/26 18:00:00,16.36813541114331,True +2017/03/26 19:00:00,16.746064792116794,True +2017/03/26 20:00:00,16.687274208186317,True +2017/03/26 21:00:00,15.973298000823235,True +2017/03/26 22:00:00,12.368150530594937,True +2017/03/26 23:00:00,8.962173211060781,True +2017/03/27 00:00:00,5.095161701751682,True +2017/03/27 01:00:00,3.221185828970094,True +2017/03/27 02:00:00,3.775229557996509,True +2017/03/27 03:00:00,3.2234764619012046,True +2017/03/27 04:00:00,6.140006743504249,True +2017/03/27 05:00:00,9.346150035457393,True +2017/03/27 06:00:00,11.410614741944535,True +2017/03/27 07:00:00,13.715416518848262,True +2017/03/27 08:00:00,14.8936455445519,True +2017/03/27 09:00:00,15.836545673281362,True +2017/03/27 10:00:00,17.47542046068039,True +2017/03/27 11:00:00,18.322098086074245,True +2017/03/27 12:00:00,17.41428279206693,True +2017/03/27 13:00:00,17.297672320647248,True +2017/03/27 14:00:00,16.380258645449146,True +2017/03/27 15:00:00,15.992688453020799,True +2017/03/27 16:00:00,17.26205449208932,True +2017/03/27 17:00:00,17.463842462539272,True +2017/03/27 18:00:00,16.76538374598014,True +2017/03/27 19:00:00,17.371441559755798,True +2017/03/27 20:00:00,17.365965079390854,True +2017/03/27 21:00:00,16.541378129457307,True +2017/03/27 22:00:00,12.989093518746387,True +2017/03/27 23:00:00,9.139878428270348,True +2017/03/28 00:00:00,5.081368365401642,True +2017/03/28 01:00:00,3.2104493382402652,True +2017/03/28 02:00:00,3.769727510873507,True +2017/03/28 03:00:00,3.225474364865812,True +2017/03/28 04:00:00,6.087728565922057,True +2017/03/28 05:00:00,9.35394278616928,True +2017/03/28 06:00:00,11.408863466463332,True +2017/03/28 07:00:00,13.722330636105367,True +2017/03/28 08:00:00,14.850723289524561,True +2017/03/28 09:00:00,15.82674817116641,True +2017/03/28 10:00:00,17.534150305744294,True +2017/03/28 11:00:00,18.465015545912,True +2017/03/28 12:00:00,17.648798568255536,True +2017/03/28 13:00:00,17.59796458234496,True +2017/03/28 14:00:00,16.633275895733853,True +2017/03/28 15:00:00,16.18639978026509,True +2017/03/28 16:00:00,17.33828661601824,True +2017/03/28 17:00:00,17.684062131543136,True +2017/03/28 18:00:00,17.024959148124893,True +2017/03/28 19:00:00,16.795830385945763,True +2017/03/28 20:00:00,17.586871386099414,True +2017/03/28 21:00:00,16.69683959581619,True +2017/03/28 22:00:00,12.98483046684712,True +2017/03/28 23:00:00,9.13389787289997,True +2017/03/29 00:00:00,5.080224009243489,True +2017/03/29 01:00:00,3.2091900217082268,True +2017/03/29 02:00:00,3.766315869631812,True +2017/03/29 03:00:00,3.2085939251224844,True +2017/03/29 04:00:00,6.027242193599734,True +2017/03/29 05:00:00,9.36225632165684,True +2017/03/29 06:00:00,11.41750632731859,True +2017/03/29 07:00:00,13.656361197354876,True +2017/03/29 08:00:00,14.840434058944075,True +2017/03/29 09:00:00,15.86392379581695,True +2017/03/29 10:00:00,17.558317265324558,True +2017/03/29 11:00:00,18.474385122926094,True +2017/03/29 12:00:00,17.49392755662705,True +2017/03/29 13:00:00,17.420516211110186,True +2017/03/29 14:00:00,16.6116612176384,True +2017/03/29 15:00:00,16.181723618972228,True +2017/03/29 16:00:00,17.282901398072166,True +2017/03/29 17:00:00,17.71850957738156,True +2017/03/29 18:00:00,17.1257857448396,True +2017/03/29 19:00:00,16.889885009596288,True +2017/03/29 20:00:00,17.652412078625805,True +2017/03/29 21:00:00,16.776130792950394,True +2017/03/29 22:00:00,13.025277811402654,True +2017/03/29 23:00:00,9.11995853955206,True +2017/03/30 00:00:00,5.076036127059062,True +2017/03/30 01:00:00,3.2100332490531627,True +2017/03/30 02:00:00,3.7638206360777455,True +2017/03/30 03:00:00,3.2086270112034585,True +2017/03/30 04:00:00,6.056438540176974,True +2017/03/30 05:00:00,8.484510671399256,True +2017/03/30 06:00:00,10.763028548646382,True +2017/03/30 07:00:00,13.881370713357004,True +2017/03/30 08:00:00,15.125504607212584,True +2017/03/30 09:00:00,16.089710103360222,True +2017/03/30 10:00:00,17.693169272051193,True +2017/03/30 11:00:00,18.684001082830534,True +2017/03/30 12:00:00,17.71893377194399,True +2017/03/30 13:00:00,17.836991216753486,True +2017/03/30 14:00:00,16.86643732047178,True +2017/03/30 15:00:00,16.391508853232814,True +2017/03/30 16:00:00,17.44431361575458,True +2017/03/30 17:00:00,17.791321098043824,True +2017/03/30 18:00:00,16.973480423308175,True +2017/03/30 19:00:00,16.973307428835156,True +2017/03/30 20:00:00,17.69109343913132,True +2017/03/30 21:00:00,17.01463737204789,True +2017/03/30 22:00:00,13.228184634823783,True +2017/03/30 23:00:00,9.281574772094128,True +2017/03/31 00:00:00,5.073949639102891,True +2017/03/31 01:00:00,3.209446849539056,True +2017/03/31 02:00:00,3.7647921489955296,True +2017/03/31 03:00:00,3.210131655932461,True +2017/03/31 04:00:00,6.035010893925869,True +2017/03/31 05:00:00,8.485936415005607,True +2017/03/31 06:00:00,10.761458850949413,True +2017/03/31 07:00:00,14.079992267449377,True +2017/03/31 08:00:00,15.279783363683666,True +2017/03/31 09:00:00,16.22860575693325,True +2017/03/31 10:00:00,17.818630578848353,True +2017/03/31 11:00:00,18.594526185656264,True +2017/03/31 12:00:00,17.557887335608918,True +2017/03/31 13:00:00,17.48766494842736,True +2017/03/31 14:00:00,16.763354344958486,True +2017/03/31 15:00:00,16.26403398250308,True +2017/03/31 16:00:00,17.507175606150454,True +2017/03/31 17:00:00,17.823367813911368,True +2017/03/31 18:00:00,16.638856186509262,True +2017/03/31 19:00:00,16.43530478092125,True +2017/03/31 20:00:00,17.8720243061011,True +2017/03/31 21:00:00,16.859592672607466,True +2017/03/31 22:00:00,13.062195691004597,True +2017/03/31 23:00:00,9.134195735397949,True +2017/04/01 00:00:00,5.161947168949897,True +2017/04/01 01:00:00,3.145271375333738,True +2017/04/01 02:00:00,3.7017547416415786,True +2017/04/01 03:00:00,3.146710534894504,True +2017/04/01 04:00:00,5.746114355770426,True +2017/04/01 05:00:00,9.06443166282893,True +2017/04/01 06:00:00,11.660880023109653,True +2017/04/01 07:00:00,11.434804354592407,True +2017/04/01 08:00:00,13.217413009052601,True +2017/04/01 09:00:00,15.781779211583041,True +2017/04/01 10:00:00,17.399924755245294,True +2017/04/01 11:00:00,17.8326637926508,True +2017/04/01 12:00:00,17.37354774630172,True +2017/04/01 13:00:00,16.798671404872444,True +2017/04/01 14:00:00,15.928888002404086,True +2017/04/01 15:00:00,15.899009528454549,True +2017/04/01 16:00:00,16.62182959106526,True +2017/04/01 17:00:00,17.693111297922417,True +2017/04/01 18:00:00,17.530162647690364,True +2017/04/01 19:00:00,17.476634209796693,True +2017/04/01 20:00:00,17.31181758509945,True +2017/04/01 21:00:00,17.01640000312603,True +2017/04/01 22:00:00,13.44750051420288,True +2017/04/01 23:00:00,9.422058494523746,True +2017/04/02 00:00:00,5.420490175766887,True +2017/04/02 01:00:00,3.1453725748196946,True +2017/04/02 02:00:00,3.7007012142544466,True +2017/04/02 03:00:00,3.14407824186416,True +2017/04/02 04:00:00,5.765183986270539,True +2017/04/02 05:00:00,9.063281771273774,True +2017/04/02 06:00:00,11.678110112323088,True +2017/04/02 07:00:00,11.449472383918797,True +2017/04/02 08:00:00,13.57487149908438,True +2017/04/02 09:00:00,13.726512898657939,True +2017/04/02 10:00:00,16.92706491478939,True +2017/04/02 11:00:00,17.92510456886201,True +2017/04/02 12:00:00,16.940725752715636,True +2017/04/02 13:00:00,16.881091007066793,True +2017/04/02 14:00:00,15.932291533291243,True +2017/04/02 15:00:00,15.819563893777906,True +2017/04/02 16:00:00,16.426092582345834,True +2017/04/02 17:00:00,17.086769936331663,True +2017/04/02 18:00:00,16.713876798585993,True +2017/04/02 19:00:00,16.190870084287575,True +2017/04/02 20:00:00,17.013323091140172,True +2017/04/02 21:00:00,16.027544538576578,True +2017/04/02 22:00:00,12.34254676874112,True +2017/04/02 23:00:00,8.91408091461098,True +2017/04/03 00:00:00,5.083252205904093,True +2017/04/03 01:00:00,3.2103141603475565,True +2017/04/03 02:00:00,3.7689119274191385,True +2017/04/03 03:00:00,3.212991013646242,True +2017/04/03 04:00:00,6.051531705736423,True +2017/04/03 05:00:00,9.301277872187178,True +2017/04/03 06:00:00,11.387465584284412,True +2017/04/03 07:00:00,13.635479131962287,True +2017/04/03 08:00:00,14.81221199770217,True +2017/04/03 09:00:00,15.85416399306198,True +2017/04/03 10:00:00,17.610089730440833,True +2017/04/03 11:00:00,18.487551758669973,True +2017/04/03 12:00:00,17.494733093427193,True +2017/04/03 13:00:00,17.249247320099965,True +2017/04/03 14:00:00,16.40427337624372,True +2017/04/03 15:00:00,16.07567261158499,True +2017/04/03 16:00:00,17.251548655891714,True +2017/04/03 17:00:00,17.382416419889612,True +2017/04/03 18:00:00,16.79316328546961,True +2017/04/03 19:00:00,16.812076974709786,True +2017/04/03 20:00:00,17.607479986575168,True +2017/04/03 21:00:00,16.73675610837656,True +2017/04/03 22:00:00,13.02772312992958,True +2017/04/03 23:00:00,9.169346765003587,True +2017/04/04 00:00:00,5.078794960273702,True +2017/04/04 01:00:00,3.2094747299494912,True +2017/04/04 02:00:00,3.7640369708550967,True +2017/04/04 03:00:00,3.2083584033891355,True +2017/04/04 04:00:00,5.98677408623103,True +2017/04/04 05:00:00,8.485982689067097,True +2017/04/04 06:00:00,10.770885627791701,True +2017/04/04 07:00:00,13.96662086502583,True +2017/04/04 08:00:00,14.913469339079885,True +2017/04/04 09:00:00,15.966125079234107,True +2017/04/04 10:00:00,17.600014392135364,True +2017/04/04 11:00:00,18.59617250084945,True +2017/04/04 12:00:00,17.77268050893651,True +2017/04/04 13:00:00,17.650905953640137,True +2017/04/04 14:00:00,16.616923491464043,True +2017/04/04 15:00:00,16.119570591180153,True +2017/04/04 16:00:00,17.360023104696303,True +2017/04/04 17:00:00,17.656300030791737,True +2017/04/04 18:00:00,16.992046863975588,True +2017/04/04 19:00:00,16.79805442412249,True +2017/04/04 20:00:00,17.597765436380584,True +2017/04/04 21:00:00,16.722634820284576,True +2017/04/04 22:00:00,12.973752086878433,True +2017/04/04 23:00:00,9.122443460865416,True +2017/04/05 00:00:00,5.06779835059896,True +2017/04/05 01:00:00,3.2091033266071523,True +2017/04/05 02:00:00,3.763201799403188,True +2017/04/05 03:00:00,3.209902192861671,True +2017/04/05 04:00:00,6.047888343146152,True +2017/04/05 05:00:00,9.365837083849877,True +2017/04/05 06:00:00,11.447267446923851,True +2017/04/05 07:00:00,13.609210174503382,True +2017/04/05 08:00:00,14.840426071385899,True +2017/04/05 09:00:00,15.953974004970062,True +2017/04/05 10:00:00,17.705961595133953,True +2017/04/05 11:00:00,18.584597048784833,True +2017/04/05 12:00:00,17.45323214761079,True +2017/04/05 13:00:00,17.641002395244403,True +2017/04/05 14:00:00,16.729664016601717,True +2017/04/05 15:00:00,16.19259952002928,True +2017/04/05 16:00:00,17.401565578279858,True +2017/04/05 17:00:00,17.753431923502447,True +2017/04/05 18:00:00,17.070968267331,True +2017/04/05 19:00:00,16.841627771250934,True +2017/04/05 20:00:00,17.657665387813143,True +2017/04/05 21:00:00,16.767398462376164,True +2017/04/05 22:00:00,12.981547394678351,True +2017/04/05 23:00:00,9.12032821249117,True +2017/04/06 00:00:00,5.075194963573692,True +2017/04/06 01:00:00,3.208942407908574,True +2017/04/06 02:00:00,3.7645877016182245,True +2017/04/06 03:00:00,3.208674642660385,True +2017/04/06 04:00:00,6.075785177371101,True +2017/04/06 05:00:00,9.279127858312304,True +2017/04/06 06:00:00,11.416475921280464,True +2017/04/06 07:00:00,13.608079506593599,True +2017/04/06 08:00:00,14.838053423946514,True +2017/04/06 09:00:00,15.996242409566928,True +2017/04/06 10:00:00,17.773678467888725,True +2017/04/06 11:00:00,18.616891215545127,True +2017/04/06 12:00:00,17.410048097303044,True +2017/04/06 13:00:00,17.335550391384583,True +2017/04/06 14:00:00,16.520175566353785,True +2017/04/06 15:00:00,15.63223798225784,True +2017/04/06 16:00:00,16.970803856080774,True +2017/04/06 17:00:00,17.106287860924667,True +2017/04/06 18:00:00,16.636880260413697,True +2017/04/06 19:00:00,16.45477327728804,True +2017/04/06 20:00:00,17.21023254500138,True +2017/04/06 21:00:00,16.84830121429552,True +2017/04/06 22:00:00,13.125893341863307,True +2017/04/06 23:00:00,9.17405782197753,True +2017/04/07 00:00:00,5.071042342165001,True +2017/04/07 01:00:00,3.2089406858281975,True +2017/04/07 02:00:00,3.7631884458632876,True +2017/04/07 03:00:00,3.2098075744890524,True +2017/04/07 04:00:00,6.034091310402289,True +2017/04/07 05:00:00,8.487225108337892,True +2017/04/07 06:00:00,10.761826225328205,True +2017/04/07 07:00:00,14.07800533806598,True +2017/04/07 08:00:00,15.301860716787665,True +2017/04/07 09:00:00,15.684953703646558,True +2017/04/07 10:00:00,17.41340201976051,True +2017/04/07 11:00:00,18.573458099202007,True +2017/04/07 12:00:00,18.062734892416255,True +2017/04/07 13:00:00,18.034510863525785,True +2017/04/07 14:00:00,17.07238545226496,True +2017/04/07 15:00:00,16.21758094352891,True +2017/04/07 16:00:00,17.377197379998716,True +2017/04/07 17:00:00,17.474945527482348,True +2017/04/07 18:00:00,16.796106031760548,True +2017/04/07 19:00:00,16.525006844217014,True +2017/04/07 20:00:00,17.548951318465306,True +2017/04/07 21:00:00,16.48318640930452,True +2017/04/07 22:00:00,12.74610807817388,True +2017/04/07 23:00:00,8.633774770370238,True +2017/04/08 00:00:00,5.16341318172141,True +2017/04/08 01:00:00,3.1475555870284158,True +2017/04/08 02:00:00,3.7006016542799687,True +2017/04/08 03:00:00,3.14651588284462,True +2017/04/08 04:00:00,5.139465079788792,True +2017/04/08 05:00:00,8.387396604723786,True +2017/04/08 06:00:00,11.05707373510502,True +2017/04/08 07:00:00,12.111243090469436,True +2017/04/08 08:00:00,12.829851523996734,True +2017/04/08 09:00:00,15.737376771452979,True +2017/04/08 10:00:00,17.25763381687196,True +2017/04/08 11:00:00,18.16426258841314,True +2017/04/08 12:00:00,17.690248974597196,True +2017/04/08 13:00:00,17.916447058075764,True +2017/04/08 14:00:00,16.903594826654857,True +2017/04/08 15:00:00,16.428131777385556,True +2017/04/08 16:00:00,16.71169112508964,True +2017/04/08 17:00:00,17.533909261855033,True +2017/04/08 18:00:00,17.461547653513314,True +2017/04/08 19:00:00,17.19506157252881,True +2017/04/08 20:00:00,16.79658169262921,True +2017/04/08 21:00:00,16.325640430355737,True +2017/04/08 22:00:00,12.97302464022693,True +2017/04/08 23:00:00,8.84378121041955,True +2017/04/09 00:00:00,5.41745164544515,True +2017/04/09 01:00:00,3.1442804342335364,True +2017/04/09 02:00:00,3.700388207052428,True +2017/04/09 03:00:00,3.1448927340650745,True +2017/04/09 04:00:00,4.978663408051538,True +2017/04/09 05:00:00,8.69737951130977,True +2017/04/09 06:00:00,11.354662101795746,True +2017/04/09 07:00:00,12.053058745971478,True +2017/04/09 08:00:00,14.194302274420806,True +2017/04/09 09:00:00,13.296867288147812,True +2017/04/09 10:00:00,16.570565093749636,True +2017/04/09 11:00:00,17.556591921784005,True +2017/04/09 12:00:00,16.526293648288725,True +2017/04/09 13:00:00,16.492779976163167,True +2017/04/09 14:00:00,15.749218057691694,True +2017/04/09 15:00:00,15.4437934243235,True +2017/04/09 16:00:00,16.222672440316998,True +2017/04/09 17:00:00,16.97605262329955,True +2017/04/09 18:00:00,16.43387876918819,True +2017/04/09 19:00:00,15.971956915916184,True +2017/04/09 20:00:00,16.98390901954297,True +2017/04/09 21:00:00,16.356141143199334,True +2017/04/09 22:00:00,12.724450546992793,True +2017/04/09 23:00:00,9.36419109316284,True +2017/04/10 00:00:00,5.083185853468716,True +2017/04/10 01:00:00,3.2082025408935357,True +2017/04/10 02:00:00,3.764782607492919,True +2017/04/10 03:00:00,3.2089694065754877,True +2017/04/10 04:00:00,6.017095975723573,True +2017/04/10 05:00:00,8.511456233214446,True +2017/04/10 06:00:00,10.778118746377848,True +2017/04/10 07:00:00,13.806463669012912,True +2017/04/10 08:00:00,14.819531809722706,True +2017/04/10 09:00:00,15.920081341688906,True +2017/04/10 10:00:00,17.601428685675586,True +2017/04/10 11:00:00,18.507952401355702,True +2017/04/10 12:00:00,17.72572053024978,True +2017/04/10 13:00:00,17.639381055154576,True +2017/04/10 14:00:00,16.606088280022714,True +2017/04/10 15:00:00,16.08351377472098,True +2017/04/10 16:00:00,17.32476553924124,True +2017/04/10 17:00:00,17.62587719336032,True +2017/04/10 18:00:00,17.026643123544805,True +2017/04/10 19:00:00,16.86641523768463,True +2017/04/10 20:00:00,17.627123816407938,True +2017/04/10 21:00:00,16.684096971433984,True +2017/04/10 22:00:00,12.977371115930055,True +2017/04/10 23:00:00,9.122307950537124,True +2017/04/11 00:00:00,5.070182297980305,True +2017/04/11 01:00:00,3.208163272025368,True +2017/04/11 02:00:00,3.7623232388232495,True +2017/04/11 03:00:00,3.2101573176727767,True +2017/04/11 04:00:00,6.065725368481264,True +2017/04/11 05:00:00,8.489476232556534,True +2017/04/11 06:00:00,10.783839168608855,True +2017/04/11 07:00:00,13.794848627629888,True +2017/04/11 08:00:00,14.880418155324923,True +2017/04/11 09:00:00,16.01519150885417,True +2017/04/11 10:00:00,17.619595308914477,True +2017/04/11 11:00:00,18.6403895853296,True +2017/04/11 12:00:00,17.677721793441535,True +2017/04/11 13:00:00,17.630230780337225,True +2017/04/11 14:00:00,16.89809289484711,True +2017/04/11 15:00:00,16.23120812025119,True +2017/04/11 16:00:00,17.459855545933817,True +2017/04/11 17:00:00,17.724539083867842,True +2017/04/11 18:00:00,16.986926269135548,True +2017/04/11 19:00:00,16.86506156321487,True +2017/04/11 20:00:00,17.742920012551192,True +2017/04/11 21:00:00,16.83063725516895,True +2017/04/11 22:00:00,13.137592422169051,True +2017/04/11 23:00:00,9.16395813562633,True +2017/04/12 00:00:00,5.073201329297777,True +2017/04/12 01:00:00,3.2095893148578316,True +2017/04/12 02:00:00,3.7636472290264233,True +2017/04/12 03:00:00,3.2092801984519106,True +2017/04/12 04:00:00,6.0562567784963095,True +2017/04/12 05:00:00,8.485366904748878,True +2017/04/12 06:00:00,10.756794001500426,True +2017/04/12 07:00:00,14.17624343587261,True +2017/04/12 08:00:00,15.528968304429755,True +2017/04/12 09:00:00,16.574736142761246,True +2017/04/12 10:00:00,17.861291041036726,True +2017/04/12 11:00:00,18.369869470604787,True +2017/04/12 12:00:00,17.417922834275124,True +2017/04/12 13:00:00,17.389485291899682,True +2017/04/12 14:00:00,16.529652620021025,True +2017/04/12 15:00:00,16.260400263763536,True +2017/04/12 16:00:00,17.511427550401823,True +2017/04/12 17:00:00,17.882627812299503,True +2017/04/12 18:00:00,17.03198200840236,True +2017/04/12 19:00:00,16.97996573337594,True +2017/04/12 20:00:00,17.730229812698266,True +2017/04/12 21:00:00,16.779372323645887,True +2017/04/12 22:00:00,13.01655014997519,True +2017/04/12 23:00:00,9.117728804044317,True +2017/04/13 00:00:00,5.070794831588446,True +2017/04/13 01:00:00,3.2093137192266252,True +2017/04/13 02:00:00,3.7636612668400518,True +2017/04/13 03:00:00,3.2086089191860547,True +2017/04/13 04:00:00,6.081964130174881,True +2017/04/13 05:00:00,8.48957989896768,True +2017/04/13 06:00:00,10.795700113234428,True +2017/04/13 07:00:00,13.741843720653002,True +2017/04/13 08:00:00,14.880925436090436,True +2017/04/13 09:00:00,15.945748520029897,True +2017/04/13 10:00:00,17.602391672851148,True +2017/04/13 11:00:00,18.60292173855013,True +2017/04/13 12:00:00,17.892360050585477,True +2017/04/13 13:00:00,17.59227522657258,True +2017/04/13 14:00:00,16.694477605721314,True +2017/04/13 15:00:00,16.140960042900556,True +2017/04/13 16:00:00,17.39652214548179,True +2017/04/13 17:00:00,17.78016833378599,True +2017/04/13 18:00:00,17.064312248750145,True +2017/04/13 19:00:00,16.831024978827053,True +2017/04/13 20:00:00,17.681920602140796,True +2017/04/13 21:00:00,16.749437474664777,True +2017/04/13 22:00:00,12.993848307144777,True +2017/04/13 23:00:00,9.120250050734843,True +2017/04/14 00:00:00,5.075695148293499,True +2017/04/14 01:00:00,3.2084988900039346,True +2017/04/14 02:00:00,3.7649579761520724,True +2017/04/14 03:00:00,3.2096516054879243,True +2017/04/14 04:00:00,6.065831524656294,True +2017/04/14 05:00:00,8.489667578132508,True +2017/04/14 06:00:00,10.764480395715319,True +2017/04/14 07:00:00,13.818392942686504,True +2017/04/14 08:00:00,14.937707342358836,True +2017/04/14 09:00:00,15.981450710189106,True +2017/04/14 10:00:00,17.582485353363186,True +2017/04/14 11:00:00,18.570726052478793,True +2017/04/14 12:00:00,17.77986396964662,True +2017/04/14 13:00:00,17.661805696810692,True +2017/04/14 14:00:00,16.69409316216377,True +2017/04/14 15:00:00,16.30016798967547,True +2017/04/14 16:00:00,17.40970174017745,True +2017/04/14 17:00:00,17.71858568688288,True +2017/04/14 18:00:00,16.300634379399234,True +2017/04/14 19:00:00,16.102584361266608,True +2017/04/14 20:00:00,16.947725200815828,True +2017/04/14 21:00:00,17.0365735088469,True +2017/04/14 22:00:00,13.417588843145765,True +2017/04/14 23:00:00,9.174027733149865,True +2017/04/15 00:00:00,5.162160496124858,True +2017/04/15 01:00:00,3.143907376491961,True +2017/04/15 02:00:00,3.7007621811747713,True +2017/04/15 03:00:00,3.1452797424174936,True +2017/04/15 04:00:00,5.749646320653692,True +2017/04/15 05:00:00,8.336447331361715,True +2017/04/15 06:00:00,11.016694636508753,True +2017/04/15 07:00:00,11.687811675248247,True +2017/04/15 08:00:00,13.448352164234102,True +2017/04/15 09:00:00,15.874002922442187,True +2017/04/15 10:00:00,17.20209153712488,True +2017/04/15 11:00:00,17.746602560537905,True +2017/04/15 12:00:00,17.215277001497935,True +2017/04/15 13:00:00,17.003279699847614,True +2017/04/15 14:00:00,15.97697622466401,True +2017/04/15 15:00:00,15.833044531038947,True +2017/04/15 16:00:00,16.52622719162433,True +2017/04/15 17:00:00,17.697428224520618,True +2017/04/15 18:00:00,17.48881024288443,True +2017/04/15 19:00:00,17.307663510346025,True +2017/04/15 20:00:00,17.010688567361182,True +2017/04/15 21:00:00,16.727124312369103,True +2017/04/15 22:00:00,13.092579484910036,True +2017/04/15 23:00:00,9.324631477189483,True +2017/04/16 00:00:00,5.41840917221071,True +2017/04/16 01:00:00,3.155852343329769,True +2017/04/16 02:00:00,3.7163409429481677,True +2017/04/16 03:00:00,3.1566490879505205,True +2017/04/16 04:00:00,5.8751725028080735,True +2017/04/16 05:00:00,9.243832109687823,True +2017/04/16 06:00:00,11.650207323175051,True +2017/04/16 07:00:00,11.447008553964508,True +2017/04/16 08:00:00,13.6476381616863,True +2017/04/16 09:00:00,13.674417912851306,True +2017/04/16 10:00:00,16.79457739054997,True +2017/04/16 11:00:00,17.77794716647195,True +2017/04/16 12:00:00,16.662955356954555,True +2017/04/16 13:00:00,16.68553475550326,True +2017/04/16 14:00:00,15.65608918604417,True +2017/04/16 15:00:00,15.546837123564394,True +2017/04/16 16:00:00,16.36474844467347,True +2017/04/16 17:00:00,16.884290528107115,True +2017/04/16 18:00:00,16.439288837321804,True +2017/04/16 19:00:00,15.929690134641922,True +2017/04/16 20:00:00,16.77577271327992,True +2017/04/16 21:00:00,15.961551729304238,True +2017/04/16 22:00:00,12.378290172562535,True +2017/04/16 23:00:00,8.95073916318048,True +2017/04/17 00:00:00,5.0915564113630385,True +2017/04/17 01:00:00,3.2221160739801875,True +2017/04/17 02:00:00,3.7769815827104156,True +2017/04/17 03:00:00,3.2206016055349505,True +2017/04/17 04:00:00,6.091759373156279,True +2017/04/17 05:00:00,9.356291418046263,True +2017/04/17 06:00:00,11.41864836839728,True +2017/04/17 07:00:00,13.611688307348011,True +2017/04/17 08:00:00,14.73752823264642,True +2017/04/17 09:00:00,15.799672436449782,True +2017/04/17 10:00:00,17.534367893521125,True +2017/04/17 11:00:00,18.412319668804102,True +2017/04/17 12:00:00,17.598910239989376,True +2017/04/17 13:00:00,17.51200298877174,True +2017/04/17 14:00:00,16.630832918788023,True +2017/04/17 15:00:00,16.137716122613327,True +2017/04/17 16:00:00,17.32825944606567,True +2017/04/17 17:00:00,17.643372585864057,True +2017/04/17 18:00:00,16.94719481190445,True +2017/04/17 19:00:00,16.75371428159808,True +2017/04/17 20:00:00,17.590897842324782,True +2017/04/17 21:00:00,16.742749943182055,True +2017/04/17 22:00:00,13.010734489370375,True +2017/04/17 23:00:00,9.117967264681067,True +2017/04/18 00:00:00,5.080908294198928,True +2017/04/18 01:00:00,3.2078046731287104,True +2017/04/18 02:00:00,3.763900977062576,True +2017/04/18 03:00:00,3.210334295643694,True +2017/04/18 04:00:00,6.062414515013371,True +2017/04/18 05:00:00,8.482528448748404,True +2017/04/18 06:00:00,10.764135137914142,True +2017/04/18 07:00:00,13.771244329048745,True +2017/04/18 08:00:00,14.994587761041743,True +2017/04/18 09:00:00,16.029720343023982,True +2017/04/18 10:00:00,17.735487864495507,True +2017/04/18 11:00:00,18.514500875523296,True +2017/04/18 12:00:00,17.513160573841223,True +2017/04/18 13:00:00,17.451264861999224,True +2017/04/18 14:00:00,16.5708519304974,True +2017/04/18 15:00:00,16.33366760045199,True +2017/04/18 16:00:00,16.918006493219707,True +2017/04/18 17:00:00,17.104014007385512,True +2017/04/18 18:00:00,16.58654552082672,True +2017/04/18 19:00:00,16.188123013420125,True +2017/04/18 20:00:00,17.710323477920067,True +2017/04/18 21:00:00,16.791219032874277,True +2017/04/18 22:00:00,13.179447494796241,True +2017/04/18 23:00:00,9.175446007209104,True +2017/04/19 00:00:00,5.074799456172095,True +2017/04/19 01:00:00,3.2090982187205275,True +2017/04/19 02:00:00,3.7634898325604595,True +2017/04/19 03:00:00,3.2097939947360414,True +2017/04/19 04:00:00,6.044897158189447,True +2017/04/19 05:00:00,8.488148961830376,True +2017/04/19 06:00:00,10.779343571694634,True +2017/04/19 07:00:00,13.673856677112168,True +2017/04/19 08:00:00,15.098327855985644,True +2017/04/19 09:00:00,16.3392774356532,True +2017/04/19 10:00:00,17.83519178039945,True +2017/04/19 11:00:00,18.418885078733727,True +2017/04/19 12:00:00,17.025031598394218,True +2017/04/19 13:00:00,16.97364443779583,True +2017/04/19 14:00:00,16.447210478959036,True +2017/04/19 15:00:00,16.05114190659881,True +2017/04/19 16:00:00,17.273333701533915,True +2017/04/19 17:00:00,17.45864252532235,True +2017/04/19 18:00:00,16.234521305902465,True +2017/04/19 19:00:00,16.396054884189397,True +2017/04/19 20:00:00,17.41060065090076,True +2017/04/19 21:00:00,16.71549143138779,True +2017/04/19 22:00:00,13.566229136465513,True +2017/04/19 23:00:00,9.866051648383278,True +2017/04/20 00:00:00,5.077804925057405,True +2017/04/20 01:00:00,3.2078986677299484,True +2017/04/20 02:00:00,3.7630136359655117,True +2017/04/20 03:00:00,3.2091070224924394,True +2017/04/20 04:00:00,5.64135047907032,True +2017/04/20 05:00:00,8.512259771381933,True +2017/04/20 06:00:00,10.779043467659386,True +2017/04/20 07:00:00,14.325538085489844,True +2017/04/20 08:00:00,15.362361065649713,True +2017/04/20 09:00:00,15.532113225297305,True +2017/04/20 10:00:00,17.224555737122138,True +2017/04/20 11:00:00,18.236202577695497,True +2017/04/20 12:00:00,17.47227325650491,True +2017/04/20 13:00:00,17.363766631357873,True +2017/04/20 14:00:00,16.575009492462613,True +2017/04/20 15:00:00,15.648887493934845,True +2017/04/20 16:00:00,17.014950364610637,True +2017/04/20 17:00:00,17.197361856339366,True +2017/04/20 18:00:00,16.742480977482586,True +2017/04/20 19:00:00,16.441174732824095,True +2017/04/20 20:00:00,17.457441418599114,True +2017/04/20 21:00:00,16.856009602594455,True +2017/04/20 22:00:00,13.168846546508233,True +2017/04/20 23:00:00,9.345842975632443,True +2017/04/21 00:00:00,5.07062767137756,True +2017/04/21 01:00:00,3.208056910884432,True +2017/04/21 02:00:00,3.7642294537195133,True +2017/04/21 03:00:00,3.209657891259947,True +2017/04/21 04:00:00,5.826500642443605,True +2017/04/21 05:00:00,8.506889412465302,True +2017/04/21 06:00:00,9.541398277796475,True +2017/04/21 07:00:00,13.638726993491792,True +2017/04/21 08:00:00,15.149731020376842,True +2017/04/21 09:00:00,16.46565889743913,True +2017/04/21 10:00:00,17.91006044892397,True +2017/04/21 11:00:00,18.034333693678967,True +2017/04/21 12:00:00,17.019943252070053,True +2017/04/21 13:00:00,17.068762175233033,True +2017/04/21 14:00:00,16.02619541138186,True +2017/04/21 15:00:00,15.717789386619193,True +2017/04/21 16:00:00,17.341742691456957,True +2017/04/21 17:00:00,17.114697905375767,True +2017/04/21 18:00:00,16.674926716541393,True +2017/04/21 19:00:00,16.347133755945425,True +2017/04/21 20:00:00,17.532989314533296,True +2017/04/21 21:00:00,16.82118402591406,True +2017/04/21 22:00:00,13.075500358194457,True +2017/04/21 23:00:00,9.157125046848638,True +2017/04/22 00:00:00,5.161785758248937,True +2017/04/22 01:00:00,3.1451282431609306,True +2017/04/22 02:00:00,3.7011271841711597,True +2017/04/22 03:00:00,3.1458177233769344,True +2017/04/22 04:00:00,5.696574394909486,True +2017/04/22 05:00:00,8.370873152041604,True +2017/04/22 06:00:00,9.802973800135295,True +2017/04/22 07:00:00,11.48358367173765,True +2017/04/22 08:00:00,13.553707070815465,True +2017/04/22 09:00:00,16.191321216387266,True +2017/04/22 10:00:00,17.437083768730137,True +2017/04/22 11:00:00,17.79544206693946,True +2017/04/22 12:00:00,17.10109883672939,True +2017/04/22 13:00:00,16.414827074119426,True +2017/04/22 14:00:00,15.669459155960608,True +2017/04/22 15:00:00,15.562750660696313,True +2017/04/22 16:00:00,16.28682525924076,True +2017/04/22 17:00:00,17.28432952391167,True +2017/04/22 18:00:00,16.676450046693652,True +2017/04/22 19:00:00,16.80747129075989,True +2017/04/22 20:00:00,16.73918436176765,True +2017/04/22 21:00:00,16.892369505859826,True +2017/04/22 22:00:00,13.396606450437758,True +2017/04/22 23:00:00,9.668086661470829,True +2017/04/23 00:00:00,5.415179137101719,True +2017/04/23 01:00:00,3.145713706858215,True +2017/04/23 02:00:00,3.7007139163009266,True +2017/04/23 03:00:00,3.1440533866278604,True +2017/04/23 04:00:00,5.70121222968982,True +2017/04/23 05:00:00,9.134411634578402,True +2017/04/23 06:00:00,10.485703665542758,True +2017/04/23 07:00:00,11.493271034826774,True +2017/04/23 08:00:00,13.904677911377457,True +2017/04/23 09:00:00,14.10667080716585,True +2017/04/23 10:00:00,16.588553529716034,True +2017/04/23 11:00:00,17.552897622311693,True +2017/04/23 12:00:00,16.50507941334779,True +2017/04/23 13:00:00,16.697668322959277,True +2017/04/23 14:00:00,15.489326076414086,True +2017/04/23 15:00:00,15.23857890707476,True +2017/04/23 16:00:00,16.084105727261655,True +2017/04/23 17:00:00,16.514764933067656,True +2017/04/23 18:00:00,16.686606542211358,True +2017/04/23 19:00:00,15.988262639009148,True +2017/04/23 20:00:00,16.910503752082054,True +2017/04/23 21:00:00,16.141417225856,True +2017/04/23 22:00:00,12.481833343936449,True +2017/04/23 23:00:00,8.97774592867288,True +2017/04/24 00:00:00,5.0806388546957795,True +2017/04/24 01:00:00,3.209214193546636,True +2017/04/24 02:00:00,3.764106220612069,True +2017/04/24 03:00:00,3.2095719198454113,True +2017/04/24 04:00:00,5.970620701663121,True +2017/04/24 05:00:00,9.198037655563638,True +2017/04/24 06:00:00,10.005600018738027,True +2017/04/24 07:00:00,13.560904921578093,True +2017/04/24 08:00:00,14.81556252517618,True +2017/04/24 09:00:00,15.95735301749965,True +2017/04/24 10:00:00,17.682433864383594,True +2017/04/24 11:00:00,18.639286449856506,True +2017/04/24 12:00:00,17.348587142621508,True +2017/04/24 13:00:00,17.274594277237348,True +2017/04/24 14:00:00,16.52180548896052,True +2017/04/24 15:00:00,16.140298827850984,True +2017/04/24 16:00:00,17.337060677407777,True +2017/04/24 17:00:00,17.491082553224103,True +2017/04/24 18:00:00,16.708535399519157,True +2017/04/24 19:00:00,16.423401969577412,True +2017/04/24 20:00:00,17.802847705296788,True +2017/04/24 21:00:00,16.877209655419346,True +2017/04/24 22:00:00,13.08124899531973,True +2017/04/24 23:00:00,9.188936095270659,True +2017/04/25 00:00:00,5.071950304835017,True +2017/04/25 01:00:00,3.2080235022315975,True +2017/04/25 02:00:00,3.763520424680797,True +2017/04/25 03:00:00,3.2106029784754853,True +2017/04/25 04:00:00,5.883431570974805,True +2017/04/25 05:00:00,8.497826022121478,True +2017/04/25 06:00:00,9.519479179383419,True +2017/04/25 07:00:00,13.888212902323103,True +2017/04/25 08:00:00,15.035502098124907,True +2017/04/25 09:00:00,16.246325839149208,True +2017/04/25 10:00:00,17.81890473511705,True +2017/04/25 11:00:00,18.51472292082107,True +2017/04/25 12:00:00,17.750369313329603,True +2017/04/25 13:00:00,17.49465091082991,True +2017/04/25 14:00:00,16.665840757233024,True +2017/04/25 15:00:00,16.359027608452173,True +2017/04/25 16:00:00,17.411715075940453,True +2017/04/25 17:00:00,17.81691823335319,True +2017/04/25 18:00:00,17.03146862229517,True +2017/04/25 19:00:00,16.823834342742966,True +2017/04/25 20:00:00,17.71839637078059,True +2017/04/25 21:00:00,16.84039196689475,True +2017/04/25 22:00:00,13.06357679169904,True +2017/04/25 23:00:00,9.125516904463801,True +2017/04/26 00:00:00,5.071143452681275,True +2017/04/26 01:00:00,3.2103329522816537,True +2017/04/26 02:00:00,3.7639925638838996,True +2017/04/26 03:00:00,3.2078482059601594,True +2017/04/26 04:00:00,5.997431001440611,True +2017/04/26 05:00:00,8.482999208079411,True +2017/04/26 06:00:00,9.537837250568431,True +2017/04/26 07:00:00,13.758624976422293,True +2017/04/26 08:00:00,15.221742496800701,True +2017/04/26 09:00:00,16.472971175347844,True +2017/04/26 10:00:00,17.949692399337206,True +2017/04/26 11:00:00,18.4026170119531,True +2017/04/26 12:00:00,17.04646717565278,True +2017/04/26 13:00:00,17.08649108896563,True +2017/04/26 14:00:00,16.347164611623374,True +2017/04/26 15:00:00,15.723555464818043,True +2017/04/26 16:00:00,16.903039126436443,True +2017/04/26 17:00:00,17.504062537476276,True +2017/04/26 18:00:00,16.751895327296566,True +2017/04/26 19:00:00,16.554844225137632,True +2017/04/26 20:00:00,17.342256888720243,True +2017/04/26 21:00:00,17.140966040204972,True +2017/04/26 22:00:00,13.721907131693804,True +2017/04/26 23:00:00,9.63402420685517,True +2017/04/27 00:00:00,5.07242992896401,True +2017/04/27 01:00:00,3.2085974939006907,True +2017/04/27 02:00:00,3.763506165794084,True +2017/04/27 03:00:00,3.209102381060871,True +2017/04/27 04:00:00,5.959998836809517,True +2017/04/27 05:00:00,8.521800144850422,True +2017/04/27 06:00:00,9.532545683887168,True +2017/04/27 07:00:00,14.022861048864494,True +2017/04/27 08:00:00,15.442780354083919,True +2017/04/27 09:00:00,16.205655396780635,True +2017/04/27 10:00:00,17.80764467591023,True +2017/04/27 11:00:00,18.392210986006965,True +2017/04/27 12:00:00,17.45366982009087,True +2017/04/27 13:00:00,17.36424563311549,True +2017/04/27 14:00:00,16.526846680414845,True +2017/04/27 15:00:00,16.140546897098282,True +2017/04/27 16:00:00,17.332335724336144,True +2017/04/27 17:00:00,17.52508437972143,True +2017/04/27 18:00:00,16.807651721826485,True +2017/04/27 19:00:00,16.49807298557382,True +2017/04/27 20:00:00,17.307544656802317,True +2017/04/27 21:00:00,17.131394040609177,True +2017/04/27 22:00:00,13.768253087972186,True +2017/04/27 23:00:00,9.812445222991673,True +2017/04/28 00:00:00,5.071838361014087,True +2017/04/28 01:00:00,3.209580484503757,True +2017/04/28 02:00:00,3.7643838758034938,True +2017/04/28 03:00:00,3.209673160559905,True +2017/04/28 04:00:00,5.889810205725135,True +2017/04/28 05:00:00,8.525095410053387,True +2017/04/28 06:00:00,9.529811894778694,True +2017/04/28 07:00:00,14.407505834505477,True +2017/04/28 08:00:00,15.544990388802415,True +2017/04/28 09:00:00,16.565338321847804,True +2017/04/28 10:00:00,17.813070089990774,True +2017/04/28 11:00:00,18.730237341362404,True +2017/04/28 12:00:00,17.387222688715973,True +2017/04/28 13:00:00,17.281280455980756,True +2017/04/28 14:00:00,16.762683849988704,True +2017/04/28 15:00:00,16.221658955977095,True +2017/04/28 16:00:00,17.478693917035798,True +2017/04/28 17:00:00,17.863990621706154,True +2017/04/28 18:00:00,16.981553944355333,True +2017/04/28 19:00:00,16.715236226185258,True +2017/04/28 20:00:00,17.597144622418313,True +2017/04/28 21:00:00,17.14339406096318,True +2017/04/28 22:00:00,13.471851368825591,True +2017/04/28 23:00:00,9.575331747944464,True +2017/04/29 00:00:00,5.161102648319581,True +2017/04/29 01:00:00,3.147242196430037,True +2017/04/29 02:00:00,3.7000761344285795,True +2017/04/29 03:00:00,3.1455025959458767,True +2017/04/29 04:00:00,5.653871448718231,True +2017/04/29 05:00:00,8.338622205776613,True +2017/04/29 06:00:00,9.792715594241983,True +2017/04/29 07:00:00,12.040094628955567,True +2017/04/29 08:00:00,13.800831896380855,True +2017/04/29 09:00:00,16.243297972231975,True +2017/04/29 10:00:00,17.631088649775823,True +2017/04/29 11:00:00,17.997186372613633,True +2017/04/29 12:00:00,17.071975946542565,True +2017/04/29 13:00:00,16.394692913316927,True +2017/04/29 14:00:00,16.058131008712145,True +2017/04/29 15:00:00,15.937387233404873,True +2017/04/29 16:00:00,16.628601976011986,True +2017/04/29 17:00:00,17.753822520225057,True +2017/04/29 18:00:00,17.51659726777701,True +2017/04/29 19:00:00,16.73439842698992,True +2017/04/29 20:00:00,16.984761341116197,True +2017/04/29 21:00:00,16.7355113099611,True +2017/04/29 22:00:00,13.554467285513594,True +2017/04/29 23:00:00,9.801103114083565,True +2017/04/30 00:00:00,5.4136652353606705,True +2017/04/30 01:00:00,3.1460500169988763,True +2017/04/30 02:00:00,3.701406909404384,True +2017/04/30 03:00:00,3.1445619869441286,True +2017/04/30 04:00:00,5.263044505925993,True +2017/04/30 05:00:00,8.726467272081104,True +2017/04/30 06:00:00,10.051375433541992,True +2017/04/30 07:00:00,11.728372523064147,True +2017/04/30 08:00:00,13.749701012039507,True +2017/04/30 09:00:00,13.80939017335965,True +2017/04/30 10:00:00,17.110305928794926,True +2017/04/30 11:00:00,18.050802639141168,True +2017/04/30 12:00:00,17.219481343397547,True +2017/04/30 13:00:00,16.840401990245873,True +2017/04/30 14:00:00,15.91762294560493,True +2017/04/30 15:00:00,15.272024955612979,True +2017/04/30 16:00:00,16.099498011638136,True +2017/04/30 17:00:00,16.59942868030848,True +2017/04/30 18:00:00,16.02624194714116,True +2017/04/30 19:00:00,16.086703606157087,True +2017/04/30 20:00:00,16.88924737148016,True +2017/04/30 21:00:00,16.371750122531324,True +2017/04/30 22:00:00,12.72763910704551,True +2017/04/30 23:00:00,9.2405269293134,True +2017/05/01 00:00:00,5.087686523854947,True +2017/05/01 01:00:00,3.2102094977138234,True +2017/05/01 02:00:00,3.7648139459476773,True +2017/05/01 03:00:00,3.2081960188909777,True +2017/05/01 04:00:00,5.817099914675315,True +2017/05/01 05:00:00,8.93605045439108,True +2017/05/01 06:00:00,9.843953906607894,True +2017/05/01 07:00:00,13.595750511240313,True +2017/05/01 08:00:00,15.114203130584434,True +2017/05/01 09:00:00,16.437429567357462,True +2017/05/01 10:00:00,17.85457657063512,True +2017/05/01 11:00:00,18.380125685985455,True +2017/05/01 12:00:00,17.42197177428045,True +2017/05/01 13:00:00,16.888840917004984,True +2017/05/01 14:00:00,16.02071683776316,True +2017/05/01 15:00:00,15.638467992569945,True +2017/05/01 16:00:00,16.91707685216158,True +2017/05/01 17:00:00,17.121761868438163,True +2017/05/01 18:00:00,16.71730541004291,True +2017/05/01 19:00:00,16.377949498765066,True +2017/05/01 20:00:00,17.324649474401514,True +2017/05/01 21:00:00,17.000725653401265,True +2017/05/01 22:00:00,13.560286804992984,True +2017/05/01 23:00:00,9.516395241319184,True +2017/05/02 00:00:00,5.078977132930777,True +2017/05/02 01:00:00,3.2110404159411923,True +2017/05/02 02:00:00,3.7654879335729077,True +2017/05/02 03:00:00,3.209940514364159,True +2017/05/02 04:00:00,5.886329426263234,True +2017/05/02 05:00:00,8.503378837367613,True +2017/05/02 06:00:00,9.53482968505411,True +2017/05/02 07:00:00,14.166785655939176,True +2017/05/02 08:00:00,15.471716214916627,True +2017/05/02 09:00:00,15.538641951682967,True +2017/05/02 10:00:00,17.361706204158317,True +2017/05/02 11:00:00,18.292794551202917,True +2017/05/02 12:00:00,17.42632084453089,True +2017/05/02 13:00:00,17.169090234058167,True +2017/05/02 14:00:00,16.271424034184054,True +2017/05/02 15:00:00,15.9037296609104,True +2017/05/02 16:00:00,17.13662084158861,True +2017/05/02 17:00:00,17.144313522879557,True +2017/05/02 18:00:00,16.317209574844817,True +2017/05/02 19:00:00,16.623568775945746,True +2017/05/02 20:00:00,17.420639087248965,True +2017/05/02 21:00:00,16.689572276284565,True +2017/05/02 22:00:00,13.683440133637898,True +2017/05/02 23:00:00,9.657618898783197,True +2017/05/03 00:00:00,5.077675944493382,True +2017/05/03 01:00:00,3.210183852226673,True +2017/05/03 02:00:00,3.76748901361771,True +2017/05/03 03:00:00,3.20979820370394,True +2017/05/03 04:00:00,5.905054272005395,True +2017/05/03 05:00:00,8.519935187220511,True +2017/05/03 06:00:00,9.473434700603306,True +2017/05/03 07:00:00,14.090805589748769,True +2017/05/03 08:00:00,15.383289945190088,True +2017/05/03 09:00:00,16.528402242369133,True +2017/05/03 10:00:00,17.87909530634227,True +2017/05/03 11:00:00,18.35809933725043,True +2017/05/03 12:00:00,17.00772458520159,True +2017/05/03 13:00:00,17.18052220839933,True +2017/05/03 14:00:00,16.430865843135695,True +2017/05/03 15:00:00,15.888446580124844,True +2017/05/03 16:00:00,16.981313131228333,True +2017/05/03 17:00:00,17.329932519399943,True +2017/05/03 18:00:00,16.22707552616956,True +2017/05/03 19:00:00,16.416684441254393,True +2017/05/03 20:00:00,17.307084086171756,True +2017/05/03 21:00:00,16.93235556005193,True +2017/05/03 22:00:00,13.433942045363997,True +2017/05/03 23:00:00,9.505382268000817,True +2017/05/04 00:00:00,5.078291423661172,True +2017/05/04 01:00:00,3.2117054609435733,True +2017/05/04 02:00:00,3.765482814084758,True +2017/05/04 03:00:00,3.2097718291148483,True +2017/05/04 04:00:00,5.848482637859443,True +2017/05/04 05:00:00,8.511758443394555,True +2017/05/04 06:00:00,9.421464231659948,True +2017/05/04 07:00:00,13.899714703556011,True +2017/05/04 08:00:00,15.47069988885175,True +2017/05/04 09:00:00,16.264736693669793,True +2017/05/04 10:00:00,17.24440537721488,True +2017/05/04 11:00:00,18.090795817945143,True +2017/05/04 12:00:00,17.127044124829208,True +2017/05/04 13:00:00,17.196993964706465,True +2017/05/04 14:00:00,16.343322275802464,True +2017/05/04 15:00:00,15.891376066387588,True +2017/05/04 16:00:00,17.06434230127775,True +2017/05/04 17:00:00,17.18258327423163,True +2017/05/04 18:00:00,16.277664777253598,True +2017/05/04 19:00:00,16.05403830100424,True +2017/05/04 20:00:00,17.402444514210107,True +2017/05/04 21:00:00,16.697600492968363,True +2017/05/04 22:00:00,13.74141862172041,True +2017/05/04 23:00:00,9.827913965909012,True +2017/05/05 00:00:00,5.075168612631011,True +2017/05/05 01:00:00,3.2108201578353324,True +2017/05/05 02:00:00,3.7644707520991196,True +2017/05/05 03:00:00,3.211439639894973,True +2017/05/05 04:00:00,5.2914654849337595,True +2017/05/05 05:00:00,8.524084625986719,True +2017/05/05 06:00:00,9.552663942534048,True +2017/05/05 07:00:00,14.200468982695778,True +2017/05/05 08:00:00,15.080638053614052,True +2017/05/05 09:00:00,15.543026058749842,True +2017/05/05 10:00:00,17.36750045563825,True +2017/05/05 11:00:00,18.22631485642725,True +2017/05/05 12:00:00,17.621503304381275,True +2017/05/05 13:00:00,17.625669366875222,True +2017/05/05 14:00:00,16.265728154660106,True +2017/05/05 15:00:00,15.830889002439443,True +2017/05/05 16:00:00,17.00167098262369,True +2017/05/05 17:00:00,17.122862508683433,True +2017/05/05 18:00:00,16.67371191649844,True +2017/05/05 19:00:00,16.413836943594827,True +2017/05/05 20:00:00,17.33743231046684,True +2017/05/05 21:00:00,17.103862210396294,True +2017/05/05 22:00:00,13.416373545978642,True +2017/05/05 23:00:00,9.474897056300557,True +2017/05/06 00:00:00,5.165498997978173,True +2017/05/06 01:00:00,3.1476625340876594,True +2017/05/06 02:00:00,3.7015992886088873,True +2017/05/06 03:00:00,3.1472685578811874,True +2017/05/06 04:00:00,5.533964605289786,True +2017/05/06 05:00:00,8.368055576400906,True +2017/05/06 06:00:00,9.726610686378198,True +2017/05/06 07:00:00,12.181105748014444,True +2017/05/06 08:00:00,14.102051890785683,True +2017/05/06 09:00:00,16.427466942347362,True +2017/05/06 10:00:00,17.584058562144985,True +2017/05/06 11:00:00,17.647490351346633,True +2017/05/06 12:00:00,17.05478734886371,True +2017/05/06 13:00:00,16.84827595097567,True +2017/05/06 14:00:00,16.00279502612754,True +2017/05/06 15:00:00,15.87946253648265,True +2017/05/06 16:00:00,16.540023090856817,True +2017/05/06 17:00:00,17.613262464593735,True +2017/05/06 18:00:00,17.095339100668166,True +2017/05/06 19:00:00,16.710378101491017,True +2017/05/06 20:00:00,17.13046214750384,True +2017/05/06 21:00:00,16.973194145801106,True +2017/05/06 22:00:00,13.38012028724943,True +2017/05/06 23:00:00,9.415155888594008,True +2017/05/07 00:00:00,5.420137441884849,True +2017/05/07 01:00:00,3.1465654325226247,True +2017/05/07 02:00:00,3.70244559261666,True +2017/05/07 03:00:00,3.147097292865365,True +2017/05/07 04:00:00,5.578465604590281,True +2017/05/07 05:00:00,9.067661401164221,True +2017/05/07 06:00:00,10.235976957803095,True +2017/05/07 07:00:00,11.529913418719826,True +2017/05/07 08:00:00,14.043284932959693,True +2017/05/07 09:00:00,14.159065746134493,True +2017/05/07 10:00:00,17.13365223704596,True +2017/05/07 11:00:00,17.50224437679709,True +2017/05/07 12:00:00,16.350757190492516,True +2017/05/07 13:00:00,16.32179021449416,True +2017/05/07 14:00:00,15.384067499200032,True +2017/05/07 15:00:00,15.244672399736961,True +2017/05/07 16:00:00,16.086533999425445,True +2017/05/07 17:00:00,16.579947684271545,True +2017/05/07 18:00:00,16.069716088371152,True +2017/05/07 19:00:00,15.978765441785693,True +2017/05/07 20:00:00,16.845676205095465,True +2017/05/07 21:00:00,16.3400882524729,True +2017/05/07 22:00:00,12.87036292542492,True +2017/05/07 23:00:00,9.301361559048528,True +2017/05/08 00:00:00,5.088778840029833,True +2017/05/08 01:00:00,3.2102925465249625,True +2017/05/08 02:00:00,3.765005209792592,True +2017/05/08 03:00:00,3.211174834908031,True +2017/05/08 04:00:00,5.933596909706727,True +2017/05/08 05:00:00,8.537964401690537,True +2017/05/08 06:00:00,9.420583937984603,True +2017/05/08 07:00:00,13.66407817365591,True +2017/05/08 08:00:00,15.026415845703351,True +2017/05/08 09:00:00,16.21166020074558,True +2017/05/08 10:00:00,17.695171279627306,True +2017/05/08 11:00:00,18.54522052688715,True +2017/05/08 12:00:00,17.443384365154248,True +2017/05/08 13:00:00,16.90281131286643,True +2017/05/08 14:00:00,16.024561813211243,True +2017/05/08 15:00:00,15.64879407236085,True +2017/05/08 16:00:00,16.924937858065434,True +2017/05/08 17:00:00,17.52759694912017,True +2017/05/08 18:00:00,16.714196095256955,True +2017/05/08 19:00:00,16.414057531344536,True +2017/05/08 20:00:00,17.38161360536689,True +2017/05/08 21:00:00,16.890950332569368,True +2017/05/08 22:00:00,13.641507459414795,True +2017/05/08 23:00:00,9.646688726276246,True +2017/05/09 00:00:00,5.075765871372923,True +2017/05/09 01:00:00,3.2097752363542287,True +2017/05/09 02:00:00,3.7656110928899085,True +2017/05/09 03:00:00,3.210980003872303,True +2017/05/09 04:00:00,5.440020279838113,True +2017/05/09 05:00:00,8.508708867269435,True +2017/05/09 06:00:00,9.5007171793014,True +2017/05/09 07:00:00,14.318693663455086,True +2017/05/09 08:00:00,15.536617656748906,True +2017/05/09 09:00:00,16.266584245365046,True +2017/05/09 10:00:00,17.421375887441908,True +2017/05/09 11:00:00,18.429131740017475,True +2017/05/09 12:00:00,17.791827788773247,True +2017/05/09 13:00:00,17.656697106224637,True +2017/05/09 14:00:00,16.701446909404094,True +2017/05/09 15:00:00,16.377636240255345,True +2017/05/09 16:00:00,17.511943027622728,True +2017/05/09 17:00:00,17.607292945314686,True +2017/05/09 18:00:00,16.801378127788443,True +2017/05/09 19:00:00,16.633510809239368,True +2017/05/09 20:00:00,17.45599135508309,True +2017/05/09 21:00:00,16.584999040648416,True +2017/05/09 22:00:00,13.55740199232906,True +2017/05/09 23:00:00,9.759193631306237,True +2017/05/10 00:00:00,5.07724561317275,True +2017/05/10 01:00:00,3.2112495720214316,True +2017/05/10 02:00:00,3.765555722159748,True +2017/05/10 03:00:00,3.2093684029718452,True +2017/05/10 04:00:00,5.3012928316553865,True +2017/05/10 05:00:00,8.53318312900128,True +2017/05/10 06:00:00,9.548247827679672,True +2017/05/10 07:00:00,14.200818878758781,True +2017/05/10 08:00:00,14.598026254065159,True +2017/05/10 09:00:00,16.385001095770974,True +2017/05/10 10:00:00,18.468807185507472,True +2017/05/10 11:00:00,20.09176899308924,True +2017/05/10 12:00:00,19.697778701273943,True +2017/05/10 13:00:00,20.119921613767275,True +2017/05/10 14:00:00,19.438390563207165,True +2017/05/10 15:00:00,18.998407044135984,True +2017/05/10 16:00:00,19.645281593159172,True +2017/05/10 17:00:00,19.801221717854368,True +2017/05/10 18:00:00,16.884715530061033,True +2017/05/10 19:00:00,16.6442687494471,True +2017/05/10 20:00:00,17.19535224242833,True +2017/05/10 21:00:00,16.570347287972353,True +2017/05/10 22:00:00,13.069941383411805,True +2017/05/10 23:00:00,9.239070679934246,True +2017/05/11 00:00:00,5.094333382947458,True +2017/05/11 01:00:00,3.210025701239603,True +2017/05/11 02:00:00,3.763733194600224,True +2017/05/11 03:00:00,3.2100424428445065,True +2017/05/11 04:00:00,5.457880602251512,True +2017/05/11 05:00:00,8.57605946001342,True +2017/05/11 06:00:00,9.60248677303782,True +2017/05/11 07:00:00,13.395254356614181,True +2017/05/11 08:00:00,15.267174111652347,True +2017/05/11 09:00:00,16.49168469112535,True +2017/05/11 10:00:00,17.80660937503953,True +2017/05/11 11:00:00,18.66230736474548,True +2017/05/11 12:00:00,17.509699443754908,True +2017/05/11 13:00:00,17.307816098987363,True +2017/05/11 14:00:00,16.74998909498918,True +2017/05/11 15:00:00,16.467663152221682,True +2017/05/11 16:00:00,17.47734164198284,True +2017/05/11 17:00:00,17.870414001844843,True +2017/05/11 18:00:00,17.025357478466276,True +2017/05/11 19:00:00,16.801836103429856,True +2017/05/11 20:00:00,17.617262444237202,True +2017/05/11 21:00:00,17.21870526944444,True +2017/05/11 22:00:00,13.88702134840003,True +2017/05/11 23:00:00,9.820810294954896,True +2017/05/12 00:00:00,5.073863571157449,True +2017/05/12 01:00:00,3.2103025442715962,True +2017/05/12 02:00:00,3.765807110538549,True +2017/05/12 03:00:00,3.2101603042684625,True +2017/05/12 04:00:00,5.918462690879226,True +2017/05/12 05:00:00,8.517160507323972,True +2017/05/12 06:00:00,9.53242675456252,True +2017/05/12 07:00:00,14.53551591825167,True +2017/05/12 08:00:00,15.677490019666436,True +2017/05/12 09:00:00,16.687856616846354,True +2017/05/12 10:00:00,17.942197600055586,True +2017/05/12 11:00:00,18.374272870221855,True +2017/05/12 12:00:00,17.416697202870093,True +2017/05/12 13:00:00,17.409169929163127,True +2017/05/12 14:00:00,16.537110549328656,True +2017/05/12 15:00:00,16.21895902480623,True +2017/05/12 16:00:00,16.920362441657286,True +2017/05/12 17:00:00,17.121929624005972,True +2017/05/12 18:00:00,16.241026812063186,True +2017/05/12 19:00:00,16.46373846893976,True +2017/05/12 20:00:00,17.45575020105956,True +2017/05/12 21:00:00,17.090188898501633,True +2017/05/12 22:00:00,13.839521574921026,True +2017/05/12 23:00:00,9.859193380419262,True +2017/05/13 00:00:00,5.166975777465835,True +2017/05/13 01:00:00,3.148020032128629,True +2017/05/13 02:00:00,3.7016798278274643,True +2017/05/13 03:00:00,3.14682167431792,True +2017/05/13 04:00:00,5.597055419936353,True +2017/05/13 05:00:00,8.355092121276304,True +2017/05/13 06:00:00,9.706009781915043,True +2017/05/13 07:00:00,12.528689457053824,True +2017/05/13 08:00:00,12.823460545218346,True +2017/05/13 09:00:00,15.605049274651613,True +2017/05/13 10:00:00,17.304295428581568,True +2017/05/13 11:00:00,18.090482675458404,True +2017/05/13 12:00:00,18.021032690686255,True +2017/05/13 13:00:00,18.165614096159764,True +2017/05/13 14:00:00,17.35169886461024,True +2017/05/13 15:00:00,17.534553936241437,True +2017/05/13 16:00:00,18.192889823659296,True +2017/05/13 17:00:00,18.79957938182957,True +2017/05/13 18:00:00,18.525115568666454,True +2017/05/13 19:00:00,18.024101946077224,True +2017/05/13 20:00:00,17.558182776273654,True +2017/05/13 21:00:00,16.878792618590104,True +2017/05/13 22:00:00,13.705442749268359,True +2017/05/13 23:00:00,10.005094648420462,True +2017/05/14 00:00:00,5.536873156444934,True +2017/05/14 01:00:00,3.1466790218842844,True +2017/05/14 02:00:00,3.7006944788871294,True +2017/05/14 03:00:00,3.1462290750780313,True +2017/05/14 04:00:00,5.2122943583606025,True +2017/05/14 05:00:00,9.128150968808708,True +2017/05/14 06:00:00,10.613341831366242,True +2017/05/14 07:00:00,11.73875630393083,True +2017/05/14 08:00:00,13.886183339872884,True +2017/05/14 09:00:00,14.010211837962384,True +2017/05/14 10:00:00,17.428163826650547,True +2017/05/14 11:00:00,18.729434185941496,True +2017/05/14 12:00:00,18.720263664063346,True +2017/05/14 13:00:00,19.238175696443708,True +2017/05/14 14:00:00,18.59667707485892,True +2017/05/14 15:00:00,18.571653708374757,True +2017/05/14 16:00:00,19.039113607517116,True +2017/05/14 17:00:00,17.012821919463356,True +2017/05/14 18:00:00,17.75247069541711,True +2017/05/14 19:00:00,15.642483874280535,True +2017/05/14 20:00:00,17.03101020255864,True +2017/05/14 21:00:00,16.235593560938486,True +2017/05/14 22:00:00,13.050409724211534,True +2017/05/14 23:00:00,9.857744550513981,True +2017/05/15 00:00:00,5.085763502936527,True +2017/05/15 01:00:00,3.210417660205484,True +2017/05/15 02:00:00,3.7656832291073785,True +2017/05/15 03:00:00,3.2095655309052566,True +2017/05/15 04:00:00,5.242129499944229,True +2017/05/15 05:00:00,8.530254183282457,True +2017/05/15 06:00:00,9.462750091503125,True +2017/05/15 07:00:00,14.122102851499374,True +2017/05/15 08:00:00,14.468600175482655,True +2017/05/15 09:00:00,15.540151046359139,True +2017/05/15 10:00:00,17.39516894837565,True +2017/05/15 11:00:00,18.25030630192341,True +2017/05/15 12:00:00,17.691669860068956,True +2017/05/15 13:00:00,17.53410790030211,True +2017/05/15 14:00:00,16.403956734131746,True +2017/05/15 15:00:00,16.1340383894682,True +2017/05/15 16:00:00,17.309394704203843,True +2017/05/15 17:00:00,17.430070623206436,True +2017/05/15 18:00:00,16.567361729468804,True +2017/05/15 19:00:00,15.88455543695287,True +2017/05/15 20:00:00,17.448080664522625,True +2017/05/15 21:00:00,16.734356781868318,True +2017/05/15 22:00:00,13.854209778867835,True +2017/05/15 23:00:00,9.991981028103408,True +2017/05/16 00:00:00,5.075702046433574,True +2017/05/16 01:00:00,3.2108314215089235,True +2017/05/16 02:00:00,3.765406010001697,True +2017/05/16 03:00:00,3.2111807995696675,True +2017/05/16 04:00:00,5.296909869025498,True +2017/05/16 05:00:00,8.526386089571634,True +2017/05/16 06:00:00,9.502024238618715,True +2017/05/16 07:00:00,14.070265540746657,True +2017/05/16 08:00:00,14.456903080461508,True +2017/05/16 09:00:00,15.725028799416796,True +2017/05/16 10:00:00,17.43906198359522,True +2017/05/16 11:00:00,18.592176345317828,True +2017/05/16 12:00:00,18.085255927022512,True +2017/05/16 13:00:00,18.363096589034384,True +2017/05/16 14:00:00,17.683396053783433,True +2017/05/16 15:00:00,17.714327914954858,True +2017/05/16 16:00:00,18.588035753291948,True +2017/05/16 17:00:00,18.74539456363177,True +2017/05/16 18:00:00,17.84591291619941,True +2017/05/16 19:00:00,17.425501565689725,True +2017/05/16 20:00:00,18.04450614742207,True +2017/05/16 21:00:00,16.91589336410735,True +2017/05/16 22:00:00,13.157748005368367,True +2017/05/16 23:00:00,9.229123951844592,True +2017/05/17 00:00:00,5.125003753433003,True +2017/05/17 01:00:00,3.2099964448229907,True +2017/05/17 02:00:00,3.7641997348871534,True +2017/05/17 03:00:00,3.209436506164838,True +2017/05/17 04:00:00,5.5022851505958945,True +2017/05/17 05:00:00,8.586455544219026,True +2017/05/17 06:00:00,9.652523043444637,True +2017/05/17 07:00:00,14.318631654053927,True +2017/05/17 08:00:00,15.457630956285515,True +2017/05/17 09:00:00,16.669216777188776,True +2017/05/17 10:00:00,18.111998171451543,True +2017/05/17 11:00:00,18.359464761059687,True +2017/05/17 12:00:00,17.87359982855423,True +2017/05/17 13:00:00,17.922092948893283,True +2017/05/17 14:00:00,16.789690599360785,True +2017/05/17 15:00:00,16.4047827640046,True +2017/05/17 16:00:00,17.619018361242958,True +2017/05/17 17:00:00,17.755800329970857,True +2017/05/17 18:00:00,16.238227107269758,True +2017/05/17 19:00:00,16.281657862813322,True +2017/05/17 20:00:00,16.968057606056018,True +2017/05/17 21:00:00,16.77369985162686,True +2017/05/17 22:00:00,13.577560755313778,True +2017/05/17 23:00:00,9.928201321048068,True +2017/05/18 00:00:00,5.082816084725376,True +2017/05/18 01:00:00,3.2096926021311694,True +2017/05/18 02:00:00,3.765344911780324,True +2017/05/18 03:00:00,3.2102026942128927,True +2017/05/18 04:00:00,5.397977124147058,True +2017/05/18 05:00:00,8.529582678007085,True +2017/05/18 06:00:00,9.515324521563766,True +2017/05/18 07:00:00,14.25400018675862,True +2017/05/18 08:00:00,15.43646241001089,True +2017/05/18 09:00:00,16.436388210792227,True +2017/05/18 10:00:00,17.797646199618665,True +2017/05/18 11:00:00,18.527182566699942,True +2017/05/18 12:00:00,17.39955072298751,True +2017/05/18 13:00:00,17.359625603738703,True +2017/05/18 14:00:00,16.553163200242842,True +2017/05/18 15:00:00,16.163012344592783,True +2017/05/18 16:00:00,16.9161967632322,True +2017/05/18 17:00:00,17.53546363157224,True +2017/05/18 18:00:00,16.72628392950676,True +2017/05/18 19:00:00,16.46307653580104,True +2017/05/18 20:00:00,17.35986596538137,True +2017/05/18 21:00:00,16.97251167406156,True +2017/05/18 22:00:00,13.631527508198102,True +2017/05/18 23:00:00,9.598179722921488,True +2017/05/19 00:00:00,5.074520499584437,True +2017/05/19 01:00:00,3.210208784171414,True +2017/05/19 02:00:00,3.766048125333853,True +2017/05/19 03:00:00,3.2117615496444643,True +2017/05/19 04:00:00,5.674016732782574,True +2017/05/19 05:00:00,8.514061797803866,True +2017/05/19 06:00:00,9.518296426793231,True +2017/05/19 07:00:00,14.375274530503498,True +2017/05/19 08:00:00,15.641845548172551,True +2017/05/19 09:00:00,15.557601659382797,True +2017/05/19 10:00:00,17.390382417202837,True +2017/05/19 11:00:00,18.179380584269527,True +2017/05/19 12:00:00,17.128750382103348,True +2017/05/19 13:00:00,17.09276453377711,True +2017/05/19 14:00:00,16.27629838205896,True +2017/05/19 15:00:00,15.906264673939136,True +2017/05/19 16:00:00,17.002101872205383,True +2017/05/19 17:00:00,17.121064862668856,True +2017/05/19 18:00:00,16.725653961952737,True +2017/05/19 19:00:00,16.518289562609848,True +2017/05/19 20:00:00,17.39738533871957,True +2017/05/19 21:00:00,16.713273809458396,True +2017/05/19 22:00:00,13.842847427692794,True +2017/05/19 23:00:00,9.863728442097276,True +2017/05/20 00:00:00,5.168007779028535,True +2017/05/20 01:00:00,3.1480856217037103,True +2017/05/20 02:00:00,3.702176844639026,True +2017/05/20 03:00:00,3.147085817708501,True +2017/05/20 04:00:00,5.296729948038598,True +2017/05/20 05:00:00,8.370060270179103,True +2017/05/20 06:00:00,9.72053669446415,True +2017/05/20 07:00:00,12.419378415806298,True +2017/05/20 08:00:00,13.996170911440224,True +2017/05/20 09:00:00,15.389588480794268,True +2017/05/20 10:00:00,17.057315291886898,True +2017/05/20 11:00:00,17.434301812164698,True +2017/05/20 12:00:00,17.08521820771999,True +2017/05/20 13:00:00,16.996590812331142,True +2017/05/20 14:00:00,16.446047205587103,True +2017/05/20 15:00:00,16.32334429193705,True +2017/05/20 16:00:00,17.147695655451873,True +2017/05/20 17:00:00,17.738055280697132,True +2017/05/20 18:00:00,17.201272424819635,True +2017/05/20 19:00:00,16.926484374301495,True +2017/05/20 20:00:00,16.92814104605099,True +2017/05/20 21:00:00,17.000781794389088,True +2017/05/20 22:00:00,13.587039579650254,True +2017/05/20 23:00:00,9.702507637921196,True +2017/05/21 00:00:00,5.462634772097084,True +2017/05/21 01:00:00,3.148229711174481,True +2017/05/21 02:00:00,3.7028248568435167,True +2017/05/21 03:00:00,3.148251369013529,True +2017/05/21 04:00:00,5.100514688810999,True +2017/05/21 05:00:00,8.693475124852315,True +2017/05/21 06:00:00,10.126145440693149,True +2017/05/21 07:00:00,12.07033678257696,True +2017/05/21 08:00:00,13.463441171771374,True +2017/05/21 09:00:00,13.795074292689323,True +2017/05/21 10:00:00,16.84817758145811,True +2017/05/21 11:00:00,17.82989576867315,True +2017/05/21 12:00:00,17.102202852878396,True +2017/05/21 13:00:00,17.049143987178773,True +2017/05/21 14:00:00,16.243261331640852,True +2017/05/21 15:00:00,16.044220954363215,True +2017/05/21 16:00:00,16.792195491961383,True +2017/05/21 17:00:00,17.06067566093413,True +2017/05/21 18:00:00,16.4532013492867,True +2017/05/21 19:00:00,15.643427305040406,True +2017/05/21 20:00:00,15.596409264594513,True +2017/05/21 21:00:00,15.663699645744723,True +2017/05/21 22:00:00,11.99341574641772,True +2017/05/21 23:00:00,9.668928432217644,True +2017/05/22 00:00:00,5.085710163411777,True +2017/05/22 01:00:00,3.2107658575612046,True +2017/05/22 02:00:00,3.765351742028754,True +2017/05/22 03:00:00,3.209451930296494,True +2017/05/22 04:00:00,5.546347038537716,True +2017/05/22 05:00:00,8.53205348029218,True +2017/05/22 06:00:00,9.406727063659831,True +2017/05/22 07:00:00,14.063403682816453,True +2017/05/22 08:00:00,15.554371660771855,True +2017/05/22 09:00:00,15.55620027156444,True +2017/05/22 10:00:00,17.247825892009,True +2017/05/22 11:00:00,18.189070408885936,True +2017/05/22 12:00:00,17.26466171076165,True +2017/05/22 13:00:00,17.223294655285358,True +2017/05/22 14:00:00,16.39132929311641,True +2017/05/22 15:00:00,16.104363616394537,True +2017/05/22 16:00:00,17.36222162708871,True +2017/05/22 17:00:00,17.664724901159953,True +2017/05/22 18:00:00,16.67833204436792,True +2017/05/22 19:00:00,16.16396093741802,True +2017/05/22 20:00:00,16.68355177190667,True +2017/05/22 21:00:00,16.728760572844344,True +2017/05/22 22:00:00,13.711346451800189,True +2017/05/22 23:00:00,9.908478559552368,True +2017/05/23 00:00:00,5.076826052905473,True +2017/05/23 01:00:00,3.2099956521783928,True +2017/05/23 02:00:00,3.765194058878339,True +2017/05/23 03:00:00,3.210908535492174,True +2017/05/23 04:00:00,5.276966340966142,True +2017/05/23 05:00:00,8.522190638308953,True +2017/05/23 06:00:00,9.403539356498792,True +2017/05/23 07:00:00,14.082910850639747,True +2017/05/23 08:00:00,14.672805672968101,True +2017/05/23 09:00:00,16.390343084174667,True +2017/05/23 10:00:00,18.173476701318467,True +2017/05/23 11:00:00,19.475346766467034,True +2017/05/23 12:00:00,18.916881219524484,True +2017/05/23 13:00:00,19.01896266844172,True +2017/05/23 14:00:00,18.339033158910873,True +2017/05/23 15:00:00,17.909934846929374,True +2017/05/23 16:00:00,19.014028143034672,True +2017/05/23 17:00:00,19.21517378064195,True +2017/05/23 18:00:00,18.577714251203627,True +2017/05/23 19:00:00,18.07487841010845,True +2017/05/23 20:00:00,17.950624666129617,True +2017/05/23 21:00:00,17.693507523455235,True +2017/05/23 22:00:00,14.165477621710224,True +2017/05/23 23:00:00,11.413391783783633,True +2017/05/24 00:00:00,5.391428408829815,True +2017/05/24 01:00:00,3.2082537656799306,True +2017/05/24 02:00:00,3.7622632593228444,True +2017/05/24 03:00:00,3.209502855473903,True +2017/05/24 04:00:00,5.969920788827316,True +2017/05/24 05:00:00,8.677833642513376,True +2017/05/24 06:00:00,9.655082826023483,True +2017/05/24 07:00:00,14.15717239251971,True +2017/05/24 08:00:00,14.916716656719386,True +2017/05/24 09:00:00,16.10924895937768,True +2017/05/24 10:00:00,17.799777954378715,True +2017/05/24 11:00:00,18.515360845469893,True +2017/05/24 12:00:00,17.562234652643916,True +2017/05/24 13:00:00,17.44783549444612,True +2017/05/24 14:00:00,16.607211488612762,True +2017/05/24 15:00:00,16.206539060451643,True +2017/05/24 16:00:00,17.37074305937487,True +2017/05/24 17:00:00,17.57699368514436,True +2017/05/24 18:00:00,16.824752413943333,True +2017/05/24 19:00:00,16.573284734996097,True +2017/05/24 20:00:00,16.759671836546858,True +2017/05/24 21:00:00,16.841969033823545,True +2017/05/24 22:00:00,13.898432145399536,True +2017/05/24 23:00:00,10.130861718087214,True +2017/05/25 00:00:00,5.07539872278444,True +2017/05/25 01:00:00,3.2102402265393124,True +2017/05/25 02:00:00,3.765087955047865,True +2017/05/25 03:00:00,3.2106480784188305,True +2017/05/25 04:00:00,5.270906278350181,True +2017/05/25 05:00:00,8.526121507715617,True +2017/05/25 06:00:00,9.520664303708067,True +2017/05/25 07:00:00,14.646981061538808,True +2017/05/25 08:00:00,15.799052846425854,True +2017/05/25 09:00:00,15.552815569816513,True +2017/05/25 10:00:00,17.590678862922292,True +2017/05/25 11:00:00,18.757052995282923,True +2017/05/25 12:00:00,18.015767923687875,True +2017/05/25 13:00:00,18.135593191511905,True +2017/05/25 14:00:00,16.99191907947658,True +2017/05/25 15:00:00,16.22116695722776,True +2017/05/25 16:00:00,17.116757136281027,True +2017/05/25 17:00:00,17.146769833957176,True +2017/05/25 18:00:00,16.2950116498656,True +2017/05/25 19:00:00,16.012456857471552,True +2017/05/25 20:00:00,16.75614789842464,True +2017/05/25 21:00:00,16.858223411225826,True +2017/05/25 22:00:00,13.764377196818224,True +2017/05/25 23:00:00,10.005776648279811,True +2017/05/26 00:00:00,5.073269365459327,True +2017/05/26 01:00:00,3.2124864338876473,True +2017/05/26 02:00:00,3.7639785884168844,True +2017/05/26 03:00:00,3.209676533813664,True +2017/05/26 04:00:00,5.321830155470721,True +2017/05/26 05:00:00,8.5456221359226,True +2017/05/26 06:00:00,9.516999469152193,True +2017/05/26 07:00:00,14.243481071715207,True +2017/05/26 08:00:00,14.456444235915173,True +2017/05/26 09:00:00,15.82228914875078,True +2017/05/26 10:00:00,17.806326856550253,True +2017/05/26 11:00:00,18.942938544011017,True +2017/05/26 12:00:00,18.458831487430633,True +2017/05/26 13:00:00,18.318581085472573,True +2017/05/26 14:00:00,17.7894094895112,True +2017/05/26 15:00:00,17.317913155238582,True +2017/05/26 16:00:00,18.550348749168283,True +2017/05/26 17:00:00,18.647663340512715,True +2017/05/26 18:00:00,17.90928523697332,True +2017/05/26 19:00:00,17.205218502828004,True +2017/05/26 20:00:00,16.97240775238068,True +2017/05/26 21:00:00,16.342607107385266,True +2017/05/26 22:00:00,13.722105360587136,True +2017/05/26 23:00:00,9.863407163164009,True +2017/05/27 00:00:00,5.166055794327286,True +2017/05/27 01:00:00,3.146712862692681,True +2017/05/27 02:00:00,3.7012170086308327,True +2017/05/27 03:00:00,3.1482169859081504,True +2017/05/27 04:00:00,5.0719169683804965,True +2017/05/27 05:00:00,8.388171502182521,True +2017/05/27 06:00:00,9.74051401156554,True +2017/05/27 07:00:00,12.205591347853012,True +2017/05/27 08:00:00,12.82891983187477,True +2017/05/27 09:00:00,15.830426917021953,True +2017/05/27 10:00:00,17.359420386026976,True +2017/05/27 11:00:00,18.364342916800567,True +2017/05/27 12:00:00,18.018417933180626,True +2017/05/27 13:00:00,18.086714609539374,True +2017/05/27 14:00:00,17.21496571689896,True +2017/05/27 15:00:00,17.177657086438366,True +2017/05/27 16:00:00,17.7989536943174,True +2017/05/27 17:00:00,18.48833946765005,True +2017/05/27 18:00:00,17.835861155768153,True +2017/05/27 19:00:00,17.35484586612977,True +2017/05/27 20:00:00,16.07527291855934,True +2017/05/27 21:00:00,16.323428974556837,True +2017/05/27 22:00:00,12.898587603025943,True +2017/05/27 23:00:00,9.011466696532892,True +2017/05/28 00:00:00,5.436544055342798,True +2017/05/28 01:00:00,3.1478516674517687,True +2017/05/28 02:00:00,3.702485743370364,True +2017/05/28 03:00:00,3.1451927597160134,True +2017/05/28 04:00:00,5.248639372089948,True +2017/05/28 05:00:00,8.851656653959878,True +2017/05/28 06:00:00,10.521747617866096,True +2017/05/28 07:00:00,12.009301948246012,True +2017/05/28 08:00:00,14.137754590166402,True +2017/05/28 09:00:00,13.974007644579062,True +2017/05/28 10:00:00,16.91913744363856,True +2017/05/28 11:00:00,17.584509161126007,True +2017/05/28 12:00:00,16.345578874991197,True +2017/05/28 13:00:00,16.906625173920045,True +2017/05/28 14:00:00,15.320717558548367,True +2017/05/28 15:00:00,15.293207383166651,True +2017/05/28 16:00:00,16.1098477053383,True +2017/05/28 17:00:00,16.77677573935889,True +2017/05/28 18:00:00,16.362214691087722,True +2017/05/28 19:00:00,15.887464855400863,True +2017/05/28 20:00:00,15.989563001837238,True +2017/05/28 21:00:00,16.039552781890666,True +2017/05/28 22:00:00,12.565746564456388,True +2017/05/28 23:00:00,9.23145207607999,True +2017/05/29 00:00:00,5.20643405307639,True +2017/05/29 01:00:00,3.207550895485083,True +2017/05/29 02:00:00,3.7659042751712164,True +2017/05/29 03:00:00,3.2077372329882783,True +2017/05/29 04:00:00,5.36527008528256,True +2017/05/29 05:00:00,8.59527383287871,True +2017/05/29 06:00:00,9.499076258766243,True +2017/05/29 07:00:00,14.684744227422648,True +2017/05/29 08:00:00,15.93535894507405,True +2017/05/29 09:00:00,16.08342301446701,True +2017/05/29 10:00:00,17.885381473345465,True +2017/05/29 11:00:00,19.055433854787186,True +2017/05/29 12:00:00,18.212264965724813,True +2017/05/29 13:00:00,17.739816784333854,True +2017/05/29 14:00:00,16.401709758615585,True +2017/05/29 15:00:00,16.011936549865496,True +2017/05/29 16:00:00,17.51357139431998,True +2017/05/29 17:00:00,17.27040104172822,True +2017/05/29 18:00:00,16.297690605226325,True +2017/05/29 19:00:00,16.64303026211202,True +2017/05/29 20:00:00,16.78996469393479,True +2017/05/29 21:00:00,16.874222556502637,True +2017/05/29 22:00:00,13.79019163756408,True +2017/05/29 23:00:00,10.121518510758413,True +2017/05/30 00:00:00,5.0790565524380185,True +2017/05/30 01:00:00,3.210406566900631,True +2017/05/30 02:00:00,3.765024253351352,True +2017/05/30 03:00:00,3.209427891828617,True +2017/05/30 04:00:00,5.3011114573698634,True +2017/05/30 05:00:00,8.545150267544738,True +2017/05/30 06:00:00,9.551793907255052,True +2017/05/30 07:00:00,14.328691542303565,True +2017/05/30 08:00:00,15.443133480984713,True +2017/05/30 09:00:00,15.533771953142493,True +2017/05/30 10:00:00,17.532349730425736,True +2017/05/30 11:00:00,18.964227321792006,True +2017/05/30 12:00:00,18.1958451653834,True +2017/05/30 13:00:00,17.912629011327862,True +2017/05/30 14:00:00,16.82762950216255,True +2017/05/30 15:00:00,16.38717673226739,True +2017/05/30 16:00:00,17.595742472201916,True +2017/05/30 17:00:00,17.804992717908153,True +2017/05/30 18:00:00,16.99599116120456,True +2017/05/30 19:00:00,16.202813141665168,True +2017/05/30 20:00:00,16.15722816268507,True +2017/05/30 21:00:00,16.872388394270626,True +2017/05/30 22:00:00,13.803146133613561,True +2017/05/30 23:00:00,10.083510006623637,True +2017/05/31 00:00:00,5.077991129894319,True +2017/05/31 01:00:00,3.2126413875445827,True +2017/05/31 02:00:00,3.765574955198922,True +2017/05/31 03:00:00,3.2096809435570823,True +2017/05/31 04:00:00,5.338532141046605,True +2017/05/31 05:00:00,8.553738420926484,True +2017/05/31 06:00:00,9.436661261459356,True +2017/05/31 07:00:00,13.68492302222997,True +2017/05/31 08:00:00,15.055641277876646,True +2017/05/31 09:00:00,16.191255728890564,True +2017/05/31 10:00:00,17.871559309880507,True +2017/05/31 11:00:00,19.190504222970244,True +2017/05/31 12:00:00,18.66235717975281,True +2017/05/31 13:00:00,18.715447956741347,True +2017/05/31 14:00:00,17.887131733469236,True +2017/05/31 15:00:00,17.41981696925916,True +2017/05/31 16:00:00,18.81959914088564,True +2017/05/31 17:00:00,18.8372210202012,True +2017/05/31 18:00:00,18.29061152341446,True +2017/05/31 19:00:00,17.499173885813242,True +2017/05/31 20:00:00,17.2719555945528,True +2017/05/31 21:00:00,17.00613346424036,True +2017/05/31 22:00:00,13.411366602305632,True +2017/05/31 23:00:00,9.775367312113765,True +2017/06/01 00:00:00,5.174460624558034,True +2017/06/01 01:00:00,3.2079381198819235,True +2017/06/01 02:00:00,3.7631814605882545,True +2017/06/01 03:00:00,3.2082416238684197,True +2017/06/01 04:00:00,5.542200780299216,True +2017/06/01 05:00:00,8.598499577973408,True +2017/06/01 06:00:00,9.598898526422097,True +2017/06/01 07:00:00,13.844087090159357,True +2017/06/01 08:00:00,15.0570217821839,True +2017/06/01 09:00:00,16.080857128067173,True +2017/06/01 10:00:00,18.021965056414263,True +2017/06/01 11:00:00,19.493011419717476,True +2017/06/01 12:00:00,19.185611649145272,True +2017/06/01 13:00:00,19.377162385597718,True +2017/06/01 14:00:00,18.75207322202724,True +2017/06/01 15:00:00,18.527454763127956,True +2017/06/01 16:00:00,19.701616979002655,True +2017/06/01 17:00:00,20.138249580900347,True +2017/06/01 18:00:00,19.629222129269586,True +2017/06/01 19:00:00,19.08812150857755,True +2017/06/01 20:00:00,18.969508174582273,True +2017/06/01 21:00:00,18.716445643670752,True +2017/06/01 22:00:00,15.24048012794636,True +2017/06/01 23:00:00,11.185592088091008,True +2017/06/02 00:00:00,5.409321262252286,True +2017/06/02 01:00:00,3.2069537356642535,True +2017/06/02 02:00:00,3.7605832951112173,True +2017/06/02 03:00:00,3.206808604739396,True +2017/06/02 04:00:00,6.59334117311691,True +2017/06/02 05:00:00,8.750486471755485,True +2017/06/02 06:00:00,9.687494987698258,True +2017/06/02 07:00:00,15.805242515544153,True +2017/06/02 08:00:00,17.42334628278547,True +2017/06/02 09:00:00,18.90277337134989,True +2017/06/02 10:00:00,20.138861452695647,True +2017/06/02 11:00:00,21.0671630044355,True +2017/06/02 12:00:00,20.581890722858333,True +2017/06/02 13:00:00,20.59444617184404,True +2017/06/02 14:00:00,19.608993521286003,True +2017/06/02 15:00:00,18.871867875284625,True +2017/06/02 16:00:00,19.479772950590945,True +2017/06/02 17:00:00,19.215814129510864,True +2017/06/02 18:00:00,18.698338251486202,True +2017/06/02 19:00:00,17.742828972661528,True +2017/06/02 20:00:00,17.50971318917244,True +2017/06/02 21:00:00,16.911771754335675,True +2017/06/02 22:00:00,13.432166124290337,True +2017/06/02 23:00:00,9.670789287136627,True +2017/06/03 00:00:00,5.270108235148712,True +2017/06/03 01:00:00,3.1455955676531495,True +2017/06/03 02:00:00,3.6991604743803097,True +2017/06/03 03:00:00,3.146326985987678,True +2017/06/03 04:00:00,5.15169926450772,True +2017/06/03 05:00:00,8.416654581210311,True +2017/06/03 06:00:00,9.735647882578156,True +2017/06/03 07:00:00,12.066029601318553,True +2017/06/03 08:00:00,13.610408550473762,True +2017/06/03 09:00:00,15.908386115774336,True +2017/06/03 10:00:00,16.83574039679379,True +2017/06/03 11:00:00,17.425776157772663,True +2017/06/03 12:00:00,17.275085325817557,True +2017/06/03 13:00:00,17.18396383423685,True +2017/06/03 14:00:00,16.213618379149032,True +2017/06/03 15:00:00,16.39610788131819,True +2017/06/03 16:00:00,17.195312022170423,True +2017/06/03 17:00:00,18.00225333566122,True +2017/06/03 18:00:00,17.46414518388351,True +2017/06/03 19:00:00,17.24071833009913,True +2017/06/03 20:00:00,15.646406920366084,True +2017/06/03 21:00:00,16.150023289846523,True +2017/06/03 22:00:00,13.622509663083168,True +2017/06/03 23:00:00,9.993414497534834,True +2017/06/04 00:00:00,5.423150685582461,True +2017/06/04 01:00:00,3.1464534159022524,True +2017/06/04 02:00:00,3.7025084961535013,True +2017/06/04 03:00:00,3.1465552603976015,True +2017/06/04 04:00:00,5.06659872247242,True +2017/06/04 05:00:00,8.649930478279435,True +2017/06/04 06:00:00,10.03336920025236,True +2017/06/04 07:00:00,11.737624891974635,True +2017/06/04 08:00:00,14.228247527307085,True +2017/06/04 09:00:00,13.308524825476198,True +2017/06/04 10:00:00,16.736398483291726,True +2017/06/04 11:00:00,17.82327246609961,True +2017/06/04 12:00:00,16.90771355900858,True +2017/06/04 13:00:00,17.135904772687113,True +2017/06/04 14:00:00,16.213938059195485,True +2017/06/04 15:00:00,16.36379112999433,True +2017/06/04 16:00:00,17.100722909157213,True +2017/06/04 17:00:00,17.473078083381854,True +2017/06/04 18:00:00,16.89392054677519,True +2017/06/04 19:00:00,16.182117248121628,True +2017/06/04 20:00:00,16.35789588453718,True +2017/06/04 21:00:00,16.0174173317995,True +2017/06/04 22:00:00,12.535070258892011,True +2017/06/04 23:00:00,9.021911829062166,True +2017/06/05 00:00:00,5.136367812554724,True +2017/06/05 01:00:00,3.2072608073883306,True +2017/06/05 02:00:00,3.7644628275263217,True +2017/06/05 03:00:00,3.208754691709724,True +2017/06/05 04:00:00,5.266929237180886,True +2017/06/05 05:00:00,8.571100864972012,True +2017/06/05 06:00:00,9.55364487229685,True +2017/06/05 07:00:00,13.229807345448801,True +2017/06/05 08:00:00,14.725243812464747,True +2017/06/05 09:00:00,15.620559204744614,True +2017/06/05 10:00:00,17.389467305017643,True +2017/06/05 11:00:00,18.26168220274418,True +2017/06/05 12:00:00,17.392826586730383,True +2017/06/05 13:00:00,17.481316725716642,True +2017/06/05 14:00:00,16.624671979202397,True +2017/06/05 15:00:00,16.097206342392802,True +2017/06/05 16:00:00,17.476299952851193,True +2017/06/05 17:00:00,17.68163997476325,True +2017/06/05 18:00:00,16.873183591534204,True +2017/06/05 19:00:00,16.286097273045595,True +2017/06/05 20:00:00,16.02554829264514,True +2017/06/05 21:00:00,16.776182433458274,True +2017/06/05 22:00:00,13.542081692774785,True +2017/06/05 23:00:00,9.750007611433746,True +2017/06/06 00:00:00,5.073392458377616,True +2017/06/06 01:00:00,3.2104160043329193,True +2017/06/06 02:00:00,3.7641215534124624,True +2017/06/06 03:00:00,3.2116698520372453,True +2017/06/06 04:00:00,5.4592645058663205,True +2017/06/06 05:00:00,8.5254407760615,True +2017/06/06 06:00:00,9.380562482386269,True +2017/06/06 07:00:00,14.264007147356313,True +2017/06/06 08:00:00,15.161968825255368,True +2017/06/06 09:00:00,15.749402389687639,True +2017/06/06 10:00:00,17.579262491657666,True +2017/06/06 11:00:00,18.959122227029695,True +2017/06/06 12:00:00,18.675309360683283,True +2017/06/06 13:00:00,18.516759874371452,True +2017/06/06 14:00:00,17.960014150374747,True +2017/06/06 15:00:00,17.525852683162665,True +2017/06/06 16:00:00,18.962598826430174,True +2017/06/06 17:00:00,19.37096782696799,True +2017/06/06 18:00:00,18.68368314211063,True +2017/06/06 19:00:00,17.959003176812598,True +2017/06/06 20:00:00,17.62272292551713,True +2017/06/06 21:00:00,17.104464189225926,True +2017/06/06 22:00:00,13.171179266028279,True +2017/06/06 23:00:00,8.841423258752657,True +2017/06/07 00:00:00,5.082118368707538,True +2017/06/07 01:00:00,3.2097380197512644,True +2017/06/07 02:00:00,3.7640716310235547,True +2017/06/07 03:00:00,3.209756332862829,True +2017/06/07 04:00:00,5.401035304197947,True +2017/06/07 05:00:00,8.574708196387377,True +2017/06/07 06:00:00,9.560106999635073,True +2017/06/07 07:00:00,13.718855334727222,True +2017/06/07 08:00:00,15.131237879950215,True +2017/06/07 09:00:00,16.418967389624463,True +2017/06/07 10:00:00,18.27572924038744,True +2017/06/07 11:00:00,19.76983938905172,True +2017/06/07 12:00:00,19.380755257473517,True +2017/06/07 13:00:00,18.367632382904176,True +2017/06/07 14:00:00,17.353804564850282,True +2017/06/07 15:00:00,17.05633039950645,True +2017/06/07 16:00:00,18.288629168300194,True +2017/06/07 17:00:00,18.38732221933654,True +2017/06/07 18:00:00,17.563214506918985,True +2017/06/07 19:00:00,18.030603147325273,True +2017/06/07 20:00:00,18.091561423493292,True +2017/06/07 21:00:00,17.585297211841613,True +2017/06/07 22:00:00,14.027332586585208,True +2017/06/07 23:00:00,10.634576582153443,True +2017/06/08 00:00:00,5.261611402695984,True +2017/06/08 01:00:00,3.2090378033309053,True +2017/06/08 02:00:00,3.7618394072676815,True +2017/06/08 03:00:00,3.2086424093165626,True +2017/06/08 04:00:00,5.767841416588315,True +2017/06/08 05:00:00,8.618614116913664,True +2017/06/08 06:00:00,9.526363260895488,True +2017/06/08 07:00:00,14.924599225986698,True +2017/06/08 08:00:00,16.622667307869985,True +2017/06/08 09:00:00,16.99042547016622,True +2017/06/08 10:00:00,18.59393096832951,True +2017/06/08 11:00:00,19.78219528099151,True +2017/06/08 12:00:00,19.28250427520428,True +2017/06/08 13:00:00,19.36617692962318,True +2017/06/08 14:00:00,18.05960519717322,True +2017/06/08 15:00:00,16.775356289029478,True +2017/06/08 16:00:00,18.411262979644953,True +2017/06/08 17:00:00,18.39903548372355,True +2017/06/08 18:00:00,18.027983184259202,True +2017/06/08 19:00:00,17.31069847563092,True +2017/06/08 20:00:00,16.899794107908072,True +2017/06/08 21:00:00,16.72160164503814,True +2017/06/08 22:00:00,12.993653717931934,True +2017/06/08 23:00:00,8.641677561878467,True +2017/06/09 00:00:00,5.085918103364534,True +2017/06/09 01:00:00,3.211696166034666,True +2017/06/09 02:00:00,3.7640708791150486,True +2017/06/09 03:00:00,3.2107587280849765,True +2017/06/09 04:00:00,5.451078125962406,True +2017/06/09 05:00:00,8.555585160611004,True +2017/06/09 06:00:00,9.56517250912217,True +2017/06/09 07:00:00,14.352205865718025,True +2017/06/09 08:00:00,14.44814935460808,True +2017/06/09 09:00:00,15.789449374617982,True +2017/06/09 10:00:00,17.584820232410245,True +2017/06/09 11:00:00,18.57064716288176,True +2017/06/09 12:00:00,18.06904250549868,True +2017/06/09 13:00:00,18.058610803068408,True +2017/06/09 14:00:00,16.648951474454332,True +2017/06/09 15:00:00,16.20891323175936,True +2017/06/09 16:00:00,17.355909206956785,True +2017/06/09 17:00:00,17.658033599132096,True +2017/06/09 18:00:00,16.832886163287398,True +2017/06/09 19:00:00,16.451042632432934,True +2017/06/09 20:00:00,16.383697833186343,True +2017/06/09 21:00:00,16.477169527665136,True +2017/06/09 22:00:00,12.955183586512069,True +2017/06/09 23:00:00,10.04159789214874,True +2017/06/10 00:00:00,5.163483436043336,True +2017/06/10 01:00:00,3.147715329152717,True +2017/06/10 02:00:00,3.70087327526928,True +2017/06/10 03:00:00,3.1455777722981506,True +2017/06/10 04:00:00,5.01621175883121,True +2017/06/10 05:00:00,8.381782112798744,True +2017/06/10 06:00:00,9.726621890387632,True +2017/06/10 07:00:00,12.333750266951869,True +2017/06/10 08:00:00,13.61641456845754,True +2017/06/10 09:00:00,15.482843424106152,True +2017/06/10 10:00:00,17.06724023801225,True +2017/06/10 11:00:00,17.931901781633048,True +2017/06/10 12:00:00,17.677276100255774,True +2017/06/10 13:00:00,17.962745401157978,True +2017/06/10 14:00:00,17.096874738409188,True +2017/06/10 15:00:00,17.23821777306376,True +2017/06/10 16:00:00,17.619510189550944,True +2017/06/10 17:00:00,18.67909277456813,True +2017/06/10 18:00:00,18.777768256146054,True +2017/06/10 19:00:00,18.49416910135321,True +2017/06/10 20:00:00,17.165184489595987,True +2017/06/10 21:00:00,17.381643094151777,True +2017/06/10 22:00:00,13.630437254781404,True +2017/06/10 23:00:00,9.689344871589958,True +2017/06/11 00:00:00,5.456685966734401,True +2017/06/11 01:00:00,3.1469078263435977,True +2017/06/11 02:00:00,3.7003623187677914,True +2017/06/11 03:00:00,3.1451664104638115,True +2017/06/11 04:00:00,5.303436389027311,True +2017/06/11 05:00:00,9.094465173749692,True +2017/06/11 06:00:00,10.612983684856736,True +2017/06/11 07:00:00,12.10722768899585,True +2017/06/11 08:00:00,14.653074438335656,True +2017/06/11 09:00:00,15.865662897723515,True +2017/06/11 10:00:00,19.187022762827752,True +2017/06/11 11:00:00,20.195138292399584,True +2017/06/11 12:00:00,19.50167493700854,True +2017/06/11 13:00:00,19.63355018918583,True +2017/06/11 14:00:00,18.76310653374367,True +2017/06/11 15:00:00,18.665762261636853,True +2017/06/11 16:00:00,19.24579359480912,True +2017/06/11 17:00:00,19.720566767375566,True +2017/06/11 18:00:00,19.41829491553794,True +2017/06/11 19:00:00,18.71170963329565,True +2017/06/11 20:00:00,18.085831509297176,True +2017/06/11 21:00:00,17.861218708764827,True +2017/06/11 22:00:00,13.961736722990224,True +2017/06/11 23:00:00,10.726042541908491,True +2017/06/12 00:00:00,5.603900984981148,True +2017/06/12 01:00:00,3.2069761875587224,True +2017/06/12 02:00:00,3.7621812949573776,True +2017/06/12 03:00:00,3.205009499674331,True +2017/06/12 04:00:00,6.811798788319579,True +2017/06/12 05:00:00,8.82448887363631,True +2017/06/12 06:00:00,9.778773815996441,True +2017/06/12 07:00:00,16.72203659578973,True +2017/06/12 08:00:00,18.149573692922154,True +2017/06/12 09:00:00,19.365856821535047,True +2017/06/12 10:00:00,20.733535554280994,True +2017/06/12 11:00:00,21.81548780683138,True +2017/06/12 12:00:00,21.412691508698007,True +2017/06/12 13:00:00,21.26690283259111,True +2017/06/12 14:00:00,20.51274364049904,True +2017/06/12 15:00:00,19.9284080927173,True +2017/06/12 16:00:00,20.789504640000015,True +2017/06/12 17:00:00,20.453455396173016,True +2017/06/12 18:00:00,19.88629091325752,True +2017/06/12 19:00:00,19.314585286829157,True +2017/06/12 20:00:00,19.2709303637897,True +2017/06/12 21:00:00,18.491172835840768,True +2017/06/12 22:00:00,13.716952277315915,True +2017/06/12 23:00:00,9.728462864329511,True +2017/06/13 00:00:00,5.1057265481110425,True +2017/06/13 01:00:00,3.2103756549038693,True +2017/06/13 02:00:00,3.7654939657008444,True +2017/06/13 03:00:00,3.2087522776415938,True +2017/06/13 04:00:00,5.326401003474208,True +2017/06/13 05:00:00,8.543153110001867,True +2017/06/13 06:00:00,9.536491813941165,True +2017/06/13 07:00:00,14.20886590525734,True +2017/06/13 08:00:00,15.507542485207754,True +2017/06/13 09:00:00,16.48895232380823,True +2017/06/13 10:00:00,17.842467644188872,True +2017/06/13 11:00:00,18.538086804680596,True +2017/06/13 12:00:00,17.354687210891566,True +2017/06/13 13:00:00,17.306886364853163,True +2017/06/13 14:00:00,16.477476555727243,True +2017/06/13 15:00:00,16.118286906127356,True +2017/06/13 16:00:00,17.338125707200238,True +2017/06/13 17:00:00,17.111549660526606,True +2017/06/13 18:00:00,16.690746639818645,True +2017/06/13 19:00:00,16.348555031146446,True +2017/06/13 20:00:00,16.45034742342382,True +2017/06/13 21:00:00,16.973417458999464,True +2017/06/13 22:00:00,13.461341400802343,True +2017/06/13 23:00:00,9.598187835007328,True +2017/06/14 00:00:00,5.078345256449338,True +2017/06/14 01:00:00,3.2092190079807335,True +2017/06/14 02:00:00,3.764617239284928,True +2017/06/14 03:00:00,3.210151688119346,True +2017/06/14 04:00:00,5.677842898900369,True +2017/06/14 05:00:00,8.50902538328911,True +2017/06/14 06:00:00,9.36704890579225,True +2017/06/14 07:00:00,14.27040551964775,True +2017/06/14 08:00:00,15.5838196700435,True +2017/06/14 09:00:00,16.419652368400314,True +2017/06/14 10:00:00,17.983118350730393,True +2017/06/14 11:00:00,18.43521602681807,True +2017/06/14 12:00:00,17.032660029135307,True +2017/06/14 13:00:00,16.972255315764396,True +2017/06/14 14:00:00,16.273818182848952,True +2017/06/14 15:00:00,16.051062932718658,True +2017/06/14 16:00:00,17.286841043696306,True +2017/06/14 17:00:00,17.731536205210354,True +2017/06/14 18:00:00,17.077696974738164,True +2017/06/14 19:00:00,16.24996010508887,True +2017/06/14 20:00:00,16.069287326846407,True +2017/06/14 21:00:00,16.767185274549888,True +2017/06/14 22:00:00,13.748971522243941,True +2017/06/14 23:00:00,9.560249170577604,True +2017/06/15 00:00:00,5.072325669646901,True +2017/06/15 01:00:00,3.2104767070185125,True +2017/06/15 02:00:00,3.7637658768931193,True +2017/06/15 03:00:00,3.2100722451914545,True +2017/06/15 04:00:00,5.358812862036509,True +2017/06/15 05:00:00,8.519383694966558,True +2017/06/15 06:00:00,9.37077277054337,True +2017/06/15 07:00:00,14.121215303702057,True +2017/06/15 08:00:00,14.466528411192028,True +2017/06/15 09:00:00,15.728578401470706,True +2017/06/15 10:00:00,17.57805395341393,True +2017/06/15 11:00:00,18.605878299350174,True +2017/06/15 12:00:00,18.005332474408892,True +2017/06/15 13:00:00,17.837666065872572,True +2017/06/15 14:00:00,16.939441427169612,True +2017/06/15 15:00:00,16.304030209936215,True +2017/06/15 16:00:00,17.717217358919175,True +2017/06/15 17:00:00,17.780753703441015,True +2017/06/15 18:00:00,16.953147827496668,True +2017/06/15 19:00:00,16.58378430271042,True +2017/06/15 20:00:00,16.44868447707601,True +2017/06/15 21:00:00,16.41401511853288,True +2017/06/15 22:00:00,12.643796965065789,True +2017/06/15 23:00:00,10.140324884449313,True +2017/06/16 00:00:00,5.072745007508204,True +2017/06/16 01:00:00,3.209905408042035,True +2017/06/16 02:00:00,3.7642485667469527,True +2017/06/16 03:00:00,3.21051414391301,True +2017/06/16 04:00:00,5.42726747960666,True +2017/06/16 05:00:00,8.54183715454785,True +2017/06/16 06:00:00,9.433682543764453,True +2017/06/16 07:00:00,13.212915828535701,True +2017/06/16 08:00:00,15.012473782217839,True +2017/06/16 09:00:00,16.23564212216162,True +2017/06/16 10:00:00,17.909571165275555,True +2017/06/16 11:00:00,19.259024484520072,True +2017/06/16 12:00:00,19.01148653833579,True +2017/06/16 13:00:00,18.85150672953422,True +2017/06/16 14:00:00,18.615619508491843,True +2017/06/16 15:00:00,18.347267260073114,True +2017/06/16 16:00:00,19.54007117623534,True +2017/06/16 17:00:00,19.602533384644488,True +2017/06/16 18:00:00,19.241416746772764,True +2017/06/16 19:00:00,18.8653484861059,True +2017/06/16 20:00:00,18.588468941686106,True +2017/06/16 21:00:00,18.073227555998802,True +2017/06/16 22:00:00,14.35287001514294,True +2017/06/16 23:00:00,10.891316799897357,True +2017/06/17 00:00:00,5.51681266828126,True +2017/06/17 01:00:00,3.1441122925508536,True +2017/06/17 02:00:00,3.699321501289207,True +2017/06/17 03:00:00,3.144235610218615,True +2017/06/17 04:00:00,5.986914211943538,True +2017/06/17 05:00:00,8.58623536356387,True +2017/06/17 06:00:00,9.988318690619082,True +2017/06/17 07:00:00,14.497734753367824,True +2017/06/17 08:00:00,16.317711410637486,True +2017/06/17 09:00:00,19.12572806030734,True +2017/06/17 10:00:00,20.393500277583687,True +2017/06/17 11:00:00,21.003444181173734,True +2017/06/17 12:00:00,20.8716284287213,True +2017/06/17 13:00:00,20.57540731726777,True +2017/06/17 14:00:00,19.77529609645456,True +2017/06/17 15:00:00,19.64840602816661,True +2017/06/17 16:00:00,20.475981923906765,True +2017/06/17 17:00:00,21.402760223476555,True +2017/06/17 18:00:00,21.272202492052738,True +2017/06/17 19:00:00,20.74670018388031,True +2017/06/17 20:00:00,19.62663884378223,True +2017/06/17 21:00:00,19.9902344157064,True +2017/06/17 22:00:00,17.139544727117407,True +2017/06/17 23:00:00,13.90542164763642,True +2017/06/18 00:00:00,6.010893954535267,True +2017/06/18 01:00:00,3.141755012982447,True +2017/06/18 02:00:00,3.6967117729514904,True +2017/06/18 03:00:00,3.142847195687305,True +2017/06/18 04:00:00,7.090929162312237,True +2017/06/18 05:00:00,10.467393641948263,True +2017/06/18 06:00:00,12.377495313920209,True +2017/06/18 07:00:00,14.132870893165133,True +2017/06/18 08:00:00,16.163922697159123,True +2017/06/18 09:00:00,17.86814903552913,True +2017/06/18 10:00:00,20.291506197595293,True +2017/06/18 11:00:00,21.145133132214916,True +2017/06/18 12:00:00,20.516967800848,True +2017/06/18 13:00:00,20.369608725820267,True +2017/06/18 14:00:00,19.46533147389936,True +2017/06/18 15:00:00,19.16183111533176,True +2017/06/18 16:00:00,18.967166068243067,True +2017/06/18 17:00:00,19.598917975125946,True +2017/06/18 18:00:00,19.310669016503894,True +2017/06/18 19:00:00,18.245766427928718,True +2017/06/18 20:00:00,18.47656262613828,True +2017/06/18 21:00:00,17.637403262053333,True +2017/06/18 22:00:00,13.792043200584512,True +2017/06/18 23:00:00,10.576121051014029,True +2017/06/19 00:00:00,5.319514957557524,True +2017/06/19 01:00:00,3.206171520019434,True +2017/06/19 02:00:00,3.7644241292166094,True +2017/06/19 03:00:00,3.2063965467872912,True +2017/06/19 04:00:00,5.5118678324792505,True +2017/06/19 05:00:00,8.632176880299268,True +2017/06/19 06:00:00,9.647936029643281,True +2017/06/19 07:00:00,14.19244637212531,True +2017/06/19 08:00:00,15.421177437559862,True +2017/06/19 09:00:00,16.617920097073323,True +2017/06/19 10:00:00,17.99602120387925,True +2017/06/19 11:00:00,19.796591774549935,True +2017/06/19 12:00:00,20.07742255129201,True +2017/06/19 13:00:00,20.123073894908647,True +2017/06/19 14:00:00,19.011280628288386,True +2017/06/19 15:00:00,18.623115939562258,True +2017/06/19 16:00:00,19.542177467991266,True +2017/06/19 17:00:00,19.73977085275086,True +2017/06/19 18:00:00,19.062757669614115,True +2017/06/19 19:00:00,18.365861142843993,True +2017/06/19 20:00:00,17.99928056343316,True +2017/06/19 21:00:00,17.625974266997954,True +2017/06/19 22:00:00,13.998840701891469,True +2017/06/19 23:00:00,10.19636776294313,True +2017/06/20 00:00:00,5.242104615075905,True +2017/06/20 01:00:00,3.2089192208554254,True +2017/06/20 02:00:00,3.7634876314239207,True +2017/06/20 03:00:00,3.21017149439297,True +2017/06/20 04:00:00,5.396890596605543,True +2017/06/20 05:00:00,8.576027707221547,True +2017/06/20 06:00:00,9.435308845688139,True +2017/06/20 07:00:00,13.819900191404818,True +2017/06/20 08:00:00,15.83009179973254,True +2017/06/20 09:00:00,17.70422008984831,True +2017/06/20 10:00:00,19.583501392087356,True +2017/06/20 11:00:00,20.843211517626116,True +2017/06/20 12:00:00,20.532068371150267,True +2017/06/20 13:00:00,20.535239737493146,True +2017/06/20 14:00:00,19.48281939310283,True +2017/06/20 15:00:00,19.041660115992528,True +2017/06/20 16:00:00,20.283240313594405,True +2017/06/20 17:00:00,20.550122799640572,True +2017/06/20 18:00:00,20.005680119360875,True +2017/06/20 19:00:00,19.39767532038565,True +2017/06/20 20:00:00,19.230182109504764,True +2017/06/20 21:00:00,18.749720695886246,True +2017/06/20 22:00:00,14.997327909121378,True +2017/06/20 23:00:00,10.708401730122445,True +2017/06/21 00:00:00,5.338132342339039,True +2017/06/21 01:00:00,3.208275307738677,True +2017/06/21 02:00:00,3.7616567534230825,True +2017/06/21 03:00:00,3.207554792070189,True +2017/06/21 04:00:00,6.327944829551023,True +2017/06/21 05:00:00,8.674674992787759,True +2017/06/21 06:00:00,9.530365908315089,True +2017/06/21 07:00:00,14.895796955335394,True +2017/06/21 08:00:00,16.81235152741697,True +2017/06/21 09:00:00,17.483556925719142,True +2017/06/21 10:00:00,19.01938895872596,True +2017/06/21 11:00:00,20.289995940973274,True +2017/06/21 12:00:00,19.691600068277424,True +2017/06/21 13:00:00,19.464009940291678,True +2017/06/21 14:00:00,18.89294479922969,True +2017/06/21 15:00:00,18.582848036307443,True +2017/06/21 16:00:00,19.70861609666946,True +2017/06/21 17:00:00,20.09324124043663,True +2017/06/21 18:00:00,19.261747442537292,True +2017/06/21 19:00:00,18.43453778089542,True +2017/06/21 20:00:00,18.591946746056756,True +2017/06/21 21:00:00,18.156825714603904,True +2017/06/21 22:00:00,13.71543697276998,True +2017/06/21 23:00:00,9.911129684698192,True +2017/06/22 00:00:00,5.13461891315598,True +2017/06/22 01:00:00,3.210803063308614,True +2017/06/22 02:00:00,3.763967756964582,True +2017/06/22 03:00:00,3.2107767430876963,True +2017/06/22 04:00:00,5.472207932124585,True +2017/06/22 05:00:00,8.570326014382088,True +2017/06/22 06:00:00,9.52374606833086,True +2017/06/22 07:00:00,13.253511455847347,True +2017/06/22 08:00:00,14.57777641993418,True +2017/06/22 09:00:00,16.058292167539506,True +2017/06/22 10:00:00,17.840454660302118,True +2017/06/22 11:00:00,19.128723206542983,True +2017/06/22 12:00:00,18.40618224804737,True +2017/06/22 13:00:00,18.9042982591753,True +2017/06/22 14:00:00,17.833545426048364,True +2017/06/22 15:00:00,17.279584442142674,True +2017/06/22 16:00:00,18.466231762845567,True +2017/06/22 17:00:00,18.68188088122386,True +2017/06/22 18:00:00,18.019498151172407,True +2017/06/22 19:00:00,17.318255620045992,True +2017/06/22 20:00:00,17.081473231295583,True +2017/06/22 21:00:00,16.766496567212858,True +2017/06/22 22:00:00,13.148638077619717,True +2017/06/22 23:00:00,9.419318089370837,True +2017/06/23 00:00:00,5.114584906299036,True +2017/06/23 01:00:00,3.2084805728100254,True +2017/06/23 02:00:00,3.7625754942218936,True +2017/06/23 03:00:00,3.208277922886561,True +2017/06/23 04:00:00,5.459634651266056,True +2017/06/23 05:00:00,8.573205047843873,True +2017/06/23 06:00:00,9.44018607751471,True +2017/06/23 07:00:00,13.331729139916245,True +2017/06/23 08:00:00,14.608959568440605,True +2017/06/23 09:00:00,15.801165023503978,True +2017/06/23 10:00:00,17.6505412986728,True +2017/06/23 11:00:00,18.73570140072461,True +2017/06/23 12:00:00,18.024458384663575,True +2017/06/23 13:00:00,18.15509700224332,True +2017/06/23 14:00:00,17.221691111259332,True +2017/06/23 15:00:00,16.649993370621488,True +2017/06/23 16:00:00,18.10083069591224,True +2017/06/23 17:00:00,18.83074479504741,True +2017/06/23 18:00:00,18.122056179231066,True +2017/06/23 19:00:00,17.267989385895998,True +2017/06/23 20:00:00,16.795336968674714,True +2017/06/23 21:00:00,16.568859379199004,True +2017/06/23 22:00:00,12.975115330221477,True +2017/06/23 23:00:00,8.635144884184209,True +2017/06/24 00:00:00,5.171069414415151,True +2017/06/24 01:00:00,3.1456860283924666,True +2017/06/24 02:00:00,3.7022675358301327,True +2017/06/24 03:00:00,3.1470380071805537,True +2017/06/24 04:00:00,5.104890288895501,True +2017/06/24 05:00:00,8.399091727929406,True +2017/06/24 06:00:00,9.750240163954045,True +2017/06/24 07:00:00,12.216563820983925,True +2017/06/24 08:00:00,13.138782593952712,True +2017/06/24 09:00:00,16.01181948131589,True +2017/06/24 10:00:00,17.61852415712684,True +2017/06/24 11:00:00,18.526528021097953,True +2017/06/24 12:00:00,18.335679918712856,True +2017/06/24 13:00:00,18.662912338509283,True +2017/06/24 14:00:00,17.761730445208933,True +2017/06/24 15:00:00,17.893209450373195,True +2017/06/24 16:00:00,18.26460919699055,True +2017/06/24 17:00:00,19.424348896495204,True +2017/06/24 18:00:00,19.268614150425535,True +2017/06/24 19:00:00,18.661260244978784,True +2017/06/24 20:00:00,17.251022896995313,True +2017/06/24 21:00:00,16.801397660790855,True +2017/06/24 22:00:00,13.000749213028861,True +2017/06/24 23:00:00,9.714207134227205,True +2017/06/25 00:00:00,5.454602203290741,True +2017/06/25 01:00:00,3.1464949036149683,True +2017/06/25 02:00:00,3.7014946964632136,True +2017/06/25 03:00:00,3.14528407651576,True +2017/06/25 04:00:00,5.097457162431731,True +2017/06/25 05:00:00,8.752179656103355,True +2017/06/25 06:00:00,10.162457658629702,True +2017/06/25 07:00:00,11.18958872482025,True +2017/06/25 08:00:00,14.206759720597962,True +2017/06/25 09:00:00,14.820892415728363,True +2017/06/25 10:00:00,18.514584757221474,True +2017/06/25 11:00:00,19.66057282952835,True +2017/06/25 12:00:00,19.201245534529466,True +2017/06/25 13:00:00,19.499027856068313,True +2017/06/25 14:00:00,18.705128988268818,True +2017/06/25 15:00:00,18.600936480641725,True +2017/06/25 16:00:00,19.525002725791488,True +2017/06/25 17:00:00,19.986862871430393,True +2017/06/25 18:00:00,19.776725417573928,True +2017/06/25 19:00:00,18.990550400157503,True +2017/06/25 20:00:00,18.935565999987254,True +2017/06/25 21:00:00,18.275965909767937,True +2017/06/25 22:00:00,14.813389275204184,True +2017/06/25 23:00:00,11.523462684289742,True +2017/06/26 00:00:00,5.520628422033071,True +2017/06/26 01:00:00,3.2067917615800514,True +2017/06/26 02:00:00,3.7627850393551707,True +2017/06/26 03:00:00,3.2057553875610285,True +2017/06/26 04:00:00,6.672771290153467,True +2017/06/26 05:00:00,8.797984844435394,True +2017/06/26 06:00:00,9.83328093289879,True +2017/06/26 07:00:00,15.342499344339483,True +2017/06/26 08:00:00,17.269292069430485,True +2017/06/26 09:00:00,18.74961916654085,True +2017/06/26 10:00:00,20.029136034911986,True +2017/06/26 11:00:00,21.19392912779406,True +2017/06/26 12:00:00,21.005006895335644,True +2017/06/26 13:00:00,21.18610934627272,True +2017/06/26 14:00:00,20.261263294397434,True +2017/06/26 15:00:00,19.782359571241074,True +2017/06/26 16:00:00,20.858478173941407,True +2017/06/26 17:00:00,21.015681737290205,True +2017/06/26 18:00:00,20.296764764187827,True +2017/06/26 19:00:00,19.979115273019907,True +2017/06/26 20:00:00,19.824403840179237,True +2017/06/26 21:00:00,19.287110370787747,True +2017/06/26 22:00:00,15.982238674432553,True +2017/06/26 23:00:00,12.365121330708497,True +2017/06/27 00:00:00,5.488981898822254,True +2017/06/27 01:00:00,3.206071733432371,True +2017/06/27 02:00:00,3.761279273481713,True +2017/06/27 03:00:00,3.208964324483366,True +2017/06/27 04:00:00,6.4610024259924,True +2017/06/27 05:00:00,8.854277318470396,True +2017/06/27 06:00:00,9.76992617202141,True +2017/06/27 07:00:00,17.261194669789447,True +2017/06/27 08:00:00,18.988413232533276,True +2017/06/27 09:00:00,19.994785351569853,True +2017/06/27 10:00:00,21.18310215980627,True +2017/06/27 11:00:00,22.275942023663745,True +2017/06/27 12:00:00,21.978304748405048,True +2017/06/27 13:00:00,22.00906367496159,True +2017/06/27 14:00:00,20.666802185424345,True +2017/06/27 15:00:00,20.156718003440346,True +2017/06/27 16:00:00,21.058317170720265,True +2017/06/27 17:00:00,21.48971656642766,True +2017/06/27 18:00:00,20.969399155997326,True +2017/06/27 19:00:00,20.42357695323563,True +2017/06/27 20:00:00,20.682012645725507,True +2017/06/27 21:00:00,19.913284905187226,True +2017/06/27 22:00:00,16.214713553610114,True +2017/06/27 23:00:00,12.377902800140435,True +2017/06/28 00:00:00,5.540321755966365,True +2017/06/28 01:00:00,3.206682877327317,True +2017/06/28 02:00:00,3.763502962510172,True +2017/06/28 03:00:00,3.208552278792685,True +2017/06/28 04:00:00,6.110300418518178,True +2017/06/28 05:00:00,8.649978583457802,True +2017/06/28 06:00:00,9.508633192550551,True +2017/06/28 07:00:00,14.374590151970486,True +2017/06/28 08:00:00,15.916883914895783,True +2017/06/28 09:00:00,17.61521121165968,True +2017/06/28 10:00:00,19.80113308964269,True +2017/06/28 11:00:00,20.716347493043664,True +2017/06/28 12:00:00,20.148260774468415,True +2017/06/28 13:00:00,20.401100404981886,True +2017/06/28 14:00:00,19.581603889723887,True +2017/06/28 15:00:00,19.28884941270748,True +2017/06/28 16:00:00,20.341168738991062,True +2017/06/28 17:00:00,20.603651643969776,True +2017/06/28 18:00:00,19.335923342214475,True +2017/06/28 19:00:00,19.06259833543464,True +2017/06/28 20:00:00,18.758373827515072,True +2017/06/28 21:00:00,18.355399631445426,True +2017/06/28 22:00:00,14.561556294837866,True +2017/06/28 23:00:00,11.249618633486184,True +2017/06/29 00:00:00,5.391584297517033,True +2017/06/29 01:00:00,3.207658131804279,True +2017/06/29 02:00:00,3.761327126515691,True +2017/06/29 03:00:00,3.2081361697307837,True +2017/06/29 04:00:00,6.3793554761715,True +2017/06/29 05:00:00,8.790712569643848,True +2017/06/29 06:00:00,9.760339071617306,True +2017/06/29 07:00:00,16.13142124611185,True +2017/06/29 08:00:00,17.665912498633826,True +2017/06/29 09:00:00,19.078024652884903,True +2017/06/29 10:00:00,20.347587247179813,True +2017/06/29 11:00:00,21.525445123145435,True +2017/06/29 12:00:00,21.03306749547195,True +2017/06/29 13:00:00,20.99058240097841,True +2017/06/29 14:00:00,20.055332139580106,True +2017/06/29 15:00:00,19.37445968901153,True +2017/06/29 16:00:00,20.67339764712172,True +2017/06/29 17:00:00,20.7081105991459,True +2017/06/29 18:00:00,20.219592911849514,True +2017/06/29 19:00:00,19.857438460027332,True +2017/06/29 20:00:00,19.731187542230227,True +2017/06/29 21:00:00,19.0036555226853,True +2017/06/29 22:00:00,15.234689253313611,True +2017/06/29 23:00:00,11.257596805989143,True +2017/06/30 00:00:00,5.379188214894564,True +2017/06/30 01:00:00,3.2070316024432146,True +2017/06/30 02:00:00,3.762646124836134,True +2017/06/30 03:00:00,3.2087658459434816,True +2017/06/30 04:00:00,5.7997379128181255,True +2017/06/30 05:00:00,8.622875562872723,True +2017/06/30 06:00:00,9.49370109640313,True +2017/06/30 07:00:00,14.492354028498225,True +2017/06/30 08:00:00,15.769093901285384,True +2017/06/30 09:00:00,17.125582880360085,True +2017/06/30 10:00:00,18.660774219943438,True +2017/06/30 11:00:00,19.73124900077078,True +2017/06/30 12:00:00,19.132271909487333,True +2017/06/30 13:00:00,19.195274134187446,True +2017/06/30 14:00:00,18.392579402785703,True +2017/06/30 15:00:00,18.288143000298252,True +2017/06/30 16:00:00,19.415570965421715,True +2017/06/30 17:00:00,19.520812560429338,True +2017/06/30 18:00:00,18.780930655242543,True +2017/06/30 19:00:00,18.066840867258165,True +2017/06/30 20:00:00,17.605581495705444,True +2017/06/30 21:00:00,17.114739245891364,True +2017/06/30 22:00:00,13.35848820427388,True +2017/06/30 23:00:00,9.636038725927056,True +2017/07/01 00:00:00,5.28633322809309,True +2017/07/01 01:00:00,3.1453785436259416,True +2017/07/01 02:00:00,3.6986015568220223,True +2017/07/01 03:00:00,3.1446212397972038,True +2017/07/01 04:00:00,5.245146260018455,True +2017/07/01 05:00:00,8.446889402503835,True +2017/07/01 06:00:00,9.804317451050592,True +2017/07/01 07:00:00,12.422038407478995,True +2017/07/01 08:00:00,14.548844391965986,True +2017/07/01 09:00:00,16.70604164284308,True +2017/07/01 10:00:00,18.332085174519836,True +2017/07/01 11:00:00,19.323528454798232,True +2017/07/01 12:00:00,19.238124046983955,True +2017/07/01 13:00:00,19.154629569850076,True +2017/07/01 14:00:00,18.61585852997479,True +2017/07/01 15:00:00,18.630350415646934,True +2017/07/01 16:00:00,18.846338650137664,True +2017/07/01 17:00:00,20.002729365716863,True +2017/07/01 18:00:00,19.488760997404746,True +2017/07/01 19:00:00,19.04490404014144,True +2017/07/01 20:00:00,18.06068399649368,True +2017/07/01 21:00:00,18.31816559929069,True +2017/07/01 22:00:00,14.823063184970367,True +2017/07/01 23:00:00,10.948039141113112,True +2017/07/02 00:00:00,5.60238667330076,True +2017/07/02 01:00:00,3.144818615600905,True +2017/07/02 02:00:00,3.698339613525928,True +2017/07/02 03:00:00,3.1428752672614753,True +2017/07/02 04:00:00,6.253163797735567,True +2017/07/02 05:00:00,9.918688288274309,True +2017/07/02 06:00:00,11.61572740165351,True +2017/07/02 07:00:00,13.044572137035319,True +2017/07/02 08:00:00,15.2118962313196,True +2017/07/02 09:00:00,15.192115753681493,True +2017/07/02 10:00:00,18.220783474712814,True +2017/07/02 11:00:00,18.77384198674607,True +2017/07/02 12:00:00,18.421972894234454,True +2017/07/02 13:00:00,19.182405609765595,True +2017/07/02 14:00:00,19.08646376477374,True +2017/07/02 15:00:00,18.626110261135103,True +2017/07/02 16:00:00,19.214285884945706,True +2017/07/02 17:00:00,19.596372431504125,True +2017/07/02 18:00:00,19.11767463679563,True +2017/07/02 19:00:00,18.384541232656666,True +2017/07/02 20:00:00,17.76534828710296,True +2017/07/02 21:00:00,16.92329570050296,True +2017/07/02 22:00:00,12.838231222473354,True +2017/07/02 23:00:00,8.727177695887969,True +2017/07/03 00:00:00,5.104517658400813,True +2017/07/03 01:00:00,3.208884615515802,True +2017/07/03 02:00:00,3.765719046187453,True +2017/07/03 03:00:00,3.207854806114802,True +2017/07/03 04:00:00,5.271000856154385,True +2017/07/03 05:00:00,8.558733281938627,True +2017/07/03 06:00:00,9.424679452780135,True +2017/07/03 07:00:00,13.636719119395107,True +2017/07/03 08:00:00,15.716115309543856,True +2017/07/03 09:00:00,17.057799441707026,True +2017/07/03 10:00:00,19.152153757859537,True +2017/07/03 11:00:00,20.382080863259617,True +2017/07/03 12:00:00,20.141262001948146,True +2017/07/03 13:00:00,20.101380601574252,True +2017/07/03 14:00:00,19.33744664026809,True +2017/07/03 15:00:00,19.148061388532085,True +2017/07/03 16:00:00,20.189976554169768,True +2017/07/03 17:00:00,20.17491620009414,True +2017/07/03 18:00:00,19.54272323266173,True +2017/07/03 19:00:00,19.385810572756398,True +2017/07/03 20:00:00,18.330896942792112,True +2017/07/03 21:00:00,17.975892991507354,True +2017/07/03 22:00:00,14.20485858874393,True +2017/07/03 23:00:00,10.330888086264064,True +2017/07/04 00:00:00,5.300813451454183,True +2017/07/04 01:00:00,3.208402848968635,True +2017/07/04 02:00:00,3.7618895000197092,True +2017/07/04 03:00:00,3.2087508282828074,True +2017/07/04 04:00:00,5.678486378284218,True +2017/07/04 05:00:00,8.605065140143273,True +2017/07/04 06:00:00,9.47488235258721,True +2017/07/04 07:00:00,14.476320304331933,True +2017/07/04 08:00:00,16.95440296299319,True +2017/07/04 09:00:00,17.780605584722768,True +2017/07/04 10:00:00,19.569804071805155,True +2017/07/04 11:00:00,20.87219994730626,True +2017/07/04 12:00:00,20.348126093209736,True +2017/07/04 13:00:00,20.32277381976528,True +2017/07/04 14:00:00,19.814897803812748,True +2017/07/04 15:00:00,19.20152942585171,True +2017/07/04 16:00:00,20.456512260179363,True +2017/07/04 17:00:00,20.590142470906095,True +2017/07/04 18:00:00,19.989223867124977,True +2017/07/04 19:00:00,19.38872575218315,True +2017/07/04 20:00:00,19.516042247502526,True +2017/07/04 21:00:00,19.08404712682708,True +2017/07/04 22:00:00,15.771820909442397,True +2017/07/04 23:00:00,11.307082964184083,True +2017/07/05 00:00:00,5.482584856177331,True +2017/07/05 01:00:00,3.207204389716953,True +2017/07/05 02:00:00,3.7606028369316182,True +2017/07/05 03:00:00,3.2069814032433044,True +2017/07/05 04:00:00,6.032024157067884,True +2017/07/05 05:00:00,8.722803702071957,True +2017/07/05 06:00:00,9.688696512481643,True +2017/07/05 07:00:00,14.939184945695825,True +2017/07/05 08:00:00,16.39552519598442,True +2017/07/05 09:00:00,18.57484286021397,True +2017/07/05 10:00:00,20.4040454646905,True +2017/07/05 11:00:00,21.483525615055125,True +2017/07/05 12:00:00,21.123252623787202,True +2017/07/05 13:00:00,20.9025330669061,True +2017/07/05 14:00:00,19.742442680305313,True +2017/07/05 15:00:00,19.206823185757404,True +2017/07/05 16:00:00,20.685870148141472,True +2017/07/05 17:00:00,20.827070137661988,True +2017/07/05 18:00:00,20.096511988948652,True +2017/07/05 19:00:00,19.72560583554137,True +2017/07/05 20:00:00,19.283224241158965,True +2017/07/05 21:00:00,18.427049557717623,True +2017/07/05 22:00:00,14.131887948163103,True +2017/07/05 23:00:00,10.244153267774022,True +2017/07/06 00:00:00,5.215596536314168,True +2017/07/06 01:00:00,3.2085248396393324,True +2017/07/06 02:00:00,3.7636301766348255,True +2017/07/06 03:00:00,3.208795713637981,True +2017/07/06 04:00:00,5.463080092872926,True +2017/07/06 05:00:00,8.559259729045413,True +2017/07/06 06:00:00,9.426598324285168,True +2017/07/06 07:00:00,13.261567354248687,True +2017/07/06 08:00:00,14.738417491131875,True +2017/07/06 09:00:00,16.29234907513093,True +2017/07/06 10:00:00,17.89001513744961,True +2017/07/06 11:00:00,19.195652150681315,True +2017/07/06 12:00:00,18.648458034331142,True +2017/07/06 13:00:00,18.5760674358442,True +2017/07/06 14:00:00,18.05805698535624,True +2017/07/06 15:00:00,17.457688174301865,True +2017/07/06 16:00:00,18.82310088252996,True +2017/07/06 17:00:00,19.15657668739137,True +2017/07/06 18:00:00,18.858242533526266,True +2017/07/06 19:00:00,17.837473429370036,True +2017/07/06 20:00:00,17.350619339571576,True +2017/07/06 21:00:00,17.387847118779682,True +2017/07/06 22:00:00,13.222301655291671,True +2017/07/06 23:00:00,8.846109209146826,True +2017/07/07 00:00:00,5.086862478542067,True +2017/07/07 01:00:00,3.2102609747419484,True +2017/07/07 02:00:00,3.7635427050266377,True +2017/07/07 03:00:00,3.209345184869782,True +2017/07/07 04:00:00,5.408523875223993,True +2017/07/07 05:00:00,8.561136334903216,True +2017/07/07 06:00:00,9.436446014128403,True +2017/07/07 07:00:00,13.43618765875561,True +2017/07/07 08:00:00,15.135564193183072,True +2017/07/07 09:00:00,16.807354997569757,True +2017/07/07 10:00:00,18.285960751393745,True +2017/07/07 11:00:00,19.92480756830505,True +2017/07/07 12:00:00,19.44390115561344,True +2017/07/07 13:00:00,19.611506788939916,True +2017/07/07 14:00:00,18.645414312844352,True +2017/07/07 15:00:00,18.30698969889248,True +2017/07/07 16:00:00,18.99874928072278,True +2017/07/07 17:00:00,19.119355196419857,True +2017/07/07 18:00:00,18.61903664522142,True +2017/07/07 19:00:00,18.096976454316554,True +2017/07/07 20:00:00,17.999901953431532,True +2017/07/07 21:00:00,17.689072700277784,True +2017/07/07 22:00:00,13.993482753529294,True +2017/07/07 23:00:00,10.656828252120835,True +2017/07/08 00:00:00,5.378894240661999,True +2017/07/08 01:00:00,3.1446264591622017,True +2017/07/08 02:00:00,3.6974559897366834,True +2017/07/08 03:00:00,3.1430659376945562,True +2017/07/08 04:00:00,5.73377280208068,True +2017/07/08 05:00:00,8.516544258476541,True +2017/07/08 06:00:00,9.954811857662854,True +2017/07/08 07:00:00,13.491345581712002,True +2017/07/08 08:00:00,16.090981087076052,True +2017/07/08 09:00:00,18.147725329200917,True +2017/07/08 10:00:00,19.578052337089826,True +2017/07/08 11:00:00,20.362438583710112,True +2017/07/08 12:00:00,19.78317071229171,True +2017/07/08 13:00:00,19.936660233456227,True +2017/07/08 14:00:00,19.955761464580625,True +2017/07/08 15:00:00,19.688178540485698,True +2017/07/08 16:00:00,19.996186209703932,True +2017/07/08 17:00:00,20.606576527374305,True +2017/07/08 18:00:00,20.562947732990885,True +2017/07/08 19:00:00,19.922614322226487,True +2017/07/08 20:00:00,18.38123142962718,True +2017/07/08 21:00:00,18.489848858779606,True +2017/07/08 22:00:00,14.901460570107622,True +2017/07/08 23:00:00,10.55382590423452,True +2017/07/09 00:00:00,5.645328275489056,True +2017/07/09 01:00:00,3.144439517347937,True +2017/07/09 02:00:00,3.70023526651444,True +2017/07/09 03:00:00,3.145393996967033,True +2017/07/09 04:00:00,5.421286801877348,True +2017/07/09 05:00:00,8.98151551377867,True +2017/07/09 06:00:00,10.525674988631488,True +2017/07/09 07:00:00,12.54419655960289,True +2017/07/09 08:00:00,14.905121203739073,True +2017/07/09 09:00:00,15.346490799658511,True +2017/07/09 10:00:00,19.040697021021035,True +2017/07/09 11:00:00,20.26924069710136,True +2017/07/09 12:00:00,19.646592969338883,True +2017/07/09 13:00:00,19.435914251434564,True +2017/07/09 14:00:00,18.78426684187591,True +2017/07/09 15:00:00,18.416277119624894,True +2017/07/09 16:00:00,18.858556700585222,True +2017/07/09 17:00:00,19.129073214867155,True +2017/07/09 18:00:00,18.779177934100602,True +2017/07/09 19:00:00,18.45386545905496,True +2017/07/09 20:00:00,18.178407849419415,True +2017/07/09 21:00:00,17.01731669497508,True +2017/07/09 22:00:00,13.09493384476039,True +2017/07/09 23:00:00,9.533177808779056,True +2017/07/10 00:00:00,5.151513869440092,True +2017/07/10 01:00:00,3.207106389304718,True +2017/07/10 02:00:00,3.7644310228419213,True +2017/07/10 03:00:00,3.2094741522000607,True +2017/07/10 04:00:00,5.308052935082591,True +2017/07/10 05:00:00,8.583930595077394,True +2017/07/10 06:00:00,9.459720006580813,True +2017/07/10 07:00:00,13.962822619297647,True +2017/07/10 08:00:00,16.37975862549721,True +2017/07/10 09:00:00,17.892247412075005,True +2017/07/10 10:00:00,19.85436913047984,True +2017/07/10 11:00:00,21.383142374978384,True +2017/07/10 12:00:00,20.623371594703947,True +2017/07/10 13:00:00,20.654083755160336,True +2017/07/10 14:00:00,19.86279845721281,True +2017/07/10 15:00:00,19.37094990136979,True +2017/07/10 16:00:00,20.43482238520196,True +2017/07/10 17:00:00,20.8728881858359,True +2017/07/10 18:00:00,20.43513714057599,True +2017/07/10 19:00:00,19.783380493679584,True +2017/07/10 20:00:00,18.987958329729643,True +2017/07/10 21:00:00,18.721929631709845,True +2017/07/10 22:00:00,15.343651006088237,True +2017/07/10 23:00:00,11.44742031910134,True +2017/07/11 00:00:00,5.39301814825045,True +2017/07/11 01:00:00,3.208395653307692,True +2017/07/11 02:00:00,3.7623293252020265,True +2017/07/11 03:00:00,3.206964924727397,True +2017/07/11 04:00:00,6.505490361695631,True +2017/07/11 05:00:00,8.750281961571796,True +2017/07/11 06:00:00,9.704260660781257,True +2017/07/11 07:00:00,15.78421209962135,True +2017/07/11 08:00:00,17.379573227278602,True +2017/07/11 09:00:00,18.739806869758546,True +2017/07/11 10:00:00,20.380310646506484,True +2017/07/11 11:00:00,21.71321793267235,True +2017/07/11 12:00:00,21.320237278498617,True +2017/07/11 13:00:00,21.304550740931035,True +2017/07/11 14:00:00,20.39096250899266,True +2017/07/11 15:00:00,19.798180030720687,True +2017/07/11 16:00:00,20.613641254695082,True +2017/07/11 17:00:00,21.20567424186837,True +2017/07/11 18:00:00,20.8543232094239,True +2017/07/11 19:00:00,20.33341147577194,True +2017/07/11 20:00:00,19.511823434169504,True +2017/07/11 21:00:00,18.3543524671718,True +2017/07/11 22:00:00,14.339357404251109,True +2017/07/11 23:00:00,9.959672794291189,True +2017/07/12 00:00:00,5.2589704684403635,True +2017/07/12 01:00:00,3.208385411298369,True +2017/07/12 02:00:00,3.7631802467761446,True +2017/07/12 03:00:00,3.2092606881808914,True +2017/07/12 04:00:00,5.505296211014136,True +2017/07/12 05:00:00,8.57805333600567,True +2017/07/12 06:00:00,9.469087331374281,True +2017/07/12 07:00:00,13.78096292759966,True +2017/07/12 08:00:00,15.41207511201739,True +2017/07/12 09:00:00,16.75468305059512,True +2017/07/12 10:00:00,18.668387815551334,True +2017/07/12 11:00:00,20.199683484233717,True +2017/07/12 12:00:00,19.66647926587285,True +2017/07/12 13:00:00,19.348449122839217,True +2017/07/12 14:00:00,18.328619067630065,True +2017/07/12 15:00:00,18.038924118404122,True +2017/07/12 16:00:00,19.038500145636085,True +2017/07/12 17:00:00,19.244278885333326,True +2017/07/12 18:00:00,18.510919630582244,True +2017/07/12 19:00:00,18.17491886903688,True +2017/07/12 20:00:00,17.8542310752688,True +2017/07/12 21:00:00,16.99485077746997,True +2017/07/12 22:00:00,13.321504408703243,True +2017/07/12 23:00:00,9.640264832990425,True +2017/07/13 00:00:00,5.119008419416489,True +2017/07/13 01:00:00,3.2096177865601034,True +2017/07/13 02:00:00,3.7626317344147946,True +2017/07/13 03:00:00,3.2094080167214076,True +2017/07/13 04:00:00,5.4795413671695155,True +2017/07/13 05:00:00,8.563993440467655,True +2017/07/13 06:00:00,9.45168664466015,True +2017/07/13 07:00:00,13.293362930867383,True +2017/07/13 08:00:00,15.560395062127276,True +2017/07/13 09:00:00,17.214184076929005,True +2017/07/13 10:00:00,18.855566408754623,True +2017/07/13 11:00:00,20.29889059968708,True +2017/07/13 12:00:00,20.052573588324943,True +2017/07/13 13:00:00,20.20506470430759,True +2017/07/13 14:00:00,19.269430310628497,True +2017/07/13 15:00:00,18.81688472690841,True +2017/07/13 16:00:00,19.87505333398562,True +2017/07/13 17:00:00,20.408010280531276,True +2017/07/13 18:00:00,19.91240397178726,True +2017/07/13 19:00:00,19.22947575569219,True +2017/07/13 20:00:00,18.720198167589743,True +2017/07/13 21:00:00,18.26386837799174,True +2017/07/13 22:00:00,14.11898686955362,True +2017/07/13 23:00:00,10.5285575167734,True +2017/07/14 00:00:00,5.2435887921779925,True +2017/07/14 01:00:00,3.208721705245287,True +2017/07/14 02:00:00,3.762748031152972,True +2017/07/14 03:00:00,3.2075907767277227,True +2017/07/14 04:00:00,5.636514549227505,True +2017/07/14 05:00:00,8.598839542777455,True +2017/07/14 06:00:00,9.48744670038564,True +2017/07/14 07:00:00,14.271751859729125,True +2017/07/14 08:00:00,16.554278524407824,True +2017/07/14 09:00:00,18.2936621370534,True +2017/07/14 10:00:00,19.75861887623298,True +2017/07/14 11:00:00,21.2490001439749,True +2017/07/14 12:00:00,20.74271469661393,True +2017/07/14 13:00:00,20.776097137116448,True +2017/07/14 14:00:00,20.09276541552166,True +2017/07/14 15:00:00,19.686808566603773,True +2017/07/14 16:00:00,20.56008446523529,True +2017/07/14 17:00:00,20.687310828711187,True +2017/07/14 18:00:00,20.326039658802696,True +2017/07/14 19:00:00,19.812622124165106,True +2017/07/14 20:00:00,19.56627846018944,True +2017/07/14 21:00:00,19.20210698877566,True +2017/07/14 22:00:00,15.8149046427357,True +2017/07/14 23:00:00,12.256754285903385,True +2017/07/15 00:00:00,5.639166154131133,True +2017/07/15 01:00:00,3.1424187579347067,True +2017/07/15 02:00:00,3.6978649092325275,True +2017/07/15 03:00:00,3.142526696643641,True +2017/07/15 04:00:00,6.635102103043863,True +2017/07/15 05:00:00,8.723863926753307,True +2017/07/15 06:00:00,10.185117192969972,True +2017/07/15 07:00:00,15.131620963876655,True +2017/07/15 08:00:00,17.14952172061804,True +2017/07/15 09:00:00,19.210672838418965,True +2017/07/15 10:00:00,20.23520636366826,True +2017/07/15 11:00:00,20.519738848580573,True +2017/07/15 12:00:00,20.334595947785587,True +2017/07/15 13:00:00,21.0071705037106,True +2017/07/15 14:00:00,20.648317902919107,True +2017/07/15 15:00:00,20.4511177765273,True +2017/07/15 16:00:00,20.632494447560102,True +2017/07/15 17:00:00,21.008297447074654,True +2017/07/15 18:00:00,21.102904403712614,True +2017/07/15 19:00:00,21.100105483630102,True +2017/07/15 20:00:00,20.219832949131806,True +2017/07/15 21:00:00,20.718435047745814,True +2017/07/15 22:00:00,17.72922680775036,True +2017/07/15 23:00:00,14.421504463626054,True +2017/07/16 00:00:00,6.15382497733461,True +2017/07/16 01:00:00,3.1426621107433936,True +2017/07/16 02:00:00,3.6950554023626627,True +2017/07/16 03:00:00,3.1406567559269805,True +2017/07/16 04:00:00,7.201378790802349,True +2017/07/16 05:00:00,10.947257533583223,True +2017/07/16 06:00:00,12.77623442358074,True +2017/07/16 07:00:00,14.387565671155546,True +2017/07/16 08:00:00,16.261582679038586,True +2017/07/16 09:00:00,18.164978091126443,True +2017/07/16 10:00:00,20.957160706511917,True +2017/07/16 11:00:00,21.539142593054773,True +2017/07/16 12:00:00,20.704133802699392,True +2017/07/16 13:00:00,20.47665176649181,True +2017/07/16 14:00:00,19.835690157505898,True +2017/07/16 15:00:00,19.622355512624925,True +2017/07/16 16:00:00,20.720439317930484,True +2017/07/16 17:00:00,20.50401272947839,True +2017/07/16 18:00:00,20.302568979010996,True +2017/07/16 19:00:00,19.52283957747314,True +2017/07/16 20:00:00,19.596463418402916,True +2017/07/16 21:00:00,19.111614710476655,True +2017/07/16 22:00:00,15.868438016950323,True +2017/07/16 23:00:00,12.95824946207588,True +2017/07/17 00:00:00,5.7069905104245295,True +2017/07/17 01:00:00,3.2030176874935665,True +2017/07/17 02:00:00,3.760819490072149,True +2017/07/17 03:00:00,3.204685294061021,True +2017/07/17 04:00:00,7.262933743513464,True +2017/07/17 05:00:00,8.962985300642679,True +2017/07/17 06:00:00,9.990317192114038,True +2017/07/17 07:00:00,17.338668419548995,True +2017/07/17 08:00:00,18.573207631491385,True +2017/07/17 09:00:00,19.55418496208109,True +2017/07/17 10:00:00,20.784631023812356,True +2017/07/17 11:00:00,21.834215744516857,True +2017/07/17 12:00:00,21.460917744799666,True +2017/07/17 13:00:00,21.366249901880245,True +2017/07/17 14:00:00,20.434547628909524,True +2017/07/17 15:00:00,19.43688612082275,True +2017/07/17 16:00:00,20.390588347814273,True +2017/07/17 17:00:00,20.375543875553944,True +2017/07/17 18:00:00,20.854774235326907,True +2017/07/17 19:00:00,20.39705498514199,True +2017/07/17 20:00:00,19.97615200278283,True +2017/07/17 21:00:00,19.475492711595663,True +2017/07/17 22:00:00,16.117540061145313,True +2017/07/17 23:00:00,11.92394403398266,True +2017/07/18 00:00:00,5.3359465930456915,True +2017/07/18 01:00:00,3.2060091893262763,True +2017/07/18 02:00:00,3.760553873417137,True +2017/07/18 03:00:00,3.2089447013473746,True +2017/07/18 04:00:00,5.922404285252851,True +2017/07/18 05:00:00,8.652129026086556,True +2017/07/18 06:00:00,9.548592302602817,True +2017/07/18 07:00:00,15.711446457823346,True +2017/07/18 08:00:00,17.436604041516492,True +2017/07/18 09:00:00,19.3105241258706,True +2017/07/18 10:00:00,20.32151742326221,True +2017/07/18 11:00:00,21.56618018617514,True +2017/07/18 12:00:00,20.83046706960401,True +2017/07/18 13:00:00,20.916391457515264,True +2017/07/18 14:00:00,20.152476443417395,True +2017/07/18 15:00:00,19.61596502555023,True +2017/07/18 16:00:00,21.02760995882942,True +2017/07/18 17:00:00,21.13493566292307,True +2017/07/18 18:00:00,20.494650875660195,True +2017/07/18 19:00:00,20.00303852454445,True +2017/07/18 20:00:00,19.846627532876425,True +2017/07/18 21:00:00,19.494848291449493,True +2017/07/18 22:00:00,16.15892805963356,True +2017/07/18 23:00:00,12.355985599962848,True +2017/07/19 00:00:00,5.625100106098558,True +2017/07/19 01:00:00,3.2067418904528857,True +2017/07/19 02:00:00,3.759206274555812,True +2017/07/19 03:00:00,3.2051762343871992,True +2017/07/19 04:00:00,6.967524259219207,True +2017/07/19 05:00:00,8.906590653657048,True +2017/07/19 06:00:00,9.934810904269506,True +2017/07/19 07:00:00,16.8042435658737,True +2017/07/19 08:00:00,17.945961788719917,True +2017/07/19 09:00:00,19.539557026642978,True +2017/07/19 10:00:00,21.098989082384207,True +2017/07/19 11:00:00,22.099581429701978,True +2017/07/19 12:00:00,21.827883283011385,True +2017/07/19 13:00:00,21.744454931992408,True +2017/07/19 14:00:00,20.97796886612742,True +2017/07/19 15:00:00,20.558255289287587,True +2017/07/19 16:00:00,21.332237010041492,True +2017/07/19 17:00:00,21.3589958940138,True +2017/07/19 18:00:00,21.003459879920506,True +2017/07/19 19:00:00,20.696102723947128,True +2017/07/19 20:00:00,20.74351952838993,True +2017/07/19 21:00:00,20.47887254351591,True +2017/07/19 22:00:00,17.496813375297116,True +2017/07/19 23:00:00,14.31214285213724,True +2017/07/20 00:00:00,5.827033168140712,True +2017/07/20 01:00:00,3.2060197579094574,True +2017/07/20 02:00:00,3.758114171520373,True +2017/07/20 03:00:00,3.204783137795108,True +2017/07/20 04:00:00,7.448847171262501,True +2017/07/20 05:00:00,11.661811372116881,True +2017/07/20 06:00:00,12.547419861007565,True +2017/07/20 07:00:00,17.605350512453995,True +2017/07/20 08:00:00,18.79758224067838,True +2017/07/20 09:00:00,19.8339892885799,True +2017/07/20 10:00:00,21.168783462473776,True +2017/07/20 11:00:00,22.31946619300827,True +2017/07/20 12:00:00,21.840296697157598,True +2017/07/20 13:00:00,21.88177642487732,True +2017/07/20 14:00:00,21.085013096120626,True +2017/07/20 15:00:00,20.3663777186933,True +2017/07/20 16:00:00,21.34895107422921,True +2017/07/20 17:00:00,21.3843121430473,True +2017/07/20 18:00:00,21.144706998472408,True +2017/07/20 19:00:00,20.881160391633568,True +2017/07/20 20:00:00,20.92745720257921,True +2017/07/20 21:00:00,20.863679818067975,True +2017/07/20 22:00:00,17.786610799271674,True +2017/07/20 23:00:00,14.819093262207515,True +2017/07/21 00:00:00,5.792909898173466,True +2017/07/21 01:00:00,3.2040550356161708,True +2017/07/21 02:00:00,3.758004528266934,True +2017/07/21 03:00:00,3.2061340689263558,True +2017/07/21 04:00:00,8.076645544412408,True +2017/07/21 05:00:00,11.476910350594991,True +2017/07/21 06:00:00,12.546617295024333,True +2017/07/21 07:00:00,17.748531299937593,True +2017/07/21 08:00:00,18.883368539059326,True +2017/07/21 09:00:00,19.857568603644264,True +2017/07/21 10:00:00,21.189879641299896,True +2017/07/21 11:00:00,22.190777718014107,True +2017/07/21 12:00:00,21.739384704651123,True +2017/07/21 13:00:00,21.72733870590929,True +2017/07/21 14:00:00,20.932999399020552,True +2017/07/21 15:00:00,20.379617707072352,True +2017/07/21 16:00:00,21.066754600017106,True +2017/07/21 17:00:00,21.35253394063327,True +2017/07/21 18:00:00,20.957142353448617,True +2017/07/21 19:00:00,20.629880632633885,True +2017/07/21 20:00:00,20.496204169481572,True +2017/07/21 21:00:00,19.996704955008397,True +2017/07/21 22:00:00,16.419861207936115,True +2017/07/21 23:00:00,13.317504892287428,True +2017/07/22 00:00:00,5.83170547047562,True +2017/07/22 01:00:00,3.142158671414305,True +2017/07/22 02:00:00,3.6945807525578935,True +2017/07/22 03:00:00,3.140719316713286,True +2017/07/22 04:00:00,7.186112288839226,True +2017/07/22 05:00:00,8.74581985052335,True +2017/07/22 06:00:00,10.213758429835458,True +2017/07/22 07:00:00,15.023268060944545,True +2017/07/22 08:00:00,16.60025855665738,True +2017/07/22 09:00:00,17.74538366372691,True +2017/07/22 10:00:00,19.67642623312431,True +2017/07/22 11:00:00,20.504442986413185,True +2017/07/22 12:00:00,19.852579051348098,True +2017/07/22 13:00:00,19.329379774378925,True +2017/07/22 14:00:00,18.545586514813564,True +2017/07/22 15:00:00,18.32435507701207,True +2017/07/22 16:00:00,19.207824944607673,True +2017/07/22 17:00:00,19.96815326548487,True +2017/07/22 18:00:00,20.074783767402984,True +2017/07/22 19:00:00,19.832866846218405,True +2017/07/22 20:00:00,18.652210679804757,True +2017/07/22 21:00:00,18.86685412521608,True +2017/07/22 22:00:00,15.971718001218736,True +2017/07/22 23:00:00,12.036405997156521,True +2017/07/23 00:00:00,5.760099364254608,True +2017/07/23 01:00:00,3.1434461479259928,True +2017/07/23 02:00:00,3.698303813176365,True +2017/07/23 03:00:00,3.14240401997351,True +2017/07/23 04:00:00,6.184922587299333,True +2017/07/23 05:00:00,9.542096609250521,True +2017/07/23 06:00:00,10.851402324628959,True +2017/07/23 07:00:00,12.917612634228481,True +2017/07/23 08:00:00,14.807342844812883,True +2017/07/23 09:00:00,15.414498198229293,True +2017/07/23 10:00:00,18.379944349271167,True +2017/07/23 11:00:00,19.889036224264032,True +2017/07/23 12:00:00,19.417274120954612,True +2017/07/23 13:00:00,19.464741869681884,True +2017/07/23 14:00:00,18.327836891123408,True +2017/07/23 15:00:00,18.594411853784376,True +2017/07/23 16:00:00,19.085993507216756,True +2017/07/23 17:00:00,19.3149272562476,True +2017/07/23 18:00:00,19.512408029227423,True +2017/07/23 19:00:00,18.861491964849563,True +2017/07/23 20:00:00,18.67846647998825,True +2017/07/23 21:00:00,18.049493627769117,True +2017/07/23 22:00:00,14.37066565452522,True +2017/07/23 23:00:00,11.01233563316972,True +2017/07/24 00:00:00,5.291852539743384,True +2017/07/24 01:00:00,3.208285387330738,True +2017/07/24 02:00:00,3.763516600893598,True +2017/07/24 03:00:00,3.206330158143066,True +2017/07/24 04:00:00,5.4556651867608,True +2017/07/24 05:00:00,8.620105173009241,True +2017/07/24 06:00:00,9.599668879714622,True +2017/07/24 07:00:00,14.447811650964661,True +2017/07/24 08:00:00,16.177398837050827,True +2017/07/24 09:00:00,18.032640520382202,True +2017/07/24 10:00:00,19.909243289421493,True +2017/07/24 11:00:00,21.121608868448508,True +2017/07/24 12:00:00,20.746255636304383,True +2017/07/24 13:00:00,20.423580754762664,True +2017/07/24 14:00:00,19.7323099194106,True +2017/07/24 15:00:00,19.068557775394243,True +2017/07/24 16:00:00,20.40420269675324,True +2017/07/24 17:00:00,20.632265632872013,True +2017/07/24 18:00:00,19.854379060986805,True +2017/07/24 19:00:00,19.444436781937863,True +2017/07/24 20:00:00,18.903744346292978,True +2017/07/24 21:00:00,18.590138327156154,True +2017/07/24 22:00:00,15.035624731112737,True +2017/07/24 23:00:00,10.613504314078648,True +2017/07/25 00:00:00,5.288506493530535,True +2017/07/25 01:00:00,3.2082622458026036,True +2017/07/25 02:00:00,3.762022491522152,True +2017/07/25 03:00:00,3.2097832588079305,True +2017/07/25 04:00:00,5.495474565657234,True +2017/07/25 05:00:00,8.602746072283953,True +2017/07/25 06:00:00,9.56300050491184,True +2017/07/25 07:00:00,13.96814116125286,True +2017/07/25 08:00:00,16.45913103224211,True +2017/07/25 09:00:00,18.00252804861326,True +2017/07/25 10:00:00,19.860458166736777,True +2017/07/25 11:00:00,20.97082001597983,True +2017/07/25 12:00:00,20.670592391966608,True +2017/07/25 13:00:00,20.621144924375447,True +2017/07/25 14:00:00,19.75203586768623,True +2017/07/25 15:00:00,19.351055826637804,True +2017/07/25 16:00:00,20.38424716852181,True +2017/07/25 17:00:00,20.612680078438892,True +2017/07/25 18:00:00,20.142807810370265,True +2017/07/25 19:00:00,19.696276562145258,True +2017/07/25 20:00:00,19.524745716774227,True +2017/07/25 21:00:00,19.148797769501797,True +2017/07/25 22:00:00,15.96923330603164,True +2017/07/25 23:00:00,11.857417026071225,True +2017/07/26 00:00:00,5.615678443403606,True +2017/07/26 01:00:00,3.2063195281153867,True +2017/07/26 02:00:00,3.761093062348237,True +2017/07/26 03:00:00,3.2065717395100513,True +2017/07/26 04:00:00,6.669744323724481,True +2017/07/26 05:00:00,8.76785072328424,True +2017/07/26 06:00:00,9.813191797938567,True +2017/07/26 07:00:00,15.435386751573981,True +2017/07/26 08:00:00,17.316519816436188,True +2017/07/26 09:00:00,18.721463663497463,True +2017/07/26 10:00:00,20.553751777867237,True +2017/07/26 11:00:00,21.82408520375852,True +2017/07/26 12:00:00,21.388307682337818,True +2017/07/26 13:00:00,21.189245733408203,True +2017/07/26 14:00:00,20.316320247505416,True +2017/07/26 15:00:00,19.864555100927642,True +2017/07/26 16:00:00,20.885500701496532,True +2017/07/26 17:00:00,20.899247415792033,True +2017/07/26 18:00:00,20.166087651071145,True +2017/07/26 19:00:00,19.673201614244075,True +2017/07/26 20:00:00,19.876885562694653,True +2017/07/26 21:00:00,19.226515585472228,True +2017/07/26 22:00:00,15.867256591678176,True +2017/07/26 23:00:00,12.170212798012585,True +2017/07/27 00:00:00,5.522348234800462,True +2017/07/27 01:00:00,3.2063841930344403,True +2017/07/27 02:00:00,3.759156450392489,True +2017/07/27 03:00:00,3.20619602060103,True +2017/07/27 04:00:00,6.625402836690124,True +2017/07/27 05:00:00,8.750587058457864,True +2017/07/27 06:00:00,9.8300005387266,True +2017/07/27 07:00:00,16.427165238037492,True +2017/07/27 08:00:00,17.843748349723217,True +2017/07/27 09:00:00,19.317630330163464,True +2017/07/27 10:00:00,20.675507757625482,True +2017/07/27 11:00:00,22.04113517731799,True +2017/07/27 12:00:00,21.763410927217343,True +2017/07/27 13:00:00,21.686743406594605,True +2017/07/27 14:00:00,20.50003211418667,True +2017/07/27 15:00:00,19.82078864572429,True +2017/07/27 16:00:00,20.8881669043707,True +2017/07/27 17:00:00,21.230958940281237,True +2017/07/27 18:00:00,20.86242545746816,True +2017/07/27 19:00:00,19.76525792215301,True +2017/07/27 20:00:00,19.74050182877581,True +2017/07/27 21:00:00,18.817628349572402,True +2017/07/27 22:00:00,15.067005072065395,True +2017/07/27 23:00:00,11.61118380732423,True +2017/07/28 00:00:00,5.359911803499772,True +2017/07/28 01:00:00,3.2062443689344544,True +2017/07/28 02:00:00,3.7598181305650833,True +2017/07/28 03:00:00,3.208114425501722,True +2017/07/28 04:00:00,6.3104204403330275,True +2017/07/28 05:00:00,8.748759642344535,True +2017/07/28 06:00:00,9.850427798291673,True +2017/07/28 07:00:00,16.385196836906573,True +2017/07/28 08:00:00,17.394035206530614,True +2017/07/28 09:00:00,18.1500803533725,True +2017/07/28 10:00:00,19.763654073060327,True +2017/07/28 11:00:00,21.05120981484151,True +2017/07/28 12:00:00,20.67851718156799,True +2017/07/28 13:00:00,20.56285349256743,True +2017/07/28 14:00:00,19.869244059546126,True +2017/07/28 15:00:00,19.30370196934126,True +2017/07/28 16:00:00,20.487377206104338,True +2017/07/28 17:00:00,20.776873785613724,True +2017/07/28 18:00:00,20.2473776859739,True +2017/07/28 19:00:00,19.940779234186888,True +2017/07/28 20:00:00,19.628737615890806,True +2017/07/28 21:00:00,19.294206940291787,True +2017/07/28 22:00:00,15.818600126574983,True +2017/07/28 23:00:00,12.194155252164531,True +2017/07/29 00:00:00,5.675667467464125,True +2017/07/29 01:00:00,3.141763675505345,True +2017/07/29 02:00:00,3.6964637281693156,True +2017/07/29 03:00:00,3.141592124716886,True +2017/07/29 04:00:00,6.884364954554356,True +2017/07/29 05:00:00,8.648716332114514,True +2017/07/29 06:00:00,10.11564036025108,True +2017/07/29 07:00:00,15.276562711837828,True +2017/07/29 08:00:00,16.15284306332349,True +2017/07/29 09:00:00,18.2622567477786,True +2017/07/29 10:00:00,19.76148763460691,True +2017/07/29 11:00:00,21.52357415728094,True +2017/07/29 12:00:00,20.80759268809353,True +2017/07/29 13:00:00,20.6519548376897,True +2017/07/29 14:00:00,19.73096794633479,True +2017/07/29 15:00:00,19.59747603621931,True +2017/07/29 16:00:00,20.12010148676216,True +2017/07/29 17:00:00,20.778142105307037,True +2017/07/29 18:00:00,20.681396322846563,True +2017/07/29 19:00:00,20.23351715069845,True +2017/07/29 20:00:00,19.402799002972532,True +2017/07/29 21:00:00,19.829334263676465,True +2017/07/29 22:00:00,16.3105545987763,True +2017/07/29 23:00:00,12.184242841077777,True +2017/07/30 00:00:00,5.823115473169767,True +2017/07/30 01:00:00,3.1437089370277302,True +2017/07/30 02:00:00,3.697525642038909,True +2017/07/30 03:00:00,3.1413785797345697,True +2017/07/30 04:00:00,6.240648036056527,True +2017/07/30 05:00:00,9.634212569465834,True +2017/07/30 06:00:00,11.386876515160852,True +2017/07/30 07:00:00,12.752675363443872,True +2017/07/30 08:00:00,15.248130854070673,True +2017/07/30 09:00:00,16.287152587707997,True +2017/07/30 10:00:00,19.476221154287813,True +2017/07/30 11:00:00,20.565711674393565,True +2017/07/30 12:00:00,20.197811809524346,True +2017/07/30 13:00:00,20.057449273095518,True +2017/07/30 14:00:00,19.228945900277072,True +2017/07/30 15:00:00,18.55818252687036,True +2017/07/30 16:00:00,19.541177549702347,True +2017/07/30 17:00:00,19.987871443564963,True +2017/07/30 18:00:00,19.949381108521074,True +2017/07/30 19:00:00,19.289605037865925,True +2017/07/30 20:00:00,19.24550047259977,True +2017/07/30 21:00:00,18.550835290175584,True +2017/07/30 22:00:00,14.809536863811637,True +2017/07/30 23:00:00,11.167676670710177,True +2017/07/31 00:00:00,5.351182769937237,True +2017/07/31 01:00:00,3.206683857394622,True +2017/07/31 02:00:00,3.7622206978101116,True +2017/07/31 03:00:00,3.2051951762943363,True +2017/07/31 04:00:00,5.630293680395927,True +2017/07/31 05:00:00,8.652983143543478,True +2017/07/31 06:00:00,9.562027328354917,True +2017/07/31 07:00:00,14.582562040152983,True +2017/07/31 08:00:00,16.992837648915934,True +2017/07/31 09:00:00,18.619758277715924,True +2017/07/31 10:00:00,20.24122679604724,True +2017/07/31 11:00:00,21.24556500588333,True +2017/07/31 12:00:00,20.728998620721114,True +2017/07/31 13:00:00,20.76095297708502,True +2017/07/31 14:00:00,19.756182749669414,True +2017/07/31 15:00:00,19.38436508453463,True +2017/07/31 16:00:00,20.682140556949495,True +2017/07/31 17:00:00,20.99263003629935,True +2017/07/31 18:00:00,20.625286698448374,True +2017/07/31 19:00:00,20.320436552027783,True +2017/07/31 20:00:00,20.304089157231555,True +2017/07/31 21:00:00,19.881024688969646,True +2017/07/31 22:00:00,15.996550872752445,True +2017/07/31 23:00:00,11.693399193213256,True +2017/08/01 00:00:00,5.379405331185757,True +2017/08/01 01:00:00,3.206508615037308,True +2017/08/01 02:00:00,3.7624084342813817,True +2017/08/01 03:00:00,3.2095447998962725,True +2017/08/01 04:00:00,5.556395538804782,True +2017/08/01 05:00:00,8.569317848115354,True +2017/08/01 06:00:00,9.574477105407395,True +2017/08/01 07:00:00,13.34076646654067,True +2017/08/01 08:00:00,15.26887352513481,True +2017/08/01 09:00:00,16.93735408848059,True +2017/08/01 10:00:00,18.902579394274387,True +2017/08/01 11:00:00,19.895612449440875,True +2017/08/01 12:00:00,19.63079385886412,True +2017/08/01 13:00:00,19.70734085247081,True +2017/08/01 14:00:00,18.66925644283085,True +2017/08/01 15:00:00,18.27294702971404,True +2017/08/01 16:00:00,19.365613220448015,True +2017/08/01 17:00:00,19.67098165193444,True +2017/08/01 18:00:00,18.942890708650776,True +2017/08/01 19:00:00,18.236925354115375,True +2017/08/01 20:00:00,17.967327828001995,True +2017/08/01 21:00:00,17.13237697858837,True +2017/08/01 22:00:00,13.477799775150228,True +2017/08/01 23:00:00,9.674482270559274,True +2017/08/02 00:00:00,5.161992356320066,True +2017/08/02 01:00:00,3.2082113973371054,True +2017/08/02 02:00:00,3.764392512961891,True +2017/08/02 03:00:00,3.2102598057668277,True +2017/08/02 04:00:00,5.470164346778192,True +2017/08/02 05:00:00,8.567046787744633,True +2017/08/02 06:00:00,9.465900562616818,True +2017/08/02 07:00:00,13.623935150312965,True +2017/08/02 08:00:00,15.595669021314077,True +2017/08/02 09:00:00,16.901717113104333,True +2017/08/02 10:00:00,18.800806169208723,True +2017/08/02 11:00:00,19.730059691362808,True +2017/08/02 12:00:00,19.323942647189128,True +2017/08/02 13:00:00,19.79966127169776,True +2017/08/02 14:00:00,18.75990862416595,True +2017/08/02 15:00:00,18.14031636924678,True +2017/08/02 16:00:00,19.409355232036145,True +2017/08/02 17:00:00,19.75460201980085,True +2017/08/02 18:00:00,18.945638123370372,True +2017/08/02 19:00:00,18.230835738167467,True +2017/08/02 20:00:00,17.75249367719798,True +2017/08/02 21:00:00,17.21633262216116,True +2017/08/02 22:00:00,13.256675555245439,True +2017/08/02 23:00:00,9.119162553510135,True +2017/08/03 00:00:00,5.112042571521529,True +2017/08/03 01:00:00,3.2083690698305514,True +2017/08/03 02:00:00,3.7636909318322607,True +2017/08/03 03:00:00,3.21032582999478,True +2017/08/03 04:00:00,5.390679053461142,True +2017/08/03 05:00:00,8.552453545748945,True +2017/08/03 06:00:00,9.517833187685593,True +2017/08/03 07:00:00,13.321423442788074,True +2017/08/03 08:00:00,15.224746957889925,True +2017/08/03 09:00:00,17.31618992602177,True +2017/08/03 10:00:00,19.221511101370734,True +2017/08/03 11:00:00,20.61255278259214,True +2017/08/03 12:00:00,20.120964714587664,True +2017/08/03 13:00:00,20.213907115791176,True +2017/08/03 14:00:00,19.38215318090843,True +2017/08/03 15:00:00,18.97834631380501,True +2017/08/03 16:00:00,19.998327900502957,True +2017/08/03 17:00:00,20.310671906169322,True +2017/08/03 18:00:00,19.70456062708381,True +2017/08/03 19:00:00,19.052119622735642,True +2017/08/03 20:00:00,18.597750170058063,True +2017/08/03 21:00:00,18.22126932202504,True +2017/08/03 22:00:00,13.642709082049613,True +2017/08/03 23:00:00,9.499434901854151,True +2017/08/04 00:00:00,5.12002335849657,True +2017/08/04 01:00:00,3.209655887102752,True +2017/08/04 02:00:00,3.7628144063932814,True +2017/08/04 03:00:00,3.210702138602857,True +2017/08/04 04:00:00,5.4651583148297025,True +2017/08/04 05:00:00,8.56765424339653,True +2017/08/04 06:00:00,9.469490014375248,True +2017/08/04 07:00:00,13.41220311908523,True +2017/08/04 08:00:00,15.739899855155917,True +2017/08/04 09:00:00,17.88933625581454,True +2017/08/04 10:00:00,19.8082873439077,True +2017/08/04 11:00:00,21.011225132562405,True +2017/08/04 12:00:00,20.641444840915664,True +2017/08/04 13:00:00,20.517057278007677,True +2017/08/04 14:00:00,19.72109629229328,True +2017/08/04 15:00:00,19.18374806598175,True +2017/08/04 16:00:00,20.344798332282373,True +2017/08/04 17:00:00,20.611789709330548,True +2017/08/04 18:00:00,19.998074751519628,True +2017/08/04 19:00:00,19.664652562978723,True +2017/08/04 20:00:00,19.938405544297716,True +2017/08/04 21:00:00,18.47076669891635,True +2017/08/04 22:00:00,14.626432901711338,True +2017/08/04 23:00:00,10.527516316170422,True +2017/08/05 00:00:00,5.382570999121641,True +2017/08/05 01:00:00,3.1455700752743563,True +2017/08/05 02:00:00,3.6977336409322934,True +2017/08/05 03:00:00,3.1437615305229323,True +2017/08/05 04:00:00,5.6926352182565925,True +2017/08/05 05:00:00,8.480190073346746,True +2017/08/05 06:00:00,9.914937241009854,True +2017/08/05 07:00:00,12.60148866269213,True +2017/08/05 08:00:00,15.293915946430351,True +2017/08/05 09:00:00,18.560836350068673,True +2017/08/05 10:00:00,20.07242057159399,True +2017/08/05 11:00:00,20.719173356956667,True +2017/08/05 12:00:00,20.227308064122774,True +2017/08/05 13:00:00,20.040814043056926,True +2017/08/05 14:00:00,19.452224913847914,True +2017/08/05 15:00:00,19.20628946847364,True +2017/08/05 16:00:00,19.576081260142907,True +2017/08/05 17:00:00,20.520703987524065,True +2017/08/05 18:00:00,20.275953688126247,True +2017/08/05 19:00:00,20.003564396485384,True +2017/08/05 20:00:00,19.552237766497935,True +2017/08/05 21:00:00,19.032426246688097,True +2017/08/05 22:00:00,15.84209607674212,True +2017/08/05 23:00:00,11.62266093839134,True +2017/08/06 00:00:00,5.7561719829678895,True +2017/08/06 01:00:00,3.1432011049506756,True +2017/08/06 02:00:00,3.698009220073452,True +2017/08/06 03:00:00,3.142682671417222,True +2017/08/06 04:00:00,6.317360532817609,True +2017/08/06 05:00:00,9.773642872719257,True +2017/08/06 06:00:00,11.346702726798824,True +2017/08/06 07:00:00,12.510092371389764,True +2017/08/06 08:00:00,14.917359359706849,True +2017/08/06 09:00:00,16.286307273586722,True +2017/08/06 10:00:00,19.58873089851456,True +2017/08/06 11:00:00,20.643352370746037,True +2017/08/06 12:00:00,19.992287424030305,True +2017/08/06 13:00:00,20.023698637365413,True +2017/08/06 14:00:00,19.069359027960562,True +2017/08/06 15:00:00,19.069861632798514,True +2017/08/06 16:00:00,19.731423811053503,True +2017/08/06 17:00:00,20.22642740477608,True +2017/08/06 18:00:00,19.876769980454704,True +2017/08/06 19:00:00,19.356288875470067,True +2017/08/06 20:00:00,19.907945671202498,True +2017/08/06 21:00:00,18.82780270945591,True +2017/08/06 22:00:00,15.308379997190157,True +2017/08/06 23:00:00,12.175345861983972,True +2017/08/07 00:00:00,5.516111552164786,True +2017/08/07 01:00:00,3.2053228592876626,True +2017/08/07 02:00:00,3.761725238424782,True +2017/08/07 03:00:00,3.2042941621434093,True +2017/08/07 04:00:00,6.0154268695426785,True +2017/08/07 05:00:00,8.753418491464124,True +2017/08/07 06:00:00,9.885628708279906,True +2017/08/07 07:00:00,15.985225790013958,True +2017/08/07 08:00:00,17.346423257277802,True +2017/08/07 09:00:00,18.45473930517356,True +2017/08/07 10:00:00,20.14824584318594,True +2017/08/07 11:00:00,21.264915385057417,True +2017/08/07 12:00:00,21.08088775951715,True +2017/08/07 13:00:00,20.749834939540023,True +2017/08/07 14:00:00,19.392647867043603,True +2017/08/07 15:00:00,19.49400513231341,True +2017/08/07 16:00:00,20.583742274076123,True +2017/08/07 17:00:00,20.75202388456884,True +2017/08/07 18:00:00,20.19643325843944,True +2017/08/07 19:00:00,19.92538783928551,True +2017/08/07 20:00:00,20.56287526833421,True +2017/08/07 21:00:00,19.500079382540157,True +2017/08/07 22:00:00,15.792196537693451,True +2017/08/07 23:00:00,11.895878127143378,True +2017/08/08 00:00:00,5.502858295529784,True +2017/08/08 01:00:00,3.2066996480957197,True +2017/08/08 02:00:00,3.7594860927297082,True +2017/08/08 03:00:00,3.2064609460053592,True +2017/08/08 04:00:00,6.311402648852948,True +2017/08/08 05:00:00,8.792650879639277,True +2017/08/08 06:00:00,9.86461216960384,True +2017/08/08 07:00:00,15.935623578957609,True +2017/08/08 08:00:00,17.331472641499012,True +2017/08/08 09:00:00,18.421395682499718,True +2017/08/08 10:00:00,19.968271880279218,True +2017/08/08 11:00:00,21.19517517211232,True +2017/08/08 12:00:00,20.740638712615105,True +2017/08/08 13:00:00,20.635986723770046,True +2017/08/08 14:00:00,19.705326572318768,True +2017/08/08 15:00:00,19.256126445038344,True +2017/08/08 16:00:00,20.352161047794432,True +2017/08/08 17:00:00,20.70512504552782,True +2017/08/08 18:00:00,20.09167475569714,True +2017/08/08 19:00:00,19.464352147724668,True +2017/08/08 20:00:00,19.96437144995227,True +2017/08/08 21:00:00,18.785436556435887,True +2017/08/08 22:00:00,15.052038491911897,True +2017/08/08 23:00:00,10.926297576689873,True +2017/08/09 00:00:00,5.345993234590256,True +2017/08/09 01:00:00,3.2077542643704424,True +2017/08/09 02:00:00,3.761357919656892,True +2017/08/09 03:00:00,3.206831162626417,True +2017/08/09 04:00:00,5.939680631097754,True +2017/08/09 05:00:00,8.606569583636388,True +2017/08/09 06:00:00,9.65324726243011,True +2017/08/09 07:00:00,14.50466027706814,True +2017/08/09 08:00:00,16.902199712742622,True +2017/08/09 09:00:00,18.48943645522935,True +2017/08/09 10:00:00,20.33069781015915,True +2017/08/09 11:00:00,21.551705938242574,True +2017/08/09 12:00:00,21.072608461545162,True +2017/08/09 13:00:00,21.029634461805873,True +2017/08/09 14:00:00,20.14866321915715,True +2017/08/09 15:00:00,19.658817593185752,True +2017/08/09 16:00:00,20.694526616308433,True +2017/08/09 17:00:00,20.893363460714987,True +2017/08/09 18:00:00,20.399662838460113,True +2017/08/09 19:00:00,19.959604157172112,True +2017/08/09 20:00:00,20.328738334634824,True +2017/08/09 21:00:00,19.323893070816656,True +2017/08/09 22:00:00,14.838709416434638,True +2017/08/09 23:00:00,10.672487004147625,True +2017/08/10 00:00:00,5.287557255231043,True +2017/08/10 01:00:00,3.2078533265665263,True +2017/08/10 02:00:00,3.7613208910323213,True +2017/08/10 03:00:00,3.2083627251384588,True +2017/08/10 04:00:00,5.8708884291026875,True +2017/08/10 05:00:00,8.62968904539498,True +2017/08/10 06:00:00,9.607268102984557,True +2017/08/10 07:00:00,14.981621953366394,True +2017/08/10 08:00:00,16.97156705002715,True +2017/08/10 09:00:00,19.15476540494901,True +2017/08/10 10:00:00,20.85542041355577,True +2017/08/10 11:00:00,21.987474044251933,True +2017/08/10 12:00:00,21.807266729212937,True +2017/08/10 13:00:00,21.314712363906544,True +2017/08/10 14:00:00,20.586356845210137,True +2017/08/10 15:00:00,19.995522565620053,True +2017/08/10 16:00:00,20.87635343635987,True +2017/08/10 17:00:00,21.039540975700774,True +2017/08/10 18:00:00,20.575003111700056,True +2017/08/10 19:00:00,20.034484894833813,True +2017/08/10 20:00:00,20.700848953652926,True +2017/08/10 21:00:00,19.91245030784014,True +2017/08/10 22:00:00,16.683910376764825,True +2017/08/10 23:00:00,12.942293538811267,True +2017/08/11 00:00:00,5.703434005204821,True +2017/08/11 01:00:00,3.2047945836299556,True +2017/08/11 02:00:00,3.760501677756964,True +2017/08/11 03:00:00,3.2075563723659304,True +2017/08/11 04:00:00,6.525888601946528,True +2017/08/11 05:00:00,8.671956027857505,True +2017/08/11 06:00:00,9.668359623402702,True +2017/08/11 07:00:00,14.489901438669504,True +2017/08/11 08:00:00,15.875462457519346,True +2017/08/11 09:00:00,17.28375440023375,True +2017/08/11 10:00:00,18.87604671363995,True +2017/08/11 11:00:00,20.3908904248093,True +2017/08/11 12:00:00,20.02433376271612,True +2017/08/11 13:00:00,20.018078809157235,True +2017/08/11 14:00:00,19.286661487401446,True +2017/08/11 15:00:00,18.87736397383162,True +2017/08/11 16:00:00,19.855792366798788,True +2017/08/11 17:00:00,20.115687017092487,True +2017/08/11 18:00:00,19.35385004090287,True +2017/08/11 19:00:00,18.535380547670833,True +2017/08/11 20:00:00,18.894551241267713,True +2017/08/11 21:00:00,17.60914536304909,True +2017/08/11 22:00:00,13.600495659176648,True +2017/08/11 23:00:00,9.679484268468688,True +2017/08/12 00:00:00,5.2221890194683525,True +2017/08/12 01:00:00,3.145326294660253,True +2017/08/12 02:00:00,3.700985573332618,True +2017/08/12 03:00:00,3.1461172324333027,True +2017/08/12 04:00:00,5.230988215322281,True +2017/08/12 05:00:00,8.430461746445221,True +2017/08/12 06:00:00,9.850561348133906,True +2017/08/12 07:00:00,11.2733518695275,True +2017/08/12 08:00:00,13.758767449337176,True +2017/08/12 09:00:00,16.520727895780222,True +2017/08/12 10:00:00,18.709781524569507,True +2017/08/12 11:00:00,19.343727630138986,True +2017/08/12 12:00:00,19.336113315243303,True +2017/08/12 13:00:00,19.23444932019149,True +2017/08/12 14:00:00,18.573358156735527,True +2017/08/12 15:00:00,18.52820073430827,True +2017/08/12 16:00:00,19.07780684317795,True +2017/08/12 17:00:00,20.084558662266282,True +2017/08/12 18:00:00,19.566303535867863,True +2017/08/12 19:00:00,18.41129149883355,True +2017/08/12 20:00:00,17.547992178463353,True +2017/08/12 21:00:00,16.816809433748038,True +2017/08/12 22:00:00,13.01320363875817,True +2017/08/12 23:00:00,9.238772284543687,True +2017/08/13 00:00:00,5.455078681807975,True +2017/08/13 01:00:00,3.1448026640667353,True +2017/08/13 02:00:00,3.7006153128428556,True +2017/08/13 03:00:00,3.1439155569948296,True +2017/08/13 04:00:00,5.267071372386166,True +2017/08/13 05:00:00,8.931743567178142,True +2017/08/13 06:00:00,10.525707356344169,True +2017/08/13 07:00:00,12.082113795928667,True +2017/08/13 08:00:00,14.65467363790909,True +2017/08/13 09:00:00,15.778795900165445,True +2017/08/13 10:00:00,19.506287083342478,True +2017/08/13 11:00:00,21.01647689629707,True +2017/08/13 12:00:00,20.718445119025414,True +2017/08/13 13:00:00,20.957515124810826,True +2017/08/13 14:00:00,20.127314003342015,True +2017/08/13 15:00:00,19.946820213161804,True +2017/08/13 16:00:00,20.63542292056999,True +2017/08/13 17:00:00,20.684589940341784,True +2017/08/13 18:00:00,20.501928651453937,True +2017/08/13 19:00:00,20.034172323152134,True +2017/08/13 20:00:00,20.644183441605335,True +2017/08/13 21:00:00,19.528321638010556,True +2017/08/13 22:00:00,16.484405565207787,True +2017/08/13 23:00:00,13.734980288775033,True +2017/08/14 00:00:00,5.783270606169878,True +2017/08/14 01:00:00,3.2031143493234095,True +2017/08/14 02:00:00,3.7593368183126827,True +2017/08/14 03:00:00,3.202457926888786,True +2017/08/14 04:00:00,7.388513309760213,True +2017/08/14 05:00:00,8.961554905261456,True +2017/08/14 06:00:00,10.027701245713816,True +2017/08/14 07:00:00,17.468926467078475,True +2017/08/14 08:00:00,18.75788939918101,True +2017/08/14 09:00:00,19.505376480532146,True +2017/08/14 10:00:00,20.786520978013037,True +2017/08/14 11:00:00,21.81525854331805,True +2017/08/14 12:00:00,21.600754350507746,True +2017/08/14 13:00:00,21.175728398694243,True +2017/08/14 14:00:00,20.615642292495732,True +2017/08/14 15:00:00,20.05061933319586,True +2017/08/14 16:00:00,20.923567969685536,True +2017/08/14 17:00:00,21.261621584932715,True +2017/08/14 18:00:00,20.734130019939013,True +2017/08/14 19:00:00,20.389128684342705,True +2017/08/14 20:00:00,21.006106000945582,True +2017/08/14 21:00:00,20.23115199545261,True +2017/08/14 22:00:00,16.977491561539196,True +2017/08/14 23:00:00,13.83529304295469,True +2017/08/15 00:00:00,5.720731469166118,True +2017/08/15 01:00:00,3.20723992608488,True +2017/08/15 02:00:00,3.7580057567761243,True +2017/08/15 03:00:00,3.204411101153874,True +2017/08/15 04:00:00,7.292992523218101,True +2017/08/15 05:00:00,8.9540320655706,True +2017/08/15 06:00:00,9.980416143932604,True +2017/08/15 07:00:00,17.150131679896138,True +2017/08/15 08:00:00,18.700799149778003,True +2017/08/15 09:00:00,19.99870875340737,True +2017/08/15 10:00:00,21.15037160493324,True +2017/08/15 11:00:00,22.055353078709246,True +2017/08/15 12:00:00,21.60441179857616,True +2017/08/15 13:00:00,21.59877725096148,True +2017/08/15 14:00:00,20.449766453773663,True +2017/08/15 15:00:00,19.38960163968542,True +2017/08/15 16:00:00,20.012868407437036,True +2017/08/15 17:00:00,19.902825767217116,True +2017/08/15 18:00:00,18.584489551403937,True +2017/08/15 19:00:00,18.242052760217696,True +2017/08/15 20:00:00,19.198932253375215,True +2017/08/15 21:00:00,17.902056930458343,True +2017/08/15 22:00:00,14.227192888735113,True +2017/08/15 23:00:00,10.499666376047273,True +2017/08/16 00:00:00,5.246743216813104,True +2017/08/16 01:00:00,3.2082085043490425,True +2017/08/16 02:00:00,3.762317102901333,True +2017/08/16 03:00:00,3.2069095297343977,True +2017/08/16 04:00:00,5.704917243362778,True +2017/08/16 05:00:00,8.616376812003944,True +2017/08/16 06:00:00,9.628501403183215,True +2017/08/16 07:00:00,13.879204357933563,True +2017/08/16 08:00:00,15.828988652653894,True +2017/08/16 09:00:00,17.12304844338769,True +2017/08/16 10:00:00,19.203243241909043,True +2017/08/16 11:00:00,20.461589695407564,True +2017/08/16 12:00:00,20.14980730289809,True +2017/08/16 13:00:00,20.059487656954417,True +2017/08/16 14:00:00,19.18306254019373,True +2017/08/16 15:00:00,18.930780929962943,True +2017/08/16 16:00:00,19.955906439248906,True +2017/08/16 17:00:00,20.28613609527438,True +2017/08/16 18:00:00,19.492732626460363,True +2017/08/16 19:00:00,19.12225813277272,True +2017/08/16 20:00:00,19.581757109194783,True +2017/08/16 21:00:00,18.27699809697428,True +2017/08/16 22:00:00,14.350465242196087,True +2017/08/16 23:00:00,10.195832572800278,True +2017/08/17 00:00:00,5.245472937496755,True +2017/08/17 01:00:00,3.209079107961587,True +2017/08/17 02:00:00,3.7642190827553055,True +2017/08/17 03:00:00,3.208566312510209,True +2017/08/17 04:00:00,5.503000957724169,True +2017/08/17 05:00:00,8.57453721327723,True +2017/08/17 06:00:00,9.542227174971234,True +2017/08/17 07:00:00,13.287163113374294,True +2017/08/17 08:00:00,15.684881010360192,True +2017/08/17 09:00:00,18.02513954692504,True +2017/08/17 10:00:00,19.827158496371677,True +2017/08/17 11:00:00,21.077754514079835,True +2017/08/17 12:00:00,20.56169861420409,True +2017/08/17 13:00:00,20.56299451492617,True +2017/08/17 14:00:00,19.766806486013493,True +2017/08/17 15:00:00,19.322209348760286,True +2017/08/17 16:00:00,20.398675234872737,True +2017/08/17 17:00:00,20.50456471419337,True +2017/08/17 18:00:00,19.597579388825004,True +2017/08/17 19:00:00,18.836000091263802,True +2017/08/17 20:00:00,19.0860644698105,True +2017/08/17 21:00:00,17.880058059332352,True +2017/08/17 22:00:00,13.806428398328183,True +2017/08/17 23:00:00,9.99339078831139,True +2017/08/18 00:00:00,5.247189501196318,True +2017/08/18 01:00:00,3.2083762219738357,True +2017/08/18 02:00:00,3.762658315904095,True +2017/08/18 03:00:00,3.207065057530142,True +2017/08/18 04:00:00,5.748826729880178,True +2017/08/18 05:00:00,8.596006854489973,True +2017/08/18 06:00:00,9.64540860065692,True +2017/08/18 07:00:00,14.467147968335137,True +2017/08/18 08:00:00,16.964505205669063,True +2017/08/18 09:00:00,18.67770752710891,True +2017/08/18 10:00:00,20.391632925898143,True +2017/08/18 11:00:00,21.596715363529686,True +2017/08/18 12:00:00,21.38136848456182,True +2017/08/18 13:00:00,21.33777799691273,True +2017/08/18 14:00:00,20.57532474516247,True +2017/08/18 15:00:00,20.116649350542083,True +2017/08/18 16:00:00,20.985422381606195,True +2017/08/18 17:00:00,21.246496872475156,True +2017/08/18 18:00:00,20.659447329622076,True +2017/08/18 19:00:00,20.111122856848496,True +2017/08/18 20:00:00,20.359899726469337,True +2017/08/18 21:00:00,19.193050897547906,True +2017/08/18 22:00:00,15.438235501149858,True +2017/08/18 23:00:00,11.843426451370535,True +2017/08/19 00:00:00,5.624737114091184,True +2017/08/19 01:00:00,3.143451053971002,True +2017/08/19 02:00:00,3.6978455652659434,True +2017/08/19 03:00:00,3.1433870337677834,True +2017/08/19 04:00:00,6.5884215278322715,True +2017/08/19 05:00:00,8.658153638998666,True +2017/08/19 06:00:00,10.020198921796396,True +2017/08/19 07:00:00,12.90351120860284,True +2017/08/19 08:00:00,15.13464164385477,True +2017/08/19 09:00:00,17.578257014715135,True +2017/08/19 10:00:00,18.89657973241485,True +2017/08/19 11:00:00,19.688010110451195,True +2017/08/19 12:00:00,19.43285549362763,True +2017/08/19 13:00:00,19.27770751499774,True +2017/08/19 14:00:00,18.36832730372268,True +2017/08/19 15:00:00,18.09147650649888,True +2017/08/19 16:00:00,18.63103108128749,True +2017/08/19 17:00:00,19.44109205478765,True +2017/08/19 18:00:00,18.873039516320247,True +2017/08/19 19:00:00,18.633559988932696,True +2017/08/19 20:00:00,18.320172309045333,True +2017/08/19 21:00:00,17.48931338369965,True +2017/08/19 22:00:00,13.958765100190606,True +2017/08/19 23:00:00,10.298908490195817,True +2017/08/20 00:00:00,5.560844085885675,True +2017/08/20 01:00:00,3.1443641026435114,True +2017/08/20 02:00:00,3.7001926095657347,True +2017/08/20 03:00:00,3.1439527492816826,True +2017/08/20 04:00:00,5.263023372851838,True +2017/08/20 05:00:00,8.895068345760018,True +2017/08/20 06:00:00,11.611073451817129,True +2017/08/20 07:00:00,11.489493302335141,True +2017/08/20 08:00:00,13.99020811033038,True +2017/08/20 09:00:00,14.509073529018476,True +2017/08/20 10:00:00,17.879217343056343,True +2017/08/20 11:00:00,18.896488827049836,True +2017/08/20 12:00:00,18.140533098166383,True +2017/08/20 13:00:00,18.71504978902887,True +2017/08/20 14:00:00,17.528667589036672,True +2017/08/20 15:00:00,16.731406418823546,True +2017/08/20 16:00:00,17.56661297267938,True +2017/08/20 17:00:00,18.072275665028624,True +2017/08/20 18:00:00,17.714957676585744,True +2017/08/20 19:00:00,17.079762750061967,True +2017/08/20 20:00:00,17.800955362645286,True +2017/08/20 21:00:00,16.738721156540468,True +2017/08/20 22:00:00,13.012826018802537,True +2017/08/20 23:00:00,9.899949567869827,True +2017/08/21 00:00:00,5.210363288508706,True +2017/08/21 01:00:00,3.2073414267612836,True +2017/08/21 02:00:00,3.763270251074879,True +2017/08/21 03:00:00,3.2068906446808736,True +2017/08/21 04:00:00,5.325890037443574,True +2017/08/21 05:00:00,8.592463115230313,True +2017/08/21 06:00:00,10.862695546861865,True +2017/08/21 07:00:00,13.68993560986001,True +2017/08/21 08:00:00,15.094533064118046,True +2017/08/21 09:00:00,16.336614547287198,True +2017/08/21 10:00:00,17.929916148941878,True +2017/08/21 11:00:00,19.02445856762471,True +2017/08/21 12:00:00,18.718365418196353,True +2017/08/21 13:00:00,18.681125058246742,True +2017/08/21 14:00:00,17.396529854836178,True +2017/08/21 15:00:00,17.173647611356827,True +2017/08/21 16:00:00,18.376824340954524,True +2017/08/21 17:00:00,18.740636099949636,True +2017/08/21 18:00:00,18.046932393691684,True +2017/08/21 19:00:00,17.741367305460297,True +2017/08/21 20:00:00,18.195222980950643,True +2017/08/21 21:00:00,17.290099867782356,True +2017/08/21 22:00:00,13.3202178908233,True +2017/08/21 23:00:00,9.209979243532343,True +2017/08/22 00:00:00,5.127100301422503,True +2017/08/22 01:00:00,3.21070619534431,True +2017/08/22 02:00:00,3.763115044812571,True +2017/08/22 03:00:00,3.209638851158298,True +2017/08/22 04:00:00,5.366271914187529,True +2017/08/22 05:00:00,8.587785238827909,True +2017/08/22 06:00:00,10.84799820512464,True +2017/08/22 07:00:00,13.481256780032641,True +2017/08/22 08:00:00,14.985025439871018,True +2017/08/22 09:00:00,16.380669504585352,True +2017/08/22 10:00:00,18.14548805759202,True +2017/08/22 11:00:00,19.321997446678527,True +2017/08/22 12:00:00,19.032625396293074,True +2017/08/22 13:00:00,18.98272882193661,True +2017/08/22 14:00:00,18.2204811841429,True +2017/08/22 15:00:00,17.888860583497735,True +2017/08/22 16:00:00,18.92585517680635,True +2017/08/22 17:00:00,19.147543005564803,True +2017/08/22 18:00:00,18.388372146226285,True +2017/08/22 19:00:00,17.608519274440425,True +2017/08/22 20:00:00,18.08129732680066,True +2017/08/22 21:00:00,17.188940876141,True +2017/08/22 22:00:00,13.239341604408837,True +2017/08/22 23:00:00,8.853576185434669,True +2017/08/23 00:00:00,5.087423461124471,True +2017/08/23 01:00:00,3.2095556196323,True +2017/08/23 02:00:00,3.7639846383759332,True +2017/08/23 03:00:00,3.209318387863762,True +2017/08/23 04:00:00,5.3968532330075965,True +2017/08/23 05:00:00,8.563008929224313,True +2017/08/23 06:00:00,10.841610060172115,True +2017/08/23 07:00:00,13.393173080223107,True +2017/08/23 08:00:00,14.96327566399397,True +2017/08/23 09:00:00,16.496621322895077,True +2017/08/23 10:00:00,18.465748940548874,True +2017/08/23 11:00:00,19.712072144027523,True +2017/08/23 12:00:00,19.379526763837035,True +2017/08/23 13:00:00,19.435752978152415,True +2017/08/23 14:00:00,18.71393390375661,True +2017/08/23 15:00:00,17.977421649762682,True +2017/08/23 16:00:00,18.905077143828674,True +2017/08/23 17:00:00,19.183001255768637,True +2017/08/23 18:00:00,18.619831073935202,True +2017/08/23 19:00:00,18.391517715408053,True +2017/08/23 20:00:00,18.92964766988224,True +2017/08/23 21:00:00,17.500388776879127,True +2017/08/23 22:00:00,13.455105207934887,True +2017/08/23 23:00:00,9.892409469713225,True +2017/08/24 00:00:00,5.171051843341293,True +2017/08/24 01:00:00,3.2070185487451264,True +2017/08/24 02:00:00,3.763649262762209,True +2017/08/24 03:00:00,3.207298982808997,True +2017/08/24 04:00:00,5.609747870961765,True +2017/08/24 05:00:00,8.605974839651838,True +2017/08/24 06:00:00,10.87882608490499,True +2017/08/24 07:00:00,13.592717776525063,True +2017/08/24 08:00:00,14.672045931182335,True +2017/08/24 09:00:00,15.917702198872973,True +2017/08/24 10:00:00,17.640125600550817,True +2017/08/24 11:00:00,19.50993711911263,True +2017/08/24 12:00:00,20.049646533216826,True +2017/08/24 13:00:00,20.17113510071629,True +2017/08/24 14:00:00,19.367277858347258,True +2017/08/24 15:00:00,18.864839190409903,True +2017/08/24 16:00:00,19.85550329768792,True +2017/08/24 17:00:00,20.10700895524974,True +2017/08/24 18:00:00,19.657098559898085,True +2017/08/24 19:00:00,18.89768220269279,True +2017/08/24 20:00:00,19.191135403187925,True +2017/08/24 21:00:00,18.167387516124695,True +2017/08/24 22:00:00,14.300300889177903,True +2017/08/24 23:00:00,10.860874875472843,True +2017/08/25 00:00:00,5.295110753440675,True +2017/08/25 01:00:00,3.206180889174487,True +2017/08/25 02:00:00,3.760343279472826,True +2017/08/25 03:00:00,3.2074636485355077,True +2017/08/25 04:00:00,6.148117518806994,True +2017/08/25 05:00:00,8.664270758911712,True +2017/08/25 06:00:00,10.934110638598604,True +2017/08/25 07:00:00,15.334287053268776,True +2017/08/25 08:00:00,16.62617738202569,True +2017/08/25 09:00:00,18.022859615119618,True +2017/08/25 10:00:00,19.709075390296334,True +2017/08/25 11:00:00,21.023797920837453,True +2017/08/25 12:00:00,20.582246132892617,True +2017/08/25 13:00:00,20.64034080015682,True +2017/08/25 14:00:00,20.048573252571806,True +2017/08/25 15:00:00,19.33760013273145,True +2017/08/25 16:00:00,20.369361145528234,True +2017/08/25 17:00:00,20.628917950215847,True +2017/08/25 18:00:00,19.825508019512036,True +2017/08/25 19:00:00,19.532907076825207,True +2017/08/25 20:00:00,19.759304863607976,True +2017/08/25 21:00:00,18.74630730379729,True +2017/08/25 22:00:00,14.842105784730142,True +2017/08/25 23:00:00,11.193777697174232,True +2017/08/26 00:00:00,5.418300812959784,True +2017/08/26 01:00:00,3.143047236946671,True +2017/08/26 02:00:00,3.69654765220291,True +2017/08/26 03:00:00,3.1422269320478566,True +2017/08/26 04:00:00,5.83298439337802,True +2017/08/26 05:00:00,8.51494631446734,True +2017/08/26 06:00:00,11.193788111216918,True +2017/08/26 07:00:00,13.72747118293387,True +2017/08/26 08:00:00,15.728610565294591,True +2017/08/26 09:00:00,18.68075131023863,True +2017/08/26 10:00:00,20.17649242550714,True +2017/08/26 11:00:00,21.119721897503158,True +2017/08/26 12:00:00,20.829105734750183,True +2017/08/26 13:00:00,20.399847137938924,True +2017/08/26 14:00:00,19.593728592837664,True +2017/08/26 15:00:00,19.73009384775529,True +2017/08/26 16:00:00,18.66141358859832,True +2017/08/26 17:00:00,20.67804878815459,True +2017/08/26 18:00:00,20.533615218865346,True +2017/08/26 19:00:00,20.296711027222216,True +2017/08/26 20:00:00,19.598644655269652,True +2017/08/26 21:00:00,19.23762549608761,True +2017/08/26 22:00:00,16.1891276230437,True +2017/08/26 23:00:00,12.618935365199324,True +2017/08/27 00:00:00,5.852758115025552,True +2017/08/27 01:00:00,3.1419077181937443,True +2017/08/27 02:00:00,3.6987150376683164,True +2017/08/27 03:00:00,3.142783246531208,True +2017/08/27 04:00:00,5.644729224849374,True +2017/08/27 05:00:00,9.421782660822883,True +2017/08/27 06:00:00,12.013869101776832,True +2017/08/27 07:00:00,12.401725483520401,True +2017/08/27 08:00:00,14.5971803277826,True +2017/08/27 09:00:00,15.307617768209937,True +2017/08/27 10:00:00,18.576686037098984,True +2017/08/27 11:00:00,19.71960690717238,True +2017/08/27 12:00:00,19.246330246999506,True +2017/08/27 13:00:00,19.55659693758905,True +2017/08/27 14:00:00,18.779064120445362,True +2017/08/27 15:00:00,18.513526765326166,True +2017/08/27 16:00:00,19.205870648856383,True +2017/08/27 17:00:00,19.384899577513128,True +2017/08/27 18:00:00,19.20244912212238,True +2017/08/27 19:00:00,18.44244640293507,True +2017/08/27 20:00:00,18.982304180048686,True +2017/08/27 21:00:00,18.08252565012599,True +2017/08/27 22:00:00,14.02071732808187,True +2017/08/27 23:00:00,10.85437169491745,True +2017/08/28 00:00:00,5.386408595626788,True +2017/08/28 01:00:00,3.204295637586221,True +2017/08/28 02:00:00,3.762835285249532,True +2017/08/28 03:00:00,3.2042317784452474,True +2017/08/28 04:00:00,5.95033078489844,True +2017/08/28 05:00:00,8.736614245412415,True +2017/08/28 06:00:00,10.982331883272025,True +2017/08/28 07:00:00,15.232412651274643,True +2017/08/28 08:00:00,16.722491198201748,True +2017/08/28 09:00:00,18.227927622090196,True +2017/08/28 10:00:00,19.894713435658524,True +2017/08/28 11:00:00,21.054252797244274,True +2017/08/28 12:00:00,20.87814105081356,True +2017/08/28 13:00:00,21.00616782546286,True +2017/08/28 14:00:00,19.858920560209608,True +2017/08/28 15:00:00,19.477555557800873,True +2017/08/28 16:00:00,20.137616910098437,True +2017/08/28 17:00:00,19.948042794969165,True +2017/08/28 18:00:00,19.901122051978835,True +2017/08/28 19:00:00,19.817912756709305,True +2017/08/28 20:00:00,20.088307214243958,True +2017/08/28 21:00:00,19.115342878838,True +2017/08/28 22:00:00,14.92251535527048,True +2017/08/28 23:00:00,11.088281275281886,True +2017/08/29 00:00:00,5.2571930836958165,True +2017/08/29 01:00:00,3.209099768177125,True +2017/08/29 02:00:00,3.7617454662999337,True +2017/08/29 03:00:00,3.2072369046900353,True +2017/08/29 04:00:00,5.434213859517132,True +2017/08/29 05:00:00,8.599691558286592,True +2017/08/29 06:00:00,10.851200516541603,True +2017/08/29 07:00:00,13.270055642991894,True +2017/08/29 08:00:00,15.125032115202497,True +2017/08/29 09:00:00,16.21918205574638,True +2017/08/29 10:00:00,18.24042435031557,True +2017/08/29 11:00:00,19.209255004908012,True +2017/08/29 12:00:00,19.281959509710735,True +2017/08/29 13:00:00,19.165430621156702,True +2017/08/29 14:00:00,18.033212925399607,True +2017/08/29 15:00:00,17.514631386343737,True +2017/08/29 16:00:00,19.030665996752806,True +2017/08/29 17:00:00,19.843326343830793,True +2017/08/29 18:00:00,19.663526946972826,True +2017/08/29 19:00:00,19.31325617054035,True +2017/08/29 20:00:00,19.94068804144382,True +2017/08/29 21:00:00,18.728446912911885,True +2017/08/29 22:00:00,14.892177451963205,True +2017/08/29 23:00:00,11.223761006144384,True +2017/08/30 00:00:00,5.381472409734719,True +2017/08/30 01:00:00,3.20813960465749,True +2017/08/30 02:00:00,3.759947869350459,True +2017/08/30 03:00:00,3.207322608717873,True +2017/08/30 04:00:00,6.397462558456072,True +2017/08/30 05:00:00,8.738395056631473,True +2017/08/30 06:00:00,10.948480364590688,True +2017/08/30 07:00:00,15.168208665920222,True +2017/08/30 08:00:00,16.325400785995516,True +2017/08/30 09:00:00,17.35383360788223,True +2017/08/30 10:00:00,18.198124975457933,True +2017/08/30 11:00:00,19.532510927015036,True +2017/08/30 12:00:00,18.97732719775198,True +2017/08/30 13:00:00,18.859391025743204,True +2017/08/30 14:00:00,18.41320246753431,True +2017/08/30 15:00:00,18.09258218998769,True +2017/08/30 16:00:00,17.674424464594473,True +2017/08/30 17:00:00,17.34563488130861,True +2017/08/30 18:00:00,16.341205434616505,True +2017/08/30 19:00:00,16.133749032892982,True +2017/08/30 20:00:00,17.641712489684526,True +2017/08/30 21:00:00,16.93080295009047,True +2017/08/30 22:00:00,13.87827778201305,True +2017/08/30 23:00:00,10.306276078301677,True +2017/08/31 00:00:00,5.074916023791455,True +2017/08/31 01:00:00,3.2101578051159154,True +2017/08/31 02:00:00,3.7631062391036996,True +2017/08/31 03:00:00,3.2090316712519615,True +2017/08/31 04:00:00,5.3415192297457965,True +2017/08/31 05:00:00,8.535533431083303,True +2017/08/31 06:00:00,10.806980511122287,True +2017/08/31 07:00:00,14.256937125838478,True +2017/08/31 08:00:00,14.48105749341738,True +2017/08/31 09:00:00,15.577621966082233,True +2017/08/31 10:00:00,17.230640304531352,True +2017/08/31 11:00:00,18.029679882282526,True +2017/08/31 12:00:00,17.320569653876024,True +2017/08/31 13:00:00,17.30959656938682,True +2017/08/31 14:00:00,16.49394808855627,True +2017/08/31 15:00:00,16.11812973823315,True +2017/08/31 16:00:00,17.37521310405552,True +2017/08/31 17:00:00,17.47931771825514,True +2017/08/31 18:00:00,16.43029115676026,True +2017/08/31 19:00:00,16.117154467382836,True +2017/08/31 20:00:00,16.969630281919855,True +2017/08/31 21:00:00,16.260181605769635,True +2017/08/31 22:00:00,12.64628788414296,True +2017/08/31 23:00:00,8.643062748415757,True +2017/09/01 00:00:00,5.074319656211376,True +2017/09/01 01:00:00,3.210740523922274,True +2017/09/01 02:00:00,3.763365108594741,True +2017/09/01 03:00:00,3.2099554821948613,True +2017/09/01 04:00:00,5.466552583676074,True +2017/09/01 05:00:00,8.56321847845576,True +2017/09/01 06:00:00,10.832613916507269,True +2017/09/01 07:00:00,13.436183733082828,True +2017/09/01 08:00:00,14.537281945677213,True +2017/09/01 09:00:00,15.666396783563833,True +2017/09/01 10:00:00,17.62293782287394,True +2017/09/01 11:00:00,18.544910299973147,True +2017/09/01 12:00:00,17.800158679870492,True +2017/09/01 13:00:00,17.99762406507083,True +2017/09/01 14:00:00,16.845413437474598,True +2017/09/01 15:00:00,16.495662691215287,True +2017/09/01 16:00:00,17.831711016433836,True +2017/09/01 17:00:00,17.92490700332683,True +2017/09/01 18:00:00,16.911644882561188,True +2017/09/01 19:00:00,16.450683916670947,True +2017/09/01 20:00:00,17.079179173384745,True +2017/09/01 21:00:00,16.260690748101755,True +2017/09/01 22:00:00,13.715948378871905,True +2017/09/01 23:00:00,9.973209001284937,True +2017/09/02 00:00:00,5.164695989594508,True +2017/09/02 01:00:00,3.14673144479446,True +2017/09/02 02:00:00,3.7018564781999306,True +2017/09/02 03:00:00,3.147668983576439,True +2017/09/02 04:00:00,5.02490908615766,True +2017/09/02 05:00:00,8.391824952317563,True +2017/09/02 06:00:00,11.064113614909825,True +2017/09/02 07:00:00,12.21183264959817,True +2017/09/02 08:00:00,12.815999043108443,True +2017/09/02 09:00:00,15.469002865548772,True +2017/09/02 10:00:00,17.163624895295143,True +2017/09/02 11:00:00,17.67042796342479,True +2017/09/02 12:00:00,16.909782541627873,True +2017/09/02 13:00:00,17.14520300502197,True +2017/09/02 14:00:00,16.13428139883093,True +2017/09/02 15:00:00,15.843532220283057,True +2017/09/02 16:00:00,16.94341644014541,True +2017/09/02 17:00:00,17.733208386458582,True +2017/09/02 18:00:00,17.349338459887775,True +2017/09/02 19:00:00,16.639934823407536,True +2017/09/02 20:00:00,16.95586688672222,True +2017/09/02 21:00:00,16.653616885146448,True +2017/09/02 22:00:00,13.690222018945875,True +2017/09/02 23:00:00,10.16328691859774,True +2017/09/03 00:00:00,5.418563284852412,True +2017/09/03 01:00:00,3.1475166725455135,True +2017/09/03 02:00:00,3.7026018178182416,True +2017/09/03 03:00:00,3.146829236185585,True +2017/09/03 04:00:00,5.013314858509196,True +2017/09/03 05:00:00,8.57109618128739,True +2017/09/03 06:00:00,11.313732520233946,True +2017/09/03 07:00:00,11.950587988680525,True +2017/09/03 08:00:00,14.106915840736418,True +2017/09/03 09:00:00,13.581005841881376,True +2017/09/03 10:00:00,17.10090855293744,True +2017/09/03 11:00:00,18.21328585098933,True +2017/09/03 12:00:00,17.083309839047963,True +2017/09/03 13:00:00,17.35788770319282,True +2017/09/03 14:00:00,16.14899807628213,True +2017/09/03 15:00:00,15.940609594788793,True +2017/09/03 16:00:00,16.658262602160622,True +2017/09/03 17:00:00,17.364687188751233,True +2017/09/03 18:00:00,16.62124716169016,True +2017/09/03 19:00:00,15.932133900271356,True +2017/09/03 20:00:00,16.452657755456062,True +2017/09/03 21:00:00,16.266278466500378,True +2017/09/03 22:00:00,13.080218844340074,True +2017/09/03 23:00:00,9.82841457973344,True +2017/09/04 00:00:00,5.088108221830059,True +2017/09/04 01:00:00,3.209443614431305,True +2017/09/04 02:00:00,3.765614419530452,True +2017/09/04 03:00:00,3.2098427538871985,True +2017/09/04 04:00:00,5.639637814291251,True +2017/09/04 05:00:00,8.524356826855168,True +2017/09/04 06:00:00,10.799775372330462,True +2017/09/04 07:00:00,14.402951907917975,True +2017/09/04 08:00:00,15.54151641686966,True +2017/09/04 09:00:00,16.009933234233788,True +2017/09/04 10:00:00,17.723155647050906,True +2017/09/04 11:00:00,19.05407536616912,True +2017/09/04 12:00:00,18.2712487281781,True +2017/09/04 13:00:00,18.255977924248036,True +2017/09/04 14:00:00,16.838296074318016,True +2017/09/04 15:00:00,16.642291150402336,True +2017/09/04 16:00:00,17.74027706637939,True +2017/09/04 17:00:00,18.109550621213625,True +2017/09/04 18:00:00,16.99848119979006,True +2017/09/04 19:00:00,16.068440907597953,True +2017/09/04 20:00:00,17.500791935440702,True +2017/09/04 21:00:00,16.7601399499582,True +2017/09/04 22:00:00,13.758579290222803,True +2017/09/04 23:00:00,9.871717920436076,True +2017/09/05 00:00:00,5.076754516524762,True +2017/09/05 01:00:00,3.2102391451387984,True +2017/09/05 02:00:00,3.7657195002957176,True +2017/09/05 03:00:00,3.209661238899398,True +2017/09/05 04:00:00,5.539017625404147,True +2017/09/05 05:00:00,8.525319637585524,True +2017/09/05 06:00:00,10.79662868984663,True +2017/09/05 07:00:00,14.218760215510235,True +2017/09/05 08:00:00,15.76113782615745,True +2017/09/05 09:00:00,15.652268605700744,True +2017/09/05 10:00:00,17.60960850359169,True +2017/09/05 11:00:00,18.6901798200749,True +2017/09/05 12:00:00,18.0806694972662,True +2017/09/05 13:00:00,18.195689253924428,True +2017/09/05 14:00:00,17.06119086434713,True +2017/09/05 15:00:00,16.72844534967961,True +2017/09/05 16:00:00,18.1340518573831,True +2017/09/05 17:00:00,18.31842804834787,True +2017/09/05 18:00:00,17.360951077630055,True +2017/09/05 19:00:00,16.520670312655973,True +2017/09/05 20:00:00,16.96746581709759,True +2017/09/05 21:00:00,16.79576237891537,True +2017/09/05 22:00:00,13.646311909610747,True +2017/09/05 23:00:00,9.889141392783932,True +2017/09/06 00:00:00,5.074839441830217,True +2017/09/06 01:00:00,3.210884679219936,True +2017/09/06 02:00:00,3.7645697502134734,True +2017/09/06 03:00:00,3.212442646841586,True +2017/09/06 04:00:00,5.706141666724721,True +2017/09/06 05:00:00,8.523380313892517,True +2017/09/06 06:00:00,10.793260412318553,True +2017/09/06 07:00:00,14.131164832606775,True +2017/09/06 08:00:00,15.695738339143757,True +2017/09/06 09:00:00,15.650215830932456,True +2017/09/06 10:00:00,17.53109789175616,True +2017/09/06 11:00:00,18.76800067202414,True +2017/09/06 12:00:00,18.31809491712735,True +2017/09/06 13:00:00,17.914039147571643,True +2017/09/06 14:00:00,16.489565393514887,True +2017/09/06 15:00:00,16.15420622310597,True +2017/09/06 16:00:00,17.460683190132144,True +2017/09/06 17:00:00,17.694665071371105,True +2017/09/06 18:00:00,17.18567703852512,True +2017/09/06 19:00:00,16.713584957729868,True +2017/09/06 20:00:00,17.142629579959376,True +2017/09/06 21:00:00,16.382401131964702,True +2017/09/06 22:00:00,12.82313231695065,True +2017/09/06 23:00:00,8.944552910737139,True +2017/09/07 00:00:00,5.12170450132826,True +2017/09/07 01:00:00,3.209535776511818,True +2017/09/07 02:00:00,3.764312114919827,True +2017/09/07 03:00:00,3.2105758980456867,True +2017/09/07 04:00:00,5.391082406458258,True +2017/09/07 05:00:00,8.554313284600918,True +2017/09/07 06:00:00,10.823582021388782,True +2017/09/07 07:00:00,13.409259689718144,True +2017/09/07 08:00:00,14.465965262872398,True +2017/09/07 09:00:00,15.803239640833983,True +2017/09/07 10:00:00,17.669409928848022,True +2017/09/07 11:00:00,18.73401969127238,True +2017/09/07 12:00:00,18.11444676067646,True +2017/09/07 13:00:00,18.6341941797867,True +2017/09/07 14:00:00,17.291412644435244,True +2017/09/07 15:00:00,17.097820643547546,True +2017/09/07 16:00:00,18.31994939559953,True +2017/09/07 17:00:00,18.63966264536938,True +2017/09/07 18:00:00,17.77749428056457,True +2017/09/07 19:00:00,17.380555436839227,True +2017/09/07 20:00:00,18.085109250566024,True +2017/09/07 21:00:00,17.305444789294746,True +2017/09/07 22:00:00,13.877046185888021,True +2017/09/07 23:00:00,9.677868444977035,True +2017/09/08 00:00:00,5.210445095221286,True +2017/09/08 01:00:00,3.2090838190708912,True +2017/09/08 02:00:00,3.7626604927944234,True +2017/09/08 03:00:00,3.2097362231214257,True +2017/09/08 04:00:00,5.760183069094517,True +2017/09/08 05:00:00,8.625112554532139,True +2017/09/08 06:00:00,10.922290164879618,True +2017/09/08 07:00:00,14.309054443033965,True +2017/09/08 08:00:00,15.824471419983418,True +2017/09/08 09:00:00,17.23039467868122,True +2017/09/08 10:00:00,18.960585918534267,True +2017/09/08 11:00:00,20.199846702449346,True +2017/09/08 12:00:00,19.92573905469768,True +2017/09/08 13:00:00,19.72801487230007,True +2017/09/08 14:00:00,19.017339932024637,True +2017/09/08 15:00:00,18.526866430288877,True +2017/09/08 16:00:00,19.488428991919818,True +2017/09/08 17:00:00,19.4752295730977,True +2017/09/08 18:00:00,18.72040351524876,True +2017/09/08 19:00:00,18.541633250644654,True +2017/09/08 20:00:00,19.216126305832923,True +2017/09/08 21:00:00,18.38053197901294,True +2017/09/08 22:00:00,14.865880343433494,True +2017/09/08 23:00:00,10.405649937454195,True +2017/09/09 00:00:00,5.45158937949628,True +2017/09/09 01:00:00,3.14548294949666,True +2017/09/09 02:00:00,3.698502748729443,True +2017/09/09 03:00:00,3.1463123296431945,True +2017/09/09 04:00:00,5.442341637561301,True +2017/09/09 05:00:00,8.48943780873169,True +2017/09/09 06:00:00,11.148742548029487,True +2017/09/09 07:00:00,11.870918005366942,True +2017/09/09 08:00:00,14.203947588726091,True +2017/09/09 09:00:00,16.44749493476884,True +2017/09/09 10:00:00,18.362759981985434,True +2017/09/09 11:00:00,19.05636226768826,True +2017/09/09 12:00:00,18.8823231631331,True +2017/09/09 13:00:00,18.346929791371927,True +2017/09/09 14:00:00,18.07941270053593,True +2017/09/09 15:00:00,17.102669793826067,True +2017/09/09 16:00:00,17.80619907694873,True +2017/09/09 17:00:00,18.67791317338591,True +2017/09/09 18:00:00,17.93925944836666,True +2017/09/09 19:00:00,17.367937852613856,True +2017/09/09 20:00:00,16.516724875728244,True +2017/09/09 21:00:00,16.158846898151374,True +2017/09/09 22:00:00,13.68371149810488,True +2017/09/09 23:00:00,10.033836257071503,True +2017/09/10 00:00:00,5.418265148634464,True +2017/09/10 01:00:00,3.1475895996112753,True +2017/09/10 02:00:00,3.7035372625627008,True +2017/09/10 03:00:00,3.1453575089505685,True +2017/09/10 04:00:00,5.019232064683096,True +2017/09/10 05:00:00,8.62603451359119,True +2017/09/10 06:00:00,11.361129655811977,True +2017/09/10 07:00:00,12.005549506903742,True +2017/09/10 08:00:00,14.28751765517136,True +2017/09/10 09:00:00,13.329946080610183,True +2017/09/10 10:00:00,16.7590728528889,True +2017/09/10 11:00:00,17.7126712032308,True +2017/09/10 12:00:00,16.737952166975873,True +2017/09/10 13:00:00,16.809530806510164,True +2017/09/10 14:00:00,15.794269515133628,True +2017/09/10 15:00:00,15.618434198007503,True +2017/09/10 16:00:00,16.604416191466065,True +2017/09/10 17:00:00,16.78249937374648,True +2017/09/10 18:00:00,16.38401405818823,True +2017/09/10 19:00:00,15.602621980793296,True +2017/09/10 20:00:00,16.94751380886572,True +2017/09/10 21:00:00,16.434343916629015,True +2017/09/10 22:00:00,13.108517295300379,True +2017/09/10 23:00:00,9.756506085001405,True +2017/09/11 00:00:00,5.079365352883894,True +2017/09/11 01:00:00,3.21016302013605,True +2017/09/11 02:00:00,3.7661998587867656,True +2017/09/11 03:00:00,3.2093351615023837,True +2017/09/11 04:00:00,5.2308037410317825,True +2017/09/11 05:00:00,8.531168935204807,True +2017/09/11 06:00:00,10.805067634415021,True +2017/09/11 07:00:00,14.256149352018188,True +2017/09/11 08:00:00,15.400842524371908,True +2017/09/11 09:00:00,15.560609194841359,True +2017/09/11 10:00:00,17.236581024509793,True +2017/09/11 11:00:00,18.190816565807815,True +2017/09/11 12:00:00,17.251984185592434,True +2017/09/11 13:00:00,17.542571217600475,True +2017/09/11 14:00:00,16.67191197278797,True +2017/09/11 15:00:00,16.232692887748083,True +2017/09/11 16:00:00,17.51094620979368,True +2017/09/11 17:00:00,18.002265009083132,True +2017/09/11 18:00:00,17.09088422224682,True +2017/09/11 19:00:00,17.088134467160945,True +2017/09/11 20:00:00,16.970198607879592,True +2017/09/11 21:00:00,16.261963250054883,True +2017/09/11 22:00:00,13.724767132470214,True +2017/09/11 23:00:00,10.01521215386382,True +2017/09/12 00:00:00,5.076292773835482,True +2017/09/12 01:00:00,3.209929650601407,True +2017/09/12 02:00:00,3.7657822009434723,True +2017/09/12 03:00:00,3.2115335120903126,True +2017/09/12 04:00:00,5.501295557320815,True +2017/09/12 05:00:00,8.528284867004825,True +2017/09/12 06:00:00,10.796211106806672,True +2017/09/12 07:00:00,14.394345600835868,True +2017/09/12 08:00:00,14.466585014312585,True +2017/09/12 09:00:00,16.255091638615607,True +2017/09/12 10:00:00,17.922532074703636,True +2017/09/12 11:00:00,19.32125910559651,True +2017/09/12 12:00:00,18.849154294229013,True +2017/09/12 13:00:00,19.04801086305182,True +2017/09/12 14:00:00,18.141896399042857,True +2017/09/12 15:00:00,17.887894516749757,True +2017/09/12 16:00:00,18.65866468952929,True +2017/09/12 17:00:00,18.778288113919317,True +2017/09/12 18:00:00,18.201862092029547,True +2017/09/12 19:00:00,18.704879305133172,True +2017/09/12 20:00:00,18.58651680811445,True +2017/09/12 21:00:00,17.67893937432187,True +2017/09/12 22:00:00,13.49775134866636,True +2017/09/12 23:00:00,10.131141561991422,True +2017/09/13 00:00:00,5.21097710159118,True +2017/09/13 01:00:00,3.2080306173397983,True +2017/09/13 02:00:00,3.762651876783982,True +2017/09/13 03:00:00,3.210361305355763,True +2017/09/13 04:00:00,5.79018596341774,True +2017/09/13 05:00:00,8.64024677878204,True +2017/09/13 06:00:00,10.941326231071558,True +2017/09/13 07:00:00,15.147563215073813,True +2017/09/13 08:00:00,16.51209263409973,True +2017/09/13 09:00:00,17.63167443217917,True +2017/09/13 10:00:00,19.292496860835094,True +2017/09/13 11:00:00,20.74202746913429,True +2017/09/13 12:00:00,20.298864791650445,True +2017/09/13 13:00:00,20.057390697106154,True +2017/09/13 14:00:00,19.171091652091803,True +2017/09/13 15:00:00,18.55334048570579,True +2017/09/13 16:00:00,19.643375551225564,True +2017/09/13 17:00:00,19.972795865454273,True +2017/09/13 18:00:00,19.724549869710998,True +2017/09/13 19:00:00,20.091731898008046,True +2017/09/13 20:00:00,20.165245515827376,True +2017/09/13 21:00:00,19.139770217066534,True +2017/09/13 22:00:00,15.880563204451546,True +2017/09/13 23:00:00,12.008618308546351,True +2017/09/14 00:00:00,5.582646092521291,True +2017/09/14 01:00:00,3.2067153813315006,True +2017/09/14 02:00:00,3.7609200572521133,True +2017/09/14 03:00:00,3.208240913271182,True +2017/09/14 04:00:00,6.693238812454896,True +2017/09/14 05:00:00,8.796068698133567,True +2017/09/14 06:00:00,11.10835254266507,True +2017/09/14 07:00:00,16.017332084816328,True +2017/09/14 08:00:00,17.04709060231304,True +2017/09/14 09:00:00,17.814218244174874,True +2017/09/14 10:00:00,19.7289336048013,True +2017/09/14 11:00:00,20.973340894345686,True +2017/09/14 12:00:00,20.51141396450273,True +2017/09/14 13:00:00,20.455010261280183,True +2017/09/14 14:00:00,19.099475222472982,True +2017/09/14 15:00:00,18.67360442304024,True +2017/09/14 16:00:00,20.08473697481029,True +2017/09/14 17:00:00,20.05915487490832,True +2017/09/14 18:00:00,19.839593589283364,True +2017/09/14 19:00:00,19.687929861970964,True +2017/09/14 20:00:00,19.400956910456436,True +2017/09/14 21:00:00,18.273469322549175,True +2017/09/14 22:00:00,14.634282515025811,True +2017/09/14 23:00:00,11.109873455384314,True +2017/09/15 00:00:00,5.328507957901517,True +2017/09/15 01:00:00,3.208337229983599,True +2017/09/15 02:00:00,3.761640603861451,True +2017/09/15 03:00:00,3.2075772181722604,True +2017/09/15 04:00:00,6.078065908422113,True +2017/09/15 05:00:00,8.670596255319056,True +2017/09/15 06:00:00,10.935451149768259,True +2017/09/15 07:00:00,14.8323668050405,True +2017/09/15 08:00:00,16.075865868401202,True +2017/09/15 09:00:00,18.01271936830361,True +2017/09/15 10:00:00,20.18762250497158,True +2017/09/15 11:00:00,21.420524701557543,True +2017/09/15 12:00:00,21.383613574699808,True +2017/09/15 13:00:00,21.004631555211628,True +2017/09/15 14:00:00,20.117257686097044,True +2017/09/15 15:00:00,19.35019866502293,True +2017/09/15 16:00:00,20.0270849463427,True +2017/09/15 17:00:00,20.41251396308888,True +2017/09/15 18:00:00,20.150814083412122,True +2017/09/15 19:00:00,20.624830606412225,True +2017/09/15 20:00:00,20.71320921193165,True +2017/09/15 21:00:00,19.6552771221273,True +2017/09/15 22:00:00,15.95690911357471,True +2017/09/15 23:00:00,12.469463115534888,True +2017/09/16 00:00:00,5.6313099204370385,True +2017/09/16 01:00:00,3.1427120265626516,True +2017/09/16 02:00:00,3.6990086246603324,True +2017/09/16 03:00:00,3.1428706393206034,True +2017/09/16 04:00:00,6.252335153267716,True +2017/09/16 05:00:00,8.7013947748432,True +2017/09/16 06:00:00,11.392391620504766,True +2017/09/16 07:00:00,14.680167877290467,True +2017/09/16 08:00:00,16.45169540887784,True +2017/09/16 09:00:00,18.633739810855115,True +2017/09/16 10:00:00,19.657967119112637,True +2017/09/16 11:00:00,20.798545526218895,True +2017/09/16 12:00:00,20.5016833200918,True +2017/09/16 13:00:00,20.346359853293496,True +2017/09/16 14:00:00,19.55206316448129,True +2017/09/16 15:00:00,19.29958966732968,True +2017/09/16 16:00:00,19.84034474489567,True +2017/09/16 17:00:00,20.689170343218613,True +2017/09/16 18:00:00,20.40070940982175,True +2017/09/16 19:00:00,20.86544142269853,True +2017/09/16 20:00:00,19.83966010849636,True +2017/09/16 21:00:00,19.58257777000643,True +2017/09/16 22:00:00,16.558879808878487,True +2017/09/16 23:00:00,13.49210945922563,True +2017/09/17 00:00:00,5.877397103555292,True +2017/09/17 01:00:00,3.1445093128528483,True +2017/09/17 02:00:00,3.699583809902041,True +2017/09/17 03:00:00,3.142330979882575,True +2017/09/17 04:00:00,6.587171899726119,True +2017/09/17 05:00:00,10.473933842467725,True +2017/09/17 06:00:00,13.17683099510575,True +2017/09/17 07:00:00,13.818426053718282,True +2017/09/17 08:00:00,15.588286350931659,True +2017/09/17 09:00:00,16.12803180671966,True +2017/09/17 10:00:00,19.182999335868217,True +2017/09/17 11:00:00,20.331123353995704,True +2017/09/17 12:00:00,19.596028959915458,True +2017/09/17 13:00:00,19.592948412626082,True +2017/09/17 14:00:00,18.481556173182796,True +2017/09/17 15:00:00,18.15266128289581,True +2017/09/17 16:00:00,18.608735775157196,True +2017/09/17 17:00:00,19.130116122011515,True +2017/09/17 18:00:00,18.50949624358068,True +2017/09/17 19:00:00,18.5628996074871,True +2017/09/17 20:00:00,17.833476655344633,True +2017/09/17 21:00:00,16.204305897956015,True +2017/09/17 22:00:00,12.39311926163585,True +2017/09/17 23:00:00,8.935371984673369,True +2017/09/18 00:00:00,5.117080840885053,True +2017/09/18 01:00:00,3.2094493543841276,True +2017/09/18 02:00:00,3.7661426920150474,True +2017/09/18 03:00:00,3.209814992019592,True +2017/09/18 04:00:00,5.263335216126269,True +2017/09/18 05:00:00,8.542221701018567,True +2017/09/18 06:00:00,10.82272505435115,True +2017/09/18 07:00:00,14.20108962371397,True +2017/09/18 08:00:00,14.600400053725762,True +2017/09/18 09:00:00,15.75280788830812,True +2017/09/18 10:00:00,17.55094836231121,True +2017/09/18 11:00:00,18.458766620013225,True +2017/09/18 12:00:00,18.159519241015428,True +2017/09/18 13:00:00,18.11531541029547,True +2017/09/18 14:00:00,16.797701103434992,True +2017/09/18 15:00:00,16.334218130756472,True +2017/09/18 16:00:00,17.75687751644489,True +2017/09/18 17:00:00,18.3338428332547,True +2017/09/18 18:00:00,17.69346393933469,True +2017/09/18 19:00:00,18.32488857455911,True +2017/09/18 20:00:00,17.814311006356014,True +2017/09/18 21:00:00,16.460946064780103,True +2017/09/18 22:00:00,12.954362488638159,True +2017/09/18 23:00:00,8.855955776420695,True +2017/09/19 00:00:00,5.07615102621273,True +2017/09/19 01:00:00,3.2102791057276416,True +2017/09/19 02:00:00,3.767060880949797,True +2017/09/19 03:00:00,3.210651242048458,True +2017/09/19 04:00:00,5.301709993963316,True +2017/09/19 05:00:00,8.545830008383595,True +2017/09/19 06:00:00,10.80949790800995,True +2017/09/19 07:00:00,14.2070990420804,True +2017/09/19 08:00:00,14.487287481680156,True +2017/09/19 09:00:00,15.75094023368012,True +2017/09/19 10:00:00,17.56944934852043,True +2017/09/19 11:00:00,18.67938508870014,True +2017/09/19 12:00:00,18.21546843342464,True +2017/09/19 13:00:00,18.17625709573098,True +2017/09/19 14:00:00,17.35559877328163,True +2017/09/19 15:00:00,17.216049922588226,True +2017/09/19 16:00:00,18.14954760371717,True +2017/09/19 17:00:00,18.250685437902543,True +2017/09/19 18:00:00,17.414464874864112,True +2017/09/19 19:00:00,17.993964060250274,True +2017/09/19 20:00:00,17.99555399801263,True +2017/09/19 21:00:00,16.74067983121345,True +2017/09/19 22:00:00,12.78868114549481,True +2017/09/19 23:00:00,8.64211887559845,True +2017/09/20 00:00:00,5.077180959569682,True +2017/09/20 01:00:00,3.210068668717282,True +2017/09/20 02:00:00,3.7651759092907127,True +2017/09/20 03:00:00,3.210984063175269,True +2017/09/20 04:00:00,5.318235523874432,True +2017/09/20 05:00:00,8.541852529607837,True +2017/09/20 06:00:00,10.814460903745882,True +2017/09/20 07:00:00,14.44030688138077,True +2017/09/20 08:00:00,14.478667218046855,True +2017/09/20 09:00:00,16.169529430176258,True +2017/09/20 10:00:00,18.17880783182626,True +2017/09/20 11:00:00,19.889001033911303,True +2017/09/20 12:00:00,19.502190168500793,True +2017/09/20 13:00:00,19.364784001559308,True +2017/09/20 14:00:00,18.807912091286163,True +2017/09/20 15:00:00,18.175918093927006,True +2017/09/20 16:00:00,19.33788968613054,True +2017/09/20 17:00:00,19.52990438644054,True +2017/09/20 18:00:00,18.590668719524373,True +2017/09/20 19:00:00,18.63723375716556,True +2017/09/20 20:00:00,18.320572576805294,True +2017/09/20 21:00:00,16.803031011891708,True +2017/09/20 22:00:00,13.023311567670964,True +2017/09/20 23:00:00,8.892232384972516,True +2017/09/21 00:00:00,5.096611407231364,True +2017/09/21 01:00:00,3.2120643936614037,True +2017/09/21 02:00:00,3.7642965550389142,True +2017/09/21 03:00:00,3.210943484664671,True +2017/09/21 04:00:00,5.390055548695382,True +2017/09/21 05:00:00,8.556207070226641,True +2017/09/21 06:00:00,10.81455478384115,True +2017/09/21 07:00:00,14.277701854790498,True +2017/09/21 08:00:00,14.782179034074053,True +2017/09/21 09:00:00,16.593784319804264,True +2017/09/21 10:00:00,18.94114884804046,True +2017/09/21 11:00:00,20.275728433222817,True +2017/09/21 12:00:00,20.12646801935729,True +2017/09/21 13:00:00,20.115573727390338,True +2017/09/21 14:00:00,19.28106433432418,True +2017/09/21 15:00:00,18.959885142641742,True +2017/09/21 16:00:00,20.10375042463297,True +2017/09/21 17:00:00,20.216035749882373,True +2017/09/21 18:00:00,19.287158479187077,True +2017/09/21 19:00:00,19.261012395454532,True +2017/09/21 20:00:00,19.12167047739875,True +2017/09/21 21:00:00,17.552815090063802,True +2017/09/21 22:00:00,13.576341456565416,True +2017/09/21 23:00:00,9.684672790363175,True +2017/09/22 00:00:00,5.124759470523708,True +2017/09/22 01:00:00,3.209253001726795,True +2017/09/22 02:00:00,3.765829933852375,True +2017/09/22 03:00:00,3.212440662533391,True +2017/09/22 04:00:00,5.579227995153742,True +2017/09/22 05:00:00,8.575512341890995,True +2017/09/22 06:00:00,10.841292639152458,True +2017/09/22 07:00:00,14.337223360352873,True +2017/09/22 08:00:00,14.588384429670665,True +2017/09/22 09:00:00,16.025148417381555,True +2017/09/22 10:00:00,18.237235318712226,True +2017/09/22 11:00:00,20.0843292020732,True +2017/09/22 12:00:00,19.44930720342316,True +2017/09/22 13:00:00,19.34929155618093,True +2017/09/22 14:00:00,18.708655870760527,True +2017/09/22 15:00:00,18.205291652095134,True +2017/09/22 16:00:00,19.311569526889905,True +2017/09/22 17:00:00,19.359454805854778,True +2017/09/22 18:00:00,18.373154451778813,True +2017/09/22 19:00:00,18.166463063698803,True +2017/09/22 20:00:00,17.693137901770637,True +2017/09/22 21:00:00,16.54685764939378,True +2017/09/22 22:00:00,12.955837299023697,True +2017/09/22 23:00:00,8.638254852796084,True +2017/09/23 00:00:00,5.166036515665649,True +2017/09/23 01:00:00,3.148357517033667,True +2017/09/23 02:00:00,3.7023180811331597,True +2017/09/23 03:00:00,3.148352361588537,True +2017/09/23 04:00:00,5.0987114448038175,True +2017/09/23 05:00:00,8.422933324285735,True +2017/09/23 06:00:00,11.095421251043069,True +2017/09/23 07:00:00,12.36542732340032,True +2017/09/23 08:00:00,12.842776274707498,True +2017/09/23 09:00:00,15.414547177680845,True +2017/09/23 10:00:00,16.987952106856124,True +2017/09/23 11:00:00,17.373344805575268,True +2017/09/23 12:00:00,17.389612660716043,True +2017/09/23 13:00:00,17.007137356821865,True +2017/09/23 14:00:00,16.00020563907845,True +2017/09/23 15:00:00,16.17487009317803,True +2017/09/23 16:00:00,16.592145979362382,True +2017/09/23 17:00:00,17.726960362004355,True +2017/09/23 18:00:00,17.376609342872985,True +2017/09/23 19:00:00,17.871139495100927,True +2017/09/23 20:00:00,16.774585240706354,True +2017/09/23 21:00:00,16.49972135501815,True +2017/09/23 22:00:00,13.142696471058658,True +2017/09/23 23:00:00,9.780930102624438,True +2017/09/24 00:00:00,5.448464661368068,True +2017/09/24 01:00:00,3.1457587045177835,True +2017/09/24 02:00:00,3.700607137109298,True +2017/09/24 03:00:00,3.1452290909256275,True +2017/09/24 04:00:00,5.151077306912599,True +2017/09/24 05:00:00,8.780832235166516,True +2017/09/24 06:00:00,11.493303203502185,True +2017/09/24 07:00:00,11.427755480685425,True +2017/09/24 08:00:00,13.877398972717641,True +2017/09/24 09:00:00,14.225983604037342,True +2017/09/24 10:00:00,17.323681612472196,True +2017/09/24 11:00:00,18.365830784584432,True +2017/09/24 12:00:00,18.088430273771436,True +2017/09/24 13:00:00,17.658666017023066,True +2017/09/24 14:00:00,16.634898406681053,True +2017/09/24 15:00:00,16.408046218249975,True +2017/09/24 16:00:00,17.057640733773816,True +2017/09/24 17:00:00,17.54061923685166,True +2017/09/24 18:00:00,17.18508023416567,True +2017/09/24 19:00:00,17.275739832800905,True +2017/09/24 20:00:00,17.267020889240072,True +2017/09/24 21:00:00,16.262800851848848,True +2017/09/24 22:00:00,12.86880261974347,True +2017/09/24 23:00:00,9.458057863217466,True +2017/09/25 00:00:00,5.125637782334663,True +2017/09/25 01:00:00,3.210149809746976,True +2017/09/25 02:00:00,3.765933842654702,True +2017/09/25 03:00:00,3.2105135195669434,True +2017/09/25 04:00:00,5.273317412746964,True +2017/09/25 05:00:00,8.559730719004314,True +2017/09/25 06:00:00,10.841935075523248,True +2017/09/25 07:00:00,14.508192933336497,True +2017/09/25 08:00:00,14.656731175713588,True +2017/09/25 09:00:00,16.557905363388347,True +2017/09/25 10:00:00,19.102594203691552,True +2017/09/25 11:00:00,20.668426353734862,True +2017/09/25 12:00:00,20.365683621365328,True +2017/09/25 13:00:00,20.486262840345418,True +2017/09/25 14:00:00,19.463049586294023,True +2017/09/25 15:00:00,18.89061852805839,True +2017/09/25 16:00:00,20.059074527286292,True +2017/09/25 17:00:00,20.3837601708719,True +2017/09/25 18:00:00,19.910780991991828,True +2017/09/25 19:00:00,19.7649944883667,True +2017/09/25 20:00:00,19.50636585469982,True +2017/09/25 21:00:00,18.549006985420228,True +2017/09/25 22:00:00,15.08063472823853,True +2017/09/25 23:00:00,10.023966828102,True +2017/09/26 00:00:00,5.171111995442429,True +2017/09/26 01:00:00,3.209086325039808,True +2017/09/26 02:00:00,3.7635952029847277,True +2017/09/26 03:00:00,3.209915643054232,True +2017/09/26 04:00:00,5.396025124478309,True +2017/09/26 05:00:00,8.60111751542625,True +2017/09/26 06:00:00,10.862845766622293,True +2017/09/26 07:00:00,13.647745009032791,True +2017/09/26 08:00:00,15.011262452193721,True +2017/09/26 09:00:00,16.067628932242886,True +2017/09/26 10:00:00,17.6732622784118,True +2017/09/26 11:00:00,19.2769542800617,True +2017/09/26 12:00:00,19.049113352837715,True +2017/09/26 13:00:00,19.434145528233326,True +2017/09/26 14:00:00,18.045977895355062,True +2017/09/26 15:00:00,17.646575108683432,True +2017/09/26 16:00:00,18.836357758566603,True +2017/09/26 17:00:00,18.88504272470862,True +2017/09/26 18:00:00,17.997010061330815,True +2017/09/26 19:00:00,18.148671833346086,True +2017/09/26 20:00:00,17.94769166671351,True +2017/09/26 21:00:00,17.15208202889918,True +2017/09/26 22:00:00,13.553358310384903,True +2017/09/26 23:00:00,9.982670212645509,True +2017/09/27 00:00:00,5.150220952689669,True +2017/09/27 01:00:00,3.209491190921553,True +2017/09/27 02:00:00,3.762975522963036,True +2017/09/27 03:00:00,3.2085408926581858,True +2017/09/27 04:00:00,5.447634689811917,True +2017/09/27 05:00:00,8.587777062002699,True +2017/09/27 06:00:00,10.861885920032178,True +2017/09/27 07:00:00,13.631682406511809,True +2017/09/27 08:00:00,14.781118919844186,True +2017/09/27 09:00:00,15.879046205406123,True +2017/09/27 10:00:00,18.029132530458273,True +2017/09/27 11:00:00,19.0548926858559,True +2017/09/27 12:00:00,19.098729777120386,True +2017/09/27 13:00:00,19.107591991300385,True +2017/09/27 14:00:00,17.798148837168057,True +2017/09/27 15:00:00,17.000317167490472,True +2017/09/27 16:00:00,17.999927109587,True +2017/09/27 17:00:00,17.285237318039645,True +2017/09/27 18:00:00,16.53260709379221,True +2017/09/27 19:00:00,17.598206314603797,True +2017/09/27 20:00:00,17.601982075076375,True +2017/09/27 21:00:00,16.92040346783689,True +2017/09/27 22:00:00,13.747563113821075,True +2017/09/27 23:00:00,10.10722633169046,True +2017/09/28 00:00:00,5.078024343651426,True +2017/09/28 01:00:00,3.2104195946369645,True +2017/09/28 02:00:00,3.7648958659293155,True +2017/09/28 03:00:00,3.2095417031235587,True +2017/09/28 04:00:00,5.353226593217367,True +2017/09/28 05:00:00,8.539381942286216,True +2017/09/28 06:00:00,10.806999440614353,True +2017/09/28 07:00:00,14.361540913072094,True +2017/09/28 08:00:00,15.476278462644684,True +2017/09/28 09:00:00,16.126665875443145,True +2017/09/28 10:00:00,17.703935488349376,True +2017/09/28 11:00:00,18.47391160056689,True +2017/09/28 12:00:00,17.004246109428887,True +2017/09/28 13:00:00,16.98594039803625,True +2017/09/28 14:00:00,16.24632086583848,True +2017/09/28 15:00:00,16.362982564553004,True +2017/09/28 16:00:00,17.604503077927998,True +2017/09/28 17:00:00,18.039356868098356,True +2017/09/28 18:00:00,17.024833767413128,True +2017/09/28 19:00:00,17.44098383124601,True +2017/09/28 20:00:00,17.48005741323003,True +2017/09/28 21:00:00,16.746871334175875,True +2017/09/28 22:00:00,13.856506056033673,True +2017/09/28 23:00:00,9.90168832903023,True +2017/09/29 00:00:00,5.07767881477976,True +2017/09/29 01:00:00,3.210144500578675,True +2017/09/29 02:00:00,3.7657557391123255,True +2017/09/29 03:00:00,3.209723693844795,True +2017/09/29 04:00:00,5.901923877514952,True +2017/09/29 05:00:00,8.516605101165151,True +2017/09/29 06:00:00,10.7830404925089,True +2017/09/29 07:00:00,14.580714114807115,True +2017/09/29 08:00:00,15.732310314773766,True +2017/09/29 09:00:00,16.68892419772651,True +2017/09/29 10:00:00,17.985545978447426,True +2017/09/29 11:00:00,18.40207188098068,True +2017/09/29 12:00:00,17.00775110101761,True +2017/09/29 13:00:00,17.36178746740362,True +2017/09/29 14:00:00,16.041667820001447,True +2017/09/29 15:00:00,16.17573586757281,True +2017/09/29 16:00:00,17.382951933103865,True +2017/09/29 17:00:00,17.17206996718277,True +2017/09/29 18:00:00,16.969575482532413,True +2017/09/29 19:00:00,17.405160062144574,True +2017/09/29 20:00:00,17.384672220911238,True +2017/09/29 21:00:00,16.69700379927539,True +2017/09/29 22:00:00,13.698372298717592,True +2017/09/29 23:00:00,9.713406706746136,True +2017/09/30 00:00:00,5.170036451329031,True +2017/09/30 01:00:00,3.1481073134355495,True +2017/09/30 02:00:00,3.702135584230465,True +2017/09/30 03:00:00,3.147353111522469,True +2017/09/30 04:00:00,5.6358773400509,True +2017/09/30 05:00:00,8.363130179688548,True +2017/09/30 06:00:00,11.031883512332463,True +2017/09/30 07:00:00,12.1589680687242,True +2017/09/30 08:00:00,14.073362090694578,True +2017/09/30 09:00:00,16.28757494484974,True +2017/09/30 10:00:00,17.62436976267043,True +2017/09/30 11:00:00,17.229500171814035,True +2017/09/30 12:00:00,16.88714533116623,True +2017/09/30 13:00:00,16.628814240779384,True +2017/09/30 14:00:00,15.738553059048979,True +2017/09/30 15:00:00,15.606380628292218,True +2017/09/30 16:00:00,16.275228932598647,True +2017/09/30 17:00:00,17.442953804460085,True +2017/09/30 18:00:00,17.214960644478857,True +2017/09/30 19:00:00,17.64124607621773,True +2017/09/30 20:00:00,16.518911939339553,True +2017/09/30 21:00:00,16.14849058435458,True +2017/09/30 22:00:00,12.664452355460888,True +2017/09/30 23:00:00,8.845499031611585,True +2017/10/01 00:00:00,5.422622986048948,True +2017/10/01 01:00:00,3.1478139626619606,True +2017/10/01 02:00:00,3.7024634921991706,True +2017/10/01 03:00:00,3.1475004384001957,True +2017/10/01 04:00:00,5.0352279717214765,True +2017/10/01 05:00:00,8.730089206732654,True +2017/10/01 06:00:00,11.419005096186735,True +2017/10/01 07:00:00,11.166231977129916,True +2017/10/01 08:00:00,13.574872134876328,True +2017/10/01 09:00:00,13.49833526667117,True +2017/10/01 10:00:00,16.930960845664544,True +2017/10/01 11:00:00,17.812745900455372,True +2017/10/01 12:00:00,16.488546864539206,True +2017/10/01 13:00:00,16.59326991186257,True +2017/10/01 14:00:00,15.352521125021704,True +2017/10/01 15:00:00,15.173558932826861,True +2017/10/01 16:00:00,16.122486961062386,True +2017/10/01 17:00:00,16.54240428631615,True +2017/10/01 18:00:00,16.16540016427043,True +2017/10/01 19:00:00,16.972295824728302,True +2017/10/01 20:00:00,16.95028279262854,True +2017/10/01 21:00:00,16.34469343492276,True +2017/10/01 22:00:00,13.266760685127942,True +2017/10/01 23:00:00,10.105342051870872,True +2017/10/02 00:00:00,5.085575595756233,True +2017/10/02 01:00:00,3.209236308057658,True +2017/10/02 02:00:00,3.7657520923260073,True +2017/10/02 03:00:00,3.210451558110653,True +2017/10/02 04:00:00,5.836335733118936,True +2017/10/02 05:00:00,8.521572408945236,True +2017/10/02 06:00:00,10.80152414725059,True +2017/10/02 07:00:00,14.332690120547229,True +2017/10/02 08:00:00,15.585791029982436,True +2017/10/02 09:00:00,16.64158057594608,True +2017/10/02 10:00:00,17.919279858871374,True +2017/10/02 11:00:00,18.44136569303647,True +2017/10/02 12:00:00,17.008559170460302,True +2017/10/02 13:00:00,16.974626201867583,True +2017/10/02 14:00:00,16.123979388351554,True +2017/10/02 15:00:00,15.935972816802238,True +2017/10/02 16:00:00,17.011156733796778,True +2017/10/02 17:00:00,17.16087499428387,True +2017/10/02 18:00:00,17.041516720564825,True +2017/10/02 19:00:00,17.42287809248155,True +2017/10/02 20:00:00,17.37764339037782,True +2017/10/02 21:00:00,17.137056228198183,True +2017/10/02 22:00:00,13.417614768494191,True +2017/10/02 23:00:00,9.49871331442836,True +2017/10/03 00:00:00,5.079367631669832,True +2017/10/03 01:00:00,3.210198424124486,True +2017/10/03 02:00:00,3.764615432622569,True +2017/10/03 03:00:00,3.2089558995197347,True +2017/10/03 04:00:00,5.93525908155729,True +2017/10/03 05:00:00,8.508989400798244,True +2017/10/03 06:00:00,10.787951047392967,True +2017/10/03 07:00:00,13.852160318372121,True +2017/10/03 08:00:00,15.274832641113907,True +2017/10/03 09:00:00,16.582935879295935,True +2017/10/03 10:00:00,18.019427743076967,True +2017/10/03 11:00:00,18.19994399034086,True +2017/10/03 12:00:00,17.590986540084526,True +2017/10/03 13:00:00,17.704363622638777,True +2017/10/03 14:00:00,16.967976308816688,True +2017/10/03 15:00:00,16.439821812928542,True +2017/10/03 16:00:00,17.46443808489212,True +2017/10/03 17:00:00,17.70826928232747,True +2017/10/03 18:00:00,17.527408171068515,True +2017/10/03 19:00:00,17.62090375994157,True +2017/10/03 20:00:00,17.62241840056287,True +2017/10/03 21:00:00,16.575280682689407,True +2017/10/03 22:00:00,13.111767381028901,True +2017/10/03 23:00:00,9.334844930722381,True +2017/10/04 00:00:00,5.10343947885229,True +2017/10/04 01:00:00,3.208338818124696,True +2017/10/04 02:00:00,3.7654506847230333,True +2017/10/04 03:00:00,3.209902314145493,True +2017/10/04 04:00:00,5.309906828145585,True +2017/10/04 05:00:00,8.54593796294528,True +2017/10/04 06:00:00,10.804735707079045,True +2017/10/04 07:00:00,14.372810859827537,True +2017/10/04 08:00:00,15.35368849343024,True +2017/10/04 09:00:00,16.18471561011807,True +2017/10/04 10:00:00,17.233385857096017,True +2017/10/04 11:00:00,18.391302216009322,True +2017/10/04 12:00:00,17.560961257507362,True +2017/10/04 13:00:00,17.469826095278144,True +2017/10/04 14:00:00,16.03424113010911,True +2017/10/04 15:00:00,15.98544210212991,True +2017/10/04 16:00:00,17.00934101630519,True +2017/10/04 17:00:00,17.8508865732456,True +2017/10/04 18:00:00,17.01931680237554,True +2017/10/04 19:00:00,17.531958437336684,True +2017/10/04 20:00:00,17.495157411649256,True +2017/10/04 21:00:00,16.785444740662506,True +2017/10/04 22:00:00,13.683758790221784,True +2017/10/04 23:00:00,10.007131138639494,True +2017/10/05 00:00:00,5.075470484885145,True +2017/10/05 01:00:00,3.2098785585783145,True +2017/10/05 02:00:00,3.76404191798876,True +2017/10/05 03:00:00,3.2101575904906703,True +2017/10/05 04:00:00,5.501331865327032,True +2017/10/05 05:00:00,8.519441675297287,True +2017/10/05 06:00:00,10.789154885856524,True +2017/10/05 07:00:00,14.36980510334996,True +2017/10/05 08:00:00,15.554063707160092,True +2017/10/05 09:00:00,16.364334471131542,True +2017/10/05 10:00:00,17.474453373980403,True +2017/10/05 11:00:00,18.453804655381745,True +2017/10/05 12:00:00,17.67628763351978,True +2017/10/05 13:00:00,17.7001502455956,True +2017/10/05 14:00:00,16.920649752191732,True +2017/10/05 15:00:00,16.45444051322043,True +2017/10/05 16:00:00,17.732218314479905,True +2017/10/05 17:00:00,18.00107789881607,True +2017/10/05 18:00:00,17.43577248934817,True +2017/10/05 19:00:00,17.58379653994477,True +2017/10/05 20:00:00,17.417443106064567,True +2017/10/05 21:00:00,16.56088683376081,True +2017/10/05 22:00:00,13.782952777254701,True +2017/10/05 23:00:00,10.100013141119353,True +2017/10/06 00:00:00,5.074227509404087,True +2017/10/06 01:00:00,3.2100301062609713,True +2017/10/06 02:00:00,3.7648152047509034,True +2017/10/06 03:00:00,3.2095962782693204,True +2017/10/06 04:00:00,5.660703612046622,True +2017/10/06 05:00:00,8.529554753934129,True +2017/10/06 06:00:00,10.796293862665099,True +2017/10/06 07:00:00,14.337946181587709,True +2017/10/06 08:00:00,15.689599025305606,True +2017/10/06 09:00:00,16.522266612318766,True +2017/10/06 10:00:00,17.97690832942805,True +2017/10/06 11:00:00,18.395327364966302,True +2017/10/06 12:00:00,17.472644235665182,True +2017/10/06 13:00:00,17.40061635442929,True +2017/10/06 14:00:00,16.592371010185094,True +2017/10/06 15:00:00,16.204367977508753,True +2017/10/06 16:00:00,17.352577172743516,True +2017/10/06 17:00:00,17.56826204889817,True +2017/10/06 18:00:00,17.013761390149455,True +2017/10/06 19:00:00,17.392403194980993,True +2017/10/06 20:00:00,17.43320483925805,True +2017/10/06 21:00:00,17.036177008113615,True +2017/10/06 22:00:00,13.79315845003292,True +2017/10/06 23:00:00,9.80730984159716,True +2017/10/07 00:00:00,5.166424693562072,True +2017/10/07 01:00:00,3.1465464864579817,True +2017/10/07 02:00:00,3.702685420483077,True +2017/10/07 03:00:00,3.146485700809534,True +2017/10/07 04:00:00,5.693460927163202,True +2017/10/07 05:00:00,8.36077079607394,True +2017/10/07 06:00:00,11.026153188263065,True +2017/10/07 07:00:00,11.921488549141724,True +2017/10/07 08:00:00,13.85191089862434,True +2017/10/07 09:00:00,16.090397440566903,True +2017/10/07 10:00:00,17.43477449501149,True +2017/10/07 11:00:00,17.916444198951304,True +2017/10/07 12:00:00,17.327660826862978,True +2017/10/07 13:00:00,17.17372790228655,True +2017/10/07 14:00:00,16.337990542802977,True +2017/10/07 15:00:00,16.132927953140825,True +2017/10/07 16:00:00,16.643839448514104,True +2017/10/07 17:00:00,17.869811532347423,True +2017/10/07 18:00:00,17.7158090463476,True +2017/10/07 19:00:00,18.116961983735102,True +2017/10/07 20:00:00,17.316388902188624,True +2017/10/07 21:00:00,16.944953181997647,True +2017/10/07 22:00:00,13.359135971030737,True +2017/10/07 23:00:00,9.355136651125148,True +2017/10/08 00:00:00,5.418134443207296,True +2017/10/08 01:00:00,3.146558521268372,True +2017/10/08 02:00:00,3.700728760235449,True +2017/10/08 03:00:00,3.1450143900054846,True +2017/10/08 04:00:00,5.782156553129625,True +2017/10/08 05:00:00,9.075538426809869,True +2017/10/08 06:00:00,11.687439930369163,True +2017/10/08 07:00:00,11.44795990068444,True +2017/10/08 08:00:00,13.67882905883945,True +2017/10/08 09:00:00,13.716220694691062,True +2017/10/08 10:00:00,16.980027782234448,True +2017/10/08 11:00:00,17.92080953130743,True +2017/10/08 12:00:00,16.899962689765747,True +2017/10/08 13:00:00,16.905157954654587,True +2017/10/08 14:00:00,15.894573586072458,True +2017/10/08 15:00:00,15.658325732453541,True +2017/10/08 16:00:00,16.51122988913369,True +2017/10/08 17:00:00,16.99597302125983,True +2017/10/08 18:00:00,16.84084775685685,True +2017/10/08 19:00:00,17.084500472778462,True +2017/10/08 20:00:00,17.076130708452084,True +2017/10/08 21:00:00,16.063516217717485,True +2017/10/08 22:00:00,12.369589401463662,True +2017/10/08 23:00:00,8.91439294093173,True +2017/10/09 00:00:00,5.09578983026173,True +2017/10/09 01:00:00,3.215819979012867,True +2017/10/09 02:00:00,3.7759683454028283,True +2017/10/09 03:00:00,3.2202452069871534,True +2017/10/09 04:00:00,6.084512933644317,True +2017/10/09 05:00:00,8.49996114214977,True +2017/10/09 06:00:00,10.782497672875914,True +2017/10/09 07:00:00,13.895519490160758,True +2017/10/09 08:00:00,14.911805453065705,True +2017/10/09 09:00:00,16.211188307851824,True +2017/10/09 10:00:00,17.811470540773755,True +2017/10/09 11:00:00,18.52630123503898,True +2017/10/09 12:00:00,17.41531543833147,True +2017/10/09 13:00:00,17.34743983776496,True +2017/10/09 14:00:00,16.51345877997063,True +2017/10/09 15:00:00,16.16154761032599,True +2017/10/09 16:00:00,17.363723447537236,True +2017/10/09 17:00:00,17.569900910689796,True +2017/10/09 18:00:00,16.990594185245904,True +2017/10/09 19:00:00,17.403513443463854,True +2017/10/09 20:00:00,17.314181818073543,True +2017/10/09 21:00:00,17.04275111362189,True +2017/10/09 22:00:00,13.3598648515849,True +2017/10/09 23:00:00,9.51478634503251,True +2017/10/10 00:00:00,5.075729607360655,True +2017/10/10 01:00:00,3.2106488067035452,True +2017/10/10 02:00:00,3.764170003299766,True +2017/10/10 03:00:00,3.2113224361482056,True +2017/10/10 04:00:00,5.886169052125615,True +2017/10/10 05:00:00,8.49039260179641,True +2017/10/10 06:00:00,10.769463002360789,True +2017/10/10 07:00:00,14.606472381734202,True +2017/10/10 08:00:00,15.776445241964982,True +2017/10/10 09:00:00,15.546136677093475,True +2017/10/10 10:00:00,17.432320502265547,True +2017/10/10 11:00:00,18.407963790053042,True +2017/10/10 12:00:00,17.650655869585297,True +2017/10/10 13:00:00,17.66984513700507,True +2017/10/10 14:00:00,16.62111325179105,True +2017/10/10 15:00:00,16.301191750794132,True +2017/10/10 16:00:00,17.436331958775277,True +2017/10/10 17:00:00,17.615899322464024,True +2017/10/10 18:00:00,16.704755108563372,True +2017/10/10 19:00:00,16.96130865124948,True +2017/10/10 20:00:00,17.54490831502053,True +2017/10/10 21:00:00,16.802634564921252,True +2017/10/10 22:00:00,13.58207046674282,True +2017/10/10 23:00:00,9.955275090364804,True +2017/10/11 00:00:00,5.075440609075575,True +2017/10/11 01:00:00,3.209453843498184,True +2017/10/11 02:00:00,3.7647081302122842,True +2017/10/11 03:00:00,3.209829654664892,True +2017/10/11 04:00:00,5.920528758647673,True +2017/10/11 05:00:00,8.519139302220529,True +2017/10/11 06:00:00,10.788771637926775,True +2017/10/11 07:00:00,14.61582593261395,True +2017/10/11 08:00:00,15.5498982115599,True +2017/10/11 09:00:00,15.67382824242213,True +2017/10/11 10:00:00,17.595152082180498,True +2017/10/11 11:00:00,19.14785182782017,True +2017/10/11 12:00:00,18.927291883901756,True +2017/10/11 13:00:00,18.994283940305753,True +2017/10/11 14:00:00,18.066132652943075,True +2017/10/11 15:00:00,17.679361516888285,True +2017/10/11 16:00:00,18.74111874294033,True +2017/10/11 17:00:00,19.0304435615525,True +2017/10/11 18:00:00,17.922296231906166,True +2017/10/11 19:00:00,17.715664083151403,True +2017/10/11 20:00:00,17.37583324069882,True +2017/10/11 21:00:00,16.432408667225463,True +2017/10/11 22:00:00,12.908803168805825,True +2017/10/11 23:00:00,9.198643705834431,True +2017/10/12 00:00:00,5.093114437441657,True +2017/10/12 01:00:00,3.2107220677069264,True +2017/10/12 02:00:00,3.7644602824168523,True +2017/10/12 03:00:00,3.2108940290974908,True +2017/10/12 04:00:00,5.456378785168549,True +2017/10/12 05:00:00,8.554873797856848,True +2017/10/12 06:00:00,10.828696577202436,True +2017/10/12 07:00:00,13.467723301785771,True +2017/10/12 08:00:00,14.632674017901248,True +2017/10/12 09:00:00,15.818707738335146,True +2017/10/12 10:00:00,17.706581832601266,True +2017/10/12 11:00:00,18.808806198523435,True +2017/10/12 12:00:00,17.90742846786764,True +2017/10/12 13:00:00,17.74354056577091,True +2017/10/12 14:00:00,17.10065055169449,True +2017/10/12 15:00:00,16.603797455860846,True +2017/10/12 16:00:00,17.821761051115253,True +2017/10/12 17:00:00,17.9863158103265,True +2017/10/12 18:00:00,17.46822005861567,True +2017/10/12 19:00:00,17.604038224290637,True +2017/10/12 20:00:00,17.596051250678574,True +2017/10/12 21:00:00,16.557325159095267,True +2017/10/12 22:00:00,12.645923305118576,True +2017/10/12 23:00:00,8.64446355720545,True +2017/10/13 00:00:00,5.074624439751416,True +2017/10/13 01:00:00,3.209586366468033,True +2017/10/13 02:00:00,3.76498154283136,True +2017/10/13 03:00:00,3.210403827773524,True +2017/10/13 04:00:00,5.29289843564319,True +2017/10/13 05:00:00,8.53928527331825,True +2017/10/13 06:00:00,10.812265866374691,True +2017/10/13 07:00:00,14.528824098380696,True +2017/10/13 08:00:00,15.76867243024361,True +2017/10/13 09:00:00,16.72735802023557,True +2017/10/13 10:00:00,17.94907465784286,True +2017/10/13 11:00:00,18.39787726086356,True +2017/10/13 12:00:00,17.48807440952705,True +2017/10/13 13:00:00,17.415317362730864,True +2017/10/13 14:00:00,16.54956802086694,True +2017/10/13 15:00:00,16.16656212647755,True +2017/10/13 16:00:00,17.394065871647534,True +2017/10/13 17:00:00,17.749463811077657,True +2017/10/13 18:00:00,16.948006280093473,True +2017/10/13 19:00:00,17.313608599732497,True +2017/10/13 20:00:00,17.307578158002798,True +2017/10/13 21:00:00,17.05421304571555,True +2017/10/13 22:00:00,13.445553495957954,True +2017/10/13 23:00:00,9.536692318783563,True +2017/10/14 00:00:00,5.16330808596532,True +2017/10/14 01:00:00,3.147211547906635,True +2017/10/14 02:00:00,3.7014820609223116,True +2017/10/14 03:00:00,3.1465778249798486,True +2017/10/14 04:00:00,5.512378323068844,True +2017/10/14 05:00:00,8.380269692400514,True +2017/10/14 06:00:00,11.024969148674895,True +2017/10/14 07:00:00,13.03640072257014,True +2017/10/14 08:00:00,13.669469907761435,True +2017/10/14 09:00:00,15.973083754224852,True +2017/10/14 10:00:00,17.335870993302237,True +2017/10/14 11:00:00,17.859959052044072,True +2017/10/14 12:00:00,17.358746131335206,True +2017/10/14 13:00:00,17.12477863391336,True +2017/10/14 14:00:00,16.09086262374651,True +2017/10/14 15:00:00,15.963014155628027,True +2017/10/14 16:00:00,16.64112553898143,True +2017/10/14 17:00:00,17.806421218215686,True +2017/10/14 18:00:00,17.771894141524815,True +2017/10/14 19:00:00,18.17491577196768,True +2017/10/14 20:00:00,17.141903704966296,True +2017/10/14 21:00:00,16.809997157623197,True +2017/10/14 22:00:00,13.16427922073883,True +2017/10/14 23:00:00,9.313116364392524,True +2017/10/15 00:00:00,5.417858508655127,True +2017/10/15 01:00:00,3.1464247500876854,True +2017/10/15 02:00:00,3.7021567818121053,True +2017/10/15 03:00:00,3.146325755617476,True +2017/10/15 04:00:00,5.783312414668277,True +2017/10/15 05:00:00,9.151019648309836,True +2017/10/15 06:00:00,11.624282302291363,True +2017/10/15 07:00:00,12.562917784205164,True +2017/10/15 08:00:00,13.632516337136812,True +2017/10/15 09:00:00,13.740175353976209,True +2017/10/15 10:00:00,16.990204521359566,True +2017/10/15 11:00:00,17.833090200650023,True +2017/10/15 12:00:00,16.895138179629647,True +2017/10/15 13:00:00,16.936499660144186,True +2017/10/15 14:00:00,16.001703659020073,True +2017/10/15 15:00:00,15.876476391662068,True +2017/10/15 16:00:00,16.64282055943131,True +2017/10/15 17:00:00,17.02525951868641,True +2017/10/15 18:00:00,17.70792265677506,True +2017/10/15 19:00:00,17.102933485789706,True +2017/10/15 20:00:00,17.077142851942998,True +2017/10/15 21:00:00,16.068282677154112,True +2017/10/15 22:00:00,12.354122853481163,True +2017/10/15 23:00:00,8.941708608653304,True +2017/10/16 00:00:00,5.094202744882483,True +2017/10/16 01:00:00,3.2195356153038235,True +2017/10/16 02:00:00,3.7811364797083873,True +2017/10/16 03:00:00,3.2190598028043533,True +2017/10/16 04:00:00,6.060329654319857,True +2017/10/16 05:00:00,9.37114556573378,True +2017/10/16 06:00:00,11.419604384835436,True +2017/10/16 07:00:00,14.737524092273711,True +2017/10/16 08:00:00,14.794949889690981,True +2017/10/16 09:00:00,15.941708072685058,True +2017/10/16 10:00:00,17.682757348797338,True +2017/10/16 11:00:00,18.6715723595906,True +2017/10/16 12:00:00,17.882611195960127,True +2017/10/16 13:00:00,17.766614540189252,True +2017/10/16 14:00:00,16.773380602099184,True +2017/10/16 15:00:00,16.255788518029043,True +2017/10/16 16:00:00,17.49886647529537,True +2017/10/16 17:00:00,17.80519291947617,True +2017/10/16 18:00:00,18.070420262234062,True +2017/10/16 19:00:00,17.617277306864075,True +2017/10/16 20:00:00,17.570299101799474,True +2017/10/16 21:00:00,16.652945303651506,True +2017/10/16 22:00:00,13.001499155703433,True +2017/10/16 23:00:00,9.134745212988072,True +2017/10/17 00:00:00,5.0881128647571074,True +2017/10/17 01:00:00,3.2097368839615186,True +2017/10/17 02:00:00,3.765035012230912,True +2017/10/17 03:00:00,3.2091106968461953,True +2017/10/17 04:00:00,6.1124491521729745,True +2017/10/17 05:00:00,9.389566304998048,True +2017/10/17 06:00:00,11.438129024782512,True +2017/10/17 07:00:00,14.748676000379367,True +2017/10/17 08:00:00,14.822586677790062,True +2017/10/17 09:00:00,15.891487660115857,True +2017/10/17 10:00:00,17.586805211889292,True +2017/10/17 11:00:00,18.61385707140501,True +2017/10/17 12:00:00,17.678774087444097,True +2017/10/17 13:00:00,17.584983619789856,True +2017/10/17 14:00:00,16.677864067143968,True +2017/10/17 15:00:00,16.2438399355627,True +2017/10/17 16:00:00,17.454616492688174,True +2017/10/17 17:00:00,17.76857540145388,True +2017/10/17 18:00:00,17.99732687890312,True +2017/10/17 19:00:00,17.65017618371338,True +2017/10/17 20:00:00,17.624440385586723,True +2017/10/17 21:00:00,16.71681280678356,True +2017/10/17 22:00:00,12.990332670658043,True +2017/10/17 23:00:00,9.125025665564804,True +2017/10/18 00:00:00,5.079708699754334,True +2017/10/18 01:00:00,3.2119808872670634,True +2017/10/18 02:00:00,3.7646243083486226,True +2017/10/18 03:00:00,3.2097017574892543,True +2017/10/18 04:00:00,6.078948079574598,True +2017/10/18 05:00:00,9.280477639964245,True +2017/10/18 06:00:00,11.418896349141512,True +2017/10/18 07:00:00,14.729165454945967,True +2017/10/18 08:00:00,15.004924304150022,True +2017/10/18 09:00:00,16.138467584293444,True +2017/10/18 10:00:00,17.770012155345217,True +2017/10/18 11:00:00,18.594365739669946,True +2017/10/18 12:00:00,17.29857895379102,True +2017/10/18 13:00:00,17.269273364023203,True +2017/10/18 14:00:00,16.423869881996577,True +2017/10/18 15:00:00,16.185337337496513,True +2017/10/18 16:00:00,17.45871156857543,True +2017/10/18 17:00:00,17.874643668872913,True +2017/10/18 18:00:00,17.67868408058772,True +2017/10/18 19:00:00,17.316092637155826,True +2017/10/18 20:00:00,17.336268810323542,True +2017/10/18 21:00:00,17.124954514126753,True +2017/10/18 22:00:00,13.73479575172643,True +2017/10/18 23:00:00,9.698747387293876,True +2017/10/19 00:00:00,5.077101681797782,True +2017/10/19 01:00:00,3.2095346967086162,True +2017/10/19 02:00:00,3.764366359948667,True +2017/10/19 03:00:00,3.2110803361350433,True +2017/10/19 04:00:00,6.028769749825486,True +2017/10/19 05:00:00,8.488406228181915,True +2017/10/19 06:00:00,10.765693753205504,True +2017/10/19 07:00:00,15.341770538045619,True +2017/10/19 08:00:00,15.383025465432448,True +2017/10/19 09:00:00,16.32462262155836,True +2017/10/19 10:00:00,17.866653287471443,True +2017/10/19 11:00:00,18.656379506086925,True +2017/10/19 12:00:00,17.306813310375585,True +2017/10/19 13:00:00,17.250401376758862,True +2017/10/19 14:00:00,16.608497993104486,True +2017/10/19 15:00:00,16.24477543621213,True +2017/10/19 16:00:00,17.469235231878447,True +2017/10/19 17:00:00,18.058512608855715,True +2017/10/19 18:00:00,18.002313280602447,True +2017/10/19 19:00:00,17.645925818299894,True +2017/10/19 20:00:00,17.312501618477185,True +2017/10/19 21:00:00,17.165076775178438,True +2017/10/19 22:00:00,13.793962889052983,True +2017/10/19 23:00:00,9.67446442723074,True +2017/10/20 00:00:00,5.07781052227489,True +2017/10/20 01:00:00,3.2098103426141575,True +2017/10/20 02:00:00,3.764296088347504,True +2017/10/20 03:00:00,3.20979772748363,True +2017/10/20 04:00:00,6.030636753904048,True +2017/10/20 05:00:00,8.489348303836627,True +2017/10/20 06:00:00,10.784052322179017,True +2017/10/20 07:00:00,14.926773097873133,True +2017/10/20 08:00:00,15.234648101661005,True +2017/10/20 09:00:00,16.360214313788997,True +2017/10/20 10:00:00,17.902352943159734,True +2017/10/20 11:00:00,18.747648414318867,True +2017/10/20 12:00:00,17.42703839188553,True +2017/10/20 13:00:00,17.34998653184888,True +2017/10/20 14:00:00,16.54277420699126,True +2017/10/20 15:00:00,16.242954112223437,True +2017/10/20 16:00:00,17.485936567015326,True +2017/10/20 17:00:00,17.81929247211775,True +2017/10/20 18:00:00,17.7442924506665,True +2017/10/20 19:00:00,17.371595773212206,True +2017/10/20 20:00:00,17.381341221170015,True +2017/10/20 21:00:00,17.164086238486785,True +2017/10/20 22:00:00,13.41741219416882,True +2017/10/20 23:00:00,9.548810352987305,True +2017/10/21 00:00:00,5.166752076109746,True +2017/10/21 01:00:00,3.1467186845236528,True +2017/10/21 02:00:00,3.702594165357722,True +2017/10/21 03:00:00,3.148436485516244,True +2017/10/21 04:00:00,5.737403164767185,True +2017/10/21 05:00:00,8.352187759115132,True +2017/10/21 06:00:00,11.020183154610779,True +2017/10/21 07:00:00,13.334107157895822,True +2017/10/21 08:00:00,14.129366659437062,True +2017/10/21 09:00:00,16.18582477041522,True +2017/10/21 10:00:00,17.13614297240795,True +2017/10/21 11:00:00,17.71339967630354,True +2017/10/21 12:00:00,17.48518913723485,True +2017/10/21 13:00:00,17.416413012445513,True +2017/10/21 14:00:00,16.490088841324145,True +2017/10/21 15:00:00,16.32935305795972,True +2017/10/21 16:00:00,17.004563059829408,True +2017/10/21 17:00:00,17.86165103877661,True +2017/10/21 18:00:00,18.281303396654035,True +2017/10/21 19:00:00,17.544045747699084,True +2017/10/21 20:00:00,16.422871084537693,True +2017/10/21 21:00:00,16.500822675181308,True +2017/10/21 22:00:00,12.927811147830282,True +2017/10/21 23:00:00,9.241508263910331,True +2017/10/22 00:00:00,5.418535377686072,True +2017/10/22 01:00:00,3.146648829911105,True +2017/10/22 02:00:00,3.70108609959148,True +2017/10/22 03:00:00,3.1464092772632632,True +2017/10/22 04:00:00,5.098984307849803,True +2017/10/22 05:00:00,8.793516587863854,True +2017/10/22 06:00:00,11.38678626833479,True +2017/10/22 07:00:00,12.444732151241618,True +2017/10/22 08:00:00,13.608247718869716,True +2017/10/22 09:00:00,13.934975579401614,True +2017/10/22 10:00:00,17.59380795764407,True +2017/10/22 11:00:00,18.593033100746567,True +2017/10/22 12:00:00,18.159720039013887,True +2017/10/22 13:00:00,18.222863996654617,True +2017/10/22 14:00:00,17.174933910186603,True +2017/10/22 15:00:00,16.96439677666852,True +2017/10/22 16:00:00,17.621437134587488,True +2017/10/22 17:00:00,18.00385074532028,True +2017/10/22 18:00:00,18.180261463733615,True +2017/10/22 19:00:00,17.549659544760672,True +2017/10/22 20:00:00,17.375315653769142,True +2017/10/22 21:00:00,16.648301136690915,True +2017/10/22 22:00:00,12.953691163899407,True +2017/10/22 23:00:00,9.733458842627803,True +2017/10/23 00:00:00,5.244452434035774,True +2017/10/23 01:00:00,3.2092401521529093,True +2017/10/23 02:00:00,3.7635287801000885,True +2017/10/23 03:00:00,3.208567181646401,True +2017/10/23 04:00:00,5.279857438809068,True +2017/10/23 05:00:00,8.550447440037823,True +2017/10/23 06:00:00,10.824942578347295,True +2017/10/23 07:00:00,15.29587924915431,True +2017/10/23 08:00:00,15.659371525522063,True +2017/10/23 09:00:00,16.59901787347866,True +2017/10/23 10:00:00,17.91270390853059,True +2017/10/23 11:00:00,18.579114376448896,True +2017/10/23 12:00:00,17.968656510025124,True +2017/10/23 13:00:00,17.78094469867387,True +2017/10/23 14:00:00,16.691700494303728,True +2017/10/23 15:00:00,16.13674525606531,True +2017/10/23 16:00:00,17.441621076775657,True +2017/10/23 17:00:00,17.905054590234247,True +2017/10/23 18:00:00,18.104247114195832,True +2017/10/23 19:00:00,17.708388046011702,True +2017/10/23 20:00:00,17.67273085148328,True +2017/10/23 21:00:00,16.786573039475613,True +2017/10/23 22:00:00,12.995354280442172,True +2017/10/23 23:00:00,9.123762345986055,True +2017/10/24 00:00:00,5.079627675308171,True +2017/10/24 01:00:00,3.2098727155873963,True +2017/10/24 02:00:00,3.7644832403188384,True +2017/10/24 03:00:00,3.213011287427505,True +2017/10/24 04:00:00,6.063493804189113,True +2017/10/24 05:00:00,9.288779545294512,True +2017/10/24 06:00:00,11.45904948380753,True +2017/10/24 07:00:00,14.707423851757152,True +2017/10/24 08:00:00,14.847609780405445,True +2017/10/24 09:00:00,15.897395441729078,True +2017/10/24 10:00:00,17.55725946730937,True +2017/10/24 11:00:00,18.548815064666837,True +2017/10/24 12:00:00,17.762356882211,True +2017/10/24 13:00:00,17.699544993420087,True +2017/10/24 14:00:00,16.78347067303143,True +2017/10/24 15:00:00,16.287692768399047,True +2017/10/24 16:00:00,17.602867928704736,True +2017/10/24 17:00:00,17.919401152054455,True +2017/10/24 18:00:00,18.161795088050216,True +2017/10/24 19:00:00,17.711208191153297,True +2017/10/24 20:00:00,17.749935404118315,True +2017/10/24 21:00:00,16.818587795773325,True +2017/10/24 22:00:00,13.018266567515157,True +2017/10/24 23:00:00,9.122833823218768,True +2017/10/25 00:00:00,5.078141819809396,True +2017/10/25 01:00:00,3.210519465945349,True +2017/10/25 02:00:00,3.764385423475204,True +2017/10/25 03:00:00,3.2103097724017537,True +2017/10/25 04:00:00,6.078378345908457,True +2017/10/25 05:00:00,8.48802036235901,True +2017/10/25 06:00:00,10.764450527186844,True +2017/10/25 07:00:00,14.955404240546791,True +2017/10/25 08:00:00,15.21930306027201,True +2017/10/25 09:00:00,16.359848065936625,True +2017/10/25 10:00:00,17.76085237109443,True +2017/10/25 11:00:00,18.338765304128184,True +2017/10/25 12:00:00,17.447660705432906,True +2017/10/25 13:00:00,16.895452919117822,True +2017/10/25 14:00:00,16.355442685290836,True +2017/10/25 15:00:00,16.208507641190522,True +2017/10/25 16:00:00,17.370182087359197,True +2017/10/25 17:00:00,17.992497481939722,True +2017/10/25 18:00:00,18.037509004041098,True +2017/10/25 19:00:00,17.444051648732067,True +2017/10/25 20:00:00,16.966549370121303,True +2017/10/25 21:00:00,16.849513034676583,True +2017/10/25 22:00:00,13.710693420601684,True +2017/10/25 23:00:00,10.055451021814402,True +2017/10/26 00:00:00,5.079655062016899,True +2017/10/26 01:00:00,3.2118924359211007,True +2017/10/26 02:00:00,3.7646830475056823,True +2017/10/26 03:00:00,3.2092968218019955,True +2017/10/26 04:00:00,5.898721457058556,True +2017/10/26 05:00:00,8.5362646959369,True +2017/10/26 06:00:00,10.802194850665378,True +2017/10/26 07:00:00,14.771687402015663,True +2017/10/26 08:00:00,15.062260928869215,True +2017/10/26 09:00:00,16.01332745632547,True +2017/10/26 10:00:00,17.829464228018164,True +2017/10/26 11:00:00,18.780470355249033,True +2017/10/26 12:00:00,17.40114613913957,True +2017/10/26 13:00:00,17.308035277717252,True +2017/10/26 14:00:00,16.782080613327178,True +2017/10/26 15:00:00,16.394248409190514,True +2017/10/26 16:00:00,17.48944262674674,True +2017/10/26 17:00:00,18.003880670093668,True +2017/10/26 18:00:00,18.211382712530426,True +2017/10/26 19:00:00,17.564382595673226,True +2017/10/26 20:00:00,17.767323841602394,True +2017/10/26 21:00:00,17.10767700816674,True +2017/10/26 22:00:00,13.309103980622115,True +2017/10/26 23:00:00,9.291113287731068,True +2017/10/27 00:00:00,5.074944438324374,True +2017/10/27 01:00:00,3.21034272907067,True +2017/10/27 02:00:00,3.7645630048903445,True +2017/10/27 03:00:00,3.2090764377322194,True +2017/10/27 04:00:00,6.031910039977946,True +2017/10/27 05:00:00,8.49449978609414,True +2017/10/27 06:00:00,10.775224754032994,True +2017/10/27 07:00:00,14.892784576336513,True +2017/10/27 08:00:00,15.117457667986308,True +2017/10/27 09:00:00,16.1465031642267,True +2017/10/27 10:00:00,17.881236749082536,True +2017/10/27 11:00:00,18.715110968878786,True +2017/10/27 12:00:00,17.319269306604216,True +2017/10/27 13:00:00,17.226025083550454,True +2017/10/27 14:00:00,16.49359629411911,True +2017/10/27 15:00:00,16.122547874262185,True +2017/10/27 16:00:00,17.344894266745563,True +2017/10/27 17:00:00,17.69857850325258,True +2017/10/27 18:00:00,17.770983287696055,True +2017/10/27 19:00:00,17.421242464338388,True +2017/10/27 20:00:00,17.35684609230949,True +2017/10/27 21:00:00,17.06452944030297,True +2017/10/27 22:00:00,13.685456383423732,True +2017/10/27 23:00:00,9.747366723299583,True +2017/10/28 00:00:00,5.163988747612591,True +2017/10/28 01:00:00,3.145972305206158,True +2017/10/28 02:00:00,3.7022416354445973,True +2017/10/28 03:00:00,3.14860436212909,True +2017/10/28 04:00:00,5.646158464303866,True +2017/10/28 05:00:00,8.350104539119535,True +2017/10/28 06:00:00,11.019966054451753,True +2017/10/28 07:00:00,13.357837845672861,True +2017/10/28 08:00:00,14.085679620371193,True +2017/10/28 09:00:00,16.236809253431446,True +2017/10/28 10:00:00,17.608166896765887,True +2017/10/28 11:00:00,17.828861791284986,True +2017/10/28 12:00:00,17.28645513915217,True +2017/10/28 13:00:00,17.101942745696885,True +2017/10/28 14:00:00,16.193100071599243,True +2017/10/28 15:00:00,16.046964644821234,True +2017/10/28 16:00:00,16.696339804758942,True +2017/10/28 17:00:00,17.899645415428186,True +2017/10/28 18:00:00,18.495916015433238,True +2017/10/28 19:00:00,17.61118324552841,True +2017/10/28 20:00:00,17.297839159658974,True +2017/10/28 21:00:00,16.866778118398557,True +2017/10/28 22:00:00,13.25910261918605,True +2017/10/28 23:00:00,9.312298299956577,True +2017/10/29 00:00:00,5.41557416554862,True +2017/10/29 01:00:00,3.146415398443571,True +2017/10/29 02:00:00,3.703410810030823,True +2017/10/29 03:00:00,3.1459400107436615,True +2017/10/29 04:00:00,5.764333678092899,True +2017/10/29 05:00:00,9.082988605866026,True +2017/10/29 06:00:00,11.71601290287823,True +2017/10/29 07:00:00,12.62192807737781,True +2017/10/29 08:00:00,13.800556722430295,True +2017/10/29 09:00:00,13.733329732051342,True +2017/10/29 10:00:00,16.945538663194405,True +2017/10/29 11:00:00,17.931886182943842,True +2017/10/29 12:00:00,17.081497030453964,True +2017/10/29 13:00:00,17.164596830225058,True +2017/10/29 14:00:00,15.984364197822911,True +2017/10/29 15:00:00,15.747839017921386,True +2017/10/29 16:00:00,16.66666163744859,True +2017/10/29 17:00:00,17.123148173285642,True +2017/10/29 18:00:00,17.63217161793237,True +2017/10/29 19:00:00,17.056336638577086,True +2017/10/29 20:00:00,16.9964909197491,True +2017/10/29 21:00:00,16.026305015886397,True +2017/10/29 22:00:00,12.365178146048018,True +2017/10/29 23:00:00,8.93814403558914,True +2017/10/30 00:00:00,5.100902765766126,True +2017/10/30 01:00:00,3.2188609387226017,True +2017/10/30 02:00:00,3.7826418517994855,True +2017/10/30 03:00:00,3.223567400748528,True +2017/10/30 04:00:00,6.08065649299905,True +2017/10/30 05:00:00,9.28150498031718,True +2017/10/30 06:00:00,11.514470238289695,True +2017/10/30 07:00:00,14.742190911923483,True +2017/10/30 08:00:00,14.85224578300676,True +2017/10/30 09:00:00,15.899463716921524,True +2017/10/30 10:00:00,17.824481814010444,True +2017/10/30 11:00:00,18.69785713713395,True +2017/10/30 12:00:00,17.430788638537056,True +2017/10/30 13:00:00,17.353969095494836,True +2017/10/30 14:00:00,16.10829911082262,True +2017/10/30 15:00:00,15.841657445553567,True +2017/10/30 16:00:00,17.111491626387366,True +2017/10/30 17:00:00,17.234590077656485,True +2017/10/30 18:00:00,17.72666138478852,True +2017/10/30 19:00:00,17.32718462221095,True +2017/10/30 20:00:00,17.266011609931915,True +2017/10/30 21:00:00,16.988771624984135,True +2017/10/30 22:00:00,13.616946332774686,True +2017/10/30 23:00:00,9.735066608952092,True +2017/10/31 00:00:00,5.0836933582447,True +2017/10/31 01:00:00,3.210430079572193,True +2017/10/31 02:00:00,3.765391225368071,True +2017/10/31 03:00:00,3.208872312225812,True +2017/10/31 04:00:00,6.020933314177376,True +2017/10/31 05:00:00,8.497740588739683,True +2017/10/31 06:00:00,10.776787813514742,True +2017/10/31 07:00:00,15.200831149687103,True +2017/10/31 08:00:00,15.440846980475378,True +2017/10/31 09:00:00,16.453961360207114,True +2017/10/31 10:00:00,17.436258609169748,True +2017/10/31 11:00:00,18.071968394023983,True +2017/10/31 12:00:00,17.208492668445743,True +2017/10/31 13:00:00,17.041252027351945,True +2017/10/31 14:00:00,16.178269790300927,True +2017/10/31 15:00:00,15.65997217504015,True +2017/10/31 16:00:00,16.970374188892848,True +2017/10/31 17:00:00,17.835777849885016,True +2017/10/31 18:00:00,17.84743386440062,True +2017/10/31 19:00:00,17.489639105557906,True +2017/10/31 20:00:00,17.30170551616292,True +2017/10/31 21:00:00,16.965341625701114,True +2017/10/31 22:00:00,13.24498204658244,True +2017/10/31 23:00:00,9.327670377528325,True +2017/11/01 00:00:00,5.073963922199918,True +2017/11/01 01:00:00,3.208831688079286,True +2017/11/01 02:00:00,3.763678928548361,True +2017/11/01 03:00:00,3.2100999775940524,True +2017/11/01 04:00:00,6.039807799902586,True +2017/11/01 05:00:00,8.53119375498381,True +2017/11/01 06:00:00,10.782390715734685,True +2017/11/01 07:00:00,14.878512799145529,True +2017/11/01 08:00:00,15.065587617815446,True +2017/11/01 09:00:00,16.082900230948397,True +2017/11/01 10:00:00,17.853572175590227,True +2017/11/01 11:00:00,18.70274482279183,True +2017/11/01 12:00:00,17.368354156758684,True +2017/11/01 13:00:00,17.29503496516247,True +2017/11/01 14:00:00,16.57318175236799,True +2017/11/01 15:00:00,16.224072439884694,True +2017/11/01 16:00:00,17.440992724501307,True +2017/11/01 17:00:00,18.020421036193873,True +2017/11/01 18:00:00,18.087013584694386,True +2017/11/01 19:00:00,17.840711526621508,True +2017/11/01 20:00:00,17.897477190436504,True +2017/11/01 21:00:00,16.826557514763316,True +2017/11/01 22:00:00,13.039331510306845,True +2017/11/01 23:00:00,9.12236454166586,True +2017/11/02 00:00:00,5.078683445659779,True +2017/11/02 01:00:00,3.2097300515394926,True +2017/11/02 02:00:00,3.7649966732557636,True +2017/11/02 03:00:00,3.209262864640109,True +2017/11/02 04:00:00,6.026568126478175,True +2017/11/02 05:00:00,8.484358267243437,True +2017/11/02 06:00:00,10.795313243113405,True +2017/11/02 07:00:00,14.85293585630411,True +2017/11/02 08:00:00,15.118655898592689,True +2017/11/02 09:00:00,16.201768681436594,True +2017/11/02 10:00:00,17.684225221095105,True +2017/11/02 11:00:00,18.61613097116726,True +2017/11/02 12:00:00,17.808794954811578,True +2017/11/02 13:00:00,17.65623388736362,True +2017/11/02 14:00:00,16.73953949227245,True +2017/11/02 15:00:00,16.17048587118309,True +2017/11/02 16:00:00,17.54460875013307,True +2017/11/02 17:00:00,18.01553211151311,True +2017/11/02 18:00:00,18.085901379574718,True +2017/11/02 19:00:00,17.705769294115647,True +2017/11/02 20:00:00,17.683659243373317,True +2017/11/02 21:00:00,16.79666738901767,True +2017/11/02 22:00:00,13.00866369857586,True +2017/11/02 23:00:00,9.12105519597633,True +2017/11/03 00:00:00,5.071459474101926,True +2017/11/03 01:00:00,3.2113930549014227,True +2017/11/03 02:00:00,3.76395478088163,True +2017/11/03 03:00:00,3.2100413355824156,True +2017/11/03 04:00:00,6.120731217781615,True +2017/11/03 05:00:00,9.378734694837409,True +2017/11/03 06:00:00,11.450342404113776,True +2017/11/03 07:00:00,14.71411061373487,True +2017/11/03 08:00:00,14.877237125045095,True +2017/11/03 09:00:00,15.974560400349569,True +2017/11/03 10:00:00,17.621362368578833,True +2017/11/03 11:00:00,18.67189933252112,True +2017/11/03 12:00:00,17.477401352862554,True +2017/11/03 13:00:00,17.42732981079712,True +2017/11/03 14:00:00,16.66919839922455,True +2017/11/03 15:00:00,16.238868612936745,True +2017/11/03 16:00:00,17.42549498790865,True +2017/11/03 17:00:00,17.817048790013427,True +2017/11/03 18:00:00,18.153146344274464,True +2017/11/03 19:00:00,17.7139083750946,True +2017/11/03 20:00:00,17.773747641276394,True +2017/11/03 21:00:00,16.885500142321344,True +2017/11/03 22:00:00,13.155546792515532,True +2017/11/03 23:00:00,9.167222586065272,True +2017/11/04 00:00:00,5.164902004374013,True +2017/11/04 01:00:00,3.1468860023291993,True +2017/11/04 02:00:00,3.701744362741062,True +2017/11/04 03:00:00,3.1468651119803646,True +2017/11/04 04:00:00,5.775904349751449,True +2017/11/04 05:00:00,8.342182194829425,True +2017/11/04 06:00:00,11.007288571528397,True +2017/11/04 07:00:00,13.268117414969623,True +2017/11/04 08:00:00,14.033788498153045,True +2017/11/04 09:00:00,15.978670118181098,True +2017/11/04 10:00:00,16.8928701243294,True +2017/11/04 11:00:00,17.301544373580125,True +2017/11/04 12:00:00,16.947226539426456,True +2017/11/04 13:00:00,16.82817218949122,True +2017/11/04 14:00:00,16.150870247810005,True +2017/11/04 15:00:00,16.115773538088,True +2017/11/04 16:00:00,16.866823057397713,True +2017/11/04 17:00:00,17.81162733064519,True +2017/11/04 18:00:00,18.002973050870057,True +2017/11/04 19:00:00,17.690677756695763,True +2017/11/04 20:00:00,16.51185549822195,True +2017/11/04 21:00:00,16.149205293778294,True +2017/11/04 22:00:00,12.763015442480711,True +2017/11/04 23:00:00,9.219321239342372,True +2017/11/05 00:00:00,5.415756385616527,True +2017/11/05 01:00:00,3.1448285827635347,True +2017/11/05 02:00:00,3.7005828559263048,True +2017/11/05 03:00:00,3.1446870441731383,True +2017/11/05 04:00:00,5.372825250349689,True +2017/11/05 05:00:00,8.847071197817487,True +2017/11/05 06:00:00,11.507500258875794,True +2017/11/05 07:00:00,13.088340898566445,True +2017/11/05 08:00:00,14.207976052344607,True +2017/11/05 09:00:00,14.148689951848711,True +2017/11/05 10:00:00,17.1877819859303,True +2017/11/05 11:00:00,18.128461070122604,True +2017/11/05 12:00:00,17.345466178514734,True +2017/11/05 13:00:00,17.341628092608474,True +2017/11/05 14:00:00,16.42882026368586,True +2017/11/05 15:00:00,16.027448715320855,True +2017/11/05 16:00:00,16.70992657919593,True +2017/11/05 17:00:00,17.170548668404734,True +2017/11/05 18:00:00,17.454911978390665,True +2017/11/05 19:00:00,16.91097145304156,True +2017/11/05 20:00:00,16.843284747163576,True +2017/11/05 21:00:00,16.491697501895114,True +2017/11/05 22:00:00,13.013391501768803,True +2017/11/05 23:00:00,9.559107301766804,True +2017/11/06 00:00:00,5.0829304272023865,True +2017/11/06 01:00:00,5.075514278318275,True +2017/11/06 02:00:00,3.2084955634083956,True +2017/11/06 03:00:00,3.764582285074068,True +2017/11/06 04:00:00,3.209091294037409,True +2017/11/06 05:00:00,6.040332854998414,True +2017/11/06 06:00:00,8.5178327265317,True +2017/11/06 07:00:00,10.790771934727367,True +2017/11/06 08:00:00,14.120179362961249,True +2017/11/06 09:00:00,15.115048198581182,True +2017/11/06 10:00:00,16.189066627293474,True +2017/11/06 11:00:00,17.820036148132257,True +2017/11/06 12:00:00,18.579228840381006,True +2017/11/06 13:00:00,17.546159176955214,True +2017/11/06 14:00:00,17.677632847763025,True +2017/11/06 15:00:00,16.654987982060234,True +2017/11/06 16:00:00,16.278447905198217,True +2017/11/06 17:00:00,17.699836880144748,True +2017/11/06 18:00:00,18.744049687605035,True +2017/11/06 19:00:00,18.12343624566487,True +2017/11/06 20:00:00,17.75837676728613,True +2017/11/06 21:00:00,17.707060086069227,True +2017/11/06 22:00:00,16.823890840756665,True +2017/11/06 23:00:00,12.996130162701409,True +2017/11/07 00:00:00,9.11879325399526,True +2017/11/07 01:00:00,5.077251189511819,True +2017/11/07 02:00:00,3.209491120850059,True +2017/11/07 03:00:00,3.7639765394759457,True +2017/11/07 04:00:00,3.2094174912124043,True +2017/11/07 05:00:00,6.084389708319106,True +2017/11/07 06:00:00,9.279760770107302,True +2017/11/07 07:00:00,11.47236890204866,True +2017/11/07 08:00:00,13.724103499738948,True +2017/11/07 09:00:00,14.831629938382033,True +2017/11/07 10:00:00,15.946691426735024,True +2017/11/07 11:00:00,17.581048065462042,True +2017/11/07 12:00:00,18.53884500228808,True +2017/11/07 13:00:00,17.711680249747793,True +2017/11/07 14:00:00,17.592856578095876,True +2017/11/07 15:00:00,16.60532185871218,True +2017/11/07 16:00:00,16.168495975286685,True +2017/11/07 17:00:00,17.688887227540278,True +2017/11/07 18:00:00,18.750255740928473,True +2017/11/07 19:00:00,18.10320017202179,True +2017/11/07 20:00:00,17.72730236056313,True +2017/11/07 21:00:00,17.72547817121898,True +2017/11/07 22:00:00,16.800704056604015,True +2017/11/07 23:00:00,13.078408795690292,True +2017/11/08 00:00:00,9.134326035891405,True +2017/11/08 01:00:00,5.075397744222661,True +2017/11/08 02:00:00,3.210072840190454,True +2017/11/08 03:00:00,3.7635728305201184,True +2017/11/08 04:00:00,3.210347023595061,True +2017/11/08 05:00:00,6.072104754564498,True +2017/11/08 06:00:00,8.486141630641255,True +2017/11/08 07:00:00,10.76084134581385,True +2017/11/08 08:00:00,13.980428944256849,True +2017/11/08 09:00:00,15.091006150442642,True +2017/11/08 10:00:00,16.089451250960135,True +2017/11/08 11:00:00,17.69650083390652,True +2017/11/08 12:00:00,18.67968465053853,True +2017/11/08 13:00:00,17.933924776301367,True +2017/11/08 14:00:00,17.834768320906143,True +2017/11/08 15:00:00,16.792682479520018,True +2017/11/08 16:00:00,16.259736957691622,True +2017/11/08 17:00:00,17.777948620821775,True +2017/11/08 18:00:00,18.86564147722196,True +2017/11/08 19:00:00,18.27299351080182,True +2017/11/08 20:00:00,17.912361007167664,True +2017/11/08 21:00:00,17.852218284653688,True +2017/11/08 22:00:00,16.942213249446393,True +2017/11/08 23:00:00,13.143761273237486,True +2017/11/09 00:00:00,9.157006230193398,True +2017/11/09 01:00:00,5.074116463389591,True +2017/11/09 02:00:00,3.210208743366421,True +2017/11/09 03:00:00,3.7634839868677714,True +2017/11/09 04:00:00,3.2089011541580104,True +2017/11/09 05:00:00,6.0978508835044964,True +2017/11/09 06:00:00,8.48653610367367,True +2017/11/09 07:00:00,10.759252894773423,True +2017/11/09 08:00:00,13.975895432080879,True +2017/11/09 09:00:00,15.054065247281695,True +2017/11/09 10:00:00,16.092244991841564,True +2017/11/09 11:00:00,17.74592106487085,True +2017/11/09 12:00:00,18.560982872242985,True +2017/11/09 13:00:00,17.467571598291595,True +2017/11/09 14:00:00,17.4099673812471,True +2017/11/09 15:00:00,16.868025539764833,True +2017/11/09 16:00:00,16.353614900728427,True +2017/11/09 17:00:00,17.76024482036472,True +2017/11/09 18:00:00,18.667504104887247,True +2017/11/09 19:00:00,18.222116723794322,True +2017/11/09 20:00:00,17.827275495035497,True +2017/11/09 21:00:00,17.83391512921177,True +2017/11/09 22:00:00,16.977568365083794,True +2017/11/09 23:00:00,13.295892674402573,True +2017/11/10 00:00:00,9.355575479566248,True +2017/11/10 01:00:00,5.071969252823539,True +2017/11/10 02:00:00,3.2092926608762578,True +2017/11/10 03:00:00,3.764641203515241,True +2017/11/10 04:00:00,3.208577774286781,True +2017/11/10 05:00:00,6.0597141357379005,True +2017/11/10 06:00:00,8.47984092644775,True +2017/11/10 07:00:00,10.749930094511411,True +2017/11/10 08:00:00,13.49934993705272,True +2017/11/10 09:00:00,14.597609248374644,True +2017/11/10 10:00:00,15.61500814902379,True +2017/11/10 11:00:00,17.47349765545904,True +2017/11/10 12:00:00,18.337126016454736,True +2017/11/10 13:00:00,17.321435780321288,True +2017/11/10 14:00:00,17.22148723478967,True +2017/11/10 15:00:00,16.584797594189215,True +2017/11/10 16:00:00,16.339963549104695,True +2017/11/10 17:00:00,17.621303938610666,True +2017/11/10 18:00:00,18.66243308439978,True +2017/11/10 19:00:00,18.073952976416713,True +2017/11/10 20:00:00,17.708892504854,True +2017/11/10 21:00:00,17.93316977821276,True +2017/11/10 22:00:00,17.077747304440024,True +2017/11/10 23:00:00,13.306474401476676,True +2017/11/11 00:00:00,9.1743703437742,True +2017/11/11 01:00:00,5.165706707475941,True +2017/11/11 02:00:00,3.1466342468625714,True +2017/11/11 03:00:00,3.701087994610229,True +2017/11/11 04:00:00,3.1456577758533473,True +2017/11/11 05:00:00,5.737766397883703,True +2017/11/11 06:00:00,8.341031575505328,True +2017/11/11 07:00:00,11.027114574625964,True +2017/11/11 08:00:00,11.731244818054147,True +2017/11/11 09:00:00,13.353039544524808,True +2017/11/11 10:00:00,15.825075819132271,True +2017/11/11 11:00:00,17.226298104986032,True +2017/11/11 12:00:00,17.81933678649953,True +2017/11/11 13:00:00,17.24027325288841,True +2017/11/11 14:00:00,17.020360880837657,True +2017/11/11 15:00:00,16.05633926939797,True +2017/11/11 16:00:00,15.952162853794224,True +2017/11/11 17:00:00,16.788058970768457,True +2017/11/11 18:00:00,18.65981112800001,True +2017/11/11 19:00:00,18.3654037169858,True +2017/11/11 20:00:00,18.067967604107523,True +2017/11/11 21:00:00,17.038289213080873,True +2017/11/11 22:00:00,16.716024742763242,True +2017/11/11 23:00:00,13.102246318167085,True +2017/11/12 00:00:00,9.332237382046108,True +2017/11/12 01:00:00,5.424235682177062,True +2017/11/12 02:00:00,3.162066983255062,True +2017/11/12 03:00:00,3.7146524636649874,True +2017/11/12 04:00:00,3.161061656807266,True +2017/11/12 05:00:00,5.774174367535008,True +2017/11/12 06:00:00,9.253265765228463,True +2017/11/12 07:00:00,11.658745344427778,True +2017/11/12 08:00:00,11.49482259790547,True +2017/11/12 09:00:00,13.711619006162929,True +2017/11/12 10:00:00,13.681679459124256,True +2017/11/12 11:00:00,16.89940823764469,True +2017/11/12 12:00:00,17.9324922540761,True +2017/11/12 13:00:00,17.011722441933486,True +2017/11/12 14:00:00,17.145164577150844,True +2017/11/12 15:00:00,16.144935264098436,True +2017/11/12 16:00:00,15.955407764388028,True +2017/11/12 17:00:00,16.80980823730345,True +2017/11/12 18:00:00,18.069862226506466,True +2017/11/12 19:00:00,17.72977869738441,True +2017/11/12 20:00:00,17.348930087024844,True +2017/11/12 21:00:00,17.33264728686731,True +2017/11/12 22:00:00,16.381057387177698,True +2017/11/12 23:00:00,12.666320863304508,True +2017/11/13 00:00:00,9.12299877281845,True +2017/11/13 01:00:00,5.088485613323577,True +2017/11/13 02:00:00,3.2094394783063684,True +2017/11/13 03:00:00,3.7751619312310227,True +2017/11/13 04:00:00,3.223327024661352,True +2017/11/13 05:00:00,6.089211533409356,True +2017/11/13 06:00:00,8.497123064712119,True +2017/11/13 07:00:00,10.768518371688165,True +2017/11/13 08:00:00,14.084399511067636,True +2017/11/13 09:00:00,15.483627220150746,True +2017/11/13 10:00:00,16.415349806246166,True +2017/11/13 11:00:00,17.97951091777586,True +2017/11/13 12:00:00,18.796515677191266,True +2017/11/13 13:00:00,17.62406519386133,True +2017/11/13 14:00:00,17.452331318299944,True +2017/11/13 15:00:00,16.846147244525362,True +2017/11/13 16:00:00,16.500095950416117,True +2017/11/13 17:00:00,17.831942593658113,True +2017/11/13 18:00:00,18.84661714662704,True +2017/11/13 19:00:00,18.194932399503184,True +2017/11/13 20:00:00,17.84567633049121,True +2017/11/13 21:00:00,17.935450492276512,True +2017/11/13 22:00:00,17.114434894109824,True +2017/11/13 23:00:00,13.256109748178373,True +2017/11/14 00:00:00,9.345685973989196,True +2017/11/14 01:00:00,5.074295587084433,True +2017/11/14 02:00:00,3.208565966149271,True +2017/11/14 03:00:00,3.7647723672117595,True +2017/11/14 04:00:00,3.2111558617253486,True +2017/11/14 05:00:00,6.094987726569665,True +2017/11/14 06:00:00,8.484583876182386,True +2017/11/14 07:00:00,10.770798369077987,True +2017/11/14 08:00:00,14.054364540082068,True +2017/11/14 09:00:00,15.459790988774516,True +2017/11/14 10:00:00,16.51233950826748,True +2017/11/14 11:00:00,17.81725782796006,True +2017/11/14 12:00:00,18.758150765870532,True +2017/11/14 13:00:00,17.33976049019301,True +2017/11/14 14:00:00,17.25474728557079,True +2017/11/14 15:00:00,16.58045637242526,True +2017/11/14 16:00:00,16.27956741261018,True +2017/11/14 17:00:00,17.62632806923499,True +2017/11/14 18:00:00,18.75934787112707,True +2017/11/14 19:00:00,18.042434381159126,True +2017/11/14 20:00:00,17.74170168215414,True +2017/11/14 21:00:00,17.73201619494937,True +2017/11/14 22:00:00,16.78464789065932,True +2017/11/14 23:00:00,13.050543710039323,True +2017/11/15 00:00:00,9.115507222777744,True +2017/11/15 01:00:00,5.078232502112454,True +2017/11/15 02:00:00,3.2094035965421486,True +2017/11/15 03:00:00,3.766445219567999,True +2017/11/15 04:00:00,3.209493877189431,True +2017/11/15 05:00:00,6.065577347092248,True +2017/11/15 06:00:00,9.385965233248479,True +2017/11/15 07:00:00,11.461326578625165,True +2017/11/15 08:00:00,13.65936648002477,True +2017/11/15 09:00:00,14.792043711550503,True +2017/11/15 10:00:00,15.940852892051337,True +2017/11/15 11:00:00,17.678460569578565,True +2017/11/15 12:00:00,18.574508506986,True +2017/11/15 13:00:00,17.301078544578218,True +2017/11/15 14:00:00,17.286640533779565,True +2017/11/15 15:00:00,16.483565818687623,True +2017/11/15 16:00:00,16.20406423940861,True +2017/11/15 17:00:00,17.544329722514068,True +2017/11/15 18:00:00,18.656759319261635,True +2017/11/15 19:00:00,18.025648078546418,True +2017/11/15 20:00:00,17.684989845398366,True +2017/11/15 21:00:00,17.855068071181684,True +2017/11/15 22:00:00,16.99620231154452,True +2017/11/15 23:00:00,13.758084970912861,True +2017/11/16 00:00:00,9.780204885505245,True +2017/11/16 01:00:00,5.075327029263396,True +2017/11/16 02:00:00,3.209009742209767,True +2017/11/16 03:00:00,3.764654004492303,True +2017/11/16 04:00:00,3.2098371442511207,True +2017/11/16 05:00:00,6.056050812789184,True +2017/11/16 06:00:00,8.483257634615569,True +2017/11/16 07:00:00,10.767302890670887,True +2017/11/16 08:00:00,14.17799303951361,True +2017/11/16 09:00:00,14.560250884532266,True +2017/11/16 10:00:00,15.713316729673299,True +2017/11/16 11:00:00,17.53060706138053,True +2017/11/16 12:00:00,18.636460144218287,True +2017/11/16 13:00:00,18.04620864282768,True +2017/11/16 14:00:00,17.64159835658974,True +2017/11/16 15:00:00,16.644546476684997,True +2017/11/16 16:00:00,16.310450277712313,True +2017/11/16 17:00:00,17.924908962733646,True +2017/11/16 18:00:00,19.08448147795246,True +2017/11/16 19:00:00,17.797109143786585,True +2017/11/16 20:00:00,17.31339994303145,True +2017/11/16 21:00:00,17.26149890101897,True +2017/11/16 22:00:00,17.026097380146087,True +2017/11/16 23:00:00,13.297847871921292,True +2017/11/17 00:00:00,9.423851958024802,True +2017/11/17 01:00:00,5.070528449764001,True +2017/11/17 02:00:00,3.211033008327039,True +2017/11/17 03:00:00,3.7633696611418266,True +2017/11/17 04:00:00,3.2096336011153754,True +2017/11/17 05:00:00,6.033668100340381,True +2017/11/17 06:00:00,8.528716652521046,True +2017/11/17 07:00:00,10.788630190569426,True +2017/11/17 08:00:00,13.890168695137737,True +2017/11/17 09:00:00,15.058952834701246,True +2017/11/17 10:00:00,15.98995057465627,True +2017/11/17 11:00:00,17.5742658340774,True +2017/11/17 12:00:00,18.569241992971175,True +2017/11/17 13:00:00,17.774541832926193,True +2017/11/17 14:00:00,17.614485317976282,True +2017/11/17 15:00:00,16.645879095558332,True +2017/11/17 16:00:00,16.228888232060733,True +2017/11/17 17:00:00,17.68923079255678,True +2017/11/17 18:00:00,18.73378112271398,True +2017/11/17 19:00:00,18.101828137221876,True +2017/11/17 20:00:00,17.77800118739619,True +2017/11/17 21:00:00,17.771370442499375,True +2017/11/17 22:00:00,16.889882827154917,True +2017/11/17 23:00:00,13.058322814286425,True +2017/11/18 00:00:00,9.115303202532596,True +2017/11/18 01:00:00,5.159786463646246,True +2017/11/18 02:00:00,3.1468230087419093,True +2017/11/18 03:00:00,3.7025429064210855,True +2017/11/18 04:00:00,3.1459966285145273,True +2017/11/18 05:00:00,5.853061516135376,True +2017/11/18 06:00:00,9.225379939025109,True +2017/11/18 07:00:00,11.626202616130211,True +2017/11/18 08:00:00,11.485174257073668,True +2017/11/18 09:00:00,13.231734382067609,True +2017/11/18 10:00:00,15.727610837407171,True +2017/11/18 11:00:00,17.190566351824327,True +2017/11/18 12:00:00,17.71628937595281,True +2017/11/18 13:00:00,17.24132856581609,True +2017/11/18 14:00:00,16.986838495885152,True +2017/11/18 15:00:00,16.064464943149957,True +2017/11/18 16:00:00,15.933498089120569,True +2017/11/18 17:00:00,16.732003139323133,True +2017/11/18 18:00:00,18.67359009925806,True +2017/11/18 19:00:00,18.340152220959762,True +2017/11/18 20:00:00,18.02060353504558,True +2017/11/18 21:00:00,16.97357948213413,True +2017/11/18 22:00:00,16.603451086453795,True +2017/11/18 23:00:00,13.025647661170593,True +2017/11/19 00:00:00,9.34204987262475,True +2017/11/19 01:00:00,5.431672988471792,True +2017/11/19 02:00:00,3.158372412731144,True +2017/11/19 03:00:00,3.7145541688204853,True +2017/11/19 04:00:00,3.163519065872147,True +2017/11/19 05:00:00,5.764688302914684,True +2017/11/19 06:00:00,9.240639592397415,True +2017/11/19 07:00:00,11.645537118978073,True +2017/11/19 08:00:00,11.58444979380097,True +2017/11/19 09:00:00,13.780849186302401,True +2017/11/19 10:00:00,13.703946105281528,True +2017/11/19 11:00:00,16.926632156523354,True +2017/11/19 12:00:00,17.953356206916123,True +2017/11/19 13:00:00,16.99777470931781,True +2017/11/19 14:00:00,17.108154366805046,True +2017/11/19 15:00:00,16.074044815424134,True +2017/11/19 16:00:00,15.852401315691369,True +2017/11/19 17:00:00,16.794417888305404,True +2017/11/19 18:00:00,18.0781342475532,True +2017/11/19 19:00:00,17.729803381103725,True +2017/11/19 20:00:00,17.24994774611398,True +2017/11/19 21:00:00,17.172646411450614,True +2017/11/19 22:00:00,16.21268116062227,True +2017/11/19 23:00:00,12.392832365171609,True +2017/11/20 00:00:00,8.971317167919953,True +2017/11/20 01:00:00,5.087367002116291,True +2017/11/20 02:00:00,3.2091584925573025,True +2017/11/20 03:00:00,3.78050487611851,True +2017/11/20 04:00:00,3.217960755218754,True +2017/11/20 05:00:00,6.072354564843986,True +2017/11/20 06:00:00,8.499307041142204,True +2017/11/20 07:00:00,10.777406286397072,True +2017/11/20 08:00:00,14.04788419838002,True +2017/11/20 09:00:00,15.153108908663915,True +2017/11/20 10:00:00,16.245917015977486,True +2017/11/20 11:00:00,17.83514901880129,True +2017/11/20 12:00:00,18.610724697438688,True +2017/11/20 13:00:00,17.573692356103127,True +2017/11/20 14:00:00,17.68305191650356,True +2017/11/20 15:00:00,16.895653550990613,True +2017/11/20 16:00:00,16.48665658741957,True +2017/11/20 17:00:00,17.801183386195017,True +2017/11/20 18:00:00,18.84458731955146,True +2017/11/20 19:00:00,18.259232228153408,True +2017/11/20 20:00:00,17.73889084014477,True +2017/11/20 21:00:00,17.6946601019289,True +2017/11/20 22:00:00,16.75324131265602,True +2017/11/20 23:00:00,12.996081167521385,True +2017/11/21 00:00:00,9.123016726984638,True +2017/11/21 01:00:00,5.07134982792763,True +2017/11/21 02:00:00,3.20974428898124,True +2017/11/21 03:00:00,3.7644096217793295,True +2017/11/21 04:00:00,3.210439394941479,True +2017/11/21 05:00:00,6.067061690891731,True +2017/11/21 06:00:00,8.49112520473751,True +2017/11/21 07:00:00,10.7730432149845,True +2017/11/21 08:00:00,13.967059753898484,True +2017/11/21 09:00:00,15.00980620278264,True +2017/11/21 10:00:00,16.018699468610485,True +2017/11/21 11:00:00,17.652337217490928,True +2017/11/21 12:00:00,18.610646172099354,True +2017/11/21 13:00:00,17.74381805111105,True +2017/11/21 14:00:00,17.58607844256404,True +2017/11/21 15:00:00,16.583363325987882,True +2017/11/21 16:00:00,16.243823597741006,True +2017/11/21 17:00:00,17.65126683773871,True +2017/11/21 18:00:00,18.69139802134608,True +2017/11/21 19:00:00,18.014398579193852,True +2017/11/21 20:00:00,17.636885983190524,True +2017/11/21 21:00:00,17.618116282680635,True +2017/11/21 22:00:00,16.73634637009255,True +2017/11/21 23:00:00,12.990164452359405,True +2017/11/22 00:00:00,9.125212702675569,True +2017/11/22 01:00:00,5.076222264398533,True +2017/11/22 02:00:00,3.2094070368736465,True +2017/11/22 03:00:00,3.765018173346116,True +2017/11/22 04:00:00,3.209295027236972,True +2017/11/22 05:00:00,6.088349649179547,True +2017/11/22 06:00:00,9.297875707392656,True +2017/11/22 07:00:00,11.440265985580716,True +2017/11/22 08:00:00,13.742418234041269,True +2017/11/22 09:00:00,14.837434260215272,True +2017/11/22 10:00:00,15.824425404914226,True +2017/11/22 11:00:00,17.53294308809674,True +2017/11/22 12:00:00,18.461805399792322,True +2017/11/22 13:00:00,17.65291513396257,True +2017/11/22 14:00:00,17.516868155793453,True +2017/11/22 15:00:00,16.543619804967427,True +2017/11/22 16:00:00,16.122909663609096,True +2017/11/22 17:00:00,17.606316719823894,True +2017/11/22 18:00:00,18.611508084187104,True +2017/11/22 19:00:00,17.903938644828095,True +2017/11/22 20:00:00,17.518230139014946,True +2017/11/22 21:00:00,17.46667447963554,True +2017/11/22 22:00:00,16.580497261665695,True +2017/11/22 23:00:00,12.997995423471833,True +2017/11/23 00:00:00,9.142357464544201,True +2017/11/23 01:00:00,5.0770211321533605,True +2017/11/23 02:00:00,3.208787204124063,True +2017/11/23 03:00:00,3.7642416508350784,True +2017/11/23 04:00:00,3.211005018366206,True +2017/11/23 05:00:00,6.100765653973741,True +2017/11/23 06:00:00,9.381860305704908,True +2017/11/23 07:00:00,11.404324404531112,True +2017/11/23 08:00:00,13.753425043220167,True +2017/11/23 09:00:00,14.838240918141604,True +2017/11/23 10:00:00,15.865818518714695,True +2017/11/23 11:00:00,17.550188298227425,True +2017/11/23 12:00:00,18.511326349379626,True +2017/11/23 13:00:00,17.70647941286582,True +2017/11/23 14:00:00,17.548221693280503,True +2017/11/23 15:00:00,16.550318865043092,True +2017/11/23 16:00:00,16.14195373608392,True +2017/11/23 17:00:00,17.574757399763953,True +2017/11/23 18:00:00,18.60590998254002,True +2017/11/23 19:00:00,17.903319366078236,True +2017/11/23 20:00:00,17.514156195381272,True +2017/11/23 21:00:00,17.485793822346103,True +2017/11/23 22:00:00,16.580549721236558,True +2017/11/23 23:00:00,13.00418012438718,True +2017/11/24 00:00:00,9.137562041055544,True +2017/11/24 01:00:00,5.076066324963484,True +2017/11/24 02:00:00,3.2110547625604244,True +2017/11/24 03:00:00,3.7656056086431113,True +2017/11/24 04:00:00,3.208708796138003,True +2017/11/24 05:00:00,6.131006781962863,True +2017/11/24 06:00:00,9.393438384822966,True +2017/11/24 07:00:00,11.4712440916671,True +2017/11/24 08:00:00,13.786373928667407,True +2017/11/24 09:00:00,14.820965907652676,True +2017/11/24 10:00:00,15.82088889564235,True +2017/11/24 11:00:00,17.531898322747043,True +2017/11/24 12:00:00,18.493521430292173,True +2017/11/24 13:00:00,17.68577422982994,True +2017/11/24 14:00:00,17.603049662757275,True +2017/11/24 15:00:00,16.618681613965467,True +2017/11/24 16:00:00,16.181005969623445,True +2017/11/24 17:00:00,17.569921165110383,True +2017/11/24 18:00:00,18.611661756299174,True +2017/11/24 19:00:00,17.93291565613147,True +2017/11/24 20:00:00,17.532291135035003,True +2017/11/24 21:00:00,17.492111114658556,True +2017/11/24 22:00:00,16.606425832719452,True +2017/11/24 23:00:00,12.996899537056965,True +2017/11/25 00:00:00,9.137293023554767,True +2017/11/25 01:00:00,5.165765200958239,True +2017/11/25 02:00:00,3.1461283533279323,True +2017/11/25 03:00:00,3.701759897409802,True +2017/11/25 04:00:00,3.1617653559661187,True +2017/11/25 05:00:00,5.851598117834293,True +2017/11/25 06:00:00,9.228244223078384,True +2017/11/25 07:00:00,11.636542500257383,True +2017/11/25 08:00:00,11.499443004742377,True +2017/11/25 09:00:00,13.219477053495812,True +2017/11/25 10:00:00,15.75842371764417,True +2017/11/25 11:00:00,17.346567717747092,True +2017/11/25 12:00:00,17.87178502302109,True +2017/11/25 13:00:00,17.21722531327533,True +2017/11/25 14:00:00,16.801724380843655,True +2017/11/25 15:00:00,16.002458325969393,True +2017/11/25 16:00:00,15.874110170242416,True +2017/11/25 17:00:00,16.847151979679726,True +2017/11/25 18:00:00,18.693946878489122,True +2017/11/25 19:00:00,18.41890002475421,True +2017/11/25 20:00:00,18.18573544259751,True +2017/11/25 21:00:00,17.16385621000948,True +2017/11/25 22:00:00,16.97798085274607,True +2017/11/25 23:00:00,13.568144734082844,True +2017/11/26 00:00:00,9.967774444207228,True +2017/11/26 01:00:00,5.427493384494698,True +2017/11/26 02:00:00,3.149745269460777,True +2017/11/26 03:00:00,3.7126371705218966,True +2017/11/26 04:00:00,3.1553732475865037,True +2017/11/26 05:00:00,5.774835060674329,True +2017/11/26 06:00:00,9.108572007924046,True +2017/11/26 07:00:00,11.733377552549292,True +2017/11/26 08:00:00,11.996992711637036,True +2017/11/26 09:00:00,14.07175857586559,True +2017/11/26 10:00:00,14.29354065098369,True +2017/11/26 11:00:00,16.64270735040621,True +2017/11/26 12:00:00,17.78385697552938,True +2017/11/26 13:00:00,16.778786196255673,True +2017/11/26 14:00:00,17.08745623841852,True +2017/11/26 15:00:00,15.813914253022755,True +2017/11/26 16:00:00,15.751732976243272,True +2017/11/26 17:00:00,16.431411222720673,True +2017/11/26 18:00:00,17.588282627174284,True +2017/11/26 19:00:00,17.084304030451825,True +2017/11/26 20:00:00,16.462633559513787,True +2017/11/26 21:00:00,16.43888838717331,True +2017/11/26 22:00:00,15.670856844746256,True +2017/11/26 23:00:00,12.08892138523222,True +2017/11/27 00:00:00,8.78698752681354,True +2017/11/27 01:00:00,5.09438469123638,True +2017/11/27 02:00:00,3.2086313997032176,True +2017/11/27 03:00:00,3.763316759131334,True +2017/11/27 04:00:00,3.208371753037991,True +2017/11/27 05:00:00,6.045929804168504,True +2017/11/27 06:00:00,8.56657076568882,True +2017/11/27 07:00:00,10.8607612921034,True +2017/11/27 08:00:00,13.986012402123615,True +2017/11/27 09:00:00,15.045375625781858,True +2017/11/27 10:00:00,16.354317200414677,True +2017/11/27 11:00:00,17.360514464657967,True +2017/11/27 12:00:00,18.096832575984717,True +2017/11/27 13:00:00,17.468432297733933,True +2017/11/27 14:00:00,17.331918272226133,True +2017/11/27 15:00:00,16.922310414536742,True +2017/11/27 16:00:00,16.602231323781794,True +2017/11/27 17:00:00,17.732454774896844,True +2017/11/27 18:00:00,18.765247270388116,True +2017/11/27 19:00:00,18.18481132792061,True +2017/11/27 20:00:00,17.7969608148316,True +2017/11/27 21:00:00,17.937207534357032,True +2017/11/27 22:00:00,16.980691379500648,True +2017/11/27 23:00:00,13.113524524853617,True +2017/11/28 00:00:00,9.139309448010543,True +2017/11/28 01:00:00,5.073605377408841,True +2017/11/28 02:00:00,3.2094810330596077,True +2017/11/28 03:00:00,3.765640105571646,True +2017/11/28 04:00:00,3.209116670531684,True +2017/11/28 05:00:00,6.0461849767545575,True +2017/11/28 06:00:00,8.507670404551549,True +2017/11/28 07:00:00,10.779669146724276,True +2017/11/28 08:00:00,13.896175286679172,True +2017/11/28 09:00:00,15.026006271181346,True +2017/11/28 10:00:00,15.953722611585789,True +2017/11/28 11:00:00,17.582138812960604,True +2017/11/28 12:00:00,18.48953690894265,True +2017/11/28 13:00:00,17.67766490185304,True +2017/11/28 14:00:00,17.55871333724515,True +2017/11/28 15:00:00,16.53079821109883,True +2017/11/28 16:00:00,16.30379054999464,True +2017/11/28 17:00:00,17.636902248102306,True +2017/11/28 18:00:00,18.63849689763603,True +2017/11/28 19:00:00,17.972197873319278,True +2017/11/28 20:00:00,17.586906079718094,True +2017/11/28 21:00:00,17.583164191163473,True +2017/11/28 22:00:00,16.67741643240671,True +2017/11/28 23:00:00,12.992040725511451,True +2017/11/29 00:00:00,9.121570525197987,True +2017/11/29 01:00:00,5.073799186308217,True +2017/11/29 02:00:00,3.2120912934006935,True +2017/11/29 03:00:00,3.7632540744204035,True +2017/11/29 04:00:00,3.2090904719773894,True +2017/11/29 05:00:00,6.167546112155356,True +2017/11/29 06:00:00,9.376162617646225,True +2017/11/29 07:00:00,11.47046957574634,True +2017/11/29 08:00:00,13.759131781398759,True +2017/11/29 09:00:00,14.892817941887495,True +2017/11/29 10:00:00,15.844171487243052,True +2017/11/29 11:00:00,17.541889335190074,True +2017/11/29 12:00:00,18.464521547000228,True +2017/11/29 13:00:00,17.687773489624714,True +2017/11/29 14:00:00,17.58930684591032,True +2017/11/29 15:00:00,16.562928618436676,True +2017/11/29 16:00:00,16.268683991127368,True +2017/11/29 17:00:00,17.68189289749771,True +2017/11/29 18:00:00,18.650828220852635,True +2017/11/29 19:00:00,17.98584002705357,True +2017/11/29 20:00:00,17.58418681471869,True +2017/11/29 21:00:00,17.54593552804245,True +2017/11/29 22:00:00,16.640145325222775,True +2017/11/29 23:00:00,12.993403844756397,True +2017/11/30 00:00:00,9.126752354938699,True +2017/11/30 01:00:00,5.076388922999791,True +2017/11/30 02:00:00,3.2093880227638265,True +2017/11/30 03:00:00,3.765020110301007,True +2017/11/30 04:00:00,3.2102718978818676,True +2017/11/30 05:00:00,6.111651755623745,True +2017/11/30 06:00:00,8.484346461645412,True +2017/11/30 07:00:00,10.766754291738321,True +2017/11/30 08:00:00,13.937372073352734,True +2017/11/30 09:00:00,15.116654252920496,True +2017/11/30 10:00:00,16.11969843041,True +2017/11/30 11:00:00,17.749577190688967,True +2017/11/30 12:00:00,18.61857195067879,True +2017/11/30 13:00:00,17.828875517047425,True +2017/11/30 14:00:00,17.67083818608708,True +2017/11/30 15:00:00,16.691930062568638,True +2017/11/30 16:00:00,16.39667748022795,True +2017/11/30 17:00:00,17.724472764636705,True +2017/11/30 18:00:00,18.725287326743,True +2017/11/30 19:00:00,18.04062560173831,True +2017/11/30 20:00:00,17.67611219660487,True +2017/11/30 21:00:00,17.638205810527452,True +2017/11/30 22:00:00,16.777925260924142,True +2017/11/30 23:00:00,13.028850379743114,True +2017/12/01 00:00:00,9.123431501957825,True +2017/12/01 01:00:00,5.0708322787754945,True +2017/12/01 02:00:00,3.208888185852495,True +2017/12/01 03:00:00,3.7634627835837473,True +2017/12/01 04:00:00,3.209404463923761,True +2017/12/01 05:00:00,6.098817840463749,True +2017/12/01 06:00:00,8.480524883827263,True +2017/12/01 07:00:00,10.750329680468937,True +2017/12/01 08:00:00,15.102410956401858,True +2017/12/01 09:00:00,15.318792800949987,True +2017/12/01 10:00:00,15.645673442881979,True +2017/12/01 11:00:00,17.497261748723666,True +2017/12/01 12:00:00,18.136115951627822,True +2017/12/01 13:00:00,17.000322764210495,True +2017/12/01 14:00:00,17.515146828759956,True +2017/12/01 15:00:00,16.842541582312695,True +2017/12/01 16:00:00,16.44314495676216,True +2017/12/01 17:00:00,17.851275691644943,True +2017/12/01 18:00:00,18.828654402622348,True +2017/12/01 19:00:00,18.220050842618893,True +2017/12/01 20:00:00,17.817658914112084,True +2017/12/01 21:00:00,17.805413690281924,True +2017/12/01 22:00:00,16.908645454174057,True +2017/12/01 23:00:00,13.079004806383288,True +2017/12/02 00:00:00,9.124551142759794,True +2017/12/02 01:00:00,5.154441599164707,True +2017/12/02 02:00:00,3.1472665735953345,True +2017/12/02 03:00:00,3.700138562333911,True +2017/12/02 04:00:00,3.1453132456810775,True +2017/12/02 05:00:00,5.844054039238001,True +2017/12/02 06:00:00,8.335376778625507,True +2017/12/02 07:00:00,10.997287293552787,True +2017/12/02 08:00:00,12.890182942418937,True +2017/12/02 09:00:00,13.571383096397604,True +2017/12/02 10:00:00,15.896381802095934,True +2017/12/02 11:00:00,17.198701999119482,True +2017/12/02 12:00:00,17.68022011952221,True +2017/12/02 13:00:00,17.15664474277389,True +2017/12/02 14:00:00,16.927922183399424,True +2017/12/02 15:00:00,15.994035697710402,True +2017/12/02 16:00:00,15.964780148572785,True +2017/12/02 17:00:00,16.795090603978313,True +2017/12/02 18:00:00,18.65507543716997,True +2017/12/02 19:00:00,18.304789659042473,True +2017/12/02 20:00:00,18.0398119525486,True +2017/12/02 21:00:00,16.97801352077171,True +2017/12/02 22:00:00,16.654032503099774,True +2017/12/02 23:00:00,13.062056557586004,True +2017/12/03 00:00:00,9.32440794592865,True +2017/12/03 01:00:00,5.429504715059179,True +2017/12/03 02:00:00,3.1616287176083437,True +2017/12/03 03:00:00,3.7120002186995777,True +2017/12/03 04:00:00,3.1598892351420953,True +2017/12/03 05:00:00,5.877559171486766,True +2017/12/03 06:00:00,9.245576720355075,True +2017/12/03 07:00:00,11.6500261250498,True +2017/12/03 08:00:00,12.702069995425887,True +2017/12/03 09:00:00,13.732197151307426,True +2017/12/03 10:00:00,13.771599179040457,True +2017/12/03 11:00:00,16.889866324760753,True +2017/12/03 12:00:00,17.838979382423172,True +2017/12/03 13:00:00,16.751386066738625,True +2017/12/03 14:00:00,16.76059515727689,True +2017/12/03 15:00:00,15.690851562055782,True +2017/12/03 16:00:00,15.664873195714515,True +2017/12/03 17:00:00,16.606173430344136,True +2017/12/03 18:00:00,17.85943151199912,True +2017/12/03 19:00:00,17.416638997498996,True +2017/12/03 20:00:00,16.833002517733803,True +2017/12/03 21:00:00,16.76971920868229,True +2017/12/03 22:00:00,15.949657334097063,True +2017/12/03 23:00:00,12.38706134997904,True +2017/12/04 00:00:00,8.942424272136174,True +2017/12/04 01:00:00,5.098829237109143,True +2017/12/04 02:00:00,3.22024388899852,True +2017/12/04 03:00:00,3.7738762256329315,True +2017/12/04 04:00:00,3.2247298687792547,True +2017/12/04 05:00:00,6.101064750400836,True +2017/12/04 06:00:00,9.367214232555861,True +2017/12/04 07:00:00,11.432760429947646,True +2017/12/04 08:00:00,14.752064300797777,True +2017/12/04 09:00:00,14.84360365463881,True +2017/12/04 10:00:00,15.883125384768647,True +2017/12/04 11:00:00,17.552496749870446,True +2017/12/04 12:00:00,18.39673522930722,True +2017/12/04 13:00:00,17.45640334406495,True +2017/12/04 14:00:00,17.335807157141947,True +2017/12/04 15:00:00,16.43391289388339,True +2017/12/04 16:00:00,16.076569087919154,True +2017/12/04 17:00:00,17.53640363934734,True +2017/12/04 18:00:00,18.51624423261465,True +2017/12/04 19:00:00,17.75136321466422,True +2017/12/04 20:00:00,17.362698634479035,True +2017/12/04 21:00:00,17.35504513637338,True +2017/12/04 22:00:00,16.524776949226847,True +2017/12/04 23:00:00,13.01188203129667,True +2017/12/05 00:00:00,9.145720124418373,True +2017/12/05 01:00:00,5.0858900764840556,True +2017/12/05 02:00:00,3.2172652454269475,True +2017/12/05 03:00:00,3.7797997327140265,True +2017/12/05 04:00:00,3.2177988102723174,True +2017/12/05 05:00:00,6.1600178191883,True +2017/12/05 06:00:00,9.363621511850264,True +2017/12/05 07:00:00,11.440445963687859,True +2017/12/05 08:00:00,14.74512186313261,True +2017/12/05 09:00:00,14.928324515141943,True +2017/12/05 10:00:00,15.891308188154426,True +2017/12/05 11:00:00,17.527243907434045,True +2017/12/05 12:00:00,18.32990117228698,True +2017/12/05 13:00:00,17.383467362402293,True +2017/12/05 14:00:00,17.25743819172657,True +2017/12/05 15:00:00,16.4314306511215,True +2017/12/05 16:00:00,16.105812904548614,True +2017/12/05 17:00:00,17.60264749414672,True +2017/12/05 18:00:00,18.502083753351776,True +2017/12/05 19:00:00,17.714806734820773,True +2017/12/05 20:00:00,17.298296407461777,True +2017/12/05 21:00:00,17.2872393169557,True +2017/12/05 22:00:00,16.51100677453857,True +2017/12/05 23:00:00,13.005036479278862,True +2017/12/06 00:00:00,9.154998066290398,True +2017/12/06 01:00:00,5.078849079945705,True +2017/12/06 02:00:00,3.22185511830699,True +2017/12/06 03:00:00,3.770809889266222,True +2017/12/06 04:00:00,3.222079649814537,True +2017/12/06 05:00:00,6.186351759563202,True +2017/12/06 06:00:00,9.25696767860507,True +2017/12/06 07:00:00,11.451380806716429,True +2017/12/06 08:00:00,14.749514848958352,True +2017/12/06 09:00:00,14.901640935339937,True +2017/12/06 10:00:00,15.856487135971639,True +2017/12/06 11:00:00,17.48122189008492,True +2017/12/06 12:00:00,18.328768147841068,True +2017/12/06 13:00:00,17.37473635584304,True +2017/12/06 14:00:00,17.245174918099146,True +2017/12/06 15:00:00,16.366276913236153,True +2017/12/06 16:00:00,16.113855196530558,True +2017/12/06 17:00:00,17.579442147316687,True +2017/12/06 18:00:00,18.48253149782041,True +2017/12/06 19:00:00,17.655529159477037,True +2017/12/06 20:00:00,17.23230709064086,True +2017/12/06 21:00:00,17.21143184338319,True +2017/12/06 22:00:00,16.530261125834297,True +2017/12/06 23:00:00,13.020237434095208,True +2017/12/07 00:00:00,9.17657703228524,True +2017/12/07 01:00:00,5.084934627385693,True +2017/12/07 02:00:00,3.2187502363084293,True +2017/12/07 03:00:00,3.7747782495569093,True +2017/12/07 04:00:00,3.219943327767489,True +2017/12/07 05:00:00,6.2099997937854505,True +2017/12/07 06:00:00,9.295092713343646,True +2017/12/07 07:00:00,11.626639794753729,True +2017/12/07 08:00:00,14.76766502013966,True +2017/12/07 09:00:00,14.841780209402451,True +2017/12/07 10:00:00,15.856553373551984,True +2017/12/07 11:00:00,17.488572129271148,True +2017/12/07 12:00:00,18.286754269268286,True +2017/12/07 13:00:00,17.31020774259708,True +2017/12/07 14:00:00,17.21934336188687,True +2017/12/07 15:00:00,16.336831241586466,True +2017/12/07 16:00:00,15.989598892977826,True +2017/12/07 17:00:00,17.52391672795618,True +2017/12/07 18:00:00,18.475417234511625,True +2017/12/07 19:00:00,17.642691454853775,True +2017/12/07 20:00:00,17.20819268353716,True +2017/12/07 21:00:00,17.20934435649938,True +2017/12/07 22:00:00,16.533340608946162,True +2017/12/07 23:00:00,13.016165740559085,True +2017/12/08 00:00:00,9.171013421660478,True +2017/12/08 01:00:00,5.072990818012043,True +2017/12/08 02:00:00,3.218054305548212,True +2017/12/08 03:00:00,3.7713902424537635,True +2017/12/08 04:00:00,3.219455387352713,True +2017/12/08 05:00:00,6.2006795576093765,True +2017/12/08 06:00:00,9.28232451905782,True +2017/12/08 07:00:00,11.608601438720896,True +2017/12/08 08:00:00,14.770742965410282,True +2017/12/08 09:00:00,14.914082015476525,True +2017/12/08 10:00:00,15.85832483656963,True +2017/12/08 11:00:00,17.482115911438257,True +2017/12/08 12:00:00,18.2862044132579,True +2017/12/08 13:00:00,17.32472131162141,True +2017/12/08 14:00:00,17.253374366868396,True +2017/12/08 15:00:00,16.438231399056704,True +2017/12/08 16:00:00,16.165857783902258,True +2017/12/08 17:00:00,17.58721623048538,True +2017/12/08 18:00:00,18.50655655433788,True +2017/12/08 19:00:00,17.67893049945481,True +2017/12/08 20:00:00,17.268160648546356,True +2017/12/08 21:00:00,17.239852200605338,True +2017/12/08 22:00:00,16.50434139972187,True +2017/12/08 23:00:00,13.00149460430097,True +2017/12/09 00:00:00,9.153478483754661,True +2017/12/09 01:00:00,5.164329850314622,True +2017/12/09 02:00:00,3.158439522525209,True +2017/12/09 03:00:00,3.71214899472266,True +2017/12/09 04:00:00,3.1567564551349983,True +2017/12/09 05:00:00,5.892555735730708,True +2017/12/09 06:00:00,9.127225281616191,True +2017/12/09 07:00:00,11.608873452028385,True +2017/12/09 08:00:00,12.6559357635448,True +2017/12/09 09:00:00,13.242291743408634,True +2017/12/09 10:00:00,15.659907760077626,True +2017/12/09 11:00:00,17.084625494615477,True +2017/12/09 12:00:00,17.510107667023778,True +2017/12/09 13:00:00,16.929813529348724,True +2017/12/09 14:00:00,16.685283741466723,True +2017/12/09 15:00:00,15.798337459935858,True +2017/12/09 16:00:00,15.722393154591412,True +2017/12/09 17:00:00,16.60107537117173,True +2017/12/09 18:00:00,18.53350294794272,True +2017/12/09 19:00:00,18.026761735024863,True +2017/12/09 20:00:00,17.58789275879386,True +2017/12/09 21:00:00,16.65683336921963,True +2017/12/09 22:00:00,16.425833486103024,True +2017/12/09 23:00:00,13.021949060853483,True +2017/12/10 00:00:00,9.375546110915643,True +2017/12/10 01:00:00,5.4447574028721855,True +2017/12/10 02:00:00,3.163887864326603,True +2017/12/10 03:00:00,3.7149595643992357,True +2017/12/10 04:00:00,3.1623232447767804,True +2017/12/10 05:00:00,5.917426738789255,True +2017/12/10 06:00:00,9.359199276062169,True +2017/12/10 07:00:00,11.621754217016344,True +2017/12/10 08:00:00,12.722195450708881,True +2017/12/10 09:00:00,13.711577284040487,True +2017/12/10 10:00:00,13.701495262453792,True +2017/12/10 11:00:00,16.812873341054903,True +2017/12/10 12:00:00,17.747263922630182,True +2017/12/10 13:00:00,16.574349121063435,True +2017/12/10 14:00:00,16.59234911769117,True +2017/12/10 15:00:00,15.596636583508584,True +2017/12/10 16:00:00,15.532536687215478,True +2017/12/10 17:00:00,16.444550766725147,True +2017/12/10 18:00:00,17.784608674930343,True +2017/12/10 19:00:00,17.307696160993537,True +2017/12/10 20:00:00,16.741613553134222,True +2017/12/10 21:00:00,16.695361979835184,True +2017/12/10 22:00:00,15.962155234172153,True +2017/12/10 23:00:00,12.390859159938339,True +2017/12/11 00:00:00,8.997467801330773,True +2017/12/11 01:00:00,5.111765305373983,True +2017/12/11 02:00:00,3.2243444184090855,True +2017/12/11 03:00:00,3.780690541183311,True +2017/12/11 04:00:00,3.227730622716752,True +2017/12/11 05:00:00,6.213290880042581,True +2017/12/11 06:00:00,9.272859889132434,True +2017/12/11 07:00:00,11.59999063892034,True +2017/12/11 08:00:00,14.778006563558199,True +2017/12/11 09:00:00,14.874335931505552,True +2017/12/11 10:00:00,15.917359074628667,True +2017/12/11 11:00:00,17.506825805503066,True +2017/12/11 12:00:00,18.277976079014774,True +2017/12/11 13:00:00,17.268365485917172,True +2017/12/11 14:00:00,17.178531588650493,True +2017/12/11 15:00:00,16.352086259436,True +2017/12/11 16:00:00,16.011424347270797,True +2017/12/11 17:00:00,17.45871420670635,True +2017/12/11 18:00:00,18.45871734710451,True +2017/12/11 19:00:00,17.621110204751698,True +2017/12/11 20:00:00,17.21782096471324,True +2017/12/11 21:00:00,17.224814811183258,True +2017/12/11 22:00:00,16.53204354235213,True +2017/12/11 23:00:00,13.038307029927399,True +2017/12/12 00:00:00,9.187245188972431,True +2017/12/12 01:00:00,5.107883741465336,True +2017/12/12 02:00:00,3.218441234763882,True +2017/12/12 03:00:00,3.7750288350407937,True +2017/12/12 04:00:00,3.2216176750244494,True +2017/12/12 05:00:00,6.201808077982477,True +2017/12/12 06:00:00,9.52948927764881,True +2017/12/12 07:00:00,11.381152731376195,True +2017/12/12 08:00:00,14.768865514900048,True +2017/12/12 09:00:00,15.00354985445772,True +2017/12/12 10:00:00,15.879821528544491,True +2017/12/12 11:00:00,17.514067438801632,True +2017/12/12 12:00:00,18.28112876488298,True +2017/12/12 13:00:00,17.314650360961792,True +2017/12/12 14:00:00,17.21392011260661,True +2017/12/12 15:00:00,16.432138490547626,True +2017/12/12 16:00:00,16.185439553155287,True +2017/12/12 17:00:00,17.633955264773082,True +2017/12/12 18:00:00,18.53958533582446,True +2017/12/12 19:00:00,17.728438976101334,True +2017/12/12 20:00:00,17.312928122109238,True +2017/12/12 21:00:00,17.30272667218535,True +2017/12/12 22:00:00,16.55442816641119,True +2017/12/12 23:00:00,12.990137348379692,True +2017/12/13 00:00:00,9.137380529776795,True +2017/12/13 01:00:00,5.0852600901766865,True +2017/12/13 02:00:00,3.2150741340944737,True +2017/12/13 03:00:00,3.782532414483963,True +2017/12/13 04:00:00,3.213970784162982,True +2017/12/13 05:00:00,6.150132351312233,True +2017/12/13 06:00:00,9.231146942004518,True +2017/12/13 07:00:00,11.368095084470822,True +2017/12/13 08:00:00,14.72732893569958,True +2017/12/13 09:00:00,14.941194659338246,True +2017/12/13 10:00:00,15.908692180725845,True +2017/12/13 11:00:00,17.584250189573655,True +2017/12/13 12:00:00,18.397387935754526,True +2017/12/13 13:00:00,17.57666366847064,True +2017/12/13 14:00:00,17.444512922018124,True +2017/12/13 15:00:00,16.54017263377409,True +2017/12/13 16:00:00,16.265759195655814,True +2017/12/13 17:00:00,17.67267658900497,True +2017/12/13 18:00:00,18.609476687024827,True +2017/12/13 19:00:00,17.966339125405693,True +2017/12/13 20:00:00,17.596374180934152,True +2017/12/13 21:00:00,17.61841138300589,True +2017/12/13 22:00:00,16.707880270602704,True +2017/12/13 23:00:00,12.998048674617866,True +2017/12/14 00:00:00,9.14087416310216,True +2017/12/14 01:00:00,5.07194367405317,True +2017/12/14 02:00:00,3.2093250776253073,True +2017/12/14 03:00:00,3.763133998232177,True +2017/12/14 04:00:00,3.208389500291445,True +2017/12/14 05:00:00,6.050880041825824,True +2017/12/14 06:00:00,8.485171647404304,True +2017/12/14 07:00:00,10.760947300296902,True +2017/12/14 08:00:00,14.91196829970548,True +2017/12/14 09:00:00,15.142619435118302,True +2017/12/14 10:00:00,16.105649433595897,True +2017/12/14 11:00:00,17.686531096145288,True +2017/12/14 12:00:00,18.63332733460202,True +2017/12/14 13:00:00,17.85585594480218,True +2017/12/14 14:00:00,17.776661025471334,True +2017/12/14 15:00:00,16.79930716472209,True +2017/12/14 16:00:00,16.384182571788347,True +2017/12/14 17:00:00,17.743356009902605,True +2017/12/14 18:00:00,18.75886888541215,True +2017/12/14 19:00:00,18.10946167842598,True +2017/12/14 20:00:00,17.682546433131098,True +2017/12/14 21:00:00,17.643209826663877,True +2017/12/14 22:00:00,16.717910219591822,True +2017/12/14 23:00:00,12.992366957966789,True +2017/12/15 00:00:00,9.122305237870133,True +2017/12/15 01:00:00,5.074551441959455,True +2017/12/15 02:00:00,3.2088388313328347,True +2017/12/15 03:00:00,3.764792950107546,True +2017/12/15 04:00:00,3.2086947386428935,True +2017/12/15 05:00:00,6.0785667501535725,True +2017/12/15 06:00:00,8.489988934618433,True +2017/12/15 07:00:00,10.773251209199252,True +2017/12/15 08:00:00,14.871221394857413,True +2017/12/15 09:00:00,14.942256928090412,True +2017/12/15 10:00:00,16.000519793752805,True +2017/12/15 11:00:00,17.628076233886603,True +2017/12/15 12:00:00,18.514859095820103,True +2017/12/15 13:00:00,17.7319672063632,True +2017/12/15 14:00:00,17.576839573741246,True +2017/12/15 15:00:00,16.57441107387278,True +2017/12/15 16:00:00,16.192338193504572,True +2017/12/15 17:00:00,17.676485747391204,True +2017/12/15 18:00:00,18.69973871629973,True +2017/12/15 19:00:00,18.02036342754682,True +2017/12/15 20:00:00,17.645766567290664,True +2017/12/15 21:00:00,17.632879746117887,True +2017/12/15 22:00:00,16.723363190260407,True +2017/12/15 23:00:00,12.98891888474056,True +2017/12/16 00:00:00,9.11927055871331,True +2017/12/16 01:00:00,5.1661874647923085,True +2017/12/16 02:00:00,3.1456931654593085,True +2017/12/16 03:00:00,3.701492594739029,True +2017/12/16 04:00:00,3.1451531049551265,True +2017/12/16 05:00:00,5.80585577911824,True +2017/12/16 06:00:00,9.23362825897643,True +2017/12/16 07:00:00,11.64363692481493,True +2017/12/16 08:00:00,12.662382008828672,True +2017/12/16 09:00:00,13.255601643335927,True +2017/12/16 10:00:00,15.671184037501384,True +2017/12/16 11:00:00,17.173956344903985,True +2017/12/16 12:00:00,17.745712662606188,True +2017/12/16 13:00:00,17.27387017170476,True +2017/12/16 14:00:00,17.025269245011362,True +2017/12/16 15:00:00,16.077268976431125,True +2017/12/16 16:00:00,15.926906395380467,True +2017/12/16 17:00:00,16.810225695775095,True +2017/12/16 18:00:00,18.67367001947556,True +2017/12/16 19:00:00,18.366646047611752,True +2017/12/16 20:00:00,18.05922245539017,True +2017/12/16 21:00:00,17.038366263023466,True +2017/12/16 22:00:00,16.684587834639085,True +2017/12/16 23:00:00,13.081743866477803,True +2017/12/17 00:00:00,9.329873464879917,True +2017/12/17 01:00:00,5.4242612388037665,True +2017/12/17 02:00:00,3.1613501905325263,True +2017/12/17 03:00:00,3.7111787265044107,True +2017/12/17 04:00:00,3.16111623957895,True +2017/12/17 05:00:00,5.871038272612369,True +2017/12/17 06:00:00,9.230692391546752,True +2017/12/17 07:00:00,11.656725076465412,True +2017/12/17 08:00:00,12.678507062375743,True +2017/12/17 09:00:00,13.705933560944489,True +2017/12/17 10:00:00,13.66055558870107,True +2017/12/17 11:00:00,16.881534960960533,True +2017/12/17 12:00:00,17.832514917221665,True +2017/12/17 13:00:00,16.783901731789758,True +2017/12/17 14:00:00,16.796949404459152,True +2017/12/17 15:00:00,15.709458771677857,True +2017/12/17 16:00:00,15.630564844400146,True +2017/12/17 17:00:00,16.602222977942457,True +2017/12/17 18:00:00,17.870765402732335,True +2017/12/17 19:00:00,17.44212598878803,True +2017/12/17 20:00:00,16.909820972589124,True +2017/12/17 21:00:00,16.864145394288272,True +2017/12/17 22:00:00,15.97487670550166,True +2017/12/17 23:00:00,12.375853198507665,True +2017/12/18 00:00:00,8.941152341960839,True +2017/12/18 01:00:00,5.082155399537808,True +2017/12/18 02:00:00,3.2258774625610975,True +2017/12/18 03:00:00,3.773901188908767,True +2017/12/18 04:00:00,3.217232938481048,True +2017/12/18 05:00:00,6.151997593767889,True +2017/12/18 06:00:00,9.361321033767714,True +2017/12/18 07:00:00,11.418524473174793,True +2017/12/18 08:00:00,14.737004864320935,True +2017/12/18 09:00:00,14.992812064867156,True +2017/12/18 10:00:00,15.998770002953524,True +2017/12/18 11:00:00,17.621549142222513,True +2017/12/18 12:00:00,18.466027876343915,True +2017/12/18 13:00:00,17.7551947594221,True +2017/12/18 14:00:00,17.604952626778342,True +2017/12/18 15:00:00,16.63608076716729,True +2017/12/18 16:00:00,16.314889509101313,True +2017/12/18 17:00:00,17.71017149378496,True +2017/12/18 18:00:00,18.68162659259375,True +2017/12/18 19:00:00,18.03700515688001,True +2017/12/18 20:00:00,17.636916103945037,True +2017/12/18 21:00:00,17.614584224224497,True +2017/12/18 22:00:00,16.725692887532134,True +2017/12/18 23:00:00,12.981392317939497,True +2017/12/19 00:00:00,9.124522474406806,True +2017/12/19 01:00:00,5.080206911656741,True +2017/12/19 02:00:00,3.2088622845145545,True +2017/12/19 03:00:00,3.764439178980826,True +2017/12/19 04:00:00,3.2099661835218702,True +2017/12/19 05:00:00,6.162616866450175,True +2017/12/19 06:00:00,9.370700411207771,True +2017/12/19 07:00:00,11.427132249859966,True +2017/12/19 08:00:00,14.73014121370684,True +2017/12/19 09:00:00,14.892634419721848,True +2017/12/19 10:00:00,15.845240302876261,True +2017/12/19 11:00:00,17.539938527889337,True +2017/12/19 12:00:00,18.418162258104857,True +2017/12/19 13:00:00,17.63301860708292,True +2017/12/19 14:00:00,17.493665334489027,True +2017/12/19 15:00:00,16.600186335237805,True +2017/12/19 16:00:00,16.312743716943526,True +2017/12/19 17:00:00,17.665062723546043,True +2017/12/19 18:00:00,18.609590596419263,True +2017/12/19 19:00:00,17.937035906972234,True +2017/12/19 20:00:00,17.59660472408078,True +2017/12/19 21:00:00,17.577808070043,True +2017/12/19 22:00:00,16.668773576399516,True +2017/12/19 23:00:00,12.990011273795051,True +2017/12/20 00:00:00,9.124243233556268,True +2017/12/20 01:00:00,5.077333544070056,True +2017/12/20 02:00:00,3.2085089908970503,True +2017/12/20 03:00:00,3.7659337695580866,True +2017/12/20 04:00:00,3.2083860008070433,True +2017/12/20 05:00:00,6.163366916503478,True +2017/12/20 06:00:00,9.387796486607181,True +2017/12/20 07:00:00,11.45677709541356,True +2017/12/20 08:00:00,14.730735211330812,True +2017/12/20 09:00:00,14.825233077794994,True +2017/12/20 10:00:00,15.934017956901066,True +2017/12/20 11:00:00,17.58718837268687,True +2017/12/20 12:00:00,18.468044462908065,True +2017/12/20 13:00:00,17.608530683385425,True +2017/12/20 14:00:00,17.472598220721725,True +2017/12/20 15:00:00,16.483346909131363,True +2017/12/20 16:00:00,16.280886328113144,True +2017/12/20 17:00:00,17.714205772070226,True +2017/12/20 18:00:00,18.688291091987264,True +2017/12/20 19:00:00,18.03595572990193,True +2017/12/20 20:00:00,17.639314395420822,True +2017/12/20 21:00:00,17.632824672472566,True +2017/12/20 22:00:00,16.706674557194106,True +2017/12/20 23:00:00,13.006026870090704,True +2017/12/21 00:00:00,9.117026861294574,True +2017/12/21 01:00:00,5.072641636471394,True +2017/12/21 02:00:00,3.209273299754706,True +2017/12/21 03:00:00,3.76457786756807,True +2017/12/21 04:00:00,3.208598135344908,True +2017/12/21 05:00:00,6.174648971733823,True +2017/12/21 06:00:00,9.384905779785829,True +2017/12/21 07:00:00,11.46362009805185,True +2017/12/21 08:00:00,14.725957625975047,True +2017/12/21 09:00:00,14.949982997487268,True +2017/12/21 10:00:00,15.84413028944294,True +2017/12/21 11:00:00,17.54172978119439,True +2017/12/21 12:00:00,18.429982545076765,True +2017/12/21 13:00:00,17.620847230046042,True +2017/12/21 14:00:00,17.470301160565132,True +2017/12/21 15:00:00,16.487225874759332,True +2017/12/21 16:00:00,16.204609860478993,True +2017/12/21 17:00:00,17.618521786442027,True +2017/12/21 18:00:00,18.579255287477984,True +2017/12/21 19:00:00,17.87072213789567,True +2017/12/21 20:00:00,17.4749987225273,True +2017/12/21 21:00:00,17.432374970531377,True +2017/12/21 22:00:00,16.52721111372376,True +2017/12/21 23:00:00,12.986322851064934,True +2017/12/22 00:00:00,9.14316546300185,True +2017/12/22 01:00:00,5.077715917747066,True +2017/12/22 02:00:00,3.2107177610934357,True +2017/12/22 03:00:00,3.7729783843536984,True +2017/12/22 04:00:00,3.2201746113311853,True +2017/12/22 05:00:00,6.2083789229894055,True +2017/12/22 06:00:00,9.271274425100852,True +2017/12/22 07:00:00,11.474786962125782,True +2017/12/22 08:00:00,14.75285774501062,True +2017/12/22 09:00:00,14.952536927062386,True +2017/12/22 10:00:00,15.859224301406122,True +2017/12/22 11:00:00,17.50113325035535,True +2017/12/22 12:00:00,18.352144715875966,True +2017/12/22 13:00:00,17.465921160494837,True +2017/12/22 14:00:00,17.38202313958371,True +2017/12/22 15:00:00,16.455427412073636,True +2017/12/22 16:00:00,16.15220586669053,True +2017/12/22 17:00:00,17.606490059832876,True +2017/12/22 18:00:00,18.547445425125627,True +2017/12/22 19:00:00,17.793512688967496,True +2017/12/22 20:00:00,17.383185213782053,True +2017/12/22 21:00:00,17.363934877054067,True +2017/12/22 22:00:00,16.499114791457036,True +2017/12/22 23:00:00,12.998436863746953,True +2017/12/23 00:00:00,9.144852974222196,True +2017/12/23 01:00:00,5.174828930970797,True +2017/12/23 02:00:00,3.1548661531383972,True +2017/12/23 03:00:00,3.7172488405300457,True +2017/12/23 04:00:00,3.1589830309279354,True +2017/12/23 05:00:00,5.882862693189603,True +2017/12/23 06:00:00,9.108710501444113,True +2017/12/23 07:00:00,11.625333740080423,True +2017/12/23 08:00:00,12.65879328374807,True +2017/12/23 09:00:00,13.323507824668651,True +2017/12/23 10:00:00,15.664032597328447,True +2017/12/23 11:00:00,17.154133766596605,True +2017/12/23 12:00:00,17.617226666168676,True +2017/12/23 13:00:00,17.100681998614075,True +2017/12/23 14:00:00,16.888545459617074,True +2017/12/23 15:00:00,15.99382530089981,True +2017/12/23 16:00:00,15.905863985794976,True +2017/12/23 17:00:00,16.790811310132746,True +2017/12/23 18:00:00,18.666526269368635,True +2017/12/23 19:00:00,18.32513223882349,True +2017/12/23 20:00:00,17.999268573449314,True +2017/12/23 21:00:00,16.98980004499137,True +2017/12/23 22:00:00,16.668049629411453,True +2017/12/23 23:00:00,13.08798874854418,True +2017/12/24 00:00:00,9.327691257263396,True +2017/12/24 01:00:00,5.428005992779327,True +2017/12/24 02:00:00,3.1588495109448442,True +2017/12/24 03:00:00,3.7173387399882554,True +2017/12/24 04:00:00,3.1547090749748943,True +2017/12/24 05:00:00,5.865600199663909,True +2017/12/24 06:00:00,9.232873506899624,True +2017/12/24 07:00:00,11.633914365143289,True +2017/12/24 08:00:00,12.704710870486224,True +2017/12/24 09:00:00,13.729505952537187,True +2017/12/24 10:00:00,13.66913787479179,True +2017/12/24 11:00:00,16.87715970692103,True +2017/12/24 12:00:00,17.876541475827974,True +2017/12/24 13:00:00,16.889163533879433,True +2017/12/24 14:00:00,16.924929709365323,True +2017/12/24 15:00:00,15.877709503913916,True +2017/12/24 16:00:00,15.75211830564832,True +2017/12/24 17:00:00,16.71332257413243,True +2017/12/24 18:00:00,17.943656558885003,True +2017/12/24 19:00:00,17.627217252287945,True +2017/12/24 20:00:00,17.13420321158522,True +2017/12/24 21:00:00,17.144347544964486,True +2017/12/24 22:00:00,16.233164541892858,True +2017/12/24 23:00:00,12.387608523292652,True +2017/12/25 00:00:00,8.965785335551965,True +2017/12/25 01:00:00,5.084586604006018,True +2017/12/25 02:00:00,3.225697726200526,True +2017/12/25 03:00:00,3.7742591423855014,True +2017/12/25 04:00:00,3.2196481265448087,True +2017/12/25 05:00:00,6.168517207997757,True +2017/12/25 06:00:00,9.375945304120798,True +2017/12/25 07:00:00,11.429940613200474,True +2017/12/25 08:00:00,14.746700367918992,True +2017/12/25 09:00:00,15.005454967821855,True +2017/12/25 10:00:00,15.900739727852395,True +2017/12/25 11:00:00,17.506054643064697,True +2017/12/25 12:00:00,18.329429011967406,True +2017/12/25 13:00:00,17.379885182601917,True +2017/12/25 14:00:00,17.241410461889604,True +2017/12/25 15:00:00,16.365173422869344,True +2017/12/25 16:00:00,16.092229241696504,True +2017/12/25 17:00:00,17.518415089574496,True +2017/12/25 18:00:00,18.467018197055143,True +2017/12/25 19:00:00,17.645535904263113,True +2017/12/25 20:00:00,17.19639485795971,True +2017/12/25 21:00:00,17.205814079954084,True +2017/12/25 22:00:00,16.51803706923235,True +2017/12/25 23:00:00,13.02179582880189,True +2017/12/26 00:00:00,9.182605061933312,True +2017/12/26 01:00:00,5.0860558273319425,True +2017/12/26 02:00:00,3.2206133588428973,True +2017/12/26 03:00:00,3.7790678834167153,True +2017/12/26 04:00:00,3.2235891583214813,True +2017/12/26 05:00:00,6.286969167431477,True +2017/12/26 06:00:00,9.33238700929395,True +2017/12/26 07:00:00,11.477496873797314,True +2017/12/26 08:00:00,14.770955169153124,True +2017/12/26 09:00:00,15.001415305693877,True +2017/12/26 10:00:00,15.871387840187994,True +2017/12/26 11:00:00,17.4992919660502,True +2017/12/26 12:00:00,18.266454709850596,True +2017/12/26 13:00:00,17.268959066762807,True +2017/12/26 14:00:00,17.161822599671275,True +2017/12/26 15:00:00,16.36637556999455,True +2017/12/26 16:00:00,16.030217318184164,True +2017/12/26 17:00:00,17.517725436724625,True +2017/12/26 18:00:00,18.44026637420408,True +2017/12/26 19:00:00,17.611706745903575,True +2017/12/26 20:00:00,17.202873320291495,True +2017/12/26 21:00:00,17.22170784684168,True +2017/12/26 22:00:00,16.53400909425789,True +2017/12/26 23:00:00,13.028014955086507,True +2017/12/27 00:00:00,9.178469781805118,True +2017/12/27 01:00:00,5.111004435909354,True +2017/12/27 02:00:00,3.2228395636516844,True +2017/12/27 03:00:00,3.773211287981374,True +2017/12/27 04:00:00,3.2220459831711192,True +2017/12/27 05:00:00,6.257780808222088,True +2017/12/27 06:00:00,9.28320857156597,True +2017/12/27 07:00:00,11.61175216297364,True +2017/12/27 08:00:00,14.771663625805733,True +2017/12/27 09:00:00,14.951129932818588,True +2017/12/27 10:00:00,15.865819276502263,True +2017/12/27 11:00:00,17.491698183035265,True +2017/12/27 12:00:00,18.256587055406285,True +2017/12/27 13:00:00,17.27704699488239,True +2017/12/27 14:00:00,17.178886188027594,True +2017/12/27 15:00:00,16.324013954177424,True +2017/12/27 16:00:00,16.034246496731367,True +2017/12/27 17:00:00,17.480127469446455,True +2017/12/27 18:00:00,18.455260290724322,True +2017/12/27 19:00:00,17.608132838425007,True +2017/12/27 20:00:00,17.203317456106017,True +2017/12/27 21:00:00,17.211241802881812,True +2017/12/27 22:00:00,16.54190298190502,True +2017/12/27 23:00:00,13.025462190963582,True +2017/12/28 00:00:00,9.176814694122092,True +2017/12/28 01:00:00,5.108998360343109,True +2017/12/28 02:00:00,3.2183595677977688,True +2017/12/28 03:00:00,3.776574819381171,True +2017/12/28 04:00:00,3.2255929547283535,True +2017/12/28 05:00:00,6.199088613118519,True +2017/12/28 06:00:00,9.484581315992898,True +2017/12/28 07:00:00,11.371267721191819,True +2017/12/28 08:00:00,14.77601797999576,True +2017/12/28 09:00:00,14.995405287644015,True +2017/12/28 10:00:00,15.90520018775531,True +2017/12/28 11:00:00,17.494422619668658,True +2017/12/28 12:00:00,18.266443124397323,True +2017/12/28 13:00:00,17.256879372958487,True +2017/12/28 14:00:00,17.152275644055972,True +2017/12/28 15:00:00,16.331263663199447,True +2017/12/28 16:00:00,16.037550418847403,True +2017/12/28 17:00:00,17.52544639014083,True +2017/12/28 18:00:00,18.44347339416831,True +2017/12/28 19:00:00,17.640058231687053,True +2017/12/28 20:00:00,17.20075511510599,True +2017/12/28 21:00:00,17.210307155363864,True +2017/12/28 22:00:00,16.550743932276518,True +2017/12/28 23:00:00,13.02408258062666,True +2017/12/29 00:00:00,9.173469221591521,True +2017/12/29 01:00:00,5.10285340834222,True +2017/12/29 02:00:00,3.2206376954748115,True +2017/12/29 03:00:00,3.7805306983587887,True +2017/12/29 04:00:00,3.2210111947478683,True +2017/12/29 05:00:00,6.200140152886016,True +2017/12/29 06:00:00,9.522687593448174,True +2017/12/29 07:00:00,11.382050849685308,True +2017/12/29 08:00:00,14.763958293118076,True +2017/12/29 09:00:00,14.93502605254599,True +2017/12/29 10:00:00,15.846630571438435,True +2017/12/29 11:00:00,17.486407358544323,True +2017/12/29 12:00:00,18.300361106307975,True +2017/12/29 13:00:00,17.318841312679506,True +2017/12/29 14:00:00,17.19770101302877,True +2017/12/29 15:00:00,16.351317453415582,True +2017/12/29 16:00:00,16.118408753111616,True +2017/12/29 17:00:00,17.571819824535346,True +2017/12/29 18:00:00,18.499424093357476,True +2017/12/29 19:00:00,17.660766734720767,True +2017/12/29 20:00:00,17.27658396690449,True +2017/12/29 21:00:00,17.245332120476775,True +2017/12/29 22:00:00,16.54267243107321,True +2017/12/29 23:00:00,13.000464339478633,True +2017/12/30 00:00:00,9.151877577213574,True +2017/12/30 01:00:00,5.167322111440971,True +2017/12/30 02:00:00,3.1586726916351915,True +2017/12/30 03:00:00,3.711624166325567,True +2017/12/30 04:00:00,3.157040897503728,True +2017/12/30 05:00:00,5.823779039815492,True +2017/12/30 06:00:00,9.185463379104254,True +2017/12/30 07:00:00,11.571407501659259,True +2017/12/30 08:00:00,12.663786183155327,True +2017/12/30 09:00:00,13.383653024327609,True +2017/12/30 10:00:00,15.673873037288336,True +2017/12/30 11:00:00,17.134593204725245,True +2017/12/30 12:00:00,17.55183636196667,True +2017/12/30 13:00:00,16.992958309408884,True +2017/12/30 14:00:00,16.769803847225536,True +2017/12/30 15:00:00,15.896224534667224,True +2017/12/30 16:00:00,15.846120257098097,True +2017/12/30 17:00:00,16.695113027620113,True +2017/12/30 18:00:00,18.620714077518954,True +2017/12/30 19:00:00,18.174166764684763,True +2017/12/30 20:00:00,17.82001523146957,True +2017/12/30 21:00:00,16.808441891686712,True +2017/12/30 22:00:00,16.515877946195964,True +2017/12/30 23:00:00,12.998688095825806,True +2017/12/31 00:00:00,9.341175670698012,True +2017/12/31 01:00:00,5.435305180803801,True +2017/12/31 02:00:00,3.1543672472447573,True +2017/12/31 03:00:00,3.71392356846875,True +2017/12/31 04:00:00,3.162014563847515,True +2017/12/31 05:00:00,5.840607745472161,True +2017/12/31 06:00:00,9.19065279964943,True +2017/12/31 07:00:00,11.62026372871601,True +2017/12/31 08:00:00,12.687782025291233,True +2017/12/31 09:00:00,13.768004035067584,True +2017/12/31 10:00:00,13.688648951935178,True +2017/12/31 11:00:00,16.807446440562064,True +2017/12/31 12:00:00,17.798145355942076,True +2017/12/31 13:00:00,16.67570476738778,True +2017/12/31 14:00:00,16.677973653891566,True +2017/12/31 15:00:00,15.655277189324279,True +2017/12/31 16:00:00,15.573974457041434,True +2017/12/31 17:00:00,16.543022628094995,True +2017/12/31 18:00:00,17.83579629639627,True +2017/12/31 19:00:00,17.352849743220734,True +2017/12/31 20:00:00,16.750564543083733,True +2017/12/31 21:00:00,16.680383619471886,True +2017/12/31 22:00:00,15.944767027317317,True +2017/12/31 23:00:00,12.383302471910104,True +2018/01/01 00:00:00,5.43582710604527,True diff --git a/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json new file mode 100644 index 0000000..fa9657f --- /dev/null +++ b/example/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65/feature_reports/default_feature_report_opendss.json @@ -0,0 +1,53 @@ +{ + "id": "Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", + "name": "Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", + "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65", + "feature_type": "Transformer", + "timesteps_per_hour": 1, + "simulation_status": "complete", + "timeseries_csv": { + "column_names": [ + + ] + }, + "location": { + }, + "program": { + "building_types": [ + { + } + ], + "window_area_sqft": { + }, + "wall_area_sqft": { + }, + "roof_area_sqft": { + } + }, + "construction_costs": [ + + ], + "reporting_periods": [ + + ], + "distributed_generation": { + "solar_pv": [ + + ], + "wind": [ + + ], + "generator": [ + + ], + "storage": [ + + ] + }, + "power_distribution": { + "under_voltage_hours": 0, + "over_voltage_hours": 8760 + }, + "thermal_storage": { + } +} diff --git a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv new file mode 100644 index 0000000..72eb486 --- /dev/null +++ b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.csv @@ -0,0 +1,8761 @@ +Datetime,p.u. loading,overloaded +2017/01/01 01:00:00,13.147610477136508,True +2017/01/01 02:00:00,11.598842502537629,True +2017/01/01 03:00:00,11.963179563230028,True +2017/01/01 04:00:00,11.888974055600714,True +2017/01/01 05:00:00,14.540538976318336,True +2017/01/01 06:00:00,19.49442622902087,True +2017/01/01 07:00:00,24.466721966353262,True +2017/01/01 08:00:00,25.53853642208952,True +2017/01/01 09:00:00,26.12106085353301,True +2017/01/01 10:00:00,25.056066634494893,True +2017/01/01 11:00:00,34.07496389839333,True +2017/01/01 12:00:00,36.6522118182329,True +2017/01/01 13:00:00,34.85281692717909,True +2017/01/01 14:00:00,34.92852326546629,True +2017/01/01 15:00:00,32.62295395531829,True +2017/01/01 16:00:00,32.58888382972798,True +2017/01/01 17:00:00,34.63214343978847,True +2017/01/01 18:00:00,37.45380641111057,True +2017/01/01 19:00:00,35.933462211545404,True +2017/01/01 20:00:00,35.797979674684306,True +2017/01/01 21:00:00,35.70521324054357,True +2017/01/01 22:00:00,34.17896721520605,True +2017/01/01 23:00:00,25.859411884759698,True +2017/01/02 00:00:00,19.17776488923821,True +2017/01/02 01:00:00,12.696576128654504,True +2017/01/02 02:00:00,10.943860350044256,True +2017/01/02 03:00:00,11.833993613396501,True +2017/01/02 04:00:00,12.0439988120909,True +2017/01/02 05:00:00,14.870267041004709,True +2017/01/02 06:00:00,19.827766713277526,True +2017/01/02 07:00:00,24.674616113145543,True +2017/01/02 08:00:00,29.16826640346651,True +2017/01/02 09:00:00,27.83028901271282,True +2017/01/02 10:00:00,34.02305899139619,True +2017/01/02 11:00:00,37.558603747985224,True +2017/01/02 12:00:00,38.95747202030899,True +2017/01/02 13:00:00,37.09841546068637,True +2017/01/02 14:00:00,37.45438860786298,True +2017/01/02 15:00:00,35.379358323161625,True +2017/01/02 16:00:00,35.18292119215459,True +2017/01/02 17:00:00,37.616152558196056,True +2017/01/02 18:00:00,40.91591296314306,True +2017/01/02 19:00:00,41.20116613677534,True +2017/01/02 20:00:00,41.46634982635741,True +2017/01/02 21:00:00,39.870625344705005,True +2017/01/02 22:00:00,36.31241161439959,True +2017/01/02 23:00:00,29.28747481190513,True +2017/01/03 00:00:00,19.399433582274305,True +2017/01/03 01:00:00,11.78428541439269,True +2017/01/03 02:00:00,9.393297373998733,True +2017/01/03 03:00:00,9.757345328405503,True +2017/01/03 04:00:00,9.247317898945262,True +2017/01/03 05:00:00,14.227742338689346,True +2017/01/03 06:00:00,18.584935964385895,True +2017/01/03 07:00:00,23.762135027266456,True +2017/01/03 08:00:00,29.23205400109269,True +2017/01/03 09:00:00,27.883865999778163,True +2017/01/03 10:00:00,31.634094575645644,True +2017/01/03 11:00:00,37.005995173394616,True +2017/01/03 12:00:00,38.62057254537046,True +2017/01/03 13:00:00,37.2998403766898,True +2017/01/03 14:00:00,36.72066425700177,True +2017/01/03 15:00:00,35.18833609862192,True +2017/01/03 16:00:00,34.55585049344186,True +2017/01/03 17:00:00,37.47075270549083,True +2017/01/03 18:00:00,40.3091623087076,True +2017/01/03 19:00:00,41.091895692042854,True +2017/01/03 20:00:00,40.58889514853145,True +2017/01/03 21:00:00,38.87985922163651,True +2017/01/03 22:00:00,33.81945967528801,True +2017/01/03 23:00:00,26.967700331271498,True +2017/01/04 00:00:00,19.381905502367342,True +2017/01/04 01:00:00,11.847930523674451,True +2017/01/04 02:00:00,9.521926027159239,True +2017/01/04 03:00:00,9.824722230284511,True +2017/01/04 04:00:00,10.681446716957334,True +2017/01/04 05:00:00,14.429001338814468,True +2017/01/04 06:00:00,18.46932061873744,True +2017/01/04 07:00:00,24.196717262366388,True +2017/01/04 08:00:00,29.198762779095002,True +2017/01/04 09:00:00,28.750671643200178,True +2017/01/04 10:00:00,33.31498610805535,True +2017/01/04 11:00:00,35.03010629179011,True +2017/01/04 12:00:00,38.383672957781165,True +2017/01/04 13:00:00,36.943352450549476,True +2017/01/04 14:00:00,37.00612277977366,True +2017/01/04 15:00:00,34.99390714729092,True +2017/01/04 16:00:00,34.50042314451709,True +2017/01/04 17:00:00,37.40867276776759,True +2017/01/04 18:00:00,40.507892602261805,True +2017/01/04 19:00:00,40.714692604825565,True +2017/01/04 20:00:00,40.91247684048521,True +2017/01/04 21:00:00,38.973557311949556,True +2017/01/04 22:00:00,33.680225480379335,True +2017/01/04 23:00:00,27.016289482407274,True +2017/01/05 00:00:00,19.366940027942785,True +2017/01/05 01:00:00,12.953854176280945,True +2017/01/05 02:00:00,10.898157381260585,True +2017/01/05 03:00:00,11.502590940414247,True +2017/01/05 04:00:00,10.168374759375821,True +2017/01/05 05:00:00,14.077645520059413,True +2017/01/05 06:00:00,17.689964135390717,True +2017/01/05 07:00:00,23.491569770543823,True +2017/01/05 08:00:00,29.221451338032864,True +2017/01/05 09:00:00,27.928971018142164,True +2017/01/05 10:00:00,31.608715691050023,True +2017/01/05 11:00:00,37.128805945543334,True +2017/01/05 12:00:00,38.72835262608895,True +2017/01/05 13:00:00,37.18989802663501,True +2017/01/05 14:00:00,37.11829683674279,True +2017/01/05 15:00:00,35.17866611486754,True +2017/01/05 16:00:00,34.39483230820809,True +2017/01/05 17:00:00,37.187894259239926,True +2017/01/05 18:00:00,40.60898402517225,True +2017/01/05 19:00:00,40.902654513307894,True +2017/01/05 20:00:00,40.783165403467216,True +2017/01/05 21:00:00,38.927326341644175,True +2017/01/05 22:00:00,33.76441514017882,True +2017/01/05 23:00:00,27.015941250880363,True +2017/01/06 00:00:00,19.42005793309802,True +2017/01/06 01:00:00,12.718548137044886,True +2017/01/06 02:00:00,10.495628291465858,True +2017/01/06 03:00:00,9.778413028439292,True +2017/01/06 04:00:00,9.510631658943167,True +2017/01/06 05:00:00,14.512482663615486,True +2017/01/06 06:00:00,18.430766388305017,True +2017/01/06 07:00:00,24.28946684652473,True +2017/01/06 08:00:00,29.86814778355033,True +2017/01/06 09:00:00,29.447291386797147,True +2017/01/06 10:00:00,31.521216836999496,True +2017/01/06 11:00:00,36.96207505153113,True +2017/01/06 12:00:00,38.94492517972216,True +2017/01/06 13:00:00,37.017747795143,True +2017/01/06 14:00:00,37.492602385284194,True +2017/01/06 15:00:00,34.90466949441756,True +2017/01/06 16:00:00,35.057524723659526,True +2017/01/06 17:00:00,37.20899286142515,True +2017/01/06 18:00:00,41.04902521559846,True +2017/01/06 19:00:00,40.934902201433545,True +2017/01/06 20:00:00,40.902877693155204,True +2017/01/06 21:00:00,40.142403383821396,True +2017/01/06 22:00:00,36.1729749842662,True +2017/01/06 23:00:00,29.340406430678467,True +2017/01/07 00:00:00,22.506914146571344,True +2017/01/07 01:00:00,12.924000492405971,True +2017/01/07 02:00:00,9.542280549414269,True +2017/01/07 03:00:00,10.64991625224096,True +2017/01/07 04:00:00,11.75158206560467,True +2017/01/07 05:00:00,13.878732182209344,True +2017/01/07 06:00:00,17.386594429303084,True +2017/01/07 07:00:00,23.128418693229136,True +2017/01/07 08:00:00,25.758464057231873,True +2017/01/07 09:00:00,28.312648445750817,True +2017/01/07 10:00:00,33.307713988989015,True +2017/01/07 11:00:00,36.398964920174464,True +2017/01/07 12:00:00,37.18306832239426,True +2017/01/07 13:00:00,35.60735035755349,True +2017/01/07 14:00:00,35.405245902239926,True +2017/01/07 15:00:00,33.49314870043793,True +2017/01/07 16:00:00,33.607398733894605,True +2017/01/07 17:00:00,35.28967252789126,True +2017/01/07 18:00:00,40.32977409831655,True +2017/01/07 19:00:00,39.72915440385168,True +2017/01/07 20:00:00,37.494319899838686,True +2017/01/07 21:00:00,35.42515637180186,True +2017/01/07 22:00:00,35.083558218478586,True +2017/01/07 23:00:00,27.295966967874715,True +2017/01/08 00:00:00,22.579423245745822,True +2017/01/08 01:00:00,14.200479511182317,True +2017/01/08 02:00:00,12.455271783588936,True +2017/01/08 03:00:00,12.582514506085424,True +2017/01/08 04:00:00,12.755592617123106,True +2017/01/08 05:00:00,15.246140571180467,True +2017/01/08 06:00:00,19.648857706886,True +2017/01/08 07:00:00,24.127866160772236,True +2017/01/08 08:00:00,25.091572689735695,True +2017/01/08 09:00:00,24.91970204568171,True +2017/01/08 10:00:00,25.098510924386893,True +2017/01/08 11:00:00,31.334183010913467,True +2017/01/08 12:00:00,36.212467798932664,True +2017/01/08 13:00:00,33.73978433332178,True +2017/01/08 14:00:00,34.14112541212786,True +2017/01/08 15:00:00,32.19793711099166,True +2017/01/08 16:00:00,32.33344820210644,True +2017/01/08 17:00:00,32.6842231302075,True +2017/01/08 18:00:00,35.900537552563826,True +2017/01/08 19:00:00,35.69743671066011,True +2017/01/08 20:00:00,35.08735286394833,True +2017/01/08 21:00:00,35.26705227716994,True +2017/01/08 22:00:00,31.991672080099175,True +2017/01/08 23:00:00,26.818212117719817,True +2017/01/09 00:00:00,21.023880304585848,True +2017/01/09 01:00:00,12.73071926831968,True +2017/01/09 02:00:00,10.979373294479759,True +2017/01/09 03:00:00,11.757813895380135,True +2017/01/09 04:00:00,12.176051275966778,True +2017/01/09 05:00:00,15.386851956107476,True +2017/01/09 06:00:00,18.929729370989524,True +2017/01/09 07:00:00,24.18653242689678,True +2017/01/09 08:00:00,28.250613854930688,True +2017/01/09 09:00:00,28.01761477948139,True +2017/01/09 10:00:00,31.53644086680228,True +2017/01/09 11:00:00,35.15215241608178,True +2017/01/09 12:00:00,38.43803077760466,True +2017/01/09 13:00:00,36.68145842325442,True +2017/01/09 14:00:00,37.13902105877561,True +2017/01/09 15:00:00,34.878056434789364,True +2017/01/09 16:00:00,34.54890563422568,True +2017/01/09 17:00:00,36.99064459569592,True +2017/01/09 18:00:00,40.459901640753365,True +2017/01/09 19:00:00,40.620106789701154,True +2017/01/09 20:00:00,40.65889286863806,True +2017/01/09 21:00:00,37.11980119706325,True +2017/01/09 22:00:00,33.79788268412521,True +2017/01/09 23:00:00,26.989203271196885,True +2017/01/10 00:00:00,19.510491275030326,True +2017/01/10 01:00:00,13.238483021216464,True +2017/01/10 02:00:00,11.895305843955303,True +2017/01/10 03:00:00,12.37798324872846,True +2017/01/10 04:00:00,12.485576610645118,True +2017/01/10 05:00:00,15.143454869240092,True +2017/01/10 06:00:00,19.243454188895015,True +2017/01/10 07:00:00,24.44589605600484,True +2017/01/10 08:00:00,28.28671369775043,True +2017/01/10 09:00:00,27.763032319387847,True +2017/01/10 10:00:00,31.47888727108689,True +2017/01/10 11:00:00,36.369604668633194,True +2017/01/10 12:00:00,38.926425274706155,True +2017/01/10 13:00:00,37.13275556235994,True +2017/01/10 14:00:00,37.40627830099007,True +2017/01/10 15:00:00,34.9714515417158,True +2017/01/10 16:00:00,34.96447992916485,True +2017/01/10 17:00:00,37.298065357330714,True +2017/01/10 18:00:00,41.31731155292889,True +2017/01/10 19:00:00,40.967042783474355,True +2017/01/10 20:00:00,41.592179590162665,True +2017/01/10 21:00:00,40.36188044319314,True +2017/01/10 22:00:00,36.731059334944234,True +2017/01/10 23:00:00,29.608595491708197,True +2017/01/11 00:00:00,20.61558453713743,True +2017/01/11 01:00:00,14.451202900580341,True +2017/01/11 02:00:00,11.440388454896732,True +2017/01/11 03:00:00,12.523187071186996,True +2017/01/11 04:00:00,10.598296955850866,True +2017/01/11 05:00:00,14.846010876822492,True +2017/01/11 06:00:00,16.801292477752686,True +2017/01/11 07:00:00,22.290722969066174,True +2017/01/11 08:00:00,30.66343982305215,True +2017/01/11 09:00:00,31.019414705528757,True +2017/01/11 10:00:00,34.70928380032821,True +2017/01/11 11:00:00,37.86319123951119,True +2017/01/11 12:00:00,39.11242403197935,True +2017/01/11 13:00:00,36.85852133480453,True +2017/01/11 14:00:00,37.80491620369759,True +2017/01/11 15:00:00,35.71608164628847,True +2017/01/11 16:00:00,35.454067424210315,True +2017/01/11 17:00:00,37.77065337010275,True +2017/01/11 18:00:00,40.946116628960915,True +2017/01/11 19:00:00,40.69858969246604,True +2017/01/11 20:00:00,41.32905629825223,True +2017/01/11 21:00:00,40.14939837848472,True +2017/01/11 22:00:00,36.7609701435733,True +2017/01/11 23:00:00,29.338418176331267,True +2017/01/12 00:00:00,19.323492844755066,True +2017/01/12 01:00:00,13.226486042448718,True +2017/01/12 02:00:00,11.061103862372471,True +2017/01/12 03:00:00,12.754077763300334,True +2017/01/12 04:00:00,13.514926248141055,True +2017/01/12 05:00:00,14.267827897197837,True +2017/01/12 06:00:00,18.52201220682711,True +2017/01/12 07:00:00,24.036592396444412,True +2017/01/12 08:00:00,28.55519202973884,True +2017/01/12 09:00:00,27.93711539578863,True +2017/01/12 10:00:00,31.63431861279286,True +2017/01/12 11:00:00,35.300614136344834,True +2017/01/12 12:00:00,38.26840374595379,True +2017/01/12 13:00:00,36.782374978791154,True +2017/01/12 14:00:00,36.91269376165272,True +2017/01/12 15:00:00,34.98443623795141,True +2017/01/12 16:00:00,34.49697174904263,True +2017/01/12 17:00:00,37.070059811768694,True +2017/01/12 18:00:00,40.53285227634831,True +2017/01/12 19:00:00,40.66891083859475,True +2017/01/12 20:00:00,40.8091320205298,True +2017/01/12 21:00:00,38.8613676181209,True +2017/01/12 22:00:00,33.818537109768585,True +2017/01/12 23:00:00,27.028319636802774,True +2017/01/13 00:00:00,19.57106759324181,True +2017/01/13 01:00:00,13.929163539506742,True +2017/01/13 02:00:00,11.407026715480388,True +2017/01/13 03:00:00,11.260104207038232,True +2017/01/13 04:00:00,9.773926034741542,True +2017/01/13 05:00:00,14.847421552041016,True +2017/01/13 06:00:00,18.475405722778362,True +2017/01/13 07:00:00,23.63624463121056,True +2017/01/13 08:00:00,29.144758160165818,True +2017/01/13 09:00:00,27.948795000784518,True +2017/01/13 10:00:00,31.786794142834736,True +2017/01/13 11:00:00,37.25147253906981,True +2017/01/13 12:00:00,38.66755892738878,True +2017/01/13 13:00:00,37.58225130939211,True +2017/01/13 14:00:00,37.453134729553355,True +2017/01/13 15:00:00,35.52534116583549,True +2017/01/13 16:00:00,34.883717457214026,True +2017/01/13 17:00:00,38.14058528749951,True +2017/01/13 18:00:00,41.02384587425451,True +2017/01/13 19:00:00,41.86462717044497,True +2017/01/13 20:00:00,41.78811385305788,True +2017/01/13 21:00:00,40.18713245637191,True +2017/01/13 22:00:00,36.84153724078806,True +2017/01/13 23:00:00,29.535864361894248,True +2017/01/14 00:00:00,22.139482261717088,True +2017/01/14 01:00:00,15.315986327810803,True +2017/01/14 02:00:00,10.514346285063109,True +2017/01/14 03:00:00,12.521132494110807,True +2017/01/14 04:00:00,11.998539391113905,True +2017/01/14 05:00:00,12.568227383969193,True +2017/01/14 06:00:00,14.743376293705714,True +2017/01/14 07:00:00,20.55543854700688,True +2017/01/14 08:00:00,24.564274052134962,True +2017/01/14 09:00:00,28.697626851408597,True +2017/01/14 10:00:00,33.748095226051944,True +2017/01/14 11:00:00,37.04198259408837,True +2017/01/14 12:00:00,36.91570361319742,True +2017/01/14 13:00:00,35.718159139883625,True +2017/01/14 14:00:00,35.94227163597103,True +2017/01/14 15:00:00,34.38730500788587,True +2017/01/14 16:00:00,33.89556247865863,True +2017/01/14 17:00:00,36.13060522949849,True +2017/01/14 18:00:00,40.793971663905396,True +2017/01/14 19:00:00,39.90775536402565,True +2017/01/14 20:00:00,38.7869690360931,True +2017/01/14 21:00:00,36.54608928571823,True +2017/01/14 22:00:00,36.17018918773068,True +2017/01/14 23:00:00,29.897556558211008,True +2017/01/15 00:00:00,20.308414035829244,True +2017/01/15 01:00:00,12.372554998433928,True +2017/01/15 02:00:00,9.884748182790739,True +2017/01/15 03:00:00,9.89835783281424,True +2017/01/15 04:00:00,9.369947235723737,True +2017/01/15 05:00:00,12.58856932742827,True +2017/01/15 06:00:00,16.9136263994834,True +2017/01/15 07:00:00,21.908046522186385,True +2017/01/15 08:00:00,24.74592944392191,True +2017/01/15 09:00:00,26.998071926496717,True +2017/01/15 10:00:00,27.5914539809973,True +2017/01/15 11:00:00,34.28081452540412,True +2017/01/15 12:00:00,36.64823299470336,True +2017/01/15 13:00:00,34.74557644921024,True +2017/01/15 14:00:00,34.73484342459177,True +2017/01/15 15:00:00,32.41746474560636,True +2017/01/15 16:00:00,32.75446392330636,True +2017/01/15 17:00:00,34.49740300031268,True +2017/01/15 18:00:00,37.8760669298692,True +2017/01/15 19:00:00,36.475359155490786,True +2017/01/15 20:00:00,35.92081090538542,True +2017/01/15 21:00:00,35.939662147742936,True +2017/01/15 22:00:00,34.426758593243996,True +2017/01/15 23:00:00,25.911390114065018,True +2017/01/16 00:00:00,19.37905778994809,True +2017/01/16 01:00:00,11.825429706852027,True +2017/01/16 02:00:00,10.137876809918742,True +2017/01/16 03:00:00,10.866397709719783,True +2017/01/16 04:00:00,10.305297451583606,True +2017/01/16 05:00:00,14.432536423287978,True +2017/01/16 06:00:00,18.72887933756523,True +2017/01/16 07:00:00,23.972910645917302,True +2017/01/16 08:00:00,29.693204207947293,True +2017/01/16 09:00:00,27.73273195325808,True +2017/01/16 10:00:00,33.789019632084745,True +2017/01/16 11:00:00,37.79407368297009,True +2017/01/16 12:00:00,39.19553594434524,True +2017/01/16 13:00:00,37.06381683019647,True +2017/01/16 14:00:00,37.368075663515924,True +2017/01/16 15:00:00,35.43316241915624,True +2017/01/16 16:00:00,35.34628814401834,True +2017/01/16 17:00:00,37.70265754554913,True +2017/01/16 18:00:00,41.04612540619436,True +2017/01/16 19:00:00,41.077151651369725,True +2017/01/16 20:00:00,41.33885310592553,True +2017/01/16 21:00:00,40.25052866529772,True +2017/01/16 22:00:00,36.8244669815558,True +2017/01/16 23:00:00,29.817866551197934,True +2017/01/17 00:00:00,21.925531027055545,True +2017/01/17 01:00:00,14.39174744181316,True +2017/01/17 02:00:00,11.99302293835531,True +2017/01/17 03:00:00,10.848814056907928,True +2017/01/17 04:00:00,9.022605374301184,True +2017/01/17 05:00:00,13.861715099371859,True +2017/01/17 06:00:00,16.29335373561934,True +2017/01/17 07:00:00,22.981795666396945,True +2017/01/17 08:00:00,30.6238573885234,True +2017/01/17 09:00:00,30.81696625042214,True +2017/01/17 10:00:00,34.966120845392425,True +2017/01/17 11:00:00,37.55913219780507,True +2017/01/17 12:00:00,38.50584920622143,True +2017/01/17 13:00:00,36.95275160873476,True +2017/01/17 14:00:00,38.02869769857504,True +2017/01/17 15:00:00,35.44870156227253,True +2017/01/17 16:00:00,35.25572950644205,True +2017/01/17 17:00:00,37.286259597029115,True +2017/01/17 18:00:00,40.661048188623504,True +2017/01/17 19:00:00,40.600728478654766,True +2017/01/17 20:00:00,41.08571606761982,True +2017/01/17 21:00:00,39.52803688282151,True +2017/01/17 22:00:00,37.708101543953724,True +2017/01/17 23:00:00,30.37587144042756,True +2017/01/18 00:00:00,21.596663294332497,True +2017/01/18 01:00:00,13.472543448909686,True +2017/01/18 02:00:00,10.424058900862576,True +2017/01/18 03:00:00,9.711994946985504,True +2017/01/18 04:00:00,9.244091857551584,True +2017/01/18 05:00:00,13.493140798201047,True +2017/01/18 06:00:00,15.318038808902818,True +2017/01/18 07:00:00,21.026815878502937,True +2017/01/18 08:00:00,28.637273163061323,True +2017/01/18 09:00:00,30.62753033805544,True +2017/01/18 10:00:00,34.04444967257637,True +2017/01/18 11:00:00,37.75054568774726,True +2017/01/18 12:00:00,39.15164185439833,True +2017/01/18 13:00:00,37.97844893969091,True +2017/01/18 14:00:00,37.814887407772346,True +2017/01/18 15:00:00,36.053383343580876,True +2017/01/18 16:00:00,35.55159915831347,True +2017/01/18 17:00:00,38.18504567831926,True +2017/01/18 18:00:00,41.213698288805816,True +2017/01/18 19:00:00,41.98029887180145,True +2017/01/18 20:00:00,41.85750283509905,True +2017/01/18 21:00:00,40.518272083598546,True +2017/01/18 22:00:00,37.17234835630433,True +2017/01/18 23:00:00,29.513290817354232,True +2017/01/19 00:00:00,21.823193502013613,True +2017/01/19 01:00:00,11.805654056632216,True +2017/01/19 02:00:00,9.491325875266769,True +2017/01/19 03:00:00,9.72952192706924,True +2017/01/19 04:00:00,9.288468526793995,True +2017/01/19 05:00:00,14.444544289992098,True +2017/01/19 06:00:00,18.96601917434189,True +2017/01/19 07:00:00,24.85325544599962,True +2017/01/19 08:00:00,29.82913547500548,True +2017/01/19 09:00:00,30.16374765285965,True +2017/01/19 10:00:00,34.51322791123031,True +2017/01/19 11:00:00,37.5483278238171,True +2017/01/19 12:00:00,39.07975699110059,True +2017/01/19 13:00:00,37.56166976535945,True +2017/01/19 14:00:00,37.63734293122398,True +2017/01/19 15:00:00,35.566567989003794,True +2017/01/19 16:00:00,35.35054678308012,True +2017/01/19 17:00:00,37.91516943820897,True +2017/01/19 18:00:00,41.28436577094347,True +2017/01/19 19:00:00,41.51582047340301,True +2017/01/19 20:00:00,41.66314726607913,True +2017/01/19 21:00:00,40.49129577830049,True +2017/01/19 22:00:00,36.8649503225713,True +2017/01/19 23:00:00,29.47189330919389,True +2017/01/20 00:00:00,21.734333305943508,True +2017/01/20 01:00:00,12.856441091516233,True +2017/01/20 02:00:00,9.494832542919202,True +2017/01/20 03:00:00,9.737460811233472,True +2017/01/20 04:00:00,9.409851864909754,True +2017/01/20 05:00:00,14.43956650327605,True +2017/01/20 06:00:00,18.49529532546027,True +2017/01/20 07:00:00,23.31422653262454,True +2017/01/20 08:00:00,29.419909313085153,True +2017/01/20 09:00:00,29.917127112906588,True +2017/01/20 10:00:00,33.87223405133321,True +2017/01/20 11:00:00,37.60781467511124,True +2017/01/20 12:00:00,39.11538646952388,True +2017/01/20 13:00:00,37.49411605758274,True +2017/01/20 14:00:00,37.33765396731963,True +2017/01/20 15:00:00,35.654843425079136,True +2017/01/20 16:00:00,34.831819863181266,True +2017/01/20 17:00:00,37.72937315892237,True +2017/01/20 18:00:00,40.93927842445616,True +2017/01/20 19:00:00,41.03767445743235,True +2017/01/20 20:00:00,41.48080737182835,True +2017/01/20 21:00:00,39.645725126579435,True +2017/01/20 22:00:00,36.32019028569243,True +2017/01/20 23:00:00,26.97702962418724,True +2017/01/21 00:00:00,20.14612291130507,True +2017/01/21 01:00:00,12.797700780459534,True +2017/01/21 02:00:00,9.613074293321754,True +2017/01/21 03:00:00,10.395027180670825,True +2017/01/21 04:00:00,9.386310881439243,True +2017/01/21 05:00:00,14.791674241360397,True +2017/01/21 06:00:00,18.69393317730238,True +2017/01/21 07:00:00,24.626498944050567,True +2017/01/21 08:00:00,24.990302055288545,True +2017/01/21 09:00:00,25.383531642194466,True +2017/01/21 10:00:00,32.941144944733814,True +2017/01/21 11:00:00,36.699582095765464,True +2017/01/21 12:00:00,37.217776072561946,True +2017/01/21 13:00:00,35.771917157454645,True +2017/01/21 14:00:00,35.499506505055166,True +2017/01/21 15:00:00,33.74936996645107,True +2017/01/21 16:00:00,33.331656055737795,True +2017/01/21 17:00:00,35.36186302796812,True +2017/01/21 18:00:00,40.53838642918227,True +2017/01/21 19:00:00,39.491573323783975,True +2017/01/21 20:00:00,38.00204337903559,True +2017/01/21 21:00:00,35.76844300808094,True +2017/01/21 22:00:00,35.520148391635914,True +2017/01/21 23:00:00,29.44767753445448,True +2017/01/22 00:00:00,20.310516327457528,True +2017/01/22 01:00:00,12.419530537679737,True +2017/01/22 02:00:00,11.031910874062019,True +2017/01/22 03:00:00,11.593144876571328,True +2017/01/22 04:00:00,12.056671270657723,True +2017/01/22 05:00:00,14.72983322223245,True +2017/01/22 06:00:00,18.392716045842533,True +2017/01/22 07:00:00,24.026813346946664,True +2017/01/22 08:00:00,24.451454935323756,True +2017/01/22 09:00:00,27.07473191374705,True +2017/01/22 10:00:00,27.374929715914845,True +2017/01/22 11:00:00,34.071260132230066,True +2017/01/22 12:00:00,37.36752898710218,True +2017/01/22 13:00:00,35.1555169556637,True +2017/01/22 14:00:00,34.78705703622559,True +2017/01/22 15:00:00,32.86408218964359,True +2017/01/22 16:00:00,32.517782774307854,True +2017/01/22 17:00:00,34.63725885046604,True +2017/01/22 18:00:00,37.57326897542798,True +2017/01/22 19:00:00,36.32246483995334,True +2017/01/22 20:00:00,35.8221948831628,True +2017/01/22 21:00:00,36.20942498008749,True +2017/01/22 22:00:00,34.65611448671216,True +2017/01/22 23:00:00,28.133624706886476,True +2017/01/23 00:00:00,20.175662118508964,True +2017/01/23 01:00:00,13.822427879092391,True +2017/01/23 02:00:00,12.171688515186274,True +2017/01/23 03:00:00,11.608914471890825,True +2017/01/23 04:00:00,9.67919248013291,True +2017/01/23 05:00:00,14.851123424033553,True +2017/01/23 06:00:00,18.696780690152004,True +2017/01/23 07:00:00,23.20777093242065,True +2017/01/23 08:00:00,28.05757181587796,True +2017/01/23 09:00:00,27.831959011844415,True +2017/01/23 10:00:00,31.58964963218076,True +2017/01/23 11:00:00,34.97524213042129,True +2017/01/23 12:00:00,38.32845830931482,True +2017/01/23 13:00:00,37.03222645843931,True +2017/01/23 14:00:00,36.75775169466818,True +2017/01/23 15:00:00,34.98456539478657,True +2017/01/23 16:00:00,32.46762509723113,True +2017/01/23 17:00:00,37.10685779102404,True +2017/01/23 18:00:00,40.27301284114956,True +2017/01/23 19:00:00,40.73594522826505,True +2017/01/23 20:00:00,40.56226283070021,True +2017/01/23 21:00:00,38.929216208019696,True +2017/01/23 22:00:00,34.1242613212778,True +2017/01/23 23:00:00,27.11527013870973,True +2017/01/24 00:00:00,20.24771691750903,True +2017/01/24 01:00:00,14.87424584697958,True +2017/01/24 02:00:00,12.573576793310925,True +2017/01/24 03:00:00,13.13323495494467,True +2017/01/24 04:00:00,13.017583808817294,True +2017/01/24 05:00:00,15.192955891346324,True +2017/01/24 06:00:00,19.17220812356148,True +2017/01/24 07:00:00,23.90300621295018,True +2017/01/24 08:00:00,28.322187610166637,True +2017/01/24 09:00:00,27.917543210599835,True +2017/01/24 10:00:00,31.57381551590154,True +2017/01/24 11:00:00,35.08298797779237,True +2017/01/24 12:00:00,38.070605475867936,True +2017/01/24 13:00:00,36.705522517109756,True +2017/01/24 14:00:00,36.600325497779494,True +2017/01/24 15:00:00,34.82708657366789,True +2017/01/24 16:00:00,32.29513767819811,True +2017/01/24 17:00:00,37.02677687845743,True +2017/01/24 18:00:00,40.309778924528835,True +2017/01/24 19:00:00,40.79929153141207,True +2017/01/24 20:00:00,40.55610874654559,True +2017/01/24 21:00:00,38.521731577516874,True +2017/01/24 22:00:00,33.79354690613324,True +2017/01/24 23:00:00,27.055910873059865,True +2017/01/25 00:00:00,19.633160689592962,True +2017/01/25 01:00:00,12.629037667663365,True +2017/01/25 02:00:00,11.413257202638263,True +2017/01/25 03:00:00,13.281127952787731,True +2017/01/25 04:00:00,12.258364121133196,True +2017/01/25 05:00:00,15.07548098958422,True +2017/01/25 06:00:00,18.07053438414191,True +2017/01/25 07:00:00,24.241002038906366,True +2017/01/25 08:00:00,29.194258514356132,True +2017/01/25 09:00:00,27.89012557726576,True +2017/01/25 10:00:00,32.015743671021056,True +2017/01/25 11:00:00,34.90632621497126,True +2017/01/25 12:00:00,38.34871491160683,True +2017/01/25 13:00:00,37.14514117973876,True +2017/01/25 14:00:00,36.74877537514782,True +2017/01/25 15:00:00,35.10617634432657,True +2017/01/25 16:00:00,34.38877574759037,True +2017/01/25 17:00:00,37.34458626311449,True +2017/01/25 18:00:00,40.52906803534625,True +2017/01/25 19:00:00,41.13527056908517,True +2017/01/25 20:00:00,40.53328002732538,True +2017/01/25 21:00:00,39.06859767862388,True +2017/01/25 22:00:00,33.98840039019445,True +2017/01/25 23:00:00,27.05780478875358,True +2017/01/26 00:00:00,19.462792988268184,True +2017/01/26 01:00:00,12.887397167113585,True +2017/01/26 02:00:00,11.09022876763787,True +2017/01/26 03:00:00,12.408669553603826,True +2017/01/26 04:00:00,12.18194318418476,True +2017/01/26 05:00:00,15.130169775284168,True +2017/01/26 06:00:00,19.150583891498812,True +2017/01/26 07:00:00,25.02290879996761,True +2017/01/26 08:00:00,30.054895107412438,True +2017/01/26 09:00:00,27.924757150371313,True +2017/01/26 10:00:00,31.583161666178242,True +2017/01/26 11:00:00,37.424462303573065,True +2017/01/26 12:00:00,36.88647458306892,True +2017/01/26 13:00:00,37.26622824943482,True +2017/01/26 14:00:00,37.266995345310676,True +2017/01/26 15:00:00,35.11083750417006,True +2017/01/26 16:00:00,34.71111081240364,True +2017/01/26 17:00:00,37.42871766664939,True +2017/01/26 18:00:00,40.96768693611231,True +2017/01/26 19:00:00,40.77653697464326,True +2017/01/26 20:00:00,41.22043806614644,True +2017/01/26 21:00:00,39.510885240095966,True +2017/01/26 22:00:00,35.9519401877743,True +2017/01/26 23:00:00,27.047266941438767,True +2017/01/27 00:00:00,19.574874697153433,True +2017/01/27 01:00:00,12.697989656233062,True +2017/01/27 02:00:00,9.533617592390208,True +2017/01/27 03:00:00,11.247107603314436,True +2017/01/27 04:00:00,11.157987308685396,True +2017/01/27 05:00:00,14.37022684163776,True +2017/01/27 06:00:00,18.714379213330574,True +2017/01/27 07:00:00,24.782226387622636,True +2017/01/27 08:00:00,29.47368691204452,True +2017/01/27 09:00:00,27.82969729141031,True +2017/01/27 10:00:00,31.511859717188763,True +2017/01/27 11:00:00,36.72354658027702,True +2017/01/27 12:00:00,38.94763147665135,True +2017/01/27 13:00:00,36.87499812878283,True +2017/01/27 14:00:00,37.260699305989846,True +2017/01/27 15:00:00,35.23610221626891,True +2017/01/27 16:00:00,34.68923127949541,True +2017/01/27 17:00:00,37.076473515507374,True +2017/01/27 18:00:00,41.106360564020086,True +2017/01/27 19:00:00,40.875655433678524,True +2017/01/27 20:00:00,41.164961023029996,True +2017/01/27 21:00:00,39.43184889585695,True +2017/01/27 22:00:00,35.99517993159144,True +2017/01/27 23:00:00,27.03366415289843,True +2017/01/28 00:00:00,20.23347177178082,True +2017/01/28 01:00:00,12.802027942144345,True +2017/01/28 02:00:00,10.461541529168962,True +2017/01/28 03:00:00,11.351389447110293,True +2017/01/28 04:00:00,10.267025736139676,True +2017/01/28 05:00:00,13.974694262053799,True +2017/01/28 06:00:00,16.935594680671215,True +2017/01/28 07:00:00,23.983980610643,True +2017/01/28 08:00:00,25.88000801013283,True +2017/01/28 09:00:00,27.456896488559313,True +2017/01/28 10:00:00,30.88453030624392,True +2017/01/28 11:00:00,33.99960453694209,True +2017/01/28 12:00:00,36.65482111508539,True +2017/01/28 13:00:00,35.34951678582449,True +2017/01/28 14:00:00,35.02963564902534,True +2017/01/28 15:00:00,33.16461488170248,True +2017/01/28 16:00:00,33.01771375591882,True +2017/01/28 17:00:00,35.11204196787056,True +2017/01/28 18:00:00,40.082716978710906,True +2017/01/28 19:00:00,39.006268747964974,True +2017/01/28 20:00:00,37.368598774969044,True +2017/01/28 21:00:00,33.17582601265511,True +2017/01/28 22:00:00,33.05060317093868,True +2017/01/28 23:00:00,27.338628715693215,True +2017/01/29 00:00:00,21.6687265842457,True +2017/01/29 01:00:00,14.609482274402016,True +2017/01/29 02:00:00,11.558627104462383,True +2017/01/29 03:00:00,12.40569433422091,True +2017/01/29 04:00:00,12.733604266299663,True +2017/01/29 05:00:00,15.162850043670877,True +2017/01/29 06:00:00,18.57797392839222,True +2017/01/29 07:00:00,23.74859506991487,True +2017/01/29 08:00:00,25.538548951094953,True +2017/01/29 09:00:00,25.6266911687799,True +2017/01/29 10:00:00,25.164212105368648,True +2017/01/29 11:00:00,31.49058465135433,True +2017/01/29 12:00:00,36.64885608351738,True +2017/01/29 13:00:00,34.35817273221596,True +2017/01/29 14:00:00,34.30757279330042,True +2017/01/29 15:00:00,32.419340822816885,True +2017/01/29 16:00:00,31.922575036476406,True +2017/01/29 17:00:00,34.110175341685746,True +2017/01/29 18:00:00,37.191888940451605,True +2017/01/29 19:00:00,35.577487718068646,True +2017/01/29 20:00:00,35.1494892418957,True +2017/01/29 21:00:00,33.27963140999107,True +2017/01/29 22:00:00,33.22057733974173,True +2017/01/29 23:00:00,27.197526809118852,True +2017/01/30 00:00:00,19.47518987790505,True +2017/01/30 01:00:00,14.212622897312235,True +2017/01/30 02:00:00,11.989692356454558,True +2017/01/30 03:00:00,13.328175801676956,True +2017/01/30 04:00:00,13.42501109248371,True +2017/01/30 05:00:00,15.455684584387834,True +2017/01/30 06:00:00,19.289467607285435,True +2017/01/30 07:00:00,24.123147568287916,True +2017/01/30 08:00:00,29.67494696733722,True +2017/01/30 09:00:00,27.91794337249572,True +2017/01/30 10:00:00,31.60222285029044,True +2017/01/30 11:00:00,34.98776150374491,True +2017/01/30 12:00:00,38.24064228955506,True +2017/01/30 13:00:00,36.761031626723245,True +2017/01/30 14:00:00,36.55159907616207,True +2017/01/30 15:00:00,32.72104230217224,True +2017/01/30 16:00:00,32.439540070037296,True +2017/01/30 17:00:00,34.81259337387899,True +2017/01/30 18:00:00,40.07274984936574,True +2017/01/30 19:00:00,38.6269554954262,True +2017/01/30 20:00:00,38.54811491496125,True +2017/01/30 21:00:00,37.58329257099018,True +2017/01/30 22:00:00,33.98324534183384,True +2017/01/30 23:00:00,27.09518386265303,True +2017/01/31 00:00:00,20.185119256448264,True +2017/01/31 01:00:00,13.399769389465034,True +2017/01/31 02:00:00,11.7264855688239,True +2017/01/31 03:00:00,11.957919367346834,True +2017/01/31 04:00:00,10.839233340955476,True +2017/01/31 05:00:00,13.842567623103212,True +2017/01/31 06:00:00,18.015207816584777,True +2017/01/31 07:00:00,24.367007763860194,True +2017/01/31 08:00:00,29.104636984723648,True +2017/01/31 09:00:00,28.001144447580618,True +2017/01/31 10:00:00,31.94276803667826,True +2017/01/31 11:00:00,34.875959191174786,True +2017/01/31 12:00:00,38.04942619743183,True +2017/01/31 13:00:00,36.58859837260788,True +2017/01/31 14:00:00,36.322650700515894,True +2017/01/31 15:00:00,32.885932182299996,True +2017/01/31 16:00:00,32.21050854178438,True +2017/01/31 17:00:00,35.136399013524766,True +2017/01/31 18:00:00,38.32860763863951,True +2017/01/31 19:00:00,40.65026538482389,True +2017/01/31 20:00:00,38.57463154911643,True +2017/01/31 21:00:00,38.8128472140264,True +2017/01/31 22:00:00,33.94348772675384,True +2017/01/31 23:00:00,27.22346048272265,True +2017/02/01 00:00:00,19.421125982714972,True +2017/02/01 01:00:00,11.873941390655071,True +2017/02/01 02:00:00,9.547477611177595,True +2017/02/01 03:00:00,12.617417539514499,True +2017/02/01 04:00:00,10.991687192364724,True +2017/02/01 05:00:00,14.287018128281124,True +2017/02/01 06:00:00,17.11768684518745,True +2017/02/01 07:00:00,22.78626335526151,True +2017/02/01 08:00:00,30.108605655161703,True +2017/02/01 09:00:00,30.581576216944477,True +2017/02/01 10:00:00,34.26420896302222,True +2017/02/01 11:00:00,37.75932444266059,True +2017/02/01 12:00:00,39.20608555998419,True +2017/02/01 13:00:00,37.87354345798607,True +2017/02/01 14:00:00,37.77554714404597,True +2017/02/01 15:00:00,35.679712149031594,True +2017/02/01 16:00:00,35.519953032413234,True +2017/02/01 17:00:00,38.034585868745935,True +2017/02/01 18:00:00,41.102475905261905,True +2017/02/01 19:00:00,41.619644329171315,True +2017/02/01 20:00:00,41.67236954902184,True +2017/02/01 21:00:00,40.604000405482374,True +2017/02/01 22:00:00,36.943160731627344,True +2017/02/01 23:00:00,29.655872001533723,True +2017/02/02 00:00:00,19.412171028042696,True +2017/02/02 01:00:00,11.776267623286023,True +2017/02/02 02:00:00,9.452229635353362,True +2017/02/02 03:00:00,9.782108704063486,True +2017/02/02 04:00:00,9.239218600174855,True +2017/02/02 05:00:00,13.45967052978241,True +2017/02/02 06:00:00,17.1477836439921,True +2017/02/02 07:00:00,23.660826240954723,True +2017/02/02 08:00:00,29.453111794843696,True +2017/02/02 09:00:00,28.248210529094866,True +2017/02/02 10:00:00,33.81784615960849,True +2017/02/02 11:00:00,37.49556175972638,True +2017/02/02 12:00:00,38.65562894577184,True +2017/02/02 13:00:00,37.031284582381566,True +2017/02/02 14:00:00,37.07931068439228,True +2017/02/02 15:00:00,35.21130976722233,True +2017/02/02 16:00:00,34.66865626685491,True +2017/02/02 17:00:00,37.467827096995954,True +2017/02/02 18:00:00,40.75180315268655,True +2017/02/02 19:00:00,40.83810786629688,True +2017/02/02 20:00:00,41.11279047642742,True +2017/02/02 21:00:00,39.40118403642697,True +2017/02/02 22:00:00,36.135548831119266,True +2017/02/02 23:00:00,27.115929090014653,True +2017/02/03 00:00:00,19.368998464005315,True +2017/02/03 01:00:00,12.628728692019168,True +2017/02/03 02:00:00,9.548254865260109,True +2017/02/03 03:00:00,9.852220329822009,True +2017/02/03 04:00:00,9.387892833464994,True +2017/02/03 05:00:00,14.191067212822796,True +2017/02/03 06:00:00,17.63130681457499,True +2017/02/03 07:00:00,23.23934881628149,True +2017/02/03 08:00:00,29.48494828125876,True +2017/02/03 09:00:00,28.65762697254264,True +2017/02/03 10:00:00,32.953714296680694,True +2017/02/03 11:00:00,37.12746319207911,True +2017/02/03 12:00:00,36.96947566510227,True +2017/02/03 13:00:00,37.16348932350364,True +2017/02/03 14:00:00,37.56095814645461,True +2017/02/03 15:00:00,35.45414032066156,True +2017/02/03 16:00:00,34.811176690575,True +2017/02/03 17:00:00,37.56468082723185,True +2017/02/03 18:00:00,41.01326138832299,True +2017/02/03 19:00:00,40.872354021024535,True +2017/02/03 20:00:00,41.31876722107364,True +2017/02/03 21:00:00,39.61065821140155,True +2017/02/03 22:00:00,36.143617250993024,True +2017/02/03 23:00:00,27.040279721980077,True +2017/02/04 00:00:00,20.2341923567952,True +2017/02/04 01:00:00,12.92384821609512,True +2017/02/04 02:00:00,11.030402708920645,True +2017/02/04 03:00:00,11.870277867438743,True +2017/02/04 04:00:00,11.797548395523442,True +2017/02/04 05:00:00,14.502655898325765,True +2017/02/04 06:00:00,18.462148594229575,True +2017/02/04 07:00:00,23.74493911925863,True +2017/02/04 08:00:00,25.288680137813312,True +2017/02/04 09:00:00,26.06250617762586,True +2017/02/04 10:00:00,31.47076569949914,True +2017/02/04 11:00:00,36.18336423122165,True +2017/02/04 12:00:00,34.60656006907594,True +2017/02/04 13:00:00,34.458552637555,True +2017/02/04 14:00:00,35.338224849677786,True +2017/02/04 15:00:00,33.58164405006186,True +2017/02/04 16:00:00,32.82880810935578,True +2017/02/04 17:00:00,34.9187722335751,True +2017/02/04 18:00:00,40.08631220592394,True +2017/02/04 19:00:00,38.967935855596586,True +2017/02/04 20:00:00,37.17978888116718,True +2017/02/04 21:00:00,33.20847377325446,True +2017/02/04 22:00:00,33.161652126998646,True +2017/02/04 23:00:00,27.218564281245733,True +2017/02/05 00:00:00,20.621193786405787,True +2017/02/05 01:00:00,14.554230869599447,True +2017/02/05 02:00:00,12.280490935973555,True +2017/02/05 03:00:00,12.164648856216926,True +2017/02/05 04:00:00,10.808209029161421,True +2017/02/05 05:00:00,14.877892801441186,True +2017/02/05 06:00:00,19.176132338451623,True +2017/02/05 07:00:00,24.19893705328967,True +2017/02/05 08:00:00,25.573907494902407,True +2017/02/05 09:00:00,25.821957137801782,True +2017/02/05 10:00:00,25.417762762238862,True +2017/02/05 11:00:00,31.453728446226886,True +2017/02/05 12:00:00,35.88465300065522,True +2017/02/05 13:00:00,34.18669804757623,True +2017/02/05 14:00:00,34.14681463807267,True +2017/02/05 15:00:00,30.123244105120193,True +2017/02/05 16:00:00,29.676379069284593,True +2017/02/05 17:00:00,31.965370239332856,True +2017/02/05 18:00:00,34.97357499615815,True +2017/02/05 19:00:00,33.46713281972484,True +2017/02/05 20:00:00,33.634330998943575,True +2017/02/05 21:00:00,34.19404250547501,True +2017/02/05 22:00:00,33.06623750126332,True +2017/02/05 23:00:00,27.085517224699025,True +2017/02/06 00:00:00,22.144225115414244,True +2017/02/06 01:00:00,14.157339622455973,True +2017/02/06 02:00:00,12.897498094685083,True +2017/02/06 03:00:00,13.46831853703013,True +2017/02/06 04:00:00,13.483994478102524,True +2017/02/06 05:00:00,15.342926308022962,True +2017/02/06 06:00:00,19.620336262123693,True +2017/02/06 07:00:00,24.837732320056393,True +2017/02/06 08:00:00,28.762978243077335,True +2017/02/06 09:00:00,28.182967616925527,True +2017/02/06 10:00:00,31.816902518966053,True +2017/02/06 11:00:00,35.25046407264851,True +2017/02/06 12:00:00,36.052276502946654,True +2017/02/06 13:00:00,34.36918968980537,True +2017/02/06 14:00:00,34.636346594681314,True +2017/02/06 15:00:00,32.550909489784786,True +2017/02/06 16:00:00,32.56036423850176,True +2017/02/06 17:00:00,34.757056605766735,True +2017/02/06 18:00:00,38.423253067375,True +2017/02/06 19:00:00,38.78828978950628,True +2017/02/06 20:00:00,38.644773782687665,True +2017/02/06 21:00:00,38.796349077261794,True +2017/02/06 22:00:00,35.00483131586417,True +2017/02/06 23:00:00,28.746608002639473,True +2017/02/07 00:00:00,22.410797417066416,True +2017/02/07 01:00:00,14.802347993372733,True +2017/02/07 02:00:00,11.415227008198658,True +2017/02/07 03:00:00,13.586755141542302,True +2017/02/07 04:00:00,13.274534241328945,True +2017/02/07 05:00:00,15.606171103797731,True +2017/02/07 06:00:00,18.978537185325905,True +2017/02/07 07:00:00,23.903143223404793,True +2017/02/07 08:00:00,26.316635068556295,True +2017/02/07 09:00:00,27.91404441039271,True +2017/02/07 10:00:00,31.736217347919812,True +2017/02/07 11:00:00,35.022755544233746,True +2017/02/07 12:00:00,35.94554164499067,True +2017/02/07 13:00:00,36.67698434267626,True +2017/02/07 14:00:00,36.447736895278474,True +2017/02/07 15:00:00,34.941896436663825,True +2017/02/07 16:00:00,34.42080356769314,True +2017/02/07 17:00:00,37.28148544088369,True +2017/02/07 18:00:00,39.777125693860334,True +2017/02/07 19:00:00,41.402818770761705,True +2017/02/07 20:00:00,40.912799379789696,True +2017/02/07 21:00:00,39.508673710545374,True +2017/02/07 22:00:00,34.53451498644776,True +2017/02/07 23:00:00,27.7048984188231,True +2017/02/08 00:00:00,20.8746998592558,True +2017/02/08 01:00:00,13.683537628714268,True +2017/02/08 02:00:00,10.42645518553602,True +2017/02/08 03:00:00,12.30818069358196,True +2017/02/08 04:00:00,12.356070937066114,True +2017/02/08 05:00:00,15.011888564866425,True +2017/02/08 06:00:00,19.139928803690832,True +2017/02/08 07:00:00,24.63236708018347,True +2017/02/08 08:00:00,27.571161455594243,True +2017/02/08 09:00:00,28.666273122129184,True +2017/02/08 10:00:00,31.58146900478508,True +2017/02/08 11:00:00,35.010525131657744,True +2017/02/08 12:00:00,38.25995693608411,True +2017/02/08 13:00:00,36.719278551433455,True +2017/02/08 14:00:00,36.65272131746662,True +2017/02/08 15:00:00,34.57598585579103,True +2017/02/08 16:00:00,32.284667298164194,True +2017/02/08 17:00:00,36.813933760949986,True +2017/02/08 18:00:00,38.52088130607043,True +2017/02/08 19:00:00,40.7730347408495,True +2017/02/08 20:00:00,40.490224349193,True +2017/02/08 21:00:00,38.388209404897715,True +2017/02/08 22:00:00,33.91639409243594,True +2017/02/08 23:00:00,27.253313015417632,True +2017/02/09 00:00:00,19.491393230714618,True +2017/02/09 01:00:00,12.81576143523087,True +2017/02/09 02:00:00,11.456472333423477,True +2017/02/09 03:00:00,11.865333303888205,True +2017/02/09 04:00:00,12.217014794852263,True +2017/02/09 05:00:00,14.63585507487044,True +2017/02/09 06:00:00,17.817115692678193,True +2017/02/09 07:00:00,23.56785552986322,True +2017/02/09 08:00:00,26.81226533933935,True +2017/02/09 09:00:00,27.76384768662569,True +2017/02/09 10:00:00,31.74454297381382,True +2017/02/09 11:00:00,35.91419503081197,True +2017/02/09 12:00:00,38.9452172906715,True +2017/02/09 13:00:00,37.218857624563675,True +2017/02/09 14:00:00,36.99930892063711,True +2017/02/09 15:00:00,35.28055579031527,True +2017/02/09 16:00:00,34.63375068803215,True +2017/02/09 17:00:00,37.391609081748776,True +2017/02/09 18:00:00,38.83967539536468,True +2017/02/09 19:00:00,41.26150617354038,True +2017/02/09 20:00:00,40.972702980621854,True +2017/02/09 21:00:00,39.596602674887635,True +2017/02/09 22:00:00,36.02366573240844,True +2017/02/09 23:00:00,27.09693564183721,True +2017/02/10 00:00:00,19.584313154699284,True +2017/02/10 01:00:00,14.215167243363938,True +2017/02/10 02:00:00,11.314809333517111,True +2017/02/10 03:00:00,10.917783104422055,True +2017/02/10 04:00:00,10.245468698727356,True +2017/02/10 05:00:00,14.38377686273155,True +2017/02/10 06:00:00,18.111873010409422,True +2017/02/10 07:00:00,23.870624610803585,True +2017/02/10 08:00:00,26.68401769969168,True +2017/02/10 09:00:00,29.421091715355495,True +2017/02/10 10:00:00,32.51470131564818,True +2017/02/10 11:00:00,35.1178767360466,True +2017/02/10 12:00:00,38.309525712377074,True +2017/02/10 13:00:00,37.11703540736798,True +2017/02/10 14:00:00,36.80580927482779,True +2017/02/10 15:00:00,35.05329419180724,True +2017/02/10 16:00:00,34.25206192272078,True +2017/02/10 17:00:00,37.15657874760987,True +2017/02/10 18:00:00,38.242247190750405,True +2017/02/10 19:00:00,40.75928241823843,True +2017/02/10 20:00:00,40.638899759821584,True +2017/02/10 21:00:00,36.97821585348825,True +2017/02/10 22:00:00,34.04103466909636,True +2017/02/10 23:00:00,27.055724116875812,True +2017/02/11 00:00:00,20.247611267691244,True +2017/02/11 01:00:00,12.761055065890673,True +2017/02/11 02:00:00,10.1428665192538,True +2017/02/11 03:00:00,11.534786850278495,True +2017/02/11 04:00:00,11.744931562011715,True +2017/02/11 05:00:00,14.249444019190284,True +2017/02/11 06:00:00,18.5136121717879,True +2017/02/11 07:00:00,23.13448357502019,True +2017/02/11 08:00:00,22.35148071301293,True +2017/02/11 09:00:00,25.410036115531096,True +2017/02/11 10:00:00,30.89601779480761,True +2017/02/11 11:00:00,36.15942148677785,True +2017/02/11 12:00:00,37.00001714971162,True +2017/02/11 13:00:00,35.850763063845285,True +2017/02/11 14:00:00,35.0536259537561,True +2017/02/11 15:00:00,33.7035334857794,True +2017/02/11 16:00:00,33.15729472004256,True +2017/02/11 17:00:00,35.41997126450319,True +2017/02/11 18:00:00,38.463415895823154,True +2017/02/11 19:00:00,39.84298595090039,True +2017/02/11 20:00:00,38.47107191572728,True +2017/02/11 21:00:00,36.3953611801994,True +2017/02/11 22:00:00,36.16446189340516,True +2017/02/11 23:00:00,29.454922479662955,True +2017/02/12 00:00:00,20.476019001653494,True +2017/02/12 01:00:00,12.378899223036685,True +2017/02/12 02:00:00,10.618930766233609,True +2017/02/12 03:00:00,10.975213329278832,True +2017/02/12 04:00:00,10.91861927426469,True +2017/02/12 05:00:00,14.952932785757081,True +2017/02/12 06:00:00,19.953833285334863,True +2017/02/12 07:00:00,23.625519838045705,True +2017/02/12 08:00:00,22.020695792183698,True +2017/02/12 09:00:00,26.94063683050978,True +2017/02/12 10:00:00,25.03203549899564,True +2017/02/12 11:00:00,33.5683564471669,True +2017/02/12 12:00:00,36.63990735296796,True +2017/02/12 13:00:00,34.68140474495772,True +2017/02/12 14:00:00,34.57900385812217,True +2017/02/12 15:00:00,32.04521943641273,True +2017/02/12 16:00:00,30.03435066719568,True +2017/02/12 17:00:00,34.08243174777979,True +2017/02/12 18:00:00,34.79539621884221,True +2017/02/12 19:00:00,33.59115828700495,True +2017/02/12 20:00:00,33.237181134681165,True +2017/02/12 21:00:00,33.48450692929189,True +2017/02/12 22:00:00,33.37710544284032,True +2017/02/12 23:00:00,28.747929885462028,True +2017/02/13 00:00:00,22.27207909507145,True +2017/02/13 01:00:00,14.917382210893102,True +2017/02/13 02:00:00,12.271289079512997,True +2017/02/13 03:00:00,13.795484403410335,True +2017/02/13 04:00:00,13.820510537086545,True +2017/02/13 05:00:00,15.84466954847834,True +2017/02/13 06:00:00,19.58301660542302,True +2017/02/13 07:00:00,24.189398990434697,True +2017/02/13 08:00:00,26.744494370857375,True +2017/02/13 09:00:00,28.03924625636818,True +2017/02/13 10:00:00,31.84335868827976,True +2017/02/13 11:00:00,34.912428546737374,True +2017/02/13 12:00:00,38.27543848842476,True +2017/02/13 13:00:00,36.72315781360487,True +2017/02/13 14:00:00,36.62604881340643,True +2017/02/13 15:00:00,32.570872251112725,True +2017/02/13 16:00:00,32.39464270691648,True +2017/02/13 17:00:00,37.10045277735005,True +2017/02/13 18:00:00,38.65273555563036,True +2017/02/13 19:00:00,40.89581030107133,True +2017/02/13 20:00:00,40.6345054754224,True +2017/02/13 21:00:00,39.355745209198666,True +2017/02/13 22:00:00,34.04777928078249,True +2017/02/13 23:00:00,27.140955029923383,True +2017/02/14 00:00:00,20.92941980789182,True +2017/02/14 01:00:00,13.835029069840733,True +2017/02/14 02:00:00,11.794168838051203,True +2017/02/14 03:00:00,12.925531727469645,True +2017/02/14 04:00:00,12.77094120186836,True +2017/02/14 05:00:00,15.525166101907883,True +2017/02/14 06:00:00,19.084833176976357,True +2017/02/14 07:00:00,24.25367030677632,True +2017/02/14 08:00:00,26.13921256536299,True +2017/02/14 09:00:00,27.743306240661983,True +2017/02/14 10:00:00,31.53360398339546,True +2017/02/14 11:00:00,34.79485728843685,True +2017/02/14 12:00:00,38.664701988014734,True +2017/02/14 13:00:00,36.829656334742246,True +2017/02/14 14:00:00,37.38869354129371,True +2017/02/14 15:00:00,34.66893973556658,True +2017/02/14 16:00:00,35.07921944225682,True +2017/02/14 17:00:00,37.08477436910029,True +2017/02/14 18:00:00,39.19072229049797,True +2017/02/14 19:00:00,41.3176604303872,True +2017/02/14 20:00:00,40.968497018353055,True +2017/02/14 21:00:00,39.868288755602926,True +2017/02/14 22:00:00,36.42297070014443,True +2017/02/14 23:00:00,29.820233184149426,True +2017/02/15 00:00:00,22.48574480169311,True +2017/02/15 01:00:00,12.309947188524129,True +2017/02/15 02:00:00,11.478970032181339,True +2017/02/15 03:00:00,10.444447890965817,True +2017/02/15 04:00:00,12.246367157567589,True +2017/02/15 05:00:00,14.855468991714536,True +2017/02/15 06:00:00,17.54109378039191,True +2017/02/15 07:00:00,22.908537499383943,True +2017/02/15 08:00:00,28.302424565998464,True +2017/02/15 09:00:00,30.75828396527549,True +2017/02/15 10:00:00,34.29890037372399,True +2017/02/15 11:00:00,37.433001088105236,True +2017/02/15 12:00:00,39.15848768227373,True +2017/02/15 13:00:00,37.62214354765875,True +2017/02/15 14:00:00,37.733008384933456,True +2017/02/15 15:00:00,35.45274721642492,True +2017/02/15 16:00:00,35.28873927878435,True +2017/02/15 17:00:00,37.50385693524886,True +2017/02/15 18:00:00,39.20017706171312,True +2017/02/15 19:00:00,41.463136362533085,True +2017/02/15 20:00:00,41.531782041810445,True +2017/02/15 21:00:00,40.31584374422307,True +2017/02/15 22:00:00,36.921123769588114,True +2017/02/15 23:00:00,29.304925376246782,True +2017/02/16 00:00:00,19.386569027600743,True +2017/02/16 01:00:00,11.796463671368237,True +2017/02/16 02:00:00,9.55042006333415,True +2017/02/16 03:00:00,9.743130925733244,True +2017/02/16 04:00:00,9.385544349109932,True +2017/02/16 05:00:00,14.142910236317299,True +2017/02/16 06:00:00,17.336778011226826,True +2017/02/16 07:00:00,23.44858863433296,True +2017/02/16 08:00:00,26.864191819753604,True +2017/02/16 09:00:00,27.73333498761926,True +2017/02/16 10:00:00,31.582282268091156,True +2017/02/16 11:00:00,36.315966850259,True +2017/02/16 12:00:00,38.736052626383675,True +2017/02/16 13:00:00,37.40993940060124,True +2017/02/16 14:00:00,37.06047511938031,True +2017/02/16 15:00:00,35.26873629591481,True +2017/02/16 16:00:00,34.90844983340867,True +2017/02/16 17:00:00,37.34134184573467,True +2017/02/16 18:00:00,38.84766344705852,True +2017/02/16 19:00:00,40.994945764992124,True +2017/02/16 20:00:00,41.14826162803433,True +2017/02/16 21:00:00,39.74123049960942,True +2017/02/16 22:00:00,36.28368734091878,True +2017/02/16 23:00:00,29.26199586888753,True +2017/02/17 00:00:00,19.539308106216676,True +2017/02/17 01:00:00,12.669737556102223,True +2017/02/17 02:00:00,9.513873345993836,True +2017/02/17 03:00:00,9.822957479646616,True +2017/02/17 04:00:00,9.215134354096907,True +2017/02/17 05:00:00,14.250115113212138,True +2017/02/17 06:00:00,19.047031781450592,True +2017/02/17 07:00:00,24.738111102539794,True +2017/02/17 08:00:00,27.08089944873105,True +2017/02/17 09:00:00,29.918266618837695,True +2017/02/17 10:00:00,34.02623345808116,True +2017/02/17 11:00:00,38.06325627243826,True +2017/02/17 12:00:00,38.528047042306575,True +2017/02/17 13:00:00,37.06044230484852,True +2017/02/17 14:00:00,37.1022273733623,True +2017/02/17 15:00:00,36.0561538634383,True +2017/02/17 16:00:00,35.31647775248949,True +2017/02/17 17:00:00,37.77217937196515,True +2017/02/17 18:00:00,39.07970109364938,True +2017/02/17 19:00:00,41.69135255044224,True +2017/02/17 20:00:00,41.536693765326625,True +2017/02/17 21:00:00,40.38867395807646,True +2017/02/17 22:00:00,36.975183519250564,True +2017/02/17 23:00:00,29.489868164123767,True +2017/02/18 00:00:00,20.18575422041222,True +2017/02/18 01:00:00,12.71148177818715,True +2017/02/18 02:00:00,9.540118337604456,True +2017/02/18 03:00:00,9.662611794793982,True +2017/02/18 04:00:00,9.121284930546569,True +2017/02/18 05:00:00,12.97971605029766,True +2017/02/18 06:00:00,17.86580140695735,True +2017/02/18 07:00:00,24.323739302016087,True +2017/02/18 08:00:00,22.75450296031003,True +2017/02/18 09:00:00,27.056039901109376,True +2017/02/18 10:00:00,33.471092442222286,True +2017/02/18 11:00:00,36.455245728994086,True +2017/02/18 12:00:00,37.15868661895837,True +2017/02/18 13:00:00,36.19241783656203,True +2017/02/18 14:00:00,35.66177016851187,True +2017/02/18 15:00:00,34.18237646811859,True +2017/02/18 16:00:00,33.623809689697445,True +2017/02/18 17:00:00,35.663635913023235,True +2017/02/18 18:00:00,38.38333641565483,True +2017/02/18 19:00:00,39.79914922259475,True +2017/02/18 20:00:00,38.11820024630675,True +2017/02/18 21:00:00,35.959539563953214,True +2017/02/18 22:00:00,35.71808044652406,True +2017/02/18 23:00:00,29.296334420985485,True +2017/02/19 00:00:00,20.324972862352304,True +2017/02/19 01:00:00,12.355524943117032,True +2017/02/19 02:00:00,9.836760456579954,True +2017/02/19 03:00:00,9.908750107257555,True +2017/02/19 04:00:00,9.56256315605304,True +2017/02/19 05:00:00,13.83465263434231,True +2017/02/19 06:00:00,17.327370279564768,True +2017/02/19 07:00:00,24.211365802970214,True +2017/02/19 08:00:00,22.923660452332317,True +2017/02/19 09:00:00,27.044970626516484,True +2017/02/19 10:00:00,27.74341303002029,True +2017/02/19 11:00:00,34.09024060691074,True +2017/02/19 12:00:00,36.68121417129784,True +2017/02/19 13:00:00,35.17662973418013,True +2017/02/19 14:00:00,35.46235838300203,True +2017/02/19 15:00:00,32.25336734458445,True +2017/02/19 16:00:00,32.622071065843755,True +2017/02/19 17:00:00,35.35552080602835,True +2017/02/19 18:00:00,35.78925003806174,True +2017/02/19 19:00:00,36.37825799485865,True +2017/02/19 20:00:00,36.418202778026426,True +2017/02/19 21:00:00,36.5005924791555,True +2017/02/19 22:00:00,35.16141129080919,True +2017/02/19 23:00:00,28.51680230556311,True +2017/02/20 00:00:00,21.69072475627748,True +2017/02/20 01:00:00,13.661500472223263,True +2017/02/20 02:00:00,12.445146985492913,True +2017/02/20 03:00:00,10.652610186733826,True +2017/02/20 04:00:00,10.56993480155815,True +2017/02/20 05:00:00,15.125844537272974,True +2017/02/20 06:00:00,18.50859426885208,True +2017/02/20 07:00:00,23.772816232980325,True +2017/02/20 08:00:00,26.824639663930544,True +2017/02/20 09:00:00,29.96969785306351,True +2017/02/20 10:00:00,34.09446530159947,True +2017/02/20 11:00:00,37.54459000226534,True +2017/02/20 12:00:00,39.25305347694363,True +2017/02/20 13:00:00,37.38244528926822,True +2017/02/20 14:00:00,37.315335809681635,True +2017/02/20 15:00:00,35.37560474082855,True +2017/02/20 16:00:00,35.54434512386064,True +2017/02/20 17:00:00,37.51996621393164,True +2017/02/20 18:00:00,39.69860192409672,True +2017/02/20 19:00:00,41.185084874552125,True +2017/02/20 20:00:00,41.172386888668974,True +2017/02/20 21:00:00,39.54183428465944,True +2017/02/20 22:00:00,33.89947206015448,True +2017/02/20 23:00:00,27.08401995960198,True +2017/02/21 00:00:00,19.530044520295586,True +2017/02/21 01:00:00,13.434058337488638,True +2017/02/21 02:00:00,11.8097380191199,True +2017/02/21 03:00:00,12.732844486298868,True +2017/02/21 04:00:00,11.042602869756122,True +2017/02/21 05:00:00,14.063155486207792,True +2017/02/21 06:00:00,18.417752393917024,True +2017/02/21 07:00:00,23.555730121233623,True +2017/02/21 08:00:00,26.022630962205874,True +2017/02/21 09:00:00,28.83340638531464,True +2017/02/21 10:00:00,33.67411922595392,True +2017/02/21 11:00:00,36.37040810258822,True +2017/02/21 12:00:00,38.25740815643003,True +2017/02/21 13:00:00,36.39922090694397,True +2017/02/21 14:00:00,36.753360797067465,True +2017/02/21 15:00:00,32.537166122666136,True +2017/02/21 16:00:00,32.61443058660661,True +2017/02/21 17:00:00,34.69990231436346,True +2017/02/21 18:00:00,38.563867861365736,True +2017/02/21 19:00:00,40.67902011502523,True +2017/02/21 20:00:00,40.83856675615201,True +2017/02/21 21:00:00,38.282743411184754,True +2017/02/21 22:00:00,34.055210198127554,True +2017/02/21 23:00:00,27.15652209179968,True +2017/02/22 00:00:00,20.714493177663,True +2017/02/22 01:00:00,13.730206326664812,True +2017/02/22 02:00:00,12.046305342356128,True +2017/02/22 03:00:00,11.414185393385184,True +2017/02/22 04:00:00,12.618137888406334,True +2017/02/22 05:00:00,15.57391364147987,True +2017/02/22 06:00:00,19.708603508869174,True +2017/02/22 07:00:00,24.88238766902311,True +2017/02/22 08:00:00,25.695591631997054,True +2017/02/22 09:00:00,29.943141059483896,True +2017/02/22 10:00:00,33.94591826448622,True +2017/02/22 11:00:00,37.73013699997876,True +2017/02/22 12:00:00,38.8792205732343,True +2017/02/22 13:00:00,36.603080171400656,True +2017/02/22 14:00:00,37.650303386971004,True +2017/02/22 15:00:00,35.47548118190779,True +2017/02/22 16:00:00,35.49679673674877,True +2017/02/22 17:00:00,37.21929785134749,True +2017/02/22 18:00:00,38.71494277493794,True +2017/02/22 19:00:00,40.10066878330424,True +2017/02/22 20:00:00,40.88972973238989,True +2017/02/22 21:00:00,39.62667455368639,True +2017/02/22 22:00:00,36.730970215530895,True +2017/02/22 23:00:00,30.004129954308603,True +2017/02/23 00:00:00,22.010435787951145,True +2017/02/23 01:00:00,14.120923641156905,True +2017/02/23 02:00:00,9.518420376684325,True +2017/02/23 03:00:00,9.742332832169248,True +2017/02/23 04:00:00,9.25260582579707,True +2017/02/23 05:00:00,13.470898833836294,True +2017/02/23 06:00:00,15.490748516509244,True +2017/02/23 07:00:00,21.067051000876216,True +2017/02/23 08:00:00,27.027674502829,True +2017/02/23 09:00:00,30.658327436319688,True +2017/02/23 10:00:00,34.318764314322394,True +2017/02/23 11:00:00,37.28128129168892,True +2017/02/23 12:00:00,38.86812934637548,True +2017/02/23 13:00:00,37.30294896489823,True +2017/02/23 14:00:00,37.353619143591445,True +2017/02/23 15:00:00,35.42732783293492,True +2017/02/23 16:00:00,35.10591031727547,True +2017/02/23 17:00:00,37.63756631688983,True +2017/02/23 18:00:00,39.07098604792994,True +2017/02/23 19:00:00,41.4267563387202,True +2017/02/23 20:00:00,41.2272641029551,True +2017/02/23 21:00:00,40.072683230945664,True +2017/02/23 22:00:00,36.41854092806002,True +2017/02/23 23:00:00,27.056679198299495,True +2017/02/24 00:00:00,19.467360991088132,True +2017/02/24 01:00:00,12.701024093482147,True +2017/02/24 02:00:00,10.41823108960606,True +2017/02/24 03:00:00,10.755955915464721,True +2017/02/24 04:00:00,10.710733363146716,True +2017/02/24 05:00:00,14.463656158257114,True +2017/02/24 06:00:00,18.065852312756835,True +2017/02/24 07:00:00,23.894139985907717,True +2017/02/24 08:00:00,26.648175666096133,True +2017/02/24 09:00:00,29.286111107144873,True +2017/02/24 10:00:00,32.175471325959954,True +2017/02/24 11:00:00,37.15025069251162,True +2017/02/24 12:00:00,38.096784935303816,True +2017/02/24 13:00:00,37.29781069024429,True +2017/02/24 14:00:00,37.342238172533705,True +2017/02/24 15:00:00,34.87913213366547,True +2017/02/24 16:00:00,34.999115928299396,True +2017/02/24 17:00:00,37.03908370425885,True +2017/02/24 18:00:00,37.915015037243485,True +2017/02/24 19:00:00,41.19393769630342,True +2017/02/24 20:00:00,40.1052729258359,True +2017/02/24 21:00:00,39.60542352334944,True +2017/02/24 22:00:00,34.062291987321714,True +2017/02/24 23:00:00,27.182142521478617,True +2017/02/25 00:00:00,20.250655263773965,True +2017/02/25 01:00:00,13.482726001885801,True +2017/02/25 02:00:00,11.351870043304864,True +2017/02/25 03:00:00,10.70318142256409,True +2017/02/25 04:00:00,10.016642292026129,True +2017/02/25 05:00:00,14.568598182023448,True +2017/02/25 06:00:00,17.807800332068354,True +2017/02/25 07:00:00,23.95967057416825,True +2017/02/25 08:00:00,23.337617352800194,True +2017/02/25 09:00:00,27.296800828983944,True +2017/02/25 10:00:00,30.67719683533144,True +2017/02/25 11:00:00,35.05069354434164,True +2017/02/25 12:00:00,36.76223113678931,True +2017/02/25 13:00:00,35.55542308565181,True +2017/02/25 14:00:00,34.83810964248511,True +2017/02/25 15:00:00,33.2064140535512,True +2017/02/25 16:00:00,32.964823492713975,True +2017/02/25 17:00:00,34.88572826277384,True +2017/02/25 18:00:00,37.98191023550896,True +2017/02/25 19:00:00,39.46952643261474,True +2017/02/25 20:00:00,37.552037669733814,True +2017/02/25 21:00:00,35.40802242140297,True +2017/02/25 22:00:00,33.031459973162754,True +2017/02/25 23:00:00,27.19472039217326,True +2017/02/26 00:00:00,21.833584745745203,True +2017/02/26 01:00:00,15.323650987930101,True +2017/02/26 02:00:00,12.178246421539813,True +2017/02/26 03:00:00,12.137152736433622,True +2017/02/26 04:00:00,11.457719854101251,True +2017/02/26 05:00:00,13.563566327868644,True +2017/02/26 06:00:00,17.454384764996608,True +2017/02/26 07:00:00,22.557815598077514,True +2017/02/26 08:00:00,22.01354614352732,True +2017/02/26 09:00:00,25.580227470904493,True +2017/02/26 10:00:00,25.166065418816807,True +2017/02/26 11:00:00,33.46619780665398,True +2017/02/26 12:00:00,36.536730739688,True +2017/02/26 13:00:00,33.705986450610645,True +2017/02/26 14:00:00,32.845988320606445,True +2017/02/26 15:00:00,32.55539279464391,True +2017/02/26 16:00:00,32.19766808959708,True +2017/02/26 17:00:00,34.58320479332364,True +2017/02/26 18:00:00,35.368668644424936,True +2017/02/26 19:00:00,35.86293664706193,True +2017/02/26 20:00:00,35.64275203155526,True +2017/02/26 21:00:00,35.59292710689114,True +2017/02/26 22:00:00,34.04574176430392,True +2017/02/26 23:00:00,25.969649179488357,True +2017/02/27 00:00:00,19.20920070812118,True +2017/02/27 01:00:00,13.48956515932099,True +2017/02/27 02:00:00,11.450006596399977,True +2017/02/27 03:00:00,10.931785143207598,True +2017/02/27 04:00:00,11.395108839671906,True +2017/02/27 05:00:00,15.638913691782818,True +2017/02/27 06:00:00,19.958636054078355,True +2017/02/27 07:00:00,23.900771983719654,True +2017/02/27 08:00:00,26.779597174334036,True +2017/02/27 09:00:00,27.701860489246183,True +2017/02/27 10:00:00,31.535527173047242,True +2017/02/27 11:00:00,36.223305015717465,True +2017/02/27 12:00:00,38.94206233478594,True +2017/02/27 13:00:00,36.73242810507642,True +2017/02/27 14:00:00,37.29383415110581,True +2017/02/27 15:00:00,35.189444008979365,True +2017/02/27 16:00:00,34.63551631941576,True +2017/02/27 17:00:00,37.057482398912946,True +2017/02/27 18:00:00,39.18183233654938,True +2017/02/27 19:00:00,40.78391512705492,True +2017/02/27 20:00:00,41.21423770971766,True +2017/02/27 21:00:00,39.21688582431084,True +2017/02/27 22:00:00,33.870873632977464,True +2017/02/27 23:00:00,27.187988021716958,True +2017/02/28 00:00:00,19.459957055266607,True +2017/02/28 01:00:00,11.783035358277285,True +2017/02/28 02:00:00,9.499067062660938,True +2017/02/28 03:00:00,9.853934807686626,True +2017/02/28 04:00:00,10.104517722584008,True +2017/02/28 05:00:00,14.438106992530775,True +2017/02/28 06:00:00,17.3384461776007,True +2017/02/28 07:00:00,24.48981973800877,True +2017/02/28 08:00:00,26.959952956010362,True +2017/02/28 09:00:00,28.856525426640694,True +2017/02/28 10:00:00,31.450756526515548,True +2017/02/28 11:00:00,37.3637661807124,True +2017/02/28 12:00:00,39.28308124197092,True +2017/02/28 13:00:00,37.21743081272975,True +2017/02/28 14:00:00,37.563609792976585,True +2017/02/28 15:00:00,35.26121915981541,True +2017/02/28 16:00:00,35.13085749867369,True +2017/02/28 17:00:00,37.45885995262766,True +2017/02/28 18:00:00,38.99765345097469,True +2017/02/28 19:00:00,41.029247852172944,True +2017/02/28 20:00:00,41.4565908116357,True +2017/02/28 21:00:00,39.721724966165965,True +2017/02/28 22:00:00,36.18965121017454,True +2017/02/28 23:00:00,27.043809547687744,True +2017/03/01 00:00:00,19.388799257020278,True +2017/03/01 01:00:00,11.765599090299368,True +2017/03/01 02:00:00,10.096462752383928,True +2017/03/01 03:00:00,10.806753846638731,True +2017/03/01 04:00:00,11.869269643083875,True +2017/03/01 05:00:00,14.438120846213062,True +2017/03/01 06:00:00,18.531581561633363,True +2017/03/01 07:00:00,24.146240295267464,True +2017/03/01 08:00:00,27.06232333917615,True +2017/03/01 09:00:00,28.717530734223946,True +2017/03/01 10:00:00,31.77463133577816,True +2017/03/01 11:00:00,37.21761061849611,True +2017/03/01 12:00:00,39.1520353331038,True +2017/03/01 13:00:00,37.2301603870336,True +2017/03/01 14:00:00,37.48679385230205,True +2017/03/01 15:00:00,35.451051910331216,True +2017/03/01 16:00:00,35.01792440108432,True +2017/03/01 17:00:00,37.83256515623733,True +2017/03/01 18:00:00,39.23254938693773,True +2017/03/01 19:00:00,41.28614938510227,True +2017/03/01 20:00:00,41.70620632977954,True +2017/03/01 21:00:00,40.113027606850075,True +2017/03/01 22:00:00,36.60921954813468,True +2017/03/01 23:00:00,29.591291479835267,True +2017/03/02 00:00:00,21.93892359040214,True +2017/03/02 01:00:00,11.885943222051667,True +2017/03/02 02:00:00,10.333933404310718,True +2017/03/02 03:00:00,11.949261563731602,True +2017/03/02 04:00:00,12.808554497030233,True +2017/03/02 05:00:00,15.35703866393244,True +2017/03/02 06:00:00,19.497126711699323,True +2017/03/02 07:00:00,24.643066243205844,True +2017/03/02 08:00:00,26.862650688084777,True +2017/03/02 09:00:00,30.18429479077467,True +2017/03/02 10:00:00,34.13583700811726,True +2017/03/02 11:00:00,37.60514688315281,True +2017/03/02 12:00:00,39.073612484245764,True +2017/03/02 13:00:00,36.962532093560306,True +2017/03/02 14:00:00,37.47947761903624,True +2017/03/02 15:00:00,35.41472445320563,True +2017/03/02 16:00:00,35.93414748753506,True +2017/03/02 17:00:00,37.738612987058964,True +2017/03/02 18:00:00,39.37037111420752,True +2017/03/02 19:00:00,41.56687485653378,True +2017/03/02 20:00:00,41.71465796769019,True +2017/03/02 21:00:00,40.68283593721329,True +2017/03/02 22:00:00,36.9410872668952,True +2017/03/02 23:00:00,29.480947152277583,True +2017/03/03 00:00:00,19.36673720542239,True +2017/03/03 01:00:00,12.642338881425495,True +2017/03/03 02:00:00,9.456265652705177,True +2017/03/03 03:00:00,9.781064696206762,True +2017/03/03 04:00:00,9.379432004196358,True +2017/03/03 05:00:00,12.545953620629852,True +2017/03/03 06:00:00,17.486171456997365,True +2017/03/03 07:00:00,23.98485009253853,True +2017/03/03 08:00:00,26.955657357966302,True +2017/03/03 09:00:00,27.588042803144404,True +2017/03/03 10:00:00,31.462146152588893,True +2017/03/03 11:00:00,37.06229955622264,True +2017/03/03 12:00:00,39.01117630281522,True +2017/03/03 13:00:00,37.200186987104125,True +2017/03/03 14:00:00,37.257652120502655,True +2017/03/03 15:00:00,34.82102992739149,True +2017/03/03 16:00:00,34.743775681625856,True +2017/03/03 17:00:00,36.87921470638632,True +2017/03/03 18:00:00,38.52148207155213,True +2017/03/03 19:00:00,40.978503007446335,True +2017/03/03 20:00:00,40.63775884038136,True +2017/03/03 21:00:00,39.42210693218468,True +2017/03/03 22:00:00,33.98478433122127,True +2017/03/03 23:00:00,27.02075668425675,True +2017/03/04 00:00:00,20.272141664666297,True +2017/03/04 01:00:00,12.80760611702821,True +2017/03/04 02:00:00,9.587578522382191,True +2017/03/04 03:00:00,10.5058313695736,True +2017/03/04 04:00:00,10.66781595422946,True +2017/03/04 05:00:00,14.858020234830697,True +2017/03/04 06:00:00,18.298291127067042,True +2017/03/04 07:00:00,24.289030234752975,True +2017/03/04 08:00:00,23.03586960804951,True +2017/03/04 09:00:00,25.279274368364224,True +2017/03/04 10:00:00,30.667151094440953,True +2017/03/04 11:00:00,33.93365415849776,True +2017/03/04 12:00:00,36.651219749323154,True +2017/03/04 13:00:00,35.75419587017349,True +2017/03/04 14:00:00,34.030913542293234,True +2017/03/04 15:00:00,30.98920665094852,True +2017/03/04 16:00:00,33.56193347409739,True +2017/03/04 17:00:00,34.942117800997,True +2017/03/04 18:00:00,38.43661818938075,True +2017/03/04 19:00:00,39.64690289545716,True +2017/03/04 20:00:00,37.77460579141893,True +2017/03/04 21:00:00,35.49127831244858,True +2017/03/04 22:00:00,35.099687651263075,True +2017/03/04 23:00:00,27.24994651347527,True +2017/03/05 00:00:00,20.48319134411274,True +2017/03/05 01:00:00,14.254245977754762,True +2017/03/05 02:00:00,13.33175315439032,True +2017/03/05 03:00:00,12.51600556648602,True +2017/03/05 04:00:00,11.822035844645749,True +2017/03/05 05:00:00,14.27428703035241,True +2017/03/05 06:00:00,18.86899716225181,True +2017/03/05 07:00:00,23.59020883671902,True +2017/03/05 08:00:00,22.375240348298107,True +2017/03/05 09:00:00,26.386829470493957,True +2017/03/05 10:00:00,26.356125815241253,True +2017/03/05 11:00:00,33.051918216342585,True +2017/03/05 12:00:00,36.383377900514986,True +2017/03/05 13:00:00,32.6382551367372,True +2017/03/05 14:00:00,32.607036531268044,True +2017/03/05 15:00:00,31.748301259417165,True +2017/03/05 16:00:00,32.36132919635486,True +2017/03/05 17:00:00,34.194108576415196,True +2017/03/05 18:00:00,34.821506270806886,True +2017/03/05 19:00:00,35.673745344404004,True +2017/03/05 20:00:00,35.192752528729436,True +2017/03/05 21:00:00,33.231853144988975,True +2017/03/05 22:00:00,31.912096963376616,True +2017/03/05 23:00:00,28.071649596467605,True +2017/03/06 00:00:00,20.618018202397423,True +2017/03/06 01:00:00,13.686676314121412,True +2017/03/06 02:00:00,12.148530513226296,True +2017/03/06 03:00:00,11.795912931878197,True +2017/03/06 04:00:00,12.39294861783441,True +2017/03/06 05:00:00,15.07789546945034,True +2017/03/06 06:00:00,18.71219947131977,True +2017/03/06 07:00:00,23.40988412313746,True +2017/03/06 08:00:00,26.532064028256723,True +2017/03/06 09:00:00,27.879851428463073,True +2017/03/06 10:00:00,31.555609004650375,True +2017/03/06 11:00:00,35.10937692191018,True +2017/03/06 12:00:00,38.38366912040821,True +2017/03/06 13:00:00,36.65751264856385,True +2017/03/06 14:00:00,36.908827281212176,True +2017/03/06 15:00:00,34.92419356317323,True +2017/03/06 16:00:00,34.29820733279961,True +2017/03/06 17:00:00,36.896670237865905,True +2017/03/06 18:00:00,38.457873083918436,True +2017/03/06 19:00:00,40.44815639724442,True +2017/03/06 20:00:00,40.747228898947924,True +2017/03/06 21:00:00,38.228826517276254,True +2017/03/06 22:00:00,33.9627128488686,True +2017/03/06 23:00:00,27.027472531769934,True +2017/03/07 00:00:00,19.481691501161055,True +2017/03/07 01:00:00,12.660816286253791,True +2017/03/07 02:00:00,11.393005075523678,True +2017/03/07 03:00:00,12.59475620867461,True +2017/03/07 04:00:00,12.136311247002968,True +2017/03/07 05:00:00,14.721014687440881,True +2017/03/07 06:00:00,18.054819376171746,True +2017/03/07 07:00:00,23.487648020906967,True +2017/03/07 08:00:00,27.06244998074325,True +2017/03/07 09:00:00,28.27246323724477,True +2017/03/07 10:00:00,31.539442523697364,True +2017/03/07 11:00:00,35.101843484309136,True +2017/03/07 12:00:00,38.107491268241674,True +2017/03/07 13:00:00,36.89724711069233,True +2017/03/07 14:00:00,37.25566386509462,True +2017/03/07 15:00:00,35.025824630492394,True +2017/03/07 16:00:00,34.98449505926551,True +2017/03/07 17:00:00,37.29702125850259,True +2017/03/07 18:00:00,38.8863327399602,True +2017/03/07 19:00:00,40.864665521177876,True +2017/03/07 20:00:00,41.131270928914475,True +2017/03/07 21:00:00,39.121118423192954,True +2017/03/07 22:00:00,33.82419031472246,True +2017/03/07 23:00:00,27.0225734878253,True +2017/03/08 00:00:00,19.616045235476395,True +2017/03/08 01:00:00,11.818329382909988,True +2017/03/08 02:00:00,10.525976897698172,True +2017/03/08 03:00:00,11.605494984294712,True +2017/03/08 04:00:00,11.862582494596385,True +2017/03/08 05:00:00,14.629355604046946,True +2017/03/08 06:00:00,18.97314994750124,True +2017/03/08 07:00:00,24.262453206587644,True +2017/03/08 08:00:00,26.942049552934,True +2017/03/08 09:00:00,27.6115969535829,True +2017/03/08 10:00:00,34.04902937217825,True +2017/03/08 11:00:00,37.58921205918845,True +2017/03/08 12:00:00,38.952664852189955,True +2017/03/08 13:00:00,36.61020687228351,True +2017/03/08 14:00:00,36.90232504545159,True +2017/03/08 15:00:00,35.21371285742805,True +2017/03/08 16:00:00,34.701214284614586,True +2017/03/08 17:00:00,36.95973930501487,True +2017/03/08 18:00:00,38.62099673967424,True +2017/03/08 19:00:00,41.61408028130128,True +2017/03/08 20:00:00,41.88012838261365,True +2017/03/08 21:00:00,40.52380807176311,True +2017/03/08 22:00:00,36.894219451329114,True +2017/03/08 23:00:00,29.575952830303887,True +2017/03/09 00:00:00,21.809093526413204,True +2017/03/09 01:00:00,11.764207865273484,True +2017/03/09 02:00:00,9.440154816378131,True +2017/03/09 03:00:00,9.749404618221492,True +2017/03/09 04:00:00,9.130977537929361,True +2017/03/09 05:00:00,13.660930518096748,True +2017/03/09 06:00:00,15.358727436524056,True +2017/03/09 07:00:00,20.944493924145466,True +2017/03/09 08:00:00,27.352963030288794,True +2017/03/09 09:00:00,30.74839453732194,True +2017/03/09 10:00:00,34.24021592527876,True +2017/03/09 11:00:00,37.99750732414731,True +2017/03/09 12:00:00,38.34469098781287,True +2017/03/09 13:00:00,36.658014815839294,True +2017/03/09 14:00:00,37.183254298186405,True +2017/03/09 15:00:00,35.20962246126199,True +2017/03/09 16:00:00,35.64158417946785,True +2017/03/09 17:00:00,36.6435571239242,True +2017/03/09 18:00:00,38.685373927359336,True +2017/03/09 19:00:00,40.63459835436538,True +2017/03/09 20:00:00,41.39495600882605,True +2017/03/09 21:00:00,40.138638716152755,True +2017/03/09 22:00:00,36.17377715430352,True +2017/03/09 23:00:00,29.63495805985615,True +2017/03/10 00:00:00,21.531081348690883,True +2017/03/10 01:00:00,12.706149323803382,True +2017/03/10 02:00:00,9.499890691194578,True +2017/03/10 03:00:00,9.764141659387631,True +2017/03/10 04:00:00,9.25083734130793,True +2017/03/10 05:00:00,12.860993844739015,True +2017/03/10 06:00:00,15.336933185880765,True +2017/03/10 07:00:00,21.032113960844217,True +2017/03/10 08:00:00,25.646581428762218,True +2017/03/10 09:00:00,30.432608450264077,True +2017/03/10 10:00:00,34.273433773204594,True +2017/03/10 11:00:00,37.20168041664496,True +2017/03/10 12:00:00,38.787528300502615,True +2017/03/10 13:00:00,37.236588358418814,True +2017/03/10 14:00:00,37.24797668965633,True +2017/03/10 15:00:00,35.471497460271905,True +2017/03/10 16:00:00,35.45708840651163,True +2017/03/10 17:00:00,36.95033923103605,True +2017/03/10 18:00:00,38.292894123318256,True +2017/03/10 19:00:00,40.87808923763737,True +2017/03/10 20:00:00,40.71687533976533,True +2017/03/10 21:00:00,39.99137065590263,True +2017/03/10 22:00:00,36.965575804757705,True +2017/03/10 23:00:00,29.38193988839279,True +2017/03/11 00:00:00,22.752630372273813,True +2017/03/11 01:00:00,15.12685162642229,True +2017/03/11 02:00:00,12.15195770261621,True +2017/03/11 03:00:00,10.90082866560756,True +2017/03/11 04:00:00,10.395663430094599,True +2017/03/11 05:00:00,14.761477549239673,True +2017/03/11 06:00:00,14.932193799974964,True +2017/03/11 07:00:00,20.47763191962232,True +2017/03/11 08:00:00,23.459108133521614,True +2017/03/11 09:00:00,28.04020699546183,True +2017/03/11 10:00:00,33.2930350974599,True +2017/03/11 11:00:00,36.47290061289203,True +2017/03/11 12:00:00,36.60954733225697,True +2017/03/11 13:00:00,35.513792698146055,True +2017/03/11 14:00:00,35.00276341127154,True +2017/03/11 15:00:00,33.44601978557829,True +2017/03/11 16:00:00,33.10941545170666,True +2017/03/11 17:00:00,35.4699458990932,True +2017/03/11 18:00:00,38.239096667187205,True +2017/03/11 19:00:00,39.37679470338874,True +2017/03/11 20:00:00,37.72826830807008,True +2017/03/11 21:00:00,35.723518557658416,True +2017/03/11 22:00:00,35.79529070889665,True +2017/03/11 23:00:00,29.922631348761264,True +2017/03/12 00:00:00,23.966301184838134,True +2017/03/12 01:00:00,11.499570290584515,True +2017/03/12 02:00:00,11.020143596793956,True +2017/03/12 03:00:00,10.868119314615626,True +2017/03/12 04:00:00,15.041897059549362,True +2017/03/12 05:00:00,18.645589906566105,True +2017/03/12 06:00:00,24.271285277477634,True +2017/03/12 07:00:00,24.89239128411356,True +2017/03/12 08:00:00,26.511962802593303,True +2017/03/12 09:00:00,28.088275020987336,True +2017/03/12 10:00:00,34.33720407254714,True +2017/03/12 11:00:00,36.19039601074554,True +2017/03/12 12:00:00,35.219402776990904,True +2017/03/12 13:00:00,36.63184122908064,True +2017/03/12 14:00:00,29.062232838528065,True +2017/03/12 15:00:00,31.041203565886835,True +2017/03/12 16:00:00,30.963950021530405,True +2017/03/12 17:00:00,34.04689994120661,True +2017/03/12 18:00:00,31.312767557763294,True +2017/03/12 19:00:00,35.72999529451807,True +2017/03/12 20:00:00,36.00155356711374,True +2017/03/12 21:00:00,35.354283985061066,True +2017/03/12 22:00:00,28.652641068959593,True +2017/03/12 23:00:00,21.292657505738962,True +2017/03/13 00:00:00,14.134533178566274,True +2017/03/13 01:00:00,9.288032665711574,True +2017/03/13 02:00:00,12.156844802116181,True +2017/03/13 03:00:00,11.324611157572061,True +2017/03/13 04:00:00,14.459016452907193,True +2017/03/13 05:00:00,17.699315361163297,True +2017/03/13 06:00:00,23.1345878372974,True +2017/03/13 07:00:00,30.497716038006242,True +2017/03/13 08:00:00,30.925953284923857,True +2017/03/13 09:00:00,34.44492192881752,True +2017/03/13 10:00:00,38.159520687267836,True +2017/03/13 11:00:00,38.74802496226129,True +2017/03/13 12:00:00,36.700201713288614,True +2017/03/13 13:00:00,37.48766180595798,True +2017/03/13 14:00:00,35.411599914574914,True +2017/03/13 15:00:00,35.40140459764062,True +2017/03/13 16:00:00,37.831845570943585,True +2017/03/13 17:00:00,39.827821504009236,True +2017/03/13 18:00:00,38.676519541569824,True +2017/03/13 19:00:00,41.82774826017172,True +2017/03/13 20:00:00,37.79289210021317,True +2017/03/13 21:00:00,34.458712205917216,True +2017/03/13 22:00:00,28.43741615585953,True +2017/03/13 23:00:00,20.222152944860508,True +2017/03/14 00:00:00,11.778119864753307,True +2017/03/14 01:00:00,11.544643622748824,True +2017/03/14 02:00:00,12.591285098604798,True +2017/03/14 03:00:00,13.090797563821853,True +2017/03/14 04:00:00,13.807304796215739,True +2017/03/14 05:00:00,18.03055210055805,True +2017/03/14 06:00:00,24.403781567292523,True +2017/03/14 07:00:00,30.843334185779447,True +2017/03/14 08:00:00,27.028056373402535,True +2017/03/14 09:00:00,33.890324363960424,True +2017/03/14 10:00:00,42.79924469174466,True +2017/03/14 11:00:00,46.39084598135474,True +2017/03/14 12:00:00,45.07066735983207,True +2017/03/14 13:00:00,45.70932926203492,True +2017/03/14 14:00:00,43.71074366940699,True +2017/03/14 15:00:00,43.54109975021624,True +2017/03/14 16:00:00,45.627026629037246,True +2017/03/14 17:00:00,46.93395619392698,True +2017/03/14 18:00:00,44.76629086894177,True +2017/03/14 19:00:00,45.84847812818193,True +2017/03/14 20:00:00,42.786517091885784,True +2017/03/14 21:00:00,38.26101823423977,True +2017/03/14 22:00:00,30.287469337418713,True +2017/03/14 23:00:00,21.45160126311532,True +2017/03/15 00:00:00,11.844475786008235,True +2017/03/15 01:00:00,9.459038099955107,True +2017/03/15 02:00:00,9.643601056352281,True +2017/03/15 03:00:00,9.199616301496137,True +2017/03/15 04:00:00,14.206126194229947,True +2017/03/15 05:00:00,17.73883149903791,True +2017/03/15 06:00:00,23.387333138513693,True +2017/03/15 07:00:00,30.33533663821259,True +2017/03/15 08:00:00,30.56411398341656,True +2017/03/15 09:00:00,37.11574508589478,True +2017/03/15 10:00:00,44.96658776659893,True +2017/03/15 11:00:00,46.509244556609026,True +2017/03/15 12:00:00,45.02298716094745,True +2017/03/15 13:00:00,45.234287883239,True +2017/03/15 14:00:00,43.85599916251881,True +2017/03/15 15:00:00,43.52380080864892,True +2017/03/15 16:00:00,46.00016440496384,True +2017/03/15 17:00:00,47.10196463868716,True +2017/03/15 18:00:00,46.51618413741069,True +2017/03/15 19:00:00,47.74773154611161,True +2017/03/15 20:00:00,45.73305929084498,True +2017/03/15 21:00:00,39.96847837148506,True +2017/03/15 22:00:00,30.810057567801238,True +2017/03/15 23:00:00,24.040988207593955,True +2017/03/16 00:00:00,15.530531058241626,True +2017/03/16 01:00:00,13.054852109235108,True +2017/03/16 02:00:00,13.747283787411279,True +2017/03/16 03:00:00,13.323901442438405,True +2017/03/16 04:00:00,16.95825279980243,True +2017/03/16 05:00:00,15.254049762695077,True +2017/03/16 06:00:00,21.587779085163824,True +2017/03/16 07:00:00,30.976341462778393,True +2017/03/16 08:00:00,31.124490819165537,True +2017/03/16 09:00:00,33.794581740966684,True +2017/03/16 10:00:00,34.332933619925655,True +2017/03/16 11:00:00,37.39230113969183,True +2017/03/16 12:00:00,34.00522759285729,True +2017/03/16 13:00:00,33.42824598563229,True +2017/03/16 14:00:00,38.98929277974473,True +2017/03/16 15:00:00,39.55312520153155,True +2017/03/16 16:00:00,37.082818764441235,True +2017/03/16 17:00:00,39.55990398003885,True +2017/03/16 18:00:00,39.301628210919525,True +2017/03/16 19:00:00,41.150520617393106,True +2017/03/16 20:00:00,39.32922449139325,True +2017/03/16 21:00:00,35.215133477563164,True +2017/03/16 22:00:00,30.11346426754189,True +2017/03/16 23:00:00,22.470311802875994,True +2017/03/17 00:00:00,14.950758169632119,True +2017/03/17 01:00:00,11.933415800403585,True +2017/03/17 02:00:00,11.255482953465535,True +2017/03/17 03:00:00,11.95555878414039,True +2017/03/17 04:00:00,14.164797945563786,True +2017/03/17 05:00:00,18.420937386850397,True +2017/03/17 06:00:00,24.18346835393109,True +2017/03/17 07:00:00,29.325695125900413,True +2017/03/17 08:00:00,32.18020672876991,True +2017/03/17 09:00:00,34.626059355133094,True +2017/03/17 10:00:00,37.97668622738674,True +2017/03/17 11:00:00,38.44220398143647,True +2017/03/17 12:00:00,37.287919230100556,True +2017/03/17 13:00:00,37.426839913406894,True +2017/03/17 14:00:00,35.65686422081641,True +2017/03/17 15:00:00,34.693285575267964,True +2017/03/17 16:00:00,36.77871851061346,True +2017/03/17 17:00:00,38.2264281173171,True +2017/03/17 18:00:00,38.455939528410305,True +2017/03/17 19:00:00,41.12738806773576,True +2017/03/17 20:00:00,39.964807735896954,True +2017/03/17 21:00:00,35.89805577810773,True +2017/03/17 22:00:00,29.55812931622664,True +2017/03/17 23:00:00,23.15111189517785,True +2017/03/18 00:00:00,15.284349920458043,True +2017/03/18 01:00:00,10.028902170374298,True +2017/03/18 02:00:00,12.429373177192286,True +2017/03/18 03:00:00,9.07692864260648,True +2017/03/18 04:00:00,13.30160554098675,True +2017/03/18 05:00:00,14.567709819887991,True +2017/03/18 06:00:00,20.480479879737715,True +2017/03/18 07:00:00,22.88902928082185,True +2017/03/18 08:00:00,28.60513978355716,True +2017/03/18 09:00:00,33.67689609780987,True +2017/03/18 10:00:00,36.48496631857427,True +2017/03/18 11:00:00,37.45311639307755,True +2017/03/18 12:00:00,36.33194446660067,True +2017/03/18 13:00:00,35.939309809475894,True +2017/03/18 14:00:00,34.36627409028944,True +2017/03/18 15:00:00,33.84145592709151,True +2017/03/18 16:00:00,35.815213060836314,True +2017/03/18 17:00:00,38.67802016999548,True +2017/03/18 18:00:00,37.787708742820044,True +2017/03/18 19:00:00,38.676101558919314,True +2017/03/18 20:00:00,36.520475684036306,True +2017/03/18 21:00:00,35.99922207971591,True +2017/03/18 22:00:00,29.973726250254376,True +2017/03/18 23:00:00,20.2820038029234,True +2017/03/19 00:00:00,12.395024898627762,True +2017/03/19 01:00:00,9.847773758573286,True +2017/03/19 02:00:00,9.937130849698233,True +2017/03/19 03:00:00,9.329931078058914,True +2017/03/19 04:00:00,13.31702238552242,True +2017/03/19 05:00:00,17.751573296794717,True +2017/03/19 06:00:00,22.98881215876924,True +2017/03/19 07:00:00,20.63185465935626,True +2017/03/19 08:00:00,26.840748284933955,True +2017/03/19 09:00:00,27.890814907664517,True +2017/03/19 10:00:00,34.00437954188953,True +2017/03/19 11:00:00,37.00857183501692,True +2017/03/19 12:00:00,35.43629604518177,True +2017/03/19 13:00:00,35.18815427108564,True +2017/03/19 14:00:00,33.0822186314804,True +2017/03/19 15:00:00,32.823526013348456,True +2017/03/19 16:00:00,34.843331843915884,True +2017/03/19 17:00:00,35.23553410583775,True +2017/03/19 18:00:00,33.83962272194082,True +2017/03/19 19:00:00,35.818464077689725,True +2017/03/19 20:00:00,35.873422836550276,True +2017/03/19 21:00:00,34.21131619578229,True +2017/03/19 22:00:00,26.11807728545746,True +2017/03/19 23:00:00,19.268204638368125,True +2017/03/20 00:00:00,11.871944959194066,True +2017/03/20 01:00:00,9.630479591732518,True +2017/03/20 02:00:00,10.609445239626664,True +2017/03/20 03:00:00,10.674506640467131,True +2017/03/20 04:00:00,14.791319876238902,True +2017/03/20 05:00:00,18.545794079693657,True +2017/03/20 06:00:00,23.19030183377453,True +2017/03/20 07:00:00,27.179752068612533,True +2017/03/20 08:00:00,28.49393874269057,True +2017/03/20 09:00:00,33.4802078521373,True +2017/03/20 10:00:00,37.36458097847151,True +2017/03/20 11:00:00,39.13736507969447,True +2017/03/20 12:00:00,37.02871218951904,True +2017/03/20 13:00:00,37.44159324121655,True +2017/03/20 14:00:00,35.2439977447343,True +2017/03/20 15:00:00,35.199296502447154,True +2017/03/20 16:00:00,37.416281623143725,True +2017/03/20 17:00:00,39.09715530389692,True +2017/03/20 18:00:00,39.41685231404194,True +2017/03/20 19:00:00,41.84978423472901,True +2017/03/20 20:00:00,40.69885541037633,True +2017/03/20 21:00:00,37.02934682979581,True +2017/03/20 22:00:00,29.471540665190478,True +2017/03/20 23:00:00,19.331399768849014,True +2017/03/21 00:00:00,11.803245343942761,True +2017/03/21 01:00:00,9.439946757672985,True +2017/03/21 02:00:00,9.75018634504568,True +2017/03/21 03:00:00,9.309840290930573,True +2017/03/21 04:00:00,13.898946040442187,True +2017/03/21 05:00:00,17.446016492495804,True +2017/03/21 06:00:00,23.599716831504328,True +2017/03/21 07:00:00,27.581473399781782,True +2017/03/21 08:00:00,29.86597622856223,True +2017/03/21 09:00:00,33.95186533471365,True +2017/03/21 10:00:00,38.11170393088223,True +2017/03/21 11:00:00,39.41754889970751,True +2017/03/21 12:00:00,36.837133281174154,True +2017/03/21 13:00:00,37.37982618744152,True +2017/03/21 14:00:00,35.58536158937467,True +2017/03/21 15:00:00,35.383322149296575,True +2017/03/21 16:00:00,37.24521444033281,True +2017/03/21 17:00:00,38.74305640892189,True +2017/03/21 18:00:00,38.95344185740231,True +2017/03/21 19:00:00,42.709046257343715,True +2017/03/21 20:00:00,40.50047204061466,True +2017/03/21 21:00:00,37.105512684534794,True +2017/03/21 22:00:00,29.777827934923334,True +2017/03/21 23:00:00,21.98788867491057,True +2017/03/22 00:00:00,11.814887559115304,True +2017/03/22 01:00:00,9.403819226484867,True +2017/03/22 02:00:00,10.169643539955251,True +2017/03/22 03:00:00,12.01551624290806,True +2017/03/22 04:00:00,15.038798627313243,True +2017/03/22 05:00:00,16.561828852640073,True +2017/03/22 06:00:00,22.61534503284362,True +2017/03/22 07:00:00,28.468478114184528,True +2017/03/22 08:00:00,30.92884037033454,True +2017/03/22 09:00:00,34.19895346267323,True +2017/03/22 10:00:00,37.044418555530314,True +2017/03/22 11:00:00,36.638671978032434,True +2017/03/22 12:00:00,37.23545961369725,True +2017/03/22 13:00:00,38.34205034468422,True +2017/03/22 14:00:00,36.144234830522514,True +2017/03/22 15:00:00,33.642746349504726,True +2017/03/22 16:00:00,35.533675214819986,True +2017/03/22 17:00:00,38.47877595252012,True +2017/03/22 18:00:00,38.86771152037351,True +2017/03/22 19:00:00,41.42519907350935,True +2017/03/22 20:00:00,38.94487907226965,True +2017/03/22 21:00:00,35.42810974524041,True +2017/03/22 22:00:00,30.104530415058033,True +2017/03/22 23:00:00,22.11127068880429,True +2017/03/23 00:00:00,13.812374265552123,True +2017/03/23 01:00:00,11.077441815412065,True +2017/03/23 02:00:00,10.240242822528051,True +2017/03/23 03:00:00,9.070254246811981,True +2017/03/23 04:00:00,14.316289367499438,True +2017/03/23 05:00:00,17.558774617376148,True +2017/03/23 06:00:00,21.0660094126911,True +2017/03/23 07:00:00,28.026111753195345,True +2017/03/23 08:00:00,30.459692146762567,True +2017/03/23 09:00:00,33.85496352543784,True +2017/03/23 10:00:00,37.91605466687397,True +2017/03/23 11:00:00,39.0441081742992,True +2017/03/23 12:00:00,37.814197422990496,True +2017/03/23 13:00:00,37.72523675039977,True +2017/03/23 14:00:00,35.76295531930965,True +2017/03/23 15:00:00,35.17404549433738,True +2017/03/23 16:00:00,37.60093532420535,True +2017/03/23 17:00:00,38.92741758419514,True +2017/03/23 18:00:00,38.8520267199869,True +2017/03/23 19:00:00,41.654685777907744,True +2017/03/23 20:00:00,39.87651623589048,True +2017/03/23 21:00:00,36.172076415652135,True +2017/03/23 22:00:00,26.93720279425785,True +2017/03/23 23:00:00,19.343489244863147,True +2017/03/24 00:00:00,12.792869547210927,True +2017/03/24 01:00:00,9.499117748680451,True +2017/03/24 02:00:00,9.675177838148251,True +2017/03/24 03:00:00,9.254630156552349,True +2017/03/24 04:00:00,13.555441936546588,True +2017/03/24 05:00:00,16.737921982670727,True +2017/03/24 06:00:00,22.16908348563719,True +2017/03/24 07:00:00,26.318245972551427,True +2017/03/24 08:00:00,27.61570582151987,True +2017/03/24 09:00:00,31.38379188475471,True +2017/03/24 10:00:00,37.4469731243123,True +2017/03/24 11:00:00,38.75864376880183,True +2017/03/24 12:00:00,37.26189174883209,True +2017/03/24 13:00:00,37.447610606146945,True +2017/03/24 14:00:00,35.62681714122005,True +2017/03/24 15:00:00,34.73128314808999,True +2017/03/24 16:00:00,37.37151298558015,True +2017/03/24 17:00:00,38.97956256502915,True +2017/03/24 18:00:00,38.7500579652081,True +2017/03/24 19:00:00,41.46870991550871,True +2017/03/24 20:00:00,39.68514524739387,True +2017/03/24 21:00:00,36.25474485440832,True +2017/03/24 22:00:00,26.9195186978753,True +2017/03/24 23:00:00,20.12516738038892,True +2017/03/25 00:00:00,12.693751991021491,True +2017/03/25 01:00:00,9.593128516047457,True +2017/03/25 02:00:00,9.559702962130126,True +2017/03/25 03:00:00,9.101773606268528,True +2017/03/25 04:00:00,12.376888010497987,True +2017/03/25 05:00:00,17.297592775412863,True +2017/03/25 06:00:00,23.99840366236463,True +2017/03/25 07:00:00,22.500053205975483,True +2017/03/25 08:00:00,25.33428781460555,True +2017/03/25 09:00:00,33.0652141094414,True +2017/03/25 10:00:00,36.41277148177209,True +2017/03/25 11:00:00,37.77447523323983,True +2017/03/25 12:00:00,35.954099119600755,True +2017/03/25 13:00:00,35.83155774276389,True +2017/03/25 14:00:00,33.720326984399705,True +2017/03/25 15:00:00,33.65411314042381,True +2017/03/25 16:00:00,35.837222771351215,True +2017/03/25 17:00:00,38.74371537767638,True +2017/03/25 18:00:00,37.43338455892819,True +2017/03/25 19:00:00,38.17992353742645,True +2017/03/25 20:00:00,36.15694314898315,True +2017/03/25 21:00:00,36.059286836683334,True +2017/03/25 22:00:00,29.45259972892131,True +2017/03/25 23:00:00,20.258646119128585,True +2017/03/26 00:00:00,12.348411230972541,True +2017/03/26 01:00:00,9.86184821250265,True +2017/03/26 02:00:00,9.973267763407739,True +2017/03/26 03:00:00,9.594385483950965,True +2017/03/26 04:00:00,15.208561364723884,True +2017/03/26 05:00:00,18.784351021412313,True +2017/03/26 06:00:00,24.797965298458955,True +2017/03/26 07:00:00,23.14666278869868,True +2017/03/26 08:00:00,27.20612644794387,True +2017/03/26 09:00:00,25.142516529711333,True +2017/03/26 10:00:00,33.74818382217453,True +2017/03/26 11:00:00,36.87024209687462,True +2017/03/26 12:00:00,35.21574674119076,True +2017/03/26 13:00:00,34.448970072714815,True +2017/03/26 14:00:00,32.38436406249734,True +2017/03/26 15:00:00,32.55326068187699,True +2017/03/26 16:00:00,34.40167689964532,True +2017/03/26 17:00:00,34.91515753196455,True +2017/03/26 18:00:00,33.48131804998022,True +2017/03/26 19:00:00,35.4801595974925,True +2017/03/26 20:00:00,35.453232252275974,True +2017/03/26 21:00:00,31.805874098903598,True +2017/03/26 22:00:00,25.885541455888077,True +2017/03/26 23:00:00,19.141336891698987,True +2017/03/27 00:00:00,12.643483201864797,True +2017/03/27 01:00:00,11.563465667352533,True +2017/03/27 02:00:00,11.879185042174885,True +2017/03/27 03:00:00,11.921970245130911,True +2017/03/27 04:00:00,15.49337215404573,True +2017/03/27 05:00:00,19.00120472640639,True +2017/03/27 06:00:00,24.380723755543727,True +2017/03/27 07:00:00,27.00973925208058,True +2017/03/27 08:00:00,27.565368356641866,True +2017/03/27 09:00:00,31.772767858901858,True +2017/03/27 10:00:00,35.861950279873355,True +2017/03/27 11:00:00,38.9274892166955,True +2017/03/27 12:00:00,37.389054155054254,True +2017/03/27 13:00:00,37.105112872613354,True +2017/03/27 14:00:00,35.44930690378462,True +2017/03/27 15:00:00,34.55523463816639,True +2017/03/27 16:00:00,37.41186729757803,True +2017/03/27 17:00:00,38.48931927987945,True +2017/03/27 18:00:00,38.82212137322699,True +2017/03/27 19:00:00,41.433660896386975,True +2017/03/27 20:00:00,39.649462835462344,True +2017/03/27 21:00:00,36.28094844030457,True +2017/03/27 22:00:00,29.32978355593119,True +2017/03/27 23:00:00,19.26693109967618,True +2017/03/28 00:00:00,11.81898130491033,True +2017/03/28 01:00:00,9.490108413306345,True +2017/03/28 02:00:00,9.682795976571999,True +2017/03/28 03:00:00,9.393452625632083,True +2017/03/28 04:00:00,14.420739380464171,True +2017/03/28 05:00:00,18.380622806517838,True +2017/03/28 06:00:00,23.559756042173074,True +2017/03/28 07:00:00,27.820866184125883,True +2017/03/28 08:00:00,29.67051379970333,True +2017/03/28 09:00:00,34.040401696442665,True +2017/03/28 10:00:00,38.06600716299915,True +2017/03/28 11:00:00,38.712809339847446,True +2017/03/28 12:00:00,37.17412686790601,True +2017/03/28 13:00:00,37.48806222958732,True +2017/03/28 14:00:00,35.44635948770103,True +2017/03/28 15:00:00,34.38746711686535,True +2017/03/28 16:00:00,37.2201606339695,True +2017/03/28 17:00:00,38.727865172924645,True +2017/03/28 18:00:00,38.296939942913795,True +2017/03/28 19:00:00,39.291450671113445,True +2017/03/28 20:00:00,39.95037144866499,True +2017/03/28 21:00:00,36.87464432202286,True +2017/03/28 22:00:00,29.372828293542433,True +2017/03/28 23:00:00,19.240440571024553,True +2017/03/29 00:00:00,11.779346120970764,True +2017/03/29 01:00:00,9.433165035811921,True +2017/03/29 02:00:00,9.592228624459906,True +2017/03/29 03:00:00,9.228135073042125,True +2017/03/29 04:00:00,13.078828148735159,True +2017/03/29 05:00:00,17.232070182812468,True +2017/03/29 06:00:00,23.03262163608189,True +2017/03/29 07:00:00,26.102638963567706,True +2017/03/29 08:00:00,29.906818196016793,True +2017/03/29 09:00:00,34.1995283731474,True +2017/03/29 10:00:00,37.60565419641527,True +2017/03/29 11:00:00,38.35047551674896,True +2017/03/29 12:00:00,37.202898182713724,True +2017/03/29 13:00:00,37.64395209133557,True +2017/03/29 14:00:00,35.68389935540588,True +2017/03/29 15:00:00,35.27353964893926,True +2017/03/29 16:00:00,36.934593984422904,True +2017/03/29 17:00:00,38.225704024461166,True +2017/03/29 18:00:00,38.29563344651509,True +2017/03/29 19:00:00,39.60329003976609,True +2017/03/29 20:00:00,39.81857241139882,True +2017/03/29 21:00:00,35.91008323141936,True +2017/03/29 22:00:00,29.73277135746648,True +2017/03/29 23:00:00,21.547603240922083,True +2017/03/30 00:00:00,13.551771107220723,True +2017/03/30 01:00:00,12.300277778142185,True +2017/03/30 02:00:00,12.47614340192763,True +2017/03/30 03:00:00,10.53548468065326,True +2017/03/30 04:00:00,14.884356562388946,True +2017/03/30 05:00:00,17.256849372890816,True +2017/03/30 06:00:00,23.427641623467395,True +2017/03/30 07:00:00,28.17310658974103,True +2017/03/30 08:00:00,31.05212474499679,True +2017/03/30 09:00:00,34.43560407064639,True +2017/03/30 10:00:00,37.673567253630566,True +2017/03/30 11:00:00,38.66705156536116,True +2017/03/30 12:00:00,36.78954634732846,True +2017/03/30 13:00:00,37.5141015607375,True +2017/03/30 14:00:00,35.29559565155421,True +2017/03/30 15:00:00,34.86620590265043,True +2017/03/30 16:00:00,37.056902521628714,True +2017/03/30 17:00:00,38.45784907595732,True +2017/03/30 18:00:00,39.166500425661496,True +2017/03/30 19:00:00,39.27147404139331,True +2017/03/30 20:00:00,39.580204158869314,True +2017/03/30 21:00:00,36.74275798917188,True +2017/03/30 22:00:00,29.307501077979538,True +2017/03/30 23:00:00,21.91718517892826,True +2017/03/31 00:00:00,13.83013789042768,True +2017/03/31 01:00:00,9.469320926220378,True +2017/03/31 02:00:00,10.38941155037998,True +2017/03/31 03:00:00,10.053310686610853,True +2017/03/31 04:00:00,14.800366046166465,True +2017/03/31 05:00:00,17.193344043654022,True +2017/03/31 06:00:00,21.634215566270726,True +2017/03/31 07:00:00,28.02659759713065,True +2017/03/31 08:00:00,30.645706181867098,True +2017/03/31 09:00:00,34.25879681988587,True +2017/03/31 10:00:00,37.25057703830694,True +2017/03/31 11:00:00,38.54745805141818,True +2017/03/31 12:00:00,36.50038422351364,True +2017/03/31 13:00:00,37.2269800472335,True +2017/03/31 14:00:00,35.62645307012636,True +2017/03/31 15:00:00,35.415886203772885,True +2017/03/31 16:00:00,37.52016093190203,True +2017/03/31 17:00:00,38.850802036376294,True +2017/03/31 18:00:00,38.54548400146533,True +2017/03/31 19:00:00,38.655895323397026,True +2017/03/31 20:00:00,39.18675617916807,True +2017/03/31 21:00:00,36.120249160434355,True +2017/03/31 22:00:00,28.909952746376522,True +2017/03/31 23:00:00,21.12532987907555,True +2017/04/01 00:00:00,15.58379033480857,True +2017/04/01 01:00:00,10.984202065123563,True +2017/04/01 02:00:00,9.628867286201713,True +2017/04/01 03:00:00,9.095642966334312,True +2017/04/01 04:00:00,12.07378856242323,True +2017/04/01 05:00:00,16.02286103665276,True +2017/04/01 06:00:00,23.28010987310856,True +2017/04/01 07:00:00,20.88167378059346,True +2017/04/01 08:00:00,27.808675623277175,True +2017/04/01 09:00:00,33.180328655415465,True +2017/04/01 10:00:00,36.443935766887094,True +2017/04/01 11:00:00,37.29440175963333,True +2017/04/01 12:00:00,35.88778757835902,True +2017/04/01 13:00:00,34.61551031762887,True +2017/04/01 14:00:00,33.12430395615823,True +2017/04/01 15:00:00,33.47306572092373,True +2017/04/01 16:00:00,35.36286190784647,True +2017/04/01 17:00:00,37.95605608133483,True +2017/04/01 18:00:00,36.87145068929109,True +2017/04/01 19:00:00,35.38097416249078,True +2017/04/01 20:00:00,35.57053568032691,True +2017/04/01 21:00:00,35.79117977188753,True +2017/04/01 22:00:00,29.47751669614574,True +2017/04/01 23:00:00,22.78473750842765,True +2017/04/02 00:00:00,14.129262086805907,True +2017/04/02 01:00:00,12.296609256852129,True +2017/04/02 02:00:00,13.014585008802873,True +2017/04/02 03:00:00,12.337558428190986,True +2017/04/02 04:00:00,14.659484610371228,True +2017/04/02 05:00:00,18.848562426594217,True +2017/04/02 06:00:00,24.12052119812945,True +2017/04/02 07:00:00,22.583402794969064,True +2017/04/02 08:00:00,24.837401034506286,True +2017/04/02 09:00:00,27.531622946621862,True +2017/04/02 10:00:00,32.61116644048032,True +2017/04/02 11:00:00,36.469409130949536,True +2017/04/02 12:00:00,34.609853193199164,True +2017/04/02 13:00:00,35.54572351196139,True +2017/04/02 14:00:00,33.179946750900285,True +2017/04/02 15:00:00,32.4225498698335,True +2017/04/02 16:00:00,34.02032125758297,True +2017/04/02 17:00:00,35.31220659863656,True +2017/04/02 18:00:00,33.2963709958754,True +2017/04/02 19:00:00,33.01742024549204,True +2017/04/02 20:00:00,36.12473107992161,True +2017/04/02 21:00:00,34.87608719395391,True +2017/04/02 22:00:00,28.125530328927468,True +2017/04/02 23:00:00,21.411690370945394,True +2017/04/03 00:00:00,11.878133702128755,True +2017/04/03 01:00:00,9.505984006800267,True +2017/04/03 02:00:00,9.646680806928778,True +2017/04/03 03:00:00,9.270804161546206,True +2017/04/03 04:00:00,12.402200497937278,True +2017/04/03 05:00:00,16.68004282100038,True +2017/04/03 06:00:00,22.265458689689915,True +2017/04/03 07:00:00,25.21096852309306,True +2017/04/03 08:00:00,29.847917032282883,True +2017/04/03 09:00:00,34.38071469093832,True +2017/04/03 10:00:00,37.54371919614749,True +2017/04/03 11:00:00,38.36553697297575,True +2017/04/03 12:00:00,37.20866668603339,True +2017/04/03 13:00:00,37.442488833358574,True +2017/04/03 14:00:00,34.95581088925901,True +2017/04/03 15:00:00,34.83667077974805,True +2017/04/03 16:00:00,36.69100743365489,True +2017/04/03 17:00:00,39.1111786846745,True +2017/04/03 18:00:00,38.441186632402115,True +2017/04/03 19:00:00,38.8645368527705,True +2017/04/03 20:00:00,39.64992723693927,True +2017/04/03 21:00:00,36.53637114819978,True +2017/04/03 22:00:00,30.51053478940987,True +2017/04/03 23:00:00,22.565123247632666,True +2017/04/04 00:00:00,13.14286179743376,True +2017/04/04 01:00:00,11.595031553463036,True +2017/04/04 02:00:00,12.2242115612301,True +2017/04/04 03:00:00,10.849096107301499,True +2017/04/04 04:00:00,13.980639354434116,True +2017/04/04 05:00:00,16.683062999309666,True +2017/04/04 06:00:00,22.618958507842976,True +2017/04/04 07:00:00,28.24191926315268,True +2017/04/04 08:00:00,29.9182166888973,True +2017/04/04 09:00:00,34.025936300521586,True +2017/04/04 10:00:00,37.71497556166839,True +2017/04/04 11:00:00,38.857092038720054,True +2017/04/04 12:00:00,37.113285132075106,True +2017/04/04 13:00:00,37.40134447844922,True +2017/04/04 14:00:00,35.2341253114097,True +2017/04/04 15:00:00,35.31261501610447,True +2017/04/04 16:00:00,37.37455150835211,True +2017/04/04 17:00:00,38.52355298656804,True +2017/04/04 18:00:00,39.49700549495141,True +2017/04/04 19:00:00,40.0793874105472,True +2017/04/04 20:00:00,40.73637606637397,True +2017/04/04 21:00:00,36.44562514378186,True +2017/04/04 22:00:00,30.130917483364847,True +2017/04/04 23:00:00,21.837535146951254,True +2017/04/05 00:00:00,11.8025802302896,True +2017/04/05 01:00:00,9.39125661004058,True +2017/04/05 02:00:00,9.722841158722156,True +2017/04/05 03:00:00,9.17243324720851,True +2017/04/05 04:00:00,13.457520291951651,True +2017/04/05 05:00:00,18.750667831034203,True +2017/04/05 06:00:00,22.308113683765566,True +2017/04/05 07:00:00,27.397057117665614,True +2017/04/05 08:00:00,30.086113718726608,True +2017/04/05 09:00:00,33.995471053443424,True +2017/04/05 10:00:00,37.635788155906766,True +2017/04/05 11:00:00,38.63579175007091,True +2017/04/05 12:00:00,36.888752521745594,True +2017/04/05 13:00:00,37.03963856350372,True +2017/04/05 14:00:00,35.22646092843568,True +2017/04/05 15:00:00,34.66404953916215,True +2017/04/05 16:00:00,37.36688463622365,True +2017/04/05 17:00:00,38.92454178197835,True +2017/04/05 18:00:00,38.69626942387025,True +2017/04/05 19:00:00,39.694523669682496,True +2017/04/05 20:00:00,40.37177480318858,True +2017/04/05 21:00:00,36.77373087720844,True +2017/04/05 22:00:00,29.84462156983873,True +2017/04/05 23:00:00,21.85639164089334,True +2017/04/06 00:00:00,11.757634699086736,True +2017/04/06 01:00:00,9.455552866941128,True +2017/04/06 02:00:00,9.702717866434915,True +2017/04/06 03:00:00,9.091836874594636,True +2017/04/06 04:00:00,13.361354511723503,True +2017/04/06 05:00:00,18.688433931174966,True +2017/04/06 06:00:00,24.003759092438873,True +2017/04/06 07:00:00,25.611448168075853,True +2017/04/06 08:00:00,30.289961074897008,True +2017/04/06 09:00:00,33.968811554245704,True +2017/04/06 10:00:00,37.42751068779534,True +2017/04/06 11:00:00,39.08041452248802,True +2017/04/06 12:00:00,36.928912976844025,True +2017/04/06 13:00:00,37.0797624233995,True +2017/04/06 14:00:00,34.457853471658325,True +2017/04/06 15:00:00,31.583742514847817,True +2017/04/06 16:00:00,36.445160343196875,True +2017/04/06 17:00:00,36.258085100448426,True +2017/04/06 18:00:00,37.88685384557079,True +2017/04/06 19:00:00,38.72838588926893,True +2017/04/06 20:00:00,39.793482875402354,True +2017/04/06 21:00:00,36.95317113009244,True +2017/04/06 22:00:00,29.163135326088195,True +2017/04/06 23:00:00,21.799683508486858,True +2017/04/07 00:00:00,14.303984688502535,True +2017/04/07 01:00:00,12.521144614442223,True +2017/04/07 02:00:00,12.78422430464733,True +2017/04/07 03:00:00,8.948865027838071,True +2017/04/07 04:00:00,14.494932098050663,True +2017/04/07 05:00:00,18.544977455512473,True +2017/04/07 06:00:00,23.99060282191832,True +2017/04/07 07:00:00,28.5559729017607,True +2017/04/07 08:00:00,30.379547272848505,True +2017/04/07 09:00:00,33.74855609258621,True +2017/04/07 10:00:00,37.72384126631243,True +2017/04/07 11:00:00,41.31134239684845,True +2017/04/07 12:00:00,41.15856825157634,True +2017/04/07 13:00:00,42.29925932120452,True +2017/04/07 14:00:00,40.04987730034666,True +2017/04/07 15:00:00,37.986811523301405,True +2017/04/07 16:00:00,39.66005569642859,True +2017/04/07 17:00:00,39.73021221918193,True +2017/04/07 18:00:00,38.88639830147498,True +2017/04/07 19:00:00,39.477474353884965,True +2017/04/07 20:00:00,41.15062023229521,True +2017/04/07 21:00:00,36.78881566954435,True +2017/04/07 22:00:00,28.985938801903156,True +2017/04/07 23:00:00,22.082901930500885,True +2017/04/08 00:00:00,12.702999738652597,True +2017/04/08 01:00:00,9.346855079741683,True +2017/04/08 02:00:00,9.491684274923017,True +2017/04/08 03:00:00,8.941662634748326,True +2017/04/08 04:00:00,14.131240901076954,True +2017/04/08 05:00:00,16.627838153359622,True +2017/04/08 06:00:00,23.725773896213475,True +2017/04/08 07:00:00,23.14341733276242,True +2017/04/08 08:00:00,24.6522198619474,True +2017/04/08 09:00:00,34.99212102602209,True +2017/04/08 10:00:00,38.90309060703972,True +2017/04/08 11:00:00,41.112961137165605,True +2017/04/08 12:00:00,39.91446677092137,True +2017/04/08 13:00:00,41.3463340854664,True +2017/04/08 14:00:00,39.46150811813615,True +2017/04/08 15:00:00,37.55592875708407,True +2017/04/08 16:00:00,37.86645115659174,True +2017/04/08 17:00:00,38.38099094556453,True +2017/04/08 18:00:00,38.134913867150864,True +2017/04/08 19:00:00,36.91299231793228,True +2017/04/08 20:00:00,36.21556026709236,True +2017/04/08 21:00:00,35.60885673235438,True +2017/04/08 22:00:00,26.550063746678642,True +2017/04/08 23:00:00,20.449820390575834,True +2017/04/09 00:00:00,14.427051923379098,True +2017/04/09 01:00:00,12.408788841862973,True +2017/04/09 02:00:00,11.512737540726226,True +2017/04/09 03:00:00,11.409381231954628,True +2017/04/09 04:00:00,14.320998474061422,True +2017/04/09 05:00:00,19.14278683194915,True +2017/04/09 06:00:00,23.400285574964407,True +2017/04/09 07:00:00,22.319270684341426,True +2017/04/09 08:00:00,27.16550431747994,True +2017/04/09 09:00:00,24.50487925264953,True +2017/04/09 10:00:00,31.66074432453816,True +2017/04/09 11:00:00,35.56375354259479,True +2017/04/09 12:00:00,33.97618741782724,True +2017/04/09 13:00:00,34.33624413025795,True +2017/04/09 14:00:00,33.6121457832185,True +2017/04/09 15:00:00,33.017815013257305,True +2017/04/09 16:00:00,34.19816540482869,True +2017/04/09 17:00:00,33.33579532319393,True +2017/04/09 18:00:00,33.70706768649953,True +2017/04/09 19:00:00,33.570167895854134,True +2017/04/09 20:00:00,36.053059983328204,True +2017/04/09 21:00:00,35.10751357565785,True +2017/04/09 22:00:00,28.678149363007567,True +2017/04/09 23:00:00,21.885995347598943,True +2017/04/10 00:00:00,13.691822525013276,True +2017/04/10 01:00:00,9.988033946254298,True +2017/04/10 02:00:00,9.747870587937692,True +2017/04/10 03:00:00,10.66850383726181,True +2017/04/10 04:00:00,12.389395122167643,True +2017/04/10 05:00:00,15.324271069644764,True +2017/04/10 06:00:00,23.453330159903384,True +2017/04/10 07:00:00,27.60989280288855,True +2017/04/10 08:00:00,30.521253854272864,True +2017/04/10 09:00:00,33.94773798838823,True +2017/04/10 10:00:00,37.4267059573841,True +2017/04/10 11:00:00,38.70292851844999,True +2017/04/10 12:00:00,36.534894489713395,True +2017/04/10 13:00:00,37.331588156195785,True +2017/04/10 14:00:00,35.33875845048531,True +2017/04/10 15:00:00,35.18777420971881,True +2017/04/10 16:00:00,37.64278398271647,True +2017/04/10 17:00:00,39.1190339256314,True +2017/04/10 18:00:00,39.71736253269825,True +2017/04/10 19:00:00,39.804457314492716,True +2017/04/10 20:00:00,40.22032635281448,True +2017/04/10 21:00:00,37.02393214700334,True +2017/04/10 22:00:00,29.54160030148687,True +2017/04/10 23:00:00,20.985336780102433,True +2017/04/11 00:00:00,13.44001770600689,True +2017/04/11 01:00:00,12.168203973198738,True +2017/04/11 02:00:00,11.45889908645936,True +2017/04/11 03:00:00,11.915081373992978,True +2017/04/11 04:00:00,15.112301101764809,True +2017/04/11 05:00:00,15.367897014896677,True +2017/04/11 06:00:00,20.957961626071725,True +2017/04/11 07:00:00,27.52050259214175,True +2017/04/11 08:00:00,30.607382564848187,True +2017/04/11 09:00:00,34.1485180472563,True +2017/04/11 10:00:00,37.81998446068657,True +2017/04/11 11:00:00,38.466287261540245,True +2017/04/11 12:00:00,37.040201618227705,True +2017/04/11 13:00:00,36.85017971500198,True +2017/04/11 14:00:00,35.13849357605476,True +2017/04/11 15:00:00,35.39472737551236,True +2017/04/11 16:00:00,38.508735249938326,True +2017/04/11 17:00:00,38.73400956147717,True +2017/04/11 18:00:00,38.341799133440304,True +2017/04/11 19:00:00,39.24662356413037,True +2017/04/11 20:00:00,39.651793896816585,True +2017/04/11 21:00:00,36.321385206238325,True +2017/04/11 22:00:00,29.423168271897502,True +2017/04/11 23:00:00,21.35666811146563,True +2017/04/12 00:00:00,13.750710077463363,True +2017/04/12 01:00:00,11.299765790177522,True +2017/04/12 02:00:00,11.46964054300432,True +2017/04/12 03:00:00,12.052888181020263,True +2017/04/12 04:00:00,14.528653857583166,True +2017/04/12 05:00:00,17.432664454172887,True +2017/04/12 06:00:00,22.24875195852345,True +2017/04/12 07:00:00,28.788203075675522,True +2017/04/12 08:00:00,31.288806967872574,True +2017/04/12 09:00:00,34.749554084446714,True +2017/04/12 10:00:00,37.55955572182555,True +2017/04/12 11:00:00,38.424278237914635,True +2017/04/12 12:00:00,37.31407119323677,True +2017/04/12 13:00:00,37.2614795106845,True +2017/04/12 14:00:00,35.20742862713973,True +2017/04/12 15:00:00,35.117678671915776,True +2017/04/12 16:00:00,37.41964117756749,True +2017/04/12 17:00:00,39.27884771534251,True +2017/04/12 18:00:00,38.02099453959799,True +2017/04/12 19:00:00,38.88017557982316,True +2017/04/12 20:00:00,38.94007405971424,True +2017/04/12 21:00:00,36.24480456169877,True +2017/04/12 22:00:00,29.535537614579912,True +2017/04/12 23:00:00,21.744031021179328,True +2017/04/13 00:00:00,14.097639871667091,True +2017/04/13 01:00:00,12.11667979436604,True +2017/04/13 02:00:00,12.559872417818914,True +2017/04/13 03:00:00,11.93163121776525,True +2017/04/13 04:00:00,13.423295194461542,True +2017/04/13 05:00:00,15.394302624669319,True +2017/04/13 06:00:00,21.57936666434211,True +2017/04/13 07:00:00,26.956873013423355,True +2017/04/13 08:00:00,30.54133284313721,True +2017/04/13 09:00:00,34.22180927814469,True +2017/04/13 10:00:00,37.84092614842063,True +2017/04/13 11:00:00,38.93540540894778,True +2017/04/13 12:00:00,36.739687669543635,True +2017/04/13 13:00:00,37.1495287238299,True +2017/04/13 14:00:00,35.61677296076521,True +2017/04/13 15:00:00,35.1734059532723,True +2017/04/13 16:00:00,37.22908471773737,True +2017/04/13 17:00:00,38.23244992123955,True +2017/04/13 18:00:00,38.70038420578718,True +2017/04/13 19:00:00,39.15898205064034,True +2017/04/13 20:00:00,39.74242121969437,True +2017/04/13 21:00:00,37.08019391128921,True +2017/04/13 22:00:00,29.60892010230507,True +2017/04/13 23:00:00,21.69918024775188,True +2017/04/14 00:00:00,12.67002402370257,True +2017/04/14 01:00:00,9.43625405891386,True +2017/04/14 02:00:00,9.633773566028413,True +2017/04/14 03:00:00,9.17009502254576,True +2017/04/14 04:00:00,13.607239906199124,True +2017/04/14 05:00:00,15.26076140546666,True +2017/04/14 06:00:00,20.96474135580221,True +2017/04/14 07:00:00,27.485876817196175,True +2017/04/14 08:00:00,30.710608396044318,True +2017/04/14 09:00:00,34.261589130792984,True +2017/04/14 10:00:00,37.99129608001652,True +2017/04/14 11:00:00,39.380198706985944,True +2017/04/14 12:00:00,37.17434024023116,True +2017/04/14 13:00:00,37.43711165362008,True +2017/04/14 14:00:00,35.639991468614895,True +2017/04/14 15:00:00,35.543537539614135,True +2017/04/14 16:00:00,37.437593440583676,True +2017/04/14 17:00:00,38.65661592816005,True +2017/04/14 18:00:00,35.67671264751819,True +2017/04/14 19:00:00,35.992271982874904,True +2017/04/14 20:00:00,36.32400209226681,True +2017/04/14 21:00:00,36.053081821430546,True +2017/04/14 22:00:00,29.871464626580273,True +2017/04/14 23:00:00,22.528799788566058,True +2017/04/15 00:00:00,14.185478322807553,True +2017/04/15 01:00:00,11.470664144654785,True +2017/04/15 02:00:00,12.395254659450819,True +2017/04/15 03:00:00,11.855640623532848,True +2017/04/15 04:00:00,12.644232660447548,True +2017/04/15 05:00:00,14.844259891876282,True +2017/04/15 06:00:00,22.55483089286,True +2017/04/15 07:00:00,23.046020841478814,True +2017/04/15 08:00:00,27.962328357516625,True +2017/04/15 09:00:00,33.33132944244028,True +2017/04/15 10:00:00,36.92365735542402,True +2017/04/15 11:00:00,36.794153300316616,True +2017/04/15 12:00:00,35.974039448895525,True +2017/04/15 13:00:00,35.13289285908861,True +2017/04/15 14:00:00,34.30875533814713,True +2017/04/15 15:00:00,34.25714140117562,True +2017/04/15 16:00:00,35.8914347710041,True +2017/04/15 17:00:00,38.79367170383638,True +2017/04/15 18:00:00,36.74662303816168,True +2017/04/15 19:00:00,36.54128141436813,True +2017/04/15 20:00:00,36.40128218053016,True +2017/04/15 21:00:00,35.89134396902012,True +2017/04/15 22:00:00,29.845021641963676,True +2017/04/15 23:00:00,20.202717353683386,True +2017/04/16 00:00:00,12.401937295994017,True +2017/04/16 01:00:00,9.806411230368733,True +2017/04/16 02:00:00,9.947836892373118,True +2017/04/16 03:00:00,9.481259330434296,True +2017/04/16 04:00:00,13.826748048046333,True +2017/04/16 05:00:00,17.97181613412517,True +2017/04/16 06:00:00,24.2555139732515,True +2017/04/16 07:00:00,21.408241867278893,True +2017/04/16 08:00:00,25.976844289967133,True +2017/04/16 09:00:00,25.350678606016363,True +2017/04/16 10:00:00,33.351888782456435,True +2017/04/16 11:00:00,37.106957941586124,True +2017/04/16 12:00:00,34.81748250313751,True +2017/04/16 13:00:00,34.611585804366555,True +2017/04/16 14:00:00,32.73259212738027,True +2017/04/16 15:00:00,32.48934941940564,True +2017/04/16 16:00:00,34.60243729399288,True +2017/04/16 17:00:00,35.16806025167308,True +2017/04/16 18:00:00,33.887398553722434,True +2017/04/16 19:00:00,33.341898982100446,True +2017/04/16 20:00:00,35.70145650374106,True +2017/04/16 21:00:00,34.028913967999024,True +2017/04/16 22:00:00,25.821950222112275,True +2017/04/16 23:00:00,19.02509982382698,True +2017/04/17 00:00:00,11.916004103992066,True +2017/04/17 01:00:00,9.481140932270046,True +2017/04/17 02:00:00,9.827649900778612,True +2017/04/17 03:00:00,9.21108557694609,True +2017/04/17 04:00:00,13.294376133507503,True +2017/04/17 05:00:00,18.46671178506459,True +2017/04/17 06:00:00,23.882307798103735,True +2017/04/17 07:00:00,26.943425573290906,True +2017/04/17 08:00:00,27.994194991298226,True +2017/04/17 09:00:00,33.704926414217596,True +2017/04/17 10:00:00,37.922345655407476,True +2017/04/17 11:00:00,39.179746613897436,True +2017/04/17 12:00:00,37.95537099143085,True +2017/04/17 13:00:00,36.868513831181936,True +2017/04/17 14:00:00,35.44905151906927,True +2017/04/17 15:00:00,34.89079976912273,True +2017/04/17 16:00:00,37.65292786657752,True +2017/04/17 17:00:00,38.33735684177714,True +2017/04/17 18:00:00,37.991953772484734,True +2017/04/17 19:00:00,40.430524263357626,True +2017/04/17 20:00:00,39.62357538147778,True +2017/04/17 21:00:00,36.39349465361271,True +2017/04/17 22:00:00,29.433787088892863,True +2017/04/17 23:00:00,21.24152875515805,True +2017/04/18 00:00:00,14.404598161357214,True +2017/04/18 01:00:00,12.179320803476635,True +2017/04/18 02:00:00,9.623565530067424,True +2017/04/18 03:00:00,11.950578962742407,True +2017/04/18 04:00:00,15.049434752020279,True +2017/04/18 05:00:00,17.546907179160886,True +2017/04/18 06:00:00,22.692633963584896,True +2017/04/18 07:00:00,27.801478402920882,True +2017/04/18 08:00:00,29.888114838030347,True +2017/04/18 09:00:00,33.81308055242382,True +2017/04/18 10:00:00,37.471246708152506,True +2017/04/18 11:00:00,38.207439380295426,True +2017/04/18 12:00:00,36.81036643657858,True +2017/04/18 13:00:00,37.029400629174894,True +2017/04/18 14:00:00,35.366492265569164,True +2017/04/18 15:00:00,34.55372665581443,True +2017/04/18 16:00:00,33.83973362967108,True +2017/04/18 17:00:00,36.37161490238016,True +2017/04/18 18:00:00,38.23751098272236,True +2017/04/18 19:00:00,39.0470768411715,True +2017/04/18 20:00:00,39.675736642334854,True +2017/04/18 21:00:00,36.23956787345794,True +2017/04/18 22:00:00,29.48469444470156,True +2017/04/18 23:00:00,22.33147015772764,True +2017/04/19 00:00:00,13.289629234078655,True +2017/04/19 01:00:00,11.196294116448748,True +2017/04/19 02:00:00,12.539490652417859,True +2017/04/19 03:00:00,9.084780713130009,True +2017/04/19 04:00:00,12.980975735198138,True +2017/04/19 05:00:00,15.386023780481043,True +2017/04/19 06:00:00,20.920280660567993,True +2017/04/19 07:00:00,27.48835504044453,True +2017/04/19 08:00:00,30.417767342290546,True +2017/04/19 09:00:00,34.56526270002327,True +2017/04/19 10:00:00,37.97402565110287,True +2017/04/19 11:00:00,38.410746042819966,True +2017/04/19 12:00:00,33.82569973991186,True +2017/04/19 13:00:00,36.030856214398014,True +2017/04/19 14:00:00,36.53186402481848,True +2017/04/19 15:00:00,36.543599643126754,True +2017/04/19 16:00:00,38.90619627476094,True +2017/04/19 17:00:00,39.79979063950697,True +2017/04/19 18:00:00,35.99299963473227,True +2017/04/19 19:00:00,38.457251616076434,True +2017/04/19 20:00:00,39.28811923381463,True +2017/04/19 21:00:00,35.81519648605644,True +2017/04/19 22:00:00,27.678565690729144,True +2017/04/19 23:00:00,21.8304348287422,True +2017/04/20 00:00:00,13.56728528253394,True +2017/04/20 01:00:00,11.741091677226734,True +2017/04/20 02:00:00,12.467433365115468,True +2017/04/20 03:00:00,12.232188667416741,True +2017/04/20 04:00:00,14.596493840515,True +2017/04/20 05:00:00,17.891421324023593,True +2017/04/20 06:00:00,22.012965701387913,True +2017/04/20 07:00:00,29.024405052180175,True +2017/04/20 08:00:00,29.97457185282124,True +2017/04/20 09:00:00,31.838511942280533,True +2017/04/20 10:00:00,34.42158115097854,True +2017/04/20 11:00:00,38.71025104203205,True +2017/04/20 12:00:00,37.37784731876467,True +2017/04/20 13:00:00,37.305738454068226,True +2017/04/20 14:00:00,33.10275037358724,True +2017/04/20 15:00:00,31.66576407120783,True +2017/04/20 16:00:00,36.66390351395964,True +2017/04/20 17:00:00,37.78945419067977,True +2017/04/20 18:00:00,37.534967186994955,True +2017/04/20 19:00:00,39.25974632651424,True +2017/04/20 20:00:00,39.40882871584049,True +2017/04/20 21:00:00,36.554195905256115,True +2017/04/20 22:00:00,29.530840133856717,True +2017/04/20 23:00:00,22.557212498529243,True +2017/04/21 00:00:00,14.355209286530128,True +2017/04/21 01:00:00,10.482059052425925,True +2017/04/21 02:00:00,12.502672121226208,True +2017/04/21 03:00:00,11.918896450074397,True +2017/04/21 04:00:00,12.80305964819131,True +2017/04/21 05:00:00,15.318806173005772,True +2017/04/21 06:00:00,18.39997618432007,True +2017/04/21 07:00:00,25.519413728148375,True +2017/04/21 08:00:00,30.48621550371075,True +2017/04/21 09:00:00,34.482118006369156,True +2017/04/21 10:00:00,37.355394176120086,True +2017/04/21 11:00:00,36.050452644431104,True +2017/04/21 12:00:00,33.208796837515244,True +2017/04/21 13:00:00,36.845949580575216,True +2017/04/21 14:00:00,32.083016693629126,True +2017/04/21 15:00:00,33.991757634501084,True +2017/04/21 16:00:00,37.52267372200394,True +2017/04/21 17:00:00,35.6040183285784,True +2017/04/21 18:00:00,37.39512248076515,True +2017/04/21 19:00:00,38.72810486407072,True +2017/04/21 20:00:00,39.84496101859823,True +2017/04/21 21:00:00,36.97873307306026,True +2017/04/21 22:00:00,29.812521034969198,True +2017/04/21 23:00:00,22.478689253889183,True +2017/04/22 00:00:00,15.346886245921224,True +2017/04/22 01:00:00,10.395400626829877,True +2017/04/22 02:00:00,12.482749683193923,True +2017/04/22 03:00:00,11.832954101649957,True +2017/04/22 04:00:00,13.321601054711579,True +2017/04/22 05:00:00,14.626132716334153,True +2017/04/22 06:00:00,17.827134547195506,True +2017/04/22 07:00:00,23.305537494385423,True +2017/04/22 08:00:00,28.161435488844443,True +2017/04/22 09:00:00,33.625747364581535,True +2017/04/22 10:00:00,36.9985855456233,True +2017/04/22 11:00:00,36.61170170059732,True +2017/04/22 12:00:00,35.381239916718684,True +2017/04/22 13:00:00,31.661894083519424,True +2017/04/22 14:00:00,33.23282091301673,True +2017/04/22 15:00:00,32.945053011508705,True +2017/04/22 16:00:00,35.928486544349916,True +2017/04/22 17:00:00,37.23466519724915,True +2017/04/22 18:00:00,34.11122473918052,True +2017/04/22 19:00:00,34.59836466991645,True +2017/04/22 20:00:00,35.86573845102306,True +2017/04/22 21:00:00,35.90975106690514,True +2017/04/22 22:00:00,29.754730090516084,True +2017/04/22 23:00:00,23.06970370273963,True +2017/04/23 00:00:00,14.538992356896108,True +2017/04/23 01:00:00,11.833991758954381,True +2017/04/23 02:00:00,12.85018620278762,True +2017/04/23 03:00:00,12.228190915105127,True +2017/04/23 04:00:00,14.983252981278664,True +2017/04/23 05:00:00,17.842035211055933,True +2017/04/23 06:00:00,21.701355621871024,True +2017/04/23 07:00:00,22.90273639579862,True +2017/04/23 08:00:00,26.724730928662925,True +2017/04/23 09:00:00,28.42416905267179,True +2017/04/23 10:00:00,31.947708111167174,True +2017/04/23 11:00:00,35.44291632009076,True +2017/04/23 12:00:00,34.31048803734889,True +2017/04/23 13:00:00,36.047870835294404,True +2017/04/23 14:00:00,32.185775690748656,True +2017/04/23 15:00:00,31.353763281395107,True +2017/04/23 16:00:00,33.65249179785357,True +2017/04/23 17:00:00,31.552067097687026,True +2017/04/23 18:00:00,32.5350849508298,True +2017/04/23 19:00:00,33.17077783450175,True +2017/04/23 20:00:00,36.62569528454037,True +2017/04/23 21:00:00,35.196606578748906,True +2017/04/23 22:00:00,28.145712459905766,True +2017/04/23 23:00:00,20.774751691975393,True +2017/04/24 00:00:00,13.464316817058306,True +2017/04/24 01:00:00,9.478341508156284,True +2017/04/24 02:00:00,9.669587937359841,True +2017/04/24 03:00:00,9.215511093839584,True +2017/04/24 04:00:00,13.12929026701153,True +2017/04/24 05:00:00,17.145109643291395,True +2017/04/24 06:00:00,20.960394826731836,True +2017/04/24 07:00:00,27.735653736762888,True +2017/04/24 08:00:00,30.115576064279598,True +2017/04/24 09:00:00,34.70404628418437,True +2017/04/24 10:00:00,37.91573308681908,True +2017/04/24 11:00:00,39.15960756059856,True +2017/04/24 12:00:00,37.08916550011723,True +2017/04/24 13:00:00,37.29821751767792,True +2017/04/24 14:00:00,35.072424283118586,True +2017/04/24 15:00:00,34.568302537144184,True +2017/04/24 16:00:00,37.502357162057535,True +2017/04/24 17:00:00,38.39219398588431,True +2017/04/24 18:00:00,39.184979251178795,True +2017/04/24 19:00:00,39.20672920435889,True +2017/04/24 20:00:00,39.27997311265156,True +2017/04/24 21:00:00,36.55268102660307,True +2017/04/24 22:00:00,29.073265273706696,True +2017/04/24 23:00:00,21.13655086397645,True +2017/04/25 00:00:00,13.9508108790351,True +2017/04/25 01:00:00,10.986789241125559,True +2017/04/25 02:00:00,11.262228507775518,True +2017/04/25 03:00:00,12.27649148986101,True +2017/04/25 04:00:00,14.54566472935143,True +2017/04/25 05:00:00,16.50881562507276,True +2017/04/25 06:00:00,20.71394115746434,True +2017/04/25 07:00:00,27.9450409417894,True +2017/04/25 08:00:00,30.31889161448834,True +2017/04/25 09:00:00,34.692388439729136,True +2017/04/25 10:00:00,37.44503549594114,True +2017/04/25 11:00:00,38.27993007470687,True +2017/04/25 12:00:00,36.980313588195486,True +2017/04/25 13:00:00,37.29204452833806,True +2017/04/25 14:00:00,35.57309339612906,True +2017/04/25 15:00:00,34.59269387733756,True +2017/04/25 16:00:00,38.07608629348833,True +2017/04/25 17:00:00,38.76710149879972,True +2017/04/25 18:00:00,38.02757188129908,True +2017/04/25 19:00:00,38.87710751551231,True +2017/04/25 20:00:00,39.94513993194687,True +2017/04/25 21:00:00,35.94294714743731,True +2017/04/25 22:00:00,29.221782583191498,True +2017/04/25 23:00:00,21.11976870647282,True +2017/04/26 00:00:00,13.452832681198505,True +2017/04/26 01:00:00,11.457776052476873,True +2017/04/26 02:00:00,11.44830927496795,True +2017/04/26 03:00:00,10.490223349205953,True +2017/04/26 04:00:00,14.864553144959196,True +2017/04/26 05:00:00,17.916859616344148,True +2017/04/26 06:00:00,20.884613764228625,True +2017/04/26 07:00:00,27.709700006107777,True +2017/04/26 08:00:00,30.606597299081244,True +2017/04/26 09:00:00,35.25909163716137,True +2017/04/26 10:00:00,37.00694384467206,True +2017/04/26 11:00:00,38.425218030140584,True +2017/04/26 12:00:00,33.19475741695746,True +2017/04/26 13:00:00,36.83198868469765,True +2017/04/26 14:00:00,35.9586133173171,True +2017/04/26 15:00:00,34.00302854369518,True +2017/04/26 16:00:00,34.914138250419576,True +2017/04/26 17:00:00,38.606212721370625,True +2017/04/26 18:00:00,38.46951957190689,True +2017/04/26 19:00:00,39.17559032760065,True +2017/04/26 20:00:00,39.1460027876846,True +2017/04/26 21:00:00,36.15010292795447,True +2017/04/26 22:00:00,30.27176500304118,True +2017/04/26 23:00:00,22.596119891421417,True +2017/04/27 00:00:00,13.447616835462062,True +2017/04/27 01:00:00,11.90619162859182,True +2017/04/27 02:00:00,10.295616487671861,True +2017/04/27 03:00:00,12.017893984201804,True +2017/04/27 04:00:00,14.643363945807318,True +2017/04/27 05:00:00,17.085911690165382,True +2017/04/27 06:00:00,20.264389227850412,True +2017/04/27 07:00:00,28.07387207716864,True +2017/04/27 08:00:00,30.851175358498516,True +2017/04/27 09:00:00,34.03555556422127,True +2017/04/27 10:00:00,36.84115037506471,True +2017/04/27 11:00:00,38.43296489174749,True +2017/04/27 12:00:00,36.50875509237362,True +2017/04/27 13:00:00,36.455916510961956,True +2017/04/27 14:00:00,34.64883671747605,True +2017/04/27 15:00:00,34.458113678080075,True +2017/04/27 16:00:00,37.063247569063634,True +2017/04/27 17:00:00,38.79056632450437,True +2017/04/27 18:00:00,38.76382375180452,True +2017/04/27 19:00:00,40.274383494576924,True +2017/04/27 20:00:00,39.19248985043322,True +2017/04/27 21:00:00,36.4368121428635,True +2017/04/27 22:00:00,30.14015437918876,True +2017/04/27 23:00:00,23.059769707116054,True +2017/04/28 00:00:00,14.096274174188249,True +2017/04/28 01:00:00,10.42548170358441,True +2017/04/28 02:00:00,10.633545882961364,True +2017/04/28 03:00:00,11.174469484310148,True +2017/04/28 04:00:00,13.982161575757717,True +2017/04/28 05:00:00,18.479140126621054,True +2017/04/28 06:00:00,21.630254225987503,True +2017/04/28 07:00:00,28.971779765804037,True +2017/04/28 08:00:00,31.49121644113355,True +2017/04/28 09:00:00,35.18606692197154,True +2017/04/28 10:00:00,38.23741662976599,True +2017/04/28 11:00:00,38.69721316561747,True +2017/04/28 12:00:00,36.763644106726716,True +2017/04/28 13:00:00,37.67832932849026,True +2017/04/28 14:00:00,35.728987098806094,True +2017/04/28 15:00:00,35.64119246149163,True +2017/04/28 16:00:00,37.680322394055295,True +2017/04/28 17:00:00,39.13992013336983,True +2017/04/28 18:00:00,38.637629628247936,True +2017/04/28 19:00:00,39.38393198419842,True +2017/04/28 20:00:00,39.5770268241585,True +2017/04/28 21:00:00,36.468617114942504,True +2017/04/28 22:00:00,29.68913470172941,True +2017/04/28 23:00:00,23.043724935585907,True +2017/04/29 00:00:00,14.374918295117281,True +2017/04/29 01:00:00,9.892006696544497,True +2017/04/29 02:00:00,11.09466927155401,True +2017/04/29 03:00:00,10.545644507487175,True +2017/04/29 04:00:00,14.173481564216493,True +2017/04/29 05:00:00,15.757757580005977,True +2017/04/29 06:00:00,19.92565582612921,True +2017/04/29 07:00:00,23.83325660717906,True +2017/04/29 08:00:00,28.274938123665567,True +2017/04/29 09:00:00,33.94892669447866,True +2017/04/29 10:00:00,36.686477445386394,True +2017/04/29 11:00:00,37.64876548755347,True +2017/04/29 12:00:00,36.16850465320919,True +2017/04/29 13:00:00,31.628668627795115,True +2017/04/29 14:00:00,31.54379504693756,True +2017/04/29 15:00:00,33.591801403382576,True +2017/04/29 16:00:00,35.82875255680941,True +2017/04/29 17:00:00,38.16700506107851,True +2017/04/29 18:00:00,37.03304892649908,True +2017/04/29 19:00:00,35.04035555898376,True +2017/04/29 20:00:00,35.559299212267426,True +2017/04/29 21:00:00,35.647863024712045,True +2017/04/29 22:00:00,29.835277871160738,True +2017/04/29 23:00:00,23.23373279044362,True +2017/04/30 00:00:00,13.470523047575504,True +2017/04/30 01:00:00,11.410306880303015,True +2017/04/30 02:00:00,11.896466235538282,True +2017/04/30 03:00:00,10.939906371579484,True +2017/04/30 04:00:00,14.55021189722922,True +2017/04/30 05:00:00,18.22330926036451,True +2017/04/30 06:00:00,21.543755149450927,True +2017/04/30 07:00:00,23.185095318672918,True +2017/04/30 08:00:00,26.088704756646216,True +2017/04/30 09:00:00,27.877190416514157,True +2017/04/30 10:00:00,34.0918261534747,True +2017/04/30 11:00:00,36.49397562797145,True +2017/04/30 12:00:00,34.41752565955777,True +2017/04/30 13:00:00,34.56780699962648,True +2017/04/30 14:00:00,31.216928208908666,True +2017/04/30 15:00:00,31.131133993241168,True +2017/04/30 16:00:00,33.614831542629595,True +2017/04/30 17:00:00,33.89022295979692,True +2017/04/30 18:00:00,30.50906125492068,True +2017/04/30 19:00:00,31.507452260563554,True +2017/04/30 20:00:00,35.952352179820856,True +2017/04/30 21:00:00,35.039083825034155,True +2017/04/30 22:00:00,28.79955629013511,True +2017/04/30 23:00:00,21.900570577268635,True +2017/05/01 00:00:00,12.44091258450482,True +2017/05/01 01:00:00,9.910206572940773,True +2017/05/01 02:00:00,11.118830672933548,True +2017/05/01 03:00:00,11.964624249469836,True +2017/05/01 04:00:00,12.319075914901157,True +2017/05/01 05:00:00,16.852701608652385,True +2017/05/01 06:00:00,19.13097159098171,True +2017/05/01 07:00:00,27.513040270373565,True +2017/05/01 08:00:00,30.05194558085969,True +2017/05/01 09:00:00,34.822188069397576,True +2017/05/01 10:00:00,37.25112440579079,True +2017/05/01 11:00:00,38.51971083672444,True +2017/05/01 12:00:00,36.89853513502047,True +2017/05/01 13:00:00,33.43304984074621,True +2017/05/01 14:00:00,31.583042484534605,True +2017/05/01 15:00:00,31.313712229694083,True +2017/05/01 16:00:00,34.06089236035408,True +2017/05/01 17:00:00,35.158834803936095,True +2017/05/01 18:00:00,35.71717572207182,True +2017/05/01 19:00:00,37.95461179655818,True +2017/05/01 20:00:00,38.904346286173656,True +2017/05/01 21:00:00,36.451168632244084,True +2017/05/01 22:00:00,30.2618800039298,True +2017/05/01 23:00:00,22.408379397234956,True +2017/05/02 00:00:00,13.357505032698727,True +2017/05/02 01:00:00,11.196212932662025,True +2017/05/02 02:00:00,11.825761901595039,True +2017/05/02 03:00:00,12.100929796483978,True +2017/05/02 04:00:00,13.86520691033558,True +2017/05/02 05:00:00,18.009493698536076,True +2017/05/02 06:00:00,21.17267645460509,True +2017/05/02 07:00:00,28.669610411860877,True +2017/05/02 08:00:00,30.819117869972914,True +2017/05/02 09:00:00,31.70768602420532,True +2017/05/02 10:00:00,37.10064863385618,True +2017/05/02 11:00:00,39.193935868308785,True +2017/05/02 12:00:00,37.98945459442944,True +2017/05/02 13:00:00,36.9489902421599,True +2017/05/02 14:00:00,35.51119167617492,True +2017/05/02 15:00:00,34.824681499106184,True +2017/05/02 16:00:00,37.66426268118472,True +2017/05/02 17:00:00,35.10894388556892,True +2017/05/02 18:00:00,34.89202377609572,True +2017/05/02 19:00:00,37.963789905923086,True +2017/05/02 20:00:00,36.55585668287942,True +2017/05/02 21:00:00,34.227739409500785,True +2017/05/02 22:00:00,29.17421733813531,True +2017/05/02 23:00:00,22.563959741778515,True +2017/05/03 00:00:00,13.06397319245222,True +2017/05/03 01:00:00,9.795839385263449,True +2017/05/03 02:00:00,10.430618504682993,True +2017/05/03 03:00:00,11.20118120848542,True +2017/05/03 04:00:00,14.58303277535223,True +2017/05/03 05:00:00,16.15402688518124,True +2017/05/03 06:00:00,19.981727773309178,True +2017/05/03 07:00:00,28.53998975230068,True +2017/05/03 08:00:00,31.03409297836969,True +2017/05/03 09:00:00,34.93984467548372,True +2017/05/03 10:00:00,37.48557458369048,True +2017/05/03 11:00:00,39.046645461247955,True +2017/05/03 12:00:00,33.49873806654845,True +2017/05/03 13:00:00,37.28003566572818,True +2017/05/03 14:00:00,36.47090847966661,True +2017/05/03 15:00:00,35.17539901864037,True +2017/05/03 16:00:00,36.16457661252776,True +2017/05/03 17:00:00,38.76246673761702,True +2017/05/03 18:00:00,34.97046644423176,True +2017/05/03 19:00:00,37.719170621732,True +2017/05/03 20:00:00,39.277035570496956,True +2017/05/03 21:00:00,36.59186937413869,True +2017/05/03 22:00:00,30.25687443285052,True +2017/05/03 23:00:00,22.24152249148088,True +2017/05/04 00:00:00,13.028192680280803,True +2017/05/04 01:00:00,10.97649502148285,True +2017/05/04 02:00:00,12.781518993883518,True +2017/05/04 03:00:00,11.287252166703162,True +2017/05/04 04:00:00,13.83152517168936,True +2017/05/04 05:00:00,18.04992171545061,True +2017/05/04 06:00:00,20.562891998675486,True +2017/05/04 07:00:00,28.085798915588665,True +2017/05/04 08:00:00,30.431485782578378,True +2017/05/04 09:00:00,33.42803407154645,True +2017/05/04 10:00:00,34.26309030690962,True +2017/05/04 11:00:00,37.58181303956154,True +2017/05/04 12:00:00,35.71256708183065,True +2017/05/04 13:00:00,37.189179050459934,True +2017/05/04 14:00:00,36.078283642492714,True +2017/05/04 15:00:00,35.05713563031928,True +2017/05/04 16:00:00,37.37416767287118,True +2017/05/04 17:00:00,37.62755671671528,True +2017/05/04 18:00:00,34.7868536077242,True +2017/05/04 19:00:00,36.79836025554487,True +2017/05/04 20:00:00,36.71649336330239,True +2017/05/04 21:00:00,33.646233462564865,True +2017/05/04 22:00:00,29.052408156312985,True +2017/05/04 23:00:00,23.01457841069833,True +2017/05/05 00:00:00,14.382788765350188,True +2017/05/05 01:00:00,10.768312111417783,True +2017/05/05 02:00:00,12.363993304342664,True +2017/05/05 03:00:00,9.405091518999805,True +2017/05/05 04:00:00,14.645060324915395,True +2017/05/05 05:00:00,18.51373869747821,True +2017/05/05 06:00:00,20.704002341645275,True +2017/05/05 07:00:00,28.13746088396489,True +2017/05/05 08:00:00,29.440986149135124,True +2017/05/05 09:00:00,30.98199514475644,True +2017/05/05 10:00:00,37.46483864832508,True +2017/05/05 11:00:00,38.962967390178434,True +2017/05/05 12:00:00,38.13208529058847,True +2017/05/05 13:00:00,39.756647771158185,True +2017/05/05 14:00:00,35.15464842841075,True +2017/05/05 15:00:00,34.76515665558868,True +2017/05/05 16:00:00,36.289196176885,True +2017/05/05 17:00:00,35.958418822136906,True +2017/05/05 18:00:00,38.84652269869728,True +2017/05/05 19:00:00,38.37967301790072,True +2017/05/05 20:00:00,39.28834410850434,True +2017/05/05 21:00:00,36.69888201140814,True +2017/05/05 22:00:00,29.567530391369957,True +2017/05/05 23:00:00,22.9820033264531,True +2017/05/06 00:00:00,14.857671118141427,True +2017/05/06 01:00:00,11.962048898113668,True +2017/05/06 02:00:00,10.444145548875685,True +2017/05/06 03:00:00,9.698700663942432,True +2017/05/06 04:00:00,13.60815955034462,True +2017/05/06 05:00:00,16.055284949303264,True +2017/05/06 06:00:00,19.254235655377627,True +2017/05/06 07:00:00,23.853469278970127,True +2017/05/06 08:00:00,28.90587926599648,True +2017/05/06 09:00:00,33.83246817125565,True +2017/05/06 10:00:00,36.46123242336644,True +2017/05/06 11:00:00,35.11370674320986,True +2017/05/06 12:00:00,35.357146046341725,True +2017/05/06 13:00:00,35.10352606018887,True +2017/05/06 14:00:00,33.22132081531103,True +2017/05/06 15:00:00,32.61731699494655,True +2017/05/06 16:00:00,33.999060423532704,True +2017/05/06 17:00:00,37.993847408112906,True +2017/05/06 18:00:00,37.47543233807595,True +2017/05/06 19:00:00,35.56576905061914,True +2017/05/06 20:00:00,36.1112858658952,True +2017/05/06 21:00:00,35.73790794762031,True +2017/05/06 22:00:00,29.562656574764368,True +2017/05/06 23:00:00,23.435426296487705,True +2017/05/07 00:00:00,13.638852410564645,True +2017/05/07 01:00:00,11.865599010633927,True +2017/05/07 02:00:00,12.735583873258728,True +2017/05/07 03:00:00,12.205364375260432,True +2017/05/07 04:00:00,14.800610083402566,True +2017/05/07 05:00:00,15.981902035981566,True +2017/05/07 06:00:00,21.539355019601746,True +2017/05/07 07:00:00,23.055773148295817,True +2017/05/07 08:00:00,26.855261775705635,True +2017/05/07 09:00:00,26.931368622307662,True +2017/05/07 10:00:00,33.78174258731906,True +2017/05/07 11:00:00,33.05635633414078,True +2017/05/07 12:00:00,30.945486379763935,True +2017/05/07 13:00:00,30.98242010237688,True +2017/05/07 14:00:00,31.55476736078039,True +2017/05/07 15:00:00,31.168736733719857,True +2017/05/07 16:00:00,33.81548144485564,True +2017/05/07 17:00:00,34.43504233266775,True +2017/05/07 18:00:00,30.038357492827874,True +2017/05/07 19:00:00,31.524239813803884,True +2017/05/07 20:00:00,35.51170981917189,True +2017/05/07 21:00:00,34.46438158454704,True +2017/05/07 22:00:00,28.862675794912843,True +2017/05/07 23:00:00,22.00596480117981,True +2017/05/08 00:00:00,12.804640399586598,True +2017/05/08 01:00:00,11.40147889911442,True +2017/05/08 02:00:00,12.415680634774834,True +2017/05/08 03:00:00,9.134512452038829,True +2017/05/08 04:00:00,13.670839418129557,True +2017/05/08 05:00:00,15.222638190131597,True +2017/05/08 06:00:00,20.384310393185338,True +2017/05/08 07:00:00,27.526853758109674,True +2017/05/08 08:00:00,30.36066408261515,True +2017/05/08 09:00:00,34.70136461293623,True +2017/05/08 10:00:00,37.77369692065496,True +2017/05/08 11:00:00,38.21611231267661,True +2017/05/08 12:00:00,36.75724100892225,True +2017/05/08 13:00:00,33.50228574015811,True +2017/05/08 14:00:00,32.46529595035175,True +2017/05/08 15:00:00,31.460522474523085,True +2017/05/08 16:00:00,34.31020359749853,True +2017/05/08 17:00:00,38.32372499345805,True +2017/05/08 18:00:00,36.421971886484016,True +2017/05/08 19:00:00,38.39054530100407,True +2017/05/08 20:00:00,37.1091645869314,True +2017/05/08 21:00:00,36.265941090648425,True +2017/05/08 22:00:00,30.00608720425632,True +2017/05/08 23:00:00,22.95293720655012,True +2017/05/09 00:00:00,12.92506613203651,True +2017/05/09 01:00:00,12.142426680533971,True +2017/05/09 02:00:00,12.906208063430537,True +2017/05/09 03:00:00,12.36199586819679,True +2017/05/09 04:00:00,13.680978784827126,True +2017/05/09 05:00:00,17.736733909841313,True +2017/05/09 06:00:00,20.16035202939246,True +2017/05/09 07:00:00,29.005689848117335,True +2017/05/09 08:00:00,30.10941099603312,True +2017/05/09 09:00:00,32.83976250581247,True +2017/05/09 10:00:00,37.63300311580972,True +2017/05/09 11:00:00,40.37742700191002,True +2017/05/09 12:00:00,39.50434224776965,True +2017/05/09 13:00:00,40.186215576687225,True +2017/05/09 14:00:00,37.83883324945025,True +2017/05/09 15:00:00,38.77221638021197,True +2017/05/09 16:00:00,40.09034598275735,True +2017/05/09 17:00:00,39.95742545968925,True +2017/05/09 18:00:00,39.441606879157895,True +2017/05/09 19:00:00,39.89426915629554,True +2017/05/09 20:00:00,40.41342743972539,True +2017/05/09 21:00:00,37.414995316459304,True +2017/05/09 22:00:00,29.01922224946548,True +2017/05/09 23:00:00,22.68367237374605,True +2017/05/10 00:00:00,12.990009097258211,True +2017/05/10 01:00:00,11.15000705320622,True +2017/05/10 02:00:00,12.390931052719209,True +2017/05/10 03:00:00,11.998429405353098,True +2017/05/10 04:00:00,13.794470701073573,True +2017/05/10 05:00:00,17.175663486412827,True +2017/05/10 06:00:00,21.66883567637093,True +2017/05/10 07:00:00,27.23996173253306,True +2017/05/10 08:00:00,29.25311789259948,True +2017/05/10 09:00:00,37.12798454674723,True +2017/05/10 10:00:00,43.33704878638431,True +2017/05/10 11:00:00,46.22483596686648,True +2017/05/10 12:00:00,44.86570488194854,True +2017/05/10 13:00:00,45.35078234996657,True +2017/05/10 14:00:00,44.150161054503414,True +2017/05/10 15:00:00,43.744149066834034,True +2017/05/10 16:00:00,46.35729891605726,True +2017/05/10 17:00:00,47.04368248029645,True +2017/05/10 18:00:00,38.05767536725817,True +2017/05/10 19:00:00,39.15804620763668,True +2017/05/10 20:00:00,38.92301356606021,True +2017/05/10 21:00:00,36.4415168823024,True +2017/05/10 22:00:00,29.649085187105584,True +2017/05/10 23:00:00,22.073083981625,True +2017/05/11 00:00:00,14.721413890723753,True +2017/05/11 01:00:00,12.624438247309119,True +2017/05/11 02:00:00,12.405939973670588,True +2017/05/11 03:00:00,9.14913144247012,True +2017/05/11 04:00:00,11.69255947997953,True +2017/05/11 05:00:00,15.243471682409213,True +2017/05/11 06:00:00,18.65442899593433,True +2017/05/11 07:00:00,25.30274638631959,True +2017/05/11 08:00:00,30.804151370941074,True +2017/05/11 09:00:00,35.17028950418324,True +2017/05/11 10:00:00,37.82471961775554,True +2017/05/11 11:00:00,38.785798378895876,True +2017/05/11 12:00:00,36.52848265656668,True +2017/05/11 13:00:00,37.59634076568394,True +2017/05/11 14:00:00,35.89444621988074,True +2017/05/11 15:00:00,35.98459072279281,True +2017/05/11 16:00:00,37.99278623724739,True +2017/05/11 17:00:00,38.876537139313896,True +2017/05/11 18:00:00,39.23370808514439,True +2017/05/11 19:00:00,39.632128307671174,True +2017/05/11 20:00:00,39.388639193694544,True +2017/05/11 21:00:00,36.62706864850584,True +2017/05/11 22:00:00,30.142745330635407,True +2017/05/11 23:00:00,22.365664005258363,True +2017/05/12 00:00:00,15.311540561122248,True +2017/05/12 01:00:00,10.260945503026369,True +2017/05/12 02:00:00,11.313330918190928,True +2017/05/12 03:00:00,9.837400876340608,True +2017/05/12 04:00:00,13.458189462675556,True +2017/05/12 05:00:00,15.485861911827278,True +2017/05/12 06:00:00,19.865932566496745,True +2017/05/12 07:00:00,28.865441048997535,True +2017/05/12 08:00:00,31.18176554374335,True +2017/05/12 09:00:00,34.48762142204312,True +2017/05/12 10:00:00,37.62374782301221,True +2017/05/12 11:00:00,38.61897835131339,True +2017/05/12 12:00:00,37.034907119809375,True +2017/05/12 13:00:00,37.078859629328896,True +2017/05/12 14:00:00,35.2693669193736,True +2017/05/12 15:00:00,34.83286587362909,True +2017/05/12 16:00:00,34.03443199987101,True +2017/05/12 17:00:00,35.464922167217956,True +2017/05/12 18:00:00,36.39758441542395,True +2017/05/12 19:00:00,37.9530690009047,True +2017/05/12 20:00:00,39.068700160615606,True +2017/05/12 21:00:00,36.120182914007096,True +2017/05/12 22:00:00,30.013465695816176,True +2017/05/12 23:00:00,23.813278658069084,True +2017/05/13 00:00:00,14.285443039529188,True +2017/05/13 01:00:00,10.359032270193813,True +2017/05/13 02:00:00,10.40010238394403,True +2017/05/13 03:00:00,10.66792434472584,True +2017/05/13 04:00:00,13.598034980403611,True +2017/05/13 05:00:00,17.68616199241004,True +2017/05/13 06:00:00,19.124900373683033,True +2017/05/13 07:00:00,24.466228522888432,True +2017/05/13 08:00:00,24.53302291571216,True +2017/05/13 09:00:00,33.44720228152788,True +2017/05/13 10:00:00,39.38755699291254,True +2017/05/13 11:00:00,40.79241970691307,True +2017/05/13 12:00:00,41.03427075094953,True +2017/05/13 13:00:00,42.55227873695905,True +2017/05/13 14:00:00,40.82237198809456,True +2017/05/13 15:00:00,41.34142525355464,True +2017/05/13 16:00:00,43.86225037343541,True +2017/05/13 17:00:00,44.956126372774634,True +2017/05/13 18:00:00,42.61029249494148,True +2017/05/13 19:00:00,39.62961771535447,True +2017/05/13 20:00:00,38.75555996506284,True +2017/05/13 21:00:00,37.310559781406056,True +2017/05/13 22:00:00,32.41941269194635,True +2017/05/13 23:00:00,25.70234109275753,True +2017/05/14 00:00:00,16.279407275711588,True +2017/05/14 01:00:00,13.32669923550175,True +2017/05/14 02:00:00,13.176630585900822,True +2017/05/14 03:00:00,12.769821271407663,True +2017/05/14 04:00:00,14.97096133573638,True +2017/05/14 05:00:00,19.155423776194848,True +2017/05/14 06:00:00,22.086686435573395,True +2017/05/14 07:00:00,24.088630867494864,True +2017/05/14 08:00:00,26.914576875552406,True +2017/05/14 09:00:00,29.599391937764302,True +2017/05/14 10:00:00,37.8877687166884,True +2017/05/14 11:00:00,41.362447945322444,True +2017/05/14 12:00:00,42.5472258787397,True +2017/05/14 13:00:00,43.42739458980656,True +2017/05/14 14:00:00,41.5697158796226,True +2017/05/14 15:00:00,41.57823947668096,True +2017/05/14 16:00:00,43.94558815142029,True +2017/05/14 17:00:00,35.967203917590496,True +2017/05/14 18:00:00,37.229872656360385,True +2017/05/14 19:00:00,33.27661746505268,True +2017/05/14 20:00:00,34.03505904584709,True +2017/05/14 21:00:00,31.85886800525245,True +2017/05/14 22:00:00,28.107971772971116,True +2017/05/14 23:00:00,22.651358198301676,True +2017/05/15 00:00:00,14.833614915076858,True +2017/05/15 01:00:00,11.690454987936384,True +2017/05/15 02:00:00,9.640292935482632,True +2017/05/15 03:00:00,10.85005865102069,True +2017/05/15 04:00:00,14.07435254855082,True +2017/05/15 05:00:00,17.573296901702882,True +2017/05/15 06:00:00,21.50073406923302,True +2017/05/15 07:00:00,28.310977826332422,True +2017/05/15 08:00:00,26.556883030921828,True +2017/05/15 09:00:00,31.21009543682623,True +2017/05/15 10:00:00,37.33478910279038,True +2017/05/15 11:00:00,39.19809129258869,True +2017/05/15 12:00:00,38.473013662093614,True +2017/05/15 13:00:00,38.694398621704046,True +2017/05/15 14:00:00,36.250447791470634,True +2017/05/15 15:00:00,36.53166221360964,True +2017/05/15 16:00:00,38.5506460714266,True +2017/05/15 17:00:00,39.37528174810715,True +2017/05/15 18:00:00,38.338436289204104,True +2017/05/15 19:00:00,36.21542570126379,True +2017/05/15 20:00:00,36.80971742079104,True +2017/05/15 21:00:00,35.312346544590696,True +2017/05/15 22:00:00,29.870260486971645,True +2017/05/15 23:00:00,22.477738902422754,True +2017/05/16 00:00:00,14.998239240735586,True +2017/05/16 01:00:00,11.520980753130539,True +2017/05/16 02:00:00,12.469487920885143,True +2017/05/16 03:00:00,10.00426904873917,True +2017/05/16 04:00:00,13.489817797362377,True +2017/05/16 05:00:00,18.07677550594428,True +2017/05/16 06:00:00,21.12025143126411,True +2017/05/16 07:00:00,28.380510300874352,True +2017/05/16 08:00:00,26.459182645860846,True +2017/05/16 09:00:00,33.76240348460184,True +2017/05/16 10:00:00,38.07304087588456,True +2017/05/16 11:00:00,41.03045875375622,True +2017/05/16 12:00:00,40.59270028788086,True +2017/05/16 13:00:00,43.07832757554024,True +2017/05/16 14:00:00,42.26461117020286,True +2017/05/16 15:00:00,42.95305266112268,True +2017/05/16 16:00:00,45.02191607461442,True +2017/05/16 17:00:00,46.017199321961336,True +2017/05/16 18:00:00,43.82307347348308,True +2017/05/16 19:00:00,43.951147771928376,True +2017/05/16 20:00:00,43.23234341811652,True +2017/05/16 21:00:00,38.38322339633659,True +2017/05/16 22:00:00,31.113177876600332,True +2017/05/16 23:00:00,22.435709648980023,True +2017/05/17 00:00:00,14.898925515173168,True +2017/05/17 01:00:00,12.38630474895352,True +2017/05/17 02:00:00,12.609652217116896,True +2017/05/17 03:00:00,11.864753819519162,True +2017/05/17 04:00:00,14.33588241737104,True +2017/05/17 05:00:00,17.925372376342033,True +2017/05/17 06:00:00,21.75397531037371,True +2017/05/17 07:00:00,31.445130468545262,True +2017/05/17 08:00:00,33.69012151280073,True +2017/05/17 09:00:00,38.63158687045401,True +2017/05/17 10:00:00,41.18362994690268,True +2017/05/17 11:00:00,37.954966274263164,True +2017/05/17 12:00:00,38.16481596268083,True +2017/05/17 13:00:00,40.03539412860875,True +2017/05/17 14:00:00,38.48160418742006,True +2017/05/17 15:00:00,37.75824862971013,True +2017/05/17 16:00:00,39.610059649777405,True +2017/05/17 17:00:00,36.9549596201365,True +2017/05/17 18:00:00,34.48944337057616,True +2017/05/17 19:00:00,38.88984703830999,True +2017/05/17 20:00:00,36.652372955938915,True +2017/05/17 21:00:00,34.91916122877969,True +2017/05/17 22:00:00,26.936908640317128,True +2017/05/17 23:00:00,20.603802998180814,True +2017/05/18 00:00:00,14.57456141687745,True +2017/05/18 01:00:00,11.904075040025168,True +2017/05/18 02:00:00,12.197328830230031,True +2017/05/18 03:00:00,9.597780776465253,True +2017/05/18 04:00:00,14.556232352674952,True +2017/05/18 05:00:00,18.191502350195112,True +2017/05/18 06:00:00,21.298983213903465,True +2017/05/18 07:00:00,28.646738076685033,True +2017/05/18 08:00:00,30.9110237459247,True +2017/05/18 09:00:00,35.26919848521518,True +2017/05/18 10:00:00,37.754003410683694,True +2017/05/18 11:00:00,38.71195702270548,True +2017/05/18 12:00:00,37.22185863597565,True +2017/05/18 13:00:00,37.01356693000723,True +2017/05/18 14:00:00,33.93885923225319,True +2017/05/18 15:00:00,34.269844357849166,True +2017/05/18 16:00:00,33.85925583840726,True +2017/05/18 17:00:00,37.048978035688236,True +2017/05/18 18:00:00,38.63774007142454,True +2017/05/18 19:00:00,38.19883726571845,True +2017/05/18 20:00:00,38.832262059685625,True +2017/05/18 21:00:00,35.66035295940316,True +2017/05/18 22:00:00,30.235453323378014,True +2017/05/18 23:00:00,21.9946995705545,True +2017/05/19 00:00:00,15.135674938405847,True +2017/05/19 01:00:00,9.889324311924273,True +2017/05/19 02:00:00,10.975002182376755,True +2017/05/19 03:00:00,10.703638608165091,True +2017/05/19 04:00:00,14.187515946485885,True +2017/05/19 05:00:00,15.562124590193225,True +2017/05/19 06:00:00,19.716795097685264,True +2017/05/19 07:00:00,28.764276714979708,True +2017/05/19 08:00:00,30.423380782429767,True +2017/05/19 09:00:00,31.12123049094565,True +2017/05/19 10:00:00,37.02204869064904,True +2017/05/19 11:00:00,38.073040205687455,True +2017/05/19 12:00:00,35.741538653967815,True +2017/05/19 13:00:00,36.46700080380471,True +2017/05/19 14:00:00,35.39458247579769,True +2017/05/19 15:00:00,34.91250168838341,True +2017/05/19 16:00:00,36.35518795193205,True +2017/05/19 17:00:00,36.4410668981877,True +2017/05/19 18:00:00,36.809643431204016,True +2017/05/19 19:00:00,38.00703189013164,True +2017/05/19 20:00:00,39.39272806245435,True +2017/05/19 21:00:00,35.464924754387354,True +2017/05/19 22:00:00,29.181307142880858,True +2017/05/19 23:00:00,24.153646913035576,True +2017/05/20 00:00:00,13.55784560071344,True +2017/05/20 01:00:00,9.968294384167564,True +2017/05/20 02:00:00,11.495190233311288,True +2017/05/20 03:00:00,10.480533273190233,True +2017/05/20 04:00:00,13.363059643043336,True +2017/05/20 05:00:00,16.068313175963432,True +2017/05/20 06:00:00,19.733383469674337,True +2017/05/20 07:00:00,24.78742657278044,True +2017/05/20 08:00:00,28.162811421684673,True +2017/05/20 09:00:00,30.43300250255801,True +2017/05/20 10:00:00,36.79166914149697,True +2017/05/20 11:00:00,37.25029597715672,True +2017/05/20 12:00:00,36.871230913996925,True +2017/05/20 13:00:00,37.067086985549956,True +2017/05/20 14:00:00,38.11203095505713,True +2017/05/20 15:00:00,37.5374069990128,True +2017/05/20 16:00:00,41.059071445196544,True +2017/05/20 17:00:00,40.559962500945865,True +2017/05/20 18:00:00,37.731769227460155,True +2017/05/20 19:00:00,36.541735158917874,True +2017/05/20 20:00:00,36.31751964221414,True +2017/05/20 21:00:00,37.979204722081086,True +2017/05/20 22:00:00,32.7492821646937,True +2017/05/20 23:00:00,24.300492280829097,True +2017/05/21 00:00:00,15.031242333377651,True +2017/05/21 01:00:00,9.785888871963923,True +2017/05/21 02:00:00,9.77258761920139,True +2017/05/21 03:00:00,9.247681339455545,True +2017/05/21 04:00:00,12.488789452914826,True +2017/05/21 05:00:00,17.347397187839306,True +2017/05/21 06:00:00,21.426663221435728,True +2017/05/21 07:00:00,21.422446322614025,True +2017/05/21 08:00:00,25.44007015429323,True +2017/05/21 09:00:00,29.14077576514586,True +2017/05/21 10:00:00,34.75064460665314,True +2017/05/21 11:00:00,37.35514992739022,True +2017/05/21 12:00:00,37.024505457970136,True +2017/05/21 13:00:00,37.185058121228764,True +2017/05/21 14:00:00,37.01963767830987,True +2017/05/21 15:00:00,36.62357670178926,True +2017/05/21 16:00:00,38.260673347679315,True +2017/05/21 17:00:00,37.66981279696053,True +2017/05/21 18:00:00,33.99485422082714,True +2017/05/21 19:00:00,33.06239947250478,True +2017/05/21 20:00:00,30.589394993772363,True +2017/05/21 21:00:00,31.29971740529694,True +2017/05/21 22:00:00,26.327676080002778,True +2017/05/21 23:00:00,21.80814892485833,True +2017/05/22 00:00:00,15.111474108549167,True +2017/05/22 01:00:00,11.300621534866902,True +2017/05/22 02:00:00,12.220837641078772,True +2017/05/22 03:00:00,12.211246798392457,True +2017/05/22 04:00:00,13.603679227675439,True +2017/05/22 05:00:00,16.219104516969228,True +2017/05/22 06:00:00,20.736541552108314,True +2017/05/22 07:00:00,28.153203392150477,True +2017/05/22 08:00:00,29.707505621676045,True +2017/05/22 09:00:00,30.965336546765773,True +2017/05/22 10:00:00,34.44956270080201,True +2017/05/22 11:00:00,37.95877360382321,True +2017/05/22 12:00:00,36.689859089600674,True +2017/05/22 13:00:00,37.24915877074255,True +2017/05/22 14:00:00,36.02618658623483,True +2017/05/22 15:00:00,35.950487798044634,True +2017/05/22 16:00:00,39.52567906142242,True +2017/05/22 17:00:00,40.712121874453146,True +2017/05/22 18:00:00,38.63280292760099,True +2017/05/22 19:00:00,38.81711572123962,True +2017/05/22 20:00:00,36.31543478953469,True +2017/05/22 21:00:00,35.8251791993574,True +2017/05/22 22:00:00,29.1690712710674,True +2017/05/22 23:00:00,21.938786321424427,True +2017/05/23 00:00:00,14.352644170721796,True +2017/05/23 01:00:00,10.857314399034388,True +2017/05/23 02:00:00,10.342217410725588,True +2017/05/23 03:00:00,8.923475133307278,True +2017/05/23 04:00:00,14.262961691405433,True +2017/05/23 05:00:00,17.016403915477582,True +2017/05/23 06:00:00,20.196932637170267,True +2017/05/23 07:00:00,28.47848447065759,True +2017/05/23 08:00:00,29.51601873225577,True +2017/05/23 09:00:00,38.32014821594775,True +2017/05/23 10:00:00,43.23788229589146,True +2017/05/23 11:00:00,45.61675943273054,True +2017/05/23 12:00:00,43.86742656117916,True +2017/05/23 13:00:00,44.557377819350556,True +2017/05/23 14:00:00,43.07152972623611,True +2017/05/23 15:00:00,43.16998086406114,True +2017/05/23 16:00:00,45.36966462801084,True +2017/05/23 17:00:00,46.24678817982775,True +2017/05/23 18:00:00,45.75748638253228,True +2017/05/23 19:00:00,46.095082147715004,True +2017/05/23 20:00:00,43.37608405938471,True +2017/05/23 21:00:00,41.56120286754658,True +2017/05/23 22:00:00,34.46347204725606,True +2017/05/23 23:00:00,29.087446284923168,True +2017/05/24 00:00:00,18.46521163307406,True +2017/05/24 01:00:00,15.052185955749865,True +2017/05/24 02:00:00,13.911804838430209,True +2017/05/24 03:00:00,12.457336224007134,True +2017/05/24 04:00:00,15.403173021050343,True +2017/05/24 05:00:00,18.947559496340105,True +2017/05/24 06:00:00,21.967947854230154,True +2017/05/24 07:00:00,30.011980500245507,True +2017/05/24 08:00:00,29.81494956165381,True +2017/05/24 09:00:00,36.50409505504373,True +2017/05/24 10:00:00,37.462014219709886,True +2017/05/24 11:00:00,38.487767805825094,True +2017/05/24 12:00:00,37.369305711276155,True +2017/05/24 13:00:00,37.152008909223035,True +2017/05/24 14:00:00,35.221337761950714,True +2017/05/24 15:00:00,35.08101634412148,True +2017/05/24 16:00:00,37.110261800124974,True +2017/05/24 17:00:00,38.322065313080536,True +2017/05/24 18:00:00,38.28807533929889,True +2017/05/24 19:00:00,38.40050430272486,True +2017/05/24 20:00:00,36.66950081255362,True +2017/05/24 21:00:00,35.90468250726249,True +2017/05/24 22:00:00,29.326969548993546,True +2017/05/24 23:00:00,23.091974890378708,True +2017/05/25 00:00:00,13.371954780799308,True +2017/05/25 01:00:00,12.181496957411724,True +2017/05/25 02:00:00,13.309804818885357,True +2017/05/25 03:00:00,12.818610883179154,True +2017/05/25 04:00:00,14.260455335556088,True +2017/05/25 05:00:00,17.79442628770711,True +2017/05/25 06:00:00,20.865724741248105,True +2017/05/25 07:00:00,28.59070341733696,True +2017/05/25 08:00:00,29.553512989681217,True +2017/05/25 09:00:00,30.735398061013445,True +2017/05/25 10:00:00,38.64063642807355,True +2017/05/25 11:00:00,41.52823138380457,True +2017/05/25 12:00:00,40.086327307477085,True +2017/05/25 13:00:00,41.19800463841918,True +2017/05/25 14:00:00,39.1229394275743,True +2017/05/25 15:00:00,36.27613342276343,True +2017/05/25 16:00:00,37.29942997605428,True +2017/05/25 17:00:00,35.02959975742077,True +2017/05/25 18:00:00,36.729369635563316,True +2017/05/25 19:00:00,37.772451350356,True +2017/05/25 20:00:00,36.19945854571345,True +2017/05/25 21:00:00,34.9303971055275,True +2017/05/25 22:00:00,26.68566337400878,True +2017/05/25 23:00:00,20.146104124463847,True +2017/05/26 00:00:00,14.093451822710255,True +2017/05/26 01:00:00,10.387002612736143,True +2017/05/26 02:00:00,12.032694638820068,True +2017/05/26 03:00:00,12.017975948169486,True +2017/05/26 04:00:00,13.942024762984138,True +2017/05/26 05:00:00,17.202980510326526,True +2017/05/26 06:00:00,18.760541064092347,True +2017/05/26 07:00:00,28.482886858074657,True +2017/05/26 08:00:00,26.603834587276783,True +2017/05/26 09:00:00,34.3406998772679,True +2017/05/26 10:00:00,41.733747186291666,True +2017/05/26 11:00:00,43.239093173124424,True +2017/05/26 12:00:00,41.9829301688943,True +2017/05/26 13:00:00,42.33899057544261,True +2017/05/26 14:00:00,42.51476398591347,True +2017/05/26 15:00:00,42.33847530122635,True +2017/05/26 16:00:00,45.05771231511503,True +2017/05/26 17:00:00,45.49422392382761,True +2017/05/26 18:00:00,44.639444242678856,True +2017/05/26 19:00:00,43.75758143115888,True +2017/05/26 20:00:00,40.031493783174625,True +2017/05/26 21:00:00,35.88514360800565,True +2017/05/26 22:00:00,26.90888208138187,True +2017/05/26 23:00:00,21.597789567981792,True +2017/05/27 00:00:00,14.987057369760919,True +2017/05/27 01:00:00,12.278237873697599,True +2017/05/27 02:00:00,10.387512215663284,True +2017/05/27 03:00:00,9.741819056521932,True +2017/05/27 04:00:00,13.378824192525189,True +2017/05/27 05:00:00,15.376921927778058,True +2017/05/27 06:00:00,20.140485457270817,True +2017/05/27 07:00:00,23.363642159418028,True +2017/05/27 08:00:00,24.630382735134443,True +2017/05/27 09:00:00,35.55746727501531,True +2017/05/27 10:00:00,39.91534884264487,True +2017/05/27 11:00:00,41.547655999762824,True +2017/05/27 12:00:00,41.24959791337892,True +2017/05/27 13:00:00,42.40732230166854,True +2017/05/27 14:00:00,40.820205623868084,True +2017/05/27 15:00:00,41.12118906216505,True +2017/05/27 16:00:00,43.244021914893395,True +2017/05/27 17:00:00,44.46206558406116,True +2017/05/27 18:00:00,40.696334911940895,True +2017/05/27 19:00:00,38.16754916383849,True +2017/05/27 20:00:00,34.77987275733855,True +2017/05/27 21:00:00,35.44183355129194,True +2017/05/27 22:00:00,29.67915953862599,True +2017/05/27 23:00:00,22.2295526963005,True +2017/05/28 00:00:00,12.3731802916268,True +2017/05/28 01:00:00,9.842370213640905,True +2017/05/28 02:00:00,9.79182617677533,True +2017/05/28 03:00:00,12.030629548759567,True +2017/05/28 04:00:00,14.878264344957518,True +2017/05/28 05:00:00,18.69038153877996,True +2017/05/28 06:00:00,21.61472063120886,True +2017/05/28 07:00:00,25.229796142461023,True +2017/05/28 08:00:00,28.610663389381184,True +2017/05/28 09:00:00,30.373249018802365,True +2017/05/28 10:00:00,35.13114139447956,True +2017/05/28 11:00:00,35.417667075813036,True +2017/05/28 12:00:00,31.892147699948218,True +2017/05/28 13:00:00,34.356198776638344,True +2017/05/28 14:00:00,28.66804339067534,True +2017/05/28 15:00:00,31.05587857416904,True +2017/05/28 16:00:00,33.45991127935148,True +2017/05/28 17:00:00,34.22417678206791,True +2017/05/28 18:00:00,32.86364208834953,True +2017/05/28 19:00:00,33.612010960737074,True +2017/05/28 20:00:00,33.893260821356485,True +2017/05/28 21:00:00,34.65913172712203,True +2017/05/28 22:00:00,28.63666679706852,True +2017/05/28 23:00:00,21.893146547968044,True +2017/05/29 00:00:00,15.449095510187874,True +2017/05/29 01:00:00,13.31047812814681,True +2017/05/29 02:00:00,13.554041347764114,True +2017/05/29 03:00:00,12.475156707537938,True +2017/05/29 04:00:00,14.921698393329788,True +2017/05/29 05:00:00,18.357717732795255,True +2017/05/29 06:00:00,21.574634892593913,True +2017/05/29 07:00:00,33.04130806341737,True +2017/05/29 08:00:00,35.235405417785294,True +2017/05/29 09:00:00,36.03459457897812,True +2017/05/29 10:00:00,40.85749419855287,True +2017/05/29 11:00:00,42.503689697825514,True +2017/05/29 12:00:00,39.77308403600424,True +2017/05/29 13:00:00,39.00025296023921,True +2017/05/29 14:00:00,35.06759306451568,True +2017/05/29 15:00:00,35.20594648983851,True +2017/05/29 16:00:00,38.95802093653058,True +2017/05/29 17:00:00,37.4359257491522,True +2017/05/29 18:00:00,35.09139144308715,True +2017/05/29 19:00:00,37.231464815965154,True +2017/05/29 20:00:00,34.408293294293564,True +2017/05/29 21:00:00,33.593722960054656,True +2017/05/29 22:00:00,27.509049702913966,True +2017/05/29 23:00:00,20.848793145512097,True +2017/05/30 00:00:00,13.722976748188804,True +2017/05/30 01:00:00,11.807390878748395,True +2017/05/30 02:00:00,11.608928981278755,True +2017/05/30 03:00:00,11.297001841323286,True +2017/05/30 04:00:00,14.123675347049687,True +2017/05/30 05:00:00,16.068653859085046,True +2017/05/30 06:00:00,20.891073316509125,True +2017/05/30 07:00:00,28.83597507376249,True +2017/05/30 08:00:00,29.306169906394473,True +2017/05/30 09:00:00,31.21713638983034,True +2017/05/30 10:00:00,38.08652966307529,True +2017/05/30 11:00:00,42.2892548042228,True +2017/05/30 12:00:00,39.954982438222665,True +2017/05/30 13:00:00,39.70237089224689,True +2017/05/30 14:00:00,37.545152672763,True +2017/05/30 15:00:00,37.464665022420554,True +2017/05/30 16:00:00,40.32825504747446,True +2017/05/30 17:00:00,40.82958380014414,True +2017/05/30 18:00:00,39.432182360385056,True +2017/05/30 19:00:00,38.62681046992463,True +2017/05/30 20:00:00,34.53403210023268,True +2017/05/30 21:00:00,33.67134730019288,True +2017/05/30 22:00:00,26.739295484642316,True +2017/05/30 23:00:00,19.997419658627535,True +2017/05/31 00:00:00,11.70133665020185,True +2017/05/31 01:00:00,9.222253394409353,True +2017/05/31 02:00:00,11.49369906211954,True +2017/05/31 03:00:00,11.070262654461379,True +2017/05/31 04:00:00,14.06498450380931,True +2017/05/31 05:00:00,15.049529709616431,True +2017/05/31 06:00:00,18.742198966449497,True +2017/05/31 07:00:00,28.484385441501605,True +2017/05/31 08:00:00,31.971118336206523,True +2017/05/31 09:00:00,36.80485352438302,True +2017/05/31 10:00:00,40.87668104549397,True +2017/05/31 11:00:00,42.96041808930725,True +2017/05/31 12:00:00,42.21637626430058,True +2017/05/31 13:00:00,43.5805465880259,True +2017/05/31 14:00:00,42.600419731677704,True +2017/05/31 15:00:00,42.35051653790716,True +2017/05/31 16:00:00,45.52002483581508,True +2017/05/31 17:00:00,46.0015010436342,True +2017/05/31 18:00:00,45.27319751608516,True +2017/05/31 19:00:00,44.26665013452059,True +2017/05/31 20:00:00,40.94505363741792,True +2017/05/31 21:00:00,38.5932052353724,True +2017/05/31 22:00:00,31.73052466057651,True +2017/05/31 23:00:00,23.860592235943436,True +2017/06/01 00:00:00,15.346738701083485,True +2017/06/01 01:00:00,12.8103007248484,True +2017/06/01 02:00:00,12.931331647902468,True +2017/06/01 03:00:00,12.359283779461574,True +2017/06/01 04:00:00,14.733799044875864,True +2017/06/01 05:00:00,17.94479155689092,True +2017/06/01 06:00:00,21.001095465610202,True +2017/06/01 07:00:00,28.272139171202227,True +2017/06/01 08:00:00,31.117851126872445,True +2017/06/01 09:00:00,35.4667437381351,True +2017/06/01 10:00:00,40.68895946658141,True +2017/06/01 11:00:00,43.275697352712044,True +2017/06/01 12:00:00,43.080037186689175,True +2017/06/01 13:00:00,44.50767105373329,True +2017/06/01 14:00:00,43.407353270099144,True +2017/06/01 15:00:00,43.23650348465085,True +2017/06/01 16:00:00,46.40892548816696,True +2017/06/01 17:00:00,47.48766180558962,True +2017/06/01 18:00:00,46.77538997143039,True +2017/06/01 19:00:00,47.40976040149946,True +2017/06/01 20:00:00,45.904260158386435,True +2017/06/01 21:00:00,43.92521540568756,True +2017/06/01 22:00:00,36.68582927935058,True +2017/06/01 23:00:00,28.539381643485317,True +2017/06/02 00:00:00,18.396672820390318,True +2017/06/02 01:00:00,15.776861820831577,True +2017/06/02 02:00:00,15.549663738794056,True +2017/06/02 03:00:00,15.13973034650333,True +2017/06/02 04:00:00,18.768255107587308,True +2017/06/02 05:00:00,19.89854012667016,True +2017/06/02 06:00:00,23.28485860778693,True +2017/06/02 07:00:00,36.36510903921724,True +2017/06/02 08:00:00,38.992699420243326,True +2017/06/02 09:00:00,43.48787989649743,True +2017/06/02 10:00:00,46.648495677232766,True +2017/06/02 11:00:00,46.99220649451234,True +2017/06/02 12:00:00,45.41515839867761,True +2017/06/02 13:00:00,45.884404299575536,True +2017/06/02 14:00:00,44.21186277186782,True +2017/06/02 15:00:00,43.657275980980515,True +2017/06/02 16:00:00,45.615671703918835,True +2017/06/02 17:00:00,45.88046235332621,True +2017/06/02 18:00:00,44.895376029938255,True +2017/06/02 19:00:00,43.08968939211549,True +2017/06/02 20:00:00,40.343169343421366,True +2017/06/02 21:00:00,37.5768297072777,True +2017/06/02 22:00:00,31.443969939414593,True +2017/06/02 23:00:00,24.696387044613743,True +2017/06/03 00:00:00,16.319120234663153,True +2017/06/03 01:00:00,12.867616158608689,True +2017/06/03 02:00:00,12.732129121727793,True +2017/06/03 03:00:00,10.61630196647814,True +2017/06/03 04:00:00,13.034546246846212,True +2017/06/03 05:00:00,17.87673384596391,True +2017/06/03 06:00:00,20.975248969200326,True +2017/06/03 07:00:00,23.45559284194692,True +2017/06/03 08:00:00,27.91827996556335,True +2017/06/03 09:00:00,30.656619159734024,True +2017/06/03 10:00:00,33.315515459450005,True +2017/06/03 11:00:00,36.911173959602614,True +2017/06/03 12:00:00,37.769942259762836,True +2017/06/03 13:00:00,38.24243601133143,True +2017/06/03 14:00:00,36.37675376587181,True +2017/06/03 15:00:00,37.74951485647198,True +2017/06/03 16:00:00,40.69768839198094,True +2017/06/03 17:00:00,42.1219434910117,True +2017/06/03 18:00:00,38.755840836421015,True +2017/06/03 19:00:00,37.5680385024397,True +2017/06/03 20:00:00,33.75361945511689,True +2017/06/03 21:00:00,32.47856105614627,True +2017/06/03 22:00:00,26.75143771346012,True +2017/06/03 23:00:00,23.512344510817336,True +2017/06/04 00:00:00,15.068352657039696,True +2017/06/04 01:00:00,11.804489831737031,True +2017/06/04 02:00:00,11.757339402129878,True +2017/06/04 03:00:00,9.286092918654465,True +2017/06/04 04:00:00,13.705040597749287,True +2017/06/04 05:00:00,18.21873755375831,True +2017/06/04 06:00:00,19.431353698890373,True +2017/06/04 07:00:00,22.837404146437407,True +2017/06/04 08:00:00,26.42405126038317,True +2017/06/04 09:00:00,25.135315042324745,True +2017/06/04 10:00:00,33.991133715406725,True +2017/06/04 11:00:00,37.79097171174487,True +2017/06/04 12:00:00,37.05728576162815,True +2017/06/04 13:00:00,38.19385716259809,True +2017/06/04 14:00:00,36.807485114464896,True +2017/06/04 15:00:00,38.2336671321586,True +2017/06/04 16:00:00,39.94075089458046,True +2017/06/04 17:00:00,39.791655201261705,True +2017/06/04 18:00:00,35.95208481571802,True +2017/06/04 19:00:00,35.254324332250064,True +2017/06/04 20:00:00,35.86927715945229,True +2017/06/04 21:00:00,35.700275070365365,True +2017/06/04 22:00:00,29.415053618394175,True +2017/06/04 23:00:00,21.896664438026995,True +2017/06/05 00:00:00,15.091979315271367,True +2017/06/05 01:00:00,12.667121645541414,True +2017/06/05 02:00:00,13.104440024923175,True +2017/06/05 03:00:00,12.127111272595421,True +2017/06/05 04:00:00,11.575562939363518,True +2017/06/05 05:00:00,15.126021310672256,True +2017/06/05 06:00:00,18.640333013281484,True +2017/06/05 07:00:00,25.006834872131545,True +2017/06/05 08:00:00,26.444623090711964,True +2017/06/05 09:00:00,33.13789134835668,True +2017/06/05 10:00:00,37.25605085891722,True +2017/06/05 11:00:00,38.9156827055842,True +2017/06/05 12:00:00,36.874963191628986,True +2017/06/05 13:00:00,38.23618960707102,True +2017/06/05 14:00:00,37.42477085260729,True +2017/06/05 15:00:00,36.699174886520034,True +2017/06/05 16:00:00,40.014749435617915,True +2017/06/05 17:00:00,40.71721283446399,True +2017/06/05 18:00:00,39.73885940393848,True +2017/06/05 19:00:00,39.44136976990715,True +2017/06/05 20:00:00,34.31292405640677,True +2017/06/05 21:00:00,35.33568327416097,True +2017/06/05 22:00:00,28.95277894855049,True +2017/06/05 23:00:00,22.110618932191816,True +2017/06/06 00:00:00,13.847096526552033,True +2017/06/06 01:00:00,10.800805562567783,True +2017/06/06 02:00:00,11.1960453919736,True +2017/06/06 03:00:00,10.055444968166988,True +2017/06/06 04:00:00,14.546940652188802,True +2017/06/06 05:00:00,15.713064507702416,True +2017/06/06 06:00:00,19.539288066101047,True +2017/06/06 07:00:00,28.545280757757062,True +2017/06/06 08:00:00,27.412420034584265,True +2017/06/06 09:00:00,33.853566929149544,True +2017/06/06 10:00:00,39.38614720671332,True +2017/06/06 11:00:00,42.7577152126546,True +2017/06/06 12:00:00,43.33335591783938,True +2017/06/06 13:00:00,43.63538735732351,True +2017/06/06 14:00:00,42.62594641383267,True +2017/06/06 15:00:00,42.693405153790096,True +2017/06/06 16:00:00,45.216287655597604,True +2017/06/06 17:00:00,46.913086670364876,True +2017/06/06 18:00:00,45.66338726161203,True +2017/06/06 19:00:00,46.07873164651216,True +2017/06/06 20:00:00,42.92985878221375,True +2017/06/06 21:00:00,39.00236740582207,True +2017/06/06 22:00:00,30.568008714185797,True +2017/06/06 23:00:00,21.336897792033593,True +2017/06/07 00:00:00,11.726086183826386,True +2017/06/07 01:00:00,9.392078734631822,True +2017/06/07 02:00:00,9.565702899124146,True +2017/06/07 03:00:00,9.043379989167477,True +2017/06/07 04:00:00,11.533985276178369,True +2017/06/07 05:00:00,15.148265608279035,True +2017/06/07 06:00:00,18.54110755759344,True +2017/06/07 07:00:00,28.161316764385873,True +2017/06/07 08:00:00,31.65847877852261,True +2017/06/07 09:00:00,37.15211417854552,True +2017/06/07 10:00:00,41.98180050592069,True +2017/06/07 11:00:00,44.63828147869554,True +2017/06/07 12:00:00,44.399503476100705,True +2017/06/07 13:00:00,44.27536470439198,True +2017/06/07 14:00:00,42.627736760328276,True +2017/06/07 15:00:00,42.44352323927043,True +2017/06/07 16:00:00,44.73655588792134,True +2017/06/07 17:00:00,44.77474573814515,True +2017/06/07 18:00:00,43.91797857054587,True +2017/06/07 19:00:00,46.36738658153979,True +2017/06/07 20:00:00,45.54168845757096,True +2017/06/07 21:00:00,43.71217933834084,True +2017/06/07 22:00:00,36.80565747701594,True +2017/06/07 23:00:00,29.47095980492238,True +2017/06/08 00:00:00,18.12969663319374,True +2017/06/08 01:00:00,14.74809831409466,True +2017/06/08 02:00:00,14.136836399706374,True +2017/06/08 03:00:00,13.515190062873716,True +2017/06/08 04:00:00,16.782542340909917,True +2017/06/08 05:00:00,20.077658880440868,True +2017/06/08 06:00:00,23.231954873981074,True +2017/06/08 07:00:00,36.736758234456886,True +2017/06/08 08:00:00,38.60308128569026,True +2017/06/08 09:00:00,42.28615827872273,True +2017/06/08 10:00:00,45.14062742086477,True +2017/06/08 11:00:00,45.933439792906604,True +2017/06/08 12:00:00,44.50771472384836,True +2017/06/08 13:00:00,44.558279261416274,True +2017/06/08 14:00:00,43.11133104609512,True +2017/06/08 15:00:00,41.75894858759222,True +2017/06/08 16:00:00,45.259379622935455,True +2017/06/08 17:00:00,44.8186864730913,True +2017/06/08 18:00:00,43.11111550986312,True +2017/06/08 19:00:00,42.14576768866622,True +2017/06/08 20:00:00,38.311622410956616,True +2017/06/08 21:00:00,36.721705757841875,True +2017/06/08 22:00:00,29.739332369808626,True +2017/06/08 23:00:00,20.28352960118842,True +2017/06/09 00:00:00,12.639025177254803,True +2017/06/09 01:00:00,9.307083730938288,True +2017/06/09 02:00:00,9.62445429850953,True +2017/06/09 03:00:00,8.941695709243028,True +2017/06/09 04:00:00,13.301240545332389,True +2017/06/09 05:00:00,17.16624654986085,True +2017/06/09 06:00:00,21.582789922298392,True +2017/06/09 07:00:00,28.11717298827056,True +2017/06/09 08:00:00,26.403462593659683,True +2017/06/09 09:00:00,34.082463077204906,True +2017/06/09 10:00:00,38.8584452785516,True +2017/06/09 11:00:00,40.633612536022206,True +2017/06/09 12:00:00,39.12410186181222,True +2017/06/09 13:00:00,40.28655830028892,True +2017/06/09 14:00:00,36.772622115603596,True +2017/06/09 15:00:00,36.39089930134081,True +2017/06/09 16:00:00,39.04185838429559,True +2017/06/09 17:00:00,39.98034964486132,True +2017/06/09 18:00:00,38.522978942279515,True +2017/06/09 19:00:00,39.42263905803527,True +2017/06/09 20:00:00,37.32865129690352,True +2017/06/09 21:00:00,36.1899107517652,True +2017/06/09 22:00:00,26.374442831231708,True +2017/06/09 23:00:00,22.59077605711259,True +2017/06/10 00:00:00,15.501437741470019,True +2017/06/10 01:00:00,9.972328680358748,True +2017/06/10 02:00:00,10.845078427807415,True +2017/06/10 03:00:00,12.124744627728727,True +2017/06/10 04:00:00,13.750169400568383,True +2017/06/10 05:00:00,15.32087458333295,True +2017/06/10 06:00:00,18.85278754253919,True +2017/06/10 07:00:00,24.18312233593177,True +2017/06/10 08:00:00,25.563184621675003,True +2017/06/10 09:00:00,32.96115075836466,True +2017/06/10 10:00:00,37.12600332187804,True +2017/06/10 11:00:00,39.618331938586316,True +2017/06/10 12:00:00,39.90211106845013,True +2017/06/10 13:00:00,41.78279509235355,True +2017/06/10 14:00:00,39.89361853580508,True +2017/06/10 15:00:00,40.85304347343926,True +2017/06/10 16:00:00,42.273929901109966,True +2017/06/10 17:00:00,44.64816263540348,True +2017/06/10 18:00:00,44.07562047470052,True +2017/06/10 19:00:00,42.93442721675906,True +2017/06/10 20:00:00,38.73511816852412,True +2017/06/10 21:00:00,39.36852014887261,True +2017/06/10 22:00:00,32.76460200055271,True +2017/06/10 23:00:00,23.678577908121518,True +2017/06/11 00:00:00,15.348652171038209,True +2017/06/11 01:00:00,12.531700284940163,True +2017/06/11 02:00:00,13.116525296108952,True +2017/06/11 03:00:00,12.740344487949269,True +2017/06/11 04:00:00,14.77029927941958,True +2017/06/11 05:00:00,18.76803800396118,True +2017/06/11 06:00:00,22.04962714952837,True +2017/06/11 07:00:00,26.38761019920655,True +2017/06/11 08:00:00,31.735351544881734,True +2017/06/11 09:00:00,37.10893926117827,True +2017/06/11 10:00:00,43.24381174823207,True +2017/06/11 11:00:00,44.89307125496101,True +2017/06/11 12:00:00,43.39319542722621,True +2017/06/11 13:00:00,43.47518539931674,True +2017/06/11 14:00:00,41.54583147254702,True +2017/06/11 15:00:00,41.785210357200256,True +2017/06/11 16:00:00,44.0926046202021,True +2017/06/11 17:00:00,44.67731049599149,True +2017/06/11 18:00:00,42.365665987728995,True +2017/06/11 19:00:00,42.8348221954085,True +2017/06/11 20:00:00,41.50739346251441,True +2017/06/11 21:00:00,40.85978865994739,True +2017/06/11 22:00:00,33.56363007703861,True +2017/06/11 23:00:00,26.98755626674295,True +2017/06/12 00:00:00,18.520290584064536,True +2017/06/12 01:00:00,16.201676623852624,True +2017/06/12 02:00:00,16.61115008999666,True +2017/06/12 03:00:00,15.395666133370433,True +2017/06/12 04:00:00,19.22932136613182,True +2017/06/12 05:00:00,20.721527203836313,True +2017/06/12 06:00:00,24.922057915224347,True +2017/06/12 07:00:00,38.142172906841886,True +2017/06/12 08:00:00,39.579018052701215,True +2017/06/12 09:00:00,44.245631573738365,True +2017/06/12 10:00:00,47.32832644008673,True +2017/06/12 11:00:00,47.88983715866939,True +2017/06/12 12:00:00,47.11946800775053,True +2017/06/12 13:00:00,46.71962315721241,True +2017/06/12 14:00:00,45.67244577825161,True +2017/06/12 15:00:00,44.80883724670397,True +2017/06/12 16:00:00,48.08925833841989,True +2017/06/12 17:00:00,48.12308164943306,True +2017/06/12 18:00:00,46.44186474284379,True +2017/06/12 19:00:00,47.662735489036365,True +2017/06/12 20:00:00,46.23110050061464,True +2017/06/12 21:00:00,43.78824656484997,True +2017/06/12 22:00:00,34.102782432903446,True +2017/06/12 23:00:00,24.551880553681666,True +2017/06/13 00:00:00,14.920166288180337,True +2017/06/13 01:00:00,9.493404861567416,True +2017/06/13 02:00:00,11.454549354477098,True +2017/06/13 03:00:00,11.480295328030097,True +2017/06/13 04:00:00,13.06282801639206,True +2017/06/13 05:00:00,17.307192657841757,True +2017/06/13 06:00:00,20.19609287387302,True +2017/06/13 07:00:00,28.764081741727196,True +2017/06/13 08:00:00,31.295351469887486,True +2017/06/13 09:00:00,34.71940532882034,True +2017/06/13 10:00:00,37.94710889774842,True +2017/06/13 11:00:00,38.75642493707399,True +2017/06/13 12:00:00,37.09418530033175,True +2017/06/13 13:00:00,37.453470638067245,True +2017/06/13 14:00:00,34.731055526971936,True +2017/06/13 15:00:00,34.63857843684118,True +2017/06/13 16:00:00,37.12488323597753,True +2017/06/13 17:00:00,34.986418052908036,True +2017/06/13 18:00:00,37.155993710453856,True +2017/06/13 19:00:00,38.47510200527694,True +2017/06/13 20:00:00,36.48711293769191,True +2017/06/13 21:00:00,35.94812713951509,True +2017/06/13 22:00:00,29.42310198969077,True +2017/06/13 23:00:00,22.5283610445855,True +2017/06/14 00:00:00,12.832284077550264,True +2017/06/14 01:00:00,12.460399715966204,True +2017/06/14 02:00:00,12.73709790850433,True +2017/06/14 03:00:00,12.113702120054729,True +2017/06/14 04:00:00,13.674851056110603,True +2017/06/14 05:00:00,16.01133423751896,True +2017/06/14 06:00:00,20.101762092568382,True +2017/06/14 07:00:00,28.801441507154472,True +2017/06/14 08:00:00,30.24497490068079,True +2017/06/14 09:00:00,34.29872475598983,True +2017/06/14 10:00:00,37.45165525602206,True +2017/06/14 11:00:00,37.83244402619774,True +2017/06/14 12:00:00,32.934969062785626,True +2017/06/14 13:00:00,35.99907220895751,True +2017/06/14 14:00:00,34.94843958061027,True +2017/06/14 15:00:00,36.3761520564614,True +2017/06/14 16:00:00,38.95278203491939,True +2017/06/14 17:00:00,41.06963114164837,True +2017/06/14 18:00:00,40.892883971962945,True +2017/06/14 19:00:00,39.15190641479676,True +2017/06/14 20:00:00,36.470629171180846,True +2017/06/14 21:00:00,34.86253181375173,True +2017/06/14 22:00:00,29.336287583132652,True +2017/06/14 23:00:00,22.34908697644967,True +2017/06/15 00:00:00,14.891955127216269,True +2017/06/15 01:00:00,12.334409198585908,True +2017/06/15 02:00:00,12.459615702748435,True +2017/06/15 03:00:00,10.636767723341498,True +2017/06/15 04:00:00,13.360295454396972,True +2017/06/15 05:00:00,18.39143890529827,True +2017/06/15 06:00:00,21.38271466937403,True +2017/06/15 07:00:00,27.856480441307774,True +2017/06/15 08:00:00,26.72103395077112,True +2017/06/15 09:00:00,33.71793932992017,True +2017/06/15 10:00:00,39.19463379322864,True +2017/06/15 11:00:00,40.841938232398284,True +2017/06/15 12:00:00,40.31405951088164,True +2017/06/15 13:00:00,39.99672128672452,True +2017/06/15 14:00:00,38.91370868610859,True +2017/06/15 15:00:00,37.56354343967731,True +2017/06/15 16:00:00,41.39703037331047,True +2017/06/15 17:00:00,41.07528559788207,True +2017/06/15 18:00:00,39.86218627439637,True +2017/06/15 19:00:00,40.6625808984921,True +2017/06/15 20:00:00,37.71953017237478,True +2017/06/15 21:00:00,36.10756696858877,True +2017/06/15 22:00:00,26.852383133801865,True +2017/06/15 23:00:00,20.136282071031253,True +2017/06/16 00:00:00,14.913697297373153,True +2017/06/16 01:00:00,12.2706399534527,True +2017/06/16 02:00:00,11.866597625222688,True +2017/06/16 03:00:00,10.978285372139966,True +2017/06/16 04:00:00,13.653700363253131,True +2017/06/16 05:00:00,17.397071726150436,True +2017/06/16 06:00:00,19.936944384711214,True +2017/06/16 07:00:00,24.715568504722455,True +2017/06/16 08:00:00,31.90027825708709,True +2017/06/16 09:00:00,37.21668303715361,True +2017/06/16 10:00:00,41.401946003820576,True +2017/06/16 11:00:00,43.41215812571377,True +2017/06/16 12:00:00,43.946717792141214,True +2017/06/16 13:00:00,44.34296657967658,True +2017/06/16 14:00:00,43.223979715790946,True +2017/06/16 15:00:00,43.44346072298715,True +2017/06/16 16:00:00,45.687589024461616,True +2017/06/16 17:00:00,46.90478850632547,True +2017/06/16 18:00:00,46.13579435272317,True +2017/06/16 19:00:00,46.73423698673594,True +2017/06/16 20:00:00,44.5275771245141,True +2017/06/16 21:00:00,41.64112472621673,True +2017/06/16 22:00:00,34.05378747338403,True +2017/06/16 23:00:00,27.8698519571756,True +2017/06/17 00:00:00,18.564802223592523,True +2017/06/17 01:00:00,14.033193430366603,True +2017/06/17 02:00:00,13.66049063669941,True +2017/06/17 03:00:00,13.072553599821964,True +2017/06/17 04:00:00,17.21818882695425,True +2017/06/17 05:00:00,19.46218675859709,True +2017/06/17 06:00:00,23.108548549100277,True +2017/06/17 07:00:00,33.536689021165074,True +2017/06/17 08:00:00,37.6470719420572,True +2017/06/17 09:00:00,43.99268095380792,True +2017/06/17 10:00:00,46.816055289081085,True +2017/06/17 11:00:00,47.03516651024714,True +2017/06/17 12:00:00,46.363348496007525,True +2017/06/17 13:00:00,45.598345694401324,True +2017/06/17 14:00:00,44.77857062772998,True +2017/06/17 15:00:00,44.22927009522573,True +2017/06/17 16:00:00,47.05246945642019,True +2017/06/17 17:00:00,49.938354324130444,True +2017/06/17 18:00:00,47.7988209097053,True +2017/06/17 19:00:00,46.70417526047185,True +2017/06/17 20:00:00,44.057110893471126,True +2017/06/17 21:00:00,45.62806593484293,True +2017/06/17 22:00:00,40.00970216284704,True +2017/06/17 23:00:00,34.07142580031558,True +2017/06/18 00:00:00,24.187314341698,True +2017/06/18 01:00:00,18.815539784460544,True +2017/06/18 02:00:00,19.328789752565612,True +2017/06/18 03:00:00,18.00290626923656,True +2017/06/18 04:00:00,22.938872222199667,True +2017/06/18 05:00:00,28.129342208792057,True +2017/06/18 06:00:00,30.91954302900487,True +2017/06/18 07:00:00,33.992145929629054,True +2017/06/18 08:00:00,36.22965837899013,True +2017/06/18 09:00:00,39.621442037522186,True +2017/06/18 10:00:00,44.83687013724169,True +2017/06/18 11:00:00,46.495293718457106,True +2017/06/18 12:00:00,44.96061495238234,True +2017/06/18 13:00:00,44.36878555934637,True +2017/06/18 14:00:00,43.08483725091848,True +2017/06/18 15:00:00,42.60200805601176,True +2017/06/18 16:00:00,43.84171228093141,True +2017/06/18 17:00:00,44.26891996115691,True +2017/06/18 18:00:00,42.189712550744765,True +2017/06/18 19:00:00,42.14910485392448,True +2017/06/18 20:00:00,42.70278343559758,True +2017/06/18 21:00:00,42.7222541076285,True +2017/06/18 22:00:00,35.803812027663746,True +2017/06/18 23:00:00,28.879271876610126,True +2017/06/19 00:00:00,17.880055172729783,True +2017/06/19 01:00:00,14.11083293448948,True +2017/06/19 02:00:00,14.025706109819684,True +2017/06/19 03:00:00,13.145988034996906,True +2017/06/19 04:00:00,15.434467115382516,True +2017/06/19 05:00:00,18.700577666034096,True +2017/06/19 06:00:00,21.86482792021736,True +2017/06/19 07:00:00,31.070160718670145,True +2017/06/19 08:00:00,34.74608684688226,True +2017/06/19 09:00:00,39.941452623141245,True +2017/06/19 10:00:00,40.702948973117614,True +2017/06/19 11:00:00,45.95419297708785,True +2017/06/19 12:00:00,44.65935083071074,True +2017/06/19 13:00:00,45.234626310444234,True +2017/06/19 14:00:00,43.35929946588579,True +2017/06/19 15:00:00,43.45552378895229,True +2017/06/19 16:00:00,46.05803831226954,True +2017/06/19 17:00:00,47.039466346201486,True +2017/06/19 18:00:00,46.303177970657785,True +2017/06/19 19:00:00,46.46330665646828,True +2017/06/19 20:00:00,43.49865441886087,True +2017/06/19 21:00:00,39.92387908335604,True +2017/06/19 22:00:00,33.06312825755284,True +2017/06/19 23:00:00,24.915005118014097,True +2017/06/20 00:00:00,15.491682524405567,True +2017/06/20 01:00:00,12.45485188928793,True +2017/06/20 02:00:00,12.767528913176829,True +2017/06/20 03:00:00,9.064106237896997,True +2017/06/20 04:00:00,11.382286465585407,True +2017/06/20 05:00:00,16.494364007420323,True +2017/06/20 06:00:00,18.240068490628694,True +2017/06/20 07:00:00,28.516048735337453,True +2017/06/20 08:00:00,34.3460495922588,True +2017/06/20 09:00:00,42.21800456789914,True +2017/06/20 10:00:00,46.22199472570074,True +2017/06/20 11:00:00,46.950632385679526,True +2017/06/20 12:00:00,45.11921715342489,True +2017/06/20 13:00:00,45.61255068485061,True +2017/06/20 14:00:00,43.769978125097786,True +2017/06/20 15:00:00,43.71947740365796,True +2017/06/20 16:00:00,46.81449286623262,True +2017/06/20 17:00:00,47.74815066983465,True +2017/06/20 18:00:00,46.892964177650335,True +2017/06/20 19:00:00,47.58926432765873,True +2017/06/20 20:00:00,46.000208350119614,True +2017/06/20 21:00:00,44.01143029073962,True +2017/06/20 22:00:00,36.01610052079525,True +2017/06/20 23:00:00,26.798092336071456,True +2017/06/21 00:00:00,16.650361010294244,True +2017/06/21 01:00:00,13.346193024611104,True +2017/06/21 02:00:00,13.677963707285421,True +2017/06/21 03:00:00,12.901019556633313,True +2017/06/21 04:00:00,15.837410461528135,True +2017/06/21 05:00:00,18.85698064249266,True +2017/06/21 06:00:00,21.90581742785813,True +2017/06/21 07:00:00,33.344952547223116,True +2017/06/21 08:00:00,38.518093928962664,True +2017/06/21 09:00:00,42.483443215248876,True +2017/06/21 10:00:00,45.76235371978082,True +2017/06/21 11:00:00,46.43497807861416,True +2017/06/21 12:00:00,44.52785251515544,True +2017/06/21 13:00:00,44.82496403195532,True +2017/06/21 14:00:00,43.198753486758534,True +2017/06/21 15:00:00,43.730010718968664,True +2017/06/21 16:00:00,46.27381799954408,True +2017/06/21 17:00:00,47.36861019986786,True +2017/06/21 18:00:00,46.22224925656704,True +2017/06/21 19:00:00,46.53609044891777,True +2017/06/21 20:00:00,45.79339345905966,True +2017/06/21 21:00:00,44.21423977302834,True +2017/06/21 22:00:00,33.95833673387452,True +2017/06/21 23:00:00,24.019785227952646,True +2017/06/22 00:00:00,14.816520453627874,True +2017/06/22 01:00:00,12.257554055319881,True +2017/06/22 02:00:00,9.637563159248781,True +2017/06/22 03:00:00,9.014427799787649,True +2017/06/22 04:00:00,13.969214188549682,True +2017/06/22 05:00:00,17.521439447806884,True +2017/06/22 06:00:00,19.552324672942845,True +2017/06/22 07:00:00,24.83544400086382,True +2017/06/22 08:00:00,29.207191147775333,True +2017/06/22 09:00:00,36.508790608290454,True +2017/06/22 10:00:00,40.832800382335115,True +2017/06/22 11:00:00,42.41218969136713,True +2017/06/22 12:00:00,41.046116574285975,True +2017/06/22 13:00:00,43.21191467523258,True +2017/06/22 14:00:00,41.17868431716998,True +2017/06/22 15:00:00,41.24008812407961,True +2017/06/22 16:00:00,43.8007399142488,True +2017/06/22 17:00:00,44.70942296753574,True +2017/06/22 18:00:00,43.89517534534159,True +2017/06/22 19:00:00,43.3068665773824,True +2017/06/22 20:00:00,39.51492978904485,True +2017/06/22 21:00:00,37.646872742152794,True +2017/06/22 22:00:00,29.925911984832847,True +2017/06/22 23:00:00,22.307959128647667,True +2017/06/23 00:00:00,15.260286380710987,True +2017/06/23 01:00:00,12.425413276101262,True +2017/06/23 02:00:00,12.59096665297381,True +2017/06/23 03:00:00,12.179612396937902,True +2017/06/23 04:00:00,14.095983958500636,True +2017/06/23 05:00:00,15.065782936813065,True +2017/06/23 06:00:00,18.193476234817183,True +2017/06/23 07:00:00,25.485855369313683,True +2017/06/23 08:00:00,29.19745110593573,True +2017/06/23 09:00:00,34.437322993203566,True +2017/06/23 10:00:00,39.46640295471511,True +2017/06/23 11:00:00,41.147241082246595,True +2017/06/23 12:00:00,39.439538253639725,True +2017/06/23 13:00:00,40.798052235781554,True +2017/06/23 14:00:00,39.61798669741926,True +2017/06/23 15:00:00,38.62187575790123,True +2017/06/23 16:00:00,42.44675131248474,True +2017/06/23 17:00:00,45.2793589831141,True +2017/06/23 18:00:00,43.79711156001598,True +2017/06/23 19:00:00,42.46042743509736,True +2017/06/23 20:00:00,39.08045689065937,True +2017/06/23 21:00:00,36.675897459483295,True +2017/06/23 22:00:00,29.4470388868009,True +2017/06/23 23:00:00,21.139779062943642,True +2017/06/24 00:00:00,12.715552538543717,True +2017/06/24 01:00:00,9.510123685253406,True +2017/06/24 02:00:00,12.125516463650644,True +2017/06/24 03:00:00,10.996931495107232,True +2017/06/24 04:00:00,14.249281764268133,True +2017/06/24 05:00:00,17.75826601169998,True +2017/06/24 06:00:00,20.671050046077166,True +2017/06/24 07:00:00,22.084483693640212,True +2017/06/24 08:00:00,27.960192001426687,True +2017/06/24 09:00:00,36.617340220406724,True +2017/06/24 10:00:00,40.35155991101645,True +2017/06/24 11:00:00,41.83581333626938,True +2017/06/24 12:00:00,42.396474043035944,True +2017/06/24 13:00:00,42.834602491534376,True +2017/06/24 14:00:00,41.617479586488045,True +2017/06/24 15:00:00,41.70193512406775,True +2017/06/24 16:00:00,43.56420841831158,True +2017/06/24 17:00:00,46.57884830892738,True +2017/06/24 18:00:00,44.44678142542696,True +2017/06/24 19:00:00,42.949395469509994,True +2017/06/24 20:00:00,38.54656513252439,True +2017/06/24 21:00:00,36.86699983961045,True +2017/06/24 22:00:00,29.567649629521043,True +2017/06/24 23:00:00,23.80532751415733,True +2017/06/25 00:00:00,15.306391225735773,True +2017/06/25 01:00:00,12.031901462236155,True +2017/06/25 02:00:00,11.613527236446947,True +2017/06/25 03:00:00,12.203963343326086,True +2017/06/25 04:00:00,13.96481831270878,True +2017/06/25 05:00:00,18.14732518959718,True +2017/06/25 06:00:00,20.79218870308425,True +2017/06/25 07:00:00,22.54163533022996,True +2017/06/25 08:00:00,28.392146048972958,True +2017/06/25 09:00:00,33.771102113756825,True +2017/06/25 10:00:00,42.51843807161122,True +2017/06/25 11:00:00,44.58935699154138,True +2017/06/25 12:00:00,43.33001717103496,True +2017/06/25 13:00:00,43.145030543947684,True +2017/06/25 14:00:00,41.751272445549816,True +2017/06/25 15:00:00,41.52026998086721,True +2017/06/25 16:00:00,44.52230969690527,True +2017/06/25 17:00:00,44.73129823601731,True +2017/06/25 18:00:00,42.60903044655763,True +2017/06/25 19:00:00,42.75101010211668,True +2017/06/25 20:00:00,43.116164850623996,True +2017/06/25 21:00:00,42.333840790050424,True +2017/06/25 22:00:00,36.628392306374145,True +2017/06/25 23:00:00,29.67325850639503,True +2017/06/26 00:00:00,18.041743688092385,True +2017/06/26 01:00:00,14.91287069113945,True +2017/06/26 02:00:00,15.006899621737682,True +2017/06/26 03:00:00,14.436090692519784,True +2017/06/26 04:00:00,17.068772382700796,True +2017/06/26 05:00:00,19.90864195168457,True +2017/06/26 06:00:00,23.696564556253957,True +2017/06/26 07:00:00,36.83942738931935,True +2017/06/26 08:00:00,38.93288251118241,True +2017/06/26 09:00:00,43.389834459087794,True +2017/06/26 10:00:00,46.613046689383,True +2017/06/26 11:00:00,47.63560432951008,True +2017/06/26 12:00:00,46.19894460050579,True +2017/06/26 13:00:00,47.57259200415884,True +2017/06/26 14:00:00,45.06022080106794,True +2017/06/26 15:00:00,45.10168170777496,True +2017/06/26 16:00:00,48.22190773294378,True +2017/06/26 17:00:00,49.12561193517607,True +2017/06/26 18:00:00,47.693639455903345,True +2017/06/26 19:00:00,48.41734156486687,True +2017/06/26 20:00:00,46.85838052345189,True +2017/06/26 21:00:00,45.24468573942147,True +2017/06/26 22:00:00,39.25337338112187,True +2017/06/26 23:00:00,32.63755568912831,True +2017/06/27 00:00:00,20.52725698313336,True +2017/06/27 01:00:00,16.600398926644637,True +2017/06/27 02:00:00,16.687316579926247,True +2017/06/27 03:00:00,15.537414839395831,True +2017/06/27 04:00:00,19.844856347524566,True +2017/06/27 05:00:00,22.768157956597843,True +2017/06/27 06:00:00,27.026139172442537,True +2017/06/27 07:00:00,38.94562401145752,True +2017/06/27 08:00:00,41.42977328818949,True +2017/06/27 09:00:00,45.68069005911991,True +2017/06/27 10:00:00,48.75477587447344,True +2017/06/27 11:00:00,49.91819372533519,True +2017/06/27 12:00:00,48.53513372981394,True +2017/06/27 13:00:00,49.58844608472986,True +2017/06/27 14:00:00,46.855749296643204,True +2017/06/27 15:00:00,46.77997424772769,True +2017/06/27 16:00:00,49.55510386735075,True +2017/06/27 17:00:00,50.930084944265616,True +2017/06/27 18:00:00,49.67482428247225,True +2017/06/27 19:00:00,50.23255111019757,True +2017/06/27 20:00:00,49.421749534827114,True +2017/06/27 21:00:00,46.464562483664864,True +2017/06/27 22:00:00,39.625099324462425,True +2017/06/27 23:00:00,32.32505774204377,True +2017/06/28 00:00:00,18.988385384549318,True +2017/06/28 01:00:00,14.909983270613557,True +2017/06/28 02:00:00,14.21208949381616,True +2017/06/28 03:00:00,13.320838206317985,True +2017/06/28 04:00:00,15.646044521729985,True +2017/06/28 05:00:00,18.512933166830095,True +2017/06/28 06:00:00,21.53861891866312,True +2017/06/28 07:00:00,30.565465224775085,True +2017/06/28 08:00:00,33.9860255098751,True +2017/06/28 09:00:00,42.14283594400137,True +2017/06/28 10:00:00,45.99310392180731,True +2017/06/28 11:00:00,46.693112981756045,True +2017/06/28 12:00:00,44.72997332647599,True +2017/06/28 13:00:00,45.52449774548235,True +2017/06/28 14:00:00,44.263269412435506,True +2017/06/28 15:00:00,44.07435659468472,True +2017/06/28 16:00:00,46.64267644262462,True +2017/06/28 17:00:00,47.74243360114335,True +2017/06/28 18:00:00,46.01024510569344,True +2017/06/28 19:00:00,46.85655083751836,True +2017/06/28 20:00:00,45.8812753613234,True +2017/06/28 21:00:00,44.66924744090175,True +2017/06/28 22:00:00,38.58358612643534,True +2017/06/28 23:00:00,31.889442984523868,True +2017/06/29 00:00:00,19.01618718505568,True +2017/06/29 01:00:00,15.202891480389392,True +2017/06/29 02:00:00,14.93411036861114,True +2017/06/29 03:00:00,13.73529807111989,True +2017/06/29 04:00:00,18.28476067149845,True +2017/06/29 05:00:00,20.68556723558295,True +2017/06/29 06:00:00,24.73683848922102,True +2017/06/29 07:00:00,37.58661525131253,True +2017/06/29 08:00:00,39.06574830139782,True +2017/06/29 09:00:00,43.59090438411626,True +2017/06/29 10:00:00,47.41364087065842,True +2017/06/29 11:00:00,47.55205058673952,True +2017/06/29 12:00:00,46.05789476899879,True +2017/06/29 13:00:00,46.913233647713234,True +2017/06/29 14:00:00,44.71603830856829,True +2017/06/29 15:00:00,44.457323932960826,True +2017/06/29 16:00:00,47.79898437844063,True +2017/06/29 17:00:00,48.27895669652929,True +2017/06/29 18:00:00,47.81600010903867,True +2017/06/29 19:00:00,48.65970668221644,True +2017/06/29 20:00:00,46.7469449767661,True +2017/06/29 21:00:00,44.950710779457054,True +2017/06/29 22:00:00,38.914374775808135,True +2017/06/29 23:00:00,31.9159225050011,True +2017/06/30 00:00:00,20.12922949869719,True +2017/06/30 01:00:00,15.279804120724163,True +2017/06/30 02:00:00,14.016888432714108,True +2017/06/30 03:00:00,13.140005035924622,True +2017/06/30 04:00:00,15.541944657719132,True +2017/06/30 05:00:00,18.16667330160475,True +2017/06/30 06:00:00,21.334155563839794,True +2017/06/30 07:00:00,31.304586882537777,True +2017/06/30 08:00:00,34.43920167526973,True +2017/06/30 09:00:00,40.03743786432235,True +2017/06/30 10:00:00,44.36050448307684,True +2017/06/30 11:00:00,45.23197461622947,True +2017/06/30 12:00:00,43.73602789951576,True +2017/06/30 13:00:00,44.53466206105453,True +2017/06/30 14:00:00,42.9281274948575,True +2017/06/30 15:00:00,43.1110628380578,True +2017/06/30 16:00:00,45.759298762603,True +2017/06/30 17:00:00,46.782355595597856,True +2017/06/30 18:00:00,45.7835055441777,True +2017/06/30 19:00:00,46.162773377028934,True +2017/06/30 20:00:00,42.5484259820534,True +2017/06/30 21:00:00,39.06633432940533,True +2017/06/30 22:00:00,31.63985779335114,True +2017/06/30 23:00:00,25.0097496774765,True +2017/07/01 00:00:00,16.308073274109052,True +2017/07/01 01:00:00,12.930038320334583,True +2017/07/01 02:00:00,12.59435084048505,True +2017/07/01 03:00:00,11.950000627617728,True +2017/07/01 04:00:00,13.783935041363707,True +2017/07/01 05:00:00,14.418921550274156,True +2017/07/01 06:00:00,20.447135656602303,True +2017/07/01 07:00:00,26.162886132185896,True +2017/07/01 08:00:00,32.57843058473838,True +2017/07/01 09:00:00,37.95403705711096,True +2017/07/01 10:00:00,42.79548931541875,True +2017/07/01 11:00:00,43.77052222301064,True +2017/07/01 12:00:00,43.278424720632245,True +2017/07/01 13:00:00,43.318393517520825,True +2017/07/01 14:00:00,42.23108337596745,True +2017/07/01 15:00:00,42.39691620805199,True +2017/07/01 16:00:00,44.05124650592106,True +2017/07/01 17:00:00,46.84054449645472,True +2017/07/01 18:00:00,44.65142438367979,True +2017/07/01 19:00:00,43.03144813941789,True +2017/07/01 20:00:00,40.43145279804207,True +2017/07/01 21:00:00,40.89560722038808,True +2017/07/01 22:00:00,34.37891638211484,True +2017/07/01 23:00:00,27.946620107131007,True +2017/07/02 00:00:00,17.392831635077577,True +2017/07/02 01:00:00,14.054755839684494,True +2017/07/02 02:00:00,15.333312998010385,True +2017/07/02 03:00:00,14.62805741490341,True +2017/07/02 04:00:00,18.227996311317423,True +2017/07/02 05:00:00,22.71534324785037,True +2017/07/02 06:00:00,25.110318184156927,True +2017/07/02 07:00:00,32.88843076692557,True +2017/07/02 08:00:00,35.34956997942453,True +2017/07/02 09:00:00,37.06327381615619,True +2017/07/02 10:00:00,42.764772459581394,True +2017/07/02 11:00:00,44.14252413498431,True +2017/07/02 12:00:00,42.25728610343697,True +2017/07/02 13:00:00,42.85670740067666,True +2017/07/02 14:00:00,41.89732788566747,True +2017/07/02 15:00:00,41.59592770449798,True +2017/07/02 16:00:00,43.95381776167618,True +2017/07/02 17:00:00,44.505870477400904,True +2017/07/02 18:00:00,42.281086872986194,True +2017/07/02 19:00:00,42.21332072590506,True +2017/07/02 20:00:00,39.67738833380163,True +2017/07/02 21:00:00,37.9848692542038,True +2017/07/02 22:00:00,29.618195949697206,True +2017/07/02 23:00:00,20.910064698193715,True +2017/07/03 00:00:00,14.710693386990798,True +2017/07/03 01:00:00,9.416986529355528,True +2017/07/03 02:00:00,9.634090607715878,True +2017/07/03 03:00:00,11.146974620765274,True +2017/07/03 04:00:00,12.876025717627137,True +2017/07/03 05:00:00,18.241535333133662,True +2017/07/03 06:00:00,21.594874338194906,True +2017/07/03 07:00:00,27.962569550798293,True +2017/07/03 08:00:00,34.36518205784639,True +2017/07/03 09:00:00,40.02213098120986,True +2017/07/03 10:00:00,45.69930230870506,True +2017/07/03 11:00:00,46.17014134983373,True +2017/07/03 12:00:00,45.28728178029277,True +2017/07/03 13:00:00,45.21690778399318,True +2017/07/03 14:00:00,43.87408249891844,True +2017/07/03 15:00:00,43.797136588378564,True +2017/07/03 16:00:00,46.622619177378304,True +2017/07/03 17:00:00,47.71668230229069,True +2017/07/03 18:00:00,46.55852084149577,True +2017/07/03 19:00:00,47.5144684142797,True +2017/07/03 20:00:00,44.57740461654856,True +2017/07/03 21:00:00,41.174324651889386,True +2017/07/03 22:00:00,33.57579299445643,True +2017/07/03 23:00:00,25.573211665604717,True +2017/07/04 00:00:00,16.03730633947772,True +2017/07/04 01:00:00,13.04191016568316,True +2017/07/04 02:00:00,12.902384676305878,True +2017/07/04 03:00:00,12.303471034124547,True +2017/07/04 04:00:00,14.359995232805721,True +2017/07/04 05:00:00,17.9339762856752,True +2017/07/04 06:00:00,21.070482774242624,True +2017/07/04 07:00:00,32.479880871933034,True +2017/07/04 08:00:00,38.66992530058705,True +2017/07/04 09:00:00,42.37573913623336,True +2017/07/04 10:00:00,46.10599138596517,True +2017/07/04 11:00:00,46.777562495970486,True +2017/07/04 12:00:00,45.32007558033236,True +2017/07/04 13:00:00,45.25996387250523,True +2017/07/04 14:00:00,44.328841017096174,True +2017/07/04 15:00:00,43.59414647410453,True +2017/07/04 16:00:00,46.84233233139703,True +2017/07/04 17:00:00,47.79672911146993,True +2017/07/04 18:00:00,46.424040898019506,True +2017/07/04 19:00:00,47.378271160293366,True +2017/07/04 20:00:00,46.433549291872936,True +2017/07/04 21:00:00,44.78652084143717,True +2017/07/04 22:00:00,38.522946556659214,True +2017/07/04 23:00:00,29.24111407354574,True +2017/07/05 00:00:00,18.690131105061997,True +2017/07/05 01:00:00,15.116038574712656,True +2017/07/05 02:00:00,15.030765733649295,True +2017/07/05 03:00:00,13.581189011055619,True +2017/07/05 04:00:00,16.590207127795463,True +2017/07/05 05:00:00,19.380696517795876,True +2017/07/05 06:00:00,22.752416797465372,True +2017/07/05 07:00:00,34.0965272146884,True +2017/07/05 08:00:00,37.52153889673598,True +2017/07/05 09:00:00,43.002190312521556,True +2017/07/05 10:00:00,47.4302227636868,True +2017/07/05 11:00:00,48.76948870874808,True +2017/07/05 12:00:00,47.543245988602436,True +2017/07/05 13:00:00,47.66211770196315,True +2017/07/05 14:00:00,45.629199746995546,True +2017/07/05 15:00:00,44.93553755820922,True +2017/07/05 16:00:00,48.08729321299664,True +2017/07/05 17:00:00,49.31886614593398,True +2017/07/05 18:00:00,47.6809223502075,True +2017/07/05 19:00:00,48.47439565454895,True +2017/07/05 20:00:00,46.03842049974256,True +2017/07/05 21:00:00,43.662098651173515,True +2017/07/05 22:00:00,33.274747439623816,True +2017/07/05 23:00:00,24.927934543518997,True +2017/07/06 00:00:00,15.503384319309843,True +2017/07/06 01:00:00,12.769732416794886,True +2017/07/06 02:00:00,12.620383320022627,True +2017/07/06 03:00:00,9.00816552169265,True +2017/07/06 04:00:00,13.462473440919105,True +2017/07/06 05:00:00,18.58829213629551,True +2017/07/06 06:00:00,19.633702846515263,True +2017/07/06 07:00:00,24.81526187992951,True +2017/07/06 08:00:00,29.910012947709337,True +2017/07/06 09:00:00,36.89796481389923,True +2017/07/06 10:00:00,40.89700451340503,True +2017/07/06 11:00:00,42.91470505064905,True +2017/07/06 12:00:00,42.29408056729894,True +2017/07/06 13:00:00,42.39300902691288,True +2017/07/06 14:00:00,42.81169028594459,True +2017/07/06 15:00:00,42.286753938487074,True +2017/07/06 16:00:00,45.09087582531466,True +2017/07/06 17:00:00,46.57948590845509,True +2017/07/06 18:00:00,45.80357915950677,True +2017/07/06 19:00:00,45.966782102476294,True +2017/07/06 20:00:00,42.00268322430304,True +2017/07/06 21:00:00,39.54182049267051,True +2017/07/06 22:00:00,30.50876101941085,True +2017/07/06 23:00:00,21.316678111226217,True +2017/07/07 00:00:00,12.590165798931213,True +2017/07/07 01:00:00,9.455686902785212,True +2017/07/07 02:00:00,9.500907818455842,True +2017/07/07 03:00:00,11.38179698299919,True +2017/07/07 04:00:00,13.60053180941492,True +2017/07/07 05:00:00,17.03114582269436,True +2017/07/07 06:00:00,20.012496210677412,True +2017/07/07 07:00:00,27.178824607682774,True +2017/07/07 08:00:00,31.391842588090036,True +2017/07/07 09:00:00,38.907340564768695,True +2017/07/07 10:00:00,42.073391742363874,True +2017/07/07 11:00:00,45.644255949489114,True +2017/07/07 12:00:00,44.41057919333543,True +2017/07/07 13:00:00,44.70435315974894,True +2017/07/07 14:00:00,43.31325632975783,True +2017/07/07 15:00:00,43.225812764624536,True +2017/07/07 16:00:00,45.252448728914274,True +2017/07/07 17:00:00,46.339006695065244,True +2017/07/07 18:00:00,45.279111509423544,True +2017/07/07 19:00:00,45.68451747016226,True +2017/07/07 20:00:00,42.83551678549532,True +2017/07/07 21:00:00,40.23247582929881,True +2017/07/07 22:00:00,32.88429605808891,True +2017/07/07 23:00:00,27.239445849062314,True +2017/07/08 00:00:00,17.619904375941026,True +2017/07/08 01:00:00,13.758878802816968,True +2017/07/08 02:00:00,14.42353664106602,True +2017/07/08 03:00:00,14.861181264885278,True +2017/07/08 04:00:00,17.06081682513887,True +2017/07/08 05:00:00,19.117620374386522,True +2017/07/08 06:00:00,23.30481598706605,True +2017/07/08 07:00:00,32.95398668733252,True +2017/07/08 08:00:00,37.05493136332327,True +2017/07/08 09:00:00,42.491227761410606,True +2017/07/08 10:00:00,45.96115490367224,True +2017/07/08 11:00:00,46.36850345027321,True +2017/07/08 12:00:00,44.770738630761144,True +2017/07/08 13:00:00,44.87131159872454,True +2017/07/08 14:00:00,44.92898252747563,True +2017/07/08 15:00:00,43.97180688795819,True +2017/07/08 16:00:00,45.798602575959734,True +2017/07/08 17:00:00,47.79139020391871,True +2017/07/08 18:00:00,45.92476084281025,True +2017/07/08 19:00:00,44.68903579475171,True +2017/07/08 20:00:00,42.48154792243727,True +2017/07/08 21:00:00,42.22835594009821,True +2017/07/08 22:00:00,34.994395469079286,True +2017/07/08 23:00:00,25.963238003704532,True +2017/07/09 00:00:00,16.83757683993338,True +2017/07/09 01:00:00,13.53689767704482,True +2017/07/09 02:00:00,13.547242662403969,True +2017/07/09 03:00:00,12.151064426366611,True +2017/07/09 04:00:00,14.259332031791777,True +2017/07/09 05:00:00,18.41917554053895,True +2017/07/09 06:00:00,21.530054420241473,True +2017/07/09 07:00:00,28.445383115675806,True +2017/07/09 08:00:00,32.41302509467006,True +2017/07/09 09:00:00,37.48907136964509,True +2017/07/09 10:00:00,43.319951259217746,True +2017/07/09 11:00:00,44.88283645291164,True +2017/07/09 12:00:00,43.33969195879375,True +2017/07/09 13:00:00,42.827970955727054,True +2017/07/09 14:00:00,41.61391985462218,True +2017/07/09 15:00:00,41.35442728290543,True +2017/07/09 16:00:00,43.6923299580774,True +2017/07/09 17:00:00,43.573780593238084,True +2017/07/09 18:00:00,41.57582326466639,True +2017/07/09 19:00:00,41.69397262560327,True +2017/07/09 20:00:00,41.701258647823636,True +2017/07/09 21:00:00,38.64486002115251,True +2017/07/09 22:00:00,31.498244611290026,True +2017/07/09 23:00:00,23.95757355337566,True +2017/07/10 00:00:00,15.356954677871473,True +2017/07/10 01:00:00,12.477093443426824,True +2017/07/10 02:00:00,9.650083657410512,True +2017/07/10 03:00:00,9.074835923836705,True +2017/07/10 04:00:00,11.316324737779288,True +2017/07/10 05:00:00,15.108451966779194,True +2017/07/10 06:00:00,18.662491151875617,True +2017/07/10 07:00:00,29.434733298590206,True +2017/07/10 08:00:00,38.32421321744766,True +2017/07/10 09:00:00,42.731678549017914,True +2017/07/10 10:00:00,46.34284802227108,True +2017/07/10 11:00:00,47.54284595742457,True +2017/07/10 12:00:00,45.37514452140787,True +2017/07/10 13:00:00,45.80749093435206,True +2017/07/10 14:00:00,44.456342833971625,True +2017/07/10 15:00:00,44.183041169002955,True +2017/07/10 16:00:00,47.316096423027155,True +2017/07/10 17:00:00,48.82298753029517,True +2017/07/10 18:00:00,47.58075705657016,True +2017/07/10 19:00:00,48.12393605748827,True +2017/07/10 20:00:00,46.18372816390146,True +2017/07/10 21:00:00,43.95417850888579,True +2017/07/10 22:00:00,38.72572699950255,True +2017/07/10 23:00:00,30.426603233815754,True +2017/07/11 00:00:00,18.02426700304657,True +2017/07/11 01:00:00,13.730494165376454,True +2017/07/11 02:00:00,13.938783379502919,True +2017/07/11 03:00:00,13.348397393168751,True +2017/07/11 04:00:00,16.574594715735703,True +2017/07/11 05:00:00,19.52190750957495,True +2017/07/11 06:00:00,23.159983086178364,True +2017/07/11 07:00:00,37.21908972023472,True +2017/07/11 08:00:00,39.11661484663075,True +2017/07/11 09:00:00,43.421431830780904,True +2017/07/11 10:00:00,47.146485842067094,True +2017/07/11 11:00:00,48.50385425558284,True +2017/07/11 12:00:00,47.007917835180365,True +2017/07/11 13:00:00,47.46140602941541,True +2017/07/11 14:00:00,45.79975480566263,True +2017/07/11 15:00:00,45.262844983424735,True +2017/07/11 16:00:00,48.2794229065274,True +2017/07/11 17:00:00,49.88189368218798,True +2017/07/11 18:00:00,48.42030953086422,True +2017/07/11 19:00:00,49.42735354987811,True +2017/07/11 20:00:00,46.292149890342806,True +2017/07/11 21:00:00,42.32661986486023,True +2017/07/11 22:00:00,34.28739352579026,True +2017/07/11 23:00:00,24.904339461595484,True +2017/07/12 00:00:00,15.735626212400064,True +2017/07/12 01:00:00,12.824683877644846,True +2017/07/12 02:00:00,12.700149083940431,True +2017/07/12 03:00:00,9.036867301070666,True +2017/07/12 04:00:00,11.86685470933797,True +2017/07/12 05:00:00,16.755721470071048,True +2017/07/12 06:00:00,18.481212305042558,True +2017/07/12 07:00:00,29.22591750452014,True +2017/07/12 08:00:00,33.359178512095056,True +2017/07/12 09:00:00,38.86660218408728,True +2017/07/12 10:00:00,43.88155027586476,True +2017/07/12 11:00:00,46.331924531360386,True +2017/07/12 12:00:00,44.477575276754,True +2017/07/12 13:00:00,44.561656608725755,True +2017/07/12 14:00:00,43.0613700237096,True +2017/07/12 15:00:00,42.739555840033006,True +2017/07/12 16:00:00,45.64940398732481,True +2017/07/12 17:00:00,45.79043928344829,True +2017/07/12 18:00:00,44.80349776116836,True +2017/07/12 19:00:00,45.82922333150707,True +2017/07/12 20:00:00,41.90584479055194,True +2017/07/12 21:00:00,37.96229120098591,True +2017/07/12 22:00:00,30.78349852443434,True +2017/07/12 23:00:00,22.943427710930084,True +2017/07/13 00:00:00,14.638516226059993,True +2017/07/13 01:00:00,11.730054848979657,True +2017/07/13 02:00:00,12.40491985491138,True +2017/07/13 03:00:00,8.931464341331411,True +2017/07/13 04:00:00,14.172836538281079,True +2017/07/13 05:00:00,18.529921280043688,True +2017/07/13 06:00:00,19.690033779007816,True +2017/07/13 07:00:00,24.986831200222852,True +2017/07/13 08:00:00,33.08661361812515,True +2017/07/13 09:00:00,40.068799691556286,True +2017/07/13 10:00:00,45.07156238678534,True +2017/07/13 11:00:00,46.3685797071928,True +2017/07/13 12:00:00,44.85087991967654,True +2017/07/13 13:00:00,45.35748844770111,True +2017/07/13 14:00:00,43.76324510606572,True +2017/07/13 15:00:00,43.45997165991628,True +2017/07/13 16:00:00,46.52170942039627,True +2017/07/13 17:00:00,47.582976551522755,True +2017/07/13 18:00:00,46.910962429593006,True +2017/07/13 19:00:00,47.36983301377087,True +2017/07/13 20:00:00,44.994885188166414,True +2017/07/13 21:00:00,42.202131932981466,True +2017/07/13 22:00:00,33.66529149428617,True +2017/07/13 23:00:00,25.95534399715754,True +2017/07/14 00:00:00,16.71174270491254,True +2017/07/14 01:00:00,12.976008188973854,True +2017/07/14 02:00:00,13.176472902462695,True +2017/07/14 03:00:00,12.130578226638718,True +2017/07/14 04:00:00,14.434231277605909,True +2017/07/14 05:00:00,17.76074367717875,True +2017/07/14 06:00:00,20.832126256314147,True +2017/07/14 07:00:00,30.529280967724706,True +2017/07/14 08:00:00,36.653650725819965,True +2017/07/14 09:00:00,42.98826309550939,True +2017/07/14 10:00:00,46.25598114073679,True +2017/07/14 11:00:00,47.049138741906425,True +2017/07/14 12:00:00,45.65824813688989,True +2017/07/14 13:00:00,45.70747115193516,True +2017/07/14 14:00:00,44.9527890231371,True +2017/07/14 15:00:00,44.26548050689455,True +2017/07/14 16:00:00,47.092491203006155,True +2017/07/14 17:00:00,47.85736917098887,True +2017/07/14 18:00:00,47.14042791112874,True +2017/07/14 19:00:00,48.057872172795314,True +2017/07/14 20:00:00,46.544466027825784,True +2017/07/14 21:00:00,45.09137204586109,True +2017/07/14 22:00:00,38.53959445561971,True +2017/07/14 23:00:00,31.44282373904427,True +2017/07/15 00:00:00,20.38541730580574,True +2017/07/15 01:00:00,16.49784877013621,True +2017/07/15 02:00:00,16.599076462097287,True +2017/07/15 03:00:00,15.773653294540603,True +2017/07/15 04:00:00,20.229257894980265,True +2017/07/15 05:00:00,21.350793590849484,True +2017/07/15 06:00:00,25.006052650458965,True +2017/07/15 07:00:00,34.014967221449815,True +2017/07/15 08:00:00,38.09342364516247,True +2017/07/15 09:00:00,43.66359714507992,True +2017/07/15 10:00:00,46.40242926788828,True +2017/07/15 11:00:00,47.0086320748794,True +2017/07/15 12:00:00,46.0700460984977,True +2017/07/15 13:00:00,46.35392455613265,True +2017/07/15 14:00:00,46.20858819765068,True +2017/07/15 15:00:00,45.51115264163102,True +2017/07/15 16:00:00,48.24807837241376,True +2017/07/15 17:00:00,49.28503594750475,True +2017/07/15 18:00:00,47.746687535492164,True +2017/07/15 19:00:00,47.207082866543104,True +2017/07/15 20:00:00,45.01156488033671,True +2017/07/15 21:00:00,46.92609599314246,True +2017/07/15 22:00:00,41.21686123872555,True +2017/07/15 23:00:00,34.41392081718338,True +2017/07/16 00:00:00,25.479301604832543,True +2017/07/16 01:00:00,19.31372759128977,True +2017/07/16 02:00:00,19.43201439476266,True +2017/07/16 03:00:00,18.47461565152996,True +2017/07/16 04:00:00,24.727060591045305,True +2017/07/16 05:00:00,28.289213380336797,True +2017/07/16 06:00:00,31.74811876096143,True +2017/07/16 07:00:00,34.56511466033457,True +2017/07/16 08:00:00,36.309001948595856,True +2017/07/16 09:00:00,39.821636220026065,True +2017/07/16 10:00:00,46.128847197535066,True +2017/07/16 11:00:00,47.33043059174635,True +2017/07/16 12:00:00,45.041465160256614,True +2017/07/16 13:00:00,44.460834494541274,True +2017/07/16 14:00:00,43.58923122982816,True +2017/07/16 15:00:00,43.56496417283085,True +2017/07/16 16:00:00,47.307180532462134,True +2017/07/16 17:00:00,45.61023261613831,True +2017/07/16 18:00:00,43.27870900722657,True +2017/07/16 19:00:00,43.48350025802646,True +2017/07/16 20:00:00,43.67501144182241,True +2017/07/16 21:00:00,43.997640617607225,True +2017/07/16 22:00:00,38.635240382447414,True +2017/07/16 23:00:00,32.56873327581138,True +2017/07/17 00:00:00,23.83217108493359,True +2017/07/17 01:00:00,19.10724200198151,True +2017/07/17 02:00:00,18.417086333985935,True +2017/07/17 03:00:00,18.195065041676717,True +2017/07/17 04:00:00,23.043641510723827,True +2017/07/17 05:00:00,24.97879193513305,True +2017/07/17 06:00:00,28.881506085038662,True +2017/07/17 07:00:00,39.166933128447894,True +2017/07/17 08:00:00,40.708212155768734,True +2017/07/17 09:00:00,44.69524975800176,True +2017/07/17 10:00:00,47.705756220600165,True +2017/07/17 11:00:00,48.620512176923235,True +2017/07/17 12:00:00,47.17235396215804,True +2017/07/17 13:00:00,47.533053802184824,True +2017/07/17 14:00:00,45.650002331037605,True +2017/07/17 15:00:00,44.465561415977824,True +2017/07/17 16:00:00,48.637511003028195,True +2017/07/17 17:00:00,48.70564448254934,True +2017/07/17 18:00:00,48.620550459683116,True +2017/07/17 19:00:00,49.805161892588934,True +2017/07/17 20:00:00,47.23086014889696,True +2017/07/17 21:00:00,45.36442214483143,True +2017/07/17 22:00:00,39.39351573499772,True +2017/07/17 23:00:00,32.19793576920187,True +2017/07/18 00:00:00,18.8244896606584,True +2017/07/18 01:00:00,15.534230411248771,True +2017/07/18 02:00:00,15.395522850707032,True +2017/07/18 03:00:00,14.376938237243431,True +2017/07/18 04:00:00,17.220431189849826,True +2017/07/18 05:00:00,19.7589889411439,True +2017/07/18 06:00:00,23.53696403102977,True +2017/07/18 07:00:00,37.35942277862331,True +2017/07/18 08:00:00,39.21837824213146,True +2017/07/18 09:00:00,45.480484197357136,True +2017/07/18 10:00:00,47.12442078170677,True +2017/07/18 11:00:00,47.69568562285263,True +2017/07/18 12:00:00,45.44770269417411,True +2017/07/18 13:00:00,46.49670424666391,True +2017/07/18 14:00:00,44.912863195895056,True +2017/07/18 15:00:00,44.44080466242267,True +2017/07/18 16:00:00,48.66589996910152,True +2017/07/18 17:00:00,49.177758449164244,True +2017/07/18 18:00:00,47.94651228181631,True +2017/07/18 19:00:00,48.76663970903891,True +2017/07/18 20:00:00,46.758051674265616,True +2017/07/18 21:00:00,45.4695811819135,True +2017/07/18 22:00:00,39.383853976388195,True +2017/07/18 23:00:00,32.46259925897894,True +2017/07/19 00:00:00,20.447885466454252,True +2017/07/19 01:00:00,16.801967852503672,True +2017/07/19 02:00:00,17.33157830706615,True +2017/07/19 03:00:00,17.10322818787562,True +2017/07/19 04:00:00,21.655893961095074,True +2017/07/19 05:00:00,22.82936313759502,True +2017/07/19 06:00:00,26.436098091647324,True +2017/07/19 07:00:00,38.42356148050278,True +2017/07/19 08:00:00,40.341403221112245,True +2017/07/19 09:00:00,44.863554488995,True +2017/07/19 10:00:00,48.41837066375622,True +2017/07/19 11:00:00,49.21547468958486,True +2017/07/19 12:00:00,48.15581287185569,True +2017/07/19 13:00:00,48.233873695350816,True +2017/07/19 14:00:00,47.184334331988346,True +2017/07/19 15:00:00,46.75422534773003,True +2017/07/19 16:00:00,49.77978178088654,True +2017/07/19 17:00:00,50.01894050657931,True +2017/07/19 18:00:00,48.954212801885674,True +2017/07/19 19:00:00,50.63863625573281,True +2017/07/19 20:00:00,48.689193809970874,True +2017/07/19 21:00:00,46.91716754276599,True +2017/07/19 22:00:00,40.790972390391325,True +2017/07/19 23:00:00,33.80371862198559,True +2017/07/20 00:00:00,24.596416659331794,True +2017/07/20 01:00:00,19.624688602349202,True +2017/07/20 02:00:00,19.754822909534475,True +2017/07/20 03:00:00,19.193376420511182,True +2017/07/20 04:00:00,24.559407751674545,True +2017/07/20 05:00:00,27.62662481402429,True +2017/07/20 06:00:00,32.20937193593995,True +2017/07/20 07:00:00,39.58660667643375,True +2017/07/20 08:00:00,40.98778718348481,True +2017/07/20 09:00:00,45.43215130893741,True +2017/07/20 10:00:00,48.33650026865824,True +2017/07/20 11:00:00,49.86686511066044,True +2017/07/20 12:00:00,48.519537577341424,True +2017/07/20 13:00:00,49.174963849074466,True +2017/07/20 14:00:00,47.858875304590704,True +2017/07/20 15:00:00,46.90298699491998,True +2017/07/20 16:00:00,50.25864646186173,True +2017/07/20 17:00:00,49.42417337855254,True +2017/07/20 18:00:00,49.29802819854288,True +2017/07/20 19:00:00,51.00124736935442,True +2017/07/20 20:00:00,49.19690872552806,True +2017/07/20 21:00:00,48.40668545882321,True +2017/07/20 22:00:00,41.97869081373955,True +2017/07/20 23:00:00,34.95427680406476,True +2017/07/21 00:00:00,26.076457813307204,True +2017/07/21 01:00:00,21.44347713326832,True +2017/07/21 02:00:00,21.797717899207836,True +2017/07/21 03:00:00,21.335770804791416,True +2017/07/21 04:00:00,25.24889912801426,True +2017/07/21 05:00:00,29.317203974481213,True +2017/07/21 06:00:00,31.985237048761,True +2017/07/21 07:00:00,39.701988982528235,True +2017/07/21 08:00:00,41.53741888078816,True +2017/07/21 09:00:00,45.78235606305274,True +2017/07/21 10:00:00,48.93611098944516,True +2017/07/21 11:00:00,49.07738529216499,True +2017/07/21 12:00:00,47.927402900555755,True +2017/07/21 13:00:00,48.318587209908685,True +2017/07/21 14:00:00,46.57194378924437,True +2017/07/21 15:00:00,46.45511706126917,True +2017/07/21 16:00:00,48.691385190706534,True +2017/07/21 17:00:00,50.05729720004589,True +2017/07/21 18:00:00,48.802100271081265,True +2017/07/21 19:00:00,50.37242225576942,True +2017/07/21 20:00:00,48.939682648745475,True +2017/07/21 21:00:00,46.55983741485157,True +2017/07/21 22:00:00,39.65823116622778,True +2017/07/21 23:00:00,33.769863945364285,True +2017/07/22 00:00:00,25.765258447624724,True +2017/07/22 01:00:00,19.21384987568186,True +2017/07/22 02:00:00,19.4105956669608,True +2017/07/22 03:00:00,19.147896361859715,True +2017/07/22 04:00:00,23.30510153138648,True +2017/07/22 05:00:00,23.076929133267313,True +2017/07/22 06:00:00,26.951506046855258,True +2017/07/22 07:00:00,34.1787500434097,True +2017/07/22 08:00:00,38.30828428895837,True +2017/07/22 09:00:00,42.245455451275284,True +2017/07/22 10:00:00,46.465609926941774,True +2017/07/22 11:00:00,46.5743507670325,True +2017/07/22 12:00:00,44.90133886235576,True +2017/07/22 13:00:00,43.77913127189435,True +2017/07/22 14:00:00,42.42078401858226,True +2017/07/22 15:00:00,42.457228657208056,True +2017/07/22 16:00:00,44.95628649425053,True +2017/07/22 17:00:00,46.9482078937711,True +2017/07/22 18:00:00,45.50221021994311,True +2017/07/22 19:00:00,44.158011721797486,True +2017/07/22 20:00:00,42.623185592731815,True +2017/07/22 21:00:00,44.18655029567295,True +2017/07/22 22:00:00,38.94144851176819,True +2017/07/22 23:00:00,32.753795179860404,True +2017/07/23 00:00:00,20.442962493110652,True +2017/07/23 01:00:00,17.070131513098154,True +2017/07/23 02:00:00,17.268417935331616,True +2017/07/23 03:00:00,16.507693534873997,True +2017/07/23 04:00:00,18.99261059765679,True +2017/07/23 05:00:00,23.383337476813196,True +2017/07/23 06:00:00,24.271213254630318,True +2017/07/23 07:00:00,32.262067351901294,True +2017/07/23 08:00:00,33.027463905078285,True +2017/07/23 09:00:00,36.691539868236184,True +2017/07/23 10:00:00,42.30024356281788,True +2017/07/23 11:00:00,44.567702098040854,True +2017/07/23 12:00:00,43.216729521089725,True +2017/07/23 13:00:00,42.9687148850135,True +2017/07/23 14:00:00,41.079393490892414,True +2017/07/23 15:00:00,41.51907061134938,True +2017/07/23 16:00:00,44.131454653536736,True +2017/07/23 17:00:00,43.787788744575344,True +2017/07/23 18:00:00,42.011191276187546,True +2017/07/23 19:00:00,42.446336689497095,True +2017/07/23 20:00:00,42.84196122759041,True +2017/07/23 21:00:00,43.10062272996332,True +2017/07/23 22:00:00,37.558258917506315,True +2017/07/23 23:00:00,31.426435306073884,True +2017/07/24 00:00:00,17.301468960489764,True +2017/07/24 01:00:00,13.441415684523557,True +2017/07/24 02:00:00,13.339820264634673,True +2017/07/24 03:00:00,12.626367343090042,True +2017/07/24 04:00:00,14.494476712769545,True +2017/07/24 05:00:00,18.01753873871754,True +2017/07/24 06:00:00,21.093889005217108,True +2017/07/24 07:00:00,32.16366961559071,True +2017/07/24 08:00:00,36.575311038858054,True +2017/07/24 09:00:00,42.89085889960808,True +2017/07/24 10:00:00,46.23880276480589,True +2017/07/24 11:00:00,47.06865491169784,True +2017/07/24 12:00:00,45.418977035956736,True +2017/07/24 13:00:00,45.64309941904799,True +2017/07/24 14:00:00,44.096438927985446,True +2017/07/24 15:00:00,43.531316667137986,True +2017/07/24 16:00:00,47.22344353014284,True +2017/07/24 17:00:00,47.913398874881764,True +2017/07/24 18:00:00,46.421078843110884,True +2017/07/24 19:00:00,47.52411259414997,True +2017/07/24 20:00:00,45.500329508288374,True +2017/07/24 21:00:00,44.12972732447088,True +2017/07/24 22:00:00,37.76908999909087,True +2017/07/24 23:00:00,27.305483070723035,True +2017/07/25 00:00:00,16.781566661516717,True +2017/07/25 01:00:00,13.096635866859573,True +2017/07/25 02:00:00,12.867907613700954,True +2017/07/25 03:00:00,12.123393778673869,True +2017/07/25 04:00:00,14.099568971338421,True +2017/07/25 05:00:00,17.732099680277315,True +2017/07/25 06:00:00,21.057975612477325,True +2017/07/25 07:00:00,29.233172722312574,True +2017/07/25 08:00:00,36.02588249091667,True +2017/07/25 09:00:00,42.443189770974456,True +2017/07/25 10:00:00,46.377925595618706,True +2017/07/25 11:00:00,46.88502769554464,True +2017/07/25 12:00:00,45.14655875456539,True +2017/07/25 13:00:00,45.626507910507726,True +2017/07/25 14:00:00,44.08343477003594,True +2017/07/25 15:00:00,43.91626664561465,True +2017/07/25 16:00:00,46.923586191484375,True +2017/07/25 17:00:00,47.71582858939089,True +2017/07/25 18:00:00,47.1586120041618,True +2017/07/25 19:00:00,47.96037674106436,True +2017/07/25 20:00:00,46.3127852693067,True +2017/07/25 21:00:00,45.03714184731,True +2017/07/25 22:00:00,39.202093106703245,True +2017/07/25 23:00:00,30.350896226752013,True +2017/07/26 00:00:00,18.67607768939352,True +2017/07/26 01:00:00,15.443259050687104,True +2017/07/26 02:00:00,15.443947406602394,True +2017/07/26 03:00:00,14.246689716326882,True +2017/07/26 04:00:00,17.68632181401768,True +2017/07/26 05:00:00,19.53181495848835,True +2017/07/26 06:00:00,23.288563486620657,True +2017/07/26 07:00:00,35.63905682616159,True +2017/07/26 08:00:00,38.8950525544422,True +2017/07/26 09:00:00,43.30621412916612,True +2017/07/26 10:00:00,47.06543093662861,True +2017/07/26 11:00:00,48.441743493519525,True +2017/07/26 12:00:00,47.39247521876374,True +2017/07/26 13:00:00,47.3710328364314,True +2017/07/26 14:00:00,45.83939666783026,True +2017/07/26 15:00:00,45.32183183145549,True +2017/07/26 16:00:00,48.89311861204035,True +2017/07/26 17:00:00,49.29876006501541,True +2017/07/26 18:00:00,47.39125268545726,True +2017/07/26 19:00:00,47.97882413769992,True +2017/07/26 20:00:00,47.38638305918403,True +2017/07/26 21:00:00,44.92712662373973,True +2017/07/26 22:00:00,38.96933543808434,True +2017/07/26 23:00:00,32.11565171895574,True +2017/07/27 00:00:00,21.46324368728585,True +2017/07/27 01:00:00,16.483750064162265,True +2017/07/27 02:00:00,17.98600455296526,True +2017/07/27 03:00:00,17.43311370016643,True +2017/07/27 04:00:00,21.132410479011945,True +2017/07/27 05:00:00,22.29268270097738,True +2017/07/27 06:00:00,26.495995492158638,True +2017/07/27 07:00:00,37.858703108106816,True +2017/07/27 08:00:00,39.85924230123051,True +2017/07/27 09:00:00,44.49182954060551,True +2017/07/27 10:00:00,47.2555980632101,True +2017/07/27 11:00:00,48.76571603489251,True +2017/07/27 12:00:00,48.12368181491597,True +2017/07/27 13:00:00,48.14024698212603,True +2017/07/27 14:00:00,45.560639090281356,True +2017/07/27 15:00:00,44.16042733011964,True +2017/07/27 16:00:00,48.0600725023693,True +2017/07/27 17:00:00,49.82499533240804,True +2017/07/27 18:00:00,49.29708101462884,True +2017/07/27 19:00:00,47.83071131758938,True +2017/07/27 20:00:00,46.86526235391886,True +2017/07/27 21:00:00,44.86228190430778,True +2017/07/27 22:00:00,38.76757441100616,True +2017/07/27 23:00:00,32.013327680534644,True +2017/07/28 00:00:00,21.80065080554151,True +2017/07/28 01:00:00,16.967172224661006,True +2017/07/28 02:00:00,17.157253454280085,True +2017/07/28 03:00:00,16.071538637964565,True +2017/07/28 04:00:00,20.107060563047742,True +2017/07/28 05:00:00,21.977597734124025,True +2017/07/28 06:00:00,26.090268368644463,True +2017/07/28 07:00:00,37.85899174812852,True +2017/07/28 08:00:00,39.06712254820704,True +2017/07/28 09:00:00,42.44589081917193,True +2017/07/28 10:00:00,46.44815429282469,True +2017/07/28 11:00:00,47.65577644020173,True +2017/07/28 12:00:00,46.42205973121119,True +2017/07/28 13:00:00,46.34750330232053,True +2017/07/28 14:00:00,45.97646853513898,True +2017/07/28 15:00:00,45.360021718782164,True +2017/07/28 16:00:00,47.95325853397646,True +2017/07/28 17:00:00,49.52648644757571,True +2017/07/28 18:00:00,47.74840014897387,True +2017/07/28 19:00:00,48.63063193989232,True +2017/07/28 20:00:00,47.04150798694833,True +2017/07/28 21:00:00,45.24161011933409,True +2017/07/28 22:00:00,38.85945772898832,True +2017/07/28 23:00:00,32.85383095426649,True +2017/07/29 00:00:00,22.335074549591184,True +2017/07/29 01:00:00,17.57832479693423,True +2017/07/29 02:00:00,18.420854351103582,True +2017/07/29 03:00:00,17.95850105050823,True +2017/07/29 04:00:00,23.285782930653472,True +2017/07/29 05:00:00,22.93821450757152,True +2017/07/29 06:00:00,26.775459575676297,True +2017/07/29 07:00:00,34.44980223336158,True +2017/07/29 08:00:00,37.59095069779804,True +2017/07/29 09:00:00,42.68457822082676,True +2017/07/29 10:00:00,45.93933304031394,True +2017/07/29 11:00:00,49.140733051890074,True +2017/07/29 12:00:00,46.12073707564653,True +2017/07/29 13:00:00,45.45624895058961,True +2017/07/29 14:00:00,44.37911125922531,True +2017/07/29 15:00:00,44.17908322137019,True +2017/07/29 16:00:00,46.53418034224399,True +2017/07/29 17:00:00,48.34655940872014,True +2017/07/29 18:00:00,46.49118693064367,True +2017/07/29 19:00:00,45.28489336112364,True +2017/07/29 20:00:00,43.41805000923904,True +2017/07/29 21:00:00,45.015883515429714,True +2017/07/29 22:00:00,39.180779337344674,True +2017/07/29 23:00:00,32.41696282436675,True +2017/07/30 00:00:00,20.14544582447938,True +2017/07/30 01:00:00,15.468481994006702,True +2017/07/30 02:00:00,16.458665129866095,True +2017/07/30 03:00:00,17.686039573057094,True +2017/07/30 04:00:00,19.445585971486032,True +2017/07/30 05:00:00,24.318691599475716,True +2017/07/30 06:00:00,24.909290142885823,True +2017/07/30 07:00:00,29.652245782534738,True +2017/07/30 08:00:00,35.3675502395522,True +2017/07/30 09:00:00,37.90823504056652,True +2017/07/30 10:00:00,43.7359252092759,True +2017/07/30 11:00:00,45.17447992670256,True +2017/07/30 12:00:00,44.18916738941434,True +2017/07/30 13:00:00,43.93825101962938,True +2017/07/30 14:00:00,42.24971299196947,True +2017/07/30 15:00:00,41.60098851074888,True +2017/07/30 16:00:00,44.34669806390082,True +2017/07/30 17:00:00,45.104710175991045,True +2017/07/30 18:00:00,42.81694214156622,True +2017/07/30 19:00:00,42.796014368838776,True +2017/07/30 20:00:00,43.38330486751115,True +2017/07/30 21:00:00,43.52718053850895,True +2017/07/30 22:00:00,38.06707987278761,True +2017/07/30 23:00:00,31.058771958936003,True +2017/07/31 00:00:00,18.475929295496893,True +2017/07/31 01:00:00,15.059205836074879,True +2017/07/31 02:00:00,15.352647102493103,True +2017/07/31 03:00:00,14.496441968026815,True +2017/07/31 04:00:00,17.128173045610467,True +2017/07/31 05:00:00,19.378521360246754,True +2017/07/31 06:00:00,22.874087435738755,True +2017/07/31 07:00:00,34.55980214823531,True +2017/07/31 08:00:00,38.712688026991565,True +2017/07/31 09:00:00,43.337106827011645,True +2017/07/31 10:00:00,46.42192734415782,True +2017/07/31 11:00:00,46.861909642583726,True +2017/07/31 12:00:00,45.59344839138666,True +2017/07/31 13:00:00,45.80721400353544,True +2017/07/31 14:00:00,44.51848592960606,True +2017/07/31 15:00:00,44.38686301789656,True +2017/07/31 16:00:00,47.62774522640174,True +2017/07/31 17:00:00,49.381641334549776,True +2017/07/31 18:00:00,48.34372062419188,True +2017/07/31 19:00:00,49.341415111313594,True +2017/07/31 20:00:00,47.92989276604851,True +2017/07/31 21:00:00,45.765375634680986,True +2017/07/31 22:00:00,39.28624710435618,True +2017/07/31 23:00:00,31.874574502559938,True +2017/08/01 00:00:00,17.597181687545163,True +2017/08/01 01:00:00,14.54070467026279,True +2017/08/01 02:00:00,12.926973320222077,True +2017/08/01 03:00:00,9.195285732679935,True +2017/08/01 04:00:00,13.872057826135551,True +2017/08/01 05:00:00,18.56830956426296,True +2017/08/01 06:00:00,20.11142701399897,True +2017/08/01 07:00:00,24.999282498789103,True +2017/08/01 08:00:00,31.903860275153733,True +2017/08/01 09:00:00,38.84899108411329,True +2017/08/01 10:00:00,44.45983752820631,True +2017/08/01 11:00:00,44.69884700413741,True +2017/08/01 12:00:00,44.589177777764824,True +2017/08/01 13:00:00,44.623631607381355,True +2017/08/01 14:00:00,43.44376166348951,True +2017/08/01 15:00:00,43.092868045430244,True +2017/08/01 16:00:00,45.92481621621863,True +2017/08/01 17:00:00,47.18021041997858,True +2017/08/01 18:00:00,45.63498792467426,True +2017/08/01 19:00:00,46.15386460977729,True +2017/08/01 20:00:00,42.95147760136249,True +2017/08/01 21:00:00,38.55200587037202,True +2017/08/01 22:00:00,31.75924090603595,True +2017/08/01 23:00:00,23.616498585652796,True +2017/08/02 00:00:00,14.936975973585321,True +2017/08/02 01:00:00,11.608500232339678,True +2017/08/02 02:00:00,9.582980881555848,True +2017/08/02 03:00:00,9.024338314873955,True +2017/08/02 04:00:00,13.319830546859572,True +2017/08/02 05:00:00,16.99675543207045,True +2017/08/02 06:00:00,21.390386871416922,True +2017/08/02 07:00:00,27.99706127165705,True +2017/08/02 08:00:00,33.47057623077013,True +2017/08/02 09:00:00,39.25735965173462,True +2017/08/02 10:00:00,44.45731305319009,True +2017/08/02 11:00:00,45.13501748193394,True +2017/08/02 12:00:00,44.32509646834134,True +2017/08/02 13:00:00,45.11784351322584,True +2017/08/02 14:00:00,43.33927305104401,True +2017/08/02 15:00:00,43.05000998599367,True +2017/08/02 16:00:00,45.86512555211048,True +2017/08/02 17:00:00,47.12580695136785,True +2017/08/02 18:00:00,46.1570120126233,True +2017/08/02 19:00:00,46.313556179875896,True +2017/08/02 20:00:00,42.166534146323926,True +2017/08/02 21:00:00,39.11544207284148,True +2017/08/02 22:00:00,31.227086275411544,True +2017/08/02 23:00:00,21.764717699404706,True +2017/08/03 00:00:00,11.737330422986487,True +2017/08/03 01:00:00,11.024754768796983,True +2017/08/03 02:00:00,11.9080101901274,True +2017/08/03 03:00:00,11.13470484395597,True +2017/08/03 04:00:00,13.891586810697223,True +2017/08/03 05:00:00,18.417558586042144,True +2017/08/03 06:00:00,21.52977306609194,True +2017/08/03 07:00:00,24.911234658634456,True +2017/08/03 08:00:00,32.60844491713296,True +2017/08/03 09:00:00,42.00738627173614,True +2017/08/03 10:00:00,45.55614490181683,True +2017/08/03 11:00:00,46.53087518798165,True +2017/08/03 12:00:00,44.93866577667945,True +2017/08/03 13:00:00,45.36417632204925,True +2017/08/03 14:00:00,43.8116798778335,True +2017/08/03 15:00:00,43.6141398901975,True +2017/08/03 16:00:00,46.26384497327286,True +2017/08/03 17:00:00,47.3198111225851,True +2017/08/03 18:00:00,46.55225419880662,True +2017/08/03 19:00:00,47.00074598893467,True +2017/08/03 20:00:00,45.635292009734535,True +2017/08/03 21:00:00,42.45818011133812,True +2017/08/03 22:00:00,32.32009870250556,True +2017/08/03 23:00:00,22.946468377995892,True +2017/08/04 00:00:00,15.537441342835848,True +2017/08/04 01:00:00,9.412016518112164,True +2017/08/04 02:00:00,11.40706941007275,True +2017/08/04 03:00:00,9.053577699072338,True +2017/08/04 04:00:00,14.021693658148187,True +2017/08/04 05:00:00,16.74333669378617,True +2017/08/04 06:00:00,21.59138163101116,True +2017/08/04 07:00:00,27.29127071258278,True +2017/08/04 08:00:00,34.77397467282796,True +2017/08/04 09:00:00,42.62183375528457,True +2017/08/04 10:00:00,46.46988060630853,True +2017/08/04 11:00:00,46.707195096252796,True +2017/08/04 12:00:00,45.16215869700831,True +2017/08/04 13:00:00,45.61071525350753,True +2017/08/04 14:00:00,43.67339405903845,True +2017/08/04 15:00:00,43.754570249541004,True +2017/08/04 16:00:00,46.67327549181644,True +2017/08/04 17:00:00,47.743475043400394,True +2017/08/04 18:00:00,47.02015800800268,True +2017/08/04 19:00:00,47.76554063884385,True +2017/08/04 20:00:00,47.84317587072009,True +2017/08/04 21:00:00,42.7882936841269,True +2017/08/04 22:00:00,34.86094997075889,True +2017/08/04 23:00:00,26.690044178691128,True +2017/08/05 00:00:00,16.989576210651098,True +2017/08/05 01:00:00,13.303072748172358,True +2017/08/05 02:00:00,13.323889923996619,True +2017/08/05 03:00:00,12.414896034056506,True +2017/08/05 04:00:00,14.562006726924494,True +2017/08/05 05:00:00,17.516150562945633,True +2017/08/05 06:00:00,20.988629922793876,True +2017/08/05 07:00:00,27.15743201022876,True +2017/08/05 08:00:00,35.132798463813344,True +2017/08/05 09:00:00,42.92089383118732,True +2017/08/05 10:00:00,46.18806173577144,True +2017/08/05 11:00:00,45.448002939504214,True +2017/08/05 12:00:00,44.31147588246185,True +2017/08/05 13:00:00,44.14089749796739,True +2017/08/05 14:00:00,42.72166765288164,True +2017/08/05 15:00:00,42.45101884293908,True +2017/08/05 16:00:00,44.9902635897826,True +2017/08/05 17:00:00,47.12606984912725,True +2017/08/05 18:00:00,45.40744641123389,True +2017/08/05 19:00:00,44.423919977375526,True +2017/08/05 20:00:00,45.00563470769861,True +2017/08/05 21:00:00,43.82264488176706,True +2017/08/05 22:00:00,37.46389411970899,True +2017/08/05 23:00:00,28.672400877833095,True +2017/08/06 00:00:00,18.172963193775004,True +2017/08/06 01:00:00,14.883436900237587,True +2017/08/06 02:00:00,14.890605775060495,True +2017/08/06 03:00:00,14.38838566180951,True +2017/08/06 04:00:00,17.174381103199668,True +2017/08/06 05:00:00,21.064439570463684,True +2017/08/06 06:00:00,23.828844992500667,True +2017/08/06 07:00:00,27.49861216828577,True +2017/08/06 08:00:00,31.73465679023628,True +2017/08/06 09:00:00,37.343045343298925,True +2017/08/06 10:00:00,43.65543837267828,True +2017/08/06 11:00:00,45.13668604175388,True +2017/08/06 12:00:00,43.55688926757629,True +2017/08/06 13:00:00,43.481619834420634,True +2017/08/06 14:00:00,42.09205893559012,True +2017/08/06 15:00:00,41.93149434254387,True +2017/08/06 16:00:00,44.2726560142614,True +2017/08/06 17:00:00,44.89500858241477,True +2017/08/06 18:00:00,42.542187018121304,True +2017/08/06 19:00:00,42.876365000847876,True +2017/08/06 20:00:00,45.21992341550461,True +2017/08/06 21:00:00,43.684346506804715,True +2017/08/06 22:00:00,37.24399175398695,True +2017/08/06 23:00:00,30.31030260128165,True +2017/08/07 00:00:00,19.012046676211163,True +2017/08/07 01:00:00,15.904805555845266,True +2017/08/07 02:00:00,16.96001866677058,True +2017/08/07 03:00:00,15.999929277263192,True +2017/08/07 04:00:00,19.426540708884772,True +2017/08/07 05:00:00,21.51351125992087,True +2017/08/07 06:00:00,25.2555517183247,True +2017/08/07 07:00:00,37.38922780817657,True +2017/08/07 08:00:00,38.97084634943772,True +2017/08/07 09:00:00,43.22461615039676,True +2017/08/07 10:00:00,46.858890108315414,True +2017/08/07 11:00:00,47.63586524837609,True +2017/08/07 12:00:00,46.62355723840777,True +2017/08/07 13:00:00,46.53243467572531,True +2017/08/07 14:00:00,44.57962878507563,True +2017/08/07 15:00:00,44.778655266383225,True +2017/08/07 16:00:00,47.58863692581801,True +2017/08/07 17:00:00,48.534976610018376,True +2017/08/07 18:00:00,47.59202846731189,True +2017/08/07 19:00:00,48.63070623887321,True +2017/08/07 20:00:00,48.82380362660272,True +2017/08/07 21:00:00,45.22118085270101,True +2017/08/07 22:00:00,39.092352774856806,True +2017/08/07 23:00:00,32.25634039891896,True +2017/08/08 00:00:00,20.003236727036864,True +2017/08/08 01:00:00,16.38767336840931,True +2017/08/08 02:00:00,17.215398242024584,True +2017/08/08 03:00:00,16.74299767459334,True +2017/08/08 04:00:00,20.426494953062218,True +2017/08/08 05:00:00,22.46860974741407,True +2017/08/08 06:00:00,24.807707442383887,True +2017/08/08 07:00:00,37.29840995250999,True +2017/08/08 08:00:00,38.76650198799299,True +2017/08/08 09:00:00,43.04096431697537,True +2017/08/08 10:00:00,46.44110631656293,True +2017/08/08 11:00:00,46.90780311709255,True +2017/08/08 12:00:00,45.337099902058306,True +2017/08/08 13:00:00,45.59206572884071,True +2017/08/08 14:00:00,43.824282552608636,True +2017/08/08 15:00:00,43.992788552375536,True +2017/08/08 16:00:00,46.72357959334449,True +2017/08/08 17:00:00,47.9678762971427,True +2017/08/08 18:00:00,47.008364626054366,True +2017/08/08 19:00:00,47.41155278077392,True +2017/08/08 20:00:00,47.85202555102617,True +2017/08/08 21:00:00,43.98213978004565,True +2017/08/08 22:00:00,36.053872530273644,True +2017/08/08 23:00:00,26.842130969501298,True +2017/08/09 00:00:00,16.652011740211098,True +2017/08/09 01:00:00,13.406406291632582,True +2017/08/09 02:00:00,13.223300023585722,True +2017/08/09 03:00:00,12.718822852946495,True +2017/08/09 04:00:00,15.15268330837969,True +2017/08/09 05:00:00,17.71538031445679,True +2017/08/09 06:00:00,21.54425513420194,True +2017/08/09 07:00:00,31.524578177016668,True +2017/08/09 08:00:00,37.446316666836104,True +2017/08/09 09:00:00,42.957603846703,True +2017/08/09 10:00:00,46.53284811508105,True +2017/08/09 11:00:00,47.82898428912787,True +2017/08/09 12:00:00,45.77800764190199,True +2017/08/09 13:00:00,46.35662576455775,True +2017/08/09 14:00:00,44.432923658268194,True +2017/08/09 15:00:00,44.10316104434816,True +2017/08/09 16:00:00,47.629583690741924,True +2017/08/09 17:00:00,48.094774265948764,True +2017/08/09 18:00:00,47.11328668329732,True +2017/08/09 19:00:00,48.357621550232956,True +2017/08/09 20:00:00,48.070977996973184,True +2017/08/09 21:00:00,45.02550018053537,True +2017/08/09 22:00:00,35.06252846088628,True +2017/08/09 23:00:00,26.080103793420534,True +2017/08/10 00:00:00,15.85158995061651,True +2017/08/10 01:00:00,13.272287053672787,True +2017/08/10 02:00:00,13.088365746154997,True +2017/08/10 03:00:00,12.487903808365807,True +2017/08/10 04:00:00,15.000330385927551,True +2017/08/10 05:00:00,18.17042112056915,True +2017/08/10 06:00:00,21.35649630781408,True +2017/08/10 07:00:00,32.982868038016996,True +2017/08/10 08:00:00,38.036670754404604,True +2017/08/10 09:00:00,43.91155762566322,True +2017/08/10 10:00:00,47.565892278741124,True +2017/08/10 11:00:00,48.7067140434829,True +2017/08/10 12:00:00,48.19724643379902,True +2017/08/10 13:00:00,47.06426337065209,True +2017/08/10 14:00:00,45.34548103075372,True +2017/08/10 15:00:00,45.01206378740141,True +2017/08/10 16:00:00,47.88400950190683,True +2017/08/10 17:00:00,48.75406761056249,True +2017/08/10 18:00:00,48.36608642727213,True +2017/08/10 19:00:00,48.724237966274956,True +2017/08/10 20:00:00,48.572404963159094,True +2017/08/10 21:00:00,45.6481003090447,True +2017/08/10 22:00:00,39.7968721956938,True +2017/08/10 23:00:00,32.84463181437351,True +2017/08/11 00:00:00,25.652759078572117,True +2017/08/11 01:00:00,17.69824251957477,True +2017/08/11 02:00:00,15.795288648599621,True +2017/08/11 03:00:00,13.704961932494152,True +2017/08/11 04:00:00,16.842839821393245,True +2017/08/11 05:00:00,18.725788039349112,True +2017/08/11 06:00:00,21.846473800791255,True +2017/08/11 07:00:00,31.220744496903684,True +2017/08/11 08:00:00,33.90466138387258,True +2017/08/11 09:00:00,39.71393126232881,True +2017/08/11 10:00:00,43.97854680518646,True +2017/08/11 11:00:00,46.25939872698187,True +2017/08/11 12:00:00,44.84338706233317,True +2017/08/11 13:00:00,45.259905352131554,True +2017/08/11 14:00:00,43.94543468506431,True +2017/08/11 15:00:00,43.63363401604376,True +2017/08/11 16:00:00,46.43714694806745,True +2017/08/11 17:00:00,47.38886096011571,True +2017/08/11 18:00:00,46.371403328050434,True +2017/08/11 19:00:00,46.50133030147392,True +2017/08/11 20:00:00,44.885517447608294,True +2017/08/11 21:00:00,39.74232136110212,True +2017/08/11 22:00:00,31.81379702071867,True +2017/08/11 23:00:00,23.899768930820887,True +2017/08/12 00:00:00,15.635470156151419,True +2017/08/12 01:00:00,9.529219864386352,True +2017/08/12 02:00:00,9.553636447975306,True +2017/08/12 03:00:00,8.96024442913666,True +2017/08/12 04:00:00,11.178402252904268,True +2017/08/12 05:00:00,15.70216719107771,True +2017/08/12 06:00:00,19.157593994878845,True +2017/08/12 07:00:00,22.61560812554647,True +2017/08/12 08:00:00,29.802637780463492,True +2017/08/12 09:00:00,37.7756731963475,True +2017/08/12 10:00:00,44.47357427340984,True +2017/08/12 11:00:00,44.240599205189326,True +2017/08/12 12:00:00,43.70868163509244,True +2017/08/12 13:00:00,43.46938620003976,True +2017/08/12 14:00:00,42.29507420955273,True +2017/08/12 15:00:00,42.18449877287608,True +2017/08/12 16:00:00,44.500867357450396,True +2017/08/12 17:00:00,47.06728204002593,True +2017/08/12 18:00:00,44.818191339090546,True +2017/08/12 19:00:00,41.26206317383412,True +2017/08/12 20:00:00,38.75610240598113,True +2017/08/12 21:00:00,36.628680449581594,True +2017/08/12 22:00:00,29.998111807885024,True +2017/08/12 23:00:00,22.955592258251176,True +2017/08/13 00:00:00,15.022567705489417,True +2017/08/13 01:00:00,12.71457262086478,True +2017/08/13 02:00:00,9.790755472697233,True +2017/08/13 03:00:00,11.979161254870942,True +2017/08/13 04:00:00,13.920284037880572,True +2017/08/13 05:00:00,18.080996875317368,True +2017/08/13 06:00:00,21.398337998066083,True +2017/08/13 07:00:00,25.173086193753605,True +2017/08/13 08:00:00,30.462584520029193,True +2017/08/13 09:00:00,36.54216937926999,True +2017/08/13 10:00:00,43.40727887314466,True +2017/08/13 11:00:00,46.04187240839953,True +2017/08/13 12:00:00,45.866774161458295,True +2017/08/13 13:00:00,46.17463049025846,True +2017/08/13 14:00:00,44.44038265215043,True +2017/08/13 15:00:00,44.54463951830757,True +2017/08/13 16:00:00,47.958690103188985,True +2017/08/13 17:00:00,46.50538539288905,True +2017/08/13 18:00:00,43.98023399702831,True +2017/08/13 19:00:00,44.243688327163916,True +2017/08/13 20:00:00,46.494504612576804,True +2017/08/13 21:00:00,44.81254075656683,True +2017/08/13 22:00:00,39.25043283684812,True +2017/08/13 23:00:00,33.114453451141756,True +2017/08/14 00:00:00,24.689544822457286,True +2017/08/14 01:00:00,19.246488688330945,True +2017/08/14 02:00:00,19.245726327748482,True +2017/08/14 03:00:00,18.837532538812006,True +2017/08/14 04:00:00,23.80684809951863,True +2017/08/14 05:00:00,25.326931313854956,True +2017/08/14 06:00:00,29.282067682100717,True +2017/08/14 07:00:00,39.409777729485484,True +2017/08/14 08:00:00,41.146397071240074,True +2017/08/14 09:00:00,45.03177757766983,True +2017/08/14 10:00:00,48.11758454701935,True +2017/08/14 11:00:00,48.964047476917706,True +2017/08/14 12:00:00,47.66425322959547,True +2017/08/14 13:00:00,46.877634160091205,True +2017/08/14 14:00:00,46.61049075676678,True +2017/08/14 15:00:00,45.85379336182568,True +2017/08/14 16:00:00,48.62384942724501,True +2017/08/14 17:00:00,50.0606902565039,True +2017/08/14 18:00:00,48.80069571470457,True +2017/08/14 19:00:00,50.121888375027616,True +2017/08/14 20:00:00,49.81505193799816,True +2017/08/14 21:00:00,46.52314736289419,True +2017/08/14 22:00:00,40.00113939530951,True +2017/08/14 23:00:00,33.311841339216585,True +2017/08/15 00:00:00,23.748179473274234,True +2017/08/15 01:00:00,18.551973165033193,True +2017/08/15 02:00:00,19.407406391968674,True +2017/08/15 03:00:00,19.463058736510632,True +2017/08/15 04:00:00,24.155986871046906,True +2017/08/15 05:00:00,24.322747121548268,True +2017/08/15 06:00:00,27.31297953622946,True +2017/08/15 07:00:00,38.81135339199202,True +2017/08/15 08:00:00,40.81325752969724,True +2017/08/15 09:00:00,45.47303730446033,True +2017/08/15 10:00:00,48.725596121190165,True +2017/08/15 11:00:00,49.26754168006997,True +2017/08/15 12:00:00,48.03564064100085,True +2017/08/15 13:00:00,48.407759119266956,True +2017/08/15 14:00:00,46.51828104707372,True +2017/08/15 15:00:00,45.05162328007649,True +2017/08/15 16:00:00,47.24377345361652,True +2017/08/15 17:00:00,47.29980304873972,True +2017/08/15 18:00:00,45.54494487412812,True +2017/08/15 19:00:00,46.577806672622614,True +2017/08/15 20:00:00,47.55991348955689,True +2017/08/15 21:00:00,44.38966757072079,True +2017/08/15 22:00:00,37.00900900664433,True +2017/08/15 23:00:00,28.048540260880298,True +2017/08/16 00:00:00,17.113591046431857,True +2017/08/16 01:00:00,13.735312003883097,True +2017/08/16 02:00:00,13.856146594580956,True +2017/08/16 03:00:00,12.938316032115083,True +2017/08/16 04:00:00,15.063160052992059,True +2017/08/16 05:00:00,18.143790019457644,True +2017/08/16 06:00:00,21.086758866352042,True +2017/08/16 07:00:00,28.412796594792148,True +2017/08/16 08:00:00,34.002481110243735,True +2017/08/16 09:00:00,39.85372832723503,True +2017/08/16 10:00:00,45.478605848639944,True +2017/08/16 11:00:00,46.2766498393035,True +2017/08/16 12:00:00,45.08356591689266,True +2017/08/16 13:00:00,45.26640347755316,True +2017/08/16 14:00:00,43.645868131015995,True +2017/08/16 15:00:00,43.67904865982364,True +2017/08/16 16:00:00,46.229219097248034,True +2017/08/16 17:00:00,47.47637693042827,True +2017/08/16 18:00:00,46.46644094578116,True +2017/08/16 19:00:00,47.048128866411524,True +2017/08/16 20:00:00,47.54011879233169,True +2017/08/16 21:00:00,42.06416904302167,True +2017/08/16 22:00:00,34.10691282508261,True +2017/08/16 23:00:00,24.787116342321763,True +2017/08/17 00:00:00,15.397772363125961,True +2017/08/17 01:00:00,12.662291923039955,True +2017/08/17 02:00:00,9.587056446982581,True +2017/08/17 03:00:00,9.03466101823186,True +2017/08/17 04:00:00,11.787793327809204,True +2017/08/17 05:00:00,16.375240831514347,True +2017/08/17 06:00:00,19.981660755221952,True +2017/08/17 07:00:00,24.91914634376929,True +2017/08/17 08:00:00,33.441937867459345,True +2017/08/17 09:00:00,42.8641833776302,True +2017/08/17 10:00:00,46.09933998269199,True +2017/08/17 11:00:00,46.77836140977553,True +2017/08/17 12:00:00,45.437653792885165,True +2017/08/17 13:00:00,45.35289443099362,True +2017/08/17 14:00:00,43.94287387630906,True +2017/08/17 15:00:00,43.96967083853556,True +2017/08/17 16:00:00,46.64602922813912,True +2017/08/17 17:00:00,47.866727071899575,True +2017/08/17 18:00:00,46.571356895333416,True +2017/08/17 19:00:00,46.70068217296794,True +2017/08/17 20:00:00,46.58664059343556,True +2017/08/17 21:00:00,41.36220360676569,True +2017/08/17 22:00:00,32.832364937831,True +2017/08/17 23:00:00,24.699403349666873,True +2017/08/18 00:00:00,16.560072443600667,True +2017/08/18 01:00:00,12.958759802976502,True +2017/08/18 02:00:00,12.943550686065576,True +2017/08/18 03:00:00,12.455540910754948,True +2017/08/18 04:00:00,14.577841648266489,True +2017/08/18 05:00:00,17.690958299411175,True +2017/08/18 06:00:00,21.266628912965473,True +2017/08/18 07:00:00,31.547733099388314,True +2017/08/18 08:00:00,38.347468725590836,True +2017/08/18 09:00:00,43.57920010952125,True +2017/08/18 10:00:00,46.822695816346695,True +2017/08/18 11:00:00,47.72303019774265,True +2017/08/18 12:00:00,46.95374608425974,True +2017/08/18 13:00:00,47.38596648628572,True +2017/08/18 14:00:00,45.68021904919363,True +2017/08/18 15:00:00,45.7032490839263,True +2017/08/18 16:00:00,48.280448948669395,True +2017/08/18 17:00:00,49.305531781190496,True +2017/08/18 18:00:00,48.11947764383138,True +2017/08/18 19:00:00,48.48166450528027,True +2017/08/18 20:00:00,48.10201442041306,True +2017/08/18 21:00:00,45.074886174769645,True +2017/08/18 22:00:00,38.10794722921418,True +2017/08/18 23:00:00,30.99533426045635,True +2017/08/19 00:00:00,19.396517231974357,True +2017/08/19 01:00:00,15.297928718565803,True +2017/08/19 02:00:00,15.274005280684063,True +2017/08/19 03:00:00,15.444810133813785,True +2017/08/19 04:00:00,18.89377505268619,True +2017/08/19 05:00:00,20.49297592620612,True +2017/08/19 06:00:00,21.980359195882386,True +2017/08/19 07:00:00,28.097498119172407,True +2017/08/19 08:00:00,34.71822475964732,True +2017/08/19 09:00:00,41.05275782304861,True +2017/08/19 10:00:00,44.7200953939475,True +2017/08/19 11:00:00,44.506957388859554,True +2017/08/19 12:00:00,44.002711241234515,True +2017/08/19 13:00:00,43.63377530706997,True +2017/08/19 14:00:00,42.207003765320195,True +2017/08/19 15:00:00,41.74023695854646,True +2017/08/19 16:00:00,43.75766423538211,True +2017/08/19 17:00:00,46.279775010762826,True +2017/08/19 18:00:00,43.22173383937061,True +2017/08/19 19:00:00,40.99968460495786,True +2017/08/19 20:00:00,40.54016940780072,True +2017/08/19 21:00:00,38.943340612583015,True +2017/08/19 22:00:00,32.79865921808539,True +2017/08/19 23:00:00,26.01261577619274,True +2017/08/20 00:00:00,16.265924071855718,True +2017/08/20 01:00:00,13.45797231783018,True +2017/08/20 02:00:00,13.350663995068276,True +2017/08/20 03:00:00,12.029120090245677,True +2017/08/20 04:00:00,13.984503885001553,True +2017/08/20 05:00:00,15.322585926931934,True +2017/08/20 06:00:00,23.45077415838963,True +2017/08/20 07:00:00,22.900268386115613,True +2017/08/20 08:00:00,26.635259241777106,True +2017/08/20 09:00:00,32.266115294637416,True +2017/08/20 10:00:00,40.54070114956489,True +2017/08/20 11:00:00,42.05543713442479,True +2017/08/20 12:00:00,41.05809089376912,True +2017/08/20 13:00:00,42.213631189808204,True +2017/08/20 14:00:00,40.7155799369514,True +2017/08/20 15:00:00,38.077627109558904,True +2017/08/20 16:00:00,40.46167908188572,True +2017/08/20 17:00:00,40.739427574572886,True +2017/08/20 18:00:00,37.866358509672956,True +2017/08/20 19:00:00,36.813303061140765,True +2017/08/20 20:00:00,39.078842745134494,True +2017/08/20 21:00:00,37.43456246951156,True +2017/08/20 22:00:00,30.880425914461554,True +2017/08/20 23:00:00,24.14918363241631,True +2017/08/21 00:00:00,15.347500040014666,True +2017/08/21 01:00:00,12.722178794723716,True +2017/08/21 02:00:00,12.62404270571886,True +2017/08/21 03:00:00,11.995327802396517,True +2017/08/21 04:00:00,13.988308084385567,True +2017/08/21 05:00:00,15.030710463044825,True +2017/08/21 06:00:00,21.543497111768556,True +2017/08/21 07:00:00,27.82237845217484,True +2017/08/21 08:00:00,31.042556467769796,True +2017/08/21 09:00:00,36.51220848413418,True +2017/08/21 10:00:00,40.76965973343968,True +2017/08/21 11:00:00,41.40158759507617,True +2017/08/21 12:00:00,41.37325339890346,True +2017/08/21 13:00:00,42.9966311629907,True +2017/08/21 14:00:00,39.30731453785525,True +2017/08/21 15:00:00,40.94827623630526,True +2017/08/21 16:00:00,43.38193305121793,True +2017/08/21 17:00:00,44.41915276044744,True +2017/08/21 18:00:00,43.31804362382881,True +2017/08/21 19:00:00,43.46203532914057,True +2017/08/21 20:00:00,42.23961930975108,True +2017/08/21 21:00:00,38.756253100755146,True +2017/08/21 22:00:00,30.646492632420703,True +2017/08/21 23:00:00,21.849484271322606,True +2017/08/22 00:00:00,14.780315256893827,True +2017/08/22 01:00:00,9.311040687713366,True +2017/08/22 02:00:00,9.42919995729331,True +2017/08/22 03:00:00,8.905495239949255,True +2017/08/22 04:00:00,11.445770118039173,True +2017/08/22 05:00:00,15.021838596056833,True +2017/08/22 06:00:00,21.070125215146625,True +2017/08/22 07:00:00,27.16069652181132,True +2017/08/22 08:00:00,31.04362328730305,True +2017/08/22 09:00:00,37.327994229613076,True +2017/08/22 10:00:00,42.02514131112063,True +2017/08/22 11:00:00,43.504203773758235,True +2017/08/22 12:00:00,43.90019797760397,True +2017/08/22 13:00:00,44.23854927405056,True +2017/08/22 14:00:00,42.54037326361526,True +2017/08/22 15:00:00,43.08685404519298,True +2017/08/22 16:00:00,45.113407317552486,True +2017/08/22 17:00:00,46.294946291402944,True +2017/08/22 18:00:00,45.596317534711375,True +2017/08/22 19:00:00,44.40551220414072,True +2017/08/22 20:00:00,42.446603854173254,True +2017/08/22 21:00:00,38.88100978893495,True +2017/08/22 22:00:00,30.373517821994763,True +2017/08/22 23:00:00,21.14266947022642,True +2017/08/23 00:00:00,11.722166703996875,True +2017/08/23 01:00:00,9.278069785311716,True +2017/08/23 02:00:00,11.351153579307441,True +2017/08/23 03:00:00,11.27931945572327,True +2017/08/23 04:00:00,13.66349746571198,True +2017/08/23 05:00:00,16.357080279260202,True +2017/08/23 06:00:00,20.749187381634147,True +2017/08/23 07:00:00,24.86781511419285,True +2017/08/23 08:00:00,31.13224455589051,True +2017/08/23 09:00:00,37.876784607506394,True +2017/08/23 10:00:00,43.86147694694549,True +2017/08/23 11:00:00,45.616054359593036,True +2017/08/23 12:00:00,44.18693580310368,True +2017/08/23 13:00:00,44.81445838414422,True +2017/08/23 14:00:00,43.1602574864899,True +2017/08/23 15:00:00,42.98060143057513,True +2017/08/23 16:00:00,45.065548418435036,True +2017/08/23 17:00:00,45.98232266511748,True +2017/08/23 18:00:00,45.40722630333969,True +2017/08/23 19:00:00,45.769280746089706,True +2017/08/23 20:00:00,44.85914701056289,True +2017/08/23 21:00:00,39.45956065470179,True +2017/08/23 22:00:00,31.179371818421508,True +2017/08/23 23:00:00,23.51730471199267,True +2017/08/24 00:00:00,15.05278854539482,True +2017/08/24 01:00:00,12.746315191990872,True +2017/08/24 02:00:00,12.874252851956623,True +2017/08/24 03:00:00,12.352645812201812,True +2017/08/24 04:00:00,14.705073159244057,True +2017/08/24 05:00:00,17.891487571172675,True +2017/08/24 06:00:00,23.74447937293791,True +2017/08/24 07:00:00,27.212321093617813,True +2017/08/24 08:00:00,29.036256774268757,True +2017/08/24 09:00:00,33.80232604428852,True +2017/08/24 10:00:00,38.20468471647027,True +2017/08/24 11:00:00,44.94103685624549,True +2017/08/24 12:00:00,44.69734907970708,True +2017/08/24 13:00:00,45.45935462857992,True +2017/08/24 14:00:00,43.755357421637164,True +2017/08/24 15:00:00,43.46626434295313,True +2017/08/24 16:00:00,46.26318343340504,True +2017/08/24 17:00:00,46.94459133743778,True +2017/08/24 18:00:00,46.2397952423894,True +2017/08/24 19:00:00,46.88136919845089,True +2017/08/24 20:00:00,47.39440071672478,True +2017/08/24 21:00:00,44.39756406167817,True +2017/08/24 22:00:00,38.430465241055266,True +2017/08/24 23:00:00,30.86835772006627,True +2017/08/25 00:00:00,19.73472908029111,True +2017/08/25 01:00:00,15.350518761288885,True +2017/08/25 02:00:00,15.198921275790546,True +2017/08/25 03:00:00,14.690025921901318,True +2017/08/25 04:00:00,19.08366444357778,True +2017/08/25 05:00:00,21.445641743185785,True +2017/08/25 06:00:00,26.812523172616682,True +2017/08/25 07:00:00,37.059633844414506,True +2017/08/25 08:00:00,38.387341205957334,True +2017/08/25 09:00:00,42.478122126082425,True +2017/08/25 10:00:00,46.071224871209566,True +2017/08/25 11:00:00,47.08484505246232,True +2017/08/25 12:00:00,45.803520800264145,True +2017/08/25 13:00:00,46.081063808689244,True +2017/08/25 14:00:00,45.25937276620364,True +2017/08/25 15:00:00,44.22579410074999,True +2017/08/25 16:00:00,47.22803535772174,True +2017/08/25 17:00:00,48.07669141530722,True +2017/08/25 18:00:00,46.6472015031677,True +2017/08/25 19:00:00,48.63529146250349,True +2017/08/25 20:00:00,47.92409354529352,True +2017/08/25 21:00:00,44.65145933849627,True +2017/08/25 22:00:00,38.56048681675794,True +2017/08/25 23:00:00,32.420635181272104,True +2017/08/26 00:00:00,20.33677837473293,True +2017/08/26 01:00:00,15.662361025131235,True +2017/08/26 02:00:00,15.69762486222667,True +2017/08/26 03:00:00,15.479471816530348,True +2017/08/26 04:00:00,19.041661120448225,True +2017/08/26 05:00:00,20.49541900655779,True +2017/08/26 06:00:00,26.540180768683463,True +2017/08/26 07:00:00,33.0627925197053,True +2017/08/26 08:00:00,36.90449856888086,True +2017/08/26 09:00:00,43.55936836480171,True +2017/08/26 10:00:00,46.49296622033227,True +2017/08/26 11:00:00,47.205954878982006,True +2017/08/26 12:00:00,45.7479192224802,True +2017/08/26 13:00:00,45.31196011547431,True +2017/08/26 14:00:00,44.26049924819321,True +2017/08/26 15:00:00,44.00478259866354,True +2017/08/26 16:00:00,44.30209355601745,True +2017/08/26 17:00:00,48.41428809639869,True +2017/08/26 18:00:00,46.58939017679769,True +2017/08/26 19:00:00,44.99988184654275,True +2017/08/26 20:00:00,44.625318252495,True +2017/08/26 21:00:00,44.25214634444369,True +2017/08/26 22:00:00,39.216417435837364,True +2017/08/26 23:00:00,33.19045365466882,True +2017/08/27 00:00:00,21.706325609556032,True +2017/08/27 01:00:00,16.526386318838075,True +2017/08/27 02:00:00,15.831543907034403,True +2017/08/27 03:00:00,14.090678769710658,True +2017/08/27 04:00:00,15.948209513921903,True +2017/08/27 05:00:00,20.332531979150247,True +2017/08/27 06:00:00,25.281587767039976,True +2017/08/27 07:00:00,27.100528791857595,True +2017/08/27 08:00:00,30.5964274787547,True +2017/08/27 09:00:00,35.82427679848271,True +2017/08/27 10:00:00,42.8320602552249,True +2017/08/27 11:00:00,44.79234092752215,True +2017/08/27 12:00:00,42.941296239911765,True +2017/08/27 13:00:00,42.92683624471208,True +2017/08/27 14:00:00,41.62043262923923,True +2017/08/27 15:00:00,41.854466399395655,True +2017/08/27 16:00:00,44.08587962261842,True +2017/08/27 17:00:00,43.90628547961891,True +2017/08/27 18:00:00,41.967138578168864,True +2017/08/27 19:00:00,42.08983884953543,True +2017/08/27 20:00:00,44.42811089444014,True +2017/08/27 21:00:00,43.209108357346686,True +2017/08/27 22:00:00,36.315438875484276,True +2017/08/27 23:00:00,30.167375626927864,True +2017/08/28 00:00:00,19.802769358247346,True +2017/08/28 01:00:00,16.88641474159448,True +2017/08/28 02:00:00,16.861116874743693,True +2017/08/28 03:00:00,16.30967390596196,True +2017/08/28 04:00:00,20.36822128526459,True +2017/08/28 05:00:00,21.073260179661492,True +2017/08/28 06:00:00,25.940971878056093,True +2017/08/28 07:00:00,35.14554844245504,True +2017/08/28 08:00:00,38.35720172739037,True +2017/08/28 09:00:00,42.91296799482491,True +2017/08/28 10:00:00,46.1106344645324,True +2017/08/28 11:00:00,47.162048795939015,True +2017/08/28 12:00:00,46.31386557944364,True +2017/08/28 13:00:00,47.06693673413064,True +2017/08/28 14:00:00,44.75784667982787,True +2017/08/28 15:00:00,44.77200085329113,True +2017/08/28 16:00:00,47.227918544263304,True +2017/08/28 17:00:00,47.45952015071525,True +2017/08/28 18:00:00,47.22958320390417,True +2017/08/28 19:00:00,48.65237367032822,True +2017/08/28 20:00:00,48.3222348544827,True +2017/08/28 21:00:00,44.908147331510676,True +2017/08/28 22:00:00,38.58994480202107,True +2017/08/28 23:00:00,30.735658238858786,True +2017/08/29 00:00:00,16.046283263417603,True +2017/08/29 01:00:00,13.065111119024879,True +2017/08/29 02:00:00,12.75695481550307,True +2017/08/29 03:00:00,12.101164239971387,True +2017/08/29 04:00:00,14.259996260169034,True +2017/08/29 05:00:00,17.630397754956704,True +2017/08/29 06:00:00,20.828537268600382,True +2017/08/29 07:00:00,24.829388351506427,True +2017/08/29 08:00:00,31.197876974034283,True +2017/08/29 09:00:00,35.99668466979936,True +2017/08/29 10:00:00,41.491868363774344,True +2017/08/29 11:00:00,41.758659917471036,True +2017/08/29 12:00:00,44.147739760657416,True +2017/08/29 13:00:00,44.298452485506694,True +2017/08/29 14:00:00,42.80246040405284,True +2017/08/29 15:00:00,42.30601431118753,True +2017/08/29 16:00:00,45.344675217041,True +2017/08/29 17:00:00,46.656942532788456,True +2017/08/29 18:00:00,46.38491513783912,True +2017/08/29 19:00:00,47.65563520982106,True +2017/08/29 20:00:00,47.8063238357297,True +2017/08/29 21:00:00,44.53632594029162,True +2017/08/29 22:00:00,38.46653234519103,True +2017/08/29 23:00:00,30.460737727969175,True +2017/08/30 00:00:00,18.69142030333811,True +2017/08/30 01:00:00,15.372348709202852,True +2017/08/30 02:00:00,15.578485351465535,True +2017/08/30 03:00:00,15.11324163845055,True +2017/08/30 04:00:00,18.56576180034335,True +2017/08/30 05:00:00,20.352439964036787,True +2017/08/30 06:00:00,26.4186073238926,True +2017/08/30 07:00:00,36.931603373535495,True +2017/08/30 08:00:00,38.26832217009154,True +2017/08/30 09:00:00,42.2805357588446,True +2017/08/30 10:00:00,44.98346921659797,True +2017/08/30 11:00:00,45.63978506446273,True +2017/08/30 12:00:00,44.28886265178428,True +2017/08/30 13:00:00,44.30604492457213,True +2017/08/30 14:00:00,42.96240414052264,True +2017/08/30 15:00:00,42.67905402835167,True +2017/08/30 16:00:00,41.99360218276027,True +2017/08/30 17:00:00,38.31484392286778,True +2017/08/30 18:00:00,34.60168305733258,True +2017/08/30 19:00:00,36.01690680041332,True +2017/08/30 20:00:00,38.45547690256896,True +2017/08/30 21:00:00,33.4319251474696,True +2017/08/30 22:00:00,27.814087637248118,True +2017/08/30 23:00:00,20.4460976138728,True +2017/08/31 00:00:00,11.58873006113145,True +2017/08/31 01:00:00,9.288997559970287,True +2017/08/31 02:00:00,11.380384757440503,True +2017/08/31 03:00:00,11.2761903883068,True +2017/08/31 04:00:00,13.813261964463592,True +2017/08/31 05:00:00,18.439070347704696,True +2017/08/31 06:00:00,24.061936163596048,True +2017/08/31 07:00:00,28.474537060844916,True +2017/08/31 08:00:00,26.517034509698682,True +2017/08/31 09:00:00,30.728800231212116,True +2017/08/31 10:00:00,34.05212042741655,True +2017/08/31 11:00:00,36.58658865575868,True +2017/08/31 12:00:00,36.30820690970147,True +2017/08/31 13:00:00,36.743686366907184,True +2017/08/31 14:00:00,36.31967264688947,True +2017/08/31 15:00:00,35.64336612945602,True +2017/08/31 16:00:00,38.395470815399435,True +2017/08/31 17:00:00,38.86388895121393,True +2017/08/31 18:00:00,36.79418022678317,True +2017/08/31 19:00:00,35.62137576520558,True +2017/08/31 20:00:00,36.41986446267574,True +2017/08/31 21:00:00,32.96174855339686,True +2017/08/31 22:00:00,26.143546593808374,True +2017/08/31 23:00:00,19.125178207467577,True +2017/09/01 00:00:00,12.457107546598037,True +2017/09/01 01:00:00,11.959572911872323,True +2017/09/01 02:00:00,12.201309172138426,True +2017/09/01 03:00:00,11.85599966108557,True +2017/09/01 04:00:00,14.230680890130435,True +2017/09/01 05:00:00,14.993890809095795,True +2017/09/01 06:00:00,21.052360261343757,True +2017/09/01 07:00:00,25.519093100579486,True +2017/09/01 08:00:00,26.700263936652487,True +2017/09/01 09:00:00,33.18773228354929,True +2017/09/01 10:00:00,38.6386459020761,True +2017/09/01 11:00:00,40.199076470868846,True +2017/09/01 12:00:00,38.6276637596574,True +2017/09/01 13:00:00,40.179438476507464,True +2017/09/01 14:00:00,38.19791217153406,True +2017/09/01 15:00:00,38.5944258629077,True +2017/09/01 16:00:00,41.89715703239901,True +2017/09/01 17:00:00,41.95967851878075,True +2017/09/01 18:00:00,39.07677786479392,True +2017/09/01 19:00:00,38.75291609430007,True +2017/09/01 20:00:00,38.55256280218866,True +2017/09/01 21:00:00,33.010320915450905,True +2017/09/01 22:00:00,26.58625258574343,True +2017/09/01 23:00:00,21.11161791098219,True +2017/09/02 00:00:00,15.50761808515253,True +2017/09/02 01:00:00,12.227139011742487,True +2017/09/02 02:00:00,12.28797600390663,True +2017/09/02 03:00:00,12.418614610934545,True +2017/09/02 04:00:00,13.096499451504812,True +2017/09/02 05:00:00,16.937334072749444,True +2017/09/02 06:00:00,23.429518380246975,True +2017/09/02 07:00:00,24.19405724825457,True +2017/09/02 08:00:00,24.192640625026602,True +2017/09/02 09:00:00,32.773659664602675,True +2017/09/02 10:00:00,37.9367421238363,True +2017/09/02 11:00:00,38.39086485957418,True +2017/09/02 12:00:00,35.89142505452177,True +2017/09/02 13:00:00,37.540466683741116,True +2017/09/02 14:00:00,36.10255341886132,True +2017/09/02 15:00:00,34.655379076405445,True +2017/09/02 16:00:00,39.32674345884872,True +2017/09/02 17:00:00,40.71593464483737,True +2017/09/02 18:00:00,38.15465580645679,True +2017/09/02 19:00:00,34.58582793203227,True +2017/09/02 20:00:00,32.97964337969937,True +2017/09/02 21:00:00,32.60026654998521,True +2017/09/02 22:00:00,29.63746554201302,True +2017/09/02 23:00:00,23.125331531035037,True +2017/09/03 00:00:00,14.331867794612235,True +2017/09/03 01:00:00,10.870584202342506,True +2017/09/03 02:00:00,11.381245787233663,True +2017/09/03 03:00:00,10.740048710099444,True +2017/09/03 04:00:00,13.09974860965208,True +2017/09/03 05:00:00,17.5258968893849,True +2017/09/03 06:00:00,23.148554921164045,True +2017/09/03 07:00:00,23.5539254398966,True +2017/09/03 08:00:00,26.410591453150975,True +2017/09/03 09:00:00,27.736679248348942,True +2017/09/03 10:00:00,37.79959308555901,True +2017/09/03 11:00:00,40.836641154719956,True +2017/09/03 12:00:00,37.760088049004246,True +2017/09/03 13:00:00,39.074257736120565,True +2017/09/03 14:00:00,36.43663181715504,True +2017/09/03 15:00:00,35.96856183689971,True +2017/09/03 16:00:00,37.8037361842002,True +2017/09/03 17:00:00,39.105215312394726,True +2017/09/03 18:00:00,34.61838205442933,True +2017/09/03 19:00:00,33.57186750252526,True +2017/09/03 20:00:00,32.639540637956394,True +2017/09/03 21:00:00,31.457486797598786,True +2017/09/03 22:00:00,26.61623882087858,True +2017/09/03 23:00:00,22.421289323624023,True +2017/09/04 00:00:00,13.62473285075563,True +2017/09/04 01:00:00,10.833535544285796,True +2017/09/04 02:00:00,11.462221061135223,True +2017/09/04 03:00:00,9.460046812141842,True +2017/09/04 04:00:00,13.772693156420965,True +2017/09/04 05:00:00,15.97090609567209,True +2017/09/04 06:00:00,21.797145934718223,True +2017/09/04 07:00:00,28.74455343748975,True +2017/09/04 08:00:00,29.625375809328045,True +2017/09/04 09:00:00,35.63394826722009,True +2017/09/04 10:00:00,40.09235784898637,True +2017/09/04 11:00:00,42.44160790942819,True +2017/09/04 12:00:00,41.12120587001541,True +2017/09/04 13:00:00,41.50511377509484,True +2017/09/04 14:00:00,37.949503078851336,True +2017/09/04 15:00:00,38.91725964980023,True +2017/09/04 16:00:00,40.79916226011457,True +2017/09/04 17:00:00,42.54199308021823,True +2017/09/04 18:00:00,39.4101457221003,True +2017/09/04 19:00:00,35.56692184534221,True +2017/09/04 20:00:00,38.00774537640055,True +2017/09/04 21:00:00,35.232278439648795,True +2017/09/04 22:00:00,29.50728021391131,True +2017/09/04 23:00:00,23.09590106081656,True +2017/09/05 00:00:00,13.390608112953885,True +2017/09/05 01:00:00,9.272340255727174,True +2017/09/05 02:00:00,10.197301531692151,True +2017/09/05 03:00:00,12.059897612211662,True +2017/09/05 04:00:00,13.20435970491467,True +2017/09/05 05:00:00,15.295619002071414,True +2017/09/05 06:00:00,20.801493437849594,True +2017/09/05 07:00:00,28.200864147616095,True +2017/09/05 08:00:00,30.62212349463321,True +2017/09/05 09:00:00,33.17813824655288,True +2017/09/05 10:00:00,39.2845681910979,True +2017/09/05 11:00:00,41.14282563450297,True +2017/09/05 12:00:00,40.12575300391791,True +2017/09/05 13:00:00,41.349343260423844,True +2017/09/05 14:00:00,39.36727652761482,True +2017/09/05 15:00:00,39.38082579804784,True +2017/09/05 16:00:00,43.095538977294,True +2017/09/05 17:00:00,43.74955489991704,True +2017/09/05 18:00:00,40.57653113977642,True +2017/09/05 19:00:00,38.77773703835383,True +2017/09/05 20:00:00,36.6601725186166,True +2017/09/05 21:00:00,35.42255018242534,True +2017/09/05 22:00:00,28.200171394498756,True +2017/09/05 23:00:00,22.37762668046561,True +2017/09/06 00:00:00,13.111900700770178,True +2017/09/06 01:00:00,10.266709724175048,True +2017/09/06 02:00:00,10.300702379545626,True +2017/09/06 03:00:00,8.973835930408642,True +2017/09/06 04:00:00,12.937226802898888,True +2017/09/06 05:00:00,16.0534944606979,True +2017/09/06 06:00:00,21.643479380933933,True +2017/09/06 07:00:00,27.819899762562176,True +2017/09/06 08:00:00,30.44868671196172,True +2017/09/06 09:00:00,33.230960426870816,True +2017/09/06 10:00:00,38.573103719281285,True +2017/09/06 11:00:00,41.459225173808015,True +2017/09/06 12:00:00,41.113723268767046,True +2017/09/06 13:00:00,40.003182424879334,True +2017/09/06 14:00:00,35.89807264163566,True +2017/09/06 15:00:00,35.764820589493745,True +2017/09/06 16:00:00,39.13976545528942,True +2017/09/06 17:00:00,39.62335418265751,True +2017/09/06 18:00:00,39.39401444303703,True +2017/09/06 19:00:00,39.34519171848946,True +2017/09/06 20:00:00,38.375342583177364,True +2017/09/06 21:00:00,35.29343266384566,True +2017/09/06 22:00:00,28.647323460183195,True +2017/09/06 23:00:00,21.128483391614335,True +2017/09/07 00:00:00,14.81407346840442,True +2017/09/07 01:00:00,12.248063394788703,True +2017/09/07 02:00:00,12.483215445220825,True +2017/09/07 03:00:00,11.65955133789037,True +2017/09/07 04:00:00,11.691673463035329,True +2017/09/07 05:00:00,17.256141003844895,True +2017/09/07 06:00:00,22.046771082052864,True +2017/09/07 07:00:00,25.365435884478895,True +2017/09/07 08:00:00,26.70048034703195,True +2017/09/07 09:00:00,33.887750215144564,True +2017/09/07 10:00:00,39.00382193848067,True +2017/09/07 11:00:00,40.80265244446714,True +2017/09/07 12:00:00,39.7305620295434,True +2017/09/07 13:00:00,43.72488014658,True +2017/09/07 14:00:00,40.165377388752205,True +2017/09/07 15:00:00,41.148417409248424,True +2017/09/07 16:00:00,43.89143767244154,True +2017/09/07 17:00:00,45.23029895747416,True +2017/09/07 18:00:00,43.56665962754843,True +2017/09/07 19:00:00,43.19935415921674,True +2017/09/07 20:00:00,42.82848983009981,True +2017/09/07 21:00:00,39.267831535300864,True +2017/09/07 22:00:00,32.59516427336053,True +2017/09/07 23:00:00,23.621395761389298,True +2017/09/08 00:00:00,16.28294559281034,True +2017/09/08 01:00:00,13.256660035664193,True +2017/09/08 02:00:00,13.269617470365347,True +2017/09/08 03:00:00,12.314156271091987,True +2017/09/08 04:00:00,14.998634752603468,True +2017/09/08 05:00:00,18.488737044934723,True +2017/09/08 06:00:00,24.13492379274177,True +2017/09/08 07:00:00,30.843347623500073,True +2017/09/08 08:00:00,34.31353990041596,True +2017/09/08 09:00:00,40.792183676882715,True +2017/09/08 10:00:00,45.20568907813331,True +2017/09/08 11:00:00,46.12323099820654,True +2017/09/08 12:00:00,44.578206910877164,True +2017/09/08 13:00:00,44.73923388827104,True +2017/09/08 14:00:00,43.316831118346414,True +2017/09/08 15:00:00,43.40464677545431,True +2017/09/08 16:00:00,45.802642690807694,True +2017/09/08 17:00:00,46.25924025784917,True +2017/09/08 18:00:00,45.251353132976426,True +2017/09/08 19:00:00,46.166689093755046,True +2017/09/08 20:00:00,45.61809318932784,True +2017/09/08 21:00:00,42.030880937922284,True +2017/09/08 22:00:00,36.503110698060176,True +2017/09/08 23:00:00,26.257622535759054,True +2017/09/09 00:00:00,18.4404284637659,True +2017/09/09 01:00:00,14.245551505632008,True +2017/09/09 02:00:00,14.653498503811383,True +2017/09/09 03:00:00,12.839755430423256,True +2017/09/09 04:00:00,14.975184790761157,True +2017/09/09 05:00:00,17.800723206174567,True +2017/09/09 06:00:00,23.09875546119467,True +2017/09/09 07:00:00,23.807876148398552,True +2017/09/09 08:00:00,31.324514802574082,True +2017/09/09 09:00:00,37.7766681963803,True +2017/09/09 10:00:00,43.629749530101556,True +2017/09/09 11:00:00,43.49432879991348,True +2017/09/09 12:00:00,43.233532901448896,True +2017/09/09 13:00:00,42.040400399543586,True +2017/09/09 14:00:00,41.647319599235814,True +2017/09/09 15:00:00,39.82142344395262,True +2017/09/09 16:00:00,42.11656104825813,True +2017/09/09 17:00:00,44.24578258768551,True +2017/09/09 18:00:00,39.76774456520326,True +2017/09/09 19:00:00,36.566532045204646,True +2017/09/09 20:00:00,35.11726532192062,True +2017/09/09 21:00:00,32.470373143555676,True +2017/09/09 22:00:00,28.55623287197629,True +2017/09/09 23:00:00,22.610979301558345,True +2017/09/10 00:00:00,15.15076348825758,True +2017/09/10 01:00:00,11.692774599406732,True +2017/09/10 02:00:00,12.369978448091258,True +2017/09/10 03:00:00,11.480691616785201,True +2017/09/10 04:00:00,12.92482697963939,True +2017/09/10 05:00:00,17.75735039953414,True +2017/09/10 06:00:00,22.300781714979728,True +2017/09/10 07:00:00,22.863839787764636,True +2017/09/10 08:00:00,24.86680466385647,True +2017/09/10 09:00:00,24.926258533445314,True +2017/09/10 10:00:00,33.76589693726905,True +2017/09/10 11:00:00,36.75271357085992,True +2017/09/10 12:00:00,35.631234516643865,True +2017/09/10 13:00:00,35.92066838474548,True +2017/09/10 14:00:00,34.38493523348217,True +2017/09/10 15:00:00,34.12934527846336,True +2017/09/10 16:00:00,37.4989888431143,True +2017/09/10 17:00:00,35.29457250337392,True +2017/09/10 18:00:00,33.64508863102843,True +2017/09/10 19:00:00,30.27750572152414,True +2017/09/10 20:00:00,34.10133793250854,True +2017/09/10 21:00:00,34.379986387839296,True +2017/09/10 22:00:00,28.908627155064018,True +2017/09/10 23:00:00,22.223926420402826,True +2017/09/11 00:00:00,14.50428983410295,True +2017/09/11 01:00:00,9.345213462943104,True +2017/09/11 02:00:00,11.95016389652382,True +2017/09/11 03:00:00,9.87677251600278,True +2017/09/11 04:00:00,14.02642779094885,True +2017/09/11 05:00:00,18.365888437859134,True +2017/09/11 06:00:00,24.031876123367837,True +2017/09/11 07:00:00,28.40350515898211,True +2017/09/11 08:00:00,29.59950981415492,True +2017/09/11 09:00:00,31.22876437901973,True +2017/09/11 10:00:00,34.42392172178964,True +2017/09/11 11:00:00,37.77548763591758,True +2017/09/11 12:00:00,36.3367745698352,True +2017/09/11 13:00:00,39.137054424548424,True +2017/09/11 14:00:00,37.076181911603825,True +2017/09/11 15:00:00,38.09415461807917,True +2017/09/11 16:00:00,40.468372821864094,True +2017/09/11 17:00:00,42.3554187850548,True +2017/09/11 18:00:00,40.16503813827347,True +2017/09/11 19:00:00,40.08427448658369,True +2017/09/11 20:00:00,36.20679448004693,True +2017/09/11 21:00:00,33.04212762289747,True +2017/09/11 22:00:00,26.562054018791653,True +2017/09/11 23:00:00,22.467008174033065,True +2017/09/12 00:00:00,13.92714089503148,True +2017/09/12 01:00:00,10.839675509398084,True +2017/09/12 02:00:00,10.221072348505785,True +2017/09/12 03:00:00,8.797916355312717,True +2017/09/12 04:00:00,13.60097396996141,True +2017/09/12 05:00:00,16.84984940910411,True +2017/09/12 06:00:00,23.872580995134108,True +2017/09/12 07:00:00,28.841954243884878,True +2017/09/12 08:00:00,26.682615344184832,True +2017/09/12 09:00:00,37.44130492216195,True +2017/09/12 10:00:00,41.433286279523536,True +2017/09/12 11:00:00,44.42162767728807,True +2017/09/12 12:00:00,42.851896924528816,True +2017/09/12 13:00:00,43.932769000509715,True +2017/09/12 14:00:00,42.07400602781067,True +2017/09/12 15:00:00,43.10024290106146,True +2017/09/12 16:00:00,43.95657303986044,True +2017/09/12 17:00:00,44.24258979710624,True +2017/09/12 18:00:00,43.60794548458085,True +2017/09/12 19:00:00,46.065544351704204,True +2017/09/12 20:00:00,43.490864094728096,True +2017/09/12 21:00:00,40.13676772399696,True +2017/09/12 22:00:00,31.144913516036627,True +2017/09/12 23:00:00,24.205647066154,True +2017/09/13 00:00:00,15.620862609268682,True +2017/09/13 01:00:00,13.183645539769204,True +2017/09/13 02:00:00,13.349610687961214,True +2017/09/13 03:00:00,12.87441417268687,True +2017/09/13 04:00:00,15.633977542829973,True +2017/09/13 05:00:00,18.59689626194599,True +2017/09/13 06:00:00,24.437795894744013,True +2017/09/13 07:00:00,35.54955531189792,True +2017/09/13 08:00:00,38.50790270426245,True +2017/09/13 09:00:00,42.33323155981612,True +2017/09/13 10:00:00,45.72738950101301,True +2017/09/13 11:00:00,46.459281782805334,True +2017/09/13 12:00:00,45.02653798174093,True +2017/09/13 13:00:00,45.10877633477889,True +2017/09/13 14:00:00,43.82325199935588,True +2017/09/13 15:00:00,43.51054700311349,True +2017/09/13 16:00:00,46.01214502000078,True +2017/09/13 17:00:00,47.075903074277065,True +2017/09/13 18:00:00,46.604421038797994,True +2017/09/13 19:00:00,49.252690322600415,True +2017/09/13 20:00:00,47.88733511495407,True +2017/09/13 21:00:00,44.97055799979006,True +2017/09/13 22:00:00,39.004226744914774,True +2017/09/13 23:00:00,32.259575287996405,True +2017/09/14 00:00:00,20.942193577179186,True +2017/09/14 01:00:00,16.59815806084933,True +2017/09/14 02:00:00,17.251806221031565,True +2017/09/14 03:00:00,16.567238455940455,True +2017/09/14 04:00:00,21.240223803758973,True +2017/09/14 05:00:00,22.07435135988159,True +2017/09/14 06:00:00,28.432480667144556,True +2017/09/14 07:00:00,37.446703112266995,True +2017/09/14 08:00:00,38.88146802968497,True +2017/09/14 09:00:00,42.532456613174695,True +2017/09/14 10:00:00,46.5083473143714,True +2017/09/14 11:00:00,47.08545584992224,True +2017/09/14 12:00:00,45.611031828839764,True +2017/09/14 13:00:00,46.21115358711521,True +2017/09/14 14:00:00,43.695194651647604,True +2017/09/14 15:00:00,43.862600621186665,True +2017/09/14 16:00:00,46.58712192629576,True +2017/09/14 17:00:00,47.43591380199727,True +2017/09/14 18:00:00,47.19105820430129,True +2017/09/14 19:00:00,48.934628392525404,True +2017/09/14 20:00:00,47.32546966975057,True +2017/09/14 21:00:00,44.57551934129682,True +2017/09/14 22:00:00,38.24492588553323,True +2017/09/14 23:00:00,30.75969041537222,True +2017/09/15 00:00:00,19.376928673910545,True +2017/09/15 01:00:00,15.118949717370267,True +2017/09/15 02:00:00,15.15658623563738,True +2017/09/15 03:00:00,14.087720999366555,True +2017/09/15 04:00:00,17.371872873235517,True +2017/09/15 05:00:00,19.726281697336386,True +2017/09/15 06:00:00,25.39639037514789,True +2017/09/15 07:00:00,33.9709072658747,True +2017/09/15 08:00:00,38.04708269773201,True +2017/09/15 09:00:00,42.47763421188287,True +2017/09/15 10:00:00,47.02140658774873,True +2017/09/15 11:00:00,47.847957432238296,True +2017/09/15 12:00:00,46.99589123063005,True +2017/09/15 13:00:00,47.21172728937501,True +2017/09/15 14:00:00,45.25772624480159,True +2017/09/15 15:00:00,44.607780245917006,True +2017/09/15 16:00:00,46.65414722777913,True +2017/09/15 17:00:00,47.538390533854965,True +2017/09/15 18:00:00,47.57840451231402,True +2017/09/15 19:00:00,50.89951636487143,True +2017/09/15 20:00:00,49.113631988890965,True +2017/09/15 21:00:00,45.709224336024775,True +2017/09/15 22:00:00,38.92843375881376,True +2017/09/15 23:00:00,32.9404181161142,True +2017/09/16 00:00:00,23.96716205405414,True +2017/09/16 01:00:00,18.035609730375043,True +2017/09/16 02:00:00,17.968158222086863,True +2017/09/16 03:00:00,17.09661237838852,True +2017/09/16 04:00:00,20.104130203936144,True +2017/09/16 05:00:00,21.55381290469083,True +2017/09/16 06:00:00,27.94404296625752,True +2017/09/16 07:00:00,33.60475254330586,True +2017/09/16 08:00:00,37.38992605828425,True +2017/09/16 09:00:00,42.960327160827276,True +2017/09/16 10:00:00,45.64030276118488,True +2017/09/16 11:00:00,45.80985839663264,True +2017/09/16 12:00:00,44.91670286871323,True +2017/09/16 13:00:00,44.91391414365711,True +2017/09/16 14:00:00,43.22888178902622,True +2017/09/16 15:00:00,43.22440881294111,True +2017/09/16 16:00:00,45.434869211686866,True +2017/09/16 17:00:00,47.630439842880705,True +2017/09/16 18:00:00,45.94030801985651,True +2017/09/16 19:00:00,46.66005846468678,True +2017/09/16 20:00:00,44.96509974939893,True +2017/09/16 21:00:00,44.92922695398309,True +2017/09/16 22:00:00,39.47914440871329,True +2017/09/16 23:00:00,33.61837236510112,True +2017/09/17 00:00:00,21.260982854776145,True +2017/09/17 01:00:00,17.161130627898167,True +2017/09/17 02:00:00,16.91496576331592,True +2017/09/17 03:00:00,16.578184486050944,True +2017/09/17 04:00:00,20.65202970661473,True +2017/09/17 05:00:00,26.62631461561715,True +2017/09/17 06:00:00,30.77383241273792,True +2017/09/17 07:00:00,33.61526520562662,True +2017/09/17 08:00:00,35.78461794766099,True +2017/09/17 09:00:00,38.06013749776479,True +2017/09/17 10:00:00,43.420842957245796,True +2017/09/17 11:00:00,45.42675558219442,True +2017/09/17 12:00:00,43.44684615372735,True +2017/09/17 13:00:00,43.154030080055655,True +2017/09/17 14:00:00,41.60342798464636,True +2017/09/17 15:00:00,40.907891597872045,True +2017/09/17 16:00:00,42.984686586295716,True +2017/09/17 17:00:00,43.51545762502491,True +2017/09/17 18:00:00,39.89589337140334,True +2017/09/17 19:00:00,42.069865293957356,True +2017/09/17 20:00:00,38.66552713643629,True +2017/09/17 21:00:00,35.5730670736692,True +2017/09/17 22:00:00,28.23517091583121,True +2017/09/17 23:00:00,21.394287394664868,True +2017/09/18 00:00:00,11.699337896454276,True +2017/09/18 01:00:00,12.089104389120386,True +2017/09/18 02:00:00,9.503753051514945,True +2017/09/18 03:00:00,11.938689347060345,True +2017/09/18 04:00:00,12.696537936496604,True +2017/09/18 05:00:00,18.043937521570317,True +2017/09/18 06:00:00,23.743501253398723,True +2017/09/18 07:00:00,28.268465012698094,True +2017/09/18 08:00:00,28.956812056206008,True +2017/09/18 09:00:00,34.229928768521425,True +2017/09/18 10:00:00,38.61239336418174,True +2017/09/18 11:00:00,39.68468350365801,True +2017/09/18 12:00:00,40.230582683858316,True +2017/09/18 13:00:00,40.79124960448448,True +2017/09/18 14:00:00,37.53816604830643,True +2017/09/18 15:00:00,37.36399346675078,True +2017/09/18 16:00:00,40.57251744962554,True +2017/09/18 17:00:00,42.51389453215075,True +2017/09/18 18:00:00,41.114372268119915,True +2017/09/18 19:00:00,44.21641106314142,True +2017/09/18 20:00:00,41.23630661312213,True +2017/09/18 21:00:00,36.0985601519097,True +2017/09/18 22:00:00,26.176645131185253,True +2017/09/18 23:00:00,19.705997295586833,True +2017/09/19 00:00:00,13.73727369501464,True +2017/09/19 01:00:00,9.176848159976425,True +2017/09/19 02:00:00,11.087558585113547,True +2017/09/19 03:00:00,12.001877810170525,True +2017/09/19 04:00:00,13.673754591483114,True +2017/09/19 05:00:00,18.033088608131777,True +2017/09/19 06:00:00,23.91929611978528,True +2017/09/19 07:00:00,28.57034759671138,True +2017/09/19 08:00:00,26.568800007644736,True +2017/09/19 09:00:00,33.86969964618004,True +2017/09/19 10:00:00,39.11321187239139,True +2017/09/19 11:00:00,40.99769945018975,True +2017/09/19 12:00:00,40.968488071343984,True +2017/09/19 13:00:00,41.85269558702415,True +2017/09/19 14:00:00,40.280880036922014,True +2017/09/19 15:00:00,42.081084506759474,True +2017/09/19 16:00:00,43.08298770898452,True +2017/09/19 17:00:00,42.794007730850936,True +2017/09/19 18:00:00,40.912494090158944,True +2017/09/19 19:00:00,43.73293035951624,True +2017/09/19 20:00:00,41.812765238868735,True +2017/09/19 21:00:00,37.44575249995408,True +2017/09/19 22:00:00,28.805924860919028,True +2017/09/19 23:00:00,20.075698576340752,True +2017/09/20 00:00:00,11.603499498561483,True +2017/09/20 01:00:00,11.454667768925493,True +2017/09/20 02:00:00,11.40275351691346,True +2017/09/20 03:00:00,11.118641640411608,True +2017/09/20 04:00:00,13.870290491058505,True +2017/09/20 05:00:00,18.42334769221416,True +2017/09/20 06:00:00,21.634550835122052,True +2017/09/20 07:00:00,28.941393968523528,True +2017/09/20 08:00:00,26.911887882417847,True +2017/09/20 09:00:00,36.74994127636015,True +2017/09/20 10:00:00,42.79577718948398,True +2017/09/20 11:00:00,45.97115741025982,True +2017/09/20 12:00:00,44.230654666294875,True +2017/09/20 13:00:00,44.74546735304017,True +2017/09/20 14:00:00,43.466888946224714,True +2017/09/20 15:00:00,43.35443575766877,True +2017/09/20 16:00:00,45.95249525231781,True +2017/09/20 17:00:00,46.4173048208428,True +2017/09/20 18:00:00,45.73999608127922,True +2017/09/20 19:00:00,45.7892853775266,True +2017/09/20 20:00:00,42.382623546925764,True +2017/09/20 21:00:00,37.463872012575656,True +2017/09/20 22:00:00,29.449054176580432,True +2017/09/20 23:00:00,21.257956483123607,True +2017/09/21 00:00:00,11.765000484394713,True +2017/09/21 01:00:00,9.336108702873846,True +2017/09/21 02:00:00,11.386087896805975,True +2017/09/21 03:00:00,11.337611568402613,True +2017/09/21 04:00:00,14.229518573149042,True +2017/09/21 05:00:00,16.677502493983468,True +2017/09/21 06:00:00,23.852702890107942,True +2017/09/21 07:00:00,28.166604086177507,True +2017/09/21 08:00:00,29.715092974984533,True +2017/09/21 09:00:00,38.119209534539245,True +2017/09/21 10:00:00,45.54216569109982,True +2017/09/21 11:00:00,46.13554514674217,True +2017/09/21 12:00:00,44.9036539998045,True +2017/09/21 13:00:00,45.38435803689406,True +2017/09/21 14:00:00,43.784327153315076,True +2017/09/21 15:00:00,43.96112597328217,True +2017/09/21 16:00:00,46.52252244890955,True +2017/09/21 17:00:00,47.486035965155295,True +2017/09/21 18:00:00,46.36167055757772,True +2017/09/21 19:00:00,48.06634587561644,True +2017/09/21 20:00:00,46.70717488485242,True +2017/09/21 21:00:00,40.008790234844106,True +2017/09/21 22:00:00,31.381726215143868,True +2017/09/21 23:00:00,23.294191915164408,True +2017/09/22 00:00:00,15.247807450522105,True +2017/09/22 01:00:00,12.17046198224438,True +2017/09/22 02:00:00,9.583397595995104,True +2017/09/22 03:00:00,8.978468400173838,True +2017/09/22 04:00:00,11.943615078611364,True +2017/09/22 05:00:00,15.122635862204733,True +2017/09/22 06:00:00,21.73941779755273,True +2017/09/22 07:00:00,28.15298229651368,True +2017/09/22 08:00:00,28.965142530564478,True +2017/09/22 09:00:00,35.22023681230213,True +2017/09/22 10:00:00,42.186793019233754,True +2017/09/22 11:00:00,46.06448459525091,True +2017/09/22 12:00:00,44.30708302462696,True +2017/09/22 13:00:00,44.70635449448537,True +2017/09/22 14:00:00,43.57225976370191,True +2017/09/22 15:00:00,43.25574321403047,True +2017/09/22 16:00:00,45.70540164805505,True +2017/09/22 17:00:00,46.11782190590227,True +2017/09/22 18:00:00,44.87343016128083,True +2017/09/22 19:00:00,44.474283488908476,True +2017/09/22 20:00:00,41.5700665962549,True +2017/09/22 21:00:00,36.44097642363612,True +2017/09/22 22:00:00,29.275008073355757,True +2017/09/22 23:00:00,21.056378229749512,True +2017/09/23 00:00:00,15.488681756993811,True +2017/09/23 01:00:00,9.396709234061722,True +2017/09/23 02:00:00,9.464752851463984,True +2017/09/23 03:00:00,8.773618516024545,True +2017/09/23 04:00:00,11.035143020292582,True +2017/09/23 05:00:00,16.283142337140074,True +2017/09/23 06:00:00,21.56409313595946,True +2017/09/23 07:00:00,21.278868319936862,True +2017/09/23 08:00:00,24.362588724361345,True +2017/09/23 09:00:00,30.047528228686588,True +2017/09/23 10:00:00,35.59421835569206,True +2017/09/23 11:00:00,35.62186562687762,True +2017/09/23 12:00:00,37.063076030711834,True +2017/09/23 13:00:00,36.28216450612376,True +2017/09/23 14:00:00,33.6335669519749,True +2017/09/23 15:00:00,34.87048888414767,True +2017/09/23 16:00:00,35.50992809320816,True +2017/09/23 17:00:00,37.57978267327919,True +2017/09/23 18:00:00,36.63097061048106,True +2017/09/23 19:00:00,37.284891647603445,True +2017/09/23 20:00:00,35.55451928238859,True +2017/09/23 21:00:00,35.20734308817779,True +2017/09/23 22:00:00,29.26221271838229,True +2017/09/23 23:00:00,22.986255762869263,True +2017/09/24 00:00:00,15.145434834680563,True +2017/09/24 01:00:00,12.631752046622202,True +2017/09/24 02:00:00,12.7069506672645,True +2017/09/24 03:00:00,12.110575824562972,True +2017/09/24 04:00:00,14.12719369803687,True +2017/09/24 05:00:00,18.14474376877419,True +2017/09/24 06:00:00,23.381154591101872,True +2017/09/24 07:00:00,22.507208741192972,True +2017/09/24 08:00:00,26.007662613590327,True +2017/09/24 09:00:00,30.70224737749789,True +2017/09/24 10:00:00,37.51526646653145,True +2017/09/24 11:00:00,39.51089614021591,True +2017/09/24 12:00:00,40.73120409713103,True +2017/09/24 13:00:00,38.47018435064689,True +2017/09/24 14:00:00,37.22216976756615,True +2017/09/24 15:00:00,36.6834717410553,True +2017/09/24 16:00:00,37.58375676418704,True +2017/09/24 17:00:00,38.281408055041155,True +2017/09/24 18:00:00,35.705871171788424,True +2017/09/24 19:00:00,37.35528659227258,True +2017/09/24 20:00:00,37.57851447818476,True +2017/09/24 21:00:00,35.4709050076945,True +2017/09/24 22:00:00,29.355271731235185,True +2017/09/24 23:00:00,22.533457506795983,True +2017/09/25 00:00:00,14.301068680458604,True +2017/09/25 01:00:00,9.260302945019973,True +2017/09/25 02:00:00,9.637097840406621,True +2017/09/25 03:00:00,8.972230887263718,True +2017/09/25 04:00:00,11.692535852513572,True +2017/09/25 05:00:00,17.54200023773728,True +2017/09/25 06:00:00,21.447116685509958,True +2017/09/25 07:00:00,27.926962729578648,True +2017/09/25 08:00:00,28.911246062042697,True +2017/09/25 09:00:00,39.30480206134214,True +2017/09/25 10:00:00,45.797083570597316,True +2017/09/25 11:00:00,46.52260441143426,True +2017/09/25 12:00:00,45.65399626550184,True +2017/09/25 13:00:00,46.01211291897845,True +2017/09/25 14:00:00,44.286952919384994,True +2017/09/25 15:00:00,43.878571094484855,True +2017/09/25 16:00:00,46.65788289332538,True +2017/09/25 17:00:00,48.27943944395543,True +2017/09/25 18:00:00,47.087048997559734,True +2017/09/25 19:00:00,49.086840468994524,True +2017/09/25 20:00:00,47.70264887865644,True +2017/09/25 21:00:00,44.65097261698472,True +2017/09/25 22:00:00,38.4964445839717,True +2017/09/25 23:00:00,23.836651706653857,True +2017/09/26 00:00:00,14.980157722201511,True +2017/09/26 01:00:00,12.468094995048231,True +2017/09/26 02:00:00,12.680668789935346,True +2017/09/26 03:00:00,12.060402832934846,True +2017/09/26 04:00:00,14.281662536676945,True +2017/09/26 05:00:00,17.78839895846255,True +2017/09/26 06:00:00,23.265526398592257,True +2017/09/26 07:00:00,27.32868921615904,True +2017/09/26 08:00:00,29.757572918413512,True +2017/09/26 09:00:00,34.5772551332371,True +2017/09/26 10:00:00,39.7283274280325,True +2017/09/26 11:00:00,44.87921791614328,True +2017/09/26 12:00:00,43.48309788932675,True +2017/09/26 13:00:00,44.45806044894606,True +2017/09/26 14:00:00,42.36614567629811,True +2017/09/26 15:00:00,42.28837908474748,True +2017/09/26 16:00:00,44.98586359364076,True +2017/09/26 17:00:00,44.48788034109334,True +2017/09/26 18:00:00,42.03025130782834,True +2017/09/26 19:00:00,43.92923248771897,True +2017/09/26 20:00:00,41.74638121183732,True +2017/09/26 21:00:00,38.6360888257985,True +2017/09/26 22:00:00,32.283705615894306,True +2017/09/26 23:00:00,24.753423490319243,True +2017/09/27 00:00:00,15.296614839352364,True +2017/09/27 01:00:00,12.392972785526418,True +2017/09/27 02:00:00,12.536061234786185,True +2017/09/27 03:00:00,12.04580550368991,True +2017/09/27 04:00:00,14.3502426270104,True +2017/09/27 05:00:00,17.589062554431635,True +2017/09/27 06:00:00,21.503399453542663,True +2017/09/27 07:00:00,27.294272101612673,True +2017/09/27 08:00:00,29.092841734305615,True +2017/09/27 09:00:00,33.94317772616747,True +2017/09/27 10:00:00,40.764161222725676,True +2017/09/27 11:00:00,41.52799317069565,True +2017/09/27 12:00:00,43.05042533915601,True +2017/09/27 13:00:00,43.94625857495494,True +2017/09/27 14:00:00,41.339677499122224,True +2017/09/27 15:00:00,40.245218397875234,True +2017/09/27 16:00:00,41.231583700867745,True +2017/09/27 17:00:00,35.97805585620219,True +2017/09/27 18:00:00,35.869863780696605,True +2017/09/27 19:00:00,39.043521014335134,True +2017/09/27 20:00:00,37.27076625133904,True +2017/09/27 21:00:00,34.44674503888699,True +2017/09/27 22:00:00,27.479178610287466,True +2017/09/27 23:00:00,21.531568180548852,True +2017/09/28 00:00:00,13.19502277999406,True +2017/09/28 01:00:00,9.210916384981196,True +2017/09/28 02:00:00,11.303701590690313,True +2017/09/28 03:00:00,11.974078873908365,True +2017/09/28 04:00:00,14.318466845067949,True +2017/09/28 05:00:00,16.671044776695624,True +2017/09/28 06:00:00,23.269900229959738,True +2017/09/28 07:00:00,28.516773659530198,True +2017/09/28 08:00:00,30.233501017776057,True +2017/09/28 09:00:00,34.0819059915902,True +2017/09/28 10:00:00,37.12347650357145,True +2017/09/28 11:00:00,37.49003541794457,True +2017/09/28 12:00:00,33.38937856022378,True +2017/09/28 13:00:00,35.50945467692034,True +2017/09/28 14:00:00,34.872961944054715,True +2017/09/28 15:00:00,34.741823567397326,True +2017/09/28 16:00:00,37.54611160325741,True +2017/09/28 17:00:00,39.46004936372933,True +2017/09/28 18:00:00,38.83369053137938,True +2017/09/28 19:00:00,40.57939680909874,True +2017/09/28 20:00:00,39.11832334480035,True +2017/09/28 21:00:00,35.25747850363977,True +2017/09/28 22:00:00,28.8449767929459,True +2017/09/28 23:00:00,22.66864884313936,True +2017/09/29 00:00:00,14.33738870040389,True +2017/09/29 01:00:00,11.66549238638408,True +2017/09/29 02:00:00,12.282866096606428,True +2017/09/29 03:00:00,11.84308611233793,True +2017/09/29 04:00:00,13.987211524914688,True +2017/09/29 05:00:00,18.024147463414785,True +2017/09/29 06:00:00,23.91081254841211,True +2017/09/29 07:00:00,28.882308385669088,True +2017/09/29 08:00:00,30.45962517753489,True +2017/09/29 09:00:00,34.09650046893635,True +2017/09/29 10:00:00,36.57203487304261,True +2017/09/29 11:00:00,38.990774950767836,True +2017/09/29 12:00:00,33.77671286055007,True +2017/09/29 13:00:00,38.00233896722144,True +2017/09/29 14:00:00,32.24892874389638,True +2017/09/29 15:00:00,34.02686825037046,True +2017/09/29 16:00:00,34.206545440946485,True +2017/09/29 17:00:00,35.06229276474935,True +2017/09/29 18:00:00,38.391408975633645,True +2017/09/29 19:00:00,40.85352902446662,True +2017/09/29 20:00:00,39.18205786422365,True +2017/09/29 21:00:00,36.10645464641364,True +2017/09/29 22:00:00,29.71185043857329,True +2017/09/29 23:00:00,23.380626358447774,True +2017/09/30 00:00:00,14.660000516131454,True +2017/09/30 01:00:00,11.014939874370254,True +2017/09/30 02:00:00,10.775512507799801,True +2017/09/30 03:00:00,8.766347203208557,True +2017/09/30 04:00:00,13.866378356781254,True +2017/09/30 05:00:00,15.966400789398518,True +2017/09/30 06:00:00,21.927655410855643,True +2017/09/30 07:00:00,23.875426643249583,True +2017/09/30 08:00:00,28.609496918647835,True +2017/09/30 09:00:00,31.8057264717075,True +2017/09/30 10:00:00,34.763213389057796,True +2017/09/30 11:00:00,33.39992363538183,True +2017/09/30 12:00:00,35.34773384724302,True +2017/09/30 13:00:00,35.126450506558015,True +2017/09/30 14:00:00,33.40566829268028,True +2017/09/30 15:00:00,32.409356712252155,True +2017/09/30 16:00:00,34.66309726430012,True +2017/09/30 17:00:00,37.35754771668879,True +2017/09/30 18:00:00,36.30733686502321,True +2017/09/30 19:00:00,37.22238317059678,True +2017/09/30 20:00:00,34.6861278462534,True +2017/09/30 21:00:00,32.16522715629182,True +2017/09/30 22:00:00,26.068606308670972,True +2017/09/30 23:00:00,21.36788818598036,True +2017/10/01 00:00:00,12.141246305055768,True +2017/10/01 01:00:00,9.585589159424089,True +2017/10/01 02:00:00,9.709210295554254,True +2017/10/01 03:00:00,9.0927659357288,True +2017/10/01 04:00:00,14.48653036099513,True +2017/10/01 05:00:00,15.837859747501707,True +2017/10/01 06:00:00,20.728127134973953,True +2017/10/01 07:00:00,20.577121138248376,True +2017/10/01 08:00:00,25.330094864986126,True +2017/10/01 09:00:00,27.01359181481753,True +2017/10/01 10:00:00,34.172358801033084,True +2017/10/01 11:00:00,36.54015842821961,True +2017/10/01 12:00:00,33.55508435419462,True +2017/10/01 13:00:00,33.66491671564644,True +2017/10/01 14:00:00,28.836022921931576,True +2017/10/01 15:00:00,28.3598475745872,True +2017/10/01 16:00:00,33.38787650773486,True +2017/10/01 17:00:00,31.193908279730316,True +2017/10/01 18:00:00,30.361009303751544,True +2017/10/01 19:00:00,34.53561547600148,True +2017/10/01 20:00:00,33.77550954594502,True +2017/10/01 21:00:00,31.628781921545375,True +2017/10/01 22:00:00,26.50704285848063,True +2017/10/01 23:00:00,20.023087134460848,True +2017/10/02 00:00:00,13.609959441318251,True +2017/10/02 01:00:00,11.390896264415485,True +2017/10/02 02:00:00,11.003311431646033,True +2017/10/02 03:00:00,9.939691963392814,True +2017/10/02 04:00:00,14.279571420706205,True +2017/10/02 05:00:00,15.464880836248842,True +2017/10/02 06:00:00,22.119734472814898,True +2017/10/02 07:00:00,28.83104847387726,True +2017/10/02 08:00:00,31.491546241444116,True +2017/10/02 09:00:00,34.78215550719362,True +2017/10/02 10:00:00,37.132173449355165,True +2017/10/02 11:00:00,38.55629109583775,True +2017/10/02 12:00:00,33.114332552719326,True +2017/10/02 13:00:00,35.73118815926713,True +2017/10/02 14:00:00,33.78079421564778,True +2017/10/02 15:00:00,34.69784863296912,True +2017/10/02 16:00:00,36.360481549644696,True +2017/10/02 17:00:00,35.8536553976712,True +2017/10/02 18:00:00,37.99985804366215,True +2017/10/02 19:00:00,40.9347173189977,True +2017/10/02 20:00:00,38.39590707983119,True +2017/10/02 21:00:00,36.036498908096156,True +2017/10/02 22:00:00,29.361009678220547,True +2017/10/02 23:00:00,21.741901683754236,True +2017/10/03 00:00:00,13.140152548258515,True +2017/10/03 01:00:00,9.259983437530941,True +2017/10/03 02:00:00,10.990112756632108,True +2017/10/03 03:00:00,11.904823318269237,True +2017/10/03 04:00:00,14.544502378378075,True +2017/10/03 05:00:00,17.71348842122246,True +2017/10/03 06:00:00,22.63046944417711,True +2017/10/03 07:00:00,27.410582438851616,True +2017/10/03 08:00:00,30.638215947822562,True +2017/10/03 09:00:00,34.60316031669054,True +2017/10/03 10:00:00,36.87334801315629,True +2017/10/03 11:00:00,38.29792233855723,True +2017/10/03 12:00:00,37.61898378788366,True +2017/10/03 13:00:00,39.761685075810036,True +2017/10/03 14:00:00,38.703054745008,True +2017/10/03 15:00:00,38.64301724388408,True +2017/10/03 16:00:00,39.871290777082145,True +2017/10/03 17:00:00,40.147896574885344,True +2017/10/03 18:00:00,40.86550471577478,True +2017/10/03 19:00:00,42.402770038183256,True +2017/10/03 20:00:00,40.460920067229026,True +2017/10/03 21:00:00,36.61044824325997,True +2017/10/03 22:00:00,29.697777166352157,True +2017/10/03 23:00:00,22.100510226070437,True +2017/10/04 00:00:00,14.667238069194475,True +2017/10/04 01:00:00,12.221719977897033,True +2017/10/04 02:00:00,10.955829938615278,True +2017/10/04 03:00:00,11.012204954182668,True +2017/10/04 04:00:00,13.614001417745849,True +2017/10/04 05:00:00,16.738918712999734,True +2017/10/04 06:00:00,24.146953668462807,True +2017/10/04 07:00:00,28.645974660514394,True +2017/10/04 08:00:00,29.723074809870578,True +2017/10/04 09:00:00,32.669700707819636,True +2017/10/04 10:00:00,34.03347650564123,True +2017/10/04 11:00:00,39.8677904821074,True +2017/10/04 12:00:00,36.66613239807485,True +2017/10/04 13:00:00,37.223495868809636,True +2017/10/04 14:00:00,31.394450826380353,True +2017/10/04 15:00:00,34.90695929154482,True +2017/10/04 16:00:00,36.355608702886066,True +2017/10/04 17:00:00,36.46820364723319,True +2017/10/04 18:00:00,37.07477680009178,True +2017/10/04 19:00:00,40.113914875497436,True +2017/10/04 20:00:00,38.90346803037757,True +2017/10/04 21:00:00,35.588245893830816,True +2017/10/04 22:00:00,28.12113504315147,True +2017/10/04 23:00:00,20.858923912622465,True +2017/10/05 00:00:00,14.299572493622955,True +2017/10/05 01:00:00,11.736328613727572,True +2017/10/05 02:00:00,11.221501070133506,True +2017/10/05 03:00:00,11.909981539163628,True +2017/10/05 04:00:00,13.836736203375134,True +2017/10/05 05:00:00,17.944449439646963,True +2017/10/05 06:00:00,22.249043797900537,True +2017/10/05 07:00:00,28.723321068156707,True +2017/10/05 08:00:00,30.291395264284553,True +2017/10/05 09:00:00,32.645518533036146,True +2017/10/05 10:00:00,37.74055205241435,True +2017/10/05 11:00:00,40.26675889909494,True +2017/10/05 12:00:00,38.54260490722899,True +2017/10/05 13:00:00,39.595417199360604,True +2017/10/05 14:00:00,38.780928809692135,True +2017/10/05 15:00:00,38.56611039114145,True +2017/10/05 16:00:00,41.25122096883544,True +2017/10/05 17:00:00,41.686648584049976,True +2017/10/05 18:00:00,40.91896689967665,True +2017/10/05 19:00:00,42.15210482849598,True +2017/10/05 20:00:00,39.68337886414783,True +2017/10/05 21:00:00,36.486707308641314,True +2017/10/05 22:00:00,29.680493325665402,True +2017/10/05 23:00:00,21.791516743305987,True +2017/10/06 00:00:00,14.409098617966569,True +2017/10/06 01:00:00,11.355845849514559,True +2017/10/06 02:00:00,12.3160159722529,True +2017/10/06 03:00:00,11.908720757068885,True +2017/10/06 04:00:00,13.638311710585084,True +2017/10/06 05:00:00,18.083034983378635,True +2017/10/06 06:00:00,23.742688467244708,True +2017/10/06 07:00:00,28.650291541579264,True +2017/10/06 08:00:00,30.820320789305136,True +2017/10/06 09:00:00,33.5057226249565,True +2017/10/06 10:00:00,37.22230117834301,True +2017/10/06 11:00:00,39.32695152816889,True +2017/10/06 12:00:00,37.41608992720336,True +2017/10/06 13:00:00,37.357771651740784,True +2017/10/06 14:00:00,34.93940187416641,True +2017/10/06 15:00:00,35.219441869679656,True +2017/10/06 16:00:00,37.0696433666401,True +2017/10/06 17:00:00,37.41931389533815,True +2017/10/06 18:00:00,38.327387613558585,True +2017/10/06 19:00:00,41.363496166876345,True +2017/10/06 20:00:00,38.79280252358977,True +2017/10/06 21:00:00,35.20000364946829,True +2017/10/06 22:00:00,30.416034821303263,True +2017/10/06 23:00:00,23.39050641426304,True +2017/10/07 00:00:00,13.254617154912253,True +2017/10/07 01:00:00,10.14396269327614,True +2017/10/07 02:00:00,10.130632505510258,True +2017/10/07 03:00:00,8.662623789815015,True +2017/10/07 04:00:00,13.972701362845827,True +2017/10/07 05:00:00,15.30659208534585,True +2017/10/07 06:00:00,22.237109014449576,True +2017/10/07 07:00:00,24.070071830939494,True +2017/10/07 08:00:00,28.658695095266978,True +2017/10/07 09:00:00,33.84866484638116,True +2017/10/07 10:00:00,36.49608532825843,True +2017/10/07 11:00:00,36.685890195649975,True +2017/10/07 12:00:00,35.67598091509623,True +2017/10/07 13:00:00,36.271042990889796,True +2017/10/07 14:00:00,33.7294596305376,True +2017/10/07 15:00:00,33.56030017364904,True +2017/10/07 16:00:00,35.23105449271386,True +2017/10/07 17:00:00,38.27514203357744,True +2017/10/07 18:00:00,37.206631229781344,True +2017/10/07 19:00:00,37.28728615271758,True +2017/10/07 20:00:00,35.52265163068165,True +2017/10/07 21:00:00,35.2972060379748,True +2017/10/07 22:00:00,28.897876366671706,True +2017/10/07 23:00:00,22.57172516994044,True +2017/10/08 00:00:00,14.549025748234728,True +2017/10/08 01:00:00,12.139149621024767,True +2017/10/08 02:00:00,12.561002317497296,True +2017/10/08 03:00:00,11.999995303702992,True +2017/10/08 04:00:00,14.804033189357323,True +2017/10/08 05:00:00,17.624367287150136,True +2017/10/08 06:00:00,23.930933313721937,True +2017/10/08 07:00:00,22.93970250937282,True +2017/10/08 08:00:00,25.259499483845232,True +2017/10/08 09:00:00,27.524585477806532,True +2017/10/08 10:00:00,33.7104144278583,True +2017/10/08 11:00:00,36.39097513173913,True +2017/10/08 12:00:00,34.987783755583564,True +2017/10/08 13:00:00,34.845386513383886,True +2017/10/08 14:00:00,32.41134713427462,True +2017/10/08 15:00:00,32.265200528322175,True +2017/10/08 16:00:00,34.487280221812966,True +2017/10/08 17:00:00,34.94885409698815,True +2017/10/08 18:00:00,33.405148273536994,True +2017/10/08 19:00:00,35.3474246022521,True +2017/10/08 20:00:00,34.91333062148453,True +2017/10/08 21:00:00,33.46495521670368,True +2017/10/08 22:00:00,28.101802154770557,True +2017/10/08 23:00:00,21.101603693415342,True +2017/10/09 00:00:00,13.592542111086379,True +2017/10/09 01:00:00,12.1058573940048,True +2017/10/09 02:00:00,9.564641725087338,True +2017/10/09 03:00:00,9.045357907251168,True +2017/10/09 04:00:00,13.54805169018858,True +2017/10/09 05:00:00,15.232046772412259,True +2017/10/09 06:00:00,20.841287499544652,True +2017/10/09 07:00:00,25.515257573058975,True +2017/10/09 08:00:00,30.6059108433638,True +2017/10/09 09:00:00,34.252494532996394,True +2017/10/09 10:00:00,37.417324138270224,True +2017/10/09 11:00:00,38.37173336509229,True +2017/10/09 12:00:00,36.60500405754697,True +2017/10/09 13:00:00,37.436150841867416,True +2017/10/09 14:00:00,35.014724638274615,True +2017/10/09 15:00:00,34.146882400531446,True +2017/10/09 16:00:00,35.645838805189626,True +2017/10/09 17:00:00,38.47340608612466,True +2017/10/09 18:00:00,38.57906414471268,True +2017/10/09 19:00:00,40.024996901959376,True +2017/10/09 20:00:00,39.339683813130605,True +2017/10/09 21:00:00,36.09750493750009,True +2017/10/09 22:00:00,29.52225806488918,True +2017/10/09 23:00:00,21.806477582882586,True +2017/10/10 00:00:00,14.236833761255616,True +2017/10/10 01:00:00,11.31105095521584,True +2017/10/10 02:00:00,11.811909271360502,True +2017/10/10 03:00:00,11.819251779703455,True +2017/10/10 04:00:00,13.754144537020878,True +2017/10/10 05:00:00,16.966114226505624,True +2017/10/10 06:00:00,23.98246870876932,True +2017/10/10 07:00:00,28.394744543562375,True +2017/10/10 08:00:00,30.419125871008738,True +2017/10/10 09:00:00,30.84625632127635,True +2017/10/10 10:00:00,37.00149979790091,True +2017/10/10 11:00:00,39.500075738968576,True +2017/10/10 12:00:00,38.22753092160396,True +2017/10/10 13:00:00,38.76424540569069,True +2017/10/10 14:00:00,37.02845954225893,True +2017/10/10 15:00:00,37.3264133014169,True +2017/10/10 16:00:00,39.15917498896603,True +2017/10/10 17:00:00,40.036770448025024,True +2017/10/10 18:00:00,37.28985064073219,True +2017/10/10 19:00:00,37.857291400975406,True +2017/10/10 20:00:00,38.05835287846279,True +2017/10/10 21:00:00,35.66444991975543,True +2017/10/10 22:00:00,28.4715695722199,True +2017/10/10 23:00:00,22.473389683203926,True +2017/10/11 00:00:00,14.294321209213088,True +2017/10/11 01:00:00,10.869383146072925,True +2017/10/11 02:00:00,9.97883068554354,True +2017/10/11 03:00:00,11.329094842154511,True +2017/10/11 04:00:00,13.50960992921689,True +2017/10/11 05:00:00,18.32333366100842,True +2017/10/11 06:00:00,23.509810751964515,True +2017/10/11 07:00:00,28.716133710569043,True +2017/10/11 08:00:00,30.08921396220544,True +2017/10/11 09:00:00,33.3082698541109,True +2017/10/11 10:00:00,38.583861784542215,True +2017/10/11 11:00:00,43.293573743771944,True +2017/10/11 12:00:00,44.04135772346279,True +2017/10/11 13:00:00,44.19275220427457,True +2017/10/11 14:00:00,42.95848037199389,True +2017/10/11 15:00:00,42.63196262731271,True +2017/10/11 16:00:00,45.6237343634,True +2017/10/11 17:00:00,46.017697273866304,True +2017/10/11 18:00:00,42.22247952793319,True +2017/10/11 19:00:00,43.29278507021631,True +2017/10/11 20:00:00,39.745989806719805,True +2017/10/11 21:00:00,35.857138801221076,True +2017/10/11 22:00:00,29.56971101076058,True +2017/10/11 23:00:00,22.333046082466076,True +2017/10/12 00:00:00,14.521473216127749,True +2017/10/12 01:00:00,9.269623288580654,True +2017/10/12 02:00:00,9.478343914697517,True +2017/10/12 03:00:00,8.889541514207107,True +2017/10/12 04:00:00,12.006710677899413,True +2017/10/12 05:00:00,15.81388294192255,True +2017/10/12 06:00:00,21.392795365085906,True +2017/10/12 07:00:00,25.021062640735092,True +2017/10/12 08:00:00,28.936275539373398,True +2017/10/12 09:00:00,33.63929436033424,True +2017/10/12 10:00:00,39.17018166116191,True +2017/10/12 11:00:00,41.03812540584307,True +2017/10/12 12:00:00,38.34140173713415,True +2017/10/12 13:00:00,38.691606947461274,True +2017/10/12 14:00:00,38.15546123821061,True +2017/10/12 15:00:00,38.09617138534509,True +2017/10/12 16:00:00,40.73860082478147,True +2017/10/12 17:00:00,40.43235420953319,True +2017/10/12 18:00:00,39.628294285951355,True +2017/10/12 19:00:00,41.75268487927114,True +2017/10/12 20:00:00,39.833803224252094,True +2017/10/12 21:00:00,36.10286881407782,True +2017/10/12 22:00:00,26.283083893657885,True +2017/10/12 23:00:00,19.647275020053375,True +2017/10/13 00:00:00,14.59158001885101,True +2017/10/13 01:00:00,10.643021655926226,True +2017/10/13 02:00:00,10.887011079334194,True +2017/10/13 03:00:00,11.093875810898766,True +2017/10/13 04:00:00,14.640402691348271,True +2017/10/13 05:00:00,18.57691746816977,True +2017/10/13 06:00:00,20.986229073714224,True +2017/10/13 07:00:00,29.214083688668687,True +2017/10/13 08:00:00,31.32233396153024,True +2017/10/13 09:00:00,34.61992120686386,True +2017/10/13 10:00:00,37.649517853079146,True +2017/10/13 11:00:00,38.74231577971166,True +2017/10/13 12:00:00,36.35910177010636,True +2017/10/13 13:00:00,37.357010588647505,True +2017/10/13 14:00:00,35.65132031521421,True +2017/10/13 15:00:00,34.59856589213483,True +2017/10/13 16:00:00,37.37215152328129,True +2017/10/13 17:00:00,38.611352952216464,True +2017/10/13 18:00:00,38.70214016294331,True +2017/10/13 19:00:00,41.41392742909574,True +2017/10/13 20:00:00,38.86219009734561,True +2017/10/13 21:00:00,36.46613567560492,True +2017/10/13 22:00:00,29.524669751591688,True +2017/10/13 23:00:00,22.70842754692956,True +2017/10/14 00:00:00,15.163469162580572,True +2017/10/14 01:00:00,9.853717051842144,True +2017/10/14 02:00:00,9.406702618633672,True +2017/10/14 03:00:00,10.385466790858024,True +2017/10/14 04:00:00,14.235828432905931,True +2017/10/14 05:00:00,16.6742870390394,True +2017/10/14 06:00:00,22.42099078703984,True +2017/10/14 07:00:00,26.088647662262375,True +2017/10/14 08:00:00,28.090218571881746,True +2017/10/14 09:00:00,33.32153778166276,True +2017/10/14 10:00:00,36.57789235168785,True +2017/10/14 11:00:00,37.181834955395885,True +2017/10/14 12:00:00,35.584096742522284,True +2017/10/14 13:00:00,35.32298672509944,True +2017/10/14 14:00:00,33.972075854192106,True +2017/10/14 15:00:00,33.21660469015676,True +2017/10/14 16:00:00,35.16964262492666,True +2017/10/14 17:00:00,37.745303481781846,True +2017/10/14 18:00:00,36.788794904111235,True +2017/10/14 19:00:00,37.36946070879129,True +2017/10/14 20:00:00,35.56532025158433,True +2017/10/14 21:00:00,35.80987631673614,True +2017/10/14 22:00:00,29.456271553832604,True +2017/10/14 23:00:00,20.59864212379392,True +2017/10/15 00:00:00,14.253011776191556,True +2017/10/15 01:00:00,12.446186308367356,True +2017/10/15 02:00:00,9.859823110015169,True +2017/10/15 03:00:00,9.1543067079549,True +2017/10/15 04:00:00,12.72941102884151,True +2017/10/15 05:00:00,17.90046857446445,True +2017/10/15 06:00:00,23.097991887367044,True +2017/10/15 07:00:00,25.3486719946076,True +2017/10/15 08:00:00,25.985446893607822,True +2017/10/15 09:00:00,27.42815415263634,True +2017/10/15 10:00:00,34.29221943196512,True +2017/10/15 11:00:00,36.06043493723663,True +2017/10/15 12:00:00,34.765214919885025,True +2017/10/15 13:00:00,34.97483966339109,True +2017/10/15 14:00:00,32.77076137672917,True +2017/10/15 15:00:00,32.21354911449458,True +2017/10/15 16:00:00,34.21463236459258,True +2017/10/15 17:00:00,34.53468741701912,True +2017/10/15 18:00:00,35.30838710413516,True +2017/10/15 19:00:00,35.25942901437452,True +2017/10/15 20:00:00,35.09529873476966,True +2017/10/15 21:00:00,34.56877971696476,True +2017/10/15 22:00:00,27.880850943532916,True +2017/10/15 23:00:00,18.588076443528582,True +2017/10/16 00:00:00,11.627718776879123,True +2017/10/16 01:00:00,9.287663523711005,True +2017/10/16 02:00:00,9.614009802814989,True +2017/10/16 03:00:00,9.09069041513087,True +2017/10/16 04:00:00,13.181916350933841,True +2017/10/16 05:00:00,17.172742221059202,True +2017/10/16 06:00:00,23.799988209530433,True +2017/10/16 07:00:00,28.56928441614974,True +2017/10/16 08:00:00,30.08283859673712,True +2017/10/16 09:00:00,33.99232358497713,True +2017/10/16 10:00:00,37.6003077547277,True +2017/10/16 11:00:00,38.35667727525527,True +2017/10/16 12:00:00,36.66352000223028,True +2017/10/16 13:00:00,36.43743667560114,True +2017/10/16 14:00:00,35.083279343717884,True +2017/10/16 15:00:00,34.38731503061995,True +2017/10/16 16:00:00,36.77059361327243,True +2017/10/16 17:00:00,38.41073215016652,True +2017/10/16 18:00:00,40.68688441354517,True +2017/10/16 19:00:00,41.98872600045202,True +2017/10/16 20:00:00,40.19668476799161,True +2017/10/16 21:00:00,36.47544343220713,True +2017/10/16 22:00:00,29.08231444939446,True +2017/10/16 23:00:00,19.09331902839101,True +2017/10/17 00:00:00,11.607714656809517,True +2017/10/17 01:00:00,9.244582000364577,True +2017/10/17 02:00:00,9.572816028703384,True +2017/10/17 03:00:00,8.958438543486523,True +2017/10/17 04:00:00,12.332525499830787,True +2017/10/17 05:00:00,16.344143119654643,True +2017/10/17 06:00:00,22.200519798787273,True +2017/10/17 07:00:00,28.031700542616775,True +2017/10/17 08:00:00,29.65092153133962,True +2017/10/17 09:00:00,34.00970460206056,True +2017/10/17 10:00:00,37.60188862701352,True +2017/10/17 11:00:00,38.796195717816495,True +2017/10/17 12:00:00,36.73670426196491,True +2017/10/17 13:00:00,37.18319974313339,True +2017/10/17 14:00:00,35.54784703870047,True +2017/10/17 15:00:00,35.210786544832324,True +2017/10/17 16:00:00,37.99114480627106,True +2017/10/17 17:00:00,38.52479750822288,True +2017/10/17 18:00:00,40.363625330322336,True +2017/10/17 19:00:00,41.75296385763872,True +2017/10/17 20:00:00,40.30458045263742,True +2017/10/17 21:00:00,37.036406942122916,True +2017/10/17 22:00:00,29.309154413084425,True +2017/10/17 23:00:00,21.51635199482456,True +2017/10/18 00:00:00,11.642828706192688,True +2017/10/18 01:00:00,9.248923285294028,True +2017/10/18 02:00:00,9.578547927572826,True +2017/10/18 03:00:00,8.98607420760894,True +2017/10/18 04:00:00,13.105012642919942,True +2017/10/18 05:00:00,18.475845046932065,True +2017/10/18 06:00:00,24.473709496388853,True +2017/10/18 07:00:00,30.014107699631545,True +2017/10/18 08:00:00,29.839123036759283,True +2017/10/18 09:00:00,34.1206754546803,True +2017/10/18 10:00:00,37.492590839477664,True +2017/10/18 11:00:00,38.555974825629235,True +2017/10/18 12:00:00,37.023143630346624,True +2017/10/18 13:00:00,37.10872413326374,True +2017/10/18 14:00:00,35.12076262352822,True +2017/10/18 15:00:00,35.41786032889233,True +2017/10/18 16:00:00,37.21393909488175,True +2017/10/18 17:00:00,39.25849439758963,True +2017/10/18 18:00:00,41.064833168126924,True +2017/10/18 19:00:00,41.16120572601982,True +2017/10/18 20:00:00,38.980602890185075,True +2017/10/18 21:00:00,36.16964456449899,True +2017/10/18 22:00:00,29.374356678869983,True +2017/10/18 23:00:00,21.906149563115477,True +2017/10/19 00:00:00,13.444412137980871,True +2017/10/19 01:00:00,11.093552550804434,True +2017/10/19 02:00:00,11.729059085141058,True +2017/10/19 03:00:00,12.164510290746533,True +2017/10/19 04:00:00,13.703673865797311,True +2017/10/19 05:00:00,16.034297558949266,True +2017/10/19 06:00:00,23.514620389413647,True +2017/10/19 07:00:00,30.76987545028348,True +2017/10/19 08:00:00,30.274256894747747,True +2017/10/19 09:00:00,34.15658904889825,True +2017/10/19 10:00:00,37.52364595681306,True +2017/10/19 11:00:00,39.607801129102256,True +2017/10/19 12:00:00,36.85568928189777,True +2017/10/19 13:00:00,36.3445269214315,True +2017/10/19 14:00:00,35.01592598406801,True +2017/10/19 15:00:00,35.11432818505355,True +2017/10/19 16:00:00,37.59470605966204,True +2017/10/19 17:00:00,38.9276685398703,True +2017/10/19 18:00:00,40.942097565570705,True +2017/10/19 19:00:00,40.536928472475346,True +2017/10/19 20:00:00,39.30457031975376,True +2017/10/19 21:00:00,36.45561927444959,True +2017/10/19 22:00:00,30.301483656701276,True +2017/10/19 23:00:00,22.302614093333574,True +2017/10/20 00:00:00,13.550017999366046,True +2017/10/20 01:00:00,10.36362040107652,True +2017/10/20 02:00:00,11.092386620781964,True +2017/10/20 03:00:00,9.053169338321869,True +2017/10/20 04:00:00,13.827699477884266,True +2017/10/20 05:00:00,17.243393918618242,True +2017/10/20 06:00:00,22.38487607343117,True +2017/10/20 07:00:00,30.05738674961987,True +2017/10/20 08:00:00,30.54402503422355,True +2017/10/20 09:00:00,34.34333506277101,True +2017/10/20 10:00:00,37.32317189263713,True +2017/10/20 11:00:00,38.793507341076854,True +2017/10/20 12:00:00,36.40622114537759,True +2017/10/20 13:00:00,36.39247824579865,True +2017/10/20 14:00:00,34.75311692640692,True +2017/10/20 15:00:00,34.406147413529894,True +2017/10/20 16:00:00,36.43987053642471,True +2017/10/20 17:00:00,37.81406882134896,True +2017/10/20 18:00:00,40.70284095563949,True +2017/10/20 19:00:00,41.475363677598494,True +2017/10/20 20:00:00,39.36673948736695,True +2017/10/20 21:00:00,36.41113967378475,True +2017/10/20 22:00:00,29.53670799377587,True +2017/10/20 23:00:00,23.0565277618372,True +2017/10/21 00:00:00,13.422587272668743,True +2017/10/21 01:00:00,9.68227839932402,True +2017/10/21 02:00:00,10.216418717988269,True +2017/10/21 03:00:00,8.78324868341723,True +2017/10/21 04:00:00,13.23508369196098,True +2017/10/21 05:00:00,15.030797081576791,True +2017/10/21 06:00:00,20.933973246755674,True +2017/10/21 07:00:00,27.02530969623946,True +2017/10/21 08:00:00,28.719773963026768,True +2017/10/21 09:00:00,32.28654816991982,True +2017/10/21 10:00:00,36.77325197761109,True +2017/10/21 11:00:00,38.82257912297289,True +2017/10/21 12:00:00,39.088772763989475,True +2017/10/21 13:00:00,39.839448851930186,True +2017/10/21 14:00:00,37.6260705518554,True +2017/10/21 15:00:00,37.79441094265497,True +2017/10/21 16:00:00,39.75119260792111,True +2017/10/21 17:00:00,40.40621328066908,True +2017/10/21 18:00:00,39.86326838691768,True +2017/10/21 19:00:00,36.568903488944706,True +2017/10/21 20:00:00,32.522916432304044,True +2017/10/21 21:00:00,35.69544305237935,True +2017/10/21 22:00:00,29.270153777438743,True +2017/10/21 23:00:00,22.513032334891136,True +2017/10/22 00:00:00,14.830429978117852,True +2017/10/22 01:00:00,9.590977031408755,True +2017/10/22 02:00:00,12.436173668639873,True +2017/10/22 03:00:00,11.933354848561583,True +2017/10/22 04:00:00,14.637275780170802,True +2017/10/22 05:00:00,18.391034787732846,True +2017/10/22 06:00:00,20.814106301371798,True +2017/10/22 07:00:00,22.559302306533375,True +2017/10/22 08:00:00,26.03571771268813,True +2017/10/22 09:00:00,29.66713580590958,True +2017/10/22 10:00:00,40.053557157860936,True +2017/10/22 11:00:00,41.809977033729766,True +2017/10/22 12:00:00,41.941593962670204,True +2017/10/22 13:00:00,41.75644860753753,True +2017/10/22 14:00:00,39.835236661532356,True +2017/10/22 15:00:00,39.46647673695833,True +2017/10/22 16:00:00,41.362588917847546,True +2017/10/22 17:00:00,40.74525906087796,True +2017/10/22 18:00:00,38.74205473089144,True +2017/10/22 19:00:00,38.126886670517024,True +2017/10/22 20:00:00,37.84643731559361,True +2017/10/22 21:00:00,37.477176637447826,True +2017/10/22 22:00:00,30.9056667983027,True +2017/10/22 23:00:00,24.33042520278101,True +2017/10/23 00:00:00,15.774698665922744,True +2017/10/23 01:00:00,12.640422364375445,True +2017/10/23 02:00:00,12.851724348657052,True +2017/10/23 03:00:00,12.201691106106718,True +2017/10/23 04:00:00,13.897062919921316,True +2017/10/23 05:00:00,17.79255150585367,True +2017/10/23 06:00:00,23.332880193580916,True +2017/10/23 07:00:00,31.338880703153457,True +2017/10/23 08:00:00,30.916003596266258,True +2017/10/23 09:00:00,35.10308448462252,True +2017/10/23 10:00:00,37.7199096028296,True +2017/10/23 11:00:00,38.82445886389465,True +2017/10/23 12:00:00,36.88900076968032,True +2017/10/23 13:00:00,37.65318211949863,True +2017/10/23 14:00:00,34.96514644872092,True +2017/10/23 15:00:00,34.555750944151875,True +2017/10/23 16:00:00,37.16586925743945,True +2017/10/23 17:00:00,38.002692240789976,True +2017/10/23 18:00:00,40.48638128014735,True +2017/10/23 19:00:00,40.89352889054449,True +2017/10/23 20:00:00,40.54690430974469,True +2017/10/23 21:00:00,36.931915007655164,True +2017/10/23 22:00:00,29.409393356403246,True +2017/10/23 23:00:00,21.561207556081122,True +2017/10/24 00:00:00,11.735354273651469,True +2017/10/24 01:00:00,9.286993011697499,True +2017/10/24 02:00:00,9.576531131985105,True +2017/10/24 03:00:00,9.05074733433251,True +2017/10/24 04:00:00,12.717203667576443,True +2017/10/24 05:00:00,17.12495846390062,True +2017/10/24 06:00:00,23.644113983995947,True +2017/10/24 07:00:00,29.58014224465497,True +2017/10/24 08:00:00,29.856134758658065,True +2017/10/24 09:00:00,34.42530805887619,True +2017/10/24 10:00:00,37.82074859755781,True +2017/10/24 11:00:00,38.88803608302665,True +2017/10/24 12:00:00,36.30466953685777,True +2017/10/24 13:00:00,37.56683707307648,True +2017/10/24 14:00:00,35.02352626572807,True +2017/10/24 15:00:00,34.64713585513605,True +2017/10/24 16:00:00,36.573407228610506,True +2017/10/24 17:00:00,38.05161854537224,True +2017/10/24 18:00:00,40.80960947922565,True +2017/10/24 19:00:00,41.18635262225171,True +2017/10/24 20:00:00,39.32473834502768,True +2017/10/24 21:00:00,37.02239934499018,True +2017/10/24 22:00:00,29.274290158176303,True +2017/10/24 23:00:00,20.27451309852092,True +2017/10/25 00:00:00,13.328584499588784,True +2017/10/25 01:00:00,10.717593729512553,True +2017/10/25 02:00:00,11.24386071054061,True +2017/10/25 03:00:00,8.984771180503945,True +2017/10/25 04:00:00,14.463431692010534,True +2017/10/25 05:00:00,16.19543050270954,True +2017/10/25 06:00:00,21.80313270247584,True +2017/10/25 07:00:00,30.196327411540437,True +2017/10/25 08:00:00,30.39064540252426,True +2017/10/25 09:00:00,34.425948193646946,True +2017/10/25 10:00:00,37.953308041265764,True +2017/10/25 11:00:00,38.24707399939514,True +2017/10/25 12:00:00,35.72805945242637,True +2017/10/25 13:00:00,33.619349212049855,True +2017/10/25 14:00:00,35.7521841940004,True +2017/10/25 15:00:00,37.68344292383496,True +2017/10/25 16:00:00,39.474198470462134,True +2017/10/25 17:00:00,40.94108090583517,True +2017/10/25 18:00:00,42.77501152501255,True +2017/10/25 19:00:00,41.90858014683698,True +2017/10/25 20:00:00,36.642755273029245,True +2017/10/25 21:00:00,34.257913518211836,True +2017/10/25 22:00:00,27.39728092305624,True +2017/10/25 23:00:00,21.139203784921072,True +2017/10/26 00:00:00,11.524990546665684,True +2017/10/26 01:00:00,9.170188390703707,True +2017/10/26 02:00:00,9.550339094228379,True +2017/10/26 03:00:00,8.844747331874158,True +2017/10/26 04:00:00,14.968391331487242,True +2017/10/26 05:00:00,17.828442080675106,True +2017/10/26 06:00:00,23.17827661409547,True +2017/10/26 07:00:00,30.082759500964098,True +2017/10/26 08:00:00,29.96404521808928,True +2017/10/26 09:00:00,33.99842308138953,True +2017/10/26 10:00:00,37.51063962569476,True +2017/10/26 11:00:00,39.15801304365538,True +2017/10/26 12:00:00,37.5171523277953,True +2017/10/26 13:00:00,37.48681363741332,True +2017/10/26 14:00:00,36.3633663346028,True +2017/10/26 15:00:00,34.93299963227267,True +2017/10/26 16:00:00,37.076946012531295,True +2017/10/26 17:00:00,38.77658483075795,True +2017/10/26 18:00:00,40.49829791091938,True +2017/10/26 19:00:00,41.110634159052225,True +2017/10/26 20:00:00,39.249290276554035,True +2017/10/26 21:00:00,36.672830298739775,True +2017/10/26 22:00:00,29.362783975752,True +2017/10/26 23:00:00,21.646598053601153,True +2017/10/27 00:00:00,14.586364887425901,True +2017/10/27 01:00:00,10.722172951019989,True +2017/10/27 02:00:00,10.192913449974244,True +2017/10/27 03:00:00,12.112892097394958,True +2017/10/27 04:00:00,14.215972283135553,True +2017/10/27 05:00:00,16.650469664472208,True +2017/10/27 06:00:00,22.752644132564484,True +2017/10/27 07:00:00,30.18325020293225,True +2017/10/27 08:00:00,30.12154832372648,True +2017/10/27 09:00:00,34.28003931825716,True +2017/10/27 10:00:00,37.049378149002955,True +2017/10/27 11:00:00,38.998157213464886,True +2017/10/27 12:00:00,36.9268598320162,True +2017/10/27 13:00:00,37.39964675251856,True +2017/10/27 14:00:00,35.37824051313084,True +2017/10/27 15:00:00,34.46082346526193,True +2017/10/27 16:00:00,37.02363687500192,True +2017/10/27 17:00:00,38.950955179366666,True +2017/10/27 18:00:00,40.271361135285936,True +2017/10/27 19:00:00,40.23324326474678,True +2017/10/27 20:00:00,38.72643695512793,True +2017/10/27 21:00:00,36.109560742852175,True +2017/10/27 22:00:00,30.594679217093137,True +2017/10/27 23:00:00,23.522357312690385,True +2017/10/28 00:00:00,15.183041744134885,True +2017/10/28 01:00:00,11.268868130803206,True +2017/10/28 02:00:00,11.133854327934415,True +2017/10/28 03:00:00,10.924830016113734,True +2017/10/28 04:00:00,14.036612458736878,True +2017/10/28 05:00:00,16.406526580417147,True +2017/10/28 06:00:00,23.435766670821742,True +2017/10/28 07:00:00,26.575514637972624,True +2017/10/28 08:00:00,28.86606962651289,True +2017/10/28 09:00:00,34.3909473730142,True +2017/10/28 10:00:00,36.65336424888287,True +2017/10/28 11:00:00,37.0354321505832,True +2017/10/28 12:00:00,35.45482518840355,True +2017/10/28 13:00:00,35.38432835800952,True +2017/10/28 14:00:00,34.26875852119143,True +2017/10/28 15:00:00,33.31604409841266,True +2017/10/28 16:00:00,35.065976053084256,True +2017/10/28 17:00:00,38.66946872072112,True +2017/10/28 18:00:00,39.378511668051814,True +2017/10/28 19:00:00,37.30080440266576,True +2017/10/28 20:00:00,35.68297784412455,True +2017/10/28 21:00:00,34.95536349919672,True +2017/10/28 22:00:00,28.940073802091863,True +2017/10/28 23:00:00,22.387242984803077,True +2017/10/29 00:00:00,14.976417516552795,True +2017/10/29 01:00:00,9.778317749971633,True +2017/10/29 02:00:00,9.778122564846297,True +2017/10/29 03:00:00,9.275517209501775,True +2017/10/29 04:00:00,12.55455083902605,True +2017/10/29 05:00:00,17.347881632680107,True +2017/10/29 06:00:00,22.970164418626602,True +2017/10/29 07:00:00,23.006503276376147,True +2017/10/29 08:00:00,26.166446067861138,True +2017/10/29 09:00:00,27.994434843342148,True +2017/10/29 10:00:00,33.85419568850276,True +2017/10/29 11:00:00,36.8415361394426,True +2017/10/29 12:00:00,34.08560457008929,True +2017/10/29 13:00:00,34.125781331985365,True +2017/10/29 14:00:00,33.027399816382875,True +2017/10/29 15:00:00,32.12104035344123,True +2017/10/29 16:00:00,33.56974558871394,True +2017/10/29 17:00:00,34.89980519514012,True +2017/10/29 18:00:00,35.51125091868708,True +2017/10/29 19:00:00,36.076893168356825,True +2017/10/29 20:00:00,36.1151701435153,True +2017/10/29 21:00:00,34.49392679084368,True +2017/10/29 22:00:00,28.036673531515635,True +2017/10/29 23:00:00,18.695468520418753,True +2017/10/30 00:00:00,11.757416982093718,True +2017/10/30 01:00:00,9.399490652983808,True +2017/10/30 02:00:00,9.631927005489963,True +2017/10/30 03:00:00,9.155324277565303,True +2017/10/30 04:00:00,13.05186765912018,True +2017/10/30 05:00:00,17.876534634207097,True +2017/10/30 06:00:00,22.7502177026994,True +2017/10/30 07:00:00,27.862357706785314,True +2017/10/30 08:00:00,29.715051348585916,True +2017/10/30 09:00:00,34.503190839878144,True +2017/10/30 10:00:00,37.42983115816801,True +2017/10/30 11:00:00,38.54867262805883,True +2017/10/30 12:00:00,36.98130153623672,True +2017/10/30 13:00:00,36.112708600253384,True +2017/10/30 14:00:00,34.28135394457018,True +2017/10/30 15:00:00,34.34223675519957,True +2017/10/30 16:00:00,36.84904094994616,True +2017/10/30 17:00:00,35.53367932691119,True +2017/10/30 18:00:00,40.582962915687325,True +2017/10/30 19:00:00,41.08474942147183,True +2017/10/30 20:00:00,39.346146995949155,True +2017/10/30 21:00:00,36.093051462207846,True +2017/10/30 22:00:00,29.711950246876267,True +2017/10/30 23:00:00,22.66989876765007,True +2017/10/31 00:00:00,13.395540152700459,True +2017/10/31 01:00:00,10.765872105977293,True +2017/10/31 02:00:00,11.008061830383182,True +2017/10/31 03:00:00,12.438206825378293,True +2017/10/31 04:00:00,14.603702518324717,True +2017/10/31 05:00:00,18.084733725654196,True +2017/10/31 06:00:00,23.541862860653243,True +2017/10/31 07:00:00,30.911849485135292,True +2017/10/31 08:00:00,30.874242585691764,True +2017/10/31 09:00:00,33.66768627329513,True +2017/10/31 10:00:00,34.52940804395443,True +2017/10/31 11:00:00,36.37261038268516,True +2017/10/31 12:00:00,35.65855481115372,True +2017/10/31 13:00:00,36.01784181373228,True +2017/10/31 14:00:00,34.364333712387456,True +2017/10/31 15:00:00,31.945738982400794,True +2017/10/31 16:00:00,34.721969037368744,True +2017/10/31 17:00:00,37.97671695336444,True +2017/10/31 18:00:00,39.745973043723,True +2017/10/31 19:00:00,40.84814792169931,True +2017/10/31 20:00:00,39.259348217423195,True +2017/10/31 21:00:00,36.163383852857365,True +2017/10/31 22:00:00,29.364827732779204,True +2017/10/31 23:00:00,22.018436547240626,True +2017/11/01 00:00:00,13.932110916222232,True +2017/11/01 01:00:00,12.374153723106142,True +2017/11/01 02:00:00,10.8643116003796,True +2017/11/01 03:00:00,8.89943685832822,True +2017/11/01 04:00:00,14.032810203249241,True +2017/11/01 05:00:00,16.951883305436017,True +2017/11/01 06:00:00,22.073684448990967,True +2017/11/01 07:00:00,30.114737705526423,True +2017/11/01 08:00:00,30.213712231106275,True +2017/11/01 09:00:00,34.15123662734445,True +2017/11/01 10:00:00,37.56950383869072,True +2017/11/01 11:00:00,38.754589367251064,True +2017/11/01 12:00:00,36.17115765935655,True +2017/11/01 13:00:00,37.31864041442375,True +2017/11/01 14:00:00,35.2238136428443,True +2017/11/01 15:00:00,35.40271270758724,True +2017/11/01 16:00:00,37.876146003833504,True +2017/11/01 17:00:00,38.600026236136785,True +2017/11/01 18:00:00,40.64683555084422,True +2017/11/01 19:00:00,41.00577237016477,True +2017/11/01 20:00:00,39.65738552745292,True +2017/11/01 21:00:00,35.61617102660904,True +2017/11/01 22:00:00,28.899312616888707,True +2017/11/01 23:00:00,21.577398402247873,True +2017/11/02 00:00:00,11.68264058029907,True +2017/11/02 01:00:00,10.203027238220447,True +2017/11/02 02:00:00,9.677833311883589,True +2017/11/02 03:00:00,8.984745792890832,True +2017/11/02 04:00:00,14.930748592971364,True +2017/11/02 05:00:00,17.820786151632902,True +2017/11/02 06:00:00,22.693933905255793,True +2017/11/02 07:00:00,30.097795758236174,True +2017/11/02 08:00:00,30.674228447889224,True +2017/11/02 09:00:00,34.890545358211114,True +2017/11/02 10:00:00,37.303428692288605,True +2017/11/02 11:00:00,38.83486286296171,True +2017/11/02 12:00:00,36.72424489729279,True +2017/11/02 13:00:00,36.92448756655903,True +2017/11/02 14:00:00,35.49093343080989,True +2017/11/02 15:00:00,35.124257298587615,True +2017/11/02 16:00:00,37.709993950198175,True +2017/11/02 17:00:00,38.41830195914736,True +2017/11/02 18:00:00,40.92585470678328,True +2017/11/02 19:00:00,41.30362059486237,True +2017/11/02 20:00:00,39.84591648406117,True +2017/11/02 21:00:00,37.47165885563484,True +2017/11/02 22:00:00,29.300162742569192,True +2017/11/02 23:00:00,21.803651005848366,True +2017/11/03 00:00:00,12.523107805402173,True +2017/11/03 01:00:00,9.256117884017772,True +2017/11/03 02:00:00,9.62696036227648,True +2017/11/03 03:00:00,8.972360297767914,True +2017/11/03 04:00:00,13.369650322002657,True +2017/11/03 05:00:00,18.643777016044215,True +2017/11/03 06:00:00,24.156727686551697,True +2017/11/03 07:00:00,30.035603884968573,True +2017/11/03 08:00:00,30.307123688033176,True +2017/11/03 09:00:00,34.428525826851036,True +2017/11/03 10:00:00,37.47365046486921,True +2017/11/03 11:00:00,38.320369554773805,True +2017/11/03 12:00:00,37.1039362020171,True +2017/11/03 13:00:00,37.23485909435048,True +2017/11/03 14:00:00,35.97916902201337,True +2017/11/03 15:00:00,35.63621379801742,True +2017/11/03 16:00:00,37.59913859554131,True +2017/11/03 17:00:00,38.48070611431995,True +2017/11/03 18:00:00,40.484669398171576,True +2017/11/03 19:00:00,41.573961930248274,True +2017/11/03 20:00:00,39.78563806331148,True +2017/11/03 21:00:00,36.66687501948887,True +2017/11/03 22:00:00,29.628596635033514,True +2017/11/03 23:00:00,22.463342079470138,True +2017/11/04 00:00:00,12.936555862274533,True +2017/11/04 01:00:00,10.388512125101984,True +2017/11/04 02:00:00,11.083999877211362,True +2017/11/04 03:00:00,10.605940457459065,True +2017/11/04 04:00:00,13.226327770635262,True +2017/11/04 05:00:00,14.446618879789854,True +2017/11/04 06:00:00,20.547430184397715,True +2017/11/04 07:00:00,26.305714385124862,True +2017/11/04 08:00:00,28.312298278712856,True +2017/11/04 09:00:00,32.92703908466961,True +2017/11/04 10:00:00,33.28712148525107,True +2017/11/04 11:00:00,35.844592082358936,True +2017/11/04 12:00:00,35.4336264541608,True +2017/11/04 13:00:00,36.279226313733716,True +2017/11/04 14:00:00,35.69157244781982,True +2017/11/04 15:00:00,36.24566539316856,True +2017/11/04 16:00:00,38.37090675344547,True +2017/11/04 17:00:00,39.517400659350706,True +2017/11/04 18:00:00,38.89684325565506,True +2017/11/04 19:00:00,37.36905934822651,True +2017/11/04 20:00:00,34.7794978068319,True +2017/11/04 21:00:00,32.27840806782046,True +2017/11/04 22:00:00,28.77990158118086,True +2017/11/04 23:00:00,22.47067893563722,True +2017/11/05 00:00:00,15.218248573685939,True +2017/11/05 01:00:00,12.708161608208071,True +2017/11/05 02:00:00,12.72755045055961,True +2017/11/05 03:00:00,12.011595434481553,True +2017/11/05 04:00:00,14.802191998948354,True +2017/11/05 05:00:00,19.474899938491987,True +2017/11/05 06:00:00,24.0477996388074,True +2017/11/05 07:00:00,27.113363515818644,True +2017/11/05 08:00:00,28.30795619912331,True +2017/11/05 09:00:00,30.831485076483887,True +2017/11/05 10:00:00,36.918398926435,True +2017/11/05 11:00:00,39.206801147716014,True +2017/11/05 12:00:00,38.365155832717065,True +2017/11/05 13:00:00,38.048879203916165,True +2017/11/05 14:00:00,36.70705182592518,True +2017/11/05 15:00:00,35.40766808695011,True +2017/11/05 16:00:00,33.806895755755,True +2017/11/05 17:00:00,35.60808448637302,True +2017/11/05 18:00:00,35.81532529643865,True +2017/11/05 19:00:00,35.897736756166566,True +2017/11/05 20:00:00,35.561755363563556,True +2017/11/05 21:00:00,34.444193071772936,True +2017/11/05 22:00:00,29.668883073190003,True +2017/11/05 23:00:00,21.93376674107196,True +2017/11/06 00:00:00,14.041477291722517,True +2017/11/06 01:00:00,13.225766621693923,True +2017/11/06 02:00:00,9.842823520469159,True +2017/11/06 03:00:00,10.836315799252567,True +2017/11/06 04:00:00,10.60815810350963,True +2017/11/06 05:00:00,13.997360567777262,True +2017/11/06 06:00:00,15.506928213352941,True +2017/11/06 07:00:00,23.33179283831663,True +2017/11/06 08:00:00,28.215141517641996,True +2017/11/06 09:00:00,30.153554082655102,True +2017/11/06 10:00:00,34.536838095679,True +2017/11/06 11:00:00,37.46443672469351,True +2017/11/06 12:00:00,38.41211338850929,True +2017/11/06 13:00:00,37.19537484608092,True +2017/11/06 14:00:00,36.69925227636584,True +2017/11/06 15:00:00,36.096828243661406,True +2017/11/06 16:00:00,35.523773122413004,True +2017/11/06 17:00:00,37.6717186317368,True +2017/11/06 18:00:00,40.734775154120484,True +2017/11/06 19:00:00,40.330344761401754,True +2017/11/06 20:00:00,41.45092188468804,True +2017/11/06 21:00:00,39.59686064715251,True +2017/11/06 22:00:00,36.308220404840355,True +2017/11/06 23:00:00,29.342778000836674,True +2017/11/07 00:00:00,21.81871767162181,True +2017/11/07 01:00:00,11.631125598925085,True +2017/11/07 02:00:00,9.334182576124782,True +2017/11/07 03:00:00,9.619637060820548,True +2017/11/07 04:00:00,9.057714059708768,True +2017/11/07 05:00:00,12.99320094487376,True +2017/11/07 06:00:00,17.15887224982753,True +2017/11/07 07:00:00,23.469404612816014,True +2017/11/07 08:00:00,27.580034560761963,True +2017/11/07 09:00:00,29.92932031664921,True +2017/11/07 10:00:00,34.13716111528398,True +2017/11/07 11:00:00,37.542073751287134,True +2017/11/07 12:00:00,39.650550058334794,True +2017/11/07 13:00:00,37.489130961005905,True +2017/11/07 14:00:00,38.249857845494574,True +2017/11/07 15:00:00,34.782609972706354,True +2017/11/07 16:00:00,35.6086555459163,True +2017/11/07 17:00:00,37.500541073409885,True +2017/11/07 18:00:00,40.5550750064756,True +2017/11/07 19:00:00,40.82149643923475,True +2017/11/07 20:00:00,40.77290424704481,True +2017/11/07 21:00:00,39.410878932636564,True +2017/11/07 22:00:00,35.66475768400142,True +2017/11/07 23:00:00,29.16424689117654,True +2017/11/08 00:00:00,21.23724151405084,True +2017/11/08 01:00:00,13.382755622335406,True +2017/11/08 02:00:00,11.25037177156464,True +2017/11/08 03:00:00,10.799410433441803,True +2017/11/08 04:00:00,8.956188639189364,True +2017/11/08 05:00:00,14.235028157592405,True +2017/11/08 06:00:00,16.770682421095742,True +2017/11/08 07:00:00,22.6734734518756,True +2017/11/08 08:00:00,27.902345698263144,True +2017/11/08 09:00:00,30.584137813131616,True +2017/11/08 10:00:00,34.496590571860224,True +2017/11/08 11:00:00,37.713109845188484,True +2017/11/08 12:00:00,38.40194762377395,True +2017/11/08 13:00:00,36.47745024558881,True +2017/11/08 14:00:00,37.17499905861621,True +2017/11/08 15:00:00,35.5272501528839,True +2017/11/08 16:00:00,35.33480883917191,True +2017/11/08 17:00:00,37.81356286307097,True +2017/11/08 18:00:00,40.86207025231001,True +2017/11/08 19:00:00,41.013032337504335,True +2017/11/08 20:00:00,41.67866183295387,True +2017/11/08 21:00:00,40.109044008470384,True +2017/11/08 22:00:00,36.86663682910531,True +2017/11/08 23:00:00,29.339608968531067,True +2017/11/09 00:00:00,20.96934235571473,True +2017/11/09 01:00:00,13.674735095576603,True +2017/11/09 02:00:00,11.24394683771665,True +2017/11/09 03:00:00,11.834095279334171,True +2017/11/09 04:00:00,10.492184401964515,True +2017/11/09 05:00:00,14.874631254120949,True +2017/11/09 06:00:00,17.248501298615224,True +2017/11/09 07:00:00,22.70623698933306,True +2017/11/09 08:00:00,27.76611215198801,True +2017/11/09 09:00:00,29.860664012465964,True +2017/11/09 10:00:00,34.12159222824843,True +2017/11/09 11:00:00,37.15037768946627,True +2017/11/09 12:00:00,38.14663238241286,True +2017/11/09 13:00:00,36.74416626008547,True +2017/11/09 14:00:00,37.05537790937317,True +2017/11/09 15:00:00,35.74756975241192,True +2017/11/09 16:00:00,34.88362619720202,True +2017/11/09 17:00:00,37.837018284726575,True +2017/11/09 18:00:00,40.271360461363884,True +2017/11/09 19:00:00,40.36497202720238,True +2017/11/09 20:00:00,41.08723770578998,True +2017/11/09 21:00:00,39.545399899878184,True +2017/11/09 22:00:00,36.245254551510754,True +2017/11/09 23:00:00,29.571724268898496,True +2017/11/10 00:00:00,22.101111516702947,True +2017/11/10 01:00:00,15.038616229847605,True +2017/11/10 02:00:00,11.928872258994316,True +2017/11/10 03:00:00,12.686209769665638,True +2017/11/10 04:00:00,12.263245676476997,True +2017/11/10 05:00:00,14.164760428838937,True +2017/11/10 06:00:00,18.08441604492451,True +2017/11/10 07:00:00,21.722260759199813,True +2017/11/10 08:00:00,27.290419061195863,True +2017/11/10 09:00:00,27.232507843158107,True +2017/11/10 10:00:00,31.356761021877336,True +2017/11/10 11:00:00,37.1116370973061,True +2017/11/10 12:00:00,38.974133202200484,True +2017/11/10 13:00:00,37.440849926280634,True +2017/11/10 14:00:00,37.26362553728797,True +2017/11/10 15:00:00,35.436597235175206,True +2017/11/10 16:00:00,35.168832798436235,True +2017/11/10 17:00:00,37.07990120326753,True +2017/11/10 18:00:00,40.28045262486808,True +2017/11/10 19:00:00,41.064349939364305,True +2017/11/10 20:00:00,41.000927791645665,True +2017/11/10 21:00:00,39.554801030604395,True +2017/11/10 22:00:00,36.28213854803408,True +2017/11/10 23:00:00,29.566941035444916,True +2017/11/11 00:00:00,21.337100385735887,True +2017/11/11 01:00:00,12.825085203425168,True +2017/11/11 02:00:00,11.318026521562267,True +2017/11/11 03:00:00,11.235530028931594,True +2017/11/11 04:00:00,11.730499020278012,True +2017/11/11 05:00:00,14.637157084772264,True +2017/11/11 06:00:00,14.75149432786122,True +2017/11/11 07:00:00,20.375262754079216,True +2017/11/11 08:00:00,22.999194380949834,True +2017/11/11 09:00:00,28.285143094016817,True +2017/11/11 10:00:00,33.55439620386539,True +2017/11/11 11:00:00,36.445452287460625,True +2017/11/11 12:00:00,36.39689301566568,True +2017/11/11 13:00:00,35.746404404308265,True +2017/11/11 14:00:00,35.352369352603425,True +2017/11/11 15:00:00,34.070476669182554,True +2017/11/11 16:00:00,34.54229769161633,True +2017/11/11 17:00:00,36.01295187296798,True +2017/11/11 18:00:00,40.912720627600486,True +2017/11/11 19:00:00,39.8229275062844,True +2017/11/11 20:00:00,38.47584130266971,True +2017/11/11 21:00:00,36.19582782771908,True +2017/11/11 22:00:00,36.14529539911342,True +2017/11/11 23:00:00,29.70174499373791,True +2017/11/12 00:00:00,20.108925726868037,True +2017/11/12 01:00:00,12.310488026080312,True +2017/11/12 02:00:00,9.748610934813602,True +2017/11/12 03:00:00,9.806374652351606,True +2017/11/12 04:00:00,9.246614603862817,True +2017/11/12 05:00:00,12.423716412378395,True +2017/11/12 06:00:00,16.794713218573474,True +2017/11/12 07:00:00,24.078397355724633,True +2017/11/12 08:00:00,20.43186101088652,True +2017/11/12 09:00:00,26.372523661735624,True +2017/11/12 10:00:00,27.54804820789874,True +2017/11/12 11:00:00,34.37862740739586,True +2017/11/12 12:00:00,36.6262908103879,True +2017/11/12 13:00:00,34.99356723384768,True +2017/11/12 14:00:00,34.076392581858734,True +2017/11/12 15:00:00,33.340361390416966,True +2017/11/12 16:00:00,33.093085066569515,True +2017/11/12 17:00:00,34.244233409399634,True +2017/11/12 18:00:00,36.62765178061684,True +2017/11/12 19:00:00,35.33520886702442,True +2017/11/12 20:00:00,35.502421252635486,True +2017/11/12 21:00:00,35.9307278828385,True +2017/11/12 22:00:00,34.969902966979355,True +2017/11/12 23:00:00,28.532371951334913,True +2017/11/13 00:00:00,21.837050167053942,True +2017/11/13 01:00:00,14.193843218499493,True +2017/11/13 02:00:00,11.971183564314911,True +2017/11/13 03:00:00,11.372797579104732,True +2017/11/13 04:00:00,12.135908443276321,True +2017/11/13 05:00:00,14.756580855483477,True +2017/11/13 06:00:00,16.338901550187657,True +2017/11/13 07:00:00,22.872250979935483,True +2017/11/13 08:00:00,28.384230274976794,True +2017/11/13 09:00:00,30.73325403862245,True +2017/11/13 10:00:00,35.29210304434937,True +2017/11/13 11:00:00,37.670476897059885,True +2017/11/13 12:00:00,39.050267849640775,True +2017/11/13 13:00:00,36.90467843231621,True +2017/11/13 14:00:00,37.238598733237104,True +2017/11/13 15:00:00,34.835163506093174,True +2017/11/13 16:00:00,35.83657140365261,True +2017/11/13 17:00:00,37.09852399487671,True +2017/11/13 18:00:00,39.96641620156525,True +2017/11/13 19:00:00,41.222472684359715,True +2017/11/13 20:00:00,41.2176855710424,True +2017/11/13 21:00:00,39.52056939056901,True +2017/11/13 22:00:00,36.258126909664774,True +2017/11/13 23:00:00,29.334114503424793,True +2017/11/14 00:00:00,21.93885239421907,True +2017/11/14 01:00:00,12.708680991563753,True +2017/11/14 02:00:00,11.249249118016547,True +2017/11/14 03:00:00,11.681690403960022,True +2017/11/14 04:00:00,9.054581340690111,True +2017/11/14 05:00:00,14.369776623536028,True +2017/11/14 06:00:00,16.37421265250122,True +2017/11/14 07:00:00,21.545862792269745,True +2017/11/14 08:00:00,28.06702330352326,True +2017/11/14 09:00:00,30.79260742514139,True +2017/11/14 10:00:00,35.35883006235648,True +2017/11/14 11:00:00,37.99132573483512,True +2017/11/14 12:00:00,38.80539837999665,True +2017/11/14 13:00:00,37.13430263704045,True +2017/11/14 14:00:00,37.10105058912567,True +2017/11/14 15:00:00,35.68069633216444,True +2017/11/14 16:00:00,35.40352078442304,True +2017/11/14 17:00:00,37.53555607565162,True +2017/11/14 18:00:00,40.706225366298135,True +2017/11/14 19:00:00,40.205718678691234,True +2017/11/14 20:00:00,41.18484065300543,True +2017/11/14 21:00:00,39.296000734177944,True +2017/11/14 22:00:00,36.79225001089977,True +2017/11/14 23:00:00,29.36987282151056,True +2017/11/15 00:00:00,21.66609090325893,True +2017/11/15 01:00:00,11.650077375188957,True +2017/11/15 02:00:00,9.311088043406528,True +2017/11/15 03:00:00,9.678106554843497,True +2017/11/15 04:00:00,8.98358075955667,True +2017/11/15 05:00:00,12.350974171363896,True +2017/11/15 06:00:00,16.836432648884557,True +2017/11/15 07:00:00,22.11400534757574,True +2017/11/15 08:00:00,25.323618172531813,True +2017/11/15 09:00:00,29.92270444533631,True +2017/11/15 10:00:00,34.24179988348358,True +2017/11/15 11:00:00,37.21052376731963,True +2017/11/15 12:00:00,38.697023568212565,True +2017/11/15 13:00:00,36.85144060302026,True +2017/11/15 14:00:00,37.66651797912298,True +2017/11/15 15:00:00,35.21362157455296,True +2017/11/15 16:00:00,35.2033998884132,True +2017/11/15 17:00:00,38.08212839005326,True +2017/11/15 18:00:00,40.5242810661749,True +2017/11/15 19:00:00,41.0100651486103,True +2017/11/15 20:00:00,40.834985214308574,True +2017/11/15 21:00:00,39.42333150372428,True +2017/11/15 22:00:00,36.5285917990053,True +2017/11/15 23:00:00,30.266018867898133,True +2017/11/16 00:00:00,22.786467260771595,True +2017/11/16 01:00:00,13.799678233562622,True +2017/11/16 02:00:00,10.849540569598949,True +2017/11/16 03:00:00,11.401717756976861,True +2017/11/16 04:00:00,11.902815226883979,True +2017/11/16 05:00:00,14.489744365014964,True +2017/11/16 06:00:00,16.754438431969387,True +2017/11/16 07:00:00,22.478001989344463,True +2017/11/16 08:00:00,25.982415601606778,True +2017/11/16 09:00:00,27.276394776399375,True +2017/11/16 10:00:00,33.75639220282472,True +2017/11/16 11:00:00,38.4030654017446,True +2017/11/16 12:00:00,41.803945997094324,True +2017/11/16 13:00:00,40.40808663774068,True +2017/11/16 14:00:00,38.8479254155174,True +2017/11/16 15:00:00,36.76420165005959,True +2017/11/16 16:00:00,36.63292442934368,True +2017/11/16 17:00:00,40.505664551919324,True +2017/11/16 18:00:00,44.39351205689274,True +2017/11/16 19:00:00,40.65236323841561,True +2017/11/16 20:00:00,40.99309236334927,True +2017/11/16 21:00:00,39.31520196667864,True +2017/11/16 22:00:00,36.31132258073895,True +2017/11/16 23:00:00,29.369473462128934,True +2017/11/17 00:00:00,22.393475909107334,True +2017/11/17 01:00:00,13.296569064082265,True +2017/11/17 02:00:00,9.261298504883833,True +2017/11/17 03:00:00,11.096706686914832,True +2017/11/17 04:00:00,12.013267635682888,True +2017/11/17 05:00:00,14.33451210090574,True +2017/11/17 06:00:00,17.34451201557342,True +2017/11/17 07:00:00,22.388533024285305,True +2017/11/17 08:00:00,27.97393763210534,True +2017/11/17 09:00:00,31.080221202252968,True +2017/11/17 10:00:00,34.5106741462438,True +2017/11/17 11:00:00,37.79915392677466,True +2017/11/17 12:00:00,38.83361690429103,True +2017/11/17 13:00:00,37.11020630239838,True +2017/11/17 14:00:00,37.23794570701591,True +2017/11/17 15:00:00,35.62083869998321,True +2017/11/17 16:00:00,35.266107623856136,True +2017/11/17 17:00:00,37.86530162494281,True +2017/11/17 18:00:00,40.87100000323023,True +2017/11/17 19:00:00,40.44111913760556,True +2017/11/17 20:00:00,41.345849552177796,True +2017/11/17 21:00:00,40.115590300347186,True +2017/11/17 22:00:00,36.509008805473094,True +2017/11/17 23:00:00,29.130437167084317,True +2017/11/18 00:00:00,21.78966739941104,True +2017/11/18 01:00:00,15.185837170441346,True +2017/11/18 02:00:00,9.472355486158897,True +2017/11/18 03:00:00,9.464900318671546,True +2017/11/18 04:00:00,9.004427728371553,True +2017/11/18 05:00:00,13.611194017669217,True +2017/11/18 06:00:00,17.827464444224628,True +2017/11/18 07:00:00,23.679455952886055,True +2017/11/18 08:00:00,22.370161573281838,True +2017/11/18 09:00:00,27.728908331869153,True +2017/11/18 10:00:00,33.36409113726628,True +2017/11/18 11:00:00,36.130708902791454,True +2017/11/18 12:00:00,37.228101998471836,True +2017/11/18 13:00:00,35.692194830579396,True +2017/11/18 14:00:00,35.71448075367481,True +2017/11/18 15:00:00,33.84120470507069,True +2017/11/18 16:00:00,34.088368825040455,True +2017/11/18 17:00:00,35.55277448415357,True +2017/11/18 18:00:00,41.17047684301567,True +2017/11/18 19:00:00,40.15840331948234,True +2017/11/18 20:00:00,38.17778156252827,True +2017/11/18 21:00:00,36.21496401514991,True +2017/11/18 22:00:00,35.630953439759274,True +2017/11/18 23:00:00,29.029440039192227,True +2017/11/19 00:00:00,20.150851938982445,True +2017/11/19 01:00:00,12.322797154798964,True +2017/11/19 02:00:00,9.703715350205849,True +2017/11/19 03:00:00,9.767487620526586,True +2017/11/19 04:00:00,9.249351408984552,True +2017/11/19 05:00:00,12.674483660037346,True +2017/11/19 06:00:00,17.336174754088784,True +2017/11/19 07:00:00,23.874598944148506,True +2017/11/19 08:00:00,21.847282564412886,True +2017/11/19 09:00:00,26.860192373553865,True +2017/11/19 10:00:00,27.67780131408759,True +2017/11/19 11:00:00,34.471704294196755,True +2017/11/19 12:00:00,36.53544328970551,True +2017/11/19 13:00:00,34.528779402318584,True +2017/11/19 14:00:00,34.182437725482934,True +2017/11/19 15:00:00,32.72326530686834,True +2017/11/19 16:00:00,32.280045127932574,True +2017/11/19 17:00:00,34.231856637245414,True +2017/11/19 18:00:00,36.753784262879215,True +2017/11/19 19:00:00,35.46311905055445,True +2017/11/19 20:00:00,35.13523086258594,True +2017/11/19 21:00:00,35.59396707718109,True +2017/11/19 22:00:00,34.068972682088706,True +2017/11/19 23:00:00,28.591692916275406,True +2017/11/20 00:00:00,21.438510073362536,True +2017/11/20 01:00:00,14.616820759779154,True +2017/11/20 02:00:00,9.747394241619432,True +2017/11/20 03:00:00,11.378193172264456,True +2017/11/20 04:00:00,12.255497954443468,True +2017/11/20 05:00:00,14.708091216125805,True +2017/11/20 06:00:00,17.687911588687946,True +2017/11/20 07:00:00,22.202234379887994,True +2017/11/20 08:00:00,28.021004982659964,True +2017/11/20 09:00:00,30.433494621158236,True +2017/11/20 10:00:00,34.490210880715686,True +2017/11/20 11:00:00,37.13775732548476,True +2017/11/20 12:00:00,38.330363452334296,True +2017/11/20 13:00:00,36.57959628505261,True +2017/11/20 14:00:00,36.90866588061004,True +2017/11/20 15:00:00,35.62746640957949,True +2017/11/20 16:00:00,35.16945142691002,True +2017/11/20 17:00:00,37.44248024548395,True +2017/11/20 18:00:00,40.8207556341349,True +2017/11/20 19:00:00,40.78433356804324,True +2017/11/20 20:00:00,40.523534283863,True +2017/11/20 21:00:00,40.03207005702874,True +2017/11/20 22:00:00,36.670751709410524,True +2017/11/20 23:00:00,30.132061892611503,True +2017/11/21 00:00:00,20.77291245854864,True +2017/11/21 01:00:00,13.695454333068708,True +2017/11/21 02:00:00,12.163107242905854,True +2017/11/21 03:00:00,11.354654290321472,True +2017/11/21 04:00:00,9.061329108562228,True +2017/11/21 05:00:00,13.250138578113885,True +2017/11/21 06:00:00,15.22202266723886,True +2017/11/21 07:00:00,21.00336476085644,True +2017/11/21 08:00:00,28.02082858071071,True +2017/11/21 09:00:00,30.656713024386764,True +2017/11/21 10:00:00,34.57518234179567,True +2017/11/21 11:00:00,38.18765925474322,True +2017/11/21 12:00:00,38.500407173425195,True +2017/11/21 13:00:00,38.04719671143232,True +2017/11/21 14:00:00,37.91626527027358,True +2017/11/21 15:00:00,35.97007908655087,True +2017/11/21 16:00:00,35.61577487608309,True +2017/11/21 17:00:00,38.12981039021783,True +2017/11/21 18:00:00,41.697730027092696,True +2017/11/21 19:00:00,41.456429168771685,True +2017/11/21 20:00:00,42.32668757720668,True +2017/11/21 21:00:00,40.27968196434828,True +2017/11/21 22:00:00,37.115676366422264,True +2017/11/21 23:00:00,29.64713986486343,True +2017/11/22 00:00:00,21.66391486262172,True +2017/11/22 01:00:00,11.724763653898513,True +2017/11/22 02:00:00,9.33617277829203,True +2017/11/22 03:00:00,9.655598927201693,True +2017/11/22 04:00:00,9.049620567953447,True +2017/11/22 05:00:00,12.743562902093563,True +2017/11/22 06:00:00,17.5718082350707,True +2017/11/22 07:00:00,22.459226285288572,True +2017/11/22 08:00:00,26.513569724744972,True +2017/11/22 09:00:00,29.824833651474023,True +2017/11/22 10:00:00,33.723744949896385,True +2017/11/22 11:00:00,37.470612980653925,True +2017/11/22 12:00:00,39.589147650133974,True +2017/11/22 13:00:00,37.48123288237277,True +2017/11/22 14:00:00,37.85800658576293,True +2017/11/22 15:00:00,35.71324122034141,True +2017/11/22 16:00:00,35.55984481790389,True +2017/11/22 17:00:00,37.97548765206115,True +2017/11/22 18:00:00,40.969406916189286,True +2017/11/22 19:00:00,41.26124163191862,True +2017/11/22 20:00:00,41.44348263021652,True +2017/11/22 21:00:00,39.738480505884134,True +2017/11/22 22:00:00,36.26965302599991,True +2017/11/22 23:00:00,29.27248037989028,True +2017/11/23 00:00:00,19.17801424742587,True +2017/11/23 01:00:00,11.701397919979629,True +2017/11/23 02:00:00,9.364050347060484,True +2017/11/23 03:00:00,9.581476457694173,True +2017/11/23 04:00:00,9.079697306422828,True +2017/11/23 05:00:00,13.40820885974064,True +2017/11/23 06:00:00,18.40686002921984,True +2017/11/23 07:00:00,23.989635429031512,True +2017/11/23 08:00:00,25.562828934683417,True +2017/11/23 09:00:00,30.01237167097465,True +2017/11/23 10:00:00,33.91941435926433,True +2017/11/23 11:00:00,37.75809250186216,True +2017/11/23 12:00:00,39.10655602958652,True +2017/11/23 13:00:00,37.925031767897465,True +2017/11/23 14:00:00,37.64595756686982,True +2017/11/23 15:00:00,36.0825010692761,True +2017/11/23 16:00:00,35.29842415262912,True +2017/11/23 17:00:00,38.06097979454555,True +2017/11/23 18:00:00,41.16641416315512,True +2017/11/23 19:00:00,40.984002505033985,True +2017/11/23 20:00:00,41.47737319240609,True +2017/11/23 21:00:00,40.104508561105796,True +2017/11/23 22:00:00,36.27965544902991,True +2017/11/23 23:00:00,29.18863840853099,True +2017/11/24 00:00:00,19.21367763632248,True +2017/11/24 01:00:00,12.591634717144464,True +2017/11/24 02:00:00,9.289494580529201,True +2017/11/24 03:00:00,9.614866789387754,True +2017/11/24 04:00:00,9.22466112914547,True +2017/11/24 05:00:00,12.578467282827678,True +2017/11/24 06:00:00,16.698182186511158,True +2017/11/24 07:00:00,22.118149623634203,True +2017/11/24 08:00:00,26.61343716769427,True +2017/11/24 09:00:00,27.92611999742423,True +2017/11/24 10:00:00,33.70966620893149,True +2017/11/24 11:00:00,37.44932835240128,True +2017/11/24 12:00:00,39.32458480858875,True +2017/11/24 13:00:00,36.995119666883575,True +2017/11/24 14:00:00,37.11780625002026,True +2017/11/24 15:00:00,35.721317939073806,True +2017/11/24 16:00:00,35.07188940485525,True +2017/11/24 17:00:00,38.75774138711532,True +2017/11/24 18:00:00,41.508407207968354,True +2017/11/24 19:00:00,41.593970539635464,True +2017/11/24 20:00:00,41.70731185470948,True +2017/11/24 21:00:00,40.060644417965314,True +2017/11/24 22:00:00,36.64975317469005,True +2017/11/24 23:00:00,29.17575008498078,True +2017/11/25 00:00:00,20.057958594448866,True +2017/11/25 01:00:00,12.575457938758726,True +2017/11/25 02:00:00,9.398673097937706,True +2017/11/25 03:00:00,9.554912934071405,True +2017/11/25 04:00:00,8.916344609655,True +2017/11/25 05:00:00,12.45286376180604,True +2017/11/25 06:00:00,16.866029345067478,True +2017/11/25 07:00:00,22.10863959648798,True +2017/11/25 08:00:00,22.646382057836263,True +2017/11/25 09:00:00,27.707655042779834,True +2017/11/25 10:00:00,33.624901909846976,True +2017/11/25 11:00:00,36.4183663335851,True +2017/11/25 12:00:00,37.100299399465776,True +2017/11/25 13:00:00,35.45467706397601,True +2017/11/25 14:00:00,35.116039889086345,True +2017/11/25 15:00:00,31.123647479097865,True +2017/11/25 16:00:00,33.07264703548817,True +2017/11/25 17:00:00,35.553026123168756,True +2017/11/25 18:00:00,41.05456648955526,True +2017/11/25 19:00:00,39.52787293476093,True +2017/11/25 20:00:00,37.38508864712972,True +2017/11/25 21:00:00,35.55463309831422,True +2017/11/25 22:00:00,35.70209746756477,True +2017/11/25 23:00:00,29.870983113688112,True +2017/11/26 00:00:00,23.682934996160355,True +2017/11/26 01:00:00,15.109422863004063,True +2017/11/26 02:00:00,11.22802480272984,True +2017/11/26 03:00:00,11.253127966396427,True +2017/11/26 04:00:00,10.122988994920766,True +2017/11/26 05:00:00,14.047756173152667,True +2017/11/26 06:00:00,18.147244514892204,True +2017/11/26 07:00:00,24.206670214290202,True +2017/11/26 08:00:00,23.198163439313028,True +2017/11/26 09:00:00,26.626556630224528,True +2017/11/26 10:00:00,27.6821128090776,True +2017/11/26 11:00:00,33.43080912089484,True +2017/11/26 12:00:00,37.449351668153454,True +2017/11/26 13:00:00,36.46387225042793,True +2017/11/26 14:00:00,37.95420750243092,True +2017/11/26 15:00:00,34.47227003951955,True +2017/11/26 16:00:00,34.7680095240002,True +2017/11/26 17:00:00,33.80595155586816,True +2017/11/26 18:00:00,36.00874362676173,True +2017/11/26 19:00:00,32.36049516110179,True +2017/11/26 20:00:00,32.40675677983464,True +2017/11/26 21:00:00,32.48133201777513,True +2017/11/26 22:00:00,31.1703004115959,True +2017/11/26 23:00:00,27.703682500074112,True +2017/11/27 00:00:00,21.326818808430357,True +2017/11/27 01:00:00,14.660860447348211,True +2017/11/27 02:00:00,12.552633035123,True +2017/11/27 03:00:00,12.498827465024426,True +2017/11/27 04:00:00,12.794355777730912,True +2017/11/27 05:00:00,16.846136265900732,True +2017/11/27 06:00:00,18.554601843331728,True +2017/11/27 07:00:00,24.29908576721224,True +2017/11/27 08:00:00,29.71745301636507,True +2017/11/27 09:00:00,32.18036540232284,True +2017/11/27 10:00:00,33.81605914700077,True +2017/11/27 11:00:00,34.387154636370575,True +2017/11/27 12:00:00,37.35058980476594,True +2017/11/27 13:00:00,35.97723199503368,True +2017/11/27 14:00:00,37.152764788293304,True +2017/11/27 15:00:00,35.74396884875838,True +2017/11/27 16:00:00,35.740352239315506,True +2017/11/27 17:00:00,38.1261512948132,True +2017/11/27 18:00:00,41.254046562482124,True +2017/11/27 19:00:00,40.906755993022145,True +2017/11/27 20:00:00,41.11887574533849,True +2017/11/27 21:00:00,39.65666123614557,True +2017/11/27 22:00:00,36.426380969972314,True +2017/11/27 23:00:00,29.053205807362197,True +2017/11/28 00:00:00,21.81339013049906,True +2017/11/28 01:00:00,14.4203195854459,True +2017/11/28 02:00:00,11.207326576726981,True +2017/11/28 03:00:00,11.93153216587627,True +2017/11/28 04:00:00,9.042317087247568,True +2017/11/28 05:00:00,14.845216066007291,True +2017/11/28 06:00:00,15.26739872771335,True +2017/11/28 07:00:00,22.75306004930561,True +2017/11/28 08:00:00,27.667133584868647,True +2017/11/28 09:00:00,30.73593481108347,True +2017/11/28 10:00:00,34.516172585939444,True +2017/11/28 11:00:00,37.91609456386944,True +2017/11/28 12:00:00,39.15823200326566,True +2017/11/28 13:00:00,37.991745970462105,True +2017/11/28 14:00:00,37.706953929269034,True +2017/11/28 15:00:00,36.1963654923981,True +2017/11/28 16:00:00,35.52856430497315,True +2017/11/28 17:00:00,38.328361184948584,True +2017/11/28 18:00:00,41.32730962201999,True +2017/11/28 19:00:00,41.63833836288892,True +2017/11/28 20:00:00,42.139676395137535,True +2017/11/28 21:00:00,40.31014308038157,True +2017/11/28 22:00:00,36.92501947086575,True +2017/11/28 23:00:00,29.650208685370437,True +2017/11/29 00:00:00,21.836261475584053,True +2017/11/29 01:00:00,11.660885759687016,True +2017/11/29 02:00:00,9.390104432320145,True +2017/11/29 03:00:00,9.65917079116596,True +2017/11/29 04:00:00,9.117600509500786,True +2017/11/29 05:00:00,13.652111870217807,True +2017/11/29 06:00:00,18.703161635413657,True +2017/11/29 07:00:00,24.308746129062555,True +2017/11/29 08:00:00,26.028525324328296,True +2017/11/29 09:00:00,29.92723700783268,True +2017/11/29 10:00:00,33.84104746791895,True +2017/11/29 11:00:00,38.20179645236323,True +2017/11/29 12:00:00,39.152821871268344,True +2017/11/29 13:00:00,37.61446951324245,True +2017/11/29 14:00:00,38.13428842086424,True +2017/11/29 15:00:00,35.99781455171264,True +2017/11/29 16:00:00,35.84828323168565,True +2017/11/29 17:00:00,38.126806110484345,True +2017/11/29 18:00:00,41.52519605719706,True +2017/11/29 19:00:00,41.53017511947832,True +2017/11/29 20:00:00,41.85036828899508,True +2017/11/29 21:00:00,40.50324189819064,True +2017/11/29 22:00:00,36.84895315388781,True +2017/11/29 23:00:00,29.32755287206036,True +2017/11/30 00:00:00,21.75746242095631,True +2017/11/30 01:00:00,11.682410504278813,True +2017/11/30 02:00:00,9.353058952939817,True +2017/11/30 03:00:00,10.20982897067042,True +2017/11/30 04:00:00,8.94823551401555,True +2017/11/30 05:00:00,14.176765452417081,True +2017/11/30 06:00:00,17.301014010642568,True +2017/11/30 07:00:00,22.584595037230354,True +2017/11/30 08:00:00,27.9028341718444,True +2017/11/30 09:00:00,30.067278393776295,True +2017/11/30 10:00:00,34.08623979076895,True +2017/11/30 11:00:00,37.51615191049505,True +2017/11/30 12:00:00,39.046339411241476,True +2017/11/30 13:00:00,36.803320581465954,True +2017/11/30 14:00:00,38.44377132299324,True +2017/11/30 15:00:00,36.194194118115604,True +2017/11/30 16:00:00,35.85225893065993,True +2017/11/30 17:00:00,38.55588250295682,True +2017/11/30 18:00:00,41.543258833220314,True +2017/11/30 19:00:00,41.99075532163191,True +2017/11/30 20:00:00,41.87995212910338,True +2017/11/30 21:00:00,40.581923014427936,True +2017/11/30 22:00:00,36.824566273800315,True +2017/11/30 23:00:00,29.464930542070558,True +2017/12/01 00:00:00,21.48440572812612,True +2017/12/01 01:00:00,15.439944155839894,True +2017/12/01 02:00:00,11.53670155702667,True +2017/12/01 03:00:00,10.862356160252613,True +2017/12/01 04:00:00,10.767981844050963,True +2017/12/01 05:00:00,14.574962359956574,True +2017/12/01 06:00:00,16.858906555145516,True +2017/12/01 07:00:00,23.65078507190978,True +2017/12/01 08:00:00,30.655516809063577,True +2017/12/01 09:00:00,27.571073348254593,True +2017/12/01 10:00:00,30.798149868610942,True +2017/12/01 11:00:00,36.86458033139481,True +2017/12/01 12:00:00,36.9186302704033,True +2017/12/01 13:00:00,33.01057235452143,True +2017/12/01 14:00:00,38.26822024402076,True +2017/12/01 15:00:00,35.5809778614813,True +2017/12/01 16:00:00,34.78411435412018,True +2017/12/01 17:00:00,36.95459171787047,True +2017/12/01 18:00:00,40.55422073423472,True +2017/12/01 19:00:00,40.59199265554685,True +2017/12/01 20:00:00,41.52916976947661,True +2017/12/01 21:00:00,39.90863167622867,True +2017/12/01 22:00:00,36.470595123391575,True +2017/12/01 23:00:00,28.991636910182613,True +2017/12/02 00:00:00,22.785558149727112,True +2017/12/02 01:00:00,14.231575899281186,True +2017/12/02 02:00:00,11.435502163391696,True +2017/12/02 03:00:00,11.302299602439472,True +2017/12/02 04:00:00,10.421975815356072,True +2017/12/02 05:00:00,14.302528423092681,True +2017/12/02 06:00:00,16.630104223613834,True +2017/12/02 07:00:00,22.704736033279023,True +2017/12/02 08:00:00,25.816114243294027,True +2017/12/02 09:00:00,29.025958962970012,True +2017/12/02 10:00:00,33.6009179769981,True +2017/12/02 11:00:00,36.80864661148883,True +2017/12/02 12:00:00,37.52967844196585,True +2017/12/02 13:00:00,36.25300950281896,True +2017/12/02 14:00:00,36.02816634797346,True +2017/12/02 15:00:00,34.08403334110136,True +2017/12/02 16:00:00,34.05616709926522,True +2017/12/02 17:00:00,36.139553858509395,True +2017/12/02 18:00:00,40.62532083146936,True +2017/12/02 19:00:00,39.86399133005167,True +2017/12/02 20:00:00,38.32983887633692,True +2017/12/02 21:00:00,36.40373566569172,True +2017/12/02 22:00:00,35.89859110104674,True +2017/12/02 23:00:00,29.483295605995693,True +2017/12/03 00:00:00,22.508124567195722,True +2017/12/03 01:00:00,12.392561247435701,True +2017/12/03 02:00:00,9.684482047043423,True +2017/12/03 03:00:00,10.06285028176068,True +2017/12/03 04:00:00,9.476513678644002,True +2017/12/03 05:00:00,13.187393207246684,True +2017/12/03 06:00:00,18.03068707177255,True +2017/12/03 07:00:00,24.132284739220133,True +2017/12/03 08:00:00,24.746590869647925,True +2017/12/03 09:00:00,27.19465606332449,True +2017/12/03 10:00:00,27.82152409247043,True +2017/12/03 11:00:00,34.05641645839442,True +2017/12/03 12:00:00,36.84068936064097,True +2017/12/03 13:00:00,34.78489404634076,True +2017/12/03 14:00:00,34.99325417253247,True +2017/12/03 15:00:00,32.51633935259678,True +2017/12/03 16:00:00,32.51337163942586,True +2017/12/03 17:00:00,35.019651170071825,True +2017/12/03 18:00:00,37.24524408494298,True +2017/12/03 19:00:00,35.976755062230794,True +2017/12/03 20:00:00,35.475910972946345,True +2017/12/03 21:00:00,35.72224134649449,True +2017/12/03 22:00:00,33.98922739358044,True +2017/12/03 23:00:00,25.796407632872352,True +2017/12/04 00:00:00,19.072466186332388,True +2017/12/04 01:00:00,12.226342393221177,True +2017/12/04 02:00:00,10.766284192207593,True +2017/12/04 03:00:00,11.873310576199412,True +2017/12/04 04:00:00,11.789937716265426,True +2017/12/04 05:00:00,13.531704233410109,True +2017/12/04 06:00:00,19.06214789595933,True +2017/12/04 07:00:00,24.257333415483895,True +2017/12/04 08:00:00,29.71424432469858,True +2017/12/04 09:00:00,27.62881379841955,True +2017/12/04 10:00:00,33.61129977762942,True +2017/12/04 11:00:00,37.46960891828595,True +2017/12/04 12:00:00,39.44776507460099,True +2017/12/04 13:00:00,36.97581493094261,True +2017/12/04 14:00:00,37.56998346230937,True +2017/12/04 15:00:00,35.122072220479666,True +2017/12/04 16:00:00,35.10295047022936,True +2017/12/04 17:00:00,37.408312929321916,True +2017/12/04 18:00:00,40.71398068894574,True +2017/12/04 19:00:00,41.05087280939838,True +2017/12/04 20:00:00,40.95778493488577,True +2017/12/04 21:00:00,39.7172739003352,True +2017/12/04 22:00:00,35.888501933303665,True +2017/12/04 23:00:00,26.818444279214575,True +2017/12/05 00:00:00,19.258541319807858,True +2017/12/05 01:00:00,11.732967465573767,True +2017/12/05 02:00:00,9.351724378431674,True +2017/12/05 03:00:00,10.506154677782796,True +2017/12/05 04:00:00,11.141994473156362,True +2017/12/05 05:00:00,15.079021063545369,True +2017/12/05 06:00:00,19.0102335067573,True +2017/12/05 07:00:00,23.39697701997015,True +2017/12/05 08:00:00,29.215387843805065,True +2017/12/05 09:00:00,27.612101862618367,True +2017/12/05 10:00:00,31.843985830627762,True +2017/12/05 11:00:00,36.210767944166435,True +2017/12/05 12:00:00,38.02907972361042,True +2017/12/05 13:00:00,37.26976382845621,True +2017/12/05 14:00:00,37.175647053930014,True +2017/12/05 15:00:00,34.704973689882145,True +2017/12/05 16:00:00,34.44819127587654,True +2017/12/05 17:00:00,36.39625569950979,True +2017/12/05 18:00:00,40.74906731083317,True +2017/12/05 19:00:00,39.47511004478813,True +2017/12/05 20:00:00,41.108769879296695,True +2017/12/05 21:00:00,39.470156102031396,True +2017/12/05 22:00:00,35.72873820928494,True +2017/12/05 23:00:00,26.882440856275608,True +2017/12/06 00:00:00,19.2978086642278,True +2017/12/06 01:00:00,11.780004472582826,True +2017/12/06 02:00:00,9.398215375979184,True +2017/12/06 03:00:00,9.817846514850146,True +2017/12/06 04:00:00,11.59584016817012,True +2017/12/06 05:00:00,14.672404034023128,True +2017/12/06 06:00:00,18.030292178603037,True +2017/12/06 07:00:00,23.50730755679609,True +2017/12/06 08:00:00,29.075751399685682,True +2017/12/06 09:00:00,27.55208224304141,True +2017/12/06 10:00:00,31.660762341526997,True +2017/12/06 11:00:00,36.973302950087856,True +2017/12/06 12:00:00,37.59903605047456,True +2017/12/06 13:00:00,35.840295130959774,True +2017/12/06 14:00:00,37.582013909739544,True +2017/12/06 15:00:00,34.92280669953163,True +2017/12/06 16:00:00,35.061656210647236,True +2017/12/06 17:00:00,37.20578641844907,True +2017/12/06 18:00:00,40.86460401007793,True +2017/12/06 19:00:00,40.66445102849661,True +2017/12/06 20:00:00,40.728939280304,True +2017/12/06 21:00:00,39.25567904570978,True +2017/12/06 22:00:00,33.64433785024395,True +2017/12/06 23:00:00,26.972027964656082,True +2017/12/07 00:00:00,19.43220690717712,True +2017/12/07 01:00:00,13.95512056587129,True +2017/12/07 02:00:00,12.952447571676672,True +2017/12/07 03:00:00,11.918765898456241,True +2017/12/07 04:00:00,12.366486490927485,True +2017/12/07 05:00:00,14.612522829992688,True +2017/12/07 06:00:00,18.12454015714576,True +2017/12/07 07:00:00,23.838274702358614,True +2017/12/07 08:00:00,28.171180320758054,True +2017/12/07 09:00:00,27.479863479656693,True +2017/12/07 10:00:00,31.516906828838675,True +2017/12/07 11:00:00,34.786788811342525,True +2017/12/07 12:00:00,38.40082697051171,True +2017/12/07 13:00:00,37.05255397991177,True +2017/12/07 14:00:00,35.53026941733259,True +2017/12/07 15:00:00,34.91492148563072,True +2017/12/07 16:00:00,34.43561968690371,True +2017/12/07 17:00:00,37.229289656602155,True +2017/12/07 18:00:00,40.29564717239558,True +2017/12/07 19:00:00,40.674349905285865,True +2017/12/07 20:00:00,40.592309343761166,True +2017/12/07 21:00:00,37.856902877536356,True +2017/12/07 22:00:00,33.63770105684536,True +2017/12/07 23:00:00,27.081513756420573,True +2017/12/08 00:00:00,19.351277725127396,True +2017/12/08 01:00:00,13.794244547095435,True +2017/12/08 02:00:00,10.040376417103381,True +2017/12/08 03:00:00,12.456822615828463,True +2017/12/08 04:00:00,11.060166217292094,True +2017/12/08 05:00:00,14.344070628516608,True +2017/12/08 06:00:00,18.207153403606057,True +2017/12/08 07:00:00,24.518060386462686,True +2017/12/08 08:00:00,28.05473005311429,True +2017/12/08 09:00:00,27.757103805617973,True +2017/12/08 10:00:00,31.471061767911547,True +2017/12/08 11:00:00,35.04518510145721,True +2017/12/08 12:00:00,38.42050624672509,True +2017/12/08 13:00:00,36.93015633494991,True +2017/12/08 14:00:00,35.39813884430274,True +2017/12/08 15:00:00,33.5442548366055,True +2017/12/08 16:00:00,34.79062746201119,True +2017/12/08 17:00:00,37.39256552868304,True +2017/12/08 18:00:00,40.696771298353774,True +2017/12/08 19:00:00,41.06884469342293,True +2017/12/08 20:00:00,40.766867239562785,True +2017/12/08 21:00:00,39.076357417293586,True +2017/12/08 22:00:00,35.80704165245388,True +2017/12/08 23:00:00,26.876241755950176,True +2017/12/09 00:00:00,20.083814392591158,True +2017/12/09 01:00:00,13.113548588002462,True +2017/12/09 02:00:00,10.594377303514925,True +2017/12/09 03:00:00,10.842839205274005,True +2017/12/09 04:00:00,12.23263962967165,True +2017/12/09 05:00:00,14.94659274426203,True +2017/12/09 06:00:00,17.095902319563866,True +2017/12/09 07:00:00,23.798777943411796,True +2017/12/09 08:00:00,24.823178456701427,True +2017/12/09 09:00:00,25.37539905865908,True +2017/12/09 10:00:00,32.920093836307714,True +2017/12/09 11:00:00,36.24663580809704,True +2017/12/09 12:00:00,37.149380842697234,True +2017/12/09 13:00:00,35.37221493391541,True +2017/12/09 14:00:00,35.06616460204587,True +2017/12/09 15:00:00,33.13141406665267,True +2017/12/09 16:00:00,32.841118719724314,True +2017/12/09 17:00:00,35.2303414144538,True +2017/12/09 18:00:00,39.75798444950439,True +2017/12/09 19:00:00,39.185412713160275,True +2017/12/09 20:00:00,37.129322575458694,True +2017/12/09 21:00:00,33.154954833828455,True +2017/12/09 22:00:00,32.98673822881117,True +2017/12/09 23:00:00,28.085416041286727,True +2017/12/10 00:00:00,22.61136900288707,True +2017/12/10 01:00:00,14.999034583967754,True +2017/12/10 02:00:00,12.406494082332161,True +2017/12/10 03:00:00,13.188705631668249,True +2017/12/10 04:00:00,12.18742666614579,True +2017/12/10 05:00:00,13.649234763766454,True +2017/12/10 06:00:00,18.614413718236147,True +2017/12/10 07:00:00,24.773115970588346,True +2017/12/10 08:00:00,25.94761119832474,True +2017/12/10 09:00:00,24.75351437301888,True +2017/12/10 10:00:00,25.22434806551593,True +2017/12/10 11:00:00,31.470692183505964,True +2017/12/10 12:00:00,33.95364362700267,True +2017/12/10 13:00:00,34.06078718657642,True +2017/12/10 14:00:00,34.336458890505845,True +2017/12/10 15:00:00,29.804869057280033,True +2017/12/10 16:00:00,29.72038625145292,True +2017/12/10 17:00:00,32.3197473956798,True +2017/12/10 18:00:00,34.54764055581785,True +2017/12/10 19:00:00,33.3803438993687,True +2017/12/10 20:00:00,33.051605558013144,True +2017/12/10 21:00:00,34.12167037818236,True +2017/12/10 22:00:00,33.06476719715491,True +2017/12/10 23:00:00,27.141608499270774,True +2017/12/11 00:00:00,20.255990966332995,True +2017/12/11 01:00:00,14.375707572608277,True +2017/12/11 02:00:00,12.232801225453334,True +2017/12/11 03:00:00,12.442340955213654,True +2017/12/11 04:00:00,12.201185974060468,True +2017/12/11 05:00:00,14.765873285362941,True +2017/12/11 06:00:00,18.5123916373178,True +2017/12/11 07:00:00,24.47566840988761,True +2017/12/11 08:00:00,28.283731001639957,True +2017/12/11 09:00:00,27.573441893386345,True +2017/12/11 10:00:00,31.62342937165511,True +2017/12/11 11:00:00,34.94819624303226,True +2017/12/11 12:00:00,36.22510371504436,True +2017/12/11 13:00:00,36.21616205457735,True +2017/12/11 14:00:00,36.92570523135924,True +2017/12/11 15:00:00,32.3066929465351,True +2017/12/11 16:00:00,32.61545341034383,True +2017/12/11 17:00:00,34.75053707403103,True +2017/12/11 18:00:00,38.11009424053728,True +2017/12/11 19:00:00,38.43101810073843,True +2017/12/11 20:00:00,38.46982313957575,True +2017/12/11 21:00:00,38.17038421863763,True +2017/12/11 22:00:00,33.747561176655,True +2017/12/11 23:00:00,27.004967217821576,True +2017/12/12 00:00:00,19.46289486621919,True +2017/12/12 01:00:00,13.794435115563,True +2017/12/12 02:00:00,12.016844830838174,True +2017/12/12 03:00:00,11.323463233062139,True +2017/12/12 04:00:00,11.974428337470014,True +2017/12/12 05:00:00,14.853017188528776,True +2017/12/12 06:00:00,19.138171515660538,True +2017/12/12 07:00:00,23.791479550404166,True +2017/12/12 08:00:00,28.169399668675275,True +2017/12/12 09:00:00,27.744634023668688,True +2017/12/12 10:00:00,31.52384361748203,True +2017/12/12 11:00:00,35.007178494603785,True +2017/12/12 12:00:00,38.42812904370885,True +2017/12/12 13:00:00,36.921197567982375,True +2017/12/12 14:00:00,36.11851318990687,True +2017/12/12 15:00:00,35.083121821966095,True +2017/12/12 16:00:00,35.0251447509102,True +2017/12/12 17:00:00,37.62313648157738,True +2017/12/12 18:00:00,40.9236629313944,True +2017/12/12 19:00:00,40.831521715166076,True +2017/12/12 20:00:00,41.24840713650433,True +2017/12/12 21:00:00,39.79704460011479,True +2017/12/12 22:00:00,36.403059215183674,True +2017/12/12 23:00:00,29.301733955091372,True +2017/12/13 00:00:00,21.767619488696,True +2017/12/13 01:00:00,11.743518939925645,True +2017/12/13 02:00:00,9.973075182213138,True +2017/12/13 03:00:00,10.844134319809116,True +2017/12/13 04:00:00,10.501261870882654,True +2017/12/13 05:00:00,15.24999979523368,True +2017/12/13 06:00:00,19.35624371364576,True +2017/12/13 07:00:00,24.601509083735195,True +2017/12/13 08:00:00,30.216322605056153,True +2017/12/13 09:00:00,30.172834538980794,True +2017/12/13 10:00:00,34.2769466573141,True +2017/12/13 11:00:00,37.792060125568334,True +2017/12/13 12:00:00,38.96045749249523,True +2017/12/13 13:00:00,37.1853999702817,True +2017/12/13 14:00:00,37.86051346527395,True +2017/12/13 15:00:00,35.45683902138978,True +2017/12/13 16:00:00,35.712251734874634,True +2017/12/13 17:00:00,37.76885985525898,True +2017/12/13 18:00:00,41.57827151691634,True +2017/12/13 19:00:00,41.36950982630552,True +2017/12/13 20:00:00,41.98601024832824,True +2017/12/13 21:00:00,39.858519671127674,True +2017/12/13 22:00:00,36.661877245360074,True +2017/12/13 23:00:00,29.51246197456621,True +2017/12/14 00:00:00,22.134114119116525,True +2017/12/14 01:00:00,13.782187709055862,True +2017/12/14 02:00:00,11.455891546197547,True +2017/12/14 03:00:00,11.878355999592047,True +2017/12/14 04:00:00,10.565371658916039,True +2017/12/14 05:00:00,14.499073301931237,True +2017/12/14 06:00:00,17.33049420046958,True +2017/12/14 07:00:00,22.35615628131192,True +2017/12/14 08:00:00,30.31751742757789,True +2017/12/14 09:00:00,30.187267980591994,True +2017/12/14 10:00:00,34.17542443553945,True +2017/12/14 11:00:00,37.77053948610228,True +2017/12/14 12:00:00,39.10276740403064,True +2017/12/14 13:00:00,37.355601640224585,True +2017/12/14 14:00:00,37.35417486458045,True +2017/12/14 15:00:00,35.90402929592842,True +2017/12/14 16:00:00,35.75352297474107,True +2017/12/14 17:00:00,37.53659339786503,True +2017/12/14 18:00:00,40.86857808100673,True +2017/12/14 19:00:00,40.88281490297694,True +2017/12/14 20:00:00,42.006349905231524,True +2017/12/14 21:00:00,40.61310074722021,True +2017/12/14 22:00:00,37.1083963312275,True +2017/12/14 23:00:00,29.95141926918043,True +2017/12/15 00:00:00,21.89002299657155,True +2017/12/15 01:00:00,12.637646693402553,True +2017/12/15 02:00:00,9.419980818500932,True +2017/12/15 03:00:00,9.701557055775371,True +2017/12/15 04:00:00,9.09301815526154,True +2017/12/15 05:00:00,13.434646132720696,True +2017/12/15 06:00:00,15.339057923515384,True +2017/12/15 07:00:00,20.949864295382014,True +2017/12/15 08:00:00,28.309726989493207,True +2017/12/15 09:00:00,30.07474768951164,True +2017/12/15 10:00:00,34.32055887857439,True +2017/12/15 11:00:00,37.80772590772996,True +2017/12/15 12:00:00,39.38572817159189,True +2017/12/15 13:00:00,37.798597914005065,True +2017/12/15 14:00:00,37.95501450096428,True +2017/12/15 15:00:00,35.93403148929638,True +2017/12/15 16:00:00,35.69456578021599,True +2017/12/15 17:00:00,38.29375940649971,True +2017/12/15 18:00:00,41.35828266900206,True +2017/12/15 19:00:00,41.69167499039774,True +2017/12/15 20:00:00,42.33386105809398,True +2017/12/15 21:00:00,40.207583859193505,True +2017/12/15 22:00:00,37.22055756793446,True +2017/12/15 23:00:00,29.554075097617854,True +2017/12/16 00:00:00,22.48054961430053,True +2017/12/16 01:00:00,12.75653220084309,True +2017/12/16 02:00:00,9.54261782382915,True +2017/12/16 03:00:00,9.502239243868344,True +2017/12/16 04:00:00,9.066282877671096,True +2017/12/16 05:00:00,12.428378952992574,True +2017/12/16 06:00:00,16.5572635675719,True +2017/12/16 07:00:00,21.632833048999853,True +2017/12/16 08:00:00,24.479733033097705,True +2017/12/16 09:00:00,27.631398024175603,True +2017/12/16 10:00:00,33.284204791244704,True +2017/12/16 11:00:00,36.846862196290516,True +2017/12/16 12:00:00,37.074218127874516,True +2017/12/16 13:00:00,35.347520037846984,True +2017/12/16 14:00:00,35.58124278912577,True +2017/12/16 15:00:00,33.79210148188093,True +2017/12/16 16:00:00,33.62216520109965,True +2017/12/16 17:00:00,36.312138052797856,True +2017/12/16 18:00:00,41.06876067628343,True +2017/12/16 19:00:00,40.06860332050147,True +2017/12/16 20:00:00,38.4551892792217,True +2017/12/16 21:00:00,36.39140410669268,True +2017/12/16 22:00:00,36.18298314461479,True +2017/12/16 23:00:00,29.610805803723363,True +2017/12/17 00:00:00,20.17836900257874,True +2017/12/17 01:00:00,12.411272523990093,True +2017/12/17 02:00:00,9.728030010233713,True +2017/12/17 03:00:00,9.966760233346502,True +2017/12/17 04:00:00,9.605716314678933,True +2017/12/17 05:00:00,14.591717938213709,True +2017/12/17 06:00:00,18.78328568374466,True +2017/12/17 07:00:00,24.25833043809234,True +2017/12/17 08:00:00,25.135950457943867,True +2017/12/17 09:00:00,27.276682985328137,True +2017/12/17 10:00:00,27.439142574607732,True +2017/12/17 11:00:00,34.22314392255815,True +2017/12/17 12:00:00,36.82425628640437,True +2017/12/17 13:00:00,35.54490447632078,True +2017/12/17 14:00:00,34.79394751853391,True +2017/12/17 15:00:00,32.74646450368768,True +2017/12/17 16:00:00,33.01122248794435,True +2017/12/17 17:00:00,34.57778898405511,True +2017/12/17 18:00:00,37.25811943808043,True +2017/12/17 19:00:00,36.072900589069945,True +2017/12/17 20:00:00,35.897008632474986,True +2017/12/17 21:00:00,36.02592105972376,True +2017/12/17 22:00:00,34.34926487988092,True +2017/12/17 23:00:00,25.815306436803784,True +2017/12/18 00:00:00,19.86174649931509,True +2017/12/18 01:00:00,13.546357373808508,True +2017/12/18 02:00:00,11.49999244688451,True +2017/12/18 03:00:00,10.874021585200836,True +2017/12/18 04:00:00,12.761880856161788,True +2017/12/18 05:00:00,15.406565065909309,True +2017/12/18 06:00:00,19.009869611902772,True +2017/12/18 07:00:00,23.85739504221809,True +2017/12/18 08:00:00,29.264437878297485,True +2017/12/18 09:00:00,30.18698115131413,True +2017/12/18 10:00:00,34.557143330924134,True +2017/12/18 11:00:00,37.739940967688455,True +2017/12/18 12:00:00,38.89289639869018,True +2017/12/18 13:00:00,37.902994389699906,True +2017/12/18 14:00:00,37.683963440975646,True +2017/12/18 15:00:00,36.02340280702407,True +2017/12/18 16:00:00,35.534626307955094,True +2017/12/18 17:00:00,38.368527527249235,True +2017/12/18 18:00:00,41.39558222933092,True +2017/12/18 19:00:00,41.462678915955046,True +2017/12/18 20:00:00,42.08618719518903,True +2017/12/18 21:00:00,40.03863721664403,True +2017/12/18 22:00:00,36.6532478231871,True +2017/12/18 23:00:00,29.570238771704233,True +2017/12/19 00:00:00,21.818735921603686,True +2017/12/19 01:00:00,11.766439785465677,True +2017/12/19 02:00:00,9.394436374193337,True +2017/12/19 03:00:00,9.739181660239124,True +2017/12/19 04:00:00,9.102684107107779,True +2017/12/19 05:00:00,13.52269626309502,True +2017/12/19 06:00:00,19.392122068960948,True +2017/12/19 07:00:00,24.93192293260292,True +2017/12/19 08:00:00,29.91576410913718,True +2017/12/19 09:00:00,29.737442574499195,True +2017/12/19 10:00:00,34.108980045861806,True +2017/12/19 11:00:00,37.43298389641383,True +2017/12/19 12:00:00,38.99538620122449,True +2017/12/19 13:00:00,37.48039738074707,True +2017/12/19 14:00:00,37.62687354134404,True +2017/12/19 15:00:00,35.77071209617463,True +2017/12/19 16:00:00,35.57142188840155,True +2017/12/19 17:00:00,38.01455316243489,True +2017/12/19 18:00:00,41.274133533958334,True +2017/12/19 19:00:00,41.25799201760217,True +2017/12/19 20:00:00,42.01863709506718,True +2017/12/19 21:00:00,40.528301877058446,True +2017/12/19 22:00:00,36.85052121744148,True +2017/12/19 23:00:00,29.793990916045868,True +2017/12/20 00:00:00,21.709616061436048,True +2017/12/20 01:00:00,11.778212957559768,True +2017/12/20 02:00:00,9.346546297439351,True +2017/12/20 03:00:00,9.738786887581426,True +2017/12/20 04:00:00,9.149524873816032,True +2017/12/20 05:00:00,13.742140633834207,True +2017/12/20 06:00:00,18.07557447673539,True +2017/12/20 07:00:00,23.631125647482058,True +2017/12/20 08:00:00,30.059317189450848,True +2017/12/20 09:00:00,29.734251491933584,True +2017/12/20 10:00:00,34.2676026532197,True +2017/12/20 11:00:00,37.867245683300474,True +2017/12/20 12:00:00,39.02089195455378,True +2017/12/20 13:00:00,37.644804544253034,True +2017/12/20 14:00:00,37.408491093837505,True +2017/12/20 15:00:00,35.65041623788005,True +2017/12/20 16:00:00,35.448185370368606,True +2017/12/20 17:00:00,38.13352272391599,True +2017/12/20 18:00:00,41.28948609585879,True +2017/12/20 19:00:00,41.23894148256757,True +2017/12/20 20:00:00,41.95772160182387,True +2017/12/20 21:00:00,40.02514026866044,True +2017/12/20 22:00:00,36.919271094357214,True +2017/12/20 23:00:00,29.41473346921275,True +2017/12/21 00:00:00,21.8510529350353,True +2017/12/21 01:00:00,14.416263069389416,True +2017/12/21 02:00:00,11.288604577674569,True +2017/12/21 03:00:00,9.63537892046343,True +2017/12/21 04:00:00,9.214376546734615,True +2017/12/21 05:00:00,13.754763495080882,True +2017/12/21 06:00:00,17.652908382777817,True +2017/12/21 07:00:00,22.512439623181194,True +2017/12/21 08:00:00,28.34172826036522,True +2017/12/21 09:00:00,29.844732357581943,True +2017/12/21 10:00:00,34.26072909038683,True +2017/12/21 11:00:00,37.417456404571844,True +2017/12/21 12:00:00,38.91461368128377,True +2017/12/21 13:00:00,37.54467093755967,True +2017/12/21 14:00:00,37.42565729279447,True +2017/12/21 15:00:00,35.68321022932396,True +2017/12/21 16:00:00,35.29983814148005,True +2017/12/21 17:00:00,38.06794159466084,True +2017/12/21 18:00:00,41.10911316378495,True +2017/12/21 19:00:00,40.928067653592386,True +2017/12/21 20:00:00,41.596109085047964,True +2017/12/21 21:00:00,39.84402125190129,True +2017/12/21 22:00:00,36.17426132941834,True +2017/12/21 23:00:00,29.12729685950599,True +2017/12/22 00:00:00,19.38134326955413,True +2017/12/22 01:00:00,12.662113944532388,True +2017/12/22 02:00:00,10.072208658316674,True +2017/12/22 03:00:00,10.719819158650317,True +2017/12/22 04:00:00,11.175894063579282,True +2017/12/22 05:00:00,15.5607822025281,True +2017/12/22 06:00:00,20.18995087863612,True +2017/12/22 07:00:00,24.45471385934177,True +2017/12/22 08:00:00,29.209504693961392,True +2017/12/22 09:00:00,27.73301700353398,True +2017/12/22 10:00:00,33.86198554665276,True +2017/12/22 11:00:00,37.567624635484464,True +2017/12/22 12:00:00,39.066191934169524,True +2017/12/22 13:00:00,37.13524544082152,True +2017/12/22 14:00:00,37.46680513967436,True +2017/12/22 15:00:00,35.50259957780266,True +2017/12/22 16:00:00,35.17616903009115,True +2017/12/22 17:00:00,37.75199029981249,True +2017/12/22 18:00:00,41.062518630921815,True +2017/12/22 19:00:00,40.94762585299053,True +2017/12/22 20:00:00,41.39564394025114,True +2017/12/22 21:00:00,39.811772508485696,True +2017/12/22 22:00:00,36.124379722737295,True +2017/12/22 23:00:00,27.062864756508926,True +2017/12/23 00:00:00,20.16562245508195,True +2017/12/23 01:00:00,13.444719904041083,True +2017/12/23 02:00:00,10.540653889367,True +2017/12/23 03:00:00,10.664232306967545,True +2017/12/23 04:00:00,10.450279792408216,True +2017/12/23 05:00:00,14.968045312633457,True +2017/12/23 06:00:00,19.204526176924173,True +2017/12/23 07:00:00,24.77998264341489,True +2017/12/23 08:00:00,25.22095086088032,True +2017/12/23 09:00:00,27.750544050387738,True +2017/12/23 10:00:00,33.22182617891345,True +2017/12/23 11:00:00,36.40400362734359,True +2017/12/23 12:00:00,37.72999614687757,True +2017/12/23 13:00:00,36.026107365989496,True +2017/12/23 14:00:00,34.95587649197117,True +2017/12/23 15:00:00,33.33491289731219,True +2017/12/23 16:00:00,33.42327572948603,True +2017/12/23 17:00:00,35.63309495792827,True +2017/12/23 18:00:00,40.34950424710964,True +2017/12/23 19:00:00,39.87481109309936,True +2017/12/23 20:00:00,38.383157461481865,True +2017/12/23 21:00:00,36.416927629076156,True +2017/12/23 22:00:00,36.12181805364498,True +2017/12/23 23:00:00,29.57810976633733,True +2017/12/24 00:00:00,22.65450827998211,True +2017/12/24 01:00:00,12.339040651694981,True +2017/12/24 02:00:00,9.848768792448196,True +2017/12/24 03:00:00,9.837070956974207,True +2017/12/24 04:00:00,9.54606317009717,True +2017/12/24 05:00:00,14.377700265699001,True +2017/12/24 06:00:00,18.364201784385166,True +2017/12/24 07:00:00,24.994096706585815,True +2017/12/24 08:00:00,24.22070123940349,True +2017/12/24 09:00:00,27.06134579351546,True +2017/12/24 10:00:00,27.679584164112843,True +2017/12/24 11:00:00,34.36826845630604,True +2017/12/24 12:00:00,36.87147121980751,True +2017/12/24 13:00:00,34.53243449524981,True +2017/12/24 14:00:00,35.0930320039625,True +2017/12/24 15:00:00,32.25215747595259,True +2017/12/24 16:00:00,32.61987889953198,True +2017/12/24 17:00:00,35.03096504024181,True +2017/12/24 18:00:00,37.75885533146161,True +2017/12/24 19:00:00,35.64059541987809,True +2017/12/24 20:00:00,35.602398085910224,True +2017/12/24 21:00:00,36.30995012609911,True +2017/12/24 22:00:00,34.32721419048836,True +2017/12/24 23:00:00,28.348458922484994,True +2017/12/25 00:00:00,21.94049177596513,True +2017/12/25 01:00:00,14.41232426615452,True +2017/12/25 02:00:00,11.37219323704496,True +2017/12/25 03:00:00,11.341624635940123,True +2017/12/25 04:00:00,11.691749934218356,True +2017/12/25 05:00:00,15.062259524976694,True +2017/12/25 06:00:00,17.661544988335883,True +2017/12/25 07:00:00,23.260506173184844,True +2017/12/25 08:00:00,29.274903822668357,True +2017/12/25 09:00:00,27.74862140080211,True +2017/12/25 10:00:00,31.593484432376,True +2017/12/25 11:00:00,37.12035814127326,True +2017/12/25 12:00:00,38.139740463936256,True +2017/12/25 13:00:00,35.883705742357634,True +2017/12/25 14:00:00,37.20262346204193,True +2017/12/25 15:00:00,34.87060485567894,True +2017/12/25 16:00:00,34.911057603316515,True +2017/12/25 17:00:00,37.11285324122876,True +2017/12/25 18:00:00,40.68678901645686,True +2017/12/25 19:00:00,40.6797319466478,True +2017/12/25 20:00:00,40.74970554078088,True +2017/12/25 21:00:00,38.92801366624614,True +2017/12/25 22:00:00,33.690323579233706,True +2017/12/25 23:00:00,26.962661110047346,True +2017/12/26 00:00:00,20.06095366225941,True +2017/12/26 01:00:00,13.7640013732946,True +2017/12/26 02:00:00,11.89706785359285,True +2017/12/26 03:00:00,12.877257255404418,True +2017/12/26 04:00:00,13.76159251634953,True +2017/12/26 05:00:00,15.632227399157944,True +2017/12/26 06:00:00,19.551760298467098,True +2017/12/26 07:00:00,24.924190405038736,True +2017/12/26 08:00:00,29.624183846842357,True +2017/12/26 09:00:00,28.57245394571171,True +2017/12/26 10:00:00,31.572299306476488,True +2017/12/26 11:00:00,35.14641832957097,True +2017/12/26 12:00:00,38.145059535883114,True +2017/12/26 13:00:00,36.41588818843876,True +2017/12/26 14:00:00,36.68357679212964,True +2017/12/26 15:00:00,32.486983664518405,True +2017/12/26 16:00:00,32.631477281525314,True +2017/12/26 17:00:00,34.88319347341242,True +2017/12/26 18:00:00,40.35323475806285,True +2017/12/26 19:00:00,40.45684616948462,True +2017/12/26 20:00:00,40.57018883032938,True +2017/12/26 21:00:00,37.103109029662384,True +2017/12/26 22:00:00,33.74744124244107,True +2017/12/26 23:00:00,26.98153857234421,True +2017/12/27 00:00:00,21.186041151818095,True +2017/12/27 01:00:00,14.619023469019169,True +2017/12/27 02:00:00,11.991121843043972,True +2017/12/27 03:00:00,13.371337138563991,True +2017/12/27 04:00:00,11.675976255935366,True +2017/12/27 05:00:00,14.935720520834954,True +2017/12/27 06:00:00,19.179002843928192,True +2017/12/27 07:00:00,23.882437472700946,True +2017/12/27 08:00:00,28.26211944692954,True +2017/12/27 09:00:00,27.788973088725104,True +2017/12/27 10:00:00,31.458604400814554,True +2017/12/27 11:00:00,35.06448334093152,True +2017/12/27 12:00:00,38.01982202118241,True +2017/12/27 13:00:00,36.81599517837466,True +2017/12/27 14:00:00,36.44406603923153,True +2017/12/27 15:00:00,34.954000579158105,True +2017/12/27 16:00:00,32.18002098739481,True +2017/12/27 17:00:00,35.297458357592774,True +2017/12/27 18:00:00,40.23021314924318,True +2017/12/27 19:00:00,40.61744514702205,True +2017/12/27 20:00:00,40.45471582601512,True +2017/12/27 21:00:00,38.05094902964587,True +2017/12/27 22:00:00,33.76712917403865,True +2017/12/27 23:00:00,26.972022904453517,True +2017/12/28 00:00:00,19.4712509433974,True +2017/12/28 01:00:00,13.318581641261515,True +2017/12/28 02:00:00,10.285943092223103,True +2017/12/28 03:00:00,11.153708756315664,True +2017/12/28 04:00:00,11.007710822739488,True +2017/12/28 05:00:00,14.906817837964782,True +2017/12/28 06:00:00,18.18788411657942,True +2017/12/28 07:00:00,23.823365346711547,True +2017/12/28 08:00:00,28.104568349414876,True +2017/12/28 09:00:00,27.893713721808545,True +2017/12/28 10:00:00,31.588083212451693,True +2017/12/28 11:00:00,35.31128820326353,True +2017/12/28 12:00:00,38.05816192599642,True +2017/12/28 13:00:00,36.59208560689387,True +2017/12/28 14:00:00,36.42231073305568,True +2017/12/28 15:00:00,32.772486603868145,True +2017/12/28 16:00:00,32.37003005068204,True +2017/12/28 17:00:00,34.992105101541995,True +2017/12/28 18:00:00,40.45768662665578,True +2017/12/28 19:00:00,40.348120499230696,True +2017/12/28 20:00:00,40.80070581852103,True +2017/12/28 21:00:00,38.600505749698165,True +2017/12/28 22:00:00,34.5069850361848,True +2017/12/28 23:00:00,27.647197267391178,True +2017/12/29 00:00:00,20.951167450771983,True +2017/12/29 01:00:00,14.550886726584897,True +2017/12/29 02:00:00,11.479909844569855,True +2017/12/29 03:00:00,11.76315237098507,True +2017/12/29 04:00:00,10.229570059920034,True +2017/12/29 05:00:00,14.282018450382427,True +2017/12/29 06:00:00,17.70884788435941,True +2017/12/29 07:00:00,23.48266750169,True +2017/12/29 08:00:00,28.052332275746583,True +2017/12/29 09:00:00,27.792881633887294,True +2017/12/29 10:00:00,31.619783533879033,True +2017/12/29 11:00:00,34.95777525625649,True +2017/12/29 12:00:00,37.563910313345815,True +2017/12/29 13:00:00,36.701797993489436,True +2017/12/29 14:00:00,37.2301291876544,True +2017/12/29 15:00:00,35.066387125949845,True +2017/12/29 16:00:00,34.97707496333405,True +2017/12/29 17:00:00,37.4390543560633,True +2017/12/29 18:00:00,40.932621714334125,True +2017/12/29 19:00:00,40.59007912246373,True +2017/12/29 20:00:00,41.08915217689149,True +2017/12/29 21:00:00,39.529106606632844,True +2017/12/29 22:00:00,35.883175196482966,True +2017/12/29 23:00:00,27.068747699643225,True +2017/12/30 00:00:00,20.10008859720438,True +2017/12/30 01:00:00,12.74706443166903,True +2017/12/30 02:00:00,9.543517486124111,True +2017/12/30 03:00:00,9.610587662658213,True +2017/12/30 04:00:00,9.14157422457034,True +2017/12/30 05:00:00,13.558061729236774,True +2017/12/30 06:00:00,18.029176785746195,True +2017/12/30 07:00:00,24.035068335771793,True +2017/12/30 08:00:00,24.86599668283211,True +2017/12/30 09:00:00,25.507248089233197,True +2017/12/30 10:00:00,33.054601761098816,True +2017/12/30 11:00:00,36.34860910974933,True +2017/12/30 12:00:00,37.32898014070594,True +2017/12/30 13:00:00,35.729536165643076,True +2017/12/30 14:00:00,35.39838266886229,True +2017/12/30 15:00:00,33.58694352139607,True +2017/12/30 16:00:00,33.72087693056078,True +2017/12/30 17:00:00,35.46942584046095,True +2017/12/30 18:00:00,40.312760943775125,True +2017/12/30 19:00:00,39.86934671785464,True +2017/12/30 20:00:00,38.06296594424667,True +2017/12/30 21:00:00,36.14309334516702,True +2017/12/30 22:00:00,35.71733973275557,True +2017/12/30 23:00:00,29.27705214399833,True +2017/12/31 00:00:00,20.230288768233184,True +2017/12/31 01:00:00,12.40381231805157,True +2017/12/31 02:00:00,9.859473159675998,True +2017/12/31 03:00:00,9.944238079300419,True +2017/12/31 04:00:00,9.619016287921989,True +2017/12/31 05:00:00,14.117002381058674,True +2017/12/31 06:00:00,18.093573927603572,True +2017/12/31 07:00:00,24.057189062127094,True +2017/12/31 08:00:00,24.963719780115465,True +2017/12/31 09:00:00,26.317130475939166,True +2017/12/31 10:00:00,26.666154583171018,True +2017/12/31 11:00:00,33.85661620071274,True +2017/12/31 12:00:00,36.65526272235713,True +2017/12/31 13:00:00,34.98127376140749,True +2017/12/31 14:00:00,34.68764833140185,True +2017/12/31 15:00:00,32.392798535415935,True +2017/12/31 16:00:00,32.267723141890905,True +2017/12/31 17:00:00,34.90732378136736,True +2017/12/31 18:00:00,37.08979111954116,True +2017/12/31 19:00:00,35.69895121055941,True +2017/12/31 20:00:00,35.34963279695982,True +2017/12/31 21:00:00,35.40257071081296,True +2017/12/31 22:00:00,31.83307405951884,True +2017/12/31 23:00:00,25.894661358199194,True +2018/01/01 00:00:00,13.147610477136508,True diff --git a/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json new file mode 100644 index 0000000..0fbc11d --- /dev/null +++ b/example/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221/feature_reports/default_feature_report_opendss.json @@ -0,0 +1,53 @@ +{ + "id": "Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", + "name": "Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", + "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221", + "feature_type": "Transformer", + "timesteps_per_hour": 1, + "simulation_status": "complete", + "timeseries_csv": { + "column_names": [ + + ] + }, + "location": { + }, + "program": { + "building_types": [ + { + } + ], + "window_area_sqft": { + }, + "wall_area_sqft": { + }, + "roof_area_sqft": { + } + }, + "construction_costs": [ + + ], + "reporting_periods": [ + + ], + "distributed_generation": { + "solar_pv": [ + + ], + "wind": [ + + ], + "generator": [ + + ], + "storage": [ + + ] + }, + "power_distribution": { + "under_voltage_hours": 0, + "over_voltage_hours": 8760 + }, + "thermal_storage": { + } +} diff --git a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv new file mode 100644 index 0000000..714febc --- /dev/null +++ b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.csv @@ -0,0 +1,8761 @@ +Datetime,p.u. loading,overloaded +2017/01/01 01:00:00,8.337457300508577,True +2017/01/01 02:00:00,6.662676008318432,True +2017/01/01 03:00:00,7.5522713350876325,True +2017/01/01 04:00:00,6.68643390901223,True +2017/01/01 05:00:00,8.65735352968631,True +2017/01/01 06:00:00,9.170615243069062,True +2017/01/01 07:00:00,10.303489157974752,True +2017/01/01 08:00:00,9.967872561695685,True +2017/01/01 09:00:00,10.096516456108786,True +2017/01/01 10:00:00,9.516243219568329,True +2017/01/01 11:00:00,10.574920289663439,True +2017/01/01 12:00:00,10.13140434657837,True +2017/01/01 13:00:00,10.621900231199579,True +2017/01/01 14:00:00,9.971872045444085,True +2017/01/01 15:00:00,10.400533912410499,True +2017/01/01 16:00:00,9.807120345152214,True +2017/01/01 17:00:00,10.497886048982096,True +2017/01/01 18:00:00,10.479674575896397,True +2017/01/01 19:00:00,10.965124077815924,True +2017/01/01 20:00:00,10.293877176728511,True +2017/01/01 21:00:00,10.934208373141777,True +2017/01/01 22:00:00,10.199121268490908,True +2017/01/01 23:00:00,10.158336815624697,True +2017/01/02 00:00:00,8.626522629494065,True +2017/01/02 01:00:00,8.556753066740319,True +2017/01/02 02:00:00,7.015299609581197,True +2017/01/02 03:00:00,7.902896184654019,True +2017/01/02 04:00:00,7.238974003994209,True +2017/01/02 05:00:00,9.383659593687842,True +2017/01/02 06:00:00,10.26455845094113,True +2017/01/02 07:00:00,10.969473734550611,True +2017/01/02 08:00:00,11.438354490644826,True +2017/01/02 09:00:00,12.732430336411607,True +2017/01/02 10:00:00,12.75890209549926,True +2017/01/02 11:00:00,12.872834870673787,True +2017/01/02 12:00:00,12.987409714251235,True +2017/01/02 13:00:00,12.876174167382501,True +2017/01/02 14:00:00,12.840641350443418,True +2017/01/02 15:00:00,12.755911832697537,True +2017/01/02 16:00:00,12.758865778552497,True +2017/01/02 17:00:00,12.994483351554447,True +2017/01/02 18:00:00,12.176433270701594,True +2017/01/02 19:00:00,12.019265201893317,True +2017/01/02 20:00:00,11.348878516737253,True +2017/01/02 21:00:00,11.953356021212363,True +2017/01/02 22:00:00,11.327296642248957,True +2017/01/02 23:00:00,10.480239858087316,True +2017/01/03 00:00:00,9.25514202114319,True +2017/01/03 01:00:00,8.708136818691731,True +2017/01/03 02:00:00,7.47163399550973,True +2017/01/03 03:00:00,8.110032097677939,True +2017/01/03 04:00:00,7.522637827030049,True +2017/01/03 05:00:00,9.196283883807082,True +2017/01/03 06:00:00,10.445753899782074,True +2017/01/03 07:00:00,10.789726829506245,True +2017/01/03 08:00:00,11.286546717678105,True +2017/01/03 09:00:00,12.61133336018177,True +2017/01/03 10:00:00,12.804178762187597,True +2017/01/03 11:00:00,12.94568741244413,True +2017/01/03 12:00:00,13.054605815233643,True +2017/01/03 13:00:00,12.880798370064106,True +2017/01/03 14:00:00,12.918778466725442,True +2017/01/03 15:00:00,12.843142437208122,True +2017/01/03 16:00:00,12.811898265623489,True +2017/01/03 17:00:00,13.001141238363319,True +2017/01/03 18:00:00,12.184819650973234,True +2017/01/03 19:00:00,12.018250381277717,True +2017/01/03 20:00:00,11.354905229728587,True +2017/01/03 21:00:00,11.896176645951583,True +2017/01/03 22:00:00,11.04704198900441,True +2017/01/03 23:00:00,10.52115034561386,True +2017/01/04 00:00:00,9.26409257712045,True +2017/01/04 01:00:00,8.765489988508572,True +2017/01/04 02:00:00,7.472079901049647,True +2017/01/04 03:00:00,8.263236984997565,True +2017/01/04 04:00:00,7.385413804814252,True +2017/01/04 05:00:00,9.193283414787949,True +2017/01/04 06:00:00,10.351110781999475,True +2017/01/04 07:00:00,10.812534476909274,True +2017/01/04 08:00:00,11.297786449507447,True +2017/01/04 09:00:00,12.607523258232673,True +2017/01/04 10:00:00,12.758598901898331,True +2017/01/04 11:00:00,12.935527086282706,True +2017/01/04 12:00:00,13.05652876988336,True +2017/01/04 13:00:00,12.882570075428411,True +2017/01/04 14:00:00,12.882707788687956,True +2017/01/04 15:00:00,12.843587652726479,True +2017/01/04 16:00:00,12.80670134669922,True +2017/01/04 17:00:00,13.002618460720395,True +2017/01/04 18:00:00,12.185541634473843,True +2017/01/04 19:00:00,12.017160972834269,True +2017/01/04 20:00:00,11.32003162753905,True +2017/01/04 21:00:00,11.818741261344599,True +2017/01/04 22:00:00,11.028891520889893,True +2017/01/04 23:00:00,10.519076176727777,True +2017/01/05 00:00:00,9.02541281673242,True +2017/01/05 01:00:00,8.370910206227139,True +2017/01/05 02:00:00,7.339918292557461,True +2017/01/05 03:00:00,7.617515617038961,True +2017/01/05 04:00:00,7.313105348628718,True +2017/01/05 05:00:00,8.900229876541875,True +2017/01/05 06:00:00,10.361289948302215,True +2017/01/05 07:00:00,10.436223604822672,True +2017/01/05 08:00:00,11.286455241554947,True +2017/01/05 09:00:00,12.613146342915226,True +2017/01/05 10:00:00,12.712888371364466,True +2017/01/05 11:00:00,12.876205929036713,True +2017/01/05 12:00:00,12.991422660768677,True +2017/01/05 13:00:00,12.802850425537697,True +2017/01/05 14:00:00,12.915813076565165,True +2017/01/05 15:00:00,12.838557366938444,True +2017/01/05 16:00:00,12.802490207167912,True +2017/01/05 17:00:00,12.998228852421217,True +2017/01/05 18:00:00,12.183836287263343,True +2017/01/05 19:00:00,11.978089239754185,True +2017/01/05 20:00:00,11.483927364538753,True +2017/01/05 21:00:00,11.81776560215208,True +2017/01/05 22:00:00,11.364284714658684,True +2017/01/05 23:00:00,10.462569941450713,True +2017/01/06 00:00:00,9.140838329360465,True +2017/01/06 01:00:00,8.790226679290964,True +2017/01/06 02:00:00,7.48233366575238,True +2017/01/06 03:00:00,8.028929811429027,True +2017/01/06 04:00:00,7.00159330163422,True +2017/01/06 05:00:00,8.95207586443129,True +2017/01/06 06:00:00,10.130279786296372,True +2017/01/06 07:00:00,10.802248796082088,True +2017/01/06 08:00:00,11.293685101847952,True +2017/01/06 09:00:00,12.607007727048568,True +2017/01/06 10:00:00,12.713819967771617,True +2017/01/06 11:00:00,12.874884002371834,True +2017/01/06 12:00:00,12.989930918606124,True +2017/01/06 13:00:00,12.802125057291198,True +2017/01/06 14:00:00,12.912542692440002,True +2017/01/06 15:00:00,12.837750070793463,True +2017/01/06 16:00:00,12.769525989006235,True +2017/01/06 17:00:00,12.999208580275182,True +2017/01/06 18:00:00,12.180362740452235,True +2017/01/06 19:00:00,11.959196783076738,True +2017/01/06 20:00:00,11.395355699200188,True +2017/01/06 21:00:00,11.732328904776745,True +2017/01/06 22:00:00,11.363343206478374,True +2017/01/06 23:00:00,10.514019687068176,True +2017/01/07 00:00:00,8.968362097022506,True +2017/01/07 01:00:00,8.139004889124037,True +2017/01/07 02:00:00,6.791419190417233,True +2017/01/07 03:00:00,7.356425315882303,True +2017/01/07 04:00:00,6.972603614617408,True +2017/01/07 05:00:00,8.398678547036972,True +2017/01/07 06:00:00,9.825113643743341,True +2017/01/07 07:00:00,10.427722178691731,True +2017/01/07 08:00:00,10.789593679748153,True +2017/01/07 09:00:00,10.802484229467984,True +2017/01/07 10:00:00,11.270261771668846,True +2017/01/07 11:00:00,11.422896297682271,True +2017/01/07 12:00:00,11.503909998572306,True +2017/01/07 13:00:00,11.325567272717533,True +2017/01/07 14:00:00,10.498661205342287,True +2017/01/07 15:00:00,11.31319943380143,True +2017/01/07 16:00:00,10.38539014240557,True +2017/01/07 17:00:00,11.393796846108696,True +2017/01/07 18:00:00,10.563188225393741,True +2017/01/07 19:00:00,10.772002598087315,True +2017/01/07 20:00:00,10.427177390062544,True +2017/01/07 21:00:00,10.749571256316559,True +2017/01/07 22:00:00,10.339690711774592,True +2017/01/07 23:00:00,10.206686522742508,True +2017/01/08 00:00:00,8.939418297096967,True +2017/01/08 01:00:00,8.470876359342403,True +2017/01/08 02:00:00,6.782375431130777,True +2017/01/08 03:00:00,7.691520284036417,True +2017/01/08 04:00:00,6.62496595180227,True +2017/01/08 05:00:00,8.49699866438489,True +2017/01/08 06:00:00,9.296831499790676,True +2017/01/08 07:00:00,10.220759803937778,True +2017/01/08 08:00:00,9.604864345038624,True +2017/01/08 09:00:00,10.06313875144967,True +2017/01/08 10:00:00,9.479504815599183,True +2017/01/08 11:00:00,10.536971461751287,True +2017/01/08 12:00:00,10.129602449979439,True +2017/01/08 13:00:00,10.491035938538221,True +2017/01/08 14:00:00,9.979677836617194,True +2017/01/08 15:00:00,10.36623189814564,True +2017/01/08 16:00:00,9.806481006228706,True +2017/01/08 17:00:00,10.457435894565704,True +2017/01/08 18:00:00,10.48580623743948,True +2017/01/08 19:00:00,10.873063840673193,True +2017/01/08 20:00:00,10.305676965546885,True +2017/01/08 21:00:00,10.819352963942558,True +2017/01/08 22:00:00,10.202203169430497,True +2017/01/08 23:00:00,10.02848269218652,True +2017/01/09 00:00:00,8.635466812400809,True +2017/01/09 01:00:00,8.478837030059449,True +2017/01/09 02:00:00,7.11674472571682,True +2017/01/09 03:00:00,8.131188863432767,True +2017/01/09 04:00:00,7.053190817525576,True +2017/01/09 05:00:00,8.916754447034537,True +2017/01/09 06:00:00,10.072145250200158,True +2017/01/09 07:00:00,10.654691937788447,True +2017/01/09 08:00:00,11.29682473041177,True +2017/01/09 09:00:00,12.618063326948354,True +2017/01/09 10:00:00,12.717672681443991,True +2017/01/09 11:00:00,12.883256064002426,True +2017/01/09 12:00:00,12.994520325652452,True +2017/01/09 13:00:00,12.80907481050939,True +2017/01/09 14:00:00,12.844856634545229,True +2017/01/09 15:00:00,12.78926554114101,True +2017/01/09 16:00:00,12.806087955651789,True +2017/01/09 17:00:00,13.004429782972451,True +2017/01/09 18:00:00,12.186260711897352,True +2017/01/09 19:00:00,12.084990867676883,True +2017/01/09 20:00:00,11.319688859310759,True +2017/01/09 21:00:00,11.987586592242716,True +2017/01/09 22:00:00,11.062555640415093,True +2017/01/09 23:00:00,10.490909751931548,True +2017/01/10 00:00:00,9.43042622682304,True +2017/01/10 01:00:00,8.598223341741509,True +2017/01/10 02:00:00,7.824801413031145,True +2017/01/10 03:00:00,8.189347766486923,True +2017/01/10 04:00:00,7.573776972899938,True +2017/01/10 05:00:00,9.107629050980815,True +2017/01/10 06:00:00,10.52918746456054,True +2017/01/10 07:00:00,10.387851629469266,True +2017/01/10 08:00:00,11.295453474104624,True +2017/01/10 09:00:00,12.612288249672,True +2017/01/10 10:00:00,12.714232603397633,True +2017/01/10 11:00:00,12.876410255104226,True +2017/01/10 12:00:00,12.98916010322478,True +2017/01/10 13:00:00,12.799747053347518,True +2017/01/10 14:00:00,12.838193032610292,True +2017/01/10 15:00:00,12.781014989414723,True +2017/01/10 16:00:00,12.79549321141965,True +2017/01/10 17:00:00,12.921981356525427,True +2017/01/10 18:00:00,12.10727806208064,True +2017/01/10 19:00:00,11.90224715007771,True +2017/01/10 20:00:00,11.25048198640891,True +2017/01/10 21:00:00,11.782558926399261,True +2017/01/10 22:00:00,10.96907683941838,True +2017/01/10 23:00:00,10.400897194220686,True +2017/01/11 00:00:00,8.965541499829692,True +2017/01/11 01:00:00,8.388055608889648,True +2017/01/11 02:00:00,6.998879130546694,True +2017/01/11 03:00:00,7.668351106281141,True +2017/01/11 04:00:00,7.016766756491333,True +2017/01/11 05:00:00,8.93283513606889,True +2017/01/11 06:00:00,9.143473135769383,True +2017/01/11 07:00:00,10.283793343468334,True +2017/01/11 08:00:00,11.637634611711354,True +2017/01/11 09:00:00,12.879784102082262,True +2017/01/11 10:00:00,13.0064622385098,True +2017/01/11 11:00:00,13.212876559048441,True +2017/01/11 12:00:00,13.308253435517003,True +2017/01/11 13:00:00,13.148952019145062,True +2017/01/11 14:00:00,13.217392285615755,True +2017/01/11 15:00:00,13.155147100307923,True +2017/01/11 16:00:00,13.101826159998536,True +2017/01/11 17:00:00,13.307209597060709,True +2017/01/11 18:00:00,12.617376738889476,True +2017/01/11 19:00:00,12.00844100981695,True +2017/01/11 20:00:00,11.345314827419429,True +2017/01/11 21:00:00,11.767368845610708,True +2017/01/11 22:00:00,11.156077459860889,True +2017/01/11 23:00:00,10.520682012632799,True +2017/01/12 00:00:00,9.07243138442872,True +2017/01/12 01:00:00,8.623165893872041,True +2017/01/12 02:00:00,7.546655991447642,True +2017/01/12 03:00:00,8.127140271304459,True +2017/01/12 04:00:00,7.383130130394746,True +2017/01/12 05:00:00,9.180239756852373,True +2017/01/12 06:00:00,10.298220431970565,True +2017/01/12 07:00:00,10.828519254826126,True +2017/01/12 08:00:00,11.299505840908036,True +2017/01/12 09:00:00,12.721886026322702,True +2017/01/12 10:00:00,12.810503893587146,True +2017/01/12 11:00:00,12.956718605911178,True +2017/01/12 12:00:00,13.062792648597192,True +2017/01/12 13:00:00,12.887876871377513,True +2017/01/12 14:00:00,12.922532805918475,True +2017/01/12 15:00:00,12.846613569399533,True +2017/01/12 16:00:00,12.807589897166594,True +2017/01/12 17:00:00,12.998492282398509,True +2017/01/12 18:00:00,12.186550235082022,True +2017/01/12 19:00:00,11.895960457675715,True +2017/01/12 20:00:00,11.353440561509032,True +2017/01/12 21:00:00,11.706335228561036,True +2017/01/12 22:00:00,10.996677390303521,True +2017/01/12 23:00:00,10.40934224261376,True +2017/01/13 00:00:00,9.08225397657593,True +2017/01/13 01:00:00,8.341314812593792,True +2017/01/13 02:00:00,7.340032358527295,True +2017/01/13 03:00:00,7.606478047150647,True +2017/01/13 04:00:00,7.319393688373567,True +2017/01/13 05:00:00,8.85479622434661,True +2017/01/13 06:00:00,10.18913780689459,True +2017/01/13 07:00:00,10.36642069793168,True +2017/01/13 08:00:00,11.288829976143115,True +2017/01/13 09:00:00,12.61734565514338,True +2017/01/13 10:00:00,12.713628250819987,True +2017/01/13 11:00:00,12.874410962339415,True +2017/01/13 12:00:00,12.989064791596,True +2017/01/13 13:00:00,12.826032169299529,True +2017/01/13 14:00:00,12.835858792465938,True +2017/01/13 15:00:00,12.92898618546808,True +2017/01/13 16:00:00,12.88858597652547,True +2017/01/13 17:00:00,13.01906209178788,True +2017/01/13 18:00:00,12.174161998192913,True +2017/01/13 19:00:00,11.937950422379842,True +2017/01/13 20:00:00,11.475633434294158,True +2017/01/13 21:00:00,11.728512435038875,True +2017/01/13 22:00:00,11.32637318502199,True +2017/01/13 23:00:00,10.495279925844354,True +2017/01/14 00:00:00,8.960030599047087,True +2017/01/14 01:00:00,8.138942861216208,True +2017/01/14 02:00:00,6.61874043261299,True +2017/01/14 03:00:00,7.343825486450015,True +2017/01/14 04:00:00,7.0235653749188796,True +2017/01/14 05:00:00,8.42342838094168,True +2017/01/14 06:00:00,9.024027665661649,True +2017/01/14 07:00:00,10.26554206969728,True +2017/01/14 08:00:00,10.858972705992972,True +2017/01/14 09:00:00,10.995860351460946,True +2017/01/14 10:00:00,11.355777478171456,True +2017/01/14 11:00:00,11.567564091288352,True +2017/01/14 12:00:00,11.711327514656384,True +2017/01/14 13:00:00,11.348263679045042,True +2017/01/14 14:00:00,10.533659387114964,True +2017/01/14 15:00:00,11.215183790646247,True +2017/01/14 16:00:00,10.286994304718167,True +2017/01/14 17:00:00,11.291713316115802,True +2017/01/14 18:00:00,10.538770715616968,True +2017/01/14 19:00:00,10.497911099219968,True +2017/01/14 20:00:00,10.629061644906411,True +2017/01/14 21:00:00,10.28808386525922,True +2017/01/14 22:00:00,10.71809806092741,True +2017/01/14 23:00:00,9.683833332857494,True +2017/01/15 00:00:00,9.23309711497179,True +2017/01/15 01:00:00,7.612870789327185,True +2017/01/15 02:00:00,7.187704210648806,True +2017/01/15 03:00:00,6.903286518724284,True +2017/01/15 04:00:00,7.176464824971151,True +2017/01/15 05:00:00,7.858670197612226,True +2017/01/15 06:00:00,9.568630124658858,True +2017/01/15 07:00:00,9.703631268896913,True +2017/01/15 08:00:00,10.137334886290551,True +2017/01/15 09:00:00,9.504206598253225,True +2017/01/15 10:00:00,10.05069123637518,True +2017/01/15 11:00:00,9.995198512673891,True +2017/01/15 12:00:00,10.778598821686987,True +2017/01/15 13:00:00,10.065516921839194,True +2017/01/15 14:00:00,10.579719094791464,True +2017/01/15 15:00:00,9.951558868199992,True +2017/01/15 16:00:00,10.424511270239481,True +2017/01/15 17:00:00,10.000537184487648,True +2017/01/15 18:00:00,10.924251764238463,True +2017/01/15 19:00:00,10.728762546995027,True +2017/01/15 20:00:00,10.731195835062685,True +2017/01/15 21:00:00,10.663494686697298,True +2017/01/15 22:00:00,10.593762603560206,True +2017/01/15 23:00:00,9.883980549559263,True +2017/01/16 00:00:00,9.080336050923773,True +2017/01/16 01:00:00,8.145415820004187,True +2017/01/16 02:00:00,7.469846762489091,True +2017/01/16 03:00:00,7.627028187513652,True +2017/01/16 04:00:00,7.467966294627985,True +2017/01/16 05:00:00,8.695021263891306,True +2017/01/16 06:00:00,10.223816887841828,True +2017/01/16 07:00:00,10.4592797701263,True +2017/01/16 08:00:00,11.28022875088828,True +2017/01/16 09:00:00,12.601690943482021,True +2017/01/16 10:00:00,12.70468996405997,True +2017/01/16 11:00:00,12.866125100519051,True +2017/01/16 12:00:00,12.982607678440859,True +2017/01/16 13:00:00,12.986432431880914,True +2017/01/16 14:00:00,13.044783297060583,True +2017/01/16 15:00:00,12.999914311135605,True +2017/01/16 16:00:00,12.969114792627796,True +2017/01/16 17:00:00,13.143672722290322,True +2017/01/16 18:00:00,12.35914487039366,True +2017/01/16 19:00:00,11.87787340672193,True +2017/01/16 20:00:00,11.531769177871874,True +2017/01/16 21:00:00,11.716968456008768,True +2017/01/16 22:00:00,11.390149116768143,True +2017/01/16 23:00:00,10.091981128826411,True +2017/01/17 00:00:00,8.961264453227143,True +2017/01/17 01:00:00,7.803635080026563,True +2017/01/17 02:00:00,7.209514973922734,True +2017/01/17 03:00:00,7.258470871705867,True +2017/01/17 04:00:00,7.4038220039468685,True +2017/01/17 05:00:00,8.445428390875206,True +2017/01/17 06:00:00,9.562960265761241,True +2017/01/17 07:00:00,9.797050654161877,True +2017/01/17 08:00:00,11.705220517775576,True +2017/01/17 09:00:00,12.907782592939808,True +2017/01/17 10:00:00,13.039305141266132,True +2017/01/17 11:00:00,13.119663544253656,True +2017/01/17 12:00:00,13.21489908415176,True +2017/01/17 13:00:00,13.05235546461327,True +2017/01/17 14:00:00,13.0742532841973,True +2017/01/17 15:00:00,13.038656178525255,True +2017/01/17 16:00:00,13.043599557205518,True +2017/01/17 17:00:00,13.221737953112248,True +2017/01/17 18:00:00,12.502636088164492,True +2017/01/17 19:00:00,11.928588052089433,True +2017/01/17 20:00:00,11.362636308134313,True +2017/01/17 21:00:00,11.834964111581735,True +2017/01/17 22:00:00,11.081619801140107,True +2017/01/17 23:00:00,10.161793775800971,True +2017/01/18 00:00:00,9.408592125829541,True +2017/01/18 01:00:00,7.797928766202778,True +2017/01/18 02:00:00,7.730775003484277,True +2017/01/18 03:00:00,7.230198489970737,True +2017/01/18 04:00:00,7.43424785869492,True +2017/01/18 05:00:00,8.488571945405134,True +2017/01/18 06:00:00,9.598477117635744,True +2017/01/18 07:00:00,9.801005726308965,True +2017/01/18 08:00:00,11.295899827443248,True +2017/01/18 09:00:00,12.604973314940937,True +2017/01/18 10:00:00,12.702507256337814,True +2017/01/18 11:00:00,13.030634343340665,True +2017/01/18 12:00:00,12.984455821405572,True +2017/01/18 13:00:00,12.794901997825486,True +2017/01/18 14:00:00,12.837391706984553,True +2017/01/18 15:00:00,12.754761555924238,True +2017/01/18 16:00:00,12.711519049318476,True +2017/01/18 17:00:00,12.918188475258635,True +2017/01/18 18:00:00,12.13898218936814,True +2017/01/18 19:00:00,11.903454492772479,True +2017/01/18 20:00:00,11.287665356174253,True +2017/01/18 21:00:00,11.866561795975988,True +2017/01/18 22:00:00,11.044694432942679,True +2017/01/18 23:00:00,10.467256612933234,True +2017/01/19 00:00:00,8.965274856184532,True +2017/01/19 01:00:00,8.259726020134995,True +2017/01/19 02:00:00,7.009452423200874,True +2017/01/19 03:00:00,7.702751154765296,True +2017/01/19 04:00:00,7.253764001372852,True +2017/01/19 05:00:00,9.00510376833084,True +2017/01/19 06:00:00,10.250038776534186,True +2017/01/19 07:00:00,10.490682963672572,True +2017/01/19 08:00:00,11.273895856508217,True +2017/01/19 09:00:00,12.603800944889782,True +2017/01/19 10:00:00,12.709749126570477,True +2017/01/19 11:00:00,12.867402552248137,True +2017/01/19 12:00:00,12.982517413634044,True +2017/01/19 13:00:00,12.793218953216336,True +2017/01/19 14:00:00,12.834938492090851,True +2017/01/19 15:00:00,12.833166003321917,True +2017/01/19 16:00:00,12.707220641870034,True +2017/01/19 17:00:00,12.922875685241486,True +2017/01/19 18:00:00,12.106939218499585,True +2017/01/19 19:00:00,11.940840512679966,True +2017/01/19 20:00:00,11.251168815642473,True +2017/01/19 21:00:00,11.840763967012673,True +2017/01/19 22:00:00,11.045389775817666,True +2017/01/19 23:00:00,10.533205935343828,True +2017/01/20 00:00:00,8.966689973886343,True +2017/01/20 01:00:00,8.366453205229243,True +2017/01/20 02:00:00,6.996785698128089,True +2017/01/20 03:00:00,7.719835209313728,True +2017/01/20 04:00:00,7.01292070813487,True +2017/01/20 05:00:00,9.05368021713428,True +2017/01/20 06:00:00,10.16831261134548,True +2017/01/20 07:00:00,10.642402010546423,True +2017/01/20 08:00:00,11.335278167853541,True +2017/01/20 09:00:00,12.598062123007224,True +2017/01/20 10:00:00,12.706480255820553,True +2017/01/20 11:00:00,12.871091541324065,True +2017/01/20 12:00:00,13.04972168717945,True +2017/01/20 13:00:00,12.874905650541328,True +2017/01/20 14:00:00,12.91411128825899,True +2017/01/20 15:00:00,12.834156230724146,True +2017/01/20 16:00:00,12.800048132696814,True +2017/01/20 17:00:00,12.987937717153914,True +2017/01/20 18:00:00,12.17677643649783,True +2017/01/20 19:00:00,11.946396293984753,True +2017/01/20 20:00:00,11.399517416964802,True +2017/01/20 21:00:00,11.682117948960522,True +2017/01/20 22:00:00,11.296755978200423,True +2017/01/20 23:00:00,10.52802767587227,True +2017/01/21 00:00:00,8.979837006755524,True +2017/01/21 01:00:00,8.135152917321143,True +2017/01/21 02:00:00,6.623309312443063,True +2017/01/21 03:00:00,7.412362951574587,True +2017/01/21 04:00:00,6.641157715314553,True +2017/01/21 05:00:00,8.564884756205563,True +2017/01/21 06:00:00,9.89291704816805,True +2017/01/21 07:00:00,10.69247852919945,True +2017/01/21 08:00:00,10.658010379377405,True +2017/01/21 09:00:00,10.796444376117837,True +2017/01/21 10:00:00,11.159975186998597,True +2017/01/21 11:00:00,11.333069734341562,True +2017/01/21 12:00:00,11.41897215777752,True +2017/01/21 13:00:00,11.2428082078067,True +2017/01/21 14:00:00,10.552903167258604,True +2017/01/21 15:00:00,11.08197650755158,True +2017/01/21 16:00:00,10.674829354298073,True +2017/01/21 17:00:00,11.257601982430275,True +2017/01/21 18:00:00,10.552803575573066,True +2017/01/21 19:00:00,10.951485205205387,True +2017/01/21 20:00:00,10.43095455928365,True +2017/01/21 21:00:00,10.757410242985964,True +2017/01/21 22:00:00,10.260927148055872,True +2017/01/21 23:00:00,10.227726940415533,True +2017/01/22 00:00:00,8.730027196980204,True +2017/01/22 01:00:00,8.280217583922061,True +2017/01/22 02:00:00,6.61122663000586,True +2017/01/22 03:00:00,7.414518536690873,True +2017/01/22 04:00:00,6.663123792737828,True +2017/01/22 05:00:00,8.51142623772226,True +2017/01/22 06:00:00,9.031912833344883,True +2017/01/22 07:00:00,10.286276739517124,True +2017/01/22 08:00:00,9.592362567826347,True +2017/01/22 09:00:00,10.08028662694234,True +2017/01/22 10:00:00,9.477253141098428,True +2017/01/22 11:00:00,10.56905763281009,True +2017/01/22 12:00:00,10.12272815231008,True +2017/01/22 13:00:00,10.502485530995564,True +2017/01/22 14:00:00,10.281051868598887,True +2017/01/22 15:00:00,10.36278217631967,True +2017/01/22 16:00:00,10.18162730997274,True +2017/01/22 17:00:00,10.502116822898012,True +2017/01/22 18:00:00,10.831487444536178,True +2017/01/22 19:00:00,10.882071289383017,True +2017/01/22 20:00:00,10.6560898049327,True +2017/01/22 21:00:00,10.816764676462817,True +2017/01/22 22:00:00,10.552302854577901,True +2017/01/22 23:00:00,10.027046477088602,True +2017/01/23 00:00:00,9.006420212893959,True +2017/01/23 01:00:00,8.56237217680646,True +2017/01/23 02:00:00,7.367166328718674,True +2017/01/23 03:00:00,7.759621726988833,True +2017/01/23 04:00:00,8.14522278810105,True +2017/01/23 05:00:00,9.215290348623434,True +2017/01/23 06:00:00,10.533506536217292,True +2017/01/23 07:00:00,10.727482183584097,True +2017/01/23 08:00:00,11.291303867212667,True +2017/01/23 09:00:00,12.713616754422231,True +2017/01/23 10:00:00,12.80723526612041,True +2017/01/23 11:00:00,12.9499345073895,True +2017/01/23 12:00:00,13.05864212919151,True +2017/01/23 13:00:00,12.883231455769844,True +2017/01/23 14:00:00,12.92175484226455,True +2017/01/23 15:00:00,12.847190042147501,True +2017/01/23 16:00:00,12.809220869208943,True +2017/01/23 17:00:00,13.003515963373335,True +2017/01/23 18:00:00,12.11934449192621,True +2017/01/23 19:00:00,12.078641745701999,True +2017/01/23 20:00:00,11.320706900991913,True +2017/01/23 21:00:00,11.96425635723114,True +2017/01/23 22:00:00,11.069729549320156,True +2017/01/23 23:00:00,10.360345799847252,True +2017/01/24 00:00:00,9.137636747482087,True +2017/01/24 01:00:00,8.491399935373996,True +2017/01/24 02:00:00,7.507833049374967,True +2017/01/24 03:00:00,8.204613848747535,True +2017/01/24 04:00:00,7.792276369531641,True +2017/01/24 05:00:00,8.852848655049154,True +2017/01/24 06:00:00,10.243577902167141,True +2017/01/24 07:00:00,10.487745695030606,True +2017/01/24 08:00:00,11.3025592151643,True +2017/01/24 09:00:00,12.615292361542068,True +2017/01/24 10:00:00,12.752436164595203,True +2017/01/24 11:00:00,12.929586231674053,True +2017/01/24 12:00:00,13.060419046995305,True +2017/01/24 13:00:00,12.883044786595322,True +2017/01/24 14:00:00,12.91918211707817,True +2017/01/24 15:00:00,12.84217555354884,True +2017/01/24 16:00:00,12.808750182129124,True +2017/01/24 17:00:00,12.995360856884906,True +2017/01/24 18:00:00,12.187143054678229,True +2017/01/24 19:00:00,11.991199043514202,True +2017/01/24 20:00:00,11.545491468896904,True +2017/01/24 21:00:00,11.755189088099389,True +2017/01/24 22:00:00,11.371403540191126,True +2017/01/24 23:00:00,10.588398034040207,True +2017/01/25 00:00:00,9.055004519079947,True +2017/01/25 01:00:00,8.476774988559821,True +2017/01/25 02:00:00,7.011930507917901,True +2017/01/25 03:00:00,7.763339756246,True +2017/01/25 04:00:00,6.970002098121145,True +2017/01/25 05:00:00,8.923923155056999,True +2017/01/25 06:00:00,10.206341660598138,True +2017/01/25 07:00:00,10.75981107152353,True +2017/01/25 08:00:00,11.291751326669123,True +2017/01/25 09:00:00,12.61533964829083,True +2017/01/25 10:00:00,12.720154556704802,True +2017/01/25 11:00:00,12.881210522812424,True +2017/01/25 12:00:00,12.99453438688885,True +2017/01/25 13:00:00,12.85549549069099,True +2017/01/25 14:00:00,12.916272497883515,True +2017/01/25 15:00:00,12.841121326656719,True +2017/01/25 16:00:00,12.803127534373186,True +2017/01/25 17:00:00,12.998769870959231,True +2017/01/25 18:00:00,12.181421423590438,True +2017/01/25 19:00:00,11.987174504725443,True +2017/01/25 20:00:00,11.569903535333594,True +2017/01/25 21:00:00,11.754098272909786,True +2017/01/25 22:00:00,11.377922422138491,True +2017/01/25 23:00:00,10.63779775388385,True +2017/01/26 00:00:00,9.114825057928421,True +2017/01/26 01:00:00,8.385570852968542,True +2017/01/26 02:00:00,7.3422563576651045,True +2017/01/26 03:00:00,7.606772353915666,True +2017/01/26 04:00:00,7.3375859191740584,True +2017/01/26 05:00:00,8.852065514928137,True +2017/01/26 06:00:00,10.338642840088179,True +2017/01/26 07:00:00,10.327114278507597,True +2017/01/26 08:00:00,11.28784607677881,True +2017/01/26 09:00:00,12.614889386611894,True +2017/01/26 10:00:00,12.719321425628667,True +2017/01/26 11:00:00,12.874235836865308,True +2017/01/26 12:00:00,12.998189479277599,True +2017/01/26 13:00:00,12.837549233403625,True +2017/01/26 14:00:00,12.844938817323552,True +2017/01/26 15:00:00,12.788293233747341,True +2017/01/26 16:00:00,12.714632280089473,True +2017/01/26 17:00:00,12.927695499774652,True +2017/01/26 18:00:00,12.113676581539853,True +2017/01/26 19:00:00,11.995201419670922,True +2017/01/26 20:00:00,11.273644411834324,True +2017/01/26 21:00:00,11.736883794392485,True +2017/01/26 22:00:00,10.987291113329931,True +2017/01/26 23:00:00,10.535133333226964,True +2017/01/27 00:00:00,8.975813506398225,True +2017/01/27 01:00:00,8.410570801409163,True +2017/01/27 02:00:00,7.3380840301353665,True +2017/01/27 03:00:00,7.687511600034469,True +2017/01/27 04:00:00,7.318904937787897,True +2017/01/27 05:00:00,8.855861466049085,True +2017/01/27 06:00:00,10.18812091346016,True +2017/01/27 07:00:00,10.53123801675134,True +2017/01/27 08:00:00,11.281928685568314,True +2017/01/27 09:00:00,12.611546120893047,True +2017/01/27 10:00:00,12.71423518755002,True +2017/01/27 11:00:00,12.87344735803296,True +2017/01/27 12:00:00,12.987715154078144,True +2017/01/27 13:00:00,12.801813573502542,True +2017/01/27 14:00:00,12.91492668423224,True +2017/01/27 15:00:00,12.836998679704038,True +2017/01/27 16:00:00,12.798587488959285,True +2017/01/27 17:00:00,12.994795556385922,True +2017/01/27 18:00:00,12.17929794545956,True +2017/01/27 19:00:00,11.994157072946752,True +2017/01/27 20:00:00,11.262656517986454,True +2017/01/27 21:00:00,11.846204647875911,True +2017/01/27 22:00:00,10.982080606429061,True +2017/01/27 23:00:00,10.476546602234686,True +2017/01/28 00:00:00,8.97583211298097,True +2017/01/28 01:00:00,8.50966426595658,True +2017/01/28 02:00:00,6.616640523409044,True +2017/01/28 03:00:00,7.926086117632988,True +2017/01/28 04:00:00,7.030605918519987,True +2017/01/28 05:00:00,8.88304550289659,True +2017/01/28 06:00:00,9.842868081051988,True +2017/01/28 07:00:00,10.61052891302047,True +2017/01/28 08:00:00,10.82994043501948,True +2017/01/28 09:00:00,10.804926760866111,True +2017/01/28 10:00:00,11.176171674233549,True +2017/01/28 11:00:00,11.34715379355688,True +2017/01/28 12:00:00,11.428500197317142,True +2017/01/28 13:00:00,11.306740249895569,True +2017/01/28 14:00:00,10.437539066215654,True +2017/01/28 15:00:00,11.164516020738118,True +2017/01/28 16:00:00,10.296238956609338,True +2017/01/28 17:00:00,11.318038423774135,True +2017/01/28 18:00:00,10.543927235143757,True +2017/01/28 19:00:00,10.845442736883749,True +2017/01/28 20:00:00,10.696959041042446,True +2017/01/28 21:00:00,10.637286378540589,True +2017/01/28 22:00:00,10.627861875708598,True +2017/01/28 23:00:00,10.013175442619103,True +2017/01/29 00:00:00,9.113123585095703,True +2017/01/29 01:00:00,8.157684241048646,True +2017/01/29 02:00:00,7.031829737404193,True +2017/01/29 03:00:00,7.169905646370841,True +2017/01/29 04:00:00,7.149719002855573,True +2017/01/29 05:00:00,8.297032773771804,True +2017/01/29 06:00:00,9.467135122094339,True +2017/01/29 07:00:00,10.006344860018077,True +2017/01/29 08:00:00,10.050375341183436,True +2017/01/29 09:00:00,9.843182911939,True +2017/01/29 10:00:00,9.965279520568943,True +2017/01/29 11:00:00,10.283330347396982,True +2017/01/29 12:00:00,10.601236497388848,True +2017/01/29 13:00:00,10.266029284780565,True +2017/01/29 14:00:00,10.460367584361508,True +2017/01/29 15:00:00,10.097314268510003,True +2017/01/29 16:00:00,10.28123733935415,True +2017/01/29 17:00:00,10.257108868576323,True +2017/01/29 18:00:00,10.915365340953826,True +2017/01/29 19:00:00,10.611696718089553,True +2017/01/29 20:00:00,10.741237660317065,True +2017/01/29 21:00:00,10.530615894826969,True +2017/01/29 22:00:00,10.64093409729097,True +2017/01/29 23:00:00,9.589982132760023,True +2017/01/30 00:00:00,9.096617584064724,True +2017/01/30 01:00:00,8.227905708031614,True +2017/01/30 02:00:00,7.458453420870661,True +2017/01/30 03:00:00,7.544110144692268,True +2017/01/30 04:00:00,7.448304019809341,True +2017/01/30 05:00:00,8.709148721362263,True +2017/01/30 06:00:00,10.325379467816314,True +2017/01/30 07:00:00,10.421654172550488,True +2017/01/30 08:00:00,11.294301893600718,True +2017/01/30 09:00:00,12.618072524949104,True +2017/01/30 10:00:00,12.719237748359932,True +2017/01/30 11:00:00,12.901115412645042,True +2017/01/30 12:00:00,13.056029392660438,True +2017/01/30 13:00:00,12.883942976240244,True +2017/01/30 14:00:00,12.919566557759005,True +2017/01/30 15:00:00,12.84833013683941,True +2017/01/30 16:00:00,12.807694546401148,True +2017/01/30 17:00:00,13.00297050378611,True +2017/01/30 18:00:00,12.118435862707905,True +2017/01/30 19:00:00,12.008138318967351,True +2017/01/30 20:00:00,11.325829864165843,True +2017/01/30 21:00:00,11.905654665802604,True +2017/01/30 22:00:00,11.067741813899348,True +2017/01/30 23:00:00,10.654804976080234,True +2017/01/31 00:00:00,9.401812802171206,True +2017/01/31 01:00:00,8.647635615389422,True +2017/01/31 02:00:00,7.898696761890441,True +2017/01/31 03:00:00,7.96275541261067,True +2017/01/31 04:00:00,7.648774493493127,True +2017/01/31 05:00:00,8.937779922189119,True +2017/01/31 06:00:00,10.403390709553673,True +2017/01/31 07:00:00,10.463917459037834,True +2017/01/31 08:00:00,11.29484180007554,True +2017/01/31 09:00:00,12.619519824190787,True +2017/01/31 10:00:00,12.768386624946855,True +2017/01/31 11:00:00,12.952784423021798,True +2017/01/31 12:00:00,13.05750426530509,True +2017/01/31 13:00:00,12.885999026699631,True +2017/01/31 14:00:00,12.922284455189716,True +2017/01/31 15:00:00,12.84983797906606,True +2017/01/31 16:00:00,12.81056674771102,True +2017/01/31 17:00:00,13.006143879333356,True +2017/01/31 18:00:00,12.12581242409302,True +2017/01/31 19:00:00,12.001829174399562,True +2017/01/31 20:00:00,11.573565482750462,True +2017/01/31 21:00:00,11.754225136053869,True +2017/01/31 22:00:00,11.453232093811621,True +2017/01/31 23:00:00,10.480083235440738,True +2017/02/01 00:00:00,9.098393427782135,True +2017/02/01 01:00:00,8.694808721217019,True +2017/02/01 02:00:00,7.768332509142952,True +2017/02/01 03:00:00,8.07453919808473,True +2017/02/01 04:00:00,7.774246782916263,True +2017/02/01 05:00:00,9.124085686184413,True +2017/02/01 06:00:00,9.659309464047773,True +2017/02/01 07:00:00,10.339318718223067,True +2017/02/01 08:00:00,11.587623126887028,True +2017/02/01 09:00:00,12.895047031071014,True +2017/02/01 10:00:00,12.882364781070638,True +2017/02/01 11:00:00,13.021897665539772,True +2017/02/01 12:00:00,13.182688808637106,True +2017/02/01 13:00:00,13.011702693302935,True +2017/02/01 14:00:00,13.045239815180778,True +2017/02/01 15:00:00,12.888903191268284,True +2017/02/01 16:00:00,12.842120701354807,True +2017/02/01 17:00:00,13.029461129746974,True +2017/02/01 18:00:00,12.207999984364623,True +2017/02/01 19:00:00,11.990848801383725,True +2017/02/01 20:00:00,11.388724104311782,True +2017/02/01 21:00:00,11.834650535552887,True +2017/02/01 22:00:00,11.310570120891526,True +2017/02/01 23:00:00,10.252841416180045,True +2017/02/02 00:00:00,9.423264567921208,True +2017/02/02 01:00:00,8.517494104143983,True +2017/02/02 02:00:00,7.80357557502483,True +2017/02/02 03:00:00,8.006102327209913,True +2017/02/02 04:00:00,7.797365867731528,True +2017/02/02 05:00:00,9.195609907195898,True +2017/02/02 06:00:00,10.308320790605062,True +2017/02/02 07:00:00,10.711189137222567,True +2017/02/02 08:00:00,11.350647812486159,True +2017/02/02 09:00:00,12.66560373681068,True +2017/02/02 10:00:00,12.80271572109041,True +2017/02/02 11:00:00,12.974879567907276,True +2017/02/02 12:00:00,13.081586691211502,True +2017/02/02 13:00:00,12.913970217814937,True +2017/02/02 14:00:00,12.950575870889692,True +2017/02/02 15:00:00,12.878797637482842,True +2017/02/02 16:00:00,12.843731126771203,True +2017/02/02 17:00:00,13.032642216642913,True +2017/02/02 18:00:00,12.21556201790616,True +2017/02/02 19:00:00,12.020981373545778,True +2017/02/02 20:00:00,11.395629354631902,True +2017/02/02 21:00:00,11.961330651055789,True +2017/02/02 22:00:00,11.105456499655343,True +2017/02/02 23:00:00,10.44964831528685,True +2017/02/03 00:00:00,9.211713977768735,True +2017/02/03 01:00:00,8.71455465897754,True +2017/02/03 02:00:00,7.6362307725911975,True +2017/02/03 03:00:00,8.079103415710614,True +2017/02/03 04:00:00,7.816122701893587,True +2017/02/03 05:00:00,9.15127455885793,True +2017/02/03 06:00:00,10.361609866698249,True +2017/02/03 07:00:00,10.578725670789824,True +2017/02/03 08:00:00,11.359334761246746,True +2017/02/03 09:00:00,12.671626312808801,True +2017/02/03 10:00:00,12.765589374926973,True +2017/02/03 11:00:00,12.913991312021956,True +2017/02/03 12:00:00,13.029868747586143,True +2017/02/03 13:00:00,12.84299532153824,True +2017/02/03 14:00:00,12.882093391365357,True +2017/02/03 15:00:00,12.79950094367584,True +2017/02/03 16:00:00,12.760937230916232,True +2017/02/03 17:00:00,12.964323516971394,True +2017/02/03 18:00:00,12.1463670144375,True +2017/02/03 19:00:00,11.941608874662732,True +2017/02/03 20:00:00,11.307753203398363,True +2017/02/03 21:00:00,11.878660558945759,True +2017/02/03 22:00:00,11.037985231596736,True +2017/02/03 23:00:00,10.646325329411981,True +2017/02/04 00:00:00,9.191338945391664,True +2017/02/04 01:00:00,8.541770434265153,True +2017/02/04 02:00:00,7.078513330107494,True +2017/02/04 03:00:00,7.801812996686535,True +2017/02/04 04:00:00,7.06504932583977,True +2017/02/04 05:00:00,8.924139158790144,True +2017/02/04 06:00:00,9.854350814525569,True +2017/02/04 07:00:00,10.68631403472276,True +2017/02/04 08:00:00,10.770302430842857,True +2017/02/04 09:00:00,10.889631038047149,True +2017/02/04 10:00:00,11.235445330572208,True +2017/02/04 11:00:00,11.389454417739623,True +2017/02/04 12:00:00,11.47793047496305,True +2017/02/04 13:00:00,11.42207222176639,True +2017/02/04 14:00:00,10.543305145728208,True +2017/02/04 15:00:00,11.350956336674086,True +2017/02/04 16:00:00,10.354206124558049,True +2017/02/04 17:00:00,11.35756440386443,True +2017/02/04 18:00:00,10.624663086584569,True +2017/02/04 19:00:00,10.891275875833673,True +2017/02/04 20:00:00,10.546339135335156,True +2017/02/04 21:00:00,10.961225473988833,True +2017/02/04 22:00:00,10.367574416371317,True +2017/02/04 23:00:00,10.288594514023465,True +2017/02/05 00:00:00,8.962344371706193,True +2017/02/05 01:00:00,8.632248317654359,True +2017/02/05 02:00:00,7.087244761415617,True +2017/02/05 03:00:00,7.829422929124179,True +2017/02/05 04:00:00,7.10014224801145,True +2017/02/05 05:00:00,8.855633375479872,True +2017/02/05 06:00:00,9.204845288023373,True +2017/02/05 07:00:00,10.501375193073223,True +2017/02/05 08:00:00,9.720603140781467,True +2017/02/05 09:00:00,10.272137140564672,True +2017/02/05 10:00:00,9.626909937210632,True +2017/02/05 11:00:00,10.631500715076816,True +2017/02/05 12:00:00,10.18104492808523,True +2017/02/05 13:00:00,10.593180591704922,True +2017/02/05 14:00:00,10.042919732626325,True +2017/02/05 15:00:00,10.487998702085502,True +2017/02/05 16:00:00,10.267005329609589,True +2017/02/05 17:00:00,10.41629443005352,True +2017/02/05 18:00:00,10.88910223531897,True +2017/02/05 19:00:00,10.84005410366428,True +2017/02/05 20:00:00,10.728500176791517,True +2017/02/05 21:00:00,10.750617215864871,True +2017/02/05 22:00:00,10.629853898875444,True +2017/02/05 23:00:00,10.04142428431877,True +2017/02/06 00:00:00,9.237342136829936,True +2017/02/06 01:00:00,8.67888476700561,True +2017/02/06 02:00:00,7.821599311677024,True +2017/02/06 03:00:00,8.193282056606508,True +2017/02/06 04:00:00,8.098477546519039,True +2017/02/06 05:00:00,9.074089244435246,True +2017/02/06 06:00:00,10.349930620009662,True +2017/02/06 07:00:00,10.5655453128555,True +2017/02/06 08:00:00,11.382444174814207,True +2017/02/06 09:00:00,12.68992568812143,True +2017/02/06 10:00:00,12.78390287134832,True +2017/02/06 11:00:00,12.93095613961426,True +2017/02/06 12:00:00,13.041975594086365,True +2017/02/06 13:00:00,12.86407673829043,True +2017/02/06 14:00:00,12.968439744052818,True +2017/02/06 15:00:00,12.897191143914766,True +2017/02/06 16:00:00,12.858126016062158,True +2017/02/06 17:00:00,13.045302980132018,True +2017/02/06 18:00:00,12.235233990944948,True +2017/02/06 19:00:00,12.119957595969458,True +2017/02/06 20:00:00,11.404083687947496,True +2017/02/06 21:00:00,11.991254107088018,True +2017/02/06 22:00:00,11.135257017327824,True +2017/02/06 23:00:00,10.659216228414431,True +2017/02/07 00:00:00,9.407248865038538,True +2017/02/07 01:00:00,8.806283774740757,True +2017/02/07 02:00:00,7.529249535897383,True +2017/02/07 03:00:00,8.221921828849291,True +2017/02/07 04:00:00,7.931916472885156,True +2017/02/07 05:00:00,9.301327004469046,True +2017/02/07 06:00:00,10.29315446064737,True +2017/02/07 07:00:00,10.75609685510524,True +2017/02/07 08:00:00,11.0121112037674,True +2017/02/07 09:00:00,12.67758507140944,True +2017/02/07 10:00:00,12.77618643594653,True +2017/02/07 11:00:00,12.928595167294425,True +2017/02/07 12:00:00,13.039141890867068,True +2017/02/07 13:00:00,12.8534940744798,True +2017/02/07 14:00:00,12.888220557323226,True +2017/02/07 15:00:00,12.807000264682737,True +2017/02/07 16:00:00,12.765066766038435,True +2017/02/07 17:00:00,12.96911402210565,True +2017/02/07 18:00:00,12.15557468977765,True +2017/02/07 19:00:00,12.04949368318539,True +2017/02/07 20:00:00,11.311467710811403,True +2017/02/07 21:00:00,11.918479668172786,True +2017/02/07 22:00:00,11.043540211663082,True +2017/02/07 23:00:00,10.264745320313967,True +2017/02/08 00:00:00,9.560553928040648,True +2017/02/08 01:00:00,8.376287287401333,True +2017/02/08 02:00:00,7.928823201467541,True +2017/02/08 03:00:00,7.944347365672929,True +2017/02/08 04:00:00,7.797229435615113,True +2017/02/08 05:00:00,9.011593441167676,True +2017/02/08 06:00:00,10.402957930353137,True +2017/02/08 07:00:00,10.832352082445935,True +2017/02/08 08:00:00,10.996329536264245,True +2017/02/08 09:00:00,12.66896887456316,True +2017/02/08 10:00:00,12.813144229728238,True +2017/02/08 11:00:00,12.987339868104375,True +2017/02/08 12:00:00,13.087368074651508,True +2017/02/08 13:00:00,12.920263277386756,True +2017/02/08 14:00:00,12.95585272440867,True +2017/02/08 15:00:00,12.885877577553877,True +2017/02/08 16:00:00,12.849227609470113,True +2017/02/08 17:00:00,13.033131313646413,True +2017/02/08 18:00:00,11.9669756513001,True +2017/02/08 19:00:00,12.046488583069493,True +2017/02/08 20:00:00,11.593373966686654,True +2017/02/08 21:00:00,11.804888600354111,True +2017/02/08 22:00:00,11.377712885016688,True +2017/02/08 23:00:00,10.667545429347943,True +2017/02/09 00:00:00,9.367072432420427,True +2017/02/09 01:00:00,8.86229889093633,True +2017/02/09 02:00:00,7.821128325078708,True +2017/02/09 03:00:00,8.040854922441007,True +2017/02/09 04:00:00,7.780776559136613,True +2017/02/09 05:00:00,9.070902802814892,True +2017/02/09 06:00:00,10.604732819418855,True +2017/02/09 07:00:00,10.63972865580334,True +2017/02/09 08:00:00,10.986424100167834,True +2017/02/09 09:00:00,12.669020349457814,True +2017/02/09 10:00:00,12.76654526158453,True +2017/02/09 11:00:00,12.91457425814049,True +2017/02/09 12:00:00,13.022832069618124,True +2017/02/09 13:00:00,12.843299740344012,True +2017/02/09 14:00:00,12.880826740307079,True +2017/02/09 15:00:00,12.800621180561214,True +2017/02/09 16:00:00,12.756544368925521,True +2017/02/09 17:00:00,13.026437927803368,True +2017/02/09 18:00:00,11.939305103788483,True +2017/02/09 19:00:00,12.050211375375754,True +2017/02/09 20:00:00,11.60642992912309,True +2017/02/09 21:00:00,11.73831066630821,True +2017/02/09 22:00:00,11.499368849125243,True +2017/02/09 23:00:00,10.590229856938162,True +2017/02/10 00:00:00,9.554509187945264,True +2017/02/10 01:00:00,8.83092808504539,True +2017/02/10 02:00:00,8.019305230433087,True +2017/02/10 03:00:00,8.166541853024384,True +2017/02/10 04:00:00,8.116647055067634,True +2017/02/10 05:00:00,9.089488450896425,True +2017/02/10 06:00:00,10.558030292849374,True +2017/02/10 07:00:00,10.521570673676848,True +2017/02/10 08:00:00,10.9887474945221,True +2017/02/10 09:00:00,12.66326010826826,True +2017/02/10 10:00:00,12.764739125152577,True +2017/02/10 11:00:00,12.918123556376663,True +2017/02/10 12:00:00,13.026039373873566,True +2017/02/10 13:00:00,12.862381275384141,True +2017/02/10 14:00:00,12.952815261510024,True +2017/02/10 15:00:00,12.881823559933286,True +2017/02/10 16:00:00,12.848336090067168,True +2017/02/10 17:00:00,12.965573781931184,True +2017/02/10 18:00:00,11.965312115377936,True +2017/02/10 19:00:00,12.02680524176842,True +2017/02/10 20:00:00,11.398364412884344,True +2017/02/10 21:00:00,11.943219277195615,True +2017/02/10 22:00:00,11.115213434762662,True +2017/02/10 23:00:00,10.60746307045157,True +2017/02/11 00:00:00,9.326696077185883,True +2017/02/11 01:00:00,8.53866083810476,True +2017/02/11 02:00:00,7.075208601045686,True +2017/02/11 03:00:00,7.8292511005011844,True +2017/02/11 04:00:00,7.0843020173451166,True +2017/02/11 05:00:00,8.871078839842836,True +2017/02/11 06:00:00,9.855148774608748,True +2017/02/11 07:00:00,10.697569661842268,True +2017/02/11 08:00:00,10.297904611393786,True +2017/02/11 09:00:00,10.889145215294644,True +2017/02/11 10:00:00,11.22937607691531,True +2017/02/11 11:00:00,11.3865039900395,True +2017/02/11 12:00:00,11.471472708218254,True +2017/02/11 13:00:00,11.296667325166641,True +2017/02/11 14:00:00,10.4896135153362,True +2017/02/11 15:00:00,11.200156714724288,True +2017/02/11 16:00:00,10.352963700690582,True +2017/02/11 17:00:00,11.310389184441181,True +2017/02/11 18:00:00,10.16617378526797,True +2017/02/11 19:00:00,11.02697490248554,True +2017/02/11 20:00:00,10.483335008375532,True +2017/02/11 21:00:00,10.789343637734817,True +2017/02/11 22:00:00,10.688749417921853,True +2017/02/11 23:00:00,10.213041914510136,True +2017/02/12 00:00:00,9.292777618626431,True +2017/02/12 01:00:00,8.529072244026564,True +2017/02/12 02:00:00,7.4543581294241825,True +2017/02/12 03:00:00,7.708701102768574,True +2017/02/12 04:00:00,7.4623362381782075,True +2017/02/12 05:00:00,9.013322230084388,True +2017/02/12 06:00:00,9.741913958937582,True +2017/02/12 07:00:00,10.330302598711095,True +2017/02/12 08:00:00,9.510654423095746,True +2017/02/12 09:00:00,10.098683493500126,True +2017/02/12 10:00:00,9.970200442399879,True +2017/02/12 11:00:00,10.423966788441229,True +2017/02/12 12:00:00,10.591185727202935,True +2017/02/12 13:00:00,10.243390017420978,True +2017/02/12 14:00:00,10.567992703157522,True +2017/02/12 15:00:00,10.022718944453018,True +2017/02/12 16:00:00,10.382831457653404,True +2017/02/12 17:00:00,10.063096205817873,True +2017/02/12 18:00:00,10.568291346584235,True +2017/02/12 19:00:00,10.571110949309455,True +2017/02/12 20:00:00,10.852280503128913,True +2017/02/12 21:00:00,10.504398913872013,True +2017/02/12 22:00:00,10.708722321686508,True +2017/02/12 23:00:00,9.718348390103083,True +2017/02/13 00:00:00,9.502469611247507,True +2017/02/13 01:00:00,8.377050557194655,True +2017/02/13 02:00:00,7.908848675147076,True +2017/02/13 03:00:00,7.752045185237835,True +2017/02/13 04:00:00,8.182364843889346,True +2017/02/13 05:00:00,8.902163275691139,True +2017/02/13 06:00:00,10.397883402863878,True +2017/02/13 07:00:00,10.247072612439855,True +2017/02/13 08:00:00,11.005786947895043,True +2017/02/13 09:00:00,12.679852699020566,True +2017/02/13 10:00:00,12.776440606284,True +2017/02/13 11:00:00,12.922732419109478,True +2017/02/13 12:00:00,13.033228624157255,True +2017/02/13 13:00:00,12.899402024478695,True +2017/02/13 14:00:00,12.958627505659502,True +2017/02/13 15:00:00,12.890054939352895,True +2017/02/13 16:00:00,12.853440795558075,True +2017/02/13 17:00:00,13.036870813287374,True +2017/02/13 18:00:00,11.898139804288142,True +2017/02/13 19:00:00,12.047557049382254,True +2017/02/13 20:00:00,11.309250610826208,True +2017/02/13 21:00:00,11.995197038581017,True +2017/02/13 22:00:00,11.056941357581714,True +2017/02/13 23:00:00,10.415483810857376,True +2017/02/14 00:00:00,9.190266974609653,True +2017/02/14 01:00:00,8.71829649219338,True +2017/02/14 02:00:00,7.485004236557826,True +2017/02/14 03:00:00,8.068463592361265,True +2017/02/14 04:00:00,7.450164432263631,True +2017/02/14 05:00:00,9.176919796058343,True +2017/02/14 06:00:00,10.26674493746387,True +2017/02/14 07:00:00,10.841552582991621,True +2017/02/14 08:00:00,10.999558717667988,True +2017/02/14 09:00:00,12.669461357966528,True +2017/02/14 10:00:00,12.771807383551016,True +2017/02/14 11:00:00,12.919676818354127,True +2017/02/14 12:00:00,13.02779137236605,True +2017/02/14 13:00:00,12.86460312801269,True +2017/02/14 14:00:00,12.94856905797538,True +2017/02/14 15:00:00,12.877657735425641,True +2017/02/14 16:00:00,12.752083608918106,True +2017/02/14 17:00:00,12.952068211682233,True +2017/02/14 18:00:00,11.881806016526369,True +2017/02/14 19:00:00,11.873694602465006,True +2017/02/14 20:00:00,11.699322784870681,True +2017/02/14 21:00:00,11.69739561127801,True +2017/02/14 22:00:00,11.635216434160943,True +2017/02/14 23:00:00,10.824271266895332,True +2017/02/15 00:00:00,9.608246751530755,True +2017/02/15 01:00:00,8.608813063974118,True +2017/02/15 02:00:00,7.443406143116494,True +2017/02/15 03:00:00,8.107785516419845,True +2017/02/15 04:00:00,7.457345216416325,True +2017/02/15 05:00:00,9.074324055873838,True +2017/02/15 06:00:00,9.33679082982047,True +2017/02/15 07:00:00,10.325501998064812,True +2017/02/15 08:00:00,11.387201430614528,True +2017/02/15 09:00:00,12.920272104627111,True +2017/02/15 10:00:00,13.012665617870274,True +2017/02/15 11:00:00,13.130095102004933,True +2017/02/15 12:00:00,13.042886620278862,True +2017/02/15 13:00:00,12.887469357334572,True +2017/02/15 14:00:00,12.94675502173097,True +2017/02/15 15:00:00,12.798647724027228,True +2017/02/15 16:00:00,12.755835973328196,True +2017/02/15 17:00:00,13.028762313453454,True +2017/02/15 18:00:00,11.96011473278994,True +2017/02/15 19:00:00,12.010902938553818,True +2017/02/15 20:00:00,11.347861614818605,True +2017/02/15 21:00:00,11.790629392614926,True +2017/02/15 22:00:00,11.034652037867343,True +2017/02/15 23:00:00,10.763336711465342,True +2017/02/16 00:00:00,9.447092059790952,True +2017/02/16 01:00:00,9.036099024756517,True +2017/02/16 02:00:00,7.968871758408403,True +2017/02/16 03:00:00,8.68548545611131,True +2017/02/16 04:00:00,8.056130670701858,True +2017/02/16 05:00:00,9.174907708606181,True +2017/02/16 06:00:00,10.35896941582793,True +2017/02/16 07:00:00,10.570119032706337,True +2017/02/16 08:00:00,10.98526895002967,True +2017/02/16 09:00:00,12.666053919597442,True +2017/02/16 10:00:00,12.766704266116935,True +2017/02/16 11:00:00,12.965873714314661,True +2017/02/16 12:00:00,13.023876730067293,True +2017/02/16 13:00:00,12.842924579305125,True +2017/02/16 14:00:00,12.88231752631181,True +2017/02/16 15:00:00,12.802027546562986,True +2017/02/16 16:00:00,12.75995890085905,True +2017/02/16 17:00:00,12.96570444850531,True +2017/02/16 18:00:00,11.941908174642084,True +2017/02/16 19:00:00,12.022992855841174,True +2017/02/16 20:00:00,11.308209186102063,True +2017/02/16 21:00:00,11.835411107214211,True +2017/02/16 22:00:00,11.036390470770378,True +2017/02/16 23:00:00,10.613719663346792,True +2017/02/17 00:00:00,9.193989191178739,True +2017/02/17 01:00:00,8.73191582934342,True +2017/02/17 02:00:00,7.4944956922841435,True +2017/02/17 03:00:00,8.093181040073876,True +2017/02/17 04:00:00,8.436709583457176,True +2017/02/17 05:00:00,9.314969103650064,True +2017/02/17 06:00:00,10.560814015996034,True +2017/02/17 07:00:00,10.724374003103296,True +2017/02/17 08:00:00,10.973456438207446,True +2017/02/17 09:00:00,12.655914566091704,True +2017/02/17 10:00:00,12.755587876187587,True +2017/02/17 11:00:00,13.018223366728572,True +2017/02/17 12:00:00,13.19016211104593,True +2017/02/17 13:00:00,13.024886455775768,True +2017/02/17 14:00:00,12.972009570972407,True +2017/02/17 15:00:00,12.896888674791894,True +2017/02/17 16:00:00,12.75452579913135,True +2017/02/17 17:00:00,12.951323938767864,True +2017/02/17 18:00:00,11.883318354196513,True +2017/02/17 19:00:00,11.956321144034929,True +2017/02/17 20:00:00,11.392477234419804,True +2017/02/17 21:00:00,11.787949050353607,True +2017/02/17 22:00:00,11.366614215629054,True +2017/02/17 23:00:00,10.247315935264185,True +2017/02/18 00:00:00,9.380741030395406,True +2017/02/18 01:00:00,7.8765846345650266,True +2017/02/18 02:00:00,7.574136341632577,True +2017/02/18 03:00:00,7.2997550984235735,True +2017/02/18 04:00:00,7.66112744081445,True +2017/02/18 05:00:00,8.363972847354935,True +2017/02/18 06:00:00,10.393691609591425,True +2017/02/18 07:00:00,10.276778572341891,True +2017/02/18 08:00:00,10.756188998372073,True +2017/02/18 09:00:00,10.88283843025925,True +2017/02/18 10:00:00,11.222071117723985,True +2017/02/18 11:00:00,11.382045607996032,True +2017/02/18 12:00:00,11.463021605859723,True +2017/02/18 13:00:00,11.27462772218617,True +2017/02/18 14:00:00,10.481669919196259,True +2017/02/18 15:00:00,11.220948144427002,True +2017/02/18 16:00:00,10.346138879641313,True +2017/02/18 17:00:00,11.267720895489619,True +2017/02/18 18:00:00,10.167583325674915,True +2017/02/18 19:00:00,10.98765612722188,True +2017/02/18 20:00:00,10.484924075398624,True +2017/02/18 21:00:00,10.814607908423303,True +2017/02/18 22:00:00,10.336076286496581,True +2017/02/18 23:00:00,10.299410752032855,True +2017/02/19 00:00:00,8.942048359301227,True +2017/02/19 01:00:00,8.60710458556698,True +2017/02/19 02:00:00,7.316690672269742,True +2017/02/19 03:00:00,7.865650440550344,True +2017/02/19 04:00:00,7.390241450843813,True +2017/02/19 05:00:00,8.89416021070957,True +2017/02/19 06:00:00,9.205244387543251,True +2017/02/19 07:00:00,10.301153611890946,True +2017/02/19 08:00:00,9.123004430896282,True +2017/02/19 09:00:00,10.24007994432224,True +2017/02/19 10:00:00,9.62314545937742,True +2017/02/19 11:00:00,10.629590210274904,True +2017/02/19 12:00:00,10.269106792711256,True +2017/02/19 13:00:00,10.696483233747163,True +2017/02/19 14:00:00,10.03228915239914,True +2017/02/19 15:00:00,10.591825018701153,True +2017/02/19 16:00:00,9.870640867971334,True +2017/02/19 17:00:00,10.555632904028373,True +2017/02/19 18:00:00,10.09515243825533,True +2017/02/19 19:00:00,10.967771137599424,True +2017/02/19 20:00:00,10.361980697856932,True +2017/02/19 21:00:00,10.999771958249514,True +2017/02/19 22:00:00,10.384005858807205,True +2017/02/19 23:00:00,10.240678549443386,True +2017/02/20 00:00:00,8.822078963046117,True +2017/02/20 01:00:00,8.658309420963686,True +2017/02/20 02:00:00,7.451892440976244,True +2017/02/20 03:00:00,8.16910378567727,True +2017/02/20 04:00:00,7.449982833858082,True +2017/02/20 05:00:00,9.291275271345691,True +2017/02/20 06:00:00,10.236820642746443,True +2017/02/20 07:00:00,10.879592803612272,True +2017/02/20 08:00:00,10.976740122456333,True +2017/02/20 09:00:00,12.65581168508537,True +2017/02/20 10:00:00,12.755747631376355,True +2017/02/20 11:00:00,12.907326267913783,True +2017/02/20 12:00:00,13.017966692227898,True +2017/02/20 13:00:00,12.984231636056172,True +2017/02/20 14:00:00,13.06587731336079,True +2017/02/20 15:00:00,12.796160325155533,True +2017/02/20 16:00:00,12.75192314955737,True +2017/02/20 17:00:00,13.02178175835935,True +2017/02/20 18:00:00,11.933039919390625,True +2017/02/20 19:00:00,12.005822339007599,True +2017/02/20 20:00:00,11.603885442176237,True +2017/02/20 21:00:00,11.728234746275433,True +2017/02/20 22:00:00,11.517515106122778,True +2017/02/20 23:00:00,10.606808668322524,True +2017/02/21 00:00:00,9.64576206269498,True +2017/02/21 01:00:00,8.616464911833315,True +2017/02/21 02:00:00,8.269808909674019,True +2017/02/21 03:00:00,8.14123728199624,True +2017/02/21 04:00:00,8.449270225502374,True +2017/02/21 05:00:00,9.192242946605216,True +2017/02/21 06:00:00,10.41215054015308,True +2017/02/21 07:00:00,10.788802441055145,True +2017/02/21 08:00:00,10.998397215300864,True +2017/02/21 09:00:00,12.67145134216191,True +2017/02/21 10:00:00,12.769918773631275,True +2017/02/21 11:00:00,12.965630516308831,True +2017/02/21 12:00:00,13.05148383430993,True +2017/02/21 13:00:00,12.92394722039236,True +2017/02/21 14:00:00,12.957419986161309,True +2017/02/21 15:00:00,12.892915810386103,True +2017/02/21 16:00:00,12.855533931892147,True +2017/02/21 17:00:00,13.039926100784578,True +2017/02/21 18:00:00,11.898307533516558,True +2017/02/21 19:00:00,11.980688221096939,True +2017/02/21 20:00:00,11.312352028291425,True +2017/02/21 21:00:00,11.811208592061195,True +2017/02/21 22:00:00,11.053380066940795,True +2017/02/21 23:00:00,10.455942337042075,True +2017/02/22 00:00:00,9.203383479951349,True +2017/02/22 01:00:00,8.708342542688069,True +2017/02/22 02:00:00,7.4637526159219885,True +2017/02/22 03:00:00,8.03812742976349,True +2017/02/22 04:00:00,7.417697973920158,True +2017/02/22 05:00:00,9.264411506040137,True +2017/02/22 06:00:00,10.600809420218386,True +2017/02/22 07:00:00,10.690980203623967,True +2017/02/22 08:00:00,10.98397500441644,True +2017/02/22 09:00:00,12.657096031937428,True +2017/02/22 10:00:00,12.755884059262248,True +2017/02/22 11:00:00,13.001195412965497,True +2017/02/22 12:00:00,13.219553920457388,True +2017/02/22 13:00:00,13.119366816582847,True +2017/02/22 14:00:00,13.20970148554345,True +2017/02/22 15:00:00,13.187575268924794,True +2017/02/22 16:00:00,13.133199650394165,True +2017/02/22 17:00:00,13.35664915572231,True +2017/02/22 18:00:00,12.437765800141301,True +2017/02/22 19:00:00,11.941955956136818,True +2017/02/22 20:00:00,11.45823725775664,True +2017/02/22 21:00:00,11.79403577959704,True +2017/02/22 22:00:00,11.542204298232974,True +2017/02/22 23:00:00,10.821576515288035,True +2017/02/23 00:00:00,9.257376440741455,True +2017/02/23 01:00:00,8.597958451716513,True +2017/02/23 02:00:00,7.427834123699691,True +2017/02/23 03:00:00,8.088252907878575,True +2017/02/23 04:00:00,7.392647230882739,True +2017/02/23 05:00:00,9.10860149115955,True +2017/02/23 06:00:00,9.43417064045141,True +2017/02/23 07:00:00,10.33646395530561,True +2017/02/23 08:00:00,10.99730691419989,True +2017/02/23 09:00:00,12.664997423663495,True +2017/02/23 10:00:00,12.760071202115899,True +2017/02/23 11:00:00,12.97745511018047,True +2017/02/23 12:00:00,13.080875509769736,True +2017/02/23 13:00:00,12.912440903530388,True +2017/02/23 14:00:00,12.950270935622042,True +2017/02/23 15:00:00,12.85126354188106,True +2017/02/23 16:00:00,12.842107312601694,True +2017/02/23 17:00:00,12.961429031340144,True +2017/02/23 18:00:00,11.936188958041777,True +2017/02/23 19:00:00,11.997016644149909,True +2017/02/23 20:00:00,11.391021806138601,True +2017/02/23 21:00:00,11.798163683573714,True +2017/02/23 22:00:00,11.1010573436493,True +2017/02/23 23:00:00,10.775557261026476,True +2017/02/24 00:00:00,9.213257403354618,True +2017/02/24 01:00:00,9.031353538983517,True +2017/02/24 02:00:00,7.856307957772609,True +2017/02/24 03:00:00,8.706994175433243,True +2017/02/24 04:00:00,7.929245415130106,True +2017/02/24 05:00:00,9.332829543853071,True +2017/02/24 06:00:00,10.223560998721316,True +2017/02/24 07:00:00,10.749235576397682,True +2017/02/24 08:00:00,10.978565305911333,True +2017/02/24 09:00:00,12.660988172824874,True +2017/02/24 10:00:00,12.76478429830729,True +2017/02/24 11:00:00,12.914281991276434,True +2017/02/24 12:00:00,13.02786351790443,True +2017/02/24 13:00:00,12.843798762491828,True +2017/02/24 14:00:00,12.884485236913642,True +2017/02/24 15:00:00,12.88068834567964,True +2017/02/24 16:00:00,12.758744061479366,True +2017/02/24 17:00:00,13.029162775028464,True +2017/02/24 18:00:00,11.892498701250059,True +2017/02/24 19:00:00,12.00502149094577,True +2017/02/24 20:00:00,11.310212295517756,True +2017/02/24 21:00:00,11.737449492423348,True +2017/02/24 22:00:00,11.043943764604832,True +2017/02/24 23:00:00,10.631320004684438,True +2017/02/25 00:00:00,9.191373353110139,True +2017/02/25 01:00:00,8.618975500694821,True +2017/02/25 02:00:00,7.37329564513572,True +2017/02/25 03:00:00,8.191730024049754,True +2017/02/25 04:00:00,7.067681063361582,True +2017/02/25 05:00:00,8.766232676540243,True +2017/02/25 06:00:00,9.85806396934703,True +2017/02/25 07:00:00,10.649024870063426,True +2017/02/25 08:00:00,10.290935518078749,True +2017/02/25 09:00:00,10.884166434658084,True +2017/02/25 10:00:00,11.236213435034879,True +2017/02/25 11:00:00,11.394167021667752,True +2017/02/25 12:00:00,11.474758459603207,True +2017/02/25 13:00:00,11.417733731899613,True +2017/02/25 14:00:00,10.492256855207817,True +2017/02/25 15:00:00,11.243987768142375,True +2017/02/25 16:00:00,10.361430632962168,True +2017/02/25 17:00:00,11.325536888665743,True +2017/02/25 18:00:00,10.172207004672073,True +2017/02/25 19:00:00,10.847795815389905,True +2017/02/25 20:00:00,10.489087323633838,True +2017/02/25 21:00:00,10.799072793495492,True +2017/02/25 22:00:00,10.343305841788373,True +2017/02/25 23:00:00,10.224055371169399,True +2017/02/26 00:00:00,8.945271218097758,True +2017/02/26 01:00:00,8.546411015926667,True +2017/02/26 02:00:00,7.314208202514393,True +2017/02/26 03:00:00,7.753760131175047,True +2017/02/26 04:00:00,7.480289029854667,True +2017/02/26 05:00:00,8.759622519206106,True +2017/02/26 06:00:00,9.577560295509807,True +2017/02/26 07:00:00,10.245472000642359,True +2017/02/26 08:00:00,9.515443432469587,True +2017/02/26 09:00:00,10.113056451216067,True +2017/02/26 10:00:00,9.97278323574154,True +2017/02/26 11:00:00,10.53087313597571,True +2017/02/26 12:00:00,10.556629221400971,True +2017/02/26 13:00:00,10.566666694490682,True +2017/02/26 14:00:00,10.42154238341499,True +2017/02/26 15:00:00,10.433316218563458,True +2017/02/26 16:00:00,10.260447374630106,True +2017/02/26 17:00:00,10.539727989041456,True +2017/02/26 18:00:00,10.5746103961236,True +2017/02/26 19:00:00,10.932424995317024,True +2017/02/26 20:00:00,10.71802956049266,True +2017/02/26 21:00:00,10.872348406311957,True +2017/02/26 22:00:00,10.625443940023862,True +2017/02/26 23:00:00,10.183771591040873,True +2017/02/27 00:00:00,9.21464363926352,True +2017/02/27 01:00:00,8.800384371016895,True +2017/02/27 02:00:00,7.81784164752596,True +2017/02/27 03:00:00,8.17856588530366,True +2017/02/27 04:00:00,7.795651887128313,True +2017/02/27 05:00:00,9.425747972086507,True +2017/02/27 06:00:00,10.580015185815766,True +2017/02/27 07:00:00,10.743014517387035,True +2017/02/27 08:00:00,10.98373987635582,True +2017/02/27 09:00:00,12.662426345027363,True +2017/02/27 10:00:00,12.765387883364388,True +2017/02/27 11:00:00,12.916008368120206,True +2017/02/27 12:00:00,13.045470027179705,True +2017/02/27 13:00:00,12.918729502427922,True +2017/02/27 14:00:00,12.95062894083924,True +2017/02/27 15:00:00,12.879275250843559,True +2017/02/27 16:00:00,12.841037026316313,True +2017/02/27 17:00:00,13.027469040511066,True +2017/02/27 18:00:00,11.958457683698398,True +2017/02/27 19:00:00,12.020683132926907,True +2017/02/27 20:00:00,11.376842741890789,True +2017/02/27 21:00:00,11.88344979473893,True +2017/02/27 22:00:00,11.160849401042391,True +2017/02/27 23:00:00,10.2235689370253,True +2017/02/28 00:00:00,9.184334669914968,True +2017/02/28 01:00:00,8.17388433892258,True +2017/02/28 02:00:00,7.962280810169401,True +2017/02/28 03:00:00,7.6467557139690046,True +2017/02/28 04:00:00,8.122510714809213,True +2017/02/28 05:00:00,8.71984219083615,True +2017/02/28 06:00:00,10.71777030619999,True +2017/02/28 07:00:00,10.297368697929251,True +2017/02/28 08:00:00,10.980099318984962,True +2017/02/28 09:00:00,12.661844666894233,True +2017/02/28 10:00:00,12.766248194868611,True +2017/02/28 11:00:00,12.909265709713663,True +2017/02/28 12:00:00,13.019714231427143,True +2017/02/28 13:00:00,12.841266363416278,True +2017/02/28 14:00:00,12.879680622720699,True +2017/02/28 15:00:00,12.79886987892032,True +2017/02/28 16:00:00,12.85625162999465,True +2017/02/28 17:00:00,13.00127395039544,True +2017/02/28 18:00:00,11.877970539129338,True +2017/02/28 19:00:00,11.90279829546507,True +2017/02/28 20:00:00,11.526458908230854,True +2017/02/28 21:00:00,11.688381164033496,True +2017/02/28 22:00:00,11.524574363050924,True +2017/02/28 23:00:00,10.359443528552433,True +2017/03/01 00:00:00,9.68582230091175,True +2017/03/01 01:00:00,9.115820633360862,True +2017/03/01 02:00:00,8.231097204046588,True +2017/03/01 03:00:00,8.364595593349796,True +2017/03/01 04:00:00,8.093506352620347,True +2017/03/01 05:00:00,9.353356899072994,True +2017/03/01 06:00:00,10.47058087165233,True +2017/03/01 07:00:00,10.725654975626782,True +2017/03/01 08:00:00,11.05587656356892,True +2017/03/01 09:00:00,12.71845268093431,True +2017/03/01 10:00:00,12.814831594325469,True +2017/03/01 11:00:00,12.951191250568051,True +2017/03/01 12:00:00,13.057078456562108,True +2017/03/01 13:00:00,12.884746668416724,True +2017/03/01 14:00:00,12.921384635711732,True +2017/03/01 15:00:00,12.845319976353194,True +2017/03/01 16:00:00,12.803506619011609,True +2017/03/01 17:00:00,12.992080625595,True +2017/03/01 18:00:00,11.920179452290427,True +2017/03/01 19:00:00,11.964924099965787,True +2017/03/01 20:00:00,11.542052985870844,True +2017/03/01 21:00:00,11.73317807187903,True +2017/03/01 22:00:00,11.425136248115576,True +2017/03/01 23:00:00,10.741167089470089,True +2017/03/02 00:00:00,9.36983728334969,True +2017/03/02 01:00:00,8.98412874337402,True +2017/03/02 02:00:00,8.073072187953438,True +2017/03/02 03:00:00,8.34018001367991,True +2017/03/02 04:00:00,8.139935346136191,True +2017/03/02 05:00:00,9.431169850273573,True +2017/03/02 06:00:00,10.63506523977051,True +2017/03/02 07:00:00,10.638852879469638,True +2017/03/02 08:00:00,11.049524080582476,True +2017/03/02 09:00:00,12.710439734105698,True +2017/03/02 10:00:00,12.80325109265323,True +2017/03/02 11:00:00,13.03902305930825,True +2017/03/02 12:00:00,13.204411630014727,True +2017/03/02 13:00:00,13.058905838476417,True +2017/03/02 14:00:00,13.094852948399684,True +2017/03/02 15:00:00,13.024413975942286,True +2017/03/02 16:00:00,12.927474395722294,True +2017/03/02 17:00:00,13.093090600304853,True +2017/03/02 18:00:00,11.949711307865392,True +2017/03/02 19:00:00,11.901235426484787,True +2017/03/02 20:00:00,11.616273168769581,True +2017/03/02 21:00:00,11.711561681748089,True +2017/03/02 22:00:00,11.487180718548196,True +2017/03/02 23:00:00,10.502108115446715,True +2017/03/03 00:00:00,9.380526784824802,True +2017/03/03 01:00:00,9.10348995485245,True +2017/03/03 02:00:00,8.154725034536037,True +2017/03/03 03:00:00,8.464948489221676,True +2017/03/03 04:00:00,8.24374029890027,True +2017/03/03 05:00:00,9.454187793371496,True +2017/03/03 06:00:00,10.21833723180796,True +2017/03/03 07:00:00,10.913036339886691,True +2017/03/03 08:00:00,11.060231300991742,True +2017/03/03 09:00:00,12.721031274350455,True +2017/03/03 10:00:00,12.814753064623618,True +2017/03/03 11:00:00,12.949514387973663,True +2017/03/03 12:00:00,13.056473414811885,True +2017/03/03 13:00:00,12.93030380327908,True +2017/03/03 14:00:00,12.923466215773294,True +2017/03/03 15:00:00,12.851327832273666,True +2017/03/03 16:00:00,12.889209963407906,True +2017/03/03 17:00:00,13.067851690240252,True +2017/03/03 18:00:00,11.95640316048687,True +2017/03/03 19:00:00,12.099648534265503,True +2017/03/03 20:00:00,11.439374904228687,True +2017/03/03 21:00:00,11.8697727512774,True +2017/03/03 22:00:00,11.126362871186043,True +2017/03/03 23:00:00,10.755620534526035,True +2017/03/04 00:00:00,9.413512049478701,True +2017/03/04 01:00:00,8.889034576256831,True +2017/03/04 02:00:00,7.479157451909746,True +2017/03/04 03:00:00,8.18671823048916,True +2017/03/04 04:00:00,7.454769881951477,True +2017/03/04 05:00:00,9.086174019940158,True +2017/03/04 06:00:00,10.015418823817374,True +2017/03/04 07:00:00,10.877902539645637,True +2017/03/04 08:00:00,10.456259289892326,True +2017/03/04 09:00:00,10.974913100539924,True +2017/03/04 10:00:00,11.28943391095108,True +2017/03/04 11:00:00,11.438905689301002,True +2017/03/04 12:00:00,11.534621197553635,True +2017/03/04 13:00:00,11.392737361758932,True +2017/03/04 14:00:00,10.545047259987347,True +2017/03/04 15:00:00,11.161551057880693,True +2017/03/04 16:00:00,10.412885529908573,True +2017/03/04 17:00:00,11.395634219940344,True +2017/03/04 18:00:00,10.222545447431573,True +2017/03/04 19:00:00,11.04193812219438,True +2017/03/04 20:00:00,10.730072536529706,True +2017/03/04 21:00:00,10.819881301789922,True +2017/03/04 22:00:00,10.761035143888336,True +2017/03/04 23:00:00,10.343734412882524,True +2017/03/05 00:00:00,9.531109524625737,True +2017/03/05 01:00:00,8.793619366791884,True +2017/03/05 02:00:00,7.864089247615653,True +2017/03/05 03:00:00,8.001381753515057,True +2017/03/05 04:00:00,7.852578766793291,True +2017/03/05 05:00:00,9.01003956343871,True +2017/03/05 06:00:00,9.822801700969338,True +2017/03/05 07:00:00,10.436285055129172,True +2017/03/05 08:00:00,9.651959114738935,True +2017/03/05 09:00:00,10.174600859418815,True +2017/03/05 10:00:00,10.071949300921396,True +2017/03/05 11:00:00,10.60907101192743,True +2017/03/05 12:00:00,10.61116235541761,True +2017/03/05 13:00:00,10.567147164008885,True +2017/03/05 14:00:00,10.471766895743828,True +2017/03/05 15:00:00,10.439650475639311,True +2017/03/05 16:00:00,10.15988292787316,True +2017/03/05 17:00:00,10.476814481917568,True +2017/03/05 18:00:00,10.519555820605909,True +2017/03/05 19:00:00,10.87666065298879,True +2017/03/05 20:00:00,10.768175609180782,True +2017/03/05 21:00:00,10.766570761914458,True +2017/03/05 22:00:00,10.700069178722629,True +2017/03/05 23:00:00,10.18778401528761,True +2017/03/06 00:00:00,9.457674715034544,True +2017/03/06 01:00:00,9.076348748281568,True +2017/03/06 02:00:00,8.240985055056205,True +2017/03/06 03:00:00,8.488619448533628,True +2017/03/06 04:00:00,8.136736393830196,True +2017/03/06 05:00:00,9.431979395251224,True +2017/03/06 06:00:00,10.495628618180826,True +2017/03/06 07:00:00,10.81185000898052,True +2017/03/06 08:00:00,11.065767411366684,True +2017/03/06 09:00:00,12.725487470777761,True +2017/03/06 10:00:00,12.819250564382875,True +2017/03/06 11:00:00,12.95900938917848,True +2017/03/06 12:00:00,13.12193605357316,True +2017/03/06 13:00:00,12.915517818478392,True +2017/03/06 14:00:00,12.928807571884356,True +2017/03/06 15:00:00,12.927322549428759,True +2017/03/06 16:00:00,12.893216762188706,True +2017/03/06 17:00:00,13.06893274131136,True +2017/03/06 18:00:00,11.999192395126705,True +2017/03/06 19:00:00,12.080619921398458,True +2017/03/06 20:00:00,11.579191129092731,True +2017/03/06 21:00:00,11.863154122620726,True +2017/03/06 22:00:00,11.418898296716723,True +2017/03/06 23:00:00,10.654237491677751,True +2017/03/07 00:00:00,9.426998213397363,True +2017/03/07 01:00:00,9.120690008721047,True +2017/03/07 02:00:00,7.854811057824241,True +2017/03/07 03:00:00,8.504989381079001,True +2017/03/07 04:00:00,7.850534808396311,True +2017/03/07 05:00:00,9.48260424219934,True +2017/03/07 06:00:00,10.420138188647519,True +2017/03/07 07:00:00,10.943073820091435,True +2017/03/07 08:00:00,11.066512280051883,True +2017/03/07 09:00:00,12.725502196569199,True +2017/03/07 10:00:00,12.81862428754468,True +2017/03/07 11:00:00,12.957803734111652,True +2017/03/07 12:00:00,13.066022036474779,True +2017/03/07 13:00:00,12.886414959875069,True +2017/03/07 14:00:00,12.9230997323228,True +2017/03/07 15:00:00,12.847993688903992,True +2017/03/07 16:00:00,12.807896010643477,True +2017/03/07 17:00:00,12.996319624309912,True +2017/03/07 18:00:00,11.922641413996873,True +2017/03/07 19:00:00,11.986832960214349,True +2017/03/07 20:00:00,11.573277881858889,True +2017/03/07 21:00:00,11.830614358213099,True +2017/03/07 22:00:00,11.434652996287106,True +2017/03/07 23:00:00,10.742442047830453,True +2017/03/08 00:00:00,9.416016852658354,True +2017/03/08 01:00:00,9.079214867746733,True +2017/03/08 02:00:00,7.840420242352094,True +2017/03/08 03:00:00,8.598623298689681,True +2017/03/08 04:00:00,7.794569917063804,True +2017/03/08 05:00:00,9.393875017418086,True +2017/03/08 06:00:00,10.207205540224686,True +2017/03/08 07:00:00,11.04502398548151,True +2017/03/08 08:00:00,11.055766932298319,True +2017/03/08 09:00:00,12.719381736388303,True +2017/03/08 10:00:00,12.802816112435535,True +2017/03/08 11:00:00,13.049459361038577,True +2017/03/08 12:00:00,13.253189714911153,True +2017/03/08 13:00:00,13.12506366166415,True +2017/03/08 14:00:00,13.21458613678483,True +2017/03/08 15:00:00,13.175249905429736,True +2017/03/08 16:00:00,13.13676640787106,True +2017/03/08 17:00:00,13.289488213254018,True +2017/03/08 18:00:00,12.234596152083238,True +2017/03/08 19:00:00,11.975100956390202,True +2017/03/08 20:00:00,11.355159395440978,True +2017/03/08 21:00:00,11.726767054318392,True +2017/03/08 22:00:00,11.113084156826119,True +2017/03/08 23:00:00,10.303695928922881,True +2017/03/09 00:00:00,9.480250498311966,True +2017/03/09 01:00:00,8.48551936247939,True +2017/03/09 02:00:00,8.21683200647862,True +2017/03/09 03:00:00,8.23664877201449,True +2017/03/09 04:00:00,8.247234416742517,True +2017/03/09 05:00:00,9.46967583065029,True +2017/03/09 06:00:00,9.849338139926651,True +2017/03/09 07:00:00,10.374862844003262,True +2017/03/09 08:00:00,11.091706214280796,True +2017/03/09 09:00:00,12.716938477162781,True +2017/03/09 10:00:00,12.90144957397423,True +2017/03/09 11:00:00,13.058021475802041,True +2017/03/09 12:00:00,13.27433481738393,True +2017/03/09 13:00:00,13.13334324051855,True +2017/03/09 14:00:00,13.192764701937017,True +2017/03/09 15:00:00,13.099987397597685,True +2017/03/09 16:00:00,13.087998538971751,True +2017/03/09 17:00:00,13.295022134846688,True +2017/03/09 18:00:00,12.315500995028112,True +2017/03/09 19:00:00,11.768434473299473,True +2017/03/09 20:00:00,11.461168788747454,True +2017/03/09 21:00:00,12.078104338486119,True +2017/03/09 22:00:00,11.188979996253721,True +2017/03/09 23:00:00,10.348492764080216,True +2017/03/10 00:00:00,9.40019785814811,True +2017/03/10 01:00:00,8.480497472745096,True +2017/03/10 02:00:00,8.010399032200226,True +2017/03/10 03:00:00,8.233901518846965,True +2017/03/10 04:00:00,8.227033444144228,True +2017/03/10 05:00:00,9.215159404992113,True +2017/03/10 06:00:00,9.84720216391971,True +2017/03/10 07:00:00,10.377143007408598,True +2017/03/10 08:00:00,11.081995972695077,True +2017/03/10 09:00:00,12.790754181396515,True +2017/03/10 10:00:00,12.904279644382106,True +2017/03/10 11:00:00,13.12569963825195,True +2017/03/10 12:00:00,13.23746309735202,True +2017/03/10 13:00:00,13.089431006970925,True +2017/03/10 14:00:00,13.163369176024085,True +2017/03/10 15:00:00,13.123492239381488,True +2017/03/10 16:00:00,13.085022463944746,True +2017/03/10 17:00:00,13.263331620458501,True +2017/03/10 18:00:00,12.338675404584828,True +2017/03/10 19:00:00,11.990502525504917,True +2017/03/10 20:00:00,11.471855126208492,True +2017/03/10 21:00:00,12.17939433496442,True +2017/03/10 22:00:00,11.201525575525945,True +2017/03/10 23:00:00,10.812641322653612,True +2017/03/11 00:00:00,9.766107246669538,True +2017/03/11 01:00:00,8.220556730745459,True +2017/03/11 02:00:00,7.445102188565881,True +2017/03/11 03:00:00,7.938294509174012,True +2017/03/11 04:00:00,7.835056287044341,True +2017/03/11 05:00:00,8.825167099395278,True +2017/03/11 06:00:00,9.168913005980519,True +2017/03/11 07:00:00,10.416853215819158,True +2017/03/11 08:00:00,10.736726974791338,True +2017/03/11 09:00:00,11.36699860876591,True +2017/03/11 10:00:00,11.656706529613155,True +2017/03/11 11:00:00,11.843327760542117,True +2017/03/11 12:00:00,11.921167930837287,True +2017/03/11 13:00:00,11.312406380816435,True +2017/03/11 14:00:00,10.668912199481841,True +2017/03/11 15:00:00,11.279106138050462,True +2017/03/11 16:00:00,10.566724741928937,True +2017/03/11 17:00:00,11.435308401201452,True +2017/03/11 18:00:00,10.313800526620016,True +2017/03/11 19:00:00,10.702004834250083,True +2017/03/11 20:00:00,10.649561281543766,True +2017/03/11 21:00:00,10.743697656947571,True +2017/03/11 22:00:00,10.634605051531718,True +2017/03/11 23:00:00,10.493345249098862,True +2017/03/12 00:00:00,9.975058195490583,True +2017/03/12 01:00:00,7.910861038224342,True +2017/03/12 02:00:00,8.092724504764409,True +2017/03/12 03:00:00,8.186113750846529,True +2017/03/12 04:00:00,8.759046547982711,True +2017/03/12 05:00:00,9.725397315427438,True +2017/03/12 06:00:00,10.322671782357652,True +2017/03/12 07:00:00,10.35048422432444,True +2017/03/12 08:00:00,10.25989715669503,True +2017/03/12 09:00:00,10.317400508952005,True +2017/03/12 10:00:00,10.689960288861393,True +2017/03/12 11:00:00,10.431783010617806,True +2017/03/12 12:00:00,10.252666204429245,True +2017/03/12 13:00:00,10.660986603589503,True +2017/03/12 14:00:00,10.005144541311642,True +2017/03/12 15:00:00,10.038726310079483,True +2017/03/12 16:00:00,10.116444940341689,True +2017/03/12 17:00:00,10.212661244275141,True +2017/03/12 18:00:00,10.733192461868835,True +2017/03/12 19:00:00,10.581239564966051,True +2017/03/12 20:00:00,10.5741399896196,True +2017/03/12 21:00:00,10.50028020627651,True +2017/03/12 22:00:00,10.247398061325258,True +2017/03/12 23:00:00,9.247004530320801,True +2017/03/13 00:00:00,8.477603093525767,True +2017/03/13 01:00:00,7.888939575730499,True +2017/03/13 02:00:00,8.061734464384784,True +2017/03/13 03:00:00,8.174923885926182,True +2017/03/13 04:00:00,8.933066306947762,True +2017/03/13 05:00:00,9.937947785956613,True +2017/03/13 06:00:00,10.046259140961997,True +2017/03/13 07:00:00,11.844713796180246,True +2017/03/13 08:00:00,12.992228752498185,True +2017/03/13 09:00:00,13.04673487381732,True +2017/03/13 10:00:00,13.208581922359174,True +2017/03/13 11:00:00,13.337321724088424,True +2017/03/13 12:00:00,13.192080972178388,True +2017/03/13 13:00:00,13.232131878766474,True +2017/03/13 14:00:00,13.22167205540465,True +2017/03/13 15:00:00,13.1756606444637,True +2017/03/13 16:00:00,13.391688726036744,True +2017/03/13 17:00:00,12.450746843231018,True +2017/03/13 18:00:00,11.704461753717908,True +2017/03/13 19:00:00,11.47457074254428,True +2017/03/13 20:00:00,12.20091888122032,True +2017/03/13 21:00:00,11.203014707293978,True +2017/03/13 22:00:00,10.483048691061507,True +2017/03/13 23:00:00,9.363337071036451,True +2017/03/14 00:00:00,8.87432829283488,True +2017/03/14 01:00:00,8.129002132256181,True +2017/03/14 02:00:00,8.063785715814834,True +2017/03/14 03:00:00,8.349745393816486,True +2017/03/14 04:00:00,8.847218661535798,True +2017/03/14 05:00:00,9.509399408480032,True +2017/03/14 06:00:00,10.042600326039153,True +2017/03/14 07:00:00,12.028262264754618,True +2017/03/14 08:00:00,13.084380833089904,True +2017/03/14 09:00:00,13.362551585117533,True +2017/03/14 10:00:00,13.720677864393393,True +2017/03/14 11:00:00,13.811470156381343,True +2017/03/14 12:00:00,13.700010008107203,True +2017/03/14 13:00:00,13.784468503176909,True +2017/03/14 14:00:00,13.770968360653901,True +2017/03/14 15:00:00,13.695289308012107,True +2017/03/14 16:00:00,13.797381080152004,True +2017/03/14 17:00:00,13.01713991347753,True +2017/03/14 18:00:00,12.39133473200674,True +2017/03/14 19:00:00,11.593248008759666,True +2017/03/14 20:00:00,12.324542580488053,True +2017/03/14 21:00:00,11.25735729181777,True +2017/03/14 22:00:00,11.2324765477517,True +2017/03/14 23:00:00,9.67563961191984,True +2017/03/15 00:00:00,9.075476588543161,True +2017/03/15 01:00:00,7.881534223367739,True +2017/03/15 02:00:00,8.181999565243684,True +2017/03/15 03:00:00,7.804737375381501,True +2017/03/15 04:00:00,9.475876547240006,True +2017/03/15 05:00:00,9.509287250207208,True +2017/03/15 06:00:00,10.043672017264118,True +2017/03/15 07:00:00,12.242519070999073,True +2017/03/15 08:00:00,13.259049408659466,True +2017/03/15 09:00:00,13.495661171199933,True +2017/03/15 10:00:00,13.721366616090718,True +2017/03/15 11:00:00,13.79645926576208,True +2017/03/15 12:00:00,13.684026904351379,True +2017/03/15 13:00:00,13.749656634313064,True +2017/03/15 14:00:00,13.778147422113443,True +2017/03/15 15:00:00,13.73689675804926,True +2017/03/15 16:00:00,13.829193821086811,True +2017/03/15 17:00:00,13.023138119884255,True +2017/03/15 18:00:00,12.46512651969353,True +2017/03/15 19:00:00,11.645126295567973,True +2017/03/15 20:00:00,12.56626086445371,True +2017/03/15 21:00:00,11.328928842129939,True +2017/03/15 22:00:00,11.53015966698772,True +2017/03/15 23:00:00,9.98958117675252,True +2017/03/16 00:00:00,9.64250773869476,True +2017/03/16 01:00:00,8.573579099268132,True +2017/03/16 02:00:00,9.295903121166859,True +2017/03/16 03:00:00,9.14520281846715,True +2017/03/16 04:00:00,9.810758881789207,True +2017/03/16 05:00:00,9.512482366455286,True +2017/03/16 06:00:00,10.046810153749904,True +2017/03/16 07:00:00,12.095005322319693,True +2017/03/16 08:00:00,13.118068137554394,True +2017/03/16 09:00:00,13.130972794752928,True +2017/03/16 10:00:00,13.33185806242552,True +2017/03/16 11:00:00,13.46961393672136,True +2017/03/16 12:00:00,13.228091490760033,True +2017/03/16 13:00:00,13.380499670811217,True +2017/03/16 14:00:00,13.615801654374424,True +2017/03/16 15:00:00,13.611361360952081,True +2017/03/16 16:00:00,13.60103840082915,True +2017/03/16 17:00:00,12.476360216561384,True +2017/03/16 18:00:00,11.811882975901442,True +2017/03/16 19:00:00,11.543090879995908,True +2017/03/16 20:00:00,11.857042025415051,True +2017/03/16 21:00:00,11.276425783707866,True +2017/03/16 22:00:00,10.971103437888676,True +2017/03/16 23:00:00,10.23958252091061,True +2017/03/17 00:00:00,9.019405044802644,True +2017/03/17 01:00:00,8.1733798685163,True +2017/03/17 02:00:00,8.27711596554856,True +2017/03/17 03:00:00,7.853698101409756,True +2017/03/17 04:00:00,9.116716935795575,True +2017/03/17 05:00:00,9.509367486977684,True +2017/03/17 06:00:00,10.043915955395784,True +2017/03/17 07:00:00,11.738694754899718,True +2017/03/17 08:00:00,13.093789293414268,True +2017/03/17 09:00:00,13.17607237750461,True +2017/03/17 10:00:00,13.30506750579619,True +2017/03/17 11:00:00,13.398322370905914,True +2017/03/17 12:00:00,13.276691278371144,True +2017/03/17 13:00:00,13.290875450675015,True +2017/03/17 14:00:00,13.275092280814365,True +2017/03/17 15:00:00,13.106829153838587,True +2017/03/17 16:00:00,13.245630225675788,True +2017/03/17 17:00:00,12.282865849304734,True +2017/03/17 18:00:00,11.785792276224278,True +2017/03/17 19:00:00,11.448213187504772,True +2017/03/17 20:00:00,11.976625343111122,True +2017/03/17 21:00:00,11.310755986166079,True +2017/03/17 22:00:00,10.488388667916277,True +2017/03/17 23:00:00,9.44857512003683,True +2017/03/18 00:00:00,8.476946255496316,True +2017/03/18 01:00:00,7.958478116590115,True +2017/03/18 02:00:00,8.239767802394411,True +2017/03/18 03:00:00,7.836714091936311,True +2017/03/18 04:00:00,9.074134263452388,True +2017/03/18 05:00:00,9.449797306725412,True +2017/03/18 06:00:00,10.389289327515044,True +2017/03/18 07:00:00,10.54304804410168,True +2017/03/18 08:00:00,10.966098804142487,True +2017/03/18 09:00:00,11.272650519278072,True +2017/03/18 10:00:00,11.427317279641848,True +2017/03/18 11:00:00,11.508901826365484,True +2017/03/18 12:00:00,11.369257859897719,True +2017/03/18 13:00:00,10.587689832286154,True +2017/03/18 14:00:00,11.232148520382049,True +2017/03/18 15:00:00,10.41549645398477,True +2017/03/18 16:00:00,11.241052936676699,True +2017/03/18 17:00:00,10.200243770106065,True +2017/03/18 18:00:00,10.652469454983422,True +2017/03/18 19:00:00,10.529534338038285,True +2017/03/18 20:00:00,10.841821396826997,True +2017/03/18 21:00:00,10.377563048990666,True +2017/03/18 22:00:00,10.343677296499386,True +2017/03/18 23:00:00,9.345483038456956,True +2017/03/19 00:00:00,8.733835974036579,True +2017/03/19 01:00:00,7.813673085453695,True +2017/03/19 02:00:00,8.131393659789477,True +2017/03/19 03:00:00,7.874681597706228,True +2017/03/19 04:00:00,8.992263389933328,True +2017/03/19 05:00:00,9.752683227861272,True +2017/03/19 06:00:00,10.327428384439251,True +2017/03/19 07:00:00,9.672455740100254,True +2017/03/19 08:00:00,10.189981276913082,True +2017/03/19 09:00:00,10.071714316485444,True +2017/03/19 10:00:00,10.602805589749263,True +2017/03/19 11:00:00,10.596271517387974,True +2017/03/19 12:00:00,10.54814764845714,True +2017/03/19 13:00:00,10.470927087562115,True +2017/03/19 14:00:00,10.438198965195397,True +2017/03/19 15:00:00,10.324812844649248,True +2017/03/19 16:00:00,10.532582516503444,True +2017/03/19 17:00:00,10.444625888325556,True +2017/03/19 18:00:00,10.515346538058413,True +2017/03/19 19:00:00,10.75537807253072,True +2017/03/19 20:00:00,10.88271923091858,True +2017/03/19 21:00:00,10.708141728675837,True +2017/03/19 22:00:00,10.267746624190401,True +2017/03/19 23:00:00,9.605863942770805,True +2017/03/20 00:00:00,8.807592300201534,True +2017/03/20 01:00:00,8.199818638360094,True +2017/03/20 02:00:00,8.656320283804538,True +2017/03/20 03:00:00,8.248158284602802,True +2017/03/20 04:00:00,9.447365656381782,True +2017/03/20 05:00:00,10.358867000195142,True +2017/03/20 06:00:00,10.878861934509139,True +2017/03/20 07:00:00,11.059473202096738,True +2017/03/20 08:00:00,12.756614319351279,True +2017/03/20 09:00:00,12.806253208611533,True +2017/03/20 10:00:00,12.949040883173115,True +2017/03/20 11:00:00,13.058245189050162,True +2017/03/20 12:00:00,12.883491486738281,True +2017/03/20 13:00:00,12.919178225471471,True +2017/03/20 14:00:00,12.844987386296244,True +2017/03/20 15:00:00,12.80173984443221,True +2017/03/20 16:00:00,12.989978578453378,True +2017/03/20 17:00:00,11.912208907595717,True +2017/03/20 18:00:00,11.605093161712848,True +2017/03/20 19:00:00,11.567217904947181,True +2017/03/20 20:00:00,11.710180331975868,True +2017/03/20 21:00:00,11.458944770972218,True +2017/03/20 22:00:00,10.677189053154478,True +2017/03/20 23:00:00,9.388910528628932,True +2017/03/21 00:00:00,8.89268911605236,True +2017/03/21 01:00:00,7.782068370013959,True +2017/03/21 02:00:00,8.4550312652842,True +2017/03/21 03:00:00,7.914524343233452,True +2017/03/21 04:00:00,9.450886763441778,True +2017/03/21 05:00:00,10.358021854725852,True +2017/03/21 06:00:00,10.892225240679503,True +2017/03/21 07:00:00,11.08247454273989,True +2017/03/21 08:00:00,12.714622383040295,True +2017/03/21 09:00:00,12.802425629979366,True +2017/03/21 10:00:00,13.042647822958395,True +2017/03/21 11:00:00,13.17925603843899,True +2017/03/21 12:00:00,13.070135925716256,True +2017/03/21 13:00:00,13.11166368155162,True +2017/03/21 14:00:00,13.068673715093793,True +2017/03/21 15:00:00,13.04052299708629,True +2017/03/21 16:00:00,13.214054063456866,True +2017/03/21 17:00:00,12.189806205849468,True +2017/03/21 18:00:00,11.787776746715002,True +2017/03/21 19:00:00,11.358744254212894,True +2017/03/21 20:00:00,11.810373953538502,True +2017/03/21 21:00:00,11.093748810482674,True +2017/03/21 22:00:00,10.317550974683364,True +2017/03/21 23:00:00,9.396981141597914,True +2017/03/22 00:00:00,8.485983987314139,True +2017/03/22 01:00:00,7.997153573234353,True +2017/03/22 02:00:00,7.964822975054329,True +2017/03/22 03:00:00,8.189413206933152,True +2017/03/22 04:00:00,9.298442109235332,True +2017/03/22 05:00:00,9.846410854029266,True +2017/03/22 06:00:00,10.373898128963368,True +2017/03/22 07:00:00,11.600423736263233,True +2017/03/22 08:00:00,13.050939783136103,True +2017/03/22 09:00:00,13.18921863761367,True +2017/03/22 10:00:00,13.27025756368866,True +2017/03/22 11:00:00,13.407298031378685,True +2017/03/22 12:00:00,13.393907485916076,True +2017/03/22 13:00:00,13.518979694958212,True +2017/03/22 14:00:00,13.439945238330722,True +2017/03/22 15:00:00,13.291699674682445,True +2017/03/22 16:00:00,13.344065647917368,True +2017/03/22 17:00:00,12.505067708590994,True +2017/03/22 18:00:00,11.546086043094478,True +2017/03/22 19:00:00,11.876689609124638,True +2017/03/22 20:00:00,11.826406941811696,True +2017/03/22 21:00:00,11.829902935713754,True +2017/03/22 22:00:00,10.572500263533763,True +2017/03/22 23:00:00,9.808296063881546,True +2017/03/23 00:00:00,8.57801216101615,True +2017/03/23 01:00:00,7.910032401577857,True +2017/03/23 02:00:00,8.35056011936938,True +2017/03/23 03:00:00,8.123705139852456,True +2017/03/23 04:00:00,9.418108741655837,True +2017/03/23 05:00:00,9.510553009508632,True +2017/03/23 06:00:00,10.460845837752123,True +2017/03/23 07:00:00,11.295311890399553,True +2017/03/23 08:00:00,12.815693822783553,True +2017/03/23 09:00:00,12.88634665377343,True +2017/03/23 10:00:00,13.011171026799941,True +2017/03/23 11:00:00,13.11552595065841,True +2017/03/23 12:00:00,12.947901602859465,True +2017/03/23 13:00:00,12.983636412127456,True +2017/03/23 14:00:00,12.895913591476178,True +2017/03/23 15:00:00,12.88223873539004,True +2017/03/23 16:00:00,13.059790353808284,True +2017/03/23 17:00:00,11.9422457894913,True +2017/03/23 18:00:00,11.735694960436478,True +2017/03/23 19:00:00,11.50125527601807,True +2017/03/23 20:00:00,11.77017615767,True +2017/03/23 21:00:00,11.416819970442369,True +2017/03/23 22:00:00,10.756453379811287,True +2017/03/23 23:00:00,9.412473193218789,True +2017/03/24 00:00:00,8.92474539339789,True +2017/03/24 01:00:00,8.018266565622483,True +2017/03/24 02:00:00,8.416830463388909,True +2017/03/24 03:00:00,8.228420239865367,True +2017/03/24 04:00:00,9.501123469596049,True +2017/03/24 05:00:00,10.497594967030624,True +2017/03/24 06:00:00,10.839480823233586,True +2017/03/24 07:00:00,11.061784627333244,True +2017/03/24 08:00:00,12.720367818965078,True +2017/03/24 09:00:00,12.811598548730563,True +2017/03/24 10:00:00,12.95043116515077,True +2017/03/24 11:00:00,13.056865774658183,True +2017/03/24 12:00:00,12.881944510010685,True +2017/03/24 13:00:00,12.920445202684114,True +2017/03/24 14:00:00,12.844164571608175,True +2017/03/24 15:00:00,12.802694479887249,True +2017/03/24 16:00:00,13.040911355792598,True +2017/03/24 17:00:00,11.962542624753974,True +2017/03/24 18:00:00,11.666463694855771,True +2017/03/24 19:00:00,11.571492612135303,True +2017/03/24 20:00:00,11.71689239417207,True +2017/03/24 21:00:00,11.596640494283598,True +2017/03/24 22:00:00,10.375199887821756,True +2017/03/24 23:00:00,9.680781214275799,True +2017/03/25 00:00:00,8.190114300960571,True +2017/03/25 01:00:00,7.938978319478253,True +2017/03/25 02:00:00,7.826281703937669,True +2017/03/25 03:00:00,7.965367164819889,True +2017/03/25 04:00:00,8.991744992370014,True +2017/03/25 05:00:00,10.116842775715888,True +2017/03/25 06:00:00,10.757448752904157,True +2017/03/25 07:00:00,10.573051690479407,True +2017/03/25 08:00:00,11.007535970525272,True +2017/03/25 09:00:00,11.308934927102728,True +2017/03/25 10:00:00,11.424714283983894,True +2017/03/25 11:00:00,11.505130393890305,True +2017/03/25 12:00:00,11.336783963653591,True +2017/03/25 13:00:00,10.536245144391668,True +2017/03/25 14:00:00,11.161271760982657,True +2017/03/25 15:00:00,10.425053299467063,True +2017/03/25 16:00:00,11.2194351302786,True +2017/03/25 17:00:00,10.209429492336543,True +2017/03/25 18:00:00,10.667507507863403,True +2017/03/25 19:00:00,10.529594423680129,True +2017/03/25 20:00:00,10.815277571536857,True +2017/03/25 21:00:00,10.388567598205334,True +2017/03/25 22:00:00,10.362641537220854,True +2017/03/25 23:00:00,9.10670085106758,True +2017/03/26 00:00:00,8.888496206133265,True +2017/03/26 01:00:00,7.529667373368727,True +2017/03/26 02:00:00,8.198175485392357,True +2017/03/26 03:00:00,7.434572215625469,True +2017/03/26 04:00:00,9.205203456226593,True +2017/03/26 05:00:00,9.656611910864012,True +2017/03/26 06:00:00,10.513724911650648,True +2017/03/26 07:00:00,9.25367422130326,True +2017/03/26 08:00:00,10.268650668441241,True +2017/03/26 09:00:00,9.681930187088941,True +2017/03/26 10:00:00,10.710781252989937,True +2017/03/26 11:00:00,10.24040570244977,True +2017/03/26 12:00:00,10.709067095809104,True +2017/03/26 13:00:00,10.167176334573892,True +2017/03/26 14:00:00,10.525874251061735,True +2017/03/26 15:00:00,9.936906146854604,True +2017/03/26 16:00:00,10.540813238696852,True +2017/03/26 17:00:00,10.164487318798082,True +2017/03/26 18:00:00,10.591011586693321,True +2017/03/26 19:00:00,10.440781298939378,True +2017/03/26 20:00:00,10.968450147896954,True +2017/03/26 21:00:00,10.334212472941664,True +2017/03/26 22:00:00,10.3050981156036,True +2017/03/26 23:00:00,9.064095601675728,True +2017/03/27 00:00:00,9.06583408285969,True +2017/03/27 01:00:00,7.849100303272798,True +2017/03/27 02:00:00,8.554571639934364,True +2017/03/27 03:00:00,7.858182263539793,True +2017/03/27 04:00:00,9.44401663353387,True +2017/03/27 05:00:00,10.379469672268376,True +2017/03/27 06:00:00,10.862751711643805,True +2017/03/27 07:00:00,11.061361457235659,True +2017/03/27 08:00:00,12.718416754367883,True +2017/03/27 09:00:00,12.812439498938346,True +2017/03/27 10:00:00,12.955469579939995,True +2017/03/27 11:00:00,13.058233384511652,True +2017/03/27 12:00:00,12.88242241657945,True +2017/03/27 13:00:00,12.919618864206067,True +2017/03/27 14:00:00,12.845384534833373,True +2017/03/27 15:00:00,12.805650045691458,True +2017/03/27 16:00:00,12.991698293379258,True +2017/03/27 17:00:00,11.916920864939211,True +2017/03/27 18:00:00,11.626485637046885,True +2017/03/27 19:00:00,11.713901929858835,True +2017/03/27 20:00:00,11.717118887424432,True +2017/03/27 21:00:00,11.477046879121326,True +2017/03/27 22:00:00,10.536884474582722,True +2017/03/27 23:00:00,9.71917843429193,True +2017/03/28 00:00:00,8.890695319417054,True +2017/03/28 01:00:00,8.197914208603349,True +2017/03/28 02:00:00,8.405088239081488,True +2017/03/28 03:00:00,8.216703576891335,True +2017/03/28 04:00:00,9.354071795662597,True +2017/03/28 05:00:00,10.504350798237878,True +2017/03/28 06:00:00,10.796393956599239,True +2017/03/28 07:00:00,11.054707696406908,True +2017/03/28 08:00:00,12.70806886935129,True +2017/03/28 09:00:00,12.798319971860089,True +2017/03/28 10:00:00,13.046310261199267,True +2017/03/28 11:00:00,13.251428087388547,True +2017/03/28 12:00:00,13.09266023209365,True +2017/03/28 13:00:00,13.160046065415283,True +2017/03/28 14:00:00,13.129115241026653,True +2017/03/28 15:00:00,13.122442167775082,True +2017/03/28 16:00:00,13.263301483013842,True +2017/03/28 17:00:00,12.278910512341307,True +2017/03/28 18:00:00,11.773954206756331,True +2017/03/28 19:00:00,11.106249784312132,True +2017/03/28 20:00:00,12.144247876852203,True +2017/03/28 21:00:00,11.14131821271518,True +2017/03/28 22:00:00,10.318729549917965,True +2017/03/28 23:00:00,9.38189319067839,True +2017/03/29 00:00:00,8.43027021929423,True +2017/03/29 01:00:00,7.776355721423171,True +2017/03/29 02:00:00,8.554506553870645,True +2017/03/29 03:00:00,7.905430090479994,True +2017/03/29 04:00:00,9.388512638597865,True +2017/03/29 05:00:00,10.365347342829578,True +2017/03/29 06:00:00,10.769053621619099,True +2017/03/29 07:00:00,11.049039346255821,True +2017/03/29 08:00:00,12.707930363497127,True +2017/03/29 09:00:00,12.899197012423318,True +2017/03/29 10:00:00,13.144230048793377,True +2017/03/29 11:00:00,13.340687294078009,True +2017/03/29 12:00:00,13.235047000805087,True +2017/03/29 13:00:00,13.334902078299692,True +2017/03/29 14:00:00,13.229513937193538,True +2017/03/29 15:00:00,13.193790356642804,True +2017/03/29 16:00:00,13.31621738884245,True +2017/03/29 17:00:00,12.308727032087589,True +2017/03/29 18:00:00,11.88294076784414,True +2017/03/29 19:00:00,11.109419973968079,True +2017/03/29 20:00:00,11.973963859153281,True +2017/03/29 21:00:00,11.179132149078965,True +2017/03/29 22:00:00,10.369452790514666,True +2017/03/29 23:00:00,9.493986325238657,True +2017/03/30 00:00:00,8.478829272368245,True +2017/03/30 01:00:00,7.892040031812214,True +2017/03/30 02:00:00,7.973885945003073,True +2017/03/30 03:00:00,8.17031113232471,True +2017/03/30 04:00:00,9.006203583908853,True +2017/03/30 05:00:00,9.937850400911454,True +2017/03/30 06:00:00,10.047329388925208,True +2017/03/30 07:00:00,11.324393152646802,True +2017/03/30 08:00:00,12.875387175523281,True +2017/03/30 09:00:00,13.01363971159326,True +2017/03/30 10:00:00,13.176635283010041,True +2017/03/30 11:00:00,13.282773263565051,True +2017/03/30 12:00:00,13.15453204543159,True +2017/03/30 13:00:00,13.19001419876935,True +2017/03/30 14:00:00,13.140274603871772,True +2017/03/30 15:00:00,13.12778188112571,True +2017/03/30 16:00:00,13.33426131270558,True +2017/03/30 17:00:00,12.376738759024372,True +2017/03/30 18:00:00,11.57268339016996,True +2017/03/30 19:00:00,11.472499192082523,True +2017/03/30 20:00:00,12.022147345732366,True +2017/03/30 21:00:00,11.63144476437101,True +2017/03/30 22:00:00,10.938837361836576,True +2017/03/30 23:00:00,9.699847672163235,True +2017/03/31 00:00:00,8.487661335027255,True +2017/03/31 01:00:00,7.790654319154932,True +2017/03/31 02:00:00,8.243617858614783,True +2017/03/31 03:00:00,7.828939751974465,True +2017/03/31 04:00:00,8.888950523564128,True +2017/03/31 05:00:00,9.512884006375481,True +2017/03/31 06:00:00,10.049536005144136,True +2017/03/31 07:00:00,11.516687979072405,True +2017/03/31 08:00:00,12.980675175846274,True +2017/03/31 09:00:00,13.076699966323831,True +2017/03/31 10:00:00,13.21706066578643,True +2017/03/31 11:00:00,13.330713886421366,True +2017/03/31 12:00:00,13.203840212527746,True +2017/03/31 13:00:00,13.242436239468558,True +2017/03/31 14:00:00,13.215144099413308,True +2017/03/31 15:00:00,13.198142983054204,True +2017/03/31 16:00:00,13.37526997324219,True +2017/03/31 17:00:00,12.40832703667724,True +2017/03/31 18:00:00,11.751902050758565,True +2017/03/31 19:00:00,11.15193445907841,True +2017/03/31 20:00:00,12.1684332513886,True +2017/03/31 21:00:00,11.196953535764301,True +2017/03/31 22:00:00,10.94182958100538,True +2017/03/31 23:00:00,9.464107138738065,True +2017/04/01 00:00:00,8.432055346003514,True +2017/04/01 01:00:00,7.981707320372029,True +2017/04/01 02:00:00,7.96014727742951,True +2017/04/01 03:00:00,7.887543261173845,True +2017/04/01 04:00:00,8.64273504039742,True +2017/04/01 05:00:00,10.545853829846573,True +2017/04/01 06:00:00,10.404538631927196,True +2017/04/01 07:00:00,10.915545275840152,True +2017/04/01 08:00:00,11.238771244732396,True +2017/04/01 09:00:00,11.674874513168048,True +2017/04/01 10:00:00,11.945256902007518,True +2017/04/01 11:00:00,12.08234094779806,True +2017/04/01 12:00:00,11.013896291183151,True +2017/04/01 13:00:00,11.326570155912908,True +2017/04/01 14:00:00,11.145844080634399,True +2017/04/01 15:00:00,11.089235359605096,True +2017/04/01 16:00:00,10.691985424710005,True +2017/04/01 17:00:00,10.336705450001617,True +2017/04/01 18:00:00,10.325289486936436,True +2017/04/01 19:00:00,10.26386775662771,True +2017/04/01 20:00:00,10.587958860790424,True +2017/04/01 21:00:00,10.572474872242655,True +2017/04/01 22:00:00,10.189929289202155,True +2017/04/01 23:00:00,9.589962636442989,True +2017/04/02 00:00:00,8.536238687182358,True +2017/04/02 01:00:00,7.899191331344216,True +2017/04/02 02:00:00,8.229703685564695,True +2017/04/02 03:00:00,7.824034670423557,True +2017/04/02 04:00:00,9.06329780611586,True +2017/04/02 05:00:00,9.671178567971983,True +2017/04/02 06:00:00,10.581874291912307,True +2017/04/02 07:00:00,9.522075942071732,True +2017/04/02 08:00:00,10.397555082580157,True +2017/04/02 09:00:00,9.910909134881749,True +2017/04/02 10:00:00,10.758462387462085,True +2017/04/02 11:00:00,10.360767584612788,True +2017/04/02 12:00:00,10.72248933116313,True +2017/04/02 13:00:00,10.234673156756658,True +2017/04/02 14:00:00,10.790920258835213,True +2017/04/02 15:00:00,10.167253170499032,True +2017/04/02 16:00:00,10.253948745844278,True +2017/04/02 17:00:00,10.486131062777975,True +2017/04/02 18:00:00,10.511438383045768,True +2017/04/02 19:00:00,10.535362922322578,True +2017/04/02 20:00:00,10.919831605055876,True +2017/04/02 21:00:00,10.769798564095698,True +2017/04/02 22:00:00,10.247370595572782,True +2017/04/02 23:00:00,9.57649397115232,True +2017/04/03 00:00:00,9.039769667250871,True +2017/04/03 01:00:00,8.50246208641569,True +2017/04/03 02:00:00,8.672568322093124,True +2017/04/03 03:00:00,8.7195273667496,True +2017/04/03 04:00:00,9.572510802940572,True +2017/04/03 05:00:00,10.564224171081797,True +2017/04/03 06:00:00,10.94259691731183,True +2017/04/03 07:00:00,11.135632988431752,True +2017/04/03 08:00:00,12.771676228137212,True +2017/04/03 09:00:00,12.960794532789071,True +2017/04/03 10:00:00,13.219591213470837,True +2017/04/03 11:00:00,13.385770092447535,True +2017/04/03 12:00:00,13.25554344944488,True +2017/04/03 13:00:00,13.395688876205359,True +2017/04/03 14:00:00,13.368726157737918,True +2017/04/03 15:00:00,13.285888514596412,True +2017/04/03 16:00:00,13.490272886282503,True +2017/04/03 17:00:00,12.495435060725175,True +2017/04/03 18:00:00,11.981275552447846,True +2017/04/03 19:00:00,11.190364808963333,True +2017/04/03 20:00:00,12.026882785192116,True +2017/04/03 21:00:00,11.228937729939545,True +2017/04/03 22:00:00,10.555004971765145,True +2017/04/03 23:00:00,9.843567472168054,True +2017/04/04 00:00:00,8.705665926008948,True +2017/04/04 01:00:00,8.609847627987545,True +2017/04/04 02:00:00,8.467518203806819,True +2017/04/04 03:00:00,8.21413134102875,True +2017/04/04 04:00:00,9.015292463306265,True +2017/04/04 05:00:00,9.671326813074087,True +2017/04/04 06:00:00,10.319420547609962,True +2017/04/04 07:00:00,11.629058839033954,True +2017/04/04 08:00:00,13.01434831794544,True +2017/04/04 09:00:00,13.06741912924094,True +2017/04/04 10:00:00,13.18751145395805,True +2017/04/04 11:00:00,13.30783163418415,True +2017/04/04 12:00:00,13.121261129168282,True +2017/04/04 13:00:00,13.168333106435453,True +2017/04/04 14:00:00,13.112993344883217,True +2017/04/04 15:00:00,13.059891434962042,True +2017/04/04 16:00:00,13.219179544465465,True +2017/04/04 17:00:00,12.070559982852327,True +2017/04/04 18:00:00,11.739644617069501,True +2017/04/04 19:00:00,11.193031775324107,True +2017/04/04 20:00:00,11.797118486896707,True +2017/04/04 21:00:00,11.458388442804189,True +2017/04/04 22:00:00,10.828129702745315,True +2017/04/04 23:00:00,9.57151634913546,True +2017/04/05 00:00:00,9.145039252170646,True +2017/04/05 01:00:00,8.116845299156877,True +2017/04/05 02:00:00,8.768770814991072,True +2017/04/05 03:00:00,8.391614688194586,True +2017/04/05 04:00:00,9.571557988457892,True +2017/04/05 05:00:00,10.807496974833871,True +2017/04/05 06:00:00,10.897692346316006,True +2017/04/05 07:00:00,11.128977878797212,True +2017/04/05 08:00:00,12.838058573979506,True +2017/04/05 09:00:00,13.05756752071655,True +2017/04/05 10:00:00,13.242261441325635,True +2017/04/05 11:00:00,13.410659191770295,True +2017/04/05 12:00:00,13.237183202646628,True +2017/04/05 13:00:00,13.21610366443829,True +2017/04/05 14:00:00,13.193411190659754,True +2017/04/05 15:00:00,13.15345604452032,True +2017/04/05 16:00:00,13.303018068961855,True +2017/04/05 17:00:00,12.320677404402568,True +2017/04/05 18:00:00,11.946054668281446,True +2017/04/05 19:00:00,11.150389469922876,True +2017/04/05 20:00:00,12.002436615324347,True +2017/04/05 21:00:00,11.11688502548176,True +2017/04/05 22:00:00,10.386321124668338,True +2017/04/05 23:00:00,9.657631543996326,True +2017/04/06 00:00:00,8.828495435345673,True +2017/04/06 01:00:00,8.495058204549004,True +2017/04/06 02:00:00,8.666675915964033,True +2017/04/06 03:00:00,8.604471673061703,True +2017/04/06 04:00:00,9.539774211941504,True +2017/04/06 05:00:00,10.801145302490623,True +2017/04/06 06:00:00,10.866310834500288,True +2017/04/06 07:00:00,11.153437352513603,True +2017/04/06 08:00:00,12.948090962840284,True +2017/04/06 09:00:00,13.082143278701206,True +2017/04/06 10:00:00,13.293929519129543,True +2017/04/06 11:00:00,13.474545615245868,True +2017/04/06 12:00:00,13.421284921124316,True +2017/04/06 13:00:00,13.552177584579304,True +2017/04/06 14:00:00,13.508630467539486,True +2017/04/06 15:00:00,13.452258463426242,True +2017/04/06 16:00:00,13.636197951685451,True +2017/04/06 17:00:00,12.701138670151567,True +2017/04/06 18:00:00,11.9516510980263,True +2017/04/06 19:00:00,11.209915093582842,True +2017/04/06 20:00:00,12.232887717094709,True +2017/04/06 21:00:00,11.245815787329747,True +2017/04/06 22:00:00,11.021371795399206,True +2017/04/06 23:00:00,9.84894893865856,True +2017/04/07 00:00:00,8.71085307995212,True +2017/04/07 01:00:00,8.615536392677674,True +2017/04/07 02:00:00,8.334462395872674,True +2017/04/07 03:00:00,8.152954095705391,True +2017/04/07 04:00:00,9.252019521840397,True +2017/04/07 05:00:00,9.668478461606188,True +2017/04/07 06:00:00,10.153695736206462,True +2017/04/07 07:00:00,11.87804215860016,True +2017/04/07 08:00:00,13.211787995401194,True +2017/04/07 09:00:00,13.339919639957017,True +2017/04/07 10:00:00,13.492314747965697,True +2017/04/07 11:00:00,13.731971850498931,True +2017/04/07 12:00:00,13.672388888576068,True +2017/04/07 13:00:00,13.727898690292875,True +2017/04/07 14:00:00,13.693616521984108,True +2017/04/07 15:00:00,13.617583047167342,True +2017/04/07 16:00:00,13.72471079720163,True +2017/04/07 17:00:00,12.780490503756898,True +2017/04/07 18:00:00,12.025583082007424,True +2017/04/07 19:00:00,11.192268802265621,True +2017/04/07 20:00:00,12.15071827326201,True +2017/04/07 21:00:00,11.264272832605293,True +2017/04/07 22:00:00,11.04842412998669,True +2017/04/07 23:00:00,9.59158061493106,True +2017/04/08 00:00:00,9.11421589509563,True +2017/04/08 01:00:00,7.993249603534434,True +2017/04/08 02:00:00,8.144734759132367,True +2017/04/08 03:00:00,7.827111038021103,True +2017/04/08 04:00:00,9.129032708534952,True +2017/04/08 05:00:00,9.213762643063449,True +2017/04/08 06:00:00,10.189028058010273,True +2017/04/08 07:00:00,11.083326366339174,True +2017/04/08 08:00:00,11.80016759109985,True +2017/04/08 09:00:00,12.29986063547711,True +2017/04/08 10:00:00,12.492724589772655,True +2017/04/08 11:00:00,12.659910841554918,True +2017/04/08 12:00:00,11.3039939127527,True +2017/04/08 13:00:00,11.271455941740285,True +2017/04/08 14:00:00,11.610907976301748,True +2017/04/08 15:00:00,11.010540573698684,True +2017/04/08 16:00:00,11.399959168591137,True +2017/04/08 17:00:00,10.348138950664652,True +2017/04/08 18:00:00,10.825001104578186,True +2017/04/08 19:00:00,10.31753331073647,True +2017/04/08 20:00:00,10.61044497181814,True +2017/04/08 21:00:00,10.553326612501241,True +2017/04/08 22:00:00,10.109015174156527,True +2017/04/08 23:00:00,9.424068925085189,True +2017/04/09 00:00:00,8.53327106313655,True +2017/04/09 01:00:00,7.912871891423738,True +2017/04/09 02:00:00,8.046251589504008,True +2017/04/09 03:00:00,7.78901512530963,True +2017/04/09 04:00:00,8.283035106130502,True +2017/04/09 05:00:00,9.446754052106943,True +2017/04/09 06:00:00,9.919477865567556,True +2017/04/09 07:00:00,9.587692380172548,True +2017/04/09 08:00:00,9.942204618547896,True +2017/04/09 09:00:00,10.397819277062545,True +2017/04/09 10:00:00,10.493740631936229,True +2017/04/09 11:00:00,10.594307675771294,True +2017/04/09 12:00:00,10.444762971263229,True +2017/04/09 13:00:00,10.78503545080849,True +2017/04/09 14:00:00,11.01423679385308,True +2017/04/09 15:00:00,10.463943853161862,True +2017/04/09 16:00:00,11.087701976377636,True +2017/04/09 17:00:00,10.52233877832879,True +2017/04/09 18:00:00,10.294893904360759,True +2017/04/09 19:00:00,10.223813310452336,True +2017/04/09 20:00:00,10.62904381360037,True +2017/04/09 21:00:00,10.520230268821289,True +2017/04/09 22:00:00,10.14427070981024,True +2017/04/09 23:00:00,9.605709824099884,True +2017/04/10 00:00:00,8.739058233871154,True +2017/04/10 01:00:00,8.152374798114842,True +2017/04/10 02:00:00,8.918854280307139,True +2017/04/10 03:00:00,8.432765635578535,True +2017/04/10 04:00:00,9.455103019096267,True +2017/04/10 05:00:00,9.67474855637616,True +2017/04/10 06:00:00,10.56409587993734,True +2017/04/10 07:00:00,11.528781865538326,True +2017/04/10 08:00:00,12.918790885804434,True +2017/04/10 09:00:00,13.048716769913634,True +2017/04/10 10:00:00,13.215673573100592,True +2017/04/10 11:00:00,13.37371715554824,True +2017/04/10 12:00:00,13.233623188484477,True +2017/04/10 13:00:00,13.267192495524537,True +2017/04/10 14:00:00,13.131578873766546,True +2017/04/10 15:00:00,13.052047750995575,True +2017/04/10 16:00:00,13.21339559049016,True +2017/04/10 17:00:00,12.13108633980779,True +2017/04/10 18:00:00,11.702997265544433,True +2017/04/10 19:00:00,11.247323729436683,True +2017/04/10 20:00:00,11.763850465334418,True +2017/04/10 21:00:00,11.575795686062998,True +2017/04/10 22:00:00,10.665416080396025,True +2017/04/10 23:00:00,9.570380943344528,True +2017/04/11 00:00:00,9.221666974292535,True +2017/04/11 01:00:00,8.123906991318542,True +2017/04/11 02:00:00,9.201554315940069,True +2017/04/11 03:00:00,8.240089826633511,True +2017/04/11 04:00:00,9.622795256134859,True +2017/04/11 05:00:00,9.672784453606063,True +2017/04/11 06:00:00,10.5650949344896,True +2017/04/11 07:00:00,11.17894713093935,True +2017/04/11 08:00:00,12.905087145052482,True +2017/04/11 09:00:00,13.059405772101968,True +2017/04/11 10:00:00,13.17845200623886,True +2017/04/11 11:00:00,13.316478280110964,True +2017/04/11 12:00:00,13.188710764741876,True +2017/04/11 13:00:00,13.263239476052167,True +2017/04/11 14:00:00,13.218387486513455,True +2017/04/11 15:00:00,13.20359822503299,True +2017/04/11 16:00:00,13.376880001696636,True +2017/04/11 17:00:00,12.436506073044727,True +2017/04/11 18:00:00,11.78262824594832,True +2017/04/11 19:00:00,11.583088440097555,True +2017/04/11 20:00:00,12.033919244356891,True +2017/04/11 21:00:00,11.643346374639808,True +2017/04/11 22:00:00,10.84271633999889,True +2017/04/11 23:00:00,9.641722878422835,True +2017/04/12 00:00:00,8.7136492828827,True +2017/04/12 01:00:00,8.622118474525026,True +2017/04/12 02:00:00,8.305340512837743,True +2017/04/12 03:00:00,8.251490258239873,True +2017/04/12 04:00:00,9.179751415267535,True +2017/04/12 05:00:00,9.6697125160058,True +2017/04/12 06:00:00,10.523099551600426,True +2017/04/12 07:00:00,11.718016556936355,True +2017/04/12 08:00:00,13.135699594389957,True +2017/04/12 09:00:00,13.213029288761062,True +2017/04/12 10:00:00,13.355982457579994,True +2017/04/12 11:00:00,13.475381322193371,True +2017/04/12 12:00:00,13.281564196432317,True +2017/04/12 13:00:00,13.364132502561183,True +2017/04/12 14:00:00,13.279699964372227,True +2017/04/12 15:00:00,13.224612486256158,True +2017/04/12 16:00:00,13.36839328294542,True +2017/04/12 17:00:00,12.459998916379387,True +2017/04/12 18:00:00,11.831035849166838,True +2017/04/12 19:00:00,11.157196023756493,True +2017/04/12 20:00:00,11.801118258855386,True +2017/04/12 21:00:00,11.480714061675243,True +2017/04/12 22:00:00,10.433245096472355,True +2017/04/12 23:00:00,9.574099321361066,True +2017/04/13 00:00:00,8.957581754944162,True +2017/04/13 01:00:00,8.126028492989441,True +2017/04/13 02:00:00,8.736080813301122,True +2017/04/13 03:00:00,8.215503557804714,True +2017/04/13 04:00:00,9.542269491365353,True +2017/04/13 05:00:00,9.67406065826021,True +2017/04/13 06:00:00,10.568844670047842,True +2017/04/13 07:00:00,11.190438440246233,True +2017/04/13 08:00:00,12.932822576487169,True +2017/04/13 09:00:00,12.979061413800853,True +2017/04/13 10:00:00,13.160690939192508,True +2017/04/13 11:00:00,13.29709861354777,True +2017/04/13 12:00:00,13.17664466898438,True +2017/04/13 13:00:00,13.25222708884739,True +2017/04/13 14:00:00,13.164327252942245,True +2017/04/13 15:00:00,13.123037087774726,True +2017/04/13 16:00:00,13.284437350775228,True +2017/04/13 17:00:00,12.325130048942723,True +2017/04/13 18:00:00,11.827202794205323,True +2017/04/13 19:00:00,11.152534884546574,True +2017/04/13 20:00:00,12.180294552941504,True +2017/04/13 21:00:00,11.14098521009082,True +2017/04/13 22:00:00,10.849607335946216,True +2017/04/13 23:00:00,9.606475047223531,True +2017/04/14 00:00:00,8.721562359302533,True +2017/04/14 01:00:00,8.219057758413046,True +2017/04/14 02:00:00,8.576077254377203,True +2017/04/14 03:00:00,8.118222627121586,True +2017/04/14 04:00:00,9.653173236846396,True +2017/04/14 05:00:00,9.674110377156063,True +2017/04/14 06:00:00,10.571301129150413,True +2017/04/14 07:00:00,11.19242903207249,True +2017/04/14 08:00:00,12.821653640897063,True +2017/04/14 09:00:00,13.004701855855433,True +2017/04/14 10:00:00,13.141384024847516,True +2017/04/14 11:00:00,13.2555960419184,True +2017/04/14 12:00:00,13.104205229283956,True +2017/04/14 13:00:00,13.154168174846257,True +2017/04/14 14:00:00,13.126905480381101,True +2017/04/14 15:00:00,13.126672232645271,True +2017/04/14 16:00:00,13.354215919291361,True +2017/04/14 17:00:00,12.495297560931236,True +2017/04/14 18:00:00,11.539426663753229,True +2017/04/14 19:00:00,11.243691125299168,True +2017/04/14 20:00:00,11.910142371524751,True +2017/04/14 21:00:00,11.249789195864984,True +2017/04/14 22:00:00,10.615761796976686,True +2017/04/14 23:00:00,10.061100547644376,True +2017/04/15 00:00:00,8.748163730671498,True +2017/04/15 01:00:00,8.643736767001679,True +2017/04/15 02:00:00,8.231647428948254,True +2017/04/15 03:00:00,8.409686671451176,True +2017/04/15 04:00:00,8.8976935351576,True +2017/04/15 05:00:00,9.678354276654787,True +2017/04/15 06:00:00,10.189961352567165,True +2017/04/15 07:00:00,10.978402320000148,True +2017/04/15 08:00:00,11.456440086012728,True +2017/04/15 09:00:00,11.653744547483907,True +2017/04/15 10:00:00,11.770194603879352,True +2017/04/15 11:00:00,11.855400081766172,True +2017/04/15 12:00:00,11.468725002435336,True +2017/04/15 13:00:00,10.691308832290675,True +2017/04/15 14:00:00,11.3430887087855,True +2017/04/15 15:00:00,10.475056678753779,True +2017/04/15 16:00:00,11.391236051935511,True +2017/04/15 17:00:00,10.25554293195665,True +2017/04/15 18:00:00,10.825266590685802,True +2017/04/15 19:00:00,10.21520052277197,True +2017/04/15 20:00:00,10.898600271470547,True +2017/04/15 21:00:00,10.445399830748867,True +2017/04/15 22:00:00,10.43492108451593,True +2017/04/15 23:00:00,9.604335809713564,True +2017/04/16 00:00:00,8.969883738573705,True +2017/04/16 01:00:00,8.260907917138395,True +2017/04/16 02:00:00,8.341630060267702,True +2017/04/16 03:00:00,8.44015733974585,True +2017/04/16 04:00:00,9.322567415000407,True +2017/04/16 05:00:00,9.969355139730919,True +2017/04/16 06:00:00,10.366222817842702,True +2017/04/16 07:00:00,9.813745675971829,True +2017/04/16 08:00:00,10.138844237395059,True +2017/04/16 09:00:00,10.14896958527319,True +2017/04/16 10:00:00,10.544285289025328,True +2017/04/16 11:00:00,10.63505965139126,True +2017/04/16 12:00:00,10.56038535802331,True +2017/04/16 13:00:00,10.517681913851122,True +2017/04/16 14:00:00,10.474073617442972,True +2017/04/16 15:00:00,10.378429685055586,True +2017/04/16 16:00:00,10.548936982913148,True +2017/04/16 17:00:00,10.568344458008287,True +2017/04/16 18:00:00,10.555020294704946,True +2017/04/16 19:00:00,10.411424387319585,True +2017/04/16 20:00:00,10.907878040762563,True +2017/04/16 21:00:00,10.735417430702736,True +2017/04/16 22:00:00,10.305914919549512,True +2017/04/16 23:00:00,9.589379010810461,True +2017/04/17 00:00:00,9.093202972477158,True +2017/04/17 01:00:00,8.50567183145406,True +2017/04/17 02:00:00,8.74103127970097,True +2017/04/17 03:00:00,8.608372503540306,True +2017/04/17 04:00:00,9.550899041794413,True +2017/04/17 05:00:00,10.655727420821854,True +2017/04/17 06:00:00,10.984877120204866,True +2017/04/17 07:00:00,11.145127550582943,True +2017/04/17 08:00:00,12.763461020482731,True +2017/04/17 09:00:00,12.853088346464773,True +2017/04/17 10:00:00,12.984034243548717,True +2017/04/17 11:00:00,13.191642548447389,True +2017/04/17 12:00:00,13.067742724501299,True +2017/04/17 13:00:00,13.158287831452757,True +2017/04/17 14:00:00,13.151726900823908,True +2017/04/17 15:00:00,13.120348628224434,True +2017/04/17 16:00:00,13.26165696094195,True +2017/04/17 17:00:00,12.287642089517625,True +2017/04/17 18:00:00,11.754615584000325,True +2017/04/17 19:00:00,11.14681458348134,True +2017/04/17 20:00:00,11.841320848972726,True +2017/04/17 21:00:00,11.210177458239915,True +2017/04/17 22:00:00,10.419026216542395,True +2017/04/17 23:00:00,9.77017807101259,True +2017/04/18 00:00:00,8.711938919098415,True +2017/04/18 01:00:00,8.575597361399666,True +2017/04/18 02:00:00,8.274285905663058,True +2017/04/18 03:00:00,8.634524418200813,True +2017/04/18 04:00:00,9.043006850244032,True +2017/04/18 05:00:00,10.088851899597177,True +2017/04/18 06:00:00,10.157706431696678,True +2017/04/18 07:00:00,11.495270142880297,True +2017/04/18 08:00:00,13.016260931555903,True +2017/04/18 09:00:00,13.076730803046608,True +2017/04/18 10:00:00,13.24516656443919,True +2017/04/18 11:00:00,13.353346061947091,True +2017/04/18 12:00:00,13.238795136364079,True +2017/04/18 13:00:00,13.305789768478927,True +2017/04/18 14:00:00,13.282748579941915,True +2017/04/18 15:00:00,13.321665127812391,True +2017/04/18 16:00:00,13.513447223271454,True +2017/04/18 17:00:00,12.542539335288998,True +2017/04/18 18:00:00,11.75619993749846,True +2017/04/18 19:00:00,11.526056777189366,True +2017/04/18 20:00:00,12.052237627648163,True +2017/04/18 21:00:00,11.646316313739565,True +2017/04/18 22:00:00,10.787278041109701,True +2017/04/18 23:00:00,9.847861411074545,True +2017/04/19 00:00:00,8.714316349342125,True +2017/04/19 01:00:00,8.133455946884553,True +2017/04/19 02:00:00,8.365794047628361,True +2017/04/19 03:00:00,8.218010470730716,True +2017/04/19 04:00:00,9.127437808352182,True +2017/04/19 05:00:00,9.931390090627676,True +2017/04/19 06:00:00,10.16084719609543,True +2017/04/19 07:00:00,11.417099054724895,True +2017/04/19 08:00:00,13.05006981543835,True +2017/04/19 09:00:00,13.184045270532812,True +2017/04/19 10:00:00,13.359850781406518,True +2017/04/19 11:00:00,13.482433976865078,True +2017/04/19 12:00:00,13.37795458935914,True +2017/04/19 13:00:00,13.513635895114952,True +2017/04/19 14:00:00,13.594808984693152,True +2017/04/19 15:00:00,13.572700591910836,True +2017/04/19 16:00:00,13.704636234090211,True +2017/04/19 17:00:00,12.799452967794887,True +2017/04/19 18:00:00,11.940264633281362,True +2017/04/19 19:00:00,11.208527235164327,True +2017/04/19 20:00:00,12.09847423960721,True +2017/04/19 21:00:00,11.27191968145142,True +2017/04/19 22:00:00,11.046073031146966,True +2017/04/19 23:00:00,9.932935397164377,True +2017/04/20 00:00:00,9.25845159521993,True +2017/04/20 01:00:00,8.300115505923232,True +2017/04/20 02:00:00,8.546565195151278,True +2017/04/20 03:00:00,8.167148801193017,True +2017/04/20 04:00:00,9.077813788606182,True +2017/04/20 05:00:00,9.66913211207236,True +2017/04/20 06:00:00,10.157349704835957,True +2017/04/20 07:00:00,11.809637943572568,True +2017/04/20 08:00:00,13.079164998215719,True +2017/04/20 09:00:00,13.271356773275569,True +2017/04/20 10:00:00,13.402296737086402,True +2017/04/20 11:00:00,13.621367006181348,True +2017/04/20 12:00:00,13.487162074787596,True +2017/04/20 13:00:00,13.500524045442798,True +2017/04/20 14:00:00,13.490286576117176,True +2017/04/20 15:00:00,13.441897679591106,True +2017/04/20 16:00:00,13.628981565558826,True +2017/04/20 17:00:00,12.665096694025552,True +2017/04/20 18:00:00,12.02077678701242,True +2017/04/20 19:00:00,11.198636569367306,True +2017/04/20 20:00:00,12.102672606868003,True +2017/04/20 21:00:00,11.250221303981116,True +2017/04/20 22:00:00,11.129629588763471,True +2017/04/20 23:00:00,9.886111411091433,True +2017/04/21 00:00:00,9.331716479592364,True +2017/04/21 01:00:00,8.247310038961931,True +2017/04/21 02:00:00,8.550083548758618,True +2017/04/21 03:00:00,8.17795373625385,True +2017/04/21 04:00:00,9.508734876504574,True +2017/04/21 05:00:00,9.673943849175407,True +2017/04/21 06:00:00,9.608734631047216,True +2017/04/21 07:00:00,11.40966618521804,True +2017/04/21 08:00:00,13.072742341247485,True +2017/04/21 09:00:00,13.228521830874312,True +2017/04/21 10:00:00,13.342739059091967,True +2017/04/21 11:00:00,13.553814782358126,True +2017/04/21 12:00:00,13.427624479884438,True +2017/04/21 13:00:00,13.591192046753113,True +2017/04/21 14:00:00,13.48559106216599,True +2017/04/21 15:00:00,13.478849147354431,True +2017/04/21 16:00:00,13.590079831117597,True +2017/04/21 17:00:00,12.569817272202357,True +2017/04/21 18:00:00,11.91248905683203,True +2017/04/21 19:00:00,11.195246447455347,True +2017/04/21 20:00:00,12.088772444067933,True +2017/04/21 21:00:00,11.563699516294678,True +2017/04/21 22:00:00,11.012691665163636,True +2017/04/21 23:00:00,9.843829691931129,True +2017/04/22 00:00:00,8.984472194220967,True +2017/04/22 01:00:00,7.926529194424021,True +2017/04/22 02:00:00,8.056734375903345,True +2017/04/22 03:00:00,7.92866966217165,True +2017/04/22 04:00:00,8.823425568911286,True +2017/04/22 05:00:00,9.218920432982252,True +2017/04/22 06:00:00,9.651334008826165,True +2017/04/22 07:00:00,11.239147999632376,True +2017/04/22 08:00:00,11.565025798512577,True +2017/04/22 09:00:00,11.901431238980333,True +2017/04/22 10:00:00,12.090712658237907,True +2017/04/22 11:00:00,12.216556061825747,True +2017/04/22 12:00:00,11.275795100438014,True +2017/04/22 13:00:00,10.63954660278896,True +2017/04/22 14:00:00,11.73328219790395,True +2017/04/22 15:00:00,11.14950441577941,True +2017/04/22 16:00:00,11.64646990180134,True +2017/04/22 17:00:00,10.333457125608971,True +2017/04/22 18:00:00,10.739927611016611,True +2017/04/22 19:00:00,10.295331935241009,True +2017/04/22 20:00:00,10.61572685439023,True +2017/04/22 21:00:00,10.575102613382304,True +2017/04/22 22:00:00,10.24007390008373,True +2017/04/22 23:00:00,9.653007550794156,True +2017/04/23 00:00:00,8.525975987141182,True +2017/04/23 01:00:00,7.802985060904489,True +2017/04/23 02:00:00,7.978409080828705,True +2017/04/23 03:00:00,8.348593419799236,True +2017/04/23 04:00:00,8.818456204885178,True +2017/04/23 05:00:00,10.157873983380975,True +2017/04/23 06:00:00,9.53434428462483,True +2017/04/23 07:00:00,10.0788961684466,True +2017/04/23 08:00:00,9.96970677134002,True +2017/04/23 09:00:00,10.510073317867784,True +2017/04/23 10:00:00,10.243756435735438,True +2017/04/23 11:00:00,10.924477837455973,True +2017/04/23 12:00:00,10.26538881084527,True +2017/04/23 13:00:00,11.00401863084946,True +2017/04/23 14:00:00,10.712289531523062,True +2017/04/23 15:00:00,10.736056974941205,True +2017/04/23 16:00:00,10.185035809472524,True +2017/04/23 17:00:00,10.270475167917667,True +2017/04/23 18:00:00,10.74156672189769,True +2017/04/23 19:00:00,10.047915480228184,True +2017/04/23 20:00:00,10.628365067558786,True +2017/04/23 21:00:00,10.533597699827471,True +2017/04/23 22:00:00,10.095614098213794,True +2017/04/23 23:00:00,9.39872572424493,True +2017/04/24 00:00:00,9.070249154573888,True +2017/04/24 01:00:00,8.13897754985772,True +2017/04/24 02:00:00,8.65536778571405,True +2017/04/24 03:00:00,8.14425740041343,True +2017/04/24 04:00:00,9.545831922666236,True +2017/04/24 05:00:00,10.516577644378533,True +2017/04/24 06:00:00,10.545953555237302,True +2017/04/24 07:00:00,11.353292605928795,True +2017/04/24 08:00:00,12.9933909727525,True +2017/04/24 09:00:00,13.107606578031175,True +2017/04/24 10:00:00,13.27244407281086,True +2017/04/24 11:00:00,13.454707131355981,True +2017/04/24 12:00:00,13.364489830990179,True +2017/04/24 13:00:00,13.435733675270747,True +2017/04/24 14:00:00,13.439356423952953,True +2017/04/24 15:00:00,13.425106003225713,True +2017/04/24 16:00:00,13.619356679161669,True +2017/04/24 17:00:00,12.56803442105016,True +2017/04/24 18:00:00,11.944002120719112,True +2017/04/24 19:00:00,11.48504318816339,True +2017/04/24 20:00:00,11.908427552287952,True +2017/04/24 21:00:00,11.851083306784238,True +2017/04/24 22:00:00,10.571176982533162,True +2017/04/24 23:00:00,9.98961599460307,True +2017/04/25 00:00:00,8.723783600813206,True +2017/04/25 01:00:00,8.72411252567267,True +2017/04/25 02:00:00,8.318323270407156,True +2017/04/25 03:00:00,8.170155435406143,True +2017/04/25 04:00:00,9.173705178230662,True +2017/04/25 05:00:00,9.672064374048675,True +2017/04/25 06:00:00,9.60471606840757,True +2017/04/25 07:00:00,11.626146926500198,True +2017/04/25 08:00:00,13.029343113988913,True +2017/04/25 09:00:00,13.160254593593052,True +2017/04/25 10:00:00,13.300723557451555,True +2017/04/25 11:00:00,13.350611270841148,True +2017/04/25 12:00:00,13.220152955998271,True +2017/04/25 13:00:00,13.308431106394565,True +2017/04/25 14:00:00,13.261551246032933,True +2017/04/25 15:00:00,13.189875217694262,True +2017/04/25 16:00:00,13.393222142822841,True +2017/04/25 17:00:00,12.49322004156735,True +2017/04/25 18:00:00,11.972765656208335,True +2017/04/25 19:00:00,11.17500899284521,True +2017/04/25 20:00:00,12.177317433520054,True +2017/04/25 21:00:00,11.222656599155695,True +2017/04/25 22:00:00,10.549476157840896,True +2017/04/25 23:00:00,9.649214732086792,True +2017/04/26 00:00:00,9.202952491390196,True +2017/04/26 01:00:00,8.23152495645571,True +2017/04/26 02:00:00,8.927116673285452,True +2017/04/26 03:00:00,8.648909393799306,True +2017/04/26 04:00:00,9.690725204796287,True +2017/04/26 05:00:00,9.838029235237999,True +2017/04/26 06:00:00,9.976367640654592,True +2017/04/26 07:00:00,11.534575621671438,True +2017/04/26 08:00:00,13.092247772134307,True +2017/04/26 09:00:00,13.219885339250181,True +2017/04/26 10:00:00,13.329844347091694,True +2017/04/26 11:00:00,13.49884871178489,True +2017/04/26 12:00:00,13.404264281750088,True +2017/04/26 13:00:00,13.584904854104753,True +2017/04/26 14:00:00,13.582624636336774,True +2017/04/26 15:00:00,13.484725067153956,True +2017/04/26 16:00:00,13.560539610361664,True +2017/04/26 17:00:00,12.610766749893438,True +2017/04/26 18:00:00,11.874853998895235,True +2017/04/26 19:00:00,11.20683444366265,True +2017/04/26 20:00:00,11.931039183286407,True +2017/04/26 21:00:00,11.249563125159382,True +2017/04/26 22:00:00,11.143249686176908,True +2017/04/26 23:00:00,9.974579188891553,True +2017/04/27 00:00:00,9.221662874278985,True +2017/04/27 01:00:00,8.504800470752661,True +2017/04/27 02:00:00,8.426785179264503,True +2017/04/27 03:00:00,8.1893723823536,True +2017/04/27 04:00:00,9.582664092415536,True +2017/04/27 05:00:00,9.670082891159977,True +2017/04/27 06:00:00,9.605851233574388,True +2017/04/27 07:00:00,11.682347641457529,True +2017/04/27 08:00:00,13.142847505058235,True +2017/04/27 09:00:00,13.194914632174045,True +2017/04/27 10:00:00,13.368135087298999,True +2017/04/27 11:00:00,13.497026127029242,True +2017/04/27 12:00:00,13.319788666485957,True +2017/04/27 13:00:00,13.33814079580343,True +2017/04/27 14:00:00,13.34732372224341,True +2017/04/27 15:00:00,13.24089501212853,True +2017/04/27 16:00:00,13.3902459953276,True +2017/04/27 17:00:00,12.504310986350983,True +2017/04/27 18:00:00,11.851212224206588,True +2017/04/27 19:00:00,11.190787842983353,True +2017/04/27 20:00:00,12.272890490329953,True +2017/04/27 21:00:00,11.278784701025016,True +2017/04/27 22:00:00,10.6437930398234,True +2017/04/27 23:00:00,10.46362661410023,True +2017/04/28 00:00:00,8.751588191138412,True +2017/04/28 01:00:00,8.250287042373042,True +2017/04/28 02:00:00,8.801072997913915,True +2017/04/28 03:00:00,8.162499770310449,True +2017/04/28 04:00:00,9.162331993312018,True +2017/04/28 05:00:00,9.66871339027765,True +2017/04/28 06:00:00,9.602249930583547,True +2017/04/28 07:00:00,11.791444988258709,True +2017/04/28 08:00:00,13.151459504982002,True +2017/04/28 09:00:00,13.229808156249542,True +2017/04/28 10:00:00,13.327799934727679,True +2017/04/28 11:00:00,13.42710543728307,True +2017/04/28 12:00:00,13.279492023353933,True +2017/04/28 13:00:00,13.304872714477375,True +2017/04/28 14:00:00,13.250603333191048,True +2017/04/28 15:00:00,13.22645591995204,True +2017/04/28 16:00:00,13.375009577278231,True +2017/04/28 17:00:00,12.45840300791387,True +2017/04/28 18:00:00,11.846822568521235,True +2017/04/28 19:00:00,11.189383019295224,True +2017/04/28 20:00:00,12.228893667123645,True +2017/04/28 21:00:00,11.271947507939627,True +2017/04/28 22:00:00,10.64093628448714,True +2017/04/28 23:00:00,9.951947916693738,True +2017/04/29 00:00:00,8.978285614386436,True +2017/04/29 01:00:00,7.929210722421648,True +2017/04/29 02:00:00,8.012314764488801,True +2017/04/29 03:00:00,7.825400291084673,True +2017/04/29 04:00:00,8.820914033067288,True +2017/04/29 05:00:00,9.217235743549486,True +2017/04/29 06:00:00,9.648157279587565,True +2017/04/29 07:00:00,11.342294881076384,True +2017/04/29 08:00:00,11.629280213334747,True +2017/04/29 09:00:00,11.886390772585935,True +2017/04/29 10:00:00,12.024371207992322,True +2017/04/29 11:00:00,12.151902087517618,True +2017/04/29 12:00:00,11.194524535493375,True +2017/04/29 13:00:00,10.597835238894652,True +2017/04/29 14:00:00,11.196415927920526,True +2017/04/29 15:00:00,11.072160076888533,True +2017/04/29 16:00:00,10.83709144310635,True +2017/04/29 17:00:00,10.352912795937645,True +2017/04/29 18:00:00,10.35594391862523,True +2017/04/29 19:00:00,10.812722467245614,True +2017/04/29 20:00:00,10.610712287552612,True +2017/04/29 21:00:00,10.586192085440612,True +2017/04/29 22:00:00,10.254757290092266,True +2017/04/29 23:00:00,9.71825326805717,True +2017/04/30 00:00:00,8.539673568677813,True +2017/04/30 01:00:00,7.91179855647786,True +2017/04/30 02:00:00,8.063819940199943,True +2017/04/30 03:00:00,7.929797814520319,True +2017/04/30 04:00:00,9.039299917833317,True +2017/04/30 05:00:00,9.388034803828361,True +2017/04/30 06:00:00,9.379643162510636,True +2017/04/30 07:00:00,9.624048114159455,True +2017/04/30 08:00:00,9.941555158291402,True +2017/04/30 09:00:00,9.944754468950435,True +2017/04/30 10:00:00,10.532756010618819,True +2017/04/30 11:00:00,10.387245348490406,True +2017/04/30 12:00:00,10.95977748790734,True +2017/04/30 13:00:00,10.20112578532042,True +2017/04/30 14:00:00,10.415334418441727,True +2017/04/30 15:00:00,10.11498993376021,True +2017/04/30 16:00:00,11.058277891436227,True +2017/04/30 17:00:00,10.286553590240779,True +2017/04/30 18:00:00,10.161824979425205,True +2017/04/30 19:00:00,10.682641450317668,True +2017/04/30 20:00:00,10.658393713491158,True +2017/04/30 21:00:00,10.554400170607373,True +2017/04/30 22:00:00,10.126353946672417,True +2017/04/30 23:00:00,9.573880565583009,True +2017/05/01 00:00:00,7.901194460506196,True +2017/05/01 01:00:00,7.57811821691725,True +2017/05/01 02:00:00,7.9833919550378525,True +2017/05/01 03:00:00,7.546160922845007,True +2017/05/01 04:00:00,8.64018352942416,True +2017/05/01 05:00:00,10.331652750538767,True +2017/05/01 06:00:00,9.643133371883975,True +2017/05/01 07:00:00,11.332304078471196,True +2017/05/01 08:00:00,12.957627214773847,True +2017/05/01 09:00:00,13.139770006260452,True +2017/05/01 10:00:00,13.23048175982677,True +2017/05/01 11:00:00,13.36635339113731,True +2017/05/01 12:00:00,13.300369113694488,True +2017/05/01 13:00:00,13.23769996370885,True +2017/05/01 14:00:00,13.204640715897174,True +2017/05/01 15:00:00,13.21893814005004,True +2017/05/01 16:00:00,13.444105880642454,True +2017/05/01 17:00:00,12.495828843003517,True +2017/05/01 18:00:00,11.862254709211705,True +2017/05/01 19:00:00,11.115403420490477,True +2017/05/01 20:00:00,11.9887609435365,True +2017/05/01 21:00:00,11.131356055178678,True +2017/05/01 22:00:00,10.84437858500363,True +2017/05/01 23:00:00,9.997739577645529,True +2017/05/02 00:00:00,8.109651804723596,True +2017/05/02 01:00:00,7.035543926160878,True +2017/05/02 02:00:00,7.752399991654311,True +2017/05/02 03:00:00,7.032687799488671,True +2017/05/02 04:00:00,8.645326203078621,True +2017/05/02 05:00:00,9.140329491210865,True +2017/05/02 06:00:00,9.16162021028154,True +2017/05/02 07:00:00,11.58379789162938,True +2017/05/02 08:00:00,12.985121926091253,True +2017/05/02 09:00:00,13.113867593718517,True +2017/05/02 10:00:00,13.355353921082717,True +2017/05/02 11:00:00,13.562301873379274,True +2017/05/02 12:00:00,13.39197144020721,True +2017/05/02 13:00:00,13.466342828444407,True +2017/05/02 14:00:00,13.39383975290885,True +2017/05/02 15:00:00,13.352375992960388,True +2017/05/02 16:00:00,13.521640089421185,True +2017/05/02 17:00:00,12.444242239345629,True +2017/05/02 18:00:00,11.562346760063098,True +2017/05/02 19:00:00,11.021154989052413,True +2017/05/02 20:00:00,12.006827898410506,True +2017/05/02 21:00:00,11.148328122812597,True +2017/05/02 22:00:00,10.939765087867231,True +2017/05/02 23:00:00,9.54808542522352,True +2017/05/03 00:00:00,8.400237800632523,True +2017/05/03 01:00:00,7.029975881759457,True +2017/05/03 02:00:00,7.270482141690446,True +2017/05/03 03:00:00,7.028694031592194,True +2017/05/03 04:00:00,8.245927872164398,True +2017/05/03 05:00:00,9.141450481229006,True +2017/05/03 06:00:00,9.156044887696227,True +2017/05/03 07:00:00,11.51383697641075,True +2017/05/03 08:00:00,12.972939363034875,True +2017/05/03 09:00:00,13.113872068034768,True +2017/05/03 10:00:00,13.264366534147047,True +2017/05/03 11:00:00,13.395781801709036,True +2017/05/03 12:00:00,13.134961996332603,True +2017/05/03 13:00:00,13.445744489728648,True +2017/05/03 14:00:00,13.459456455981378,True +2017/05/03 15:00:00,13.358073311505315,True +2017/05/03 16:00:00,13.447677919859327,True +2017/05/03 17:00:00,12.599139863277498,True +2017/05/03 18:00:00,11.764949514468555,True +2017/05/03 19:00:00,11.006139140723894,True +2017/05/03 20:00:00,12.014421014476957,True +2017/05/03 21:00:00,11.136143957896286,True +2017/05/03 22:00:00,10.83464499333772,True +2017/05/03 23:00:00,9.496717568983776,True +2017/05/04 00:00:00,8.020887406697128,True +2017/05/04 01:00:00,7.030856624211553,True +2017/05/04 02:00:00,7.7663335191770955,True +2017/05/04 03:00:00,7.034786387372946,True +2017/05/04 04:00:00,8.344553935499649,True +2017/05/04 05:00:00,9.14100230573826,True +2017/05/04 06:00:00,9.150787736541108,True +2017/05/04 07:00:00,11.445680351974099,True +2017/05/04 08:00:00,12.98518710116861,True +2017/05/04 09:00:00,13.110350690416336,True +2017/05/04 10:00:00,13.285080009255354,True +2017/05/04 11:00:00,13.487060255395857,True +2017/05/04 12:00:00,13.310224209479841,True +2017/05/04 13:00:00,13.484680153888926,True +2017/05/04 14:00:00,13.445863659106973,True +2017/05/04 15:00:00,13.381937830722086,True +2017/05/04 16:00:00,13.51876232314224,True +2017/05/04 17:00:00,12.572997409852091,True +2017/05/04 18:00:00,11.768977325759526,True +2017/05/04 19:00:00,10.838200973793109,True +2017/05/04 20:00:00,12.016037873708463,True +2017/05/04 21:00:00,11.133241653521216,True +2017/05/04 22:00:00,10.930047075568778,True +2017/05/04 23:00:00,9.50924692933957,True +2017/05/05 00:00:00,8.372183171197724,True +2017/05/05 01:00:00,7.033335382906156,True +2017/05/05 02:00:00,7.45813479700848,True +2017/05/05 03:00:00,7.033198615222985,True +2017/05/05 04:00:00,8.755684204071807,True +2017/05/05 05:00:00,9.137100850294658,True +2017/05/05 06:00:00,9.161149666960496,True +2017/05/05 07:00:00,11.645932917703176,True +2017/05/05 08:00:00,12.908217113019948,True +2017/05/05 09:00:00,13.121241397368362,True +2017/05/05 10:00:00,13.378813608198334,True +2017/05/05 11:00:00,13.565303807595283,True +2017/05/05 12:00:00,13.477907486858959,True +2017/05/05 13:00:00,13.555251457376515,True +2017/05/05 14:00:00,13.416544841018966,True +2017/05/05 15:00:00,13.34674239385727,True +2017/05/05 16:00:00,13.471277898209795,True +2017/05/05 17:00:00,12.477178179658267,True +2017/05/05 18:00:00,11.785291282504184,True +2017/05/05 19:00:00,11.008314637387405,True +2017/05/05 20:00:00,12.028508368021942,True +2017/05/05 21:00:00,11.125582542723272,True +2017/05/05 22:00:00,10.842798311640239,True +2017/05/05 23:00:00,9.466252252319428,True +2017/05/06 00:00:00,7.921211943828569,True +2017/05/06 01:00:00,6.658486116102735,True +2017/05/06 02:00:00,7.116922440697842,True +2017/05/06 03:00:00,6.644464101857122,True +2017/05/06 04:00:00,8.033055974554896,True +2017/05/06 05:00:00,8.657553703642147,True +2017/05/06 06:00:00,9.224711983539411,True +2017/05/06 07:00:00,10.996392391209572,True +2017/05/06 08:00:00,11.560603713559997,True +2017/05/06 09:00:00,11.825113851059111,True +2017/05/06 10:00:00,11.991448401775436,True +2017/05/06 11:00:00,12.133829300785912,True +2017/05/06 12:00:00,10.862012879739485,True +2017/05/06 13:00:00,10.810821080643144,True +2017/05/06 14:00:00,11.020250505437616,True +2017/05/06 15:00:00,11.167150890024242,True +2017/05/06 16:00:00,11.09915580344352,True +2017/05/06 17:00:00,10.196943822738511,True +2017/05/06 18:00:00,10.495192448254393,True +2017/05/06 19:00:00,10.13617664103569,True +2017/05/06 20:00:00,10.967384916994838,True +2017/05/06 21:00:00,10.450240496857145,True +2017/05/06 22:00:00,9.960581640107259,True +2017/05/06 23:00:00,9.63966422181747,True +2017/05/07 00:00:00,7.621694898868844,True +2017/05/07 01:00:00,6.62457001829629,True +2017/05/07 02:00:00,6.868842491709783,True +2017/05/07 03:00:00,6.613017815023726,True +2017/05/07 04:00:00,7.996653002576882,True +2017/05/07 05:00:00,9.424166134547155,True +2017/05/07 06:00:00,9.442854156957427,True +2017/05/07 07:00:00,9.656733158117593,True +2017/05/07 08:00:00,10.147671633219232,True +2017/05/07 09:00:00,9.980587352894522,True +2017/05/07 10:00:00,10.412201027890628,True +2017/05/07 11:00:00,10.40076946230282,True +2017/05/07 12:00:00,10.339938645147123,True +2017/05/07 13:00:00,10.651767616511467,True +2017/05/07 14:00:00,10.181773281232385,True +2017/05/07 15:00:00,10.530863871018955,True +2017/05/07 16:00:00,10.322685158684296,True +2017/05/07 17:00:00,10.788861128873023,True +2017/05/07 18:00:00,10.265672711112531,True +2017/05/07 19:00:00,9.97964881180443,True +2017/05/07 20:00:00,10.442263393081,True +2017/05/07 21:00:00,10.423774237268058,True +2017/05/07 22:00:00,9.843250597670334,True +2017/05/07 23:00:00,9.168836234070678,True +2017/05/08 00:00:00,7.807598240543865,True +2017/05/08 01:00:00,7.023330823751988,True +2017/05/08 02:00:00,7.260433890501624,True +2017/05/08 03:00:00,6.990577711165353,True +2017/05/08 04:00:00,8.466515398112694,True +2017/05/08 05:00:00,9.145865507294126,True +2017/05/08 06:00:00,9.510275095736338,True +2017/05/08 07:00:00,11.34870753597289,True +2017/05/08 08:00:00,12.894152829846991,True +2017/05/08 09:00:00,13.040775433930206,True +2017/05/08 10:00:00,13.231600854211953,True +2017/05/08 11:00:00,13.41411061603523,True +2017/05/08 12:00:00,13.344251510365394,True +2017/05/08 13:00:00,13.281043639641867,True +2017/05/08 14:00:00,13.341199559663009,True +2017/05/08 15:00:00,13.280255401042133,True +2017/05/08 16:00:00,13.44478879442899,True +2017/05/08 17:00:00,12.440667672801979,True +2017/05/08 18:00:00,11.834649285978049,True +2017/05/08 19:00:00,11.072866355115002,True +2017/05/08 20:00:00,11.93501214066597,True +2017/05/08 21:00:00,11.15184285098609,True +2017/05/08 22:00:00,10.97064320114059,True +2017/05/08 23:00:00,9.535018121192811,True +2017/05/09 00:00:00,8.361001655161244,True +2017/05/09 01:00:00,7.014578261126524,True +2017/05/09 02:00:00,7.361657154392862,True +2017/05/09 03:00:00,7.000520903344231,True +2017/05/09 04:00:00,8.783775666456549,True +2017/05/09 05:00:00,9.141164057290581,True +2017/05/09 06:00:00,9.158420678278423,True +2017/05/09 07:00:00,11.645677617425587,True +2017/05/09 08:00:00,13.01902261878202,True +2017/05/09 09:00:00,13.153880981822969,True +2017/05/09 10:00:00,13.376251391442064,True +2017/05/09 11:00:00,13.5545585180903,True +2017/05/09 12:00:00,13.475091061110245,True +2017/05/09 13:00:00,13.54883743508323,True +2017/05/09 14:00:00,13.503094228099448,True +2017/05/09 15:00:00,13.496284588065464,True +2017/05/09 16:00:00,13.619956083321517,True +2017/05/09 17:00:00,12.694923746817633,True +2017/05/09 18:00:00,11.811861924332057,True +2017/05/09 19:00:00,11.05992767872301,True +2017/05/09 20:00:00,11.98181033264539,True +2017/05/09 21:00:00,11.135900643357658,True +2017/05/09 22:00:00,10.77346803449887,True +2017/05/09 23:00:00,9.397016498061557,True +2017/05/10 00:00:00,8.2903801042257,True +2017/05/10 01:00:00,7.030003758053002,True +2017/05/10 02:00:00,7.762972448249115,True +2017/05/10 03:00:00,7.028013720346156,True +2017/05/10 04:00:00,8.371894077697899,True +2017/05/10 05:00:00,9.138888718968659,True +2017/05/10 06:00:00,9.158453470236186,True +2017/05/10 07:00:00,11.731477000441279,True +2017/05/10 08:00:00,13.040496230605,True +2017/05/10 09:00:00,13.40390165611277,True +2017/05/10 10:00:00,13.662130891081496,True +2017/05/10 11:00:00,13.772081987894426,True +2017/05/10 12:00:00,13.668426755430868,True +2017/05/10 13:00:00,13.784450968745398,True +2017/05/10 14:00:00,13.778669975839016,True +2017/05/10 15:00:00,13.768452625937883,True +2017/05/10 16:00:00,13.822601307932937,True +2017/05/10 17:00:00,12.976705228700503,True +2017/05/10 18:00:00,11.859893889480166,True +2017/05/10 19:00:00,11.485472394999487,True +2017/05/10 20:00:00,11.956262505292361,True +2017/05/10 21:00:00,11.078559789693681,True +2017/05/10 22:00:00,10.979534292957487,True +2017/05/10 23:00:00,9.39680915844583,True +2017/05/11 00:00:00,8.688909622708378,True +2017/05/11 01:00:00,7.653274726339559,True +2017/05/11 02:00:00,7.973264982351398,True +2017/05/11 03:00:00,7.537463546386285,True +2017/05/11 04:00:00,8.224880335927436,True +2017/05/11 05:00:00,9.1419140612958,True +2017/05/11 06:00:00,9.160717701139589,True +2017/05/11 07:00:00,11.752856614605108,True +2017/05/11 08:00:00,13.005803363242945,True +2017/05/11 09:00:00,13.092401687839175,True +2017/05/11 10:00:00,13.252274193687482,True +2017/05/11 11:00:00,13.372932327128716,True +2017/05/11 12:00:00,13.228422950348621,True +2017/05/11 13:00:00,13.20923557337187,True +2017/05/11 14:00:00,13.10978175866383,True +2017/05/11 15:00:00,13.072053544835654,True +2017/05/11 16:00:00,13.2393671016653,True +2017/05/11 17:00:00,12.321576809942764,True +2017/05/11 18:00:00,11.696665277642708,True +2017/05/11 19:00:00,11.493308947526634,True +2017/05/11 20:00:00,11.945057186349844,True +2017/05/11 21:00:00,11.126674774448832,True +2017/05/11 22:00:00,10.402739037150397,True +2017/05/11 23:00:00,10.026310895880382,True +2017/05/12 00:00:00,8.17181968519497,True +2017/05/12 01:00:00,7.040951075708486,True +2017/05/12 02:00:00,7.282815985953472,True +2017/05/12 03:00:00,7.520064062494818,True +2017/05/12 04:00:00,8.45062496839336,True +2017/05/12 05:00:00,9.143767919899815,True +2017/05/12 06:00:00,9.16232513831464,True +2017/05/12 07:00:00,11.589190637291523,True +2017/05/12 08:00:00,12.97456777192598,True +2017/05/12 09:00:00,13.102138162121921,True +2017/05/12 10:00:00,13.230811738383963,True +2017/05/12 11:00:00,13.365709194657578,True +2017/05/12 12:00:00,13.190968983864131,True +2017/05/12 13:00:00,13.269287663194557,True +2017/05/12 14:00:00,13.149554821595313,True +2017/05/12 15:00:00,13.140957081741366,True +2017/05/12 16:00:00,13.39273586259192,True +2017/05/12 17:00:00,12.48280782673636,True +2017/05/12 18:00:00,11.645970654206273,True +2017/05/12 19:00:00,11.059102556355992,True +2017/05/12 20:00:00,11.966127509130427,True +2017/05/12 21:00:00,11.363861113103567,True +2017/05/12 22:00:00,10.871260406784229,True +2017/05/12 23:00:00,9.649493874201397,True +2017/05/13 00:00:00,7.789618930964519,True +2017/05/13 01:00:00,6.656311554413623,True +2017/05/13 02:00:00,6.919325308999602,True +2017/05/13 03:00:00,7.19056494407735,True +2017/05/13 04:00:00,7.937383177210644,True +2017/05/13 05:00:00,8.653975340490428,True +2017/05/13 06:00:00,9.22304070360557,True +2017/05/13 07:00:00,11.09732284704964,True +2017/05/13 08:00:00,11.554289623461676,True +2017/05/13 09:00:00,12.023986244507434,True +2017/05/13 10:00:00,12.370546691906068,True +2017/05/13 11:00:00,12.525961072439758,True +2017/05/13 12:00:00,11.510047005809072,True +2017/05/13 13:00:00,11.543034506285304,True +2017/05/13 14:00:00,11.773453700907066,True +2017/05/13 15:00:00,11.565406399049001,True +2017/05/13 16:00:00,11.840180593989976,True +2017/05/13 17:00:00,11.308018840778068,True +2017/05/13 18:00:00,11.506937350317434,True +2017/05/13 19:00:00,10.289687818546623,True +2017/05/13 20:00:00,11.140066581165975,True +2017/05/13 21:00:00,10.487872883586483,True +2017/05/13 22:00:00,10.174595882221697,True +2017/05/13 23:00:00,9.615192557286337,True +2017/05/14 00:00:00,8.65134844671989,True +2017/05/14 01:00:00,7.34109083865898,True +2017/05/14 02:00:00,7.6702747698138385,True +2017/05/14 03:00:00,7.122143276371421,True +2017/05/14 04:00:00,8.26633023961948,True +2017/05/14 05:00:00,8.949271042370588,True +2017/05/14 06:00:00,9.795412537368355,True +2017/05/14 07:00:00,9.38024046006987,True +2017/05/14 08:00:00,9.794041945488987,True +2017/05/14 09:00:00,9.82258196971537,True +2017/05/14 10:00:00,11.011303966584022,True +2017/05/14 11:00:00,10.704167847067286,True +2017/05/14 12:00:00,10.913151091391008,True +2017/05/14 13:00:00,11.408150253824491,True +2017/05/14 14:00:00,11.155670266710551,True +2017/05/14 15:00:00,11.587675073574415,True +2017/05/14 16:00:00,11.235873213030125,True +2017/05/14 17:00:00,11.277775759318224,True +2017/05/14 18:00:00,10.390783974431397,True +2017/05/14 19:00:00,10.551456841896524,True +2017/05/14 20:00:00,10.958679261030323,True +2017/05/14 21:00:00,10.20088690164236,True +2017/05/14 22:00:00,9.820481696459298,True +2017/05/14 23:00:00,9.183844010412109,True +2017/05/15 00:00:00,7.79605213160766,True +2017/05/15 01:00:00,7.005308280371289,True +2017/05/15 02:00:00,7.255163787696434,True +2017/05/15 03:00:00,6.998365261918144,True +2017/05/15 04:00:00,7.825572566845585,True +2017/05/15 05:00:00,9.140237730791712,True +2017/05/15 06:00:00,9.150498600380963,True +2017/05/15 07:00:00,11.5174234368601,True +2017/05/15 08:00:00,12.95057255515157,True +2017/05/15 09:00:00,13.108053136027474,True +2017/05/15 10:00:00,13.367976408527463,True +2017/05/15 11:00:00,13.552749963621567,True +2017/05/15 12:00:00,13.465550436654379,True +2017/05/15 13:00:00,13.529082305855924,True +2017/05/15 14:00:00,13.442850638180492,True +2017/05/15 15:00:00,13.436179354812186,True +2017/05/15 16:00:00,13.552803954882073,True +2017/05/15 17:00:00,12.64780582548753,True +2017/05/15 18:00:00,11.868746401102557,True +2017/05/15 19:00:00,10.946826496064924,True +2017/05/15 20:00:00,12.04484291815185,True +2017/05/15 21:00:00,11.099962222177796,True +2017/05/15 22:00:00,10.930169007046167,True +2017/05/15 23:00:00,9.532495195508584,True +2017/05/16 00:00:00,8.132422835500313,True +2017/05/16 01:00:00,7.028643492850396,True +2017/05/16 02:00:00,7.6341156436584185,True +2017/05/16 03:00:00,7.228944920497378,True +2017/05/16 04:00:00,8.51891916694766,True +2017/05/16 05:00:00,9.139300527047409,True +2017/05/16 06:00:00,9.156399573457234,True +2017/05/16 07:00:00,11.487660896988347,True +2017/05/16 08:00:00,12.943258569018633,True +2017/05/16 09:00:00,13.193313346987205,True +2017/05/16 10:00:00,13.419281930212886,True +2017/05/16 11:00:00,13.660502796299955,True +2017/05/16 12:00:00,13.55212721502023,True +2017/05/16 13:00:00,13.648064682457452,True +2017/05/16 14:00:00,13.61543014737458,True +2017/05/16 15:00:00,13.628048505351275,True +2017/05/16 16:00:00,13.746767763369347,True +2017/05/16 17:00:00,12.945336470876027,True +2017/05/16 18:00:00,12.3334334250822,True +2017/05/16 19:00:00,11.21382672034689,True +2017/05/16 20:00:00,12.424286283101624,True +2017/05/16 21:00:00,11.198212291160386,True +2017/05/16 22:00:00,11.368011327796884,True +2017/05/16 23:00:00,9.481259843072099,True +2017/05/17 00:00:00,8.740254444147874,True +2017/05/17 01:00:00,7.6237096474749615,True +2017/05/17 02:00:00,8.478209222465184,True +2017/05/17 03:00:00,7.235879704710895,True +2017/05/17 04:00:00,9.018289306546674,True +2017/05/17 05:00:00,9.138024663542213,True +2017/05/17 06:00:00,9.156282415759462,True +2017/05/17 07:00:00,12.192905641439207,True +2017/05/17 08:00:00,13.367791332941264,True +2017/05/17 09:00:00,13.48472867138816,True +2017/05/17 10:00:00,13.571352232087177,True +2017/05/17 11:00:00,13.562957174220571,True +2017/05/17 12:00:00,13.478423085138028,True +2017/05/17 13:00:00,13.577585763243343,True +2017/05/17 14:00:00,13.523886758655538,True +2017/05/17 15:00:00,13.49308438849289,True +2017/05/17 16:00:00,13.602778519126758,True +2017/05/17 17:00:00,12.66343774189973,True +2017/05/17 18:00:00,11.649092303145178,True +2017/05/17 19:00:00,10.995270630679409,True +2017/05/17 20:00:00,11.857266604195384,True +2017/05/17 21:00:00,11.072197751602284,True +2017/05/17 22:00:00,10.918054686476466,True +2017/05/17 23:00:00,9.175704543435891,True +2017/05/18 00:00:00,8.426806693487094,True +2017/05/18 01:00:00,7.029699589894138,True +2017/05/18 02:00:00,7.483725595466856,True +2017/05/18 03:00:00,7.036248952709887,True +2017/05/18 04:00:00,8.821614250024297,True +2017/05/18 05:00:00,9.14055300165521,True +2017/05/18 06:00:00,9.156605123118394,True +2017/05/18 07:00:00,11.550089383693084,True +2017/05/18 08:00:00,12.975556439502126,True +2017/05/18 09:00:00,13.063517992907606,True +2017/05/18 10:00:00,13.228766270900817,True +2017/05/18 11:00:00,13.36388238138192,True +2017/05/18 12:00:00,13.270261570207168,True +2017/05/18 13:00:00,13.440240478986672,True +2017/05/18 14:00:00,13.367666111185454,True +2017/05/18 15:00:00,13.29219709480006,True +2017/05/18 16:00:00,13.393888291128716,True +2017/05/18 17:00:00,12.496072828590721,True +2017/05/18 18:00:00,11.768866148050776,True +2017/05/18 19:00:00,11.011989459039055,True +2017/05/18 20:00:00,11.818177346144415,True +2017/05/18 21:00:00,11.154130183655955,True +2017/05/18 22:00:00,10.859162237091727,True +2017/05/18 23:00:00,9.474177543944592,True +2017/05/19 00:00:00,8.230195358276987,True +2017/05/19 01:00:00,7.029963603203484,True +2017/05/19 02:00:00,7.280623055487373,True +2017/05/19 03:00:00,7.513315953971994,True +2017/05/19 04:00:00,8.2480066468301,True +2017/05/19 05:00:00,9.14359131374884,True +2017/05/19 06:00:00,9.1622147218029,True +2017/05/19 07:00:00,11.548827342281777,True +2017/05/19 08:00:00,13.002214326514816,True +2017/05/19 09:00:00,13.081983829611865,True +2017/05/19 10:00:00,13.380287239016068,True +2017/05/19 11:00:00,13.537138102373913,True +2017/05/19 12:00:00,13.298441980443734,True +2017/05/19 13:00:00,13.410332298550282,True +2017/05/19 14:00:00,13.4069928310918,True +2017/05/19 15:00:00,13.373979440488634,True +2017/05/19 16:00:00,13.47644867702749,True +2017/05/19 17:00:00,12.44799257155696,True +2017/05/19 18:00:00,11.902092874385119,True +2017/05/19 19:00:00,11.077783523706538,True +2017/05/19 20:00:00,11.976598626369622,True +2017/05/19 21:00:00,11.109283100798388,True +2017/05/19 22:00:00,10.793176089549856,True +2017/05/19 23:00:00,9.804254563466438,True +2017/05/20 00:00:00,8.07827045461961,True +2017/05/20 01:00:00,6.656600863768221,True +2017/05/20 02:00:00,7.113828183289703,True +2017/05/20 03:00:00,6.65902620607983,True +2017/05/20 04:00:00,8.230073855661576,True +2017/05/20 05:00:00,8.65503081788537,True +2017/05/20 06:00:00,9.223764151002344,True +2017/05/20 07:00:00,11.0689493994434,True +2017/05/20 08:00:00,11.521798988358734,True +2017/05/20 09:00:00,11.904698269128708,True +2017/05/20 10:00:00,12.207194943771281,True +2017/05/20 11:00:00,12.28363399572811,True +2017/05/20 12:00:00,11.207913658337379,True +2017/05/20 13:00:00,10.736060059662796,True +2017/05/20 14:00:00,11.809246181608026,True +2017/05/20 15:00:00,11.153816665968234,True +2017/05/20 16:00:00,11.681185536068837,True +2017/05/20 17:00:00,10.30854688687977,True +2017/05/20 18:00:00,10.985091063486273,True +2017/05/20 19:00:00,10.74395928472751,True +2017/05/20 20:00:00,10.458059718511231,True +2017/05/20 21:00:00,10.67581414157826,True +2017/05/20 22:00:00,10.202117837917271,True +2017/05/20 23:00:00,9.949533115408732,True +2017/05/21 00:00:00,7.632630189861527,True +2017/05/21 01:00:00,6.651761627931093,True +2017/05/21 02:00:00,6.898515868017228,True +2017/05/21 03:00:00,6.6526991224481,True +2017/05/21 04:00:00,7.563483102845644,True +2017/05/21 05:00:00,8.799181635094644,True +2017/05/21 06:00:00,8.92425425313933,True +2017/05/21 07:00:00,9.323748605297421,True +2017/05/21 08:00:00,9.65302565061445,True +2017/05/21 09:00:00,10.666501826707316,True +2017/05/21 10:00:00,10.146691825222423,True +2017/05/21 11:00:00,10.832254156323543,True +2017/05/21 12:00:00,10.79070751895647,True +2017/05/21 13:00:00,10.854824117041051,True +2017/05/21 14:00:00,10.731808602216542,True +2017/05/21 15:00:00,10.80466608720522,True +2017/05/21 16:00:00,10.229447962801109,True +2017/05/21 17:00:00,10.701036865169844,True +2017/05/21 18:00:00,10.663608644865592,True +2017/05/21 19:00:00,9.9661432840383,True +2017/05/21 20:00:00,9.930513410342158,True +2017/05/21 21:00:00,10.27084290510994,True +2017/05/21 22:00:00,9.665404734613546,True +2017/05/21 23:00:00,8.6064433081278,True +2017/05/22 00:00:00,7.794717669194928,True +2017/05/22 01:00:00,6.99859993264495,True +2017/05/22 02:00:00,7.257228440258639,True +2017/05/22 03:00:00,6.967778171168156,True +2017/05/22 04:00:00,8.240048493486453,True +2017/05/22 05:00:00,9.142932036684334,True +2017/05/22 06:00:00,9.143941138366998,True +2017/05/22 07:00:00,11.649727816376847,True +2017/05/22 08:00:00,12.901319956656147,True +2017/05/22 09:00:00,13.04270588763273,True +2017/05/22 10:00:00,13.311781945883032,True +2017/05/22 11:00:00,13.525000878479567,True +2017/05/22 12:00:00,13.376295407194002,True +2017/05/22 13:00:00,13.478176916175425,True +2017/05/22 14:00:00,13.442255894392673,True +2017/05/22 15:00:00,13.421245372744822,True +2017/05/22 16:00:00,13.591914342189302,True +2017/05/22 17:00:00,12.772325696585948,True +2017/05/22 18:00:00,12.024730189309215,True +2017/05/22 19:00:00,10.9924242070359,True +2017/05/22 20:00:00,11.788785490014837,True +2017/05/22 21:00:00,11.16528000604223,True +2017/05/22 22:00:00,10.880792478566752,True +2017/05/22 23:00:00,9.535737523327894,True +2017/05/23 00:00:00,8.353342796151,True +2017/05/23 01:00:00,7.016378227510843,True +2017/05/23 02:00:00,7.375585057561381,True +2017/05/23 03:00:00,7.01498600323625,True +2017/05/23 04:00:00,8.462844937315277,True +2017/05/23 05:00:00,9.142476356331972,True +2017/05/23 06:00:00,9.146916100418233,True +2017/05/23 07:00:00,11.521801877510846,True +2017/05/23 08:00:00,13.088526695462171,True +2017/05/23 09:00:00,13.474256406610376,True +2017/05/23 10:00:00,13.64535798372255,True +2017/05/23 11:00:00,13.744709808178516,True +2017/05/23 12:00:00,13.618537291726906,True +2017/05/23 13:00:00,13.665914408572029,True +2017/05/23 14:00:00,13.643960159897631,True +2017/05/23 15:00:00,13.63385995610427,True +2017/05/23 16:00:00,13.751541438303391,True +2017/05/23 17:00:00,12.956437980281535,True +2017/05/23 18:00:00,12.422885435186275,True +2017/05/23 19:00:00,11.260329853898504,True +2017/05/23 20:00:00,12.305736798993811,True +2017/05/23 21:00:00,11.331842209031347,True +2017/05/23 22:00:00,11.88117651208681,True +2017/05/23 23:00:00,10.308620900041346,True +2017/05/24 00:00:00,9.800652735390967,True +2017/05/24 01:00:00,8.034274862131944,True +2017/05/24 02:00:00,8.516651319424446,True +2017/05/24 03:00:00,8.19003278674241,True +2017/05/24 04:00:00,9.160112556466972,True +2017/05/24 05:00:00,9.135603447049588,True +2017/05/24 06:00:00,9.153801531764094,True +2017/05/24 07:00:00,12.200140289231827,True +2017/05/24 08:00:00,13.196757572658088,True +2017/05/24 09:00:00,13.464448915472081,True +2017/05/24 10:00:00,13.330102080224687,True +2017/05/24 11:00:00,13.433147018632013,True +2017/05/24 12:00:00,13.26473337755624,True +2017/05/24 13:00:00,13.31998688235004,True +2017/05/24 14:00:00,13.259788423208498,True +2017/05/24 15:00:00,13.224355090689452,True +2017/05/24 16:00:00,13.373023893449272,True +2017/05/24 17:00:00,12.445708810730379,True +2017/05/24 18:00:00,11.717923594308138,True +2017/05/24 19:00:00,11.048315432696329,True +2017/05/24 20:00:00,11.77206916981426,True +2017/05/24 21:00:00,11.052104944016975,True +2017/05/24 22:00:00,10.772482986683867,True +2017/05/24 23:00:00,9.546788350933554,True +2017/05/25 00:00:00,8.334244627574272,True +2017/05/25 01:00:00,7.152239352303753,True +2017/05/25 02:00:00,7.768924967662026,True +2017/05/25 03:00:00,7.029591921071482,True +2017/05/25 04:00:00,8.134959482448126,True +2017/05/25 05:00:00,9.13786596366866,True +2017/05/25 06:00:00,9.159053338206949,True +2017/05/25 07:00:00,11.692521010679483,True +2017/05/25 08:00:00,12.918467854235905,True +2017/05/25 09:00:00,13.124182163310238,True +2017/05/25 10:00:00,13.449529151426441,True +2017/05/25 11:00:00,13.677105764476876,True +2017/05/25 12:00:00,13.532680318574288,True +2017/05/25 13:00:00,13.607174326763777,True +2017/05/25 14:00:00,13.536702816235815,True +2017/05/25 15:00:00,13.431240111480877,True +2017/05/25 16:00:00,13.494698098236759,True +2017/05/25 17:00:00,12.477283551116628,True +2017/05/25 18:00:00,11.577412537189524,True +2017/05/25 19:00:00,10.83489933568925,True +2017/05/25 20:00:00,11.651871712045548,True +2017/05/25 21:00:00,11.107537976291503,True +2017/05/25 22:00:00,10.992011513026915,True +2017/05/25 23:00:00,9.25891562380426,True +2017/05/26 00:00:00,8.317562978391098,True +2017/05/26 01:00:00,7.0354531387638355,True +2017/05/26 02:00:00,7.886324967324341,True +2017/05/26 03:00:00,6.99501868218267,True +2017/05/26 04:00:00,8.380865138159761,True +2017/05/26 05:00:00,9.13988066766815,True +2017/05/26 06:00:00,9.158474051240809,True +2017/05/26 07:00:00,11.66871408940663,True +2017/05/26 08:00:00,12.928605198375177,True +2017/05/26 09:00:00,13.263317599898334,True +2017/05/26 10:00:00,13.62034966531854,True +2017/05/26 11:00:00,13.736928192794744,True +2017/05/26 12:00:00,13.621158980895885,True +2017/05/26 13:00:00,13.67971906188929,True +2017/05/26 14:00:00,13.687213234263716,True +2017/05/26 15:00:00,13.65532402723839,True +2017/05/26 16:00:00,13.78676451503973,True +2017/05/26 17:00:00,12.953718222444218,True +2017/05/26 18:00:00,12.414293498310847,True +2017/05/26 19:00:00,11.19628164630663,True +2017/05/26 20:00:00,12.19168925245557,True +2017/05/26 21:00:00,11.064406727087329,True +2017/05/26 22:00:00,11.42434544673752,True +2017/05/26 23:00:00,9.243185930806783,True +2017/05/27 00:00:00,8.074728462019666,True +2017/05/27 01:00:00,6.967225926862693,True +2017/05/27 02:00:00,7.4502415134722675,True +2017/05/27 03:00:00,6.654414342591769,True +2017/05/27 04:00:00,8.091953944984388,True +2017/05/27 05:00:00,8.658525714261025,True +2017/05/27 06:00:00,9.219955390957121,True +2017/05/27 07:00:00,10.855580349987877,True +2017/05/27 08:00:00,11.582264063936094,True +2017/05/27 09:00:00,12.189972514494325,True +2017/05/27 10:00:00,12.41878717764944,True +2017/05/27 11:00:00,12.59263537515014,True +2017/05/27 12:00:00,11.755290373292274,True +2017/05/27 13:00:00,10.809334728264108,True +2017/05/27 14:00:00,12.08517221611323,True +2017/05/27 15:00:00,10.725804677003579,True +2017/05/27 16:00:00,12.148670410993699,True +2017/05/27 17:00:00,10.41865245064615,True +2017/05/27 18:00:00,11.786156457876835,True +2017/05/27 19:00:00,10.228061927483393,True +2017/05/27 20:00:00,10.664870959343192,True +2017/05/27 21:00:00,10.399982318203923,True +2017/05/27 22:00:00,9.917082342181988,True +2017/05/27 23:00:00,9.05565478207549,True +2017/05/28 00:00:00,7.951251175544461,True +2017/05/28 01:00:00,6.650199933627703,True +2017/05/28 02:00:00,7.097416710240925,True +2017/05/28 03:00:00,7.750535060418068,True +2017/05/28 04:00:00,7.99227928164786,True +2017/05/28 05:00:00,9.203547432008799,True +2017/05/28 06:00:00,9.163941457874559,True +2017/05/28 07:00:00,9.500004500463534,True +2017/05/28 08:00:00,9.908835808560472,True +2017/05/28 09:00:00,10.725457221664467,True +2017/05/28 10:00:00,10.18840700768525,True +2017/05/28 11:00:00,10.199080760360307,True +2017/05/28 12:00:00,10.51980403607745,True +2017/05/28 13:00:00,10.133232333239123,True +2017/05/28 14:00:00,9.852537663782543,True +2017/05/28 15:00:00,9.906259209898328,True +2017/05/28 16:00:00,10.691391743078656,True +2017/05/28 17:00:00,10.145432832724472,True +2017/05/28 18:00:00,10.053688991867364,True +2017/05/28 19:00:00,9.997509851666292,True +2017/05/28 20:00:00,10.021300897146604,True +2017/05/28 21:00:00,10.362385040089793,True +2017/05/28 22:00:00,9.824880185080248,True +2017/05/28 23:00:00,9.147177746925182,True +2017/05/29 00:00:00,8.562401880610988,True +2017/05/29 01:00:00,7.887923902366453,True +2017/05/29 02:00:00,7.907799450904206,True +2017/05/29 03:00:00,8.166304282834522,True +2017/05/29 04:00:00,8.678645768791204,True +2017/05/29 05:00:00,9.13709196890063,True +2017/05/29 06:00:00,9.141168574570026,True +2017/05/29 07:00:00,12.411027028387243,True +2017/05/29 08:00:00,13.47307460755145,True +2017/05/29 09:00:00,13.34309135754592,True +2017/05/29 10:00:00,13.53240298450672,True +2017/05/29 11:00:00,13.6828950543133,True +2017/05/29 12:00:00,13.492176582416082,True +2017/05/29 13:00:00,13.494122002941872,True +2017/05/29 14:00:00,13.358521809921378,True +2017/05/29 15:00:00,13.330107365815753,True +2017/05/29 16:00:00,13.578698667107146,True +2017/05/29 17:00:00,12.51901996941361,True +2017/05/29 18:00:00,11.411237483354741,True +2017/05/29 19:00:00,11.26069308190742,True +2017/05/29 20:00:00,11.684418992079422,True +2017/05/29 21:00:00,11.48634561928014,True +2017/05/29 22:00:00,10.53737437884056,True +2017/05/29 23:00:00,8.963548444515714,True +2017/05/30 00:00:00,7.817323978359589,True +2017/05/30 01:00:00,7.498551722125439,True +2017/05/30 02:00:00,7.278386207741494,True +2017/05/30 03:00:00,6.9958141219032814,True +2017/05/30 04:00:00,8.056765969243388,True +2017/05/30 05:00:00,9.140823841449668,True +2017/05/30 06:00:00,9.15831706972963,True +2017/05/30 07:00:00,11.612469797989299,True +2017/05/30 08:00:00,12.956002067979897,True +2017/05/30 09:00:00,13.126298669518027,True +2017/05/30 10:00:00,13.422256436462355,True +2017/05/30 11:00:00,13.694925657787334,True +2017/05/30 12:00:00,13.53495954468013,True +2017/05/30 13:00:00,13.559348676002834,True +2017/05/30 14:00:00,13.50389387778435,True +2017/05/30 15:00:00,13.469573238283015,True +2017/05/30 16:00:00,13.6178713009976,True +2017/05/30 17:00:00,12.763156110290677,True +2017/05/30 18:00:00,11.961548189774131,True +2017/05/30 19:00:00,10.992683918484646,True +2017/05/30 20:00:00,11.537838108897558,True +2017/05/30 21:00:00,11.10559127670799,True +2017/05/30 22:00:00,10.967304039418503,True +2017/05/30 23:00:00,9.334766845961063,True +2017/05/31 00:00:00,8.327568391947338,True +2017/05/31 01:00:00,7.0378739652479,True +2017/05/31 02:00:00,7.614272909023993,True +2017/05/31 03:00:00,7.033276669852293,True +2017/05/31 04:00:00,8.516053238458522,True +2017/05/31 05:00:00,9.140412441055236,True +2017/05/31 06:00:00,9.145427891776569,True +2017/05/31 07:00:00,11.88856433830209,True +2017/05/31 08:00:00,13.23976684687231,True +2017/05/31 09:00:00,13.385854575324993,True +2017/05/31 10:00:00,13.576608202174679,True +2017/05/31 11:00:00,13.715000272599829,True +2017/05/31 12:00:00,13.597156578138778,True +2017/05/31 13:00:00,13.663312074070383,True +2017/05/31 14:00:00,13.622823911042104,True +2017/05/31 15:00:00,13.605066561573874,True +2017/05/31 16:00:00,13.755023716314843,True +2017/05/31 17:00:00,12.95442826862753,True +2017/05/31 18:00:00,12.391059193253245,True +2017/05/31 19:00:00,11.339668265478352,True +2017/05/31 20:00:00,12.212187663398606,True +2017/05/31 21:00:00,11.202659364261656,True +2017/05/31 22:00:00,11.445323300268798,True +2017/05/31 23:00:00,9.716622611191294,True +2017/06/01 00:00:00,9.294428561237034,True +2017/06/01 01:00:00,8.045951700903688,True +2017/06/01 02:00:00,8.816677515190985,True +2017/06/01 03:00:00,7.9421998585217,True +2017/06/01 04:00:00,9.490022972887667,True +2017/06/01 05:00:00,9.33245968354635,True +2017/06/01 06:00:00,9.319039317808059,True +2017/06/01 07:00:00,12.099955203622603,True +2017/06/01 08:00:00,13.322205423013342,True +2017/06/01 09:00:00,13.436444426112466,True +2017/06/01 10:00:00,13.626609049961667,True +2017/06/01 11:00:00,13.745619884406235,True +2017/06/01 12:00:00,13.664027368915836,True +2017/06/01 13:00:00,13.77338209367907,True +2017/06/01 14:00:00,13.7677794030037,True +2017/06/01 15:00:00,13.744046693232072,True +2017/06/01 16:00:00,13.882499846131715,True +2017/06/01 17:00:00,13.058104999510318,True +2017/06/01 18:00:00,12.570733386468612,True +2017/06/01 19:00:00,11.312835470810914,True +2017/06/01 20:00:00,12.497168498845642,True +2017/06/01 21:00:00,11.39519806410136,True +2017/06/01 22:00:00,12.164314440476804,True +2017/06/01 23:00:00,10.37066363492711,True +2017/06/02 00:00:00,9.831705509376897,True +2017/06/02 01:00:00,9.209404191889332,True +2017/06/02 02:00:00,9.580416431755813,True +2017/06/02 03:00:00,8.492147750219162,True +2017/06/02 04:00:00,10.047319692690541,True +2017/06/02 05:00:00,9.327792878738432,True +2017/06/02 06:00:00,9.301995794699163,True +2017/06/02 07:00:00,12.546003953898545,True +2017/06/02 08:00:00,13.583464436011557,True +2017/06/02 09:00:00,13.725156357118651,True +2017/06/02 10:00:00,13.837832829114694,True +2017/06/02 11:00:00,13.919163718620624,True +2017/06/02 12:00:00,13.79543120511385,True +2017/06/02 13:00:00,13.878928716075857,True +2017/06/02 14:00:00,13.839531987258626,True +2017/06/02 15:00:00,13.76610894599473,True +2017/06/02 16:00:00,13.836580745534455,True +2017/06/02 17:00:00,12.984331150022733,True +2017/06/02 18:00:00,12.379431202937775,True +2017/06/02 19:00:00,11.214379045936052,True +2017/06/02 20:00:00,12.237559267002487,True +2017/06/02 21:00:00,11.193674281787608,True +2017/06/02 22:00:00,11.406135329849509,True +2017/06/02 23:00:00,10.457643172722289,True +2017/06/03 00:00:00,8.976026262057834,True +2017/06/03 01:00:00,7.679995231157588,True +2017/06/03 02:00:00,8.363934622717547,True +2017/06/03 03:00:00,7.0602010760378775,True +2017/06/03 04:00:00,8.429675656433288,True +2017/06/03 05:00:00,8.855540190194281,True +2017/06/03 06:00:00,9.37065263018809,True +2017/06/03 07:00:00,10.860062339152321,True +2017/06/03 08:00:00,11.6204168304776,True +2017/06/03 09:00:00,11.945204429007621,True +2017/06/03 10:00:00,12.097798331262524,True +2017/06/03 11:00:00,12.32106564067021,True +2017/06/03 12:00:00,11.35206359888865,True +2017/06/03 13:00:00,10.985887266096489,True +2017/06/03 14:00:00,11.772932568422256,True +2017/06/03 15:00:00,11.423670948233788,True +2017/06/03 16:00:00,11.662304626882102,True +2017/06/03 17:00:00,10.398022693067661,True +2017/06/03 18:00:00,11.137221837887958,True +2017/06/03 19:00:00,10.687238508368202,True +2017/06/03 20:00:00,10.564378793950283,True +2017/06/03 21:00:00,10.900529584046927,True +2017/06/03 22:00:00,9.930387303451282,True +2017/06/03 23:00:00,9.123441277617802,True +2017/06/04 00:00:00,7.967825649102208,True +2017/06/04 01:00:00,7.285856168136584,True +2017/06/04 02:00:00,7.315732887894559,True +2017/06/04 03:00:00,7.082302427543032,True +2017/06/04 04:00:00,8.365885329560177,True +2017/06/04 05:00:00,8.991283421682505,True +2017/06/04 06:00:00,9.028928591548086,True +2017/06/04 07:00:00,9.383835807321635,True +2017/06/04 08:00:00,9.802941126725381,True +2017/06/04 09:00:00,10.518437482758529,True +2017/06/04 10:00:00,10.179582001594614,True +2017/06/04 11:00:00,11.172686969592027,True +2017/06/04 12:00:00,10.25078465831494,True +2017/06/04 13:00:00,11.167509842250414,True +2017/06/04 14:00:00,10.257622852622879,True +2017/06/04 15:00:00,11.592150204886366,True +2017/06/04 16:00:00,10.341668426966102,True +2017/06/04 17:00:00,11.458646581486962,True +2017/06/04 18:00:00,10.65273400595218,True +2017/06/04 19:00:00,10.336429311068827,True +2017/06/04 20:00:00,10.724790485624661,True +2017/06/04 21:00:00,10.481296363605104,True +2017/06/04 22:00:00,10.517975821044312,True +2017/06/04 23:00:00,9.319891388865736,True +2017/06/05 00:00:00,8.742450168169022,True +2017/06/05 01:00:00,8.052210365426301,True +2017/06/05 02:00:00,8.603312241308112,True +2017/06/05 03:00:00,7.934218795847547,True +2017/06/05 04:00:00,8.169885802597586,True +2017/06/05 05:00:00,9.334169550861347,True +2017/06/05 06:00:00,9.321443715094293,True +2017/06/05 07:00:00,11.778623024060693,True +2017/06/05 08:00:00,13.052143733196377,True +2017/06/05 09:00:00,13.208632232308956,True +2017/06/05 10:00:00,13.401843249543012,True +2017/06/05 11:00:00,13.562485163294939,True +2017/06/05 12:00:00,13.40065657524706,True +2017/06/05 13:00:00,13.552938133221947,True +2017/06/05 14:00:00,13.541897499856185,True +2017/06/05 15:00:00,13.483455934164844,True +2017/06/05 16:00:00,13.658227561954899,True +2017/06/05 17:00:00,12.804102426277783,True +2017/06/05 18:00:00,12.090192436552115,True +2017/06/05 19:00:00,11.3271270479385,True +2017/06/05 20:00:00,11.726095534011021,True +2017/06/05 21:00:00,11.1679483457521,True +2017/06/05 22:00:00,11.105151936466674,True +2017/06/05 23:00:00,9.635561841531423,True +2017/06/06 00:00:00,8.67265911730169,True +2017/06/06 01:00:00,7.468286771876405,True +2017/06/06 02:00:00,7.955887289803482,True +2017/06/06 03:00:00,7.447132118499349,True +2017/06/06 04:00:00,8.271502093032295,True +2017/06/06 05:00:00,9.338593674418204,True +2017/06/06 06:00:00,9.308826318298598,True +2017/06/06 07:00:00,11.700071827991438,True +2017/06/06 08:00:00,13.103982065108651,True +2017/06/06 09:00:00,13.261574088274294,True +2017/06/06 10:00:00,13.57447450283798,True +2017/06/06 11:00:00,13.750292413680748,True +2017/06/06 12:00:00,13.655912612435989,True +2017/06/06 13:00:00,13.694386116228209,True +2017/06/06 14:00:00,13.684117948898567,True +2017/06/06 15:00:00,13.684457922048274,True +2017/06/06 16:00:00,13.815297145935608,True +2017/06/06 17:00:00,13.001198837291346,True +2017/06/06 18:00:00,12.494463980633046,True +2017/06/06 19:00:00,11.302768865649956,True +2017/06/06 20:00:00,12.408305427615641,True +2017/06/06 21:00:00,11.260452183090079,True +2017/06/06 22:00:00,11.449594482543256,True +2017/06/06 23:00:00,9.477342353822081,True +2017/06/07 00:00:00,8.885575693506254,True +2017/06/07 01:00:00,7.999951511800087,True +2017/06/07 02:00:00,8.172545426141772,True +2017/06/07 03:00:00,7.432119582711414,True +2017/06/07 04:00:00,8.97846251433321,True +2017/06/07 05:00:00,9.336956767429287,True +2017/06/07 06:00:00,9.3228464010357,True +2017/06/07 07:00:00,11.950909110327812,True +2017/06/07 08:00:00,13.297975977753744,True +2017/06/07 09:00:00,13.465345955090868,True +2017/06/07 10:00:00,13.662358552946257,True +2017/06/07 11:00:00,13.780682931734274,True +2017/06/07 12:00:00,13.660063005535786,True +2017/06/07 13:00:00,13.694381715664164,True +2017/06/07 14:00:00,13.672002953365519,True +2017/06/07 15:00:00,13.666668906470647,True +2017/06/07 16:00:00,13.788753352639251,True +2017/06/07 17:00:00,12.989368566030263,True +2017/06/07 18:00:00,12.160203093389498,True +2017/06/07 19:00:00,11.31523984970261,True +2017/06/07 20:00:00,12.3248935414252,True +2017/06/07 21:00:00,11.403789011320773,True +2017/06/07 22:00:00,11.70695396670962,True +2017/06/07 23:00:00,10.383370963544511,True +2017/06/08 00:00:00,9.514908981008428,True +2017/06/08 01:00:00,8.984009111616215,True +2017/06/08 02:00:00,8.902195840055693,True +2017/06/08 03:00:00,8.300055514199949,True +2017/06/08 04:00:00,9.477690674914697,True +2017/06/08 05:00:00,9.328419723223167,True +2017/06/08 06:00:00,9.307744152411434,True +2017/06/08 07:00:00,12.532351551978248,True +2017/06/08 08:00:00,13.629572985891995,True +2017/06/08 09:00:00,13.628276876627353,True +2017/06/08 10:00:00,13.728010934490554,True +2017/06/08 11:00:00,13.825073200958846,True +2017/06/08 12:00:00,13.693123857112083,True +2017/06/08 13:00:00,13.781754508275698,True +2017/06/08 14:00:00,13.736388764255366,True +2017/06/08 15:00:00,13.657613617528847,True +2017/06/08 16:00:00,13.80215319130538,True +2017/06/08 17:00:00,12.988280853955409,True +2017/06/08 18:00:00,12.330836525118185,True +2017/06/08 19:00:00,11.176903093558492,True +2017/06/08 20:00:00,11.93516849054039,True +2017/06/08 21:00:00,11.16763583830938,True +2017/06/08 22:00:00,11.130394651682264,True +2017/06/08 23:00:00,9.400353079023366,True +2017/06/09 00:00:00,8.801443308511068,True +2017/06/09 01:00:00,7.531010324206275,True +2017/06/09 02:00:00,8.273691023565748,True +2017/06/09 03:00:00,7.4562309479676365,True +2017/06/09 04:00:00,8.580869366928427,True +2017/06/09 05:00:00,9.334453215541396,True +2017/06/09 06:00:00,9.319676559941025,True +2017/06/09 07:00:00,11.741990898836459,True +2017/06/09 08:00:00,13.01551812636974,True +2017/06/09 09:00:00,13.272712461742675,True +2017/06/09 10:00:00,13.542737928486538,True +2017/06/09 11:00:00,13.685640361725806,True +2017/06/09 12:00:00,13.55761915737642,True +2017/06/09 13:00:00,13.617525301630463,True +2017/06/09 14:00:00,13.524259399219124,True +2017/06/09 15:00:00,13.491434731455074,True +2017/06/09 16:00:00,13.613858512450252,True +2017/06/09 17:00:00,12.749291218518977,True +2017/06/09 18:00:00,11.971318176607218,True +2017/06/09 19:00:00,11.091781973058653,True +2017/06/09 20:00:00,11.893090101446164,True +2017/06/09 21:00:00,11.128648494055932,True +2017/06/09 22:00:00,10.827928991060512,True +2017/06/09 23:00:00,9.43735102501784,True +2017/06/10 00:00:00,8.484000160114581,True +2017/06/10 01:00:00,7.106371135714573,True +2017/06/10 02:00:00,7.84322832253207,True +2017/06/10 03:00:00,7.22572173552699,True +2017/06/10 04:00:00,8.284708482858596,True +2017/06/10 05:00:00,8.858256453229089,True +2017/06/10 06:00:00,9.374720743842866,True +2017/06/10 07:00:00,10.999045615963066,True +2017/06/10 08:00:00,11.654165047524206,True +2017/06/10 09:00:00,12.006388060595377,True +2017/06/10 10:00:00,12.245833319411915,True +2017/06/10 11:00:00,12.528643219273572,True +2017/06/10 12:00:00,11.899420186803157,True +2017/06/10 13:00:00,11.076120960033766,True +2017/06/10 14:00:00,12.112986708639681,True +2017/06/10 15:00:00,11.09437032705212,True +2017/06/10 16:00:00,12.15991087871352,True +2017/06/10 17:00:00,10.690981167244964,True +2017/06/10 18:00:00,11.86136672230659,True +2017/06/10 19:00:00,10.568776923641254,True +2017/06/10 20:00:00,11.519248985995034,True +2017/06/10 21:00:00,10.64290816631806,True +2017/06/10 22:00:00,10.453563907407991,True +2017/06/10 23:00:00,9.518238212889347,True +2017/06/11 00:00:00,8.868199876102128,True +2017/06/11 01:00:00,7.299247186816359,True +2017/06/11 02:00:00,7.89217508519352,True +2017/06/11 03:00:00,7.847532196993053,True +2017/06/11 04:00:00,8.34374088300267,True +2017/06/11 05:00:00,9.928506876385796,True +2017/06/11 06:00:00,9.368063080423736,True +2017/06/11 07:00:00,9.692015985219161,True +2017/06/11 08:00:00,10.160487913540543,True +2017/06/11 09:00:00,11.359571105304516,True +2017/06/11 10:00:00,10.78074657468695,True +2017/06/11 11:00:00,11.958779467328446,True +2017/06/11 12:00:00,11.056004323681744,True +2017/06/11 13:00:00,11.936461972062553,True +2017/06/11 14:00:00,11.071661235500583,True +2017/06/11 15:00:00,11.884114867693333,True +2017/06/11 16:00:00,11.166945634418244,True +2017/06/11 17:00:00,11.989648108199985,True +2017/06/11 18:00:00,11.137816676396342,True +2017/06/11 19:00:00,11.80460153876624,True +2017/06/11 20:00:00,10.99610591295247,True +2017/06/11 21:00:00,11.428292097327487,True +2017/06/11 22:00:00,10.94500233864045,True +2017/06/11 23:00:00,10.364499835779414,True +2017/06/12 00:00:00,9.527129130345642,True +2017/06/12 01:00:00,8.762908581319724,True +2017/06/12 02:00:00,8.880606174061871,True +2017/06/12 03:00:00,9.385046726548858,True +2017/06/12 04:00:00,10.224058796200866,True +2017/06/12 05:00:00,9.325562228568876,True +2017/06/12 06:00:00,9.302157024880287,True +2017/06/12 07:00:00,12.58460349693741,True +2017/06/12 08:00:00,13.626285052753602,True +2017/06/12 09:00:00,13.765309122910828,True +2017/06/12 10:00:00,13.912818943266993,True +2017/06/12 11:00:00,14.049237979902154,True +2017/06/12 12:00:00,13.948221118413803,True +2017/06/12 13:00:00,14.026277493825067,True +2017/06/12 14:00:00,14.010988213124334,True +2017/06/12 15:00:00,13.969144428658632,True +2017/06/12 16:00:00,14.056686593937492,True +2017/06/12 17:00:00,13.12736614823716,True +2017/06/12 18:00:00,12.56331448674499,True +2017/06/12 19:00:00,11.31797412813725,True +2017/06/12 20:00:00,12.467567854375456,True +2017/06/12 21:00:00,11.400571911586779,True +2017/06/12 22:00:00,12.050587165410898,True +2017/06/12 23:00:00,9.965220795879501,True +2017/06/13 00:00:00,9.11715126854764,True +2017/06/13 01:00:00,7.935510841876116,True +2017/06/13 02:00:00,8.577633915883714,True +2017/06/13 03:00:00,7.672969405491537,True +2017/06/13 04:00:00,8.172376155695584,True +2017/06/13 05:00:00,9.335608570023856,True +2017/06/13 06:00:00,9.32198650856066,True +2017/06/13 07:00:00,11.642072452409135,True +2017/06/13 08:00:00,13.016679053806808,True +2017/06/13 09:00:00,13.118774683468914,True +2017/06/13 10:00:00,13.27314729609093,True +2017/06/13 11:00:00,13.374269658836043,True +2017/06/13 12:00:00,13.2238106881954,True +2017/06/13 13:00:00,13.295219820692617,True +2017/06/13 14:00:00,13.252159646823753,True +2017/06/13 15:00:00,13.211932933488999,True +2017/06/13 16:00:00,13.36730918548277,True +2017/06/13 17:00:00,12.445150841940496,True +2017/06/13 18:00:00,11.888347290924719,True +2017/06/13 19:00:00,11.267584353003022,True +2017/06/13 20:00:00,11.720928875959167,True +2017/06/13 21:00:00,11.16815257783435,True +2017/06/13 22:00:00,10.9313120559017,True +2017/06/13 23:00:00,9.658192606437929,True +2017/06/14 00:00:00,8.385835721408556,True +2017/06/14 01:00:00,7.521682151643187,True +2017/06/14 02:00:00,7.648163564364542,True +2017/06/14 03:00:00,7.692863263827311,True +2017/06/14 04:00:00,8.286706544975875,True +2017/06/14 05:00:00,9.338456884339811,True +2017/06/14 06:00:00,9.309576426062819,True +2017/06/14 07:00:00,11.663535339569199,True +2017/06/14 08:00:00,13.057088128951326,True +2017/06/14 09:00:00,13.161559214027353,True +2017/06/14 10:00:00,13.322642623298309,True +2017/06/14 11:00:00,13.534122895637298,True +2017/06/14 12:00:00,13.294508627772322,True +2017/06/14 13:00:00,13.415039992850703,True +2017/06/14 14:00:00,13.450843708312496,True +2017/06/14 15:00:00,13.479507282839638,True +2017/06/14 16:00:00,13.631842443555453,True +2017/06/14 17:00:00,12.821820326348185,True +2017/06/14 18:00:00,12.095250777880356,True +2017/06/14 19:00:00,11.082435280058487,True +2017/06/14 20:00:00,11.711901864718156,True +2017/06/14 21:00:00,11.170208661867878,True +2017/06/14 22:00:00,11.07121333718539,True +2017/06/14 23:00:00,9.652208632964681,True +2017/06/15 00:00:00,8.69441607700429,True +2017/06/15 01:00:00,7.468397867174288,True +2017/06/15 02:00:00,8.13181817322653,True +2017/06/15 03:00:00,7.461052235875683,True +2017/06/15 04:00:00,8.959819891940539,True +2017/06/15 05:00:00,9.33425127533967,True +2017/06/15 06:00:00,9.305521159623273,True +2017/06/15 07:00:00,11.738299003657708,True +2017/06/15 08:00:00,13.01975596873086,True +2017/06/15 09:00:00,13.261878085765076,True +2017/06/15 10:00:00,13.573987919283288,True +2017/06/15 11:00:00,13.703733616998045,True +2017/06/15 12:00:00,13.588726769446742,True +2017/06/15 13:00:00,13.620963021714994,True +2017/06/15 14:00:00,13.593732745678032,True +2017/06/15 15:00:00,13.52730559000579,True +2017/06/15 16:00:00,13.702251132085198,True +2017/06/15 17:00:00,12.818789750329554,True +2017/06/15 18:00:00,12.205544880816152,True +2017/06/15 19:00:00,11.12263383267111,True +2017/06/15 20:00:00,11.929055152622443,True +2017/06/15 21:00:00,11.137759005907931,True +2017/06/15 22:00:00,10.927659853941206,True +2017/06/15 23:00:00,9.190926628758227,True +2017/06/16 00:00:00,8.821222118298016,True +2017/06/16 01:00:00,7.441841315184363,True +2017/06/16 02:00:00,8.30718267281556,True +2017/06/16 03:00:00,7.478249059576555,True +2017/06/16 04:00:00,8.812781107737756,True +2017/06/16 05:00:00,9.333545142315614,True +2017/06/16 06:00:00,9.309166364432915,True +2017/06/16 07:00:00,11.755117023689696,True +2017/06/16 08:00:00,13.308451438561645,True +2017/06/16 09:00:00,13.474576690901914,True +2017/06/16 10:00:00,13.631877412635191,True +2017/06/16 11:00:00,13.768438444207218,True +2017/06/16 12:00:00,13.659774333933523,True +2017/06/16 13:00:00,13.692797702899108,True +2017/06/16 14:00:00,13.708805380375274,True +2017/06/16 15:00:00,13.676514049837373,True +2017/06/16 16:00:00,13.818965590273418,True +2017/06/16 17:00:00,12.988116566993002,True +2017/06/16 18:00:00,12.446743652947173,True +2017/06/16 19:00:00,11.322727051606483,True +2017/06/16 20:00:00,12.405078790628158,True +2017/06/16 21:00:00,11.360040341245837,True +2017/06/16 22:00:00,11.670514215905246,True +2017/06/16 23:00:00,10.877283440880339,True +2017/06/17 00:00:00,9.343221852756828,True +2017/06/17 01:00:00,7.975553886480661,True +2017/06/17 02:00:00,8.655932188965531,True +2017/06/17 03:00:00,8.10229407688006,True +2017/06/17 04:00:00,9.313480494164159,True +2017/06/17 05:00:00,8.852028770666973,True +2017/06/17 06:00:00,9.373456703247976,True +2017/06/17 07:00:00,11.694986709878581,True +2017/06/17 08:00:00,12.58595409954635,True +2017/06/17 09:00:00,12.798898227527308,True +2017/06/17 10:00:00,12.897385169872958,True +2017/06/17 11:00:00,12.954446282112963,True +2017/06/17 12:00:00,12.187065699727912,True +2017/06/17 13:00:00,10.92171769333824,True +2017/06/17 14:00:00,12.520110258178883,True +2017/06/17 15:00:00,10.862932773978878,True +2017/06/17 16:00:00,12.408487984697434,True +2017/06/17 17:00:00,10.551951542041424,True +2017/06/17 18:00:00,12.317186185393448,True +2017/06/17 19:00:00,10.504867633923844,True +2017/06/17 20:00:00,12.029946465189658,True +2017/06/17 21:00:00,10.797504225557764,True +2017/06/17 22:00:00,11.338624510416155,True +2017/06/17 23:00:00,10.284242060208243,True +2017/06/18 00:00:00,10.520307359339442,True +2017/06/18 01:00:00,8.74512417550472,True +2017/06/18 02:00:00,8.934727665508449,True +2017/06/18 03:00:00,8.35739317527301,True +2017/06/18 04:00:00,10.019497386145934,True +2017/06/18 05:00:00,10.081332600459175,True +2017/06/18 06:00:00,11.234076276956175,True +2017/06/18 07:00:00,10.102936432939902,True +2017/06/18 08:00:00,10.312906464016962,True +2017/06/18 09:00:00,12.13481884666411,True +2017/06/18 10:00:00,10.510181368842119,True +2017/06/18 11:00:00,12.179676611728931,True +2017/06/18 12:00:00,10.486951243587727,True +2017/06/18 13:00:00,12.097155100065489,True +2017/06/18 14:00:00,10.433166698413059,True +2017/06/18 15:00:00,12.079359251807153,True +2017/06/18 16:00:00,10.428720973577947,True +2017/06/18 17:00:00,12.040113264529966,True +2017/06/18 18:00:00,10.425974023998792,True +2017/06/18 19:00:00,11.930176257628222,True +2017/06/18 20:00:00,10.376323379746172,True +2017/06/18 21:00:00,10.809944985729887,True +2017/06/18 22:00:00,10.43565193458725,True +2017/06/18 23:00:00,10.904473663320749,True +2017/06/19 00:00:00,8.981134413460836,True +2017/06/19 01:00:00,8.830509814862104,True +2017/06/19 02:00:00,8.506393437610695,True +2017/06/19 03:00:00,8.54805277171146,True +2017/06/19 04:00:00,8.634842718783771,True +2017/06/19 05:00:00,9.330793695004772,True +2017/06/19 06:00:00,9.316783267380941,True +2017/06/19 07:00:00,12.369022414965693,True +2017/06/19 08:00:00,13.531466400712658,True +2017/06/19 09:00:00,13.62134963390302,True +2017/06/19 10:00:00,13.643952264370474,True +2017/06/19 11:00:00,13.819218494167993,True +2017/06/19 12:00:00,13.753892192435014,True +2017/06/19 13:00:00,13.845937349020561,True +2017/06/19 14:00:00,13.80174054227461,True +2017/06/19 15:00:00,13.787255241660496,True +2017/06/19 16:00:00,13.898344619262485,True +2017/06/19 17:00:00,13.02677774362911,True +2017/06/19 18:00:00,12.53418585044812,True +2017/06/19 19:00:00,11.29798381442743,True +2017/06/19 20:00:00,12.478364306213631,True +2017/06/19 21:00:00,11.288477705351706,True +2017/06/19 22:00:00,11.937727835278029,True +2017/06/19 23:00:00,10.031760201106055,True +2017/06/20 00:00:00,9.34144403392769,True +2017/06/20 01:00:00,8.633038670230617,True +2017/06/20 02:00:00,8.823647776360465,True +2017/06/20 03:00:00,8.165553388760484,True +2017/06/20 04:00:00,8.848629109078987,True +2017/06/20 05:00:00,9.334755799956913,True +2017/06/20 06:00:00,9.307615913176052,True +2017/06/20 07:00:00,12.059799770132937,True +2017/06/20 08:00:00,13.483736759387616,True +2017/06/20 09:00:00,13.62099410903968,True +2017/06/20 10:00:00,13.761411629513367,True +2017/06/20 11:00:00,13.890722500283005,True +2017/06/20 12:00:00,13.803634811666264,True +2017/06/20 13:00:00,13.866314990415846,True +2017/06/20 14:00:00,13.816989406213024,True +2017/06/20 15:00:00,13.803512627069415,True +2017/06/20 16:00:00,13.950588398160562,True +2017/06/20 17:00:00,13.115508907831376,True +2017/06/20 18:00:00,12.60399092028294,True +2017/06/20 19:00:00,11.315659257206622,True +2017/06/20 20:00:00,12.526536302321762,True +2017/06/20 21:00:00,11.393722161300522,True +2017/06/20 22:00:00,12.102008206040594,True +2017/06/20 23:00:00,10.239886767849756,True +2017/06/21 00:00:00,9.986066430287615,True +2017/06/21 01:00:00,8.27103149921332,True +2017/06/21 02:00:00,9.144208200846942,True +2017/06/21 03:00:00,8.343251006947957,True +2017/06/21 04:00:00,9.602904075089445,True +2017/06/21 05:00:00,9.32992542046132,True +2017/06/21 06:00:00,9.30119795152607,True +2017/06/21 07:00:00,12.48587782745825,True +2017/06/21 08:00:00,13.568586148891567,True +2017/06/21 09:00:00,13.668435050052365,True +2017/06/21 10:00:00,13.778169214135776,True +2017/06/21 11:00:00,13.869259632812186,True +2017/06/21 12:00:00,13.71658076260049,True +2017/06/21 13:00:00,13.771433397222083,True +2017/06/21 14:00:00,13.781745431372324,True +2017/06/21 15:00:00,13.806874202932413,True +2017/06/21 16:00:00,13.92933042861387,True +2017/06/21 17:00:00,13.0927495965981,True +2017/06/21 18:00:00,12.507200402573611,True +2017/06/21 19:00:00,11.307417859737011,True +2017/06/21 20:00:00,12.427853128207387,True +2017/06/21 21:00:00,11.785730094367775,True +2017/06/21 22:00:00,11.907726633844195,True +2017/06/21 23:00:00,9.928438903247269,True +2017/06/22 00:00:00,9.770836654724661,True +2017/06/22 01:00:00,7.638774612346704,True +2017/06/22 02:00:00,8.200022754531059,True +2017/06/22 03:00:00,7.467307744869766,True +2017/06/22 04:00:00,8.78952018521706,True +2017/06/22 05:00:00,9.333888342441647,True +2017/06/22 06:00:00,9.317883939266078,True +2017/06/22 07:00:00,11.77511945283614,True +2017/06/22 08:00:00,13.130973609449025,True +2017/06/22 09:00:00,13.44119947912018,True +2017/06/22 10:00:00,13.634529498964048,True +2017/06/22 11:00:00,13.748472762839262,True +2017/06/22 12:00:00,13.61203764142892,True +2017/06/22 13:00:00,13.704896023179309,True +2017/06/22 14:00:00,13.669213787357105,True +2017/06/22 15:00:00,13.641940041226004,True +2017/06/22 16:00:00,13.766428301359847,True +2017/06/22 17:00:00,12.958738845726652,True +2017/06/22 18:00:00,12.401890454261181,True +2017/06/22 19:00:00,11.221440935035517,True +2017/06/22 20:00:00,12.24447127831009,True +2017/06/22 21:00:00,11.197523661917078,True +2017/06/22 22:00:00,11.143523482830782,True +2017/06/22 23:00:00,10.164061269854376,True +2017/06/23 00:00:00,8.823599340244694,True +2017/06/23 01:00:00,8.004831442760567,True +2017/06/23 02:00:00,8.794956711494345,True +2017/06/23 03:00:00,8.646881170881736,True +2017/06/23 04:00:00,8.972883430167709,True +2017/06/23 05:00:00,9.334425829071948,True +2017/06/23 06:00:00,9.30899700188174,True +2017/06/23 07:00:00,11.726714465817714,True +2017/06/23 08:00:00,13.126361035704562,True +2017/06/23 09:00:00,13.290394868128036,True +2017/06/23 10:00:00,13.59179668563931,True +2017/06/23 11:00:00,13.706356228189877,True +2017/06/23 12:00:00,13.566645717015081,True +2017/06/23 13:00:00,13.64783509367441,True +2017/06/23 14:00:00,13.624922090274532,True +2017/06/23 15:00:00,13.595002685194677,True +2017/06/23 16:00:00,13.755357459605056,True +2017/06/23 17:00:00,12.985555488685696,True +2017/06/23 18:00:00,12.427451301508517,True +2017/06/23 19:00:00,11.195218945143031,True +2017/06/23 20:00:00,12.23351933458438,True +2017/06/23 21:00:00,11.153397386325919,True +2017/06/23 22:00:00,11.344400208716944,True +2017/06/23 23:00:00,9.400450828191595,True +2017/06/24 00:00:00,8.848944308393095,True +2017/06/24 01:00:00,7.656064186550957,True +2017/06/24 02:00:00,7.871474143615628,True +2017/06/24 03:00:00,7.329053258005044,True +2017/06/24 04:00:00,8.606877608468752,True +2017/06/24 05:00:00,8.855460297284413,True +2017/06/24 06:00:00,9.371253298211101,True +2017/06/24 07:00:00,10.762370382432037,True +2017/06/24 08:00:00,11.850070917724322,True +2017/06/24 09:00:00,12.324681275467572,True +2017/06/24 10:00:00,12.530868486346236,True +2017/06/24 11:00:00,12.680819465174416,True +2017/06/24 12:00:00,12.005799092226143,True +2017/06/24 13:00:00,11.27897855036772,True +2017/06/24 14:00:00,12.233616804591447,True +2017/06/24 15:00:00,11.095158226921216,True +2017/06/24 16:00:00,12.267576035853672,True +2017/06/24 17:00:00,10.788964451553657,True +2017/06/24 18:00:00,11.997157446376784,True +2017/06/24 19:00:00,10.41628329076236,True +2017/06/24 20:00:00,11.702636034340877,True +2017/06/24 21:00:00,10.513027276057503,True +2017/06/24 22:00:00,10.522365176215894,True +2017/06/24 23:00:00,9.54773517162135,True +2017/06/25 00:00:00,8.61079794997164,True +2017/06/25 01:00:00,7.638097565697156,True +2017/06/25 02:00:00,7.832047213141892,True +2017/06/25 03:00:00,7.131351579660824,True +2017/06/25 04:00:00,7.823036045135341,True +2017/06/25 05:00:00,8.912375614169289,True +2017/06/25 06:00:00,9.126169179501073,True +2017/06/25 07:00:00,9.287230691315255,True +2017/06/25 08:00:00,9.963708212483468,True +2017/06/25 09:00:00,11.035020966304192,True +2017/06/25 10:00:00,10.891091794178065,True +2017/06/25 11:00:00,11.541090089071853,True +2017/06/25 12:00:00,11.456838093589546,True +2017/06/25 13:00:00,11.550769039692012,True +2017/06/25 14:00:00,11.536060593738311,True +2017/06/25 15:00:00,11.54091169979422,True +2017/06/25 16:00:00,11.608999919217014,True +2017/06/25 17:00:00,11.665160368856045,True +2017/06/25 18:00:00,11.568080926733597,True +2017/06/25 19:00:00,11.50725659799884,True +2017/06/25 20:00:00,11.335125885910553,True +2017/06/25 21:00:00,11.59078829439113,True +2017/06/25 22:00:00,10.810661399214103,True +2017/06/25 23:00:00,10.57205359600414,True +2017/06/26 00:00:00,8.880378036689969,True +2017/06/26 01:00:00,9.427310862188135,True +2017/06/26 02:00:00,8.533840796409526,True +2017/06/26 03:00:00,8.63263758922311,True +2017/06/26 04:00:00,9.15674534166686,True +2017/06/26 05:00:00,9.32770354974431,True +2017/06/26 06:00:00,9.312745122941553,True +2017/06/26 07:00:00,12.532936583821884,True +2017/06/26 08:00:00,13.601491093370928,True +2017/06/26 09:00:00,13.698501121661092,True +2017/06/26 10:00:00,13.800390656809274,True +2017/06/26 11:00:00,13.916101008600533,True +2017/06/26 12:00:00,13.820915797533543,True +2017/06/26 13:00:00,13.977955668687223,True +2017/06/26 14:00:00,13.963713138138628,True +2017/06/26 15:00:00,13.948488812183978,True +2017/06/26 16:00:00,14.069257383172598,True +2017/06/26 17:00:00,13.24859183814592,True +2017/06/26 18:00:00,12.575138824557165,True +2017/06/26 19:00:00,11.342385569291247,True +2017/06/26 20:00:00,12.55911572698473,True +2017/06/26 21:00:00,11.408697243300006,True +2017/06/26 22:00:00,12.238929679302874,True +2017/06/26 23:00:00,10.480794839211603,True +2017/06/27 00:00:00,10.326811501249553,True +2017/06/27 01:00:00,9.016627406746212,True +2017/06/27 02:00:00,9.426317830826813,True +2017/06/27 03:00:00,8.494174566563265,True +2017/06/27 04:00:00,10.372086805564392,True +2017/06/27 05:00:00,9.32174562096173,True +2017/06/27 06:00:00,9.294132373887674,True +2017/06/27 07:00:00,12.792823966281288,True +2017/06/27 08:00:00,13.804661158412236,True +2017/06/27 09:00:00,13.95180585211832,True +2017/06/27 10:00:00,14.09233671585624,True +2017/06/27 11:00:00,14.234334204712157,True +2017/06/27 12:00:00,14.144353098608144,True +2017/06/27 13:00:00,14.308068914003952,True +2017/06/27 14:00:00,14.153943423099383,True +2017/06/27 15:00:00,14.101804975204564,True +2017/06/27 16:00:00,14.187382176242702,True +2017/06/27 17:00:00,13.492795796252013,True +2017/06/27 18:00:00,12.772582388195431,True +2017/06/27 19:00:00,11.366445925350726,True +2017/06/27 20:00:00,12.71252391738176,True +2017/06/27 21:00:00,11.473230728712712,True +2017/06/27 22:00:00,12.324920535979354,True +2017/06/27 23:00:00,10.493306861693808,True +2017/06/28 00:00:00,10.242444392874836,True +2017/06/28 01:00:00,8.451043148730237,True +2017/06/28 02:00:00,9.210648156600094,True +2017/06/28 03:00:00,8.336496854977199,True +2017/06/28 04:00:00,9.51844531045387,True +2017/06/28 05:00:00,9.33093443205181,True +2017/06/28 06:00:00,9.302730345442319,True +2017/06/28 07:00:00,12.330013321171696,True +2017/06/28 08:00:00,13.490720660510537,True +2017/06/28 09:00:00,13.620319326777196,True +2017/06/28 10:00:00,13.789015839851203,True +2017/06/28 11:00:00,13.891483096512344,True +2017/06/28 12:00:00,13.74261535700531,True +2017/06/28 13:00:00,13.876784230579783,True +2017/06/28 14:00:00,13.87437258281488,True +2017/06/28 15:00:00,13.884919319939357,True +2017/06/28 16:00:00,13.943295097951323,True +2017/06/28 17:00:00,13.096022167858028,True +2017/06/28 18:00:00,12.51194602400305,True +2017/06/28 19:00:00,11.319040415648852,True +2017/06/28 20:00:00,12.470245126983212,True +2017/06/28 21:00:00,11.404769527601248,True +2017/06/28 22:00:00,12.00595246739001,True +2017/06/28 23:00:00,10.386975910358826,True +2017/06/29 00:00:00,9.869094118281724,True +2017/06/29 01:00:00,8.942745610272482,True +2017/06/29 02:00:00,9.215076269522967,True +2017/06/29 03:00:00,8.843363314560278,True +2017/06/29 04:00:00,9.92348716770131,True +2017/06/29 05:00:00,9.326106341717598,True +2017/06/29 06:00:00,9.30475479529793,True +2017/06/29 07:00:00,12.58461178047815,True +2017/06/29 08:00:00,13.625385808952924,True +2017/06/29 09:00:00,13.747440874425196,True +2017/06/29 10:00:00,13.894977650665595,True +2017/06/29 11:00:00,14.012283200389437,True +2017/06/29 12:00:00,13.878407083209716,True +2017/06/29 13:00:00,13.966326694954358,True +2017/06/29 14:00:00,13.9514309093696,True +2017/06/29 15:00:00,13.90573317737731,True +2017/06/29 16:00:00,14.054688507990596,True +2017/06/29 17:00:00,13.183870549970226,True +2017/06/29 18:00:00,12.608486921340372,True +2017/06/29 19:00:00,11.364003618530633,True +2017/06/29 20:00:00,12.60859003982497,True +2017/06/29 21:00:00,11.412913240297156,True +2017/06/29 22:00:00,12.22591785472508,True +2017/06/29 23:00:00,10.391792015688292,True +2017/06/30 00:00:00,9.893850982931735,True +2017/06/30 01:00:00,8.79441757326576,True +2017/06/30 02:00:00,9.155441159068426,True +2017/06/30 03:00:00,8.19703653982819,True +2017/06/30 04:00:00,9.560273011638834,True +2017/06/30 05:00:00,9.330496370946605,True +2017/06/30 06:00:00,9.303302397465533,True +2017/06/30 07:00:00,12.368068488676801,True +2017/06/30 08:00:00,13.483533435274778,True +2017/06/30 09:00:00,13.598642172841563,True +2017/06/30 10:00:00,13.711707073556495,True +2017/06/30 11:00:00,13.824211301462993,True +2017/06/30 12:00:00,13.681837196257217,True +2017/06/30 13:00:00,13.769332757949828,True +2017/06/30 14:00:00,13.73857261187661,True +2017/06/30 15:00:00,13.728567280714497,True +2017/06/30 16:00:00,13.845597163521472,True +2017/06/30 17:00:00,12.999655579022239,True +2017/06/30 18:00:00,12.515317846580091,True +2017/06/30 19:00:00,11.2876645767265,True +2017/06/30 20:00:00,12.399780199555844,True +2017/06/30 21:00:00,11.286747277336065,True +2017/06/30 22:00:00,11.851628109640018,True +2017/06/30 23:00:00,9.929328536038346,True +2017/07/01 00:00:00,9.447176998367718,True +2017/07/01 01:00:00,8.197142343083854,True +2017/07/01 02:00:00,8.847323595304932,True +2017/07/01 03:00:00,8.363738238684933,True +2017/07/01 04:00:00,8.964074011644172,True +2017/07/01 05:00:00,9.048710475124208,True +2017/07/01 06:00:00,9.51110817116133,True +2017/07/01 07:00:00,11.088426827540024,True +2017/07/01 08:00:00,12.388842857044459,True +2017/07/01 09:00:00,12.571575176971889,True +2017/07/01 10:00:00,12.696200499640186,True +2017/07/01 11:00:00,12.767698021431679,True +2017/07/01 12:00:00,11.848312110947035,True +2017/07/01 13:00:00,10.882720660136178,True +2017/07/01 14:00:00,12.270404370972315,True +2017/07/01 15:00:00,10.840515443113238,True +2017/07/01 16:00:00,12.295172565232694,True +2017/07/01 17:00:00,10.533721344934829,True +2017/07/01 18:00:00,12.044085360763987,True +2017/07/01 19:00:00,10.44410006666577,True +2017/07/01 20:00:00,11.498716382999495,True +2017/07/01 21:00:00,10.741707290874361,True +2017/07/01 22:00:00,11.007257396645066,True +2017/07/01 23:00:00,10.649409748874659,True +2017/07/02 00:00:00,9.539177937058495,True +2017/07/02 01:00:00,8.263276879185009,True +2017/07/02 02:00:00,8.719500437127756,True +2017/07/02 03:00:00,8.448436785935675,True +2017/07/02 04:00:00,9.669908532542909,True +2017/07/02 05:00:00,10.226777987529879,True +2017/07/02 06:00:00,10.083716579117104,True +2017/07/02 07:00:00,10.06909070470848,True +2017/07/02 08:00:00,10.277088437977712,True +2017/07/02 09:00:00,11.355802248456706,True +2017/07/02 10:00:00,11.257368019676395,True +2017/07/02 11:00:00,11.453431607572469,True +2017/07/02 12:00:00,10.974635335461766,True +2017/07/02 13:00:00,11.748344250008232,True +2017/07/02 14:00:00,10.769445624403442,True +2017/07/02 15:00:00,12.000448749945743,True +2017/07/02 16:00:00,10.832934569034691,True +2017/07/02 17:00:00,12.062237027540396,True +2017/07/02 18:00:00,10.813374718031882,True +2017/07/02 19:00:00,11.920554448251139,True +2017/07/02 20:00:00,10.390569510235007,True +2017/07/02 21:00:00,11.634858366567082,True +2017/07/02 22:00:00,10.109866918616879,True +2017/07/02 23:00:00,9.29824481894755,True +2017/07/03 00:00:00,8.762800537791641,True +2017/07/03 01:00:00,8.554155437036343,True +2017/07/03 02:00:00,8.21067134485686,True +2017/07/03 03:00:00,7.818923528330127,True +2017/07/03 04:00:00,8.54738191542885,True +2017/07/03 05:00:00,9.509087082153446,True +2017/07/03 06:00:00,9.452941027574967,True +2017/07/03 07:00:00,11.997280120371542,True +2017/07/03 08:00:00,13.525777798577836,True +2017/07/03 09:00:00,13.637187730971622,True +2017/07/03 10:00:00,13.759590531684527,True +2017/07/03 11:00:00,13.883720311188224,True +2017/07/03 12:00:00,13.796384205527993,True +2017/07/03 13:00:00,13.858102231727765,True +2017/07/03 14:00:00,13.873178106632027,True +2017/07/03 15:00:00,13.892124729944792,True +2017/07/03 16:00:00,13.985686196576282,True +2017/07/03 17:00:00,13.09708989914035,True +2017/07/03 18:00:00,12.614991382576738,True +2017/07/03 19:00:00,11.345996785362622,True +2017/07/03 20:00:00,12.51734517131521,True +2017/07/03 21:00:00,11.370347670165,True +2017/07/03 22:00:00,12.031694237826022,True +2017/07/03 23:00:00,10.236197814300544,True +2017/07/04 00:00:00,10.053196525677853,True +2017/07/04 01:00:00,8.506363623555576,True +2017/07/04 02:00:00,9.11710142265677,True +2017/07/04 03:00:00,8.563979482207353,True +2017/07/04 04:00:00,9.571620233991567,True +2017/07/04 05:00:00,9.508147971687366,True +2017/07/04 06:00:00,9.452421870581519,True +2017/07/04 07:00:00,12.515173080364416,True +2017/07/04 08:00:00,13.613758342811447,True +2017/07/04 09:00:00,13.661631514566498,True +2017/07/04 10:00:00,13.813478484325758,True +2017/07/04 11:00:00,13.91628407683067,True +2017/07/04 12:00:00,13.771236278757502,True +2017/07/04 13:00:00,13.876182090030348,True +2017/07/04 14:00:00,13.911451107755978,True +2017/07/04 15:00:00,13.872616926887305,True +2017/07/04 16:00:00,14.0056728717348,True +2017/07/04 17:00:00,13.129831526912406,True +2017/07/04 18:00:00,12.601546762280709,True +2017/07/04 19:00:00,11.349040845090244,True +2017/07/04 20:00:00,12.624893004235041,True +2017/07/04 21:00:00,11.428165568182626,True +2017/07/04 22:00:00,12.235661837220306,True +2017/07/04 23:00:00,10.471399951000535,True +2017/07/05 00:00:00,10.733696539368562,True +2017/07/05 01:00:00,9.001050133334413,True +2017/07/05 02:00:00,9.652531242195897,True +2017/07/05 03:00:00,8.71292864241046,True +2017/07/05 04:00:00,9.788012981673813,True +2017/07/05 05:00:00,9.504474814870253,True +2017/07/05 06:00:00,9.460295319363038,True +2017/07/05 07:00:00,12.56840982751785,True +2017/07/05 08:00:00,13.609896642318756,True +2017/07/05 09:00:00,13.728580558771414,True +2017/07/05 10:00:00,13.921054076067954,True +2017/07/05 11:00:00,14.020861570380772,True +2017/07/05 12:00:00,13.923806274486322,True +2017/07/05 13:00:00,13.957676171640955,True +2017/07/05 14:00:00,13.926371872702623,True +2017/07/05 15:00:00,13.94306039732858,True +2017/07/05 16:00:00,14.105500369251562,True +2017/07/05 17:00:00,13.239788427553135,True +2017/07/05 18:00:00,12.581394925086908,True +2017/07/05 19:00:00,11.40710029838411,True +2017/07/05 20:00:00,12.500235734177679,True +2017/07/05 21:00:00,11.428714178313564,True +2017/07/05 22:00:00,11.804382761288648,True +2017/07/05 23:00:00,10.145940653192516,True +2017/07/06 00:00:00,9.533937942024279,True +2017/07/06 01:00:00,8.686187517692407,True +2017/07/06 02:00:00,9.077036902950466,True +2017/07/06 03:00:00,7.846835813526468,True +2017/07/06 04:00:00,9.066534043102681,True +2017/07/06 05:00:00,9.508760224607968,True +2017/07/06 06:00:00,9.45492212485292,True +2017/07/06 07:00:00,11.841172410797649,True +2017/07/06 08:00:00,13.24666976376021,True +2017/07/06 09:00:00,13.53529442884692,True +2017/07/06 10:00:00,13.680219225549918,True +2017/07/06 11:00:00,13.796282120823,True +2017/07/06 12:00:00,13.683452285112404,True +2017/07/06 13:00:00,13.754233617595077,True +2017/07/06 14:00:00,13.749990639895044,True +2017/07/06 15:00:00,13.721921348398812,True +2017/07/06 16:00:00,13.852186094560626,True +2017/07/06 17:00:00,13.022329090062957,True +2017/07/06 18:00:00,12.540632968990957,True +2017/07/06 19:00:00,11.321016849431828,True +2017/07/06 20:00:00,12.436896925263088,True +2017/07/06 21:00:00,11.3306377544705,True +2017/07/06 22:00:00,11.842739639579783,True +2017/07/06 23:00:00,9.681273858984722,True +2017/07/07 00:00:00,9.359922452530203,True +2017/07/07 01:00:00,8.065850057006497,True +2017/07/07 02:00:00,8.815168444894342,True +2017/07/07 03:00:00,7.936671964262865,True +2017/07/07 04:00:00,9.0615285165846,True +2017/07/07 05:00:00,9.510680425714561,True +2017/07/07 06:00:00,9.456366698353525,True +2017/07/07 07:00:00,11.903006672262386,True +2017/07/07 08:00:00,13.400032532352508,True +2017/07/07 09:00:00,13.622588538624623,True +2017/07/07 10:00:00,13.71599380488533,True +2017/07/07 11:00:00,13.817878519311765,True +2017/07/07 12:00:00,13.700819144359347,True +2017/07/07 13:00:00,13.791641991424965,True +2017/07/07 14:00:00,13.753295623398408,True +2017/07/07 15:00:00,13.75645043955017,True +2017/07/07 16:00:00,13.845355700250805,True +2017/07/07 17:00:00,13.011643737958947,True +2017/07/07 18:00:00,12.485608514516366,True +2017/07/07 19:00:00,11.34075400493161,True +2017/07/07 20:00:00,12.432155104209132,True +2017/07/07 21:00:00,11.348411558037196,True +2017/07/07 22:00:00,11.862227068694297,True +2017/07/07 23:00:00,10.355020892233712,True +2017/07/08 00:00:00,9.682542904213925,True +2017/07/08 01:00:00,8.431751058249935,True +2017/07/08 02:00:00,9.195444775756368,True +2017/07/08 03:00:00,8.656183655182003,True +2017/07/08 04:00:00,9.538128415691066,True +2017/07/08 05:00:00,9.039435240776381,True +2017/07/08 06:00:00,9.514730799270094,True +2017/07/08 07:00:00,11.71849630807949,True +2017/07/08 08:00:00,12.599373995053439,True +2017/07/08 09:00:00,12.722989790516424,True +2017/07/08 10:00:00,12.845520179787023,True +2017/07/08 11:00:00,12.911674794426556,True +2017/07/08 12:00:00,11.65396967039056,True +2017/07/08 13:00:00,12.103287201347776,True +2017/07/08 14:00:00,12.135638983605627,True +2017/07/08 15:00:00,12.29443299957491,True +2017/07/08 16:00:00,12.08349539533556,True +2017/07/08 17:00:00,11.9412561220273,True +2017/07/08 18:00:00,11.821517240936998,True +2017/07/08 19:00:00,11.76693345320936,True +2017/07/08 20:00:00,11.570784679418265,True +2017/07/08 21:00:00,10.907835330878852,True +2017/07/08 22:00:00,11.121363447964951,True +2017/07/08 23:00:00,9.915835244101588,True +2017/07/09 00:00:00,9.302866559135461,True +2017/07/09 01:00:00,8.040716973764154,True +2017/07/09 02:00:00,8.620147997008123,True +2017/07/09 03:00:00,7.834710886611205,True +2017/07/09 04:00:00,9.282458713413288,True +2017/07/09 05:00:00,9.721634056174665,True +2017/07/09 06:00:00,9.638386604539395,True +2017/07/09 07:00:00,9.964997588341252,True +2017/07/09 08:00:00,10.271057183068176,True +2017/07/09 09:00:00,11.915646162781924,True +2017/07/09 10:00:00,10.513412263750771,True +2017/07/09 11:00:00,12.128721659137517,True +2017/07/09 12:00:00,10.491933129755848,True +2017/07/09 13:00:00,12.03945614901203,True +2017/07/09 14:00:00,10.434212146840133,True +2017/07/09 15:00:00,11.993135271291225,True +2017/07/09 16:00:00,10.448488050083176,True +2017/07/09 17:00:00,12.074336945639521,True +2017/07/09 18:00:00,10.945562005958823,True +2017/07/09 19:00:00,11.671742811280183,True +2017/07/09 20:00:00,10.421741423844994,True +2017/07/09 21:00:00,10.976191798478409,True +2017/07/09 22:00:00,10.312083369108134,True +2017/07/09 23:00:00,10.092319218171717,True +2017/07/10 00:00:00,8.86260027500811,True +2017/07/10 01:00:00,8.880367521302414,True +2017/07/10 02:00:00,7.97865837722156,True +2017/07/10 03:00:00,7.887908558264581,True +2017/07/10 04:00:00,8.5842182054708,True +2017/07/10 05:00:00,9.512360458762172,True +2017/07/10 06:00:00,9.456804295714624,True +2017/07/10 07:00:00,12.216142988354516,True +2017/07/10 08:00:00,13.602453683866564,True +2017/07/10 09:00:00,13.669678817846327,True +2017/07/10 10:00:00,13.81828195983897,True +2017/07/10 11:00:00,13.995102014443292,True +2017/07/10 12:00:00,13.857399297318823,True +2017/07/10 13:00:00,13.94671151511402,True +2017/07/10 14:00:00,13.955212837258793,True +2017/07/10 15:00:00,13.94352435037108,True +2017/07/10 16:00:00,14.039676439228018,True +2017/07/10 17:00:00,13.25065749212785,True +2017/07/10 18:00:00,12.706452331085373,True +2017/07/10 19:00:00,11.370192131200923,True +2017/07/10 20:00:00,12.609236375339043,True +2017/07/10 21:00:00,11.417708403994464,True +2017/07/10 22:00:00,12.216799737213877,True +2017/07/10 23:00:00,10.469999691010683,True +2017/07/11 00:00:00,10.375884582801604,True +2017/07/11 01:00:00,8.626248004208211,True +2017/07/11 02:00:00,9.46129242616457,True +2017/07/11 03:00:00,8.782256838564058,True +2017/07/11 04:00:00,10.00434051802225,True +2017/07/11 05:00:00,9.504077273638767,True +2017/07/11 06:00:00,9.450138536317628,True +2017/07/11 07:00:00,12.590878609783957,True +2017/07/11 08:00:00,13.674567619586805,True +2017/07/11 09:00:00,13.757339405470288,True +2017/07/11 10:00:00,13.905545709067997,True +2017/07/11 11:00:00,14.059350803994612,True +2017/07/11 12:00:00,13.967843072851286,True +2017/07/11 13:00:00,14.06885102877879,True +2017/07/11 14:00:00,14.066151341111171,True +2017/07/11 15:00:00,14.013980921077694,True +2017/07/11 16:00:00,14.070843472938844,True +2017/07/11 17:00:00,13.34181571863445,True +2017/07/11 18:00:00,12.767308420329693,True +2017/07/11 19:00:00,11.384214244387358,True +2017/07/11 20:00:00,12.672093204237667,True +2017/07/11 21:00:00,11.403345201298348,True +2017/07/11 22:00:00,12.082889148342954,True +2017/07/11 23:00:00,10.163020331755932,True +2017/07/12 00:00:00,10.000014839581153,True +2017/07/12 01:00:00,8.48300939337847,True +2017/07/12 02:00:00,9.094173061565776,True +2017/07/12 03:00:00,8.073628195251631,True +2017/07/12 04:00:00,9.228890560702684,True +2017/07/12 05:00:00,9.51069238286079,True +2017/07/12 06:00:00,9.457880281587144,True +2017/07/12 07:00:00,12.180262497077342,True +2017/07/12 08:00:00,13.497397349707581,True +2017/07/12 09:00:00,13.628533920301436,True +2017/07/12 10:00:00,13.74459916255239,True +2017/07/12 11:00:00,13.855717639568313,True +2017/07/12 12:00:00,13.740605340948678,True +2017/07/12 13:00:00,13.805326827759112,True +2017/07/12 14:00:00,13.757845501463748,True +2017/07/12 15:00:00,13.754472563701338,True +2017/07/12 16:00:00,13.857639855928566,True +2017/07/12 17:00:00,13.02023190984981,True +2017/07/12 18:00:00,12.481862317152478,True +2017/07/12 19:00:00,11.339695390506952,True +2017/07/12 20:00:00,12.439450130462975,True +2017/07/12 21:00:00,11.260111499300907,True +2017/07/12 22:00:00,11.627566912598564,True +2017/07/12 23:00:00,9.9555002860068,True +2017/07/13 00:00:00,9.655505656604204,True +2017/07/13 01:00:00,7.924914820420056,True +2017/07/13 02:00:00,9.07647276165246,True +2017/07/13 03:00:00,8.549426587947549,True +2017/07/13 04:00:00,9.091904664693958,True +2017/07/13 05:00:00,9.508726516972214,True +2017/07/13 06:00:00,9.455675311269454,True +2017/07/13 07:00:00,11.884317457034456,True +2017/07/13 08:00:00,13.48209556309158,True +2017/07/13 09:00:00,13.650798489074543,True +2017/07/13 10:00:00,13.770214003770834,True +2017/07/13 11:00:00,13.890244303222312,True +2017/07/13 12:00:00,13.788411332751055,True +2017/07/13 13:00:00,13.893995949567932,True +2017/07/13 14:00:00,13.865879669666738,True +2017/07/13 15:00:00,13.84425807982324,True +2017/07/13 16:00:00,13.955400544547476,True +2017/07/13 17:00:00,13.149342516502331,True +2017/07/13 18:00:00,12.660917059203465,True +2017/07/13 19:00:00,11.347219700320434,True +2017/07/13 20:00:00,12.544507804795877,True +2017/07/13 21:00:00,11.402898365861818,True +2017/07/13 22:00:00,12.058353550077108,True +2017/07/13 23:00:00,10.299120525217909,True +2017/07/14 00:00:00,9.931521106498154,True +2017/07/14 01:00:00,8.588223670651345,True +2017/07/14 02:00:00,9.300232113400947,True +2017/07/14 03:00:00,8.425145345232748,True +2017/07/14 04:00:00,9.549255275600272,True +2017/07/14 05:00:00,9.508776661213462,True +2017/07/14 06:00:00,9.454514228730968,True +2017/07/14 07:00:00,12.368493752967323,True +2017/07/14 08:00:00,13.609793158253954,True +2017/07/14 09:00:00,13.66699539790344,True +2017/07/14 10:00:00,13.81150286776347,True +2017/07/14 11:00:00,13.966418927649858,True +2017/07/14 12:00:00,13.851839368186399,True +2017/07/14 13:00:00,13.95621047243867,True +2017/07/14 14:00:00,13.991910765746736,True +2017/07/14 15:00:00,13.981583928949403,True +2017/07/14 16:00:00,14.03330899870787,True +2017/07/14 17:00:00,13.154680687413544,True +2017/07/14 18:00:00,12.683195177379067,True +2017/07/14 19:00:00,11.357453611155215,True +2017/07/14 20:00:00,12.615140549061495,True +2017/07/14 21:00:00,11.44677432315777,True +2017/07/14 22:00:00,12.27395764185509,True +2017/07/14 23:00:00,10.501367708379092,True +2017/07/15 00:00:00,10.772702505935147,True +2017/07/15 01:00:00,8.714667392852792,True +2017/07/15 02:00:00,9.700175384418559,True +2017/07/15 03:00:00,9.588882438374554,True +2017/07/15 04:00:00,10.188057993668147,True +2017/07/15 05:00:00,9.037020988286901,True +2017/07/15 06:00:00,9.510410876415829,True +2017/07/15 07:00:00,12.12892301427243,True +2017/07/15 08:00:00,12.660609864096248,True +2017/07/15 09:00:00,12.809736241573534,True +2017/07/15 10:00:00,12.877870916443117,True +2017/07/15 11:00:00,12.957277630918837,True +2017/07/15 12:00:00,11.914080580025692,True +2017/07/15 13:00:00,11.322788273020553,True +2017/07/15 14:00:00,12.55696371138296,True +2017/07/15 15:00:00,11.451249015642654,True +2017/07/15 16:00:00,12.738895900450029,True +2017/07/15 17:00:00,11.12755327423761,True +2017/07/15 18:00:00,12.308514521986488,True +2017/07/15 19:00:00,10.55045432347883,True +2017/07/15 20:00:00,12.129126123285626,True +2017/07/15 21:00:00,10.857827798735082,True +2017/07/15 22:00:00,12.157584471160336,True +2017/07/15 23:00:00,10.402656483022815,True +2017/07/16 00:00:00,10.65139434969042,True +2017/07/16 01:00:00,9.095163125554183,True +2017/07/16 02:00:00,10.754654770038904,True +2017/07/16 03:00:00,9.310391358889788,True +2017/07/16 04:00:00,10.17887140656404,True +2017/07/16 05:00:00,10.201644987640616,True +2017/07/16 06:00:00,11.389559646397542,True +2017/07/16 07:00:00,10.187678721769428,True +2017/07/16 08:00:00,10.359598720753821,True +2017/07/16 09:00:00,12.142036517990645,True +2017/07/16 10:00:00,10.561850353053222,True +2017/07/16 11:00:00,12.285889486028278,True +2017/07/16 12:00:00,10.515250142173942,True +2017/07/16 13:00:00,12.241015684542862,True +2017/07/16 14:00:00,10.473407925123976,True +2017/07/16 15:00:00,12.184853017331648,True +2017/07/16 16:00:00,10.533163230612614,True +2017/07/16 17:00:00,12.280232327668335,True +2017/07/16 18:00:00,10.498826483700974,True +2017/07/16 19:00:00,12.143680612051787,True +2017/07/16 20:00:00,10.455363748175959,True +2017/07/16 21:00:00,12.23461910183769,True +2017/07/16 22:00:00,10.596951918180418,True +2017/07/16 23:00:00,11.139714111075023,True +2017/07/17 00:00:00,9.522463748333413,True +2017/07/17 01:00:00,10.52635747699559,True +2017/07/17 02:00:00,9.548071821432314,True +2017/07/17 03:00:00,10.103728843655173,True +2017/07/17 04:00:00,9.967354328186948,True +2017/07/17 05:00:00,9.492552298616454,True +2017/07/17 06:00:00,9.44714855764725,True +2017/07/17 07:00:00,12.882660439549749,True +2017/07/17 08:00:00,13.808042711491815,True +2017/07/17 09:00:00,13.900029680540085,True +2017/07/17 10:00:00,13.972495122792632,True +2017/07/17 11:00:00,14.078446733685318,True +2017/07/17 12:00:00,13.988312787501625,True +2017/07/17 13:00:00,14.080100801168273,True +2017/07/17 14:00:00,14.055179464320014,True +2017/07/17 15:00:00,13.938704272937425,True +2017/07/17 16:00:00,14.036709160499667,True +2017/07/17 17:00:00,13.209504890360588,True +2017/07/17 18:00:00,12.704513473411852,True +2017/07/17 19:00:00,11.425149037854617,True +2017/07/17 20:00:00,12.694696924769367,True +2017/07/17 21:00:00,11.45046356169924,True +2017/07/17 22:00:00,12.301745728181249,True +2017/07/17 23:00:00,10.508547632238127,True +2017/07/18 00:00:00,10.472400997762263,True +2017/07/18 01:00:00,9.527512743808513,True +2017/07/18 02:00:00,9.621638738670534,True +2017/07/18 03:00:00,8.703033215321275,True +2017/07/18 04:00:00,9.645292169927194,True +2017/07/18 05:00:00,9.502478989657607,True +2017/07/18 06:00:00,9.449163192852748,True +2017/07/18 07:00:00,12.632796588547608,True +2017/07/18 08:00:00,13.693708839350066,True +2017/07/18 09:00:00,13.898579492596793,True +2017/07/18 10:00:00,13.955413377820971,True +2017/07/18 11:00:00,14.053407521773197,True +2017/07/18 12:00:00,13.899191045744926,True +2017/07/18 13:00:00,14.028993144421314,True +2017/07/18 14:00:00,14.03559437620072,True +2017/07/18 15:00:00,13.990702119743926,True +2017/07/18 16:00:00,14.164688573166622,True +2017/07/18 17:00:00,13.320887083827683,True +2017/07/18 18:00:00,12.724366738355188,True +2017/07/18 19:00:00,11.384031191831442,True +2017/07/18 20:00:00,12.680154671920224,True +2017/07/18 21:00:00,11.455700340856563,True +2017/07/18 22:00:00,12.294699629650957,True +2017/07/18 23:00:00,10.52639423681732,True +2017/07/19 00:00:00,11.011869643388923,True +2017/07/19 01:00:00,9.09302350773607,True +2017/07/19 02:00:00,10.457763413917856,True +2017/07/19 03:00:00,9.398974965365522,True +2017/07/19 04:00:00,10.589861869122032,True +2017/07/19 05:00:00,9.496769715911125,True +2017/07/19 06:00:00,9.453803723203333,True +2017/07/19 07:00:00,12.79157219448316,True +2017/07/19 08:00:00,13.76928329300684,True +2017/07/19 09:00:00,13.872851233229307,True +2017/07/19 10:00:00,14.048440200610937,True +2017/07/19 11:00:00,14.165244201240096,True +2017/07/19 12:00:00,14.10952986170018,True +2017/07/19 13:00:00,14.199936040739642,True +2017/07/19 14:00:00,14.25747546562407,True +2017/07/19 15:00:00,14.232067509686097,True +2017/07/19 16:00:00,14.249780452339714,True +2017/07/19 17:00:00,13.404440684024982,True +2017/07/19 18:00:00,12.779106275880872,True +2017/07/19 19:00:00,11.428977764693428,True +2017/07/19 20:00:00,12.797612232750234,True +2017/07/19 21:00:00,11.492862015804771,True +2017/07/19 22:00:00,12.540243653926513,True +2017/07/19 23:00:00,10.637043276050072,True +2017/07/20 00:00:00,11.004218961128958,True +2017/07/20 01:00:00,8.982217510296392,True +2017/07/20 02:00:00,10.697845625142723,True +2017/07/20 03:00:00,9.233554186389734,True +2017/07/20 04:00:00,11.443764370355977,True +2017/07/20 05:00:00,10.798322871838039,True +2017/07/20 06:00:00,11.876279100334333,True +2017/07/20 07:00:00,12.868268726839453,True +2017/07/20 08:00:00,13.81420605410379,True +2017/07/20 09:00:00,13.932489498781829,True +2017/07/20 10:00:00,14.067236959536752,True +2017/07/20 11:00:00,14.257668063892133,True +2017/07/20 12:00:00,14.14073005809669,True +2017/07/20 13:00:00,14.260075833733005,True +2017/07/20 14:00:00,14.300472645130045,True +2017/07/20 15:00:00,14.187179008242035,True +2017/07/20 16:00:00,14.270567332923653,True +2017/07/20 17:00:00,13.342659214031674,True +2017/07/20 18:00:00,12.758995853624478,True +2017/07/20 19:00:00,11.424251758283848,True +2017/07/20 20:00:00,12.798019327853932,True +2017/07/20 21:00:00,11.505611825050314,True +2017/07/20 22:00:00,12.481564992619669,True +2017/07/20 23:00:00,11.18517449862697,True +2017/07/21 00:00:00,11.117943776204543,True +2017/07/21 01:00:00,9.285651820298021,True +2017/07/21 02:00:00,10.974546110930786,True +2017/07/21 03:00:00,9.281890366863816,True +2017/07/21 04:00:00,11.584433798080191,True +2017/07/21 05:00:00,10.586403472710638,True +2017/07/21 06:00:00,11.926594028856112,True +2017/07/21 07:00:00,12.875485004060799,True +2017/07/21 08:00:00,13.888840229639854,True +2017/07/21 09:00:00,13.99663075487261,True +2017/07/21 10:00:00,14.124276272269196,True +2017/07/21 11:00:00,14.219527261002334,True +2017/07/21 12:00:00,14.096797064059814,True +2017/07/21 13:00:00,14.193074704719509,True +2017/07/21 14:00:00,14.161907873342258,True +2017/07/21 15:00:00,14.133609030240981,True +2017/07/21 16:00:00,14.134460210142509,True +2017/07/21 17:00:00,13.39340149337256,True +2017/07/21 18:00:00,12.759236841479565,True +2017/07/21 19:00:00,11.41468465528349,True +2017/07/21 20:00:00,12.789751234199096,True +2017/07/21 21:00:00,11.478418952346017,True +2017/07/21 22:00:00,12.357496149779966,True +2017/07/21 23:00:00,10.639930511253162,True +2017/07/22 00:00:00,11.153156510398517,True +2017/07/22 01:00:00,9.068366799533084,True +2017/07/22 02:00:00,10.393235157590047,True +2017/07/22 03:00:00,9.313084273719346,True +2017/07/22 04:00:00,10.361007228261911,True +2017/07/22 05:00:00,9.034329522273461,True +2017/07/22 06:00:00,9.508299744706898,True +2017/07/22 07:00:00,12.201106402876752,True +2017/07/22 08:00:00,12.703038202124349,True +2017/07/22 09:00:00,12.678511406350218,True +2017/07/22 10:00:00,12.8933281835083,True +2017/07/22 11:00:00,12.94362747072148,True +2017/07/22 12:00:00,11.63621583012076,True +2017/07/22 13:00:00,11.088975233235349,True +2017/07/22 14:00:00,12.282262337306301,True +2017/07/22 15:00:00,11.348686380357869,True +2017/07/22 16:00:00,12.22876970241763,True +2017/07/22 17:00:00,10.63551232979725,True +2017/07/22 18:00:00,11.577187779584076,True +2017/07/22 19:00:00,11.492728509387213,True +2017/07/22 20:00:00,11.033167288527466,True +2017/07/22 21:00:00,11.67179723534611,True +2017/07/22 22:00:00,10.931063972297435,True +2017/07/22 23:00:00,10.235122477269524,True +2017/07/23 00:00:00,9.772105238768805,True +2017/07/23 01:00:00,8.751265765320808,True +2017/07/23 02:00:00,9.038384694254914,True +2017/07/23 03:00:00,8.399650369002263,True +2017/07/23 04:00:00,10.138634236818058,True +2017/07/23 05:00:00,9.784212119587114,True +2017/07/23 06:00:00,9.626361965709902,True +2017/07/23 07:00:00,10.067310898181216,True +2017/07/23 08:00:00,10.275616616563765,True +2017/07/23 09:00:00,11.614477570841416,True +2017/07/23 10:00:00,10.706625104109072,True +2017/07/23 11:00:00,11.994261204392298,True +2017/07/23 12:00:00,11.265818792985568,True +2017/07/23 13:00:00,11.977413039613962,True +2017/07/23 14:00:00,11.169346610995811,True +2017/07/23 15:00:00,11.997959733692305,True +2017/07/23 16:00:00,11.255834727897032,True +2017/07/23 17:00:00,11.99955384133797,True +2017/07/23 18:00:00,11.056512051302219,True +2017/07/23 19:00:00,11.659446189190776,True +2017/07/23 20:00:00,10.437110242312503,True +2017/07/23 21:00:00,11.214495768116993,True +2017/07/23 22:00:00,11.104489090037077,True +2017/07/23 23:00:00,10.187698476226503,True +2017/07/24 00:00:00,9.558169344496735,True +2017/07/24 01:00:00,8.45917137622197,True +2017/07/24 02:00:00,8.44555418988378,True +2017/07/24 03:00:00,8.900807414845984,True +2017/07/24 04:00:00,8.877033810978299,True +2017/07/24 05:00:00,9.507954523797032,True +2017/07/24 06:00:00,9.463341303960503,True +2017/07/24 07:00:00,12.502967942489258,True +2017/07/24 08:00:00,13.604843877344068,True +2017/07/24 09:00:00,13.669967085489901,True +2017/07/24 10:00:00,13.819102098521954,True +2017/07/24 11:00:00,13.954197442472877,True +2017/07/24 12:00:00,13.850014347464343,True +2017/07/24 13:00:00,13.933650072819958,True +2017/07/24 14:00:00,13.930570435714325,True +2017/07/24 15:00:00,13.871434867064556,True +2017/07/24 16:00:00,14.017593104417012,True +2017/07/24 17:00:00,13.163440896255809,True +2017/07/24 18:00:00,12.609386455376042,True +2017/07/24 19:00:00,11.346887694262279,True +2017/07/24 20:00:00,12.540622904318704,True +2017/07/24 21:00:00,11.418333835541747,True +2017/07/24 22:00:00,12.215103628112164,True +2017/07/24 23:00:00,10.430387003598485,True +2017/07/25 00:00:00,10.00845614143798,True +2017/07/25 01:00:00,8.606061084141572,True +2017/07/25 02:00:00,9.148632712942899,True +2017/07/25 03:00:00,8.902735386290932,True +2017/07/25 04:00:00,9.210366986331044,True +2017/07/25 05:00:00,9.508714842337616,True +2017/07/25 06:00:00,9.459624253874011,True +2017/07/25 07:00:00,12.211902285840484,True +2017/07/25 08:00:00,13.602182279518594,True +2017/07/25 09:00:00,13.659444485852006,True +2017/07/25 10:00:00,13.790703530363563,True +2017/07/25 11:00:00,13.91233909175375,True +2017/07/25 12:00:00,13.795691171412102,True +2017/07/25 13:00:00,13.900772023180588,True +2017/07/25 14:00:00,13.895287846348884,True +2017/07/25 15:00:00,13.890199463137362,True +2017/07/25 16:00:00,13.98564669888655,True +2017/07/25 17:00:00,13.14203541961859,True +2017/07/25 18:00:00,12.64533282796574,True +2017/07/25 19:00:00,11.371296089967169,True +2017/07/25 20:00:00,12.624303544634069,True +2017/07/25 21:00:00,11.44784168189053,True +2017/07/25 22:00:00,12.27643284740069,True +2017/07/25 23:00:00,10.498344043117124,True +2017/07/26 00:00:00,10.561309904608201,True +2017/07/26 01:00:00,8.861955845378624,True +2017/07/26 02:00:00,10.124411453352538,True +2017/07/26 03:00:00,8.918387030487914,True +2017/07/26 04:00:00,10.042669144889677,True +2017/07/26 05:00:00,9.503986322041204,True +2017/07/26 06:00:00,9.458905948138737,True +2017/07/26 07:00:00,12.584887061910981,True +2017/07/26 08:00:00,13.636255304169596,True +2017/07/26 09:00:00,13.73953009319144,True +2017/07/26 10:00:00,13.923778555337318,True +2017/07/26 11:00:00,14.090570438856378,True +2017/07/26 12:00:00,13.969259261001001,True +2017/07/26 13:00:00,14.026162698659157,True +2017/07/26 14:00:00,14.023868467771491,True +2017/07/26 15:00:00,14.026665748500276,True +2017/07/26 16:00:00,14.158203536144473,True +2017/07/26 17:00:00,13.255984355704104,True +2017/07/26 18:00:00,12.610618800599871,True +2017/07/26 19:00:00,11.383810393506751,True +2017/07/26 20:00:00,12.590708745230371,True +2017/07/26 21:00:00,11.446565710718358,True +2017/07/26 22:00:00,12.27817664283516,True +2017/07/26 23:00:00,10.561394865113682,True +2017/07/27 00:00:00,10.771927277619339,True +2017/07/27 01:00:00,9.998224074910581,True +2017/07/27 02:00:00,10.127785120775664,True +2017/07/27 03:00:00,10.024781276573073,True +2017/07/27 04:00:00,10.562341436792886,True +2017/07/27 05:00:00,9.498888099411635,True +2017/07/27 06:00:00,9.450760047335615,True +2017/07/27 07:00:00,12.746421712114747,True +2017/07/27 08:00:00,13.745173552359244,True +2017/07/27 09:00:00,13.832361345292458,True +2017/07/27 10:00:00,13.935049743706957,True +2017/07/27 11:00:00,14.100207552596846,True +2017/07/27 12:00:00,14.062060138026643,True +2017/07/27 13:00:00,14.15291101245307,True +2017/07/27 14:00:00,14.045020528855488,True +2017/07/27 15:00:00,13.973820846113968,True +2017/07/27 16:00:00,14.09641763876699,True +2017/07/27 17:00:00,13.331597860534194,True +2017/07/27 18:00:00,12.743011416038685,True +2017/07/27 19:00:00,11.383694866502992,True +2017/07/27 20:00:00,12.63219721548229,True +2017/07/27 21:00:00,11.45199491507222,True +2017/07/27 22:00:00,12.289129318640882,True +2017/07/27 23:00:00,10.519413659779875,True +2017/07/28 00:00:00,10.451351935496296,True +2017/07/28 01:00:00,9.253735984107102,True +2017/07/28 02:00:00,9.946695762433597,True +2017/07/28 03:00:00,8.966123370829022,True +2017/07/28 04:00:00,10.711851270602592,True +2017/07/28 05:00:00,9.499522534819583,True +2017/07/28 06:00:00,9.45388887005511,True +2017/07/28 07:00:00,12.702907600977754,True +2017/07/28 08:00:00,13.688519983535123,True +2017/07/28 09:00:00,13.710041719329473,True +2017/07/28 10:00:00,13.8402453750917,True +2017/07/28 11:00:00,13.946355913248466,True +2017/07/28 12:00:00,13.837258064806656,True +2017/07/28 13:00:00,13.920577533592507,True +2017/07/28 14:00:00,13.94785305216045,True +2017/07/28 15:00:00,13.931528474588807,True +2017/07/28 16:00:00,14.025962900445451,True +2017/07/28 17:00:00,13.213623523327144,True +2017/07/28 18:00:00,12.590810328259604,True +2017/07/28 19:00:00,11.398576382952074,True +2017/07/28 20:00:00,12.537062827548908,True +2017/07/28 21:00:00,11.45777323227595,True +2017/07/28 22:00:00,12.079045663552463,True +2017/07/28 23:00:00,11.275808085396108,True +2017/07/29 00:00:00,10.664724864710807,True +2017/07/29 01:00:00,9.065679790140928,True +2017/07/29 02:00:00,9.768970832436812,True +2017/07/29 03:00:00,9.62129686831332,True +2017/07/29 04:00:00,10.351532299450751,True +2017/07/29 05:00:00,9.035041021670052,True +2017/07/29 06:00:00,9.50942089854646,True +2017/07/29 07:00:00,11.991087855724842,True +2017/07/29 08:00:00,12.687909927522075,True +2017/07/29 09:00:00,12.775703363960748,True +2017/07/29 10:00:00,12.83865554465437,True +2017/07/29 11:00:00,13.101804134757407,True +2017/07/29 12:00:00,12.267179942340155,True +2017/07/29 13:00:00,10.931295879190644,True +2017/07/29 14:00:00,12.476146029451764,True +2017/07/29 15:00:00,10.89600099354646,True +2017/07/29 16:00:00,12.498684699681169,True +2017/07/29 17:00:00,10.548913118898412,True +2017/07/29 18:00:00,12.28688066462808,True +2017/07/29 19:00:00,10.514232259783576,True +2017/07/29 20:00:00,12.062477008888335,True +2017/07/29 21:00:00,10.835036613165961,True +2017/07/29 22:00:00,11.339021110140765,True +2017/07/29 23:00:00,10.857162575238494,True +2017/07/30 00:00:00,10.16302940666837,True +2017/07/30 01:00:00,8.685316486888004,True +2017/07/30 02:00:00,9.094321639926342,True +2017/07/30 03:00:00,9.015539777279558,True +2017/07/30 04:00:00,10.20575582845111,True +2017/07/30 05:00:00,10.037079922431266,True +2017/07/30 06:00:00,9.900940682248542,True +2017/07/30 07:00:00,10.04753025101919,True +2017/07/30 08:00:00,10.273862967767153,True +2017/07/30 09:00:00,11.956178675600539,True +2017/07/30 10:00:00,10.50322657135477,True +2017/07/30 11:00:00,12.109034280876651,True +2017/07/30 12:00:00,10.51349705638147,True +2017/07/30 13:00:00,12.097804924323656,True +2017/07/30 14:00:00,10.45054766299257,True +2017/07/30 15:00:00,12.120855583433874,True +2017/07/30 16:00:00,10.481994695147183,True +2017/07/30 17:00:00,12.117197473694672,True +2017/07/30 18:00:00,10.494372129591442,True +2017/07/30 19:00:00,12.046619798266589,True +2017/07/30 20:00:00,10.459038796662435,True +2017/07/30 21:00:00,11.318869788557238,True +2017/07/30 22:00:00,10.527418206308923,True +2017/07/30 23:00:00,11.487742687057654,True +2017/07/31 00:00:00,9.191815620528416,True +2017/07/31 01:00:00,9.43599717956614,True +2017/07/31 02:00:00,9.056448781057673,True +2017/07/31 03:00:00,9.46574917095967,True +2017/07/31 04:00:00,9.158138225754705,True +2017/07/31 05:00:00,9.504954133829566,True +2017/07/31 06:00:00,9.45167881040297,True +2017/07/31 07:00:00,12.565316156893823,True +2017/07/31 08:00:00,13.635996391734219,True +2017/07/31 09:00:00,13.724016378435538,True +2017/07/31 10:00:00,13.852982779909844,True +2017/07/31 11:00:00,13.954921361611714,True +2017/07/31 12:00:00,13.82685676033275,True +2017/07/31 13:00:00,13.92647596251126,True +2017/07/31 14:00:00,13.929500605696898,True +2017/07/31 15:00:00,13.938048243617052,True +2017/07/31 16:00:00,14.065635750330516,True +2017/07/31 17:00:00,13.272505653431624,True +2017/07/31 18:00:00,12.730470032865048,True +2017/07/31 19:00:00,11.39600547583495,True +2017/07/31 20:00:00,12.697610876913291,True +2017/07/31 21:00:00,11.459496197648162,True +2017/07/31 22:00:00,12.277492067310568,True +2017/07/31 23:00:00,10.482451050848374,True +2017/08/01 00:00:00,10.767945910050496,True +2017/08/01 01:00:00,8.975954034928355,True +2017/08/01 02:00:00,9.529726929032133,True +2017/08/01 03:00:00,8.385028155368309,True +2017/08/01 04:00:00,9.50771162071786,True +2017/08/01 05:00:00,9.667579088903786,True +2017/08/01 06:00:00,9.601618750332795,True +2017/08/01 07:00:00,12.063771857957631,True +2017/08/01 08:00:00,13.526477541222036,True +2017/08/01 09:00:00,13.66943799432733,True +2017/08/01 10:00:00,13.778807319441642,True +2017/08/01 11:00:00,13.871874839684086,True +2017/08/01 12:00:00,13.756536481982257,True +2017/08/01 13:00:00,13.846343587607194,True +2017/08/01 14:00:00,13.809007694422299,True +2017/08/01 15:00:00,13.798323168694981,True +2017/08/01 16:00:00,13.90889583132265,True +2017/08/01 17:00:00,13.065092876704805,True +2017/08/01 18:00:00,12.564015033349103,True +2017/08/01 19:00:00,11.374628747487339,True +2017/08/01 20:00:00,12.49624763604135,True +2017/08/01 21:00:00,11.352691377349416,True +2017/08/01 22:00:00,11.97022037653257,True +2017/08/01 23:00:00,10.140820967389129,True +2017/08/02 00:00:00,9.926130527378824,True +2017/08/02 01:00:00,8.147606568800779,True +2017/08/02 02:00:00,8.793283846703371,True +2017/08/02 03:00:00,8.335514860047697,True +2017/08/02 04:00:00,9.282413416054634,True +2017/08/02 05:00:00,9.669600950984284,True +2017/08/02 06:00:00,9.591051357617559,True +2017/08/02 07:00:00,12.09392001967915,True +2017/08/02 08:00:00,13.544825589260638,True +2017/08/02 09:00:00,13.667844028263954,True +2017/08/02 10:00:00,13.761404158219584,True +2017/08/02 11:00:00,13.853327964210436,True +2017/08/02 12:00:00,13.742544379229424,True +2017/08/02 13:00:00,13.85191618590832,True +2017/08/02 14:00:00,13.816742320585242,True +2017/08/02 15:00:00,13.800716213603998,True +2017/08/02 16:00:00,13.929134479125093,True +2017/08/02 17:00:00,13.087120558982255,True +2017/08/02 18:00:00,12.590029731935585,True +2017/08/02 19:00:00,11.372439960039882,True +2017/08/02 20:00:00,12.511271788139757,True +2017/08/02 21:00:00,11.364248755792666,True +2017/08/02 22:00:00,11.982462502822347,True +2017/08/02 23:00:00,9.896837253678383,True +2017/08/03 00:00:00,9.40025880061882,True +2017/08/03 01:00:00,8.268902103019512,True +2017/08/03 02:00:00,8.832888578729934,True +2017/08/03 03:00:00,8.50048286817696,True +2017/08/03 04:00:00,9.498311663852299,True +2017/08/03 05:00:00,9.667967677816447,True +2017/08/03 06:00:00,9.597104000885132,True +2017/08/03 07:00:00,11.905311636886795,True +2017/08/03 08:00:00,13.48960836685423,True +2017/08/03 09:00:00,13.683860978760048,True +2017/08/03 10:00:00,13.782838715039363,True +2017/08/03 11:00:00,13.92417554351641,True +2017/08/03 12:00:00,13.817139548610461,True +2017/08/03 13:00:00,13.923924279429713,True +2017/08/03 14:00:00,13.921818927984196,True +2017/08/03 15:00:00,13.891968649136231,True +2017/08/03 16:00:00,13.972249567294009,True +2017/08/03 17:00:00,13.131836418084621,True +2017/08/03 18:00:00,12.628011174317287,True +2017/08/03 19:00:00,11.37468155197948,True +2017/08/03 20:00:00,12.608281280896016,True +2017/08/03 21:00:00,11.43684326874979,True +2017/08/03 22:00:00,11.99971036700395,True +2017/08/03 23:00:00,10.087875846227368,True +2017/08/04 00:00:00,9.99390332226616,True +2017/08/04 01:00:00,8.2784808399874,True +2017/08/04 02:00:00,8.827711165713998,True +2017/08/04 03:00:00,8.368360924723746,True +2017/08/04 04:00:00,9.432540152038202,True +2017/08/04 05:00:00,9.669830578230751,True +2017/08/04 06:00:00,9.592118521125496,True +2017/08/04 07:00:00,12.0203436952072,True +2017/08/04 08:00:00,13.611201568657407,True +2017/08/04 09:00:00,13.698328809978236,True +2017/08/04 10:00:00,13.818560214708043,True +2017/08/04 11:00:00,13.941694240942898,True +2017/08/04 12:00:00,13.861008041377367,True +2017/08/04 13:00:00,13.94567139120638,True +2017/08/04 14:00:00,13.939919085099254,True +2017/08/04 15:00:00,13.908785107750186,True +2017/08/04 16:00:00,14.021361023121496,True +2017/08/04 17:00:00,13.190391394999962,True +2017/08/04 18:00:00,12.665131039774856,True +2017/08/04 19:00:00,11.393470808336302,True +2017/08/04 20:00:00,12.792564284276622,True +2017/08/04 21:00:00,11.454767941093978,True +2017/08/04 22:00:00,12.191026771132215,True +2017/08/04 23:00:00,10.408101608187456,True +2017/08/05 00:00:00,9.982473124389175,True +2017/08/05 01:00:00,8.644048354618539,True +2017/08/05 02:00:00,9.30822699041492,True +2017/08/05 03:00:00,8.939649370673607,True +2017/08/05 04:00:00,9.56575339737125,True +2017/08/05 05:00:00,9.212394535863682,True +2017/08/05 06:00:00,9.643187407137573,True +2017/08/05 07:00:00,11.323795966694785,True +2017/08/05 08:00:00,12.550174123033315,True +2017/08/05 09:00:00,12.718006113250622,True +2017/08/05 10:00:00,12.784440502130971,True +2017/08/05 11:00:00,12.842808730158897,True +2017/08/05 12:00:00,12.287699697796109,True +2017/08/05 13:00:00,10.929795852736124,True +2017/08/05 14:00:00,12.422882804583093,True +2017/08/05 15:00:00,10.877649160832357,True +2017/08/05 16:00:00,12.486644878013207,True +2017/08/05 17:00:00,10.571934742880567,True +2017/08/05 18:00:00,12.161399736203142,True +2017/08/05 19:00:00,10.514770656107002,True +2017/08/05 20:00:00,12.226596364732563,True +2017/08/05 21:00:00,10.818941949079921,True +2017/08/05 22:00:00,11.829642609031804,True +2017/08/05 23:00:00,10.3096705116755,True +2017/08/06 00:00:00,10.010090198859649,True +2017/08/06 01:00:00,9.043878661242903,True +2017/08/06 02:00:00,9.281635467306018,True +2017/08/06 03:00:00,8.703116920951507,True +2017/08/06 04:00:00,10.1239380191998,True +2017/08/06 05:00:00,9.955207454122293,True +2017/08/06 06:00:00,10.072819865902359,True +2017/08/06 07:00:00,9.932733158916864,True +2017/08/06 08:00:00,10.27328195043042,True +2017/08/06 09:00:00,11.921427215122236,True +2017/08/06 10:00:00,10.53945041195551,True +2017/08/06 11:00:00,12.139873010583214,True +2017/08/06 12:00:00,10.524412003465455,True +2017/08/06 13:00:00,12.095099158412648,True +2017/08/06 14:00:00,10.46493371058928,True +2017/08/06 15:00:00,12.066493456892939,True +2017/08/06 16:00:00,10.500989373657069,True +2017/08/06 17:00:00,12.178348009475668,True +2017/08/06 18:00:00,10.522762107214215,True +2017/08/06 19:00:00,12.090624991918498,True +2017/08/06 20:00:00,10.859410313451418,True +2017/08/06 21:00:00,12.2290802737537,True +2017/08/06 22:00:00,10.573402204760265,True +2017/08/06 23:00:00,11.18620321821468,True +2017/08/07 00:00:00,9.642435205576279,True +2017/08/07 01:00:00,9.700459052463486,True +2017/08/07 02:00:00,10.741249192216257,True +2017/08/07 03:00:00,9.945159001530945,True +2017/08/07 04:00:00,9.500221776610411,True +2017/08/07 05:00:00,9.658962776819157,True +2017/08/07 06:00:00,9.590577236935879,True +2017/08/07 07:00:00,12.677801506660598,True +2017/08/07 08:00:00,13.721189408350595,True +2017/08/07 09:00:00,13.757004872579653,True +2017/08/07 10:00:00,13.878429720237687,True +2017/08/07 11:00:00,13.967241669872935,True +2017/08/07 12:00:00,13.898115819085286,True +2017/08/07 13:00:00,13.930122406849767,True +2017/08/07 14:00:00,13.909874656087299,True +2017/08/07 15:00:00,13.936702252965654,True +2017/08/07 16:00:00,14.058591374731323,True +2017/08/07 17:00:00,13.22089003295802,True +2017/08/07 18:00:00,12.597259825057638,True +2017/08/07 19:00:00,11.428963590297856,True +2017/08/07 20:00:00,12.797098291242957,True +2017/08/07 21:00:00,11.500459862853942,True +2017/08/07 22:00:00,12.314482075799217,True +2017/08/07 23:00:00,10.588436791713978,True +2017/08/08 00:00:00,10.684886213182148,True +2017/08/08 01:00:00,9.284820621823458,True +2017/08/08 02:00:00,10.082819118277929,True +2017/08/08 03:00:00,9.59326696632106,True +2017/08/08 04:00:00,10.506448931798255,True +2017/08/08 05:00:00,9.65580006717114,True +2017/08/08 06:00:00,9.591771740866191,True +2017/08/08 07:00:00,12.688207060141773,True +2017/08/08 08:00:00,13.65945478077915,True +2017/08/08 09:00:00,13.72433575440941,True +2017/08/08 10:00:00,13.87026736799039,True +2017/08/08 11:00:00,14.022257624189374,True +2017/08/08 12:00:00,13.871550959053334,True +2017/08/08 13:00:00,13.947632713967883,True +2017/08/08 14:00:00,13.928179553177852,True +2017/08/08 15:00:00,13.9189228173159,True +2017/08/08 16:00:00,14.024622897296398,True +2017/08/08 17:00:00,13.204607264455147,True +2017/08/08 18:00:00,12.669610413217065,True +2017/08/08 19:00:00,11.38865619975519,True +2017/08/08 20:00:00,12.820321516485814,True +2017/08/08 21:00:00,11.46565049364386,True +2017/08/08 22:00:00,12.223738579011984,True +2017/08/08 23:00:00,10.49053463089964,True +2017/08/09 00:00:00,10.415327471386943,True +2017/08/09 01:00:00,8.882188372564046,True +2017/08/09 02:00:00,9.56542829260365,True +2017/08/09 03:00:00,8.813235681496527,True +2017/08/09 04:00:00,9.920502675534651,True +2017/08/09 05:00:00,9.667572623688095,True +2017/08/09 06:00:00,9.597907473509583,True +2017/08/09 07:00:00,12.451686093344613,True +2017/08/09 08:00:00,13.65428210486721,True +2017/08/09 09:00:00,13.74023486435184,True +2017/08/09 10:00:00,13.931353797281957,True +2017/08/09 11:00:00,14.079279977125973,True +2017/08/09 12:00:00,13.95331864299689,True +2017/08/09 13:00:00,14.04282839135372,True +2017/08/09 14:00:00,14.025545791383133,True +2017/08/09 15:00:00,13.997866047057157,True +2017/08/09 16:00:00,14.093414313035183,True +2017/08/09 17:00:00,13.222575309709935,True +2017/08/09 18:00:00,12.689837038710092,True +2017/08/09 19:00:00,11.396459987926434,True +2017/08/09 20:00:00,12.815281493554956,True +2017/08/09 21:00:00,11.46659143087961,True +2017/08/09 22:00:00,12.225060567044663,True +2017/08/09 23:00:00,10.419429140950642,True +2017/08/10 00:00:00,10.28539464976696,True +2017/08/10 01:00:00,8.959932882841281,True +2017/08/10 02:00:00,9.61783157735341,True +2017/08/10 03:00:00,8.778597920846389,True +2017/08/10 04:00:00,9.810628950757247,True +2017/08/10 05:00:00,9.664409378544425,True +2017/08/10 06:00:00,9.596647326775388,True +2017/08/10 07:00:00,12.597507721760241,True +2017/08/10 08:00:00,13.66273964058602,True +2017/08/10 09:00:00,13.825048331659707,True +2017/08/10 10:00:00,14.01220162328004,True +2017/08/10 11:00:00,14.164467241691636,True +2017/08/10 12:00:00,14.136513207449221,True +2017/08/10 13:00:00,14.073558796367728,True +2017/08/10 14:00:00,14.106068233141155,True +2017/08/10 15:00:00,14.068242710829107,True +2017/08/10 16:00:00,14.124538920616818,True +2017/08/10 17:00:00,13.29153100992241,True +2017/08/10 18:00:00,12.753859666885448,True +2017/08/10 19:00:00,11.414224776507883,True +2017/08/10 20:00:00,12.82515881071339,True +2017/08/10 21:00:00,11.487785113214297,True +2017/08/10 22:00:00,12.337260640366948,True +2017/08/10 23:00:00,10.721292563227395,True +2017/08/11 00:00:00,11.58494357582807,True +2017/08/11 01:00:00,9.799664759107278,True +2017/08/11 02:00:00,10.51504260838275,True +2017/08/11 03:00:00,9.198718694611317,True +2017/08/11 04:00:00,10.367680120146247,True +2017/08/11 05:00:00,9.664940760827255,True +2017/08/11 06:00:00,9.596477441082378,True +2017/08/11 07:00:00,12.508724845112559,True +2017/08/11 08:00:00,13.617424728289413,True +2017/08/11 09:00:00,13.688625456484743,True +2017/08/11 10:00:00,13.788489899950994,True +2017/08/11 11:00:00,13.922371445751628,True +2017/08/11 12:00:00,13.8077296699409,True +2017/08/11 13:00:00,13.894254114932682,True +2017/08/11 14:00:00,13.897562453155885,True +2017/08/11 15:00:00,13.892117449787152,True +2017/08/11 16:00:00,13.96472755934067,True +2017/08/11 17:00:00,13.103914379037265,True +2017/08/11 18:00:00,12.600619543991382,True +2017/08/11 19:00:00,11.368671502212978,True +2017/08/11 20:00:00,12.695449233897873,True +2017/08/11 21:00:00,11.405804530718651,True +2017/08/11 22:00:00,11.743015705926013,True +2017/08/11 23:00:00,10.080472771524352,True +2017/08/12 00:00:00,9.568217402795295,True +2017/08/12 01:00:00,8.194371923225646,True +2017/08/12 02:00:00,8.993652854893496,True +2017/08/12 03:00:00,8.362308406584859,True +2017/08/12 04:00:00,9.152539309233058,True +2017/08/12 05:00:00,9.214713683462035,True +2017/08/12 06:00:00,9.646347124780538,True +2017/08/12 07:00:00,10.876101747595563,True +2017/08/12 08:00:00,12.219272469018795,True +2017/08/12 09:00:00,12.575546114126722,True +2017/08/12 10:00:00,12.752962048808797,True +2017/08/12 11:00:00,12.796053177120394,True +2017/08/12 12:00:00,12.078340841929169,True +2017/08/12 13:00:00,10.919097488418949,True +2017/08/12 14:00:00,12.289415555629592,True +2017/08/12 15:00:00,10.880311201393223,True +2017/08/12 16:00:00,12.36066899601538,True +2017/08/12 17:00:00,10.558751297190437,True +2017/08/12 18:00:00,12.127704859299536,True +2017/08/12 19:00:00,10.470103328205964,True +2017/08/12 20:00:00,12.002497059640332,True +2017/08/12 21:00:00,10.625192299980439,True +2017/08/12 22:00:00,10.74991238719321,True +2017/08/12 23:00:00,9.69496192386853,True +2017/08/13 00:00:00,9.399814127600514,True +2017/08/13 01:00:00,8.384195062998378,True +2017/08/13 02:00:00,8.319681127441871,True +2017/08/13 03:00:00,8.356018287945052,True +2017/08/13 04:00:00,9.351859375102896,True +2017/08/13 05:00:00,10.00932969124569,True +2017/08/13 06:00:00,9.657300137874048,True +2017/08/13 07:00:00,9.761536687842627,True +2017/08/13 08:00:00,10.202766693685955,True +2017/08/13 09:00:00,11.40883475673647,True +2017/08/13 10:00:00,10.98757005520155,True +2017/08/13 11:00:00,11.809837504759278,True +2017/08/13 12:00:00,11.889577401868507,True +2017/08/13 13:00:00,12.047854515369888,True +2017/08/13 14:00:00,12.225720529379021,True +2017/08/13 15:00:00,12.161805457365531,True +2017/08/13 16:00:00,12.268248931796519,True +2017/08/13 17:00:00,12.136649732265937,True +2017/08/13 18:00:00,12.02720734725033,True +2017/08/13 19:00:00,11.938652601452635,True +2017/08/13 20:00:00,12.177673377860401,True +2017/08/13 21:00:00,12.155626909308081,True +2017/08/13 22:00:00,12.028252721023053,True +2017/08/13 23:00:00,11.096233369359446,True +2017/08/14 00:00:00,10.652176908577742,True +2017/08/14 01:00:00,10.993767620410189,True +2017/08/14 02:00:00,11.200046928139155,True +2017/08/14 03:00:00,10.732923222469948,True +2017/08/14 04:00:00,10.519586749199387,True +2017/08/14 05:00:00,9.650212236299126,True +2017/08/14 06:00:00,9.581662014878626,True +2017/08/14 07:00:00,13.031544100615324,True +2017/08/14 08:00:00,13.874890578796945,True +2017/08/14 09:00:00,13.909743887832422,True +2017/08/14 10:00:00,14.051424361952533,True +2017/08/14 11:00:00,14.094318378061297,True +2017/08/14 12:00:00,14.029779260027704,True +2017/08/14 13:00:00,14.024323923198802,True +2017/08/14 14:00:00,14.121412156660277,True +2017/08/14 15:00:00,14.096857221388614,True +2017/08/14 16:00:00,14.13761992090718,True +2017/08/14 17:00:00,13.38553441381668,True +2017/08/14 18:00:00,12.759191583598708,True +2017/08/14 19:00:00,11.44991890874678,True +2017/08/14 20:00:00,12.90331502539888,True +2017/08/14 21:00:00,11.5084803099132,True +2017/08/14 22:00:00,12.444163422443738,True +2017/08/14 23:00:00,11.062452451978746,True +2017/08/15 00:00:00,11.442516487399727,True +2017/08/15 01:00:00,9.78943827731835,True +2017/08/15 02:00:00,10.981509656926859,True +2017/08/15 03:00:00,9.687333346094578,True +2017/08/15 04:00:00,11.040820919864627,True +2017/08/15 05:00:00,9.652472252701198,True +2017/08/15 06:00:00,9.585244471367696,True +2017/08/15 07:00:00,12.890490167279944,True +2017/08/15 08:00:00,13.876639017441285,True +2017/08/15 09:00:00,13.991376081055492,True +2017/08/15 10:00:00,14.097472055455414,True +2017/08/15 11:00:00,14.173800077157109,True +2017/08/15 12:00:00,14.085198896732855,True +2017/08/15 13:00:00,14.22287132316206,True +2017/08/15 14:00:00,14.139177505639545,True +2017/08/15 15:00:00,14.02699664429851,True +2017/08/15 16:00:00,14.025289263492105,True +2017/08/15 17:00:00,13.128390987627517,True +2017/08/15 18:00:00,12.501204933741137,True +2017/08/15 19:00:00,11.38996628453305,True +2017/08/15 20:00:00,12.674340392546172,True +2017/08/15 21:00:00,11.468096318483253,True +2017/08/15 22:00:00,11.936444857651361,True +2017/08/15 23:00:00,10.782374752188021,True +2017/08/16 00:00:00,10.206756137971789,True +2017/08/16 01:00:00,8.939313267163172,True +2017/08/16 02:00:00,9.505605977716076,True +2017/08/16 03:00:00,9.302820255062642,True +2017/08/16 04:00:00,9.899211836881301,True +2017/08/16 05:00:00,9.665933574482313,True +2017/08/16 06:00:00,9.600112939073403,True +2017/08/16 07:00:00,12.333700021296151,True +2017/08/16 08:00:00,13.625038103667903,True +2017/08/16 09:00:00,13.688141643373237,True +2017/08/16 10:00:00,13.806409689106173,True +2017/08/16 11:00:00,13.914362655619662,True +2017/08/16 12:00:00,13.82053326781727,True +2017/08/16 13:00:00,13.910653747115976,True +2017/08/16 14:00:00,13.900080839801214,True +2017/08/16 15:00:00,13.891399515155225,True +2017/08/16 16:00:00,13.966507274585155,True +2017/08/16 17:00:00,13.120400812473557,True +2017/08/16 18:00:00,12.607768410565166,True +2017/08/16 19:00:00,11.393011858963554,True +2017/08/16 20:00:00,12.745696796879077,True +2017/08/16 21:00:00,11.433735154572991,True +2017/08/16 22:00:00,12.142679584040687,True +2017/08/16 23:00:00,10.283184804653201,True +2017/08/17 00:00:00,10.107141910633588,True +2017/08/17 01:00:00,9.327716884998788,True +2017/08/17 02:00:00,8.830475954809314,True +2017/08/17 03:00:00,8.617608802604348,True +2017/08/17 04:00:00,9.649188698155811,True +2017/08/17 05:00:00,9.66970461035327,True +2017/08/17 06:00:00,9.599325098960955,True +2017/08/17 07:00:00,11.946510621276433,True +2017/08/17 08:00:00,13.60086256387844,True +2017/08/17 09:00:00,13.69364028827277,True +2017/08/17 10:00:00,13.818245714132585,True +2017/08/17 11:00:00,13.964268582879658,True +2017/08/17 12:00:00,13.848963783893181,True +2017/08/17 13:00:00,13.94807034150458,True +2017/08/17 14:00:00,13.964256326737397,True +2017/08/17 15:00:00,13.945463042342856,True +2017/08/17 16:00:00,14.045341409716624,True +2017/08/17 17:00:00,13.169611206745572,True +2017/08/17 18:00:00,12.629719997031717,True +2017/08/17 19:00:00,11.379327513776234,True +2017/08/17 20:00:00,12.731680907237356,True +2017/08/17 21:00:00,11.445088599327278,True +2017/08/17 22:00:00,12.093564642273234,True +2017/08/17 23:00:00,10.307189545495497,True +2017/08/18 00:00:00,10.021995907964957,True +2017/08/18 01:00:00,8.918184999934386,True +2017/08/18 02:00:00,9.483646030064781,True +2017/08/18 03:00:00,9.27920185403953,True +2017/08/18 04:00:00,9.75214338859961,True +2017/08/18 05:00:00,9.667862332044983,True +2017/08/18 06:00:00,9.59898415071315,True +2017/08/18 07:00:00,12.448448327989919,True +2017/08/18 08:00:00,13.655769666104069,True +2017/08/18 09:00:00,13.735017974908052,True +2017/08/18 10:00:00,13.913943381842289,True +2017/08/18 11:00:00,14.064843541803482,True +2017/08/18 12:00:00,14.01132803564699,True +2017/08/18 13:00:00,14.106051227033802,True +2017/08/18 14:00:00,14.126344069698202,True +2017/08/18 15:00:00,14.109140877055177,True +2017/08/18 16:00:00,14.158262834444187,True +2017/08/18 17:00:00,13.368519605580985,True +2017/08/18 18:00:00,12.730045700364984,True +2017/08/18 19:00:00,11.418435199630723,True +2017/08/18 20:00:00,12.882180079710954,True +2017/08/18 21:00:00,11.471599382937935,True +2017/08/18 22:00:00,12.313946289924104,True +2017/08/18 23:00:00,10.570864708082226,True +2017/08/19 00:00:00,10.491725012789061,True +2017/08/19 01:00:00,9.62264837932172,True +2017/08/19 02:00:00,9.585045060445939,True +2017/08/19 03:00:00,9.104889838444683,True +2017/08/19 04:00:00,10.312390477322115,True +2017/08/19 05:00:00,9.208259829970222,True +2017/08/19 06:00:00,9.643029778629325,True +2017/08/19 07:00:00,11.739901112525082,True +2017/08/19 08:00:00,12.558933879385009,True +2017/08/19 09:00:00,12.684101286423074,True +2017/08/19 10:00:00,12.744068752108502,True +2017/08/19 11:00:00,12.79131051707487,True +2017/08/19 12:00:00,12.139513119547505,True +2017/08/19 13:00:00,10.917729305813513,True +2017/08/19 14:00:00,12.305341937267604,True +2017/08/19 15:00:00,10.857667096290948,True +2017/08/19 16:00:00,12.296861388472543,True +2017/08/19 17:00:00,10.555624018799346,True +2017/08/19 18:00:00,12.02581719077373,True +2017/08/19 19:00:00,10.47485844847593,True +2017/08/19 20:00:00,11.512345912831805,True +2017/08/19 21:00:00,10.724291397124462,True +2017/08/19 22:00:00,10.992877615588657,True +2017/08/19 23:00:00,10.624171223175669,True +2017/08/20 00:00:00,9.650481716122615,True +2017/08/20 01:00:00,8.510360120132763,True +2017/08/20 02:00:00,8.77672552105962,True +2017/08/20 03:00:00,8.289845150311523,True +2017/08/20 04:00:00,9.249867924006448,True +2017/08/20 05:00:00,9.34307755840907,True +2017/08/20 06:00:00,9.985515188425106,True +2017/08/20 07:00:00,9.55310473764193,True +2017/08/20 08:00:00,9.9918008966835,True +2017/08/20 09:00:00,11.095226884848033,True +2017/08/20 10:00:00,11.093163019069719,True +2017/08/20 11:00:00,11.62141349409604,True +2017/08/20 12:00:00,11.148209311778277,True +2017/08/20 13:00:00,11.613805790678803,True +2017/08/20 14:00:00,10.897178066920535,True +2017/08/20 15:00:00,11.094275985560627,True +2017/08/20 16:00:00,10.80935150922596,True +2017/08/20 17:00:00,11.720840743834977,True +2017/08/20 18:00:00,10.721475620384004,True +2017/08/20 19:00:00,10.869991949715823,True +2017/08/20 20:00:00,11.267513163933256,True +2017/08/20 21:00:00,10.674957960734236,True +2017/08/20 22:00:00,10.31808183368048,True +2017/08/20 23:00:00,10.444352621186097,True +2017/08/21 00:00:00,9.176761936199998,True +2017/08/21 01:00:00,8.606260766264079,True +2017/08/21 02:00:00,9.188609383817184,True +2017/08/21 03:00:00,9.058886270825388,True +2017/08/21 04:00:00,9.090860187300374,True +2017/08/21 05:00:00,9.671418094991445,True +2017/08/21 06:00:00,10.154737660476703,True +2017/08/21 07:00:00,12.08438210972646,True +2017/08/21 08:00:00,13.414321670888217,True +2017/08/21 09:00:00,13.581403008579683,True +2017/08/21 10:00:00,13.696435394123249,True +2017/08/21 11:00:00,13.777493162373828,True +2017/08/21 12:00:00,13.684624335986175,True +2017/08/21 13:00:00,13.743475816953376,True +2017/08/21 14:00:00,13.689450007655319,True +2017/08/21 15:00:00,13.693211206713812,True +2017/08/21 16:00:00,13.811936976656636,True +2017/08/21 17:00:00,13.033446361166778,True +2017/08/21 18:00:00,12.395758857187529,True +2017/08/21 19:00:00,11.33119811538237,True +2017/08/21 20:00:00,12.526659642571184,True +2017/08/21 21:00:00,11.341067442222661,True +2017/08/21 22:00:00,11.565385168672204,True +2017/08/21 23:00:00,10.361962473297474,True +2017/08/22 00:00:00,9.747360393028808,True +2017/08/22 01:00:00,8.15479608765416,True +2017/08/22 02:00:00,8.927026288460144,True +2017/08/22 03:00:00,8.469815104922843,True +2017/08/22 04:00:00,9.39750129513508,True +2017/08/22 05:00:00,9.671686485805761,True +2017/08/22 06:00:00,10.154863195947572,True +2017/08/22 07:00:00,12.010517061263362,True +2017/08/22 08:00:00,13.392763907917002,True +2017/08/22 09:00:00,13.572693839178243,True +2017/08/22 10:00:00,13.741804794837678,True +2017/08/22 11:00:00,13.83530919125074,True +2017/08/22 12:00:00,13.71607026387531,True +2017/08/22 13:00:00,13.777221684047113,True +2017/08/22 14:00:00,13.765622075650843,True +2017/08/22 15:00:00,13.759067652533936,True +2017/08/22 16:00:00,13.872967920768216,True +2017/08/22 17:00:00,13.04592485058389,True +2017/08/22 18:00:00,12.510474056695053,True +2017/08/22 19:00:00,11.346872574641953,True +2017/08/22 20:00:00,12.599791597653201,True +2017/08/22 21:00:00,11.36359937442496,True +2017/08/22 22:00:00,11.624128140796419,True +2017/08/22 23:00:00,9.81000947719593,True +2017/08/23 00:00:00,9.508198420073183,True +2017/08/23 01:00:00,8.340720231651087,True +2017/08/23 02:00:00,8.823255152164283,True +2017/08/23 03:00:00,8.214313351314413,True +2017/08/23 04:00:00,9.372744790248493,True +2017/08/23 05:00:00,9.66794898568255,True +2017/08/23 06:00:00,10.156500575276144,True +2017/08/23 07:00:00,11.931756929104573,True +2017/08/23 08:00:00,13.380954388242413,True +2017/08/23 09:00:00,13.596078325244685,True +2017/08/23 10:00:00,13.745675263498102,True +2017/08/23 11:00:00,13.829988627061475,True +2017/08/23 12:00:00,13.721082552884074,True +2017/08/23 13:00:00,13.784546703477245,True +2017/08/23 14:00:00,13.767544347553931,True +2017/08/23 15:00:00,13.724153963555787,True +2017/08/23 16:00:00,13.83479042512965,True +2017/08/23 17:00:00,13.039602798960152,True +2017/08/23 18:00:00,12.439542621767993,True +2017/08/23 19:00:00,11.379252207002125,True +2017/08/23 20:00:00,12.617680813922009,True +2017/08/23 21:00:00,11.36688038117467,True +2017/08/23 22:00:00,11.633605874789442,True +2017/08/23 23:00:00,10.133657303850272,True +2017/08/24 00:00:00,9.797142546556914,True +2017/08/24 01:00:00,8.84829198171155,True +2017/08/24 02:00:00,9.630547840629019,True +2017/08/24 03:00:00,8.782218812713058,True +2017/08/24 04:00:00,9.728687974256484,True +2017/08/24 05:00:00,9.66703678084755,True +2017/08/24 06:00:00,10.15079853931322,True +2017/08/24 07:00:00,12.125622893569211,True +2017/08/24 08:00:00,13.335038610641199,True +2017/08/24 09:00:00,13.520419686249298,True +2017/08/24 10:00:00,13.674433696556411,True +2017/08/24 11:00:00,13.837816341556124,True +2017/08/24 12:00:00,13.791480764299267,True +2017/08/24 13:00:00,13.911423597902601,True +2017/08/24 14:00:00,13.90154748580699,True +2017/08/24 15:00:00,13.864872587271053,True +2017/08/24 16:00:00,13.960613506215022,True +2017/08/24 17:00:00,13.11285765500407,True +2017/08/24 18:00:00,12.551631226714992,True +2017/08/24 19:00:00,11.379201688655984,True +2017/08/24 20:00:00,12.68488920281807,True +2017/08/24 21:00:00,11.479301103401538,True +2017/08/24 22:00:00,12.01860387533517,True +2017/08/24 23:00:00,11.17475748211273,True +2017/08/25 00:00:00,10.30297848614504,True +2017/08/25 01:00:00,9.296779297375778,True +2017/08/25 02:00:00,9.953430200760303,True +2017/08/25 03:00:00,9.130068896881028,True +2017/08/25 04:00:00,10.461239124255629,True +2017/08/25 05:00:00,9.70226498704863,True +2017/08/25 06:00:00,10.143953020224446,True +2017/08/25 07:00:00,12.66961869248535,True +2017/08/25 08:00:00,13.700130099806842,True +2017/08/25 09:00:00,13.749896446661227,True +2017/08/25 10:00:00,13.868375108405427,True +2017/08/25 11:00:00,13.965763273971687,True +2017/08/25 12:00:00,13.843695568108016,True +2017/08/25 13:00:00,13.964390826488337,True +2017/08/25 14:00:00,14.000291700494968,True +2017/08/25 15:00:00,13.949809938981097,True +2017/08/25 16:00:00,14.047585934395023,True +2017/08/25 17:00:00,13.191350874031516,True +2017/08/25 18:00:00,12.582895637464533,True +2017/08/25 19:00:00,11.422373121592429,True +2017/08/25 20:00:00,12.717683254571288,True +2017/08/25 21:00:00,11.49474731642743,True +2017/08/25 22:00:00,12.15264058939014,True +2017/08/25 23:00:00,10.571316297329808,True +2017/08/26 00:00:00,10.142002339756083,True +2017/08/26 01:00:00,9.044506942110576,True +2017/08/26 02:00:00,9.63419126294944,True +2017/08/26 03:00:00,9.576698232853989,True +2017/08/26 04:00:00,10.335692980041731,True +2017/08/26 05:00:00,9.209325473270617,True +2017/08/26 06:00:00,10.18280071368878,True +2017/08/26 07:00:00,11.58234537329787,True +2017/08/26 08:00:00,12.680277963626953,True +2017/08/26 09:00:00,12.837056785647421,True +2017/08/26 10:00:00,12.903141851118319,True +2017/08/26 11:00:00,12.995604369242582,True +2017/08/26 12:00:00,12.252363845351761,True +2017/08/26 13:00:00,10.96920591119513,True +2017/08/26 14:00:00,12.468701652269766,True +2017/08/26 15:00:00,10.929002316054204,True +2017/08/26 16:00:00,12.39732088128553,True +2017/08/26 17:00:00,10.611796057874198,True +2017/08/26 18:00:00,12.183071756485994,True +2017/08/26 19:00:00,10.551944756317685,True +2017/08/26 20:00:00,11.553262391106651,True +2017/08/26 21:00:00,11.416032477737733,True +2017/08/26 22:00:00,10.857270110661068,True +2017/08/26 23:00:00,10.721265992714391,True +2017/08/27 00:00:00,10.237093682479598,True +2017/08/27 01:00:00,8.951305108823359,True +2017/08/27 02:00:00,9.028668967102938,True +2017/08/27 03:00:00,8.692456205064227,True +2017/08/27 04:00:00,9.488976303333738,True +2017/08/27 05:00:00,9.91673919765175,True +2017/08/27 06:00:00,10.442302307161148,True +2017/08/27 07:00:00,9.933824923212372,True +2017/08/27 08:00:00,10.229857102934789,True +2017/08/27 09:00:00,11.56193946868281,True +2017/08/27 10:00:00,10.531175617119004,True +2017/08/27 11:00:00,12.012618040163892,True +2017/08/27 12:00:00,10.520404093075225,True +2017/08/27 13:00:00,12.073912260327232,True +2017/08/27 14:00:00,10.475825557889085,True +2017/08/27 15:00:00,12.049959093284617,True +2017/08/27 16:00:00,10.51292065106655,True +2017/08/27 17:00:00,12.128472868882383,True +2017/08/27 18:00:00,10.514277936196466,True +2017/08/27 19:00:00,11.41538929920899,True +2017/08/27 20:00:00,10.829996838039646,True +2017/08/27 21:00:00,10.81087444609224,True +2017/08/27 22:00:00,10.552345385808058,True +2017/08/27 23:00:00,10.827623353248521,True +2017/08/28 00:00:00,9.821006753200459,True +2017/08/28 01:00:00,9.383029284415326,True +2017/08/28 02:00:00,10.11959243163112,True +2017/08/28 03:00:00,9.80414089183936,True +2017/08/28 04:00:00,9.982557350000137,True +2017/08/28 05:00:00,9.658161465814038,True +2017/08/28 06:00:00,10.145741280950949,True +2017/08/28 07:00:00,12.62911186299674,True +2017/08/28 08:00:00,13.666749412173834,True +2017/08/28 09:00:00,13.7192422331731,True +2017/08/28 10:00:00,13.845224130447777,True +2017/08/28 11:00:00,13.970630387050685,True +2017/08/28 12:00:00,13.892342422431756,True +2017/08/28 13:00:00,13.993770920977388,True +2017/08/28 14:00:00,13.941281952003836,True +2017/08/28 15:00:00,13.97550390348088,True +2017/08/28 16:00:00,13.987381721139085,True +2017/08/28 17:00:00,13.14137765229531,True +2017/08/28 18:00:00,12.536355252205256,True +2017/08/28 19:00:00,11.426179665526842,True +2017/08/28 20:00:00,12.750640066772307,True +2017/08/28 21:00:00,11.50171401336796,True +2017/08/28 22:00:00,12.006485748424115,True +2017/08/28 23:00:00,11.201791697412398,True +2017/08/29 00:00:00,10.038292557202029,True +2017/08/29 01:00:00,8.789253597631985,True +2017/08/29 02:00:00,9.273355840101674,True +2017/08/29 03:00:00,9.25752739599781,True +2017/08/29 04:00:00,9.428226825442929,True +2017/08/29 05:00:00,9.6677024189877,True +2017/08/29 06:00:00,10.155087844021397,True +2017/08/29 07:00:00,12.059270775867327,True +2017/08/29 08:00:00,13.496906364617887,True +2017/08/29 09:00:00,13.578498466720948,True +2017/08/29 10:00:00,13.728287215939117,True +2017/08/29 11:00:00,13.794898393553444,True +2017/08/29 12:00:00,13.717366624712252,True +2017/08/29 13:00:00,13.787582577616327,True +2017/08/29 14:00:00,13.759513427873712,True +2017/08/29 15:00:00,13.75834675399571,True +2017/08/29 16:00:00,13.883533182189316,True +2017/08/29 17:00:00,13.096071892769256,True +2017/08/29 18:00:00,12.532145850325612,True +2017/08/29 19:00:00,11.394596674595626,True +2017/08/29 20:00:00,12.709026811672953,True +2017/08/29 21:00:00,11.480065155085677,True +2017/08/29 22:00:00,11.971684059210506,True +2017/08/29 23:00:00,11.494731354198656,True +2017/08/30 00:00:00,10.317044140320967,True +2017/08/30 01:00:00,9.300642513961158,True +2017/08/30 02:00:00,10.199804948273117,True +2017/08/30 03:00:00,9.183719626803795,True +2017/08/30 04:00:00,10.50515939378253,True +2017/08/30 05:00:00,9.661426488640931,True +2017/08/30 06:00:00,10.144723877926129,True +2017/08/30 07:00:00,12.653371683011173,True +2017/08/30 08:00:00,13.669523719249426,True +2017/08/30 09:00:00,13.701969799219338,True +2017/08/30 10:00:00,13.766643247127245,True +2017/08/30 11:00:00,13.852842942064568,True +2017/08/30 12:00:00,13.725526707621881,True +2017/08/30 13:00:00,13.798050621554285,True +2017/08/30 14:00:00,13.821518608226683,True +2017/08/30 15:00:00,13.836774437128549,True +2017/08/30 16:00:00,13.816113927757828,True +2017/08/30 17:00:00,12.88352428476067,True +2017/08/30 18:00:00,11.808929608639867,True +2017/08/30 19:00:00,11.012005146020002,True +2017/08/30 20:00:00,12.193247118698071,True +2017/08/30 21:00:00,11.237530302381979,True +2017/08/30 22:00:00,11.068820536928781,True +2017/08/30 23:00:00,9.552115080341181,True +2017/08/31 00:00:00,9.388980600565342,True +2017/08/31 01:00:00,8.717054301233897,True +2017/08/31 02:00:00,8.853025460542998,True +2017/08/31 03:00:00,8.250030537414258,True +2017/08/31 04:00:00,9.005913948868397,True +2017/08/31 05:00:00,9.668149596323827,True +2017/08/31 06:00:00,10.151704710711247,True +2017/08/31 07:00:00,11.906445376337917,True +2017/08/31 08:00:00,13.158500381727523,True +2017/08/31 09:00:00,13.27610662771839,True +2017/08/31 10:00:00,13.425558096279119,True +2017/08/31 11:00:00,13.53907825733059,True +2017/08/31 12:00:00,13.456036077525619,True +2017/08/31 13:00:00,13.596626607408652,True +2017/08/31 14:00:00,13.585285212536842,True +2017/08/31 15:00:00,13.563004906582377,True +2017/08/31 16:00:00,13.698452113289779,True +2017/08/31 17:00:00,12.760083961110112,True +2017/08/31 18:00:00,11.944442827730917,True +2017/08/31 19:00:00,11.33060208082847,True +2017/08/31 20:00:00,12.02174087018743,True +2017/08/31 21:00:00,11.143606356752386,True +2017/08/31 22:00:00,11.074741291494979,True +2017/08/31 23:00:00,9.750446549740142,True +2017/09/01 00:00:00,8.874761248801551,True +2017/09/01 01:00:00,7.11663223930654,True +2017/09/01 02:00:00,8.28196476487957,True +2017/09/01 03:00:00,8.095720626777698,True +2017/09/01 04:00:00,8.758891161631754,True +2017/09/01 05:00:00,9.142456799563728,True +2017/09/01 06:00:00,9.795424087944788,True +2017/09/01 07:00:00,11.729461071256129,True +2017/09/01 08:00:00,13.043202000715768,True +2017/09/01 09:00:00,13.184797779929658,True +2017/09/01 10:00:00,13.49591194469401,True +2017/09/01 11:00:00,13.647260246270553,True +2017/09/01 12:00:00,13.503487751399437,True +2017/09/01 13:00:00,13.588669557547622,True +2017/09/01 14:00:00,13.530991047815245,True +2017/09/01 15:00:00,13.533313086042064,True +2017/09/01 16:00:00,13.682633485354673,True +2017/09/01 17:00:00,12.852328769661371,True +2017/09/01 18:00:00,12.114594612039248,True +2017/09/01 19:00:00,11.004792019982391,True +2017/09/01 20:00:00,12.091786926482538,True +2017/09/01 21:00:00,10.998019130841973,True +2017/09/01 22:00:00,11.06440894379659,True +2017/09/01 23:00:00,9.339198289666742,True +2017/09/02 00:00:00,8.098633569665997,True +2017/09/02 01:00:00,6.686134448063852,True +2017/09/02 02:00:00,7.45713173768094,True +2017/09/02 03:00:00,6.674729066720001,True +2017/09/02 04:00:00,8.18692310754461,True +2017/09/02 05:00:00,8.656689636336322,True +2017/09/02 06:00:00,9.84926267211258,True +2017/09/02 07:00:00,10.860502618743658,True +2017/09/02 08:00:00,11.47322647330287,True +2017/09/02 09:00:00,11.962890331060327,True +2017/09/02 10:00:00,12.280786246641531,True +2017/09/02 11:00:00,12.403450340623783,True +2017/09/02 12:00:00,11.256632944501204,True +2017/09/02 13:00:00,11.230556127120533,True +2017/09/02 14:00:00,11.603450252490555,True +2017/09/02 15:00:00,11.024147728511148,True +2017/09/02 16:00:00,11.640379783836368,True +2017/09/02 17:00:00,10.76332393854367,True +2017/09/02 18:00:00,11.333940483014324,True +2017/09/02 19:00:00,10.412100677529136,True +2017/09/02 20:00:00,10.806343869943088,True +2017/09/02 21:00:00,10.941445754804544,True +2017/09/02 22:00:00,10.138526953873768,True +2017/09/02 23:00:00,9.285489151343429,True +2017/09/03 00:00:00,7.624560193229305,True +2017/09/03 01:00:00,6.93964119512032,True +2017/09/03 02:00:00,6.907468443826631,True +2017/09/03 03:00:00,6.638450659102,True +2017/09/03 04:00:00,7.478104176968119,True +2017/09/03 05:00:00,9.295413089661047,True +2017/09/03 06:00:00,9.488906451603572,True +2017/09/03 07:00:00,9.345595589245912,True +2017/09/03 08:00:00,9.836904701219325,True +2017/09/03 09:00:00,10.365682068732626,True +2017/09/03 10:00:00,10.2648658884023,True +2017/09/03 11:00:00,11.2334556092026,True +2017/09/03 12:00:00,10.836375969282601,True +2017/09/03 13:00:00,11.259875460696787,True +2017/09/03 14:00:00,11.001638999525397,True +2017/09/03 15:00:00,10.69461388264949,True +2017/09/03 16:00:00,10.725013336397893,True +2017/09/03 17:00:00,11.149491347238804,True +2017/09/03 18:00:00,10.454439523465055,True +2017/09/03 19:00:00,10.003791387672978,True +2017/09/03 20:00:00,10.38557183450144,True +2017/09/03 21:00:00,10.323846462720903,True +2017/09/03 22:00:00,10.020491540215222,True +2017/09/03 23:00:00,9.097066474207432,True +2017/09/04 00:00:00,8.174552840201008,True +2017/09/04 01:00:00,7.001617651858356,True +2017/09/04 02:00:00,7.26629476943374,True +2017/09/04 03:00:00,6.975755090777259,True +2017/09/04 04:00:00,7.986382724531913,True +2017/09/04 05:00:00,9.143654651206614,True +2017/09/04 06:00:00,9.797574400164532,True +2017/09/04 07:00:00,11.576975496298274,True +2017/09/04 08:00:00,12.965572393785568,True +2017/09/04 09:00:00,13.29753753589132,True +2017/09/04 10:00:00,13.558433304797656,True +2017/09/04 11:00:00,13.697980163490609,True +2017/09/04 12:00:00,13.55775592177602,True +2017/09/04 13:00:00,13.620884017958478,True +2017/09/04 14:00:00,13.512250142220916,True +2017/09/04 15:00:00,13.533818186658028,True +2017/09/04 16:00:00,13.645965215788578,True +2017/09/04 17:00:00,12.852799470204655,True +2017/09/04 18:00:00,12.167904871124662,True +2017/09/04 19:00:00,10.935352040313823,True +2017/09/04 20:00:00,12.120486349283643,True +2017/09/04 21:00:00,11.098008549683087,True +2017/09/04 22:00:00,11.02799644314041,True +2017/09/04 23:00:00,9.490824277189224,True +2017/09/05 00:00:00,8.303063727454195,True +2017/09/05 01:00:00,7.139415814050662,True +2017/09/05 02:00:00,7.773931086735568,True +2017/09/05 03:00:00,7.0136274883141345,True +2017/09/05 04:00:00,8.265134151200554,True +2017/09/05 05:00:00,9.144943949467486,True +2017/09/05 06:00:00,9.799229079763844,True +2017/09/05 07:00:00,11.505908307675467,True +2017/09/05 08:00:00,13.009649705443195,True +2017/09/05 09:00:00,13.172465153304572,True +2017/09/05 10:00:00,13.537748310019818,True +2017/09/05 11:00:00,13.667628372872693,True +2017/09/05 12:00:00,13.532123030714864,True +2017/09/05 13:00:00,13.62834576567925,True +2017/09/05 14:00:00,13.586089042421534,True +2017/09/05 15:00:00,13.588541843254195,True +2017/09/05 16:00:00,13.74585906860476,True +2017/09/05 17:00:00,12.894570691893138,True +2017/09/05 18:00:00,12.232716475301611,True +2017/09/05 19:00:00,11.009338672667516,True +2017/09/05 20:00:00,12.101807899573224,True +2017/09/05 21:00:00,11.112598288464115,True +2017/09/05 22:00:00,10.994440799964947,True +2017/09/05 23:00:00,9.527886665649373,True +2017/09/06 00:00:00,8.329910270689297,True +2017/09/06 01:00:00,7.369150993334404,True +2017/09/06 02:00:00,7.778407975242546,True +2017/09/06 03:00:00,7.028545629297798,True +2017/09/06 04:00:00,8.462664186197562,True +2017/09/06 05:00:00,9.144111185383005,True +2017/09/06 06:00:00,9.798005958689384,True +2017/09/06 07:00:00,11.448341705315112,True +2017/09/06 08:00:00,13.02752255222371,True +2017/09/06 09:00:00,13.186768169278624,True +2017/09/06 10:00:00,13.486838307307139,True +2017/09/06 11:00:00,13.675042560576653,True +2017/09/06 12:00:00,13.565006851536475,True +2017/09/06 13:00:00,13.567067140172297,True +2017/09/06 14:00:00,13.444861535949515,True +2017/09/06 15:00:00,13.408985570374908,True +2017/09/06 16:00:00,13.587657793710289,True +2017/09/06 17:00:00,12.684493463362529,True +2017/09/06 18:00:00,11.836347675276985,True +2017/09/06 19:00:00,11.030472614241214,True +2017/09/06 20:00:00,11.91123007361458,True +2017/09/06 21:00:00,11.049610403651375,True +2017/09/06 22:00:00,10.8975354891189,True +2017/09/06 23:00:00,9.28061756881686,True +2017/09/07 00:00:00,8.883483428431028,True +2017/09/07 01:00:00,7.624293974770827,True +2017/09/07 02:00:00,8.331700670211644,True +2017/09/07 03:00:00,7.235077765339561,True +2017/09/07 04:00:00,8.305388961715533,True +2017/09/07 05:00:00,9.13965709349728,True +2017/09/07 06:00:00,9.794490149407892,True +2017/09/07 07:00:00,11.639714524104326,True +2017/09/07 08:00:00,12.999446092767295,True +2017/09/07 09:00:00,13.203113891409016,True +2017/09/07 10:00:00,13.464395416945424,True +2017/09/07 11:00:00,13.63503995025662,True +2017/09/07 12:00:00,13.527015641939844,True +2017/09/07 13:00:00,13.659983270485714,True +2017/09/07 14:00:00,13.584958477183678,True +2017/09/07 15:00:00,13.583298341059894,True +2017/09/07 16:00:00,13.724213787304592,True +2017/09/07 17:00:00,12.939899862752746,True +2017/09/07 18:00:00,12.302676598685972,True +2017/09/07 19:00:00,11.185524779282211,True +2017/09/07 20:00:00,12.201688197564858,True +2017/09/07 21:00:00,11.241319470536691,True +2017/09/07 22:00:00,11.340367646209073,True +2017/09/07 23:00:00,9.711026843151396,True +2017/09/08 00:00:00,8.751757391941494,True +2017/09/08 01:00:00,8.145916513878701,True +2017/09/08 02:00:00,8.434646024369417,True +2017/09/08 03:00:00,7.686399164862474,True +2017/09/08 04:00:00,9.018445705527679,True +2017/09/08 05:00:00,9.137069734942479,True +2017/09/08 06:00:00,9.789992724303772,True +2017/09/08 07:00:00,12.144166702291407,True +2017/09/08 08:00:00,13.425252105099174,True +2017/09/08 09:00:00,13.573896123987739,True +2017/09/08 10:00:00,13.682476646525098,True +2017/09/08 11:00:00,13.767790765083568,True +2017/09/08 12:00:00,13.66381039133006,True +2017/09/08 13:00:00,13.726497172587639,True +2017/09/08 14:00:00,13.735989585228667,True +2017/09/08 15:00:00,13.723431342488354,True +2017/09/08 16:00:00,13.817428923549151,True +2017/09/08 17:00:00,12.97093285726998,True +2017/09/08 18:00:00,12.36903665189047,True +2017/09/08 19:00:00,11.252860294282796,True +2017/09/08 20:00:00,12.540506611170366,True +2017/09/08 21:00:00,11.353553465659763,True +2017/09/08 22:00:00,11.762589277362359,True +2017/09/08 23:00:00,9.977263224573479,True +2017/09/09 00:00:00,9.021953760612522,True +2017/09/09 01:00:00,7.5254539311431214,True +2017/09/09 02:00:00,8.292227522630236,True +2017/09/09 03:00:00,7.407593034203117,True +2017/09/09 04:00:00,8.701715043168862,True +2017/09/09 05:00:00,8.654919939591533,True +2017/09/09 06:00:00,9.849562656481824,True +2017/09/09 07:00:00,10.752931256601746,True +2017/09/09 08:00:00,12.206722037599375,True +2017/09/09 09:00:00,12.376152303145513,True +2017/09/09 10:00:00,12.645299736784226,True +2017/09/09 11:00:00,12.694901210191933,True +2017/09/09 12:00:00,11.782977434913226,True +2017/09/09 13:00:00,11.08188605061795,True +2017/09/09 14:00:00,12.126842272429426,True +2017/09/09 15:00:00,10.998726308656611,True +2017/09/09 16:00:00,12.115494109164112,True +2017/09/09 17:00:00,10.407107642132864,True +2017/09/09 18:00:00,11.323081622410557,True +2017/09/09 19:00:00,10.161255671445543,True +2017/09/09 20:00:00,10.571462230122611,True +2017/09/09 21:00:00,10.21281038014645,True +2017/09/09 22:00:00,10.327035919154023,True +2017/09/09 23:00:00,8.853282420558049,True +2017/09/10 00:00:00,7.798151709833881,True +2017/09/10 01:00:00,6.641940314926901,True +2017/09/10 02:00:00,6.912304259626446,True +2017/09/10 03:00:00,7.3806855074084075,True +2017/09/10 04:00:00,8.03495882043528,True +2017/09/10 05:00:00,8.782681802901733,True +2017/09/10 06:00:00,9.491950384217576,True +2017/09/10 07:00:00,9.31951747825427,True +2017/09/10 08:00:00,9.584695503010792,True +2017/09/10 09:00:00,10.396195591083437,True +2017/09/10 10:00:00,10.121707335446974,True +2017/09/10 11:00:00,11.048769820022637,True +2017/09/10 12:00:00,10.546337722893785,True +2017/09/10 13:00:00,11.000607375762533,True +2017/09/10 14:00:00,10.790028506329524,True +2017/09/10 15:00:00,11.272877799268983,True +2017/09/10 16:00:00,11.017102661227844,True +2017/09/10 17:00:00,10.815532738002348,True +2017/09/10 18:00:00,10.485133855270396,True +2017/09/10 19:00:00,10.391728516835736,True +2017/09/10 20:00:00,10.995562629457481,True +2017/09/10 21:00:00,10.367329111163917,True +2017/09/10 22:00:00,9.860559029233261,True +2017/09/10 23:00:00,9.18761699416134,True +2017/09/11 00:00:00,7.809659125223781,True +2017/09/11 01:00:00,7.737034799447748,True +2017/09/11 02:00:00,7.260706823837407,True +2017/09/11 03:00:00,7.002591827860431,True +2017/09/11 04:00:00,7.832815019897442,True +2017/09/11 05:00:00,9.139273014514092,True +2017/09/11 06:00:00,9.79167909824169,True +2017/09/11 07:00:00,11.667141120351078,True +2017/09/11 08:00:00,12.957620513497314,True +2017/09/11 09:00:00,13.033728748914228,True +2017/09/11 10:00:00,13.313714585352558,True +2017/09/11 11:00:00,13.545369798244343,True +2017/09/11 12:00:00,13.391494085923272,True +2017/09/11 13:00:00,13.549517611300915,True +2017/09/11 14:00:00,13.505170546147408,True +2017/09/11 15:00:00,13.493322324084781,True +2017/09/11 16:00:00,13.629136981783791,True +2017/09/11 17:00:00,12.853366253291155,True +2017/09/11 18:00:00,12.208375831802893,True +2017/09/11 19:00:00,11.327833985345722,True +2017/09/11 20:00:00,12.212766884494311,True +2017/09/11 21:00:00,11.029268275436422,True +2017/09/11 22:00:00,10.778041421392253,True +2017/09/11 23:00:00,9.289442646111404,True +2017/09/12 00:00:00,8.369338636932918,True +2017/09/12 01:00:00,7.150381051030459,True +2017/09/12 02:00:00,7.467078959423653,True +2017/09/12 03:00:00,7.0278101122351435,True +2017/09/12 04:00:00,8.481716527561737,True +2017/09/12 05:00:00,9.142014511883419,True +2017/09/12 06:00:00,9.793547014910985,True +2017/09/12 07:00:00,11.638693064117582,True +2017/09/12 08:00:00,12.979594228152479,True +2017/09/12 09:00:00,13.407330937726853,True +2017/09/12 10:00:00,13.610228805931467,True +2017/09/12 11:00:00,13.746474281205293,True +2017/09/12 12:00:00,13.612170635919737,True +2017/09/12 13:00:00,13.668740719768165,True +2017/09/12 14:00:00,13.656658033737731,True +2017/09/12 15:00:00,13.659914016701055,True +2017/09/12 16:00:00,13.75334803003391,True +2017/09/12 17:00:00,12.915848207244427,True +2017/09/12 18:00:00,12.187923287880267,True +2017/09/12 19:00:00,11.539394635036173,True +2017/09/12 20:00:00,12.155082244123115,True +2017/09/12 21:00:00,11.272590162126724,True +2017/09/12 22:00:00,11.132076148920847,True +2017/09/12 23:00:00,9.79047387779872,True +2017/09/13 00:00:00,8.994504860511158,True +2017/09/13 01:00:00,8.295465306176576,True +2017/09/13 02:00:00,8.451275244672884,True +2017/09/13 03:00:00,7.76067751686808,True +2017/09/13 04:00:00,9.117255189871408,True +2017/09/13 05:00:00,9.134526570640466,True +2017/09/13 06:00:00,9.790710273706738,True +2017/09/13 07:00:00,12.473914120237934,True +2017/09/13 08:00:00,13.534029690721768,True +2017/09/13 09:00:00,13.588533971374043,True +2017/09/13 10:00:00,13.703660722224736,True +2017/09/13 11:00:00,13.83771747023044,True +2017/09/13 12:00:00,13.718816977335791,True +2017/09/13 13:00:00,13.778680225740802,True +2017/09/13 14:00:00,13.782041558837943,True +2017/09/13 15:00:00,13.738532198630079,True +2017/09/13 16:00:00,13.846592290412946,True +2017/09/13 17:00:00,13.033098045826728,True +2017/09/13 18:00:00,12.401249713548781,True +2017/09/13 19:00:00,11.609339735930464,True +2017/09/13 20:00:00,12.602362145909735,True +2017/09/13 21:00:00,11.374793059841906,True +2017/09/13 22:00:00,12.001335657453119,True +2017/09/13 23:00:00,10.344824491265744,True +2017/09/14 00:00:00,9.591083871339762,True +2017/09/14 01:00:00,8.215724981852869,True +2017/09/14 02:00:00,9.467087103737628,True +2017/09/14 03:00:00,8.269315459285666,True +2017/09/14 04:00:00,9.886297757493743,True +2017/09/14 05:00:00,9.129006784382527,True +2017/09/14 06:00:00,9.78057359956053,True +2017/09/14 07:00:00,12.567765828944465,True +2017/09/14 08:00:00,13.588812961932627,True +2017/09/14 09:00:00,13.629822223514903,True +2017/09/14 10:00:00,13.764327007997109,True +2017/09/14 11:00:00,13.88893897927076,True +2017/09/14 12:00:00,13.743745734125298,True +2017/09/14 13:00:00,13.81381728944395,True +2017/09/14 14:00:00,13.756206419510802,True +2017/09/14 15:00:00,13.753711871030939,True +2017/09/14 16:00:00,13.890594025749564,True +2017/09/14 17:00:00,13.053021470363008,True +2017/09/14 18:00:00,12.429169721758932,True +2017/09/14 19:00:00,11.606101907707373,True +2017/09/14 20:00:00,12.597300092167261,True +2017/09/14 21:00:00,11.362969649892216,True +2017/09/14 22:00:00,11.870792548647385,True +2017/09/14 23:00:00,10.301152718262546,True +2017/09/15 00:00:00,9.874224277487087,True +2017/09/15 01:00:00,7.999905862698583,True +2017/09/15 02:00:00,8.798268016780044,True +2017/09/15 03:00:00,7.878369831406189,True +2017/09/15 04:00:00,9.355139395008631,True +2017/09/15 05:00:00,9.134396776873484,True +2017/09/15 06:00:00,9.787462807336212,True +2017/09/15 07:00:00,12.466972320595898,True +2017/09/15 08:00:00,13.535132939198508,True +2017/09/15 09:00:00,13.609142469275955,True +2017/09/15 10:00:00,13.821375430327626,True +2017/09/15 11:00:00,13.975085938610734,True +2017/09/15 12:00:00,13.920345031268846,True +2017/09/15 13:00:00,13.934113927270941,True +2017/09/15 14:00:00,13.896317115911065,True +2017/09/15 15:00:00,13.834238085956844,True +2017/09/15 16:00:00,13.8956262985186,True +2017/09/15 17:00:00,13.065678389251609,True +2017/09/15 18:00:00,12.482050765820654,True +2017/09/15 19:00:00,11.697469272770025,True +2017/09/15 20:00:00,12.737682619436184,True +2017/09/15 21:00:00,11.415995745320952,True +2017/09/15 22:00:00,12.202543215655412,True +2017/09/15 23:00:00,10.428501215565657,True +2017/09/16 00:00:00,9.514703044614912,True +2017/09/16 01:00:00,8.088679422939112,True +2017/09/16 02:00:00,8.840670839185737,True +2017/09/16 03:00:00,8.646627746492056,True +2017/09/16 04:00:00,9.492837380385305,True +2017/09/16 05:00:00,8.647885042859947,True +2017/09/16 06:00:00,9.840171773064695,True +2017/09/16 07:00:00,11.769223716271847,True +2017/09/16 08:00:00,12.47671135145816,True +2017/09/16 09:00:00,12.632083333046662,True +2017/09/16 10:00:00,12.707411635333083,True +2017/09/16 11:00:00,12.795457105543647,True +2017/09/16 12:00:00,12.107596008879002,True +2017/09/16 13:00:00,10.85011902448136,True +2017/09/16 14:00:00,12.309035514033269,True +2017/09/16 15:00:00,10.781613642499323,True +2017/09/16 16:00:00,12.328944860318236,True +2017/09/16 17:00:00,10.490919500303159,True +2017/09/16 18:00:00,12.09992730859902,True +2017/09/16 19:00:00,10.800725926394318,True +2017/09/16 20:00:00,12.165690487393888,True +2017/09/16 21:00:00,10.720131083274897,True +2017/09/16 22:00:00,11.41894580758911,True +2017/09/16 23:00:00,10.132646138480988,True +2017/09/17 00:00:00,9.87093071660972,True +2017/09/17 01:00:00,7.805888345061792,True +2017/09/17 02:00:00,8.141581302174052,True +2017/09/17 03:00:00,9.070551134651009,True +2017/09/17 04:00:00,9.513528775928714,True +2017/09/17 05:00:00,10.123307165546343,True +2017/09/17 06:00:00,10.071295119873428,True +2017/09/17 07:00:00,9.993906088181584,True +2017/09/17 08:00:00,10.217091996625738,True +2017/09/17 09:00:00,11.553029386523647,True +2017/09/17 10:00:00,10.448070471623183,True +2017/09/17 11:00:00,11.434822718784602,True +2017/09/17 12:00:00,10.421319518771865,True +2017/09/17 13:00:00,11.729920962825137,True +2017/09/17 14:00:00,10.353285202638581,True +2017/09/17 15:00:00,11.3403525764999,True +2017/09/17 16:00:00,10.383500808512515,True +2017/09/17 17:00:00,11.929937133504524,True +2017/09/17 18:00:00,10.381794559591778,True +2017/09/17 19:00:00,10.724102137562891,True +2017/09/17 20:00:00,10.588804762045795,True +2017/09/17 21:00:00,10.41698155544192,True +2017/09/17 22:00:00,9.786095853221926,True +2017/09/17 23:00:00,9.060295598752049,True +2017/09/18 00:00:00,7.811458763437445,True +2017/09/18 01:00:00,7.720283949643996,True +2017/09/18 02:00:00,7.4325043650925275,True +2017/09/18 03:00:00,7.009104344101594,True +2017/09/18 04:00:00,7.833685778375631,True +2017/09/18 05:00:00,9.140318765755161,True +2017/09/18 06:00:00,9.79369160901915,True +2017/09/18 07:00:00,11.67209662444789,True +2017/09/18 08:00:00,13.035571532797759,True +2017/09/18 09:00:00,13.237059576431285,True +2017/09/18 10:00:00,13.524549081944679,True +2017/09/18 11:00:00,13.628199250386494,True +2017/09/18 12:00:00,13.539557577944404,True +2017/09/18 13:00:00,13.605935553463551,True +2017/09/18 14:00:00,13.499417791251455,True +2017/09/18 15:00:00,13.467361040049195,True +2017/09/18 16:00:00,13.627343539150191,True +2017/09/18 17:00:00,12.832385288463097,True +2017/09/18 18:00:00,11.943327525445364,True +2017/09/18 19:00:00,11.473034156260544,True +2017/09/18 20:00:00,12.029349873443781,True +2017/09/18 21:00:00,11.08376413570359,True +2017/09/18 22:00:00,10.841616515264441,True +2017/09/18 23:00:00,9.12833236618278,True +2017/09/19 00:00:00,8.317148688203169,True +2017/09/19 01:00:00,7.030045044941031,True +2017/09/19 02:00:00,7.468362390902143,True +2017/09/19 03:00:00,7.027719783155724,True +2017/09/19 04:00:00,8.49442589384876,True +2017/09/19 05:00:00,9.139911934501262,True +2017/09/19 06:00:00,9.792659107454647,True +2017/09/19 07:00:00,11.643783762563004,True +2017/09/19 08:00:00,12.948090858038908,True +2017/09/19 09:00:00,13.203020493064825,True +2017/09/19 10:00:00,13.524319786548896,True +2017/09/19 11:00:00,13.666096784322743,True +2017/09/19 12:00:00,13.558557238550813,True +2017/09/19 13:00:00,13.625985422159307,True +2017/09/19 14:00:00,13.635154689454367,True +2017/09/19 15:00:00,13.625743455913312,True +2017/09/19 16:00:00,13.70988307595006,True +2017/09/19 17:00:00,12.872742994447988,True +2017/09/19 18:00:00,12.025349566349108,True +2017/09/19 19:00:00,11.454640613127129,True +2017/09/19 20:00:00,12.063727403845848,True +2017/09/19 21:00:00,11.516219679868545,True +2017/09/19 22:00:00,10.876168109482636,True +2017/09/19 23:00:00,9.110685215963526,True +2017/09/20 00:00:00,8.376948903058823,True +2017/09/20 01:00:00,7.027893279386783,True +2017/09/20 02:00:00,7.971886497081164,True +2017/09/20 03:00:00,7.02787716936903,True +2017/09/20 04:00:00,8.31037002827559,True +2017/09/20 05:00:00,9.139354636655899,True +2017/09/20 06:00:00,9.796639021780425,True +2017/09/20 07:00:00,11.647243523174126,True +2017/09/20 08:00:00,12.985806746128116,True +2017/09/20 09:00:00,13.384066960913442,True +2017/09/20 10:00:00,13.64422231761877,True +2017/09/20 11:00:00,13.767912850037831,True +2017/09/20 12:00:00,13.648962102901734,True +2017/09/20 13:00:00,13.724747809765573,True +2017/09/20 14:00:00,13.711608703090468,True +2017/09/20 15:00:00,13.679822990867073,True +2017/09/20 16:00:00,13.798259303600444,True +2017/09/20 17:00:00,12.969115172244765,True +2017/09/20 18:00:00,12.37528744124783,True +2017/09/20 19:00:00,11.507807871282397,True +2017/09/20 20:00:00,12.397251139305139,True +2017/09/20 21:00:00,11.151560515702167,True +2017/09/20 22:00:00,11.063727897096285,True +2017/09/20 23:00:00,9.294987785632863,True +2017/09/21 00:00:00,8.41551637686972,True +2017/09/21 01:00:00,7.032164851243477,True +2017/09/21 02:00:00,7.777431325400677,True +2017/09/21 03:00:00,7.024747611431229,True +2017/09/21 04:00:00,8.618754360422717,True +2017/09/21 05:00:00,9.140816240542785,True +2017/09/21 06:00:00,9.792415405890008,True +2017/09/21 07:00:00,11.606745851677314,True +2017/09/21 08:00:00,13.098190300577103,True +2017/09/21 09:00:00,13.48838170785078,True +2017/09/21 10:00:00,13.685720046218918,True +2017/09/21 11:00:00,13.806035206045602,True +2017/09/21 12:00:00,13.710025641023796,True +2017/09/21 13:00:00,13.803172828825904,True +2017/09/21 14:00:00,13.795267730006657,True +2017/09/21 15:00:00,13.778072587733794,True +2017/09/21 16:00:00,13.89612192361232,True +2017/09/21 17:00:00,13.030860747104954,True +2017/09/21 18:00:00,12.455610260736886,True +2017/09/21 19:00:00,11.579110024413213,True +2017/09/21 20:00:00,12.596933307276172,True +2017/09/21 21:00:00,11.270530455394088,True +2017/09/21 22:00:00,11.751984646913122,True +2017/09/21 23:00:00,9.640514553007893,True +2017/09/22 00:00:00,8.523170407567573,True +2017/09/22 01:00:00,7.251461757882803,True +2017/09/22 02:00:00,7.850102901992874,True +2017/09/22 03:00:00,7.027601728396653,True +2017/09/22 04:00:00,8.502571290600708,True +2017/09/22 05:00:00,9.14243126212369,True +2017/09/22 06:00:00,9.794870368710335,True +2017/09/22 07:00:00,11.660656724186161,True +2017/09/22 08:00:00,13.046053021774972,True +2017/09/22 09:00:00,13.316953855270041,True +2017/09/22 10:00:00,13.628395108979827,True +2017/09/22 11:00:00,13.767543547632192,True +2017/09/22 12:00:00,13.642178735529264,True +2017/09/22 13:00:00,13.734971089656575,True +2017/09/22 14:00:00,13.724206329222001,True +2017/09/22 15:00:00,13.674375383244255,True +2017/09/22 16:00:00,13.762707525662787,True +2017/09/22 17:00:00,12.957475640887298,True +2017/09/22 18:00:00,12.331851365837093,True +2017/09/22 19:00:00,11.488534681428526,True +2017/09/22 20:00:00,12.330362096942862,True +2017/09/22 21:00:00,11.10413923234331,True +2017/09/22 22:00:00,10.999312234007013,True +2017/09/22 23:00:00,9.107977265878855,True +2017/09/23 00:00:00,8.660847652337061,True +2017/09/23 01:00:00,6.654434424012628,True +2017/09/23 02:00:00,7.62758310347103,True +2017/09/23 03:00:00,6.6591132076032284,True +2017/09/23 04:00:00,8.063520854689424,True +2017/09/23 05:00:00,8.655251996180587,True +2017/09/23 06:00:00,9.851981903842669,True +2017/09/23 07:00:00,10.353046115101542,True +2017/09/23 08:00:00,11.529135338507553,True +2017/09/23 09:00:00,11.890696481338425,True +2017/09/23 10:00:00,12.1205601259562,True +2017/09/23 11:00:00,12.235131699503468,True +2017/09/23 12:00:00,10.823371223873941,True +2017/09/23 13:00:00,10.607289633369898,True +2017/09/23 14:00:00,11.154817613127419,True +2017/09/23 15:00:00,10.524855562909023,True +2017/09/23 16:00:00,11.250762430697678,True +2017/09/23 17:00:00,10.21438290882432,True +2017/09/23 18:00:00,10.344485842860616,True +2017/09/23 19:00:00,10.522952924928635,True +2017/09/23 20:00:00,10.702871609097892,True +2017/09/23 21:00:00,10.385834571618679,True +2017/09/23 22:00:00,10.132427922810928,True +2017/09/23 23:00:00,9.788128455804708,True +2017/09/24 00:00:00,8.117313392748795,True +2017/09/24 01:00:00,8.015560057581032,True +2017/09/24 02:00:00,7.484483260791427,True +2017/09/24 03:00:00,7.187778669015824,True +2017/09/24 04:00:00,8.679054764536083,True +2017/09/24 05:00:00,9.081308379999891,True +2017/09/24 06:00:00,9.56505647921846,True +2017/09/24 07:00:00,9.172692042800024,True +2017/09/24 08:00:00,9.697452451379053,True +2017/09/24 09:00:00,10.504795560795554,True +2017/09/24 10:00:00,10.773861019619263,True +2017/09/24 11:00:00,10.554555863238644,True +2017/09/24 12:00:00,11.109961187028581,True +2017/09/24 13:00:00,10.835665680377303,True +2017/09/24 14:00:00,10.315946425243633,True +2017/09/24 15:00:00,10.36476667193934,True +2017/09/24 16:00:00,10.805435716040751,True +2017/09/24 17:00:00,11.145465865699544,True +2017/09/24 18:00:00,10.207258155974749,True +2017/09/24 19:00:00,10.537717617093673,True +2017/09/24 20:00:00,10.553011792878207,True +2017/09/24 21:00:00,10.411755776206524,True +2017/09/24 22:00:00,9.915744654434707,True +2017/09/24 23:00:00,9.322065470249496,True +2017/09/25 00:00:00,7.9031835367006895,True +2017/09/25 01:00:00,7.668050926692337,True +2017/09/25 02:00:00,7.268772078257094,True +2017/09/25 03:00:00,7.023685656543425,True +2017/09/25 04:00:00,7.834975659755533,True +2017/09/25 05:00:00,9.13812692282785,True +2017/09/25 06:00:00,9.794875852886157,True +2017/09/25 07:00:00,11.723934193300133,True +2017/09/25 08:00:00,13.121884931796943,True +2017/09/25 09:00:00,13.543693237292628,True +2017/09/25 10:00:00,13.709806352498726,True +2017/09/25 11:00:00,13.822777606627891,True +2017/09/25 12:00:00,13.7037650466111,True +2017/09/25 13:00:00,13.845787347261492,True +2017/09/25 14:00:00,13.77355954094709,True +2017/09/25 15:00:00,13.755170199661299,True +2017/09/25 16:00:00,13.889102616280166,True +2017/09/25 17:00:00,13.09049787640237,True +2017/09/25 18:00:00,12.432853580987429,True +2017/09/25 19:00:00,11.610284894099458,True +2017/09/25 20:00:00,12.610416568473825,True +2017/09/25 21:00:00,11.361599879420309,True +2017/09/25 22:00:00,11.786131985968849,True +2017/09/25 23:00:00,9.733340184816196,True +2017/09/26 00:00:00,8.757808366812887,True +2017/09/26 01:00:00,7.620751700213781,True +2017/09/26 02:00:00,8.577976234997573,True +2017/09/26 03:00:00,7.6220537276772005,True +2017/09/26 04:00:00,8.59030952029854,True +2017/09/26 05:00:00,9.138295946484382,True +2017/09/26 06:00:00,9.792451353789488,True +2017/09/26 07:00:00,11.948262681499184,True +2017/09/26 08:00:00,13.225767270513863,True +2017/09/26 09:00:00,13.37083922885004,True +2017/09/26 10:00:00,13.578688243646823,True +2017/09/26 11:00:00,13.75974975490734,True +2017/09/26 12:00:00,13.627358642738448,True +2017/09/26 13:00:00,13.719164025653908,True +2017/09/26 14:00:00,13.673545118192903,True +2017/09/26 15:00:00,13.629611311137989,True +2017/09/26 16:00:00,13.76423638828905,True +2017/09/26 17:00:00,12.917919926929237,True +2017/09/26 18:00:00,12.244485953671232,True +2017/09/26 19:00:00,11.468485767937864,True +2017/09/26 20:00:00,12.389954981935446,True +2017/09/26 21:00:00,11.2146236682627,True +2017/09/26 22:00:00,11.451145296647177,True +2017/09/26 23:00:00,9.89547336105236,True +2017/09/27 00:00:00,8.841323828862443,True +2017/09/27 01:00:00,7.619403270843326,True +2017/09/27 02:00:00,8.343101750985655,True +2017/09/27 03:00:00,8.082216038384091,True +2017/09/27 04:00:00,8.903804708962479,True +2017/09/27 05:00:00,9.13886877746086,True +2017/09/27 06:00:00,9.79531156095219,True +2017/09/27 07:00:00,11.92711850999555,True +2017/09/27 08:00:00,13.149789798516005,True +2017/09/27 09:00:00,13.310029467200813,True +2017/09/27 10:00:00,13.588815424107665,True +2017/09/27 11:00:00,13.681150658765063,True +2017/09/27 12:00:00,13.611738401778851,True +2017/09/27 13:00:00,13.67882998742765,True +2017/09/27 14:00:00,13.616323761737505,True +2017/09/27 15:00:00,13.564321195136626,True +2017/09/27 16:00:00,13.652496297105646,True +2017/09/27 17:00:00,12.504574719989472,True +2017/09/27 18:00:00,11.603165845062993,True +2017/09/27 19:00:00,11.385251311320227,True +2017/09/27 20:00:00,11.847312153418812,True +2017/09/27 21:00:00,11.149629232868126,True +2017/09/27 22:00:00,10.643397048912385,True +2017/09/27 23:00:00,9.451964292706188,True +2017/09/28 00:00:00,8.323124955505564,True +2017/09/28 01:00:00,7.028241731421456,True +2017/09/28 02:00:00,7.504164132321377,True +2017/09/28 03:00:00,7.0295524298541405,True +2017/09/28 04:00:00,8.065703251704619,True +2017/09/28 05:00:00,9.139686626513122,True +2017/09/28 06:00:00,9.793279630632233,True +2017/09/28 07:00:00,11.65164449916193,True +2017/09/28 08:00:00,12.99926683548885,True +2017/09/28 09:00:00,13.075734808900235,True +2017/09/28 10:00:00,13.246707539917823,True +2017/09/28 11:00:00,13.427427999593277,True +2017/09/28 12:00:00,13.223398804240297,True +2017/09/28 13:00:00,13.344564922441444,True +2017/09/28 14:00:00,13.285963386459418,True +2017/09/28 15:00:00,13.172905427638261,True +2017/09/28 16:00:00,13.342466830724971,True +2017/09/28 17:00:00,12.436748188326549,True +2017/09/28 18:00:00,11.680037795639016,True +2017/09/28 19:00:00,11.41422132189419,True +2017/09/28 20:00:00,12.11359656182537,True +2017/09/28 21:00:00,11.108497635727758,True +2017/09/28 22:00:00,10.771837888897709,True +2017/09/28 23:00:00,9.394059515307282,True +2017/09/29 00:00:00,7.865840821139296,True +2017/09/29 01:00:00,7.428939891708371,True +2017/09/29 02:00:00,7.555484827474282,True +2017/09/29 03:00:00,7.028983182915393,True +2017/09/29 04:00:00,8.485398933037176,True +2017/09/29 05:00:00,9.138848926683824,True +2017/09/29 06:00:00,9.794277086074947,True +2017/09/29 07:00:00,11.623565324175914,True +2017/09/29 08:00:00,13.016581136367256,True +2017/09/29 09:00:00,13.083955797877547,True +2017/09/29 10:00:00,13.217111239314924,True +2017/09/29 11:00:00,13.348979642684624,True +2017/09/29 12:00:00,13.121962837404753,True +2017/09/29 13:00:00,13.302998231496113,True +2017/09/29 14:00:00,13.182490253751972,True +2017/09/29 15:00:00,13.137336325087734,True +2017/09/29 16:00:00,13.393178967359697,True +2017/09/29 17:00:00,12.361200406449157,True +2017/09/29 18:00:00,11.683659863248874,True +2017/09/29 19:00:00,11.412786907742584,True +2017/09/29 20:00:00,12.011598767727195,True +2017/09/29 21:00:00,11.05335398491284,True +2017/09/29 22:00:00,10.840656178713155,True +2017/09/29 23:00:00,9.521554397906433,True +2017/09/30 00:00:00,7.548338819952378,True +2017/09/30 01:00:00,6.658530896780832,True +2017/09/30 02:00:00,6.920867233882856,True +2017/09/30 03:00:00,6.654701540596951,True +2017/09/30 04:00:00,8.032197967059112,True +2017/09/30 05:00:00,8.657884735957994,True +2017/09/30 06:00:00,9.851339941390782,True +2017/09/30 07:00:00,10.965631118861841,True +2017/09/30 08:00:00,11.547948849221953,True +2017/09/30 09:00:00,11.854307498646254,True +2017/09/30 10:00:00,12.062462086563842,True +2017/09/30 11:00:00,12.122385657246628,True +2017/09/30 12:00:00,10.932559376407818,True +2017/09/30 13:00:00,11.24167627478851,True +2017/09/30 14:00:00,10.981357954111367,True +2017/09/30 15:00:00,10.416902205056472,True +2017/09/30 16:00:00,11.203211582954198,True +2017/09/30 17:00:00,10.207313034854563,True +2017/09/30 18:00:00,10.17883797766625,True +2017/09/30 19:00:00,10.526280031238546,True +2017/09/30 20:00:00,10.3858759109818,True +2017/09/30 21:00:00,10.702200032951492,True +2017/09/30 22:00:00,9.601337802353841,True +2017/09/30 23:00:00,8.556700133982284,True +2017/10/01 00:00:00,7.944987357025961,True +2017/10/01 01:00:00,7.06291023755697,True +2017/10/01 02:00:00,7.2839031054813015,True +2017/10/01 03:00:00,7.077226668134122,True +2017/10/01 04:00:00,8.143386505774423,True +2017/10/01 05:00:00,8.90751146657339,True +2017/10/01 06:00:00,9.665804631142406,True +2017/10/01 07:00:00,9.165502390538517,True +2017/10/01 08:00:00,9.717798632563438,True +2017/10/01 09:00:00,10.230581728033568,True +2017/10/01 10:00:00,10.508890484206573,True +2017/10/01 11:00:00,10.303096312728702,True +2017/10/01 12:00:00,10.646969538543637,True +2017/10/01 13:00:00,10.303352972101617,True +2017/10/01 14:00:00,9.968476290665478,True +2017/10/01 15:00:00,9.869277513933893,True +2017/10/01 16:00:00,10.764249872101873,True +2017/10/01 17:00:00,10.151225833450255,True +2017/10/01 18:00:00,10.021368700246597,True +2017/10/01 19:00:00,10.51617368911378,True +2017/10/01 20:00:00,10.576481204816657,True +2017/10/01 21:00:00,10.358382228507324,True +2017/10/01 22:00:00,9.63684238258047,True +2017/10/01 23:00:00,8.788399129420505,True +2017/10/02 00:00:00,8.259707619231492,True +2017/10/02 01:00:00,7.4422917503554356,True +2017/10/02 02:00:00,7.668170492237213,True +2017/10/02 03:00:00,7.446440870345158,True +2017/10/02 04:00:00,8.511214972557328,True +2017/10/02 05:00:00,9.338718322201883,True +2017/10/02 06:00:00,9.9282202643626,True +2017/10/02 07:00:00,11.63949809036543,True +2017/10/02 08:00:00,13.072238954307815,True +2017/10/02 09:00:00,13.139065709143365,True +2017/10/02 10:00:00,13.296204107528755,True +2017/10/02 11:00:00,13.398401454784935,True +2017/10/02 12:00:00,13.171542826701087,True +2017/10/02 13:00:00,13.366786692148805,True +2017/10/02 14:00:00,13.31959184423026,True +2017/10/02 15:00:00,13.405278489713856,True +2017/10/02 16:00:00,13.47820439945895,True +2017/10/02 17:00:00,12.502740533974732,True +2017/10/02 18:00:00,11.73799690165301,True +2017/10/02 19:00:00,11.444519867658265,True +2017/10/02 20:00:00,11.86606425958027,True +2017/10/02 21:00:00,11.517235404801912,True +2017/10/02 22:00:00,10.90596219881185,True +2017/10/02 23:00:00,9.614413399431843,True +2017/10/03 00:00:00,8.170640249626183,True +2017/10/03 01:00:00,7.453115033604777,True +2017/10/03 02:00:00,8.017217405668113,True +2017/10/03 03:00:00,7.48412092474007,True +2017/10/03 04:00:00,8.608471213738053,True +2017/10/03 05:00:00,9.334400774413961,True +2017/10/03 06:00:00,9.928962035100717,True +2017/10/03 07:00:00,11.393190690964733,True +2017/10/03 08:00:00,12.976780051440588,True +2017/10/03 09:00:00,13.16646821489568,True +2017/10/03 10:00:00,13.277696538604708,True +2017/10/03 11:00:00,13.520767368248961,True +2017/10/03 12:00:00,13.44519310658369,True +2017/10/03 13:00:00,13.590319782521854,True +2017/10/03 14:00:00,13.581589610316573,True +2017/10/03 15:00:00,13.551379920344614,True +2017/10/03 16:00:00,13.645147790330391,True +2017/10/03 17:00:00,12.751476488827127,True +2017/10/03 18:00:00,11.941945554520771,True +2017/10/03 19:00:00,11.449230782650975,True +2017/10/03 20:00:00,12.043895733604424,True +2017/10/03 21:00:00,11.163185409477968,True +2017/10/03 22:00:00,11.080447764590902,True +2017/10/03 23:00:00,9.645660056331534,True +2017/10/04 00:00:00,9.145760351087917,True +2017/10/04 01:00:00,7.999490568109637,True +2017/10/04 02:00:00,7.761660849148201,True +2017/10/04 03:00:00,7.443774297041925,True +2017/10/04 04:00:00,8.758805073645828,True +2017/10/04 05:00:00,9.335166903765051,True +2017/10/04 06:00:00,9.922990459533981,True +2017/10/04 07:00:00,11.620133396560831,True +2017/10/04 08:00:00,13.008813276728871,True +2017/10/04 09:00:00,13.142923594535059,True +2017/10/04 10:00:00,13.310990361876502,True +2017/10/04 11:00:00,13.58368186838073,True +2017/10/04 12:00:00,13.28511308038626,True +2017/10/04 13:00:00,13.336170074330658,True +2017/10/04 14:00:00,13.199826391303944,True +2017/10/04 15:00:00,13.412340467836225,True +2017/10/04 16:00:00,13.481197455020112,True +2017/10/04 17:00:00,12.506889614220338,True +2017/10/04 18:00:00,11.69018843246937,True +2017/10/04 19:00:00,11.405878067111933,True +2017/10/04 20:00:00,11.816080813721028,True +2017/10/04 21:00:00,11.186928870045307,True +2017/10/04 22:00:00,10.755637151284354,True +2017/10/04 23:00:00,9.802428929346819,True +2017/10/05 00:00:00,8.489516294421232,True +2017/10/05 01:00:00,7.464125868365288,True +2017/10/05 02:00:00,8.158044579391955,True +2017/10/05 03:00:00,7.504120537561808,True +2017/10/05 04:00:00,8.427963684069258,True +2017/10/05 05:00:00,9.334967309696129,True +2017/10/05 06:00:00,9.927390890299874,True +2017/10/05 07:00:00,11.679930723877943,True +2017/10/05 08:00:00,13.063071112395296,True +2017/10/05 09:00:00,13.193630781964048,True +2017/10/05 10:00:00,13.441440765671501,True +2017/10/05 11:00:00,13.620163900521048,True +2017/10/05 12:00:00,13.504101953472704,True +2017/10/05 13:00:00,13.590188276810029,True +2017/10/05 14:00:00,13.580569472255652,True +2017/10/05 15:00:00,13.554514660646635,True +2017/10/05 16:00:00,13.687075623026855,True +2017/10/05 17:00:00,12.82754371664344,True +2017/10/05 18:00:00,11.94228827991767,True +2017/10/05 19:00:00,11.447842647227528,True +2017/10/05 20:00:00,12.000875333013372,True +2017/10/05 21:00:00,11.163883737836812,True +2017/10/05 22:00:00,10.920846376040993,True +2017/10/05 23:00:00,9.163411010127671,True +2017/10/06 00:00:00,8.68938707111386,True +2017/10/06 01:00:00,7.467418137868496,True +2017/10/06 02:00:00,7.667845895663784,True +2017/10/06 03:00:00,7.994094921314348,True +2017/10/06 04:00:00,8.499754307987002,True +2017/10/06 05:00:00,9.332804203068987,True +2017/10/06 06:00:00,9.92499699856167,True +2017/10/06 07:00:00,11.719723405689152,True +2017/10/06 08:00:00,12.993369967948697,True +2017/10/06 09:00:00,13.106734009724976,True +2017/10/06 10:00:00,13.25913543926831,True +2017/10/06 11:00:00,13.325525073209212,True +2017/10/06 12:00:00,13.223723007083645,True +2017/10/06 13:00:00,13.306409495629437,True +2017/10/06 14:00:00,13.226677332763131,True +2017/10/06 15:00:00,13.123237883177696,True +2017/10/06 16:00:00,13.340768384311898,True +2017/10/06 17:00:00,12.476031935961595,True +2017/10/06 18:00:00,11.604315676023482,True +2017/10/06 19:00:00,11.809280004826931,True +2017/10/06 20:00:00,11.761782524080237,True +2017/10/06 21:00:00,11.781261338053396,True +2017/10/06 22:00:00,10.93249600656773,True +2017/10/06 23:00:00,9.677749007655382,True +2017/10/07 00:00:00,7.900214429321635,True +2017/10/07 01:00:00,7.100201988674165,True +2017/10/07 02:00:00,7.955961286700315,True +2017/10/07 03:00:00,7.137413686413975,True +2017/10/07 04:00:00,8.205063927652063,True +2017/10/07 05:00:00,9.039546216593537,True +2017/10/07 06:00:00,10.135664988825582,True +2017/10/07 07:00:00,10.808781706209535,True +2017/10/07 08:00:00,11.437250903292266,True +2017/10/07 09:00:00,11.74852066489267,True +2017/10/07 10:00:00,11.90465308381992,True +2017/10/07 11:00:00,12.114386157369035,True +2017/10/07 12:00:00,11.269853061305716,True +2017/10/07 13:00:00,10.756906434436473,True +2017/10/07 14:00:00,11.20328419507942,True +2017/10/07 15:00:00,10.98391636545651,True +2017/10/07 16:00:00,11.32114193624436,True +2017/10/07 17:00:00,10.28533542539491,True +2017/10/07 18:00:00,10.256620438607715,True +2017/10/07 19:00:00,10.619611630722495,True +2017/10/07 20:00:00,10.502832666819844,True +2017/10/07 21:00:00,10.46099822144786,True +2017/10/07 22:00:00,10.02399398523184,True +2017/10/07 23:00:00,9.53169495211008,True +2017/10/08 00:00:00,7.952207124778225,True +2017/10/08 01:00:00,7.571319533267871,True +2017/10/08 02:00:00,7.804159554424237,True +2017/10/08 03:00:00,7.890794998267791,True +2017/10/08 04:00:00,8.472529666405219,True +2017/10/08 05:00:00,9.806696825310564,True +2017/10/08 06:00:00,9.937515911798371,True +2017/10/08 07:00:00,9.676095592334315,True +2017/10/08 08:00:00,10.09465849587517,True +2017/10/08 09:00:00,10.272847029908126,True +2017/10/08 10:00:00,10.558820678068752,True +2017/10/08 11:00:00,10.761989706060481,True +2017/10/08 12:00:00,10.13712844533466,True +2017/10/08 13:00:00,10.633015209859215,True +2017/10/08 14:00:00,10.036800502707294,True +2017/10/08 15:00:00,10.499260853128982,True +2017/10/08 16:00:00,10.110146518991149,True +2017/10/08 17:00:00,10.674836002707808,True +2017/10/08 18:00:00,10.10525267832905,True +2017/10/08 19:00:00,10.934152333012479,True +2017/10/08 20:00:00,10.483351352557348,True +2017/10/08 21:00:00,10.846844930007302,True +2017/10/08 22:00:00,9.64309453351478,True +2017/10/08 23:00:00,9.36793713165024,True +2017/10/09 00:00:00,8.130590270470597,True +2017/10/09 01:00:00,7.940644841434281,True +2017/10/09 02:00:00,7.970603393518299,True +2017/10/09 03:00:00,7.978555962902156,True +2017/10/09 04:00:00,8.775134593289653,True +2017/10/09 05:00:00,9.829503978522988,True +2017/10/09 06:00:00,9.931656885492657,True +2017/10/09 07:00:00,10.992195215093547,True +2017/10/09 08:00:00,12.79086061164221,True +2017/10/09 09:00:00,13.034745430094347,True +2017/10/09 10:00:00,13.256892503548322,True +2017/10/09 11:00:00,13.387770837312395,True +2017/10/09 12:00:00,13.2453780528026,True +2017/10/09 13:00:00,13.2860915833846,True +2017/10/09 14:00:00,13.174544576793382,True +2017/10/09 15:00:00,13.152991463915129,True +2017/10/09 16:00:00,13.384169737973695,True +2017/10/09 17:00:00,12.50207749318778,True +2017/10/09 18:00:00,11.650591397526554,True +2017/10/09 19:00:00,11.392612963834221,True +2017/10/09 20:00:00,12.130783451993226,True +2017/10/09 21:00:00,11.175430196330401,True +2017/10/09 22:00:00,10.930572411468454,True +2017/10/09 23:00:00,9.610003660642613,True +2017/10/10 00:00:00,8.18157887737224,True +2017/10/10 01:00:00,7.445864980885672,True +2017/10/10 02:00:00,7.634807589278932,True +2017/10/10 03:00:00,7.928662446610161,True +2017/10/10 04:00:00,8.58498231525587,True +2017/10/10 05:00:00,9.336001511011712,True +2017/10/10 06:00:00,9.924783027784963,True +2017/10/10 07:00:00,11.679222819135468,True +2017/10/10 08:00:00,13.070595722013264,True +2017/10/10 09:00:00,13.162929540676476,True +2017/10/10 10:00:00,13.38866578749349,True +2017/10/10 11:00:00,13.605254114406138,True +2017/10/10 12:00:00,13.44610383965254,True +2017/10/10 13:00:00,13.5683789476023,True +2017/10/10 14:00:00,13.513246384326347,True +2017/10/10 15:00:00,13.509446749024654,True +2017/10/10 16:00:00,13.62957938043691,True +2017/10/10 17:00:00,12.7192480147417,True +2017/10/10 18:00:00,11.801940069903532,True +2017/10/10 19:00:00,11.266536236204875,True +2017/10/10 20:00:00,12.02563020333766,True +2017/10/10 21:00:00,11.110390377297355,True +2017/10/10 22:00:00,10.909327815658273,True +2017/10/10 23:00:00,9.563086746587441,True +2017/10/11 00:00:00,8.725940491333427,True +2017/10/11 01:00:00,7.471334953014472,True +2017/10/11 02:00:00,7.675409445686195,True +2017/10/11 03:00:00,7.909479887524144,True +2017/10/11 04:00:00,8.742889656881493,True +2017/10/11 05:00:00,9.334455097737152,True +2017/10/11 06:00:00,9.925758824428705,True +2017/10/11 07:00:00,11.720277751780207,True +2017/10/11 08:00:00,12.955845209533358,True +2017/10/11 09:00:00,13.213821154820558,True +2017/10/11 10:00:00,13.526844440772786,True +2017/10/11 11:00:00,13.745031689311293,True +2017/10/11 12:00:00,13.649491061537582,True +2017/10/11 13:00:00,13.695448150337839,True +2017/10/11 14:00:00,13.665766255034603,True +2017/10/11 15:00:00,13.666731265445783,True +2017/10/11 16:00:00,13.785568290250893,True +2017/10/11 17:00:00,12.984810952815534,True +2017/10/11 18:00:00,12.2817561865862,True +2017/10/11 19:00:00,11.468485373441265,True +2017/10/11 20:00:00,12.029378522643334,True +2017/10/11 21:00:00,11.129066079191404,True +2017/10/11 22:00:00,11.07494088483832,True +2017/10/11 23:00:00,9.65087648916742,True +2017/10/12 00:00:00,9.071627266644448,True +2017/10/12 01:00:00,7.468194100945502,True +2017/10/12 02:00:00,8.180504303374386,True +2017/10/12 03:00:00,7.452476104162495,True +2017/10/12 04:00:00,8.641217227420082,True +2017/10/12 05:00:00,9.33574082634954,True +2017/10/12 06:00:00,9.927098700442595,True +2017/10/12 07:00:00,11.730689812343696,True +2017/10/12 08:00:00,13.097470165791062,True +2017/10/12 09:00:00,13.250220516465076,True +2017/10/12 10:00:00,13.496405018999496,True +2017/10/12 11:00:00,13.641532555305142,True +2017/10/12 12:00:00,13.46398168297117,True +2017/10/12 13:00:00,13.530336836372568,True +2017/10/12 14:00:00,13.555972772704871,True +2017/10/12 15:00:00,13.531011781753937,True +2017/10/12 16:00:00,13.668772665852577,True +2017/10/12 17:00:00,12.806990884646087,True +2017/10/12 18:00:00,11.93285061353047,True +2017/10/12 19:00:00,11.423470034986428,True +2017/10/12 20:00:00,12.055565803479947,True +2017/10/12 21:00:00,11.137100438189185,True +2017/10/12 22:00:00,11.016162540700217,True +2017/10/12 23:00:00,9.305845488230055,True +2017/10/13 00:00:00,8.677591493383472,True +2017/10/13 01:00:00,7.501826474480748,True +2017/10/13 02:00:00,8.18101017474365,True +2017/10/13 03:00:00,7.445175156334314,True +2017/10/13 04:00:00,8.48535908779757,True +2017/10/13 05:00:00,9.333348829139224,True +2017/10/13 06:00:00,9.928466437813082,True +2017/10/13 07:00:00,11.725552363039023,True +2017/10/13 08:00:00,13.06785643564882,True +2017/10/13 09:00:00,13.1574920048574,True +2017/10/13 10:00:00,13.27747180882083,True +2017/10/13 11:00:00,13.412741746470509,True +2017/10/13 12:00:00,13.277014341282571,True +2017/10/13 13:00:00,13.323492178135636,True +2017/10/13 14:00:00,13.223579253967657,True +2017/10/13 15:00:00,13.155541941228309,True +2017/10/13 16:00:00,13.411911415527232,True +2017/10/13 17:00:00,12.453007490446051,True +2017/10/13 18:00:00,11.617331453305496,True +2017/10/13 19:00:00,11.456061836922222,True +2017/10/13 20:00:00,11.837062746341749,True +2017/10/13 21:00:00,11.468649044856814,True +2017/10/13 22:00:00,10.94802753340985,True +2017/10/13 23:00:00,9.64959304419346,True +2017/10/14 00:00:00,7.888263634759072,True +2017/10/14 01:00:00,7.662115880702298,True +2017/10/14 02:00:00,7.3717123467402725,True +2017/10/14 03:00:00,7.1038898616630135,True +2017/10/14 04:00:00,8.321864136663072,True +2017/10/14 05:00:00,8.857006727396945,True +2017/10/14 06:00:00,9.974581680838343,True +2017/10/14 07:00:00,11.427543559005331,True +2017/10/14 08:00:00,11.37023803937712,True +2017/10/14 09:00:00,11.640569960827287,True +2017/10/14 10:00:00,11.8155465219083,True +2017/10/14 11:00:00,11.854195004007634,True +2017/10/14 12:00:00,11.33866218154155,True +2017/10/14 13:00:00,10.606469421109773,True +2017/10/14 14:00:00,11.37268867914615,True +2017/10/14 15:00:00,10.484574732135695,True +2017/10/14 16:00:00,11.451095051906508,True +2017/10/14 17:00:00,10.253041351785468,True +2017/10/14 18:00:00,10.231447354549282,True +2017/10/14 19:00:00,10.572978555952147,True +2017/10/14 20:00:00,10.465170402860563,True +2017/10/14 21:00:00,10.552664000908107,True +2017/10/14 22:00:00,10.273081413152868,True +2017/10/14 23:00:00,9.52011220842346,True +2017/10/15 00:00:00,8.336960120201217,True +2017/10/15 01:00:00,7.464801649036146,True +2017/10/15 02:00:00,7.71181972103745,True +2017/10/15 03:00:00,7.4826074077663645,True +2017/10/15 04:00:00,8.567970446162445,True +2017/10/15 05:00:00,9.661242208844007,True +2017/10/15 06:00:00,10.344481792502622,True +2017/10/15 07:00:00,10.135330892251105,True +2017/10/15 08:00:00,10.187755962933178,True +2017/10/15 09:00:00,10.16247634901977,True +2017/10/15 10:00:00,10.667317300380683,True +2017/10/15 11:00:00,10.685779654575667,True +2017/10/15 12:00:00,10.526977476341688,True +2017/10/15 13:00:00,10.814383925407615,True +2017/10/15 14:00:00,10.078196565985465,True +2017/10/15 15:00:00,10.021094540577588,True +2017/10/15 16:00:00,10.139074110272091,True +2017/10/15 17:00:00,10.623124315969584,True +2017/10/15 18:00:00,10.919720968004397,True +2017/10/15 19:00:00,10.83114834747395,True +2017/10/15 20:00:00,10.843017024877575,True +2017/10/15 21:00:00,10.667894512602063,True +2017/10/15 22:00:00,10.008743519905078,True +2017/10/15 23:00:00,9.293146009172743,True +2017/10/16 00:00:00,8.494847675845532,True +2017/10/16 01:00:00,7.869729048384579,True +2017/10/16 02:00:00,8.000575134334975,True +2017/10/16 03:00:00,7.83051452232117,True +2017/10/16 04:00:00,8.962921574697422,True +2017/10/16 05:00:00,10.372111263951806,True +2017/10/16 06:00:00,10.675254804761407,True +2017/10/16 07:00:00,11.345849128716953,True +2017/10/16 08:00:00,12.712007566115256,True +2017/10/16 09:00:00,12.965661309649128,True +2017/10/16 10:00:00,13.16862248766725,True +2017/10/16 11:00:00,13.282117015283509,True +2017/10/16 12:00:00,13.110017995545823,True +2017/10/16 13:00:00,13.149631019491375,True +2017/10/16 14:00:00,13.100456511205275,True +2017/10/16 15:00:00,13.059967260277338,True +2017/10/16 16:00:00,13.249622315823723,True +2017/10/16 17:00:00,12.239658458781722,True +2017/10/16 18:00:00,11.956971231144854,True +2017/10/16 19:00:00,11.305603614508566,True +2017/10/16 20:00:00,11.770622994439062,True +2017/10/16 21:00:00,11.030882850839273,True +2017/10/16 22:00:00,10.208744618166019,True +2017/10/16 23:00:00,9.17016091280746,True +2017/10/17 00:00:00,8.138654600136947,True +2017/10/17 01:00:00,7.744467027289459,True +2017/10/17 02:00:00,7.642562349490761,True +2017/10/17 03:00:00,7.91882667005717,True +2017/10/17 04:00:00,8.66258122487432,True +2017/10/17 05:00:00,10.37182847094417,True +2017/10/17 06:00:00,10.638699359228395,True +2017/10/17 07:00:00,11.353142930845106,True +2017/10/17 08:00:00,12.63931825329596,True +2017/10/17 09:00:00,12.8461916449874,True +2017/10/17 10:00:00,13.114032653882964,True +2017/10/17 11:00:00,13.280433730087426,True +2017/10/17 12:00:00,13.167675126807703,True +2017/10/17 13:00:00,13.27797947267244,True +2017/10/17 14:00:00,13.30170835590987,True +2017/10/17 15:00:00,13.271215464032647,True +2017/10/17 16:00:00,13.423694694265007,True +2017/10/17 17:00:00,12.374438048467296,True +2017/10/17 18:00:00,12.063905930320775,True +2017/10/17 19:00:00,11.591145600165518,True +2017/10/17 20:00:00,11.708478255651508,True +2017/10/17 21:00:00,11.611381881751699,True +2017/10/17 22:00:00,10.640393258025911,True +2017/10/17 23:00:00,9.180765401409039,True +2017/10/18 00:00:00,8.154493743143755,True +2017/10/18 01:00:00,7.442012332000645,True +2017/10/18 02:00:00,7.7678640545153375,True +2017/10/18 03:00:00,7.71021910328065,True +2017/10/18 04:00:00,8.880770260531959,True +2017/10/18 05:00:00,10.462422723361867,True +2017/10/18 06:00:00,10.722404523249693,True +2017/10/18 07:00:00,11.565730255183885,True +2017/10/18 08:00:00,12.890941331927584,True +2017/10/18 09:00:00,13.020584606884617,True +2017/10/18 10:00:00,13.194820658280635,True +2017/10/18 11:00:00,13.334790376325019,True +2017/10/18 12:00:00,13.200605155356923,True +2017/10/18 13:00:00,13.180459925607261,True +2017/10/18 14:00:00,13.2166822639416,True +2017/10/18 15:00:00,13.170997869802065,True +2017/10/18 16:00:00,13.331024195635298,True +2017/10/18 17:00:00,12.38746205718713,True +2017/10/18 18:00:00,12.001491929954975,True +2017/10/18 19:00:00,11.461800257225716,True +2017/10/18 20:00:00,12.176077590857798,True +2017/10/18 21:00:00,11.174410360297731,True +2017/10/18 22:00:00,10.905992821810978,True +2017/10/18 23:00:00,9.677895554449908,True +2017/10/19 00:00:00,8.14451036695753,True +2017/10/19 01:00:00,7.443817803530474,True +2017/10/19 02:00:00,7.6356969087731,True +2017/10/19 03:00:00,7.906100369195334,True +2017/10/19 04:00:00,8.701118469612856,True +2017/10/19 05:00:00,9.337701991551953,True +2017/10/19 06:00:00,9.925804531276443,True +2017/10/19 07:00:00,11.897279464014247,True +2017/10/19 08:00:00,12.985971955222917,True +2017/10/19 09:00:00,13.078379631987863,True +2017/10/19 10:00:00,13.22107495848389,True +2017/10/19 11:00:00,13.334606019964395,True +2017/10/19 12:00:00,13.19854901563375,True +2017/10/19 13:00:00,13.26920422990243,True +2017/10/19 14:00:00,13.199635415903588,True +2017/10/19 15:00:00,13.169904259008685,True +2017/10/19 16:00:00,13.332571295373587,True +2017/10/19 17:00:00,12.398802210185217,True +2017/10/19 18:00:00,11.970679868403618,True +2017/10/19 19:00:00,11.442571886909322,True +2017/10/19 20:00:00,12.149765239139334,True +2017/10/19 21:00:00,11.1778103862037,True +2017/10/19 22:00:00,10.907572856835563,True +2017/10/19 23:00:00,9.684552868454041,True +2017/10/20 00:00:00,8.177147930516806,True +2017/10/20 01:00:00,7.4977326964967155,True +2017/10/20 02:00:00,7.678041462400975,True +2017/10/20 03:00:00,7.481329309751282,True +2017/10/20 04:00:00,8.699797994143754,True +2017/10/20 05:00:00,9.33696601383107,True +2017/10/20 06:00:00,9.928587239036489,True +2017/10/20 07:00:00,11.729304899113943,True +2017/10/20 08:00:00,12.937560439590799,True +2017/10/20 09:00:00,13.072630505630503,True +2017/10/20 10:00:00,13.224228156169417,True +2017/10/20 11:00:00,13.3724711552343,True +2017/10/20 12:00:00,13.236511564796757,True +2017/10/20 13:00:00,13.331492141712951,True +2017/10/20 14:00:00,13.26806239172698,True +2017/10/20 15:00:00,13.091570767317426,True +2017/10/20 16:00:00,13.281887718718458,True +2017/10/20 17:00:00,12.437282731744888,True +2017/10/20 18:00:00,11.91405348323224,True +2017/10/20 19:00:00,11.645903240589034,True +2017/10/20 20:00:00,12.01724012255666,True +2017/10/20 21:00:00,11.555789477386929,True +2017/10/20 22:00:00,10.953548870175988,True +2017/10/20 23:00:00,9.665754621883249,True +2017/10/21 00:00:00,7.899126941722543,True +2017/10/21 01:00:00,7.100656840928458,True +2017/10/21 02:00:00,7.322747837564585,True +2017/10/21 03:00:00,7.131735870863112,True +2017/10/21 04:00:00,8.306456320562773,True +2017/10/21 05:00:00,9.033204751404215,True +2017/10/21 06:00:00,9.976201631933662,True +2017/10/21 07:00:00,11.523913843963356,True +2017/10/21 08:00:00,11.603398314535431,True +2017/10/21 09:00:00,12.00263054621823,True +2017/10/21 10:00:00,12.282573134752548,True +2017/10/21 11:00:00,12.45759038095415,True +2017/10/21 12:00:00,11.075463535497134,True +2017/10/21 13:00:00,11.387328786910924,True +2017/10/21 14:00:00,11.227124123718015,True +2017/10/21 15:00:00,11.204081304861722,True +2017/10/21 16:00:00,11.24711412746783,True +2017/10/21 17:00:00,10.35519919028903,True +2017/10/21 18:00:00,10.86878090915755,True +2017/10/21 19:00:00,10.54355963545044,True +2017/10/21 20:00:00,10.380128735256728,True +2017/10/21 21:00:00,10.475181709955734,True +2017/10/21 22:00:00,10.513097773553437,True +2017/10/21 23:00:00,9.308993771939779,True +2017/10/22 00:00:00,8.185100513659213,True +2017/10/22 01:00:00,7.516053130781732,True +2017/10/22 02:00:00,7.486766905408828,True +2017/10/22 03:00:00,7.382691333498217,True +2017/10/22 04:00:00,8.475425996916199,True +2017/10/22 05:00:00,9.178660344880091,True +2017/10/22 06:00:00,9.767565283744664,True +2017/10/22 07:00:00,9.840627132722664,True +2017/10/22 08:00:00,9.781716529791055,True +2017/10/22 09:00:00,10.682388004966702,True +2017/10/22 10:00:00,10.411943488368744,True +2017/10/22 11:00:00,10.904739435252893,True +2017/10/22 12:00:00,10.434030562906145,True +2017/10/22 13:00:00,11.313505952617383,True +2017/10/22 14:00:00,10.36999087178607,True +2017/10/22 15:00:00,11.211782446113686,True +2017/10/22 16:00:00,10.38468394900132,True +2017/10/22 17:00:00,10.687424200070474,True +2017/10/22 18:00:00,10.700998248820465,True +2017/10/22 19:00:00,10.893830300677525,True +2017/10/22 20:00:00,10.614760704736929,True +2017/10/22 21:00:00,10.578519233083355,True +2017/10/22 22:00:00,10.531999157001497,True +2017/10/22 23:00:00,9.690679873889529,True +2017/10/23 00:00:00,8.892463227419515,True +2017/10/23 01:00:00,8.166058449937529,True +2017/10/23 02:00:00,8.650849782452989,True +2017/10/23 03:00:00,8.06327973058682,True +2017/10/23 04:00:00,8.245849656530039,True +2017/10/23 05:00:00,9.333849731073938,True +2017/10/23 06:00:00,9.924784940029035,True +2017/10/23 07:00:00,12.030235576241585,True +2017/10/23 08:00:00,13.075708705807584,True +2017/10/23 09:00:00,13.123113601388702,True +2017/10/23 10:00:00,13.225554866200978,True +2017/10/23 11:00:00,13.298147190702528,True +2017/10/23 12:00:00,13.096303374030231,True +2017/10/23 13:00:00,13.113523364347591,True +2017/10/23 14:00:00,13.03698508604544,True +2017/10/23 15:00:00,12.991624964980476,True +2017/10/23 16:00:00,13.175703960687137,True +2017/10/23 17:00:00,12.171177326151003,True +2017/10/23 18:00:00,11.918088795220795,True +2017/10/23 19:00:00,11.395199098244847,True +2017/10/23 20:00:00,11.809965934123614,True +2017/10/23 21:00:00,11.062447012810946,True +2017/10/23 22:00:00,10.199187583508733,True +2017/10/23 23:00:00,9.17626299777088,True +2017/10/24 00:00:00,8.361554118174912,True +2017/10/24 01:00:00,7.81663838673784,True +2017/10/24 02:00:00,8.028450027309805,True +2017/10/24 03:00:00,7.4884711794283465,True +2017/10/24 04:00:00,8.967857475649648,True +2017/10/24 05:00:00,10.204835784089042,True +2017/10/24 06:00:00,10.879531483989311,True +2017/10/24 07:00:00,11.362640809082592,True +2017/10/24 08:00:00,12.63944295475533,True +2017/10/24 09:00:00,12.887621347187592,True +2017/10/24 10:00:00,13.046272546431776,True +2017/10/24 11:00:00,13.21431058611153,True +2017/10/24 12:00:00,13.06005488754455,True +2017/10/24 13:00:00,13.133959765651133,True +2017/10/24 14:00:00,13.117704675258246,True +2017/10/24 15:00:00,13.090326297423363,True +2017/10/24 16:00:00,13.292376647240598,True +2017/10/24 17:00:00,12.27480339118545,True +2017/10/24 18:00:00,11.949403886349995,True +2017/10/24 19:00:00,11.392914405978761,True +2017/10/24 20:00:00,12.112575068739064,True +2017/10/24 21:00:00,11.127585505006012,True +2017/10/24 22:00:00,10.23689997952841,True +2017/10/24 23:00:00,9.173733685953005,True +2017/10/25 00:00:00,8.261151936834391,True +2017/10/25 01:00:00,7.708925323268029,True +2017/10/25 02:00:00,8.022260533439951,True +2017/10/25 03:00:00,7.824584981355986,True +2017/10/25 04:00:00,9.054453264373672,True +2017/10/25 05:00:00,9.66943101843488,True +2017/10/25 06:00:00,10.254552910977637,True +2017/10/25 07:00:00,11.741229491271062,True +2017/10/25 08:00:00,12.949070372020419,True +2017/10/25 09:00:00,13.109827475542144,True +2017/10/25 10:00:00,13.27509430759546,True +2017/10/25 11:00:00,13.397491288039333,True +2017/10/25 12:00:00,13.27714886675937,True +2017/10/25 13:00:00,13.28285048306389,True +2017/10/25 14:00:00,13.387297890825531,True +2017/10/25 15:00:00,13.499650290367857,True +2017/10/25 16:00:00,13.611900936706201,True +2017/10/25 17:00:00,12.760848794609617,True +2017/10/25 18:00:00,11.927643189146067,True +2017/10/25 19:00:00,11.688330035210518,True +2017/10/25 20:00:00,11.92204987671832,True +2017/10/25 21:00:00,11.174552449538501,True +2017/10/25 22:00:00,10.654296332033361,True +2017/10/25 23:00:00,9.182625844452557,True +2017/10/26 00:00:00,8.314633022785044,True +2017/10/26 01:00:00,7.502729228910147,True +2017/10/26 02:00:00,8.187047706019683,True +2017/10/26 03:00:00,7.439610662761729,True +2017/10/26 04:00:00,8.91792088778698,True +2017/10/26 05:00:00,9.332792432015065,True +2017/10/26 06:00:00,9.924445941257497,True +2017/10/26 07:00:00,12.26613274333315,True +2017/10/26 08:00:00,13.231687975788011,True +2017/10/26 09:00:00,13.34891555448076,True +2017/10/26 10:00:00,13.294634451586681,True +2017/10/26 11:00:00,13.360154821391824,True +2017/10/26 12:00:00,13.22271475562993,True +2017/10/26 13:00:00,13.247903075219662,True +2017/10/26 14:00:00,13.160591343660087,True +2017/10/26 15:00:00,13.099501347717045,True +2017/10/26 16:00:00,13.286058038775659,True +2017/10/26 17:00:00,12.339678556594214,True +2017/10/26 18:00:00,11.980360654207535,True +2017/10/26 19:00:00,11.437691399050163,True +2017/10/26 20:00:00,12.162501698126558,True +2017/10/26 21:00:00,11.183763302757582,True +2017/10/26 22:00:00,10.880314180421765,True +2017/10/26 23:00:00,9.55505512785347,True +2017/10/27 00:00:00,8.178536261471113,True +2017/10/27 01:00:00,7.501634752147434,True +2017/10/27 02:00:00,7.956398290832272,True +2017/10/27 03:00:00,7.480092349625831,True +2017/10/27 04:00:00,8.700142784235442,True +2017/10/27 05:00:00,9.519128006332734,True +2017/10/27 06:00:00,9.928132297085778,True +2017/10/27 07:00:00,11.708204555267708,True +2017/10/27 08:00:00,12.894935263733418,True +2017/10/27 09:00:00,13.010074881616642,True +2017/10/27 10:00:00,13.224981549357148,True +2017/10/27 11:00:00,13.361397178577878,True +2017/10/27 12:00:00,13.22735478736493,True +2017/10/27 13:00:00,13.243503374909192,True +2017/10/27 14:00:00,13.193328902929712,True +2017/10/27 15:00:00,13.18848820529941,True +2017/10/27 16:00:00,13.290841828158467,True +2017/10/27 17:00:00,12.425592152686807,True +2017/10/27 18:00:00,11.977260829796567,True +2017/10/27 19:00:00,11.4324206172938,True +2017/10/27 20:00:00,12.14206496885244,True +2017/10/27 21:00:00,11.15597726508682,True +2017/10/27 22:00:00,10.92953030639054,True +2017/10/27 23:00:00,9.65586339255172,True +2017/10/28 00:00:00,8.05443848607688,True +2017/10/28 01:00:00,7.097940830028095,True +2017/10/28 02:00:00,7.32023660559474,True +2017/10/28 03:00:00,7.1316655901713775,True +2017/10/28 04:00:00,8.304439000985644,True +2017/10/28 05:00:00,8.8573914390323,True +2017/10/28 06:00:00,9.973365503924494,True +2017/10/28 07:00:00,11.44865553556619,True +2017/10/28 08:00:00,11.584615853102202,True +2017/10/28 09:00:00,11.818361438598469,True +2017/10/28 10:00:00,11.941384649742323,True +2017/10/28 11:00:00,12.001804838029846,True +2017/10/28 12:00:00,11.263129107669302,True +2017/10/28 13:00:00,10.621055973830615,True +2017/10/28 14:00:00,11.374973228251271,True +2017/10/28 15:00:00,10.507725773646856,True +2017/10/28 16:00:00,11.38981010874542,True +2017/10/28 17:00:00,10.288461900777607,True +2017/10/28 18:00:00,10.67644728680266,True +2017/10/28 19:00:00,10.612259431539357,True +2017/10/28 20:00:00,10.510826463479022,True +2017/10/28 21:00:00,10.458048396083738,True +2017/10/28 22:00:00,10.001626947846658,True +2017/10/28 23:00:00,8.92592505473812,True +2017/10/29 00:00:00,8.370587858180409,True +2017/10/29 01:00:00,7.379696708078197,True +2017/10/29 02:00:00,7.695461862902175,True +2017/10/29 03:00:00,7.456989990334596,True +2017/10/29 04:00:00,8.53440761545578,True +2017/10/29 05:00:00,9.574200303750896,True +2017/10/29 06:00:00,10.256195932120534,True +2017/10/29 07:00:00,10.092459767222229,True +2017/10/29 08:00:00,10.082980117656613,True +2017/10/29 09:00:00,9.987110230802575,True +2017/10/29 10:00:00,10.638512071569277,True +2017/10/29 11:00:00,10.650075110750544,True +2017/10/29 12:00:00,10.632061614035504,True +2017/10/29 13:00:00,10.573311855665004,True +2017/10/29 14:00:00,10.438548894695762,True +2017/10/29 15:00:00,10.413442204903486,True +2017/10/29 16:00:00,10.509265526371108,True +2017/10/29 17:00:00,10.583159975347879,True +2017/10/29 18:00:00,10.891864796742672,True +2017/10/29 19:00:00,10.858563524435896,True +2017/10/29 20:00:00,10.732958316853757,True +2017/10/29 21:00:00,10.704618927575408,True +2017/10/29 22:00:00,10.006541093100825,True +2017/10/29 23:00:00,9.286998068547657,True +2017/10/30 00:00:00,8.491039013585745,True +2017/10/30 01:00:00,7.8863194184526755,True +2017/10/30 02:00:00,8.015413378327946,True +2017/10/30 03:00:00,7.920761960942854,True +2017/10/30 04:00:00,8.98843549265469,True +2017/10/30 05:00:00,10.521073915749987,True +2017/10/30 06:00:00,10.539231642394533,True +2017/10/30 07:00:00,11.34888962999966,True +2017/10/30 08:00:00,12.638694936786003,True +2017/10/30 09:00:00,12.948477751917551,True +2017/10/30 10:00:00,13.233373020079883,True +2017/10/30 11:00:00,13.390625749424014,True +2017/10/30 12:00:00,13.321536233671075,True +2017/10/30 13:00:00,13.360771182839176,True +2017/10/30 14:00:00,13.337641472605348,True +2017/10/30 15:00:00,13.36945336413236,True +2017/10/30 16:00:00,13.547943620430958,True +2017/10/30 17:00:00,12.520575442171172,True +2017/10/30 18:00:00,12.053659405741447,True +2017/10/30 19:00:00,11.400743828994957,True +2017/10/30 20:00:00,12.051782466448266,True +2017/10/30 21:00:00,11.185389385579684,True +2017/10/30 22:00:00,10.460635153622706,True +2017/10/30 23:00:00,9.653498926077273,True +2017/10/31 00:00:00,8.138772953395668,True +2017/10/31 01:00:00,7.463183143156786,True +2017/10/31 02:00:00,7.65779353144309,True +2017/10/31 03:00:00,7.468348327433764,True +2017/10/31 04:00:00,9.255623849893832,True +2017/10/31 05:00:00,9.334846296245225,True +2017/10/31 06:00:00,9.925770973698553,True +2017/10/31 07:00:00,11.901617876133638,True +2017/10/31 08:00:00,13.022377527401062,True +2017/10/31 09:00:00,13.12170459449838,True +2017/10/31 10:00:00,13.288312206423734,True +2017/10/31 11:00:00,13.462555285412495,True +2017/10/31 12:00:00,13.317319145006111,True +2017/10/31 13:00:00,13.425976689637158,True +2017/10/31 14:00:00,13.410655590564732,True +2017/10/31 15:00:00,13.281289269867102,True +2017/10/31 16:00:00,13.44776315177198,True +2017/10/31 17:00:00,12.513134676835264,True +2017/10/31 18:00:00,12.050725136898956,True +2017/10/31 19:00:00,11.41809910365569,True +2017/10/31 20:00:00,12.094658779207677,True +2017/10/31 21:00:00,11.179999330252,True +2017/10/31 22:00:00,10.89918908279462,True +2017/10/31 23:00:00,9.57413234874667,True +2017/11/01 00:00:00,8.460372612411911,True +2017/11/01 01:00:00,8.762166408650506,True +2017/11/01 02:00:00,8.352575909023715,True +2017/11/01 03:00:00,7.790520815983586,True +2017/11/01 04:00:00,8.775875090674141,True +2017/11/01 05:00:00,9.513307188296261,True +2017/11/01 06:00:00,10.04845900506601,True +2017/11/01 07:00:00,11.79520423734357,True +2017/11/01 08:00:00,12.92671743349799,True +2017/11/01 09:00:00,13.052336367498079,True +2017/11/01 10:00:00,13.259089839972821,True +2017/11/01 11:00:00,13.409667130597056,True +2017/11/01 12:00:00,13.264739011029398,True +2017/11/01 13:00:00,13.346302515504453,True +2017/11/01 14:00:00,13.281080645496571,True +2017/11/01 15:00:00,13.195924540759544,True +2017/11/01 16:00:00,13.367133827572781,True +2017/11/01 17:00:00,12.43330737641759,True +2017/11/01 18:00:00,12.08350059323605,True +2017/11/01 19:00:00,11.475281322731044,True +2017/11/01 20:00:00,12.184922848536175,True +2017/11/01 21:00:00,11.18012067401007,True +2017/11/01 22:00:00,10.84397073724434,True +2017/11/01 23:00:00,9.375496790366629,True +2017/11/02 00:00:00,8.58041104617913,True +2017/11/02 01:00:00,7.867868758286751,True +2017/11/02 02:00:00,8.503388413397012,True +2017/11/02 03:00:00,8.03960534441172,True +2017/11/02 04:00:00,9.14810574548152,True +2017/11/02 05:00:00,9.849715021597216,True +2017/11/02 06:00:00,10.375417107851272,True +2017/11/02 07:00:00,11.695415839009573,True +2017/11/02 08:00:00,12.913605710210456,True +2017/11/02 09:00:00,13.00694674255064,True +2017/11/02 10:00:00,13.132691761191438,True +2017/11/02 11:00:00,13.256024040035397,True +2017/11/02 12:00:00,13.094609034303746,True +2017/11/02 13:00:00,13.202413967058275,True +2017/11/02 14:00:00,13.126071080828345,True +2017/11/02 15:00:00,13.056548789538565,True +2017/11/02 16:00:00,13.232501077023961,True +2017/11/02 17:00:00,12.230905591868517,True +2017/11/02 18:00:00,12.039703737582302,True +2017/11/02 19:00:00,11.444941958824055,True +2017/11/02 20:00:00,11.91752512898302,True +2017/11/02 21:00:00,11.180622156194868,True +2017/11/02 22:00:00,10.677386274552246,True +2017/11/02 23:00:00,9.404230527049895,True +2017/11/03 00:00:00,9.004339058914777,True +2017/11/03 01:00:00,7.89830663535994,True +2017/11/03 02:00:00,8.468005171648562,True +2017/11/03 03:00:00,7.877150522660542,True +2017/11/03 04:00:00,9.475178873514913,True +2017/11/03 05:00:00,10.436580925794772,True +2017/11/03 06:00:00,11.030234556808805,True +2017/11/03 07:00:00,11.434301674032321,True +2017/11/03 08:00:00,12.756762117589656,True +2017/11/03 09:00:00,12.988050357715453,True +2017/11/03 10:00:00,13.162921760475811,True +2017/11/03 11:00:00,13.30351290698519,True +2017/11/03 12:00:00,13.193358831698626,True +2017/11/03 13:00:00,13.282832881753848,True +2017/11/03 14:00:00,13.225831259651478,True +2017/11/03 15:00:00,13.227866281606337,True +2017/11/03 16:00:00,13.374941045337305,True +2017/11/03 17:00:00,12.404959979823795,True +2017/11/03 18:00:00,12.05187457706474,True +2017/11/03 19:00:00,11.447956030169374,True +2017/11/03 20:00:00,12.15141636280512,True +2017/11/03 21:00:00,11.187994212576598,True +2017/11/03 22:00:00,10.930732290298616,True +2017/11/03 23:00:00,9.672427090316281,True +2017/11/04 00:00:00,8.226981513914868,True +2017/11/04 01:00:00,7.46005644140665,True +2017/11/04 02:00:00,7.930222593050755,True +2017/11/04 03:00:00,7.580065687841397,True +2017/11/04 04:00:00,8.522037164486067,True +2017/11/04 05:00:00,9.048343623094022,True +2017/11/04 06:00:00,10.090331974593806,True +2017/11/04 07:00:00,11.50971405917739,True +2017/11/04 08:00:00,11.717398251610474,True +2017/11/04 09:00:00,11.996471303577593,True +2017/11/04 10:00:00,12.137195886077931,True +2017/11/04 11:00:00,12.262584696609734,True +2017/11/04 12:00:00,11.176799693400271,True +2017/11/04 13:00:00,10.803448400166701,True +2017/11/04 14:00:00,11.37696831236056,True +2017/11/04 15:00:00,11.244491865428076,True +2017/11/04 16:00:00,10.766331036730897,True +2017/11/04 17:00:00,10.469342148614118,True +2017/11/04 18:00:00,10.693502511841146,True +2017/11/04 19:00:00,10.625627073242185,True +2017/11/04 20:00:00,10.509561053277356,True +2017/11/04 21:00:00,10.371558851717486,True +2017/11/04 22:00:00,10.043832499768719,True +2017/11/04 23:00:00,9.458890261231751,True +2017/11/05 00:00:00,8.594654412325857,True +2017/11/05 01:00:00,8.10897842161543,True +2017/11/05 02:00:00,8.213092009689822,True +2017/11/05 03:00:00,8.090483561013077,True +2017/11/05 04:00:00,8.829118468330751,True +2017/11/05 05:00:00,9.577607305078098,True +2017/11/05 06:00:00,9.963869101818046,True +2017/11/05 07:00:00,10.148491490250668,True +2017/11/05 08:00:00,10.004372378700083,True +2017/11/05 09:00:00,10.625803758775788,True +2017/11/05 10:00:00,10.358161309485345,True +2017/11/05 11:00:00,10.423584274356024,True +2017/11/05 12:00:00,10.65923435414356,True +2017/11/05 13:00:00,10.658709102331317,True +2017/11/05 14:00:00,10.321480898666762,True +2017/11/05 15:00:00,10.796284330541397,True +2017/11/05 16:00:00,10.141961377097005,True +2017/11/05 17:00:00,10.299730190709472,True +2017/11/05 18:00:00,10.645708772074332,True +2017/11/05 19:00:00,10.567592934464507,True +2017/11/05 20:00:00,10.620795380487223,True +2017/11/05 21:00:00,10.532189637919117,True +2017/11/05 22:00:00,10.027477934331833,True +2017/11/05 23:00:00,9.521852677922691,True +2017/11/06 00:00:00,8.504477614267348,True +2017/11/06 01:00:00,8.480104994615552,True +2017/11/06 02:00:00,7.799853565761347,True +2017/11/06 03:00:00,8.370378863833995,True +2017/11/06 04:00:00,7.921356618235421,True +2017/11/06 05:00:00,9.408725222874148,True +2017/11/06 06:00:00,9.511893277815663,True +2017/11/06 07:00:00,10.456494656017686,True +2017/11/06 08:00:00,11.597172881028381,True +2017/11/06 09:00:00,13.005165604472916,True +2017/11/06 10:00:00,13.112056445098672,True +2017/11/06 11:00:00,13.272346924115128,True +2017/11/06 12:00:00,13.369804375157118,True +2017/11/06 13:00:00,13.198005609296489,True +2017/11/06 14:00:00,13.162591233024694,True +2017/11/06 15:00:00,13.087616282767494,True +2017/11/06 16:00:00,13.057363961442038,True +2017/11/06 17:00:00,13.249415101038563,True +2017/11/06 18:00:00,12.480518840455792,True +2017/11/06 19:00:00,11.969892470930958,True +2017/11/06 20:00:00,11.710187920062,True +2017/11/06 21:00:00,11.922839060886043,True +2017/11/06 22:00:00,11.185659743433263,True +2017/11/06 23:00:00,10.399397429781853,True +2017/11/07 00:00:00,9.62781431605492,True +2017/11/07 01:00:00,8.844648472338571,True +2017/11/07 02:00:00,8.265179347483057,True +2017/11/07 03:00:00,8.446296732347117,True +2017/11/07 04:00:00,8.256294263307147,True +2017/11/07 05:00:00,9.144795848545453,True +2017/11/07 06:00:00,10.536902319396662,True +2017/11/07 07:00:00,10.733990349147687,True +2017/11/07 08:00:00,11.049192290097643,True +2017/11/07 09:00:00,12.700321574088447,True +2017/11/07 10:00:00,12.85216394740937,True +2017/11/07 11:00:00,13.009800246573624,True +2017/11/07 12:00:00,13.227905248463324,True +2017/11/07 13:00:00,13.029342522858864,True +2017/11/07 14:00:00,13.094051029752272,True +2017/11/07 15:00:00,13.042267648087705,True +2017/11/07 16:00:00,13.043022767391136,True +2017/11/07 17:00:00,13.212592018303143,True +2017/11/07 18:00:00,12.451502171126387,True +2017/11/07 19:00:00,11.973261573342658,True +2017/11/07 20:00:00,11.630132963556228,True +2017/11/07 21:00:00,11.803154777897653,True +2017/11/07 22:00:00,11.560776501582925,True +2017/11/07 23:00:00,10.468723304985588,True +2017/11/08 00:00:00,9.460779056513655,True +2017/11/08 01:00:00,8.612624244092569,True +2017/11/08 02:00:00,7.799447586489708,True +2017/11/08 03:00:00,8.33135716010943,True +2017/11/08 04:00:00,8.044456619103462,True +2017/11/08 05:00:00,9.26848679674194,True +2017/11/08 06:00:00,9.846900376151561,True +2017/11/08 07:00:00,10.37361950729988,True +2017/11/08 08:00:00,11.479714890328998,True +2017/11/08 09:00:00,12.927600186956099,True +2017/11/08 10:00:00,13.003634246740985,True +2017/11/08 11:00:00,13.147484884095324,True +2017/11/08 12:00:00,13.25902201414269,True +2017/11/08 13:00:00,13.117947684220772,True +2017/11/08 14:00:00,13.159319324595694,True +2017/11/08 15:00:00,13.091656720636855,True +2017/11/08 16:00:00,13.05702516536652,True +2017/11/08 17:00:00,13.255576463983804,True +2017/11/08 18:00:00,12.499537632720093,True +2017/11/08 19:00:00,12.032416993841386,True +2017/11/08 20:00:00,11.462789317156941,True +2017/11/08 21:00:00,12.07886632570731,True +2017/11/08 22:00:00,11.188499803828405,True +2017/11/08 23:00:00,10.48272884853241,True +2017/11/09 00:00:00,9.539284444256975,True +2017/11/09 01:00:00,8.763668481705718,True +2017/11/09 02:00:00,7.8062705007964,True +2017/11/09 03:00:00,8.417066177470549,True +2017/11/09 04:00:00,7.887718559318222,True +2017/11/09 05:00:00,9.326757341144495,True +2017/11/09 06:00:00,9.511654406832244,True +2017/11/09 07:00:00,10.459227375370682,True +2017/11/09 08:00:00,11.482124284171011,True +2017/11/09 09:00:00,12.942799560378873,True +2017/11/09 10:00:00,13.033209361256656,True +2017/11/09 11:00:00,13.193627635731987,True +2017/11/09 12:00:00,13.323306823600571,True +2017/11/09 13:00:00,13.176019874785847,True +2017/11/09 14:00:00,13.225378831863015,True +2017/11/09 15:00:00,13.199002461422253,True +2017/11/09 16:00:00,13.118867542320109,True +2017/11/09 17:00:00,13.270690026761363,True +2017/11/09 18:00:00,12.530918637340374,True +2017/11/09 19:00:00,11.985503156124368,True +2017/11/09 20:00:00,11.456369243145781,True +2017/11/09 21:00:00,12.102241636020766,True +2017/11/09 22:00:00,11.19700522786656,True +2017/11/09 23:00:00,10.60752177173347,True +2017/11/10 00:00:00,9.725209879432347,True +2017/11/10 01:00:00,8.968672633724296,True +2017/11/10 02:00:00,7.8039492511476025,True +2017/11/10 03:00:00,7.988139913452959,True +2017/11/10 04:00:00,8.040793070067664,True +2017/11/10 05:00:00,8.902678485054485,True +2017/11/10 06:00:00,9.853717708202462,True +2017/11/10 07:00:00,10.37691910372371,True +2017/11/10 08:00:00,11.896655171394576,True +2017/11/10 09:00:00,13.070122933774565,True +2017/11/10 10:00:00,13.133862936892898,True +2017/11/10 11:00:00,13.413960066272699,True +2017/11/10 12:00:00,13.425962693919699,True +2017/11/10 13:00:00,13.240074667921524,True +2017/11/10 14:00:00,13.232461828748662,True +2017/11/10 15:00:00,13.190348627410891,True +2017/11/10 16:00:00,13.12595223221428,True +2017/11/10 17:00:00,13.305797337099126,True +2017/11/10 18:00:00,12.571861680913512,True +2017/11/10 19:00:00,12.002209873970438,True +2017/11/10 20:00:00,11.491657936628586,True +2017/11/10 21:00:00,11.920284128881335,True +2017/11/10 22:00:00,11.22766980717769,True +2017/11/10 23:00:00,10.52031454416,True +2017/11/11 00:00:00,9.712920966483368,True +2017/11/11 01:00:00,8.574496650163653,True +2017/11/11 02:00:00,7.561381133301061,True +2017/11/11 03:00:00,8.146154972247762,True +2017/11/11 04:00:00,7.435138481310983,True +2017/11/11 05:00:00,8.986337011064876,True +2017/11/11 06:00:00,9.206906558691692,True +2017/11/11 07:00:00,10.50083730598233,True +2017/11/11 08:00:00,10.652225280271711,True +2017/11/11 09:00:00,10.96126432456488,True +2017/11/11 10:00:00,11.58290545200329,True +2017/11/11 11:00:00,11.736307454667992,True +2017/11/11 12:00:00,11.87075817706919,True +2017/11/11 13:00:00,11.43114086588395,True +2017/11/11 14:00:00,10.64012028425846,True +2017/11/11 15:00:00,11.407211258128923,True +2017/11/11 16:00:00,10.52827559945721,True +2017/11/11 17:00:00,11.38324711774086,True +2017/11/11 18:00:00,10.631282373760147,True +2017/11/11 19:00:00,10.952885843526111,True +2017/11/11 20:00:00,10.561825904390753,True +2017/11/11 21:00:00,10.887072360739626,True +2017/11/11 22:00:00,10.376451668321401,True +2017/11/11 23:00:00,10.375669452180569,True +2017/11/12 00:00:00,9.164483396000366,True +2017/11/12 01:00:00,8.848780160865557,True +2017/11/12 02:00:00,7.438544507299772,True +2017/11/12 03:00:00,8.207460183679373,True +2017/11/12 04:00:00,7.563356351310947,True +2017/11/12 05:00:00,9.069578096937832,True +2017/11/12 06:00:00,9.461159030347849,True +2017/11/12 07:00:00,10.559721025323052,True +2017/11/12 08:00:00,9.266429628029119,True +2017/11/12 09:00:00,10.270209587097078,True +2017/11/12 10:00:00,9.649374768048466,True +2017/11/12 11:00:00,10.697735965091328,True +2017/11/12 12:00:00,10.29885855628248,True +2017/11/12 13:00:00,10.666774186521517,True +2017/11/12 14:00:00,10.240801069500776,True +2017/11/12 15:00:00,10.603745572423353,True +2017/11/12 16:00:00,10.104090879285307,True +2017/11/12 17:00:00,10.657614528055998,True +2017/11/12 18:00:00,10.671233950041719,True +2017/11/12 19:00:00,11.042243068605684,True +2017/11/12 20:00:00,10.587499657021896,True +2017/11/12 21:00:00,11.044161446826868,True +2017/11/12 22:00:00,10.77777692734453,True +2017/11/12 23:00:00,10.501290462989756,True +2017/11/13 00:00:00,9.75826761293836,True +2017/11/13 01:00:00,8.862718133292837,True +2017/11/13 02:00:00,8.150737151851708,True +2017/11/13 03:00:00,8.449129450700827,True +2017/11/13 04:00:00,8.27702343875226,True +2017/11/13 05:00:00,9.299042449584574,True +2017/11/13 06:00:00,9.839752980150049,True +2017/11/13 07:00:00,10.459603753410487,True +2017/11/13 08:00:00,11.510070489392996,True +2017/11/13 09:00:00,13.025719724882194,True +2017/11/13 10:00:00,13.149027522857601,True +2017/11/13 11:00:00,13.26767175689853,True +2017/11/13 12:00:00,13.395219764017943,True +2017/11/13 13:00:00,13.230894423645877,True +2017/11/13 14:00:00,13.228383259888346,True +2017/11/13 15:00:00,13.142792809753397,True +2017/11/13 16:00:00,13.146685825852346,True +2017/11/13 17:00:00,13.2715271809943,True +2017/11/13 18:00:00,12.512892629574244,True +2017/11/13 19:00:00,12.002018290775185,True +2017/11/13 20:00:00,11.455605799914958,True +2017/11/13 21:00:00,11.980423358303833,True +2017/11/13 22:00:00,11.229053281249985,True +2017/11/13 23:00:00,10.505737533367942,True +2017/11/14 00:00:00,9.8532845307055,True +2017/11/14 01:00:00,8.727727428239133,True +2017/11/14 02:00:00,8.255906700650865,True +2017/11/14 03:00:00,8.3323712762558,True +2017/11/14 04:00:00,8.13506483546028,True +2017/11/14 05:00:00,9.239003145509454,True +2017/11/14 06:00:00,9.846793979835512,True +2017/11/14 07:00:00,10.374070353994963,True +2017/11/14 08:00:00,11.556059106962804,True +2017/11/14 09:00:00,13.062735522293274,True +2017/11/14 10:00:00,13.156149725845372,True +2017/11/14 11:00:00,13.289347132170603,True +2017/11/14 12:00:00,13.397123645424902,True +2017/11/14 13:00:00,13.24901788797267,True +2017/11/14 14:00:00,13.275692234905417,True +2017/11/14 15:00:00,13.220144983465058,True +2017/11/14 16:00:00,13.19224787533816,True +2017/11/14 17:00:00,13.327891354027019,True +2017/11/14 18:00:00,12.588930798753847,True +2017/11/14 19:00:00,11.926297388819448,True +2017/11/14 20:00:00,11.447787827546613,True +2017/11/14 21:00:00,12.149023871201962,True +2017/11/14 22:00:00,11.120903418648583,True +2017/11/14 23:00:00,10.371434903424483,True +2017/11/15 00:00:00,9.39834604927284,True +2017/11/15 01:00:00,8.484703294500127,True +2017/11/15 02:00:00,7.900576080455759,True +2017/11/15 03:00:00,8.063160416649472,True +2017/11/15 04:00:00,8.04267636340424,True +2017/11/15 05:00:00,9.155203057365354,True +2017/11/15 06:00:00,10.565154553854056,True +2017/11/15 07:00:00,10.733396665185527,True +2017/11/15 08:00:00,11.04990931968425,True +2017/11/15 09:00:00,12.765184733236488,True +2017/11/15 10:00:00,13.000244116533844,True +2017/11/15 11:00:00,13.193776784488549,True +2017/11/15 12:00:00,13.356744145010254,True +2017/11/15 13:00:00,13.272000158739022,True +2017/11/15 14:00:00,13.374293562390207,True +2017/11/15 15:00:00,13.295813207465832,True +2017/11/15 16:00:00,13.252983567181504,True +2017/11/15 17:00:00,13.359492200776895,True +2017/11/15 18:00:00,12.602043030323411,True +2017/11/15 19:00:00,12.120037572641404,True +2017/11/15 20:00:00,11.489604796265045,True +2017/11/15 21:00:00,12.123664484489424,True +2017/11/15 22:00:00,11.213803959921753,True +2017/11/15 23:00:00,10.976437010820801,True +2017/11/16 00:00:00,9.83485741733281,True +2017/11/16 01:00:00,8.49154582276668,True +2017/11/16 02:00:00,8.00767305855366,True +2017/11/16 03:00:00,8.443084624955466,True +2017/11/16 04:00:00,7.916604698329293,True +2017/11/16 05:00:00,9.123512718922802,True +2017/11/16 06:00:00,9.511414177613437,True +2017/11/16 07:00:00,10.045809082909212,True +2017/11/16 08:00:00,11.907305831708534,True +2017/11/16 09:00:00,13.11555811291145,True +2017/11/16 10:00:00,13.278146548812005,True +2017/11/16 11:00:00,13.480296259653608,True +2017/11/16 12:00:00,13.691681425771234,True +2017/11/16 13:00:00,13.575201052579605,True +2017/11/16 14:00:00,13.521502393779699,True +2017/11/16 15:00:00,13.477959435758802,True +2017/11/16 16:00:00,13.448501690485692,True +2017/11/16 17:00:00,13.665891458889318,True +2017/11/16 18:00:00,13.047125741993275,True +2017/11/16 19:00:00,12.16247461208889,True +2017/11/16 20:00:00,11.475039139637857,True +2017/11/16 21:00:00,11.808631282788562,True +2017/11/16 22:00:00,11.213682985950722,True +2017/11/16 23:00:00,10.701831820678075,True +2017/11/17 00:00:00,9.84494530064795,True +2017/11/17 01:00:00,8.926099191303221,True +2017/11/17 02:00:00,8.381176502456055,True +2017/11/17 03:00:00,8.32535731642372,True +2017/11/17 04:00:00,8.16521221506658,True +2017/11/17 05:00:00,9.170677699423717,True +2017/11/17 06:00:00,9.842640879511013,True +2017/11/17 07:00:00,10.346694717679462,True +2017/11/17 08:00:00,11.422305282702883,True +2017/11/17 09:00:00,12.854663100862481,True +2017/11/17 10:00:00,12.888778564442154,True +2017/11/17 11:00:00,13.057298151509745,True +2017/11/17 12:00:00,13.240808851710689,True +2017/11/17 13:00:00,13.07375923520455,True +2017/11/17 14:00:00,13.113815280560308,True +2017/11/17 15:00:00,13.072525800983744,True +2017/11/17 16:00:00,13.027014454093226,True +2017/11/17 17:00:00,13.224597912924853,True +2017/11/17 18:00:00,12.458092140341426,True +2017/11/17 19:00:00,12.061274133741,True +2017/11/17 20:00:00,11.62668670814664,True +2017/11/17 21:00:00,11.885399914606687,True +2017/11/17 22:00:00,11.517534726017809,True +2017/11/17 23:00:00,10.91742054048227,True +2017/11/18 00:00:00,9.401584800146502,True +2017/11/18 01:00:00,8.677060168181663,True +2017/11/18 02:00:00,7.501389987581259,True +2017/11/18 03:00:00,8.126900067518337,True +2017/11/18 04:00:00,7.7899553908803005,True +2017/11/18 05:00:00,9.178782903840784,True +2017/11/18 06:00:00,10.335651327617907,True +2017/11/18 07:00:00,10.910344266685607,True +2017/11/18 08:00:00,10.62031983376379,True +2017/11/18 09:00:00,10.958568369414088,True +2017/11/18 10:00:00,11.405510447934454,True +2017/11/18 11:00:00,11.714232224785928,True +2017/11/18 12:00:00,11.815763909801154,True +2017/11/18 13:00:00,11.280117131046257,True +2017/11/18 14:00:00,10.643129345585816,True +2017/11/18 15:00:00,11.32320251902417,True +2017/11/18 16:00:00,10.530780547898635,True +2017/11/18 17:00:00,11.315502215436643,True +2017/11/18 18:00:00,10.625383848177222,True +2017/11/18 19:00:00,10.60040586714259,True +2017/11/18 20:00:00,10.513783736260356,True +2017/11/18 21:00:00,10.606747875194335,True +2017/11/18 22:00:00,10.397398855762676,True +2017/11/18 23:00:00,10.38922314079229,True +2017/11/19 00:00:00,9.139402752185196,True +2017/11/19 01:00:00,8.833458482732034,True +2017/11/19 02:00:00,7.441284612983367,True +2017/11/19 03:00:00,8.206998906085772,True +2017/11/19 04:00:00,7.549610124450062,True +2017/11/19 05:00:00,8.988771297524215,True +2017/11/19 06:00:00,9.388623585684432,True +2017/11/19 07:00:00,10.584641657989877,True +2017/11/19 08:00:00,9.254955025106854,True +2017/11/19 09:00:00,10.29208073903576,True +2017/11/19 10:00:00,9.657464725432837,True +2017/11/19 11:00:00,10.751529819541776,True +2017/11/19 12:00:00,10.30581537472547,True +2017/11/19 13:00:00,10.77606679862335,True +2017/11/19 14:00:00,10.235742531101637,True +2017/11/19 15:00:00,10.693538786189473,True +2017/11/19 16:00:00,10.081383499235761,True +2017/11/19 17:00:00,10.755141704824972,True +2017/11/19 18:00:00,10.673842471652401,True +2017/11/19 19:00:00,11.141937486176463,True +2017/11/19 20:00:00,10.540755081952053,True +2017/11/19 21:00:00,11.0742569870325,True +2017/11/19 22:00:00,10.46880509029672,True +2017/11/19 23:00:00,10.522323743728755,True +2017/11/20 00:00:00,9.352123796040416,True +2017/11/20 01:00:00,8.92133882465473,True +2017/11/20 02:00:00,7.858643284902887,True +2017/11/20 03:00:00,8.543828272827973,True +2017/11/20 04:00:00,7.901663842833755,True +2017/11/20 05:00:00,9.528724918214841,True +2017/11/20 06:00:00,9.512693782559635,True +2017/11/20 07:00:00,10.540463771533188,True +2017/11/20 08:00:00,11.455684845050053,True +2017/11/20 09:00:00,12.951554553723712,True +2017/11/20 10:00:00,13.058571714922941,True +2017/11/20 11:00:00,13.20663017561631,True +2017/11/20 12:00:00,13.334087570682774,True +2017/11/20 13:00:00,13.193305970587126,True +2017/11/20 14:00:00,13.219285973301647,True +2017/11/20 15:00:00,13.121607095984741,True +2017/11/20 16:00:00,13.087148109806105,True +2017/11/20 17:00:00,13.23483413898775,True +2017/11/20 18:00:00,12.48589917300617,True +2017/11/20 19:00:00,11.958691429970663,True +2017/11/20 20:00:00,11.712388164568958,True +2017/11/20 21:00:00,11.721134742228578,True +2017/11/20 22:00:00,11.630355366622737,True +2017/11/20 23:00:00,10.716121448123372,True +2017/11/21 00:00:00,9.36391158637263,True +2017/11/21 01:00:00,8.937259315135744,True +2017/11/21 02:00:00,7.788098843999515,True +2017/11/21 03:00:00,8.41346013532232,True +2017/11/21 04:00:00,7.828749816352899,True +2017/11/21 05:00:00,9.376877796192359,True +2017/11/21 06:00:00,9.516118309700998,True +2017/11/21 07:00:00,10.501031511775013,True +2017/11/21 08:00:00,11.089729546496851,True +2017/11/21 09:00:00,12.778926799055588,True +2017/11/21 10:00:00,12.898213025130033,True +2017/11/21 11:00:00,13.05674131013024,True +2017/11/21 12:00:00,13.235751038685715,True +2017/11/21 13:00:00,12.99796513482339,True +2017/11/21 14:00:00,13.076452085430988,True +2017/11/21 15:00:00,12.997152270749265,True +2017/11/21 16:00:00,12.90667598625173,True +2017/11/21 17:00:00,13.00278825935035,True +2017/11/21 18:00:00,12.329388226159406,True +2017/11/21 19:00:00,11.959153475879337,True +2017/11/21 20:00:00,11.347377866448578,True +2017/11/21 21:00:00,11.863908540094835,True +2017/11/21 22:00:00,11.088130772664094,True +2017/11/21 23:00:00,10.317538678066422,True +2017/11/22 00:00:00,9.558696727877393,True +2017/11/22 01:00:00,8.835442001021812,True +2017/11/22 02:00:00,8.151804734105035,True +2017/11/22 03:00:00,8.3263320885442,True +2017/11/22 04:00:00,8.187126068462605,True +2017/11/22 05:00:00,9.311196778802342,True +2017/11/22 06:00:00,10.709779083860436,True +2017/11/22 07:00:00,10.812846188957653,True +2017/11/22 08:00:00,11.051952793770958,True +2017/11/22 09:00:00,12.701860263876139,True +2017/11/22 10:00:00,12.799465331406575,True +2017/11/22 11:00:00,12.946441761584843,True +2017/11/22 12:00:00,13.05355625775674,True +2017/11/22 13:00:00,12.878313060094808,True +2017/11/22 14:00:00,12.962538984967427,True +2017/11/22 15:00:00,12.980908239841124,True +2017/11/22 16:00:00,12.90474334112242,True +2017/11/22 17:00:00,13.16497072446225,True +2017/11/22 18:00:00,12.180334081938797,True +2017/11/22 19:00:00,11.974859750627605,True +2017/11/22 20:00:00,11.35431362236108,True +2017/11/22 21:00:00,11.871018793233217,True +2017/11/22 22:00:00,11.09373203267535,True +2017/11/22 23:00:00,10.3052995319982,True +2017/11/23 00:00:00,9.463507955662653,True +2017/11/23 01:00:00,8.863215461185026,True +2017/11/23 02:00:00,8.358738582071343,True +2017/11/23 03:00:00,8.161991257042832,True +2017/11/23 04:00:00,8.158074498527798,True +2017/11/23 05:00:00,9.267391194606393,True +2017/11/23 06:00:00,10.520959867587473,True +2017/11/23 07:00:00,11.056623341065842,True +2017/11/23 08:00:00,11.056738154413662,True +2017/11/23 09:00:00,12.70333957528684,True +2017/11/23 10:00:00,12.80222802765395,True +2017/11/23 11:00:00,12.94379688058357,True +2017/11/23 12:00:00,13.167624200188456,True +2017/11/23 13:00:00,12.98171998929448,True +2017/11/23 14:00:00,13.082488563087693,True +2017/11/23 15:00:00,12.972140193543147,True +2017/11/23 16:00:00,12.98559057343739,True +2017/11/23 17:00:00,13.09877143481637,True +2017/11/23 18:00:00,12.17978887302971,True +2017/11/23 19:00:00,11.838223897684117,True +2017/11/23 20:00:00,11.744994448946079,True +2017/11/23 21:00:00,11.878264108357959,True +2017/11/23 22:00:00,11.092705379406556,True +2017/11/23 23:00:00,10.308463034876144,True +2017/11/24 00:00:00,9.443659860590568,True +2017/11/24 01:00:00,8.491700671027452,True +2017/11/24 02:00:00,8.256530623469624,True +2017/11/24 03:00:00,8.116036157288212,True +2017/11/24 04:00:00,8.358459061537188,True +2017/11/24 05:00:00,9.243415379672948,True +2017/11/24 06:00:00,10.452927468598176,True +2017/11/24 07:00:00,10.683521716073221,True +2017/11/24 08:00:00,11.060816241881763,True +2017/11/24 09:00:00,12.705616222860698,True +2017/11/24 10:00:00,12.801029318529755,True +2017/11/24 11:00:00,12.943740998963303,True +2017/11/24 12:00:00,13.234882524575475,True +2017/11/24 13:00:00,13.072873374182654,True +2017/11/24 14:00:00,13.157693685308422,True +2017/11/24 15:00:00,13.107366582142093,True +2017/11/24 16:00:00,13.054945461822284,True +2017/11/24 17:00:00,13.191243807707131,True +2017/11/24 18:00:00,12.202498632107599,True +2017/11/24 19:00:00,12.022385081910128,True +2017/11/24 20:00:00,11.345423330460513,True +2017/11/24 21:00:00,11.981688163719392,True +2017/11/24 22:00:00,11.090917212289323,True +2017/11/24 23:00:00,10.321218756480693,True +2017/11/25 00:00:00,9.469444507867522,True +2017/11/25 01:00:00,8.591393253666476,True +2017/11/25 02:00:00,7.840468285608345,True +2017/11/25 03:00:00,8.04191261674773,True +2017/11/25 04:00:00,7.954820566171794,True +2017/11/25 05:00:00,8.9985376187,True +2017/11/25 06:00:00,9.972705911613664,True +2017/11/25 07:00:00,10.84656296831363,True +2017/11/25 08:00:00,10.394283094662953,True +2017/11/25 09:00:00,10.961154768556222,True +2017/11/25 10:00:00,11.53542541496494,True +2017/11/25 11:00:00,11.904588835566866,True +2017/11/25 12:00:00,12.1150712586994,True +2017/11/25 13:00:00,11.070036478716693,True +2017/11/25 14:00:00,10.56515148658713,True +2017/11/25 15:00:00,11.524448923297797,True +2017/11/25 16:00:00,10.521069861787703,True +2017/11/25 17:00:00,11.3827208991888,True +2017/11/25 18:00:00,11.1974457529964,True +2017/11/25 19:00:00,10.734653326488662,True +2017/11/25 20:00:00,10.647240778394545,True +2017/11/25 21:00:00,10.585175592526864,True +2017/11/25 22:00:00,10.564528323321554,True +2017/11/25 23:00:00,10.181319883392524,True +2017/11/26 00:00:00,9.597814237359543,True +2017/11/26 01:00:00,8.26339904787672,True +2017/11/26 02:00:00,7.531951352748735,True +2017/11/26 03:00:00,7.640965546135673,True +2017/11/26 04:00:00,7.429800787150253,True +2017/11/26 05:00:00,8.648674206885115,True +2017/11/26 06:00:00,9.324536155325264,True +2017/11/26 07:00:00,9.85292167143724,True +2017/11/26 08:00:00,9.592255513352903,True +2017/11/26 09:00:00,10.33939009887469,True +2017/11/26 10:00:00,9.868508602625457,True +2017/11/26 11:00:00,10.734234704840416,True +2017/11/26 12:00:00,10.60458065273309,True +2017/11/26 13:00:00,10.374292408971655,True +2017/11/26 14:00:00,10.568824026991757,True +2017/11/26 15:00:00,10.736190459201426,True +2017/11/26 16:00:00,10.734373662563852,True +2017/11/26 17:00:00,10.150072557957236,True +2017/11/26 18:00:00,10.654689028310754,True +2017/11/26 19:00:00,10.562400979678285,True +2017/11/26 20:00:00,10.439143008346687,True +2017/11/26 21:00:00,10.489254191220013,True +2017/11/26 22:00:00,10.317010085929665,True +2017/11/26 23:00:00,9.926643234083848,True +2017/11/27 00:00:00,9.38535141478149,True +2017/11/27 01:00:00,8.785978128666603,True +2017/11/27 02:00:00,8.26583054255875,True +2017/11/27 03:00:00,8.53372785068251,True +2017/11/27 04:00:00,8.471097014327501,True +2017/11/27 05:00:00,9.370246677565701,True +2017/11/27 06:00:00,9.507262517968305,True +2017/11/27 07:00:00,10.04112992934425,True +2017/11/27 08:00:00,12.175893082588011,True +2017/11/27 09:00:00,13.333854284763754,True +2017/11/27 10:00:00,13.20769020862129,True +2017/11/27 11:00:00,13.337752541190481,True +2017/11/27 12:00:00,13.496185575536384,True +2017/11/27 13:00:00,13.349005278641295,True +2017/11/27 14:00:00,13.301554322812178,True +2017/11/27 15:00:00,13.235465645983274,True +2017/11/27 16:00:00,13.21126739614068,True +2017/11/27 17:00:00,13.338820794850244,True +2017/11/27 18:00:00,12.613232471238977,True +2017/11/27 19:00:00,11.965421077861482,True +2017/11/27 20:00:00,11.477627882398581,True +2017/11/27 21:00:00,11.988327052092485,True +2017/11/27 22:00:00,11.205956213089353,True +2017/11/27 23:00:00,10.490638998826988,True +2017/11/28 00:00:00,9.454803398131556,True +2017/11/28 01:00:00,8.492892425863472,True +2017/11/28 02:00:00,8.038364947785157,True +2017/11/28 03:00:00,8.321845941719054,True +2017/11/28 04:00:00,8.18980854708874,True +2017/11/28 05:00:00,9.192487232581499,True +2017/11/28 06:00:00,9.8553046919719,True +2017/11/28 07:00:00,10.371580430541263,True +2017/11/28 08:00:00,11.128407710882252,True +2017/11/28 09:00:00,12.717014762857396,True +2017/11/28 10:00:00,12.808665226365196,True +2017/11/28 11:00:00,13.084564379556378,True +2017/11/28 12:00:00,13.060216581191197,True +2017/11/28 13:00:00,12.883233496827012,True +2017/11/28 14:00:00,12.92043194760422,True +2017/11/28 15:00:00,12.871421655333064,True +2017/11/28 16:00:00,12.984370017388057,True +2017/11/28 17:00:00,13.068876550308591,True +2017/11/28 18:00:00,12.180751730133785,True +2017/11/28 19:00:00,12.006907250152878,True +2017/11/28 20:00:00,11.368373325237208,True +2017/11/28 21:00:00,11.805115047019076,True +2017/11/28 22:00:00,11.402917291237667,True +2017/11/28 23:00:00,10.759860506245335,True +2017/11/29 00:00:00,9.383308922886949,True +2017/11/29 01:00:00,8.94049085597388,True +2017/11/29 02:00:00,7.7973189177679085,True +2017/11/29 03:00:00,8.708096939873416,True +2017/11/29 04:00:00,8.155642922657414,True +2017/11/29 05:00:00,9.482852515885712,True +2017/11/29 06:00:00,10.686651699880303,True +2017/11/29 07:00:00,10.802641514630642,True +2017/11/29 08:00:00,11.053877050467323,True +2017/11/29 09:00:00,12.708531732685573,True +2017/11/29 10:00:00,12.803031155859344,True +2017/11/29 11:00:00,12.94559765488199,True +2017/11/29 12:00:00,13.057629203414916,True +2017/11/29 13:00:00,12.979204805615453,True +2017/11/29 14:00:00,13.082717526267313,True +2017/11/29 15:00:00,13.01627633917576,True +2017/11/29 16:00:00,12.94931314971203,True +2017/11/29 17:00:00,13.169076763540094,True +2017/11/29 18:00:00,12.17797885247355,True +2017/11/29 19:00:00,11.932733017869667,True +2017/11/29 20:00:00,11.349246684361866,True +2017/11/29 21:00:00,11.861994961912298,True +2017/11/29 22:00:00,11.090015755621405,True +2017/11/29 23:00:00,10.308255536780244,True +2017/11/30 00:00:00,9.459578575284343,True +2017/11/30 01:00:00,8.868177670162295,True +2017/11/30 02:00:00,8.162658460879623,True +2017/11/30 03:00:00,8.33311986559267,True +2017/11/30 04:00:00,8.273178494399772,True +2017/11/30 05:00:00,9.31645227833056,True +2017/11/30 06:00:00,9.89146510767154,True +2017/11/30 07:00:00,10.369740173492296,True +2017/11/30 08:00:00,11.445084761551001,True +2017/11/30 09:00:00,12.938285813130442,True +2017/11/30 10:00:00,13.04142807020373,True +2017/11/30 11:00:00,13.176051232578196,True +2017/11/30 12:00:00,13.240315577300771,True +2017/11/30 13:00:00,13.073777655125749,True +2017/11/30 14:00:00,13.096912917409297,True +2017/11/30 15:00:00,13.034696505044046,True +2017/11/30 16:00:00,13.002749912267623,True +2017/11/30 17:00:00,13.177840668265516,True +2017/11/30 18:00:00,12.412973349202622,True +2017/11/30 19:00:00,12.041100951479025,True +2017/11/30 20:00:00,11.43174692435811,True +2017/11/30 21:00:00,11.858643868846857,True +2017/11/30 22:00:00,11.102051584893855,True +2017/11/30 23:00:00,10.343912105433107,True +2017/12/01 00:00:00,9.651418798354081,True +2017/12/01 01:00:00,8.723477129928758,True +2017/12/01 02:00:00,8.670360261755965,True +2017/12/01 03:00:00,8.305212154649809,True +2017/12/01 04:00:00,8.648033287788145,True +2017/12/01 05:00:00,9.039286035864986,True +2017/12/01 06:00:00,10.09357452573501,True +2017/12/01 07:00:00,10.153912324085306,True +2017/12/01 08:00:00,12.109607794748904,True +2017/12/01 09:00:00,13.191240969900916,True +2017/12/01 10:00:00,13.259345500570817,True +2017/12/01 11:00:00,13.419325634906732,True +2017/12/01 12:00:00,13.471682069639192,True +2017/12/01 13:00:00,13.294196419144733,True +2017/12/01 14:00:00,13.272956293470253,True +2017/12/01 15:00:00,13.185980582854187,True +2017/12/01 16:00:00,13.132352960377142,True +2017/12/01 17:00:00,13.312260536374088,True +2017/12/01 18:00:00,12.54522533913475,True +2017/12/01 19:00:00,12.151388288346212,True +2017/12/01 20:00:00,11.504019341132418,True +2017/12/01 21:00:00,12.005805740788828,True +2017/12/01 22:00:00,11.232531082753091,True +2017/12/01 23:00:00,10.980828285633333,True +2017/12/02 00:00:00,9.605184549194888,True +2017/12/02 01:00:00,8.928800656458282,True +2017/12/02 02:00:00,7.8824260718008246,True +2017/12/02 03:00:00,8.673148862056278,True +2017/12/02 04:00:00,8.095204152466879,True +2017/12/02 05:00:00,9.376151143946153,True +2017/12/02 06:00:00,9.579490802787827,True +2017/12/02 07:00:00,10.540616073735457,True +2017/12/02 08:00:00,11.17500962169246,True +2017/12/02 09:00:00,11.394267792108774,True +2017/12/02 10:00:00,11.538094933360354,True +2017/12/02 11:00:00,11.472121949880089,True +2017/12/02 12:00:00,11.553459636785274,True +2017/12/02 13:00:00,11.539106908884113,True +2017/12/02 14:00:00,10.598155531699978,True +2017/12/02 15:00:00,11.487141246102299,True +2017/12/02 16:00:00,10.477319711574829,True +2017/12/02 17:00:00,11.51913207046233,True +2017/12/02 18:00:00,10.66803109057559,True +2017/12/02 19:00:00,11.049315165615111,True +2017/12/02 20:00:00,10.569650640851487,True +2017/12/02 21:00:00,10.919486846886612,True +2017/12/02 22:00:00,10.67690066498824,True +2017/12/02 23:00:00,10.39891357775651,True +2017/12/03 00:00:00,9.660238573603943,True +2017/12/03 01:00:00,8.960728884180256,True +2017/12/03 02:00:00,8.272824620582359,True +2017/12/03 03:00:00,8.481634166727002,True +2017/12/03 04:00:00,8.19797980541832,True +2017/12/03 05:00:00,9.19787508287438,True +2017/12/03 06:00:00,9.899611589778283,True +2017/12/03 07:00:00,10.465881523863997,True +2017/12/03 08:00:00,10.290944741916027,True +2017/12/03 09:00:00,10.233553204263671,True +2017/12/03 10:00:00,10.145769791777521,True +2017/12/03 11:00:00,10.64807550500073,True +2017/12/03 12:00:00,10.642367917852514,True +2017/12/03 13:00:00,10.612437924991102,True +2017/12/03 14:00:00,10.53038300934907,True +2017/12/03 15:00:00,10.501954334132073,True +2017/12/03 16:00:00,10.39423917442806,True +2017/12/03 17:00:00,10.576060918329208,True +2017/12/03 18:00:00,10.959211976497588,True +2017/12/03 19:00:00,10.977833010193173,True +2017/12/03 20:00:00,10.820543232663626,True +2017/12/03 21:00:00,11.015127548713254,True +2017/12/03 22:00:00,10.743045304051407,True +2017/12/03 23:00:00,10.433403862764395,True +2017/12/04 00:00:00,9.69929073186219,True +2017/12/04 01:00:00,9.319028783651364,True +2017/12/04 02:00:00,8.551711081090588,True +2017/12/04 03:00:00,8.873196958732443,True +2017/12/04 04:00:00,8.581097031100503,True +2017/12/04 05:00:00,9.656975675584263,True +2017/12/04 06:00:00,10.894462721626866,True +2017/12/04 07:00:00,10.831492769633767,True +2017/12/04 08:00:00,11.488871849456372,True +2017/12/04 09:00:00,12.767466050146284,True +2017/12/04 10:00:00,12.855076052607258,True +2017/12/04 11:00:00,12.989116644461795,True +2017/12/04 12:00:00,13.094552063323109,True +2017/12/04 13:00:00,12.925066447080193,True +2017/12/04 14:00:00,12.962179564722247,True +2017/12/04 15:00:00,12.894697367534375,True +2017/12/04 16:00:00,12.855905723244948,True +2017/12/04 17:00:00,13.045473078929318,True +2017/12/04 18:00:00,12.221948184724944,True +2017/12/04 19:00:00,12.055682141784425,True +2017/12/04 20:00:00,11.496054160091852,True +2017/12/04 21:00:00,11.885684862962126,True +2017/12/04 22:00:00,11.457160350251923,True +2017/12/04 23:00:00,10.588452949706518,True +2017/12/05 00:00:00,9.9302108654842,True +2017/12/05 01:00:00,9.174865626583149,True +2017/12/05 02:00:00,8.631707689288733,True +2017/12/05 03:00:00,8.674423287205974,True +2017/12/05 04:00:00,8.544991657252655,True +2017/12/05 05:00:00,9.603534441083148,True +2017/12/05 06:00:00,10.767298710138302,True +2017/12/05 07:00:00,10.709405414217782,True +2017/12/05 08:00:00,11.492365923135194,True +2017/12/05 09:00:00,12.804358153826815,True +2017/12/05 10:00:00,12.864724432053274,True +2017/12/05 11:00:00,12.998204372984898,True +2017/12/05 12:00:00,13.100823156691677,True +2017/12/05 13:00:00,12.930313452179343,True +2017/12/05 14:00:00,12.966542263569313,True +2017/12/05 15:00:00,12.903797248143965,True +2017/12/05 16:00:00,12.868918518907986,True +2017/12/05 17:00:00,13.055493089335677,True +2017/12/05 18:00:00,12.227741717728108,True +2017/12/05 19:00:00,12.090992877517936,True +2017/12/05 20:00:00,11.408224109046728,True +2017/12/05 21:00:00,11.891224473395035,True +2017/12/05 22:00:00,11.136589465040242,True +2017/12/05 23:00:00,10.707552403120085,True +2017/12/06 00:00:00,9.579199718355538,True +2017/12/06 01:00:00,9.283805074720036,True +2017/12/06 02:00:00,8.224130123990758,True +2017/12/06 03:00:00,8.855651746324614,True +2017/12/06 04:00:00,8.146270120535027,True +2017/12/06 05:00:00,9.6487680127137,True +2017/12/06 06:00:00,10.507306270797448,True +2017/12/06 07:00:00,10.96220799333149,True +2017/12/06 08:00:00,11.493605133792844,True +2017/12/06 09:00:00,12.776602116744899,True +2017/12/06 10:00:00,12.86424502581718,True +2017/12/06 11:00:00,12.993556843229122,True +2017/12/06 12:00:00,13.1024151692366,True +2017/12/06 13:00:00,12.936614551687045,True +2017/12/06 14:00:00,12.968825513882658,True +2017/12/06 15:00:00,12.902947272851533,True +2017/12/06 16:00:00,12.87072126956558,True +2017/12/06 17:00:00,13.054836891682413,True +2017/12/06 18:00:00,12.266223618069303,True +2017/12/06 19:00:00,12.11662424461904,True +2017/12/06 20:00:00,11.412928322784316,True +2017/12/06 21:00:00,11.903204638881304,True +2017/12/06 22:00:00,11.153029707974357,True +2017/12/06 23:00:00,10.700124595956103,True +2017/12/07 00:00:00,9.578835693412211,True +2017/12/07 01:00:00,9.263683373899134,True +2017/12/07 02:00:00,8.202985577119305,True +2017/12/07 03:00:00,8.697068679689036,True +2017/12/07 04:00:00,8.10094475785403,True +2017/12/07 05:00:00,9.633954179015868,True +2017/12/07 06:00:00,10.741704967728523,True +2017/12/07 07:00:00,10.826855900097549,True +2017/12/07 08:00:00,11.50267212369464,True +2017/12/07 09:00:00,12.775081717764197,True +2017/12/07 10:00:00,12.865321508121509,True +2017/12/07 11:00:00,12.999980425627443,True +2017/12/07 12:00:00,13.101363627373106,True +2017/12/07 13:00:00,12.931963686289215,True +2017/12/07 14:00:00,12.970151401088668,True +2017/12/07 15:00:00,12.899484000103692,True +2017/12/07 16:00:00,12.864440407148194,True +2017/12/07 17:00:00,13.114565093300776,True +2017/12/07 18:00:00,12.268293233812486,True +2017/12/07 19:00:00,12.107776669212727,True +2017/12/07 20:00:00,11.412650806358323,True +2017/12/07 21:00:00,11.902507846979072,True +2017/12/07 22:00:00,11.153127755728931,True +2017/12/07 23:00:00,10.7512394923438,True +2017/12/08 00:00:00,9.675768474003265,True +2017/12/08 01:00:00,9.237969969693697,True +2017/12/08 02:00:00,8.540803110105118,True +2017/12/08 03:00:00,8.62010306648635,True +2017/12/08 04:00:00,8.473780089020691,True +2017/12/08 05:00:00,9.480065279789248,True +2017/12/08 06:00:00,10.775523130863181,True +2017/12/08 07:00:00,10.759724144413187,True +2017/12/08 08:00:00,11.501338979203174,True +2017/12/08 09:00:00,12.780103888693619,True +2017/12/08 10:00:00,12.90374928772627,True +2017/12/08 11:00:00,12.997910304538022,True +2017/12/08 12:00:00,13.10037791864353,True +2017/12/08 13:00:00,12.932945469001695,True +2017/12/08 14:00:00,12.972279045255737,True +2017/12/08 15:00:00,12.906734745270068,True +2017/12/08 16:00:00,12.869987822544612,True +2017/12/08 17:00:00,13.052230231242099,True +2017/12/08 18:00:00,12.22588054575381,True +2017/12/08 19:00:00,12.101077711566974,True +2017/12/08 20:00:00,11.40994926728063,True +2017/12/08 21:00:00,11.905410076416738,True +2017/12/08 22:00:00,11.149521644062807,True +2017/12/08 23:00:00,10.816449483861735,True +2017/12/09 00:00:00,9.56994091873658,True +2017/12/09 01:00:00,9.114727048087358,True +2017/12/09 02:00:00,7.883797021663178,True +2017/12/09 03:00:00,8.478761813352227,True +2017/12/09 04:00:00,7.763275032960305,True +2017/12/09 05:00:00,9.446002742154972,True +2017/12/09 06:00:00,10.337522172763387,True +2017/12/09 07:00:00,10.948021084924553,True +2017/12/09 08:00:00,11.121273315414255,True +2017/12/09 09:00:00,11.038899873036105,True +2017/12/09 10:00:00,11.34260937060627,True +2017/12/09 11:00:00,11.481647793647781,True +2017/12/09 12:00:00,11.564092533926601,True +2017/12/09 13:00:00,11.531717682312285,True +2017/12/09 14:00:00,10.607416696284403,True +2017/12/09 15:00:00,11.458563247322742,True +2017/12/09 16:00:00,10.513575928474504,True +2017/12/09 17:00:00,11.537732363304903,True +2017/12/09 18:00:00,10.67783649681619,True +2017/12/09 19:00:00,11.073683660758107,True +2017/12/09 20:00:00,10.606343706674298,True +2017/12/09 21:00:00,10.89242557794746,True +2017/12/09 22:00:00,10.455935797983578,True +2017/12/09 23:00:00,10.492138776857685,True +2017/12/10 00:00:00,9.314742258566612,True +2017/12/10 01:00:00,9.168910402255941,True +2017/12/10 02:00:00,7.901098646618242,True +2017/12/10 03:00:00,8.552871163557464,True +2017/12/10 04:00:00,7.886056795193776,True +2017/12/10 05:00:00,9.323345763744639,True +2017/12/10 06:00:00,9.58872085581102,True +2017/12/10 07:00:00,10.566424031559265,True +2017/12/10 08:00:00,9.960014533659384,True +2017/12/10 09:00:00,10.327291469322976,True +2017/12/10 10:00:00,9.776602680703363,True +2017/12/10 11:00:00,10.708391143019412,True +2017/12/10 12:00:00,10.273778714506314,True +2017/12/10 13:00:00,10.659507190969396,True +2017/12/10 14:00:00,10.162402024070266,True +2017/12/10 15:00:00,10.554037611165302,True +2017/12/10 16:00:00,10.008589314307002,True +2017/12/10 17:00:00,10.648101044599693,True +2017/12/10 18:00:00,10.63147561405645,True +2017/12/10 19:00:00,11.060500681171918,True +2017/12/10 20:00:00,10.4862716044728,True +2017/12/10 21:00:00,10.986855950265017,True +2017/12/10 22:00:00,10.408328270125942,True +2017/12/10 23:00:00,10.46378921106299,True +2017/12/11 00:00:00,9.270928532390728,True +2017/12/11 01:00:00,9.341175464900282,True +2017/12/11 02:00:00,8.1970905487658,True +2017/12/11 03:00:00,8.875825074622634,True +2017/12/11 04:00:00,8.22527784249728,True +2017/12/11 05:00:00,9.707951009348,True +2017/12/11 06:00:00,10.622274116714529,True +2017/12/11 07:00:00,11.09052631440362,True +2017/12/11 08:00:00,11.51647384552723,True +2017/12/11 09:00:00,12.811222942645514,True +2017/12/11 10:00:00,12.874523328936109,True +2017/12/11 11:00:00,13.00284913165999,True +2017/12/11 12:00:00,13.108753185881232,True +2017/12/11 13:00:00,12.936643174276478,True +2017/12/11 14:00:00,12.970334143058311,True +2017/12/11 15:00:00,12.908564592395159,True +2017/12/11 16:00:00,12.869627457055609,True +2017/12/11 17:00:00,13.091706005247003,True +2017/12/11 18:00:00,12.27755760489586,True +2017/12/11 19:00:00,12.044322594738567,True +2017/12/11 20:00:00,11.72588649297534,True +2017/12/11 21:00:00,11.876969262005396,True +2017/12/11 22:00:00,11.539065778695235,True +2017/12/11 23:00:00,10.907414609760895,True +2017/12/12 00:00:00,9.671844810363485,True +2017/12/12 01:00:00,9.333576251453481,True +2017/12/12 02:00:00,8.182504252551343,True +2017/12/12 03:00:00,8.920359251829227,True +2017/12/12 04:00:00,8.143970825314806,True +2017/12/12 05:00:00,9.760195440873089,True +2017/12/12 06:00:00,10.802882562258565,True +2017/12/12 07:00:00,10.831630407723724,True +2017/12/12 08:00:00,11.503248818761232,True +2017/12/12 09:00:00,12.782213385530707,True +2017/12/12 10:00:00,12.867637102761417,True +2017/12/12 11:00:00,12.999918359690213,True +2017/12/12 12:00:00,13.100487331858323,True +2017/12/12 13:00:00,12.933505132569147,True +2017/12/12 14:00:00,12.969892598871057,True +2017/12/12 15:00:00,12.90245452757712,True +2017/12/12 16:00:00,12.8692657438982,True +2017/12/12 17:00:00,13.048180698190851,True +2017/12/12 18:00:00,12.222345260779893,True +2017/12/12 19:00:00,12.089505061971408,True +2017/12/12 20:00:00,11.4091263216884,True +2017/12/12 21:00:00,11.85860120616511,True +2017/12/12 22:00:00,11.37013044373809,True +2017/12/12 23:00:00,10.82564922864818,True +2017/12/13 00:00:00,9.566336338235795,True +2017/12/13 01:00:00,9.262584354663781,True +2017/12/13 02:00:00,8.332261553968594,True +2017/12/13 03:00:00,8.737050437952858,True +2017/12/13 04:00:00,8.439517479931968,True +2017/12/13 05:00:00,9.804795166672621,True +2017/12/13 06:00:00,10.985168736575266,True +2017/12/13 07:00:00,10.955364250070787,True +2017/12/13 08:00:00,11.486543335817224,True +2017/12/13 09:00:00,12.768676238692201,True +2017/12/13 10:00:00,12.951917291842006,True +2017/12/13 11:00:00,13.085574536158685,True +2017/12/13 12:00:00,13.191257698913859,True +2017/12/13 13:00:00,13.046411191309788,True +2017/12/13 14:00:00,13.056475636234651,True +2017/12/13 15:00:00,12.991941658699972,True +2017/12/13 16:00:00,12.95680400620953,True +2017/12/13 17:00:00,13.143807570583723,True +2017/12/13 18:00:00,12.375810405729657,True +2017/12/13 19:00:00,12.083033058712271,True +2017/12/13 20:00:00,11.479021304900357,True +2017/12/13 21:00:00,11.983942793069893,True +2017/12/13 22:00:00,11.416446418272027,True +2017/12/13 23:00:00,10.496735504314726,True +2017/12/14 00:00:00,9.728865085644477,True +2017/12/14 01:00:00,9.070668580521133,True +2017/12/14 02:00:00,8.481789042068241,True +2017/12/14 03:00:00,8.628995349082995,True +2017/12/14 04:00:00,8.540247353292328,True +2017/12/14 05:00:00,9.611027621567642,True +2017/12/14 06:00:00,10.0008857738549,True +2017/12/14 07:00:00,10.480956808917101,True +2017/12/14 08:00:00,11.872463107449834,True +2017/12/14 09:00:00,12.994476799740632,True +2017/12/14 10:00:00,13.07204484631514,True +2017/12/14 11:00:00,13.190627770560013,True +2017/12/14 12:00:00,13.281613905221276,True +2017/12/14 13:00:00,13.124320425660207,True +2017/12/14 14:00:00,13.180736869173229,True +2017/12/14 15:00:00,13.120835351471278,True +2017/12/14 16:00:00,13.076740036053785,True +2017/12/14 17:00:00,13.233278445965318,True +2017/12/14 18:00:00,12.467680984756605,True +2017/12/14 19:00:00,11.928299111766432,True +2017/12/14 20:00:00,11.572343928634284,True +2017/12/14 21:00:00,11.753876531358435,True +2017/12/14 22:00:00,11.516962540758284,True +2017/12/14 23:00:00,10.395906141158891,True +2017/12/15 00:00:00,9.566332468597007,True +2017/12/15 01:00:00,8.71079208473439,True +2017/12/15 02:00:00,8.388386347329153,True +2017/12/15 03:00:00,8.27123623522251,True +2017/12/15 04:00:00,8.640663031822205,True +2017/12/15 05:00:00,9.262780543804976,True +2017/12/15 06:00:00,10.090042469839986,True +2017/12/15 07:00:00,10.32122847547068,True +2017/12/15 08:00:00,11.513639261969328,True +2017/12/15 09:00:00,12.772102184119081,True +2017/12/15 10:00:00,12.859892392393903,True +2017/12/15 11:00:00,12.990306650553395,True +2017/12/15 12:00:00,13.0920981923108,True +2017/12/15 13:00:00,13.021061714553502,True +2017/12/15 14:00:00,13.057295482720603,True +2017/12/15 15:00:00,12.990826225036686,True +2017/12/15 16:00:00,12.959103101424768,True +2017/12/15 17:00:00,13.1480842713117,True +2017/12/15 18:00:00,12.370198029761884,True +2017/12/15 19:00:00,11.901982601513863,True +2017/12/15 20:00:00,11.689841174478769,True +2017/12/15 21:00:00,11.757058158087686,True +2017/12/15 22:00:00,11.515666043045723,True +2017/12/15 23:00:00,10.397291585875774,True +2017/12/16 00:00:00,9.712344339318015,True +2017/12/16 01:00:00,8.645453207307973,True +2017/12/16 02:00:00,8.17946195824563,True +2017/12/16 03:00:00,8.348166819294162,True +2017/12/16 04:00:00,8.266640104258029,True +2017/12/16 05:00:00,8.993210163448907,True +2017/12/16 06:00:00,10.445143986729528,True +2017/12/16 07:00:00,10.83631118443533,True +2017/12/16 08:00:00,11.144061599009886,True +2017/12/16 09:00:00,11.044532938479595,True +2017/12/16 10:00:00,11.344503850906532,True +2017/12/16 11:00:00,11.67193301308858,True +2017/12/16 12:00:00,11.859982544987817,True +2017/12/16 13:00:00,11.291720441403552,True +2017/12/16 14:00:00,10.693468726247605,True +2017/12/16 15:00:00,11.300364232351019,True +2017/12/16 16:00:00,10.570480064964958,True +2017/12/16 17:00:00,11.348707624849146,True +2017/12/16 18:00:00,10.667457077266572,True +2017/12/16 19:00:00,10.9229112003314,True +2017/12/16 20:00:00,10.624763262453573,True +2017/12/16 21:00:00,10.957681128668755,True +2017/12/16 22:00:00,10.440175083245737,True +2017/12/16 23:00:00,10.432974145348146,True +2017/12/17 00:00:00,9.505938790932696,True +2017/12/17 01:00:00,8.981751730661426,True +2017/12/17 02:00:00,8.15836438617814,True +2017/12/17 03:00:00,8.413358307259529,True +2017/12/17 04:00:00,8.252881115192999,True +2017/12/17 05:00:00,9.186548396345378,True +2017/12/17 06:00:00,9.881678001215397,True +2017/12/17 07:00:00,10.380289211838464,True +2017/12/17 08:00:00,10.303153625362793,True +2017/12/17 09:00:00,10.254853323410615,True +2017/12/17 10:00:00,10.137815644533266,True +2017/12/17 11:00:00,10.610013721931834,True +2017/12/17 12:00:00,10.662218884530997,True +2017/12/17 13:00:00,10.615985169836371,True +2017/12/17 14:00:00,10.14847050179252,True +2017/12/17 15:00:00,10.590463463593647,True +2017/12/17 16:00:00,9.998472306148571,True +2017/12/17 17:00:00,10.656440056797015,True +2017/12/17 18:00:00,10.65186223381331,True +2017/12/17 19:00:00,11.061265873125082,True +2017/12/17 20:00:00,10.481255348818063,True +2017/12/17 21:00:00,10.954440001286763,True +2017/12/17 22:00:00,10.40192306539713,True +2017/12/17 23:00:00,10.376255517472442,True +2017/12/18 00:00:00,9.264554147681013,True +2017/12/18 01:00:00,9.291046562314095,True +2017/12/18 02:00:00,8.215172891406166,True +2017/12/18 03:00:00,8.91945559008421,True +2017/12/18 04:00:00,8.226961059298313,True +2017/12/18 05:00:00,9.888282255776582,True +2017/12/18 06:00:00,10.605298814531093,True +2017/12/18 07:00:00,11.027007325650345,True +2017/12/18 08:00:00,11.48119999520708,True +2017/12/18 09:00:00,12.769805433749813,True +2017/12/18 10:00:00,12.859678084590954,True +2017/12/18 11:00:00,12.989797620789394,True +2017/12/18 12:00:00,13.092620309513263,True +2017/12/18 13:00:00,13.100146371394052,True +2017/12/18 14:00:00,13.058966241318332,True +2017/12/18 15:00:00,13.018118942015708,True +2017/12/18 16:00:00,12.963283833424157,True +2017/12/18 17:00:00,13.155503866917337,True +2017/12/18 18:00:00,12.374508966983033,True +2017/12/18 19:00:00,12.066031804571516,True +2017/12/18 20:00:00,11.401768111580829,True +2017/12/18 21:00:00,11.892486902437687,True +2017/12/18 22:00:00,11.301683670701356,True +2017/12/18 23:00:00,10.558101748550996,True +2017/12/19 00:00:00,9.786292623831352,True +2017/12/19 01:00:00,9.086328706232035,True +2017/12/19 02:00:00,8.589301435281675,True +2017/12/19 03:00:00,8.708205423201449,True +2017/12/19 04:00:00,8.51174630856216,True +2017/12/19 05:00:00,9.640751024024985,True +2017/12/19 06:00:00,10.67106097656678,True +2017/12/19 07:00:00,10.926065394574776,True +2017/12/19 08:00:00,11.48611289638744,True +2017/12/19 09:00:00,12.769952634471279,True +2017/12/19 10:00:00,12.855363294861098,True +2017/12/19 11:00:00,12.987067734493117,True +2017/12/19 12:00:00,13.09354230677013,True +2017/12/19 13:00:00,12.921767057050003,True +2017/12/19 14:00:00,12.958049031478074,True +2017/12/19 15:00:00,12.895872309105542,True +2017/12/19 16:00:00,12.863129808992431,True +2017/12/19 17:00:00,13.043362130580231,True +2017/12/19 18:00:00,12.21752703665419,True +2017/12/19 19:00:00,12.040907307852569,True +2017/12/19 20:00:00,11.402715805579017,True +2017/12/19 21:00:00,11.91823827852429,True +2017/12/19 22:00:00,11.403287123520565,True +2017/12/19 23:00:00,10.386264922199627,True +2017/12/20 00:00:00,9.733547465992796,True +2017/12/20 01:00:00,8.715598888903168,True +2017/12/20 02:00:00,8.577633304091254,True +2017/12/20 03:00:00,8.280210582803925,True +2017/12/20 04:00:00,8.694565700543967,True +2017/12/20 05:00:00,9.305068088441162,True +2017/12/20 06:00:00,10.838362094534627,True +2017/12/20 07:00:00,10.405099503904193,True +2017/12/20 08:00:00,11.485814361424936,True +2017/12/20 09:00:00,12.767909415105313,True +2017/12/20 10:00:00,12.8585372854787,True +2017/12/20 11:00:00,12.988472866983308,True +2017/12/20 12:00:00,13.096050970257846,True +2017/12/20 13:00:00,12.948921785590201,True +2017/12/20 14:00:00,12.963910316233727,True +2017/12/20 15:00:00,12.89479390739576,True +2017/12/20 16:00:00,13.057757779904309,True +2017/12/20 17:00:00,13.22681532605465,True +2017/12/20 18:00:00,12.447475855302947,True +2017/12/20 19:00:00,12.114390539916581,True +2017/12/20 20:00:00,11.565850617290009,True +2017/12/20 21:00:00,11.933150833253494,True +2017/12/20 22:00:00,11.47216303745442,True +2017/12/20 23:00:00,10.781538379530689,True +2017/12/21 00:00:00,9.566417701808861,True +2017/12/21 01:00:00,9.160419582659852,True +2017/12/21 02:00:00,8.123591915747554,True +2017/12/21 03:00:00,8.74068411348484,True +2017/12/21 04:00:00,8.246218346336528,True +2017/12/21 05:00:00,9.76140140188713,True +2017/12/21 06:00:00,10.513937486070208,True +2017/12/21 07:00:00,11.157790608390211,True +2017/12/21 08:00:00,11.489269062480021,True +2017/12/21 09:00:00,12.774801297785782,True +2017/12/21 10:00:00,12.85648967960467,True +2017/12/21 11:00:00,12.988005111094308,True +2017/12/21 12:00:00,13.093361815770008,True +2017/12/21 13:00:00,12.9237156767898,True +2017/12/21 14:00:00,12.960840145873101,True +2017/12/21 15:00:00,12.896128849309346,True +2017/12/21 16:00:00,12.865915050439753,True +2017/12/21 17:00:00,13.106832082351465,True +2017/12/21 18:00:00,12.259278227294503,True +2017/12/21 19:00:00,12.057513038815387,True +2017/12/21 20:00:00,11.409963727413388,True +2017/12/21 21:00:00,11.920364225203397,True +2017/12/21 22:00:00,11.183596221100405,True +2017/12/21 23:00:00,10.80810641310805,True +2017/12/22 00:00:00,9.580374877359645,True +2017/12/22 01:00:00,9.258002398723265,True +2017/12/22 02:00:00,8.21058811743528,True +2017/12/22 03:00:00,8.753073574901173,True +2017/12/22 04:00:00,8.099963844475736,True +2017/12/22 05:00:00,9.636714648736824,True +2017/12/22 06:00:00,10.587685376849812,True +2017/12/22 07:00:00,10.829536247810722,True +2017/12/22 08:00:00,11.50103316673947,True +2017/12/22 09:00:00,12.782136110097719,True +2017/12/22 10:00:00,12.863307819797653,True +2017/12/22 11:00:00,12.990742180754104,True +2017/12/22 12:00:00,13.09699366380608,True +2017/12/22 13:00:00,12.92848498283818,True +2017/12/22 14:00:00,12.964915915950339,True +2017/12/22 15:00:00,12.896498818424156,True +2017/12/22 16:00:00,12.864091704680883,True +2017/12/22 17:00:00,13.04812939104814,True +2017/12/22 18:00:00,12.223830385890743,True +2017/12/22 19:00:00,12.032779307707719,True +2017/12/22 20:00:00,11.66887900420573,True +2017/12/22 21:00:00,11.793791047056706,True +2017/12/22 22:00:00,11.579070583425718,True +2017/12/22 23:00:00,10.762270183056835,True +2017/12/23 00:00:00,9.564141590737353,True +2017/12/23 01:00:00,9.002260894815215,True +2017/12/23 02:00:00,7.885317883057764,True +2017/12/23 03:00:00,8.44502539898225,True +2017/12/23 04:00:00,7.769148526216446,True +2017/12/23 05:00:00,9.354356325702671,True +2017/12/23 06:00:00,10.31894796462338,True +2017/12/23 07:00:00,11.02306929823602,True +2017/12/23 08:00:00,10.961108207086188,True +2017/12/23 09:00:00,11.034917517197847,True +2017/12/23 10:00:00,11.33834352978562,True +2017/12/23 11:00:00,11.509297715545534,True +2017/12/23 12:00:00,11.551638224357678,True +2017/12/23 13:00:00,11.486812825701756,True +2017/12/23 14:00:00,10.68343895626405,True +2017/12/23 15:00:00,11.301331054962144,True +2017/12/23 16:00:00,10.611497598018127,True +2017/12/23 17:00:00,11.380094251792816,True +2017/12/23 18:00:00,10.72723325599781,True +2017/12/23 19:00:00,11.170338795471203,True +2017/12/23 20:00:00,10.643779752207543,True +2017/12/23 21:00:00,10.94219575067981,True +2017/12/23 22:00:00,10.44260471206847,True +2017/12/23 23:00:00,10.476799402185138,True +2017/12/24 00:00:00,9.302151279782764,True +2017/12/24 01:00:00,9.09319413975488,True +2017/12/24 02:00:00,7.903011862233976,True +2017/12/24 03:00:00,8.602297541209111,True +2017/12/24 04:00:00,7.825278984644576,True +2017/12/24 05:00:00,9.433721524790839,True +2017/12/24 06:00:00,9.594278543401778,True +2017/12/24 07:00:00,10.59380657781168,True +2017/12/24 08:00:00,9.985483688512904,True +2017/12/24 09:00:00,10.362338716276396,True +2017/12/24 10:00:00,9.76270787705467,True +2017/12/24 11:00:00,10.728173448533202,True +2017/12/24 12:00:00,10.25877610497325,True +2017/12/24 13:00:00,10.806460012691145,True +2017/12/24 14:00:00,10.244945590749756,True +2017/12/24 15:00:00,10.725876683095581,True +2017/12/24 16:00:00,10.12535259731696,True +2017/12/24 17:00:00,10.786677679854364,True +2017/12/24 18:00:00,10.690170536294431,True +2017/12/24 19:00:00,11.164412508368692,True +2017/12/24 20:00:00,10.585900225028539,True +2017/12/24 21:00:00,11.108787586693689,True +2017/12/24 22:00:00,10.518253514676385,True +2017/12/24 23:00:00,10.59946962947884,True +2017/12/25 00:00:00,9.409164312783068,True +2017/12/25 01:00:00,9.170470709403538,True +2017/12/25 02:00:00,8.147585224160535,True +2017/12/25 03:00:00,8.835148046826315,True +2017/12/25 04:00:00,8.14305130111377,True +2017/12/25 05:00:00,9.872623319026804,True +2017/12/25 06:00:00,10.612624932740449,True +2017/12/25 07:00:00,11.163352131870722,True +2017/12/25 08:00:00,11.598330148169515,True +2017/12/25 09:00:00,12.867062635191868,True +2017/12/25 10:00:00,12.86769480083236,True +2017/12/25 11:00:00,12.995987437940219,True +2017/12/25 12:00:00,13.154875614392218,True +2017/12/25 13:00:00,12.995936948934961,True +2017/12/25 14:00:00,13.02815378038792,True +2017/12/25 15:00:00,12.902430580679873,True +2017/12/25 16:00:00,12.869906214461684,True +2017/12/25 17:00:00,13.114996631756837,True +2017/12/25 18:00:00,12.288257661966902,True +2017/12/25 19:00:00,12.113699139247155,True +2017/12/25 20:00:00,11.729133521509146,True +2017/12/25 21:00:00,11.84856334697988,True +2017/12/25 22:00:00,11.588850214091481,True +2017/12/25 23:00:00,10.72440792809821,True +2017/12/26 00:00:00,9.590296994240509,True +2017/12/26 01:00:00,9.258939082552711,True +2017/12/26 02:00:00,8.193659876894522,True +2017/12/26 03:00:00,8.686683682128754,True +2017/12/26 04:00:00,8.427850905765759,True +2017/12/26 05:00:00,9.528809745212305,True +2017/12/26 06:00:00,10.699143093804285,True +2017/12/26 07:00:00,10.835293519222038,True +2017/12/26 08:00:00,11.514760075658176,True +2017/12/26 09:00:00,12.793112736592676,True +2017/12/26 10:00:00,12.874283540274275,True +2017/12/26 11:00:00,13.004095835598115,True +2017/12/26 12:00:00,13.10686362992425,True +2017/12/26 13:00:00,12.938824290928249,True +2017/12/26 14:00:00,12.973649202133197,True +2017/12/26 15:00:00,12.910977562794363,True +2017/12/26 16:00:00,12.874801198116039,True +2017/12/26 17:00:00,13.063394221960504,True +2017/12/26 18:00:00,12.233993961990308,True +2017/12/26 19:00:00,12.005070009808469,True +2017/12/26 20:00:00,11.407567050397972,True +2017/12/26 21:00:00,11.922837428427279,True +2017/12/26 22:00:00,11.159347070555937,True +2017/12/26 23:00:00,10.59369616660189,True +2017/12/27 00:00:00,9.569582922060997,True +2017/12/27 01:00:00,9.25337259597328,True +2017/12/27 02:00:00,8.283490188779147,True +2017/12/27 03:00:00,8.77382126505638,True +2017/12/27 04:00:00,8.317338015109241,True +2017/12/27 05:00:00,9.648008179374406,True +2017/12/27 06:00:00,10.529930775574682,True +2017/12/27 07:00:00,10.998430069439406,True +2017/12/27 08:00:00,11.50756282354921,True +2017/12/27 09:00:00,12.78514233243005,True +2017/12/27 10:00:00,12.867938780120378,True +2017/12/27 11:00:00,13.057364025330985,True +2017/12/27 12:00:00,13.15576076003702,True +2017/12/27 13:00:00,12.933407035188216,True +2017/12/27 14:00:00,12.969845644461984,True +2017/12/27 15:00:00,12.900195685491555,True +2017/12/27 16:00:00,12.872764310267103,True +2017/12/27 17:00:00,13.058350839871123,True +2017/12/27 18:00:00,12.231792862219498,True +2017/12/27 19:00:00,12.06580410174531,True +2017/12/27 20:00:00,11.414349224791208,True +2017/12/27 21:00:00,11.874781541739507,True +2017/12/27 22:00:00,11.129885805878331,True +2017/12/27 23:00:00,10.743472651790322,True +2017/12/28 00:00:00,9.589207634575764,True +2017/12/28 01:00:00,9.338768274840785,True +2017/12/28 02:00:00,8.199672020005323,True +2017/12/28 03:00:00,8.734623816899296,True +2017/12/28 04:00:00,8.134250308778439,True +2017/12/28 05:00:00,9.59208500619263,True +2017/12/28 06:00:00,10.71853815226934,True +2017/12/28 07:00:00,10.877806322176284,True +2017/12/28 08:00:00,11.508700653888479,True +2017/12/28 09:00:00,12.788565002226548,True +2017/12/28 10:00:00,12.872015353189616,True +2017/12/28 11:00:00,13.00162376704423,True +2017/12/28 12:00:00,13.104699998330585,True +2017/12/28 13:00:00,12.936291014403668,True +2017/12/28 14:00:00,12.972512077227053,True +2017/12/28 15:00:00,12.907434607682028,True +2017/12/28 16:00:00,12.874365209558173,True +2017/12/28 17:00:00,13.061260948267075,True +2017/12/28 18:00:00,12.23359747627256,True +2017/12/28 19:00:00,12.085321527451034,True +2017/12/28 20:00:00,11.405678453565882,True +2017/12/28 21:00:00,11.968240114635172,True +2017/12/28 22:00:00,11.158240470099557,True +2017/12/28 23:00:00,10.623314345957356,True +2017/12/29 00:00:00,9.576951475089283,True +2017/12/29 01:00:00,9.252084181464303,True +2017/12/29 02:00:00,8.175313446654108,True +2017/12/29 03:00:00,8.685564143674064,True +2017/12/29 04:00:00,8.132121884152104,True +2017/12/29 05:00:00,9.632709773372632,True +2017/12/29 06:00:00,10.715964133357073,True +2017/12/29 07:00:00,10.814312889382991,True +2017/12/29 08:00:00,11.498231428567106,True +2017/12/29 09:00:00,12.786357878664337,True +2017/12/29 10:00:00,12.86603031421141,True +2017/12/29 11:00:00,12.999207733483637,True +2017/12/29 12:00:00,13.103350360367532,True +2017/12/29 13:00:00,12.935096343356058,True +2017/12/29 14:00:00,12.96976667290747,True +2017/12/29 15:00:00,12.897815126768855,True +2017/12/29 16:00:00,12.8670415312135,True +2017/12/29 17:00:00,13.050266576750541,True +2017/12/29 18:00:00,12.227359770556264,True +2017/12/29 19:00:00,12.090518161472879,True +2017/12/29 20:00:00,11.409470529531413,True +2017/12/29 21:00:00,11.94775535682311,True +2017/12/29 22:00:00,11.13359015066995,True +2017/12/29 23:00:00,10.844745526809767,True +2017/12/30 00:00:00,9.576379729774645,True +2017/12/30 01:00:00,9.07147810893988,True +2017/12/30 02:00:00,7.904014374876909,True +2017/12/30 03:00:00,8.60980654181712,True +2017/12/30 04:00:00,7.830121605125251,True +2017/12/30 05:00:00,9.356382081150667,True +2017/12/30 06:00:00,10.145649249925675,True +2017/12/30 07:00:00,11.060807046973862,True +2017/12/30 08:00:00,10.995263833149984,True +2017/12/30 09:00:00,11.066008587466488,True +2017/12/30 10:00:00,11.333208767285607,True +2017/12/30 11:00:00,11.474388291270394,True +2017/12/30 12:00:00,11.552181387083893,True +2017/12/30 13:00:00,11.54618466201386,True +2017/12/30 14:00:00,10.60279672868727,True +2017/12/30 15:00:00,11.483367735571285,True +2017/12/30 16:00:00,10.47718889091071,True +2017/12/30 17:00:00,11.586765589643324,True +2017/12/30 18:00:00,10.672214403828397,True +2017/12/30 19:00:00,11.096911863771764,True +2017/12/30 20:00:00,10.562909172551649,True +2017/12/30 21:00:00,10.896351913138291,True +2017/12/30 22:00:00,10.587146190834964,True +2017/12/30 23:00:00,10.441869836639617,True +2017/12/31 00:00:00,9.666947306455736,True +2017/12/31 01:00:00,9.102042855900953,True +2017/12/31 02:00:00,8.661334636230881,True +2017/12/31 03:00:00,8.503251090403197,True +2017/12/31 04:00:00,8.19847791634793,True +2017/12/31 05:00:00,9.238879898827767,True +2017/12/31 06:00:00,9.900292260389554,True +2017/12/31 07:00:00,10.443445342218885,True +2017/12/31 08:00:00,10.275248505702145,True +2017/12/31 09:00:00,10.241314628154349,True +2017/12/31 10:00:00,10.142718677742272,True +2017/12/31 11:00:00,10.623336158299965,True +2017/12/31 12:00:00,10.638048986738681,True +2017/12/31 13:00:00,10.584802086604213,True +2017/12/31 14:00:00,10.524759593930497,True +2017/12/31 15:00:00,10.475385903105794,True +2017/12/31 16:00:00,10.378612031892274,True +2017/12/31 17:00:00,10.502536129143316,True +2017/12/31 18:00:00,11.00839660394154,True +2017/12/31 19:00:00,10.908948247772456,True +2017/12/31 20:00:00,10.915869386111972,True +2017/12/31 21:00:00,10.894191414120142,True +2017/12/31 22:00:00,10.849441156527128,True +2017/12/31 23:00:00,10.2809754804073,True +2018/01/01 00:00:00,8.337457300508577,True diff --git a/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json new file mode 100644 index 0000000..8bf46c7 --- /dev/null +++ b/example/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62/feature_reports/default_feature_report_opendss.json @@ -0,0 +1,53 @@ +{ + "id": "Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", + "name": "Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", + "directory_name": "C:/urbanopt_tutorials/project_2/run/baseline_scenario/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62", + "feature_type": "Transformer", + "timesteps_per_hour": 1, + "simulation_status": "complete", + "timeseries_csv": { + "column_names": [ + + ] + }, + "location": { + }, + "program": { + "building_types": [ + { + } + ], + "window_area_sqft": { + }, + "wall_area_sqft": { + }, + "roof_area_sqft": { + } + }, + "construction_costs": [ + + ], + "reporting_periods": [ + + ], + "distributed_generation": { + "solar_pv": [ + + ], + "wind": [ + + ], + "generator": [ + + ], + "storage": [ + + ] + }, + "power_distribution": { + "under_voltage_hours": 0, + "over_voltage_hours": 8760 + }, + "thermal_storage": { + } +} From c82311db164c6ef43a55ea0efa94657ecb102cea Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 13:03:19 -0600 Subject: [PATCH 13/48] allow command line flags to override config file --- urbanopt_ditto_reader/ditto_reader_cli.py | 178 +++++++++++----------- 1 file changed, 93 insertions(+), 85 deletions(-) diff --git a/urbanopt_ditto_reader/ditto_reader_cli.py b/urbanopt_ditto_reader/ditto_reader_cli.py index c811ae1..582edb3 100644 --- a/urbanopt_ditto_reader/ditto_reader_cli.py +++ b/urbanopt_ditto_reader/ditto_reader_cli.py @@ -41,115 +41,113 @@ """ # ditto_reader_cli -import os import json import sys from pathlib import Path + import click from urbanopt_ditto_reader.urbanopt_ditto_reader import UrbanoptDittoReader -CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help']) +CONTEXT_SETTINGS = {"help_option_names": ["-h", "--help"]} @click.group(context_settings=CONTEXT_SETTINGS) def cli(): """URBANopt Ditto Reader""" - pass -@cli.command( - short_help='Run OpenDSS on an URBANopt GeoJSON containing detailed electrical ' - 'grid objects.' -) +@cli.command(short_help="Run OpenDSS on an URBANopt GeoJSON containing detailed electrical grid objects.") @click.option( - '-s', - '--scenario_file', + "-s", + "--scenario_file", type=click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True), - help='Path to scenario file' + help="Path to scenario file", ) @click.option( - '-f', - '--feature_file', + "-f", + "--feature_file", type=click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True), - help='Path to feature file' + help="Path to feature file", ) @click.option( - '-e', - '--equipment', + "-e", + "--equipment", type=click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True), - help='Path to optional custom equipment file' + help="Path to optional custom equipment file", ) @click.option( - '-a', - '--start_date', + "-a", + "--start_date", type=str, default=None, help='Beginning date of simulation. Uses format "YYYY/MM/DD". If unspecified or ' - 'invalid, the simulation will begin from the earliest date available.' + "invalid, the simulation will begin from the earliest date available.", ) @click.option( - '-b', - '--start_time', + "-b", + "--start_time", type=str, default=None, help='Beginning timestamp of simulation. Uses format "HH:MM:SS". If unspecified, ' - 'a default assumption of 00:00:00 is used if the --start_date is specified or ' - 'it will simply be the earliest timepoint available.' + "a default assumption of 00:00:00 is used if the --start_date is specified or " + "it will simply be the earliest timepoint available.", ) @click.option( - '-n', - '--end_date', + "-n", + "--end_date", type=str, default=None, help='Ending date of simulation. Uses format "YYYY/MM/DD". If unspecified or ' - 'invalid, the simulation will begin to the latest date available.' + "invalid, the simulation will begin to the latest date available.", ) @click.option( - '-d', - '--end_time', + "-d", + "--end_time", type=str, default=None, help='Ending timestamp of simulation. Uses format "HH/MM/SS". If unspecified, ' - 'a default assumption of 32:00:00 is used if the --end_date is specified or ' - 'it will simply be the latest timepoint available.' + "a default assumption of 32:00:00 is used if the --end_date is specified or " + "it will simply be the latest timepoint available.", ) @click.option( - '-t', - '--timestep', + "-t", + "--timestep", type=float, default=None, - help='Interval between simulation steps in minutes. If unspecified, the timestep ' - 'will be inferred from the load profile results.' -) -@click.option( - '-r', - '--reopt', - is_flag=True, - help='Flag to use REopt data in this openDSS analysis.' + help="Interval between simulation steps in minutes. If unspecified, the timestep " + "will be inferred from the load profile results.", ) +@click.option("-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis.") +@click.option("-m", "--rnm", is_flag=True, help="Flag to use RNM-generated DSS files in this analysis.") @click.option( - '-m', - '--rnm', - is_flag=True, - help='Flag to use RNM-generated DSS files in this analysis.' -) -@click.option( - '-c', - '--config', + "-c", + "--config", type=click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True), - help='Path to a json config file that specifies all simulation settings.' + help="Path to a json config file that specifies all simulation settings.", ) @click.option( - '-u', - '--upgrade', + "-u", + "--upgrade", is_flag=True, - help='Flag to automatically upgrade transformers that are undersized before ' - 'running OpenDSS. Note that this will only upgrade the size of transformers ' - 'that are smaller than the sum of the peak loads that they serve.' + help="Flag to automatically upgrade transformers that are undersized before " + "running OpenDSS. Note that this will only upgrade the size of transformers " + "that are smaller than the sum of the peak loads that they serve.", ) -def run_opendss(scenario_file, feature_file, equipment, start_date, start_time, - end_date, end_time, timestep, reopt, rnm, config, upgrade): +def run_opendss( # noqa: PLR0912, PLR0915 + scenario_file, + feature_file, + equipment, + start_date, + start_time, + end_date, + end_time, + timestep, + reopt, + rnm, + config, + upgrade, +): """Run OpenDSS on an URBANopt GeoJSON containing detailed electrical grid objects. \b @@ -168,40 +166,50 @@ def run_opendss(scenario_file, feature_file, equipment, start_date, start_time, with open(config) as f: config_dict = json.load(f) else: + config_dict = {} + + if start_date and start_time: + start_date_time = start_date + " " + start_time + elif start_date and start_time is None: + start_date_time = start_date + " 00:00:00" + elif start_date is None or start_time is None: + start_date_time = None + + if end_date and end_time: + end_date_time = end_date + " " + end_time + elif end_date and end_time is None: + end_date_time = end_date + " 23:00:00" + elif end_date is None or end_time is None: + end_date_time = None + + # Override config_dict with command-line arguments + if scenario_file: + # Get scenario dir using scenario file scenario_name = Path(scenario_file).stem scenario_dir = Path(scenario_file).parent / "run" / scenario_name - - if start_date and start_time: - start_date_time = start_date + " " + start_time - elif start_date and start_time is None: - start_date_time = start_date + " 00:00:00" - elif start_date is None or start_time is None: - start_date_time = None - - if end_date and end_time: - end_date_time = end_date + " " + end_time - elif end_date and end_time is None: - end_date_time = end_date + " 23:00:00" - elif end_date is None or end_time is None: - end_date_time = None - - config_dict = { - 'urbanopt_scenario_file': scenario_file, - 'urbanopt_geojson_file': feature_file, - 'use_reopt': reopt, - 'opendss_folder': scenario_dir / 'opendss', - 'start_time': start_date_time, - 'end_time': end_date_time, - 'timestep': timestep, - 'upgrade_transformers': upgrade - } - if equipment: - config_dict['equipment_file'] = equipment + config_dict["urbanopt_scenario_file"] = scenario_file + config_dict["opendss_folder"] = scenario_dir / "opendss" + if feature_file: + config_dict["urbanopt_geojson_file"] = feature_file + if reopt: + config_dict["use_reopt"] = True + if start_date_time: + config_dict["start_time"] = start_date_time + if end_date_time: + config_dict["end_time"] = end_date_time + if timestep: + config_dict["timestep"] = timestep + if upgrade: + config_dict["upgrade_transformers"] = True + if equipment: + config_dict["equipment_file"] = equipment ditto = UrbanoptDittoReader(config_dict) if rnm: - assert os.path.isdir(ditto.rnm_results), 'The --rnm option was requested ' \ - 'but no RNM results were found at "{}".'.format(ditto.rnm_results) + if not Path(ditto.rnm_results).is_dir(): + raise ValueError( + f"The --rnm option was requested but no RNM results were found at '{ditto.rnm_results}'." + ) ditto.run_rnm_opendss() else: ditto.run_urbanopt_geojson() From b5cfe5747fbdae71f09954a1f7f3c14e7704d36d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 13:25:13 -0600 Subject: [PATCH 14/48] adjust line-length to 90 characters --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16d6ff2..4f7e548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ minversion = "6.0" testpaths = "tests" [tool.black] -line-length = 120 # Ruff and Black must have the same line-length setting to work together +line-length = 90 # Ruff and Black must have the same line-length setting to work together # https://github.com/charliermarsh/ruff [tool.ruff] @@ -67,7 +67,7 @@ fix = true # automatically fix problems if possible select = ["RUF", "E", "F", "I", "UP", "N", "S", "BLE", "A", "C4", "T10", "ISC", "ICN", "PT", "Q", "SIM", "TID", "ARG", "DTZ", "PD", "PGH", "PLC", "PLE", "PLR", "PLW", "PIE", "COM"] # Enable these rules ignore = ["PLR0913", "PLR2004", "PLR0402", "COM812", "COM819", "SIM108", "ARG002"] # except for these specific errors -line-length = 120 +line-length = 90 [tool.ruff.per-file-ignores] "tests/*" = ["S101"] From 916833d0416ba1c343a3e983bf9d0ab37047b4be Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 14:21:53 -0600 Subject: [PATCH 15/48] fix typo in cli help text --- urbanopt_ditto_reader/ditto_reader_cli.py | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/urbanopt_ditto_reader/ditto_reader_cli.py b/urbanopt_ditto_reader/ditto_reader_cli.py index 582edb3..f8def0b 100644 --- a/urbanopt_ditto_reader/ditto_reader_cli.py +++ b/urbanopt_ditto_reader/ditto_reader_cli.py @@ -57,7 +57,10 @@ def cli(): """URBANopt Ditto Reader""" -@cli.command(short_help="Run OpenDSS on an URBANopt GeoJSON containing detailed electrical grid objects.") +@cli.command( + short_help="Run OpenDSS on an URBANopt GeoJSON containing detailed electrical grid " + "objects." +) @click.option( "-s", "--scenario_file", @@ -107,7 +110,7 @@ def cli(): type=str, default=None, help='Ending timestamp of simulation. Uses format "HH/MM/SS". If unspecified, ' - "a default assumption of 32:00:00 is used if the --end_date is specified or " + "a default assumption of 23:00:00 is used if the --end_date is specified or " "it will simply be the latest timepoint available.", ) @click.option( @@ -118,8 +121,15 @@ def cli(): help="Interval between simulation steps in minutes. If unspecified, the timestep " "will be inferred from the load profile results.", ) -@click.option("-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis.") -@click.option("-m", "--rnm", is_flag=True, help="Flag to use RNM-generated DSS files in this analysis.") +@click.option( + "-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis." +) +@click.option( + "-m", + "--rnm", + is_flag=True, + help="Flag to use RNM-generated DSS files in this analysis.", +) @click.option( "-c", "--config", @@ -208,7 +218,8 @@ def run_opendss( # noqa: PLR0912, PLR0915 if rnm: if not Path(ditto.rnm_results).is_dir(): raise ValueError( - f"The --rnm option was requested but no RNM results were found at '{ditto.rnm_results}'." + "The --rnm option was requested but no RNM results were found at " + f"'{ditto.rnm_results}'." ) ditto.run_rnm_opendss() else: From 94129665ae665dc18c532c5b83a4bed155fe9815 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 14:22:41 -0600 Subject: [PATCH 16/48] remove unnecessary test file --- tests/urbanopt_ditto_reader/reader/test_read.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/urbanopt_ditto_reader/reader/test_read.py diff --git a/tests/urbanopt_ditto_reader/reader/test_read.py b/tests/urbanopt_ditto_reader/reader/test_read.py deleted file mode 100644 index e69de29..0000000 From d08a3519761ccbf3025505d887e12e318c537d17 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 4 Apr 2023 14:24:37 -0600 Subject: [PATCH 17/48] rename test file --- .../test_ditto_reader_cli.py | 92 +++++++++++++++++++ .../test_urbanopt_ditto_reader.py | 0 2 files changed, 92 insertions(+) create mode 100644 tests/urbanopt_ditto_reader/test_ditto_reader_cli.py delete mode 100644 tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py diff --git a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py new file mode 100644 index 0000000..aaa1ff7 --- /dev/null +++ b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py @@ -0,0 +1,92 @@ +import subprocess +from pathlib import Path + +examples_dir = Path(__file__).parent.parent.parent / "example" +config_file_path = examples_dir / "example_config.json" + +# Test CLI commands + + +# https://pytest.org/en/latest/how-to/capture-stdout-stderr.html +# not sure why we need capfd instead of capsys +def test_default_settings(capfd): + subprocess.run( + ["ditto_reader_cli", "run-opendss", "--config", "example_config.json"], + cwd=examples_dir, + ) + captured = capfd.readouterr() + assert "Done. Results located in" in captured.out + + +# This doesn't test the quality of the results, only that it doesn't crash +def test_rnm(capfd): + subprocess.run( + ["ditto_reader_cli", "run-opendss", "--config", "example_config.json", "-m"], + cwd=examples_dir, + ) + captured = capfd.readouterr() + assert "Done. Results located in" in captured.out + + +def test_upgrade_transformers(capfd): + subprocess.run( + [ + "ditto_reader_cli", + "run-opendss", + "--config", + "example_config.json", + "--upgrade", + ], + cwd=examples_dir, + ) + captured = capfd.readouterr() + assert "Upgrading to" in captured.out + # This text is printed by ditto.consistency.fix_undersized_transformers + + +# def test_use_reopt(capfd): +# subprocess.run( +# ["ditto_reader_cli", "run-opendss", "--config", "example_config.json", "-r"], +# cwd=examples_dir, +# ) +# captured = capfd.readouterr() +# assert "Done. Results located in" in captured.out + + +def test_specific_times(capfd): + subprocess.run( + [ + "ditto_reader_cli", + "run-opendss", + "--config", + "example_config.json", + "--start_date", + "2017/08/15", + "--start_time", + "18:00:00", + "--end_date", + "2017/08/16", + "--end_time", + "12:00:00", + ], + cwd=examples_dir, + ) + captured = capfd.readouterr() + assert "Timepoint: 2017/08/16 12:00:00" in captured.out + assert "Timepoint: 2017/08/15 17:00:00" not in captured.out + + +def test_timestep(capfd): + subprocess.run( + [ + "ditto_reader_cli", + "run-opendss", + "--config", + "example_config.json", + "--timestep", + "360", + ], + cwd=examples_dir, + ) + captured = capfd.readouterr() + assert "timestep: 360" in captured.out diff --git a/tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py b/tests/urbanopt_ditto_reader/test_urbanopt_ditto_reader.py deleted file mode 100644 index e69de29..0000000 From 3243016fd90d69c0dc32b03ba1ed792478d22135 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 5 Apr 2023 16:25:31 -0600 Subject: [PATCH 18/48] comment why reopt test is commented out --- tests/urbanopt_ditto_reader/test_ditto_reader_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py index aaa1ff7..b1b0f15 100644 --- a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py +++ b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py @@ -44,6 +44,7 @@ def test_upgrade_transformers(capfd): # This text is printed by ditto.consistency.fix_undersized_transformers +# REopt data for testing not present in this repo as of 2023-04-05 # def test_use_reopt(capfd): # subprocess.run( # ["ditto_reader_cli", "run-opendss", "--config", "example_config.json", "-r"], From d6fa98b394c1990928dfc4fc6824cddeda9d7b80 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 18 Apr 2023 11:49:15 -0600 Subject: [PATCH 19/48] set up github actions for ci --- .github/workflows/ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e69de29..38b2eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -0,0 +1,25 @@ +# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions +name: ci +on: [push] + +jobs: + test: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] + python-version: ["3.7", "3.11"] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python-version }} + - name: Install Library + run: pip install .[dev] + - name: Run pre-commit + # https://github.com/pre-commit/action + uses: pre-commit/action@v3.0.0 + with: + extra_args: --all-files + - name: Run unit tests + run: python -Wonce::DeprecationWarning -Im pytest -vv From 7275c757dda39851748c7fbe0360c9633958fe60 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 18 Apr 2023 11:53:30 -0600 Subject: [PATCH 20/48] set python >= 3.8 in ci. needed for pre-commitv3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38b2eae..4e7ebdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.7", "3.11"] + python-version: ["3.8", "3.11"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 From 0f15387c8b2ab1b0e191f7a3a1da6fc6a6aec81b Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 18 Apr 2023 14:30:36 -0600 Subject: [PATCH 21/48] set python >= 3.8 in repo --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f7e548..71afa39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ { name="Katherine Fleming", email="katherine.fleming@nrel.gov" }, ] description = "Enhancement of URBANopt GeoJSON that can be consumed by DiTTo reader" -requires-python = "~=3.7" +requires-python = "~=3.8" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", @@ -26,7 +26,10 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.10" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11" ] dependencies = [ "ditto.py[opendss]~=0.2", From 91aad3760a1068323a84751dbffce048e4139ddd Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 08:25:34 -0600 Subject: [PATCH 22/48] restore license file accidentally deleted --- ][;/.......md => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ][;/.......md => LICENSE.md (100%) diff --git a/][;/.......md b/LICENSE.md similarity index 100% rename from ][;/.......md rename to LICENSE.md From d3c6fbc5ca9e10f92a1db70ebfb95ccfb0655cf9 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 08:42:19 -0600 Subject: [PATCH 23/48] fix local import statement to match some historical refactor --- urbanopt_ditto_reader/urbanopt_ditto_reader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/urbanopt_ditto_reader/urbanopt_ditto_reader.py b/urbanopt_ditto_reader/urbanopt_ditto_reader.py index ba2f6c4..5daf317 100644 --- a/urbanopt_ditto_reader/urbanopt_ditto_reader.py +++ b/urbanopt_ditto_reader/urbanopt_ditto_reader.py @@ -60,7 +60,7 @@ from ditto.writers.json.write import Writer as JSONWriter from ditto.writers.opendss.write import Writer -from urbanopt_ditto_reader.reader import UrbanoptReader +from urbanopt_ditto_reader.reader.read import Reader class UrbanoptDittoReader: @@ -565,7 +565,7 @@ def run_urbanopt_geojson(self): # load the OpenDSS model from the URBANopt files print("\nRE-SERIALIZING MODEL") model = Store() - reader = UrbanoptReader( + reader = Reader( geojson_file=self.geojson_file, equipment_file=self.equipment_file, load_folder=self.urbanopt_scenario, From 2d746d8a4c9369356cef590a0463e55daebca69d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 08:43:45 -0600 Subject: [PATCH 24/48] change line-length to 120 chars to not have so many line-breaks --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e8a951..a82d96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ minversion = "6.0" testpaths = "tests" [tool.black] -line-length = 90 # Ruff and Black must have the same line-length setting to work together +line-length = 120 # Ruff and Black must have the same line-length setting to work together # https://github.com/charliermarsh/ruff [tool.ruff] @@ -70,7 +70,7 @@ fix = true # automatically fix problems if possible select = ["RUF", "E", "F", "I", "UP", "N", "S", "BLE", "A", "C4", "T10", "ISC", "ICN", "PT", "Q", "SIM", "TID", "ARG", "DTZ", "PD", "PGH", "PLC", "PLE", "PLR", "PLW", "PIE", "COM"] # Enable these rules ignore = ["PLR0913", "PLR2004", "PLR0402", "COM812", "COM819", "SIM108", "ARG002"] # except for these specific errors -line-length = 90 +line-length = 120 [tool.ruff.per-file-ignores] "tests/*" = ["S101"] # assert statements are allowed in tests From d7364ba8e7a6e646ae829f821b97a31708f74fcf Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:31:40 -0600 Subject: [PATCH 25/48] raise SystemExit cleanly for elegant warning to user --- urbanopt_ditto_reader/reader/read.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/urbanopt_ditto_reader/reader/read.py b/urbanopt_ditto_reader/reader/read.py index 184ff6f..508e4d1 100644 --- a/urbanopt_ditto_reader/reader/read.py +++ b/urbanopt_ditto_reader/reader/read.py @@ -128,9 +128,9 @@ def get_json_data(self, filename): with open(filename) as f: content = json.load(f) except FileNotFoundError: - raise OSError(f"Datafile {filename} could not be found.") + raise SystemExit(f"ERROR: Datafile {filename} could not be found.") except TypeError: - raise OSError(f"Problem trying to read json from file {filename}.") + raise SystemExit(f"ERROR: Problem trying to read json from file {filename}.") return content def parse(self, model, **kwargs): From adcccf521986b76d2959aa1499989f5d430338e0 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:33:44 -0600 Subject: [PATCH 26/48] allow user args to override json config appropriately --- urbanopt_ditto_reader/ditto_reader_cli.py | 85 ++++++++--------------- 1 file changed, 30 insertions(+), 55 deletions(-) diff --git a/urbanopt_ditto_reader/ditto_reader_cli.py b/urbanopt_ditto_reader/ditto_reader_cli.py index 46ffa27..25bc96f 100644 --- a/urbanopt_ditto_reader/ditto_reader_cli.py +++ b/urbanopt_ditto_reader/ditto_reader_cli.py @@ -57,12 +57,7 @@ def cli(): """URBANopt Ditto Reader""" -@cli.command( - short_help=( - "Run OpenDSS on an URBANopt GeoJSON containing" - " detailed electrical grid objects." - ) -) +@cli.command(short_help=("Run OpenDSS on an URBANopt GeoJSON containing detailed electrical grid objects.")) @click.option( "-s", "--scenario_file", @@ -123,18 +118,7 @@ def cli(): help="Interval between simulation steps in minutes. If unspecified, the timestep " "will be inferred from the load profile results.", ) -@click.option( - "-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis." -) -@click.option( - "-m", - "--rnm", - is_flag=True, - help="Flag to use RNM-generated DSS files in this analysis.", -) -@click.option( - "-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis." -) +@click.option("-r", "--reopt", is_flag=True, help="Flag to use REopt data in this openDSS analysis.") @click.option( "-m", "--rnm", @@ -190,58 +174,49 @@ def run_opendss( # noqa: PLR0912 config_dict = {} if start_date and start_time: - start_date_time = start_date + " " + start_time + config_dict["start_time"] = start_date + " " + start_time elif start_date and start_time is None: - start_date_time = start_date + " 00:00:00" - elif start_date is None or start_time is None: - start_date_time = None + config_dict["start_time"] = start_date + " 00:00:00" + elif start_date is None and start_time: + config_dict["start_time"] = "2017/01/15 " + start_time if end_date and end_time: - end_date_time = end_date + " " + end_time + config_dict["end_time"] = end_date + " " + end_time elif end_date and end_time is None: - end_date_time = end_date + " 23:00:00" - elif end_date is None or end_time is None: - end_date_time = None + config_dict["end_time"] = end_date + " 23:00:00" + elif end_date is None and end_time: + config_dict["end_time"] = "2017/01/15 " + end_time - # Override config_dict with command-line arguments if scenario_file: # Get scenario dir using scenario file scenario_name = Path(scenario_file).stem scenario_dir = Path(scenario_file).parent / "run" / scenario_name - if start_date and start_time: - start_date_time = start_date + " " + start_time - elif start_date and start_time is None: - start_date_time = start_date + " 00:00:00" - elif start_date is None or start_time is None: - start_date_time = None - - if end_date and end_time: - end_date_time = end_date + " " + end_time - elif end_date and end_time is None: - end_date_time = end_date + " 23:00:00" - elif end_date is None or end_time is None: - end_date_time = None - - config_dict = { - "urbanopt_scenario_file": scenario_file, - "urbanopt_geojson_file": feature_file, - "use_reopt": reopt, - "opendss_folder": scenario_dir / "opendss", - "start_time": start_date_time, - "end_time": end_date_time, - "timestep": timestep, - "upgrade_transformers": upgrade, - } - if equipment: - config_dict["equipment_file"] = equipment + config_dict["urbanopt_scenario_file"] = scenario_file + config_dict["opendss_folder"] = scenario_dir / "opendss" + + if feature_file: + config_dict["urbanopt_geojson_file"] = feature_file + + if timestep: + config_dict["timestep"] = timestep + + if reopt: + config_dict["use_reopt"] = reopt + + if upgrade: + config_dict["upgrade_transformers"] = upgrade + + if equipment: + config_dict["equipment_file"] = equipment ditto = UrbanoptDittoReader(config_dict) + + # rnm has it's own run method, separate from run_urbanopt_geojson if rnm: if not Path(ditto.rnm_results).is_dir(): raise FileNotFoundError( - "The --rnm option was requested but no RNM results were " - f'found at "{ditto.rnm_results}".' + "The --rnm option was requested but no RNM results were found at {ditto.rnm_results}." ) ditto.run_rnm_opendss() else: From 26b4186f234781e332eb58ceb1b32b4da54676b8 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:48:30 -0600 Subject: [PATCH 27/48] ignore a few more lint checks in the test suite --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a82d96d..ffd2cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ ignore = ["PLR0913", "PLR2004", "PLR0402", "COM812", "COM819", "SIM108", "ARG002 line-length = 120 [tool.ruff.per-file-ignores] -"tests/*" = ["S101"] # assert statements are allowed in tests +"tests/*" = ["S101", "S607", "S603"] # assert statements are allowed in tests, and paths are safe "update_licenses.py" = ["SIM115", "A002", "ARG001"] "urbanopt_ditto_reader/reader/read.py" = ["PLR0912", "PLR0915"] # ignore complexity warnings in this file "urbanopt_ditto_reader/urbanopt_ditto_reader.py" = ["PLR0912", "PLR0915"] # ignore complexity warnings in this file From caa746496f3e0c8be8559309b281220d094861ca Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:48:44 -0600 Subject: [PATCH 28/48] add subprocess check to test calls --- tests/urbanopt_ditto_reader/test_ditto_reader_cli.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py index b1b0f15..3ea468a 100644 --- a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py +++ b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py @@ -2,7 +2,6 @@ from pathlib import Path examples_dir = Path(__file__).parent.parent.parent / "example" -config_file_path = examples_dir / "example_config.json" # Test CLI commands @@ -13,6 +12,7 @@ def test_default_settings(capfd): subprocess.run( ["ditto_reader_cli", "run-opendss", "--config", "example_config.json"], cwd=examples_dir, + check=True, ) captured = capfd.readouterr() assert "Done. Results located in" in captured.out @@ -23,6 +23,7 @@ def test_rnm(capfd): subprocess.run( ["ditto_reader_cli", "run-opendss", "--config", "example_config.json", "-m"], cwd=examples_dir, + check=True, ) captured = capfd.readouterr() assert "Done. Results located in" in captured.out @@ -38,6 +39,7 @@ def test_upgrade_transformers(capfd): "--upgrade", ], cwd=examples_dir, + check=True, ) captured = capfd.readouterr() assert "Upgrading to" in captured.out @@ -71,6 +73,7 @@ def test_specific_times(capfd): "12:00:00", ], cwd=examples_dir, + check=True, ) captured = capfd.readouterr() assert "Timepoint: 2017/08/16 12:00:00" in captured.out @@ -88,6 +91,7 @@ def test_timestep(capfd): "360", ], cwd=examples_dir, + check=True, ) captured = capfd.readouterr() assert "timestep: 360" in captured.out From 4a6ffd09e5925a0fc203bfef3121311fbf49cc14 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:52:31 -0600 Subject: [PATCH 29/48] remove test output from git --- .../opendss/dss_files/CNData.dss | 1 - .../opendss/dss_files/LineGeometry.dss | 3 -- .../opendss/dss_files/Lines.dss | 45 ------------------- .../opendss/dss_files/LoadShapes.dss | 25 ----------- .../opendss/dss_files/Loads.dss | 25 ----------- .../opendss/dss_files/Master.dss | 19 -------- .../opendss/dss_files/Transformers.dss | 5 --- .../opendss/dss_files/WireData.dss | 1 - 8 files changed, 124 deletions(-) delete mode 100644 example/run/baseline_scenario/opendss/dss_files/CNData.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Lines.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Loads.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Master.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/Transformers.dss delete mode 100644 example/run/baseline_scenario/opendss/dss_files/WireData.dss diff --git a/example/run/baseline_scenario/opendss/dss_files/CNData.dss b/example/run/baseline_scenario/opendss/dss_files/CNData.dss deleted file mode 100644 index f285269..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/CNData.dss +++ /dev/null @@ -1 +0,0 @@ -New CNDATA.UG_AL_750kcmil_15_kV InsLayer=0.01 DiaIns=0.0420218 k=24 DiaStrand=0.0020499999999999997 Rstrand=0.0058592 Diam=0.022021799999999998 DiaCable=0.04572 Rac=7.549999999999999e-05 GmrStrand=0.0007994 GMRac=0.008575300000000001 Runits=m Radunits=m GMRunits=m diff --git a/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss b/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss deleted file mode 100644 index c60e965..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss +++ /dev/null @@ -1,3 +0,0 @@ -New LineGeometry.Geometry_1 Nconds=4 Nphases=3 Units=m Cond=1 Wire=OH_ACSR_477kcmil X=0.0 H=10.0 Normamps=660.0 Cond=2 Wire=OH_ACSR_477kcmil X=0.304 H=10.0 Normamps=660.0 Cond=3 Wire=OH_ACSR_477kcmil X=0.608 H=10.0 Normamps=660.0 Cond=4 Wire=OH_ACSR_477kcmil X=0.0 H=9.6952 Normamps=660.0 Reduce=y - -New LineGeometry.Geometry_2 Nconds=3 Nphases=3 Units=m Cond=1 CNCable=UG_AL_750kcmil_15_kV X=0.0 H=-2.0 Normamps=640.0 Cond=2 CNCable=UG_AL_750kcmil_15_kV X=0.152 H=-2.0 Normamps=640.0 Cond=3 CNCable=UG_AL_750kcmil_15_kV X=0.304 H=-2.0 Normamps=640.0 Reduce=n diff --git a/example/run/baseline_scenario/opendss/dss_files/Lines.dss b/example/run/baseline_scenario/opendss/dss_files/Lines.dss deleted file mode 100644 index 9876b3f..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Lines.dss +++ /dev/null @@ -1,45 +0,0 @@ -New Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3 Units=km Length=0.6477 bus1=source.1.2.3 bus2=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6 Units=km Length=0.40965120000000005 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013 Units=km Length=0.118872 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222 Units=km Length=0.6071616000000001 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.1324f2a2-4fc9-4020-b144-b027f2633991 Units=km Length=0.19263360000000002 bus1=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 bus2=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71 Units=km Length=0.3706368 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470 Units=km Length=0.1972056 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.6cdda038-b853-4a8e-bf6d-304c49d93688 Units=km Length=0.024384 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=3ad29eb4-60b2-4050-a87c-dcd858184622.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58 Units=km Length=0.055778400000000006 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=44963046-644a-4c03-b81c-f65d80475015.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.59f65367-c852-40ab-9d7f-dc30822570f7 Units=km Length=0.2154936 bus1=b1003fd0-cd27-4de5-9851-f14382846fc4.1.2.3 bus2=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.10e9de09-902c-4373-8fa3-06a3e19e8b38 Units=km Length=0.0935736 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.de88d8f3-d596-4088-8ee7-d96326ab083c Units=km Length=0.077724 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7 Units=km Length=0.1801368 bus1=14080f48-4e0d-4ca6-9ed2-7db253f920f4.1.2.3 bus2=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.40c59858-58c3-4b8c-8521-f7a251f06740 Units=km Length=0.0795528 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.96ac00ff-1369-472b-b8cd-d8721355f4c5 Units=km Length=0.1328928 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.e2dcff78-1f88-496b-9111-66ea2cc6c889 Units=km Length=0.0493776 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.9e3fff1f-2625-4f3f-b510-f4e51683c941 Units=km Length=0.0694944 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe Units=km Length=0.11125200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.bf23c675-d787-4994-803b-18d8d4900699 Units=km Length=0.15880080000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd Units=km Length=0.09692640000000001 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d Units=km Length=0.17983200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 - -New Line.db1a87fb-d770-4939-b747-7cadf1f304f8 Units=km Length=0.039014400000000005 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=194f2b59-5877-4485-85b9-bd0ac6f75e25.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 - -New Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3 Units=km Length=0.0697992 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=b9ac3056-629d-40cc-b520-cfe15eb7296c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 diff --git a/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss b/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss deleted file mode 100644 index 9455756..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss +++ /dev/null @@ -1,25 +0,0 @@ -New Loadshape.feature_1 npts= 8759 interval=1.0 mult = (file=..\profiles\load_1_pu.csv) - -New Loadshape.feature_2 npts= 8759 interval=1.0 mult = (file=..\profiles\load_2_pu.csv) - -New Loadshape.feature_3 npts= 8759 interval=1.0 mult = (file=..\profiles\load_3_pu.csv) - -New Loadshape.feature_4 npts= 8759 interval=1.0 mult = (file=..\profiles\load_4_pu.csv) - -New Loadshape.feature_5 npts= 8759 interval=1.0 mult = (file=..\profiles\load_5_pu.csv) - -New Loadshape.feature_6 npts= 8759 interval=1.0 mult = (file=..\profiles\load_6_pu.csv) - -New Loadshape.feature_7 npts= 8759 interval=1.0 mult = (file=..\profiles\load_7_pu.csv) - -New Loadshape.feature_8 npts= 8759 interval=1.0 mult = (file=..\profiles\load_8_pu.csv) - -New Loadshape.feature_9 npts= 8759 interval=1.0 mult = (file=..\profiles\load_9_pu.csv) - -New Loadshape.feature_10 npts= 8759 interval=1.0 mult = (file=..\profiles\load_10_pu.csv) - -New Loadshape.feature_11 npts= 8759 interval=1.0 mult = (file=..\profiles\load_11_pu.csv) - -New Loadshape.feature_12 npts= 8759 interval=1.0 mult = (file=..\profiles\load_12_pu.csv) - -New Loadshape.feature_13 npts= 8759 interval=1.0 mult = (file=..\profiles\load_13_pu.csv) diff --git a/example/run/baseline_scenario/opendss/dss_files/Loads.dss b/example/run/baseline_scenario/opendss/dss_files/Loads.dss deleted file mode 100644 index aaafb6b..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Loads.dss +++ /dev/null @@ -1,25 +0,0 @@ -New Load.1 bus1=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 kV=12.47 model=1 kW=4961.147721461635 kvar=1138.1653453593858 Phases=3 yearly=feature_1 - -New Load.2 bus1=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 kV=0.48 model=1 kW=226.26934267290764 kvar=51.909747301714695 Phases=3 yearly=feature_2 - -New Load.3 bus1=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 kV=12.47 model=1 kW=1277.8064698880355 kvar=293.1489090339154 Phases=3 yearly=feature_3 - -New Load.4 bus1=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 kV=0.48 model=1 kW=336.08532480578174 kvar=77.1032614334445 Phases=3 yearly=feature_4 - -New Load.5 bus1=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 kV=0.48 model=1 kW=12.159078946234457 kvar=2.789484019640473 Phases=3 yearly=feature_5 - -New Load.6 bus1=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 kV=0.48 model=1 kW=15.74178000285817 kvar=3.6114120117846387 Phases=3 yearly=feature_6 - -New Load.7 bus1=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 kV=0.48 model=1 kW=1010.9459946369252 kvar=231.9269172631351 Phases=3 yearly=feature_7 - -New Load.8 bus1=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 kV=12.47 model=1 kW=2185.323191585642 kvar=501.347523741978 Phases=3 yearly=feature_8 - -New Load.9 bus1=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 kV=12.47 model=1 kW=1380.0778008452764 kvar=316.61156147938993 Phases=3 yearly=feature_9 - -New Load.10 bus1=44963046-644a-4c03-b81c-f65d80475015.1.2.3 kV=12.47 model=1 kW=5802.739796933826 kvar=1331.2398089734875 Phases=3 yearly=feature_10 - -New Load.11 bus1=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 kV=0.48 model=1 kW=345.6915805803552 kvar=79.30708765171657 Phases=3 yearly=feature_11 - -New Load.12 bus1=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 kV=12.47 model=1 kW=1313.8416564929219 kvar=301.415947814038 Phases=3 yearly=feature_12 - -New Load.13 bus1=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 kV=12.47 model=1 kW=1139.366097122639 kvar=261.3885093186278 Phases=3 yearly=feature_13 diff --git a/example/run/baseline_scenario/opendss/dss_files/Master.dss b/example/run/baseline_scenario/opendss/dss_files/Master.dss deleted file mode 100644 index e0b1097..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Master.dss +++ /dev/null @@ -1,19 +0,0 @@ -Clear - -New Circuit.Full_Network bus1=source pu=1.0 basekV=12.47 - -Redirect WireData.dss -Redirect CNData.dss -Redirect LineGeometry.dss -Redirect Lines.dss -Redirect Transformers.dss -Redirect LoadShapes.dss -Redirect Loads.dss - -Set Voltagebases=[0.48, 12.47] - -Calcvoltagebases - -Buscoords Buscoords.dss - -Solve diff --git a/example/run/baseline_scenario/opendss/dss_files/Transformers.dss b/example/run/baseline_scenario/opendss/dss_files/Transformers.dss deleted file mode 100644 index f21b37f..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/Transformers.dss +++ /dev/null @@ -1,5 +0,0 @@ -New Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=194f2b59-5877-4485-85b9-bd0ac6f75e25 wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=14080f48-4e0d-4ca6-9ed2-7db253f920f4 XHL=0.0562 - -New Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=300.0 %R=0.0105216 bus=3ad29eb4-60b2-4050-a87c-dcd858184622 wdg=2 conn=wye Kv=0.48 kva=300.0 %R=0.0105216 bus=b1003fd0-cd27-4de5-9851-f14382846fc4 XHL=0.0376 - -New Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=b9ac3056-629d-40cc-b520-cfe15eb7296c wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf XHL=0.0562 diff --git a/example/run/baseline_scenario/opendss/dss_files/WireData.dss b/example/run/baseline_scenario/opendss/dss_files/WireData.dss deleted file mode 100644 index 292e159..0000000 --- a/example/run/baseline_scenario/opendss/dss_files/WireData.dss +++ /dev/null @@ -1 +0,0 @@ -New WireData.OH_ACSR_477kcmil GMRac=0.0088 GMRunits=m Diam=0.0218 Radunits=m normamps=660.0 Rac=0.00011999999999999999 From 35087971985c4d3f6c24a4575e33a967eee681b7 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 09:59:11 -0600 Subject: [PATCH 30/48] run ci weeknights and on PR review request --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e7ebdc..5404607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,13 @@ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions name: ci -on: [push] +on: + # push: + schedule: + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule + # 5:20 am UTC (11:20pm MDT the day before) every weekday night in MDT + - cron: '20 5 * * 2-6' + pull_request: + types: [review_requested] jobs: test: From 541fdab8022f50838fda86679f104d304546ddc3 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 10:12:31 -0600 Subject: [PATCH 31/48] bump ditto-reader to v0.6.0 and black/pre-commit versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ffd2cca..1ac677e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ name = "urbanopt-ditto-reader" dynamic = [ "readme", ] -version = "0.5.2" +version = "0.6.0" authors = [ { name="Tarek Elgindy", email="tarek.elgindy@nrel.gov" }, { name="Nathan Moore", email="nathan.moore@nrel.gov" }, @@ -39,8 +39,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest >= 6.0", - "pre-commit ~= 3.2", - "black ~= 23.1", + "pre-commit ~= 3.3", + "black ~= 23.7", "ruff ~= 0.0", ] From d45592b9989b6bf922c822d31115097d9fc1a065 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 10:33:32 -0600 Subject: [PATCH 32/48] use opendssdirect.py v0.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ac677e..24b9245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ ] dependencies = [ "ditto.py[opendss]~=0.2", - "opendssdirect.py ~= 0.7" + "opendssdirect.py ~= 0.8" ] [project.optional-dependencies] From fca69d9651e2b8ed489bfc9294a76405036a3fee Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 11:10:45 -0600 Subject: [PATCH 33/48] make cli error message an f-string like it is supposed to be --- urbanopt_ditto_reader/ditto_reader_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbanopt_ditto_reader/ditto_reader_cli.py b/urbanopt_ditto_reader/ditto_reader_cli.py index 25bc96f..9e83ea0 100644 --- a/urbanopt_ditto_reader/ditto_reader_cli.py +++ b/urbanopt_ditto_reader/ditto_reader_cli.py @@ -216,7 +216,7 @@ def run_opendss( # noqa: PLR0912 if rnm: if not Path(ditto.rnm_results).is_dir(): raise FileNotFoundError( - "The --rnm option was requested but no RNM results were found at {ditto.rnm_results}." + f"The --rnm option was requested but no RNM results were found at {ditto.rnm_results}." ) ditto.run_rnm_opendss() else: From 92b0973c6334a0c9c06b161691ed583a6668d853 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 22 Aug 2023 11:12:06 -0600 Subject: [PATCH 34/48] slightly better way of confirming rnm workflow ran correctly --- tests/urbanopt_ditto_reader/test_ditto_reader_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py index 3ea468a..4f718c5 100644 --- a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py +++ b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py @@ -27,6 +27,8 @@ def test_rnm(capfd): ) captured = capfd.readouterr() assert "Done. Results located in" in captured.out + assert "!!! masterFILE" in captured.out + assert "no RNM results were found" not in captured.out def test_upgrade_transformers(capfd): From 914114876f1503654d491b4141f6e4c499ab9d06 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 12:13:52 -0600 Subject: [PATCH 35/48] update ruff to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24b9245..e933802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest >= 6.0", "pre-commit ~= 3.3", "black ~= 23.7", - "ruff ~= 0.0", + "ruff ~= 0.1", ] # https://setuptools.pypa.io/en/latest/userguide/package_discovery.html From e3dc21f78eaf5e8746003cfe22b0b927946bd170 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 12:16:20 -0600 Subject: [PATCH 36/48] use correct min Python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5eec4..49f9e78 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Enhancement of URBANoptâ„¢ GeoJSON that can be consumed by DiTTo reader \ More detailed documentation is available on the [URBANopt documentation page](https://docs.urbanopt.net/opendss/opendss.html) # Installation Pre-requisites -- Python >=3.7 +- Python >=3.8 - Requires Python 3.10 if using via the URBANopt CLI. # Installation From 835d62fa26e0581722d4f81bb28868f90250cf5d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 12:18:17 -0600 Subject: [PATCH 37/48] update linting dependencies in pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77db78d..5d953b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-added-large-files @@ -26,13 +26,13 @@ repos: # - id: check-hooks-apply # Fails if a hook doesn't apply to any file - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.285 + rev: v0.1.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] types_or: [python, pyi, jupyter] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black-jupyter default_language_version: From 820866a4f53b1ec28eca5917a2cfce9ac844517d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 12:27:12 -0600 Subject: [PATCH 38/48] update checkout action version in CI, and add detail to step names --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5404607..e4691c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: python-version: ["3.8", "3.11"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Install Library + - name: Install ditto-reader run: pip install .[dev] - - name: Run pre-commit + - name: Run pre-commit to confirm linting and formatting # https://github.com/pre-commit/action uses: pre-commit/action@v3.0.0 with: From 4be73e21c125597e2b6506b5913d5331e7fdda25 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 13:19:51 -0600 Subject: [PATCH 39/48] use traitlets <5.10 due to breaking change found in ditto.py --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e933802..fc2ffc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,8 @@ classifiers = [ ] dependencies = [ "ditto.py[opendss]~=0.2", - "opendssdirect.py ~= 0.8" + "opendssdirect.py ~= 0.8", + "traitlets >5, <5.10", ] [project.optional-dependencies] From b48fec8283d97ec7c2b185b15c7a8a3a66e49c35 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 19 Oct 2023 13:21:00 -0600 Subject: [PATCH 40/48] declare support for Python3.12 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4691c7..3f54581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.8", "3.11"] + python-version: ["3.8", "3.12"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index fc2ffc3..88443b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] dependencies = [ "ditto.py[opendss]~=0.2", From 4fd25e4558c4f640c912fcf82d1b40b12ed9e249 Mon Sep 17 00:00:00 2001 From: tarekelgindy Date: Wed, 1 Nov 2023 16:29:47 -0600 Subject: [PATCH 41/48] rounding outputs to 5 decimal places --- urbanopt_ditto_reader/urbanopt_ditto_reader.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/urbanopt_ditto_reader/urbanopt_ditto_reader.py b/urbanopt_ditto_reader/urbanopt_ditto_reader.py index 5daf317..5445449 100644 --- a/urbanopt_ditto_reader/urbanopt_ditto_reader.py +++ b/urbanopt_ditto_reader/urbanopt_ditto_reader.py @@ -456,11 +456,11 @@ def run(self, master_file): # record the OpenDSS results in dictionaries for element, volt_val in voltages.items(): with suppress(KeyError): # element is not a building - voltage_df_dic[building_map[element]].append([time, volt_val, volt_val > 1.05, volt_val < 0.95]) + voltage_df_dic[building_map[element]].append([time, round(volt_val,5), volt_val > 1.05, volt_val < 0.95]) for element, line_load_val in line_overloads.items(): - line_df_dic[element].append([time, line_load_val, line_load_val > 1.0]) + line_df_dic[element].append([time, round(line_load_val,5), line_load_val > 1.0]) for element, xfrm_load_val in overloaded_xfmrs.items(): - transformer_df_dic[element].append([time, xfrm_load_val, xfrm_load_val > 1.0]) + transformer_df_dic[element].append([time, round(xfrm_load_val,5), xfrm_load_val > 1.0]) # write the collected results into CSV files for element, result_values in voltage_df_dic.items(): From 2f4fec27a2cbeb31ecf9b977136280f581e09e7a Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 1 Nov 2023 16:34:45 -0600 Subject: [PATCH 42/48] run CI on push instead of schedule --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f54581..82a3aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,13 @@ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions name: ci on: - # push: - schedule: + push: + # schedule: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # 5:20 am UTC (11:20pm MDT the day before) every weekday night in MDT - - cron: '20 5 * * 2-6' - pull_request: - types: [review_requested] + # - cron: '20 5 * * 2-6' + # pull_request: + # types: [review_requested] jobs: test: From 1504e6212e359693f0179aa9ae0b12e05ba38615 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 1 Nov 2023 16:35:49 -0600 Subject: [PATCH 43/48] `black` formatting --- urbanopt_ditto_reader/urbanopt_ditto_reader.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/urbanopt_ditto_reader/urbanopt_ditto_reader.py b/urbanopt_ditto_reader/urbanopt_ditto_reader.py index 5445449..c627906 100644 --- a/urbanopt_ditto_reader/urbanopt_ditto_reader.py +++ b/urbanopt_ditto_reader/urbanopt_ditto_reader.py @@ -456,11 +456,13 @@ def run(self, master_file): # record the OpenDSS results in dictionaries for element, volt_val in voltages.items(): with suppress(KeyError): # element is not a building - voltage_df_dic[building_map[element]].append([time, round(volt_val,5), volt_val > 1.05, volt_val < 0.95]) + voltage_df_dic[building_map[element]].append( + [time, round(volt_val, 5), volt_val > 1.05, volt_val < 0.95] + ) for element, line_load_val in line_overloads.items(): - line_df_dic[element].append([time, round(line_load_val,5), line_load_val > 1.0]) + line_df_dic[element].append([time, round(line_load_val, 5), line_load_val > 1.0]) for element, xfrm_load_val in overloaded_xfmrs.items(): - transformer_df_dic[element].append([time, round(xfrm_load_val,5), xfrm_load_val > 1.0]) + transformer_df_dic[element].append([time, round(xfrm_load_val, 5), xfrm_load_val > 1.0]) # write the collected results into CSV files for element, result_values in voltage_df_dic.items(): From 50675e62343b3265fe1fdd2db0f94294a3d984ea Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 1 Nov 2023 16:36:19 -0600 Subject: [PATCH 44/48] autoupdate pre-commit hook versions --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d953b3..ee1b69b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: # - id: check-hooks-apply # Fails if a hook doesn't apply to any file - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.0 + rev: v0.1.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] types_or: [python, pyi, jupyter] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black-jupyter default_language_version: From e867fce69d6a6a5fa47609f90c626038059c2061 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 1 Nov 2023 16:38:48 -0600 Subject: [PATCH 45/48] un-ignore opendss files --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c94210..5ed0230 100644 --- a/.gitignore +++ b/.gitignore @@ -135,8 +135,5 @@ dmypy.json # DS_Store .DS_Store -# opendss files -example/run/baseline_scenario/opendss/ - # ditto local checkout ditto/ From 8e221d652ec4542b7d65a521d8fbdf30e9badeb4 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 1 Nov 2023 16:39:22 -0600 Subject: [PATCH 46/48] regenerate example opendss files by running the test suite --- .../opendss/dss_files/Buscoords.dss | 27 + .../opendss/dss_files/CNData.dss | 1 + .../opendss/dss_files/DEFAULT/Buscoords.dss | 27 + .../opendss/dss_files/LineGeometry.dss | 3 + .../opendss/dss_files/Lines.dss | 45 + .../opendss/dss_files/LoadShapes.dss | 25 + .../opendss/dss_files/Loads.dss | 25 + .../opendss/dss_files/Master.dss | 19 + .../opendss/dss_files/Transformers.dss | 5 + .../opendss/dss_files/WireData.dss | 1 + .../opendss/json_files/Model.json | 20846 ++++++++++++++++ .../opendss/profiles/load_1.csv | 8760 +++++++ .../opendss/profiles/load_10.csv | 8760 +++++++ .../opendss/profiles/load_10_pu.csv | 8760 +++++++ .../opendss/profiles/load_11.csv | 8760 +++++++ .../opendss/profiles/load_11_pu.csv | 8760 +++++++ .../opendss/profiles/load_12.csv | 8760 +++++++ .../opendss/profiles/load_12_pu.csv | 8760 +++++++ .../opendss/profiles/load_13.csv | 8760 +++++++ .../opendss/profiles/load_13_pu.csv | 8760 +++++++ .../opendss/profiles/load_1_pu.csv | 8760 +++++++ .../opendss/profiles/load_2.csv | 8760 +++++++ .../opendss/profiles/load_2_pu.csv | 8760 +++++++ .../opendss/profiles/load_3.csv | 8760 +++++++ .../opendss/profiles/load_3_pu.csv | 8760 +++++++ .../opendss/profiles/load_4.csv | 8760 +++++++ .../opendss/profiles/load_4_pu.csv | 8760 +++++++ .../opendss/profiles/load_5.csv | 8760 +++++++ .../opendss/profiles/load_5_pu.csv | 8760 +++++++ .../opendss/profiles/load_6.csv | 8760 +++++++ .../opendss/profiles/load_6_pu.csv | 8760 +++++++ .../opendss/profiles/load_7.csv | 8760 +++++++ .../opendss/profiles/load_7_pu.csv | 8760 +++++++ .../opendss/profiles/load_8.csv | 8760 +++++++ .../opendss/profiles/load_8_pu.csv | 8760 +++++++ .../opendss/profiles/load_9.csv | 8760 +++++++ .../opendss/profiles/load_9_pu.csv | 8760 +++++++ .../opendss/profiles/timestamps.csv | 8761 +++++++ .../opendss/results/Features/1.csv | 5 + .../opendss/results/Features/10.csv | 5 + .../opendss/results/Features/11.csv | 5 + .../opendss/results/Features/12.csv | 5 + .../opendss/results/Features/13.csv | 5 + .../opendss/results/Features/2.csv | 5 + .../opendss/results/Features/3.csv | 5 + .../opendss/results/Features/4.csv | 5 + .../opendss/results/Features/5.csv | 5 + .../opendss/results/Features/6.csv | 5 + .../opendss/results/Features/7.csv | 5 + .../opendss/results/Features/8.csv | 5 + .../opendss/results/Features/9.csv | 5 + ...e.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv | 5 + ...e.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv | 5 + ...e.1324f2a2-4fc9-4020-b144-b027f2633991.csv | 5 + ...e.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv | 5 + ...e.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv | 5 + ...e.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv | 5 + ...e.40c59858-58c3-4b8c-8521-f7a251f06740.csv | 5 + ...e.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv | 5 + ...e.59f65367-c852-40ab-9d7f-dc30822570f7.csv | 5 + ...e.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv | 5 + ...e.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv | 5 + ...e.6cdda038-b853-4a8e-bf6d-304c49d93688.csv | 5 + ...e.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv | 5 + ...e.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv | 5 + ...e.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv | 5 + ...e.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv | 5 + ...e.bf23c675-d787-4994-803b-18d8d4900699.csv | 5 + ...e.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv | 5 + ...-7f2b-400c-a683-528d02f140f6_12.47)_46.csv | 13 + ...-7f2b-400c-a683-528d02f140f6_12.47)_53.csv | 13 + ...e.db1a87fb-d770-4939-b747-7cadf1f304f8.csv | 5 + ...e.de88d8f3-d596-4088-8ee7-d96326ab083c.csv | 5 + ...e.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv | 5 + ...e.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv | 5 + ...e.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv | 5 + .../results/Lines/Line.l(r10_28-dt0).csv | 13 + .../results/Lines/Line.l(r11_0-dt3lv).csv | 13 + .../results/Lines/Line.l(r12_20-13_4).csv | 13 + .../results/Lines/Line.l(r12_20-dt0).csv | 13 + .../results/Lines/Line.l(r1_27-7_7).csv | 13 + .../results/Lines/Line.l(r1_27-dt2).csv | 13 + .../results/Lines/Line.l(r1_27-dt3).csv | 13 + .../results/Lines/Line.l(r2_0-dt0lv).csv | 13 + .../results/Lines/Line.l(r3_14-8_10).csv | 13 + .../results/Lines/Line.l(r3_14-dt3).csv | 13 + .../results/Lines/Line.l(r4_3-dt1lv).csv | 13 + .../results/Lines/Line.l(r5_0-dt1lv).csv | 13 + .../results/Lines/Line.l(r6_8-dt2lv).csv | 13 + .../results/Lines/Line.l(r7_7-9_13).csv | 13 + ...-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv | 13 + ...-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv | 13 + .../results/Lines/Line.l(r9_13-dt0).csv | 13 + ...-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv | 13 + ...-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv | 13 + .../results/Lines/Line.l(rdt1-dt2).csv | 13 + .../Lines/Line.padswitch(r10_28-dt0)_51.csv | 13 + .../Lines/Line.padswitch(r10_28-dt0)_52.csv | 13 + .../Lines/Line.padswitch(r1_27-7_7)_54.csv | 13 + .../Lines/Line.padswitch(r1_27-7_7)_55.csv | 13 + .../Lines/Line.padswitch(r1_27-dt2)_38.csv | 13 + .../Lines/Line.padswitch(r1_27-dt2)_39.csv | 13 + .../Lines/Line.padswitch(r1_27-dt3)_40.csv | 13 + .../Lines/Line.padswitch(r1_27-dt3)_41.csv | 13 + .../Lines/Line.padswitch(r3_14-8_10)_44.csv | 13 + .../Lines/Line.padswitch(r3_14-8_10)_45.csv | 13 + .../Lines/Line.padswitch(r3_14-dt3)_42.csv | 13 + .../Lines/Line.padswitch(r3_14-dt3)_43.csv | 13 + .../Lines/Line.padswitch(r7_7-9_13)_47.csv | 13 + .../Lines/Line.padswitch(r7_7-9_13)_48.csv | 13 + .../Lines/Line.padswitch(r9_13-dt0)_49.csv | 13 + .../Lines/Line.padswitch(r9_13-dt0)_50.csv | 13 + .../Lines/Line.padswitch(rdt1-dt2)_36.csv | 13 + .../Lines/Line.padswitch(rdt1-dt2)_37.csv | 13 + ...r.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv | 5 + ...r.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv | 5 + ...r.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv | 5 + ...0ecc6-7f2b-400c-a683-528d02f140f6_maq1.csv | 13 + .../Transformer.tr(rdt0-dt0lv).csv | 13 + .../Transformer.tr(rdt1-dt1lv).csv | 13 + .../Transformer.tr(rdt2-dt2lv).csv | 13 + .../Transformer.tr(rdt3-dt3lv).csv | 13 + 122 files changed, 258325 insertions(+) create mode 100644 example/run/baseline_scenario/opendss/dss_files/Buscoords.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/CNData.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/Lines.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/Loads.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/Master.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/Transformers.dss create mode 100644 example/run/baseline_scenario/opendss/dss_files/WireData.dss create mode 100644 example/run/baseline_scenario/opendss/json_files/Model.json create mode 100644 example/run/baseline_scenario/opendss/profiles/load_1.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_10.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_10_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_11.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_11_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_12.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_12_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_13.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_13_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_1_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_2.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_2_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_3.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_3_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_4.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_4_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_5.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_5_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_6.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_6_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_7.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_7_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_8.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_8_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_9.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/load_9_pu.csv create mode 100644 example/run/baseline_scenario/opendss/profiles/timestamps.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/1.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/10.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/11.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/12.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/13.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/2.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/3.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/4.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/5.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/6.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/7.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/8.csv create mode 100644 example/run/baseline_scenario/opendss/results/Features/9.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.breaker(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.breaker(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r10_28-dt0).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r11_0-dt3lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-13_4).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-dt0).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-7_7).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt2).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt3).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r2_0-dt0lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-8_10).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-dt3).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r4_3-dt1lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r5_0-dt1lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r6_8-dt2lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r7_7-9_13).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(r9_13-dt0).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt1-dt2).csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_51.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_52.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_54.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_55.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_38.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_39.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_40.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_41.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_44.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_45.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_42.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_43.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_47.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_48.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_49.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_50.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_36.csv create mode 100644 example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_37.csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.sub_5840ecc6-7f2b-400c-a683-528d02f140f6_maq1.csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt0-dt0lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt1-dt1lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt2-dt2lv).csv create mode 100644 example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt3-dt3lv).csv diff --git a/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss b/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss new file mode 100644 index 0000000..93edc8b --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/Buscoords.dss @@ -0,0 +1,27 @@ +source -78.84050846099856 42.82051718821927 +6398a8fa-be81-4773-a837-6cb0c35ad1a4 -78.84844779968263 42.82064309939614 +38c748dc-7e65-4798-9c57-7a5ad07a8830 -78.85346889495851 42.82064309939614 +4deadac5-3035-4051-91fd-f5910c93cd75 -78.84765386581422 42.819745976665985 +7bba9925-4f7c-4f0d-9b94-d0b8298962ea -78.84529352188112 42.81456759283041 +df21bd3d-f2a5-40df-a41b-54c8d73829a5 -78.85276079177858 42.81899049479709 +2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7 -78.85100126266482 42.81555923181502 +258aad84-ed22-48ee-995a-4c5869ae9274 -78.85018587112428 42.8138907507422 +3ad29eb4-60b2-4050-a87c-dcd858184622 -78.85306119918825 42.81899049479709 +ed866262-f11e-4ea7-b5f9-eecfea8ecbaf -78.85035753250123 42.81360741929651 +b1003fd0-cd27-4de5-9851-f14382846fc4 -78.85306119918825 42.81933675846616 +44963046-644a-4c03-b81c-f65d80475015 -78.85246596719499 42.81958326112075 +53c917d8-b04d-4110-bdd9-cbf044e6a1fa -78.850630729414 42.81857888627522 +38a42375-ff02-497e-90ef-c5d9eb78850e -78.84913892437771 42.82038967009542 +753b77b9-b88b-443f-9c3b-3cd977bb3558 -78.84857328145401 42.81914753199707 +14080f48-4e0d-4ca6-9ed2-7db253f920f4 -78.84600162506106 42.81466990552482 +9d037967-7ac1-4296-8f87-2d4a842d7a87 -78.8471524243204 42.81605110464405 +e4bcf9d6-e0b7-421c-91d4-554d06c69364 -78.84690284729004 42.81494536193761 +40867501-5a41-4626-a9d4-be5444a5b575 -78.85132137101688 42.81708331517632 +18fe5a25-2547-4c32-a225-8bd455e93c9b -78.85078257620687 42.81588131780642 +67b07fac-6666-4954-98b8-3e08b0896646 -78.84962224800354 42.81329273502643 +14072af7-3121-4e3d-b85f-c79868702ec9 -78.84951531770513 42.814393563866716 +db52eea7-f395-4fb1-999d-47c82333a4a7 -78.84856946000984 42.81417061550575 +be6e5e58-e73e-4172-a939-250c6a7a3c2c -78.8491695046689 42.81364215452331 +3d1aa47d-69dd-4200-ab34-9b6244ad82d7 -78.84818388519801 42.8138760010378 +194f2b59-5877-4485-85b9-bd0ac6f75e25 -78.8456153869629 42.8143078752306 +b9ac3056-629d-40cc-b520-cfe15eb7296c -78.85035753250123 42.81327686430259 diff --git a/example/run/baseline_scenario/opendss/dss_files/CNData.dss b/example/run/baseline_scenario/opendss/dss_files/CNData.dss new file mode 100644 index 0000000..f285269 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/CNData.dss @@ -0,0 +1 @@ +New CNDATA.UG_AL_750kcmil_15_kV InsLayer=0.01 DiaIns=0.0420218 k=24 DiaStrand=0.0020499999999999997 Rstrand=0.0058592 Diam=0.022021799999999998 DiaCable=0.04572 Rac=7.549999999999999e-05 GmrStrand=0.0007994 GMRac=0.008575300000000001 Runits=m Radunits=m GMRunits=m diff --git a/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss b/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss new file mode 100644 index 0000000..93edc8b --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/DEFAULT/Buscoords.dss @@ -0,0 +1,27 @@ +source -78.84050846099856 42.82051718821927 +6398a8fa-be81-4773-a837-6cb0c35ad1a4 -78.84844779968263 42.82064309939614 +38c748dc-7e65-4798-9c57-7a5ad07a8830 -78.85346889495851 42.82064309939614 +4deadac5-3035-4051-91fd-f5910c93cd75 -78.84765386581422 42.819745976665985 +7bba9925-4f7c-4f0d-9b94-d0b8298962ea -78.84529352188112 42.81456759283041 +df21bd3d-f2a5-40df-a41b-54c8d73829a5 -78.85276079177858 42.81899049479709 +2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7 -78.85100126266482 42.81555923181502 +258aad84-ed22-48ee-995a-4c5869ae9274 -78.85018587112428 42.8138907507422 +3ad29eb4-60b2-4050-a87c-dcd858184622 -78.85306119918825 42.81899049479709 +ed866262-f11e-4ea7-b5f9-eecfea8ecbaf -78.85035753250123 42.81360741929651 +b1003fd0-cd27-4de5-9851-f14382846fc4 -78.85306119918825 42.81933675846616 +44963046-644a-4c03-b81c-f65d80475015 -78.85246596719499 42.81958326112075 +53c917d8-b04d-4110-bdd9-cbf044e6a1fa -78.850630729414 42.81857888627522 +38a42375-ff02-497e-90ef-c5d9eb78850e -78.84913892437771 42.82038967009542 +753b77b9-b88b-443f-9c3b-3cd977bb3558 -78.84857328145401 42.81914753199707 +14080f48-4e0d-4ca6-9ed2-7db253f920f4 -78.84600162506106 42.81466990552482 +9d037967-7ac1-4296-8f87-2d4a842d7a87 -78.8471524243204 42.81605110464405 +e4bcf9d6-e0b7-421c-91d4-554d06c69364 -78.84690284729004 42.81494536193761 +40867501-5a41-4626-a9d4-be5444a5b575 -78.85132137101688 42.81708331517632 +18fe5a25-2547-4c32-a225-8bd455e93c9b -78.85078257620687 42.81588131780642 +67b07fac-6666-4954-98b8-3e08b0896646 -78.84962224800354 42.81329273502643 +14072af7-3121-4e3d-b85f-c79868702ec9 -78.84951531770513 42.814393563866716 +db52eea7-f395-4fb1-999d-47c82333a4a7 -78.84856946000984 42.81417061550575 +be6e5e58-e73e-4172-a939-250c6a7a3c2c -78.8491695046689 42.81364215452331 +3d1aa47d-69dd-4200-ab34-9b6244ad82d7 -78.84818388519801 42.8138760010378 +194f2b59-5877-4485-85b9-bd0ac6f75e25 -78.8456153869629 42.8143078752306 +b9ac3056-629d-40cc-b520-cfe15eb7296c -78.85035753250123 42.81327686430259 diff --git a/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss b/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss new file mode 100644 index 0000000..c60e965 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/LineGeometry.dss @@ -0,0 +1,3 @@ +New LineGeometry.Geometry_1 Nconds=4 Nphases=3 Units=m Cond=1 Wire=OH_ACSR_477kcmil X=0.0 H=10.0 Normamps=660.0 Cond=2 Wire=OH_ACSR_477kcmil X=0.304 H=10.0 Normamps=660.0 Cond=3 Wire=OH_ACSR_477kcmil X=0.608 H=10.0 Normamps=660.0 Cond=4 Wire=OH_ACSR_477kcmil X=0.0 H=9.6952 Normamps=660.0 Reduce=y + +New LineGeometry.Geometry_2 Nconds=3 Nphases=3 Units=m Cond=1 CNCable=UG_AL_750kcmil_15_kV X=0.0 H=-2.0 Normamps=640.0 Cond=2 CNCable=UG_AL_750kcmil_15_kV X=0.152 H=-2.0 Normamps=640.0 Cond=3 CNCable=UG_AL_750kcmil_15_kV X=0.304 H=-2.0 Normamps=640.0 Reduce=n diff --git a/example/run/baseline_scenario/opendss/dss_files/Lines.dss b/example/run/baseline_scenario/opendss/dss_files/Lines.dss new file mode 100644 index 0000000..9876b3f --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/Lines.dss @@ -0,0 +1,45 @@ +New Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3 Units=km Length=0.6477 bus1=source.1.2.3 bus2=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6 Units=km Length=0.40965120000000005 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013 Units=km Length=0.118872 bus1=6398a8fa-be81-4773-a837-6cb0c35ad1a4.1.2.3 bus2=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222 Units=km Length=0.6071616000000001 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.1324f2a2-4fc9-4020-b144-b027f2633991 Units=km Length=0.19263360000000002 bus1=38c748dc-7e65-4798-9c57-7a5ad07a8830.1.2.3 bus2=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71 Units=km Length=0.3706368 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470 Units=km Length=0.1972056 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.6cdda038-b853-4a8e-bf6d-304c49d93688 Units=km Length=0.024384 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=3ad29eb4-60b2-4050-a87c-dcd858184622.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58 Units=km Length=0.055778400000000006 bus1=df21bd3d-f2a5-40df-a41b-54c8d73829a5.1.2.3 bus2=44963046-644a-4c03-b81c-f65d80475015.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.59f65367-c852-40ab-9d7f-dc30822570f7 Units=km Length=0.2154936 bus1=b1003fd0-cd27-4de5-9851-f14382846fc4.1.2.3 bus2=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.10e9de09-902c-4373-8fa3-06a3e19e8b38 Units=km Length=0.0935736 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.de88d8f3-d596-4088-8ee7-d96326ab083c Units=km Length=0.077724 bus1=4deadac5-3035-4051-91fd-f5910c93cd75.1.2.3 bus2=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7 Units=km Length=0.1801368 bus1=14080f48-4e0d-4ca6-9ed2-7db253f920f4.1.2.3 bus2=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.40c59858-58c3-4b8c-8521-f7a251f06740 Units=km Length=0.0795528 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.96ac00ff-1369-472b-b8cd-d8721355f4c5 Units=km Length=0.1328928 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.e2dcff78-1f88-496b-9111-66ea2cc6c889 Units=km Length=0.0493776 bus1=2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7.1.2.3 bus2=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.9e3fff1f-2625-4f3f-b510-f4e51683c941 Units=km Length=0.0694944 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe Units=km Length=0.11125200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.bf23c675-d787-4994-803b-18d8d4900699 Units=km Length=0.15880080000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd Units=km Length=0.09692640000000001 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d Units=km Length=0.17983200000000002 bus1=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf.1.2.3 bus2=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_2 + +New Line.db1a87fb-d770-4939-b747-7cadf1f304f8 Units=km Length=0.039014400000000005 bus1=7bba9925-4f7c-4f0d-9b94-d0b8298962ea.1.2.3 bus2=194f2b59-5877-4485-85b9-bd0ac6f75e25.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 + +New Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3 Units=km Length=0.0697992 bus1=258aad84-ed22-48ee-995a-4c5869ae9274.1.2.3 bus2=b9ac3056-629d-40cc-b520-cfe15eb7296c.1.2.3 switch=n enabled=y phases=3 geometry=Geometry_1 diff --git a/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss b/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss new file mode 100644 index 0000000..ac772a4 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/LoadShapes.dss @@ -0,0 +1,25 @@ +New Loadshape.feature_1 npts= 8759 interval=1.0 mult = (file=../profiles/load_1_pu.csv) + +New Loadshape.feature_2 npts= 8759 interval=1.0 mult = (file=../profiles/load_2_pu.csv) + +New Loadshape.feature_3 npts= 8759 interval=1.0 mult = (file=../profiles/load_3_pu.csv) + +New Loadshape.feature_4 npts= 8759 interval=1.0 mult = (file=../profiles/load_4_pu.csv) + +New Loadshape.feature_5 npts= 8759 interval=1.0 mult = (file=../profiles/load_5_pu.csv) + +New Loadshape.feature_6 npts= 8759 interval=1.0 mult = (file=../profiles/load_6_pu.csv) + +New Loadshape.feature_7 npts= 8759 interval=1.0 mult = (file=../profiles/load_7_pu.csv) + +New Loadshape.feature_8 npts= 8759 interval=1.0 mult = (file=../profiles/load_8_pu.csv) + +New Loadshape.feature_9 npts= 8759 interval=1.0 mult = (file=../profiles/load_9_pu.csv) + +New Loadshape.feature_10 npts= 8759 interval=1.0 mult = (file=../profiles/load_10_pu.csv) + +New Loadshape.feature_11 npts= 8759 interval=1.0 mult = (file=../profiles/load_11_pu.csv) + +New Loadshape.feature_12 npts= 8759 interval=1.0 mult = (file=../profiles/load_12_pu.csv) + +New Loadshape.feature_13 npts= 8759 interval=1.0 mult = (file=../profiles/load_13_pu.csv) diff --git a/example/run/baseline_scenario/opendss/dss_files/Loads.dss b/example/run/baseline_scenario/opendss/dss_files/Loads.dss new file mode 100644 index 0000000..0834b36 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/Loads.dss @@ -0,0 +1,25 @@ +New Load.1 bus1=e4bcf9d6-e0b7-421c-91d4-554d06c69364.1.2.3 kV=12.47 model=1 kW=4961.147721461635 kvar=1138.1653453593858 Phases=3 yearly=feature_1 + +New Load.2 bus1=53c917d8-b04d-4110-bdd9-cbf044e6a1fa.1.2.3 kV=0.48 model=1 kW=226.26934267290758 kvar=51.90974730171469 Phases=3 yearly=feature_2 + +New Load.3 bus1=67b07fac-6666-4954-98b8-3e08b0896646.1.2.3 kV=12.47 model=1 kW=1277.8064698880355 kvar=293.1489090339154 Phases=3 yearly=feature_3 + +New Load.4 bus1=be6e5e58-e73e-4172-a939-250c6a7a3c2c.1.2.3 kV=0.48 model=1 kW=336.08532480578174 kvar=77.1032614334445 Phases=3 yearly=feature_4 + +New Load.5 bus1=3d1aa47d-69dd-4200-ab34-9b6244ad82d7.1.2.3 kV=0.48 model=1 kW=12.159078946234457 kvar=2.789484019640473 Phases=3 yearly=feature_5 + +New Load.6 bus1=db52eea7-f395-4fb1-999d-47c82333a4a7.1.2.3 kV=0.48 model=1 kW=15.74178000285817 kvar=3.6114120117846387 Phases=3 yearly=feature_6 + +New Load.7 bus1=9d037967-7ac1-4296-8f87-2d4a842d7a87.1.2.3 kV=0.48 model=1 kW=1010.9459946369254 kvar=231.92691726313512 Phases=3 yearly=feature_7 + +New Load.8 bus1=18fe5a25-2547-4c32-a225-8bd455e93c9b.1.2.3 kV=12.47 model=1 kW=2185.323191585642 kvar=501.347523741978 Phases=3 yearly=feature_8 + +New Load.9 bus1=40867501-5a41-4626-a9d4-be5444a5b575.1.2.3 kV=12.47 model=1 kW=1380.0778008452764 kvar=316.61156147938993 Phases=3 yearly=feature_9 + +New Load.10 bus1=44963046-644a-4c03-b81c-f65d80475015.1.2.3 kV=12.47 model=1 kW=5802.739796933826 kvar=1331.2398089734875 Phases=3 yearly=feature_10 + +New Load.11 bus1=14072af7-3121-4e3d-b85f-c79868702ec9.1.2.3 kV=0.48 model=1 kW=345.6915805803552 kvar=79.30708765171657 Phases=3 yearly=feature_11 + +New Load.12 bus1=753b77b9-b88b-443f-9c3b-3cd977bb3558.1.2.3 kV=12.47 model=1 kW=1313.8416564929219 kvar=301.415947814038 Phases=3 yearly=feature_12 + +New Load.13 bus1=38a42375-ff02-497e-90ef-c5d9eb78850e.1.2.3 kV=12.47 model=1 kW=1139.366097122639 kvar=261.3885093186278 Phases=3 yearly=feature_13 diff --git a/example/run/baseline_scenario/opendss/dss_files/Master.dss b/example/run/baseline_scenario/opendss/dss_files/Master.dss new file mode 100644 index 0000000..e0b1097 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/Master.dss @@ -0,0 +1,19 @@ +Clear + +New Circuit.Full_Network bus1=source pu=1.0 basekV=12.47 + +Redirect WireData.dss +Redirect CNData.dss +Redirect LineGeometry.dss +Redirect Lines.dss +Redirect Transformers.dss +Redirect LoadShapes.dss +Redirect Loads.dss + +Set Voltagebases=[0.48, 12.47] + +Calcvoltagebases + +Buscoords Buscoords.dss + +Solve diff --git a/example/run/baseline_scenario/opendss/dss_files/Transformers.dss b/example/run/baseline_scenario/opendss/dss_files/Transformers.dss new file mode 100644 index 0000000..f21b37f --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/Transformers.dss @@ -0,0 +1,5 @@ +New Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=194f2b59-5877-4485-85b9-bd0ac6f75e25 wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=14080f48-4e0d-4ca6-9ed2-7db253f920f4 XHL=0.0562 + +New Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=300.0 %R=0.0105216 bus=3ad29eb4-60b2-4050-a87c-dcd858184622 wdg=2 conn=wye Kv=0.48 kva=300.0 %R=0.0105216 bus=b1003fd0-cd27-4de5-9851-f14382846fc4 XHL=0.0376 + +New Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65 phases=3 windings=2 wdg=1 conn=wye Kv=12.47 kva=1000.0 %R=0.0027648 bus=b9ac3056-629d-40cc-b520-cfe15eb7296c wdg=2 conn=wye Kv=0.48 kva=1000.0 %R=0.0027648 bus=ed866262-f11e-4ea7-b5f9-eecfea8ecbaf XHL=0.0562 diff --git a/example/run/baseline_scenario/opendss/dss_files/WireData.dss b/example/run/baseline_scenario/opendss/dss_files/WireData.dss new file mode 100644 index 0000000..292e159 --- /dev/null +++ b/example/run/baseline_scenario/opendss/dss_files/WireData.dss @@ -0,0 +1 @@ +New WireData.OH_ACSR_477kcmil GMRac=0.0088 GMRunits=m Diam=0.0218 Radunits=m normamps=660.0 Rac=0.00011999999999999999 diff --git a/example/run/baseline_scenario/opendss/json_files/Model.json b/example/run/baseline_scenario/opendss/json_files/Model.json new file mode 100644 index 0000000..4415dd6 --- /dev/null +++ b/example/run/baseline_scenario/opendss/json_files/Model.json @@ -0,0 +1,20846 @@ +{ + "metadata": { + "model_size": 257, + "time": "2023-11-01 16:38:15.978935" + }, + "model": [ + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": true + }, + "name": { + "class": "str", + "value": "source" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82051718821927 + }, + "long": { + "class": "float", + "value": -78.84050846099856 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Feeder_metadata", + "headnode": { + "class": "str", + "value": "source" + }, + "name": { + "class": "str", + "value": "urbanopt-feeder" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PowerSource", + "connecting_element": { + "class": "str", + "value": "source" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "cutin_percent": { + "class": "NoneType", + "value": null + }, + "cutout_percent": { + "class": "NoneType", + "value": null + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_sourcebus": { + "class": "bool", + "value": true + }, + "name": { + "class": "str", + "value": "ps_source" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "per_unit": { + "class": "float", + "value": 1.0 + }, + "phase_angle": { + "class": "float", + "value": 0.0 + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [] + }, + "positive_sequence_impedance": { + "class": "NoneType", + "value": null + }, + "power_factor": { + "class": "NoneType", + "value": null + }, + "rated_power": { + "class": "NoneType", + "value": null + }, + "reactance": { + "class": "NoneType", + "value": null + }, + "resistance": { + "class": "NoneType", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "v_max_pu": { + "class": "NoneType", + "value": null + }, + "v_min_pu": { + "class": "NoneType", + "value": null + }, + "zero_sequence_impedance": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82051718821927 + }, + "long": { + "class": "float", + "value": -78.84050846099856 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "6398a8fa-be81-4773-a837-6cb0c35ad1a4" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82064309939614 + }, + "long": { + "class": "float", + "value": -78.84844779968263 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82064309939614 + }, + "long": { + "class": "float", + "value": -78.84844779968263 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "38c748dc-7e65-4798-9c57-7a5ad07a8830" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82064309939614 + }, + "long": { + "class": "float", + "value": -78.85346889495851 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82064309939614 + }, + "long": { + "class": "float", + "value": -78.85346889495851 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "4deadac5-3035-4051-91fd-f5910c93cd75" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.819745976665985 + }, + "long": { + "class": "float", + "value": -78.84765386581422 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.819745976665985 + }, + "long": { + "class": "float", + "value": -78.84765386581422 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "7bba9925-4f7c-4f0d-9b94-d0b8298962ea" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81456759283041 + }, + "long": { + "class": "float", + "value": -78.84529352188112 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81456759283041 + }, + "long": { + "class": "float", + "value": -78.84529352188112 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "df21bd3d-f2a5-40df-a41b-54c8d73829a5" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81899049479709 + }, + "long": { + "class": "float", + "value": -78.85276079177858 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81899049479709 + }, + "long": { + "class": "float", + "value": -78.85276079177858 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81555923181502 + }, + "long": { + "class": "float", + "value": -78.85100126266482 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81555923181502 + }, + "long": { + "class": "float", + "value": -78.85100126266482 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "258aad84-ed22-48ee-995a-4c5869ae9274" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8138907507422 + }, + "long": { + "class": "float", + "value": -78.85018587112428 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8138907507422 + }, + "long": { + "class": "float", + "value": -78.85018587112428 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "3ad29eb4-60b2-4050-a87c-dcd858184622" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81899049479709 + }, + "long": { + "class": "float", + "value": -78.85306119918825 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81899049479709 + }, + "long": { + "class": "float", + "value": -78.85306119918825 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81360741929651 + }, + "long": { + "class": "float", + "value": -78.85035753250123 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81360741929651 + }, + "long": { + "class": "float", + "value": -78.85035753250123 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "b1003fd0-cd27-4de5-9851-f14382846fc4" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81933675846616 + }, + "long": { + "class": "float", + "value": -78.85306119918825 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81933675846616 + }, + "long": { + "class": "float", + "value": -78.85306119918825 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "44963046-644a-4c03-b81c-f65d80475015" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81958326112075 + }, + "long": { + "class": "float", + "value": -78.85246596719499 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81958326112075 + }, + "long": { + "class": "float", + "value": -78.85246596719499 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "53c917d8-b04d-4110-bdd9-cbf044e6a1fa" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81857888627522 + }, + "long": { + "class": "float", + "value": -78.850630729414 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81857888627522 + }, + "long": { + "class": "float", + "value": -78.850630729414 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "38a42375-ff02-497e-90ef-c5d9eb78850e" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82038967009542 + }, + "long": { + "class": "float", + "value": -78.84913892437771 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.82038967009542 + }, + "long": { + "class": "float", + "value": -78.84913892437771 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "753b77b9-b88b-443f-9c3b-3cd977bb3558" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81914753199707 + }, + "long": { + "class": "float", + "value": -78.84857328145401 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81914753199707 + }, + "long": { + "class": "float", + "value": -78.84857328145401 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "14080f48-4e0d-4ca6-9ed2-7db253f920f4" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81466990552482 + }, + "long": { + "class": "float", + "value": -78.84600162506106 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81466990552482 + }, + "long": { + "class": "float", + "value": -78.84600162506106 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "9d037967-7ac1-4296-8f87-2d4a842d7a87" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81605110464405 + }, + "long": { + "class": "float", + "value": -78.8471524243204 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81605110464405 + }, + "long": { + "class": "float", + "value": -78.8471524243204 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "e4bcf9d6-e0b7-421c-91d4-554d06c69364" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81494536193761 + }, + "long": { + "class": "float", + "value": -78.84690284729004 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81494536193761 + }, + "long": { + "class": "float", + "value": -78.84690284729004 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "40867501-5a41-4626-a9d4-be5444a5b575" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81708331517632 + }, + "long": { + "class": "float", + "value": -78.85132137101688 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81708331517632 + }, + "long": { + "class": "float", + "value": -78.85132137101688 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "18fe5a25-2547-4c32-a225-8bd455e93c9b" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81588131780642 + }, + "long": { + "class": "float", + "value": -78.85078257620687 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81588131780642 + }, + "long": { + "class": "float", + "value": -78.85078257620687 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "67b07fac-6666-4954-98b8-3e08b0896646" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81329273502643 + }, + "long": { + "class": "float", + "value": -78.84962224800354 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81329273502643 + }, + "long": { + "class": "float", + "value": -78.84962224800354 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "14072af7-3121-4e3d-b85f-c79868702ec9" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.814393563866716 + }, + "long": { + "class": "float", + "value": -78.84951531770513 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.814393563866716 + }, + "long": { + "class": "float", + "value": -78.84951531770513 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "db52eea7-f395-4fb1-999d-47c82333a4a7" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81417061550575 + }, + "long": { + "class": "float", + "value": -78.84856946000984 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81417061550575 + }, + "long": { + "class": "float", + "value": -78.84856946000984 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "be6e5e58-e73e-4172-a939-250c6a7a3c2c" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81364215452331 + }, + "long": { + "class": "float", + "value": -78.8491695046689 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81364215452331 + }, + "long": { + "class": "float", + "value": -78.8491695046689 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "3d1aa47d-69dd-4200-ab34-9b6244ad82d7" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8138760010378 + }, + "long": { + "class": "float", + "value": -78.84818388519801 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8138760010378 + }, + "long": { + "class": "float", + "value": -78.84818388519801 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "194f2b59-5877-4485-85b9-bd0ac6f75e25" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8143078752306 + }, + "long": { + "class": "float", + "value": -78.8456153869629 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.8143078752306 + }, + "long": { + "class": "float", + "value": -78.8456153869629 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "Node", + "feeder_name": { + "class": "str", + "value": "" + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_substation_connection": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "b9ac3056-629d-40cc-b520-cfe15eb7296c" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "phases": { + "class": "list", + "value": [] + }, + "positions": { + "class": "list", + "value": [ + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81327686430259 + }, + "long": { + "class": "float", + "value": -78.85035753250123 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "setpoint": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + } + }, + { + "class": "Position", + "lat": { + "class": "float", + "value": 42.81327686430259 + }, + "long": { + "class": "float", + "value": -78.85035753250123 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "source" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 647.7 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "11abf04c-1002-4d48-9f1d-edb4872cf9c3" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "6398a8fa-be81-4773-a837-6cb0c35ad1a4" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "6398a8fa-be81-4773-a837-6cb0c35ad1a4" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 409.6512 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "17f547a3-aad9-4cc3-98be-327aefe6a1d6" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "38c748dc-7e65-4798-9c57-7a5ad07a8830" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "6398a8fa-be81-4773-a837-6cb0c35ad1a4" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 118.872 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "36fd2f4e-8305-4f45-ae4a-5a7a3cc95013" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "4deadac5-3035-4051-91fd-f5910c93cd75" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "4deadac5-3035-4051-91fd-f5910c93cd75" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 607.1616 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "16e5aef9-56d0-478e-a9b2-903c7e6f7222" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "7bba9925-4f7c-4f0d-9b94-d0b8298962ea" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "38c748dc-7e65-4798-9c57-7a5ad07a8830" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 192.6336 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "1324f2a2-4fc9-4020-b144-b027f2633991" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "df21bd3d-f2a5-40df-a41b-54c8d73829a5" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "df21bd3d-f2a5-40df-a41b-54c8d73829a5" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 370.6368 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "f912d33f-f017-4ba5-b2fd-2ed2eec38b71" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 197.2056 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "258aad84-ed22-48ee-995a-4c5869ae9274" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "df21bd3d-f2a5-40df-a41b-54c8d73829a5" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 24.384 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "6cdda038-b853-4a8e-bf6d-304c49d93688" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "3ad29eb4-60b2-4050-a87c-dcd858184622" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "df21bd3d-f2a5-40df-a41b-54c8d73829a5" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 55.778400000000005 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "f2d0448f-aab3-4da0-8aca-17564c8e3a58" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "44963046-644a-4c03-b81c-f65d80475015" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "b1003fd0-cd27-4de5-9851-f14382846fc4" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 215.49360000000001 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "59f65367-c852-40ab-9d7f-dc30822570f7" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "53c917d8-b04d-4110-bdd9-cbf044e6a1fa" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "4deadac5-3035-4051-91fd-f5910c93cd75" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 93.5736 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "10e9de09-902c-4373-8fa3-06a3e19e8b38" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "38a42375-ff02-497e-90ef-c5d9eb78850e" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "4deadac5-3035-4051-91fd-f5910c93cd75" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 77.724 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "de88d8f3-d596-4088-8ee7-d96326ab083c" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "753b77b9-b88b-443f-9c3b-3cd977bb3558" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "14080f48-4e0d-4ca6-9ed2-7db253f920f4" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 180.13680000000002 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "44c05d80-7a90-4229-94f7-0ef2787b2cc7" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "9d037967-7ac1-4296-8f87-2d4a842d7a87" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "7bba9925-4f7c-4f0d-9b94-d0b8298962ea" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 79.5528 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "40c59858-58c3-4b8c-8521-f7a251f06740" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "e4bcf9d6-e0b7-421c-91d4-554d06c69364" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 132.8928 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "96ac00ff-1369-472b-b8cd-d8721355f4c5" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "40867501-5a41-4626-a9d4-be5444a5b575" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "2796b96e-5bc0-4890-9bb0-bcf7b5baf9c7" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 49.3776 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "e2dcff78-1f88-496b-9111-66ea2cc6c889" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "18fe5a25-2547-4c32-a225-8bd455e93c9b" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "258aad84-ed22-48ee-995a-4c5869ae9274" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 69.4944 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "9e3fff1f-2625-4f3f-b510-f4e51683c941" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "67b07fac-6666-4954-98b8-3e08b0896646" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 111.25200000000001 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "a0ba7300-0264-4450-8a1b-6f8045ee7cfe" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "14072af7-3121-4e3d-b85f-c79868702ec9" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 158.8008 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "bf23c675-d787-4994-803b-18d8d4900699" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "db52eea7-f395-4fb1-999d-47c82333a4a7" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 96.9264 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "be6e5e58-e73e-4172-a939-250c6a7a3c2c" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 179.83200000000002 + }, + "line_type": { + "class": "str", + "value": "underground" + }, + "name": { + "class": "str", + "value": "68c17aed-1c16-4a75-b0a7-7cf2db5d605d" + }, + "nameclass": { + "class": "str", + "value": "Geometry_2" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "3d1aa47d-69dd-4200-ab34-9b6244ad82d7" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.152 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": -2.0 + }, + "ampacity": { + "class": "float", + "value": 640.0 + }, + "class": "Wire", + "concentric_neutral_diameter": { + "class": "float", + "value": 0.0020499999999999997 + }, + "concentric_neutral_gmr": { + "class": "float", + "value": 0.0007994 + }, + "concentric_neutral_nstrand": { + "class": "int", + "value": 24 + }, + "concentric_neutral_outside_diameter": { + "class": "float", + "value": 0.04572 + }, + "concentric_neutral_resistance": { + "class": "float", + "value": 0.0058592 + }, + "diameter": { + "class": "float", + "value": 0.022021799999999998 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.008575300000000001 + }, + "insulation_thickness": { + "class": "float", + "value": 0.01 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "UG_AL_750kcmil_15_kV" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 7.549999999999999e-05 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "7bba9925-4f7c-4f0d-9b94-d0b8298962ea" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 39.0144 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "db1a87fb-d770-4939-b747-7cadf1f304f8" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "194f2b59-5877-4485-85b9-bd0ac6f75e25" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "capacitance_matrix": { + "class": "list", + "value": [] + }, + "class": "Line", + "faultrate": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "from_element": { + "class": "str", + "value": "258aad84-ed22-48ee-995a-4c5869ae9274" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "impedance_matrix": { + "class": "list", + "value": [] + }, + "is_banked": { + "class": "NoneType", + "value": null + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_fuse": { + "class": "NoneType", + "value": null + }, + "is_network_protector": { + "class": "NoneType", + "value": null + }, + "is_recloser": { + "class": "NoneType", + "value": null + }, + "is_sectionalizer": { + "class": "NoneType", + "value": null + }, + "is_substation": { + "class": "bool", + "value": false + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "length": { + "class": "float", + "value": 69.7992 + }, + "line_type": { + "class": "str", + "value": "overhead" + }, + "name": { + "class": "str", + "value": "bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3" + }, + "nameclass": { + "class": "str", + "value": "Geometry_1" + }, + "nominal_voltage": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "to_element": { + "class": "str", + "value": "b9ac3056-629d-40cc-b520-cfe15eb7296c" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "wires": { + "class": "list", + "value": [ + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "A" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.304 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "B" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.608 + }, + "Y": { + "class": "float", + "value": 10.0 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "C" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "X": { + "class": "float", + "value": 0.0 + }, + "Y": { + "class": "float", + "value": 9.6952 + }, + "ampacity": { + "class": "float", + "value": 660.0 + }, + "class": "Wire", + "diameter": { + "class": "float", + "value": 0.0218 + }, + "emergency_ampacity": { + "class": "NoneType", + "value": null + }, + "gmr": { + "class": "float", + "value": 0.0088 + }, + "is_breaker": { + "class": "NoneType", + "value": null + }, + "is_open": { + "class": "NoneType", + "value": null + }, + "is_switch": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "nameclass": { + "class": "str", + "value": "OH_ACSR_477kcmil" + }, + "phase": { + "class": "str", + "value": "N" + }, + "resistance": { + "class": "float", + "value": 0.00011999999999999999 + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PowerTransformer", + "feeder_name": { + "class": "str", + "value": "" + }, + "from_element": { + "class": "str", + "value": "194f2b59-5877-4485-85b9-bd0ac6f75e25" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "install_type": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "loadloss": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": "b02e3fe9-77d0-47f9-86cb-e4db960afd62" + }, + "noload_loss": { + "class": "NoneType", + "value": null + }, + "normhkva": { + "class": "NoneType", + "value": null + }, + "phase_shift": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "reactances": { + "class": "list", + "value": [ + { + "class": "float", + "value": 0.0562 + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + }, + "to_element": { + "class": "str", + "value": "14080f48-4e0d-4ca6-9ed2-7db253f920f4" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "windings": { + "class": "list", + "value": [ + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + } + ] + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PowerTransformer", + "feeder_name": { + "class": "str", + "value": "" + }, + "from_element": { + "class": "str", + "value": "3ad29eb4-60b2-4050-a87c-dcd858184622" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "install_type": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "loadloss": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": "54cd0a5a-2ebe-4b39-936a-f238b503c221" + }, + "noload_loss": { + "class": "NoneType", + "value": null + }, + "normhkva": { + "class": "NoneType", + "value": null + }, + "phase_shift": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "reactances": { + "class": "list", + "value": [ + { + "class": "float", + "value": 0.0376 + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + }, + "to_element": { + "class": "str", + "value": "b1003fd0-cd27-4de5-9851-f14382846fc4" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "windings": { + "class": "list", + "value": [ + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 300000.0 + }, + "resistance": { + "class": "float", + "value": 0.0105216 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 300000.0 + }, + "resistance": { + "class": "float", + "value": 0.0105216 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + } + ] + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 300000.0 + }, + "resistance": { + "class": "float", + "value": 0.0105216 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 300000.0 + }, + "resistance": { + "class": "float", + "value": 0.0105216 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PowerTransformer", + "feeder_name": { + "class": "str", + "value": "" + }, + "from_element": { + "class": "str", + "value": "b9ac3056-629d-40cc-b520-cfe15eb7296c" + }, + "from_element_connection_index": { + "class": "NoneType", + "value": null + }, + "install_type": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "loadloss": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": "502e96e3-853a-4b3d-b88d-fe59af4d7b65" + }, + "noload_loss": { + "class": "NoneType", + "value": null + }, + "normhkva": { + "class": "NoneType", + "value": null + }, + "phase_shift": { + "class": "NoneType", + "value": null + }, + "positions": { + "class": "list", + "value": [] + }, + "reactances": { + "class": "list", + "value": [ + { + "class": "float", + "value": 0.0562 + } + ] + }, + "response": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "str", + "value": "" + }, + "to_element": { + "class": "str", + "value": "ed866262-f11e-4ea7-b5f9-eecfea8ecbaf" + }, + "to_element_connection_index": { + "class": "NoneType", + "value": null + }, + "windings": { + "class": "list", + "value": [ + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [ + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + } + ] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + } + ] + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 0 + } + }, + { + "class": "Winding", + "connection_type": { + "class": "str", + "value": "Y" + }, + "emergency_power": { + "class": "NoneType", + "value": null + }, + "is_grounded": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": null + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "phase_windings": { + "class": "list", + "value": [] + }, + "rated_power": { + "class": "float", + "value": 1000000.0 + }, + "resistance": { + "class": "float", + "value": 0.0027648 + }, + "response": { + "class": "NoneType", + "value": null + }, + "voltage_type": { + "class": "int", + "value": 1 + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "A" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "B" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseWinding", + "compensator_r": { + "class": "NoneType", + "value": null + }, + "compensator_x": { + "class": "NoneType", + "value": null + }, + "name": { + "class": "str", + "value": null + }, + "phase": { + "class": "str", + "value": "C" + }, + "response": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "e4bcf9d6-e0b7-421c-91d4-554d06c69364" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "1" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1653715.9071538784 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 379388.44845312857 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_1" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_1_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "53c917d8-b04d-4110-bdd9-cbf044e6a1fa" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "2" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 75423.11422430252 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 17303.24910057156 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_2" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_2_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "67b07fac-6666-4954-98b8-3e08b0896646" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "3" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 425935.48996267846 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 97716.30301130512 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_3" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_3_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "be6e5e58-e73e-4172-a939-250c6a7a3c2c" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "4" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 112028.44160192725 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 25701.0871444815 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_4" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_4_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "3d1aa47d-69dd-4200-ab34-9b6244ad82d7" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "5" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 4053.0263154114855 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 929.8280065468243 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_5" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_5_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "db52eea7-f395-4fb1-999d-47c82333a4a7" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "6" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 5247.260000952723 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 1203.804003928213 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_6" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_6_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "9d037967-7ac1-4296-8f87-2d4a842d7a87" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "7" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 336981.99821230845 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 77308.97242104504 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_7" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_7_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "18fe5a25-2547-4c32-a225-8bd455e93c9b" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "8" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 728441.0638618806 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 167115.841247326 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_8" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_8_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "40867501-5a41-4626-a9d4-be5444a5b575" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "9" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 460025.93361509213 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 105537.18715979662 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_9" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_9_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "44963046-644a-4c03-b81c-f65d80475015" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "10" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 1934246.598977942 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 443746.6029911625 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_10" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_10_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "14072af7-3121-4e3d-b85f-c79868702ec9" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "11" + }, + "nominal_voltage": { + "class": "float", + "value": 480.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 115230.52686011839 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 26435.695883905526 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_11" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_11_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "753b77b9-b88b-443f-9c3b-3cd977bb3558" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "12" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 437947.2188309739 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 100471.98260467933 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_12" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_12_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + }, + { + "center_tap_perct_1_2": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_1_N": { + "class": "NoneType", + "value": null + }, + "center_tap_perct_N_2": { + "class": "NoneType", + "value": null + }, + "class": "Load", + "connecting_element": { + "class": "str", + "value": "38a42375-ff02-497e-90ef-c5d9eb78850e" + }, + "connection_type": { + "class": "NoneType", + "value": null + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "is_center_tap": { + "class": "bool", + "value": false + }, + "is_substation": { + "class": "bool", + "value": false + }, + "name": { + "class": "str", + "value": "13" + }, + "nominal_voltage": { + "class": "float", + "value": 12470.0 + }, + "num_levels": { + "class": "NoneType", + "value": null + }, + "num_users": { + "class": "NoneType", + "value": null + }, + "peak_coincident_p": { + "class": "NoneType", + "value": null + }, + "peak_coincident_q": { + "class": "NoneType", + "value": null + }, + "peak_p": { + "class": "NoneType", + "value": null + }, + "peak_q": { + "class": "NoneType", + "value": null + }, + "phase_loads": { + "class": "list", + "value": [ + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + } + ] + }, + "positions": { + "class": "list", + "value": [] + }, + "response": { + "class": "NoneType", + "value": null + }, + "rooftop_area": { + "class": "NoneType", + "value": null + }, + "substation_name": { + "class": "NoneType", + "value": null + }, + "timeseries": { + "class": "list", + "value": [] + }, + "transformer_connected_kva": { + "class": "NoneType", + "value": null + }, + "upstream_transformer_name": { + "class": "NoneType", + "value": null + }, + "vmax": { + "class": "NoneType", + "value": null + }, + "vmin": { + "class": "NoneType", + "value": null + }, + "yearly_energy": { + "class": "NoneType", + "value": null + } + }, + { + "class": "PhaseLoad", + "model": { + "class": "int", + "value": 1 + }, + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "A" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "B" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "PhaseLoad", + "name": { + "class": "str", + "value": null + }, + "p": { + "class": "float", + "value": 379788.69904087967 + }, + "phase": { + "class": "str", + "value": "C" + }, + "q": { + "class": "float", + "value": 87129.50310620927 + }, + "response": { + "class": "NoneType", + "value": null + }, + "use_zip": { + "class": "int", + "value": 0 + } + }, + { + "class": "Timeseries", + "data": { + "class": "NoneType", + "value": null + }, + "data_label": { + "class": "str", + "value": "feature_13" + }, + "data_location": { + "class": "str", + "value": "../profiles/load_13_pu.csv" + }, + "data_type": { + "class": "str", + "value": "float" + }, + "feeder_name": { + "class": "NoneType", + "value": null + }, + "interval": { + "class": "float", + "value": 1.0 + }, + "name": { + "class": "str", + "value": null + }, + "response": { + "class": "NoneType", + "value": null + }, + "scale_factor": { + "class": "float", + "value": 1.0 + }, + "substation_name": { + "class": "NoneType", + "value": null + } + } + ] +} diff --git a/example/run/baseline_scenario/opendss/profiles/load_1.csv b/example/run/baseline_scenario/opendss/profiles/load_1.csv new file mode 100644 index 0000000..614a232 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_1.csv @@ -0,0 +1,8760 @@ +764.5839105804956 +506.3370255598843 +557.4526618307672 +511.04989237982517 +871.3863197532164 +1333.9007818209313 +1764.931135028186 +1633.2556400182555 +1876.3532969529876 +1872.2529421886256 +2496.4705431943776 +2731.9298922913586 +2429.9256424593245 +2451.2767165122227 +2229.5966219302213 +2212.1430752181595 +2386.9452912249612 +2679.8945575737325 +2556.530076514415 +2411.9193534222068 +2461.823072014729 +2270.0364120194677 +1589.9131184098198 +1084.6473229866735 +762.3903648640472 +530.2271389929208 +594.7400910184525 +578.2236671365647 +1055.0825837644138 +1450.715588891534 +1803.114326424038 +2373.070561850246 +2669.2698182682034 +2766.4866331620915 +3065.9839636797565 +3223.6244455829737 +3111.850988374922 +2987.9710052226706 +2785.121045538437 +2786.931801136535 +3152.343043245931 +3221.494215555487 +2858.2000840503238 +2830.513375668849 +2773.930909715372 +2589.8064876413982 +1849.9917120536456 +1269.0883340057896 +854.7450830092976 +630.8436362154195 +666.1485477144234 +643.4519367540407 +1015.0337523935333 +1444.8011748517195 +1810.2416498690243 +2163.7007680391007 +2460.6373258757662 +2846.3753541930696 +3242.6612014333946 +3403.8971207088152 +3114.1364720150314 +3166.7028664600903 +2962.480734882208 +2888.789600363303 +3157.388172131766 +3225.97547021266 +2866.118294458502 +2836.8033088514694 +2778.5842479920702 +2595.8116776317215 +1856.6214489244069 +1274.0441439509593 +857.8292426908141 +631.3276704422946 +700.4840566314484 +611.1556748592272 +1012.8552507371137 +1389.053349505195 +1861.6448965293016 +2168.23632689023 +2450.7577305087348 +2756.3568449939876 +3202.105327286663 +3404.932308912224 +3115.117961671774 +3076.376345844207 +2960.7298050768873 +2873.384430141057 +3157.979077063784 +3227.0796782560687 +2863.58356074808 +2766.736920193852 +2849.100609846989 +2563.963359998476 +1801.7564918867813 +1140.5898018511984 +767.9444985463325 +525.7464366468097 +581.8387961096619 +520.8536849809515 +966.9349421151187 +1332.4329071196735 +1697.9387571641598 +2161.7574163348604 +2460.562678506439 +2663.819087649337 +3065.9488149808994 +3225.5346389689767 +2931.286735327768 +3163.7131766466478 +2954.8099479398943 +2867.319814035064 +3148.8666582305123 +3229.4798122393418 +2860.974307221145 +2738.383349666212 +2797.9167344857533 +2586.452646913379 +1815.3149744898585 +1212.7444809898022 +865.7377442322614 +633.6917487990833 +641.6968794656192 +526.965433475015 +922.2192525976503 +1354.2564536821396 +1740.216407653911 +2167.178360168793 +2451.064518715409 +2665.899084971444 +3065.9688582196354 +3226.6729228586532 +2931.9676742332126 +3162.2811681899293 +2956.222057323936 +2805.680277551212 +3157.923036026367 +3228.2195212705783 +2818.6915049730715 +2637.1024572134797 +2655.910695245317 +2593.3072739399754 +1798.0869958301582 +1136.787552101456 +745.3744200668616 +498.94858568835656 +554.2029708141266 +493.4698609424057 +855.8556722681291 +1278.486364405565 +1754.4980487364467 +1692.727276467041 +1925.1327857788153 +2585.979028395037 +2919.248520470465 +2962.884496811651 +2676.0263710476634 +2641.920535715696 +2512.739575289223 +2435.563189613862 +2467.3633584617774 +2960.304827400978 +2826.8233799969644 +2654.452927689192 +2497.971351022331 +2483.4915087917243 +1782.5544580683172 +1230.7085971119116 +832.7156863357965 +531.2365505653459 +618.0712609598705 +499.52586496419235 +845.4663894665929 +1407.8383730633766 +1732.3839976664246 +1640.8312672071916 +1883.8945864576258 +1838.344525865462 +2508.1225766634643 +2728.108985368691 +2438.9534844326668 +2461.4654685927835 +2240.6814510451327 +2211.885014711355 +2389.292518865713 +2692.507309725719 +2573.64613204752 +2432.9608597589627 +2470.904493216335 +2272.0313409072764 +1592.3184055943022 +1090.4422262857097 +776.4998159304379 +552.0157887864427 +679.3489248885385 +539.0402115818345 +919.5549217268788 +1338.5657910754849 +1690.6131177671975 +2166.9668219467876 +2464.6482757897684 +2670.2202755223607 +3064.3893514070405 +3227.4267306459656 +2937.478778103894 +2985.6102725393584 +2840.487463027655 +2872.573364725825 +3160.8834749845964 +3226.7173040560942 +2889.8712585295966 +2765.0682985267963 +2851.6071441647523 +2624.032754214556 +1844.9819034922064 +1247.6117129062352 +856.300105926296 +633.8842385895621 +721.7257500347326 +576.5942259528958 +1053.4299205429922 +1445.4424793572691 +1764.6022348323877 +2165.4603023468685 +2454.208221281797 +2665.3985296271294 +3061.5052080245796 +3225.0782494325294 +2927.611244499908 +2979.615936393081 +2832.420605943345 +2860.166342519452 +2971.4604678771293 +3043.8355255365746 +2736.417394328336 +2638.9262897262606 +2655.4356930353133 +2476.0648556709493 +1745.426801819381 +1133.310016783834 +757.2399571980189 +526.5738776641236 +576.5767465852932 +530.0930129688203 +920.1249720743042 +1131.239393120081 +1482.7168474727 +2383.9841033544785 +2702.218674241572 +2940.079996242316 +3400.1479559695276 +3526.8159695100658 +3254.251111131333 +3376.796260619494 +3134.131456239172 +2932.030217761147 +3300.2055922523546 +3394.0734578625697 +2973.5160041237955 +2828.6645640143724 +2712.25862419511 +2475.0327340203717 +1835.842572333168 +1180.9123667991846 +872.2755693174521 +649.584865630889 +700.3142948074382 +611.1026789729749 +1041.9252180272088 +1472.490504822826 +1878.0986781836025 +2166.621328182302 +2636.342027272725 +2849.8188713894406 +3251.3865061345728 +3417.225665923021 +3119.8853517337034 +3174.2169780931663 +2965.933374378648 +2874.2899313806365 +3138.712634847082 +3226.13889609928 +2862.865112592561 +2835.2244397529366 +2794.6937614790254 +2510.6326861265907 +1790.0911634958297 +1140.6779775664922 +769.9906084843612 +526.0399951652971 +580.9791517630462 +522.1132757629151 +934.3883014194818 +1321.133544571124 +1682.266224012992 +2163.134043452579 +2465.6719812984716 +2666.2776692892585 +3062.360550783376 +3222.47988663289 +2989.065496487317 +2980.9585980049033 +2951.3736730649525 +2856.2874651754773 +2970.036303859881 +3218.488266342753 +2805.6211979908676 +2647.868359700442 +2662.4270632952907 +2532.8220027406687 +1747.0213839442065 +1132.7835676444358 +746.1444071332975 +497.6926575851959 +549.6141124029133 +503.2821165239546 +832.2330876743 +1077.4038303736613 +1541.9021318544112 +1749.148540035882 +1921.5562990912806 +2399.4333013724295 +2740.9765473477028 +2913.956001524655 +2751.7324902097253 +2711.910035017747 +2385.592611343173 +2295.5122215240394 +2462.0508094086654 +2910.471411621471 +2746.6994205622327 +2653.9297839978562 +2411.0887547001794 +2365.9110722586306 +1714.1581737930787 +1130.998614920264 +731.0665695597564 +498.07523465147426 +556.4147887159424 +495.59196035388277 +803.2289988969039 +1256.4133965664375 +1709.4637185993124 +1630.8876670584943 +1863.9814770451949 +1823.7902145925373 +2491.696405913044 +2877.505526543883 +2611.7942431766733 +2653.620526288949 +2418.1959018515963 +2382.5028620135377 +2501.861350058389 +2681.339594270352 +2559.5457271837945 +2413.5288942858433 +2453.41997056528 +2276.709013644131 +1588.8132062373238 +1088.5735579945506 +718.7891519654755 +534.029035725894 +589.357530215516 +533.1537071057551 +891.0804314632973 +1313.6006361441632 +1691.9484928932793 +2159.104994780178 +2445.3392832571744 +2661.92260959813 +3050.9679793419746 +3215.9026134886317 +3112.8374018919903 +3187.4619505743794 +2993.7382037768034 +2914.4309943510843 +3172.33576704106 +3226.681447361458 +2935.06159276654 +2839.20285473058 +2854.2194341523314 +2537.6227326268313 +1750.1567882980232 +1132.5731192587107 +719.5416908039286 +527.1758458233919 +583.0483548637176 +527.9162541211124 +924.283044607162 +1131.2393960953616 +1482.6514517979685 +2390.906530317755 +2706.955640788014 +2959.1594239083825 +3283.594297415615 +3440.537932702272 +3177.5519494020014 +3229.6447685031862 +3046.1214434610247 +2991.336571199042 +3245.1011065883395 +3336.684490124598 +3049.0995614100257 +2866.2330198760687 +2869.877023002153 +2677.8119484238073 +1813.3316851005059 +1221.184494036383 +718.0862212394795 +586.4453801865977 +577.0043852651771 +524.0970698530382 +939.1644839540495 +1131.2389936933234 +1482.6535600117602 +2183.096026468048 +2464.839103424268 +2663.7584781410173 +3236.5374079039825 +3222.4768847535274 +2928.0081829280275 +2988.3236250342898 +2788.784736113153 +2698.7963238797706 +2969.500396215699 +3131.803492907266 +2768.0301266819783 +2712.7823855199813 +2847.7485325159573 +2606.686793913134 +1754.6348663654423 +1134.8476860691812 +720.8870235385059 +528.718835179548 +583.5814904166606 +527.3633467722728 +968.1225599993027 +1336.7358069734578 +1687.1831180030567 +2154.0313990970362 +2459.896159239993 +2676.959083200492 +3054.9850135270035 +3217.2585309820447 +2925.4108234808587 +2977.4138955808135 +2951.5915852759395 +2685.595458879289 +2978.3863310098145 +3044.467109617369 +2744.5281160160166 +2642.3741167062553 +2787.9869818502602 +2606.3606435416846 +1754.3689115387342 +1134.4663094757136 +753.1334608508434 +525.736066581819 +577.0553253057806 +529.0350311327616 +962.6147363483166 +1376.3013739188857 +1696.9159931403046 +2229.0718176806104 +2448.2472414062913 +2664.9805090939426 +3058.848930220897 +3398.822709187951 +3108.7328262063884 +3165.132901480094 +2951.6980235141014 +2865.6286274528434 +3129.6342765057702 +3221.7992090339044 +2845.870033501406 +2648.775112205287 +2697.9329537212134 +2484.3662394513426 +1755.9838279116768 +1140.4833302692812 +742.7630505306278 +498.39459358744966 +549.5625974619885 +501.81388709346453 +871.6773544834904 +1394.8525277797992 +1812.6257268420068 +1698.5437333029515 +1911.8497824176318 +2404.395422711683 +2735.5230273079405 +2784.096428581521 +2560.5113568187526 +2522.2078012732472 +2329.1308322913314 +2294.3814532150313 +2459.9278471937996 +2937.53646846967 +2752.6969093144658 +2663.4100686960783 +2412.1587506663795 +2367.5539113582763 +1717.9665384499447 +1133.9873517109143 +767.6175657086933 +497.00923196014605 +548.6642928951782 +507.2027319551578 +836.3029780647133 +1263.2634195229161 +1756.9519409147942 +1631.241425537048 +1867.6753367663368 +1840.423694740741 +2500.8459667400334 +2724.6703371153544 +2430.931906829129 +2451.9054936280954 +2228.0433668435817 +2197.3064600399207 +2374.736917043602 +2682.314995895498 +2557.7372440971226 +2421.986098379063 +2454.9736946207486 +2262.720007287065 +1587.1666955327564 +1087.0544532542094 +801.7930857588992 +530.4451648969 +586.3574896500832 +712.5403143329037 +1041.0675824915425 +1515.0943972676203 +1856.7904903201377 +2163.548346836008 +2630.096216404756 +2849.4726931728255 +3239.2523030127213 +3408.3900828410774 +3115.9480202140785 +3169.863689907657 +2966.112060368728 +2867.065580181285 +3155.3871941778016 +3049.9484247343776 +2881.270874441752 +2766.3983724355107 +2859.015185894935 +2638.293574003499 +1795.1377046642745 +1211.8269659192388 +804.5917025398609 +640.62282374796 +721.2617573364474 +658.6005090030786 +941.7962258337457 +1352.0308461478717 +1734.0351262418221 +2168.237226790326 +2457.30208208065 +2733.8344069515247 +3182.0528045497854 +3409.4754209060197 +3111.151511178721 +3162.7269371660213 +2955.8714984143726 +2866.955117732994 +3134.7192179134304 +3228.4553544407877 +2868.364524779844 +2763.761491534764 +2858.0873946311085 +2603.757071918669 +1805.0140357061534 +1173.4954361938685 +767.976923249086 +529.6163315053772 +581.7843524590021 +521.2404384079459 +916.9739861861631 +1399.3302400213695 +1816.8848080895325 +2164.8602774098777 +2462.539569558671 +2677.9796683410627 +3064.084183419889 +3230.7013586256494 +3052.273686979477 +3164.7358480623047 +2960.5035532588336 +2870.331082379575 +3150.406154976928 +3226.375542311574 +2866.4956926605596 +2834.8387913842457 +2772.7010799572395 +2613.3122481951186 +1846.1084477451054 +1184.570287194125 +769.8301345816021 +526.0794344528048 +581.6722582144213 +526.2779222852113 +969.0376660155224 +1331.2868039974567 +1686.375888560393 +2163.593389987535 +2463.424803329315 +2675.6999090519707 +3060.737563427851 +3231.112872571643 +3009.219616382284 +2988.2110865311247 +2841.536370371617 +2690.5518004297783 +2977.7743683726612 +3049.4533377794573 +2796.6300295288333 +2679.0989266863367 +2703.7472809520373 +2502.50232590586 +1763.4054073651014 +1138.263178224162 +766.4993170634674 +524.8687141766021 +581.6401556267464 +522.0828825791853 +913.555023209745 +1310.8519045348705 +1715.04708046564 +2160.587933656869 +2459.7029489965653 +2670.1895094530796 +3059.3894774755486 +3222.291959424054 +2929.1293034840537 +3165.374459716869 +2953.2546863478547 +2862.469994746941 +3139.3020799162728 +3225.734776550586 +2854.935907509003 +2656.6050300138236 +2728.094010603304 +2493.7068688274694 +1759.6542622996576 +1138.7473412581692 +847.8216578382708 +497.2491196900167 +673.2030974413026 +583.7400391661921 +985.8558244271387 +1346.2311770554702 +1803.5119289344595 +1710.0030940126414 +1917.0092455913305 +2414.8817542934567 +2743.664496954839 +2791.9811985034917 +2577.4124301821657 +2533.351719247163 +2327.70178587531 +2302.8484285342392 +2465.6347483613968 +2915.5709393100533 +2756.6761701419728 +2718.3924768906018 +2426.1359662362006 +2390.4600797198186 +1729.7860267445483 +1144.1570325837986 +809.0245926049954 +500.8231232722176 +558.471020024479 +512.1497897788175 +851.750316178241 +1256.6537929772987 +1703.3713458296027 +1642.1004280522461 +1875.0695518438176 +1839.3685762305663 +2510.4090851945866 +2742.00496472837 +2440.3318276844166 +2470.469451110644 +2233.238790994861 +2208.2988481917528 +2379.0854449119197 +2694.988489409171 +2564.0429161564116 +2430.7858120901283 +2462.8537640872096 +2276.4271594249726 +1595.5291901125258 +1092.8405772528895 +779.1464182553467 +534.4164829645713 +587.115828106006 +532.3350363414818 +937.6049982958849 +1338.3438048694318 +1720.3398980075995 +2168.7283890843582 +2463.544436242209 +2672.4059188151737 +3106.028162217122 +3398.2674895736372 +3110.812137993708 +3163.2918933613846 +2954.6723305784203 +2865.0622774796684 +3136.8059986590583 +3050.7695672658006 +2876.163239851312 +2768.8124957070163 +2863.5581711676896 +2634.0697472157867 +1862.8415968400448 +1247.0981369823053 +858.6139604483211 +651.8567565868512 +647.8284493410068 +592.8249790312931 +954.8639676490938 +1355.7194772644327 +1764.530724422317 +2166.3644213621615 +2466.8169431072743 +2766.998253063357 +3241.922588297951 +3399.492870784203 +3114.5097460456745 +3165.5389354522067 +2960.106129259463 +2865.954844357234 +3147.2031365249823 +3052.060416987118 +2872.470049389989 +2837.1272582110505 +2812.7594584223084 +2617.254370515065 +1762.0797562983146 +1140.3316521508175 +862.5745067290494 +619.1170959915041 +673.4451518043498 +621.099636848893 +1012.1174738386701 +1220.3732702891803 +1571.7804427349363 +2321.0904738050162 +2757.03582176605 +2782.986861064372 +3163.521496296343 +3501.3001530771876 +3213.9107524520055 +3258.7429719853453 +2868.7162447183914 +2972.2280032030485 +3250.8737470641636 +3314.739160750307 +2936.9836844777496 +2919.6279228268236 +2800.853333649265 +2641.984290094595 +1857.5397379081749 +1242.5514076064178 +823.4307269789236 +623.022316969312 +676.4962672464878 +623.1566587979576 +1041.62126304969 +1377.9026844002203 +1791.675787880675 +2251.456041046032 +2552.985707413661 +2857.6415831693307 +3334.6735478745395 +3492.640080746676 +3204.384318598056 +3258.77801757486 +3050.928715181612 +2961.1337378790986 +3243.5252918180745 +3323.060368915628 +2946.507993972311 +2926.9881121739904 +2885.82004299335 +2710.575281061375 +1885.9076855687713 +1246.754722776749 +858.4165560685724 +623.1984719783737 +676.3589273833401 +631.0969005574485 +1026.9434718386735 +1412.7545256143746 +1813.2972962762979 +2257.5557423790324 +2560.462328393128 +2770.090592313825 +3158.513323329322 +3321.1281443563867 +3026.0219366458728 +3085.674275145114 +2873.550787316693 +2784.9430194554047 +3070.683008747296 +3139.7853269356633 +2841.033329547207 +2744.5884252315172 +2779.1570851947736 +2589.1701370526275 +1865.5234201500193 +1238.4193706470596 +858.25129087444 +594.7385432006412 +642.8003193910129 +591.7741729023974 +1005.2093326550038 +1371.4927176408628 +1853.7843815505755 +1796.208395528298 +2007.1082635755815 +2513.262232411422 +2839.874391136793 +2891.1201383361017 +2684.435501656261 +2721.0139414835644 +2460.0154179731953 +2384.6268800261128 +2554.1575766996775 +3098.3968145369136 +2931.7507630359905 +2884.6018354576377 +2701.088580852755 +2523.8763274340245 +1824.9047955937071 +1240.6844274338284 +890.2922982543763 +597.7531786867112 +655.9172841407747 +600.0598468701116 +953.2604514512477 +1355.3199543430785 +1927.053292809485 +1734.658335248341 +1976.3232317147197 +1982.157621190714 +2600.2474743233947 +2828.181098179251 +2528.781073023094 +2564.4021427087773 +2334.1476907339897 +2299.485916377322 +2471.72036026342 +2791.3655204819815 +2676.7758915307595 +2535.3424238518273 +2571.2736657240553 +2376.2996703053764 +1702.516583105222 +1195.2750789447489 +878.3311534862892 +632.8389483655313 +726.7619625665726 +703.1323680347521 +1035.623310627988 +1436.2777784834018 +1829.848631599834 +2268.104712011152 +2577.4467245985074 +2789.787727855248 +3169.806969789635 +3330.055646663777 +3037.946051344995 +3270.1401280491305 +3059.564544903728 +2966.364413852025 +3235.880560808475 +3329.8709664253465 +3031.9300876195352 +2935.7199349610996 +2964.204847287991 +2766.1147259201584 +1986.5701469859043 +1352.5637386572655 +910.3986631160649 +645.648951650723 +711.4204554773722 +753.082160472562 +1073.0778743642607 +1476.326157948319 +1842.9632470161791 +2079.9469673517056 +2553.623033269917 +2775.1096341482817 +3165.2879145213483 +3324.71403276117 +3030.242966388688 +3081.7222335087868 +2876.6176392759107 +2784.7844187340866 +3071.2619365545006 +3144.796544648808 +2866.9287608967666 +2750.8987856767417 +2791.305285779066 +2593.7689411361725 +1861.0246378209379 +1245.7380502494582 +878.4809740634605 +657.5466215237981 +742.2031709741991 +627.2372296979266 +1033.1469448665127 +1473.2112767184747 +1973.993637837827 +2074.763327626588 +2550.451715315839 +2863.4428687466266 +3340.5721439725753 +3497.936867894811 +3207.3053439000155 +3262.9503426161655 +3053.7804279702696 +2956.8862075306442 +3229.019103195189 +3136.766971753839 +2986.144516572131 +2885.4102044473557 +2839.141396941991 +2612.076758721038 +1869.6578211066076 +1237.2485635345106 +916.7205711217582 +632.4360415331968 +679.0159397071773 +624.4751548738492 +1026.3305149597568 +1478.1926201854687 +1838.634537223171 +2070.6415160248225 +2550.1064311825535 +2769.096124413039 +3155.30146619818 +3316.2804094160974 +3023.7014771680533 +3077.230832904504 +2870.8822510519326 +2774.0829546545538 +3223.4532194884223 +3073.4011209354776 +2974.605748582474 +2924.8803556996136 +2905.118841569253 +2711.9447898264657 +1925.9626013723264 +1325.8612099710956 +962.8116510459455 +681.737802492089 +748.0044106859008 +708.5757074343873 +1061.5077717108397 +1456.3544458325339 +1848.6320102031866 +2068.261105796732 +2545.1060548185637 +2769.134534178954 +3157.2625566378956 +3320.011475500501 +3073.0830900160076 +3261.156473537121 +3054.082809525847 +2969.4096418679997 +3060.815013619697 +3132.8205370810506 +2979.313903542765 +2928.564884876992 +2907.0344868871275 +2721.2584376483337 +1946.9164192801131 +1307.4661970235577 +850.2580286807586 +594.0692130096965 +642.2473389889406 +596.4268108848746 +965.5658729632538 +1367.7966697022307 +1855.2126139761683 +1610.9641372475799 +2003.0552635238935 +2499.9132938396046 +2835.8624690975603 +2889.3230868853475 +2667.549919225116 +2623.196153513501 +2453.6735520563434 +2384.061255760882 +2538.313205489484 +2820.5085531650743 +2862.1088057252164 +2763.35013321579 +2514.609086351893 +2482.975391172133 +1806.7335973758873 +1222.7751764089326 +876.4471489759248 +595.0176676394449 +648.4246787857405 +597.0532430286945 +1060.4597977761164 +1458.9064948099146 +1891.9260059198045 +1542.2005289015176 +1963.3797065091928 +1934.4892602632262 +2592.971175342319 +2832.999214386218 +2573.087527508715 +2647.8886715391977 +2432.6486371588176 +2334.592283471869 +2501.884154034221 +2599.805105191699 +2801.199922419337 +2612.4153758965886 +2669.0745853168733 +2378.6223401132365 +1692.713396600102 +1285.2559160443614 +878.8839843407351 +635.8784919452092 +689.4158709646952 +704.7981948856366 +1080.793986727393 +1434.2374783099317 +1788.569206772206 +2077.357967158147 +2565.094557475581 +2778.532269990491 +3160.854789341893 +3323.559716029283 +3149.036120320429 +3260.571350724421 +3053.5104615027985 +2960.5906447332577 +3242.8980304478173 +2959.2601399835894 +2905.2802728728207 +2742.3251048922784 +2955.9670198163467 +2614.0266884814596 +1876.1533105650174 +1237.4675798087128 +877.1559717986133 +634.5519160824437 +684.2103956042788 +626.8394661441102 +1032.9829943061359 +1450.8787703392175 +1876.619193991619 +2074.6606983866345 +2548.214504278336 +2771.98913800798 +3158.3378282537033 +3321.4351036558005 +3073.2193115743044 +3255.6142394359276 +3050.417019905782 +2773.1702561615884 +3039.7082005035068 +2947.483078124416 +2877.6934843758077 +2940.1635682446326 +2983.9509531554854 +2814.3410469594164 +2094.5130420994983 +1472.8938579167398 +823.7476435409793 +624.6205834252949 +678.8321773669702 +628.6333003000182 +993.9811603611678 +1220.3729956995521 +1571.7268769769457 +2297.3685439127207 +2781.900387814977 +2994.292320005163 +3368.728590648601 +3384.1471874843005 +3142.6430050923973 +3257.9321819616516 +2871.84036940305 +2778.228285914188 +3233.666346840962 +3133.319938381626 +2931.7906162303966 +2831.0586824128936 +2780.877949606669 +2588.0543283491643 +1979.1013472467623 +1372.569471653138 +978.8451423827283 +724.2638378901155 +857.995813502748 +690.0728673157984 +1058.7575107623452 +1412.9702387287034 +1839.4970981665424 +2068.857895424558 +2547.1429595445597 +2769.5809550084023 +3294.9050512450817 +3318.4326064464444 +3025.383465381095 +3080.5287642412386 +2872.623010947143 +2780.3493955479953 +3065.0686110508395 +3077.9664368315553 +2890.4260924554715 +2746.2225752715535 +2779.207842325091 +2587.1756272627267 +1859.7148151906677 +1238.5760543950564 +865.8845690235634 +625.9399756361017 +677.9131354792244 +798.2811870100952 +1093.2007618799532 +1528.5730175320618 +1848.527579277705 +2063.3850757447326 +2543.285365627506 +2765.17208657445 +3160.481324848705 +3462.715176212219 +3213.642588146218 +3077.09117864563 +2871.5994354019526 +2780.410584609169 +3041.4192457818212 +2950.6857132313157 +2850.427799919487 +2741.783058967878 +2781.3929381510643 +2604.1889945191233 +1893.0816428450664 +1231.872881376045 +809.8634031034335 +593.7161101012382 +647.9559133088119 +600.3911230790249 +978.6711810163904 +1445.292783877782 +1903.9578504520232 +1612.7023312560063 +2008.280709680473 +2507.157586019159 +2835.887536543127 +2882.0411901034827 +2662.755627295195 +2614.68426842843 +2418.863459307021 +2377.3997940323325 +2527.4124660290263 +2822.7628890937017 +2862.89084366334 +2766.3507254802566 +2520.393159354268 +2480.723910531545 +1817.1606167883954 +1230.7004630428362 +862.6230256690201 +651.2158645934875 +648.5428880622317 +669.4537058079658 +969.8327065048629 +1353.2683352046124 +1767.128949820001 +1546.6416838984496 +2017.8771281044344 +1980.7392218430036 +2585.7642186336866 +3017.0169319259944 +2712.4112024627425 +2549.2964441945855 +2507.8327086511144 +2296.703217959649 +2466.6163526899595 +2589.723073437141 +2666.518064587063 +2521.5167222323016 +2730.480905227568 +2549.6069497710714 +1723.2719093597966 +1173.5598238390182 +816.7735384028981 +627.3190513275206 +679.4393764080039 +626.3826409972917 +1070.783513595867 +1428.1913665312618 +1795.676740961556 +2063.421499791428 +2542.14953418654 +2762.724769601553 +3152.03571768094 +3311.6841674025686 +3140.112538031044 +3273.173764977468 +2869.709691731475 +2772.241177188248 +3216.276082870023 +3068.4676988558745 +2977.9721050887506 +2865.2090121646456 +2957.743178248003 +2737.9810128815607 +1991.739054171862 +1341.4549070065373 +965.1325963865095 +749.3549201327218 +799.9662744545603 +804.6151834327117 +1104.6362515016328 +1491.7286973279065 +1937.4956119484982 +2068.092765429372 +2550.6059411141305 +2774.084586062198 +3282.8128679806914 +3381.7493416305883 +3208.621858669735 +3262.095465258475 +3055.9685227786467 +2966.539783066678 +3228.2235833127097 +2955.125225720974 +2961.350723493836 +2751.021594447231 +2835.5639574946526 +2609.350121663821 +1868.8072442839073 +1244.3883087887834 +874.2640616729944 +629.7346301458169 +675.9558076318606 +619.0291146663877 +1094.1325674338618 +1560.2239302826235 +1885.6352807719898 +2066.8675268433362 +2543.0195498907406 +2762.583600887999 +3150.8103481448384 +3527.030119278917 +3318.2119006518387 +3398.960791917061 +3217.0913877181993 +3059.98291008554 +3380.4954715313957 +3095.9267803021658 +3069.6134074649594 +3093.0664012671627 +3083.7231122134262 +2895.6146298175504 +2115.1644518687904 +1272.205462664535 +819.8164660153664 +620.8003125410293 +675.3063673044657 +612.5107331667605 +1016.4124620829705 +1220.373284328226 +1571.9897671150163 +2092.559579385622 +2563.3732858127096 +2775.0064179030705 +3343.084404430732 +3496.4169467793486 +3207.841721584612 +3266.109890788924 +2991.0002213452353 +2963.0634605807827 +3064.327270676844 +3071.0427161026696 +2851.3584801539196 +2921.852958707282 +2806.4899683379913 +2706.155493997757 +2001.007755602404 +1248.0482783585883 +987.8516077194494 +730.3629780143664 +855.1799539882599 +751.0629588048351 +1097.7251808782905 +1414.3170057606637 +1811.8163398935653 +2059.6895811244003 +2544.7728294367403 +2768.1005433034165 +3159.3837335062212 +3321.51807081331 +3025.7861998032727 +3083.349989557879 +3050.0735329203067 +2778.2615318784347 +3225.9240997317866 +2953.8819908786845 +2863.759305353818 +2745.8775301023798 +2784.6429693496916 +2592.787675951899 +1864.7176398740417 +1238.4956839886368 +911.1780480012545 +665.3108461810206 +761.5105177066469 +592.0139470524729 +970.952157110876 +1380.3250347683165 +1868.9585694082446 +1606.3614892563091 +1999.8213854127694 +2511.5590168945505 +2840.431707716547 +2889.9347264690523 +2706.7788481906587 +2626.0859552637467 +2436.225406763842 +2396.0053045388267 +2545.0832897402215 +2829.256692020457 +2860.39330894469 +2770.635282116579 +2525.555524811118 +2485.057470146865 +1815.7072072814485 +1233.3814903739421 +887.9181220064096 +595.8373520783827 +653.9421515418697 +599.7597837468187 +961.8539599421487 +1356.3076994431874 +1797.897914113825 +1540.874250180182 +1964.8110958843854 +1932.4796989086149 +2589.8315525575827 +2826.9011320763793 +2536.621686771572 +2550.2043850355253 +2320.1170121664627 +2299.6005491793135 +2456.8149369353396 +2770.6027007269645 +2665.530542223286 +2522.04561863132 +2558.0246942792646 +2371.020523914447 +1683.0457636077604 +1180.4912873502083 +866.345156414359 +630.1183928788238 +679.706218075848 +624.5594099118848 +1110.5910696544017 +1543.4494025080053 +1778.168492100247 +2069.7553608510843 +2542.299377355271 +2767.2753132127177 +3158.3875265397255 +3379.011523637953 +3208.3344774437164 +3256.841684426538 +3048.3676955054602 +2953.906476167809 +3223.368982850613 +3128.1390410185236 +2972.886354388252 +2885.2688959179186 +2888.463444498986 +2683.577819500112 +1865.4630801777366 +1233.3035872440669 +828.3448734734632 +621.4610822089692 +675.5642902175639 +661.4160120850062 +1028.020222696145 +1433.3167903608582 +1884.9891921496717 +2060.4067154281324 +2544.202710721274 +2770.9477937725337 +3156.351249843289 +3313.939580792591 +3027.155506537166 +3082.9352405097707 +2873.9966623100468 +2775.557337009193 +3040.9786408920213 +2937.457035770564 +2836.2142758944983 +2742.710110536733 +2801.9383774317685 +2586.7188466237435 +1860.6121053498584 +1370.7039069169625 +1038.84549165002 +735.3661910719813 +764.6930720957467 +707.0829509588401 +1118.6506472602287 +1518.485824072724 +1878.5687916087513 +2153.659970768829 +2643.0909572532846 +2870.608777253962 +3260.367300658538 +3417.5691152511104 +3128.811142284739 +3184.9765047492556 +2973.99191003187 +2876.5144117014565 +3141.110846929676 +3034.1559180400404 +2974.118754601936 +2827.4246177872524 +2857.907593394813 +2714.704814153698 +1968.5135367929784 +1331.409384352864 +981.7890660433994 +722.0008555128011 +764.8920886123699 +713.8961888808062 +1204.3372835626578 +1603.1952065853304 +1915.7494995555392 +2151.254306680693 +2640.660332776763 +2863.9775878541113 +3253.137684719296 +3553.340089097945 +3315.5739351069033 +3374.0461419972667 +3154.2123707712435 +2921.6338355341964 +3142.5295600283152 +3030.4186121186913 +2970.8994713498514 +2827.502184641606 +2852.177483364522 +2714.178530068003 +1974.4875606478054 +1334.7254912546066 +1015.67689040026 +818.2380371764251 +778.6816877721518 +846.9088739462356 +1119.0938889293539 +1525.5020935443501 +1883.8968334413996 +2162.5228863195885 +2646.15794455008 +2871.5043831839657 +3260.154158494661 +3417.226325166063 +3247.7676752391562 +3185.4161536266383 +2980.6338864814925 +3064.8851675068904 +3329.9193160351597 +3108.1082866965335 +3088.942858334289 +3024.292990420342 +2974.4478517262705 +2742.7062129469864 +1979.7462090691752 +1354.437285514356 +966.8151727725594 +691.8526068141665 +734.9215698598288 +685.6770698967531 +1054.8285417371246 +1467.0140654325455 +1940.9337431802926 +1733.6538374365525 +2103.8615219032336 +2605.6177102798533 +2936.9890457496867 +3028.4610970727294 +2795.9489943110293 +2720.2326878434988 +2535.64172264419 +2475.137217402219 +2630.636040922102 +2932.544438535858 +2976.8265756322926 +2859.4651278660263 +2609.9882508589612 +2603.9709720635883 +1936.9590684765658 +1347.5667482020474 +1012.4975139691057 +697.6940841882005 +740.02609243334 +694.94418171284 +1065.4827379158944 +1514.6856157984116 +2005.2392504676325 +1649.0148101247225 +2083.808928892738 +2047.587181419559 +2721.1457079712263 +2948.397109888262 +2634.5583243663878 +2643.8390465168522 +2418.281545153153 +2398.8416628639347 +2570.146839267608 +2673.8119619545005 +2758.50843857266 +2622.154648434942 +2647.4751592014227 +2495.2834308459687 +1813.313320208206 +1309.045023592918 +985.9477097362118 +744.2562663126116 +773.5595680702642 +715.005034996473 +1137.4599576178255 +1528.5667804614195 +1882.6098597846653 +2160.7354489305317 +2650.4624581039784 +2874.962782323607 +3265.766346204924 +3610.230393805813 +3197.0129564073695 +3191.9753928330397 +3162.6230949285828 +3068.814194243972 +3330.127794743293 +3215.13893418781 +3043.527008380779 +3026.1886806409234 +2892.9768070256146 +2684.5598477032026 +1974.446116335528 +1361.398613776749 +984.7828201259102 +730.6879528781745 +771.3662003620293 +729.8515240314263 +1140.4650153505336 +1536.433970967508 +1994.0832738908423 +2162.2434913943453 +2651.897199427041 +2874.2735823275966 +3265.5280477628235 +3438.465319217086 +3131.754358575432 +3187.249938312442 +2980.2318466069323 +2885.578483001818 +3148.1206256138166 +3035.6324209059208 +2969.6195030369786 +2872.6874684924614 +2893.233374171895 +2715.6245720147413 +1976.4157992931468 +1354.4696847609541 +978.1704624473235 +725.7595326596581 +797.8827923903688 +713.6470125960476 +1096.8024686848269 +1521.5564003115956 +1915.4863328855404 +2154.7600339498936 +2644.5710686654243 +2862.020690102135 +3254.0634031807026 +3617.398287376735 +3356.2331842771578 +3445.430300564475 +3242.330548536866 +3129.5432717857457 +3370.150439978686 +3232.195733750543 +2961.4397100595493 +2847.178977480016 +2869.8579987515095 +2731.8686603012557 +1948.462693887439 +1352.7083824400593 +935.6459938031572 +728.6838213687754 +771.3969123132193 +739.2516163652365 +1200.148919437655 +1309.5585860534675 +1660.7806257442962 +2196.025332057623 +2655.5147783410507 +2875.897545947147 +3259.442664730931 +3651.4218558727657 +3384.366847901059 +3477.271783699643 +3207.483192650213 +3127.5834198854777 +3397.2188684251073 +3299.943524780988 +3206.5272163514705 +3102.847476944955 +3124.9777604757287 +2889.465285812055 +1996.5002610566407 +1347.420651551793 +935.2362787831119 +741.972626079259 +774.8318045193498 +735.7794691708281 +1087.4581058419574 +1309.5577608435676 +1660.7821945651465 +2195.479609983562 +2660.9674747695485 +2875.1901772581223 +3437.2490151146117 +3617.2705441132234 +3337.0859479630117 +3436.052342913119 +3240.226736022948 +3125.3318796259773 +3381.0587159250467 +3325.261017650229 +3230.223314177499 +3128.6018709054156 +3150.377455061613 +2926.0813999272086 +2183.5777998418193 +1581.4188021026057 +927.4469816599492 +683.8744226402705 +826.7345048237058 +792.8053420986056 +1014.5804167931411 +1255.687699266358 +1720.0404644140292 +1830.706682938535 +2296.991197931586 +2801.5064047229084 +3159.1684681267047 +3220.768752932794 +3081.598182135833 +2998.3319747895566 +2797.7607077576627 +2757.8768229808466 +2886.7036519816033 +3155.028276100186 +3208.3463635307908 +3133.0712604014284 +2895.317559442825 +2801.809185191728 +2159.168068313119 +1631.7193464527024 +697.2056847823336 +749.6297057124397 +781.9012833195867 +982.6519416053217 +1503.9804546768712 +1945.6309405102636 +1994.5715810996044 +2269.7185725765244 +2331.3525270964906 +3035.5461570355733 +3087.3152620452493 +2971.6672863472986 +3149.9570516630506 +2478.839115111383 +2547.453822480507 +2670.1364625781703 +2803.1337852836373 +2847.684193739757 +2937.5808591246887 +2928.588529471022 +2766.440180140193 +2078.042582560533 +1392.6942173840246 +933.6520882776637 +739.6884802961857 +791.9069456568419 +709.8145947602503 +1120.226477012123 +1309.506548553442 +1660.8031668677395 +2619.009561226533 +2895.3585149490445 +3083.4126238127956 +3515.611453148139 +3715.497874836869 +3445.6209140017545 +3454.2861233029 +3312.7053709630036 +3167.277075348584 +3518.5093300086155 +3361.6818266836985 +3072.523208772437 +3140.376920286729 +3173.7930613012954 +2925.8418831399345 +1965.4531103176491 +1329.1873365699503 +978.1207751735152 +811.0011022137733 +793.4277038396609 +716.0067002459305 +1081.424950898795 +1309.506990886237 +1660.8631216665315 +2508.2706862628006 +2693.9043971358897 +3097.153452586724 +4159.498158074306 +4410.941599257386 +4122.305387416156 +4194.700787006077 +4002.541466176993 +3861.538651408049 +4122.138942476519 +4004.7472321177356 +3624.5139510662043 +3534.7613317780238 +3391.5856303046517 +3072.4119240917735 +2227.7834666980298 +1515.1570806997363 +969.5975859754942 +737.2023953556181 +771.9568405161057 +716.1165571542998 +1052.9391098989472 +1309.558716257105 +1660.7657311205392 +2614.2522042835476 +2958.663347821044 +3473.824964839438 +4229.460449689225 +4407.294924398984 +4120.1016304365 +4169.589616068045 +4005.384577735539 +3903.0752301533716 +4161.058558780755 +4032.0499081169546 +3744.7025220403916 +3740.6782799609296 +3717.7517735795886 +3276.8020892982186 +2330.5805202975553 +1760.285377192926 +1150.0238034892923 +965.2671614112132 +1054.520021975009 +989.3773449948628 +1307.3216769684113 +1309.5071740761073 +1660.8229680210638 +2713.6992865819157 +2965.31555922938 +2911.8029485066304 +3313.3795346897377 +3651.3335982024732 +3055.8058887551397 +3202.6937512686113 +3688.614788255877 +3677.5450487441726 +3409.7314905045546 +3398.8150169381415 +3119.3483842306573 +3102.7852412706734 +3111.9457594158957 +3102.0212491966176 +2198.1317875853797 +1621.0580536223783 +952.7261872187169 +825.8344664121914 +830.0390514941101 +730.4955153731668 +993.1837707775859 +1309.5068381114481 +1660.7816020056728 +2497.6243947217617 +2981.865920889936 +3211.4836564389034 +3597.507115008356 +3637.9231663005344 +3339.480551470613 +3343.54350399301 +3268.822913677301 +3152.112030165007 +3360.4346279826063 +3263.062682183661 +3015.8506325334556 +3061.5255550772035 +3099.505313638268 +2906.6958065205263 +2158.7002834372743 +1376.8322366593127 +923.7836770810837 +713.4992145076105 +799.9320837458235 +686.0005924779554 +1115.8187831277025 +1255.5028397477527 +1720.3417203742097 +1750.7393063217214 +2109.7853693851157 +2597.214489959435 +2934.788320554888 +2983.8133864797815 +2781.093693070596 +2766.900484027355 +2516.8348878014326 +2484.5007714328945 +2608.788192271182 +2889.385745308349 +2745.0594455073283 +2858.4331034094994 +2628.103851776034 +2548.3687345974527 +1899.8167599386527 +1328.1005715484305 +939.1049231609829 +681.5048124700683 +741.2531228610262 +697.6404251691595 +1037.0844332591337 +1463.4506694570248 +1861.6918110648262 +1658.567484593918 +2057.9013365507944 +2048.5170544285884 +2707.562484436681 +2921.7000232838354 +2614.244318299937 +2660.6632766185517 +2412.014529895374 +2404.5413663658246 +2570.016315183458 +2689.586033657429 +2553.330100423803 +2598.2619152144066 +2717.362450329308 +2510.1079068330305 +1885.6162129765007 +1389.3282948502424 +912.539083332042 +731.4766651438264 +867.7739293131661 +745.1325914236411 +1151.4270963655326 +1533.7904196886611 +1915.23668000949 +2161.8158991393343 +2715.1699082406008 +2860.0442659262494 +3258.4444635545055 +3422.4642247491806 +3126.2423038034826 +3179.0479797634316 +2974.161490967227 +2873.740747031639 +3134.9771764822117 +3017.2112139385395 +2751.468970617815 +2835.3007281748955 +2871.810456675382 +2660.2722446369726 +1953.198663735003 +1340.4304276777193 +921.1090208899756 +710.0908085033333 +768.4363681289018 +746.8132572277316 +1119.5085442029915 +1490.2422047877865 +1880.23684180337 +2194.421621071268 +2647.5901970350787 +2862.5416943344344 +3263.6618020685287 +3470.2278549627504 +3321.6760533627116 +3382.2078625119016 +3180.828835027601 +3071.508550272193 +3325.8828439051927 +3205.6050680182257 +2946.9452669148286 +2861.3392973743244 +2864.799501777186 +2696.073274448005 +1963.2140856690874 +1346.4131604769846 +935.9753333400379 +711.3023533242649 +762.6111310506058 +722.4041440200759 +1203.4073336953975 +1308.6327444058156 +1660.8942874922866 +2446.1072230310133 +2942.196767928363 +3158.3377032070084 +3333.2888880958953 +3439.1781311378204 +3415.6060021951125 +3609.4684848296956 +3341.7827913703427 +3037.5915018297237 +3061.8646820353156 +3371.436713574538 +2973.9723587847957 +3208.938207651734 +3080.417055622501 +3020.406692197156 +2273.7963989975956 +1610.3201056325402 +937.3147223350252 +745.5999597883473 +797.4209139180041 +809.4533018286841 +1171.4751970756918 +1308.3316302758624 +1661.1606293560303 +2222.629956150062 +2846.635202811054 +3047.858189950603 +3444.232001681074 +3609.822293662536 +3308.9759367255547 +3363.158965915417 +3100.1467240149163 +3058.368243469764 +3319.9384737680875 +3081.7273571573655 +2789.743514115958 +2853.5410157453043 +2880.6411437407705 +2695.421440057985 +1968.3820048947794 +1352.855482014272 +935.480036237595 +742.0696192551957 +773.8651457145712 +736.8257093213011 +1188.352997610042 +1489.0087162794457 +1897.289892605512 +2164.150893830266 +2644.9730854783566 +2864.2329680807275 +3264.1543480262735 +3424.023737554578 +3127.9163891983458 +3186.695654096326 +2975.620186974486 +2875.6416933876994 +3271.114801608854 +3136.9097026976656 +2752.7853188289587 +2847.503360459667 +2849.0106451214106 +2696.8256450017775 +2021.1562929372224 +1337.4757879312117 +914.9183108550069 +684.6465526440018 +735.9041305219822 +694.8745848572551 +1082.5415262480456 +1495.5250519207946 +1991.642487680703 +1753.1311815321756 +2148.5878369358425 +2657.159010793193 +2929.7240568415887 +2977.87105330398 +2787.9978983331857 +2713.3034707122183 +2533.719598015593 +2498.1357634797046 +2641.671991410986 +2907.7512534928233 +2757.065712750753 +2854.7956798510754 +2600.5378750077452 +2565.862984536986 +1895.9265479126595 +1313.7250561146675 +966.8239601866105 +705.8210418618829 +736.9205607995898 +680.6285129046638 +1097.7538717439093 +1647.4208434250443 +1983.8439280073762 +1639.1993696446038 +2062.140409231405 +2037.4017689736697 +2865.3222728585624 +2951.024225673451 +2766.4225666774887 +2781.492783807078 +2420.693072158649 +2385.547235320109 +2597.7111691632067 +2704.525250877083 +2604.118520576693 +2648.7509725174014 +2674.0604330627275 +2455.5323325773784 +1781.251713141296 +1288.125467794249 +962.7198133279078 +728.8604101443166 +786.6242286820268 +731.417737721672 +1120.863642944269 +1515.3296576388404 +1888.9584623405076 +2161.7101465942724 +2639.7196692846323 +2864.72274831363 +3264.166683994752 +3421.576880251801 +3126.1393446607085 +3178.9093038018514 +2973.556441075806 +2876.165777966247 +3135.49646136203 +3018.4118045302234 +2760.3744259763344 +2847.953136536086 +2877.6669497856665 +2690.9453443270204 +1965.5866569776706 +1349.8631519050514 +954.747023172219 +726.4143957457064 +773.9774351834576 +732.6632018938803 +1114.0427355558331 +1511.5977022667664 +1865.443306136466 +2159.555849591826 +2632.8739263625066 +2852.4384829218234 +3254.1461718278524 +3613.9764495699437 +3335.985847727202 +3414.751341847307 +3219.5949554189856 +3129.9821270327575 +3355.2629951399704 +3246.863017391851 +2977.452349783716 +2860.0432019442555 +3058.5131909846705 +2788.6403135267233 +1963.796151798074 +1335.8818351699952 +915.4301832441622 +708.6376678163908 +857.0525668495667 +744.4493956834442 +1120.1685612488363 +1512.4089565419556 +1872.4692632722226 +2151.074250136903 +2635.1471707927135 +2853.616898494176 +3447.2316071420605 +3708.8416260002346 +3456.4391830978516 +3596.6955053909564 +3279.4058245674596 +3130.489662958926 +3404.9890480471126 +3267.2281185311226 +3011.11584494153 +2871.6211063041173 +3049.799106095303 +2865.469706865794 +2018.803495452885 +1402.0149109412391 +934.3498121780145 +741.1522685144668 +766.0400783042409 +708.0380958385742 +1152.8138335109234 +1309.5071966353826 +1660.770243436692 +2240.5375643952566 +2749.0157994217684 +3059.635817211567 +3480.1403702577572 +3650.9940727920543 +3407.047797167784 +3473.7936885784084 +3256.765288529266 +3170.649799732094 +3451.065238356909 +3317.4955255652008 +3085.6538905643447 +2963.793494171592 +3139.5341662081278 +2954.721624520259 +2179.519299862167 +1533.39703131053 +938.3231748230484 +712.0024833000366 +764.5425499302161 +722.7085179511625 +1099.9815905673895 +1309.5070518576067 +1660.8572049636252 +2404.909295761773 +2871.7424969102544 +3104.7328669801095 +3514.37836350376 +3698.141954383193 +3458.2167062657086 +3472.0866925850096 +3271.0537270064824 +3185.973600064579 +3464.281929049054 +3319.3277394524475 +3034.7634522533494 +2962.484894578573 +3138.088943334799 +2911.1580137292035 +2151.7969370867922 +1384.2787847636848 +1005.9114690117684 +838.814834957338 +833.1893882817512 +808.4393422610016 +1090.8090787829908 +1570.9392277738305 +2032.9672743833182 +1807.9624271830105 +2192.7532407463336 +2879.0520416751165 +3302.3449096052677 +3350.623908337207 +3143.071784587524 +3100.4912290644693 +2929.3965722545445 +2869.411447740881 +2966.875168868938 +3203.9901395021748 +3075.2810904603 +2997.670351960477 +2955.3159284805442 +2924.209163969355 +2235.655419823417 +1620.277003575854 +1045.0466363070975 +814.1671666479194 +857.6395680384979 +790.9965709984659 +1130.824681273671 +1660.3512508595188 +2112.8657668494893 +1858.4926224257213 +2297.8244058114683 +2329.2631997265335 +3002.776578484154 +3253.3965266342484 +2928.0367328318603 +2939.2286482665395 +2776.0793120306116 +2786.277920585617 +2956.4220218685746 +2993.9588329409016 +2873.546501995399 +2720.6793092598837 +2912.955148827403 +2602.7085423344774 +1885.673932717997 +1368.171896808742 +1011.395123011845 +816.9550383764993 +868.4756635949396 +889.2612482067091 +1212.8735974520814 +1647.6087478978095 +1965.5187231603225 +2260.490008925556 +2754.3742947987857 +2981.586083812743 +3592.1987737215272 +3836.130481491035 +3542.4912501626436 +3602.520930476922 +3383.06043472287 +3085.810071720466 +3539.3518912714762 +3457.8172564181386 +3154.3648283086977 +3054.6355534280806 +3197.1036271661433 +2978.9480664915363 +2245.8416286783736 +1635.8245756731635 +1020.2395754992533 +809.8309306589906 +862.3514540725935 +838.2172965367051 +1156.7571861432573 +1398.5202106686954 +1749.895475705031 +2548.3297388614433 +2977.8404544362015 +3179.0889892462956 +3580.9195930650594 +3768.228710177679 +3450.9224136590315 +3528.894290251816 +3316.6704857564314 +3199.6961997774188 +3446.9559341596982 +3194.4206937490217 +2849.3253509297983 +2768.5072646942917 +2946.409707307308 +2779.8546373743948 +2055.3830170236383 +1448.75260921628 +1018.0860409356353 +806.6230422287177 +878.2385584324288 +829.363974879779 +1209.9905282332654 +1709.7166446402568 +2034.1766200173886 +2258.850553898499 +2735.968360971204 +3158.760757180968 +3611.3761106125653 +3877.0765113310963 +3560.210432051913 +3563.021747680501 +3370.80324944227 +3238.4268653310146 +3494.133528282377 +3363.110313243886 +3045.9178327806712 +2959.2014232294364 +3136.893973009702 +2740.31449134347 +2038.9138629999377 +1446.3920527078283 +1021.0622503099881 +811.4808394798116 +870.0553600036066 +848.6122643987285 +1234.1979056744249 +1735.8054301592508 +2068.51696178355 +2289.728527306654 +2877.112418634649 +3173.810025926983 +3648.7519303373033 +3851.731649288283 +3527.6727965069886 +3478.4428087437564 +3276.411129635303 +3064.0599591260448 +3429.018245252737 +3227.293336795968 +3098.6727605359692 +3103.378335923586 +3247.5579388074366 +3024.2878303671046 +2272.812157329399 +1639.182333934598 +1023.4469566677774 +810.7926694567772 +881.0568079152521 +818.1465793003512 +1269.1152773496706 +1398.6416659690524 +1749.9612933383698 +2627.0796932415383 +3024.8561193261567 +3219.570327235125 +3701.381317757788 +4184.288953334048 +4024.3433831194634 +4187.577576383726 +3981.2974671419165 +3655.592224721574 +3835.9752024492877 +3516.8204683714366 +3165.815475570794 +3067.4913036431963 +3362.060666566703 +3074.3848526797337 +2222.021205066618 +1461.9735825834923 +1064.9583052580335 +842.3289760080103 +854.562168780198 +790.0132139978882 +1074.6269969732418 +1343.6990313545155 +1809.3457303710118 +2016.4429236148258 +2255.2710694695047 +3126.33949818374 +3591.7654726378546 +3838.6987619829715 +3582.486311383846 +3724.298155449886 +3486.5637057825393 +3311.5047143185807 +3212.9495497197786 +3244.468807342765 +3257.8804770498045 +3136.1725021885677 +3004.5922279429874 +2876.6721476527264 +2126.930089676609 +1500.1949962184253 +1044.2711483945097 +818.2700113761751 +862.0099381050672 +779.5967286793127 +947.4843418152008 +1499.5386497274276 +1901.4915630465168 +1922.5715767132817 +2363.649542145511 +2248.294459488295 +2927.7581037329055 +3207.6099448808054 +2913.494628839877 +2988.5395906815293 +2895.612718433391 +2789.805757729486 +2899.9025982731478 +2979.507936515025 +3035.955150383622 +2885.14657398305 +3049.090700550702 +2804.0891447968334 +2169.7496259953045 +1628.9834740493557 +1032.936883956815 +818.7545374681592 +1011.7336475423411 +913.3889497672578 +1154.4829414285578 +1398.6408713403457 +1750.0124189306578 +2492.257879849268 +2843.722592111668 +3163.0730296076 +3602.3213670561686 +3834.15262907956 +3566.3015581085187 +3596.825531521598 +3314.9285716661675 +3189.8620446208283 +3444.2651377195048 +3132.0373962958874 +2981.8814944013393 +2948.168558527963 +2999.0756144742168 +2773.2194670934864 +2053.347048931251 +1447.4057066604526 +1045.9276086427105 +809.9892334506579 +1038.3471019080948 +847.2076074000731 +1233.8471070324858 +1397.46535576357 +1750.1304826830374 +2332.3879021703046 +2827.625937797689 +3177.5914008419504 +3577.062605644522 +3781.2273953031718 +3520.491133118067 +3626.6596144486853 +3402.016908042915 +3258.644869552898 +3527.549429922447 +3469.5215997304763 +3126.22242952834 +2983.7445100057234 +3175.1879273650075 +2989.9747069465866 +2264.3723050853355 +1492.7160047464615 +1023.5731543316206 +812.6326939182459 +870.3790077402441 +850.5974161793802 +1233.1823373047773 +1397.5479361559737 +1750.0918186936801 +2588.397387984666 +3111.6442925247775 +3285.9387434685436 +3697.514318617975 +3855.9195526752815 +3483.6870809756565 +3652.9569950419923 +3318.4857019781657 +3294.6676310675684 +3495.323542496865 +3453.1051436572416 +3120.318619839008 +2972.940276298305 +3158.979581205582 +2967.2498223909593 +2092.174106144137 +1449.8464739974702 +1020.8138958983077 +810.4526698252479 +868.006614559548 +838.94743871979 +1193.535111209837 +1398.239630673272 +1750.1371357694495 +2326.3522050135775 +2877.081252706801 +3040.5338077365213 +3567.4454531552574 +3774.3482436175386 +3508.3235896275364 +3606.002894982796 +3357.9963778827355 +3241.4776575019823 +3492.13754985581 +3367.802530304923 +3042.986871078656 +2961.5497388310564 +3143.6032327190046 +2789.755413376065 +2054.883634498304 +1471.1159029744795 +1026.4261398512335 +839.5130230217839 +868.6816063515852 +807.4848983821299 +1242.198686483657 +1398.1538377035413 +1750.0219086955326 +2352.072115046288 +2780.3496306610946 +3173.5063373866037 +3562.255603201374 +3736.2067906776924 +3438.775576879685 +3521.6368359499897 +3330.2557414169873 +3249.0013279221344 +3575.421792035669 +3459.0892861708508 +2794.0325064088147 +2873.462765258343 +2855.923174261363 +3035.0692026079114 +2329.734163591371 +1636.3882104412555 +1139.425420571302 +903.3396872644762 +927.3570838936205 +822.079292448036 +1206.1946407408886 +1344.6462104300822 +1809.373505163321 +2024.0038322696398 +2433.9552089745553 +2904.664176355045 +3227.5763572617384 +3285.499946273707 +3067.1269112204986 +3040.125784129106 +2671.8859308409214 +2584.354950283578 +2723.607974350249 +3009.3673709562795 +3048.4561206123003 +2892.105722524532 +2698.088618163701 +2665.8428700637014 +2018.2168877299453 +1440.21511734725 +1039.5090199595998 +807.8584377526909 +831.6426282492129 +867.5379277892885 +1263.617307513827 +1616.354399420877 +2003.342697019753 +1775.621206667975 +2157.4952863526655 +2137.9406606585144 +2777.9197737078252 +3009.322051635501 +2734.8412450451765 +2742.817371250767 +2527.4585712284675 +2478.654024151899 +2660.4121246911886 +2762.7553947941456 +2663.193535142792 +2523.854538432888 +2761.551375594508 +2546.713907786515 +1881.753745522805 +1375.988470404173 +1010.6164504739553 +820.3307382993659 +869.7263223708803 +853.9380476869367 +1200.8750898366116 +1613.7503027518899 +2042.1959786300122 +2274.7267067302528 +2729.8201424827694 +2969.5795561462837 +3372.2969238875967 +3538.0825271570957 +3357.727108036685 +3491.911278104779 +3324.172744216174 +3216.554613022089 +3454.265136293204 +3339.291994370649 +3041.1739185297383 +2952.1957150180424 +3143.2888327067203 +2934.138812108462 +2075.1499370525707 +1446.413018476784 +1023.0741359372107 +807.6424115018349 +859.4535977283819 +829.4312941754351 +1169.1009202828682 +1398.5454964319558 +1750.048827291985 +2490.282315509278 +2974.5414087244576 +3185.79199789989 +3634.2870523899937 +3809.2665039444123 +3557.744565358719 +3674.438174018469 +3446.9936194151114 +3187.9291645787903 +3356.6723822434537 +3137.5719961242557 +3141.237423016424 +3084.5383654770967 +3216.485136707791 +3002.00415348919 +2292.16064064378 +1639.7764936238923 +1023.4052680559573 +812.6301332473788 +891.4399937261898 +838.8789247039472 +1206.8129151595617 +1398.579228210834 +1750.060760817543 +2352.4694976580518 +3002.6813116363464 +3297.144302556566 +3724.9713924201474 +3680.22798229479 +3356.6129279857373 +3471.4410955440067 +3567.2244052135184 +3489.3993055720084 +3747.63049538322 +3517.8774801559953 +2956.1495035745083 +3099.882850731204 +3257.0092117343984 +3087.6603600669687 +2126.3579944814287 +1709.192863307777 +1043.7600921954004 +867.3651786456606 +891.390680580125 +823.6180288603072 +1185.3178004726717 +1398.6922015613977 +1750.2662144854216 +2580.8653018601362 +2749.6533035013354 +3089.6530346629434 +3485.222458037593 +3873.4334224167333 +3603.5494477350107 +3652.0155270332652 +3392.462440655686 +3111.3842164371613 +3456.2270280651483 +3286.3167930124578 +3166.142723186262 +3079.7618217622667 +3280.08478557883 +3036.0947617960733 +2283.500800876494 +1670.4911386247688 +1079.7105867788678 +849.4566882744774 +875.0501104829949 +827.4175810607816 +1160.6604717017294 +1398.0841617992312 +1563.6535248560938 +2363.1794679659133 +3046.4763666477866 +3316.5834533792186 +3414.997490866872 +3605.2300963415296 +3366.5227310730365 +3575.0693741444557 +3219.5359217241066 +3193.544430204745 +3464.8765380199616 +3152.197337377446 +3039.4874458988793 +3067.6063894166455 +3261.525497099329 +3048.291830341386 +2256.4171781119444 +1638.295635309862 +1017.4059492977207 +821.4386193734493 +866.0296727772972 +822.5319066246119 +1172.3344147171906 +1344.8738224023625 +1622.6197847765525 +1874.8093122416738 +2475.677158072828 +3003.8602521116595 +3359.8383884654268 +3425.8377478559387 +3108.4070140727567 +2910.2128327007354 +2865.504466250366 +2866.9058566462 +3024.628090360658 +3196.837531722782 +2842.272961392826 +3066.00897401021 +3014.0186174256987 +2929.1612986755704 +2303.2430905586757 +1669.5925356850505 +1041.3138718890125 +784.4177106486504 +839.3875077505256 +820.5928220233911 +1169.775013831635 +1670.7171181012675 +1866.6534542714485 +1906.6664264785165 +2398.9561715210725 +2448.1401450410417 +2927.4826179033253 +3196.1648782138773 +2990.407935645212 +3180.364470083808 +2786.085813337171 +2636.3859364589757 +2814.137019917924 +2911.3768871041916 +2872.0469581469065 +2558.1370009562984 +3047.794381710397 +2826.744809589307 +2109.7932143578896 +1483.1335993304342 +1017.4001235219895 +814.1521610247569 +864.333645014002 +815.6962054011051 +1194.1417184315387 +1612.6589667476248 +1727.316131670212 +2286.722146054186 +2942.818391705779 +3210.4903828730703 +3645.6503695929755 +3801.813837947168 +3632.4964671510306 +3519.0864647950357 +3242.9221960210366 +3245.3449420380334 +3610.665070046529 +3441.296350356539 +3101.395766025791 +3048.9985885331657 +3250.061353742314 +3054.1954223211774 +2265.778922644531 +1645.2122584562712 +1027.922753060249 +846.2078561188424 +874.9717915197147 +824.2789878655326 +1230.2089813578118 +1398.4755177018515 +1563.7836513213038 +2534.6616867893936 +2986.8252463509966 +3298.2711815331186 +3690.140954836895 +3830.3563825377987 +3554.685910830737 +3637.353359022891 +3240.7977633561827 +3280.60988308922 +3559.4540095481743 +3468.530767617746 +3161.0159705219953 +3018.2267985145627 +3176.6482857236106 +2962.659936325005 +2235.474959040678 +1497.319437669562 +1025.4466149988943 +843.7838512789468 +994.6353251493172 +992.664203681005 +1248.5637129534364 +1398.6415319591704 +1563.6023800250907 +2492.2681730371955 +3052.7004480639584 +3298.4306393469797 +3466.1669760839864 +3692.290857853097 +3361.277751980239 +3565.1367148888135 +3513.2922224021986 +3193.9825951227135 +3284.2860600383847 +3441.735164751799 +3118.738682614081 +3101.140659231226 +3298.202200336145 +3037.0126969596517 +2373.4350280507892 +1743.7640786078648 +1030.8955092906317 +939.7634092025455 +880.5300392282537 +830.5416851378778 +1197.4546363893246 +1397.4652652400998 +1563.6671236862803 +2575.624564765067 +3059.0927104757716 +3081.844910464993 +3519.011071983776 +3828.296821185198 +3390.7150880488707 +3345.7917615880283 +3315.4057262158967 +3063.5175198306715 +3263.409549841708 +3307.9097800789455 +3132.6612733490465 +3064.6206870129295 +3290.3454577922553 +3107.752044124889 +2373.959854528242 +1750.5483676772756 +1039.742049430866 +849.9741582554768 +872.7483220260106 +821.5517674481194 +1224.9482129911585 +1398.6405182896922 +1563.6389493832871 +2620.2158228751455 +3084.493058812566 +3322.4356266530376 +3674.6003994665634 +3891.363923179174 +3534.942620433654 +3613.5130640640655 +3362.592612010112 +3309.16767288167 +3522.7543173103945 +3435.033783956108 +3122.333826324001 +3057.121016216676 +3257.318181735498 +3092.8027016469364 +2365.5105122582845 +1724.9994808159015 +1017.580356233259 +822.0925959583063 +851.0867961820074 +789.7204733283286 +1172.5365646587456 +1344.821889001209 +1622.6324934502506 +2088.471417259876 +2507.618369375895 +3031.9804470514528 +3328.264295226708 +3417.7632954963183 +3011.7236902258833 +2827.431777493093 +2923.640188880671 +2905.6483386118457 +2989.277085325777 +3252.072264324362 +3150.3977633652994 +3061.8081039873277 +3003.15404854485 +2951.829634306715 +2325.2595535188966 +1722.6564239795148 +1046.9872696486964 +817.642937275973 +867.9220495311004 +823.0584946004832 +1038.564961660212 +1461.4221553702016 +1730.4076751808182 +1958.0354880537193 +2356.1724683002385 +2378.831161122731 +3071.7592658588796 +3326.945656376649 +3050.0242810491372 +2868.332981878605 +2779.1426263531416 +2678.332873787938 +2834.365817344709 +2957.3089827475824 +2745.794943498459 +2741.8785076246745 +3117.4953008700186 +2874.971881140097 +2147.974647956104 +1605.1583248376162 +745.6254112097356 +657.7690368854487 +767.6670595105984 +650.4432198554155 +994.910372060349 +1314.1541124438384 +1398.5434422487551 +2160.131794560078 +2730.4883122399233 +3018.2879236328426 +3158.943538587157 +3322.699559910102 +3303.1624921664147 +2905.955032566347 +2756.6783844873385 +2778.9370681213586 +3042.877584318173 +2922.6665597408014 +2800.23227650243 +2882.982131557773 +2959.937219493282 +2775.3471429960996 +2055.476080948197 +1404.5134777777848 +780.9391121927786 +534.4571844993886 +586.8001616769614 +533.6931706026321 +998.1307942363454 +1130.8259103301307 +1296.2602297243907 +2308.656076645091 +2675.952600307283 +2760.5372487328927 +3267.0693685666283 +3570.668931833163 +3275.365205322742 +3263.5874242321333 +3056.4872636667114 +2959.865472142241 +3221.1773194958287 +2837.2590064363485 +2488.856915016712 +2695.4339087689036 +3038.0793516987574 +2803.055505720872 +2055.959492282935 +1437.0366970675373 +732.3095462899564 +533.236403228074 +585.6403906561551 +532.9495200086391 +854.6980070784465 +1130.062028730066 +1292.0675531336626 +2257.007343291342 +2723.941990191728 +2994.106732195426 +3343.816722256939 +3521.5321031473 +2850.0817973913613 +3254.212083759595 +3189.762969328074 +2962.76263499172 +3091.454384137781 +3087.333536873637 +2632.0310233727823 +2663.3892767346597 +3038.278602903746 +2787.3387431225356 +2037.0760289212787 +1404.7107393303795 +729.1102938797413 +533.588459895986 +589.5253572190671 +534.2203656790917 +887.9306843732357 +1130.809509648004 +1289.3177847169604 +2227.683940415268 +2717.532184980088 +2846.567060292797 +3100.75400731102 +3376.609184095831 +3076.7051286826973 +3260.175983843727 +3126.850778543765 +2962.3739561628963 +3161.1966713772713 +2966.589221085579 +2628.275936327024 +2378.503000220342 +3015.245462363992 +2771.6967819690854 +2036.5506373520054 +1414.1100867748044 +740.0859686536423 +533.9507831010707 +587.4522456472904 +533.4271025176374 +863.4354798077179 +1130.2752880768214 +1296.0803401987491 +2281.364692777379 +2453.745490633027 +2756.4698131708883 +3264.630285261588 +3499.8319420880325 +3338.3113902959785 +3488.167315373954 +3060.4768636750587 +2901.086242996148 +3090.5277921104816 +2919.315597236065 +2805.16574635502 +2668.8883474334384 +2969.9136155163405 +2768.7817755945166 +2053.095005774939 +1388.4464411883866 +715.0527574267105 +505.92162326737565 +560.4857737501745 +502.6334526751298 +860.3949873254795 +1077.3195219777992 +1350.2138871947943 +1795.9800352388493 +2241.3390988335696 +2693.9525242028467 +2910.014676690307 +2999.75122122385 +2859.251663373846 +2747.7349804740484 +2513.04039580914 +2507.5622226895025 +2668.8344966840214 +2893.5583089585853 +2795.1470036927703 +2737.4045059049195 +2725.6888412156145 +2682.590566007724 +1969.015856604855 +1331.5431975465012 +733.8218888616518 +499.28515542855604 +549.5626550256723 +497.2762631840447 +764.9745940810802 +1263.544872621317 +1481.5806088938039 +1636.611896521136 +2113.5775083459075 +1818.9107505963696 +2580.3209350363823 +2771.1537954318783 +2532.1517363727867 +2556.3058697981564 +2376.500126871842 +2343.5288586109305 +2512.3222246534974 +2627.9756397986966 +2403.9637784488655 +2307.509103606804 +2661.978964735504 +2624.6825224045665 +1848.595654261488 +1347.6505539420612 +719.7929758729659 +531.9784602481506 +583.7345819959156 +524.7881082560255 +931.1138998317338 +1131.2889110528613 +1288.4495571571417 +2184.009106709953 +2661.815717520718 +2941.5671427452567 +3350.106176147799 +3519.7222680305304 +3370.7880380698866 +2896.950103061322 +2867.8780656880554 +2772.254137944603 +2974.1268673781747 +2873.516937537114 +2757.3707707627964 +2795.594157169116 +2837.7849045668468 +2818.0621913057516 +2075.686318931589 +1428.4040487943487 +722.4271652951145 +530.1454096584713 +581.8452630932219 +527.2026086007786 +862.4974746217548 +1131.2389201800665 +1293.9432322069524 +2286.8640510617633 +2707.386648366653 +2916.4278085021306 +3336.0564034502213 +3635.008051661198 +3462.7360545933598 +3531.551189453635 +3329.299236830151 +3309.7302447906545 +3499.5986232271102 +3226.1506845261665 +2847.2374031295285 +2778.591746359975 +2970.967718794743 +2792.4046875061613 +1926.1846964745355 +1348.9110045971363 +739.2502467888241 +533.5513167752364 +587.0295236787289 +533.1530862716072 +835.5451036957031 +1130.400495071257 +1295.68674877029 +2184.8292098358397 +2570.063861213038 +3215.910994515584 +3928.415885765396 +4201.71978346716 +3909.805270378048 +3978.3935182077967 +3826.201749964017 +3736.5209159097903 +3937.254991474356 +3809.9534743765707 +2749.257803012444 +2661.4510415259488 +2800.2528885142847 +2678.1946532682664 +1964.409101823417 +1347.426775754277 +829.8940169898962 +676.9299399689149 +633.5244701794275 +532.977160805673 +762.4218135576067 +1131.2374459948103 +1295.5341990424618 +2077.906173181886 +2742.046586626389 +2998.710306107465 +3425.5800437768276 +3558.8871054154743 +3252.623271910503 +3317.3406474837248 +3037.273482999438 +2963.9432092549923 +3193.1707176907444 +3105.0577053755183 +2828.7314396609427 +2789.300734414259 +2955.222502588679 +2770.462464026339 +2061.6249889776627 +1438.8644376015516 +829.9539354052745 +535.135534109296 +588.8906708582723 +533.4125348329004 +926.0382836430863 +1131.2373910810068 +1295.9423924581529 +2293.1567959011472 +2703.3518353286345 +2965.0265739820748 +3287.385164187878 +3529.9799889275782 +3269.5970181905313 +3299.681152875429 +2980.4380770179732 +2803.0903748530154 +3039.004763064422 +2920.1986471163173 +2474.141986813227 +2767.3028918229825 +2923.4455097085347 +2640.651262370245 +2100.243838028428 +1429.8414263128188 +715.4993112582515 +505.21631178468124 +560.7340269866626 +505.8045559779397 +829.3466818276778 +1076.7030138984082 +1349.1900987668132 +1765.388847783166 +1997.6482256448646 +2613.20926271036 +3209.4533101867987 +3385.5128380765964 +3338.3425744108376 +3401.276759778742 +3223.6998573002097 +3227.323231164543 +3369.291488872908 +3565.3703705503754 +3336.0671832427875 +3094.0825694111763 +2924.9042601809197 +2761.2796431418687 +2229.4593643518165 +1645.2043964825943 +913.8053963755532 +658.3675942166542 +746.2623570919512 +605.6051125155745 +941.9558584990654 +1221.9039391519968 +1622.8982067695126 +1737.7422307152387 +2167.0522080256787 +2221.840331336016 +3062.729974650633 +3430.0729643180907 +3385.5754484848608 +3444.3379594410167 +3257.2978582802925 +3218.337451583888 +3381.118399381402 +2775.9812176784653 +3017.202645813774 +2445.2000539014407 +2734.523951579534 +2275.2890149908458 +1827.3914488146593 +1357.5624363482095 +717.1595751586291 +528.5946355432058 +581.8973877406427 +526.8981658207032 +726.6492359659075 +1131.2902939457495 +1291.1653725472531 +2019.705696162158 +2456.9994617836546 +2749.1820705281752 +3252.9077216269575 +3522.694378825383 +3343.3037602988416 +3404.636458335612 +3132.497832370593 +3110.451981026216 +3266.8418435458225 +3095.0793155036235 +2744.5979531329654 +2546.848534920826 +3084.326459077501 +2712.376747735758 +2003.6722747530166 +1427.7421015060852 +736.4878643676439 +532.9659976605656 +587.4503845797016 +532.3788091607337 +788.3721825573193 +1131.130518981298 +1294.0612489459847 +2034.7085531942118 +2446.8959472259558 +2850.528602625682 +3326.555459853753 +3722.488397616326 +3553.0872504233985 +3827.541838725961 +3668.6792575615386 +3621.8604620240394 +3881.090967856762 +3732.4059394085416 +3309.381639097652 +3163.450367577872 +3243.099430195093 +2934.8385901873 +2122.0651157915345 +1396.1313231503113 +835.9601521296253 +669.270846986002 +724.5945633182403 +577.2535079705968 +952.9475181219519 +1131.062514906969 +1295.4642129094582 +2572.259267714706 +3053.857588843725 +3363.6337199183654 +3701.0500727748963 +3448.4921579534753 +3314.4771960857 +3589.2036859438695 +3387.3770700066025 +3291.0028890069248 +3439.2946450695517 +3265.156342644395 +2476.3644068080694 +2646.498393942395 +2619.1544090103334 +2659.9047179898917 +1968.886097538866 +1232.4253159409354 +757.8435699580232 +533.3118726590004 +581.6922577397147 +534.1639527116771 +811.9159392472491 +1131.291309568144 +1293.8839494001109 +2279.7585388500397 +2727.89346984686 +2937.2548568222896 +3354.817659897535 +3567.022357413736 +3315.757581584743 +3418.5185142876835 +3104.9434214859325 +2917.7914540656266 +2949.561880649438 +3043.207327087096 +2867.2449643512286 +2676.5706391615795 +2996.1176124725334 +2820.444049696006 +2042.7800777477523 +1392.0426739726283 +725.5622998065494 +532.9153641895213 +588.2280679956865 +532.9977155744245 +855.3125180029647 +1131.2392417017059 +1295.6939813879665 +2248.910897027769 +2709.134889614386 +2703.47397437522 +3256.164475865594 +3439.481370454201 +3076.3378209022712 +3200.8610645347344 +3055.193315275646 +2959.6922959759213 +3089.169151576833 +2829.650770016745 +2796.115467684165 +2805.302898227618 +2956.154503527871 +2729.302156372067 +1990.836804721212 +1425.3195096174443 +714.4320033635711 +505.2777406285676 +604.2579625559972 +505.6364362285783 +758.035526149523 +1076.2448252262516 +1349.9993392699914 +1797.0850067325136 +2124.1959958443076 +2493.591684250841 +2983.848747114599 +3047.825872780273 +2932.2716085123516 +2969.4317204701447 +2951.5218841687897 +2910.59964586867 +3118.9939473347226 +3161.6820962699076 +2872.4531029266873 +2824.7286791045813 +2697.90802503853 +2865.926607082804 +2266.0654833195795 +1520.312244965648 +737.6439418884931 +504.4005255911032 +555.4540098564302 +504.29604599685587 +717.0676641590238 +1151.5214930453797 +1415.2979554994008 +1690.9396130065204 +2003.125131861137 +2181.3323784116074 +2752.1863686133465 +3053.87717401358 +2902.7847747978367 +2964.8963503023056 +2850.933572930737 +2845.2139137738877 +2936.996343989635 +2926.628253578594 +2703.005349017245 +2430.4970763875904 +2369.780364520067 +2367.3551261139523 +1688.9805543191897 +1078.3696155727334 +716.9082397253975 +526.9231037382194 +582.8037218885801 +520.8539763546675 +852.2416445479271 +1131.238246195431 +1286.7571099326576 +2270.30249710246 +2448.249132618551 +2617.624145789645 +3154.0120106598506 +3424.8265016384357 +3166.6839126240097 +3254.5450980863134 +3126.4236035731687 +3065.0623198080857 +3371.56003389967 +3226.0355630179592 +2798.927488878174 +2640.3475579887822 +2901.2206852221666 +2846.0932565296266 +1968.1981110341605 +1429.4582966863163 +734.9124802866536 +530.311028296143 +588.1753119908022 +529.9906481056302 +771.1625973422604 +1131.2394430280854 +1287.700344826295 +2077.0096223459655 +2611.3356085440155 +3336.137701904298 +3900.615703640337 +4132.783239788053 +3834.900995866171 +3924.792982005939 +3722.547592186905 +3628.4036357342893 +3888.8828299876723 +3764.962723041943 +3478.608341899522 +3316.7100843931084 +3308.9731442725997 +3299.0534765792254 +2539.8368293291996 +2094.529321942785 +1033.2102903763423 +784.0459407031883 +780.3720042286842 +685.5911692827884 +1007.7157651867706 +1131.2394001768944 +1294.4989635683983 +2447.426576298956 +2655.649181001738 +3198.6036755347664 +3348.2869916275063 +3496.2070933961704 +3267.477835993717 +3387.9912742897263 +3127.960559240385 +2948.994198547103 +3108.852368626046 +3086.719931669761 +2721.4104649825645 +2749.4325762292433 +2895.7341796557107 +2626.7103997451945 +1822.1904384089426 +1437.1324369166475 +727.7442587227208 +534.0545910936656 +587.4318800518173 +533.4183472434263 +761.9385890649642 +1130.1149956390761 +1295.2585692762752 +2298.168089978848 +2473.8018526863502 +2758.431905311315 +3436.135657465031 +3795.200826810229 +3490.886150373289 +3692.6954596448945 +3422.4126133795558 +3111.164064235755 +3170.4897508025097 +2924.1655258294572 +2489.8084375802514 +2375.374333302801 +2690.830132062121 +2728.1623023912575 +2008.3237404892388 +1273.7407173183651 +726.340782828859 +534.0691987560364 +589.1024410529701 +526.1788857040428 +837.4130374394903 +1131.2376119999838 +1293.7679410102428 +2125.1107646246464 +2404.935958055268 +2923.6301969014253 +3734.8446226634933 +3949.709898743993 +3712.8681598494372 +3783.999320985989 +3686.03145688676 +3609.1536119986436 +3890.8423150653257 +3692.045344025049 +3354.3611575046616 +3115.706092299792 +2925.957534714838 +2646.044364826756 +1893.83375141759 +1266.98274741386 +715.1560430837112 +506.03099633660673 +560.2718310006178 +504.62979336738385 +717.2655254783137 +1077.4213918329444 +1348.2542028329149 +1663.1167221223745 +2000.1203160863604 +2817.5499852213675 +3277.93143772577 +3479.6517345172474 +3349.891065463864 +3424.31789552342 +3206.817432654939 +3169.3364700974034 +3359.8690192187037 +3495.227649293382 +3137.0967536642793 +2940.7994081594884 +2554.4799019888183 +2586.4066692243177 +1925.872415777778 +1288.3006752492056 +736.2661302666147 +504.1188238916013 +559.8517432208977 +620.4541407228411 +846.4284360581114 +1353.119311088325 +1570.9710542511125 +1843.7177518423891 +2319.6972268393247 +2305.863678204663 +2830.3672625078852 +2872.7044080071805 +2472.2868334610303 +2734.638107418671 +2264.4909221322187 +2348.494431759844 +2510.064955336416 +2680.275750338821 +2565.3537863894467 +2479.1648981882868 +2518.709720345078 +2518.0970666662256 +1831.2619182593924 +1336.6494548412786 +868.9989987323185 +741.2001179931252 +747.3007345749237 +686.6648117820263 +926.8533141938416 +1131.2393137122729 +1287.2892026763673 +2775.7098971963806 +3192.9728928238314 +3089.4305031585013 +3608.9355299496124 +3854.8524445793323 +3478.4517253948716 +3402.856336911141 +3071.55067913873 +2970.055534465325 +3358.88534498266 +2970.0530296135835 +2485.73197784891 +2723.9759490254437 +2885.0073883951727 +2648.656208098766 +1751.575268988883 +1134.7011360069066 +723.1035214823308 +529.5784615332293 +587.7224075929347 +526.5073814085572 +794.0973682614738 +1130.9069942950036 +1295.3647851614874 +2126.080948625324 +2528.499134666752 +2752.411607907278 +3361.637493031772 +3868.9064024140434 +3492.3924185248948 +3497.802198562293 +3291.410808345148 +3194.6132093877104 +3458.563393092759 +3243.171238325263 +2880.0699076648607 +2640.4479983076353 +2428.6936505253193 +2720.4566564012434 +2068.242330395005 +1313.3399874373279 +725.792033135603 +534.3222323247403 +644.1545014523199 +533.9162222668987 +784.4205428631185 +1130.3006977643165 +1286.845030945878 +2260.828896620986 +2852.7120467223144 +3171.185298939063 +3636.73111333504 +3951.04665628998 +3719.4251180090127 +3896.0956626261936 +3691.522303433791 +3614.935240334314 +3906.2548616915215 +3733.5684455607648 +3383.887271780726 +3118.9022377161436 +3004.4186132479917 +2947.805899183845 +2197.682590720115 +1549.8023076780669 +981.6335906962078 +786.5226858074903 +875.5526658256201 +755.5978794622001 +1097.2968422915674 +1220.3725186298261 +1384.1502742758762 +2373.152407367062 +2901.647898286315 +3144.2910252881006 +3757.4204590261825 +4079.7684258488084 +3946.2877988942405 +4020.4842804470036 +3865.3776704126035 +3772.6327293388354 +4064.2697229874057 +3936.0091056289416 +3665.957444860777 +3507.4436887310944 +3535.895450390423 +3526.5437238411478 +2819.0348608801132 +2168.1763392540083 +1137.4777652264054 +1023.3692479118542 +1041.2433589147654 +937.0043904283577 +1390.3695667531435 +1220.3715454313676 +1377.1116111851713 +3053.8885401303223 +3521.4440560404687 +3866.0689369240345 +4250.668720006345 +4370.647320095987 +4075.0383486971746 +4183.637152418362 +3994.1808133257323 +3794.6041042567967 +4034.271954725536 +3850.6650801022683 +3496.2486519511963 +3165.0025405744927 +3075.6769817242975 +2922.8122516012513 +2261.4949270094817 +1655.79761181869 +980.6706260700287 +748.4362422579284 +789.9738554820126 +590.5783251884441 +814.5361293816877 +1166.60570378714 +1436.4662205742925 +1935.4520651574974 +2200.1663028881326 +2661.302516378523 +2888.3795941608696 +3135.1918316249394 +3168.166011936056 +3186.3769746166317 +2952.5249114123417 +3094.45317008675 +3275.0623570146754 +3410.378554324534 +3104.6913675386945 +2994.4618274887152 +2527.526914543805 +2563.8481351169453 +1938.153794593211 +1326.9977806157242 +838.4320691306929 +597.9761263101079 +651.6538866577622 +596.1197776131993 +798.1909278081429 +1241.5579160387308 +1478.10797748012 +1739.4026266521444 +2179.71289832005 +2071.8228791846946 +2807.6873674292756 +3196.060351512101 +2977.33036359736 +3147.003674429945 +2985.195147818749 +3111.9974771324974 +3206.9460040014974 +3262.883968996445 +3015.006902558291 +2805.845275008871 +2824.355148229917 +2735.610537903041 +2009.4119234175296 +1437.5973151640242 +998.4260193598234 +789.1812224798798 +878.9629914324859 +753.9723865912265 +828.6770728642203 +1219.2475331279566 +1383.4224872897516 +2170.159709442021 +2616.6953918364693 +2908.94484345595 +3378.821296062634 +3608.131692307162 +3306.694058906713 +3474.895459402153 +3404.48909823561 +3228.165591452988 +3583.7848577472373 +3350.244183666052 +3006.984087718822 +2812.336846752627 +2548.8555761687894 +2852.4751218819133 +2091.2547944979992 +1491.3810155129916 +831.332033072096 +630.6326686343796 +673.801933913568 +625.3096929293963 +862.85505943765 +1220.372509165504 +1375.201972034638 +2396.2864407074762 +2756.223391151124 +2981.585527887518 +3601.0664063863705 +4066.582564741558 +3930.1829848322873 +3985.573056068176 +3819.1776243152162 +3738.0471495046854 +4004.6756943798487 +3880.7440525562797 +3587.571053918051 +3440.1359858228802 +3319.750234681958 +3087.1511323294376 +2193.137745587309 +1391.4958217036262 +902.1670934114449 +633.4050005524915 +684.1484583720712 +621.4514015452562 +935.9653530795634 +1220.3727028257542 +1384.190467294536 +2356.1623368935957 +2979.755332358423 +3371.164344392095 +3922.711732541823 +4265.030867443677 +3980.284911796138 +4028.560793046994 +3824.438024151018 +3736.5597634284995 +3997.077065982049 +3833.075841377175 +3461.762523541383 +3488.25726015797 +3506.89045440132 +3534.3802328364186 +2804.0716162604713 +2183.7910975160953 +1136.7220294916135 +908.7072798150089 +895.2709723885013 +868.070101914419 +1131.6876756615018 +1220.4247275558014 +1379.9023127439104 +3028.9596961122343 +3603.386113223876 +3722.0837629952266 +4130.815231447569 +4300.15214839405 +3994.2893111481335 +4113.710463821508 +3837.410448515692 +3725.259175496593 +3988.1508439343106 +3829.4477095109532 +3413.939136284076 +3059.862120279084 +2856.839827987897 +2859.981181119136 +2077.8322633405296 +1346.0268412073708 +866.9571363091374 +645.3114025419613 +680.7091434057886 +627.2486847462555 +905.5425162265088 +1220.3726291016258 +1384.375255455984 +2251.3844835209893 +2552.7363488433707 +3004.0216252084165 +3566.2484242912114 +3801.6510980798384 +3551.614571032279 +3692.951839251814 +3345.554664866039 +3248.527576099045 +3441.20965134508 +3299.9647229232473 +2934.9011302139966 +2841.0448232329272 +2768.698740002759 +2772.5166462396014 +1866.624928223623 +1373.3114335744187 +834.7183817032195 +601.4735971867156 +649.827578264891 +599.0517369506073 +798.9832206084046 +1166.338201540383 +1437.3437547431545 +1939.9895622193928 +2145.3398773988215 +2641.166975552242 +3106.3265264517954 +3441.9387701738374 +3376.5216651476835 +3504.437016322234 +3275.6144092287755 +3331.2572683332096 +3421.8572442769278 +3625.1993016141478 +3534.712976949705 +3440.7109235877438 +3115.574690847362 +3110.149685944003 +2391.630233163053 +1570.8691832746833 +973.078589907915 +647.7570537346003 +812.4640119455119 +798.2727162212354 +970.3710744316232 +1417.1554257642197 +1725.4847864237042 +2035.971400026545 +2732.1703280045585 +2957.5678115632286 +3614.713891560944 +3884.0725839666334 +3558.8401807405553 +3586.1411987512383 +3405.3079946283246 +3349.031761272501 +3502.893537735113 +3617.3600747386004 +3480.004787528091 +3310.543413571273 +3329.4494616275883 +3313.2478566820228 +2513.6872176991014 +2026.114089923521 +1107.8969964531912 +927.4704468775778 +1000.4689631421578 +947.3725752605004 +1387.0408881351002 +1220.2658201937825 +1379.3574023345022 +3152.6390832584143 +3629.828856856029 +3902.9866427456923 +4303.626782566368 +4500.939789629245 +4239.862301635247 +4291.89948256079 +4107.486567639842 +3982.569727752397 +4247.108574708952 +3976.8797572931503 +3714.101918865923 +3533.4862039481 +3558.098761488658 +3541.2347226192614 +2595.6283775878064 +1740.7369117386113 +977.4878908990812 +631.1165373026665 +796.1367734769898 +681.7779196493451 +829.894688243843 +1220.3726582507668 +1383.941229718393 +2396.9093844579734 +2834.1657741557315 +3082.6244147487023 +3485.5592334479848 +3612.6512677522505 +3346.745116039407 +3352.6085146011337 +3146.1284546057873 +3021.235468431235 +3174.2188862589046 +2928.4659151275223 +2998.318269287053 +2812.266330065792 +2839.7255583139136 +2852.548718710818 +2118.5932101854796 +1506.0934035617074 +838.3813986524817 +644.1465153818973 +676.9138831968922 +623.5514967275992 +867.7783327603055 +1220.4242066081476 +1375.840745443567 +2348.5852861021012 +2807.318444619638 +3027.934230333051 +3373.598134738191 +3752.9727190963677 +3136.3392068703174 +3244.3303347901287 +3171.897150678843 +3224.4287206984945 +3493.451750374079 +3423.111537701369 +3139.4575884378414 +2817.431639392697 +2726.8518881565215 +2853.9042841921646 +2136.5164581569197 +1501.8852271693104 +836.7995333699256 +631.0550085117784 +674.2233681042312 +628.932012628889 +997.1394949399667 +1220.3723349482243 +1375.056485591838 +2267.649051726129 +2551.609935733703 +2984.804301023581 +3607.4298006902586 +3871.006691957981 +3654.528124897006 +3686.880508664311 +3565.20612319196 +3353.266228023471 +3737.2522063100505 +3428.9724961597776 +3073.5472016154945 +2914.643451093603 +2822.658924885066 +2788.775982684546 +1871.8334989130458 +1239.6210793536645 +882.5370733274526 +624.5379655634529 +679.9440731136184 +633.0658032310429 +879.3908117624294 +1219.8938439913913 +1376.9789125156622 +2179.1691499825397 +3006.431818470358 +3373.6502923415546 +3846.1183400194163 +4169.000460223516 +3945.196390366216 +4003.0881106250995 +3859.9540454311996 +3772.1397785121526 +4062.2043101089303 +3894.5804963245578 +3634.9456988890347 +3525.163303441632 +3497.4455266622294 +3389.131938251069 +2594.309816568746 +2063.8197141286837 +1119.304063214367 +838.8784202210959 +885.3105484043239 +843.6902748424467 +1149.8440289914263 +1166.5528457639873 +1441.1947885556215 +2728.800048386698 +3115.751077560221 +3702.029806254321 +4060.0909658636665 +4131.168504408226 +3965.6056757706156 +3891.0171603120025 +3669.473648141679 +3645.4472784311097 +3820.753992720754 +4085.452230680296 +3957.7124627105777 +3822.284465022168 +3514.0221659504396 +3641.393069810689 +3025.6502952999076 +2388.3977091969114 +1414.7572663174024 +1138.5781090232074 +1112.5944380826195 +975.9766941469674 +1507.2558463000312 +2060.8522633666194 +2153.4439876867327 +2626.5669942509444 +3084.6552485628367 +3224.8165780931627 +3779.656008546998 +4040.6771269728715 +3714.02195318043 +3721.8016718961935 +3515.581921939096 +3434.678172218296 +3492.68375721938 +3572.153148246132 +3459.0232433083106 +3266.5442069412775 +3314.4815244447336 +3314.2207961797485 +2630.1717110791205 +2131.8079673746374 +1141.1040312577695 +852.3050891938427 +942.1682368265014 +822.8497979364341 +995.597674581216 +1220.4238612404454 +1383.9472566887885 +2687.456617211794 +3338.384889548189 +3695.9368938272128 +3822.136661627618 +4266.659688925575 +4006.7385552917417 +4137.714279528909 +3881.347776569715 +3791.783971719173 +4043.770144942417 +3901.6972699302364 +3599.298222172771 +3436.77534440429 +3333.8871520988073 +3172.166950710202 +2481.7947720703196 +1800.4068737731006 +1004.9851318133464 +812.3535030775903 +878.1187205203596 +676.4549178786996 +891.5796163611222 +1220.3715482755827 +1375.2107362602387 +2392.0253672147132 +3236.3712789712067 +3746.942704875738 +4159.472699528404 +4344.720792040504 +4107.7574596007335 +4148.622216935164 +3912.7551229213436 +3830.1919989265166 +4124.170669601663 +3976.905102378852 +3704.135092392746 +3524.219709929759 +3577.0130086358813 +3520.253501815005 +2781.7320975395055 +2010.3769328900964 +1115.1526905904032 +858.3932468738972 +934.1693989761691 +882.7325984981629 +1196.5840980470368 +1220.3714156893993 +1374.99921639243 +2931.454735057499 +3477.5589811984114 +3828.1076685598177 +4244.8326669910075 +4416.0016713044215 +4052.929696740947 +4116.74870594656 +3942.4727230453527 +3895.5674345336506 +4162.584270644507 +3962.27066095035 +3622.634821913834 +3473.340900598464 +3510.0771553633554 +3547.0270122470474 +2620.3835391358916 +1710.777377614977 +1027.7587209535359 +673.1726483929992 +687.4344933815669 +629.8775504624467 +869.3912220510805 +1220.3726361218396 +1382.1865082977272 +2146.6411203696525 +2692.6641215423 +3241.7434056143293 +3778.0033279989752 +4053.423202297435 +3742.257085358709 +4011.982140066623 +3805.08363685717 +3707.2887404301987 +3965.976237845525 +3740.0495361685835 +3415.5905901780156 +3178.3273708028755 +2999.1405644019187 +2928.126843344451 +2125.0467110144436 +1518.3508656492982 +880.1430028559489 +773.8262276512776 +867.3406614520827 +813.7253221852892 +936.1044103076151 +1219.1978275964725 +1375.8915209659922 +2149.12491060565 +2698.181340450788 +3009.9936358496543 +3643.9388478553687 +3879.8036332416277 +3570.464638894329 +3782.8114197281006 +3650.74669805824 +3492.7541191007385 +3836.6506898705343 +3821.5672254480123 +3433.907914162118 +3105.2382924774197 +2941.830371554418 +2826.7114190029415 +2063.689286766239 +1348.2707593476864 +936.4505115720688 +740.2674301050296 +656.5216434957431 +594.1100771183388 +873.2708876780662 +1166.553892348335 +1436.8894116148874 +1833.685258517709 +2242.4108045311737 +3015.840399739872 +3484.7279096213542 +3677.4652750450036 +3567.818810492867 +3585.7458868994995 +3418.4844269993264 +3382.9292747970253 +3505.511737453517 +3765.8807298303936 +3607.2757770992584 +3451.530383749619 +3031.0523192372166 +2806.901098018253 +2031.6488023949214 +1592.3126221858035 +1036.2855567230367 +600.9138471175379 +651.6952211504664 +607.689787853002 +792.6047029804449 +1203.7859359216602 +1542.9361287444729 +1660.5358929714298 +2397.0061879937844 +2788.8601051279593 +3586.2554000317073 +3780.2881584848105 +3527.9165822918644 +3596.3335352733257 +3377.0723216947276 +3342.5560911044745 +3489.7970247057638 +3635.7773989356983 +3505.6598639239483 +3350.403835291974 +3358.0268190064476 +3366.2848473272984 +2680.790094547652 +2167.2002447983537 +1095.8756206583828 +881.1120991485415 +952.995940254054 +906.78124023036 +1226.6901316319804 +1220.423010655828 +1384.1178992463285 +3029.8243305054743 +3569.5343920064474 +3889.6377047339265 +4284.980106004328 +4500.713717439662 +4199.658827941816 +4381.527608850103 +4108.320939144811 +4014.1668220755582 +4275.470637039054 +4118.289088253467 +3773.676831193433 +3636.136781413423 +3687.2196796971484 +3603.324637277323 +2945.300202067796 +2333.4955519012974 +1301.4277834050595 +1023.278454135127 +1066.6737116477148 +937.9641117668288 +1446.576435541115 +1220.3729587505995 +1376.9814926723477 +3359.410879387941 +3876.5993672660575 +4125.967132633341 +4532.497263537473 +4744.004869676323 +4467.4198673424935 +4640.468239446631 +4322.999981314389 +4204.798440080767 +4434.797525042288 +4308.393117374603 +3959.8612722854527 +3756.6752709495404 +3910.8952378514714 +3873.9037386453274 +3025.4003346353547 +2352.19125625038 +1172.4084993545575 +922.4542382857272 +946.9509263311222 +880.6853443427964 +1155.320991619515 +1220.3715506997285 +1375.261083581009 +2613.610903911978 +3235.9452622877175 +3708.3764748423405 +4203.665186521327 +4355.875199904248 +4023.386989095088 +4201.076404629832 +4014.0819180886097 +3940.394255061395 +4111.806169812709 +3957.7024961211655 +3635.2068000986314 +3524.8233741159825 +3513.7508348544684 +3563.517981645307 +2816.8524788874633 +2198.1293913367363 +1187.3644915270213 +899.3228488450693 +1008.9210785581812 +862.5671441888754 +1350.3190540409 +1220.3728141418856 +1380.5249030470063 +3108.73087311773 +3608.6893438660995 +3909.1516875727148 +4355.135250020311 +4506.126048601898 +4221.397411785323 +4304.141247111785 +4087.36800952384 +3954.5842642747457 +4265.469371891805 +4058.4854370316352 +3815.3827447110093 +3714.498333561129 +3665.370621214885 +3607.817861657134 +2868.022409520785 +2204.088147399053 +1201.6323115943442 +906.5531744139615 +966.4296740042539 +833.9558469167794 +1089.9020603396395 +1219.7327512929703 +1375.4279416681386 +2670.556812978282 +3246.5790682070797 +3635.251331891342 +4087.594618845212 +4252.050662488893 +3942.416970084306 +4042.5452218591745 +3840.6030399463807 +3752.915938476329 +4014.9433397338435 +3871.297434561579 +3591.581719250674 +3398.1810651796723 +3302.444436715918 +3153.4250996613687 +2340.555864003518 +1712.5250261793888 +1152.2682740809917 +913.8734987030703 +954.1858711694363 +814.7021220019533 +1000.455905767711 +1255.688640313142 +1526.1408571178652 +2302.5922021742945 +2798.4893982510116 +3304.7505565504443 +3786.1770090211853 +3923.2993701224027 +3748.341902751489 +3686.3512191281684 +3496.5365677070113 +3528.0312711933843 +3654.5612605480674 +3933.899355738774 +3732.7393175314555 +3541.901711263629 +3341.0002435449965 +3394.909654215965 +2728.5945610673284 +2215.3026342548173 +1255.2191647972772 +939.3010464227615 +1035.5401567266554 +1008.6676591197868 +1324.6887872870823 +1923.2571967545937 +1941.390929502922 +2556.3040446659948 +2986.745782528747 +3066.1323883069203 +3659.902749717565 +3904.6106279217433 +3591.0432479536803 +3691.936506639478 +3557.7778747735165 +3488.9127473692934 +3582.412781966471 +3727.07303230822 +3559.9366186633374 +3408.3903482064343 +3324.5494218759372 +3074.1071319854323 +2133.0224785851724 +1422.5269704667962 +1043.7780355705559 +720.3380896952364 +837.4689129883907 +721.4279195083669 +960.422523221841 +1309.4429682240084 +1464.7585915613977 +2422.0316418841676 +3370.904178960557 +3768.733393538829 +4261.204148191272 +4428.058970190481 +4136.579143575715 +4194.638862439135 +4042.5009931531354 +3985.4798481146086 +4238.958851019866 +4032.165399925715 +3750.1345324589097 +3624.480459912887 +3560.693341207625 +3414.809671307798 +2624.900322691588 +2002.1777182752314 +1211.2546723299263 +940.8815621056389 +982.8975311682755 +924.8695803986246 +1181.5929198140966 +1309.4826066025123 +1464.6346410728836 +2998.691434292182 +3626.265943429946 +3836.655896323715 +4286.545491147371 +4454.507739535803 +4146.796336150686 +4237.743341450116 +4099.517839808749 +3991.5703218602157 +4279.231573068929 +4094.431009219212 +3860.355074719244 +3630.2292282153335 +3723.2580161128117 +3650.0325569516262 +2946.7648905745937 +2302.5038894191653 +1387.3533594985067 +1145.3294170513293 +1151.2394565538068 +1019.6749475852596 +1283.8845944726895 +1309.5068674321888 +1472.3090796185772 +3115.4549471924124 +3593.3952329944555 +4015.8088744182564 +4642.783551528513 +4838.127848056616 +4533.469462663973 +4631.408509164694 +4382.852240633755 +4211.252414043043 +4566.605883603462 +4304.5015662352935 +3978.0133092096885 +3868.436109064615 +3670.0016670529167 +3631.6243521275746 +2641.9887098933036 +1907.6615499251807 +1157.5360393848844 +932.379460981007 +964.8199190390122 +727.8458358453167 +968.359958127572 +1309.507360825764 +1464.4696080674587 +2261.9873226828836 +2909.935268763128 +3455.1850378816875 +3935.1714407419167 +4249.693065318534 +4006.345524420692 +4094.9545486481798 +3934.674829997859 +3832.264348741318 +4122.721139581681 +3982.9923689809348 +3709.071875362228 +3492.291273048328 +3292.33494453331 +3277.8074490401023 +2332.4016077516253 +1520.0784550869441 +1004.2187020782184 +791.1933465435542 +874.414163045836 +753.7171605287965 +967.8969515581022 +1309.5586075647136 +1465.8982728779454 +2336.0295261382985 +3082.4406724447317 +3706.5227101538835 +4106.332113735116 +4391.204005082808 +4090.992469760283 +4187.258486756808 +3977.574455625735 +3885.9662127626643 +4135.292292217047 +3969.5036168988936 +3662.937648709372 +3557.184233138414 +3471.7977685058195 +3338.6718169631727 +2588.778030517522 +2146.0471840279265 +1223.9231614891094 +1001.3692800623642 +1095.9201413547141 +1094.1458658349088 +1252.9821650373538 +1254.6482415693552 +1532.5090331556282 +2752.822581411015 +3191.4359631273473 +3680.9507852186316 +4101.8739758722295 +4176.969326722457 +3954.170276614082 +3925.418141990607 +3825.7728053540445 +3759.584238493255 +3752.917508275485 +4032.578755436973 +3814.1842994926747 +3667.6003961011506 +3391.6511784018203 +3467.968001459759 +2771.971474393506 +1908.0650591442804 +1169.9248340487025 +860.8093123995537 +995.2643966308427 +793.8539154649994 +1138.3929203962 +1539.727458066477 +1795.9994302583702 +2382.0079100926623 +2961.6528963277683 +3078.8793089584237 +3771.221932924316 +4009.29706253359 +3712.463162078596 +3656.442221993105 +3505.447377773881 +3456.862726365361 +3559.5515442595542 +3720.0033017048513 +3555.924387252664 +3448.4922958534644 +3437.0321809195098 +3221.451471714098 +2414.0561673627412 +1767.4069191119747 +1086.6609050904524 +858.6884807229906 +766.5695202059867 +717.1723246863116 +973.6698592849301 +1309.506806264935 +1465.0027370418902 +2587.519705473779 +3582.2531727347196 +3862.2056385056703 +4277.543918180383 +4583.28388476555 +4242.652712352189 +4321.78910097707 +4153.170398844022 +4068.1723341133106 +4320.485258606895 +4186.3405698064 +3886.8839612476118 +3726.1299989425893 +3675.8897254158264 +3601.743516983485 +2901.3902670370876 +2305.003846368969 +1314.5309093655017 +985.9193131387426 +1055.656387344357 +1047.7433617718355 +1410.112821877848 +1309.5064503335343 +1466.5067569949942 +3163.268170909878 +3782.788589469619 +4070.392155645004 +4513.468693275603 +4705.711619752021 +4433.100215567037 +4524.2984414173025 +4322.70515227095 +4200.354755825293 +4420.645367546107 +4329.336122801676 +3972.3805886824525 +3807.003697787238 +3731.183099717378 +3533.0800515821134 +2699.14997189628 +1923.1659071172182 +1197.7533377691514 +932.2840235823709 +974.8677760533653 +793.3234292511247 +987.4152647489105 +1309.5066630514784 +1465.7133937072788 +2605.771399648263 +3332.0172070855774 +3716.3233154985505 +4217.004268477282 +4435.3494594171925 +4126.050105142594 +4179.366099750847 +3959.4315498437086 +3890.2908868461795 +4144.750380908428 +3963.8918852229335 +3625.815045118021 +3555.856308659701 +3402.2731130783727 +3079.703365167388 +2321.727315051783 +1729.9239855727744 +1122.4658856412889 +750.6540272743474 +966.9432062960203 +784.7914549751633 +979.0080973044904 +1309.5066460236749 +1465.1838800171784 +2276.2890393550615 +3232.8622764302154 +3810.2321008124086 +4218.366226998285 +4433.758617728911 +4131.761091341574 +4225.651714683851 +4039.4588433708414 +3954.1682666007296 +4212.058437040608 +4083.736622629923 +3845.6811045054437 +3624.0024009373146 +3615.748513469355 +3527.674404409478 +2651.3216469023955 +2073.748071815468 +1213.0156505179507 +970.9254562206537 +1020.854288047697 +911.168657601317 +1143.823167007731 +1309.5582633798167 +1465.7257967813125 +2750.6257680507106 +3606.338897745794 +3882.6282155108042 +4285.89111924877 +4539.056051301043 +4253.556870228538 +4349.153365519852 +4205.893056870348 +4097.920204035122 +4302.615139392092 +4098.047559910964 +3883.9751292206706 +3678.7836658435685 +3639.3681150958973 +3721.740612208646 +2969.820181232655 +2359.804308419864 +1416.3790705993815 +1121.7172220005887 +1246.1655141047704 +1203.3399660742539 +1542.373134842461 +1255.6883516417247 +1532.421524922113 +2908.5871219899973 +3306.170781090095 +3804.206644904401 +4140.4184774361765 +4273.174666092576 +4118.844858437043 +4086.6287061068588 +3951.0200937037184 +3854.048169604011 +4015.0593532048592 +4174.3636546037615 +4150.124604801577 +4002.717440587798 +3815.8142702217724 +3880.522066736 +3224.797498526457 +2579.7486133729867 +1524.550420425917 +1306.2799829946346 +1564.9974271698607 +1426.4631559593365 +1848.65952036814 +2207.3577521205543 +2528.1674880940022 +2785.1111666960896 +3199.7249527148924 +3323.830572693448 +4022.6385211065804 +4214.641677998525 +3832.190920211127 +3814.9502908107434 +3666.6826727934294 +3625.932018349428 +3921.0308178056002 +3844.5216610674597 +3727.3213376297035 +3580.675975082268 +3581.5635140108575 +3581.425525651798 +2995.2586921904945 +2440.2838211088388 +1427.0494370207716 +1335.1901054747148 +1433.6744568956628 +1234.34529540737 +1753.6112960701912 +1309.5586862185 +1472.262700119152 +3523.0328036700953 +4020.6479273851337 +4130.182679613866 +4521.621229033727 +4707.051508155627 +4438.787596147249 +4518.816529131011 +4301.921692526267 +4113.9456164069325 +4556.118802649163 +4280.098601377023 +4158.524521087332 +3973.1221119097054 +3908.5399569550304 +3756.485266170843 +3038.1687919439464 +2367.7516601014 +1383.4118917996657 +1148.4307003178892 +1117.1557739623213 +1016.1399573067242 +1181.323440782168 +1308.3834308194437 +1466.0172719025693 +3248.7927577416817 +3816.9225015721067 +4322.452073115139 +4498.761426408076 +4635.898850632427 +4254.643586810744 +4410.2925702612 +4242.0995652759875 +4110.430141474608 +4475.879752095242 +4229.2277428057905 +3928.418647434173 +3790.147427234106 +3820.76941020858 +3771.121444283582 +3043.6630711257903 +2398.925804752685 +1481.6176092084363 +1187.9215001653727 +1303.938456972866 +1342.62358641193 +1688.3995479666996 +1309.3405508838646 +1473.6361779424465 +3429.1441229409184 +3992.4017357376247 +4332.603938636505 +4640.424886576138 +4800.141133895127 +4550.49550534432 +4633.115211788669 +4468.936507105778 +4362.1156355174235 +4575.883546966087 +4343.2352130923355 +4120.6884818284625 +4014.7590120723216 +4021.3559455415557 +3968.4393717537364 +3256.916581274732 +2596.3720934694475 +1446.9783465185392 +1140.4672403591733 +1256.8896821899618 +1257.6479306352344 +1791.5702748196643 +2404.350779537907 +2597.227783841073 +3459.170126207336 +3962.5254825231414 +4210.795085499601 +4581.681669574032 +4862.634380800223 +4591.545882771797 +4715.041834901904 +4554.247570487603 +4395.706426855977 +4620.728083716983 +4278.086814230383 +4120.576096783419 +4004.8852360707933 +4123.898104547555 +4058.4885446193716 +3344.8685715438282 +2714.4815291700256 +1498.3831316510893 +1286.4249831738719 +1344.3565185398957 +1284.6011284162846 +1742.410925265723 +2240.7538530836355 +2481.6997200081737 +3463.1307651101743 +4021.189560740291 +4233.966347385309 +4619.650578694115 +4769.4940635623125 +4474.776522996584 +4605.257786321513 +4359.455750876838 +4323.107168375425 +4466.552062118303 +4318.0346543886835 +4048.3049151466694 +3949.1772302522136 +4061.2647567126996 +3898.3679150065022 +3144.5492690496862 +2600.876382436652 +1670.736555147029 +1291.0969133538656 +1377.8164690118563 +1427.9336174144876 +1759.5582105750689 +1255.641957087206 +1532.9392017529435 +3007.4990959371376 +3339.965859724533 +3590.7739568961824 +4230.063947491616 +4259.821277855945 +3962.2965467540034 +3802.8027711463737 +3637.4881842933 +3613.77020412677 +3786.976345758441 +3974.1961712002967 +3874.1469396357047 +3714.79689336769 +3484.994331273831 +3585.7606932184403 +2975.565488863786 +2301.3092116114017 +1364.1912839289557 +1139.5093770842393 +1168.9047068448617 +990.7650449944853 +1392.513089374467 +1759.7611072267086 +1964.0237569842207 +2550.4888463072043 +2969.4814514729273 +3031.8013657339557 +3643.8642104537744 +3964.061981522762 +3671.6734036770067 +3696.5139405099335 +3464.890753304564 +3507.1775801698864 +3641.0196156478046 +3771.013463205106 +3672.56158249149 +3487.526351803681 +3492.020389190563 +3431.9987335523815 +2778.184284854313 +2229.6062507226793 +1160.9888604608482 +925.9807489186384 +919.8662371057706 +869.4970415583856 +1095.066318772375 +1309.5586068102243 +1471.802714346825 +2972.41386440875 +3577.7363699774824 +3867.8637131383766 +4307.117320794764 +4505.909520073765 +4221.29880021305 +4289.84832255895 +4113.131456668212 +4003.4209300699827 +4300.068512272013 +4119.433110407044 +3797.338975331138 +3627.28720808115 +3633.163702329678 +3602.9171233214483 +2898.359263979645 +2238.2490628905625 +1230.3844646189334 +977.7293566763007 +989.4009515186491 +891.9560823407776 +1023.3888374266494 +1309.5067684299913 +1469.2809898500332 +2587.1445231827524 +3575.514235570442 +3862.723431123741 +4282.037335985038 +4494.2542481863275 +4196.595329925805 +4289.763653321584 +4087.580384329645 +4002.189890777456 +4256.20308708952 +4096.180494043627 +3836.7489530237194 +3725.7718741185913 +3753.623640117746 +3729.3490316721504 +2984.858356797895 +2347.5596137694997 +1298.8820208164034 +1083.118535932035 +1165.7705515391647 +1107.0360752606437 +1429.0530066482845 +1309.506743256359 +1472.5268235868566 +3131.4405273683237 +3699.350454937974 +4030.3535594553364 +4509.112470600347 +4747.864972256451 +4455.730789185856 +4536.899803244118 +4317.627722946645 +4197.463841834159 +4536.186846080653 +4261.27259853011 +3944.5923951610716 +3772.1787218855156 +3877.203091996377 +3733.761842657422 +3049.614480858031 +2451.14623709533 +1575.3872280648905 +1266.043869682594 +1407.318183253025 +1285.0563580446005 +1569.598313153029 +1309.558363014839 +1471.1278949962382 +3385.2748562727083 +3916.0324703238844 +4224.181872454079 +4514.736336994759 +4769.161711255681 +4545.8364223707695 +4648.525282679569 +4257.64112458375 +4069.5978391103527 +4414.284851456401 +4317.737511334067 +4177.022356955344 +3770.564100930557 +3798.8590599002523 +3742.4583560284236 +3003.9888978752115 +2383.0411614166082 +1463.165205781191 +1265.473288460495 +1303.2005417178113 +1129.9146118465815 +1556.8463302262971 +1309.5580460726735 +1472.8024431142142 +3310.2013406636793 +3788.7415832625957 +3958.915040892058 +4467.5792477315 +4694.869666425354 +4391.292158198674 +4449.472174968052 +4393.368434993538 +4285.379052233488 +4545.617273849613 +4350.903001830768 +4028.3395776838574 +3841.6508075274305 +3822.349847043944 +3780.758054237154 +3036.294682215847 +2442.881125928714 +1506.6101894157432 +1287.9572976190277 +1303.1039158938627 +1243.0725834521297 +1763.5271854062273 +1255.6881701776185 +1533.0502990417617 +3045.569288060961 +3286.259138799106 +3755.282132759182 +4100.656320945225 +4427.701398219927 +4046.5367334803827 +3927.7992657140335 +3711.993788302688 +3757.0942547200357 +3891.470696356276 +4031.596646308393 +3867.8705801533847 +3827.259807041557 +3641.878506707923 +3759.4060818011176 +3045.6675510593764 +2333.7561745872026 +1412.262884697366 +1108.7209239622034 +1209.974490962372 +1263.2803566912753 +1564.0302546964265 +2002.646350990758 +2051.5611553913013 +2510.8184878466436 +2980.060211052017 +3136.967800489596 +3734.0116354614393 +3945.718702580479 +3792.6545563647733 +3771.6887964913312 +3558.20236400835 +3450.692844641257 +3673.8007209296243 +3806.3010102827157 +3689.037548447474 +3598.704074254021 +3576.1878615503306 +3515.7625992013723 +2821.4327744726456 +2230.1245589635473 +1238.9407735552704 +1154.9894569824517 +1170.9950755831949 +1077.5892167961217 +1225.7834564313046 +1309.5064379005817 +1466.5203982965184 +3114.064366938223 +3685.1823198918564 +3985.9987920028675 +4407.222019893877 +4562.07743087502 +4260.301241642749 +4355.153846883575 +4167.589560959045 +4090.724176156422 +4392.296510193961 +4235.343597220563 +4007.1190145728656 +3852.0521275927663 +3894.51522285133 +3802.273506261972 +2997.5119457812316 +2327.849549084912 +1354.262084485216 +1133.2257299825364 +1081.3327089490567 +895.510742261269 +1148.5518644768747 +1398.6409882790083 +1562.4882497703238 +2492.6609999999996 +3326.303156815781 +3865.5542952132428 +4338.4734701506795 +4503.85178657154 +4211.7591674786645 +4306.384875497974 +4091.467545120247 +3997.897234968093 +4258.463217622679 +4112.578069574792 +3819.3506359499424 +3679.59333319807 +3580.994642786004 +3329.865985772656 +2585.704685643623 +1897.3264856216963 +1256.6714948489962 +817.287985789076 +866.7702501599 +878.0553401246771 +1031.7093355831134 +1398.641410632575 +1556.0875022343969 +2558.8798866059406 +3468.691345926855 +3860.3537526355726 +4326.2950176694085 +4483.467355273026 +4190.8807156898365 +4310.169177878993 +4095.9037311269626 +3997.1336329774076 +4267.074555747342 +4123.171351053931 +3817.311409472894 +3674.0196697844226 +3531.806319176135 +3367.830525532781 +2545.4664944708397 +1677.8798127920186 +1044.7500454749777 +856.4075883638794 +875.9636949268477 +821.6079007783096 +1148.9970443406617 +1398.6408964922832 +1560.4231934037748 +2397.775145404426 +3394.288469924977 +3968.476820382904 +4380.892319695473 +4590.703357559079 +4300.998491181141 +4388.262922939892 +4187.778322435913 +4088.1046519558995 +4341.301019705508 +4173.675101178622 +3867.025434431437 +3708.0993655519865 +3757.088857227556 +3638.8681276925468 +2591.0517181966293 +1844.987268954346 +1256.0230129686106 +859.0013789663403 +878.9981476936125 +889.4462464010941 +1120.7756192704217 +1398.6924438892117 +1557.191094896337 +2495.3558451152885 +3663.9479378073174 +4008.241703400692 +4451.608857693417 +4633.296260281118 +4357.047180002944 +4406.614579637694 +4225.714017136395 +4119.264198444042 +4393.0241397483 +4225.776382284286 +3924.063174944738 +3800.1708891419094 +3974.130590009005 +3711.2054934271982 +2967.2724619664255 +2209.401298444811 +1314.9704794349316 +1088.0497878733881 +1135.7508479847638 +1046.2437502679693 +1274.0442420442923 +1343.6745640708523 +1620.465276935049 +2540.3218825876866 +3180.5398105748227 +3795.230965147723 +4138.526795994464 +4183.8114877866765 +3934.6958235046823 +3883.6400145140233 +3714.8684721336776 +3661.9646015362055 +3788.2289092757524 +4097.12223298578 +3930.8339531307706 +3804.5191221748787 +3749.1679674429897 +3667.7569015059516 +3028.681623317372 +2391.5446297616622 +1418.0653949615685 +1108.7046338983414 +1132.5257532140608 +1115.5373342467772 +1520.9758121529303 +1911.8317021467808 +2053.301370534157 +2334.255627914304 +2960.2598145936386 +3215.8361517411963 +3860.186754548211 +4111.305128229379 +3820.9967970081716 +3863.1214438828347 +3597.360336296128 +3608.0145148017186 +3739.942616672623 +3877.309364831439 +3778.803315516857 +3632.8956850160453 +3829.536214893513 +3650.4722715777198 +2916.289385082363 +2438.2519022955585 +1494.2515374915934 +1332.7540662168685 +1436.081063339675 +1245.7415971977423 +1412.2919349740246 +1398.6410436915328 +1563.095553441759 +3365.8544094508006 +3938.018077986749 +4145.876049566008 +4629.24360839464 +4834.004708108074 +4599.007923055917 +4599.839435021049 +4389.354058186315 +4245.854776602071 +4517.588703805159 +4401.697106197705 +4058.6605591668213 +3959.651344739504 +4178.497154369297 +3949.012196733069 +3150.081109993855 +2489.6414821900335 +1592.9119084985366 +1280.7974705168892 +1337.7818599820328 +1296.9494838731869 +1678.983965828099 +1398.015384034638 +1563.278024616196 +3371.7499997890445 +3795.089707579978 +4012.8806048722413 +4465.3380319769485 +4696.227698683287 +4351.468809627748 +4421.740308768966 +4206.394707804127 +4125.1693163934415 +4398.796013978109 +4242.200000963906 +3926.3590080558242 +3773.842998779077 +3981.5577372648177 +3765.688615004455 +3012.046381212929 +2320.83309306729 +1376.1405276112228 +1090.334929314802 +1122.7511399427206 +1060.716252454142 +1363.0869634144465 +1398.640548892264 +1562.3208995198543 +3042.8822469528423 +3769.2510647475947 +4058.361849218657 +4555.939187059753 +4768.617290728769 +4415.529633947929 +4490.793216518208 +4277.868156791859 +4181.5516461750885 +4454.381640871953 +4264.903031527815 +3970.7760943060007 +3825.2172328190495 +4053.6862561666976 +3796.2705029127255 +2977.646962611041 +2221.6479956684043 +1362.5234453912235 +1125.0158313546208 +1138.3301465177603 +1045.5797964579965 +1298.4405464772394 +1397.5537308842538 +1561.1320161128422 +3214.398022343639 +3791.1411744305165 +4232.4604852355005 +4676.99437882173 +4877.31774029072 +4705.847881199948 +4603.380578791517 +4409.259779885665 +4275.997184812244 +4512.98168512785 +4331.5500829464845 +4092.4726262036565 +3904.7889769428675 +4062.8953202649022 +3901.6696694724337 +3159.4648024226185 +2738.943551395938 +1914.5583000680465 +1596.0532185339878 +1424.6279473712366 +1235.6692338000303 +1468.5969034823322 +1398.6402192035362 +1562.0893153074544 +2973.53929872065 +3606.2851229351345 +3948.302325573417 +4344.949226430214 +4562.953464409285 +4255.109079845078 +4327.146760763602 +4148.600464327932 +4089.4987195339922 +4340.303771562763 +4143.838797038087 +3846.680434168762 +3669.480265352327 +3753.5488418041887 +3506.965886516864 +2626.1104464548803 +1842.6876754357756 +1241.676305906947 +911.32841536738 +920.2945647077463 +971.8220835022177 +1079.0032275684423 +1343.776008920479 +1620.9185908470383 +2063.7540615504736 +2741.0716084706683 +3454.5487856020736 +4035.147628132313 +4067.10910935096 +3869.393505336789 +3818.2960960595224 +3624.7440914464664 +3652.9682282810522 +3787.895438842167 +4033.7940722868816 +3860.1794888051686 +3599.984180156896 +3231.1573655021252 +3049.6125005544186 +2312.377457825873 +1701.3421026467524 +1193.8811323912887 +982.5367705509464 +921.013314995666 +971.2942140095693 +1175.7692870873082 +1648.2889634744738 +1900.4782211334789 +2111.0443041918534 +2808.6864167380054 +3180.2955180815197 +3889.7877412004577 +4241.071835829642 +4027.909865907505 +4109.927010442053 +3890.485452030214 +3878.3757664740147 +4055.9469387680047 +4033.4665459579437 +3899.838014277757 +3777.41341159048 +3995.3182613675535 +3923.6247848725975 +3215.752053954246 +2597.5935037493246 +1628.3774212199567 +1747.8980128945466 +1782.7958616272101 +1907.8061359761186 +1946.2757524635142 +1398.6411804758382 +1562.9535440029101 +3772.4485902351757 +4153.436105856605 +4307.596241057142 +4914.964004019208 +4888.614281598491 +4628.538900302483 +4600.903987434169 +4533.170577927229 +4392.527859061433 +4567.101602504068 +4464.774178953879 +4163.304578764158 +4081.426554079295 +4261.878348124456 +4017.8405112368896 +3310.7295403049293 +2760.565544346559 +1792.7642110171787 +1590.5401955582465 +1509.227577534356 +1519.739440125352 +1976.482301504347 +1398.6921366038005 +1562.7255937460939 +3665.234099467859 +4302.653060101907 +4424.41823790446 +4823.426276641581 +4961.147721461635 +4672.471786000456 +4799.952557916764 +4530.969993455112 +4386.495159258889 +4533.084304449031 +4237.430641918997 +3845.7853365488027 +3745.5172556633675 +3907.161139179258 +3768.769299227419 +3027.4574515010595 +2386.482942568137 +1405.5337878942237 +1116.4482071653733 +1141.173835170403 +1041.8898819039978 +1344.2153481668909 +1398.3573514382422 +1563.190341556878 +2677.938986884907 +3632.9049267355217 +3954.6831477050823 +4409.362423263297 +4570.359445138089 +4265.604034158509 +4334.816226271732 +4176.090330412105 +4104.259639436522 +4347.197366579784 +4179.267569870668 +3858.669932838951 +3775.071628096619 +3948.187414948107 +3627.9473778947836 +2850.529061167283 +2051.607798874255 +1327.855128047585 +1065.8444405975551 +877.4411893096694 +828.8643795056746 +1216.11582492191 +1398.6924793911176 +1561.079263680506 +2433.854527471241 +3562.600468244675 +4021.9803684614094 +4470.163262377456 +4644.990361242772 +4319.49075951059 +4402.001959837295 +4231.1481460887935 +4150.427691194088 +4416.23824282967 +4211.931581301003 +3866.412995964102 +3715.9261288476287 +3863.8547064319037 +3651.877299490186 +2746.5560842852924 +2077.0864978769637 +1321.6948878819278 +1105.7797211636196 +1137.3372574019033 +1043.0753636661086 +1271.3602735860823 +1398.6920075145727 +1562.7119194026914 +3054.6257728808814 +3795.6620580153462 +4108.50214966674 +4567.284433126009 +4803.1901521501 +4553.615298566045 +4620.5552166221205 +4448.010770026583 +4351.564308441962 +4583.15424126551 +4393.804261610787 +4087.0582382265497 +3919.4299692245027 +4055.469830877235 +3814.8816531948814 +3082.0602298075996 +2460.7165280991426 +1489.5703276183626 +1167.1896706478342 +1222.6285884194235 +1306.3572347377458 +1688.7123884348425 +1344.508115896873 +1622.3166786325548 +2661.141175769651 +3176.432363529452 +3668.3341656373814 +4025.376904070492 +4072.959159533727 +3887.2122626525284 +3815.3822118994613 +3626.3465418615583 +3564.6444080536326 +3726.4142256317205 +3995.827397901877 +3740.779598255703 +3616.8016950345677 +3511.8595592570473 +3322.909730796422 +2711.6006369686406 +2103.4194403868187 +1323.5546756322694 +1032.5967090111117 +1060.9291349130212 +947.0292993939396 +1128.5356147121947 +1431.098207369248 +1969.9964490478228 +1887.2608674509854 +2432.236856113188 +2917.42323712976 +3706.9041191003666 +3929.30444604034 +3622.8932624628137 +3728.710328726041 +3505.593616741402 +3401.4941173309066 +3538.7304869810955 +3656.241195097519 +3403.5996101509577 +3199.0616239347037 +3419.0912464780063 +3178.5791392586093 +2415.9472882868527 +1929.3462078816788 +1229.5394312262865 +979.2126922517639 +1016.0168524535076 +1043.052765154413 +1190.7887925297855 +1398.6414981585083 +1749.3280067100677 +2562.8631658780564 +3211.108612228767 +3578.3777639365176 +4041.0534630029465 +4200.922485521834 +4045.379154943733 +4218.90984818579 +3909.5800249975873 +3918.2365629366413 +4176.659863801063 +4042.1357591653746 +3639.5252244327644 +3499.3321452328405 +3490.5709484531108 +3300.1629189781725 +2435.3519127684795 +1673.9586457008425 +1221.5303420524956 +818.8863605184806 +893.4545079381927 +925.4765384021767 +1196.3299861876394 +1398.6918848403432 +1749.0313980486287 +2485.717956146069 +3224.8970154567814 +3671.936515884409 +4235.192131863376 +4478.095298604155 +4172.1168469736085 +4232.370661714684 +4069.1676036858057 +3980.7732832773245 +4242.757560402204 +4099.809510099684 +3739.153984508052 +3556.184959269724 +3546.8793327756307 +3363.3641499261244 +2453.502353993146 +1610.164132195939 +1071.1779469718574 +879.985387991012 +876.890986698011 +838.5515636131485 +1094.987017694707 +1397.466033533346 +1749.5756387466479 +2415.6495107593564 +3203.0534390859225 +3733.9289489717057 +4305.269298342823 +4490.432519494073 +4212.978148395474 +4272.378052985115 +4080.779436717593 +3965.547058255625 +4230.161148280247 +4098.1128104161535 +3756.537615314777 +3692.9288985822814 +3788.7926703201238 +3383.244922028567 +2497.85304995429 +1891.8911111731707 +1264.6310210100069 +1075.2573602508355 +1103.1155339839947 +1046.859071169133 +1259.0346068598935 +1398.6416024257187 +1749.250544171 +2512.580586978661 +2994.133058479137 +3356.3840330792264 +3906.924840271995 +4516.550768811726 +4332.027200286197 +4421.35827792523 +4209.925373648261 +4143.549350212644 +4433.210444992838 +4238.339447214758 +3941.1596247081957 +3723.4239827678543 +3953.4452335859373 +3819.6676245323765 +3079.70912004663 +2418.7813024218426 +1516.2983059026124 +1286.5172047318426 +1283.2790931720967 +1203.250192361581 +1713.5994537151594 +1424.2462375153932 +1749.3649048374064 +3344.491552744478 +3883.220060049748 +4144.157962919249 +4591.096045411492 +4765.863794422212 +4486.353935954301 +4604.275769870157 +4415.0111072444315 +4262.492038828204 +4511.265235769816 +4322.200462641203 +4000.873179348651 +3925.387960898901 +4025.0531093800596 +3898.754351133379 +3135.5133199401084 +2464.8322071081893 +1529.9561528906802 +1275.8656327257643 +1292.508302604447 +1245.57151228819 +1774.0522481211578 +1344.6801969785174 +1808.7643288115232 +2950.0106610897014 +3385.0475917241533 +3961.646372038411 +4272.800077604728 +4389.658121294813 +4133.790543426707 +4069.7986402543725 +3877.9709085583145 +3879.788888650821 +3828.7481782169384 +4297.471836394824 +4140.547979436315 +3962.220755280851 +3740.224352106324 +3692.6283185311227 +3111.8147120774615 +2506.4091873227453 +1670.3066230167062 +1231.1088986045531 +1213.7967875112 +1110.5273592177507 +1340.6692133749011 +1872.1984469021381 +2213.05273854418 +2334.06978935842 +2862.5863925878084 +3132.994797138687 +3807.3479865284085 +4022.2178693957403 +3792.732048395597 +3859.7574941168436 +3631.2290817838452 +3609.7732086542974 +3776.3785561935397 +3886.628551958676 +3740.0551184212613 +3563.841053981319 +3701.79668710002 +3637.6818384685134 +2857.344284635994 +2363.0683493375186 +1620.5949412265559 +1336.0641401971677 +1343.9692141487342 +1371.4858130065065 +1670.0080303068053 +1397.6405798495182 +1749.5500475439826 +3261.96249035156 +3790.059008676266 +4061.87009175098 +4512.491895554576 +4732.7209801068675 +4520.4401689185015 +4600.895764973913 +4331.522590202885 +4265.523266986007 +4527.624842509222 +4287.653910076035 +4027.4308418676346 +3945.261546995447 +4136.673475116345 +3940.8897363440337 +3039.9284833728816 +2410.198454787802 +1324.4874336576097 +1050.6512315812136 +1036.0427496178772 +1051.313662239689 +1262.5186872178626 +1398.640219759856 +1749.2677831684853 +2436.6635884259467 +3243.425476233513 +3535.491201925409 +4171.830948697837 +4269.323908626125 +4202.39974155151 +4267.095735286492 +4057.333256104409 +3962.2940477499183 +4285.465876063092 +4197.471848313103 +3953.4875856096664 +3797.488538273296 +4010.040751228009 +3835.177737275965 +3088.085405651567 +2415.758356579012 +1492.2028614629307 +1287.9674915586559 +1307.29171881758 +1229.1435545661411 +1751.2720992287911 +1398.6417111151675 +1749.3713012571618 +3322.537144184758 +3794.0333242302136 +4011.333813354984 +4353.130934677497 +4518.115711918352 +4208.48003145757 +4311.786864062852 +4171.2451189873655 +4106.658293941396 +4192.836842474096 +3423.3211782731714 +2845.377737973149 +2667.1234173658204 +3125.6217661381816 +3000.2171502019173 +2170.3489608210807 +1440.3070054598268 +1089.9664251146157 +831.9941631590675 +887.6950234355946 +850.6150797681491 +1109.8132270722065 +1398.641792945526 +1749.318034615711 +2532.6397739694694 +2821.5663704551202 +3115.4588671665724 +3507.51269738237 +3669.0903211432237 +3506.9655612392794 +3660.4670475594958 +3540.8699853583653 +3444.7151752045015 +3705.4057723275587 +3465.0458506270943 +3021.0230377195535 +2667.1898627208393 +3000.5197421868024 +2785.6342273376736 +2123.740992995517 +1563.2855412656875 +895.4833568561252 +551.4432944554944 +712.8669403722698 +660.854008351131 +970.5565707159277 +1131.290804524422 +1481.9733632741018 +2096.166044581206 +2546.7572411425754 +2821.5844797969357 +3458.101835436065 +3690.2031649721735 +3380.784444237172 +3582.9664828682585 +3381.626849751799 +3361.5614150205556 +3687.614709020898 +3394.5632841865354 +2889.3194938197676 +2665.2455824850617 +2803.383709007907 +2519.2149154196672 +2014.2860400612167 +1316.7356821455041 +720.7557413018203 +511.42698524860833 +561.5900543289249 +509.1606698235382 +844.9110608628921 +1077.420630881364 +1541.1045796641401 +1759.850718730021 +1913.6283567606513 +2546.113789259995 +3082.3784983134647 +3200.734548833068 +2835.0920738634445 +3002.833978962946 +2813.8985922166567 +2650.097784624019 +3004.6022113221434 +3175.4230174376567 +2939.3856748765043 +2608.57600691255 +2785.9024298511463 +2616.6222460551485 +2014.574603204913 +1419.2808459570049 +734.9981204095969 +502.41284455890565 +557.6351633705286 +501.7637367429954 +694.6626503300348 +1146.172562899315 +1549.5322298310439 +1709.8351322414567 +2220.473243215737 +2049.9064132354683 +3008.191568709118 +3351.3678653676575 +2947.2433568991064 +3108.665578446525 +2801.7937447171216 +2791.7952922650893 +2888.6100069960326 +3065.010108107235 +2755.1278379954297 +2493.4226165141854 +2551.0201359562943 +2453.1808587872074 +1585.0708310046107 +1310.9042783170637 +720.5025242409733 +528.011813904312 +584.5920849601056 +522.0824047762945 +772.6391919392618 +1131.2385203422814 +1481.9545230048493 +2267.534477343259 +2554.9214464182824 +3019.5081279286296 +3556.356136749297 +3860.752729419546 +3559.0256374688697 +3677.251583709321 +3278.6879086075287 +3331.8540536183314 +3518.235471022738 +3376.80689984831 +2885.8006098579444 +2526.011938092967 +2880.7209123420075 +2709.2156145086474 +1992.2182608861024 +1402.6330223852442 +721.2140099345908 +530.6417278338721 +588.4207628349861 +530.0055096454219 +789.5999554541157 +1131.2385855075236 +1481.906563056825 +2243.250296164296 +2701.2926788909926 +2801.825289135176 +3492.0878205268377 +3735.504859043742 +3480.7899938852506 +3688.736717598739 +3429.1794377477327 +3405.5706574036453 +3751.4951241725385 +3510.7796444588926 +3011.8759874920966 +2674.575269355548 +2571.3239022888047 +2738.718650179917 +2053.0159795130267 +1424.52897262876 +726.7856502615396 +533.8286576861652 +588.8212531498508 +532.4724674293255 +820.5459101413218 +1131.2378924161821 +1481.9061218458992 +2222.488369772594 +2750.3128801953576 +2804.692535104059 +3414.985304636683 +3785.5841942139455 +3615.252609661271 +3545.1060152034765 +3145.152199733149 +3048.1541075388395 +3382.0800049603217 +3199.0503647156306 +2883.989036998159 +2718.7624367522717 +2795.3445328821967 +2616.845141295602 +1902.4225484959277 +1283.2698860314413 +897.8041578197601 +669.4087472193254 +724.9169615116174 +577.0619748113129 +770.9612694126852 +1131.2395038069399 +1481.8548787515672 +2055.7977881190695 +2513.6668578810777 +2880.1666625419534 +3484.7558010057364 +3726.556456339977 +3486.0061682308788 +3884.525130845451 +3563.7984538743794 +3551.014178429609 +3837.088362883006 +3705.0056496707803 +3259.6720729088897 +3086.227442323781 +3232.7946992096454 +3043.845181989961 +2337.57881379765 +1544.5892520081823 +859.3862494787235 +710.3557379272545 +757.0227633807557 +685.4427552167841 +953.6996672851124 +1131.2909993224955 +1481.6762637986976 +2516.614915319834 +3122.9504144370585 +3572.7499221268067 +4025.849293412077 +4197.870816123163 +3912.9545026268042 +3928.021237695076 +3775.9577163781614 +3680.434721278838 +3932.159540300468 +3783.061484393663 +3391.012717587418 +3303.521873216105 +3493.5793855379743 +3379.137972905833 +2703.2674707105148 +1756.9183673546493 +963.7171371234547 +706.2415654357166 +762.4828800421154 +674.6421160704531 +899.1510001067079 +1077.420881959806 +1541.0810635658115 +1815.7173262019728 +2452.0001440585575 +3019.6527847052516 +3625.3109029651787 +3669.6780585060123 +3502.983170475901 +3393.5492666498762 +3284.6792045488996 +3107.904687791587 +3260.029314145155 +3462.2181901562412 +3061.371937162343 +2798.458142692754 +2565.4482958019444 +2291.127653122386 +1840.5720693711942 +1135.0789144305397 +760.2784447100609 +502.9177132099508 +558.8632791239152 +547.0958344833247 +696.4436497880732 +1145.263575661022 +1551.1661426428418 +1688.8162281648163 +1937.5523611414014 +1921.5193775404714 +2698.9382541269797 +2995.285918786479 +2766.557950952965 +2846.9015358823735 +2627.023827991581 +2584.7677775705006 +2830.5574648678426 +2745.7350749432353 +2634.923291712651 +2340.584122789289 +2769.0319088849837 +2531.3170487891693 +1865.920028499388 +1360.3161549631138 +721.0287979750923 +531.9716435355704 +583.7778666563621 +527.8822646999997 +728.5778387183918 +1131.290987629798 +1481.4219843288956 +2234.598640081274 +2533.3227071944775 +2613.9599315900964 +3150.759865661194 +3415.456678314773 +3132.763505506734 +3433.305161401003 +3244.736900598118 +3226.5564055014297 +3457.2865461378797 +3377.1541160093393 +2943.7731490802703 +2792.74775267436 +2748.069016405881 +2571.352711575511 +1755.9040690908205 +1290.9015640986045 +739.4425959701745 +533.3021320830467 +588.3002364500389 +532.2569531431938 +775.9633897107876 +1131.289026836498 +1481.8206111210388 +2275.305948037 +2510.4574586668464 +3210.171998272869 +3714.535201231771 +4090.081268023226 +3768.710676959871 +3908.9832148528617 +3709.8899189176345 +3637.3386658998616 +3873.845742160078 +3602.099031985477 +3276.0343095780304 +3374.821062652933 +3308.227273521472 +3133.1623700305277 +2159.5853537673024 +1603.425408216216 +934.8480052534782 +707.2912757793994 +758.7918588799351 +705.4590883293228 +990.5532461332808 +1130.3338716675087 +1482.767609151658 +2903.6714703800862 +3365.0980229352986 +3605.408957054727 +4032.5379691699627 +4238.174331378904 +3962.988736464089 +4007.4436747437308 +3860.116498501302 +3759.1109009012143 +4015.4631991868127 +3867.7995402873134 +3566.757947752781 +3666.202607785211 +3674.4429085628444 +3484.9945890321387 +2761.367703670303 +2149.175557083192 +1079.7609113798583 +841.767137837573 +922.6956289225118 +859.4194032799854 +1186.410333055119 +1131.2397702148983 +1481.9569270756901 +3013.947919682775 +3474.3750701393883 +3693.2235741995582 +4188.554688577171 +4343.3949928748225 +4042.2207630209627 +4141.385399645891 +3874.1549531290266 +3803.6552309478157 +4094.334973577037 +3924.588981892139 +3618.748943057072 +3642.6029775757065 +3626.8352862386682 +3427.9520632816384 +2707.535174388907 +2090.7467680420186 +1009.1080494403586 +774.0853036112488 +827.2839556937739 +738.4693579131174 +1078.8096819026102 +1131.290865673495 +1481.845783669371 +2884.6427151086637 +3359.5739492160906 +3634.8915830550104 +4205.2931532701605 +4405.225043332537 +4189.869890074515 +4207.38218512317 +4028.756014419021 +3862.1230392596217 +4065.2193082096023 +3917.882882429093 +3673.855543425645 +3813.448214547318 +3836.736569641047 +3646.767183366887 +2868.9076184486435 +2266.602500296452 +1086.6950309173117 +878.6319323423247 +931.4190249080813 +853.6457829656124 +1220.6407445079622 +1077.1789205082396 +1541.215115624097 +2564.607233710819 +2916.8569343712065 +3419.449287282427 +3752.1595257453923 +3880.5479550292575 +3666.1231549399604 +3618.984853571764 +3423.5672256821163 +3373.000260631577 +3527.971011440822 +3802.8126970908847 +3608.537393925332 +3692.192277570028 +3420.563030169911 +3381.6424580866114 +2751.1978307088348 +2176.3070130735478 +1003.7157516329985 +787.8688464863935 +751.6927647064351 +779.2599063820232 +1230.3766934872701 +1803.9753050559675 +1965.4455718094907 +2446.918000397128 +2866.1559017286027 +2908.9232067650864 +3546.9221173513065 +3783.396858146789 +3479.8513531181165 +3509.7847086913316 +3265.447858278612 +3198.410932842569 +3351.3010173357925 +3468.3280045122515 +3307.1009734875656 +3358.5279404665057 +2981.7817383455435 +2620.229372530373 +1794.8880395667466 +1289.854638274121 +720.4457265465714 +573.085106928981 +587.2018608808568 +529.6904896332364 +728.4839853655358 +1131.2385725557056 +1482.061289409745 +2211.351064336376 +2553.260620832888 +2865.971207995794 +3409.6878974714373 +3579.765264605283 +3478.5250158472245 +3618.3117447025456 +3272.442899394952 +3178.283405295837 +3509.2365388735925 +3438.784909647118 +3050.7955992927323 +3170.9380563788754 +3060.1133201378993 +2684.1525390413476 +1854.1309923197045 +1206.6694553504472 +724.3312739571245 +532.7760197903583 +588.5763018158007 +532.8914177023421 +731.8808685088868 +1131.2904457408367 +1481.7334453898695 +2242.4269781853773 +2451.260111997154 +2853.5811967071413 +3468.806213139585 +3728.1906294126156 +3557.5282425920154 +3687.4229334689853 +3564.4240759479085 +3584.478104468024 +3745.9822033882488 +3447.596587742265 +3009.871550403307 +3114.361997512868 +3117.87957013749 +2819.4131530768423 +1910.9990529989093 +1198.518340534935 +722.2665228600605 +532.761151931907 +633.1986142239292 +532.7468193180355 +815.1547793209372 +1131.2388854483177 +1482.0293503318771 +2275.865150252487 +2511.3113986715234 +3154.1082925166274 +3837.9635356348813 +4177.377282966682 +3881.234254080212 +3932.2921453592085 +3740.1169404957495 +3645.5035912954495 +3913.372179090288 +3790.319782982616 +3414.814216356877 +3280.994532888902 +3193.4145534352674 +2829.2546677993664 +1968.487515964127 +1291.1952518484316 +724.2519797826112 +533.2243095960212 +588.6388216468494 +532.1532735003971 +815.5916462919463 +1131.2908855418214 +1481.8676543300815 +2124.1473723734703 +2639.950504550122 +3302.2894518360195 +4016.306988363188 +4200.040681436609 +3909.7271679178316 +3964.520346696285 +3791.4111088587174 +3700.692534730481 +3984.3385565447015 +3849.1697104643813 +3515.642008959852 +3528.891603602233 +3597.3600703069355 +3127.307136353558 +2186.8228248638957 +1497.9502091214067 +747.3259015554602 +580.9040184046853 +588.7082864954314 +532.2011277945404 +776.041977554578 +1131.2385397603634 +1481.9254706347956 +2132.8621026387987 +2567.981927520143 +3022.3846202231834 +3771.5313307643655 +4193.562026647074 +3881.683155507135 +3937.568048383903 +3746.064648727116 +3651.870457222549 +3921.1096868816885 +3775.535934176349 +3384.4297032253266 +3209.742307611185 +3088.0767781114023 +2725.823784652096 +1965.201294847412 +1198.7572885748805 +891.9467093539084 +504.60247015468775 +560.2212838824034 +505.4496125534268 +707.6449687363588 +1076.544719917762 +1541.2936332135855 +1742.5728850837993 +1940.4781054081275 +2501.446801453014 +2893.434965275176 +2932.272951549731 +2955.272037858266 +2872.2875776740707 +2596.829776622307 +2692.0172736112827 +2719.442979768823 +2928.781475259407 +2769.9860444539477 +2851.953023120025 +2616.259672480003 +2564.3762603459704 +1922.96520974349 +1407.5925317667702 +889.4460791078255 +681.712553056569 +695.6314493051019 +620.7719721531608 +896.2579350755042 +1286.9680631083213 +1604.6577280316483 +1577.6673875148329 +2054.080883832306 +2377.587252978116 +3071.1776418662535 +3252.5346961215514 +3255.2041156024343 +3052.186519325687 +2910.0538714355735 +2879.0047890865394 +2884.2151120010553 +3055.4304711798186 +2869.1661770387054 +2863.7711701502494 +2894.419976013719 +2609.374348668615 +1921.2272726088263 +1439.741476348631 +746.7971764588646 +528.5165062141815 +584.7332919287882 +532.0864170351861 +728.6772462531043 +1130.9082672582265 +1481.9496806418101 +2193.1154735190808 +2556.3508757465875 +3440.8421504084563 +4043.977826662225 +4231.406285614131 +3977.9072568203305 +4078.45918587836 +3865.619721658857 +3801.9947948086806 +4077.776944662824 +3941.163659769266 +3617.0682117863485 +3660.4800562482396 +3636.9212627463075 +3428.842693135624 +2711.6275628687886 +1561.5790307165005 +835.0079752840624 +668.5962894653703 +724.1362782297385 +668.7947619121346 +907.817214859166 +1131.2396586247032 +1481.8945035950044 +2121.2639332266504 +2649.1723278931895 +2962.9801314248066 +3586.8590477784096 +4158.741400240876 +3851.627555595168 +3920.3463880885415 +3712.4786177560195 +3621.475822731456 +3877.466135001263 +3606.243934300502 +3174.9100413847045 +3155.572427868073 +3104.866985345548 +2978.279232496847 +2303.319503657931 +1684.6657589718393 +838.1380734234172 +668.2451268315056 +725.6657887286268 +670.5427561564856 +907.4242070666295 +1131.2384773268857 +1482.1074443229259 +2125.277233184506 +2579.6236184891695 +2869.071041660464 +3633.983769485757 +3809.656418569449 +3797.5378114710443 +3910.147432136917 +3668.8893235110118 +3484.671865376199 +3602.749085526448 +2941.0961591375876 +2503.884274144597 +2920.0060988241426 +3032.759785511583 +2812.283819840575 +1828.1602711708906 +1379.2211192358686 +726.4481642238597 +532.3332609429069 +588.35394154503 +533.3582917957593 +796.8943640748982 +1130.5941393741305 +1481.99412761032 +2175.7938439528593 +2636.9417063317273 +2804.081143009265 +3196.9341374820706 +3529.945788010786 +3023.839583358083 +3136.1418502087686 +2997.4169078020072 +2943.751445168261 +3271.0036605991636 +3235.153768802609 +2881.154996549556 +2987.333947058455 +2965.034014817456 +2728.7184908568215 +1974.3924020480745 +1346.8174171677617 +737.4042821493958 +621.2775515612349 +588.1262586724399 +533.085952831402 +938.8650631021928 +1130.7379096926322 +1482.451615355654 +2304.2526975094283 +2759.6558280051972 +2897.9800711959374 +3176.6378501819927 +3402.6313597935396 +2848.373568469029 +3403.1047587932308 +2872.288817725058 +2818.729367162752 +3235.5510175656973 +2746.5850784315094 +2816.614618982311 +2984.1467158642477 +2904.816407494988 +2626.0471078325504 +2034.4905297837956 +1421.9058368245965 +714.7404935722097 +505.9479759510897 +560.7738211290134 +504.5531916828468 +860.1456086655362 +1077.4195673474615 +1541.4184827515671 +1813.744324237679 +2231.0327802118577 +2624.4412711820833 +3002.6164206967264 +2846.951790106003 +2801.492612911197 +2779.6272371651307 +2551.1352179061573 +2489.8551536416585 +2631.3316582423217 +2908.973932640002 +2768.0069805306352 +2854.9983974553934 +2556.722079691031 +2286.202518934711 +1643.3400641753494 +1057.6208764004325 +829.7870647222771 +591.3112157271046 +643.2689663538093 +594.1817751130743 +897.3879191722223 +1199.3955155053227 +1678.0902984863878 +1570.1523470566124 +2073.5823991233087 +2074.8449698920344 +2859.5012478799167 +3110.336885698997 +2676.730445449824 +2755.616646846468 +2426.4561620540626 +2290.111558016409 +2606.190068109361 +2677.1441116406986 +2505.500887748738 +2800.7584360217347 +2923.434189298091 +2505.756419982029 +1671.3320654741176 +1159.7422239783614 +856.490567065592 +624.993266377958 +680.868113215953 +625.7802550264504 +948.0081620657669 +1220.3141020169355 +1571.1615818116493 +2387.1946047319743 +2900.985620152335 +3026.8500909686245 +3426.934377865987 +3490.332966588083 +2939.6466192774183 +3236.7267530663503 +3014.664555879511 +3052.78114767575 +3184.235871107008 +3018.6736400750524 +2931.970332444618 +3060.3449357610166 +3128.96381746902 +2872.3184245304983 +2137.417550999717 +1477.1870377462205 +827.9182863443397 +626.7749892507953 +679.8872749539927 +634.6947581521955 +984.0704927555025 +1219.1971696619644 +1571.4766623852522 +2285.9617877303117 +2805.0391559988743 +3077.88378631613 +3262.6682141166225 +3550.63951846381 +3399.6948266668596 +3598.798916210967 +3538.5289932542205 +3441.8643561458425 +3558.27184463275 +3351.2506561657083 +3114.349989776635 +3085.566621211531 +3093.3944180011536 +2845.541284813916 +2120.04722694356 +1497.5785074023051 +998.3693495181798 +772.1163562601006 +676.848081996772 +625.2284328033447 +863.859223416288 +1220.372249092164 +1571.0769228243919 +2150.2204837166073 +2649.614289098468 +2875.529016146963 +3222.658192840637 +3719.628994562656 +3292.87820930565 +3317.55152743753 +2840.544611288176 +3093.083808374511 +3191.385813471971 +3099.187467737022 +2970.7099457548757 +2968.324148204527 +3025.781583323776 +2890.673818897023 +1945.5197867578584 +1293.7320390992168 +844.8965758276953 +629.9916425628413 +682.1940465706667 +639.4585212136295 +917.7545273983892 +1220.3732544806523 +1571.1343760532025 +2426.635742970562 +2872.4593133763615 +2990.820608925672 +3465.2065333460855 +3779.050891720165 +3474.814424460811 +3606.334738556413 +3546.5773112491456 +3449.6838354115807 +3713.06503197541 +3491.9151215894326 +3120.3647493257686 +3080.1071925373703 +3005.093946769631 +2846.248348766942 +2132.9516763618467 +1227.4825715818345 +837.208771607726 +630.5657209832042 +681.7522671800735 +639.4931220382343 +943.5886397675577 +1219.652106741652 +1571.3633420172082 +2427.211365366575 +2680.185432077703 +2869.0253609660685 +3314.1482332686314 +3328.806265721451 +3238.9906397326836 +3443.627232053575 +3165.751292315517 +2906.9634244000035 +3244.6471845851665 +3219.7395322981024 +2930.730099266725 +3003.6658453043483 +3077.625727467586 +2861.8243819634963 +2177.6011310738454 +1520.8216421614454 +817.742443226117 +599.519608001776 +832.2028419168242 +607.9292680924766 +920.5677768234776 +1166.5546539156874 +1630.4759062083986 +1894.3084471900613 +2282.5474449390204 +2793.7316760990825 +3128.1181498973556 +3310.4920243930546 +2964.0095439322827 +2966.379886876999 +2632.613834217838 +2644.491915686453 +2826.296255292301 +3087.9535013482955 +2926.723732153223 +3055.8075991508535 +2778.156376637582 +2695.5649602294434 +2035.3515163795973 +1299.6465926165815 +833.5081656140792 +595.8747720156996 +785.1191698243291 +674.5143715011691 +1020.4189767062767 +1431.5574875658915 +1922.6082465965344 +1572.940592350292 +2063.8675014294736 +2151.784666498826 +2820.8864465845318 +3050.953391389169 +2737.4892628435623 +2765.2760597817432 +2548.783932288876 +2500.080590848561 +2683.188179428077 +2765.342087545887 +2658.9457620436224 +2709.7144413788315 +2737.625006519937 +2433.898957352579 +1675.8379687641238 +1169.9047236576582 +814.9308327930548 +619.7038535493438 +763.7377561893951 +627.0829788554263 +1049.9767844574924 +1220.3733620268406 +1571.1875558440324 +2084.777512306757 +2604.9593575111503 +2990.2218396443195 +3421.0934187167536 +3595.8574021638437 +3311.2457381913805 +3223.321945284762 +2932.542272085201 +2822.1530367214564 +3159.2674538893148 +3230.360315636189 +2935.5095743739494 +2933.9627405165133 +3069.2292121426167 +2866.0986558184013 +2138.222976640115 +1473.1210919407022 +832.0769536866121 +625.0923179542128 +673.3490968394409 +624.821579002868 +975.4642814112885 +1220.3722544862378 +1571.3450633460807 +2367.484226028127 +2817.500267925712 +2853.918958358775 +3369.1847848602165 +3696.3941295359573 +3397.7486098218055 +3522.778597459312 +3317.3137030052562 +3302.5870513811174 +3489.732144597738 +3292.561607716932 +2798.463271281949 +2665.3455904701927 +3047.758928577077 +2734.6382592201903 +1967.4961772907793 +1446.9472724261836 +847.938280064159 +631.4280832926436 +683.2105641461103 +619.2599397051869 +1037.5118613125355 +1220.3729934604603 +1571.310583006392 +2422.049970806491 +2564.820568423247 +2919.2973152253444 +3551.1091083180454 +4064.92204209517 +3931.205551361331 +3985.71459551379 +3817.3157057419066 +3745.8218494666417 +4010.1776021924647 +3862.3994656753266 +3263.839679511716 +3141.053058502394 +3020.293626044126 +2770.296569451651 +2094.2478970850684 +1501.0175418632462 +967.8784247681742 +630.057822170416 +684.7526364313788 +626.2336702593819 +913.7156541024066 +1220.170200445001 +1571.6089240894808 +2176.2401305117887 +2670.582051991128 +2980.3159372348373 +3602.4974791079144 +3851.9040110842784 +3469.0975351678144 +3529.8789909276634 +3472.717669351249 +3385.760496082676 +3650.229283798149 +3365.0846221297434 +3006.028070319065 +3019.1597207662817 +3029.794298730301 +2789.980753403569 +1959.0049723050024 +1294.4574399870091 +831.9133105260186 +638.6959816566819 +686.2453700166116 +625.1187986317194 +872.9116392234595 +1220.3731079416061 +1571.1521518839984 +2407.427666191351 +2885.3377673814102 +3088.1533289339186 +3448.956153748042 +3611.3880605960812 +3309.956521120411 +3320.3262842979416 +3057.1993356107423 +2851.591683501046 +3379.8361548081057 +3277.674482643959 +3003.889845493666 +3088.276091249178 +3079.784053783639 +2854.8547452018993 +2136.988541020725 +1501.578261154165 +814.8064126622531 +606.6459257685347 +665.7711159175064 +600.3368945451621 +962.7237438094667 +1166.552918547325 +1630.3555541805595 +2069.2441955498816 +2232.966558963111 +2716.765068127131 +3077.2064708231383 +3113.245697407991 +2894.4809258784476 +2860.1101126394074 +2632.357001734114 +2602.6533727568535 +2738.041900678026 +3004.356764518724 +2869.6682431357754 +2949.0628507531574 +2703.5190493114433 +2645.1777846725226 +1899.0520384287697 +1331.75854575016 +832.3850946694844 +595.6616491054616 +649.7730070044671 +599.542425080307 +880.0601625853778 +1402.1504193031287 +1877.7498912837327 +1769.38229847753 +2058.7482553531727 +2148.169127123509 +2837.7041600395046 +3108.5968241064656 +2752.6775762640086 +2841.2589352942314 +2619.059529495059 +2527.310932221621 +2732.7476311585333 +2849.2826485025635 +2893.1464607819553 +2714.63825772784 +2746.776891415385 +2428.6704685891095 +1674.3820453273563 +1173.134045979094 +816.699899730088 +622.1325633939833 +675.5418940654371 +612.9983395947417 +983.8854051432553 +1437.961425933655 +1869.945183760009 +2247.562786165127 +2511.713630274116 +2937.33607405208 +3384.711704880099 +3566.596543033312 +3283.236876149124 +3344.8895869159437 +3146.7592971741337 +3034.2537858810797 +3289.0534475671348 +3155.700698356926 +3037.3736171401274 +2748.333486519363 +2831.075481235846 +2578.6262802030797 +1853.6521639431646 +1226.9767588963523 +817.0229483975907 +622.1557444863369 +674.3527447184977 +630.1229619104266 +950.4813499383563 +1432.8417131609092 +1828.8302651216425 +2252.7628592562432 +2515.3874836505124 +2753.3009477292912 +3340.527701561171 +3549.078852945828 +3310.32861216337 +3392.2911301752815 +3200.2364547071147 +3039.881144456874 +3301.746146132901 +3239.0780257634774 +3124.973616594554 +2948.125273383513 +2791.3266804407313 +2563.081303876103 +1848.79850429384 +1232.9972224216122 +822.5111872040517 +623.6964641732666 +675.5934397118426 +629.0769693285688 +949.8490722246722 +1458.1598985141761 +1898.8476063766493 +2277.214138324476 +2718.977256731675 +2982.189429674512 +3422.575356240749 +3621.56150365629 +3321.0487484418727 +3156.4988126318062 +3213.405452864705 +3120.7922783268255 +3353.6718515550565 +3196.9984515180245 +3163.051377483529 +3100.794556022094 +3124.7229326486636 +2866.209931736669 +2130.602603699966 +1518.1529551490455 +820.239392771877 +624.6294700888341 +673.43822302171 +620.0432306880726 +1020.6552836647496 +1220.3728034971402 +1571.292837402662 +2546.2115005489727 +2820.085290953044 +3051.743698539124 +3451.11942582871 +3611.6640277274914 +3326.897872284229 +3430.121641041643 +3188.0103222916923 +3073.3847496474204 +3342.6753434820516 +3265.348350561233 +3137.520558528636 +3050.8487641954507 +3065.0516608745793 +2873.9592155240935 +2135.0079603816544 +1524.1030493968096 +830.7322980808269 +637.6309428201407 +684.3060956145382 +633.1439513392532 +1019.9046202139529 +1220.3724394078101 +1571.2140855760247 +2466.63748708354 +2763.09101118515 +3041.465816220255 +3457.2325777994715 +3615.8568508662597 +3244.04622620366 +3329.395402245592 +3053.0795616155388 +2771.8509146524048 +3036.565389899745 +3076.483392616011 +3153.3772741672083 +3037.811110919087 +3051.930117244882 +2877.9519749010165 +2143.269383773873 +1512.0087068152368 +817.3886186090132 +599.4493000287297 +653.7074181494963 +606.4313251812192 +957.1023962371341 +1166.6054776632752 +1630.3490864876574 +2116.8596191534643 +2332.4113538925353 +2800.8144316133835 +3117.3472360645433 +3348.212724969186 +3266.03438928179 +3277.2602303323365 +3090.1476090362803 +3012.074864291259 +3201.509691980159 +3279.045443286891 +3184.7460077829605 +2887.0498419423707 +2540.048057246098 +2726.268219924666 +2027.6238529012276 +1431.8293407467465 +912.3731383476062 +702.1168274597085 +695.7603857601433 +667.9767371007143 +1020.3603412948613 +1338.9129354210359 +1759.6656514405745 +1828.3138786799557 +2148.7215225809673 +2396.147717752414 +3391.5899722604436 +3578.786449506574 +3481.963487431129 +3486.2592405833398 +3279.6661913219705 +3204.6842572904593 +3327.717218146674 +3369.6534483698156 +3254.600449083711 +3046.4871777394387 +3035.548965279097 +2945.637997716685 +2207.142278033154 +1701.6398298249653 +981.0290343262974 +824.3606496831634 +893.5809220327377 +792.0717999153453 +854.2202783838883 +1220.2729394562218 +1571.3047765561691 +2588.0747489860264 +2875.865024358095 +3075.109330636254 +3464.262760938506 +3596.3528701762493 +3280.117745613994 +3325.3528340092 +3101.724812138701 +2992.0848206395412 +3262.1441091216166 +3143.25666262323 +3038.548702579733 +2934.710157521674 +2942.653629164385 +2638.185577067799 +1846.2300715018282 +1230.766496008478 +828.7809680445018 +625.0906214047341 +681.3129761341523 +634.7652815325127 +947.1496621395642 +1407.4809325110125 +1870.1615970229857 +2247.8105026045623 +2519.338953124698 +2843.881080166769 +3243.32470518513 +3516.3148562633946 +3237.6942191804565 +3321.1230338067057 +3142.863097248646 +3039.1450032911384 +3325.441016405522 +3171.589706075263 +3061.204731229989 +2933.2693504063454 +2963.6923153131197 +2763.1265822832747 +1881.4280226483584 +1229.5461909181224 +827.7799812671469 +660.4767831085511 +679.5836956404305 +629.4775949023398 +1019.3878939520647 +1219.196512018621 +1571.5912182969982 +2487.1190459446134 +2779.5169635920493 +3083.731771505292 +3510.7054494251397 +3603.521216915818 +3285.676102000063 +3116.614790020334 +3202.389840105885 +3337.440365444155 +3544.637090884321 +3428.625924501208 +3283.745048967504 +3062.3120203006597 +2786.721895444748 +2860.2464257842776 +1852.3713839993638 +1236.0037917737977 +874.8686719888517 +638.5797734292476 +676.4485591186586 +623.5919767387358 +1113.9703474766957 +1220.3729733381401 +1571.401998226727 +2504.59472938492 +2767.564965565413 +3007.029401828838 +3533.5084941933083 +3634.141308374737 +3395.237021326979 +3423.4226071268704 +3142.199679691777 +3068.7848048108535 +3334.4916884932313 +3239.0856408604086 +3139.846673238396 +3042.6217677392624 +3072.9657854080806 +2887.4069304091263 +2105.3550445288706 +1438.478568004122 +831.7897593990904 +638.340067351328 +684.570986608534 +633.6558498716827 +1020.0683577850657 +1220.4244433311362 +1571.225705021954 +2474.3384195732838 +2736.7410317629656 +2985.609681793795 +3467.587194245491 +3604.8195305098357 +3368.878525333033 +3419.1273962901423 +3065.6839883191674 +3017.5364452604567 +3061.844734830024 +3059.3501280203145 +3043.223699506443 +3026.566670470039 +3045.034007607871 +2826.2599662433913 +2163.216611822495 +1506.2596566889254 +868.5693083910152 +599.4536344098346 +653.3398357698685 +606.7123752337895 +957.0187877776278 +1166.5559913804036 +1630.493893729168 +2174.230828385211 +2345.068456186578 +2851.2311706841674 +3113.0056315816464 +3185.702898686192 +2981.2648963741526 +2893.466348079606 +2696.591071956035 +2647.8098052273263 +2836.8568720020326 +3095.0330169692256 +3141.9252211336375 +3035.5676443043535 +2793.3393241881868 +2689.7069376056666 +2009.8655090687307 +1224.5288753341786 +839.3740668425739 +595.8104945873341 +648.9502181852209 +593.0903372528021 +893.0760041930259 +1352.5010616569584 +1792.565123365347 +1729.7275598787505 +1946.2170393232661 +1954.3016433366824 +2776.2265568910375 +3032.9205014941426 +2774.0623219639656 +2847.6929468050303 +2574.530101065793 +2533.249883868445 +2708.57501996598 +2786.297726063275 +2847.188006393815 +2685.5105737692697 +2552.446096916475 +2357.542335816037 +1675.4481000578267 +1173.9119796665175 +817.6711661896705 +626.2576119083718 +679.8501807398026 +634.6852037076058 +994.3453568908936 +1435.4669538079872 +1794.3808547734677 +2248.31895676974 +2513.548717155642 +2931.4831760632615 +3469.6778805677386 +3640.678696276214 +3454.8204706922374 +3304.9502748110112 +3009.0256027994324 +2987.4164153025813 +3254.857825779014 +3025.047323467904 +3141.1605121877164 +2955.834865433116 +3018.9478862723545 +2886.3768646264234 +2127.264015378449 +1502.7429620009427 +818.142950953373 +629.1107225612654 +679.137422060704 +631.0464810695178 +1051.3817589085897 +1220.3724078349742 +1571.28145682339 +2570.6776970548294 +2824.6043267299547 +2915.5706256425133 +3203.437651902773 +3427.527892724729 +3167.9156217808786 +3230.5340790882756 +3051.65753694967 +2818.6582055551235 +3053.8057755520354 +3143.327193230055 +3166.9782284101343 +2999.5190145439333 +3071.1122558810393 +2875.2860010459644 +2118.1838010807523 +1450.6838839135726 +928.0867948239969 +855.6057281559814 +886.4618642779398 +712.2974586866075 +1050.7672301346954 +1309.5067951878777 +1660.4066490074595 +2575.3596953340266 +2829.5391701354065 +3081.648281742135 +3536.415729088471 +3728.026312014669 +3376.1854416717993 +3442.5974529307555 +3312.549724201568 +3158.947573206141 +3414.240102357308 +3351.850716667763 +3243.6751219781318 +3135.6595823267276 +3165.3887391298695 +2867.4847783825257 +2041.6887697518416 +1334.1712638025292 +930.5052088073138 +733.6472204197783 +781.1630661000936 +738.7722642393403 +1084.1896693648 +1309.5578264259061 +1660.3722011499171 +2468.7876162609896 +2822.137612576055 +3073.6810041059175 +3457.9114157151685 +3640.6291165901553 +3346.11713492638 +3484.296019376789 +3248.2981320368713 +3118.5197560674633 +3392.199227262163 +3264.8838395567245 +3156.7178363927305 +3052.8468381688135 +3061.3322522687567 +2874.1012404672415 +1964.7504097694352 +1349.9344610116134 +961.4619712843513 +741.7946757840136 +779.1363334867182 +735.7512299351666 +1141.8812522492808 +1624.621839202133 +2004.4626000849914 +2375.601209130985 +2617.8616686093415 +3037.5802207678485 +3462.9728806420635 +3665.785831881353 +3438.669215172403 +3518.5569973063393 +3241.891350936037 +3139.7545240263494 +3404.556929516809 +3359.5453398218665 +3207.3884864850097 +3062.4551321340364 +3080.256991793643 +2889.389886289981 +2153.5687893639724 +1514.891597837177 +928.5073665697994 +687.4450208976655 +737.3058213998855 +719.1792080120367 +1040.5603540129143 +1255.5943611271582 +1719.8598078492992 +2204.14115860401 +2354.9124083389547 +2842.370007826542 +3042.5897410082207 +3133.7443491154677 +3050.79271055245 +3058.0812944842255 +2979.1039853802076 +3020.0221605548986 +3172.461968662615 +3313.4906395082317 +3184.181027162759 +3075.4212015789417 +2780.650830507224 +2526.420811037667 +2053.8147342015877 +1527.894037741321 +1069.9867683566122 +883.0802528389326 +919.6356715675316 +876.8853287256858 +1173.718011127724 +1590.7331603475768 +1946.5596708381563 +2163.6388940384763 +2457.131441560256 +2615.9929177891063 +3229.6797498541027 +3446.81688437843 +3217.809323793158 +3258.5718463131047 +3134.127968968568 +2944.9401894762905 +2735.050684976198 +2995.118873034796 +3089.3205804582535 +2911.4816730164302 +3027.905201441114 +2823.970268078711 +2039.0175902682445 +1568.4096922426536 +943.2017879899095 +933.6862540090306 +715.7218115299335 +767.6027224696614 +749.8786540197393 +1132.953193758126 +1308.3316732093592 +1660.640479898983 +2444.731172662394 +2888.5650138074852 +3144.06111917995 +3583.5167351031855 +3723.439305551291 +3382.2629690639023 +3446.5495437787918 +3216.888793052795 +3128.394052810289 +3412.498423596926 +3463.4348870961453 +3180.3145070326605 +3083.8141455718946 +3068.9232708647082 +2881.3440400098534 +1957.4476115968068 +1353.143562201067 +935.3105689190883 +744.4097625902112 +800.508688391239 +741.9822079562116 +1055.0205579639112 +1550.395400679481 +1964.7093174759978 +2157.477767599789 +2620.9176356927437 +2867.219776411823 +3447.8619102157354 +3605.7521123591137 +3244.8953976801904 +3373.407379613549 +3168.3998000572146 +3100.7082607904495 +3376.359486616174 +3443.2281914018304 +3162.534222452928 +3056.839809124015 +3057.5991119572705 +2857.4180700525158 +2133.0874684083437 +1381.3842981303271 +938.6537314584805 +714.8454599329011 +763.5568267967616 +715.5196172309134 +1110.984544312535 +1309.557710630806 +1660.3821204438516 +2388.2328765158163 +2828.852005046348 +3060.6590940861 +3469.937662814905 +3646.9864410367245 +3373.0274890281917 +3449.2165806765506 +3222.1139065369644 +3121.6162505820557 +3425.2876014255644 +3470.2112383254303 +3202.629735201615 +3106.91629225505 +3087.195961200509 +2891.8813761470483 +2151.0554378062056 +1427.7922871275139 +942.547184670634 +716.8245153132881 +765.0074858061372 +739.2524586171049 +1095.5569352163786 +1308.633922461104 +1660.5416992539824 +2390.8114039624556 +2833.1625216882253 +3075.7711870360035 +3495.0569120812324 +3700.904020902954 +3431.034191601275 +3455.734936213793 +3333.1492191266475 +3168.8833011887345 +3424.9116017284305 +3492.4549168953677 +3208.4660059816592 +3086.466095607533 +3091.810641332045 +2911.4965610383724 +2183.8915495269243 +1550.1291275644148 +941.2428641971727 +716.2877042623834 +770.4749424216429 +748.4288862547506 +1106.2576741191397 +1309.5064227851085 +1660.3900670001242 +2349.8911513744533 +2654.2307936953507 +2804.5122230847014 +3495.2742283186767 +3777.331277797125 +3464.902458670823 +3501.860597670375 +3299.736996496788 +3181.272945355724 +3475.7630794602937 +3539.583651881742 +3234.023235264314 +3176.659938439484 +3192.741084339995 +2982.211315192238 +2200.0518895673067 +1541.8904097936477 +926.5747449564661 +714.554651188302 +741.5760131597718 +681.0972228599073 +1038.8001423395544 +1255.6881638126329 +1719.6157077370883 +1766.3421753364257 +2103.9568551096945 +2776.1910968786337 +3115.6317697622867 +3195.395357398717 +2973.974052578958 +2925.712705763445 +2711.1992236794513 +2680.726926807862 +2643.097037674736 +3122.5906086123805 +2943.6197956106635 +2925.9041819847052 +2641.9234417604466 +2546.5430649798645 +1929.75442844212 +1344.784015828544 +944.8465206433335 +681.8129577837299 +736.524090381218 +714.604810359206 +1032.0359317279533 +1507.210793550304 +2004.6621267890423 +1645.7490730748889 +2040.204407018973 +2007.4039919868478 +2699.5917862290344 +3089.4908810994543 +2834.6947340801203 +2946.5421607728545 +2692.6385469087236 +2668.398027042161 +2801.9461740962565 +3090.9226050962425 +2983.3691007692246 +2950.0662127156993 +2985.7764475434597 +2758.335528119874 +2053.1740497626856 +1481.505565137251 +910.8698680001488 +716.8048969633518 +774.3118151732618 +752.2407592428439 +1083.8513003919222 +1309.5065758675298 +1663.6853380164753 +2419.0411598611463 +2928.1935606103752 +3203.858072527961 +3594.6748842509546 +3780.410358804058 +3451.7170935233144 +3517.99069913871 +3280.1244153738644 +3199.365039701365 +3426.1189349227675 +3486.015801794218 +3196.0563228673077 +3085.1956436921246 +3169.2582713228094 +2985.6886520324997 +2181.9087133642793 +1556.9206181504142 +935.5806563643265 +741.3639077081033 +765.1498452698788 +708.7992903246061 +1097.058699242974 +1308.9304299312016 +1660.6840614558198 +2431.0488861250533 +2922.40184991698 +3151.340943493051 +3573.194634558907 +3744.5027640458025 +3446.5709052575703 +3502.354143034148 +3305.0376962869295 +3214.2622725709866 +3454.035195084784 +3544.0147185271007 +3227.5172379685096 +3060.5380842091563 +3065.213239074809 +2748.45517937199 +2020.0781875614925 +1347.6161439117443 +935.3055255171471 +742.2513718970216 +765.9921068406487 +708.2093805481313 +1061.2639442135726 +1524.6884661015056 +1931.0301385551427 +2151.505754373117 +2611.6913877684965 +3033.775843720677 +3483.57267264184 +3723.660879447915 +3503.779324045391 +3601.3671552952837 +3251.5155199187425 +3143.0871777315865 +3419.6491911539097 +3535.154368500237 +3271.42756227576 +3169.511822173779 +3145.270621689727 +2949.7854943609022 +2219.9926445140636 +1630.93922542268 +938.9311166666205 +774.359226708805 +763.8466247048026 +747.7146069365016 +1207.2443292152022 +1309.4451247312852 +1660.637740565413 +2512.847342667993 +2739.6095689415756 +3068.26346010758 +3627.8654519571414 +4047.6654872868553 +3783.677035896947 +3645.5007045156194 +3444.288376284383 +3346.446997542292 +3779.765703108434 +3885.400780768307 +3265.62950884375 +3134.014864181233 +3146.988651620569 +2950.785855598407 +2219.00678395721 +1554.9411537541255 +968.0566921256035 +777.0245842407569 +766.1624814080366 +718.4911310547877 +1080.2467980951653 +1309.4983565767998 +1660.4989544337702 +2383.9375079463284 +2743.4854627426284 +3064.2630036285173 +3359.056293161895 +3644.4033160674367 +3351.528386952043 +3402.0406944887745 +3218.1400433823446 +3116.782758223218 +3405.470856338819 +3464.177622934965 +3182.097436472692 +3106.691241455168 +3125.758231667853 +2910.4249543656483 +2150.266872645174 +1349.820705218804 +920.6411192261337 +698.1190498749831 +748.3889475618597 +710.9455412197383 +1133.962718930694 +1563.559316591951 +2064.9465898145 +1723.118477247186 +2098.6843055173 +2592.9604279609644 +3048.2619270654086 +3164.912936355037 +3005.26571099934 +2936.580841715654 +2723.6067193057584 +2686.784460314761 +2830.0036980973014 +3110.287602981142 +2958.1658279568433 +2823.4328347088726 +2588.4324226280037 +2579.069296717535 +1925.6145041640202 +1330.9563582422952 +941.2471807222067 +682.4541065479918 +736.0399641963919 +710.8496033122019 +1000.629922038968 +1460.9497075489357 +2037.68622230013 +1638.8596097351815 +2071.695716402586 +2015.2602297002463 +2821.575995166807 +3100.4771729393165 +2867.1761750677665 +2928.563718104905 +2688.0409015857185 +2621.245961019062 +2815.2619509978717 +3088.3484661443695 +3023.4919001563067 +2846.969342273385 +2866.2527012693226 +2694.688275393172 +1981.1114651147539 +1452.924453819385 +905.4200627796839 +730.9000189858052 +780.0445067566039 +743.6165428027876 +1153.0863746080852 +1309.5577319930735 +1665.3078251055076 +2378.5577136930956 +2838.744920406475 +3089.7291076403526 +3515.7427894982548 +3712.5354532900865 +3458.8544021208622 +3485.049589105149 +3251.8469446848326 +3150.351081737638 +3396.2874353997786 +3462.034085022603 +3200.7512032211553 +3028.11829752332 +3049.3832522904654 +2736.906014613602 +1947.0807272145496 +1327.0201682833324 +938.0244797132525 +712.1984541781492 +764.5673870270318 +722.3796684919652 +1120.1126556234944 +1309.5067576429876 +1660.5338103108077 +2212.070760143571 +2642.4439530012255 +2876.184305384016 +3272.4679665185286 +3622.003015593975 +3189.2113354706084 +3361.6078454001918 +3100.271577908184 +2903.270122062192 +3179.090050443421 +3238.127057199921 +2951.8047805094084 +2835.605281124638 +2866.670844743894 +2686.4183862336695 +1964.1488124718035 +1333.2333298768192 +929.1026812326916 +713.0660076111624 +764.4756972358205 +723.2131794324905 +1127.9953760503631 +1640.2187338199947 +1971.8507998848784 +2161.286524042683 +2627.151399817797 +2855.781422803847 +3261.144123268869 +3423.4429748035145 +3126.6496365798353 +3182.261626979314 +3037.13465966875 +2883.670668838538 +3361.6986912209313 +3239.360618628002 +2958.259283716238 +2843.3970552377255 +2867.26224084005 +2689.017924881029 +1950.63122599234 +1331.1160793437375 +938.4159170693835 +771.4600410269154 +767.5579768170614 +715.1601300252466 +1109.3498510961501 +1613.8858609007402 +1994.3184136625005 +2163.137008807133 +2629.6665974102907 +2862.230741879989 +3259.7267224475286 +3421.369999422918 +3133.5078477124257 +3360.440285301536 +3042.899272192431 +3070.0642083068547 +3171.299639928234 +3238.518049171236 +2952.0696057489063 +2837.43913427749 +2867.4224559079294 +2688.141922329886 +1952.5335250659527 +1330.9922636704348 +938.6300502068007 +711.3192748038317 +765.2964600750989 +745.9408432808134 +1102.6193887367824 +1488.687985526072 +1878.6802781167842 +2165.3194406977327 +2621.9036879702467 +2856.968372067334 +3255.7903877576236 +3604.0091178452226 +3319.3017019473846 +3402.6363365129414 +3191.6820883931455 +3083.2189430845838 +3349.7515585499154 +3236.256159739253 +2953.006415004005 +2826.681402813345 +2836.813977191294 +2687.2992159236583 +1966.9331063449843 +1336.0344366257707 +915.203890516643 +685.0148210504246 +737.6275116170705 +716.9693335962767 +1042.4486949429254 +1483.1747523262002 +1935.9317614829988 +1720.7593807495653 +2102.3444702706365 +2635.910416836744 +3176.306941662532 +3324.0507095014245 +3002.883535269279 +2777.0683682534323 +2684.5733863515625 +2672.1873823222913 +2941.056710271457 +3382.469659203218 +3295.2948869120087 +3123.1508070812406 +2945.796253457435 +2900.561368335075 +2225.979695919042 +1627.6382506331151 +940.8873071624045 +707.3770957292195 +737.1938135902373 +679.8545926866844 +1093.762621361198 +1423.1229976737804 +1843.9058889509745 +1927.8215251386914 +2351.35422568757 +2277.2036293078877 +2878.6943190712236 +3259.142232253 +3029.928147276548 +3253.158025861413 +2834.2336290280823 +2821.781883672822 +2747.053495471105 +3045.859634444856 +2881.023836308336 +2642.8748014842627 +2735.6498048277103 +2430.3925548944603 +1926.1681996378857 +1474.4251092774314 +1053.69093238029 +856.3119323949542 +951.6022593230429 +928.121727101103 +1334.5825122946296 +1309.5070649698519 +1660.3735982691092 +2637.117337904197 +3087.4787611065576 +3133.050948156538 +3361.7963792476003 +3591.8087167617455 +3469.24956145805 +3425.605329825847 +3293.959473502399 +3219.9666244989353 +3456.6502482992632 +3532.0743969183904 +3222.685841779581 +3144.553715832793 +3142.7847831135496 +2933.1405002776337 +2161.7728601527956 +1378.5712148277785 +939.9154888128248 +715.9967322624132 +764.2381676660008 +723.9189701569398 +1077.7724847194102 +1309.4263809770848 +1660.7859300418995 +2220.0672302598873 +2655.9449608164914 +2880.4438244220273 +3357.3469410658513 +3439.7401398611164 +3138.900860828227 +3193.0200619074253 +3046.204501096013 +3093.2714894758424 +3360.519133576586 +3241.236433358876 +2973.451118105842 +2838.2217273738056 +2860.3175084760005 +2670.2722753344847 +1968.206713550402 +1338.587885251517 +940.9419202683883 +713.8857183007666 +857.3500392058387 +747.830797204987 +1181.0602940609044 +1618.3649730579375 +1979.7997077244372 +2158.4909144188036 +2636.194477686259 +2860.871456374419 +3261.742746081946 +3430.589703359835 +3135.8271264821883 +3379.081133795484 +3168.4058689611225 +2999.836404745016 +3361.7839032953216 +3238.1505255796997 +2973.51681940639 +2836.7429223407457 +2866.0826270946145 +2687.285806531225 +1953.7632852772567 +1331.2352854549604 +940.3071423299705 +715.3866389742686 +765.0142042863978 +746.1960441752815 +1132.2045390978838 +1308.3828267517163 +1660.811311497529 +2391.8605328126955 +2842.1212393469355 +3079.2720713208478 +3493.575469996128 +3644.8912929021667 +3352.7662399943315 +3395.4799847779223 +3185.2110378875823 +3100.3997377581213 +3353.7714506685015 +3428.0880654078874 +3084.842478791202 +3023.9185819913023 +2865.8307079237957 +2711.7505628944627 +1992.1315101389623 +1373.556001328257 +1029.0311381750867 +837.9930158712297 +870.5925065635394 +832.8376476112804 +1168.1338123687356 +1398.6409176349196 +1749.908535630536 +2751.4102535575125 +2974.4525750869116 +3086.486796493869 +3564.0750873100205 +3658.982098532977 +3274.3235903787345 +3594.9161762487315 +3383.400817875184 +3285.7689467703826 +3552.0297696738567 +3588.699264398604 +3313.78367360866 +3211.457457043706 +3207.736230912421 +2991.6344614386326 +2238.818578734936 +1471.5667241116405 +1012.8411123169136 +807.6995302756882 +940.1536382897842 +805.4204100054669 +1225.702018940514 +1344.8223870930037 +1808.860743059834 +2090.7109342045355 +2412.5158097207363 +2721.6918926318526 +3044.508732793379 +3091.8953228799046 +2874.1272991787537 +2837.3854256587524 +2626.643278917343 +2588.607545732728 +2762.6574486233894 +3213.232167828425 +3060.0320390782167 +2941.975866956034 +2784.5730135128642 +2686.0753242153305 +1990.7858022161993 +1422.3497293456337 +1041.4904980183348 +812.6609064202572 +858.2369121666854 +789.2155123879323 +1142.3871768868858 +1561.734131830393 +2032.7250561069218 +1926.468098532052 +2151.987267380913 +2140.7419105145204 +2787.164400504152 +3032.145013872866 +2718.575450080287 +2763.4735101455926 +2519.739809317994 +2509.9975840055363 +2660.3476635095635 +2961.074366037252 +2873.2859433765634 +2719.5005020531676 +2766.952846085103 +2570.113862716635 +1893.2424772453276 +1444.880227070977 +1057.124902441649 +836.9266870195743 +889.9497093132155 +847.2458987775551 +1251.769433574523 +1756.4267941748062 +2066.4517328991105 +2453.182673667352 +2732.805433557317 +2971.444850437391 +3375.73925033399 +3540.8093423385862 +3234.6496036536505 +3297.0509694825514 +3093.5414822344383 +2995.27603154527 +3282.287960331622 +3344.115870401502 +3041.968942620777 +2956.0702121728264 +2954.5176713109986 +2767.531671198257 +2063.8670042724334 +1443.3749317389645 +1065.9979627481387 +839.8444543995627 +885.8291232427862 +804.7477040871065 +1289.4789088407558 +1641.7753420870008 +2054.841133034104 +2457.2441925502235 +2806.189146712489 +2982.2651303877265 +3386.0437640656874 +3543.8116073278884 +3243.3534195465845 +3299.1829368775457 +3104.6330184414974 +3015.637898608131 +3294.6829134631976 +3350.335829439883 +3050.0754778948917 +2958.2919310509556 +2958.6399816192975 +2771.46761747911 +2059.050296324323 +1451.343312808642 +1079.6557651184144 +840.7670883154607 +885.8663376255013 +816.6148320811641 +1241.9612963894085 +1603.4488531647319 +2012.1227586798602 +2457.2448062165504 +2747.9122345182345 +2978.2580752551908 +3376.196243505746 +3547.3394369035013 +3251.7641645805074 +3308.1085833106667 +3102.0442195140395 +3022.411870866713 +3297.610635226958 +3467.085507718003 +3111.31942344536 +2965.6383895797467 +2961.4759603113935 +2796.418243598186 +2060.0467557926268 +1451.1836901243878 +1084.3915097373665 +835.2048222436794 +864.2085652361642 +802.7751551125393 +1261.6297320471324 +1661.6031426092763 +2006.3400965109279 +2462.2090267308863 +2737.559732580193 +2976.937093625527 +3374.8922339363744 +3543.3596134948275 +3243.966108763283 +3298.3122562639064 +3093.0282809289056 +3002.9095930906933 +3473.310089159196 +3468.2084366940117 +3106.8393829394854 +2963.1282664467208 +2959.5357912488025 +2796.063728370441 +2060.3089875852943 +1449.8788858437479 +1082.171815128907 +831.3812904700592 +861.125127178397 +811.3452449598824 +1229.4183075948051 +1639.9365834710864 +2019.2929505854975 +2459.9457235818 +2752.9707155801143 +3068.3951046039087 +3376.3902570636933 +3541.1011804670707 +3247.9075766101864 +3307.028037790223 +3109.632317097747 +3023.574418837099 +3296.17276930911 +3347.9980136540253 +3046.318547384698 +2959.917978058784 +2960.7226330802832 +2797.316097721104 +2065.1471369761175 +1447.1224583490796 +1072.2576933220794 +807.7870588263079 +838.2817704736322 +771.7120489727945 +1244.6533366097956 +1562.7760328648035 +2094.2094498255906 +1983.5589005345091 +2186.51112521062 +2712.420659016197 +3047.2841073652057 +3096.3300185542716 +2904.7328932765367 +2846.6873966767553 +2635.115111120642 +2643.723180601348 +2763.74347404595 +3231.8757219879776 +3108.183815629713 +3012.5321391345933 +2704.141171898588 +2671.0385289429355 +2004.4092002406883 +1433.2524492125622 +1098.898766061567 +814.1744088253389 +860.7039638851842 +809.3342007604857 +1169.2310686996766 +1596.9400276880426 +2073.393718536857 +1952.5239839648643 +2177.3678852121784 +2145.7736054317 +2832.4754979879754 +3014.735876376045 +2732.561272425614 +2772.7102867082194 +2519.8524497899775 +2487.854961706846 +2695.042979022129 +2979.31082436336 +2885.9407761437046 +2728.17239948808 +2798.9647439469786 +2585.4682752216904 +1914.7543650327789 +1403.8723013337597 +1083.0095199278837 +833.6590144508127 +898.2023679244169 +842.8454940656965 +1238.1414376762036 +1712.222141887909 +2091.398250311997 +2472.4065514710965 +2806.499217903796 +2991.172112710469 +3381.8649682809432 +3546.532513928464 +3247.434430478811 +3301.8899537117595 +3099.4279374617877 +3006.087291474711 +3382.9822904671164 +3473.565728211425 +3068.371886969768 +3058.273463922507 +2936.592307561395 +2795.8034659263008 +2112.6788813960193 +1511.2235978210088 +1084.119575451978 +828.522398890272 +929.322646307645 +816.1221758321493 +1319.4001027541872 +1713.848115822811 +2017.6599451275647 +2463.5590177061345 +2754.2759348232826 +2982.4653446506577 +3380.1814293612642 +3540.2593925754363 +3246.689646954723 +3301.031871252657 +3104.104603593514 +3022.603494034876 +3290.247037486249 +3345.5005747744026 +3048.749133870754 +2961.7157295950046 +2960.0603458869878 +2792.5546629038613 +2058.3462028795825 +1445.521667415144 +1066.1029760488816 +832.6399595593177 +868.3861158006949 +799.1208150122385 +1330.7092888930094 +1735.5865532489229 +2073.780270935129 +2457.0250046172596 +2750.550576272745 +2987.5308784249123 +3383.2730070426896 +3536.4043265208165 +3296.8074804406015 +3301.5121939313553 +3104.1024756000684 +3018.8877625842943 +3289.553526454201 +3343.8920662256623 +3223.3608649583134 +3143.1963290879276 +3144.5310952161904 +2937.2840914935077 +2075.0493255143583 +1493.210835929587 +1022.0880212608507 +807.4673428962104 +859.7846842230269 +828.7323355470438 +1272.9575473485902 +1398.6404399403948 +1749.8366175374788 +2695.4450394909322 +2958.917736657635 +3187.6982340141167 +3585.8062954489606 +3750.5417328658004 +3456.636680446311 +3542.368825641891 +3322.58997829405 +3223.053926322652 +3478.4107015493296 +3540.3722652387137 +3232.2680703331685 +2955.169270800073 +2955.2756612155276 +2771.3319748528784 +2049.724753317045 +1445.337061386074 +1022.4063785493693 +806.711012372581 +858.5553796982956 +828.013713246434 +1273.5473365962603 +1398.64037819941 +1749.795355551208 +2499.2690927529275 +2759.1789109897063 +2995.4347176521983 +3392.590784342928 +3543.5514658957977 +3243.696322457221 +3299.8761666789082 +3096.028684753646 +3013.098791598519 +3292.4430250066853 +3345.638901047016 +3036.165963316182 +2955.843423525604 +2956.0991108011654 +2770.618575252997 +2050.398506408217 +1445.8562610687507 +1011.3331279241619 +778.5734035448636 +833.522047440784 +807.2352786451153 +1133.6513067772164 +1681.7756311404114 +2076.5608116360463 +2002.5378605854353 +2206.2725583638894 +2735.581218054366 +3035.6401341029077 +3277.60635420799 +3090.0110987278676 +3051.947180205975 +2827.040971580216 +2757.8805682118327 +2742.6414723325793 +3215.7317819161844 +3061.200939988254 +3068.46811686248 +2782.086215114082 +2660.6079382483426 +1989.7465887371413 +1421.1907292024066 +1034.0469652645197 +778.3045133804355 +836.0695325878312 +807.1585552599471 +1149.1402240715672 +1553.6297833694014 +1974.7426316628882 +1943.4413823621587 +2180.5603766816344 +2126.245945644124 +2805.318123753003 +3076.8424616496636 +2739.821687038345 +2749.925389005296 +2533.0112219737507 +2479.6410217561356 +2669.58593651566 +3038.4756667774886 +2938.695925161595 +2732.6246671545623 +2748.8614651070066 +2577.1229833593843 +1901.690187764937 +1399.593591952874 +1058.758021959156 +839.0427972126499 +905.6682922638636 +843.3793773422373 +1335.4891940351636 +1681.6261406953643 +2005.2814968533828 +2444.8216690074164 +2753.8916618566154 +2990.7503146529475 +3385.8236233270723 +3538.1144678573683 +3437.7098642087685 +3308.2208922716095 +3162.7921109697704 +3018.2101703046255 +3287.5877210003587 +3340.8482593529952 +3204.4727859703917 +2954.0540611357483 +2949.6795152123464 +2741.6860861050204 +2034.5621188711639 +1446.664404697253 +1028.4042881356563 +842.0908519292034 +885.9785684358224 +819.7065048657961 +1256.5279292582363 +1621.72221472403 +1992.9943137134455 +2454.0126589478127 +2749.972878717374 +2977.488885397554 +3373.918351280584 +3539.336805984285 +3237.4518859789723 +3294.444854925842 +3106.1808932882095 +3021.1620379450583 +3288.991905256537 +3343.065302902651 +3034.097201381221 +2954.842594498129 +2994.221445921539 +2743.6517139142047 +2037.5565412467445 +1448.1083097256392 +1022.9207944520324 +807.1855966298269 +861.5407366778186 +835.6332475286664 +1295.6012354253178 +1597.8440310223475 +1994.4559411980567 +2453.145625820907 +2744.867405044512 +2986.3847752807965 +3382.08331684256 +3547.9821919956353 +3310.3918712967525 +3304.6485687850545 +3098.0092988722245 +3203.845002424652 +3472.893756978835 +3527.6693977860086 +3231.7118560013955 +3137.694721972955 +3130.6064597432114 +2805.8793675433217 +2035.1222611348762 +1445.630085402539 +1021.8773270885166 +809.392319120886 +865.5954982688799 +848.1886016213008 +1300.104407587202 +1597.7520606693852 +2019.6988488461227 +2456.2334795932506 +2761.919815849467 +2983.4391910630425 +3379.252902886833 +3547.0522560746667 +3247.6239653558223 +3300.252345839896 +3100.9845291091933 +3023.1030821965555 +3469.494643024746 +3464.0307401440773 +3038.634712271817 +2964.790820138025 +3025.3369532200495 +2868.934777142493 +2040.5350705589403 +1451.567586385874 +1082.0215804902796 +836.3171255935962 +868.4492474527864 +801.7179309133606 +1260.5524269745347 +1668.4814533660146 +1984.703801095784 +2467.1568579540835 +2762.701646499258 +2988.0316666561203 +3377.983546867456 +3542.5432620585834 +3243.859522223976 +3303.9132617548976 +3098.433864527613 +3012.7017756710607 +3291.886673107206 +3347.382373717202 +3043.5183284583577 +3003.6678360466576 +2974.762526571729 +2872.109178476375 +2059.0061489468053 +1443.0772217056747 +1066.0176960066472 +808.0059815887084 +838.5154323024203 +772.6668669629021 +1203.6628902754376 +1691.926786860972 +2183.367418248658 +1983.9560999563623 +2189.774559125594 +2712.280237361456 +3131.1466727942015 +3087.3102658883404 +3011.9648101883895 +3019.0218326290137 +2812.52049726759 +2753.2305359440606 +2917.998115306011 +3374.823523970727 +3243.309267226901 +3114.1318317685304 +2770.477341145862 +2661.1237565032066 +1991.8255000507868 +1426.5235900744663 +1044.127967928437 +814.160037060081 +858.8217834011912 +789.9404022713146 +1199.535459818811 +1601.8535195301129 +2060.056178244243 +1977.0095084994489 +2163.182179583939 +2135.6772055458396 +2772.56851579852 +2997.0415583696627 +2932.768920818537 +2951.960320002207 +2742.2999661071667 +2698.803426517246 +2884.4188467909403 +3133.9165661693173 +3071.9854450038356 +2942.6515821544804 +2965.4258342905705 +2792.344489941644 +2072.911856783731 +1489.7710172439988 +997.6189996922539 +817.3218174503628 +872.2074954790035 +815.6643531592135 +1327.126954153332 +1690.4237422847177 +2117.6199106312993 +2637.485610390608 +2942.470469489931 +2987.2834643365236 +3386.077384713645 +3727.491091415037 +3423.4586302248663 +3480.6683671823675 +3102.1580789726004 +3018.2378566003067 +3473.246403015793 +3530.6657779434872 +3169.517381885303 +3098.4221069688706 +3027.6874326046313 +2882.4937491048463 +2133.018549009012 +1458.8473652837472 +1086.195306568445 +832.0529186741245 +868.7667258115123 +827.8208346059653 +1228.7399916175104 +1654.1219472859957 +2088.5677812568747 +2473.334458947374 +2776.7634320892425 +2990.0195835676295 +3387.056813181677 +3551.283032712882 +3252.3399947496946 +3306.301454601383 +3104.0132999844427 +3013.6448323242753 +3301.1107778675005 +3354.7992679153886 +3038.236378927087 +2951.1979058843885 +3009.501432717631 +2808.982666586347 +2064.6654385541833 +1446.9162503763732 +1083.6479391105433 +861.6765663341945 +899.013790190372 +872.8332674381876 +1230.1690386606563 +1632.7580082097074 +2043.5566704441562 +2465.133772883724 +2759.9948054065444 +2979.0327541741476 +3555.3641672444783 +3720.1140880352364 +3242.8401503810683 +3298.166353285666 +3092.9435501795415 +3007.785597825264 +3292.2700276534624 +3351.3960699192025 +3049.367216748999 +2966.21523489592 +2962.7321386563103 +2749.914804309988 +2059.230925364435 +1457.6609714232272 +1082.13926970829 +833.1829067164592 +865.7433438947188 +812.8250197849446 +1229.0110397884384 +1643.9747314121453 +2035.9082254732361 +2466.1503368209023 +2766.804615671903 +2987.917215277904 +3381.25663433573 +3544.998989960155 +3246.1962594206693 +3301.4017689045754 +3097.184652449411 +3012.094251048474 +3296.771771004234 +3354.1349150566193 +3049.8543684950714 +2948.246641210128 +2976.4917800243925 +2809.9507597321453 +2061.572596824735 +1451.2156408906083 +1082.5620693805793 +825.7600692243509 +864.1550256819936 +811.6874528455303 +1262.3742950470673 +1642.3241202118397 +1991.0586229994021 +2457.2988577592573 +2765.7226519459086 +2979.685046914109 +3379.494042481638 +3546.014760894531 +3250.7021227459395 +3305.7931499761935 +3092.4521049655586 +3015.3178622216615 +3292.3135898928067 +3352.453449492686 +3043.3136405366727 +2958.3370305704043 +3002.870290132441 +2764.9425068211526 +2060.4273250220745 +1450.4715394374944 +1069.5525437522183 +813.5825458796816 +858.5017564278675 +790.4702170149247 +1163.8738557347187 +1549.9109080817582 +2034.0404965145667 +2008.6376054876523 +2226.728987424494 +2700.4933389694384 +3040.821204059465 +3080.792735483466 +2881.3036166691277 +2841.287215826135 +2628.5064605330235 +2584.989547908019 +2763.4831579570314 +3221.90226319703 +3058.1893700208716 +2924.1070412642107 +2674.0811811571853 +2667.3929555511063 +1992.0977984242616 +1425.1824174004184 +1083.004635136178 +946.4165435545541 +857.3004226673926 +790.3121908278857 +1148.5423578585778 +1565.0187585223985 +1978.7152494162665 +1916.9946098064934 +2159.757119950325 +2130.5719036149558 +2808.540252015201 +3010.64217985737 +2735.95333529996 +2753.7132727718517 +2536.063343832185 +2481.689747374843 +2659.06476206394 +3000.181837751806 +2868.585910279815 +2726.5660778915208 +2760.5375232211177 +2583.461990970727 +1905.9668868406332 +1398.1211857420076 diff --git a/example/run/baseline_scenario/opendss/profiles/load_10.csv b/example/run/baseline_scenario/opendss/profiles/load_10.csv new file mode 100644 index 0000000..b3e443a --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_10.csv @@ -0,0 +1,8760 @@ +1199.8691186043159 +1058.010411021141 +1091.8343819747681 +1086.527304101216 +1341.2458421486829 +1828.6041009130402 +2365.9040240145664 +2446.150602992907 +2514.363940380569 +2381.4429456812695 +3429.4185429606605 +3748.4700763274504 +3530.2131139445705 +3543.621501512768 +3266.434210039759 +3258.306183924898 +3507.936739016837 +3852.9733010979876 +3661.0707657711014 +3645.743469301484 +3650.214232534247 +3455.8448478413293 +2490.9695221892316 +1783.1276998880046 +1157.6402237051946 +996.9229516635806 +1078.8556777962194 +1102.401733869925 +1374.9082890480295 +1865.212712508629 +2392.838099283388 +2857.118408163691 +2695.510421791251 +3452.5636756079753 +3892.835588898748 +4067.5315807405264 +3820.1861946985364 +3878.502806671701 +3620.995255217057 +3594.567024188979 +3897.7820550082524 +4334.129587840377 +4363.255304005883 +4410.046383994791 +4194.1254797828815 +3727.633270280215 +2893.0313432038956 +1804.363785310469 +1067.5984679990574 +853.1046030238026 +885.7100074829135 +839.8907927446613 +1309.6870027694993 +1732.6413697628707 +2288.639959001563 +2864.4999684910085 +2701.390011447444 +3151.4534653143874 +3818.3080539472307 +4020.9915057633348 +3853.8693967499166 +3786.5624751089317 +3595.752468605656 +3511.870037726623 +3877.6210827411733 +4249.848238191624 +4355.655142427991 +4294.817602206056 +4064.1382492540993 +3404.852054965611 +2617.9172283183057 +1802.8732332365603 +1073.5419548395082 +864.7649617869001 +892.4213367162057 +972.6110492959808 +1329.9281167847212 +1720.871201357164 +2338.4932541086046 +2860.137663061881 +2805.0915425142057 +3361.8531090826705 +3558.8547273594572 +3988.8469151665645 +3806.5194174155135 +3824.7227905171517 +3570.6650057256784 +3506.822089069855 +3868.9818998115466 +4277.547889565312 +4302.36582206495 +4340.133187694604 +4077.5931437648674 +3387.1497124559796 +2624.5042816133 +1800.858872794358 +1183.4811924182231 +992.2159402573827 +1046.5297486440065 +927.1134482235958 +1294.5028700783919 +1638.9391899246439 +2258.9925460863396 +2863.0602340631795 +2706.8911070026397 +3148.316475942998 +3834.8371373767313 +4036.059853668188 +3838.988719794434 +3840.0006369004004 +3594.818996977913 +3493.5482848556057 +3841.269438742839 +4291.7584094661315 +4329.520536723179 +4321.424615293223 +4070.9471720617917 +3397.514058046921 +2624.195507615906 +1806.528186206914 +1160.1021887586255 +956.4978100207013 +887.9486047933067 +863.7627557547971 +1338.2040007279275 +1716.7449626472442 +2348.5847387458807 +2940.9794259901296 +2887.9574006869025 +3137.352877776109 +3812.2670338820008 +4065.39191452651 +3816.2090094096843 +3889.8689592221904 +3559.3388114365443 +3579.1625453915535 +3841.7614498583166 +4353.380246864788 +4333.443891286338 +4337.112102657342 +4234.450041536342 +3708.9666436876555 +2900.167557450874 +2142.8239365670074 +1179.6530130633162 +866.7842759531618 +965.8588377734243 +1073.280176579184 +1274.6559579248228 +1606.9146710673845 +2217.6959652417977 +2475.828899548047 +2770.1161197699494 +3356.5268962036043 +3734.1816367859005 +3824.1727155518347 +3624.9766887621104 +3608.746298643175 +3372.482751467414 +3384.551818946735 +3585.724933183412 +4247.647393968374 +4160.071285253873 +3863.008028253775 +3603.217455000988 +3564.625240086494 +2656.9058542736575 +2150.254961912675 +1304.6773247402748 +1143.1701803058447 +1152.363942055372 +1173.0377428573324 +1412.3254528003918 +1846.2249752796404 +2328.044006059445 +2397.194912145384 +2376.8742020180493 +2386.333527122274 +3086.704828904772 +3692.4093861444526 +3388.075712619677 +3443.902027522599 +3212.8403333822903 +3227.3873076615305 +3259.9621295697066 +3651.1153530624 +3628.6143809436517 +3559.0708780617815 +3593.08309817226 +3182.479125087789 +2601.06745655831 +1982.6697353448567 +1160.5721601237756 +1000.7857018298333 +1070.8902965545926 +1116.2190890376146 +1426.598210213189 +1770.593095283175 +2335.8771424156876 +2747.4462370079614 +2717.2192021682254 +3139.3024329498444 +3573.919605493737 +3996.402236633191 +3771.5398079368906 +3842.5658135617823 +3555.5911498122596 +3512.9440249758923 +3812.4505707445674 +4271.074032732004 +4289.5897755541 +4304.751038451594 +3827.3194943224194 +3401.805511856638 +2621.0253055214225 +1816.16528779394 +1211.8643762840452 +1087.292062083642 +1132.7721363335727 +1145.8376248449074 +1402.2540228198561 +1802.9489867917673 +2366.5505521071145 +2751.30254523496 +2687.4753834018 +3132.2138537366072 +3733.940420677024 +4063.486753332816 +3829.97204046434 +3878.6297819301813 +3568.4509234259963 +3567.7710258815673 +3855.2427551686005 +4391.941805346833 +4334.042489553142 +4429.844466871733 +4261.86079458795 +3782.515511123985 +2932.473338643346 +1934.9173244306367 +1334.0338517242517 +1042.5290935635442 +1147.3798300065998 +965.552908901698 +1372.814890433899 +1547.4726580593315 +2124.7389709815097 +3039.8165265339885 +3080.3695893399013 +3538.1076509609584 +3930.810019204872 +4075.2771653506984 +3802.5843649580634 +3939.5358365366437 +3660.2590979075458 +3626.465013752769 +3909.8863869407755 +4348.409966224022 +4297.884520377314 +4387.979948655118 +4227.9664572265565 +3786.493599664672 +2899.9973442170303 +1796.3144453996495 +1210.6317458927404 +1008.0937049944916 +1169.8549900282699 +1248.537844951483 +1313.4131206374127 +1726.5710471002137 +2319.676064968723 +2783.413348375338 +2707.895374177465 +3151.444838995493 +3593.226427880644 +3972.7468911791875 +3784.1611740598705 +3812.1571682761055 +3569.148695105837 +3506.3309769544603 +3825.226759804194 +4281.107171617511 +4296.4779136653315 +4325.808788820081 +4061.252415280064 +3404.17828981897 +2625.811768896018 +1822.685537896991 +1281.3797664270764 +1039.3621640854092 +1022.7227084684718 +888.7273942077138 +1372.2323241881054 +1721.5490375963154 +2274.818940959175 +2853.8324209081134 +2708.737677326327 +3170.544702259833 +3851.202825495023 +4028.2914380393495 +3889.5634549630445 +3879.6935786817385 +3640.9424434641987 +3558.0930293084534 +3969.3667630219365 +4348.238749858367 +4456.7482277237805 +4455.687404240493 +4235.758680548843 +3794.8062470398295 +2923.400895224188 +2102.296148388593 +1421.199320337665 +958.0271999754432 +1147.2247415723332 +1097.5946396270933 +1144.1004973296178 +1336.1435830718801 +1932.637313252076 +2339.6163707608275 +2816.626996839032 +3412.469791999912 +3819.8529287411047 +3781.5658055448343 +3630.6118595747566 +3671.1659177477486 +3483.4368440213757 +3419.4277072507743 +3692.432604413575 +4308.614019307389 +4174.870293681817 +4022.4919382276785 +3736.7983449628496 +3696.708592256941 +2967.258761180581 +1901.4552494369914 +1122.194755372254 +899.6857928921976 +897.9336295278553 +851.0211158545332 +1145.1538416219637 +1556.5268385967802 +2079.171173032409 +2357.4377073989845 +2616.4472563623717 +2674.8632960690134 +3455.6129044960944 +3746.0805310285123 +3508.6465412188236 +3510.3959638991387 +3237.2234094463024 +3278.7399466847714 +3490.4146266366297 +3908.757577382081 +3728.930283121124 +3658.81181630108 +3678.606331720826 +3486.721285843037 +2497.620365926658 +1803.8162648795321 +1071.6394415008933 +924.2399843177939 +986.8203127686941 +939.5506915825291 +1330.2977989121864 +1747.9631649969901 +2312.5179092800054 +2920.52906942654 +2684.876307226966 +3423.0804894328116 +3924.7395316792704 +4097.48221830636 +3810.286281299052 +3862.0200402204573 +3623.0299955598916 +3615.0767352033677 +3906.8223457484164 +4345.224068869195 +4340.341501279371 +4385.994140620734 +4238.7973504153315 +3788.7219582433418 +2956.433542065156 +2078.378283237359 +1327.4393999471015 +1097.2566454080857 +984.8222510820493 +819.9675083171496 +1273.5960886198443 +1495.0438096522594 +2201.9380619013355 +3033.366164416267 +3053.5117156710776 +3569.1598159052296 +3890.079112185729 +3994.4251872643313 +3788.5287270452855 +3944.8525418148542 +3620.198544412068 +3598.659475075907 +3846.803391384812 +4285.768158582392 +4294.393468561708 +4365.531006665254 +4138.498832108489 +3902.9648082744375 +3024.831425929292 +2042.0371292017144 +1235.2310537413039 +950.1325750841035 +880.9564137489058 +839.9578250478171 +1236.1791289164519 +1394.7891505293458 +1985.6634355229344 +2794.3248327338824 +3032.196665884846 +3456.440796083193 +3919.2205125958276 +4086.851222582965 +3929.706364212829 +3920.6299638474457 +3705.2963200137538 +3643.229794954757 +3975.2643549342542 +4369.888860288458 +4466.545146512702 +4460.234325571807 +4278.134532494738 +3837.1232999200597 +2920.313342425138 +2067.611061389214 +1069.485489388134 +861.8795037126739 +882.6699304480028 +843.7393893202382 +1331.7695203900264 +1772.4717222587612 +2412.434718384405 +2936.8508788738905 +2975.65198475721 +3515.0921616703354 +3891.9762366994846 +4082.1972380808925 +3878.068591820643 +3900.5377681321675 +3645.670365492835 +3617.49686663981 +3938.5133050675754 +4382.803336896782 +4405.365478211974 +4434.76922273228 +4276.194236694165 +3798.0213636841922 +2915.8230822727182 +2056.947046654403 +1173.9608852141885 +862.5997623720211 +883.715259659079 +855.0291285578861 +1331.159099318477 +1723.4379736977578 +2238.111255682844 +2887.153999592969 +2946.4549172962297 +3433.5350996914153 +3899.0417424660236 +4089.4186025966687 +3874.018874024738 +3864.7112758663898 +3657.812467604664 +3550.1216919924946 +3915.6312835325384 +4338.437310604637 +4342.11830630486 +4414.847643658313 +4165.134545981299 +3727.085805090628 +2619.785031143251 +1884.7605837387014 +1167.1147947218396 +873.1386862852823 +943.3903350510279 +853.1009540974853 +1367.15600283275 +1743.945675947177 +2386.0227500026126 +2387.2124984401644 +2429.58207372484 +3310.0207907563718 +3773.7158169894983 +3828.5394840302415 +3646.348437294938 +3620.810007751512 +3405.2864657960968 +3349.9079398795257 +3596.039632705615 +4276.365362016661 +4125.475103971697 +3926.485402314956 +3644.3123463698225 +3620.2514930385546 +2912.9595678079013 +1902.352552575008 +1126.616815241463 +1005.437785027445 +1054.5121536064537 +1104.103358114511 +1359.9051954624128 +1713.4464813157872 +2314.28976764846 +2325.1514115999985 +2625.4761427504404 +2650.1419701064356 +3428.9119929254234 +3846.2524833115144 +3567.760657919053 +3527.4280295597746 +3296.050803312903 +3251.229301344209 +3508.1141017432597 +3870.752285207904 +3709.5306687695734 +3648.4159700245027 +3711.933412211443 +3516.977442579388 +2756.262742906504 +1890.0269456925703 +1269.8157510389688 +1114.9844446670738 +1056.4693485435223 +880.628362351273 +1372.949632175002 +1744.939111460878 +2225.611388859175 +2724.3142194089555 +2696.2512697080406 +3145.6956885023505 +3551.8447898784275 +3981.5947451864586 +3818.1347208872617 +3791.241667116516 +3568.7999638264105 +3248.6766931320967 +3829.269851727305 +4244.835382697369 +4305.434578161385 +4291.132747653003 +4070.841790490002 +3442.339013068038 +2635.7072735021393 +1895.3851465081414 +1376.689233458057 +1154.52789870496 +1207.8989321957304 +1198.7828851932745 +1407.4781054391221 +1795.400230669668 +2305.4239306436657 +2755.555493475321 +2706.332026065028 +3143.674059804813 +3565.6187901726835 +3946.7680513265664 +3774.8596601929084 +3770.7836384385932 +3549.275348873982 +3227.1154980995857 +3820.932404912669 +4249.99472351784 +4314.238860664661 +4290.120899619862 +4015.2514610923 +3400.0446424915663 +2628.159699489449 +1829.723683608665 +1150.8836337322136 +1040.324555932768 +1222.4859648240758 +1123.6546031358707 +1395.6885029136622 +1678.8802594249503 +2343.709620526343 +2859.597686315822 +2702.8485503962893 +3198.3414747840784 +3542.7575802949236 +3984.370892713015 +3833.394431612053 +3790.54235079847 +3585.209273835845 +3492.438226912647 +3862.832236155601 +4280.536044220576 +4361.138838577849 +4286.782103756607 +4089.0453389391973 +3424.875257342689 +2629.1161034545207 +1811.138330851021 +1176.8711883808378 +1010.9366053636071 +1135.9684901038027 +1115.676205600775 +1401.27869354982 +1793.0716784351926 +2432.694503600022 +2963.7768502618187 +2706.8328411126563 +3144.8414282722497 +3874.1890662602646 +3788.697505144928 +3849.001248436988 +3859.453813515057 +3585.757205556859 +3533.929097576587 +3872.9872669609827 +4342.089886607844 +4311.304004366612 +4383.695414205165 +4149.778365581383 +3678.978059028459 +2627.023005833399 +1823.5990333939912 +1157.7998144015733 +865.6667602122521 +1021.4500592777915 +1017.1614080387951 +1323.8867294278098 +1746.8310157761439 +2403.758237122959 +2893.7604684678986 +2695.595262684254 +3136.2769098517037 +3780.926678886629 +4066.5575076326622 +3796.3477358332325 +3858.8385241305446 +3602.4096833657495 +3531.7490691543285 +3827.727983600095 +4361.804672929134 +4323.8247154285955 +4373.858667155586 +4138.65383983503 +3684.4775705601232 +2626.271985010878 +1894.1749283922918 +1167.5091880416408 +953.3596615978703 +1031.640203121075 +936.2606971062529 +1284.2003416321836 +1559.9983397291253 +2313.7014418477934 +2489.024619302485 +2669.4234250305053 +3053.7450474265174 +3422.558242522998 +3753.6867228296596 +3590.414834561212 +3559.874449742252 +3330.4715227558545 +3310.3602840138506 +3563.2906463696804 +4213.097538264364 +4061.9807642762385 +3849.4858033602827 +3314.710689297404 +3304.291831954573 +2661.795277766816 +2049.6193072475626 +1346.1597548659406 +1054.8071273085168 +1135.018095600597 +1170.883839470177 +1403.830827231472 +1732.2813315881535 +2285.4532313018894 +2448.0788959924216 +2458.357898217309 +2393.25829855726 +3105.417904002932 +3748.669683322614 +3467.156597672139 +3464.307917178855 +3240.888129989818 +3175.8230829924073 +3441.3906252083516 +3819.972955477857 +3615.350989454462 +3564.2309460954616 +3341.0766574085683 +3334.4186418225136 +2647.084395621953 +1814.646721911634 +1309.682069630797 +1097.0373969491266 +1227.5730825662506 +1239.7832033209443 +1434.2459543323864 +1808.1840741934288 +2330.0106174054636 +2918.039430494949 +2705.6626122753137 +3147.254242644666 +3552.9115607700746 +3969.729022292987 +3781.588197982588 +3764.4268714318127 +3280.1683675276313 +3245.5543003072066 +3530.526127227153 +4217.214802288712 +4014.29237588827 +4014.044964655514 +3888.5226542068553 +3424.286254756687 +2633.352821352929 +1888.5535258132868 +1228.0631634143904 +1070.6263779936198 +1091.325024129006 +986.723068978457 +1270.689527408734 +1673.0629044633852 +2357.8654062666824 +2848.831387842618 +2715.8284967133004 +3189.342621731757 +3539.149762404227 +3943.62761263642 +3759.5374397641453 +3734.186572743255 +3301.361045409115 +3216.88536310231 +3572.7297147067047 +3978.2899209285056 +4293.7263211945665 +4017.5988460216136 +4054.738313520648 +3419.091595331899 +2648.434721567381 +1806.6570406694877 +1076.429257983515 +867.1157753405126 +1156.664974977665 +1001.3436037624833 +1316.2179939531356 +1580.3598233270832 +2179.8535103849226 +2972.0137369238396 +3026.765559604673 +3483.934748232033 +3920.6197524960144 +4097.232303516707 +3917.4406242282566 +3917.558016419884 +3659.4283318568546 +3639.4221636315974 +3954.711404825641 +4357.770594978611 +4419.838788157893 +4436.599851239296 +4291.574589642842 +3808.976614685796 +2937.3175947327604 +1805.3362210110247 +1066.5652616051125 +858.2995277275372 +888.1103757419701 +839.4018020275129 +1232.5660244716014 +1582.3584997711826 +2277.2174407498983 +2891.273258327634 +2746.045322294376 +3426.358828791739 +3884.6003755861993 +4026.4398744852633 +3814.383051169488 +3832.928922110697 +3599.3801005566866 +3528.9859567005797 +3879.9754398063737 +4311.9191027334255 +4317.919953876033 +4365.243372024507 +4134.611734296152 +3702.1431747287575 +2635.1252765760973 +1800.7632006311344 +1150.961489908946 +867.2682771553236 +894.9356593566774 +852.1713062508636 +1305.896552424564 +1632.8955785815926 +2228.867165271901 +2894.7513184630902 +2793.9933348641857 +3315.9727251499435 +3834.724972389444 +3799.316757008332 +3834.822657335509 +3898.1540253182498 +3630.8892279996376 +3547.382956297055 +3891.4850124934756 +4348.650189942784 +4321.921070802876 +4394.985377047269 +4161.030556080295 +3703.962570896802 +2626.7513500518157 +1894.3166459715012 +1179.589150001103 +1005.0712273504553 +1082.6883722830687 +1077.7648321635982 +1337.7282355412194 +1719.4573687171287 +2286.645310545488 +2421.186826071723 +2507.613192192019 +3125.532457970539 +3705.3121226681346 +3487.11567857737 +3475.4144998589377 +3599.6972888726345 +3383.674056150035 +3286.848680578581 +3541.5267499888814 +4213.035821065132 +4056.6700570321686 +3824.463917113204 +3318.6102983624196 +3318.1091384883043 +2648.354097837499 +1935.3550621443026 +1340.5505250672452 +1126.1940599780614 +1110.8998080798106 +983.7608088831911 +1375.00613476795 +1795.7440641018322 +2335.818473109368 +2453.033815919743 +2480.3819169636863 +2423.4595633688527 +3098.4255874810337 +3649.7604634615636 +3442.4805158693207 +3446.114850824246 +2956.4646898568435 +2903.177762317349 +3170.685987775256 +3531.019145886663 +3341.796342968894 +3371.3209819298804 +3456.1515691114323 +3316.266394360292 +2632.2405819620317 +2105.30342437712 +1303.4243699746078 +1187.271775136238 +1240.903511043676 +1245.9193415776147 +1422.4599692970837 +1843.1422567942432 +2411.221056875584 +2808.134530378514 +2736.20224996599 +3173.6616969033903 +3586.966465931296 +3678.1680546728294 +3469.8683485926904 +3514.509861691594 +3258.876871653112 +3260.8581482825703 +3524.1360504839677 +3991.027054668689 +4036.333434486936 +4027.257958754681 +4051.6322544740124 +3555.392898155928 +2828.4521844957503 +2131.808360525184 +1369.4337659259318 +1040.2839481387232 +1253.4806358790834 +1224.421819446026 +1449.5112290237792 +1774.7695702138697 +2304.861952698613 +2531.812799247835 +2705.7965587587673 +3163.8970086779354 +3557.6031586734775 +3664.3499320512096 +3770.54673688922 +3750.7636789866046 +3563.9960937607293 +3497.162751588873 +3853.648984162446 +4176.547081632249 +4398.711041849527 +4340.532119548037 +4149.062281915374 +3495.1429691159124 +2704.9865553983186 +1963.2733935097326 +1256.180506666226 +950.3319947797497 +1125.860905605479 +1132.9102468993692 +1388.9761908892592 +1791.9564716139155 +2387.9472672990078 +2678.3900206421176 +2794.8831220414563 +3144.8284635308482 +3556.0200779116562 +3972.43979363614 +3776.2223386953915 +3778.059295482752 +3516.056531245466 +3226.6014999886415 +3792.4709138255557 +4015.95522107875 +4310.006311912034 +4280.9775690790175 +3996.1547908931793 +3415.710658279706 +2651.681029904304 +1814.1059878478377 +1169.6344679164529 +1044.1646731089693 +1082.1832905125275 +1119.0954505247496 +1350.591277364807 +1652.3278377806 +2267.337076323087 +2589.522624721303 +2688.069305089113 +3164.8986059918548 +3674.7862522803466 +4066.114140829314 +3843.281216733869 +3824.520534473226 +3608.514296542742 +3525.288588727119 +3870.878018464657 +4059.7555661334313 +4378.020183359892 +4349.006442218501 +4161.444043341183 +3688.2067621619312 +2633.5414404772023 +1824.0651854635782 +1310.1450608781727 +1031.238356549474 +991.7190952188902 +934.3831338072227 +1325.225177461651 +1683.3222097346495 +2301.3882204721026 +2575.349104741877 +2885.706757780693 +3261.1192486257096 +3570.1775453341015 +3979.3072458334127 +3829.540639927957 +3798.243480692782 +3578.5487665190008 +3474.996662739893 +3837.9594344638226 +3979.815481626443 +4307.8490215690845 +4300.925520358094 +3808.091426846216 +3431.0083969947013 +2627.919111226867 +1895.611775700532 +1163.1277104495025 +924.8047571681042 +1049.3860304870561 +1072.8850980417972 +1311.7687344187698 +1725.4027555311761 +2217.6944743747467 +2102.7548690025815 +2432.6613236995126 +3054.6726623154514 +3702.431390281374 +3799.655054203761 +3656.066642191823 +3563.107555113572 +3399.188184964446 +3328.158332786337 +3607.2814813263963 +4004.044080871103 +4172.535672859475 +3987.771226508845 +3724.8624027895694 +3699.91686934836 +2914.9227181217875 +1919.1372214217104 +1123.116212902032 +967.1491884587815 +996.9879617735611 +994.3103276211402 +1382.9846899159309 +1878.5669609537986 +2270.2534076335282 +2064.438383769069 +2611.394561549302 +2377.9506231469486 +3365.530436515165 +3746.2279577698696 +3508.672663486404 +3499.20924903166 +3194.6445885430085 +2944.7228878442625 +3439.2583408180394 +3518.313632457934 +3359.5999443559276 +3319.9227703874626 +3366.1321597758556 +3353.903171158811 +2830.143976154166 +2118.762818688271 +1380.959111348496 +1124.7531024522002 +1274.216922612932 +1279.3906021730645 +1474.0812447622945 +1838.9335347803876 +2337.6111684446655 +2581.0689400222113 +2720.3556023722836 +3176.232331321413 +3544.132654285357 +3973.7064210878934 +3777.4658727591273 +3773.58168879196 +3262.046295275753 +3239.306346379767 +3830.667882155107 +4033.0010284552395 +4328.926489128349 +4300.420449619806 +4128.917539051081 +3432.05900186376 +2638.527520601893 +1969.0975848521741 +1271.4849244039863 +1077.2053917858573 +1187.1265396359993 +1174.1965080797506 +1441.4820671018513 +1785.7965637527257 +2345.2908521142726 +2510.994428265777 +2686.19330606646 +3137.875513111703 +3529.0758149544886 +4027.226909857995 +3791.938639683501 +3876.2407350298427 +3529.8050432470554 +3583.226151727141 +3830.8662271633343 +4109.80009086429 +4382.0985148182845 +4337.64058390258 +4189.002874676067 +3735.978744154296 +2956.7399387272276 +2139.633256308221 +1119.2242824436225 +1046.341765834202 +948.0123838608566 +1122.4899186284288 +1373.7192276265546 +1624.4249017201919 +2193.3706982348576 +2766.9686271309724 +3050.2819431611965 +3486.1342045398337 +3875.874656442954 +4089.6600675776367 +3884.3729284770034 +3912.779037217798 +3630.3837466597674 +3610.2076933892754 +3886.2280386755397 +4106.091680576622 +4398.000583635048 +4417.512534053709 +4251.932995827366 +3805.933973823286 +2895.529952451463 +1802.9694636170536 +1068.783925823249 +867.6432775570954 +885.1660735622302 +852.0035051121807 +1300.9146922858642 +1601.7072280064326 +2253.003414823412 +2595.7913851876924 +2685.029717726464 +3144.876959920464 +3727.5259674300532 +4037.625059747135 +3865.6090967895566 +3831.312959692969 +3606.714732629638 +3560.1720417078704 +3862.879005339464 +4061.7117882449315 +4340.234058284607 +4370.751803624877 +4178.672905336295 +3722.4124190327593 +2889.3714025259205 +1819.3259288509241 +1155.113497083134 +863.7706466872573 +892.3514843084766 +836.6436941441576 +1311.961292905294 +1782.0500045629742 +2399.659267732271 +2621.738550262187 +2947.1723041439864 +3453.560809424494 +3961.802671937288 +4004.3780920988947 +3809.5201536090344 +3828.7044583787742 +3707.0599647897056 +3614.1685143015757 +3922.5111673085044 +4090.2049739199238 +4429.801523976815 +4418.066066937452 +4261.398073085967 +3812.0703776443697 +2917.145887471345 +1888.6335159304904 +1158.3324358907223 +866.2244475434499 +876.0305654435871 +829.1218053022168 +1184.7660182097566 +1656.5009429372808 +2351.8177413952935 +2147.4208592420973 +2623.2509838503493 +3376.2984759576984 +3741.603749311906 +3820.1132191970805 +3697.6705919545966 +3637.034887046291 +3459.9683959826216 +3387.818055045611 +3639.6015855523524 +3993.938084433268 +4163.912764038827 +3937.6815980957367 +3665.9364844393663 +3643.5584350166946 +2894.651253558312 +1903.336471062845 +1120.6490362460388 +895.3075597421725 +900.1016667010263 +868.7287902392032 +1269.574533131992 +1601.2834256295698 +2334.311222337772 +2165.1409604231676 +2623.570637012806 +2692.921793962203 +3430.4238256564536 +3749.074111970432 +3563.5506234632953 +3607.963289433096 +3218.4104347745583 +3263.3862019200146 +3600.873715746241 +3643.9435075202377 +3712.1120714479403 +3719.460968967858 +3744.83799771992 +3580.6806055359166 +2802.026614521671 +2055.095029901952 +1253.7302233226142 +1142.0853126903266 +966.5992387510896 +962.755930899571 +1400.8192283865776 +1724.9125110221978 +2289.8404285456727 +2591.9518618093743 +2953.3310438432627 +3462.1368025024485 +3891.3476660924384 +4105.075579920397 +3851.9105119286883 +3855.0448826154284 +3619.29752104524 +3643.9015139810645 +3888.9485092451614 +4174.732500052484 +4360.500912511011 +4374.725104133214 +4153.683965873184 +3413.71860546156 +2631.8296050692466 +1818.2197473774224 +1231.2253592818154 +1078.7170622332405 +1167.887008641008 +1006.2781206344489 +1292.6125492980416 +1715.354138797182 +2265.6655742388193 +2499.0700361239674 +2815.2412305134576 +3407.270007219434 +3733.775437706303 +3971.7181671115213 +3733.9516810330774 +3791.24339571004 +3257.107460180753 +3267.579653962255 +3516.938674704837 +4023.279356278088 +4296.951451336042 +4329.859186539411 +3981.9710236417827 +3433.6461994202987 +2640.14221556244 +1946.2288515183623 +1260.7862756887894 +1102.3078103444661 +1037.6770090149566 +1158.9967619175134 +1446.4285191650515 +1852.5256240560238 +2416.8188136733916 +2461.1193281492883 +2950.1378583277287 +3443.2580701008956 +3917.1321948705254 +4054.7732744795458 +3750.516883670578 +3899.161610119406 +3627.148270662254 +3634.1206258219877 +3841.379187679983 +4052.31448229284 +4226.322032671783 +4346.000489635154 +4173.229982511601 +3781.364570341174 +2979.2809665517116 +2087.791490776525 +1300.1793203411742 +864.369521149306 +884.2882375950885 +840.40850697864 +1233.825109364947 +1412.4682380723225 +1989.8886466047281 +2616.255964765685 +3036.3981966604583 +3491.051180604791 +3856.142919516742 +4055.2171683092033 +3844.7816715911854 +3865.346990188552 +3628.0780271559056 +3586.637279282754 +3903.1293186221656 +4091.117533123136 +4394.171298488743 +4378.372133748675 +4221.695276330496 +3740.235765232745 +2628.738836970376 +1811.6257423839165 +1158.3806630418746 +949.7225539877879 +976.0243079297715 +975.524810183631 +1333.4187296724476 +1678.3788935209705 +2303.689060361407 +2571.6375740376743 +2870.2033958157567 +3218.6956073151177 +3837.843446932969 +3950.2194646959997 +3852.9614400271844 +3869.7956016138237 +3556.4092815840145 +3572.226944598202 +3824.469098739796 +3935.948184389158 +4369.512920576543 +4227.633779565583 +4162.435334865709 +3434.635923355777 +2643.3737010103864 +1896.081440851818 +1235.4368461135648 +1034.3397818089404 +970.9065679275958 +912.2471002435962 +1344.0460557617082 +1651.2826942798483 +2310.7232425864413 +2212.9632372352985 +2651.143576197106 +3028.0572295013026 +3557.149302426634 +3767.804772213487 +3616.860836937282 +3535.0305100303744 +3336.0785642724354 +3304.0644300292465 +3537.6971937069115 +3939.8845525401916 +4124.844171524942 +3874.054929931494 +3599.888347104122 +3301.9436334704833 +2644.882900528499 +2068.0159789995764 +1418.7919947750097 +1115.7307425928661 +1108.1846422590293 +1044.8235482485647 +1242.0479115130383 +1614.3884108493678 +2152.0532566189736 +2065.536496800192 +2452.9838774933773 +2394.4887111172643 +3351.083336837182 +3734.9431629496007 +3382.8394643780134 +3280.8717907565983 +3256.18621146639 +3212.0245064856804 +3501.1916425936256 +3594.9348749967285 +3650.700973048792 +3629.124255316566 +3636.1407840159027 +3440.8738950128413 +2503.0615327831474 +1786.765360991398 +1236.2310606817964 +1044.1277411997396 +992.764868705939 +1038.7137596916668 +1453.2103964541095 +1879.9028720846738 +2305.046647215024 +2587.1169017108336 +2681.7297768379804 +3139.5386993447937 +3715.3929399578574 +4065.4547287971354 +3778.7981469753395 +3863.622355903988 +3596.3858593741934 +3525.457254314563 +3826.3717494179546 +4107.86320805819 +4311.217062358821 +4381.605945129522 +4109.841429741634 +3409.3426177026377 +2642.9651733385526 +1810.4720788162442 +1067.073622600778 +862.6568109317209 +894.6768563140279 +921.604092783367 +1331.007431687545 +1602.1702279126303 +2371.697691539353 +2607.8121218608303 +2818.2544851073753 +3128.6017087249916 +3866.604471323246 +4112.211279212092 +3838.9837292958546 +3895.82594564661 +3606.386564569726 +3589.420065957685 +3880.678509794932 +4084.1988887591274 +4342.0788876301185 +4410.956552628374 +4175.093787031048 +3709.398594643233 +2626.5174864223204 +1803.3732555856116 +1065.4614192599831 +920.9702239814735 +980.7672715311272 +1084.9931390178854 +1330.6760759356698 +1727.6332052721875 +2331.3993367728212 +2620.1519115448737 +2801.993674287407 +3168.9537012626693 +3846.9411942131374 +4094.243494802343 +3841.329206902224 +3886.6307642682027 +3631.1230506150464 +3575.256451835185 +3931.3751624923602 +4115.572091181947 +4376.653285788474 +4444.929997293443 +4227.474959515813 +3765.398439553787 +2930.182911381868 +2079.8273530367537 +1077.5686632059687 +942.2488618116771 +1090.3788825921336 +1177.7243652037748 +1424.4841087332888 +1830.2965116728456 +2387.39028224735 +2597.3078146054054 +2979.8924884140965 +3467.9819909858666 +3900.431981972383 +4078.6204639564903 +3797.170250508923 +3878.101638974986 +3623.0143289366747 +3696.0411558505307 +3917.8925011864185 +4129.49080778293 +4410.28651373589 +4441.579360186502 +4302.255168976298 +3807.4625076766442 +2916.1408733382987 +1800.5513564535995 +1152.2626306767313 +858.5905765622382 +888.5836717585387 +851.4218287744424 +1141.4515931522178 +1616.632481914185 +2313.5079121867802 +2607.1575204028463 +2668.275892888483 +3130.244641335748 +3826.6216345446287 +4074.967920571447 +3837.7463851239654 +3857.240154158986 +3548.8194851487597 +3539.00494663152 +3803.009884789439 +4017.981895149908 +4339.644553752601 +4300.928725943679 +4138.314524754306 +3423.8823842051115 +2624.673186541943 +1897.967466734215 +1167.9820866875098 +870.7841903687803 +953.2747902628125 +971.8827730749522 +1373.7244100504226 +1702.151816847371 +2348.244531156005 +2179.248003574507 +2417.7643361541695 +3026.926032535645 +3414.4007927221987 +3753.3751042249687 +3643.3494606930535 +3431.6469582588666 +3060.2403206927866 +3379.035426764264 +3545.2760313598474 +3999.666716525042 +4151.041544857185 +3902.4932656130786 +3611.8148750424502 +3564.3357250832896 +2652.6874861836172 +1919.9073588958572 +1310.400298462496 +1229.9846336918354 +1146.0355794624209 +1080.3164431823955 +1313.9101475321816 +1762.7282088496404 +2268.137761698046 +2104.597543231581 +2546.899664512843 +2529.835905091178 +3299.1379865838894 +3712.6487903414118 +3248.384896449725 +3248.8628379971015 +3156.766573014505 +3230.468009659786 +3452.888146506999 +3522.477009034218 +3626.7574965111685 +3570.3930925316004 +3334.1634473990616 +3170.5995509803734 +2749.8655804048235 +1937.4939841353994 +1256.6780221069894 +1112.3996801746196 +1075.119758077116 +1136.6034915965297 +1395.7458832752293 +1746.7183154525458 +2249.9204451183678 +2558.437253891814 +2702.335896039049 +3141.4036983265155 +3569.2715790736793 +3989.1349046053874 +3768.630179126251 +3811.6435870076357 +3561.7749100886313 +3481.370698093329 +3804.7962212364 +4010.4153220179082 +4265.21785423791 +4316.01698030466 +3975.743401057932 +3420.8410048446804 +2624.679109194585 +1813.260540539622 +1153.8881109661006 +1038.2049577157961 +1154.0143434277354 +1111.4737430912917 +1359.3852720176756 +1677.2738551363352 +2258.4361373959823 +2619.878012053617 +2748.9084775756182 +3139.3807746396474 +3568.6086958758497 +3952.1025141227506 +3800.7087640243776 +3858.4537268167014 +3575.4062962093617 +3570.2349140819074 +3858.5537119462183 +4068.998669567085 +4323.373908671157 +4369.888549129676 +4096.7637714062585 +3403.3048872431427 +2624.855590428429 +1827.1193208925172 +1070.9044432974283 +959.3641504192964 +1056.4814024157722 +1083.911822454134 +1350.2978632177255 +1774.4243388717805 +2345.9302574636226 +2606.062698517058 +2671.099783312751 +3456.1600716961907 +3898.0018531931 +4063.3299329552465 +3751.525576980121 +3799.950106338351 +3594.822513439297 +3532.429439309965 +3811.771331153283 +4026.367905284235 +4419.613110305224 +4467.024412386797 +4281.558140310828 +3802.138838899983 +2927.063168651737 +2065.8623463350823 +1065.217875005857 +857.3610173899891 +885.1124039583908 +829.1339144826735 +1252.8868504679926 +1399.0070516561045 +1976.7188510841238 +2654.179801683576 +3048.65150659962 +3481.287075541007 +3953.1466994449556 +3974.0347486495834 +3750.3853313627405 +3831.5740283186983 +3590.9205723066075 +3652.00773461108 +3764.902240574279 +4026.635584197757 +4272.425895190282 +4387.659326247248 +4217.398172186502 +3699.671901459813 +2934.504533182582 +2034.6744794622718 +1158.7417678891243 +862.7227382102146 +886.6186164132674 +839.9788774877584 +1172.962463181498 +1396.8275434358059 +1986.2358350250336 +2455.720416727618 +3009.9731436079746 +3485.776808845514 +3845.6347167465105 +4033.5001977029824 +3825.8393378842884 +3839.270315022321 +3623.1773087570737 +3627.257626092813 +3805.1021100169924 +3972.9094597699773 +4304.754132156727 +4292.178371935731 +4196.394043161518 +3801.7688253337815 +2902.5122977638316 +2169.6868061538853 +1401.8354482239317 +1112.6394639609482 +989.8012131159979 +947.7081111097801 +1363.9335047091727 +1355.1296562803852 +1923.7321996968508 +2225.7647095259267 +2736.2207714233477 +3350.3856012787205 +3739.507409428367 +3734.2795590418364 +3596.7862384011346 +3541.8208169468594 +3356.96609297912 +3314.2938935836714 +3604.5986689456313 +3964.77743741631 +4094.796804155916 +3873.267790715886 +3621.13090793816 +3638.8906640072646 +2963.3346777931747 +2304.526605745988 +1048.9570516502188 +1000.9411175223987 +989.5872600140191 +1392.1826708745443 +1738.9994056712546 +2342.1348717449628 +2372.5451109367946 +2557.0963031368847 +2732.4505801139603 +3446.5743577689213 +3698.5924797789444 +3579.1643968253625 +3771.2535518636896 +2832.360852235807 +3075.662540666692 +3050.9387619176227 +3432.579422603052 +3090.7346904717465 +3644.6756950830118 +3693.3920459633937 +3605.240908109494 +2816.673234402858 +2011.0699402190644 +1301.169071581729 +843.1299755336231 +1110.207159960906 +1031.6631593250352 +1334.358293234517 +1641.1799580536626 +2219.247566517811 +3018.7340944147595 +3069.812863527276 +3505.5677757047024 +3970.947117860139 +4023.71227340349 +3751.5435033668596 +3896.9514558107326 +3615.600820009935 +3618.6222388959436 +3919.923518607097 +4181.827270685396 +4046.6866085952483 +4478.53359327681 +3925.5415938600886 +3493.126633400456 +2794.7930297362777 +1891.77944924022 +1066.9765400080635 +1052.621707110862 +1153.8022342605418 +1205.7957756009437 +1268.7353209458636 +1676.386229123035 +2363.137718063342 +3049.8633666263927 +2587.90208818981 +3442.9611512090573 +4623.301165739529 +5105.984476645436 +4898.13505146565 +4999.011061345652 +4722.560609803944 +4707.759579508557 +5006.3487896727165 +5201.2393498800175 +4871.601599037108 +5041.931988423381 +4602.1331315551 +3991.702387544605 +3018.9248898431347 +2025.4849872744935 +1073.4508145415834 +858.8300184375353 +875.0215681316446 +835.4721740332795 +1309.1306243610024 +1646.009337437685 +2248.506251949381 +3005.426628244878 +3032.212571397217 +3862.151416925531 +4924.608398106711 +5119.809459518847 +4889.683832168648 +4932.323514066756 +4743.624850771821 +4703.463162196144 +5053.641245317954 +5212.594403196648 +5118.245807462146 +5320.853089322526 +5018.052308858481 +4215.974842986219 +3083.111361976059 +2318.5819088846306 +1443.8616391916146 +1202.3741783261019 +1269.7160421036733 +1229.2270105381958 +1591.5709342158048 +1389.2829682915258 +2048.3927639740086 +3065.7762908501327 +3082.8325737651885 +3408.9278516967724 +3476.3909541721637 +3864.228906906792 +3432.277314900539 +3368.393907014625 +4100.072413475911 +4180.729523023655 +3839.6679297562564 +4172.162705037794 +4132.042815655965 +4383.128246846361 +4133.845221866123 +3591.247408888949 +2991.6586627809365 +2138.4792901873507 +1384.401887589967 +1091.3042885717784 +1022.0674848663728 +1093.5126616882492 +1304.745154910383 +1717.3506683912108 +2337.675877056067 +2880.8476185766303 +3217.6954538680225 +3520.6748301656366 +3940.258147136415 +4006.183826740995 +3861.4131442906055 +3889.721862964169 +3665.850555379617 +3534.9718099177994 +3789.629309801201 +3972.9708339880153 +3992.912141654531 +4355.738717652812 +4198.6085939510085 +3665.1090012003115 +2925.8215476410646 +2214.16938685156 +1417.6023747108793 +914.2977403665543 +1137.6581331509628 +824.620049506604 +1216.844575187647 +1318.1955252156217 +1924.9005951610395 +2162.7745896630577 +2806.7776726506863 +3402.8934623234913 +3745.5386455258094 +3857.6881248818404 +3715.3151343052646 +3674.3072833602077 +3483.7190736495986 +3415.062167145067 +3657.9596724933717 +4034.9237241069723 +3903.816701487489 +4010.015375044318 +3735.5780907736676 +3673.574284756342 +2977.5300235729396 +1898.1777170344087 +1124.7989773022277 +896.5577084226561 +903.1616596377357 +847.119047649516 +1217.8104202210445 +1643.6282638531961 +2199.035185138884 +1913.4272678834784 +2598.5329014128592 +2709.126981868549 +3420.0913347148125 +3795.146113307131 +3598.7976385029333 +3571.400811029116 +3323.897859152936 +3289.654478792445 +3536.108825276934 +3576.4583179428923 +3399.128885099102 +3647.3640495405616 +3667.975164898919 +3461.309428927386 +2519.7620347216002 +1793.3834923097083 +1075.4496876528278 +876.123345501889 +963.0586590061046 +971.8483444511758 +1366.7742380026789 +1729.0216702077134 +2221.0776502631547 +2632.6041846955823 +2775.292975535847 +3383.512755216822 +3867.022300870421 +4092.3116024597116 +3812.67491896632 +3878.5729078180675 +3604.261649893567 +3598.7471480710774 +3875.9173981837494 +4095.3210262201337 +4127.20915069589 +4461.130765244944 +4304.744990240621 +3820.1699751003994 +2915.1992447412595 +1797.4679865807673 +1069.1475178430712 +857.0742250200959 +885.3741617959106 +845.1204523147279 +1276.519517715238 +1613.0225300743737 +2270.2989770440217 +2679.8625900348093 +2940.432942470051 +3444.214353918134 +3967.922904897624 +4125.319392081657 +3778.9280353314266 +3862.9255387292164 +3643.1728192483124 +3621.7328856337485 +3850.2676218205715 +4043.423517945638 +4062.103294657566 +4582.128005711749 +4275.05747657916 +3827.4358214367608 +2951.5985060556604 +2085.302060171307 +1070.2480026789929 +853.5840395498177 +923.9610020444267 +1099.7631244080994 +1392.433280810372 +1522.5650624600926 +2161.024211720426 +2782.7386216366494 +3067.2857268387806 +3466.711889321553 +3815.492183098952 +3764.281331305407 +3847.9387176267264 +4005.5461814247974 +3729.6339748471432 +3405.6176051881653 +3635.0784212846497 +4024.2244513895203 +4072.3640572047416 +4421.402479121404 +4081.6059736567427 +3605.2854730358213 +2990.8122141951853 +2098.239452756243 +1269.215906549908 +1009.4972607429867 +930.017849521863 +823.5353701611963 +1319.2345350654468 +1626.2190419132355 +1989.9342950275943 +2733.3887320769727 +3012.586363789521 +3431.8328535613678 +3941.107194791653 +4078.124132492405 +3911.8770855411376 +3912.8747914078153 +3671.504435500888 +3595.6821817148098 +3900.5003840226946 +4074.681812720968 +4053.154571586691 +4437.246373746319 +4194.728117397121 +3708.5895213635376 +2615.097876053709 +1798.3211603653285 +1167.5749933652323 +862.6745597931704 +878.3004546936107 +840.3064287919177 +1241.825095277456 +1539.123151659813 +2110.1044181439966 +2532.4274328507186 +2671.155612557895 +3120.6723312641975 +3877.2882262155435 +4041.0091642501548 +3843.3900487471055 +3878.8891834788988 +3654.1320647799776 +3538.077764782732 +3870.160815200821 +4083.4046290957945 +4042.1656501582893 +4411.867450651194 +4169.593931683036 +3718.630561149965 +2612.467057287747 +1881.9706360576813 +1156.4918347560401 +871.784981143815 +866.4193478820748 +826.848136778835 +1124.5861281476043 +1597.9325955581241 +2313.804616902099 +2119.5352872849194 +2423.9417522855474 +3325.5808308110786 +3736.215403814198 +3903.372301526218 +3669.6114787144206 +3662.1655230390056 +3402.597968634926 +3391.591260028534 +3662.0457822802337 +4046.1870853628607 +3857.4145750493685 +3946.24600076853 +3692.372962505177 +3685.410737110945 +2914.200605476259 +1895.8963366720416 +1119.9298602753597 +897.8601250101755 +906.4620873777003 +871.7224821662119 +1408.7906930332842 +1754.1002659933129 +2400.080036034707 +2189.853593177735 +2641.922402983834 +2391.028845043848 +3389.1662598612734 +3778.6526002108626 +3577.7668647360624 +3482.3461228788096 +3237.0124507158134 +3254.738582630553 +3480.2299946245903 +3535.640660509272 +3361.3944897200217 +3606.1839498529766 +3619.6059567130415 +3155.7897512489594 +2494.0725528789067 +1778.703617035307 +1152.279520509886 +1054.6926747538425 +1083.205613062719 +1089.9892855437927 +1438.4308277057921 +1777.268015681541 +2358.288787341054 +2613.749368578815 +2665.416394037268 +3168.9447121364333 +3667.967624592531 +4063.4005868733307 +3862.0979731526686 +3835.234447773273 +3630.3475518137134 +3515.0193549859805 +3874.89995317299 +4017.530754075521 +4051.7984451654615 +4406.394330667247 +4165.408159403986 +3722.3852878226994 +2898.1551937798035 +1789.833697175405 +1070.9007005075437 +861.7789036923771 +879.0652630935746 +852.7566378890095 +1329.2102933977635 +1711.465117648707 +2265.9630050378023 +2708.882790804744 +2917.1063080557906 +3455.7172007733616 +3962.222866173386 +4027.5916965037777 +3823.642958396836 +3876.171866897301 +3623.8791828951603 +3491.0595003377057 +3845.9832080328424 +4040.5443286120008 +3972.3370819585607 +4113.602385072861 +4199.257468181503 +3796.556429800061 +2902.876924995165 +1787.4997730805835 +1066.5384464854358 +856.4838303575476 +869.8249759879674 +837.7284450326839 +1194.5048381155814 +1590.7446800349524 +2206.608927288484 +2508.7328291230883 +2945.838003080803 +3476.344492122047 +3901.298078778213 +3975.503957585711 +3849.811637161509 +3918.874841250768 +3659.667012958276 +3606.699726576151 +3808.0959104071794 +3973.2905497548786 +3972.2445031938287 +4156.05735868161 +4180.1571207994 +3668.547860929348 +2946.351319676323 +2037.0941172815333 +1242.9417238429075 +1127.3735467006102 +1142.0833751000541 +959.8617259154536 +1376.8781276344562 +1594.6333868173738 +2251.5577763423767 +2750.6079695357985 +3085.5220203941117 +3504.4425417749108 +3906.2607637852957 +4015.6641378131426 +3765.8882302066004 +3874.6564885607463 +3600.0338638125895 +3549.699727454221 +3818.156585669697 +3997.177851423877 +4111.861410503409 +4114.865872051445 +4143.4864022208785 +3772.162881049123 +2894.2793992715706 +2077.5698099090428 +1271.1592217719733 +859.6969885972837 +943.0549772287993 +916.502768959474 +1368.4630352917166 +1588.2317681899035 +2052.5972448986818 +2730.2120911183865 +3033.4028569847283 +3477.2921327704794 +3846.095262786681 +3995.091538961937 +3755.7166294799554 +3862.5817829450293 +3649.702568940382 +3623.9376026960867 +3880.3635369599187 +4051.5482947105006 +4027.652165744694 +4048.7372922500767 +4096.498205578827 +3697.513267658554 +2847.2922972506813 +1990.662626813814 +1448.2853412135566 +1000.301602071997 +873.1548427344972 +826.3511581246279 +1094.8033936407228 +1465.8605302397539 +2232.9117004070904 +1943.1088300681927 +2712.806151849492 +3339.2471456473017 +3736.0513888176333 +3824.8140729881034 +3669.153657874704 +3514.291794458325 +3333.7855049540563 +3369.963352759661 +3598.3265026049976 +3935.796376911448 +3778.590441551948 +3581.26742061059 +3604.0494047959223 +3641.0351190577453 +2910.537450002169 +2173.2733687063674 +1297.1556170461686 +1127.634799885391 +1194.856638772739 +1131.7761753409407 +1352.5450759017972 +1761.5023025109806 +2325.0385784046443 +2125.906717091082 +2366.0819733724984 +2670.722081945985 +3239.98244653205 +3721.001595688738 +3482.577288846711 +3616.5098989338326 +3325.1599082854077 +3235.5207587676023 +3418.9533135254874 +3580.321775277862 +3322.4943147320446 +3293.557903120523 +3693.5740212028086 +3544.957068250386 +2754.8763920620645 +2024.138395427989 +1076.1198473010766 +864.0951260557031 +875.3024422746387 +841.5445759827584 +1127.1300152077238 +1533.6434543782973 +2120.8610193655527 +2406.2043332741614 +2938.542001422886 +3500.155740480309 +3891.5866704735904 +3976.602428444105 +3849.8791284067543 +3891.771400323449 +3574.411073794577 +3559.136089717488 +3787.344614645029 +4111.42394359561 +3999.6274714921315 +4061.289040744325 +4159.916996865048 +3753.015811550345 +3041.3757476104474 +2148.5921839446655 +1202.1200631274717 +1057.439541755374 +1117.3491681581165 +987.6938844733913 +1285.7164623322344 +1535.4766901293058 +2161.6806516227575 +2759.3603986815046 +2948.9061427284755 +3453.5330449902353 +3915.0932511929386 +4042.7254798994713 +3811.3867772635244 +3862.3691512401992 +3596.0419409963197 +3613.878631080224 +3866.8816840518575 +4013.610539126536 +4136.0047511528 +4222.737354955985 +4308.440416638446 +3739.8620618841046 +2995.911854313733 +2068.610525347137 +1069.3448082422506 +852.4457839019054 +883.271683498002 +832.8602791283245 +1232.408248654114 +1749.5729098948798 +2125.9453685255075 +2660.0650439906594 +2968.551057536734 +3450.2253051945618 +3902.0778295844807 +4010.8936188594957 +3805.819898937509 +3817.0837234754836 +3594.4010106975866 +3526.2517299955857 +3864.3859206381844 +4065.847711076838 +4025.4225427571514 +4167.768046783914 +4255.987675582716 +3782.454235962271 +2960.462798653833 +2070.2355896812815 +1064.6909121609701 +858.7197381094473 +881.0017172626698 +825.5995355063816 +1222.868454852872 +1743.6746346058515 +2315.7504925669305 +2452.3483309342328 +2994.331549375616 +3445.2121612414276 +3873.1082709513557 +4070.8193721507305 +3814.0895705681896 +3843.6543833441924 +3509.899589969642 +3147.087342163366 +3754.90791892847 +3727.1083870628113 +3941.669265702289 +4059.5697078560306 +4180.899390477096 +3806.3562176492246 +2878.3529648867025 +2064.127403626229 +1319.0556933080516 +1149.0634641616944 +1172.7484838810876 +812.9678216201577 +1337.4457990216877 +1730.3675147573667 +2315.801645073582 +2791.271376572274 +2994.910339401973 +3425.261235813419 +3923.8621394735164 +4395.722953425652 +4372.708785575279 +4545.7780735808 +4245.771948701383 +3974.5511158283343 +4186.746779230455 +4192.2973285588 +4067.8941715595865 +4156.097909136642 +4379.51081228156 +3799.130813762161 +2860.837213754205 +2096.4730080360932 +1157.2331789530201 +848.4229990536812 +859.9867069419796 +812.6015700533176 +1300.5106172422054 +1528.6549247703113 +2281.675354693583 +2180.900563261802 +2352.1418006215936 +3579.336184260422 +4078.390203132111 +4355.482381783742 +4195.7337268969195 +4396.465550598908 +4150.606100450683 +3898.2736222504373 +3936.1500840071103 +4007.0214218565534 +3960.082165755818 +3798.5057877656636 +3705.6147416769 +3638.043324945485 +2573.5960925079344 +1920.5649724414525 +1327.4913530965355 +1138.5338188315882 +1046.8952554366329 +1039.832950111706 +1319.355375934173 +1792.2382326544712 +2244.312423644973 +2100.7722189827527 +2638.593685240373 +2325.4480441010833 +3128.2039510841087 +3616.172733017877 +3419.6822259665646 +3477.6801026541198 +3393.05100107952 +3323.010504991878 +3455.966108878575 +3344.7155571459057 +3391.1266753755363 +3381.932865742457 +3685.0954000819656 +3572.864515553171 +2819.47055584893 +2076.502524074108 +1256.453218071014 +910.9045336974215 +885.2483121355118 +971.6119812696836 +1126.2824423283998 +1395.62324022701 +2254.2122717529546 +2684.5761265180354 +3022.490043079994 +3444.7476812551095 +3875.6875446084405 +4020.2715923713918 +3732.4191400922814 +3850.4857655089595 +3608.9109592203586 +3597.650581837617 +3903.593208485268 +4094.2366775978767 +4165.765138868524 +4182.619342483005 +4235.361238697884 +3816.763356607173 +2924.255716908392 +1975.4130749415615 +1231.9706818060802 +1114.3030608845916 +1042.0030555243713 +1089.3714459193634 +1399.7667437285436 +1400.0638643990296 +1978.1261524863842 +2674.897977573281 +3033.0072763448215 +3468.3040581140144 +3928.3917200536075 +3989.4931270368047 +3799.849587994329 +3785.617239314208 +3578.9083227903125 +3615.9438219584304 +4013.3997957102038 +4036.2318359475144 +4000.8659601146837 +4119.5604811451 +4155.491328319809 +3720.6131680860367 +2909.4202138372684 +2015.5372075033654 +1262.9881770218246 +1030.090980314826 +1042.7253267828319 +1102.683334129564 +1340.8066955615013 +1613.1153372328747 +2120.2944006076314 +2819.2241384562412 +3109.909680726859 +3537.2138180838165 +3884.430095246549 +4004.2681376183364 +3865.1016624855038 +3867.9697112947656 +3606.7119457938015 +3588.651346271495 +3870.0862529889378 +4109.839497974233 +3930.928986161341 +4053.49537771946 +4057.119058551983 +3711.7536852642056 +2922.99685313435 +2058.04293469488 +1297.86976140678 +1109.0916169012596 +1150.4808674651968 +1090.862654348545 +1229.0291040281154 +1402.7556867112255 +2046.0770918470675 +2609.0901835612835 +3025.343228529424 +3479.9007136868454 +3932.2004798369553 +4054.2006495161554 +3761.0012560485575 +3826.817909597908 +3643.9974325353173 +3592.483776250041 +3845.744233535033 +3971.5398828607285 +4025.459261713487 +4094.399820067097 +4167.982262557396 +3823.3695918031376 +2931.4528741198096 +2053.661957233563 +1154.919283028452 +857.0770415977316 +874.0136404383868 +832.5356257093024 +1247.4905262494915 +1389.1509034836292 +1978.8736607639803 +2669.9474198483767 +3045.032024726986 +3484.310532776069 +3951.989200966804 +4116.1307159875905 +3819.8610087906627 +3867.3008578841395 +3647.366340486808 +3639.371421622541 +3869.9779273940676 +4048.5357979314313 +3648.671743703272 +3694.4897053779255 +3732.036248595618 +3687.271901357217 +2961.5129512988674 +2145.6655638290104 +1305.595107952701 +1045.9837234281515 +1134.0615848324492 +1083.8225324980035 +1151.207521920703 +1346.519799708819 +2151.5314028294156 +2180.562903462257 +2728.9642329135104 +3357.820819129952 +3804.3269327696976 +3763.9800027004367 +3663.0587437557247 +3563.779414817618 +3474.032775249015 +3466.3965825995633 +3665.381056581137 +4047.8393731208375 +3761.3953191885917 +3735.6505165191393 +3719.9399512926952 +3659.658805319582 +2962.119217985758 +1889.600446494064 +1125.4054578419475 +892.9552294983685 +904.2706349853561 +861.5106794668934 +1268.777684573848 +1668.2768235014266 +2338.0692041419975 +1998.5345854486825 +2499.352959331923 +2414.275768009501 +3338.649706651137 +3808.3947619982314 +3526.2653411351075 +3503.376715543532 +3279.624525254781 +3246.636026620227 +3506.0446992907378 +3567.952538738013 +3409.884527097297 +3342.290671373653 +3650.741645759089 +3434.717692939486 +2487.2569095339472 +1765.8246651405059 +1080.417938370457 +861.1969791210339 +893.3776911754447 +836.3061322137839 +1215.9122541521479 +1720.116232905803 +2302.4766229302186 +2606.3289466254246 +2718.1979494774732 +3412.578608749003 +3942.757399421558 +4094.0753451371443 +3930.0557210928264 +3795.049116406414 +3624.1083192875144 +3556.1421691845694 +3903.7022683703026 +3988.1704901378735 +3932.365829346804 +4272.494407586794 +4154.39904129097 +3732.243507017309 +2910.6117938069438 +2003.1696882971614 +1328.8354004241437 +1115.4657578846716 +873.0095069679663 +1092.952293954943 +1393.5311594474106 +1624.7710569774877 +2169.4173757397957 +2708.3418739111494 +2944.706206252142 +3424.1927710010377 +3877.7496350493434 +3952.3926257883477 +3796.7645996776428 +3836.096078196486 +3627.63040050087 +3522.394971190004 +3415.8981452080875 +3742.4847538730937 +3989.0437731720554 +4086.621450688768 +4162.558077166339 +3711.913395344051 +2916.069605191558 +2123.2393306354006 +1216.5893241479757 +1020.7210150315458 +1148.1690624578982 +825.0599752410359 +1185.0578688977416 +1401.7842843774135 +1974.0848525127408 +2671.5062716429316 +3008.2607628769747 +3517.448577033646 +3940.9706025085297 +4001.3391183079916 +3408.1974997456755 +3704.2550430766382 +3778.6801377083666 +3783.510917816413 +4084.4335234177843 +4200.915478370356 +3689.6713827763915 +4025.290482408179 +4129.6959947921005 +3669.989423045415 +2699.152307696305 +2068.0501565796308 +1244.3092309774547 +1072.2951958776503 +1141.3443155552386 +1120.627269040776 +1348.494986553917 +1661.6273061889212 +2094.6412482455835 +2847.0680971470397 +2943.2512310199418 +3184.3038205519324 +3488.459021182617 +4042.316893281957 +3865.086588650264 +3873.7015843797076 +3337.11196021582 +3157.0520532187047 +3783.540486722434 +3931.5036649533604 +3894.3879130340097 +4133.83953751097 +4144.793713464909 +3760.295463347625 +2922.2629095642287 +2148.313123183492 +1323.8523798800454 +955.1188338968292 +1144.7907560094882 +1090.021693947812 +1167.365566706594 +1395.0434639196735 +1715.5525304476084 +2442.516355975602 +3015.7520089298523 +3504.9700650090454 +3856.1405796279887 +3687.152922587822 +3328.807552586417 +3810.0223565783976 +3208.6032087282892 +3450.7409342010783 +3898.519660538676 +3642.249515989965 +3875.826488947446 +4061.8871337560454 +4194.458251810842 +3811.850324613667 +2956.233249636069 +2140.069757524643 +1423.7655784080182 +947.6117014996848 +1142.7401165223084 +1081.3802991992486 +1218.7891428746004 +1324.1039269162538 +1653.6603080277355 +2210.7318616781554 +2751.1783953563167 +3390.5020199150495 +3805.18324582117 +3756.0988528552853 +3603.351122380372 +3140.6038639957383 +3347.7818876094498 +3309.5965250143076 +3683.182651208734 +3852.9929144054367 +3442.889821791792 +3510.093933201319 +3663.65591835125 +3666.003343715213 +2946.734695572891 +2205.06518990075 +1338.7851079387017 +1081.881555722822 +1178.666739101973 +1120.6550391078604 +1385.7300021201067 +1655.1300250069683 +2068.3910505821414 +2161.67913745941 +2583.4694106897973 +2769.03473813993 +3164.11080832668 +3600.3112654353176 +3463.658556962443 +3695.745654752071 +3215.162540119114 +3114.6925516030246 +3388.114985849864 +3120.848352805643 +3240.9238873070217 +3330.2433641680823 +3774.178767597826 +3587.3372984690127 +2756.881559729884 +1954.9721392287634 +1233.6758002128754 +861.2102835262058 +877.4143836537968 +836.5110921027612 +1199.750107244813 +1581.4906211279558 +1990.0571257654233 +2700.2321862313 +2973.7986340253224 +3540.5514041166 +3940.209177040569 +4080.930356510554 +3835.019781604121 +3872.6390436259994 +3589.421267420038 +3524.5262468287883 +3895.8684731076905 +4013.767079290326 +4118.3953391426985 +4126.205396453687 +4112.359221800766 +3755.325896177518 +2867.400008194337 +1991.7777042431117 +1283.1628296960284 +1000.8637871113496 +1022.7678433394603 +1124.7797988844993 +1342.7514504232818 +1517.3189475865468 +1963.8293533964913 +2724.5301836168464 +2997.625260630816 +3534.63693814935 +3873.884908010734 +3961.6697871846977 +3789.8459689842466 +3871.5736677317204 +3654.925502993744 +3522.383056893726 +3960.2024815386317 +4041.636024025136 +3958.9086012095254 +4067.899700890422 +4198.4997603565325 +3671.684772873902 +2884.9357667080844 +1989.7337111135657 +1233.1371833988244 +1044.0750146740777 +1040.7609152824657 +956.0532742976999 +1374.7706354846891 +1663.6423157885943 +1982.038647879915 +2697.152393583284 +3028.7581805349314 +3604.2194222353914 +3808.3798664214596 +4003.623508818993 +3328.031357584199 +3806.7278588811473 +3704.6811629900712 +3452.192122924183 +3554.209825229442 +4041.703836271874 +4019.5055043324633 +4121.668533304099 +4109.307814276041 +3701.5134372408597 +3009.5845599002014 +2152.7230484936963 +1232.3548614009528 +1088.538249760558 +934.950478867654 +1099.38981795783 +1352.3774243883877 +1576.9510773012832 +1914.8859082434856 +2738.0824909504754 +3055.4676723777834 +3444.01532368204 +3786.4867613430383 +4004.536609811071 +3757.1914031868537 +3760.4823882687983 +3534.684271301236 +3510.5189905218667 +3836.255855308207 +4066.5224248867644 +4058.367254610678 +4272.79606958303 +4115.36569014492 +3741.6017105225455 +2994.858347064288 +2203.373913063117 +1297.856587267933 +950.3525169079365 +964.8578628918141 +1018.9718798313418 +1286.0509745949662 +1723.3057255510944 +2064.3753848652013 +2843.4188900905897 +3135.58362088625 +3594.261154724268 +3976.446622990674 +4014.516550899338 +3791.5514325752383 +3923.4754273466265 +3662.6892715209337 +3653.232570730899 +3902.651337566967 +4090.175788001508 +4041.008686894862 +4149.57434165571 +4167.919813946837 +3745.9995620075124 +2940.701062681603 +2202.0060052356744 +1324.8920644270847 +901.0723218569954 +1007.9587487269372 +961.0756991576759 +1304.9112901832955 +1439.221460688762 +1875.9623296312113 +2266.1117568793984 +2763.3569075287037 +3430.768110451019 +3764.840236677693 +3868.825177857525 +3705.7688961671415 +3136.9841665993117 +3136.4050548229907 +3380.190615276271 +3653.4747488025855 +3959.110681091335 +3821.0092165272035 +3564.4269194572885 +3607.1529202114316 +3623.8631560001527 +2953.183686710865 +2223.3796689570418 +1231.513007852995 +1040.0959324084083 +1084.5259366052358 +996.5275106700774 +1342.0990546069338 +1695.233479334131 +2050.8546755884277 +2192.869481452005 +2509.850196530666 +2709.8098632179313 +3421.481084791862 +3715.805789847705 +3476.9320205512095 +3506.6436744725706 +3095.6138514687564 +3087.30582184958 +3382.786066807244 +3414.1436483322777 +2994.2004661799165 +3124.2233922852192 +3685.607166724133 +3567.0456269684996 +2833.981780956219 +2078.15460758818 +1131.586722810491 +902.9213261972651 +1010.6299227130075 +1094.9481048937987 +1119.511239827822 +1550.8491443450603 +1793.6223742701832 +2674.6927221458354 +2961.856983036527 +3547.351628670983 +3842.758882831432 +4016.167837294341 +3808.8909034887 +3368.704919497491 +3146.6858339894734 +3114.0265476457694 +3443.9517000849587 +3583.4360369678643 +3654.8791881705492 +3958.3208996717226 +4076.684150633424 +3741.3601506904797 +3009.3168202020415 +2131.3547652566044 +1223.517498908056 +1020.5167660631097 +1078.032786285106 +1107.6025008120807 +1274.002634421176 +1673.6500827103112 +2014.0545731524933 +2807.333157288845 +3051.476390382314 +3167.9805099363552 +3839.5517745905577 +4106.527895070383 +3948.1241814646314 +3821.9467609054436 +3646.601070617634 +3557.7167605536597 +3916.996094856995 +3575.9613432180013 +3546.4670826498764 +3957.2621599103986 +3761.948442954118 +3464.173596822501 +2878.7679037960206 +2149.1348697577123 +1194.1032425470241 +891.1289623540451 +946.9059707824297 +1021.0300084378623 +1346.6245485372838 +1480.7216791672452 +1885.3361655583901 +2792.967017467299 +3079.848288313597 +3562.4821967735634 +3874.3120645259455 +4088.199875157355 +3368.0579053637825 +3865.9831740889986 +3770.6991965744546 +3603.526740956083 +3717.4712533430898 +4062.5103711030833 +3556.9901053874805 +3926.47957361398 +4127.209604761048 +3758.8874843345648 +3007.6254556033305 +2113.116149357424 +1190.6337247422862 +1000.2028508911324 +1172.4787724314235 +1028.5645943814561 +1270.688633745641 +1677.6413998245075 +1948.2869029414276 +2739.747173254942 +3003.67208879721 +3365.6493898581957 +3468.346496129872 +3890.0692454388263 +3650.341167689703 +3853.133576734857 +3720.181559917696 +3588.4745552430645 +3878.460290323639 +3910.1388534425487 +3532.0737402062596 +3801.927625408659 +3782.963569599541 +3390.409154061249 +2863.13818832657 +2199.018123262293 +1326.7808497467022 +980.2308869236614 +1131.3411996127122 +854.3848520853737 +1353.435421462714 +1727.1593920205844 +1963.2399187081103 +2739.8511613901383 +2879.4675836200977 +3078.3919248764773 +3888.739540546905 +4076.0735586771502 +3963.3569034013503 +4194.406935351127 +3600.6071030123644 +3550.2234094549804 +3734.1921096202723 +3687.7652539859946 +4072.205236714817 +4013.7382821085607 +4128.823651272139 +3773.906427111662 +2925.8667340127577 +2195.641245426096 +1374.24027005059 +1094.2345494702736 +947.8099522302567 +880.9760601648392 +1247.840302843853 +1469.6909312637185 +1805.0995832237188 +2265.2217286657483 +2832.323038778267 +3411.0494837981437 +3731.471635859685 +3560.2889699771567 +3600.6160907450258 +3577.173634405585 +3346.3464539091424 +3267.652915717353 +3433.2883845318756 +3954.2767676995695 +3881.7254601527234 +3635.314427902376 +3679.186653433269 +3639.458788348395 +2923.155556088968 +2246.543090498168 +1248.2816457246693 +1084.8412024177105 +1167.462829090667 +1118.7566041099299 +1367.2753425467852 +1462.091193663126 +2051.7144897363264 +2178.890003373926 +2598.4980237674727 +2604.21889200705 +3394.029944714801 +3294.8232477290835 +3041.944229621049 +3056.3604790610993 +3136.3008904629114 +3091.72373044165 +3409.646681014158 +3483.3934948617916 +2936.9863810180386 +3128.2075126987143 +3628.095875446355 +3493.2449189627364 +2841.343020732256 +2089.4040285236756 +1167.890595444015 +1039.1700668639369 +1136.118566817289 +830.2321897486543 +1254.2282951939455 +1385.2901551991486 +1928.790291782408 +2676.442432630053 +3001.854765902511 +3536.4308065678906 +3917.8969731783327 +3975.5939436053122 +3790.6900528808783 +3378.0838653681976 +3255.9368874852357 +3131.746214609203 +3476.9776736863846 +4003.6561661087017 +3746.9077755347216 +4015.8752175784753 +3835.2083896914114 +3716.2129493315406 +2977.4077848007205 +2191.7382203523143 +1180.5903520195754 +1111.8917072075901 +1185.0699400410017 +1133.5247090986422 +1255.8283412215887 +1645.1837037972186 +1904.8604920287382 +2845.1299901956013 +2964.344267410105 +3291.6625017860565 +3910.8438681098883 +4266.90561640462 +4148.911576262177 +4254.881721527383 +3949.823734476351 +4078.787841277869 +4244.088096922836 +4221.294767937179 +4143.186719472913 +4211.979821492248 +4277.644359853944 +3881.437116941533 +2856.2419718791034 +2162.360060435764 +1186.725967510696 +1016.2080262755962 +1133.8622237555928 +1098.0203746702884 +1267.5355723326484 +1586.8990976275745 +2069.36616006464 +2646.9463839872187 +2873.9900214052323 +3864.032749297733 +4692.453513288899 +5080.312997429202 +4874.052275866527 +4944.66096147945 +4783.631220549002 +4731.198597680276 +5105.198399400621 +5207.889573924175 +3954.2768116161837 +4110.752433345477 +4077.9423204671384 +3753.392633838495 +2941.4147255725798 +2098.66182186053 +1361.4220984865854 +1159.5939802386238 +1135.59258217813 +831.3378704549932 +1058.64733599243 +1388.317260679942 +1743.7361442323593 +2422.349742432816 +3053.2170016097075 +3591.8732863019336 +3919.4787406990467 +4052.3371613199756 +3760.126602571108 +3912.528669055869 +3684.68410428506 +3699.418689620442 +3944.34791844272 +4054.0230026879262 +4122.181206355482 +4182.035090634773 +4141.713474590859 +3765.153987925867 +2994.29136434663 +2125.8645986076417 +1421.4801982240472 +935.7021536963969 +1027.7949660950167 +894.9116648935394 +1233.4098032549316 +1412.5076151543744 +1872.4129652652914 +2827.640868173474 +3095.5830574584593 +3502.0730309929877 +3891.6464192746557 +4029.8567051146574 +3827.529143752243 +3842.9380513703713 +3615.1812933122765 +3558.371072828089 +3440.925946285771 +3623.194172173589 +3744.1379954923495 +3958.066053461524 +4099.352213373859 +3693.7793183167664 +2977.5929022815776 +2288.6555418565245 +1316.1312808678913 +944.2249942086049 +943.9219488541212 +971.5506820469449 +1246.9860009812678 +1638.6682544876728 +1791.4659292755578 +2330.275511271904 +2339.121737165946 +3381.084028444629 +4145.030868687704 +4312.208732415645 +4343.251115778572 +4561.532585596455 +4330.398579018857 +4395.492245403806 +4744.438875021602 +4910.820831286595 +4556.966062095279 +4148.745474311882 +4032.949231998121 +3854.92443901705 +3279.786965555015 +2507.4034542428 +1517.1435544058704 +1230.196035587593 +1211.5760372130517 +1174.5939742121343 +1385.2775463819962 +1791.0513389370685 +2107.52564190757 +2297.9188329655426 +2609.4150149314282 +2921.889710547788 +3926.5251803650594 +4385.469954726521 +4537.7353192326555 +4663.28832805641 +4403.715726743018 +4409.716749817786 +4733.069168174395 +3682.203729543742 +3824.5286799543387 +3347.583652344177 +3437.9636738914924 +3170.037595720619 +2751.4864717136657 +2160.3935140493145 +1371.8106055116307 +1067.8533015924004 +873.4340526146007 +987.9407960719407 +1295.8833002693436 +1628.3765739524922 +2051.625931523441 +2756.926227949231 +2548.3847456951153 +3106.7025196373556 +3871.308242729901 +4108.633385364803 +4007.9939641223577 +4050.293122087049 +3743.387014276715 +3781.922244291178 +4036.5899025696617 +4143.857533350256 +3995.233161147695 +3726.6257145437085 +3795.61070437789 +3604.1277380334227 +2961.324197223009 +2139.089886375881 +1389.15601253668 +1050.7363615755676 +1141.8444177952558 +911.1925385027897 +1236.738524460016 +1681.1519586782572 +2009.5363641543495 +2765.2460858265586 +2536.7965327408797 +3427.521770670213 +3970.4573548645926 +4355.43185926581 +4292.807311524944 +4650.748537356906 +4546.455522263368 +4641.715624276895 +4933.822566202766 +5077.825006127107 +4746.431808313992 +4777.317399929808 +4667.985620564091 +4006.35674476775 +3120.395895680317 +2138.881377065232 +1379.4780808611195 +1135.9611495101233 +1155.7606859608718 +1084.4188073303974 +1322.3046332643091 +1665.663053000913 +2079.219916052188 +3153.406933200232 +3420.0230988347103 +4060.5715761414617 +4394.129306104246 +3940.32316840741 +3965.7492645299353 +4232.717649475639 +4042.9264603746856 +3946.414169520506 +4182.662518187107 +3818.9095232540667 +3495.4346154411173 +4079.9334815494663 +3774.9988777260987 +3553.4891353935836 +2609.882523690085 +1934.1075334035472 +1346.0366828679284 +1088.455845142104 +1114.966605980591 +871.5605063200469 +1344.2937919598553 +1692.9146855732859 +2028.3759697780433 +2801.6126580948057 +3062.851238210519 +3604.851978704306 +3910.72525042548 +4042.5617387954276 +3852.5044012405956 +3834.8675175249878 +3443.384096226788 +3486.2786492609825 +3418.781442212416 +3831.842277754064 +4043.2715414520076 +3989.457035614702 +4066.650693008601 +3636.6270084591247 +3005.3339972813847 +2086.1788570996396 +1403.450789982531 +899.8384621067307 +997.2501347744945 +974.511132941606 +1306.933555551095 +1420.3133992463622 +1856.64902577512 +2816.7871700124456 +3001.036813015514 +3095.5383683382734 +3829.6777856652343 +3956.046720956605 +3653.4479583816787 +3759.596251250866 +3631.7560671754004 +3569.4247592917445 +3742.874102943714 +3751.4714132470494 +3797.847253313919 +3963.6244734310876 +4143.533847850954 +3623.5203300475528 +2879.5604956437433 +2327.5224074425596 +1242.762372842498 +907.3700044897207 +1045.732887041383 +955.0399470296755 +1223.3550355500938 +1471.082753328714 +1856.285356247356 +2369.3694542974567 +2742.186015210701 +3005.652390796308 +3794.0708638144642 +3841.0928562862446 +3794.4016293500445 +3828.363794057145 +3975.6354692923614 +3896.4596992160396 +4364.376673627287 +4301.416752657646 +3908.3818181064375 +3752.8953871201675 +3717.4291775723896 +3940.1500360671616 +3321.7814897586445 +2346.848718014439 +1389.3404240852149 +889.7703713629676 +885.80707082109 +840.55715650711 +1135.9015444851893 +1600.1247809191386 +2038.0327578229774 +2002.5715885933098 +2439.2019305921717 +2866.3612118632846 +3519.6738103468615 +3852.399976077446 +3809.3479513954126 +3841.820936660182 +3829.3206245084707 +3781.966181979638 +3985.800379497666 +3903.143127919252 +3424.327136532833 +3319.439237656302 +3021.137359277663 +3101.618056819379 +2547.269636039971 +2067.29682005725 +1400.1612741728404 +1029.576849696138 +1116.5902611290107 +1119.0471741799163 +1248.1822440378646 +1487.6484090742274 +1968.193923886539 +2743.677797575485 +2913.4526554351974 +3076.61055054369 +3492.375225556438 +3940.730492940398 +3777.2169299764328 +3861.0535580456335 +3714.1868381822323 +3705.351988391518 +4169.071515273026 +4325.0081818000535 +4033.412125826193 +4071.3223105028396 +3742.0614116383654 +3671.169023448616 +2876.7694954754475 +2079.8437765273825 +1323.5724209370696 +988.3452623406795 +939.0158068509697 +811.2587358492663 +1314.464764234878 +1569.937290332558 +1909.4138465231804 +2777.7405933976456 +2906.1310032075226 +4020.2724885800676 +4683.485059568403 +5003.747845158124 +4746.076461257485 +4856.017623477862 +4650.218853651318 +4669.086034836387 +4975.0188239179015 +5101.963658174704 +5018.253063706781 +5082.51382477603 +4686.456047184553 +4431.741833115492 +3532.9310867647137 +2892.507762414509 +1750.0882515913313 +1404.2466703322784 +1286.4260973972935 +1142.9606008686646 +1430.5915953737651 +1773.7715360492352 +2103.241614157711 +2979.181383106066 +2941.97977556794 +3784.2941786931506 +3887.4699966226945 +4012.2351019788075 +3872.376097498664 +3853.4949934512997 +3608.9771208056286 +3591.052809522494 +3843.197202807521 +4003.003616817736 +3995.1635094209128 +4017.470184944261 +3788.2494360350106 +3681.4828173611613 +2897.6088290621647 +2207.0835123456523 +1225.2360451274449 +1115.9370832940497 +1225.7927949830637 +1179.0326974020265 +1314.5746689751056 +1651.415335137372 +1981.4746177632642 +2793.6436018031427 +2891.942022504244 +3047.969842104542 +4047.437477579115 +4422.221625649137 +4223.824648746247 +4386.865922498208 +4120.511387658836 +3747.9811246017734 +3868.1260860271045 +3565.8010402614536 +3787.0190334290924 +3932.382134547466 +3726.6072102068406 +3554.9602405523206 +2588.5659762118707 +1884.4800536633322 +1297.9732902060002 +946.7643520544383 +1098.737257968067 +1099.7295554087739 +1282.53079535923 +1589.9052890415815 +1755.4025860815955 +2775.4867353930895 +2540.3373251373464 +3501.656093361966 +4473.455431847537 +4662.574385808814 +4480.403104639263 +4543.608795764817 +4578.229379849267 +4559.574086525752 +4937.868337326552 +4998.9510324503235 +4862.987068147253 +4752.421196937089 +4231.782997560787 +3679.9889223268983 +2615.398060561118 +2042.4645228325264 +1387.628562818532 +1125.6226292873582 +942.6769317599468 +885.1957604589877 +1225.372214398634 +1400.391864525114 +1900.0529757953327 +2203.883576557608 +2350.134055259752 +3652.1203149660173 +4215.056276935055 +4411.133619709109 +4374.891148916458 +4545.162708471742 +4334.261625167295 +4374.829425409062 +4665.633707502639 +4846.473243015427 +4301.7935125237655 +3963.6117217934543 +3529.5976514252134 +3615.795683782036 +2945.8818420307307 +2115.5225864781933 +1122.2776395928931 +895.3210051845701 +887.9468858173863 +1101.072506295128 +1375.8131271689858 +1743.1688511904558 +2056.947234335514 +2427.262907106013 +2809.1341685024345 +3015.4889299448087 +3567.138693696406 +3597.1273283654405 +3158.771961949634 +3479.5901695311663 +2785.81126517861 +3078.00035531867 +3362.213608124421 +3455.4726485179244 +3283.82483332294 +3387.566052955349 +3432.5982307442737 +3523.169505102038 +2818.70975160078 +2081.387448897844 +1434.8709200786602 +1228.6618830353104 +1249.5682187320133 +1145.2519692304516 +1382.0313770031128 +1711.2887225846594 +2060.7515572742277 +3353.0379586826316 +3615.128354457415 +3722.1939776871122 +4353.961116497148 +4557.674323804604 +4178.493523196339 +4091.241059554853 +3589.105474213332 +3607.3794199622866 +4093.1158809946346 +3883.2473478587776 +3572.2675450028764 +3860.209247264485 +3493.758435566453 +3383.458027149006 +2684.725511958448 +1960.1689374609593 +1260.0407664483 +1078.9477662026502 +1056.6047283893886 +1029.1778970880794 +1300.9236717161255 +1472.5355756072765 +1984.3548860231945 +2818.674541591175 +2860.582041237125 +3107.4152188352664 +3972.6125134255685 +4525.862459335699 +4202.159926723916 +4181.984819659674 +3908.9859273000898 +3904.984342633606 +4276.377746518594 +4339.10112391607 +4137.128565036524 +4043.8782200091723 +3510.6291331436064 +3393.5529618949618 +2594.6224996752044 +1868.3375756051098 +1059.1749841975018 +838.206322242677 +1045.2447280979275 +1009.2387214814298 +1294.8938384738265 +1368.4321930026485 +1754.3206964688961 +2795.526905225173 +3207.2920281728098 +3822.2896210760546 +4354.307166235983 +4617.367270995837 +4509.628853612049 +4714.8159500214215 +4588.946073673014 +4559.521862164643 +5000.699349642392 +5070.032839594197 +4947.611103617769 +4821.011655883534 +4353.611974180113 +4034.277822435713 +3196.7188173423724 +2298.143498325881 +1425.0990324079257 +1178.178103050697 +1187.9635582148226 +1133.3221780681367 +1362.6836235238957 +1667.7311298668994 +1996.7464196716048 +2770.112276014251 +3101.5524806951025 +3647.661563980928 +4327.585322698079 +4662.279949070684 +4625.534295092362 +4838.501485447338 +4690.802215008185 +4662.208306882749 +5111.738136949247 +5266.406607478586 +5143.227639333628 +5261.9052595728135 +5041.487188093545 +4753.859337505339 +3810.9548834061243 +2838.030432410409 +1743.410225120303 +1478.3363488634811 +1453.1540925981415 +1413.1802390671544 +1780.8262242382782 +1875.591784470014 +2250.885758209544 +3759.3009720124915 +4088.259569497589 +4698.95142706389 +5148.0302082613 +5173.1762849925235 +4936.108090763609 +5019.373471737809 +4792.905937641811 +4719.969170713279 +5003.1387873472795 +5047.741439691422 +4886.69168348633 +4647.536012988061 +4267.500313519115 +3901.592447575367 +3161.3098197332915 +2393.3209894687507 +1524.501363748691 +1184.0814105934978 +1168.1177068726745 +967.0459747537628 +1190.93114315655 +1658.541936111224 +1990.4862924333227 +2213.377863581278 +2710.1091946492625 +3032.072459461208 +3342.8188713304276 +3795.5178319308534 +3911.253959263207 +3982.524148641519 +3747.916911747636 +3923.7861261615462 +4314.268390386627 +4517.732550444967 +4042.3276323563987 +3885.1873214189086 +3404.1383216901995 +3237.4371730758744 +2597.9493603596984 +2254.021072199396 +1392.5826205762946 +1079.001081406098 +1070.651183125733 +843.0734984351462 +1256.8670545205912 +1694.8713827151587 +1823.6265153160755 +2158.463117594006 +2552.4409943038368 +2397.4305354743788 +3421.314852129286 +3911.038777007508 +3817.828817726112 +3976.069321856977 +3801.4790489054603 +3991.3026545470657 +4208.115278037814 +4182.875360659453 +3669.4616878496126 +3592.1845797915526 +3677.471368075979 +3660.1667300061035 +2911.811512473794 +2082.9793885835666 +1398.0079938872086 +1164.590031115609 +1204.19145409259 +1110.962454024245 +1047.218600892497 +1376.3510195265899 +1742.844030013886 +2389.2727602687146 +2541.729148088044 +3347.164357653645 +3860.072643278957 +4070.1496740830225 +3800.0975053145066 +3989.641151150551 +3895.5386036999103 +3804.4326671677786 +4233.938761251632 +4325.659575411433 +4181.424073737803 +4155.1507734776405 +3483.6302808667187 +3607.87979609907 +2849.6414431462017 +2098.42151252588 +1272.832223082423 +983.276572604457 +1016.8697759012072 +916.4372829834085 +1343.2267758969476 +1435.5243908691052 +1838.5583860591105 +2788.921012368614 +2636.6670974444773 +3439.202400900364 +4150.428148382615 +4593.087891623387 +4670.633774648163 +4728.269809847505 +4593.0762059168255 +4608.215913262938 +4952.582602245902 +5198.940137689784 +5000.468943610401 +5082.056123978952 +4628.441267596409 +4087.7720673223594 +3053.3825149145864 +2017.8623015857142 +1061.8290706819319 +852.6114838599324 +867.4006050441196 +822.0125500957456 +1042.8782826424601 +1378.4935056370944 +1732.0486917216406 +2756.8526667864503 +3167.9109818601255 +3866.748458911518 +4505.370965706407 +4854.029476511841 +4817.498492276592 +4833.540234110943 +4616.676720612378 +4595.292252800629 +4908.737096675361 +4904.380809496811 +4770.206519309708 +5133.306814681878 +5011.485270044417 +4752.851749520966 +3849.2862840233897 +2952.4872757612934 +1714.611564754009 +1372.9389926056401 +1308.9937168145002 +1248.5777390710907 +1573.5811542394129 +1894.986761315055 +2244.8219137877736 +3836.6430734023083 +4061.5778148032055 +4577.308114095349 +4967.9506783094 +5054.363301627002 +4838.538419272017 +4855.124140061825 +4669.705020958407 +4499.60618219501 +4980.315539015779 +4910.883223559689 +4641.924886613221 +4519.905250466695 +3998.8870746993066 +3790.641018768784 +2952.264084050306 +1896.9839849932712 +1152.293825752535 +845.3298282102345 +873.126661686303 +812.8726944120552 +1218.2370676741007 +1586.0421063539509 +2060.0706133004287 +2728.695040837288 +2537.088909706903 +3468.0027960907496 +4077.9527733677105 +4300.625605625767 +4090.5089474525653 +4261.059360857819 +3808.966748534812 +3763.6760226929796 +4104.7695666564905 +4224.097451227426 +4017.0599749593043 +4149.994168918507 +3873.39851859947 +3720.1019254473363 +2552.7399355548437 +2152.3427058956354 +1439.760460813532 +908.5197135709747 +984.5973858323658 +1110.4046604028545 +1262.4396979397445 +1394.6512543625872 +1762.7726840588439 +2298.715461950022 +2456.363132374892 +3319.543614948843 +3838.843927269179 +4152.172735042108 +4194.117244733744 +4458.378119248123 +4206.066156512885 +4335.275124174859 +4526.497072055635 +4868.87907802777 +4764.81417287679 +4605.266343845256 +4033.4874256230787 +4122.807251824068 +3323.4374440599563 +2277.0542657026076 +1421.6875776353745 +1150.9276779923753 +1205.577956742336 +1171.71870374326 +1364.8402982626217 +1750.3049498772102 +2104.726833611164 +2560.8638879038585 +3188.749481584114 +3841.0228893074827 +4626.774418791868 +4855.143802482422 +4635.792507050007 +4660.6845837604205 +4395.738033649391 +4438.020764373002 +4747.933024228654 +4828.809812978124 +4488.125587616676 +4577.521485145899 +4408.644732999772 +4329.387767839301 +3417.866985946758 +2661.299805983959 +1754.184519366934 +1523.8528166500887 +1561.2631113455745 +1440.7268604081125 +1830.6619794350981 +1964.865192232487 +2436.5446935515993 +3978.69068411634 +4151.880968752375 +4804.443615561976 +5243.900955034569 +5301.015277702744 +5181.932728205942 +5135.534111032798 +4994.610872020335 +4875.410587900109 +5358.218672729744 +5364.468548585414 +5093.16538833053 +5301.50576527139 +5089.3100533124225 +4741.120149999587 +3496.5160268042946 +2376.5597479862477 +1381.700700119128 +862.130047059342 +1041.4467533838636 +1046.6974039342583 +1194.2292618466283 +1600.358487174402 +1908.3219566017738 +2814.464851272073 +3108.495327427291 +3532.9171165181892 +3935.912093439695 +4048.6761006143115 +3835.6908486177085 +3893.061473868248 +3545.5298525915937 +3533.6766952267817 +3844.532775017862 +3561.4779183159485 +3844.5375425437715 +4029.6815436852453 +3765.971588678276 +3674.847732597045 +2908.428721470713 +2144.5494972550223 +1171.020457182761 +1143.530239534894 +1168.2051152514475 +1109.24238882032 +1255.0143095375488 +1466.083263221376 +1898.934344104796 +2822.713827941905 +2981.8290908273702 +3479.2979542917506 +3869.3267330849203 +3923.673087885782 +3295.153931467759 +3699.609205426265 +3573.7371616834894 +3761.3784640188296 +4090.971089640482 +4373.780845121921 +4338.886151683903 +4115.373369631183 +3763.86588862228 +3546.2855058998343 +2895.4126559454867 +2124.833434630068 +1378.5248235336974 +1130.9155573279495 +1140.661249010478 +968.745634787788 +1223.6945654730434 +1714.0770283884758 +2038.8431026280393 +2703.907173490828 +2574.145862855015 +3421.576043308946 +4124.135721588503 +4328.956764185911 +4255.23509445598 +4223.652481845757 +4090.6396133061694 +3916.0913062684817 +4422.590307770873 +4374.331902173824 +4198.003762206648 +4319.838194906567 +3924.3168693078114 +3709.030617702567 +2608.9801937728644 +1883.1153068842723 +1381.071379628582 +1124.4897681150642 +1082.2291358075329 +1000.1435782647712 +1253.447989485527 +1610.0128750763877 +1882.04227534123 +2356.1451506042163 +3198.858431452141 +3875.396568288479 +4426.024952362133 +4681.8799043477175 +4752.951304566581 +4824.6156176375725 +4665.1863446168145 +4697.445804896269 +5007.945392942466 +5191.4122461297775 +5059.279549234828 +5163.667595984398 +4841.560947207138 +4437.762920012447 +3480.998395862073 +2758.930254564921 +1760.1967964037779 +1300.9295397817223 +1261.155126524512 +1204.342930671413 +1616.874634986045 +1826.1938431724284 +2225.276070960569 +3407.916116881258 +3920.046765997441 +4759.125094673291 +5158.649596376514 +5166.956256251412 +5067.649928577091 +4967.649229320981 +4863.047551188019 +4782.0239891255005 +5185.797493694116 +5631.907489232372 +5277.87732584665 +5120.12840133741 +4737.488900410406 +4968.003515795692 +4224.844575160769 +3483.730516769449 +2373.9327774015164 +1797.6929326038842 +1849.0437410694021 +1711.4080713693213 +2231.105094638956 +2790.611084399436 +3121.7559338020833 +3484.5512338652898 +3762.6937961750637 +4143.535827522853 +4839.028184784195 +5079.124749010402 +4848.505223646898 +4779.619269462073 +4606.959231190237 +4547.911172241131 +4723.285321253788 +4775.500816259969 +4471.164992656761 +4491.161998419789 +4576.037670686935 +4602.906109675147 +3714.1033682753264 +2885.5560589200227 +1686.7198050076117 +1309.749728540326 +1296.6024547470174 +1212.7307739658258 +1434.4078411215085 +1747.543238136578 +2091.5133537995334 +3109.409646139199 +3560.074017902964 +4249.779500410275 +4333.115168577191 +5053.396580928573 +4838.565588221844 +4934.443914766895 +4680.8849754805215 +4698.883203082421 +5068.522003280078 +5210.965931735142 +5087.762189618132 +5131.28616350686 +4703.853432144778 +4208.4241241884865 +3361.2340412800936 +2417.3524319765074 +1440.1050186721607 +1142.6701084799502 +1171.5417293517944 +823.3700207427031 +1028.0878226231546 +1516.485538672396 +1701.512640870477 +2799.425120364216 +3499.426531480994 +4541.017984553646 +5097.380527925797 +5171.314177442358 +4893.795941041361 +4978.634682159833 +4726.856008721214 +4726.511336884521 +5166.715381853074 +5303.538782594192 +5158.640685084909 +5280.410629131277 +5049.3680252381355 +4764.40730273022 +3724.4938369917327 +2634.6259750542204 +1559.6556969283024 +1231.6887304314378 +1262.7962439903445 +1187.213365368872 +1474.3749549278634 +1764.1686694461991 +2097.454631993145 +3386.37495218917 +4037.053492235072 +4600.702015335468 +5056.276245775148 +5121.971296570504 +4833.662159255795 +4894.084319737518 +4665.224827609713 +4746.335845751358 +5102.38592620868 +5258.211507060483 +5075.830908844339 +5148.441640926136 +5039.337392840277 +4813.312898941335 +3478.0591741108965 +2316.5077957113795 +1370.9511938464161 +1123.297883624389 +874.4512047062232 +819.3672424437852 +1285.1666370171445 +1623.0840637171311 +1840.251295180419 +2369.6964534461467 +2868.810832035255 +3784.875376873147 +4349.1449772891865 +4541.963946123287 +4352.065350536309 +4661.019947036189 +4390.369364675264 +4406.026998971838 +4754.559706906003 +4882.1605159929895 +4750.954408188402 +4685.173365561825 +4159.694414485362 +3911.714021864635 +2975.069050704657 +2124.457312386591 +1416.4617224149251 +1139.7888545131445 +1153.8366376134286 +1115.4344881916188 +1298.0770578443078 +1370.0827555640556 +1696.3419878012714 +2444.23031759859 +2867.6877273786495 +3513.8481865635486 +4161.049501869508 +4370.415216703598 +4135.5376139859 +4331.216199784304 +4183.521018287146 +4054.522284926784 +4566.1529629508705 +4963.625272460043 +4735.005671956715 +4564.075476277254 +4104.034021042277 +3784.2989801074514 +2917.1378333226826 +1991.3182451739212 +1158.8692050480222 +863.6996526328102 +1107.931288986904 +1002.0372873337787 +1312.8371941430971 +1646.174032307333 +1957.4640445122723 +2068.545338070174 +2736.327611544455 +3790.6843334311475 +4271.67267085139 +4449.62506280144 +4530.900715925558 +4595.239018334882 +4436.473461494572 +4441.394156685011 +4701.307352976783 +5142.955610482248 +4808.760979862211 +4602.512825644127 +4006.4699871332546 +3796.9498660445083 +2932.743986674052 +2291.3661173256337 +1417.5024487374253 +1101.3391468159289 +1056.5653758189223 +1118.491882623843 +1283.4963140767732 +1683.6983508332319 +1969.5324770036714 +2125.9150306853435 +2783.279341140727 +3431.096535629614 +4543.372112588427 +4826.079934140473 +4634.976122930151 +4617.604767265103 +4429.1093179835425 +4403.292857110459 +4810.862364258054 +4835.561015585158 +4521.756117519214 +4557.504543884042 +4619.836103952869 +4528.442215387418 +3801.7630863852155 +2973.273035003056 +1703.6657646374567 +1391.19564338771 +1396.3268961118154 +1342.8337760880775 +1602.8284961079826 +1876.70089624514 +2296.1219558665534 +3836.223891479267 +4087.010536673432 +4693.428016968519 +5151.266276606098 +5275.518481280334 +5047.529604183249 +5268.545348902471 +4907.156344607245 +4922.688853556961 +5376.8943663236905 +5512.483353959909 +5277.529713326437 +5401.71302360091 +5170.603990029874 +4941.189099813942 +4151.246639904127 +3330.3162325456824 +1971.7206282438879 +1563.5529629498728 +1570.864667560844 +1453.9230979495978 +1896.2406277501134 +2190.501926756874 +2681.483915563919 +4083.379233345039 +4401.573428917998 +5009.271151462666 +5460.756936676216 +5613.646760153071 +5392.183234478957 +5573.998231923066 +5176.372764303569 +5177.555505891407 +5588.343797322997 +5797.782149248355 +5580.92151201961 +5687.6867943138595 +5553.474269706276 +5116.948753652496 +4199.699416911777 +3299.7950900534734 +1805.8859424864356 +1390.003945730684 +1316.7647156175858 +1229.1988816575442 +1454.1502185933568 +1727.662679002746 +2056.7382063789864 +3047.6432992773753 +3455.6946781127376 +4536.37928397673 +5061.125483553209 +5141.735814730561 +4847.753349034718 +4971.863211668225 +4801.4866724521835 +4775.4602632469805 +5138.30785557196 +5299.415432939487 +5041.025129064289 +5181.586432190012 +5047.808842346355 +4880.1720536186 +4085.103927358378 +3248.8378557388164 +1808.8551885726133 +1419.5245125865872 +1390.1432431906353 +1270.6843285092425 +1729.9510398453479 +1960.9513300741974 +2415.2741509959646 +3919.839706180058 +4096.425941228172 +4711.151097900002 +5265.520302524025 +5252.204551626151 +5025.266734538048 +5169.846954182637 +4860.035753088932 +4831.374365837628 +5315.053821210444 +5384.510584284724 +5298.512340266925 +5445.905261468184 +5158.814603597031 +4905.915222899586 +4121.154137929732 +3252.088784385063 +1929.0921886979265 +1427.4193667482018 +1296.9663418077196 +1211.1064027197021 +1444.583295793697 +1691.0941174771056 +2034.3295539245282 +3138.1261532614026 +3511.925661594115 +4245.160718419512 +4839.049238673925 +4940.37302495654 +4721.89395730129 +4849.9489732991515 +4630.776646498683 +4652.324283183431 +5023.382320731264 +5178.800861374678 +5019.423299208129 +5095.14161394746 +4576.093900077894 +4096.927648834194 +3185.511825535405 +2429.2742634871574 +1523.2977421425674 +1190.1376309522027 +1154.3439716680546 +1092.751403338459 +1265.930895446526 +1303.2280842128855 +1932.9830469135238 +2541.847106745624 +3289.3736500597192 +3960.2735881733065 +4606.340773305588 +4713.0279237595805 +4643.391278016243 +4656.378834667423 +4507.115870406782 +4524.677825788419 +4761.690294730896 +5171.090470283211 +4834.971299570504 +4606.12456980599 +4249.053921589602 +4317.654630968795 +3516.125589999521 +2769.4370644199894 +1633.2821560878526 +1303.6380442838906 +1430.1870422413438 +1361.5058011099582 +1721.4345915352276 +2160.124309168274 +2430.5679581014474 +3344.672161770526 +3647.2371559487033 +3868.7977290343188 +4594.324879409953 +4790.705688326199 +4505.98971730782 +4586.690096655083 +4439.710748822679 +4409.0977442025605 +4725.948103376999 +4802.947502942832 +4485.047417438098 +4496.790436090137 +4163.980677479093 +3954.3006860284713 +2936.7754570992233 +1974.8610806996803 +1359.6996633128645 +855.979866665514 +873.4151506955664 +1015.6753469312853 +1175.6899999932355 +1698.5186954918252 +2062.497158182029 +2733.4616150345187 +3505.3580518125414 +4244.8037465713505 +5030.155659870779 +5067.309116564377 +4928.806595343906 +4925.764920938072 +4743.783448006004 +4736.9193261301925 +5139.846220699639 +5300.975761775652 +5110.596477085188 +5269.203577240607 +4855.145282120395 +4375.406190797219 +3423.5832061251276 +2492.691207207021 +1496.136454101787 +1201.1925448991717 +1185.021282706921 +1127.7398092644353 +1324.701477293841 +1666.5911284201532 +2005.373236483052 +3285.3486155484916 +4055.3308930947474 +4565.128458586246 +5083.385589677328 +5147.851793958576 +4924.169722033576 +4927.951676054203 +4803.494059045739 +4706.520311326101 +5168.151995738728 +5309.578291892305 +5087.681799346844 +5247.345900398525 +5104.334029231949 +4872.102667231804 +4047.3315425917826 +2921.610851004854 +1773.9796714583852 +1410.6785876384704 +1399.9727562515818 +1255.2448984069972 +1551.8264963876056 +1819.9926165262063 +2190.4834111757746 +3481.8355323750116 +3912.360844342808 +4641.063694287732 +5271.040223373551 +5448.561846061229 +5254.044914531777 +5294.1870032994975 +5010.141344495141 +4910.9005467820625 +5357.982833021043 +5546.068953739012 +5286.110722636978 +5423.128890797586 +5054.945342213516 +4724.393837273836 +3387.844580560573 +2418.8622214683323 +1441.1843885714795 +1173.9389602483327 +1156.5222079251982 +818.3095653831708 +1234.1118002481307 +1735.1243867861033 +1849.4262870811478 +2367.4737780997525 +2953.998135922936 +3834.2999872196965 +4356.987575702063 +4612.28989451117 +4523.082765524567 +4548.995492398294 +4619.94046125941 +4552.458387898013 +4939.45165967049 +5155.236468376807 +5019.424340149564 +5068.672142158275 +4502.43289356371 +4158.153879048282 +3046.188868990965 +2016.1615565443574 +1147.3475112172332 +858.7715964779966 +861.6533927563704 +1037.0035934101788 +1248.09076279454 +1571.9621384835916 +1890.2088862705034 +2640.85951606062 +3136.114415043644 +4096.852092636666 +4517.018206927998 +4997.992955558985 +4813.56077920316 +4864.229030944376 +4679.877397965636 +4670.073513667634 +4959.470232048771 +5118.296591920744 +4943.960460268716 +5020.188736625056 +4609.338183577846 +4249.499989077628 +3338.878767701973 +2687.2492271512488 +1660.221226177583 +1273.3312435584812 +1338.182401059079 +1384.6871270221973 +1601.0217438411523 +1789.4929122255214 +2247.0031643936763 +3352.070475916556 +3848.4855067443473 +4567.132950634961 +5050.0214305643985 +5080.985908575786 +4858.704628672641 +4872.265577762601 +4878.745002373658 +4736.510511751474 +4996.96399312339 +5301.641656622478 +5001.113866682323 +4832.778502614643 +4533.2676112206045 +4503.2213277479805 +3594.5700272196095 +2537.6364819341966 +1575.2947489483047 +1251.4623103809083 +1248.9803793476729 +1113.0758370202138 +1312.7775000210954 +1714.0008751869107 +2048.2375038580053 +2802.0769274739955 +3274.085552698946 +3907.3655327357446 +4653.023710868302 +4858.09030111523 +4633.457701455977 +4573.707463018012 +4406.895140635188 +4379.191633298401 +4707.6196936630695 +4685.638134570805 +4399.916307232389 +4421.809245647214 +4441.478643848328 +4042.5529584086066 +3168.3356155419256 +2312.003661780961 +1425.6487968830002 +1145.4610929737648 +875.1932480593289 +823.8793736386281 +1021.7224450316485 +1374.4722076087248 +1745.85970251679 +2909.7487032969 +4019.173188664445 +4614.188503159294 +5109.765177011782 +5255.569579614876 +4929.298784889734 +5006.842439800677 +4823.984191197342 +4792.526055376921 +5243.556976523402 +5466.483562590964 +5255.845799547302 +5358.701872886326 +5082.436734297068 +4759.245990372572 +4087.697763869921 +3065.783342937739 +1703.5582567435217 +1270.2558300884025 +1289.0627402570935 +1231.8761893396222 +1550.481190491609 +1835.1121435727798 +2236.8722465833935 +3878.5571390039045 +4114.427903841938 +4700.712840201711 +5224.798785077009 +5398.019118975508 +5167.125894676825 +5249.534365805413 +5018.129363687363 +4948.367678857969 +5392.216280697022 +5633.482636532403 +5379.014701428968 +5556.303787428758 +5090.077697654543 +4529.7691548247785 +3511.2639609371695 +2416.241605598504 +1465.040131861364 +1179.495994912395 +1164.8106961891604 +820.9465849558795 +1075.5883346112353 +1543.3757360131801 +1726.674537132409 +2884.348437504653 +3378.785787384728 +4090.3802655484365 +4769.223126230359 +5097.053436262596 +4819.199291245185 +4847.856830621366 +4650.0323470055955 +4607.933108757881 +5019.5764143085 +5033.636187950535 +4875.515639902981 +5039.938339931263 +4479.771028375002 +3950.7017431754225 +3079.8993379699596 +2195.5323824680236 +1352.8379342019416 +1071.360103102329 +1135.4290256579761 +811.3211949114357 +1305.6605733532913 +1728.971830527584 +1855.37206573166 +2386.8814570494505 +3346.0059323461473 +4250.107210167846 +4941.234522973186 +5100.525391639405 +4865.808492404773 +4946.050439393785 +4729.164767018366 +4690.433095834269 +5125.965394330862 +5278.793157330829 +5161.229599796709 +5253.974412957476 +4909.77212470051 +4513.297336929869 +3435.19329036825 +2536.7484134297456 +1566.448923584442 +1194.6088725377097 +1212.4254740740867 +1110.765723168666 +1332.2269952171537 +1648.3861386357712 +1979.1506455807648 +3042.8183076366226 +3788.858478963289 +4640.199312746219 +5098.655290544051 +5182.3197988137845 +4972.954197211181 +4990.818411613536 +4894.573432663066 +4798.757913629248 +5205.670599687443 +5316.246835576381 +5190.590070386619 +5349.333589786489 +5121.981494946147 +4915.920783763423 +4049.3767230655462 +3174.648768186985 +1955.692678079006 +1553.1166361389855 +1561.7224073655116 +1478.1623835878147 +1935.2467700133966 +2030.3313993401512 +2439.3274488696975 +3457.3002859930716 +3959.4843573248054 +4710.336204562148 +5099.0581691520465 +5177.421082190923 +5037.441023544022 +5070.96795774339 +5058.282374055107 +4954.128244862784 +5368.011843763664 +5539.2611867755695 +5277.130221483193 +5195.46049345791 +4869.603985166 +5154.591615950379 +4388.500176230967 +3523.2062933170196 +2521.766179096117 +1850.929755849326 +1859.9377275425975 +1761.3399187541602 +2432.027813814383 +2807.1718095865376 +3223.4622330943803 +3557.755560765501 +3773.314252805773 +4164.492142673532 +5023.044124631329 +5196.42594809175 +4859.846025819506 +4789.783952873168 +4677.007480937797 +4679.6646075505305 +5212.83687184093 +4955.388193856752 +4610.992995811468 +4656.575121843855 +4695.08893546958 +4753.728355802953 +4060.1422872385665 +3314.398260283981 +2337.6804893671942 +1829.440696995696 +1752.0363539627776 +1732.4562770129085 +2245.9529811493635 +2440.665646895728 +2901.236201101141 +4111.352541637393 +4304.036010048472 +4866.709916659902 +5301.335928119822 +5415.119840806263 +5189.630736845608 +5259.747591580778 +4994.699666822686 +4833.655760332941 +5455.852395279184 +5470.150222689458 +5409.709701564574 +5614.155658610639 +5225.29737883045 +4956.3966139563545 +4165.289192423003 +3280.319719152576 +1788.4180893771058 +1453.342175863743 +1437.3019239920513 +1335.503185817415 +1617.7639283744136 +1860.54756929837 +2279.3783452029465 +3901.935453867969 +4126.247825430941 +4994.9147440149 +5222.102789049374 +5271.149203653941 +4934.100847687473 +5106.145066214398 +4886.965100709384 +4825.711414673637 +5444.237070170149 +5517.558899283731 +5312.414404380021 +5457.801941952033 +5154.102656548829 +4968.025171243607 +4161.022082208553 +3304.14380477909 +1962.8873478341025 +1584.596524487297 +1638.0158788981926 +1616.2298778120837 +2092.069857238998 +2197.344143437214 +2611.1094516295498 +4024.548150902146 +4273.888084157145 +4896.45433207058 +5408.1161027630815 +5502.540789669746 +5334.4000159409325 +5361.605153411989 +5220.618873943896 +5163.026952365021 +5617.4343169689955 +5650.786655643689 +5464.313169450555 +5748.005219978346 +5438.8662795386135 +5171.016225227623 +4335.0736576047575 +3445.244721959605 +2425.5036594126113 +1883.496338167812 +1895.9372027170084 +1837.2620922118583 +2416.6069387544167 +2728.853106481374 +3284.45029988986 +4164.592308471908 +4340.441589748677 +4974.040701562615 +5392.563607573876 +5605.040361342012 +5394.30078959753 +5510.357580733493 +5325.7143772545105 +5191.651028266943 +5697.054383934142 +5552.274200205349 +5515.547265301485 +5802.739796933826 +5517.211612805588 +5402.381153675923 +4503.845297249396 +3591.695775462637 +2597.4907806340634 +2081.555893241916 +2119.8765925974494 +2069.899499281601 +2492.968171878707 +2930.012894386992 +3255.2470871259025 +4177.375001442857 +4417.257443419051 +5026.587204169258 +5486.976236976657 +5479.195747754037 +5299.865436887006 +5375.5908494379355 +5124.770118912022 +5120.494351179009 +5449.086551176334 +5656.867004095187 +5439.874252398936 +5705.775446408844 +5481.616690261295 +5126.609981646653 +4198.378319210303 +3459.763572527031 +2560.058602577308 +1839.5055734891773 +1858.8709135554302 +1832.7164125781696 +2272.8054387896623 +2221.026467987752 +2663.631969622843 +3489.615286654847 +4015.274657207689 +4542.7893769363955 +5136.543479966934 +5113.092630365501 +4875.983272087538 +4729.386922708285 +4546.920723535005 +4556.399664590095 +4895.618440190931 +5195.328324758525 +4955.706295897746 +4758.727278916861 +4553.879475947459 +4782.057694153834 +4106.022936492142 +3349.5717923046104 +1958.2004286281965 +1613.179396410092 +1630.618482967558 +1554.54173422605 +1801.5121476938914 +2250.7403465642974 +2350.8038227710927 +3266.496764253922 +3350.274530011171 +3807.2223052640115 +4519.591760358081 +4820.829737428433 +4616.847034907057 +4593.6435754955 +4344.671593067567 +4403.516033059537 +4762.560975629722 +4715.4938748760715 +4442.567630002011 +4522.530785065187 +4594.35905276252 +4651.4018885293335 +3941.8220286181577 +3196.513198895962 +1625.7793098626541 +1242.4224730155158 +1227.673019975488 +1160.7700341673155 +1338.548512571166 +1675.3924039423255 +2007.136200044779 +3245.601479200356 +3788.6117084422085 +4634.3827706915945 +5092.486531144529 +5182.837884902424 +4934.43830430293 +4983.376303219267 +4772.371414623471 +4699.493419564045 +5229.0507113288695 +5327.573174566015 +5086.871891923506 +5269.352144869221 +4980.292605945155 +4789.092616014181 +3962.982175894474 +2694.01623362682 +1573.3423744029888 +1206.650994576804 +1181.583169742087 +1109.7784702409126 +1298.4378210614598 +1645.3822255031955 +2003.2885872293598 +2884.827301156614 +3708.954117746779 +4570.672727931682 +5115.222048766253 +5157.267425584163 +4894.116481026478 +4979.7327862330385 +4769.46265215109 +4751.121219268629 +5181.712436142413 +5296.997071989984 +5196.364300566855 +5335.890239356663 +5093.302416744254 +4912.575725654072 +4138.125941721187 +3048.858272057149 +1772.4754344469213 +1444.226305077835 +1442.249437239899 +1322.337981416182 +1665.3326867478627 +1836.1978090345574 +2250.284401757789 +3672.567953345349 +4080.3149435474543 +4682.1261399455625 +5208.019979944199 +5388.936132226813 +5225.804279555277 +5239.3365380842015 +5025.855351002071 +4954.864150739155 +5485.829495477293 +5544.610961138073 +5235.33002369269 +5343.888612878613 +5255.720992825625 +4900.134722912629 +4117.881108319005 +3273.6124675719225 +2074.027281100264 +1551.2544458917673 +1706.97782933914 +1650.3094389501714 +2035.6653427659185 +2137.6351087992434 +2618.3721295226023 +3959.9017476786757 +4206.656192274398 +4843.019499419898 +5232.290869614979 +5432.442980340941 +5330.946377916446 +5348.317109579769 +4976.367593875608 +4778.792761314075 +5350.616890535441 +5621.530296073208 +5525.890137212872 +5316.736056812856 +5176.218266471642 +4901.442966571069 +4105.494744104629 +3264.157040612135 +2112.116476162125 +1601.77319847442 +1619.8523258334094 +1508.8655159599525 +1923.8370114642098 +2102.7192169758227 +2570.6521700451613 +3955.258804761056 +4106.52532623332 +4576.394181978413 +5138.162677961924 +5288.784050413175 +5096.233197796413 +5096.828170893154 +5056.85109522001 +4974.519807981166 +5344.536968435347 +5582.698342820751 +5292.161095123366 +5441.916614309018 +5208.477288212928 +4947.17622230392 +4103.887828311714 +3362.717367423914 +2170.160877924582 +1665.867206445732 +1753.1529030633358 +1705.5715888608738 +2272.250956713266 +2205.5802658808548 +2642.951213242809 +3524.146461391036 +3924.8463545534614 +4597.233451652619 +5040.674251887187 +5488.84000450729 +5030.268236996897 +4943.473224420462 +4801.284427190609 +4771.588165736279 +5109.635375985943 +5390.3109482049695 +5087.505599488261 +4917.327040919839 +4652.758558237529 +4881.735413343789 +4131.7865932666455 +3302.1949143573547 +1925.9458257679578 +1447.4404457968358 +1546.1810896007569 +1677.728376691787 +1850.0599751314614 +2352.1594005891943 +2419.3292066432814 +2946.229214682795 +3649.778260838444 +3949.0983094804315 +4696.7109757368735 +4889.810771467391 +4742.033042027469 +4721.047041182224 +4490.449828728696 +4413.263389610262 +4783.34751739246 +4891.234036588364 +4548.930274346079 +4563.8806760830075 +4659.958054666318 +4701.104176875886 +4001.334354097039 +3150.5295489795194 +1749.5275985674664 +1406.130342759954 +1431.4521660362277 +1348.7493558133108 +1609.812259824634 +1819.7460755036466 +2204.6723736041026 +3550.707243099027 +4062.679657643049 +4687.177131050908 +5111.6059410380185 +5149.8254067673315 +4958.986874408459 +5004.724788559215 +4835.258695142025 +4822.167725696023 +5288.071049195312 +5553.730998431298 +5374.289573257386 +5546.039198903927 +5327.402968974847 +5005.052992201404 +4151.606441561208 +3243.223853398946 +1658.5127414262356 +1352.0586085379596 +1187.4843562741764 +834.6933852197986 +1274.8312419738763 +1732.9688110863785 +1899.5487443027648 +2388.385779958275 +3199.7171155422743 +4086.721519216687 +4849.367076970436 +4859.37853272212 +4836.045087130664 +4850.493503106641 +4698.542938542483 +4651.997880829387 +5051.461626470195 +5234.3621198492965 +4991.689567702316 +5087.72032503116 +4626.50896156667 +4027.5978436196983 +3200.5156974134497 +2270.406784100096 +1383.3054277395581 +1059.1773076969814 +869.6547090624978 +819.640991804267 +1219.9232053400663 +1568.3254231216272 +2039.6829610077452 +2737.1825214283435 +3392.9334582181496 +4143.768596229123 +4851.700142913955 +4926.135018112069 +4804.46910266517 +4921.2339921257435 +4680.895309116993 +4648.708362606156 +5041.116065919098 +5224.0255757728 +5069.254122815962 +5112.409397225355 +4518.635022784314 +4102.640422768405 +3134.5763538506158 +2064.7857733141086 +1062.9907550629644 +1004.5340823606772 +1086.2251053123346 +1015.2755379017246 +1277.2195058503708 +1717.0147858946889 +2054.2506799951043 +2378.171529304843 +3287.444784046149 +4516.767023267855 +5004.465443238882 +5114.714129156691 +4875.169730298704 +4948.130121326346 +4736.040693936467 +4713.443071883415 +5088.992216239961 +5241.955715599263 +5112.470196206648 +5195.933977496922 +5006.739183370175 +4549.258524759508 +3270.6698070041425 +2195.4975088904284 +1444.9343588769038 +854.7281952622379 +1036.9425634910197 +822.2070833402956 +1290.3848832916522 +1542.0928055198476 +2061.711698906132 +2653.8349342896067 +3553.9071935603224 +4595.976333702042 +5123.709263221942 +5130.80608133436 +4897.552688733296 +4979.185267622849 +4709.984416239635 +4730.344457750618 +5145.082607286215 +5301.400798249439 +5177.464933082772 +5305.810062489214 +5318.381837345333 +4592.891281761572 +3581.425604407266 +2622.5371636582186 +1594.3179538655547 +1227.3948240209802 +1227.2137328929275 +1138.7057868764946 +1344.2249422239809 +1620.8049458966595 +1991.2032792107207 +2653.428277021734 +3600.911370185218 +4610.31578279174 +5065.568551086887 +4928.40802366755 +4768.382108249249 +4755.869549863787 +4559.842810410243 +4523.050909731983 +4884.4107003317185 +5204.177379455557 +4931.464565447577 +4787.5440695436155 +4876.930827270299 +4720.140407246015 +3899.650632563195 +2846.1934585863514 +1715.2677670009098 +1387.4296491195216 +1384.8960060185132 +1337.13555954322 +1610.1557959072243 +1989.0502979104174 +2294.6799650300427 +2690.044699155507 +3188.5793358757946 +3864.6655651303017 +4681.637057189342 +4884.685099439274 +4653.760278547969 +4656.154662172934 +4470.397453795788 +4452.796079551306 +4769.791499729864 +4855.098916434752 +4510.194549448764 +4570.939353177883 +4909.874757773144 +4707.610279351353 +3870.768724634397 +3037.0295950907434 +1806.5165292301067 +1493.08486761426 +1597.1818291286563 +1502.7861670115608 +1852.2134662905735 +2051.5266679875403 +2473.5760270629207 +3901.4489122090777 +4093.8746895108634 +4678.832197194094 +5187.232285812258 +5274.605930350097 +5112.167248835738 +5116.670219381112 +4860.668421552212 +4877.463314145182 +5281.533431375018 +5423.41213603011 +5264.912161453631 +5438.169354656161 +5461.990052995859 +4935.417418699149 +4130.643117667192 +3287.8346443349637 +1914.734324135333 +1541.4944786034953 +1625.8952955846214 +1578.3298233624623 +1958.9507537344105 +2157.167751420763 +2422.172630109966 +3886.5230862154735 +4058.6965656357092 +4646.201612624538 +5117.1957187392545 +5158.892738977353 +4921.72005482575 +4973.233258196187 +4730.696442038916 +4762.983469789609 +5151.771698892802 +5334.145007480591 +5174.190999318625 +5251.710741495348 +5319.038557271153 +4759.976694048111 +3731.584179883412 +2639.657702523662 +1559.8185391536977 +1237.638211180696 +1217.0295688251608 +1169.2718363916474 +1404.3227334284584 +1643.5888459408675 +2056.053002657162 +3161.360207472556 +3889.0194067532775 +4633.529350856557 +5128.8782216214995 +5297.115930309726 +4983.329954875691 +5082.763860045618 +4814.218515334031 +4773.996151025229 +5286.208059541778 +5350.236038657904 +5186.498114274345 +5392.744466184788 +5347.17163996413 +4902.775075409159 +3606.160634362179 +2551.15464836646 +1477.0723424681134 +1224.2085630168901 +1203.5561564182758 +1146.0422815792306 +1389.31669053513 +1691.473893556258 +2035.8393670212454 +3337.231916732227 +3967.917048872679 +4760.75177583412 +5281.0083906573955 +5427.287359065306 +5345.367418824451 +5187.812094053516 +4944.313012557191 +4904.723994416695 +5323.323565633125 +5452.655647886186 +5380.773732101787 +5451.065949982913 +5416.2137408760855 +4983.616240319711 +4204.301763349231 +3349.324139745573 +2548.178430226421 +1678.3934978709594 +1478.382343064305 +1267.6871147592897 +1576.9914199758055 +1750.1758925236554 +2089.65039471117 +3126.9386549706896 +3445.310887427788 +4200.25123970222 +4780.71595581271 +5082.066263799614 +4866.218225825062 +4939.0643242629585 +4756.352448797711 +4715.993326605978 +5113.898931339535 +5251.213808874964 +5093.680425617436 +5134.144363271431 +4894.470313667085 +4183.661489697544 +3207.41587009312 +2303.106129669419 +1453.9445913213951 +866.141706613264 +867.075247461502 +813.8928025816343 +1009.3590724066734 +1433.555782362274 +1794.506374826063 +2139.251661943725 +2957.2854533950026 +3938.3022370587155 +4841.721026980591 +4781.564667104746 +4700.842031719968 +4675.311902994283 +4513.220773243528 +4494.619061276537 +4817.225094762786 +5199.976850640458 +4858.961352888922 +4369.099813988724 +4033.6102078492377 +3764.9204889059383 +2984.504528138103 +2196.181121781046 +1388.3462913249607 +1168.889626591255 +889.0305432748659 +1095.9634774633432 +1278.603927441965 +1678.7345017955154 +2033.2733801877803 +2420.8930782973116 +3032.3257365338445 +3771.4334693091155 +4649.0545531247835 +5016.347068322123 +4981.878842419096 +5041.941752444196 +4792.727500077496 +4821.360372433731 +5309.138806646929 +5092.485964244164 +4708.297985936154 +4763.54605318159 +5092.069352892044 +4868.03401748558 +4128.840258296588 +3370.9801809195897 +2432.7106596810468 +1844.787878673491 +1838.7718396501775 +1801.1548601286963 +2333.8148029058393 +2480.710794806861 +2949.06624220083 +4146.230162163112 +4363.38397114565 +4919.958876024429 +5368.971195712715 +5468.174406958002 +5261.533153411967 +5160.113036779246 +5138.035386328981 +5033.050106037645 +5438.615298887637 +5658.373103044508 +5446.567703214153 +5670.26117510803 +5611.344871359838 +5116.33680746617 +4231.509311777469 +3389.7913892989864 +2328.821320281105 +1768.947656611884 +1858.3425303530707 +1865.9158905615438 +2369.873602710698 +2365.714662342657 +2713.668111651779 +4069.764766083953 +4317.966960222541 +4977.508775304073 +5457.026936802972 +5514.627557353634 +5322.1035190755565 +5394.378213070595 +5128.440706619383 +4924.559094158724 +5246.120203613454 +5257.152876241358 +4995.21176029723 +5162.621833382759 +5299.6062599139805 +4847.006692226057 +3876.607719584723 +2782.5289623313483 +1607.7834375933542 +1270.9331260141346 +1280.6590831762248 +1190.7237190378878 +1395.9993901299893 +1688.666073494448 +2005.7715672231527 +2786.6873553290343 +3454.403328141196 +4219.559873859615 +4996.367489971994 +5081.50178798998 +4894.276233753726 +4933.667385044421 +4712.229425154172 +4721.717684511551 +5083.025946229606 +5265.257067548093 +5101.108452289429 +5200.837801218462 +5279.81981644802 +4493.95339408405 +3488.36277470558 +2402.7863614716907 +1430.4027523893285 +1163.1972028119637 +870.1803480075188 +820.4282609546444 +1067.8040613844325 +1504.1631902315128 +1885.9775789693167 +2379.1827408776435 +3389.5998614762625 +4628.43847745609 +5068.898494491257 +5142.2355540435665 +4941.4091831621745 +4940.520543337869 +4748.788770460466 +4759.984298858188 +5140.323439348995 +5322.598515479775 +5115.898492798481 +5160.218588801835 +5143.229884401234 +4401.357547272436 +3332.591002693179 +2392.7840396832653 +1550.5630349689054 +1192.8259480545494 +1189.0479619871535 +1142.6882289673958 +1346.7215807012037 +1641.003773463309 +2025.4728586413746 +3164.6983340371376 +4008.3932169583854 +4717.966677517747 +5174.860783384392 +5282.268473070847 +5159.733979261679 +5238.079692918674 +4996.667008781638 +5008.501377358667 +5384.83815905022 +5537.129582616865 +5338.211075034264 +5411.641678512197 +5351.3345072203865 +4915.34650395319 +3999.5533770165403 +3128.59449296396 +1848.9956029908146 +1429.2434347330968 +1424.9675051040126 +1444.3563608581728 +1792.465683296832 +1936.9492456863281 +2099.506883637514 +2762.0045158116473 +3552.1306898958287 +4367.977247380637 +4872.923192804605 +4811.891603292491 +4740.980742854332 +4698.476489996059 +4507.866848534421 +4444.422503663987 +4723.18761559024 +5099.939247230113 +4639.923556697234 +4328.591742300728 +4264.640723583755 +4064.8266000938124 +3323.3339543974257 +2543.394528628097 +1516.019201154423 +1243.2373033509464 +1229.1582042325385 +1100.9260728368586 +1284.5770847852818 +1393.304790716956 +2248.461630729962 +2165.295779681466 +2576.9309370856295 +3246.280746810167 +4277.766754640873 +4478.110407113331 +4337.073002286512 +4502.095288473293 +4309.564777164764 +3965.7843303428363 +4271.757551713574 +4303.2093649350045 +3908.6356576561534 +3782.4157604201223 +4084.7547151819704 +3881.8650171113522 +3090.298822114993 +2334.0376777095103 +1424.273468294388 +1170.2921323941443 +1156.0587772395663 +1097.9696419011398 +1287.278083487567 +1366.5846103031186 +2043.7426884055753 +2716.4953420163574 +3091.786459305212 +3783.5467204218044 +4339.374131634059 +4402.272934448667 +4392.1344502816155 +4633.137907701931 +4139.881572106728 +4368.003180727162 +4696.527387871562 +4838.8226620860005 +4668.929971872978 +4700.631821860025 +4523.187593680499 +4052.57188431449 +3062.8366583308793 +2074.287099810921 +1367.2191414912838 +845.0755432447535 +854.835382695742 +808.9888466887858 +1034.3097989530843 +1365.6462269562796 +1991.9360402230461 +2638.1270668981306 +3092.2944042535473 +3890.2829942438093 +4512.153273095737 +4695.068060649777 +4747.450752044333 +4808.457655224149 +4577.598840249879 +4659.015609463563 +4939.972441821038 +5111.874123392308 +4997.98184919806 +4840.004429580837 +4555.034384705684 +4070.5907119585227 +3029.6551063704646 +1997.0159200621713 +1061.3747970878046 +842.1396822598664 +1031.4609827281101 +1027.9371662914723 +1254.347605507915 +1502.2410654361204 +1956.7802831413806 +2372.079301773778 +3103.013119390926 +3961.4311862611166 +4768.906183739922 +4998.905464514711 +4783.6027050103885 +4885.04884367939 +4652.465218346833 +4642.070716251083 +4933.089785174275 +5063.528857538694 +4964.415686675098 +5028.499581881943 +4888.072791055516 +4145.27030521101 +3128.4976287739623 +2259.515066723679 +1395.02054935602 +1171.7820221939312 +1182.058469326161 +1132.5783588206482 +1359.7013192319184 +1662.1111712911375 +2288.8014722060575 +2643.9023444958634 +2847.8238664207115 +3432.6771441417854 +3988.900344980578 +4908.1668682904365 +4845.728287807265 +4965.175697221994 +4727.214275734101 +4693.082982851116 +5093.570533115416 +5190.196175695556 +5070.273420161449 +5191.096548876544 +5276.223984114908 +4844.577462260448 +4067.943456608272 +3122.8787380583817 +1886.3146684457452 +1434.907147016808 +1417.0037972628231 +1367.1995440613828 +1816.2730405090817 +2044.095675843711 +2642.0716140100885 +3868.8792034611283 +4029.293999522821 +4581.629471616639 +5077.790656791192 +5193.237899026422 +4998.660946464931 +5050.139993129864 +4940.873651355987 +4798.721675414134 +5230.438782360992 +5352.653758828825 +5130.978511440944 +5455.8043716641405 +5344.470023325421 +4871.5859635355855 +4077.768761944218 +3316.8768776612837 +1950.4957399894997 +1466.9709001419637 +1468.3613756049153 +1447.8285060649816 +1809.532360441488 +1937.223238108432 +2603.473918559714 +3370.93182125658 +3839.902445571449 +4706.759523246178 +5110.011266682112 +5188.92548142567 +4973.3388248779565 +4926.797155484667 +4788.651183802402 +4744.801913297243 +4812.855157491018 +5405.098292085141 +5107.072284092098 +4875.204754876308 +4824.76171903528 +4783.102030699967 +4138.471434091833 +3395.631824935703 +2096.3456587710384 +1556.626149244116 +1481.3777987176877 +1306.9932658220898 +1483.9420362230462 +1916.225689797653 +2453.8211208841117 +2643.4398943941146 +3048.6912496551577 +3692.8985615288548 +4593.559370076813 +4858.807005815961 +4584.4256612778945 +4585.876045295288 +4410.806780627301 +4451.807553253495 +4755.341055738147 +4729.049280620106 +4446.882039307584 +4482.164328502597 +4820.470813557734 +4672.716610743046 +3778.0442244621086 +3041.198952072246 +1891.9680904785841 +1594.8450636398525 +1587.4551428624495 +1534.8228785864746 +1955.073344024104 +2003.2706544128457 +2540.3506507252773 +3613.413986641316 +4021.039423451956 +4635.884795821899 +5076.854064440082 +5205.112047311626 +5069.22999986957 +5194.463393949803 +4870.254313452399 +4878.85074658666 +5238.826053929143 +5283.511973585249 +5222.679888269367 +5449.388392311394 +5400.250531129365 +4902.664948420774 +4077.41137670358 +3106.3086839436764 +1497.0673175654265 +1203.6188867935389 +1170.5048699763947 +1107.5387977754142 +1314.6890490483274 +1634.6622741939345 +1965.683468479276 +2368.923602277064 +3111.771603746468 +3717.529227136449 +4438.084108318666 +4450.597247753446 +4782.164190612517 +4818.001143036999 +4624.155631168808 +4561.8442629136125 +4979.971980247257 +5155.717353456817 +5095.816974866369 +5303.562280781192 +5319.459140099465 +4850.866077750166 +4061.0489260257086 +3071.513049960766 +1774.2638405247064 +1436.81112562567 +1456.007743268489 +1410.3036192266306 +1759.4246720924543 +1924.719439872152 +2595.958085253763 +3855.5073836138945 +4015.9419169771104 +4567.166025822441 +4952.732794643217 +5014.6356073166635 +4813.150017620401 +4830.120137028505 +4642.698622635732 +4606.094906995215 +4519.082955914767 +4002.4997309475016 +3509.1112301276617 +3697.6756855565045 +4016.4783477106403 +3363.4030723945048 +2721.2817232586876 +1917.368323658035 +1047.9741011033905 +843.2303105950932 +1034.0747233098182 +1027.4630357380106 +1269.4792499119164 +1719.2605976183256 +2324.1977424230854 +2773.5621048268913 +2529.73269863375 +3047.140518858697 +3441.2569214432547 +3755.7710164141 +3725.8091519814625 +3793.3967470855737 +3753.563134256268 +3665.101335535394 +4016.7087034781725 +4074.796878401169 +3791.595467768929 +3646.088030337952 +3744.304327156521 +3304.258102276924 +2526.3641854279895 +1775.4748619162965 +1134.1851680744146 +1093.8463504193037 +1115.2411616679042 +1083.5764462322898 +1311.7672134555014 +1362.9401596469727 +1990.0949848462237 +2446.635380653098 +2570.9975997702772 +3352.8268749378776 +4047.88213525966 +4241.688224585677 +4027.6227462086217 +4247.659276547786 +3996.4489211796085 +4052.8111712594196 +4491.994541912816 +4496.733665440004 +4091.8696113858114 +4058.534543587192 +4028.798830037242 +3310.415140598215 +2577.407846217662 +1989.0985706445301 +1440.717463890942 +1120.392148679848 +1124.1327288975672 +1139.3515225310023 +1197.1533577084033 +1560.6903026630887 +2248.4111125585405 +2298.1763573118055 +2300.1274199318823 +3295.629958971219 +3947.432642816846 +3989.78285730092 +3669.513205087469 +3889.3740112075257 +3713.695051472108 +3527.4911014884374 +4128.281678347663 +4322.947497530269 +3963.3091117576723 +3502.5348286153467 +3295.2792012535438 +3253.1732056764317 +2929.859341782719 +2210.5881010731014 +1318.126012865861 +990.0438694550631 +1033.8499539457441 +977.7724793123043 +1196.961637033166 +1621.6207554597563 +2216.8759510360997 +2233.8295872119193 +2547.017894761939 +2699.377115116531 +3918.6412982940546 +4317.930125016435 +3903.81801914354 +4088.1324814518193 +3751.074752265397 +3696.756539373241 +3923.484294320032 +4089.1870798425875 +3501.3112273312763 +3380.0640089745593 +3261.923511367903 +3121.1052281469056 +2576.287820761742 +2135.6605070087735 +1249.854444051276 +986.672649285842 +1041.7862754825208 +858.8880851394771 +1265.046355444146 +1462.03379493239 +2070.5666970208613 +2812.749049238694 +2899.299417193196 +3669.55833314049 +4247.770260543662 +4547.332585581103 +4363.428783282494 +4427.649007782621 +3962.8245019724113 +4093.8224746796504 +4338.4011041746835 +4576.298021127649 +4136.360513667696 +3638.713052330622 +3955.5318137122354 +3593.899439254276 +2917.180297502678 +2207.6272355360725 +1227.0993899677999 +842.4580970938017 +925.9446962522121 +1103.8524889470261 +1208.006090353541 +1392.8947722187247 +1961.4924540286256 +2750.236435880679 +3022.851103858189 +3352.987895022943 +4136.39993975609 +4370.399667668367 +4229.040928121476 +4407.529196877646 +4151.796237915909 +4156.181132735728 +4658.090738725089 +4747.875790140324 +4292.0237541138495 +4060.674492056967 +3775.9025752500474 +3618.7425338180615 +2760.812100023073 +2127.9682378058174 +1199.256583318441 +935.9540481806747 +935.0999197417402 +816.0367548360643 +1181.2634245300549 +1470.3870166311542 +2053.577450405683 +2706.0759267691515 +3002.3968068446015 +3359.687431526445 +4038.349661975781 +4413.69916414871 +4362.036617592481 +4225.079939891206 +3696.9721437688927 +3680.6472251194195 +4115.143702066177 +4174.75278109397 +4131.309520817137 +4135.390292758529 +4004.2748141363136 +3602.529311608441 +2820.8275877485935 +1994.9587728150925 +1370.8029993150362 +1122.2911564160152 +1143.234530301134 +1064.3171066362283 +1058.590827077241 +1595.5381582374032 +2099.045742032125 +2408.244029377425 +2571.5468216200343 +3443.1240573178525 +4096.55612817994 +4323.004339164563 +4173.93818876259 +4738.13764963287 +4257.821168578755 +4395.047100124262 +4769.973877159914 +4960.083313187137 +4710.236521108911 +4667.951622975843 +4608.722508375137 +4121.099884915496 +3303.253672464718 +2270.759736548048 +1521.8676599615405 +1222.653745404365 +1221.7723690691291 +1128.8799471656694 +1389.6376368229146 +1725.0818253082673 +2332.9754596681864 +3081.005828758956 +3496.5936785952936 +4347.744658264895 +4959.237749652202 +5065.35706351107 +4829.64749443777 +4868.380199999037 +4674.984129304476 +4694.468642889702 +5030.944201758678 +5099.495965651885 +4939.860663043913 +5084.911194879107 +4995.542630510755 +4488.081232618868 +3795.0980544115223 +2572.099215134056 +1747.147857382988 +1322.4492999385534 +1361.702173082605 +1181.1612205017632 +1386.4270249027672 +1650.6258356770663 +2211.3734880072416 +2272.614380667255 +3136.700834020468 +3936.7442306523712 +4722.844921220823 +4677.343932504941 +4642.898918530494 +4488.0692733151 +4435.153709603141 +4194.052209130938 +4502.062285012994 +4811.071142002504 +4173.608594303551 +3750.3746106457284 +3567.8970258772215 +3237.1773183156124 +2810.199526121102 +2153.7173237909933 +1401.6993791659688 +1068.1136273159882 +1131.2274487798059 +1047.4020645965415 +1179.0358685681101 +1646.538096841199 +2122.53179541679 +2160.7552819258567 +2373.3865590339856 +2373.3719726891204 +3392.6366809106767 +3772.3845494806687 +3631.541499105347 +3679.851670618494 +3491.121735868822 +3463.5296925338826 +3884.0053430711764 +3594.952170311895 +3382.582167813 +2973.381648036688 +3446.3270300758936 +3476.5246531811076 +2846.4242128311075 +2114.0551531764863 +1338.6363398473725 +848.1097683961664 +1090.1463465879624 +899.3155376296535 +1291.0342535075251 +1711.596651190343 +2320.700060066625 +2768.7722263099604 +2896.8633931108748 +3108.875182514807 +3488.881344383219 +3916.239340233831 +3729.704849034541 +4111.431364964699 +3848.051082198 +3990.1510607841437 +4296.513274979777 +4551.559747786234 +4239.615497076824 +4232.159863852875 +3716.0499306792562 +3314.237757783208 +2562.4762277986874 +2137.851289327733 +1280.9955103037319 +986.6395647814059 +928.0793628138736 +800.4182837263518 +1247.855242521675 +1552.8679952667267 +2302.2975649469686 +2821.134778752927 +2558.345129176404 +3905.8577637526023 +4428.734990007689 +4827.470865027322 +4597.508124228792 +4761.414535030151 +4511.794328987396 +4661.944042704658 +4775.384963046684 +4811.778806271753 +4707.017780976797 +5067.990349837518 +4695.7003426760275 +4235.58680724716 +3124.412829740092 +2336.5275645173115 +1453.3969002409192 +1215.3116055311068 +1229.7653201161488 +1184.675975822823 +1454.7181056556863 +1736.5031680883515 +2367.4910326294535 +3667.628718571925 +4043.366512733696 +4564.475304580344 +5033.77973707736 +5104.519068186412 +4888.6313783596925 +4918.208710277311 +4748.544992358659 +4713.588245916846 +5064.322299381119 +5217.971285928764 +5127.201571509581 +5537.027036739623 +5324.833451540047 +4902.36559377494 +4111.65419702405 +3284.196567036965 +2016.9594780918515 +1563.461271358551 +1629.7363201651808 +1560.2168882163833 +2047.6875207838748 +2113.388266180172 +2834.0022845903904 +3909.5086469547664 +4090.9215057111005 +4598.39123832689 +5146.622484083125 +5197.49313029111 +4973.416188517177 +5075.764734214783 +4734.089218655169 +4764.070193470296 +5140.246577239159 +5275.611136606106 +5217.1183809258455 +5498.585285412745 +5259.539669509525 +4866.611469138836 +4034.7802147950024 +3109.5724493120447 +1847.762930578471 +1411.3400722983597 +1412.810837955686 +1306.5751417955466 +1633.5404261378535 +1857.0887120776488 +2477.3176723381166 +3471.719799609741 +3989.3626233303034 +4578.311184773948 +5210.146847162926 +5302.435617527677 +5163.843874324048 +5216.586285127711 +4942.185873730145 +4857.786469752147 +5152.1511491751235 +5276.1233356640005 +5267.937008875898 +5794.018111842373 +5508.49209796444 +5010.081880037489 +4112.728040945075 +3373.7461128862824 +2353.6877593498903 +1714.1333536508087 +1705.295882487655 +1615.2069958571365 +1922.694259552769 +2052.546828205115 +2768.152824630111 +3414.542893085113 +3880.705140351315 +4618.82824024596 +4995.317471856578 +4983.20805981457 +4855.1609908978335 +4866.410906991174 +4634.397426429464 +4635.51324994127 +4947.479188227731 +5280.906854276579 +5009.912120249611 +5109.312989968458 +4865.564816531211 +4870.0579993143465 +4160.4479181100905 +3426.4394087791816 +2047.4383734774904 +1623.0104811266465 +1593.928485010039 +1561.8188986570149 +1979.3240972398662 +2615.671341218397 +3095.857317212406 +3435.334557351085 +3703.19588217828 +3973.55652455868 +4666.17688611984 +4941.300650082222 +4649.926776545015 +4620.64686879667 +4418.468615526079 +4329.970228462125 +4608.310913071371 +4676.282876367698 +4169.807258337836 +4479.226402413012 +4028.806537071932 +3643.5984875258505 +2771.012702132665 +2027.1309930036264 +1058.6054100049646 +1107.176845519333 +859.9139618054056 +1092.6674936058005 +1157.853804355173 +1677.4828688350033 +2287.850513174451 +2751.916814433537 +2837.8439306307964 +3487.3410941944053 +4044.325896107869 +4172.050733402244 +4243.400226475968 +4331.673282185537 +3909.168928459874 +3892.1247601229597 +4309.424594380128 +4571.629554827624 +4362.795994248008 +4803.097982451011 +4387.675633488286 +3707.851632161946 +2530.1741627363213 +1837.4482454373272 +1261.8327595517133 +834.0973343863674 +1007.3369672410977 +1098.1194787511304 +1255.4179138174438 +1676.4951668755066 +2307.8180752022336 +2788.0074506194087 +2535.1388711083564 +3441.116692013691 +4112.624409706982 +4350.0497581550635 +4344.902672048109 +4480.295422000121 +4273.477901743798 +4525.972731120673 +4656.061608625294 +4612.869125225155 +4338.770498967493 +4737.106866970319 +4466.246514118343 +3884.867375076944 +2840.1551249132185 +1881.1371718413498 +1049.856646027535 +1044.204313114615 +1036.6045822476121 +1013.8144529393995 +1275.3010010752487 +1717.5849063964818 +2053.154647994481 +2834.1261999788135 +2575.849295250219 +3816.9897828012276 +4619.711804027572 +5048.747868080281 +4787.4699581072455 +4876.70097596205 +4695.242924592459 +4691.077525541975 +5055.262950448814 +5122.181660579756 +5014.852467123968 +5030.46788765643 +4542.597981889677 +3887.4054256139584 +2917.601978315249 +2009.464706166484 +1065.7867650249875 +848.2519006399675 +1035.0349407041047 +1032.9809347287821 +1311.5124914407832 +1535.3372492039996 +2300.520748657669 +2738.0971838648347 +2929.8265940661345 +3994.004541184655 +5012.569483948146 +5065.55489601386 +4868.973128500348 +4951.177585629404 +4731.481438583476 +4763.106494019186 +5125.770102529092 +5268.77353922677 +5095.272899852312 +5365.553883261605 +5166.177610384518 +4223.471479769551 +3153.571788067536 +2234.78424739286 +1415.2779194172854 +1114.7382373674097 +868.7903122080135 +816.4816692399637 +1083.232483812375 +1375.8808486586918 +2065.1783353414626 +2731.9727391608967 +2838.9365504984003 +3615.370237626727 +4535.390599219305 +5059.58787694004 +4800.043193186094 +4871.775024612793 +4715.91901112158 +4676.693836156153 +5019.945349871797 +5080.131816732662 +4890.517947431328 +4842.681229893755 +4436.434743267209 +3753.032459606983 +2896.3184655511063 +1982.2107735549193 +1438.9484184387572 +853.8655650296872 +857.1252125548638 +798.4039192491792 +996.7697865706361 +1493.1464869859917 +2041.8755221404806 +1990.4435924343672 +2319.51717930096 +2958.1915576733427 +3635.5901263131364 +3625.183381084547 +3819.9500179014935 +3730.03892206369 +3398.9941693344126 +3555.593625158784 +3627.994022514502 +3896.109659265214 +3760.4131393752746 +3838.460310477291 +3622.68714999209 +3584.887454459394 +2894.9469285299656 +2199.9631944820344 +1401.0237447685454 +1160.7521458577903 +1165.1813884039402 +1109.22596912563 +1299.6434362724303 +1685.885861208442 +2241.618200307808 +2120.6637264263327 +2503.485630146608 +3055.343734007312 +3880.6449957325794 +4139.542540999986 +4296.265543708228 +4007.2915436814174 +3854.075597364583 +3791.3599055296804 +3894.0276178154795 +3982.566253243076 +3639.554487680908 +3854.845593407798 +3894.6540411390865 +3629.524069092405 +2905.152724690239 +2152.575698242118 +1317.7836269807046 +840.4728769094356 +872.9436765437052 +815.2597591194674 +1058.753070634853 +1625.4885308696535 +2033.2656042950302 +2706.612068876985 +2832.600425754907 +4161.037582675075 +5048.105104595532 +5113.97444905958 +4979.402002197411 +5039.785804798026 +4805.495033353227 +4756.941565088567 +5149.941999330161 +5392.8533127199225 +5196.376649974502 +5519.5186978272295 +5314.107787859758 +4869.208411647559 +4061.586623165577 +2294.8548077428777 +1387.8562549568521 +1144.092529497971 +1162.9641435491433 +1103.7669731673677 +1316.9769417488722 +1651.340854211491 +2234.8572331438445 +2656.9043115181316 +2934.213101602426 +3531.9587825070366 +4197.603360565634 +4904.723036745357 +4688.517527042425 +4832.587631124615 +4558.037950099509 +4552.90719100171 +4925.689085720683 +4849.553711804241 +4488.2375668852055 +4764.915613549141 +4458.929857521555 +4042.1568801149606 +3265.4701031828863 +2399.330822074053 +1420.110120289134 +1136.6681493844162 +1148.6200675373682 +1102.2707497718077 +1323.902669467057 +1630.3779493579596 +2039.3733501718004 +2653.1295925582303 +2853.707411693115 +3450.5113226377885 +4341.471509830129 +4421.008567842822 +4623.45576009894 +4764.085804882325 +4414.6462866384445 +4272.409838576291 +4398.165967194644 +3688.750602680946 +3670.530837751288 +4091.2565747347235 +3856.310931163393 +3492.7380204836395 +2671.98570536449 +2034.556147388162 +1207.2338300831375 +837.192691371037 +1026.6757579334626 +1095.4788914631865 +1320.5613745215983 +1534.5993402044644 +2235.0513270936685 +2777.8450819529944 +2972.6008996601804 +3446.3134192565412 +3821.256731116084 +3876.560074481349 +3352.360792386755 +3635.8656340456846 +3563.1950532727005 +3546.816161803692 +3900.5514284750075 +4157.017571126895 +4064.9112961703504 +4302.702551422087 +4105.7595543605885 +3581.8847754981434 +2835.903771442226 +2160.0259721476214 +1322.3715842214417 +1064.7019481525022 +1123.1347675159584 +1082.4216913154842 +1286.6851835031155 +1675.544678448367 +2306.6438021736603 +2829.307272877479 +3006.3699182765044 +3452.2517034925054 +3751.2385014786055 +4080.30802238814 +3403.0364857085633 +3967.3809358730978 +3228.3654934489387 +3455.525599543592 +3463.0538674639456 +3570.1461272636006 +4004.997441781125 +4341.059564757762 +4114.237497422953 +3707.2563875922283 +2943.5144142331524 +2239.9781099138336 +1353.8311751254694 +1003.9116805418987 +977.6547229057948 +797.826952877841 +1273.5733307274597 +1460.6343829228654 +2082.092147490544 +2271.3548900823257 +2799.03871055144 +3157.90573930012 +3510.178642206564 +3340.2173351053298 +3597.7892730564154 +3579.6434790725275 +3369.490863429203 +3242.259944233973 +3518.153339142681 +3868.185152097507 +3719.972795964022 +3833.908074249764 +3510.489476951166 +3199.123083507669 +2518.0259743834195 +2021.3578981828848 +1099.0843084402024 +870.7325403247102 +879.8341774738632 +826.5378377273653 +1336.0853982086974 +1445.579894017116 +1950.1594872190144 +1909.7276906402853 +2426.367456759806 +2614.1292607418377 +3444.6754453960275 +3743.029226298017 +3366.113623555622 +3391.254899825647 +2805.8567206994944 +2752.0698800557116 +3352.937259713997 +3075.480079409807 +2974.1848169744567 +3491.0786019259017 +3405.571475730903 +3131.9388803277852 +2562.510303595643 +1873.4946934605614 +1248.06574611654 +1038.324581296167 +999.4405900886537 +905.7470087349634 +1316.04979172004 +1410.1840206415302 +2106.202637706174 +2827.27537494501 +3132.5444423754293 +3539.6458176355372 +3825.065377200363 +4021.2235611859946 +3318.2779484128478 +3664.7150156298526 +3422.5632203946193 +3541.465164480174 +3743.010087232235 +3673.717793037311 +3952.4384511722906 +4352.683278416789 +4006.954455007668 +3685.9784712184087 +2899.262738526297 +2058.170581586569 +1201.55834044399 +841.0523130700117 +998.4417587500012 +1088.4866176023186 +1342.467968599508 +1642.377574699618 +2162.458582161687 +2661.413669007018 +3032.73347742249 +3517.2559165472708 +3788.552101600279 +3986.299756571309 +3893.18682999274 +4192.721044824383 +4061.239662103942 +4059.6619068328478 +4214.87614188524 +4246.23419887712 +4329.742876352115 +4549.877329032563 +4281.487417403096 +3775.2973917618724 +2946.8277888170055 +2101.4117744415244 +1355.6672119312145 +1119.577809658109 +995.2879946437799 +1003.7465094536988 +1249.4817369980738 +1541.6612977120171 +2333.825502012469 +2794.0617374237736 +2911.457113309651 +3287.9908513550963 +3438.6945863085125 +4197.550228796725 +3778.1399691619263 +3862.5654012362384 +3123.497590685 +3568.681521718739 +3742.537942753846 +3751.17169331053 +3829.0182649301173 +4238.326790104922 +4076.7765186953793 +3639.9188255206614 +2752.647719277091 +1961.482289855425 +1318.196023732457 +1072.010049506768 +1019.181398229472 +1088.9081403240648 +1271.771956703173 +1666.9942773681046 +2120.7261071521593 +2811.606132896567 +2985.4804561906462 +3263.1803439565515 +3925.7847942271346 +4250.65433790124 +4017.5131400343334 +4170.9169006188995 +4073.269696093639 +4049.194130504323 +4402.8118696256815 +4457.637581676019 +4338.36881034625 +4514.7353683644105 +4177.333041254839 +3758.872937407947 +2935.881380833523 +2063.3913907353635 +1329.4179337461367 +1034.5897838565081 +1126.2894852024704 +1088.9941991576197 +1251.6933624819035 +1681.6772093534041 +2287.7867161672607 +2799.107609913435 +3046.4250534469224 +3373.3160187078206 +3836.4874461581835 +4126.816013705306 +3878.095759746404 +3880.3239282446807 +3571.8418010219902 +3608.6616434241278 +3837.2134091111247 +3881.0299650235334 +3996.6478859585227 +4412.026004089779 +4061.5944741244502 +3576.361362229635 +3027.346455406619 +2240.3613504652412 +1212.570544430586 +924.6711771781022 +920.4712329784526 +788.1972786251296 +1284.330318228476 +1393.1712836625977 +2116.102164434141 +2294.6413356874245 +2807.790778886469 +3420.529346287513 +3743.0936710001183 +3742.6454303277583 +3618.704418707646 +3706.682161213298 +3390.687448626813 +3368.7064354463523 +3573.5531885654623 +3971.2182234421994 +3815.6268414695355 +3844.49494539163 +3605.514321797203 +3579.797204453737 +2841.536150081757 +2148.9466391466426 +1340.11789537125 +1111.824732077155 +1150.182870355388 +1097.9513939440706 +1367.7288484373075 +1631.8557523029478 +2304.661830123437 +2164.5289125971653 +2413.9223622818986 +2669.652802951461 +3377.7795187175802 +3709.837126819038 +3534.7543114117043 +3525.6891871788007 +3232.403425830306 +3216.9149148586544 +3484.338832008178 +3535.020361350633 +3335.4488538381192 +3578.2296788222125 +3534.2375864286228 +3363.4646111796274 +2751.7593397141013 +1991.2199260629386 +1246.5779420778983 +1108.5030962887145 +866.5786773743523 +821.5393889190739 +1241.6444379890333 +1386.1055337168143 +1965.4611564879685 +2440.140280572159 +3032.171379119992 +3478.2490455930906 +3866.5589297620354 +3996.6202865322343 +3770.537454468247 +3890.975834282346 +3581.8497189427676 +3470.0075247948985 +3649.511643731048 +4023.4219093370325 +4030.0479411470906 +4225.349452947879 +4135.304088165143 +3697.74554648547 +2920.3509428873554 +2064.53944571449 +1311.9643193753566 +1030.9632058114576 +1076.7175218110663 +1079.6616800104002 +1263.2215990404022 +1564.9726229691714 +2314.779306962094 +2770.658865264095 +3000.6574765832825 +3061.5489158257055 +3826.424666054792 +4148.043407577974 +3976.1261353823425 +4058.575392889846 +3844.672399843346 +3886.871941938125 +4119.655967758413 +4234.755787685211 +3854.559317854114 +3930.458531327066 +3962.4163036959667 +3650.040580351522 +2792.7624974153246 +2138.907315579 +1317.691366539995 +989.4827375956675 +906.9017061811279 +1032.1031424561502 +1238.6279539828517 +1706.8717757399347 +2261.4235285649693 +2807.5153361854377 +2956.687907674542 +3369.4276222374483 +4039.733811502935 +4669.378055289229 +4770.531732078404 +4801.611507047481 +4640.327521089586 +4597.4210970560225 +5019.717933185211 +5072.4692406576305 +4514.68361115535 +4677.514003668107 +4186.862290266661 +3676.1408205008006 +2931.309675938585 +2127.2757722686106 +1340.9989085184186 +842.104258258044 +858.6539867345552 +808.3189506465277 +1089.4368169081124 +1446.4238892706 +2027.1350397369367 +2388.8747959664524 +2835.598124722981 +3410.5875311633667 +4118.81185267229 +4356.591392226002 +3989.3694307681153 +4049.5284752586317 +3989.6391411802556 +3988.3250557473434 +4333.09306679658 +4284.697626474548 +4160.460313887173 +4459.162519143954 +4196.966881568588 +3708.617652232434 +2542.663730076411 +1834.7850339538018 +1348.1995550566007 +969.3513757309632 +988.817164395769 +1011.3651474129914 +1353.1314193702012 +1733.8258421622286 +1982.208379449399 +2865.6103370553183 +3110.2371320981433 +3518.1492084900997 +3894.820952956452 +4047.0584475588676 +3738.104651134194 +3880.723366437031 +3665.1381655675327 +3528.415448765345 +3877.3118702830566 +4041.033347206863 +4046.823741835298 +4419.552175678084 +4070.1630684686143 +3747.103685196557 +2921.0182756180993 +2165.033893412591 +1405.6187816414422 +896.856470050162 +851.1776908573872 +946.7616093827554 +1310.8713858133337 +1533.460844415234 +2136.1694960386462 +2514.223827501669 +2742.375367057636 +3356.8902525869717 +3756.9445557366716 +3813.3900070615014 +3610.0374861385276 +3587.208211576651 +3428.6484862954676 +3331.596514767633 +3569.3458015203146 +3904.253022015259 +3761.3827713822643 +3829.734279082885 +3605.028914313355 +3646.4787701244077 +2911.1790754137155 +1933.2017784143256 +1309.8063392701386 +1142.4517202146974 +894.7212601380678 +831.5266226455394 +1159.1328395153282 +1661.0392371890428 +2210.881469619056 +2424.2948580316092 +2497.460395698962 +2658.365374891711 +3452.1245759291382 +3665.3689667598983 +3501.8109011239553 +3537.993235829286 +3275.0100196630497 +3208.861648787026 +3446.169620501549 +3477.990035631077 +3565.134279636736 +3565.3383187139493 +3558.5319535838134 +3503.500863822749 +2726.164303245701 +1720.330545815505 +1051.6523135965635 +843.3199050739386 +871.4749118886164 +825.8187042464334 +1204.8777113925173 +1583.9607883227934 +2292.6458807667955 +2785.8091351001826 +2968.079259537038 +3449.885873188401 +3897.631258311515 +3974.5452221090495 +3751.0418124667976 +3733.255285827511 +3573.9170646832517 +3490.020025548839 +3783.247205943954 +3994.7931872895333 +4283.75588556949 +4478.0408469307085 +4234.065942946638 +3746.345972260774 +2867.5938112861986 +1772.0298135979865 +1049.793550537594 +839.4353816027103 +867.2887798347302 +813.893629321336 +1120.2246398260504 +1498.346163920082 +2113.6894740372973 +2721.3827584150717 +2915.214818133093 +3451.9878041502243 +3900.6039750194705 +4036.824505596535 +3762.3938876968386 +3833.329534600198 +3634.115402471659 +3594.6282923042136 +3945.8532408739547 +4009.8023380525756 +4237.696607328108 +4443.1480508794575 +4247.519432832888 +3817.921950037315 +2895.346905627305 +2033.0816497194594 +1053.5340177044466 +840.4069023038561 +868.1673317810763 +816.8153428778247 +1197.273191826612 +1720.06652178991 +2369.0805707719105 +2959.930996768967 +2938.4753605864844 +3462.2337188777074 +3881.415129299575 +3999.744200922271 +3826.0700066797426 +3847.2425809162005 +3595.9561074661005 +3628.832993998948 +3844.988946857592 +4108.533468327818 +4361.922434934967 +4383.740518639075 +4086.8660089771 +3703.890854371676 +2902.0343351690167 +2075.357120842546 +1232.3823031121585 +1011.1701963861765 +1068.4245610419196 +1113.907818071327 +1257.9258536637144 +1468.6159313020787 +2261.9213886173393 +3047.5173625714733 +2987.1402213715505 +3463.890259567797 +3882.485557523865 +4140.1401854054275 +3803.5085925247836 +3745.9710555285296 +3569.749848359043 +3583.881071313708 +3891.719385390799 +4059.758060131086 +4343.196790811352 +4275.798761109634 +4125.042857710643 +3733.9466648718685 +3011.106826640575 +2119.8272719788924 +1242.8553326562796 +944.6944919603941 +1007.7815885054488 +822.9186745013983 +1270.2272986003659 +1593.3885004546905 +2135.337961968009 +2964.397979215044 +3021.8658255010623 +3487.3611161663766 +3855.10140620052 +4053.5041546529774 +3744.397964375293 +3752.492194602979 +3547.8299390780558 +3494.1844517202226 +3738.19230789781 +3933.156235735078 +4311.540461381856 +4428.08008885033 +4139.391180533117 +3735.314625234212 +2921.5824300792324 +2203.2590504235764 +1229.3680354017724 +879.6825935430477 +927.92772577312 +799.1331285561321 +1210.378561732667 +1365.1539492688212 +1973.3410029940378 +2618.840572958795 +2811.2776042513415 +3214.447051386655 +3791.1895501318722 +4045.375913407877 +4086.1303144091316 +4196.667869272264 +3910.216505962802 +3931.6307117226306 +4186.767986172447 +4279.664270982313 +4182.299272237107 +3748.386539894095 +3236.4699490528124 +3647.4982655174013 +2895.019357890459 +2147.2406518601865 +1368.3493351024968 +871.50557277328 +1137.9551280265118 +1091.3502975617203 +1351.0304277903317 +1712.3864535735725 +1958.4084532638642 +2114.74487327577 +2507.1264638951316 +2929.879504017796 +4217.057827735333 +4451.0128100988495 +4463.1298710685505 +4448.493777259451 +4193.650363579918 +4150.605640794712 +4397.480366451154 +4307.693861039919 +4022.115077777129 +3950.9670086047036 +3927.011138775404 +3887.3532568959345 +3092.985342740374 +2354.4603335945644 +1467.8232820176825 +1161.7424636647984 +1178.936467392216 +1118.2172472406512 +1278.004879869629 +1651.3169212519688 +2241.960831031488 +3110.8917343806997 +3057.9186192013135 +3581.7061129505746 +3908.1376807893407 +4033.673495040016 +3777.1286160444597 +3893.070342661894 +3558.865010715196 +3513.097932663717 +3836.1280954862905 +3938.1377376757723 +4254.473764213373 +4320.402117057476 +4279.374685798998 +3802.207987569762 +2907.531911272212 +2037.854604758667 +1062.5625442854127 +843.6481745048548 +868.1367582183458 +822.74177455131 +1158.613362356697 +1579.8345769857535 +2274.9316377441205 +2907.1254938767097 +2940.65850376511 +3505.534923745854 +3929.3202161541667 +4048.9863869813703 +3706.3318795850796 +3884.729964598195 +3566.648226806403 +3523.388883946208 +3756.4468436813045 +3945.16711149819 +4299.7278124684735 +4362.69856654638 +4109.078083496244 +3813.948035810345 +2890.9116120429308 +1898.6503778247388 +1220.3670380873705 +975.9009962037698 +1021.319836379257 +816.3845548006589 +1334.0648617263894 +1484.8628244432439 +2071.070997758593 +2981.3320044190855 +3003.5866636974283 +3498.6273702013077 +3939.54890747115 +3979.429722523443 +3655.1551043873287 +3391.3305392511866 +3677.574885955765 +3933.9954337926342 +4161.2669630006885 +4352.61788177045 +4593.906788224237 +4481.980301586169 +3773.7125621975706 +3468.147047579545 +2662.2446592787865 +1991.848307836001 +1041.6839199527387 +833.0799755365367 +865.4793313387017 +804.0081324997466 +1386.4677111809788 +1655.5493925125054 +2225.079936075919 +2974.57205791372 +2958.2583387636096 +3456.7958179392485 +3886.9774563484602 +4079.088730269062 +3891.5310002563256 +3897.3998235858485 +3745.1258988840195 +3562.3300197683166 +3821.915832216598 +4038.336457625868 +4280.995950251378 +4375.9690764113275 +4103.44821834842 +3766.466794092468 +2901.628236960925 +2047.2967495228647 +1347.5736469780145 +976.5565807583762 +925.8940985560158 +1108.8873987206243 +1309.262625904723 +1531.861799701182 +2176.1354358198014 +2980.3228238989254 +2972.8578536972414 +3482.6993720051287 +3819.6857183391394 +4056.328749850533 +3813.1790202323596 +3885.78062338653 +3629.372736994458 +3510.6443848187864 +3830.8491765789026 +4085.9101487344733 +4251.409356036754 +4254.288407449804 +4051.73836843213 +3697.7375268560954 +3048.44815231076 +2255.229241939513 +1407.170796836105 +1026.872771894962 +1011.3791771393245 +994.6614593037104 +1291.1785134342672 +1505.8506161303048 +2249.092248579063 +2566.172482554686 +2830.198444624738 +3487.803905089148 +3761.5793691817103 +3790.891508580454 +3590.514251958211 +3592.1039531505367 +3461.6610746857054 +3339.6396389563706 +3550.9194679677 +4023.7730860738643 +4095.3518157071567 +3847.2674825390673 +3625.7970378331206 +3536.3001538196945 +2847.0191817667355 +2129.4119238198305 +1383.1444028143571 +889.7450242857268 +886.7271254893243 +842.2868268987788 +1141.7145055119452 +1603.3739066005114 +2196.560656011112 +2160.3497992885627 +2516.9853832490107 +2725.1806418079805 +3399.1148790470484 +3770.7504577937034 +3416.0447301226327 +3430.0105833977273 +3307.593868321462 +3199.4635249284793 +3363.7436532015076 +3527.849223653874 +3593.295841904944 +3674.9438704401764 +3693.7011250183286 +3496.277495703033 +2744.145893373288 +1731.9399303725797 +1064.2323148876962 +853.3556101955713 +873.0372223854952 +831.3986914638767 +1191.7663231892627 +1657.9249861066437 +2175.0097530248163 +2701.6447932138904 +2922.927634631998 +3515.622824825367 +3873.3803945715595 +4019.76935880704 +3820.0421451194647 +3714.8996242547346 +3486.6926065653442 +3495.4910430383866 +3808.0022472628857 +3630.374486475187 +4294.551290285448 +4373.389628245716 +4136.4587980541055 +3696.676754761149 +2942.9791170104827 +2159.7261190264135 +1227.3036322986684 +980.3940669650378 +1000.3142055087715 +1141.211150724804 +1348.6945229899532 +1681.7271729438485 +2264.9743896258847 +3068.035004728129 +3060.3154121213456 +3397.290601271396 +3502.266314756664 +3727.9677481504204 +3642.7045086285257 +3701.214528760152 +3497.024546859186 +3192.22098515364 +3528.8252722143675 +3952.687564759081 +4178.577735884998 +4340.764247326825 +4124.641018331931 +3706.916413159808 +2902.002325339789 +2088.0953333966695 +1281.2847693777362 +1134.5071954204236 +986.2209326725878 +808.772205005383 +1290.6831210279843 +1563.0712097385044 +2100.942015096512 +2972.6780184503914 +2983.877751141392 +3467.8194405489317 +3890.007047266934 +4048.1526794127562 +3713.540620233209 +3875.6907833847054 +3596.7883116180656 +3622.245917500747 +3930.71424720768 +4015.9341991301117 +4301.925003640218 +4342.977953315701 +4158.064704246361 +3630.6164422405236 +2845.9321119976694 +2040.0874772957256 +1057.261221538192 +930.5865034593327 +878.3025201612323 +816.5153451066869 +1381.4914790280848 +1653.524005328952 +2169.399956421866 +2970.6424643415553 +3039.806907157963 +3563.629396692787 +3859.770859925632 +4040.0011501846852 +3759.8688656300556 +3797.670919267746 +3627.815512924728 +3586.5225383466695 +3908.839054451219 +3993.495354437836 +4317.228044422349 +4379.10352381763 +4182.753004108348 +3874.4136685596422 +2895.016806992188 +2064.738901532777 +1140.7353140337416 +840.663184109193 +873.6688367726064 +815.4631888048395 +1223.5411186480067 +1738.2792058211467 +2332.9314594128723 +2962.335952381016 +2995.0285579182323 +3505.3244152694847 +3882.7239355734578 +3970.431332299361 +3835.866753712364 +3863.7069688196443 +3697.9283653869593 +3653.7198522062304 +3894.32554808278 +4002.9523665918086 +4255.862061781771 +4417.201416089784 +4173.292302098507 +3765.670465424047 +2934.070928651582 +2137.6170840830755 +1180.7114175185727 +946.9899530226303 +1007.1436361433204 +966.3859501586153 +1209.3499313970158 +1306.1078791475013 +1931.2352179017855 +2528.1327844744214 +2757.1693435835073 +3294.2779788348967 +3338.8135176251485 +3654.2660674810422 +3609.0047077073377 +3728.248182848474 +3661.3321981589343 +3730.1748867576625 +4001.6477649039566 +4157.811892382225 +4055.2113826152713 +3851.0552387179596 +3522.470616859847 +3213.142466875433 +2836.135205057898 +2142.7804290726917 +1407.6132238274363 +1168.3045278349512 +1166.3311698998996 +1099.6213396777325 +1367.4185100849706 +1827.225693003529 +2314.9187588668055 +2631.9451058762625 +2772.2837404076017 +3071.6880049988486 +3802.0530098677764 +4097.493743513478 +3984.239683208171 +3953.3212033462896 +3786.2750307645583 +3626.612028195355 +3403.912080218023 +3630.1452912852596 +3647.3556988544983 +3667.6779021641696 +3635.3066037148906 +3489.684406080585 +2939.3387947340875 +2081.4390254674904 +1291.6995100503077 +1209.630753326885 +896.671604154791 +983.1694030971989 +965.8904361172272 +1286.7545163235095 +1414.600895030329 +2241.1781550021396 +2757.480243634005 +2976.2953875716344 +3516.307582655298 +3876.6179429870153 +3979.878277022127 +3847.311846654514 +3778.5516678943545 +3710.953453257918 +3637.884474012652 +3901.9484683454834 +4300.538334000991 +4233.955948985882 +4399.306306568207 +4147.705265645643 +3719.3275069185984 +2899.638570201876 +2066.892850069377 +1052.203545553279 +847.3124566654321 +872.6529885019969 +822.6952280416958 +1186.0470654500314 +1582.7689065337258 +2255.463655446377 +2680.714029631817 +2949.5156159246503 +3467.8617752448886 +3891.041190189444 +4154.3772454072905 +3864.253114499774 +3979.240568535596 +3538.8746879070886 +3650.5985688845494 +3879.4365437874953 +4274.6842579709555 +4301.874241395709 +4303.632131495369 +4121.535541383781 +3635.645113923737 +2877.9822452559943 +2002.461010564114 +1226.0455523312075 +1025.6888077958586 +980.2242145437942 +813.8916537799723 +1310.9950950634234 +1544.2068287821135 +2167.196586116832 +2717.462016182474 +3029.2239367939496 +3512.3900668649726 +3912.101461625682 +3979.123746815496 +3723.9225648058514 +3828.4213105940194 +3630.659230569974 +3611.4150502084567 +3917.8649225597223 +4314.244597287553 +4325.217161761929 +4428.016803389564 +4214.764860159389 +3790.3597338403856 +2899.0875196303095 +1973.2627439587172 +1255.2943128019208 +1025.030740708839 +1078.7551499954584 +956.2171625820382 +1375.715233965978 +1593.864261941687 +2170.812091666274 +2701.4783995096063 +2940.7832010658126 +3463.084855511963 +3834.2031905840163 +3943.296704191986 +3759.7199505681274 +3839.33328486959 +3666.099711699941 +3552.693883224488 +3921.4746011907414 +4233.042827625341 +4236.414809516508 +4346.536959707555 +4137.686325131693 +3708.4574525112994 +2925.090369399901 +2097.2099612052475 +1393.3341915766534 +1090.4527437669042 +1163.034105860186 +1123.4885878252142 +1304.302085108605 +1681.704879479036 +2063.242837478908 +2652.1694621069537 +2632.8923916379795 +3124.230631924905 +3840.7671989082523 +4078.3992272674254 +3881.1283380061723 +3867.120242238998 +3629.6293191893533 +3594.547244644695 +3822.874948090716 +4237.251623083224 +4335.481654961411 +4335.201067219939 +4139.919868313514 +3713.413387109049 +2926.346915477739 +2014.0418569935232 +1169.4716789476643 +1031.3618091574328 +1020.2244322281931 +1071.1227553281817 +1351.7431588498696 +1336.9122517067929 +1913.182188961712 +2175.4301657126016 +2769.097875736738 +3387.3648290009896 +3741.2622424909814 +3709.8721834156268 +3633.2216211724776 +3592.4622829834148 +3442.0067575222847 +3501.3858649307786 +3678.4681310492097 +4325.070690062726 +4162.775300963827 +3981.7612546329888 +3690.7895034545695 +3693.100476450696 +2943.190999735291 +1879.650768829684 +1115.8681037727688 +886.7555745256265 +890.1123036685522 +839.8682541361827 +1128.697111418221 +1545.3825648337079 +2320.7051225224745 +1892.3960366544231 +2544.3043504543994 +2669.800594045333 +3468.2227295827765 +3742.7946027371204 +3537.181024147283 +3424.823390208169 +3346.731618169785 +3318.960840718798 +3449.611187391658 +3738.1730916045744 +3570.5113541221735 +3594.553665582443 +3664.124877645941 +3549.635983567494 +2803.23502692098 +2070.5119454931273 +1307.0579685289238 +1094.9149707419288 +1033.1426715994317 +1111.1978765286651 +1363.7451595341051 +1499.658015808 +2189.4026687064757 +2774.480772650607 +3042.9054035009362 +3610.1892794599526 +3901.955821351366 +4063.112151229753 +3808.5071734189496 +3863.285541353741 +3549.742202043259 +3679.668266322883 +3824.266903555528 +4192.437051798547 +4357.954693150932 +4365.4170944857315 +4134.495156687411 +3709.4241998535026 +2898.5061142764357 +2079.6793730678523 +1158.7470558232114 +1025.4663713888287 +1063.7312220642834 +822.4685631784747 +1324.594301043137 +1503.4802297681344 +2043.0487084931885 +2736.8217079389824 +3049.2773903734055 +3616.7875587735166 +3943.329911680079 +4029.3869425109174 +3840.648654278729 +3845.9565671563732 +3655.8407510280017 +3621.2107970264733 +3881.012467966978 +4292.156309091491 +4213.590117222207 +4360.180598624773 +4104.79120550294 +3784.204759475487 +2902.2207705666287 +2050.4044425864145 +1053.976962068409 +845.6597893495058 +878.0252625105804 +816.5235519778021 +1122.2764451227654 +1549.524062622287 +2104.2820118032096 +2418.880980919338 +2949.0783563696605 +3482.1783537711285 +3846.8177934689647 +4019.55935747242 +3803.333971912054 +3921.7868794096935 +3607.6626750427718 +3606.6722146368247 +3964.5853592307085 +4274.863673319953 +4330.583382663087 +4313.504690137525 +4123.509460933138 +3747.119651150768 +3007.0839850974935 +2172.650151233222 +1267.7647521898723 +987.5933625871162 +1036.2966538735084 +1087.9289419944162 +1337.4886448539348 +1543.1886714564107 +2146.6373288831123 +2482.179473040276 +2620.493830135865 +3426.1319162345194 +4014.9956141977673 +4463.672148646631 +4267.458087928111 +4070.230902215577 +3808.897915948623 +3793.6712427745692 +4296.643514440846 +4830.780962700649 +4304.487168850703 +4360.160812404844 +4131.778045517397 +3725.2184810258636 +2903.3068385737056 +2129.629616445813 +1217.8432397510257 +840.7766277108104 +1007.9920610727897 +1098.923330170591 +1320.9763306477778 +1603.754919817361 +2135.5218878004307 +2727.32743911577 +3089.451659757443 +3516.356826238543 +3926.602640113309 +4042.305154248979 +3812.9165667459965 +3843.390610911504 +3646.8351832675394 +3606.788669162454 +3928.0913487484922 +4320.06270664763 +4250.016911510323 +4384.899797171161 +4219.367439617174 +3745.461107566392 +2874.605552134941 +2063.8853547436606 +1407.8330957024834 +859.9113105053441 +857.622672834509 +818.3096659437906 +1247.9679480216575 +1652.7694505434245 +2278.634772933961 +2106.237401487691 +2702.696265405151 +3364.0675903176284 +3699.98857531263 +3822.572035750266 +3626.1636169499675 +3640.6706293159837 +3412.9098937677577 +3443.4766085592246 +3618.8622170841336 +4360.787395598829 +4210.573968274787 +3943.520055512099 +3695.4207041884074 +3629.6680691204688 +2862.5254103326497 +1884.0717006902657 +1117.2341262928212 +882.3592549247031 +886.4513587733275 +840.1448798519397 +1153.645976300615 +1601.3462253913624 +2298.9751002884504 +2045.5400932522127 +2601.2862420734814 +2684.5168298482813 +3480.175551422323 +3729.183074850329 +3477.7655378627346 +3437.211526004749 +3271.5802020582705 +3218.157481589843 +3449.315541770082 +3751.8719957541166 +3587.7974040656395 +3547.850827754732 +3623.351242469037 +3436.2597002938164 +2811.109620555827 +2026.5128104672767 +1350.200204556275 +886.7620472576023 +1034.1104978400956 +1122.781659097949 +1358.786108955656 +1639.7300436420978 +2114.897535464369 +2731.807077345306 +3009.3634992459906 +3508.2792538939934 +3832.40032386008 +3966.7735922447546 +3765.137912735017 +3804.086242155556 +3645.5797661633965 +3588.318311653382 +3868.16987913107 +4309.271681743721 +4293.750027379931 +4268.061658674753 +4207.731753609593 +3768.9957318719935 +2994.919874241157 +1952.2014406838073 +1257.5404252825838 +1113.7097357455123 +1031.895617374805 +823.3895218060602 +1211.7265127864005 +1385.1567655173646 +1983.0470027577735 +2732.9516942781484 +3037.8908320265 +3524.385994999143 +3978.4366351727354 +3995.386178671455 +3938.4601747383945 +3933.949419971148 +3693.740238864806 +3651.7953115578266 +3965.542443473727 +4437.180164686989 +4393.245887393059 +4525.9729384477205 +4244.637506887834 +3828.914732967866 +2936.3965707126063 +2049.0251353930144 +1061.5231065143353 +847.7227766242986 +876.1092352641341 +822.2450641002375 +1161.1944443230952 +1626.0223307687274 +2142.477241901696 +2555.3230423687614 +2936.6014668276034 +3415.2042641700455 +3881.399910770497 +4149.069328977666 +3865.652103757013 +3928.3745882837443 +3661.0421434873583 +3645.421686369359 +3946.402269337692 +4337.736184865053 +4369.945630746949 +4404.782448895003 +4174.647193224424 +3720.9773856473125 +2891.2065355975515 +1780.3718474322359 +1059.1536175210679 +849.9713832545606 +868.7206109388975 +824.7310029737074 +1227.4144369050211 +1712.5881897123038 +2313.9344943242654 +2445.3785516297535 +2959.1254320414305 +3439.937907629094 +3920.6963074034015 +4081.248393944332 +3923.794487558274 +3899.1326754496217 +3709.8630307834765 +3611.221140971363 +3958.260039990084 +4365.560698908887 +4331.173229834309 +4409.441734847634 +4224.230972554716 +3722.675243785721 +2880.4628100898776 +1784.8937462066074 +1147.051476708127 +843.2421460820889 +871.7942582935435 +837.3792280160601 +1144.4518124281042 +1535.0176655723494 +2104.659431104563 +2566.3176607657033 +2708.7924755620897 +3413.2042009055126 +3878.7379455629516 +4112.317821452318 +3800.1968169298702 +3827.740668016961 +3661.216910242094 +3582.2787357258244 +4052.593660041736 +4414.040885255265 +4416.032269706424 +4441.986499370969 +4218.580534876565 +3771.8344992975813 +2879.5619837785785 +1874.8375012531096 +1144.6951303631301 +853.4384882756107 +866.081194372698 +810.2855455214623 +1132.1479479652667 +1553.2118826508076 +2100.6724159163155 +2135.859948018536 +2700.195156692465 +3396.9836684882534 +3736.0721431245365 +3800.3405650170826 +3612.889550841862 +3578.616826568809 +3084.284001538706 +3324.769376580208 +3620.994574556938 +4345.995074825633 +4122.550773658514 +3835.679622118555 +3602.3581407920897 +3630.260686466072 +2957.315774070389 +2272.8418646701984 +1396.8065417072712 +1022.8645807014477 +1022.4757274102793 +923.2596521807085 +1291.2543542344968 +1686.907370706834 +2336.2524119575137 +2197.022312991556 +2574.90233028108 +2688.6831017370455 +3349.68602238084 +3865.073425994873 +3742.2365403235003 +3944.229543424545 +3504.4602756061868 +3543.8777783719147 +3402.8903055154155 +3670.7787908147993 +3206.817642777079 +3221.8553120061533 +3242.5394267202128 +3083.583030203818 +2709.4964891323352 +2018.7234437553072 +1354.8001344035645 +1152.6408963276315 +1144.1005893068764 +1176.6446207099684 +1579.8361919594415 +1732.0353339081948 +2351.5877771660953 +2942.1675534947153 +3232.9077355803784 +3426.779487657571 +3484.33303992924 +3858.9391611935134 +3687.7081581968905 +3852.8433903454966 +3662.754554097098 +3662.7512206739952 +3960.160538767419 +4370.8403706184345 +4338.468933378103 +4371.299446361652 +4154.458912444138 +3732.8550653704524 +2865.102531535799 +2065.656422543846 +1330.5201822877223 +1021.8749314350291 +1088.3846452709101 +821.4743471222417 +1372.799547177638 +1389.7463555203688 +2175.949833079561 +2690.82275591 +3046.1139245279305 +3516.7469087395184 +3941.645393743899 +4088.9383901269907 +3933.1665974167945 +3907.0132092682775 +3725.3519981925474 +3639.3311012418976 +3993.555575200218 +4386.671281108967 +4420.2501862057725 +4500.9943041421675 +4249.819357638589 +3805.103282328882 +2937.4257926452883 +2068.4866538538454 +1055.4528213379574 +852.5870378484206 +877.0333554193116 +828.1911892160535 +1251.79945745964 +1744.763943015866 +2350.324150405871 +2499.1891474090426 +2948.6091903393667 +3430.3440342931412 +3979.834891201692 +4089.5960581898153 +3882.3906771880156 +3964.9189880001263 +3698.8878443933836 +3681.7667193981733 +3964.3979827187522 +4414.377654216726 +4404.804840376726 +4460.025772732749 +4278.170269222667 +3796.123914889991 +2897.8138438314363 +2059.3777599454525 +1057.29692118206 +849.2549737405266 +927.3105833140983 +813.2107178681944 +1304.940309022989 +1599.2407562972476 +2157.2115982712535 +2718.69092513412 +2965.894564450269 +3459.1696565439365 +3885.6675848776554 +4070.7362779243576 +3772.24516998415 +4004.3166381068268 +3722.3205270114245 +3680.5275241634567 +4020.6147052772817 +4414.264668853134 +4468.42564188606 +4461.248486221884 +4285.82652496617 +3788.8877134235645 +2914.5114507727512 +2029.6672839708071 +1434.5415750094842 +1051.877833429361 +986.2094361632072 +980.5719099297717 +1345.732834081425 +1553.7368330022805 +2277.52918192605 +3028.557865193018 +2654.8108588969035 +3054.9316501503295 +3805.966399566218 +3800.493968946446 +3305.376268286403 +3988.659031555039 +3640.149927429888 +3540.0876086908133 +3803.7457216153175 +4274.148713276926 +4269.101536945888 +4409.804701313751 +4190.065589005279 +3739.975023288639 +2858.1675661829254 +2173.6276653834802 +1310.8384372473997 +1042.115897231504 +1026.7681345683511 +950.1074173891261 +1317.7290334031736 +1528.7568520794723 +2168.871675972673 +2482.7712060907256 +2855.7610899100855 +3393.581059463357 +3788.927394939666 +3865.503356412993 +3702.477156754819 +3683.861324784044 +3446.372986192916 +3441.154892450867 +3696.2844506137935 +4287.251838848207 +4171.1247575070165 +3962.8927262487473 +3721.554602375452 +3662.889704985678 +2918.3252772171204 +2141.7393617839134 +1124.2151330520403 +881.1418121178008 +914.4718246891903 +860.8369705933806 +1204.8700351364926 +1673.9102085175673 +2328.049811077557 +2357.0524697043884 +2640.6275057816115 +2700.449326358025 +3426.3629631433823 +3775.2379001237196 +3518.975786491006 +3550.20455549316 +3252.5316920260034 +3248.0232755947177 +3555.9037873725156 +3825.918166391766 +3665.538094182249 +3605.440080629383 +3653.4244413233896 +3431.619319239182 +2483.173266369639 +1771.907634389568 +1110.5876502920278 +980.2479866891051 +1082.2902989132024 +1077.199430123089 +1239.676176936819 +1783.6624666871965 +2345.272967180222 +2922.817179886543 +2673.9931756291066 +3399.9481568761016 +3880.641100735826 +4134.62626009943 +3806.2618460997032 +3895.4899443997338 +3588.218298617941 +3585.298892989832 +3870.4348615843496 +4306.582529077833 +4346.028375776499 +4341.214806427073 +4174.497625202413 +3671.6971389172395 +2600.341492367999 +1789.192284583205 +1062.1866988161344 +849.1156161134486 +953.6306185821009 +1015.7912057114156 +1395.8005303014618 +1778.1641435907766 +2247.043351152946 +2862.8566615841896 +2671.090068904047 +3177.7169093810576 +3712.689269046762 +3941.3891861393463 +3849.4319824334184 +3847.1944749669074 +3532.662001044455 +3499.789510449829 +3733.9980530523476 +4311.636608343373 +4131.605495967692 +4368.165141629916 +4145.390391262744 +3650.8109350052687 +2608.7438915612206 +1793.477362619287 +1067.08250367916 +853.1931960716062 +892.4554826125552 +1057.8087895165072 +1354.3632722658765 +1674.7579032921394 +2258.8918759428807 +2845.8551717946966 +2664.225106554631 +3154.99170181091 +3813.9823243081696 +3883.5118789691883 +3660.8586013321683 +3901.256851995333 +3561.1080742432114 +3578.1535000486956 +3841.1112517219144 +4327.607129767773 +4295.939996833688 +4314.67023412567 +4115.744099628671 +3382.3887843952575 +2619.0967413995872 +1807.8380034292506 +1283.4012946186276 +1192.007477037673 +1087.2472742917696 +1133.854848277535 +1348.3386083395476 +1684.5367760558788 +2297.574428822228 +2737.7209626988174 +2655.5099534835026 +3137.0289277753877 +3526.952974053961 +3991.330799380011 +3821.0925156228454 +3630.67297052104 +3560.5033202233035 +3499.107474443131 +3844.7509860819264 +4248.221196672988 +4297.1902905059005 +4295.363016447642 +3926.5414112186545 +3381.704158482081 +2631.9899944329754 +1799.0821992589997 +1267.6759447145673 +915.7950354359292 +1140.5778442526068 +1007.9028100722901 +1321.3492639498227 +1693.1848170828594 +2375.041059844247 +2723.683434013599 +2688.2601874236548 +3131.265955573266 +3561.147355340442 +3994.0058643163547 +3804.6239114017576 +3612.655000040365 +3384.176596276134 +3543.024441321705 +3866.4391837270473 +4304.2837465041075 +4352.939668567884 +4320.076015444676 +4092.2256402671005 +3661.205203996835 +2608.0666542215463 +1878.044415501545 +1198.4895193508862 +965.3206224942451 +984.4998727098521 +1120.5829911300834 +1382.4957339090188 +1576.9606395848555 +2292.7472218973976 +2368.52456027071 +2429.0327543167696 +3306.95607984369 +3713.715864234801 +3819.2481180231202 +3593.6824848146784 +3564.2426131263446 +3326.7930558442786 +3287.512230766511 +3579.0316851474417 +4168.116534433438 +4087.3503846785356 +3818.1015489758583 +3314.5608600857445 +3295.9611096418134 +2751.419690147159 +2152.7572338235977 +1386.356239295963 +1137.9326415971955 +1213.17929596947 +1116.3564818319035 +1251.1448327085745 +1735.468196217814 +2401.953507108186 +2494.5377394289794 +2358.669523099608 +2400.5671896550207 +3103.416838937495 +3400.4935311847194 +3428.6714405422226 +3468.565016982632 +2919.5266406060728 +2907.0056214665424 +3215.215908523378 +3474.854624223777 +3333.5927959827827 +3296.8823283870065 +3448.152394240171 +3315.255921860699 +2640.2001594044486 +1898.5975711783208 +1325.8700264584788 +1120.924923043374 +1139.052426302872 +1117.7970536331359 +1363.866176905086 +1725.6998807270515 +2370.1132885446077 +2751.354543804449 +2667.376374077807 +3150.0559735592656 +3548.4387001943887 +3701.1433049287916 +3710.374461225628 +3813.8231234263208 +3228.5253123588873 +3267.369906639608 +3521.2675184209984 +3948.597646208648 +3988.894614974974 +4003.2041296410266 +3968.219188770043 +3395.365291658601 +2622.837706577543 +1811.0541736552732 +1267.4976809821783 +1099.2843033283295 +1028.687987649815 +1095.1098652462244 +1372.5698890021524 +1791.616420071137 +2292.7258221380303 +2737.5380013394943 +2685.465678257654 +3137.90296868144 +3555.918377360699 +3995.094005288708 +3803.396241562764 +3707.603534365308 +3581.628904683435 +3573.4294825326483 +3897.5950615486518 +4336.965549746661 +4317.844670849509 +4384.965662207775 +4188.105023527642 +3739.752694606469 +2895.5076811082304 +2060.9174293473843 +1063.5447220662302 +909.0855495121576 +984.6119024244593 +957.0510804906479 +1413.5561091341244 +1815.2295310253412 +2382.8342767383792 +2984.2806847069046 +2977.7697507343637 +3485.946143957304 +3924.5216739606694 +4063.960936692207 +3825.5466954994513 +3928.438289244174 +3628.907129651575 +3664.1746032175274 +3917.624065122856 +4421.073090016637 +4380.524000106773 +4476.548888317564 +4183.656538230794 +3766.991670845759 +2920.0943083238726 +2101.2976100537767 +1266.0242760956223 +1043.9795591180457 +1083.0956013848333 +962.7268476621566 +1337.6073545493534 +1602.3559446523607 +2132.0960933067636 +2995.8961374968303 +2979.3450808420357 +3469.3988157857625 +3919.0005103143912 +4073.741526259703 +3839.7061222072307 +3851.8672909047614 +3679.0387786929546 +3665.211988605075 +3881.521795868432 +4316.481472643947 +4308.611514698123 +4477.718124869085 +4289.236940268874 +3827.227275769503 +2973.1878879100063 +2074.2175211728972 +1151.8624817266063 +855.3284054966779 +880.6451941648793 +825.6958790932104 +1230.2567235936162 +1396.8911592465793 +1977.2493547592132 +2755.194179029339 +2967.0332317500283 +3491.5563565881034 +3926.7014976969963 +4118.517337832798 +3904.802200834867 +3938.845292270188 +3688.9170583327304 +3662.9254002745147 +3986.3066858659226 +4388.679408746082 +4426.298373626644 +4526.477874645416 +4234.241492672223 +3842.7566615966302 +2925.088034503061 +2139.72320443992 +1162.6495457141625 +867.0706621790333 +861.2541104201825 +823.3387666987101 +1129.6090017580796 +1520.3763182979526 +2050.9721505138436 +2329.632824433513 +2691.06464815177 +3353.2910968499027 +3793.998205857891 +3801.6724970107634 +3581.4858921764962 +3622.3985715685076 +3406.567986856896 +3384.217127145875 +3716.8111337376754 +4346.8883916590585 +4197.472831910086 +3979.7183474947906 +3717.006335522071 +3700.4331370785776 +2932.2618341201573 +1887.9721887885967 +1125.5560389278298 +885.9265455144025 +905.7252945586508 +873.8614873525858 +1345.4403283616666 +1754.7832979691048 +2341.1606167836667 +2402.634254395834 +2649.227662829103 +2657.81409592437 +3447.798491634245 +3773.6569544092404 +3615.3707247645643 +3523.6834760909974 +3281.1534072494214 +3311.83068732737 +3499.235093284617 +3828.576872606767 +3676.8449131179245 +3658.0218757165244 +3688.4469188438165 +3477.8898610653646 +2485.456146053487 +1856.154835875467 +1242.2735919807221 +1048.6082334131283 +987.2136259010697 +1173.3689894880747 +1429.658116323783 +1777.8038264101488 +2300.0362158869884 +2869.1131018010383 +2979.2264830562767 +3520.9107915745985 +3917.3493342180923 +4054.437077575415 +3919.9395422350194 +3903.3416063488958 +3701.8641975122277 +3640.2246608422665 +3996.852687841628 +4394.499135836333 +4393.674450799617 +4491.302240950408 +4210.708146690173 +3767.8171803151986 +2927.154739493353 +2066.0423911122 +1065.5799906116645 +852.8686836179527 +884.7191609779178 +826.7581771275202 +1238.881023295541 +1817.593445413507 +2421.3068565765475 +2947.4661356177367 +2925.327882589611 +3463.991181679389 +3876.202803838063 +4070.7946856458775 +3865.844897836247 +3897.7053434080653 +3670.0569711119933 +3643.9652004224217 +3950.9193519585256 +4380.351720709033 +4367.307163686322 +4483.221298392284 +4280.053900990676 +3795.6413991631175 +2953.6750873441306 +2054.7669296194185 +1066.605204880068 +848.475178022972 +884.2630776329752 +830.4897296424227 +1260.9275189507105 +1678.7426288342172 +2274.0257825658346 +2964.908128087087 +2925.8879146443364 +3484.654217129194 +3934.996339400011 +4072.3969872514635 +3889.7938155246247 +3870.4638307322134 +3656.703210506194 +3630.335434816441 +3964.80877157741 +4379.667915027862 +4363.052707152203 +4473.61339072216 +4208.715077119272 +3803.043237098856 +2908.2950668986578 +2070.0636247067036 +1329.9421640645503 +1028.9142959686612 +874.4820942460395 +836.52904684173 +1262.1148225717668 +1633.3537655396067 +2148.2580265047795 +2758.5856945249116 +2937.874268270873 +3483.675799191136 +3874.0999818307787 +4059.6612500532106 +3875.730650743154 +3871.9192494372182 +3660.7230270455307 +3610.0153551313633 +3958.414672633087 +4359.290439963435 +4324.083885565908 +4427.084211173674 +4190.533995573045 +3709.258539847862 +2874.6499858867874 +1802.0660270387702 +1154.4689879810055 +918.5430773373513 +972.5132068201631 +1019.0625516723443 +1445.225287559535 +1904.1067013087531 +2367.247149711157 +2861.53281691096 +2685.109054367957 +3432.0610921752505 +3893.955771593754 +4082.397317290252 +3827.9958788392646 +3880.6768430683414 +3637.3338202845985 +3594.4842525753465 +3915.7616067831254 +4356.016264552248 +4330.192137189852 +4401.987023910785 +4188.816379986618 +3702.3879295888864 +2629.93361411233 +1886.533050310587 +1231.6325775726777 +960.698116490056 +967.2942506216782 +952.730273117397 +1384.8143964785315 +1797.6794482223604 +2403.9313296516525 +2413.826139254295 +2704.4321699882016 +3345.4190969202623 +3735.3678930179194 +3895.5448584530614 +3675.238083976377 +3545.444650465264 +3352.0211849120665 +3361.173454530663 +3629.2405241758106 +4247.497210374584 +4171.568208888063 +3970.965526367362 +3721.0801969905165 +3692.3812292043945 +2928.8275528990634 +2158.2989510362177 +1118.8405897629557 +897.1012966591156 +893.6664917935396 +867.549908861871 +1324.1932216952396 +1710.1176029209978 +2425.444932256938 +2298.4331909489374 +2624.2500980134387 +2686.242103399495 +3465.5566160810954 +3778.971866163385 +3479.385535018452 +3557.8278073794304 +3214.9591186018883 +3262.156078273464 +3552.7843272009654 +3890.511862991872 +3611.9413313538216 +3609.832548295778 +3717.0718234138058 +3469.804372012401 +2782.6879117681474 +2081.8377643980193 +1329.6567299733358 +1036.0311197662168 +1030.3089200102497 +1067.23301511114 +1394.5148772193284 +1636.1963996543118 +2232.2219592245074 +2869.9077963838126 +2686.465439896651 +3146.496132725203 +3833.6621606122962 +3955.9389157070373 +3665.750687048206 +3851.065736804757 +3554.617735125843 +3559.019439907139 +3829.5743324165705 +4302.545566889564 +4299.490203132492 +4317.202555236407 +4071.8531788132473 +3388.136560755687 +2617.9637703016715 +1875.1741445253053 +1264.2936383233298 +1087.503377973005 +1182.2060788868919 +1273.3137889180946 +1452.4829688232885 +1835.9801899995673 +2421.7445357995643 +2911.6317881696405 +2784.273098910304 +3143.761084429925 +3573.953413732746 +3956.439788348091 +3736.6260855632772 +3781.707276380329 +3251.104229626226 +3269.245102191957 +3537.108366406119 +4255.874228889887 +4268.0008052698395 +4292.17457094261 +3826.2816845218686 +3395.3411556271944 +2620.4086184817816 +1997.1337157192384 +1350.5055400953127 +1096.8184138672727 +1231.5700889648153 +1065.6833452604992 +1381.1972711691217 +1796.003198688741 +2303.1886625802963 +2748.410168855038 +2691.5370826401495 +3129.693634546234 +3563.621568584281 +3939.8920395798523 +3789.6446294792354 +3750.1189157034273 +3565.3489097618312 +3212.746769941121 +3591.6399161376526 +4238.858992142229 +4289.584522439898 +4276.091974807045 +3953.0744406646304 +3397.6075591234894 +2619.193521094323 +1811.9762118811425 +1219.7814078014017 +938.0687482051676 +1012.9501048318733 +1002.8405047847565 +1378.2766463208588 +1691.005390692689 +2296.3895272164577 +2729.6143146759227 +2703.1578983949125 +3145.487121566995 +3595.5165152812 +3944.8291493567967 +3759.9316711184606 +3747.2943985550296 +3287.2151836453004 +3236.0243328893507 +3551.4070794864247 +4270.45752662781 +4253.0629148179 +4324.44817654429 +4027.3052308841416 +3491.8617732675593 +2698.4148107231895 +1971.5423808701996 +1344.0795045306156 +1046.3675413085507 +1071.939175245436 +933.0470231497017 +1315.024266098472 +1640.8287877191092 +2258.1999505051467 +2723.777009629934 +2691.9132556044647 +3149.7959759688147 +3549.9039670555276 +3878.668617273261 +3774.4300330689616 +3854.3336258534437 +3580.5769629351607 +3568.0370087728256 +3873.560964936941 +4337.224903220214 +4286.616023217342 +4364.4789249759415 +4154.527535595022 +3671.157699188144 +2629.898458335273 +1879.3984713312918 +1161.6125349100157 +866.9681612467239 +871.918603943248 +830.683216906126 +1242.2139301420696 +1674.4176835354704 +2319.1180971653607 +2373.058739253445 +2442.809465134884 +3324.0241924092934 +3727.4849693858855 +3843.55353486171 +3641.15315624712 +3607.9242109227275 +3384.917827206154 +3398.9530354115227 +3610.9063777827523 +4245.188113496389 +4176.114207647221 +3931.8293967535765 +3690.244179869543 +3642.493659387417 +2892.677163924902 +1892.53467558566 +1125.2540593182225 +898.9652322249716 +903.9605234530671 +875.0888072365009 +1297.814519199885 +1681.6101618678758 +2319.195611179511 +2383.162601691836 +2537.3209046805473 +2565.9749898425584 +3401.8786871132666 +3748.893999523431 +3546.618396354129 +3513.028903280265 +3237.19038550052 +3218.0367371266047 +3542.459349886273 +3806.108808065597 +3629.7526144502986 +3590.5095948030726 +3612.7690393023995 +3160.9995801342466 +2494.26316144905 +1863.9700193578071 diff --git a/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv new file mode 100644 index 0000000..7966297 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_10_pu.csv @@ -0,0 +1,8760 @@ +0.20677630922522633 +0.1823294595391292 +0.18815842518937254 +0.1872438437917444 +0.23114009745144845 +0.31512770947945595 +0.407721887730467 +0.42155097222961047 +0.4333063394828012 +0.41039974719177075 +0.5909998833262813 +0.6459827956283937 +0.608370052334578 +0.6106807517692283 +0.5629124042001239 +0.5615116820586356 +0.6045311114709011 +0.6639920857960756 +0.6309210638232676 +0.6282796742373143 +0.629050131536662 +0.5955539915243833 +0.42927472355480467 +0.3072906527413501 +0.19949890296940298 +0.17180211185591257 +0.18592177411888913 +0.1899795221651047 +0.2369412272758693 +0.3214365588983 +0.41236350121157705 +0.4923740350503732 +0.4645237450101694 +0.5949885392814466 +0.6708616490016882 +0.7009674262647128 +0.6583418054893874 +0.6683916464290034 +0.6240147554316315 +0.6194603152959489 +0.6717140853132592 +0.7469108971817995 +0.7519302013699514 +0.7599938198719618 +0.7227836550587813 +0.6423919391060582 +0.4985629968678893 +0.3109503180314748 +0.18398179228425468 +0.14701755254898452 +0.15263651972658218 +0.14474038508300174 +0.2257014873321632 +0.29859022296302173 +0.39440678698205334 +0.4936461169609248 +0.4655369887298516 +0.5430974980094091 +0.6580181410107048 +0.6929470640555054 +0.6641465120986996 +0.6525473496346942 +0.6196646057618601 +0.6052089462261084 +0.6682396968394331 +0.7323864910222664 +0.7506204473841002 +0.7401361688620679 +0.7003826453499766 +0.5867662818113503 +0.4511519247686439 +0.3106934476347191 +0.18500604755821878 +0.14902701000721122 +0.1537930991128987 +0.16761238368984072 +0.22918968682474036 +0.29656184174697514 +0.4029981243246969 +0.49289435045375996 +0.48340812110796677 +0.5793561708314195 +0.6133059299401913 +0.6874075100307402 +0.6559865771384205 +0.6591236078753935 +0.6153412234014735 +0.6043390211849347 +0.6667508858239551 +0.7371600380609127 +0.7414369716075025 +0.7479455118749139 +0.7027013594370494 +0.5837155948722279 +0.4522870873858743 +0.31034630809155594 +0.2039521387885729 +0.1709909413449265 +0.1803509695880201 +0.1597716734969718 +0.22308476950188402 +0.282442302649976 +0.3892975775477635 +0.4933980040904166 +0.46648500565766604 +0.5425568931432306 +0.6608666374120485 +0.6955438284171981 +0.6615820895196713 +0.6617564756099283 +0.61950373836811 +0.6020515148209128 +0.6619751312599903 +0.7396089708750858 +0.7461166084012422 +0.7447214189367354 +0.7015560432699196 +0.5855017072869907 +0.45223387562587825 +0.31132331440425526 +0.19992317928362474 +0.16483555070418904 +0.15302230254448074 +0.14885429744949277 +0.23061588965871532 +0.2958507571810085 +0.40473721396001167 +0.5068260044236597 +0.49768859224273715 +0.5406675101016747 +0.6569770776033085 +0.7005986924787955 +0.657656407655255 +0.6703504026283587 +0.6133893533046756 +0.6168056246952149 +0.6620599207099218 +0.7502284092016531 +0.7467927294579251 +0.7474248810792923 +0.729732883038083 +0.6391750747892362 +0.49979279770278956 +0.3692779637817429 +0.2032924195027056 +0.14937500323746578 +0.16644875896103167 +0.18496093468576796 +0.21966450375706184 +0.27692344087468473 +0.38218083919834395 +0.42666550391528457 +0.4773807230221975 +0.5784382918526171 +0.643520434736544 +0.6590288121436242 +0.6247008853778955 +0.6219038635077245 +0.5811880024759059 +0.5832678936827627 +0.6179365366474149 +0.7320072142839896 +0.7169150144302625 +0.6657213942791287 +0.6209510646858458 +0.6143003761723119 +0.45787092774305843 +0.3705585701169768 +0.22483815755958378 +0.197005245851261 +0.19858962875851893 +0.20215239419785233 +0.2433894164178559 +0.31816435681903016 +0.4011973804666523 +0.4131143211715377 +0.40961240469096893 +0.4112425527650258 +0.5319392109458001 +0.6363217230756281 +0.5838751746907451 +0.5934958567920554 +0.5536764435103498 +0.5561833583106527 +0.561797055124249 +0.6292054237881998 +0.6253277775544951 +0.6133431797066617 +0.6192045867834448 +0.5484442240145619 +0.4482481633818419 +0.34167820800658705 +0.20000417057077471 +0.17246778881221755 +0.18454908095662884 +0.19236069996235675 +0.2458490747710254 +0.3051305344104449 +0.4025472835521537 +0.47347396801416375 +0.4682648709500996 +0.5410034815982366 +0.6159020963480388 +0.6887095366131865 +0.6499584575427242 +0.6621985386269083 +0.6127435098315175 +0.6053940290123185 +0.6570087069489261 +0.7360443828601179 +0.7392352450166254 +0.7418480216407822 +0.6595711040403326 +0.5862412637654639 +0.4516875471318523 +0.31298409912393516 +0.20884348061313995 +0.18737563636028762 +0.1952133261140075 +0.19746493293570896 +0.24165378284940653 +0.31070650242570713 +0.4078333054598799 +0.4741385348157005 +0.46313904766535713 +0.5397818898224029 +0.6434788653887328 +0.7002703715027799 +0.6600282236484395 +0.6684135283783796 +0.6149596653138867 +0.6148424969471802 +0.6643831862331161 +0.7568738146190079 +0.7468958873260619 +0.7634056707509903 +0.7344566435393023 +0.6518499266713063 +0.5053601300876644 +0.3334489210515779 +0.2298972379270145 +0.17966152714867856 +0.19773070483237531 +0.16639603750833307 +0.2365804668958784 +0.2666796568884611 +0.366161338494658 +0.5238588378786571 +0.5308474439897464 +0.609730536742402 +0.6774058732190467 +0.702302241348833 +0.6553084401556921 +0.6789096141478373 +0.6307811871629382 +0.6249573719760788 +0.6738000537275105 +0.749371868875066 +0.740664698191072 +0.7561910583986088 +0.728615551478048 +0.6525354801649833 +0.49976346444991243 +0.3095631560713482 +0.20863105847559105 +0.17372719444135154 +0.20160390280577847 +0.21516350700598566 +0.22634361811836223 +0.2975441097690673 +0.399755313204711 +0.47967226616745706 +0.4666580734170296 +0.5430960114152834 +0.6192292871342101 +0.6846329544671969 +0.6521335276931468 +0.6569581442012019 +0.615079913973013 +0.6042543866618333 +0.6592104581055742 +0.7377734176327625 +0.7404222942989095 +0.74547695402538 +0.6998853226929173 +0.5866501702553923 +0.45251240979019935 +0.3141077493876427 +0.22082323372558577 +0.17911576263243947 +0.17624824552858281 +0.15315651318318949 +0.23648007186418982 +0.29667865488402284 +0.39202497795286145 +0.49180775302316354 +0.46680322952920045 +0.5463875364418636 +0.6636869755093968 +0.6942050788091347 +0.6702977543501595 +0.668596855011795 +0.6274523019950121 +0.6131746646969339 +0.6840504489136932 +0.7493423627500893 +0.7680420600762989 +0.7678592458333016 +0.7299584039227508 +0.6539680185289385 +0.5037966542578587 +0.36229371330753934 +0.24491867119194768 +0.16509911412565245 +0.19770397807231127 +0.18915110413998978 +0.19716556960457915 +0.23026081296595444 +0.3330560012829256 +0.40319167369818704 +0.48539605348620674 +0.5880790646175561 +0.6582843729714573 +0.6516862616419605 +0.625672007814856 +0.6326607854599299 +0.6003089860865427 +0.5892781387608667 +0.6363257243353666 +0.7425137383523668 +0.7194653628770021 +0.6932056371635288 +0.6439713783026042 +0.6370626155269422 +0.5113547849842386 +0.32768232179594237 +0.19339050080536488 +0.15504500018553175 +0.154743045690645 +0.1466585002319445 +0.19734709494074923 +0.2682399854322695 +0.35830853110646893 +0.4062628671795101 +0.45089860099274226 +0.46096557655099646 +0.595514020174064 +0.6455709995833253 +0.6046534333786251 +0.6049549155648916 +0.5578784372094118 +0.5650330811692196 +0.6015114840201811 +0.6736055232818594 +0.6426154564248244 +0.6305317736691209 +0.6339430097597355 +0.6008750017854366 +0.43042087933124334 +0.31085596252871284 +0.18467818289338922 +0.15927648260329771 +0.17006109998075924 +0.16191501333197617 +0.22925339502817568 +0.3012306645079305 +0.3985217311487829 +0.5033017456632728 +0.46269114266430794 +0.5899076314332707 +0.6763597316138674 +0.7061288911268214 +0.6566357297827504 +0.6655511319430785 +0.6243654070917163 +0.6229948027505176 +0.6732720201951473 +0.7488228355793614 +0.7479814110522088 +0.7558488393600378 +0.7304820651539669 +0.6529194985178047 +0.5094892491349239 +0.35817189051550724 +0.22876080031169446 +0.18909285678945612 +0.16971676924104548 +0.14130695792191497 +0.21948185394988998 +0.2576444682979309 +0.37946524210250504 +0.5227472315782797 +0.5262189625122526 +0.615081830446917 +0.6703866187901879 +0.6883688269763517 +0.6528861985242123 +0.6798258546590903 +0.6238774563569065 +0.6201655771257298 +0.662928810527997 +0.7385766566419187 +0.7400630768987556 +0.7523223786412075 +0.7131973820875573 +0.6726072415545443 +0.5212764197229067 +0.3519091326963737 +0.21287031591421715 +0.16373861457412833 +0.15181732157185543 +0.1447519369198067 +0.2130336999721494 +0.24036734358937717 +0.34219411950405926 +0.4815526683120285 +0.5225456891048367 +0.5956566927073966 +0.6754086258816479 +0.704296826258255 +0.6772156777199092 +0.6756515199801154 +0.6385425591496686 +0.6278464867371519 +0.6850667950051437 +0.7530733779580314 +0.7697303864758556 +0.7686428276395574 +0.7372611356372224 +0.6612606172600742 +0.5032645689141938 +0.3563163494736989 +0.18430698718444197 +0.1485297521298632 +0.15211261599467316 +0.14540362291724176 +0.2295070203033634 +0.3054542826813184 +0.4157406333572183 +0.506114522044522 +0.512801209237324 +0.6057642225363463 +0.6707135547859666 +0.703494794000229 +0.6683168171472756 +0.6721889839336266 +0.6282670760834754 +0.6234118697776694 +0.678733398859051 +0.7552989605380306 +0.7591871482053656 +0.7642543656835373 +0.7369267598305391 +0.6545220872545535 +0.5024907516641436 +0.3544785943600807 +0.20231148152369519 +0.14865387602384303 +0.15229276007275652 +0.147349210628001 +0.22940182498306452 +0.2970041797511624 +0.3856990549301322 +0.497550140214549 +0.5077696089101117 +0.5917092993736681 +0.6719311702596559 +0.7047392689841998 +0.6676189196130721 +0.6660149190057613 +0.6303595535228818 +0.6118009451101671 +0.6747900854698952 +0.7476532573280421 +0.7482876121033791 +0.7608212324100976 +0.7177875782371218 +0.6422975931231699 +0.45147380768780093 +0.32480529020698307 +0.20113167840793833 +0.15047007393759923 +0.1625767082559029 +0.1470169237208025 +0.23560525728814458 +0.30053832103046907 +0.41118899580218804 +0.41139402799029 +0.41869567803275165 +0.5704237836935908 +0.6503334543767642 +0.6597813477787244 +0.6283839298156488 +0.6239828312937195 +0.5868411448666807 +0.5772976313102339 +0.6197140934366497 +0.7369562502658307 +0.7109529719308803 +0.6766606016678044 +0.628033045406496 +0.6238865811200942 +0.5019972753813832 +0.32783695618752595 +0.1941525649378193 +0.17326949341390757 +0.181726596488724 +0.19027276713284993 +0.23435570834676892 +0.29528232201988003 +0.3988270797307391 +0.4006988927590051 +0.4524545705354124 +0.4567052914395323 +0.5909125883496041 +0.6628338712247408 +0.6148407102114524 +0.6078900920947156 +0.5680163024119296 +0.5602921059914081 +0.6045616768128997 +0.6670559805651141 +0.6392722745778974 +0.6287402326660123 +0.6396863450904403 +0.6060891174954567 +0.47499333752013423 +0.3257128549329857 +0.21883037935113697 +0.19214793075095885 +0.18206388456393682 +0.15176078769146223 +0.23660368726174316 +0.3007095221438165 +0.3835449230439714 +0.46948757220657833 +0.46465141710002966 +0.5421052465879204 +0.6120978906817821 +0.6861577262675707 +0.6579882701107446 +0.6533537259623139 +0.6150198162792286 +0.559852208925291 +0.6599072137873037 +0.7315226136695538 +0.7419658176705392 +0.7395011490814118 +0.7015378826121135 +0.5932264987802786 +0.4542177257189526 +0.3266362464692394 +0.23724814167705763 +0.1989625485731781 +0.20816010616812172 +0.2065891160287271 +0.2425540614767588 +0.30940560726475436 +0.3972992088774779 +0.47487145553749616 +0.46638865790519446 +0.5417568544889664 +0.6144715970302098 +0.6801559589854508 +0.6505305756062935 +0.6498281450481511 +0.6116550927803832 +0.5561365167200495 +0.6584704016767482 +0.7324117351881849 +0.7434830806896269 +0.7393267748946397 +0.6919578684562011 +0.5859378089446908 +0.45291703427373586 +0.31532064983777025 +0.1983345236917812 +0.17928161391666683 +0.21067392431934284 +0.19364207985503865 +0.24052233113246702 +0.28932544249391856 +0.4038970732006218 +0.49280129497221925 +0.46578834222835175 +0.5511778206002077 +0.6105318701636286 +0.686636146397321 +0.6606180124839688 +0.6532332111119986 +0.6178476718412005 +0.6018602158859605 +0.6656910996072452 +0.7376749938852015 +0.7515654658308614 +0.7387513922340181 +0.7046749435671497 +0.590216928071184 +0.453081853651916 +0.312117791634915 +0.20281302101512422 +0.17421711824779512 +0.19576416138873737 +0.1922671435638557 +0.2414857020282483 +0.3090043223000717 +0.41923205050232654 +0.5107547389644942 +0.466474964557768 +0.5419580298833987 +0.6676482492472591 +0.652915284456987 +0.6633075724799524 +0.6651088879695065 +0.6179420982225632 +0.6090104366637151 +0.6674411403053904 +0.7482827144691563 +0.7429773098984569 +0.7554526943499198 +0.7151412110145159 +0.6340070704139508 +0.45272114514276873 +0.3142651742471001 +0.19952640561504342 +0.14918241908239127 +0.17602892685581503 +0.17528985335104363 +0.22814856012109191 +0.30103555853032926 +0.41424539463118915 +0.4986886487650135 +0.4645383658437708 +0.5404820859809906 +0.6515761194193948 +0.70079956192098 +0.6542336669721477 +0.6650028536812144 +0.6208118594718424 +0.6086347471621092 +0.659641499972594 +0.7516802106539252 +0.7451350339219602 +0.7537575042511362 +0.7132240949390665 +0.6349548143632091 +0.45259171993178166 +0.32642768669261646 +0.20119964515013303 +0.16429474609590913 +0.17778501866759472 +0.16134804073085857 +0.22130931018322697 +0.2688382375086731 +0.39872569214121156 +0.4289395537979642 +0.4600281105902821 +0.5262591731306165 +0.5898176313767303 +0.646881792771944 +0.6187447585463665 +0.613481661132435 +0.5739481071537412 +0.5704822893770023 +0.6140703824514976 +0.7260531551820691 +0.7000108408139537 +0.6633910769864875 +0.5712320051036754 +0.5694364985485932 +0.4587135337643972 +0.35321578753722227 +0.23198692375923058 +0.1817774300108852 +0.19560037763546484 +0.2017812068859047 +0.24192551731739853 +0.29852817672498305 +0.3938576105910393 +0.42188327956493743 +0.4236546845537185 +0.412435915155434 +0.5351640798444621 +0.6460171943783203 +0.5975033723732001 +0.5970124524641617 +0.5585099872481456 +0.5472971723926886 +0.5930630608366734 +0.6583050574654984 +0.6230420656402372 +0.614232426547681 +0.5757757153222683 +0.5746283236040368 +0.4561783723303731 +0.312722401040711 +0.22570063719259553 +0.18905507317919068 +0.211550599462499 +0.2136547987169866 +0.24716702876979654 +0.31160867753347743 +0.40153629129409585 +0.5028727002435719 +0.46627329622896213 +0.5423738359434415 +0.6122817298558583 +0.6841128779185646 +0.651690120584208 +0.6487326682166482 +0.5652792443426251 +0.5593141195168119 +0.6084239946607095 +0.7267626931190492 +0.6917925870137114 +0.6917499500454146 +0.670118390671516 +0.5901154238496241 +0.45381197736014206 +0.32545893696822326 +0.2116350562648527 +0.1845035992410585 +0.18807064633600548 +0.17004434172627256 +0.2189809593185908 +0.2883229238277121 +0.40633657354627223 +0.49094591305781854 +0.4680252073595213 +0.5496270267739748 +0.6099101262948784 +0.6796147596899377 +0.6478900607865768 +0.6435212853618567 +0.5689314291076014 +0.5543735331372459 +0.6156970396285112 +0.6855881980147789 +0.7399481058005352 +0.6923623989041379 +0.698762731987944 +0.5892202157916078 +0.45641107722369645 +0.3113455202013585 +0.18550362340084617 +0.14943213131815725 +0.19933083602832716 +0.17256393338394982 +0.22682698863192635 +0.2723471805787582 +0.37565935862517214 +0.5121742213039183 +0.5216097335958471 +0.6003947911076329 +0.6756497602335493 +0.706085822714589 +0.6751018934707768 +0.675122123947368 +0.6306380192664335 +0.6271903085426426 +0.681524856054258 +0.7509850083716079 +0.7616813682552749 +0.7645698422637528 +0.7395772927661712 +0.6564100318091918 +0.5061949523025041 +0.3111179001968977 +0.18380373736018402 +0.14791280632315507 +0.15305018091820152 +0.14465611614552382 +0.21241104505890313 +0.2726916172610915 +0.392438317146873 +0.49826002190471913 +0.4732325450376716 +0.5904725954801955 +0.6694424550345729 +0.6938859944422872 +0.6573417359132685 +0.6605377901204567 +0.6202897642349228 +0.6081585733975698 +0.6686454288121891 +0.743083311268213 +0.7441174522692929 +0.752272809877001 +0.7125275092432862 +0.6379991700963351 +0.45411742879949574 +0.31032982067930387 +0.19834794083255558 +0.14945841231991638 +0.15422639833506965 +0.14685671528838012 +0.22504826997664124 +0.28140079268148754 +0.38410599876452095 +0.4988594043097848 +0.48149554049287796 +0.571449494754548 +0.6608473077520581 +0.6547453254781292 +0.6608641420319817 +0.671778187844652 +0.6257198073775776 +0.611328972250573 +0.6706289009460221 +0.7494132672019199 +0.7448069742997236 +0.7573983205949686 +0.7170803278615023 +0.6383127109807646 +0.45267433005350227 +0.326452109221313 +0.20328141382875708 +0.17320632365448058 +0.1865822715082214 +0.18573378608723592 +0.23053389990846676 +0.29631819259338354 +0.39406304445251084 +0.4172489049657337 +0.43214296693383436 +0.5386304689419424 +0.638545282458818 +0.6009429684267362 +0.5989264763681719 +0.6203444260545197 +0.5831166267248399 +0.5664304786362048 +0.6103197582390697 +0.7260425193098102 +0.6990956339582411 +0.6590789956037758 +0.5719040340419842 +0.5718176679646392 +0.4563971831438818 +0.33352435743662784 +0.23102027179912382 +0.19407971051418565 +0.19144401557809143 +0.16953384837331692 +0.23695808926233514 +0.30946486090082914 +0.40253717293055546 +0.42273717274311157 +0.42745013627430317 +0.4176405712090367 +0.5339590772480002 +0.6289719324292468 +0.5932508842957823 +0.5938771979135057 +0.5094946169082133 +0.5003115534926089 +0.5464118845119765 +0.6085089577431091 +0.5758997404527259 +0.580987791958428 +0.5956068495329855 +0.5715001034705383 +0.45362030249105956 +0.36281196435683094 +0.22462223287408795 +0.20460537895626366 +0.21384786402095277 +0.21471225406935526 +0.2451359218362183 +0.31763310458417615 +0.4155314801724654 +0.48393252647005386 +0.47153626488849326 +0.5469246955688685 +0.6181504929493224 +0.633867480429913 +0.5979706948821266 +0.6056638733910944 +0.5616100300370364 +0.5619514681677802 +0.6073227774828237 +0.6877832186750045 +0.695590975252714 +0.6940269768571543 +0.6982274574184593 +0.612709344650367 +0.4874339163011079 +0.3673796232689313 +0.2359977896388775 +0.17927461587859073 +0.21601530996468665 +0.21100753476711323 +0.24979772999466604 +0.3058502763042485 +0.397202361876799 +0.4363133429807842 +0.46629637954617803 +0.5452419235392464 +0.6130902441211165 +0.6314861703754933 +0.6497873192386777 +0.6463780576493386 +0.614191953884258 +0.6026744045005736 +0.664108527871389 +0.719754327746893 +0.7580403733032817 +0.7480142607534426 +0.7150178066071036 +0.6023263305659078 +0.4661567897336421 +0.33833559012022707 +0.21648058514186574 +0.163772981046282 +0.1940222972259389 +0.19523712703747292 +0.23936558237941252 +0.3088121360466287 +0.41152065246158404 +0.4615733454147611 +0.48164887964100606 +0.541955795638567 +0.6128174280347123 +0.6845800316145799 +0.6507654092452588 +0.6510819763931311 +0.6059304146471214 +0.5560479381987077 +0.6535655649818214 +0.6920791490944993 +0.7427536754602448 +0.7377510829179503 +0.688666893698172 +0.5886375708393078 +0.4569705212881431 +0.312629215048797 +0.2015658997038759 +0.17994339047577265 +0.18649522956110393 +0.19285639020313833 +0.23275061860924054 +0.28474960029289814 +0.390735610361359 +0.44625861495454433 +0.46324139960738747 +0.5454145311951073 +0.6332846863514555 +0.7007231554614689 +0.6623218257631788 +0.6590887526085706 +0.6218638820319816 +0.6075213971493061 +0.6670776484773681 +0.6996273671065882 +0.7544746682719157 +0.7494746610069473 +0.7171515851081405 +0.635597474853307 +0.4538444825440507 +0.31434550734592925 +0.22578042557938832 +0.17771576748872686 +0.17090531885350357 +0.1610244757659049 +0.22837921806555952 +0.2900909343934599 +0.3966037253106125 +0.44381605842514155 +0.4973007335785595 +0.5619964642131443 +0.6152572181886541 +0.6857635160439355 +0.6599538793642772 +0.654560365208824 +0.6166998507170544 +0.5988544695000946 +0.6614047103218043 +0.6858511015312769 +0.7423819044661207 +0.7411887609764456 +0.6562574852759063 +0.5912738666668544 +0.45287557312417526 +0.3266753020189144 +0.2004445746583537 +0.15937381125667086 +0.18084319945580754 +0.18489284985839116 +0.22606023711625148 +0.2973427752943326 +0.38218058227366647 +0.36237276572588684 +0.4192263325308733 +0.5264190312185881 +0.6380488389704709 +0.6548036250413128 +0.6300586912623055 +0.6140388298983045 +0.585790213574729 +0.5735494696048475 +0.6216514280430923 +0.690026473871333 +0.7190630320980871 +0.6872221340367506 +0.6419144288974995 +0.6376155055760728 +0.5023355897608981 +0.3307294982338833 +0.19354929778093577 +0.16667112817462953 +0.17181331520334076 +0.17135187211850078 +0.23833305271532276 +0.32373792840865195 +0.39123818869719656 +0.35576959436642674 +0.45002785803512435 +0.4097979069134653 +0.579989893445423 +0.6455964059855622 +0.6046579350913495 +0.6030270822897567 +0.5505407273700368 +0.507471124140403 +0.592695599178055 +0.6063193862866322 +0.5789678775758899 +0.5721302154788525 +0.5800935898512153 +0.5779861390529724 +0.4877254667958086 +0.3651314539052445 +0.23798397992586126 +0.19383138686427417 +0.21958884375381255 +0.22048043630167527 +0.25403193945404906 +0.31690780547355957 +0.40284611239674434 +0.4448017712919078 +0.4688053742836655 +0.5473676991340776 +0.6107688399466198 +0.684798312546705 +0.6509797104387042 +0.6503103397443264 +0.5621562243751514 +0.5582373947030022 +0.6601481397079421 +0.695016693767017 +0.7460142347612689 +0.7411017209305426 +0.7115462149849981 +0.5914549199116707 +0.454703745633415 +0.33933928691626797 +0.21911803198134788 +0.18563737639158898 +0.20458035017583903 +0.20235208697453524 +0.24841404535552877 +0.3077505844215766 +0.4041695706144754 +0.43272566341723423 +0.46291810421791574 +0.540757577096557 +0.6081740588849522 +0.6940216261266765 +0.6534738369084144 +0.6680018182235317 +0.6082997285372348 +0.6175059156746131 +0.6601823209766476 +0.708251659506758 +0.7551774968668749 +0.7475159555137375 +0.7219008642933706 +0.6438301345389278 +0.5095420512030493 +0.36872810623678237 +0.1928785921152318 +0.18031857406170274 +0.16337323695985598 +0.1934413669938386 +0.23673631348288773 +0.279941020718961 +0.377988807872074 +0.47683830810284505 +0.5256623681063501 +0.6007738286631275 +0.6679387310268453 +0.7047808812207326 +0.6694032585313424 +0.6742985510543338 +0.6256326965717239 +0.6221557091525822 +0.6697229540998938 +0.7076125803101295 +0.7579179383433592 +0.7612804793328708 +0.7327457622818262 +0.6558856862467529 +0.49899358816355405 +0.3107100312458857 +0.18418608506071488 +0.14952303703425734 +0.15254278229569296 +0.14682779771761958 +0.22418973412753557 +0.27602602978213436 +0.3882654562615235 +0.44733892540887515 +0.46271758026186804 +0.5419641531371474 +0.6423734473497643 +0.6958135641168367 +0.6661696426284957 +0.6602593074598035 +0.6215537588873845 +0.6135329458662043 +0.6656991594523355 +0.6999644875324488 +0.7479628951444611 +0.7532220910429909 +0.7201206760200259 +0.6414922173487231 +0.49793227055479333 +0.31352877994154726 +0.19906346613947729 +0.14885565731271883 +0.15378106128074123 +0.1441808048305459 +0.22609342117985984 +0.307104930933593 +0.413539009452096 +0.4518104623005009 +0.5078932378979453 +0.5951603777321463 +0.6827469110420407 +0.6900840348234832 +0.6565037011692285 +0.659809778201991 +0.6388464922636234 +0.6228382868746426 +0.6759757122628802 +0.7048747862313579 +0.7633982702994069 +0.7613758709759764 +0.7343769016383768 +0.6569431873644708 +0.5027187138414801 +0.3254727218560526 +0.19961819354760424 +0.14927852667134303 +0.15096843837569324 +0.14288453977211343 +0.20417355588403052 +0.2854687614655025 +0.4052943650235698 +0.3700701624389218 +0.45207110359083785 +0.5818455753852237 +0.6447995051042912 +0.6583292294470333 +0.6372283992310752 +0.6267789034704095 +0.596264612418236 +0.5838307719459931 +0.6272212287505157 +0.6882848833827891 +0.7175770256386548 +0.6785900688113591 +0.6317595847355504 +0.6279031220634699 +0.4988421598858954 +0.32800651720908974 +0.1931241233388047 +0.1542904888162061 +0.15511666871167323 +0.14971010602581913 +0.21878880969345488 +0.27595299490693853 +0.4022774248073685 +0.3731239097722821 +0.45212619018331707 +0.46407764059748907 +0.5911731260927973 +0.6460868905325459 +0.6141151849245902 +0.6217689256615552 +0.5546363523787797 +0.5623871336854345 +0.6205471625057092 +0.6279694825271506 +0.6397171338631148 +0.6409835869141031 +0.6453568708524026 +0.6170672356234123 +0.48287993475121266 +0.3541594318924771 +0.2160583219645807 +0.19681828802556436 +0.16657635402880577 +0.16591402761300658 +0.24140652129995074 +0.29725829028791595 +0.3946136667640391 +0.44667725118037593 +0.5089545882108665 +0.596638299089655 +0.6706052317128938 +0.7074374732586706 +0.6638089328017158 +0.6643490863837179 +0.623722180849412 +0.6279622456803088 +0.6701917792867579 +0.719441616571954 +0.7514555305090717 +0.7539068194036244 +0.7158142724352374 +0.5882942756222452 +0.4535494778621485 +0.31333814904782936 +0.21218000502665932 +0.1858978861680539 +0.20126475587585724 +0.1734143104548936 +0.2227590060097231 +0.2956110731871136 +0.3904475564174012 +0.43067070445662214 +0.4851572410675788 +0.5871829732947597 +0.6434504334795839 +0.6844556719931129 +0.6434808059127692 +0.653354023854962 +0.5613051031345249 +0.5631098012853941 +0.6060824365350986 +0.6933413347956758 +0.7405039001760092 +0.7461749687324104 +0.6862225712319309 +0.591728445455135 +0.45498200987014686 +0.3353982635145473 +0.21727430831122052 +0.1899633360997725 +0.17882535583678355 +0.19973267843750783 +0.2492664792464666 +0.3192501626619378 +0.41649615496294373 +0.42413056836526536 +0.5084042989290308 +0.5933848820724853 +0.6750487411033564 +0.6987687568934406 +0.6463355268234421 +0.6719518273384801 +0.6250751192701839 +0.6262766818774574 +0.6619940445562924 +0.6983450273669151 +0.7283321638693804 +0.7489566380232291 +0.7191826841377137 +0.6516515822989772 +0.5134266003321339 +0.3597940910394976 +0.22406300572501808 +0.14895886277824136 +0.15239150272813323 +0.14482960401269634 +0.21262802616393403 +0.2434140229445877 +0.3429222602151121 +0.4508656352552836 +0.5232697489322017 +0.6016211828849307 +0.6645383137038701 +0.6988452541766537 +0.6625804027302366 +0.6661244731723117 +0.6252353464260082 +0.6180937634284304 +0.6726355920154446 +0.7050320497370719 +0.7572580284938207 +0.7545353207224993 +0.7275348239052946 +0.6445637571426328 +0.4530168384181907 +0.3122017884278012 +0.19962650464767767 +0.16366795465990433 +0.16820059869744697 +0.1681145190585832 +0.2297912324755674 +0.28923904091095515 +0.39700023454070416 +0.4431764414796835 +0.49462900220554007 +0.5546854968433842 +0.661384721913757 +0.6807507492897235 +0.6639900417494324 +0.6668911129977994 +0.6128845004325758 +0.6156103960556305 +0.6590798885658546 +0.678291345489749 +0.7530085913701315 +0.7285582203426507 +0.7173224167427159 +0.5918990069433481 +0.4555388994707548 +0.3267562405354983 +0.21290578060494303 +0.17825024350660815 +0.16731864634713137 +0.157209720264491 +0.23162266494732428 +0.2845694882187183 +0.39821245195371846 +0.381365236884244 +0.45687790060791167 +0.5218323301522724 +0.6130120299907702 +0.6493147899212022 +0.6233022612608676 +0.6092002457008823 +0.5749143820019679 +0.5693973098320069 +0.6096598016640751 +0.678969709209093 +0.7108442418363329 +0.6676251332135466 +0.6203773515755966 +0.5690318278988201 +0.4557989834260805 +0.3563861298920069 +0.2445038110315925 +0.19227654205387934 +0.19097610457125705 +0.18005693600127487 +0.21404508128545377 +0.2782114082906858 +0.37086847453613564 +0.3559588348062106 +0.4227285667348959 +0.4126479550888211 +0.5775001902735494 +0.643651670358052 +0.5829727995326465 +0.5654004669467024 +0.5611463421446128 +0.5535358501139268 +0.6033687129041455 +0.6195237079036864 +0.6291340126913543 +0.6254156454222192 +0.6266248205610121 +0.5929740114886769 +0.43135856860336347 +0.3079175395621783 +0.21304264949722926 +0.17993702591170085 +0.17108553949472574 +0.17900402155556316 +0.2504352163476273 +0.323968149162576 +0.397234190723667 +0.4458440309658325 +0.4621488935717933 +0.541044197950032 +0.6402825337646666 +0.7006095174119863 +0.6512093044344432 +0.6658272628294535 +0.6197737595048682 +0.6075504636925851 +0.6594077768987355 +0.7079178718695588 +0.7429623269747287 +0.7550926111566759 +0.708258783534164 +0.5875401512065279 +0.45546849692193647 +0.312002974831458 +0.18389134442399446 +0.1486637073383076 +0.1541817981889824 +0.15882223312345378 +0.2293756877382044 +0.27610581966112263 +0.4087203242841529 +0.44941048765253977 +0.48567652242420795 +0.5391594002505761 +0.6663411778977861 +0.7086671853500978 +0.6615812294951391 +0.6713769843178508 +0.6214972049023023 +0.6185733276984673 +0.6687665905415036 +0.7038397432394302 +0.748280818989071 +0.7601506714051056 +0.7195038780193405 +0.6392495139284521 +0.4526340277760128 +0.3107796176796547 +0.1836135095740419 +0.1587129969998164 +0.16901796493604032 +0.18697945746097333 +0.2293185844105573 +0.2977271540221519 +0.4017756126174631 +0.4515370330631342 +0.48287425808201556 +0.5461133554423977 +0.6629525584183295 +0.705570754174734 +0.6619854312495601 +0.6697923567625593 +0.6257601025870116 +0.6161324782690333 +0.6775032657107428 +0.7092463620989209 +0.7542391075507301 +0.7660053962168265 +0.7285308505043798 +0.6489001008701833 +0.5049654152905805 +0.35842161217288027 +0.18569997982252404 +0.1623799954479369 +0.18790759550657277 +0.20296005101350323 +0.24548474661675984 +0.31541936666537695 +0.4114246658981417 +0.44760025531005637 +0.513531985354345 +0.5976456143731194 +0.6721707535522057 +0.7028783999778239 +0.654375412889503 +0.6683225122422651 +0.6243627072251421 +0.6369475946178946 +0.6751797665055802 +0.7116450077539159 +0.7600352020034209 +0.7654279729264161 +0.7414179024966127 +0.6561491021342214 +0.5025455173570234 +0.31029331306652985 +0.19857216952681353 +0.14796296346355534 +0.1531317451504662 +0.14672755604591034 +0.19670907762491124 +0.27859813441374975 +0.3986923407127854 +0.4492976786207907 +0.4598303536371565 +0.5394425307489701 +0.6594508401990762 +0.7022489484578758 +0.6613679950205306 +0.6647274027688017 +0.6115765326964961 +0.6098851698471012 +0.6553817710039236 +0.6924284106747323 +0.7478613044213482 +0.7411893134026609 +0.7131656199612804 +0.5900458238734562 +0.45231619517539334 +0.32708126387764325 +0.20128114090255653 +0.15006431803626685 +0.1642801200161558 +0.16748687811031887 +0.23673720658236305 +0.29333588553234624 +0.40467858517399313 +0.3755550101912245 +0.4166590991089621 +0.5216373882790808 +0.5884118385812115 +0.6468280907939825 +0.6278671090194675 +0.5913839114537158 +0.5273785190764233 +0.5823172406506577 +0.6109658808470397 +0.6892721122250682 +0.7153588977142487 +0.6725259794821681 +0.6224326786031207 +0.6142504833607546 +0.4571439663011083 +0.33086221786307535 +0.2258244112815317 +0.21196618782419996 +0.19749904692745093 +0.18617351130464885 +0.22642927194951135 +0.30377515975833824 +0.39087359438321395 +0.36269031817412395 +0.43891329848335225 +0.43597266009203894 +0.5685483240739413 +0.6398096279111428 +0.5598019229065165 +0.5598842877141939 +0.5440131185414421 +0.5567142630394643 +0.595044456125968 +0.6070368709097552 +0.6250077762279727 +0.6152943639516975 +0.5745843453399094 +0.546396988652795 +0.4738908992365736 +0.333892962968833 +0.21656632316531224 +0.19170249211629525 +0.18527795415627812 +0.19587359271168978 +0.2405322196271394 +0.3010161366145547 +0.38773416073338807 +0.44090159880056917 +0.4656999952792931 +0.5413655976761936 +0.615101090860508 +0.6874571399381462 +0.6494570342646759 +0.6568696375153186 +0.6138091720002122 +0.599952922226995 +0.6556896146277071 +0.6911244450659352 +0.7350351736418812 +0.7437895082914536 +0.6851493501670916 +0.5895216957086816 +0.4523172158402602 +0.3124835170961398 +0.1988522924250052 +0.17891633849658134 +0.1988740463664281 +0.19154292316856866 +0.23426610869851103 +0.2890486070084701 +0.3892016903100398 +0.4514898313100242 +0.4737259594214692 +0.5410169824086373 +0.6149868546167633 +0.6810752596921622 +0.6549852133698423 +0.6649365406416314 +0.6161583013077047 +0.6152671046818993 +0.6649537713176596 +0.7012202531840473 +0.745057345317402 +0.7530733243352958 +0.706005079457637 +0.5864996547047401 +0.4523476292725387 +0.3148718337944377 +0.18455151889858915 +0.1653295139868628 +0.18206596183651352 +0.18679311159650377 +0.2327000538489119 +0.3057907817630196 +0.40427976086455136 +0.4491090053519381 +0.4603170014144289 +0.5956083148037121 +0.6717519636590992 +0.7002433462727924 +0.6465093573491665 +0.6548544720799386 +0.6195043443682939 +0.6087519969750331 +0.6568916519688556 +0.6938735918180877 +0.7616424766522448 +0.7698129795079175 +0.7378511341441172 +0.655231661586659 +0.5044277825792569 +0.3560149892343417 +0.18357153901140272 +0.1477510705965171 +0.15253353328475716 +0.14288662657608545 +0.21591298150746296 +0.24109422455843035 +0.34065267791752857 +0.45740114059328446 +0.5253813910819387 +0.5999385113529514 +0.681255206641146 +0.6848548940191093 +0.6463128561002249 +0.6603042980392307 +0.6188319135391964 +0.6293592100305454 +0.6488145897156473 +0.6939197215641886 +0.7362773525443681 +0.7561358047737539 +0.7267942936912284 +0.6375732896751157 +0.5057101706909514 +0.350640309692569 +0.19968873470793996 +0.14867506874357492 +0.1527931024723455 +0.1447555649370327 +0.20213942107162766 +0.24071862470446995 +0.34229276247653956 +0.42320016107308883 +0.5187158564646389 +0.6007122378100431 +0.6627274100380217 +0.6951027167949678 +0.6593160251483042 +0.6616306174974441 +0.6243907939266146 +0.6250939647525571 +0.655742329171405 +0.6846609703004892 +0.7418485547863723 +0.7396813440098973 +0.7231746020007476 +0.6551678962655951 +0.5001968723976771 +0.3739073062177198 +0.24158164889017822 +0.1917438146285429 +0.17057480565284178 +0.16332080091038204 +0.23504991649459736 +0.2335327282806024 +0.3315213618079778 +0.3835713451604401 +0.4715394567354493 +0.5773799478393065 +0.6444382378483223 +0.6435373099126439 +0.6198427577782619 +0.6103704354998584 +0.5785139796812782 +0.5711601777034614 +0.6211890925818017 +0.6832595594776286 +0.7056661072963518 +0.6674894836336664 +0.6240381327888542 +0.6270987139437233 +0.5106785383275334 +0.39714457073599996 +0.18076927250890842 +0.17249457196948537 +0.17053793460408445 +0.2399181627289535 +0.2996859184673667 +0.40362569298429496 +0.40886636209165367 +0.44067050955620257 +0.47088973066788037 +0.5939563858420973 +0.6373872703603364 +0.6168059437572225 +0.6499091263503534 +0.48810750634250905 +0.5300362670564472 +0.5257755592504324 +0.5915446052598862 +0.5326336866086765 +0.6280956621575315 +0.6364910671877767 +0.6212997711898967 +0.48540402171594715 +0.3465724831021573 +0.22423357191878018 +0.14529860118475998 +0.1913246498744508 +0.17778897476501826 +0.22995314970690112 +0.2828284595702299 +0.3824482303498192 +0.5202256520290401 +0.5290281782321806 +0.6041228623687466 +0.6843227952351735 +0.6934159404372437 +0.6465124466461823 +0.6715709461709598 +0.6230851195361926 +0.6236058078647654 +0.6755297765856033 +0.7206642753299187 +0.6973751624592096 +0.771796384122423 +0.6764979529039625 +0.6019788506191899 +0.4816333538190096 +0.3260148680524738 +0.1838746139490616 +0.18140081133175545 +0.19883749308735368 +0.20779766417203258 +0.21864418625426987 +0.28889564029888765 +0.40724516362288493 +0.5255902338129902 +0.4459793440259479 +0.593333713331127 +0.7967445254364992 +0.8799264925412378 +0.8441073049758029 +0.8614915085434529 +0.8138501423585028 +0.8112994454785207 +0.8627560367807766 +0.896341992213464 +0.8395347317850211 +0.8688881743564554 +0.7930965875786592 +0.6878996004014905 +0.5202585322606293 +0.34905666256907847 +0.18499034113313093 +0.14800422705345878 +0.15079455546050968 +0.14397891397348955 +0.22560560531298482 +0.2836607180469195 +0.38749044944898164 +0.517932344619855 +0.522548430139749 +0.6655737724042522 +0.8486695199927592 +0.8823089848392236 +0.8426508861817933 +0.849999084341676 +0.817480193283586 +0.8105590336277803 +0.8709060585463961 +0.8982988356553552 +0.882039516947948 +0.9169553134424656 +0.8647729321776629 +0.7265490079727416 +0.5313199402125834 +0.399566754675054 +0.24882412269365456 +0.2072080121465101 +0.2188131962723182 +0.2118356248177319 +0.2742792180784657 +0.2394184500614045 +0.3530044144072049 +0.5283325460276699 +0.5312718959747532 +0.5874686735907154 +0.5990947510707084 +0.6659317912115678 +0.591492542318399 +0.5804833621515284 +0.7065752656430319 +0.7204750978551127 +0.6616991393936259 +0.7189987576631247 +0.7120848013621669 +0.7553549530451824 +0.7123954143265999 +0.6188882380675708 +0.5155596782681402 +0.3685292405007244 +0.23857728177325585 +0.18806707292793393 +0.17613532928125336 +0.18844764713835047 +0.2248498468947051 +0.2959551398976498 +0.40285726378620274 +0.4964633465210474 +0.5545131380125395 +0.6067262971236389 +0.6790340916576083 +0.6903952213845375 +0.6654465441188626 +0.6703250531791037 +0.6317447763755764 +0.6091901297703685 +0.6530758645775647 +0.6846715470659803 +0.688108080214865 +0.7506348501020826 +0.7235562408243013 +0.6316169825738109 +0.5042138110668122 +0.3815730955266216 +0.24429880096638865 +0.15756311197163625 +0.19605534160813184 +0.14210874145043245 +0.2097017301776359 +0.22716778131463997 +0.3317227141872119 +0.37271610745080624 +0.4836986959390787 +0.5864287528662898 +0.6454776151611961 +0.6648046026327507 +0.6402691253308378 +0.6332021444941777 +0.6003576233920397 +0.5885258148141658 +0.630384921692722 +0.6953480364980401 +0.6727540503453678 +0.6910555212493268 +0.6437610889855083 +0.6330758250951495 +0.5131248561492056 +0.3271174968137306 +0.19383929258667995 +0.1545059299223443 +0.1556440045984773 +0.14598604750416944 +0.20986817655765588 +0.28325038195262364 +0.3789649824210378 +0.32974548831132067 +0.4478113774437942 +0.4668703193102084 +0.5893925032657836 +0.6540265884940232 +0.6201893871588972 +0.6154680264857383 +0.5728152520141067 +0.5669140085396732 +0.6093860743411962 +0.6163395987241572 +0.585779994287389 +0.6285589526981431 +0.632110915405354 +0.596495715826573 +0.4342366059655208 +0.30905805792934815 +0.18533481170758279 +0.1509844273846009 +0.16596619747019947 +0.1674809449434044 +0.2355394668437285 +0.2979664314986742 +0.3827636130499552 +0.4536829630180304 +0.47827286293318105 +0.5830888293500035 +0.666413183460985 +0.7052378265560164 +0.6570473694134866 +0.668403727126884 +0.621131013284115 +0.6201806860222578 +0.6679460968130586 +0.7057564477359652 +0.7112518043419267 +0.7687973132281772 +0.7418469793381486 +0.6583390103273252 +0.5023832442532843 +0.30976194857652434 +0.18424874374136332 +0.1477016469828571 +0.15257864263769733 +0.14564162479959733 +0.21998565546395035 +0.27797602279645495 +0.39124604178247835 +0.4618271168131391 +0.5067318276142209 +0.5935496807453025 +0.683801625396727 +0.7109261377291947 +0.6512316884048835 +0.665707178662464 +0.6278366679776627 +0.62414187304202 +0.6635258096279032 +0.6968128262587593 +0.7000319567670406 +0.7896490564910303 +0.7367308592465416 +0.659591150969613 +0.5086560158384644 +0.35936508152117774 +0.18443839291992947 +0.14710017498989916 +0.15922840492221427 +0.18952480429834462 +0.2399613509373857 +0.26238727148589663 +0.37241446064190464 +0.4795559888980463 +0.5285926707345274 +0.5974267347216512 +0.6575328752661048 +0.6487075869392691 +0.6631244640092222 +0.6902853344451757 +0.6427367252996397 +0.5868982109085259 +0.6264417410557387 +0.6935042052921148 +0.7018002184686246 +0.7619508428514541 +0.7033928999907022 +0.6213074511700245 +0.5154138077629353 +0.3615946132661256 +0.21872700671854403 +0.1739690725536937 +0.16027219590533517 +0.14192181606977333 +0.22734683636211497 +0.280250209180934 +0.34293012691678465 +0.4710514046349792 +0.5191661989361258 +0.5914159472349169 +0.6791804100666616 +0.7027928659919044 +0.67414311556899 +0.674315052602459 +0.6327191230323501 +0.61965249305419 +0.6721825414408075 +0.7021996428090803 +0.6984898019601675 +0.7646812590305987 +0.7228875090373034 +0.6391100843989524 +0.45066605906326 +0.3099089780512928 +0.20121098553862093 +0.14866676604196669 +0.1513596138082403 +0.14481201263512392 +0.21400668283172677 +0.2652407665208575 +0.36363933107236307 +0.436419264256663 +0.46032662260150564 +0.5377929117058056 +0.6681823348798626 +0.6963967549234981 +0.6623405810437953 +0.6684582316664462 +0.6297253009192011 +0.6097253863859717 +0.6669540511269897 +0.7037028665757975 +0.6965960549005099 +0.7603076486356375 +0.7185560748193903 +0.6408404807527116 +0.45021268378571405 +0.32432449186367385 +0.19930099836065915 +0.15023678669935658 +0.14931211431191377 +0.1424927130483677 +0.19380261178380542 +0.27537553836249445 +0.3987434725445928 +0.3652645752623414 +0.4177236679760069 +0.5731052825371076 +0.6438709186630113 +0.6726774658392858 +0.632392905270963 +0.6311097259563659 +0.5863778297336135 +0.5844810173671159 +0.6310890907455927 +0.6972890784282401 +0.6647574611371736 +0.6800659927666808 +0.6363154461029307 +0.6351156291823252 +0.5022111463650543 +0.3267243410903648 +0.19300018602714736 +0.15473037848166235 +0.1562127751888299 +0.1502260161013649 +0.24278026282992918 +0.30228828577152145 +0.4136115214580037 +0.37738269676245967 +0.45528879381767706 +0.41205170810989494 +0.5840631112999608 +0.6511842220131094 +0.6165651037164476 +0.6001210195085578 +0.5578420821878407 +0.5608968688119292 +0.599756342075436 +0.6093053943893035 +0.5792771358619572 +0.6214622878245356 +0.6237753343042618 +0.5438447805149702 +0.42980947624030585 +0.30652823998332235 +0.19857508019207612 +0.18175770612894676 +0.1866714088464015 +0.1878404553172872 +0.2478882179872791 +0.3062808393753329 +0.40640953581740413 +0.45043366755130443 +0.4593375693746731 +0.5461118063248169 +0.632109615966356 +0.7002555222311425 +0.6655645623113077 +0.6609351068610408 +0.6256264590275085 +0.6057516755866462 +0.6677707580857738 +0.6923506644565363 +0.698256097457004 +0.7593644528047924 +0.7178347306913524 +0.6414875417625329 +0.4994460022679617 +0.308446313260704 +0.1845508738946745 +0.14851241548823918 +0.15149141506535818 +0.14695758688673358 +0.22906598260706426 +0.294940868889735 +0.39049881337693954 +0.46682823728131334 +0.502711893026324 +0.5955319938004744 +0.6828193241177261 +0.6940844906800683 +0.6589375178286045 +0.6679899500138665 +0.6245117495721627 +0.6016226166443626 +0.6627874663732232 +0.69631664868844 +0.684562331066016 +0.7089069179435709 +0.7236680628692665 +0.6542696317015912 +0.5002597094787963 +0.30804410255050557 +0.18379911624660403 +0.14759990286142324 +0.14989901433243377 +0.14436774254040144 +0.20585186996438457 +0.27413682772325987 +0.38027018348374997 +0.4323359166386722 +0.5076632946108297 +0.5990867441547096 +0.6723200100820759 +0.6851080863019864 +0.6634472287031987 +0.6753490555136568 +0.6306791517503589 +0.6215511728583686 +0.6562582579386691 +0.6847266444472264 +0.6845463767465098 +0.7162232848830608 +0.7203764544135168 +0.6322096094792692 +0.5077517556849918 +0.35105729165349375 +0.21419911409773695 +0.19428297427644706 +0.19681795411600778 +0.16541526235979864 +0.23728069426135565 +0.2748069778451861 +0.38801632593143365 +0.4740188369275532 +0.5317353747318645 +0.6039289481197592 +0.6731752414349801 +0.6920289860205387 +0.6489845076624838 +0.6677288012480103 +0.6204024288173065 +0.6117282269540822 +0.6579920381208916 +0.6888432001614118 +0.7086068916404146 +0.7091246576704584 +0.7140569019500583 +0.6500658332193937 +0.4987780773490672 +0.35803256437706077 +0.2190619028693403 +0.14815363409049437 +0.16251891524191908 +0.15794310981232607 +0.23583050131160696 +0.2737037716268317 +0.3537289826407995 +0.4705039665161332 +0.5227535548961857 +0.5992500533296158 +0.6628067770364202 +0.688483660954942 +0.6472316114302558 +0.6656479384076504 +0.6289619553282207 +0.624521817195901 +0.6687123105210244 +0.6982129884320064 +0.6940949114886918 +0.697728561668306 +0.7059593138647059 +0.6372012871596144 +0.4906806779023925 +0.3430556420719885 +0.24958646982220917 +0.1723843627454323 +0.1504728582170569 +0.1424070675306297 +0.18867008205662056 +0.2526152440980235 +0.38480300315843274 +0.33486058277073416 +0.4675043594549839 +0.5754604311935136 +0.6438426535671592 +0.6591393388014984 +0.6323140079128636 +0.6056262933442716 +0.5745192136162356 +0.5807538284829441 +0.6201081951850326 +0.6782651841447599 +0.6511735100630497 +0.6171683628659234 +0.6210944365798214 +0.6274682730012592 +0.5015798660384703 +0.3745253871033003 +0.22354192371879003 +0.19432799666137612 +0.20591249661135977 +0.19504168977884764 +0.23308732137472085 +0.3035638963928316 +0.4006794479451236 +0.36636257896906105 +0.40775255416807393 +0.4602519112363434 +0.5583539086560558 +0.6412490867942965 +0.6001608568915856 +0.6232417832770651 +0.5730327439535416 +0.5575850153538255 +0.5891963853578384 +0.6170053975485352 +0.5725733758538775 +0.5675866949713724 +0.6365224274151491 +0.6109109131730402 +0.47475442436997506 +0.3488246011819358 +0.18545030191939665 +0.14891157561679602 +0.15084295917200172 +0.14502538549590513 +0.19424100591298277 +0.2642964372086227 +0.3654930418362405 +0.4146669362196117 +0.5064059572299994 +0.603190193420321 +0.6706464199083869 +0.685297388406998 +0.6634588596305894 +0.6706782548443522 +0.6159867922534282 +0.613354417786946 +0.6526821376078703 +0.7085315019239861 +0.6892653490348712 +0.6998916344465962 +0.7168884255439391 +0.6467661730297544 +0.5241275421685311 +0.3702720196207977 +0.2071642198677723 +0.18223108027592863 +0.19255544919462442 +0.17021164467779337 +0.22157058688235656 +0.2646123631014186 +0.37252758649715634 +0.47552716393376 +0.5081920344397798 +0.5951555930209185 +0.6746973650725607 +0.696692531696088 +0.6568253808791263 +0.6656112950784178 +0.6197144912298966 +0.622788330607173 +0.6663889506289981 +0.691675084457058 +0.7127675711632407 +0.7277144078022048 +0.7424838209900485 +0.6444993559525539 +0.5162926409171019 +0.35648858948322876 +0.18428274326677435 +0.14690401667714598 +0.1522163175341282 +0.14352879989008102 +0.21238385517567404 +0.30150807568854904 +0.36636923986301423 +0.45841535844778714 +0.5115774894999289 +0.5945855623265521 +0.6724543863997388 +0.691206871102312 +0.6558660274493969 +0.6578071492181046 +0.619431705794713 +0.6076873775830619 +0.665958849762681 +0.7006772409862728 +0.6937106752372714 +0.718241415716446 +0.7334445149223449 +0.6518393669764279 +0.5101836205404462 +0.35676864069886366 +0.18348072624651443 +0.1479852221812868 +0.15182512883451918 +0.14227753861074888 +0.21073983973898622 +0.30049161182915884 +0.39907880994260253 +0.42261904147934676 +0.5160203031950225 +0.5937216352630323 +0.6674619932118807 +0.7015340192061956 +0.6572911597007259 +0.6623861344558623 +0.6048693742608063 +0.5423450735851175 +0.6470922444105743 +0.642301484728338 +0.6792772730883213 +0.6995953377060111 +0.7205043715188276 +0.6559584525331478 +0.4960334368960723 +0.35571600241612006 +0.2273160161351784 +0.19802084952505722 +0.2021025455080321 +0.14010068520558697 +0.2304852269488967 +0.2981983641023667 +0.3990876251761718 +0.4810264589232805 +0.5161200474618018 +0.5902834446623525 +0.676208528520767 +0.7575254288928063 +0.753559342413703 +0.7833847859217803 +0.7316840143245529 +0.6849438808075612 +0.7215120659800628 +0.7224686053946472 +0.7010299124060442 +0.7162302730397679 +0.7547315519120292 +0.6547132814346812 +0.49301490569435397 +0.3612901976311038 +0.19942875597566917 +0.14621076056210358 +0.14820356194437626 +0.14003756819885274 +0.22412009891075876 +0.26343675199395533 +0.39320656009756333 +0.37583979974669757 +0.40535021092354817 +0.6168355482959528 +0.7028387185803396 +0.7505906751299074 +0.7230608081227337 +0.7576534024362086 +0.7152838565402962 +0.6717987982694467 +0.6783261393328331 +0.6905395661500913 +0.6824504121050421 +0.654605569212805 +0.6385974335149321 +0.6269526899806589 +0.4435139576425304 +0.33097554597507217 +0.2287697535219455 +0.19620625061168356 +0.18041395824603637 +0.1791968943120894 +0.22736766115746251 +0.3088606925992945 +0.3867677170068646 +0.3620310909155022 +0.4547151479434953 +0.4007500121459612 +0.5390908537268989 +0.6231836786699735 +0.5893220005786798 +0.5993169131057245 +0.5847325780267473 +0.5726623321534701 +0.5955748887283747 +0.5764028155998407 +0.5844009543849289 +0.5828165632257841 +0.6350612863994305 +0.6157202701801442 +0.4858860907977885 +0.3578486364615787 +0.21652758214919873 +0.15697835256696233 +0.15255695466532515 +0.16744021191215303 +0.1940949416555829 +0.2405110842578981 +0.38847378146166106 +0.4626394118062244 +0.5208729236277457 +0.5936415903183041 +0.6679064855977788 +0.6928229996622816 +0.6432166994743579 +0.663563402850419 +0.6219322398580255 +0.6199917121458073 +0.6727155352628306 +0.7055695793496162 +0.717896249814565 +0.720800774953429 +0.729889911819905 +0.6577519396309921 +0.503943967719106 +0.3404276503980709 +0.21230844823630637 +0.19203050625730114 +0.17957087375776642 +0.18773398154006293 +0.24122514410661353 +0.24127634762096775 +0.3408952015273247 +0.4609715532974096 +0.5226853835402832 +0.5977011169700681 +0.6769891219539732 +0.687518873264808 +0.654837149513782 +0.6523844548939678 +0.6167618139075289 +0.6231442298807021 +0.6916387665410895 +0.6955734665339058 +0.6894787807353943 +0.7099336908613204 +0.7161257395197309 +0.6411821481383695 +0.5013873300633968 +0.34734233793636193 +0.21765376722374988 +0.17751803740349123 +0.17969534448775543 +0.19002805101001133 +0.23106441827186272 +0.2779920164756046 +0.3653953950732027 +0.4858436251003228 +0.5359381584489 +0.6095765003891582 +0.6694131102171919 +0.6900650861053939 +0.6660821952636627 +0.6665764529608246 +0.6215532786253128 +0.6184408524000581 +0.6669412016430403 +0.7082584506280769 +0.677426375078622 +0.6985485338945115 +0.6991730114618906 +0.6396553723166254 +0.5037270247200926 +0.35466745136191563 +0.22366499392107428 +0.19113240567624706 +0.19826511401960709 +0.18799096504808951 +0.2118015191164587 +0.24174023578524803 +0.3526053491021977 +0.449630739076036 +0.5213646198866299 +0.5996995963054604 +0.6776454946187203 +0.6986700750666779 +0.648142323740912 +0.6594846647475048 +0.6279787755537151 +0.619101304206043 +0.6627462833275978 +0.6844249478426199 +0.6937170031026626 +0.7055976940807482 +0.7182783320320105 +0.6588904079110027 +0.5051842710005353 +0.3539124670588745 +0.19902999676785654 +0.14770213237040408 +0.1506208568752672 +0.14347285159145257 +0.21498302007418404 +0.23939569101782884 +0.34102402141306065 +0.4601184118679903 +0.5247576371313399 +0.600459550955082 +0.6810557321655263 +0.7093426312450816 +0.6582857654256842 +0.6664611878560581 +0.6285593475023781 +0.6271815640511037 +0.6669225336347095 +0.6976938376714189 +0.6287843107545912 +0.6366802294547306 +0.6431507148687987 +0.6354363680593734 +0.5103645958524168 +0.3697676681905989 +0.22499632133127506 +0.18025687175924215 +0.19543553985165568 +0.18677772404523402 +0.19839034011640538 +0.23204897114640938 +0.37077854222694717 +0.3757816100274682 +0.4702889201331237 +0.5786612766790314 +0.6556087410260767 +0.6486556582615212 +0.6312636568145428 +0.6141546130847919 +0.5986883604680495 +0.5973723971616323 +0.6316638665269685 +0.6975738211214847 +0.6482102335824392 +0.6437735702871015 +0.6410661310814446 +0.6306777373083917 +0.5104690752376911 +0.3256393553080789 +0.1939438088257228 +0.1538851061304191 +0.15583511696719085 +0.14846619176722634 +0.2186514868793999 +0.2874981270714475 +0.4029250467817695 +0.344412235493432 +0.43071946128836996 +0.41605790583358687 +0.5753574731052533 +0.656309759746696 +0.6076897232232247 +0.6037452717412419 +0.5651855227056257 +0.5595005359943509 +0.6042050517487163 +0.6148737774909919 +0.5876335397460151 +0.5759849292466505 +0.629141021916603 +0.5919130984908878 +0.4286349201541341 +0.3043087794619999 +0.18619100221267046 +0.14841213103784032 +0.15395790995962053 +0.14412263197734437 +0.20954106106819353 +0.29643173623168734 +0.3967912923041715 +0.4491548885239713 +0.46843354081011385 +0.588097817267666 +0.6794647937694734 +0.7055417765415671 +0.6772758832249332 +0.6540098727865968 +0.6245512371935921 +0.6128384683151981 +0.6727343298131381 +0.6872909400909596 +0.6776739896944319 +0.7362891594491942 +0.7159375030888269 +0.6431864322073222 +0.5015926778838014 +0.34521101383102487 +0.22900137640607315 +0.19223087660661345 +0.15044781215750283 +0.1883510776293054 +0.24015055098347748 +0.28000067448070276 +0.3738608746313454 +0.46673501978190374 +0.5074682493618149 +0.590099313570873 +0.6682618505655467 +0.6811252553279739 +0.654305506113484 +0.6610835936885336 +0.6251582058560878 +0.6070227331322423 +0.5886698809091959 +0.6449513307232261 +0.6874414350407148 +0.7042572291192762 +0.7173435692163621 +0.6396828955359035 +0.5025332355471828 +0.3659029018942608 +0.20965774215670033 +0.1759032889206743 +0.19786671514455842 +0.14218455490232362 +0.20422385120972122 +0.2415728317023827 +0.3401987546565244 +0.4603870525186324 +0.5184207578059149 +0.6061703092205288 +0.6791568707924733 +0.6895603212162474 +0.5873428102956763 +0.6383631134096295 +0.6511889676157847 +0.6520214674825888 +0.7038801783902154 +0.7239537917226831 +0.6358498764197591 +0.6936879169621127 +0.7116803681209756 +0.632458037319654 +0.4651513599011522 +0.3563920197959575 +0.21443477986639156 +0.18479119061038238 +0.1966905902205586 +0.19312037214436473 +0.23238935981007852 +0.28635219988098154 +0.3609745260941037 +0.49064204096337966 +0.5072175100071106 +0.5487586781393372 +0.6011744698643773 +0.6966221189890199 +0.6660795975536555 +0.6675642403311924 +0.5750924695915459 +0.544062316026456 +0.6520265631627427 +0.6775254108465748 +0.6711291647252231 +0.7123944347281082 +0.7142821940172163 +0.6480206928000751 +0.5036005424727739 +0.37022392841372326 +0.22814264058153536 +0.16459790845722824 +0.1972845235304876 +0.18784604033490881 +0.20117489454264886 +0.24041117002296328 +0.29564526249378065 +0.4209246737663871 +0.5197117421193655 +0.6040198574578641 +0.664537910465256 +0.6354158641640484 +0.5736613512026444 +0.6565902470056675 +0.5529462497049615 +0.5946744219040209 +0.6718411986349375 +0.6276775529232818 +0.6679304302073714 +0.6999947052429183 +0.7228410024566667 +0.6569052651004363 +0.5094547322625332 +0.36880332953331085 +0.24536092057071685 +0.1633041864121503 +0.19693113193290754 +0.1863568481513941 +0.21003684216869586 +0.22818599028271297 +0.28497922807111414 +0.3809806986083209 +0.4741171397707756 +0.5842933060184078 +0.6557563114982052 +0.6472974808968708 +0.6209740999043911 +0.5412277603168139 +0.5769312436477716 +0.5703506689655637 +0.6347316578204888 +0.6639954658041641 +0.5933214209623907 +0.6049028658938069 +0.6313665693380098 +0.6317711067541462 +0.5078178237683427 +0.38000414753491246 +0.23071603325141637 +0.186443230884571 +0.2031224525567701 +0.19312515782631087 +0.23880615892036516 +0.28523250790627225 +0.35645076687310384 +0.37252732555777246 +0.44521545013183345 +0.4771943659447027 +0.5452787681430415 +0.6204502341010923 +0.5969005466680832 +0.6368966702082535 +0.5540766349402758 +0.5367624020034176 +0.5838819427402462 +0.5378232459181959 +0.5585161493919698 +0.5739087880397095 +0.6504132357601329 +0.6182143994057023 +0.4750999797003862 +0.3369050151553879 +0.2126022953613655 +0.1484144238177404 +0.15120691507095035 +0.14415795320423888 +0.2067557997135702 +0.27254205366292955 +0.34295129463102436 +0.4653374579466937 +0.51248181688186 +0.610151674556807 +0.6790256525241024 +0.7032764692752416 +0.6608981129277155 +0.6673811301468844 +0.6185735347493424 +0.607390020950302 +0.6713843131767293 +0.691702061397136 +0.7097328991589219 +0.7110788249774664 +0.7086926806495341 +0.6471642754275896 +0.49414588772522144 +0.34324780602700283 +0.22113051327479014 +0.17248124543516616 +0.17625602372863453 +0.19383598752417508 +0.2313995625192074 +0.26148319598757463 +0.33843140001455535 +0.4695247898340179 +0.5165879163175237 +0.6091324205191927 +0.6675958329301098 +0.6827240106954388 +0.6531132019717315 +0.6671975313760344 +0.6298620360204692 +0.607020679913126 +0.682471146411081 +0.6965047831647976 +0.6822481689255507 +0.7010308652888252 +0.7235374852711859 +0.6327502010022962 +0.49716786684670705 +0.34289555981209824 +0.21250947424015382 +0.17992793942367846 +0.17935681276496404 +0.1647589428019639 +0.23691750510872803 +0.28669945129500113 +0.34156945119738547 +0.46480670992837936 +0.5219531267170261 +0.6211237360909867 +0.6563071927563962 +0.6899539956857124 +0.573527587665181 +0.6560224983537305 +0.6384365476714342 +0.5949245087205746 +0.612505462869021 +0.6965164694111418 +0.6926909778819265 +0.7102969765216756 +0.7081668243072702 +0.6378906459318998 +0.5186488909067521 +0.37098390136865994 +0.2123746548229046 +0.18759039485722637 +0.1611222476943879 +0.18946047150670942 +0.2330584295892408 +0.27175974323965824 +0.3299968592862484 +0.4718602913053729 +0.5265560372002714 +0.5935153813896431 +0.6525343017006935 +0.6901113525591949 +0.6474857627033626 +0.6480529060179195 +0.6091405775542386 +0.6049761170364435 +0.661111128459575 +0.7007935160276391 +0.6993881160680553 +0.7363411455810546 +0.7092107925155431 +0.6447991537548542 +0.516111087498146 +0.3797126857605061 +0.2236627235902809 +0.16377651767361753 +0.16627625857041634 +0.17560185627654157 +0.22162823417905397 +0.2969813891123795 +0.35575873761494864 +0.49001316440090165 +0.5403626098387344 +0.6194076040810031 +0.6852705380813099 +0.6918312196284612 +0.6534071085832072 +0.6761418854968811 +0.631199984782413 +0.6295702889626846 +0.67255322039929 +0.7048697565523723 +0.696396672659721 +0.7151060510844117 +0.7182675701138918 +0.6455570459986681 +0.5067780334102647 +0.37947695093948836 +0.22832181190119175 +0.15528394403159743 +0.1737039371056313 +0.16562446926631266 +0.2248784773828411 +0.24802446965642816 +0.3232890660757306 +0.3905244481368636 +0.4762158918428264 +0.591232457513232 +0.6488039044361491 +0.6667238775555326 +0.6386239993261931 +0.5406039692244855 +0.5405041695097668 +0.5825163170442981 +0.629612024087843 +0.6822829938339358 +0.6584836388056257 +0.6142661991049013 +0.6216292727992827 +0.6245089876190909 +0.5089291938045077 +0.38316032542625433 +0.21222957619153074 +0.1792422146790032 +0.18689894335401708 +0.17173396456560805 +0.2312871335909462 +0.2921436319150299 +0.35342868151215423 +0.37790243198751033 +0.4325284752311095 +0.4669880018831445 +0.5896320022138122 +0.6403536811716322 +0.5991879943313025 +0.6043082745715196 +0.533474524069558 +0.5320427814945132 +0.582963597401819 +0.5883675242747081 +0.5159977133150198 +0.5384048745277294 +0.6351494803664317 +0.6147174872210073 +0.48838684485795797 +0.35813334395698376 +0.19500904097206334 +0.15560258736301938 +0.17416426689458409 +0.1886950204922803 +0.1929280441662011 +0.2672615348295525 +0.3090992250277938 +0.4609361811396654 +0.5104238836629509 +0.6113235734859949 +0.6622318107149918 +0.6921157897544343 +0.6563952609940087 +0.580536959675069 +0.5422758807231345 +0.536647627951752 +0.5935044169832924 +0.6175420856991305 +0.6298540544764374 +0.6821468889167327 +0.7025447104809952 +0.6447575251724054 +0.5186027506854896 +0.3673014541135921 +0.2108516910502456 +0.1758680902084136 +0.18577996326058593 +0.19087578274616743 +0.2195519149582341 +0.2884241136565644 +0.34708683201971624 +0.4837944239326814 +0.5258682100470398 +0.5459456430581843 +0.6616791220966656 +0.7076877541950575 +0.6803896641291454 +0.6586452080661904 +0.6284274667191697 +0.6131098214042893 +0.6750252866631621 +0.6162539538835677 +0.6111711375588189 +0.6819644337665149 +0.6483055547212259 +0.5969893047165366 +0.4961049443087496 +0.3703655419623188 +0.2057826620414704 +0.15357038115424693 +0.16318256615310853 +0.17595653849193368 +0.23206702276204796 +0.2551763013653757 +0.32490448159584956 +0.48131867276611395 +0.5307576069395689 +0.6139310604028777 +0.6676694458319734 +0.7045292427755531 +0.5804254581850229 +0.6662341082624087 +0.6498135929801464 +0.6210043646727345 +0.640640694471154 +0.7001021092225638 +0.6129845951850189 +0.6766595971938524 +0.7112518825920593 +0.6477780524159923 +0.5183112737870071 +0.3641583499011961 +0.2051847517566475 +0.17236734471872073 +0.20205606549012634 +0.17725499167220124 +0.21898080531149686 +0.2891119468618901 +0.3357529324287304 +0.47214716998039913 +0.5176299806488572 +0.580010392958962 +0.5977084304146378 +0.6703849184301428 +0.6290720065749884 +0.6640197064791457 +0.6411077680724964 +0.6184103855801389 +0.6683843194852579 +0.6738435618823836 +0.608690698499459 +0.655195262661545 +0.6519271416578877 +0.5842773022241571 +0.4934114381346989 +0.3789620421071192 +0.22864731078373954 +0.16892552849631762 +0.19496672937334086 +0.14723818092564336 +0.23324075675043549 +0.29764550065353906 +0.3383298213277611 +0.472165090503951 +0.49622552180292684 +0.5305066283521972 +0.6701557672121916 +0.7024394857117239 +0.6830147554601005 +0.7228321589686747 +0.6205012164968915 +0.6118184743232709 +0.6435222395450892 +0.6355213886954941 +0.7017728485545008 +0.6916970987100652 +0.7115300350799485 +0.6503663026740917 +0.5042215981421033 +0.37838009668920103 +0.236826105967519 +0.1885720517829299 +0.16333835143376246 +0.15182070728560806 +0.21504329790958626 +0.2532753462494225 +0.311077119842171 +0.39037106745036093 +0.48810098985911266 +0.5878342995149543 +0.6430534138083184 +0.6135530963939512 +0.6205027653743143 +0.6164628709175909 +0.5766838719319028 +0.5631224266585216 +0.5916667823613302 +0.6814499540008693 +0.6689470139956699 +0.6264824126395052 +0.6340430179856341 +0.6271966201675093 +0.5037543743790763 +0.3871521331501447 +0.21511935558169654 +0.18695327386400157 +0.20119165600145564 +0.19279799599166622 +0.23562582338592106 +0.25196566532859127 +0.3535768553365868 +0.3754933151621332 +0.4478053668959138 +0.44879125777501205 +0.5849012817200954 +0.5678047548280679 +0.5242255100303508 +0.5267098967070837 +0.5404862186169602 +0.5328041302274694 +0.5875925511627833 +0.6003015156223996 +0.5061378734524586 +0.5390914675084453 +0.6252384222645042 +0.6019992350524782 +0.48965542487940344 +0.3600719835184957 +0.20126537399818092 +0.1790826580597385 +0.19579002446699667 +0.14307589497418957 +0.21614415587903513 +0.238730359050588 +0.3323930348904466 +0.4612377129238654 +0.5173167970565722 +0.6094415621456168 +0.6751805371746211 +0.6851235938075356 +0.6532586649644161 +0.5821532558039533 +0.561103375547819 +0.5397013004553506 +0.5991958618450587 +0.6899596235943989 +0.6457135606036637 +0.6920653619003333 +0.6609306162095946 +0.640423847937347 +0.5131037904498124 +0.3777074790619478 +0.20345395336241004 +0.19161495192238584 +0.2042259314586523 +0.19534301877495833 +0.21641989563019348 +0.2835184346309196 +0.32826915537988943 +0.4903080423662924 +0.5108525233160494 +0.5672600559351937 +0.6739650587428342 +0.7353260297246582 +0.7149918351421627 +0.7332539232201428 +0.6806825521563868 +0.7029072445111367 +0.7313938321283019 +0.7274658033378846 +0.7140052569067765 +0.7258605363828071 +0.7371766630160214 +0.6688973231218275 +0.49222299669344893 +0.37264467063961015 +0.2045113186253437 +0.17512555479612607 +0.195401183481418 +0.18922447207618778 +0.21843743071202598 +0.27347410932782024 +0.3566188098177511 +0.4561545884559339 +0.4952815604318242 +0.6658979869025822 +0.8086617145522182 +0.8755024652516118 +0.8399570627726547 +0.8521252261030581 +0.8243745864801103 +0.8153387474275938 +0.8797910259733193 +0.8974880411966826 +0.6814499615691243 +0.7084157789597256 +0.7027615338916157 +0.6468311117141237 +0.5069010206397375 +0.36166740114203727 +0.23461711986568176 +0.19983559849630936 +0.19569938027863637 +0.14326643956950696 +0.18243922233973345 +0.23925202736361367 +0.3005022119299148 +0.417449313118053 +0.5261681737345918 +0.6189960970160825 +0.6754531269470506 +0.6983489356977948 +0.6479915926193972 +0.6742554045113747 +0.6349904068130111 +0.6375296530744354 +0.6797388917088645 +0.6986394607647367 +0.7103853266923404 +0.7207000894378488 +0.7137513690997044 +0.6488579739376524 +0.516013378013058 +0.3663553205902754 +0.24496707554854671 +0.1612517856118282 +0.17712235979254223 +0.1542222633119637 +0.21255645547068414 +0.24342080889112844 +0.3226773956424302 +0.4872941002227262 +0.53346921726426 +0.6035206046708292 +0.6706567165618913 +0.6944748250204219 +0.6596072334269948 +0.6622626872569719 +0.6230128214989998 +0.6132225806003461 +0.5929829816087842 +0.6243937000394345 +0.6452362377976617 +0.6821029706610264 +0.7064511518403704 +0.6365578067568295 +0.5131356921871528 +0.3944094724126442 +0.22681204515896722 +0.16272054706080985 +0.16266832253152047 +0.16742964807078084 +0.21489607403043928 +0.282395611699416 +0.3087275997145642 +0.40158194108638545 +0.40310643231012017 +0.5826702810681254 +0.7143230635428359 +0.7431332238426787 +0.7484828318639327 +0.7860997985825201 +0.746267923525891 +0.7574856704287152 +0.8176204760255782 +0.8462934756925475 +0.7853128386875429 +0.7149632103965929 +0.6950077675599267 +0.6643283300509177 +0.5652135164303004 +0.4321068222924134 +0.2614529700620956 +0.21200261921749963 +0.20879379045278745 +0.2024205832618569 +0.23872818614303165 +0.3086561523719299 +0.3631949244081544 +0.3960058374803856 +0.4496867180414062 +0.5035362281954668 +0.6766674567141265 +0.7557585051536876 +0.7819987588673887 +0.8036356085655428 +0.758902842596862 +0.7599370132274215 +0.8156611073057857 +0.6345629579133331 +0.6590901563387735 +0.5768970812913313 +0.5924724861363103 +0.5463001455615276 +0.4741702313047974 +0.3723057710068042 +0.23640739607805555 +0.1840257083656681 +0.15052097512215248 +0.17025419554293467 +0.2233226623316954 +0.2806220218271597 +0.35356159388837705 +0.47510767748124666 +0.43916922606829356 +0.5353854607230434 +0.6671517900519173 +0.7080505983631747 +0.6907071666801579 +0.6979966815377847 +0.6451068194122239 +0.6517476875819159 +0.6956351730095842 +0.7141208598634519 +0.6885080670442573 +0.6422183046210105 +0.6541066525821984 +0.6211079359336167 +0.5103320674119793 +0.3686344659993506 +0.23939657147313612 +0.18107590523545064 +0.19677677403329502 +0.15702798512252175 +0.21313010194141566 +0.28971692984865177 +0.3463081982783703 +0.4765414584482519 +0.43717220166951576 +0.5906730080299859 +0.6842383932091158 +0.7505819684637979 +0.7397897306705478 +0.8014745965025636 +0.7835015322702769 +0.7999179330304595 +0.8502574195744229 +0.8750737037718347 +0.8179639229768689 +0.8232865107020907 +0.804445104195549 +0.6904250207608332 +0.5377452729018002 +0.3685985330921471 +0.23772875040684008 +0.19576289636670705 +0.19917499774357916 +0.18688048151037298 +0.2278759137128665 +0.2870476897621794 +0.35831693110741414 +0.5434341437929882 +0.5893807440136906 +0.6997679920590394 +0.7572507918459671 +0.6790452969284407 +0.6834270367638131 +0.7294343357791454 +0.6967271671411102 +0.6800949736891176 +0.7208082155255746 +0.6581217936520232 +0.6023765906732728 +0.7031046754337162 +0.6505545672960921 +0.6123812646693638 +0.44976728494170104 +0.3333093678309566 +0.2319657144680476 +0.18757619387263327 +0.19214485656753738 +0.15019810241716858 +0.23166535791768253 +0.2917440286514008 +0.34955487248451833 +0.48280859665208165 +0.5278284647243588 +0.6212327460571493 +0.6739446170741469 +0.696664313800788 +0.6639112791644152 +0.6608718728955132 +0.5934066004555772 +0.600798721166704 +0.5891667663642102 +0.6603505261047227 +0.6967866357868531 +0.6875126535438889 +0.7008156207792435 +0.6267086127799013 +0.5179163813048117 +0.3595161820286994 +0.24186002459116224 +0.15507131003568458 +0.17185849610238296 +0.16793982963987783 +0.22522697920070103 +0.24476599829564258 +0.31996075832250404 +0.48542365651150493 +0.5171758372831511 +0.533461515881508 +0.6599775140165409 +0.6817549742704273 +0.629607407230661 +0.6479001959104629 +0.6258691918418303 +0.6151274887731193 +0.6450184281779191 +0.6465000231837607 +0.6544920823988533 +0.6830608664419988 +0.7140650783687391 +0.6244499076043741 +0.4962415335537372 +0.4011074921319796 +0.2141682061117362 +0.15636923871188846 +0.18021364452597882 +0.16458431369511342 +0.21082369335197762 +0.2535152022680796 +0.31989808628472693 +0.40831909360289326 +0.47256746143600564 +0.5179712508192247 +0.6538412881823954 +0.6619447003837535 +0.6538982897966595 +0.6597510707062991 +0.6851307500283041 +0.6714862005832026 +0.7521234496734506 +0.7412734162111696 +0.6735407677889729 +0.6467454200002559 +0.6406334434531569 +0.6790154606189892 +0.5724505330247407 +0.4044380413635842 +0.2394283515554745 +0.15333625192587874 +0.15265324688333454 +0.14485522114075514 +0.19575262449048653 +0.275753322898374 +0.3512190498184799 +0.34510794188143173 +0.4203534909287245 +0.49396686947394625 +0.6065537889888947 +0.663893283326793 +0.6564740251507186 +0.6620701722124787 +0.6599159635818734 +0.6517552594686449 +0.6868824932670197 +0.6726379718045736 +0.5901224691036897 +0.5720468871291277 +0.5206398123993144 +0.5345092431093115 +0.43897705655972213 +0.35626219551488625 +0.2412931344797999 +0.17742943604677353 +0.1924246649348327 +0.19284807062540044 +0.21510222545174357 +0.25637000126393783 +0.3391835568650752 +0.4728245438517245 +0.5020822503491659 +0.5301996398613934 +0.6018493587118645 +0.67911549213747 +0.6509368095347509 +0.6653845757629556 +0.6400746833667801 +0.6385521526140858 +0.7184660455524764 +0.7453389835066174 +0.6950875391582183 +0.7016206917728984 +0.6448783751454226 +0.6326613206727735 +0.4957605538327835 +0.3584244424722222 +0.22809439458864703 +0.17032389818046334 +0.16182283536944853 +0.13980615437520327 +0.22652485036972406 +0.2705510405898459 +0.3290538458285027 +0.478694666761623 +0.5008204925444227 +0.6928231541080618 +0.8071161595154002 +0.8623078098042771 +0.8179026851704287 +0.8368491080788745 +0.801383314845256 +0.8046347412137171 +0.8573568689994865 +0.8792335752967222 +0.8648075287398603 +0.8758817390815344 +0.8076281569028619 +0.7637326484046776 +0.6088384470783126 +0.49847276694069814 +0.3015968857531885 +0.24199718055155323 +0.22169287998697484 +0.19696912852659812 +0.24653726436772008 +0.30567828269440894 +0.362456647680302 +0.5134094388792461 +0.5069983970541787 +0.6521564486990741 +0.6699369836774066 +0.6914380520903034 +0.667335816013124 +0.6640819902845705 +0.6219436416419388 +0.6188547022942524 +0.662307347442715 +0.6898471682174906 +0.6884960637959264 +0.6923402264335713 +0.6528380676377606 +0.6344387213961344 +0.49935184593203097 +0.380351969859458 +0.21114785222230037 +0.19231210123943726 +0.21124379825384793 +0.203185519024139 +0.22654379051594356 +0.2845923465343012 +0.3414722505410767 +0.48143527015967646 +0.49837527163157463 +0.5252639182124093 +0.697504561503479 +0.7620920083278323 +0.727901783736386 +0.7559990756118744 +0.7100975628505897 +0.645898533410409 +0.6666034013917057 +0.6145030046230276 +0.652626029419785 +0.6776767996085816 +0.6422151157244693 +0.6126347837328093 +0.4460937534334508 +0.3247569457894861 +0.22368283528616098 +0.1631581606596783 +0.18934801428605175 +0.18951901927256365 +0.22102159328890134 +0.27399217346979593 +0.3025127177008957 +0.47830625403187293 +0.4377823948748595 +0.60344875281367 +0.7709212524420473 +0.803512573193877 +0.7721185614779268 +0.7830109490978149 +0.7889771969903611 +0.7857622857628453 +0.8509546369691998 +0.8614811636206356 +0.8380501691144001 +0.8189960886146012 +0.7292732649837006 +0.6341812748990414 +0.45071779057594435 +0.35198278646093467 +0.2391333424172761 +0.19398123449928573 +0.16245376576389972 +0.15254789830947202 +0.21117131859783234 +0.24133287266561262 +0.3274406646321317 +0.37980051728704817 +0.4050042113729734 +0.6293786112718343 +0.726390709292582 +0.7601811857977772 +0.7539354342974599 +0.7832787385836963 +0.7469336514895125 +0.7539247973381 +0.8040397934037925 +0.8352043022119152 +0.7413383441382013 +0.6830586689218481 +0.6082639882095449 +0.623118700875167 +0.5076708494817117 +0.3645730569542404 +0.19340478444094733 +0.15429280590138794 +0.15302200630925727 +0.18975045320435285 +0.23709716018904844 +0.30040444896590884 +0.3544786267036146 +0.41829601051361653 +0.48410479649402577 +0.5196664050899191 +0.614733525632372 +0.6199015386259722 +0.5443587120033768 +0.5996460794898619 +0.48008550489384955 +0.530439148235647 +0.5794182964917741 +0.5954898495265633 +0.5659093718208968 +0.5837873438242642 +0.5915478465117567 +0.6071562104100694 +0.48575497958571034 +0.35869046721647785 +0.24727473060860794 +0.21173823504623396 +0.21534107377902528 +0.1973640055057447 +0.23816876602555564 +0.2949104703073031 +0.35513423475633543 +0.5778370349217417 +0.6230036984197797 +0.6414545728302212 +0.750328511851899 +0.7854348951184893 +0.7200897626676729 +0.7050533373419 +0.6185191133522511 +0.621668306041989 +0.7053764297957047 +0.6692092845367096 +0.6156173928202788 +0.6652390736707208 +0.6020877305945302 +0.5830793979314441 +0.46266515575574485 +0.3378005917991902 +0.21714583292432083 +0.1859376439337789 +0.1820872148959186 +0.17736068359155066 +0.22419128157418586 +0.25376557059914456 +0.34196861404533935 +0.48574891176071094 +0.492970931205404 +0.5355082818769898 +0.684609796828164 +0.7799526805815366 +0.7241682504778764 +0.7206914261207161 +0.6736448753682875 +0.6729552727311681 +0.73695838451661 +0.7477676538604842 +0.7129612406922997 +0.6968911861507149 +0.6049950981773518 +0.5848190821322229 +0.447137488578448 +0.32197507401457864 +0.1825301532143783 +0.144450096260664 +0.18012951893004678 +0.1739245178656318 +0.22315214601868755 +0.23582518618631315 +0.30232627308153315 +0.48175982433372805 +0.5527202908301259 +0.6587042939777786 +0.7503881474293924 +0.7957219231914654 +0.7771551045585297 +0.8125154866521389 +0.7908240304171175 +0.7857532858140389 +0.8617824552954738 +0.8737308611137807 +0.8526336311395682 +0.8308164461261837 +0.7502683433230224 +0.6952367267213032 +0.5508981841700918 +0.39604455459819554 +0.24559071788139622 +0.20303824473970858 +0.20472459558544118 +0.19530811611904178 +0.2348345214865466 +0.2874040863848712 +0.3441040766168229 +0.4773800606186032 +0.5344979422192886 +0.6286102240718007 +0.745783108349056 +0.803461832207992 +0.7971293659482197 +0.8338305102020959 +0.8083771423779522 +0.8034494859387395 +0.880918034555038 +0.9075724212657891 +0.8863446956645057 +0.9067966932367378 +0.8688115208539029 +0.8192439268114836 +0.6567509515797756 +0.4890845586269485 +0.3004460455113846 +0.25476523170048665 +0.25042551336973434 +0.24353672377553104 +0.3068940339491474 +0.32322520914363223 +0.3879005154425353 +0.6478493097345 +0.7045395300436924 +0.8097815155431958 +0.8871723338312575 +0.8915058172565372 +0.850651289477404 +0.8650006113301947 +0.8259729206149115 +0.8134035534743976 +0.8622028494179497 +0.8698893309602912 +0.8421352420572886 +0.8009209745099761 +0.7354285152979056 +0.6723707393595302 +0.5447960670929499 +0.4124467188298507 +0.26272095890879665 +0.20405557581940303 +0.20130451265278326 +0.1666533411104787 +0.2052360065818976 +0.2858204906908973 +0.34302525394729877 +0.381436690432135 +0.4670395863831921 +0.5225242843153778 +0.5760759552059833 +0.6540906476517194 +0.6740357307301488 +0.6863178925834118 +0.6458874674559832 +0.6761954289652758 +0.743488169617099 +0.7785516339767883 +0.6966239696793519 +0.6695436048109283 +0.5866432824523597 +0.557915275605937 +0.44771081442122523 +0.3884408315862143 +0.23998708701571225 +0.18594683187004926 +0.18450787396868393 +0.14528886835157198 +0.21659889957235737 +0.2920812309403793 +0.3142699102723306 +0.37197310117791943 +0.43986824907305844 +0.4131549267022422 +0.589603354942283 +0.673998647858397 +0.657935553088811 +0.6852055168763445 +0.6551179584020235 +0.6878307134598857 +0.7251945503848694 +0.7208448951768763 +0.6323670914536889 +0.6190497429661875 +0.6337474187657284 +0.6307652691820059 +0.5017994282653168 +0.35896480998238367 +0.24092205454842514 +0.20069657986921619 +0.20752118761707805 +0.19145481150322796 +0.1804696811402518 +0.23718985646295138 +0.30034847175722174 +0.4117490778289264 +0.4380222510461517 +0.5768248232364804 +0.6652155323798291 +0.7014186085396581 +0.6548798736973321 +0.6875443826136546 +0.6713274659943079 +0.6556269624872797 +0.7296447728862234 +0.7454512397225043 +0.720594791437533 +0.7160670508908958 +0.6003423215198228 +0.6217545370560089 +0.4910855118218389 +0.361625988060793 +0.21935021517852463 +0.1694503987795595 +0.17523959568866454 +0.15793182445775958 +0.23148147649265785 +0.2473873447897212 +0.3168431551989642 +0.4806214150498843 +0.4543831344699783 +0.5926859589185167 +0.7152531896356452 +0.791537799790778 +0.8049014669098433 +0.8148340224295302 +0.7915357859650732 +0.7941448478696087 +0.8534903813648257 +0.8959457634886385 +0.8617427488740154 +0.8758028624106695 +0.7976303314586123 +0.7044555176301964 +0.526196697037492 +0.34774302694943426 +0.18298753827338654 +0.14693257214642869 +0.14948121670085138 +0.14165938485301338 +0.17972170373614169 +0.2375590762083614 +0.29848808534148935 +0.47509500051047854 +0.5459336611188482 +0.6663659916225628 +0.7764213325724255 +0.8365064859666316 +0.8302110142560869 +0.8329755259170832 +0.7956029189955811 +0.7919176826141311 +0.845934380733243 +0.8451836513655654 +0.8220610756715802 +0.8846350162718518 +0.8636412187037046 +0.8190702867690841 +0.6633566933429199 +0.5088091796432765 +0.29548310362977354 +0.236601853719359 +0.22558201170870593 +0.2151703820548425 +0.2711789963546004 +0.32656759179799305 +0.38685551865929607 +0.661177858677998 +0.6999413995694495 +0.7888184330639818 +0.8561387985955308 +0.8710304922336399 +0.8338368750962615 +0.8366951319490971 +0.8047414125696079 +0.7754278736697114 +0.8582696645552473 +0.8463042279018964 +0.7999539957083754 +0.7789260605576382 +0.6891377546882806 +0.6532502147988374 +0.5087707164829768 +0.32691177812171407 +0.19857754544868758 +0.14567770704743777 +0.1504680017097551 +0.1400842917067517 +0.20994170173162313 +0.2733264219760495 +0.35501688605595794 +0.47024252962008284 +0.437222587689957 +0.5976491997665044 +0.7027633352649217 +0.7411370759547451 +0.7049271707158047 +0.7343185305516141 +0.6564083315518427 +0.648603272661254 +0.7073847372624661 +0.727948796439131 +0.692269533967717 +0.7151784009187123 +0.6675120122818842 +0.6410940444741365 +0.43991976633239943 +0.37091835602088097 +0.24811735683449102 +0.15656737082214808 +0.16967801767582757 +0.19135868559703356 +0.2175592465143481 +0.24034357961380973 +0.30378282427729997 +0.3961431224547869 +0.42331092179470753 +0.5720648747170937 +0.661557137078183 +0.7155538384189001 +0.7227822358931069 +0.7683229431731429 +0.7248414203813472 +0.7471083101926478 +0.7800620449063459 +0.8390655532409865 +0.8211317997395855 +0.7936365415314132 +0.6951005157519518 +0.7104932146022752 +0.5727359075821501 +0.39241019680148426 +0.24500281373750304 +0.19834211394426587 +0.20776012692820806 +0.2019250810388564 +0.23520618639212545 +0.3016342298860399 +0.3627125990938459 +0.4413197864320957 +0.5495248095165413 +0.6619326428072965 +0.797343079425457 +0.8366985204209717 +0.7988971881006218 +0.8031868990960324 +0.7575280277037587 +0.7648147116157193 +0.8182226310987556 +0.832160321152031 +0.7734493954025314 +0.788855203806427 +0.7597522700103327 +0.746093728022572 +0.5890091759331967 +0.45862814792939577 +0.3023028053565054 +0.26260919323925125 +0.2690561986202703 +0.24828389878336335 +0.3154823485971957 +0.3386099085936481 +0.41989556292685604 +0.6856572624915362 +0.7155035576377616 +0.8279612361906438 +0.9036939684604592 +0.9135366160143534 +0.8930148360166142 +0.8850188515684297 +0.8607332134140311 +0.8401911439276117 +0.9233946136204543 +0.9244716696447435 +0.8777173484535294 +0.9136211429078229 +0.8770529493674039 +0.8170485522209353 +0.6025629528747536 +0.4095582140770855 +0.23811177968883251 +0.14857292886282655 +0.17947500488203263 +0.1803798620243724 +0.20580437924817174 +0.27579359805518644 +0.3288656778320705 +0.48502344577973994 +0.5356944195688084 +0.6088360395523829 +0.6782851258502811 +0.6977180163676538 +0.661013759507964 +0.6709005762976561 +0.6110096224657627 +0.6089669395643038 +0.6625375097896544 +0.6137579906991241 +0.6625383313887742 +0.6944446390331914 +0.6489988730268793 +0.633295281401182 +0.5012164638172351 +0.3695753337739191 +0.20180475054241265 +0.197067295717643 +0.20131957594733582 +0.19115838856094233 +0.2162796116070377 +0.2526536282043968 +0.3272478881627942 +0.4864450116190683 +0.5138657246707791 +0.599595721340153 +0.6668103117650522 +0.6761759488093978 +0.5678617423460762 +0.6375624851180027 +0.6158706553707364 +0.6482073288908019 +0.7050068127821543 +0.7537440929943181 +0.747730607182589 +0.7092121159397412 +0.6486359927100489 +0.6111398460040712 +0.4989733741766994 +0.3661776176406932 +0.23756447329623695 +0.1948933774224249 +0.19657287573246085 +0.16694624758112955 +0.21088220535403723 +0.29539098570199473 +0.351358698472981 +0.4659707772731039 +0.44360870087871185 +0.5896483666417216 +0.7107221529677585 +0.7460194521342033 +0.7333148208204081 +0.7278721138034726 +0.7049496886742479 +0.6748693622860271 +0.7621555441978932 +0.753839057971413 +0.7234520087260983 +0.744448027324812 +0.676286893198524 +0.639186099583928 +0.44961178427325865 +0.3245217557194814 +0.2380033273865462 +0.19378600582939212 +0.1865031301902222 +0.1723571301255397 +0.21600968393376008 +0.27745736176678476 +0.3243368376324065 +0.4060401177818116 +0.5512669089767598 +0.6678563409540167 +0.7627474446985972 +0.8068395392848096 +0.8190874433277269 +0.8314375254576992 +0.8039626982898499 +0.8095220480812192 +0.8630311832332496 +0.8946484639674737 +0.8718777209186868 +0.8898671621830924 +0.8343577545499152 +0.7647702766816057 +0.5998887624948194 +0.47545303617142076 +0.303338915409212 +0.22419229283193687 +0.2173378732561656 +0.20754729193747218 +0.27863986523062834 +0.31471234400987463 +0.3834871369101209 +0.587294318915007 +0.6755510161025655 +0.8201513873132856 +0.8890023983329994 +0.8904339048567432 +0.8733202083703361 +0.8560868491718158 +0.8380605923011847 +0.8240976084525325 +0.8936808602781564 +0.9705600606472615 +0.9095491975420793 +0.8823639488441117 +0.8164227703116552 +0.8561479042056633 +0.7280775500899043 +0.6003595954121975 +0.40910550196579637 +0.30980071406162085 +0.3186501214558059 +0.2949310379682424 +0.38449166647414973 +0.4809126691970572 +0.5379796515176541 +0.6005010315483266 +0.6484340032209053 +0.7140654195303228 +0.8339212775560163 +0.8752976915653218 +0.8355544782843535 +0.8236831973730114 +0.793928280848395 +0.7837523879054945 +0.8139750336124976 +0.8229734545021902 +0.770526535589159 +0.7739726673239636 +0.7885994945189371 +0.7932297967431396 +0.6400602987984852 +0.49727476328419096 +0.2906764500967071 +0.22571229701397247 +0.22344659593941185 +0.2089927889936809 +0.2471949271065801 +0.3011582975097353 +0.3604354885781181 +0.5358519862948559 +0.6135160531899277 +0.7323746452763337 +0.7467360798888163 +0.8708638949481748 +0.833841557186236 +0.8503644980556013 +0.8066680808182897 +0.8097697583416226 +0.8734704950854922 +0.8980181972813293 +0.8767862023223083 +0.8842867926316871 +0.8106262897795794 +0.7252477745792121 +0.5792494853993234 +0.41658811467883483 +0.24817673531270756 +0.1969190672798629 +0.2018945826195478 +0.14189332100980517 +0.17717282845706733 +0.26133957264010155 +0.2932257348105731 +0.4824316130534468 +0.6030645270928906 +0.7825644684176817 +0.878443753521269 +0.8911849158176774 +0.8433595357191871 +0.8579799984811568 +0.8145903787067773 +0.814530980586449 +0.8903923943967248 +0.9139714976357525 +0.8890008626288465 +0.9099857677439632 +0.8701696443301191 +0.8210616828360524 +0.6418509130738137 +0.4540313829764277 +0.2687791890569393 +0.2122598588829131 +0.21762069094630218 +0.20459531306163284 +0.2540825552279502 +0.30402339777123694 +0.3614593632307005 +0.583582078586142 +0.6957150645231853 +0.7928499599045409 +0.8713601544647736 +0.882681539378512 +0.8329965375683237 +0.8434092327082384 +0.8039693301558728 +0.8179473855193932 +0.8793063457549459 +0.9061601400495207 +0.8747300562273038 +0.887243237004454 +0.8684410415064739 +0.82948970096586 +0.5993822393946919 +0.39920931780112295 +0.23625929161442466 +0.19358060553015677 +0.1506962633699833 +0.1412035126711592 +0.22147583417340683 +0.2797099509053931 +0.3171348982687126 +0.4083754461467145 +0.4943890183652794 +0.6522566079687183 +0.7494985350863533 +0.7827274882329319 +0.7500018099787871 +0.8032446930498377 +0.7566028321647542 +0.7593011496569236 +0.8193646231420402 +0.8413543751475343 +0.8187433134084027 +0.8074071093171326 +0.7168500673911571 +0.674115014416395 +0.5127007508206186 +0.3661127995966934 +0.24410222963355774 +0.19642253390638162 +0.19884342189927542 +0.19222548782577079 +0.22370071781095768 +0.236109631572315 +0.2923346638251159 +0.42122004486400094 +0.4941954710590226 +0.6055498453368993 +0.7170835928345798 +0.753164086215434 +0.7126870683002402 +0.7464088260640126 +0.720956162897003 +0.698725503264716 +0.7868960392405723 +0.8553933910810247 +0.8159948296249121 +0.786538021003271 +0.7072579789310651 +0.6521572761382612 +0.5027173258508164 +0.34316862634890777 +0.19971069625771776 +0.1488434227378574 +0.19093244359713255 +0.17268347752957255 +0.22624436733089456 +0.2836891003069228 +0.33733445114092453 +0.3564773556041915 +0.4715578687485407 +0.653257679317992 +0.7361475475961452 +0.7668145080626615 +0.7808209353656854 +0.7919085085915812 +0.7645480612173596 +0.7653960563649344 +0.8101875178792195 +0.8862978162832307 +0.8287052578857947 +0.7931620211673285 +0.6904445360879834 +0.6543374335087058 +0.5054067715088167 +0.39487659235321804 +0.24428158048486598 +0.1897964040017575 +0.1820804331735179 +0.19275237590609443 +0.22118798343413124 +0.290155755686805 +0.33941423291879713 +0.3663640116706042 +0.47964917238084925 +0.5912890558081907 +0.782970160921079 +0.8316898746158803 +0.7987564986765868 +0.7957628514904374 +0.7632789807883318 +0.7588299684637184 +0.8290673944746099 +0.8333237720120199 +0.7792450248947083 +0.7854056365395242 +0.7961473830679079 +0.7803972560996535 +0.6551669072588902 +0.5123912391477793 +0.29359678776871495 +0.2397480659261715 +0.2406323469561113 +0.2314137498975281 +0.27621926059047464 +0.3234163450232235 +0.39569617736087814 +0.661105620056638 +0.7043242812357384 +0.8088296530974095 +0.8877300132134189 +0.9091426922275445 +0.8698528248415289 +0.9079409956804156 +0.8456619659561836 +0.8483387202986621 +0.9266130404752677 +0.9499794143574577 +0.9094892926467406 +0.9308900989245081 +0.8910625275257088 +0.8515269118951141 +0.7153942422332378 +0.5739213456211538 +0.3397913222450104 +0.26945081421297845 +0.2707108577211907 +0.2505580378975208 +0.32678367359365124 +0.37749442563568636 +0.46210652371157807 +0.7036984900654517 +0.7585336552991389 +0.8632596543635422 +0.9410652773990806 +0.9674131456177525 +0.9292478076180828 +0.9605804201091995 +0.8920566741660155 +0.8922604988469813 +0.96305262563658 +0.999145636740753 +0.9617735254936944 +0.9801726414338343 +0.9570434767109043 +0.8818159925689407 +0.7237442249488599 +0.5686615642833216 +0.31121263501090773 +0.2395426978244249 +0.2269212064813531 +0.21183077730058725 +0.25059717814018323 +0.29773223330049103 +0.3544426044169289 +0.5252076443075654 +0.5955281124166089 +0.7817650700749598 +0.8721958351859087 +0.8860876059697628 +0.8354249059377564 +0.8568130548082412 +0.8274516591264861 +0.8229664659046643 +0.8854968575856266 +0.9132609109475671 +0.8687318931184838 +0.892955157997601 +0.8699009466207019 +0.8410116986802145 +0.7039957107015122 +0.5598799824619924 +0.3117243322763523 +0.24463004757453805 +0.23956670328819302 +0.21898006337983195 +0.2981265919866777 +0.3379354233857541 +0.4162299595567249 +0.6755153329899964 +0.7059468603766668 +0.8118839139382709 +0.9074196822174125 +0.9051249470812773 +0.8660162113754272 +0.890932065731155 +0.8375415619457864 +0.8326022766677443 +0.9159559117262028 +0.9279255614959515 +0.9131052788316761 +0.9385058527604161 +0.8890308344211736 +0.8454480804898191 +0.7102083295389799 +0.5604402227553732 +0.3324450615065078 +0.2459905866367559 +0.2235093054651594 +0.20871285721955896 +0.24894848749844278 +0.2914302858057984 +0.3505808678513329 +0.5408007705118179 +0.6052185320199641 +0.7315786795511078 +0.8339249058230879 +0.8513862757670158 +0.8137352565414606 +0.8358032831080707 +0.7980327928792516 +0.8017461485420602 +0.8656914658461207 +0.8924751139300028 +0.86500919821709 +0.878057916131228 +0.7886091846640974 +0.7060333208459588 +0.548966856521575 +0.4186426323597671 +0.26251353592444027 +0.20509925872965606 +0.1989308519878853 +0.1883164576698528 +0.2181608929139723 +0.22458840648024794 +0.33311558239004857 +0.4380425791431728 +0.5668656126538412 +0.6824834003871618 +0.7938217005249113 +0.8122073518185237 +0.8002067024390471 +0.8024448790772694 +0.7767220361644247 +0.779748529854684 +0.8205934543621926 +0.891146363828966 +0.8332221448435975 +0.7937844416597607 +0.7322496045462537 +0.7440717285393785 +0.6059423157070467 +0.4772636997928742 +0.2814674125058788 +0.22465905587783452 +0.24646754676076568 +0.23463154453856078 +0.29665893212113964 +0.37225937828707845 +0.41886557784061973 +0.5763953371712194 +0.6285370848225708 +0.6667191472343108 +0.7917509728486531 +0.825593746398488 +0.7765279635128202 +0.7904352525127345 +0.7651059506698245 +0.7598303385122201 +0.8144339172116928 +0.827703407531855 +0.7729189269882482 +0.7749426294224403 +0.7175887293239213 +0.6814540759035805 +0.5061015244300664 +0.3403325239127901 +0.23432028850084424 +0.14751305359544378 +0.15051771770932756 +0.17503375689324707 +0.20260946400086235 +0.29270978105710066 +0.3554350583274223 +0.47106396472902035 +0.604086720149812 +0.7315171617404436 +0.8668587315475905 +0.8732614754226872 +0.8493930053434918 +0.8488688263328387 +0.8175075247235148 +0.8163246142164061 +0.8857619677200654 +0.9135298061403155 +0.8807212895855906 +0.9080544297410784 +0.8366987754105153 +0.7540241926941457 +0.5899942658008124 +0.4295714256434799 +0.25783276632399527 +0.2070043784375586 +0.20421754622412805 +0.19434609317831797 +0.22828896756559972 +0.2872076272144378 +0.3455907565496377 +0.5661719688490036 +0.6988648526404008 +0.7867194839579856 +0.8760319724078262 +0.8871415872686048 +0.8485939218979822 +0.8492456750616558 +0.8277975968496658 +0.8110858794345788 +0.8906399694967514 +0.9150123006890455 +0.8767723484749704 +0.9042876441179093 +0.8796420669989519 +0.8396210820630331 +0.6974863054742515 +0.5034881716648119 +0.3057141511662746 +0.24310560821353294 +0.24126064673644834 +0.21631934953731166 +0.2674299642399255 +0.31364367181997244 +0.3774912348013999 +0.6000330282282892 +0.6742264828779853 +0.799805584379309 +0.9083709433531337 +0.9389636683244447 +0.9054421012136404 +0.9123598831877575 +0.8634096168059276 +0.8463072132541576 +0.9233539708005185 +0.9557673009342174 +0.9109680784635844 +0.9345807464369112 +0.8711307966772099 +0.814166066824194 +0.5838353431513013 +0.4168483003057386 +0.24836274570384886 +0.20230770314199567 +0.19930623264139913 +0.14102124065869134 +0.21267743228814717 +0.2990181272134492 +0.3187160465231246 +0.40799240719887664 +0.5090695497812657 +0.6607740690433413 +0.7508500687906599 +0.7948469267824673 +0.7794736493121005 +0.7839392513863861 +0.7961653672116388 +0.7845360204335781 +0.8512274946880267 +0.8884142058378768 +0.8650093776050123 +0.8734963688767445 +0.7759150075870713 +0.7165845832421186 +0.5249569988646698 +0.3474499334968801 +0.19772513525826074 +0.14799415905772173 +0.14849078588905001 +0.17870930451820924 +0.21508646027072117 +0.2708999875049055 +0.32574420918706226 +0.4551056239771518 +0.5404540828628521 +0.7060203000660907 +0.7784285294534136 +0.8613160559430788 +0.8295324187630557 +0.8382641995277196 +0.8064944425801219 +0.8048049157977591 +0.8546773430491164 +0.8820482687549176 +0.8520045070573576 +0.8651411078742026 +0.7943382513917694 +0.7323264764212016 +0.575396947742899 +0.4631000736188781 +0.28610988675639837 +0.2194362125682959 +0.23061216733622555 +0.23862643776546166 +0.2759078986597217 +0.3083875849768572 +0.3872314187827266 +0.5776703063073401 +0.6632186934830149 +0.7870649228573439 +0.8702822472296337 +0.8756184296357015 +0.8373121660978122 +0.8396491568236631 +0.8407657715328873 +0.816254162258706 +0.8611387323904806 +0.9136445613887204 +0.8618538900063926 +0.8328442549101182 +0.781228828081519 +0.776050880331992 +0.6194608328153856 +0.4373169521189088 +0.2714743042210323 +0.21566748711396336 +0.21523977001478428 +0.19181901583944264 +0.2262340801003637 +0.29537786203899585 +0.35297765806081743 +0.48288860530238076 +0.5642309783438809 +0.6733656289052287 +0.8018666825844862 +0.8372062975634803 +0.7984948254795607 +0.7881979242692847 +0.7594507585819712 +0.7546765470360002 +0.8112753386168686 +0.807487204069826 +0.7582480795636071 +0.7620209418977744 +0.7654106162394546 +0.6966628006557688 +0.5460068392548081 +0.39843310964979445 +0.24568546010564088 +0.1974000442995958 +0.1508241414722373 +0.14198109901015496 +0.17607586774294579 +0.23686607632053353 +0.30086816979787795 +0.5014439394360599 +0.6926337091296392 +0.7951741185426643 +0.8805780296596768 +0.9057048503866957 +0.8494778255427514 +0.8628411086856416 +0.8313287102320769 +0.8259074545974467 +0.9036346898225737 +0.9420521605120842 +0.9057524520269712 +0.923477884656808 +0.8758684538952846 +0.8201722215577136 +0.7044427127388798 +0.5283337613307599 +0.2935782606767382 +0.2189062192241684 +0.2221472589445137 +0.21229216412401378 +0.2671981244637033 +0.3162492560053192 +0.3854855335345829 +0.6684010096495001 +0.70904918156351 +0.8100850640736247 +0.9004020459159305 +0.9302535195232822 +0.8904631390515114 +0.9046647875852148 +0.8647862112202495 +0.8527640135566119 +0.9292535025517212 +0.9708315095412586 +0.9269784428850738 +0.95753109425391 +0.8771852393492028 +0.7806259307402191 +0.6051044995663126 +0.4163966833176371 +0.2524738628872335 +0.20326536018996438 +0.2007346076080557 +0.14147568453606493 +0.18535870506886717 +0.2659736245331389 +0.29756194445334005 +0.49706665100315983 +0.582274219700508 +0.7049049946561101 +0.8218916051949153 +0.8783873850342013 +0.8305041170020505 +0.8354427391665878 +0.8013511737098185 +0.7940961114942148 +0.8650355849078136 +0.867458539259388 +0.8402092477900196 +0.8685446041530884 +0.7720096342665783 +0.6808338614912524 +0.5307664044487023 +0.37836133607578704 +0.23313779034462007 +0.1846300438404005 +0.19567119419311857 +0.139816918094473 +0.2250076031400208 +0.29795784250763313 +0.31974069675018696 +0.41133697883725223 +0.5766251890381472 +0.7324311202810794 +0.851534739776569 +0.8789857153916376 +0.8385363918912702 +0.8523646781486366 +0.8149882525349941 +0.8083135311896458 +0.8833698517792281 +0.9097070249677831 +0.8894470164807163 +0.905429951509058 +0.8461127495833674 +0.7777873030451409 +0.5919950593310094 +0.4371639091537701 +0.26994988202161935 +0.2058697984646739 +0.20894017593460482 +0.19142090840530118 +0.2295858580322874 +0.28407031787066866 +0.3410717548676834 +0.5243761419811467 +0.65294302545934 +0.7996566234450329 +0.8786634364060553 +0.8930815408183782 +0.8570010669509763 +0.8600796496597504 +0.8434935227061816 +0.8269814056051448 +0.8971056400699072 +0.9161615067395391 +0.8945067764591706 +0.9218634260686792 +0.8826832968889295 +0.8471723626761621 +0.6978387563070192 +0.5470947999192507 +0.3370291873353336 +0.26765229710276756 +0.2691353501996983 +0.2547352518492863 +0.33350569519522194 +0.34989185632845027 +0.42037512179309516 +0.5958048106551173 +0.6823473903511925 +0.8117434814242566 +0.8787328654382184 +0.8922373332898155 +0.8681142356591297 +0.8738920122565025 +0.8717058753397676 +0.8537567456463498 +0.9250822941604459 +0.954594102203673 +0.9094204472638312 +0.8953461080924561 +0.8391904782184277 +0.8883030768800059 +0.756280710458507 +0.6071625502109685 +0.43458198494935457 +0.3189751428846352 +0.3205275081480287 +0.30353591241241834 +0.41911715826021856 +0.4837666184980154 +0.5555069408415765 +0.6131165079374096 +0.6502642518624729 +0.7176768713417159 +0.8656331837049649 +0.8955124871939883 +0.8375088657925785 +0.8254349015277396 +0.8059998629283933 +0.8064577718999687 +0.8983406208555825 +0.8539738756639035 +0.7946234291339277 +0.8024787057149098 +0.809115883147211 +0.8192213544220659 +0.6996940116777164 +0.5711781634660428 +0.40285805863678864 +0.3152718820792851 +0.3019326068848642 +0.29855832548761535 +0.3870504381975093 +0.42060573665312 +0.4999769596138288 +0.7085191970540944 +0.7417247990893421 +0.8386917364848027 +0.9135918744661019 +0.933200527734781 +0.8943414522201761 +0.9064248571614454 +0.8607485156342681 +0.8329954348266745 +0.9402200660732818 +0.9426840447989571 +0.9322681855255806 +0.9675008453036554 +0.9004879697675747 +0.8541476591067068 +0.7178142288275525 +0.5653053271294192 +0.3082023581898516 +0.250457926207839 +0.24769367131566422 +0.23015045177850232 +0.27879311928293626 +0.32063260363345697 +0.39281071096921705 +0.6724298504526699 +0.7110861368643919 +0.8607855804001789 +0.8999374384853064 +0.9083897241849828 +0.8503053764869238 +0.8799541673249747 +0.8421823606999683 +0.8316263667765265 +0.9382183693721524 +0.9508540951981364 +0.9155010547236851 +0.9405560361048657 +0.8882188133392199 +0.8561516361406928 +0.7170788675389583 +0.5694109886721102 +0.3382690619474777 +0.27307730140245123 +0.2822831862568992 +0.2785287526878426 +0.36053139214418156 +0.37867356116817313 +0.449978724362113 +0.693559989201777 +0.7365293350591857 +0.8438176625906734 +0.931993556840294 +0.948265988521025 +0.9192898876423229 +0.9239782139197533 +0.8996817118531623 +0.8897567585389871 +0.9680658643245134 +0.9738135524583699 +0.9416781314815983 +0.9905674597050859 +0.9372928082028624 +0.8911335690013179 +0.7470735909777335 +0.5937272465293164 +0.4179928351593932 +0.32458741975007277 +0.32673138363343873 +0.316619761786091 +0.416459642052424 +0.47026976944982146 +0.5660171599673256 +0.7176941331528398 +0.7479986595370295 +0.8571883068392802 +0.9293133582214581 +0.9659299843676812 +0.9296127309461444 +0.9496130747832552 +0.9177930707953894 +0.8946896138631302 +0.9817869805129762 +0.9568366658693152 +0.9505074255123254 +1.0 +0.9507942464904058 +0.9310052393751219 +0.776158410485549 +0.6189655061494387 +0.44763178628250405 +0.3587194956323584 +0.3653233932215252 +0.356710721438059 +0.42961915562644976 +0.5049361158560329 +0.5609845006053827 +0.7198970051440504 +0.7612365189549141 +0.8662437710588561 +0.9455837120037642 +0.9442428817244657 +0.9133384612019757 +0.9263884022989284 +0.883163867113248 +0.882427013853815 +0.9390540920093706 +0.9748613934204463 +0.9374665145718529 +0.9832899020258985 +0.9446600885253871 +0.8834809350499498 +0.7235165570285833 +0.5962293147032327 +0.44118100968960317 +0.31700638626966765 +0.32034366154719873 +0.3158363939645508 +0.39167798631787953 +0.382754792686266 +0.4590300552560204 +0.6013737318531435 +0.6919618658981339 +0.7828697366952091 +0.8851927985261528 +0.8811514576385562 +0.8402898359605945 +0.8150265371553104 +0.7835817015158257 +0.7852152300535173 +0.8436736113478294 +0.8953233311450122 +0.8540286949479186 +0.8200828307744176 +0.7847809199291916 +0.8241034169205171 +0.7076007334779632 +0.5772397021962845 +0.3374613539733268 +0.2780030559465199 +0.2810083753590293 +0.26789788765773564 +0.3104588885143208 +0.38787545630662107 +0.4051196340068979 +0.5629231843171638 +0.5773608066626492 +0.6561077074791035 +0.7788720360589386 +0.8307850956845876 +0.7956322696645132 +0.7916335621188436 +0.74872762610574 +0.7588684289077308 +0.8207435008797506 +0.812632315060507 +0.765598283822664 +0.7793785252019911 +0.7917568620240708 +0.8015871900696183 +0.6793035990862489 +0.550862749452423 +0.28017442910704315 +0.21410963036323172 +0.2115678219147775 +0.20003827067701152 +0.23067526020698986 +0.28872437203329443 +0.34589457226831916 +0.5593222499680816 +0.6529004989064157 +0.7986542448690198 +0.8776003593742743 +0.893170823830674 +0.8503635311909544 +0.8587971333562964 +0.8224341572484771 +0.8098749184044514 +0.9011347905160085 +0.9181134017729194 +0.8766327751955059 +0.9080800327551396 +0.8582657124444467 +0.8253157617966503 +0.6829501777743883 +0.46426624799725486 +0.2711378468554362 +0.20794504609949932 +0.20362504801032724 +0.19125077275174748 +0.2237628889972898 +0.2835526463503701 +0.34523150396781527 +0.4971491747193213 +0.6391729161639462 +0.7876749411281254 +0.8815184253943528 +0.8887642055411943 +0.843414775139932 +0.8581692373772014 +0.821932883268569 +0.8187720603600261 +0.8929768725594822 +0.9128441490326556 +0.8955018633288742 +0.9195467014006303 +0.8777409628871451 +0.8465959008277232 +0.7131331209970464 +0.5254170234667714 +0.3054549224115648 +0.24888696643626268 +0.24854628808308535 +0.2278816606794788 +0.2869907569572267 +0.3164363513257662 +0.38779688224980235 +0.6329024016010398 +0.7031704136903566 +0.8068819736531359 +0.8975105143773846 +0.9286882267363311 +0.9005753251794261 +0.902907371592411 +0.8661176490556648 +0.8538835660625883 +0.9453860913039752 +0.9555160415891562 +0.9022169194040104 +0.9209250802013091 +0.9057309437867184 +0.8444519131293574 +0.7096442805336365 +0.564149450454715 +0.3574220719316386 +0.2673313814125272 +0.2941675637844573 +0.28440176480465257 +0.35081106753081814 +0.36838376070710116 +0.45123031897900245 +0.682419320227161 +0.7249431026525089 +0.8346091103342175 +0.9016931747275186 +0.9361858657200948 +0.9186947139579348 +0.9216882536083774 +0.8575893057457317 +0.8235407632510411 +0.9220845803499086 +0.9687717341804005 +0.9522898373166342 +0.9162458154029628 +0.8920300491858624 +0.8446773658817162 +0.7075097088230592 +0.5625199741571937 +0.3639860738332898 +0.2760373986303502 +0.2791530178019254 +0.2600263959375257 +0.33153942427002625 +0.3623666217270162 +0.44300662445755307 +0.6816191907917393 +0.7076873115012347 +0.7886609329607688 +0.8854718387815587 +0.9114287794203306 +0.8782460313814636 +0.8783485645153902 +0.8714592196417381 +0.8572708723919876 +0.9210368128619874 +0.9620797309868443 +0.9120107535960426 +0.9378184796748137 +0.8975893234029023 +0.8525586870047169 +0.7072327851888538 +0.5795051105342992 +0.37398900413754504 +0.2870828720126272 +0.3021250244564996 +0.29392522300622537 +0.39158243109813845 +0.3800929118080197 +0.45546609114531506 +0.607324571619289 +0.6763781406547567 +0.7922522140458206 +0.8686714256170308 +0.9459048995110205 +0.8668781322324492 +0.8519205405406252 +0.8274168057178115 +0.8222991780981789 +0.8805556607390667 +0.9289251520554507 +0.8767419835327623 +0.8474147063285795 +0.8018209881987214 +0.8412811161933029 +0.712040645946228 +0.5690751317338472 +0.33190284127260533 +0.24944086697833062 +0.26645707781309796 +0.289126935793037 +0.31882525149741076 +0.4053532439679749 +0.4169287769756034 +0.5077307130399997 +0.6289749994936858 +0.6805575379352938 +0.8093954132181871 +0.8426727619341422 +0.8172058730831191 +0.8135893054651236 +0.773849937421191 +0.7605482141284767 +0.8243256952379608 +0.8429180366096886 +0.7839280122037764 +0.78650445062082 +0.8030616946030641 +0.8101525040567826 +0.6895595001884021 +0.542938277302088 +0.30150026707934047 +0.24232179831722847 +0.2466855685641132 +0.23243319587171415 +0.2774227892615934 +0.31360118481707594 +0.3799364525648822 +0.6119018545300315 +0.700131282776073 +0.8077524230067351 +0.8808952529181123 +0.8874817046748339 +0.8545940448732153 +0.862476168792493 +0.8332716724084339 +0.8310156743964396 +0.911305906218565 +0.9570877193848835 +0.9261641502686656 +0.9557621732124643 +0.9180840698371228 +0.8625327289095539 +0.7154562477116277 +0.5589125080384734 +0.2858154595011473 +0.2330034872927421 +0.2046420135711831 +0.14384470343833985 +0.21969471087562784 +0.2986466517078848 +0.3273537692154469 +0.4115962223948592 +0.5514148880556402 +0.7042744741675501 +0.8357030035247912 +0.8374283015912278 +0.8334071932169068 +0.8358971232295556 +0.809711119741264 +0.8016898988452847 +0.8705304396277416 +0.9020501182243497 +0.8602297780679274 +0.8767789876981072 +0.7972973325482081 +0.6940855500272277 +0.5515525095756673 +0.39126462042978066 +0.23838832623005052 +0.1825305536285897 +0.14986967182675057 +0.14125068855187442 +0.21023227786030918 +0.27027326366595517 +0.3515034332722477 +0.4717051974094502 +0.5847123215848795 +0.7141055331170795 +0.8361050663477273 +0.8489326060622335 +0.8279656284439734 +0.8480880005555529 +0.8066698616385286 +0.8011230083179911 +0.8687475644837339 +0.9002687969109318 +0.8735966629926368 +0.8810337144406781 +0.7787071591891757 +0.7070178168140927 +0.5401890251061972 +0.3558294608359216 +0.18318773411564132 +0.17311375617625901 +0.18719176515312594 +0.17496485684886254 +0.2201062860901078 +0.2958972564652927 +0.3540139230576171 +0.409835976198945 +0.5665332065696342 +0.7783852423737007 +0.862431475194398 +0.8814308943956631 +0.8401496363622489 +0.8527230747001516 +0.8161731974332186 +0.8122788952856378 +0.8769981757460483 +0.9033587407054023 +0.8810441920742479 +0.8954277047270772 +0.8628233142585061 +0.7839845803810367 +0.5636423347351139 +0.3783553262289189 +0.2490089870375385 +0.1472973500748521 +0.17869878708656575 +0.14169290923138597 +0.2223751070095359 +0.2657525340589442 +0.3552996982555624 +0.4573417087721038 +0.6124533096311178 +0.792035571908732 +0.8829810473199773 +0.8842040589249726 +0.8440069450160712 +0.8580748821882132 +0.8116828569029402 +0.8151915514547347 +0.886664366719473 +0.9136030536903799 +0.8922448902186775 +0.9143629127214716 +0.9165294366905047 +0.7915039175439954 +0.6171956230571798 +0.45194808925328167 +0.2747526185316795 +0.2115198797419 +0.21148867187554896 +0.19623588627533978 +0.23165349287835907 +0.2793171850912727 +0.34314881399005254 +0.4572716285544646 +0.6205536515850569 +0.7945067233977708 +0.8729615196193251 +0.8493243185351385 +0.8217466705587706 +0.8195903515054722 +0.7858085955912876 +0.7794681595273266 +0.8417421547856835 +0.8968483098631184 +0.8498510596758738 +0.8250488970870896 +0.8404531304069975 +0.8134330630748154 +0.6720361017434858 +0.4904913124125061 +0.29559618852929764 +0.2390990631447305 +0.2386624343814785 +0.23043176263904921 +0.27748199165470633 +0.34277778558353306 +0.395447675638076 +0.46358182398199715 +0.5494954879004988 +0.6660070415655024 +0.806797688854345 +0.8417894426388629 +0.8019936170508664 +0.8024062468962077 +0.770394263785178 +0.767360976948194 +0.8219895543567587 +0.8366907851012364 +0.777252592272353 +0.7877208892932218 +0.8461304365857533 +0.8112737162260591 +0.6670588136107215 +0.5233785593308032 +0.31132130552961756 +0.2573068791406445 +0.2752461569916695 +0.2589787272222054 +0.3191963677691157 +0.35354448756629914 +0.4262772610224503 +0.6723460035672472 +0.7055071970785372 +0.8063143206363301 +0.8939281214286391 +0.9089854301475321 +0.8809919844307016 +0.8817679920931084 +0.8376505912122053 +0.8405448951411606 +0.9101792629346892 +0.9346295587639215 +0.9073148798151549 +0.9371727054743512 +0.9412777832778199 +0.8505322643119425 +0.7118435880667661 +0.566600392123779 +0.32997073643506825 +0.2656494229532785 +0.28019441720336075 +0.27199734583936597 +0.33759065928986204 +0.3717498676333226 +0.4174187909286997 +0.6697738003467114 +0.6994448670230446 +0.8006910141101959 +0.8818585526518329 +0.8890442996777689 +0.8481717649008477 +0.8570491581966244 +0.8152522097473026 +0.8208163103067925 +0.8878171138424997 +0.9192459414256622 +0.8916806853984168 +0.9050398476027406 +0.9166426108028726 +0.8202981454662654 +0.6430728087885631 +0.45489851258167047 +0.2688072520463364 +0.2132851471014891 +0.20973361057275747 +0.20150340654762633 +0.242010288686476 +0.28324358896970386 +0.35432452162400635 +0.5448047505323299 +0.6702039972235597 +0.7985071729917855 +0.8838718262589689 +0.9128646321706045 +0.8587891460356172 +0.8759248282563618 +0.8296457680004656 +0.8227141519507412 +0.9109848527647261 +0.9220189472367819 +0.8938015998950869 +0.9293445260175752 +0.9214908520953466 +0.8449069313774488 +0.6214582698103537 +0.43964657000723917 +0.25454740246126495 +0.21097078377764986 +0.20741170525244576 +0.1975002019192383 +0.2394242614961378 +0.29149573352402164 +0.35084105754612416 +0.5751131419843475 +0.6838006162139703 +0.8204317171605224 +0.9100887814145804 +0.9352973851995036 +0.9211799263597773 +0.8940280411668229 +0.8520652632347517 +0.845242793241971 +0.9173810565219511 +0.9396691629646008 +0.9272815808396222 +0.9393952065304154 +0.9333890421448879 +0.8588384822895314 +0.7245373582959533 +0.5771970236396538 +0.4391336712311107 +0.28924155771344845 +0.25477315799090006 +0.21846354638013182 +0.2717666955890542 +0.3016119891242496 +0.360114440391648 +0.538872802227487 +0.5937386489823814 +0.7238393218875051 +0.8238721919495416 +0.8758046098301673 +0.838607002229598 +0.8511607442527003 +0.8196735706314063 +0.8127183867692833 +0.8812904094100039 +0.9049542100181213 +0.8778061060585454 +0.8847793530194682 +0.8434757519634654 +0.7209803706704538 +0.5527416328038561 +0.396899776703133 +0.25056174190158603 +0.14926426772934642 +0.14942514705202972 +0.14026008938255272 +0.1739452582278495 +0.24704808978678766 +0.30925156695364525 +0.3686623451691058 +0.509636061047858 +0.6786970250052774 +0.8343853414793753 +0.8240184523923216 +0.8101073279563384 +0.805707659934144 +0.7777741086423208 +0.7745684312178702 +0.8301638990099492 +0.8961244227060002 +0.8373564079947894 +0.7529373997257918 +0.6951216751060596 +0.6488177344941999 +0.5143267891686473 +0.37847313487010226 +0.2392570302839642 +0.20143753942041265 +0.15320875558553057 +0.18887000207082377 +0.22034486676751913 +0.2893003237337232 +0.35039885491025535 +0.41719828271061093 +0.5225679321578625 +0.6499401319531758 +0.8011826681564024 +0.8644790640057247 +0.8585390723622531 +0.8688898570134685 +0.8259421700435333 +0.8308765412816447 +0.9149365631476847 +0.8776002616789812 +0.8113922303433325 +0.8209132616455855 +0.8775284660502438 +0.8389199219406416 +0.7115328970081118 +0.5809290609068528 +0.41923483471833317 +0.31791669853062837 +0.31687994016581383 +0.3103973162953866 +0.4021918756617399 +0.4275068125780293 +0.5082196247639985 +0.7145297406500951 +0.7519523748852683 +0.8478682567541871 +0.9252476215717418 +0.9423435477578007 +0.9067325672938439 +0.8892545965107473 +0.8854499023106162 +0.867357538364397 +0.9372495561082038 +0.9751209430473512 +0.9386200129277079 +0.9771696428821782 +0.9670164556275431 +0.8817105344219722 +0.7292261000593896 +0.5841708413481086 +0.4013313368818737 +0.30484697203665717 +0.32025260400871686 +0.32155773925060294 +0.4084059747023193 +0.4076892545815518 +0.4676529030451588 +0.701352276425426 +0.744125552985188 +0.8577859682652312 +0.9404224776176369 +0.9503489300463841 +0.9171708029865068 +0.9296260735180629 +0.8837964282543319 +0.848661023325717 +0.9040764168652727 +0.9059777036735721 +0.8608367659250731 +0.889686943417779 +0.9132937966155742 +0.8352962327876945 +0.6680650615478444 +0.4795198578095195 +0.27707315748379907 +0.21902293924771485 +0.2206990366607385 +0.20520026068841954 +0.24057590706852594 +0.29101185519067063 +0.345659401836871 +0.4802364836006472 +0.5953055709936376 +0.7271668249004092 +0.8610359355785829 +0.8757073323665229 +0.8434423057087389 +0.8502306768349972 +0.8120697446478848 +0.8137048790308522 +0.8759699941940327 +0.9073743183056838 +0.8790861956251872 +0.8962727923741455 +0.9098839515840228 +0.774453715201681 +0.6011578834792548 +0.41407790898039676 +0.24650472060545517 +0.20045655044305077 +0.1499602564408149 +0.14138636052372355 +0.18401722268309556 +0.25921603292057216 +0.32501501789997017 +0.4100102407029876 +0.5841378349012532 +0.7976298506270714 +0.8735353767145769 +0.8861737272384209 +0.8515648393838408 +0.8514116979617878 +0.8183701038894992 +0.8202994560213381 +0.8858442079490014 +0.9172561068983728 +0.8816349986090583 +0.8892727865427466 +0.8863450825623651 +0.7584964518998625 +0.5743133621904127 +0.41235418499165083 +0.2672122289178337 +0.20556254283275632 +0.2049114734759342 +0.19692219002671696 +0.23208374454646627 +0.2827980972592321 +0.34905457241278276 +0.5453800178511136 +0.6907759708743832 +0.8130584590421795 +0.8917961108852052 +0.9103059344246321 +0.8891892726239574 +0.9026907764650209 +0.8610875523699826 +0.8631269973547951 +0.9279820132371909 +0.9542267577709913 +0.9199466565526477 +0.9326011277244785 +0.9222082489461335 +0.8470733956656931 +0.6892525801570335 +0.5391581567412539 +0.31864182570582017 +0.24630493262653455 +0.24556805146716504 +0.24890937925932372 +0.3088998897114037 +0.3337990868916463 +0.36181303265517706 +0.4759828309501476 +0.6121471605142071 +0.7527439451427205 +0.8397624851935395 +0.8292447656941466 +0.8170245278548369 +0.80969966850465 +0.7768514540177007 +0.7659179386283054 +0.8139581957622807 +0.8788847037264925 +0.7996091017468979 +0.7459565470414441 +0.7349357153386743 +0.7005012704932368 +0.5727180729615825 +0.4383092500497832 +0.2612592075825094 +0.21425005201988795 +0.21182376726284144 +0.18972521797696135 +0.22137423523006386 +0.24011154031982954 +0.387482759767731 +0.373150590144609 +0.44408865936868 +0.5594393097766516 +0.737197755601802 +0.7717234554407505 +0.7474181428190569 +0.7758568272959965 +0.7426775847233306 +0.6834330797390503 +0.736162175317731 +0.7415823413637855 +0.6735845125644753 +0.6518327363944105 +0.7039355301336032 +0.6689710641794646 +0.5325585723743653 +0.40223028420864543 +0.2454484464471379 +0.20167923659312242 +0.1992263685251627 +0.18921572917698432 +0.22183970478355175 +0.23550678784963325 +0.3522030557850433 +0.4681401264023171 +0.5328149404422571 +0.6520276374310346 +0.7478147019321785 +0.7586542027569171 +0.7569070135804511 +0.7984397146585973 +0.7134356729719719 +0.7527484142982284 +0.8093637750831446 +0.833885859338866 +0.8046078465107199 +0.8100711019894161 +0.7794917145984309 +0.6983893860717093 +0.5278259521388992 +0.3574668471102179 +0.23561613812387794 +0.14563388551237336 +0.14731582194111786 +0.1394149789580874 +0.17824507648949117 +0.23534507400760732 +0.3432750924443635 +0.4546347344907865 +0.5329024758076382 +0.6704217542719112 +0.7775901437937927 +0.8091122857396873 +0.8181395199820766 +0.8286529852268997 +0.7888685345961379 +0.8028992807717127 +0.8513172423191067 +0.8809414694233624 +0.8613141419573904 +0.8340895161520597 +0.784979948112195 +0.7014946136494742 +0.522107696087172 +0.3441505202624106 +0.18290925222058657 +0.1451279415811224 +0.17775413318948666 +0.17714686549182085 +0.2161647169102281 +0.2588847885665847 +0.3372166169117811 +0.4087860880867322 +0.5347496575721974 +0.6826828920287519 +0.8218369857390154 +0.8614733107895235 +0.824369672329276 +0.841852127551998 +0.8017704362351731 +0.7999791268779547 +0.8501311376706784 +0.872610014361538 +0.8555296050493769 +0.8665733356748149 +0.842373251621308 +0.7143643262104179 +0.5391414639041826 +0.38938762477642186 +0.24040722110151316 +0.20193599285859795 +0.20370695752216253 +0.19517993197266983 +0.2343205738693274 +0.28643558550900367 +0.3944346209381063 +0.4556300018644476 +0.4907722844862878 +0.5915614458459115 +0.687416717718123 +0.8458361119145679 +0.8350759223027289 +0.8556605794810234 +0.8146521197162702 +0.8087701925443815 +0.8777871680213654 +0.8944388956468565 +0.8737723209371868 +0.8945940591062734 +0.9092642732150199 +0.8348775977892938 +0.7010384058161245 +0.538173147055209 +0.3250731093340556 +0.2472809736833305 +0.2441956466859964 +0.2356127608520052 +0.31300266840653485 +0.35226388695281724 +0.4553145077099893 +0.6667331879167575 +0.694377852622636 +0.7895631429204489 +0.8750677842687866 +0.8949630830888772 +0.8614311724103549 +0.8703026793995421 +0.8514725499093979 +0.8269751605870357 +0.9013740001102172 +0.9224355987247908 +0.8842337742168206 +0.9402117900490718 +0.9210252760513997 +0.8395320372817228 +0.702731624137087 +0.5716053095149854 +0.33613358658958714 +0.2528065967936582 +0.25304622074917077 +0.24950774233061696 +0.31184103092088444 +0.333846304659751 +0.4486628747226254 +0.5809207269706947 +0.6617395540638333 +0.8111271033957502 +0.8806204388799662 +0.8942199138702556 +0.8570673507548752 +0.8490467137761358 +0.825239688729922 +0.8176830392781702 +0.8294108172891254 +0.93147349032283 +0.8801139569950527 +0.8401556722313088 +0.8314627034603015 +0.8242833899302814 +0.7131926605219495 +0.5851773375621562 +0.36126825122828177 +0.26825709987317353 +0.2552893720136218 +0.22523726921422643 +0.25573127318360245 +0.3302277470394569 +0.42287285088687127 +0.45555030673457236 +0.5253882400975638 +0.6364060238372546 +0.791619050798048 +0.8373298089952886 +0.7900450169591112 +0.790294965098809 +0.7601248608386638 +0.7671906218517388 +0.8194992748513166 +0.814968350488323 +0.7663417962765314 +0.7724220773902316 +0.8307232414772201 +0.8052604070256801 +0.65107937916817 +0.5240970745714324 +0.3260473770473565 +0.27484345661726384 +0.2735699339303931 +0.2644996901976333 +0.3369224560193388 +0.3452284135627408 +0.437784691305235 +0.6227082573219375 +0.6929553218251622 +0.7989130924449698 +0.8749063790733296 +0.8970093834057513 +0.8735925058277051 +0.8951742755542067 +0.8393025508443178 +0.840783994685519 +0.9028193986394745 +0.9105202298364407 +0.9000368913713892 +0.9391061090126525 +0.9306380641060045 +0.8448879529306738 +0.7026700350855105 +0.5353175900778893 +0.25799318424659995 +0.20742251572774853 +0.20171589816846358 +0.19086480464980332 +0.2265635019069803 +0.2817052515533596 +0.3387509240924339 +0.40824225885999676 +0.5362590280871686 +0.6406506852333437 +0.7648256278290738 +0.7669820470159883 +0.8241217697094426 +0.8302976372614252 +0.7968917775034849 +0.7861535106785411 +0.8582104582526137 +0.888497077911559 +0.8781743026904297 +0.9139755471344071 +0.9167150908455818 +0.8359613299071879 +0.6998502549039974 +0.5293211754185078 +0.30576312269976835 +0.24760909086167926 +0.2509172898012496 +0.2430409890120933 +0.3032058533836268 +0.331691495263871 +0.4473676532291642 +0.664428790284746 +0.6920768563669076 +0.7870706227833508 +0.8535162643791552 +0.8641841238454984 +0.8294616312390355 +0.8323861324232987 +0.8000873354839966 +0.7937793297967763 +0.7787843525747363 +0.6897603323627275 +0.6047335143274699 +0.6372292770236502 +0.6921693007556451 +0.579623279708618 +0.46896497490661493 +0.3304246598600155 +0.18059987829492907 +0.14531589216539695 +0.17820456534277554 +0.17706515744182139 +0.2187723893087039 +0.29628428256024586 +0.40053454467339616 +0.4779745778524214 +0.4359548742768827 +0.5251209989579076 +0.5930400193476913 +0.6472409840604353 +0.6420775844455724 +0.6537251160374291 +0.6468604944580928 +0.6316156615314782 +0.6922089985149094 +0.7022194723524043 +0.6534146972732453 +0.6283390532631756 +0.6452649021303721 +0.5694306858327333 +0.43537437035569354 +0.305971820906817 +0.1954568372467294 +0.18850515251386823 +0.19219217140448014 +0.1867353154116703 +0.226059975005021 +0.2348787309689729 +0.3429578189767861 +0.4216345151209266 +0.4430661531866025 +0.5778006583561639 +0.6975811904229388 +0.7309802564000869 +0.6940898415498179 +0.7320092620372628 +0.6887175818725038 +0.6984306229620927 +0.7741161415313488 +0.7749328460007948 +0.7051616571792448 +0.6994169453766866 +0.6942925188832461 +0.5704917429431252 +0.44417084625775693 +0.34278610453902686 +0.24828227945913045 +0.19307985329134772 +0.19372447640880952 +0.19634716744201364 +0.20630829566767414 +0.2689574851327573 +0.3874740538506661 +0.39605021726567236 +0.3963864485440605 +0.5679437773019967 +0.6802704896233109 +0.6875688031727919 +0.6323759695422572 +0.67026510705558 +0.6399899325891587 +0.6079009614307309 +0.7114366355922165 +0.7449838608676748 +0.6830065194120696 +0.6036001873573738 +0.567883330387272 +0.5606271036649639 +0.5049096537692178 +0.380955924000104 +0.22715580208548383 +0.17061662319895912 +0.1781658303017536 +0.16850186524457986 +0.20627525598608468 +0.27945777550057 +0.3820395241929509 +0.38496118478245 +0.43893367338438743 +0.4651901015004817 +0.6753088084984732 +0.7441192050861963 +0.6727542774201802 +0.7045176286574133 +0.6464316656499863 +0.6370708783679412 +0.676143413563573 +0.704699370115358 +0.6033893212274265 +0.5824944986781224 +0.5621350647312338 +0.5378675138589017 +0.4439778295975041 +0.36804347286729255 +0.21539039967149662 +0.17003565278029542 +0.17953351553571326 +0.14801423382680617 +0.21800845802401786 +0.2519557736683162 +0.356825701217027 +0.4847277575198105 +0.4996431890199848 +0.6323837465673523 +0.7320283881741841 +0.78365267868532 +0.7519600974677745 +0.7630273220457335 +0.6829230054510409 +0.7054981987720405 +0.7476470177875456 +0.7886443613318264 +0.7128288805666168 +0.627068105699539 +0.6816662390759521 +0.6193452687906661 +0.5027246438043145 +0.380445670974698 +0.21146896688633196 +0.1451828147694917 +0.15957025968000188 +0.19022953425040753 +0.20817857298923736 +0.2400408808533396 +0.33802867656845137 +0.4739548096459377 +0.5209351460934828 +0.5778284073317685 +0.7128356749585374 +0.7531614066130781 +0.7288007176120677 +0.7595600270076885 +0.7154889557704659 +0.7162446151612483 +0.80273989558974 +0.8182127678116994 +0.7396546983515889 +0.6997857278044126 +0.6507103036474664 +0.6236265385758308 +0.4757773390910771 +0.36671784575455857 +0.20667074955732626 +0.16129519518956092 +0.16114800119692563 +0.14062956179204503 +0.20356994555472496 +0.25339530430230706 +0.3538979037955132 +0.46634452370224233 +0.5174102082659421 +0.5789829544488118 +0.6959384365484816 +0.7606233121948555 +0.7517201822313979 +0.7281181110557021 +0.6371080339880786 +0.6342947217906061 +0.7091725367800609 +0.7194451116522429 +0.7119584309122606 +0.7126616800814803 +0.6900662366856734 +0.6208324752924508 +0.4861199513442119 +0.34379600716703357 +0.23623375289710044 +0.1934071138273398 +0.19701633543954883 +0.18341630744818416 +0.18242948402349551 +0.2749628992636353 +0.3617335630216028 +0.4150184419177202 +0.443160801898931 +0.5933617873297029 +0.7059692958048135 +0.7449936565221903 +0.7193047310113927 +0.8165345708136883 +0.7337604851467908 +0.7574089574801561 +0.8220209838946032 +0.854782996785079 +0.8117263027368218 +0.804439245310016 +0.7942321506145065 +0.7101989799875378 +0.5692575900456817 +0.3913254455676127 +0.2622670864486629 +0.21070283834722636 +0.21055094865958232 +0.19454257586427892 +0.2394795709359914 +0.29728746862297745 +0.40204722963813283 +0.5309570886474976 +0.6025763347932467 +0.7492572147664192 +0.8546372788027939 +0.8729250734605764 +0.8323046807974674 +0.8389795803995027 +0.8056511739118032 +0.809008986646319 +0.8669946228533346 +0.8788083119540298 +0.8512979792156353 +0.8762948835937774 +0.8608937855787373 +0.7734417515998865 +0.6540183063898292 +0.44325599719173275 +0.30109016060071875 +0.22790084446614975 +0.2346653857893352 +0.20355233249057453 +0.23892627852025292 +0.2844562902078185 +0.3810912716051362 +0.3916450608156007 +0.5405551418448754 +0.6784285300424036 +0.8138991384236081 +0.8060578444300491 +0.8001218529536351 +0.773439690624522 +0.7643206252237401 +0.7227710281524392 +0.7758511397309058 +0.8291033736416509 +0.7192479312115443 +0.6463110085734726 +0.6148642108271858 +0.5578704942148431 +0.4842883921153959 +0.37115524720391907 +0.24155819978463075 +0.18407057091899598 +0.19494712642078965 +0.18050129787828673 +0.2031860655187596 +0.28375184041704427 +0.3657809706611932 +0.37236811532848707 +0.4090113708507291 +0.40900885715110175 +0.5846611772430929 +0.6501040338693113 +0.6258322148141569 +0.6341576219845204 +0.6016333418419924 +0.5968783391535176 +0.6693399116609517 +0.619526688446632 +0.5829284590014462 +0.5124099566911179 +0.5939137632704014 +0.5991177917400513 +0.4905310788423015 +0.36432017067068134 +0.23069039569113703 +0.14615678077523112 +0.18786752202192433 +0.15498119321236026 +0.2224870145288453 +0.29496353637892786 +0.3999317807241478 +0.4771491266544439 +0.49922338317523396 +0.5357598809027315 +0.6012472498295973 +0.674894873332624 +0.6427489392175263 +0.7085327808662356 +0.6631438280639973 +0.6876322565579356 +0.7404283881986331 +0.7843811556381147 +0.7306230583210092 +0.7293382112513734 +0.640395754543883 +0.5711505036869747 +0.4415976448147309 +0.3684210156135858 +0.2207570139506533 +0.1700299512486752 +0.159938131863895 +0.13793799338534765 +0.2150458724999255 +0.2676094482277602 +0.3967604348145173 +0.4861728903032353 +0.4408857227284663 +0.6731057914774089 +0.7632144719547543 +0.8319295770556803 +0.7922995490264996 +0.820545932034741 +0.777528286098824 +0.8034039446621464 +0.8229534892414101 +0.8292253271143231 +0.8111716095669136 +0.8733788739787107 +0.8092212484104906 +0.7299287845864205 +0.5384375207365036 +0.40265937234544535 +0.25046735699038164 +0.20943754985761703 +0.21192839299221344 +0.20415803866456445 +0.2506950434731471 +0.29925573588633453 +0.40799538071316555 +0.6320512114828765 +0.6968030024145172 +0.7866069243691087 +0.867483277423057 +0.8796739552036514 +0.8424695143047514 +0.8475666465134448 +0.8183280930273309 +0.8123039134733409 +0.8727467500881414 +0.8992254466908796 +0.8835828851431181 +0.9542090857951953 +0.9176412587642986 +0.8448363644300154 +0.7085711820469103 +0.565973433579141 +0.34758744122175095 +0.26943501278218357 +0.28085635013762555 +0.26887590049114446 +0.3528828781648757 +0.36420524444278696 +0.48839037829817566 +0.6737349568940787 +0.7049982678652501 +0.7924517381869655 +0.8869297373634788 +0.8956963972497045 +0.8570806830154843 +0.8747186521954374 +0.8158368950399373 +0.8210035879926298 +0.8858309621181482 +0.9091586597409975 +0.8990784635358932 +0.9475843270308628 +0.9063890254546088 +0.8386747707885089 +0.6953233051957602 +0.5358800425542338 +0.3184293963266853 +0.24321960344389615 +0.24347306400025326 +0.2251652129026951 +0.2815119208000707 +0.32003653051252384 +0.42692206768380925 +0.5982897598551983 +0.687496383249562 +0.7889912946282949 +0.8978770424818933 +0.9137813865666508 +0.8898975406501302 +0.8989867661969196 +0.8516986883233333 +0.8371539375794529 +0.8878825054153773 +0.9092469282272332 +0.9078361589915649 +0.9984969711900469 +0.9492915916848681 +0.8633993691540023 +0.7087562401330221 +0.5814057205647879 +0.40561662968130696 +0.2954006923688976 +0.2938777098688339 +0.27835247699898824 +0.3313424911054469 +0.3537202942116555 +0.47704238368448054 +0.5884363270759376 +0.6687711798488507 +0.7959736955095856 +0.8608549834504227 +0.858768139568778 +0.8367014825416272 +0.8386402074348724 +0.7986567705273092 +0.7988490630565032 +0.8526108978455289 +0.9100712834077129 +0.8633701140445508 +0.8805001031871573 +0.8384943986463396 +0.839268719560317 +0.7169799204693748 +0.5904864820217711 +0.3528399420148667 +0.2796972702419376 +0.27468550043416945 +0.26915197877428204 +0.3411016462061151 +0.4507648856839179 +0.5335164811022993 +0.5920194042073572 +0.6381805856838614 +0.6847724805200315 +0.8041334006714298 +0.8515461356191105 +0.8013329805003563 +0.7962871041086875 +0.7614452431351139 +0.7461941048520022 +0.7941612194133549 +0.8058749900932403 +0.71859283791101 +0.7719157775745588 +0.6942938470549304 +0.6279100244079756 +0.47753523320085295 +0.34934032266529763 +0.1824319971342387 +0.19080242855355437 +0.14819102560135214 +0.1883019973053362 +0.19953570983261806 +0.28908462683806485 +0.3942707398983069 +0.47424439329291534 +0.4890524183300992 +0.6009818148380736 +0.6969683352413795 +0.7189794613239008 +0.7312752897722875 +0.7464875961652455 +0.6736764123949661 +0.6707391501820507 +0.7426534266894463 +0.787839833390992 +0.7518510474230319 +0.8277293400246851 +0.7561386150395264 +0.6389829221915445 +0.43603095283942733 +0.31665184201577273 +0.21745465137321288 +0.1437419845754768 +0.1735967840180212 +0.18924155091899483 +0.2163491656959714 +0.288914413801799 +0.3977117975239364 +0.48046397877302627 +0.43688653288364343 +0.5930158532753753 +0.7087383811144 +0.749654458132628 +0.7487674484980285 +0.7721000042716915 +0.7364586473448125 +0.7799716839814534 +0.8023902107562296 +0.7949467469939975 +0.7477106764739139 +0.816356933577034 +0.769678922442518 +0.6694884676941247 +0.48945071195747214 +0.324180858985844 +0.18092430175522953 +0.17995022173256392 +0.17864054197214824 +0.17471306458978225 +0.21977566558285433 +0.29599550669221036 +0.35382504124678654 +0.48841173293284124 +0.44390225744936906 +0.6577909601974793 +0.7961259621650849 +0.8700627711668278 +0.8250361252863604 +0.8404135195824054 +0.8091424204603195 +0.80842458729939 +0.8711855308625109 +0.8827177919103527 +0.8642214958137227 +0.8669125385071609 +0.7828367531299595 +0.6699258560013439 +0.5027973130652719 +0.34629584928627805 +0.18366957718630608 +0.14618127476406656 +0.17837004189831468 +0.1780160701457974 +0.22601607815221833 +0.2645883329139234 +0.3964542318222276 +0.4718628233703755 +0.5049040102770519 +0.6882963360333839 +0.8638280638736882 +0.8729591664079965 +0.8390817611834187 +0.8532482514976135 +0.8153874900755667 +0.820837511365927 +0.8833361966768791 +0.9079803202636787 +0.8780805409445827 +0.9246587079601207 +0.89029971895592 +0.7278409212836386 +0.5434625536257695 +0.38512570365014853 +0.2438982220373072 +0.19210550125932557 +0.14972070825355346 +0.14070623495325318 +0.18667603954682857 +0.23710883079501663 +0.3558971119871177 +0.470807383195861 +0.48924071211990194 +0.6230453827237079 +0.781594687670781 +0.8719308557680858 +0.8272029008990618 +0.8395646186284355 +0.8127055798044704 +0.8059458117745213 +0.8650991644540638 +0.8754712419497095 +0.8427946312559944 +0.834550815539348 +0.7645413888128201 +0.6467690420290928 +0.49912947450814943 +0.3415991140258127 +0.24797741563374925 +0.14714869094782962 +0.14771043378642787 +0.13759085314682845 +0.1717757165498495 +0.2573174981540568 +0.35188128256576484 +0.34301789535455646 +0.3997279320583348 +0.5097922121609613 +0.6265299244047072 +0.6247365051591832 +0.658301104578213 +0.642806510820052 +0.5857567783981017 +0.6127439364138926 +0.6252208697056411 +0.6714258773629522 +0.6480409721908056 +0.6614910274807665 +0.624306323696665 +0.617792211939893 +0.49889311425951904 +0.37912490848624597 +0.24144176609622367 +0.2000351879419327 +0.20079848988224894 +0.19115555891576358 +0.2239706555443281 +0.29053273457122203 +0.38630341506822025 +0.36545904187309824 +0.4314316543143038 +0.5265346786050545 +0.6687608149831423 +0.7133772469321 +0.7403856960772873 +0.6905861168889348 +0.6641820471428135 +0.6533741022702826 +0.6710670741902106 +0.6863251485698993 +0.6272131122619099 +0.6643147423988754 +0.671175027216803 +0.6254845462845412 +0.5006519034724467 +0.37095850814808917 +0.22709679790864012 +0.14484069703651753 +0.1504364674433566 +0.14049566026556137 +0.1824574438430445 +0.2801243184691072 +0.35039751487209714 +0.4664369183514246 +0.48814879261890326 +0.7170815387713527 +0.8699520022012629 +0.8813034235589556 +0.85811223257478 +0.8685183174094855 +0.8281424295282818 +0.819775094447995 +0.8875017973494858 +0.9293632838007853 +0.8955039915317713 +0.9511918319590599 +0.9157928795407538 +0.8391223080897844 +0.699942917535562 +0.395477806700118 +0.2391725811469604 +0.19716419648913272 +0.20041638678399035 +0.19021479711197792 +0.22695777991712882 +0.28457951105856255 +0.38513828145882834 +0.4578706618763162 +0.5056599475911133 +0.6086708875647547 +0.7233830065555674 +0.8452426282041834 +0.8079834166473987 +0.8328113615706427 +0.7854975597058446 +0.7846133637437045 +0.8488557574688119 +0.8357351667511872 +0.773468693057165 +0.8211492812527846 +0.7684180255467699 +0.6965945435380095 +0.5627462573642134 +0.413482407627835 +0.24473096674772868 +0.19588473534261056 +0.19794443792642577 +0.1899569493628249 +0.22815130710610332 +0.2809669236279478 +0.3514500772978667 +0.457220155547927 +0.4917862098867533 +0.5946348523952499 +0.7481761481230241 +0.7618829591805732 +0.796771167051464 +0.8210062783445283 +0.7607865320742364 +0.7362745854697529 +0.7579464392869449 +0.6356911961880637 +0.6325513406082417 +0.7050560111098808 +0.6645672675519712 +0.601911880027639 +0.46046967447624826 +0.35061991724378605 +0.20804548753349944 +0.14427541483307774 +0.17692948397857838 +0.18878649220873883 +0.22757549377268033 +0.26446116729468866 +0.38517173013249223 +0.47871267352377417 +0.5122754084597945 +0.5939114176854142 +0.65852629358553 +0.668056850753454 +0.5777203372376176 +0.6265774033098779 +0.61405390866492 +0.6112312952026271 +0.6721913380531147 +0.7163887605857266 +0.7005158663702711 +0.7414950009813708 +0.707555344206555 +0.6172747531072847 +0.4887180660660884 +0.3722424316335848 +0.2278874515311171 +0.1834826281052774 +0.1935524953418425 +0.18653631374052598 +0.22173752891401424 +0.28875061386239076 +0.39750943225000257 +0.48758127572297627 +0.5180949040425823 +0.5949347763821288 +0.6464598849427582 +0.7031692209504515 +0.5864534004276275 +0.6837082265810827 +0.556351931402268 +0.5954989747032075 +0.5967963390834493 +0.6152518038375716 +0.6901907688325728 +0.7481051566454147 +0.7090163683708376 +0.6388803422740317 +0.5072628649984459 +0.38602077437582855 +0.23330895792377856 +0.17300649618519284 +0.16848157200196853 +0.13749142315487137 +0.2194779320279736 +0.25171460965640163 +0.3588119096070314 +0.39142800979677084 +0.4823650221280739 +0.5442094337865642 +0.6049174639988761 +0.5756276262586001 +0.6200156131345905 +0.6168885051444173 +0.5806724032688223 +0.5587463952712797 +0.606291762557004 +0.6666135803886054 +0.6410717912820526 +0.6607065297457599 +0.6049710308923575 +0.5513125170971976 +0.4339374265435695 +0.3483454314548056 +0.18940782232230363 +0.15005541706088668 +0.15162392391586618 +0.14243923847216253 +0.23025078582959835 +0.24912023364910518 +0.3360756393470341 +0.32910793133433064 +0.418141695418068 +0.4504991352745381 +0.5936291417402858 +0.6450451609558363 +0.5800903954601376 +0.5844230516104806 +0.48353998609107235 +0.4742707714569432 +0.5778196812281144 +0.5300048230725241 +0.51254836871128 +0.6016259084666508 +0.5868902613090475 +0.5397345029985154 +0.44160351717815716 +0.32286381244434187 +0.21508214908688808 +0.17893695351372102 +0.17223598249515842 +0.1560895439794769 +0.22679800193960828 +0.24302037830244824 +0.3629669279361955 +0.48723111390225443 +0.5398388609516265 +0.6099956126769444 +0.6591826466562453 +0.6929870547203949 +0.571846759381875 +0.6315490861000336 +0.5898184892252286 +0.6103091450613533 +0.6450418626749463 +0.6331005562197546 +0.6811331525257712 +0.7501082989653872 +0.690528025593177 +0.6352134681562119 +0.49963686809776836 +0.3546894490554459 +0.2070674168569293 +0.14494055265314923 +0.1720638515064175 +0.18758149696415408 +0.23135070941986222 +0.283034847705467 +0.37266164912380395 +0.45864777021594383 +0.522638199118456 +0.6061371075790426 +0.652890226717068 +0.6869685521101039 +0.6709221792178074 +0.7225416254300807 +0.699883124907635 +0.6996112265757595 +0.7263596661894757 +0.7317636750007014 +0.7461549247202081 +0.7840912203984611 +0.7378389462966163 +0.6506060109324122 +0.5078338667493091 +0.3621413070342931 +0.23362536652902316 +0.19293951630395265 +0.17152035581014527 +0.17297803185730978 +0.21532617017538874 +0.26567817128843735 +0.40219371946432353 +0.4815073284692446 +0.5017383538114303 +0.5666273116524153 +0.5925984460177798 +0.7233738502310089 +0.6510958790808266 +0.6656451153086723 +0.5382797954055185 +0.6149994048680993 +0.6449604968900048 +0.6464483717316867 +0.6598638572340215 +0.7304009723724745 +0.702560628489589 +0.6272758994714873 +0.47437035186923127 +0.3380269249522225 +0.2271678672252361 +0.18474205065566082 +0.1756379630821993 +0.18765413898094224 +0.21916749694259574 +0.28727710283493085 +0.365469792092479 +0.48453079601849847 +0.5144949731794242 +0.5623516576912202 +0.6765398642037204 +0.7325254081093366 +0.6923476289867747 +0.7187840652139557 +0.7019562893800544 +0.697807289695106 +0.7587470787423782 +0.7681953245657231 +0.7476414525150082 +0.7780351224347508 +0.7198897740446929 +0.6477755455094056 +0.5059474461330914 +0.3555891635578183 +0.22910176576392458 +0.17829332695620548 +0.19409615537088237 +0.18766896970514607 +0.21570730487403547 +0.28980744755124194 +0.39425974560777816 +0.4823768957195852 +0.5249977010957232 +0.5813316014084045 +0.661151039063545 +0.711184054105945 +0.6683214990607702 +0.6687054846565837 +0.6155440233438272 +0.621889274671759 +0.6612761459920558 +0.6688271576599512 +0.6887518699477712 +0.7603349725281665 +0.6999442705100444 +0.6163228901146641 +0.5217098407559602 +0.386086819134825 +0.20896517625541466 +0.15935079109814632 +0.158627004689204 +0.1358319184054425 +0.22133170936031243 +0.24008853273047862 +0.3646729370068069 +0.3954410185512567 +0.48387328695491544 +0.5894679868456146 +0.6450562668651751 +0.6449790204801835 +0.6236199701078744 +0.6387813844715065 +0.5843252613909132 +0.5805372209221548 +0.615838950844174 +0.6843695155072428 +0.657556081264529 +0.6625309905198687 +0.6213468892233218 +0.6169149970062944 +0.48968870732119124 +0.3703331037318179 +0.23094571569095165 +0.1916034099382923 +0.1982137594663724 +0.18921258446298578 +0.23570397713852634 +0.28122159693688525 +0.3971678742757383 +0.3730184341095054 +0.41599700258099076 +0.46006763983491183 +0.5821008070191951 +0.6393250872250588 +0.6091526477336572 +0.607590433236689 +0.5570477979278532 +0.554378625861955 +0.6004644278293 +0.6091984967546781 +0.5748058624997409 +0.6166448615726234 +0.609063599283931 +0.5796338848343476 +0.4742172552986322 +0.3431516827818303 +0.21482575226560932 +0.1910309845143235 +0.14933957194362796 +0.14157784385803 +0.21397554972999472 +0.23887087517679734 +0.3387126125363264 +0.4205151990205612 +0.5225413313762913 +0.5994149604004303 +0.6663333296118377 +0.6887471136727606 +0.6497857195769148 +0.6705411530495201 +0.6172687117274189 +0.5979946794492584 +0.6289290527311692 +0.6933659013045894 +0.6945077811823601 +0.7281645568840702 +0.712646824238137 +0.6372413163242927 +0.5032710486915977 +0.35578701061271 +0.22609394273866973 +0.17766835010527607 +0.18555330059431666 +0.1860606744043382 +0.2176939933973758 +0.26969546761274815 +0.39891144320915883 +0.47747425564870477 +0.5171104653303312 +0.5276040323992179 +0.6594168961490706 +0.714842221560547 +0.6852153076867813 +0.699423985034518 +0.6625615716691061 +0.6698339194860938 +0.7099501462973135 +0.7297855730017155 +0.6642654078493865 +0.6773453004740837 +0.6828526596677162 +0.6290202056415156 +0.48128342733738005 +0.3686030031381385 +0.22708089844667245 +0.1705199220062411 +0.15628853574656848 +0.17786479810821684 +0.21345571184104173 +0.2941492873145626 +0.38971651456091616 +0.48382581925678136 +0.509533084567545 +0.5806615047632943 +0.6961769703403786 +0.8046850657953909 +0.8221171203642731 +0.8274731721702664 +0.799678717894871 +0.7922845514260874 +0.8650599731936344 +0.8741507319245865 +0.778026202991372 +0.8060871531995473 +0.7215319722726502 +0.63351812232616 +0.5051595933161593 +0.3665985115156577 +0.23109754278952915 +0.14512183687833335 +0.14797389108990702 +0.1392995341741231 +0.1877452470785907 +0.2492656813657045 +0.3493410200485083 +0.41168049569080045 +0.4886653932374004 +0.5877546901147497 +0.7098046779296695 +0.7507817935465639 +0.6874975563915691 +0.697864908124677 +0.687544036230676 +0.6873175767513785 +0.746732271036208 +0.7383921692884776 +0.7169820566632272 +0.7684581206795074 +0.7232733206107691 +0.6391149322587361 +0.43818330979099857 +0.3161928844238896 +0.23233844739496862 +0.16705063636373452 +0.170405222188019 +0.17429096992206988 +0.23318836734419787 +0.29879434591886816 +0.3415987014438938 +0.49383746942599593 +0.5359945889253204 +0.606291050711785 +0.6712037915286981 +0.6974392423553676 +0.6441964971631869 +0.6687743207937067 +0.6316220085388278 +0.6080602564033223 +0.6681864095184541 +0.6964009224301508 +0.6973987949577962 +0.7616319756425024 +0.7014209168260988 +0.6457473221833125 +0.5033860517339703 +0.3731054586587869 +0.2422336397686094 +0.1545574162267386 +0.14668548317592156 +0.1631576880085206 +0.225905594889159 +0.26426496759780893 +0.36813118816173707 +0.43328219349593916 +0.4726000928917595 +0.5785009099254728 +0.6474432228930626 +0.6571706022518019 +0.6221263769307862 +0.6181921535534189 +0.5908671776230892 +0.57414197971242 +0.6151138817919012 +0.6728292425033896 +0.648208071189024 +0.6599872496620511 +0.6212632377929915 +0.6284063903832481 +0.5016904388771638 +0.33315327691168084 +0.2257220528761675 +0.19688143190883212 +0.1541894504059685 +0.14329896768504405 +0.19975612901474837 +0.2862508565465468 +0.3810064809018816 +0.41778451953206813 +0.43039331128006514 +0.45812245041495636 +0.5949128681856878 +0.6316617830592168 +0.6034754312048105 +0.6097108193096588 +0.5643902939424525 +0.5529907872971647 +0.5938866365027273 +0.5993703245954352 +0.6143881001730522 +0.6144232627142575 +0.6132503055649928 +0.603766666510534 +0.46980640157020465 +0.29646866928696847 +0.1812337534335518 +0.14533133219579306 +0.15018335172449135 +0.14231530848286475 +0.20763945197562986 +0.27296774347175795 +0.3950971370417526 +0.4800851378123498 +0.5114961834244875 +0.5945270671987264 +0.6716880981585677 +0.6849428651288488 +0.6464259890558685 +0.6433607944647401 +0.6159016584841032 +0.6014434814728328 +0.6519760213861435 +0.688432245299089 +0.7382298768304294 +0.7717114679684431 +0.729666690411299 +0.6456167437044734 +0.4941792862746384 +0.30537812750699744 +0.18091342835884283 +0.14466190299387005 +0.1494619455955972 +0.1402602318565789 +0.19305098609073912 +0.2582135708914278 +0.3642571523117705 +0.4689823865362795 +0.5023859280530717 +0.5948892979785615 +0.6722003935245474 +0.6956756027091887 +0.6483823192769891 +0.6606068286270105 +0.6262757817250274 +0.6194708737764907 +0.6799983075165541 +0.6910188080760332 +0.7302923714703374 +0.7656983091379044 +0.7319851624360757 +0.6579516028023019 +0.49896204326742505 +0.3503658135410004 +0.18155803199397896 +0.14482932747526056 +0.1496133485495622 +0.14076373772772488 +0.20632894696730197 +0.29642316939642804 +0.4082693096153881 +0.5100919738522478 +0.5063944728555945 +0.5966550009199371 +0.6688935339390056 +0.6892854652961934 +0.6593557768524175 +0.6630044971082604 +0.6196996993327544 +0.6253654516641306 +0.6626161229716501 +0.7080333794216951 +0.7517005048614813 +0.7554604673046771 +0.7042993744328505 +0.6383003519008066 +0.5001145039628444 +0.35765124638867435 +0.2123793839184984 +0.17425737354628237 +0.18412415487016603 +0.1919623931198702 +0.2167813649559823 +0.25309008894007223 +0.3898023119721034 +0.5251859413344339 +0.5147810044748101 +0.5969404765311241 +0.6690780033899459 +0.7134802404190314 +0.6554677144983412 +0.6455521334091018 +0.615183512148055 +0.6176187795302203 +0.670669290986852 +0.6996277969031571 +0.7484734699126612 +0.7368586065790802 +0.7108784819009669 +0.6434799414657348 +0.5189112267676809 +0.36531489368160386 +0.21418422609833473 +0.16280145672903887 +0.17367340666179132 +0.1418155394347045 +0.21890130232473207 +0.27459244360683527 +0.36798788791052184 +0.5108617795996013 +0.5207653507223983 +0.6009852652722947 +0.6643588272280553 +0.6985500464444147 +0.6452810388557897 +0.6466759368713724 +0.6114060018601442 +0.6021611469751846 +0.6442116032624925 +0.6778102023139763 +0.7430180591003027 +0.7631016112750967 +0.7133511626215561 +0.6437156853402174 +0.5034832738188605 +0.3796928912076638 +0.21185992796909 +0.15159780109524693 +0.15991199989071334 +0.13771651952727484 +0.20858742664495009 +0.23526023861869008 +0.34007056529344176 +0.4513110469545081 +0.48447417989288843 +0.5539533330591822 +0.6533447445179501 +0.6971492872290186 +0.7041725904318934 +0.723221791108019 +0.6738569439265507 +0.6775473051195762 +0.7215157206229961 +0.7375247591221809 +0.7207456164839648 +0.6459683995954371 +0.5577485915813365 +0.6285820824577975 +0.49890559618409747 +0.37003910687065283 +0.23581090708660313 +0.15018863558793116 +0.19610652344394428 +0.18807500176699132 +0.23282629845029715 +0.29509964490884105 +0.33749720335533384 +0.36443903178171166 +0.43205908788464026 +0.5049131283753147 +0.7267356413195765 +0.7670536618668942 +0.7691418239065059 +0.7666195509248993 +0.7227017771494506 +0.7152837773266856 +0.7578282880743312 +0.7423551652817707 +0.6931406919025421 +0.6808795753158532 +0.676751203086935 +0.6699168656416433 +0.533021546886302 +0.4057497692449804 +0.2529534897968856 +0.20020585177344405 +0.20316893547685305 +0.19270504733497068 +0.22024163146948758 +0.2845753866345216 +0.38636246143867115 +0.53610739809917 +0.5269784147166345 +0.6172439637640054 +0.6734986950223762 +0.6951325815387093 +0.6509215901840538 +0.6709021046780344 +0.6133077020954316 +0.6054205522915299 +0.6610891113045091 +0.6786686764339646 +0.7331836189624497 +0.7445452093751267 +0.7374748542163176 +0.6552435781419758 +0.5010619143750948 +0.35118834827566653 +0.18311393953023222 +0.14538790365038243 +0.14960807973451956 +0.14178505384405615 +0.19966660627604044 +0.2722566636230251 +0.3920443992588116 +0.5009918754952338 +0.5067706991305998 +0.6041172009122626 +0.6771491319032474 +0.6977714887579242 +0.6387210196024142 +0.6694647874183313 +0.6146490023025026 +0.6071940164899295 +0.6473574509865521 +0.6798800652034787 +0.7409823571169698 +0.751834257474656 +0.708127234253634 +0.6572667686780715 +0.4981976985372481 +0.32719895157594137 +0.21030876461705447 +0.16817934809336735 +0.1760064852328763 +0.1406894989901214 +0.22990258195470192 +0.2558899548154558 +0.3569126085668961 +0.5137800605835238 +0.5176152591375072 +0.6029268057220118 +0.6789118666931803 +0.685784622744273 +0.6299016037766706 +0.5844360867332306 +0.6337652582490428 +0.6779548233183507 +0.7171210684303829 +0.7500970290052258 +0.7916789221966599 +0.7723903635924623 +0.6503328934707023 +0.5976740589698882 +0.45879097675300196 +0.343259973312692 +0.17951587636294938 +0.14356666069651047 +0.14915011901723077 +0.13855664059322206 +0.23893329008369282 +0.28530477850950675 +0.38345333651728675 +0.5126151028666643 +0.5098037207056495 +0.5957178744712667 +0.6698521030362835 +0.7029590974291932 +0.6706368261269642 +0.6716482144598727 +0.6454064855472148 +0.6139048353763261 +0.6586398780514168 +0.6959361610113431 +0.737754250589258 +0.7541211961155994 +0.7071570261545566 +0.6490842129579328 +0.5000445200893117 +0.35281553562071805 +0.23223058316178055 +0.168292326544504 +0.1595615400582427 +0.19109721226972154 +0.22562835345409402 +0.26398940040541186 +0.37501861396054215 +0.5136061460956307 +0.5123196899623351 +0.600181895773681 +0.6582555572037653 +0.6990368156769499 +0.657134242387923 +0.6696458499551851 +0.6254584668628813 +0.6049977265349403 +0.6601793826087338 +0.7041346487556572 +0.732655522186813 +0.7331516759889483 +0.6982457442901494 +0.6372399342824201 +0.5253463465519449 +0.38864903836135795 +0.2425011022516735 +0.17696343586482416 +0.174293387698297 +0.17141238347948853 +0.22251187518636062 +0.25950683105349615 +0.38759143564691384 +0.4422346292195722 +0.48773485347735523 +0.6010615721442666 +0.6482419513570697 +0.6532933823059867 +0.6187618913836948 +0.6190358483846903 +0.5965563157794618 +0.5755280705023237 +0.611938427748218 +0.6934264204298856 +0.7057617537617566 +0.6630087884643677 +0.624842258091427 +0.6094190464456599 +0.49063361125913374 +0.366966639611346 +0.23836057642033373 +0.15333188380355586 +0.15281180210042708 +0.14515329936797167 +0.1967543859394192 +0.27631325248251454 +0.37853854090989514 +0.3722982375377393 +0.43375809898954776 +0.469636884846701 +0.585777580591007 +0.649822426948417 +0.588695142237409 +0.5911019110679663 +0.5700055463574635 +0.5513711861798593 +0.5796819728120349 +0.6079626774783169 +0.6192412494187048 +0.6333118490651641 +0.636544331519067 +0.6025218462407137 +0.4729052119178767 +0.29846934223859883 +0.18340169508376675 +0.1470608092140346 +0.15045258842156062 +0.143276920999144 +0.20537993515046002 +0.28571417022398504 +0.37482462235754455 +0.4655808958798122 +0.5037150961303617 +0.6058556729845143 +0.6675088889248934 +0.6927364485533352 +0.6583169810815882 +0.6401975194920323 +0.6008700594170561 +0.6023863149757995 +0.6562421167454446 +0.6256311007420117 +0.7400902746931188 +0.7536766736562305 +0.7128458181495256 +0.6370571288952982 +0.5071706159503405 +0.3721907572294755 +0.2115041644547248 +0.16895364970234908 +0.1723865347257753 +0.19666764160747327 +0.23242374640038224 +0.2898160578960433 +0.39032844292323765 +0.5287217955816805 +0.5273914597615457 +0.5854631984474865 +0.6035539137231805 +0.6424495804758095 +0.6277559628907252 +0.6378391343199428 +0.6026505873496202 +0.5501230620129499 +0.6081308822565166 +0.6811760828648021 +0.7201042752413201 +0.7480542638876362 +0.7108092319616668 +0.6388217536685941 +0.500108987632568 +0.3598464529634814 +0.22080686265732066 +0.19551233298792725 +0.16995780737811264 +0.1393776445796758 +0.22242650303051373 +0.2693677925321471 +0.36206035228507955 +0.5122886985249895 +0.5142187751927246 +0.5976176016683241 +0.6703741996707172 +0.6976278139426145 +0.6399633190851411 +0.6679070437438233 +0.6198431150606843 +0.6242302850482363 +0.6773893686021685 +0.6920755263319123 +0.7413610043161611 +0.7484357571246836 +0.7165692155356486 +0.6256727975565861 +0.4904462739310598 +0.3515731445297116 +0.18220034992726195 +0.1603701933957224 +0.1513599697552057 +0.1407120383957479 +0.23807572411881475 +0.28495573870168633 +0.3738578727187077 +0.5119379066266673 +0.5238571801486257 +0.6141287601032555 +0.6651635253342117 +0.6962230414535262 +0.6479471761971429 +0.6544616943317774 +0.6251901067219435 +0.618073989849035 +0.673619564419665 +0.6882085866659061 +0.7439982138615928 +0.7546613629188669 +0.7208238091803667 +0.6676869554976231 +0.49890515658170953 +0.3558213833099646 +0.19658563953470864 +0.14487349313050368 +0.15056143603651742 +0.1405307177888161 +0.2108557614964102 +0.29956180470812344 +0.4020396469691086 +0.510506425593358 +0.5161404203408894 +0.6040809234840586 +0.6691190836482265 +0.6842339086783352 +0.661044073652801 +0.6658418443751745 +0.6372728219419641 +0.6296542633424403 +0.6711184172243163 +0.6898383361437253 +0.7334228675961953 +0.7612268636315277 +0.7191934238208784 +0.6489469797377148 +0.505635446587136 +0.36838065446474 +0.20347481686882837 +0.1631970390130229 +0.17356346680847143 +0.1665395974965575 +0.20841016032392795 +0.22508468841522933 +0.33281437484449194 +0.4356791572509058 +0.47514957417880405 +0.5677107873380083 +0.5753857030414118 +0.6297483939245321 +0.6219483957585586 +0.642497908456706 +0.6309661170906864 +0.642829941940304 +0.6896135110208511 +0.7165256478636552 +0.6988442571142083 +0.6636615415278247 +0.607035769331088 +0.5537285108963977 +0.4887579495734954 +0.3692704660313976 +0.2425773467511365 +0.20133670795514294 +0.2009966344719076 +0.1895003701973288 +0.23565049578950895 +0.3148901651542323 +0.39893547528876117 +0.45356938239191513 +0.4777542742606655 +0.5293513258378278 +0.65521687046467 +0.7061308772932741 +0.6866135347501618 +0.6812852793149934 +0.6524978136647157 +0.6249827073258843 +0.5866042937194347 +0.6255916029878562 +0.6285575136044813 +0.6320596874087262 +0.6264810642786 +0.6013856433687649 +0.5065432705232168 +0.35869935552983523 +0.2226016597767908 +0.20845855503740754 +0.15452555784572544 +0.16943193000256648 +0.1664542043790426 +0.22174947720444607 +0.24378154880868613 +0.3862275810103325 +0.4752031523266062 +0.5129120883800979 +0.6059736789358224 +0.6680668233711642 +0.685861923211704 +0.6630164338382771 +0.6511668281060862 +0.6395174664248757 +0.6269253148202361 +0.6724320932686447 +0.7411220362273353 +0.7296477348894929 +0.7581429566931134 +0.7147839487542237 +0.6409605870805882 +0.49970163606750867 +0.35619257840262375 +0.18132874855241043 +0.14601937814153806 +0.15038637247927394 +0.14177703237295058 +0.20439432181273057 +0.27276234363809704 +0.38868943540052686 +0.4619738474312271 +0.5082970664104528 +0.5976248973075288 +0.670552415988991 +0.7159337469521669 +0.6659359629638484 +0.685752025386048 +0.6098627220502001 +0.6291163651372976 +0.6685525595749432 +0.7366665415929391 +0.7413522563373983 +0.7416551977342518 +0.7102740577066033 +0.6265394005508942 +0.49596954989722664 +0.3450888857057173 +0.2112873565309703 +0.17675940050557387 +0.16892437862916854 +0.1402598914068202 +0.22592691399951356 +0.2661168487337781 +0.3734781606547274 +0.4683067156687577 +0.5220333916048752 +0.6052985640887988 +0.6741817828352118 +0.6857318932201766 +0.6417524643744281 +0.6597609826683873 +0.6256801713715335 +0.6223637758351206 +0.6751750138150131 +0.7434840692955428 +0.7453749975222701 +0.7630907051405843 +0.726340488744037 +0.6532017402957161 +0.49960667220718574 +0.3400570787270853 +0.21632786523793807 +0.1766459942337008 +0.1859044499230301 +0.1647871860611955 +0.23708029001970887 +0.2746744327195037 +0.3741012293560592 +0.46555222085558107 +0.5067921885140749 +0.5968016793277308 +0.6607573878480667 +0.6795577334478496 +0.6479215133090696 +0.6616414692415292 +0.631787714078979 +0.612244216964844 +0.6757970783495846 +0.7294903745058644 +0.7300714761938893 +0.7490490891913282 +0.7130573608208403 +0.6390873246584057 +0.5040878053752336 +0.36141719852980747 +0.24011660704015933 +0.18792032417912322 +0.2004284435560482 +0.19361347004028454 +0.22477349161818347 +0.28981221601003904 +0.3555635630205455 +0.45705469397548426 +0.4537326304083465 +0.5384061221521171 +0.6618885790704794 +0.7028402737311185 +0.6688441105108598 +0.6664300619308121 +0.625502684284974 +0.61945690663987 +0.6588051647793559 +0.7302156862732657 +0.747143902136071 +0.747095547780837 +0.7134422726486981 +0.6399413926971567 +0.5043043489601281 +0.3470846406136882 +0.201537845892317 +0.17773704237133042 +0.17581771162085896 +0.1845891411319467 +0.2329491250950339 +0.2303932794665752 +0.3297032532757439 +0.3748970730795307 +0.47720524659746627 +0.5837526664198999 +0.6447406524186847 +0.6393311286120269 +0.6261217542603368 +0.6190976002201022 +0.5931692403890046 +0.6034021837031043 +0.6339191933081191 +0.7453497557047272 +0.7173810039118835 +0.6861864212379393 +0.636042564825117 +0.6364408203176944 +0.5072071302060582 +0.32392470360688813 +0.19230021383388493 +0.15281670479075918 +0.15339517793627216 +0.14473650095080431 +0.19451106734350312 +0.26631946613396135 +0.39993265314924814 +0.3261211260333209 +0.4384660418168005 +0.4600931090268874 +0.5976871014301536 +0.6450047277175546 +0.6095708489317982 +0.5902079896840884 +0.5767502482083036 +0.5719644438429826 +0.5944797299397151 +0.644208291672811 +0.6153147442538842 +0.6194580131753984 +0.631447386212642 +0.6117172418179297 +0.483088183344394 +0.35681626575556397 +0.22524841958613664 +0.1886893104047993 +0.1780439426467727 +0.1914953824253542 +0.23501745852100925 +0.2584396454585851 +0.3773049878719977 +0.47813289407128773 +0.5243911514193366 +0.622152535836189 +0.6724333604296997 +0.7002058154282061 +0.6563291318751479 +0.665769218774053 +0.6117355467013955 +0.6341260154844827 +0.6590450437871219 +0.7224926842340639 +0.7510167344490752 +0.7523027478834089 +0.712507419145708 +0.6392539265354559 +0.49950647723477265 +0.3583961104316201 +0.1996896459902432 +0.17672106750860797 +0.18331534056142929 +0.14173797067603616 +0.22827049762649257 +0.25909833671373217 +0.35208346057025297 +0.47164301755958826 +0.5254892511266225 +0.6232896330599954 +0.679563456173537 +0.694393869709624 +0.6618681499915147 +0.6627828752873911 +0.6300197628988554 +0.6240519002661338 +0.6688241423504305 +0.7396775418672866 +0.7261380424896309 +0.751400330052486 +0.7073884663365254 +0.6521410388718558 +0.500146632819925 +0.3533510917842379 +0.1816343656535024 +0.14573457003816598 +0.15131218928247134 +0.14071345270543648 +0.19340457859505908 +0.2670331803333758 +0.362635941889918 +0.41685153316670814 +0.5082217124276288 +0.6000921074577763 +0.6629312924735359 +0.6927002585220794 +0.6554376217113405 +0.6758508940004461 +0.6217171200661219 +0.6215464316601951 +0.6832264581854247 +0.7366974606682856 +0.7462997711790165 +0.7433565593302642 +0.7106142279741726 +0.6457500736343115 +0.5182179608822783 +0.37441798654857017 +0.21847692582386005 +0.17019432150119182 +0.17858747594043226 +0.1874853913955058 +0.2304926106734383 +0.26594138725155886 +0.36993513478191764 +0.4277599134036412 +0.4515959567100591 +0.5904334910975831 +0.691913777750175 +0.7692352758959208 +0.7354212384610181 +0.7014326067776279 +0.6563964694679656 +0.6537724205347186 +0.740450832675833 +0.8325000140887308 +0.7418025483626197 +0.7513969202459773 +0.712039172892197 +0.6419757927098977 +0.5003337975119643 +0.36700415510120094 +0.20987383242559582 +0.14489304313715354 +0.17370967790170666 +0.18938008055285596 +0.2276470041523804 +0.2763789133996301 +0.36801958428824305 +0.4700068475510297 +0.5324125788631626 +0.6059821652000645 +0.6766808055374343 +0.6966200959734464 +0.6570890131521572 +0.6623406779229281 +0.6284678119109409 +0.6215665005465668 +0.6769373582499942 +0.7444867179690455 +0.732415558897891 +0.7556602485412401 +0.7271336622480801 +0.6454642528595712 +0.4953876363117101 +0.3556742895544308 +0.24261523779618446 +0.14819056869648406 +0.1477961623038272 +0.14102125798854298 +0.21506529530775878 +0.2848257044744191 +0.39268256938524004 +0.3629729188616434 +0.46576209859233364 +0.5797377976684747 +0.6376278628360533 +0.6587529631726925 +0.6249054315456357 +0.627405459614046 +0.5881549084057057 +0.5934225433266473 +0.6236471638787499 +0.7515049008234134 +0.7256182623421541 +0.679596224113971 +0.6368406707019797 +0.6255093621530969 +0.49330583664034205 +0.3246865733469233 +0.19253562375537997 +0.15205907654017894 +0.1527642785640206 +0.1447841725206898 +0.19881056478014106 +0.2759638173397876 +0.39618786654938953 +0.3525128068525627 +0.4482858672118994 +0.46262919306958805 +0.5997469597484367 +0.6426590206269172 +0.5993316363591539 +0.5923428666956556 +0.5637992252878505 +0.5545927603526736 +0.5944287806240603 +0.6465690565233702 +0.6182936905014137 +0.6114096016556558 +0.6244207683383666 +0.5921788362989393 +0.48444523086167335 +0.34923378979324354 +0.23268322409867873 +0.1528178202521106 +0.17821073045296992 +0.19349164332531815 +0.2341628534978666 +0.28257859235882554 +0.36446534042106854 +0.47077883429975537 +0.5186107949965534 +0.6045901378772441 +0.6604466955221953 +0.6836035616039171 +0.6488552036616427 +0.6555672622380275 +0.6282514628847781 +0.6183834597493848 +0.6666109483618436 +0.742627074889821 +0.7399521911440443 +0.7355252532484743 +0.725128456704704 +0.6495200308419025 +0.5161216906233975 +0.33642753406164316 +0.21671494316306747 +0.19192825711985184 +0.1778290348155986 +0.14189668167460137 +0.20881972226751888 +0.23870737168833298 +0.3417432234003699 +0.4709760888679246 +0.5235269783476634 +0.6073658510177266 +0.6856134816306851 +0.6885344369193707 +0.6787242427826043 +0.6779468936466617 +0.6365510721015928 +0.629322602658737 +0.6833913947975272 +0.7646698490653673 +0.7570985501908003 +0.7799717197106183 +0.731488513258979 +0.6598460153238421 +0.5060362300346815 +0.3531133924832751 +0.1829348107380664 +0.14609008955945882 +0.1509819957336483 +0.14169945454640456 +0.2001114102921988 +0.28021630947986315 +0.3692182170625302 +0.44036491929536403 +0.5060715402712537 +0.5885503027336575 +0.6688909112935639 +0.7150190210441694 +0.6661770541218525 +0.6769861695951801 +0.6309161312767905 +0.6282242206165446 +0.6800929229022082 +0.7475324306557941 +0.7530831613466509 +0.7590866733715157 +0.7194269154426521 +0.6412449146200698 +0.49824852341738085 +0.30681573010959173 +0.18252647104402747 +0.14647759730734203 +0.14970869646747392 +0.1421278623262577 +0.21152325967702157 +0.29513441057916073 +0.39876585463076436 +0.4214179227753576 +0.5099531489599164 +0.5928127105486896 +0.6756629531234714 +0.703331277425341 +0.676196869904732 +0.6719468409577709 +0.6393295513170816 +0.6223303589934424 +0.6821364008225275 +0.7523274955764265 +0.7464014209499632 +0.7598896192411707 +0.7279718064881703 +0.6415375105657479 +0.49639703155601034 +0.30759499971888227 +0.1976741189246897 +0.1453179318031215 +0.1502383854527133 +0.14430756113836643 +0.19722611257406952 +0.26453325830385405 +0.3627009834589976 +0.44225964812720847 +0.4668126730399696 +0.5882056270572485 +0.6684321684753951 +0.7086855460286657 +0.6548969883050586 +0.6596436859084296 +0.6309462492487918 +0.6173426452136807 +0.6983931387347629 +0.760682201808816 +0.7610253818446003 +0.7654981361938923 +0.7269980530758363 +0.6500092424083228 +0.4962417900075654 +0.32309522171643396 +0.19726804413459798 +0.14707509179139283 +0.14925383951049057 +0.13963844216306545 +0.19510575824259685 +0.2676687111614976 +0.36201389161483905 +0.3680778430125588 +0.4653310765578789 +0.5854103039883373 +0.6438462302064072 +0.654921760756046 +0.6226178800488205 +0.616711579667893 +0.5315220239874352 +0.5729654426926086 +0.6240146381318485 +0.7489557048761797 +0.7104490151078072 +0.661011824818568 +0.6208029770170945 +0.625611489314807 +0.509641286282221 +0.39168426367681874 +0.24071500542646168 +0.17627269470913212 +0.17620568269329542 +0.15910753962611934 +0.22252494501249168 +0.2907087737413622 +0.4026119546480426 +0.37861809935928287 +0.44373906471588836 +0.46334717664882175 +0.5772593877379816 +0.6660773292018336 +0.6449085554897537 +0.6797184918594282 +0.6039320042332326 +0.6107249165720826 +0.586428208846019 +0.6325940709515258 +0.5526385388625499 +0.5552300162948173 +0.5587945591552415 +0.5314012239241171 +0.46693399737896846 +0.3478914296350153 +0.23347594098902077 +0.19863735694933074 +0.19716558545523966 +0.20277397606759978 +0.2722569419352956 +0.29848578335761394 +0.40525473473904117 +0.5070307572725146 +0.5571347068308405 +0.590545088626632 +0.6004634296665112 +0.6650201967064904 +0.6355115492418735 +0.6639696979660096 +0.6312112350845891 +0.631210660627829 +0.682463918313203 +0.7532373540043948 +0.7476587069560753 +0.75331646762301 +0.7159478208275613 +0.6432918235180728 +0.4937499580887156 +0.35597950189587013 +0.22929171888609765 +0.17610214608881633 +0.18756392382888057 +0.141566635049931 +0.23657782275590347 +0.23949830668862873 +0.3749866285972938 +0.4637159083596741 +0.5249440835064672 +0.6060493890485613 +0.679273159176751 +0.7046565128230616 +0.6778119879673191 +0.6733049121611049 +0.6419988020419298 +0.627174615543665 +0.6882189646536309 +0.7559655325966691 +0.7617522654628487 +0.7756670920382295 +0.7323815139676259 +0.6557425311987111 +0.5062135983070319 +0.35646724241311595 +0.1818887040042119 +0.14692835930691367 +0.15114125156580982 +0.14272416448065975 +0.2157255884747912 +0.300679334947571 +0.40503697092324986 +0.4306912311886907 +0.508140859925757 +0.5911593754567004 +0.685854446429709 +0.7047698503301427 +0.6690616524351953 +0.6832839532276105 +0.6374381712493605 +0.6344876469118299 +0.6831941671438627 +0.7607402380077921 +0.7590905321490082 +0.7686068872309992 +0.7372672942328479 +0.6541950953747515 +0.4993871766165776 +0.35489748498349516 +0.18220650213210263 +0.14635413674576167 +0.15980564625766783 +0.14014254409579002 +0.2248834782687517 +0.2756009768251694 +0.3717574238657274 +0.4685184964817273 +0.5111196897054476 +0.5961269637442239 +0.6696263697591345 +0.7015196993798238 +0.6500800142679857 +0.6900734443103431 +0.6414763813773456 +0.634274093439146 +0.6928821291283436 +0.7607207669703949 +0.7700544567321768 +0.7688176003651263 +0.7385867150601523 +0.6529480635036602 +0.502264715076968 +0.3497774077416474 +0.24721797378670976 +0.1812726178046402 +0.1699558261572096 +0.1689842978049622 +0.2319133514814005 +0.26775917710859215 +0.3924920402478669 +0.5219186058960134 +0.45750989218915317 +0.5264636632103612 +0.6558912742524307 +0.6549481972213592 +0.5696233820501425 +0.687375131599499 +0.6273157258151308 +0.610071747584029 +0.6555085795205259 +0.7365742498975038 +0.7357044579530666 +0.7599521701186561 +0.7220840043903596 +0.6445188228610295 +0.4925548389561055 +0.37458644389535223 +0.22589991678414534 +0.17959032003850306 +0.17694540346456625 +0.16373427908850297 +0.2270873896671126 +0.2634543173704375 +0.3737668328879243 +0.42786188817265675 +0.49214012515589145 +0.5848239242532517 +0.6529549019140475 +0.6661514201370065 +0.6380567260160815 +0.6348486152576753 +0.5939216829977424 +0.593022436447896 +0.6369895221851778 +0.7388323428035831 +0.7188198856876269 +0.6829347627034291 +0.641344387756612 +0.6312345259598151 +0.5029219608915028 +0.36909105642055684 +0.19373867731344369 +0.15184927171530196 +0.15759311233848503 +0.14835008990895088 +0.20763812910810633 +0.2884689417578336 +0.4011983808592798 +0.40619647824806093 +0.4550656410919755 +0.4653748782230327 +0.5904733079628827 +0.6505957585964063 +0.6064334968716737 +0.6118152251750272 +0.5605165500863307 +0.5597396039214056 +0.6127973874085236 +0.6593296098531568 +0.6316909291916076 +0.6213340950656622 +0.6296033544798723 +0.5913791483554809 +0.4279311761802158 +0.3053570720723762 +0.19139022068142078 +0.16892847533971267 +0.18651367057421492 +0.185636349004014 +0.21363635460474467 +0.3073828103803113 +0.4041664884611002 +0.5036960612004285 +0.46081562661866166 +0.5859211813482724 +0.6687601437490547 +0.7125300125096373 +0.6559421892587595 +0.6713190804209617 +0.618366224264262 +0.6178631161239226 +0.6670012781943956 +0.7421636467920611 +0.7489614437085297 +0.7481319098128397 +0.7194011400284089 +0.6327523320720616 +0.4481230562400923 +0.3083357770976765 +0.18304916918339073 +0.14633012091324898 +0.16434144075975976 +0.17505372311337494 +0.24054163707960924 +0.3064352712369354 +0.3872383442628749 +0.49336292195919695 +0.4603153273071892 +0.5476235400146956 +0.639816603703056 +0.6792290063087062 +0.6633818018976936 +0.6629962068951927 +0.6087920748938488 +0.6031270801249992 +0.6434887973135374 +0.743034628335678 +0.7120094370164309 +0.7527763254071912 +0.7143850209263515 +0.6291529626977865 +0.4495710617490868 +0.3090742348238607 +0.18389287492143067 +0.14703282000037884 +0.15379898355672084 +0.18229471362397714 +0.2334006554940691 +0.2886150270217326 +0.3892802288216476 +0.49043301464222977 +0.459132271959258 +0.5437072507504146 +0.6572726776967462 +0.6692548718143867 +0.6308845010190823 +0.6723129053721763 +0.6136942545872736 +0.6166317335027491 +0.6619478705130913 +0.7457868664134285 +0.740329593807337 +0.7435574203078252 +0.7092760047251188 +0.5828951327754719 +0.4513551930733687 +0.31154903833263625 +0.22117160850410322 +0.20542149376877641 +0.18736791797320848 +0.19539991244767946 +0.23236241077913078 +0.29030024350669487 +0.39594648549229605 +0.47179798827881825 +0.457630368827959 +0.540611683024801 +0.6078082246454695 +0.6878355637261271 +0.6584979939376077 +0.6256825392100972 +0.6135900358835109 +0.6030095432319855 +0.6625751146231814 +0.7321060990737087 +0.7405450599002458 +0.7402301614001917 +0.6766702538158686 +0.5827771495576929 +0.4535771181440398 +0.3100401297003937 +0.21846162141966258 +0.1578211444048958 +0.1965585023914547 +0.17369429706375375 +0.2277112726384914 +0.29179058105923344 +0.40929649492455633 +0.46937886745374935 +0.4632742948157238 +0.5396185362693379 +0.6137010239925209 +0.688296564051828 +0.6556599200626099 +0.6225774593493397 +0.5832032306643039 +0.6105778589613553 +0.6663126934918016 +0.7417674921040739 +0.7501524832921135 +0.7444890115058078 +0.7052230124861771 +0.6309442318836043 +0.44945435182181553 +0.3236478769035802 +0.20653855959286152 +0.1663560070372829 +0.16966121300666676 +0.19311274162632636 +0.23824878975954272 +0.2717613911308108 +0.3951146014006845 +0.40817349099855227 +0.41860101250796616 +0.5698956347467259 +0.6399935193022324 +0.6581801444967798 +0.6193078805142329 +0.6142344371549615 +0.5733141881705879 +0.5665448298239456 +0.6167830732369916 +0.7183014714249077 +0.7043828480536549 +0.657982553516073 +0.5712061846779968 +0.5680008452874973 +0.4741587226780377 +0.3709897926081602 +0.2389140798676713 +0.19610264830390642 +0.2090700838611642 +0.19238437719054496 +0.21561277542888976 +0.29907737671346857 +0.4139343811999602 +0.4298896429488525 +0.4064751489194693 +0.41369547380419897 +0.5348192315253122 +0.5860151670046525 +0.590871133383223 +0.5977460886347903 +0.5031289947119038 +0.5009712175966613 +0.5540858320447698 +0.5988299916635749 +0.5744860036192312 +0.5681596011127507 +0.5942283326338669 +0.5713259663327457 +0.4549919954707487 +0.3271898512805178 +0.22849034643239904 +0.19317166756911486 +0.19629562347509505 +0.19263263436761044 +0.23503831373341164 +0.297393979588558 +0.4084472803341928 +0.474147495853298 +0.4596753374134149 +0.5428566649195193 +0.6115109111163984 +0.6378268601470773 +0.6394176873459315 +0.6572452422287742 +0.5563794733764976 +0.5630736550286279 +0.606828436505397 +0.6804712574386139 +0.6874157302525801 +0.6898817230709403 +0.6838526847036729 +0.5851314052463141 +0.45199988253194695 +0.31210328862449355 +0.21843090080515506 +0.18944228791875048 +0.17727625632866995 +0.18872289703992615 +0.23653824521434164 +0.30875353415257895 +0.39511091352907274 +0.47176645811104817 +0.4627927103808199 +0.5407623085804246 +0.6127999017360127 +0.6884840859829213 +0.6554483527888812 +0.6389401669060553 +0.6172306582790377 +0.6158176322882601 +0.671681860284024 +0.7473996252663816 +0.744104478565636 +0.7556715992202158 +0.7217461354618452 +0.6444805084285458 +0.4989897500898144 +0.3551628198866293 +0.18328320057160039 +0.15666488268050885 +0.16968051935479328 +0.1649308971248986 +0.24360149836135148 +0.3128228379264068 +0.4106395185938669 +0.5142882136958479 +0.5131661689031481 +0.6007414197340507 +0.6763221876732075 +0.7003520886529512 +0.6592655933876053 +0.6769971473337414 +0.6253782276381052 +0.6314559555390854 +0.6751335062780055 +0.7618940784407974 +0.7549061569883673 +0.7714543551794235 +0.7209795173723699 +0.6491746662216771 +0.5032268222447013 +0.3621216328128489 +0.21817698542412514 +0.17991148933986073 +0.18665245027136013 +0.165909015629283 +0.23051306819860276 +0.27613782467017517 +0.3674292089459819 +0.51628993240053 +0.5134376493008225 +0.5978897791727619 +0.6753707123633556 +0.7020376009988026 +0.6617057211898654 +0.6638014844194965 +0.6340175343786676 +0.6316347306390986 +0.6689119160434235 +0.7438695553649985 +0.7425133067270736 +0.7716558525052452 +0.7391744400697255 +0.6595552117969884 +0.512376565545993 +0.35745485645744723 +0.1985032109031068 +0.1474007857372192 +0.15176368835807752 +0.1422941417310335 +0.21201307772643627 +0.24072958776898767 +0.3407441008821374 +0.474809189356584 +0.5113159189591461 +0.60170824106796 +0.6766978419007982 +0.7097539234843904 +0.6729238838002298 +0.6787906110061109 +0.6357198818878554 +0.6312406774141429 +0.6869697462519845 +0.7563115980256542 +0.7627945640377507 +0.7800587365708198 +0.7296969433145358 +0.6622314279242966 +0.5040874029968879 +0.36874360721301896 +0.2003621713881618 +0.1494243568593571 +0.1484219766109916 +0.14188793492580232 +0.19466821558239888 +0.26201007998003306 +0.3534489262464568 +0.40147118532947035 +0.46375759422708074 +0.5778806588263332 +0.6538287668633089 +0.6551512957757595 +0.6172060125923546 +0.6242565922881096 +0.5870619924500027 +0.5832102154458311 +0.6405269344838868 +0.7491096522983779 +0.7233605122407927 +0.6858343621745159 +0.6405605740733267 +0.6377044752263216 +0.5053236810083347 +0.32535875377114154 +0.19396975882368098 +0.15267383624241207 +0.15608580192364252 +0.15059463597081074 +0.2318629432725208 +0.30240599430226633 +0.40345779730132625 +0.4140516960049438 +0.45654772668403254 +0.4580274471946445 +0.5941673437530431 +0.6503233104478069 +0.6230454666733342 +0.607244784257415 +0.5654489985891124 +0.5707356874897862 +0.6030315360915574 +0.6597877910413614 +0.6336394602874961 +0.6303956413226433 +0.635638861627536 +0.5993530612734153 +0.42832459028523123 +0.31987559339749494 +0.21408397333913556 +0.18070915982950228 +0.17012888057167658 +0.20220947872039413 +0.24637639569487774 +0.30637317691714216 +0.39637073113330534 +0.49444110923551676 +0.5134172110613168 +0.6067669609164711 +0.6750861612454213 +0.6987108192784698 +0.6755325379756507 +0.6726721760661103 +0.6379510932867086 +0.6273286048024702 +0.6887871639451365 +0.7573145254864592 +0.7571724055456078 +0.7739968356540159 +0.7256413856287534 +0.6493169282389876 +0.5044435632009667 +0.3560460167805386 +0.18363394325809992 +0.14697689599464883 +0.15246576478328466 +0.14247721008692826 +0.2134993238797588 +0.31323021693544234 +0.4172695901091358 +0.5079438745771748 +0.5041287365901461 +0.5969578686795098 +0.6679952814507127 +0.7015297649218891 +0.6662102787857149 +0.6717008654200929 +0.6324696780392006 +0.6279732209167637 +0.6808713625322638 +0.7548764676685339 +0.7526284680202293 +0.7726042275342455 +0.7375919049915457 +0.6541119422878031 +0.5090138780485824 +0.3541028895876323 +0.1838106208800993 +0.14621975268842957 +0.15238716685180692 +0.14312027743881509 +0.21729864909968666 +0.2893017242857015 +0.39188829107371526 +0.5109496947724155 +0.5042252482509001 +0.6005187789000102 +0.678127311770772 +0.7018058933821782 +0.6703374529355935 +0.6670062705167946 +0.6301683925993717 +0.6256243708764461 +0.6832649593684037 +0.7547586258032944 +0.7518952873705701 +0.7709484738719496 +0.7252979151922616 +0.6553875186870154 +0.5011934308058072 +0.35673900556432453 +0.22919210762600334 +0.17731525658144118 +0.1507015866381113 +0.14416104738726226 +0.21750325996672634 +0.28147975313362705 +0.37021443347156824 +0.4753936573172816 +0.5062908851820737 +0.6003501658013192 +0.6676328971148865 +0.699611113391357 +0.6679139141808658 +0.6672570862962258 +0.6308611371786583 +0.6221225630414963 +0.682163049034995 +0.751246926885622 +0.745179697330347 +0.7629299892979777 +0.7221647260122412 +0.6392253779512633 +0.49539529368622653 +0.3105543398639008 +0.1989523963475026 +0.15829472102518027 +0.16759552226243887 +0.17561748197132981 +0.24905912347184575 +0.3281392528258608 +0.4079533517877215 +0.49313478064672084 +0.46273125253466846 +0.5914552801400392 +0.6710546927593279 +0.7035292741279551 +0.6596876669986101 +0.6687663033105319 +0.6268304193489029 +0.6194460510662008 +0.6748125443867427 +0.7506826804217503 +0.7462323469127341 +0.7586049311114724 +0.7218687252183861 +0.6380413492855964 +0.4532227372149255 +0.3251107436020883 +0.21225018192672945 +0.1655593995439344 +0.16669612708341627 +0.16418628207675634 +0.23864837041465634 +0.30979839026596645 +0.4142752240798204 +0.4159804202369652 +0.46606125117263164 +0.5765240582884632 +0.6437248651045308 +0.6713285438908482 +0.6333625515861278 +0.61099493937996 +0.5776618118708817 +0.5792390443401771 +0.6254356823122597 +0.7319813327867926 +0.7188963067226147 +0.6843259676171632 +0.6412626323442486 +0.636316870722939 +0.5047318431280787 +0.37194480996316 +0.1928124694397209 +0.1545996077806461 +0.1540076796594867 +0.1495069465841438 +0.2282013786651169 +0.29470864846027145 +0.41798271456847774 +0.3960944780194059 +0.45224328331938907 +0.462926513578794 +0.5972276437265547 +0.6512392418767765 +0.5996108143358355 +0.6131289583688364 +0.5540415788246573 +0.5621751435411925 +0.6122598033911947 +0.6704611957695609 +0.6224544711211031 +0.6220910595031708 +0.6405718597580251 +0.5979596696453371 +0.4795472499453659 +0.35876807116149934 +0.22914291808775017 +0.17854171581390857 +0.17755559547141267 +0.1839188129157656 +0.24032007741518782 +0.2819696310558126 +0.38468413841406707 +0.4945780608498549 +0.46296500169043975 +0.5422431890514572 +0.6606641508616339 +0.6817363959344446 +0.6317275658276444 +0.6636633506881808 +0.6125757589551244 +0.6133343152466924 +0.659959685671262 +0.7414679474621684 +0.7409414093329408 +0.7439938212493383 +0.701712177575982 +0.5838856607952646 +0.4511599454597303 +0.3231532362550789 +0.21787874048589664 +0.1874120529319 +0.20373239543009852 +0.2194332045684549 +0.25030985700768144 +0.3163988485180227 +0.4173450164143525 +0.5017684559469907 +0.47982042902932104 +0.5417718516503345 +0.6159079226025655 +0.6818227125122305 +0.6439416924291029 +0.6517106416487237 +0.5602705520837092 +0.5633968119541444 +0.6095583276498338 +0.733424964382979 +0.7355147662359521 +0.7396806889756801 +0.6593922558002135 +0.5851272458264105 +0.4515812719823157 +0.34417082026916423 +0.23273584330093883 +0.18901733530199522 +0.21223941311577993 +0.183651754611435 +0.23802502257622302 +0.30950951818273 +0.39691399979666564 +0.4736400846902184 +0.4638390099901361 +0.5393475744337127 +0.6141274110666314 +0.6789709994685089 +0.6530785046542475 +0.6462669440537372 +0.6144250878948192 +0.5536603194992027 +0.6189558797786313 +0.7304926880198982 +0.7392343397349161 +0.7369091367954386 +0.6812427541130552 +0.5855178205506972 +0.45137187134916984 +0.31226218567280795 +0.21020784155200883 +0.16165962649244484 +0.1745641094172648 +0.17282189791013178 +0.23752170432476424 +0.29141499530725434 +0.39574228857028404 +0.47040095027494666 +0.46584165290734975 +0.5420693037501136 +0.6196239433622501 +0.6798218233809568 +0.6479579996168727 +0.6457801882715996 +0.5664936389845135 +0.5576717974842279 +0.6120224590051396 +0.7359381388916187 +0.7329404839185142 +0.7452424764641924 +0.69403512337606 +0.601760874253342 +0.4650242652874138 +0.3397606044496368 +0.23162842925351032 +0.18032301601072176 +0.18472983672503285 +0.16079422062707768 +0.22662127066137486 +0.28276794154825363 +0.38916098765937807 +0.46939499356307185 +0.46390383677497904 +0.5428118589141582 +0.6117634240520832 +0.6684202209657503 +0.6504565369385293 +0.6642265138081975 +0.6170493746466352 +0.6148883344137162 +0.6675400070469703 +0.7474443202695403 +0.7387227711782621 +0.752141070892432 +0.7159596468189524 +0.632659369135936 +0.45321667873595056 +0.3238812245767711 +0.20018346084100014 +0.1494066926290286 +0.15025981423533252 +0.14315362156081163 +0.2140736916720713 +0.28855639613898154 +0.3996591572813217 +0.4089548768854622 +0.4209751859674402 +0.5728370233257247 +0.642366382058953 +0.6623687549961568 +0.6274886146318519 +0.6217621911685853 +0.5833309687597483 +0.5857496896909858 +0.6222761151018281 +0.7315834006100964 +0.7196797295398087 +0.6775815449852084 +0.6359485879100545 +0.6277196267377204 +0.4985019603073354 +0.3261450180112638 +0.19391771795675 +0.1549208242458133 +0.15578167470661372 +0.15080614293594533 +0.22365547389970017 +0.2897958930980225 +0.3996725154564016 +0.41069609961678816 +0.43726256793752327 +0.44220059482908786 +0.5862538742321037 +0.6460558513246364 +0.6111972138106495 +0.6054086562931106 +0.5578727461140088 +0.5545719521711139 +0.6104804754054476 +0.6559158158490492 +0.6255239320515912 +0.6187610888050333 +0.6225971120075711 +0.5447426027623231 +0.42984232427017 +0.3212224026213843 diff --git a/example/run/baseline_scenario/opendss/profiles/load_11.csv b/example/run/baseline_scenario/opendss/profiles/load_11.csv new file mode 100644 index 0000000..17e90e8 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_11.csv @@ -0,0 +1,8760 @@ +44.19381090584931 +24.373957816998825 +29.126195787214126 +24.37394156955362 +39.65970726933088 +75.7128497750256 +107.88708383070211 +138.63333997827462 +157.00731725770933 +154.87911498755818 +209.99566186495716 +228.7605217862003 +204.84797659227848 +205.17419601227786 +186.53059442315873 +185.35978728694676 +203.03293915175928 +227.44648078784883 +217.78269446653962 +206.54876069533577 +206.93519030058434 +191.41582667433318 +134.36950622800177 +90.86161683472298 +40.434128217179186 +24.406368897080817 +29.126171343580705 +24.373917431970487 +42.22335246065169 +76.78213140943919 +104.12251602249106 +168.82207165735184 +172.28128416639368 +187.03442774733088 +218.49465203195848 +234.8433454355749 +216.81655117375553 +213.62955112264524 +195.21976791315183 +190.2103331977609 +218.18454410121186 +240.8704161178477 +228.2107814897861 +219.44022795429385 +219.8410863685892 +202.36735919183667 +143.6786823028751 +93.18883041718064 +40.468696798222346 +24.374063765984722 +29.126301353718482 +24.37409368278814 +42.59236970767402 +77.29851974600935 +104.30089922817677 +168.78290325635302 +172.39062424191746 +187.03185273690954 +218.3900993446414 +234.8088501473788 +214.05977520822432 +211.18713966821485 +195.02842547639733 +191.5125676896179 +218.1155344900072 +240.65142049625968 +223.83871186144572 +216.36841515198898 +216.90223194779486 +202.48664550079968 +143.66860836050813 +93.18726510263487 +40.449250902356 +24.373983034860075 +29.126500634334928 +24.426521052449914 +42.63827807797018 +76.87589093124436 +103.85301856693832 +168.8013128541754 +170.13339286616002 +187.0499719617891 +218.80122671556182 +234.79626940130163 +213.57657173082777 +211.08989923335483 +194.7639293434052 +189.31662050741875 +218.03165440556606 +240.709115093205 +224.27321736369242 +216.36841515198898 +216.97796576566535 +202.604557242946 +143.67648180910857 +93.17345865105966 +40.487022642635125 +24.37403615330039 +29.126438223172617 +24.37420325366464 +42.48625080437572 +76.6244412370544 +103.47468418620132 +168.79561691753352 +171.46356492308897 +186.67058029091558 +218.79024065572318 +234.7722381801905 +214.0569568031675 +211.37815512608464 +194.81475083845868 +188.61018409850234 +216.2889768046319 +240.73760038634748 +224.89699280012778 +216.36841515198898 +217.11599153380206 +202.66334157909523 +143.6876879973292 +93.16338562348183 +40.495798510997744 +24.373962969729824 +29.12636606243467 +24.37413227080049 +42.30581909807332 +76.53356140102323 +103.47696677819486 +168.78900643602276 +170.38567757237266 +186.8617357061656 +218.851223747359 +234.64536857119907 +213.61925254962276 +211.05240026107964 +195.16337175194298 +188.66337698941015 +219.42807409612627 +240.64299450224817 +223.87967100158247 +216.4688439401729 +218.3072618565281 +202.66804993665173 +143.69578556682956 +93.19352891294872 +41.90872520390215 +24.37623641449529 +29.126178230904674 +24.37394753958494 +39.86502780272283 +75.65891535254266 +107.61208098440754 +138.63332300644672 +151.01433999772232 +188.88215672714958 +216.76162555106822 +223.44166898909972 +210.81323558056553 +206.92047153037925 +190.78280408519552 +189.2400008871976 +206.53927881775996 +245.3465603032017 +234.8500151204041 +226.5805540939712 +205.09094880901645 +200.2339931395691 +143.79342844220665 +95.49662753454258 +44.262550209252545 +24.400516433714106 +29.12617426189014 +24.373943636847923 +40.570832705601674 +76.11544911627722 +108.10415453380452 +138.6431157426576 +156.6097649742487 +154.4648419891083 +209.48179690270683 +228.01312033064605 +204.85820781573048 +204.77774401607513 +186.57314437819332 +185.22051165271213 +203.03894103568885 +227.47410958291115 +217.60490882905452 +205.36710730199957 +205.83305497544507 +192.09301621173532 +134.281873984082 +90.91054122141401 +40.510237516284484 +24.37402339538503 +29.12637715895883 +24.374120689981766 +42.3690247168858 +76.58382548977042 +103.5244611568389 +168.79024503046662 +171.2407549398899 +186.96935452513227 +218.40568867906907 +234.6764115023205 +213.73483692396948 +211.0982618222886 +194.74947824606488 +188.85723445659124 +219.28654300550895 +240.65657526668852 +223.9035985428974 +216.36841515198896 +217.26089755531814 +202.96012744056338 +143.7735992799765 +93.20354760292724 +40.53817038713328 +24.373908791593866 +29.126312647315707 +24.374104760355085 +42.35751220608729 +76.79898771237244 +103.56370969883939 +168.78435973058137 +170.36768791874843 +186.87399379038368 +218.28121811958806 +234.52633551834109 +213.98701839916984 +210.92059652284777 +194.58340365884476 +188.3812176329226 +218.0345956960696 +240.68168992808347 +225.01648200683243 +218.06193095762404 +220.05318725657108 +202.96149957614932 +143.78637957428444 +93.21421693371815 +40.46354719840597 +24.38548929329362 +29.12617611645287 +24.373922144268743 +42.13947673292275 +75.35304755838939 +102.18321288526406 +170.36239942585928 +176.00211812936155 +191.8984119117205 +222.0618358637753 +244.6920089518873 +219.1920797439159 +216.56974516872967 +197.2154912730691 +188.56191352698286 +220.9087411638333 +251.17558006375089 +236.80475942590633 +225.3696187593505 +225.0201891769375 +203.85926192532517 +143.78745871017748 +93.21582511701097 +40.510430096957826 +24.382969961264916 +29.126178173056395 +24.373947482188175 +43.36527800033072 +77.56398727568002 +105.61820803746706 +168.82207165735176 +170.36768791874846 +186.8782229700412 +219.06690062692 +235.91125956512315 +214.24861270240504 +211.65948649322652 +195.27873523845355 +189.4707821644588 +215.39851195821484 +240.63814134747616 +225.8451123237619 +216.36841515198896 +217.53539140681764 +203.24622680038692 +143.76998526823385 +93.23402618309854 +40.46704079221401 +24.374122402556484 +29.126359782797095 +24.37412609552355 +42.40090528035626 +76.65219096948091 +103.56715955903198 +168.7886934979158 +172.07207042753762 +186.9178444832284 +218.39590094927556 +234.92945945850337 +214.7927536870882 +213.37081959430225 +194.79891295762096 +188.315487277471 +217.2734781514556 +241.452084027129 +228.14680503851497 +220.37000714556368 +222.64986842330336 +204.60149380626527 +143.7734961049027 +93.21761347938327 +41.85995129188378 +24.374034383964933 +29.126412911728508 +24.374156003031196 +39.84517534981605 +74.40497341874264 +106.23572153493403 +140.22872218605497 +152.71989398551372 +190.98984496900712 +216.98786318217608 +226.5255451993144 +215.37240984700986 +210.755165505277 +192.28656992867096 +190.3758636928301 +208.09678485099997 +246.12335307653842 +242.0931647511601 +237.1181180653495 +212.9970940765137 +206.56183543798974 +145.5545911863532 +95.52825493520179 +44.16165612635473 +24.398863006741593 +29.12617305873583 +24.37391912563029 +40.4630164049667 +76.68093246430637 +108.75117360793307 +139.02458982144682 +156.34031660766598 +154.36029230024067 +210.16390763289422 +229.64897418780632 +209.541836894761 +210.71103643500328 +188.62638805456874 +185.46604286662824 +201.63538936547857 +227.6866500729918 +219.73004379444575 +208.6833412763742 +208.57396137129277 +191.52673249725618 +134.32798130549173 +90.89531494226492 +40.40756855742996 +24.426520151359295 +29.126148330302033 +24.373918136443592 +42.579690964343584 +77.5094106747181 +104.58118349809392 +168.82056096722314 +170.3676879187484 +187.0267423913501 +218.07062620988395 +236.86746234419707 +222.6016805839959 +220.0333699249312 +199.2020405257848 +192.5113658410378 +218.64954091532823 +245.86735707873365 +234.38005103844043 +227.34101989711485 +229.00763789440617 +207.55341426584062 +143.92055700067726 +93.18785157269404 +40.439956683011616 +24.374034514443 +29.126413040545795 +24.374156130266588 +43.247939110553084 +75.35272739200882 +102.136921228115 +174.31705745645382 +178.99463263658635 +193.8662872393953 +221.25823659827947 +243.51174562079967 +229.20616750183672 +225.20252063686348 +204.46683003700113 +195.47097814872834 +222.57300795555287 +251.971504065399 +230.68069749946386 +221.84863252071622 +222.09928371521227 +208.05984111698933 +143.77642535669642 +93.16955049434229 +40.44329487694237 +24.373916277417244 +29.126435331023295 +24.374178147276208 +42.979853579427484 +75.35274972515535 +102.13694296067878 +170.87928712134905 +173.62202918401113 +187.81533295685927 +218.48944697024334 +239.0871174244743 +223.8691459888163 +220.1857758613152 +198.20227808014255 +190.42564255418247 +216.13988369533106 +244.66372350815092 +234.8234843946292 +225.99278145774065 +227.4377911804884 +206.60404228304438 +143.7688535119642 +93.161901402296 +40.4310394766502 +24.373982966244522 +29.126500567303605 +24.4265225106316 +43.244070368811954 +78.11092072927518 +105.10132465864821 +168.80179696004814 +171.82533380640098 +188.24793672830936 +218.3184225897931 +236.93769237744547 +222.19824338944213 +217.424545793369 +195.90916853562712 +188.7223750079047 +217.7128316024604 +242.56120544808644 +232.66596752703109 +224.35495228903358 +225.95289342929587 +205.96249864291286 +143.7217358611758 +93.18379606044722 +40.41695162835765 +24.41901506153533 +29.12616845470582 +24.373937926073594 +43.0483453992417 +77.95229216045963 +104.99558261269165 +168.82207165735173 +170.51771152043744 +187.06529860673535 +218.43529071711896 +235.87079405049408 +219.1528505546903 +214.41013056074922 +195.25912955924116 +189.3050064356115 +214.28506963384294 +240.72800497208624 +227.5309874318432 +219.8580034633777 +220.68010263162427 +204.06940028480867 +143.72064853011244 +93.19107767482886 +41.829481539558884 +24.425918520028393 +29.126166878137013 +24.373936376146673 +40.32545167100967 +76.37271690184079 +108.38196515045627 +138.67700238741295 +147.90108942175908 +189.5331139510396 +216.11175214267072 +223.94793843226006 +211.86379093322236 +207.1292311644509 +190.52703998120796 +188.66577372214334 +205.55990752638536 +245.21111435926935 +235.70206861054183 +229.78056815873967 +207.7420017476646 +202.72915670751206 +143.95770467576304 +95.47812340904777 +44.198534316508336 +24.374069679716722 +29.126307246402146 +24.37407442024549 +40.102221793322805 +76.31915899791284 +108.32013944720582 +138.6334458623258 +156.08517510630108 +154.68440834772812 +209.45193811506434 +228.2381826360329 +206.41999836925277 +205.8942460906403 +186.22514515326677 +184.44584314611004 +201.07866377116306 +227.41578732517658 +218.69866199275228 +208.20612439907558 +209.0456900119425 +191.96248785608316 +134.318029673549 +90.87132030424512 +40.41564311773412 +24.41596357991841 +29.12616915167228 +24.373938610917083 +42.68828294573121 +77.23501925386908 +104.31837122994304 +168.82207165735173 +170.3676879187484 +187.0498631026654 +218.6796883498182 +234.80664969577685 +213.75354445274786 +211.50553846343317 +195.20845448903066 +188.5838542995768 +217.18006415536698 +240.67648057307812 +225.278907074382 +216.3684151519889 +218.00483119992012 +204.5024976327009 +143.86080491318373 +93.17760327088985 +40.57989426148782 +24.374051408290672 +29.12640487516836 +24.374170449100486 +43.19129178644374 +77.2720155768177 +103.9786575901523 +168.79178865017852 +169.9600123936671 +186.8519861985265 +218.33156706506415 +234.5088120503804 +213.61586186351772 +211.01774700719938 +194.50309624675597 +188.70189206560974 +214.19882944523513 +240.6266424645703 +225.60348338929006 +216.3684151519889 +218.06941660466458 +204.50249763270094 +143.870915381874 +93.17935034526178 +40.50178976966208 +24.374013780123065 +29.126251546114904 +24.37401963782209 +42.13753162016707 +76.4871077340248 +103.43144716199497 +168.77891989355513 +170.80467292472238 +187.39787304905573 +218.4287354284997 +234.45025197135053 +213.66632657042874 +211.0654196789641 +194.7410873587375 +188.48803172304093 +214.78843241117818 +240.55121328375697 +224.26364715061032 +216.36841515198887 +218.06492062647877 +204.5024976327009 +143.9124013541274 +93.19407113220811 +40.45297355964154 +24.4264580834717 +29.126142280115893 +24.373912185857787 +42.42529095707864 +76.710589508403 +103.46347361698434 +168.82005980368808 +171.17833390883797 +187.1312900241669 +218.25188899273581 +234.31102183349157 +214.73515954554122 +211.22314476174188 +194.90799479904277 +188.49453755642443 +216.0850406012253 +240.69999329768905 +224.55593714229676 +216.36841515198887 +218.13110897341312 +204.50249763270094 +143.95495716021057 +93.18069259224258 +40.438024605992226 +24.374015008372997 +29.126393783502714 +24.374137109895205 +42.173904768569415 +76.57194483521208 +103.48683510121123 +168.791895085399 +171.0700552769025 +187.09380619269365 +218.0899271812951 +234.25858529996134 +213.64139118943 +211.3530399034309 +194.72076305848893 +188.281904204488 +214.00446270892513 +240.70287071525996 +225.14936598091464 +216.36841515198887 +218.20968829501575 +204.50249763270094 +143.96307822625923 +93.18095164856786 +41.904916074527925 +24.37385755370031 +29.126262130339473 +24.374030047152672 +40.17388749150252 +75.84635591037062 +107.79899880593166 +138.63344753390786 +147.52884595385075 +188.82980593870684 +215.81446134660632 +223.99426956624893 +211.77796287876006 +206.5409975149583 +190.51272471881376 +188.166115726709 +205.1296547439411 +245.1940008935757 +235.334297367214 +225.82964796296702 +206.08808970420006 +201.9697820547027 +143.94603265772847 +95.5337925133365 +44.21978986305107 +24.38807688712854 +29.12617703450135 +24.373946362572106 +39.8239093188434 +75.55980265169245 +107.48116256992851 +138.63344612064046 +155.08576065455134 +154.8790980509254 +209.8019864398613 +228.60334214525815 +204.60326367496629 +205.69260063842404 +186.17046072316924 +185.044623286858 +201.5101318902619 +227.3748274310945 +218.43560985800409 +206.39468564023736 +205.76418958858932 +191.35394718378384 +134.21583724815054 +90.89781622577856 +40.47951103446549 +24.426397285359673 +29.126155995983066 +24.37392567433684 +42.23352751823884 +76.42662071966686 +103.20718178741646 +168.82123702442703 +170.47429070832206 +186.85378033782945 +218.11209978762483 +234.45104080622738 +213.45544564640508 +211.01833852271415 +194.43581001101467 +188.0986026707041 +213.41848551862412 +240.67624720157426 +225.47057947387552 +216.36841515198887 +218.26147242354355 +204.50249763270094 +144.0541269696801 +93.18065008609896 +40.5111752465174 +24.373871624155903 +29.12630135258339 +24.374043616111912 +42.02574934671742 +76.40149420815143 +103.2428020147682 +168.7797744612929 +171.02831413252898 +187.06369739872636 +218.09354606838596 +234.53656497834407 +213.52885422707564 +210.90161931089048 +194.6590405355135 +187.93741161273576 +214.03991380548266 +240.6000929737687 +225.8372413378979 +216.36841515198887 +218.32303481294912 +204.50249763270094 +144.06212045661542 +93.1997110883225 +40.470506871560055 +24.393106715026292 +29.126174374352495 +24.3739204251977 +41.51463786969173 +75.35304590572444 +102.17508307078312 +168.8220716573517 +173.66356586777607 +188.68872422233267 +218.90725747550357 +235.5165508643409 +219.9299691425086 +214.9947540393381 +194.7226340673144 +189.95081677926044 +218.20213674384277 +240.52656842246805 +229.070249295045 +220.15437813977854 +222.7469766761422 +204.50249763270094 +144.13601860807998 +93.17731587116575 +40.41837926599524 +24.37394417400917 +29.1264626193241 +24.4266986626554 +42.20369562138588 +77.24001990539637 +104.06597692156441 +168.79717920991064 +170.38490165386182 +186.97090893488223 +218.08003265340935 +234.5207459098679 +214.89540012528835 +211.2792515971349 +194.5464397709379 +187.99508031699366 +213.46891344387234 +240.5212356692302 +225.0681728476661 +217.16413950327865 +218.82550044740788 +204.50249763270094 +144.14101110308465 +93.17727784946977 +40.43236692941091 +24.374000445701565 +29.126403014065282 +24.37416861837139 +42.83137887850847 +76.98533152085504 +104.11287263463957 +168.79165498093255 +170.95102082384798 +186.85035189890758 +218.060987144882 +234.71060241822323 +214.24181066340844 +211.8580072956737 +194.727848313119 +188.23918836827366 +215.8295651302378 +240.59350599790656 +225.53259995877738 +217.11326815727108 +219.60028449826547 +204.5024976327009 +144.14602013691328 +93.17769755454151 +41.89346922975981 +24.373900297689893 +29.126304270649747 +24.374071493500992 +40.311109566684145 +76.01884536933728 +107.83451712085133 +138.63341100395846 +147.75167976702403 +189.17135558307243 +215.80735048125038 +222.98349748266253 +211.62826072961334 +206.44534146206394 +190.15816869681024 +187.84587474202613 +200.6744677117505 +245.33511872909168 +234.73311079621553 +225.829647962967 +206.21995632800963 +202.18464611092884 +143.95867131085842 +95.52878906074969 +44.212859262644464 +24.41305354278962 +29.126171468559257 +24.37394088919067 +39.968089886403575 +75.660019739695 +107.55328030982116 +138.65619209875967 +154.46909135175423 +153.99958321438362 +209.9516597926039 +228.73746965441154 +204.70444921032046 +204.7481382103924 +185.9924335919899 +184.0342182684925 +200.0365665089089 +227.49135492471726 +218.0016581022004 +206.29386818637306 +205.81908219620547 +191.51332252106707 +134.20467789268992 +90.91323504016025 +40.61243717594944 +24.37405793975744 +29.17894525366644 +24.37434719535377 +42.784702640177485 +76.91659402210914 +103.59159966367527 +168.8126273874265 +171.86142671706244 +187.351726881965 +218.01842751454208 +234.83689291235515 +213.57877307553525 +211.00855097973104 +194.4321139161333 +187.77085847664137 +212.45847982792614 +240.66989950058692 +224.84668697817102 +216.36841515198887 +218.38718390334478 +204.5024976327009 +144.22219684431337 +93.18798937932382 +40.570386683613435 +24.37405627761886 +29.126391693270133 +24.430738849511904 +42.85651275854677 +76.89416907504864 +103.54042167602563 +154.48833271153225 +169.58054014100455 +186.6528929822538 +217.9218243948479 +234.65783996111284 +213.36782767426337 +210.79272051136215 +194.42350272348858 +187.9802119653044 +215.54881554320986 +240.6564692755022 +225.05218530742482 +216.36841515198887 +218.44850680637884 +204.5024976327009 +144.22843187844907 +93.18277048772744 +40.561878486814095 +24.374075485451257 +29.12642869777563 +24.374193883336638 +42.40948921307253 +76.64399582436894 +103.45814496844082 +154.48230651005187 +170.0012127916865 +187.2353450749684 +218.09203635274264 +234.7066239653028 +213.16397510350424 +210.82565490619405 +194.40918640538257 +187.55231135569764 +212.37399874517305 +226.37890284265433 +225.10832667142995 +216.36841515198887 +218.3948849095956 +204.49860758461728 +144.2316010322848 +93.18210521655871 +40.49984597526583 +24.373937197619227 +29.126340650495894 +24.37410727627579 +42.03557001072459 +76.38849121877331 +103.1864869076661 +154.4740724988018 +170.00543307702108 +186.77250339917958 +217.92962661579017 +234.7238246524159 +213.27917662774666 +210.82342508297765 +194.47249542136814 +187.58388216050056 +211.98885782275758 +226.3945634299286 +225.16516266212716 +216.36841515198887 +218.44923085821463 +204.5024976327009 +144.23412417691097 +93.17231464739064 +40.516081779664866 +24.373930351964887 +29.126333900917903 +24.37410063703204 +42.483665641454145 +76.74972922615511 +103.55853045232165 +153.04971463911454 +169.58054014100455 +186.80053593193156 +217.83894073866279 +234.76384465402032 +213.30614701631984 +210.85267642301758 +194.4163962066175 +188.3999042966762 +213.40244548969122 +224.46654427824387 +225.219735655348 +216.36841515198887 +218.50829677164393 +204.50249763270088 +144.23765838119587 +93.17478629364845 +41.92404015738949 +24.373825277853314 +29.126230311044463 +24.3739987547453 +39.566474403931196 +75.45264956920194 +107.41362033518081 +123.99124194318641 +147.30517433466292 +188.87029099962797 +215.90998723046454 +223.12328498196499 +211.493229282707 +206.3557606951278 +190.78097486846931 +187.79505382635824 +200.4768243484447 +229.88081258855064 +236.0981874329694 +229.25760000449574 +207.8553706523067 +203.29834204720171 +144.04398047373172 +95.51638852590833 +44.169201869077796 +24.374019764859163 +29.126257509466882 +24.374002521436836 +39.60456397530774 +75.5112033293807 +107.65369574487308 +124.11778690465339 +154.6890138426783 +154.16862504823075 +210.25063528319166 +228.81803595886652 +204.7616649172201 +204.6635902871136 +185.98422918534638 +183.92997144721065 +199.708350643512 +213.1687121783974 +218.2970171997026 +206.5347744840225 +205.8560225796452 +191.61684764607526 +134.22035793645304 +90.9139452990774 +40.54270593105738 +24.374005628830037 +29.179054477595827 +24.373983663740024 +42.94375448695304 +77.0995088599185 +103.87578496015625 +154.49442479330486 +171.24075498727092 +187.24489259661715 +217.8607497449171 +234.72773468590447 +213.35188608669495 +210.7934115461113 +194.4240327964189 +187.74424339123425 +214.34407592055254 +226.43637384750218 +225.46063601190934 +216.36841515198887 +218.4525733172147 +204.5024976327009 +144.24160287225249 +93.18343992686088 +40.595083411241816 +24.374009694013925 +29.126187442468726 +24.37395659789163 +42.574606527026084 +76.7725776727433 +103.61824009656297 +154.18844035822377 +169.58054014100455 +186.93449834296868 +217.86760563340826 +234.73055727434175 +213.33168416895708 +210.790850784045 +194.47472243465344 +187.46530435632155 +211.94486041757375 +223.97723529932088 +226.87249463954254 +221.25577471349996 +224.46758456981908 +206.58042188234694 +144.61046418967402 +93.19374631068997 +40.46975986328349 +24.38042521141391 +29.1261772735565 +24.373946598931756 +42.131946293180626 +75.35290022892708 +102.18938160884848 +156.1185219892603 +172.71426306546954 +189.8018637830418 +219.21203815931653 +237.12680172388036 +219.75098046171593 +215.30288870980465 +195.35986576924273 +187.8587455171459 +212.16902443075483 +226.4225160752273 +229.9797404495009 +221.30679952403926 +223.94928699606942 +205.57093346524124 +144.24230997723308 +93.18135300882943 +40.48404107865465 +24.373940914388047 +29.126178945219593 +24.373948241415587 +42.74137904161886 +77.60634403900454 +104.5131366618961 +153.85631150851802 +169.60508165367855 +186.97347215682453 +217.8759739282696 +234.82835293884412 +215.14595577588582 +211.97411281469707 +194.5353213423984 +187.85749194392102 +213.52346603437093 +225.46454940355133 +226.72607443286736 +217.99243499662913 +220.37719306695917 +204.5024976327009 +144.24206817652342 +93.17979945543124 +40.48401119579687 +24.37394815087868 +29.126186156651144 +24.373932059496738 +42.55118990664889 +77.10363413586848 +104.25502126693873 +154.18847592963306 +169.60508165367855 +186.99103273571225 +218.77759105993493 +237.72661569848484 +221.38904847723916 +216.7061828821325 +196.4992985347745 +188.1726202401385 +212.00726049808625 +226.45024328235155 +231.49609539564014 +222.0241839368048 +225.2893317074579 +206.06398131832316 +144.24168962809432 +93.181813507818 +41.90914347194097 +24.37471999531827 +29.126178578209316 +24.373947880247265 +40.14823803305591 +76.32809567905991 +108.47860275062827 +124.11754680397087 +147.87654489029055 +189.2923102064692 +215.94324678374062 +224.28933483304513 +213.37598058989232 +208.95179556134744 +191.08217816561333 +187.9570350772164 +200.5996704958303 +228.97607533609434 +238.28001164153434 +233.1207612145591 +209.2866610034986 +204.02681637760134 +144.12141823311265 +95.49893033378696 +44.18171634485535 +24.37384054331613 +29.126245360763765 +24.37401355494989 +40.22121109939294 +76.42933260579332 +108.57955971941601 +123.49366850874175 +155.19970465091848 +154.08184199205186 +210.45594816066745 +231.09083066476975 +209.81443702191788 +208.091508252799 +187.4329431585874 +185.42613410757724 +201.11049541573914 +213.9006814848405 +221.24900696747108 +212.06443831509264 +213.76305440387762 +193.28246412083536 +134.2324708582621 +90.89401647806064 +40.433203419789784 +24.374017378742973 +29.126534233215715 +24.426626793129113 +42.82660156653544 +77.58935761809553 +104.66429429019759 +154.00049816606537 +170.00543307702105 +187.0028112915301 +217.9514576976394 +237.12379011199872 +222.7131419081422 +219.78455148027288 +196.2096656383499 +187.52645569222486 +211.93753821085505 +227.36736519406696 +229.67031097516758 +218.61392627768763 +220.08180382656744 +204.50249763270088 +144.23690713598307 +93.17180898206097 +40.56928160427708 +24.374031132228602 +29.126328405133 +24.374070292414327 +43.26747599420486 +77.82981061045282 +104.56458705454429 +152.59913024425424 +169.58054014100455 +186.89739811334923 +218.03925860236535 +234.82740624629437 +213.28791016581746 +210.9759034655188 +194.47547200492377 +188.07050022962395 +212.14306229908715 +224.11600386911087 +225.16362658818508 +216.36841515198887 +218.448833386487 +204.5024976327009 +144.2332798910954 +93.18175823769785 +40.57369393916971 +24.37398272041126 +29.126336916401826 +24.374103603254582 +42.62143380197686 +76.90656321001745 +103.71364163621858 +153.98179139010645 +169.6675026847304 +186.83741944848688 +217.96515510052922 +237.2129267666615 +221.93421527042418 +220.2586287251919 +199.81856315241853 +189.94514884381763 +216.79626934666942 +225.91693726596725 +221.56742664734907 +212.82675293782208 +221.22893395172642 +207.8933163843636 +144.48563765895443 +93.18030758699022 +40.44676996883717 +24.3739103013868 +29.12631413578106 +24.374081193260373 +42.24165491933569 +75.40545971140264 +102.99135663174377 +154.75052924125052 +172.10781005382307 +187.73830834100184 +217.97020787250062 +235.48662539556992 +219.20162002417692 +213.74414635739325 +194.8234151666554 +187.7509374174607 +214.034293218375 +225.85044688896798 +228.99709051515586 +219.59296277949073 +221.54749994617129 +204.50249763270088 +144.22791022464085 +93.17250662162203 +40.455767999843204 +24.37401965127121 +29.1264219506903 +24.374187246166723 +43.108122943234356 +77.58743555037165 +104.49666854587763 +152.33585591225585 +169.49115096265115 +186.92864685363324 +217.99674112686122 +234.7385966388652 +214.92915732897035 +211.15515179997638 +194.41997296674333 +187.6511214893208 +211.7367659588964 +223.43644570033126 +225.53550237611006 +217.28473942453937 +219.1635451073005 +204.50249763270088 +144.22451193822832 +93.16740218043391 +41.90146652873344 +24.37402919749293 +29.126431365343148 +24.37419650630523 +40.498035712372385 +76.0843304915732 +107.92580306966495 +123.00959557618008 +146.8004183598009 +188.64573052041823 +215.80116947131918 +223.1399769964506 +211.5719484868668 +206.41657300157843 +190.26813668500367 +187.71771543112033 +200.15373089849095 +227.68660627310538 +234.68018856200382 +225.829647962967 +206.22186859252898 +202.18464611092884 +143.96025384538555 +95.53208616737291 +44.20652739258744 +24.424958429380915 +29.12616881700909 +24.37391493555815 +40.02748305559679 +75.74537274723792 +107.62850069097793 +122.47621183008499 +154.20014585587543 +154.13373255473294 +209.91094658603168 +228.70637482243438 +204.7327884911314 +204.77297389431462 +186.04514833549314 +183.72652159905766 +198.94113398148315 +211.5099810866096 +217.86700774955796 +206.28226154841883 +205.82321993687904 +191.4544425230699 +134.2621571567081 +90.84411073419251 +40.4556835662376 +24.394692845712058 +29.12617401181979 +24.373943392554423 +41.984973043886605 +76.35311127049275 +103.37542299209976 +153.20585147932542 +169.31435849766217 +186.56878214280718 +217.9654390589192 +234.52677536116965 +213.3821167340033 +210.89339077834336 +194.48193369755586 +187.58049586219119 +211.9370967315321 +224.20486782249276 +224.5241200147747 +216.36841515198887 +218.32470159663947 +204.5024976327009 +144.14471564745548 +93.17800080993274 +40.451641200791734 +24.374092726001674 +29.126330212671878 +24.373995725126772 +42.360311519022076 +76.69871890440679 +103.51992807263053 +152.1170236079308 +169.58054014100458 +187.14408960687877 +218.20766495032368 +234.5502296483464 +214.95951923984137 +211.8801968299867 +194.441406427156 +187.64702961153267 +212.0518067696228 +222.1401147933764 +225.56896311385 +217.74274995330137 +219.6464265442943 +204.5024976327009 +144.1398650615437 +93.17738988371848 +40.43352401246762 +24.37400978114462 +29.12641221967671 +24.37417767379021 +42.53777663127365 +76.77212494468169 +103.76140992620624 +152.12457486947844 +169.58054014100458 +187.0110530545086 +218.01573193321715 +234.56681817108537 +215.22415815408814 +212.29282535369214 +194.44188143034538 +187.65269105427257 +211.68130752185056 +222.72090159845933 +228.70480340156902 +219.52332041598265 +221.4254914880386 +204.5024976327009 +144.13460544595344 +93.17781742320221 +40.43081125430741 +24.373956431211703 +29.126474611250483 +24.426738212145622 +42.783957333914934 +76.99827828507395 +104.08928989934203 +151.88081255563836 +169.65428668404255 +187.2542814531423 +217.95731774324847 +237.35590545709744 +221.26111516078774 +217.42529698300226 +196.4932874189743 +187.5943869592709 +211.99025926316835 +224.00044521466458 +232.6529021071396 +223.28606255103603 +224.99940303188066 +206.15440490305824 +144.05926543606836 +93.18350956049137 +40.48142031260594 +24.37395686432085 +29.126194839333913 +24.373963870146216 +42.55708791053795 +77.50971093841508 +104.64033038481905 +152.98741785986698 +169.30871026395025 +186.78815578276053 +217.96521604965045 +234.40800726583694 +215.41838208255407 +211.9615151037795 +194.4747546559788 +187.52758862768067 +211.64234494161846 +222.7799314457971 +225.87017407992556 +216.36841515198887 +218.2602585666495 +204.5024976327009 +144.05271057326732 +93.1810688445643 +41.896005961190255 +24.373914579734453 +29.12631835166269 +24.374085341809817 +40.12330556344384 +75.90203044680189 +107.94371798647612 +122.90714362863514 +147.07216147264606 +188.5919961700889 +215.7362584366651 +223.95609858615353 +211.63063240937373 +206.2670092373721 +190.17038436633777 +187.65643368452876 +200.28056705337923 +229.70354198404013 +233.7852060758767 +225.8726039692152 +206.02102496493745 +202.18464611092887 +143.9397526136245 +95.53601944278334 +44.22043479621944 +24.378925723384494 +29.126179074114425 +24.37394836895822 +39.90556872948704 +75.65642735672914 +107.6229382709175 +122.3105240458715 +154.30489338796568 +154.27816807086882 +209.75202194053904 +228.49756950027188 +204.6503105173509 +204.79508346996448 +185.94183977897373 +183.67380281543052 +198.69410581176854 +209.82277265898023 +218.16433836990123 +206.31660184014586 +205.7555806065551 +192.3836679229516 +134.31472825653245 +90.8774532368113 +40.458034222318375 +24.41265425171656 +29.12617155814679 +24.373940976699277 +42.004426767034026 +76.38366212796338 +103.29937320808702 +151.82910864941195 +169.58054014100458 +187.05688263460692 +218.47725928207964 +234.30505343882263 +213.60431503132304 +210.984260652984 +194.50903074315192 +188.17427429149197 +212.38593608107183 +221.70379987118292 +224.83099593239177 +216.36841515198887 +218.13191517366005 +204.5024976327009 +143.96106037308644 +93.18282024130013 +40.48993225389471 +24.373875050243342 +29.126279379661746 +24.37404701266078 +41.93542683830587 +76.34279905194646 +103.22836308824559 +151.78836832388708 +169.58054014100458 +187.04992893363857 +218.27164949576803 +234.29131503756855 +213.47795466965482 +210.81581937919466 +194.61042686522913 +187.78061620154133 +212.17686548489888 +221.42715283383512 +224.4948957056342 +216.36841515198887 +218.12809252199318 +204.5024976327009 +143.9530694549052 +93.18203457199682 +40.434471752061995 +24.374033889712006 +29.126412424835607 +24.374177876296326 +41.982439985079246 +76.27910744710474 +103.24776744941528 +151.74099127586786 +169.41896514132793 +186.7238148296821 +218.1951436121329 +235.30103635561917 +220.6499272158064 +217.62157313409475 +196.6916745650342 +187.77640474262742 +212.36391101255523 +223.3785212706407 +230.42231939955897 +220.94477117630092 +223.0232591062013 +204.71002348262914 +143.90332771375643 +93.19480031923216 +40.405015379974785 +24.421844553307547 +29.126167808481288 +24.373913941184725 +42.09365654966843 +75.35292515036966 +102.14964242676136 +154.8025200612785 +169.61479452550049 +187.71332018123513 +218.08131241879514 +240.70916258330638 +227.0297066077171 +224.38582571795632 +200.78028137078158 +190.03276283373884 +215.83298050275295 +234.29783121808723 +241.20191857492688 +232.5805476140116 +234.31722626129738 +211.0268410979541 +144.74577500361863 +93.17843820943266 +40.45899015086047 +24.37402746560747 +29.126265182675514 +24.37403304888003 +43.32543827311115 +75.37043561125176 +102.17186559310308 +155.8419037502642 +172.50208256168884 +189.18126567902655 +219.2330977300537 +242.11426544638195 +228.4006724056942 +225.4373836007856 +203.1514214869815 +191.84488928948517 +217.30714818866593 +236.19332454950052 +242.106934701804 +233.9067992625246 +235.66350676580245 +214.26523116133438 +148.58353606295444 +94.11200664540051 +41.84786643062744 +24.374014177824765 +29.126421922347095 +24.374187219668666 +41.09880643470019 +74.40475710444993 +106.23556756518433 +129.45893850634985 +156.11481288929804 +195.2099183430969 +220.1932467675171 +233.52958072851348 +223.5750401229123 +218.48960625264007 +199.08891253315215 +194.81564412925053 +207.62007408328665 +234.86022652061098 +248.70003837341497 +233.26400034021032 +220.455808126544 +213.8218590074986 +152.95196194364868 +101.04066595347217 +24.425384924348027 +29.126346484327936 +24.373911458888333 +40.70345696180066 +77.04106907241145 +109.02796802338622 +135.14418844908602 +153.34344137877883 +154.33330833069263 +213.02844026753766 +238.2830002365995 +218.54210959961694 +206.10911558898982 +182.90556382465732 +180.59860842745275 +195.3407622786201 +204.9034759046286 +196.8961894178489 +202.88104215327598 +202.6158306770995 +194.75655454000497 +134.4162019113892 +91.49137864390073 +40.39863314225091 +24.42664894951465 +29.126109755172983 +24.3738802055764 +42.27216808417316 +75.85102617344477 +102.75642399327683 +172.67920047378067 +175.3390655865021 +190.34887015536282 +219.98865773161486 +245.01032317165013 +231.14007697464936 +228.42141032768978 +206.35460936271613 +194.63524080829703 +221.03185060705334 +233.57127863022953 +203.6777321256161 +213.2811105766343 +214.87578642300005 +200.73051567403198 +140.19726128738955 +94.2950653178265 +40.40734081450868 +24.374095016620263 +29.178833837839537 +24.373803906395743 +42.90113116340531 +75.99458515074024 +103.00610666996197 +165.28721104507716 +166.6080682112676 +183.7734329954843 +219.09394688594014 +273.91309146886704 +278.46437785697395 +283.4976190980292 +256.90340974254235 +238.22906208499015 +257.2490356207542 +266.1494525597173 +246.83001274405265 +242.70088426420494 +235.20351974218656 +204.78668368106474 +140.53647545535725 +89.64597279189056 +40.405242668479765 +24.37406051136745 +29.179076858938863 +24.37376637123002 +44.44762465512965 +77.48231656462175 +105.03798260227984 +165.4514677357811 +166.81503676168364 +187.90612244075155 +243.78869083916774 +286.0745068157087 +283.9733664226852 +281.0475439655573 +262.7782972737209 +246.38150332985987 +269.4677497497937 +283.6117080742108 +268.09915141176134 +259.2865345454258 +258.9142676825751 +217.35441841079358 +140.6431345773961 +89.77163004604174 +41.857317722615406 +24.373974604700287 +29.17902283961183 +24.37374108200452 +53.12843703738328 +78.00339416050923 +104.837895257224 +173.75593657314135 +183.43778776722257 +183.42575991236254 +215.2600552095458 +232.41307506267916 +210.89697405972365 +208.4093418692735 +205.46509919985454 +197.1024653724125 +208.51469735470033 +215.61358185074687 +202.24951513654645 +213.373339398213 +214.79117240976336 +200.45548654973405 +148.1446331550508 +94.04597560377327 +40.470283958882256 +24.37391959753018 +29.12632330058493 +24.37406749795175 +42.72917343249345 +76.41627658067677 +103.40784842181014 +164.4834212174124 +181.34635317472018 +196.54600696274886 +225.40816460072784 +240.61259323243007 +210.63677663232738 +208.12603216975455 +191.50850441488038 +188.11198895888887 +211.8539012619483 +224.87865725014498 +217.7000352740271 +227.9292853601195 +230.1894723464225 +209.51277806982628 +144.69448395128933 +93.20794339760367 +41.85291537990126 +24.37406265083757 +29.126464353234194 +24.426700543215944 +40.34174115845795 +74.40496525757554 +106.55632774550357 +126.01784792242567 +149.9702417826782 +189.8032574759452 +216.14834829480154 +224.86212729076203 +213.3068240133975 +209.22774351470588 +191.41540475981043 +188.44324544811892 +200.63833117542336 +223.9276096603329 +221.4570537978552 +236.52284019516847 +213.18390600545231 +207.87722017418923 +146.88977541791706 +95.53274590729858 +44.16520210084594 +24.384969241886782 +29.126176233587586 +24.37392226169507 +40.90099884099784 +76.86411705576629 +108.92225644723439 +124.59628763540687 +155.80932852025998 +155.0132230837277 +210.20714103964755 +229.41808944380742 +209.00224903915614 +208.3403192818891 +186.81997035440034 +183.96427796145485 +198.84107604272708 +208.92984479187766 +201.8798976397872 +208.68903030469576 +208.824149424627 +191.4397141226592 +134.277417770548 +90.8940634269141 +40.44960310262803 +24.374135488647102 +29.126372824107627 +24.37413892179686 +42.70505366269566 +77.53841537809369 +104.63704001785612 +154.4781180397902 +170.1663681445487 +186.3544089686029 +217.97705822948322 +234.55348729674208 +216.92428330176875 +213.31886577691645 +194.4600960149495 +187.44285364112662 +211.02857716275102 +220.29701525954277 +212.13578359695617 +223.90726756338387 +225.6851748784745 +204.85105379645483 +143.7718142259577 +93.23035553221823 +40.43048899790796 +24.37413040089914 +29.126367755357187 +24.374133937395875 +42.72481167954098 +77.60089136368912 +104.6850156011298 +154.4775089458926 +170.00121279168656 +186.88779816371087 +218.61432466200245 +238.1042286493269 +222.90543485273517 +219.58747277449473 +198.21260690685463 +188.31584177955864 +212.23099682127116 +223.4220229620684 +215.1558920230223 +225.79148744345028 +227.3471636832529 +206.67920534561503 +143.79820585860026 +93.22061250734656 +40.43802256604793 +24.401311410177225 +29.12617249921475 +24.373918571426806 +42.90830357591479 +75.35304350694375 +102.15343706178017 +161.4513189174918 +176.96448271046867 +196.03480582439616 +226.15209197728703 +231.3741233258746 +215.97825076377416 +214.11225949028065 +191.9019399211139 +184.56244589044124 +208.04310179608854 +215.48497288636173 +202.07892253560283 +213.1000105775494 +214.13951452007885 +211.1454871621235 +146.85721794478593 +93.21022697357658 +40.42453196365382 +24.37408574347208 +29.126449979784162 +24.391744915723127 +42.478556146414014 +76.04077752525308 +102.7595394613882 +156.69303219982055 +170.55511846437173 +186.33612746319272 +217.99760963237364 +236.21231149057613 +221.4410809924278 +216.51951574948143 +195.56157160193598 +187.5002307754542 +211.00380805745579 +219.30049533194423 +209.4486758881363 +221.4812801236193 +221.94627728139176 +203.33350886534512 +143.77570320808778 +93.21213372629778 +40.42091093622669 +24.374052837457533 +29.126454675832285 +24.413647361224665 +42.824175596319314 +77.74799984744955 +104.9642448160425 +153.6335854500275 +169.68882259832017 +186.34933592320732 +218.16331468168016 +234.50981768137112 +217.18893208690525 +213.57898783605086 +194.47099921958514 +187.5093341755995 +210.9870028726062 +218.45600797226916 +207.83293346872867 +219.47100173486362 +220.78407636513052 +202.95784312288276 +143.77248504771575 +93.20400024014172 +41.85436367753506 +24.373934342564226 +29.12645300204781 +24.40542735284894 +40.07470605813554 +76.19023350648865 +108.30760140501052 +123.2786317430808 +147.07212092771033 +188.27481379862243 +216.1328879966553 +224.68944452167358 +211.9800829806166 +208.06889914681528 +190.43954364550768 +187.79130264712134 +200.09358128472763 +223.50551846743357 +218.00915257559805 +231.69374542643212 +208.88705949343714 +203.71925068056103 +145.2479104306018 +95.48037995924726 +44.192076121138044 +24.373954996738902 +29.126473206985303 +24.426736697869835 +40.1174873594783 +76.28969442455836 +108.41076722119291 +123.98469446520515 +156.44959689857538 +154.15677476422422 +209.32733893293053 +228.15394317242686 +204.90555121312894 +205.0593982319787 +185.98212000322977 +183.60716770168446 +198.30499535963187 +207.63512094815601 +198.3751388702808 +205.26635282747827 +205.86178215674968 +191.953272497051 +134.32337787272837 +90.86004975752576 +40.45828533202977 +24.389721368227224 +29.12617514820291 +24.373944505892247 +42.22391650645123 +76.89797162561376 +104.02281754043847 +153.11974891043067 +169.47287690275323 +186.39015669872 +217.9721772756422 +234.53416066151394 +215.46021325468936 +212.10182780265015 +194.56000394534902 +187.53683049456586 +211.01522868730913 +218.08796082547866 +205.69758771850613 +218.92247577462763 +219.55255125045474 +202.66571143649276 +143.73042795936587 +93.1866403986545 +40.40823727472329 +24.42653159103064 +29.12615877463734 +24.373928409032626 +42.36768080026925 +77.08649321180435 +104.16664665801537 +153.3028138675332 +169.31102337650387 +186.41585786444622 +217.97239264846507 +238.09513953960843 +222.61430625628233 +220.00168200764583 +198.6707270768124 +189.01533683350337 +212.58741287103908 +223.93184691958996 +214.0005920943276 +210.8904901637098 +226.56304886299307 +206.2710759818417 +143.6962119888962 +93.1824021532501 +40.47106428224036 +24.38700331205048 +29.126175772094786 +24.373921802452532 +42.50945264896461 +77.50229401541365 +104.6298084579415 +152.7106368443015 +169.25630881241074 +187.1128762355901 +218.42723556265798 +242.40093861956296 +218.41654799008782 +215.5712262259742 +201.1217251460053 +191.38351093724805 +214.7927407686386 +225.15047817002184 +216.12427128020437 +213.34933063654537 +228.23599622568472 +208.18603908331136 +144.44971384923844 +93.16681818224936 +40.47103523794935 +24.37412306752162 +29.12636044644598 +24.3741267473107 +43.32539202994615 +75.37269788468309 +102.29372440099576 +158.1579160963389 +174.76122820397353 +191.3694177025199 +221.0979128188854 +244.22431010185525 +229.95959952034244 +226.00897250062974 +203.64405778590339 +192.6406148992985 +218.80535489453408 +231.48022783601792 +212.8499098203691 +209.23102828584751 +223.88855106605635 +210.73849284327912 +146.11252761750848 +93.19073019621499 +40.4755356575256 +24.374015251787885 +29.126253014258165 +24.374021082098665 +42.82723160007837 +75.3530057063022 +102.21040203592997 +161.70088116968708 +177.5926639141308 +193.68115762448065 +222.74010955441028 +246.9348238292832 +221.35129296489023 +218.28160966626115 +204.36911782384695 +193.50085450145045 +219.24070640360267 +231.7723296603912 +201.36200229503194 +198.14089612347195 +230.34949674805853 +208.11201759378378 +144.62302182862052 +93.20397174243757 +41.908651676489505 +24.373947253837336 +29.126185263682345 +24.37395445463026 +40.07029770249662 +76.48883818175487 +108.69746685098009 +122.8273210471762 +148.56339190202777 +191.50082012154454 +220.35083057108383 +234.75824124008844 +224.54705382817295 +203.7398820939729 +187.52512923188777 +191.49968173657834 +202.67099023677193 +226.0945271009013 +224.39217110911534 +225.32970889965398 +218.34803805084795 +213.15666088594546 +151.60410077168171 +96.36916710657124 +44.16827297301537 +24.41722807495058 +29.126168862173454 +24.373914980751408 +40.5119627651573 +76.68923882719771 +108.97308228171963 +120.40800071696154 +150.7217078824981 +154.580294730747 +209.24031895263997 +229.74656249901108 +210.11774657564294 +209.9748803718033 +188.82939417824286 +185.79514374077658 +201.9231160416939 +211.81314499307675 +205.8431721827421 +197.3778958159912 +213.2422401704108 +192.09654103828555 +134.3496663732901 +90.8883119463274 +40.410574268343545 +24.421712670154847 +29.126167837809778 +24.373937318071775 +42.87455329478528 +77.49386578517094 +104.59973073579019 +152.12634488684512 +168.70840230077908 +186.6599070063824 +219.56333749853474 +243.257427328973 +219.19580857542545 +207.97226691883134 +191.17213225787472 +184.3232131400048 +207.8070407793242 +215.13318280406685 +211.59231306610897 +208.60100238371498 +225.97553489636368 +205.87367629936165 +143.9059330306144 +93.21569826912823 +40.40625962112955 +24.422867021026967 +29.126167574973824 +24.373913711072255 +42.27911261621824 +75.35292572264824 +102.70727309176904 +157.69067806133708 +171.33721314196268 +188.817386394275 +218.61894445818467 +242.05994097092503 +225.94780647123747 +222.6699470743468 +199.2164051434421 +188.48973413493223 +212.34897922304216 +222.78012596625234 +212.76041486636632 +210.57656362129677 +226.84465550073406 +206.70815699336146 +143.77190500093295 +93.19438523306479 +40.440849833261815 +24.374008620088006 +29.126387474321653 +24.374130879648337 +43.043890298597134 +77.87586507028666 +104.95101525271521 +152.0156317847588 +169.38725728638718 +188.67748038201626 +220.81795873982588 +245.08711144276873 +218.7880717240966 +221.65724416555906 +200.53045719283244 +189.65196408910387 +214.03882135010608 +226.20277534143096 +216.24746658449482 +211.99794739141512 +228.6504938170696 +207.93659304356305 +143.77427894630986 +93.19616267391308 +40.44617652817788 +24.374119709961796 +29.126357100541565 +24.374100880689976 +43.157132269558986 +77.98777922459291 +104.99484255214935 +152.11997739130504 +170.11803433454466 +190.28091979593785 +222.5281955252732 +246.52878825952692 +210.5001133939293 +207.85762689352453 +191.34088865001482 +184.42237630448042 +208.1032909973791 +215.4432051332441 +198.89973477436124 +197.37900880237694 +213.34077942837575 +206.73905030497804 +143.9309636116308 +93.22078023850192 +40.42506195970371 +24.374069292906817 +29.126470902984543 +24.426734205891023 +42.19332127792042 +75.54630303342263 +102.70597826322557 +153.66836553488278 +170.88729884053814 +183.0404695247092 +215.15047977231973 +238.07592727995436 +229.89173217118412 +228.01984531120567 +204.7597382818333 +186.3036497395088 +210.55665542745558 +218.61341682400825 +208.49969304768953 +204.4172985329219 +223.4673601214873 +199.7883955348909 +140.38599835719694 +89.66575307943302 +41.83498491655272 +24.426599953078334 +29.12609185215716 +24.37386260100634 +41.293916940530586 +75.77378939602328 +108.01705792870541 +118.72228875961784 +144.34496770959908 +186.27339449012186 +213.85117287355158 +236.77893428342867 +226.2695443793874 +233.25816034720518 +209.14854352642732 +197.3119923003774 +202.40620704739524 +221.93637302025792 +221.1784657570467 +218.20828238553668 +205.8483202359147 +196.9489031050626 +140.3578567102439 +91.98737721594067 +44.27681449838691 +24.374103191258527 +29.12634063887944 +24.374084621622135 +41.120621690971184 +79.20046221837484 +111.95831690395526 +118.66974803509441 +150.97587190643827 +150.85796441475136 +206.8913717375811 +225.89958497676588 +202.30698498467365 +202.0278770267077 +183.78538556003687 +180.9277240794868 +195.62845041216238 +204.89996691113558 +195.78169476204204 +187.33193603335977 +208.8436908162373 +192.53851734184892 +134.38401856383996 +90.85762110075224 +40.476257882393064 +24.373985760902915 +29.126376301561685 +24.374094919086396 +41.668977175120446 +75.95167054596595 +102.93092041222374 +155.16387085212264 +167.9944036604841 +186.85856109188177 +218.28155840999236 +243.2191560683792 +228.47255390596706 +224.92905501981778 +199.00090726139925 +187.60805435523213 +211.3637885086072 +221.9104589377705 +213.42460476843056 +212.4103157165753 +227.39856034924435 +205.7698629704835 +143.8512926037359 +93.19837784497508 +40.42895749399556 +24.373944814644357 +29.12646324517346 +24.42669934394504 +42.90021399812003 +75.35277818115885 +102.64095245346317 +154.7310525776111 +170.12779830899666 +189.7869290371811 +219.3180039490518 +243.09414202608917 +228.67714427583834 +225.89402940587414 +203.89337948811857 +193.8667387539148 +218.60407872582226 +229.4529672846758 +218.4541231245022 +213.60558887289153 +231.15398776886013 +210.08160465910314 +147.0359759755603 +93.20254058576434 +40.45370188628604 +24.374089645522954 +29.126327142342227 +24.374093987581723 +43.39322693334317 +75.40536569324914 +102.21158272717003 +156.26131491991646 +178.6606263968444 +197.6020543821927 +226.439202345242 +231.25064096844085 +210.32059852650346 +207.72823559531034 +191.34028889352246 +191.2647243282577 +217.22950188376703 +231.8239315031967 +218.4564246327421 +215.7096474973726 +230.3435526741732 +208.44319744382256 +144.49474511920133 +93.20942184203722 +40.40062852268178 +24.37402619502202 +29.159565226712935 +24.393400474209507 +43.24585264429793 +75.35286015118972 +103.06461419956045 +154.14867380779535 +170.10142612663435 +188.4022365369722 +219.06502599250675 +242.57473313024315 +228.5806289571593 +225.70812980860788 +201.4329405479544 +189.5924556617053 +213.99417847360846 +227.1536550264352 +216.44605290957142 +212.137238349351 +229.4901403567497 +207.61659921650315 +144.02184037539257 +93.20530037198577 +40.482013327640324 +24.373963039570775 +29.12620099062073 +24.373969922853824 +43.581477607692975 +75.35307127284129 +102.18948463815599 +156.98434459851583 +170.97903594712545 +188.99444947936152 +218.5603799888473 +241.0040874038905 +226.2904984829643 +223.17571663762047 +201.44318229562984 +191.55597046462225 +218.17627911489797 +224.38797074801738 +200.41619947158745 +197.7434622709693 +213.49909999076695 +204.93146893471055 +146.99395187337862 +93.20428571536493 +41.84628866694036 +24.37407276169384 +29.12647432209845 +24.42671138080837 +40.1889215002265 +74.40481184393252 +106.86382296316557 +128.30580737405515 +153.1866285228464 +192.83124604140824 +216.89431613984095 +229.02468201556627 +217.86404713415075 +213.6225827710165 +192.21909572594382 +188.76878603387388 +201.54040819331672 +225.4563689212252 +224.09514695019016 +222.31341709974197 +213.66932823772822 +208.08321870791366 +146.92875873633398 +95.50247645145271 +44.190241289102026 +24.37422179569118 +29.178846262216478 +24.37383903195866 +40.815592550237156 +76.94380339262574 +108.977242040793 +122.16221035230929 +154.22117384744192 +154.02979843887346 +209.64694118007182 +228.30074855683375 +204.78528149387773 +204.99705025187208 +185.8020865004093 +183.58578998352291 +198.2264990206876 +207.65177414047724 +200.0489350336684 +190.9138293466014 +207.53586958006898 +191.7476311632582 +134.34952299582426 +90.89183528207228 +40.44219195241 +24.405315660080237 +29.126171584224018 +24.37394100480767 +42.36968768051217 +77.24404977147942 +104.3719183535275 +151.41659422044765 +167.06573564656713 +186.18239849226438 +218.14449674525866 +236.4461589561421 +221.02571105060832 +219.11160522011744 +198.9422017811117 +188.68951295991585 +212.2491727249528 +223.69894661186055 +212.94262489488491 +209.82727667113755 +226.6691781800365 +207.35057819558463 +144.39353416123203 +93.18140981791858 +40.43638134878951 +24.373975946706565 +29.126493701459392 +24.42673243547724 +42.807204738434336 +75.35280813013618 +102.1368598146734 +155.6970139553377 +172.40165792236377 +190.53117658026036 +221.3013815422868 +244.3764075776752 +219.97313303552158 +217.10238576515962 +197.89744427369382 +191.1136861997985 +208.06862235905726 +214.9210941576664 +198.8531866854214 +193.0828509706469 +226.5277515239168 +206.44399556849874 +144.89126286169744 +93.19574774049839 +40.43698636111698 +24.407916660912257 +29.126170988874986 +24.37394041928682 +42.32549883790201 +75.35292874215831 +102.53622280919565 +153.82290297920431 +173.05771656594143 +194.20232475919585 +226.22553950601554 +232.24052066979516 +211.31691942100596 +208.2869284199175 +192.7813222711193 +184.66478542675316 +208.3443604690783 +217.13496908865935 +199.5619100171735 +193.49758012091485 +213.6734297150992 +199.33854347486056 +140.3597115156336 +93.52488528019691 +40.44541303663946 +24.373938033124997 +29.12634147195959 +24.374085444126592 +42.915945278151575 +76.24775883508815 +103.12342802690536 +160.35931493567045 +171.94027424388958 +183.57405444210892 +215.34264725042732 +232.1279459174644 +217.66791429003138 +208.18847385473416 +191.47057814025885 +184.5933124550666 +208.24954698922653 +215.37213087111306 +199.23768536956203 +195.37680894750767 +213.52632169562358 +206.1071286095326 +143.8831337876204 +93.20989906385799 +40.413544224620466 +24.37401361252719 +29.12647194286598 +24.426708793191278 +42.17078901452318 +75.81576506960025 +88.58122274181767 +152.96607161184477 +173.39418934658534 +195.81038897233222 +227.0888268253774 +232.2476198472971 +211.18965911019697 +209.0915294308466 +191.47697888828833 +184.53716963993057 +208.11078564353255 +215.17261972154213 +199.35734269616717 +194.16489753421965 +218.75144748199347 +206.64915236486615 +143.82739269216435 +93.18244736383961 +41.86124796564054 +24.37404227019978 +29.126500100627972 +24.426532789861152 +39.678706445452924 +75.21498285735211 +92.51881963788135 +124.35112375242691 +153.87197761299882 +196.89274089254295 +223.765492824577 +228.60595126396052 +208.843316406008 +204.03684519276823 +187.39648877370504 +184.882389916489 +196.94462816521713 +219.83165704588026 +208.308246669153 +200.91252616785087 +201.99144586290055 +207.62064309273757 +147.76989382030948 +95.87030827766134 +44.17828359178988 +24.395667523767 +29.12617346500742 +24.37394285175408 +39.7584337925375 +77.12488143583295 +94.64238725414596 +120.21368611264394 +152.52624623732706 +155.63837140313703 +207.01806101548945 +225.89717952253906 +202.02743465727897 +202.84032253605076 +183.10469851948733 +180.74284619716417 +195.69477782134857 +205.16984792026113 +199.93155019883432 +187.1051177602463 +208.61016057666336 +191.97138993971515 +134.41375024999408 +90.88595598169496 +40.43131708784739 +24.411236614935607 +29.12617004899486 +24.373916154068525 +41.76833757129476 +77.35259978703107 +90.28426679474882 +151.59738745387628 +168.84618097906835 +188.98941945780282 +220.00135100798076 +245.53319353843054 +210.91415683560604 +208.13705294352357 +191.6734377927378 +184.55418260329435 +208.25994084483727 +215.29975187379299 +199.37950254068238 +198.80023537862073 +227.1535381799229 +206.71307865396736 +143.8501438380086 +93.22691274622352 +40.41512355378607 +24.374072040270722 +29.126473610985702 +24.42673713370851 +41.96488671180807 +75.68322205916412 +88.26998381679537 +156.57827213380807 +171.58552466529952 +192.06830374912687 +220.97945407192526 +244.24388068038516 +230.00351356266242 +217.3923004009486 +198.68450797418532 +190.24077815359004 +216.2929860718123 +230.30700391675995 +218.3027472220479 +210.2827825897973 +230.03294616883775 +209.42074412057397 +144.86297928808227 +93.22067421592617 +40.402839561281894 +24.374082150187007 +29.17881976177341 +24.373791029739856 +42.59113275081597 +75.35292097537122 +88.60336341430084 +155.86832804237952 +175.3207624903857 +196.67415796352253 +227.9537602280854 +232.0871140474039 +212.21217489747553 +209.75147514075195 +191.7673417951844 +184.4821648607856 +208.12076195921432 +215.47012206978104 +200.88958046500687 +196.66542231910796 +213.65198098252617 +211.3686582217452 +147.62951584018893 +93.36061525866543 +40.46292855670701 +24.37401002991038 +29.12637512957896 +24.37414118982454 +42.4788672974953 +76.33107940183385 +88.49994589967831 +158.71709608357685 +177.1516540565755 +189.94253439867956 +221.42073376091483 +231.75860824964036 +210.73375565166026 +207.94986964496036 +191.38604614223905 +184.5425993315591 +208.1249324095312 +215.62366313898113 +202.13875393212035 +197.6964814471889 +213.5325904821633 +208.45991110955242 +145.14935472858267 +93.1927976308708 +40.43054615447354 +24.374088150789056 +29.126489500210297 +24.42675432075389 +42.209172703697185 +76.52272406153962 +88.67924904901939 +160.2655555498408 +176.15522059669274 +195.694334777536 +224.39639575444124 +247.87319957283282 +210.5220424223287 +207.9341022718669 +202.2342648597193 +190.84138513644155 +217.53544093351996 +231.34388006792227 +211.69008902883795 +206.31175722448478 +224.2251846351909 +211.6744250301805 +146.99629901568298 +93.21138049892114 +41.84103697799014 +24.419551543875052 +29.12616822561553 +24.37391435308937 +40.102053929062016 +74.40494712394548 +92.3874313267048 +130.99460085600438 +156.40948695869102 +197.17519355936608 +222.51019132888857 +237.42565290690024 +208.4027748411605 +203.84574894120473 +187.15693900350723 +191.38953562965122 +205.93874470379467 +230.20645013422356 +227.7335740235553 +203.26534752719354 +202.00508005124811 +197.1109530119646 +148.21902389852588 +95.53749712605065 +44.20127456346038 +24.411000460597677 +29.126170101126064 +24.37391620307986 +39.95014030052798 +76.31564562800092 +94.66760437081042 +119.33310412841472 +150.32790649519097 +153.9047254605455 +209.84678556277058 +234.32150133938063 +217.39855446356736 +202.0018303330821 +183.13297596763485 +180.78861326111343 +195.5213510581377 +204.92797414847738 +195.3582494633967 +185.89216053501897 +202.83366106609063 +192.37482164920502 +134.38485389751548 +90.88731801564798 +40.41741272087515 +24.41842671843269 +29.126170271061085 +24.37391637350128 +41.60027425580508 +77.04567619077605 +89.1672126694683 +151.65703743554914 +171.88678294965692 +194.94862598272843 +225.29187589888508 +232.09508382990606 +210.8992788240041 +208.1718367861759 +191.54128309694826 +184.55552908462508 +208.21876321134178 +215.31360223569865 +199.3608052336001 +192.824159372932 +213.7740018038163 +208.23300786166325 +144.83841377164575 +93.2023425079418 +40.45283347029958 +24.397047133168428 +29.126173160265868 +24.373942554120667 +41.999137005799106 +75.79831799981905 +88.59615101427431 +157.77830488724882 +175.51507652914685 +183.360223536217 +215.36123293449955 +232.6151707384564 +215.95516633146684 +210.29111594113638 +191.81893513992563 +184.9278158218239 +208.58163668525506 +215.82726216981678 +201.1669895940724 +197.94431607879378 +213.85395722403553 +199.74198593676684 +147.1234876563922 +93.1994398697765 +40.460369802124355 +24.394193411513058 +29.126173789088337 +24.373943168686537 +42.424335371476765 +76.12060369287104 +87.88703185656392 +157.9857892435054 +175.67425981942043 +196.12375520209076 +226.22544765485353 +231.6929676382423 +210.85628504509486 +210.78174664253737 +192.39066328202773 +184.6277236335247 +208.22334064562685 +215.82267320745999 +199.20166858302198 +192.9398037277467 +213.75908056089952 +205.06367886095538 +146.11956823288966 +93.20859049303338 +40.40912229461378 +24.42652446629854 +29.126147792821154 +24.373917606428325 +42.41043401459965 +75.9912516611277 +86.99646237976178 +157.11559483787352 +177.6946390513971 +191.3128186546654 +215.65966157766954 +232.14913570954099 +212.88488127855854 +211.30981136172633 +191.6185599736971 +184.59061477413601 +208.217190527403 +215.25786010528284 +200.74464355666876 +196.73902776753093 +213.85351665465765 +199.69493474271584 +148.34384661398622 +93.95184214789599 +40.40821401883014 +24.374132907244725 +29.126533635509144 +24.42677582771033 +43.20724373418879 +76.45394080462535 +89.31121196240031 +155.73297841470705 +164.4900983727904 +183.6178760097959 +215.66637528106077 +232.41759455340332 +220.92122881090887 +219.98788273313457 +191.5592265989281 +184.6672692633458 +208.3232515879863 +215.16534850824047 +199.21232886909664 +194.6243519566578 +213.68201230649288 +210.25285415014562 +145.94246753762644 +93.21397816808019 +41.89250723344487 +24.374038833512188 +29.12631078169528 +24.374077897567847 +39.96796285587039 +75.09517433317531 +91.69743048006272 +131.17341829424515 +159.43658086664033 +200.12170202562876 +226.2366720767403 +221.03449782692132 +208.58685759792414 +203.90210703885518 +187.13120399175847 +184.80584725019042 +196.8378648006591 +219.6774827836623 +208.92793196009484 +200.70841706655554 +215.62170619232688 +209.0434745323584 +148.52277724959066 +95.51003679507731 +44.194739213719885 +24.374059550540437 +29.12623733651154 +24.374005664779315 +39.522263679462924 +76.47951165576492 +93.00587489881372 +120.06429820861585 +153.11869756206036 +154.3826078069457 +212.18189977726195 +225.98053000542163 +202.19638440666762 +202.0353142806698 +183.1821616169916 +180.80193681232552 +195.58186514917628 +204.86185692336605 +195.8151170373076 +184.74849967716665 +202.8216386164782 +193.55041937166314 +134.4326023774811 +90.87958454620683 +40.44006291813149 +24.40342471458399 +29.126171763152477 +24.3739411777705 +41.61943183784067 +76.47978215355297 +86.84693454949935 +152.3048751701724 +170.6827991076044 +191.60068701530443 +222.61480860247462 +239.1300139537169 +210.69324637470788 +208.20008821264383 +191.5249658001536 +184.44660640915475 +208.1188446486284 +215.23678446336663 +199.14926548551998 +194.28161291860357 +213.81612694350108 +209.7685550216387 +146.7410966140012 +93.20396509289026 +40.44274713551183 +24.37403044421622 +29.126432594366264 +24.374175442804813 +42.42132383487544 +75.93556033428415 +88.16572601345095 +159.83802608522612 +176.77353192923368 +190.16885171568367 +215.20356360576088 +235.4520148731949 +223.17869510957308 +219.41719121995828 +197.32956632556213 +189.48591239456778 +213.35838492066745 +221.2353268088148 +208.93290701654195 +205.83230187671742 +221.84251994047057 +200.99587046889033 +140.3885426384784 +93.64594802818497 +40.404817416362484 +24.374175686162662 +29.179076191953 +24.373765749040533 +43.39544873744765 +76.6282412990268 +89.39370208634546 +148.99987367575238 +164.61422745191476 +187.82891322484718 +233.06574872627252 +279.4315375135204 +274.5781565462402 +287.5359427504699 +266.4264468119714 +253.50219872542272 +271.56262926595093 +280.1356892957872 +209.99273226085646 +205.17646137100363 +217.08725474886157 +200.00400695963324 +140.70396505711756 +89.69114450576005 +41.007141790846184 +24.37391664941981 +29.12628601262461 +24.374053779199823 +44.7829118102223 +77.77683773061652 +90.66985764560941 +149.0831242054629 +165.17830040035716 +192.8122913348141 +222.70999068464747 +241.1358330485455 +210.9285771466214 +208.16376744145464 +201.95147809602102 +190.34997140594285 +217.6776069593206 +231.69363202522496 +212.67404511780296 +208.5438678815496 +224.44933821755703 +212.64472553090098 +148.93364884392528 +93.47386087845243 +40.45707359722607 +24.37395393509334 +29.126357154383925 +24.374100929231354 +42.74593978467843 +76.06630969825186 +88.56409786199183 +163.91098201190073 +179.9311918417182 +198.70779015775435 +227.6239316957475 +231.69400261931358 +210.8154083535936 +208.15520310429804 +191.55637318569134 +184.5081047879724 +208.0989854894088 +215.2912120600134 +199.56436238352504 +192.31359220468067 +213.8004696875566 +213.5371470808127 +148.05961172492917 +93.51021737192254 +41.881700944519295 +24.37394590699622 +29.12634923967555 +24.374115723370476 +40.016324770249824 +74.87700592415624 +91.58295457359571 +134.39551439644998 +144.37847561457403 +186.51181462560191 +214.19077323454468 +233.3489795457329 +234.33702067166567 +239.7886960930749 +218.94318029394458 +223.05918934506937 +238.55016579444168 +251.56831966213628 +248.01467814239012 +236.306944830656 +221.03577286357165 +206.41163388605415 +147.5132176854267 +92.53626232234409 +45.8767501308865 +24.411391478167076 +29.126145668298896 +24.373915774062635 +45.06483659162356 +86.29692466127557 +105.26858788748385 +119.42189836542762 +150.94345102009163 +151.02660731799475 +214.13768957382666 +247.06341654820335 +251.67096023987546 +268.49344418613634 +251.92246071113158 +250.75423425528436 +262.95058694393055 +207.8383084445377 +226.55219336803663 +184.451166317192 +203.01804123297643 +188.7568426339727 +136.95349030466863 +91.99722153652243 +40.40538938685334 +24.42655535698303 +29.126127857336723 +24.373898007020124 +43.3063033288797 +76.56936397370735 +88.12695979037841 +147.7961005719541 +165.05328709474378 +183.70892848971738 +215.8702124897296 +232.37155104391005 +222.46041393758125 +217.65862867250465 +192.19819084053702 +185.90704178389066 +210.2004199194034 +217.60885819456018 +204.39891636587708 +192.70138665075874 +213.93768167625262 +199.71093711220684 +149.06781624222864 +94.58989057326815 +40.435697013834805 +24.37406865355397 +29.126470271397704 +24.42670697908938 +43.260536734862875 +76.49481261818028 +88.64062795043277 +147.72582725376688 +164.82420051708834 +183.96811687146177 +215.83558826325503 +239.84927702903445 +231.82132103157463 +238.13873753470173 +220.51290709516397 +219.82853189519582 +238.47539272149686 +248.684685690043 +232.6891600527535 +222.99637384259 +235.79825199405298 +207.52339954840662 +140.7453731912502 +89.77825633414848 +41.3584816887459 +24.374041947022267 +29.179095288279232 +24.37380820001268 +45.44125585288824 +78.183751584051 +92.50083238941308 +155.07964057963613 +172.22794688180159 +196.06938995535043 +224.66908941980188 +233.8773110100984 +226.1025460640722 +224.125077803831 +195.23291965003523 +187.22725175302327 +213.20688925692923 +216.555130521432 +199.9982030545787 +198.3444942385644 +214.05526655834356 +199.78007296912583 +140.32247554196113 +94.36329991435387 +40.4811076464735 +24.373839827727522 +29.126244655812968 +24.373989829373368 +43.43286328999198 +76.48852200740033 +88.75891839277851 +160.23422362380904 +177.04307114608156 +195.35535288611393 +225.35032115387443 +239.9284335531582 +210.60284321316385 +208.20308195560204 +191.68226535070286 +184.4641669402667 +208.14644986616813 +215.46635744861788 +199.61498595568324 +195.29346135546862 +213.7761869571969 +211.14787185792355 +146.95405554825845 +93.22504749272952 +40.41779202575218 +24.374024400410917 +29.126482543452155 +24.42672031098472 +42.449141837652434 +75.96586464707065 +88.26587724940556 +160.7104508170508 +178.58794045690536 +183.9710060879529 +215.9680392787509 +232.29263561067546 +212.46525374457983 +209.44572352311843 +191.6743662832085 +184.69573437139104 +208.3274309780472 +215.24655627844797 +198.98036872562432 +194.69336539314213 +213.81551564868474 +199.6457564903601 +147.5674682758957 +93.22782960040698 +41.907879669372896 +24.373852528121585 +29.12625717320752 +24.374025172796827 +39.8701120507394 +75.13089361419254 +91.72831165543455 +132.90684368341294 +154.1053182378971 +186.46450066363428 +213.96254554542995 +221.18314610367705 +212.1031324462288 +210.12105920515177 +197.8369143808666 +194.36166661320556 +212.12690181109534 +224.58402379375806 +216.1344610044397 +212.11035950164836 +209.07320041056258 +209.95280818021217 +146.61926183648728 +92.14305158360229 +45.341653315344516 +24.37395615956264 +29.126511287206565 +24.42652227113813 +42.27598555818477 +80.47762871824683 +96.9354127893876 +118.6079846419353 +151.35849665035613 +151.77247139676956 +207.29398049867558 +227.3786630358997 +212.06232394113027 +211.13402069753943 +192.810122140941 +188.08654586585317 +203.20469183789209 +209.83353526343294 +199.1735729200955 +185.64269094530005 +188.7927167162017 +188.8445974115687 +131.03059551248893 +91.87307938941635 +40.43491252622565 +24.40575852219899 +29.126173092586672 +24.373942487032252 +42.96269265169819 +76.49605964232367 +87.60249627364271 +151.75244727418692 +176.1353516121949 +183.98046507691225 +215.83771144230934 +232.46381016341647 +213.96581753543995 +211.3269345180435 +192.12287425518835 +185.74655945516807 +210.8352134803505 +222.53896675396663 +206.5854487706879 +196.65739044047115 +199.11628734680673 +199.78974465195097 +144.66019179846114 +93.48103102170234 +40.4420952738288 +24.373999508701036 +29.126402087502722 +24.374167707916552 +42.81011071467964 +76.24696753421604 +87.23384066757592 +148.06880177356703 +165.02848935824616 +190.371228783406 +227.49090747181398 +262.3507530627765 +252.43527793791088 +253.38341101041067 +236.6170526658422 +225.6137910395184 +251.40118806620046 +261.6744963815996 +250.35935459626998 +240.20038793554298 +238.15812901574247 +226.31554387548326 +155.15213928356928 +109.31139300337502 +45.1565723594629 +24.374001796835508 +29.126393111824846 +24.37415887977668 +49.99211365385207 +80.738990192621 +93.05382771429774 +150.93653043531555 +165.66807908754973 +183.9618093490749 +215.62046530396884 +232.25575828955917 +211.2091693962709 +208.41480953336924 +191.78227764817024 +184.89418672039105 +208.5565296707762 +215.88527316531196 +201.15913258279284 +194.8996615973074 +199.69781039666847 +199.85732249521192 +147.67800657089788 +93.2074573229823 +40.42357760382078 +24.374062756396278 +29.126464455147765 +24.426700657272285 +42.650001053029435 +76.43261885326191 +88.71435842068438 +163.3862796707682 +181.63694281986244 +183.49405570614056 +215.5879000356258 +242.16582437121295 +229.1698440879505 +231.31454947489783 +202.94454664498824 +185.9438889046835 +208.6934045364141 +215.9847651201535 +201.13836499557772 +195.7863601134456 +199.69511387499253 +199.9749242965207 +140.53423087620598 +89.67090217208803 +40.40475922085128 +24.42660917597507 +29.126100344931526 +24.37384732271451 +42.820903256798445 +76.99844497604604 +88.81497912166952 +148.0815583586926 +164.86452591903054 +184.10957223641844 +218.3316025391879 +248.53893614483843 +242.47118907149232 +237.79368595247593 +224.32990916441685 +210.84060711918283 +237.44699967695598 +247.0981026843278 +234.6777710343311 +218.5202452444943 +213.77420970002797 +200.07539594855322 +140.5694744967599 +89.67090379609729 +41.94465445587686 +24.396842965410162 +29.126173522735485 +24.373942908553396 +40.274845907439676 +75.56886570409513 +92.73755266932339 +119.30529197227094 +144.48726304300445 +186.85152494983677 +215.87330765170222 +242.21476313440192 +234.88640475603006 +237.43490743942917 +216.56737455878553 +212.93441881426295 +227.09600412134952 +243.87852764826934 +231.21450305179582 +221.6366385382781 +194.6827061727505 +197.92731872081478 +140.72952573387468 +92.0477716623789 +44.621553289373026 +24.373942497772923 +29.12615683697477 +24.373926753331315 +43.45564080234995 +83.82222270493088 +103.94133580404447 +119.14149097513754 +151.3067419793439 +151.17450994360908 +206.83709617735744 +225.85790171157254 +202.17983590937945 +202.12358956621839 +183.2672144521842 +181.08780508866158 +195.78450085104538 +205.5321964881453 +196.9496651787752 +186.77693484030422 +189.26146194039578 +188.91831045380448 +131.0686678133135 +87.38647868432753 +41.22218419481261 +24.374018702369824 +29.17907028016363 +24.373785030004086 +44.93967738331944 +78.44221253518127 +90.09451884663956 +154.98503541545514 +177.5022992372594 +183.39733220435076 +219.26056145222148 +250.24687482813954 +233.74701262501074 +221.46587102371385 +192.6446888965362 +185.056358358722 +212.6063817529412 +217.0814671847311 +201.02651326479767 +194.91641079830336 +199.6912219114765 +199.82288742939662 +140.4497974800655 +94.13104900221781 +40.44935137736325 +24.374002262858284 +29.12640480616123 +24.374147997036186 +43.40787073102982 +76.88720213476437 +89.46228449776314 +148.79877266748468 +164.7309116274416 +183.40907761563003 +215.58484761780406 +246.5991323985429 +231.65309214029696 +223.72477685771557 +197.5391418251743 +187.33892283440332 +212.83125954019624 +223.50530657126538 +211.7722785581888 +196.19615578833685 +199.77474859345128 +199.86339905012912 +140.42417488249893 +89.67263689612867 +40.40924614748347 +24.42652765863844 +29.126155184948995 +24.373901477269797 +43.268739399047604 +77.11354505928706 +88.5947537615558 +149.01754767118263 +165.62012450902236 +185.8956457161817 +219.00214105521215 +254.6696192060286 +247.7506699622518 +249.267381718918 +227.33634359064797 +214.01490312388964 +246.02375636165107 +253.57310768297864 +246.91552642661867 +227.1140010496435 +221.353247265201 +209.03744163558048 +140.8232063125993 +89.84666686463756 +42.05750659873431 +24.373939791565434 +29.126308919759236 +24.374076310999484 +46.5270961066167 +78.56871067169659 +91.19842935401918 +149.5387971351193 +164.93963403745613 +183.6019188443198 +221.6005155343865 +261.86842427129494 +262.31848631631345 +268.5566635732808 +249.1705277200981 +245.31844596638527 +274.19234999169976 +291.70190711008706 +283.69696554997125 +267.1308483139357 +262.7183951441808 +250.86961200231278 +172.77531903428604 +100.19299418801984 +44.72006816874565 +24.373915862485728 +29.126308384664547 +24.37405276646119 +57.6014089060171 +82.85846360477998 +95.72061102834274 +181.84074377974346 +216.02232862085228 +255.21473819837945 +285.2701131517684 +313.70487003758126 +302.78422698340086 +300.4354992100856 +271.3530641578601 +253.89723371634395 +266.90838138453717 +264.6023749983038 +257.1945364531437 +231.3659343145055 +225.11562370185172 +205.33781975746427 +140.81109266911787 +89.94623354077484 +43.84240892548966 +24.374060563444754 +29.12624105437163 +24.374032521996195 +42.27100820755144 +76.53091043518711 +92.65812532410843 +118.92301073499377 +143.54377186733086 +185.61234739185937 +213.33549430060964 +221.0595230346564 +216.6927286659295 +215.167720534545 +193.87790206348336 +196.933127198956 +214.07470815476444 +231.0581311086229 +222.16474467988618 +219.67631315313008 +186.80435447641344 +197.6919035334023 +140.51745213673348 +91.98959224923446 +44.18683052737331 +24.398078169143382 +29.12617480261981 +24.373920850050315 +40.54179338394129 +77.39745079209736 +94.84197004782128 +118.64350658474574 +151.42124287213682 +151.4025041140257 +207.2150466503979 +226.81248136107146 +206.75489663776668 +212.31142103773644 +191.3457086924944 +195.1060651549769 +209.98956933652016 +218.93531901144573 +207.57623771333397 +194.33253474823266 +198.3894830332451 +188.96498099667465 +131.23867748326387 +87.4139122724132 +41.16900673660451 +24.373979990806127 +29.126348720233494 +24.374115458808767 +44.119206296003036 +77.63782797899292 +89.93935451170661 +148.2534903019216 +164.48482053599895 +183.3683673456793 +215.28687427866453 +232.89835262533322 +216.41910467528905 +216.86459684831289 +196.50049070694408 +186.05342523947166 +212.72105997595477 +222.7808634897433 +211.04653653021234 +198.99930859164564 +196.54345820618454 +199.9020745754273 +140.41842125031573 +93.22524154072815 +40.42823485216718 +24.374108436614875 +29.126509502985524 +24.42649559453851 +42.85243024407123 +76.30066124946092 +87.02746265041958 +156.13983093131276 +165.29462002549755 +184.2438732319308 +216.03474935072396 +248.93356705581274 +247.667079184102 +242.68926461495872 +227.1754387813672 +215.00532600207464 +249.83715335960474 +266.3730008129944 +254.07320685029492 +238.55767029840644 +230.5393609300913 +211.3463114084357 +140.7656548550286 +89.68659697087158 +40.73998296384056 +24.374080353394163 +29.126294763051575 +24.374062390934725 +44.44104318335905 +77.73395385601083 +90.08929750121062 +149.4815129183328 +166.04018290859852 +188.91084060602518 +227.78920575261552 +270.0950504487665 +263.7856766195593 +233.3021031151133 +205.02663549812 +194.90147321567613 +223.63445352268803 +235.8084404717931 +221.82919946415262 +231.19904285748015 +233.03520790977203 +215.19665706626222 +141.86352924832025 +89.86907600953688 +42.59170961195759 +24.374059304689062 +29.126483684838824 +24.426746084089103 +47.015010465946176 +79.28066744537227 +90.47301733609186 +157.147499242668 +185.0629970038289 +195.40633386566418 +230.85592858217677 +266.177391475042 +259.60021297722477 +259.3274995352668 +224.8945018976229 +191.7150049370833 +230.46245961221376 +236.65208748068758 +235.2994113925046 +218.33019600726618 +211.3221851125161 +200.63395080762206 +140.6963751554964 +89.66735322991521 +40.75081997455393 +24.374005271570425 +29.12650011549329 +24.426763863981368 +44.70783320485136 +77.30044421228848 +89.79190846489733 +147.862531983726 +164.55490622479354 +184.05017933524007 +216.07227059169568 +239.57996763717676 +231.22960681288805 +229.57988441672416 +195.98685289995277 +186.59705641821662 +210.97505907768974 +221.89221077228416 +209.27675259574877 +201.78555153978223 +201.3764868882693 +200.06178201427124 +140.56865471681087 +96.13740857104777 +41.900740845940916 +24.384251710354803 +29.126177887282175 +24.373923891543843 +40.92241535078859 +75.46449312023991 +92.329073343098 +126.0371887855462 +144.53973904409773 +186.74166857707408 +214.1633233573021 +231.06757317101156 +226.03176564307105 +234.85680830115197 +214.9017022724306 +215.3288006815083 +225.90458239200584 +249.84029168594452 +255.48227254153795 +251.0282878940748 +218.9028016598704 +219.85253084921615 +147.5944214025566 +92.16181979186969 +45.504081904852946 +24.374079427599494 +29.126447173374107 +24.42670657761894 +45.07902905666742 +86.350961004583 +105.49175739519987 +119.04578026294337 +156.52579965892141 +188.32245112658214 +265.9479346869012 +294.6284410256355 +277.1827208769709 +280.97935621794727 +256.337876480671 +253.27577368928675 +268.5759986338998 +281.6765533528801 +274.75421387940634 +257.61052364892737 +242.72162622447092 +228.56413838524787 +146.03463649438214 +93.07948076203368 +48.06497865223183 +24.408751008844227 +29.126146296670814 +24.373916392984107 +61.000478655179165 +84.9675554013943 +97.91122234997839 +204.2995912864554 +236.8251232165104 +265.9876021574614 +299.62167962048 +333.0446328508254 +324.054100176631 +318.2456655343693 +294.6688201596206 +277.4292480779435 +299.301649684975 +298.32117022402895 +288.80690240532863 +270.0389444765753 +269.0086216717674 +244.9360441357712 +140.95799766017552 +89.86501053684864 +41.46631412799537 +24.37403037633089 +29.17901783462251 +24.373760539410757 +44.004834241312594 +76.8895516349916 +89.29178166576875 +156.8912772231286 +178.5990077056718 +196.78942891091003 +226.8180705905412 +240.66890366274686 +210.51351058146747 +208.05360210490497 +191.44863756996472 +184.4030348419977 +208.1179437723636 +215.23796110945224 +198.76714623643323 +191.5445698862042 +195.69546425275135 +211.504228335896 +146.31623136764566 +93.23181640925435 +40.42256255131848 +24.37399092216214 +29.12650921545323 +24.426749289901924 +42.25263452405536 +75.87709890920245 +86.5446389496687 +160.7753107606852 +178.28329705438867 +197.68639992839107 +228.0843097196642 +232.4483293629044 +211.41861599528792 +208.28179623279001 +191.72985387875082 +184.8081230723244 +208.90049426902033 +223.1812933065361 +213.82718148445252 +197.68769354643712 +196.46252164225854 +199.86856376504994 +145.21155423524297 +94.37801899693818 +40.44810531124763 +24.39949184483618 +29.126174490218496 +24.373943858842694 +43.043039789005455 +76.33334048021612 +86.81796405525266 +148.17407141005364 +165.10582982945928 +184.0010006779833 +215.93740247439786 +240.0213637986021 +230.06307246442293 +224.9602969200523 +203.3058051735937 +188.65096780120683 +218.07466923682023 +225.25829078012987 +212.34348210785268 +204.5595028370451 +202.99167959376467 +200.02332089310684 +140.61503113669025 +93.25141404140041 +40.49455160905766 +24.373991630464655 +29.12650904260645 +24.42649508789173 +44.137360057840795 +76.929818370264 +88.02776136079638 +148.08752938920227 +165.92838115495394 +187.76306987063165 +221.961749115627 +258.27377864624714 +258.69923196428533 +253.4722413005013 +246.34364116053055 +239.9131073236458 +269.63545917315474 +275.44323632247125 +270.4512009586911 +258.6979510392314 +254.43976339473278 +233.5371171240187 +154.2042422850708 +97.81757744548521 +47.18264066192429 +24.374029537729974 +29.126233425576117 +24.373978738181066 +52.73026571802445 +81.22061918238778 +98.89433643676101 +155.53671835464647 +196.49103554529725 +264.91256863476565 +296.09231304142975 +314.80422950404306 +311.086967972871 +301.7645169685161 +278.5478189455387 +274.09564231092804 +297.22945878365266 +323.59422954412713 +321.97391857070915 +308.17146347172695 +275.92082552241027 +284.16225452898885 +216.32194298881464 +149.1323228803116 +52.69452168846907 +24.40362028646151 +29.12617125106118 +24.373917340624775 +63.01240155980528 +112.42752973505623 +136.86276495632993 +131.7009419371596 +171.237824403106 +235.16767473798532 +293.39479644002944 +319.3964936596048 +301.51734341550673 +298.804753819484 +270.6452056453933 +264.55404513959644 +257.92116552211945 +276.3570184227915 +268.7553198235034 +242.88197950380047 +247.02443349814786 +218.64095539255482 +137.0576084502209 +87.73574553811183 +43.59298929267975 +24.3740110633942 +29.17906206199696 +24.373777417715658 +48.899863163914056 +79.49719565200714 +92.37926784046225 +151.15928730390434 +167.867438095726 +190.47227348226508 +219.65524985487258 +271.0618639575061 +287.0521404609988 +285.619142127372 +254.75393147556153 +244.1405278628942 +266.61873432014 +278.2150916519093 +267.1452868494345 +251.89804808766416 +241.34722445533626 +222.43146330238451 +148.7920220787099 +89.87391766853561 +42.8054031359448 +24.373972219677317 +29.179020276410842 +24.373762789400267 +46.02712929143975 +77.834739517738 +88.9785918757993 +150.62337132736744 +178.73529415870325 +221.96524554468522 +267.7645715505885 +307.6501431307041 +301.881123225872 +299.9253270729748 +271.31693758136555 +257.7164903352836 +288.0515385246329 +300.7385326701019 +291.3174116073436 +278.00703638127607 +271.58309626067404 +253.5287906805518 +170.97002830796467 +96.68792273343976 +43.97417647555416 +24.373985984892688 +29.12637752276042 +24.374121050719246 +52.57821405547854 +80.67926856158526 +91.70096167369105 +161.67641056278805 +200.96040851051933 +203.764168509376 +239.41410101076428 +279.2251743552546 +271.2460199919161 +263.25587039177066 +248.14120847494848 +238.5354642455338 +267.5329528178212 +284.8479536973129 +268.9730580520898 +246.42287284197133 +250.64377672932056 +233.09855323267192 +140.94616303042764 +89.87757926516075 +41.97396071709899 +24.373955862431213 +29.12651099653114 +24.42652195104644 +45.26474598980614 +77.7243615574041 +89.7620714113362 +149.33642366501763 +165.2230632565198 +185.86264703141617 +220.72262972312728 +255.4052580365108 +241.83068702723588 +253.85111434519368 +226.1382046824177 +211.56339655654065 +238.43076851204728 +249.55037174171838 +240.64594963815608 +223.60836864271096 +216.70643197779864 +203.73138445644807 +140.71104085649438 +89.75189385307961 +41.664358789961305 +24.373976262836244 +29.126345025577614 +24.374111825526718 +45.96945056479897 +77.68509443187823 +89.00373139365412 +149.52737951573346 +165.6941361484424 +184.44300376673496 +216.73588358716663 +243.95816252319227 +231.9837558045388 +234.4379236483748 +211.25943677864586 +195.5635621654655 +227.8849245650848 +253.637847284624 +242.1048336375043 +220.66893663042788 +209.93629569475854 +200.37231145490847 +140.7721503753115 +89.73329927047263 +42.20495814996755 +24.373976913438145 +29.12649464783405 +24.426733461613164 +41.189385196353 +76.05073209605737 +92.9225052326724 +119.06255844518066 +144.46516121600334 +189.64582563625797 +221.58576491321526 +248.10110135145632 +245.52477362271236 +253.142896151096 +230.85309498145182 +234.00564689853255 +241.95598506427538 +270.64644664720737 +269.78644766610375 +257.5138552964309 +221.20785043877925 +205.1616524218534 +140.84474811614615 +92.18231366102233 +45.39673477358823 +24.374036243105397 +29.12640441707164 +24.37419253197268 +42.35254948859594 +80.09522812616713 +98.47896988516841 +118.92906397822894 +151.3237598588646 +164.26903499953565 +244.83639518678896 +277.2315022479523 +269.36424142950386 +276.4272564843985 +253.83608911439353 +251.19840645560268 +273.6636216548182 +285.96949334815747 +281.21813954271056 +265.7830583904028 +263.60896486928465 +238.7526921711038 +162.37603698086443 +105.61485334423612 +46.49456454585499 +24.373993236225743 +29.126384673706458 +24.374128111170258 +60.994733525653466 +84.13590612068904 +97.73555888830025 +167.43730086061757 +208.69089443998737 +247.98967939507637 +278.44607378452184 +313.8256659845959 +313.2296286322824 +314.8620234050802 +288.18554879578477 +273.5309621001154 +301.9278355336473 +312.6365176583338 +298.1561668341591 +289.2190784000685 +284.8186426236626 +263.4122158873361 +182.8924890132999 +114.51332637715336 +46.9068920815111 +24.374081083775557 +29.126471299684326 +24.426708092898018 +61.39361391224294 +85.90510494589566 +98.4785601531663 +211.5433845671906 +252.81001087705624 +280.08236210569146 +310.20429132578516 +345.09435833000987 +339.42076607131895 +336.9754026213943 +295.6581139859104 +278.15318769517864 +305.18407728351343 +324.2759716885189 +314.2271107361924 +298.71428816835777 +308.1795667453191 +277.6365017317705 +188.36343426114826 +106.25420333920131 +47.01762853499152 +24.374113025253333 +29.126502795412467 +24.426742314937993 +51.36538862335074 +79.97427282389411 +91.14001521986395 +153.45932440566483 +179.56900992312066 +218.06558810326771 +272.6511549406491 +299.9163960122993 +289.1785841268428 +293.73683129964616 +270.81850902761227 +263.10753112392507 +291.1112393818583 +304.2433110499405 +272.3693345297865 +265.0426152172464 +255.1963520030722 +235.8788204514741 +151.28560859618463 +94.10998149295948 +43.9339104732299 +24.41463068335873 +29.138047250271793 +24.37382890934159 +55.7307283712912 +84.00811308369701 +97.08012766826558 +186.21253543158366 +220.93544583174577 +259.6477733565975 +288.42049780778626 +325.997836138999 +315.150369813419 +310.56459451549784 +282.55096165010974 +264.72478640277944 +296.2064481187394 +305.1331581854006 +296.04163506689946 +285.2249263764717 +280.14736520573337 +255.00892646764459 +164.3996003635992 +94.31600702510903 +43.920078912930016 +24.37404811790773 +29.126506709525493 +24.426746570508307 +48.514929107415234 +79.23313323880734 +90.7760197078718 +156.34075313920835 +179.29049780080928 +208.92148511391574 +243.55527796665413 +274.2218749247157 +263.06037808284094 +261.33297479538214 +238.95936516362121 +237.24505265566378 +263.8172694145489 +270.43359234406665 +256.3254702550761 +240.86311097405496 +229.90566816018608 +213.36046928528282 +142.37602868390297 +89.87914201558137 +43.81814968740987 +24.408749856942936 +29.12614629702006 +24.373939731124185 +44.332990726092476 +77.19648669027225 +94.63848815218037 +125.20615269354425 +162.43173905779 +202.29951763898617 +239.3952327345713 +269.81792225445867 +267.5671674479204 +266.8272834889185 +254.23543938797764 +254.86119221292384 +258.1067057080021 +287.946528921079 +276.18221841846344 +267.8407251148034 +241.64991214404947 +242.08870891035266 +166.4122825092011 +97.78686396054488 +46.95404357046894 +24.42655461086173 +29.12607350382362 +24.373844822050845 +58.58611225963418 +103.92363602126505 +124.6419673872971 +119.68433558558559 +155.51357392622634 +159.28927398288874 +228.2209248059073 +244.64755133931044 +241.8481749493248 +265.186973198244 +264.1224386808425 +254.3512241225526 +269.085596673499 +280.07820048537286 +265.9449630860412 +248.4152971538157 +232.50090786605995 +204.6974527133015 +131.34944565699837 +87.34605328504594 +41.07084033232066 +24.374002891677733 +29.126217260178713 +24.373986171527047 +44.14445820161189 +77.46985193846875 +88.62519219683271 +149.97688268142608 +175.76834303144307 +204.29740374574786 +252.70737094514004 +290.78622036866443 +290.04534116079 +288.89246026656065 +267.43207025253554 +258.7390316596343 +284.2372235556122 +293.1266434573183 +282.14223919765425 +277.41625498626655 +249.45121443090866 +232.52295960560613 +152.19967201902077 +90.17204070264034 +43.463542595679215 +24.374016137987468 +29.12638450988091 +24.37415065723863 +47.442720523178565 +78.78508446478327 +90.26433885363967 +153.87309706912956 +202.82421512957112 +223.2214356497079 +265.0297120310419 +306.9471731156774 +298.45231171680325 +295.3643940137998 +278.6899574421823 +261.0130384154108 +292.4876888253896 +303.03314623520225 +291.13791850226664 +277.252199148099 +281.12587199569435 +261.4091103451259 +185.49006322409446 +101.6357687993253 +45.866812712098984 +24.373936145438748 +29.12632838417807 +24.37407251734327 +51.59378552041588 +82.11691141767803 +94.2281830427971 +161.65202079775696 +189.84150348927648 +243.03841061987646 +287.42722751920417 +320.9558610790915 +314.7858621659623 +300.29048822464955 +267.96311650983955 +256.22682359457923 +297.18698731850105 +307.59265113331344 +286.74750240210057 +276.77933516931785 +273.0137758891243 +242.47171418071076 +148.74148494682478 +89.89811833613207 +42.74964226343856 +24.37405489072429 +29.126445467230536 +24.374188162185618 +45.074164964789844 +77.50573115371108 +88.69667016292324 +149.63859088892522 +165.48267798347604 +188.8625193563899 +221.83225612446157 +257.828303613157 +249.5962289993307 +246.15801516865102 +230.8529333011404 +215.46626037310307 +245.87858655783992 +260.5756161492891 +259.12821016176565 +236.3572177528141 +224.43354534554385 +218.5641231192725 +140.88616347066628 +89.76418250647832 +40.931613543475 +24.374021553584146 +29.138060345923282 +24.41510407109295 +44.66600674748331 +77.49267164611622 +88.87586041035816 +149.8489804385593 +165.68120663930569 +197.74443516902824 +229.63805375121433 +278.3306881760207 +270.9073225136963 +273.3783983274792 +246.5493352694416 +238.05370759845695 +251.59866088566693 +261.6919168456415 +255.8208699116455 +243.10865040981477 +239.00534461619682 +224.38313757567002 +147.55739121585026 +95.35881304898565 +45.3229150723545 +24.38704184430295 +29.126175196252618 +24.37394455163616 +47.65758939854672 +79.33475701094058 +97.47831509433058 +134.4859177361717 +188.5059883380312 +235.56351637743862 +270.92082993882036 +295.5143873377884 +273.6399261371646 +283.65721702379494 +285.44755824703105 +278.5041565754205 +288.03276239811345 +304.444727394431 +305.32139806229515 +289.0383626950504 +248.61857503842444 +246.55008837338823 +168.00425102907045 +94.20981416321037 +47.362459685376976 +24.41869792459463 +29.12614392293832 +24.373937408966125 +45.314839844192335 +86.02434640540979 +105.58861066436923 +119.23721535929565 +156.51940665634996 +168.3572946642498 +256.76933221041463 +292.70288812271366 +278.95207415824126 +274.61121682931105 +259.15399084203847 +249.36851551132057 +255.80280327449037 +262.5884789355199 +254.25698968756845 +248.2129936730671 +241.49841520856145 +204.3299358043988 +131.43959014160927 +87.5072338006995 +41.730211602543285 +24.380677662132378 +29.126153000375027 +24.373922980054065 +45.031051652378366 +77.98334083827811 +89.41431045659222 +150.78316987688942 +188.3992182721253 +223.71628217600494 +274.9817973923621 +319.8514932320463 +304.59957386803836 +301.9216649383344 +277.74264575292443 +262.6652726814945 +290.0029012166799 +308.2486891979771 +302.36581327713026 +286.8749800127263 +265.0369623437341 +251.73849811459647 +172.04925274588558 +102.18150964635825 +44.39773107525261 +24.374028444432795 +29.17882682809976 +24.373797495426306 +58.08850962914736 +82.86410623767203 +96.10090748403854 +178.2768499807795 +210.65892454497288 +246.8516829245948 +289.60477903355707 +330.4141108774822 +321.69052705265244 +318.9401108664684 +290.1812222493229 +272.5377400592732 +294.22094763692473 +315.99226431518264 +314.73123376851873 +300.0457695360664 +278.05105862469554 +244.1471815302918 +157.6767001229644 +89.93959745423768 +43.16435506152351 +24.374059498198037 +29.126427444373466 +24.391932473134673 +46.10110972200576 +77.92746087759261 +89.70089073473235 +149.99928606494328 +173.8477289458056 +200.69062178763792 +242.61375303382943 +285.9630734554949 +277.446788400413 +268.967816471519 +239.87156057597255 +229.47888783973187 +252.3954488507886 +265.2314617699054 +253.856911447686 +245.61585346427884 +235.87708367920433 +208.11493486096379 +140.93603310840032 +89.88146339149822 +41.81267362418004 +24.37396289899934 +29.146849810399992 +24.406074656033667 +45.006573779077804 +77.64240673544198 +89.39150355102268 +150.45602096201625 +172.55533263983455 +207.1834378132455 +246.71586957114627 +287.78710119380196 +287.65115003096173 +291.65248350368785 +265.2915407991615 +253.01168078511682 +278.8004186583187 +297.24164207578644 +290.0718147471018 +271.23201710527036 +259.01282058811796 +241.48141312257218 +152.00074952719572 +92.95574359972291 +42.7106854664467 +24.373995577195043 +29.179045400562817 +24.373761983925846 +47.35057133288974 +78.59724646113989 +90.40179829225283 +152.94226679718432 +195.47506720191595 +238.1459136955988 +273.62492883216794 +316.86480661073847 +305.88511155301285 +304.9363415272554 +283.49959600047066 +271.1649960093416 +295.0624113011508 +306.5046028617227 +299.85218802507654 +285.8934825458315 +281.9166713515419 +264.51436509979914 +186.63246252933632 +121.19130151965098 +48.69492654782343 +24.37404944091428 +29.126440093406202 +24.374182851441336 +59.61053873623256 +85.16528945165943 +104.10243016391112 +172.54233259140528 +221.4113853537419 +268.55922632767835 +292.61191745207407 +298.9142581898336 +293.70124410440843 +316.4919503204028 +304.1033371605424 +297.5432183625457 +301.05274749416816 +310.4436477174445 +316.1915624358026 +316.34299273661276 +290.5640343409261 +301.24742922733486 +226.27418184201102 +155.46374865444534 +54.09618109287468 +24.4206947230657 +29.126167197650773 +24.373913335876473 +66.8009670333319 +115.03663264782752 +139.3441959916055 +133.33679896452998 +172.07539058790454 +242.59332851054808 +311.9978510875091 +330.43640289325657 +308.04133018733063 +302.04303467964303 +280.0737674479187 +275.2340307337218 +300.7507869365942 +300.0129641885273 +294.2213019670452 +275.6408109454017 +278.2516634187861 +259.7463800789228 +182.36893902978196 +127.79685642044647 +48.650429198498685 +24.374014999712035 +29.12621891417335 +24.37396440650107 +66.79677977583862 +89.17881203349876 +103.00096261809442 +214.24468989745387 +243.57143211243718 +270.9895382406831 +300.73418647876724 +332.66085855204017 +324.84040083314414 +319.91015355775966 +291.2460639712502 +264.7532020044348 +285.8871963258666 +285.6416893478892 +314.33172761080294 +301.05571886369984 +289.02606857292176 +268.6671536185471 +189.69816894709228 +108.0959881079577 +44.338712767725404 +24.373991560895487 +29.126383019202418 +24.37412648027888 +52.10008394170116 +80.18523382206766 +92.3691373635071 +171.9713175374752 +210.07256290920898 +260.1680324942337 +287.07874893107476 +328.563436394349 +311.3958723156039 +309.51367002011233 +285.21880017115996 +269.6532059343767 +305.0009464653932 +316.18568821145726 +303.56089100923356 +291.2509982807821 +286.9843343687055 +272.0779178234098 +192.97296547248723 +119.4966595162283 +49.246302948441034 +24.373967449796307 +29.12635924943437 +24.374103001542533 +63.875586021820226 +87.43671996999987 +101.0658420541679 +199.15217310280093 +224.86827884704346 +268.84043702892444 +309.08109485170706 +341.8685099230624 +336.0829364832785 +331.2428919274452 +305.3901830550724 +291.09535718038205 +313.3617955640066 +322.3646649363519 +315.6504195060104 +306.3235750098898 +308.5439337662743 +296.02973445714326 +220.91160674266285 +154.54925816673645 +48.96402058542196 +24.374036998992647 +29.1262746820877 +24.37401948239451 +67.31325168077883 +124.3896149807521 +145.14543542613202 +220.2963384179786 +247.27469477511627 +275.59640823278323 +311.21997206828473 +345.69158058035515 +333.9038835995708 +333.06122221283425 +305.8784888681616 +284.9041542456145 +313.43330172483485 +325.10641105744196 +319.6413985646315 +310.8140031350662 +311.7828741822081 +302.42304475223403 +222.96999037292008 +158.68393033413497 +51.03337305551575 +24.373957151025625 +29.12647531571468 +24.426712454094286 +74.00896581728941 +120.38252211527582 +138.1802649757274 +222.45413534651948 +246.74710912083466 +275.1111151208982 +310.2583194349042 +343.83733896629167 +333.76980509420446 +330.44655749588895 +305.01832641210467 +286.0928937984342 +307.1521964128187 +322.26038131454845 +315.3213970286208 +304.3355351224275 +302.42773475271895 +282.52376123221137 +194.85917642975664 +132.93434057448445 +51.12941655668197 +24.374058463015377 +29.12626229694485 +24.374007252250944 +63.09626502817412 +85.81033370731869 +104.82038490706121 +158.84795276434824 +195.20647163584871 +225.33247986969587 +263.1576098175169 +296.6274266648123 +276.9018402135831 +263.13822096960274 +242.55423724197524 +232.96133829991606 +261.6431643594229 +281.73178545036257 +286.4284259903158 +282.67356266779285 +248.43865283811556 +251.64320166290605 +183.719019636064 +111.02768085217117 +48.86030546976044 +24.40932781743621 +29.126169896092332 +24.373915999886403 +54.114383027272346 +95.63760354506906 +111.57442575796269 +119.10909295757698 +153.8571299416262 +171.74432323106822 +237.89287391248928 +281.7845155424006 +272.1411243304805 +275.27318081953274 +240.9917041472603 +250.91182807061384 +260.39224238364113 +265.1043147477088 +272.9863870643902 +257.23070916476775 +250.2672302397584 +226.63703677106855 +142.83519437184376 +89.9811759435646 +43.074502551991834 +24.426564340203154 +29.126082466774115 +24.373853636752408 +47.98690332729453 +79.18799454737452 +91.48362570509703 +153.11193585739167 +184.72515846712713 +228.0088388174394 +277.52878564532574 +316.80306380780667 +307.1258553548408 +298.4865624798573 +275.4826309551936 +258.4423925870097 +290.28726164008253 +303.2597212555007 +289.4606902675199 +278.05984562700394 +264.67386250233494 +247.0403445959925 +166.26868337157077 +90.57981598805888 +43.80635002939434 +24.374097177731013 +29.12646474996506 +24.42672559485187 +46.91031470396626 +78.69455649587971 +91.05032149619632 +150.45090686203858 +192.83062989399457 +228.0785828585977 +276.09117503056706 +312.51102085267047 +306.23820504307747 +301.7477920912585 +276.8759651193226 +264.59183409745003 +290.6770565943683 +302.4420808373434 +294.99140058737225 +284.0808489679525 +278.0849767258122 +261.09694797215724 +189.33815364081664 +111.42039908671207 +48.762885476228774 +24.373925240478293 +29.126317631033427 +24.374061899624728 +62.71543563101134 +83.3626787413391 +97.57267605675567 +173.65610929023202 +212.33796741074678 +247.9093005701714 +294.3536340184717 +332.20131155798975 +322.59391394995043 +314.30222470763 +287.99095794042114 +274.4166024950979 +299.6075309088366 +308.4950793431599 +294.0723596860453 +278.37462720325834 +281.92717830685274 +258.2257766177458 +177.52138086054956 +104.5747190530518 +45.8501081412301 +24.373979483146655 +29.126371113069993 +24.374114720143396 +59.85761293348463 +83.08575581598437 +98.8052378494756 +185.58693331615 +222.79740208732642 +264.0293060955694 +298.99032988050016 +340.002666804083 +333.3319892179039 +328.690520227238 +295.8963129661459 +277.2680610051835 +303.56641260948527 +318.4810227861505 +308.67289478049264 +283.8153968704152 +280.55811807532086 +245.95654840756785 +157.6510036473818 +94.77061462050837 +44.22955051267537 +24.374069031288204 +29.12645940910685 +24.42669517563932 +56.216089148700306 +83.00560114175258 +99.05527473714419 +190.0179691211316 +211.42317944448152 +227.43964095993508 +266.6341004818322 +304.1946896313673 +297.65190741694437 +294.4423269903475 +274.1385148793254 +257.6658488580215 +290.6743401027784 +304.7248268455627 +292.074798344468 +283.3135905744543 +274.44525699309673 +257.6495399710546 +175.58104888657618 +107.40325454469286 +49.775338111130566 +24.373965691473305 +29.126357514163956 +24.374101288636446 +59.8235300673986 +83.17721365100026 +101.97466258144948 +161.61326145939765 +185.69371415624897 +235.56233253339573 +278.2818305828497 +327.82522922398334 +311.3538982700726 +305.9032967121327 +280.0182386658504 +275.04079280161784 +289.2896989598257 +307.11248564925387 +306.522391533177 +294.9698148294411 +268.60237376822045 +279.24841116590613 +192.90549616500144 +116.04217595382924 +50.976454849775 +24.404968484466647 +29.126170933225456 +24.373917025605365 +53.836901376378535 +102.1106958901359 +119.92947725219894 +119.46077187064469 +157.53743983835827 +191.80553393026472 +272.0657345950766 +305.69248256310453 +293.54525396706373 +292.15344304823964 +266.42809825728625 +252.09992360018947 +273.98008805195224 +285.7991609962701 +283.80281299835167 +269.1376641734824 +265.95300395960356 +241.78000632430704 +156.62937369364616 +94.48252210221834 +44.27748755045562 +24.37994051041476 +29.126153178485314 +24.373946467188198 +50.8521807094943 +80.18880055321307 +91.52879364346319 +153.90579219346037 +201.29121543313872 +244.01835156709683 +287.6000388090984 +319.04050754918796 +308.0194532236399 +304.83887307411374 +275.1454842934807 +263.9936323085764 +296.256825518663 +311.3274798654523 +305.53216180541114 +297.0544335646166 +297.00137444356784 +281.8475804607879 +188.13931290038047 +104.42030374749096 +44.41267131175953 +24.373986256639196 +29.12637778976814 +24.37414380647855 +46.5519638131944 +77.78825226981024 +90.48437887646358 +149.55280528348445 +167.4186772329567 +201.48294850811345 +248.36242919142086 +276.57372170552765 +276.8608430543082 +276.5988495905021 +247.8006213565435 +237.12728803739597 +263.0577294884849 +277.0258500822234 +262.6957419647768 +247.16960571089638 +239.57461534954143 +211.75866390777952 +142.40972146180897 +89.8640780116793 +42.13438890478935 +24.374061830831128 +29.126429751481744 +24.404373652876366 +45.29552186235329 +77.66676385728891 +88.92143664688365 +150.55372663765567 +174.84616019041587 +201.29729630627233 +245.99581451084975 +273.9963703194297 +267.94878145151387 +280.517329749897 +251.0351649690164 +233.41059050571337 +264.40155088887684 +279.2929226194843 +263.6299863443266 +247.9973471062917 +234.26953095885358 +215.02576099673843 +140.83695141637298 +89.78760237303187 +41.28994991274611 +24.373999041325412 +29.126493996623925 +24.426757239300297 +44.69144483537075 +77.3223139134873 +89.36750347449652 +149.26369439998598 +168.7917382052829 +213.1560385134033 +257.40621756607084 +299.13624415026624 +290.21727174425365 +291.3956461480414 +267.55933523954315 +255.3671959875416 +279.6537745364114 +293.68370595324035 +282.9188577220734 +267.943812729702 +256.3279404917941 +241.21447049455531 +144.43679107117072 +89.86254217442558 +41.70758080153113 +24.37394556579606 +29.126500929579567 +24.4267647415925 +45.19961713123893 +77.68230066752886 +89.06445940578634 +149.90110712280878 +178.04390002661975 +224.92059457069345 +276.97398102282693 +310.73136616203186 +303.37384750937804 +298.3745393146148 +275.4175839707546 +259.75656905895323 +287.95988929282856 +301.8476218038758 +291.09881803421257 +282.9249268379608 +287.88609091638904 +246.92914013891718 +162.803201085129 +93.07587698247124 +44.84113421553451 +24.399690482296535 +29.12614845814187 +24.373941849221612 +46.44567679587183 +78.31093799800722 +96.22375863174517 +129.16636740760575 +180.98302227969359 +254.21249960263725 +291.1650730268861 +310.918132216097 +298.5296487113191 +292.89474136542884 +277.12385024113604 +269.20646193429786 +277.50348660298414 +302.0094311922192 +297.0497165868774 +293.41128597807875 +275.84643124255956 +260.1804805557498 +189.70971025724612 +112.36182845915465 +49.99120270024173 +24.4039597860301 +29.126171171783735 +24.373917260004724 +59.28684628195401 +97.93973052314993 +120.99793503384655 +120.43569479974063 +158.15337636715458 +198.84592111719803 +277.9797743368777 +306.8914520298302 +288.5796308349719 +290.98158324182504 +263.47011075303544 +263.446827705272 +279.08941551012043 +292.8286718955882 +283.82243160537746 +272.7527891986786 +285.729370087304 +255.95254651294044 +177.15546604397358 +121.17725916182553 +47.21996342532489 +24.374027852371164 +29.17882618580965 +24.373796906084838 +58.4344102246721 +83.10296902355685 +99.27055066663672 +180.37105982551373 +210.26068046247335 +238.71210244224346 +281.6648548015999 +315.64444339146735 +314.9513295704312 +303.3602974975146 +257.9678278244223 +266.59567675992 +295.3239266223611 +306.2236192566822 +294.80821831405535 +287.17826880403135 +301.97793695139234 +267.4921737171822 +180.46178155736087 +106.29973740939501 +46.67770075065763 +24.373975251204314 +29.12636693652283 +24.374110595127863 +61.58786850414379 +84.28770575781431 +99.00663492059692 +180.92791302901097 +214.4763232824905 +241.24948135527916 +281.7936009031451 +317.29228308906477 +307.79009984930025 +303.2507095929975 +277.26786897439956 +263.32780880193167 +289.79530095997023 +305.30734956472566 +293.86440374223247 +280.0037881755195 +288.83393146481166 +253.7801743831142 +169.8270019185374 +97.33356846868475 +44.1275536339005 +24.373966148770744 +29.126357962927216 +24.374101732604018 +50.037211327492464 +78.84326157247183 +92.8423146809958 +157.16755784220874 +204.42339997206554 +243.56714250179343 +290.98011260226883 +325.94520876965856 +316.3846881060507 +313.70107515247537 +287.74457612800705 +272.52460799544934 +298.48163124773333 +311.5724323706145 +301.9425846590437 +290.6103106182745 +298.24409242331853 +268.9519004934141 +165.7904097390702 +93.56596647424587 +43.42749107167953 +24.373994894578203 +29.12638630798437 +24.3741297263567 +48.771322455376826 +79.49830652603579 +91.84193648000371 +165.13754406233596 +206.04025405964552 +260.4924921117421 +302.26248936713506 +337.57529942602605 +333.4391829881875 +319.9091915088713 +297.69784112826676 +279.4980685130444 +302.8298785529212 +314.0266491471441 +304.1644095165809 +291.21524698084363 +309.51707753213424 +285.06429498007486 +208.65920589600063 +124.15780542574431 +49.55050576090272 +24.374047526138963 +29.126438204980584 +24.374180988820612 +54.858333057832716 +80.66306262418519 +93.33813200330445 +155.63039733451131 +179.7370674529935 +212.05849084554114 +248.27073552043618 +291.97034536267836 +287.2852095762046 +285.6777378191757 +266.2101977483928 +254.26425181144012 +278.53131172344183 +291.66644760466846 +275.1402392766728 +255.52998511653075 +259.554703039767 +223.0010155075317 +142.8073373812814 +89.82500618758004 +43.41285049368265 +24.373943092416607 +29.126520787229886 +24.426761870072784 +43.434140727061774 +76.85854823319268 +94.2540616633254 +120.49013672351094 +149.83608497307952 +198.24781552104307 +249.89472157235738 +270.4846665677541 +272.5482673378709 +270.5379185760301 +255.359950666376 +253.39601614505776 +267.0101558759618 +291.39815177303575 +278.2105714018461 +251.12749955654417 +224.91598490783903 +207.53178461141212 +140.7305684611721 +92.10622857474517 +45.180838932906916 +24.41551778948133 +29.126145515401284 +24.373915622659055 +43.64253812621281 +84.96854005888602 +105.0574518627713 +119.23629005583065 +154.82366353141094 +181.88160868391043 +272.64003863531366 +313.5171800474393 +304.3032140326096 +311.31910535351153 +285.7983583815183 +280.7322622978753 +297.9199180240522 +301.4024321528123 +296.6268376748079 +285.77318807507913 +300.68851862915517 +268.34510883730024 +194.47570889072378 +140.75072973322517 +49.18587233013401 +24.39398909216582 +29.126173541833356 +24.37391960224848 +67.02523159046179 +89.22103468724382 +103.71191405160484 +215.20538163611488 +248.25288124154747 +267.0989240352456 +298.6986897166633 +332.550760858363 +330.00202264456703 +316.0745866890656 +295.1767486334829 +277.96515737346147 +303.16543789730355 +317.978189915967 +307.5552988971805 +297.86177977461097 +314.1022253309219 +288.38362388357194 +210.27045528912655 +144.84149257526593 +49.5072871765395 +24.426598201340898 +29.126090238267228 +24.37383734860453 +66.72101886536765 +88.92298601972921 +102.33081062573729 +207.7017847334556 +246.31638254983105 +281.19465309513146 +308.8883515911014 +338.81739904260905 +328.25367844884533 +325.60653530047244 +290.2880594989405 +261.318817465761 +276.60541837688936 +276.64265709157866 +247.7782891050582 +238.9631345328936 +262.0503875991137 +222.9522106720132 +146.64542912580524 +89.94986261697774 +43.02301484110479 +24.37397567418759 +29.17902399129335 +24.373742147327395 +48.81882992249551 +79.13012787229243 +92.03406560467202 +150.48182433725322 +177.77990985725845 +207.07398670003718 +255.45617177048396 +294.3727798718206 +293.05285702767895 +288.908477628516 +264.4213744889644 +255.6632998473259 +279.5062924552386 +293.6449638804057 +280.47135184203376 +271.06445553037395 +277.0820203504655 +241.11581689849717 +156.98345662463936 +89.94682461251061 +43.02107320342034 +24.37397494484308 +29.179023205170562 +24.37376549184435 +46.08575810716338 +77.86339417813926 +89.94962900201165 +150.01592072892421 +174.83193122738584 +229.6108990601655 +277.3649221552825 +313.3254938778568 +301.98293893188486 +300.21274932398205 +277.35391361163624 +263.3462847734406 +289.76925825970466 +299.6691391103384 +282.714376513323 +260.3865893236471 +266.9022309571916 +232.7204755022078 +147.58404184594454 +89.92791574124388 +42.91528891535049 +24.373983035385102 +29.179031908824527 +24.37374948358688 +48.09322004088019 +78.53876720056516 +92.52749577645379 +156.87211158295113 +206.19794920670344 +249.82736972011583 +289.9883945888791 +325.50063967742017 +322.2620146036493 +319.8190695426482 +295.8107967233272 +281.04445369174044 +304.8188628554841 +319.88746548982897 +307.86676719792246 +292.6788412360353 +298.88554923693124 +263.50321382175207 +177.09596530002773 +111.29551530786834 +48.605155312114015 +24.373971425007156 +29.179046020445632 +24.37373767327471 +57.73197419862839 +83.32136068493007 +98.92138546874101 +131.0217381773188 +175.11942473871906 +226.72325547399487 +257.06885356755487 +281.81915289207666 +276.6713624352464 +272.2553817771157 +249.20242329747632 +240.18449663434927 +252.48551494779295 +270.48928467077747 +260.6395763131669 +255.79452010977468 +243.38862637129617 +222.97370064975132 +153.55108300819106 +96.39049611606826 +46.87748238283096 +24.374033235040535 +29.179085917669006 +24.37382334574496 +44.64791827547393 +83.91456753581848 +118.70301385214279 +119.01041821929432 +151.27570449312398 +158.18362211996316 +229.10495689708117 +255.4013483254703 +240.20728990917212 +254.8843609730595 +223.58189083661844 +205.51583700133614 +223.0349863542279 +236.34105085071 +227.84343524488014 +214.63776304285588 +228.17157317964373 +200.35093131934713 +131.3679124978435 +87.59212985034327 +42.43346673334756 +24.37406011353998 +29.12642805089151 +24.396061385379635 +45.65603338830856 +78.24295231051155 +105.82727717036009 +150.35817157905288 +165.91222516364692 +187.37500792779284 +220.88001859127075 +250.0298474895529 +249.3711015716729 +249.46134437315212 +213.8760566283475 +209.3586419665532 +236.4137306850063 +251.48897712158876 +239.7639713963831 +231.97895185819675 +239.0508971878486 +214.2448733444282 +140.7937295948986 +89.77024001701437 +41.45323524599386 +24.37401579529983 +29.126510451844773 +24.426521356541514 +45.32783031946271 +78.15878848254424 +105.39894636084165 +149.9992436360768 +165.3389320598998 +189.53920006416098 +227.40238369760496 +261.05223103992495 +259.7745778984737 +257.17169893820306 +234.5492417529982 +225.91518797442413 +249.04908911621305 +260.02377259675006 +248.96143202909084 +230.5154302836815 +237.73153827719273 +213.36988234405564 +140.74809473733546 +89.69103572851252 +40.94780203896814 +24.373960905424248 +29.12645653785753 +24.42671670667914 +44.42239539883953 +77.51171074719564 +105.07621839857399 +151.28282566583104 +164.99048621321992 +191.80989286799445 +236.20068247412337 +271.8368563438739 +267.1044429924136 +267.68155648606626 +249.75887247534416 +228.61916616441295 +250.01632062029557 +262.22881064874707 +254.6868757715481 +248.81438803729634 +259.4576540868104 +218.95443163453308 +140.79042375422767 +89.80624429084962 +41.98224525817713 +24.37404549040163 +29.12641357610549 +24.374179244423473 +46.763999301506466 +78.81397328383646 +106.7674891766408 +151.5519184423078 +165.33287907195697 +183.86391120206784 +215.47468734817252 +260.78792355909513 +284.05286175687945 +287.7654530483297 +266.4254381286897 +252.6075084937476 +275.2393511053442 +287.2250969424566 +279.1889527426919 +257.52145800941037 +258.19706586986894 +227.1042746496463 +145.73202271512008 +89.94044035034143 +43.05841214785 +24.373982180479864 +29.12635088604172 +24.374117589189556 +51.02421142220898 +80.71340575095009 +108.74174118882755 +164.39571037747612 +189.11325750022763 +222.5715321665198 +267.1014482933031 +309.5334927171618 +300.0262065993165 +300.4741370256944 +282.62054052142196 +262.88832619055864 +289.40225351306555 +303.3349662087888 +281.5853414705318 +268.0846781416796 +275.16316344481254 +243.23718540829805 +154.81268419838057 +90.53204381658767 +45.25254284961524 +24.373963196860892 +29.126332096931367 +24.374099104510854 +48.567228728280995 +79.45747217848974 +112.24581290169031 +134.8433770576644 +177.5669931588895 +252.04880568559975 +291.7078349822651 +319.6398654867761 +311.4464918153148 +298.3153207610663 +274.6519619020947 +277.9780385459845 +243.92864010941753 +302.38912165331124 +301.7448922277632 +294.1451890683961 +272.4480381916871 +262.0718902034225 +189.68142132213447 +122.07420326722195 +50.55351315976085 +24.373917892019147 +29.126310385128154 +24.374077508630858 +49.58369113478085 +90.23840669378417 +123.86750800722211 +119.310294271961 +152.53428441779604 +170.93403274251645 +242.44553456610396 +276.00218511890625 +266.46992450020934 +277.31492640828867 +255.59541144599652 +249.27801976409324 +263.8944126137735 +267.6587200952019 +263.89386891360164 +244.7693635548078 +255.87778137403402 +220.88076653600115 +141.33185842171252 +89.5855660349695 +43.99506755679273 +24.374047940254627 +29.17910173410172 +24.373814174325165 +57.05695730004182 +82.60039613793536 +109.72483165361243 +167.57606151938367 +194.4405975500626 +233.11675323671815 +275.7683997566569 +310.7182555600241 +309.80779562582313 +310.66498658109236 +277.4493788903143 +265.59951698880394 +280.9801571600172 +275.2973234258212 +280.6281831147976 +279.4691508611478 +283.5621374933185 +252.35874492995484 +160.42646304812246 +93.56135515798243 +43.042531854317815 +24.37405285141565 +29.12644345796016 +24.37418617472625 +46.946167903670975 +78.64007781458942 +105.7227805818115 +149.6826329724401 +165.61183236711503 +185.65658792942165 +227.00480389567636 +253.8165656009559 +263.7389732475215 +258.84901583878434 +227.6407635514255 +212.3145400083698 +247.7037403860393 +277.2682943766748 +276.2098248794196 +267.4576421266724 +281.7531948678877 +245.48417153326835 +159.2969186403647 +96.9673939883392 +44.381554793397676 +24.37410529186736 +29.12649516680976 +24.426734029662214 +56.99288103814561 +82.62571746042683 +109.1115332096802 +161.62181597009334 +184.26006798543102 +206.43813152888984 +221.7416722928317 +260.6373754898883 +252.431414039102 +245.97081586060233 +233.4634451142601 +223.77853634734316 +213.71561310024225 +217.73078113658477 +201.76517684351734 +198.74299021025578 +214.15882664667757 +199.9266551504749 +140.49265844608962 +89.67177557299804 +40.461457375423386 +24.373975947087548 +29.126493700568695 +24.426732434511514 +43.38629415484091 +76.87693927056307 +104.29640060510674 +148.4034468442582 +165.3701205166628 +184.11482053525583 +215.34695619897633 +232.17745939037155 +214.16473126456643 +211.34538088346682 +192.41013433841772 +185.00155623444695 +210.52281967861416 +217.98706416494096 +201.75408043553583 +198.16644628045907 +214.1497929436903 +200.02021837435876 +140.56222343358883 +89.66684802905303 +40.474200397642285 +24.374003699857763 +29.12652084962878 +24.4267619346921 +44.098322366355426 +77.3941074034691 +104.77262695389456 +150.041633062463 +165.57441312785008 +183.5979657490746 +215.8272804563261 +237.077019474587 +224.295452023665 +227.8971809721215 +200.3970608127806 +191.8451507662489 +221.01651125897172 +228.26842502899868 +210.80542001423538 +202.83562889009767 +215.17743795950582 +199.99210846207922 +140.52890792172968 +89.66740033448345 +41.87853150517048 +24.373963921439007 +29.12648193255424 +24.426746140728323 +40.6152464100121 +75.7786929688736 +108.09298723659867 +118.81423111796175 +143.94925475471013 +186.3667410717193 +214.0390564221278 +224.62473578229373 +209.19505079121572 +213.99156073296902 +191.9372284267241 +186.34461144705799 +208.2935933342881 +224.59077289005486 +219.26662113829784 +208.006606781089 +202.42399498699143 +197.63855522548724 +140.4966950792789 +97.11584747635933 +44.188863649259936 +24.37393183643818 +29.12633536561067 +24.37410208019608 +40.21400388563184 +77.32792013907782 +109.75476332624987 +119.40261986960864 +150.85609365937984 +151.38681771445468 +207.50854347869824 +234.0487550840044 +210.71836407732292 +218.25638666248605 +190.44209731749538 +185.2409731543948 +199.6694295446138 +215.9459398029863 +200.99784001909393 +189.3622382840669 +203.07067440834754 +188.84923530142294 +136.8971346933595 +91.41415558838702 +40.486975257299655 +24.375178047394243 +29.126179910457594 +24.37392589133505 +42.50117370672915 +76.25289022532023 +103.42585815693255 +161.72179820038983 +174.11644132274913 +184.5606283922661 +216.2745205522317 +251.42938798219706 +238.21303303986696 +236.54797490387557 +201.0478823284515 +195.60963892422566 +218.08788167167302 +232.728293635049 +213.15917585884134 +196.7294797288026 +214.09067648712139 +199.91231776826953 +145.12155655274134 +93.45927925962525 +40.44051077766063 +24.374039786203067 +29.126441804943347 +24.374206779708167 +43.266962929342384 +76.22581697183399 +103.32934208214921 +160.5830439754564 +181.66019566100255 +184.14492310307466 +215.87125518890477 +242.82994136849575 +232.82688647221153 +235.17024134217812 +207.2652294707517 +198.50326258026482 +229.22693248313428 +239.2248415975988 +221.1158735607695 +204.63786312393734 +214.11024744438402 +199.93580758319266 +140.42567747869123 +93.22586810843467 +40.41903823669618 +24.37412382261571 +29.12652467605456 +24.4265122863552 +43.13268875413293 +76.20762374290184 +103.31991833254256 +159.43422958621716 +180.80696156980176 +184.2036830069784 +215.68246473588815 +244.37649147473067 +238.03662111345542 +226.280883883419 +192.5732315153951 +185.36685695837576 +211.97786938980045 +223.1025273958129 +216.81173290439423 +208.0861969945768 +216.39402767718286 +200.09461225609508 +140.64426384950235 +89.66981554766939 +40.5664740405765 +24.373938370708487 +29.12643440368979 +24.4266927568343 +44.48022472944131 +77.25063944793537 +104.49514131068874 +149.58961369522896 +164.6386992873568 +183.57874976498186 +215.68722571188212 +242.10491642590353 +232.22452349102653 +246.80620863043328 +212.02659234852317 +206.7498940690442 +233.7915147305566 +246.91477163487767 +231.47772483475535 +223.28898609676241 +236.87465391563026 +214.78252199359352 +145.95947519496156 +89.73233264333493 +42.22953248991537 +24.37400302950324 +29.12637153199659 +24.3741603167687 +47.730978696547496 +79.27205101151871 +107.51958006309187 +154.1485181184614 +178.07721582680045 +210.30822550745268 +248.24080786344945 +284.73604536035884 +282.3109031017017 +275.668750725064 +254.31852557941573 +240.57078066417645 +265.04640300753505 +270.0449432264795 +257.0750242952891 +253.52740390356036 +267.3046720523126 +241.84652596026086 +163.06295471294672 +90.2881513699415 +45.99020795556045 +24.37397284456261 +29.126341644967535 +24.374108496623418 +46.505850727840176 +78.43898584301598 +110.50398525571582 +121.3217906157038 +155.74540178763215 +198.73079280264554 +243.34478037895863 +263.65526594389064 +258.55130460560065 +246.96792051965434 +239.91619762499786 +216.00925535535694 +232.74304477209583 +251.12596174893335 +234.08174753287958 +223.72641341473303 +203.1466508376019 +197.7022767907741 +140.51838974430927 +91.99467581736354 +44.28667029976345 +24.415808809853765 +29.126170854500266 +24.373916949320453 +40.691518920310166 +78.77489289242729 +111.07974508697576 +119.2498185894231 +152.0108175775248 +151.73272041564852 +207.33845903794816 +226.39071659932415 +204.57125516412967 +206.57911248055973 +185.3253930680407 +181.98945548135384 +199.74554594329115 +206.1068926419621 +197.7730966971956 +188.74196603939953 +203.05362005301112 +199.27446330771286 +136.2656748683518 +91.5987563062831 +40.428105116225225 +24.374202446558364 +29.17882492224182 +24.37379575044987 +43.02549549353285 +76.63897190217628 +103.97904248739394 +150.4828927689755 +172.29591315560108 +184.12786667395196 +215.56226769940994 +232.32140493473915 +213.40893374082464 +218.01648570997438 +197.0712679472653 +186.44201728273293 +212.55472127162716 +229.7512365365013 +214.72063310525468 +214.76493224799353 +214.1166130335048 +200.00709623595938 +140.53737010215528 +94.43761936376994 +40.46436946243858 +24.37397782080489 +29.12638070589653 +24.374124194278647 +43.1758324544082 +76.44207520258344 +103.6988485340118 +156.7501439531798 +164.75735491964022 +187.4448043598137 +221.893739492407 +260.0825434469131 +252.64768053865575 +256.01957435321873 +230.95102519704358 +222.81110283633646 +239.7145485710203 +249.42869619536134 +242.0235261175579 +252.26679594705377 +247.73102434205677 +221.90660916697252 +140.77464228105384 +89.83003874675087 +42.143232493972775 +24.373983995630237 +29.126352682207298 +24.374119355618365 +49.47287170650404 +79.69053843650622 +108.21047031481295 +164.6102917464905 +190.05513099242322 +216.13732767310844 +255.52299969082966 +300.7531485927412 +292.19007919940265 +282.7298819446585 +256.19647520250675 +239.17937267328216 +266.7944009075286 +279.9150284821155 +278.89215381373094 +286.9736113773018 +289.6147483339668 +259.3495879795515 +186.13702083706727 +110.61803903818304 +48.08357519723215 +24.374012198403797 +29.126403368532387 +24.374146577283287 +61.46070093098798 +84.22218184369882 +113.89061831072323 +177.9023596617609 +197.13172548949547 +215.0797023349789 +265.029327850512 +306.42978595764777 +296.04993599555274 +293.2963787106693 +252.20722661370232 +241.3344947991955 +280.3628656107098 +278.84301821232054 +280.4714613609353 +274.23911405981613 +265.7441332806744 +232.72267589755072 +154.0523825172171 +93.91524244631549 +43.56144036138819 +24.37398384964915 +29.126375417603327 +24.374118969120406 +51.8275822602344 +80.5810875109962 +108.48255606763598 +159.1422664767408 +179.46868659830568 +225.13262261367473 +282.5770115418844 +322.3887924963393 +324.02930645826694 +310.7954458937435 +283.39435309047997 +261.7129883006125 +279.16639114543426 +296.1896605288032 +290.3417443619941 +298.2509170141456 +301.62511932170133 +266.6000881063563 +177.02196160776074 +108.8214370758113 +48.0799241675502 +24.374003953543873 +29.179080858091872 +24.373770092687575 +56.38100780135247 +84.42655446355842 +118.0810634021908 +161.06897958327835 +202.67142497918516 +254.06043000207802 +277.5831854903275 +312.04228288454163 +303.78859531726226 +299.17798135745244 +277.0600681677324 +269.2009450870263 +283.01165886392914 +304.21830687708194 +300.19343136252894 +312.6783440879531 +283.0717516826901 +275.6989995399278 +205.27688014740272 +146.68557687693266 +51.361856918098646 +24.41962634280041 +29.12616744977215 +24.373913587002953 +59.44631269326272 +107.74727839022063 +145.31621102011187 +128.79151593911777 +161.76417209907626 +183.06534605626223 +256.9751973141574 +291.61628591266475 +273.79764931974677 +275.82093455472744 +242.63262909386154 +237.3790058941706 +247.72206247810183 +263.24950540618977 +246.6384884093094 +245.19491900662004 +226.3850974845986 +189.0886411806859 +131.10322198229457 +87.38111693607196 +41.096305170413274 +24.419738874684654 +29.12614367292175 +24.373913816380654 +43.92903956019855 +76.85166765707962 +104.46860542701998 +148.58479023177406 +165.38310508491475 +184.00555122800432 +215.9136865998954 +237.2703817906133 +235.53593635252133 +233.5241220684868 +200.33940344700346 +188.45878427174895 +218.04612828426036 +237.710876338206 +227.5399145567835 +240.00459268898317 +229.40011255171706 +200.05864219147145 +140.63478761578574 +89.67007702535867 +40.407158976630754 +24.374043444530926 +29.179058497087244 +24.373773325278943 +43.64222766216767 +77.00351245575187 +104.19983190987908 +152.27680561020625 +165.2741516531366 +184.16976100344579 +215.83824800529214 +243.00348397316142 +236.58013866301937 +234.37507042594834 +213.93853663289437 +210.0156341521577 +229.68065339125047 +236.5857837579289 +222.1322270552634 +233.87745528570275 +233.59855718276907 +202.20508766492006 +140.62995504431956 +89.67815395522815 +40.52207929608434 +24.373939488617847 +29.126458036726127 +24.426720289092234 +43.82539375026412 +76.91933495788301 +104.13675787961337 +157.31421088633022 +165.22376800316877 +186.22900049557464 +228.8088954269499 +275.150421185617 +270.29489978037003 +265.097414397352 +252.66232189776284 +233.90416329482588 +262.11525712371997 +271.7664034744978 +254.2452343455465 +250.4376402109008 +241.296876328966 +203.06334866772713 +140.68665254945876 +89.68234242338414 +40.773177154664715 +24.373984981505046 +29.12648018375079 +24.42674229555537 +44.197561056936 +77.24303410710048 +104.42450739257835 +148.56403387465835 +165.47963334905037 +192.99450584103505 +246.54213224967873 +287.28175937158585 +290.9383529286833 +289.2848767017775 +266.01920624161284 +255.12317627732247 +282.14142479609313 +293.0440036076582 +271.3684008203243 +268.60969730252714 +262.4654187570067 +217.87319535637775 +140.89555865472653 +89.77982725285646 +41.567800248535015 +24.37395906023685 +29.12819811392836 +24.424830578670417 +45.20249504960684 +77.69183615395202 +104.99603529931618 +149.00365526959627 +164.87270571645573 +183.98292239408775 +228.14474168428154 +280.86638503697213 +268.7777332360803 +264.94558654350976 +249.0744086923037 +235.70009381249255 +261.6786131684986 +267.3939525462909 +248.70847573556833 +239.7469971828021 +228.0694847430092 +200.23056490671294 +140.6705131476099 +89.67664165856586 +42.15362267032297 +24.37398775588795 +29.126505252859424 +24.42649091685708 +42.37775291297549 +76.55622119255136 +108.84409056653325 +120.9712598315669 +144.1685216558141 +186.2654160390703 +214.0247855976181 +221.4003666420012 +215.4862883854969 +206.57498975516015 +187.65338210130597 +187.4667151667721 +199.20580074600372 +225.01631773487728 +218.67451794922476 +229.81701288064374 +203.3149645331773 +197.7924186369248 +140.74607308066817 +92.07515508462045 +45.04620243079946 +24.373924752907755 +29.126294035525532 +24.37408440599837 +42.94248178872653 +82.64586641411246 +115.10299471112934 +120.72464794551504 +152.44418708616644 +152.39126684956926 +208.30939731975607 +234.30696669136006 +231.59082324635222 +220.96993400489924 +195.3376092082024 +189.90857894184145 +204.19346814014472 +215.00151371983628 +209.55419040787228 +211.400643691903 +211.559198895809 +189.02713368754272 +131.25567368194405 +87.3238010640067 +41.43300281293995 +24.374045072820348 +29.12622552948616 +24.373994298597335 +44.18341124267633 +77.409250007267 +104.90846908915479 +149.74467687322144 +165.14427882980027 +187.73339699001102 +247.91475432869296 +297.0164197533548 +293.0782589196263 +295.8651989478814 +265.80582705728847 +248.0857705508006 +278.49954503412107 +292.6251094825833 +283.60677268113005 +274.7303635518465 +267.41112421019034 +240.93852393210983 +162.42130949480944 +89.79159388677397 +42.27478117286831 +24.3739424116714 +29.126497844256004 +24.426761406211988 +45.845505681569946 +78.57421195517423 +105.81519480895899 +152.3956719297073 +166.9230316567306 +184.18185739143865 +215.6288703753511 +253.14171568384464 +255.52087272618377 +267.04214828878634 +227.91490304538323 +216.34759780594655 +244.92892464049936 +251.2533518466478 +233.6822651991951 +234.79545612237675 +230.47716563642658 +208.05225677734126 +140.7715290249905 +89.77878102644442 +41.73362824384518 +24.374078340824997 +29.126258877856696 +24.374027100029814 +45.83329549611341 +78.22525706112214 +105.64060054533438 +152.31904809895562 +166.92679088190195 +183.72743628984145 +219.93421366522307 +249.36210539269908 +259.1215266826448 +258.6569120011005 +224.02109377307468 +203.956231478242 +223.2495167407525 +218.93408647011606 +206.21763954934036 +213.68315377774266 +214.03792607786323 +199.95062836891296 +140.39601972630672 +94.5918780008171 +40.47777558621092 +24.373909044765053 +29.126312895143478 +24.37405721909688 +43.57065490418769 +76.7766553969812 +104.10128047848929 +150.92981044168238 +166.29073617130874 +183.49404162295258 +215.31706786364737 +231.982115962305 +210.73605457824686 +208.22807728617624 +191.7831897869321 +191.54278058627585 +218.85143174031705 +234.12874262151357 +206.80672741638077 +213.31220355526114 +213.78456717731115 +199.6622530378834 +147.25167836906886 +93.68117412392776 +40.410608862414136 +24.37419543128665 +29.178817185187654 +24.37378867628001 +42.429047491636496 +76.21444988123905 +103.25307189286066 +164.12051811290556 +179.57992760987113 +197.9058397368578 +227.5364855288288 +231.76155194309615 +210.69108348580338 +208.14213856428287 +191.49950060864649 +184.3737826819543 +208.05603395835897 +216.74417784316788 +205.429958468222 +213.1688385158997 +213.6657452880288 +199.55817560813594 +145.5177014793107 +93.21472207456537 +41.907421864773944 +24.373855164307415 +29.126259773466316 +24.374004757543037 +39.493030055926354 +74.961248961671 +107.12511024965477 +130.09556959278794 +156.74684295533487 +199.51823500543696 +225.7697377218313 +220.89194880363885 +208.8360615788604 +203.94439410563794 +187.630167208654 +184.82091312376116 +197.32421062676394 +220.57544741230456 +216.275776762177 +225.6018376367367 +202.41194124600653 +197.6179268593362 +140.50137574794084 +91.99126697774359 +44.19481699595747 +24.40534033015029 +29.12617157781929 +24.37391766251428 +41.19593113679921 +79.30630587231127 +112.77960406460866 +120.81599647887 +151.450805844933 +151.16161926431909 +206.90738353431462 +226.07949972677926 +202.4951097894339 +202.23542762038232 +183.6957696038882 +180.87841642120776 +195.94786860640895 +205.59503459274322 +198.511830485616 +203.2893039735673 +202.87731616711247 +192.37722089233066 +134.73843496234716 +91.12317180978796 +40.4462241695231 +24.398704333549954 +29.12617309411245 +24.37394248852825 +42.1062555123477 +76.18806368512396 +103.34938193064112 +160.2418035866743 +178.21700224970664 +196.81435268505467 +225.90115889254903 +231.9505606957169 +210.89219213882765 +208.27036218123158 +191.71234260635413 +184.72701637485432 +208.60003589123687 +216.57825495476314 +205.9593442552355 +213.4165523205905 +213.7589378241036 +210.07599259837758 +145.10007700479946 +93.21581406585375 +40.479026684740184 +24.374075006099364 +29.12629319041905 +24.374060598184478 +42.10815817251938 +75.96302547931826 +102.9341826552912 +156.52136805443726 +174.76107783695477 +196.92311491095484 +228.6015447836706 +232.06254465332324 +219.62475206123463 +220.6262005628263 +202.87888871114848 +190.4978771199609 +211.4210857650886 +222.5963591885783 +223.65899667113558 +224.52759826577807 +224.42135454081506 +200.03125630447627 +140.58072602083524 +89.67944013506381 +40.80540758974467 +24.374018726445595 +29.126387075352945 +24.374153179394895 +43.92334745599557 +76.99411329255292 +104.16254427279918 +150.31180049553228 +164.9774719799188 +183.36807197602752 +215.33777540945593 +233.26590239032757 +211.38697626371294 +208.47421986855284 +191.67181581020543 +184.73949120903896 +208.41229428550727 +221.28412067568212 +205.1945415279641 +213.5015924260589 +213.89303440934225 +199.72878944945836 +140.37101456471157 +93.20970246327036 +40.46882394592718 +24.373978047169587 +29.12638092689731 +24.37414689227246 +42.49758596717895 +76.30182775386557 +103.33883604768045 +160.70845677082082 +176.81559968321704 +191.38789027334514 +215.58070369509 +235.5476076372429 +221.59437867765504 +220.96450455396905 +202.3823194865544 +190.74361462147567 +217.68319662568746 +229.49381358753786 +222.2107478874379 +224.0144759061776 +220.37652373877816 +200.02638527392912 +143.9173767317011 +93.2454564855709 +40.42291168480773 +24.373994938568245 +29.12651227893594 +24.4264986481398 +43.26099272030208 +76.60838913873958 +103.7450540010744 +157.36872125882297 +179.44635123807424 +199.3513979209016 +228.03092169182136 +231.7122801232066 +211.15711579703688 +208.52577036539827 +192.02468632201246 +185.18786121472516 +208.30862471386413 +215.79881013539492 +206.4573644793084 +213.24223606762715 +213.77752857313854 +211.01018406461202 +146.26048559312628 +93.21200488016389 +41.876717659988785 +24.374042482394813 +29.12644446584477 +24.374187168559367 +39.55707150489699 +74.91002777716228 +107.02669295657743 +129.19520722885036 +156.77361830397737 +194.35133361489076 +219.04460632846403 +235.07359888525897 +222.80947980090986 +219.3179504549421 +200.64283673081073 +196.3770159632809 +207.3636750848007 +232.92736783152748 +232.8253009265271 +241.950844342261 +218.85798187413693 +212.0652023389068 +150.93730567566826 +95.97066931872008 +44.19121918258788 +24.419192827970676 +29.12617010149426 +24.37391620344264 +40.976118379958955 +76.770013891367 +109.19623677296848 +120.81933211671522 +152.61003908545626 +154.20828510347656 +209.59337735854623 +229.86639306927685 +209.4893194970556 +210.28484843373445 +188.66113520650066 +184.72432522674657 +200.2482710040961 +210.00740116175777 +209.0945526346435 +213.85132167282958 +214.57274489290293 +192.75612959949362 +134.44832417917536 +90.85970341971492 +40.47443542337058 +24.380897102362034 +29.126177165458977 +24.373923178868267 +42.98882836595524 +75.35293338663584 +102.18943157905584 +156.0374769257713 +170.4241619616356 +192.77826168484904 +225.44174340126878 +239.4981618931711 +210.44250645090034 +207.92311011455487 +191.26176724500036 +184.31544102808573 +208.18586211149147 +216.08745983713925 +206.87960341870286 +213.26458059542037 +213.59628825405625 +208.11014490458507 +144.57730463921146 +93.75844369885243 +40.41625423206626 +24.374131023412673 +29.12653177838293 +24.426773810877677 +42.34991708696155 +75.48705705334042 +102.75985121605719 +164.27398040497 +179.74477456222974 +183.45593424289555 +215.44291937016092 +232.8496176798574 +219.44796845252628 +218.83070289613025 +193.60270676560668 +185.90415498498612 +209.91365233999244 +219.83211504459396 +208.08240146038375 +213.52012297007903 +213.9474738554144 +199.80448586877273 +140.33392204140134 +93.21186919037531 +40.45500578545268 +24.37402925550717 +29.12643142260954 +24.37417428465624 +42.915544447930515 +76.31997460348654 +103.41221802264896 +164.81687236626905 +173.03869608734024 +184.41283608506967 +216.39126930594898 +254.17595840438238 +254.0677815103607 +254.79035142893528 +229.14188983652332 +218.56139067861534 +242.3110711863781 +256.89441959775934 +234.90448982897385 +227.97443551675127 +220.51797197036677 +199.9459267421163 +140.55215376219505 +89.68886622788374 +41.12120665322565 +24.374038772461514 +29.126406919211757 +24.374172700454384 +44.37075698933487 +77.21707848889648 +104.68004081823717 +150.9438180439341 +165.13110981851207 +183.54222771021674 +215.59853523923252 +243.13847898629578 +226.6142340881832 +221.53240160396817 +203.9660189673886 +190.38687350962215 +217.79558043203258 +227.97875529798762 +222.64885844816624 +224.19959963036786 +223.60395726856856 +200.17176859940633 +140.59153450324717 +89.66134694747778 +40.48422972157568 +24.373970249180115 +29.126488126366155 +24.426726376184668 +43.45350769636595 +76.90744480553305 +104.05895449517008 +159.76801267437082 +180.66546825669693 +198.92075770616333 +227.69331792383332 +231.96884961890908 +210.8484887996746 +208.19552177864006 +191.6161586200516 +184.6121457482964 +212.14895220239154 +224.22771169689577 +207.08607323723666 +213.26911419763877 +213.71228821311652 +208.1786152671703 +144.74879492961185 +93.22441183462296 +41.88202762062405 +24.37402596104001 +29.12639087992324 +24.37415668286184 +39.612264889316776 +75.52289915826123 +106.92183499465975 +144.07103918763292 +155.4565728030182 +193.20477510288384 +217.71364738223826 +230.7827009091557 +219.75802687763962 +214.89833677166484 +194.37768719942375 +191.02158436406282 +203.68769895111473 +227.89922630131434 +231.09013252703585 +239.91143698381168 +216.43648902741492 +210.10842967781778 +148.6608208609274 +95.54504477648409 +44.18986581305291 +24.405334529746064 +29.126171579518786 +24.373940999425148 +41.131352820023544 +76.79886559104861 +108.94345442502697 +135.1160457559284 +151.99969468457897 +154.36032877484382 +209.6614533196246 +231.27638665552962 +212.61866889734125 +213.51166499702725 +190.08891978186634 +186.69208645752977 +202.0028245174262 +215.1753558317991 +225.51744604283365 +214.29740755250987 +214.7626058967413 +192.69509695383002 +134.41568494170787 +90.88782275361979 +40.45976467816289 +24.374019902818443 +29.126383896969116 +24.374149812536807 +42.914880660915465 +77.50037334166989 +104.59891930289515 +168.79004291130877 +168.51401745534181 +188.39960540804844 +219.8149865371166 +242.81186805360903 +227.656130341837 +223.82898807790102 +201.7236507167375 +190.4068828447181 +215.41830416394683 +227.47857756338587 +235.96163112565432 +226.43774436255146 +225.99815298490785 +204.94128631707167 +143.87267751231752 +93.2083193415165 +40.48577012888055 +24.37401031410862 +29.12624809429093 +24.373993224442383 +42.9749353133807 +77.91200636461991 +105.02259618867465 +168.77772988702313 +168.82230488117418 +187.43559217849239 +218.78457290773957 +242.51675382286098 +227.66346747375383 +224.76243285463443 +203.71252706060847 +193.81767045723794 +218.39609857126888 +230.20550618280274 +238.85446398966462 +228.31182327184106 +227.9692913609193 +207.01481418820393 +143.9044473475037 +93.21220483269559 +40.437774511279095 +24.407023524212764 +29.126171192364527 +24.373917284825986 +43.08560283091961 +77.96487817288659 +105.10523667765789 +169.74875578635172 +172.81981434422826 +192.18615193594624 +221.7697668131055 +245.53130125117846 +210.06585684428867 +207.51567925490468 +191.1063706239735 +189.96011949670805 +216.0904725772017 +231.30872954196113 +220.97344029015827 +212.97217251427432 +213.42301917097674 +210.62932895002277 +146.58046347678763 +93.25175307271164 +40.428184424429176 +24.373998596425047 +29.12650821984144 +24.4264941846927 +42.652537463748686 +75.35299180328701 +102.53409671508545 +177.6041578664761 +177.87618073606325 +194.17318000279468 +222.95952964230054 +247.33761546813196 +210.3796169415385 +207.90797148915726 +201.87874992654736 +192.49388977009554 +217.96192237913957 +236.37916787293764 +230.54817395813495 +222.75948842494512 +213.52707509620785 +211.272824354568 +147.58353371989523 +93.2031930597773 +40.474762920009574 +24.37404455135278 +29.12631646949969 +24.37406075013358 +42.586306755069295 +75.40543218475497 +102.44868336995233 +173.54328736835743 +175.21492238586356 +194.40024748793724 +223.5225205611471 +248.9685830784302 +210.56715746904328 +207.98508367671676 +191.3703374129376 +188.26925834011305 +213.73824556506815 +224.98958216201464 +221.19324620868971 +213.22543185638997 +213.588387617124 +210.78285452085697 +145.4922387750408 +93.22907716725958 +41.84123318715175 +24.373987377357167 +29.136579824993007 +24.416624260463422 +39.89973945997966 +74.68976585915902 +106.68822559186754 +146.38688380868797 +158.65230191474572 +194.32871325371286 +214.11213414925334 +224.61660279292838 +220.21524941200474 +219.89196752491026 +198.91431799639108 +194.7642218207231 +209.03262812287028 +226.52210899624524 +238.30566692457575 +225.16141292635447 +202.304312447179 +200.4229476051201 +140.51873447655035 +92.0006926231446 +44.22895697156333 +24.418346273744064 +29.12614400699282 +24.37391414262441 +42.62905973212684 +81.27605564271227 +113.83323800785071 +135.13816695194618 +151.5496764653543 +151.3662581637559 +219.56244407295773 +245.0765952883911 +235.98900191475303 +238.08984515727545 +211.80385276335315 +207.16213731521094 +220.45734113965563 +231.25948813066242 +233.1999501695587 +219.85357826498648 +216.57597868512352 +198.24998683346982 +131.20054434737736 +87.50976158525715 +42.139759425952846 +24.42662672914035 +29.126139955469494 +24.373910156968325 +44.572624307099446 +77.17865131152867 +104.43496147172311 +169.24449630225243 +175.05601526657964 +196.40724268569656 +222.60742465301797 +245.89080896172635 +230.04387920110705 +224.97501947237475 +200.93935041213015 +188.46981858878624 +214.48006395923704 +229.26684371432543 +237.1095241353059 +229.05235447878312 +229.01420270800577 +208.4820803016336 +143.98845836434745 +93.22496690822956 +40.442946272316746 +24.3740608845324 +29.126462611044914 +24.4266986508816 +42.690262789821794 +78.06955062365549 +106.15112332780578 +168.79773567048048 +169.41742181731306 +187.75184863208372 +218.37709088563415 +241.03739288985867 +226.14617600412637 +223.34487080063673 +202.16839095896867 +191.38155178722386 +217.44400727238587 +229.92597994907726 +238.5883824888899 +229.23242879468978 +231.24010496883054 +209.4791695405217 +144.59486576456712 +93.20970011861735 +40.42646762365878 +24.414757668854737 +29.126169427473197 +24.373915539535755 +43.19244971337301 +75.35304059001537 +102.21896416078745 +174.732810681869 +175.73638777745725 +195.0397714450462 +224.7890962018232 +231.41452551191537 +210.43121084448555 +207.85414080434396 +191.6536844646244 +185.60903826191586 +209.50907600051403 +229.35166949554414 +232.734750184244 +221.03854195067197 +214.02133640204133 +199.5466184239618 +140.36123710277565 +91.73835759543564 +40.45286325388708 +24.395784005273185 +29.12617531835543 +24.373921354307008 +43.74823371921175 +76.878314044566 +104.01270803243668 +165.39052119474906 +168.48001317846752 +185.52246801426313 +222.5610112249229 +248.81698689768652 +211.15731073827823 +208.3751249091716 +203.21818912029772 +190.1774507761936 +218.54387160228097 +236.2897018956054 +242.86960368361022 +223.81599671305997 +224.0010240141156 +211.79164843498614 +146.3147624938526 +93.22812743339196 +40.443980355159546 +24.374037130726 +29.126439185098597 +24.374204203004435 +42.680028011456116 +75.53812586646535 +102.54983347082097 +173.28019498207146 +174.56570741623506 +192.5366694218704 +223.85785290332242 +248.29754283277958 +210.37728087253734 +207.8273804426545 +191.28203042816654 +184.4036689701208 +208.5304031042045 +219.72827399467124 +221.20024561169384 +213.21887623611354 +213.60781025991847 +208.8820337434842 +146.30723836772762 +93.24206960063334 +41.8636697163813 +24.37407290914426 +29.12647446532478 +24.426738060581254 +39.89005585973096 +74.69007471373091 +106.84556086754627 +146.03767663356868 +158.98711213972388 +196.5356052811059 +222.06528396741464 +233.69919670162395 +222.4282725741585 +218.1783797726209 +199.05449808815914 +195.54068371217846 +208.60900723255784 +234.06362017729901 +248.89079995135282 +220.8836864511202 +217.00461004972195 +209.34659123742003 +149.57336985438826 +95.54047091065163 +44.18598393484794 +24.373783255129535 +29.12618888579514 +24.373934751856048 +40.38467104956521 +76.63232324978239 +109.67787893437198 +136.86261916531288 +155.93684102199137 +154.52015139365452 +209.92506197297848 +230.36335232013855 +212.4215350472166 +213.9446744373171 +189.9474780258173 +185.18590659211122 +202.33105895721465 +213.84556951241873 +223.94986076504426 +213.00502992020674 +212.59219251155884 +191.82056136674282 +134.43602907156136 +90.85394839955454 +40.47082987482942 +24.38133865259172 +29.126177064181242 +24.373946391825065 +42.80975877573469 +77.57045239054123 +104.7311415145843 +168.77185398526007 +168.9136418068738 +187.903918781268 +222.16381579513822 +247.04566692419732 +210.48887499038995 +207.83610489222858 +191.45322998488484 +185.04687406973994 +209.11749069191364 +218.51543322004767 +221.12801375549319 +213.12997698540298 +213.48028345445022 +208.43559482274637 +145.85673811255546 +93.5507759244002 +40.454055235942995 +24.37400618271135 +29.12640867008295 +24.37415181166239 +42.55901924595424 +75.7277969623828 +102.81713392841262 +175.49034911927578 +176.8072888720623 +198.14541268158456 +221.96226774693713 +232.52480668477145 +214.53125424609044 +209.63603285728925 +192.47931935594272 +184.58870681510268 +209.12004238463535 +221.48695504753402 +221.42301800904193 +213.38686515317556 +213.5268864292025 +207.8414257098938 +144.45688613462983 +93.21121643602183 +40.44362553385475 +24.374092524085285 +29.126456684019303 +24.42350920893833 +42.19413530035775 +76.54766101620987 +102.86922226941624 +172.40809802714287 +172.31844093790357 +190.82683513412462 +222.5699032752954 +246.99937631783 +210.38020610910255 +207.8315193910202 +196.61470583631314 +191.74769231201438 +216.7063430114721 +235.3630237182343 +239.72545469809265 +230.86399690858588 +232.3073381493119 +209.3297414243379 +144.5191755372195 +93.21998087382825 +40.428206995162974 +24.409718107655042 +29.1261722122374 +24.373941619484757 +42.587999393568815 +75.3530429980965 +103.24160582821894 +172.55395321472895 +174.07969072081437 +192.773004394498 +220.35407776950885 +242.49490592568867 +226.99403950670015 +224.96440915005567 +201.673962877144 +189.84205372196874 +216.66990980070793 +232.34379979385398 +236.7905432421377 +229.19488444025393 +229.40073614822023 +208.99543566500466 +144.6947775221571 +93.21867359333135 +40.405589572746806 +24.4265400967597 +29.126166543297675 +24.373936044818794 +43.396217583533634 +78.1771092116863 +105.23276911199702 +168.83051936723749 +170.21462255940193 +189.40770972262573 +219.79428375335175 +243.65797126976418 +219.20712836095092 +216.70188234568795 +202.5653035571994 +192.8344295825133 +217.85863060133642 +232.12478746457785 +238.22667231836311 +229.76953259080008 +231.0587337853806 +210.91067575731023 +146.84092801252956 +93.20622123718944 +41.84812604025589 +24.374033169274586 +29.17904744652623 +24.373763082512685 +40.8653738574177 +74.4050538327291 +106.30402632380724 +135.0969690972656 +146.8256083653276 +185.58943375228193 +214.0188550684001 +220.4616644372496 +208.66950755062868 +204.29533310985715 +188.28427085557152 +187.0858243258817 +203.3909820712366 +225.10189289744318 +232.06408995534952 +227.28158572180894 +202.26163451101965 +197.49897363330285 +140.37815490539816 +91.9946752990028 +44.19374771850354 +24.38844262313495 +29.126151146036744 +24.37392116234647 +42.23085285924122 +82.37927105666313 +116.03942837945948 +135.2268927396413 +152.82450857394736 +151.54937011162536 +209.59339373564436 +232.41024310165557 +216.70636933358736 +216.79996803274562 +195.3211773180755 +185.57672602495919 +198.48508773936018 +210.1604511047895 +215.0339048976189 +203.17068483309495 +202.59850941352087 +194.32199099118554 +134.45894526909703 +90.88202489989716 +40.43288151677481 +40.459764428487915 +24.37390588316636 +29.12630063247224 +24.374068165038523 +42.20271708767311 +76.18411219240878 +103.17071390121892 +157.72486319592574 +172.82595159756707 +191.54476998342733 +221.58120104923634 +244.72524531446902 +219.77717139631514 +222.27820494783344 +199.81090589297642 +191.15480767643544 +220.3300808071104 +247.5754420517322 +237.05277839928056 +229.66726695269486 +229.82381710461908 +209.3627271300821 +144.13581860092123 +93.20760844933811 +40.45149445336277 +24.3740128369182 +29.126391639927597 +24.37413499241361 +43.205398735970924 +77.85509722433883 +106.3011209853005 +153.9358130280413 +169.00192602062185 +188.51765492167172 +219.00456015330602 +240.71798674537484 +224.4293137592724 +221.35451942744928 +199.10727548689442 +189.76755359498225 +220.02260059912592 +247.73416065424877 +237.2133279572111 +229.79232729175808 +230.54145375679508 +208.99406570383283 +145.57572618997926 +93.20951794755506 +40.49192377973099 +24.37382272035206 +29.12622779035915 +24.37399627680184 +43.70788297898922 +75.35309670853118 +102.18935988851283 +160.17495331239022 +174.39183366118075 +191.4525656587833 +220.87654182054257 +244.09015299589333 +229.95006674380232 +226.29827172797064 +203.4562134499345 +191.52219275805555 +222.54095408409154 +250.8583247344455 +240.84625536712528 +233.1861810539201 +233.06976045158493 +212.21710107086474 +147.09148816740628 +93.21227967611361 +40.452587858189275 +24.37402309209265 +29.12641411127423 +24.374157186714875 +43.70477302623016 +75.35272844624089 +102.13675749395492 +160.26784678273881 +174.6129495119646 +192.37838576869942 +222.3129116916493 +246.01754172370627 +219.717476482458 +216.7918320706872 +202.6822689532257 +192.15381481268506 +221.44838540182397 +250.38997005381043 +239.50437313048778 +231.66418326574578 +232.5099318071048 +212.2027254875937 +148.3187380022724 +93.48792475976758 +40.45778364584175 +24.391728691967117 +29.126174688423408 +24.373944056444234 +43.424439297831285 +75.35304533974589 +102.16246620210357 +150.56773641858544 +166.59401324020357 +184.06143161896526 +215.67269440710425 +231.2941733553369 +210.11233704681072 +207.6208787897801 +198.9172565953838 +190.0716271847893 +221.61338558366532 +248.63655896367828 +238.9609192060556 +231.51164181541606 +232.64579507133675 +212.2949071587523 +147.0108753750448 +93.20583473317305 +41.91244752140587 +24.374002117399616 +29.126239926516533 +24.37400821063973 +40.667532845857814 +74.40512885135107 +107.11991705233385 +126.97822952872039 +151.09585276162161 +191.9731274288878 +217.19419273108687 +230.81187312630348 +217.87785024442687 +213.71268250663957 +193.83530567866785 +191.1251645593958 +207.42438340482263 +246.5532856296332 +242.17482171397504 +236.788561386291 +214.16816177950784 +207.66411178311571 +147.00704279122627 +95.5303279162333 +44.18961789190877 +24.37399604396035 +29.126513361802797 +24.42649983847502 +41.15376954355518 +77.04415820026028 +109.01864834947149 +123.20228097162767 +156.02558893085916 +154.38274238002091 +209.9512759288806 +231.27068789646654 +212.64661209163214 +213.98782359725064 +192.61000287401828 +188.83237997321342 +206.99632367997424 +232.3582498264895 +226.5820531239067 +217.70997988403917 +218.42830399264918 +197.72503985359162 +135.63025875123287 +90.92114542996002 +40.40942990503844 +24.423745888381976 +29.12616737519821 +24.37391351090056 +43.239999055815915 +75.35303864224318 +102.13706259499347 +160.90086635237552 +179.625962690592 +195.73778043644063 +224.77400499981997 +249.55731209683802 +221.18961983730654 +216.8918011782824 +201.84170959157404 +193.14278099552104 +222.29143854633858 +249.4722335549948 +238.74892372716076 +231.44411143128556 +233.2020452097044 +213.6366476865285 +147.57248725653108 +93.37186013638323 +40.41463012147649 +24.374049636031145 +29.17906516050778 +24.373755484040338 +43.59197769510403 +75.3528859711702 +102.37448875768328 +160.1731668985939 +178.31032444668534 +196.8679509574089 +225.95897952847545 +249.00633015732484 +210.15971677986812 +207.35110796532004 +196.46504662321286 +192.03147063020742 +221.4287011670137 +251.32203333629639 +239.93965950187481 +230.46950132926315 +230.78569627039525 +208.4906174499648 +144.9316461255132 +93.20257422443218 +40.4544450130227 +24.374008266132673 +29.126387126430863 +24.374152991290362 +43.42928878259236 +78.06498623288759 +106.2246574574364 +152.37382314529057 +168.89455595849577 +188.62999442631832 +220.71288924683333 +245.28233486189143 +210.1319693711856 +208.27057840370955 +191.85770051970428 +188.31280392945098 +219.08120652866083 +248.04203714904776 +238.25429512907905 +231.14292973191027 +231.67789899257497 +211.44362408126267 +149.50237970887855 +94.63008040687652 +40.41923831957949 +24.374064478517727 +29.126466154855464 +24.426702504646553 +43.460389801666096 +75.35278303650409 +102.70584204092025 +150.7715536472968 +165.6717892384902 +183.210418945074 +215.33923777349557 +239.51167448243723 +229.18913638955013 +217.6395755920277 +194.08730649020157 +186.82345537738004 +220.90795159684654 +253.20724697385035 +221.14128353026246 +212.94001726155278 +213.36120576539795 +208.72393252729145 +145.10343027397008 +93.22344427829503 +40.40957086286971 +24.37396745163945 +29.126518792706687 +24.426505814849943 +42.688596763856374 +76.52280176407693 +102.92039539500068 +157.53982293493502 +172.55056792351715 +188.8814265680571 +218.30753166367955 +240.5354992412973 +225.29322658584 +221.17185278965957 +199.7571988494732 +190.60727685698595 +220.0732142374207 +247.19259654723237 +236.36640605513418 +229.49768523505585 +230.20082573594016 +210.38590767009143 +145.40479163290811 +93.2079864834869 +41.837840673724536 +24.3740289164295 +29.172851025525514 +24.379977872518108 +40.653063691758 +76.81959589469449 +109.03815073578826 +123.51857045268389 +149.10679953009432 +190.4617937718142 +216.90536486457862 +228.38561754448764 +218.51088113290885 +213.12482738567755 +194.36629293998845 +191.10054460886246 +206.43122466000472 +246.85563803481202 +241.18098142242542 +235.3698361469429 +212.09885916617765 +204.7919495432033 +144.51807323181382 +95.52744948213376 +44.18938323936365 +24.373996987385585 +29.12651428240731 +24.426500855536432 +40.79854386659416 +76.84109916457639 +108.82944742422146 +124.90891624560383 +157.1181617849969 +154.51247224485897 +210.37933414047916 +231.31563122817894 +212.3817214943351 +213.34407542077136 +192.25215528736018 +187.64759602337932 +206.68043752506915 +232.29529569188313 +226.34327611043526 +216.5428501839428 +217.1630000282733 +195.85869304639107 +134.38334599520127 +90.92237190029773 +40.42079760733805 +24.373960704551894 +29.12647878947199 +24.426742737990864 +43.42163852403662 +75.35279323089695 +102.13685276896886 +159.98580814188006 +175.79884400468399 +194.21353124898056 +223.40262759509773 +246.78632021259958 +221.29053555583835 +217.8005825051924 +203.4238445472658 +194.08985986117045 +222.87896091306462 +249.95220043955763 +240.21227628989365 +229.89930840429977 +229.4403888044297 +207.65518988194077 +144.28722688216365 +93.21209434296459 +40.41660674258279 +24.37399957987053 +29.126516820194524 +24.426503642933316 +43.452274169119455 +75.35283403066866 +102.13686132828293 +157.56460103596118 +172.41415574876754 +189.3827682450502 +219.93002407095568 +242.34593988712004 +225.43108132758888 +220.98153796238495 +198.6998373027191 +190.66557425046733 +218.86362932435034 +245.92515840951955 +234.6626170724717 +227.35633915085774 +227.61547039210586 +207.56902426616656 +143.7917874910033 +93.22276945617878 +40.46238176265515 +24.374093030453086 +29.126330514783824 +24.374074621989823 +43.30017558353056 +78.37876508316161 +105.30041536974068 +154.2016789367707 +168.94831958043466 +186.86583341757287 +218.4297103027579 +238.47046766136052 +223.14160308843515 +219.37073185956746 +198.00348555898515 +188.70682260582404 +218.13115818817036 +243.3655219002572 +231.39767283153333 +223.92051701118316 +223.3474426671982 +203.60627682053715 +143.78614452702416 +93.22036432709696 +40.467020940378234 +24.374085435619225 +29.12632294509308 +24.37406714590687 +42.840624774248234 +78.13958118571122 +105.0974952384207 +154.2012548977605 +168.8122521939302 +186.95547787002758 +218.24539233775636 +239.59535058928384 +224.22056355115794 +219.9818876249451 +197.68662687514697 +189.22656774288205 +216.99355061520825 +242.98783384896194 +231.25230483386503 +223.74881877974912 +223.71910712471697 +203.49699572930143 +143.85928392134315 +93.2167738260129 +40.407395158422325 +24.374042253712542 +29.179057216477055 +24.37377213858405 +43.10520769468347 +78.01689183476967 +105.02064507096742 +154.49504492395852 +168.55299580581388 +186.68132859650166 +218.10579477655563 +239.2350419947302 +223.57998966985022 +221.4163933632108 +199.60088228703268 +189.89119189817953 +217.05784297393194 +243.22551222927706 +232.0740255560945 +224.06923506452958 +223.89008427562158 +204.02002464432647 +143.87005900993518 +93.19088702024888 +41.89363517795565 +24.37410975265456 +29.12634717878941 +24.374091078590627 +40.25115966074021 +76.63771195830249 +108.63768986768592 +123.53237892102695 +148.5995723114072 +190.7832790298954 +218.91573499147873 +234.19959756366978 +215.62060285780652 +203.14111309984062 +186.78861301273523 +185.1473618888352 +209.56636553180078 +249.44412886628805 +245.1388272810961 +238.38033063389696 +217.95036958127022 +211.4849749994179 +151.76689476334707 +99.21875511091451 +44.18308761715409 +24.426455257141072 +29.126150345809567 +24.373896697349466 +40.622179849846866 +77.42588802282914 +110.49122752121741 +120.6286403025563 +151.71896339648063 +156.1193963370134 +206.6263450413274 +225.61529073976703 +203.57020071383232 +209.4929296383757 +183.16979730359395 +183.81560135515562 +200.7606829128224 +224.53888469427088 +214.96206144799865 +203.0477179336851 +202.73285970172464 +188.55704128527898 +130.89519730384598 +87.31480840905827 +40.47562624538486 +24.379547028059022 +29.126153269150176 +24.373923246190444 +43.55968116646274 +77.78166211016374 +105.38997084633112 +150.7304186018551 +165.81057947585208 +186.6164136698656 +220.0469295373405 +231.8189949258543 +210.6558613889576 +208.2588722814859 +204.91434006349968 +198.17462089135262 +223.49891310510816 +250.68173072543587 +241.33595175816015 +233.24817323402002 +232.62048474151848 +210.83867007421674 +145.10833049820354 +93.2145519295662 +40.40576307320959 +24.374042587820732 +29.178813682740373 +24.373785470393326 +42.428208214992765 +75.83848161776666 +102.70013492916358 +156.83602184495865 +172.33799687278915 +188.07469914361792 +218.43538877432437 +238.09883571895944 +223.00901967154996 +219.5203865690487 +196.81486741248474 +191.70348535131987 +218.4971759128302 +243.95866628130165 +233.1915783638116 +225.63313690031612 +226.3449560007779 +205.69072574710896 +143.93268180028977 +93.20843411636848 +40.43431008713565 +24.407085287414862 +29.12617117945732 +24.373940604030178 +43.15769526816116 +77.99446586568122 +105.36136927164198 +154.5103351818719 +169.96045397704566 +187.0173054849708 +218.49668013586074 +238.19345428822186 +223.8539485337521 +220.54661302783205 +197.85312970392712 +191.6044688072424 +220.16220040992545 +244.63378710643386 +233.91274399473934 +225.73515938408818 +225.6197371213039 +204.92461678357634 +143.87107840968196 +93.21104531542585 +40.409830020601376 +24.374035086987934 +29.179049508182295 +24.373764992944626 +43.217007498262035 +75.35287153625684 +102.13689821503478 +158.90491138549336 +174.50864197421618 +191.90195632198834 +222.0233239038363 +242.25245078561193 +227.12174075610355 +222.7598291037907 +200.62068595986446 +194.11818066389594 +221.08117604592948 +247.0289809850724 +235.47802335832424 +228.48112959715314 +228.3113497271747 +208.5014194028755 +145.13482209230048 +93.19925906386067 +40.44670043291892 +24.37402745319731 +29.126406068605874 +24.37414924103697 +43.757310091163056 +75.35272053396646 +102.1367497140365 +165.60755623134028 +165.19529372806056 +184.41647385212895 +218.1199722610376 +233.56859724624704 +210.23793753965643 +219.20665113812288 +201.64241343325747 +192.96425566597128 +222.74807194466126 +248.82221403134542 +238.47638694126957 +230.45341107647954 +230.90933295833582 +210.70806612811378 +145.63808239232276 +93.21075237477999 +41.84094492876483 +24.42175712303155 +29.12616782825193 +24.373913960250242 +40.44517612884398 +74.40491220402915 +106.54455220668224 +142.24918669930133 +154.92673551741933 +192.51590592272532 +216.73563426777045 +226.455510726455 +215.71205779532718 +211.1019805890372 +192.45984426812328 +191.07258695058357 +207.50783610343507 +246.1519164447921 +240.04341234414645 +235.83903536902721 +212.6266445027178 +206.08646870005052 +145.83636541288038 +95.537883950213 +44.18624279817532 +24.426600281008007 +29.1260921530443 +24.373839234311806 +40.72802845717446 +76.9930674478521 +108.99577225490634 +139.09400957451635 +156.18168600658967 +155.7763379618719 +210.27665928589823 +228.7588819346488 +206.4109320338909 +206.45821091714495 +186.62185050097466 +185.87358780675387 +203.894002706303 +227.51544359250903 +218.771235150951 +207.41671642966034 +207.5351455336941 +191.75258139403013 +134.39470370406545 +90.86056079099583 +40.4825427524506 +24.374093673915038 +29.12633115582049 +24.37407525355145 +42.656885298608664 +77.45991797489253 +104.49653796782388 +168.78591276964158 +168.4306476449315 +187.48516233678714 +219.29881920660307 +236.19589655966593 +216.72290292831576 +213.63848325842557 +195.21079023752324 +188.83692995959163 +217.45998685225743 +240.76777301035494 +226.1652728788303 +218.99993708569772 +219.71711079321233 +202.95600676934376 +143.87483151349934 +93.199424240346 +40.43512365573292 +24.374047112375983 +29.126449030805947 +24.39508351367073 +42.60555552882627 +77.2287853799719 +104.25378158397709 +168.79698212056238 +169.74849409263098 +187.26559254403443 +219.0764448127324 +234.99145398772268 +214.89019730664916 +211.8364288794461 +195.6793790413078 +189.90106846330625 +219.44744369281787 +240.6666037409912 +225.1650121235241 +217.5148080933467 +218.11654427247564 +202.96113588029334 +143.86392697292837 +93.20233403995516 +40.42321906165177 +24.373955111713833 +29.126312507166283 +24.42673885923939 +42.87692768840831 +77.05900126157194 +104.42274566563266 +168.79900498219018 +169.10922370325608 +186.6609425272494 +218.41263857160453 +234.95987375398263 +214.63157179848204 +211.52847662287536 +195.12048415139583 +190.68602844123163 +219.31580674570094 +240.7050133626464 +224.07899015708924 +216.36841515198924 +216.77852285641217 +202.83352401339855 +143.87032620775648 +93.20028386559186 +40.5257883117838 +24.374057961151486 +29.126459725851653 +24.426722116403226 +42.87940010335613 +77.06371235883243 +103.89575498970882 +168.797622567073 +168.1186998016294 +186.6046905519689 +218.10058783875996 +234.92779265662568 +213.47835718068842 +211.066544003086 +194.64102538083782 +188.58810210624748 +218.1067621934071 +240.69145166934624 +224.34182508746943 +216.3684151519892 +216.76680081736362 +202.83991570699138 +143.7786788066036 +93.21038897376172 +40.491561714730906 +24.374113289329177 +29.126514287480052 +24.42650085863852 +42.583352660117455 +76.79560818676964 +103.58596007711463 +168.8027537836581 +169.2253621281109 +186.72785556143745 +218.09722639221098 +234.7692514468224 +213.75809616495553 +211.53885033650127 +195.91160111580675 +191.2803402403873 +218.82866511754207 +240.6723250232418 +224.09502137363975 +216.3684151519892 +216.76360042489077 +202.78320374310795 +143.78372759268305 +93.21321012419114 +41.9455925198857 +24.37406253857801 +29.126300129496215 +24.374067420023216 +40.170599837862376 +75.76694333188118 +107.57996031738338 +138.63344106139155 +147.75168674283074 +188.85701936037944 +216.21530912485906 +223.40686380640815 +211.36503143638564 +206.6973815182394 +190.3670000905262 +188.46747410657454 +205.8088321345622 +245.31963708996295 +233.55357109685744 +223.93595860447303 +205.24124815644532 +200.35125740550433 +143.88149455575493 +95.5103728287712 +44.28689578054371 +24.37405864763633 +29.126423193941978 +24.3741884704191 +40.255021418122695 +75.83960216439799 +107.61199193618036 +138.63343768007903 +154.62109731249225 +154.33040819275092 +209.63170820107894 +228.4955593033337 +204.74728437501525 +204.78390552350683 +186.19468403451572 +184.58859507654503 +202.15763623659672 +227.54797101026693 +217.9381009618226 +206.10768930516204 +205.9889960779774 +191.7437709634268 +134.4360172474569 +90.8481455211089 +40.56992805407134 +24.387506217052596 +29.12617472829107 +24.3739694633808 +42.20186540217595 +76.45442062666433 +103.21828738796343 +168.82207165735193 +168.37197274650634 +186.93254151336433 +218.0680204038591 +234.61865937369188 +213.46320158133096 +211.1138647581274 +195.12955129062763 +188.61181180532637 +216.6253163725407 +240.72767831535202 +224.1557414419701 +216.36841515198913 +216.83442438446096 +202.72124525356182 +143.77888780959415 +93.19462190924465 +40.54515939529767 +24.374099091437515 +29.126452056999316 +24.400780746625177 +42.27689540150196 +76.54457105806902 +103.19548792088621 +168.79594133279204 +171.03733109147214 +186.80914602718784 +218.4552017860167 +234.68028191571605 +213.64735736309524 +211.11631298692583 +195.8926007074359 +191.56934501039174 +219.41679258762923 +240.6843185356211 +224.48046162364977 +216.52151572987265 +217.19095560944214 +202.67063769804312 +143.8441722333612 +93.21428301699606 +40.408690802832744 +24.374042213353118 +29.179057177073613 +24.373772099019977 +42.05450470865647 +76.3737279414422 +103.28522387206773 +168.80662464691798 +170.78922305461472 +187.63735501599706 +219.05539731848606 +235.4840329765872 +219.64157293215843 +215.68212264891386 +196.30380344650504 +191.24487182181417 +219.33269223016654 +242.67183642226124 +232.35325972762814 +225.20979106463378 +226.6619074953881 +205.68748085917974 +143.9292427115124 +93.2171431176469 +40.444642627911286 +24.373966275043326 +29.126358089355623 +24.374101853959246 +42.5416671625496 +75.38034774744943 +102.13686644092692 +172.97312310532425 +174.41068752424738 +190.94069629432602 +220.36260970077328 +242.53249552723685 +227.91058804143034 +224.46303968845348 +202.81466285929653 +193.02988779076122 +220.9966412030821 +247.49203795369843 +237.1511254617304 +228.273699558989 +228.044748023431 +206.80293593142684 +143.79034082561952 +93.20937199395452 +40.47611846925461 +24.37400435258173 +29.12624215316106 +24.373987353413582 +43.118618502642896 +75.35311031406346 +102.18930370076339 +171.43914623504423 +170.96520166895644 +189.05565625463737 +219.1990093563123 +239.36312592165237 +224.96407651754276 +220.89181301641557 +198.40353606821412 +190.07732799058283 +219.46370880322962 +245.94167196333072 +234.67086467538024 +227.52558288880869 +227.86169579018969 +207.31410795480264 +143.80855937777176 +93.19628656641541 +41.91227917595185 +24.37609684585954 +29.126178263751996 +24.37392426734422 +40.71188835990978 +76.97461622570205 +109.03481794227075 +138.95009884238107 +148.7977107961269 +189.46227379220645 +216.80248332972243 +229.14056423240402 +219.27762951837275 +214.2692625049965 +194.74834701649743 +190.7283470163369 +208.06201111121453 +246.75772782737818 +242.15896630577726 +236.6950382570935 +214.0849040066532 +207.2895070169604 +145.92167740886234 +95.52637306156547 +44.19353972713718 +24.382966985406753 +29.126176692374326 +24.373946025367285 +40.585664328558316 +76.84930457934847 +108.88833666785028 +138.63865742333314 +155.67897463929228 +154.43476188028708 +210.26670402792536 +228.66152721800535 +207.34606492921318 +207.14009344761888 +186.41460916118626 +185.07196344413 +203.52350335684466 +227.46174967044726 +219.40804309787438 +208.87520063247942 +209.29183652879843 +191.81062696978262 +134.43719100108103 +90.8469463665916 +40.45814812699187 +24.39223500686306 +29.126174572868347 +24.37394394074018 +42.4498078004519 +77.42844461600939 +104.53055533726963 +168.82207165735193 +171.80374903722418 +188.95857118377347 +219.6140717508367 +237.57373901992364 +224.81419596005526 +220.4724505811743 +198.80152361508866 +191.53107015442563 +220.38157635586956 +245.08992910335203 +235.0303482537572 +227.05010481676265 +227.3466956840965 +206.7453226074938 +143.77336173366544 +93.21242544913444 +40.44240986240396 +24.37401136886581 +29.126390191078578 +24.37415600364031 +43.079155106822725 +77.89294370279775 +104.92644947437286 +168.79048448985614 +169.6843761509881 +186.9493981916984 +218.49752143491486 +236.58875121750918 +222.09217073135622 +218.1904662947286 +198.2254190179466 +192.33896548607652 +219.46535230105678 +242.8849830632558 +231.97420678381286 +225.8637679624923 +226.27335483319354 +205.59144516440574 +143.7873427044298 +93.21659791504668 +40.45899265173018 +24.374090543905766 +29.126328036345864 +24.374094868896115 +43.02632879075452 +77.99597415372787 +104.94893612844237 +168.7847272624506 +168.54393340066275 +188.17019880021942 +219.03842212483679 +237.8731831877694 +221.1351620144237 +217.11240536165593 +196.11855342987093 +191.73738356446023 +220.9225065296806 +245.74447277070885 +235.36898000597054 +227.3293250148318 +227.9889339351107 +206.64631635856531 +144.47237294819112 +93.19903343475863 +40.43294376995727 +24.373914146763873 +29.126433245065 +24.37419835619115 +43.42604149113802 +78.12458726891498 +105.15148800837576 +168.7945612425958 +170.86459322911293 +187.08319970469222 +218.43452730484842 +237.0799283078458 +221.6637446982699 +217.6671289945369 +196.2703976069255 +190.21493288381552 +218.43107314171667 +242.34641533764324 +229.73902046566636 +222.4660804917578 +222.32532146720487 +202.6720276171281 +143.7661756603365 +93.20398117465362 +40.472865404019196 +24.374031315146183 +29.126382505988662 +24.37414844605242 +43.41428492912559 +77.81126544907526 +104.82187090747603 +168.7898784559636 +170.5060734476134 +186.9924125610634 +218.42320815660327 +235.14835297502526 +216.9727330378001 +214.729572509116 +195.57848473813635 +189.68134660216404 +218.44121287232574 +241.30467009214763 +227.5890364473811 +219.6885277215143 +220.1669753072976 +202.23828357281317 +143.74855212443106 +93.21141424819812 +41.86990087008099 +24.426423803138544 +29.126166763864667 +24.373936261916402 +40.63502934291218 +76.24610896457048 +108.22956798465127 +138.67794240462086 +149.4238646565712 +189.04740524897454 +216.43306831112176 +225.2783028899946 +214.50268750609766 +209.99429002048535 +192.46828032939968 +190.3770733330171 +207.55777682521557 +246.71478615051873 +240.43017461433098 +234.72639060622873 +212.54707644493786 +206.22873975070956 +146.323585434862 +95.51389915413354 +44.18557436049773 +24.395700100497532 +29.126173781232236 +24.373943161005485 +40.42369600655341 +76.60509124941488 +108.66217141470845 +139.40500127354667 +155.92807307877953 +154.49909832871697 +209.8422575027829 +229.43272162107903 +209.9362146465698 +210.85938541281251 +189.6454624501909 +186.79472745424758 +205.8359646850514 +229.14907641959175 +224.2148356400613 +214.94320283416252 +216.28496298065207 +195.6695391274537 +134.3746913539186 +90.84871017694368 +40.48288596953251 +24.376375225085642 +29.126391041043448 +24.37394545567474 +42.761068588345466 +77.69565140748442 +104.83107603290905 +168.82207165735187 +171.27653284351908 +187.268008736101 +218.73010762566528 +234.94860371792853 +215.25413634720402 +211.8276749675288 +195.20631564730098 +190.1221318025692 +218.090096276229 +240.63843138682392 +224.66971602948223 +216.36841515198904 +216.78234816843087 +202.70711966960857 +143.77302419317903 +93.19620911637668 +40.55045569054212 +24.374099993130578 +29.12645294875604 +24.405160997267675 +43.37291441590375 +77.5136503371007 +104.29273920548165 +168.79668052951337 +170.69700749458838 +186.6135886367206 +218.2793185770634 +234.77651985568968 +213.63324271153618 +211.03359016771563 +195.28035580922298 +188.94139966709977 +218.26436474396456 +240.7302227952842 +223.61805143090032 +216.36841515198904 +216.7613523167124 +202.78463485026344 +143.77406355920036 +93.18175309565929 +40.63067266726182 +24.373987705041305 +29.126341848517843 +24.373947246442484 +42.62171872256125 +76.92345366592932 +103.59225691108188 +168.78665262920032 +169.8717801211243 +186.6513780691042 +218.1429463098232 +234.6235840574984 +213.47267725244146 +211.0658726060341 +194.6795230307138 +189.07091796749697 +217.51169919119192 +240.7392758469762 +224.1538697310979 +216.36841515198904 +216.7580474029825 +203.0165993678526 +143.77826714235718 +93.19822230861124 +40.486501817764136 +24.374026975025355 +29.126485071967224 +24.42674953358141 +42.223410009781986 +76.55427308830875 +103.4128449698932 +168.7995450009948 +170.64411479740443 +187.03064258012665 +218.1595041503691 +234.7884723834256 +213.56742729797833 +210.98644745015667 +194.5904773327795 +188.90155200709452 +218.22353267978875 +240.56115476469697 +224.89474360819386 +216.36841515198904 +216.70292621752142 +203.2889224584759 +143.77769384033627 +93.20340569658862 +40.5243227257427 +24.374084242152982 +29.126448497383716 +24.384462578206872 +42.25598469767412 +76.4454520211452 +103.347069691935 +168.79631276997554 +169.8077021731691 +186.58759869572984 +218.18399999803788 +234.7037112277752 +213.81418146363396 +211.17806701721196 +194.62303745716372 +190.17652005038678 +218.18372757392933 +240.73435180994124 +223.97665166183228 +216.368415151989 +216.678060461951 +203.41538272737856 +143.7720839092027 +93.19295299323385 +41.8570264010778 +24.373935550896785 +29.1262931815445 +24.421662081544042 +39.47305577711839 +75.29447447793613 +107.20293603636915 +138.6334332781977 +150.31474974928798 +189.23772979603416 +216.50082207924777 +223.34969551298826 +211.34923521225764 +206.71617402751758 +190.52503943255525 +189.1983908059412 +205.5379022256559 +245.28945900883488 +235.7346495477355 +228.8599237577045 +206.95386855845902 +201.88097095938897 +143.73376704319853 +95.53336711592485 +44.18014798493617 +24.374051540829665 +29.179067207545756 +24.373781393392942 +39.83074764742134 +75.74381192070946 +107.84658859046635 +138.63354522936868 +156.03171609108227 +154.42496829153242 +209.31940982161166 +228.3488528593492 +204.84062983605577 +204.88801415344076 +186.19967965766676 +184.70239985519754 +202.99974187237962 +227.4389746757158 +217.93472108174714 +206.10729548862437 +205.8776623212822 +191.73850599297248 +134.3510114881213 +90.90985220898159 diff --git a/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv new file mode 100644 index 0000000..13113ee --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_11_pu.csv @@ -0,0 +1,8760 @@ +0.1278417334655814 +0.07050781443990985 +0.08425486018003789 +0.07050776744008076 +0.11472569624851503 +0.21901849517977004 +0.31209057405904633 +0.40103186703457955 +0.45418322596726757 +0.4480268646622619 +0.6074653641040707 +0.6617474495680564 +0.5925743874015528 +0.5935180592707135 +0.5395867440856001 +0.5361998894383264 +0.5873239342737328 +0.6579462548842131 +0.6299913179861683 +0.5974943339625942 +0.5986121789636203 +0.5537185092936883 +0.3886976535628061 +0.2628401209025177 +0.11696590396936316 +0.07060157165559784 +0.08425478947066921 +0.07050769761603966 +0.1221416859206294 +0.22211166173192745 +0.3012006131236628 +0.48836038000673715 +0.49836702379954934 +0.5410442089255778 +0.6320508346345738 +0.6793435496499926 +0.6271965050747224 +0.6179773044052705 +0.5647223677979437 +0.5502313156670791 +0.6311537693076543 +0.6967783702266303 +0.6601571872437867 +0.6347861512446801 +0.6359457352114704 +0.5853985765348916 +0.41562679097264665 +0.26957217257282645 +0.11706590230020224 +0.0705081209240473 +0.08425516555775112 +0.07050820746593926 +0.12320916128813131 +0.22360544510872604 +0.30171663149294514 +0.4882470755376695 +0.49868331751818784 +0.5410367600591142 +0.6317483896425912 +0.6792437633371811 +0.6192218359754545 +0.6109120138641182 +0.564168861587485 +0.553998357056027 +0.6309541416190401 +0.6961448702113265 +0.6475098742227393 +0.6259001587158837 +0.6274443583024333 +0.5857436422398843 +0.4155976495560404 +0.26956764450609383 +0.11700965014666787 +0.0705078873889276 +0.08425574202714649 +0.07065986684269862 +0.12334196281664724 +0.22238288477313595 +0.3004210238287766 +0.4883003299379979 +0.492153707014027 +0.5410891744825408 +0.6329376791538666 +0.679207370359209 +0.617824048165334 +0.6106307214048203 +0.5634037398782781 +0.5476460265233812 +0.6307114973397078 +0.6963117663701757 +0.6487667908694139 +0.6259001587158837 +0.6276634374531125 +0.586084731664013 +0.4156204254899732 +0.26952770586613034 +0.11711891442269019 +0.07050804104740037 +0.0842555614871339 +0.07050852442730787 +0.12290218562178692 +0.22165550317544758 +0.2993265963043866 +0.48828385300606825 +0.49600156484931424 +0.5399916884800279 +0.6329058992076492 +0.6791378539970495 +0.6192136830286803 +0.6114645742057646 +0.563550753858104 +0.545602481211313 +0.6256703632802421 +0.6963941672579689 +0.6505712184906715 +0.6259001587158837 +0.6280627117655068 +0.5862547801680887 +0.41565284221300075 +0.2694985670957822 +0.11714430083316593 +0.0705078293454826 +0.0842553527440172 +0.07050831909148793 +0.12238024144831447 +0.2213926103509287 +0.29933319927686786 +0.4882647305226694 +0.4928835040943872 +0.5405446536836614 +0.6330823081659854 +0.6787708516859766 +0.6179475131878935 +0.6105222461789781 +0.5645592276916265 +0.5457563550511634 +0.6347509931475487 +0.6961204959005686 +0.6476283588559721 +0.6261906742905335 +0.631508761335838 +0.5862684002786757 +0.4156762664731079 +0.2695857641557056 +0.12123154730452156 +0.07051440585730173 +0.08425480939398917 +0.07050778470990061 +0.11531963762552876 +0.21886247627299657 +0.3112950590342578 +0.40103181793929094 +0.4368470292050385 +0.5463892305680392 +0.6270376188716072 +0.6463613276724316 +0.6098304020787759 +0.598569601212145 +0.551887331953254 +0.547424384966209 +0.5974669052425777 +0.7097267451272841 +0.6793628433939073 +0.6554413437364671 +0.5932772457596593 +0.579227277689007 +0.41595872309300347 +0.2762480572255205 +0.1280405792207711 +0.07058464193067689 +0.08425479791261457 +0.07050777342025043 +0.117361356147264 +0.22018311521643893 +0.3127185057626128 +0.40106014589623584 +0.4530332058169555 +0.4468284756307605 +0.6059788802233016 +0.6595854025367128 +0.5926039837933273 +0.592371221978532 +0.5397098305517593 +0.5357969995733178 +0.5873412962352809 +0.6580261781354995 +0.6294770282334742 +0.5940761037836804 +0.5954239748329644 +0.5556774506606295 +0.3884441552167584 +0.262981647018395 +0.11718606929412323 +0.0705080041419156 +0.0842553848435093 +0.07050828559105177 +0.12256307962651472 +0.2215380118925653 +0.2994705887341531 +0.48826831346918426 +0.49535703083195404 +0.5408559682340071 +0.6317934857204346 +0.6788606511860665 +0.6182818701142401 +0.6106549123004149 +0.5633619364380089 +0.5463171366208378 +0.6343415788066505 +0.6961597816836286 +0.6476975752981973 +0.6259001587158836 +0.6284818889444037 +0.5871133080528868 +0.415901362244941 +0.2696147457408565 +0.11726687216123935 +0.07050767262157318 +0.0842551982273267 +0.07050823951059283 +0.12252977678824721 +0.22216042283540863 +0.2995841250312611 +0.4882512887563597 +0.4928314644884644 +0.5405801132809056 +0.631433423264554 +0.67842651858808 +0.6190113685728863 +0.6101409706558353 +0.5628815238490147 +0.544940138017431 +0.6307200057636 +0.6962324321698011 +0.6509168711285056 +0.6307990798952539 +0.636559290472567 +0.5871172773008032 +0.41593833246645023 +0.2696456094684977 +0.11705100578519967 +0.07054117214065407 +0.08425480327740456 +0.0705077112475497 +0.12189905424418497 +0.21797767660955156 +0.29559069015715245 +0.49281616619025226 +0.5091304735680431 +0.5551145086888056 +0.6423698126838168 +0.7078332904176972 +0.6340683200207858 +0.6264825565180017 +0.570495500474669 +0.5454628464205599 +0.6390341957214188 +0.7265886535103673 +0.685017433830332 +0.6519384081642795 +0.6509275950521222 +0.5897142811030615 +0.4159414541389284 +0.2696502615438827 +0.11718662638224502 +0.07053388433797032 +0.08425480922664845 +0.07050778454386601 +0.1254449932726972 +0.22437337682758654 +0.30552727914331246 +0.4883603800067369 +0.4928314644884645 +0.5405923472486823 +0.6337062078837596 +0.6824327603497596 +0.6197680960083536 +0.612278396071688 +0.5648929456442503 +0.548091977960154 +0.6230944693434499 +0.6961064569275515 +0.6533138931084402 +0.6259001587158836 +0.6292759315734971 +0.5879409225390227 +0.41589090780536053 +0.26970291271362484 +0.11706111188556281 +0.07050829054510566 +0.08425533457858325 +0.0705083012279434 +0.12265530218923072 +0.22173577626853225 +0.29959410462112207 +0.4882638252703447 +0.49776182034476796 +0.5407069624589246 +0.6317651722458134 +0.6795926561592801 +0.6213421609125946 +0.6172288582675063 +0.5635049387971439 +0.5447499964023496 +0.6285182814886373 +0.6984609912158507 +0.6599721192384748 +0.6374757718299108 +0.6440708450275634 +0.5918613738372669 +0.41590106378504327 +0.2696554348326545 +0.12109045647454969 +0.07050803592915174 +0.08425548826740414 +0.070508387742945 +0.11526220940331562 +0.21523513327640154 +0.3073135925282965 +0.4056469120556413 +0.441780773859531 +0.5524862498773296 +0.6276920682242008 +0.6552822166481983 +0.6230189624098961 +0.6096624197542106 +0.5562373535561836 +0.5507101543324331 +0.6019723838852025 +0.7119738139509812 +0.7003154787418554 +0.6859239026512304 +0.61614776304048 +0.5975321559501359 +0.42105333008687323 +0.276339547451016 +0.12774871766392198 +0.07057985897654842 +0.08425479443218757 +0.07050770251537739 +0.1170494703314337 +0.2218189182842481 +0.31459017146254775 +0.40216365578834484 +0.45225375852428396 +0.4465260393125484 +0.6079520573803565 +0.6643175220011613 +0.6061525610284672 +0.609534765299336 +0.5456493552371114 +0.5365072604755473 +0.5832811693792725 +0.6586410050564324 +0.6356245165865995 +0.6036691461389707 +0.603352737203301 +0.5540393323311971 +0.38857753226149955 +0.2629376011694231 +0.11688907346135763 +0.07065986423606696 +0.08425472289896205 +0.07050769965390562 +0.12317248482841207 +0.22421550025775425 +0.3025274243663111 +0.48835600995489453 +0.4928314644884643 +0.5410219770969406 +0.6308242331033399 +0.6851988178206088 +0.6439314495605792 +0.6365019638474678 +0.5762420947347336 +0.556887632374052 +0.6324988897567428 +0.7112332810245646 +0.6780033538709785 +0.657641182685009 +0.6624622951763615 +0.6004005475556999 +0.4163264744806919 +0.2695693410185116 +0.11698276427536958 +0.07050803630659241 +0.08425548864004061 +0.07050838811100543 +0.12510556096838524 +0.2179767504476241 +0.29545677987483854 +0.5042560109905085 +0.5177870757976979 +0.5608070839154602 +0.6400451993271746 +0.7044190813440884 +0.6630365920889366 +0.6514550347416278 +0.5914718249537273 +0.5654490567012568 +0.6438485067582267 +0.72889106423241 +0.6673020416412563 +0.6417530682936261 +0.6424781400297536 +0.6018655148259427 +0.4159095373839339 +0.26951640053809545 +0.1169924208424319 +0.07050769427620349 +0.08425555312086326 +0.07050845180075334 +0.12433005602066413 +0.2179768150518777 +0.29545684274175515 +0.4943113940885482 +0.5022454665876744 +0.5433031740071611 +0.6320357776820544 +0.691619729422074 +0.647597912604581 +0.6369428364198576 +0.5733500299526992 +0.5508541522315684 +0.6252390738949163 +0.7077514676446667 +0.679286096584713 +0.653741063286351 +0.6579211180054212 +0.5976542498842253 +0.4158876339151844 +0.2694942736120261 +0.11695696900911969 +0.07050788719043984 +0.0842557418332415 +0.07065987106085656 +0.12509436965810042 +0.225955519651768 +0.3040320637320748 +0.4883017303362139 +0.4970480724984293 +0.5445545894183315 +0.6315410465689532 +0.6854019758874917 +0.6427644058221218 +0.6289552827070638 +0.5667166328052601 +0.5459270216852639 +0.629789222048622 +0.7016694043889324 +0.6730449354202552 +0.6490032297355383 +0.6536256771135729 +0.5957984232567602 +0.4157513342381448 +0.2695576094274789 +0.11691621635824836 +0.07063815387270964 +0.0842547811138707 +0.07050775690039675 +0.1245281858672147 +0.2254966465471664 +0.3037261782205473 +0.4883603800067368 +0.49326544555747726 +0.5411335106648699 +0.6318791170742564 +0.6823157036526856 +0.6339548397064555 +0.6202353271109249 +0.5648362312771272 +0.5476124298943058 +0.6198735568685131 +0.6963664101044822 +0.6581907116449258 +0.6359946721707105 +0.6383728011574402 +0.5903221592559823 +0.41574818885907155 +0.2695786733318107 +0.12100231503855133 +0.07065812386585056 +0.08425477655324819 +0.0705077524168426 +0.11665152967656994 +0.22092732710939755 +0.3135221429706274 +0.4011581715545364 +0.4278411674749476 +0.5482722883584464 +0.6251576962905988 +0.6478258396004062 +0.6128693981425305 +0.5991734910544176 +0.5511474698381335 +0.5457632882044937 +0.5946338270121782 +0.7093349336064337 +0.6818276228042339 +0.6646981907195386 +0.600946084364862 +0.5864451670103321 +0.416433933490898 +0.27619452938008165 +0.12785539712106034 +0.07050813803100718 +0.08425518260382338 +0.0705081517441811 +0.11600578100860383 +0.22077239737741497 +0.3133432965458847 +0.40103217333087693 +0.45151569744412523 +0.4474636266467361 +0.6058925061565905 +0.660236451963514 +0.59712185649043 +0.5956009855518616 +0.5387031551090357 +0.5335560757263975 +0.5816707003207526 +0.6578574663096671 +0.6326409848501251 +0.6022886760780642 +0.6047173311568412 +0.5552998645029538 +0.3885487446586137 +0.262868190633073 +0.11691243116156716 +0.07062932669325737 +0.0842547831300218 +0.0705077588814791 +0.12348661449626605 +0.22342175393512656 +0.30176717366043715 +0.4883603800067368 +0.4928314644884643 +0.5410888595800964 +0.63258609880719 +0.6792373979764793 +0.6183359863549277 +0.6118330626055535 +0.5646896408680538 +0.5455263156336576 +0.6282480579676253 +0.6962173627978581 +0.651676001759078 +0.6259001587158834 +0.630633904458791 +0.5915750024613771 +0.4161536265120106 +0.2695396952233002 +0.11738756898088563 +0.07050808517630351 +0.08425546501962897 +0.07050842953184036 +0.12494169431009337 +0.2235287751211401 +0.3007844663604201 +0.4882727787781435 +0.49165216031103287 +0.5405164507762527 +0.6315790702756601 +0.6783758275416529 +0.6179377047739907 +0.6104220029106229 +0.5626492144246603 +0.5458677696136324 +0.6196240853932083 +0.6960731935113972 +0.6526149205327524 +0.6259001587158834 +0.6308207340154611 +0.5915750024613771 +0.41618287359021044 +0.26954474907612763 +0.11716163205845721 +0.07050797632734762 +0.08425502147670785 +0.070507993272218 +0.12189342751543324 +0.2212582314143042 +0.2992015223175289 +0.4882355526570971 +0.4940955537244254 +0.5420955660373555 +0.631860154250203 +0.6782064277578006 +0.6180836866542155 +0.610559908125684 +0.5633376636821805 +0.5452491246868171 +0.6213296605332022 +0.6958549956001645 +0.6487391066166878 +0.6259001587158833 +0.6308077282657166 +0.5915750024613771 +0.41630288221808553 +0.26958733266153523 +0.11702041887085633 +0.07065968468906297 +0.08425470539727418 +0.07050768244033681 +0.12272584390355722 +0.22190470875691987 +0.2992941669082233 +0.48835456021309226 +0.49517646227154205 +0.5413244074675075 +0.6313485813751363 +0.6778036695025222 +0.6211755553462968 +0.6110161676692718 +0.5638204855085758 +0.5452679444491398 +0.6250804264265177 +0.6962853792782464 +0.6495846290653274 +0.6259001587158833 +0.6309991947365611 +0.5915750024613771 +0.41642598560987687 +0.2695486318637227 +0.11697717525576966 +0.07050797988037003 +0.08425543293419134 +0.07050833308978868 +0.12199864601205176 +0.22150364410571208 +0.299361745887693 +0.488273086668837 +0.49486323904593243 +0.54121597604025 +0.6308800660263713 +0.6776519836169643 +0.6180115547817618 +0.6113919220960096 +0.5632788705226408 +0.5446528489018908 +0.619061830634259 +0.696293702933587 +0.6513012715060303 +0.6259001587158833 +0.631226505223761 +0.5915750024613771 +0.41644947783967035 +0.2695493812494174 +0.1212205284380284 +0.07050752440305577 +0.08425505209424429 +0.07050802338382953 +0.116213092098042 +0.2194046953155121 +0.3118357659303017 +0.40103217816634923 +0.42676435945062896 +0.5462377927217519 +0.6242977077552537 +0.6479598640794262 +0.6126211188690862 +0.5974718770072803 +0.551106059334672 +0.544317901554939 +0.5933892124290809 +0.7092854285948713 +0.6807637518163713 +0.653269158548319 +0.5961617270464457 +0.5842484844890671 +0.4164001692377595 +0.27635556629106245 +0.12791688414514998 +0.07054865740781209 +0.0842548059330911 +0.07050778130509441 +0.11520069205037069 +0.21857576781257118 +0.31091634453314315 +0.4010321740781172 +0.4486246393221082 +0.44802681566878405 +0.6069051091369967 +0.661292767852412 +0.5918664936284347 +0.5950176752731509 +0.5385449666162592 +0.5352881981568679 +0.5829188305713491 +0.6577389794954575 +0.6318800402696798 +0.5970486330437585 +0.5952247643496192 +0.553539507275631 +0.38825312731894085 +0.2629448367622294 +0.1170971852033756 +0.07065950881520476 +0.08425474507387594 +0.07050772145916114 +0.12217111983848782 +0.22108325748448965 +0.29855277821389176 +0.4883579656207015 +0.493139839917784 +0.5405216407762519 +0.6309442058769644 +0.6782087096614429 +0.6174736604462598 +0.6104237140182922 +0.562454572033809 +0.5441226030293239 +0.6173667439638887 +0.6962166877119811 +0.6522304624698994 +0.6259001587158833 +0.6313763038634642 +0.5915750024613771 +0.41671285927137325 +0.2695485089039921 +0.11718878191509985 +0.07050756510539387 +0.08425516555446758 +0.07050806263546308 +0.12157006912393875 +0.22101057271885768 +0.29865581869665947 +0.48823802470960226 +0.4947424922684048 +0.5411288787672509 +0.6308905345691248 +0.6784561098786339 +0.6176860132624531 +0.6100860742886011 +0.5631003225728417 +0.5436563172791828 +0.619164381863589 +0.695996392419635 +0.653291124298593 +0.6259001587158833 +0.631554388586564 +0.5915750024613771 +0.41673598244643545 +0.26960364765568384 +0.11707113839341189 +0.07056320745236136 +0.08425479823794027 +0.07050770627470357 +0.12009155039297163 +0.2179776718288018 +0.2955671726203143 +0.48836038000673676 +0.5023656219113742 +0.54582967830908 +0.6332443998433428 +0.6812909659788363 +0.6362028510306355 +0.6219264978290759 +0.5632842828871026 +0.5494805990367673 +0.631204660459245 +0.6957837041291731 +0.6626434144287705 +0.6368520105990959 +0.6443517551170593 +0.5915750024613771 +0.4169497514695066 +0.26953886384718273 +0.1169203461598339 +0.07050777497412468 +0.08425563205914911 +0.07066038062497006 +0.12208482356016113 +0.22343621957967275 +0.30103705952819565 +0.4882883723304165 +0.49288125955458806 +0.5408604647558701 +0.6308514436113586 +0.6784103492371697 +0.621639091598693 +0.611178470827766 +0.562774596489532 +0.5438231385369094 +0.6175126194438861 +0.6957682777967502 +0.651066399910048 +0.6282019918989591 +0.6330078970394317 +0.5915750024613771 +0.4169641935192559 +0.2695387538598469 +0.11696080900070549 +0.07050793775417359 +0.08425545963591938 +0.07050842423599517 +0.1239005555374017 +0.22269946925409712 +0.30117271719447847 +0.4882723921061692 +0.4945189018976146 +0.5405117231528139 +0.630796349679087 +0.6789595570253275 +0.6197484193966606 +0.6128526675136302 +0.5632993664069149 +0.5445292825826226 +0.624341399255076 +0.6959773379322474 +0.6524098723496475 +0.6280548337126876 +0.6352491551272246 +0.5915750024613771 +0.4169786834117208 +0.26953996796251906 +0.12118741555529952 +0.07050764805081575 +0.08425517399570977 +0.0705081432778352 +0.11661004152605889 +0.21990366453737478 +0.31193851160568103 +0.4010320724942662 +0.427408962402194 +0.5472258111276158 +0.6242771377855021 +0.6450359511455633 +0.6121880676825476 +0.5971951677720315 +0.5500804167043011 +0.5433915238163048 +0.5805014613744816 +0.7096936474912617 +0.6790246681800582 +0.6532691585483189 +0.5965431844819672 +0.5848700329105398 +0.41643672972647244 +0.27634109254374584 +0.12789683563718526 +0.07062090867762649 +0.08425478983220117 +0.0705077654719595 +0.11561777067090905 +0.2188656709911048 +0.31112496326713596 +0.40109797255108265 +0.4468407679829167 +0.44548259739460677 +0.6073380770226805 +0.6616807654684609 +0.5921591982849504 +0.5922855797258828 +0.5380299782822059 +0.5323653470516451 +0.5786561714146546 +0.6580760646319457 +0.630624725474118 +0.596756993155697 +0.5953835550483224 +0.554000540596187 +0.388220846071472 +0.26298943956787424 +0.1174817075607347 +0.07050810407021686 +0.08440745130292193 +0.07050894081491237 +0.12376553275711696 +0.22250062871933343 +0.2996648037819239 +0.4883330600763255 +0.4971524803367714 +0.5419620766216942 +0.6306732352246694 +0.6793248841007509 +0.6178304161095685 +0.6103954010840673 +0.5624438801480675 +0.5431745203669908 +0.6145896856129555 +0.6961983253874585 +0.6504256962252107 +0.6259001587158833 +0.6317399559940431 +0.5915750024613771 +0.4171990437319583 +0.26956973965891107 +0.11736006591627982 +0.07050809926206221 +0.08425542688766692 +0.07067206788344976 +0.12397326161834271 +0.2224357589095948 +0.2995167585574388 +0.44689642846427907 +0.4905544412053911 +0.5399405234830902 +0.6303937863600717 +0.6788069283236917 +0.6172202033849261 +0.6097710570719668 +0.5624189701035988 +0.5437801280833013 +0.6235292603347222 +0.6961594750774157 +0.6510201519215537 +0.6259001587158833 +0.6319173479424705 +0.5915750024613771 +0.4172170801392241 +0.26955464269997553 +0.11733545381324549 +0.07050815482555718 +0.08425553393252302 +0.07050849732127311 +0.12268013337748777 +0.2217120697463826 +0.29927875244966295 +0.4468789961580879 +0.4917713428434805 +0.5416254129204804 +0.6308861673362267 +0.6789480483478129 +0.6166305084597072 +0.6098663281074274 +0.562377556546225 +0.5425423177528085 +0.6143453027945737 +0.6548580166823967 +0.6511825549627585 +0.6259001587158833 +0.6317622330950298 +0.591563749517128 +0.4172262477152189 +0.26955271823549304 +0.11715600914339232 +0.07050775479315895 +0.0842552792335813 +0.0705082467885274 +0.1215984778690713 +0.22097295829574592 +0.29849291305976905 +0.44685517720584084 +0.4917835510821871 +0.54028652675203 +0.6304163562500562 +0.678997805669308 +0.6169637578956612 +0.6098598777819302 +0.5625606938268012 +0.5426336442605294 +0.613231185633349 +0.6549033188770524 +0.6513469673866936 +0.6259001587158833 +0.6319194424448432 +0.5915750024613771 +0.41723354654680145 +0.2695243965472655 +0.11720297529851759 +0.07050773499037888 +0.08425525970872629 +0.07050822758284199 +0.12289470738665827 +0.22201793025246916 +0.29956914275570484 +0.442734863204279 +0.4905544412053911 +0.5403676179163127 +0.6301540245005379 +0.6791135736077033 +0.6170417765402804 +0.6099444946533935 +0.5623984127129352 +0.5449941939007771 +0.6173203441386284 +0.6493260376819249 +0.6515048335202257 +0.6259001587158833 +0.63209030548215 +0.591575002461377 +0.41724377012320146 +0.2695315464068417 +0.1212758496663599 +0.07050743103703586 +0.08425496004891604 +0.07050793286265652 +0.1144559966936599 +0.2182658005223334 +0.31072096160066237 +0.35867590912982894 +0.4261173329340666 +0.5463549059614009 +0.6245740404437672 +0.6454403217092541 +0.611797455198785 +0.5969360328321937 +0.5518820404829696 +0.5432445115124976 +0.5799297281463421 +0.6649881729911423 +0.6829734963073217 +0.6631853735622161 +0.6012740324868607 +0.5880916790218023 +0.41668350797525155 +0.27630522087218085 +0.12777054562603318 +0.07050799363970475 +0.08425503872720601 +0.07050794375876088 +0.11456618037621474 +0.21843518202731674 +0.3114154402144869 +0.3590419723161366 +0.4474769492013162 +0.44597159349212045 +0.6082029389614232 +0.6619138238042171 +0.5923247091336774 +0.5920410035544388 +0.5380062449687426 +0.5320637868542378 +0.5777067243241416 +0.6166442116424263 +0.6314791260846458 +0.5974538753222948 +0.5954904144152117 +0.5543000131052784 +0.3882662045489241 +0.26299149417075457 +0.11727999236485115 +0.07050795274767868 +0.0844077672606586 +0.07050788920812132 +0.12422563029987035 +0.22302975597635913 +0.3004868813575591 +0.4469140513458152 +0.49535703096901557 +0.5416530315325182 +0.6302171125462973 +0.6790091164263764 +0.6171740883261165 +0.6097730560640973 +0.5624205034731111 +0.5430975295263043 +0.620044247420509 +0.6550242660447659 +0.6522016985007293 +0.6259001587158833 +0.6319291113496932 +0.5915750024613771 +0.4172551805574677 +0.2695565792213462 +0.11743150742372677 +0.07050796450724736 +0.08425483604075922 +0.07050781091333512 +0.12315777681235636 +0.2220840251412999 +0.29974186794658475 +0.44602891426909674 +0.4905544412053911 +0.540755137944461 +0.6302369449312216 +0.6790172814746329 +0.6171156491888256 +0.6097656484145908 +0.5625671360238647 +0.5422906280841449 +0.6131039120529223 +0.6479105881702488 +0.6562858553241697 +0.6400380777051341 +0.6493290469874262 +0.5975859219236259 +0.41832220485931004 +0.26958639303344945 +0.11706897748374985 +0.07052652300783109 +0.08425480662461836 +0.07050778198882426 +0.121877270549802 +0.21797725042195956 +0.29560853474444054 +0.4516121617054279 +0.4996195243618973 +0.5490497149638356 +0.6341260547662115 +0.6859490223215339 +0.6356850811720459 +0.6228178550034371 +0.5651276361468451 +0.5434287557763606 +0.6137523629431775 +0.6549841789467474 +0.6652743467555834 +0.6401856798262319 +0.6478297406610195 +0.5946657223185011 +0.41725722603679183 +0.26955054228510394 +0.11711028949761834 +0.07050776554484926 +0.08425481146032507 +0.07050778674012259 +0.1236402083321313 +0.22449590443804615 +0.30233058174699246 +0.44506814788552396 +0.4906254337144733 +0.5408678795211879 +0.6302611523326495 +0.6793001800755712 +0.6223638869500199 +0.6131885319822656 +0.5627424336334947 +0.5434251294999475 +0.6176704265574033 +0.6522130189721027 +0.6558622979831742 +0.6305980453173268 +0.6374965589181685 +0.5915750024613771 +0.4172565265673131 +0.2695460482404541 +0.11711020305392268 +0.07050778647822177 +0.08425483232120788 +0.070507739929845 +0.12309003833767936 +0.22304168937648144 +0.30158391793029193 +0.44602901716836096 +0.4906254337144733 +0.5409186779203222 +0.6328693070645399 +0.6876841353769271 +0.640423605647456 +0.6268772369819394 +0.568423732521593 +0.5443367174989622 +0.61328442000862 +0.6550643868797197 +0.6696607855100175 +0.6422608949979788 +0.6517061576369227 +0.5960919874657581 +0.4172554315205999 +0.2695518743944593 +0.12123275725021396 +0.07051001923274329 +0.08425481039865537 +0.07050778569535222 +0.11613889457664577 +0.2207982489793894 +0.3138016915786952 +0.3590412777644148 +0.42777016623324154 +0.5475757028524699 +0.624670252081957 +0.648813414710601 +0.6172437877476556 +0.6044457178001102 +0.552753346913512 +0.5437130830946757 +0.5802850915809372 +0.6623709925236939 +0.6892849725801949 +0.6743605407548269 +0.6054144004668648 +0.5901989745746087 +0.4169075162060882 +0.2762547186525663 +0.1278067469004656 +0.07050747519623346 +0.08425500358402116 +0.07050797567597748 +0.11634998755789373 +0.2210911022984186 +0.31409373504882615 +0.3572365525981792 +0.44895425104182624 +0.44572055163558116 +0.6087968581917704 +0.6684884551622838 +0.6069411255827419 +0.601957119995373 +0.5421970151657167 +0.5363918143342672 +0.5817627813732406 +0.6187616172940602 +0.6400185002944909 +0.6134498212512838 +0.6183634962847726 +0.5591182284403577 +0.38830124422732387 +0.262933845034541 +0.11696322875989508 +0.07050798673726244 +0.08425583922037501 +0.07066017272425645 +0.12388673595879059 +0.22444676693553456 +0.3027678432737202 +0.44548524412288465 +0.491783551082187 +0.540952750360843 +0.6304795081550363 +0.6859403104753368 +0.644253879525345 +0.63578219380204 +0.5675858963905007 +0.542467523731417 +0.6130827307250276 +0.6577173930946113 +0.6643792440347887 +0.632395865443623 +0.6366420711117377 +0.591575002461377 +0.41724159695713375 +0.26952293378288805 +0.11735686919585492 +0.07050802652268506 +0.08425524381078368 +0.07050813980338938 +0.12516207632701498 +0.2251423378023564 +0.3024794149715732 +0.4414314343093553 +0.4905544412053911 +0.5406478161822208 +0.6307334943949631 +0.6792974415288351 +0.6169890218551018 +0.6103009599230838 +0.5625693043447393 +0.5440413096375872 +0.6136772609357057 +0.6483120112235874 +0.6513425239057749 +0.6259001587158833 +0.6319182926577209 +0.5915750024613771 +0.417231104237347 +0.26955171451171045 +0.11736963298629847 +0.07050788647930518 +0.08425526843177333 +0.07050823616338808 +0.12329323650412023 +0.22247161206791588 +0.30001784093816136 +0.44543113005991697 +0.4908060022748851 +0.54047431278141 +0.6305191313442005 +0.6861981607085219 +0.6420006379612596 +0.637153581685202 +0.5780255417761648 +0.5494642031053613 +0.627137834779507 +0.6535216648513469 +0.6409396094500667 +0.6156550083763207 +0.6399604340386945 +0.6013838000779406 +0.41796111266692854 +0.2695475181390213 +0.1170024734213491 +0.07050767698902967 +0.0842552025330878 +0.07050817133683324 +0.1221946303940044 +0.21812929196832095 +0.29792844957010367 +0.44765489799159036 +0.4978652062190362 +0.5430803608980651 +0.6305337477602639 +0.6812043990201596 +0.634095917685285 +0.6183087999960963 +0.5635758176105454 +0.5431168936838439 +0.6191481228991728 +0.6533293246824379 +0.6624317842242793 +0.6352279752108307 +0.6408819664460215 +0.591575002461377 +0.4172155711241438 +0.2695249518811012 +0.11702850249324878 +0.07050799331112298 +0.08425551441487866 +0.07050847812158678 +0.12470110747523393 +0.2244412068703439 +0.30228294357197294 +0.4406698469673772 +0.49029586048380297 +0.5407382110371709 +0.6306105018840296 +0.6790405373621785 +0.6217367428160738 +0.6108194808953233 +0.5624087593928279 +0.5428281509612923 +0.6125019463980804 +0.6463462179935678 +0.6524182683230981 +0.628550857558511 +0.6339857763945642 +0.591575002461377 +0.41720574072443656 +0.2695101859988094 +0.12121054975764313 +0.07050802092597465 +0.08425554164913421 +0.07050850490887066 +0.11715077250184494 +0.22009309675358896 +0.3122025792137505 +0.3558362496699187 +0.42465719909449023 +0.545705308193261 +0.6242592576568602 +0.6454886075670051 +0.6120251703315275 +0.5971119477513495 +0.5503985268185504 +0.5430207907174812 +0.5789950989331825 +0.6586408783542248 +0.6788715772828983 +0.6532691585483189 +0.5965487161889186 +0.5848700329105398 +0.41644130760634 +0.27635063025541845 +0.1278785191076175 +0.07065534656174073 +0.08425478216192421 +0.07050769039453796 +0.11578958037797077 +0.21911257607163823 +0.3113425571727511 +0.35429330278877214 +0.44606277537046346 +0.4458706581628908 +0.6072203038142504 +0.6615908158320685 +0.5922411767952843 +0.5923574231994223 +0.5381824689602106 +0.5314752569056304 +0.5754873568152747 +0.6118459140124896 +0.6302352154015372 +0.5967234180309144 +0.5953955245057985 +0.5538302153661124 +0.38838711932557235 +0.2627894800957584 +0.11702825824777002 +0.0705677957350239 +0.08425479718922307 +0.07050777271356992 +0.12145211339368243 +0.22087061288073417 +0.2990394582898162 +0.4431865283560561 +0.4897844437328015 +0.5396972116867618 +0.630519952765392 +0.678427790944288 +0.6172615380906078 +0.6100622711848828 +0.5625879964188165 +0.5426238485394311 +0.6130814536348473 +0.6485690725996056 +0.649492590007076 +0.6259001587158833 +0.6315592101783642 +0.5915750024613771 +0.4169749098472747 +0.2695408452051488 +0.11701656468717163 +0.07050820469819333 +0.08425524903954534 +0.07050792409872157 +0.12253787450624799 +0.22187037004385 +0.29945747564588887 +0.44003681938840733 +0.49055444120539116 +0.5413614334855852 +0.6312206521894214 +0.6784956383796735 +0.6218245722934943 +0.6129168563326802 +0.562470761077615 +0.5428163141737685 +0.6134132813232687 +0.6425962542114632 +0.6525150619380418 +0.6298757684168926 +0.6353826326216759 +0.5915750024613771 +0.41696087830533307 +0.26953907794714027 +0.11696415615499478 +0.07050796475929486 +0.08425548626546994 +0.07050845043107579 +0.12305123705894205 +0.2220827155113088 +0.30015602275302494 +0.4400586633151092 +0.49055444120539116 +0.5409765917369178 +0.6306654375764872 +0.6785436248614707 +0.6225901070334567 +0.6141104883066285 +0.5624721351440257 +0.5428326913233953 +0.6123415188951811 +0.6442763263847799 +0.6615862701012678 +0.6350265171267456 +0.6405290262386613 +0.5915750024613771 +0.4169456635419841 +0.2695403147128232 +0.11695630881848847 +0.07050781043117142 +0.08425566674881775 +0.07066049503183572 +0.1237633767709593 +0.22273692103176893 +0.30110449819053875 +0.4393535194020557 +0.4907677716628879 +0.5416801911657074 +0.6304964598135037 +0.686611762596644 +0.640053526294535 +0.6289574557123536 +0.5684063438545328 +0.5426640320378444 +0.6132352396528551 +0.6479777286985334 +0.6730071404011531 +0.6459111968425095 +0.6508674658901046 +0.5963535604684423 +0.41672772358012966 +0.2695567806541678 +0.11710270827147361 +0.07050781168404877 +0.08425485743805554 +0.07050783195016389 +0.12310709980003595 +0.2242163688461546 +0.3026985216392786 +0.4425546540735187 +0.4897681047936163 +0.5403318052154357 +0.6305193076548908 +0.678084224302794 +0.623151948684734 +0.6131520899292182 +0.5625672292321671 +0.5424708010326863 +0.6122288098145414 +0.6444470850918294 +0.6533863905529009 +0.6259001587158833 +0.6313727924765453 +0.5915750024613771 +0.41670876198786283 +0.26954972026836677 +0.1211947536901369 +0.07050768936522825 +0.08425521472858767 +0.0705081833375578 +0.11606677112611159 +0.2195657479403339 +0.31225440262461024 +0.35553988159704597 +0.42544328451892827 +0.5455498680456036 +0.6240714861336282 +0.6478494449016396 +0.6121949283638417 +0.5966792968781195 +0.5501157536063657 +0.542843517824434 +0.5793620044698327 +0.664475373101099 +0.6762826149349446 +0.6533934196199253 +0.595967725389969 +0.5848700329105398 +0.4163820026278195 +0.27636200824560214 +0.12791874977684195 +0.07052218536088319 +0.08425481183318584 +0.0705077871090718 +0.1154369124712052 +0.21885527911821095 +0.31132646647117523 +0.3538140091249365 +0.44636578400004706 +0.44628847428642315 +0.6067605742332585 +0.6609867938254811 +0.5920025884743249 +0.5924213807178922 +0.5378836229300413 +0.5313227545405492 +0.5747727655912134 +0.6069652385132575 +0.6310953191386433 +0.5968227559773851 +0.5951998606998984 +0.5565182339702152 +0.3885391944780423 +0.2628859316858227 +0.11703505811277345 +0.07061975362758914 +0.08425479009135568 +0.0705077657251002 +0.12150838818959955 +0.22095898893380247 +0.2988194651274573 +0.4392039528255727 +0.49055444120539116 +0.5411091653449338 +0.632000521723135 +0.6777864044170986 +0.6179043026524369 +0.6103251351935696 +0.562666381450788 +0.5443415022592699 +0.614379834546486 +0.6413341033616768 +0.6503803059216549 +0.6259001587158833 +0.6310015268739119 +0.5915750024613771 +0.41644364069093387 +0.2695547866247209 +0.11712733120638709 +0.07050757501621506 +0.08425510199225525 +0.0705080724608365 +0.12130878850998827 +0.22084078219024128 +0.2986140504635473 +0.4390861011687389 +0.49055444120539116 +0.5410890500127736 +0.6314057436091688 +0.6777466626298355 +0.6175387734675604 +0.6098378763673449 +0.5629596952824613 +0.5432027470448971 +0.6137750451679829 +0.6405338320999835 +0.6494080513293002 +0.6259001587158833 +0.63099046889078 +0.5915750024613771 +0.41642052494664006 +0.26955251387829765 +0.11696689773057144 +0.0705080344994006 +0.08425548685894375 +0.07050845101687575 +0.12144478588283272 +0.22065653817499858 +0.29867018246750615 +0.4389490511198494 +0.4900870448071179 +0.5401456827968034 +0.6311844310637296 +0.6806675359596269 +0.6382855111639517 +0.6295252339346724 +0.5689802286616977 +0.5431905643388363 +0.6143161214861922 +0.6461786569855927 +0.6665546178843018 +0.639138421610887 +0.6451509716603008 +0.5921753232721408 +0.4162766344270466 +0.26958944201873397 +0.11688168775224984 +0.07064633889060179 +0.08425477924450342 +0.07050768751806227 +0.12176650781890785 +0.2179773225135116 +0.2954935791472565 +0.44780529453853746 +0.4906535306435499 +0.5430080763497266 +0.6308551456551967 +0.6963119037472598 +0.6567406305544795 +0.6490925389078095 +0.5808075540448713 +0.5497176486471188 +0.6243512790806403 +0.6777655123238538 +0.6977373246116999 +0.6727978367987728 +0.677821617373267 +0.6104483098595496 +0.4187136254826225 +0.269542110493413 +0.11703782337694475 +0.07050801591605957 +0.08425506092389538 +0.07050803206708225 +0.1253297468233834 +0.21802797593368664 +0.29555786525542377 +0.45081197375022314 +0.49900573879204196 +0.5472544785771889 +0.634186974880904 +0.7003765178194818 +0.6607064945644605 +0.6521344350426933 +0.5876666742821046 +0.5549596810180087 +0.6286156805550358 +0.6832487043883846 +0.700355311793678 +0.6766343538648999 +0.6817160729519793 +0.6198161690881244 +0.4298153163392319 +0.2722426924237005 +0.12105549796836897 +0.07050797747780001 +0.08425551433288879 +0.07050847804493447 +0.11888865319109752 +0.2152345075328056 +0.30731314713200003 +0.37449259912263744 +0.451601432199213 +0.5646938754347847 +0.6369644478984751 +0.6755431542083221 +0.646747137282225 +0.632036238446521 +0.5759148435114243 +0.5635533379268001 +0.6005933778737949 +0.6793923824419504 +0.7194275254141033 +0.6747748960174305 +0.6377239727864867 +0.6185336034176171 +0.4424520889021056 +0.29228558527182735 +0.07065658030589612 +0.08425529610941042 +0.0705076803373945 +0.11774500522537096 +0.2228607041660462 +0.3153908690525454 +0.3909386170823217 +0.443584541808459 +0.4464479813815374 +0.6162384397962499 +0.6892936178444508 +0.632188117606808 +0.5962225497160475 +0.5291004296881954 +0.5224269799231429 +0.5650723744867533 +0.5927349331465691 +0.5695718394046362 +0.5868845339324565 +0.5861173429128452 +0.5633824064012294 +0.3888327325928162 +0.26466186561530614 +0.11686322552151468 +0.07066023681718432 +0.08425461131068158 +0.0705075899293149 +0.12228289741163395 +0.2194182052282103 +0.2972488477178615 +0.4995180969807907 +0.507212427019885 +0.5506320687238048 +0.6363726225622641 +0.7087540945033172 +0.6686309125220984 +0.6607664842291229 +0.5969327023130941 +0.5630314758651015 +0.639390320805557 +0.6756637758955673 +0.589189160417726 +0.6169693523301115 +0.6215823540228013 +0.5806635942276663 +0.40555590347911596 +0.2727722357585965 +0.11688841465757391 +0.07050821132438476 +0.08440712900456941 +0.07050736921470992 +0.12410233159680048 +0.21983348574228723 +0.29797111777218555 +0.4781349050144325 +0.48195581718120545 +0.5316109599399591 +0.6337844460027637 +0.7923626343719893 +0.8055283770275267 +0.820088295532355 +0.7431578440853169 +0.6891375881502396 +0.7441576540246613 +0.7699043526397124 +0.7140180050947976 +0.702073460559129 +0.6803854445842197 +0.5923970822120228 +0.406537165931034 +0.25932356420538444 +0.1168823452415199 +0.07050811150924678 +0.08440783200433272 +0.0705072606347854 +0.12857595368828462 +0.22413712371745537 +0.30384883087386627 +0.47861005887970226 +0.4825545258627087 +0.5435658054653525 +0.7052202151695148 +0.8275425925486529 +0.8214645145419627 +0.8130008358714669 +0.7601524365521501 +0.7127205786042831 +0.7795033633662842 +0.8204183266427166 +0.7755443478307171 +0.7500516330485385 +0.7489747573484542 +0.6287524215831172 +0.4068457043162032 +0.2596870594746074 +0.12108283821186608 +0.07050786300256628 +0.08440767573981814 +0.07050718747932858 +0.15368739078976124 +0.22564447195837198 +0.30327002781271006 +0.5026328274510933 +0.5306400215453987 +0.530605227944583 +0.6226939483112727 +0.6723133802463416 +0.610072636729147 +0.6028765338148849 +0.5943595700390356 +0.5701685445781244 +0.6031813011026793 +0.6237166131983015 +0.585057682912049 +0.6172361474352277 +0.6213375866695015 +0.5798680031871319 +0.42854567908868973 +0.2720516809980928 +0.11707049356232452 +0.07050770388046672 +0.08425522904459222 +0.07050813171970226 +0.1236049005323147 +0.22105333445607014 +0.29913325701542 +0.4758097404087012 +0.5245900200122654 +0.5685588484185319 +0.652049911722777 +0.6960325525674764 +0.6093199501090116 +0.6020569891240848 +0.553986603010034 +0.5441613262408128 +0.6128407897764909 +0.6505181782923767 +0.629752205444365 +0.6593428887607459 +0.6658810491131285 +0.6060685010554533 +0.4185652531900627 +0.26962746168455703 +0.12107010332631649 +0.07050811769820318 +0.08425563707492095 +0.07066038606496526 +0.11669865112344155 +0.21523510966816933 +0.30824102677483295 +0.36453837756437096 +0.43382671203881973 +0.5490537465717246 +0.6252635598816917 +0.6504703612198429 +0.617043734924909 +0.6052439667852177 +0.5537172887996223 +0.5451195691019028 +0.5803969273379092 +0.6477670335054095 +0.6406203281724938 +0.6842019114208346 +0.6166881636155389 +0.6013372377342835 +0.4249156869001989 +0.2763525387193867 +0.12775897528860947 +0.07053966776092355 +0.08425480361624624 +0.07050771158723496 +0.11831644488515539 +0.22234882587167729 +0.31508507168260547 +0.3604261562466511 +0.45071774168952455 +0.4484148061213636 +0.60807712090282 +0.6636496297036073 +0.6045916671973273 +0.6026768685894012 +0.5404238368801536 +0.5321630270908285 +0.5751979140160371 +0.6043822196685303 +0.5839884711709393 +0.6036856030868433 +0.6040764691869212 +0.5537876097568408 +0.3884312644962886 +0.2629339808459292 +0.11701066897469788 +0.07050832839992004 +0.08425537230385995 +0.07050833833117076 +0.12353512802076756 +0.22429940367052148 +0.3026890034237716 +0.4468668799524961 +0.4922490963154769 +0.5390770832652237 +0.630553564143906 +0.6785050619484807 +0.6275081474000355 +0.6170785687600251 +0.5625248254194832 +0.5422256837335846 +0.6104533318644072 +0.6372646244079851 +0.6136562054557928 +0.6477081888644296 +0.652851233748849 +0.5925832889899895 +0.4158961985264154 +0.26969229443106746 +0.1169553766106548 +0.07050831368232711 +0.08425535764122215 +0.070508323912535 +0.12359228306287807 +0.2244801312007973 +0.3028277848866962 +0.4468651179949252 +0.4917713428434807 +0.540620045909013 +0.6323970178706336 +0.6887764759835687 +0.6448101353192238 +0.6352120939880749 +0.5733799086864964 +0.5447510218889612 +0.6139316336977972 +0.646304496589076 +0.6223926300484771 +0.653158769630392 +0.6576589551344499 +0.5978716779813877 +0.4159725429736774 +0.26966411027669696 +0.11697716935471678 +0.07058694160040499 +0.08425479281363187 +0.07050770091220417 +0.12412307960720168 +0.2179776648897242 +0.29550455608517445 +0.46703862051382194 +0.5119143556038493 +0.5670800703195846 +0.6542019091052712 +0.669307950565178 +0.6247715099140824 +0.6193736599856553 +0.555124714344921 +0.5338933785445207 +0.6018170921224661 +0.6233445793634907 +0.5845642008299652 +0.6164454749513775 +0.6194525020267384 +0.6107915234951556 +0.4248215062057299 +0.2696340675034465 +0.11693814438809347 +0.07050818449946711 +0.08425559549609508 +0.07055926810474727 +0.12287992688482612 +0.21996710882455983 +0.2972578599943715 +0.4532740772475876 +0.4933736545681552 +0.5390241994044728 +0.6306130142550598 +0.6833036288995449 +0.6405741228081613 +0.6263372552666263 +0.5657111210912994 +0.5423916615518215 +0.6103816809863221 +0.6343819394264026 +0.6058830693432248 +0.6406904089240222 +0.6420355303672225 +0.5881934079041904 +0.4159074483871252 +0.26963958326613297 +0.11692766965387794 +0.07050808931052877 +0.08425560908059754 +0.07062262644707303 +0.1238797182286739 +0.2249056795566857 +0.30363552574762176 +0.4444238566415295 +0.4908676754968767 +0.5390624082031725 +0.6310923578625273 +0.6783787365826802 +0.6282737106940336 +0.6178310373584727 +0.5625563656861491 +0.5424179954305061 +0.610333067754778 +0.631939046954861 +0.6012091272799119 +0.6348751721589821 +0.6386735713796472 +0.5871067000884209 +0.41589813904737605 +0.26961605510804937 +0.12107429289214673 +0.07050774653419298 +0.0842556042387542 +0.07059884800166823 +0.11592618481149347 +0.22039944790838903 +0.31330702709965097 +0.356614504571149 +0.42544316723248565 +0.5446323381163702 +0.6252188370738053 +0.649970832799745 +0.6132058021914779 +0.6018917174595468 +0.5508943646408551 +0.5432336602813782 +0.578821101019602 +0.6465460283765293 +0.6306464051267872 +0.6702325380255406 +0.6042584524122706 +0.589309263299246 +0.4201661787271654 +0.27620105702011183 +0.12783671516369402 +0.0705078062815974 +0.08425566268662689 +0.07066049065141146 +0.11604994050514078 +0.22068716367486135 +0.3136054602174296 +0.3586569689000141 +0.4525698793008615 +0.44593731355974076 +0.605532071627278 +0.6599927680893953 +0.5927409364993174 +0.5931859777658459 +0.5380001436280242 +0.531129995684131 +0.5736471655650762 +0.600636904721756 +0.5738500733435392 +0.5937846460792372 +0.5955070754432147 +0.5552732067549789 +0.3885642156723144 +0.2628355877368716 +0.11703578451088524 +0.07055341448374643 +0.08425480047649758 +0.0705077759341801 +0.12214331756522599 +0.222446758745225 +0.3009122101435115 +0.4429374549804471 +0.4902429981610723 +0.5391804925818668 +0.6305394447550773 +0.6784491547863922 +0.6232729558902467 +0.6135579797649935 +0.5628138342817522 +0.5424975354613052 +0.6104147180358046 +0.6308743778467137 +0.5950321016588723 +0.6332884226080815 +0.6351110746806872 +0.5862616355777389 +0.41577647832228903 +0.2695658373924253 +0.11689100789462385 +0.07065989732819875 +0.08425475311183356 +0.07050772936995776 +0.12255919200907754 +0.22299210493466384 +0.3013282721064191 +0.4434670164953535 +0.48977479605450774 +0.539254839679598 +0.6305400677752345 +0.6887501834435444 +0.6439679724989316 +0.6364102985623827 +0.5747051367096627 +0.5467744875827754 +0.6149626569271439 +0.6477792908454638 +0.6190506339062651 +0.6100538804261935 +0.6553907054451071 +0.5966910609611867 +0.4156775000063803 +0.26955357719969136 +0.11707275084425425 +0.07054555182139237 +0.08425480228126203 +0.0705077102587602 +0.12296930280337966 +0.22419491352754667 +0.30266808431459774 +0.44175399524607245 +0.4896165203915562 +0.5412711409443661 +0.6318558155103379 +0.7012057922053369 +0.6318248990137538 +0.62359408888139 +0.5817952661975667 +0.5536250278816421 +0.6213421235427241 +0.6513044887932588 +0.6251939110503353 +0.6171666960426676 +0.6602301272206768 +0.6022305742413621 +0.4178571939956792 +0.2695084966369118 +0.11707266682632428 +0.07050829246868486 +0.08425533649835486 +0.07050830311340196 +0.12532961305337684 +0.21803452012960697 +0.2959103725617576 +0.45751162302194254 +0.5055408867944665 +0.5535842596491486 +0.6395814223988361 +0.7064803536488964 +0.6652160840431255 +0.6537878999575303 +0.5890917489052553 +0.557261517841681 +0.6329496209517123 +0.669614884595695 +0.6157219954938783 +0.6052534688134017 +0.6476540466799539 +0.6096141898784065 +0.4226673017960441 +0.26957766816236656 +0.11708568542390971 +0.07050798058450893 +0.08425502572368215 +0.0705079974501519 +0.12388855848956173 +0.21797755554184398 +0.295669341626246 +0.467760542209966 +0.5137315280169221 +0.5602715498576047 +0.6443318902371558 +0.7143211975678528 +0.6403143883148108 +0.6314345559119631 +0.5911891677568406 +0.559749977643646 +0.6342089848862857 +0.6704598627229693 +0.5824903283932478 +0.5731724671767485 +0.6663439600158684 +0.6020164484318664 +0.4183585309940844 +0.2696159726712596 +0.12123133460795393 +0.07050778388330367 +0.08425482973807062 +0.07050780471341156 +0.1159134325320439 +0.22126323717038063 +0.3144348111356841 +0.3553089746674501 +0.42975704427807027 +0.553964374255365 +0.6374202987563471 +0.6790973643210251 +0.6495589318409146 +0.5893689448609931 +0.5424636866106666 +0.5539610811900139 +0.5862769058376346 +0.6540353881958262 +0.6491108945505716 +0.651822958839105 +0.631626716752199 +0.6166093502424705 +0.4385530608444822 +0.2787720977895511 +0.12776785856012066 +0.07063298456375004 +0.08425478229257351 +0.07050769052527084 +0.11719106001119514 +0.22184294653184788 +0.31523209821533127 +0.3483104810213132 +0.4360005170778616 +0.44716245177633185 +0.6052803444080483 +0.66459982078044 +0.607818524891154 +0.6074052483988547 +0.5462366016008595 +0.5374592676768677 +0.5841134912881032 +0.6127228919995097 +0.5954532414042822 +0.570965296535798 +0.6168569098860167 +0.5556876471095691 +0.38864026178404665 +0.2629173432391439 +0.11689776823751774 +0.07064595738535229 +0.08425477932934347 +0.0705077551415983 +0.12402544841504809 +0.2241705327479264 +0.3025810769246555 +0.4400637835363298 +0.4880315627518248 +0.5399608133151909 +0.6351422766210466 +0.7036834016049414 +0.634079106605473 +0.6016121843918866 +0.5530135617909191 +0.5332013375349167 +0.6011342261516838 +0.622326937910655 +0.612084080008205 +0.6034309601451986 +0.6536911732619888 +0.5955414822476616 +0.4162841709625144 +0.2696498946044203 +0.11688528703329878 +0.07064929663610922 +0.08425477856902425 +0.07050768685240397 +0.1223029862203733 +0.2179773241689716 +0.29710666635080224 +0.45616001927672717 +0.49563606048581726 +0.5462018660601566 +0.632410381795131 +0.7002193705862003 +0.6536109618056389 +0.6441289275848815 +0.5762836480107294 +0.5452540493421657 +0.6142729275226944 +0.644447647791259 +0.6154631087895723 +0.6091457688028614 +0.6562053236005978 +0.5979554279173792 +0.4158964611159036 +0.2695882412774065 +0.11698534793751345 +0.07050796140064605 +0.08425541468329541 +0.0705083150672298 +0.12451529836605808 +0.22527556193166995 +0.3035972559022727 +0.4397435179924006 +0.4899953218473411 +0.5457971526678783 +0.6387715846857234 +0.7089762239257049 +0.6328996250264182 +0.6411994292526179 +0.5800848746624873 +0.5486160923292135 +0.6191612216611486 +0.6543485235066369 +0.6255502845092539 +0.6132574795009702 +0.6614291659438328 +0.6015089887190027 +0.41590332835106436 +0.2695933829729181 +0.11700075674471414 +0.07050828275609707 +0.08425532681948329 +0.07050822828768397 +0.1248428793004035 +0.22559930182177187 +0.30372403740895726 +0.44004536395107585 +0.4921092785914731 +0.5504355051878607 +0.6437188755123501 +0.7131466373744151 +0.6089246172572 +0.6012805592330835 +0.553501732176373 +0.5334881919740938 +0.601991204552944 +0.6232237556134662 +0.5753675991774045 +0.5709685161293556 +0.6171419595184072 +0.5980447946053521 +0.41635657822500655 +0.26966459548132665 +0.11693967753520976 +0.07050813691206206 +0.08425565602172416 +0.07066048344273484 +0.12205481315768604 +0.21853671676525568 +0.29710292073298505 +0.44452446680043733 +0.4943345700049985 +0.5294906784174974 +0.6223769737496067 +0.6886946071416229 +0.6650197606352937 +0.6596048562374606 +0.592319135855371 +0.5389302494053742 +0.6090881793359506 +0.6323943917204894 +0.6031378973640473 +0.5913285425978305 +0.6464356457462026 +0.5779382743411958 +0.40610187300921136 +0.2593807836710979 +0.12101823494318018 +0.07066009508264674 +0.08425455952169732 +0.07050753900366022 +0.11945305949079058 +0.21919477838833232 +0.3124665568868175 +0.34343413443944476 +0.41755418939411065 +0.5388427284731717 +0.6186184011613277 +0.6849427280986092 +0.6545416697725781 +0.6747580023661724 +0.6050148608632696 +0.5707746540113167 +0.5855109537455062 +0.6420068797963373 +0.6398144420692199 +0.6312224382763487 +0.595468133445228 +0.5697243270270573 +0.40602046620460885 +0.2660966664606355 +0.1280818422712348 +0.07050823497158568 +0.08425527919997779 +0.07050818125423347 +0.11895175931660504 +0.22910729293843732 +0.32386764154335784 +0.3432821471551863 +0.43673575055827635 +0.4363946734296724 +0.5984854227292634 +0.6534714689826127 +0.5852239289283121 +0.5844165388336579 +0.5316455357445896 +0.5233790298732214 +0.5659045849011907 +0.5927247824987368 +0.56634788279587 +0.5419048266054456 +0.6041329975859568 +0.5569661749314541 +0.38873963415086044 +0.2628285622352107 +0.11708777464131631 +0.0705078952746934 +0.08425538236327203 +0.07050821104224347 +0.12053801572247026 +0.21970934443487602 +0.2977536225771565 +0.44885059274984335 +0.48596614178005476 +0.5405354703119446 +0.6314344076402907 +0.7035726923405458 +0.6609144299158284 +0.650663966539774 +0.5756602660883781 +0.5427035684244068 +0.6114230151447851 +0.6419319167832263 +0.6173844454358082 +0.6144503587850646 +0.6578076329411388 +0.5952411760362581 +0.4161261097601364 +0.26959979091336694 +0.11695094634969841 +0.07050777682732338 +0.08425563386957609 +0.070660382595772 +0.12409967846511663 +0.21797689736803783 +0.2969148171938325 +0.4475985568345199 +0.4921375233477833 +0.5490065124483574 +0.6344325875129952 +0.7032110577236999 +0.6615062591108808 +0.6534553980939829 +0.589812974749971 +0.560808390034975 +0.6323673789185857 +0.6637505226464143 +0.631933594557774 +0.6179079875601409 +0.6686711529994263 +0.6077139752909608 +0.42533860885102504 +0.2696118326899768 +0.11702252573919045 +0.07050819578713245 +0.08425524015784319 +0.0705082083476315 +0.12552584260366886 +0.2181290199971224 +0.2956727570731541 +0.4520252262365814 +0.5168208785904035 +0.5716137316692924 +0.6550324481871689 +0.6689507467327143 +0.6084053252711921 +0.6009062623005492 +0.5534999972295995 +0.5532814076847287 +0.6283910690537415 +0.6706091340552907 +0.6319402522502641 +0.6239945072866229 +0.6663267652844395 +0.6029744695947851 +0.41798745829048006 +0.2696317384576016 +0.11686899766218273 +0.070508012240571 +0.0843513896918148 +0.07056405722481668 +0.12509952533901977 +0.21797713448700592 +0.29814036554356677 +0.4459138795020895 +0.4920612351653577 +0.5450009404934829 +0.6337007850313717 +0.7017085366181119 +0.6612270642328424 +0.6529176366681646 +0.5826955351639864 +0.5484439492087514 +0.6190320808923087 +0.6570991825866407 +0.6261247454919113 +0.6136604136936458 +0.6638580551238079 +0.6005833259460688 +0.41661946216221213 +0.26961981606699975 +0.1171044237168813 +0.07050782954751514 +0.08425487523220258 +0.07050784945914572 +0.12607040511234716 +0.21797774520957897 +0.2956088327826726 +0.45411677176217835 +0.49459994270060564 +0.5467140656479779 +0.632240969311208 +0.6971650481023783 +0.6546022847969352 +0.6455919934843303 +0.582725161999729 +0.5541239105188318 +0.6311298607522303 +0.6490987439477397 +0.5797543554145115 +0.5720227896178233 +0.6175999416368188 +0.5928159100394252 +0.42521704354674106 +0.2696168809170631 +0.12105093388935834 +0.07050814694640255 +0.08425566591237264 +0.07066041741543208 +0.11625658175636326 +0.2152346658805516 +0.3091305341708354 +0.3711568767704795 +0.44313092111087315 +0.5578129664531564 +0.6274214598333974 +0.662511599591388 +0.6302266510754918 +0.6179571466923837 +0.5560421674234642 +0.5460612772719671 +0.5830064124065907 +0.6521893548657556 +0.6482516773303357 +0.6430975747992386 +0.618092369733203 +0.6019331403980932 +0.42502845597126354 +0.2762649766914222 +0.12783140744971114 +0.07050857806479165 +0.08440716494521025 +0.07050747082425116 +0.11806938566948891 +0.22257933867943985 +0.31524413136657664 +0.3533849743960223 +0.4461236041344478 +0.4455700025447094 +0.6064566016566316 +0.6604174396540323 +0.5923930260322782 +0.5930056205236998 +0.5374793513584577 +0.5310681552478507 +0.5734200951261246 +0.6006850782766145 +0.5786919504889925 +0.5522663555360265 +0.6003497951314084 +0.5546783373819744 +0.3886398470286002 +0.26292753537555336 +0.11698923035532048 +0.07059852490219178 +0.08425479016679063 +0.0705077658064108 +0.12256499741584954 +0.22344787698271476 +0.3019220722075599 +0.43801065089941127 +0.4832797355552983 +0.5385794996213011 +0.6310379222399127 +0.6839800916157424 +0.6393725605915689 +0.6338355271837044 +0.5754904456947515 +0.5458319599312759 +0.6139842120789402 +0.647105568021962 +0.6159901972081352 +0.6069782675032889 +0.6556977112358333 +0.5998137931143119 +0.4176946800926443 +0.26955070661970837 +0.11697242172026279 +0.0705078668846576 +0.08425572197205715 +0.07066047832136689 +0.12383062574613068 +0.21797698400300095 +0.2954566022209845 +0.45039284351082515 +0.49871523521901173 +0.5511594359931825 +0.6401700069488555 +0.7069203339213825 +0.6363277134670897 +0.628023353651492 +0.5724682213592213 +0.5528444918414048 +0.6018909167812151 +0.6217134180614171 +0.5752329471015233 +0.5585407971073373 +0.6552885989980337 +0.5971912744357722 +0.41913448577038115 +0.2695921826734663 +0.11697417187086366 +0.07060604895246703 +0.08425478844459354 +0.07050776411264421 +0.12243717005443108 +0.2179773329036653 +0.29661186030928327 +0.44497150529660806 +0.5006130501512593 +0.5617791571121414 +0.6544143745885358 +0.6718142231867618 +0.6112874344993944 +0.6025224220683666 +0.5576685493684095 +0.5341894214395779 +0.6026885587415953 +0.6281176091246655 +0.5772831079141246 +0.5597405056729081 +0.6181042342899391 +0.5766369639092925 +0.4060258316965499 +0.27054429593912915 +0.11699854815306392 +0.07050775721006991 +0.08425528160987203 +0.07050818363353485 +0.124145185156385 +0.2205658544158976 +0.29831049935835674 +0.4638797238464861 +0.4973805666751623 +0.5310342072373313 +0.6229328666000631 +0.6714885723504245 +0.6296592874047016 +0.6022376174311866 +0.5538768917044886 +0.5339826678600822 +0.6024142868611735 +0.6230181554018217 +0.5763452064267146 +0.565176648559113 +0.6176786872771115 +0.5962168018773124 +0.41621821840747764 +0.26963311894196273 +0.1169063595843823 +0.07050797584253432 +0.08425565902984324 +0.07066040993009765 +0.12198963290840312 +0.2193162036006748 +0.2562435064027461 +0.44249290467254576 +0.5015863824496017 +0.5664308880291534 +0.6569116506804572 +0.6718347593464508 +0.6109193019848699 +0.6048499332260822 +0.5538954074809467 +0.5338202606211155 +0.6020128847053529 +0.6224410191312884 +0.5766913453937217 +0.5616708894334397 +0.6327936801780026 +0.597784742162186 +0.4160569732439059 +0.26955370798271316 +0.12109420743011123 +0.07050805874207311 +0.08425574048326465 +0.07065990079611807 +0.11478065615262999 +0.21757828967393256 +0.26763399757251416 +0.35971695794171016 +0.4451134660400896 +0.5695618636762712 +0.6472980697097518 +0.6613003153856726 +0.6041319145100292 +0.5902279854494181 +0.5420915616721108 +0.5348188972554787 +0.5697119606864068 +0.6359184585196483 +0.6025840904757941 +0.581190105441834 +0.5843111525128629 +0.6005950238770037 +0.42746165114067836 +0.2773290229305325 +0.12779681679728022 +0.07057061523688538 +0.08425479560743052 +0.07050777114916866 +0.11501128759280196 +0.22310315254526558 +0.27377695197336915 +0.3477483770672875 +0.4412205989548904 +0.4502232051525457 +0.5988519033872409 +0.6534645106001644 +0.5844152591686224 +0.5867667421795973 +0.5296764769685361 +0.5228442240153168 +0.5660964536446377 +0.5935054813189756 +0.5783523852770279 +0.5412486975995476 +0.6034574525258721 +0.5553256160228984 +0.38882564054449087 +0.26291052801781717 +0.11695777206945666 +0.07061565275600132 +0.08425478572575347 +0.07050769391938624 +0.12082544070403188 +0.22376188525381413 +0.26116999043823247 +0.43853364088118957 +0.4884301222945766 +0.5466995150432156 +0.6364093410624503 +0.7102666287857623 +0.6101223422378942 +0.6020888694890926 +0.5544637143633985 +0.5338694749043654 +0.6024443537074452 +0.6228087809148916 +0.5767554483275508 +0.5750797721045743 +0.6570988445786623 +0.5979696650607822 +0.4161227866658181 +0.2696823353051063 +0.116910928191934 +0.0705081448595044 +0.08425566385529984 +0.07066049191218464 +0.12139400861703496 +0.21893278954640824 +0.2553431693899101 +0.45294210484079706 +0.49635436413359474 +0.555605963635788 +0.6392387506254557 +0.7065369664784511 +0.6653431164754638 +0.628862004784685 +0.5747450014276573 +0.5503193853729655 +0.6256819610957679 +0.6662210387945091 +0.6314957016180612 +0.6082959331458684 +0.6654282577048971 +0.6058022696676427 +0.4190526684071475 +0.26966428878431203 +0.11687539364844425 +0.07050817410498464 +0.08440708828600142 +0.07050733196573825 +0.12320558307874603 +0.21797731043627666 +0.25630755387664184 +0.45088841267323926 +0.5071594807025762 +0.5689295574782045 +0.6594136884832176 +0.6713704558779552 +0.6138771865406983 +0.6067589924770983 +0.5547353553512668 +0.5336611454380017 +0.6020417437121734 +0.6233016196346024 +0.5811237292147778 +0.5689042874256336 +0.6180421884265801 +0.611437102017048 +0.427055572462439 +0.2700691035110819 +0.11704921620820762 +0.0705079654789125 +0.08425537897301669 +0.0705083448920123 +0.1228808269677288 +0.2208068801493153 +0.25600839265770525 +0.45912919203041874 +0.5124557958836288 +0.5494566401640433 +0.6405152633141614 +0.6704201700850179 +0.609600486358029 +0.6015473946338213 +0.5536323616008688 +0.5338359673722589 +0.6020538077905345 +0.6237457758646798 +0.5847372782199817 +0.5718868857473803 +0.6176968213217104 +0.6030228180842155 +0.4198810815262047 +0.26958364873803564 +0.11695554195042236 +0.07050819146323803 +0.08425570981888555 +0.07066054163004398 +0.12210066740079534 +0.221361260615811 +0.25652707219580695 +0.46360850119862107 +0.5095733610317013 +0.566095172028777 +0.6491231154016517 +0.7170356858466077 +0.608988052497256 +0.6015017835342771 +0.5850135676437467 +0.5520567924045259 +0.6292760748419628 +0.6692204643212216 +0.6123669216167997 +0.5968087417058979 +0.648627844099519 +0.6123216095538586 +0.4252238332472609 +0.2696374043661569 +0.12103574205581295 +0.07063970578305359 +0.08425478045116931 +0.07050768870960024 +0.1160052954189331 +0.21523505721207528 +0.267253923776803 +0.3789348894065848 +0.45245385119332987 +0.570378929184054 +0.6436667938378285 +0.686813524669315 +0.602857537031388 +0.5896751913916553 +0.5413986036029682 +0.5536424558224472 +0.5957297090026313 +0.6659301616422001 +0.6587767444067651 +0.5879962340591197 +0.5843505928380357 +0.5701930972141412 +0.4287608730582686 +0.27636628281678155 +0.1278633239758233 +0.07061496962007555 +0.0842547858765561 +0.07050769406116388 +0.11556584697104495 +0.22076223406968842 +0.27384989883722427 +0.3452010717995373 +0.4348613473397789 +0.4452081974405238 +0.6070347018879513 +0.6778339841138051 +0.6288800962366325 +0.5843411922094159 +0.5297582766123112 +0.5229766167796197 +0.5655947730340781 +0.592805800489672 +0.5651229605749283 +0.5377399131993289 +0.5867474721992613 +0.5564926438944265 +0.38874205056399413 +0.26291446804421503 +0.11691755018453573 +0.0706364519420417 +0.08425478636813598 +0.07050769455415078 +0.12033927521742231 +0.2228740314167616 +0.25793862991910965 +0.43870619348305717 +0.49722582962850687 +0.5639380214451393 +0.6517135173516804 +0.6713935104819717 +0.6100793038405548 +0.6021894905183751 +0.55408142360709 +0.5338733699408846 +0.6023252370271188 +0.6228488465765498 +0.5767013616556946 +0.5577924664789761 +0.6183951643974883 +0.602366443267368 +0.41898160646113397 +0.2696112596999658 +0.1170200136271367 +0.07057460610469625 +0.08425479472588879 +0.07050777028818903 +0.12149308622237767 +0.21926573355523166 +0.256286690192272 +0.45641350194982155 +0.5077215830205873 +0.530415647463521 +0.6229866303742372 +0.6728979929101443 +0.6247047323770982 +0.6083200394643535 +0.554884602100796 +0.5349503031325286 +0.6033749399828694 +0.6243347373617861 +0.5819262050187873 +0.5726038098656617 +0.6186264555966694 +0.5778040228848944 +0.4255917584379632 +0.26960286308770115 +0.11704181436585333 +0.07056635099576192 +0.08425479654491623 +0.07050777206597565 +0.12272307963142694 +0.22019802612802425 +0.2542353843533508 +0.45701370272968506 +0.5081820607967783 +0.5673373788069516 +0.6544141088859061 +0.670230288077224 +0.6099549335020089 +0.6097393123913287 +0.5565384698089487 +0.5340822108642835 +0.6023384784091548 +0.6243214626318981 +0.5762410187965745 +0.5581269969139393 +0.6183520009426777 +0.593198360563742 +0.4226876685500431 +0.2696293335711347 +0.11689356803765368 +0.07065987671811595 +0.08425472134416317 +0.07050769812070291 +0.12268286645396459 +0.2198238427836507 +0.2516591877468062 +0.4544964461503638 +0.514026516795923 +0.5534205326420879 +0.623849910419036 +0.6715498691631527 +0.615823159248375 +0.6112668726469255 +0.5543049664443761 +0.5339748641382615 +0.6023206876425602 +0.6226875984190963 +0.5807044626879658 +0.5691172097314051 +0.6186251811387345 +0.5776679154507127 +0.42912195421405136 +0.27177937625836135 +0.11689094062109316 +0.07050832093256323 +0.08425583749135815 +0.07066060384433455 +0.12498783933832423 +0.2211622877140157 +0.2583551841571106 +0.4504968797714392 +0.4758290557630607 +0.531160972163493 +0.6238693314977327 +0.6723264540120277 +0.6390703193870707 +0.6363703806838852 +0.5541333297077526 +0.5341966065627691 +0.6026274959842769 +0.6224199853147011 +0.576271856360095 +0.5629999771180942 +0.6181290615980826 +0.6082093575931707 +0.4221753601653092 +0.26964491877872865 +0.12118463273856639 +0.07050804880058831 +0.08425519283054955 +0.07050816180321219 +0.1156174032030842 +0.21723171332985247 +0.26525792246984703 +0.37945216390294534 +0.4612104830524783 +0.5789024473481817 +0.6544465783544072 +0.6393979785560395 +0.603390042788267 +0.589838221389539 +0.5413241585970888 +0.5345974783069175 +0.5694031207534851 +0.6354724706192224 +0.6043766863206264 +0.5805996684374017 +0.6237401149033948 +0.6047109223239145 +0.4296395561623084 +0.27628684689032 +0.12784441883000078 +0.07050810872981254 +0.08425498037184975 +0.07050795285167102 +0.11432810603345334 +0.22123625784396983 +0.2690429276370378 +0.3473162349139342 +0.44293441369038 +0.4465905925384835 +0.613789608127123 +0.6537056228735458 +0.5849039888886376 +0.5844380529646923 +0.5299005584962789 +0.5230151585086076 +0.5657698252900139 +0.592614539756621 +0.5664445651484152 +0.5344315860022003 +0.5867126942344864 +0.559893356519491 +0.38888017507337747 +0.2628920970352707 +0.11698307158722165 +0.07059305486588638 +0.08425479068438628 +0.07050776630674938 +0.1203946933505554 +0.22123704032697852 +0.2512266408215632 +0.4405802273647493 +0.49374300300012547 +0.5542532644088141 +0.6439694256618679 +0.6917438184414553 +0.6094833030674079 +0.6022712148878854 +0.554034221714677 +0.5335582836570721 +0.6020361974082029 +0.622626631814469 +0.5760894296331531 +0.5620085180912969 +0.6185170219782082 +0.6068084003361445 +0.4244855959975907 +0.26961595343576855 +0.11699083636233082 +0.07050802453243589 +0.08425554520439325 +0.07050844397738838 +0.12271436800299713 +0.21966274158833068 +0.25504157742411965 +0.46237176449853445 +0.5113619823556654 +0.55011132002817 +0.6225305321132556 +0.6811042793634503 +0.6456006094649325 +0.6347195116860976 +0.5708254913072531 +0.548135745963076 +0.6171928878408793 +0.6399789269886172 +0.6043910779249541 +0.595421796305138 +0.6417353861150917 +0.5814311998326767 +0.4061092329838951 +0.2708945004416074 +0.1168811150926208 +0.07050844468136228 +0.08440783007490806 +0.07050725883494553 +0.12553226973186432 +0.22166649581219625 +0.25859380762548284 +0.4310196777879516 +0.4761881304009676 +0.5433424583541074 +0.6742014032710784 +0.8083261300272462 +0.7942865026833223 +0.8317701642248498 +0.7707056283080091 +0.7333189842224022 +0.7855633302090991 +0.8103630664810777 +0.6074568894860434 +0.5935246123916254 +0.6279795833743199 +0.5785619847144146 +0.4070216718061239 +0.25945423476957247 +0.11862349011220473 +0.07050769535231464 +0.08425512117977163 +0.07050809203475562 +0.1295458562659805 +0.22498910039996617 +0.2622854091308522 +0.4312605009215979 +0.4778198535325967 +0.5577581351883557 +0.6442447638173794 +0.6975461555752124 +0.6101640566209612 +0.6021661479055533 +0.5841955356765708 +0.5506352543685873 +0.6296873258928618 +0.6702322099839755 +0.6152132625294512 +0.6032656842016264 +0.6492762648160137 +0.6151284482367434 +0.4308281057753619 +0.2703966950005734 +0.11703227926264731 +0.07050780321052012 +0.08425532697523588 +0.07050822842810213 +0.1236534014305918 +0.22004096706824605 +0.2561939683729304 +0.4741538157704712 +0.52049630928137 +0.5748123510099928 +0.6584595763472373 +0.6702332820207546 +0.6098366873722285 +0.60214137340239 +0.5541250754909969 +0.5337361832134178 +0.6019787497862902 +0.6227840773517754 +0.5772902020017141 +0.5563155222982871 +0.6184717294202635 +0.6177100024314203 +0.42829973317939424 +0.2705018653186039 +0.12115337282501157 +0.07050777998722638 +0.08425530407994766 +0.07050827122387718 +0.11575730222607528 +0.21660060623533545 +0.26492677206614085 +0.38877288874326543 +0.41765111945216615 +0.5395324187892615 +0.6196007807738799 +0.675020719781434 +0.6778788776928126 +0.6936492224962841 +0.6333483156470795 +0.6452549089294924 +0.690066461537646 +0.7277247517564572 +0.7174449482571061 +0.6835773796802871 +0.6394016669208188 +0.597097660115197 +0.4267191507463909 +0.2676844549323187 +0.13271005922061374 +0.0706161007369189 +0.08425471519844724 +0.07050769282012345 +0.13036139473217037 +0.24963559863505574 +0.3045159147664414 +0.34545793150339194 +0.436641964975497 +0.43688251551989704 +0.6194472229098761 +0.7146931844085629 +0.7280216654896956 +0.7766849390297075 +0.728749193972842 +0.7253698045937719 +0.7606508278346927 +0.6012246757517608 +0.6553593031907097 +0.5335714743400202 +0.5872808382898564 +0.5460267279783999 +0.3961724785855296 +0.26612514363837075 +0.11688276966138376 +0.07065996607720429 +0.08425466367575137 +0.07050764142447627 +0.12527439417580277 +0.22149617831351548 +0.25492943635603965 +0.4275374607730698 +0.47745822104677366 +0.5314243644039652 +0.6244589819842347 +0.6721932615593333 +0.6435228001911689 +0.6296324264163282 +0.5559816947750656 +0.5377829609612867 +0.6080576783690074 +0.6294884527683124 +0.5912753675479379 +0.5574373154453085 +0.6188686496705792 +0.5777142063365484 +0.43121621878082794 +0.2736250920964532 +0.11697044210897589 +0.07050813506257286 +0.08425565419470009 +0.07066040468235081 +0.12514200277089788 +0.22128051973310714 +0.25641535093686924 +0.427334177493595 +0.47679553039844824 +0.5321741321053055 +0.6243588226849643 +0.6938244681179966 +0.6706015826083689 +0.6888763016296457 +0.6378891459403255 +0.635909418233856 +0.6898501615837411 +0.719383113909067 +0.6731120256446786 +0.6450731992610825 +0.6821058574761623 +0.6003137224227777 +0.40714145526762197 +0.2597062276825679 +0.11963982929324546 +0.07050805780720072 +0.08440788531584334 +0.07050738163507875 +0.13145028229093805 +0.22616620125024242 +0.26758196492411096 +0.44860693546335373 +0.4982127322645847 +0.5671801136324597 +0.6499119505387494 +0.676549051664665 +0.6540585850673191 +0.6483382598661054 +0.5647604125106941 +0.5416020009474971 +0.6167546484614769 +0.6264402799682716 +0.5785451954566467 +0.5737614260248369 +0.6192087935696395 +0.5779141992227012 +0.4059181172604333 +0.2729696215219779 +0.1171018038059037 +0.0705074731262131 +0.08425500154477336 +0.0705079070437693 +0.1256405007523639 +0.22126232255639436 +0.2567575358467451 +0.4635178657079356 +0.5121416924556204 +0.5651145814952935 +0.6518825849780634 +0.6940534483089252 +0.6092217891439498 +0.602279875043719 +0.5544892502990735 +0.533609081918003 +0.6021160524555645 +0.6232907295193244 +0.5774366434396954 +0.5649355446482248 +0.6184014855042301 +0.6107984218286241 +0.4251016333737389 +0.269676939589391 +0.11691864741946517 +0.0705080070492062 +0.08425568969470976 +0.0706604432482173 +0.1227948385852725 +0.21975040444877877 +0.255331290109012 +0.464895472858339 +0.5166106161946082 +0.5321824898919958 +0.6247419706206865 +0.6719649787845487 +0.6146092808736856 +0.6058745288835095 +0.5544664002560348 +0.5342789490600827 +0.6026395859231001 +0.6226548992517752 +0.575600853198598 +0.5631996158722938 +0.6185152536539253 +0.5775256549644342 +0.4268760842487282 +0.2696849875368498 +0.12122910138284815 +0.07050750986530302 +0.08425503775449109 +0.07050800928352707 +0.11533434509398384 +0.21733504035030599 +0.26534725405067405 +0.3844665336086167 +0.4457884625919482 +0.5393955512326719 +0.6189405746770708 +0.6398279811511451 +0.613561753775273 +0.6078281075066844 +0.5722931233926304 +0.5622400935738922 +0.6136305126522656 +0.649665876781613 +0.625223387395169 +0.6135826598540598 +0.6047969119165864 +0.6073413990231942 +0.42413315820518227 +0.2665469937940356 +0.13116215685445357 +0.07050780964535806 +0.08425577284326188 +0.07065987036806134 +0.12229394041709334 +0.23280181884424 +0.28041010610281614 +0.3431034809780829 +0.4378425890392006 +0.43904011530153664 +0.5996500700152013 +0.6577500749488057 +0.6134437048918434 +0.6107583538571656 +0.5577518602485106 +0.544087725683365 +0.5878207721945303 +0.6069963720584675 +0.5761597450123553 +0.5370182595527456 +0.5461305028003635 +0.5462805807839808 +0.3790390130199633 +0.265766031198034 +0.11696817278090074 +0.0705998059924573 +0.08425479453010967 +0.07050777009411888 +0.12428041371320474 +0.22128412706465195 +0.25341229348592637 +0.4389821904815308 +0.5095158849876955 +0.532209852400922 +0.6243649645153518 +0.6724601443088396 +0.6189500397326111 +0.611316405691058 +0.555763822574585 +0.5373187253890661 +0.6098939786916284 +0.6437500340053495 +0.5976004634647665 +0.5688810531929013 +0.5759940320574937 +0.5779421770022263 +0.4184660544974865 +0.27041743644656946 +0.11698895068816445 +0.07050793504366347 +0.0842554569556037 +0.07050842160227515 +0.12383903201463287 +0.22056356537874264 +0.25234586425601024 +0.4283263177106762 +0.4773864873457215 +0.5506967466890755 +0.6580747702616793 +0.7589156571945892 +0.7302326470147656 +0.7329753608260422 +0.684474444730774 +0.6526447380082345 +0.7272412815034206 +0.7569594143493293 +0.7242275156830861 +0.6948401448837398 +0.6889323963745863 +0.6546747349054305 +0.44881665623182443 +0.3162107472211515 +0.1306267635551117 +0.07050794166266897 +0.08425543099119387 +0.07050839606465616 +0.14461478515017387 +0.23355787276356135 +0.26918164323839416 +0.43662194544026717 +0.4792366617937939 +0.5321558860075085 +0.6237365253211552 +0.6718583018413198 +0.6109757404033039 +0.6028923504109576 +0.5547785610693834 +0.5348530224831809 +0.6033023116173284 +0.624502548783163 +0.5819034766339468 +0.563796379622857 +0.5776762340043431 +0.5781376629413038 +0.42719584411912076 +0.26962605559123953 +0.11693538366180839 +0.07050811800355834 +0.08425563736973163 +0.07066038639490196 +0.1233758744758192 +0.22110060859725028 +0.25662863489978155 +0.472635982040614 +0.5254306237800934 +0.5308027907364317 +0.6236423220770716 +0.700525665000748 +0.6629315174619376 +0.6691356181905314 +0.5870682366758257 +0.5378895505424706 +0.6036982566542544 +0.6247903543313181 +0.5818434011551623 +0.5663613785003235 +0.5776684336359587 +0.5784778557834648 +0.4065306729202771 +0.2593956787190085 +0.11688094674744123 +0.07066012176219942 +0.08425458408918708 +0.07050749480735147 +0.12387025216208536 +0.22273740322740648 +0.2569197056305648 +0.4283632193474015 +0.4769121817842717 +0.5325833273906497 +0.6315791728935014 +0.7189614966253601 +0.7014090093383992 +0.6878781529861453 +0.6489307861875216 +0.6099095811509747 +0.6868752755804014 +0.7147935227970947 +0.6788645839749656 +0.6321248694505008 +0.6183957657896637 +0.5787684953525971 +0.4066326239729894 +0.2593956834168645 +0.1213354817188755 +0.07057401549801175 +0.08425479577442349 +0.07050777131347499 +0.11650513975441727 +0.21860198497524394 +0.26826673797965633 +0.3451206181301217 +0.4179658144998378 +0.5405151164981977 +0.6244679355201218 +0.700667232704268 +0.6794681095839744 +0.6868402957364997 +0.6264756989314207 +0.6159664590522674 +0.6569324128175046 +0.7054800907758307 +0.6688462087032246 +0.6411398222837517 +0.5631687813915299 +0.5725546407249195 +0.4070956125041132 +0.26627137261441813 +0.12907908608726112 +0.07050777012518898 +0.08425474750665635 +0.07050772458042454 +0.1257063904460606 +0.2424768996809473 +0.30067650369021226 +0.3446467824733249 +0.4376928756127835 +0.4373103611311961 +0.5983284169956192 +0.6533508896351973 +0.584856118190542 +0.5846934114706773 +0.5301465952526552 +0.5238421045275303 +0.5663560001153565 +0.5945536658517775 +0.5697265315172891 +0.5402993458120637 +0.5474864664700806 +0.546493814331966 +0.37914914674309497 +0.25278740817934026 +0.11924555444945417 +0.07050799056618662 +0.08440781297356771 +0.0705073146099908 +0.12999934018605155 +0.22691386467524213 +0.26062109668794003 +0.4483332661884985 +0.5134701254200763 +0.53052299363629 +0.6342664206172499 +0.7239021396124812 +0.6761721307547923 +0.6406458342199476 +0.5572733029052075 +0.5353221448090956 +0.6150175291975946 +0.6279628413867924 +0.5815198418408387 +0.5638448309069984 +0.5776571751508387 +0.5780380508369029 +0.4062864280474378 +0.2722977772388566 +0.11700994079594282 +0.07050794301075726 +0.08425546482000845 +0.07050836458358718 +0.125568203478244 +0.22241560527937743 +0.25879219953107263 +0.4304379424505445 +0.4765256687793422 +0.5305569701978815 +0.623633492189411 +0.7133501255209816 +0.6701149381520728 +0.6471802885164897 +0.5714317412461737 +0.5419250376879134 +0.6156680448592069 +0.6465454154134718 +0.6126046755395677 +0.5675468157452899 +0.577898797124491 +0.5781552409074984 +0.40621230822790516 +0.25940069684539074 +0.1168939263132862 +0.07065988595276348 +0.08425474272775554 +0.07050765146304784 +0.12516573104386003 +0.22307035921970397 +0.25628264828672087 +0.4310708042730126 +0.4790979410923905 +0.5377499949639957 +0.6335188745052633 +0.7366960421150068 +0.7166812380744771 +0.7210687089932651 +0.6576276552902746 +0.619092032165193 +0.7116857053579975 +0.7335241062489117 +0.7142653749683202 +0.6569844734672425 +0.6403200416208805 +0.6046934706498883 +0.40736660718257006 +0.2599041223792632 +0.12166193497720476 +0.07050776229680193 +0.08425518744443039 +0.07050815721366344 +0.1345913488217038 +0.22727979240857876 +0.2638144359805151 +0.4325786496855667 +0.4771294509416503 +0.5311148120416603 +0.6410353273931587 +0.7575203996338704 +0.7588223175002614 +0.776867817036277 +0.7207885343975828 +0.709645417324133 +0.7931704600134583 +0.8438212658242097 +0.8206649553734983 +0.7727432871389872 +0.7599791545490434 +0.7257035637985367 +0.4997961441358415 +0.2898334811042071 +0.12936406519843077 +0.07050769307590952 +0.08425518589653418 +0.07050808910515395 +0.16662658896498 +0.2396889836474329 +0.27689598591798137 +0.5260201694078431 +0.6248990162218846 +0.7382729361528532 +0.8252156811943473 +0.9074703801316947 +0.8758796684463057 +0.8690853815580565 +0.7849571103302725 +0.7344617224697672 +0.7720997454911835 +0.7654290409794855 +0.7440000014503086 +0.6692842617864251 +0.6512036634618706 +0.5939913821815918 +0.4073315654165511 +0.26019214407759367 +0.1268252146953825 +0.0705081116598935 +0.08425499112669683 +0.070508030542938 +0.12227954217625397 +0.2213849417642895 +0.268036974370483 +0.3440147733287083 +0.4152365285447398 +0.536930483178818 +0.6171266709546613 +0.6394703702749615 +0.626838317271542 +0.6224268469984614 +0.5608406827206974 +0.5696786912436225 +0.6192650332859446 +0.6683938634568914 +0.6426675023641327 +0.6354690871681987 +0.540378664018377 +0.5718736429782655 +0.40648213618864965 +0.266103074002555 +0.12782154096200846 +0.07057758863604174 +0.0842547994768114 +0.0705077075036968 +0.11727735259238531 +0.2238916280869806 +0.27435429549252643 +0.3432062371480504 +0.4380240982957331 +0.4379698917163317 +0.5994217339702645 +0.6561122517947742 +0.5980906341157101 +0.6141642810082416 +0.5535156753637411 +0.5643934539204809 +0.6074477399304453 +0.633325574906661 +0.6004665701283499 +0.562155822314164 +0.5738915674491817 +0.5466288206366953 +0.3796409425504008 +0.2528667667452608 +0.11909172525257633 +0.07050787858323455 +0.08425530257733062 +0.07050827045856578 +0.12762592083363639 +0.22458697966740385 +0.2601722447527195 +0.428860575814517 +0.47581378829029614 +0.530439205484369 +0.6227715292262422 +0.6737171678706725 +0.6260467909341604 +0.6273354892943459 +0.5684271811799826 +0.5382064119904824 +0.615349264852889 +0.6444497812637888 +0.6105052838599727 +0.5756556415333024 +0.5685514754979649 +0.5782671196094131 +0.40619566439708477 +0.2696775009221209 +0.11694885592612729 +0.07050825014510058 +0.08425576768195296 +0.0706597931992753 +0.12396145191655973 +0.22071888797917952 +0.25174886384075607 +0.45167380318948336 +0.47815633735712354 +0.532971826859705 +0.6249349463126632 +0.7201030659696636 +0.7164394306864884 +0.702039847795906 +0.6571621975865879 +0.6219570798950864 +0.7227169170280985 +0.7705510222892937 +0.7349707690992962 +0.6900881702062579 +0.6668931900020718 +0.6113724582288713 +0.40720012509042863 +0.2594410798790749 +0.1178506658896503 +0.0705081689073086 +0.08425514649258645 +0.07050811694636872 +0.1285569151228687 +0.22486504798731066 +0.2606059926306756 +0.4324129406547297 +0.4803130658543849 +0.5464722059151027 +0.6589376732004801 +0.7813179886976841 +0.763066535137216 +0.6748851178945123 +0.5930912033030034 +0.5638016201854582 +0.6469190055113441 +0.6821353302151946 +0.64169685328101 +0.6688014861956944 +0.6741130562640463 +0.6225105532075297 +0.4103760034020974 +0.25996894647726904 +0.12320725179494862 +0.0705081080186255 +0.08425569299645828 +0.07066051780341571 +0.13600276404480627 +0.22933930676666764 +0.2617159989381391 +0.45458873768011676 +0.5353413487627926 +0.5652620568242115 +0.6678089417006061 +0.769985172991998 +0.7509590269494034 +0.7501701346035148 +0.6505640129275486 +0.5545839578020028 +0.6666707335634497 +0.684575791760362 +0.6806628353443795 +0.631575104145517 +0.6113026668388726 +0.580384256020332 +0.4069997161032734 +0.25938541250955416 +0.11788201467371723 +0.07050795171421523 +0.08425574052626632 +0.07066056923623405 +0.12932867248254876 +0.2236110121123421 +0.25974571991065726 +0.4277296303702014 +0.4760165288044762 +0.5324115184588885 +0.6250434859563212 +0.6930454228447342 +0.6688899001378464 +0.6641176624299037 +0.5669413544030358 +0.5397790021525924 +0.6102985173185296 +0.6418791293666056 +0.605385737900848 +0.5837155513044892 +0.5825322287288389 +0.5787291136174124 +0.40663025255292856 +0.27810167782984485 +0.12120845053731702 +0.07053759212017241 +0.08425480839997451 +0.07050771630198319 +0.11837839753599748 +0.21830006097790505 +0.26708510860488355 +0.3645943258842232 +0.41811761455526636 +0.5401973292597053 +0.6195213750874686 +0.668421177001447 +0.6538538348651813 +0.6793824943808838 +0.6216573221472406 +0.6228928119105743 +0.6534859252653823 +0.7227259954277937 +0.7390468466504978 +0.7261625737966849 +0.6332315102739015 +0.6359788412553252 +0.4269540529589168 +0.26660128556543455 +0.13163202247639247 +0.07050816622921426 +0.08425558737784687 +0.07066040352099641 +0.13040245001335493 +0.24979191237349482 +0.3051614887990556 +0.344369915122279 +0.4527903149858097 +0.5447701410905698 +0.7693214114165625 +0.8522870025674514 +0.8018208612764882 +0.8128035856303834 +0.7415218966291426 +0.7326639927535448 +0.7769237485709317 +0.8148204040144538 +0.7947957928802967 +0.7452033492295206 +0.702133461905506 +0.6611793610984943 +0.4224419820963408 +0.26925585114271416 +0.13904006158188525 +0.07060846251408913 +0.08425471701617133 +0.07050769461050976 +0.17645925467079682 +0.245790063092508 +0.28323288112948175 +0.590988044728982 +0.6850763412256753 +0.7694361595700862 +0.8667312033387335 +0.9634155170678506 +0.9374081359823729 +0.9206057752407247 +0.8524038093867478 +0.8025340033222352 +0.8658054361130242 +0.862969152222916 +0.8354467352675261 +0.7811556880362188 +0.7781752197150692 +0.7085392236761069 +0.40775652511852306 +0.2599571860731498 +0.11995176179408461 +0.07050802433606047 +0.08440766126162542 +0.07050724376477875 +0.12729507084736125 +0.2224224018007833 +0.2582989771282934 +0.45384755092888246 +0.5166426310002563 +0.569263007738098 +0.6561284200493217 +0.6961954446755869 +0.608963371997815 +0.6018474669114582 +0.553813423076594 +0.5334322419204355 +0.6020335913966152 +0.6226300355597486 +0.5749840534233963 +0.5540909314731781 +0.5660984393204289 +0.6118292727315421 +0.423256566220116 +0.2696965203859885 +0.11693244736668486 +0.07050791020493617 +0.08425576685019334 +0.07066052707703706 +0.12222639166716368 +0.21949362718588109 +0.25035217463027454 +0.4650830965879233 +0.5157293583924795 +0.5718577224140389 +0.6597913357818865 +0.672415362192694 +0.6115816174647741 +0.6025075759239541 +0.5546269121072323 +0.534604061695874 +0.6042973158857767 +0.6456081254043101 +0.6185490000232995 +0.5718614645301872 +0.5683173460933952 +0.5781701811467491 +0.42006100927149687 +0.2730122001770889 +0.11700633623573475 +0.07058167804918401 +0.08425479857311187 +0.07050777406242624 +0.12451283805276307 +0.22081342088825512 +0.2511428363673209 +0.4286308366587799 +0.47761021414601923 +0.5322692568013317 +0.624653345944605 +0.6943222724593078 +0.6655154056057357 +0.6507543416081574 +0.5881132679953591 +0.5457204583475685 +0.630835928577466 +0.65161636393331 +0.6142570257319124 +0.5917399043784225 +0.5872045806061503 +0.5786178551334776 +0.4067644080327974 +0.26975321147494463 +0.117140693855125 +0.07050791225387967 +0.08425576635019048 +0.07065979173367183 +0.1276784351639168 +0.22253888347848222 +0.2546424799036566 +0.4283804920576586 +0.47998965111151815 +0.5431519898616293 +0.642080286546153 +0.7471219814282172 +0.748352712351209 +0.7332323248225084 +0.7126110527394478 +0.6940091133283433 +0.7799885051307422 +0.7967889639083795 +0.7823482437861266 +0.7483490069527385 +0.7360311262645545 +0.6755649551312505 +0.4460746253240796 +0.28296198964772806 +0.13648767662409644 +0.07050802191019602 +0.0842549690584836 +0.07050787495970096 +0.15253557992213648 +0.23495110597149255 +0.2860767863386631 +0.44992914809648465 +0.5683998297425221 +0.7663263542317814 +0.8565216212218505 +0.9106505543916988 +0.8998974387823124 +0.8729299002940908 +0.8057697514006736 +0.7928907086795977 +0.8598111018054211 +0.9360778443052317 +0.931390686548315 +0.8914636073992935 +0.7981705110063366 +0.8220109209831798 +0.62576572627441 +0.4314028204850831 +0.15243218131030054 +0.07059362060681992 +0.08425478920303317 +0.07050769735179917 +0.18227924861235723 +0.3252249578838751 +0.3959100326555871 +0.38097815895908416 +0.49534855351590545 +0.6802817538777783 +0.8487183747647871 +0.9239348355646801 +0.8722148885122175 +0.8643680396202984 +0.7829094512253603 +0.765289234685603 +0.7461019591195 +0.7994323088772854 +0.7774424802950383 +0.7025973241698409 +0.7145804161138013 +0.6324740539688448 +0.39647366655596694 +0.25379775055793663 +0.12610370556174616 +0.07050796846852485 +0.0844077892004499 +0.07050729258952847 +0.14145517539599842 +0.22996566916251004 +0.2672303088359102 +0.437266325810234 +0.485598861892749 +0.550989043940543 +0.6354081562707145 +0.7841147403776542 +0.8303706441999222 +0.8262253354503685 +0.7369399365986138 +0.7062379924122691 +0.7712618683756607 +0.804807253867263 +0.7727850542409646 +0.7286785743082658 +0.6981576584831972 +0.6434390531842324 +0.43041841467158193 +0.25998295219586537 +0.12382541415698375 +0.0705078561032864 +0.08440766832511344 +0.07050725027344033 +0.13314506883323082 +0.22515659590860504 +0.2573929967470424 +0.4357160538144938 +0.5170368739054572 +0.6420904008481918 +0.7745764912788997 +0.8899555569569089 +0.8732672132745231 +0.8676095801044768 +0.7848526051050254 +0.7455098845700063 +0.8332616549151854 +0.8699619821958492 +0.8427090157020113 +0.804205401573713 +0.7856225361483608 +0.7333959081529313 +0.4945738858346974 +0.2796941787564447 +0.12720638553513303 +0.07050789592264026 +0.08425538589589707 +0.07050828663457583 +0.15209573217608888 +0.2333851128978583 +0.2652681373371643 +0.46768975481370384 +0.5813286171828145 +0.5894391994369429 +0.6925656118347756 +0.8077291725950768 +0.7846474581085889 +0.7615339371291905 +0.7178109691256096 +0.690023933603112 +0.7739064757338914 +0.8239944786017162 +0.7780723429842622 +0.7128402503418533 +0.725050278368174 +0.6742962985715203 +0.40772229047003083 +0.2599935442867083 +0.12142025746369674 +0.07050780878583054 +0.08425577200240998 +0.07065986944211548 +0.13093968303715878 +0.22483729984663964 +0.25965940871525284 +0.4319932334316854 +0.47794934137284867 +0.5376545379537031 +0.6384958214850733 +0.738824062789526 +0.6995561957894515 +0.7343283105681152 +0.6541617366057095 +0.6120004317182474 +0.6897210748140412 +0.7218873289386086 +0.6961290443757815 +0.6468435484234588 +0.6268779575539178 +0.589344363303321 +0.40704214033869546 +0.259629967563578 +0.12052465587971278 +0.07050786779914235 +0.08425529188960755 +0.07050825994838199 +0.13297821858323647 +0.22472370979200207 +0.25746571913678823 +0.4325456213446199 +0.4793120384079681 +0.5335478621061228 +0.626963153754874 +0.7057104547169751 +0.6710714661175115 +0.678170764977252 +0.6111211514725888 +0.5657168792978666 +0.6592145639836129 +0.7337113818589704 +0.7003492339357904 +0.6383405006855061 +0.6072936324984038 +0.5796273982678974 +0.4072189150195093 +0.2595761780481499 +0.12208847574220025 +0.07050786968117227 +0.0842557247096843 +0.0706604812897236 +0.11915067508211595 +0.21999590492884327 +0.2688017598712468 +0.34441845024196316 +0.4179018793962868 +0.5485983353076639 +0.6409926575047383 +0.717694949165202 +0.7102422720579992 +0.7322796109934577 +0.6678007447965328 +0.6769202955584812 +0.6999186519326678 +0.7829130411358002 +0.7804252773908462 +0.7449237116626057 +0.6398994446651269 +0.593481773774829 +0.4074289222771717 +0.26666056924575515 +0.13132149385118122 +0.07050804130718397 +0.08425546369446878 +0.07050849341211236 +0.12251542087745812 +0.2316956287789867 +0.28487523392915615 +0.3440322838599888 +0.43774210411725595 +0.475189574255054 +0.7082509639828424 +0.8019619736833901 +0.7792039394690748 +0.7996354901682186 +0.7342848463021504 +0.7266546846003159 +0.7916409800764753 +0.8272388146337414 +0.8134943265629869 +0.7688444651854117 +0.7625553518738631 +0.690652320112281 +0.4697136005113683 +0.30551757484786707 +0.13449724308529246 +0.07050791689894823 +0.08425540658181029 +0.07050830705870938 +0.17644263543605568 +0.24338430799916996 +0.28272473030502937 +0.48435458155943484 +0.6036909955678764 +0.7173726330816199 +0.8054754278859209 +0.907819812845132 +0.906095624621303 +0.910817737812655 +0.8336493133907747 +0.791257228888552 +0.8734023403947638 +0.9043799016842478 +0.8624918383421647 +0.8366390581874187 +0.8239096889357338 +0.7619862058691551 +0.5290626075019116 +0.33125865022487877 +0.13569000437546877 +0.07050817102012082 +0.08425565716927824 +0.07066040790432294 +0.17759649745930722 +0.24850216138234016 +0.2848740486761008 +0.611942541996674 +0.7313166564619041 +0.8102088041469874 +0.8973440741744618 +0.9982723841600578 +0.9818600889888363 +0.9747862590569087 +0.8552655910495495 +0.8046281810746114 +0.8828218401245504 +0.938049955235001 +0.908981092940304 +0.8641063449299783 +0.8914870481599234 +0.8031335367371917 +0.5448886951337354 +0.30736705580396045 +0.13601033746918922 +0.0705082634188935 +0.0842557482786078 +0.07066050690019643 +0.14858732902061808 +0.23134573509031206 +0.2636454583789861 +0.44391976266252625 +0.51944860682362 +0.6308096591105113 +0.7887121649966596 +0.8675837447611324 +0.8365219182988576 +0.8497077967780235 +0.7834107749253129 +0.7611048284202178 +0.8421126105910185 +0.8801004367510764 +0.7878969284485507 +0.7667025467391674 +0.7382197494501965 +0.6823389220399154 +0.43763174197706173 +0.2722368341599915 +0.12708990597767125 +0.0706254709541114 +0.0842891435231201 +0.07050744154203072 +0.16121517416689507 +0.24301463443993115 +0.2808287303534705 +0.5386666783118226 +0.6391114457020739 +0.7510966073304265 +0.8343289626075913 +0.9430308820125332 +0.9116518524528053 +0.8983863419355331 +0.8173498503369869 +0.7657831468106723 +0.8568517856913409 +0.8826745438032824 +0.8563750224113003 +0.8250849670611862 +0.8103968419925512 +0.7376775738637591 +0.4755672674688845 +0.2728328149235486 +0.12704989470439504 +0.07050807565804179 +0.08425575960116595 +0.07066051921050583 +0.14034165664656117 +0.22920180209708577 +0.2625925096453749 +0.45225502130176215 +0.518642940333728 +0.6043580371936552 +0.7045450096232249 +0.7932558683215413 +0.7609684263678306 +0.7559714771087286 +0.6912501738180913 +0.6862910929371528 +0.7631579252570926 +0.7822973064315202 +0.741486008495639 +0.6967572382575483 +0.6650600739949033 +0.6171989173907222 +0.4118585371529117 +0.2599980649360628 +0.12675503873668814 +0.0706084591819244 +0.08425471701718162 +0.0705077621219604 +0.12824434616447764 +0.22331028878595474 +0.27376567283848524 +0.36219034459371335 +0.4698747328040092 +0.58520232774938 +0.692511030591688 +0.7805163255682478 +0.7740054501724408 +0.7718651493940425 +0.7354400675919304 +0.7372502153076939 +0.746638680857331 +0.8329578881778595 +0.7989266558207817 +0.7747967846516426 +0.6990332588903725 +0.7003025890995912 +0.48138945770627173 +0.2828731431537268 +0.13582640193793957 +0.07065996391886044 +0.08425450644451937 +0.07050748757355173 +0.16947509152892423 +0.30062530260874626 +0.3605582964388234 +0.3462170972884463 +0.4498621970056271 +0.4607843607746251 +0.660186529341457 +0.7077046855714286 +0.6996067840104881 +0.7671201385727761 +0.764040704252697 +0.7357750041107214 +0.7783978893028052 +0.8101967656116212 +0.7693128153123271 +0.7186038396907737 +0.672567458761165 +0.5921389591544306 +0.3799613674029487 +0.2526704675260165 +0.11880775419340547 +0.07050794482977596 +0.08425492229599846 +0.07050789646252717 +0.12769896833327887 +0.2241010666456225 +0.2563706991302671 +0.43384592251174114 +0.5084542201935004 +0.5909817167162954 +0.7310197445968715 +0.8411724112010066 +0.8390292314144737 +0.8356942329389717 +0.7736146474946375 +0.7484678429982504 +0.8222277877824739 +0.8479426746963592 +0.8161675176583335 +0.8024964175307181 +0.7216004914326352 +0.6726312489741322 +0.44027590074222916 +0.2608453481894393 +0.12572924837426355 +0.07050798314806452 +0.08425540610790362 +0.07050837227889303 +0.13724002315454317 +0.22790570812432578 +0.26111234384737336 +0.44511670434901474 +0.5867201474478061 +0.6457242472465152 +0.7666652210218826 +0.8879220390625866 +0.8633485120342084 +0.8544159320222238 +0.8061809228165494 +0.7550459805159732 +0.8460943374274676 +0.876599730101795 +0.8421897866690807 +0.8020218446820183 +0.8132274194347853 +0.7561917183700747 +0.5365767454118766 +0.2940070702002542 +0.1326813127328606 +0.07050775174946179 +0.08425524375016627 +0.07050814623955695 +0.14924802459405873 +0.23754385709891523 +0.2725787619258896 +0.4676192012729143 +0.5491643828020517 +0.7030498405887059 +0.8314556780256683 +0.928445698736033 +0.9105974222383213 +0.8686659007445736 +0.7751508326004839 +0.7412006481743628 +0.8596882423910254 +0.8897892468683202 +0.8294894018555561 +0.8006539664768642 +0.7897611374589522 +0.7014105283491242 +0.43027222328387077 +0.2600529587246788 +0.12366411178331117 +0.07050809525012022 +0.0842555824423967 +0.07050848077140223 +0.13038837940200418 +0.2242048563161204 +0.2565774671573348 +0.43286732826326996 +0.4787003423851395 +0.5463324245251303 +0.6417056954411339 +0.7458333326496086 +0.7220199826108078 +0.7120740827861505 +0.6678002770954938 +0.6232904487039379 +0.7112657651223474 +0.7537806263948593 +0.7495936398761437 +0.6837228067747906 +0.6492305799544194 +0.6322517972591114 +0.4075487266254598 +0.25966551558987955 +0.11840500562599196 +0.07050799881404246 +0.08428918140559172 +0.07062684034741112 +0.12920767891568827 +0.22416707839982594 +0.25709582009822535 +0.4334759330469932 +0.4792746365449693 +0.5720256039705978 +0.6642859318867198 +0.8051416459398653 +0.7836676903119558 +0.790815899735033 +0.7132060747777796 +0.6886303311142458 +0.7278125213905331 +0.7570098074309677 +0.7400263248591922 +0.7032530268792727 +0.691383180970011 +0.6490847627789208 +0.4268469338134514 +0.27584939410122467 +0.13110795176516976 +0.07054566328564152 +0.08425480061549347 +0.0705077760665059 +0.13786158551659847 +0.2294957744639066 +0.28198058781380125 +0.38903440318214744 +0.5453010687201664 +0.6814268255592718 +0.7837067639425643 +0.854849825505359 +0.7915724348211531 +0.8205499727461818 +0.8257289858428574 +0.8056434469935922 +0.8332073402382473 +0.8806830842779626 +0.8832190750776007 +0.8361162924761025 +0.7191918721915 +0.7132082533207033 +0.48599462777491126 +0.2725256253133175 +0.1370078484580497 +0.07063723647420034 +0.08425471014955199 +0.07050775540453309 +0.13108459213301266 +0.24884709734900137 +0.30544166128403993 +0.34492368937397144 +0.4527718216150405 +0.48701589544532037 +0.7427699910404073 +0.846716855618286 +0.8069391614627407 +0.7943821378822339 +0.749668216989736 +0.7213612639702559 +0.7399740625590089 +0.7596033391807813 +0.7355024072634799 +0.7180186258987311 +0.6985950158321133 +0.5910758238929767 +0.3802221330381995 +0.25313672277985566 +0.1207151517328991 +0.07052725328514373 +0.08425473640832488 +0.07050771366526934 +0.13026366328268446 +0.22558646267102556 +0.25865342252906875 +0.43617831138308627 +0.5449922094019075 +0.6471557155092548 +0.7954541355352543 +0.9252510364732405 +0.881131016719208 +0.8733844903930296 +0.8034405850632623 +0.7598254844405695 +0.838906463182633 +0.8916870022708738 +0.8746693013741076 +0.8298581629645532 +0.7666861943781906 +0.7282170358097005 +0.4976958144512668 +0.29558576310945595 +0.1284316239369112 +0.07050801874755845 +0.08440710872713086 +0.07050735066936545 +0.1680356505403661 +0.23970530638483536 +0.2779960892385695 +0.5157107086076095 +0.6093840185269012 +0.714080691552205 +0.8377547944539516 +0.9558060694529361 +0.9305709051767788 +0.9226146333417327 +0.8394223017007236 +0.7883840838753736 +0.8511082252653642 +0.9140872444295213 +0.9104393958341147 +0.8679579902766001 +0.8043327470049947 +0.7062572398217271 +0.45611958456799284 +0.2601729475252043 +0.12486377304607238 +0.07050810857839897 +0.08425553030674145 +0.07055981066181861 +0.13335907586933454 +0.22542481580478807 +0.2594824281926114 +0.43391072994349744 +0.5028983600177532 +0.580548191109294 +0.7018214115209973 +0.8272202434766082 +0.8025847431245761 +0.7780571803917512 +0.6938889288922528 +0.6638255043830611 +0.7301174313446142 +0.7672488329759973 +0.7343450801477579 +0.7105057434489239 +0.6823338979885143 +0.6020248873622422 +0.40769298711815194 +0.26000478010081446 +0.12095369390826338 +0.07050782914087685 +0.08431460714625325 +0.07060072048922966 +0.130192854866525 +0.22460022487413225 +0.25858744780810144 +0.43523195071580034 +0.49915977806038725 +0.5993302974443898 +0.7136878172067537 +0.8324967033060459 +0.8321034303122056 +0.8436782955895391 +0.7674226267061056 +0.7319000374853066 +0.8065004597169013 +0.8598463450477162 +0.8391058129333738 +0.7846069512306886 +0.7492598464599026 +0.6985458330144099 +0.43970046731254864 +0.26889791022294096 +0.12355141943215103 +0.07050792367079177 +0.0844077410030535 +0.07050724794340262 +0.13697345840299752 +0.2273623393696456 +0.26150997990892394 +0.442424043248092 +0.565460885317912 +0.6888970604832025 +0.7915290513376113 +0.9166112928720404 +0.8848497583871894 +0.8821052020281233 +0.8200940142207828 +0.7844130758235519 +0.8535423709359455 +0.8866417930895382 +0.8673980069797409 +0.8270189342357335 +0.8155150058276037 +0.7651744501723942 +0.5398814232502086 +0.35057637595972735 +0.1408623445965136 +0.07050807948517158 +0.08425556689725579 +0.07050846540873626 +0.17243850323504262 +0.2463620586555274 +0.30114250971672935 +0.49912217214471105 +0.6404882206909155 +0.7768752304491038 +0.8464537000317749 +0.8646848086031177 +0.8496048518489686 +0.9155327121044391 +0.8796955270070697 +0.860718730444702 +0.8708709277465009 +0.8980364728474567 +0.9146637644601375 +0.9151018147608012 +0.8405296821320334 +0.8714340937132272 +0.6545550848017085 +0.44971806485263294 +0.15648683431067872 +0.07064301271690697 +0.08425477747752225 +0.07050768576705564 +0.19323862884130666 +0.3327724454691703 +0.4030881971660148 +0.3857102875941642 +0.49777142474520303 +0.7017623284410823 +0.9025323977046816 +0.9558705547254353 +0.8910871640847706 +0.87373558295104 +0.810183941933802 +0.796183784029835 +0.8699974307493595 +0.8678630925429496 +0.8511092502545174 +0.7973604982876628 +0.8049130469178644 +0.7513818521204783 +0.5275481072568117 +0.36968460789787855 +0.1407336248016894 +0.07050797985531601 +0.0842549270805947 +0.07050783350170543 +0.19322651614395298 +0.2579721840022348 +0.29795623730602283 +0.6197567483066114 +0.704591739560228 +0.7839055200179867 +0.8699494097423132 +0.9623053532098216 +0.9396827087538391 +0.9254207262458836 +0.8425026246872991 +0.7658653460982789 +0.8270007497605596 +0.8262905589668896 +0.9092837236102062 +0.8708795231815609 +0.8360807286301217 +0.7771874373321513 +0.5487497515230847 +0.31269488231817394 +0.1282608986116715 +0.07050791205263332 +0.08425540179574047 +0.07050830234094513 +0.1507126203485613 +0.23195599293292246 +0.2672010038787627 +0.49747036722377125 +0.6076878197511615 +0.7526015879746262 +0.8304476159040963 +0.9504525271999654 +0.9007910224276369 +0.8953462780334236 +0.825067245468715 +0.7800398421091903 +0.8822920880900554 +0.9146467717861028 +0.8781263648354073 +0.8425168984209076 +0.8301744979930071 +0.7870539321977092 +0.5582229256162955 +0.34567419696949087 +0.14245733976443736 +0.07050784230520372 +0.08425533303569717 +0.07050823442278437 +0.184776227163486 +0.25293274375733726 +0.29235841348665825 +0.5760978406487643 +0.6504881561463814 +0.7776887032585196 +0.8940949453637674 +0.9889408048328093 +0.9722045758796166 +0.9582035274661502 +0.883418053000817 +0.842066667321444 +0.9064779507731356 +0.9325210188664663 +0.913098372185082 +0.8861181244149093 +0.8925410715768185 +0.8563405968990092 +0.6390424851302171 +0.4470726706947144 +0.1416407669033189 +0.0705080434937783 +0.08425508840333869 +0.07050799282260456 +0.19472054126331848 +0.35982830351819356 +0.4198697439563279 +0.6372626664732185 +0.7153043599152334 +0.7972320522533569 +0.9002821866410554 +1.0 +0.9659011163621779 +0.9634635059774475 +0.8848306006025533 +0.824157052848411 +0.9066848003605863 +0.9404522103536501 +0.9246432847106372 +0.8991078192105932 +0.9019105228388256 +0.8748348578363382 +0.6449968784272756 +0.45903325174345483 +0.14762689033339987 +0.07050781251341456 +0.08425566878665794 +0.07066042052018202 +0.2140895815080061 +0.3482367777461482 +0.3997212334293682 +0.6435046377845195 +0.7137781854755901 +0.7958282196489576 +0.8975003640934363 +0.994636138922011 +0.9655132605019302 +0.9558999294721829 +0.8823423639651065 +0.8275957815291154 +0.8885151206088513 +0.9322193522142777 +0.9121465917661398 +0.8803672181182481 +0.8748484248444702 +0.8172711662745845 +0.563679266074755 +0.3845460752943741 +0.1479047203603996 +0.07050810558387229 +0.08425505257619233 +0.0705079574438327 +0.18252184482551362 +0.2482280116954491 +0.3032193747128185 +0.45950772795122913 +0.5646839049656098 +0.6518309745681465 +0.7612496936596539 +0.8580695722089244 +0.8010083431847365 +0.7611936065316954 +0.7016492470969917 +0.6738993698047696 +0.7568687785805203 +0.8149801767731358 +0.8285663929374648 +0.8177045046721526 +0.718671401892493 +0.7279413668115421 +0.5314535555874175 +0.3211755422731884 +0.14134074479839112 +0.07061013107827867 +0.08425478528344438 +0.0705076934733756 +0.1565394879922266 +0.27665586585739343 +0.32275713967533987 +0.3445530630442715 +0.4450705154095082 +0.49681372899721715 +0.688165079152663 +0.8151327118506447 +0.7872367729454204 +0.7962970355176069 +0.6971292264123927 +0.7258256844131904 +0.7532501715734254 +0.7668810281773293 +0.789681908382305 +0.7441046401330422 +0.7239610227694984 +0.6556047341117911 +0.4131867896002809 +0.2602932237820258 +0.12460385202230655 +0.07065999206343199 +0.08425453237211206 +0.07050751307229701 +0.13881420903203076 +0.22907122705861638 +0.26463943828632497 +0.4429148537558935 +0.5343640656709261 +0.6595730171809588 +0.8028219408161572 +0.9164326862573576 +0.8884389224615499 +0.863447590996434 +0.7969029228097105 +0.7476097397371684 +0.8397290473570154 +0.8772551554376337 +0.8373379813924496 +0.804358165623214 +0.7656358365974498 +0.7146264429734024 +0.48097406101830714 +0.2620249409487826 +0.12672090525274352 +0.07050821757594213 +0.08425563822256495 +0.0706604585331344 +0.13569990517331118 +0.22764383316413273 +0.26338599668334095 +0.43521715689302604 +0.557811184091513 +0.6597747693932667 +0.7986632898812829 +0.9040168705527037 +0.885871170275416 +0.8728815193724915 +0.8009334929548956 +0.7653985487677977 +0.8408566274780914 +0.8748899245089987 +0.8533369545539228 +0.8217754348862962 +0.8044308636587464 +0.7552887100513745 +0.5477083165373924 +0.3223115787189751 +0.14105893292039248 +0.07050772020411597 +0.08425521264398594 +0.07050811552513075 +0.18142019983744814 +0.24114755297594426 +0.2822535506735465 +0.5023440518820101 +0.6142410730810071 +0.717140117077701 +0.8514920540566939 +0.9609759977384534 +0.9331841794016857 +0.9091983790289947 +0.8330864103109921 +0.793819166883963 +0.8666902746252844 +0.8923997478482152 +0.8506783971780559 +0.8052687506473732 +0.8155453998432556 +0.7469831234658081 +0.5135253238233991 +0.30250872433019427 +0.13263299055260722 +0.07050787711470162 +0.08425536735425247 +0.07050826832179008 +0.17315322760535348 +0.24034648363867597 +0.2858190462249588 +0.5368569665612981 +0.6444976233244932 +0.7637712947833754 +0.8649048651359925 +0.9835433834786446 +0.964246767764197 +0.9508201492076394 +0.8559546416183704 +0.8020677291003134 +0.8781423374554013 +0.9212866053939673 +0.8929141238044772 +0.82100754780877 +0.8115850481643588 +0.7114912894165667 +0.4560452510376839 +0.2741478819397488 +0.12794511928355837 +0.07050813615526431 +0.08425562277278685 +0.07066037053789742 +0.1626192025108723 +0.24011461604705797 +0.28654234092380226 +0.5496748541058621 +0.6115948183914093 +0.6579264689585557 +0.7713063188701345 +0.8799597870468181 +0.8610331409206997 +0.8517486208256239 +0.7930147283861968 +0.7453633913370005 +0.8408487693416989 +0.8814933425164231 +0.8448999476762666 +0.8195559466586394 +0.7939020572394375 +0.7453162137721332 +0.5079124246873661 +0.3106909759398298 +0.14398770727238008 +0.0705078372188114 +0.08425532801599027 +0.07050822946777191 +0.17305463432741247 +0.24061104847089534 +0.2949874058553929 +0.46750708012060205 +0.5371658570466252 +0.6814234009920871 +0.8050003130410744 +0.9483170769551941 +0.9006696019248266 +0.8849023635420193 +0.8100233109402005 +0.7956247946214742 +0.8368433459506286 +0.8884002472194035 +0.8866932513038934 +0.8532745123101894 +0.7770000452926406 +0.8077963909248161 +0.5580277536442951 +0.3356812328463855 +0.14746224008173567 +0.07059752060925237 +0.08425478828361326 +0.07050769644052615 +0.15573680240055565 +0.29538091647679143 +0.34692623132694905 +0.3455703829121066 +0.45571673910565225 +0.5548458357251775 +0.7870186891399734 +0.8842925304975632 +0.8491536110721963 +0.8451274472978647 +0.7707104055296935 +0.7292625500943881 +0.7925564388695496 +0.8267460853876271 +0.8209711457880948 +0.778548507665844 +0.769336075565148 +0.699409589086321 +0.4530899289785799 +0.2733145017405366 +0.12808378924393105 +0.07052512088806195 +0.08425473692355377 +0.07050778160772282 +0.14710274581788327 +0.23196631060146222 +0.2647700979289183 +0.4452112832342625 +0.5822855595592068 +0.7058845666921743 +0.8319555782245801 +0.9229050560432374 +0.8910238794550033 +0.8818232499684924 +0.7959276411405797 +0.7636680993658501 +0.8569975150141061 +0.9005931800328733 +0.8838287623102552 +0.8593047972586276 +0.8591513103818003 +0.8153151430174134 +0.5442403676263327 +0.30206203915116386 +0.12847484233546705 +0.0705078967087355 +0.08425538666828417 +0.07050835246134333 +0.13466328492884283 +0.22502211983068116 +0.26174886505640743 +0.4326191717843162 +0.48430070802387 +0.5828401957891457 +0.7184509057885187 +0.8000591777248645 +0.8008897485715669 +0.8001318664635726 +0.7168257350686122 +0.6859504291059132 +0.7609607646412949 +0.8013670729762811 +0.7599136245197439 +0.7150003633179096 +0.6930299400041445 +0.6125652917328044 +0.4119560020025023 +0.2599544885091311 +0.12188433641933988 +0.07050811532612793 +0.08425553698063346 +0.07059579990899903 +0.13102871000303248 +0.22467068398628665 +0.2572276608461226 +0.4355145890012784 +0.5057865739653827 +0.5823031500169304 +0.711604876514106 +0.7926035394308364 +0.7751093648323027 +0.8114670576557228 +0.7261824674687554 +0.6751989450071598 +0.764848106641745 +0.807925151519747 +0.7626161617871583 +0.7173948138683272 +0.6776836466932645 +0.6220161932661135 +0.40740636835856 +0.25973326345493963 +0.11944158386336043 +0.07050793369166171 +0.08425572282589493 +0.07066055007267485 +0.12928126499448353 +0.22367427573352175 +0.2585180215395013 +0.4317828457071433 +0.4882726328535725 +0.6166075498730745 +0.7446123424062895 +0.8653269589269987 +0.8395265839481253 +0.8429353288235703 +0.7739827935362448 +0.7387139587224691 +0.8089690066125477 +0.8495541183276644 +0.8184140824231316 +0.7750949915525037 +0.7414931542777661 +0.6977736342019056 +0.41781981160399345 +0.2599500457128931 +0.1206496864387367 +0.07050777900021894 +0.084255742881216 +0.07066057177494538 +0.13075128140337336 +0.22471562812468268 +0.25764139021338855 +0.4336267226154345 +0.5150368421692986 +0.6506394925589205 +0.8012170286526403 +0.8988687709442293 +0.8775852943831229 +0.8631235357647318 +0.7967147580174706 +0.7514113263125118 +0.8329965364195296 +0.8731703019701172 +0.8420766787131727 +0.8184316388700581 +0.8327830560208586 +0.7143047560613618 +0.47094928031458316 +0.26924542630229314 +0.12971427924352152 +0.07058225265808835 +0.08425472326877098 +0.0705077682490909 +0.13435582295032392 +0.22653411999950063 +0.27835146713785297 +0.37364626350100344 +0.5235389938506892 +0.7353737084827444 +0.8422683379736102 +0.8994090388146576 +0.8635722287772832 +0.8472718394636927 +0.8016505631288272 +0.7787475225238281 +0.8027487569616384 +0.8736383763966674 +0.8592911522119902 +0.8487660749084285 +0.7979553068069002 +0.752637597129073 +0.5487831376707439 +0.32503490038871924 +0.14461214998732488 +0.07059460269486506 +0.08425478897370318 +0.07050769711858536 +0.17150214125094357 +0.2833153482035241 +0.35001701467739643 +0.34839059313377074 +0.45749849071141097 +0.5752119296147474 +0.8041265392411314 +0.8877608517818502 +0.8347892949851358 +0.8417375475367908 +0.7621536813558364 +0.7620863292736008 +0.8073364559286592 +0.8470807168747949 +0.8210278975521755 +0.7890061676965775 +0.826544197598376 +0.7404072326067106 +0.5124668230176761 +0.3505357549014943 +0.13659564212136988 +0.070508017034871 +0.08440710686914489 +0.07050734896454676 +0.16903625516875775 +0.24039627717875464 +0.2871650807924769 +0.5217687382570977 +0.6082319971735579 +0.6905349040942449 +0.8147865630072169 +0.9130810847679773 +0.911076078398217 +0.8775460975596403 +0.7462369415863117 +0.7711951685729601 +0.8542988698960049 +0.885828977213118 +0.8528070536723064 +0.8307355022124338 +0.8735472713695389 +0.77378851191027 +0.5220311737254271 +0.3074987745751184 +0.13502701070212358 +0.07050786487274209 +0.08425535527253745 +0.07050825638914328 +0.17815842781229624 +0.24382342669818607 +0.28640163799876833 +0.5233795764573292 +0.6204268062370006 +0.6978749119381613 +0.8151589935458172 +0.917847876295937 +0.8903604170300445 +0.8772290869331937 +0.8020671736028854 +0.7617420371067491 +0.8383059271315056 +0.8831784362586109 +0.8500768322123611 +0.8099815092558591 +0.8355249236325353 +0.7341230988532093 +0.4912673939973541 +0.28156187172762165 +0.12765006761176573 +0.07050783854165947 +0.08425532931415107 +0.07050823075205997 +0.14474524153434346 +0.22807400006707687 +0.26856978849507973 +0.4546467622334109 +0.5913461925479201 +0.7045793307805969 +0.8417332933413205 +0.9428786440863098 +0.915222429122794 +0.9074594024703369 +0.8323736888382838 +0.788346096071905 +0.8634333261650033 +0.9013017668742159 +0.8734450059562786 +0.8406635479243987 +0.8627461852632319 +0.7780111394147676 +0.4795905340267107 +0.2706631336440567 +0.12562496025726874 +0.07050792169615057 +0.08425541130937093 +0.07050831173104313 +0.1410833390084259 +0.2299688826455425 +0.2656759424855454 +0.47770195555558276 +0.5960233503915262 +0.7535401691716679 +0.8743704109301409 +0.9765216117190263 +0.9645568527541283 +0.9254179432770686 +0.8611660157545192 +0.8085185877070437 +0.876011727113872 +0.9084012072841021 +0.8798721941851825 +0.8424134787776567 +0.8953561351205306 +0.8246203002731575 +0.6035993284698998 +0.35915773597177364 +0.14333732304881758 +0.07050807394620152 +0.08425556143450887 +0.0705084600206365 +0.15869155090712728 +0.23333823314055305 +0.27000406502989227 +0.4502001381498368 +0.5199347555738751 +0.6134326166970349 +0.7181856587413366 +0.8445977911076448 +0.8310448553415835 +0.8263948382531423 +0.770080073403792 +0.7355234147866005 +0.8057220001014688 +0.8437186902701304 +0.7959124686078871 +0.7391848672957004 +0.7508273779882647 +0.6450866264464767 +0.4131062062360127 +0.2598414634130797 +0.1255826086964575 +0.07050777184534567 +0.08425580032447304 +0.07066056346835108 +0.1256441960609614 +0.22233271664921878 +0.2726536223563486 +0.34854808011589195 +0.43343862966385 +0.5734817584744759 +0.7228834475888254 +0.7824450514925996 +0.7884145366812535 +0.782599096344333 +0.7386929998054095 +0.7330118243540978 +0.7723941538515311 +0.8429425769752034 +0.8047941779049974 +0.7264495685285288 +0.6506261579476271 +0.6003379783302876 +0.4070986288555548 +0.2664404739627013 +0.13069696073319537 +0.07062803713209326 +0.08425471475615237 +0.07050769238215045 +0.1262470380474546 +0.24579291146240484 +0.3039051506154659 +0.3449210127005522 +0.4478664573533707 +0.526138381439789 +0.788680008282525 +0.906927439543362 +0.8802737212220738 +0.9005689546469766 +0.8267437636222245 +0.8120888042068465 +0.8618084291318211 +0.8718824787309278 +0.8580678684069303 +0.8266709521687406 +0.8698173039804794 +0.7762558416574571 +0.5625699895966034 +0.407156950414961 +0.14228252897441013 +0.07056575995056813 +0.0842547958296689 +0.07050770389411559 +0.19388737058026767 +0.2580943236669445 +0.3000128434643703 +0.6225357912241398 +0.7181340107409463 +0.7726509381189836 +0.8640612224781434 +0.9619868678897789 +0.9546140004062346 +0.9143253826385709 +0.8538731204790502 +0.8040842559914448 +0.8769824170676713 +0.9198320346192341 +0.8896811961137422 +0.8616402495963413 +0.9086198304384495 +0.8342222954907572 +0.6082602733225946 +0.41899051267636495 +0.1432123024038523 +0.07066009001530484 +0.08425455485311405 +0.07050746595472518 +0.19300735862110047 +0.25723214279747053 +0.2960176538113596 +0.6008297465178671 +0.7125322003397054 +0.8134263860955342 +0.8935373869173567 +0.9801146978291876 +0.9495564742935462 +0.9418989457418562 +0.8397313553647969 +0.7559305234656072 +0.8001508683333209 +0.8002585906985193 +0.7167611334041812 +0.6912610776684717 +0.7580467744084983 +0.6449454461624891 +0.4242088536828506 +0.2602026420949211 +0.12445491084531692 +0.0705078660963278 +0.08440767907134712 +0.07050719056104342 +0.141220766327422 +0.22890383312039858 +0.2662317243890148 +0.43530659348029477 +0.5142731840873803 +0.5990136825212709 +0.7389713435936685 +0.8515474382616455 +0.8477292288568178 +0.8357405671942881 +0.7649054513999084 +0.7395705137455542 +0.8085423775320095 +0.8494420471202326 +0.8113340549722728 +0.7841222371551675 +0.8015295596302742 +0.6974882538177709 +0.4541142030739998 +0.26019385390152044 +0.12444929416908435 +0.07050786398651503 +0.08440767679728887 +0.07050725809094077 +0.13331466745528928 +0.22523948673386943 +0.2602019663047682 +0.4339588499004632 +0.5057454131045769 +0.6642073801007514 +0.8023479243828726 +0.9063729389990887 +0.873561740858452 +0.8684410213866877 +0.8023160793965765 +0.7617954835096898 +0.8382305920590638 +0.8668684918714156 +0.8178225690041263 +0.7532338186730032 +0.7720819538303764 +0.6732026134727123 +0.42692402747610164 +0.2601391552269534 +0.12414328646160051 +0.07050788739044637 +0.08440770197480102 +0.07050721178302248 +0.1391217569144732 +0.22719317337353845 +0.2676590954894431 +0.4537921094855436 +0.5964795233385015 +0.7226886153857139 +0.838864499106515 +0.9415926159698829 +0.9322240769145382 +0.9251572427819285 +0.8557072643386717 +0.812991896475802 +0.8817653653691739 +0.92535509529273 +0.8905821966536428 +0.846647293939526 +0.8646017607231138 +0.762249440323009 +0.512294702123537 +0.32195032092196985 +0.14060265867775704 +0.07050785380450272 +0.08440774279622074 +0.0705071776187187 +0.16700428197211686 +0.24102803008695847 +0.28615503247915225 +0.37901339094621983 +0.506577060525236 +0.6558541434343484 +0.7436364320356939 +0.815232909112082 +0.8003416281379027 +0.787567291399018 +0.72088080039181 +0.6947941752909397 +0.7303779702239619 +0.7824584105192082 +0.7539656472847822 +0.7399501014179773 +0.7040629278928044 +0.6450076113378805 +0.444185197540553 +0.2788337973237463 +0.13560492941173732 +0.07050803260559842 +0.08440785820899216 +0.07050742544792561 +0.12915535345268736 +0.24274403037222003 +0.3433783769129158 +0.34426762150092527 +0.43760309186344304 +0.4575859841723677 +0.6627438149128607 +0.7388127529652199 +0.6948601105815376 +0.7373172367841694 +0.6467669546977798 +0.594506341914117 +0.6451848956801075 +0.6836760399369145 +0.6590945456709453 +0.6208938114214901 +0.6600437673274655 +0.579565550838679 +0.38001478739314376 +0.2533823059945271 +0.122749494396448 +0.07050811035843058 +0.08425553206124771 +0.07057175458084039 +0.1320715804291795 +0.22633745426821056 +0.3061320642889097 +0.43494889672067816 +0.4799429158358719 +0.5420294229128267 +0.6389511084431162 +0.7232743333517031 +0.7213687448014292 +0.7216297948429943 +0.6186903836919816 +0.6056226235393902 +0.6838862846705996 +0.7274952334661525 +0.693577700081274 +0.671057569492277 +0.6915149532612982 +0.6197572789732075 +0.407281338349435 +0.25968303846540314 +0.1199139278324372 +0.07050798215675418 +0.08425577042676742 +0.07065986772236019 +0.1311221703559146 +0.2260939891892346 +0.3048930094967758 +0.4339106072073105 +0.478284521081841 +0.548289893974155 +0.6578186929396328 +0.7551593550576624 +0.7514634214184738 +0.7439339381840228 +0.6784927806434609 +0.6535166045847932 +0.720437242637219 +0.7521842798722955 +0.7201836724259484 +0.6668239645775774 +0.6876983751761713 +0.617226147035011 +0.40714932802541576 +0.2594539201039756 +0.11845183492818659 +0.07050782337395857 +0.08425561446697472 +0.07066043282185523 +0.12850297170750344 +0.2242221537969399 +0.30395943754883925 +0.43762369164980497 +0.4772765536731615 +0.5548584450508731 +0.6832699890393168 +0.786356601128404 +0.772666903093192 +0.7743363492876401 +0.722490469846107 +0.6613385428149616 +0.7232352034740398 +0.7585629080364387 +0.736745961078872 +0.7197583106293214 +0.7505466394386199 +0.6333808629847081 +0.4072717753723287 +0.25978718989939176 +0.12144422258620342 +0.07050806805731835 +0.08425549018928197 +0.07050845497452825 +0.1352766510049159 +0.22798927631249136 +0.30885186442029344 +0.43840211030849774 +0.47826701128905785 +0.5318726909501029 +0.6233148258526533 +0.7543947790723692 +0.8216944748263896 +0.8324340805906302 +0.770702710437461 +0.7307308672940896 +0.7961991745453155 +0.8308709644020151 +0.8076243924540567 +0.7449457044255382 +0.7469000703933883 +0.6569563374045104 +0.42156659549087583 +0.2601753858145672 +0.12455730647406144 +0.07050788491741757 +0.08425530884247663 +0.070508276621229 +0.14760038800062278 +0.23348386331957094 +0.31456288581361846 +0.475556014703872 +0.5470577477841371 +0.6438442376665972 +0.7726582401714468 +0.895403620179322 +0.8679013995528194 +0.8691971511751931 +0.8175511247538976 +0.7604707229178551 +0.8371689383560058 +0.8774728204243301 +0.8145565506622976 +0.7755024802502067 +0.7959787825403851 +0.7036248467490754 +0.4478346968661412 +0.26188674790574984 +0.13090438237935736 +0.07050783000251644 +0.08425525449024068 +0.07050822314963831 +0.14049294647773947 +0.22985075900632196 +0.32469929615656073 +0.39006844433782906 +0.5136572688891811 +0.7291146786463654 +0.8438384136881181 +0.9246388498966541 +0.9009374520850381 +0.8629522311774198 +0.7945000032717098 +0.8041215180286092 +0.7056250536964319 +0.874736726725173 +0.8728731307866591 +0.8508890745171701 +0.7881245986213923 +0.7581089761094271 +0.5487013047980308 +0.35313039172744937 +0.14623877467565286 +0.07050769894684632 +0.08425519168337921 +0.07050816067811395 +0.14343332010440804 +0.26103732854092027 +0.3583179775430759 +0.345135088542394 +0.44124385141726014 +0.49446975959191247 +0.7013347972174523 +0.7984058641392056 +0.770831398476218 +0.8022032990873711 +0.739374129439013 +0.7210994822193801 +0.7633810813984575 +0.7742702892730281 +0.7633795086087153 +0.7080570580975193 +0.7401909556040109 +0.6389532720617069 +0.4088380115721687 +0.2591488224404284 +0.12726681825149683 +0.07050807514413543 +0.08440790396200902 +0.07050739891728296 +0.1650516255103849 +0.23894245847487486 +0.3174067226902194 +0.48475598172814344 +0.5624684211968112 +0.6743489466690403 +0.7977295810724995 +0.8988308452244714 +0.8961971104581445 +0.8986767512808402 +0.8025922367693357 +0.768313525434751 +0.8128059025571323 +0.7963668740894574 +0.811787728945184 +0.8084349361126135 +0.820274931247292 +0.7300112560053937 +0.46407396668092044 +0.2706497942498612 +0.12451136872369585 +0.07050808935090615 +0.08425557663007587 +0.07050847502217525 +0.13580361958731146 +0.22748623985162325 +0.30582978157675006 +0.4329947310870267 +0.47907395398257024 +0.5370584600809108 +0.6566685931852183 +0.734228369620234 +0.7629314338658475 +0.7487859999489214 +0.6585082667308727 +0.614173303416679 +0.7165454824505371 +0.8020684041861543 +0.7990065144650387 +0.7736886205838691 +0.8150421089078127 +0.7101248202838604 +0.46080647487258236 +0.2805026197790182 +0.12838482996574252 +0.07050824104812602 +0.0842557262109523 +0.0706604829329486 +0.16486626877769087 +0.23901570678034112 +0.3156326024096427 +0.4675318261982512 +0.5330186742647619 +0.5971743112236539 +0.6414436588839294 +0.7539592808489121 +0.7302214697138826 +0.7115325616194087 +0.6753518402800444 +0.6473358013859015 +0.6182262603603231 +0.6298411455987827 +0.5836566123617741 +0.5749141760311356 +0.6195083672189606 +0.5783382251162534 +0.40641041419124885 +0.25939820525120966 +0.11704496044565431 +0.07050786688575968 +0.08425572196948057 +0.07066047831857328 +0.12550578779501365 +0.22238591735876315 +0.30170361809220664 +0.4292943628974562 +0.478374741551517 +0.5325985094174395 +0.6229453313194576 +0.6716318025466127 +0.6195254478139781 +0.6113697664509364 +0.5565947947456373 +0.5351636158562554 +0.6089903009069052 +0.6305825088333917 +0.5836245132057493 +0.5732463774436525 +0.619482234956867 +0.5786088803162638 +0.40661164844573205 +0.25938395108876594 +0.11708182284825464 +0.07050794716764033 +0.08425580050497757 +0.07066056365527872 +0.12756550880505138 +0.22388195649294687 +0.30308122279981425 +0.4340332293039061 +0.47896570940455035 +0.5311033767176107 +0.624334790260122 +0.6858050146219254 +0.6488311102258045 +0.6592500187291873 +0.5796989920215856 +0.5549604374054317 +0.639345947876208 +0.6603239357052789 +0.6098077935838944 +0.5867531646260301 +0.6224549570986394 +0.5785275653122004 +0.4065152749332409 +0.25938554877138664 +0.12114420442309823 +0.0705078320985412 +0.0842556879275336 +0.07066051796725893 +0.11748983397809766 +0.2192089632083447 +0.3126862015416448 +0.34370010087747477 +0.4164094899651439 +0.5391127569807816 +0.619161901666202 +0.6497836464665655 +0.6051493948450065 +0.6190245084179226 +0.5552267952389681 +0.5390487414654944 +0.6025417020125278 +0.649685400243207 +0.6342839497860719 +0.6017115210960088 +0.5855624098427774 +0.5717193195555615 +0.40642209116985073 +0.28093205889862566 +0.1278274222793469 +0.07050773928459192 +0.08425526394571917 +0.0705082317575576 +0.11632913887610345 +0.22369049315363101 +0.31749330759514305 +0.345402163596674 +0.43638926179839 +0.43792451485310385 +0.600270747497894 +0.6770449968468363 +0.609555962351076 +0.631361592018157 +0.5509017517805227 +0.535856189622576 +0.5775941352387121 +0.6246780423186795 +0.5814368972529039 +0.54777798743655 +0.5874330930114865 +0.5462939970489834 +0.3960094557800146 +0.2644384784695039 +0.11711877734866775 +0.07051134426378745 +0.0842548142525192 +0.07050772208688313 +0.12294535387693614 +0.22058069825508936 +0.29918535471213614 +0.4678210499916934 +0.5036756782749477 +0.533888120973098 +0.6256285449276634 +0.7273228568659135 +0.6890912200984164 +0.6842746198989089 +0.5815816572417748 +0.5658501679324431 +0.6308741488743866 +0.6732252293918737 +0.6166166254352643 +0.5690895896235845 +0.6193112257107938 +0.5782967506256648 +0.4198006682983365 +0.27035451399401633 +0.1169843671337559 +0.07050805155648673 +0.08425557184830823 +0.07050853462727723 +0.1251605921576244 +0.2205023820477904 +0.2989061576468755 +0.46452691646659666 +0.52549788848206 +0.5326855886797354 +0.6244619982543255 +0.7024467907515339 +0.6735104340155935 +0.6802891784271078 +0.5995669004225963 +0.5742207034577264 +0.663096660029448 +0.6920181312949032 +0.6396333783702657 +0.5919665812525329 +0.6193678396359283 +0.5783647008340085 +0.40621665486599734 +0.2696793134270869 +0.11692225239862582 +0.07050829465298478 +0.08425581157387828 +0.07065984148456089 +0.1247721702730531 +0.22044975354899501 +0.29887889707665616 +0.46120368138140716 +0.523029693885685 +0.5328555665073847 +0.6239158742998465 +0.7069205766147549 +0.6885809041511336 +0.6545744721451802 +0.5570665944252927 +0.5362203402442649 +0.6131993988222884 +0.6453802751610644 +0.6271825670165458 +0.6019417558426988 +0.6259742493985404 +0.578824083364054 +0.4068489710203108 +0.2593925353840831 +0.11734874761043515 +0.07050775818661521 +0.08425555043831744 +0.07066036354089444 +0.1286702576174024 +0.22346693928225034 +0.30227852565937485 +0.43272564938982433 +0.47625892135109993 +0.5310477896418118 +0.6239296466225221 +0.7003494734220952 +0.6717679473163984 +0.7139491456982817 +0.6133403422570141 +0.5980761629251936 +0.6763008643081845 +0.7142631915430261 +0.6696076440338672 +0.6459196539351627 +0.6852196212530243 +0.6213125631611033 +0.4222245590995342 +0.25957338183559514 +0.12215956321244341 +0.07050794522847097 +0.0842553685661032 +0.07050840022151765 +0.13807388255281083 +0.22931438156068173 +0.3110274768120921 +0.4459134291314623 +0.5151332165158325 +0.6083695331959844 +0.7180990854526944 +0.8236707555397712 +0.8166554204986755 +0.7974413211402627 +0.7356804153357158 +0.6959115991783791 +0.7667135038769788 +0.781173040931809 +0.7436542824204903 +0.7333918965510603 +0.7732461161002394 +0.6996020138941285 +0.4717006831326143 +0.26118122755076545 +0.1330382645662096 +0.07050785791092457 +0.0842552821103411 +0.07050825031869042 +0.13452989121043984 +0.2269045306551313 +0.3196606208059772 +0.3509538485491198 +0.4505328175079159 +0.5748788919562681 +0.7039360923121868 +0.7626892893985442 +0.7479247951932722 +0.7144169380840539 +0.6940180528036607 +0.6248611985073965 +0.6732679007725942 +0.7264451200325365 +0.6771404358182448 +0.6471850226700224 +0.5876528739767237 +0.571903650238941 +0.40648484845480964 +0.26611777950426424 +0.12811035266006174 +0.0706288789818483 +0.08425478805588081 +0.07050769621985283 +0.1177104714323568 +0.22787622643333733 +0.32132615119087504 +0.3449601473927242 +0.4397295916849507 +0.43892512557267394 +0.59977873539721 +0.6548921909502513 +0.5917739009457235 +0.5975821341490292 +0.5361003954939026 +0.5264503554753218 +0.5778143211007732 +0.5962161192816585 +0.5721085146626061 +0.5459836936801732 +0.5873837589915263 +0.5764515958796746 +0.39418279912859255 +0.26497248255946804 +0.1169484806322259 +0.07050852209254961 +0.08440710321395656 +0.07050734562158144 +0.12446208675750979 +0.22169753678557336 +0.30078557977267334 +0.4353096841882619 +0.498409341836867 +0.5326362486608258 +0.623568174086042 +0.6720482013033482 +0.6173391130398626 +0.6306676180656849 +0.5700782981651373 +0.5393305123883252 +0.6148680882386123 +0.6646133416115878 +0.6211335339575718 +0.6212616803899045 +0.6193862537063841 +0.5785709212245863 +0.40653975392231956 +0.2731846092555273 +0.11705338439109812 +0.0705078723059592 +0.08425539510392031 +0.07050829572811347 +0.1248969742969256 +0.221127963470359 +0.2999750481626418 +0.45343928738450606 +0.4766021626648867 +0.5422313266789054 +0.6418835515747493 +0.7523542893647581 +0.7308470750560511 +0.7406011275235777 +0.6680840326203998 +0.6445372561931533 +0.693434732105948 +0.7215353517624427 +0.7001140314474629 +0.7297452704041629 +0.7166244081679979 +0.6419207803511745 +0.40722612348474924 +0.25985602135852454 +0.12190991872935328 +0.07050789016819739 +0.08425531403833814 +0.07050828173106942 +0.14311274698518203 +0.23052496188284327 +0.3130260509473406 +0.4761767453813566 +0.5497823541821707 +0.6252316799566018 +0.7391646601917572 +0.8700042624348262 +0.8452334265962367 +0.8178674223711347 +0.7411128578034735 +0.6918866009746092 +0.7717700282420181 +0.809724749478097 +0.806765826768243 +0.8301434790385225 +0.8377836331673302 +0.7502340309941865 +0.5384482333199324 +0.3199905501096523 +0.13909385677403052 +0.0705079717518261 +0.08425546066130478 +0.07050836047659419 +0.1777905635648005 +0.24363388226668595 +0.32945731024030434 +0.5146274010003201 +0.5702531868393962 +0.6221722321784581 +0.7666641096828987 +0.8864253663430456 +0.8563990349389973 +0.8484336766845071 +0.7295729510978859 +0.6981208347453458 +0.8110202312131236 +0.8066236896605706 +0.8113343717832907 +0.7933057368635275 +0.7687318644976453 +0.6732089786706706 +0.4456353326817805 +0.2716735023995909 +0.1260124423286683 +0.07050788974591031 +0.08425537980619975 +0.07050828061302668 +0.1499243405732504 +0.2331010994705592 +0.3138131275442489 +0.46035910452192386 +0.5191583963283382 +0.6512528370974983 +0.8174252062126809 +0.9325908139130997 +0.9373364139047845 +0.8990541377142387 +0.8197895725858029 +0.757070761923801 +0.8075591273491913 +0.8568032233575172 +0.8398866523580398 +0.8627659271117768 +0.872526657476951 +0.7712079295040446 +0.5120806277971021 +0.3147934262475219 +0.13908329525073332 +0.07050794790149133 +0.08440784357289045 +0.07050727140003907 +0.16309627126787035 +0.2442250815649636 +0.34157922852489936 +0.4659326076523818 +0.5862781634396059 +0.7349338088464735 +0.8029793060748379 +0.9026609278729836 +0.8787850569205499 +0.86544769431522 +0.801466057410474 +0.7787315636530269 +0.8186825331088553 +0.8800281058808349 +0.8683851393156788 +0.904500895170838 +0.818856366728581 +0.7975288234589857 +0.593815099004665 +0.42432499116893 +0.14857711267330015 +0.07063992215779212 +0.08425477820684686 +0.07050768649350225 +0.17196343802606603 +0.31168615159597457 +0.4203637553918773 +0.3725619111778758 +0.4679436271705049 +0.5295626400531012 +0.743365507724375 +0.8435735849368748 +0.7920286888679465 +0.7978815512129996 +0.7018760152808008 +0.6866785864314461 +0.7165984837184065 +0.7615155248046259 +0.713463972698574 +0.709288084468187 +0.6548759362450713 +0.546986538877341 +0.37924910338341306 +0.2527718979715227 +0.11888141765390939 +0.07064024768462171 +0.08425470942631606 +0.07050768715703505 +0.12707581563441447 +0.22231281284912763 +0.3022017639296729 +0.42981894433855294 +0.47841230268687973 +0.5322824204138599 +0.6245847418019682 +0.6863643638421225 +0.6813470433879184 +0.6755273636587881 +0.5795322035632715 +0.545164519064537 +0.6307533666807835 +0.6876386053115074 +0.6582165356031643 +0.6942737577989543 +0.6635976270136367 +0.5787200308888296 +0.4068215586265791 +0.2593932917741833 +0.11688788864569472 +0.07050806213912184 +0.0844077788880503 +0.07050728075112411 +0.12624613995197706 +0.22275206218929766 +0.30142426880905215 +0.4404990290899199 +0.47809712743269733 +0.5327574385649118 +0.6243665166589762 +0.7029488064626899 +0.6843676616764662 +0.6779889461943909 +0.6188711228480871 +0.607523138977173 +0.6644091620792649 +0.6843839915358747 +0.6425734369415147 +0.6765494690182035 +0.6757426859821067 +0.5849291652560742 +0.4068075791959604 +0.2594166563289576 +0.11722032462594235 +0.0705077614204497 +0.08425561880282981 +0.07066044318488776 +0.12677599401376516 +0.2225085575666871 +0.3012418112838795 +0.45507099311538746 +0.47795138003010434 +0.5387143076580836 +0.661887382512528 +0.7959419223450221 +0.7818961032449578 +0.7668610671752556 +0.7308894288764204 +0.6766267286641522 +0.7582344258534579 +0.7861527984518742 +0.7354684019747129 +0.7244539765488653 +0.6980120138415611 +0.5874119014608906 +0.40697159101552516 +0.2594287725284582 +0.11794668845047875 +0.07050789302008868 +0.08425568286867899 +0.07066050684412731 +0.1278525817225172 +0.22344493891758388 +0.30207419925376267 +0.42975890134566064 +0.47869153501291317 +0.5582852365598009 +0.7131852382281859 +0.8310348747553831 +0.8416124929633784 +0.8368293963541699 +0.7695275823467078 +0.7380080702255336 +0.816165161796615 +0.8477036181086304 +0.7850014754907964 +0.777021230460918 +0.7592473566072209 +0.6302531146133414 +0.4075759045626386 +0.25971077196075176 +0.12024533596898719 +0.0705078180362891 +0.0842606524145808 +0.07065497672134634 +0.1307596065073955 +0.2247432119217979 +0.30372748773067126 +0.43103061700098516 +0.47693584390937016 +0.5322169608100171 +0.6599661504664557 +0.8124767880243049 +0.7775073167383767 +0.7664218668522759 +0.7205104858907808 +0.6818219102032907 +0.7569713231927326 +0.7735043824248877 +0.719451932610076 +0.6935285978915344 +0.6597484508014942 +0.579217360661666 +0.40692490372906664 +0.2594122816298118 +0.12193997493243681 +0.07050790104569028 +0.08425575538739231 +0.07065977966790314 +0.12258832813292912 +0.2214581595074632 +0.31485895717738693 +0.3499398499335087 +0.4170437747248012 +0.5388196487931917 +0.6191206197105185 +0.6404563462908441 +0.6233483847762027 +0.5975702081270166 +0.542834690351061 +0.5422947092088519 +0.5762529721191715 +0.650916395930484 +0.6325711421206985 +0.6648036162605452 +0.588139763750819 +0.5721644082417808 +0.4071434798741131 +0.2663505860629944 +0.13030749072677686 +0.07050771879369534 +0.08425514438803405 +0.0705081806304874 +0.12422194869957112 +0.23907399270576576 +0.33296441445837854 +0.34922646291483195 +0.44098322218388875 +0.44083013706533214 +0.6025874190225905 +0.6777919389821413 +0.6699348096865769 +0.6392112114328319 +0.5650632534360976 +0.5493584154494549 +0.5906810567886551 +0.6219460519081393 +0.6061882966778299 +0.6115296280487903 +0.6119882889269055 +0.5468086129555123 +0.3796901083375792 +0.25260609736981576 +0.1198554004219057 +0.07050806684935927 +0.08425494621705384 +0.07050791997212573 +0.12781164981947254 +0.22392576028988193 +0.303474180403908 +0.43317420870310624 +0.47772143756741825 +0.5430661535778215 +0.7171558934483966 +0.8591948327312937 +0.8478027102297361 +0.8558646364808075 +0.768910329291351 +0.7176506009614361 +0.8056301069484235 +0.8464918613039907 +0.8204040497746701 +0.7947267997983136 +0.7735540557894244 +0.6969753892403644 +0.46984456266517316 +0.2597448099141718 +0.12229045642909907 +0.07050776987611863 +0.0842557339561402 +0.07066056212651683 +0.13261967677836825 +0.2272957062571845 +0.3060971130141901 +0.44084287986957005 +0.4828669283078757 +0.5327924304150822 +0.6237608391079363 +0.7322761961944932 +0.7391585074105922 +0.7724866999666862 +0.6593012842914899 +0.6258399392971536 +0.7085186287421491 +0.7268136279883871 +0.6759848325113496 +0.6792050177449986 +0.6667132744439309 +0.6018435752125008 +0.4072171176071455 +0.2597077454872395 +0.12072503522874865 +0.07050816308544519 +0.08425504268561834 +0.07050801485853408 +0.1325843557403608 +0.22628626630071735 +0.3055920551145112 +0.44062122613237736 +0.4828778028138878 +0.5314779028791952 +0.6362151293820704 +0.7213427210869994 +0.7495743062287646 +0.7482302911944261 +0.648037459856508 +0.5899947899680851 +0.6458054788778945 +0.633322009470304 +0.5965364826159125 +0.6181323635912866 +0.6191586318606063 +0.5784075736910663 +0.4061308623444244 +0.2736308412314064 +0.11709216498202206 +0.07050767335393462 +0.08425519894423097 +0.07050810198552461 +0.12603909771548458 +0.22209582098611352 +0.3011391839619629 +0.43660250616546076 +0.48103785429814616 +0.530802749997262 +0.6228588717786184 +0.6710667224606627 +0.6096071365824364 +0.6023521803354251 +0.5547811996605817 +0.5540857554722893 +0.6330829098380242 +0.6772763809533711 +0.5982405677025422 +0.6170592966052213 +0.6184257274024568 +0.5775733753847453 +0.4259625823743213 +0.2709964007993877 +0.11689786830958353 +0.07050850179910856 +0.0844070808325779 +0.07050732515776266 +0.12273671062629184 +0.22046949987410291 +0.29868552690672123 +0.4747599517389928 +0.519480188983452 +0.5724925073518101 +0.6582066162758005 +0.670428685460055 +0.6094770463662732 +0.6021035809285519 +0.5539605572318326 +0.5333476226769054 +0.6018545016603228 +0.6269871469802436 +0.5942579166184533 +0.6166445771054847 +0.6180820051484093 +0.5772723051950325 +0.42094661731423183 +0.26964707071567756 +0.12122777706769364 +0.07050751749113476 +0.08425504527639484 +0.0705079502272615 +0.11424354041143996 +0.21684430044788564 +0.30988637348300646 +0.3763342149507386 +0.4534297384164942 +0.5771567669379771 +0.653095853080378 +0.6389856195884211 +0.6041109280945215 +0.5899605473851903 +0.5427675354246582 +0.5346410601423369 +0.5708099985990154 +0.6380700595658052 +0.6256321788314547 +0.6526101597788151 +0.5855275413598231 +0.5716596468087842 +0.4064356311833335 +0.2661079185767455 +0.1278446438347216 +0.07059859626658546 +0.08425479014826334 +0.07050769828294566 +0.11916961086422329 +0.22941347237664853 +0.32624342159352454 +0.3494907115644566 +0.4381096166434653 +0.43727307159331275 +0.5985317408857735 +0.6539919177297627 +0.5857681273274876 +0.5850169312219428 +0.5313862990110879 +0.5232363950477036 +0.566828582511171 +0.5947354409025104 +0.5742454882827915 +0.5880655341165106 +0.5868737555786498 +0.5564995843096996 +0.38976487288508765 +0.26359673457134314 +0.11700089455930927 +0.07057939997436107 +0.08425479453452336 +0.07050777009844643 +0.12180295349299144 +0.2203931711533664 +0.2989641279580363 +0.46353979266043044 +0.515537583965776 +0.5693351060348016 +0.6534760219305916 +0.6709754409011432 +0.6100588038180649 +0.6024745000488076 +0.5545762563395468 +0.53436944013716 +0.6034281643221806 +0.6265071732182961 +0.595789298395599 +0.6173611517014727 +0.6183515880405305 +0.6076977409912532 +0.41973853329375865 +0.2696502295756259 +0.11709578409975459 +0.07050815343891105 +0.08425514194335063 +0.0705081117603869 +0.12180845741694725 +0.21974219144067597 +0.29776305943720954 +0.4527774954532173 +0.5055404518199771 +0.5696497281778042 +0.6612875685311426 +0.671299382714879 +0.6353199337181525 +0.6382168758418526 +0.5868783045585045 +0.5510631089138722 +0.6115887618962252 +0.6439160560835132 +0.6469900027523136 +0.6495026517245108 +0.6491953149800502 +0.5786408103103324 +0.40666517184139983 +0.25942037692820824 +0.11803992310498158 +0.07050799063583185 +0.0842554135291779 +0.07050837957486553 +0.12705934978877997 +0.22272487274145755 +0.301316404923512 +0.43481475667757163 +0.47723890672416935 +0.5304383510532276 +0.6229187735725059 +0.6747803981766501 +0.6114900915689978 +0.6030642097749717 +0.5544590223702361 +0.5344055267382964 +0.6028850744227552 +0.6401200755430176 +0.5935769138012522 +0.6176071516339142 +0.6187394962013643 +0.5777658487202638 +0.40605852861401315 +0.269632550225226 +0.1170662701069756 +0.07050787296077614 +0.08425539574322075 +0.07050836138777973 +0.12293497543629209 +0.22072226238709158 +0.2989336213343489 +0.46488970457718315 +0.5114836739337847 +0.5536376962147549 +0.6236215048488252 +0.6813808055197643 +0.6410175749887723 +0.6391955053779691 +0.5854418529568762 +0.5517739665549586 +0.6297034954112443 +0.6638686808693988 +0.6428005782333063 +0.6480183160090184 +0.6374946227177557 +0.5786267196271315 +0.4163172747513527 +0.26973597774359515 +0.11693345732327294 +0.07050792182340285 +0.08425577571208899 +0.07065980203258644 +0.12514332182367446 +0.22160906843645894 +0.3001087091184135 +0.45522867810268525 +0.5190937856710757 +0.5766741486333737 +0.6596368974592834 +0.6702861543061088 +0.610825162251685 +0.603213332576166 +0.5554797892376693 +0.5357025499545792 +0.6025851840653762 +0.6242524326832224 +0.5972299473788252 +0.6168568980176812 +0.6184053664663854 +0.6104001251935705 +0.42309530752117464 +0.2696392105462256 +0.12113895741887948 +0.07050805935590071 +0.08425557954563606 +0.07050847789708795 +0.11442879643897502 +0.21669613026560142 +0.30960167666478455 +0.37372968995066186 +0.45350719285897023 +0.5622102027726831 +0.6336417160080289 +0.6800096157696751 +0.6445325611542291 +0.634432432767804 +0.5804099607921224 +0.5680699993722687 +0.5998516791663646 +0.673801101665489 +0.6735058474251947 +0.6999037810989445 +0.6331018577505214 +0.6134520313826757 +0.43662418801832303 +0.27761934252955267 +0.1278342362530167 +0.07063866810691531 +0.08425478587762121 +0.07050769406221331 +0.11853374707931065 +0.22207660875767843 +0.3158776288090305 +0.34950036073739743 +0.4414629908812096 +0.4460863201949786 +0.6063016548065069 +0.6649464608983874 +0.6060006412229074 +0.6083019091199829 +0.5457498701292404 +0.5343616553131755 +0.5792685800097144 +0.6074993229779921 +0.6048586786048149 +0.6186188316007319 +0.6207057300402664 +0.5575956732179884 +0.38892565434616705 +0.26283458586748776 +0.11708250271939266 +0.0705278880712999 +0.08425480631191903 +0.07050771424038951 +0.12435601785205352 +0.2179773463389868 +0.2956086792958562 +0.4513777184385339 +0.49299482988715987 +0.5576596958514534 +0.6521470468641206 +0.6928087791177788 +0.6087579746593901 +0.6014699859495816 +0.5532728535763168 +0.5331788547428683 +0.6022300623057818 +0.6250874246759686 +0.5984513799016699 +0.6169215351944262 +0.6178810831767028 +0.6020110312065017 +0.4182262825044558 +0.27121992251430754 +0.11691419896375405 +0.07050831548310436 +0.08425583211915263 +0.07066059801013792 +0.12250780599245001 +0.21836533283978446 +0.2972587618233037 +0.47520388008635606 +0.5199570503292849 +0.5306925147986116 +0.6232229289717449 +0.6735761897612432 +0.6348085425861743 +0.6330229464332111 +0.560044610981216 +0.5377746101680748 +0.6072281308893449 +0.6359197833963287 +0.6019307763036928 +0.6176607559015942 +0.6188969760161191 +0.5779848196861962 +0.40595122914421417 +0.26963881802932266 +0.11702629759607064 +0.07050802109379545 +0.08425554181479167 +0.07050844062715182 +0.12414402565397424 +0.22077475672204333 +0.29914589718684526 +0.47677433187574486 +0.5005580286243558 +0.5334605944856194 +0.6259662701147255 +0.7352680038595844 +0.734955074936525 +0.7370452904904055 +0.6628506527461112 +0.6322438929860233 +0.7009458280111438 +0.7431318378263044 +0.6795204252143217 +0.659473496965192 +0.6379037973680355 +0.5783939730508981 +0.4065825193839919 +0.2594476442767624 +0.11895345146731777 +0.07050804862398385 +0.08425547093253952 +0.07050843604444879 +0.12835359459679116 +0.22336985575194696 +0.30281339407369384 +0.43664302668443955 +0.4776833428840994 +0.5309421403960193 +0.6236730870832337 +0.7033393135525869 +0.6555387716060018 +0.6408382906869018 +0.5900231027465744 +0.5507420030016241 +0.6300285938882059 +0.6594859930208642 +0.644067923419998 +0.6485538330264692 +0.6468307874122273 +0.5790472775280013 +0.40669643810016665 +0.25936803782421375 +0.11711083519479938 +0.07050785040312674 +0.08425570584469522 +0.07066046079333638 +0.12570021989952773 +0.22247416230507847 +0.3010167453904242 +0.4621692330665055 +0.5226203888257605 +0.5754284133047455 +0.6586602934950757 +0.6710283462196976 +0.6099323808977274 +0.6022580053269349 +0.5542980199238926 +0.5340371479061341 +0.6136942989650801 +0.6486351542622386 +0.5990486458755394 +0.616934649781165 +0.6182166422865472 +0.6022090989826109 +0.41872236137948216 +0.2696751007881523 +0.12115431781795645 +0.0705080115637191 +0.0842554245348561 +0.07050838970952643 +0.11458845721036878 +0.21846901515932673 +0.3092983485891003 +0.41676178212313725 +0.4496973068942959 +0.5588934933807966 +0.6297915818971798 +0.6675971122053719 +0.6357054647055757 +0.6216475865882776 +0.5622864371562013 +0.552578064074836 +0.5892179919718005 +0.6592559353592349 +0.6684864356229802 +0.6940042814495011 +0.6260970795529827 +0.6077915734166357 +0.43003888209065466 +0.27638811629742566 +0.12783032129063115 +0.07059857948745472 +0.08425479015317956 +0.0705077657908405 +0.11898280181128873 +0.22216006956870882 +0.31514639217457985 +0.39085720725130885 +0.43969741591449324 +0.44652614482452846 +0.606498581676881 +0.6690252226197045 +0.6150530728587373 +0.6176362890834045 +0.5498800967693243 +0.5400539004858224 +0.5843440681381338 +0.6224489340196184 +0.6523660358294804 +0.6199092474070163 +0.6212549508327416 +0.5574191209121407 +0.3888312371277532 +0.26291592812597625 +0.11704006389232299 +0.07050799403878673 +0.08425540433490182 +0.07050836983538017 +0.12414210548278021 +0.22418935749479474 +0.3025787296505516 +0.48826772878859265 +0.48746925560766197 +0.544993329290111 +0.6358702348726168 +0.7023945091343294 +0.6585527190440755 +0.6474817457287553 +0.5835364875768136 +0.5507998850450987 +0.6231517232855296 +0.6580391028948102 +0.6825784727806109 +0.6550282306048717 +0.6537566017821344 +0.5928443092915697 +0.4161879709965186 +0.2696285491970507 +0.11711529121106187 +0.07050796630102751 +0.08425501149143724 +0.07050791686486188 +0.12431582869687878 +0.2253801097319738 +0.3038043217956314 +0.48823211026335994 +0.4883610546654082 +0.5422046781232598 +0.6328895038185162 +0.7015408168625864 +0.6585739435468664 +0.650181969943549 +0.589289813534397 +0.560666447623203 +0.6317657439172235 +0.66592743102487 +0.6909467207406965 +0.6604494760576634 +0.659458616198286 +0.5988425111212213 +0.4162798732497723 +0.2696397889593051 +0.11697645179379611 +0.070603465329522 +0.08425478903323831 +0.0705076971903871 +0.12463596237601879 +0.2255330547593821 +0.3040433802327634 +0.4910410473444957 +0.4999248580312378 +0.5559468692101196 +0.6415249293627378 +0.71026115486809 +0.6076684207686666 +0.6002913895285574 +0.552823329695041 +0.5495075094909704 +0.6250961397857129 +0.6691187825680759 +0.6392213542464149 +0.6160756711422697 +0.6173798586956534 +0.609298405811369 +0.42402092417381093 +0.2697541922084374 +0.11694871005118895 +0.0705079324046753 +0.08425576397013539 +0.07065978912094106 +0.12338321168291864 +0.21797751532386944 +0.29660571004636216 +0.5137647771701875 +0.5145516718614915 +0.5616948485607088 +0.6449666181281906 +0.7154863738737743 +0.6085760509074252 +0.6014261936611718 +0.5839851511212063 +0.5568370784354432 +0.630509779883039 +0.6837863030279729 +0.666918683906288 +0.6443879485030305 +0.6176808666781343 +0.6111598784091826 +0.42692255759347253 +0.26961372013546175 +0.11708345008593958 +0.07050806534088294 +0.08425520928395695 +0.07050811219993798 +0.12319162267005289 +0.21812921234055674 +0.29635863042414595 +0.5020176860454885 +0.5068533115319402 +0.5623516984751944 +0.646595211216577 +0.7202043586379973 +0.6091185591374201 +0.6016492600934813 +0.5535869201432693 +0.5446162675528348 +0.618291730467486 +0.6508390565494735 +0.6398571982497963 +0.6168082876025563 +0.6178582285936696 +0.6097425172085179 +0.4208729600263478 +0.26968859643831766 +0.1210363096402513 +0.07050789995069462 +0.08428489862575719 +0.07063123787820409 +0.1154200498403665 +0.2160589671688506 +0.3086225745294601 +0.423460946207976 +0.458941758571026 +0.5621447676783717 +0.6193732974051519 +0.6497601197455742 +0.6370280960916149 +0.6360929217765456 +0.5754097848216293 +0.5634045859426149 +0.6046795463515234 +0.655272276565008 +0.6893591869506992 +0.6513361203311582 +0.5852161979402153 +0.5797738760910675 +0.4064858456796784 +0.2661351846310277 +0.1279434023163385 +0.07063621923551036 +0.08425471039270081 +0.07050768810077732 +0.12331529642856842 +0.23511146990118797 +0.3292913232562529 +0.3909211983846209 +0.4383956248252536 +0.4378650411723614 +0.6351396921624505 +0.7089458032994346 +0.6826576496846384 +0.688734868108632 +0.6126960118836908 +0.5992686803867837 +0.6377284074131822 +0.6689763393786408 +0.6745896147602355 +0.635981871169356 +0.6265005885348167 +0.5734880395427713 +0.37953063284652405 +0.25314403503360916 +0.12189987200500407 +0.07066017253915283 +0.08425469867264875 +0.07050767657126283 +0.12893754667750332 +0.22325869545899651 +0.30210444031178096 +0.4895823497295502 +0.506393632649923 +0.5681574377830187 +0.6439480657275465 +0.7113011215052419 +0.6654598842555088 +0.6507969303003602 +0.5812677013272596 +0.5451964386068607 +0.6204376270870203 +0.6632121133220164 +0.685899042543185 +0.6625916491638143 +0.6624812855538204 +0.6030869480582344 +0.41652289628406985 +0.2696767064784201 +0.11699141241571512 +0.07050811258872043 +0.08425563203519948 +0.07066038059091137 +0.12349234169415517 +0.22583584619732563 +0.30706887089814794 +0.488289982032825 +0.49008258035353686 +0.5431195296017378 +0.631710759397199 +0.6972613926124537 +0.6541847956622688 +0.646081314522269 +0.584823010787719 +0.5536193605465543 +0.6290115799387875 +0.6651188309621893 +0.6901770129557165 +0.6631125594955162 +0.668920268699108 +0.6059712799161702 +0.4182770824843864 +0.26963254344272636 +0.11694374377238195 +0.07062583829165485 +0.08425478392784545 +0.07050769214169536 +0.12494504390549666 +0.2179776564517739 +0.2956941097297766 +0.5054586819514767 +0.5083617815696491 +0.5642016826606215 +0.6502591003935994 +0.6694248240683537 +0.6087252992717054 +0.6012704748417463 +0.5544065728846265 +0.5369209106866619 +0.606057791887165 +0.6634574932675629 +0.6732439065872633 +0.6394096772029775 +0.6191106420432262 +0.5772388731277697 +0.4060302448417572 +0.2653763144633813 +0.11702009978366804 +0.07057095218899162 +0.08425480096870662 +0.07050770896238634 +0.12655278918209747 +0.2223898942389655 +0.3008829658443451 +0.4784337556531969 +0.4873708896688178 +0.5366704844324055 +0.6438138031920889 +0.7197658284878293 +0.6108257261683445 +0.6027775526362156 +0.5878598164847701 +0.550136194977382 +0.6321932146434819 +0.6835275001459876 +0.7025615239916315 +0.647444164932546 +0.6479794030217844 +0.6126607077887907 +0.4232523171325606 +0.26968584909380316 +0.11699440376089357 +0.07050804387485021 +0.08425556426974717 +0.07050852717351244 +0.12346273501889714 +0.2185130622494484 +0.29665123257748394 +0.5012566250273282 +0.5049752936509765 +0.5569608293572997 +0.6475652445092952 +0.7182632056468712 +0.608569293239225 +0.6011930637528082 +0.553331469939296 +0.5334340762958114 +0.6032267339404644 +0.6356193969948191 +0.6398774457866103 +0.6167893238191011 +0.6179144134818344 +0.6042439141642042 +0.42323055170190604 +0.2697261803255271 +0.12110121295433227 +0.07050814737294005 +0.08425566632669089 +0.0706604945933976 +0.11539203758669099 +0.2160598606085212 +0.3090777064577952 +0.42245077646495527 +0.45991028150819463 +0.5685287589334901 +0.642379787192405 +0.6760338111483197 +0.6434298231988778 +0.6311359374339922 +0.5758152910579476 +0.5656506976070987 +0.6034541161874413 +0.6770879978747169 +0.719979351344077 +0.6389617186519136 +0.6277405127582497 +0.6055877637689759 +0.4326786599872666 +0.27637488523803805 +0.1278190919798147 +0.07050730947571894 +0.08425484021594454 +0.0705077477181727 +0.11682283665042255 +0.22167830388327722 +0.31727090011923975 +0.39590961091833565 +0.4510866037298361 +0.4469884720196033 +0.607261136127618 +0.6663840407492688 +0.6144828135258554 +0.6188888779939093 +0.5494709408511743 +0.5356968957161663 +0.5852935689597546 +0.618602192027384 +0.6478314004323507 +0.6161707194679399 +0.6149764832416632 +0.5548893063716217 +0.3888900876494215 +0.2628179380215937 +0.11707207276175496 +0.07052916536659572 +0.08425480601894768 +0.07050778138971597 +0.1238380139425573 +0.2243920788013238 +0.3029612157136115 +0.4882151127369718 +0.488625269736965 +0.543559430825045 +0.6426648153309502 +0.7146418391487905 +0.6088921073432458 +0.6012183014214822 +0.5538267077938914 +0.5352947091134789 +0.6049250327151222 +0.6321109494573134 +0.639668496942443 +0.6165321603366659 +0.61754551006436 +0.6029524770977059 +0.42192736620223076 +0.2706191911510976 +0.11702354789210595 +0.07050795434991994 +0.08425547599737561 +0.07050837561835463 +0.12311268667436204 +0.2190617336854117 +0.2974244665021948 +0.5076500527570225 +0.5114596328184622 +0.5731855324591169 +0.6420817868178961 +0.6726365921160224 +0.6205857078900514 +0.6064250465844362 +0.5567949298412299 +0.5339693448860132 +0.6049324141292644 +0.640706825071344 +0.6405218710774262 +0.6172752740895127 +0.6176803209112832 +0.601233693227254 +0.4178779416383593 +0.26963692977288206 +0.11699337735086587 +0.07050820411409929 +0.08425561488978447 +0.07065115432645357 +0.12205716792269353 +0.22143339704050605 +0.29757514515313616 +0.49873386484478477 +0.49847450912345426 +0.5520147028566911 +0.6438395256883023 +0.7145079319061276 +0.6085777552230555 +0.6012050367038381 +0.5687575772202255 +0.5546785142701591 +0.6268777001964017 +0.6808468500248149 +0.6934662808264983 +0.6678322813677035 +0.672007509582122 +0.6055390214390244 +0.41805812943027804 +0.2696622831175939 +0.11694877534272356 +0.07061126009107724 +0.08425479198347757 +0.07050776758451915 +0.12319651905340327 +0.21797766341775532 +0.2986523584256652 +0.49915578772569846 +0.5035693678988805 +0.5576444878144448 +0.6374296920959812 +0.7014776163150475 +0.6566374544778245 +0.6507662372695919 +0.5833927529810503 +0.549165974488755 +0.6267723079542677 +0.6721129840761229 +0.6849763099367597 +0.6630039529903394 +0.6635994309236485 +0.6045719577958428 +0.4185661024177682 +0.2696585014793639 +0.11688334874952104 +0.07065992193316323 +0.08425477558464103 +0.07050775145839322 +0.12553449381289253 +0.22614698651451312 +0.3044122999331652 +0.48838481713613285 +0.49238868436900207 +0.547909525029923 +0.6358103468541407 +0.7048420758778835 +0.6341118519373276 +0.6268647965966765 +0.5859711804873234 +0.5578221756479528 +0.6302109823895341 +0.6714794357296214 +0.6891306751481265 +0.6646662675586649 +0.6683956068512683 +0.6101122723418038 +0.4247743834721388 +0.2696224799016298 +0.12105624895463254 +0.07050803241535385 +0.08440774692151819 +0.07050725112134186 +0.11821339064379859 +0.2152353658941191 +0.3075111813407244 +0.39080202320942165 +0.4247300675325483 +0.5368641997028393 +0.6191034641604525 +0.6377409136408049 +0.6036291286015975 +0.5909757268802478 +0.5446596950364699 +0.5411928864793225 +0.5883596636336328 +0.6511639436503973 +0.6713038528903564 +0.6574692543574341 +0.5850927412564056 +0.5713155446300917 +0.40607918384858555 +0.26611777800477515 +0.12784155068026254 +0.07054971539136434 +0.08425473104418417 +0.07050770840709213 +0.12216338271340907 +0.23830279846087912 +0.3356732847952205 +0.3911778600815768 +0.44208339791609036 +0.43839473861990136 +0.6063017021813897 +0.6723051880855176 +0.6268777763397524 +0.6271485341609325 +0.5650157200535972 +0.5368274393996192 +0.5741681281509337 +0.6079420585018797 +0.6220397515514116 +0.5877223983644821 +0.5860672367935422 +0.5621253218402172 +0.38895637852493886 +0.2628991563732107 +0.11696229757431506 +0.11704006317007522 +0.07050766420821379 +0.08425516347136462 +0.07050813364941884 +0.12208199290483787 +0.2203817404650385 +0.29844728566432976 +0.4562589083920804 +0.499942611582911 +0.5540915103048141 +0.6409794553782323 +0.7079294349709603 +0.6357608450496481 +0.6429957147775123 +0.5780033912238451 +0.552963446073868 +0.6373602748357802 +0.7161743471914958 +0.6857348912036295 +0.6643704384327904 +0.6648232991928397 +0.6056344409042275 +0.4169491728984045 +0.2696264927623027 +0.11701614018325772 +0.0705079735988899 +0.0842554267333602 +0.07050832696443962 +0.12498250221609877 +0.22521548570443592 +0.3075027769170417 +0.44529812606257363 +0.4888806540700165 +0.5453348172529509 +0.6335258723560349 +0.6963374298594482 +0.6492183390249053 +0.6403237216707277 +0.5759679629819981 +0.5489504640998083 +0.6364708108590519 +0.7166334807412632 +0.6861993212532738 +0.6647322069747181 +0.6668992440306376 +0.6045679948379671 +0.42111446841020345 +0.26963201646702745 +0.11713309219666905 +0.07050742363881907 +0.08425495275719863 +0.07050792569458071 +0.12643606449891373 +0.21797781878872097 +0.29560847191289685 +0.46334641139794247 +0.5044723200038822 +0.5538247860632539 +0.6389410510077504 +0.7060922704166213 +0.6651885080850298 +0.654624770866724 +0.588548361832728 +0.5540261999916909 +0.6437557828584791 +0.7256709125322018 +0.6967084791674328 +0.6745497841238761 +0.6742130081973704 +0.613891436738464 +0.4254991918532283 +0.2696400054627499 +0.11701930313222127 +0.07050800326456597 +0.08425549173739239 +0.0705083911670483 +0.12642706817694999 +0.217976753497256 +0.2954563062325247 +0.4636151291670957 +0.5051119533163645 +0.5565029540081077 +0.6430961127789839 +0.7116677279518531 +0.6355881624701162 +0.6271249988406775 +0.5863095323668512 +0.5558533259331706 +0.6405952526528161 +0.7243160786081335 +0.6928267466867495 +0.6701470220270407 +0.6725935627843804 +0.6138498517416675 +0.42904932122810574 +0.2704373783209237 +0.1170343332571776 +0.07055922117344515 +0.08425479914646952 +0.07050777463403848 +0.12561613223246373 +0.21797767019156622 +0.2955306751486132 +0.4355551158226324 +0.4819151596360016 +0.5324440685247775 +0.6238876111620302 +0.6690766751305739 +0.6078028764659793 +0.6005957056900874 +0.5754182854596482 +0.5498300735751 +0.6410725572535367 +0.7192438952266682 +0.6912546692774015 +0.6697057574464176 +0.6729865815093486 +0.6141165104523131 +0.42526599903948914 +0.2696213618413758 +0.12124231504580549 +0.07050794258998141 +0.08425498786409179 +0.07050796021621375 +0.11764108566828328 +0.21523558290438544 +0.30987135085123685 +0.3673165233458864 +0.4370828254132147 +0.5553306421481218 +0.6282889284328422 +0.6676815001939332 +0.6302665800499058 +0.6182177828799119 +0.5607174619446982 +0.5528776958887179 +0.6000272932785742 +0.7132175021899977 +0.7005516920817286 +0.6849705769193591 +0.6195353714428257 +0.6007207680166359 +0.4252549123251061 +0.27634554407097434 +0.12782960411625358 +0.07050792502102803 +0.08425577884455422 +0.070659805475931 +0.11904764783239806 +0.2228696402467099 +0.3153639095474886 +0.3563936407267796 +0.45134332941785776 +0.44659098182501156 +0.6073369666001395 +0.6690087375232103 +0.6151339055890109 +0.6190136978112191 +0.5571729648453112 +0.5462452387651362 +0.5987890226671531 +0.672154784436465 +0.655445680058263 +0.6297809727345471 +0.6318589062132974 +0.5719694981337011 +0.3923446979053803 +0.26301232236353417 +0.11689445787831493 +0.07065183898137993 +0.08425477799112295 +0.0705076862733569 +0.12508259235941932 +0.21797765081735207 +0.2954571888141544 +0.4654462977728626 +0.5196133570537984 +0.5662208495440688 +0.650215445289307 +0.7219074056645387 +0.6398467080568413 +0.6274141846733998 +0.5838780026193217 +0.5587141598047265 +0.6430339962956301 +0.7216612945451982 +0.6906414189386488 +0.6695104087948331 +0.6745956751917398 +0.6179978330044089 +0.4268906029148379 +0.27010163215322847 +0.11690950081464946 +0.07050808004959629 +0.08440779816367318 +0.07050722914084602 +0.1261007792608683 +0.21797720917780525 +0.29614400381349926 +0.46334124374591773 +0.515807541934732 +0.5694901525426288 +0.6536432826889512 +0.720313551574751 +0.6079399342820182 +0.5998153256067565 +0.5683246502370197 +0.5554994145585509 +0.6405383110438327 +0.7270123065027243 +0.6940859221941664 +0.6666911035043015 +0.667605777042492 +0.6031116439108695 +0.4192513045362532 +0.26961192999829936 +0.1170246754205203 +0.07050796037674106 +0.08425541367693364 +0.07050837903072578 +0.1256301605890495 +0.22582264254694967 +0.3072815868963425 +0.440779676755453 +0.48857005911151097 +0.5456597875760869 +0.638467644703106 +0.7095409568555464 +0.6078596679109486 +0.6024751255268063 +0.554996740729436 +0.5447422341420841 +0.6337475913091726 +0.717524091077454 +0.6892105810881831 +0.6686391648412787 +0.6701866982228166 +0.6116539596546903 +0.432473303104144 +0.2737413513167122 +0.11692283118878026 +0.07050812298522856 +0.08425564228656442 +0.07066039173889752 +0.12572012812317782 +0.21797691141334732 +0.29710252667564324 +0.43614470851207304 +0.47924739434022806 +0.529982299937696 +0.6229230038289593 +0.6928478676869694 +0.6629873253053546 +0.6295773105802845 +0.5614464377881673 +0.5404339181872363 +0.6390319116999641 +0.7324657619626144 +0.63970688310952 +0.6159826539716822 +0.6172010478450246 +0.60378656655994 +0.41974823346975076 +0.2696723018876807 +0.11689486563435872 +0.07050784231053549 +0.08425579455481214 +0.07065982276410132 +0.12348752229426518 +0.2213614853899787 +0.2977231763128726 +0.45572363281296424 +0.49914599491788375 +0.5463871183988875 +0.6315095418210063 +0.6958095387729162 +0.6517174245540271 +0.6397953123947973 +0.5778480300680627 +0.551379575218436 +0.6366172235608302 +0.7150668701049636 +0.6837493862544083 +0.6638798805853754 +0.6659138916529977 +0.608594248424826 +0.42061999713385884 +0.26962758632133055 +0.1210264959403587 +0.07050802011292785 +0.08438982221247461 +0.07052522896735995 +0.11759922999428762 +0.22222003719537498 +0.3154203251138846 +0.35730858774552166 +0.43132898776351547 +0.5509587287375135 +0.6274534210536247 +0.6606629445850792 +0.6320977813982847 +0.6165172638219264 +0.5622534763897974 +0.5528064764783637 +0.5971543313650947 +0.714092132705069 +0.6976767586225997 +0.6808665566913678 +0.6135493922359957 +0.5924123150450866 +0.41805494073414656 +0.2763372174750685 +0.1278289253246419 +0.07050792775012324 +0.08425578150763473 +0.0706598084180374 +0.11802006805633103 +0.2222822408216415 +0.3148165981986487 +0.36133051327401094 +0.4545038716917063 +0.4469662581468134 +0.6085752328341043 +0.6691387474344641 +0.6143676427924095 +0.6171514940068957 +0.5561378005348083 +0.5428179526627526 +0.5978752423709284 +0.6719726737396969 +0.6547549573826613 +0.6264047559978335 +0.6281986956803951 +0.5665706197344433 +0.38873768857660734 +0.26301587023801715 +0.1169273418215123 +0.07050782279288467 +0.08425567883537624 +0.07066050812398345 +0.12560803028855766 +0.21797694090319733 +0.29545658183950885 +0.46279926133373606 +0.5085424519438649 +0.5618115747075191 +0.6462483906031039 +0.7138916134384554 +0.6401386322002133 +0.6300430636451825 +0.5884547266258352 +0.5614538240570621 +0.6447335527781446 +0.7230497196950298 +0.6948745349441824 +0.6650416767985481 +0.6637141362229296 +0.6006949591694549 +0.41738715950192035 +0.26963946933991834 +0.11691521868924445 +0.07050793524953916 +0.08425578884882369 +0.07065981648128522 +0.125696651611158 +0.21797705892681724 +0.2954566065994815 +0.45579530971346777 +0.49875138833093535 +0.5478373755215847 +0.6362030099250089 +0.7010466945138322 +0.6521162041295014 +0.6392447788036838 +0.5747893453729395 +0.5515482151181509 +0.6331181944232398 +0.711400485937941 +0.6788207473219758 +0.65768549748642 +0.6584350998944772 +0.6004457034148614 +0.4159539762281808 +0.26967034979467597 +0.11704763446863806 +0.07050820557889574 +0.08425524991348027 +0.07050815232777742 +0.12525666812838546 +0.2267303269335559 +0.3046079837783722 +0.44606721019324014 +0.4887255839346745 +0.5405565073463986 +0.6318629743196319 +0.6898359146063399 +0.6454933114477934 +0.634585116279901 +0.5727749724959232 +0.5458820324435399 +0.630999337102647 +0.7039960923887398 +0.6693760734440147 +0.6477465162306243 +0.6460887542943258 +0.588982457943344 +0.41593765253302556 +0.2696633923527915 +0.11706105445912582 +0.07050818360892515 +0.08425522801624247 +0.07050813070132375 +0.12392730162049763 +0.2260384272435234 +0.3040209861691759 +0.4460659835535589 +0.48833197473460077 +0.5408158265126456 +0.6313297881636598 +0.6930899219097136 +0.6486144764495889 +0.6363530383228725 +0.5718583789147136 +0.5473855262115556 +0.6277085205572966 +0.7029035345351143 +0.6689555598826943 +0.6472498358337635 +0.6471638873852006 +0.5886663348516209 +0.41614922665987064 +0.26965300592371494 +0.11688857186103706 +0.07050805869437962 +0.08440777518356267 +0.07050727731831012 +0.12469267438425152 +0.2256835173821505 +0.30379867769604424 +0.4469158452299839 +0.4875820103076944 +0.5400227806621632 +0.6309259670437866 +0.692047638513778 +0.6467614550938697 +0.6405027076201617 +0.5773958450244522 +0.5493081190446863 +0.6278945024045137 +0.7035910791374912 +0.6713325941189634 +0.6481767206720999 +0.6476584818749408 +0.5901793277748126 +0.4161803963185992 +0.26957812181539925 +0.12118789560226961 +0.07050825395207698 +0.08425529811831521 +0.07050819993264178 +0.11643662131766593 +0.22169389208045304 +0.31426189114962655 +0.3573485322194943 +0.4298617052285009 +0.5518887058504692 +0.6332689231943626 +0.6774813467267268 +0.6237369232302898 +0.5876368546749173 +0.5403331278683448 +0.5355853954499137 +0.6062235162915331 +0.7215799946516354 +0.7091258250187964 +0.6895751705427666 +0.630476360504268 +0.6117735776045571 +0.4390239834842296 +0.28701524909673454 +0.12781071365110622 +0.07065967651318948 +0.08425472872932543 +0.0705076376359239 +0.1175098906998238 +0.22397388994214074 +0.31962371584440136 +0.3489487366167325 +0.438885329928404 +0.4516146909766113 +0.5977187662321374 +0.65264907626908 +0.5888780987146806 +0.6060110844663155 +0.5298647916043665 +0.5317329425453801 +0.5807508605670426 +0.6495353005627436 +0.621831926271144 +0.5873666856242313 +0.5864558788541275 +0.5454487522337831 +0.3786473395854653 +0.2525800838495173 +0.11708594747211785 +0.07052398264120308 +0.08425473718582473 +0.07050771443513587 +0.1260073534140858 +0.22500305613339514 +0.30486704555951283 +0.4360257150284231 +0.47964888007247786 +0.5398349978803927 +0.6365411884429483 +0.6705948537614689 +0.60937515757631 +0.6024412626187078 +0.5927663604635226 +0.5732700245654013 +0.646526920701664 +0.7251600698651252 +0.6981250493662579 +0.6747291121248528 +0.6729133650029594 +0.6099039777603372 +0.41976240860304515 +0.26964657852839635 +0.1168838506433262 +0.07050805966087174 +0.08440707070086663 +0.07050731588392764 +0.1227342828071291 +0.2193819169400864 +0.2970860174168783 +0.4536877108249459 +0.4985310795925781 +0.5440534560543062 +0.6318794007294303 +0.6887608755736356 +0.6451097805076919 +0.6350180302352539 +0.5693365950135879 +0.5545506344976165 +0.632058135595932 +0.7057119119642373 +0.6745653972026859 +0.6527007007851273 +0.6547598168887557 +0.5950122516776096 +0.416361548518631 +0.2696288812122296 +0.11696643007403762 +0.0706036439951464 +0.08425478899590097 +0.07050776464706092 +0.12484450791571784 +0.2256186446159385 +0.3047843082980466 +0.44696007615365213 +0.49165343770222014 +0.5409946784674412 +0.632056701436128 +0.6890345836260666 +0.6475539501365374 +0.6379866488433801 +0.5723400303003233 +0.5542642041948846 +0.6368746384864565 +0.7076648690596887 +0.6766515505007126 +0.652995826525826 +0.6526619385480207 +0.5927960884657476 +0.41618334518922273 +0.26963643476344135 +0.116895615313397 +0.0705080379628229 +0.08440775288537783 +0.07050725664774761 +0.1250160834860609 +0.21797716742118126 +0.29545671330370543 +0.45967249511463387 +0.504810217481279 +0.5551247617885828 +0.6422584071359168 +0.7007762537314701 +0.6570068625183356 +0.6443889340024315 +0.5803458841058776 +0.561535749114878 +0.6395330070659321 +0.7145935708655511 +0.6811795154599894 +0.6609392372633828 +0.6604481062103978 +0.6031428912814087 +0.4198390422140011 +0.26960234006103234 +0.11700227227118475 +0.07050801588016006 +0.08425546847194768 +0.07050836818217289 +0.12657904487492075 +0.2179767306090086 +0.29545628372715044 +0.4790615841823929 +0.47786901101475143 +0.5334711176434388 +0.6309669789899212 +0.6756560193167753 +0.6081662075388242 +0.6341104714500527 +0.5833014882651624 +0.5581977303063568 +0.6443549234572232 +0.7197809492890074 +0.6898530376149451 +0.6666445583938982 +0.667963427314833 +0.6095261729382363 +0.4212948494372415 +0.26963558735881155 +0.12103547578023528 +0.07064608597649885 +0.08425477930169498 +0.07050768757321409 +0.11699786283757235 +0.21523495619741861 +0.3082069630617348 +0.41149161475234675 +0.4481646190437288 +0.5569007657042879 +0.6269624325357 +0.6550796242890156 +0.6240014796807741 +0.610665669770245 +0.5567385932426158 +0.5527256019073604 +0.6002687012367094 +0.7120564406907061 +0.6943860534328199 +0.6822238336643753 +0.6150761443068853 +0.5961570378835022 +0.4218684330351548 +0.2763674018031384 +0.1278198408072144 +0.07066009603126595 +0.08425456039208919 +0.07050747140960863 +0.11781608446696702 +0.22272184737214115 +0.31529773467991806 +0.4023644699156458 +0.451794879540856 +0.4506223081868263 +0.6082782199464645 +0.6617427058842539 +0.5970956298309706 +0.5972323959135425 +0.5398507252842824 +0.5376861869030912 +0.5898147775656004 +0.6581457471731037 +0.632850920996319 +0.6000051146210859 +0.6003477006448327 +0.5546926571717813 +0.3887705436112747 +0.26283706602994783 +0.11710595521154306 +0.07050820744027157 +0.08425525176784035 +0.07050815415472855 +0.12339578889076581 +0.22407233015293865 +0.302282565842051 +0.48825578131315733 +0.48722808742453655 +0.5423480722962146 +0.6343770908115236 +0.6832561445758519 +0.6269256039284389 +0.6180031428586263 +0.5646963976091023 +0.5462584007471856 +0.6290578048999067 +0.6964814491754423 +0.6542400381841488 +0.6335124989681133 +0.6355871046218311 +0.5871013879731073 +0.4161942019876761 +0.26960281787563534 +0.11696878352619837 +0.07050807274928785 +0.08425559275093648 +0.07056892584053014 +0.12324730459821748 +0.223403720884143 +0.30158033183496513 +0.4882878021998165 +0.49104029032947005 +0.5417129113461443 +0.6337338168460502 +0.6797719909556764 +0.6216240411348359 +0.6127902465076243 +0.5660519087933721 +0.5493366894978925 +0.6348070245864951 +0.6961887915724023 +0.6513465319158533 +0.6292163891529488 +0.6309570626692628 +0.5871162252189001 +0.4161626578564807 +0.26961123520418084 +0.11693434648824343 +0.07050780661419137 +0.08425519782190918 +0.07066049690371749 +0.12403231694687361 +0.2229125775415284 +0.30206910301467366 +0.48829365383677104 +0.48919103965260463 +0.5399638088202167 +0.631813590035743 +0.6796806371723791 +0.6208759016871441 +0.6118994170114193 +0.5644351645007465 +0.5516073840187355 +0.6344262315486782 +0.6962999010810306 +0.6482049397352986 +0.6259001587158844 +0.6270864985848926 +0.5867470757398165 +0.4161811692556226 +0.2696053045582569 +0.11723105388840582 +0.07050810413210454 +0.084255623689051 +0.07066044847084522 +0.12403946903007933 +0.22292620557739953 +0.3005446496998457 +0.4882896548527204 +0.4863256996869515 +0.5398010858080273 +0.6309109046642315 +0.6795878345148684 +0.6175399378321449 +0.6105631605165001 +0.5630482091987021 +0.5455386034847634 +0.6309287655407874 +0.6962606704660489 +0.648965255997381 +0.6259001587158843 +0.6270525896333674 +0.5867655653240352 +0.4159160560555874 +0.2696345361298008 +0.11713204483242756 +0.07050826418279943 +0.08425578152230892 +0.07065980842701097 +0.12318307720606768 +0.22215064670607068 +0.29964848985680265 +0.4883044981895945 +0.48952699930964877 +0.5401573716315403 +0.6309011808331121 +0.6791292141182215 +0.6183491533293736 +0.6119294255919246 +0.5667236696563618 +0.5533265806452716 +0.6330170516451901 +0.6962053418228915 +0.6482513140685224 +0.6259001587158843 +0.6270433316917436 +0.5866015116789097 +0.4159306609414541 +0.26964269701825716 +0.12133819530538306 +0.07050811737346412 +0.08425516201637974 +0.07050813149427435 +0.1162035817315048 +0.2191749744228131 +0.31120214191151435 +0.40103215944296494 +0.4274089825814726 +0.5463165144008478 +0.6254572609546108 +0.6462606449117084 +0.6114266106265621 +0.5979242571405152 +0.550684514129426 +0.5451896566013292 +0.5953539041623331 +0.7096488629492063 +0.6756125523935591 +0.6477911849300005 +0.5937120244927039 +0.5795664941250519 +0.41621347651627294 +0.2762878189524493 +0.12811100492003255 +0.07050810611793491 +0.0842555180112974 +0.07050848166304524 +0.11644779242393355 +0.21938515840355927 +0.31129480143982335 +0.4010321496616665 +0.44728048352496963 +0.44643959200179945 +0.6064125364266735 +0.6609809788243323 +0.5922831097919153 +0.59238904569128 +0.538615038647825 +0.5339690216540807 +0.5847919000434136 +0.6582398409248327 +0.6304408704312179 +0.5962184238306979 +0.5958750737641866 +0.5546671707813157 +0.38889005344522004 +0.2628011517335508 +0.1173587392147694 +0.0705470066008269 +0.08425479926179678 +0.07050784813000423 +0.12207952918993996 +0.22116367572016318 +0.2985849039617284 +0.4883603800067374 +0.4870583554966526 +0.5407494773217721 +0.6308166951528336 +0.6786935886023274 +0.6174960964422793 +0.6107000477237672 +0.5644613934856023 +0.5456071897634314 +0.626643310227183 +0.6963654651675715 +0.6484269621656743 +0.6259001587158841 +0.6272482078401627 +0.5864222811363489 +0.4159166606493996 +0.2695889259228915 +0.11728708962836035 +0.07050822311182038 +0.0842556015049633 +0.07058540652237053 +0.12229657236813958 +0.2214244585580135 +0.29851895075847434 +0.4882847914589457 +0.4947685760941318 +0.5403925247863088 +0.6319367148579926 +0.678871847332033 +0.6180288134423726 +0.6107071298424417 +0.5666687061876566 +0.5541625997624259 +0.6347183585416433 +0.6962400360794284 +0.6493662971102354 +0.6263430407138387 +0.6282795642428342 +0.586275886030533 +0.41610551229472303 +0.26964580063102994 +0.11689231983895496 +0.07050805857762982 +0.08440777506957828 +0.07050727720386107 +0.12165325125377476 +0.22093025179619413 +0.2987785346078434 +0.4883156956369069 +0.4940508610822681 +0.5427883279684945 +0.6336729316656504 +0.6811968997950458 +0.6353685923256187 +0.6239148847270786 +0.5678582137202925 +0.553223979307647 +0.6344750770670945 +0.701989432357184 +0.672140349318164 +0.6514760662858675 +0.6556766789485089 +0.5950028650216669 +0.41635160008780253 +0.26965407419281595 +0.11699631955169944 +0.07050783890693472 +0.0842553296798771 +0.07050823110311055 +0.12306249140094662 +0.21805664928517823 +0.2954566213890924 +0.50036834225159 +0.5045268595533702 +0.5523440749519276 +0.6374543728569361 +0.7015863537088973 +0.6592888020553138 +0.6493158997729122 +0.5866925150991716 +0.5583875877644984 +0.6392884687329317 +0.7159330798227801 +0.6860193848620655 +0.660339193612288 +0.6596768936072557 +0.5982295998769805 +0.41594979138404503 +0.26963159425946226 +0.1170873713536857 +0.07050794905580887 +0.08425499430522213 +0.07050789988143176 +0.12473146852536687 +0.21797785814615123 +0.29560830937567406 +0.49593092764142005 +0.49455992356520817 +0.5468911216676041 +0.634088365670682 +0.6924181535454347 +0.6507652750462357 +0.6389852267896637 +0.5739322193937428 +0.5498465645922778 +0.6348540755166463 +0.7114482555532248 +0.6788446055915197 +0.6581750776424273 +0.6591473688993238 +0.5997082937535211 +0.4160024931366352 +0.2695937413631981 +0.12124182806416209 +0.07051400211985602 +0.08425480948900833 +0.07050771738908047 +0.117769395168843 +0.222668472562957 +0.3154106841688783 +0.4019481718620638 +0.43043487072008463 +0.5480673653495776 +0.627155810291212 +0.6628468181021865 +0.6343157942991967 +0.6198278307654361 +0.5633586640714516 +0.5517298011601488 +0.6018717920810079 +0.7138089027598401 +0.7005058263184631 +0.6847000377033317 +0.61929452735656 +0.5996371293421665 +0.42211521947941455 +0.2763341036573513 +0.12784094901282822 +0.07053387572955076 +0.08425480494340248 +0.07050778032964451 +0.11740426035375855 +0.22230597705137062 +0.3149869501740424 +0.4010472490842366 +0.45034066024383573 +0.44674146133677417 +0.6082494218543728 +0.661461082836102 +0.5998007373541344 +0.5992049129454273 +0.5392512274907854 +0.5353672864506184 +0.5887430148433601 +0.6579904239743969 +0.6346930484379371 +0.6042241476688984 +0.6054293719778606 +0.5548605686252654 +0.38889344882332605 +0.26279768287696104 +0.11703538761074188 +0.07056068581685676 +0.0842547988121974 +0.07050777429933534 +0.12279676505047118 +0.22398128553209393 +0.30238096965445693 +0.4883603800067374 +0.49698563311491706 +0.5466102786378118 +0.6352890382292314 +0.6872419010641777 +0.6503317077686182 +0.6377721152798687 +0.575083498653152 +0.5540518800975099 +0.6375092386857898 +0.7089843747189021 +0.6798845024202868 +0.6567996375138371 +0.6576576013289693 +0.5980629388207976 +0.4159006750823822 +0.2696404271479428 +0.11698986071488433 +0.07050796935217846 +0.08425542254219935 +0.07050838774470701 +0.12461731070944923 +0.22532496617947492 +0.3035261931986306 +0.48826900616580454 +0.4908548130276068 +0.5407982395111948 +0.6320591351056224 +0.6843925756604151 +0.6424575639317066 +0.6311709007446039 +0.5734169709460702 +0.5563889209079762 +0.63485882974822 +0.7026060127223659 +0.6710438431690153 +0.6533678592440895 +0.6545526924703243 +0.5947250575766236 +0.41594111856307353 +0.26965249705692124 +0.11703783061134052 +0.07050819838593109 +0.08425524274397397 +0.07050821089705545 +0.1244644972796876 +0.22562300771915358 +0.303591241511441 +0.48825235193489763 +0.4875557950173598 +0.5443297128738712 +0.6336238266408165 +0.6881081187699808 +0.6396891750825311 +0.628052337858974 +0.5673223313701262 +0.5546486936203856 +0.639074015510562 +0.7108778072007055 +0.6808640800878851 +0.6576073522912707 +0.6595154372934323 +0.5977765382993784 +0.41792274114876476 +0.2696016873720034 +0.11696247765733112 +0.07050768811275175 +0.0842555470867033 +0.0705085102601318 +0.12562076698030472 +0.225995053561205 +0.30417717386071413 +0.48828079920031464 +0.49426888830286647 +0.5411852941012116 +0.6318769087119085 +0.685813429155059 +0.6412182336814093 +0.6296570157396145 +0.5677615789121105 +0.5502446214179652 +0.6318669166747117 +0.7010480698742688 +0.6645780035486404 +0.6435391921269141 +0.6431320111816432 +0.5862799067217013 +0.4158798875546187 +0.26961599995632113 +0.11707796104282435 +0.07050802705182026 +0.08425540031114037 +0.07050836588247977 +0.12558675816240786 +0.225088691250287 +0.30322367334344275 +0.48826725306006924 +0.4932317794994133 +0.5409226694128221 +0.6318441652235477 +0.6802258608099528 +0.627648300469283 +0.6211593934356832 +0.5657600465993259 +0.5487010886516893 +0.6318962484003848 +0.6980345592653419 +0.658358633048856 +0.6355044208849289 +0.6368884510802262 +0.5850251927839573 +0.41582890703644737 +0.2696375019944443 +0.12111923813645914 +0.07065958552456178 +0.08425477622268664 +0.07050775208640275 +0.11754706109617463 +0.2205610817497109 +0.3130812957693471 +0.4011608907911644 +0.4322461785320745 +0.546867253554736 +0.6260871842691941 +0.6516742540035024 +0.6205030713967217 +0.6074613956982753 +0.5567629966754741 +0.5507136535214644 +0.6004131673579168 +0.7136846831396013 +0.6955048607509942 +0.6790052283372495 +0.6148459736511628 +0.5965685927452671 +0.4232778397125279 +0.27629801973708057 +0.12781790718280714 +0.07057070947328672 +0.08425479652219048 +0.07050777204375627 +0.11693572617154621 +0.22159952846062508 +0.31433271019295245 +0.40326409176500705 +0.4510612402448559 +0.4469275707245755 +0.6070216033335113 +0.6636919569632039 +0.6072933980460963 +0.6099639020968252 +0.5485972847004537 +0.540350815431062 +0.595432391901154 +0.6628714417484247 +0.6485979070234923 +0.6217773729788583 +0.6256587522830258 +0.5660234443632068 +0.3887126528460057 +0.262802785142828 +0.11710694805343216 +0.07051480740191014 +0.0842554250009369 +0.07050777868166527 +0.12369716530717115 +0.22475424850396164 +0.30325030148815363 +0.48836038000673726 +0.4954605274330836 +0.5417199007904996 +0.6327319492666151 +0.6796480357534057 +0.6226768265105859 +0.612764923611699 +0.5646834537294314 +0.5499761709075695 +0.630880555176074 +0.6961072959394454 +0.6499137631651353 +0.6259001587158839 +0.6270975642637624 +0.5863814193255708 +0.4158996986614759 +0.26959351731944614 +0.11730241049685117 +0.07050822572019476 +0.08425560408459433 +0.07059807750103637 +0.12546708352887356 +0.22422776454945464 +0.301693026571236 +0.48828692977171595 +0.4937841043395336 +0.5398268257602031 +0.6314279283591777 +0.6791502398222755 +0.6179879832562993 +0.6104678332443836 +0.5648976335535327 +0.5465606056991625 +0.6313846706290538 +0.6963728257169024 +0.646871558328048 +0.6259001587158839 +0.6270368284723867 +0.58660565151695 +0.41590270528957946 +0.2695516996370683 +0.11753445831411367 +0.07050790089860355 +0.08425528269916165 +0.0705077838619122 +0.1232940607087014 +0.22252047196749314 +0.29966670503565274 +0.4882579215433518 +0.49139692623100495 +0.5399361412150955 +0.6310334372147557 +0.6787078344910998 +0.6175235072085311 +0.610561218331357 +0.5631595733511393 +0.5469352700175117 +0.6292073958701226 +0.6963990139499997 +0.6484215477703654 +0.6259001587158839 +0.6270272681766909 +0.587276667331682 +0.41591486521302845 +0.26959934098524435 +0.11711740780551973 +0.07050801449692719 +0.08425569700907669 +0.07066052778194137 +0.12214185239598932 +0.22145252412508176 +0.2991477107897198 +0.4882952159772308 +0.49363109888566875 +0.541033259375699 +0.6310813349405785 +0.6791848155204047 +0.6177975955892137 +0.6103314610553942 +0.5629019862332095 +0.5464453363022673 +0.631266553595057 +0.6958837538387173 +0.6505647121362784 +0.6259001587158839 +0.626867816258977 +0.5880644304879791 +0.4159132067924793 +0.26961433524101613 +0.11722681431150135 +0.07050818015652333 +0.08425559120787827 +0.07053820210856644 +0.12223608288849205 +0.22113773176889867 +0.29895743922496903 +0.4882858659345892 +0.4912115646209605 +0.5397516433072572 +0.6311521953521271 +0.6789396225205979 +0.6185113941874942 +0.6108857689350757 +0.562996174597096 +0.5501335026184727 +0.6311514072967509 +0.696384769932177 +0.6479088998517551 +0.6259001587158838 +0.6267958857956181 +0.5884302486797047 +0.41589697865315306 +0.26958409816281703 +0.12108199549091489 +0.07050775002959936 +0.08425514191767874 +0.07064581104504883 +0.11418575977711143 +0.2178082392158062 +0.31011150418067557 +0.4010321369281157 +0.43482328813717724 +0.5474178152627768 +0.6262831791152712 +0.6460952712184183 +0.6113809160681309 +0.5979786192087109 +0.5511416827470814 +0.5473040173217713 +0.5945701711351895 +0.7095615652456365 +0.681921871374416 +0.6620349948167354 +0.5986662105308437 +0.5839915760183295 +0.41578613746361687 +0.2763543357218628 +0.12780221002422304 +0.07050808555970595 +0.08440780408524631 +0.07050730409017676 +0.11522047363882147 +0.2191080609876265 +0.31197343137316497 +0.40103246077508575 +0.4513610537726506 +0.44671313091363163 +0.6055091346749067 +0.6605565934697969 +0.5925531350580321 +0.5926902061353937 +0.538629489746526 +0.5342982306514807 +0.5872279027784792 +0.6579245415635692 +0.6304310932764784 +0.5962172846171335 +0.5955530128204163 +0.5546519405276732 +0.3886441528676216 +0.2629796538763252 diff --git a/example/run/baseline_scenario/opendss/profiles/load_12.csv b/example/run/baseline_scenario/opendss/profiles/load_12.csv new file mode 100644 index 0000000..d769dc2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_12.csv @@ -0,0 +1,8760 @@ +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60225761312128 +104.09634834776216 +180.76840745775831 +145.42493601476374 +128.64104573876529 +293.9328872800511 +618.6246552590725 +813.4693865361462 +807.7848169800513 +806.489210732166 +807.5501872131678 +820.1330867267579 +806.1085749728456 +655.7553705209552 +404.251232871539 +359.6907545507718 +362.33260014100233 +362.35117969290803 +345.58921936915755 +246.0909988296933 +121.60223869311218 +104.09634834776216 +131.372595723715 +104.09634834776216 +138.26477030051734 +112.61398787413619 +256.1003765794522 +218.53066056541036 +197.27423076285126 +525.0896407065472 +784.5692461382112 +800.1666716403257 +820.6891465747341 +812.6594929232959 +804.6584563783433 +808.0053410476219 +820.0774299149487 +914.8672679486459 +909.1867029896417 +913.2208083700867 +668.5866732337006 +359.79575906836936 +365.4804936419264 +253.7886244517505 +137.38043670137603 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +211.75708961423146 +225.90259173181735 +552.6990290266809 +785.3655801231408 +793.4265371692456 +822.1182136904508 +814.3277782834019 +806.4702069786152 +809.8636206942044 +822.112528688096 +916.9165879573424 +911.2663587292155 +915.2144795859638 +634.9425619272935 +360.64712658662273 +366.22942891714234 +244.85146751528808 +115.8216802767847 +104.09634834776216 +104.09634834776216 +104.09634834776216 +167.09726873648478 +166.37597618774296 +166.9442634387078 +219.69267019472278 +236.05930880057852 +531.4659011001088 +769.0979897882281 +788.860828340615 +822.5630526078688 +814.2037753437704 +806.4040891878718 +809.931615839565 +822.2805712502648 +917.6097347709352 +911.4916621842967 +915.5104515932984 +637.2442240997111 +360.57351716723446 +366.15231073549364 +246.93069263080562 +117.53951319077454 +104.09634834776216 +104.09634834776216 +104.09634834776216 +139.13034022373583 +112.60974978620287 +158.38688889360986 +215.9598652081171 +201.2206519745381 +525.030344395726 +784.8545625467821 +783.3077443121135 +821.3910125166449 +813.4098622531734 +805.3909036302335 +809.0330052733989 +821.4201993664179 +916.9578982938349 +911.1055818850502 +915.2619840349638 +675.2525946984441 +360.46721684648486 +366.30587278760703 +246.17933207202313 +213.00628720904416 +104.09634834776216 +104.09634834776216 +145.0130026417189 +167.30186104502704 +112.61679167648393 +152.32001360629133 +222.01988043682664 +203.23533140262504 +525.0280069542279 +784.5048604255556 +788.107534864419 +825.396661115808 +817.369236907314 +804.8465759157434 +808.166829919043 +820.830101094253 +917.1744338156822 +910.8854598169869 +914.7364046202439 +631.4261430548058 +359.754727655485 +362.36132849816914 +347.905022337825 +214.76093652996937 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +189.20763850827458 +206.30194963913124 +528.7912699143513 +795.3506155161236 +842.9259864774921 +816.3600917540722 +810.5625251735535 +807.1616178692374 +805.8944237574548 +807.0860622061093 +924.8718657416405 +664.3484186118461 +364.815069785696 +360.3706148415205 +360.3557678394174 +363.0548143359486 +345.52318593835145 +104.09634834776216 +104.09634834776216 +146.20448897624735 +127.20113063778525 +159.63054133012184 +168.1770023548723 +207.17867757237292 +261.9472065071063 +140.71488079179616 +314.7398736083183 +632.9244991316739 +811.7375651804498 +809.3890683412104 +808.1511822740321 +809.4886530402343 +822.0883376079513 +807.9253043367033 +665.2357274185283 +405.5329695949152 +360.4290261081684 +363.0668576506974 +363.09525878742835 +386.7725541830348 +317.7589176401137 +218.88788455664084 +173.76705866500183 +189.5156883229235 +181.59506093591722 +188.28717107621188 +204.0142584395139 +209.37498602749613 +218.56439605569238 +206.65559769418587 +534.8226250712324 +765.0308306435048 +793.0335207142562 +823.0513670946366 +814.7726733569427 +806.560616125893 +810.0148337695877 +822.330494298882 +917.3969464943788 +911.8297443597072 +916.0905798054961 +659.349061497057 +360.9588823742775 +366.6236417208562 +246.7092742877633 +117.59607334028463 +121.4814839365151 +149.9160439744123 +183.6605806018965 +172.823228321107 +181.05306918200654 +206.00136246719387 +225.04288482339163 +206.0253485867424 +529.5773546628419 +763.1546872020745 +790.259041075292 +821.0624946900799 +813.0463834696166 +804.6940071116472 +808.0776978162161 +820.1654725623628 +915.8325792062984 +909.5709336693011 +913.0368675066321 +631.2816424490188 +359.5011720606247 +365.1810688061405 +245.10146313918762 +121.59385616461587 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +163.27019883957215 +195.22744173638029 +517.8128321270405 +784.1716762237794 +834.6641221564499 +916.2921349637242 +904.6853379993853 +901.3639772628349 +874.4778737969871 +896.2181379710639 +1014.1651304185848 +898.8643991303297 +911.9562338683403 +635.439741664222 +359.688678543958 +365.50092155794243 +245.36200116048155 +115.98329627402296 +104.09634834776216 +104.09634834776216 +104.09634834776216 +168.9775111419917 +187.4085493975676 +249.000776730963 +262.9976480937071 +211.95769492092657 +532.6080414750255 +780.1731664124571 +791.8215282248345 +823.5837751028305 +814.8005770196269 +806.5494871567448 +809.9546045286845 +822.2258206472368 +917.3564225212099 +911.6707372978317 +915.3654326837388 +637.1227705761647 +360.8024368503487 +366.25010928834257 +246.3756710098454 +212.21453263589194 +104.09634834776216 +104.09634834776216 +104.09634834776216 +139.60253192094657 +112.60972850274308 +158.38622836736258 +220.6207512359551 +204.79095970932454 +531.1626054632736 +776.0651615510317 +790.126502578007 +824.8158703817751 +815.8883774232057 +803.6570566951627 +806.9880577535866 +819.0828689284327 +913.9987912596475 +908.3664250186597 +912.3652535054318 +635.5391225009419 +359.40262346336453 +362.00938474345895 +343.2663559058957 +213.19241463230748 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.15588387849547 +196.25087067837674 +520.8561447253732 +776.7336952611842 +812.1227869679633 +814.0343870099929 +807.6384788149112 +804.3409344784166 +803.0995675505015 +804.036808788218 +922.0330029776752 +667.2326016936186 +363.9687813613126 +359.3296542030265 +359.36946663108796 +361.99372746318176 +344.90244482359896 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +83.15006559548287 +313.9888487258582 +633.2449259357993 +806.2919073346759 +805.8191810740001 +873.5216207482727 +805.5673291683727 +818.5559973795603 +845.2380682381889 +653.997634342016 +404.0017575611381 +359.5315957809132 +362.2764430099746 +362.247646676342 +347.39739778161476 +251.85602327870842 +116.61746597680941 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +155.51616291733905 +143.78591029232624 +216.9352263831235 +198.8623841652041 +526.2952905620295 +763.0268996009427 +787.1314632369288 +819.3341461317152 +878.5938053166348 +869.9289015501985 +873.4630966950167 +818.2080732776762 +913.3562440638672 +947.9724171181407 +996.2245789212126 +635.1398003943765 +359.2181543518223 +364.861617494903 +245.0987004902951 +115.67195622399902 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.78585815079768 +191.88256780123893 +517.2581884504481 +783.7405657482319 +854.0832296009547 +884.778486614852 +810.6275960280879 +873.5758202185127 +888.2382798491881 +892.0805474197682 +992.9165677779038 +989.0790064018482 +910.9421608454543 +632.0386148973771 +359.1341409100031 +364.7607054512684 +263.1660743379041 +115.72726469697066 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.4485820124229 +209.19761107584162 +539.4128443586113 +786.2123440314125 +790.5340651888139 +819.9267504273704 +811.6103988410979 +803.6455331662189 +807.0393975663361 +819.2297053560982 +914.1824138565916 +908.1738309664875 +912.2175179783004 +657.125701811739 +359.48182252804685 +365.1261246297613 +244.901977295157 +115.75220547505918 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.2712823134147 +195.9208928406131 +517.6865164025776 +784.0712196462738 +893.7412813586427 +905.0105279978959 +812.0017637930428 +804.0467205270268 +807.4308253478958 +819.6437860277168 +914.4791954268942 +908.8021667342783 +912.4930845402656 +635.6727963649839 +359.5828207552187 +365.2027711922288 +244.88827359754998 +213.62634416698606 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.34634373879075 +227.5287393843877 +539.5943873105527 +784.1735190680607 +786.0976685783332 +824.5684127033869 +816.9384323755722 +804.2545141940234 +808.4076253123109 +820.0695588756614 +916.3235979227691 +910.0086528895976 +914.1467250182606 +631.733566788072 +359.9935691056276 +362.67795144639433 +345.4063702995538 +216.33546190243501 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +196.82874264801723 +203.4674850312956 +524.1714349095937 +775.9621983347035 +813.6878775761062 +815.4343698561652 +810.5153890256041 +807.3163864429832 +805.8354569929501 +806.8646029074424 +924.4466181818266 +654.6914808942839 +364.4856417022126 +359.790159694332 +359.793621120032 +362.31848575361374 +345.0847174637494 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60198993944599 +135.27273966578412 +170.80009301620862 +137.2491984809961 +294.66764043611414 +618.4553598648347 +863.7664954225847 +807.4777491436988 +806.9060131143284 +807.916374182486 +820.9489390295071 +806.4153924430104 +655.6020714437702 +404.07468405513646 +359.6666308244455 +362.2109244104356 +362.25584479899317 +350.13626794589004 +252.09796172002032 +115.26350659923348 +104.09634834776216 +104.09634834776216 +112.60224262741063 +166.19006886407684 +112.62102042528977 +188.43336595357533 +227.62820765284312 +206.5856574950201 +535.8076849042266 +770.3264861208904 +791.867645398396 +822.6307811734342 +815.3525248968806 +807.5311549782598 +810.7943699071766 +823.1409447364374 +917.9481280403164 +912.5797914937563 +916.394365353693 +654.2180877630594 +361.19829570661193 +366.8185368543432 +247.91800800801664 +158.48137874818332 +180.28556988638877 +169.42496373185534 +215.48260452682726 +158.97462603597157 +244.2133490669102 +288.82737744852784 +272.6053355508343 +213.38064925328527 +532.1347677650714 +773.6534203355169 +792.8346085569121 +823.4403196737874 +815.0521664535161 +806.7101645462367 +810.3565849280405 +822.4193655655807 +917.6811605592825 +911.6619369103923 +915.7771007518164 +637.3844886061333 +360.7428932682439 +366.3468754727604 +245.651686946824 +115.88652824724714 +104.09634834776216 +109.76669205594949 +112.60265305941225 +166.84772029005637 +112.61923370537457 +199.35544924703453 +219.29452854445694 +200.47010263216498 +531.4632472629862 +766.7350957958148 +792.8338293395329 +822.3299156059172 +814.0929438932496 +806.2255266664733 +809.3789756841869 +821.779600697402 +916.4530023862283 +911.2689333579278 +915.365527069193 +635.0717432358953 +360.6238742332581 +366.2096085862862 +246.54884309743974 +117.57665604255278 +104.09634834776216 +104.09634834776216 +104.09634834776216 +154.98154509292382 +159.63170617061797 +166.10145403208813 +220.55585920439637 +204.42514152245423 +525.4506524139464 +785.1162380094926 +800.2926531094549 +822.1399940318333 +814.1748770576328 +806.1417156429145 +809.1629597980246 +821.4148371016233 +916.0506903602658 +910.4317669754585 +914.2725771462166 +634.698303571804 +360.1198081552286 +365.7268314117398 +245.63973485833844 +213.54377883773293 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +170.36056407884934 +227.32544940089045 +201.47224298546243 +529.4683793589538 +767.672578400836 +793.3365980841891 +825.3390445124659 +817.5019411863702 +805.2627614530688 +808.7929620822597 +820.9254648549318 +915.8476489274509 +910.1390327650149 +913.9701684577409 +631.8355972492656 +360.0451661318065 +362.83041798381703 +344.31908520717167 +236.76392089545172 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60224230691949 +166.35610241096418 +190.80333598938353 +224.39444312069207 +258.90766785855766 +531.1851184833465 +784.3845521127162 +815.6301296538181 +817.5936503347635 +810.9070417610449 +807.8130869237657 +806.3114360498317 +807.2359453807577 +924.9604025024804 +657.125864016204 +365.4168784693418 +360.7637220913164 +360.94880772251753 +363.47708347423486 +345.90507438344486 +122.03379294382026 +166.96490332694907 +166.29395507536216 +145.0451073820013 +159.65139274232763 +135.77643183823577 +184.00907673470775 +168.62343719590078 +143.92844951386752 +306.6850907292752 +641.9538287745712 +809.7798113285905 +809.3157555508211 +808.8223230342459 +809.6374917896738 +822.3043366438927 +808.3748694962443 +657.1955647913497 +405.8328975972163 +360.60197023378055 +363.4202402422228 +372.0914007832472 +421.6263439753575 +312.5501161189568 +181.29487482956645 +173.05054069135102 +179.96655828693272 +178.21604956635542 +135.83235477841393 +176.2615887012395 +231.26032612482138 +217.80538065998795 +206.4019593761672 +532.49335736476 +780.6202999865282 +790.9097296516363 +823.5591949404821 +815.2948259653066 +807.5830008848482 +810.9543475230837 +823.1242426089644 +918.2556117136564 +913.2195389584241 +916.8792313590302 +637.8340744279818 +361.0867508188486 +366.59455063071334 +246.4205058764087 +117.48216282843941 +123.93537009308186 +152.71966195842654 +112.6116246509163 +121.14547999606404 +165.7296456369669 +166.96001904823618 +218.4352484370319 +215.9277853738466 +532.1149393899066 +773.7168716400017 +789.8289027362403 +824.4576189617931 +816.2356675375106 +808.3677004707077 +812.0094556675709 +824.0226932559964 +918.8995026154315 +913.0557738424548 +917.1612038324562 +634.9166049608162 +360.86369504418116 +366.1216523062721 +245.66975903379122 +115.83400188347541 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.40651617986228 +194.8587879692665 +521.0313132545178 +767.0543733200607 +796.4219618851968 +819.4657956066193 +811.4299867551347 +803.53719910625 +807.0994895344883 +819.1702172131037 +914.5934466627311 +908.7377264934944 +912.5149894383537 +646.4335573754438 +359.51650181633136 +365.14952609816305 +246.61472532985152 +118.06583372012251 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.28949094643988 +222.70404397189466 +558.3067781424857 +816.7579245728508 +785.4119253536867 +821.139799369809 +813.1888875001138 +805.2422251167934 +808.6747067780241 +820.8259891583402 +916.0981139224905 +910.1136355234692 +913.9240578360013 +668.7639502061734 +360.01920152479215 +365.6794785935481 +244.91704004354887 +213.77483984506713 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +143.77927931210473 +223.7316846664133 +232.8183146973856 +524.8777701863083 +775.5423299321106 +788.1515437530622 +825.359423960515 +817.1301740721597 +804.9362303501001 +808.4643265196632 +820.6561459338858 +916.7352781855898 +910.5403025938963 +914.6915221130001 +631.6358491327753 +360.08453704648144 +362.76753610109296 +345.49080850033795 +216.42468184286946 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +139.13775051810364 +143.7896234873262 +220.7748713933631 +211.24076809653081 +529.1737093191443 +771.09724912334 +819.4190459062652 +817.2422622318721 +812.1960117172929 +808.1147637024717 +806.8498770966902 +808.4215899484395 +926.6123327799381 +658.7467335061853 +365.5729354338606 +361.0627495483223 +361.17140293923944 +363.7334063518557 +347.02571618241944 +122.05653318294232 +139.26859941630283 +112.61243007582493 +153.55798327027387 +180.53125601999344 +168.1981059568725 +223.39932744471315 +318.38031687013915 +141.13051162170512 +326.3473317569084 +641.1043792397649 +811.1865526768883 +809.9947313564682 +808.8295231255045 +810.3714638846646 +823.4008672625013 +809.5164726655428 +696.9928847420072 +406.93927141765516 +361.3129394019583 +391.35816534765945 +445.24463827336 +424.0861457228392 +349.10590644798646 +206.37085956021403 +221.44716286382413 +214.0599775583636 +222.9464673189821 +191.53623677030208 +246.89708166271063 +280.34047055688495 +256.8517858872851 +216.4389762004309 +545.9101575124095 +777.9452146646153 +802.3754365510467 +826.278325183404 +818.2379009167526 +809.790516393334 +813.0335822227994 +825.3836583551573 +920.1858835067745 +914.7729319216103 +918.5981234295442 +659.8519581341103 +362.1838798932823 +367.794419729929 +270.46258867826367 +167.07440257866318 +169.38614637223816 +167.55557079966295 +217.9286634903543 +216.47810804250207 +248.02674675914463 +278.32278964426627 +159.80301507706227 +215.30354180846987 +543.8341493561479 +780.1075137787974 +791.2387117868043 +824.3241866342785 +815.2852299341926 +806.7793038096801 +810.0816826758884 +822.2675007338372 +916.6727474720127 +911.4063475834403 +915.3355154755815 +634.4526260329143 +360.59688404504243 +366.23747689103953 +248.37176472438972 +117.63665042520185 +109.43521481760813 +119.49458376583804 +127.19827249910013 +169.08010232991154 +135.755206705512 +257.09891651194596 +158.38289786276502 +241.9498665142685 +574.8132160993958 +773.4101097331874 +788.8795270607327 +822.7584780856301 +814.7209754615203 +806.8989580819781 +810.2555574436902 +822.3411618808325 +819.4513770703807 +911.6191663159827 +915.66601897492 +635.2274671682111 +360.94915348984745 +366.9589723971868 +246.38147421132956 +116.06165115626159 +134.69062576712682 +146.49870646949512 +112.60654599044581 +112.61576604676824 +157.09329744556965 +213.27036470825473 +128.47833349217595 +197.41540487170792 +525.2138930532633 +785.1477804260203 +804.8303977085012 +821.4753547955315 +813.1506594321418 +805.3281303254369 +808.5604167468981 +820.7162886079499 +817.9347693036758 +910.1788763485938 +914.5013840339388 +643.0428645540372 +360.26173946920864 +365.95461798711017 +247.20745782674075 +210.59286327628547 +104.09634834776216 +104.09634834776216 +104.09634834776216 +166.0376043395437 +165.54727173330414 +188.13767613035873 +128.1397611073147 +229.51061627000882 +572.4991665745841 +805.9257573894391 +798.6748582304234 +825.498410998705 +817.8480415099892 +805.7735424655493 +809.348736997444 +822.049625337547 +819.2832636973667 +911.8107674085111 +915.738131251333 +675.8919813626482 +360.9584517718949 +363.4895213592338 +342.6093089539275 +213.62236229962733 +104.09634834776216 +104.09634834776216 +112.6021795427376 +166.47170246615593 +112.6154743193164 +188.46434180412803 +147.20117418476713 +201.9440521307861 +533.7946154941652 +772.4857301536942 +830.6409644128782 +816.2796567750601 +809.3599257799585 +805.8467619183147 +804.3378380907093 +804.6965839275288 +824.135657921142 +654.1589437520145 +364.1539513689961 +359.5251225154198 +359.5033554640176 +362.1789875152365 +343.192760796587 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +78.46689184464584 +294.44973359309415 +618.4496445271087 +809.9093105619742 +809.5364551892053 +808.6686027815322 +809.861244364623 +822.6577279423007 +808.6194866552166 +598.6676988986268 +406.49779193414975 +361.15431855861044 +363.6541687315816 +363.525275970491 +400.98299358247465 +314.9977751241374 +196.12093753114252 +198.7701959318927 +186.99205117501106 +191.9570391042937 +249.7621652554896 +253.7283949910479 +221.74221478068495 +155.99340625601852 +214.5650135269478 +535.9938351735202 +774.547624679419 +792.8330662491835 +824.0728162566631 +815.6691773251767 +807.5173533849832 +810.6788458280643 +822.8063678802316 +819.7156229880721 +911.8344531255693 +915.6857028063354 +634.489555178878 +360.716837491634 +366.468517749522 +247.72577391264184 +116.06642346970577 +128.5577458722606 +161.54224769192885 +203.98509055704193 +127.2350755195577 +150.4169957025212 +251.0651032721771 +158.08184638122412 +204.7047039266658 +535.7012310264157 +768.9509520807072 +790.231680165558 +821.6107015741201 +812.9493481995205 +804.3488033954941 +807.1574391077389 +819.4929636383265 +816.6753140184649 +908.8474949366725 +911.7026771347005 +635.4402731048091 +424.3911637893148 +364.67638288939884 +246.0976225808737 +115.7349102665227 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.54770059592127 +191.50625668004042 +526.2271464869989 +771.5915600180149 +791.7827279116656 +819.9102205868605 +812.0599387394828 +804.2095427120167 +807.6771441178315 +819.7947073796429 +816.630127896689 +908.9490491126476 +912.7794581827687 +635.7858572559311 +359.5896686836258 +365.4478637771452 +253.79692349485748 +115.76110515600914 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.02163812277178 +198.73573089003594 +539.8935429576214 +784.2687143386593 +798.9366338841248 +820.9840298801746 +813.1613720343086 +805.3334592501242 +808.8191125421342 +821.1238719766632 +818.1282613975559 +910.0962004179067 +913.7427137558047 +631.5937662525581 +359.93824939527883 +365.5247511084772 +244.8011637719199 +213.495403190851 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.419181351539045 +198.87410722860912 +517.681335063958 +783.9972933307213 +781.3610846066678 +823.3789189939944 +815.6052898427163 +803.2933166563184 +807.0132767068148 +819.3154292838602 +817.6735701377892 +909.1522697727238 +913.2862224325993 +635.574509587481 +359.4918963512804 +362.1628392609355 +347.1473031381665 +216.04251310976596 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.6044195582491 +198.23043305551556 +520.9896027943981 +777.7896775485012 +812.9869047650694 +814.5101942116813 +809.0813906625442 +805.696957244901 +804.4559518620093 +805.5671430721459 +826.4530152506179 +699.2239295411676 +364.1860448742796 +359.6290109743295 +359.6801292610149 +362.2246753813325 +384.99233791497636 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +86.04884053030574 +307.1535984101507 +618.9981332665915 +811.9556289214477 +875.0882770216014 +805.5372905387524 +806.3906732578893 +819.8133249265995 +805.4343564785371 +556.1562635467327 +403.5556264052542 +359.26697238946 +361.80760669271984 +361.8116673797846 +349.8714896480887 +248.46496965881602 +115.78547440936188 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +105.06714488748885 +199.55553285300562 +526.2734106555853 +766.8186337761622 +799.8424129322701 +819.5644298320262 +890.162472595803 +803.6828714029454 +807.4695179676664 +819.3798592260938 +817.069808152386 +909.385718175311 +914.4701220761041 +636.967258214528 +360.6142734042675 +366.24961765998967 +245.71859850212385 +116.04250504519247 +104.09634834776216 +119.49500706781546 +170.11967553540634 +127.21740452191315 +140.66678204721782 +222.27413107013857 +181.20138948148175 +251.64817804673058 +526.7155180554242 +822.7657052157858 +789.7911376933943 +823.9515684065477 +815.7284545233521 +808.054850216252 +811.7017055403198 +823.3708012577316 +820.4032395154005 +912.3133563424408 +916.2037165380735 +637.5924968326484 +360.8979424635252 +366.6037920539365 +247.73608338624283 +116.09226949985504 +114.98557473190314 +109.766892329524 +161.21824700958624 +180.3071581476942 +127.20748408118536 +206.1947223295041 +166.42252598774672 +203.04865297173478 +524.6804515544802 +762.9100872243688 +865.6315592176172 +899.3975015127007 +899.528602565809 +898.9696760408577 +907.9121806858077 +877.4659678411823 +858.3382470174497 +960.2195810296448 +1010.7780747010956 +664.2971688799827 +392.48945218186753 +412.36064154136903 +244.4799506419906 +115.75721524311327 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.51019593216539 +194.41556024970083 +517.58073290995 +816.3416662138868 +796.9250245580876 +820.0586368111664 +812.292172595325 +804.0909087087688 +807.5233899669223 +819.8416175849668 +816.9022948300327 +909.128147625739 +913.307921179312 +650.0251598533895 +359.9524451524418 +365.73416267773223 +245.82989606545692 +221.8410851246806 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +169.5935780490173 +117.48211280363721 +237.31106029107855 +556.2763295853894 +769.7589002894672 +790.5999841826315 +825.345538562073 +817.8928216886417 +805.2693101047439 +808.3936389755365 +820.7468923867788 +819.2606790158857 +910.9617920299415 +914.762149523224 +634.5260831143668 +360.2413084075741 +362.9368056818424 +347.8097027446634 +231.59798946857794 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60266855923703 +181.73492033628222 +158.3805124187951 +127.09786166608038 +241.49599607071713 +528.6282812742478 +814.2647962511863 +815.1831165091974 +817.2091762073347 +811.7857051648498 +808.1885929999569 +806.6550690449803 +807.4477710274355 +827.733016446221 +697.6542847409921 +365.09140653838955 +360.52908625058444 +360.5575129911852 +363.17937562635734 +346.9088213618353 +104.09634834776216 +108.34926403833938 +104.09634834776216 +138.99558527331186 +127.20435977700771 +135.74089732597454 +184.32082117185735 +69.97858853254459 +137.05921322546322 +297.0825713024892 +625.3578254317104 +810.0645143795264 +809.0065041301584 +807.9335366048743 +808.6161215923958 +821.4462008316452 +806.8589394641066 +558.4292662279105 +404.8898869368986 +360.0194045466125 +362.59301397836816 +362.4819996693286 +347.41607544033405 +251.89510700591927 +112.88084576066613 +104.09634834776216 +104.09634834776216 +112.60224194160864 +166.27936287909483 +112.61278076267602 +143.79925763332636 +117.53895206906815 +200.52685557074872 +529.3006331647613 +763.1483566257219 +790.5718867830344 +821.9307715271403 +813.6107522664145 +805.602194897672 +808.7783536034341 +820.846605827793 +818.6633616989858 +910.5152688602635 +914.6707578779871 +668.9510850537483 +360.3766490735516 +365.8871402481308 +247.0370887253368 +118.09899093694145 +104.09634834776216 +104.09634834776216 +108.34942127548615 +146.2014401159285 +150.3385896579128 +143.80264084202017 +117.59317643705049 +230.53961359589468 +528.2656487955561 +775.3886616722967 +786.1098332341471 +820.2315429373683 +812.1551397738363 +804.0776712130147 +807.1436333425048 +819.4948729347102 +817.4900857015818 +909.4540975471549 +913.4395072030542 +631.320392430972 +359.8254110159033 +365.5626330827911 +245.16130275612161 +115.7347532626081 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60236784598276 +167.6636549766177 +176.22371459420327 +124.13409465647081 +206.8693650678308 +528.1480735105506 +762.6325127450028 +790.0878177338099 +820.5732277971169 +812.2425019950335 +804.165976038045 +807.108622847007 +818.9116300878458 +817.5096387983252 +909.3932020897862 +913.375230037769 +631.2213928552222 +359.7021240164009 +365.0889560217864 +254.5326166678583 +115.92144766832247 +116.77945021624122 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.72074346005354 +198.81304440362922 +517.4153999833808 +783.9004065888652 +781.2548058559992 +819.031637616797 +889.5449982726278 +803.0493988292541 +891.4068456985922 +818.5428977096037 +816.0219617060569 +907.94088526008 +912.1727699762477 +635.3527061915952 +359.40226651711606 +365.11250725289324 +246.6880038418273 +215.45703418956887 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.3371431406695 +199.52992749321564 +520.3187392930248 +785.3866866997365 +812.1876166543161 +824.8966796232355 +817.7624244593411 +805.3016738466393 +808.6809778135273 +821.2000488851869 +819.8929802175737 +911.5660340764248 +915.8529775441401 +675.1009467848501 +360.5204230049962 +363.1943545363953 +347.95070408934555 +218.29039209751656 +104.09634834776216 +104.09634834776216 +104.09634834776216 +112.60216366280349 +166.53310530262928 +143.78558708651116 +117.7790115765086 +202.08574091968438 +528.0686609241575 +770.8048109347793 +833.4839290837937 +817.4436205506063 +811.9967644807697 +807.9559616840617 +806.5349017903169 +807.6540495966933 +827.7306447062759 +680.7854587482942 +364.85267329357913 +360.1900870595251 +360.1838462492702 +362.83528288972536 +345.05133442565926 +126.28504754901049 +104.09634834776216 +139.9261071997509 +167.5358832844935 +112.60840692113872 +145.0522217890763 +213.94126246887717 +134.8976856968464 +162.6535844889377 +330.5326542957933 +629.7077029657136 +809.9034962581422 +808.581838353994 +807.4378382046099 +808.3800968772144 +821.955293786387 +807.3153689840885 +558.942618857203 +405.707777016428 +360.5282491059957 +363.2291851790077 +363.26674143712603 +378.6650440446294 +297.05350727657856 +179.64191480546583 +160.29610690203774 +159.96039851481225 +127.20826878838099 +134.92418873799852 +135.76640819805365 +202.63702755963325 +121.2351003947456 +215.73062322736791 +531.0492142493991 +773.6876992309394 +792.2162218738115 +822.6833006916626 +814.4345347424364 +806.477587847045 +809.7794478869513 +821.8746002033909 +819.1437195315652 +911.7188925118271 +915.7430741184075 +637.0725385016523 +360.8128232582211 +366.4489326213982 +245.60829157882762 +115.7834766131219 +131.36275199691286 +147.00959050786338 +150.8769664119872 +112.61041923159368 +157.03660161966548 +158.389223901007 +122.24458085547303 +207.62599922637563 +524.4131160784525 +784.5439651322429 +797.841612167247 +821.1631224942603 +812.9471644811524 +804.6435170810724 +807.822104377531 +819.9776660017759 +817.2759779313795 +910.3122284527078 +914.5727494387047 +634.45172135743 +360.36405601772583 +366.03599484616234 +245.7004768230919 +115.75574077916322 +104.09634834776216 +104.09634834776216 +112.60230534141039 +167.40007710022005 +167.00407148821077 +143.78740560301983 +123.87466600734798 +199.2832885686579 +517.4104803720297 +783.7622848690281 +783.977422117713 +885.6019801376096 +881.5194815054286 +868.7367615016942 +872.1060470266017 +888.6054803330943 +815.2727686587781 +907.9825913422892 +912.1906286952077 +635.2867520375714 +359.3516209681686 +364.9957232472895 +246.6606170737738 +117.96883918184342 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.577978059711796 +192.17705203779218 +517.1231545717037 +783.5441537147841 +788.1204938597976 +884.7178382431881 +880.3782307546179 +869.453715152274 +876.4051006660505 +892.5462820457425 +886.816057550109 +995.0606551429056 +978.3311900563548 +694.4635130320777 +359.25620184865556 +364.7160112775715 +258.69068508829184 +229.94820325097913 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.942653034136356 +220.85703688662574 +543.8450754885635 +769.4495547104128 +795.8827854205108 +823.6545745685853 +882.538114410317 +871.209328851511 +876.2637153000597 +888.9634508348784 +896.674273206418 +974.7437611923083 +992.5194478818527 +697.3622771542998 +425.53814643629397 +431.1694802569461 +346.61277221849434 +216.45848303399816 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.963188879991876 +191.78063853570788 +538.5616949828501 +776.813472324675 +884.6097379684549 +894.9622946879581 +880.8916367330343 +877.4451571957153 +936.4988195180681 +884.85923931752 +900.7128980502183 +730.2854803900593 +435.5849787325775 +427.4434487800299 +424.8066501946882 +430.0177428892763 +345.57718189364397 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +39.06720772254107 +293.62704113741745 +624.8588354162131 +948.0310020695995 +908.721370642912 +955.6954208812595 +776.4438330779774 +862.6090224765017 +774.6553772692015 +596.3158242925277 +401.2280621008168 +400.1850541671984 +404.14743784155814 +400.6720019109233 +346.7515458636948 +243.0748895047936 +115.59617262816536 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +164.13716667570972 +210.97717554211326 +554.5829669492738 +783.3339844249961 +856.040433802091 +894.4867628983477 +901.3449652175763 +910.8731123725233 +917.6198900765309 +946.5835063506984 +896.8548076690261 +924.8945535385484 +1015.4856963560525 +670.2889448883302 +427.86031044589413 +434.77482688861977 +241.33304061068827 +109.83532233518072 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.12909234153724 +186.5392165793146 +566.9582107680236 +872.2753526572156 +1063.349674911497 +1186.2125849170282 +1179.450382632105 +1170.3407554982539 +1170.0017942366812 +1180.719674819689 +1169.9645520109996 +1096.795987017212 +1129.084790838175 +711.3473021245343 +441.97013811020827 +433.3603705799836 +242.43193560723583 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +246.92118530027682 +240.05419902243776 +583.1335383671146 +962.0825559884331 +1074.9610219211947 +1178.3194051075443 +1172.4880395122723 +1166.2850022506843 +1170.7431272839756 +1181.4471080009862 +1179.805730073385 +1171.8997738295843 +1199.5480734662142 +785.2767404078677 +462.2011073709771 +440.86756324379377 +301.09410089911034 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +167.997129744659 +166.57308977678866 +501.0418237810377 +745.2179554599338 +814.9357970690185 +947.0516260684083 +847.1714386679806 +1000.5125026198963 +1028.7197998901527 +886.1294076041487 +932.9247118293612 +920.7535239329839 +1040.31193589219 +645.2495359193164 +458.73965194063413 +409.52314065588183 +242.71999206074753 +215.37797525109104 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.68628017621345 +187.2491088815226 +507.609891531376 +750.9403899975938 +852.8146647427092 +882.4441944955549 +870.0366392239418 +862.6027300593313 +871.3786429129216 +809.7521207091236 +889.5932348930113 +884.218750415738 +912.2882276973385 +660.5515969307038 +358.9585194665173 +361.5772693594516 +345.19733172112603 +216.26181990016303 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.946992950358506 +211.3496899544573 +538.3535664588895 +779.0634820610771 +812.453905158822 +814.278028690086 +809.3518229408621 +805.7932353024794 +804.2935997315773 +805.2252151405693 +825.0657066045843 +554.3918804297972 +363.950885318127 +359.2548514684439 +359.2148193133565 +361.8184588773982 +347.1744943986159 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +75.18644521817764 +288.18198992840837 +638.777593016176 +806.2574615410401 +805.9131778763335 +805.1448182589033 +806.1575913321001 +819.5613972369176 +804.639201418871 +595.507091629437 +306.1118259365195 +359.55719422899335 +362.2569907433783 +362.30600238846233 +347.8166200904125 +251.92011167828423 +131.36683868129907 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +101.02253367537057 +199.87481631402133 +531.8524740407023 +786.1569962192181 +792.7867275827526 +820.390971313786 +812.3492741891451 +804.1510677067076 +807.378781481738 +819.1699321028411 +816.6523052516529 +810.2242551202831 +912.0902210827726 +635.2912536444846 +359.43834317830266 +365.1385927616198 +245.09120511703057 +115.75847136034308 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.5509147073638 +195.8247888486363 +525.1876212875552 +763.4949196865207 +795.7358425978097 +818.8004749893034 +886.3887676573587 +873.6579255163143 +877.50940590515 +892.5261548937847 +816.1172089810611 +809.55142572927 +911.9393394895077 +631.7366900285051 +359.16028504680037 +364.820912220775 +245.89035169144594 +115.6216057658846 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.84407268379875 +192.0265783343091 +521.7978047147516 +765.9638693230156 +844.31530982111 +901.0403828894841 +930.2783977775722 +905.4943676033464 +848.0632226124467 +927.7540577776151 +926.2079506907511 +916.7293381975944 +1009.1998218627267 +677.604153996291 +398.62092351563916 +406.49572562003493 +247.11974058219624 +115.67705513607292 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.06157392058653 +211.6061180351103 +571.1341374075542 +765.0199740698291 +788.8707528605665 +819.1918049590471 +811.6080955363418 +803.757942590018 +807.1395726239512 +819.0613878801238 +817.9797252479465 +811.4041673578156 +913.3702458788587 +635.5806089649453 +359.722401954348 +365.44331706737256 +245.4706280929242 +215.06146710561765 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.37022151051444 +195.44174039011304 +517.2271184020433 +783.6903805498105 +851.2487641209173 +824.199265150219 +817.344224370603 +804.1108826365269 +807.709240623235 +819.5360585280765 +818.8283405528656 +812.2409734918397 +914.22887536312 +635.5556353793002 +359.7219788302846 +362.40860817889387 +347.9487375425873 +216.60663470356477 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.296829873250566 +199.24044524913938 +520.6305813508194 +777.9733180305692 +867.2400219769779 +814.6944673033586 +808.8730819434691 +804.9316178070574 +803.8147747253063 +804.509277267029 +824.6519927594286 +557.3008584988056 +364.0306208771813 +359.40770894438185 +359.34977065212183 +361.9360276842743 +346.3861337534588 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +80.64105977961546 +291.7140123690063 +639.3065950614778 +814.8069539704426 +807.2972156711471 +806.197047559509 +807.1615502364973 +820.4535994502843 +805.609219545405 +556.518101365843 +306.6784403843625 +359.8020925075423 +362.56347999146925 +362.62306830507816 +347.72302160387926 +251.85555990488155 +116.5958966269395 +104.09634834776216 +109.76669205594949 +104.09634834776216 +138.57512627487242 +112.60617929078255 +143.78971653665334 +118.41112850957921 +198.68149523786218 +526.054452350391 +784.0528855631528 +789.6219046628523 +820.3386826380197 +812.3709147919832 +804.7378377703208 +808.0870610514626 +819.6261722426027 +816.8760950701442 +810.7890816466428 +912.6554287015766 +631.1420767789529 +359.6349111954161 +365.3205037794394 +244.77629572036673 +115.71796156542167 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +85.19656527147099 +198.0099881212158 +520.2672164537956 +763.2207954796303 +795.3667056521236 +819.1885993478957 +877.86937547587 +874.1702693660247 +882.1099632180529 +886.2541055353228 +891.0093007766708 +879.5875655841631 +814.0512120682633 +631.6274886057132 +359.0376975244159 +364.965137527191 +246.23233142099875 +115.63242776495322 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.30900845601805 +195.25005698133947 +525.5187699959251 +768.8863677052718 +851.1051217288435 +905.2572397314269 +910.8626753743495 +888.3430094304308 +923.0213097743812 +890.3182979547839 +888.2183329249746 +876.9459343914593 +882.3783228894997 +626.9985547203787 +359.0074477430549 +364.6552213180094 +245.55457472919477 +115.6260506961897 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.88804315429524 +189.98249755868653 +538.4774266522115 +766.6008931957522 +854.2701930964779 +887.0668728468168 +879.6605033189952 +876.1144169883147 +882.2611062172643 +891.8367868281688 +891.0822807887671 +873.270255939523 +889.9990508167629 +697.8176729050662 +371.74103134047766 +431.9743878820242 +241.65986388055543 +213.4307846555968 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.08486477840663 +190.3496900096166 +521.9677431972628 +783.1279125793449 +865.0546112768689 +902.5585234425805 +896.7676623960799 +911.9635435200945 +900.4777261829224 +904.143168504551 +921.4411652490018 +892.5943722162837 +900.245379218771 +694.6603462736088 +424.78255186448723 +361.6082866001535 +345.93582091217024 +213.72213233182154 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.96521095076529 +204.32411660446388 +538.0434526225396 +766.3090959578196 +894.2912178970853 +911.1928332037282 +901.9300612944799 +882.1649962869602 +908.0142883724644 +874.827921756123 +897.7289819363878 +623.909070479197 +332.43827010425235 +428.42243660755224 +428.1012677457639 +430.62415575953423 +344.96545263417875 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254107 +293.38088661310985 +624.6697900176117 +876.5537591580679 +871.5097793117693 +871.3784775215516 +881.416705393097 +914.8016247715448 +885.9679375403933 +623.7904914378527 +371.75766167803306 +261.2603101878855 +361.67908418992846 +361.70803254662303 +349.28711211339566 +247.36239643245358 +117.03422246255228 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.646656905868156 +199.8796048216292 +529.5474277341053 +778.8563806950408 +851.7856342213569 +899.0111124827754 +900.4328970749859 +885.6097236065943 +864.2227327197356 +903.9977430057221 +925.6906093631644 +876.4801875255487 +882.770481785063 +626.7656911733815 +358.92838232262346 +364.5914760687806 +246.203462730244 +114.43624549085227 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.969201044523295 +188.3810309763575 +521.8570369546904 +764.3549775174434 +795.3453796078046 +818.6182704641659 +878.7076627252192 +803.6370720306346 +881.3874360093337 +818.2700026006083 +816.0594894567747 +809.9588985957963 +814.0583947399185 +653.4550789647235 +359.32096889713785 +365.02135848670844 +245.7198080456392 +115.7109114871139 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.5504508596911 +218.52437111169525 +516.6686227525253 +783.0343269507771 +824.0442522831153 +888.2412578604853 +876.5151253264313 +876.0409291302069 +875.5345079502399 +884.7345310865653 +885.8537874214551 +809.0515141607257 +813.4476819191168 +631.6454825715439 +359.1265953321091 +364.82440395476164 +246.7708735307773 +114.48580158369728 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.53429421404149 +191.6262011075161 +528.4739241457153 +761.4766735992525 +834.0348197216321 +910.3021591685923 +881.0300784002784 +886.1701631137859 +810.9711224927256 +859.2584125281425 +785.4339908965474 +897.9367015588094 +911.962791730237 +641.7057816902886 +372.2702931076013 +433.06486617948855 +244.8900954401729 +211.72803182801002 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +60.62092420306728 +187.3610289230294 +542.153914719066 +866.4950170207561 +913.4481764321199 +1032.2852855759552 +1046.1599435894311 +1032.6624304659688 +972.9238281413134 +963.5956131612712 +921.7056368525555 +892.5030518727363 +895.7357226077672 +691.0963802943742 +427.7661534483179 +416.79353608602287 +346.66831831048427 +216.19702274846915 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.11231119167725 +180.84798876116332 +571.345087177259 +837.8690988358778 +1019.9493080986891 +1027.1908950583793 +1090.8930562138103 +1067.8211178018073 +1020.7923704960683 +959.6800175790786 +907.0672665002719 +636.2496627347782 +342.93090720671836 +427.3580839444504 +421.27753615535823 +415.6302238633991 +344.71017278154545 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254107 +276.51318881193913 +606.3196695967893 +858.0580458904401 +862.4390621792875 +877.0483134990799 +917.3963494415983 +916.6201192963011 +865.930666818195 +631.6612451539283 +401.76141563362705 +290.82617962579246 +398.8570269328621 +397.6864238893513 +347.06130805647985 +245.86871159845612 +109.79806105787813 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +66.26094755626653 +187.7154424680918 +513.2091108075495 +791.4326177214308 +841.600429971305 +887.3813741295598 +887.7849365400939 +802.1135207938389 +806.2566553608681 +818.3841171175052 +817.0519526897976 +810.6817320758663 +814.6855195098931 +657.7162857385022 +359.20241762299 +364.7973354422109 +246.39208436755234 +115.66492702840598 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.0300917689168 +190.28301378152432 +538.1972305647192 +766.1911277607422 +854.0931717044931 +886.9209981579769 +895.2106708284921 +883.0206158243636 +904.3460773605842 +909.6242866580093 +901.7406390560407 +877.6033457300426 +836.4545788653788 +642.9415766488687 +358.89545700641605 +364.4657569406167 +241.71873161472598 +117.02135380319069 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.939149210337966 +188.42617063727806 +521.807667184486 +782.9956377559139 +912.9777952327054 +954.777499352635 +920.7109178180541 +849.0911165618919 +920.6334647859462 +912.6389941654273 +902.8483170194374 +876.0584455182667 +813.1724278198205 +634.3733557983871 +359.04407707275124 +364.7282083620375 +245.22503280798256 +115.66118946843898 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.92890584786675 +208.94393646722912 +570.4477729909619 +771.617199888587 +783.216665354172 +883.3550347614594 +880.8535391837121 +867.5245621769884 +805.4635126051569 +887.8998451720553 +885.121036888914 +809.418675260019 +813.552651059061 +626.8944425689543 +359.06590597601854 +364.7707952061187 +246.92336975690918 +215.58469672138932 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.881116574546695 +193.54210055336068 +525.4060117142466 +768.5826921270036 +788.2286786607714 +822.6927827395344 +814.9868370388015 +802.3462976989242 +875.5042115914412 +900.9568079392753 +935.4528213920793 +902.5569932889617 +848.9522740455591 +675.3670742807867 +388.2128711182723 +357.1750863328475 +344.4103259971051 +218.7676074031618 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.90745950861527 +191.00025491922108 +538.4067268622696 +783.4868503787717 +811.6038181635167 +813.5140814358413 +806.999930608004 +804.3727932436636 +802.9556416576484 +803.9638320591597 +823.9948130286574 +554.1915070740803 +266.18878432665485 +359.36539548952044 +359.3128247997131 +361.92949692139206 +344.0844258061147 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +81.58155635375057 +295.8159202766672 +622.4908337264469 +811.980014819918 +807.5542267952242 +806.0730870395765 +807.0010920536369 +819.3925976966833 +804.7791262708649 +556.2890524448519 +305.8868113726602 +261.7859138622995 +362.2390242072318 +362.271535933686 +348.1302517850983 +246.04245850846974 +121.49051567450378 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.41721443307159 +218.31073667562322 +530.9279905557759 +763.5145340034935 +795.6987911714687 +818.7931377914912 +878.1139503155854 +870.9656424083701 +874.6268015162326 +817.5611079522666 +881.2743480558039 +808.8788066298173 +813.4097691075197 +657.5913135562346 +359.0200073143815 +364.71592870112175 +246.5800913477706 +114.4984623437469 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.61818525872403 +191.98746775583754 +521.7892649759015 +768.5755956374234 +785.0817838155263 +898.5619128891852 +904.4024000634328 +872.3110871019524 +875.7720704615118 +787.789139594874 +887.3646033630072 +917.4552686642917 +892.9382468954063 +691.8178909188756 +424.7380472065764 +355.92227048691916 +245.06152808204695 +115.58133329438672 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.83949313171021 +188.45643572324562 +516.1251873401186 +765.5010373037089 +800.7809612228906 +803.4191412206725 +851.7686314461345 +919.6467993926643 +926.2504139493211 +937.891615750617 +921.5174124126455 +779.6005216551661 +892.1170498828791 +667.3634881580057 +403.43561858774774 +410.5573211791454 +241.49947961654826 +112.65002309524054 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.24744465699938 +180.90857112913497 +511.1149108198536 +735.3889720619736 +850.5892638192039 +909.382890758158 +870.3266400567179 +913.0905664629483 +775.4436668667238 +860.7921187437283 +857.889380839685 +812.159406297769 +922.508976015059 +676.6846609061176 +427.5992703781194 +433.7305144417587 +246.1781333194424 +214.03267666832866 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +60.58816869333776 +182.46150674908375 +521.1343597358023 +754.1999040729155 +859.5910332982422 +848.5548501274468 +881.4991889947765 +772.9427160699823 +848.6052570532086 +934.0939684663637 +912.3849830152691 +911.8983906005427 +920.863917898655 +653.2158741049593 +428.4980371240901 +428.05659857544697 +346.7002035694727 +216.24099711916324 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.11517590685136 +188.63114029228328 +511.75898247284556 +767.9644358037672 +903.7863228876535 +902.8773637181097 +777.3760047510417 +867.7413908476692 +866.4367278514949 +885.7289017984156 +866.0736587250993 +629.5131067075428 +293.7686431090112 +384.25633454334195 +393.40870717238687 +394.75521590379526 +343.507478217489 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254107 +289.67379264907055 +617.3765574833801 +856.5832039316365 +868.5340558295665 +924.8333209901771 +871.0607824501038 +861.4802027492186 +845.8389344722343 +524.9698598942291 +358.90982063848844 +306.2755696234454 +356.7787659090567 +392.5789948082711 +347.2430243672271 +247.31322431200743 +115.52393942052424 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +62.92344850020722 +200.4007953623368 +528.8945232835961 +754.1831830536316 +832.0183505950173 +924.8773390520571 +881.0331268575161 +834.1250406286546 +883.6087680033891 +945.9119155602942 +940.8146128895365 +936.434626545718 +900.5953736830515 +663.3800260616707 +392.44236423981124 +430.09235584461123 +244.9481141359986 +115.48883785134552 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +65.35422720236225 +184.11391960975962 +537.381247351311 +765.6683122501639 +846.6368282220612 +886.1528773248315 +899.7909974748982 +908.84018116417 +877.0795510728105 +904.5473885197503 +913.1296010301473 +893.4808660563845 +880.383965611595 +626.8321166380157 +358.9952962009814 +364.65098103717304 +243.28475737526765 +115.57228566901436 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.7611319384555 +186.06427166123706 +528.8195925891845 +753.7930832285973 +817.9231056314061 +841.0907261089968 +874.8913777876054 +903.2825847175392 +847.2931931699324 +787.6088727414549 +861.9673394362574 +869.1362440655453 +916.5356442514318 +649.8583345608022 +400.97775906392593 +406.76396524537193 +245.986721847458 +115.5201739771036 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.714715339514825 +184.22212236943832 +537.2608106007126 +760.4350003228386 +833.9345750789934 +868.8896362261233 +915.250779189029 +893.3907717025055 +909.4958895507675 +868.3048926618637 +918.1303486189629 +900.4844441204665 +931.1601307290024 +665.1273374412078 +358.795746208621 +364.4337367546369 +243.18948658922315 +215.1335374831836 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.208242244913066 +185.36906527929665 +513.3010193685557 +756.6195243077855 +869.6974841748336 +933.7913925021656 +904.8419713782035 +927.2061310642883 +928.4949766729452 +936.4801439041614 +928.8469736090814 +892.468035467892 +899.6403590022497 +662.627346544659 +407.82782110727237 +352.67665965274796 +343.666455023787 +213.4307846555968 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.28812061193729 +188.75699899275602 +518.9665800993312 +766.8256917029856 +908.1885643168382 +865.8807207213302 +922.5798814832912 +919.197102900012 +896.3872316608479 +890.2315930791084 +934.5110038902109 +631.5466919692439 +316.314583692496 +393.8635159219048 +439.8093368097982 +352.6332964504438 +342.65392115144533 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254108 +286.6558290801505 +613.3859115755575 +894.3933905127873 +898.658729721273 +869.529254098904 +937.4241105898863 +860.5318779412752 +844.6009634582256 +595.7730382272406 +392.6049115339324 +316.5104072192436 +388.9382437704106 +398.3741005130878 +347.4614940226468 +243.02414755770735 +109.81747608078324 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.76069286807565 +184.09796235227506 +602.1886056060823 +753.0778853104797 +810.0188403150776 +867.468144200505 +921.6493176296609 +934.4902431607171 +934.8238477460428 +827.575002532289 +784.9697384330851 +933.1154471425771 +904.2216083842219 +659.9986023890017 +354.17338897264494 +359.8748403422756 +241.42416794854321 +109.79960225348343 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.23461303596963 +176.9719808572382 +537.1774030125558 +785.2983519458758 +848.7690035340244 +919.7209149192983 +891.2235308423909 +882.4421733020347 +887.0008430630037 +898.7281048587769 +786.4089594609152 +946.1129053122785 +911.4436833686755 +674.8824155497424 +405.4686549735242 +455.5602346680299 +242.02911054687544 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +65.24077036684818 +181.4567206275585 +511.080813331233 +752.5970263454828 +816.7327619195961 +960.960808315651 +895.0445886259301 +922.0755209024082 +888.5924796661026 +860.1467095456284 +898.935578104033 +780.4714247850376 +872.8609265940854 +663.2884629681166 +401.32261356137326 +364.37896052184885 +243.99680462621535 +109.81362295453039 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.13608675120813 +179.2789616912433 +509.8266083700749 +747.7629625186337 +818.1828995568477 +859.4590704414909 +893.0508497730821 +905.7338201636478 +889.4200065591245 +882.7898191953716 +859.3182436837719 +824.0740984571454 +915.4085757569383 +661.6338694692059 +406.55968644172685 +458.0538704403107 +242.5748441958829 +213.4307846555968 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.65100251478046 +177.63250477386677 +495.69550000840746 +802.7211011348643 +846.0242532116454 +945.163800913442 +968.4727392277936 +888.5038609177076 +872.6868841636481 +861.6495779539282 +821.0666050677336 +908.2287327022968 +913.9476021266046 +659.0390358260761 +432.9234125158058 +437.57394191740644 +346.0194076834942 +218.53746733035035 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.03362965397776 +181.2216511899902 +506.39349591588297 +762.3243014566217 +916.6910197100156 +915.5629471653506 +915.9596286522413 +912.8732101701202 +891.0404763928274 +917.7530618659557 +930.0912161849637 +636.4256161394568 +306.4216850954188 +397.3638688695662 +391.8928114794261 +431.13593150692594 +343.7132489129827 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254108 +285.8669241583967 +611.2714773763563 +852.8396694369134 +789.6740317598936 +776.7807740199992 +849.9939795488942 +863.7494403960068 +849.1746932446254 +597.7350739431712 +388.6486314775179 +317.10089277849283 +404.84552807275963 +388.0820902359357 +349.8488867228395 +247.7284908571101 +109.79305056417829 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +65.32585086707269 +184.40780395923778 +507.461565882696 +764.0141889574107 +866.9228719101557 +917.64292421506 +928.7611244558849 +829.5187560009197 +854.0841128206588 +900.2452290045059 +905.9249148103218 +929.777524641176 +911.7885705818101 +676.7186886507127 +415.5285474319476 +404.3970745101762 +242.28673194631438 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.19042053755345 +177.65115647167593 +511.7316506559714 +830.934958669251 +863.179725900602 +979.6438040977932 +977.6407859090506 +969.4974746688538 +997.5749601109314 +986.6500954378591 +943.8043389831985 +916.3524979421142 +919.0362500246486 +684.964573884707 +434.3092066526813 +436.94112037944427 +246.54865746195426 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.23300305043915 +188.28018365654654 +601.0749788309936 +877.4554779144784 +1052.0832845219072 +1165.8004763002932 +1180.0746359840643 +1173.5105335990245 +1178.7931250129163 +1187.2380740233789 +1184.4167884694884 +882.494653866029 +879.2073262629085 +665.4310402023137 +421.5263289328759 +427.4720147973862 +288.46943395180074 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.23253980108095 +178.24630519358905 +526.0552283574958 +776.2954155559003 +825.1418269376488 +935.0312779360632 +932.5300665883245 +893.6304724912251 +867.6379241721745 +903.2454574712469 +930.2942070757065 +922.9723569890632 +899.1710790053904 +645.8727489730334 +394.8541212488708 +355.41021506893867 +241.74657102888978 +213.4307846555968 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.19821666016006 +188.6817843060436 +513.1498421670973 +748.6847099213263 +832.3473784267507 +919.9389499378408 +909.3241848084492 +903.4134977251667 +857.9099781569215 +788.0797053448779 +786.2608170786027 +914.0171505092671 +885.7498856940005 +644.0825533577752 +401.7603901062417 +400.8740049489648 +344.2589133808761 +214.50995237633882 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.99713581119305 +175.77703565289752 +555.270070366296 +872.445910541982 +1004.8615469807011 +1075.4955579227028 +1127.2906381480586 +1125.580638534671 +1142.3085254805994 +1144.9803992898621 +1120.5948210466927 +745.3558309172662 +383.00413494458263 +454.5995773638526 +442.55122828511185 +457.8659852004247 +400.7220348835146 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254108 +335.13998288774457 +711.0202510137566 +1028.5009528660064 +1148.3226699703637 +1175.5522067273507 +1179.1888965013884 +1193.3596537778953 +1176.633842465923 +628.4042684268579 +474.9766567059961 +326.2861557998653 +442.72841112294896 +439.2411963765836 +347.11760538918776 +243.1785058496739 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.3731603063139 +171.55359850084474 +499.54786386355323 +823.1324329194424 +850.7749645990963 +946.4121209418969 +941.0332936780655 +910.8357948632819 +937.7865421612779 +917.9234120274967 +908.4484041287427 +882.6207549136965 +821.0981989082704 +677.2556499912124 +390.9373835816395 +455.0671128827118 +245.91835631707042 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +62.698364718248875 +171.69697814736347 +578.1699003265095 +826.7450158085859 +896.644488323012 +1012.3306256639133 +1071.058784311125 +1114.8819548339475 +1141.5992828924025 +1151.2702935430498 +1137.5508874839422 +1073.554655011886 +1054.7952583102785 +749.5206575818689 +448.8916390297439 +450.77562280530213 +284.5505664157387 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +186.61299599172466 +237.4669345566546 +607.1028743152312 +876.3494366835347 +826.1050889702467 +918.5759386203463 +982.7303919052224 +975.8810761084252 +979.8755439540203 +955.4266896150173 +914.7472153142921 +925.0794468443852 +883.0741253082845 +648.324724607261 +408.410173613391 +412.67411319695964 +243.22538323604027 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +62.72585049329235 +173.2571590218828 +501.75206661558724 +745.7244209425419 +855.3736824123503 +915.3781848900793 +910.8328263141188 +881.3241707187519 +911.5295271047111 +872.2839476875924 +873.4680879027738 +907.8940922563589 +932.035238182666 +682.0720383733384 +397.6788480522107 +356.5730643607286 +242.88062518597354 +215.57914001630178 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.64923558181682 +180.65174092018782 +502.4169677110893 +815.1382327865475 +833.3387471916345 +863.7253402653881 +880.3347773254992 +885.5446245873944 +890.1953294355906 +861.5891762697768 +788.1864775575677 +902.7439043296669 +878.7035868620721 +690.8245472411726 +402.29843532893057 +404.26933389336307 +344.88250188091234 +213.80330772747433 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.562750414577444 +176.1701069645443 +509.14765395268813 +828.8646612966406 +888.0358083185037 +937.0362116389904 +959.8339060821185 +1020.8858775559962 +1021.8671415837784 +1047.6646159662512 +982.3911685109609 +639.5936415771998 +351.8500928827087 +428.45367662599404 +448.6033748808548 +468.82381272546337 +392.3898798212389 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.067207722541085 +343.43231136589094 +696.0925287338373 +917.8271349618848 +965.8151446588104 +979.5451025989125 +1024.3490328341582 +1040.599340971431 +1004.0635655126416 +667.8376091218611 +397.6328398242828 +323.9634582131668 +253.69687490431477 +386.4580853734025 +348.69170263319864 +247.66434317327747 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.27498525250017 +174.98252365163083 +510.95812502283025 +761.0202362536421 +837.2803091870932 +893.3830539563952 +895.9071997022356 +908.1550159550798 +919.8521584419032 +947.7996302918871 +951.2039687304643 +900.6662914593957 +882.6292747709056 +567.4324385579545 +405.81101673700556 +409.77941541335775 +245.16569900170182 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.15753578180599 +231.78086611911084 +631.8207585943877 +953.7426901503434 +1025.0070859665161 +1138.1800531983115 +1144.0822989529058 +1156.5200323829608 +1162.1741977730458 +1172.885000634703 +1152.4778199889847 +1146.3038001085795 +1146.5170997829364 +695.2533441925191 +504.06402287455654 +495.57088944810874 +334.51453482249497 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.14592822131706 +198.86868594953953 +558.5048465779388 +742.6635681034456 +846.7273403956448 +923.6993185510415 +942.6971760405294 +893.5467495192867 +895.2743712419975 +960.3214763895794 +925.4814128938283 +930.0803081366197 +920.7586980870462 +568.1186090622539 +394.80936390180216 +464.21439476793546 +247.23634397704978 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.09864484661024 +164.26814828755553 +495.589649937572 +826.5858975259443 +914.2852960433316 +991.7793885799983 +1029.7011260812483 +1001.6058089502899 +939.514475324657 +887.4368061881711 +788.8655174687545 +955.7524800310738 +905.8815744293341 +546.0771908576136 +406.88937489424166 +354.5331976971413 +246.81698596139253 +218.32009758576285 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +69.06628560605334 +158.76583394889158 +553.5820213406578 +921.1368040370169 +953.9042952893548 +1056.628734825905 +1056.8408615730827 +1118.1238555563912 +1124.4378565448005 +1111.1785325824671 +1108.2570162369168 +1079.3658268349568 +1035.703966139164 +631.3885958633222 +414.4549841608247 +445.21987550004224 +345.82626012182493 +218.39688957442675 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +58.893082155304924 +173.09417054226898 +616.9938658003957 +918.6037778263149 +1027.6434826821069 +1070.7186868128695 +1121.727249794242 +1119.316461360409 +1122.5705247128049 +1124.0461967482827 +1100.1872495120263 +698.8786282850151 +360.85172026675934 +337.99647401032416 +422.12542753086217 +424.4806357808009 +356.31411240276464 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.067207722541085 +343.3014228203656 +679.1514635725595 +856.9889899835489 +915.0306100871813 +838.532198383222 +941.0844089003888 +863.4593482193244 +848.0877042130995 +610.3524271632384 +369.77940188056044 +329.3097173230825 +332.0782623560759 +429.83227980994354 +386.6154075431425 +295.99731513579275 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +135.5767164387844 +242.33899569563553 +576.5866442018345 +869.5270577533249 +934.3464804891887 +992.2527807313049 +945.2816662314067 +888.0612283318454 +890.507009245139 +950.1085930140433 +860.6516836211097 +942.0862362618227 +912.8035589858362 +577.1268500548551 +407.10533011803756 +467.2407495976906 +246.9572297041188 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.29462651344451 +171.74968900271207 +499.8574894232451 +816.972179825756 +934.971097965408 +993.3740657765652 +970.5864307248085 +961.7666973759381 +965.0582768491136 +977.4314937634958 +954.1131889017793 +927.6850407668295 +881.0343131730319 +541.875180805079 +406.47266671254425 +420.6448851433795 +243.1026034854959 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +114.51215613605874 +263.51353936475357 +632.5221296031546 +913.6038568660601 +949.3074262592506 +1055.5598844747049 +1096.9591367325415 +1119.2323699515023 +1126.1504900243372 +1157.9967730516082 +1119.6339841815754 +1113.4122176391174 +1044.1659038840407 +642.5660626638866 +448.2643187342778 +449.38579144677436 +291.0516908123874 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.14592822131706 +206.72223817652727 +581.222590191866 +873.0767375898571 +955.2291901243086 +1091.7580373555736 +1156.9408667552216 +1150.5101487256313 +1175.4711130523506 +1189.2154470433175 +1192.737161761671 +1184.4948419473726 +1186.531910487766 +771.0543857159287 +514.9388956307279 +514.0162700829653 +339.29810138328753 +308.3750324929317 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +365.51219362607566 +774.6999459003315 +1099.2494448573948 +1133.7835003562698 +1195.551894264783 +1193.7385379804896 +1181.2455807656909 +1179.2962940525103 +1166.5826074716817 +1119.4463287010872 +1105.992167221943 +1018.880818265781 +631.5412501330995 +435.0897227692925 +444.3163246642505 +404.90639128811245 +283.28746330985564 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +164.52112329845724 +507.7978332659805 +766.1550584736927 +886.5265381379168 +962.5746882422687 +988.8342850420095 +979.7789993052586 +1029.262372246524 +1053.3987695518729 +1025.7852884770646 +665.4235526972703 +354.80858477414233 +324.44144158711657 +348.8236863488215 +413.0917987247987 +344.2234924500565 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254109 +277.14576496464065 +655.643570856666 +926.3750323357862 +955.7091365994052 +1002.3606740525112 +1024.6312619488447 +1088.353802542308 +1052.8579736690247 +717.894734660247 +440.4076089788763 +349.95409822907 +352.72780152446614 +449.1542329974054 +392.876060160345 +305.52281411324446 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.35594760506591 +172.13995714751223 +517.2711860126913 +800.3395558450453 +838.742565270457 +900.6873542300657 +922.6290985201327 +955.510717542729 +937.9559484654384 +979.0349290199663 +957.1215947480334 +927.0194104181419 +905.8858587144867 +582.780418314421 +427.26934939504554 +412.8809608836142 +244.83119381513265 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +60.10685404996927 +171.88422300309202 +585.4249061098569 +869.7360700565915 +951.0527198437226 +1089.8233529642694 +1089.2180608719507 +1134.692788430052 +1130.7041780269533 +1156.7022809012449 +1159.5397853670943 +1151.3350004800034 +1139.332869904572 +687.8507099474408 +453.55804931882835 +440.7712198778354 +256.547943200332 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +114.84345452693019 +211.06827472939742 +588.766534160768 +903.4179246549041 +996.489258981978 +1157.4631810746196 +1116.860635090668 +1142.4365325381582 +1148.473726470124 +1160.4399825729577 +1085.392355215242 +1072.2769571692993 +1155.5563452508295 +745.2293159548149 +519.0178340597928 +523.6681767559918 +329.528702154986 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +237.84001550677564 +296.59501548007006 +672.4359541278626 +964.1354403453432 +1098.2589053213105 +1160.7437457248354 +1156.662842094055 +1145.4668604191268 +1116.0504299857762 +1158.408564724613 +1086.8615825121608 +1054.3824196584285 +969.6120353739742 +586.0608083374834 +427.4537608431901 +428.76092414271454 +247.95730074991488 +218.78504578849208 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +69.13253824662938 +164.93279611561766 +531.2497050583316 +865.1383501686331 +888.6946632392453 +973.7920579519558 +993.3871214026152 +938.2319692874236 +941.6849029566905 +935.259087474598 +935.7076390483902 +894.674218857787 +899.8753302559712 +583.7696781236116 +421.59559271899224 +406.1180161703183 +349.6675801449327 +218.9102688249804 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +58.98350801552183 +174.67006661628457 +540.7944118224963 +863.9224461147602 +972.0884461912707 +1025.7026959897921 +1104.9055962947762 +1088.333910966155 +1124.8846129965132 +1096.2716235368466 +1106.5880181611171 +791.9792561506691 +419.27911357615324 +389.77926657197173 +467.89041550678866 +470.4258158663341 +386.40849294648217 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254109 +515.2926687829294 +908.6257772488009 +1166.0966115474978 +1175.480024273109 +1178.5555959631279 +1181.794915995179 +1197.241366830575 +1180.9669148522287 +883.6949492642717 +639.1670921634282 +489.80959411948913 +425.6736402522324 +509.97022632588533 +440.3036453401078 +349.5760227263008 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +115.67769052294622 +453.24322367690945 +830.7642101220583 +1115.2124092836152 +1173.2252947103073 +1214.0859367578555 +1202.7971597792782 +1206.564779293285 +1209.3953626164275 +1225.1733465390457 +1201.2264917985015 +1189.0411978956315 +1167.8475147492359 +837.2392737993121 +514.2913425874156 +483.67610987418993 +304.40416221656125 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +70.29719855740615 +166.58122117116727 +492.6301958881817 +757.7633391129153 +857.3616293005763 +900.793490042451 +944.9780740433022 +928.983002164902 +922.0792772469982 +936.2421600142379 +878.1178899620433 +890.2678312622701 +887.0370615122524 +577.1779269734134 +442.385354991815 +415.27333704451263 +246.85542491571775 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.45634163637827 +174.99872300209122 +515.6884378686422 +761.6236215423472 +867.2936194381934 +868.0739714333167 +853.0426799723426 +886.5561560518721 +929.1738068049876 +942.6953799184055 +969.5269933250804 +964.4092034083424 +901.8358293830985 +571.2500273753518 +417.13227909997784 +408.3894836995506 +245.08691456620969 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.05477672821128 +171.96637691235438 +554.1471197426984 +874.4193030114134 +902.7381438216202 +1002.8730015692629 +986.182860106796 +1000.0156766346894 +967.7542455822881 +1018.7905641625218 +973.4355372267474 +940.774025076723 +943.2039607229214 +591.3587063867354 +421.71984542504873 +354.45910717091624 +245.76436894918248 +218.323910561383 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +56.98048848756545 +254.2908214164395 +604.8715029781114 +876.9306703197726 +968.9408382124587 +1126.7088675230361 +1130.800292063382 +1164.8262534154262 +1170.411329946799 +1183.5066386903338 +1179.7336687711697 +1175.5930353702033 +1159.4844447182086 +695.9414913677712 +494.1355210206896 +488.33869679645727 +441.10233751317986 +332.58257731886994 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +292.1672766721736 +737.6554685430298 +1057.4174003069224 +1220.97914682152 +1240.360236896388 +1234.5220544754318 +1238.5724120476418 +1238.0862165143185 +1258.5950492819536 +1281.223768724467 +939.5713397932765 +640.9192205080216 +585.5954531751768 +672.8781706175515 +626.314674686785 +545.0341984612764 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254109 +574.8256752935363 +878.6474326408824 +1203.8707531287305 +1206.9316299495788 +1201.6067786270764 +1217.7870478689915 +1223.9913730384385 +1161.1980200835796 +898.749696480137 +640.3716937978406 +436.83557914192096 +454.0985517743126 +534.4729201609729 +454.87101309592896 +369.72137169857336 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +129.5845871852365 +251.11308536389757 +616.6742016986454 +865.071932984084 +1014.4045677442397 +1167.7309215558291 +1167.2577698031535 +1157.2430410318107 +1164.6339540211782 +1175.599606827389 +1172.9922516973156 +1161.5168321477415 +1160.3195239079994 +723.2640396161048 +468.81632751259167 +475.79407605221724 +309.5575077863364 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +69.2098027656953 +344.90865686163204 +779.6685396336914 +1092.1363726766015 +1124.2852782652506 +1190.7753872168284 +1182.848732723251 +1168.7611290975485 +1180.4823349077078 +1197.4326971644434 +1199.3880520900004 +1186.8874976367576 +1187.729138867906 +805.0384348729897 +525.6722330416928 +512.580198650078 +327.00824302830506 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +62.981999138245676 +354.67404529114526 +776.7441287413126 +1032.6669986138777 +1128.627027012502 +1162.08475615527 +1156.2451068102753 +1151.468514391918 +1171.1370665481356 +1186.6328130883217 +1179.1962502600209 +1159.9469674213617 +1159.111615189129 +779.5761845322461 +522.7922246706624 +483.44968629394947 +298.62578715259474 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +199.26713513267015 +623.4800121928032 +918.6535202618683 +946.2553531309762 +1026.9003146807206 +1078.5122182791426 +1075.0575902740848 +1083.857783266574 +1098.6797713252531 +1081.3204832929612 +1073.050019901898 +1028.2843980924788 +616.9280249806654 +434.2756042700783 +432.30122427193066 +299.63069697119346 +216.73389233508988 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +48.95685583291044 +217.86940491968346 +605.3221936767737 +891.0775083031155 +911.5528724372548 +980.4929814065547 +1015.3642838690807 +1020.0251666874187 +1010.0538865697722 +1046.900288227083 +1103.3929372174196 +1070.7251484841054 +999.3564897873821 +608.2984286143911 +427.81603115249163 +423.9294635768833 +347.3859501505168 +218.67193249934033 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +45.02562665762744 +239.4050103761089 +629.4003302935268 +887.2621235709142 +1050.3419179301616 +1107.9337550288992 +1149.4821568570364 +1146.2761044299607 +1167.8134202680446 +1149.3366122179457 +1170.602489970673 +823.3973848268205 +425.13670327283586 +386.7633890272918 +434.446362004187 +424.177538141227 +395.5083852519499 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.067207722541106 +415.72222810285115 +890.5486688607327 +1153.468213214353 +1171.1070162560459 +1176.1225461601516 +1181.1911382486803 +1197.630108653465 +1183.987792192333 +908.4708699586024 +660.9204437809087 +491.57825502169527 +458.88647831200103 +527.1014472796674 +479.7694440293878 +379.5294478288935 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +124.80011065443786 +375.19561782995294 +802.9649172086719 +1109.8850487179989 +1136.3998564949948 +1208.9135827201687 +1226.5663132733825 +1204.3122688471851 +1217.5338316109642 +1233.6956203993905 +1233.6954902078305 +1204.097183494495 +1197.3963302189836 +849.0529677695004 +599.1607737707221 +631.8142327109913 +409.0125208639585 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +429.6392668262447 +790.6816981241465 +1131.9815219102254 +1199.114988048676 +1275.092861067056 +1303.0251449100092 +1265.8911657617655 +1275.2789750759166 +1280.2253965504212 +1295.4587868763363 +1259.565668845229 +1245.3977451088879 +903.9216869517996 +697.9810672946495 +652.0896355409537 +414.58458575739866 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +68.15231894716291 +298.995388316686 +708.2374818648331 +1106.703452522077 +1121.0070056314596 +1168.4908377733527 +1168.8284933887448 +1181.8963957838018 +1189.9400890368245 +1195.3050432906375 +1194.8564419824647 +1157.1515208087344 +1160.5576045210987 +800.9678320563083 +553.0365637670906 +551.5308490741163 +386.5020005448285 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +404.583414325616 +786.8182461649271 +1105.4838020688032 +1165.5422829031677 +1198.3144729350802 +1196.2210380551905 +1190.6906331444138 +1192.4859982950247 +1223.088339767354 +1212.339189843201 +1202.0879770124652 +1207.2317539039998 +850.4968933423988 +580.1394104003447 +585.9260865097013 +365.89944900717853 +341.4484687216117 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.42656554171923 +359.69348133876 +735.3209531336176 +1033.2522957759434 +1060.030329304734 +1126.3034292059692 +1149.9056265750983 +1136.933399897481 +1164.6393875296646 +1176.976613358971 +1177.2769593629446 +1148.3338146603803 +1150.371317097297 +694.6024492445256 +455.4211905717047 +451.2646057483331 +410.9458883500744 +284.62748750191827 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +97.66951066018932 +358.5494399745218 +672.7654339998021 +1005.0187094138852 +1112.8695686563524 +1163.901318415474 +1155.5535732093776 +1176.370779045788 +1177.4665486225 +1155.782921580897 +1197.8490882000096 +816.0444853065155 +423.7263043335584 +410.4629903569095 +493.4869314103153 +488.48521496924093 +423.2380701014585 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.067207722541106 +450.918858222537 +815.4544397133683 +1136.2938475482244 +1144.6291297031428 +1158.439363730302 +1185.8436825348213 +1199.2486622895653 +1179.1615614611655 +872.3005443155325 +635.0674851262097 +464.39539770711633 +403.2255742563601 +476.1842424821222 +406.9563088682132 +280.49401365867215 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +74.399147887342 +351.18602428608057 +738.7785209411189 +1047.0592729669395 +1103.5654004422909 +1188.6511859880688 +1181.530341417919 +1175.306306295553 +1186.758378074004 +1198.5473935392342 +1195.7463669698054 +1184.6073743801426 +1188.0894509071338 +743.3144048793939 +486.8975766884088 +483.3385892546906 +317.36598655642814 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +75.17413151937102 +468.52091861191394 +799.7550233141087 +1078.9691015633252 +1136.5109288231845 +1186.7468697663971 +1183.0025498946789 +1178.0829154265493 +1184.3870131850385 +1199.0236947560809 +1195.3409407489607 +1182.3177614146327 +1182.6719900125408 +808.438778836188 +530.1982014650679 +537.6727722151363 +339.42179850696317 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +288.38084047167075 +751.1441945215189 +1105.0170652148954 +1177.1064964057969 +1239.3857399188496 +1229.0715751957566 +1220.5736301383995 +1215.943850957471 +1236.90031432053 +1242.4345795544245 +1208.3275281055837 +1205.3423786810833 +783.9529403663029 +514.0732238432062 +479.3021731063963 +304.2416975480844 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +44.36571595010966 +232.0841264644519 +652.3213051374977 +927.0322373977544 +974.0958587746666 +1057.011764816097 +1063.1489821207836 +1134.3641936885106 +1136.4233050787618 +1156.7727962712404 +1158.2187832299055 +1151.9023522668876 +1116.6043097647341 +684.4461660975335 +457.90545561645706 +440.3724791220294 +271.21038261144724 +216.6293579077497 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +64.95010640138061 +258.5925484236172 +662.130724839263 +949.861220615484 +1048.1946777303335 +1153.4962421209102 +1159.0859745783246 +1145.834177293924 +1172.535179898418 +1160.7972272357156 +1146.5261546404781 +1138.876383495408 +1111.1485084823723 +680.9361356129612 +476.0389591863119 +472.36368664273994 +434.7833662743508 +294.31716699996576 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +307.8360373729929 +755.0614728343646 +1100.7263042437587 +1198.1124696828083 +1198.2034547077858 +1216.4336240449704 +1245.2553823169342 +1236.7470103352045 +1204.034090126631 +1218.3396615505608 +925.9130941798091 +525.384202852764 +437.79348317101244 +505.266461413299 +493.81463311002034 +417.5829789456466 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.067207722541106 +570.2123922460054 +935.8766869309259 +1177.4795238907634 +1161.3514119406884 +1160.6612738501842 +1182.6307816589406 +1198.6943412194096 +1160.6627630859139 +839.0935324084261 +579.6391538939295 +426.1350429448042 +426.54138610015815 +478.6267903702046 +409.81528926203515 +313.0906993409194 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +89.73428301587867 +431.23781881210635 +786.5138492532462 +1105.73896710201 +1158.2132959095238 +1196.1455528156155 +1190.4944433386893 +1185.1749748830819 +1198.595821326943 +1209.9614676920091 +1219.7981983742957 +1196.7272693705727 +1193.6710834244398 +779.3687121394313 +513.6068763531322 +554.7872717077624 +349.9143299653782 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +360.4202797636598 +763.0493901554768 +1155.8551913125661 +1162.4115712185076 +1226.4018763519714 +1228.2425619701237 +1228.0828731963677 +1233.3008445953767 +1234.583703758996 +1260.3168220909424 +1225.7735436880944 +1210.490946837013 +820.1558681491158 +506.1080164057868 +491.6054786967041 +321.4344129663688 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +68.13829921438817 +325.532070268224 +696.1049669730709 +1002.1345446107949 +1085.0911909720146 +1162.1444653783963 +1153.2017052478238 +1145.385338000413 +1155.904137276279 +1163.4600061967817 +1131.1218558400137 +1111.253968716828 +1108.492127750462 +671.3768971611348 +441.81509759575954 +440.1957935934608 +279.63998553455934 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +51.25523938504107 +317.750814881862 +738.2300497198088 +1058.2360348738869 +1087.1478888112763 +1186.18323226966 +1182.6074740011038 +1173.9416839849525 +1179.9350049946283 +1192.0524606645508 +1197.178554816873 +1190.218630376161 +1188.022319639087 +749.5016079360164 +503.04483581665477 +482.94784268355374 +321.30241442493923 +292.09318565765574 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +61.15125817940563 +382.0557584982575 +807.393147546717 +1113.9865017239495 +1156.144185285798 +1195.293019286602 +1192.5405854360147 +1185.787666558665 +1196.4993607269332 +1201.7672825455495 +1196.5365387511906 +1191.0750087684048 +1189.7223820983866 +821.4014177633679 +532.6752942235003 +536.0987959360295 +465.425304428198 +366.32924248038 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +375.26793236885396 +764.2170020534717 +1092.1153872489565 +1226.6263139364278 +1240.3202924232085 +1262.9672488717567 +1298.1836065456937 +1289.369218632545 +1292.7137631515789 +1265.7351481635455 +935.89514193771 +599.9823555331584 +573.1362489293164 +687.7597218691262 +685.1286788378451 +482.02587181231416 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254111 +586.0301936558617 +990.2083195822986 +1225.0905492804432 +1213.0480143525883 +1205.4930061502585 +1244.9984168816002 +1257.6957582271814 +1287.9742197520268 +930.1563372899623 +693.3971541421531 +523.534246168458 +514.4095645833229 +656.3114883877046 +583.7843239887211 +498.67215860282334 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +117.06372908243644 +501.7280013574986 +875.9370556629677 +1102.7285555895826 +1173.6531111259333 +1240.7639413604065 +1236.492824622975 +1227.0650091783289 +1211.4372496836768 +1256.2222782152548 +1236.7190431807444 +1240.226942906528 +1230.1526044051323 +869.3026394006213 +619.0303365608373 +623.5179226555423 +371.9325720322618 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +108.06374432987712 +465.93149100288156 +931.7888419615482 +1126.6790542838507 +1165.6781207508477 +1195.6558097165503 +1195.0024378212318 +1199.4669927058335 +1203.2324449273517 +1250.4621190556559 +1231.2496923775427 +1206.7030892889559 +1200.3627945767687 +843.1997851167343 +585.3292045804978 +599.8502470266931 +382.5501475190814 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +404.2577216088577 +773.3764818984868 +1094.6681617737981 +1184.4937618219258 +1259.8133283497793 +1260.4169929534125 +1273.0697645981254 +1286.3528900302229 +1286.530733491156 +1267.381670654274 +1255.4217511674747 +1261.9124603925118 +891.4627424754378 +665.3144170718431 +678.8861694879438 +379.8887227687594 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +122.58379512088717 +409.0085453261892 +780.1903328839988 +1099.8162286189013 +1205.1774445824078 +1284.9818612918068 +1296.7065421716575 +1308.6813964340502 +1301.3933584402162 +1304.61724516927 +1248.0952897360137 +1267.5230478688572 +1274.2588889437993 +902.2972910309854 +734.0337409643591 +733.290032115745 +384.1801497397636 +364.480156164958 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +115.0675257812186 +412.7870518442383 +839.1614916550702 +1120.3840471195244 +1203.5847883859872 +1260.9504829085583 +1277.163661973006 +1257.1627600795005 +1285.888981441477 +1261.7226606628897 +1268.0080708108235 +1245.0523374747927 +1254.4246397083225 +924.1216567412488 +706.9492511307799 +675.4375565931366 +564.9474908975686 +488.8111635809987 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +442.42056308512656 +744.1780659661836 +1112.7409290121755 +1223.252889936705 +1195.3081023383097 +1177.1132029262299 +1179.7485022362703 +1187.9133376568175 +1198.301191865054 +1192.4650522864906 +913.4163045881444 +513.1106048217642 +494.0763216234691 +574.2262045547762 +599.2402404806487 +473.08442171075563 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254111 +446.9352379434103 +810.8473087819691 +1147.8725381546637 +1158.3237614092554 +1159.733292830047 +1162.6738956851812 +1202.5773439864524 +1166.2267937480535 +911.1925040287509 +672.6263595999025 +501.07409128759264 +484.161194026696 +576.4277252239816 +494.9008038636105 +397.9494373535001 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +116.00221380361685 +321.99247626001693 +705.559910431206 +1093.6090037951813 +1152.1209078452368 +1190.3677382558599 +1186.6766934337807 +1181.3974235773865 +1186.0118224500998 +1202.15659311781 +1199.5957470721012 +1185.8003425259974 +1186.3342012024073 +757.5595015744243 +519.8194670961492 +534.5058046902896 +322.9208862128476 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +294.9655082851713 +657.4995580099574 +1029.0460353008273 +1139.1454719188719 +1184.685911211203 +1185.6029811395472 +1178.3777667206552 +1186.6910631675123 +1198.5032145001271 +1199.945471654789 +1191.3308613449751 +1194.0557882806338 +827.9480300759128 +569.6288859634606 +565.9407794657329 +353.3214954672116 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +74.83462117533006 +343.6723983490475 +744.9557804329437 +1011.0363196470465 +1173.2086218804789 +1235.8778083194914 +1231.784170795418 +1225.3664477174782 +1234.4022098115622 +1273.8544741804733 +1241.6433434057237 +1204.8614861797087 +1192.0152332902026 +863.1781932035186 +616.0470981495562 +620.782208115847 +405.47633677400034 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +345.09864359661924 +756.057634833981 +1086.5070850403413 +1176.415082409113 +1263.087470754155 +1268.7876728183319 +1211.3770998950586 +1200.2551287596152 +1236.3769332888805 +1256.6735686597822 +1272.421478032906 +1192.4010287276035 +842.8619823152977 +597.3651277363941 +595.6566886306214 +394.83738208798337 +400.0239094162353 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +309.85826641825645 +762.5996591443446 +1051.0148237278859 +1140.4461945233052 +1207.8550530201555 +1202.5939187789327 +1228.7068672955422 +1236.6538607359776 +1248.5909643073676 +1249.8262785830168 +1217.0971656000288 +1207.4875575843107 +839.6806127951954 +634.7803610057011 +618.483990103562 +525.6205600818327 +413.17157874543824 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +313.84683247503796 +724.2966047514357 +1094.5742035525395 +1279.6521476770238 +1238.7473570693583 +1237.8680496550157 +1235.3068346564016 +1238.1726693992441 +1237.0949885840266 +1237.6136891280964 +929.9002002380431 +565.529496634702 +542.0198705728269 +647.4674121479073 +610.1508530935889 +471.8672550926445 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254111 +518.8211297002867 +914.3206486462548 +1183.7339684574804 +1196.2483266457382 +1188.6183756843868 +1203.1651920968893 +1202.0458509270516 +1191.5922145066827 +927.1231040748322 +687.9661203438955 +552.5680153928836 +547.9343389179999 +609.9737832510643 +499.51115219679036 +395.2312479630684 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +114.96117149511691 +494.56208112729513 +872.9788295839729 +1070.7104460194225 +1153.2733711117346 +1194.7313088401063 +1191.445437672099 +1189.387469124512 +1204.8985875222343 +1230.4350471037164 +1236.3627333099857 +1232.7731335309136 +1228.1710303898972 +865.4682796935266 +608.9197158170118 +597.496422046181 +365.9090128330911 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.145928221317064 +264.376815029854 +662.6923522417652 +995.0336105694087 +1024.265512704803 +1158.6699883647445 +1158.1663847248858 +1147.2541582326214 +1173.5087175779827 +1185.566064594928 +1186.18234150364 +1153.912405728883 +1154.7761417977229 +696.6022665284964 +448.5037262348189 +454.09945460273883 +309.3906046993029 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +63.88260011202927 +329.10165241830674 +727.4008417017219 +1022.0048550347653 +1038.3476243639936 +1149.9393073569904 +1178.0241068761773 +1165.9133135408485 +1151.6944809475121 +1186.0089275309215 +1188.446224695756 +1157.2863029269872 +1148.2068426022468 +678.7785558492092 +456.4479306694372 +447.44096725275864 +294.6255372506987 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +62.545827113686634 +269.3199701398883 +690.5479612899318 +1059.0168962539049 +1141.1444156019563 +1181.5289710258153 +1178.7072677380709 +1172.6723419913014 +1177.7132079112225 +1187.7558929927443 +1188.9224294406645 +1177.4583742319671 +1177.2536247999346 +767.0301380933599 +503.23010366186 +460.54581350664324 +306.1615844742845 +256.8510299376737 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +60.84068620946257 +341.5675343508988 +782.866662816264 +1080.793531829879 +1146.7822569960535 +1190.1361151185745 +1181.0788996938413 +1173.6769218735624 +1180.4134990381694 +1194.1182403376622 +1200.3662459589796 +1188.8183398821054 +1187.54937351369 +902.1230411927852 +510.41435658407727 +497.22110392652223 +439.7033446050844 +300.03630007788166 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +78.26044583050201 +399.3973638758131 +824.6666570211131 +1062.3481559578715 +1181.6015131148838 +1189.8286944644033 +1185.7303388664996 +1190.9048827457866 +1185.2100689063063 +1187.8313597044973 +1202.6185922253342 +878.1769702536462 +467.2399954373531 +546.7458697655189 +523.5023973673326 +526.582724511536 +438.8188423738627 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254111 +472.30063522249105 +894.1313039165467 +1181.2833776787338 +1181.1136844895977 +1182.8962294836388 +1185.2763621314386 +1207.5667749614202 +1186.7587325175462 +924.131839997125 +655.1481422285169 +470.05032559486165 +567.4742536538223 +562.092086822855 +474.46975841618223 +388.3539257619181 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +168.7342461409372 +381.10958787385783 +794.5609634194536 +1120.8314612926354 +1140.5403388815878 +1217.699535995621 +1198.856179344136 +1190.2877683293261 +1209.4072403318949 +1222.9034511578668 +1221.0547688551471 +1203.7191805477587 +1205.9419518162485 +951.9137746840726 +638.2128854491998 +600.2992749314286 +361.40867462034606 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +78.00179778580838 +383.8425182437868 +782.5892367396101 +1053.1019393970723 +1155.1377194460028 +1186.2779986018015 +1181.9566892512735 +1172.8434714281123 +1183.6102499573813 +1197.8516487332338 +1200.712969924565 +1187.2923154847051 +1186.3060736845637 +910.8945882474945 +524.5578624373388 +505.45098309404034 +329.3428476115086 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.14592822131707 +347.6659787362648 +758.4049205831791 +1104.0663340546848 +1163.895537554531 +1196.1040704109375 +1194.2547041061785 +1188.6173225659231 +1198.3061979650631 +1212.8873106280412 +1209.8289679209636 +1193.9596585837744 +1191.7602934635383 +935.3989098375357 +552.5170218088875 +501.41117399177153 +325.38823319567615 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +85.9292607449025 +410.02420196702474 +810.125839934523 +1115.0088716627572 +1177.6351019494375 +1264.821973211748 +1208.2841321562448 +1209.6215931687893 +1212.154281689712 +1219.690096091395 +1223.984665317799 +1223.2898041883595 +1204.199433008198 +937.6450827303199 +570.4812312297629 +584.7744005994923 +482.6235012379534 +491.083453421546 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +69.24349638343067 +307.703618126328 +678.0728029944437 +1015.7843273224895 +1090.301142604299 +1168.696888075427 +1187.0307910358247 +1175.937059844625 +1183.3437962643636 +1194.1883414506003 +1196.7170628424942 +1184.2963302935273 +1161.889698463577 +795.5767541518964 +471.85176469277843 +451.12712354671135 +397.45996612087424 +271.58966072592364 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +43.99499817841633 +264.8639307130063 +655.9564974003771 +1009.6888508364648 +1132.442799065226 +1160.0443658113993 +1176.6631653796612 +1176.6731413281211 +1178.740926838073 +1180.9817581528455 +1203.9912100546749 +835.7482438168992 +408.4571591254237 +459.1433510532808 +434.12767278613376 +428.9725719894304 +388.5167295831749 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.1654196424277 +39.06720772254111 +450.94564030369287 +830.2849476164384 +1197.92485131888 +1231.1551275839693 +1266.542594048201 +1271.1888140839026 +1304.98482029916 +1291.9974715533776 +939.6758460738454 +698.3115004940614 +575.9971300088457 +662.5361530252387 +655.4181249423556 +510.6749769618825 +412.9244515337474 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +136.7565271060665 +393.99591699939424 +787.2264535190392 +1161.4928255659995 +1170.325743818333 +1250.5372164370706 +1212.5898389981462 +1250.74365051599 +1254.782653351644 +1243.8547707449193 +1268.6701024746899 +1251.6197256866374 +1240.6486229482277 +969.8726921179264 +654.0480146679625 +642.8307000062949 +421.6938253782338 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.14592822131707 +395.58777540997204 +776.8964578808047 +1070.90092772646 +1182.6326521654416 +1258.4505623708003 +1266.2365481935396 +1246.4387621801445 +1231.4680666041127 +1210.045764890084 +1179.4920238182162 +1152.352816518142 +1155.440278712207 +878.5007212814137 +539.2687785542029 +526.055908436583 +318.29625361630326 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +40.14592822131707 +291.091565076967 +688.2261441502669 +1045.4999594347103 +1111.205342877701 +1182.0001525388343 +1176.7779866642502 +1167.832495918062 +1178.7093103904963 +1187.8043950234091 +1189.9056154675998 +1181.5251926926153 +1180.046440445151 +867.382508499027 +497.9612484612239 +491.2732446347766 +320.61399313987533 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +54.98112212187476 +319.6968271723555 +779.7182303244651 +1073.968864684492 +1149.8924971783676 +1183.3114223159193 +1180.127660414574 +1176.7984754748754 +1184.434025811353 +1198.6267880842013 +1200.5515797194928 +1185.7746311117285 +1161.378953875905 +842.1739965952598 +492.4126948740191 +465.9579311585889 +307.6330213783611 +280.944774906663 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +369.39156009119375 +766.3313440926621 +1086.0301055987375 +1165.3124584119985 +1215.0782834676136 +1219.3530631878127 +1222.4269297214878 +1236.1506432872593 +1240.3182195932666 +1239.5035825320613 +1212.1964052395858 +1195.9094668561545 +932.3642784502304 +547.9075941790362 +530.7898711893197 +460.0062946698146 +345.6299667157093 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +37.533742184040996 +39.08371059418841 +336.3642149955948 +743.8516388688225 +1033.1475888766963 +1151.2208074415496 +1185.5481928309111 +1180.6576831218406 +1176.9557864897274 +1154.7290985275433 +1157.7733211562756 +1174.236698026392 +765.6618851813373 +401.63943748018664 +484.87454228029867 +465.1612387954003 +464.5945838726551 +413.9673676106984 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254111 +366.46421121361743 +811.4119156042217 +1072.1184796940292 +1091.6604405352725 +1147.4675784115611 +1146.1262488390093 +1094.6744198180136 +1072.5795549072486 +748.3741893230065 +485.63903559910455 +376.91786586127836 +464.1498365006472 +463.43943338693697 +414.6732048719646 +325.21428234898525 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +148.85884746282395 +204.02409038514884 +561.7724699949405 +853.5456689257138 +922.0888388857994 +1035.8759807981398 +1086.1097410854734 +1021.2668520064882 +1079.2849233671789 +1087.4966078424486 +1091.9316410421661 +1054.0069336432932 +1032.7029931393479 +734.8086994103373 +453.43603515522756 +440.26655765947254 +279.9713546385315 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.05605054802388 +206.29948741563544 +592.6471167173044 +911.8884667273315 +982.7172469808486 +1134.1875196295769 +1149.6712384769712 +1138.856106952629 +1146.26880751601 +1158.929549080636 +1160.3743143270754 +1141.4321447247291 +1068.2993409371077 +749.2756033815903 +452.6722794708475 +439.8503344800067 +257.4872945193009 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.21362458355988 +207.79563006188746 +598.233392139247 +930.7285655913538 +1037.8508377967487 +1154.6406048267047 +1169.0285234117102 +1160.465061183163 +1163.250424919056 +1157.140599183442 +1157.742744290068 +1134.745262846489 +1107.4136479536592 +789.3291082205276 +470.83210174555796 +446.6341277693496 +291.3965240977141 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +140.65004593199464 +171.90003607564628 +539.505641142436 +818.8310054798889 +989.3801372117032 +1167.5464535004087 +1186.1327325059708 +1177.918506012772 +1181.9989727076252 +1196.0040817791967 +1174.72512107757 +1166.2457288662733 +1158.303438223703 +901.8834236291863 +566.3866558693937 +545.2284895765939 +342.8543369416778 +358.8010603277264 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.08371059418841 +262.1891903415674 +748.1610419925597 +1040.5817714401692 +1129.1438253824301 +1189.4364211925217 +1199.2865131191215 +1200.952116215231 +1197.5128285314256 +1209.0493591033141 +1202.966088402002 +1182.7217055806184 +1212.4868884926186 +917.4107937783085 +596.6601862578934 +571.1864094529664 +507.83812077282386 +365.08092124988417 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.08371059418841 +268.97783478358497 +738.3161277378267 +1078.2376031045058 +1241.213854724569 +1235.1294902977413 +1227.552864370129 +1232.7181478821312 +1242.8516947358153 +1167.5207069696355 +1257.4380991860776 +919.3325337318483 +543.4726701959579 +594.1693478462136 +593.5785917509601 +608.6586510956189 +504.52621543596376 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254111 +392.9647619673626 +829.7703696913513 +1137.8627018026882 +1158.8281330212205 +1163.50342474282 +1186.3207022677188 +1202.6869661495168 +1176.1685793013078 +911.7678946228742 +665.0833222532052 +469.9517568980411 +548.0576645488442 +620.5361266077542 +462.39435876294937 +365.3772572816375 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +164.07713879529504 +315.78949810279937 +755.2372907959447 +1103.9595639644879 +1137.2074238405414 +1203.8911763712733 +1217.7207404601995 +1197.190873114789 +1215.1221307734988 +1205.4138591682558 +1189.2506958466734 +1195.0642560307922 +1202.621470363973 +952.7106895352571 +626.0581771979015 +553.5019249425183 +339.91750423996035 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +60.19397897515382 +213.5233192939998 +575.284861598241 +921.4705659670161 +918.7602161295328 +1132.8393860614872 +1150.7705501653222 +1126.3846599902042 +1146.4749052404209 +1160.9052259504576 +1172.5853138939415 +1176.2520607661606 +1173.7842730816717 +917.3454630707289 +574.1221909080709 +553.2796250397691 +338.13302729701604 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +40.14592822131707 +277.3550819286613 +689.8935823631952 +949.5763640572427 +1024.8507798204903 +1158.2369940216593 +1154.1060799931088 +1147.771930709933 +1153.6644061125585 +1044.3904424807336 +870.8332139949473 +937.6496412939235 +931.6446840573436 +667.8427099742765 +391.5024440857 +470.16027035486303 +247.0150892229698 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.16422375766011 +171.88588567007085 +495.4354217728059 +747.3104632586723 +767.2691456571408 +885.9970979476426 +895.8558420043969 +917.9342854455163 +921.7676925306458 +933.3148437725685 +902.554185477217 +853.5474101381039 +818.1273552131939 +626.9903164204488 +424.09191528014225 +414.4160669408438 +247.7781971895175 +218.67338995520822 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +69.13467596732302 +168.01206436431414 +510.7491165158703 +838.3180921716789 +882.9612361724427 +955.2808796316998 +992.4800221370324 +980.6869074603394 +1005.9438621146295 +1036.7292273176863 +996.8030240857948 +917.59971839484 +880.0700439719213 +666.6607990931553 +423.6018968451916 +418.2167257670947 +345.7008444881846 +218.28867553139497 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +69.08544870718535 +172.64217797291855 +527.6737090098819 +864.1474336717379 +938.9637703661689 +896.6376952324722 +965.3543971385592 +967.1860286661758 +919.9889155427544 +1006.3499980907284 +980.5636789582946 +650.9135006067569 +321.0326923907899 +437.7092593920487 +407.00937157985845 +406.2899857364685 +346.46464217201355 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254111 +332.79662181604476 +760.5493844204015 +1010.4209400654028 +980.6827625854154 +1023.2883405420412 +1004.133926336129 +1018.8609999772714 +983.1246618471248 +701.4651300601178 +409.2500637070968 +329.0350047029183 +397.39796928165106 +422.2194964063206 +346.8732075258064 +243.12282791656537 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.33749168295726 +175.00725058162305 +604.2731383370847 +899.0640006645955 +963.4701949850654 +1016.1277519366243 +1028.407022384192 +959.1718985724452 +1009.9877766346842 +999.9489054345125 +1005.8900854362704 +927.618573665716 +785.6459611664374 +646.1429235858042 +407.009135313486 +410.0320551872899 +245.03664916214802 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.25226704788078 +176.70085793935993 +544.4672061486692 +860.3731400812395 +916.3943227820266 +992.1094255969017 +1031.5574737229738 +1003.3927555738361 +1031.1624853718984 +1072.4303299324408 +1051.78375739651 +972.7349981829084 +882.0282703072157 +638.7009376460362 +393.31045547613354 +460.89122465796527 +246.06735062022767 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.17333251771036 +176.89660431486118 +540.1122282360798 +825.6935414802916 +922.1539353984502 +1028.3935342404557 +984.7567409243547 +916.7372011512664 +919.3394349605819 +953.1390289238124 +930.4778732111724 +925.7149840674489 +898.4413997328087 +665.5574353664545 +413.9860808041312 +419.6371233858602 +260.6741883693172 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.73613496361595 +175.3171960651733 +571.0107988670849 +819.2813276727566 +887.5606460185177 +994.2222037302764 +1099.3000465709276 +1046.734484861195 +1076.386556282888 +1102.7963994190611 +1106.6694762779366 +1054.694889759759 +1028.1506631149 +732.8894153659955 +457.31707476922935 +464.0455387495293 +304.15982299295223 +290.3490664024191 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +132.60704997058704 +240.31380400665452 +653.3102058636549 +969.8420967789128 +1074.196713159853 +1170.9831039864712 +1167.626120614591 +1155.7185784480216 +1160.6298336222978 +1170.6738148174866 +1150.7828091572885 +1114.7348909072903 +1110.464632903667 +808.592432964517 +500.07599514601606 +514.7773129614909 +438.51581366384744 +322.7412465867 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +154.86218142789215 +228.4200732136369 +617.4494935692593 +982.4121712844775 +1094.1302635390784 +1152.4053477871723 +1102.6041884098863 +1149.9954669202375 +1084.0302257260253 +1102.0107123256762 +1106.798125409247 +686.3120786568833 +342.814443476494 +414.14549511934337 +430.24950243261986 +414.66721597449595 +344.21083887191713 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254111 +273.76853109672606 +693.0907084422096 +890.5950365833019 +910.1095485718689 +933.4043314619919 +935.1879101650622 +953.4739707662413 +967.0138635017205 +627.5116423446776 +384.78652382203353 +251.1649356022533 +415.90272419785197 +414.98231709974857 +347.47922348096887 +245.19978643031428 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.84443905666299 +173.23911811577088 +513.1106503501587 +749.7878293657899 +831.7166224558802 +881.3673128673527 +952.8055453289395 +945.8794020950172 +985.3510229391079 +989.3844101899555 +1011.8955019351965 +953.7557547038631 +956.9771953671385 +605.0721959029045 +376.9621106739416 +470.891715444713 +245.83092204011072 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.2350471616993 +175.21626450042916 +604.3035563898867 +898.9071832401766 +1016.9070889221216 +1083.3280815840847 +1107.0947413675294 +1108.3103285598008 +1151.100995216529 +1107.5915402597261 +1078.139019011377 +1059.6564947380236 +1158.450666798502 +755.999781002921 +477.0522133383313 +447.3675566955547 +295.2644648795958 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +178.89024084105964 +276.2556080538506 +649.9115573265938 +1014.0976496002907 +1132.409680735547 +1173.7314855406487 +1168.198944828585 +1165.416276593285 +1169.2527380075578 +1180.0796114852672 +1177.8514495741772 +1170.2282981636522 +1271.8102210185698 +940.2004787668768 +578.8906707069448 +564.8449103874079 +364.8655100709254 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +40.145928221317064 +314.12059186910295 +713.8226572315041 +1016.9238134891426 +1142.1468107562803 +1190.6174312867722 +1190.507040240122 +1169.646563000365 +1180.15275506298 +1202.6256346897374 +1192.800062368119 +1184.3157096147263 +1260.9377467906204 +895.8390211773394 +553.1468570822766 +542.8759131840626 +342.4789797465736 +353.0481681489656 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.08371059418841 +256.89006519362187 +680.7438407713765 +1097.8281735797455 +1163.5374486994913 +1229.7479993935656 +1220.3548776935568 +1209.684562776162 +1204.3393138951872 +1188.8492823013987 +1190.1519387475078 +1194.831436541124 +1313.8416564929216 +970.7755513350278 +665.7303244661267 +636.7593980721829 +579.4792777734891 +442.73562440990395 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.08371059418841 +365.1138509235876 +730.9454262414598 +1080.9100107272 +1187.911318828029 +1191.3397606214542 +1186.722854052154 +1190.3074630967585 +1185.1941775402324 +1188.9346504480643 +1208.489441334784 +922.2564247948104 +582.4865337612229 +563.7281770079334 +568.362131902606 +570.6035238712499 +470.2434989389662 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254111 +461.38164046889864 +869.6467626333296 +1193.011166442767 +1174.2409906300004 +1169.7126382272838 +1177.4328123225175 +1174.6738416437474 +1154.8272724693772 +814.2960183135286 +541.7892256397595 +504.9278409016989 +469.0423284803238 +438.8548112155696 +383.088863666136 +278.43284814205435 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.37460691559048 +184.75849598461372 +572.8364544164998 +856.8746825446709 +881.4971856380836 +993.9869193997207 +1012.7794063791729 +959.3697675168686 +963.3053605559766 +993.8211419467427 +1018.9741120926267 +987.7210515630762 +1090.2176954928882 +719.1781966090072 +422.9184064127127 +464.1148283839686 +247.92859427653775 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.30514706470467 +172.05774036358503 +581.0056604014284 +883.0803149104504 +926.8591597196036 +1019.9622240310089 +1035.456240751262 +1047.9956393433267 +1110.075769500597 +1068.4484627338343 +1026.5717526325966 +970.110574374476 +1069.571696896545 +728.6206600834876 +434.6542447983739 +419.75712849269524 +246.15696423167108 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.736084528522454 +177.45761336340195 +627.5336228547345 +972.5453938149831 +1079.819571065889 +1166.4955441451816 +1155.2856061900138 +1164.5733084069561 +1169.4906537244556 +1185.4155660383296 +1164.0986502999335 +1137.2099450124172 +1135.7206909398387 +739.7279288401812 +435.8131458483857 +427.52677498060547 +271.0479378969431 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.686441381246794 +237.83556486462132 +656.4620853217773 +1015.613457781669 +1110.2549700397135 +1184.388563794312 +1176.975663334655 +1170.5055034457073 +1178.8470258574384 +1194.9718718361796 +1194.8849570447492 +1162.0579769763863 +1216.700657991924 +811.3748346651313 +465.8437118619234 +447.6108444963953 +306.4848086035707 +234.9110221814983 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +59.116637655533616 +198.23000803094234 +568.4821242369476 +942.6490753568314 +1088.8292349623916 +1159.128664793123 +1155.2283012085516 +1166.7280878282688 +1170.4360082355622 +1179.8972854442272 +1154.0830545545948 +1095.1619438761682 +1097.9325072427157 +727.4146478498667 +426.4776966593398 +423.4779171063481 +348.9461313299654 +269.5814985194428 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +69.14825794052021 +172.34360662583182 +494.38687869075574 +779.7279059986677 +850.7952234389313 +940.2701400444478 +923.4836643093344 +897.2270546995859 +939.0618362738626 +897.4885739139838 +889.449321879804 +610.6018570416646 +425.9630400326729 +421.3004572574753 +421.29862828602415 +423.9762064763237 +382.5492730699422 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.067207722541106 +348.1586107031168 +709.9330116968919 +974.9809615017706 +1075.3820895301135 +1013.4219443246066 +1029.098647856769 +1044.7327160518373 +986.6205209026999 +694.1496774619125 +431.6260319434721 +437.2019189409547 +439.9458031155936 +437.86169521917014 +391.63312794783184 +305.0269575039572 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +70.45376227108356 +185.0260772669959 +600.3320646991546 +1043.2961104644116 +1133.5672181571786 +1192.8391209555248 +1189.3147938143106 +1180.9536727150196 +1185.9138915081685 +1202.1199112052752 +1200.8266341467408 +1182.0402436326672 +1266.7181034805953 +905.9636996967286 +557.8006342842249 +562.6190735223363 +305.3740922702168 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +141.4726824722445 +207.28297571360892 +556.7406338303567 +838.7632667417987 +961.1556318632862 +1086.8724422329112 +1159.8445135990119 +1096.9938907899739 +1127.3931628608632 +1138.8066889703828 +1072.1947628033574 +1008.5608535744274 +1065.4671866086649 +695.1487201420117 +440.82216611996984 +454.22475329456176 +300.7195213613699 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +141.40342873133892 +183.19170397402635 +551.6032161416833 +882.0991304730453 +928.3255818730047 +1088.046696676418 +1109.1241000183686 +1077.7557309956355 +1054.0981197610508 +1018.4168673994922 +821.2330842390141 +879.694283324668 +1029.2916334952668 +652.586497225459 +432.91413412787176 +428.18100863471756 +242.11626038782185 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.75339590878478 +184.63844048650142 +512.392540925892 +752.7180529893473 +795.0818109278971 +810.8941191969476 +856.0115073024238 +870.7272002362434 +930.2192292467065 +936.8058803980159 +941.2841575442225 +933.3348249136651 +1030.6652237292842 +677.9068544725125 +450.61735521065987 +452.9408347780828 +247.21815196973134 +218.41952167110537 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.25879843437052 +190.72033964281826 +520.5297816949876 +760.6851136529714 +856.5104699772912 +977.3539621005308 +919.6097626333856 +773.1803275599641 +986.9897796123823 +913.2871501557115 +944.8646463579978 +867.5336381002053 +1009.48800203307 +683.404539317833 +400.23760284641133 +450.9434497313569 +344.27785322998284 +215.3493037241452 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.2232146973333 +187.6849402729831 +518.0059745779782 +761.0979497084986 +832.0718287763711 +894.5941392494256 +888.1540644211967 +877.1550143125329 +867.3718107488869 +866.8895965896075 +886.7792733290426 +610.1774130997272 +426.2751332234408 +414.1612869109342 +349.03071101120827 +469.2397873286196 +344.5682019677441 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.067207722541106 +294.22128598949956 +670.0736446333104 +875.4807045045621 +846.9633978242446 +869.195552514163 +841.7007629606022 +790.4187910827775 +847.7091972068213 +557.7556839594403 +399.23239299333085 +417.09956137457783 +406.65391595726925 +460.8327321301531 +348.2332033907553 +245.90052113642187 +109.822742285242 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.46301379447868 +199.31329185945728 +537.603881874093 +761.6303772113729 +828.8617540200441 +902.325409988393 +852.8074786533592 +843.421333971575 +886.921339276874 +859.1307486086907 +936.5549091520395 +844.0640381903418 +982.4860976122382 +672.5740869230032 +395.92107899364134 +442.8028045591737 +241.81520876307508 +117.02430491338372 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.789939521332435 +200.80123662770362 +518.2636857805908 +758.8768908288756 +831.111403725719 +920.2117249128395 +961.0369136323591 +993.5687930345854 +999.1575089859964 +969.3429015195666 +950.7570089864128 +960.9382652478266 +1026.0563304141301 +684.7882473715717 +427.57392165925614 +433.170306842863 +290.981884934009 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.753771894012246 +183.0462077460241 +513.6071310178688 +747.0831200832139 +859.3334386393467 +890.369921409557 +874.3398447290473 +904.0766823099958 +888.4446631937947 +859.5425236292505 +923.5466340487073 +876.392318688378 +993.3677140723094 +679.33430805093 +405.3956798412886 +464.45418837627267 +242.0155316176767 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.22809082975613 +186.4029390996521 +512.2383280010961 +807.3190307747192 +865.7059643105938 +943.0646411548622 +964.1181708590443 +997.2992203797693 +1000.4649348583806 +1012.346921498734 +991.2362200972983 +965.3241047125157 +1019.4878957331382 +675.9949490630777 +427.1733854893118 +408.635145373876 +242.7030741257773 +215.34474485297847 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.155116642482376 +181.03172402849336 +507.4210819479554 +758.5681868125383 +848.8396118848568 +877.8316578156342 +912.8189444943881 +919.0569864214133 +937.2321586597695 +926.1418285466356 +924.9169963197418 +922.1811947104981 +967.6970462467699 +715.2940037508655 +417.28193877957233 +352.2811320998457 +343.7577649544419 +214.685595072156 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +60.659312191791926 +216.9624523089106 +561.599719532372 +790.7709046202448 +908.225717002191 +906.9112216530162 +920.9034840145723 +885.4492263854743 +895.7243099686784 +922.3220162815542 +930.91740609224 +629.571655079035 +394.13080721928526 +427.81345387508725 +424.9647687253244 +427.33571776676837 +345.46290788876246 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.067207722541106 +315.0493580053448 +657.3634128274924 +859.912561840911 +871.3862325928403 +877.3077792491364 +880.8732006024429 +885.9986264233298 +886.8362619981046 +591.7060857402113 +305.2987998196138 +359.0131363991092 +361.6341669850313 +361.6766586075186 +349.45088910007513 +245.96462511497282 +115.64072871629149 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.17392943449342 +190.32062533666337 +521.7456702913826 +760.5218402522408 +883.9749262808116 +881.3047787484863 +862.3448504211658 +858.1140946926675 +855.8539816685908 +922.2062268312818 +896.3179163592514 +910.1428388011269 +1009.6285748187223 +663.9087235371309 +396.139116885548 +398.03034291863787 +244.9566313799698 +115.58548285219867 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.75920716201081 +188.33296211107432 +514.3314908439041 +798.5743439190313 +881.0206069876291 +929.4721740408638 +939.875219209867 +932.1688356792118 +958.2954093530682 +947.4654523337849 +930.5825880953703 +850.8700265350067 +1046.3390877621448 +669.0683943326399 +400.81067027546004 +464.9294419370967 +241.45329138625502 +112.67181515391144 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.30893109868046 +184.3254775187297 +557.8193283639473 +867.7526625909259 +965.0345022849181 +1131.3714144533558 +1146.4569465391412 +1130.5741803821807 +1136.432348682004 +1131.0021545185798 +1134.935399233871 +1006.3743089886028 +1042.0662847993567 +691.116858695702 +418.1576740247489 +428.77209563032613 +291.5242146055378 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +62.750355184799155 +196.956115389457 +561.7986243214327 +839.4734253271416 +905.4096598375937 +950.0337163367298 +943.6512822434008 +977.1791656463577 +983.8982673623324 +995.9538019500982 +952.4201901401151 +924.9552214952009 +995.8788116008027 +680.9801456491898 +421.289184159726 +388.3359462534637 +243.02999885053694 +215.69562970828915 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.67550327490066 +201.988304005534 +528.3075942162368 +749.3826424807927 +862.8667482183272 +930.9418882737659 +908.5774222596124 +895.2025033270514 +863.8905328715666 +910.231102353687 +938.7759195098558 +938.1307242814304 +1014.7776535051262 +671.4946461726985 +396.9222734418239 +400.5814587142016 +347.21232380640515 +214.88478791167017 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.9441354894295 +191.07489521985735 +529.1837115343601 +770.1713891420521 +877.4592839359495 +882.8513971718821 +883.4427151333048 +878.0046038454739 +876.8585647442135 +875.1014716561065 +896.5534201018514 +570.0892480851236 +363.63442066699287 +359.03199737857557 +359.05649567398086 +361.6753318510742 +358.2174684012101 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +39.06720772254109 +310.61664419115846 +662.1388958201557 +877.4641563826274 +904.7330177468443 +901.9024267489128 +875.7543908352487 +919.857190513089 +878.957156226493 +629.0698313195004 +472.3468421717134 +359.1077205510282 +361.85532363282715 +361.97668124824406 +349.7767473876357 +245.99576587916 +115.67757027819077 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.66848601369978 +193.0095225765146 +517.0036378727788 +783.3018829865061 +832.7225039762317 +887.2065659382556 +880.0912507223821 +877.0703658950597 +872.879519991059 +893.464086894055 +882.592326697951 +976.565190691225 +912.3186242372346 +632.0002866257496 +359.37548529949356 +365.0059934964646 +246.07369687719637 +115.65628468988169 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +159.51712569472681 +218.51791848887467 +560.1136326954231 +783.1811454253595 +852.9421610370807 +885.0337582635997 +888.3538502084466 +892.4710554225484 +891.5639123007805 +900.9696557135234 +918.7743839160038 +957.2856813820088 +911.0376110978433 +631.6568571754206 +359.1472035534522 +364.86351249089745 +245.5600637793244 +115.6279641584867 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +159.3194460016925 +191.76993531792158 +516.7597568596276 +783.0296992113475 +883.6552376092429 +913.8527999955684 +902.7253887005221 +913.4115547332426 +908.0409790986632 +921.5118405581146 +916.6961705762319 +1009.6695419815436 +1004.0390498351875 +716.632226019101 +397.40009768220506 +401.23291783121283 +245.08489181021815 +115.62155036392696 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +163.14822884135657 +188.8597382023885 +521.9058954919227 +765.14696360282 +875.9183116394314 +901.6365467889284 +899.2279170143642 +918.8527664667423 +920.2312330922069 +904.9297833137828 +905.9958607109069 +991.9598882176662 +984.362735952495 +665.9932941131066 +396.9893472801546 +364.4841372116112 +245.51940876481075 +213.68607119546652 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.83576581012431 +190.04162753819918 +521.8366948409428 +757.9246018553911 +857.8406292652076 +893.2459067194845 +908.590606597014 +859.4497894633251 +895.7697400121436 +922.6302228090088 +905.5732716298187 +1016.1238732894791 +977.9656331431871 +645.5049755370076 +394.07152589016954 +393.3918299240893 +343.4173666737499 +213.43078465559685 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.7484298517902 +189.68747164988753 +516.7848691436292 +816.3216958737142 +948.0414889923519 +1004.1765739806776 +1018.2181280007337 +1015.2717659880219 +1014.3286680240791 +1030.2685731612848 +975.2207998170195 +735.7569537155838 +418.7298206434598 +393.05455814218084 +432.01062812821385 +424.78855084537946 +385.73958480136963 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +39.06720772254109 +383.60069317040137 +796.7735952339902 +1043.8819031556086 +1110.0975746676697 +1116.4825959985417 +1119.154946743335 +1134.1961436090337 +1085.0287094588268 +741.3711008220461 +555.9552577152783 +452.8791264895036 +451.28540612513024 +463.95544593482975 +401.46738043447664 +294.2048300466569 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.64788602061674 +186.28516563918745 +513.9836726996839 +786.7016410023742 +854.3155981965751 +853.6275602239765 +884.7311286204937 +871.907579885882 +875.1971107602358 +886.8971851842877 +887.5304273064977 +976.3141873571461 +913.2659002370165 +670.6574795196236 +359.0832006390211 +364.77611217294213 +247.36021241623354 +115.6569529173337 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.8068725910297 +203.57453974134935 +603.0549827955964 +796.9402481266987 +787.8812660440915 +884.8170084478531 +879.956338639135 +879.8836811230701 +940.6853300578149 +892.892054890989 +899.8232831355195 +974.7410184349312 +977.3561022786732 +627.4063184938796 +359.0486732904182 +364.74758813703284 +247.52908946856712 +115.66443228072005 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.72323230591684 +203.065632932137 +538.1070055539561 +764.9864963876576 +850.672429193209 +916.5178186259691 +780.4094314157484 +905.4297120012757 +966.7000144572426 +961.9950221950578 +962.1568163652678 +1052.9346559993162 +1016.2546538371713 +668.0215416693028 +392.6104571839485 +423.75189623386996 +243.15350898637507 +115.58469770051971 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +244.08325219076195 +257.2679712557505 +615.6798308574972 +773.8078949111855 +823.3084451817025 +926.0170659883871 +875.9330100325778 +910.0785289183335 +860.2916208429376 +900.8147486274481 +905.9927740645902 +978.6367769842334 +1000.5203137984524 +660.3470093518478 +392.45326140205293 +433.03936853853537 +244.94581882017482 +213.43078465559685 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +159.71346936279872 +211.6489939122288 +538.0963824373227 +815.4607929112289 +826.6728163520024 +912.7041667535277 +916.4497054684649 +896.6947328536462 +903.4059764075802 +886.8245202591218 +873.9141424904918 +1009.6731916467993 +964.265136099487 +659.7077639860894 +384.0407734841095 +400.3454099756015 +342.602151552216 +213.43078465559685 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.73899991161065 +189.65369994563468 +521.7772438130725 +767.3479467616571 +892.9520979064918 +897.0952219807921 +888.9327250428009 +896.1402481088271 +892.0062319833194 +894.0224842873341 +912.2364612506649 +726.8302669331528 +396.89518556174215 +389.6465050201614 +424.11277348071786 +361.6267822853501 +344.31086680198973 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +39.06720772254109 +290.6826803904886 +630.0134533359396 +817.5195975023782 +868.7151403497746 +898.8986493260821 +863.4319208631402 +893.5293055067291 +882.5759828405975 +622.0046079933893 +403.0716954259881 +359.145398376717 +361.86912834307986 +361.9015559862309 +348.52948157509616 +267.6464789334791 +153.89069298089674 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.29894602850078 +207.21351291055296 +520.0828768353745 +763.5756584600432 +813.8459614038687 +870.8584386608699 +920.143551127329 +843.6668044824794 +868.2514827565619 +880.3156970917048 +806.5004944912847 +967.7520302504741 +1011.6230271504947 +664.6456145621974 +389.08795053563335 +405.9177693697724 +245.38825079993833 +115.61564253393986 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.68699232274227 +188.74044973102022 +511.4708213823096 +762.8561125408254 +785.3901259793992 +860.596159256421 +852.8833635857028 +849.7295801451737 +881.288842400049 +787.9332682201763 +921.7526462480794 +948.7851637234902 +1016.1787831009193 +681.5579741134143 +382.26135204817695 +395.52129906502336 +244.95933108595057 +117.02682783706814 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.64458889010257 +202.84969852256924 +516.4250480072036 +806.7731118399034 +831.4343078749303 +912.7160756742916 +925.2866742152107 +907.156498415347 +887.4516248797169 +907.9490932145789 +910.9798308260874 +1000.3464677131195 +980.8589157613313 +658.3391853358221 +358.95395681903193 +364.6223943701107 +244.9269513311701 +115.62119877251794 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.74596320712374 +189.46308720258384 +538.438049906626 +792.221184980531 +787.9454163368539 +818.6288353066058 +883.9927705779326 +802.2099484473123 +805.8890311550666 +817.9345243182016 +815.7702680872637 +907.3606086048064 +911.3516191296808 +631.8714510713818 +359.1512773604258 +364.85263777752135 +245.0160628542248 +214.46486316331257 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.14223788792785 +193.52503587727398 +521.9393067818783 +767.2072882724071 +854.3529882345664 +899.6836247283859 +896.4653822918234 +879.9041005568444 +903.7278981019065 +905.0465633808711 +900.168900913011 +973.807315439698 +910.9587240163569 +643.0569620319189 +358.90617036033694 +427.6315270690131 +345.6713619749719 +213.6190520480034 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.79048047483334 +190.9514799111984 +537.9708021029124 +769.3715940803816 +854.1394812039659 +897.1647139378507 +918.3271463884213 +956.4602217716988 +974.7507747869869 +976.0225428764062 +955.522244655397 +717.7091510384104 +426.45316874335833 +414.2372406808749 +349.0881900306151 +416.6859507609234 +376.89980388726883 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +39.067207722541085 +407.1828769887029 +734.2048670422755 +976.8444135723549 +997.2387180038228 +1000.2175659130324 +1020.6242595299827 +993.6626062332351 +879.9610371513062 +641.9687081720019 +487.68681673058086 +391.3292604424548 +400.9633264295063 +352.3322172065987 +358.4406498512956 +243.06810936274888 +117.04952185995447 +115.60263766152492 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.21602349497166 +188.53974136072966 +538.2107891795707 +761.0753351209903 +828.785304136093 +907.0536431973022 +810.4296148287934 +802.4668220882384 +805.8716187554252 +885.2139165611293 +981.9542330441744 +973.7971672703184 +978.0283685002815 +634.4768489651144 +359.0481443838561 +364.8250288318222 +246.9217931681879 +115.702607693214 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.82097040704171 +192.79508394771912 +517.1360539592067 +783.1565494090272 +795.7120159483637 +819.0214251263424 +896.4788504158721 +876.5111187112816 +871.7203333060718 +889.7520691504891 +913.4860660184587 +907.516144556044 +911.302191190323 +631.8130400541608 +359.11730760814834 +364.6896183675023 +245.74226859885033 +115.67309342616922 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.95897014028901 +190.21866079324877 +538.6654236752593 +765.6162850675667 +788.0497379086402 +818.329387896319 +810.4334678953489 +802.4916039606749 +805.8835887591579 +885.9472289227517 +987.6841063981929 +979.1259227818585 +983.3653827403199 +650.6563073329694 +359.04775403026946 +364.68620818975023 +246.41146368556397 +115.69721328645312 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.07179331034487 +216.55484869383196 +603.5555571408299 +766.165202450189 +819.1740338498103 +875.1781255549334 +891.4999205416105 +883.6612620866692 +869.8414947967354 +888.9814386966808 +987.5896566479965 +976.7940388381112 +978.8911274116009 +626.9116954344912 +425.4496095328873 +434.03114104674125 +245.94613339419863 +213.86424899172567 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +117.87662654444622 +190.8715362730283 +538.2144336768692 +841.9398655686781 +836.3947719162596 +916.9321351691567 +897.9099241701591 +880.7783683984534 +874.2892307413641 +893.698922084759 +997.1539647265329 +1001.2505452834042 +988.4907644406809 +685.0052694028955 +383.1321580832864 +361.5813848499839 +345.00584767887005 +215.21235273173278 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +60.6751530986228 +200.0696832365606 +525.6301776519189 +776.9169143827996 +811.3887969280212 +813.7295165118688 +807.4088348842735 +804.5276023351495 +803.1275310155474 +804.4045015648182 +922.2185086891013 +654.0420368675292 +363.8844291850111 +359.2468766479655 +359.3204826521934 +361.88940138630704 +345.23901613418127 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +75.03401923711434 +307.2171116924578 +619.2445297304054 +811.7229270984869 +875.2143807435428 +894.0379086541739 +894.0606883173871 +914.982324376915 +870.1362462096735 +723.8855062395869 +472.6120090706228 +378.7015438737966 +395.4109775052985 +352.7523518910225 +348.54725142904357 +247.47421522465623 +115.67250602245839 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.84821147870773 +191.79511080567102 +522.3219796971525 +771.9117057537574 +808.4887825375337 +894.6980860806603 +884.5503198288623 +877.1143363164698 +901.7295759059622 +888.9646342745729 +980.7757760533469 +986.2331886960852 +977.7227577635806 +655.404878370709 +383.43264737688503 +433.4455928249106 +245.1518470945318 +115.69700379913454 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +63.98823390690359 +189.9036912685219 +538.6620541026014 +762.3129983150926 +807.902834186172 +931.3271905027485 +873.5432512470809 +919.2809806359452 +921.0805212471743 +877.1901633275615 +987.4201740294131 +975.6769983105518 +911.2246857405386 +626.9674218906605 +359.1130289664657 +364.6724421605305 +258.25103784854724 +115.66058058762466 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.63026584133438 +197.13900143499148 +549.3343962223887 +783.3838429411937 +853.2184555991103 +904.0231656462217 +901.8114345517544 +871.0249454734122 +901.9345798351777 +908.1811649925404 +989.5322177191315 +981.622117367511 +979.2986730110099 +657.5449759557603 +383.48838250146906 +359.96552214543436 +244.8339938016309 +115.61305205740226 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.77227815461121 +188.49210405876525 +597.327494449293 +856.0992539322798 +934.5274128589778 +1008.105828555129 +937.6292069012015 +931.46866906537 +934.0311673153939 +988.429006868252 +1106.6187098442006 +1002.699122440019 +1017.0741274245039 +669.5024983233485 +382.74583859033305 +395.88814776756357 +253.4584501154912 +221.58374585347894 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +60.68560421068312 +219.3785450402528 +560.4105976769598 +848.1364067884463 +795.8287862339618 +822.9655086245789 +887.1834507190637 +802.7947915785909 +877.097576588289 +818.2708917222109 +982.2201552629635 +973.3309353818446 +980.2020749072999 +698.8610890871222 +425.37314419687914 +361.87101560610324 +345.2823588550815 +214.73190056271997 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.33015102661822 +194.4857799104736 +538.8146012580185 +772.3308572707572 +811.7481671224471 +834.8733704876275 +875.3889065411919 +871.9677370337454 +870.7232940732146 +804.7047144424587 +922.6408879777067 +679.9679989072456 +363.9521896212801 +359.37789222838603 +359.4954546722185 +362.1394933727875 +346.00534935578474 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +77.44993918054709 +290.45874577790613 +619.9096292569175 +811.7638688401687 +874.9813016804464 +887.1688473191913 +881.2948623649173 +875.9597216751431 +878.6391399111208 +725.092819154331 +472.67057142076806 +428.5133419767403 +427.6242995699871 +427.443512926416 +348.66515534395427 +246.02642645748057 +121.44378184292948 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.77256679114302 +190.2616539255098 +522.296149936459 +771.937697858605 +853.2823851151103 +893.077871584749 +880.4256940206109 +871.030832189565 +881.608805711316 +884.913455754821 +983.2334867926656 +975.4229571497592 +911.7421128632536 +635.2616157748413 +359.3291119083043 +364.9001202736825 +246.87551883663093 +115.7511254224007 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.90040293807031 +214.42334380331775 +533.2069326520256 +798.2446469804966 +795.9143987846375 +819.2608182160885 +811.3136083745363 +803.264039925544 +806.7854858755298 +819.0167179583455 +914.689163257057 +908.4728382443808 +912.4033980096754 +656.9387810504796 +359.3072541581977 +365.0100060240854 +247.0885383167918 +118.06232900580252 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.0061683909018 +212.46414430839346 +551.8405090993914 +768.2979200377755 +796.1503538479993 +819.2881278561414 +811.2726763289692 +803.1160612666998 +806.6296712115843 +818.9777059672169 +914.9606806762832 +909.0856589037943 +913.0240724387938 +635.6391619725366 +359.66926891378046 +365.3282147846324 +246.95970511160505 +118.05369126671849 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.03288792569113 +192.80630535663047 +517.3264578298689 +783.7289030459485 +788.4370666789407 +819.1044384873314 +811.1683761625337 +803.2723081953923 +806.6312938188785 +818.8394037387345 +915.022404294302 +909.099091196342 +913.01117347449 +635.5552316792944 +359.67610043294076 +365.3656446457762 +246.98370758542688 +213.64142456793854 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.61701012652886 +197.62115820394342 +517.5845891492265 +783.711189926852 +783.8850670137665 +822.9031904761629 +815.0313656822096 +802.4189307221372 +806.2901683880608 +818.8823218476655 +915.6375325642499 +909.3670681314837 +913.5201116344006 +635.4796140424937 +359.53602701520373 +362.22457252454797 +346.8559411484191 +216.59259070383527 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.33315108183412 +195.54315513942032 +517.1556032580368 +791.7021381280459 +903.2146035244414 +898.9129891147045 +868.3827050124792 +915.0187195716252 +893.4144413630916 +910.9040143783498 +1029.9979223763246 +735.8767200179906 +386.6370152999416 +382.09201266949697 +358.8920755301411 +400.0304585593796 +344.74554246516095 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +39.1654196424277 +39.06720772254108 +293.01655176509104 +645.0165559643702 +907.9649775424838 +929.4335315520566 +995.6756273890735 +942.1727559316248 +960.8192807743774 +859.7881139734367 +701.9341572681157 +418.1876737109814 +410.5213977708142 +411.47395901001175 +415.5937369632532 +347.28821985240586 +275.80365636478297 +150.7126692581548 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +178.19072724384824 +301.59723866862146 +516.8020539757351 +783.0508084381836 +825.9217648856021 +910.9853562458566 +898.651303491136 +928.5142555415885 +926.3108969865613 +897.7738427316908 +1014.3030341072296 +989.8939712205149 +1000.6146657746261 +683.9676610505152 +426.57033139920566 +430.1049102660704 +257.1183232963449 +127.46189067925619 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +64.0580730843902 +189.90824523509096 +538.708466106395 +764.7022294771142 +788.6865410847081 +819.5032857958046 +811.5369130812217 +803.4399362101373 +806.8928862313743 +819.0546907260206 +914.5620079576265 +908.287073378704 +912.3028561950508 +632.1589336435638 +359.412379468881 +365.0336338433394 +245.14575607712672 +115.74227908505274 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +65.59953169137026 +209.56294877511638 +539.2502841860476 +765.3779721239803 +790.2836810383241 +819.2264802598108 +811.4664301721916 +803.4858452959262 +806.9300908843468 +818.8444883044375 +915.0080598719136 +908.6003133217368 +912.7539045671457 +667.8190429947259 +359.4717058996281 +365.10897810562943 +246.11909023018478 +115.71190668936231 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +61.803211631980844 +193.3202357307599 +522.458348503063 +763.9273559599673 +795.945858707903 +892.0041064922158 +811.3745478744055 +803.8522048811249 +807.1983695992081 +819.2321910833177 +915.4372207335479 +909.2025034398176 +913.0067530453869 +632.1729203806022 +359.265606450844 +364.84849601439555 +247.7152837867293 +216.053362011973 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +159.68087886135632 +191.29654579966052 +538.6647429784437 +805.7566065909344 +873.6517173267507 +941.3699460634762 +887.8873954953617 +876.4442238218242 +863.9150821672506 +875.1579664350061 +984.8833834610751 +979.127075721544 +980.1530680013293 +701.9988830744938 +425.38164906746624 +361.7686616744467 +345.29494055611576 +214.65830311213273 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +160.32262180105505 +198.2877767720094 +521.0978418710104 +792.239980180005 +812.7502466661423 +814.4945000445052 +808.9229295662019 +805.637333176709 +804.3538817627317 +805.3980940178872 +923.4128077496924 +655.890663721944 +364.06607892757813 +359.4709749935287 +359.5126064920434 +362.0989324498524 +354.17231941944254 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +79.69490049195545 +318.90111260136956 +619.0783690518317 +812.8227378707703 +807.238685176759 +806.9624230621017 +807.8788563175192 +821.1986921395062 +806.4945642218985 +654.7384033386986 +404.36040275452024 +359.8386307663052 +362.49831356582814 +362.43227596622177 +348.231523475004 +251.89956844479693 +112.91089284541886 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +152.8143868660712 +194.2843685182857 +215.68459929157854 +222.56831446315087 +577.5545391804237 +784.6974111646718 +799.7855209972741 +820.7514206267067 +812.413159216216 +804.320736441115 +807.7182864200871 +820.4406176521096 +916.7305266412873 +910.442327728607 +914.2603514667519 +631.3961129022662 +359.9048469652277 +365.595631269296 +245.61323129930764 +115.73882195375619 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +177.44742583456284 +222.05222435707236 +205.49102687007152 +529.0140733671212 +763.2649449831782 +794.2244308194655 +821.8786811120116 +814.6317860650546 +806.1536764044743 +809.8700762143759 +822.1056039550225 +918.1165519290904 +911.808089322016 +915.550148008271 +636.9109761635731 +360.19777332090814 +365.8613150155879 +247.25581638063701 +115.81899533534444 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +170.2767194422754 +216.90514586205265 +201.60856275072814 +529.0855720107711 +763.0940307795712 +814.0235223701028 +822.2163709479015 +815.6247215521371 +806.7531055250502 +810.8696198127583 +822.8233610704386 +919.1465155843423 +912.980638316093 +916.7812843198701 +635.1746916401644 +360.6306439944202 +366.37366180582256 +249.3382716367351 +116.04026017449604 +104.09634834776216 +104.09634834776216 +112.60224332610036 +181.65261128742773 +127.213369953995 +158.4019912065255 +249.27893019983085 +202.85432579836026 +534.3770306332183 +763.4470962184854 +792.7697849795378 +822.4953420723813 +815.2209786516396 +806.4855959781977 +810.53149514628 +822.6754285014406 +919.262659149863 +913.1323058939016 +917.2945377002452 +637.4069156898089 +360.67627535201274 +366.34338172034325 +248.33426637968444 +215.72539877388334 +104.09634834776216 +104.09634834776216 +112.6025430774229 +167.5122493555426 +127.21385685696018 +166.9288756177918 +218.96316161997618 +207.28505935393198 +531.6175544538676 +776.492810613397 +792.7845567196316 +826.5157191110702 +818.8857001340283 +805.9662496640776 +809.1573644763708 +821.2267153382992 +917.4117737366181 +911.2018101786911 +915.253277825102 +634.8752764017564 +360.18703227943615 +362.80267719305294 +345.54049056088746 +216.45127290199736 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +188.88531841667702 +206.26080676564692 +529.3550715976736 +773.5986967766356 +815.4720728702029 +817.9199598669921 +811.6021801614826 +808.5259616060171 +807.2536570951215 +808.5947991166049 +926.4848513491917 +659.0373288363573 +365.8723232856518 +360.929788931585 +360.99814827744353 +363.5772619865576 +347.32743516210655 +155.50844599452105 +173.85017015867277 +180.5981546610162 +135.75319933468123 +179.81727776738055 +135.8166308631329 +208.41869738721377 +249.47242056679056 +144.22922169012986 +330.21388863194016 +691.9662584404017 +844.5062577424226 +810.7911235368871 +809.3762957920338 +810.8096402019754 +823.7935443034822 +810.0615218923907 +664.956026956059 +407.51020009494584 +361.5659675831717 +391.52490695100744 +431.45901628961536 +395.4278092316009 +291.0190477217199 +144.99357387373962 +142.57671820214972 +163.0587182123164 +154.67502855514678 +182.536828401276 +215.34875521684444 +204.2956962754747 +241.3413847397946 +214.23122712531006 +543.4678144905332 +774.4766425896655 +800.315320550086 +823.8739331045073 +815.3098881309679 +807.3946743154753 +810.7163959397541 +823.7131952023245 +918.7757708706654 +912.9051998852918 +918.1535608225363 +659.4656939993641 +361.3091417484864 +367.43968423065434 +258.42805371981257 +121.56853553597233 +170.03657316174875 +193.3788669151522 +127.2076819056654 +135.74942240634007 +154.5315051335537 +255.90453491056692 +262.663654842421 +205.38716229037945 +542.2122638753178 +771.2754216839033 +793.362918082054 +822.7236044106301 +814.2786361143143 +806.1542157988465 +809.2397190591543 +820.772093385777 +915.0903910943273 +909.6053599259692 +913.5831895148539 +634.5017220579916 +359.75640868432225 +365.3935182113286 +244.6655141580226 +115.80032766053475 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.2900234956737 +199.20656996705526 +521.4751455798578 +784.5756054946851 +784.7067386875182 +819.5233726233834 +811.6684155064123 +803.8375135729938 +807.1399210159879 +819.1866561672865 +913.7858538273343 +948.2574773655863 +996.7962046001957 +635.3328742051855 +359.2067242341896 +364.8541655971356 +246.3080134869873 +118.07902897269247 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.71545195072682 +192.2810367994829 +522.5852456272323 +771.6378253883428 +788.6924362990885 +819.2202595751527 +810.5816789666721 +802.5894968571517 +875.0184678898669 +893.5367591856585 +913.1721564766684 +907.4879247590162 +911.6944247346979 +645.1040239968072 +359.31199533074573 +364.965487508716 +245.29551075253983 +213.5279272522879 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +158.40203188970585 +215.55861208565548 +555.0429755188671 +811.588792863776 +788.8107783994376 +823.2880245596501 +815.3521789066783 +803.3335324900286 +806.7418418330496 +818.7691360499858 +914.879146852594 +908.6294250559962 +912.642407159033 +632.1882775375668 +359.3142714249342 +361.9749819260853 +346.3850250859257 +215.94270821041212 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +158.34034205337113 +210.7347976247704 +525.5701360333411 +772.401657182617 +811.7846873339884 +846.6949429540646 +879.8120040094336 +873.1897842557546 +803.9199452402631 +805.1523011317638 +922.9550040915583 +676.8591859942924 +363.90149764651727 +359.2652225815694 +359.34926183836194 +361.9983194367639 +347.02542593881134 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +88.01137782359721 +293.5701099026595 +617.9809656864262 +814.3735593147529 +806.6209639564415 +805.9169147352893 +806.8635141515578 +820.5213968520778 +805.9407915458844 +655.4683021472136 +404.1245114262975 +359.5611052491818 +362.24159214849715 +362.26733258748163 +349.7815022397051 +251.99036860237337 +115.1522874965737 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +198.68323896378752 +213.09019773404003 +199.03455235007317 +526.37402585226 +768.9520081812883 +791.7524984103233 +819.6437438235013 +811.5993338409749 +803.5676298026129 +806.9126564806761 +818.8262990015442 +914.0822425325526 +907.8965396999623 +911.9182962876139 +667.8811298433251 +359.32792033701 +365.00755433686686 +246.67569481353289 +118.08949772526333 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +163.31263610650544 +195.7262022350438 +525.8595704258088 +763.4214962112811 +796.6240343712454 +819.7363640403617 +811.7192201090468 +803.8317496618755 +807.2837913917892 +819.2842375995198 +915.3971084141565 +909.0302648330195 +912.8121403140257 +635.4651226414834 +359.4183562930152 +365.01650504269276 +247.16241343473223 +118.09609752024345 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +161.37837085634604 +214.15970003332154 +521.2912807711233 +784.3256650676623 +796.7893968571464 +820.164109040324 +812.2736391710588 +804.2329490030603 +884.4508502898854 +893.9871198926585 +913.8283244007107 +907.8448949433304 +911.9653515064176 +635.389938086557 +359.3185104915323 +364.9399637092683 +246.62352832212082 +118.07635683813888 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +159.46007802679506 +193.19799008426165 +517.4919034563458 +783.8341487102656 +897.558733761207 +912.4340144001063 +811.9882499883493 +804.2028042463905 +807.5980937585925 +819.7099784356545 +914.4837720043195 +908.9217071607966 +912.8833423850518 +631.4584084800591 +359.9150696283766 +365.5728273977252 +246.48487970278012 +213.64367542138345 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +191.658608441104 +202.74541901775243 +524.8743940213722 +762.8763627614971 +799.5144225255378 +825.2670929873342 +816.5449693228962 +804.5913346061814 +808.1267285304835 +820.4386995944329 +916.2202808390223 +909.9722969758772 +913.9876637494821 +642.561730699794 +359.9768264098591 +362.8496496236691 +355.33440994573687 +223.04736223954856 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +180.3963169051561 +203.58660848945982 +524.4540631718075 +777.1755730194909 +812.925410890731 +898.1083131766192 +808.240507360376 +870.5824252522755 +803.3710111773354 +804.4307078865522 +922.4439990582827 +668.2752024185929 +363.9133666902233 +359.3030120831296 +359.3827330585147 +361.9174313102062 +346.4186339270195 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +136.90441712417078 +79.29344310067664 +292.39290492780367 +617.9175811722912 +812.300531538832 +875.7750115496303 +871.2929127695234 +873.2427667769485 +887.4686495383721 +872.1407962949472 +655.2820842016347 +403.12033972921216 +359.09863956793464 +427.6740654437302 +430.93767090926724 +349.21222588554934 +246.12433649482173 +115.72205970683756 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +162.84867756031218 +199.71695397241893 +524.0889441573477 +763.0860946949163 +790.5491223959182 +822.0602320466568 +814.0426887028874 +806.0932840660425 +809.9428714549031 +822.244240175972 +918.2830147073296 +912.1830727121952 +916.3560260336461 +637.6601626961777 +360.9833062057076 +366.7762226662687 +248.2902772912003 +116.08470406092054 +142.49776190828496 +191.7763317976238 +216.156150700922 +249.58420601071964 +276.53654946227203 +284.69919954560123 +268.91166257910317 +256.1786263720983 +542.5498157780102 +773.2846521800283 +792.9695031135296 +824.0938114263206 +815.9240046292806 +808.0113613795054 +811.2128804124976 +823.4965634666091 +918.1702904930619 +912.5248193163395 +916.2516803338252 +637.9871767671991 +361.2278872254689 +366.90186304961253 +248.42806567573058 +117.69489859692288 +120.51692581621533 +154.59476266497663 +127.21521506748262 +168.86426002795724 +135.7743381143937 +258.34052778593724 +252.07600835854834 +203.84358478660144 +532.0180201746142 +779.9836145035724 +790.8057928735473 +823.5889974622937 +815.0405104990621 +807.0486559565057 +811.0396496665912 +823.2720992844788 +917.7746813128188 +912.2634742281364 +916.3273859162591 +637.7571560272246 +361.0276690846152 +366.7787336717088 +246.50108240484838 +117.55929824015679 +120.4832568932975 +167.4357122764509 +166.37970841568708 +127.21918066290613 +134.938434671052 +166.96812936666657 +218.80229481807487 +206.4396562728664 +534.2676747399677 +770.0543432188738 +800.2894646380227 +824.293973711133 +816.0673025851032 +807.8872512457297 +811.1601264561067 +823.4693392171017 +918.2017260968211 +912.5985077791137 +916.2782117501304 +641.3416108975749 +361.12233625756454 +366.7314299814729 +245.41083761957313 +212.95383136499495 +112.6024016486676 +166.32267197108425 +112.6149780021551 +169.06893250389123 +135.75639892897138 +203.15514247020195 +251.31711500300477 +204.26888418819783 +531.9889522829185 +773.59898595535 +788.5983972924497 +827.065283869881 +818.7056137592542 +805.9368461695253 +809.2443539158437 +821.1925642594119 +916.2502743184699 +910.4679503301345 +914.0812554617702 +634.5184128147873 +360.08030233702107 +362.6445162527747 +343.54069403823775 +214.16687755367434 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +135.27273966578412 +195.3715339775585 +202.1420428233704 +524.26633725447 +771.0918858418254 +816.3907495935724 +815.680907920949 +809.1555733163236 +805.7239207128248 +804.347508742987 +805.264171964094 +923.1758229591001 +654.4683220434825 +364.19475019647405 +359.52868187738903 +359.5788579842224 +362.25319242770735 +345.00385990697475 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +104.09634834776216 +143.77863303218976 +199.88938342018926 +143.26912009624988 +324.3174779754455 +618.2666513802128 +841.5204825145349 +807.9845638794395 +806.9487815290591 +808.009826061746 +821.5012208676135 +806.7486679389245 +656.4439454444437 +405.0033108249109 +360.1213502126941 +362.8901157183346 +363.02417455922074 +366.38908554349126 +284.35758874229293 diff --git a/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv new file mode 100644 index 0000000..b6d6129 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_12_pu.csv @@ -0,0 +1,8760 @@ +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.085704587806794 +0.079230512926215 +0.13758766634046984 +0.11068680559493832 +0.09791213812032025 +0.2237201764972617 +0.47085175919173283 +0.619153291811104 +0.6148266139896161 +0.6138404934464878 +0.614648031003056 +0.6242252121278942 +0.61355078139676 +0.4991129389757541 +0.30768641782193096 +0.27377024679739986 +0.2757810260851281 +0.275795167478662 +0.26303719147682497 +0.1873064365203579 +0.09255471395062083 +0.079230512926215 +0.09999119382041208 +0.079230512926215 +0.10523701209900117 +0.08571351602196889 +0.1949248414478415 +0.16632952645811294 +0.15015068961159406 +0.39965975969142686 +0.5971566225358437 +0.6090282399602365 +0.6246484441400839 +0.6185368601362154 +0.6124470573769469 +0.6149944607514239 +0.6241828502408782 +0.6963299294305598 +0.6920062996149491 +0.695076765040146 +0.5088791864145789 +0.2738501685422149 +0.2781769719629037 +0.1931653051169015 +0.10456392216097783 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.16117398056892276 +0.17194050029957655 +0.420674003062148 +0.5977627336155116 +0.6038981434697114 +0.6257361453167474 +0.6198066367123055 +0.6138260291817442 +0.6164088470569571 +0.6257318183095111 +0.6978897216616623 +0.69358918118161 +0.6965942014877 +0.4832717540880576 +0.27449816711498504 +0.2787470066177761 +0.18636299610782453 +0.08815497644210118 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.12718219726913113 +0.1266332022321895 +0.1270657408475975 +0.16721396304418848 +0.17967104912071288 +0.4045129018962355 +0.58538103582528 +0.6004230604518551 +0.6260747241060707 +0.6197122547607068 +0.6137757051640692 +0.6164605999794074 +0.6258597199948766 +0.6984172942273268 +0.6937606656629915 +0.6968194736929707 +0.4850236106843552 +0.2744421410185186 +0.2786883099085741 +0.1879455499150068 +0.0894624649857171 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10589582050178008 +0.08571029029997083 +0.12055249436708904 +0.1643728254016435 +0.15315441627240123 +0.39961462768443945 +0.5973737844801015 +0.596196459779652 +0.6251826530673487 +0.619107986288419 +0.6130045425565882 +0.6157766434601989 +0.6252048679587923 +0.6979211640628743 +0.6934668096284089 +0.6966303583934924 +0.5139527974024791 +0.27436123300329146 +0.2788051900907136 +0.18737366931199098 +0.1621247782458264 +0.079230512926215 +0.079230512926215 +0.11037327209490878 +0.127337917943332 +0.08571565007087341 +0.11593483343562411 +0.1689852649591513 +0.15468784263175778 +0.39961284859524204 +0.597107616849095 +0.5998497086537345 +0.6282314592757433 +0.6221215721604862 +0.6125902401847613 +0.6151173742475999 +0.6247557283922024 +0.6980859750359296 +0.6932992688391703 +0.6962303258537091 +0.480595313700352 +0.27381893843721583 +0.2758028920055949 +0.26479981101109146 +0.16346028874075846 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.14401099064961329 +0.15702192773352874 +0.4024771686154862 +0.6053626109246512 +0.6415734973174322 +0.62135348481278 +0.6169408019359146 +0.6143522804900394 +0.6133877851830744 +0.6142947730554451 +0.7039446962051955 +0.5056533375454177 +0.2776705000810434 +0.27428770663541674 +0.274276406185298 +0.27633072261162894 +0.26298693166775305 +0.079230512926215 +0.079230512926215 +0.11128014418915255 +0.09681618025213722 +0.12149907147580372 +0.1280040113842884 +0.15768922879595812 +0.19937501997488044 +0.1071018566783845 +0.2395569299031538 +0.48173575255724416 +0.617835156290634 +0.6160476525776614 +0.6151054644067651 +0.6161234491537037 +0.6257134058318544 +0.6149335426715906 +0.5063286919934193 +0.30866198189926247 +0.27433216501162916 +0.2763398891003677 +0.2763615059646151 +0.29438292831684054 +0.24185480500619644 +0.16660141918541774 +0.1322587526482024 +0.14424545559683624 +0.13821685439678824 +0.1433103982855991 +0.15528070481803377 +0.15936089786221827 +0.16635520344142013 +0.1572910987202355 +0.40706779422632333 +0.5822854122966579 +0.603599008141609 +0.6264463933132043 +0.6201452582435548 +0.6138948420001161 +0.6165239393701258 +0.62589771776148 +0.6982553353828155 +0.6940179890426695 +0.6972610247804482 +0.5018481932267835 +0.2747354527773128 +0.2790470525188675 +0.18777702249623598 +0.08950551442720082 +0.09246280427794427 +0.11410510789754365 +0.13978897662001935 +0.13154037814756872 +0.13780432998699182 +0.15679314280312873 +0.17128615439405812 +0.15681139927979776 +0.4030754787273675 +0.5808574293794178 +0.6014872775344595 +0.6249326093692048 +0.6188313328715018 +0.6124741159902343 +0.6150495334218912 +0.6242498618529542 +0.697064653628778 +0.6922987478546289 +0.6949367627327556 +0.48048533042719815 +0.2736259504971492 +0.2779490717176145 +0.18655327445884504 +0.09254833378414118 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12426931208391913 +0.14859282377870936 +0.39412118619320863 +0.5968540214480589 +0.6352851715665987 +0.6974144337983705 +0.6885801904122069 +0.6860522139851112 +0.66558848204833 +0.6821355781665249 +0.7719081865053109 +0.6841497182618614 +0.6941142635883942 +0.4836501708740314 +0.27376866669312816 +0.27819252019576346 +0.18675157691029068 +0.08827798669713426 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.12861330001748356 +0.1426416558429294 +0.18952114625108515 +0.20017453914175234 +0.16132666662945658 +0.40538221546174197 +0.5938106487618894 +0.602676528264805 +0.6268516232779894 +0.620166496467009 +0.6138863714442518 +0.6164780972851185 +0.6258180478475844 +0.6982244915037462 +0.6938969645180704 +0.6967090959249627 +0.48493116916147744 +0.2746163779077076 +0.278762747001024 +0.18752310812514777 +0.1615221526788569 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10625521822286557 +0.08571027410056074 +0.12055199162290824 +0.16792035032963176 +0.15587187291349813 +0.40428205548081225 +0.5906839364665957 +0.6013863989417997 +0.6277894039251897 +0.6209944504279777 +0.6116848653135184 +0.6142201792472504 +0.6234258632922601 +0.6956689086106562 +0.6913819641275422 +0.6944255793661138 +0.4837258122850254 +0.2735509425258513 +0.27553501820743137 +0.2612691980114158 +0.16226644480232771 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12342117718458039 +0.14937178289980185 +0.39643753275087246 +0.5911927753413936 +0.6181283588889912 +0.6195833287726012 +0.6147152321009258 +0.6122053829724571 +0.6112605454254207 +0.611973904781234 +0.7017839618808301 +0.5078485663749491 +0.2770263673423674 +0.2734954036715477 +0.273525705974618 +0.2755231010329379 +0.26251446901467396 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.06328773728901085 +0.2389853047923586 +0.4819796379619593 +0.6136903205573006 +0.6133305159656744 +0.6648606522950345 +0.6131388247490178 +0.6230248472746382 +0.6433332845408549 +0.4977750789906846 +0.3074965354954208 +0.27364910680380017 +0.27573828339178286 +0.2757163657326111 +0.2644134443940021 +0.19169435071117744 +0.08876067020747389 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.11836750810022509 +0.10943929931110453 +0.16511519886056547 +0.15135947561293928 +0.4005774120200192 +0.5807601668207979 +0.5991067944504388 +0.6236171170876019 +0.6687212275350536 +0.6621261376902349 +0.6648161080739203 +0.6227600329416746 +0.6951798487664924 +0.7215271432697552 +0.7582531532608472 +0.48342187755697663 +0.27341053815472294 +0.27770592878660844 +0.18655117173293523 +0.08804101746382875 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1231395407134964 +0.14604695082772534 +0.39369903206690937 +0.5965258917427653 +0.6500655732600119 +0.6734285537700324 +0.6169903291024592 +0.6649019049604317 +0.6760618948710989 +0.6789863474119298 +0.7557353375659642 +0.7528144670355692 +0.6933424255073937 +0.4810614823893599 +0.27334659327871447 +0.27762912193310685 +0.2003027328577642 +0.08808311422084535 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1221217041029992 +0.15922589304578705 +0.4105615328094276 +0.5984072282576833 +0.6016966057378719 +0.6240681640556491 +0.6177383665909595 +0.6116760944476483 +0.6142592553509009 +0.6235376244218755 +0.6958086686768991 +0.6912353756469437 +0.6943131339078645 +0.5001559347462198 +0.27361122305074637 +0.27790725223647106 +0.18640144045126522 +0.08810209731364443 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12274788329051854 +0.14912062794811273 +0.39402504391926063 +0.5967775612620013 +0.6802503763994925 +0.6888277012114752 +0.6180362449159545 +0.611981448870554 +0.6145571814971951 +0.6238527922882408 +0.696034557062182 +0.6917136187934337 +0.6945228749832851 +0.48382755503566927 +0.2736880955008416 +0.27796558998370924 +0.18639101020075574 +0.16259672016887142 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12204388782040008 +0.17317820474024034 +0.41069971000227595 +0.5968554240860954 +0.5983199457053966 +0.62760105727233 +0.6217936753172002 +0.6121396061842376 +0.6153006500571907 +0.6241768593825062 +0.6974383810974149 +0.6926319076521839 +0.6957815049481844 +0.4808293021203012 +0.27400072704847067 +0.2760438821939181 +0.2628980201629151 +0.16465870208431813 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.14981161670076615 +0.15486454096334384 +0.3989608887183413 +0.590605568410735 +0.6193195911812605 +0.6206488931343748 +0.6169049253538954 +0.6144700789880403 +0.6133429040025963 +0.6141262144642538 +0.7036210289217657 +0.4983031841461567 +0.27741976356203035 +0.2738459067089797 +0.27384854129259406 +0.2757702832476493 +0.2626532015927207 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.08570438407320558 +0.10295969761445367 +0.13000051579436947 +0.10446403324382306 +0.2242794167621992 +0.470722903942395 +0.6574357656829541 +0.6145928964523201 +0.6141577328794915 +0.6149267456925382 +0.6248461791209236 +0.613784308373659 +0.4989962589508611 +0.30755204179912027 +0.27375188558453445 +0.27568841543454825 +0.27572260554287337 +0.2664980716782262 +0.19187849652518496 +0.08773013553772525 +0.079230512926215 +0.079230512926215 +0.0857045764007691 +0.12649170319937422 +0.08571886868461194 +0.14342167111413287 +0.1732539126978651 +0.1572378653653482 +0.40781754959305727 +0.5863160772182752 +0.6027116292781833 +0.6261262741275141 +0.6205865987483807 +0.6146335450603901 +0.6171172651592242 +0.626514573250534 +0.6986748543889405 +0.6945888699630166 +0.6974922440805028 +0.4979428719815325 +0.2749176766633886 +0.27919539241395597 +0.18869702203672845 +0.12062441312084943 +0.13722016576002824 +0.12895386814276133 +0.16400956954129592 +0.12099983681467939 +0.18587730710167655 +0.21983423650876144 +0.2074872068514772 +0.1624097152033289 +0.4050219941918384 +0.5888482957684977 +0.6034476107822995 +0.6267424355167899 +0.6203579879094108 +0.6140086672998428 +0.6167840553108588 +0.6259653600578401 +0.6984716583038456 +0.693890266307981 +0.6970224274942908 +0.48513036974906365 +0.27457105769593737 +0.27883639833026874 +0.1869720645047514 +0.08820433396562159 +0.079230512926215 +0.08354636307464412 +0.0857048887915352 +0.12699225927683566 +0.08571750876433054 +0.1517347606249449 +0.16691092679297947 +0.15258315310787607 +0.40451088198987206 +0.5835825740542316 +0.6034470176991259 +0.6258972773027976 +0.6196278979815065 +0.6136397964565655 +0.6160399707866527 +0.6254784179175775 +0.6975368742931661 +0.6935911408003353 +0.6967091677642545 +0.4833700774346827 +0.27448046912737006 +0.27873192083422055 +0.18765491402941223 +0.08949073540292808 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.11796059618525179 +0.12149995806703819 +0.12642425608232571 +0.16787095927003334 +0.15559343891419353 +0.39993453535074247 +0.5975729526686098 +0.6091241278235164 +0.6257527229167 +0.6196902595027586 +0.6135760056465052 +0.6158755553222056 +0.625200786595739 +0.6972306638575522 +0.6929539510915663 +0.6958772943664404 +0.4830858425253648 +0.27409681096313204 +0.2783644662234152 +0.1869629674507598 +0.16253387749004092 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.12966597857278941 +0.17302347530043866 +0.15334590891512645 +0.40299253471097896 +0.5842961171211516 +0.6038296884282593 +0.628187605739012 +0.6222225769340832 +0.612907010120673 +0.6155939401717524 +0.6248283122992565 +0.6970761235963179 +0.6927311432600465 +0.6956471230311192 +0.4809069602312991 +0.27403999892413694 +0.2761599285505466 +0.26207045841907106 +0.18020734821839415 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.08570457615683473 +0.12661807576951373 +0.1452255186509315 +0.1707926080831347 +0.19706154587126423 +0.4042991907420986 +0.5970160469766944 +0.6207978911484698 +0.6222923792180495 +0.6172030227186008 +0.6148481309993521 +0.6137051843843526 +0.6144088531456201 +0.704012083900206 +0.5001560582043734 +0.27812855275479725 +0.27458691106987293 +0.27472778469059156 +0.2766521229388293 +0.26327759717010346 +0.09288318142505 +0.12708145041818333 +0.12657077377136586 +0.11039770787080593 +0.12151494204293237 +0.10334307118916294 +0.14005422634101045 +0.12834380487372624 +0.10954778972228678 +0.2334262193725226 +0.4886082166767025 +0.6163450575088029 +0.6159918522534541 +0.6156162875770437 +0.6162367343039377 +0.625877808471148 +0.6152757187301128 +0.5002091093272398 +0.3088902651180346 +0.2744637974079362 +0.2766088580356873 +0.2832087100788708 +0.3209110792702507 +0.23789024695202352 +0.13798837472812553 +0.1317133916679733 +0.13697735750541132 +0.1356449985320705 +0.10338563563359336 +0.13415740613046176 +0.17601841514306354 +0.165777496537431 +0.15709804781736209 +0.4052949263202394 +0.5941509740757209 +0.6019825340009665 +0.6268329146594684 +0.6205426825494317 +0.6146730063655879 +0.6172390283984368 +0.626501860814914 +0.698908888430882 +0.6950757988570019 +0.6978612885562515 +0.4854725615342203 +0.274832776868035 +0.27902491051263784 +0.1875572331403973 +0.08941881409213208 +0.094330522617091 +0.11623901647789574 +0.08571171730961401 +0.0922070626984392 +0.12614126277542012 +0.12707773286311208 +0.16625690573710983 +0.1643484085823777 +0.4050069022855444 +0.5888965902522136 +0.6011598877482353 +0.6275167291944018 +0.6212587822160501 +0.6152702621931693 +0.6180420994072399 +0.6271856956153954 +0.6993989710055918 +0.6949511528502628 +0.6980759053420966 +0.48325199754711606 +0.2746630031562904 +0.2786649749586811 +0.18698581965315755 +0.08816435474627492 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12208968667353749 +0.14831223154349446 +0.3965708582001601 +0.5838255847113135 +0.6061780412801879 +0.6237173190215667 +0.617601050130432 +0.6115936384991452 +0.6143049929539485 +0.6234923464062939 +0.6961215167313874 +0.6916645716038691 +0.6945395473866754 +0.49201785784520563 +0.27363761838393824 +0.2779250637195262 +0.18770505875734514 +0.08986306160765165 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12276174236777888 +0.16950600011143313 +0.42494221079333966 +0.6216562860040898 +0.597798008209156 +0.6249914480270804 +0.6189397964978399 +0.6128913793662559 +0.6155039328990715 +0.6247525986878788 +0.6972667591982581 +0.6927118127407101 +0.6956120270045077 +0.5090141166564361 +0.27402023656777835 +0.27832842472788366 +0.18641290511165062 +0.1627097441983252 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10943425229483074 +0.1702881649099384 +0.1772042418862367 +0.3994984993757778 +0.5902859953476356 +0.599883204995113 +0.6282031170816067 +0.6219396150471821 +0.6126584785709577 +0.6153438068615682 +0.6246233264703213 +0.6977517219484879 +0.6930365604516071 +0.6961961645778645 +0.48075492660114044 +0.27406996517956833 +0.2761120674689518 +0.26296228833432433 +0.16472660976557754 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10590146067487947 +0.10944212552306212 +0.16803765530062756 +0.1607809944619981 +0.40276825346798956 +0.5869027255397381 +0.6236817365751409 +0.6220249283413363 +0.6181840922027948 +0.6150777452585858 +0.6141150062561113 +0.6153112789149832 +0.7052694121857677 +0.5013897452944204 +0.27824733188145045 +0.27481450885955183 +0.2748972078593744 +0.2768472171317665 +0.26413054759486465 +0.09290048962882758 +0.10600105326851703 +0.08571233034003868 +0.11687708523428231 +0.13740716404280492 +0.1280200738998099 +0.17003519894554106 +0.24232776856839935 +0.10741820441165581 +0.2483916765343226 +0.48796167793239614 +0.6174157659471795 +0.6165086388862203 +0.6156217677589385 +0.6167953800824175 +0.6267124072321095 +0.6161446234140652 +0.5304999132106314 +0.30973235580298986 +0.275004935044016 +0.29787315953455457 +0.33888759431015864 +0.32278330012374973 +0.2657138360035453 +0.15707437691623066 +0.16854935430723053 +0.16292677013283363 +0.16969051500018656 +0.14578334902363785 +0.18791996770886432 +0.21337462484269717 +0.1954967591550625 +0.16473748958316498 +0.4155068115054476 +0.592114895139806 +0.6107093899677777 +0.6289025173619586 +0.6227827355549834 +0.616353205419695 +0.6188215895004084 +0.6282215625270853 +0.7003780698832881 +0.6962581277590498 +0.6991695832522061 +0.5022309612982386 +0.27566783112972 +0.2799381629531325 +0.2058563049372463 +0.1271647932252659 +0.1289243232128793 +0.12753102321852408 +0.16587133039462157 +0.16476727387404796 +0.1887797860064889 +0.21183891397324237 +0.12163034585433181 +0.16387328012051797 +0.4139267062119352 +0.5937606787877031 +0.6022329310967978 +0.6274151702836647 +0.6205353787536763 +0.614061291041145 +0.616574819859392 +0.6258497716754859 +0.6977041281511166 +0.6936957304400635 +0.6966863251382325 +0.4828988507842554 +0.2744599261737483 +0.27875313214580866 +0.1890423884011839 +0.08953639873104116 +0.08329406688910058 +0.09095052145386275 +0.09681400484639407 +0.12869138491257942 +0.10332691617335957 +0.19568485687858922 +0.12054945668684415 +0.18415451003442287 +0.43750570189238985 +0.5886631055660657 +0.6004372925475002 +0.626223467660361 +0.6201059095936114 +0.6141523631058088 +0.6167071605923431 +0.6259058371432166 +0.6237063446882691 +0.6938577124654398 +0.6969378801849956 +0.48348860308162517 +0.27472804786334776 +0.2793022816590561 +0.1875275250969004 +0.08833762469220877 +0.10251663516794002 +0.11150408098685854 +0.0857078518053918 +0.08571486943668463 +0.11956790734197276 +0.16232577468851456 +0.09778829348060646 +0.15025814099902646 +0.39975433147342354 +0.597596960444868 +0.6125779265188318 +0.6252468482300381 +0.6189107000935791 +0.612956764116556 +0.6154169437017346 +0.6246691026669937 +0.6225520139824265 +0.6927614692764138 +0.696051445404042 +0.4894371109152769 +0.2742048386796218 +0.2785378406740156 +0.188156203302778 +0.16028785678665994 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.12637565837480982 +0.1260024531230077 +0.1431966136867364 +0.09753059698941359 +0.1746866642078077 +0.43574441695110655 +0.6134116340478363 +0.6078927809020389 +0.6283089038311006 +0.6224860031406649 +0.6132957792009927 +0.6160169553139788 +0.625683940888181 +0.6235783891068768 +0.6940035451779143 +0.6969927667659293 +0.5144394516815882 +0.2747351250343306 +0.2766615897455312 +0.26076910201528025 +0.1625936894632007 +0.079230512926215 +0.079230512926215 +0.08570452838533839 +0.1267060620611802 +0.085714647395124 +0.14344524766188474 +0.11203874793991218 +0.1537050154657462 +0.40628534866145116 +0.5879595355620817 +0.6322230386804252 +0.621292263600456 +0.6160254713953949 +0.6133515084834397 +0.6122030262290155 +0.6124760772736727 +0.6272716760412612 +0.4978978558939753 +0.2771673051842819 +0.27364417982842115 +0.2736276123438277 +0.27566410741003 +0.2612131828067334 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.05972324857936074 +0.22411356203994778 +0.47071855384609707 +0.6164436228364766 +0.6161598326469007 +0.615499286984199 +0.6164070383690001 +0.6261467840335087 +0.6154619033877261 +0.45566198631322824 +0.30939633396860544 +0.27488420448066087 +0.27678690726118016 +0.2766888035357779 +0.3051988735483019 +0.23975322563981624 +0.14927288730869914 +0.1512893086846372 +0.1423246479139311 +0.14610363292688602 +0.19010065940684778 +0.1931194628645989 +0.1687739262070502 +0.1187307507606484 +0.16331116650669522 +0.40795923353828284 +0.5895288985941753 +0.6034464368906657 +0.6272238455708478 +0.6208276113747739 +0.61462304029887 +0.6170293366949823 +0.6262599178629898 +0.6239074693187644 +0.694021573010219 +0.6969528620751786 +0.4829269585442592 +0.27455122594796294 +0.2789289835182634 +0.18855070752886915 +0.08834125702752148 +0.09784873636555548 +0.12295412228223802 +0.15525850436310998 +0.09684201660890418 +0.1144863956468194 +0.19109236035516866 +0.12032031835799521 +0.1558062213319453 +0.40773652470144667 +0.5852691214961869 +0.6014664524147819 +0.6253498642806554 +0.6187574767339555 +0.6122113722155585 +0.6143490999229765 +0.6237379973366232 +0.621593408903202 +0.6917481192997696 +0.6939212747815721 +0.4836505753676661 +0.323015457526408 +0.27756494177756613 +0.18731147803441528 +0.08808893346817569 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04989010682679204 +0.1457605303756573 +0.4005255457432164 +0.5872789587731966 +0.6026469963094303 +0.6240555827522415 +0.6180805234225406 +0.6121053771873227 +0.6147446612963918 +0.6239676625628894 +0.6215590165382221 +0.6918254148973579 +0.6947408416165456 +0.4839136087015646 +0.27369330764217786 +0.2781521365007154 +0.19317162174042 +0.08810887109867856 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.049489706618327245 +0.15126307642012768 +0.4109274053608378 +0.5969278797508462 +0.6080920253485882 +0.6248728877052451 +0.6189188537414055 +0.6129608201035625 +0.6156138439856902 +0.6249793252624632 +0.622699285986571 +0.6926985424158759 +0.6954740011782596 +0.4807228961962517 +0.27395862173838603 +0.27821065750357143 +0.1863247085842713 +0.16249705749225588 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04750890721348911 +0.1513683983498209 +0.39402110026395487 +0.5967212939673945 +0.594714805049171 +0.6266957018183342 +0.6207789849043429 +0.6114080130482195 +0.6142393740665831 +0.6236028711944516 +0.6223532083161609 +0.6919800915732511 +0.6951265534314558 +0.4837527463423863 +0.273618890506854 +0.2756518165420847 +0.2642230906765565 +0.16443573092853134 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04688877023635534 +0.15087848073310312 +0.39653911125416125 +0.5919965116836677 +0.6187860620397747 +0.6199454783507768 +0.6158134708730809 +0.6132374881426526 +0.6122929257771965 +0.6131386831062058 +0.6290354786410827 +0.5321980210367419 +0.27719173240892114 +0.2737232521111398 +0.27376215960538214 +0.27569888166602213 +0.2930279581351138 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.0654940723678975 +0.2337828130903121 +0.47113602328525833 +0.6180011304321299 +0.6660530762569226 +0.6131159615451668 +0.61376549394119 +0.623981832875472 +0.6130376156808028 +0.4233053966573856 +0.30715697314886314 +0.273447694867936 +0.27538143954006156 +0.27538453023751713 +0.26629654183900026 +0.189113329167878 +0.08812741918872602 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.07996941211922588 +0.15188704960511407 +0.4005607586384369 +0.5836461570438062 +0.6087814379910242 +0.6237923921667357 +0.6775264493987361 +0.6117045135775654 +0.6145866314842459 +0.6236519105455143 +0.6218936689322333 +0.6921577753918707 +0.6960276510923908 +0.4848128045466335 +0.2744731616798225 +0.27876237280954475 +0.18702299267784533 +0.08832305207535308 +0.079230512926215 +0.09095084364031142 +0.1294826318641107 +0.0968285667403015 +0.10706524743834354 +0.16917878191155988 +0.13791722053110134 +0.19153615415000835 +0.4008972583967252 +0.626228968422283 +0.6011311437647732 +0.6271315605915154 +0.6208727288346158 +0.6150321435029074 +0.6178078625601052 +0.6266895231923008 +0.6244308326357443 +0.6943860790482981 +0.6973471361714353 +0.4852886903697314 +0.2746890697824891 +0.2790319444068499 +0.1885585543447697 +0.0883609291318588 +0.08751859416517338 +0.08354651550821442 +0.12270751670329218 +0.13723659716270048 +0.09682101602771848 +0.15694031416229112 +0.12666863252911584 +0.15454575668862477 +0.3993483148913287 +0.5806712577989256 +0.6588553155851935 +0.6845554767333915 +0.6846552612488698 +0.6842298473322161 +0.691036226625152 +0.6678628002886051 +0.6533041807401956 +0.7308487870545898 +0.7693302078723832 +0.5056143300047372 +0.2987342121801434 +0.31385870550192185 +0.18608022468597055 +0.08810591038200721 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.049861561024814656 +0.1479748790799192 +0.3939445292757305 +0.6213394606416827 +0.6065609357259567 +0.6241685463073035 +0.6182572828171713 +0.6120150816767019 +0.6146276349027245 +0.6240033671739375 +0.6217661700654364 +0.6919617315624647 +0.6951430689275245 +0.4947515224844688 +0.27396942650857486 +0.2783700462459059 +0.1871077042279648 +0.1688491790683878 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.1290822050061335 +0.0894187760169181 +0.18062379063588252 +0.4233967821284302 +0.5858840724720272 +0.6017467784458932 +0.6281925485337354 +0.6225200865314838 +0.6129119944744896 +0.6152900046824568 +0.6246923960210121 +0.6235611993021775 +0.6933573673265926 +0.6962499209874553 +0.4829547609322473 +0.27418928805254766 +0.27624090307095367 +0.2647272607211151 +0.17627541973877556 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.08570490058886611 +0.13832330512444924 +0.12054764106168252 +0.09673757947768732 +0.18380905710917242 +0.40235311360528153 +0.619758699404256 +0.6204576574967116 +0.6219997456837657 +0.6178717969194055 +0.6151339387101485 +0.6139667326412909 +0.6145700793068024 +0.6300097217618403 +0.531003322427196 +0.2778808273692123 +0.2744083234603445 +0.2744299598123815 +0.27642552953892735 +0.26404157582265264 +0.079230512926215 +0.0824675207266296 +0.079230512926215 +0.1057932549073966 +0.09681863803630512 +0.10331602492214469 +0.1402915033641654 +0.05326257406036326 +0.10431943038807252 +0.22611748518881716 +0.47597655496857777 +0.6165617526101713 +0.6157564727317785 +0.6149398084709207 +0.6154593421484746 +0.6252246583689218 +0.6141219038661632 +0.42503543974891395 +0.3081725145004793 +0.274020391093112 +0.27597923401686697 +0.27589473805916087 +0.264427660459254 +0.19172409838055426 +0.08591662869175763 +0.079230512926215 +0.079230512926215 +0.08570457587878687 +0.12655966726077897 +0.08571259725717391 +0.10944945832907611 +0.08946203790098917 +0.15262634928627647 +0.4028648585992013 +0.5808526110085576 +0.6017253927640965 +0.6255934780764568 +0.6192608890467143 +0.6131653619874491 +0.6155828212680753 +0.6247682905860242 +0.6231065651276954 +0.6930175066078589 +0.6961803603636272 +0.5091565499905066 +0.2742922994506935 +0.27848648156339073 +0.18802653082621887 +0.08988829845157045 +0.079230512926215 +0.079230512926215 +0.0824676404040245 +0.11127782362007653 +0.1144267187106978 +0.10945203337963649 +0.08950330951672335 +0.17546986157470545 +0.4020771043336166 +0.5901690343279766 +0.5983292045500631 +0.6243001497812437 +0.6181529834742394 +0.612005006264883 +0.6143385919860681 +0.6237394505531308 +0.6222135534077474 +0.6922098207593669 +0.6952432225671141 +0.4805148240741393 +0.273872737431995 +0.278239490486699 +0.18659881999063593 +0.08808881396830001 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.08570467170797108 +0.12761328897438637 +0.13412857913532952 +0.09448177719362759 +0.15745380278170937 +0.4019876146417466 +0.5804599884439055 +0.6013569548729455 +0.624560215260261 +0.6182194771957358 +0.6120722174273499 +0.6143119445622139 +0.6232955288339632 +0.6222284357922774 +0.6921634715992014 +0.6951942994986702 +0.48043947285105965 +0.27377890040156355 +0.2778789622155303 +0.19373157747737282 +0.08823091207029864 +0.08888396074148253 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04926068764847556 +0.1513219218016934 +0.3938186899664407 +0.5966475508786614 +0.594633913451509 +0.6233868697717072 +0.6770564731880384 +0.6112223606708124 +0.6784735750258156 +0.6230148767657175 +0.6210961249959829 +0.6910580744438221 +0.6942790750075156 +0.48358392584960497 +0.2735506708445215 +0.27789688768698306 +0.1877608329913357 +0.1639901072741863 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047446465738548715 +0.1518675606814196 +0.3960284991129965 +0.5977787983950772 +0.618177702495987 +0.627850909998666 +0.6224208377151169 +0.6129366273834369 +0.6155087059517999 +0.6250373055435323 +0.6240424606463914 +0.6938172720978389 +0.6970801793488988 +0.5138373741223261 +0.2744017296325834 +0.2764369303877008 +0.26483458061311677 +0.16614665170550758 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.0857045162986961 +0.1267527974011429 +0.10943905331052031 +0.0896447536082086 +0.1538128585899142 +0.4019271715997707 +0.5866801430183851 +0.6343868950758025 +0.6221781875394589 +0.6180324398057662 +0.6149568767980486 +0.6138752701320382 +0.6147270834391029 +0.6300079165671784 +0.5181640081085083 +0.27769912111592787 +0.274150302115547 +0.27414555206806285 +0.2761636313604585 +0.2626277928701968 +0.09611892492898047 +0.079230512926215 +0.1065015000158086 +0.12751603852453747 +0.08570926820947955 +0.11040312283617852 +0.16283641290530948 +0.10267423401457142 +0.1237999904213069 +0.2515772373804119 +0.4792873630195376 +0.6164391974144303 +0.6154332482594338 +0.6145625191698738 +0.6152796974294822 +0.6256121426233796 +0.6144693045728817 +0.4254261661555213 +0.30879503249988005 +0.2744076862872235 +0.2764634409207169 +0.2764920259925425 +0.2882120856598593 +0.22609536378189798 +0.1367302626748718 +0.12200565122125989 +0.1217501345952141 +0.09682161328933805 +0.10269440618754307 +0.103335441928717 +0.1542324575859001 +0.09227527517917358 +0.16419834320311047 +0.4041957503973084 +0.588874386351981 +0.6029769401500779 +0.6261662481365348 +0.6198878919065726 +0.6138316469579757 +0.6163447808836574 +0.6255507245806518 +0.6234721783126674 +0.693933616738494 +0.6969965289141684 +0.48489293618700585 +0.27462428328033833 +0.2789140767537937 +0.18693903513033486 +0.08812589861261237 +0.09998370149684821 +0.11189292848293504 +0.11483649164750019 +0.08571079983275015 +0.11952475463355923 +0.1205542716036271 +0.0930436177383691 +0.15802969726245258 +0.3991448387154086 +0.597137380486512 +0.6072585750530627 +0.6250091998804609 +0.6187558146475409 +0.6124356866785092 +0.6148549944244237 +0.6241069172601573 +0.6220505902613559 +0.6928629671269767 +0.6961057635210031 +0.4828981622115649 +0.27428271453932795 +0.2785997787764118 +0.18700919978359326 +0.08810478812808661 +0.079230512926215 +0.079230512926215 +0.08570462413407048 +0.12741267280797464 +0.12711126235257295 +0.10944043743203882 +0.09428431911499174 +0.15167983720398315 +0.39381494551875423 +0.5965424227460935 +0.596706169456073 +0.6740553366998383 +0.6709480378773314 +0.6612187680368122 +0.6637832213012194 +0.6763413809736224 +0.6205258941439039 +0.6910898180576762 +0.6942926677558288 +0.4835337263802109 +0.2735121231636064 +0.2778080002590144 +0.1877399881901999 +0.08978923647217985 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046868644905112694 +0.14627109065089042 +0.39359625417272626 +0.5963763972945741 +0.5998595720914742 +0.6733823926734009 +0.6700794014285092 +0.6617644606223962 +0.6670553459276561 +0.6793408304835181 +0.6749794034673209 +0.7573672597648121 +0.7446340167565129 +0.5285747407993067 +0.27343949712146387 +0.2775951040029582 +0.19689639448548385 +0.17501972335447716 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047907335502020185 +0.16810019365359924 +0.41393502238334107 +0.5856486212838832 +0.6057676596622651 +0.6269055106436433 +0.6717233466063965 +0.6631007051314366 +0.6669477337467726 +0.6766138418900617 +0.6824827548853478 +0.7419035287663371 +0.7554330789991966 +0.5307810676484338 +0.32388845667460125 +0.3281746153550042 +0.2638162449071059 +0.1647523367555551 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.0471618391560153 +0.14596936973945088 +0.40991370027073853 +0.59125349579663 +0.6733001146650892 +0.6811797222786411 +0.6704701684405605 +0.667846960750131 +0.712794281479774 +0.6734900168103226 +0.6855566601948969 +0.555839797574567 +0.331535369258498 +0.32533863321172046 +0.32333169533430517 +0.32729799726181313 +0.2630280294324842 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.029735095952753074 +0.22348738882370744 +0.4755967603312017 +0.7215717338421193 +0.6916521227288456 +0.727405327847746 +0.5909721534865647 +0.6565547820877371 +0.5896109119701785 +0.4538719116916205 +0.3053854017475952 +0.30459154053268855 +0.3076074166504672 +0.304962169475163 +0.26392186923749206 +0.1850107951011699 +0.08798333654356022 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12492918447558297 +0.1605803671237531 +0.42210791856732516 +0.5962164318308903 +0.6515552536879873 +0.6808177823239591 +0.6860377434093271 +0.693289870869177 +0.698425023701838 +0.7204700061630281 +0.6826201644900105 +0.7039619644938022 +0.7729133045352816 +0.5101748308677876 +0.3256559177671341 +0.3309187410370118 +0.1836850273532094 +0.08359859941445878 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12340078542974005 +0.14197998340016826 +0.4315270473927755 +0.6639120843417367 +0.8093438578815725 +0.9028581024622269 +0.8977112095687759 +0.8907776288828296 +0.8905196364071781 +0.8986773017773092 +0.8904912903538332 +0.834800739949838 +0.8593766115256812 +0.5414254439331416 +0.3363952847179263 +0.3298421605361227 +0.18452142570541333 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1879383136316375 +0.18271166684060078 +0.4438385215488532 +0.7322667470877351 +0.8181815644288686 +0.8968503923470268 +0.8924119841366813 +0.8876906866873784 +0.8910838848031936 +0.8992309706138103 +0.8979816740037586 +0.8919642394029222 +0.9130080992166173 +0.5976951153337848 +0.3517936161384507 +0.3355560855184142 +0.2291707675815594 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12786710553317282 +0.12678323065309666 +0.3813563234998076 +0.5672053034527519 +0.6202694160606476 +0.7208263045916832 +0.6448048244484512 +0.7615168065918959 +0.7829861344449577 +0.6744567758412543 +0.7100739325921862 +0.700810116183087 +0.7918092189808679 +0.4911166674694278 +0.34915900989557763 +0.3116990077396653 +0.18474067317110918 +0.16392993340309073 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04695107654058903 +0.14252030140477695 +0.38635545541032307 +0.5715608013237321 +0.6491000346412777 +0.6716518616490594 +0.6622081397132419 +0.6565499927608504 +0.6632295745888585 +0.6163239814382352 +0.6770931873690397 +0.6730025235887334 +0.6943669529648937 +0.5027634750856771 +0.27321292310421674 +0.27520612363945063 +0.26273891531386817 +0.16460265118814807 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04791063872825046 +0.16086389779923677 +0.40975528808846984 +0.5929660383433537 +0.6183803817938993 +0.6197687709671679 +0.6160193041079928 +0.6133107679455135 +0.6121693552315148 +0.6128784326187237 +0.62797956095178 +0.4219624775101535 +0.27701274618558863 +0.27343846931099297 +0.2734079997678105 +0.27538969942786823 +0.26424378667162945 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.057226412974966216 +0.21934301481782936 +0.48619069874925785 +0.6136641029431266 +0.6134020594441971 +0.6128172404033081 +0.6135880890578562 +0.6237900839775459 +0.6124324019126623 +0.45325636364662286 +0.23298989221702204 +0.2736685904668075 +0.27572347775177275 +0.2757607818247878 +0.26473252569784567 +0.19174313010499486 +0.09998681198155998 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.07689095042475146 +0.15213006478083013 +0.40480713289331427 +0.5983651015585328 +0.6034111672931447 +0.6244214949796014 +0.6183007443663906 +0.6120608702979118 +0.6145175695196781 +0.6234921294012529 +0.6215758963158227 +0.616683335557376 +0.6942162448383951 +0.4835371526735477 +0.27357812975557694 +0.27791674206486616 +0.18654546680401363 +0.08810686644640327 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04837029971861467 +0.14904748063123338 +0.3997343353303737 +0.5811163894167745 +0.6056558175525444 +0.6232109257176036 +0.6746541817097076 +0.6649643974970291 +0.6678958621600666 +0.6793255111702216 +0.6211686202426768 +0.6161712271250638 +0.6941014048251262 +0.48083167930207016 +0.2733664922799891 +0.2776749469145337 +0.18715371862071165 +0.08800269438443362 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04859343008975657 +0.1461565610934362 +0.3971542553366763 +0.5829955729730985 +0.6426309484469134 +0.6858059176587986 +0.7080597522389367 +0.6891959644668374 +0.6454835850434277 +0.706138409596555 +0.7049616261697066 +0.6977472008648656 +0.7681289574549 +0.5157426320345488 +0.303401038889032 +0.30939476124170595 +0.18808943936352318 +0.0880448983820876 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04875897609426396 +0.1610590720650136 +0.43470545676874056 +0.582277149068268 +0.6004306142692444 +0.6235087774167104 +0.6177366134841489 +0.6117616522644853 +0.6143355012646454 +0.6234095134922649 +0.6225862311531553 +0.6175813982970535 +0.6951905059221111 +0.4837573887415934 +0.2737943344821066 +0.2781486758783869 +0.1868342557718611 +0.1636890305942102 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04899389602422858 +0.14875593221165764 +0.39367538382265466 +0.5964876944469394 +0.6479081858259709 +0.6273200892033518 +0.6221025344502817 +0.6120302843669647 +0.6147690908045026 +0.6237707980090155 +0.6232321349427978 +0.6182183138111025 +0.6958440317713015 +0.4837383806780861 +0.2737940124310731 +0.2758388778342456 +0.2648330838218189 +0.16486509895093415 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04741578223325742 +0.15164722800841776 +0.3962658504378334 +0.5921362853627564 +0.6600795595809685 +0.620085733525947 +0.6156549215394944 +0.6126549678411677 +0.6118049087216142 +0.6123335131681931 +0.62766467228684 +0.4241765784671694 +0.2770734350506891 +0.27355481322137404 +0.2735107148386095 +0.27547918418906076 +0.2636437443139671 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.061378065903978984 +0.22203133149826257 +0.4865933363446541 +0.6201713501347127 +0.6144554876012157 +0.6136181202470896 +0.6143522290129533 +0.6244691629281618 +0.6131707086345874 +0.42358080109240415 +0.23342115761726476 +0.27385498909204414 +0.2759567549100789 +0.27600210916819246 +0.26466128538812445 +0.19169399802497314 +0.08874425319880065 +0.079230512926215 +0.08354636307464412 +0.079230512926215 +0.10547323232601355 +0.08570757270047726 +0.10944219634539196 +0.09012587470065284 +0.15122179621569382 +0.400394103620222 +0.5967636067013201 +0.6010023359821112 +0.6243816966709483 +0.6183172156076023 +0.6125074766760193 +0.6150566600304899 +0.6238393859656242 +0.6217462287279404 +0.6171132401227917 +0.6946464394634557 +0.4803791032655183 +0.2737277429271049 +0.27805519940249174 +0.18630578084558203 +0.08807603335877721 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.06484538288950956 +0.1507106942017427 +0.39598928370300046 +0.5809077461563513 +0.6053748575572042 +0.6235063375403861 +0.6681698446213024 +0.6653543560945347 +0.6713974692907032 +0.6745516867694912 +0.6781709929604984 +0.6694776050350494 +0.6195961347741368 +0.48074856318054043 +0.27327318764028713 +0.27778472064997833 +0.18741400853301787 +0.08801093129716595 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04970843185955103 +0.14861003684608884 +0.3999863814629753 +0.5852199646018867 +0.6477988557622117 +0.6890154801057672 +0.6932819269909157 +0.676141607354506 +0.7025361885984271 +0.6776450522442242 +0.6760467127339556 +0.6674669889310089 +0.6716017250091305 +0.4772253578822013 +0.2732501637232029 +0.2775488351399931 +0.186898149800381 +0.08800607753968914 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04862689719005681 +0.14460075658265603 +0.4098495613920372 +0.583480428868471 +0.650207876173456 +0.6751703056932232 +0.6695331198944479 +0.666834098811385 +0.6715125082670246 +0.6788008147106376 +0.6782265399982527 +0.6646693318208303 +0.6774020647149102 +0.5311276815257727 +0.2829420345316022 +0.3287872520613381 +0.18393378127895993 +0.1624478745980046 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04953783011579925 +0.1448802365710667 +0.397283600057687 +0.5960595850414521 +0.6584161850873156 +0.6869614150093307 +0.6825538358936264 +0.6941198271597105 +0.6853776646012242 +0.688167530719043 +0.7013334983674009 +0.6793774331976302 +0.6852008191168363 +0.5287245558402275 +0.32331335345110956 +0.2752297316903513 +0.2633009991748834 +0.16266962710127236 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047163378208125134 +0.15551654614900293 +0.4095192521591648 +0.5832583341917719 +0.6806689477971376 +0.6935332189390337 +0.6864830756714091 +0.6714393564303256 +0.6911139435145139 +0.6658549129058127 +0.6832855218890864 +0.47487386885312866 +0.2530276525039099 +0.3260837670128024 +0.3258393168081669 +0.32775955430505427 +0.2625624259433254 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.029735095952753074 +0.22330003403624799 +0.47545287282568144 +0.6671684938791483 +0.6633293860069237 +0.6632294487050664 +0.6708698122313232 +0.696279966654013 +0.6743338766600955 +0.4747836151754817 +0.2829546923259971 +0.19885220482754049 +0.2752836176281468 +0.27530565099613413 +0.26585175647859927 +0.1882741312166534 +0.08907787470748596 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046920918210512134 +0.15213370944195362 +0.40305270054204456 +0.5928084079584341 +0.6483168120084233 +0.6842613857156377 +0.6853435439690194 +0.6740612304610435 +0.6577830200837385 +0.6880568434850752 +0.704567863858221 +0.6671124965432779 +0.6719002076258335 +0.4770481192128027 +0.27318998491851915 +0.2775003169270762 +0.1873920358009066 +0.08710048499780446 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047927541902278346 +0.14338183756420758 +0.39719933857760276 +0.5817710024187845 +0.6053586257348886 +0.6230722449837137 +0.6688078874518112 +0.6116696544512129 +0.6708475345210537 +0.6228071690045526 +0.6211246883700641 +0.6164813656143654 +0.6196016016975059 +0.49736212559206827 +0.27348879305310236 +0.2778275119248931 +0.18702391329374252 +0.08807066735574867 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04760881994460349 +0.1663247393867912 +0.39325029785680937 +0.5959883545182719 +0.6272021047671469 +0.6760641615150911 +0.6671390886373175 +0.6667781652384582 +0.6663927145431904 +0.6733950980426474 +0.6742469939536642 +0.6157907310690331 +0.6191367718469803 +0.4807622588688616 +0.27334085013770754 +0.277677604566595 +0.18782390732646614 +0.08713820346456193 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04683539596262832 +0.14585182328518176 +0.4022356282692293 +0.5795802483777884 +0.6348061926639982 +0.6928553031257132 +0.6705755400936513 +0.6744877959489178 +0.6172517962761784 +0.6540045433037857 +0.5978148028835764 +0.6834436228454651 +0.6941192549523567 +0.4884194214112634 +0.2833448698082187 +0.3296172442389154 +0.1863923968538687 +0.16115186391119782 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04614020563549842 +0.14260548673967152 +0.4126478347217688 +0.6595125163969289 +0.6952498209490598 +0.7856999208956933 +0.796260293939818 +0.7859869759514908 +0.7405183290796009 +0.7334183753416884 +0.7015347947734379 +0.6793079268434237 +0.6817683989399319 +0.5260119260787782 +0.3255842523597306 +0.317232700018496 +0.2638585225223082 +0.16455333234415065 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04803646686020362 +0.13764823779747284 +0.43486601627654903 +0.6377245649772042 +0.7763106787322237 +0.781822444114226 +0.8303078615468511 +0.8127471925743133 +0.7769523560555243 +0.7304381108913705 +0.6903931398563924 +0.4842666234477138 +0.2610138790408842 +0.3252736597538022 +0.3206455923158103 +0.3163472719938366 +0.2623681256245833 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.029735095952753074 +0.210461578414285 +0.4614861057269696 +0.653090912173451 +0.6564254207629729 +0.6675449124061207 +0.6982548809499867 +0.6976640714399813 +0.659082974374287 +0.4807742561916033 +0.30579135137643704 +0.22135557826816346 +0.3035807435102519 +0.3026897662469525 +0.26415763752148136 +0.18713724776755908 +0.08357023886041604 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05043297815136943 +0.14287524036128255 +0.39061717085259307 +0.602380518086195 +0.6405645808322253 +0.675409681025242 +0.6757168431619727 +0.6105100388847051 +0.6136634893378506 +0.6228940246133186 +0.6218800786624317 +0.6170315334953257 +0.6200789231211914 +0.5006054439575045 +0.27339856050981076 +0.27765700199822846 +0.1875356007703808 +0.08803566735519254 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048735014187199936 +0.14482948751180008 +0.40963629666100393 +0.5831685454440225 +0.650073140460739 +0.6750592765687325 +0.6813687679975879 +0.6720905913285152 +0.6883219700725454 +0.6923393562403081 +0.6863389013430164 +0.6679673622715362 +0.6366479360215698 +0.4893600179835161 +0.2731649245803538 +0.2774046287385167 +0.18397858708480389 +0.08906808002690327 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04790466864808001 +0.14341619456658872 +0.3971617619259869 +0.5959589071380097 +0.6948918012462365 +0.7267066732388835 +0.7007776875302739 +0.6462659426010264 +0.7007187359574378 +0.6946339306987441 +0.687181984646033 +0.6667914974295737 +0.6189272685952484 +0.4828385160900893 +0.27327804328503236 +0.2776043875299386 +0.18664732663642997 +0.08803282259840732 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04865799887827744 +0.1590328145211727 +0.4341830464667073 +0.5872984739639697 +0.5961271371504818 +0.6723451265196039 +0.6704411713775326 +0.6602961307321452 +0.6130598071880333 +0.6758043031929387 +0.6736892779390137 +0.616070187194875 +0.6192166666649178 +0.4771461153411311 +0.27329465784673346 +0.27763680151519377 +0.18793997627996467 +0.16408727463921052 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.0478604984579323 +0.14731006555994627 +0.3999005581210822 +0.5849888290028841 +0.5999419144349668 +0.6261734651765981 +0.6203082639458024 +0.6106872116086288 +0.6663696551747733 +0.6857423065304744 +0.7119981443495349 +0.6869602503685148 +0.6461602658509806 +0.514039930872313 +0.29547919203181683 +0.2718555044800955 +0.2621399042228957 +0.16650987302923928 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04788054876912345 +0.14537539891151266 +0.4097957498923085 +0.5963327821939802 +0.6177333578613697 +0.6191873102938292 +0.614229215994075 +0.6122296315301807 +0.6111509995816412 +0.6119183602422877 +0.6271644752292086 +0.4218099679937085 +0.20260339821862616 +0.273522607319961 +0.27348259436288386 +0.27547421345088247 +0.26189185287714956 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.062093902983346376 +0.2251534032390919 +0.47379441095518393 +0.6180196911912212 +0.6146511056369257 +0.6135237705822576 +0.6142301000013882 +0.6236616061359429 +0.6125389024573075 +0.4234064658368129 +0.2328186276184707 +0.19925225583202527 +0.27570980294091735 +0.2757345484848674 +0.26497123916315246 +0.1872694911845302 +0.09246967857512008 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048268536866423566 +0.16616213650765713 +0.40410348380412786 +0.5811313183976573 +0.6056276167216772 +0.6232053411802463 +0.6683559970685983 +0.6629152288665179 +0.6657018349158612 +0.622267610340966 +0.6707614602571035 +0.6156592787512786 +0.6191079153927724 +0.5005103242894303 +0.27325972314862107 +0.27759504115181527 +0.18767869790791572 +0.08714783990742173 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04689924767890476 +0.1461267929868472 +0.3971477555131946 +0.5849834276749956 +0.5975467286607197 +0.6839194878991313 +0.6883648387870287 +0.6639392827827056 +0.6665735297198884 +0.5996073695042856 +0.675396916346584 +0.6982997259451216 +0.6796391654067007 +0.5265610870990091 +0.32327947976649096 +0.2709019528555622 +0.18652287881950502 +0.0879720419300082 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04782881774311345 +0.1434392301324181 +0.3928366746399468 +0.5826432991530233 +0.6094957921797366 +0.6115037814870813 +0.6483038707417658 +0.6999677585558568 +0.7049939460907262 +0.713854375917841 +0.7013915321215196 +0.5933747935319527 +0.6790141304122103 +0.5079481875612163 +0.307065631991492 +0.3124861501766193 +0.18381170852900974 +0.08574094339187018 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04966157400669302 +0.13769434865693012 +0.3890232192699602 +0.5597242014878492 +0.6474062225197732 +0.6921556233691069 +0.6624288670979636 +0.694977634443628 +0.5902109002515872 +0.6551718880960644 +0.6529625366953852 +0.6181562308396366 +0.7021462376809858 +0.515042781268188 +0.32545723319469366 +0.3301238869222103 +0.18737275690936253 +0.16290599069575304 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.046115274541581854 +0.13887632946281664 +0.39664928963120444 +0.5740417046039815 +0.6542577098619139 +0.6458577758848967 +0.6709325927051132 +0.5883073597568997 +0.6458961419433275 +0.7109638850695066 +0.6944405960233645 +0.6940702375312878 +0.7008941399808754 +0.49718006038003754 +0.32614130858652574 +0.32580531790875905 +0.2638827912451264 +0.16458680241299553 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04879977399863846 +0.14357220244926794 +0.3895134394192522 +0.5845182575910391 +0.6878959259825559 +0.687204092864728 +0.5916816542612263 +0.6604611648286128 +0.6594681509523007 +0.6741519401681321 +0.659191809336398 +0.4791392506064404 +0.2235951658689046 +0.29246776629769017 +0.29943388172249386 +0.3004587455063098 +0.2614527226472817 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.029735095952753074 +0.22047846574016067 +0.4699017986165567 +0.6519683705402831 +0.6610644833320108 +0.7039153587646653 +0.6629876424951036 +0.6556956072231676 +0.6437906198910289 +0.39956859131377176 +0.27317585712462306 +0.23311452191354343 +0.2715538544130328 +0.2988023654663184 +0.26429594666235023 +0.18823670500155118 +0.08792835791863678 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04789271841796426 +0.15253040149242403 +0.4025557575144867 +0.5740289777892994 +0.6332714041172585 +0.7039488620880395 +0.6705778603559315 +0.6348748622076807 +0.672538249671603 +0.7199588404627437 +0.7160791471636561 +0.712745422492823 +0.6854672092579549 +0.5049162680931062 +0.2986983722889179 +0.3273547871763102 +0.18643655643393603 +0.08790164117616994 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04974284905596183 +0.14013402505536368 +0.40901523002837303 +0.5827706165855527 +0.6443979181494482 +0.6744746392729447 +0.6848549770272456 +0.6917425525920416 +0.6675686881583784 +0.6884751933762602 +0.6950073446960059 +0.6800521673527848 +0.6700837663814309 +0.4770986774092992 +0.2732409148597546 +0.27754560774891796 +0.1851705311465578 +0.08796515554052005 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04700804821740575 +0.1416184901290953 +0.4024987257602861 +0.5737320623862092 +0.6225431364497254 +0.640176631599691 +0.6659032109873728 +0.6875125173977962 +0.6448974950540375 +0.5994701635841291 +0.6560663799754481 +0.6615228248931897 +0.697599775225554 +0.49462454729551597 +0.30519488941633066 +0.3095989255898307 +0.18722706852215207 +0.08792549193900975 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04697271930336859 +0.14021638106770656 +0.4089235623985615 +0.5787874030061517 +0.6347298937872322 +0.6613351250754809 +0.6966218300857779 +0.6799835941320823 +0.6922416297702976 +0.6608900611201939 +0.6988135473415851 +0.6853827778030402 +0.7087308627544792 +0.5062461934847254 +0.2730890320271665 +0.27738025731915916 +0.18509801800498274 +0.16374388528481146 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04810948254878506 +0.1410893499709151 +0.3906871249148288 +0.5758833422342944 +0.6619499997407177 +0.7107335864161622 +0.6886994082631893 +0.7057213679305225 +0.7067023427704414 +0.7127800669708837 +0.7069702570464096 +0.6792812749218081 +0.6847403220595758 +0.50434338359573 +0.3104086547201585 +0.26843163170374634 +0.2615737241435521 +0.1624478745980046 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04893140683599846 +0.14366799687004211 +0.3949993346113144 +0.5836515290205497 +0.6912465895936761 +0.6590449590650463 +0.7022002057279584 +0.6996254825361935 +0.6822642798932119 +0.6775790588459734 +0.7112813018767651 +0.48068706670105976 +0.24075548383573434 +0.2997800488174937 +0.33475064109612335 +0.26839862681149784 +0.260803057551168 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275308 +0.21818141300629013 +0.46686441135752055 +0.6807467141057313 +0.6839931777776712 +0.6618219553336172 +0.7134985452449282 +0.6549738118658223 +0.6428483670648297 +0.4534587827102058 +0.2988220913788994 +0.24090453035574672 +0.2960312925445031 +0.3032131753049147 +0.26446222975616146 +0.18497217404905494 +0.08358501615325734 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04700771402920455 +0.14012187956020017 +0.45834184251207494 +0.5731877061355277 +0.6165269888589817 +0.6602531895023519 +0.7014919287076405 +0.7112655003306723 +0.7115194156968635 +0.629889453148685 +0.5974614479254899 +0.7102191063368862 +0.688227233407935 +0.5023425761600195 +0.26957083239242924 +0.27391035941340197 +0.18375438680562484 +0.083571411905583 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04889068078982446 +0.13469810458715017 +0.40886007865396823 +0.5977115644529776 +0.6460207737663531 +0.7000241698640747 +0.6783340491892772 +0.6716503232646505 +0.6751200486599752 +0.6840459810490251 +0.5985568775160479 +0.7201118191348622 +0.6937241477040852 +0.5136710441585686 +0.30861303032197523 +0.3467390704326357 +0.18421482478560716 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.049656494026074194 +0.1381115598906542 +0.38899726676004237 +0.5728217115252788 +0.6216371340361716 +0.7314129549528621 +0.681242358394314 +0.7018163234097274 +0.6763314858185042 +0.654680649905442 +0.6842038944811581 +0.5940376611808567 +0.6643577803158108 +0.5048465769753816 +0.3054573673913158 +0.27733856566437154 +0.1857124893402479 +0.08358208343588322 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04881568980116567 +0.13645400935893462 +0.38804265784278064 +0.5691423763459141 +0.6227408725499303 +0.6541572694046494 +0.6797248704664537 +0.6893782182103674 +0.6769613386542188 +0.6719149258456532 +0.6540500823954515 +0.6272248214879044 +0.6967419332710661 +0.5035872216407917 +0.3094434435325862 +0.3486370432666963 +0.18463019725177193 +0.1624478745980046 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04692422576960103 +0.13520084699401808 +0.37728709358446044 +0.6109724845211505 +0.6439316709366365 +0.7193894304100519 +0.7371304863425993 +0.6762640357205743 +0.6642253119703468 +0.6558245232183886 +0.6249357378874957 +0.6912771628254352 +0.6956299471933576 +0.5016122244024972 +0.32950958007483316 +0.33304922229778905 +0.2633646193005743 +0.1663347072688342 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04797658023892726 +0.13793264225898486 +0.38542962419658305 +0.5802254005947092 +0.6977180356398254 +0.6968594294759166 +0.6971613543577548 +0.6948121987598422 +0.6781947215551906 +0.6985263843100716 +0.7079172833259718 +0.4844005462867477 +0.23322573430451257 +0.3024442610004176 +0.29828009299500957 +0.3281490805047014 +0.26160934022328625 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275308 +0.21758095638516303 +0.4652550589757081 +0.6491190663823407 +0.601042011308878 +0.5912286082430087 +0.6469531357513885 +0.6574227846463934 +0.6463295550480214 +0.45495214053322375 +0.2958108608878712 +0.24135396469688752 +0.30813875178339706 +0.29537965120687015 +0.2662793381484813 +0.18855277546792013 +0.08356642523974486 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.049721251068754364 +0.14035770828844266 +0.38624256079479086 +0.5815116191374367 +0.6598381681885928 +0.6984425556003094 +0.7069049149614085 +0.6313688958646507 +0.6500662455021347 +0.6852007047847444 +0.6895236654533662 +0.707678524307914 +0.6939866505798542 +0.515068680694064 +0.3162698833443376 +0.30779742179102915 +0.18441090731820597 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04885704469814037 +0.13521504329972736 +0.3894926364429277 +0.6324468055665792 +0.6569891597170959 +0.7456330823858842 +0.7441085317074643 +0.7379104398750482 +0.759280964476183 +0.7509657579830091 +0.7183547076004004 +0.6974603776745535 +0.6995030531136154 +0.5213448443346698 +0.3305643450307371 +0.3325675649117298 +0.1876547727372827 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05345621574970784 +0.143305079973738 +0.45749423140948486 +0.667854816125025 +0.8007687070375481 +0.8873219010365379 +0.8981863454794653 +0.8931902317144614 +0.8972109532281884 +0.9036386296294717 +0.9014912737894831 +0.6716902676245625 +0.669188194724929 +0.5064773497733125 +0.32083495514830096 +0.3253603755710186 +0.21956179614659285 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05345586315823997 +0.13566802689860472 +0.40039469425996993 +0.5908591889437345 +0.628037498171755 +0.7116772963585059 +0.7097735575514906 +0.6801660368088958 +0.6603824135765244 +0.6874842588583377 +0.7080717851182842 +0.7024989293251532 +0.6843831405114492 +0.4915910115813207 +0.3005340250079048 +0.2705122137911552 +0.18399977640699217 +0.1624478745980046 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04810185180827423 +0.14361074896171108 +0.3905720599062631 +0.5698439429297848 +0.633521835993967 +0.7001901221441421 +0.6921109407017406 +0.6876121587868331 +0.6529782138640415 +0.599828526862608 +0.5984441223894462 +0.6956828823262322 +0.6741679115719014 +0.49022844585172065 +0.3057905708201346 +0.30511591938638194 +0.26202466003385605 +0.16326925799333908 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04870993052695756 +0.13378859985464658 +0.42263089134233695 +0.6640419005063586 +0.7648269804924661 +0.8185884140662403 +0.8580110339606453 +0.8567095075514795 +0.8694415493947719 +0.8714751839625742 +0.8529146686046866 +0.5673102441483456 +0.2915146837153478 +0.3460078884827943 +0.33683756798092973 +0.34849403878898205 +0.30500025090784105 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275308 +0.2550839983125091 +0.5411765165915846 +0.7828195641257227 +0.8740190755068743 +0.8947442037005348 +0.8975121854859085 +0.9082979275930155 +0.895567465570203 +0.47829528415492395 +0.3615174281913591 +0.24834511387835811 +0.3369724265743999 +0.3343182142276291 +0.2642004869260726 +0.18508966027062793 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.053562893183158135 +0.13057402895778028 +0.3802192306773191 +0.6265080946791225 +0.647547564346602 +0.7203395601477458 +0.7162455909565199 +0.6932614675155028 +0.7137744016006774 +0.6986560423709949 +0.6914443606192943 +0.6717862465022638 +0.6249597848039415 +0.5154773763217646 +0.2975528912861393 +0.3463637422620901 +0.18717503368975827 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.047721401135667724 +0.130683159038875 +0.4400605639722494 +0.6292577280700948 +0.6824600848145225 +0.7705118959054464 +0.815211467088154 +0.848566453441533 +0.868901725904862 +0.8762625905896235 +0.8658203839574109 +0.8171111409860142 +0.8028328627712081 +0.5704802050367224 +0.34166342405977923 +0.34309737446487387 +0.21657904132473493 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.142036138882867 +0.18074243070548734 +0.4620822237710059 +0.6670129785828237 +0.6287706626500142 +0.6991526978009889 +0.7479823668618144 +0.7427691695461802 +0.7458094657842046 +0.7272007892985882 +0.6962385541618884 +0.7041026917305457 +0.6721313188268834 +0.4934572757708523 +0.3108518987771883 +0.31409729715719586 +0.18512533990229033 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04774232129366975 +0.13187065440166018 +0.3818969083039501 +0.5675907878679439 +0.6510477713848911 +0.6967188019700385 +0.6932592080733939 +0.6707993816174911 +0.6937894856659402 +0.6639186262490772 +0.664819907015545 +0.6910224590380464 +0.7093969304265909 +0.5191432582477362 +0.30268400007482427 +0.27139728946678415 +0.18486293533598436 +0.1640830452824535 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.046922880909697325 +0.13749886832056088 +0.38240298229864816 +0.6204234952957888 +0.6342763932573819 +0.6574044413928517 +0.6700463278622206 +0.6740116818576192 +0.677551457617668 +0.6557785498822161 +0.5999097940474033 +0.687102513357195 +0.6688047852034338 +0.5258050266766636 +0.3062000914195385 +0.30770019499343 +0.2624992899079771 +0.1627314118644907 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.046857054737409386 +0.1340877769356169 +0.38752588748919087 +0.6308710469031366 +0.675907788377608 +0.7132033049859678 +0.7305552395440352 +0.7770235267780127 +0.7777703930559487 +0.7974055403014203 +0.7477241748699673 +0.48681181511970556 +0.2678025096432953 +0.3261075446257951 +0.34144401851158057 +0.35683433418979066 +0.2986584249951835 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.029735095952753088 +0.2613955111475347 +0.5298146281888632 +0.6985827633231461 +0.735107720086217 +0.7455579580370764 +0.7796594268204928 +0.792027970668197 +0.7642196154693555 +0.5083090536987088 +0.30264898198287954 +0.24657724666603473 +0.19309547208414424 +0.2941435777009743 +0.2653985744096227 +0.18850395095127034 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04892140916286015 +0.13318387553544095 +0.3889038854094082 +0.5792328417147748 +0.6372764214388449 +0.6799777199492444 +0.6818989147396259 +0.6912210550388896 +0.7001240628168947 +0.7213956305981941 +0.7239867635720598 +0.6855211866729605 +0.6717927311932972 +0.4318879948384492 +0.30887361101051514 +0.31189406530707414 +0.18660216609064614 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04883201523162517 +0.17641461204526784 +0.4808956661344766 +0.7259190522975184 +0.7801602886474154 +0.866299258798424 +0.8707916157924542 +0.8802583071312381 +0.8845618435293592 +0.8927141218566028 +0.8771816712413653 +0.8724824596964325 +0.8726448077794778 +0.5291759024054545 +0.38365660000465374 +0.37719224915653193 +0.2546079530736033 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496227 +0.15136427206942568 +0.4250929659733679 +0.5652610909642343 +0.6444668093838951 +0.7030522391995858 +0.7175120162934248 +0.680102313017277 +0.6814172520848374 +0.7309263423364086 +0.7044086388341839 +0.7079089809188361 +0.7008140543700343 +0.4324102575486536 +0.3004999589948145 +0.3533259829857103 +0.18817818932382266 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05335395212976177 +0.12502887808112403 +0.3772065282664768 +0.6291366188923981 +0.6958869750589746 +0.7548698000848792 +0.783733048037053 +0.762348951260921 +0.7150895777140543 +0.6754518718465921 +0.6004266294726092 +0.7274487570916982 +0.6894906779310317 +0.4156339450488078 +0.30969437822542795 +0.2698446924293052 +0.18785900472986128 +0.16616926134655485 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.052568195919753466 +0.12084091957678535 +0.42134607211218394 +0.7011018409142514 +0.7260420542880648 +0.8042283707508536 +0.804389826087674 +0.8510339507281524 +0.8558397056356832 +0.8457476797840088 +0.8435240356096043 +0.8215341791766152 +0.7883019700439403 +0.4805667355293844 +0.3154527656453992 +0.3388687467015481 +0.26321760952910395 +0.16622770978155796 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04482509887265263 +0.13174659951360854 +0.4696105217483792 +0.6991738869647142 +0.7821669206510224 +0.8149526097923947 +0.8537765903910395 +0.8519416748805447 +0.8544184294698931 +0.8555416028966033 +0.8373819204734232 +0.5319352030217657 +0.274653888833143 +0.2572581500517716 +0.3212909451034265 +0.3230835570504594 +0.2712001942105299 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.029735095952753088 +0.26129588837725753 +0.5169203307082222 +0.6522772251498984 +0.6964542534978689 +0.638229267765449 +0.7162844961183943 +0.6572019877373833 +0.645502218644008 +0.46455554529491105 +0.28144898592089407 +0.2506464273648616 +0.2527536409847917 +0.3271568363552334 +0.29426331980913667 +0.22529146771453995 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.10319106246081702 +0.18445068665467537 +0.4388555054198351 +0.6618202836362949 +0.7111560787190054 +0.7552301115036618 +0.7194791408537589 +0.675927136229167 +0.6777886854510284 +0.7231530438380206 +0.6550649991708087 +0.7170470136991719 +0.694759185381906 +0.43926667053273205 +0.3098587475181267 +0.35562942253247687 +0.1879657479907658 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.053503119014420765 +0.13072327867969177 +0.38045489496620943 +0.6218193614035082 +0.7116314917744011 +0.7560835515203632 +0.7387392734339273 +0.7320263386557645 +0.7345316477673373 +0.7439492338617 +0.726201048799612 +0.7060858789050182 +0.6705787632923774 +0.4124356828900701 +0.30937721049091593 +0.32016406472163467 +0.18503188895259817 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0871582626187463 +0.2005671977764493 +0.4814294983548973 +0.695368313488226 +0.7225432544080437 +0.8034148401812313 +0.8349249175587024 +0.8518776706617022 +0.8571432367507708 +0.8813822939232152 +0.8521833499862147 +0.8474477971806612 +0.7947425770250467 +0.48907420425312753 +0.34118595381641625 +0.342039536671667 +0.22152722085955223 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496227 +0.15734182057245572 +0.4423840478184726 +0.6645220398327055 +0.7270504671576113 +0.830966221812328 +0.8805786154196692 +0.8756840240525817 +0.8946824811370894 +0.9051436610844926 +0.9078241322820295 +0.9015506823776478 +0.903101149688778 +0.5868701010547406 +0.39193375631373284 +0.39123152135017925 +0.25824885343412424 +0.23471247921616886 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.2782010996680899 +0.589644834346524 +0.8366681322859373 +0.862952924923018 +0.9099665004199264 +0.908586306486105 +0.8990775828487783 +0.8975939286324979 +0.887917201975219 +0.8520405203845188 +0.841800198491348 +0.7754974225627091 +0.48068292477412555 +0.33115841670806134 +0.3381810300110881 +0.3081850764033024 +0.21561765979170097 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.12522142412322243 +0.3864985028876775 +0.5831410921456199 +0.6747590425046726 +0.732641322099422 +0.7526282030678915 +0.7457359830716688 +0.7833991007668047 +0.8017699578530209 +0.7807525993773292 +0.5064716508331043 +0.27005429689392246 +0.2469410525870813 +0.2654990307431319 +0.314415208775978 +0.2619977002167087 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275309 +0.21094304903106395 +0.4990278452631771 +0.705088796475359 +0.7274157672474089 +0.7629234992656144 +0.7798742389428607 +0.8283751677104565 +0.8013583436526523 +0.5464088698302851 +0.33520600203411877 +0.26635941743787706 +0.26847055714918755 +0.3418632913469548 +0.2990284698454921 +0.23254157957571997 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.053549792136191834 +0.13102032219545448 +0.39370892485892045 +0.6091598267491507 +0.638389383625831 +0.6855372181106653 +0.7022376661301296 +0.7272647452001967 +0.7139033412665217 +0.7451696512906545 +0.7284908268953109 +0.7055792498562298 +0.689493938814968 +0.44356975243885544 +0.3252061215166285 +0.31425473445995783 +0.18634756525277799 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04574893310234535 +0.1308256761030914 +0.44558254277958415 +0.6619793684866143 +0.723871644001909 +0.8294936818135061 +0.8290329778243097 +0.8636450083786524 +0.860609170396665 +0.8803970213494876 +0.8825567218368535 +0.8763118407687709 +0.867176698405064 +0.5235415596302084 +0.3452151536506499 +0.33548275600759964 +0.1952654963651734 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0874104226787004 +0.16064970515001673 +0.4481259452013272 +0.6876155282413755 +0.7584546083292394 +0.8809761628081363 +0.8500724798694074 +0.8695389789875437 +0.8741340486461515 +0.883241885989942 +0.8261211309987793 +0.8161386510087992 +0.8795248190983622 +0.5672139502290395 +0.39503834537049404 +0.39857784548697867 +0.2508131025732638 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.18102639258801506 +0.22574639342139627 +0.5118089769834341 +0.7338292522395278 +0.8359142061707246 +0.8834730882435595 +0.8803670034192483 +0.8718454425297771 +0.8494558111096008 +0.881695719571557 +0.8272393991627227 +0.8025186402392844 +0.7379976350895965 +0.446066544960885 +0.3253464819986038 +0.32634139892262165 +0.1887269287927702 +0.16652314585039252 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.052618622575240165 +0.12553475930720442 +0.40434834931053487 +0.6584799209959393 +0.6764092604670989 +0.7411791619937894 +0.7560934885062895 +0.7141134280913846 +0.7167415481941403 +0.7118506882869844 +0.7121920928783029 +0.6809604600648519 +0.6849191649608952 +0.4443227045197259 +0.32088767366713766 +0.3091072764844294 +0.2661413408662283 +0.16661845645031867 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04489392441168926 +0.1329460561347528 +0.41161308073155145 +0.6575544639228864 +0.7398824975500446 +0.7806897360278043 +0.840973180317737 +0.8283600277002013 +0.8561797439116086 +0.8344016328901905 +0.842253716566551 +0.6027965792047757 +0.319124539478637 +0.29667141747691395 +0.35612390061960975 +0.3580536615972859 +0.294105831579381 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275309 +0.3922030225152216 +0.6915793640416487 +0.8875472974880365 +0.89468926370538 +0.8970301635199198 +0.8994956965741069 +0.9112524031445377 +0.8988654827740965 +0.6726038445326403 +0.48648715696043365 +0.3728071732989142 +0.3239915846392756 +0.3881519693074466 +0.3351268725300003 +0.26607165406783867 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.08804538199201895 +0.3449755314401932 +0.6323168442836887 +0.8488179711552809 +0.8929731287726361 +0.9240732555235407 +0.9154810656483081 +0.9183487015581512 +0.9205031341788205 +0.9325121794428707 +0.9142855882686599 +0.9050110354010057 +0.8888799567115322 +0.6372451883084457 +0.39144088638522045 +0.36813881450926256 +0.23169014371877714 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.053505076665823374 +0.1267894196746872 +0.3749540086917131 +0.5767539302533888 +0.6525608508936749 +0.6856180009141795 +0.7192480687252386 +0.7070737920159004 +0.7018191824639912 +0.7125989310716317 +0.6683589956388128 +0.6776066406957211 +0.6751476154897144 +0.43930554654058723 +0.3367113173840811 +0.3160756358974145 +0.1878882616453619 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.046776064172318596 +0.13319620529403883 +0.3925042529441374 +0.5796920943847775 +0.6601203540412071 +0.6607143008012804 +0.6492735831267491 +0.6747815854905864 +0.7072190185271338 +0.717510649216871 +0.7379329073132519 +0.7340376206236829 +0.6864113532451064 +0.4347936637206399 +0.31749052638005254 +0.3108361511307819 +0.18654220115110964 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.048753802569477575 +0.13088820563917083 +0.4217761836094469 +0.6655439022579996 +0.6870981288805587 +0.7633134454316687 +0.7506101326846681 +0.7611386590558122 +0.7365836216257176 +0.7754287277524836 +0.7409078045410504 +0.7160482546945272 +0.7178977436601036 +0.45009891676388736 +0.320982245722638 +0.2697883001495667 +0.18705782978841526 +0.16617216350420932 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.043369372713957965 +0.19354754064902 +0.46038386740812715 +0.6674553710380831 +0.7374867689907798 +0.8575682327888698 +0.860682325358645 +0.8865803939606642 +0.8908313449818712 +0.9007985344668588 +0.8979268262206493 +0.8947752794718432 +0.8825146005898887 +0.5296996696127518 +0.37609975188311573 +0.371687634033461 +0.3357347784896911 +0.25313748858187596 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.22237632307386632 +0.5614492925365728 +0.8048286451272367 +0.9293198619388562 +0.9440713275961429 +0.9396277309175749 +0.9427105663202989 +0.9423405099052655 +0.9579503306673656 +0.9751736538362449 +0.7151328587809458 +0.4878207486729011 +0.4457123507092361 +0.5121455597729229 +0.4767048385104688 +0.4148400956597412 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275309 +0.4375151849180489 +0.668762044724844 +0.9162982062406668 +0.9186279213975289 +0.9145750347378715 +0.9268902701103787 +0.9316125478207752 +0.8838188485994588 +0.6840624150091249 +0.48740401145995377 +0.33248723465503427 +0.3456265445156093 +0.40680162447250917 +0.34621448547318123 +0.2814048175984023 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0986302927334034 +0.19112888080760168 +0.46936721685682664 +0.658429369101637 +0.7720904286533442 +0.8887912145158265 +0.8884310860708671 +0.8808086083378385 +0.8864340297520873 +0.8947802811835435 +0.8927957535068726 +0.8840615049824303 +0.8831502016805255 +0.5504955913384083 +0.35682863699421563 +0.3621395879030576 +0.23561249276617385 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05267743066576164 +0.262519197162851 +0.593426563833335 +0.8312541829369873 +0.8557235742291351 +0.9063309732433071 +0.9002977846513605 +0.8895753330103408 +0.8984966560268808 +0.9113980297753594 +0.9128863026702656 +0.9033717965717066 +0.9040123922074051 +0.6127362691649645 +0.400103186288739 +0.3901384890005119 +0.24889471376725741 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.047937282873467026 +0.2699518952975564 +0.5912007165419765 +0.7859904528909578 +0.8590281952432389 +0.8844937671235505 +0.8800490539298901 +0.8764134617755756 +0.8913837225060196 +0.9031779493548998 +0.8975177826281487 +0.8828666389811723 +0.8822308300706355 +0.5933562698972363 +0.3979111349431316 +0.3679664774706845 +0.22729206801809423 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.15166754239211755 +0.47454730112384913 +0.6992117472618874 +0.7202202399768972 +0.7816012756224046 +0.820884474890261 +0.81825506518325 +0.8249531272739131 +0.8362345385348743 +0.823021920449199 +0.8167270497163438 +0.7826547384996989 +0.469560408540745 +0.33053876935924204 +0.32903601597310117 +0.22805693173940533 +0.16496195813552175 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.03726237145166526 +0.16582622711267128 +0.4607269001445571 +0.6782229075318683 +0.6938072544224935 +0.746279413931672 +0.7728208942464377 +0.7763684167315897 +0.768779008930148 +0.796823790030837 +0.8398218550648947 +0.8149575279430744 +0.7606369343281407 +0.4629921921018557 +0.32562221561346616 +0.3226640451547954 +0.2644047312960109 +0.16643705230282324 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.034270207855804896 +0.18221755201091747 +0.47905341346354074 +0.6753189162378292 +0.799443306382804 +0.8432779928643314 +0.8749015919661011 +0.8724613797752091 +0.8888540064906492 +0.8747908140512957 +0.8909768419852044 +0.6267097566572373 +0.3235829075534616 +0.29437595247184606 +0.33066873763453974 +0.3228528613360436 +0.30103200282726056 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.0297350959527531 +0.31641729887949466 +0.6778203936978996 +0.8779354859955815 +0.8913608504255515 +0.8951783042863872 +0.8990361451939882 +0.9115482849359003 +0.9011647532570922 +0.6914614599628481 +0.5030442142815933 +0.3741533483828488 +0.34927076337107543 +0.40119099944408493 +0.36516534672073897 +0.2888700064831125 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.09498869977038989 +0.2855714126399937 +0.6111580594514343 +0.8447631746436245 +0.8649443035079449 +0.9201364386231742 +0.9335724036544054 +0.9166342556544396 +0.9266975404486452 +0.9389987098540722 +0.9389986107617962 +0.9164705484438886 +0.9113703499211853 +0.6462369065355287 +0.4560372787768662 +0.4808906991102053 +0.3113103613686206 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.3270099290146532 +0.6018089731107611 +0.8615813909659851 +0.91267846633019 +0.9705072561564999 +0.991767263939716 +0.9635035999245511 +0.9706489125029407 +0.9744137660909357 +0.9860083066131002 +0.9586890951588694 +0.9479055097349149 +0.6879989551896732 +0.531252045362751 +0.4963228501078257 +0.315551408884433 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05187255146794783 +0.2275733813424699 +0.53905847661685 +0.8423415767439091 +0.853228393308672 +0.8893696070593785 +0.8896266057728258 +0.8995729355534933 +0.9056952054733662 +0.9097786155458812 +0.9094371731003964 +0.8807389498499804 +0.8833314111983717 +0.6096380245655756 +0.4209309097744155 +0.4197848700781301 +0.294177002711674 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.3079392500048926 +0.5988683965655386 +0.8414132681861416 +0.8871253831412119 +0.9120691728817446 +0.9104758036431122 +0.9062664646535575 +0.9076329650546815 +0.930925225062647 +0.92274375976123 +0.9149412876900525 +0.9188563537606967 +0.6473359168810773 +0.44155961072883687 +0.4459640045770295 +0.27849585008888006 +0.2598855554885135 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04827565424514377 +0.27377232222861697 +0.5596724304635253 +0.7864359382043311 +0.8068174152236168 +0.8572596428495394 +0.8752239060866567 +0.8653503976516719 +0.8864381653406186 +0.8958283576581909 +0.8960569590292079 +0.8740275580283118 +0.8755783555896826 +0.5286804888639697 +0.3466332402546701 +0.3434695524519353 +0.3127818990357065 +0.21663758801930763 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0743388749911474 +0.27290156176932995 +0.5120597529200253 +0.7649466010208664 +0.8470347725364179 +0.8858764012113239 +0.8795227092235245 +0.8953672409702026 +0.8962012604818362 +0.8796972723989163 +0.9117149561214747 +0.6211132683102836 +0.32250941522483323 +0.3124143524666215 +0.37560609299570796 +0.37179915293077986 +0.3221378071016724 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.0297350959527531 +0.34320639476920584 +0.6206641688391021 +0.8648636172652411 +0.8712078232916871 +0.8817191615179565 +0.9025773209994199 +0.9127802093676624 +0.8974913800562072 +0.6639312583861829 +0.48336683647359385 +0.35346374916041357 +0.3069057616369865 +0.3624365540008951 +0.3097453234619721 +0.21349149060123693 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05662717993425323 +0.26729706928574054 +0.5623040777327486 +0.7969447975655509 +0.8399531214347947 +0.904714186914253 +0.89929432179203 +0.8945570423096758 +0.9032735202214969 +0.9122464549788701 +0.9101145187934202 +0.9016363338199003 +0.9042866353305755 +0.5657564602294207 +0.3705907590021918 +0.36788191854479735 +0.24155573465647528 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05721704068969442 +0.35660379338447173 +0.6087149234169661 +0.8212322209690405 +0.865028843625577 +0.9032647609409931 +0.9004148590116288 +0.8966703937301262 +0.9014686110246798 +0.9126089805651862 +0.9098059380608479 +0.8998936481970211 +0.90016326105041 +0.6153243618368585 +0.4035480218220074 +0.40923711739385926 +0.2583430026210254 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.21949436528101468 +0.5717159223940056 +0.8410580222920864 +0.8959272151165337 +0.9433296119010113 +0.935479225462036 +0.9290112123530279 +0.9254873636776199 +0.9414378880497871 +0.9456501652344421 +0.9196903767924439 +0.9174182997809197 +0.5966875357407474 +0.39127487037931025 +0.36480969433243005 +0.23156648751738182 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.03376793217878054 +0.17664543159939172 +0.4964991800296234 +0.7055890128132415 +0.7414103929196848 +0.8045199051136888 +0.8091911052346141 +0.8633949061384644 +0.8649621508517639 +0.880450692482266 +0.8815512718036167 +0.8767436673774649 +0.8498773838129936 +0.5209502703122894 +0.34852408077755603 +0.33517926376115165 +0.20642547088619306 +0.1648823941889658 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04943526191333737 +0.19682170004708657 +0.5039653915424703 +0.7229647620939178 +0.7978089844771037 +0.877956819545495 +0.8822113143164518 +0.8721250172205187 +0.8924478639445049 +0.8835137944508988 +0.8726516996735634 +0.8668292543984685 +0.845724827638968 +0.5182786922973694 +0.36232597500144537 +0.35952862683897163 +0.3309252405917251 +0.22401266206279052 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.2343022356245799 +0.5746974676155981 +0.8377922094371415 +0.9119154228074692 +0.91198467394175 +0.9258601430647545 +0.9477971536090073 +0.9413212042891773 +0.9164225263953015 +0.9273108791532099 +0.7047372029985545 +0.39988395881371913 +0.33321632101362064 +0.384571808114246 +0.375855515517886 +0.31783356607851343 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.0297350959527531 +0.4340038918906644 +0.712320759739869 +0.8962111363053034 +0.8839355992416315 +0.8834103166955244 +0.9001318962711029 +0.9123583007857443 +0.8834114501926412 +0.6386565140948907 +0.4411788521313735 +0.324342770560571 +0.3246520491965054 +0.3642956424808588 +0.3119213698521082 +0.2383016992905082 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.06829916114504177 +0.3282266296558315 +0.5986367119403962 +0.8416074811127495 +0.8815470952574137 +0.9104183498097662 +0.9061171393488262 +0.9020683497330312 +0.9122833146624321 +0.9209340118822209 +0.9284210105122872 +0.9108611098273699 +0.9085349650206275 +0.5931983571139192 +0.39091992084047555 +0.4222634203794949 +0.2663291487494889 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.27432550793505883 +0.5807772849829623 +0.8797522788232536 +0.8847425148030158 +0.9334472463185891 +0.9348482413388458 +0.9347266979451142 +0.9386982354384051 +0.9396746538350053 +0.9592608179703673 +0.9329690055345708 +0.921337012610952 +0.6242425516773333 +0.38521233811139516 +0.3741740690495093 +0.24465232273452472 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05186188067462547 +0.2477711592256687 +0.5298240952651825 +0.7627513861037287 +0.8258919068439969 +0.8845392134091292 +0.8777326396592577 +0.8717833936380321 +0.8797895329044215 +0.8855405066866594 +0.8609270761435228 +0.8458050962420637 +0.8437029852664244 +0.511002900420483 +0.33627727923858824 +0.33504478368305746 +0.21284146697023676 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.03901173260243421 +0.24184863778032747 +0.5618866216271368 +0.8054517297759223 +0.827457314539131 +0.9028357613778024 +0.9001141561897761 +0.8935183917966124 +0.8980800686014672 +0.9073029879769025 +0.9112045952421229 +0.9059072107313514 +0.9042355399282376 +0.5704657058421213 +0.3828808694949192 +0.3675845108859628 +0.2445518551166978 +0.22231993042247508 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04654385699920536 +0.29079284905465 +0.6145285039156976 +0.8478849001466039 +0.8799722398602656 +0.9097694637550424 +0.9076745127866476 +0.9025346857428199 +0.9106876424673473 +0.9146971985600337 +0.9107159396552723 +0.9065590232142421 +0.905529502903835 +0.6251905727787321 +0.4054334033260804 +0.40803912197993075 +0.3542476386923004 +0.2788229773884884 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.28562645316831275 +0.5816659856054647 +0.831238210367126 +0.933618071762696 +0.944040924790004 +0.9612781286315997 +0.9880822396901127 +0.9813733734659459 +0.9839189956895261 +0.9633848507606402 +0.7123348063387821 +0.4566626066147955 +0.436229317358689 +0.5234723061719512 +0.521469749000561 +0.36688277421420845 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275311 +0.4460432433084595 +0.753674017480533 +0.9324491602364134 +0.9232832650401839 +0.9175329463735519 +0.9476015703482208 +0.9572658562100914 +0.9803116025336389 +0.7079668487394878 +0.5277631065474508 +0.39847590733722377 +0.39153086830604256 +0.49953621514758273 +0.44433385187910296 +0.3795527079982716 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.08910033298450765 +0.3818785915928231 +0.6666991043663006 +0.8393161764509204 +0.8932987512808827 +0.9443785978535771 +0.9411277367499395 +0.9339519744363804 +0.9220572689995261 +0.9561443511910925 +0.9412999177404353 +0.9439698739778919 +0.9363020256861218 +0.6616494728299891 +0.4711605340732111 +0.47457615579027845 +0.28308782127145593 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.08225020404539085 +0.3546329108232167 +0.7092093916772293 +0.8575455411357029 +0.8872287729576398 +0.9100455932476303 +0.9095482944353347 +0.9129463864828339 +0.9158123728084383 +0.951760140102083 +0.9371370486639583 +0.9184539729924882 +0.9136282052290338 +0.6417818927796168 +0.4455097017877598 +0.4565620552996409 +0.2911691417520087 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.3076913565733297 +0.5886375105222988 +0.833181195286371 +0.9015498602653015 +0.9588775954270153 +0.959337060691075 +0.9689674233623937 +0.979077565148851 +0.9792129265602162 +0.9646380630351875 +0.9555350486592205 +0.9604753009285563 +0.6785161195566344 +0.5063885847917073 +0.5167184082898664 +0.2891434602422397 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.09330180278200641 +0.3113073354805696 +0.5938237146221906 +0.8370995265553346 +0.9172927640301993 +0.9780340385323516 +0.9869580065173124 +0.9960723881501474 +0.9905252676445546 +0.9929790539993423 +0.9499586830483007 +0.9647456690118168 +0.969872497683791 +0.6867625840388678 +0.5586926988779898 +0.5581266421960915 +0.292409780007484 +0.27741558837301306 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.08758096929912539 +0.3141832577801678 +0.6387082396938685 +0.8527542429353324 +0.9160805508319423 +0.9597431141546027 +0.9720833980726251 +0.9568601770743699 +0.978724471923002 +0.9603308392815351 +0.9651148329362282 +0.9476426107528434 +0.9547761204777121 +0.7033736920840488 +0.5380779697744259 +0.5140935768440339 +0.42999663475856026 +0.37204724113086624 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.33673811520491254 +0.5664138157657759 +0.8469368614650638 +0.9310504685944971 +0.9097809438688241 +0.8959323196284815 +0.8979381163673936 +0.9041525908287544 +0.9120590643043825 +0.907617022487759 +0.6952255624367665 +0.3905421953140277 +0.37605469363966004 +0.4370589117166342 +0.45609776301370997 +0.3600771975624327 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275311 +0.34017435490394515 +0.617157558351734 +0.8736764681512045 +0.8816311735016874 +0.8827040055388099 +0.8849421769657865 +0.9153137579733387 +0.8876463826402787 +0.6935329683951607 +0.5119538996771993 +0.38138088316146507 +0.36850802502265195 +0.4387345479383399 +0.3766822291086923 +0.3028899528241165 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.08829238533451982 +0.24507707962276173 +0.5370205054348627 +0.8323750418405714 +0.8769100158695143 +0.9060207007238189 +0.9032113478586252 +0.8991931544710855 +0.9027052967828391 +0.9149935132417433 +0.9130443848722375 +0.9025443337603491 +0.9029506678674857 +0.5765987840548468 +0.39564848969983146 +0.4068266537666818 +0.24578371725161338 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.22450613194327537 +0.5004404866907946 +0.783234440935365 +0.8670340647895335 +0.9016961103010859 +0.9023941167342144 +0.8968948129306051 +0.9032222850470304 +0.9122128291314259 +0.9133105695992625 +0.90675375944848 +0.9088277741687412 +0.6301733743821004 +0.4335597696635595 +0.43075265323556283 +0.26892243347675826 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0569586302927009 +0.261578247767256 +0.5670057550325184 +0.7695267650028979 +0.8929604386362365 +0.9406596314037252 +0.9375438544728881 +0.9326591539108198 +0.9395365139407974 +0.9695646867985694 +0.9450479342541787 +0.9170522796452374 +0.9072746532273043 +0.6569879931403811 +0.46888991158492405 +0.4724939303362631 +0.30861887714563024 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.26266380114465376 +0.5754556731380774 +0.8269695816622137 +0.895400961444132 +0.9613696327194813 +0.9657082088606829 +0.9220114873877763 +0.9135462578979978 +0.9410395287581153 +0.9564878404101298 +0.9684739951307528 +0.9075682924459227 +0.6415247820389371 +0.45467056458763794 +0.4533702259225258 +0.30052128438516335 +0.3044688889557906 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.23584140819934934 +0.5804349826903613 +0.7999554729703063 +0.8680240795283761 +0.9193307633770119 +0.9153263734908923 +0.93520163653158 +0.9412503056395822 +0.9503359542125268 +0.9512761849241536 +0.9263651822768841 +0.9190510527786847 +0.6391033566682465 +0.4831482986314653 +0.470744695182295 +0.40006385661791843 +0.31447593148197933 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.23887721242816967 +0.551281504260432 +0.8331096811729356 +0.9739774510520842 +0.9428437216521092 +0.9421744572776718 +0.9402250480882488 +0.9424063115066217 +0.9415860598348227 +0.9419808566823015 +0.7077718959834586 +0.43043961488044724 +0.41254581013944813 +0.49280475234451937 +0.4644021218830004 +0.3591507795179934 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275311 +0.39488862842512706 +0.6959138828699337 +0.9009715612285107 +0.9104965737187243 +0.9046892141151947 +0.9157611848816969 +0.9149092244005339 +0.9069526823250809 +0.7056581738697727 +0.5236294015675411 +0.4205742850838438 +0.41704747007384285 +0.46426734929328267 +0.38019128844654765 +0.300821066229603 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0875000202094264 +0.3764244181809892 +0.6644475194326251 +0.8149463375042494 +0.8777871864637045 +0.9093419309212951 +0.9068409665533526 +0.9052745916881498 +0.9170805184686468 +0.9365170003729026 +0.9410287207746535 +0.9382965804430293 +0.9347937967413 +0.6587310391754118 +0.4634650703970067 +0.45477049619593946 +0.2785031293723959 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496234 +0.20122425995805557 +0.5043928611692147 +0.7573466754170992 +0.7795958574177857 +0.88189469609117 +0.8815113899009834 +0.873205802665005 +0.8931888494923095 +0.9023660185654309 +0.9028350833919768 +0.8782735727903903 +0.878930985397588 +0.5302026032482168 +0.3413681732637583 +0.3456272316824545 +0.23548545836578882 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04862275434511118 +0.2504880636048548 +0.553644221970702 +0.777875210444183 +0.7903141289763085 +0.875249541429946 +0.8966256329706531 +0.8874077844761424 +0.8765854509604802 +0.9027030933824796 +0.9045581853966425 +0.8808415361225245 +0.8739309162012651 +0.5166365006732195 +0.3474147195848911 +0.3405592789979934 +0.22424737090248137 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.047605300687939944 +0.20498662742875157 +0.52559450971682 +0.8060460642424534 +0.8685555142527971 +0.899293278749973 +0.8971456049615832 +0.8925522616793504 +0.8963889994589828 +0.9040327554868811 +0.9049206375555879 +0.8961950387347235 +0.8960391984696348 +0.5838071386325331 +0.38302188180358643 +0.3505337277370186 +0.23302776477001888 +0.1954961837816089 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.04630747237217801 +0.2599761795212489 +0.5958607408643096 +0.8226208436067363 +0.8728466260212779 +0.9058444061634047 +0.8989507174300836 +0.8933168742772966 +0.8984442632067885 +0.908875308098511 +0.9136308321682801 +0.9048414122105515 +0.9038755679916958 +0.6866299578298121 +0.3884900087172926 +0.3784482715015826 +0.3346699675962461 +0.22836564710452087 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05956611700028225 +0.3039920083991985 +0.627675833648342 +0.8085815750382207 +0.8993484924728063 +0.905610420087037 +0.902491052104107 +0.9064295357514436 +0.9020950607320706 +0.9040901952182065 +0.9153451531103994 +0.6684039632277997 +0.3556288485208875 +0.41614289443749614 +0.3984516663634595 +0.40079618568127884 +0.33399674930783935 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275311 +0.3594806367178354 +0.6805472329925047 +0.8991063510894991 +0.8989771930678323 +0.9003339357051446 +0.9021455182775477 +0.9191113472416574 +0.90327378999795 +0.7033814428322656 +0.49865076129289754 +0.35776786591588333 +0.43191982142551255 +0.42782331040048227 +0.36113161435503505 +0.2955865524910843 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.12842814452340076 +0.29007269330397506 +0.6047615856087254 +0.853094781820593 +0.8680957353156754 +0.9268236624846135 +0.9124814801079455 +0.9059598334753659 +0.92051217462552 +0.9307845014004207 +0.9293774198898113 +0.9161828402981861 +0.9178746509189751 +0.7245270158544413 +0.48576088472700835 +0.4569038224391713 +0.2750778016774605 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0593692530605408 +0.2921527996519684 +0.5956495844625599 +0.801544032488778 +0.879206191809634 +0.9029078905660293 +0.8996188265230585 +0.8926825128675093 +0.9008773957714424 +0.9117169050117473 +0.9138947330454306 +0.9036799142554068 +0.9029292592618865 +0.6933062167316066 +0.3992550090378147 +0.3847122524971969 +0.2506716437128609 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496238 +0.26461786853698976 +0.5772422550580508 +0.8403343953957156 +0.8858720012435545 +0.9103867764428594 +0.9089791743200164 +0.9046884125585851 +0.9120628745808982 +0.9231609491402785 +0.9208331627651369 +0.9087546072871886 +0.9070806117114152 +0.7119571108244696 +0.42053547250415124 +0.38163744581687564 +0.24766168098539748 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.06540305699720023 +0.31208037889551704 +0.6166084291291365 +0.8486630532320653 +0.8963295509239184 +0.9626898088982629 +0.919657346975552 +0.9206753242987209 +0.9226030212235415 +0.9283387309755056 +0.9316074423953182 +0.9310785650180441 +0.9165483732816061 +0.7136667330469678 +0.4342085124265021 +0.44508742564948717 +0.36733764594299384 +0.37377674166033853 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.05270307577875441 +0.23420144779675417 +0.516099333312695 +0.7731406005453916 +0.8298573402784881 +0.8895264374514247 +0.9034808610075608 +0.8950371256941193 +0.9006745907441388 +0.9089286639291712 +0.910853341366058 +0.9013995898522553 +0.8843453035010667 +0.605534731084379 +0.3591389893606411 +0.34336491107377354 +0.3025174031867938 +0.20671414959614415 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.0334857689745152 +0.2015950167237168 +0.49926602201923037 +0.7685011704771628 +0.8619324813372797 +0.8829407714990114 +0.895589784023567 +0.8955973769845685 +0.8971712238022067 +0.8988767804069151 +0.9163898892264735 +0.636110325537849 +0.3108876607061852 +0.3494662760799398 +0.3304261747530248 +0.32650248975550084 +0.295710466830725 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.02980984766990352 +0.02973509595275311 +0.34322677932698226 +0.6319520647813405 +0.9117726214561791 +0.9370650728721222 +0.9639994194041788 +0.9675357816535719 +0.9932588252549371 +0.9833738070097021 +0.7152124013042419 +0.5315035469023611 +0.43840681041151697 +0.5042739737707564 +0.49885625235226866 +0.3886883738524802 +0.3142878363561553 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.10408904789266231 +0.2998808228162744 +0.5991790940929725 +0.8840432329314389 +0.8907662030920224 +0.9518172987262167 +0.9229345355321964 +0.951974421221077 +0.9550486142303285 +0.946731110707191 +0.9656187229298167 +0.9526412254484492 +0.9442908259279353 +0.7381960279040305 +0.49781342480328505 +0.4892756268074365 +0.32096244116956546 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496238 +0.3010924287984039 +0.5913166583213677 +0.8150913182225087 +0.9001333199635942 +0.9578403578175634 +0.9637664797244625 +0.948697855651268 +0.9373032591243214 +0.9209981727326996 +0.8977429037884755 +0.8770865277587203 +0.8794364777536888 +0.6686503787879758 +0.4104518804752239 +0.40039521188633975 +0.24226378577913366 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.030556138955496238 +0.22155757022804923 +0.5238273126362657 +0.7957579623601643 +0.845768085816274 +0.8996519075928708 +0.8956771775721134 +0.8888685254777152 +0.8971471596789385 +0.9040696716787412 +0.905668966718449 +0.8992904029595904 +0.898164885101212 +0.6601880098811589 +0.37901161528889815 +0.37392119682530656 +0.24402787927709663 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.041847601535665704 +0.24332979974598473 +0.5934643847461735 +0.8174264070384787 +0.8752139129518937 +0.9006499500667146 +0.8982267037907181 +0.8956927721534877 +0.9015043935910813 +0.9123068842890345 +0.9137718946468499 +0.9025247641157562 +0.8839565621446422 +0.6410011377195187 +0.3747884628566517 +0.35465303513239554 +0.23414771472502666 +0.2138345770346463 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.28115378916910133 +0.5832752678418297 +0.8266065398609079 +0.8869504575784294 +0.924828557126937 +0.9280822062246601 +0.9304218081991326 +0.9408672933897945 +0.9440393471037344 +0.943419305063524 +0.922635082583193 +0.9102386584761156 +0.7096473717685428 +0.41702711393820696 +0.403998357462781 +0.3501230855305073 +0.263068205371346 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.02856793434623696 +0.029747656729438594 +0.2560157940900293 +0.5661653633775084 +0.7863562429847972 +0.8762249253951493 +0.9023524158881762 +0.8986301182392152 +0.8958125057713667 +0.8788951795073218 +0.8812122187134452 +0.8937429348684366 +0.5827657247716915 +0.3056985105437251 +0.36905097344423476 +0.3540466512814563 +0.3536153550746837 +0.31508162765649733 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275311 +0.27892570569868497 +0.6175872956944818 +0.81601802956672 +0.830891938263912 +0.8733682424673092 +0.8723473206797231 +0.8331859584510831 +0.8163689662347277 +0.5696075974030729 +0.3696328497419057 +0.2868822616474172 +0.3532768459630187 +0.3527361391661232 +0.3156188592610655 +0.24752928234677066 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.11330044737672385 +0.1552881881746364 +0.4275800414903096 +0.6496564214626211 +0.7018264600828381 +0.7884328949983485 +0.8266671525582922 +0.7773134966146434 +0.8214726013849702 +0.8277227339140221 +0.8310983562181254 +0.8022328477974938 +0.7860178492863242 +0.5592825404636546 +0.34512228540964246 +0.3350986441050208 +0.2130936808518218 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05332153247068347 +0.15702005366941788 +0.45107956030201973 +0.6940626842061499 +0.7479723619085471 +0.8632604347902157 +0.8750455070406463 +0.8668138213798252 +0.8724558258989754 +0.8820922546893533 +0.883191904132876 +0.868774512578319 +0.8131111809841319 +0.5702936877352899 +0.34454097054524796 +0.33478184551866996 +0.1959804617602244 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05344146628063483 +0.15815880782510947 +0.4553314238308823 +0.7084023869937086 +0.7899360114422892 +0.878827824586429 +0.8897788539695373 +0.8832609739904491 +0.8853809887746721 +0.8807306371090663 +0.8811889458433421 +0.8636849480594943 +0.8428821254683863 +0.6007794807842433 +0.35836289663882687 +0.3399451719026507 +0.2217896826894254 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10705250913373852 +0.1308377118552508 +0.41063216292179017 +0.6232341632899812 +0.7530436657433183 +0.8886508109485406 +0.9027973246579438 +0.8965452573311052 +0.8996510095918041 +0.9103106724228303 +0.8941146867068444 +0.8876607946648376 +0.8816157049819827 +0.6864475784978623 +0.43109202168339467 +0.41498797582045716 +0.2609555993656568 +0.2730930767452489 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.029747656729438594 +0.19955920033882707 +0.5694453652730491 +0.79201459802837 +0.859421544295139 +0.9053118504154613 +0.9128090186456824 +0.9140767536789554 +0.9114590199004527 +0.920239781657302 +0.9156096417380438 +0.9002011008980292 +0.9228561771508658 +0.6982658749207128 +0.4541340147872743 +0.43474524241958656 +0.38652916678590626 +0.277872846735889 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.029747656729438594 +0.20472621906476604 +0.5619521379072703 +0.8206754579411638 +0.9447210389399433 +0.940090066556963 +0.9343232940618386 +0.9382547293961314 +0.9459676427472987 +0.8886312145758377 +0.9570697450274154 +0.6997285625619842 +0.4136515747618068 +0.4522381710991325 +0.4517885308458082 +0.46326636706003854 +0.3840083871162308 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275311 +0.2990959831615597 +0.6315604057693551 +0.8660577141693167 +0.8820150642159699 +0.8855735537025031 +0.9029403934675062 +0.915397194331535 +0.8952133413404558 +0.6939709135548987 +0.5062126923487361 +0.3576928426462728 +0.41714133650762114 +0.47230663112339627 +0.3519407049379398 +0.2780983960098741 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12488349565142519 +0.2403558271593748 +0.5748312873652698 +0.8402531298264065 +0.8655589645986143 +0.9163137509164213 +0.926839801769339 +0.9112139710278998 +0.9248619304833599 +0.9174727054901765 +0.9051704898908268 +0.9095953459268558 +0.9153473437386419 +0.7251335690469408 +0.47650961141623266 +0.4212851086028115 +0.25872029750321107 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04581524621150427 +0.16251830518448032 +0.437864683887301 +0.7013558760396791 +0.6992929563384434 +0.8622343342997745 +0.8758822225481188 +0.8573214697704881 +0.8726126923854294 +0.8835959951591869 +0.8924860222684368 +0.8952768813145769 +0.8933985821509804 +0.6982161499730704 +0.4369797441501384 +0.4211159102053863 +0.25736208440795294 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.030556138955496238 +0.211102365766826 +0.5250964444259969 +0.7227479501540364 +0.7800413198620573 +0.881565132523943 +0.8784209834492537 +0.8735998931360697 +0.8780848136540828 +0.7949134793522664 +0.6628144340616277 +0.713670202691564 +0.7090996692434093 +0.5083129360938135 +0.2979829739382367 +0.3578515478112305 +0.18800978641698335 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.053403865991699224 +0.13082694160336733 +0.3770891410881941 +0.5687979670651419 +0.5839890536773177 +0.6743560714254274 +0.6818598250231559 +0.698664318420065 +0.701582027008604 +0.7103708724412764 +0.6869581132679511 +0.6496577467459089 +0.6226985962654333 +0.47721908749193837 +0.3227876914880169 +0.31542314470912536 +0.188590608286024 +0.16643816161143793 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05262024965159528 +0.12787847267135216 +0.3887448034485592 +0.6380663058053947 +0.6720453958883893 +0.7270898094232 +0.7554030710110762 +0.7464270162342983 +0.7656507594680981 +0.789082323729223 +0.7586934233358015 +0.6984096704957715 +0.6698448322312444 +0.5074133521330826 +0.3224147253603797 +0.31831592772256406 +0.2631221523383378 +0.1661453451811535 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05258278146820012 +0.13140257588860266 +0.40162656314187645 +0.6577257079657783 +0.7146704214513749 +0.6824549144117527 +0.7347570328340858 +0.7361511365440456 +0.7002281523014801 +0.7659598804143641 +0.7463332237278454 +0.49542766237467345 +0.24434656246760547 +0.3331522160443897 +0.30978571091002033 +0.3092381671174828 +0.2637034991696354 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275311 +0.25330040356947514 +0.5788744637999678 +0.7690583831559663 +0.7464238614592129 +0.7788521055676805 +0.7642731689726561 +0.7754823383336381 +0.7482824562523083 +0.5339038586526176 +0.3114911615753764 +0.25043733624736914 +0.30247021573546223 +0.32136254343873083 +0.26401446918019467 +0.18504728230762654 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048968984477699797 +0.1332026958627384 +0.45992843608726014 +0.6843016403243714 +0.7333229162157077 +0.7734019901979708 +0.7827480711255197 +0.7300513679348488 +0.7687286908916223 +0.7610878377107537 +0.7656098286009017 +0.7060352890178845 +0.5979761391213508 +0.491796648700098 +0.3097855310813695 +0.3120863561913551 +0.1865039428086273 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04890411773013146 +0.1344917456880101 +0.41440854265652716 +0.6548529922379386 +0.6974922116780697 +0.7551210000793933 +0.7851459638420525 +0.7637090440960926 +0.784845327651136 +0.8162553871180431 +0.8005407289369019 +0.7403746055513722 +0.6713352906328462 +0.4861323542982649 +0.2993590997304876 +0.3507966293961455 +0.18728843723608438 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04884403854952372 +0.13464073348614686 +0.41109385257110675 +0.6284574228559179 +0.701876006778461 +0.7827378049388223 +0.7495246752588105 +0.6977531855690597 +0.6997338152716236 +0.7254595896038614 +0.7082115783228596 +0.7045864160971184 +0.6838277621148398 +0.5065735525109225 +0.31509587076816936 +0.31939703031338695 +0.19840609184606228 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04775014907890763 +0.13343860365422797 +0.43461158050910165 +0.6235769155468016 +0.6755461296513545 +0.7567290919852432 +0.8367066466025468 +0.7966975926576082 +0.8192665767320243 +0.8393678142028087 +0.8423157165164057 +0.8027564695848424 +0.7825529492339088 +0.5578217220805132 +0.34807624838898776 +0.3531974621570612 +0.2315041706051972 +0.22099243464197726 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10093076994115041 +0.18290925913258957 +0.4972518588027998 +0.738172740973781 +0.8175998286028163 +0.8912665374853563 +0.8887114477184196 +0.8796482991207762 +0.8833863866977724 +0.8910311292324241 +0.8758915531945523 +0.8484545191563546 +0.8452043116579702 +0.6154413121006667 +0.38062120551184564 +0.39181077142553233 +0.33376610605755286 +0.2456469887308972 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.11786974530954558 +0.173856622740495 +0.46995731222089304 +0.7477401606422351 +0.832771786563439 +0.8771265107115904 +0.8392215172664733 +0.8752922859745186 +0.8250843778386969 +0.8387698067568565 +0.8424136348086706 +0.5223704662317356 +0.2609252353830668 +0.3152172052641677 +0.327474395644524 +0.31561430095113596 +0.2619880692401928 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275311 +0.20837254607035746 +0.5275298625348036 +0.6778556854108241 +0.6927087020526146 +0.7104389839134474 +0.7117965133343301 +0.725714522792175 +0.7360200970358944 +0.4776158825864252 +0.2928713075281508 +0.19116834540982333 +0.316554679281546 +0.3158541328393208 +0.26447572412074827 +0.18662811094362292 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04783258221878549 +0.1318569229858364 +0.3905422299669056 +0.570683556622205 +0.6330417507662279 +0.6708322182598577 +0.7252057663267375 +0.719934093595329 +0.7499769991837038 +0.7530469180212706 +0.7701807116059028 +0.7259289960783806 +0.7283809206671278 +0.4605366201571371 +0.28691593755687295 +0.35840827021855803 +0.1871084851246952 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048891011214520254 +0.1333617819426881 +0.4599515880802356 +0.6841822823913633 +0.7739951644070895 +0.824549957165954 +0.8426393971422187 +0.8435646130434379 +0.8761337331084469 +0.8430175240570882 +0.8206004229530117 +0.8065328797433609 +0.8817277645852624 +0.5754116390409897 +0.3630971898179432 +0.34050340426085046 +0.2247336757975496 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1361581435304593 +0.21026552681490424 +0.49466505656505283 +0.7718568250509373 +0.8619072740914026 +0.8933584041426473 +0.8891474395376492 +0.8870294763709706 +0.889949509691054 +0.8981901324664118 +0.8964942188834633 +0.8906920345998002 +0.9680087510799835 +0.7156117132688449 +0.4406091615729369 +0.42991855799059225 +0.2777088915302566 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.030556138955496234 +0.23908557801980096 +0.543309502864244 +0.7740078939220492 +0.8693184639959188 +0.9062107487632295 +0.9061267271871859 +0.8902492604188993 +0.8982458039983284 +0.9153505133182817 +0.9078720076147511 +0.9014143399715739 +0.95973342035484 +0.6818470222421097 +0.4210148569644296 +0.413197367050439 +0.2606699049722349 +0.268714396749581 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.029747656729438594 +0.1955258945582122 +0.5181323315539463 +0.8355863647299876 +0.8855994502452891 +0.9359940699978795 +0.9288447140206286 +0.9207232521498905 +0.916654840363311 +0.9048649633128782 +0.9058564499503062 +0.9094181407906679 +1.0 +0.7388832181850202 +0.506705143025516 +0.4846545966367854 +0.4410571661430733 +0.3369779167998919 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.029747656729438594 +0.27789791039066103 +0.5563421000005397 +0.8227094988086362 +0.9041510542442059 +0.9067605329256605 +0.9032464819390109 +0.9059748236892436 +0.9020829653886208 +0.9049299392909527 +0.9198136132786674 +0.7019540141972802 +0.44334606905071977 +0.4290685823683735 +0.4325956092911171 +0.43430159262447166 +0.3579148953110543 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275311 +0.35116989797726383 +0.6619113942198367 +0.9080326845681761 +0.893746202083772 +0.8902995520401097 +0.8961755828822444 +0.8940756565592088 +0.8789699023183613 +0.6197824633503815 +0.41237026011640876 +0.3843140749925059 +0.3570006523711184 +0.3340241261546071 +0.2915791730098793 +0.21192268243745888 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.053563994236142276 +0.14062462936195472 +0.43600113574233135 +0.6521902227030563 +0.6709310678967901 +0.7565500107927776 +0.77085347490246 +0.7302019712769224 +0.7331974563261736 +0.7564238331425572 +0.7755684309877995 +0.751780891313517 +0.8297938264516899 +0.5473857470227667 +0.32189450252446855 +0.3532502003497474 +0.18870507952864066 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05351112648716923 +0.13095774480378716 +0.44221893675705554 +0.6721360298985223 +0.7054572787665278 +0.7763205093935184 +0.7881134196302144 +0.797657491041024 +0.844908337328683 +0.8132246815692212 +0.7813511982660502 +0.7383770864474052 +0.8140796051113085 +0.5545726583433329 +0.33082696278531004 +0.3194883694075936 +0.1873566445508704 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047750110691409976 +0.13506773246716433 +0.47763261254010586 +0.7402302925993599 +0.821879536038068 +0.8878509357504651 +0.8793187523630919 +0.8863878707542184 +0.890130593701994 +0.9022514700916062 +0.886026595782705 +0.8655608835299126 +0.8644273724517559 +0.5630266974596924 +0.3317090333485964 +0.32540205501005043 +0.20630182987229967 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04771232596519862 +0.1810230050853184 +0.49965083849913233 +0.7730105471710172 +0.8450447316485242 +0.9014697912348412 +0.8958276345692926 +0.8909030229488796 +0.8972519786015701 +0.9095250298471699 +0.9094588766764274 +0.8844733847747709 +0.9260633897388372 +0.6175590724006722 +0.3545660997729471 +0.34068857710845984 +0.23327377929367843 +0.17879705748450206 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04499525293887811 +0.15087815723554074 +0.4326869386638376 +0.717475405577468 +0.8287370320323358 +0.8822438069799228 +0.8792751360101021 +0.8880279309628927 +0.8908501282870293 +0.8980513592435209 +0.8784034581725964 +0.8335570260418732 +0.8356657758694157 +0.553654730199054 +0.3246035734608613 +0.32232036106752077 +0.2655922268908859 +0.20518568366833875 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.052630587254403095 +0.1311753252563737 +0.37629106692387726 +0.5934717491604122 +0.6475629838910615 +0.7156647343290515 +0.7028880989923991 +0.6829034916540719 +0.7147450620347429 +0.6831025409178134 +0.6769836513283028 +0.4647453930419311 +0.3242118545470002 +0.3206630381792473 +0.32066164610019265 +0.322699622424864 +0.2911684761853973 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.0297350959527531 +0.26499282389360934 +0.5403489896887104 +0.7420840682615572 +0.8185020502399538 +0.7713425277059378 +0.783274485757876 +0.7951739929152306 +0.7509432480138564 +0.5283358721589234 +0.32852210904594464 +0.33276606566729766 +0.3348545092488197 +0.3332682390265871 +0.29808244091851244 +0.23216416985755736 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.05362424149280514 +0.14082829262766092 +0.4569287796077646 +0.7940805540062676 +0.8627883067606829 +0.9079017361495504 +0.9052192765671516 +0.8988554038295421 +0.9026307589255202 +0.91496559365771 +0.9139812459228495 +0.8996824219959078 +0.9641330043240411 +0.6895531856670198 +0.4245569711750345 +0.4282244140623101 +0.23242838340608057 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10767863979125301 +0.15776861289884492 +0.42375017649880414 +0.6384051400689605 +0.7315612403620455 +0.8272476647864352 +0.8827886586386832 +0.8349513698006911 +0.8580890682597542 +0.8667762080327357 +0.8160760906800597 +0.767642621612874 +0.81095555262934 +0.5290962702443107 +0.335521532554136 +0.3457225998656779 +0.22888566508394162 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10762592891809465 +0.13943210208681134 +0.4198399505874208 +0.6713892241989494 +0.7065734118607664 +0.828141421227863 +0.8441839962503458 +0.8203086922000346 +0.8023022519888643 +0.7751442971582923 +0.6250624496342712 +0.6695588307596086 +0.7834213722852926 +0.49670102481559947 +0.32950251804579167 +0.3259000097299963 +0.18428115685881838 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.0477632868456115 +0.1405332519136001 +0.38999565769107775 +0.5729138281386214 +0.6051580165681713 +0.6171931870096831 +0.6515332369559677 +0.6627337441564325 +0.7080147174886886 +0.7130279937223645 +0.716436530149928 +0.710386080621804 +0.7844668485245558 +0.515973025457322 +0.3429769127685499 +0.34474537516730275 +0.1881643429008321 +0.16624493567523152 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04890908894295415 +0.14516234791330485 +0.3961891291256923 +0.5789777709465324 +0.6519130107836596 +0.7438902224408169 +0.6999395688884827 +0.5884882122126028 +0.7512243006870286 +0.6951272595463119 +0.7191617358823547 +0.6603030386598792 +0.7683482990847829 +0.520157460330544 +0.30463153673691395 +0.3432251120238296 +0.2620390756592194 +0.16390811073762404 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048882005209643246 +0.14285202432534858 +0.3942681920747647 +0.5792919915023254 +0.6333121077904063 +0.6808995093346283 +0.6759977962580164 +0.6676261252470485 +0.6601798675376068 +0.6598128414527691 +0.6749514060135299 +0.46442233741354555 +0.3244493970158552 +0.31522922481881704 +0.26565660274685365 +0.3571509435780686 +0.2622600678437238 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.0297350959527531 +0.22393968446309853 +0.5100109600893298 +0.6663517633026722 +0.6446464790019448 +0.6615679661385784 +0.6406409469519944 +0.6016088675348191 +0.645214126845116 +0.4245227582814468 +0.3038664446513397 +0.317465624044799 +0.3095151641353519 +0.350752109169889 +0.265049598381821 +0.1871614588570831 +0.08358902440222155 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04906452271162707 +0.151702673510513 +0.4091846831140487 +0.5796972363050328 +0.6308688340972158 +0.6867839861288904 +0.6490945651166098 +0.6419505195344055 +0.6750595362034423 +0.6539073748825982 +0.7128369727993057 +0.642439698892961 +0.7477964279461338 +0.5119141135457115 +0.3013461150641895 +0.3370290494070351 +0.18405201842097163 +0.08907032619574594 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04702997443867798 +0.15283518804214855 +0.3944643429589591 +0.5776014842264701 +0.6325811026149304 +0.7003977384681114 +0.7314708807434869 +0.756231763640947 +0.7604854847220164 +0.7377927901198259 +0.723646570564902 +0.731395796821429 +0.7809588966398083 +0.5212106375128174 +0.3254379396072678 +0.32969749794593817 +0.2214740897398062 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04776357301801713 +0.13932136101897927 +0.39092011467261306 +0.5686249300980653 +0.6540616476822574 +0.6776843442353998 +0.6654834244355974 +0.6881169262993806 +0.6762189787507177 +0.654220787856319 +0.7029360269440376 +0.6670456172228237 +0.7560787170684911 +0.5170594985276218 +0.3085574869984134 +0.3535084963100155 +0.18420448949966792 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04888571656435538 +0.14187625896808848 +0.38987828211234354 +0.6144720916595999 +0.6589119472900941 +0.7177917038132388 +0.7338161079719415 +0.7590710915970583 +0.7614806014972556 +0.7705242991008696 +0.7544563800353506 +0.7347339764589937 +0.7759594854485653 +0.5145178231504183 +0.3251330808231328 +0.31102313079694743 +0.18472779647863516 +0.16390464085893341 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04806904723287911 +0.13778808362015782 +0.38621174739003955 +0.5773665213488572 +0.6460745156693317 +0.6681411367020114 +0.6947708957036757 +0.6995188361394178 +0.7133524455005883 +0.7049112988385638 +0.7039790462944001 +0.7018967545694242 +0.7365400856826794 +0.5444293840250294 +0.3176044363621686 +0.2681305851119081 +0.2616432225722277 +0.16340294434355424 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04616942375971828 +0.16513592124035342 +0.4274485564961211 +0.6018768705591769 +0.6912748674954835 +0.690274369952512 +0.7009242548091895 +0.6739390717364157 +0.6817597124752941 +0.7020039376309144 +0.7085461185461015 +0.4791838133368143 +0.29998349136786456 +0.3256202539787504 +0.3234520435740301 +0.3252566362581842 +0.26294105243315036 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.0297350959527531 +0.23979248674936662 +0.5003368629536478 +0.6545024338292807 +0.6632353512970952 +0.6677423987232688 +0.6704561362088223 +0.6743572347891248 +0.6749947816126978 +0.45036331647427796 +0.23237107630957402 +0.2732544935113674 +0.27524942994299073 +0.2752817714525458 +0.2659764115204531 +0.1872102501084749 +0.08801724937309027 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048844492878841184 +0.1448581146716661 +0.3971145744336456 +0.5788534991974036 +0.6728169425229166 +0.6707846218706298 +0.6563537136758547 +0.6531335724148511 +0.6514133399858462 +0.7019158071855901 +0.6822115221645664 +0.6927340401358558 +0.7684552927890529 +0.5053186738722557 +0.30151206953125115 +0.302951532212118 +0.1864430391359642 +0.08797520026936471 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.047006583218609906 +0.14334525106609677 +0.3914714442962824 +0.6078162767731773 +0.67056833114834 +0.707446113804865 +0.7153641495267438 +0.7094986150518923 +0.729384248563922 +0.7211412788226581 +0.7082912796199531 +0.647619918526758 +0.7963966453576835 +0.5092458372180138 +0.3050677136736221 +0.353870224497332 +0.1837765534324538 +0.08575752991016422 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.049708372980813854 +0.14029504743422083 +0.4245711997387507 +0.660469744053667 +0.7345135523111017 +0.861117021874128 +0.8725990235379005 +0.8605102257147619 +0.8649690341799012 +0.8608359682685043 +0.8638296659457346 +0.7659783840884974 +0.7931445008228591 +0.5260275127373581 +0.3182709818631799 +0.32634990184042484 +0.22188687134773336 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04776097246931615 +0.14990856349858633 +0.4275999482472334 +0.6389456607487801 +0.6891314911223259 +0.723096053197677 +0.71823821202497 +0.7437571801877346 +0.7488712680862035 +0.7580470576710352 +0.7249124621930773 +0.704008140497092 +0.757989980511908 +0.5183121895122059 +0.3206544579232526 +0.2955728678066586 +0.1849766276244159 +0.16417170870046258 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046942873952964016 +0.1537386967503433 +0.4021090301143782 +0.570375158054543 +0.6567509440381151 +0.7085647525887998 +0.6915425597669862 +0.6813625514939474 +0.6575301739005418 +0.6928012198847425 +0.714527443143917 +0.7140363678113327 +0.7723743941974741 +0.5110925223402796 +0.30210815091777565 +0.3048932546281765 +0.26427257964497014 +0.1635545553375654 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12326000982623128 +0.14543220963924947 +0.402775866421321 +0.5861980287623811 +0.6678577129896908 +0.6719617944893792 +0.6724118623940619 +0.6682727705476769 +0.6674004895573484 +0.6660631190458993 +0.6823907703574031 +0.4339101635785248 +0.27677187648141216 +0.27326884910693944 +0.27328749541434205 +0.2752807616227555 +0.2726488893322283 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.02973509595275309 +0.23641862979158168 +0.5039716106944148 +0.6678614215390839 +0.6886164807423417 +0.6864620422801855 +0.6665600732838135 +0.700127892860767 +0.6689977836238811 +0.4788018618611135 +0.35951580606186856 +0.27332648403735776 +0.27541775817851505 +0.2755101267031521 +0.26622443097237886 +0.18723395217640162 +0.08804529047052177 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12381133237007862 +0.14690470622747714 +0.39350528681883373 +0.5961919985680757 +0.6338073540757139 +0.6752766298387156 +0.6698609732558162 +0.6675616970740986 +0.6643719322471959 +0.6800393962838767 +0.6717646090274547 +0.7432898674395824 +0.6943900885838216 +0.4810323097174188 +0.2735302869440034 +0.2778158172201561 +0.1872932675418806 +0.08802908944035662 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12141274780442785 +0.16631982812310225 +0.4263174560856533 +0.5961001019833161 +0.6491970754785366 +0.673622847844578 +0.676149858560397 +0.6792835734900118 +0.6785931226146839 +0.685752085314839 +0.699303739819391 +0.7286157176179976 +0.6934150752456002 +0.48077091638388286 +0.2733565356057708 +0.2777073711187077 +0.18690232766314133 +0.0880075339269848 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1212622885066446 +0.1459612232343272 +0.3933196624614799 +0.5959848322221059 +0.6725736189306186 +0.6955577907576351 +0.6870884206169829 +0.6952219471952507 +0.6911342585395909 +0.7013872912341163 +0.6977219561017707 +0.7684864739916116 +0.764200955932011 +0.5454479407602509 +0.30247183571800995 +0.3053890975737794 +0.186540661577462 +0.08800265221652293 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1241764774583668 +0.14374619442841968 +0.3972365261161397 +0.5823738041958958 +0.6666848377890129 +0.6862596739364276 +0.6844264014391972 +0.6993633988737004 +0.700412586664826 +0.6887662442743214 +0.6895776642744833 +0.7550071831833491 +0.7492247875440979 +0.5069052962522617 +0.3021592026088217 +0.2774186184540229 +0.1868713840450023 +0.16264218000658115 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12393865349404957 +0.14464576199043894 +0.39718385565114267 +0.5768766716367806 +0.6529254305690597 +0.6798733335216769 +0.6915525947185623 +0.6541502054041133 +0.6817942904955911 +0.7022385218564422 +0.6892560204302652 +0.7733990380559634 +0.7443557816196064 +0.4913110893896256 +0.2999383707638536 +0.2994210359977338 +0.26138413634291713 +0.16244787459800467 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1238721797619202 +0.14437620447826732 +0.39333877609201334 +0.6213242606820271 +0.7215797157193117 +0.764305629234772 +0.7749930312901594 +0.7727504764144245 +0.7720326593477468 +0.7841649471759122 +0.7422666156134877 +0.5600042821595128 +0.31870645794652935 +0.2991643294302097 +0.3288148354813115 +0.3233179194358023 +0.2935967077121274 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.02973509595275309 +0.2919687401253197 +0.606445678820112 +0.7945264164801069 +0.8449249338241319 +0.8497847442124825 +0.8518187417886642 +0.8632669987314748 +0.8258443504943569 +0.564277359572394 +0.4231524057467526 +0.34469840733957846 +0.3434853841746504 +0.3531288901078692 +0.3055675533276407 +0.22392715940518054 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12227339971046369 +0.14178661843957988 +0.3912067106105286 +0.5987796452597959 +0.650242435208689 +0.6497187511184499 +0.6733925083347821 +0.6636321626559566 +0.6661359125242129 +0.6750411518780047 +0.6755231293819761 +0.7430988220934112 +0.6951110856652434 +0.5104553324255454 +0.2733078212769817 +0.2776408484007505 +0.1882724689035358 +0.08802959804613016 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12239440863846293 +0.15494602316443307 +0.45900126534680735 +0.6065725227909093 +0.5996774894070626 +0.6734578737667084 +0.6697582880634412 +0.6697029864860359 +0.7159807465450712 +0.679604007437558 +0.6848795505064482 +0.7419014411803914 +0.7438918513876019 +0.4775357177885764 +0.2732815415891425 +0.2776191379946537 +0.1884010057416692 +0.08803529078950557 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12309187450914723 +0.15455868059031283 +0.4095676239938547 +0.5822516683096042 +0.647469521908702 +0.6975862076655863 +0.5939904763705846 +0.6891467533600414 +0.7357812181398518 +0.7322001227780682 +0.7323232686453122 +0.8014167086237374 +0.7734985786262033 +0.5084490496765596 +0.2988263123213461 +0.32252889390415895 +0.18507063448987626 +0.087974602669437 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.18577828689212136 +0.1958135289624504 +0.4686103746329299 +0.5889658704967042 +0.6266420623162348 +0.7048163387209333 +0.6666960251288828 +0.6926850921652419 +0.65479094576689 +0.6856341813914022 +0.6895753149454744 +0.7448666071347889 +0.7615227518886655 +0.5026077580113669 +0.2987066664103501 +0.32959783730290665 +0.1864348094077153 +0.16244787459800467 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12156219021790407 +0.16109170604103848 +0.4095595384558594 +0.6206690044277966 +0.6292027751340035 +0.6946835352974249 +0.6975343649209392 +0.6824983272696813 +0.6876064341109946 +0.6749858446613346 +0.6651594110840252 +0.7684892518493829 +0.7339279671444046 +0.5021212112782814 +0.2923036970141756 +0.30471359162431794 +0.2607636543255407 +0.16244787459800467 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12386500238241412 +0.1443504999315391 +0.39713860588487404 +0.584049031304094 +0.6796497077814359 +0.6828031502482851 +0.6765904556684986 +0.6820762941106024 +0.6789297839470088 +0.6804644074642725 +0.6943275521387607 +0.5532099422645065 +0.30208753360826357 +0.29657036911149315 +0.32280356722195525 +0.27524380925069136 +0.2620642031712325 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.02973509595275309 +0.22124635716484808 +0.4795200777981527 +0.6222360156280999 +0.6612023116002144 +0.6841757870012588 +0.6571811120435365 +0.6800890359130907 +0.6717521692807983 +0.4734243315543256 +0.30678864034644776 +0.2733551616375104 +0.27542826531244896 +0.2754529468583497 +0.26527510362659434 +0.20371288854390274 +0.11713031948741978 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12276893888344283 +0.15771574290289625 +0.39584897789254747 +0.5811778418552198 +0.6194399130077006 +0.6628336332290448 +0.7003458495778683 +0.642137353700982 +0.6608494094137741 +0.6700318053863195 +0.6138490818171358 +0.7365819354774644 +0.7699733237647918 +0.5058795413264309 +0.2961452383647493 +0.30895486329250765 +0.18677155621245928 +0.08799815560922028 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12230316456221144 +0.1436554007846204 +0.38929411231152056 +0.5806301762246913 +0.5977814161227506 +0.6550227380928361 +0.6491523231668045 +0.6467518942985743 +0.670772492289901 +0.5997170696531506 +0.7015705748807983 +0.7221457464334872 +0.7734408313810334 +0.5187519902000354 +0.29094933180042337 +0.3010418318755402 +0.18644509395434158 +0.08907224646039272 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12227089017630645 +0.15439432713987944 +0.3930649066080863 +0.6140565781674544 +0.6328268735932028 +0.6946925994953098 +0.7042604180210781 +0.6904610566518709 +0.6754631507487889 +0.6910643217373664 +0.6933710971364648 +0.7613904329867082 +0.746557936349475 +0.5010795494893557 +0.27320945035126903 +0.2775238496725767 +0.18642044885755962 +0.08800238461090448 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12234804887843785 +0.14420541947826768 +0.4098195906985439 +0.6029807177032517 +0.5997263159094385 +0.6230802861676629 +0.6728305242943826 +0.610583432549 +0.6133836807292679 +0.6225518275174344 +0.6209045542556663 +0.6906164103723521 +0.6936540751511715 +0.4809342495335822 +0.2733596362891397 +0.277699094083707 +0.18648827401945361 +0.16323493938819864 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12341079085644092 +0.14729707717888652 +0.3972619563419134 +0.5839419723685253 +0.6502708937659333 +0.6847732527601076 +0.6823237624271911 +0.6697185282628347 +0.6878514573165958 +0.6888551287045808 +0.6851426094342753 +0.7411907748754991 +0.693355032179454 +0.4894478408824781 +0.2731730788003604 +0.32548178462426225 +0.26309971240954805 +0.16259116994221615 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12390418561501165 +0.14533827494928964 +0.40946395590693524 +0.585589283364701 +0.6501083878585088 +0.6828560424341243 +0.6989633353837634 +0.7279874382464077 +0.7419088670007004 +0.7428768436842941 +0.7272735187937351 +0.5462676171755839 +0.3245849046084465 +0.3152870352631467 +0.2657003515647746 +0.31715081395211364 +0.2868685141962534 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.029735095952753088 +0.30991777051399694 +0.5588229475096043 +0.7435023914372422 +0.7590250416216693 +0.7612923223814841 +0.7768244023061095 +0.7563031673737988 +0.6697618642266325 +0.4886195417837709 +0.3711914706924261 +0.29785115923865757 +0.30518390435253073 +0.2681694673520172 +0.2728187586988925 +0.1850056345538458 +0.08908951948775806 +0.0879882572532421 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048115405066175294 +0.1435026362796295 +0.4096466164851505 +0.5792747789353493 +0.630810646047253 +0.6903827707963901 +0.616839640320203 +0.6107789459426093 +0.613370427686517 +0.6737599711399457 +0.7473916116081564 +0.7411830508325526 +0.7444035311766283 +0.48291728750536284 +0.27328113902422185 +0.27767808017722695 +0.18793877629615116 +0.0880643471162747 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04705359287515845 +0.1467414912557675 +0.39360607224131866 +0.5960813812979041 +0.6056376824528327 +0.6233790967722714 +0.6823340133763691 +0.6671360390954416 +0.6634896442794955 +0.6772140803675931 +0.695278659725903 +0.6907347929418717 +0.6936164542254584 +0.48088979134721527 +0.2733337810027666 +0.2775750156536973 +0.18704100862109807 +0.08804188301879468 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04868088161477288 +0.14478050673245157 +0.4099926509509035 +0.5827310173063396 +0.5998057178459434 +0.6228523687403177 +0.6168425729921398 +0.6107978080880695 +0.613379538376282 +0.6743181147777261 +0.7517527713610853 +0.7452389090748346 +0.7484656753579024 +0.49523190569995057 +0.2732808419156741 +0.27757242007626587 +0.1875503508872734 +0.08806024128911187 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04800562761779404 +0.16482568323483407 +0.4593822658598903 +0.5831488129972509 +0.6234952513504991 +0.6661214623770368 +0.6785444167764623 +0.6725782043214048 +0.6620596100740407 +0.6766275329324438 +0.7516808831318382 +0.7434640498806362 +0.7450602000431205 +0.47715924695821116 +0.3238210688710793 +0.3303527018661549 +0.18719617556556267 +0.1627777958894987 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.08971905096927583 +0.14527742770961277 +0.4096493904094514 +0.6408229343375322 +0.6366024153541259 +0.6979015550601069 +0.68342324185928 +0.6703839568837713 +0.6654449007768041 +0.680218135623997 +0.7589605336371104 +0.7620785505888689 +0.7523667403568935 +0.5213758187812383 +0.2916121255479089 +0.2752092560492901 +0.26259317169148444 +0.1638038736769892 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046181480697289556 +0.15227838320381226 +0.4000711768075613 +0.59133222831178 +0.6175696994521293 +0.6193512836881594 +0.6145404439675897 +0.6123474608673164 +0.6112818291660509 +0.6122537655808845 +0.7019251552358355 +0.4978088749396057 +0.27696216464649104 +0.2734323994619826 +0.2734884229590792 +0.27544369566748983 +0.26277064243475007 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.05711039748686685 +0.23383115474700505 +0.47132356221934235 +0.6178240148552179 +0.6661490571700853 +0.6804761473621236 +0.6804934855726306 +0.6964175019532458 +0.6622839532522932 +0.5509686061955723 +0.3597176316757841 +0.2882398666553749 +0.3009578631878527 +0.2684892430893349 +0.2652886287373713 +0.1883592394879965 +0.08804143593013074 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04707432678287967 +0.14598038497092233 +0.3975532189254852 +0.5875226302492533 +0.615362420990409 +0.6809786260460836 +0.6732548899309677 +0.6675951641370379 +0.6863304808838052 +0.6766147426376431 +0.7464946564956406 +0.7506484391191158 +0.7441709226768212 +0.4988461700325453 +0.29184083598048927 +0.32990702546448436 +0.18659162303387705 +0.0880600818427147 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04870315504968031 +0.14454077500894416 +0.4099900862790945 +0.5802167974715906 +0.6149164400394581 +0.708858016413309 +0.6648771158457991 +0.699689324122825 +0.7010590025786236 +0.6676528781018197 +0.751551885381047 +0.7426138404798008 +0.6935574627561276 +0.47720166185341095 +0.27333052441422606 +0.2775619423835 +0.19656176722079644 +0.0880323591629459 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046908442533209034 +0.15004776295586544 +0.418113091107755 +0.5962543804801445 +0.6494073706542635 +0.6880761933362342 +0.686392785686966 +0.6629603660143234 +0.686486514853502 +0.6912409577701902 +0.7531594182822005 +0.7471388294901422 +0.7453703938913631 +0.5004750555032373 +0.2918832574734512 +0.2739793797574523 +0.18634969639733748 +0.08799618392829146 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04701653190042845 +0.14346637825589506 +0.45464192088699473 +0.6516000232611684 +0.7112937911814585 +0.767296289909164 +0.7136546495291102 +0.708965699528639 +0.7109160854350076 +0.752319735017914 +0.842277076826847 +0.7631811013791076 +0.7741223018757157 +0.5095762453677046 +0.291318087456603 +0.30132105022786393 +0.19291400060495548 +0.1686533112711309 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04618943531800711 +0.1669748739934512 +0.42654348407012854 +0.6455392874757855 +0.6057265594381382 +0.6263810441368911 +0.6752590362275848 +0.6110285722874064 +0.6675824078599798 +0.6228078457387679 +0.7475940121162198 +0.7408281892811857 +0.7460579972199876 +0.5319218534694765 +0.32376286906014295 +0.27542970175877723 +0.26280363173805465 +0.1634381886900363 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.048963397307965326 +0.1480283251405048 +0.41010619399623316 +0.5878416576715675 +0.6178432257120479 +0.6354444360640695 +0.6662818934192533 +0.6636779498690245 +0.6627307710713507 +0.6124822656258914 +0.7022466394013878 +0.5175418175751143 +0.2770137389255788 +0.27353211892191376 +0.27362159884002374 +0.2756340473626462 +0.2633539191316156 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.05894921872646862 +0.22107591454607756 +0.47182978724518565 +0.617855176709068 +0.6659716544656236 +0.6752479211896346 +0.6707770742460588 +0.6667163560739653 +0.6687557329065814 +0.5518875243230176 +0.35976220504568435 +0.3261529575189329 +0.32547628358158315 +0.3253386820352494 +0.2653783685582454 +0.1872572887620313 +0.09243410820684674 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04701675158940725 +0.14481322995449933 +0.39753355920426536 +0.5875424135349478 +0.6494560291175449 +0.6797454374895294 +0.6701155269888143 +0.6629648465513224 +0.6710160249178138 +0.6735312823898034 +0.7483652858269401 +0.7424204829625254 +0.6939512903685785 +0.48351459449882633 +0.2734949909165406 +0.2777352342806071 +0.18790355566562217 +0.08810127525669934 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04939743127897998 +0.1632033378936124 +0.4058380475432111 +0.6075653356213988 +0.605791721438637 +0.6235613052511723 +0.6175124714344962 +0.6113857297459434 +0.6140659963766923 +0.6233755140208997 +0.6961943691895607 +0.6914629580777607 +0.6944546121677875 +0.500013664358966 +0.27347835439873913 +0.2778188712621717 +0.18806569048537625 +0.08986039407591168 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04871680546478901 +0.16171213879420646 +0.42002056059969695 +0.5847720813546261 +0.6059713131437682 +0.6235820913481254 +0.617481316960618 +0.6112730992336493 +0.6139474016714814 +0.6233458209517725 +0.6964010283542206 +0.6919293922605901 +0.6949270240646482 +0.48380195500062617 +0.2737538935048359 +0.27806106845463735 +0.18796763208956419 +0.08985381966183267 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04873714241685418 +0.1467500321700062 +0.3937509937162325 +0.5965170149483465 +0.6001005241252133 +0.6234422804600308 +0.6174019313162978 +0.6113920229471123 +0.6139486366812608 +0.6232405554292502 +0.696448007849591 +0.6919396159374551 +0.694917206318164 +0.48373807341122194 +0.27375909315665586 +0.27808955732234736 +0.1879859010139077 +0.16260819826509249 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.046898353254383074 +0.15041474535939112 +0.39394746436251016 +0.5965035330199809 +0.5966358755180706 +0.6263336121285452 +0.620342155886424 +0.61074249454387 +0.6136889969985547 +0.6232732215490362 +0.696916198416474 +0.6921435803450513 +0.6953045727541386 +0.483680518806809 +0.27365247953465294 +0.27569880337897434 +0.26400132727888415 +0.16485440968738393 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04896568073017307 +0.14883312168788265 +0.39362095173515527 +0.6025856572711822 +0.6874607750947859 +0.6841867013976409 +0.6609492861799496 +0.6964452033086797 +0.6800016097433769 +0.6933133912117341 +0.7839589476297547 +0.5600954394932866 +0.2942797660503502 +0.29082044307335103 +0.2731623508483837 +0.3044738736836776 +0.2623950464361139 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.02980984766990352 +0.02973509595275308 +0.22302272904578868 +0.49093934019882807 +0.6910764117238777 +0.7074167019738302 +0.757835331577826 +0.7171128661322825 +0.7313052345585709 +0.6544077132312092 +0.5342608477963854 +0.3182938154261776 +0.3124588079104081 +0.31318382772880865 +0.31631950083894467 +0.2643303461540663 +0.2099215343049742 +0.11471144069252363 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.13562572503561676 +0.229553719185373 +0.39335185592703076 +0.5960008990188402 +0.6286311297894609 +0.6933753026811299 +0.683987525475432 +0.706717016432635 +0.7050399813469088 +0.6833196666393928 +0.772013148688511 +0.7534347585407435 +0.7615945656994907 +0.5205860673319275 +0.3246740802372358 +0.3273643426820267 +0.1956996279008833 +0.09701465168907353 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04875631151426756 +0.14454424115461442 +0.41002541169564244 +0.5820353051663453 +0.6002904057631827 +0.6237458538065616 +0.6176824346150528 +0.6115196091093538 +0.614147741658031 +0.6234044161092812 +0.6960975878926653 +0.6913215674735287 +0.6943780871054805 +0.48115306020285986 +0.27355836808240014 +0.2778368550269102 +0.1865869869977345 +0.08809454207290641 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04992955685883574 +0.15950396133314063 +0.41043780391731916 +0.5825496309555502 +0.6015060316688793 +0.6235351697148936 +0.6176287881891827 +0.6115545517415667 +0.6141760591137827 +0.6232444254281027 +0.6964370899263257 +0.6915599827661819 +0.6947213920767196 +0.5082949225231266 +0.27360352301446816 +0.27789420155867656 +0.18732781763607506 +0.08807142483077884 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.04704007619681817 +0.14714119831365038 +0.39765701286841315 +0.5814455282222839 +0.6058156664270685 +0.6789281661789215 +0.6175588541165857 +0.6118333978136091 +0.6143802532139891 +0.6235395163752987 +0.6967637357283624 +0.692018325759879 +0.6949138418114281 +0.4811637058822454 +0.27344665521554773 +0.2776959416770945 +0.18854272321366594 +0.16444398831796136 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12153738471620504 +0.14560091381962598 +0.40999213285436403 +0.6132828888541756 +0.664959672278025 +0.7165018260848147 +0.6757948274112628 +0.6670851236071659 +0.6575488590256195 +0.6661061187320643 +0.7496210662783025 +0.745239786608044 +0.7460206967540384 +0.5343101123375562 +0.32376934234445776 +0.27535179744576455 +0.2628132080069849 +0.16338217170334424 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12202583241956966 +0.1509221265683607 +0.39662149490829285 +0.6029950232319135 +0.6186059352354848 +0.6199335331006788 +0.6156928618974413 +0.6131921066707702 +0.6122152374965935 +0.61301001535281 +0.7028341681710617 +0.49921591424702827 +0.2771004231205388 +0.27360296670230094 +0.27363465354851174 +0.2756031753601224 +0.26957001832690075 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.060657918781999595 +0.24272416011882453 +0.4711970928858785 +0.6186611102288104 +0.6144109384775835 +0.6142006679984189 +0.6148981898427663 +0.6250362728881328 +0.6138445681306067 +0.498338898072704 +0.30776950993766783 +0.27388279933735216 +0.2759071550018106 +0.2758568920197534 +0.2650483197530433 +0.19172749410092557 +0.08593949833103588 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.11631111413683091 +0.14787502554675805 +0.16416331315549254 +0.16940269275466527 +0.4395921961571138 +0.5972541723629687 +0.6087381360187395 +0.6246958425854482 +0.6183493689679589 +0.6121900097064309 +0.6147759758022551 +0.6244592821346046 +0.697748105421124 +0.6929619891630465 +0.6958679890750423 +0.4805724569486337 +0.27393319825612233 +0.27826460628839533 +0.18694279488361684 +0.08809191075787734 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.13505997846668127 +0.16900988278131115 +0.1564047127403428 +0.4026467502782907 +0.5809413495234921 +0.6045054416523171 +0.6255538306692741 +0.6200380251601829 +0.6135851093018053 +0.6164137605258972 +0.6257265477100905 +0.6988030463121769 +0.6940015068147053 +0.6968496876953784 +0.4847699667733929 +0.27415615233451746 +0.27846682528866745 +0.18819301029063476 +0.08815293286141017 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.1296021621789648 +0.16509230377201184 +0.15344966553190903 +0.4027011698069276 +0.5808112621550772 +0.6195750594048001 +0.6258108554288568 +0.6207937748977373 +0.6140413508265078 +0.6171745398735778 +0.626272851834236 +0.6995869791781825 +0.6948939651929903 +0.6977867384469015 +0.48344843421668937 +0.274485621773527 +0.2788567861242847 +0.18977802264414534 +0.08832134344426704 +0.079230512926215 +0.079230512926215 +0.08570457693256053 +0.1382606575074798 +0.09682549592282651 +0.12056398914109091 +0.18973285629049003 +0.15439784908315787 +0.40672864039008133 +0.5810799896970678 +0.6033982718250104 +0.6260231878078015 +0.6204864753852716 +0.6138377421606305 +0.6169171841528125 +0.6261602564021556 +0.6996753791500868 +0.6950094034401025 +0.6981773893125052 +0.48514743960186113 +0.27452035301938676 +0.278833739141926 +0.1890138474088048 +0.1641943667319286 +0.079230512926215 +0.079230512926215 +0.0857048050813036 +0.12749805010954535 +0.09682586651768682 +0.12705402876582572 +0.16665871457026363 +0.15777019881318458 +0.4046283293170433 +0.5910094315978025 +0.6034095149912022 +0.6290832042251684 +0.6232757928530789 +0.6134424538003068 +0.6158712965733479 +0.6250576020937144 +0.6982666207931737 +0.693540051554607 +0.6966237318644745 +0.483220541276221 +0.27414797704077565 +0.27613881429326376 +0.26300010267846846 +0.164746848931383 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.14376566421320092 +0.15699061279288806 +0.40290629314547505 +0.5888066442052284 +0.6206775899060529 +0.6225407421243526 +0.6177321111342424 +0.6153907189731224 +0.6144223340048061 +0.6154431130422612 +0.7051723826616112 +0.5016109251669993 +0.27847520397723285 +0.27471330898049473 +0.2747653391056782 +0.2767283714820442 +0.264360193974393 +0.11836163454401696 +0.13232201102736874 +0.13745808238649737 +0.10332538830976898 +0.13686373611213729 +0.10337366774141753 +0.15863304101922926 +0.18988012698022916 +0.10977671546442316 +0.2513346163139555 +0.5266740135850836 +0.6427762840133181 +0.6171147942600306 +0.6160379310491092 +0.617128887788727 +0.6270112842231383 +0.6165594749482317 +0.5061158044958376 +0.3101669048785723 +0.27519752155545973 +0.29800007102539056 +0.3283949889679418 +0.30097067426460555 +0.22150237533078843 +0.11035848434032414 +0.10851895089301263 +0.1241083485262403 +0.11772729825603616 +0.1389336587854333 +0.16390769325405738 +0.15549491467701484 +0.183691378292887 +0.16305711275524945 +0.41364787895462896 +0.589474872228515 +0.6091413806184168 +0.6270724702881622 +0.6205541467662853 +0.6145296659802058 +0.6170579170885969 +0.6269501283747447 +0.6993047954676533 +0.6948365469870532 +0.6988312147701209 +0.5019369653415439 +0.2750020445484581 +0.27966816428356556 +0.19669649873154624 +0.09252906157693234 +0.12941938042643028 +0.14718582407513583 +0.09682116659721751 +0.10332251358866198 +0.11761805874388963 +0.19477578111936322 +0.19992032795151074 +0.15632565863273493 +0.4126922458240987 +0.5870383374376276 +0.6038497212820929 +0.6261969243742445 +0.6197692332939827 +0.6135855198492784 +0.6159339788474076 +0.6247115771749006 +0.6964997544201837 +0.6923249505986947 +0.6953525830148436 +0.4829362190811386 +0.273820217913193 +0.2781107726380703 +0.18622146203760648 +0.08813872439517877 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12276214770523426 +0.1516214446258338 +0.39690867084534953 +0.5971614628120234 +0.5972612717899052 +0.6237611424278954 +0.6177825246255504 +0.6118222158663337 +0.6143357664351361 +0.6235048585336889 +0.695506836239712 +0.7217441102429341 +0.7586882328430465 +0.48356883119469607 +0.2734018383866982 +0.27770025694804973 +0.1874716121762077 +0.08987310486705415 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12308595267286539 +0.14635023623222956 +0.39775359766121693 +0.5873141725830947 +0.60029489276841 +0.6235304349855391 +0.6169553803997835 +0.6108723169879762 +0.6659999426609603 +0.6800947091073395 +0.6950397347837389 +0.6907133141001192 +0.6939149936593669 +0.49100591445608704 +0.2734819630318835 +0.277784987030271 +0.1867009692837071 +0.162521812424691 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12056402010614682 +0.16406742092578552 +0.42245804338436077 +0.6177219217041536 +0.6003849661039328 +0.6266265196350057 +0.6205863354059904 +0.6114386223941108 +0.6140327777294797 +0.6231870728132884 +0.6963389707818439 +0.6915821404852004 +0.694636528419397 +0.4811753946248642 +0.2734836954280038 +0.275508833303639 +0.2636429004774761 +0.1643597667521326 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12051706632291895 +0.16039588681279246 +0.4000254775269204 +0.5878955453767638 +0.6178710222211331 +0.6444421508252172 +0.6696484311191222 +0.6646080826715354 +0.6118849568114559 +0.6128229358178381 +0.7024857215710687 +0.515175616977356 +0.2769751559087347 +0.27344636304238307 +0.2735103275668577 +0.27552659610676167 +0.26413032668269715 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.06698781195485057 +0.2234440569393235 +0.4703618298540039 +0.6198414818788632 +0.6139407743468721 +0.613404903667424 +0.6141253857830506 +0.6245207653426982 +0.613423076946127 +0.49889444356397983 +0.30758996674305455 +0.27367156724880337 +0.2757117574696481 +0.2757313492057278 +0.26622805001737254 +0.19179660452768646 +0.08764548370612124 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.1512231234121004 +0.16218864478908998 +0.15149051742000805 +0.4006373395537835 +0.5852699253225657 +0.6026239878280103 +0.6238527601654843 +0.61772994472363 +0.6116168001154728 +0.614162789323177 +0.6232305810635222 +0.695732425604879 +0.6910243218527861 +0.6940853882817399 +0.508342178483 +0.27349408397978126 +0.2778170052175031 +0.18775146426091557 +0.08988107291443574 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12430161222200926 +0.14897244372468887 +0.400245773778784 +0.5810605048473694 +0.6063318440501413 +0.6239232558880112 +0.6178211933664778 +0.6118178287995287 +0.6144452700234037 +0.6235791303698351 +0.6967332051699856 +0.6918872303527978 +0.6947657168601454 +0.4836694890141862 +0.2735629172029922 +0.277823817838934 +0.18812191881211207 +0.08988609619478882 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12282939124271515 +0.16300267157382167 +0.39676872642523936 +0.5969712264728211 +0.6064577058578284 +0.6242488240398874 +0.6182431765326166 +0.6121231923410194 +0.6731791810063151 +0.6804374906782954 +0.695539161728226 +0.6909850136481963 +0.6941212032664233 +0.4836122640399628 +0.2734869218948898 +0.2777655601843329 +0.1877117589500402 +0.08987107103402686 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1213693272996434 +0.1470481538848228 +0.39387691880443415 +0.5965971202363749 +0.6831559414527079 +0.6944779151208333 +0.6180259591980168 +0.6121002483610347 +0.6146844939551842 +0.6239031730990566 +0.6960380404175792 +0.6918046042070317 +0.6948199106594319 +0.4806198717778752 +0.27394097899826764 +0.2782472496522603 +0.18760622978017752 +0.1626099114498083 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.1458764893729312 +0.15431495722166938 +0.3994959296864096 +0.5806455892088752 +0.6085317957262114 +0.628132841510175 +0.6214942000716625 +0.6123959692021808 +0.6150868520089714 +0.6244578222496426 +0.697359743703604 +0.6926042361945612 +0.6956604391652627 +0.4890709070794756 +0.27398798373523675 +0.27617456626564496 +0.27045451648583135 +0.1697673088208634 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.13730445827596424 +0.1549552090111832 +0.39917600464256026 +0.591529100313374 +0.6187392574084597 +0.6835742410344695 +0.6151734521173864 +0.6626235520467118 +0.6114671484247185 +0.6122737119127766 +0.7020967819825344 +0.5086421176524732 +0.2769841897551251 +0.27347512564202625 +0.2735358034071063 +0.2754650299917295 +0.2636684810647012 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.10420161093812019 +0.06035235883168531 +0.2225480547696266 +0.4703135862062083 +0.6182636450324852 +0.6665757682606622 +0.6631643230853957 +0.6646484090844879 +0.6754761086715121 +0.6638096698981061 +0.4987527081085247 +0.3068256648257552 +0.2733195722584164 +0.32551416171818903 +0.32799817906488254 +0.26579475856908996 +0.18733181070830793 +0.08807915256374048 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.12394848097221184 +0.15200991153342602 +0.3988981028020641 +0.5808052217889375 +0.6017080661806351 +0.6256920139379716 +0.6195896474129439 +0.6135391430789098 +0.6164691669290717 +0.6258320674432063 +0.6989297455817705 +0.694286916695208 +0.6974630629993144 +0.48534019266697925 +0.2747540424081937 +0.2791631859544748 +0.18898036613785657 +0.08835517087408315 +0.10845885514747543 +0.14596609176598824 +0.16452222353636917 +0.18996520986930993 +0.210479358829617 +0.2166921699724133 +0.2046758536313405 +0.1949843994564184 +0.4129491655990382 +0.5885676164692335 +0.6035502826346881 +0.6272398255556152 +0.621021567246735 +0.6149990429869268 +0.617435804690417 +0.6267852441707429 +0.6988439481694944 +0.694547029169535 +0.6973836426983174 +0.48558909181658777 +0.27494019955928767 +0.2792588142082472 +0.1890852405600134 +0.08958073297134568 +0.0917286533126944 +0.11766620574174914 +0.09682690028801655 +0.1285271015677124 +0.10334147759998746 +0.19662988040395496 +0.19186178723501784 +0.15515080053918176 +0.404933134480411 +0.5936663757378549 +0.6019034249412291 +0.6268555981553556 +0.6203491162509454 +0.6142663021591094 +0.6173039541397436 +0.6266143984824356 +0.6985428394489053 +0.6943481124378943 +0.6974412642405023 +0.4854140168835943 +0.27478780818102355 +0.2791650971478273 +0.18761856208977373 +0.0894775239155999 +0.09170302699558727 +0.12743979569303066 +0.12663604293062955 +0.09682991860868245 +0.10270524914794325 +0.12708390584323517 +0.16653627454782538 +0.15712673993297044 +0.4066454066969569 +0.5861089419819461 +0.6091217009926906 +0.6273921744203533 +0.6211306351508575 +0.6149045794469998 +0.6173956522442451 +0.6267645230668162 +0.6988678746476995 +0.6946031154280351 +0.6974038364683764 +0.4881422412876815 +0.27485986189653905 +0.2791290930448959 +0.18678874764456466 +0.16208485270092535 +0.08570469743609796 +0.12659263096822074 +0.08571426963486739 +0.12868288325945776 +0.10332782360649924 +0.15462680869206893 +0.19128417321905697 +0.15547450728077775 +0.4049110101311395 +0.5888068643068769 +0.6002233171670626 +0.6295014926513992 +0.6231387243000428 +0.6134200740147314 +0.6159375065607106 +0.6250316087948122 +0.6973825725424517 +0.6929814912098882 +0.6957316743189249 +0.4829489228622322 +0.2740667420290164 +0.2760184337744268 +0.2614780040962178 +0.16300813457639685 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10295969761445367 +0.14870249623464504 +0.15385571147359905 +0.39903312142949593 +0.586898643402832 +0.6213768193138203 +0.6208365398447416 +0.6158699332735634 +0.613258010758746 +0.612210386820933 +0.6129080836983132 +0.7026537927130139 +0.4981333319804117 +0.27719835826231176 +0.27364688895394756 +0.27368507932992275 +0.2757205867521974 +0.26259165874516743 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.079230512926215 +0.10943376039391424 +0.15214115219467178 +0.10904595648054165 +0.2468467005690444 +0.4705792728711093 +0.64050373068611 +0.6149786466934059 +0.6141902850630209 +0.6149978744155454 +0.625266535588826 +0.6140379732611035 +0.49963703175366647 +0.3082588444531427 +0.2740979846642838 +0.2762053660918382 +0.27630740185864744 +0.2788685255432569 +0.21643216085973213 diff --git a/example/run/baseline_scenario/opendss/profiles/load_13.csv b/example/run/baseline_scenario/opendss/profiles/load_13.csv new file mode 100644 index 0000000..7b0d87d --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_13.csv @@ -0,0 +1,8760 @@ +293.15605734841563 +288.2456164201596 +262.67885921691567 +249.0525146887866 +263.30764108791584 +274.7278358883005 +414.04017778007386 +543.193878809028 +503.61765864490343 +426.6818464936254 +363.3177904204713 +291.3712688882176 +288.3185336232809 +264.6033981149322 +262.5763631802111 +273.39331975724025 +329.928886977749 +475.81751401274477 +629.7262481515121 +737.1622926056068 +796.633366185803 +755.172872144622 +686.2826279200933 +546.6475472221957 +277.51861717452755 +261.99653210787545 +249.88642145456944 +239.66432816036448 +252.26274693977592 +325.8078161561301 +539.7191215749333 +595.3443401231907 +446.4173397440405 +415.180393989446 +310.1086345256085 +267.7731297613173 +266.28019232787693 +271.58180266631905 +285.6412950664118 +299.59650397308286 +327.2696631920775 +503.4007321510532 +662.5142676586647 +754.946447938035 +812.8763763959116 +827.0112520695244 +682.8909264010383 +529.9046495255122 +279.1434483659676 +260.6110870964411 +243.08556429853047 +244.6269561745768 +250.93200769660507 +320.0359338026138 +541.4768998638932 +591.9380779758337 +440.214961309828 +419.88759194342236 +312.18983104754017 +272.0606432138207 +272.45430884318404 +275.95118654168346 +288.6870502203016 +306.23444435749724 +326.8371859101027 +497.04596828507107 +663.4213442979227 +737.3133676412343 +799.6822209783647 +807.4374112839879 +666.5840394011683 +511.96997162497206 +280.6053047778004 +263.3277942832172 +241.52891214739802 +246.0928447260372 +251.2681977031151 +318.64497248024907 +542.0392400993927 +591.8586729519192 +436.9117962203739 +420.1115697900983 +315.9427325175969 +272.5708077075945 +272.28515336017966 +274.297666100151 +285.7813437310216 +303.5896677355633 +329.0128801747172 +503.95498397236497 +667.7914384947912 +738.2829930266636 +802.004119062119 +809.9697034062165 +673.9346340073762 +510.58241730147495 +282.86392841301443 +265.32713212535396 +242.96666180966992 +249.00957141398285 +252.2212546198536 +319.3776109558187 +541.9688682054682 +592.5678467425355 +440.61471728937966 +420.47560735805007 +315.6209250697209 +270.7868257076028 +273.4442084137835 +272.8665516034504 +282.2287677050096 +301.785775008962 +322.7892247154519 +494.8307066793251 +663.3263639672741 +733.8407374852236 +802.9142962920159 +802.0152162443023 +668.0502011582281 +509.9109071656216 +280.72823746905306 +263.29767565116236 +237.6265528962221 +246.00970322214522 +251.3566412269199 +316.62598237059325 +538.1944240539722 +593.0184136843145 +432.48453049478263 +420.88969426491155 +320.1946325699093 +267.1528551866877 +275.355924037489 +276.77141247186603 +283.71683039750604 +301.0885685313759 +325.70281043496396 +497.8808763568512 +668.0237145264632 +741.075935576778 +813.6486897376324 +821.3142505475308 +691.5519731034096 +537.7671570636251 +293.04338890615526 +286.21849527133554 +256.2858131772568 +257.0917877339045 +254.347787658855 +293.80659445580227 +456.80679139447403 +491.8706149866967 +549.0471710955574 +454.4804380683871 +341.4570423731543 +287.7566486956731 +280.8925068149461 +278.5103896596188 +283.4413071994667 +282.4887440721483 +358.18495406457316 +510.00248485323505 +648.7824122759421 +730.6459978860084 +766.8040311417232 +760.6365878708303 +702.5681729074627 +534.5491680616979 +298.2632697874428 +297.4310908404566 +263.8499773931041 +262.26150228735213 +269.8214538414618 +278.32261371242674 +421.0630380899133 +537.9091605754214 +508.91029028217673 +431.21198053525535 +372.5764570373659 +294.70109353368167 +295.3406070618024 +269.42837291417555 +266.8353659466453 +280.0614602206176 +336.8813130721651 +480.3157627078737 +635.5740811067582 +721.8366936749267 +795.5225245191302 +745.6969835110401 +672.4988379200358 +535.0765759285553 +280.7328944819625 +266.6532820913188 +248.49847962746762 +245.06523230103764 +252.24147086938572 +320.80349872876025 +543.0452837072927 +592.540905015864 +443.7938909319618 +415.33591398939313 +315.45492201065196 +273.3980490467912 +275.364363866563 +278.07261735871157 +289.1288111182198 +305.62595880766224 +330.89564619750746 +503.1083394065186 +666.9334631331527 +740.2544723043353 +804.7036842657968 +812.7514967157713 +665.3742053907482 +517.5170278756652 +280.202646969689 +263.8524130999493 +244.37547638408356 +247.6158963645006 +252.18785080875693 +321.5291170062521 +545.0638302057247 +593.2164750674286 +437.45749200666415 +413.2181628840125 +319.37371692578216 +266.8455283530972 +268.3919563614763 +269.83058973048446 +281.32128440779536 +297.714950219631 +325.5244884428979 +502.171928535359 +667.2549051786226 +753.9094260376775 +820.8574929220617 +833.7807769138547 +694.085092435035 +548.2414613349076 +301.8710056921382 +284.92156514535 +260.143682563489 +262.29054553807225 +269.64456770209256 +312.2880761672409 +539.3605050823729 +619.3655829647677 +483.9088381764932 +456.87358517280927 +349.6825335987186 +299.32853417348053 +301.84463523701976 +307.0987080389208 +321.27433383279754 +344.8145650809306 +350.7799772455615 +525.4855126498983 +699.3011331111135 +778.922100615993 +825.430442498626 +842.4736835854472 +703.8621814166862 +535.9014892349003 +287.29932491816226 +269.8649100211855 +249.87886535514937 +254.1864409713639 +258.25327106819236 +324.6789492036468 +550.1015353639438 +599.4221223499267 +447.53155818284966 +428.4300704417795 +323.0822591967628 +276.06926931083984 +279.1097489138235 +276.8627079477807 +284.1625626434625 +304.5859961556766 +325.686879606969 +508.10070084598595 +665.1637053552441 +746.9636992096846 +803.2003693231808 +815.0877959551478 +673.2400279064319 +512.2207129940804 +282.7896879302904 +261.84830110051286 +242.2012835588676 +248.12362524021432 +251.4676472060304 +317.029081173651 +546.6189818869065 +592.7032446174899 +443.57483062426166 +420.5417341358861 +314.1234380896622 +269.055789688022 +272.18664077754704 +270.08036997223377 +279.13257345148423 +302.63824514356264 +331.1319288771738 +512.46605481804 +674.8105061570895 +763.8816302249671 +825.6768812289108 +806.7040582350394 +702.702917266527 +551.1261224707621 +301.2468387775978 +292.4741701934948 +265.30311761621283 +259.28088529897695 +262.0461224984534 +280.4889543398457 +429.51262723702087 +503.486188135586 +550.6747694921891 +453.3599036173099 +336.8117050566507 +290.3948087313886 +277.51638983388995 +281.37389484662975 +277.3118051142103 +273.86978420135847 +359.77783720479255 +511.5324117166178 +648.0001911972498 +753.7902967250385 +775.9874837601105 +783.4475578456079 +722.4808697540955 +548.399866032805 +301.74095231206724 +298.4615192873675 +260.2370114151044 +255.9992199915421 +263.9626444572451 +274.2587360971008 +425.2462740090513 +550.0147685416715 +500.0632494724653 +437.85793825277005 +382.92112000394445 +297.2616899182923 +303.38698220567466 +277.95217471573056 +272.3718554092883 +277.76779376857024 +339.0284900224462 +481.091279855196 +638.3979846420823 +733.9230748260504 +801.7576045115231 +757.7557767699466 +695.1289453471599 +544.6244387944461 +279.41462037770464 +262.1255676216557 +241.36788930225273 +243.07215168441874 +248.75619127258742 +318.8117077939964 +543.580657952683 +595.1672169909298 +437.84688171192954 +416.47535240295207 +307.6785562238028 +268.76708010786854 +268.5539084640908 +273.5596152528544 +288.2097738561583 +308.7906054317741 +340.4461207314178 +510.98720740336523 +676.9687668531121 +736.7227998683271 +798.8616879595007 +799.6202959836805 +700.3381895883576 +543.5135181904544 +297.353015628542 +283.45007962185383 +263.81262571160966 +269.105419951525 +276.8680797310777 +319.62730410448256 +542.364752420481 +620.0711792128708 +476.75047955189996 +443.4366347304862 +321.0274142237916 +276.4862291510186 +277.6123623915333 +278.3841036987946 +295.8099228524409 +322.9172768449245 +359.7141911205018 +544.3184592006861 +672.7726619422294 +747.8258981480326 +804.1947030247849 +811.3898019566309 +679.2814866897172 +557.5985359901997 +302.71794284629334 +277.11652324082803 +257.22126008610866 +254.0005887428316 +261.51350244201205 +311.6687815072254 +531.6504503908344 +608.8980837468872 +458.2953102256061 +427.836557436675 +310.2516946579857 +269.324898951702 +272.41432719236036 +274.7131685272218 +285.0294518283468 +306.61256666268844 +331.7379653333248 +508.904753123519 +677.5459062893913 +763.8140857322657 +832.9894072551866 +837.5767774492668 +697.3339602872592 +548.6604809418077 +294.64629194374834 +268.0295678754968 +252.95081719769763 +250.9198070298597 +258.1086696784623 +329.7757942638098 +555.9128462685718 +601.5167041583596 +447.20965735947703 +430.30495955040755 +308.6040758370497 +268.04425698456726 +272.00328614164874 +273.52953978133087 +284.44750475309445 +304.9307547037184 +330.80995407353447 +506.34122130962714 +680.0425803141687 +761.0472715545249 +828.4785780393588 +837.3007506545379 +696.4282634869716 +538.9424389187074 +293.4288229128793 +270.2942174886969 +248.72554028870405 +249.0074439006682 +255.0796517030806 +324.8787822214475 +547.0947422065542 +600.456428235368 +439.8264526261831 +420.21749001221167 +312.36432937746446 +268.5486574614199 +274.74775302123913 +274.8998423712873 +283.4599258049218 +308.0888550481971 +323.8091183790387 +495.7733838019117 +667.0576178244221 +753.144606666744 +812.5842475078753 +825.8587327739236 +687.8076610915706 +525.9697815542746 +285.9932610754502 +274.7444058587769 +248.62063679473223 +247.47931433512358 +251.53222818014413 +289.44182138046017 +443.6613685137861 +489.2891110827552 +520.7427853651174 +446.5237017975959 +335.25749799819823 +280.2603833888598 +276.5383865064943 +275.06995853481845 +274.75122849080986 +277.30058099777193 +353.38613819845204 +508.5308290862775 +642.8302695531881 +737.1085561032595 +766.8860465404173 +770.1277122266126 +710.1308131207956 +538.7761083601166 +298.4600950552416 +294.11663224825867 +257.8394543655107 +261.92336152947007 +265.12597236562385 +274.65553442705715 +417.3381812514734 +548.9424868267233 +504.49215409192124 +437.8162383438126 +368.98127764717134 +294.75074915021816 +300.78105817968407 +270.37180210185335 +264.6218150926315 +272.71846148473793 +330.6596364867979 +481.94323797194943 +639.3924853701272 +743.8636770427534 +814.1609575752134 +764.6973715906698 +703.2134079333832 +552.608326812395 +285.8563794282586 +269.2301967374696 +247.82420606596247 +247.40905457827478 +252.39394293339276 +324.3065652423972 +543.6649765275471 +594.4094144385966 +443.14398679026044 +418.1366089009836 +312.1092515055268 +276.27757254919874 +271.75125061503957 +280.6762036513252 +294.31546108390256 +305.50683578364664 +329.14254476967454 +504.59209696144745 +664.1173162266495 +742.2371248602099 +804.8937368791662 +811.1052693048938 +671.963683300606 +521.766652696621 +283.27665956416683 +266.0047185181329 +252.55784528023224 +249.27367360764936 +257.21537070558225 +327.8214380490874 +545.3471756022444 +596.1872158907663 +444.554815770103 +421.30717645975113 +315.80137220338275 +274.6697135397805 +272.0788094970866 +274.8245310561069 +285.69822909289536 +301.93817797136614 +321.46732513594554 +505.6808084591861 +663.175852825504 +736.2932904049388 +802.0674556246665 +811.3010931549667 +668.9876394161458 +515.5873477142633 +279.08725554677704 +263.7718775253139 +246.32625833530437 +242.37722108110262 +251.1568746156835 +323.89205309328815 +538.7334466481631 +596.4229260956241 +441.20531445031924 +417.8917706050277 +310.8925935311943 +269.77840890403695 +271.4670145197665 +269.4414482052051 +285.4930662492513 +301.2089025615599 +322.79635506984926 +498.53331791096366 +663.1657056118785 +742.3439557014347 +809.2612735611768 +812.4250567224941 +675.3830071896261 +520.2684527910794 +280.9487767304538 +261.46107353939254 +250.4623497593819 +246.38757207133048 +254.36011476977814 +325.9987599088327 +543.0393573083726 +594.581301760484 +445.94411175098 +422.0924107461959 +311.4185502584883 +273.1609490148652 +275.9826210575231 +278.4556197149828 +290.2012966525849 +305.6245185279451 +326.8331683317744 +502.86173707638585 +673.0662822761725 +747.2244433404936 +813.5532628200813 +823.0600340481853 +683.7119746720981 +525.5137237011112 +280.33706503463253 +264.72502389078187 +242.1558234583778 +246.02012539244112 +250.18203658324526 +319.5428225035806 +544.4607042758727 +591.6004025981318 +440.06413430382116 +417.1615811500395 +310.2295674042535 +266.76656401271987 +270.00016954671327 +273.000998462004 +283.87219939527915 +303.0037080014466 +323.26784776403844 +501.7944865833681 +667.1864220512516 +745.1927051550796 +808.8270365065084 +818.8054277236665 +685.0699006621887 +525.131902441198 +284.8671117011557 +276.1926661496922 +248.42187538876343 +247.0496189236988 +253.1462418818794 +288.5881170488504 +444.27130932166085 +492.61912430637034 +518.7663245581103 +445.0092562481624 +338.84100831882006 +282.44096323313494 +278.82249424322936 +280.2814703794577 +278.1550310742907 +280.69681795097756 +357.6499742783608 +507.97997616743646 +634.7762983830223 +725.5917785916125 +757.0622711812582 +757.1739801318646 +692.7529338066385 +535.5470419422566 +300.02747271089254 +295.3318253484088 +258.61447467436466 +263.4290824553845 +267.684505847498 +273.6425300052761 +422.7275884399437 +538.969110219862 +497.9509768159927 +439.06310652541595 +364.89644855932306 +290.6205451998715 +298.41361160008097 +274.0363240790753 +265.43137986464404 +283.33957768222285 +332.80738122579146 +486.09745479762415 +629.753835757415 +725.7655737587811 +791.6367805297377 +737.818810248816 +678.8210984327904 +532.6122332720788 +283.4619895746894 +265.6125258873173 +240.89904008783213 +250.0864518040048 +253.5372388035874 +319.3660795031672 +544.8556249136623 +591.027527917453 +438.8532972456997 +421.6296024943143 +314.95956378919095 +270.70127412837286 +276.65664073832465 +275.0169708053622 +283.7399289430352 +302.2894866548853 +322.2943704479538 +503.2201851086625 +658.7302030230212 +731.4751179013434 +797.9378604984046 +803.5857610499088 +668.9446760243716 +520.7107732245056 +282.4906269731535 +258.18613517045014 +245.74917904547286 +246.28952061544857 +251.2980648097843 +321.71617444022377 +544.5864341562944 +596.2032825236328 +444.71119632131905 +420.44550720732315 +320.1792567535698 +272.68136347005094 +280.7141461237263 +276.32700678347527 +287.39852049100153 +309.1586296953001 +325.9840541578694 +503.20222526537265 +665.8650684058202 +738.3838343672794 +802.4595482058777 +811.0698592178678 +676.4110741326028 +528.4481641400362 +279.26395138563106 +268.9154992640446 +265.44038635887335 +275.1390275622999 +278.6752755520939 +338.6447060280034 +548.8027082587483 +623.9013572195415 +481.0140423201699 +440.1170117926862 +314.0959465085885 +271.07705469020044 +275.2069092511642 +270.0805573102275 +284.83187177745674 +306.89138555668706 +325.5420946490591 +514.3174710441788 +678.4458094629977 +762.7233972293459 +832.5917523470131 +840.8263129314366 +701.5515580129033 +543.0757341613951 +289.7089293415228 +269.51626767795915 +248.38724226921366 +248.0280391304733 +254.67502888598435 +323.79714179154615 +549.2340118895239 +601.0814352255513 +438.80220605457015 +421.42881692970144 +308.8668720829435 +265.79218603482695 +272.4584011039444 +273.15672122498665 +283.36110574246715 +305.27432488899734 +321.54606271079666 +504.94932340080686 +667.8070100103891 +747.818358766975 +812.2851991509498 +817.4009813441656 +682.9040610891791 +527.1438074452739 +276.72647479352133 +260.01865031294767 +249.22953883583432 +241.51403346910325 +252.7665790172711 +324.1886091407653 +541.3718985048409 +594.9593367631799 +443.66154735986805 +416.5226341348075 +311.8091899995594 +273.27642084806115 +267.3060032171302 +272.7009602216618 +287.11684958387815 +300.36005324639945 +324.06531343334996 +501.3400587076128 +670.6027155269636 +748.1071608994488 +811.6052925570165 +824.0503326713257 +684.6283569265955 +526.5752862429891 +282.2612000727103 +278.4219671722801 +249.74618987560783 +246.20488544798616 +253.85109320663813 +289.524474390037 +443.16648822874805 +491.7143149361006 +523.7478595434083 +443.02644092935805 +336.31028561360813 +282.86183719956983 +275.23921683619034 +279.45314779215636 +276.14331796422107 +272.2375752879537 +352.87213548349365 +510.836599478594 +633.7077743723765 +723.87508137321 +751.6186729269128 +751.7060907999822 +688.2599995861508 +530.9106499022597 +295.7478306848934 +294.2013039030315 +263.002284231314 +255.96211614436987 +267.20655557786665 +279.1673033022498 +420.6117076942975 +536.4975609288044 +496.2670908493702 +426.88679717742036 +365.05988943775367 +293.5421470121549 +291.4081744871251 +263.0905124174992 +267.41747033663137 +279.68113151368317 +333.04046601771046 +486.35793498861625 +635.918015782757 +724.8966190214254 +786.1399261555019 +736.203789715011 +680.3885068264359 +536.5768435098998 +285.09775111887257 +270.0821097872213 +251.51649558974756 +248.91857503061715 +257.07821480698857 +328.8617027078452 +546.7937104521949 +598.4291622765061 +456.43989559082524 +426.9453092981965 +317.481132762591 +284.42883624243325 +282.5384117528235 +286.4753693539632 +297.77576091114787 +309.8716400282848 +329.60073615986784 +513.5552393506167 +671.2267931582858 +735.2986473601239 +799.7028080834676 +806.2265008663651 +668.9817115002677 +525.4383461079034 +282.89043010843153 +263.88394067554594 +255.1293926475898 +247.7490527185488 +257.97613183754396 +330.38188498871375 +544.5683902805289 +575.6870867552542 +446.0897601419648 +420.14716535520756 +321.04382825506957 +280.71846640850043 +275.4158380363973 +276.37135893932964 +287.2301153461191 +304.47734937694685 +329.27503806915803 +507.0109609595728 +672.9301306247177 +751.0961068637763 +811.8741076476045 +819.2530583649287 +684.2956910388913 +528.275126668125 +284.7329092618074 +269.88011167162733 +249.2113600621829 +249.7942877115818 +255.1451158340127 +325.8865323976708 +546.7211589067656 +568.4146285482817 +438.10800777348095 +419.68785186441596 +323.60914302224296 +275.93698880698787 +277.39539748981696 +276.86401094420154 +284.3484941421154 +298.26882189687694 +319.61052472840305 +482.0806781520033 +663.309291521783 +736.7836085490775 +803.3901792492743 +810.4326944212504 +665.6393022135013 +515.5043368938782 +279.6631057301642 +265.0919578011061 +244.2192037867082 +245.7741991311392 +251.9022579030548 +322.18911595285215 +542.7263836323335 +564.3750956947582 +436.3580441484368 +417.76886072058943 +309.34437130695096 +272.67602348409287 +272.59691538133274 +273.67374225349346 +288.82587429499455 +302.91322462928855 +321.79254516169027 +482.51361178342233 +674.8830391925976 +749.8987705321525 +818.769841361061 +824.4714874904263 +685.9073450813679 +527.6075969843251 +281.95265418958115 +266.28834067842894 +250.53932062114745 +242.9856500275097 +252.76683295508408 +326.7259791860964 +540.3732871684358 +560.3373762660399 +433.50984365091983 +413.19516611919784 +315.3576796246817 +269.6734095986663 +267.6376884360096 +270.36502347886614 +282.1974697176234 +297.7849283138105 +319.81704001851114 +473.40414060172714 +658.6076669366283 +735.5743137466069 +797.8803206776108 +804.4785650076168 +667.0104129337266 +517.7862620909774 +281.75399242207055 +274.5821543353672 +247.38692722861103 +243.9955211293518 +251.52372922205322 +289.0329854564056 +442.1021548016019 +464.3936865236662 +520.8455494183653 +444.156582523715 +336.3906190620289 +281.7047673138459 +274.099368645883 +276.1786683681074 +272.8125875035085 +271.9200354159027 +348.75788589653877 +481.72604776868457 +650.8888308193079 +742.58020975743 +777.8509993150396 +782.8228012057281 +714.3353648417701 +551.652187531596 +301.66075403617515 +295.9616490710625 +261.01523613388497 +261.21764430084374 +265.17602808149536 +273.7381075247107 +421.8439586794872 +521.1833771345033 +496.4134127251205 +434.9239207014446 +366.8865137225484 +294.40538399787613 +300.4296007590364 +274.8221740987168 +269.93260246475097 +284.2458585834729 +334.6496477444592 +465.5390135017786 +636.2715150986807 +726.2924274686932 +797.9198639164995 +744.0307754697419 +679.9452224749949 +538.3731735294405 +284.13660326601916 +268.20091611889234 +250.08429191446595 +254.10813351314195 +258.82271596240764 +328.03607443514943 +551.9271688700967 +572.8762780633481 +451.5554185453192 +425.7539010572726 +315.58335691697675 +278.0514600925249 +279.53540270439163 +279.9873790336218 +290.9866262504447 +307.74040064492897 +329.7273299199663 +483.6748867939699 +671.2254338448017 +745.1589302496932 +807.781519026966 +821.3145383380152 +679.4890602606172 +520.0529174963401 +283.73556067847164 +268.5661874072167 +248.20346758195805 +251.51715608200294 +255.70291683666196 +324.7572524167252 +547.7101481485532 +567.8353978531915 +439.24347185888155 +419.3636590635903 +313.9005259148717 +269.8068673276866 +268.95062631752046 +270.90102879677096 +279.9013169203352 +295.3152333614971 +320.40397360546024 +479.6346761307351 +672.0623468152193 +737.5573703822485 +803.6164694871597 +815.9595379002269 +685.0722082916102 +563.40615880002 +312.35170606604794 +291.80043556187314 +271.3260499406814 +269.00961119916894 +270.92485923137247 +317.0928494032669 +539.9156329607347 +620.8243982849517 +470.9080139655237 +443.6409239956679 +321.1187401708599 +274.34465634370537 +273.5597302767698 +276.46551470928176 +289.5029558247454 +306.0017514641479 +330.1061164417748 +486.44908694556403 +679.8845122580256 +762.052458214025 +829.1559500486198 +837.9428551104633 +695.3912501315214 +533.4929076982854 +281.1512960498082 +265.3458253141606 +242.33543799638525 +247.28751579706525 +252.95092916740487 +322.4156107546726 +546.5273305068555 +563.0417465933139 +437.3488842459761 +420.17147439522984 +313.7487865810504 +270.8469194253857 +270.19862791828047 +272.9647616557889 +286.58743771681213 +305.4330420528722 +325.50696418826044 +481.24924716002454 +672.0595728155566 +747.523998697808 +817.4857018394549 +824.2485755083738 +687.0549780606663 +528.5612518764783 +281.54001983620884 +267.04933719507227 +246.76032687611888 +245.91605545044177 +254.45669601469928 +328.6753911117734 +553.4307587109563 +574.037910518401 +438.86050431067997 +423.41759084253994 +316.20386326445373 +273.5329664384872 +273.5837237113121 +273.44061907337897 +283.718382738972 +301.52492071909876 +326.02265216636334 +482.96659488301935 +674.6597791688442 +760.7989548520995 +829.7698027397827 +832.2940281204008 +695.9003925512911 +542.4815751813114 +286.49966367745714 +275.3032401257641 +247.12987786881718 +237.4611342456468 +252.18038651472605 +285.6985619100559 +444.015718189162 +457.4179726071137 +520.9585931318808 +444.5685891753894 +328.7516655997517 +280.4993627804046 +273.5004711910911 +276.77865390931373 +272.30385609037 +272.19827588243766 +353.84866421403876 +483.0302194087356 +639.1347969805277 +740.6285927732462 +766.6064295969314 +768.530962614471 +708.2054529700562 +532.6720622739788 +294.69883184929824 +291.0862290033102 +255.36797644290672 +259.31651120829304 +265.0568485988252 +273.81856343614396 +419.6273937077098 +510.3662125795509 +497.7690737796849 +442.31108207646884 +374.71195003655015 +298.2443756796594 +300.4461890577625 +265.50791107422737 +261.5921554476504 +277.2131984474228 +331.4898978998785 +460.44672880123215 +636.9775178100022 +747.1180488452118 +821.676938736739 +774.6039039800661 +713.9374646960937 +568.1999258913604 +305.9970296522919 +285.3970993328744 +254.35462542043058 +255.7109592315477 +260.06688517687326 +328.79622163265566 +556.3243636003408 +573.750940104486 +444.0541812784421 +424.218306174431 +310.29731043506325 +269.1295807488194 +272.7996241601157 +275.2580620213799 +281.8500051674945 +298.4202092572348 +329.97748918633147 +487.27395992691714 +678.339399842712 +750.5469544441094 +810.5629947592846 +820.3630956354456 +675.7573577775069 +519.5099873299474 +284.3007390219249 +269.65788561501415 +248.91871531148664 +251.72110048275013 +255.88799190874792 +327.43888457310493 +549.0675955788532 +555.243506780632 +441.5703511706286 +422.9736940558342 +317.5136518946006 +274.18336922474174 +276.50524572510784 +279.72935794678597 +294.1738530006321 +311.86641182310916 +327.58115210546316 +483.7460783314902 +669.9456855579712 +740.9771002401999 +809.2796201771808 +815.7071421334084 +677.2122123589253 +519.4864742558251 +283.57046194222386 +270.0949308299055 +249.09795830551553 +246.58422124743927 +254.3086141520392 +328.39728225599333 +547.6689895761091 +576.8816128918986 +445.61898270613284 +424.07509659339456 +318.526105775388 +283.9788906573526 +286.40534026598243 +292.57926265923817 +308.855783186935 +325.17963099387214 +337.3351498226104 +482.9095222840428 +655.5125614546902 +733.6633812869644 +817.4892686088796 +819.7264040241769 +687.249223805193 +563.0458724617287 +301.3494213391437 +272.15083454414207 +254.57397981025008 +249.28417798754364 +258.4647480261382 +314.76617585606203 +530.3603443524884 +582.4671774817548 +456.53952980735426 +425.03974821532483 +312.15324767300564 +269.19085441211746 +267.0767738022066 +270.896267712513 +285.61578516997895 +302.66963696603324 +326.55086666993566 +479.04842696918354 +676.0043032899011 +760.2607453101326 +821.2000442636469 +827.8831664763139 +688.2418017439138 +529.3347827238459 +281.9671257842076 +263.6546517067271 +249.7082648287878 +246.3889715878829 +253.07749084809325 +321.8628790855393 +541.6360009647722 +550.5549060018175 +436.7611604961767 +418.83146038939725 +317.1735738028351 +274.53208849190554 +270.927554571233 +277.3938268809885 +287.40429843344197 +300.0166862935863 +322.5394893693253 +475.4885063187755 +671.4249061006583 +749.2883035080191 +811.0398929768206 +819.9266063907255 +679.53219661693 +521.5898566392096 +284.3563642220433 +277.2771015341465 +250.39424482470193 +245.7234710097913 +254.7200427184624 +290.67541325428687 +442.0123247086542 +458.8536934936028 +516.763592898237 +441.3098131132948 +331.3436390518612 +283.80722128009194 +275.5769295175437 +281.27959662285224 +280.11404230362695 +277.4231479153683 +351.42413740982425 +480.11696439493886 +639.4517785760876 +729.6160976699286 +760.650799272687 +762.8720538487548 +696.6964418452466 +536.0230156471721 +297.35662180027657 +294.48573408964666 +262.94664114040177 +260.5746866467784 +268.1529418539405 +277.284455059885 +419.6896424807737 +497.9022687463331 +493.05518701629956 +432.68761769435133 +364.82047558858284 +291.39901547733785 +293.9288764190112 +269.09325896746225 +266.28228957195756 +275.8097261417243 +327.96794404555664 +456.2003039781238 +635.0058042014003 +732.4614395836134 +803.1650669940873 +750.9336660208374 +689.4465818901165 +542.39338637631 +279.91479293420736 +263.99555940233734 +245.33543362383296 +244.67295891527428 +250.75805776784208 +320.56053913035396 +542.9336251902016 +559.9520929123325 +435.61855800234775 +420.28737029473774 +309.7807203173844 +273.5885739561572 +271.3539331041976 +274.63130337727574 +288.277975546979 +301.18847071063556 +321.97801715139366 +475.9940935532601 +669.2214289038213 +739.9387777149565 +806.9716464990092 +811.5008600145517 +671.9949377305189 +512.7029878333948 +274.65601532709223 +263.5945078182895 +242.95818878924564 +242.72494627490406 +251.69698689379467 +323.74061545553917 +537.9675244049905 +549.3184540697262 +435.635535174738 +417.2509265690076 +324.9952762369594 +277.70420534163486 +275.6968604097992 +279.93961787741887 +290.27413956116317 +296.8741625021701 +335.25426727831837 +481.03815892373456 +666.366904919487 +747.7393341547677 +813.8963382174717 +816.9262092923374 +681.0617731479812 +523.7415358487768 +275.8920924039518 +258.44211930660657 +249.11713252765563 +241.42697614405162 +251.40077711761606 +324.29007215838516 +539.8006975889252 +551.7863709383478 +434.55114347444044 +417.4562913082657 +326.6739857177691 +276.92819757636846 +273.6182559454896 +277.5965557411768 +286.80444170171876 +296.550982243507 +333.40187015244953 +479.96222170428695 +673.7149230041256 +759.4148923451334 +815.0780445005669 +832.4310321202947 +698.7158659465194 +545.9006066618756 +296.9911264946731 +265.65706265330203 +254.67191699668095 +255.4617485855571 +254.30017135421062 +328.8860645864867 +558.7108672765493 +554.4312638477273 +443.130080565817 +426.709814754761 +312.0760445722039 +278.0219595317941 +276.6982575734979 +271.22712941060036 +287.60405907061096 +304.22127989296075 +325.42082402734826 +482.29131174242383 +674.9400264872864 +757.9157127284467 +824.813084585696 +836.0552019125422 +694.9231608591751 +535.911867664636 +289.06515010746233 +266.4826511375588 +240.25099690242587 +245.82432520293347 +247.67315309186395 +315.6242274088049 +545.3490701268641 +554.1337668244581 +427.14374111540013 +417.263187390069 +314.0906756040877 +267.42048409869057 +273.46175529420833 +271.2406221863003 +281.46544802565177 +303.05739214986795 +320.9644225331073 +479.0174396931552 +665.7479422419461 +744.2478033556986 +808.9668759695803 +810.3809553830691 +670.7722019188582 +519.3005251684713 +284.8606477497948 +273.40087634583466 +244.1069194340161 +246.16446623096255 +250.9625866396502 +283.94708591229124 +442.02332517302386 +454.9423324343978 +508.3588034274578 +441.25316002336376 +335.36643556013433 +277.5955397856802 +277.9092649949843 +276.08592356644243 +269.48420696342674 +274.59246801113125 +350.44617329775707 +476.85416483863924 +637.8926828287354 +729.8070382877651 +760.5626205822302 +761.6182703091503 +697.9433011301909 +532.9264489699898 +302.6040881635274 +294.4104470059464 +256.68641519476574 +263.5771634766656 +263.05688825193556 +271.0789951525013 +421.3762182836877 +494.6055559430405 +488.83221836371774 +432.2582801202059 +374.71799479217873 +290.17555080567996 +297.77104104545987 +268.35442244280307 +257.7455645506922 +275.6584511067414 +323.4997201040998 +452.98042681407316 +624.787757172856 +726.4430167818184 +791.5726196409906 +735.6231073145283 +675.048862604026 +531.8324382508341 +280.96448594389034 +264.02906274306906 +240.05461308293883 +247.7516650135243 +251.59118674028403 +318.95319541966495 +545.4675779100179 +547.293728885361 +433.77440661932536 +418.471416560239 +319.0714810866018 +272.1033521990313 +275.10599862024515 +274.64249228533157 +282.3803497236783 +301.64925505413515 +325.7151058631026 +478.2326406459552 +654.4101360184696 +735.8536989559875 +801.3720671802099 +802.6606545883918 +664.5760059676898 +517.6385519876238 +279.4924071552621 +258.5280816680443 +245.33623853596825 +243.6509179720555 +250.9069759202126 +320.93528250822436 +541.0954121415499 +546.2778012516517 +433.04788007680014 +418.85985728468756 +321.17860430364186 +272.4681670222639 +276.2782461820178 +276.80743533722836 +285.14445750004876 +299.55762231131683 +334.68331905033136 +479.2321571253575 +665.2927958974171 +740.2632168089033 +802.9204865033128 +811.8823055809748 +671.064481804121 +514.7848627801575 +278.2591991847168 +260.83993047115683 +240.4044401319747 +244.99363389724743 +249.32165196109247 +316.5078294155506 +543.0127596798771 +544.9304413985885 +428.1679449069009 +420.3821543234321 +324.41807526648756 +280.4998353776921 +286.73916436308 +290.9924324441871 +298.7447489735002 +316.76443089451345 +367.2443883818628 +505.131912161221 +669.3610913172625 +751.7987119891484 +822.8728410182891 +828.5976366868276 +692.6454429833757 +540.8636026929073 +285.6393364417482 +265.76262307262067 +248.5350265078637 +244.39301473899909 +253.64853686956292 +309.90780928947237 +524.7597104065918 +570.4927193460992 +441.217100682559 +423.6381601368915 +308.3788055556817 +274.49365043969084 +274.77780258971654 +279.30378355948994 +286.97036811196614 +310.1110961484397 +347.5295658305794 +497.4525107189389 +696.5587342307911 +746.0503928703448 +806.4075953853397 +819.6914139985296 +714.2902663684652 +552.90387729928 +297.9130695394423 +275.3776874433591 +248.51913113962033 +251.0784625811089 +257.7500750775064 +308.2439015570683 +530.6670825662463 +572.2076413445973 +451.94679807972426 +427.001738095893 +312.92737665343947 +271.88018026915245 +271.46850677102896 +276.16266370486505 +291.42625953465 +308.98077492294397 +353.51081023246303 +501.96840104497016 +694.7417451630515 +752.6205216818437 +816.7174392043963 +819.8448013795517 +691.2926001300398 +578.0110341372346 +336.37832183283365 +329.32261403432483 +275.2448790204762 +260.86019544745454 +266.93700736229425 +277.27490643388575 +427.65573082009627 +477.05134101889934 +546.3158468261946 +467.230911608963 +354.6444393479503 +300.4028214047845 +293.99526962150327 +296.5919185322954 +292.82830707544355 +287.6862556303547 +371.86992491742194 +533.5179288085961 +637.1855583077295 +742.4727839575602 +770.2950089884641 +771.7691688874166 +713.9809555473379 +588.5517550172073 +347.81928635844287 +289.09300307540144 +279.6795145036002 +275.48272302093625 +294.82593813021344 +453.65745837585 +531.1085300554187 +519.9326355540977 +471.01098544254523 +389.1206565616958 +319.64628121941126 +313.1681211619589 +290.7422604263443 +268.1310513544983 +261.17673340550783 +323.3430038898938 +449.3351108674894 +562.7647297909725 +759.0323794755304 +793.4179658649265 +740.7982399906317 +683.6247061052125 +535.384604662996 +315.00571691965706 +249.9286755210581 +280.3824135496909 +282.0693745088161 +274.7007726780069 +340.18031170447364 +566.6129452695997 +627.2875519424254 +481.0796943847665 +443.28817853084 +324.24272436440555 +292.4750475964094 +291.46145216128747 +289.34547850751466 +314.83862333051377 +335.69005100721984 +367.49107452152396 +526.9689508618749 +636.8571256261009 +744.2848764782021 +807.32596156108 +814.2215587922725 +678.8201329867995 +528.7708703003503 +274.7746875824087 +273.8979410662537 +283.217413082478 +282.66609345398405 +281.92308595267326 +348.9463847105612 +584.7470728517955 +625.2657016265163 +418.76719026198066 +438.6122948875975 +403.56546982063213 +364.64552226001297 +390.0185722736553 +396.7632486352677 +406.5165976588422 +415.83638392858427 +479.11575824836734 +618.3569469930234 +688.5869420354749 +831.4775596410499 +879.9762451558919 +871.6883910656361 +704.2469154512058 +514.012532033257 +273.45146330148225 +248.37985456930878 +232.78443435120562 +231.83575909892934 +241.5244357832993 +299.7377813538425 +523.5182897233328 +597.5689970420829 +441.4844564076572 +480.0750076307014 +420.1279063968895 +355.77924985913387 +368.3512566748612 +377.98803333720036 +407.56036639458324 +427.35916362265965 +499.45731243112624 +651.8193891208317 +718.50554530724 +852.4165264017588 +922.0308918138671 +908.4811915243373 +721.5337293225178 +575.5994666690651 +325.65874187221596 +298.7559208052477 +302.9165206733264 +297.483317563427 +316.6953596342446 +301.5014376541017 +554.1196901050745 +638.8869777343407 +459.0926288133349 +452.0767885547517 +319.4037310325124 +273.3700466402081 +275.1934925605571 +275.7211981795713 +325.0957721503911 +354.81455168558483 +339.21097243416784 +521.5495632258477 +638.7709588765915 +737.699650487192 +804.9173372555841 +815.8314319391571 +668.7347652939684 +522.4295505875729 +314.49581748561496 +293.940993741454 +268.68805050465375 +272.9130865842836 +274.80346664479197 +340.45566224005836 +564.9384191749787 +614.2539559577707 +484.2412703395871 +458.8902142261132 +345.46967693351814 +305.73009599235655 +308.69646814290803 +307.748809493586 +315.56835088466534 +312.9258014915635 +343.99363785195965 +491.35632636972224 +643.4420213706734 +743.5666557273629 +805.9768297484661 +811.1478327994167 +681.2580248370655 +554.520756750319 +300.9007159977401 +293.8860550759597 +262.3467164027431 +256.67752904486946 +259.4663589863718 +277.0828359022153 +431.5966626883899 +469.18255560304164 +533.7672854905105 +450.42531159893565 +327.7059137089358 +283.6759468562108 +276.0251797333818 +280.7307043192028 +273.0443110901541 +272.2632516010378 +355.55010333598375 +481.9856123826991 +598.6676891152156 +751.7062026825155 +774.9536643841151 +778.6887727130718 +721.7691626138351 +547.5625759227972 +303.08469674481177 +300.1877289011432 +258.4577452873391 +254.57234724630723 +262.8826531930081 +272.21260674597096 +421.2632040501135 +519.8555386273487 +496.90754870128643 +446.39467870259676 +374.37031275904616 +291.6846018103911 +293.377141423047 +261.1470921385853 +258.39457781064647 +269.7241833513847 +328.3625373827163 +447.17774875355326 +593.3554662119035 +739.7022183900723 +803.1115336383558 +758.4156603621944 +691.9948612402039 +542.6947535307233 +280.16360554514847 +264.30900343794775 +245.20411854109173 +244.32525097580586 +251.67606237082083 +321.8855396887691 +542.4054790394268 +567.4720985310747 +437.96648219413805 +413.0165772254002 +311.209255543521 +269.71006976202904 +267.19819639049746 +272.47820652244116 +285.8805142286364 +298.72895412710125 +324.6296979487129 +468.67806873518833 +628.2497382599809 +762.9017484020117 +818.376032829999 +835.3605924041698 +697.6081598578501 +536.7540076620895 +281.71484704731824 +261.38771169473256 +247.03178548821873 +244.48338570812842 +249.4903110950794 +321.4650076591732 +541.8778364439669 +567.7350722587432 +439.1106765618367 +420.04290421091895 +325.8435857836688 +276.0125993455221 +276.3574073797961 +282.2316558764048 +297.0858886342411 +306.26468656992523 +351.53064319119756 +505.4568642280103 +630.0647467086515 +763.1791640042603 +785.6670473437588 +800.9428624111081 +696.6997976039905 +534.4413933873137 +293.67677595261205 +270.89918948558216 +251.47814977205914 +253.8315148574174 +258.9252841423072 +304.69504481553633 +548.2854117756149 +603.3044963000038 +466.2188913017003 +429.9908038342413 +325.4264980480124 +269.041414861259 +272.71987161630307 +281.9907081278912 +282.9133968173663 +286.077110835884 +306.7890554346864 +479.2908254808034 +628.2775072871868 +734.354557509545 +784.0095817681421 +800.7174870817419 +665.5539297429208 +537.2167342073 +328.20516435089496 +299.0197218266599 +275.58618965956174 +271.9556008204886 +273.46404211092107 +308.77045871440475 +533.124182643317 +586.8937711541166 +445.81771168227266 +419.57746831756987 +312.7478793854855 +266.69803426096 +272.79286176061277 +270.9860026672379 +280.6918486337671 +300.3962282254163 +324.5283481257278 +471.81810885484003 +624.1289147448591 +756.1331758123051 +811.8426221018128 +827.0561412721444 +682.9897604480358 +529.107185085271 +279.6228760922401 +261.9473679455029 +242.014429614519 +245.5198014789933 +248.80444478567992 +315.7249973561278 +539.5824637444945 +558.0265576315898 +428.1782147048247 +411.35302939082266 +309.8933171214158 +264.3005996048437 +264.7810672907938 +267.2549208513366 +280.21053703284383 +296.33529951129026 +320.1998634597088 +465.9542141104168 +618.4184491373024 +744.9701834612605 +811.593345600285 +821.1248471076381 +676.7709097433486 +522.8729295611467 +279.38479147973646 +275.0755643964592 +241.57426060855153 +243.26781098204532 +248.3998067395804 +283.48120049164476 +438.48103093527214 +451.0033903159799 +514.009150856765 +436.20920144344916 +335.6433728218055 +285.27287766697856 +274.05131744627283 +277.57277202392186 +271.5424884363483 +271.10807871315427 +354.02994037222857 +485.2168815520507 +596.9027494098518 +739.1616858709896 +774.1169413380009 +777.4301911289641 +708.5874660162029 +551.3307887285903 +302.937248142264 +293.1438662465178 +263.15605913159425 +254.68315925867358 +264.64515499988994 +279.36551155582663 +423.55118923217753 +521.5205899646629 +505.52288092952915 +431.03681144552735 +367.9807850088839 +293.799241253069 +290.8917395268967 +265.7027181107202 +259.5969836415764 +270.7682624061396 +329.81234841986765 +458.11477117265315 +578.4774939817223 +723.1573071555572 +792.7637980055467 +732.3661576939224 +681.0296831022739 +529.6168086031748 +274.88946628503624 +259.3491527757699 +244.79078127834657 +236.97640928096376 +248.3655363893012 +321.650722727703 +535.1817123804335 +553.3166820736448 +433.68687211678827 +413.3141661871349 +310.76484490543135 +268.06305550543635 +263.684439031237 +268.88848025657376 +285.6128901147431 +298.12615545538387 +320.64808482988866 +463.70593743643906 +622.932748033561 +742.8143587646683 +815.3620271775591 +816.500969410677 +685.1290654963091 +526.0091977394063 +276.5734853062044 +262.0945677164118 +242.841858856591 +242.22423763027518 +249.60147473591553 +318.423632820303 +540.0956546872695 +560.4656487588986 +431.96056569004776 +419.30762149386646 +312.295421915744 +268.13129486292087 +273.68269975196944 +279.2099913187821 +290.38304900977505 +312.5346798421833 +349.6369367853624 +508.0476874024955 +634.0795368425879 +697.441822886808 +797.6567660568666 +794.0359179389388 +688.0819425709235 +521.8333929836056 +278.12846930374536 +256.6897156682452 +240.71665429718286 +242.37474588969323 +247.50252292828097 +317.060764228969 +543.7318129245434 +552.8559007428358 +430.4586688931715 +420.3348550974688 +325.01035420443264 +282.52141996931033 +294.401159829983 +299.4203964231689 +298.694237719744 +322.1119046112803 +347.73220570963076 +495.2273576900895 +639.9526321188789 +704.41099683084 +789.4374003234603 +804.7745284068732 +674.6573740355508 +549.3243337177345 +304.15058110843034 +281.20276126769096 +252.9264179484871 +260.7257240676145 +267.9133087905967 +306.6396588714222 +531.2835587198937 +584.1110002896982 +456.2159236592931 +432.9482705383636 +317.4604126158134 +275.9529401776884 +279.43017954988164 +279.38312453662024 +291.8729279300949 +316.4717938621918 +354.62711193953936 +502.0975171633353 +636.2961292930244 +722.0172822717169 +809.4937443161446 +823.3952664745163 +683.9594367324878 +569.2337752339259 +318.4627838367864 +294.60866420716474 +273.0006747325642 +268.654667241943 +275.72894771350104 +318.62056010496116 +536.781671749156 +600.5806310364949 +470.3296343187196 +439.57049829844414 +322.8628534069845 +284.78673490419186 +286.6585309998054 +290.90566921713366 +306.28153736650853 +324.20216296383586 +356.1395754335013 +503.56653100860274 +620.0757025143212 +724.6124353600541 +814.3176334006597 +819.8137791857949 +680.8002945108898 +561.0176036080135 +307.5891844234329 +294.20628252042815 +257.7282825735221 +247.2873502133459 +254.21643734580633 +291.15966331456644 +439.7451739500018 +453.3802079843091 +521.386756468773 +458.045144121816 +381.72746026885204 +316.0940766555598 +311.35601251545467 +316.47028998361776 +303.3784639651622 +292.819444894424 +367.2419622577134 +489.6407696080032 +611.5633689592084 +703.410305092546 +755.7758190388846 +771.3991895603933 +699.3356841562868 +567.5614548229348 +321.2351068178505 +315.32451469622197 +277.0121323765119 +270.14377604807055 +279.7673706882131 +286.64599276645816 +438.6651404760446 +495.99956894246185 +482.0911488945101 +460.65529327413793 +396.1986804933433 +311.57815747250925 +305.31336777526195 +268.3775622404961 +271.163401003196 +287.8608282729388 +362.6820078277522 +500.99383819406745 +602.8220055119006 +719.2488682464904 +819.3363810319076 +772.1943149151487 +704.6542626210878 +549.5875367683658 +292.9824591610965 +265.3800003103201 +237.38287271046815 +243.55368377113243 +244.4432499306241 +310.0383610125756 +540.0616834766147 +545.017482003165 +429.95350060789116 +431.8981591428231 +339.8316898786533 +285.6203003148534 +289.5520189430267 +299.77186409688034 +310.107566085021 +316.85621790068467 +356.9632459061487 +518.0289899056164 +607.1232648047624 +703.6942563451864 +792.9910904739334 +805.8318381574529 +676.4988450868441 +550.767382834287 +304.6375316461157 +282.88793881661894 +273.117829693468 +273.68522886260314 +282.46837011367643 +333.7348744629346 +554.4891333506324 +596.7360196414074 +453.3635609657842 +431.46877493730454 +324.7899159362431 +273.7624444840242 +272.17128167820306 +274.5436211933504 +287.13661843116813 +309.28766599158047 +336.8574422106759 +474.3185099086075 +625.0437220178756 +741.4263105472968 +826.5393330912382 +838.933835204286 +703.4544007656946 +542.6283029103961 +293.4194187655797 +273.0747342535504 +250.53110409303352 +253.71391823819994 +258.9281306879694 +328.1025089165527 +552.3061592546883 +557.9352136488153 +440.01847772788227 +432.70327328080026 +344.1882023329208 +290.0152257811806 +289.52052630291524 +284.0362023316461 +297.4501924711451 +319.7824004402679 +355.97861190660075 +497.4477780599844 +626.2498773333211 +695.9156469266331 +792.9210269702661 +798.1120277588655 +697.9777889339708 +538.1656992524871 +292.203479255963 +272.6169504880048 +252.49969529615737 +247.88328678932686 +253.55922018679885 +324.1528610872756 +550.3425798437029 +553.6731761091745 +444.7571893787721 +438.98210452604735 +356.1469854981996 +297.53254812742443 +313.3796966375654 +296.545087725952 +293.9565654986613 +297.297740272518 +356.09864045828124 +497.7363764021609 +619.3545269858163 +718.3385072347531 +817.1269952017444 +809.9554639314913 +674.3265905481577 +556.6523260696913 +305.55554254834976 +287.85963924521485 +272.13785530320433 +257.27371354726193 +268.72858362074186 +322.3410111192795 +536.9022108418012 +562.286757495885 +416.87698618437145 +421.2608321581036 +323.17779922537466 +291.34097915679644 +301.6820666329902 +312.4439206691936 +325.09178347755255 +325.9736080854842 +375.7028569071867 +504.23258781967814 +619.6981746970354 +718.5188564580756 +829.7145650117279 +822.9162009937995 +661.5626768578851 +504.28094747713834 +270.70749252983006 +255.77605310358564 +235.7382118385971 +229.8246595327512 +270.6793852824016 +302.0019726047699 +460.99498271493 +454.47566741045983 +502.2540884502213 +489.5859075293814 +386.54992610901775 +323.22062697257746 +317.9686380489703 +327.7463798437963 +334.19695932072204 +322.04589981210364 +413.00891557025096 +508.65613984837734 +602.6634463852934 +725.2697429446802 +776.0450414623206 +778.7937821286833 +676.402438477536 +514.6960115625891 +304.40577368833965 +324.73513060186616 +284.3008366475763 +289.1421164415156 +315.49489841874885 +321.595686022419 +421.84053417636835 +517.518216145967 +512.2658587210223 +432.2028659361039 +371.35066154601054 +279.21206390303917 +289.11445161682207 +263.7289813214996 +274.8520820704354 +290.93696094053047 +376.7131582031376 +501.80817127452167 +588.216086285517 +720.7140413085907 +826.0793844537733 +767.177490530057 +698.3210944154323 +581.5484746136448 +325.4190820254653 +306.886014204547 +260.8107290138683 +255.04963179340447 +257.58455294926904 +305.50605439571166 +527.0787049051003 +588.392508823147 +446.2211468294518 +422.8608449549852 +317.19479437443056 +285.54612138204715 +284.97879566046134 +287.05933692039747 +283.3910774576493 +299.68996673242265 +331.37486043865476 +474.7819615113285 +625.9556432971166 +739.5460868392768 +791.2481496718776 +807.0541568109205 +700.2154290641937 +548.1298057557321 +304.23128046276366 +284.21091920998373 +262.254264628772 +258.4413318643293 +264.1141717799039 +309.73224470173324 +525.9619145637569 +568.9346386374029 +448.82424534504827 +425.3226696990522 +317.9411921698024 +275.82194335700177 +276.5897846360206 +284.64795097877186 +297.9872488140738 +319.96217433735836 +367.70871227776723 +529.7457348702826 +607.4809984627781 +701.645043643905 +799.5286935710366 +804.8178632365942 +676.5363344276635 +549.7198422273297 +302.56810443788027 +285.40099850247867 +262.9843406087681 +260.1494639378749 +270.1025199939951 +313.3099927704887 +544.0025634396857 +591.2715199332822 +480.5468133132752 +455.16158883645994 +352.696935082113 +306.96047381150913 +301.02214081159565 +307.6016126237309 +316.8421896776753 +328.0913149468934 +369.39512936657826 +520.6059583983283 +611.1419833802333 +713.7328839661498 +798.6933954775785 +810.0540312341611 +704.4263330170373 +550.3307395233381 +306.1293686807595 +277.9954608579446 +262.5360251174117 +260.6822516644303 +253.97261002841466 +310.04107037723986 +529.4631294823217 +555.9729492453337 +448.9185155573722 +430.47515050402853 +316.301827073951 +275.92640563354 +278.4871765867733 +275.27647937921813 +288.4975597757238 +305.45891462826006 +329.49323585102053 +493.2876550004476 +623.6368291002315 +689.0267610857971 +786.4370701318333 +796.5330897757069 +690.7556970039443 +539.3120518955778 +293.10213637067994 +267.6253221127209 +248.7739185538159 +251.20076790485888 +257.5617606137793 +306.6132753891752 +526.0939498942921 +575.1517168039852 +445.997906990054 +429.9728806980943 +309.65131136448286 +270.19856819251584 +273.17601073772255 +274.654927660576 +285.1707026788234 +313.3221206350927 +353.39145960425975 +496.35207672576325 +588.5702639685702 +687.6828833155207 +776.5001374975569 +796.6135257450771 +689.342488692214 +566.9169763858291 +315.2968146018351 +300.33696827233626 +265.51159256635134 +259.15288441544243 +266.9201421696355 +275.59983048637446 +434.6374776088234 +472.41764239528317 +534.8081863557371 +460.59221937170304 +333.39148227544547 +284.40199809404214 +275.5475933054833 +277.7813882643161 +270.08473192566146 +274.4396069665655 +356.33945170362955 +477.0285439235416 +603.2171173823292 +718.2780651509879 +776.8663892470267 +782.0943490653939 +714.3197994659458 +546.1960091729635 +301.8177614841831 +303.7046263349072 +261.65820165874874 +261.6507920428173 +268.4884460029486 +275.66722186376523 +418.8005396879349 +498.295858013267 +488.7755837918871 +431.1543569795085 +366.42916743109197 +287.1067956358451 +291.59616459501257 +263.9751706947959 +258.4434366560484 +270.37726988396395 +326.97042413932525 +444.89838861019257 +578.8653812112152 +678.1287234235372 +789.529805624892 +745.7899541787575 +677.6591236607733 +526.7347799770635 +273.7275445085578 +261.03215666914997 +240.81326433862864 +240.93597060760894 +244.77962914037866 +314.17033735885633 +533.4041004228773 +539.6491251124395 +427.4261088961431 +413.19779959057576 +318.6829013652007 +268.34341065559954 +266.14116182469513 +271.62772850144046 +290.1377455944239 +302.8509162334237 +337.16037737495753 +490.89490252587274 +619.8018969969602 +704.9264534438059 +783.6847441828562 +798.2899962527267 +694.3202196135758 +542.6703554768642 +295.14720454233674 +273.1636041750317 +252.31334448582413 +254.6139837773411 +257.95668290396685 +307.21413098283574 +530.4867490530638 +570.8585280806248 +453.0319584568417 +430.60214753354205 +321.27695811703086 +280.3390678025893 +288.9978212828487 +286.2980731794324 +303.76879889660086 +303.6989367726084 +320.74671810803676 +474.97883125942957 +622.5185546549098 +699.4086915178922 +807.4330013469078 +809.0868337193796 +676.4137629203037 +558.3491120257165 +303.1879322032768 +280.72658255245045 +260.8337213261911 +243.77456442007963 +253.86111478936698 +308.90943874784244 +521.7540003132779 +560.5354322924641 +471.11985802778054 +455.7208740886492 +371.7730731632522 +288.6473047164877 +263.1129193127009 +264.9826804192621 +301.62240861803394 +319.64520443154237 +379.1981544662902 +520.3604709006199 +594.5633053877377 +693.280505625383 +808.3687066950131 +802.8691018324474 +662.9030221696404 +511.8837950953453 +279.7187509954604 +283.69334184653223 +262.1734393124574 +264.96350566267984 +268.2460416036871 +316.58695100851725 +556.6685005137102 +563.2394458486397 +429.9610044411157 +418.2291078406797 +308.81694956260094 +269.59313610272693 +274.57848546235596 +283.8263317963749 +288.46708018878786 +291.01924413360354 +356.95522273591 +495.35673550699875 +599.9133076206593 +692.8985749834844 +813.527008757743 +817.8568546079589 +682.1887658154083 +559.3935809805587 +309.10427139372405 +283.5933892774279 +256.0921114773581 +248.1553318876494 +253.07900008935582 +303.41880858625 +494.99362670118114 +558.3941102892893 +462.09556094696734 +468.98910472928293 +358.5020884292562 +279.26342985942483 +259.466147644515 +272.9748403706795 +275.14043220421894 +296.48119870193284 +351.122874785284 +489.82696692901317 +598.803982950444 +685.4373683351828 +812.5988724934226 +811.7877961404974 +673.8962737251358 +547.7075814248172 +302.8390275238171 +294.8998320542667 +262.6187660241103 +247.8328969688751 +255.84680833498314 +270.3997698625916 +397.8857377038695 +454.9186263676578 +549.6891975455975 +494.626883504053 +389.3191890997185 +305.22416635235686 +286.34882685927687 +274.04131407058213 +279.3677788179884 +277.8835259720231 +401.7825946198881 +500.24264532042326 +551.03704683688 +677.1464335632543 +776.4179582110796 +760.70390381759 +695.1932833679451 +555.5489905120203 +323.5116633620555 +308.97738013909276 +270.42690199892417 +265.5915594931255 +271.86212685844106 +271.39090183261237 +407.67131593929287 +488.72790530490124 +491.479327063063 +475.3378481858733 +393.9711187469732 +280.01199557357603 +298.7800545340994 +286.19367106250854 +261.282362120564 +280.4772244833658 +350.6708975298483 +457.6991744782515 +603.0279355292571 +681.1627716073996 +795.8506151636108 +744.2213816552058 +674.2884789041348 +559.0646348704582 +302.51153427047404 +269.02733093428753 +252.25946277692245 +245.6355673518535 +248.9567463230829 +317.8582666525288 +519.4131907043052 +555.3540506137016 +451.893856590457 +454.4559248509217 +365.41104362437716 +299.6239097919365 +307.06767149555185 +309.9745305726272 +301.1616294770857 +308.1012339223358 +349.57817625766813 +526.6612466481139 +629.9330652635712 +713.7308857677052 +814.0859430790464 +805.9444978381752 +676.2228042036766 +557.1223383794453 +311.61806353718464 +291.64186020308784 +272.2961675318068 +269.40140463775475 +276.5165057604608 +322.28435436432636 +517.1850946071658 +591.7072541828778 +467.6312949471916 +440.67990058917934 +336.2546561116305 +284.24455283064475 +282.5547786053638 +291.86169171767006 +310.9596891631388 +319.27516192643105 +361.998583268966 +521.2563209354628 +620.984534447404 +698.282744850817 +804.4589611925152 +801.2824818340633 +671.3802274397743 +552.4705349258205 +304.4542448998054 +286.846206767464 +266.07308538100176 +264.7704047693729 +266.5939714242381 +304.82514956211315 +496.9795325696003 +563.5024001141005 +473.5789156086757 +464.5888392263412 +352.1575950475255 +285.58862635363243 +257.9291465448816 +271.98392319822125 +295.8509167502714 +297.7313744137937 +342.9358296646085 +484.87075920675375 +602.3440791498408 +693.2608953963804 +782.6553946219911 +794.9619314184899 +655.8705674066099 +504.4169885792483 +316.2703672575656 +289.4853980419388 +271.6475429165615 +257.12814565573325 +264.2351275561583 +313.63575920950143 +499.1712360545128 +581.4984736650647 +443.55692637606654 +435.86165709894254 +309.6726747566957 +284.6655676639648 +266.4783116434793 +268.4796755866836 +283.60755613445764 +307.8410219381768 +311.4957680470314 +473.51358834017486 +626.4682458966422 +718.6985017948837 +803.5241998637341 +795.0289888471751 +660.0546571257452 +507.4132643816185 +336.7292165042081 +310.2097067351854 +292.6285316240524 +288.8196608667155 +295.63742506434255 +325.85098026406524 +524.6142242988346 +587.7283482280363 +444.17748118239916 +462.9644955184341 +339.2725029945582 +295.097972253727 +300.87227044734897 +296.1410359639624 +306.6594177818319 +326.88403311733896 +361.5048251109149 +503.26791258337465 +616.5014133774954 +714.3553809689976 +811.0128700422026 +823.7060154148237 +655.3655440885994 +541.5155367429489 +333.06358616096406 +321.30401773287514 +285.61082632794705 +279.884493014259 +283.2922786235608 +288.4155750105409 +421.9161145867537 +487.0818537208564 +549.5235235160252 +479.41098898426037 +363.63952493700293 +314.89834509210823 +289.8803214971532 +278.63065281152535 +272.28348977986064 +299.05595309374286 +373.07372109368777 +492.6321830229602 +577.1310853698723 +695.0757929300079 +760.8126064944674 +771.9498470603189 +700.2484086519253 +575.1968997639023 +335.73957110257606 +327.9141518353029 +297.51461825243035 +288.83299726163443 +295.21644381524663 +305.84738239649715 +432.10426111527755 +504.3449394553054 +488.1840059253818 +471.90314792353865 +408.38056091113197 +332.9565232279699 +307.26459818368266 +281.92877720349605 +262.3474477157047 +259.35992023243375 +346.3453174681569 +455.6691633525299 +556.887545882756 +663.8022758680387 +813.6288884168977 +761.2292667890154 +692.0846177817265 +576.5234806480585 +315.2191161633555 +290.9404927907376 +262.83835800808953 +256.74392504282133 +256.96906301692024 +322.09339719298447 +510.51661198725174 +577.5419093448508 +471.71591542067017 +442.93661023277076 +374.463578512273 +282.2684683555022 +276.6083363882979 +269.65895058791074 +284.4915026255212 +295.6050515765585 +334.74375634399524 +489.1093263136754 +593.0657392629748 +689.152134973284 +805.0929700274321 +786.3981527239271 +649.2717714469712 +525.5678470698363 +310.230203271105 +284.43939448738587 +255.65099152238471 +260.507388304293 +269.9883127986267 +320.4629530481739 +526.1871843614456 +577.4932402555781 +438.84967904161846 +408.0899207443868 +321.9544125983425 +271.1880123910369 +273.66302191086464 +267.3745897159295 +274.1724596553408 +297.3694986764962 +336.99709681308536 +451.90522482983806 +585.2329390952033 +682.4677058150144 +788.752164606298 +788.9172441213241 +654.5987140514117 +502.6590628169157 +315.3214216774321 +293.7954069582639 +270.7627152661786 +270.61140915052306 +275.7910230131796 +311.9771455170356 +509.0589956969389 +564.852521247949 +450.76628124851067 +456.4472629186408 +338.690605087527 +279.18653617487496 +271.07828610152205 +268.72335734503804 +288.2119523458588 +295.890032071966 +322.9998199446431 +494.60184954271125 +585.1026962101929 +677.2652877893566 +794.9317818095521 +789.2194304326321 +652.3605252393654 +502.86037681547685 +316.92711213369347 +292.31431837392455 +273.4313891039399 +265.8591870485247 +270.5068765311141 +303.3750331948074 +488.29677402481803 +576.3141634521489 +443.1823454111772 +446.9112820829206 +321.48392838524217 +257.0837730782101 +257.440373146746 +274.02463584444644 +290.20429673524296 +303.86595037528724 +358.3665907082993 +499.9191806399662 +579.8131310247023 +684.7657893602354 +786.7521582300536 +802.154998570197 +653.967437853416 +507.4813848882656 +295.79420338072526 +298.6564469409384 +287.203454817704 +253.85454092976883 +263.9493794095973 +326.78435556883966 +517.6504866268504 +570.8498058929896 +426.4060124497622 +415.8653791648187 +334.0337333447326 +271.08389563064594 +282.08328213162895 +293.90526805673477 +285.84784399237077 +294.95450827515083 +348.7906810949834 +491.148476819793 +611.0028276430526 +682.9293271329377 +786.0999154003368 +791.9525883757902 +647.840067825002 +559.5322962354402 +301.3887442138996 +320.4983252315754 +289.1156496771933 +278.63562335623243 +279.39493148405387 +289.57932285408043 +412.7680523353939 +481.96340653145234 +537.3839336450862 +482.4205497683348 +377.6933653775589 +292.5754258263708 +284.8223096577713 +291.21786175975205 +287.27641891932086 +284.6916657389841 +387.9410175385043 +498.7603512544337 +571.0198518078679 +684.8541054471019 +775.1600796492296 +770.7730371631516 +697.1820368713315 +558.2957124435375 +324.009522814664 +312.60545586492645 +270.7478949849439 +270.43391078992045 +270.63395831914096 +273.3619122580404 +399.64143886233046 +498.53969962311885 +504.25832440417724 +453.85576898104716 +394.33798561706703 +271.9164617586379 +284.0172125443715 +255.4006090063715 +249.43700416399 +272.754096306822 +365.6833546460577 +485.17531847059144 +564.1758049989411 +687.2306586398129 +795.6880192376931 +731.7822849098474 +662.6245092875184 +559.3160009184666 +305.73756571281734 +278.38184919631925 +249.9803245879106 +243.7157276699769 +252.47762035154068 +303.4454802885681 +482.85985122613357 +566.3927726056028 +463.3826434186027 +456.90381175797995 +362.179361025034 +299.40140294148864 +284.81002308845433 +275.5066638054176 +272.35365794679296 +311.28799172543347 +355.94255775738515 +487.97004364953955 +580.2115697897848 +688.0948472529789 +799.648560535114 +792.3252331752898 +659.4268327834998 +503.02144247165535 +315.13642949896905 +289.1114726599133 +270.0433148036903 +269.0777516547361 +273.39967579650227 +317.55890250350734 +512.4635558748636 +565.4779678047777 +443.99599640634597 +419.46529988414613 +304.59233820443046 +278.2096785637546 +286.1354889972908 +287.7280425467808 +298.62496915839125 +319.61744794278775 +359.2306842417875 +487.3719637044088 +600.8933776206453 +713.4403111308216 +810.2421027123168 +818.117000378643 +653.5681315063678 +510.3683619787617 +277.7923582623788 +289.70942514821553 +276.126825567534 +265.3731903972413 +273.6075537872948 +334.52820490701356 +524.2518902474621 +535.3297674146652 +422.1018228816339 +470.78115905135815 +420.6876589697358 +354.5093268356514 +356.64921747538193 +385.59512672858483 +409.9349321623646 +434.76429554155516 +516.0982234032224 +639.9211013113178 +607.0010011813872 +734.091613849343 +822.8147882392749 +840.8812164725642 +694.9027095347454 +536.9986469542218 +297.59137879952317 +285.1255450462876 +236.5817351851826 +238.72423303567257 +237.95913839639667 +299.03868989097526 +531.5099181925846 +544.338684318815 +458.6975026441612 +465.4843524027866 +348.1414119939744 +306.82860360954163 +312.1657756724513 +296.6875607728147 +304.74385016382655 +324.2674794283916 +359.73400522438135 +500.05016618296725 +612.9690969944186 +719.4255316073248 +809.2562729350726 +790.3765461672763 +653.5053617711699 +506.79741806572684 +340.68670812150276 +313.3616412459616 +294.8755134371917 +289.63977463051344 +293.69500380977996 +330.66539550928235 +527.8787208276797 +586.3651727730355 +458.73530559750907 +464.72871981575946 +344.5881283529457 +301.5155068240229 +299.8880481697103 +306.315141771977 +312.1585821562137 +318.4743783163669 +324.65936275915186 +471.33835582332586 +586.0933328304851 +693.7059494255996 +801.7767287606224 +796.4864256287985 +656.1821475097266 +508.1862896201776 +307.79586241772745 +327.46234446662703 +288.4659949893846 +283.8691893470406 +291.5913192146085 +300.4927048458688 +417.52044688261196 +489.9431773436882 +500.4553241371598 +475.6930693097404 +407.5254360769844 +328.6040185649456 +329.668109939837 +349.41511394798187 +350.5541008425618 +368.5062615043464 +509.1891412857296 +621.5650073785777 +642.616965593582 +768.231854281847 +843.5178907588061 +822.0703571935843 +752.0068522958104 +578.5729012450174 +337.66069384222163 +323.15772032506845 +278.38954727668374 +283.88367819263436 +287.38635046528515 +295.29970021376164 +410.2512533471275 +501.7242723542412 +484.3582661853025 +477.9036157746346 +449.65192175234085 +349.81655328063914 +377.7989293065476 +375.5584223233884 +393.04856881823963 +419.71859256104585 +533.2185496570663 +518.0813489514478 +631.460582540559 +699.208035099141 +794.5071698696389 +753.6740760055573 +672.1627459757503 +525.6499830845628 +307.0770874069939 +292.7254193673183 +231.68555677924056 +265.8618558426391 +297.6152728492939 +342.162732865722 +517.7126911327471 +564.1143241711203 +417.29552203000264 +437.4430238506009 +345.8199801420691 +276.563745012636 +283.9361743477694 +290.07230044778646 +296.79128710372174 +320.2062391404759 +389.69268102320353 +534.5380183958363 +607.10088479025 +699.8285340197145 +816.0212701680305 +806.5375049434709 +660.9278273615755 +507.5159522734332 +282.9974438443582 +282.266008469637 +266.4624090746513 +281.47096296244735 +282.31224424630364 +337.4237750063811 +531.4668791201274 +553.9826007257458 +409.7034873271367 +438.4292320068556 +352.0267786420772 +291.6152103429983 +305.69893815157485 +320.2099860111909 +340.8278069649304 +392.5370984976095 +453.90820167645137 +571.4326554793186 +645.7712886342331 +761.6918085498789 +863.176642065436 +859.9936281181697 +702.2734015443073 +533.4090263845026 +300.23486937734697 +266.8929137359129 +248.2414517255349 +236.9482401446681 +250.45115723167163 +302.3555272232602 +537.1358223392012 +597.7892444904136 +471.33038734817166 +476.27140596362227 +369.1165266958783 +266.98585422232037 +279.73136800144323 +294.323227825353 +305.3968438386172 +325.41918039356324 +369.7226576255319 +447.6594971045405 +576.22206863166 +694.9242410068028 +780.8944053638908 +796.7394818920224 +655.3771280929573 +506.1210211748365 +300.0825090620562 +301.65656157641223 +274.4626683113199 +279.7878047177067 +286.0648689189977 +326.0774051896002 +512.4574026227691 +574.1756167329712 +460.76024450560004 +442.2535909313122 +332.78338739277933 +294.31699060105245 +296.6203935597586 +281.31077128701776 +280.7833870499676 +297.9921089436588 +324.03859988959033 +449.4800022585272 +590.7131723782826 +673.3671022075932 +776.4472026352126 +780.8488599368862 +646.365334410747 +528.7221746697389 +318.39292124458325 +304.8887341257063 +280.4451426779859 +283.15626360605773 +287.9726186907536 +334.93234902516303 +522.5571568764258 +571.8144817411777 +453.2625963488669 +417.25685504615547 +340.3314185274589 +263.2412718081875 +252.81188632741996 +265.12351051316546 +283.23200139389945 +300.61659647510135 +345.35254917240877 +486.19313239921973 +583.7298416230146 +688.3843178201502 +795.874388628383 +792.9282914402306 +651.8086353457182 +509.3759150634264 +332.32656998343793 +317.570146554995 +282.1448510625742 +274.75735537018613 +269.51989065916496 +290.16306889482127 +410.3166293684214 +473.3427403377481 +512.4076803158689 +457.1030240635658 +371.01239946533724 +292.35306914990895 +292.2791963191208 +294.08057792881857 +316.52906343303727 +325.1811505766787 +450.2113903584015 +546.7778144396055 +580.7116678694309 +706.2701497964272 +793.435950201581 +813.985618967158 +735.2961008197302 +559.6159352671024 +297.5218001378129 +284.0618842386786 +245.92019310254076 +248.29284538733464 +250.2322067336473 +302.2524369408781 +382.70087036601734 +513.0965261522393 +458.6981013226209 +479.6836234334972 +415.648553310534 +301.48165180059 +321.52519968807366 +288.44486829966246 +292.1065088774794 +315.27752721562604 +414.89002881051374 +502.8716567043806 +567.7209528138469 +679.4012627263832 +749.9530911209959 +733.0025599044409 +651.2754179143999 +522.286176606194 +288.97614197502133 +277.37784273932635 +281.66675219002383 +281.51833834939964 +286.3590262973174 +322.9259471815182 +512.3467696972027 +573.192303516855 +434.66020069996966 +448.3628359110299 +330.7855097694416 +266.73801014721954 +264.52954649033546 +272.2929130277511 +291.4479207922577 +323.3014026799159 +397.3711926806114 +541.1693084536203 +611.8351724650754 +713.1892788184562 +780.2960060344467 +804.8334845935841 +663.5594869007759 +507.6787813286842 +301.8837929942236 +300.7774096706276 +278.6211380767247 +271.80223242099476 +277.34816644810536 +320.75494803265985 +511.9055225743582 +560.6835769249324 +431.67863231389856 +481.50257545431026 +400.27460040073146 +322.0967804159889 +329.6890584697117 +339.9761341207619 +370.4782460947292 +401.28988364282384 +480.1529713942505 +605.3267028731206 +683.9928015977799 +801.4920520331867 +883.5141282699743 +902.2326927069694 +757.2644672154674 +621.47992911516 +394.19612045516686 +370.3579971504076 +314.6880638407818 +272.7047432604979 +308.04379925096646 +371.49817643272274 +555.6765016850242 +596.2777917363302 +437.60097295810976 +452.5562193325774 +338.730878439418 +293.53973258953016 +314.44494380422145 +309.8636200312578 +321.75061264119614 +337.9694654195897 +355.91133558620686 +482.8697986065582 +618.5862596184644 +691.6781680102655 +761.5063021535697 +799.8865830845824 +659.0819041171442 +502.79282533913283 +285.24556849863995 +285.0029197869961 +268.03962768653395 +270.2127690292918 +270.38148723874986 +328.41978702767307 +530.3994443443243 +579.1525382306122 +425.1407372816992 +411.5785709029492 +335.6257958498093 +298.2509784854087 +299.92600920331535 +303.1827385624477 +310.8036907305971 +319.0182354970999 +338.321642893398 +455.3184546148338 +575.9391602710612 +675.3346648347912 +749.7858572650223 +787.9959375031086 +645.9626275620528 +497.52868563412926 +281.33004618874685 +260.70701514546244 +272.81120330976046 +265.5328154320983 +273.5314060772987 +339.8519593686857 +526.3304625696912 +549.9839982495582 +412.26905237971675 +448.83747055552624 +394.316255557144 +313.4261797082067 +314.7432325946783 +320.0757074692922 +350.2000359729778 +369.5653183041252 +459.0242428811058 +595.8956893757858 +669.1087293700089 +775.4681998583114 +844.6187356375085 +814.85327169976 +662.8765740093996 +502.33593280309515 +292.7837594603739 +305.21618954648625 +291.9228037032401 +276.34324596052545 +278.0631680028283 +293.5688565859849 +416.1353022234714 +471.1245795382657 +503.2749819069052 +501.7827271171894 +418.6558640663161 +328.3100303200396 +326.002255291776 +340.461587339401 +337.081278804051 +345.6268654059239 +478.79693100203906 +594.9994934659891 +623.4504764414623 +730.4553537698666 +783.011490744784 +767.7192978615244 +699.2548054421351 +521.6024053882081 +293.15813981284634 +282.893535618699 +254.21541162018818 +247.51761601771562 +272.27815041089167 +280.8370656586757 +406.3607399151931 +519.1804157743175 +500.41585071246516 +469.5051542874511 +381.1059547966975 +275.0608677618835 +273.3251290468495 +270.80069363218155 +263.7070027180871 +256.0211624015736 +323.702584041994 +442.495287648323 +565.0388869257832 +692.2158326413391 +781.7683817345568 +752.5831724632084 +690.1626549989015 +538.6411924357892 +329.47627647442215 +327.8004688260648 +311.49914699468974 +273.48189237824624 +290.139071309636 +341.9463761408083 +538.0144279523113 +640.7092576524075 +499.3136774909246 +449.041785640879 +388.6985984011743 +311.20968149447543 +299.3522842565014 +289.6627483969274 +285.2375413910525 +296.14823778661776 +393.183958786129 +479.6796224891043 +575.1076828937851 +672.0774645074266 +754.6301852234195 +804.0365715912678 +656.7277417566049 +504.6985468482527 +287.6739281443919 +266.25560242948654 +272.82377913976853 +273.849077792914 +280.6737704535743 +345.8547060520327 +545.7738578187216 +572.4525427142331 +428.78251024216723 +413.84557904714677 +339.1627604570618 +304.7119605508702 +310.8298410869992 +305.5114566690849 +314.06112051553464 +340.5030306569359 +419.3361658788645 +555.7321011027719 +619.5479481941002 +708.3171894657811 +772.3478750494652 +792.1764213759315 +644.6876653461978 +491.286389760541 +268.4972828611888 +251.9931798527991 +245.27146783209287 +231.67172464649715 +234.54519468108734 +332.41496295197976 +479.2287099077675 +580.4833504838009 +463.5149659337334 +490.50583660213124 +395.7882822345391 +316.9348845240771 +321.7688770345467 +330.70412782509334 +348.707964627584 +378.1986515035088 +476.20789822280017 +607.227087477608 +685.1027887419849 +792.3750395623641 +867.5966377856307 +873.3766653227053 +727.2711688355382 +566.285762544477 +330.17815347021104 +301.94629339786877 +280.6737498838855 +277.0256238925229 +273.5525039617855 +314.2580316203829 +510.8092202547896 +577.4366643251695 +449.4052087633127 +463.7392810492762 +376.36551176701823 +325.5276099394992 +334.8322928706567 +355.27052875926677 +378.5974240112834 +420.44469310632405 +528.0470643338107 +683.7427769646221 +745.2859899784237 +877.7415055691753 +944.1528449416602 +972.4039524908928 +811.9391406129533 +643.0923706729079 +393.8879388776105 +396.94726400376845 +368.27015117753314 +356.93663070532835 +362.33147736005645 +395.8461043011931 +591.0355797950259 +679.4296918413328 +542.298813187497 +604.0648893080297 +513.953148537592 +385.8152354588086 +394.6690602968061 +408.42086065281467 +417.28139083252574 +429.2367113458477 +505.02568121687784 +600.7438448130987 +672.2404770160607 +772.569067521614 +864.1302755003724 +883.6347079455776 +730.5442442879748 +570.5110465825617 +324.89578117955745 +315.0101759897802 +265.2903237017218 +268.42692620447315 +273.3283516835573 +290.99115161903626 +409.22532703344575 +462.59463475528133 +505.3012679955269 +447.15122099050865 +331.0004007508374 +282.22935225136246 +293.1258392404928 +301.2939046403276 +297.8516994253444 +314.76679079137676 +446.4670951686083 +548.8532761391193 +584.3482370860255 +719.7987029019163 +745.7200601809382 +751.1327934746563 +688.4739362201236 +523.6265825415726 +318.3050216081428 +326.68056931309496 +288.096706260922 +286.4164008153819 +275.4162991619659 +291.52026665866396 +419.6490247020761 +509.1755996776 +518.6667064048626 +444.1620375421253 +390.46563808300596 +304.2389578486363 +314.9887432506636 +291.29101388982986 +299.3431072343573 +331.2876109746692 +428.8033033190097 +546.1138364223904 +597.0422804462362 +716.5918999801752 +816.115615115838 +776.0107944056556 +697.1409683071467 +541.1936606821837 +307.7116277037536 +282.9193606579016 +273.55377912368044 +257.7637808549383 +238.76296703719822 +294.22033796177124 +486.72470980474066 +532.908608465696 +408.81314694072825 +412.25804909095274 +315.4490270110459 +266.64352476356555 +267.5087709561551 +281.3753655503713 +301.56856516215447 +316.3451509010702 +399.56525197537655 +540.9257178324599 +619.0237224652823 +723.923457289281 +769.1220340213658 +811.890241914938 +662.8410533426147 +504.0942364949568 +326.9176049922256 +305.4212857209594 +278.7796830046295 +272.7628446530751 +277.8496945702509 +319.61994077818514 +509.42228338838544 +570.7705098381826 +421.56598925322027 +446.3879166618546 +369.66243210083746 +308.9194095908924 +320.62332679830575 +320.302835469698 +352.32549637038346 +383.30905708103234 +474.691094836215 +626.2274793977479 +691.6934253202883 +807.7105049744412 +874.7565469135433 +875.3721386221578 +703.0559788855086 +513.0386997410582 +276.84307594661925 +253.633789604261 +234.33002722466242 +232.5125501211112 +234.15745113734755 +292.7434035999532 +514.0433170580162 +559.7131986245395 +452.96207170818025 +466.2420594184223 +384.6199172612879 +335.8338842692352 +346.15896030966906 +318.90903109555325 +333.6870935836882 +361.2511840192181 +435.21564397892223 +552.1351852523891 +633.752466187661 +812.0268207815453 +892.2270203323021 +928.6673190766038 +768.2540169430542 +612.7047370932896 +370.5349250957236 +333.61258896493536 +300.3009360230028 +291.63845781602254 +300.38868000250443 +361.6949180942646 +549.7755003030968 +643.8505274720823 +533.3012408533451 +514.4248526483093 +417.99530728077985 +344.4342801403766 +338.2713239079827 +353.786588230904 +367.1533279798717 +349.5235512379524 +469.6271383042322 +567.7325998418252 +647.8523712537385 +766.9715861847696 +818.0371060057437 +863.2898218250514 +681.4796162889146 +502.33576393260097 +276.3388798995249 +248.87676369046423 +234.14916501686838 +230.28466819351786 +279.9007946923566 +340.7773427771135 +524.5438997165764 +549.5597228218281 +412.33384672687123 +435.67787258412056 +367.1415008680471 +286.1116057535915 +297.0222580307917 +305.2958171459153 +304.8115497059034 +319.4487358297743 +389.0184118706722 +542.032458442075 +600.5149716105838 +735.8350728359503 +800.32175250426 +831.3879200606199 +648.0776841905642 +509.3213547280497 +310.6414259135311 +328.1277939168415 +282.984205743476 +276.8422715237016 +279.6375424013427 +284.3761352172433 +423.88182024485445 +497.44866719736143 +506.06375486593777 +473.34873880879974 +383.28717478898733 +308.95291055043225 +316.8058922807723 +335.6291820476275 +330.185132805827 +347.45100667434554 +479.59626888129407 +603.8728772264747 +653.0034172343651 +808.0748802822309 +827.7000710351275 +837.7165872020963 +743.1726263495941 +556.5629131793827 +314.2840981538562 +293.87468886119643 +281.19252074649893 +293.1660280041396 +286.12628449159035 +293.03175220481626 +414.9857932543748 +534.8921205661775 +532.2860188830829 +588.2922114950453 +557.8994350379753 +410.6136450950018 +413.6415361058243 +393.8426931591055 +395.8163883802284 +425.29032405738457 +556.5313077457912 +677.8163852573239 +707.8491120854134 +872.5004152183719 +916.0416663147084 +886.8621248516729 +803.3207742612922 +638.5345424426083 +423.3524816450029 +413.30175278286924 +394.89848822065244 +383.9769701456522 +388.89764935763145 +422.49767432494235 +631.1978760553518 +722.1825524931078 +566.8458694009471 +652.7067555196746 +564.6496472692472 +427.5975019642438 +441.7584815622043 +450.51279158552217 +477.6203204926608 +498.2232586274977 +628.372372735776 +715.6301052410209 +734.5897065525157 +898.7336317920688 +1004.1915875899228 +978.0954224764725 +773.2907602583068 +575.7017462425307 +317.3284876971143 +259.79151600356454 +277.9042292621908 +270.6160855362831 +299.4560911268662 +332.8313849795436 +522.3779872012994 +571.7448691922816 +471.69316671068873 +442.9977253420713 +341.3144184190247 +296.51111748733376 +291.3547954562086 +298.54334345010346 +311.80592369961005 +330.07603730626704 +322.8476870407478 +467.4079718615869 +563.799830473584 +673.4129073793325 +751.0531025404534 +779.9660723372527 +640.3965244794671 +498.98595135364786 +312.6883848692409 +295.1016618467702 +272.11416638019233 +267.4188830108935 +271.4654747024131 +319.40301946873876 +495.29709868505364 +575.5918728804565 +455.37038492929423 +445.3425123818051 +348.9384106798435 +270.9014745458497 +249.8124383088956 +254.2637838401292 +276.40984584206825 +306.1146344025262 +373.0148775475348 +525.2508565569988 +620.9353628700518 +712.7443155653524 +763.7527138662881 +783.8534819406314 +648.8125094340986 +499.4228233720321 +302.38489454587364 +295.91359407898165 +288.83838420109635 +277.96680539056314 +276.2904602234351 +322.330110905703 +506.858898472122 +546.3155695350343 +419.72300097489637 +439.47469606387375 +353.748894828688 +294.1168957741377 +300.46658226373586 +290.9434314486517 +319.1608658705502 +332.1175377375792 +403.7967273333537 +521.742435281842 +606.6749951598887 +722.619760538407 +794.7574478044484 +814.5971227308505 +646.1162050927092 +508.88156579020966 +288.56111615195584 +262.6117296651547 +268.88579015606484 +269.8964337538758 +272.4037322208849 +333.698802293349 +524.9034317025386 +531.2654116441369 +449.0605876524135 +476.50221194933584 +373.8166077036644 +312.41966713224775 +329.9330941345316 +328.60072962599895 +376.3553811055383 +405.93781743127397 +493.4126168189246 +606.8889915870919 +690.3077187479988 +827.6861814692097 +906.7253343283817 +926.3561239807941 +770.5407544465206 +614.1565293564538 +393.7647906554376 +371.8886337219778 +320.08041820731313 +322.66176393360126 +344.91925074547896 +360.65750963801395 +489.70906552666173 +590.1886503621018 +632.1620167045198 +649.1560845045694 +539.2162435340225 +412.72731464608626 +437.99697377629303 +432.80088098822085 +433.8608828368741 +443.7234094066783 +650.5010475267375 +797.8351456621634 +766.0628894829998 +963.4911986985722 +992.0903570302937 +1034.5282130993894 +932.914224920664 +744.5165523795772 +509.6320250647446 +505.71036641417123 +445.84921776100236 +455.47795984276763 +460.8612297689233 +467.1764455538398 +598.9066997572595 +665.7622620885003 +612.1087919875881 +696.7946976585049 +596.4111247179587 +441.3030097711648 +454.1741705242556 +425.47490280564165 +427.40753399034907 +446.2347210066531 +547.4681348648982 +671.2188408781756 +692.6693827925386 +836.2740221414971 +953.5265221773903 +907.3618510944558 +810.6087686750417 +643.0756989166517 +388.4305329178618 +349.16805020463795 +316.46514134894755 +311.780552615976 +302.15750875308436 +354.5318215524606 +544.7807048546362 +600.0648370692602 +472.0316573409351 +492.80220535411485 +378.1494134646612 +338.2216608696715 +364.8605948633004 +377.34778829672905 +395.3083207521904 +425.22088397525414 +525.0150739654121 +664.4378427350576 +707.6550634652923 +833.9089495118675 +891.3862003885088 +912.9554181203771 +765.6654155976053 +594.8365253248111 +344.8198475568977 +284.98880093945576 +265.36031203515313 +239.2380815131778 +239.21428192001764 +356.29021154059654 +529.5749593864044 +593.1148285117137 +502.18605038189105 +553.5934602706209 +482.7181952576653 +385.12464404267286 +387.9338014932035 +397.7933051982939 +416.0698814552249 +440.92369573357075 +565.0985870042632 +706.9162135634747 +744.8426995946193 +889.9076655826789 +960.7068235294527 +954.8611715903656 +790.5791998459931 +621.5047446228571 +375.33895650114533 +335.87390508669375 +320.44801640099524 +312.73773361389135 +321.02360003913265 +378.38472361481865 +564.4576953742943 +654.9574269196827 +520.9829810075048 +542.2647095178586 +433.65982447070525 +362.73246101102666 +350.3697095368204 +346.1512585730005 +390.77054205631185 +430.40441255080594 +543.0406640087177 +695.0857008893079 +717.3885065938579 +838.3258917223349 +952.6288090487885 +956.7983187880285 +762.7996562187021 +577.9865084602403 +316.77871768163953 +269.0909615603086 +238.77058714374877 +239.7669437419005 +283.798478449686 +338.97781485207327 +531.6760367112724 +537.6075151047145 +417.58968004203643 +476.9760447184189 +389.94627109955434 +305.9355289501881 +309.1246975970875 +334.25340912374503 +345.4775836461316 +375.3434203594513 +459.514812644139 +601.1440748469627 +656.4318237660336 +771.6011560196885 +848.2396866638936 +853.9813816678234 +696.9908114183496 +540.1064795820381 +287.61462782456704 +272.91341750320174 +251.48477365624873 +263.4505612053427 +242.74901946784246 +329.6623925478305 +526.5707773991764 +555.4935784217035 +428.2880131183843 +458.22043757133747 +377.539417780159 +294.1802535005632 +297.0037948482454 +304.8545120701892 +323.9660971774054 +355.83063312944665 +444.58578973014994 +602.1336631315244 +659.7165920473259 +763.2128367279845 +827.9063445586328 +842.6238881351832 +684.7108497317392 +505.3773347908299 +285.8104943441388 +271.4333571586068 +279.06733221722214 +276.1060902169922 +272.91463038462234 +302.1526145785394 +439.54907459514436 +449.16623067961916 +510.99664606997163 +515.7718185174899 +431.06137383263916 +332.68279073053054 +338.0144206777278 +361.20911493474046 +356.00656587104584 +380.05059196681873 +513.9861656669041 +642.2893254314866 +672.1827393642066 +797.5028911169129 +839.1483975371631 +816.2479855817232 +707.7539600077927 +560.8029216535103 +314.3724030287397 +306.59037661763597 +266.89650405468973 +310.02923009594224 +314.7286412645381 +318.2234258662089 +384.1489053882664 +482.3506642038725 +501.8360683034126 +533.4233043194462 +514.8608448432826 +386.54986636825805 +401.18177632874244 +387.2836923229217 +395.3077138770697 +417.32992203846027 +564.303929271939 +686.1543369754296 +717.0674066633889 +873.9214655299883 +971.683538649942 +912.3961663076179 +830.155848598769 +664.2409134896485 +410.1935101266733 +384.5958120976643 +358.96931123370973 +353.54979982967245 +351.676342282609 +405.0984654488765 +601.0420853179734 +669.9359490284236 +534.8765614537451 +579.9677969324712 +472.280840077602 +384.3448863012198 +392.98065820276236 +418.22017400037555 +453.7205125673107 +477.95588789265497 +624.4367946407922 +748.7169764952058 +744.3375683006009 +913.5499374386534 +1031.933329360729 +1036.9969522837014 +891.5031512506976 +713.8644992406684 +440.55158441868775 +408.5277272251134 +389.0760598365707 +363.7665689913913 +381.36137529701796 +445.5425391765972 +644.7727542084755 +756.0799825862337 +598.8543512495072 +677.170219356129 +585.8282842522233 +450.64968216488546 +472.53216672537366 +501.17737809494315 +490.9909358435625 +507.0521062778353 +659.5700752416011 +789.5023585548247 +803.839522552034 +970.218213164655 +1139.366097122639 +1121.0121336212626 +916.0889868705165 +716.4831802091002 +430.3877527955908 +376.2428831315635 +343.63357620752333 +329.2820698211097 +312.61576219010107 +354.7524758237479 +544.3799022336624 +618.276263761708 +490.1759046024179 +533.8859403386086 +483.71232974417757 +374.56319979791147 +374.69905702159076 +388.60999841491645 +424.0958564054707 +461.7678064031157 +566.1374598113325 +704.783109184001 +711.1663126563247 +870.4449798153858 +959.3179290305147 +985.9724987351149 +816.6413555795904 +654.685535568324 +412.8050336645624 +372.0941722785288 +345.81454531916665 +328.23616071187934 +353.7233535543754 +407.498095259616 +611.7965558064236 +694.1892187895196 +545.8254087490961 +605.9458736720491 +523.4285361581872 +401.28332685000476 +411.4450779008968 +419.2273183855399 +438.5433226914412 +469.24088402844217 +614.7831202608338 +700.2031671622373 +748.2642674587737 +940.1208420291331 +1030.9343078107904 +1018.2499855534375 +850.211448407335 +658.0741998650726 +413.65721163832455 +367.95892219629997 +317.817359768645 +309.1623783780481 +302.0763622961973 +331.41295790357606 +540.8613944437284 +633.5479611397925 +490.0057901298958 +529.1774054966378 +443.0143238285916 +330.8531537458319 +336.36341517677533 +348.37060818454665 +363.9128799743029 +416.8822101234794 +513.5969805791163 +637.0918373876693 +696.0979091933958 +815.1299579730979 +869.6941063892141 +872.3194187927842 +713.5707700707089 +556.4892725778041 +328.593074382072 +325.2181351878066 +278.51283949617687 +259.8133757158917 +250.02516692363886 +265.5709800583015 +412.6538964484349 +533.2142674305245 +578.8918967872902 +552.3295699262153 +472.2590450235293 +364.2114734007581 +369.1905406326382 +380.41930571212816 +395.9122768832307 +407.0409408338389 +539.7653267627699 +671.4990882059757 +659.931212958491 +806.0297063219732 +868.7636107221952 +892.395724364194 +801.5468119490306 +623.5073565352693 +388.38103067447196 +384.4171761916617 +369.2684594051237 +364.5309196480639 +376.7739937949182 +383.7606728648751 +500.47115142061244 +585.5976028261363 +551.3349604370533 +565.267686272048 +508.01695597916887 +351.5360068508361 +366.98117229517027 +363.9074064888941 +398.00563477674524 +419.20676608764967 +550.6395723868199 +666.7859130802987 +692.8877653676211 +847.4056413213045 +898.5890405230541 +846.1171326143077 +734.9023861553399 +531.3965433346393 +313.2102327696896 +262.5352921494564 +244.96895220553571 +283.9021968159378 +282.8314442458424 +335.5487828525758 +529.9903229346066 +575.6512104650259 +498.16013037113026 +530.5509157028735 +469.5708548568139 +362.3240069035086 +378.47631932497495 +386.3695041252558 +408.06847073220735 +447.2976699534585 +561.6874229842409 +685.6565350038892 +737.2131103717655 +909.6268103050548 +912.8837044922556 +932.9428663954927 +773.3206388067359 +604.2660901204468 +363.9896378520556 +322.6497703383556 +285.17305732186196 +273.3640545818624 +268.4682723741145 +319.6502436539168 +521.9328087197188 +639.7298509750377 +539.7264797481951 +560.9971202875657 +492.9794790335789 +381.4296359594223 +381.9047269605054 +393.8847286732369 +426.0673307377776 +446.31672660141504 +576.5164986324278 +686.9115719537868 +718.7746466361349 +865.6438589119191 +967.5383665238332 +985.0173491804582 +832.786086354723 +642.0145390576008 +410.58504207489074 +383.0603001722395 +350.6269812195685 +328.60547996283196 +331.3473121198494 +391.01172302218595 +575.941116023553 +644.518785498891 +506.13049295917193 +559.396448079908 +505.8243783325899 +403.47670823304105 +406.19893034146617 +401.3887837976535 +414.82533588145947 +452.41212868847344 +611.0886830707905 +739.115977071176 +744.9923780717862 +915.7626582001259 +962.4873319709259 +964.5044991875179 +770.173148436605 +589.0405629741946 +334.5874405022831 +292.623186421737 +255.03800578273257 +233.95347926300758 +269.57939518062346 +330.18672572358446 +528.4955800090181 +539.222735504735 +437.13920300483676 +488.8810616453186 +393.2851569840824 +313.5258568472799 +320.32859584241874 +317.5816046271981 +353.82125793125476 +378.02875089113513 +467.40300343531186 +609.9109970690399 +696.9422373499302 +798.52356558779 +852.0293898718647 +886.7338238322179 +701.4562737591928 +514.162265811312 +284.1748234558478 +258.2952915111817 +237.24820334398035 +281.8763181615008 +284.5619798153106 +333.3854505640269 +541.7327077765979 +551.9990966734014 +460.1304068002301 +508.2207532015619 +421.7518114362573 +331.37600570254426 +350.4596128939197 +363.14471548025205 +371.3778252651854 +417.36474930840495 +486.6415740810253 +592.873763643065 +662.5457391715099 +795.7691794213449 +886.3473577564241 +909.4534127538957 +753.3438829602584 +604.22872285485 +369.04363544061073 +356.28148404862503 +343.7514128826862 +350.4293747349301 +324.4944353216202 +343.53448758737966 +484.39177349586356 +560.5601575051014 +618.5225905687747 +602.0009858544694 +525.4317487436118 +399.5758361303198 +388.3476122097802 +410.3319147663163 +440.4568186084987 +450.6726680803353 +611.965722862888 +723.6725627488956 +749.8211896154016 +914.0644759524163 +890.8822262172789 +906.9376201396983 +806.1428305825002 +608.2742127692468 +381.4823211211354 +365.45662898381113 +324.5814501482988 +264.40195078426984 +283.561191898978 +292.50082961849444 +418.8296957748791 +558.5998786206366 +544.9444232397587 +596.9372925807914 +550.936238364668 +399.99030634663046 +413.3056802425611 +376.3548348947393 +392.94854447971477 +411.4181510017173 +521.5370390412711 +595.7396377653755 +649.1583094341386 +800.4695217112168 +902.6280632595879 +854.1354229132479 +746.5990337813158 +572.2141484038339 +330.0653545266862 +288.04864402569467 +245.69500465515694 +241.07423083316823 +241.83240837378872 +334.8758250210569 +489.3544119460271 +604.8739072771668 +525.2037388498112 +564.7299148793468 +493.3748350619788 +395.22412402799375 +395.2598829767294 +403.2777988456563 +423.0872495611064 +458.94505940617137 +577.4664029247267 +721.338542211901 +776.6098052611334 +937.9388283099964 +949.8482426774743 +977.5200989385394 +836.0263889915992 +655.7373267536271 +401.56214543824075 +358.2578466453941 +329.979755261362 +322.2817877438728 +343.2564283750703 +396.1988968932123 +596.0659676914044 +677.7911491193576 +542.9100831335074 +577.5933045590534 +521.9730190052893 +403.5600326418104 +419.1527289987362 +440.3376000721434 +459.9496946426362 +482.64262962330685 +603.9734691524467 +752.8999491248411 +799.4903112558898 +977.0693940769735 +1002.6620885333888 +947.6517546937524 +774.9486336081935 +582.7862306051459 +343.7833579886516 +303.96623907142265 +264.2178984416944 +236.76834119486807 +243.86212623589006 +341.9756079378666 +524.7229596907398 +586.9981394193268 +471.64016154896444 +505.8947046312431 +438.1435996026351 +349.1269947920856 +355.4757856800226 +357.36509572023573 +368.5432474941041 +404.1363947160702 +493.1804190919098 +599.2792156574177 +655.0185473621956 +791.697309446755 +873.2789525640494 +870.1176839263718 +715.7712098803971 +556.1249574585436 +302.7046533772037 +282.41216286333247 +253.317042260831 +231.66350933194462 +281.0033349026628 +334.2901723038111 +539.1708306687123 +560.1872170149983 +491.83231847112654 +542.7619717316206 +456.46022851486055 +357.0901761095385 +371.19601542976017 +390.02045034513753 +403.94865159681535 +433.44584046969004 +542.8530517557166 +688.5415229850374 +751.6845622693936 +877.4461582678916 +934.891590195296 +935.2820649472689 +764.8580380029133 +608.3577088405838 +352.9758870746748 +319.26443207741363 +302.6998692892602 +260.86014339080526 +266.8087552597477 +304.8603550686115 +504.3935534234852 +614.027163069601 +520.998465267588 +572.1253289401337 +496.79414787095294 +394.5456304464383 +393.1628347931759 +410.7794277662521 +440.8738368868641 +471.07951583738077 +585.6250295581249 +701.980510051414 +760.2971452270284 +915.4078196979533 +986.8272949189189 +999.2897101372708 +840.5485746504056 +668.2565542950824 +427.3407935826587 +426.4031881520348 +391.9779825527546 +387.6322439806228 +403.5529709785379 +414.96037870793515 +541.0577606477236 +611.3355162997989 +638.2182493053455 +644.376274453953 +514.5704564158552 +417.2679304468347 +410.78842694910685 +450.1802675898196 +516.0369268782455 +520.8385484010521 +695.5764530713641 +739.049975224896 +740.153061216914 +944.3969191100263 +982.7248719838949 +1045.8536402060074 +944.3643137981953 +744.3612373628538 +522.0242669568867 +504.5827328948936 +468.5573860601705 +474.58318026671645 +468.1658992444003 +474.8755682815498 +611.8863893412394 +683.6707093133155 +604.5730781620762 +705.0645783456291 +696.7692261837186 +468.02395271638727 +480.2396617124826 +430.027323075249 +446.8987914649908 +466.86186935464707 +670.8960675058818 +730.1913609758799 +744.9673498072419 +919.7837990999918 +1042.4863920126743 +1000.2367521555129 +934.1754058026645 +762.2241152912593 +503.78242559866266 +473.8799005067614 +454.22470102167136 +452.1931468192623 +455.3231855783576 +491.51093917097546 +683.7218258580775 +772.4262452822127 +602.6294195661633 +649.7282100564202 +544.3583112659439 +416.35523688490036 +430.44872389573646 +445.17317232350524 +469.58698404324815 +459.9894943377403 +590.0814501776724 +705.2183498797301 +782.9678493206936 +969.896827807295 +1030.6779671407553 +1055.2979933401107 +891.7476909078215 +671.6092550896964 +406.3019836083697 +380.9321569486653 +348.2221023954944 +329.8736793819908 +332.2750347976492 +363.8108976061152 +573.6542641708636 +696.4921598216691 +549.3908903451623 +645.4933069269214 +521.1837262279289 +402.9377881398604 +399.0886619535109 +415.4361051132481 +440.0789776449049 +466.56273012941847 +637.8754899786933 +740.7733791264933 +781.7543545746771 +952.8940740102644 +1022.9282255532634 +1037.9423606411885 +881.2716649291377 +688.0067584825007 +446.7143380954591 +419.28614172879185 +402.73530975971164 +406.57480968615806 +410.0979611743969 +450.4771499245442 +649.2057178182353 +734.3320086860577 +578.7671563136527 +622.6486719055649 +548.6855663413469 +421.2079561438155 +451.2025636290691 +471.69759803596133 +510.4682174061918 +545.4766946249661 +686.0879041785175 +776.4097993084405 +789.5130489942231 +988.3772205384793 +1091.3572090645005 +1111.342799638556 +953.7930315229333 +769.9260614177808 +526.7731165329742 +498.3824220940049 +475.10853125360313 +474.4747825435511 +475.9195526699208 +526.7547065178137 +741.8479116076754 +776.2389990716517 +575.598751219172 +667.4565290614449 +585.9667771352576 +456.645337603413 +465.2412326258754 +497.93320251485915 +523.7104839889347 +518.2922208083055 +681.0199103193376 +752.4651527166592 +790.6499697438392 +988.3414806296829 +1085.288512287992 +1130.1816258040758 +963.7123689479002 +795.1428411301871 +566.1962224327967 +567.0066769734971 +558.8985378975156 +557.7157416697622 +527.5555308053996 +570.8081126336926 +770.7499685021434 +797.0531672265671 +586.4558767935332 +687.214134059183 +606.8037347407636 +450.7577843769485 +462.0741842858318 +484.38618516574934 +507.5246974455716 +515.1525500939096 +639.5064660474876 +780.9622544725539 +785.0713498382258 +979.8243067136509 +1103.2090924048975 +1133.1150586212668 +937.2387747266561 +778.4512602668275 +527.8297120478784 +496.6085104642704 +461.00029546836964 +454.4404021292714 +443.8669740581268 +433.60795870424437 +560.438633121002 +629.1048622475346 +646.1343877115754 +581.2440043523378 +511.4573280500126 +417.6418483243875 +388.9348455515604 +373.87973808320857 +385.3510983755569 +391.2440268670251 +561.2510500759336 +669.3566505999999 +702.942547892432 +852.2784512458792 +910.4106216740396 +941.7784796737816 +860.1420484430574 +659.1042611638975 +433.996415541305 +426.714339071327 +396.8856002167764 +388.18675635391054 +372.440776636712 +368.25361790722775 +466.9539989117647 +574.3754470065894 +531.221611583982 +565.4823301232178 +508.26104716001646 +385.1457269346743 +402.39333532961837 +384.27128482619514 +373.4174050104407 +417.53723068999363 +547.2153071284746 +623.1932857597816 +689.3772702920784 +859.598536003426 +966.7495915814886 +919.6435739772202 +826.7482915195894 +657.3539779134949 +375.71280888525456 +341.6319179708807 +307.7700316081538 +297.56391878398153 +283.1953935955639 +330.16599329058727 +516.8683756878717 +617.2895708943375 +505.17495269749344 +560.9982772644281 +498.6101342464184 +394.1101116168913 +392.58992272633174 +402.0102425376442 +430.25691888355885 +440.0680448618339 +576.0559399602668 +681.4325390025958 +732.9499831471649 +880.1169427993859 +945.3567423568259 +970.6834475553318 +814.1663948977097 +620.5130571937519 +372.86487371729527 +327.8683517880478 +283.4618789705009 +262.4293073811649 +254.11718573869646 +304.38156479613514 +512.8089852638708 +580.9765661176932 +504.31913070641116 +539.7623237472927 +484.87709864589414 +386.5820579664649 +387.10713750852733 +402.30497785156166 +427.9709624414984 +452.8193661139401 +576.784916476766 +687.2535699862419 +758.7986741852786 +921.5037966585968 +997.3257013812516 +1009.744963244443 +853.4952235077094 +660.1472708122558 +418.4406397175669 +399.68530238063386 +374.6925374618412 +348.5124555759099 +355.31188504979565 +398.0373484270487 +595.1377632718566 +663.847346238463 +528.7975711670362 +572.3014614219717 +508.21887184832093 +414.18238875014856 +415.7639350225289 +426.1470230679521 +455.52420140024145 +481.18957193234667 +630.4425461571426 +713.1912387970245 +740.6730231082121 +901.1044470118901 +1021.5392004967127 +1032.8934861922753 +876.9316877257822 +693.9981365568175 +446.111135299469 +399.8683821766154 +412.10454493689554 +400.0336177469883 +390.9284794914451 +429.6916621470529 +631.6855641139226 +714.0608130096957 +571.2200673165155 +612.5770966959788 +518.5803200687973 +419.54396876861574 +436.4137168638977 +461.50605431950373 +467.8995290672719 +473.84253627902217 +618.0550283816802 +740.783536212005 +776.6925342784133 +892.8134651742516 +1008.4216789794283 +1016.2512994150209 +853.6931227636001 +676.7737762951753 +431.75569313354197 +413.05979330609125 +391.9284766844121 +369.0207353034274 +377.5675813207092 +426.85299269144036 +628.2384378343131 +705.5389232237044 +545.0517886401263 +556.7731334418017 +462.19623659361736 +390.5479109540971 +380.11529343576046 +388.70255094204464 +429.9418669293586 +442.066022637776 +573.3779506818212 +681.5135850369228 +742.3028051189563 +918.9725819099908 +1000.3817099565423 +1035.507228113479 +872.305021644695 +692.3290684577893 +454.03708128366185 +442.76553072291455 +425.3425229004652 +415.3899022005055 +430.7700949326575 +422.537705228104 +548.5452830529923 +632.7402456688554 +633.165667990726 +621.5575347762859 +521.8751912134785 +449.5867858454324 +425.82744616773306 +432.82985664098896 +444.48276118012257 +455.0387020587489 +622.3346745970857 +707.226630940851 +747.4266932527362 +919.4390281346484 +989.2841486718019 +1005.3002960304622 +887.8600909201141 +661.3637587044601 +445.1854611091164 +413.7724743021195 +385.25365145991634 +417.5504712021743 +377.567887556214 +391.0498824802624 +492.51941006920356 +572.7508557936505 +555.0228809396974 +618.0014481436724 +575.5183859273374 +414.0832893521368 +441.0251416625047 +415.86369589297846 +412.4845603181284 +422.8619469909022 +575.3361668264671 +678.2594512724866 +716.4841545525068 +901.8699086706889 +1032.511588944695 +954.2255704346136 +847.4281214619933 +665.699042309715 +403.3055320107564 +371.52457138835774 +353.7288233169876 +333.8761067800298 +326.99531375421805 +374.0176733914284 +557.7513807497016 +645.3439030244992 +541.7948925268288 +594.1095235016849 +502.4125886919019 +393.12976260985135 +393.3240203872001 +406.38634164569936 +433.8136855281678 +457.4400478647735 +595.5702606528791 +738.1603192800636 +779.1474098676566 +957.1205685770205 +1046.490651057816 +1074.0412449392318 +879.6075669759167 +661.6926757740965 +397.45501324915153 +355.16322343951884 +286.58029500652594 +248.44373297282385 +298.7279215333285 +332.0604982440649 +531.6741853475827 +542.5977245427453 +459.23888846953963 +516.2653073715327 +452.5246249635823 +339.05948512712524 +355.64752134711927 +370.87008354320113 +384.98836150089573 +417.1121708108296 +517.1556021688899 +630.7378502964112 +689.2627946258311 +795.7573779548142 +888.3493041664245 +871.4144657108355 +729.8317857780917 +553.558195657901 +314.37082807795906 +279.9220854429576 +238.31498025390172 +236.6872245034976 +285.1261596928734 +329.9024940772346 +519.961317348956 +574.5540364412735 +483.65635565465357 +527.7387371788078 +436.43841550733043 +332.4892157778092 +343.9088660838684 +376.8807556589534 +387.166028862651 +404.3772087312856 +516.8944307664516 +635.0651507025871 +697.297524455527 +815.7280505565735 +876.8196296590045 +873.3672234618645 +713.8516881802711 +522.989226010785 +282.2892748719927 +276.8332296666012 +274.40464273872067 +272.6275905691622 +272.19285288266536 +330.2095081873372 +525.9587200726716 +534.3953202340172 +459.860286916656 +524.580003596483 +456.7538137472845 +374.8734556270441 +379.5574303530373 +392.6334720652417 +412.1189665695487 +440.54581936497914 +543.24026301331 +672.6886510973699 +729.4061195056474 +855.524926516404 +921.042316027362 +919.0607242187158 +741.196638137054 +544.3045935077829 +304.0187860965747 +264.0136572489156 +254.72555287456663 +237.3008033499151 +280.60186214067215 +331.1262749990728 +525.6428783599898 +551.4880778907456 +489.35172302807234 +566.8840457522716 +492.3979174021315 +383.02905427318393 +393.155310034576 +404.31023236058087 +425.8769094321234 +448.55283714056753 +569.0988024543419 +700.2787480758542 +751.2625719398484 +904.2703642634317 +987.0578331932174 +941.8428639578865 +786.3858600756627 +603.5388736385966 +365.6651793989541 +347.4579161058723 +303.66785873707687 +283.2816290725262 +284.4621590050476 +299.1695717961808 +437.34772664695106 +524.1295557640426 +591.0329619804671 +636.148643839259 +555.2929718253838 +415.58689439409824 +420.0656961485516 +419.7808225791221 +436.9493508755969 +442.6339220144277 +587.8160362205822 +677.8047981007923 +702.011785802543 +865.8173944003903 +928.2796955253243 +915.0456343312354 +826.3939355442236 +630.8789956564722 +414.4880380411361 +395.9887105268386 +355.9250494516121 +355.52371590553366 +351.2091330241451 +350.7758580471624 +468.45216532995465 +556.7340912366744 +528.5235602859026 +598.1306330627864 +575.2364996696142 +419.11412263420533 +430.3022553829202 +411.42147509881477 +401.1373235367343 +445.6365050512332 +578.0294342180271 +694.5806451739297 +694.8924585540029 +864.9085599740287 +1000.0954820758179 +939.194470983146 +847.9905209221748 +678.6999195920903 +433.77998665254 +413.9966532045405 +384.54966421236117 +374.57116033138914 +377.17072198631394 +418.65126801737716 +622.8940037952927 +684.0155326770958 +537.5070606360927 +566.8920572421921 +475.5512768135964 +384.49527010944865 +394.5119575800466 +392.53127292174764 +403.0226741796957 +448.5217528295216 +587.7288813005998 +697.7968720994024 +738.4951509375278 +920.8164023475439 +1047.5454353592406 +1047.5323010054321 +863.8103001351004 +667.175254225674 +428.31477739045306 +405.8454918886541 +394.40471079605584 +391.08587488519237 +389.0195526592102 +432.3517329400967 +613.5242561226065 +685.1033034270004 +526.7285350091247 +577.1421653730599 +502.6637916826726 +395.7343938402317 +397.2899568196154 +405.6610110311123 +424.0666558009431 +451.2853542555761 +575.6240797613744 +710.5923878852489 +749.997703385793 +893.9100401877602 +993.8116470583302 +946.2111608539215 +811.8812686686906 +621.5570265834931 +374.96276954582856 +338.13975996292965 +295.96353233766445 +289.10136545138135 +292.1800467636272 +303.60796851862426 +532.4763968970946 +613.2176434564723 +511.1878328664995 +573.0917546617195 +517.431125361482 +407.2656700383239 +417.08886560176006 +434.1435302474353 +458.756644758707 +481.87719207672893 +613.8017471567453 +707.5884953461717 +764.0113318712471 +915.4624975372783 +1030.7809280885642 +995.3197136661282 +802.7486838078266 +614.690278748462 +363.10238362928834 +338.1736724224912 +293.4257522410602 +288.8440786860188 +291.58641661774055 +337.40451954698193 +530.4224195080874 +647.8027375569256 +525.2438112037847 +615.891097891677 +554.8542088656542 +436.9486490407158 +463.86716213718944 +441.6626578094461 +478.27382334785756 +500.25879301975317 +634.0576114812192 +733.0873428118487 +788.7891914317495 +932.4218216385735 +1056.0994955381534 +1044.7858072811491 +895.6089752292905 +758.996766881606 +520.1956691639523 +441.2787662037462 +373.8181820293705 +340.2887722863249 +341.321022484797 +364.53924897604065 +557.388435803843 +626.5163424303762 +483.13914326575156 +518.7638283154354 +454.42847899774335 +359.535382039275 +371.97835983299484 +389.915503724156 +418.6491475956343 +446.03179298127617 +554.6169065886321 +666.1138801667943 +716.3923178844626 +822.7266290733645 +932.2167066777603 +900.6228514836375 +742.0631732202097 +555.5324688396498 +308.77533620716605 +283.2314708304511 +248.7904364768051 +243.33962056563462 +243.1741294428745 +320.17392233372146 +447.076893299081 +453.9268945804762 +535.4290519199025 +537.1742063271412 +471.6984659229111 +360.3725837734121 +376.15805102916096 +388.00452134117177 +402.062166086757 +417.0954579050858 +562.4962444265047 +682.0828062250854 +686.4541221606272 +778.517038616024 +840.1018489900849 +801.0399243095883 +703.4720542683797 +522.5079530309919 +305.11149477337096 +305.4091888227589 +253.6005154280345 +257.07002173613176 +256.0529887538792 +276.70436858312223 +406.01425605306264 +519.6633296586253 +522.3113901420548 +577.5520910566465 +523.2972566567148 +435.1069687608683 +478.45183416785704 +478.0772070378176 +480.89201851304966 +517.875255399768 +691.9155719911054 +731.83899693649 +746.4390908752207 +930.3989885380354 +1074.502934282807 +994.3040224415851 +916.2978663203969 +752.9328035309279 +521.2796606421687 +500.5435895769181 +461.91596203504713 +457.7006375487471 +480.508681811736 +495.0903182215622 +690.5164061885157 +772.8314308450509 +576.7396091968895 +621.3571202167041 +514.7155487461572 +395.96667586335644 +420.7797451949983 +423.1300503524464 +470.50293964765734 +498.5479526118084 +637.2646508601613 +745.9076902429501 +784.5212800547914 +949.9587540557916 +1075.8227825047868 +1071.7993158273355 +939.8430613231911 +758.681513483236 +497.4846076797188 +475.23652379795124 +452.87166134277004 +448.89415514547693 +451.60514208781626 +475.2283259690835 +662.1787826198313 +745.6799502399172 +591.627505577877 +653.6174131768238 +556.4952387082652 +415.3464056081997 +435.04829982811594 +464.65714738121164 +469.69041552644643 +474.43818399484354 +572.2367495026704 +655.979966395223 +668.8424831954231 +819.7099239496255 +954.8762554354666 +952.7922046869311 +792.6317268364413 +606.2636579013353 +368.2536298756908 +337.1500594999689 +313.54119730370087 +294.4476968862596 +298.4766761822108 +330.7336021235765 +513.7416662560317 +573.390444928194 +489.79068729778504 +528.6854980159986 +464.86449962255364 +365.5486275319749 +381.04632117783484 +390.7723471857181 +409.5434505539644 +439.4360216642072 +542.6129474128253 +658.786176975085 +722.1429236216641 +860.8559605106263 +953.1372874578138 +928.4631042448536 +770.1964239707991 +586.702429165996 +343.1543119086363 +300.46983588138164 +244.71509628593512 +236.6955920832974 +240.33687785361957 +350.3167740753346 +543.3985944522119 +547.9251649378 +491.0259891898959 +568.6571803291299 +496.30547514093644 +396.1978794471859 +396.29300487273633 +410.08893209255643 +435.6552291175952 +457.97086151760686 +579.2408308312513 +683.0742101042206 +733.5299945670401 +837.7539132527795 +936.8162753972708 +904.1710345306399 +746.140101343208 +575.0645043782508 +340.88925745927503 +310.5641277166185 +280.28745285352045 +275.63111913763186 +270.2418527443214 +301.15149912008496 +524.5495394327778 +613.8708571100863 +516.7855382113984 +590.4597293990868 +524.2143328809333 +415.4122858132719 +435.51786342339807 +452.0120478270476 +484.85062015429594 +510.6369979927092 +644.1649747098287 +749.3125424448684 +768.3592098051394 +924.8619993241514 +1030.530699734588 +1001.9827883495757 +832.0684519624513 +657.4222688647444 +420.21727649431045 +415.5944429001007 +363.5619131527931 +370.3108471122206 +374.5687415907482 +385.40977767037447 +481.9247269456306 +538.7521909149465 +586.5776948608845 +594.0614361511249 +492.25860948870985 +376.3122876400325 +389.7577563074448 +393.80124003261847 +398.61312856376065 +390.8178747267694 +537.2514089244538 +637.7694920279692 +640.6360474815398 +783.7008678767348 +875.3153576546841 +840.4036092838212 +755.1321016175224 +578.2663137165306 +354.4748210923004 +341.7618894190018 +296.24902326389804 +261.3018565893165 +261.9079311097117 +263.7742440977384 +412.3280032983641 +490.6092462142488 +478.7451878181929 +507.9230898438085 +477.44921067688773 +345.7887084803071 +349.5567312561861 +348.80640307423295 +334.67998995918435 +336.8277750809516 +443.72443803268254 +557.4332145296682 +605.8426242569773 +735.6740076494668 +865.4122210650797 +814.6782867037704 +731.9519296358154 +582.4771309402943 +332.4694880566097 +301.9279936710097 +260.54675470859405 +255.22819277964513 +246.1493413550141 +297.8601937869929 +520.2197545795647 +558.5600633013651 +446.1863464782718 +464.11287721891074 +359.99018963242213 +303.1899866724023 +311.0452340210809 +317.08852469054113 +325.7851720746402 +352.9486879068586 +435.3733846508944 +547.7166984264704 +633.544378411237 +762.682656962192 +855.7839691556622 +866.7272909838337 +705.5124207640921 +520.4360910123168 +303.20668228021856 +258.3055793609669 +233.2042746616155 +227.8231025598472 +235.8868541374706 +298.2371765911061 +547.8301392435308 +541.1909447034745 +439.96260763967086 +467.32986800031256 +392.33743809780816 +314.52509872213454 +326.7868866086046 +338.3798606860646 +358.2290789996974 +388.29574183724964 +477.1827142882168 +596.3098242976522 +667.7902174571427 +774.4550588594751 +872.9369434398361 +863.4033759967791 +703.9173172478088 +503.81663452579164 +276.35646705373586 +256.92541739062665 +277.355285021947 +273.89426461047395 +275.9869233977198 +342.34123298497326 +541.128276542913 +538.0957273419255 +438.66854743438944 +470.24088512768355 +378.3143913164173 +326.20923257610093 +337.20726811677946 +357.19821742271336 +379.11157067252003 +383.5260653081426 +454.32151703195547 +565.3432831824583 +658.9416910453514 +796.743137124273 +895.9346926925753 +881.1409013303506 +718.0736502260418 +554.0762972357799 +318.74690281650766 +300.4999862433898 +276.8213960241728 +274.2936280900797 +267.56849339785305 +317.4481229033589 +549.1284381274108 +546.9848479026266 +413.4301502903349 +429.45849435576304 +334.4678728326145 +329.6335546214627 +363.93329517058754 +387.72811296419457 +409.84708091871096 +422.7516839992795 +514.062843165493 +618.2005460092784 +705.5895890753362 +852.8480570834762 +952.9631095921746 +961.2850484120495 +794.4436974747571 +620.0378077946016 +388.9193530235237 +361.23674120105386 +330.5687477092042 +325.8185735826885 +352.1365168297331 +400.5071221632241 +618.5866886342524 +664.4360483692451 +520.0435221226675 +548.2346399462299 +473.4008540873879 +375.41555623246006 +376.4865379893217 +392.8872566071539 +427.64965476402614 +442.3685076354412 +556.6868177528028 +668.8611914552812 +718.5374266650344 +905.2549883927736 +991.9989397424573 +999.9948483485249 +828.5165840117551 +643.8242872170314 +403.26316539157796 +387.5762599662554 +347.4441944968681 +348.82954292165203 +353.5754911014975 +360.93650517594614 +519.0757487047425 +571.0082538565334 +611.5661286896544 +635.6052501407829 +533.5044265488882 +417.05475466184043 +429.34700653657694 +423.9002632965815 +420.63359023190276 +451.85393690621504 +535.8973513421228 +718.7996109953988 +739.9541214490833 +903.3920121075738 +947.5568094229016 +955.0410911067743 +876.6471960248864 +678.5420970156767 +460.04528623837655 +425.9319746522562 +375.61337726778424 +348.6953027879644 +333.64912197578195 +336.0041675710472 +477.82224359254724 +545.7732971793355 +517.044606000014 +561.465431540899 +513.0301175902575 +377.1864843253792 +397.9712407761439 +388.9910499334688 +393.82295447737306 +420.81761344923774 +555.5280609920692 +651.9280419503095 +681.2932743950892 +839.0492437360707 +968.8889747748672 +938.2100698105767 +805.9321050629085 +642.9973251599542 +420.26801207379066 +412.67821927227305 +380.14118835010305 +376.4997043757399 +388.0274317008342 +409.9821488756402 +617.4175449783081 +661.919096769185 +515.1546938657605 +555.4263880589659 +481.28127282314904 +381.5833948777513 +396.02086273267486 +417.1563628353894 +426.28550465596464 +464.5478820589381 +562.4885132304726 +646.4944436516706 +735.0363931396012 +910.681584831141 +1020.191869820834 +1027.0947472113878 +820.4099829804328 +632.5954263496398 +359.7299974079464 +326.8586220463134 +276.7389006702292 +262.45616434743056 +264.3932990203812 +298.090114294196 +564.0949093673778 +538.2799744235356 +448.4074043327406 +469.07102355610084 +403.53217597073086 +310.55138443877075 +335.56513347614293 +342.00185899035324 +353.3400313333557 +378.7657387975732 +479.3434834170254 +608.1095410030247 +714.0055695822698 +872.719953961337 +986.1508706357565 +977.0199895857816 +813.5742014614267 +629.8235412561278 +400.18731384574204 +378.767718701612 +353.678808817368 +351.8594091292117 +356.6253604183121 +393.31737958715655 +615.4752595800828 +654.6789335603587 +507.31513175696796 +527.3637106208328 +382.20833793922736 +326.71030711674945 +326.7091634154171 +333.00892909600725 +363.52864197589497 +394.84603846007883 +408.75374472524356 +463.224358388746 +563.8725182019666 +686.6556253962381 +770.3190834256526 +792.8322512085253 +660.71002379905 +500.5333125576955 +269.63341371687886 +250.68559031537256 +247.1111211846991 +275.26897095829383 +278.81365016687795 +323.29053146151574 +563.7254674224743 +578.7085496224668 +407.6919501237503 +434.68021117393164 +325.3775176906019 +271.1538214213724 +262.21814207605837 +271.38263439371354 +289.5810345568321 +308.0530843900415 +375.03331086063065 +491.276195461849 +568.2376464474663 +675.8432176020343 +766.788668509335 +770.316964317293 +637.1635969323553 +480.2346789942588 +266.74864080225353 +253.4717855551605 +235.80775933907924 +245.40022782338107 +256.10984301507375 +295.1943686878367 +550.5685683739572 +533.9112705020293 +407.8386139696461 +420.5408395079038 +359.0726937349116 +287.58224915796524 +291.4404206233728 +311.6779523676154 +311.03925101321886 +341.76248863548244 +416.40344894574577 +537.1228801690771 +601.772051907 +708.8123349855217 +796.9129826853814 +776.1051788548148 +641.13836224729 +481.1761246612256 +284.6844695803484 +279.50590668504833 +270.4314990056872 +264.79362598980913 +267.39251471261446 +286.4477674680493 +454.33594131960814 +478.0995365674452 +481.20470746059084 +459.49523438141284 +393.38324868523534 +299.9310459723886 +286.30887949574173 +307.2513184031752 +306.0616114197795 +307.5612839519606 +444.22865076827713 +534.1449069590657 +582.8970647149465 +686.2945502074117 +768.7912450185003 +753.9970482747024 +670.5143644483509 +535.0259166926324 +342.4052699372965 +329.26151492650763 +289.53183463825656 +282.837767383478 +285.0630652457598 +293.66535466616017 +444.86242123131615 +499.0388518480996 +492.43590375582113 +454.58121715786433 +441.9522524165484 +331.9450521096632 +323.7881885637935 +315.3677423864349 +301.3662172748929 +313.3344412373746 +416.6632426854409 +531.523642419895 +575.7123207631978 +700.6678286403559 +781.3869060760504 +713.0220508773497 +661.6413063766345 +512.4202927630864 +338.38325625688145 +309.9409283785629 +289.46460656339366 +283.2140607465269 +278.2117051733222 +324.65529171078725 +542.1185578906022 +570.8090359511297 +432.75271718340963 +469.9627391201745 +385.7898798891613 +322.727275287133 +314.81977845197474 +320.72983687818373 +327.4515396882488 +361.7282296741703 +432.6867537849672 +564.4068074184094 +607.3509163626061 +696.4683112928835 +790.9153271894253 +793.8446511433727 +655.9773187833549 +496.5739697294544 +329.6307672238437 +307.77371688760917 +279.5151863458768 +271.853705293595 +274.7507633555155 +313.78291789553947 +533.3826644689891 +568.9173891330597 +440.5723152501089 +437.73893916933855 +371.19203349063827 +296.34136153979136 +299.85080935537064 +318.2723280431774 +331.0656744424846 +361.43797492727913 +449.4003105351875 +564.3695414627541 +624.5293164166563 +713.8743543473928 +789.2438176649541 +795.2109309347137 +655.6851886575024 +502.0820893498425 +327.66530030049734 +312.1478978575928 +284.8212403617937 +268.5588614993781 +276.1439380048226 +314.1604509565313 +534.8423081115784 +568.2072271785147 +452.2952583900193 +433.4294554540405 +355.4168158035367 +297.9265418398933 +297.3330522552844 +295.02364684219486 +294.1676495112013 +303.951775172885 +366.9253702754918 +478.0347805702204 +610.8349658018984 +707.8805096342822 +780.2488378716723 +789.1188677193478 +654.2200166797317 +501.03133933435845 +310.2803079876293 +272.05138380401604 +254.869370193595 +230.51490000129962 +236.27182271557436 +330.9235203119394 +562.1528200776086 +534.0180673621799 +410.7300760234293 +420.17368411876595 +331.36677701328546 +296.4448916199255 +290.36814313411395 +328.7191571019509 +333.7138743226369 +354.46971402933525 +440.5158231940136 +567.7317198205208 +639.5240207648206 +757.6109766534278 +855.6522995135297 +863.1212665187968 +733.401909779118 +542.5972958448508 +325.1184355825748 +331.1172820986928 +291.6890799702453 +263.3756150944259 +281.40770942821797 +337.208466272882 +566.0835681210986 +594.966072863994 +484.1165135890818 +511.0796516534408 +437.0470542752075 +356.2442320017883 +360.88323172248056 +371.6554259303603 +402.1017413994656 +424.25382210309937 +526.8094549949224 +623.1185535776979 +674.1456829714504 +823.4329975628617 +937.0273295055746 +941.0600051391756 +795.5706069705864 +598.1561074464112 +393.24781659003565 +383.2024520595656 +343.71784106057316 +305.91213769856597 +303.0166502303651 +318.28176612164714 +446.55989290643635 +476.7745039995208 +554.4164342914768 +530.6173759693035 +466.89717381356246 +358.06925557118075 +348.8871925307172 +347.5788548397119 +378.1407658342631 +349.8042328700633 +483.8146020467408 +589.9987113134005 +603.6215948999572 +722.3626048611616 +765.4567260789879 +748.4847861517367 +676.7307996971094 +522.3572532288994 +330.12080555863054 +336.49796349262834 +302.579866141348 +295.56509940171173 +296.8126679577709 +307.8489341061192 +459.2955982940325 +506.59146748773264 +508.142897045133 +445.6034079408168 +405.28408848755197 +302.86830876169626 +313.97063600076604 +294.38832130824363 +289.381844125407 +311.5019675100896 +421.77357789146026 +490.97913497389953 +571.236259408535 +682.2499788495356 +801.9820602902619 +734.2719606924574 +655.1654978031822 +518.223109709548 +309.57297719004276 +318.5276033933277 +272.212811666624 +263.6299244402399 +271.24604404703354 +334.28375822890723 +554.811842810711 +557.279750241648 +425.01763723259023 +443.56616903486747 +343.9836882176056 +266.9064632411266 +264.3269884951191 +296.22112057542853 +319.066360419099 +337.73869078800476 +419.9885636745306 +551.206395434223 +622.1914199378635 +735.9210165785977 +790.5481213897397 +784.3038447345662 +659.0168266242649 +507.6048827788042 +308.9815220647027 +316.48488271441477 +290.1703618031903 +281.78622152614275 +286.10058534614797 +323.02738559858244 +539.3332088858851 +570.1918306617754 +406.5435047095598 +470.05726841537006 +382.16333159033127 +322.0528801847092 +328.6697395100907 +352.521080446551 +373.2906721306274 +400.41711650215905 +480.28715514206294 +585.0518402464974 +647.5976378739999 +814.6500835959 +882.1484988463775 +901.1472213980518 +715.1003933581633 +572.923752883846 +334.5631273080797 +322.147311508847 +301.5809738689311 +295.0381186942484 +301.5219683104195 +352.39930526176323 +587.5358212155343 +649.8730434114931 +512.6581402345466 +527.8635155021493 +451.8002313306234 +376.9350958622718 +378.8276654720452 +381.82970879975124 +403.55589727187595 +413.4071191935605 +515.726684706302 +639.588315945786 +721.9180661444451 +912.3313333897688 +998.8297825401283 +1004.8939838251566 +840.909373090063 +668.484826509792 +439.6364285897924 +407.65563535212124 +392.18204297003683 +381.6248485373627 +386.3240761043666 +422.87494097118883 +654.8438510597618 +698.8692040925266 +535.9940723182642 +549.5795802168358 +450.7209849302064 +375.0959860880562 +370.75213439185046 +379.6537977241143 +382.17555514159426 +406.0230775791009 +513.7182451612268 +618.2416086623815 +732.3746692673701 +896.9063179252025 +948.6583580030722 +960.476726331929 +798.1879055933933 +629.7668233442755 +390.2106664042669 +358.56074446909 +340.57631049978346 +322.77205454520845 +327.69468481829233 +369.19410187406396 +596.0005124904511 +639.4381440501213 +498.28817199774005 +551.9062893448992 +496.3293226941232 +398.0288266236432 +419.0439707171218 +414.7419864788055 +423.1669826027791 +433.12156977519453 +529.8005051224828 +636.8657159949651 +743.5005539366832 +965.7013819373708 +1040.9792717114244 +1058.733170761229 +877.8796170820011 +707.5484317546519 +470.5910085473805 +450.91101847780783 +408.4282084602917 +395.97051576547995 +377.852837509104 +394.41452696173644 +559.1831200242226 +595.0537625524876 +629.6378339932214 +631.4904457398416 +510.8221163647853 +408.75362424604145 +420.6535675577681 +428.9932313440713 +442.83193770056414 +439.5557340819706 +600.4284444945675 +684.4037267049476 +716.5942944147587 +928.9875305836424 +957.2310130304361 +969.320180075184 +879.0334573175745 +694.2546902586115 +474.87709943168113 +459.9859456650942 +415.3478310390189 +422.93097658460516 +412.62842956345725 +423.83783832261776 +581.1187044710833 +639.8165271806824 +570.965807111273 +613.2440841753047 +526.911763494403 +405.1285993001167 +406.72701706207636 +369.17956764370933 +356.7408662278943 +377.1065697919501 +488.55759984171596 +582.1356811840824 +643.5551650143228 +833.5297830419124 +863.9477126830067 +789.3316548209641 +679.8510875031611 +528.0448521350504 +272.9315468834181 +257.88525350422964 +231.1947901603692 +267.4291864387221 +294.1430356488163 +324.02061473606045 +546.7721548954322 +570.587041465736 +415.0769636795926 +450.50969517249996 +369.0935712097492 +288.21334027760884 +312.18726217255954 +315.3259168858556 +313.82464124110885 +336.275972632936 +407.70781079524977 +544.6084345213451 +626.6323088886145 +801.5124462231807 +837.4425039528592 +814.3257516145828 +637.0918883873641 +491.041211782251 +283.424779154697 +248.8050344271993 +245.7772784226612 +264.74819875191287 +270.5419878580839 +327.43397484593066 +552.5759564155128 +566.9031460521661 +407.13878218364397 +440.2621616892262 +371.5849260325571 +299.8422970588101 +315.98351269779135 +326.3425627728531 +347.37122550757056 +381.65814300813275 +451.14707333353346 +562.3435073224634 +623.9884445059897 +790.054814881801 +854.7776723627076 +844.2142467301853 +659.6035483963054 +497.17693163877016 +269.63234339417966 +270.36521104113336 +253.96055927355295 +267.5660596699689 +274.8192449373912 +323.8212675492269 +546.3810766914144 +587.4562605401903 +408.80667549351637 +470.73560015552596 +408.8415605043449 +350.24510299643185 +359.32884198682876 +370.36538053857845 +405.2214691102402 +417.9763496130702 +515.7384991831372 +624.4345734671931 +668.9948894790501 +827.342815380554 +882.4673257994542 +853.7211242322551 +683.1667935255825 +510.7270715848545 +277.6983599246241 +256.3986402630953 +257.964920774816 +274.5895108593917 +280.06357677042473 +344.61534226523446 +557.9424988926125 +575.9705318239116 +430.92714700191266 +507.3912223134828 +453.898131452326 +368.4551972420134 +394.1991947469707 +410.60465761271803 +427.4786183993396 +454.4385472472332 +563.545683195383 +665.9428652184885 +701.7042295033258 +869.1074679077041 +941.2375843961793 +909.1520455297117 +736.557608751422 +556.1934717302166 +286.6676724823338 +266.3706238840788 +242.689120259109 +231.52222257971718 +239.87099734857418 +331.93620301774877 +565.4534049785121 +560.1194874223498 +411.727270835816 +454.4768130789072 +412.8263919944235 +347.67023674253767 +349.0387661267296 +366.9977893139706 +397.49689255224536 +409.3956498018016 +483.68018836028114 +588.5663582818281 +654.1237530388679 +780.9400770657569 +827.6063462256409 +822.3199840736194 +671.4617269005986 +498.9287911294518 +295.61621768243197 +270.6151309652051 +239.62786847471168 +227.71452559923821 +237.04150470978834 +295.3192326334991 +463.6011447514299 +437.07739938951556 +488.86704659839063 +429.4639161911265 +310.43958422191844 +267.95413851102586 +293.5770024467021 +294.1917261064115 +280.75468816928503 +294.0402051069897 +381.74841411746115 +466.03352762675127 +577.9782472119662 +735.9941144318566 +759.4865554462293 +766.1992000801976 +693.047918074797 +544.7197592922095 +313.88276527818493 +305.8980220650071 +270.4414506573406 +266.57702904223214 +270.6763982538574 +281.3797595425982 +408.06007895525846 +479.9773381501411 +473.56813781502524 +483.3440299947144 +437.5688976694687 +334.60374671786593 +365.3112499178026 +311.8071813107651 +308.6414980865343 +324.41442158421575 +398.8100230027078 +493.0509267403921 +612.2553854894093 +759.9411241195795 +843.5248146279005 +778.4203110988392 +705.8242717494292 +545.9226482599456 +279.67848811652834 +249.55732778971452 +233.2899505760102 +228.91918258109698 +236.38134377575963 +331.632173946765 +552.7541484874336 +566.399847317858 +411.8508135225735 +511.16063218204766 +466.44322625237606 +376.39752553161736 +384.6916762238722 +401.14025775038255 +396.3275663602886 +417.5079023085358 +519.5124430372418 +676.8629066193294 +738.2946937027967 +909.6341779339662 +967.0957879402824 +971.9829774964367 +812.2345396597427 +567.9997583302646 +323.80739294359466 +285.83869789653255 +266.27054745535446 +258.7083219821279 +263.9745646614756 +312.5868069401646 +521.6379339758909 +557.4488189784312 +434.3607067090072 +441.94879641852845 +349.86533731987106 +316.7241550307902 +334.82958189050055 +356.782923512321 +356.90914092038963 +380.16347780569413 +459.8425801153162 +589.7012074432542 +649.7552528314186 +800.9469092177058 +856.481157931742 +880.5098758948573 +720.2079775076289 +561.0897868402104 +323.27365924785323 +277.6185027068119 +261.27668505970405 +259.39555534387785 +262.7680547277216 +294.3910588717307 +522.3917097402116 +553.7076372651013 +417.8749753142286 +436.8299278979153 +397.81618392345297 +304.00175757176584 +337.3919008746685 +347.72886532708014 +343.57656693802915 +366.16625567361655 +419.5018023123429 +463.9832052576117 +581.6442434009155 +714.4740446990292 +767.2038700815746 +779.213645961704 +648.7288956444039 +497.8479959955379 +287.39291026395347 +244.20791548948546 +250.19159447078775 +271.45574254464475 +273.0945558116339 +337.4594336249031 +560.9747913976471 +575.5299865250015 +450.856787504127 +435.4724711250397 +322.2156280073451 +270.98265550104134 +273.81500466220615 +250.16411351548996 +269.5978108776634 +336.9929936839426 +360.2122284319368 +461.8873720495019 +620.717976224138 +713.1421004093378 +769.8974262839674 +776.5518400709007 +640.8724320547185 +499.5680613121149 +282.26926137158165 +290.56786661112454 +270.80772996272833 +264.64653965363914 +298.0403167301879 +331.7061183254826 +547.5759648301794 +601.3311739736001 +448.7318061378362 +456.74616633029075 +346.7548207835538 +302.7721477923321 +269.6397739432816 +304.11500533517227 +278.2038062505666 +312.3200770930241 +306.59127394102336 +441.06236645114274 +591.317052703271 +711.946379370251 +769.2934968017632 +774.0026168848149 +636.0925184910781 +494.3629762701839 +322.9685780890543 +315.7184307519711 +285.5139157825369 +271.76801576937504 +279.20466725700743 +291.6950193715622 +440.1430722768908 +484.26141698218197 +522.7962501949868 +465.6693631566036 +350.9967298746022 +274.96250608602725 +278.8229972495141 +288.6795512128836 +268.8280250759807 +259.38341944604036 +357.5981519494854 +451.30867482908263 +573.940839294565 +714.1168250847948 +722.7205004424736 +725.3524973393119 +652.0422029598258 +498.7101906630619 +282.5635029471025 +279.123773445442 +246.89122365130603 +243.8546068129272 +254.9393292912946 +261.4492650852204 +402.58172172563087 +483.0133751528912 +456.81557885470056 +424.78453373012906 +387.3354804372938 +294.8990954627416 +276.011478723528 +256.7332405363449 +264.8754453012385 +275.1892859088113 +317.28900804725913 +412.98899556227065 +546.7575290913487 +702.793375988014 +770.4503898979794 +715.2030352988581 +654.0203780923147 +513.6134593718442 +282.96940682176205 +292.7811230899043 +273.22529984598646 +284.0490036106466 +288.6510689510849 +318.63173903836594 +537.486138864918 +599.2004239868799 +463.8702859252094 +457.95129777946045 +342.85330403092127 +282.68661365198363 +268.68242108641726 +252.31866810257856 +261.75531364500307 +299.92934461800405 +327.27763733402173 +436.656379679029 +596.1144803194509 +716.454720078693 +764.4800181431041 +773.8228262379009 +634.632349834644 +553.6458781667325 +318.3047571553012 +291.05842365264607 +270.8028721161229 +260.4036076189741 +268.13178795338797 +299.8688178515589 +520.8440582427858 +573.0796592737801 +464.9013563605059 +456.7312800257818 +345.85424948883735 +261.6061053773037 +283.84626128006175 +303.0040313679558 +322.40214390495686 +340.43227737678666 +382.8521585333837 +500.6213296273724 +630.1582455437695 +751.3658688076713 +813.1030949804616 +814.7270842195728 +668.5038934509824 +517.1826987693039 +294.8939226551199 +270.0151184456151 +279.83382715556706 +272.3796538088046 +281.27669072496366 +333.2512784171207 +558.9976032675353 +576.2897744971782 +452.72423527412957 +425.5391617519225 +293.3113453894588 +277.6042209570806 +286.94378605050053 +284.7832160515659 +278.5862912421352 +301.7685489524706 +325.28478982520085 +449.4857159744812 +593.0625419417945 +703.8754566814026 +771.2341171403368 +782.6142382984353 +642.299692597217 +499.85219937554683 +284.61951071562606 +264.1369161745688 +273.86825763671624 +267.89604618063515 +297.10208217941187 +325.2388018192094 +555.5472851758146 +582.0415266544786 +452.09888072912867 +439.398219615111 +337.7959119349876 +278.67841305997945 +289.79887497337756 +295.6547999194968 +310.9776121710658 +342.5717959372296 +400.82785686299235 +514.4198077574895 +625.4620252353056 +749.7460371082904 +799.2094891263115 +812.7194150832644 +641.1319258152349 +501.8584521961203 +285.90781713220537 +287.3272982557965 +270.9024276825734 +268.54192999912874 +269.99212621301115 +320.65320852391756 +553.4220065985371 +583.6196269120327 +444.7681560923109 +437.0769231199547 +347.9685094354718 +305.02805015525513 +306.7439988583983 +301.57262009745403 +312.349124304253 +338.7220834244087 +339.1924668827924 +470.0373467737694 +620.7578127013023 +714.9097768851996 +773.7655066040774 +779.26654176845 +638.2357736700852 +497.206810917962 +334.9360655914419 +323.2768313460664 +287.01349990352946 +276.79968117123786 +282.7063487781853 +293.72766543502854 +441.2721205705674 +486.7250885573146 +562.3414288064024 +469.27726116948105 +355.77078551329856 +313.08989398240186 +297.1860016358544 +303.98143813040497 +301.5927221422729 +295.6476891674321 +377.50929109865694 +493.69190258629703 +585.2060351847219 +716.9762159543184 +734.5674027374148 +744.6365271313969 +673.8739051496369 +539.9349865605886 +312.97862165836256 +307.94973616112776 +268.6646518831906 +264.0560312141139 +268.6054676726023 +277.0691558959579 +430.1226064674403 +485.50453461005236 +477.0679791781692 +460.6571350628898 +410.2974591370386 +306.210720321834 +305.7766762054362 +263.9600140806742 +264.68294012218945 +273.1710535049218 +337.1280184331544 +430.6646389821182 +593.6292281221157 +727.3413413916213 +766.5460714124273 +744.5559077530552 +682.6584835390594 +535.1473188485895 +295.8930959552088 +276.2566045015898 +252.4240627710509 +244.72326694121048 +253.83682043350194 +301.76393195804656 +518.7458002535341 +564.649385865704 +441.63316661497026 +442.23068391578073 +356.7389089049574 +308.7389730939848 +311.99598198126154 +293.5201485258023 +320.7041864833121 +313.72848728277205 +325.2654678668177 +469.7061832310303 +620.3258379984778 +711.1412299057521 +786.7076256031074 +772.4802461408549 +632.6508787353748 +495.53376797252474 +279.19668275316167 +282.3597636910398 +266.2442653057102 +258.92358859248947 +291.790359886547 +328.7178018499837 +551.2448472824982 +593.4187050695629 +450.1781598604791 +408.7649472310144 +329.2018684158714 +295.97947961223366 +299.9692880112611 +309.5328459220869 +320.70942495976243 +351.1960762081251 +404.0884130925412 +516.2918987419017 +592.8375075329058 +711.6810750975378 +767.7512723652055 +793.1924339601325 +648.0504419853537 +499.93883846761287 +308.49634140528855 +309.32950711237146 +293.06203536905844 +289.3752349069081 +292.03097117612054 +317.3190163165083 +536.0399375814995 +597.7043378886397 +448.3381715512239 +430.8098531049567 +367.0962881640663 +332.4521732607117 +354.0023973442211 +364.7882632057418 +367.7278702874238 +401.32666476169834 +469.0614913936974 +591.5806129805534 +650.5648678827481 +756.8685511869176 +815.0368355905921 +805.5992670028046 +659.3364521292652 +516.6021792345276 +290.6277426407578 +248.90348412914383 +230.95700814978017 +229.316215276975 +234.52532871137888 +320.31186569678516 +556.3558020279654 +542.2719285781881 +412.824760693954 +422.0616217320037 +345.52397814979275 +296.66658982283656 +290.3296299780991 +286.26086415902216 +321.2425372446839 +357.0835284527058 +417.70065311248123 +523.9224704647514 +630.2156467940607 +758.0290537399667 +821.326455544699 +822.3708308077452 +642.131152417634 +491.52509478150233 +289.77291761811324 +290.84012037605333 +271.5847169992561 +270.46817241208043 +273.5755666121225 +332.625623239591 +558.3949171022629 +598.9255110776012 +449.3435439102045 +463.7309563195762 +336.9541515233154 +304.0780086949789 +309.6771819646186 +303.952467470348 +313.44894955178455 +312.5694510103618 +333.4302385392592 +460.39766531050844 +617.9228528971787 +734.2723745662488 +795.2616869357275 +776.526252330985 +640.1514453214476 +520.7571084935188 +320.7123156475351 +310.4907326794477 +277.8768052305988 +270.7408558044623 +276.07879088263195 +290.94350063589127 +447.7503799596479 +512.8571524975494 +554.186300580142 +463.1343128028515 +347.42107929194344 +293.36392231213364 +284.528638871821 +285.62309318205916 +275.2752941247862 +276.1511055587874 +358.99206442149864 +468.6170930676643 +610.3536963344513 +741.7261349447402 +761.6705089630796 +772.1676237920051 +703.6666369781685 +535.518496425308 +306.47479161249566 +304.75047609622067 +260.5260144362623 +255.95505937523697 +264.186491931353 +274.572250849524 +427.3877680605358 +511.78843235176186 +475.2205092283557 +450.75853441917695 +394.6317222270268 +315.883320087712 +315.6574923402628 +291.0145285969301 +275.5893458805605 +282.6540103221753 +342.99800075045897 +457.26408415672086 +632.172404982889 +731.9397263111322 +764.0105074341271 +754.1267540039696 +682.48365058038 +532.7787206487101 +292.97577444736413 +267.02677418153814 +248.49170237070174 +244.46227184454787 +249.80024019771986 +320.73865577207073 +544.2258372427011 +585.5410816557303 +429.4767149109846 +422.3303418954331 +325.8559805933315 +280.2534179023718 +272.08098771559867 +273.6692158868896 +289.7933523662914 +306.47008147831565 +338.7259005768259 +472.2641529387189 +652.2784621497889 +734.7939851636066 +803.302462481409 +809.6501215010754 +670.5584002767837 +514.3479690721753 +279.90171508133034 +257.21352153534764 +239.34644036927585 +240.06770098229808 +241.98503327604254 +314.2700624257554 +527.9153870205183 +577.5087438050349 +425.07927752448103 +423.5868335371754 +329.92560326994277 +285.0071974461606 +292.6316370456313 +302.83561260005297 +315.81400407370296 +340.1024884344859 +389.3136088774077 +520.0780422237692 +633.9608377793351 +708.6650366282073 +773.3954034002182 +775.2320847033776 +673.203167686841 +517.7571331365103 +285.951930575007 +265.5031791231886 +241.15202725360032 +245.52939714436226 +248.1806871502319 +319.7180554879625 +547.593297117956 +597.0791459418267 +446.38815442867735 +431.75368059766015 +320.289414353274 +283.26697690446053 +292.26631095989995 +295.80146741148343 +301.0328312929021 +322.454838502177 +357.74446610541384 +489.45311278362965 +644.6499909867963 +735.8413779982502 +773.8378966069097 +802.5886605004151 +636.4431336359522 +495.88273355221594 +332.7783045355047 +310.20098785192596 +289.5271527019436 +292.0620951597041 +292.2948839236468 +326.9341024911046 +556.0650425453241 +609.3392784299043 +469.5263283457491 +445.6577925251277 +322.39371985857196 +287.0174273017958 +291.8486519459822 +288.87017652122444 +299.21160240154364 +326.5323263057152 +354.01992832601235 +486.35567426267 +641.40067466513 +731.3571114682085 +804.1156806890032 +773.1690200754508 +640.5826856216145 +501.5699012477333 +319.0716563813791 +297.46409114018405 +282.024260795721 +271.2677435321722 +279.0647066291725 +314.70996966163636 +526.0845970695955 +604.8978863986955 +461.34591311578754 +440.99613976747486 +333.7169233182208 +300.8282132393912 +300.5783347618987 +306.66209784618707 +301.4674417407436 +328.1735028347008 +343.92649800925824 +481.8614401647147 +649.2493824508358 +710.1644577795372 +775.1696798081564 +773.1502204893228 +640.034548302829 +528.484039703537 +322.10842229500605 +311.63415488175866 +279.836720417877 +277.81153424937776 +279.5697991679087 +292.81915370025035 +441.559168024464 +518.9226526408232 +527.138226913228 +463.6752854015766 +365.7509957118725 +312.5592137386872 +314.49292044219 +324.86781050185243 +320.09295310526517 +311.917063160997 +416.9297881098452 +511.0846983897081 +621.1414207717737 +707.1998581583714 +725.0350119402272 +754.3985988522094 +679.522984094173 +516.1791853027801 +284.90970402849126 +280.54889794866625 +247.6354885855597 +243.12888354865345 +260.962968006305 +261.0277450053959 +401.02438183926733 +533.5870678514977 +468.0325132785551 +469.1751024359274 +446.52479898756445 +341.09639112991255 +357.00912313963414 +335.11876451514286 +324.5845699712691 +342.2475743559518 +432.005790845806 +530.4149513800613 +650.3267819754554 +776.3298748487676 +836.2582518412606 +804.3663692750708 +722.53675559244 +569.5449531910275 +331.09023803871133 +286.4178426658655 +265.6919902888897 +258.06500680230005 +233.30496523637416 +332.76656272917364 +557.8087970735814 +626.2016988931294 +458.15324122794726 +460.8495624056677 +339.58990999685034 +282.77202230074596 +276.51354528758907 +273.03601200188274 +281.7350738020916 +298.5434455532562 +337.5282328333692 +462.22463182840073 +656.3525418775891 +724.0060706632235 +773.681743226509 +787.4814198649311 +679.8534905423531 +525.2112613225136 +296.3126331956009 +270.81275725138687 +246.75913233320483 +242.73150729634185 +249.18610126201597 +314.2999544872164 +548.4476852719845 +587.0369225568888 +430.54702463140404 +421.21397992625333 +301.86153343542674 +266.23074237750296 +268.2331817278338 +269.34553046370297 +287.1127785619046 +309.3410077546922 +345.05280031528605 +472.7330348158448 +659.4569284268763 +714.1460056256178 +780.1361532514637 +786.334444568444 +678.9898539209985 +526.3043567864848 +303.79565774162126 +276.92573184325096 +260.2035837093044 +264.4541809125958 +265.17494438571754 +307.79798586824165 +539.2133450816672 +615.0824436000238 +464.0990391275425 +438.0985887496203 +340.1843600959621 +293.4415981827143 +271.0097087813521 +273.9539504691298 +283.7366382153885 +320.3201344972057 +356.222175575862 +488.21501950885056 +657.0648708179968 +736.7535900814665 +752.8370480581045 +773.9851643322642 +645.3697368146732 +510.46901216916274 +265.74612169156194 +251.00434826124336 +235.2283319064002 +226.8500648819567 +244.47556487244032 +313.34160240247843 +515.8624545141728 +596.2208270801233 +446.6276740160176 +435.5610020503214 +352.11604541119596 +301.90351391317296 +292.81496141418586 +293.5411008317954 +309.6341218750188 +315.1261694044952 +359.82280127842085 +496.6111758181796 +651.5348335930925 +741.4674349306426 +800.450874230736 +809.3775210403384 +670.2106512843765 +555.5315080701217 +317.08672993923534 +293.5521355080312 +275.7663108882178 +271.6250101143771 +273.9715914388553 +314.4684993864349 +528.0036278828011 +611.1442569932359 +457.3267698341126 +426.46075750698844 +339.51952229572447 +299.3878696941492 +293.1731537701591 +291.78245322078186 +311.21791342550057 +324.73655188192697 +340.9772077844513 +476.0224061178509 +632.4408090502575 +715.4676075472995 +765.3566964086045 +780.5573811600607 +639.9629356650939 +500.5513995204386 +325.88318296237736 +299.3185603026783 +266.19842356624946 +261.0203632530982 +288.2193046201716 +292.8701199086589 +443.1095240413869 +521.5614539130756 +560.0069046960133 +475.32837060528345 +358.74083075974016 +306.0364869137747 +296.0436059421725 +295.4742648755287 +291.2938463168484 +293.9282425240213 +374.01584440769346 +485.9934374389809 +623.8775376210973 +724.3565185476783 +744.4675813125343 +747.579901583736 +710.3888698281286 +538.9192827327142 +309.16143452086425 +301.1493132783545 +257.5498658405948 +258.5225108804352 +259.7431180837713 +271.39857320858437 +424.5351768277831 +513.6648828581784 +481.74244330088834 +451.13021616215957 +379.6931400778822 +299.21283813457836 +312.8509724978378 +280.7836491630007 +267.82321789278546 +281.7752048082408 +344.5106469004447 +450.28775259367745 +630.9416768426404 +726.6220912487182 +800.1025310680357 +747.85355924656 +684.643944086508 +529.4542372823306 +285.33824254233457 +261.58002784358297 +241.842890211822 +246.2596797256897 +249.36654216597245 +315.31124721211927 +541.3675561736163 +589.2218494842634 +429.81585383921464 +423.20558287684867 +345.0144249741359 +307.35458978691463 +288.5649686128553 +292.9942171354761 +282.7300601912772 +313.9864013611895 +362.47718104523466 +473.9120353187616 +654.6214209751784 +713.6429455643408 +796.9557561596957 +774.3854630291174 +640.3019456443586 +497.8984907453642 +321.33923786609614 +296.0238306838984 +282.4958239148904 +275.03653335574796 +280.22657725255476 +329.85306097513114 +548.1723934672357 +605.6445886767426 +470.4885133757652 +446.6221523528561 +339.13694619884893 +269.5130238298036 +273.5480042499305 +277.2913388957627 +294.1000123728617 +302.0588296098141 +343.0253886511727 +473.8891350504344 +639.0138263278145 +721.0689714812318 +808.7401253162847 +800.0641392684603 +671.9406841002378 +551.4433419175939 +307.8058634271143 +287.2287954133135 +264.03340005410445 +259.0616989469118 +260.4196025436513 +312.154235543831 +527.7747114649118 +606.7884740356672 +460.75179474108864 +427.9119374157011 +331.3693845865798 +301.0049399003904 +302.3206980266047 +305.5819388686693 +307.8564401445691 +319.23349472756485 +360.1123075512891 +495.2652685379858 +649.889828867564 +724.5134210146897 +793.8060585861627 +793.305833025677 +655.8259827423533 +537.851496974367 +295.01485572873577 +272.7459060008154 +254.05084696465775 +248.29379670644283 +262.08719828855857 +302.5498866683957 +523.0803570582079 +605.6943798957266 +454.5821042106996 +435.39539325932924 +310.4802808039661 +272.2214844755855 +274.0590781728344 +281.8219340068392 +289.2247528436671 +303.3046680488504 +342.9191766320208 +473.3713413899532 +665.069113615383 +723.3421506390284 +778.4979633337924 +793.1765641141759 +681.2256944055637 +533.1236898211238 +297.19481340708086 +270.5210742606221 +252.4206540347975 +246.65668425125455 +255.30098408024642 +321.54486144569813 +551.9546187835384 +593.0703136579695 +435.1706144267099 +421.2156509630032 +327.3684862297042 +281.0466536723434 +299.837245093411 +305.3913989792859 +312.4512039250334 +333.0101140713347 +373.76141109764546 +501.33551815851797 +668.5889141523531 +720.4459106578521 +779.8859957739656 +793.671560330234 +654.7513764044683 +534.3739277101137 +313.79090683903036 +308.6005104075349 +273.32235889040385 +275.1676627957974 +285.18194221714685 +294.7445411967665 +459.7459073448845 +526.5871268321368 +546.2101517210473 +472.46207335880774 +309.2193401390552 +266.0434998296462 +277.19340616533094 +284.5371222505787 +294.14690378062846 +303.5597979804125 +382.69707339188824 +477.6177936995966 +612.133112026228 +721.8163432891795 +723.3300002833746 +729.6396536377619 +666.1575374893171 +517.8989980007894 +298.28654559450314 +297.0852337039605 +260.7269623735035 +253.36417956255377 +258.0781935786959 +294.65451480246765 +443.37674108183467 +537.6277517283635 +506.63266007938313 +483.86585192440117 +392.87186288467683 +319.16372634910806 +330.07271549202386 +292.0434276708652 +297.8965220927552 +305.0258678624749 +346.77330228072503 +456.5302766295578 +629.0308672800082 +736.3101672526303 +786.0112227551047 +725.7586892204749 +656.2218556646836 +545.791824548226 +328.34229211388293 +326.1450601199295 +304.6972153778938 +276.94227310206657 +284.9374777783054 +283.565578664198 +330.40188263369316 +553.2964710247134 +576.2992665924962 +461.7612489288411 +444.91175872285265 +340.9778536024141 +284.6205857297664 +287.8651958778646 +273.4079277979286 +282.7854984571059 +310.26667278133874 +348.23718276990724 +498.78683352860287 +668.8098177688687 +726.3797826739863 +789.0274110736634 +789.0496231458208 +690.3776421261172 +534.7639414353673 +296.7362464118633 +270.0349115646768 +247.6922379005653 +246.6423742285797 +255.97566420977344 +323.334924082746 +549.4420781595081 +563.5425005512443 +434.13153832784747 +423.50148245800466 +303.0713936274533 +267.99480994975573 +269.2503611721769 +272.4215553645425 +279.87809825933397 +300.7401296346527 +341.68838647298907 +499.66628718989585 +664.7172989088762 +726.0450238097523 +783.7540195550966 +790.0029405206021 +659.1516651423408 +541.8278868273876 +306.91728033071774 +281.20462256180724 +267.7661040332791 +262.2294546865364 +269.97889339884654 +307.70466314414494 +527.4920747112895 +582.1963347121292 +449.21315478579305 +426.32091527871006 +313.7665245697622 +271.07355602451213 +272.9489728965399 +273.41989768719196 +283.49781642622855 +303.20499108571903 +348.0916366949924 +507.8461301355142 +674.2606857054095 +733.4725359766566 +790.272816351857 +802.8513738876227 +664.4165303283426 +545.4700097844355 +310.8577442909121 +284.3973935292908 +266.5430871378608 +262.64342742358957 +268.71825221845995 +305.0509706042388 +529.8004275581776 +579.7089095359199 +446.4103253776047 +430.86634336431473 +315.3375340558431 +278.06079185669967 +281.40120585398785 +286.43184691510925 +293.9684386755368 +315.14656471774794 +354.5359259277933 +513.8550515097323 +672.7699812288881 +730.3138771615501 +787.6545521763965 +801.4566780207789 +668.4615530861167 +548.6280477731812 +314.7561467077186 +287.7760627481877 +282.6758562433845 +278.31538055107904 +280.43527351882403 +335.93736942470485 +560.6398536496732 +543.7740126980191 +421.81388509120706 +412.9231017738522 +299.78548198162656 +316.2841614881158 +299.56059443936203 +289.5825413891102 +306.32117016211856 +322.0025969772619 +357.72803065451296 +521.5457942183004 +654.0496223176123 +739.0904274453106 +797.0097016903484 +808.4277148821599 +674.7322642518263 +551.3952836215136 +313.4503985964183 +302.0490002108997 +272.4426133156908 +257.7461491512926 +265.37155726817696 +277.81680516113016 +426.8274378487158 +467.6810531474511 +527.4713008941319 +447.14272017681554 +342.13113370411406 +289.721691733747 +272.3205166071204 +277.29562247311736 +275.4581189768845 +270.6767714261938 +356.44333917231427 +496.8252146769311 +636.4156022491452 +732.0663468905027 +765.0135468779035 +765.8306478839859 +700.8471535671749 +533.7974209925172 +302.2937109751595 +292.1096469365439 +257.54805654429987 +256.4729811323309 +261.6353734301894 +270.57235791615415 +418.3213185055858 +505.5402776220527 +489.3100287804214 +435.643102903821 +391.89013715282607 +296.6663845414084 +308.63405731521436 +279.3527046645884 +273.6927353903076 +285.8926936069276 +344.593525497788 +481.64659114170666 +636.3832784759834 +715.931303006791 +783.8583456157655 +736.4954410184756 +673.5865931570637 +555.8363962669885 +304.3989029933079 +283.3353129672001 +265.25504377583553 +261.67337855236343 +265.9283287577507 +320.4352866063663 +544.7599536011828 +597.4407326929913 +480.8624573974073 +450.7038884283629 +335.41361300029126 +297.0947682813841 +294.3448534733146 +292.38700469725995 +301.6973485064151 +328.9947993364349 +358.9118296716786 +513.4562919245834 +676.3267555880524 +729.2680776183336 +799.2575644380029 +804.5249394446724 +673.5597408576156 +556.3853878314998 +312.74137233782693 +284.731124170823 +262.08207784347337 +268.6329413351612 +276.7854628426775 +324.9285228861101 +552.8814906088808 +574.2604664582424 +450.32853917354737 +456.0213929141346 +347.1112796402179 +293.8768438990427 +297.0055488383423 +296.90126006717026 +307.4275035032642 +333.67010565749285 +363.6180541508833 +528.7773730207682 +661.438810332288 +724.662983469789 +787.6013351633385 +789.0808477942098 +665.0055735730853 +535.939574723046 +288.45099844184153 +267.48500405897266 +248.11685095552787 +243.37461216776597 +250.06770938135227 +317.7886032527027 +537.8278907491294 +545.7411778349742 +439.1512670016139 +422.20011175559114 +332.79945814208577 +292.5194617390096 +295.3448526185754 +306.2291079747851 +322.8450931725491 +332.549209298912 +368.95508489803007 +524.2453785876813 +657.3815587055705 +729.7185925655749 +795.5099292959709 +797.1886729401718 +647.3812354806117 +503.82925387858927 +297.0785411795612 +298.8384740094134 +262.15291254464825 +261.83742744461455 +269.2016679008529 +332.2548613752764 +550.200906421492 +550.6936550561915 +420.98666809570176 +411.43104407072497 +321.5591607000644 +293.35536246824546 +299.1752395807202 +288.23796743446655 +301.6590376907949 +317.34530948688126 +360.3030287093538 +532.5473337054833 +664.4838090285801 +743.039888913089 +801.2841045860717 +811.7049766634651 +674.5655576788627 +556.7348582649489 +313.7732112700274 +294.5431038822992 +268.6360160464335 +268.9212718498759 +270.231208235978 +311.59492573867885 +528.844874007981 +585.0719542211663 +460.96665783851313 +427.3343315484599 +308.4427117286383 +275.54558415170345 +276.2071635782289 +280.498277757531 +292.81759614798665 +308.74493132260085 +346.320628349295 +515.4702757339098 +673.3328501570985 +731.6836456400105 +793.1776930722707 +801.7563620092919 +663.2906700722641 +536.8960446681447 +302.88480674513875 +293.5701598985717 +252.7453219215502 +251.5898887881091 +255.23062829718737 +287.8828086366751 +448.04083571223424 +448.24653487720457 +517.7214916978019 +449.3764044686022 +352.6956874315758 +283.06472227313566 +290.8000897135729 +288.89052753457054 +279.02594173572965 +277.5829655941536 +359.7465349510617 +505.0041024271204 +631.7604993871721 +724.4065387805884 +755.2149080398873 +754.5931696602212 +691.8895320392211 +522.6609108629332 +295.8832521574351 +284.4056430515928 +255.00895630238702 +254.6865168921765 +261.1608617721385 +266.1761037331599 +425.5270564585929 +519.3179109990216 +494.32486152860866 +439.354363369366 +374.78235072528554 +293.6912350001391 +307.87510589041074 +277.7690635268377 +269.9527474373335 +286.6512632449528 +346.2653162576205 +487.4155294107664 +649.8294692543359 +711.2316975543993 +783.0498490057807 +733.6156085452636 +700.5425378886531 +561.1143509448997 +305.97041221226215 +289.8040097011727 +272.59025906048817 +261.8033886381179 +267.9967320379672 +310.23625392200574 +529.7662627854439 +588.0929782735792 +466.2371769873273 +434.8051389465487 +325.53051924021884 +287.0094575159626 +283.41290407881394 +284.3986233364797 +297.3473613352458 +320.7457454638365 +352.7868340356024 +514.9182598759528 +679.0799212057188 +723.6393610236133 +784.4387765533876 +796.0343269377239 +696.0506761787899 +543.8411218017778 +304.1391048428723 +285.5685840426974 +259.3120582035073 +257.13877872684975 +258.5565756127355 +309.0392414781741 +522.605947418458 +576.5563897816012 +450.2272079723984 +426.43985581983833 +310.4167142833536 +271.88783509772503 +268.7128845347514 +270.95157406954206 +283.78120081240695 +301.23497990742635 +330.9392740834823 +501.80038854612224 +658.5371512311536 +751.6393973160954 +808.1363197220043 +829.5454815910475 +686.7382426877939 +529.859413488078 +292.1489920670014 +266.636234532786 +250.63574380540084 +243.10276407689724 +252.6134073233154 +318.7913450845328 +545.3168756198443 +561.7384885696753 +434.4842790350294 +410.5377461013395 +306.1880885632312 +261.39556264279787 +264.4287010802483 +267.13557326207314 +280.1820299152343 +298.99697857293796 +328.7956754236556 +488.3146816622205 +655.1472557114062 +736.360155919477 +808.1473545047432 +811.1084579103218 +671.6861623846745 +520.366942910697 +280.2908022992297 +262.0160209539197 +238.79601893485503 +244.1510548572723 +248.83196590860575 +313.1975759142926 +542.3997285770057 +565.0732961329248 +428.2672951332246 +420.420653110575 +302.3715414651973 +264.58100281724614 +267.02548431431853 +267.0032205051355 +276.43196127350495 +298.3214869574206 +325.33935413519504 +493.38795763114825 +649.8738654139312 +740.4992364755711 +806.670732068576 +811.7737107871999 +673.97110420489 +521.0989735207464 +279.80710706819445 +250.3018723965826 +246.41369441197003 +241.5489229100905 +242.54445012924265 +317.9461122266783 +537.5247242533342 +553.2700317992576 +429.04053127194385 +410.8989849117587 +300.2668709953814 +269.5034166363276 +272.9692143219156 +273.5674064044664 +292.72054048871246 +308.1903184290312 +327.5633051808317 +495.35602473823025 +655.2224250646537 +737.714015161915 +810.4567588008624 +813.5994148838454 +673.6528733944066 +524.5343081620878 +281.2131383476748 +276.74507426313403 +243.80679716483195 +238.1379230488088 +247.0737033127398 +286.6019244401533 +435.12649034109324 +447.1529378402623 +518.2940049181335 +448.20345231912245 +368.18497050152774 +320.4345229212177 +290.8515506333691 +292.0627123332192 +276.5484147355657 +280.97893346100915 +388.04020903434383 +532.6768741002682 +628.8621899904772 +718.4183182995636 +752.1558081531332 +750.7969323030222 +694.0321529769495 +538.39705583196 +334.0458934882805 +323.47869065605795 +297.32160054681776 +289.4193629994768 +299.83728529510626 +308.5326919289428 +459.65346439636875 +517.1057928064808 +496.82993542939994 +465.2728851523803 +367.65898854850576 +309.0099107687607 +306.89745564272533 +295.7166901629663 +280.286693720036 +286.21905134345866 +333.5761181569406 +457.33532601325726 +599.334755405133 +705.9296813238492 +761.17981802496 +714.8908481590576 +656.476760860359 +519.9774645008632 +283.0553098623129 +272.52673735518897 +238.97259988024294 +266.1430008413892 +276.41994947604434 +333.23236850017474 +558.0208777288987 +587.4063113011587 +452.1952898849822 +444.11625282454696 +326.32486590593965 +259.5071270688371 +273.6439271139206 +301.5562214199835 +313.74882967240563 +331.99842544684145 +364.1629947869921 +530.8836239635679 +654.0651588724936 +752.6617827631295 +800.0558231069492 +814.8952666918158 +675.1588149436329 +548.9684885455638 +307.69198322241107 +280.2187608008232 +259.8693665328863 +259.0887813610789 +263.4910927241426 +304.7804833150214 +528.375090778377 +579.4605414185735 +446.5162366439814 +429.135704232539 +307.55928670292144 +262.2459072578321 +269.85343840382404 +271.17641317034315 +280.6749059662135 +307.1600337712523 +331.33699638816597 +499.45759937662694 +660.3660233075924 +757.3051075232094 +814.4002967678856 +830.6830922150892 +692.5473122016803 +540.6765391173433 +294.3290843046886 +273.81864969740553 +259.06503116469656 +246.0648766571636 +258.51456426616573 +331.5648914442403 +551.7740174343406 +570.9276150127715 +443.4128028569221 +418.7983497713263 +311.74674659920333 +270.61889559048177 +267.0892807946367 +274.3839548048258 +288.0124148828882 +303.58926994589564 +332.1955751840227 +497.8515591954384 +658.7479324085898 +751.1978202243545 +811.115672484082 +824.0695262105686 +682.189832400593 +533.8970724406752 +288.5143654754858 +266.56315199982026 +256.4394191704412 +255.11599552899185 +265.43451135349466 +312.6184240494597 +526.7842177042382 +584.4764872186355 +459.5655039552346 +435.2528913215651 +319.01802121238035 +277.8768137355062 +277.8398058493013 +278.8805710580682 +292.3654507227425 +310.04794079111656 +339.83795700306024 +506.64670248436295 +670.265811467529 +757.3608622399842 +822.024170837663 +795.2706321816855 +698.2575083254793 +545.255780358135 +313.2303736867124 +293.8086174288815 +282.8654662566312 +280.45101707316337 +290.8416184913339 +334.21676998112093 +558.560161005928 +617.2547863807969 +416.0051460077477 +414.01759407039714 +299.75419885554476 +275.82856928843654 +273.3549906738164 +295.79789472098474 +303.64087020837167 +325.02545474066943 +362.52191036044985 +533.6067128033902 +690.7475169291138 +736.303459187991 +804.1793281091184 +805.3012340738272 +677.2547933460869 +547.0661913578697 +315.01463954459746 +303.9084709428943 +270.4177214022828 +268.2853641383746 +274.914571740308 +277.037230508042 +439.65086238327535 +503.9775524385399 +545.657539804382 +460.43352237808114 +332.89584994472665 +282.38514202163094 +281.07774437141825 +281.0842109674473 +274.5280323514568 +283.2083155127241 +362.82402509468955 +501.7972445969554 +645.2358515273706 +739.9927570094038 +766.6371508303728 +770.8277575170986 +708.4965057383725 +541.1291000535836 +308.9982740249148 +295.49558049172873 +262.0645724336987 +265.42986597392473 +260.04953591769436 +276.5906798621958 +424.84251046482643 +540.7050448451156 +496.09046660293245 +437.79156674825373 +357.04752162019724 +290.1309624005172 +293.9926299144466 +260.9065313848155 +262.45964720453196 +277.72928214328175 +325.88309945693567 +475.8268323368132 +630.4241747484107 +718.2074266873008 +795.3333907354788 +737.7524141164439 +679.7459623462242 +536.6334473071697 +277.8516688614116 +262.41520404319743 +249.744968388428 +237.77041670658338 +246.03240036301528 +322.13388902301926 +537.2442670113209 +591.8218178420161 +435.770548010903 +414.84975324790435 +322.4418361372808 +274.77951801058515 +267.7898030144277 +268.48606881401554 +282.24230457022645 +293.3029613444831 +321.1331328035394 +494.94524861950936 +656.073971607174 +738.2534534918021 +804.4476455619807 +809.0154258149238 +667.6605392868903 +517.3400160593511 +275.1142524144151 +259.0948851472462 +244.7968159740673 +242.4850744586986 +251.1669546569282 +320.09026813686114 +539.6195820749531 +591.9052838079189 +440.9247834244333 +418.9621221408166 +315.08410896040397 +273.14032127528867 +272.45878712592423 +277.29993465781587 +290.1061587756404 +308.4237219906681 +332.5755874951332 +497.34494786798723 +662.5160805765922 +742.446801009149 +799.1151647817679 +811.1271253241713 +675.9780688020835 +523.0163072576805 +278.7136304137781 +260.42397397673153 +245.95005373430138 +246.26155517102774 +252.6164032312135 +317.90557176773484 +539.0629099779306 +588.6880082680981 +437.14791592182047 +416.27233346121426 +313.8212965248497 +269.0171987407785 +274.93717307086735 +275.1794273429771 +287.5513080992396 +309.21994359553133 +329.55771517421744 +494.289584704253 +659.0542770721993 +736.2627933694196 +793.2524847165929 +804.8365840287476 +668.0404891206277 +511.20328579072856 +283.7859613104248 +265.66490316883704 +243.9812502530018 +248.9265661733535 +253.51522582572522 +317.75135350992673 +542.6963598528336 +591.4053694718102 +436.37555615233913 +418.12853008514367 +312.4425038888126 +270.582008388264 +274.55546063060115 +275.2462411566532 +285.752236716791 +308.2494237261565 +327.77010549995697 +491.9643175884585 +657.7191907664376 +731.715914278243 +795.5587281135665 +804.6776359673627 +664.4434775770491 +511.13282476000387 +277.8603198213706 +265.4102170303625 +245.75150220882324 +245.37475313803955 +251.42068231646783 +322.33973126194326 +534.21531913295 +593.4438597840649 +438.3739352725005 +416.76948404628945 +313.73887719134575 +273.1672388324762 +268.77164824220233 +274.3059759813646 +290.23584164023316 +304.06880933832895 +327.5520538502511 +493.74650545631306 +662.6677497254076 +740.6585239285549 +802.4271116801744 +809.2829449104039 +678.4098836469378 +529.2274945592452 +289.02293155051535 +280.61248525641474 +254.95085903606943 +247.16193263957967 +259.3562174948254 +294.5349978045675 +451.4613348561767 +489.26151113270737 +519.8602694372239 +441.92215295569616 +334.5302502403432 +290.2912573890118 +283.18352927859206 +285.4303017600941 +284.9543448539027 +282.40453488710295 +361.71662550847367 +502.9971353867428 +632.0651736621696 +726.5954486203328 +750.9840548883644 +749.0338324846705 +686.7836711114187 +529.3899501294864 +299.8945100180972 +292.48804622441827 +264.49195538334027 +257.0020530871644 +268.20516944859037 +276.96415812519945 +420.51402753277296 +535.474191697519 +493.8803038358925 +427.7956346222475 +370.3831618655479 +294.4351580500916 +297.59221490997874 +268.3351079645239 +262.5453408490439 +278.1337117157773 +330.33984410471095 +469.8155453298457 +622.840417482959 +710.1544813970701 +770.4243754294232 +721.5278450444872 +655.2344087562221 +525.9022705394649 +281.57925971111405 +260.31392819224413 +245.8089054502054 +243.53709486346898 +250.63950634403392 +321.1712894005844 +539.3556956235434 +587.8969449479458 +434.79698746090855 +419.21975880598796 +318.28247532459477 +270.1450391501988 +272.5202600153147 +272.1813368135558 +280.89722136301697 +299.8997029107094 +322.26810622477393 +497.2020459202172 +645.8005502911983 +721.8136190134318 +784.8266316915605 +793.5798264537157 +655.1092450349223 +509.3204263779316 +282.82098197129613 +262.8134873474084 +244.32571687725934 +246.9558628666746 +253.34951150442663 +319.6818852645473 +542.8336299501582 +588.6668856527757 +444.37967551677343 +420.0321201710048 +313.18296559216026 +272.07455202834257 +278.4398959535819 +275.75853889578804 +287.823454573088 +310.2890898863936 +332.4509995679294 +497.48271796523255 +668.355623258442 +746.4871341513491 +817.7066084445887 +826.90800706293 +692.1991064286701 +537.0232037769599 +294.3115874438861 +269.03837414461907 +256.92769009572527 +247.55444862029154 +257.0772825283195 +331.39745283615406 +552.6173855059586 +598.920931771456 +447.50489212725415 +423.1296587213012 +313.4670849595403 +268.2360259621266 +267.03350121765095 +271.7340711788924 +286.62351018544257 +303.64283937501733 +334.71365286947736 +505.96732886610727 +673.4067682108428 +734.0323149404367 +796.0719260329807 +805.2594402261335 +704.4657046566615 +560.4561681475482 +311.4701322472889 +291.899157879919 +270.57722361889563 +266.2053008183437 +273.456499038819 +313.775477163322 +535.2759520895765 +652.0380125111747 +467.3122455915891 +440.0750223822582 +316.67669969132186 +274.05953379537095 +272.9299272967314 +276.96806581754527 +287.0417468325988 +309.35074057704446 +341.6423964688088 +507.8656451331219 +674.4717821098749 +764.8302580867086 +828.2600475671811 +837.4760735204127 +701.3562996601115 +544.455072181056 +295.8324045530239 +268.924317959043 +254.3728737670835 +250.1893792232396 +259.5409654867543 +310.21922944902303 +527.7824475906897 +601.1530060267489 +448.17298004310254 +425.96952249706555 +309.97741849318487 +264.6165238624895 +268.5623337122892 +271.1297831757145 +282.5443345582809 +304.39362571923914 +335.3688474178632 +503.5712424870595 +668.3565906640346 +756.171738054338 +828.5136278171753 +833.9719642869686 +695.7840335193159 +536.3425543819034 +298.2855073630028 +286.18018705226945 +247.7939460540865 +247.58861961845358 +249.2306841343581 +286.7023273249202 +435.269515734253 +487.1618633832002 +515.2039225280373 +445.01211768851255 +343.1785755045819 +293.5455489341516 +292.8303138824112 +293.83366077669405 +272.4057296481581 +278.08094132011774 +359.17066415798115 +509.73934445203474 +648.3584221012837 +740.3345618127319 +772.3188791815544 +777.1276474188431 +709.291246108173 +539.2277417814255 +301.54283862846745 +290.8489785656971 +260.5437387934577 +261.19864441147314 +263.291743428565 +276.30126595655236 +424.20347503945743 +544.6445335395397 +497.69486691945303 +434.99691144030805 +374.59324310738776 +295.68454618955775 +302.1710942788759 +263.8008887908982 +262.4387972227784 +274.51054515269334 +328.09155599437344 +473.9793369761775 +633.6998770520967 +737.463354106988 +796.7884290756238 +757.0956378504782 +690.4293928910155 +542.5148462601992 +286.1432277894875 +268.2241598133906 +251.42019599955825 +246.5351957743321 +255.91948585526814 +329.37653447683425 +553.6729845404544 +599.5471319117424 +455.59099804377286 +425.80141454856727 +314.20810710130866 +265.80812393820196 +269.31597257407265 +271.5510770858633 +287.99370560481725 +304.71084720375404 +339.6046774329551 +510.5253956418277 +671.9609298444282 +761.0557087811619 +794.7124856377349 +800.3835921157031 +694.3628341446083 +538.6461855767598 +292.36109025817933 +272.406905754638 +251.18107597049985 +252.6665465895981 +256.7159370632571 +326.85491568727974 +551.6670144348966 +597.9293750608745 +444.1388117268624 +417.23195666256817 +311.39491738861096 +267.8376289648295 +267.68925629392976 +269.58385948743967 +284.3719049908665 +304.6928382695114 +331.9837847161954 +506.7612595612435 +664.8520530764448 +760.3419314694014 +822.8054441196216 +832.9414203332637 +693.2553829012464 +536.3627059120655 +288.92926168495364 +269.1249180393465 +247.89139138554768 +251.02926635793546 +257.02404906305696 +324.01773040182206 +551.3479578573641 +602.1236809824105 +441.92824090279214 +427.6813770935294 +315.737927160529 +270.872746506736 +271.6831480991972 +273.98151569070876 +284.11626890390403 +309.37098185723903 +340.3631170478315 +512.9966375294453 +674.3164366311377 +765.3914174930377 +791.0160836680951 +802.2628644726683 +696.2935526878317 +546.4791913732791 +299.81038867410064 +279.7123955776448 +251.43470100977063 +252.8180473493756 +256.17012020115664 +322.33031245979237 +549.4889597300995 +598.5862103940877 +442.01410709842463 +420.6920242388721 +308.3307991718339 +264.0675005223788 +270.0689042308827 +270.0929155641403 +283.1368978646848 +306.2878921560238 +329.6636709164541 +502.16942867249537 +664.7361468720627 +749.5171385134353 +807.5774818128792 +823.3136232764931 +682.144772547423 +535.1252277601949 +280.97878996608904 +265.05193392329534 +250.6809193986714 +243.4935882150614 +254.85410654767918 +326.4813155450322 +537.9578202720505 +595.1543835482496 +441.96178897945265 +417.1308655896649 +313.0402827700239 +275.69042900053506 +272.2005919124228 +274.43271005901113 +290.42279701245553 +302.9590029176951 +330.66166813534454 +505.78029324341594 +668.7839779446952 +752.179603445756 +812.7143917456915 +820.2323890701673 +683.3674414609523 +526.6044488785756 +280.63652162484266 +282.7683936839681 +248.03536929201672 +247.7265986769413 +254.11905269112074 +288.9358258592912 +445.422064353576 +489.5699700920674 +533.7170711341254 +444.12739156373794 +332.9546679365542 +288.39901658275755 +277.1450288563072 +279.5788601386661 +278.10596064214945 +273.7471917482365 +360.38833906904614 +512.6564565227715 +645.8116366751846 +749.4180000929468 +771.4188628999733 +777.7296330866806 +714.4918875414309 +552.5473694986111 +307.58675253046954 +298.6457017068927 +265.8113680302575 +257.4062832189482 +268.1716144720684 +277.07980376069696 +430.67369562462295 +553.8638366755611 +495.58484848791124 +438.6303372722789 +376.07657554035967 +291.75950507217635 +298.48677364215064 +269.6457949493145 +265.64573852552223 +279.05020336901754 +341.592405598094 +480.83391138752046 +643.025161181455 +722.7175003384331 +789.6377921959049 +749.9583342190182 +708.963503013833 +564.5848060459276 +313.259740761419 +296.51493218088973 +270.65118523839527 +263.6714779949089 +263.0171430151705 +327.81382562231744 +551.6219421760212 +596.5925009766042 +446.9662919039586 +421.6801453771414 +313.2805912945759 +271.099034317746 +273.54727034830034 +275.88999044353443 +286.1781433895546 +307.9471970302417 +329.0528877913825 +502.9406119780528 +657.7243174738167 +734.9955720610342 +804.2051973860393 +803.1055353444907 +665.3997171656515 +514.4657303125656 +285.37618966642646 +267.8262663003362 +248.15271042242404 +253.05217390027423 +256.1056544233331 +324.00737437405905 +548.7465872400529 +593.4130073936194 +446.19599077305344 +421.4844560159833 +317.86115887009345 +273.7071513352592 +277.2616441045393 +276.70501713052084 +287.22555215227317 +309.0019838254087 +330.9134760730837 +501.81464809431077 +658.5912992879748 +730.2115810157057 +801.0750069665055 +802.0368104532783 +664.8392295270191 +519.8889669677251 +281.6273595112796 +265.1894789817024 +252.6663451593901 +246.05646030353253 +253.46678678782226 +329.1191888477917 +539.7984264853397 +589.965147312689 +445.7870934345574 +415.93714334682176 +317.1158551720862 +276.44817070621167 +271.4855432395138 +274.4358539984391 +288.77799231212754 +302.59432610862456 +329.40734091657265 +501.032039152675 +656.1963959439121 +731.143599215651 +804.5210395107173 +800.9839185419851 +664.7465193060664 +517.8779310545735 +277.88545329766276 +261.8244139820129 +250.5691127380442 +242.6239547306896 +252.58339831078698 +326.7082129276823 +538.8953670458179 +592.7520593411199 +444.71918835873663 +421.5706341573073 +314.09150170601026 +279.3490423386312 +275.6227318268575 +279.2549161880714 +293.34559362340923 +306.4269170796286 +331.1584034229505 +501.3015121269606 +662.5683626735939 +739.3456205514964 +796.8544424753225 +809.3653320278075 +671.2700996609314 +515.083743050258 +281.0803418134922 +265.77964408876613 +248.62836579049252 +243.38717793237075 +254.3451109200613 +323.85800327524123 +540.4108692998631 +594.7026747682544 +444.21889264531933 +415.127795469418 +311.9590496220323 +272.08774706855735 +274.855808636702 +275.2231854117884 +288.2224931652917 +305.93191896007244 +328.593861084924 +503.952133156702 +662.3258597703968 +748.3884529647195 +807.6472206292149 +816.4767333969855 +684.3341095110285 +521.3430980703092 +281.4286462348749 +274.3980550149201 +242.51194340086275 +244.97669214334317 +249.33423365960755 +283.98973832969364 +438.7842189711029 +485.8855571392885 +531.3814999774213 +446.86560251889546 +330.18421245249874 +282.32677274593783 +278.1546484883669 +278.4219262359907 +274.9367206424917 +277.19756734602913 +356.13058898082215 +507.22382953771773 +644.2198742064703 +739.693818581988 +766.9524556763121 +773.1282337940462 +705.9484274410214 +531.5720582061223 +299.0105186143194 +292.8359453896318 +254.7442125037566 +262.0504885354943 +264.69272189868957 +270.83304500315523 +420.81533782203303 +539.2839624689259 +497.06318676388247 +433.61398277182275 +360.35601777488995 +287.2317517958471 +295.47783507606556 +267.08865970998545 +261.2374034650756 +280.63529045776227 +332.5582879603189 +480.32128266702483 +628.7806361697786 +726.8527437365342 +792.6794550704408 +742.4152391050875 +672.5363858604195 +525.0518167374801 diff --git a/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv new file mode 100644 index 0000000..95dde6f --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_13_pu.csv @@ -0,0 +1,8760 @@ +0.25729750787631245 +0.25298770706632095 +0.23054824948740021 +0.21858866550246236 +0.2311001194022486 +0.24112340764052886 +0.36339520618148374 +0.47675095843277465 +0.4420156610914982 +0.37449055889162397 +0.31887712943012425 +0.2557310329173811 +0.2530517051116424 +0.23223738075335307 +0.23045829066120432 +0.23995212815939418 +0.28957232254931325 +0.41761600175253305 +0.5526987767512356 +0.646993353995033 +0.6991899866053808 +0.662800897842879 +0.6023372379196071 +0.47978217765361125 +0.2435728234106443 +0.22994938393333172 +0.21932056964450133 +0.21034883236004123 +0.221406225423805 +0.28595533690086694 +0.47370122995404434 +0.5225224285913688 +0.39181202676771326 +0.3643959523088713 +0.2721764631304709 +0.23501939406267477 +0.23370907121103768 +0.23836219398854602 +0.25070194364021514 +0.26295016564885104 +0.2872383723006731 +0.44182526882478246 +0.581476199205665 +0.6626021696139464 +0.7134461683990367 +0.725852080519214 +0.5993604058656954 +0.46508725410009666 +0.24499890691053372 +0.2287334051404458 +0.21335158638862434 +0.2147044367849447 +0.22023826084549122 +0.28088946530077924 +0.47524399859829225 +0.519532816950335 +0.38636831692776286 +0.3685273706175817 +0.2740030898198094 +0.23878246324941915 +0.23912797610113337 +0.24219711929165874 +0.25337514513496 +0.268776159946187 +0.28685879519804824 +0.43624781318341266 +0.5822723231569996 +0.6471259496866277 +0.7018659085941615 +0.7086724919436294 +0.5850481606259507 +0.449346327679842 +0.24628195053937665 +0.23111780747928742 +0.21198534233847782 +0.2159910193462148 +0.22053332843382745 +0.2796686449464809 +0.4757375539506234 +0.5194631246678325 +0.3834691916178243 +0.36872395172284855 +0.27729694021568685 +0.23923022494345425 +0.23897951154401553 +0.24074585578144173 +0.25082486169523144 +0.266454889698974 +0.28876836076271534 +0.44231172512948685 +0.5861078718958157 +0.6479769714853963 +0.7039037944761602 +0.7108950366802366 +0.591499638008656 +0.44812849758379014 +0.24826430163874494 +0.23287258835892383 +0.21324722793074075 +0.2185509750051655 +0.22136980840207063 +0.2803116678321187 +0.4756757898748779 +0.520085553044811 +0.3867191751642517 +0.36904346058735754 +0.2770144959261045 +0.23766445779934056 +0.23999679216745248 +0.2394897937480753 +0.24770683313971828 +0.2648716472879905 +0.2833059764816817 +0.4343035201143628 +0.5821889607233723 +0.644078088103963 +0.7047026397570542 +0.7039135342623548 +0.5863349829745904 +0.44753912588179795 +0.24638984622941262 +0.23109137292753895 +0.20856031568459463 +0.21591804762614877 +0.22061095363614666 +0.2778966156446134 +0.4723630318763487 +0.5204810070985315 +0.3795834645132774 +0.36940689680676697 +0.28102875219697204 +0.23447499084039528 +0.24167466868890888 +0.24291701602393292 +0.2490128775237441 +0.2642597223945372 +0.2858631753722491 +0.4369805961527222 +0.5863117361605665 +0.6504282841558081 +0.7141240131617265 +0.7208519304038289 +0.6069620421828055 +0.471988027747802 +0.2571986209228171 +0.2512085413056902 +0.2249371943087321 +0.2256445828809242 +0.22323622609202273 +0.2578684719492558 +0.40093065130522687 +0.43170550381380424 +0.48188828198603056 +0.39888885514158645 +0.2996903657529144 +0.2525585493744067 +0.24653402231671934 +0.24444328329846776 +0.24877105604183836 +0.24793500946319783 +0.31437213637401995 +0.4476195018802103 +0.5694240103460867 +0.6412741257890555 +0.6730093453528361 +0.6675962974427148 +0.6166307516800191 +0.4691636598733726 +0.26178001130688233 +0.26104962363860973 +0.23157611768458986 +0.2301819432311253 +0.2368171692337259 +0.24427847591332064 +0.36955903739216744 +0.4721126615350939 +0.4466609034333928 +0.378466571564873 +0.32700328540428963 +0.25865355681367147 +0.25921484570030395 +0.236472169563928 +0.23419633655987543 +0.24580462849288412 +0.2956743349858547 +0.4215640292622938 +0.557831308753034 +0.6335423666702535 +0.6982150219566361 +0.6544840902272123 +0.5902394670320346 +0.46962655574871004 +0.2463939336012602 +0.2340365250157314 +0.21810239944388984 +0.21508910342332163 +0.22138755182061115 +0.2815631424692371 +0.47662053933209175 +0.5200619068026245 +0.3895094755344407 +0.3645324492612906 +0.27686879819164656 +0.23995627896707827 +0.24168207616671197 +0.24405905885821735 +0.2537628702911094 +0.26824210372723184 +0.29042082876886804 +0.4415686412620763 +0.5853548432039797 +0.6497073014317152 +0.7062731516217655 +0.713336563873805 +0.5839863122758239 +0.45421487367634106 +0.2459285454230332 +0.23157825545826183 +0.21448371774553465 +0.2173277728640786 +0.22134049051102486 +0.2822000038602547 +0.47839217928480726 +0.5206548418155854 +0.38394813845297093 +0.3626737393078096 +0.2803082501158584 +0.23420525591115118 +0.23556252642524178 +0.23682518763013574 +0.2469103522724132 +0.26129876162848964 +0.2857066655440943 +0.4407467712121209 +0.585636966786805 +0.6616919951731091 +0.7204510429045233 +0.7317935639997442 +0.609185312945401 +0.4811811258202604 +0.26494645264106487 +0.2500702503478841 +0.22832317305250452 +0.23020743394108542 +0.2366619196262328 +0.27408931769682704 +0.4733864790645225 +0.5436054175465784 +0.42471760340996545 +0.40098927493682684 +0.3069097232942148 +0.2627149736414014 +0.26492330779307877 +0.2695347077769555 +0.28197638550431275 +0.302637199712829 +0.3078729287552289 +0.4612086615329016 +0.6137633328542355 +0.6836451449477801 +0.7244646339602102 +0.7394231632071856 +0.6177664783902411 +0.47035056650208273 +0.25215716497419877 +0.23685530989793685 +0.2193139377994437 +0.22309461516652782 +0.22666399476023244 +0.284964551800859 +0.4828136774941548 +0.5261014206616383 +0.3927899551452761 +0.37602494187227353 +0.28356316728457726 +0.242300758297115 +0.2449693295409515 +0.24299714433049321 +0.24940408825669647 +0.26732934824450155 +0.2858491931868609 +0.44595034215003065 +0.5838015603896342 +0.6555958625555653 +0.7049537206272743 +0.7153870893767813 +0.59088999541643 +0.4495663986208166 +0.24819914217603012 +0.2298192843913698 +0.21257546996573265 +0.2177733968623667 +0.2207083814772864 +0.2782504078138518 +0.4797571064009547 +0.5202043891900116 +0.3893172104598055 +0.36910149880527804 +0.275700180023744 +0.23614516033739888 +0.23889304891985866 +0.23704441500786808 +0.24498936220448111 +0.2656198441465362 +0.29062820959252345 +0.44978173048348935 +0.5922683743717313 +0.6704444095309467 +0.7246809285567469 +0.7080288418904985 +0.6167490142467259 +0.4837129381526963 +0.2643986331859164 +0.2566990284616249 +0.23285151128000972 +0.22756591226802889 +0.22999290847799145 +0.24617983196813906 +0.3769750814261669 +0.4419002719205816 +0.4833167942093993 +0.39790538331992437 +0.29561324135169254 +0.25487401236946855 +0.2435708685160382 +0.24695652745611163 +0.2433913083902838 +0.24037031195942254 +0.3157701796756787 +0.44896228965250445 +0.5687374697506911 +0.6615874376363 +0.6810694874279595 +0.6876170528718822 +0.6341077477894527 +0.4813201546173234 +0.26483230725759294 +0.26195401113049066 +0.228405086014327 +0.22468565690873535 +0.23167500342853603 +0.24071168765659712 +0.37323058416690685 +0.4827375239009495 +0.43889602361815716 +0.38429960252331424 +0.33608259976400506 +0.2609009436641993 +0.2662769964560554 +0.24395334863629206 +0.23905560828704447 +0.24379152097824083 +0.29755887144494686 +0.42224468594435655 +0.5603097952925717 +0.6441503540253686 +0.7036874333335754 +0.6650678642129048 +0.6101014828356242 +0.47800653378211216 +0.24523690943880086 +0.23006263595487783 +0.21184401564326377 +0.21333981439176958 +0.2183285880638344 +0.279814985366973 +0.4770904271466778 +0.5223669709797124 +0.38428989840725497 +0.3655325127320543 +0.2700436295241852 +0.23589176541816917 +0.2357046687121007 +0.24009808255985787 +0.2529562487281346 +0.27101965400901035 +0.2988030990137254 +0.4484837741739156 +0.594162638824108 +0.6466076195604298 +0.7011457423359797 +0.7018115582015699 +0.6146735376425498 +0.47703149985158083 +0.2609810985068617 +0.24877875543048025 +0.23154333482262057 +0.23618871987776816 +0.2430018590427447 +0.2805308187699028 +0.4760232499371112 +0.5442247059823894 +0.4184348478999753 +0.38919591854658775 +0.2817596688496488 +0.24266671603557308 +0.24365510180846783 +0.24433244450736882 +0.25962675526284373 +0.2834183654054842 +0.3157143187154031 +0.47773798129969874 +0.5904797971795482 +0.6563525982005222 +0.7058264284462231 +0.7121414302266136 +0.5961924691327731 +0.48939365266209156 +0.26568979330768117 +0.24321991319617067 +0.22575821830726447 +0.22293149619273908 +0.2295254379627756 +0.273545774527007 +0.46661951038693106 +0.5344182921403414 +0.40223709603347635 +0.37550402677167205 +0.2723020242935935 +0.23638135243084418 +0.23909288496499667 +0.2411105343760744 +0.2501649404420244 +0.2691080307172641 +0.29116011628843225 +0.4466560435743258 +0.594669183154097 +0.670385127011595 +0.7310989938693299 +0.735125241627329 +0.6120367826007022 +0.48154889137687845 +0.25860545849823824 +0.23524446492868276 +0.2220101316306505 +0.220227552551839 +0.22653708086478197 +0.28943795597975686 +0.487914154785259 +0.5279397953629066 +0.39250742890179247 +0.377670496460358 +0.2708559405237702 +0.2352573572809368 +0.23873212203572428 +0.24007168588928857 +0.24965417653855035 +0.2676319362791223 +0.2903456184179638 +0.4444060803532279 +0.5968604665625489 +0.6679567467177385 +0.727139924675311 +0.7348829781481663 +0.6112418697078446 +0.4730195503269365 +0.25753690903556453 +0.23723210491456548 +0.2183016862769893 +0.2185491077271062 +0.22387856927396738 +0.2851399414480544 +0.48017467220429855 +0.5270092113077295 +0.38602733022943464 +0.3688169158915919 +0.2741562436922697 +0.23570006000671254 +0.24114088853011206 +0.2412743744662236 +0.24878739723849333 +0.27040374101550524 +0.28420111779417334 +0.4351308899342716 +0.5854638114202386 +0.6610207277263552 +0.7131897724181715 +0.7248405362065375 +0.6036757305913907 +0.4616336951595816 +0.25101085752656593 +0.24113795078914302 +0.2182096144712398 +0.2172078974090146 +0.2207650629726169 +0.2540375934578166 +0.38939316312308286 +0.4294397668303528 +0.4570460598048369 +0.39190537872352804 +0.2942491433129871 +0.24597921958238952 +0.2427124935566064 +0.24142368219440752 +0.24114393888379512 +0.2433814571963026 +0.3101603067625895 +0.44632785754335136 +0.5641999276409883 +0.6469461904867603 +0.6730813287117418 +0.6759264771626057 +0.6232683374677933 +0.4728735651523637 +0.2619527611089835 +0.25814058623564656 +0.2263007956939036 +0.22988516350533217 +0.23269603425551658 +0.24105995002016792 +0.36628980123721544 +0.48179640259002393 +0.4427831891487453 +0.38426300330462343 +0.32384786468458077 +0.2586971386059171 +0.26398982639493845 +0.23730019945709432 +0.23225354498515338 +0.23935981786140778 +0.2902136875248855 +0.4229924334145551 +0.5611826497074578 +0.6528750319333798 +0.7145736209207029 +0.6711603702460872 +0.6171970622166851 +0.48501384077335186 +0.2508907191026324 +0.23629823409471715 +0.21751060233564873 +0.2171462317538523 +0.22152137365750105 +0.2846377174653543 +0.47716443195959696 +0.5217018620614754 +0.3889390670034667 +0.3669905660322419 +0.27393236668506205 +0.24248358209614235 +0.23851091523727233 +0.246344177135116 +0.25831509453122076 +0.26813755170982806 +0.2888821649168716 +0.442870907108564 +0.5828831645103489 +0.6514474379522607 +0.7064399571936087 +0.7118917013181831 +0.589769771978986 +0.45794468873024496 +0.24862654793709865 +0.23346729307630143 +0.22166522763670352 +0.21878277248828656 +0.225753049309748 +0.28772265462081886 +0.47864086616186574 +0.5232622046560632 +0.3901773248236752 +0.3697733130059973 +0.277172870950706 +0.24107239475830708 +0.23879840745147304 +0.24120827515418455 +0.25075191355473814 +0.265005408475715 +0.2821457703084029 +0.4438264485280324 +0.5820568599507143 +0.6462306472558537 +0.7039593837750762 +0.7120635721949518 +0.5871577547424052 +0.4525212300210882 +0.24494958753958487 +0.23150757091284774 +0.2161958820412315 +0.21272988698997036 +0.2204356222727325 +0.2842739080188947 +0.47283612177743684 +0.5234690830294438 +0.38723753108376785 +0.3667756761065418 +0.2728645290713178 +0.2367793895090759 +0.2382614466108222 +0.2364836454987154 +0.25057184602055205 +0.26436533728907186 +0.283312234658413 +0.4375532317224132 +0.5820479539338941 +0.651541201354116 +0.7102732612501718 +0.7130500536870427 +0.5927708476627853 +0.4566297471067184 +0.2465834093536426 +0.2294794221099677 +0.21982605098738744 +0.21624969594369967 +0.22324704536333007 +0.28612292460879046 +0.47661533784423366 +0.5218527243017347 +0.3913966835393554 +0.3704624982366513 +0.27332615130900095 +0.23974818076885668 +0.24222470876963165 +0.24439521275751142 +0.254704170490469 +0.26824083962105844 +0.28685526904579706 +0.44135220307705786 +0.5907375021741804 +0.6558247127306474 +0.7140402587672503 +0.7223841714500241 +0.6000810243509508 +0.46123342183714805 +0.24604652160758264 +0.23234412938854315 +0.2125355704982967 +0.21592719496722046 +0.21958002543261226 +0.28045667087212417 +0.4778628271025937 +0.5192364456798938 +0.386235938927059 +0.36613480267978965 +0.27228260362293455 +0.23413595040822568 +0.23697402461647143 +0.2396077952042299 +0.24914924194442106 +0.2659406039609689 +0.2837260548478849 +0.4404154975741357 +0.5855768604456176 +0.654041494684626 +0.7098921396284515 +0.7186499842249843 +0.6012728502210727 +0.46089830456371206 +0.2500224575933587 +0.2424090613606904 +0.21803516535741171 +0.21683076190137582 +0.22218165216709204 +0.2532883133679792 +0.38992849659440093 +0.4323624562381075 +0.4553113576647624 +0.39057617860667526 +0.29739432231179325 +0.24789307312760384 +0.24471721156823 +0.24599772723383811 +0.24413139181229357 +0.24636226991469268 +0.3139025947687682 +0.4458443843908395 +0.55713110999712 +0.6368381334357988 +0.6644591875193997 +0.6645572323452801 +0.6080161025996124 +0.4700394748402026 +0.2633284187308921 +0.25920713815712204 +0.22698101631027198 +0.2312067061857024 +0.23494161053546334 +0.24017085526446183 +0.37101998164374217 +0.473042959221779 +0.43704212199531006 +0.38535735584394526 +0.32026268771805166 +0.2550721369837194 +0.26191196346257467 +0.24051648084941973 +0.23296408462123439 +0.24868176997522576 +0.29209872232135475 +0.4266385106817002 +0.5527229898693655 +0.6369906701556534 +0.6948045782026877 +0.6475695670707663 +0.595788395097141 +0.4674636489686155 +0.24878920857005116 +0.23312307304745727 +0.21143251558581547 +0.2194961324859274 +0.2225248227447452 +0.280301546894976 +0.4782094414513855 +0.5187336444449566 +0.385173210221001 +0.3700563002173751 +0.2764340316818198 +0.23758937080188997 +0.2428162830515975 +0.24137717586989066 +0.24903315067877957 +0.2653137454399325 +0.28287165228268385 +0.44166680611218584 +0.5781549974907818 +0.6420018286910716 +0.7003349165062229 +0.7052919716316717 +0.587120046588825 +0.45701796335656397 +0.2479366620496755 +0.22660507085692186 +0.2156893905006381 +0.21616363804174038 +0.22055954222651852 +0.2823641806199846 +0.477973177832477 +0.5232763060348097 +0.3903145770656113 +0.36901704225631987 +0.2810152571347806 +0.23932725763798118 +0.24637747852305178 +0.2425269695853799 +0.2522442270458979 +0.27134266192056344 +0.2861100176502629 +0.44165104309858094 +0.5844171334283154 +0.6480654780162387 +0.7043035159922812 +0.7118606225568302 +0.5936731625074809 +0.4638089245191531 +0.2451046701239274 +0.23602203009477393 +0.23297198945028982 +0.24148430276900232 +0.24458800051700844 +0.29722203151666393 +0.48167372159369803 +0.5475863805278612 +0.4221768960257157 +0.3862823484955011 +0.2756760511847842 +0.23791918626925956 +0.2415438812390268 +0.23704457943086976 +0.2499915281811286 +0.2693527447689659 +0.2857221181771028 +0.45140668336809275 +0.5954590110907707 +0.6694278504121998 +0.7307499797033145 +0.7379772972487628 +0.615738488080877 +0.4766472651177539 +0.2542720290459363 +0.23654931312999122 +0.21800476852566708 +0.21768950274792673 +0.22352343950653084 +0.28419060617062863 +0.48205226860493944 +0.5275577680813265 +0.38512836845218007 +0.3698800745379206 +0.27108659180131606 +0.23328075734924875 +0.23913156780073785 +0.23974447011791736 +0.24870066474513217 +0.26793348131029937 +0.28221487678352963 +0.4431844379747725 +0.5861215387195322 +0.656345981028854 +0.7129273033507834 +0.7174173282919636 +0.5993719339322001 +0.46266411540287666 +0.24287757507649893 +0.22821343461912733 +0.21874403623667568 +0.2119722836049133 +0.22184842927625203 +0.28453418963358035 +0.475151840898219 +0.5221845184490684 +0.3893933200928948 +0.3655740110107681 +0.27366900839598785 +0.23984952820537211 +0.23460940596019675 +0.23934445733495333 +0.25199700983640333 +0.26362031835503114 +0.2844259753311479 +0.44001665485193875 +0.5885752763931691 +0.6565994571794986 +0.7123305622368864 +0.7232533377571849 +0.6008853156641746 +0.46216513513330354 +0.24773529841333194 +0.24436567655945562 +0.2191974910490299 +0.21608935536150603 +0.22280028679782116 +0.25411013643569313 +0.38895881608898397 +0.4315683222257345 +0.459683556379362 +0.38883589923219525 +0.2951731550227164 +0.2482624662203927 +0.24157223699325517 +0.24527072421927312 +0.24236574939485633 +0.23893775317298263 +0.30970917633466427 +0.4483515884566544 +0.5561932867519451 +0.6353314208675226 +0.6596814446428189 +0.6597581696509529 +0.6040727395033836 +0.46597020153840296 +0.2595722581458027 +0.2582149009401008 +0.23083211348442023 +0.22465309156624713 +0.23452212265458086 +0.24501984393537804 +0.36916291326950346 +0.47087372731528354 +0.43556420724001327 +0.3746704402171369 +0.32040613667518963 +0.2576363714467788 +0.25576342426112975 +0.23090954968899752 +0.23470723853550568 +0.24547082120487113 +0.2923032964196254 +0.4268671292018141 +0.5581331736907984 +0.6362280050741224 +0.6899800934403996 +0.6461520941988916 +0.597164079697204 +0.4709433121320476 +0.2502248854331017 +0.23704594201046358 +0.22075125477660656 +0.2184711092064591 +0.22563267018056374 +0.2886356751691614 +0.4799104623466246 +0.5252299184500768 +0.40060863382149153 +0.3747217951950706 +0.2786471649142093 +0.2496377915410431 +0.24797860184390902 +0.2514339948129311 +0.26135213401833907 +0.27196845755796684 +0.2892843108042649 +0.45073768707665757 +0.5891230174861314 +0.6453576679322396 +0.7018839775055982 +0.7076096988513293 +0.5871525519231418 +0.46116726435414224 +0.24828756167385044 +0.23160592661301735 +0.22392222595695524 +0.21744464166892055 +0.22642075491717562 +0.2899699103063202 +0.477957341065163 +0.5052696303752563 +0.39152451636793667 +0.36875519327479495 +0.28177407513338804 +0.24638127035500554 +0.24172725406867368 +0.24256589663083644 +0.2520964210463094 +0.26723399102876194 +0.2889984517713059 +0.44499389813334 +0.5906180044536509 +0.6592227983267172 +0.712566496140192 +0.7190428611434679 +0.6005933411280318 +0.4636570528140461 +0.24990467065930197 +0.23686865209802532 +0.21872808107204747 +0.2192397056068401 +0.22393602589927633 +0.286024424652152 +0.4798467852321198 +0.4988867318272493 +0.3845190837957011 +0.3683520625410022 +0.2840256032187434 +0.24218465820936794 +0.24346467583189696 +0.2429982879457229 +0.2495672768043656 +0.261784884287962 +0.280516091829965 +0.42311306205218174 +0.582173976561974 +0.6466609901854676 +0.7051203131971013 +0.711301395107263 +0.5842189827260177 +0.45244837299945595 +0.24545500031677864 +0.23266618031778433 +0.21434656025263574 +0.21571135015498408 +0.22108983103781132 +0.28277927240990425 +0.476340646788541 +0.49534131050593305 +0.38298317393366155 +0.36666780043361397 +0.27150568380801465 +0.23932257083365063 +0.23925313915321017 +0.24019824966236095 +0.2534969883906471 +0.26586118842246326 +0.282431209752815 +0.42349303968405294 +0.5923320352404294 +0.6581719189520828 +0.7186187507499008 +0.7236229773490284 +0.6020078592943583 +0.4630711746792783 +0.24746449354744346 +0.2337162228636738 +0.2198936068519686 +0.21326389352917108 +0.22184865215265112 +0.28676119116692333 +0.4742753786803884 +0.4917974807931522 +0.3804833624115267 +0.3626535554837756 +0.2767834503949938 +0.23668723361148 +0.23490051978192364 +0.23729424998834645 +0.24767936349017783 +0.2613601800736726 +0.28069734638074517 +0.4154978297118585 +0.5780474498933043 +0.6455996150879247 +0.700284414897531 +0.7060755687212837 +0.5854223805835526 +0.4544511754374625 +0.24729013188439916 +0.24099554570633475 +0.21712681099899606 +0.21415023822943244 +0.22075760359839786 +0.2536787659263611 +0.38802467083941583 +0.40758952517232905 +0.4571362538640664 +0.38982780306118486 +0.29524366216578807 +0.24724692794112843 +0.24057181386921633 +0.2423967757734502 +0.2394424304817133 +0.23865905445370977 +0.3060981775544258 +0.42280180969509096 +0.5712727739249622 +0.6517485570553186 +0.6827050596638152 +0.6870687158259955 +0.626958592717263 +0.4841746554726714 +0.2647619187528844 +0.25975992248539387 +0.22908811908047305 +0.22926576888721203 +0.23273996720735526 +0.24025474183935286 +0.3702444365729453 +0.45743275883906187 +0.43569263117339146 +0.38172447100172957 +0.3220093301433889 +0.2583940181662145 +0.26368135888696603 +0.24120620649741475 +0.23691472227095411 +0.2494771955224127 +0.2937156446813584 +0.40859475692444525 +0.5584434333315025 +0.637453079657957 +0.7003191212478328 +0.6530216910514725 +0.5967750174348105 +0.47251991689857265 +0.24938130420378418 +0.23539485402998062 +0.21949423679187058 +0.22302588619660346 +0.22716378573668275 +0.28791103690339165 +0.4844160013747437 +0.5028026369312663 +0.39632162101863444 +0.37367611879313745 +0.27698152307142765 +0.2440404895272182 +0.24534291779466824 +0.2457396088410067 +0.25539343937414305 +0.27009790919889415 +0.2893954197449453 +0.424512268721568 +0.5891218244424842 +0.6540118510911649 +0.7089745087789969 +0.7208521829920752 +0.5963746525165198 +0.45644057586905945 +0.24902931673587522 +0.23571544570744657 +0.21784347297042833 +0.22075183447812396 +0.22442559725308256 +0.2850332770449014 +0.4807148023201175 +0.49837835203909076 +0.38551565907406693 +0.3680675246724064 +0.27550453423846616 +0.23680436692741536 +0.23605286044295135 +0.2377646916833016 +0.24566407375750376 +0.25919257568510046 +0.281212486850899 +0.42096625249953196 +0.5898563670732778 +0.647340106261613 +0.7053189238442471 +0.7161522007376341 +0.6012748755836206 +0.4944908929823774 +0.27414516445141074 +0.25610770436191443 +0.2381377246750536 +0.2361046303541304 +0.23778560720348577 +0.2783063759787611 +0.4738737042678735 +0.5448857920669965 +0.4133070267359694 +0.38937521935753655 +0.2818398239001624 +0.24078709822640568 +0.24009818351416543 +0.2426485353631894 +0.25409124999932653 +0.2685719298098533 +0.28972787348634166 +0.426947131544501 +0.5967217332295646 +0.6688389799718599 +0.7277344412323435 +0.735446541042961 +0.6103317027667103 +0.46823660019862895 +0.24676115671672968 +0.232888995015971 +0.21269321476949365 +0.21703955947220688 +0.22201022990433752 +0.28297806259893343 +0.4796766657240885 +0.49417105530454375 +0.38385281548262595 +0.3687765288578737 +0.2753713555049542 +0.23771720091495077 +0.23714820776275636 +0.23957599084713463 +0.25153235508811567 +0.2680727843528207 +0.28569128483838285 +0.42238333084982416 +0.5898539323864203 +0.6560876267826548 +0.7174916858628122 +0.7234273317329131 +0.6030151149799511 +0.46390817947919427 +0.24710233220666425 +0.23438413506376926 +0.21657685576154026 +0.21583585475421765 +0.22333181288903145 +0.28847215301720136 +0.4857356736422061 +0.5038221796910398 +0.385179535725155 +0.3716255836572993 +0.2775261297163366 +0.24007469340124193 +0.2401192420963041 +0.23999364187149969 +0.2490142399843877 +0.26464270042839727 +0.2861438943897862 +0.42389061435363545 +0.5921360841547185 +0.6677388038606951 +0.7282732080893819 +0.7304886727999721 +0.6107785674057895 +0.4761257830571729 +0.25145531747959227 +0.24162842901944886 +0.2169012036543129 +0.20841513087438038 +0.22133393924181496 +0.2507522056620436 +0.38970416910813965 +0.40146707345626603 +0.45723547018602034 +0.39018941348009667 +0.28853909768772545 +0.24618896725888118 +0.240046172939313 +0.24292337169614925 +0.2389959265753541 +0.23890326083060445 +0.310566257068426 +0.4239464563923594 +0.5609564814984419 +0.6500356598670378 +0.6728359142271507 +0.6745250403319205 +0.6215784854039117 +0.46751615974811916 +0.2586515717762115 +0.2554808588200236 +0.22413162642614548 +0.22759718045250976 +0.2326353656372619 +0.24032535646588638 +0.3682989995642656 +0.4479387388025959 +0.4368824691525871 +0.38820804234344297 +0.3288775670812477 +0.2617634283070624 +0.26369591812193716 +0.23303125461143911 +0.22959447021310933 +0.24330476319024977 +0.290942392210041 +0.40412535528663407 +0.5590630785123661 +0.6557313323013451 +0.7211702549442239 +0.6798551457132652 +0.6266093633109454 +0.49869829138000105 +0.26856778556520017 +0.25048761767935496 +0.22324222746558725 +0.2244326559104413 +0.22825576944377007 +0.2885782036721992 +0.4882753357373764 +0.5035703112050108 +0.38973792743162955 +0.3723283563077347 +0.2723420603954161 +0.23620992535101812 +0.23943105280124205 +0.24158877705464293 +0.24737440044888112 +0.261917754101045 +0.2896149797853897 +0.4276711069053935 +0.5953656173865396 +0.6587408176700574 +0.7114157572410523 +0.7200171197889728 +0.5930994080691605 +0.4559640563660096 +0.24952536304169437 +0.23667360850565025 +0.21847123232831592 +0.22093083260810364 +0.2245880341314076 +0.28738689469523515 +0.48190620816739355 +0.4873266882197449 +0.3875579168853388 +0.37123598387209705 +0.27867570633921024 +0.24064553958307677 +0.2426834065217454 +0.24551314862994073 +0.2581908078040414 +0.2737192309045338 +0.28751176020836344 +0.4245747521829419 +0.587998613658819 +0.6503415382566387 +0.7102893637268475 +0.7159306777631872 +0.5943763063243328 +0.45594341938709504 +0.24888441270839473 +0.23705719479630347 +0.21862855050241425 +0.21642229119346654 +0.22320184424854442 +0.2882280621525684 +0.48067867822221066 +0.5063180432950904 +0.3911113239471503 +0.37220266397636015 +0.27956431789553454 +0.24924288284030424 +0.2513725316114565 +0.25679126612431186 +0.2710768592877399 +0.28540399070595696 +0.29607265888858575 +0.4238405228166653 +0.575330934552226 +0.6439224259347032 +0.7174948163486443 +0.7194583076452056 +0.6031856007834319 +0.4941746765009487 +0.2644886679533234 +0.23886162246834725 +0.22343475065051743 +0.21879199198316254 +0.22684960407270882 +0.27626429876312286 +0.4654872088013353 +0.5112203873300428 +0.40069608088243236 +0.3730493203973002 +0.27397098128627756 +0.23626370408241337 +0.2344082156531458 +0.23776051297000658 +0.2506795540882553 +0.26564739615334937 +0.2866074982348596 +0.4204517127365601 +0.5933161474587367 +0.6672664275601135 +0.7207516937159264 +0.726617343246437 +0.6040567676026197 +0.46458709282348376 +0.24747719499139814 +0.23140468403664277 +0.21916420495519598 +0.21625092427281703 +0.22212131068952853 +0.2824929405029459 +0.4753836386150356 +0.4832115922987279 +0.3833369815015345 +0.3676004239963927 +0.2783772262522352 +0.2409516038657024 +0.23778797285212785 +0.24346329733833602 +0.25224929823632125 +0.26331895169713226 +0.2830867885079854 +0.4173272379436044 +0.5892968974557679 +0.6576361236307413 +0.7118343217557771 +0.7196340214627873 +0.5964125124777928 +0.4577895181859767 +0.24957418422415611 +0.24336084971668323 +0.21976627657874745 +0.21566682704562 +0.22356294729300238 +0.2551202936337671 +0.3879458286716749 +0.4027271784305275 +0.4535535980957081 +0.387329247577035 +0.2908140235949078 +0.24909221188590755 +0.2418686410044033 +0.2468737636947397 +0.24585077878921302 +0.2434890318537423 +0.30843829590621713 +0.4213895477559221 +0.5612346902290338 +0.64037020191535 +0.6676087705204133 +0.6695583235057773 +0.6114772447632831 +0.47045722792774625 +0.2609842635753534 +0.2584645399168383 +0.23078327659954825 +0.22870145715660228 +0.23535274792811134 +0.24336730376666513 +0.36835363413099625 +0.4369993718469753 +0.4327451802028019 +0.3797617102940511 +0.320196007683485 +0.2557553855720636 +0.25797579650763763 +0.23617804641285337 +0.23371091192236473 +0.24207296218331895 +0.28785124015345775 +0.40039834881010977 +0.5573325428982372 +0.6428675045127068 +0.7049227364430137 +0.6590802270817511 +0.6051141802720376 +0.4760483814167132 +0.245675901399125 +0.2317038922511676 +0.21532625399632682 +0.21474481251739244 +0.22008558829432237 +0.2813499014407214 +0.4765225387707506 +0.4914593249056984 +0.38233414097756735 +0.368878248489343 +0.2718886590532281 +0.2401234990641543 +0.23816219719849152 +0.24103868288764344 +0.25301610805780306 +0.2643474046412812 +0.2825939949981999 +0.4177709822640308 +0.5873629473387671 +0.649430222282023 +0.7082636990313644 +0.7122389037763367 +0.5897972033989587 +0.4499896820944361 +0.24106037209700196 +0.23135189688720106 +0.21323979132151946 +0.21303507879327185 +0.22090966856871688 +0.2841409940782996 +0.4721638863606495 +0.4821263819039181 +0.38234904151957316 +0.3662132194583771 +0.285242186034589 +0.24373571062273178 +0.2419739020724291 +0.24569768978064188 +0.25476810332887995 +0.2605608182057529 +0.29424630777146277 +0.42219806271096777 +0.5848575858122629 +0.6562766226264871 +0.714341369532488 +0.7170006298725291 +0.5977549927700482 +0.45967800619259813 +0.24214525348848898 +0.22682974327503477 +0.2186453793532889 +0.2118958750429318 +0.22064969086977826 +0.2846232417985307 +0.4737728276733358 +0.4842924257021794 +0.3813972915043357 +0.3663934641925119 +0.28671555748652977 +0.24305462333461064 +0.2401495503828721 +0.24364122861143628 +0.25172281536726093 +0.2602771690261966 +0.29262049396978224 +0.421253733033119 +0.5913068018308854 +0.666524038465743 +0.7153785307101634 +0.7306089186105504 +0.6132496549713565 +0.47912660209961994 +0.26066347528217315 +0.23316216212172167 +0.2235207082603482 +0.22421392845609633 +0.22319443416512177 +0.2886570571276934 +0.49036992472175583 +0.4866137980126764 +0.3889268617741918 +0.37451510610362737 +0.2739032215899019 +0.2440145974449408 +0.24285280935800452 +0.23805090400316345 +0.25242462435640983 +0.2670092437024787 +0.28561568125396014 +0.423297931156987 +0.5923820519074452 +0.6652082369683379 +0.7239227906365505 +0.7337897836559472 +0.6099208696959981 +0.47035967545289487 +0.2537069962301572 +0.23388676546593357 +0.2108637403808635 +0.21575534485688092 +0.21737802600703934 +0.2770173943264452 +0.4786425289501693 +0.48635269052139635 +0.3748959550350946 +0.36622398054833083 +0.2756714250119377 +0.2347098836572684 +0.24001219273138813 +0.23806274635632282 +0.24703688194379844 +0.2659877215191944 +0.2817043822382222 +0.4204245157924817 +0.5843143340171604 +0.6532121723081157 +0.7100148740712484 +0.7112559847353799 +0.5887240313827397 +0.4557802154021569 +0.2500167843059253 +0.23995876043379089 +0.21424801040726502 +0.21605388018182 +0.22026509940345987 +0.2492149684191698 +0.38795548357047993 +0.3992942510605779 +0.446176873887392 +0.38727952423519246 +0.29434475574362834 +0.24364033692657822 +0.24391568758875465 +0.24231537542118484 +0.23652117404930997 +0.2410045978238149 +0.30757995536533483 +0.4185258505083565 +0.5598663014808609 +0.640537786871861 +0.6675313777572977 +0.6684579014879808 +0.6125715894941761 +0.46773943012333347 +0.2655898652134071 +0.2583984618723096 +0.22528879509667957 +0.23133667408772712 +0.2308800383970181 +0.237920889376194 +0.3698339097045571 +0.4341059095861461 +0.4290387607619861 +0.37938488885340116 +0.32888287244854264 +0.2546815738492577 +0.2613479914818006 +0.2355295836171593 +0.22621839038532407 +0.2419401909560857 +0.2839295648001706 +0.39757232373161905 +0.5483643569443555 +0.6375852490401297 +0.6947482654083109 +0.6456424402764612 +0.5924775753015628 +0.4667792376777986 +0.24659719703213873 +0.23173329749748514 +0.21069137802956747 +0.21744693443064317 +0.2208168097819074 +0.27993916637080124 +0.4787465409823449 +0.48034931903582123 +0.38071556430789144 +0.3672844203606276 +0.28004298345578876 +0.2388199481151866 +0.24145531389340022 +0.24104850317989548 +0.24783987380070643 +0.26475182631458116 +0.2858739668361778 +0.4197357125630527 +0.5743633566692219 +0.6458448261838896 +0.703349054534797 +0.704480023247519 +0.5832857477908228 +0.45432153308306333 +0.24530518141718768 +0.22690519080823313 +0.21532696045243196 +0.21384778657832 +0.22021629093041678 +0.28167880659141603 +0.47490917406445127 +0.4794576586324838 +0.3800779057498915 +0.3676253474124589 +0.28189236551337443 +0.2391401391619045 +0.24248417333088312 +0.24294863260920196 +0.2502658787374436 +0.2629160399522341 +0.293745197347492 +0.4206129692077137 +0.5839148607085562 +0.649714976317417 +0.7047080727880286 +0.7125736913107267 +0.5889805598910048 +0.4518169042243734 +0.24422281818586142 +0.2289342566273328 +0.21099841459131818 +0.21502626286314433 +0.21882488217854704 +0.27779291503833675 +0.476591993610486 +0.4782751064603016 +0.3757948792650566 +0.36896143863247055 +0.2847355876972069 +0.2461893820485512 +0.25166552268600284 +0.25539853536019796 +0.2622025964507384 +0.27801812928651465 +0.3223234299399496 +0.4433446926645296 +0.5874855263884632 +0.659839461510874 +0.7222198756803246 +0.7272444201906414 +0.6079217599440478 +0.47470571931077027 +0.25070022459251967 +0.2332548104983806 +0.218134475947209 +0.2144991108267926 +0.22262250694498303 +0.2720002026320733 +0.4605716386785798 +0.5007106326814748 +0.3872478756361199 +0.3718191731408802 +0.2706582250731026 +0.24091786751676963 +0.24116726246606934 +0.24513963006696893 +0.2518684458285029 +0.272178623650112 +0.3050201043441895 +0.4366046277620582 +0.6113563814035576 +0.6547942709146992 +0.7077686420737335 +0.7194275975637527 +0.6269190106431439 +0.48527323982658976 +0.2614726471954831 +0.24169377001720457 +0.21812052488417183 +0.22036680151812812 +0.2262223491891059 +0.27053982239379337 +0.4657564271101235 +0.5022157871729318 +0.3966651274081904 +0.37477132167987565 +0.2746504196006076 +0.23862407434779745 +0.23826275633143457 +0.24238272878426667 +0.2557792971641155 +0.27118656216228093 +0.31026972904075434 +0.4405681389964505 +0.6097616445825059 +0.6605607482814482 +0.7168173963284836 +0.7195622227570154 +0.6067343954465853 +0.5073093148874155 +0.2952328691211062 +0.28904020829301297 +0.2415772065849432 +0.2289520428124307 +0.23428554530139023 +0.24335892311884408 +0.3753453186821165 +0.4186989082996652 +0.4794910505112127 +0.410079703783455 +0.3112646938008522 +0.2636578551559708 +0.25803406856142236 +0.2603130980299573 +0.25700984768192914 +0.2524967667169306 +0.32638317557152535 +0.4682585607522859 +0.5592456717089276 +0.651654271469552 +0.6760733103554433 +0.6773671525214296 +0.6266475344056919 +0.5165607055568345 +0.30527438655303807 +0.2537314422515102 +0.24546940198580972 +0.2417859577502277 +0.25876313054668587 +0.398166541484356 +0.46614387719336464 +0.4563350066911226 +0.41339740284710835 +0.34152381534292015 +0.2805474746235188 +0.2748617164867686 +0.2551789641280237 +0.23533353505219948 +0.2292298621708026 +0.2837920179531986 +0.39437289910788337 +0.4939279229144885 +0.666188314179608 +0.6963678907671803 +0.6501845560100896 +0.6000044303860206 +0.46989690672300943 +0.2764745394085133 +0.2193576552367402 +0.24608632313860318 +0.24756693675646094 +0.24109965477447295 +0.29856980347542966 +0.49730542860677257 +0.5505583793712842 +0.42223451759683533 +0.3890656213576323 +0.28458168553834434 +0.25669979854151126 +0.2558101850646124 +0.2539530351466743 +0.2763278845365057 +0.29462878687980376 +0.32253994168300054 +0.46251064709814077 +0.5589574125774175 +0.6532447106841452 +0.7085746746369802 +0.7146268094587962 +0.5957875477435175 +0.46409215759158623 +0.24116452848327338 +0.24039502470536636 +0.24857454842452895 +0.24809066564981214 +0.2474385420670698 +0.30626361938607105 +0.5132214082273632 +0.5487838397206705 +0.3675440153253089 +0.38496168702515476 +0.35420175379958946 +0.32004245446734864 +0.3423118989222254 +0.3482315733610607 +0.35679190269524547 +0.36497170222875647 +0.42051080812245395 +0.542720156896563 +0.6043596906862824 +0.7297720739109822 +0.7723384497556917 +0.7650643575116044 +0.6181041521506692 +0.4511390441854878 +0.2400031596446989 +0.21799828448166794 +0.204310480133717 +0.20347784586921494 +0.211981413518663 +0.26307416212471285 +0.4594820673051696 +0.5244749677484583 +0.3874825286820314 +0.42135272310022676 +0.36873829005258507 +0.3122606954495316 +0.3232949072340289 +0.3317529232191244 +0.35770799870545406 +0.37508502728132304 +0.43836420417674204 +0.5720895072856211 +0.6306186809680906 +0.7481498076469502 +0.8092490149938362 +0.7973567002025251 +0.6332764606079493 +0.5051927278885048 +0.2858244972310798 +0.26221240175543875 +0.26586408129776135 +0.2610954620421767 +0.2779575067522447 +0.2646220897879224 +0.4863403356519482 +0.5607389752492979 +0.4029368874260255 +0.39677921758109946 +0.28033459292771323 +0.2399317017862636 +0.24153210566430944 +0.241995262871064 +0.2853303893905476 +0.31141399817111926 +0.29771903279447487 +0.4577541534217769 +0.5606371476997138 +0.6474649828094609 +0.7064606707960913 +0.7160397645668605 +0.5869358119245381 +0.45852650162833447 +0.27602701035237426 +0.2579864316515772 +0.23582240263528984 +0.23953063661758908 +0.2411897873201441 +0.2988114734147758 +0.49583572883349525 +0.5391190395334834 +0.42500937281045353 +0.40275923198434366 +0.3032121789528133 +0.26833350295787184 +0.27093703149715587 +0.2701052894857732 +0.27696835256165975 +0.27464903711092326 +0.3019166874639178 +0.4312541224551055 +0.5647368506010711 +0.6526143419618768 +0.7073905672495294 +0.7119290584895351 +0.5979272391529974 +0.48669234423484126 +0.2640948477909219 +0.25793821302752556 +0.23025673404296898 +0.22528099589156128 +0.2277286990034454 +0.243190346458405 +0.378804199789994 +0.4117926246778078 +0.4684774163795896 +0.39532974759951345 +0.2876212610999449 +0.24897699481545704 +0.24226206171173353 +0.24639201133697197 +0.23964580987594908 +0.23896028878567896 +0.31205957789501704 +0.4230296246306679 +0.5254392689295337 +0.659758267848129 +0.6801621237819758 +0.6834403574755966 +0.6334830959395708 +0.480585280978269 +0.2660116862439767 +0.26346907254765506 +0.22684345790176624 +0.22343331778012837 +0.23072711559251524 +0.23891583875754954 +0.36973471925658813 +0.45626734018169796 +0.43612632494171916 +0.39179213760171044 +0.32857771852654105 +0.256006039276588 +0.2574915491727752 +0.2292038465933711 +0.22678801700629625 +0.23673179677063194 +0.2881975672366983 +0.39247942332395025 +0.5207768317052495 +0.6492225986521102 +0.7048757512326703 +0.6656470315182286 +0.6073507566951231 +0.4763128856486492 +0.24589427950566115 +0.23197899613252934 +0.21521100124036643 +0.21443963585789158 +0.22089130351201852 +0.2825128292843367 +0.47605899491763043 +0.49805949111894027 +0.38439486948065316 +0.3624968114010364 +0.27314245730977116 +0.23671940954110907 +0.23451478595447164 +0.23914895064067554 +0.250911901758882 +0.2621887336138164 +0.28492132490911776 +0.4113498461282904 +0.5514028720413623 +0.6695843858516131 +0.7182731124760776 +0.7331801380730861 +0.6122774423599169 +0.4710988057461169 +0.24725577473189903 +0.22941503381120643 +0.2168151098335066 +0.21457842771129315 +0.2189729110995522 +0.282143736303022 +0.4755958930254533 +0.4982902981688715 +0.3853991071621045 +0.3686636852471716 +0.28598673122410423 +0.24225102014406585 +0.24255365161181336 +0.2477093680329387 +0.2607466462136299 +0.2688027029620836 +0.3085317740092099 +0.44362989692645205 +0.5529958705106464 +0.6698278682607783 +0.689565056681857 +0.7029723496546134 +0.6114801900490454 +0.4690690680870659 +0.25775453271276444 +0.23776307735477853 +0.22071759938016705 +0.22278310325227757 +0.22725380788159172 +0.2674250581836819 +0.4812197002879563 +0.529508906596038 +0.4091914727663846 +0.37739476795047905 +0.2856206612342127 +0.23613254382476145 +0.23936105550712033 +0.24749789276689202 +0.2483077191184091 +0.25108445086995707 +0.26926293156295683 +0.4206644613098519 +0.5514272443895268 +0.6445290581877833 +0.688110330602327 +0.7027745420053114 +0.5841440529288295 +0.4715049320529984 +0.28805944391337074 +0.26244393490538803 +0.24187676845530906 +0.23869026953433725 +0.24001419982701658 +0.2710019716175295 +0.46791297721572683 +0.5151055245862248 +0.39128574459793297 +0.3682551809968481 +0.27449287825511093 +0.23407580314569706 +0.23942511757153845 +0.237839271636735 +0.24635790843928718 +0.26365206844756783 +0.28483237209295004 +0.4141057997480984 +0.5477861034491349 +0.6636437381468938 +0.7125388618741986 +0.7258914789204244 +0.5994471506330245 +0.46438733469556537 +0.24541969152707033 +0.22990623348107875 +0.21241147180498302 +0.21548807016377813 +0.21837093925649703 +0.27710583819674933 +0.47358128796982707 +0.4897693191335365 +0.3758038928717891 +0.36103674703824845 +0.2719874831312095 +0.23197162024770596 +0.2323933176171147 +0.2345645719372057 +0.24593547038172273 +0.26008786838546183 +0.28103334324967466 +0.4089591706187677 +0.5427741361613792 +0.653846191617086 +0.7123200766196984 +0.7206856945992257 +0.5939889833938972 +0.45891564693877823 +0.24521072918116155 +0.2414286023527788 +0.2120251438221871 +0.21351154084397903 +0.21801579612285335 +0.24880606962726873 +0.38484647914539005 +0.39583711631840385 +0.4511360765910504 +0.3828525375163032 +0.29458781832234693 +0.2503785906807374 +0.24052964024325757 +0.24362035409418056 +0.2383276886350253 +0.23794641546541712 +0.310725359712122 +0.42586564825600826 +0.523890214846021 +0.6487481835186006 +0.6794277478441387 +0.6823357243051994 +0.6219137710044852 +0.4838925698429362 +0.26588227340387194 +0.25728680797754544 +0.2309670787959813 +0.223530575380338 +0.232274029978798 +0.24519380755784967 +0.37174284042838895 +0.4577287241403037 +0.443687838532478 +0.37831282897926305 +0.32296975128379235 +0.25786201818276944 +0.2553101590976914 +0.23320223305022605 +0.22784334578426016 +0.2376481651419497 +0.28947003886878625 +0.40207864033305757 +0.5077187178402204 +0.6347014440589572 +0.6957937400521188 +0.6427838774064312 +0.5977268279459514 +0.4648346215853463 +0.24126526757224345 +0.22762582933679662 +0.2148482229693708 +0.20798969697222447 +0.21798571768681269 +0.2823067348940796 +0.46971883201719283 +0.4856355507426397 +0.380638736936287 +0.36275799958496274 +0.2727524065269613 +0.23527385638593615 +0.23143082780604673 +0.23599831602469662 +0.25067701315321855 +0.26165966865985674 +0.2814267386397181 +0.4069859008509068 +0.5467362506280629 +0.6519540651951778 +0.7156277769161979 +0.7166274048988054 +0.6013247780731211 +0.46166828999721216 +0.24274329910698986 +0.23003542792637657 +0.21313769074739458 +0.21259561631857354 +0.21907047731739637 +0.27947437932763813 +0.47403170592071314 +0.4919100631257165 +0.37912359054822076 +0.368018341560968 +0.274095764920877 +0.23533374877492055 +0.24020611148877355 +0.24505731039733447 +0.25486369108499 +0.27430575706215937 +0.3068697038364906 +0.445903813256794 +0.5565195756165605 +0.6121314515572572 +0.7000882052496322 +0.6969102555747456 +0.6039164622403713 +0.45800326541350167 +0.24410807905038812 +0.22529169185961448 +0.21127243903876894 +0.21272771456144574 +0.21722826715076488 +0.278278215430208 +0.477223092996787 +0.48523113171352117 +0.37780540423333114 +0.3689199249995103 +0.28525541968048324 +0.24796368847799785 +0.258390310694223 +0.2627955993945464 +0.26215826368194384 +0.282711505480761 +0.30519795752023465 +0.43465165317867466 +0.5616742798780994 +0.6182481632635578 +0.6928742239365464 +0.7063353301798736 +0.5921339732148727 +0.4821315423593882 +0.26694719272105233 +0.24680632676173342 +0.22198871687267926 +0.22883401983440843 +0.23514242653628745 +0.2691318090347006 +0.46629749653039515 +0.5126631394113051 +0.4004120579078341 +0.37999048034844407 +0.27862897923461966 +0.24219865842469893 +0.2452505654289311 +0.2452092661368245 +0.2561713295377072 +0.277761287317054 +0.31124948586333795 +0.440681461763111 +0.5584650367427377 +0.633700865854358 +0.7104772964198638 +0.7226783985884107 +0.6002982171048993 +0.4996056813270746 +0.27950874143177856 +0.2585724333479563 +0.23960751107304448 +0.23579310277917243 +0.24200206448991973 +0.2796472186680007 +0.4711230859903126 +0.5271182217490974 +0.41279939389674003 +0.385802683973604 +0.2833705989868788 +0.2499519124040936 +0.25159475231335593 +0.25532238492244796 +0.2688174925864421 +0.28454608556685834 +0.3125769463677197 +0.44197078733544226 +0.544228675998227 +0.6359785824679126 +0.714711132319227 +0.7195349951663095 +0.597525497932742 +0.49239450342151675 +0.26996518959114213 +0.2582192705781032 +0.22620322232194764 +0.2170394141425189 +0.22312094241509012 +0.25554531072134107 +0.3859559934778966 +0.39792320407749343 +0.45761126102091837 +0.4020175299919539 +0.33503494726837013 +0.2774297720932941 +0.27327126311881206 +0.2777599673913709 +0.26626952015802097 +0.2570020695138391 +0.32232130057682784 +0.42974841084401627 +0.5367575623881153 +0.6173698751164721 +0.6633300928889535 +0.677042428687749 +0.6137936576508575 +0.4981379174404587 +0.2819419566977632 +0.2767543421667049 +0.24312829131574104 +0.23710006531727862 +0.245546511691667 +0.25158374774390374 +0.3850080685952055 +0.43532940833948075 +0.4231222520241611 +0.40430840836626536 +0.34773606261754275 +0.2734662355316437 +0.2679677485105989 +0.23554989297843612 +0.23799497078945336 +0.2526499858122021 +0.3183191151146863 +0.4397127836779415 +0.5290854335882649 +0.6312710814047259 +0.7191159918669372 +0.6777402951213417 +0.6184616730308417 +0.48236255068173167 +0.2571451440419334 +0.23291898976151046 +0.2083464422102396 +0.2137624459655278 +0.21454320130109392 +0.27211478540176687 +0.4740018900338436 +0.4783515003470394 +0.37736202761667026 +0.3790688175061035 +0.2982638247152219 +0.250683516945221 +0.2541343117670983 +0.2631040759014383 +0.27217552538044465 +0.27809868899985263 +0.3132998663095431 +0.45466421303376453 +0.5328605672382165 +0.6176190937419496 +0.6959932303379547 +0.7072633108818182 +0.5937501974082586 +0.4833980791820976 +0.26737457996639435 +0.24828537511430748 +0.23971033575880588 +0.24020833124117805 +0.24791712762651397 +0.2929127655331771 +0.4866645889771006 +0.5237438792925361 +0.39790859330526934 +0.37869195513798243 +0.2850619451960781 +0.24027610192666365 +0.2388795685298569 +0.24096172589888734 +0.2520143605784869 +0.27145591462889507 +0.2956533839837585 +0.4163003542991615 +0.5485890124310037 +0.6507358016178457 +0.7254378861882803 +0.7363163054640065 +0.6174085770519255 +0.4762545632003202 +0.2575286551939562 +0.23967251170907639 +0.21988639536118026 +0.22267989093139628 +0.2272563062406963 +0.2879693451868934 +0.4847486340426357 +0.48968914825342597 +0.38619586701685016 +0.37977545090515796 +0.30208745301631795 +0.254540859617981 +0.25410667127455505 +0.24929318420914276 +0.261066388777345 +0.28066694388032787 +0.3124356717350033 +0.43660047399711255 +0.5496476320603674 +0.6107919558815222 +0.6959317369304852 +0.7004877798052984 +0.6126018587850275 +0.47233782066323854 +0.2564614481630576 +0.23927072358610024 +0.22161419049927972 +0.2175624563652829 +0.2225441153876165 +0.2845028142454764 +0.48302523765937994 +0.4859484387919068 +0.3903549442992592 +0.38528626192639487 +0.3125834500408736 +0.2611386707738756 +0.27504741226632606 +0.2602719955200075 +0.25800009868734963 +0.26093258437592204 +0.31254101851685295 +0.436853771284881 +0.5435957139236786 +0.6304720748219987 +0.7171768558546029 +0.7108825389635139 +0.5918436508257578 +0.4885631821724939 +0.26818030071282734 +0.2526489422251347 +0.23885023083490253 +0.2258042557146314 +0.23585797778202316 +0.28291258791473706 +0.4712288808642778 +0.49350841570228116 +0.36588501907960463 +0.369732637491986 +0.2836470209544847 +0.25570444819496596 +0.26478062441462813 +0.2742260994584981 +0.2853268886080962 +0.28610084933078106 +0.32974726723569237 +0.4425553727577727 +0.5438973269979019 +0.6306303639125534 +0.7282247269837968 +0.7222579319079234 +0.5806410060195742 +0.44259781711133234 +0.2375948285748331 +0.2244897875665458 +0.20690295457617316 +0.20171274194760716 +0.23757015937719816 +0.26506139981472787 +0.40460654734165696 +0.3988846680256636 +0.4408188814101247 +0.42970025943880913 +0.33926753401317883 +0.28368461005539874 +0.27907503905195175 +0.287656777458526 +0.2933183286431857 +0.2826535743211949 +0.3624900869117185 +0.44643784042103773 +0.528946269252054 +0.6365554888602356 +0.6811200047308311 +0.6835325222467591 +0.5936655831569204 +0.45173892119697523 +0.26717117040526966 +0.28501386114783817 +0.24952544872587581 +0.2537745481208512 +0.2769038847263415 +0.2822584302223652 +0.37024143095154977 +0.45421591659863336 +0.4496060221685559 +0.37933625287569217 +0.3259274279652707 +0.2450591294652024 +0.2537502672292542 +0.23146992172886494 +0.24123245615658415 +0.25534984907420377 +0.33063398950915857 +0.44042750836784644 +0.5162660954815146 +0.6325570359945637 +0.7250341979983066 +0.6733371235702825 +0.6129031714906876 +0.5104140592582931 +0.285614152331968 +0.2693480304351327 +0.22890862706247012 +0.22385222136897712 +0.2260770735585115 +0.2681368659004671 +0.462606976138914 +0.5164209381945596 +0.39163983197002344 +0.3711369383579871 +0.2783958511451902 +0.25061841150370084 +0.25012048048484875 +0.2519465320631697 +0.24872697035072974 +0.26303219613894185 +0.29084142601356183 +0.4167071169752596 +0.5493893884309075 +0.6490855649531175 +0.6944634842743695 +0.7083361167662081 +0.6145657930603002 +0.48108312783747204 +0.26701802101279903 +0.2494465298973977 +0.23017559087554934 +0.22682905215189247 +0.23180799608387437 +0.2718461129253649 +0.4616267904513078 +0.4993431348134663 +0.3939245221342914 +0.37329763521414605 +0.2790509503246873 +0.2420836850013037 +0.24275760471943292 +0.24983010438666137 +0.2615377529370167 +0.2808247280179676 +0.32273095821122 +0.4649477777231613 +0.5331745432806134 +0.6158205386449912 +0.7017311605024674 +0.7063733643374902 +0.5937831010912048 +0.4824786726721068 +0.26555828298032325 +0.2504910399065163 +0.2308163647074545 +0.22832824725508127 +0.23706385566159408 +0.27498623450506676 +0.47746072558549224 +0.5189477916066507 +0.42176681799366383 +0.3994866882435131 +0.309555406267411 +0.2694133822190327 +0.26420142004558367 +0.26997609758667523 +0.2780863766947518 +0.287959520452168 +0.3242110944844248 +0.456925969372855 +0.5363877202627096 +0.6264298066869064 +0.7009980352185332 +0.710969049614409 +0.6182616235431255 +0.48301484563490715 +0.2686839370188916 +0.2439913400618078 +0.2304228867090407 +0.22879586493117407 +0.222906939806089 +0.27211716335971303 +0.4646997403375707 +0.48796690602729936 +0.39400726131054215 +0.37781986983038435 +0.2776121106927275 +0.24217536955888538 +0.24442290962498026 +0.24160494162008397 +0.25320883296799596 +0.2680954922212163 +0.28918995982338286 +0.43294921294059807 +0.5473542092178862 +0.6047457115196501 +0.6902408910690826 +0.699101975903334 +0.6062631657624202 +0.47334395262204065 +0.2572501824574924 +0.23488966609466722 +0.21834414696213167 +0.2204741465796135 +0.22605706915821622 +0.26910865275305096 +0.46174267535508773 +0.5047997463295391 +0.3914438985997384 +0.37737903715403676 +0.27177507927125255 +0.23714815534258626 +0.23976140015715988 +0.2410594174727429 +0.2502889136327603 +0.27499687890166113 +0.3101649772594747 +0.4356387977308201 +0.5165769505121739 +0.6035662155054451 +0.681519433883924 +0.6991725730270972 +0.6050228196477699 +0.49757227094743656 +0.2767300303195674 +0.26360005711141377 +0.23303448578720717 +0.2274535683218137 +0.23427074304186948 +0.24188874075012032 +0.3814730653355924 +0.41463199895830594 +0.4693909953142756 +0.4042530495991455 +0.29261137672728194 +0.2496142362075477 +0.2418428931678348 +0.243803452609154 +0.23704824341160827 +0.24087043458607088 +0.3127523739766621 +0.4186788997217241 +0.5294322157783146 +0.6304190259521772 +0.6818408860935297 +0.6864293672073436 +0.6269449312823092 +0.4793858712773091 +0.2648997212102372 +0.26655578667987784 +0.2296524377191332 +0.22964593443985346 +0.23564721355233464 +0.24194788888306984 +0.3675732854835473 +0.4373448176768344 +0.4289890536731288 +0.3784159964636019 +0.3216079259831182 +0.25198818567702347 +0.2559284196110548 +0.23168599746950533 +0.22683089948763857 +0.23730499842568256 +0.28697573586317693 +0.39047887218492916 +0.5080591591000336 +0.5951807106917495 +0.6929553263159002 +0.6545656888178253 +0.5947685518922645 +0.4623051197567508 +0.24024547088054554 +0.229102969913149 +0.2113572318386335 +0.21146492880213819 +0.2148384349495271 +0.27574134262223854 +0.46815865573843096 +0.4736397953873405 +0.3751437838773395 +0.3626558668316247 +0.2797019344089701 +0.23551991878051784 +0.2335870467769836 +0.2384025022224292 +0.254648392932824 +0.26580650152593177 +0.29591926442819744 +0.43084913950448517 +0.5439883620920537 +0.6187005697501714 +0.6878252268186473 +0.7006439793747877 +0.6093916796076482 +0.4762914719398152 +0.25904509997945613 +0.23975051115254392 +0.22145063392970665 +0.22346986137321845 +0.2264036849572863 +0.2696360123042768 +0.4655981518080604 +0.5010316960652715 +0.3976175520764844 +0.3779313327129769 +0.2819786887887794 +0.24604827939900878 +0.253647902998593 +0.2512783853253585 +0.26661210971937827 +0.2665507930590275 +0.28151330719603834 +0.41687990581687795 +0.5463727209603844 +0.6138577348265692 +0.7086686214255481 +0.7101201587116306 +0.5936755224054169 +0.4900524190036672 +0.26610229404661867 +0.24638839374051832 +0.22892880697863655 +0.21395630871912824 +0.2228090825507878 +0.271123951755247 +0.45793358397350775 +0.491971310808741 +0.41349295824893245 +0.3999775622949718 +0.32629817062499034 +0.2533402612605721 +0.23092921579566708 +0.2325702696336592 +0.2647282637071199 +0.2805465295472421 +0.3328150235678586 +0.45671050965509763 +0.5218369292269192 +0.6084791423724096 +0.7094898722513084 +0.7046629734376134 +0.5818174016619759 +0.44927069217528875 +0.24550383911006618 +0.24899226206833153 +0.23010465202936223 +0.2325534403137148 +0.23543445981157154 +0.2778623585588754 +0.4885773781750428 +0.4943445721889105 +0.37736861358868 +0.36707175059612324 +0.2710427757526653 +0.2366167790875635 +0.24099232560612244 +0.24910898482336044 +0.25318208161299877 +0.2554220674711535 +0.3132928245252922 +0.4347652056331807 +0.5265325246518072 +0.608143929096481 +0.7140172160749985 +0.7178174396038102 +0.5987441328456334 +0.4909691295828918 +0.2712949526709085 +0.24890453559537717 +0.2247671860028962 +0.21780122518507627 +0.22212263532194157 +0.26630492986626986 +0.4344465119255703 +0.49009191312560607 +0.4055725039686066 +0.4116228365173147 +0.31465047918717187 +0.24510421239027397 +0.22772851351270862 +0.23958483674391534 +0.2414855355965567 +0.2602159213361429 +0.3081738834181669 +0.42991183269892325 +0.5255588914420629 +0.6015953696236792 +0.7132026084904264 +0.7124907421684659 +0.5914659699169537 +0.48071254955540693 +0.2657960670311398 +0.2588279858414326 +0.23049550683255282 +0.21751823017619495 +0.22455188809031615 +0.23732474622990848 +0.34921676071342844 +0.39927344469570547 +0.4824517764165402 +0.4341246283816819 +0.34169806358369553 +0.2678894581146231 +0.25132293086692997 +0.24052086047026278 +0.24519579749081985 +0.24389309693678932 +0.35263695807217005 +0.4390534759492481 +0.48363475815935875 +0.5943185735237544 +0.6814473066838214 +0.6676553793716309 +0.6101579510954291 +0.4875948054931655 +0.28394004717101334 +0.2711835826249226 +0.2373485595910407 +0.23310467124118556 +0.2386082292118425 +0.23819464394981063 +0.3578053770151912 +0.42894720716996687 +0.43136207782928365 +0.4171950081596196 +0.3457809739485051 +0.24576121431093986 +0.26223358347123027 +0.2511867535687287 +0.22932257048933422 +0.24616953689572155 +0.30777719155891536 +0.4017138790017777 +0.5292661744562586 +0.5978436372010818 +0.6985029808886327 +0.6531889824830371 +0.5918102009591002 +0.4906804198249561 +0.265508632418007 +0.23612018262935022 +0.22140334297639694 +0.21558967567332643 +0.2185046114254229 +0.2789781681719771 +0.45587909980473695 +0.48742371044407545 +0.3966186616678099 +0.3988673403558408 +0.32071433804041394 +0.26297421921593794 +0.26950746759186717 +0.27205876263602935 +0.26432384660000047 +0.2704146057184045 +0.3068181308365192 +0.4622405809494831 +0.552880296205414 +0.6264280529060544 +0.7145077821210787 +0.7073621901454779 +0.5935079215639407 +0.4889757030566425 +0.2735012603272526 +0.25596852577902895 +0.23898917847342038 +0.23644850001953052 +0.24269328924107622 +0.2828628613561742 +0.45392354214617026 +0.519330227287944 +0.4104311126407482 +0.38677638530940545 +0.29512433006459443 +0.24947604948793667 +0.24799296671976556 +0.25616146772730825 +0.272923417634102 +0.2802217502633527 +0.3177192863498037 +0.457496780228801 +0.5450263405376389 +0.6128695128056415 +0.7060583628248198 +0.7032704271766785 +0.5892576838430434 +0.4848929034495869 +0.2672137126676629 +0.2517594717728278 +0.23352729737434183 +0.23238395932442207 +0.2339844691688614 +0.26753924865056117 +0.43618950381679333 +0.4945753621572314 +0.41565122641849206 +0.4077608069957639 +0.30908203775491133 +0.2506557173105812 +0.22637951681751559 +0.23871512754775734 +0.25966273482896746 +0.26131317683199984 +0.3009882692934785 +0.42556186324241946 +0.5286659666906042 +0.6084619308465865 +0.6869217862445732 +0.697723000031413 +0.5756451495818146 +0.4427172178048 +0.2775844990089458 +0.25407583986657734 +0.23841989295853336 +0.225676493538895 +0.23191415667313522 +0.2752721535260341 +0.43811312037028516 +0.5103701743746667 +0.38930149624096017 +0.38254750444099556 +0.2717938295151529 +0.24984556621691717 +0.23388295677433704 +0.23563951592442808 +0.2489169695769267 +0.2701862225983379 +0.2733939238965284 +0.4155938899147416 +0.5498392900040894 +0.6307880352152733 +0.7052379405469043 +0.6977818550639214 +0.5793174457206077 +0.4453469922117593 +0.29554084271472164 +0.272265172290619 +0.25683450855967893 +0.25349153498256805 +0.2594753572279769 +0.2859932212192121 +0.4604439482829075 +0.5158380170449941 +0.38984614541728707 +0.4063351513509196 +0.2977730369995725 +0.25900188973409766 +0.2640698816711971 +0.25991736695680034 +0.26914915105537296 +0.28689991210275045 +0.31728592418526497 +0.4417086956109454 +0.5410915902574346 +0.6269761604922547 +0.7118106042389173 +0.7229511370357737 +0.5752019002001753 +0.47527790945376996 +0.2923235885305737 +0.28200243850005535 +0.2506752018067152 +0.24564930773443297 +0.24864025648910262 +0.25313687649554173 +0.3703077664433432 +0.4275024989342191 +0.482306367465027 +0.4207699265363146 +0.3191595097092498 +0.2763803011932285 +0.2544224566881694 +0.2445488359844835 +0.2389780514511418 +0.2624757344008921 +0.32743972462920395 +0.4323739176258237 +0.5065370005543978 +0.6100548319678423 +0.6677507856481139 +0.6775257303247876 +0.6145947386185495 +0.504839402555954 +0.29467224972768147 +0.2878040277514128 +0.26112293406287523 +0.2535032400832838 +0.2591058699752325 +0.26843644300886754 +0.37924970929582325 +0.44265398165609865 +0.4284698370069499 +0.41418043692478235 +0.358427867866578 +0.29222962142617726 +0.269680306408669 +0.24744353716990564 +0.23025737590247616 +0.22763527972916045 +0.3039807120317334 +0.39993217676327136 +0.4887696301383046 +0.5826066595665856 +0.7141066339183166 +0.6681164804810567 +0.607429534308174 +0.5060037174214801 +0.27666183587471266 +0.2553529489121014 +0.2306882385493678 +0.22533927039886806 +0.22553686972595657 +0.2826952618709656 +0.4480707415083817 +0.5068975729604189 +0.41401610651040427 +0.38875705653465126 +0.32865957610810537 +0.24774167764719734 +0.2427738872403225 +0.23667454321215 +0.24969279263616628 +0.2594469436321486 +0.2937982420131324 +0.4292819731505743 +0.5205225438607538 +0.6048557498012906 +0.706614820346698 +0.6902067339987568 +0.5698535116032024 +0.4612809248906984 +0.2722831617112023 +0.2496470583122585 +0.22438002339020532 +0.22864239067862355 +0.236963618173699 +0.2812642519884282 +0.46182450547745924 +0.5068548570244301 +0.38517003459194693 +0.3581727785081364 +0.28257327772996566 +0.23801657173747445 +0.24018884062109153 +0.23466960302852496 +0.24063596446106067 +0.2609955653652278 +0.29577595617786023 +0.39662863935576265 +0.5136478438081961 +0.5989889531894286 +0.6922728055523302 +0.6924176927097091 +0.5745288680298094 +0.4411743197259717 +0.27675162748281384 +0.2578586528949881 +0.23764329652248223 +0.23751049801633248 +0.24205654680235233 +0.2738164197661351 +0.4467914193537258 +0.49576033785315393 +0.3956290101898574 +0.4006150999852945 +0.29726231625011307 +0.2450367242626703 +0.2379202670556062 +0.23585339077902473 +0.2529581607472003 +0.2596970656044692 +0.28349081191756403 +0.434102656548919 +0.5135335320998353 +0.5944228896223311 +0.6976965382918422 +0.6926829159001052 +0.5725644521869134 +0.44135100920187376 +0.2781609115226992 +0.25655872955333375 +0.23998554090249388 +0.2333395628673934 +0.23741875172014817 +0.26626650903599136 +0.4285688114276572 +0.5058200036911539 +0.38897273363705676 +0.3922455505842702 +0.28216034266520595 +0.22563754856972726 +0.22595052968215154 +0.24050622230771096 +0.25470680360608094 +0.26669737772843327 +0.3145315554090298 +0.4387695771380811 +0.5088909811244738 +0.6010059375029206 +0.6905174379129952 +0.7040362185569355 +0.5739748088914955 +0.4454067802876193 +0.25961295858085076 +0.26212509543259793 +0.25207302160649603 +0.22280331279898039 +0.23166336094796608 +0.28681242701016163 +0.4543320078894111 +0.501024040766718 +0.374248464586238 +0.36499715079731376 +0.29317506830184176 +0.23792519043285787 +0.24757914321305813 +0.25795507589611855 +0.2508832277125433 +0.25887597412283064 +0.30612696127769745 +0.4310716968498026 +0.5362655859131513 +0.5993941094592957 +0.6899449767599348 +0.6950817567556129 +0.5685969325057685 +0.49109087732949563 +0.264523180894208 +0.28129529748248916 +0.25375131874410467 +0.24455319853723947 +0.245219628870509 +0.2541582758916432 +0.36227868582170425 +0.42301013497646206 +0.47165167982635114 +0.42341136091958687 +0.33149429874329917 +0.2567878986089215 +0.24998313569015526 +0.25559639039216203 +0.2521370608137369 +0.24986847200205964 +0.3404884685600287 +0.43775249457922755 +0.5011732868389926 +0.6010834508562577 +0.6803432905427174 +0.676492866612115 +0.611903442301819 +0.49000555120383193 +0.28437700896394874 +0.2743678758340992 +0.23763028904290906 +0.2373547110738819 +0.2375302889936793 +0.23992456239341325 +0.3507577062996582 +0.4375588328300566 +0.44257796126954607 +0.3983405949389023 +0.3461029660378084 +0.2386559179225511 +0.24927651723324926 +0.22416026740778183 +0.21892612461781993 +0.23939109386845597 +0.3209533402560918 +0.42582916912821583 +0.4951663968444502 +0.6031693064901165 +0.6983602735302794 +0.6422714233448705 +0.5815729561910906 +0.49090103903474575 +0.26834005898975627 +0.24433046577333326 +0.21940298664249547 +0.21390466882019557 +0.2215948157393387 +0.26632833911320586 +0.4237969274718199 +0.4971121872381265 +0.40670215182708314 +0.4010158042369763 +0.31787795155541626 +0.26277892917614315 +0.24997235200144624 +0.24180697012240712 +0.23903963671957265 +0.27321156256234214 +0.31240402769249 +0.4282820463781234 +0.5092406832668218 +0.6039277884349 +0.7018363654619446 +0.6954088200238993 +0.578766416210575 +0.44149237347151915 +0.2765892633586485 +0.2537476526553115 +0.23701189238968848 +0.23616443593877898 +0.23995770673442646 +0.27871542193985954 +0.44977953720848957 +0.4963092804260532 +0.38968685967365163 +0.3681567328916192 +0.26733491454033037 +0.24417935487666936 +0.2511356882742946 +0.25253344230042535 +0.26209746798025696 +0.2805221682038383 +0.3152899539041845 +0.42775712296093454 +0.5273927134905493 +0.6261730210619285 +0.7111341163814741 +0.7180457646095665 +0.5736243452889217 +0.44794062528949086 +0.24381308076825967 +0.25427246420606087 +0.24235127433128484 +0.232913012830043 +0.24014015730173535 +0.29360905660773373 +0.46012593456256995 +0.4698487771108774 +0.3704707590892971 +0.41319568858532063 +0.3692295742625154 +0.3111461081130385 +0.31302424951564356 +0.3384295247176204 +0.35979211001417044 +0.3815843710283386 +0.45296961591764007 +0.56164660588671 +0.5327532587763587 +0.6442982775274969 +0.7221689238579377 +0.7380254850448245 +0.6099029199566814 +0.47131352100993784 +0.26119030533825954 +0.25024927963570714 +0.20764329900867448 +0.20952372871068214 +0.20885221966612827 +0.2624605828154525 +0.46649616794361565 +0.47775573250203834 +0.40259009268623863 +0.40854678191524496 +0.30555711010988695 +0.26929764224546276 +0.2739819768736285 +0.2603970414093161 +0.26746789371162455 +0.2846034125881912 +0.3157317091783365 +0.4388845406632657 +0.5379913432060281 +0.6314261354837271 +0.7102688722955445 +0.6936984944200966 +0.5735692534836131 +0.4448064755881324 +0.29901425800001835 +0.2750315653917794 +0.2588066418527564 +0.2542113332685352 +0.2577705309570636 +0.29021874210962256 +0.46330913493107023 +0.5146415838191474 +0.4026232716209492 +0.4078835775343744 +0.3024384604941031 +0.26463443803135067 +0.2632060484571633 +0.26884698653536104 +0.27397566326094885 +0.27951891768646064 +0.2849473611502468 +0.41368472961732505 +0.5144029950606818 +0.6088525463215801 +0.7037042183240606 +0.6990610196672075 +0.5759186175250013 +0.44602546179279323 +0.2701465869442988 +0.2874074849985462 +0.253181129154078 +0.24914660008220826 +0.25592416691263215 +0.2637367441463587 +0.3664497723225399 +0.43001382837438573 +0.4392401401103756 +0.41750677899847827 +0.35767734102862214 +0.2884095106873935 +0.28934344349229146 +0.3066750141419835 +0.30767468132310843 +0.323430952031111 +0.44690564566704105 +0.5455358106128321 +0.5640127148038283 +0.674262518625 +0.7403396440257705 +0.72151555085731 +0.6600221423078432 +0.507802454984529 +0.29635838269626563 +0.28362939808475307 +0.24433722223237125 +0.24915931666700952 +0.2522335456452953 +0.25917894253612866 +0.3600697391147394 +0.44035387187779085 +0.4251120578438338 +0.4194469336778888 +0.3946509580089263 +0.30702734982554564 +0.3315869502003289 +0.32962049974264246 +0.3449712693846574 +0.36837904306702235 +0.46799580135275143 +0.45471016757459526 +0.5542209691294596 +0.6136816224959866 +0.6973238644506725 +0.6614854329165047 +0.5899444855110517 +0.4613530141120066 +0.26951573175864013 +0.2569195450931606 +0.20334601614383685 +0.23334190521733794 +0.2612112766922704 +0.30030973690530327 +0.4543866036036892 +0.49511243628868495 +0.36625236004813805 +0.38393544002697794 +0.3035196334307336 +0.24273475023618088 +0.24920539154607396 +0.25459095296967016 +0.2604880800413844 +0.28103893906368316 +0.34202587035662674 +0.4691538740232497 +0.5328409247242178 +0.6142262226224434 +0.7162063819775002 +0.7078826612274184 +0.5800838106651461 +0.4454371194255442 +0.24838148559891451 +0.24773951865205834 +0.2338689993914834 +0.24704172229915874 +0.2477800989157536 +0.2961504435304094 +0.4664583933665365 +0.48622001490546035 +0.35958897527476374 +0.3848010162089841 +0.3089672226785468 +0.25594513570260236 +0.2683061563123464 +0.2810422276209998 +0.29913809777705225 +0.3445223615911731 +0.3983866141205653 +0.5015355967870357 +0.5667812042723293 +0.6685224446062239 +0.7575937569542456 +0.7548000860215184 +0.6163720364488922 +0.46816297916146216 +0.2635104468489642 +0.23424684516234562 +0.21787681093236416 +0.20796497345590534 +0.21981622751823338 +0.2653717079934451 +0.47143391724195305 +0.5246682747538948 +0.4136777358379118 +0.4180143741036358 +0.32396657020780856 +0.23432841726339568 +0.2455149128167656 +0.2583219112527908 +0.26804101386715645 +0.2856142386677807 +0.32449855982131764 +0.39290224470875695 +0.5057391738150312 +0.6099218177210715 +0.6853761993936501 +0.699283122346814 +0.5752120672609532 +0.4442128148739875 +0.26337672309180177 +0.264758239110517 +0.24089067509069234 +0.24556444625154658 +0.251073706371839 +0.28619195007915166 +0.44977413661590565 +0.5039430418221125 +0.4044005220703041 +0.388157583456434 +0.29207766338948665 +0.25831643695939527 +0.2603380900211488 +0.24690112510582982 +0.24643824996992572 +0.2615420185805156 +0.28440252936077265 +0.39450006753197786 +0.5184577405542192 +0.5910015261188813 +0.681472973959868 +0.6853362250367515 +0.5673025869762855 +0.46404941836076796 +0.27944742436048814 +0.26759505561528807 +0.2461413793040038 +0.2485208786895994 +0.25274810214030513 +0.29396376623018966 +0.4586384992462864 +0.5018707184505848 +0.3978199785771567 +0.36621842277025624 +0.29870242706618494 +0.23104186834501952 +0.2218881946425055 +0.23269387353433607 +0.2485873523085995 +0.2638454814780605 +0.3031093781397953 +0.42672248509680455 +0.5123286036833717 +0.6041818512579928 +0.6985238464074789 +0.6959381128179044 +0.5720800689012944 +0.44706957346704185 +0.2916767234190109 +0.2787252906304552 +0.24763318109526364 +0.24114931632954478 +0.23655249295183686 +0.25467061871298485 +0.3601271184078911 +0.41544393986544825 +0.4497304962907935 +0.4011906490968408 +0.3256305417567662 +0.25659274037398416 +0.25652790359239597 +0.2581089420437304 +0.2778115517324953 +0.2854053244149469 +0.3951419929865981 +0.47989651071805717 +0.5096796098602224 +0.6198799065375434 +0.6963836752781465 +0.7144197295520741 +0.6453554328820655 +0.4911642857202433 +0.26112923746737415 +0.24931572473154145 +0.21583948629293856 +0.21792191817395185 +0.2196240588214666 +0.26528122760909595 +0.3358892908368013 +0.45033508320812415 +0.40259061813496066 +0.4210092126182205 +0.3648068468600347 +0.26460472411980074 +0.28219656570443424 +0.25316258665946145 +0.2563763391022137 +0.2767131021467371 +0.3641411043020142 +0.44136090934628935 +0.4982779058000517 +0.5962975942869869 +0.658219595101988 +0.6433424355486522 +0.5716120740814863 +0.45840066500589943 +0.25362887548155344 +0.24344926836055397 +0.24721356278841936 +0.24708330277717364 +0.2513318827201283 +0.2834259751953626 +0.44967703619678157 +0.5030800064741243 +0.38149300896144156 +0.39351955183090637 +0.2903241641161774 +0.2341108892223852 +0.23217256258403662 +0.23898632205697626 +0.25579830883881993 +0.283755505360729 +0.3487651543118008 +0.47497403145511524 +0.5369961191667955 +0.6259526947655788 +0.6848509956589108 +0.7063870749060506 +0.5823935682977863 +0.4455800313970889 +0.26495767581342156 +0.2639866241677828 +0.24454048508232423 +0.23855566100080167 +0.2434232220429604 +0.2815205304446885 +0.4492897619712637 +0.49210133454109745 +0.3788761429746435 +0.42260567228593104 +0.3513134201654648 +0.28269823126158816 +0.2893618296193911 +0.29839060068518747 +0.32516172548080624 +0.3522045149985096 +0.42142115041585954 +0.5312837589268415 +0.6003275008139516 +0.7034543629631238 +0.7754435826212535 +0.7918725113775742 +0.6646366511412504 +0.545461139035687 +0.3459784536775947 +0.3250561852645182 +0.27619574132975927 +0.2393477776363434 +0.27036419639736675 +0.3260568989817286 +0.4877067196297419 +0.5233417013567221 +0.3840740689610034 +0.3972000048759264 +0.2972976634067405 +0.25763425235386317 +0.2759823594877207 +0.2719614185587837 +0.2823944063753931 +0.29662938564970426 +0.31237662458539633 +0.42380565809883236 +0.542921420235906 +0.6070728010575644 +0.6683596291628139 +0.7020452733363052 +0.5784636788663389 +0.4412917205531114 +0.25035462194197333 +0.2501416537728689 +0.23525329423391006 +0.23716061914751413 +0.23730869991793913 +0.2882478141635652 +0.46552152612211095 +0.5083111913661527 +0.3731379565842373 +0.36123470054300527 +0.2945723913476102 +0.26176922346435727 +0.2632393661359154 +0.2660977356866304 +0.27278650077047434 +0.27999625081240365 +0.29693848513467025 +0.39962436636011667 +0.5054908705161061 +0.5927284184954114 +0.6580728171204455 +0.691609079375907 +0.5669491388179534 +0.43667148503943615 +0.24691804232126896 +0.2288175993685026 +0.23944121560113055 +0.23305311269369539 +0.24007332390184005 +0.29828161486193905 +0.46195025804163287 +0.48271051739953524 +0.3618407230308705 +0.39393612965053343 +0.3460838939766176 +0.27508820957524954 +0.27624416189803475 +0.28092437389317887 +0.30736392530669004 +0.3243604660849812 +0.4028768663911696 +0.5230063373665969 +0.5872640330968066 +0.6806137218025732 +0.7413058346834376 +0.7151812518887428 +0.5817941886136787 +0.4408907146453601 +0.25697074908562884 +0.2678824570234982 +0.25621510455723007 +0.2425412224028818 +0.2440507653378931 +0.2576598139328221 +0.365234057143162 +0.4134971022290782 +0.4417149002220431 +0.44040517651384753 +0.3674463064361769 +0.28815148278429153 +0.28612599244006276 +0.2988166737620194 +0.295849841113684 +0.30335014029184454 +0.42023097949921034 +0.5222197632250106 +0.5471906510259761 +0.6411068010664547 +0.687234325053383 +0.6738126575824281 +0.6137226719384021 +0.45780053198481635 +0.2572993356158213 +0.2482902873212743 +0.22312004215518177 +0.21724151406891767 +0.23897336518833084 +0.2464853626660501 +0.3566551093115888 +0.4556747976664027 +0.439205495034667 +0.4120757634206791 +0.33448946371069355 +0.24141570339553162 +0.23989227846704073 +0.23767662941355108 +0.23145063152577042 +0.2247049153455862 +0.2841076146284097 +0.38836971607791637 +0.4959239074716505 +0.6075446991001966 +0.6861432718674345 +0.6605279675810837 +0.6057426640496341 +0.47275515200608165 +0.2891750749004058 +0.287704250331736 +0.2733968895347608 +0.24002986666787682 +0.2546495564879056 +0.3001198447139698 +0.4722050527139746 +0.5623383557492696 +0.43823813851570087 +0.39411545312335644 +0.3411533829054557 +0.2731428311588399 +0.2627358186385282 +0.2542314969073094 +0.25034757670198615 +0.25992368785986525 +0.34509009858997713 +0.4210057010652587 +0.5047610986022534 +0.5898696355848172 +0.6623245918315162 +0.7056876394881205 +0.5763974752409331 +0.44296433615395525 +0.25248594711645805 +0.2336874891238995 +0.2394522531684584 +0.2403521383377071 +0.2463420415636285 +0.3035501117028635 +0.4790153570454849 +0.5024307324572038 +0.3763342715962997 +0.3632244105667831 +0.2976767180571593 +0.26743990480354934 +0.2728094524419942 +0.26814160737327986 +0.2756454850716255 +0.29885304777528837 +0.3680433944259516 +0.48775551818350626 +0.5437654760473475 +0.6216765544056199 +0.6778750719368923 +0.6952782107318252 +0.5658301286779511 +0.43119274042051814 +0.2356549694951019 +0.22116963150754088 +0.2152701124348905 +0.20333387594344093 +0.20585586605868733 +0.2917543042499353 +0.4206099436502579 +0.5094792200239734 +0.4068182887873322 +0.4305076637270998 +0.3473758638545283 +0.2781677332022307 +0.2824104366868063 +0.2902527367281291 +0.30605436260409435 +0.3319377787864793 +0.41795863456479704 +0.5329516904277759 +0.6013017154645438 +0.6954525341445845 +0.7614731033130296 +0.7665461237861432 +0.6383121023806066 +0.4970182665383655 +0.2897910990190463 +0.26501253123153784 +0.24634202351000298 +0.24314013256329534 +0.24009184111464818 +0.275818310211276 +0.4483275582315375 +0.506805201404036 +0.3944344227006955 +0.40701516590708264 +0.3303288668299799 +0.28570940522242 +0.2938759488422939 +0.311814200594935 +0.3322877738484542 +0.3690163277353234 +0.4634568868314964 +0.6001080589385182 +0.6541233690036703 +0.7703770612324065 +0.8286650334129027 +0.8534604943455898 +0.7126235743396513 +0.5644299688194836 +0.34570796855579355 +0.3483930801576606 +0.32322372247828374 +0.3132765066528993 +0.31801146117572765 +0.3474266131850552 +0.5187407114250899 +0.5963225459816366 +0.4759653763237481 +0.5301762891080736 +0.4510869244183515 +0.33862270997280713 +0.3463935440009189 +0.3584632381850248 +0.3662399573643013 +0.37673291528495034 +0.4432514557807822 +0.5272614713832721 +0.5900127085699146 +0.6780692083717988 +0.7584307429215695 +0.7755494131141107 +0.6411848185871907 +0.5007267181490946 +0.28515486111097293 +0.27647845304973395 +0.23284028230407006 +0.23559321879276543 +0.2398951069141184 +0.25539741120427123 +0.35916930305975003 +0.40601053157849804 +0.44349333306618244 +0.39245614040978277 +0.29051276985224284 +0.24770734618495838 +0.2572709860164826 +0.26443994200039544 +0.26141878381105127 +0.2762648384801781 +0.3918556961595738 +0.48171810406259774 +0.5128713576450462 +0.6317536608467634 +0.6545043441824216 +0.6592549974688301 +0.6042605076268279 +0.4595771138565048 +0.27937027651778645 +0.28672133578320064 +0.25285701144564765 +0.2513822392457519 +0.2417276587898338 +0.2558618054327496 +0.3683179846774973 +0.44689376045458495 +0.45522392470225864 +0.3898325908273156 +0.3427042800984599 +0.26702475930867425 +0.2764596419413723 +0.25566059462841456 +0.2627277641403583 +0.2907648488148845 +0.3763525212852232 +0.4793137498136455 +0.5240126785885676 +0.6289391107826185 +0.7162891867476665 +0.6810899467391536 +0.6118673972024533 +0.4749954049439569 +0.2700726557344914 +0.2483129534680623 +0.24009296030004276 +0.22623437848984299 +0.2095577248087085 +0.258231606772219 +0.42718904049709544 +0.4677237718513006 +0.35880754041492635 +0.3618310656531481 +0.27686362426237054 +0.23402796119434172 +0.23478737135651404 +0.24695781826487387 +0.26468100632776176 +0.27765013519356935 +0.3506908385148906 +0.4747602365899042 +0.5433053730741751 +0.6353738794909565 +0.6750438124881112 +0.7125806568804265 +0.5817630127985701 +0.44243394442576356 +0.28692937750019504 +0.26806246604341827 +0.2446796369566034 +0.2393987721259319 +0.24386340375752266 +0.28052435611815635 +0.44711027006585774 +0.5009544441243332 +0.37000046808294995 +0.3917862026868843 +0.3244457010212827 +0.27113270297496045 +0.2814050089852678 +0.28112371982858925 +0.3092294015594707 +0.3364230847741064 +0.4166273650190244 +0.5496279738173937 +0.6070861921090107 +0.7089121810928352 +0.7677572196703569 +0.7682975128300087 +0.6170588897291307 +0.4502843300644882 +0.2429799136956595 +0.22260956355010833 +0.20566701766573595 +0.2040718525049144 +0.20551555090913268 +0.2569353295128307 +0.45116606361746575 +0.4912496519231545 +0.39755621380352896 +0.4092118069827357 +0.33757360187617397 +0.294755026604137 +0.30381714989050546 +0.2799004041817004 +0.29287082916227125 +0.3170633082128068 +0.38198051098590524 +0.48459857340564555 +0.5562325119100372 +0.7127005295595875 +0.7830907226268509 +0.8150736812529923 +0.6742819703721278 +0.5377593195379582 +0.32521147156429736 +0.29280543787237684 +0.26356843229001137 +0.2559655395684739 +0.26364544351557195 +0.31745276518907384 +0.4825275227089016 +0.5650953886534501 +0.46806837784637156 +0.45150093016409776 +0.36686654828188003 +0.3023034308377375 +0.29689432111614944 +0.31051177415613684 +0.32224350795331064 +0.30677018749341495 +0.4121828264771358 +0.49828812817546525 +0.56860773099167 +0.6731564052341767 +0.7179756428347471 +0.7576930926812794 +0.5981217257648149 +0.44089056643093233 +0.24253739039400288 +0.21843441218672283 +0.20550827833844615 +0.20211648281889372 +0.24566361540791806 +0.2990938063171393 +0.46038222573171367 +0.4823381389087222 +0.36189759179966935 +0.3823862002602883 +0.32223312752172295 +0.2511147264045676 +0.260690798840595 +0.26795234465630574 +0.2675273123148706 +0.28037409278414704 +0.34143407711805823 +0.4757316018187013 +0.5270605937170917 +0.6458284783918286 +0.7024272132770991 +0.7296933989524624 +0.5688054838802233 +0.4470216868961543 +0.2726440840200762 +0.28799153735177574 +0.24836986676900935 +0.2429792076689314 +0.24543256386822532 +0.2495915368514196 +0.3720330289933392 +0.4366012543761139 +0.44416255332149496 +0.41544920460964835 +0.3364038791016713 +0.271162106131351 +0.27805451915835966 +0.29457536334917034 +0.2897972246494592 +0.304951154463697 +0.420932543185609 +0.5300077637481915 +0.5731287062898073 +0.7092319863851902 +0.7264566438525821 +0.7352479499940099 +0.6522685098550906 +0.4884847061755914 +0.27584118831300214 +0.25792823711654145 +0.24679733885063276 +0.25730625893161346 +0.25112760965432895 +0.25718840761089884 +0.3642251549369268 +0.4694646627778348 +0.46717733679044926 +0.5163329091331763 +0.48965774604571555 +0.36038780347420163 +0.3630453259496107 +0.345668257247357 +0.3474005320851876 +0.3732692460583257 +0.48845696668635147 +0.5949065774109699 +0.6212657317722715 +0.7657770556994709 +0.8039923854396622 +0.7783820556811011 +0.7050593977563512 +0.560429649482433 +0.37156843855029514 +0.36274710457562637 +0.34659490853548397 +0.3370092993949439 +0.3413280861522522 +0.3708181903884275 +0.5539903966331648 +0.633845920391094 +0.4975098616963086 +0.572868331933014 +0.4955822792122886 +0.37529421232043036 +0.38772303535959457 +0.39540652712350266 +0.4191982907854162 +0.43728109857377123 +0.5515105059933508 +0.6280949617934717 +0.6447354440400257 +0.7888014520194477 +0.8813598983907923 +0.8584557895364446 +0.678702624390158 +0.505282496729024 +0.2785131912372128 +0.22801408314644728 +0.2439112678216524 +0.23751460239136335 +0.26282692795855006 +0.29211978996046806 +0.45848124542279733 +0.5018096208375596 +0.41399614039938964 +0.38881069610621205 +0.2995651874151617 +0.26024218048627606 +0.2557165744987476 +0.2620258266452252 +0.2736661416265117 +0.28970147359996296 +0.28335728775506747 +0.4102351062068472 +0.4948364111389719 +0.591041728448804 +0.6591850542482937 +0.6845614191145261 +0.5620638757785822 +0.4379504995047593 +0.27444066104731896 +0.2590051280198888 +0.2388294395167548 +0.23470847841289513 +0.23826009514235447 +0.2803339684016935 +0.43471286352637617 +0.5051860629643616 +0.3996699446115598 +0.3908686711904763 +0.3062566207306452 +0.23776508290880835 +0.21925563604163156 +0.2231624975345925 +0.24259967585494696 +0.2686710050225205 +0.32738807876550696 +0.46100270833358126 +0.5449831835773989 +0.6255621589630589 +0.6703312620895716 +0.6879733247462593 +0.5694504260506021 +0.4383339337841253 +0.2653974831351556 +0.2597177455308556 +0.25350796809781356 +0.24396618970192455 +0.24249489336323105 +0.28290302100415055 +0.44486043577402035 +0.4794908071380239 +0.3683829122481939 +0.385718600170503 +0.3104786913723756 +0.2581408175273092 +0.26371381685178774 +0.25535552811638135 +0.2801214347842723 +0.2914932597839365 +0.3544047241295875 +0.4579234335649033 +0.5324671294783905 +0.634229649594906 +0.6975435286441583 +0.7149564348000509 +0.5670839309019413 +0.4466356924919407 +0.253264615193211 +0.23048933115383696 +0.235995954974534 +0.23688297767984637 +0.23908358595960916 +0.29288110567452696 +0.4606977801324196 +0.46628156918640745 +0.39413195529204653 +0.4182169481369482 +0.32809174210791664 +0.27420481258941615 +0.28957601509097586 +0.28840662404809914 +0.33031997534066365 +0.3562839182738818 +0.4330588895570891 +0.5326549500812184 +0.6058699837491264 +0.7264444532441791 +0.7958156176651477 +0.8130451891803859 +0.6762889964801025 +0.539033530054517 +0.3455998836983593 +0.32639959593421924 +0.28092850841853717 +0.2831941065724642 +0.30272908033382756 +0.3165422514754654 +0.42980835287566965 +0.5179973775352517 +0.5548366045830089 +0.5697519753694195 +0.47325986344140125 +0.3622429311249386 +0.3844216313636265 +0.37986111933751443 +0.3807914628428462 +0.38944761523733207 +0.5709324238886132 +0.7002447656438263 +0.6723588593847218 +0.8456379394926511 +0.8707388779916514 +0.9079857788572016 +0.818801109912477 +0.6534480482259242 +0.4472943563546185 +0.4438523909841576 +0.3913133968852963 +0.3997643610715063 +0.4044891549193754 +0.41003189996055667 +0.5256490440339954 +0.584326902274712 +0.5372362698288204 +0.6115634820258333 +0.5234587251842392 +0.38732327641276465 +0.3986200499305968 +0.3734312473226456 +0.37512748103504767 +0.3916517457677357 +0.4805023918540994 +0.5891160379208009 +0.6079427714602088 +0.733981838018024 +0.8368921320244924 +0.7963742763506059 +0.7114559321381926 +0.5644153363354223 +0.34091810691822955 +0.30645817098334655 +0.27775544853243417 +0.2736438739079109 +0.26519791094026274 +0.31116585129906627 +0.4781436855374476 +0.5266655191730445 +0.4142932272015169 +0.43252314299911154 +0.33189456349424623 +0.296850732809953 +0.32023121960950146 +0.3311909922979849 +0.3469546107704135 +0.3732082998161075 +0.4607957664277424 +0.5831644845436706 +0.6210954189811405 +0.731906058656498 +0.7823527509196737 +0.8012836439718185 +0.6720100040989639 +0.5220767291803875 +0.3026418360417319 +0.2501292619283371 +0.23290170973605007 +0.2099747237673219 +0.2099538353160855 +0.31270915682007183 +0.4647978913220217 +0.5205656285627323 +0.44075916568881085 +0.4858784737132943 +0.4236725987167112 +0.33801659099324494 +0.34048213517401776 +0.34913563445751383 +0.3651766385764592 +0.38699035968077483 +0.4959763050975152 +0.6204469444445683 +0.6537343014467859 +0.7810550689809502 +0.8431941462499425 +0.8380635284846345 +0.6938763597078462 +0.545482919135832 +0.32942787875558893 +0.2947901521160858 +0.2812511423766744 +0.27448397350393416 +0.2817563212121611 +0.3321010907472088 +0.49541380667704493 +0.5748437035064634 +0.45725687496161055 +0.4759354441801425 +0.38061499773064333 +0.3183633969161212 +0.3075128445735272 +0.3038103902223988 +0.3429718885292144 +0.3777577844713402 +0.4766164847103274 +0.6100635279956819 +0.6296382772890596 +0.7357827250077453 +0.8361042262487555 +0.8397637258159004 +0.6694947814798775 +0.5072877891661779 +0.2780306685284336 +0.23617603002219592 +0.20956441283160981 +0.21043889610846694 +0.24908453846958595 +0.2975143948096486 +0.4666419670147899 +0.47184791303022905 +0.36651053695262614 +0.41863282216574343 +0.3422484415538839 +0.2685138075661539 +0.2713128803619421 +0.2933678735639671 +0.30321911852441674 +0.3294317965993068 +0.403307430161912 +0.527612745688234 +0.5761377536366844 +0.6772196908160546 +0.7444838746791241 +0.7495232514153899 +0.6117356073509066 +0.4740412067254114 +0.25243390035117813 +0.2395309270588432 +0.22072341303760895 +0.23122555767690656 +0.21305620737784112 +0.2893384254458348 +0.46216117780666016 +0.4875461713531321 +0.3759002608555626 +0.4021713817257945 +0.3313591818587537 +0.2581964254013591 +0.26067459405567733 +0.2675650195666435 +0.28433889510627974 +0.3123057935707084 +0.3902045100805695 +0.5284812885447056 +0.5790207324172428 +0.6698574221713337 +0.7266376862094034 +0.7395549948898338 +0.6009577180336606 +0.44356009544878716 +0.2508504466351299 +0.23823190618369808 +0.2449321012113492 +0.24233307530763984 +0.23953199158184743 +0.2651936154161486 +0.3857838807958073 +0.3942246761720801 +0.4484920583124644 +0.4526831365441035 +0.3783343869202741 +0.2919893716082033 +0.2966688420265893 +0.31702638497576835 +0.3124602063990728 +0.33356319178409854 +0.4511159029261335 +0.5637251512516718 +0.5899620333286555 +0.6999531521351484 +0.7365046227515043 +0.7164053657933829 +0.6211822185995863 +0.492206081144388 +0.27591869182579454 +0.269088554935855 +0.23424999631699725 +0.27210677136952877 +0.27623135536449206 +0.2792986614836548 +0.33716020369431565 +0.42335002368598057 +0.44045199306066063 +0.4681755106339886 +0.4518835922391537 +0.3392674815798478 +0.3521096312606536 +0.33991154669334983 +0.3469540781276377 +0.3662825522827012 +0.4952788490872556 +0.6022246393922438 +0.6293564539740778 +0.7670242845885918 +0.8528282007897519 +0.800792799269513 +0.728612033213248 +0.5829916434823942 +0.3600190589860257 +0.33755244523154104 +0.3150605517754589 +0.3103039494702615 +0.30865965133659345 +0.3555472349685621 +0.5275232314142471 +0.5879900680916197 +0.4694510068401413 +0.5090267284563976 +0.4145119301603782 +0.33733221242219363 +0.3449116655262937 +0.36706390953403906 +0.3982218829515279 +0.4194928119238296 +0.5480563237907008 +0.6571346807545173 +0.6532909572966537 +0.8018054422943925 +0.9057082986467463 +0.910152544386338 +0.7824553964718663 +0.6265453229154926 +0.38666376464181174 +0.3585570329473655 +0.3414846736436562 +0.3192710138646825 +0.3347136414363302 +0.3910442309120594 +0.5659048095575143 +0.6635970514618978 +0.5256030987422367 +0.5943394498627422 +0.5141703669537623 +0.3955266733870338 +0.4147325147893278 +0.4398738731656305 +0.4309334261248544 +0.4450300105983031 +0.5788921373975254 +0.6929312365434059 +0.7055146932860776 +0.851542112420976 +1.0 +0.9838910745652976 +0.8040339177934224 +0.6288436895028827 +0.37774316252036483 +0.33022123800394726 +0.30160066819202125 +0.28900462340654187 +0.2743769215001065 +0.31135951536529094 +0.47779190868364624 +0.5426493427556832 +0.43021808867256156 +0.46858155748787583 +0.4245451316883547 +0.328747011819849 +0.3288662511267078 +0.34107562037901085 +0.3722208844694296 +0.4052848400257533 +0.496888104044046 +0.6185747592137978 +0.6241771757579129 +0.7639730390553238 +0.8419751399073406 +0.8653693498736664 +0.7167506191749435 +0.5746050696274623 +0.36231114363246575 +0.32657999322449327 +0.3035148633898169 +0.2880866488311427 +0.3104562742806462 +0.35765334451210523 +0.5369622260583826 +0.6092767026705714 +0.479060602318716 +0.5318271933861363 +0.4594032923044281 +0.35219876022589025 +0.3611175362685991 +0.3679478610468213 +0.3849011514375763 +0.4118438184297966 +0.5395834769995441 +0.6145550310216654 +0.6567373466249734 +0.825126220977892 +0.9048314763922827 +0.8936986874762477 +0.7462144525402882 +0.5775792359689976 +0.3630590840669883 +0.3229505627081105 +0.27894226497634306 +0.27134595206826706 +0.26512669023508995 +0.290874863435491 +0.47470378117237516 +0.5560530217107195 +0.4300687824285442 +0.4644489658179448 +0.3888252642828168 +0.29038353395047484 +0.29521978583198955 +0.30575827125655536 +0.31939942823762296 +0.3658896040318172 +0.4507743225607263 +0.559163414636072 +0.6109519240139978 +0.7154240941797647 +0.7633140116996143 +0.7656181985717708 +0.6262875223975544 +0.488420073217173 +0.2883999051857894 +0.28543778510622186 +0.24444543347352057 +0.22803326900109255 +0.2194423439095245 +0.23308660906180706 +0.3621784933662263 +0.4679920429237859 +0.5080824313179291 +0.48476918114473583 +0.4144928010550557 +0.3196614980211713 +0.32403153083543024 +0.3338868048407277 +0.34748469160445405 +0.35725210874869995 +0.473741783370504 +0.5893620056817408 +0.5792091011177922 +0.7074369760145792 +0.7624973333120717 +0.7832387909538951 +0.7035024247019996 +0.5472405736048123 +0.34087465973868397 +0.33739565988708176 +0.3240999186632603 +0.31994186992982515 +0.33068738375349693 +0.33681945937660096 +0.43925403141668407 +0.5139679022440701 +0.4838962312722815 +0.4961247203156017 +0.44587684086977614 +0.30853648159148045 +0.32209241017610263 +0.31939462426335813 +0.3493219920988264 +0.36792982268501456 +0.4832859023780046 +0.5852253413228664 +0.6081344417017879 +0.7437518489108523 +0.788674547006757 +0.7426209492726668 +0.6450098769932386 +0.4663966609824804 +0.27489867704565923 +0.23042224339697692 +0.21500460021075013 +0.24917557011122754 +0.2482357909017184 +0.29450479850152855 +0.46516244802530715 +0.5052381424362006 +0.4372256921012363 +0.4656544696588124 +0.41213342756351146 +0.3180049044977935 +0.332181482563665 +0.3391091810621672 +0.3581539522395352 +0.39258467588518414 +0.49298239117587334 +0.601787728049351 +0.6470379557839462 +0.79836218806425 +0.8012207022814324 +0.8188262479913624 +0.6787288482250646 +0.5303528792426451 +0.3194667971701781 +0.2831835800215374 +0.2502909802582677 +0.23992644267037377 +0.23562950754117193 +0.28055095237708333 +0.45809052071832795 +0.561478749096199 +0.47370768808306923 +0.4923765255999022 +0.43267873274319096 +0.33477355252423835 +0.33519053087938067 +0.34570515102033966 +0.3739512100752955 +0.3917237205219162 +0.5059975894388691 +0.6028892501615739 +0.6308548660973256 +0.7597591863563612 +0.8491900618837611 +0.8645310332368376 +0.730920542973716 +0.5634839764663417 +0.3603626991462922 +0.33620475555628865 +0.30773864704684795 +0.28841079332858327 +0.2908172473769718 +0.3431835684857123 +0.5054925870429511 +0.565681906041054 +0.44422112807933856 +0.49097164598157755 +0.4439524570811799 +0.3541238494387214 +0.3565130921196295 +0.3522913177874283 +0.3640843245459572 +0.3970735392522187 +0.5363409395926708 +0.6487080657724881 +0.6538656714055243 +0.8037475053126449 +0.8447568647176674 +0.8465272941008887 +0.6759663556618054 +0.5169897230238468 +0.2936610465654998 +0.2568298171770505 +0.22384201744005447 +0.20533652866610205 +0.23660471894101523 +0.2897986227231438 +0.4638505405274771 +0.4732655613208879 +0.3836687822367107 +0.42908162958327556 +0.3451789183277322 +0.27517569430849287 +0.28114632921883337 +0.27873534716297094 +0.31054220309415626 +0.33178866024345544 +0.4102307455133989 +0.5353073069396327 +0.6116929748129172 +0.7008489787473802 +0.7478100252619277 +0.7782694483112846 +0.6156548588997461 +0.45127046268076604 +0.24941484933903538 +0.22670087530555977 +0.20822824546309404 +0.24739749486433965 +0.24975464912809403 +0.29260608280864264 +0.475468516348426 +0.48447913104262336 +0.4038477254696675 +0.4460557098241076 +0.3701635606863777 +0.2908424311899423 +0.3075917510438236 +0.3187252248397943 +0.32595126904606414 +0.36631311951656276 +0.4271160738501807 +0.5203540505025658 +0.5815038211552075 +0.6984315062831731 +0.7779302543711019 +0.7982100003244207 +0.6611956287472103 +0.530320082702805 +0.323902594936426 +0.312701496866003 +0.30170409120544994 +0.3075652115855529 +0.2848026074683985 +0.30151369999067323 +0.42514146657439517 +0.4919930116586257 +0.5428655391193355 +0.5283648402166483 +0.4611614739727115 +0.350700128026813 +0.3408453289864559 +0.36014053411152974 +0.3865805904887205 +0.39554684768878623 +0.5371107007733066 +0.6351536741144589 +0.6581038276538189 +0.8022570429827598 +0.7819104223542525 +0.7960019368928768 +0.7075362630311165 +0.5338707324233937 +0.3348197932907893 +0.320754347445248 +0.2848789787303646 +0.23206057425439625 +0.24887627656736924 +0.2567224269329915 +0.36759887522771983 +0.490272512084858 +0.4782873780569425 +0.5239205327315776 +0.48354628047649056 +0.3510639006696513 +0.36275055163246067 +0.33031949594181165 +0.34488347992104473 +0.36109390304022104 +0.4577431611826641 +0.5228693738297633 +0.5697539281478765 +0.7025569075056091 +0.7922195206080727 +0.7496584504930293 +0.6552758026298842 +0.5022214982953296 +0.2896920975270678 +0.2528148281339371 +0.21564184266640576 +0.2115862771781417 +0.21225171521648178 +0.2939141561845258 +0.42949708015873495 +0.5308863488256483 +0.46096135401620547 +0.49565272857031517 +0.4330257292260583 +0.3468807129035125 +0.34691209785416705 +0.353949270444413 +0.3713356493839628 +0.40280736855800214 +0.5068313024084737 +0.6331051485853169 +0.6816156871986868 +0.8232111089479246 +0.8336637759155955 +0.8579508389859709 +0.7337644951020611 +0.5755282067893976 +0.3524434740092301 +0.3144361128088156 +0.2896169686764373 +0.2828606086821127 +0.30126965269717243 +0.3477362525476008 +0.5231557874125905 +0.5948844281316206 +0.4765018763543828 +0.5069426815645213 +0.45812581252284285 +0.354196981690927 +0.3678823953576174 +0.3864759546419489 +0.4036891178385907 +0.42360627619355623 +0.5300960513725346 +0.660805996445057 +0.7016974730729014 +0.8575552638826708 +0.8800174860964503 +0.8317359600983011 +0.680157708365426 +0.5115004142012977 +0.30173212881868594 +0.2667853992137036 +0.23189903500635276 +0.20780707956187572 +0.2140331600630743 +0.3001455009074726 +0.4605393832727495 +0.515197126631848 +0.41394961877490205 +0.4440141811388211 +0.3845503220686706 +0.306422137426919 +0.31199435069881665 +0.3136525622648658 +0.32346341393238315 +0.3547028437450248 +0.43285509401884975 +0.525975994169776 +0.5748973477588835 +0.6948577032844064 +0.7664603631523111 +0.7636857776651169 +0.6282188066574996 +0.48810032075114784 +0.2656781293928752 +0.24786779558961564 +0.2223315604181651 +0.2033266655177724 +0.24663129402595887 +0.29340013990940156 +0.4732200054313859 +0.49166568886830836 +0.4316718916888982 +0.47637188178787704 +0.40062647964302917 +0.3134112705401151 +0.325791698003987 +0.3423135472699224 +0.35453806517233516 +0.38042718803404485 +0.476451820996465 +0.6043198272476983 +0.6597392744682342 +0.7701178405113147 +0.8205366058866206 +0.8208793181658072 +0.671301384106908 +0.533944015340577 +0.30980023713719573 +0.28021233287850644 +0.26567393048968196 +0.22895199712329758 +0.234172980865016 +0.2675701478554675 +0.4426966492133505 +0.5389199877197227 +0.4572704652028178 +0.502143543137699 +0.4360267951851116 +0.34628521196376283 +0.3450715584622636 +0.3605333077784538 +0.3869465995172659 +0.4134575506740523 +0.5139919741662187 +0.616114971144217 +0.6672983750763575 +0.8034360702935859 +0.8661195882614531 +0.8770576135808167 +0.7377335316305542 +0.5865160952065371 +0.37506890424584977 +0.37424598575372353 +0.3440316361375486 +0.340217463868331 +0.3541907838030925 +0.36420284907184636 +0.4748761280628883 +0.5365575804332503 +0.5601520449986226 +0.5655568268015558 +0.45162872382753366 +0.3662281434392381 +0.36054120619045454 +0.3951146771232768 +0.4529158171209831 +0.45713010920403935 +0.6104942518721387 +0.6486501372046233 +0.6496182948449145 +0.8288792526783192 +0.8625189695091624 +0.9179258912892103 +0.8288506356149246 +0.65331173118339 +0.45817079187735127 +0.44286268844506554 +0.41124392523480174 +0.41653265044943083 +0.4109003246864277 +0.4167892738609679 +0.5370410712469857 +0.6000448065287013 +0.5306223168206147 +0.6188217993551 +0.6115411261958235 +0.41077574091272095 +0.4214972368629208 +0.37742682019523155 +0.3922345878059662 +0.40975580240070547 +0.5888327458576889 +0.6408750996013562 +0.6538437045727323 +0.8072767843652874 +0.9149705214551975 +0.8778888143868032 +0.819908024437304 +0.6689896401307569 +0.4421602739197852 +0.41591539515130393 +0.39866439958918626 +0.39688134302155664 +0.399628518637015 +0.4313898231764485 +0.6000896705499242 +0.6779438560028264 +0.528916404558681 +0.5702541191082016 +0.47777295870104364 +0.3654270896214711 +0.37779667569782344 +0.3907200446351246 +0.4121475838443372 +0.4037240492756456 +0.5179032899678753 +0.6189567617122294 +0.687196021803707 +0.851260038592229 +0.9046064910511509 +0.9262150207954806 +0.7826700242879314 +0.5894586970647817 +0.35660354001619565 +0.3343369246378958 +0.30562793054391935 +0.2895238678902729 +0.291631491964504 +0.31930992024853566 +0.5034854605728334 +0.6112979503081529 +0.48218995784813756 +0.566537225003494 +0.45743306523173627 +0.35365084950082465 +0.35027254449765655 +0.3646203851092222 +0.38624896664582403 +0.40949325357993216 +0.5598512116426733 +0.6501627361014569 +0.6861309604954224 +0.8363370442711152 +0.8978046899381783 +0.9109823113592843 +0.7734754151055624 +0.6038504745928428 +0.3920726965841741 +0.3679994891788155 +0.35347313806930136 +0.35684299428684435 +0.3599351974839873 +0.3953752451140871 +0.5697955375868587 +0.6445092675133511 +0.5079729489716028 +0.5464869224018558 +0.4815709083559711 +0.36968622921775207 +0.39601192695529414 +0.4140000296894816 +0.44802826650304134 +0.47875454255003347 +0.6021663325871881 +0.6814401457698186 +0.6929406193391776 +0.8674799285624981 +0.9578635100874245 +0.9754044836380042 +0.8371260422191314 +0.6757494920747212 +0.4623387670243039 +0.4374207933276428 +0.41699374104025444 +0.41643751182503336 +0.41770555914539714 +0.4623226089033917 +0.6511058328671898 +0.6812902376435191 +0.5051920999517118 +0.5858139282422419 +0.5142919195288161 +0.4007889463769612 +0.40833340030109544 +0.43702652182853446 +0.459650752564532 +0.4548952458013305 +0.5977182505598408 +0.6604243838893736 +0.6939384731040801 +0.867448560322837 +0.9525371301013653 +0.9919389638310655 +0.8458320564230095 +0.697881781051977 +0.4969396788816795 +0.49765099945085134 +0.4905346396640735 +0.48949652186265713 +0.46302547718217263 +0.5009874473843081 +0.6764726196861564 +0.6995584380116708 +0.5147211930165132 +0.6031548031793091 +0.5325801217652419 +0.3956215526469451 +0.4055537420788246 +0.425136561803112 +0.44544479489715993 +0.4521396164015047 +0.5612826883847961 +0.6854357492686504 +0.689042224286688 +0.8599731984198092 +0.9682656831644784 +0.9945135821425979 +0.8225966852037845 +0.6832318973091549 +0.4632661208551511 +0.43586386475638345 +0.4046112102445229 +0.3988537163576461 +0.3895736192072686 +0.3805694761317544 +0.4918863520130506 +0.5521533981362787 +0.5670998894414416 +0.5101468314883288 +0.44889639014329946 +0.36655632406397065 +0.3413607325457361 +0.32814715044392345 +0.3382153456634566 +0.34338745716155217 +0.49259939495594945 +0.5874816288551998 +0.616959333499256 +0.7480286217030921 +0.7990501244272541 +0.8265810980791457 +0.7549303517238792 +0.5784833012219713 +0.38091041732531955 +0.3745190770104127 +0.34833895902210305 +0.34070414885455985 +0.32688420129164436 +0.32320921154071314 +0.409836662764508 +0.504118429060791 +0.46624312670486845 +0.4963131091501579 +0.4460910750667248 +0.33803509504743323 +0.35317299360216575 +0.3372676138044091 +0.3277413694803373 +0.3664645031517475 +0.48028048974812826 +0.5469649196457549 +0.6050533467978688 +0.7544533211706584 +0.8484977690866201 +0.8071537114362914 +0.7256212850351295 +0.5769471108308207 +0.32975600189796905 +0.2998438507461646 +0.2701239157329657 +0.2611662042037682 +0.248555222338761 +0.28978042626017236 +0.4536455639615517 +0.5417833411519298 +0.44338246852637164 +0.49237754105653664 +0.437620651962184 +0.3459029653525579 +0.34456872441419867 +0.35283676032917155 +0.37762833207880403 +0.3862393711496103 +0.5055933658330201 +0.5980804069240686 +0.6432962899266184 +0.772461937407158 +0.8297216713260422 +0.8519504398162282 +0.7145783931554657 +0.5446125339000333 +0.32725642325055143 +0.28776382991915256 +0.248789111494854 +0.23032922257727803 +0.22303383116317513 +0.2671499227200299 +0.45008271402749406 +0.5099121060253543 +0.4426313298070052 +0.4737391476808124 +0.42556742724784 +0.33929573553464615 +0.3397565878834991 +0.35309544392056663 +0.3756219914936019 +0.3974309638118006 +0.5062331746866803 +0.6031894153440546 +0.6659831954817268 +0.8087863935795239 +0.8753338403695731 +0.8862339908080977 +0.7490965596248041 +0.5793987309955905 +0.3672574081099122 +0.3507962044772099 +0.32886052903284696 +0.305882768019906 +0.3118504982262524 +0.3493498265678207 +0.5223411200094689 +0.5826462169753396 +0.4641155924355343 +0.5022981312742802 +0.4460540585960732 +0.3635200220509693 +0.36490811519888233 +0.37402115452104984 +0.3998049464089063 +0.4223309550350368 +0.5533274579165252 +0.6259544150015709 +0.6500746555288168 +0.7908822715433993 +0.8965855690076376 +0.9065510100754707 +0.7696662994803777 +0.6091089934213805 +0.39154327693800994 +0.3509568901395654 +0.3616963379704087 +0.35110191426376053 +0.3431105072186173 +0.3771322169688903 +0.554418431186591 +0.6267176237848295 +0.5013490121911452 +0.5376472919836601 +0.4551481050545761 +0.3682257790785018 +0.3830320368194377 +0.40505510518962556 +0.410666536637265 +0.41588260127773374 +0.5424551686613456 +0.6501716507826444 +0.6816882968870819 +0.7836054341347941 +0.8850725693226273 +0.8919444785845981 +0.7492702520458709 +0.5939914993120325 +0.37894377779354677 +0.3625347413348831 +0.34398818577645085 +0.3238824959206301 +0.33138390046379324 +0.37464077066135026 +0.5513929538722186 +0.6192381228522386 +0.4783816106312123 +0.48866921251025414 +0.40566086507299987 +0.342776489436002 +0.33361997903545276 +0.34115685197556433 +0.37735181695781184 +0.3879929583249596 +0.5032429454675128 +0.5981515394902662 +0.6515050842688505 +0.8065647944332983 +0.8780160410976869 +0.9088450417548444 +0.765605562468129 +0.6076440840272505 +0.398499729305874 +0.3886069032956807 +0.3733150599922425 +0.36457983368956937 +0.37807873695779304 +0.3708533247524065 +0.4814477843761468 +0.5553441051710954 +0.5557174902691293 +0.5455292520516193 +0.458039950926594 +0.3945937894596137 +0.3737406679408136 +0.37988655071803495 +0.39011408387753643 +0.3993788328509212 +0.5462113329233974 +0.6207193918854393 +0.6560022236402253 +0.8069741854322368 +0.8682759221729917 +0.8823329907474451 +0.779257951559486 +0.5804664193314787 +0.39073083026903294 +0.36316024791949014 +0.33812981835499395 +0.3664761240980036 +0.3313841692408839 +0.34321706031785726 +0.43227493894457153 +0.5026925561854776 +0.48713304910630134 +0.5424081423033179 +0.5051215648602801 +0.36343304439009094 +0.38707939684730996 +0.3649956734215655 +0.36202987025839983 +0.37113790559399645 +0.5049616346136891 +0.5952954480437556 +0.6288445446655991 +0.7915541027140229 +0.9062158261091013 +0.8375056734129791 +0.7437715793036959 +0.5842714154746879 +0.3539736113170878 +0.32608006533335315 +0.3104610749874831 +0.2930367224575158 +0.2869975810058011 +0.32826821364614456 +0.48952780160674414 +0.5664060960337981 +0.4755230947235312 +0.5214386534776242 +0.44095799406415304 +0.3450425316346197 +0.34521302799908 +0.356677579464572 +0.3807500386607282 +0.40148644849095905 +0.5227207147526465 +0.6478693030661676 +0.6838428946019365 +0.8400465583398854 +0.9184849836243406 +0.9426656170054744 +0.7720148679140815 +0.5807551036011503 +0.3488387220340209 +0.31172002075228483 +0.25152608606685534 +0.2180543493441177 +0.2621878273258591 +0.2914431973030022 +0.46664034210801547 +0.4762277251473642 +0.4030652567504895 +0.4531162623456251 +0.3971722750978727 +0.29758607526008346 +0.31214507983454426 +0.3255056337728482 +0.33789697839276356 +0.3660914361627986 +0.4538976571928174 +0.5535866407551355 +0.6049528736781785 +0.698421148359973 +0.7796873247412455 +0.7648239384263847 +0.6405595072744508 +0.48584752263197906 +0.27591730952138455 +0.24568230189565432 +0.20916453531112045 +0.20773588498133191 +0.25024981909935046 +0.2895491580014291 +0.45636018015813257 +0.504275173618256 +0.424496004292283 +0.46318627393913325 +0.3830537143500357 +0.2918194745459595 +0.301842284891904 +0.33078108661538197 +0.3398082757073447 +0.3549142016358937 +0.4536684320095353 +0.557384630196022 +0.6120048035626878 +0.715949028689389 +0.7695679482418594 +0.7665378368440754 +0.6265340788909165 +0.45901771812549513 +0.24775993913184485 +0.24297127180255515 +0.2408397471468596 +0.23928006218339942 +0.23889850116662464 +0.2898186184592028 +0.4616239867071088 +0.46902863055481625 +0.4036106463743212 +0.4604139134219107 +0.40088415382972414 +0.32901931747289254 +0.33313035319514384 +0.34460694684245935 +0.36170899556368763 +0.3866587047635837 +0.476791668968571 +0.5904060624554137 +0.6401859080656283 +0.7508779914348435 +0.8083813607876932 +0.8066421552648586 +0.6505342225022105 +0.4777258116441875 +0.2668315187404165 +0.2317197763876396 +0.22356778345244066 +0.20827441149003445 +0.2462789290021052 +0.29062324729101624 +0.4613467784300858 +0.4840306195554496 +0.42949472014647766 +0.49754336835533675 +0.43216830713642934 +0.33617733162368746 +0.34506495412444904 +0.35485541774643636 +0.3737840809092311 +0.39368631230413575 +0.49948721828001286 +0.6146213669551356 +0.6593689015647304 +0.7936609370307584 +0.8663219273295373 +0.8266376069433883 +0.690195944974671 +0.5297146151379936 +0.32093738818664763 +0.3049572187406175 +0.2665235164570556 +0.24863090958027192 +0.24966703829737413 +0.26257545537971083 +0.3838517994799312 +0.460018563908196 +0.5187384138189338 +0.5583355915590187 +0.48737010275075193 +0.36475272999927194 +0.3686836892982753 +0.3684336611728563 +0.38350215262598303 +0.3884913928299759 +0.5159149791318662 +0.5948964075835887 +0.6161424212774166 +0.7599114951611514 +0.8147334714185428 +0.8031181870709478 +0.7253102735206911 +0.5537105213589356 +0.363788284632908 +0.3475517759628538 +0.3123886609847941 +0.3120364181481045 +0.30824959063736446 +0.3078693134129702 +0.4111515749968216 +0.48863494590777584 +0.4638750982854753 +0.5249679050248278 +0.5048741586416512 +0.367848511284159 +0.3776681230638753 +0.36109682053715714 +0.35207061588875477 +0.39112670297689733 +0.5073254642891214 +0.6096202501794877 +0.6098939228654318 +0.759113828433436 +0.8777648243189473 +0.8243131626919499 +0.7442651866364063 +0.5956820387284495 +0.3807204617971433 +0.3633570054875687 +0.3375119421084275 +0.3287539986290035 +0.3310355845577842 +0.36744227257124923 +0.5467022455454418 +0.6003474514508657 +0.4717597460495935 +0.497550399887994 +0.41738233041561973 +0.337464201436619 +0.34625565792799096 +0.34451724859379973 +0.3537253523669795 +0.3936590301942639 +0.5158384849126662 +0.6124430715128546 +0.6481631784573257 +0.8081830806384167 +0.919410747787491 +0.9193992200144234 +0.7581499066161187 +0.5855670586570566 +0.37592375134921197 +0.3562028858973234 +0.34616152946106393 +0.34324865016858286 +0.3414350783665076 +0.37946691061982624 +0.5384785958367585 +0.6013021671938139 +0.46229963866691104 +0.5065467252629139 +0.4411784701616998 +0.34732856703356485 +0.3486938551383383 +0.35604097054982653 +0.372195255653019 +0.3960845907169385 +0.5052143303325054 +0.6236734528785634 +0.6582587504401272 +0.7845678772128161 +0.8722496215817789 +0.8304715782253728 +0.7125727812324938 +0.5455288060204497 +0.3290977066043666 +0.296778849938461 +0.25976157539274886 +0.25373878175020254 +0.2564408819092478 +0.26647095194894543 +0.46734442796026066 +0.538209487718737 +0.4486598593353408 +0.502991756652237 +0.4541394786699422 +0.35744934930645617 +0.36607098162309587 +0.38103953711087557 +0.40264200059774763 +0.42293446618577124 +0.5387221444510621 +0.6210369934063505 +0.6705582462043457 +0.8034840599954588 +0.9046968579209997 +0.8735732230226209 +0.7045572848227556 +0.5395019917661268 +0.31868807097759794 +0.296808614260611 +0.2575342139651856 +0.2535129660391573 +0.255919863996405 +0.2961335433791343 +0.465541690987312 +0.5685641684379498 +0.4609965247607754 +0.5405559279383961 +0.48698500882805434 +0.38350153663882763 +0.40712740471095454 +0.38763893267038857 +0.419771857838927 +0.43906764847849106 +0.5565003321429973 +0.6434168478974327 +0.6923053032943157 +0.8183689368968555 +0.9269184840634037 +0.9169886745969154 +0.7860590002555509 +0.6661570576817937 +0.45656586629851204 +0.3873019982937476 +0.3280931238637106 +0.29866499726970275 +0.2995709836783549 +0.31994918042291226 +0.4892092517159099 +0.5498815034189483 +0.4240420567944523 +0.4553091667599415 +0.39884325165138695 +0.31555738137833617 +0.32647834683899307 +0.342221437612415 +0.3674404115173279 +0.39147363969112925 +0.4867767331231502 +0.5846355107888515 +0.6287639413649778 +0.7220915482311459 +0.8181889113885212 +0.7904595842882064 +0.6512947638991715 +0.4875803047348823 +0.27100625250035865 +0.24858688664313014 +0.2183586444296541 +0.2135745667526581 +0.21342931833498263 +0.2810105752157189 +0.39239090440564384 +0.39840302052766485 +0.4699359172368545 +0.4714676061396979 +0.4140007914173862 +0.3162921774515661 +0.3301467824776535 +0.34054420464242385 +0.35288233264279745 +0.3660767675626129 +0.49369227840554114 +0.5986511341241597 +0.6024877551598226 +0.6832896297178711 +0.7373414489966679 +0.7030575390408216 +0.6174240711961955 +0.4585953139649636 +0.2677905684080833 +0.26805184882544847 +0.22258035943712784 +0.2256254792777648 +0.22473284873098887 +0.24285817287517406 +0.35635100700153627 +0.4560986420176849 +0.45842279444780976 +0.5069065092556286 +0.4592880707774721 +0.38188512880951053 +0.41992809455726454 +0.41959929143508495 +0.4220697980460335 +0.4545292831756297 +0.6072811660259793 +0.6423211984143463 +0.6551354237766788 +0.8165935346748247 +0.9430708329801651 +0.8726817701111219 +0.8042172473223665 +0.6608348321337525 +0.4575172650464245 +0.43931760901170697 +0.40541487341212984 +0.4017151631109848 +0.42173335069844103 +0.43453137623795 +0.6060531447550961 +0.6782994796815206 +0.5061934093469963 +0.5453533519962394 +0.4517560686122068 +0.3475324365569001 +0.3693103965947711 +0.37137321482622765 +0.41295150069487574 +0.43756607632160016 +0.55931508974114 +0.6546690235269148 +0.6885594384772598 +0.8337607696550058 +0.9442292387158746 +0.9406979183723853 +0.8248824181241443 +0.6658803657570768 +0.436632798655383 +0.41710607766732394 +0.39747686234166035 +0.3939858806393454 +0.3963652624282065 +0.41709888258850913 +0.5811817503540793 +0.6544691404484134 +0.5192602334508426 +0.5736675988757893 +0.48842530957665065 +0.3645416575560021 +0.38183363620068134 +0.40782075976690824 +0.4122383636941673 +0.4164053899734178 +0.5022413348508438 +0.575741166997893 +0.5870303538823223 +0.7194438433965388 +0.8380767672892111 +0.8362476354993512 +0.695677823693506 +0.5321061065731169 +0.323209222045206 +0.29591020862513756 +0.27518915833595486 +0.2584311553853141 +0.2619673140494397 +0.29027860576053016 +0.45090131043343973 +0.5032539114304324 +0.42987999075512684 +0.4640172279578475 +0.4080027488939023 +0.3208350928249781 +0.33443712441517365 +0.34297347285703567 +0.3594485140362062 +0.3856846563838973 +0.4762410859715264 +0.5782041247662073 +0.6338111388827239 +0.7555569387966137 +0.8365505080982062 +0.8148944457708537 +0.6759867841564331 +0.5149375873546328 +0.3011800270125993 +0.2637166724902467 +0.21478179568791791 +0.2077432290473182 +0.2109391164618357 +0.30746638412361604 +0.476930633467604 +0.48090351847534607 +0.4309641917816718 +0.499099614922034 +0.4355978964042451 +0.34773535955453305 +0.347818849335202 +0.3599272728302142 +0.38236632651945773 +0.401952333560011 +0.5083886841060735 +0.5995212704935311 +0.6438053549421038 +0.7352807103603025 +0.822225865560781 +0.7935737572094149 +0.6548730063388002 +0.5047232016386319 +0.2991920317097011 +0.2725762408596488 +0.2460029779377847 +0.24191620220551768 +0.23718614537223073 +0.26431495537791977 +0.4603871756035903 +0.5387828009455072 +0.45357285908058104 +0.5182352984613433 +0.46009297117474957 +0.36459947936168735 +0.38224576325665394 +0.3967223958730746 +0.425544187578286 +0.44817640202062753 +0.5653713730262874 +0.6576573976855956 +0.6743742961507786 +0.8117338243254759 +0.9044772372436705 +0.8794212772172071 +0.730290688887234 +0.5770070485026735 +0.36881672849098224 +0.3647593551797311 +0.31909139131920305 +0.3250148025708378 +0.3287518757462469 +0.3382668473668738 +0.42297618663806635 +0.4728525732646548 +0.5148281104223048 +0.5213964481226628 +0.4320460392246726 +0.33028215302383795 +0.34208298569857487 +0.3456318746249569 +0.349855177866377 +0.3430134315157725 +0.47153536539417074 +0.5597581792530035 +0.5622741005717173 +0.6878393782787613 +0.768247677252474 +0.7376062982795264 +0.6627651143250065 +0.5075333689293435 +0.3111158230769661 +0.2999579242195191 +0.2600121453605183 +0.22933968041458277 +0.22987162051875626 +0.23150964800855073 +0.36189246313336804 +0.4305984243810974 +0.4201855654887559 +0.44579445634420756 +0.41904811094751754 +0.303492186886694 +0.3067993089657121 +0.3061407601605054 +0.2937422754673734 +0.2956273457070367 +0.38944851804285424 +0.4892485531537343 +0.5317365733340454 +0.6456871145344255 +0.7595558822143261 +0.7150276708787132 +0.6424203173012525 +0.5112291232917013 +0.291802159899465 +0.2649964699085747 +0.2286769418245638 +0.2240089409577832 +0.2160406053652473 +0.26142623915106 +0.45658700561069027 +0.49023756693476794 +0.3916092883622508 +0.40734306417488086 +0.3159565573712814 +0.2661040972151794 +0.2729984987324058 +0.27830258026047827 +0.2859354626202936 +0.3097763649438025 +0.38211895698001597 +0.4807205513747311 +0.556049877217861 +0.6693920934529074 +0.7511053482430831 +0.7607100941239793 +0.6192148621464135 +0.45677687999197863 +0.26611875063330237 +0.2267099047560684 +0.20467896600622992 +0.1999560133790121 +0.20703341510088852 +0.26175710980366695 +0.48082011622692983 +0.4749930211809891 +0.38614683090075674 +0.4101665559300999 +0.3443471234475197 +0.27605270993795394 +0.286814648455728 +0.2969895817864081 +0.31441086399215395 +0.340799803344907 +0.4188142121248793 +0.5233698157278649 +0.586106800214245 +0.6797245071757777 +0.7661601882348049 +0.7577927570227185 +0.6178148700628228 +0.44219029844589264 +0.24255282630547625 +0.22549856278808664 +0.24342946988012146 +0.24039179794990206 +0.2422284848519704 +0.300466403072308 +0.4749380185258111 +0.47227640764529955 +0.38501105881788583 +0.412721500416093 +0.3320393614237025 +0.28630765247439904 +0.2959604195423792 +0.313506096350228 +0.3327390306152959 +0.3366135487765533 +0.3987493731639912 +0.4961910702891539 +0.5783406165142583 +0.6992863304747895 +0.7863448762914512 +0.7733606463766022 +0.6302396148520379 +0.4863022505540993 +0.27975810726813155 +0.263743134890773 +0.24296088563918042 +0.24074231169663748 +0.23483978861015076 +0.2786181927872385 +0.48195960851756303 +0.4800782200593689 +0.3628597966311386 +0.3769275700236471 +0.2935561042910451 +0.289313114945162 +0.31941734626795243 +0.3403016062557637 +0.35971500464489936 +0.37104112985887394 +0.4511832013114221 +0.5425828867213841 +0.6192825913086547 +0.7485285539364942 +0.836397635491167 +0.8437016432555643 +0.6972681559342947 +0.5441954165219135 +0.34134713504790304 +0.3170506320254069 +0.290133916169723 +0.2859647784899975 +0.3090635378031876 +0.35151750010349336 +0.542921796774921 +0.5831629096628513 +0.45643232972789693 +0.48117513881687757 +0.41549494520059604 +0.3294951088860169 +0.3304350892484011 +0.34482968871844916 +0.3753399858430181 +0.38825844366670276 +0.48859345486816086 +0.5870467737669451 +0.6306466626307669 +0.7945251229424055 +0.8706586427730792 +0.8776765000063781 +0.7271732817959873 +0.5650723580795922 +0.35393642693948923 +0.34016832776141265 +0.3049451755448099 +0.3061610695654258 +0.3103264982119609 +0.31678712056419533 +0.45558293336585937 +0.5011631075372179 +0.5367599845511523 +0.5578586652226564 +0.4682467100751927 +0.36604104309850244 +0.3768297192806176 +0.3720492161098188 +0.3691821191574622 +0.3965836249185659 +0.4703469347521228 +0.6308767768416657 +0.6494436891862653 +0.7928900240133567 +0.8316526284359929 +0.8382214404295861 +0.7694166065137235 +0.595543520848365 +0.40377301676798816 +0.37383241060788713 +0.329668732654377 +0.30604324954776285 +0.29283750220265564 +0.294904481026418 +0.4193755148579916 +0.47901486498293583 +0.45380023796193436 +0.4927875534991138 +0.45027679767360673 +0.3310494188636364 +0.3492918051372447 +0.34141006206506297 +0.3456509329810107 +0.3693436328428349 +0.487576436050715 +0.5721848698119875 +0.5979581770210916 +0.7364175973420746 +0.8503754651131926 +0.8234491724652305 +0.7073513132418223 +0.5643465491765842 +0.36886125814620746 +0.3621998410470987 +0.33364270651032496 +0.3304466451358823 +0.34056431263029563 +0.3598335512273107 +0.5418956615766763 +0.5809538290114116 +0.4521414979493727 +0.4874871996469287 +0.4224114391665499 +0.3349085038087441 +0.3475799953437161 +0.366130222664057 +0.37414269718267745 +0.40772485966723926 +0.4936854928815101 +0.5674159037067462 +0.645127492380075 +0.7992879436477712 +0.8954030424437165 +0.9014615669232375 +0.7200582719218172 +0.5552170000030714 +0.31572819159391385 +0.286877609287975 +0.24288848103266109 +0.2303527944268648 +0.2320529807654286 +0.2616280360166888 +0.49509539628390375 +0.47243811781209794 +0.3935586686888007 +0.41169473511691734 +0.354172532419398 +0.27256505632653 +0.2945191491335233 +0.3001685409580349 +0.3101198396421329 +0.3324355005420208 +0.420710678181106 +0.5337262031394014 +0.6266691376770145 +0.7659697406876581 +0.8655259035056309 +0.8575119024983742 +0.7140586362153755 +0.5527841690626809 +0.3512368104127173 +0.33243723826622007 +0.3104171782103665 +0.30882032563352485 +0.31300331062942416 +0.34520719949491413 +0.5401909545442919 +0.5745992751703672 +0.44526086306951224 +0.46285712024663517 +0.335457004473328 +0.28674743608908965 +0.28674643228413593 +0.29227561706196953 +0.3190621898386761 +0.3465488743760456 +0.35875540421775964 +0.40656322806038825 +0.4949002077786702 +0.6026646107254917 +0.6760944400320672 +0.6958538201292349 +0.5798926486118996 +0.43930858906697756 +0.2366521299850965 +0.2200219849866125 +0.21688474126863594 +0.24159835162153717 +0.24470944929026356 +0.28374596389865847 +0.49477114410031103 +0.5079215109910153 +0.3578234872472839 +0.38151057177466946 +0.2855776721040866 +0.2379865629722928 +0.23014388679658399 +0.23818738777559262 +0.25415977822066277 +0.270372345787715 +0.329159619377601 +0.43118379307802857 +0.4987313979962161 +0.5931747656076587 +0.6729958618619485 +0.6760925801308775 +0.5592263966265553 +0.4214928636257002 +0.2341202195465548 +0.22246737567080452 +0.20696399509744 +0.21538312263557433 +0.22478274863703146 +0.2590864950548573 +0.4832235835034638 +0.468603789291582 +0.3579522113213688 +0.3691007136072767 +0.3151512886347203 +0.25240548220999987 +0.2557917260829315 +0.2735538236171222 +0.2729932475599537 +0.2999584501404519 +0.36546940443228315 +0.4714225581448579 +0.5281639092357744 +0.6221111342311835 +0.6994354007003627 +0.6811727861789066 +0.5627149727084421 +0.42231915262038267 +0.24986215607019727 +0.24531702969828045 +0.23735259429663239 +0.23240434014889533 +0.234685335457926 +0.2514097691615065 +0.3987620330875128 +0.4196188896394585 +0.4223442392009273 +0.403290246692283 +0.3452650115522021 +0.26324378681254074 +0.25128786982409573 +0.26966865099734777 +0.2686244677568598 +0.2699407018768396 +0.3898910559916908 +0.4688088475758564 +0.5115976911960061 +0.6023477018849196 +0.6747534852581708 +0.6617688995476084 +0.5884977323282404 +0.46958209309877624 +0.30052260709003764 +0.2889865827656504 +0.25411659638586903 +0.24824134059961758 +0.250194442300556 +0.2577445084664044 +0.39044730429909574 +0.43799692926476824 +0.43220164703813924 +0.398977307035786 +0.3878931043609748 +0.2913418724218308 +0.28418274809254884 +0.27679228229000863 +0.26450340942736905 +0.27500769246045764 +0.36569742046712145 +0.466508213437461 +0.5052917777851251 +0.6149628555824384 +0.6858084579217943 +0.625805921975403 +0.5807100176559112 +0.4497415659963512 +0.2969925620144712 +0.2720292706280179 +0.25405759158044905 +0.24857160614288695 +0.24418113359342483 +0.28494378806835957 +0.4758071696706363 +0.5009882577624994 +0.37981884688010775 +0.41247737694409264 +0.338600455870538 +0.28325160464415267 +0.2763113447442593 +0.28149849086097656 +0.28739800184962194 +0.3174820021305536 +0.37976095205718036 +0.4953691432839411 +0.5330603726900539 +0.6112770189070468 +0.6941713722979882 +0.6967423843382317 +0.5757388432392041 +0.4358335490089663 +0.2893106684991724 +0.27012715023280265 +0.2453251742804757 +0.23860083776420565 +0.24114353064337485 +0.2754013119119205 +0.4681398418085253 +0.4993279952508738 +0.3866819596991103 +0.38419515928620895 +0.3257882031315909 +0.2600931889128291 +0.26317336465655367 +0.2793415819962907 +0.29057005933260566 +0.3172272510478032 +0.39443012361883095 +0.49533643566191393 +0.5481375283974536 +0.6265539725556296 +0.6927043201110815 +0.6979415421811684 +0.5754824461719311 +0.44066792106400493 +0.28758561548213957 +0.2739662858548211 +0.24998219718936932 +0.23570901589717128 +0.24236629359272485 +0.2757326655145468 +0.4694209433317982 +0.498704699581169 +0.3969709644092869 +0.38041280721677206 +0.31194259395738394 +0.261484471577905 +0.2609635770330281 +0.2589366557309798 +0.2581853631191009 +0.26677270452446 +0.32204343380246875 +0.4195620545296651 +0.5361182567609342 +0.6212932888050358 +0.6848095970576241 +0.6925946539151837 +0.5741964925337889 +0.43974569771705996 +0.272327137669984 +0.2387743364411632 +0.22369400918391674 +0.2023185529071324 +0.20737129471576907 +0.29044529335009645 +0.49339086137218946 +0.4686975228688933 +0.3604899926903996 +0.36877846829028416 +0.2908343313445264 +0.2601840552993186 +0.25485060848081326 +0.28851056559616783 +0.29289433410858867 +0.31111134070472596 +0.3866323776936092 +0.49828735579746786 +0.5612980958270374 +0.6649407758987234 +0.7509897842970739 +0.7575451548879044 +0.6436929373546 +0.4762273488873583 +0.2853502806548576 +0.2906153543930244 +0.25600996967250333 +0.23115977889771866 +0.246986205872622 +0.2959614711412512 +0.4968408043303104 +0.5221904305969121 +0.4248998761782294 +0.44856491073775495 +0.3835879050455585 +0.3126688014514819 +0.3167403634651381 +0.3261949138814476 +0.35291706714368226 +0.37235952796428834 +0.46237066060270676 +0.5468993286278437 +0.5916848716790338 +0.7227115144485724 +0.8224111037461517 +0.8259505066156816 +0.698257223011747 +0.52499026340787 +0.3451461453725415 +0.33632951956996704 +0.3016746258543237 +0.2684932775085357 +0.26595196310966673 +0.27934986561864317 +0.39193714297290483 +0.4184559337017044 +0.48660078239259785 +0.46571280057334274 +0.4097867884542703 +0.3142705900021518 +0.30621166753319995 +0.3050633643720743 +0.3318869736331647 +0.307016536435006 +0.4246348941473409 +0.5178306716369622 +0.5297872180191655 +0.6340039489374133 +0.6718268412690848 +0.6569308916966758 +0.5939537795675409 +0.4584630476087212 +0.2897407658454287 +0.2953378763352903 +0.2655686060042376 +0.2594118783665174 +0.26050684561120707 +0.27019316695797996 +0.40311502988718023 +0.4446257166744572 +0.445987376953202 +0.3910976542712179 +0.35571015278676316 +0.26582176661791274 +0.27556606853027227 +0.2583790425673481 +0.25398495255933395 +0.2733993650475982 +0.37018266469101496 +0.4309230687255139 +0.5013632236830093 +0.5987978583639563 +0.7038844339107434 +0.6444565645289881 +0.5750263233720404 +0.45483458830157514 +0.27170632685301055 +0.2795656323263777 +0.23891601861251763 +0.23138298138413302 +0.23806750502058968 +0.29339451039758785 +0.48694782494567435 +0.48911386046065886 +0.37302991400738705 +0.3893096083471781 +0.3019079548586743 +0.2342587373059226 +0.23199478127587947 +0.2599876557003994 +0.28003848914310403 +0.2964268391353155 +0.3686159915896847 +0.48378339220926664 +0.5460856010277547 +0.645903909583668 +0.6938490827366146 +0.6883685996232914 +0.5784065615859111 +0.4455151720423419 +0.2711872179144229 +0.2777727751542435 +0.25467701956025196 +0.2473184187573837 +0.2511050540021051 +0.28351500576887223 +0.4733625217109057 +0.5004465483936557 +0.35681551850300514 +0.41256034351246285 +0.33541750325505426 +0.2826597008617539 +0.2884671927136633 +0.30940106199123313 +0.32763013843692346 +0.35143850384294784 +0.42153892094471 +0.513488896785669 +0.5683841563387275 +0.7150029175461877 +0.7742449955937427 +0.7909198138103403 +0.6276300437270176 +0.5028443046802169 +0.2936397073363751 +0.28274258144278597 +0.26469189721420117 +0.2589493574008733 +0.2646401091553317 +0.30929418222265365 +0.5156690397399925 +0.5703812365952311 +0.4499503202080667 +0.4632957895054263 +0.39653648855411966 +0.3308287799805397 +0.3324898524089303 +0.33512468886341795 +0.35419335215521863 +0.36283958267459504 +0.4526435234545953 +0.5613545264871455 +0.6336137857424234 +0.8007358966479475 +0.8766539438575346 +0.8819763782360394 +0.7380501975736331 +0.5867164453971265 +0.3858605497390632 +0.3577916144614245 +0.34421073609303926 +0.3349448868990573 +0.33906930975038785 +0.3711493101638879 +0.5747440201297088 +0.613384236951981 +0.47043182491726443 +0.4823555673674571 +0.39558925447093735 +0.3292146282352314 +0.3254021120412041 +0.3332149330078312 +0.3354282316340133 +0.3563587494875209 +0.4508807541830264 +0.5426189266327057 +0.6427913478529095 +0.7871976533181515 +0.8326194367190833 +0.8429921943065726 +0.700554376340617 +0.5527343888278683 +0.34248049629500726 +0.31470196048013116 +0.29891736410261516 +0.2832909065491229 +0.2876114057157345 +0.32403465646944263 +0.5230983386249546 +0.5612227234643559 +0.43733807180687534 +0.48439767581173965 +0.4356188269490867 +0.3493423471427026 +0.36778694027791203 +0.3640111703570933 +0.3714056295614264 +0.38014258179965327 +0.46499584853406095 +0.5589649521811374 +0.6525563256747092 +0.8475777753754109 +0.9136477505696534 +0.9292300108235265 +0.7704982790860662 +0.62100183035242 +0.4130287970967483 +0.39575604330911796 +0.35846968721619715 +0.3475358067661184 +0.33163426440661653 +0.3461701449233858 +0.49078441199574613 +0.5222673941722853 +0.5526211773224708 +0.5542471794927115 +0.4483388769025321 +0.35875529847545046 +0.3691996528772348 +0.3765192175082732 +0.3886651874396598 +0.3857897257010077 +0.526984650509518 +0.6006881619817759 +0.6289412123324097 +0.8153547248155902 +0.8401434933405796 +0.8507539258216565 +0.7715109827626871 +0.609334165736444 +0.4167906177223793 +0.4037209346730125 +0.36454290862957955 +0.3711984915583123 +0.36215614156460435 +0.3719944268949023 +0.5100368581605539 +0.5615548231569101 +0.5011258528344777 +0.5382326942358513 +0.46246045483104037 +0.35557368287790075 +0.3569765838120222 +0.32402190005129805 +0.31310468788636897 +0.3309792793943026 +0.4287977332970691 +0.510929439320874 +0.5648361546298072 +0.7315732714418244 +0.7582705110015338 +0.6927814131158951 +0.5966923969565713 +0.4634549452266287 +0.2395468388717909 +0.22634099272875888 +0.2029152795964613 +0.23471752153595685 +0.2581637599992194 +0.2843867441328505 +0.47989154344354584 +0.5007934174157889 +0.36430517348886376 +0.3954038094605583 +0.3239464226132935 +0.2529593789085565 +0.27400083516699225 +0.27675557284193486 +0.2754379317004808 +0.29514303917078893 +0.35783740785764745 +0.4779924871353483 +0.5499832849784762 +0.7034722625566306 +0.7350073923278397 +0.7147182575215159 +0.5591634593975362 +0.43097755236208013 +0.24875654969062125 +0.2183714567736681 +0.21571405279071265 +0.232364469524334 +0.23744956826546976 +0.2873825855208735 +0.4849854298903495 +0.4975601323260594 +0.3573379822445431 +0.38640974380496884 +0.32613303745912714 +0.26316589357541303 +0.2773327322058974 +0.28642467385768305 +0.3048811320477445 +0.3349741088241735 +0.39596322417602436 +0.4935582239480432 +0.5476628153863918 +0.6934161169768079 +0.7502221406458972 +0.7409508224460674 +0.5789215161501396 +0.43636275723346807 +0.23665119058317652 +0.23729441460818876 +0.22289636308725197 +0.23483765257337533 +0.24120363562811034 +0.28421178089027466 +0.47954830152595196 +0.5155992108451843 +0.3588018605485268 +0.4131557024070876 +0.3588324784604663 +0.30740347977787175 +0.3153761050941218 +0.3250626655241902 +0.35565519294771764 +0.36684990949671914 +0.4526538927966926 +0.5480543743087875 +0.587164117985021 +0.7261430873447348 +0.774524823959605 +0.7492948284034839 +0.5996025292053673 +0.4482554579029929 +0.24373058021115862 +0.22503622050068517 +0.22641091518018827 +0.24100200238785535 +0.2458064861484809 +0.30246234562844004 +0.4896955423736439 +0.5055184047326584 +0.3782165785783676 +0.44532764630688165 +0.3983777756759681 +0.32338613389718374 +0.34598115192516554 +0.36037991533157 +0.3751898704717441 +0.3988520883628841 +0.4946133508962257 +0.5844854142143284 +0.6158724849505468 +0.7627991302379038 +0.8261063645593681 +0.7979454960312483 +0.6464626344521996 +0.48816045442709805 +0.25160277561907957 +0.23378844127166193 +0.2130036349791321 +0.20320266081675115 +0.2105302219842644 +0.2913341057417999 +0.49628772209960526 +0.49160624389024604 +0.36136521165198277 +0.39888567355711674 +0.362329889433236 +0.3051435685338943 +0.3063447008017826 +0.3221069946181378 +0.3488754787035405 +0.35931879212106754 +0.42451692180570366 +0.5165735225650444 +0.5741120037631411 +0.6854162845795982 +0.7263743833660508 +0.7217346436323763 +0.5893292143730724 +0.43790033106079695 +0.259456743911358 +0.2375137645824445 +0.21031683238589344 +0.199860717441312 +0.20804682999469104 +0.25919608577023645 +0.40689392630008087 +0.38361453837648235 +0.42906932884257126 +0.37693232866564735 +0.27246693139799766 +0.2351782620070218 +0.2576669634001775 +0.2582064946897795 +0.24641306150701198 +0.25807350758422626 +0.335053338063622 +0.4090287825868039 +0.5072805384253537 +0.6459680661821866 +0.6665869358095177 +0.6724784966089135 +0.6082750046934201 +0.47809019477396025 +0.2754889460647162 +0.26848088848485446 +0.2373613286724213 +0.23396959916171556 +0.2375675377189342 +0.24696167478846007 +0.3581465869361704 +0.42126700045075793 +0.4156417669535513 +0.42422188198802285 +0.38404591708890357 +0.2936753582214496 +0.320626750998087 +0.27366724540795495 +0.2708887853219251 +0.2847323809296183 +0.3500279883786824 +0.4327414410394915 +0.537364932163246 +0.6669859021070915 +0.7403457209742701 +0.6832047338117799 +0.6194885678377839 +0.4791459475919298 +0.245468501145356 +0.21903173038055798 +0.20475416213029493 +0.2009180220117227 +0.2074674192717497 +0.2910672651962092 +0.4851418256900584 +0.4971183965788055 +0.3614736427234965 +0.44863598581082526 +0.4093883672950548 +0.33035696470359577 +0.33763658335575764 +0.3520731911923869 +0.3478491832969019 +0.3664387621879503 +0.45596621169369633 +0.5940697273059838 +0.6479872409467773 +0.798368654492319 +0.8488016190604504 +0.853091012582424 +0.7128828404767914 +0.4985226081105047 +0.2841996034122303 +0.25087520035780514 +0.2337006060894698 +0.2270633843112159 +0.2316854655655617 +0.2743515080267641 +0.4578317147519467 +0.48926224888226466 +0.3812301487695166 +0.38789007109710233 +0.3070701666509323 +0.2779827799252997 +0.2938735694664611 +0.3131416007667267 +0.3132523793903731 +0.3336622695424771 +0.40359510545083355 +0.5175695581363081 +0.5702778540385868 +0.7029759014599619 +0.7517172576002602 +0.7728068073277776 +0.6321128734007847 +0.4924578572744875 +0.28373115547693595 +0.243660491046654 +0.22931758784075945 +0.22766655599017444 +0.23062653469443878 +0.2583814452748659 +0.4584932894347675 +0.48597868469444316 +0.3667609351985566 +0.38339733734493925 +0.34915571468038237 +0.2668165731273674 +0.2961224682099281 +0.3051950257298654 +0.3015506322381359 +0.3213771733232494 +0.3681887703800867 +0.40722925355542633 +0.5104981137053338 +0.6270803093960453 +0.6733602764020056 +0.683901028764621 +0.5693770398142504 +0.436951737683617 +0.25223930305609144 +0.21433665272839816 +0.21958841420911407 +0.23825155341218285 +0.2396899087144231 +0.29618174042313955 +0.49235692795698915 +0.5051317464846882 +0.3957084458127401 +0.38220592329786196 +0.28280254153697404 +0.23783633389248837 +0.2403222329975413 +0.21956429469619615 +0.2366208820488051 +0.29577235493928283 +0.316151436611655 +0.40538978052441144 +0.5447923874439501 +0.6259112871712704 +0.6757243595612247 +0.6815648122513112 +0.5624815708253748 +0.43846140636773956 +0.24774237366236004 +0.25502590198613606 +0.2376828050673331 +0.23227524526311505 +0.26158432963984135 +0.2911321647740572 +0.4805970321681771 +0.5277769590408253 +0.39384338999647767 +0.40087744183696516 +0.3043401253199039 +0.2657373679600915 +0.23665771223510274 +0.2669159685400381 +0.24417420085883185 +0.2741174043020578 +0.2690893424995623 +0.3871120683378274 +0.5189877548547267 +0.62486182550824 +0.6751943021163619 +0.6793274074412825 +0.5582863314060944 +0.43389300201107495 +0.28346339153383693 +0.27710007481290516 +0.2505901452602243 +0.2385256296950553 +0.24505263756935747 +0.2560151825723183 +0.3863052212878989 +0.42502705513630623 +0.458848346914358 +0.4087091623426459 +0.308063168424101 +0.24132937321938835 +0.24471765304729984 +0.253368563398469 +0.23594525566003793 +0.22765590454296347 +0.31385711129422367 +0.396105058741716 +0.5037369821201438 +0.6267667845201196 +0.6343180670968143 +0.6366281208218506 +0.5722850667634367 +0.43770846958015264 +0.24800062390893482 +0.24498163860618866 +0.2166917413768993 +0.21402656040824705 +0.22375541095624987 +0.2294690580538474 +0.35333833676665716 +0.4239316725086832 +0.400938363892295 +0.37282532348722863 +0.3399570001384742 +0.2588273393490304 +0.2422500365954093 +0.22532989281030946 +0.2324761514057302 +0.24152841356590804 +0.27847854069779887 +0.3624726034987658 +0.4798787066528774 +0.6168284081498053 +0.6762096852308304 +0.6277201306103767 +0.5740212735344513 +0.45078878568436104 +0.24835687803628212 +0.25696843519330204 +0.2398046602720504 +0.2493044196487726 +0.2533435650578385 +0.2796570302056908 +0.471741383408097 +0.5259068402158916 +0.4071301464004149 +0.40193516283833 +0.3009158381110029 +0.24810867583815407 +0.2358174618017415 +0.22145530636709782 +0.22973767106643006 +0.2632422935660866 +0.28724537105372044 +0.38324501736690536 +0.5231983660255307 +0.6288187105865545 +0.6709696032501983 +0.6791696086026405 +0.5570047690881339 +0.48592447990589904 +0.2793700444125463 +0.2554564545914491 +0.2376785414275621 +0.22855130434071952 +0.23533418155106542 +0.2631891703718841 +0.45713494508756053 +0.5029811407597947 +0.4080350973533179 +0.4008643764100172 +0.3035497109860118 +0.2296067138016175 +0.24912647655296094 +0.265940887773617 +0.2829662430005183 +0.2987909489640916 +0.3360220735900783 +0.4393858399786022 +0.553077932663763 +0.6594595632652003 +0.7136451549979206 +0.71507049953223 +0.5867331800895477 +0.45392143936474827 +0.2588227992739529 +0.23698714498133008 +0.2456048392718204 +0.23906245279429814 +0.24687121324331243 +0.29248832246168743 +0.490621587459229 +0.5057985979682416 +0.39734746927913833 +0.3734876461802587 +0.257433801242804 +0.24364795622596083 +0.2518451152576418 +0.24994882397392626 +0.2445099006769452 +0.2648565283051325 +0.28549628661645865 +0.394505082352033 +0.5205197376326341 +0.6177781298381383 +0.6768975477574902 +0.686885664120473 +0.5637342503162802 +0.4387107889535033 +0.24980514290745146 +0.23182795840741752 +0.24036897212260794 +0.2351272754711424 +0.26076085898089735 +0.28545592381638274 +0.48759330875194246 +0.5108468016771512 +0.39679860746327406 +0.38565147824283125 +0.2964770610500515 +0.2445907542481344 +0.25435097261998324 +0.25949060680859726 +0.2729391483180079 +0.30066876379976737 +0.35179900286242066 +0.4514965023591696 +0.5489561492261799 +0.6580378677246083 +0.7014510008193496 +0.7133084064338144 +0.562709323574181 +0.44047163897847774 +0.25093586499917664 +0.2521817166417487 +0.23776591945882167 +0.23569415544073666 +0.2369669651351314 +0.28143123560872735 +0.4857279920792376 +0.5122318703232513 +0.39036456957560056 +0.38361412036372766 +0.3054053568157182 +0.26771733065041564 +0.2692233862610544 +0.26468456526751766 +0.27414289848808127 +0.29728994418898297 +0.29770279082324 +0.41254285866571255 +0.5448273511639211 +0.6274627432663096 +0.6791193002478735 +0.6839474544103197 +0.5601674258009687 +0.43638898170975127 +0.2939670281898778 +0.283733939567336 +0.25190630178338186 +0.24294182692487443 +0.24812599698387847 +0.25779919744567603 +0.3872961655476306 +0.4271893729210415 +0.49355639967394355 +0.4118757459561033 +0.31225326645383245 +0.2747930579759049 +0.26083451349515263 +0.26679873913931723 +0.2647022084507488 +0.2594843658364614 +0.3313327402421582 +0.4333040133746906 +0.5136242307565622 +0.6292764176193884 +0.6447158684048042 +0.6535533477886569 +0.5914463374427601 +0.47389069055516325 +0.27469539636887597 +0.2702816390085905 +0.23580186610930204 +0.2317569672127004 +0.23574992125089547 +0.24317833977653872 +0.3775104486202232 +0.42611811588579646 +0.4187135112962893 +0.4043100248692985 +0.3601102930596284 +0.2687553378103317 +0.2683743855268699 +0.23167269479694033 +0.23230719326353583 +0.23975704928801145 +0.2958908635991006 +0.3779861802713991 +0.5210171073382559 +0.6383736915013118 +0.6727829389941185 +0.6534825896903202 +0.5991563951771504 +0.46968864546703054 +0.2596997547166435 +0.24246517883869778 +0.22154780926738465 +0.21478896691698643 +0.22278775985571514 +0.2648524760567501 +0.4552933438721561 +0.4955820497833597 +0.3876130488086954 +0.3881374784036425 +0.3131029699811743 +0.2709743372860363 +0.2738329521732986 +0.25761706379280513 +0.28147597799620344 +0.2753535391961052 +0.2854793281002873 +0.4122522027092334 +0.5444482151654783 +0.6241551611037679 +0.6904783524714865 +0.677991251531602 +0.5552656695096287 +0.43492058366836456 +0.24504562972186586 +0.24782180583055138 +0.23367753874552247 +0.22725231972969567 +0.25609886113290176 +0.28850937611723687 +0.4838171406667398 +0.5208323352504393 +0.3951128272092362 +0.35876523644446806 +0.28893423215526554 +0.2597755720129831 +0.2632773511242831 +0.2716711044007564 +0.2814805757075655 +0.30823813091774227 +0.354660731184672 +0.453139601086734 +0.5203222292027652 +0.6246289729831533 +0.6738407209974814 +0.6961699456945969 +0.5687815739137259 +0.4387868304403308 +0.27076138405764993 +0.27149263778653215 +0.25721498656942554 +0.25397915177369046 +0.25631004109532224 +0.27850487838620736 +0.4704720799883528 +0.5245937538409167 +0.39349790439039695 +0.37811363195107006 +0.3221934451895077 +0.2917869630317139 +0.31070118571916483 +0.3201677354864077 +0.3227477728327055 +0.35223679708849576 +0.4116863689188819 +0.5192190767081223 +0.57098843780387 +0.6642891631568792 +0.7153423624319613 +0.7070591875932319 +0.5786870908256414 +0.4534119283864575 +0.2550784540409887 +0.21845786420863844 +0.2027065828385101 +0.201266490073815 +0.20583843007410027 +0.2811316454875236 +0.4883029286486487 +0.4759417802123868 +0.3623284576717736 +0.3704354753032236 +0.30325983809978263 +0.2603786356045172 +0.25481680621470043 +0.2512457276743154 +0.28194847824237657 +0.3134054360178755 +0.3666079359104546 +0.4598368090711738 +0.5531283126517548 +0.665307714223108 +0.7208626424982111 +0.7217792708459244 +0.5635863257992978 +0.4314022472871558 +0.2543281903418991 +0.25526485394864956 +0.23836475184325523 +0.23738478184941797 +0.24011208276515478 +0.29193919678635816 +0.4900926212500409 +0.5256655543728488 +0.394380300629428 +0.4070078594498157 +0.29573826391206576 +0.2668834972910806 +0.27179778540600685 +0.2667733121408045 +0.2751081942348207 +0.27433627505656544 +0.29264539236449605 +0.4040822931919767 +0.5423391607470893 +0.6444569277781601 +0.6979860897599862 +0.6815423543776038 +0.5618487744528201 +0.4570586309428036 +0.28148311280936267 +0.27251182342845076 +0.24388719826959068 +0.2376241108877933 +0.24230911519997192 +0.2553555888407084 +0.39298201086586565 +0.45012498949435253 +0.4863987984017489 +0.40648419675857766 +0.30492488776813914 +0.25747994701000526 +0.24972538641475384 +0.2506859681917631 +0.24160390134476342 +0.2423725844188104 +0.3150805218165601 +0.4112963289421305 +0.5356958556831221 +0.6509989518012684 +0.6685037503631239 +0.6777168688291157 +0.6175948527476918 +0.4700144209817275 +0.26898710817047183 +0.26747370916673674 +0.22865873848115723 +0.224646897973906 +0.23187147010827414 +0.24098685360476332 +0.37511013285357797 +0.4491869941050861 +0.41709202198352224 +0.39562221094477434 +0.34636077308569363 +0.2772447950535349 +0.2770465903254677 +0.25541792873410896 +0.24187953861057934 +0.24808006051434314 +0.30104283567561635 +0.4013320084839262 +0.5548457221777797 +0.6424096066747786 +0.6705575226115321 +0.6618827398045678 +0.5990029476073824 +0.46760977177940627 +0.2571392769955562 +0.2343643319350022 +0.21809645117424853 +0.2145598964739377 +0.21924492999095432 +0.2815062310367719 +0.47765668876499995 +0.5139182946854911 +0.3769435618591665 +0.3706713258907635 +0.2859976099133104 +0.2459731061070934 +0.23880031923252182 +0.24019427695629636 +0.2543461255325545 +0.26898297417509326 +0.29729329443121577 +0.4144972841752771 +0.5724924269706253 +0.6449147355000813 +0.7050433258546775 +0.7106145457072752 +0.5885363817391226 +0.4514334509084589 +0.2456644232158527 +0.22575142632812753 +0.21006982827883203 +0.21070286503044655 +0.21238567119660026 +0.27582886942082496 +0.4633413161526559 +0.5068684641955543 +0.3730840145217401 +0.3717741247584106 +0.2895694405012915 +0.2501454081931341 +0.2568372341292625 +0.2657930698173621 +0.2771839577035522 +0.2985014994683293 +0.3416931659284775 +0.4564626273654947 +0.556415395701472 +0.6219818532584686 +0.6787944676898452 +0.6804064880121962 +0.5908576439012462 +0.45442560950695027 +0.25097458253071725 +0.23302710146781766 +0.2116545576198966 +0.21549649209716126 +0.2178234790178404 +0.2806104695368592 +0.4806122443882181 +0.5240450347343961 +0.39178641137031217 +0.3789420114289982 +0.2811119403694164 +0.24861804965043668 +0.25651659435715246 +0.25961933408278687 +0.26421080287813714 +0.2830124920484347 +0.3139855284520608 +0.42958370801070617 +0.5657970626077068 +0.6458340123131167 +0.6791828355795068 +0.7044168354028407 +0.5585940596646055 +0.43522686413482087 +0.29207320226212163 +0.27225751989225333 +0.25411248713922324 +0.2563373580250274 +0.25654167230516145 +0.2869438570418636 +0.4880477345689095 +0.5348055203404181 +0.4120943474897957 +0.3911453865887305 +0.28295884937488197 +0.2519097487863041 +0.256150022967173 +0.25353587161381985 +0.2626123448443605 +0.2865912257090513 +0.31071657232917155 +0.4268651450055562 +0.5629451993392875 +0.6418982566842927 +0.7057570720418318 +0.6785957753421098 +0.5622272658799882 +0.44021838328733887 +0.28004313730868796 +0.26107858737538475 +0.24752734130666734 +0.23808655024687245 +0.24492979678254773 +0.276214967652984 +0.461734466558354 +0.5309073948455265 +0.40491455229436163 +0.38705394243445435 +0.29289701015414726 +0.2640312134959117 +0.26381189989853193 +0.2691515032969939 +0.26459225221995897 +0.28803165520149476 +0.30185776009819143 +0.42292064103154375 +0.5698338612062036 +0.6232978667462461 +0.6803517164200109 +0.6785792753021529 +0.5617461761581071 +0.46384041182037383 +0.28270844911785625 +0.2735153833949958 +0.2456073786332401 +0.24382991116811745 +0.24537310691790432 +0.2570018139382393 +0.3875481016501893 +0.45544856385608906 +0.46265921747581007 +0.4069589981416373 +0.3210127075358324 +0.2743272899975046 +0.2760244676723417 +0.28513031177799236 +0.28093951006057627 +0.2737636866225122 +0.3659313623274923 +0.4485693401623973 +0.5451640366870731 +0.6206958939223639 +0.6363494699124664 +0.6621213328686639 +0.5964044268214087 +0.4530406746403475 +0.25005984007072324 +0.24623244333596186 +0.21734496858467145 +0.21338960687232345 +0.2290422443368661 +0.22909909787959876 +0.3519714891043505 +0.4683192427780862 +0.41078325435566915 +0.41178608317448145 +0.3919063417063404 +0.299373829001336 +0.3133401318866928 +0.294127379567861 +0.2848817169397761 +0.30038420067111493 +0.3791632838091248 +0.4655351363530773 +0.5707794743215495 +0.6813699975884091 +0.733967996724803 +0.7059770966561334 +0.634156797729139 +0.49987879631433585 +0.290591618334834 +0.25138350473055726 +0.2331928174446033 +0.22649875878702966 +0.20476734021274084 +0.2920628967015466 +0.4895781948245385 +0.5496053467577651 +0.40211240477048577 +0.4044789146960749 +0.29805161910157973 +0.24818363738824584 +0.24269069089022202 +0.23963852592367746 +0.24727352737069042 +0.2620259162592246 +0.2962421241827054 +0.40568578703167063 +0.5760681694278469 +0.6354463876813888 +0.679045782721084 +0.6911574970096448 +0.5966945060584641 +0.4609679563477312 +0.26006797459035363 +0.23768721742317836 +0.21657580733389523 +0.21304083727726955 +0.21870591190251476 +0.2758551051158632 +0.48136212465601447 +0.515231165855641 +0.37788295238791964 +0.36969151617727547 +0.2649381390211183 +0.2336656699280797 +0.23542317294259613 +0.23639946031737255 +0.25199343677767894 +0.27150273168203226 +0.30284629425667847 +0.41490881290016196 +0.5787928305855968 +0.6267923957269974 +0.6847106959050506 +0.6901508185597738 +0.5959365085864174 +0.4619273454911609 +0.2666356832179124 +0.2430524592074493 +0.2283757471513536 +0.23210641564677914 +0.23273901606813796 +0.27014845065651527 +0.47325731952477723 +0.5398461874136471 +0.407330918744713 +0.38451081689721744 +0.29857335667180673 +0.25754812164744345 +0.23786007804318682 +0.240444183095297 +0.2490302624695771 +0.2811389028567234 +0.31264944294504404 +0.4284970570405695 +0.5766933670199174 +0.6466346435461506 +0.6607507893725494 +0.6793120896671317 +0.5664287698611475 +0.4480289640514175 +0.23324032754939658 +0.2203017527861598 +0.20645544263643356 +0.19910199667591041 +0.21457156351223733 +0.27501397767916114 +0.452762686038258 +0.5232917045590723 +0.3919966331664014 +0.38228362521079867 +0.3090455704276541 +0.26497498448971024 +0.2569981344483237 +0.2576354532341322 +0.2717599923825805 +0.27658025826844984 +0.3158096437897522 +0.43586620408692517 +0.5718397582993577 +0.6507718957086298 +0.702540540965892 +0.7103752894564306 +0.5882311690482365 +0.4875794614857014 +0.2783010050413188 +0.2576451381600429 +0.24203485743927208 +0.23840011634569458 +0.24045966623962617 +0.27600303377518015 +0.4634187634828034 +0.5363897157696922 +0.4013870265132936 +0.3742965132839871 +0.29798984115215366 +0.2627670513017939 +0.2573125130812125 +0.25609192160241623 +0.2731500561684711 +0.2850151085783738 +0.29926922404094425 +0.41779583166464257 +0.555081295333806 +0.6279523406516527 +0.6717390471258011 +0.6850803996461579 +0.5616833231050665 +0.43932446365091404 +0.2860214849163622 +0.26270621976428726 +0.23363730432080462 +0.22909261905570155 +0.25296461369882967 +0.257046546012098 +0.3889088197028312 +0.4577645896522896 +0.49150743216799025 +0.41718668986700597 +0.31486001879966946 +0.26860241645476446 +0.25983185447574975 +0.25933215462678844 +0.2556630805958535 +0.2579752401500353 +0.32826660838183175 +0.42654721662011114 +0.5475654745183667 +0.6357539691386043 +0.6534050672497773 +0.6561366916846816 +0.6234948289422937 +0.4729992265819597 +0.2713451236627297 +0.2643130369061169 +0.22604662934153696 +0.22690030143367376 +0.22797160521076404 +0.23820137697091015 +0.3726064676664563 +0.4508339191023766 +0.4228161997425438 +0.39594842895663307 +0.33324946304507497 +0.26261342942379273 +0.2745833611232713 +0.24643848002156035 +0.23506335546506743 +0.2473087495931618 +0.30237045649372374 +0.39520901467126013 +0.5537655354464414 +0.6377424193011653 +0.7022348067830162 +0.6563768758217339 +0.600898996218609 +0.464691935822399 +0.250435960191311 +0.22958382604518293 +0.2122609149267942 +0.21613744725913395 +0.21886428145942202 +0.2767426975477047 +0.47514802971651404 +0.5171488347531906 +0.3772412176601303 +0.3714395082894025 +0.3028126129480569 +0.2697592903309213 +0.25326799642502856 +0.25715546379289783 +0.24814680804114245 +0.2755799054879133 +0.31813934253497306 +0.4159435992659264 +0.5745487974658563 +0.6263508694585335 +0.6994729421669925 +0.6796634242362963 +0.5619808657299707 +0.4369960559672256 +0.2820333505425586 +0.259814498106867 +0.2479412233068079 +0.24139434554909667 +0.2459495485781439 +0.28950577150587836 +0.48112050626360836 +0.5315627612636891 +0.4129388390298248 +0.39199178690743736 +0.29765406137264144 +0.23654646606602844 +0.2400878918029508 +0.2433733455787702 +0.25812599928643076 +0.26511130212899525 +0.30106687351629186 +0.4159235001350281 +0.5608503078523955 +0.632868551471053 +0.709815859326235 +0.7022011110291471 +0.5897495860173129 +0.48399135564083545 +0.2701553646404336 +0.2520952625663363 +0.2317371042730653 +0.2273735365666466 +0.22856534278254925 +0.2739718483217527 +0.4632178478873092 +0.5325667277340039 +0.40439310587235616 +0.37557018634866535 +0.29083661996211907 +0.2641863231322661 +0.26534113906854606 +0.26820346826220953 +0.27019975486547415 +0.28018517975368823 +0.3160637379510577 +0.43468492681038273 +0.570395968871462 +0.6358916794561288 +0.6967085123831968 +0.6962694739022827 +0.5756060184681461 +0.47206205128681633 +0.25892893993753874 +0.23938390539231358 +0.2229756068802109 +0.21792275312867854 +0.23002895991941036 +0.26554229358979237 +0.4590977021162888 +0.5316064620716293 +0.3989780855852246 +0.3821382735179491 +0.27250265001570134 +0.23892363057234633 +0.2405364516856738 +0.2473497629239221 +0.2538470765227057 +0.26620475088280887 +0.30097365324282566 +0.41546904246616395 +0.5837185390147661 +0.6348636776763503 +0.6832728877046764 +0.6961560170319865 +0.5978988633468509 +0.46791254467504084 +0.260842247419524 +0.23743121279788593 +0.22154481748426771 +0.21648589059667703 +0.2240728285008522 +0.28221382245595084 +0.4844400936428137 +0.5205265587204255 +0.38194098940252125 +0.36969298281451707 +0.2873251074052864 +0.24666931408798282 +0.26316145956126086 +0.26803623501745655 +0.27423249183392345 +0.2922766570923254 +0.32804329709436186 +0.440012669698171 +0.5868078011455764 +0.6323217028111244 +0.684491137434661 +0.6965904658165415 +0.5746628568797867 +0.4690098547425839 +0.27540832365600443 +0.2708528112139515 +0.23988984715330175 +0.2415094353699897 +0.25029877836223735 +0.25869169000299014 +0.40351025759492853 +0.462175527393682 +0.47939828392335804 +0.414670995171759 +0.2713959463248549 +0.23350133069740603 +0.2432873918798853 +0.2497328321152878 +0.2581671549850996 +0.2664286735817609 +0.33588595830466905 +0.41919607306709844 +0.5372576150651771 +0.6335245055229027 +0.6348530135397884 +0.6403908765412606 +0.5846738279922798 +0.45455012160594754 +0.26180044004099956 +0.2607460713937523 +0.22883510667198603 +0.22237293193329252 +0.22651033257040726 +0.2586126755452788 +0.3891433510278571 +0.4718656743307453 +0.4446618706303758 +0.4246798751923183 +0.34481617794038055 +0.28012394537201496 +0.2896985581066447 +0.2563209739243542 +0.2614581238155713 +0.26771541529345905 +0.30435634617922025 +0.40068795954389175 +0.5520884541575934 +0.6462454597447754 +0.6898671329084667 +0.6369846277270401 +0.5759534686190063 +0.4790311261029896 +0.2881797983484678 +0.2862513295275135 +0.2674269632450691 +0.2430669771563837 +0.25008421656383134 +0.24888012674794863 +0.28998746185979357 +0.48561781188856773 +0.5058069290001566 +0.40527908465503343 +0.3904906068790664 +0.2992697908631135 +0.24980608642696028 +0.2526538191761549 +0.23996494935946786 +0.24819546515492594 +0.27231517030819835 +0.3056411663023388 +0.43777573756867233 +0.5870016840573757 +0.6375297496637731 +0.6925143841529753 +0.6925338792671563 +0.6059313541710609 +0.46935216238736865 +0.2604397718707293 +0.2370045170262871 +0.21739477638143573 +0.2164733309613579 +0.22466498244613006 +0.28378492645980746 +0.4822348844213216 +0.4946105575498669 +0.3810290120306418 +0.3716992137360568 +0.2660000103503442 +0.23521395855691266 +0.23631593203636928 +0.23909922899454114 +0.24564369517939802 +0.2639539041877263 +0.2998934120787784 +0.4385476173564894 +0.5834097579237758 +0.6372359381618516 +0.6878860284981211 +0.6933705878344806 +0.5785249067941952 +0.4755520531949498 +0.269375472120689 +0.24680796038425473 +0.23501322771451333 +0.23015381566010434 +0.23695535094527792 +0.27006654307269967 +0.4629697829726729 +0.5109826737713284 +0.3942658605695204 +0.37417377641422106 +0.2753869238010064 +0.2379161155567843 +0.23956213335278853 +0.2399754551041039 +0.24882065311770762 +0.26611726630398647 +0.3055134232746303 +0.4457269102688165 +0.5917858073960519 +0.6437549246278013 +0.6936074527297381 +0.7046474139568902 +0.5831457790487741 +0.478748675392368 +0.272833942554508 +0.2496101948684531 +0.23393980899641484 +0.23051715167483974 +0.23584891010631473 +0.26773744749349315 +0.4649957804573423 +0.5087995079017357 +0.3918058703914147 +0.378163212379609 +0.2767657690115566 +0.24404867983953166 +0.24698049780894824 +0.25139579599433903 +0.25801051954935833 +0.2765981588478196 +0.3111694536314009 +0.4510008265187322 +0.5904774443683245 +0.6409826297323472 +0.6913094519536287 +0.7034233158637787 +0.5866960187548611 +0.48152042540030743 +0.2762554963699599 +0.2525755887198494 +0.24809923426478594 +0.24427212750488023 +0.24613271733030911 +0.29484585356110105 +0.49206295945220413 +0.4772601309370787 +0.37021804155526306 +0.3624147697712353 +0.2631160280604332 +0.27759660594330604 +0.2629186485326129 +0.25416110073875586 +0.26885227753897856 +0.28261556824487655 +0.3139711033687251 +0.45775084543538275 +0.5740469406359839 +0.6486856413507593 +0.6995202891354418 +0.709541662617281 +0.5921997029363948 +0.48394917578643953 +0.27510946603379505 +0.26510267505211516 +0.23911771115861594 +0.22621890347817622 +0.2329115794636576 +0.2438345373473286 +0.3746183416608832 +0.41047478446878066 +0.46295155018760925 +0.39244867940693695 +0.3002820029208643 +0.2542832303553806 +0.2390105491947145 +0.24337710519331857 +0.24176436324771103 +0.2375678652452116 +0.3128435540362997 +0.4360540619311177 +0.558569895888909 +0.6425207391542251 +0.6714378712951637 +0.6721550253408615 +0.6151202456673917 +0.4685038657377747 +0.265317453045666 +0.25637909331709896 +0.2260450413565166 +0.22510146807073608 +0.22963240181617192 +0.23747622348906022 +0.36715268214669244 +0.44370310727934303 +0.42945812589660814 +0.3823556835717653 +0.3439545358972041 +0.2603784554329036 +0.27088225469815225 +0.24518256719246528 +0.2402149195780817 +0.250922591368062 +0.30244319746570153 +0.422732072121559 +0.5585415259266613 +0.6283593173562102 +0.6879775935016194 +0.6464080710128421 +0.5911941691596254 +0.4878470560697747 +0.2671651401266357 +0.2486780269157881 +0.2328093177826793 +0.22966575819062435 +0.23340024723337605 +0.28123996967752085 +0.47812547255611904 +0.5243623925635239 +0.42204385281585943 +0.3955742491957351 +0.29438616248749766 +0.2607544397114051 +0.2583408916735846 +0.2566225249598488 +0.26479403702490634 +0.2887524915541019 +0.31501010129937723 +0.45065084279870055 +0.5935991577211674 +0.640064751320959 +0.7014931956080245 +0.7061162706845708 +0.5911706014060158 +0.48832889554691705 +0.27448716714287497 +0.24990310391882334 +0.2300244658019374 +0.2357740343631149 +0.24292934776773936 +0.28518359788542613 +0.4852535914532919 +0.5040175128156636 +0.3952448122783444 +0.4002413219647077 +0.30465298249334827 +0.25793012855235975 +0.2606761334994973 +0.2605846012242827 +0.2698232853159693 +0.2928559191818548 +0.31914066520775564 +0.46409786490588517 +0.5805322907208569 +0.6360229475845003 +0.691262744391246 +0.6925612845484508 +0.5836627711255352 +0.47038399341222326 +0.2531679669689112 +0.23476651160191675 +0.21776745120126306 +0.21360527821776112 +0.21947968261726808 +0.2789170259280557 +0.4720413325509358 +0.4789866744439665 +0.3854347326207518 +0.37055702536859525 +0.2920917683811544 +0.25673877999155825 +0.2592185719449093 +0.268771476304357 +0.2833550111661772 +0.2918721297208452 +0.32382487580575825 +0.46012021940236175 +0.5769713179685837 +0.6404601597400607 +0.6982039673683075 +0.6996773688048084 +0.5681942240650407 +0.44220137421234684 +0.260740197492101 +0.2622848571360001 +0.23008663607482313 +0.2298097407899534 +0.2362731948762528 +0.2916137861345484 +0.4829008935854527 +0.48333336971050483 +0.36949200889763495 +0.3611052190421981 +0.28222637264012995 +0.2574724341974775 +0.2625804298866351 +0.2529809936967443 +0.2647604123491178 +0.2785279554028391 +0.31623113029189204 +0.4674066878507102 +0.5832048282871247 +0.6521520087262257 +0.7032718514353189 +0.712418053085263 +0.592053387741143 +0.4886356191139353 +0.27539279259092564 +0.2585148922950576 +0.23577673297884522 +0.23602709658380308 +0.23717680288927434 +0.27348095272062445 +0.4641571092412953 +0.5135065504395031 +0.40458168713518916 +0.3750632326410731 +0.27071431430826415 +0.24184112977169292 +0.24242178547857784 +0.24618801495489712 +0.2570004469041774 +0.27097956671021445 +0.30395904286067044 +0.452418478165781 +0.5909714637442142 +0.6421848495297587 +0.6961570078970803 +0.703686342812948 +0.5821576328691381 +0.47122346893068406 +0.2658362465848734 +0.25766095782554466 +0.2218297723267653 +0.22081567059391663 +0.22401107856530758 +0.2526692775602994 +0.3932369383675 +0.39341747662073556 +0.4543943276926164 +0.39440914171789 +0.309554311228213 +0.2484405345990097 +0.2552297197959119 +0.2535537333120023 +0.24489577357127193 +0.24362930079731446 +0.3157427062816485 +0.4432325164865449 +0.554484200453764 +0.6357978709477212 +0.6628377919503756 +0.6622921039741964 +0.6072583112544093 +0.4587295621511503 +0.2596911150021579 +0.2496174353176141 +0.22381652126247037 +0.22353352231154072 +0.22921593193941392 +0.23361771462689856 +0.37347702159404345 +0.45579547461567416 +0.43385954942575455 +0.3856129864482661 +0.3289393564296522 +0.2577672231443681 +0.27021613743635176 +0.2437926354209741 +0.23693240313106873 +0.2515883735428528 +0.3039104964875475 +0.42779535975459343 +0.5703429923844658 +0.6242345628420465 +0.687267991371078 +0.6438804967059668 +0.6148528902674977 +0.4924794167229837 +0.26854442394324474 +0.2543554792731197 +0.23924729702673178 +0.22977986557549632 +0.23521564553725752 +0.2722884722526657 +0.4649657946847096 +0.5161580459158406 +0.4092075217656248 +0.3816202185097554 +0.28571195866044746 +0.2519027538565328 +0.24874612716188968 +0.24961127424688292 +0.26097613584094553 +0.28151245352468307 +0.3096343088727425 +0.4519339843236779 +0.5960155589328757 +0.6351245335902972 +0.6884870267198693 +0.6986642212262003 +0.6109104684934893 +0.47731903132381853 +0.2669371202205742 +0.2506381265546463 +0.2275932721347206 +0.22568582598361434 +0.22693019940271666 +0.2712378771481997 +0.4586813217790574 +0.506032601143425 +0.3951558758062088 +0.3742781682698579 +0.27244685888695613 +0.23863079284555855 +0.23584419899219425 +0.23780905430994 +0.24906937421524955 +0.2643882248806303 +0.2904591201363969 +0.44042067761483467 +0.5779855595968905 +0.6596996340458868 +0.7092859106154518 +0.728076325674413 +0.6027371223543391 +0.46504755128855213 +0.2564136257913905 +0.23402156269714403 +0.21997823565082164 +0.21336668230767109 +0.2217139933874341 +0.2797971134033302 +0.47861427244236093 +0.4930272104710615 +0.3813386058548505 +0.3603211883679123 +0.26873547434532247 +0.22942192443932424 +0.23208405248149638 +0.23445982282314584 +0.2459104502256188 +0.26242397358322883 +0.2885777242749261 +0.42858452862114543 +0.5750103126342958 +0.6462893338489575 +0.7092955956348382 +0.7118944998966524 +0.5895261971379999 +0.45671619001551333 +0.24600591768271632 +0.22996648892363594 +0.20958673383200685 +0.21428674723063343 +0.21839509402377977 +0.2748875683638853 +0.47605394784589844 +0.49595410777972404 +0.37588207707318394 +0.3689952282872972 +0.26538576338966724 +0.2322177248256029 +0.23436319984302328 +0.23434365932023676 +0.24261908614940153 +0.261831107412098 +0.2855441766757925 +0.4330372466559719 +0.5703819580511706 +0.6499221262995553 +0.7079995921466737 +0.7124783797211953 +0.5915316472088648 +0.45735867938912034 +0.24558138755824027 +0.21968520305167605 +0.2162726230263165 +0.21200290540511904 +0.2128766607517686 +0.27905526856523205 +0.4717752490712176 +0.4855946066821617 +0.3765607317572859 +0.3606382408160512 +0.26353853406177075 +0.23653803401464454 +0.23957989886768918 +0.24010492070576342 +0.256915262994002 +0.2704927934992419 +0.28749609630132206 +0.43476458180492195 +0.5750762873490407 +0.6474775904118454 +0.7113225159565428 +0.7140807655577197 +0.5912523420660427 +0.4603738074063722 +0.24681543452789398 +0.2428938994779882 +0.21398459878746864 +0.20900913556248824 +0.21685190031255186 +0.25154506981025615 +0.3819022625299839 +0.3924576472562284 +0.4548968116806668 +0.3933796638771486 +0.3231489610155541 +0.28123929940555953 +0.2552748860685666 +0.2563378997065086 +0.24272129514294175 +0.2466098773437219 +0.34057552705342253 +0.46752038299673215 +0.5519404093018118 +0.6305421234788896 +0.6601528780368586 +0.6589602184926238 +0.6091388489877502 +0.47254087794224403 +0.29318574102905265 +0.28391110765273136 +0.26095352608584305 +0.2540178821630536 +0.2631614948455258 +0.27079328822238335 +0.40342912217344357 +0.4538539404607373 +0.43605820524596683 +0.40836118112289177 +0.3226873166377283 +0.2712121341412 +0.2693580723682807 +0.2595449267007073 +0.2460023116607326 +0.2512090293596393 +0.2927734281363606 +0.40139453610934556 +0.5260247403522854 +0.6195810838207382 +0.668073080239308 +0.6274461298826133 +0.5761771940715357 +0.4563743522069131 +0.2484322735046639 +0.23919154523153655 +0.20974171557653468 +0.23358866084703422 +0.2426085436227361 +0.29247172558646556 +0.4897643339907405 +0.5155553713460472 +0.3968832239496668 +0.38979240644962176 +0.2864091416534528 +0.22776448037570868 +0.24017208148020408 +0.26467017245952384 +0.2753713933254189 +0.291388717186927 +0.3196189492619196 +0.4659464813849245 +0.574060576775343 +0.6605969623494199 +0.702193812092017 +0.7152181100962688 +0.5925740783833067 +0.48181922380517694 +0.2700554141460396 +0.24594268822680354 +0.22808241107854774 +0.2273973062875778 +0.23126113142173035 +0.2675000459331865 +0.46374478941644665 +0.5085815199187917 +0.3918988266998779 +0.3766442632585615 +0.2699389489292627 +0.23016825576968564 +0.23684524147709266 +0.2380063913216072 +0.24634303818152156 +0.2695885322083532 +0.2908081934550502 +0.4383644560233622 +0.5795907259091561 +0.6646723203680639 +0.7147836843878155 +0.7290747849290061 +0.6078356324193275 +0.4745415371606813 +0.25832705137355655 +0.24032543217575855 +0.22737646119095584 +0.2159664723029561 +0.22689332684114416 +0.29100821262066334 +0.4842815832661631 +0.5010923323544513 +0.38917500176345343 +0.3675713634353012 +0.2736142030085766 +0.23751706872260295 +0.23441919280303786 +0.24082158973990575 +0.25278303050287015 +0.26645454056653217 +0.29156175176964727 +0.43695486503654557 +0.5781705582360184 +0.6593120702129309 +0.71190083199112 +0.7232701835623141 +0.5987450689672079 +0.4685913279225892 +0.25322358301173037 +0.2339574195449559 +0.22507201137374075 +0.22391046756021885 +0.23296683306956764 +0.2743792577635475 +0.46234851031163887 +0.5129839203524446 +0.4033519209636162 +0.38201320227164465 +0.2799960627387721 +0.24388720573418649 +0.24385472461481814 +0.24476818448640397 +0.2566036074454766 +0.2721231933915826 +0.29826932525137334 +0.444674195382723 +0.5882795820941327 +0.6647212552248369 +0.7214750139692649 +0.6979939408325964 +0.6128473631863036 +0.4785606502906543 +0.2749163543462861 +0.25787024747433446 +0.24826565137490142 +0.2461465351491639 +0.2552661688159994 +0.2933357160838414 +0.4902376526882085 +0.5417528114445526 +0.3651198215027893 +0.3633753848881051 +0.2630885714543776 +0.24208950045557387 +0.2399184874503011 +0.25961619840014044 +0.26649982913761244 +0.28526867313455295 +0.3181786006060427 +0.46833648477953077 +0.6062559862659869 +0.6462395722037504 +0.7058129341745353 +0.7067976097476826 +0.5944136788486419 +0.4801496136662601 +0.2764823706270856 +0.26673469722364596 +0.23734050195560238 +0.23546897245398454 +0.24128730215387195 +0.24315031946946045 +0.38587321800567165 +0.44233153304393324 +0.478913266931839 +0.4041137642596724 +0.29217636963696175 +0.2478440799096689 +0.2466966018045064 +0.24670227741311487 +0.24094804386820992 +0.24856656366021404 +0.31844376097460436 +0.44041791823031834 +0.5663112612854222 +0.6494775988843141 +0.6728628776706996 +0.6765408936282648 +0.6218339368949218 +0.4749387413054976 +0.27120192079197425 +0.25935086293858906 +0.23000910163600435 +0.2329627559080814 +0.22824054232825144 +0.24275839044245684 +0.3728762085669618 +0.47456655609695153 +0.43540918749097574 +0.384241349513431 +0.31337383350433795 +0.25464243945226683 +0.25803175174063636 +0.2289927109852664 +0.23035585126444336 +0.2437577200556175 +0.2860214116252208 +0.4176241802687202 +0.5533113336797427 +0.6303570279132102 +0.6980490228241983 +0.6475112924454813 +0.5966001306014442 +0.47099299221065694 +0.24386513655540534 +0.230316844345204 +0.21919641897291414 +0.20868658222063127 +0.21593796847593302 +0.2827308007817135 +0.47152909707255664 +0.5194307776373248 +0.38246753972353587 +0.36410575520508115 +0.28300108011953057 +0.24116876805840962 +0.23503402786049668 +0.23564512713872357 +0.24771871418940988 +0.2574264427256453 +0.2818524560407148 +0.4344040514014298 +0.5758236735883459 +0.6479510451962641 +0.7060484313106532 +0.7100574853491037 +0.58599298414531 +0.4540595137645786 +0.24146255809189865 +0.22740266346485624 +0.21485351950727552 +0.21282454785259244 +0.22044446933362902 +0.28093715351476467 +0.47361386602402084 +0.5195040341315399 +0.3869913143264022 +0.3677151033358511 +0.27654334261491453 +0.23973007619331366 +0.2391319066049034 +0.24338088991598972 +0.2546206697814477 +0.27069764737564417 +0.2918952813630503 +0.4365102218891581 +0.5814777903693236 +0.6516314667288485 +0.7013682141322771 +0.7119108839315088 +0.5932931219466702 +0.4590414868219342 +0.24462166385119138 +0.22856917950640057 +0.21586569440272524 +0.21613909330191403 +0.22171662283893845 +0.27901968697381396 +0.4731252854892583 +0.5166802924492608 +0.3836764293985893 +0.36535432685988334 +0.2754349961064978 +0.23611128979540105 +0.2413071389127648 +0.241519760889776 +0.25237832582997083 +0.27139647596715133 +0.2892465521016328 +0.4338285876265183 +0.5784394311333103 +0.646203880586566 +0.6962226511038697 +0.7063897952214709 +0.5863264589035083 +0.4486734220736635 +0.24907355241401277 +0.23316904359340562 +0.21413771295209968 +0.21847812288077897 +0.22250550237184857 +0.27888433253576494 +0.47631429548707976 +0.519065268806355 +0.3829985438871353 +0.36698347540890286 +0.27422485597724605 +0.2374846935252797 +0.24097211714826772 +0.24157840210601442 +0.25079931502124836 +0.2705446690967997 +0.2876776010166612 +0.431787744809037 +0.5772676512206611 +0.6422131711011255 +0.6982467971643834 +0.7062502895245871 +0.5831694301375457 +0.4486115797642402 +0.2438727293387792 +0.23294551040322406 +0.2156914294970206 +0.21536076398772105 +0.2206671612850399 +0.28291146460824285 +0.4688706470045581 +0.5208544130659593 +0.384752483314689 +0.365790666493238 +0.27536265822167566 +0.23975370122240264 +0.23589577478297769 +0.24075314920647395 +0.2547344899705163 +0.2668754231903388 +0.28748622122200473 +0.4333519372774238 +0.5816109075027878 +0.6500619298740042 +0.7042750470692677 +0.710292281782099 +0.5954274796838326 +0.46449292803758074 +0.2536699418039692 +0.24628825270918184 +0.22376553039442162 +0.21692933751826007 +0.22763202990663395 +0.25850777774447364 +0.3962390455502401 +0.4294155428780011 +0.4562714923237418 +0.387866686635427 +0.2936108517579798 +0.2547831273215122 +0.24854480925292158 +0.25051675881959384 +0.25009902047597155 +0.24786110065964645 +0.3174718173745512 +0.4414710396044031 +0.5547516072826726 +0.6377190355718682 +0.659124452434475 +0.6574127792430232 +0.6027769940195918 +0.4646355122084205 +0.26321171989885633 +0.25671120719062035 +0.23213956958284926 +0.2255658244845083 +0.2353985870967348 +0.2430861852258428 +0.36907718124555505 +0.4699755355629839 +0.4334693695758899 +0.3754681095941022 +0.3250782718574086 +0.25842015028677756 +0.2611910391765383 +0.23551263166613326 +0.23043106294989577 +0.2441126802159355 +0.2899330118203033 +0.4123481877478365 +0.5466552138560936 +0.6232891106646914 +0.6761868528254937 +0.6332712960887965 +0.575086805207698 +0.46157444202314 +0.2471367723001551 +0.22847259440985848 +0.21574181123255506 +0.21374788619610396 +0.21998153795957262 +0.2818859453617867 +0.47338225789378413 +0.515985991186348 +0.3816130641055119 +0.36794122614731795 +0.2793504880726107 +0.2371011739180448 +0.239185860193259 +0.23888839373132473 +0.24653816018608612 +0.2632162776021488 +0.28284860067245415 +0.43638479956166304 +0.5668068866733057 +0.6335221144777816 +0.68882743981374 +0.6965099527340916 +0.5749769513849311 +0.4470208721008743 +0.24822660836190727 +0.2306664100424955 +0.2144400447707552 +0.2167484739894738 +0.22236005805705186 +0.28057872361822384 +0.47643477484632285 +0.5166617535306677 +0.3900236075472248 +0.3686542203000037 +0.2748747451614315 +0.23879467075195673 +0.24438141231054308 +0.24202803610901716 +0.2526171836251393 +0.2723348453758623 +0.2917859329038338 +0.43663114008884235 +0.5866030461554989 +0.655177590448348 +0.717685571397665 +0.72576146433636 +0.6075300188207752 +0.4713350740672037 +0.2583116947108941 +0.2361298750454748 +0.2255005574982192 +0.2172738413451715 +0.22563185193726912 +0.2908612549320775 +0.4850217914167723 +0.5256615352027535 +0.3927665508543613 +0.3713728710990041 +0.2751241113380253 +0.2354256692730556 +0.23437023612692945 +0.23849583717220568 +0.2515640152092317 +0.26650155743780557 +0.29377182076486646 +0.4440779220514633 +0.5910363402171327 +0.6442462320005533 +0.6986972212385333 +0.7067609280807458 +0.6182961792840096 +0.4919017421730619 +0.27337142384162316 +0.25619435106686306 +0.23748049402401275 +0.2336433403544479 +0.24000757941578868 +0.27539478132246714 +0.4698015444213806 +0.572281388886184 +0.41015108907640996 +0.3862454951868639 +0.27794112927447884 +0.2405368515769271 +0.2395454173912933 +0.24308961493325265 +0.251931093576942 +0.2715112739954966 +0.2998530475249301 +0.44574403821185166 +0.5919710827039608 +0.6712770022016759 +0.7269481246272583 +0.7350368557001818 +0.6155671135303397 +0.4778578839198618 +0.2596464870247768 +0.23602977009600848 +0.2232582436931185 +0.2195864699283831 +0.22779417971291263 +0.2722735301958275 +0.4632246377380845 +0.5276205844152321 +0.39335291893880364 +0.373865365638675 +0.27206129730909445 +0.2322489009728773 +0.235712063392546 +0.2379654650602884 +0.24798380017785313 +0.2671605083633402 +0.29434687258538356 +0.441974922510667 +0.5866038952290276 +0.6636775834948732 +0.7271706872001088 +0.7319613655286792 +0.6106764412917433 +0.4707376810108582 +0.26179952880491575 +0.25117491890884797 +0.21748404369751442 +0.2173038325817445 +0.218745041443454 +0.2516331915167212 +0.38202779320315466 +0.42757272189639595 +0.45218470501196756 +0.39057869003856477 +0.30120132271027444 +0.257639357249152 +0.2570116090183185 +0.2578922275454247 +0.23908533906361873 +0.24406636464116738 +0.31523727541571805 +0.4473885485440835 +0.5690518822164811 +0.6497775944732571 +0.6778496228139247 +0.682070187432648 +0.6225314654345261 +0.47326995523492754 +0.26465842663739536 +0.25527262861358485 +0.22867429481308613 +0.2292490930449006 +0.23108616632834986 +0.2425043773501116 +0.37231533930204086 +0.478024170558513 +0.4368173391996955 +0.3817885335879762 +0.32877338026239983 +0.25951671454529057 +0.26520983469841725 +0.23153303355006116 +0.23033755163115938 +0.24093269568573583 +0.2879597320149665 +0.4160026686533567 +0.5561863554238147 +0.6472575899611036 +0.6993260823609174 +0.6644884728117252 +0.6059767748352609 +0.4761549844516779 +0.25114248046533516 +0.2354152545795116 +0.2206667344539179 +0.21637926246614966 +0.22461567577056094 +0.2890875332420751 +0.48594827065567686 +0.5262111391815517 +0.3998635725552346 +0.37371782048271257 +0.27577449240837637 +0.23329474574456371 +0.23637351791860806 +0.23833522672970503 +0.2527666097245811 +0.26743892763991517 +0.29806458019998533 +0.44807845075530256 +0.589767355322755 +0.667964151911432 +0.6975040662037477 +0.7024814887304405 +0.6094290815727761 +0.4727595343911492 +0.2565997803484846 +0.2390863713099554 +0.22045686334254969 +0.22176063271294758 +0.22531470588037406 +0.2868743562869922 +0.48418766876430613 +0.5247912646961221 +0.3898122059700502 +0.36619656993151534 +0.2733054091876257 +0.23507600378950014 +0.23494577991214025 +0.23660863717838201 +0.24958782406201196 +0.2674231215401127 +0.2913758672954978 +0.44477473995498107 +0.5835280290992206 +0.6673376831113131 +0.7221607227014554 +0.7310568766586774 +0.6084570926342262 +0.470755367626436 +0.253587729540678 +0.23620583297940487 +0.21756956961557294 +0.22032362292671867 +0.22558512993509883 +0.28438421260742974 +0.4839076388614169 +0.5284725274018743 +0.38787202991105313 +0.37536782792958134 +0.27711718644068417 +0.237739868854093 +0.23845114295160016 +0.2404683765671307 +0.24936345712007116 +0.2715290393829745 +0.29873024825592603 +0.4502474128596327 +0.5918347389254953 +0.6717695211626544 +0.6942598043471112 +0.704130890412403 +0.6111236365960467 +0.47963441492015646 +0.26313788819172634 +0.24549826108046566 +0.2206794652260982 +0.22189360205454908 +0.22483565277928663 +0.2829031979043496 +0.4822760314860884 +0.5253677566023427 +0.3879473930413493 +0.3692334055763901 +0.2706160907810879 +0.2317670336068944 +0.23703435174428666 +0.23705542603578808 +0.24850388174592886 +0.2688230700645954 +0.2893395474457143 +0.44074457712992915 +0.5834263004233589 +0.6578369677720529 +0.7087954291885106 +0.72260674190297 +0.5987055207892484 +0.469669256538002 +0.24660975140095384 +0.23263105211982246 +0.2200178854116708 +0.21370970123648697 +0.22368061257157734 +0.28654645453250693 +0.47215536922733786 +0.5223557073106313 +0.38790147442124634 +0.3661078442153837 +0.27474951515634655 +0.24196825734657637 +0.23890529356616766 +0.24086438130120327 +0.25489857715258574 +0.26590136715739504 +0.29021547066425724 +0.44391376443508024 +0.5869790049340994 +0.6601737627135951 +0.7133039975457621 +0.7199024011172408 +0.5997786340902471 +0.4621907306250951 +0.24630934897357712 +0.24818045262016558 +0.21769593629159803 +0.21742493418274542 +0.22303546975188598 +0.25359349079191595 +0.39093849244632356 +0.42968627145254706 +0.46843334419198285 +0.38980218270961325 +0.2922279930721123 +0.2531223434777302 +0.24324493203388328 +0.24538105955997458 +0.24408832362528574 +0.24026271488993664 +0.31630600557553246 +0.4499488424461959 +0.5668166169821276 +0.6577499558618874 +0.6770596956045282 +0.6825985388285318 +0.6270959697201912 +0.48496033969592134 +0.2699630551648418 +0.2621156645446043 +0.23329759302259287 +0.22592060959949864 +0.23536913653066419 +0.2431876852053398 +0.3779941291146441 +0.4861157779525752 +0.4349654160672884 +0.3849775224837725 +0.3300752729874141 +0.25607178044790635 +0.2619761763983944 +0.2366629967578282 +0.23315222314968415 +0.24491706754635964 +0.2998091714864548 +0.42201879852474183 +0.5643709803243698 +0.6343154339624354 +0.6930501040798566 +0.6582241968696162 +0.6222438115406919 +0.49552536930116925 +0.27494212927041334 +0.260245528570413 +0.23754540873376798 +0.23141945215044243 +0.23084515475701387 +0.28771597333831517 +0.48414810969809446 +0.5236179156842055 +0.39229383166019205 +0.370100660746405 +0.27496042938765364 +0.2379384773712162 +0.24008724767141834 +0.24214340863772268 +0.25117312522486873 +0.27027941046160064 +0.2888034746885784 +0.4414214300813247 +0.5772721508344306 +0.6450916644941391 +0.705835639147929 +0.7048704866439834 +0.5840087034764816 +0.4515368077142193 +0.2504692656619474 +0.2350660309945206 +0.21779892437479942 +0.22209909048490514 +0.2247790723895538 +0.2843751233184039 +0.48162446524068103 +0.5208273345083969 +0.3916177529767465 +0.36992890790800453 +0.2789807066164437 +0.24022757217937293 +0.24334728302407563 +0.24285874209291736 +0.25209241601767335 +0.27120517681346135 +0.29043647771227726 +0.4404331929496551 +0.5780330843187143 +0.6408928463465656 +0.703088330422982 +0.7039324870897476 +0.5835167741132613 +0.456296679601627 +0.247178988581899 +0.23275177280718923 +0.22176045592147683 +0.21595908542910375 +0.2224629883475808 +0.28886166586749507 +0.4737708343688209 +0.5178012131505317 +0.3912588715430013 +0.36506013685788224 +0.2783265677054392 +0.2426333128608577 +0.2382777089164973 +0.24086714067717196 +0.2534549632830123 +0.2655812972430879 +0.28911457146957387 +0.4397463119343149 +0.5759311231052722 +0.6417108610323624 +0.7061128477865533 +0.7030083838415009 +0.5834354041118308 +0.4545316315470726 +0.24389478851392551 +0.22979831912080376 +0.21991975482755957 +0.21294644043158154 +0.22168765504666355 +0.28674559805908995 +0.47297823623745433 +0.5202472329465121 +0.3903215915251759 +0.3700045448271139 +0.27567215006591694 +0.24517935283847805 +0.2419088408220295 +0.24509674010250362 +0.25746386026776263 +0.2689450896015606 +0.2906514457989049 +0.43998282324965604 +0.5815236773736269 +0.6489096194968795 +0.6993840210689986 +0.7103645913914614 +0.5891610267816115 +0.4520792257651453 +0.2466988815301192 +0.23326974952121832 +0.21821639806413395 +0.21361630695087555 +0.22323387676918396 +0.28424402313980895 +0.4743083638038901 +0.5219592510871787 +0.3898824914723652 +0.36434978758608305 +0.2738005373425234 +0.23880625178833137 +0.24123572689307174 +0.24155816651630974 +0.2529674122243678 +0.2685106391463415 +0.2884005956599522 +0.44230922302268366 +0.5813108371778289 +0.656846341886689 +0.7088566376240711 +0.7166061334095511 +0.600627060291902 +0.45757294287315703 +0.2470045817104759 +0.24083396522670486 +0.21284813021319807 +0.21501139340727143 +0.21883592489655213 +0.24925240363644552 +0.3851125815303885 +0.42645253212847595 +0.46638345771335027 +0.3922054584978543 +0.28979641687280994 +0.2477928503041536 +0.24413105602388913 +0.24436564063045133 +0.24130674182496592 +0.24329104406921118 +0.3125690591287525 +0.44518072884445425 +0.5654195572725803 +0.6492152262999703 +0.6731396147499716 +0.6785599779969829 +0.6195975369320074 +0.4665507070541743 +0.2624358574205798 +0.2570165516853285 +0.22358416065484915 +0.22999674046584143 +0.23231577854312666 +0.23770502359787463 +0.36934163556802524 +0.4733192990653631 +0.4362629255154848 +0.3805747633415403 +0.3162776377890608 +0.2520978573271784 +0.25933528812404266 +0.23441864768882673 +0.2292831111306593 +0.24630826840159634 +0.2918800978896628 +0.4215688740256803 +0.5518688310611527 +0.6379448586122861 +0.6957197138586776 +0.6516037654446509 +0.5902724221467063 +0.4608280148614643 diff --git a/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv new file mode 100644 index 0000000..98e2986 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_1_pu.csv @@ -0,0 +1,8760 @@ +0.15411432061838237 +0.1020604614068434 +0.11236364912483043 +0.10301041635367018 +0.17564208297681808 +0.2688693940820497 +0.3557505710610464 +0.329209233773243 +0.37820951971173783 +0.37738302653020567 +0.5032042348577511 +0.5506648956396096 +0.48979102798080537 +0.4940946841611151 +0.4494114562009747 +0.44589341003666505 +0.48112763925556484 +0.5401763277438132 +0.5153102104690443 +0.4861615676123459 +0.496220473614407 +0.45756275351355147 +0.3204728437195991 +0.21862830616684775 +0.1536721758084306 +0.10687590226333903 +0.11987953683492261 +0.11655038301625305 +0.21266905220342225 +0.2924153180555022 +0.3634470142108187 +0.47833096192328267 +0.5380347387603674 +0.5576303687137619 +0.6179989260179634 +0.6497739286491637 +0.6272441707214716 +0.602274145616927 +0.5613864375556016 +0.5617514247923783 +0.6354060028507272 +0.6493445461459434 +0.5761167061577137 +0.5705359998502391 +0.5591308837097329 +0.5220176122629945 +0.37289591359085916 +0.2558053912637569 +0.17228777109613574 +0.12715679347470885 +0.134273072505522 +0.12969820148077937 +0.20459655897818899 +0.2912231717272989 +0.3648836421536139 +0.4361290752700343 +0.4959814671978407 +0.5737332395646709 +0.6536110963609956 +0.686110817862519 +0.6277048471150051 +0.6383004587348041 +0.597136167114454 +0.5822825206084004 +0.636422930620084 +0.6502478158949548 +0.5777127502291137 +0.5718038381682577 +0.5600688397106333 +0.5232280559601948 +0.37423224486801127 +0.2568043153481439 +0.17290943363365194 +0.12725435844435914 +0.14119395268179485 +0.12318836470347445 +0.2041574465431781 +0.2799862909738066 +0.37524480242261976 +0.43704329091241656 +0.4939900740925129 +0.5555885451808155 +0.6454364004189076 +0.6863194768788451 +0.6279026823160205 +0.6200936796411005 +0.5967832387390811 +0.5791773580357149 +0.6365420371182562 +0.6504703869824134 +0.5772018334306767 +0.5576808181351081 +0.5742825591590321 +0.5168085096331481 +0.3631733205791249 +0.22990442250229187 +0.1547917017717996 +0.10597274384160368 +0.11727907104895531 +0.10498653017884729 +0.1949014615977296 +0.26857352006586027 +0.34224716789201337 +0.4357373611318252 +0.4959664208066591 +0.536936055365941 +0.6179918412261308 +0.6501589591891211 +0.5908485092365205 +0.6376978381354398 +0.5955899952661274 +0.5779549360385312 +0.634705280918909 +0.650954173017022 +0.576675895951402 +0.5519656949177557 +0.5639656167427003 +0.5213415911250809 +0.36590625323187054 +0.24444837144105597 +0.17450352072507952 +0.12773087688112364 +0.1293444411440675 +0.10621845247529987 +0.18588828722196352 +0.27297241076368384 +0.3507689158550624 +0.4368300405153642 +0.4940519122444686 +0.5373553126505225 +0.6179958812668354 +0.6503883988175265 +0.5909857635461431 +0.6374091935440837 +0.5958746288757926 +0.5655304850960198 +0.6365307411358416 +0.650700140877783 +0.5681531095676866 +0.5315508840435306 +0.5353419902729367 +0.5227232526702399 +0.3624336739766363 +0.22913801723415317 +0.1502423354262191 +0.10057120120207953 +0.11170862105489762 +0.0994668751361069 +0.1725116284213323 +0.25769971711886497 +0.35364761285913554 +0.34119670920992773 +0.3880418189224246 +0.5212461256108627 +0.588422011270087 +0.5972175518971922 +0.5393966318461613 +0.5325220461158418 +0.5064835228387291 +0.4909273672859524 +0.49733720844233437 +0.5966975775776384 +0.5697922212169356 +0.5350481535162084 +0.5035067470811749 +0.5005880994126188 +0.3593028384051317 +0.24806933117269175 +0.16784738796095852 +0.10707936558051831 +0.12458231354130625 +0.1006875612276717 +0.17041749952519145 +0.2837727179485404 +0.34919016625371435 +0.3307362246258162 +0.3797295892456513 +0.37054823381148094 +0.5055528916854204 +0.5498947297148703 +0.4916107363386695 +0.4961483928294712 +0.45164578376734793 +0.4458413937450138 +0.48160076115649075 +0.5427186330449484 +0.518760229798052 +0.4904028253853672 +0.49805098173701756 +0.45796486387184193 +0.3209576684657112 +0.2197963631617983 +0.15651616511464575 +0.11126775894990078 +0.13693382318565414 +0.10865232035925437 +0.18535124800838684 +0.26980970255832687 +0.3407705661441412 +0.43678740154674606 +0.4967899393779072 +0.5382263188760019 +0.6176775059832771 +0.650540341035262 +0.5920966161512451 +0.6017983015550581 +0.5725464393531102 +0.5790138746119653 +0.637127465749669 +0.6503973445695849 +0.5825005464014269 +0.5573444803034734 +0.5747877919113085 +0.5289164728683936 +0.37188610520725324 +0.25147642903458406 +0.1726012112523866 +0.12776967632860756 +0.14547556141345866 +0.11622194264818661 +0.21233593105601672 +0.2913524370790995 +0.3556842758781041 +0.4364837380227994 +0.4946855766186996 +0.5372544175809906 +0.6170961599834424 +0.6500669664563765 +0.590107654290404 +0.6005900456266272 +0.5709204331268869 +0.5765130375268891 +0.5989461783253832 +0.6135345481387542 +0.5515694246496137 +0.5319185071451148 +0.5352462458531629 +0.4990911367060564 +0.3518191555290254 +0.2284370634402199 +0.15263402738891307 +0.10613952803424817 +0.11621841939740192 +0.10684886698206322 +0.18546615092590316 +0.22801969556891152 +0.2988656921176835 +0.4805307636862943 +0.5446761164865 +0.5926209339672959 +0.6853551127414905 +0.7108871107089325 +0.6559472311323512 +0.6806481988052222 +0.6317351613379909 +0.5909983702112629 +0.6652101041006818 +0.684130698866314 +0.5993605050824307 +0.5701633417964426 +0.5466998316663778 +0.4988830958033208 +0.3700439243910074 +0.2380320911813665 +0.1758213256872072 +0.13093439302781146 +0.14115973442554824 +0.12317768252079662 +0.21001697117783877 +0.29680440645879547 +0.3785613296816495 +0.43671776166019505 +0.5313976070230813 +0.5744273364530733 +0.655369823411882 +0.6887974028953628 +0.6288636273089111 +0.6398150501267457 +0.5978321027507795 +0.5793598765355497 +0.6326585723842075 +0.6502807570399872 +0.5770570185217372 +0.5714855914263389 +0.5633159741221458 +0.5060588450663825 +0.3608219839437556 +0.22992219575159714 +0.1552041285030532 +0.10603191533476797 +0.1171057957516089 +0.10524042118405054 +0.18834115690153158 +0.26629594979725707 +0.33908811397322575 +0.4360148427137107 +0.4969962838703872 +0.5374316224762059 +0.6172685682258126 +0.6495432241802901 +0.6024947581296147 +0.6008606809084621 +0.5948973581853817 +0.5757311867210373 +0.5986591149083664 +0.6487386482002462 +0.5655185766498978 +0.5337209267617488 +0.5366554702206884 +0.5105314626661546 +0.3521405694869141 +0.22833094905521162 +0.15039753884076468 +0.10031804846935045 +0.11078366201943851 +0.1014446948126107 +0.16775011235285503 +0.2171682624391278 +0.3107954486386754 +0.35256933238838417 +0.38732091987076706 +0.4836448007771712 +0.5524883960802857 +0.5873552180111573 +0.5546564312741367 +0.5466295678490246 +0.4808549846285041 +0.46269781719939274 +0.4962663777895541 +0.5866528422507844 +0.5536419342403718 +0.5349427053980093 +0.4859941469329668 +0.4768878503705579 +0.3455164550690016 +0.2279711628072734 +0.147358355486414 +0.10039516309841569 +0.11215444892094718 +0.09989461878145271 +0.16190386660372602 +0.25325055150671416 +0.3445702112848348 +0.3287319303159165 +0.37571577822238994 +0.36761457569645173 +0.5022419298530683 +0.5800080320317741 +0.5264496019496061 +0.5348803694777201 +0.48742670801569205 +0.48023219540651235 +0.5042908396449238 +0.5404675983887828 +0.5159180639010907 +0.48648599674729665 +0.4945266918684821 +0.45890772487890674 +0.3202511385347811 +0.21941970267997563 +0.14488364231849732 +0.10764223637520721 +0.11879459417545456 +0.10746579965747911 +0.17961175145189395 +0.2647775696058401 +0.34103973271628435 +0.43520272243457214 +0.49289789793574973 +0.5365537893747465 +0.6149722101891192 +0.6482174678203644 +0.6274429984066061 +0.6424847897162194 +0.6034366182700158 +0.5874509605395192 +0.6394358614474874 +0.6503901170696899 +0.5916093931389373 +0.5722875056609087 +0.5753143414386039 +0.511499127842782 +0.35277256122145834 +0.22828852976081834 +0.14503532875895497 +0.10626086450577958 +0.11752287728532744 +0.10641010583848926 +0.1863042780622652 +0.2280196961686277 +0.29885251055599593 +0.48192609141123394 +0.5456309291251059 +0.5964667028774877 +0.661861827498298 +0.693496369362014 +0.6404872678263736 +0.6509874226344706 +0.6139953120693588 +0.6029525301693184 +0.6541028989220018 +0.6725630191760459 +0.6145956001712667 +0.5777358750026556 +0.5784703830904354 +0.5397565440028623 +0.36550648900377203 +0.2461495933196285 +0.14474195519981808 +0.11820760298059041 +0.11630461692746819 +0.1056402871427966 +0.18930387416026312 +0.22801961505795315 +0.2988529355007688 +0.4400385050064327 +0.4968284037908241 +0.5369238385339251 +0.6523767461917956 +0.6495426191026888 +0.5901876636854886 +0.6023452218741595 +0.5621249139688047 +0.5439862861178141 +0.5985510940079074 +0.6312659224717835 +0.5579414849325373 +0.5468054042786598 +0.5740100259858749 +0.5254201124946873 +0.35367519067714803 +0.22874700568981174 +0.14530650244901816 +0.10657187910215639 +0.1176303394257182 +0.10629865837111235 +0.19514084529498307 +0.2694408395038948 +0.34007919391402136 +0.4341800567192995 +0.4958320730097646 +0.5395846351480572 +0.6157819087529518 +0.6484907750406972 +0.5896641236514087 +0.6001461884919683 +0.594941281935131 +0.5413254371083449 +0.6003421986661451 +0.6136618541808747 +0.5532042724999597 +0.532613472740491 +0.5619641136242711 +0.5253543715835594 +0.3536215831569451 +0.22867013303556324 +0.1518062962714922 +0.10597065358636985 +0.11631488472102391 +0.10663561353841308 +0.19403065387150265 +0.27741592292547274 +0.3420410131711147 +0.4493056733702518 +0.49348404418907277 +0.5371701587447987 +0.616560743996494 +0.6850879877018865 +0.6266156544297586 +0.6379840067627727 +0.5949627362929002 +0.5776140498813009 +0.6308286816308967 +0.6494060225412336 +0.5736313839618882 +0.5339036974744453 +0.5438122598224828 +0.5007644156016801 +0.3539470958132114 +0.22988296142354658 +0.1497159714308603 +0.10045953508528355 +0.11077327834537416 +0.10114874929497604 +0.17570074575942682 +0.2811552096596013 +0.36536419163668393 +0.3423691106707326 +0.3853644135906458 +0.4846449970256698 +0.551389150432717 +0.5611799093459126 +0.5161127022568044 +0.5083919977553427 +0.46947419489559794 +0.46246989245848724 +0.4958384602321546 +0.5921082445826112 +0.5548508256277997 +0.5368536109445646 +0.48620982201991725 +0.4772189913064625 +0.34628409289610984 +0.22857359130939625 +0.1547258031418868 +0.10018029292095318 +0.11059221045196628 +0.10223495860867605 +0.16857046494441508 +0.2546312850266708 +0.35414223473216144 +0.32880323608998635 +0.37646033571765714 +0.3709673241091322 +0.5040861726252415 +0.5492016142411139 +0.48999385692811753 +0.4942214244138096 +0.44909837237968064 +0.44290284897877585 +0.4786668429102864 +0.5406642064480282 +0.5155535347259467 +0.4881906837608751 +0.49483987021806985 +0.4560880131624927 +0.319919257527198 +0.219113502416321 +0.1616144349603599 +0.10691984892975978 +0.11818988721370559 +0.14362408747687475 +0.20984410078900592 +0.3053919137931351 +0.37426631791022275 +0.43609835229792177 +0.5301386622750848 +0.5743575586040651 +0.6529239774497956 +0.6870164474435182 +0.6280699941133923 +0.6389375741010516 +0.5978681198178197 +0.5779036910710251 +0.6360196009741417 +0.6147667023782579 +0.5807669991315805 +0.5576125783290493 +0.5762810031894439 +0.5317909730021534 +0.36183919638163836 +0.244263431358221 +0.16217854168285378 +0.12912794774819203 +0.14538203613980516 +0.13275164255924315 +0.18983434453273587 +0.27252380337297055 +0.3495229780682578 +0.4370434723019148 +0.4953091945741718 +0.5510487815400289 +0.6413944883730051 +0.6872352149799588 +0.6271031797178829 +0.6374990455301803 +0.5958039680268832 +0.5778814255682639 +0.6318536342614468 +0.650747676888289 +0.5781655144779234 +0.5570810721033146 +0.5760939917727483 +0.5248295793844171 +0.3638299315091482 +0.23653708820589958 +0.15479823749792063 +0.10675278408145113 +0.11726809704581805 +0.10506448662132963 +0.18483101847973346 +0.28205776537714217 +0.3662226787220616 +0.4363627932393181 +0.4963648953458629 +0.5397903506795976 +0.6176159944129137 +0.6512003955556139 +0.6152353967964952 +0.6379039741896502 +0.5967376340059112 +0.5785619061417362 +0.6350155915229968 +0.6503284569323469 +0.5777888209738781 +0.5714078577263279 +0.5588829915228479 +0.5267555805464293 +0.3721131785209596 +0.2387694045210029 +0.15517178237837223 +0.10603986496451534 +0.11724550262797882 +0.1060798734148882 +0.19532529979373967 +0.26834250434398227 +0.3399164836929224 +0.4361074314775906 +0.4965433286077501 +0.5393308281220995 +0.6169414287317588 +0.6512833428833489 +0.6065571487348735 +0.6023225379087782 +0.5727578636853116 +0.5423244683464289 +0.6002188476450687 +0.6146669095515339 +0.5637062604346118 +0.5400159554001408 +0.5449842320267515 +0.5044200387503442 +0.3554430358396128 +0.22943545367538684 +0.15450040194280773 +0.10579582460446617 +0.11723903182939001 +0.10523429494362468 +0.18414187089365616 +0.26422351805091426 +0.3456956286639977 +0.43550163288028937 +0.49579312834327305 +0.5382201174744295 +0.6166697000858911 +0.6495053443953316 +0.5904136437648916 +0.6380326967535443 +0.5952765070010407 +0.5769773760946612 +0.6327773846232869 +0.6501993001732735 +0.5754587582947222 +0.535481944736599 +0.5498917113073913 +0.5026471713470331 +0.354686931551644 +0.22953304460820925 +0.17089224216619148 +0.100228646193893 +0.13569503172200764 +0.11766229750445986 +0.19871527311359508 +0.2713547857548673 +0.3635271574624904 +0.34467893117055715 +0.3864043872949923 +0.4867586876816466 +0.5530301960342576 +0.5627692129435179 +0.5195193884335333 +0.5106382356421341 +0.4691861473517122 +0.46417654902156036 +0.4969887789664486 +0.5876807349834523 +0.5556529103571645 +0.5479362094240804 +0.48902715711142364 +0.48183610203317023 +0.34866650296696367 +0.23062345586571473 +0.16307206276184888 +0.10094904473529098 +0.11256891577901743 +0.10323211856064826 +0.17168412714131023 +0.25329900731257965 +0.34334219448070813 +0.33099204463286097 +0.37795076000909555 +0.37075464781537654 +0.5060137746624039 +0.5526956903271831 +0.4918885638352762 +0.4979632919260875 +0.4501455946038455 +0.44511854356579245 +0.4795433594166396 +0.5432187551583696 +0.516824545470499 +0.4899644091577219 +0.49642822636242984 +0.45885091257760413 +0.32160485429820196 +0.22027978980051832 +0.15704963085150736 +0.10772033266671678 +0.11834274266137597 +0.10730078325195429 +0.18898953446595845 +0.26976495762862185 +0.3467624821098371 +0.4371424740494152 +0.4965674425667794 +0.5386668708239631 +0.6260704854202639 +0.6849760741598019 +0.6270347735336556 +0.6376129216385089 +0.5955622562490289 +0.5774998928343892 +0.6322742588553489 +0.614932217008647 +0.5797374723210111 +0.5580991841321908 +0.577196715747871 +0.5309395920264488 +0.375486016830642 +0.25137290945549384 +0.1730676062585291 +0.13139232959481473 +0.13058035876225552 +0.11949351487091724 +0.19246836039943097 +0.2732673069579584 +0.3556698617920729 +0.4366659779128518 +0.49722706954198687 +0.5577334940246759 +0.6534622168724352 +0.6852230696695838 +0.6277800865659547 +0.6380658495126582 +0.5966575267360448 +0.5776798042032252 +0.6343699710674539 +0.6151924087614007 +0.5789930497259438 +0.5718691354296515 +0.5669574091201669 +0.5275501794056596 +0.35517582930975033 +0.22985238823222484 +0.17386591876666008 +0.12479311859899671 +0.13574382171509738 +0.1251927319483055 +0.20400873561178376 +0.24598607798149544 +0.3168179080690353 +0.467853529892713 +0.5557254039905473 +0.5609562579693673 +0.6376592018437858 +0.7057439829761101 +0.6478159758373683 +0.6568526387328105 +0.5782364093511049 +0.5991008875517582 +0.6552664684829024 +0.6681395811721024 +0.5919968219798273 +0.5884984859847417 +0.5645575360582265 +0.532534896847664 +0.3744173409456377 +0.25045644221219476 +0.1659758534132758 +0.1255802793926401 +0.13635882364881105 +0.1256073581728313 +0.20995570410929254 +0.27773869309303045 +0.3611413907572214 +0.45381757759527397 +0.5145957852392893 +0.5760041312229709 +0.6721576810641894 +0.7039984045703214 +0.6458957681780119 +0.6568597027412783 +0.6149642958590958 +0.5968646579640043 +0.653785267829614 +0.6698168559948866 +0.5939166014400034 +0.5899820518369189 +0.5816839580304092 +0.5463605264837378 +0.3801353621079342 +0.2513036887378622 +0.1730278161956582 +0.12561578629929795 +0.13633114056601275 +0.12720784302135577 +0.20699715660474613 +0.2847636484402351 +0.3654995573770319 +0.4550470715905068 +0.5161028197803338 +0.5583568052873279 +0.6366497231408325 +0.6694273847136984 +0.6099439296184386 +0.6219678284919168 +0.5792108900297164 +0.561350553503558 +0.6189460949658283 +0.6328747909184674 +0.5726564676268483 +0.5532164288030748 +0.5601843043641499 +0.5218893454536797 +0.376026581929797 +0.24962356296905447 +0.17299450430828636 +0.11987922484707259 +0.12956685740484933 +0.11928170780773506 +0.20261628741803572 +0.27644666005566926 +0.37366038780325217 +0.36205501153654535 +0.404565309533709 +0.5065888728810062 +0.5724228647439104 +0.5827522784353477 +0.541091628867157 +0.5484646082422857 +0.4958561115467924 +0.4806603257771092 +0.514831994550483 +0.6245322631965644 +0.5909420415669963 +0.5814384084914502 +0.5444483277867345 +0.5087283163361338 +0.36783923762222914 +0.2500801219981215 +0.1794528903872432 +0.12048687365241431 +0.1322107949544245 +0.1209518201351449 +0.1921451456338417 +0.2731867766162341 +0.3884289283451821 +0.349648595977965 +0.3983600857449297 +0.3995361018209589 +0.5241221629170355 +0.5700658913953932 +0.5097169475691552 +0.516896953423766 +0.47048542429740664 +0.4634987800161403 +0.4982154330077498 +0.5626451130263058 +0.539547709888013 +0.5110394945274627 +0.5182820206302012 +0.47898184124323545 +0.3431699031537067 +0.24092712937654703 +0.1770419271505825 +0.12755898108574898 +0.1464906919466725 +0.14172776291119946 +0.20874671926174304 +0.289505142584275 +0.3688357481644854 +0.4571733879641325 +0.5195263010308327 +0.5623270832647835 +0.6389261412388982 +0.6712268679801956 +0.6123474288425272 +0.659149920874699 +0.6167049877729361 +0.597918985766077 +0.6522443479782399 +0.6711896426749236 +0.6111348135238108 +0.5917420927140199 +0.5974836900068534 +0.557555404761303 +0.4004255181501889 +0.2726312165239817 +0.18350565518896633 +0.1301410455604221 +0.1433983617137238 +0.15179595584601777 +0.21629629565799632 +0.2975775447205126 +0.37147921216770624 +0.4192471347615747 +0.5147242486296252 +0.5593684747872593 +0.6380152521620144 +0.6701501788343555 +0.6107947468042594 +0.6211712302331649 +0.5798290639143501 +0.5613185849490576 +0.6190627872797257 +0.6338848833395148 +0.5778761129193151 +0.5544883845680535 +0.562632971742414 +0.522816309201131 +0.3751197791934826 +0.2510987618571542 +0.17707212592424998 +0.1325392143997829 +0.14960311860166378 +0.12642986359477568 +0.20824756747257886 +0.2969496897553461 +0.3978905182158648 +0.4182022878801377 +0.5140850179249318 +0.5771734746698914 +0.6733466390290004 +0.7050660581548379 +0.6464845483284846 +0.6577007027024881 +0.6155391049453726 +0.5960084991501718 +0.6508613096172567 +0.6322663923479578 +0.6019059871275843 +0.581601348406789 +0.5722751178442099 +0.5265065475517583 +0.3768599376750217 +0.24938756775619592 +0.18477993855254068 +0.12747776866173838 +0.13686670460744274 +0.12587312249792648 +0.2068736051780742 +0.2979537605362755 +0.37060669031670745 +0.417371469724102 +0.514015420292958 +0.5581563541101772 +0.6360023211057656 +0.6684502449040294 +0.6094762032760479 +0.620265915403523 +0.5786730031505943 +0.5591615308397355 +0.649739415245378 +0.6194939746785051 +0.5995801607991843 +0.5895571992437862 +0.5855739447148245 +0.5466365732458944 +0.3882090817495163 +0.26724888763853927 +0.1940703452309792 +0.13741534031388164 +0.15077245280362797 +0.14282495648519597 +0.21396415331855956 +0.29355192136941005 +0.3726218435718236 +0.41689165933309247 +0.5130075131221318 +0.5581640962231057 +0.6363976107745718 +0.669202301946851 +0.6194298703749598 +0.6573391192182303 +0.61560005486514 +0.5985328009933079 +0.6169570400773978 +0.631470924263886 +0.6005291659940757 +0.5902998760162274 +0.5859600741803084 +0.5485138904202205 +0.3924326644937151 +0.26354107364461965 +0.17138333232904798 +0.11974431046263503 +0.1294553952124054 +0.12021952265294723 +0.1946255034467674 +0.2757016614895828 +0.37394827127413016 +0.3247160188918873 +0.40374836146458476 +0.5038981772353051 +0.5716141966161953 +0.5823900534923209 +0.5376880651397359 +0.528747842392539 +0.4945778053416743 +0.4805463150084349 +0.5116383038765182 +0.5685193651790934 +0.5769045725737818 +0.5569981561447361 +0.5068603531948547 +0.5004840675134358 +0.3641765371266941 +0.24647022121902934 +0.1766621754043859 +0.1199354869167538 +0.13070053850255117 +0.12034579023839122 +0.21375291713016914 +0.2940663283414784 +0.38134845244285775 +0.3108555954159656 +0.39575110775591843 +0.3899277685070208 +0.5226555065323447 +0.5710370610677099 +0.5186476339693915 +0.5337250209431551 +0.49033989184303495 +0.47057503919356386 +0.5042954361570844 +0.5240329962248643 +0.5646273966609601 +0.5265748013499845 +0.5379953863842055 +0.47945001311358965 +0.3411939114970358 +0.2590642303361416 +0.17715335919927042 +0.12817165052240553 +0.13896297987304881 +0.14206353740218636 +0.21785160358195774 +0.2890938869055449 +0.3605152088164922 +0.4187252796709958 +0.5170365208798625 +0.5600583626991639 +0.6371216836919046 +0.6699175075258812 +0.6347394387588748 +0.6572211782002337 +0.6154846888137377 +0.5967551887088376 +0.653658833100097 +0.5964870038402612 +0.5856064838192074 +0.552760219783245 +0.5958232219187923 +0.5268995876041612 +0.378169209203122 +0.24943171404784026 +0.17680505017096906 +0.12790425758487478 +0.13791373166423257 +0.1263496878821889 +0.20821452057101864 +0.29244820992989196 +0.3782631155838142 +0.4181816012878983 +0.5136340716594486 +0.558739488045582 +0.6366143492544917 +0.669489257352178 +0.6194573280452298 +0.6562219918089378 +0.6148611553552127 +0.5589775616164413 +0.6127026186609817 +0.5941131455073947 +0.580045917989314 +0.5926377792633863 +0.6014638387498699 +0.5672762040091532 +0.4221831639962578 +0.29688570883408427 +0.16603973309996298 +0.1259024359873871 +0.13682966431948435 +0.12671126432712077 +0.20035306670294523 +0.2459860226334906 +0.31680711101944153 +0.4630719891638055 +0.5607372616180402 +0.6035483094067184 +0.6790220287284892 +0.6821298976534558 +0.633450802421687 +0.6566892108187038 +0.5788661274849036 +0.5599970897652845 +0.651798037146185 +0.6315715867171354 +0.5909500746264099 +0.5706459152921206 +0.5605311725705634 +0.5216644360645406 +0.3989200601073186 +0.2766636973367035 +0.1973021561418745 +0.1459871542943566 +0.17294300868952323 +0.139095408171497 +0.2134097935004479 +0.28480712892629195 +0.3707805535015588 +0.4170119519874 +0.5134180843932077 +0.5582540796008466 +0.6641416938648117 +0.6688840552138972 +0.6098152353523889 +0.6209306670944409 +0.5790238816152045 +0.5604246339048455 +0.6178144218104072 +0.6204141883371971 +0.5826123822017347 +0.5535458183177161 +0.5601945352891631 +0.5214873195713879 +0.3748557631423975 +0.2496551451264087 +0.1745331156493884 +0.1261683809430471 +0.13664441648181766 +0.16090655465806378 +0.22035239086932054 +0.30810874889283063 +0.3726007938205675 +0.4159088161835313 +0.5126405236081567 +0.557365400472249 +0.6370464058501316 +0.697966553431319 +0.647761922960727 +0.6202377658166301 +0.5788175633189839 +0.5604369675551637 +0.6130475076613461 +0.5947586886935097 +0.5745500759005225 +0.5526509616125891 +0.56063497688628 +0.5249166404083382 +0.3815813898577754 +0.24830401159937948 +0.16324113865830112 +0.1196731368293786 +0.13060605119774854 +0.12101859424216858 +0.19726709139957999 +0.2913222635209046 +0.38377366636667815 +0.3250663801602904 +0.40480163511212697 +0.5053583821286639 +0.5716192493674888 +0.5809222687798512 +0.5367216976378812 +0.5270321335358467 +0.4875612650764578 +0.47920358907029514 +0.5094410825736124 +0.5689737632448625 +0.5770622050374838 +0.557602974310397 +0.508026227167394 +0.5000302449774027 +0.36627827245043815 +0.24806769161879577 +0.17387569854801205 +0.13126314739155331 +0.1307243655045128 +0.13493928086679383 +0.19548555313308316 +0.2727732394160433 +0.3561935763725608 +0.3117507824263664 +0.406735949299638 +0.39925020036683073 +0.5212028272102888 +0.608128824480383 +0.5467305862974026 +0.5138521542437606 +0.5054944640737821 +0.462937881898627 +0.49718663728143414 +0.5220007987736689 +0.5374800780577167 +0.508252699536514 +0.550372828733897 +0.5139147416920525 +0.3473534766773872 +0.23655006658283265 +0.164633988798516 +0.12644635607477983 +0.13695205516029865 +0.12625760734509012 +0.21583382993489994 +0.287875194756445 +0.36194784791300677 +0.41591615804246 +0.5124115783106699 +0.5568721039388057 +0.6353440563854644 +0.6675237975834536 +0.632940745635753 +0.6597613997297258 +0.5784366547517379 +0.5587902906409529 +0.6482927466474341 +0.618499563232488 +0.6002587046957335 +0.577529469596303 +0.5961812355340638 +0.5518845973961256 +0.401467395448782 +0.27039205085619233 +0.19453816950690708 +0.15104466994422605 +0.161246211434897 +0.1621832746386473 +0.22265739976317192 +0.3006821770040782 +0.39053374757760295 +0.41685772759454903 +0.5141161046425524 +0.5591618596764757 +0.6617043176883113 +0.6816465728285691 +0.6467499132891013 +0.6575283882692791 +0.6159801510361615 +0.5979543342830934 +0.6507009596484303 +0.5956535446298595 +0.5969083949432116 +0.5545131386728261 +0.5715540267483205 +0.5259569495130986 +0.37668849008457383 +0.25082669951665265 +0.17622213865775033 +0.1269332552670467 +0.13624988522468606 +0.1247753845321928 +0.22054021143146135 +0.31448850505563175 +0.3800804544913754 +0.4166107608330605 +0.5125869441237935 +0.5568436490889445 +0.6350970632288607 +0.7109302760772856 +0.668839568371941 +0.6851158205213997 +0.648457084597834 +0.6167893160786632 +0.6813938349200065 +0.6240343876295735 +0.6187304994338289 +0.6234578317204179 +0.6215745398737917 +0.5836582162815452 +0.42634579146247 +0.25643369923476544 +0.16524734034201163 +0.12513239826653083 +0.13611897996569014 +0.12346149874092134 +0.2048744603362705 +0.24598608081129342 +0.31686010080181254 +0.42178941181963425 +0.5166895705853922 +0.5593476698745645 +0.6738530259779897 +0.704759693337502 +0.6465926639732327 +0.6583375610163599 +0.6028847333866604 +0.5972536249551174 +0.6176649926025671 +0.6190185998327601 +0.5747376696362234 +0.5889469781493336 +0.565693691441051 +0.5454696465277755 +0.40333565294703105 +0.251564425900806 +0.19911755569100695 +0.1472165351688398 +0.1723754264136908 +0.15138895291421794 +0.22126436109321954 +0.2850785917223168 +0.36520104653521074 +0.4151639291477461 +0.5129403461276111 +0.5579556785476827 +0.6368251684663433 +0.6695059807319618 +0.6098964130243287 +0.6214993309349542 +0.6147919199676048 +0.5600037910300146 +0.6502374613391629 +0.5954029504302731 +0.5772372576138708 +0.5534762688528451 +0.5612900735254241 +0.522618519246192 +0.37586416381180954 +0.24963894516403468 +0.18366275288670633 +0.13410422013900627 +0.1534948283060383 +0.11933003818682018 +0.19571119660690484 +0.27822695720127644 +0.37671899212418913 +0.3237882803423255 +0.4030965207429037 +0.506245562096386 +0.5725352009634798 +0.5825133393967213 +0.5455952937021592 +0.5293303289284156 +0.49106084792131327 +0.4829538322702724 +0.5130029244503927 +0.5702826948250821 +0.5765587863007577 +0.55846659637466 +0.5090667858741058 +0.5009037443889549 +0.3659853141293909 +0.24860809627546582 +0.17897433655630282 +0.12010070764489134 +0.13181267486008413 +0.12089133753310607 +0.19387730701531514 +0.2733858727035842 +0.3623955614819175 +0.31058826237212206 +0.39603962756132566 +0.3895227087370974 +0.5220226645044498 +0.5698078934129234 +0.5112973507719383 +0.5140351644849215 +0.4676573128693129 +0.4635218861215069 +0.49521100254832195 +0.5584600290657541 +0.5372810268664964 +0.5083593072064954 +0.5156114749845886 +0.4779177434402025 +0.33924524285519714 +0.23794721577095396 +0.1746259545279413 +0.12701060888652205 +0.13700584143775413 +0.12589010547097343 +0.22385769019738108 +0.31110732620017206 +0.3584187756409659 +0.4171928507384377 +0.5124417816380336 +0.557789340003251 +0.6366243667522186 +0.6810947210905546 +0.6466919869296874 +0.6564694033071483 +0.6144480806968112 +0.5954078858384688 +0.6497224359811958 +0.630527292603358 +0.5992335889390512 +0.5815728653747627 +0.5822167785900956 +0.5409187490812079 +0.37601441942715236 +0.24859239363280147 +0.1669663795516694 +0.125265587138348 +0.1361709685230924 +0.1333191529902968 +0.2072141932498784 +0.2889083072774498 +0.3799502248230422 +0.4153084792284925 +0.5128254294294043 +0.5585295881808912 +0.6362139220707133 +0.6679784128290883 +0.6101724190638121 +0.6214157315197798 +0.5793007633853161 +0.5594587165792895 +0.6129586965808185 +0.5920922336303949 +0.5716851089970978 +0.5528378239317344 +0.564776244277256 +0.5213952480055671 +0.3750366265654536 +0.2762876624268569 +0.20939620224490293 +0.14822501412139577 +0.15413632389693402 +0.14252406714277838 +0.2254822291263393 +0.30607551101609876 +0.3786560886873359 +0.43410518929969005 +0.5327579636097969 +0.5786178800594621 +0.6571800485912523 +0.6888666306925122 +0.6306627655430789 +0.6419838076925695 +0.5994564316572463 +0.5798082567180621 +0.6331419710284808 +0.6115834658408696 +0.5994819992430526 +0.5699134104707221 +0.5760577499096976 +0.54719290103176 +0.39678591473446834 +0.26836721240798067 +0.19789555182891194 +0.14553101339624852 +0.15417643891220803 +0.1438973860408415 +0.24275376408421886 +0.323150064580823 +0.3861504649958554 +0.4336202885825174 +0.5322680317204466 +0.5772812560014513 +0.6557228019327891 +0.7162334783393777 +0.6683078435185318 +0.6800938676752841 +0.6357827962119138 +0.588902810310481 +0.6334279357242107 +0.6108301510574413 +0.5988331003525482 +0.5699290453315866 +0.5749027530517119 +0.5470868199160096 +0.39799007639024486 +0.2690356276795916 +0.20472619390196772 +0.16492918234157294 +0.15695595686530767 +0.17070825572932596 +0.22557157169261843 +0.3074897542246358 +0.37973004216177075 +0.4358916540550971 +0.5333761647739202 +0.5787984039987372 +0.657137086322067 +0.6887975357765183 +0.6546403891965367 +0.642072426073248 +0.6007952300205543 +0.6177774457810188 +0.6711993883250288 +0.6264897683354678 +0.6226266645864429 +0.6095954323910628 +0.5995483341201437 +0.5528370383091396 +0.3990500424941811 +0.27300886036010164 +0.19487732013908263 +0.1394541436089985 +0.14813539348578575 +0.13820936371851097 +0.21261784590166463 +0.2957005410434219 +0.3912267588372599 +0.3494461231091482 +0.42406750212295663 +0.525204621303273 +0.5919979026313696 +0.6104355820673881 +0.563568986711667 +0.5483071338666113 +0.5110998230661732 +0.4989041561280105 +0.5302474726850249 +0.5911020197705144 +0.600027804605518 +0.5763716963105426 +0.5260855748294502 +0.5248726944370073 +0.3904255985157213 +0.27162399183812896 +0.20408533888017497 +0.14063158836613887 +0.14916429301873643 +0.14007730080411676 +0.2147653723969311 +0.3053095172405309 +0.404188579548455 +0.3323857507792362 +0.4200255759122637 +0.41272449368153596 +0.5484911679206222 +0.5942973834731162 +0.5310380726962518 +0.5329087531660787 +0.4874439708158272 +0.483525546414731 +0.5180548904337806 +0.5389502816833585 +0.5560222338551851 +0.5285379101073032 +0.5336416708070594 +0.502964953059454 +0.3655027872610845 +0.26385931181409206 +0.19873379409185088 +0.15001695335395931 +0.15592351034497334 +0.14412089200718675 +0.22927355150044013 +0.30810749170981727 +0.37947063169286516 +0.43553136698254646 +0.5342438094794543 +0.5794955005848115 +0.6582683140188327 +0.7277006443868155 +0.6444099502575338 +0.6433945473997359 +0.6374781144385724 +0.6185694050125662 +0.6712414105988731 +0.6480635358385534 +0.6134723614889875 +0.6099775395821834 +0.5831265202023246 +0.5411166928349973 +0.39798172261514997 +0.27441202927447983 +0.19849899164779902 +0.14728203913728696 +0.1554814014154717 +0.14711344330146253 +0.22987926975384115 +0.30969325189028024 +0.4019399110541608 +0.43583533746447545 +0.5345330049244631 +0.5793565811180459 +0.6582202810926875 +0.6930786004098378 +0.6312560186481941 +0.6424420551971441 +0.6007141923459814 +0.5816352676859377 +0.6345549059132488 +0.6118810790039475 +0.5985751019246168 +0.5790368740816532 +0.5831782354828775 +0.5473782931854877 +0.3983787442456687 +0.2730153909551206 +0.197166163429445 +0.14628863589771068 +0.16082625174388063 +0.14384716050861623 +0.22107837344574996 +0.30669443558985987 +0.38609741947397747 +0.43432692492274066 +0.5330563041340544 +0.5768868114370392 +0.6559093955424496 +0.7291454498982325 +0.6765033763776654 +0.6944825056629024 +0.6535444478927191 +0.6308103381496835 +0.6793086255826675 +0.6515016111631292 +0.5969263316326047 +0.5738952229064428 +0.5784665484433514 +0.5506525533362676 +0.392744341285889 +0.27266037183055886 +0.18859466525368865 +0.1468780738409646 +0.15548759190866285 +0.14900818477290592 +0.24190953118486694 +0.263962828679419 +0.3347573422496283 +0.4426446168006136 +0.5352621867825965 +0.5796839173939897 +0.6569936731838829 +0.7360034534099696 +0.6821741737825071 +0.7009006743857209 +0.6465203966362114 +0.6304152981286436 +0.684764707514944 +0.665157280140163 +0.6463277040673917 +0.625429366580281 +0.6298900851021342 +0.5824187159983962 +0.4024270941217689 +0.27159454368248903 +0.18851208052873217 +0.1495566485290347 +0.15617995029002515 +0.1483083170428264 +0.21919486515946243 +0.26396266234494437 +0.3347576584709824 +0.44253461764221325 +0.5363612664179216 +0.5795413357316932 +0.692833434538801 +0.729119701166148 +0.6726439395317686 +0.6925922257966554 +0.6531203902689525 +0.6299614635754494 +0.6815073659868631 +0.6702604325336543 +0.6511040379232697 +0.630620583493466 +0.6350098065883554 +0.5897992892388895 +0.44013561426437464 +0.31876067613578213 +0.18694202102627738 +0.13784601084984222 +0.1666417835629648 +0.15980280906955782 +0.20450518181591842 +0.253104275414805 +0.3467021263997511 +0.3690087023651815 +0.4629959289450174 +0.5646891731531709 +0.6367817782285189 +0.6491983173570778 +0.6211462256616588 +0.6043625675202026 +0.5639341670183924 +0.5558949214615063 +0.5818620637909837 +0.635947255198977 +0.6466943827638254 +0.6315214616262977 +0.5835983369166474 +0.5647502034803893 +0.4352154359308198 +0.3288995688223473 +0.14053314352367752 +0.15110005744630126 +0.1576049187040183 +0.19806947843024847 +0.3031517179322719 +0.39217355534357057 +0.4020383373127964 +0.4574986878052138 +0.46992201361213165 +0.611863691118081 +0.6222985960868901 +0.5989878659512676 +0.6349250674468975 +0.49965033381047486 +0.5134807438731104 +0.5382094250141587 +0.5650171981691745 +0.5739970574592733 +0.5921171922409981 +0.5903046419686556 +0.5576210053517928 +0.418863275038363 +0.2807201671015178 +0.18819276117071446 +0.14909624180234274 +0.15962172265725907 +0.14307467437214857 +0.2257998632385181 +0.26395233967507015 +0.33476188577961546 +0.5279039666359562 +0.5836065921649325 +0.6215119558875727 +0.7086286582316041 +0.7489190170177441 +0.6945209269008862 +0.6962675407466421 +0.6677296377675742 +0.6384161998738977 +0.7092127724372628 +0.6776016388589398 +0.6193170172056924 +0.6329940361786934 +0.6397296028037327 +0.5897510107354622 +0.3961690360106017 +0.2679193225430405 +0.19715614815140897 +0.16347046041492172 +0.15992825619913292 +0.14432279392700348 +0.21797878467125942 +0.2639524288344381 +0.3347739706442795 +0.5055827455836818 +0.5430002387314968 +0.6242816433763138 +0.838414494307549 +0.8890970087780112 +0.8309176865633942 +0.845510156623647 +0.8067773206716325 +0.7783559104082426 +0.8308841368791312 +0.8072219286665125 +0.7305797276276956 +0.7124886276792067 +0.6836292367656884 +0.6192945859686255 +0.4490459852789242 +0.3054045486582178 +0.19543816076692733 +0.14859513095458207 +0.15560045454334398 +0.1443449373733464 +0.2122370001892897 +0.26396285492407945 +0.334754339995998 +0.5269450439813443 +0.5963667106750399 +0.7002059119932822 +0.852516531888947 +0.8883619621591359 +0.8304734835072903 +0.8404485917705381 +0.8073503960401097 +0.7867282833101091 +0.8387290184447158 +0.8127252270023209 +0.7548056885790817 +0.7539945371469133 +0.7493733269615842 +0.6604927474993264 +0.46976640308765655 +0.35481414302138886 +0.23180599894543685 +0.19456529327589336 +0.21255565872655174 +0.19942509284996177 +0.2635119432773618 +0.26395246575933545 +0.33476587702406857 +0.5469902205980707 +0.5977075720607146 +0.5869212351630533 +0.6678655264297516 +0.7359856636413017 +0.6159473695040165 +0.6455550068412487 +0.7435002937524204 +0.7412690077409563 +0.6872868299716728 +0.6850864372038483 +0.628755392776663 +0.6254168219680711 +0.627263273365919 +0.6252628269417286 +0.4430692071667993 +0.32675061188155635 +0.19203745598972574 +0.16646036618496154 +0.16730786868196038 +0.14724325022878998 +0.20019233986545712 +0.26395239804019505 +0.33475753903098443 +0.5034368123966929 +0.601043566590561 +0.6473267551671991 +0.7251360606429336 +0.7332825730149278 +0.6731266108090705 +0.6739455649605103 +0.6588844148979004 +0.6353594384075997 +0.6773502456791525 +0.6577233465691502 +0.6078937378717957 +0.6171002612627765 +0.624755699216532 +0.5858918076448983 +0.4351211462821119 +0.2775229269435411 +0.18620362241681487 +0.1438173694004423 +0.16123931974155176 +0.13827457495578227 +0.22491142085947888 +0.25306701397269843 +0.3467628494374622 +0.35288997720187315 +0.4252615499148125 +0.523510815596971 +0.5915543106808058 +0.6014361099493125 +0.5605746591740752 +0.5577137870855781 +0.5073089996723443 +0.5007915327102818 +0.52584368350608 +0.5824026833164099 +0.5533113705992591 +0.5761636749988485 +0.5297370687849124 +0.5136651592883151 +0.38293896223250046 +0.2677002673802969 +0.18929186871386028 +0.13736837738612745 +0.14941162095504806 +0.14062077251826383 +0.20904123228840113 +0.29498228063764814 +0.3752542588101653 +0.3343112476613127 +0.41480347937402334 +0.41291192470782984 +0.5457532483308094 +0.5889161515277467 +0.526943454433108 +0.5362999503338064 +0.48618075197824484 +0.4846744143424553 +0.5180285811820756 +0.5421298023484439 +0.5146652032509021 +0.523721941190035 +0.5477285908206597 +0.5059530672659575 +0.38007661106711965 +0.28004171067918204 +0.18393709169038672 +0.14744101692023825 +0.17491394693998463 +0.15019359093063103 +0.23208885544458316 +0.3091604011413676 +0.3860470978770271 +0.4357491492920973 +0.5472866483081998 +0.5764884310043551 +0.6567924695043176 +0.6898533196146932 +0.6301449743734784 +0.6407888170737299 +0.5994906134524434 +0.5792491794993333 +0.6319056300058318 +0.6081679851793689 +0.5546033146151084 +0.5715009685983649 +0.57886009808821 +0.5362211314790709 +0.39369895302362795 +0.2701855503876846 +0.18566450196701698 +0.1431303497437744 +0.15489084608480633 +0.15053235645394333 +0.22565515220602342 +0.3003825502597082 +0.37899231132940775 +0.4423213627722328 +0.5336648585531445 +0.5769918283124782 +0.6578441089246584 +0.6994808560024826 +0.6695378246838599 +0.6817389951685309 +0.6411477774119729 +0.6191124962848872 +0.6703857717272996 +0.6461418300751186 +0.5940047409123731 +0.5767494656521389 +0.5774469261183719 +0.5434374112234049 +0.3957177241823173 +0.27139146747283494 +0.18866104899297056 +0.14337455630422222 +0.1537166748233669 +0.14561230275305004 +0.24256631756589864 +0.2637762102395675 +0.33478025262327 +0.49305268868517993 +0.5930476037229433 +0.6366143240492969 +0.6718785803688696 +0.6932222792440017 +0.688470933332503 +0.727547069242737 +0.6735906646992158 +0.6122759636221434 +0.6171686178159679 +0.679567894942918 +0.5994524907854618 +0.6468136785707982 +0.6209081504057613 +0.60881208578633 +0.45832064003280637 +0.32458620384682146 +0.18893102462566402 +0.1502877966247458 +0.16073315262684235 +0.1631584760774279 +0.23612987615909087 +0.26371551579004515 +0.33483393815708135 +0.4480072114230936 +0.5737856162792082 +0.6143453815667989 +0.6942409690365654 +0.7276183851665323 +0.6669779096500429 +0.6778993802919006 +0.6248849859083742 +0.6164638537650152 +0.6691875872605502 +0.6211722629878552 +0.5623181712666386 +0.5751775951764251 +0.5806400666683004 +0.5433060234021554 +0.3967594023414529 +0.27269002214183186 +0.18856121380759597 +0.1495761990809195 +0.15598510448839809 +0.1485192037588069 +0.2395318713186661 +0.3001339205922212 +0.38242963103032523 +0.43621980544305816 +0.5331373371601812 +0.5773327320390447 +0.6579433895720808 +0.6901676647809641 +0.6304824135083021 +0.6423303301997775 +0.599784637353596 +0.5796323461500332 +0.659346382180519 +0.6322951620907351 +0.5548686460031356 +0.573960607571013 +0.5742644253056116 +0.5435890637433486 +0.40739691829651 +0.2695899946992849 +0.18441666368794538 +0.13800164620824748 +0.14833344456535813 +0.14006327242610983 +0.218203848590324 +0.30144739400748755 +0.40144793090215275 +0.3533720985465183 +0.43308281824408834 +0.5355936085713551 +0.5905335259758087 +0.6002383360652382 +0.5619663140189254 +0.5469104374728908 +0.5107123875902485 +0.5035398870855861 +0.5324719479694723 +0.5861045501455361 +0.5557314290045926 +0.5754304931299256 +0.5241806978973778 +0.5171914098500258 +0.3821548267371665 +0.26480264847417656 +0.194879091385283 +0.14226970884348844 +0.14853832261670308 +0.13719174495859188 +0.22127014420374747 +0.3320644608702938 +0.3998760043820875 +0.33040728913463374 +0.41565793340736584 +0.41067145817085604 +0.5775522991309744 +0.5948269213810128 +0.5576174550719597 +0.5606551024019105 +0.4879300532993348 +0.4808458383531639 +0.5236109293673438 +0.5451410445162649 +0.5249024352392145 +0.5338988317277995 +0.5390003650757864 +0.4949524727826364 +0.35904024898023196 +0.25964263515514635 +0.1940518338454705 +0.14691366818031018 +0.15855690514498014 +0.14742913914004244 +0.22592829439354897 +0.30543933434669013 +0.380750295777121 +0.4357278331469229 +0.5320784256968119 +0.5774314552096497 +0.6579458760871315 +0.6896744609015086 +0.6301242212839606 +0.6407608646785653 +0.5993686558076823 +0.5797379839193503 +0.6320103003178187 +0.6084099837367773 +0.5563983539605394 +0.5740512672533428 +0.5800405695111732 +0.5424037935186142 +0.3961959545116259 +0.27208686934791765 +0.1924447883383998 +0.1464206342018965 +0.15600773825687078 +0.1476801826973267 +0.22455342958980024 +0.3046870980534772 +0.3760104336475746 +0.43529359955352936 +0.5306985548873797 +0.5749553617567849 +0.6559260789092424 +0.7284557228433438 +0.6724221964397314 +0.688298662641165 +0.6489617193802164 +0.6308987965612549 +0.676307818980132 +0.6544580406961299 +0.6001539395618943 +0.5764882165414821 +0.6164930702937389 +0.5620958032479517 +0.3958350490760045 +0.26926870759986615 +0.18451983989189935 +0.14283744560777048 +0.17275288198777217 +0.1500558817192642 +0.22578818937461842 +0.30485061954502235 +0.3774266295623551 +0.4335839952580895 +0.5311567642691268 +0.5751928905784434 +0.6948455882959377 +0.7475773418227404 +0.696701524960746 +0.7249724675263874 +0.6610175726840266 +0.6310010986805756 +0.6863309135741572 +0.6585629580020939 +0.6069393644369062 +0.5788219314417211 +0.6147366047783762 +0.5775820168526608 +0.4069226737030343 +0.28259890445837854 +0.18833339876901303 +0.14939129212143498 +0.15440783490287868 +0.14271659212557666 +0.23236837486695228 +0.26395247030652425 +0.3347552495266966 +0.4516167810732226 +0.5541088380677895 +0.6167193538655906 +0.701478884654628 +0.7359172267735684 +0.6867458879382072 +0.7001996077542662 +0.6564540044717253 +0.6390960273196559 +0.6956183190086848 +0.6686951713237461 +0.6219637196481747 +0.5974007750969387 +0.63282416538953 +0.5955721922446102 +0.439317557595331 +0.30908110731658806 +0.18913429462378575 +0.14351567888614875 +0.15410598370672368 +0.14567365426850076 +0.22171917715913464 +0.2639524411242092 +0.334772778036593 +0.4847485764953694 +0.5788463996924067 +0.6258093976015301 +0.7083801089616348 +0.7454206490133819 +0.6970598136607916 +0.6998555349531249 +0.6593340716012336 +0.6421847884678465 +0.6982823579436614 +0.6690644838276493 +0.6117059242411066 +0.5971370055689001 +0.6325328572176171 +0.5867912380709214 +0.43372966456496437 +0.2790238998075739 +0.2027578144186786 +0.16907677054820885 +0.16794287029136878 +0.16295409603784627 +0.21987030824827378 +0.3166483475140317 +0.4097776136737111 +0.3644242277571923 +0.44198507358702727 +0.5803197573054528 +0.6656413183021171 +0.6753727355955566 +0.6335372299016171 +0.6249544265033523 +0.5904675161318309 +0.5783765388254768 +0.5980219367454852 +0.6458163149712113 +0.6198729131077501 +0.6042292066798838 +0.5956919838722037 +0.5894219096358282 +0.4506327054427552 +0.326593178543471 +0.21064614379174537 +0.16410863218724164 +0.17287120162304365 +0.15943822184061582 +0.22793610365234432 +0.33467079475923206 +0.4258824541162835 +0.37460941031567974 +0.46316387554259153 +0.4695008757046836 +0.6052584496716995 +0.6557749757299597 +0.5901934183828763 +0.5924493309384052 +0.5595639291330622 +0.5616196245341257 +0.5959149349815297 +0.603481089665847 +0.5792100262535229 +0.5483971576759111 +0.587153479874451 +0.5246182311958405 +0.38008824541963987 +0.2757772946147341 +0.2038631340559784 +0.16467057306969504 +0.1750553928958746 +0.1792450654835003 +0.24447439696368264 +0.3321023360724274 +0.39618226134601947 +0.4556385207291467 +0.5551889299493187 +0.6009871608770236 +0.7240660781338731 +0.7732344805812088 +0.7140467184313084 +0.72614667668383 +0.6819108449619325 +0.6219952004999634 +0.7134139295954536 +0.6969792980482769 +0.6358135265078078 +0.6157114693871956 +0.6444282264234261 +0.6004554255872651 +0.45268590148263355 +0.3297270445297732 +0.20564587728072609 +0.16323459330906623 +0.17382095887653404 +0.16895632696253451 +0.23316322171565126 +0.2818944907886493 +0.35271988941895144 +0.5136572990635851 +0.6002321683658476 +0.6407970832018853 +0.7217925758538111 +0.7595477743741719 +0.6955895303682539 +0.711306030051479 +0.6685288711337315 +0.6449508015928894 +0.6947900219234288 +0.6438874375641234 +0.5743278593789464 +0.5580376598579984 +0.5938967901643629 +0.5603249073493429 +0.4142958711211463 +0.29201964758055093 +0.205211797369277 +0.16258799123019732 +0.17702326311172314 +0.16717179601244261 +0.24389326747899828 +0.3446211926413968 +0.4100213769522845 +0.45530806190810313 +0.5514789146744341 +0.636699597457329 +0.7279315822405293 +0.7814878187478856 +0.7176183076852661 +0.7181849740670041 +0.6794402099458503 +0.6527575970620204 +0.7042994332071507 +0.677889573554778 +0.6139542710256759 +0.5964751685236269 +0.6322919915163344 +0.5523549479264707 +0.41097624531108307 +0.29154383902959 +0.20581170076692787 +0.16356715926223944 +0.17537380639560438 +0.17105160177506534 +0.248772658055586 +0.34987981161098225 +0.4169432312678912 +0.46153201957712775 +0.5799287947400616 +0.6397330222999139 +0.7354652865007457 +0.7763791496523913 +0.7110598181236334 +0.7011367135262302 +0.6604139432215936 +0.617611111612561 +0.6911743890267578 +0.6505134533355832 +0.6245878846000275 +0.6255363698400982 +0.6545981134080509 +0.6095943922984216 +0.45812225011912994 +0.3304038553102523 +0.2062923771127406 +0.16342844740327636 +0.1775913271245385 +0.1649107475193889 +0.25581082213286094 +0.28191897207950695 +0.3527331560332581 +0.5295306329777171 +0.6097089401794681 +0.648956755169263 +0.7460735953791153 +0.8434114822328426 +0.8111718515678115 +0.8440743576871357 +0.8024952472023875 +0.7368440590687706 +0.773203181565242 +0.7088723549105133 +0.6381215906705744 +0.6183027548995181 +0.6776780001979431 +0.6196922618087191 +0.4478845077428927 +0.29468454975833114 +0.21465966446656812 +0.16978510282291018 +0.1722509017587628 +0.15924001024608422 +0.2166085465112172 +0.2708443906118239 +0.36470305500960754 +0.4064468620621417 +0.454586558612906 +0.6301645654813659 +0.7239787392542429 +0.773752159278988 +0.7221083734084796 +0.7506928566828982 +0.7027736123840596 +0.6674876258961621 +0.647622229795889 +0.6539754487267901 +0.6566787888529108 +0.6321465673399864 +0.6056244233456901 +0.5798400509640966 +0.4287173470920113 +0.30238869722194917 +0.21048983159220472 +0.16493562726148767 +0.17375212077964594 +0.15714039824027468 +0.1909808768072837 +0.30225639991337305 +0.3832765460340508 +0.3875255655856304 +0.4764320021999146 +0.45318030941959353 +0.5901372561569967 +0.6465459456094952 +0.5872622208438321 +0.6023887532623311 +0.5836578310109856 +0.5623307174791327 +0.5845225260534651 +0.6005682764949425 +0.6119461303783109 +0.5815482093996264 +0.6145938141209772 +0.5652097664148373 +0.43734832095587367 +0.3283481092494925 +0.20820522628027996 +0.16503329137454928 +0.2039313691800872 +0.18410839609068494 +0.23270481071029833 +0.2819188119091691 +0.3527434612277732 +0.5023551040554399 +0.57319853222872 +0.637568806089835 +0.726106451431135 +0.7728358122644161 +0.7188460731940931 +0.7249986764074653 +0.6681777600223392 +0.6429685677009115 +0.6942476481439597 +0.6313130695034289 +0.6010467056850362 +0.5942513152298122 +0.6045124601914978 +0.5589874808800191 +0.4138854886438054 +0.29174815746748683 +0.21082371809210373 +0.16326650181100066 +0.2092957436877491 +0.17076847031486334 +0.2487019488847178 +0.281681867628778 +0.3527672588969837 +0.4701307102952268 +0.5699539897926329 +0.6404952199056432 +0.7210151373179956 +0.7621678707420468 +0.7096122370814777 +0.7310122209745877 +0.685731830424236 +0.6568328645922376 +0.7110349515823675 +0.6993384987755008 +0.6301409683901337 +0.601422226775917 +0.6400107607417795 +0.6026780242829962 +0.4564210606529197 +0.30088118486959364 +0.20631781430407783 +0.16379933425542728 +0.1754390428599889 +0.17145174139841582 +0.24856795373580645 +0.2816985130497653 +0.3527594655411862 +0.5217335853128118 +0.6272025078116473 +0.6623343887249648 +0.7452941388184722 +0.7772232896825061 +0.7021937818753975 +0.7363128856735134 +0.6688947574817397 +0.6640938379671761 +0.7045392999237453 +0.6960294950943127 +0.628950959541215 +0.5992444577768847 +0.6367437049979424 +0.598097454255355 +0.4217117134193594 +0.29224013381531033 +0.20576164089658658 +0.16335991494856664 +0.1749608484352526 +0.16910349899289479 +0.24057641058472695 +0.2818379353278615 +0.3527685999347406 +0.4689141173825391 +0.5799225127404926 +0.6128690332245802 +0.7190766438424514 +0.7607812658530462 +0.7071596708259126 +0.7268485232526817 +0.6768587767214105 +0.6533725338351727 +0.7038971112972563 +0.6788353662068972 +0.6133634880321891 +0.5969485097207579 +0.6336443519147718 +0.5623205697560155 +0.414195212452352 +0.29652733310288626 +0.2068928799299755 +0.16921750170632888 +0.17509690400745764 +0.1627617123531713 +0.25038534553405417 +0.281820642359672 +0.35274537404420353 +0.47409838349931843 +0.560424681295714 +0.6396718089361058 +0.7180305451884177 +0.7530932357678204 +0.6931411378870544 +0.7098431721183376 +0.6712672003315877 +0.6548890519560916 +0.7206844046526982 +0.6972356963303133 +0.5631826874096075 +0.5791931477524669 +0.5756577579633048 +0.6117675531970918 +0.46959580613031876 +0.3298406542829466 +0.2296697225204995 +0.18208280381506914 +0.18692390066958256 +0.16570344980694063 +0.24312814462729282 +0.2710353099572547 +0.364708653470663 +0.407970886154814 +0.49060325263958726 +0.5854822995472676 +0.6505705007128555 +0.6622459420147532 +0.6182293056810799 +0.6127867894313446 +0.5385620587918596 +0.5209187662572129 +0.5489874777499731 +0.6065869310720041 +0.6144659042150382 +0.582950938955809 +0.543843636522236 +0.5373439816217165 +0.4068044333772318 +0.2902987772601416 +0.20952994716580287 +0.16283700528769632 +0.1676310956538495 +0.17486637699505905 +0.25470261690606233 +0.32580251388778897 +0.40380629835983506 +0.3579053288388776 +0.43487825952439735 +0.43093670672411305 +0.5599349041131564 +0.6065777962259317 +0.5512517261307123 +0.5528594440728904 +0.5094503758263091 +0.49961302571769567 +0.5362493265786868 +0.5568782769443907 +0.5368099650856942 +0.5087239244086285 +0.5566355872952942 +0.513331602034259 +0.3792980679415064 +0.27735285213373656 +0.20370617994342066 +0.16535100028379784 +0.17530748351001424 +0.17212510000314052 +0.24205590263754817 +0.32527761585709297 +0.41163780908913306 +0.45850815868471684 +0.5502396412575515 +0.5985670499791925 +0.6797412843200047 +0.7131580686161707 +0.6768045010051512 +0.7038515025462706 +0.6700410733258348 +0.6483488889289593 +0.6962633104735533 +0.673088604059312 +0.6129980579642484 +0.5950630541088338 +0.6335809794796144 +0.5914233916913114 +0.4182802152968744 +0.29154806502126224 +0.20621722903179274 +0.16279346168388031 +0.17323684880626228 +0.1671853653112089 +0.23565130206169954 +0.28189958754542416 +0.35275079992506087 +0.5019568969366629 +0.599567192054525 +0.6421481835983919 +0.7325496551268329 +0.7678196090525078 +0.7171212721540469 +0.7406427666168988 +0.6947976179994839 +0.6425789642965064 +0.6765919038698818 +0.6324286581008871 +0.6331674844971084 +0.6217388674264956 +0.6483348848480088 +0.6051027548530142 +0.4620222515705442 +0.3305236178576814 +0.2062839740951002 +0.16379881811057315 +0.17968422707307674 +0.1690896888788467 +0.2432527678905749 +0.2819063867339934 +0.35275320532119664 +0.4741784824268397 +0.6052392470893222 +0.664593051380694 +0.7508285585422378 +0.7418097966271673 +0.6765799198974112 +0.6997254043709997 +0.7190320880351766 +0.7033451736333249 +0.7553958692201785 +0.7090854128245089 +0.5958600044877476 +0.6248317979570115 +0.6565031711603279 +0.6223681562050511 +0.4286020320021773 +0.34451561599625596 +0.21038681990462715 +0.17483155659596458 +0.1796742872065714 +0.1660136071533173 +0.23892007797813722 +0.28192915834993926 +0.35279461784898525 +0.5202153708698218 +0.5542373373819319 +0.6227698121741638 +0.7025032620900853 +0.7807534949343449 +0.7263539910626459 +0.7361231174864759 +0.6838059721503739 +0.6271500852469066 +0.6966587616639013 +0.6624105907582721 +0.6381875527490773 +0.6207760773660088 +0.6611544283169346 +0.6119742713288107 +0.46027672004165543 +0.33671465403022 +0.21763322670439803 +0.1712218091389977 +0.17638057957790276 +0.16677946868653426 +0.2339499923940543 +0.2818065980481091 +0.31517979561298287 +0.47633725110480724 +0.614066852609308 +0.6685113283428091 +0.6883482779788621 +0.726692753119508 +0.6785774018599882 +0.7206133690958071 +0.6489498201790248 +0.6437108123972318 +0.6984022110511058 +0.6353766334635077 +0.612658121980572 +0.6183259523086482 +0.657413501918147 +0.6144327888392949 +0.4548175754474747 +0.330225126783202 +0.20507471384020315 +0.16557431173031875 +0.17456236367058844 +0.16579468155450944 +0.23630306544708202 +0.2710811888516274 +0.32706540419209734 +0.37789830448534284 +0.4990129899505297 +0.6054768817137082 +0.6772300639085916 +0.6905333080561107 +0.6265499816959631 +0.586600721464375 +0.5775890231718683 +0.5778714961951511 +0.6096629772333312 +0.6443745905596501 +0.5729063355838648 +0.6180039672567769 +0.6075244654351312 +0.5904200929160383 +0.46425609957046443 +0.3365335259949005 +0.20989374442215247 +0.15811214555359948 +0.169192202062314 +0.16540382752030433 +0.23578717657836648 +0.33676020386852074 +0.37625435868325685 +0.3843196239108924 +0.48354862749668354 +0.4934624571750868 +0.5900817275081744 +0.6442390063064348 +0.6027653485722431 +0.641054177106184 +0.5615809021942093 +0.5314064576336085 +0.5672350790411121 +0.5868353555589053 +0.5789077688057138 +0.5156341122216432 +0.6143325199783543 +0.5697763840735832 +0.42526313119664777 +0.29894969523170717 +0.20507353956036745 +0.16410560755987616 +0.17422050169458675 +0.16441683481272912 +0.24069868213473092 +0.32505763933844506 +0.3481686554500168 +0.4609260345467964 +0.5931729021039464 +0.6471265447276799 +0.7348401164960489 +0.7663174030276791 +0.7321887335539442 +0.7093291033386636 +0.6536637040643528 +0.6541520479220687 +0.7277882604517101 +0.6936492407733984 +0.6251367506372234 +0.614575247445944 +0.65510271739798 +0.6156227538053153 +0.4567045872959807 +0.331619284654472 +0.2071945466597407 +0.1705669541864671 +0.17636479311725345 +0.16614683418914333 +0.24796862549284707 +0.2818854821943979 +0.3152060247181246 +0.5109022809025813 +0.602043199284344 +0.664820192163396 +0.743807917444901 +0.7720706170404684 +0.716504750594983 +0.7331677190920788 +0.6532354901138462 +0.6612602702591365 +0.7174658384289152 +0.6991387804505567 +0.6371541723798356 +0.608372692765807 +0.6403051197168783 +0.5971722880793715 +0.45059633063739346 +0.30180908163493003 +0.20669544076723864 +0.1700783565925254 +0.20048492425383402 +0.20008761266809244 +0.2516683201252449 +0.28191894506763604 +0.31516948654059185 +0.5023571788148514 +0.6153214174329369 +0.6648523334788362 +0.6986623198276379 +0.7442412653589133 +0.6775201910315123 +0.7186112801008203 +0.7081611795601049 +0.6437991316617587 +0.6620012635041596 +0.693737690950635 +0.628632497501052 +0.6250853297143063 +0.6648062878813938 +0.6121592960882242 +0.4784044260128454 +0.35148400662702367 +0.2077937540200704 +0.18942459728364547 +0.177485148329515 +0.16740918266654367 +0.24136645462282968 +0.2816818493823005 +0.31518253667834717 +0.5191590150849703 +0.6166098818711475 +0.6211959577686252 +0.7093139066915383 +0.7716554789578649 +0.6834537648175311 +0.6743987378392965 +0.6682739382811854 +0.6175017741515887 +0.6577932633862905 +0.6667630084403899 +0.6314388220688001 +0.6177241354365562 +0.6632226336576138 +0.6264179618520398 +0.4785102133239513 +0.3528514904130965 +0.209576918045194 +0.17132611362861425 +0.17591661668338401 +0.16559711856474954 +0.24690823207946502 +0.2819187407460687 +0.31517685768941656 +0.5281471082871096 +0.6217297351314957 +0.6696909290324848 +0.7406754657940252 +0.7843676789435963 +0.7125251693558123 +0.728362319959194 +0.6777852224524041 +0.6670165571902655 +0.7100684186586835 +0.6923869186753606 +0.6293571571789663 +0.6162124548301089 +0.6565654490884296 +0.6234046787737548 +0.4768071109886981 +0.347701696797629 +0.20510986839421566 +0.16570613134577344 +0.17155038389610042 +0.15918100360367096 +0.2363438120551059 +0.2710707208300991 +0.327067965831946 +0.4209653762626883 +0.5054512605073387 +0.6111449642862442 +0.6708657919676189 +0.6889057708786364 +0.6070618855385705 +0.5699148536258632 +0.5893072234541967 +0.5856806734542858 +0.6025374073008024 +0.6555080491266341 +0.6350139000572111 +0.6171572135903401 +0.605334534900741 +0.5949892645883678 +0.46869387570540577 +0.34722941559014736 +0.21103730999975884 +0.16480923027929556 +0.17494380297859713 +0.1659008239242666 +0.20933965686356015 +0.29457340063634363 +0.3487918063183597 +0.39467389362009364 +0.47492487637640257 +0.4794921043838397 +0.6191630320884477 +0.6705999988640685 +0.614781992452051 +0.5781591564932372 +0.5601813899494935 +0.5398615449811394 +0.5713125221172931 +0.5960937163701933 +0.5534596221798255 +0.5526702008415247 +0.6283818736910244 +0.5794973345992374 +0.43295922003372145 +0.3235457629882285 +0.15029292677261022 +0.13258404583277741 +0.15473577942251457 +0.13110740828007117 +0.20054036443148526 +0.26488913175451 +0.28189917349139554 +0.43540969062773 +0.5503743217376879 +0.6083850135273952 +0.6367364400220844 +0.6697441290724518 +0.6658061153626058 +0.5857424926081832 +0.555653356694482 +0.5601399563451496 +0.6133414595084242 +0.5891109726681826 +0.5644323518908314 +0.5811119308312793 +0.5966234802259095 +0.5594163485578367 +0.4143146296685195 +0.2831025312352506 +0.15741097746686347 +0.10772853672293571 +0.11827911495932647 +0.10757453729787296 +0.20118949289062488 +0.2279363513886603 +0.26128232870729584 +0.4653471749405848 +0.5393817621537993 +0.5564311735349 +0.6585309593652043 +0.7197263883892547 +0.6602031201678804 +0.6578291168622222 +0.6160847116977642 +0.5966090183805727 +0.6492806705918479 +0.5718956914269115 +0.5016695842879385 +0.5433085366736036 +0.6123742976965196 +0.5650014196503397 +0.41441206908413036 +0.2896581149662205 +0.1476088976593114 +0.10748246840571274 +0.1180453442502244 +0.10742464242762427 +0.17227828217673763 +0.22778237863014714 +0.2604372265603489 +0.4549365328364765 +0.5490548040744915 +0.603510901165691 +0.6740006365446011 +0.7098220615188211 +0.5744803334643864 +0.6559393645309257 +0.6429485974645234 +0.5971929886657037 +0.6231329034538379 +0.6223022796757316 +0.5305286540827578 +0.5368494199866279 +0.6124144600170501 +0.5618334505672288 +0.4106057999662068 +0.283142292508986 +0.14696403631072158 +0.10755343115217342 +0.11882842243717413 +0.10768080203862619 +0.17897686870562218 +0.22793304556447455 +0.2598829660200294 +0.4490259241381661 +0.5477628035996999 +0.5737718810465398 +0.6250073937321678 +0.6806104904896939 +0.620159951168769 +0.6571414855760888 +0.6302676223522213 +0.5971146441271723 +0.6371905955757211 +0.5979642993197496 +0.5297717552245533 +0.4794259582175062 +0.6077717559830392 +0.5586805589317341 +0.41049989875165505 +0.28503688383586057 +0.14917636204462803 +0.10762646328615268 +0.11841055308754592 +0.10752090694862057 +0.17403946189155917 +0.2278253645194471 +0.26124606904809167 +0.459846152717511 +0.4945923057316491 +0.5556113157539254 +0.6580393224614112 +0.7054480411756263 +0.6728909473617644 +0.7030968459746413 +0.6168888804571601 +0.5847611088954716 +0.622946133762766 +0.5884355316829766 +0.5654267729662709 +0.537957847110253 +0.5986343850776037 +0.558092991993955 +0.4138346852469984 +0.2798639587331876 +0.1441305112390494 +0.10197673031963718 +0.11297502215576968 +0.10131394606549747 +0.17342660118816078 +0.21715126871094323 +0.2721575657491205 +0.36200898180667845 +0.4517783433735842 +0.5430099395244704 +0.5865607798981178 +0.6046486397184065 +0.5763286690708463 +0.5538506681805718 +0.5065441581063741 +0.5054399432296552 +0.5379469926160028 +0.5832437313731299 +0.5634073324608191 +0.551768393039995 +0.5494069103051384 +0.5407197520853882 +0.39688716546113056 +0.2683941846331894 +0.14791373489791107 +0.10063904230641584 +0.11077328994827071 +0.10023411740651395 +0.1541930692311065 +0.25468801647556183 +0.2986366647549261 +0.3298857418498644 +0.4260259171890195 +0.36663104037960165 +0.5201056448841594 +0.558571111165271 +0.5103963595800315 +0.515265017959398 +0.4790222465239729 +0.472376351236824 +0.5063993990312641 +0.5297112255759343 +0.4845579921052257 +0.4651159838729765 +0.5365651486691152 +0.5290474442134313 +0.37261451544056456 +0.27164088424785326 +0.14508597935094406 +0.10722890954180679 +0.11766119752304773 +0.10577957717038393 +0.18768114801415597 +0.22802967671350957 +0.2597079606364842 +0.44022255117743364 +0.5365322435382963 +0.5929206925285069 +0.6752683782535713 +0.7094572598200246 +0.6794371438463834 +0.5839274026309044 +0.5780674607373174 +0.5587929030921602 +0.5994836345050311 +0.5792040670561869 +0.5557929184076845 +0.5634974635154562 +0.5720016947471157 +0.5680262611643228 +0.41838833178707646 +0.2879180643251472 +0.14561694306539932 +0.10685942838692208 +0.11728037457465604 +0.10626625897877036 +0.17385039169276115 +0.22801960024016077 +0.2608153001793173 +0.46095463780869156 +0.5457178057115003 +0.5878534509032727 +0.6724364180930626 +0.7326949842546243 +0.6979707618085561 +0.7118415712913265 +0.6710744012777118 +0.6671299527069018 +0.7054010119650441 +0.6502831331891262 +0.573906999546203 +0.5600703511286208 +0.5988468567348862 +0.5628545740386608 +0.3882538486290124 +0.27189494857446517 +0.14900790871250835 +0.10754594435217572 +0.11832534660060079 +0.10746567451826078 +0.1684177030410088 +0.22785060202525526 +0.2611667342952166 +0.4403878562987343 +0.5180381648575171 +0.6482191571526364 +0.7918361045310742 +0.8469249495012546 +0.7880848323593468 +0.8019099090715438 +0.7712331832837978 +0.7531565528165628 +0.7936177700256779 +0.7679580791144224 +0.5541576178268822 +0.5364587371612958 +0.5644365065770073 +0.5398336843876977 +0.3959585991212271 +0.27159577811508967 +0.16727863461912718 +0.13644623743827575 +0.12769715915509583 +0.10743021387975304 +0.153678514804027 +0.2280193030941496 +0.26113598541685357 +0.41883577950984713 +0.552704079897572 +0.6044388263496407 +0.6904813636082571 +0.7173515696821395 +0.6556191136659456 +0.6686639531278423 +0.6122118617553697 +0.597430952606621 +0.6436354845628309 +0.625874874062552 +0.5701768216705211 +0.5622289218174067 +0.5956731523644336 +0.5584317620782546 +0.41555404207361 +0.29002652579303534 +0.16729071215012248 +0.10786526911793635 +0.11870049108007118 +0.10751797059486637 +0.18665807503314177 +0.22801929202537952 +0.26121826343770854 +0.4622230428618533 +0.544904523530733 +0.5976493223847262 +0.6626259383422191 +0.7115248702748944 +0.6590404482508041 +0.6651043948159819 +0.6007557614389856 +0.5650084480909549 +0.6125608294060395 +0.5886135247462414 +0.4987035512186491 +0.5577948989206252 +0.5892679827012367 +0.5322662034325126 +0.423338299108268 +0.2882077911382095 +0.14422052142552483 +0.1018345633207302 +0.11302506163260569 +0.10195313350373719 +0.16716831031657706 +0.21702700148206713 +0.27195120454291166 +0.35584283051000415 +0.4026584850523912 +0.5267348221472562 +0.6469175058631879 +0.6824051667381452 +0.6728972330272213 +0.6855826415055164 +0.649789129107096 +0.6505194790317029 +0.6791354900192852 +0.7186583771990483 +0.6724385909355522 +0.6236626569344742 +0.5895620175807212 +0.5565808152006307 +0.4493837897040045 +0.3316176999458283 +0.18419233767672033 +0.1327046947964469 +0.15042131357299923 +0.12206955860148291 +0.189866521092331 +0.2462946091820874 +0.3271215246723958 +0.3502702052587282 +0.4368046124994701 +0.44784804970117387 +0.6173430316137215 +0.6913869848059141 +0.6824177868840832 +0.6942623265461361 +0.6565613525655388 +0.6487082490330913 +0.6815193961580466 +0.5595441566212054 +0.60816625813449 +0.49286983399499434 +0.5511877704729781 +0.4586215010587325 +0.36834046301614254 +0.27363878533095753 +0.14455517461337397 +0.10654684464575329 +0.11729088114497953 +0.10620489358568633 +0.1464679700671813 +0.22802995545805937 +0.2602553773921601 +0.4071045269273134 +0.4952481965321892 +0.5541423527131382 +0.6556764491319355 +0.7100563370823273 +0.6738972407203084 +0.6862598433840931 +0.6314058778817633 +0.6269621780400899 +0.6584850979973154 +0.6238635673182017 +0.5532183493065516 +0.5133587383224466 +0.621696154245697 +0.546723641386886 +0.40387273011147146 +0.2877846380848037 +0.148451105614461 +0.10742796376632484 +0.11841017795910924 +0.10730960637549534 +0.1589092336732622 +0.22799775021576027 +0.2608390883722231 +0.41012859673421564 +0.4932116688726737 +0.5745703943251804 +0.6705213484096166 +0.7503280705617893 +0.7161825145929339 +0.7715032999659007 +0.7394819633551822 +0.7300448737609813 +0.7822969977425565 +0.7523271123861867 +0.667059685560553 +0.6376448646939035 +0.6536994284942644 +0.5915644433426885 +0.42773673249268607 +0.2814129716619259 +0.16850136280226258 +0.13490242269763011 +0.14605381738255577 +0.11635483165990641 +0.19208206883249146 +0.2279840428887168 +0.26112187857365254 +0.5184806847389895 +0.6155546579741852 +0.6779950746815061 +0.7460068275662041 +0.6950996728106885 +0.6680867779339578 +0.7234623694870411 +0.6827809329992347 +0.6633551496098853 +0.6932457645216578 +0.6581453578815079 +0.4991515161089563 +0.5334447878852302 +0.5279331630622536 +0.5361470505067405 +0.39686101041127636 +0.24841536376946316 +0.15275569535646685 +0.10749768049677788 +0.11724953385752816 +0.10766943108767252 +0.16365486069583216 +0.22803016017326877 +0.26080335076555866 +0.4595224062746484 +0.5498512890567947 +0.592051481175595 +0.6762180544201073 +0.718991362015488 +0.668344860452546 +0.6890579975071841 +0.6258518382861548 +0.5881283158418024 +0.5945321619611941 +0.6134079245256816 +0.5779398488675704 +0.5395063379352506 +0.6039162267858914 +0.5685063634559661 +0.41175554376476337 +0.28058883793174166 +0.1462488804088234 +0.1074177577668491 +0.11856693269806223 +0.10743435702765058 +0.17240214684657196 +0.22801966504807566 +0.261168192146924 +0.45330456243000217 +0.5460701921643709 +0.5449291426417621 +0.6563329009091217 +0.6932834020594076 +0.620085914312572 +0.6451855990274179 +0.6158238953577331 +0.5965741119081106 +0.6226722776693925 +0.5703621276536155 +0.5636025421271641 +0.5654544181565168 +0.5958610123096555 +0.5501352327336002 +0.4012855323998857 +0.2872963252941644 +0.14400538816310185 +0.10184694530315345 +0.1217980186201698 +0.10191924623433901 +0.1527943872483993 +0.2169346461042632 +0.2721143201259606 +0.3622317067799511 +0.4281662460190733 +0.5026239540225156 +0.6014432374602844 +0.6143388675155864 +0.5910470264425943 +0.598537251294606 +0.5949272325435259 +0.5866786899486153 +0.6286839502565378 +0.6372884408566702 +0.5789896338906868 +0.56937000018866 +0.543807235041105 +0.5776741125213775 +0.45676234826000295 +0.30644365584779226 +0.14868413183858414 +0.10167012834733705 +0.11196078831790647 +0.10164906878609976 +0.1445366484567736 +0.23210788263045765 +0.2852763180940782 +0.34083637656899723 +0.4037624445641348 +0.43968301306072605 +0.554747917847225 +0.6155586056836577 +0.5851034756011314 +0.5976230736844091 +0.5746520226756734 +0.573499132361179 +0.5919993737103131 +0.589909516485101 +0.544834683580213 +0.4899062097815395 +0.4776677691471543 +0.4771789229078812 +0.3404414964329239 +0.21736293215131844 +0.1445045138696625 +0.10620992022849489 +0.11747356753103827 +0.10498658890995799 +0.17178316236405933 +0.22801946438759732 +0.2593668203763056 +0.4576163872890267 +0.49348442539365805 +0.527624713625429 +0.6357424103732648 +0.6903294749363814 +0.6382966382809204 +0.6560064889838578 +0.6301815182903027 +0.6178131537081238 +0.6795927521598477 +0.6502599285770746 +0.5641693507270862 +0.5322049868756765 +0.584788207912386 +0.5736763781932139 +0.3967223355434168 +0.2881305651316455 +0.1481335613345003 +0.10689281151658687 +0.11855629886737502 +0.10682823367925966 +0.15544036191590427 +0.22801970562868137 +0.25955694470772933 +0.41865506510941874 +0.5263571566812111 +0.6724528051185336 +0.7862325257453031 +0.8330296680967337 +0.7729866577599802 +0.7911058493637498 +0.7503400021900943 +0.7313637568254675 +0.7838675742640342 +0.7588894615564326 +0.7011700794256268 +0.6685368528828953 +0.6669773467857397 +0.6649778764513931 +0.5119454150381401 +0.4221864454634103 +0.20826033579019124 +0.158037209275477 +0.15729666763455571 +0.13819204905287563 +0.20312149965368922 +0.228019696991327 +0.26092731687235826 +0.4933186257912724 +0.5352892778244749 +0.6447305855654718 +0.6749016920304575 +0.7047173939755478 +0.6586132926175123 +0.6829047358605095 +0.6304913166985555 +0.5944177364019875 +0.6266397501484047 +0.6221785975686213 +0.5485445340016589 +0.5541928462108392 +0.5836823134955111 +0.5294561958681857 +0.3672921147915538 +0.2896774128897022 +0.14668868971075819 +0.10764738747515554 +0.11840644807059893 +0.1075191421807276 +0.1535811130494789 +0.2277930549719906 +0.2610804277552677 +0.46323315067541876 +0.498634991654215 +0.5560068073317994 +0.6926090191994302 +0.7649844430941679 +0.7036448713816602 +0.7443228194295666 +0.6898429165038563 +0.6271057099906623 +0.6390637668552291 +0.5894131136591011 +0.5018613791340027 +0.47879532452280554 +0.5423805706130754 +0.5499054766277945 +0.40481030867138823 +0.256743154776109 +0.1464057963214341 +0.1076503318870519 +0.11874317680655776 +0.10605991098144966 +0.16879421546286363 +0.22801933655519185 +0.26077996738808606 +0.42835063254245415 +0.4847539507141978 +0.5893052094082931 +0.7528186686533791 +0.796128259123948 +0.748388955198368 +0.7627265974396669 +0.7429795813055925 +0.7274836015032683 +0.7842625403460108 +0.7441917780543958 +0.6761260389393147 +0.6280212296081065 +0.5897743221910762 +0.5333532709336839 +0.3817329895711381 +0.2553809760457175 +0.14415133014281917 +0.10199877624033371 +0.11293189851552184 +0.10171634099593221 +0.14457653062323966 +0.21717180223682564 +0.2717625594981673 +0.33522822046354894 +0.4031567750812895 +0.5679230176986689 +0.6607203860400347 +0.7013803921750762 +0.6752250191971569 +0.6902269571030955 +0.6463862018827687 +0.6388313043748 +0.677236238035023 +0.7045199710891961 +0.6323328652548244 +0.5927659431380691 +0.5148969644540693 +0.5213323235741749 +0.3881909033763632 +0.2596779510668655 +0.14840641150062323 +0.10161334678885145 +0.11284722299217412 +0.1250626217072297 +0.1706114156602335 +0.27274320118201884 +0.3166547626580808 +0.3716312948849666 +0.4675726983102015 +0.46478432162574623 +0.5705065483665971 +0.5790402885163103 +0.49832961489255034 +0.5512107804387252 +0.4564449698476349 +0.4733772432536919 +0.5059444096933501 +0.5402531633444626 +0.5170887726829573 +0.4997160006874144 +0.5076869026594969 +0.5075634123477285 +0.3691206190731754 +0.26942343382742084 +0.1751608796031369 +0.1494009369619729 +0.15063061544048453 +0.13840845915785865 +0.18682235769443598 +0.22801967956297647 +0.25947407232153746 +0.5594894675659066 +0.6435956097439343 +0.622724957330701 +0.7274396435198992 +0.7770081966927664 +0.7011385108222625 +0.6859010309631748 +0.6191209880430251 +0.5986629911496161 +0.6770379624965244 +0.5986624862560144 +0.5010397023849499 +0.5490616490296556 +0.5815201542809941 +0.5338797304181921 +0.353058479071621 +0.22871746614160585 +0.1457532736536401 +0.10674515077273426 +0.1184650086209854 +0.106126124632596 +0.1600632379532371 +0.22795269518034428 +0.26110183729418396 +0.4285461889046403 +0.509660118308635 +0.5547933184896926 +0.677592702690453 +0.7798410004357218 +0.7039484842221104 +0.7050389133609155 +0.6634373723859697 +0.6439262422217343 +0.6971296940285039 +0.653713902590623 +0.580524924747926 +0.5322252322552726 +0.48954269997221256 +0.5483522783715362 +0.4168878748455543 +0.2647250316203841 +0.14629518689715065 +0.10770133491758238 +0.12983981482062007 +0.10761949698800709 +0.15811271643248215 +0.22783048625516666 +0.25938454228626606 +0.4557068290550536 +0.5750105029893887 +0.6392039658929527 +0.7330422953549143 +0.7963977043453037 +0.7497106167427745 +0.785321437975312 +0.744086350717694 +0.7286489827134789 +0.7873691897528653 +0.7525614344055037 +0.6820775074167269 +0.6286654646915582 +0.6055894284806421 +0.5941782153415447 +0.44297866423389665 +0.31238785754629167 +0.19786421324439066 +0.15853643752735666 +0.1764818777796175 +0.15230303991826888 +0.22117802248554813 +0.24598592647232936 +0.27899799642895595 +0.4783474592181449 +0.5848743196526796 +0.6337829876917556 +0.7573691955939552 +0.8223436702358143 +0.7954384792500393 +0.8103939866685733 +0.7791297271176195 +0.7604354760529799 +0.8192196546387064 +0.7933666414733018 +0.7389333377440181 +0.7069823124915426 +0.7127172277282423 +0.7108322351671823 +0.5682223185343047 +0.4370311994288346 +0.22927714091353157 +0.20627671364930714 +0.2098795313855315 +0.18886847218334812 +0.2802515959640722 +0.24598573030835416 +0.2775792394223351 +0.6155608967093197 +0.7098043141926429 +0.7792690631241731 +0.856791403654078 +0.8809750415591985 +0.8213902462667654 +0.8432801011588896 +0.8050920951309593 +0.7648641639597953 +0.8131731166305554 +0.7761641652887126 +0.7047257707781264 +0.6379577304023576 +0.6199527114298771 +0.5891403392318548 +0.4558410783106471 +0.33375293476060114 +0.19767011206453394 +0.15085949547928937 +0.15923207689717278 +0.11904066525446053 +0.16418300262619717 +0.23514835060050157 +0.28954312615208444 +0.3901218374903139 +0.44347929681076453 +0.5364287995025594 +0.5821998771908984 +0.631948897240508 +0.6385953794987307 +0.6422660951683723 +0.5951294089954007 +0.6237373575272364 +0.6601420761665586 +0.687417256206953 +0.625801032714261 +0.6035824763965096 +0.5094641515328946 +0.5167852841845221 +0.3906664149928193 +0.267477981934545 +0.16899961787142212 +0.12053181237141924 +0.13135143786159512 +0.12015763510415543 +0.16088836144814145 +0.2502561878308569 +0.29793669942257744 +0.3506048850606867 +0.43935658051275905 +0.41760959267995784 +0.5659350466996546 +0.6442179372499091 +0.6001293512623304 +0.6343297662386046 +0.6017146264169819 +0.6272736979127185 +0.6464121175284574 +0.6576873240200851 +0.6077236703748101 +0.5655637430167516 +0.5692947089666212 +0.5514067896162312 +0.40502964963629906 +0.2897711166601757 +0.20124900031512682 +0.15907230882602588 +0.17716928436340312 +0.15197539539683247 +0.16703333974100626 +0.24575916735024095 +0.27885129912684253 +0.4374309799432169 +0.5274375081630401 +0.5863451376124167 +0.6810563776293236 +0.7272776169712898 +0.6665179600684228 +0.7004216875804682 +0.6862301405596106 +0.6506892704460567 +0.7223701165446038 +0.6752961959131133 +0.6061065415792367 +0.5668722248657547 +0.5137632901238939 +0.574962746935003 +0.42152641120750206 +0.30061209608038164 +0.16756849014509329 +0.12711426952805688 +0.13581573695109705 +0.1260413372140368 +0.17392246872734496 +0.24598592456464133 +0.27719432059754934 +0.4830104998368182 +0.5555616453885988 +0.6009870488212542 +0.7258534937003323 +0.8196858455050148 +0.7921922920840565 +0.803357061678857 +0.7698173565349963 +0.7534641900167801 +0.8072075090721156 +0.7822270713223086 +0.7231332859528508 +0.6934153504321294 +0.6691496446116515 +0.6222655130736386 +0.4420625767904316 +0.280478610964172 +0.18184644845561093 +0.1276730781090066 +0.13790124720787592 +0.12526363584315253 +0.18865903730917585 +0.245985963600014 +0.279006097985474 +0.4749228342266397 +0.6006181431502584 +0.6795129945050083 +0.7906863396895846 +0.8596863280231313 +0.8022911502065657 +0.8120219391209973 +0.7708776756649923 +0.7531643831656857 +0.8056758819518571 +0.7726187681925923 +0.6977745307937517 +0.7031149758085156 +0.706870799115841 +0.7124118109902062 +0.5652062332532896 +0.4401786078792096 +0.22912481008662983 +0.18316472937985584 +0.18045642312072493 +0.17497364534403972 +0.228110054204975 +0.24599645003036602 +0.27814175070307495 +0.6105360828118727 +0.7263210683358284 +0.7502465098738563 +0.8326329840125307 +0.8667655933307211 +0.8051139646314242 +0.8291852399447484 +0.7734924787494795 +0.75088656590114 +0.8038766567425121 +0.7718874592153316 +0.6881349494020456 +0.6167649689289233 +0.5758425244282437 +0.5764757152356147 +0.41882088177942145 +0.27131359854183285 +0.17474930902757269 +0.1300730070484259 +0.13720799734728328 +0.12643217254604502 +0.18252681981412985 +0.24598594873971702 +0.2790433450443851 +0.4538031540124539 +0.5145455229644508 +0.6055094090855618 +0.7188353632091681 +0.7662846001609905 +0.7158856721133704 +0.7443744969085118 +0.6743509471393816 +0.6547935595721337 +0.6936317651777648 +0.6651615529704533 +0.591577049302077 +0.5726587843661122 +0.5580762548201357 +0.5588458159078505 +0.37624860879443534 +0.2768132518275063 +0.16825106377951146 +0.12123678450145234 +0.13098331570611674 +0.12074861918727887 +0.16104806094606897 +0.23509443117262402 +0.28972000743402365 +0.3910364438105947 +0.4324281391820297 +0.5323701538107217 +0.6261306255836746 +0.6937787309344189 +0.6805928496224871 +0.7063762687739057 +0.6602533512676227 +0.6714690743680913 +0.689730972829971 +0.7307178711756047 +0.712478880977227 +0.6935312384881082 +0.6279947435085571 +0.6269012455504352 +0.4820719654883487 +0.31663422890618537 +0.1961398137165789 +0.1305659678167697 +0.16376533366076562 +0.1609048472328196 +0.19559406994350415 +0.285650721431593 +0.3477995180347801 +0.4103831440493198 +0.5507133593675007 +0.5961458875269855 +0.7286043662686968 +0.7828979909556739 +0.7173421112508342 +0.7228450753920914 +0.6863952024442169 +0.6750518124636332 +0.7060651555650722 +0.7291377475196137 +0.701451555750657 +0.6672938600981494 +0.6711046815285472 +0.6678389845859872 +0.506674535576725 +0.4083962429013492 +0.22331465593344327 +0.18694675082247497 +0.20166078885621316 +0.19095834844066867 +0.27958064665860327 +0.24596441966744587 +0.2780319151488843 +0.6354656745293598 +0.7316510333190849 +0.7867104270775087 +0.867465962351641 +0.9072376075718209 +0.8546131943005547 +0.8651021343295793 +0.8279307124581465 +0.8027516920175614 +0.8560737984753424 +0.8016047859428577 +0.7486376393911706 +0.7122316049293281 +0.7171926661438704 +0.7137934448716547 +0.5231911088555719 +0.3508738319176196 +0.19702858003411705 +0.12721180112668148 +0.16047431323863803 +0.13742342657930012 +0.16727876992127588 +0.24598595461520043 +0.2789558600989735 +0.4831360642798608 +0.5712722001595106 +0.6213530795330784 +0.7025711446505934 +0.728188610898267 +0.6745909019321443 +0.67577276526114 +0.6341533514504757 +0.6089791391136262 +0.6398154347485803 +0.5902799270538045 +0.6043598049532981 +0.5668580110808014 +0.5723928650681831 +0.574977581572679 +0.42703691345866784 +0.30357761714017006 +0.1689894044125501 +0.12983820509825925 +0.13644300093476402 +0.12568694417829002 +0.17491483452636314 +0.2459963450248949 +0.2773230757656661 +0.47339555642382075 +0.5658606843080568 +0.6103293835082524 +0.6800035645268538 +0.7564726812832496 +0.6321801693794961 +0.653947537332006 +0.6393474511870311 +0.6499360433775846 +0.7041620097828595 +0.6899837960666215 +0.6328087298946434 +0.567899163172395 +0.5496413413292088 +0.5752508178392555 +0.43064963554995034 +0.3027293907561435 +0.1686705537410184 +0.1271993989983147 +0.1359006838654653 +0.12677147465457758 +0.20098968039721926 +0.24598588944831554 +0.27716499543914486 +0.45708154222387126 +0.5143184760847953 +0.6016358448895791 +0.7271361393019458 +0.7802643479475994 +0.7366295724450475 +0.7431507214983907 +0.7186252704730172 +0.6759053380969563 +0.7533039562887668 +0.6911651675531133 +0.619523419615084 +0.5874937846508834 +0.5689528075679763 +0.5621231495729232 +0.3772984809171481 +0.2498657869007077 +0.17788969869001256 +0.12588578301382522 +0.13705378498854612 +0.12760470737294058 +0.17725551850799284 +0.24588944181488526 +0.2775524918475884 +0.4392469791930567 +0.6059952227313671 +0.6800140777399836 +0.7752476958872506 +0.8403298378293924 +0.7952184881130483 +0.8068875057495213 +0.7780365073052076 +0.7603361137976392 +0.8188033370859069 +0.7850160315680241 +0.7326824160394322 +0.7105539889876653 +0.7049670203393631 +0.6831346552310632 +0.5229253314401249 +0.4159964246177795 +0.22561393573755587 +0.16908958719212427 +0.17844873769319994 +0.17005949474003604 +0.23176976247195144 +0.23513769620637334 +0.2904962459233167 +0.5500340247040153 +0.6280302971188831 +0.7462043087811226 +0.8183773581866853 +0.8327041919225732 +0.7993323114761605 +0.7842977832487611 +0.7396420856947578 +0.7347991801697655 +0.7701350992215764 +0.8234893335279795 +0.7977413060267778 +0.7704435908020213 +0.7083083115523823 +0.7339819884939599 +0.6098690192616361 +0.4814203977166095 +0.2851673333969164 +0.22949893309924738 +0.2242615016822823 +0.196723973754087 +0.3038119263773845 +0.41539828666086537 +0.43406165439723954 +0.5294272901588012 +0.6217624271131452 +0.650014222342704 +0.7618511321879061 +0.8144641832560515 +0.7486215210068807 +0.7501896498255629 +0.7086227057361937 +0.6923152393467501 +0.7040072082736488 +0.7200255563431837 +0.6972223843173986 +0.6584251044995895 +0.6680876503851075 +0.6680350963634126 +0.5301538794543753 +0.4297005626646755 +0.23000807380143512 +0.17179595066416198 +0.1899093293978602 +0.16585875771786315 +0.20067890143127942 +0.24599627541041824 +0.27895707493286553 +0.541700583835876 +0.6729057623312709 +0.7449761832002715 +0.7704137986243139 +0.8600146434802283 +0.8076233122345511 +0.8340235993436356 +0.7823487617148006 +0.7642957203866632 +0.8150876313255708 +0.7864505330191484 +0.7254970874183845 +0.6927379585044405 +0.6719991702074515 +0.639401833770761 +0.5002460945345812 +0.36290128310121583 +0.2025710960925109 +0.16374305880137302 +0.17699910783177636 +0.13635048901132193 +0.17971237028565 +0.24598573088165196 +0.2771960871697405 +0.48215161118201566 +0.6523432602038544 +0.7552572338587465 +0.838409362723623 +0.8757491282199673 +0.8279853151380304 +0.8362222715095675 +0.788679423109091 +0.7720374828504561 +0.8312936645205586 +0.8016098946570352 +0.7466286634378723 +0.7103637923709045 +0.721005140234372 +0.7095643386280546 +0.5607033399763315 +0.4052241629881979 +0.22477715907678333 +0.17302311784842409 +0.18829703355435412 +0.1779291099677426 +0.24119098346350057 +0.24598570415675064 +0.2771534519007091 +0.5908823723140105 +0.7009585637119198 +0.7716173521702745 +0.8556150522646422 +0.8901169485845092 +0.8169338879405283 +0.8297976470520613 +0.7946694886730435 +0.7852149650133685 +0.8390365504815369 +0.7986600850060962 +0.7302009585891844 +0.7001083409738021 +0.7075131305159422 +0.7149609750386621 +0.528180914226816 +0.34483500062178235 +0.2071614833211903 +0.13568889422116856 +0.13856360100058407 +0.126962063180992 +0.17523993859125478 +0.2459859501547553 +0.27860216746186955 +0.4326904258632349 +0.5427502410166084 +0.6534260996887347 +0.7615180075480424 +0.8170333620106822 +0.7543127710489094 +0.8086802420155769 +0.7669764841705077 +0.7472643324835267 +0.799407004288331 +0.7538678036111176 +0.6884678267898313 +0.6406435666193968 +0.604525551905623 +0.5902115816220399 +0.4283377214956966 +0.3060483079512027 +0.1774071348548042 +0.15597725991986702 +0.1748266147569075 +0.16401957125065256 +0.18868706655479783 +0.24574914839207346 +0.2773333103979077 +0.43319107417597363 +0.5438623262070212 +0.6067131649454012 +0.7344951314575662 +0.7820375145166155 +0.7196852098252804 +0.7624871566238351 +0.7358673643732322 +0.7040213908550411 +0.773339337039574 +0.7702990195023091 +0.6921599813098153 +0.6259112743295951 +0.5929737505755436 +0.5697696536579133 +0.41597013486190704 +0.27176589673295676 +0.18875682889284642 +0.1492129385510284 +0.13233261341033423 +0.11975254728825215 +0.1760219482883663 +0.23513790716246788 +0.2896284271881258 +0.3696090827098926 +0.45199436308470226 +0.6078916752858461 +0.7024035778145902 +0.7412529280546322 +0.719151900085275 +0.7227653938599272 +0.6890511266598982 +0.681884407545994 +0.7065928962947179 +0.7590745007530039 +0.727105093342493 +0.6957120766266444 +0.6109578850323407 +0.5657765613137788 +0.4095118542038423 +0.3209565027256802 +0.20888020573145322 +0.12112395777251697 +0.13135976950076914 +0.12248975881612464 +0.15976236699255764 +0.24264263100132105 +0.3110038675264236 +0.334708012379484 +0.4831555766066944 +0.5621401058193678 +0.722868094517278 +0.7619785522877105 +0.7111089571129485 +0.7248995065629263 +0.6807038434041603 +0.6737465358358051 +0.7034253403923261 +0.7328500587087011 +0.7066227535936228 +0.675328376294526 +0.6768649126249193 +0.6785294525226384 +0.5403568377838682 +0.4368344517183336 +0.22089155215388748 +0.1776024719717379 +0.1920918291006432 +0.18277650478087507 +0.2472593441080963 +0.24599610396125665 +0.2789914707152773 +0.6107103639342629 +0.719497703437624 +0.784019731544695 +0.863707421463738 +0.9071920390456905 +0.846509530400463 +0.8831681406896776 +0.8280988936032794 +0.8091206002011404 +0.8617906333535722 +0.8301081361552668 +0.7606459317606544 +0.7329224980912598 +0.7432190869355596 +0.7263086768590967 +0.5936731513408882 +0.47035397511078575 +0.2623239331848876 +0.20625841268714581 +0.2150054325198475 +0.18906191962582586 +0.29158100438801887 +0.24598601518582836 +0.2775530119201261 +0.6771438925019962 +0.7813916426023992 +0.8316557708581521 +0.9135985296164746 +0.9562313271088534 +0.900481122143712 +0.935361835603531 +0.8713709456006205 +0.8475455028059444 +0.8939055585580757 +0.8684266946409893 +0.7981744335399094 +0.7572189908190765 +0.7883045330283489 +0.7808482948183635 +0.6098186356249079 +0.47412239834644265 +0.23631799841048612 +0.18593565240866425 +0.1908733582422204 +0.17751645260087762 +0.23287373335441394 +0.245985731370278 +0.2772062354909752 +0.5268157794628145 +0.6522573896135379 +0.7474835830427142 +0.8473170771223999 +0.877997480514637 +0.8109790747995975 +0.8467952660341519 +0.809103486421887 +0.7942505396514359 +0.8288013985202005 +0.797739297098608 +0.7327350452341782 +0.7104854707042491 +0.708253620357682 +0.7182849980922229 +0.5677824239544257 +0.4430687241639181 +0.23933262184283524 +0.18127314471098113 +0.20336445016415206 +0.17386443472696053 +0.27217876383714573 +0.24598598603759048 +0.27826724390304614 +0.6266152607529789 +0.7273900207113608 +0.7879530921165586 +0.87784833158268 +0.9082829824051922 +0.8508912954806415 +0.8675696610468423 +0.8238754899077334 +0.797110766762184 +0.859774715725483 +0.8180537377419471 +0.7690524368395415 +0.7487175432193697 +0.7388150538954334 +0.7272143593003539 +0.5780965555840814 +0.4442698083478338 +0.24220853299653888 +0.18273053440684006 +0.19479961659346196 +0.16809736249318583 +0.21968748393134654 +0.24585697096187595 +0.2772398684518338 +0.538294153472917 +0.6544008061204403 +0.7327440213411621 +0.8239211667015107 +0.8570699566341817 +0.7946582507571062 +0.8148407281588008 +0.7741359974693268 +0.7564612362259309 +0.8092771199626717 +0.780322951847326 +0.7239417007709126 +0.6849586539177899 +0.6656613796097497 +0.6356241089173451 +0.47177709582772753 +0.3451872676096915 +0.23225840849212098 +0.1842060648082916 +0.19233167902694853 +0.16421646113813534 +0.20165815693005817 +0.2531044650980874 +0.307618507410265 +0.4641249024320351 +0.5640810464370795 +0.6661262155638475 +0.7631655458760893 +0.7908047875999417 +0.7555392649439526 +0.7430440345852288 +0.704783804880713 +0.7111320745260874 +0.7366362514743612 +0.7929413870748003 +0.7523943101681579 +0.7139278872793021 +0.6734329294594524 +0.6842992478393224 +0.5499926053932214 +0.44653027054033234 +0.25300983467339067 +0.1893314005465711 +0.2087299582407049 +0.20331336935531055 +0.2670125667809801 +0.38766376345431025 +0.3913189121752167 +0.5152646500743312 +0.602027182058752 +0.6180288434152063 +0.7377129154782147 +0.7870377676985157 +0.7238331631245402 +0.7441698401094522 +0.7171279862082673 +0.7032470999153 +0.7220935523586937 +0.7512521782379347 +0.7175631161441252 +0.6870165009322211 +0.6701169988335826 +0.6196362826865696 +0.4299453671491864 +0.28673344361689285 +0.21039043668367968 +0.14519585590630488 +0.16880547808837643 +0.14541552882763636 +0.19358877766673005 +0.26393952402574805 +0.2952459136068329 +0.4881998637949441 +0.6794605539315475 +0.7596495015126256 +0.8589149905288149 +0.8925472932472776 +0.8337947942330188 +0.8454976747201806 +0.8148318131438643 +0.803338274100095 +0.854431089137374 +0.8127485062544707 +0.7559005986127054 +0.7305729769411211 +0.717715645878528 +0.6883104198924638 +0.5290913454030853 +0.4035714779493317 +0.2441480762788234 +0.1896499791843408 +0.19811898100036776 +0.18642250388910875 +0.23816926770847693 +0.2639475137855233 +0.2952209293702261 +0.6044350224283824 +0.7309328701789974 +0.7733403864848784 +0.8640229502951555 +0.8978784728110116 +0.8358542355455145 +0.8541860834173282 +0.8263244857786586 +0.8045659081250324 +0.8625487111696398 +0.8252991523527796 +0.7781173412796344 +0.7317317346772751 +0.7504831996850678 +0.7357234176200396 +0.5939683831277712 +0.46410710156012247 +0.27964363034321615 +0.23085976902012031 +0.23205103358918586 +0.20553206734284596 +0.2587878181733392 +0.2639524039502671 +0.29676783725859524 +0.6279706072276655 +0.7243072439568041 +0.8094515825533881 +0.9358285244045653 +0.9752033440018643 +0.9137944921600397 +0.9335356996385114 +0.883435141766449 +0.8488464062106862 +0.9204736766552206 +0.8676422892255901 +0.8018332717651271 +0.779746205163371 +0.7397485164928075 +0.7320129445888861 +0.5325357877299671 +0.3845202072239753 +0.2333202122519858 +0.18793624244397883 +0.19447514430285107 +0.146709164231635 +0.19518869674823497 +0.2639525034017656 +0.2951876642842641 +0.4559403286658163 +0.5865447739390863 +0.6964487315978839 +0.7931977964934596 +0.8565947445859372 +0.8075440904711374 +0.8254046802383339 +0.7930976965222555 +0.7724551986555784 +0.8310014881731964 +0.8028368822300418 +0.7476237523258983 +0.7039280967065101 +0.6636236470627274 +0.6606953941041704 +0.47013347287801815 +0.3063965316959166 +0.2024166097159387 +0.15947788515163497 +0.17625239403035137 +0.15192395043353782 +0.19509537024488033 +0.26396283301536044 +0.2954756349093487 +0.4708647388250044 +0.6213160432837493 +0.7471099266243741 +0.8276980135002558 +0.8851185757051169 +0.8246060588083053 +0.8440100399838878 +0.8017448136887722 +0.783279682633154 +0.8335354084152775 +0.8001180048977483 +0.738324648722657 +0.7170083280830851 +0.699797297606565 +0.6729635972176908 +0.521810310005207 +0.4325707083351402 +0.246701616280138 +0.20184226237217232 +0.22090052602421564 +0.2205428919404471 +0.2525589309943395 +0.2528947558126157 +0.3089021168481002 +0.5548761568825022 +0.6432858165705048 +0.7419554893104782 +0.8267994033170515 +0.8419360924596402 +0.7970273208170304 +0.7912318605248293 +0.7711467225222854 +0.7578053405322952 +0.7564615526444785 +0.8128318247796318 +0.768810870717019 +0.7392645012837101 +0.6836424490505968 +0.6990253457798751 +0.5587359276568443 +0.3846015410688342 +0.23581737527944915 +0.17351011514447412 +0.2006117238407127 +0.16001416608314922 +0.22946160531999052 +0.3103571077728055 +0.362012891188259 +0.48013242979809595 +0.5969693027917372 +0.6205981925592281 +0.7601511070936732 +0.8081390209748452 +0.7483073213116991 +0.7370153898412557 +0.7065799235546888 +0.6967868969938498 +0.7174854981360749 +0.7498271590689256 +0.7167543856575652 +0.6950997006066738 +0.6927897280806837 +0.6493359304296236 +0.4865922772103067 +0.3562496056036138 +0.21903417638415015 +0.17308262703171573 +0.15451455252780555 +0.14455774448800748 +0.1962589936745667 +0.2639523916210124 +0.29529512509864886 +0.5215566741301252 +0.7220613805225153 +0.778490352504118 +0.8622085368827012 +0.9238353990022373 +0.8551756469574009 +0.8711268729776505 +0.8371390315345075 +0.820006289374258 +0.8708640623452367 +0.8438250188956348 +0.7834646697644536 +0.7510620945277579 +0.7409353504057422 +0.7259899763521559 +0.5848223898848733 +0.4646110085369272 +0.2649650813014331 +0.19872807029585376 +0.2127847116459865 +0.21118971266252745 +0.2842311700935214 +0.26395231987725054 +0.29559828477813144 +0.6376081399926401 +0.7624825548139792 +0.8204537305020622 +0.9097630118431268 +0.9485126998729321 +0.8935634382321865 +0.9119459236912966 +0.8713115180124913 +0.8466498059823544 +0.8910529610764568 +0.8726480979538708 +0.8006979053452019 +0.7673635036744345 +0.7520806291609697 +0.7121497383152321 +0.5440575696264627 +0.38764536254337173 +0.2414266627433286 +0.18791700548430854 +0.19650045327941845 +0.15990723796013045 +0.19902960366961253 +0.26395236275401135 +0.2954383695060496 +0.5252355998947276 +0.6716222523815337 +0.7490853980061817 +0.8500057860068886 +0.8940168099067338 +0.8316724953166668 +0.8424192010391373 +0.7980878159937547 +0.7841513910212768 +0.8354418399957091 +0.7989868691221124 +0.7308419842918518 +0.7167406633100794 +0.6857834727154642 +0.620764294488707 +0.4679818956021258 +0.34869431081223895 +0.22625125246433744 +0.1513065261143227 +0.19490312737778004 +0.15818747980032954 +0.1973350023562811 +0.2639523593217806 +0.2953316374110125 +0.4588230722314452 +0.6516359636793402 +0.7680142408035074 +0.8502803108945697 +0.8936961498946565 +0.8328236374554655 +0.8517488194120746 +0.8142186183846891 +0.7970269156661529 +0.8490088732531565 +0.8231435248267084 +0.7751595639592129 +0.7304766163805387 +0.7288129111390572 +0.7110601422225273 +0.5344169929536532 +0.41799764656161215 +0.24450303006913418 +0.19570581460827843 +0.20576978259114134 +0.18366086009889498 +0.2305561598296335 +0.26396276363929744 +0.2954408695473163 +0.5544333534257938 +0.726916250073543 +0.7826068550055023 +0.8638910509977874 +0.9149205599473186 +0.8573735572976188 +0.8766425854859489 +0.8477661406202239 +0.8260024563081964 +0.8672620492188189 +0.8260281269559965 +0.7828783473668444 +0.7415186711593701 +0.7335738259419697 +0.7501773422526028 +0.5986155518783257 +0.4756569328124394 +0.2854942344232582 +0.22610034713300423 +0.2511849241484851 +0.2425527385263445 +0.31089038695023025 +0.2531044069116689 +0.3088844781406018 +0.5862730330337916 +0.666412484915092 +0.7667997121810394 +0.8345686744067241 +0.8613278430728988 +0.8302201606735394 +0.823726471281704 +0.7963923502240895 +0.776846081992605 +0.8093005043643323 +0.841410876871436 +0.8365251022154371 +0.806812791175775 +0.769139417823578 +0.7821823264703626 +0.6500103765457681 +0.5199902841459739 +0.30729792903178454 +0.2633019729172231 +0.3154506809784706 +0.2875268458120165 +0.37262738869293227 +0.44492885034881213 +0.5095932695487573 +0.5613844463142795 +0.6449565972150092 +0.6699721030911358 +0.8108282089051453 +0.8495295674761368 +0.7724403979412451 +0.7689652687235035 +0.7390795192272898 +0.7308655621488265 +0.790347523989953 +0.7749258592797557 +0.7513022282133486 +0.7217434706877348 +0.7219223685916916 +0.7218945547939967 +0.603743097435535 +0.4918788873292995 +0.2876450202938806 +0.2691292782310755 +0.2889804007838087 +0.24880236685306997 +0.35346887343913813 +0.26396284886931015 +0.2967584887162762 +0.7101245521131454 +0.8104269723701324 +0.8325054829040741 +0.9114062879993389 +0.9487827761695539 +0.894709822274655 +0.9108409551247334 +0.867122273726381 +0.8292326387723236 +0.9183598349510254 +0.8627234748244982 +0.8382182419398232 +0.8008473714100894 +0.7878297878627792 +0.7571806922661276 +0.6123923258323887 +0.47725885078137154 +0.2788491634335149 +0.23148488309466075 +0.22518091310395186 +0.20481953256722474 +0.23811494982740222 +0.2637259570319693 +0.29549962109788913 +0.6548470112445138 +0.7693627998739733 +0.8712605057931381 +0.9067985230406861 +0.9344408009819581 +0.8575926026966308 +0.8889661864295094 +0.8550641511690757 +0.828524037632084 +0.9021863494878106 +0.8524696260323792 +0.7918366611903257 +0.7639658482326881 +0.7701382068669624 +0.7601308519740162 +0.6134997871478572 +0.48354250658069947 +0.2986441227700286 +0.23944489599180724 +0.26283000027032144 +0.2706276171950734 +0.3403243851544234 +0.2639188801453611 +0.29703533550665756 +0.691199761721797 +0.8047334931122345 +0.8733067793756499 +0.9353530971274916 +0.9675465040337332 +0.9172263679348112 +0.9338797133062744 +0.9007868255511562 +0.8792553417926191 +0.9223437405766174 +0.8754496856249117 +0.8305917729485467 +0.8092399657250093 +0.8105696849431443 +0.7999034889822972 +0.6564844999848525 +0.5233410168856076 +0.291662016081278 +0.22987971824051492 +0.2533465546193536 +0.2534993919239137 +0.361120122883952 +0.48463599846802097 +0.5235134951949963 +0.6972519909542642 +0.7987114484379265 +0.8487542242058117 +0.9235124464756299 +0.9801430341944366 +0.9255007390546017 +0.9503933564616325 +0.9179826576794305 +0.8860261120305706 +0.9313828862075569 +0.8623179664099961 +0.8305691199151455 +0.8072497456074315 +0.8312387246015297 +0.8180543641267901 +0.6742126538732403 +0.5471478943123054 +0.30202348645438865 +0.2592998748271237 +0.27097691784590244 +0.2589322472417371 +0.35121125656632945 +0.4516603775755891 +0.5002269352457468 +0.6980503221318876 +0.8105361473807482 +0.8534247688431887 +0.9311656975481252 +0.9613690886344222 +0.9019639757225858 +0.9282645961940292 +0.8787191987890396 +0.8713925508958171 +0.9003062018887806 +0.8703701032140442 +0.8160016880033503 +0.79602089112733 +0.8186139548201529 +0.7857794473932695 +0.633835040921388 +0.5242489295743831 +0.3367641217211736 +0.2602415783284694 +0.2777213149794961 +0.2878232412305181 +0.354667570764588 +0.2530950553347509 +0.3089888243241656 +0.6062103498605519 +0.6732244325795895 +0.7237788831327686 +0.8526381766849245 +0.858636250524895 +0.79866530271077 +0.7665167385957228 +0.733194895317819 +0.7284141507203689 +0.7633266651940643 +0.8010638655261475 +0.7808973159328377 +0.7487777228034745 +0.7024572794311181 +0.7227683783142859 +0.5997736120598997 +0.4638662948204651 +0.27497493735724576 +0.22968664532095837 +0.23561175205250354 +0.19970480635125892 +0.28068365780574056 +0.3547084678841722 +0.39588092660252155 +0.5140925022800548 +0.5985472753869279 +0.6111088675345344 +0.7344800870755431 +0.7990211547973993 +0.740085482194687 +0.745092496342939 +0.6984050763728822 +0.7069286739836512 +0.7339067127344276 +0.7601090866316925 +0.7402645090780512 +0.7029676493438899 +0.7038734956599432 +0.6917751549113839 +0.5599882206361343 +0.4494133970406753 +0.23401618448861705 +0.18664647797381637 +0.1854139986855225 +0.17526126823375812 +0.22072842419813105 +0.26396283286328087 +0.296665771103709 +0.5991383509001882 +0.7211509454758631 +0.7796308294563018 +0.8681695370936903 +0.9082393375592231 +0.850871418714657 +0.8646886896758419 +0.8290685316373559 +0.8069545909208503 +0.8667487351102585 +0.8303387324240754 +0.7654154216985056 +0.7311387226769558 +0.7323232256545847 +0.726226535794417 +0.5842114419293568 +0.45115549638000657 +0.2480039969977838 +0.19707725138816176 +0.1994298511287133 +0.17978825312582966 +0.2062806622345731 +0.2639523839947643 +0.29615747652383123 +0.5214810500382636 +0.7207030381504216 +0.7785947220264829 +0.8631142583118812 +0.9058900279756731 +0.8458920325576236 +0.8646716232141842 +0.8239182975034206 +0.8067064549326391 +0.8579069453379575 +0.8256517894687532 +0.7733591435760253 +0.7509899086457595 +0.7566038850001966 +0.7517109429213737 +0.6016467407099313 +0.4731888154860001 +0.26181079333669416 +0.2183201542752955 +0.2349800120839195 +0.2231411232670356 +0.28804887233377163 +0.2639523789206093 +0.29681172709629094 +0.6311927608649698 +0.7456642419524822 +0.8123833003440438 +0.9088849443233044 +0.9570093935557421 +0.8981249983568571 +0.9144859330871673 +0.8702880795645007 +0.84606709525624 +0.9143422249769693 +0.8589287878077272 +0.7950967430574574 +0.7603439634678264 +0.781513333139391 +0.7526004167353023 +0.6146993905594822 +0.49406838391282215 +0.3175449143047802 +0.25519172997122463 +0.28366786523308885 +0.2590240061761358 +0.3163780643666461 +0.26396278372235643 +0.2965297502898825 +0.6823571976355808 +0.7893400257733421 +0.8514525488085176 +0.9100185260487756 +0.9613020976224043 +0.9162872539968416 +0.9369858636884203 +0.8581968051798665 +0.8202936230875589 +0.8897708956257163 +0.8703102091993323 +0.8419467815654408 +0.7600185103578587 +0.7657218194625832 +0.7543533404253954 +0.605502812359352 +0.48034069840486937 +0.2949247407916567 +0.25507672004728493 +0.26268126145090215 +0.22775266436003042 +0.3138076948387307 +0.26396271983750896 +0.29686728269407436 +0.6672249097409338 +0.7636824775188049 +0.7979837052152313 +0.9005132478529138 +0.9463273278712548 +0.8851363443991398 +0.896863472885497 +0.8855548517509534 +0.8637878355637727 +0.9162430810486732 +0.8769952531364901 +0.8119773495672172 +0.7743471920637787 +0.7704567696117336 +0.7620732674179032 +0.6120145685404637 +0.49240241635235993 +0.303681783732872 +0.2596087377215961 +0.2626617849447843 +0.25056149367910785 +0.3554675821841208 +0.2531043703346274 +0.30901121778935864 +0.6138840161694855 +0.6623989696140151 +0.7569381811620023 +0.826553965165364 +0.8924752188018811 +0.8156452822348549 +0.7917118147324264 +0.7482127113943452 +0.7573034438114119 +0.7843892008137555 +0.8126338647139938 +0.7796322136148461 +0.771446451893592 +0.7340798361946308 +0.7577694301538627 +0.6139038226747404 +0.47040650785130017 +0.28466455021849063 +0.2234807319213539 +0.2438900349062563 +0.2546346989883809 +0.31525573163857284 +0.4036659384939148 +0.41352551275914795 +0.5060962964245127 +0.6006795964088009 +0.632306872645468 +0.7526507665370098 +0.7953237686335222 +0.7644712008791779 +0.7602452110376045 +0.7172135489164683 +0.6955432569995369 +0.7405142775807656 +0.7672218655809985 +0.7435855079438399 +0.7253773272435 +0.7208388184209776 +0.7086591241765264 +0.5687056570130521 +0.44951787049519987 +0.2497286602041066 +0.2328069071569941 +0.23603309986468224 +0.2172056300872747 +0.24707658897731202 +0.2639523173711868 +0.2956010344042845 +0.6276903131642225 +0.7428084239358512 +0.8034428756796879 +0.8883472670705795 +0.9195608933674236 +0.8587329950311567 +0.8778520800828877 +0.8400454481390055 +0.8245519798695347 +0.8853387878762695 +0.8537023759439201 +0.8076999999895796 +0.7764437472661848 +0.7850028746380368 +0.7664100566515202 +0.6041972773385017 +0.4692159314294897 +0.2729735457436104 +0.22842007406477097 +0.21796019180627793 +0.18050475263764912 +0.23150930570124054 +0.2819188354800582 +0.31494491547008185 +0.5024363594772423 +0.6704704926294349 +0.7791653287184094 +0.874489878900944 +0.9078245679095869 +0.8489485506063124 +0.86802190083331 +0.8247018179726432 +0.8058412003483434 +0.8583625114005002 +0.8289569874696573 +0.7698522298434402 +0.7416818727812446 +0.7218077033455041 +0.67118863874338 +0.5211908273680333 +0.3824370069478022 +0.253302575412683 +0.16473768403499373 +0.17471163908510576 +0.17698633248235301 +0.20795779394352623 +0.28191892061228774 +0.3136547407171234 +0.5157838529049187 +0.6991711476200353 +0.7781170747921712 +0.8720351137608963 +0.9037157542956862 +0.8447401591289716 +0.8687846885174276 +0.8255960034022616 +0.8056872839496476 +0.8600982666345989 +0.8310922356166363 +0.7694411905856839 +0.7405584102829328 +0.7118929968357417 +0.6788410091003223 +0.5130801655954126 +0.3382039614610967 +0.2105863610864579 +0.17262287608552962 +0.17656472737900544 +0.16560843315027324 +0.2315990389421721 +0.28191881697895116 +0.31452866977805866 +0.4833105724773707 +0.6841740380439557 +0.7999110373624847 +0.8830400878296747 +0.9253309143970789 +0.8669361874824393 +0.8845257527721907 +0.8441148213184276 +0.8240239721689797 +0.8750598174945071 +0.8412720877315439 +0.779461860751074 +0.7474277271589728 +0.7573023558590303 +0.7334730453501749 +0.5222686087309779 +0.3718871867033991 +0.2531718633442678 +0.17314569676092298 +0.17717637067953407 +0.17928235487796534 +0.22591055179066968 +0.2819292071950508 +0.31387718776443996 +0.5029795493330153 +0.7385282889193749 +0.8079262961796668 +0.8972941560349065 +0.9339162065740854 +0.8782337121619281 +0.8882248276089294 +0.8517613774845291 +0.8303046854711352 +0.8854854534454465 +0.8517739481942503 +0.7909587448826548 +0.7659862399788243 +0.8010506465705804 +0.7480538177431686 +0.5981020176299484 +0.44534076034202125 +0.26505368379708716 +0.21931412829465818 +0.22892905266085345 +0.21088744157767766 +0.2568043351204503 +0.27083945883292176 +0.32663112810066325 +0.5120431854101829 +0.641089519833484 +0.7649905179661907 +0.8341873752501743 +0.8433152412873642 +0.793101928104946 +0.7828107995481819 +0.7487921506677525 +0.7381285152414956 +0.7635791397398016 +0.8258416122668286 +0.7923235053304727 +0.7668626970563185 +0.7557057717157479 +0.7392960474930931 +0.6104800327181295 +0.48205471073074074 +0.28583414052097267 +0.22347744839407824 +0.22827898236426636 +0.22485469026068863 +0.30657740860512533 +0.3853607692180397 +0.41387628142006233 +0.470507180791342 +0.596688504514334 +0.6482040713743872 +0.7780834136119892 +0.828700405441288 +0.770184040374118 +0.7786749479704458 +0.7251064750066113 +0.7272539979395611 +0.753846252248013 +0.7815347541574755 +0.7616792580414355 +0.7322692024066025 +0.7719052989144353 +0.7358120492534399 +0.5878255494120171 +0.4914693210500109 +0.30119069646476127 +0.26863825490449567 +0.2894654914481325 +0.2510994768022603 +0.2846704057741583 +0.2819188466493536 +0.315067327400855 +0.6784426907689749 +0.7937715825213414 +0.8356687368189402 +0.9330993286833212 +0.9743722580959345 +0.927004834619392 +0.9271724393777699 +0.8847456888248311 +0.8558210750780009 +0.9105934669637701 +0.8872336308705786 +0.8180890364560791 +0.7981321192292428 +0.8422440509669492 +0.7959876259378194 +0.6349500734208716 +0.5018277265601243 +0.32107729862743106 +0.2581655581381369 +0.26965168849838245 +0.2614212590894359 +0.3384265214609338 +0.2817927347712113 +0.31510410743335593 +0.6796310428740211 +0.7649620452063223 +0.8088613422077222 +0.900061494371586 +0.9466010613567662 +0.877109300898973 +0.8912736642855394 +0.8478672565236285 +0.831494958021145 +0.8866488685570023 +0.8550843956152316 +0.7914215073803638 +0.7606794255397098 +0.8025477088780952 +0.7590357768857207 +0.6071269291545165 +0.4678016506195737 +0.2773835017365275 +0.21977473571247974 +0.22630875010751336 +0.2138046097409165 +0.2747523435994078 +0.2819187469145147 +0.31491118330569867 +0.6133423993382643 +0.7597538465629706 +0.8180288266084924 +0.9183236305081234 +0.9611923608119971 +0.8900218017791742 +0.9051924007606746 +0.8622738924475181 +0.8428597334616625 +0.8978530555747329 +0.8596605606154587 +0.8003744934118078 +0.7710347378432985 +0.8170863847957374 +0.7652000537073873 +0.6001931669419788 +0.44780928131966014 +0.27463875737806126 +0.22676523548933405 +0.22944895222398048 +0.21075361089025416 +0.26172180700450853 +0.2816996810714823 +0.3146715445217397 +0.647914193007868 +0.7641661541401521 +0.8531212378390032 +0.9427242729720232 +0.9831027040762622 +0.9485401655836057 +0.9278862144897564 +0.8887580107343841 +0.8618967676198251 +0.9096648474313626 +0.873094357623832 +0.8249044084093402 +0.7870737168439832 +0.818942621419849 +0.7864449696980477 +0.6368415092247623 +0.5520786126862194 +0.38591035936821216 +0.3217104807481452 +0.2871569296774574 +0.24906922816561122 +0.2960195877920078 +0.2819186804603903 +0.31486450374173447 +0.5993652004872366 +0.7269054108859843 +0.7958445398618734 +0.8757951728859469 +0.9197374721720569 +0.8576864303874131 +0.8722067964323292 +0.8362178869178454 +0.8243049691592652 +0.874858805914378 +0.8352580954427304 +0.7753609951036626 +0.7396434195011711 +0.7565888081837506 +0.706886003685384 +0.5293352655262571 +0.37142366623441114 +0.2502800512340174 +0.18369306187457923 +0.18550033507903943 +0.19588654441756936 +0.2174906469526673 +0.27085990669203064 +0.3267225008912835 +0.41598319127301814 +0.5525075571954757 +0.6963204846043785 +0.8133496228456372 +0.8197919791335548 +0.7799391839509271 +0.7696396701799054 +0.7306261161638133 +0.7363151499155175 +0.7635119233511134 +0.8130767916538595 +0.7780819490833255 +0.7256353534049338 +0.6512923111570186 +0.6146989913970861 +0.46609727983358834 +0.342933167518243 +0.24064615678074425 +0.19804626383136098 +0.1856452108876775 +0.19578014373726613 +0.23699541983017336 +0.33223944458337173 +0.38307229049280694 +0.4255153086975417 +0.566136421334078 +0.6410402787088454 +0.7840499738343737 +0.8548569955865278 +0.8118907341708456 +0.8284226233907023 +0.7841906087980814 +0.7817497047500496 +0.817542062136593 +0.8130107733961243 +0.7860757698077172 +0.7613991003028614 +0.8053213662806371 +0.7908703802346433 +0.6481871200978537 +0.5235872119897351 +0.3282259494462725 +0.35231726830733984 +0.3593514972180609 +0.3845493508937581 +0.3923035276784924 +0.2819188742204547 +0.3150387030891389 +0.7603983598222209 +0.8371925891037436 +0.8682660712606344 +0.9906909207233159 +0.9853797056779082 +0.9329572833075891 +0.9273870172280755 +0.9137342470809724 +0.8853854200026366 +0.9205735968608743 +0.8999478406255726 +0.8391817402964934 +0.8226778929446672 +0.8590508864889912 +0.8098610919920699 +0.6673313769680566 +0.5564368769759694 +0.3613607801400038 +0.3205992413162105 +0.3042093608713818 +0.3063281977174451 +0.39839214884777574 +0.2819291452566792 +0.3149927560080169 +0.7387875357172434 +0.8672696927545376 +0.8918134444505018 +0.9722400032104912 +1.0 +0.9418126708438082 +0.9675084934787266 +0.9132906834953534 +0.8841694312554264 +0.9137168572584874 +0.8541230537418024 +0.775180573622543 +0.7549699113897533 +0.7875518647181392 +0.7596567388880487 +0.610233280981426 +0.48103444536520273 +0.2833081913312048 +0.22503829150978183 +0.2300221439151573 +0.21000984860757985 +0.2709484626615518 +0.2818616638623821 +0.315086433486874 +0.5397821506705595 +0.7322710652254492 +0.7971306983255818 +0.8887787001763026 +0.9212302680218492 +0.8598018590951758 +0.8737527019241074 +0.8417589164593068 +0.8272802726034008 +0.8762483220916931 +0.8423993407395229 +0.7777776735303749 +0.7609270757582726 +0.795821377756699 +0.731271790638383 +0.5745704867516968 +0.41353491451164004 +0.2676507942513707 +0.21483827945432352 +0.17686254039844654 +0.1670710944405174 +0.24512792063438546 +0.2819292143510373 +0.3146609114111576 +0.49058295864534096 +0.7181000583459899 +0.8106955475368245 +0.9010340980252998 +0.9362733427889711 +0.8706636048801217 +0.8872950790790791 +0.8528567145431074 +0.8365861942065502 +0.8901646334224802 +0.848983303415948 +0.7793384138186865 +0.7490053385777548 +0.7788227489613126 +0.7360952554773522 +0.5536130424828616 +0.41867056062281893 +0.266409097669951 +0.222887884668316 +0.22924881927660587 +0.21024880173469246 +0.25626333763178466 +0.28192911923664615 +0.3149899997217359 +0.6157094979588591 +0.7650774117439668 +0.8281354195307669 +0.9206104493458648 +0.9681610832452702 +0.9178552129918186 +0.9313480420334731 +0.8965689029546022 +0.8771285502379518 +0.9238092672465793 +0.8856426996929453 +0.8238130504653539 +0.7900248469258994 +0.8174458932826187 +0.7689514336958616 +0.6212393588835879 +0.4959974316939257 +0.30024712249033997 +0.2352660586175735 +0.24644067402597258 +0.26331754426229254 +0.34038744323809816 +0.2710074747584333 +0.3270043082197508 +0.5363962786791673 +0.6402615970873818 +0.7394124044660839 +0.8113801745223079 +0.8209711518797039 +0.7835308442513564 +0.7690523294427095 +0.7309491161035571 +0.7185120476524391 +0.7511193850389639 +0.80542399102856 +0.7540149594968336 +0.7290251970100577 +0.7078724030056489 +0.6697864924323275 +0.5465672036408863 +0.42397839340432236 +0.2667839681343592 +0.20813665848814752 +0.21384751966233614 +0.19088915560751119 +0.22747470506274498 +0.2884611157975403 +0.39708481981411947 +0.3804081179213441 +0.4902568906770249 +0.5880540957305418 +0.747186805799899 +0.7920152083039975 +0.7302530514845162 +0.7515822019561841 +0.7066094003966882 +0.6856264534547605 +0.7132886754556318 +0.7369748696014096 +0.6860508497715527 +0.6448228925125027 +0.6891734409937478 +0.6406943146458352 +0.486973463385419 +0.3888911026646999 +0.2478336667758089 +0.19737624179496752 +0.20479471878216365 +0.21024424663716978 +0.24002284539492802 +0.28191893825456293 +0.3526055068150011 +0.5165867476171411 +0.6472511589077864 +0.7212802288584684 +0.81454003990278 +0.8467642411349471 +0.815411953456588 +0.8503898865851207 +0.7880394304900401 +0.7897842964817554 +0.8418737151754374 +0.8147581942943024 +0.7336054938836816 +0.7053472989919115 +0.7035813373089265 +0.66520150260833 +0.490884781002043 +0.3374135864689929 +0.2462193046113557 +0.16505986245400958 +0.18009028517194936 +0.18654484614489894 +0.24113976308594598 +0.2819290945096603 +0.35254572051592437 +0.5010368760827254 +0.6500304358013903 +0.740138516738743 +0.8536718456380934 +0.902632928915254 +0.8409579962566474 +0.8531031324476986 +0.8202069021413784 +0.8023895894203537 +0.8551967807868899 +0.8263832766688538 +0.7536872906107371 +0.71680690818495 +0.7149312078396775 +0.6779407384659013 +0.49454329758806376 +0.32455476486427987 +0.2159133343959915 +0.17737536501568912 +0.17675163811483216 +0.1690237039275455 +0.22071243977635602 +0.28168200424429807 +0.35265542107889386 +0.48691344148238075 +0.6456275077699662 +0.7526340997303804 +0.8677970381164987 +0.9051196964099102 +0.849194256032808 +0.8611672727467995 +0.8225474559171821 +0.7993204961627931 +0.852657769084524 +0.826041279256402 +0.7571912440873741 +0.744369872843513 +0.7636927749460126 +0.6819480313784746 +0.5034829015771337 +0.3813414188392255 +0.25490694734593106 +0.21673560648060025 +0.22235087441802656 +0.21101146951147648 +0.25377889906671863 +0.2819189592713148 +0.35258989298057875 +0.5064514761593137 +0.6035162076562833 +0.6765337824067816 +0.7875042348307563 +0.9103842542872471 +0.8731905283823943 +0.8911966597565101 +0.8485789196391733 +0.8351997527281624 +0.8935856567654756 +0.8543062382278902 +0.7944048123499668 +0.7505166529632931 +0.7968811766042693 +0.7699161240470058 +0.6207654544782023 +0.4875447050202388 +0.30563458115612935 +0.2593184635818128 +0.25866576953971887 +0.24253464317468132 +0.3454038359515538 +0.2870799898487576 +0.35261294423259276 +0.6741366596032614 +0.78272615089673 +0.8353224285162613 +0.9254100670195081 +0.9606373488548554 +0.9042975915727315 +0.9280666548089929 +0.889917284289954 +0.8591745858299911 +0.9093188691508511 +0.8712097896105 +0.8064410503321857 +0.7912257770349997 +0.8113149084369964 +0.7858573398787533 +0.6320136984383797 +0.4968270137261725 +0.30838754231650456 +0.2571714660312258 +0.260526066783525 +0.25106519342286876 +0.3575890797298197 +0.27104216049877117 +0.36458586407070975 +0.594622620956866 +0.6823113887701097 +0.7985342494238904 +0.861252338671724 +0.8848069776889345 +0.8332327065255829 +0.8203340978235059 +0.7816680990534587 +0.7820345425045662 +0.7717464573074487 +0.8662253328608241 +0.8345947776407757 +0.7986500257068572 +0.7539030406061751 +0.7443092860462567 +0.6272368586438039 +0.50520753020116 +0.33667746190887593 +0.24815001844811996 +0.24466048093274584 +0.2238448483228335 +0.2702336815280151 +0.37737204211902764 +0.4460767674727046 +0.47046972200835113 +0.5770008379723157 +0.6315060492122688 +0.7674329006689407 +0.8107434197123099 +0.7644868206581432 +0.777996889191539 +0.7319332714233362 +0.7276084912849157 +0.761190508369091 +0.7834131878688771 +0.7538689288049217 +0.7183501185752544 +0.7461573198246575 +0.7332339294659811 +0.5759442058689946 +0.47631485333827556 +0.32665726404717943 +0.26930545414268403 +0.2708988503476326 +0.2764452683143336 +0.33661727569256766 +0.28171718689274394 +0.35265026275584 +0.6575015850143912 +0.7639480260345186 +0.8187359699409005 +0.9095661223780538 +0.9539568756708036 +0.9111682261270595 +0.9273853598574997 +0.8730888160142806 +0.8597855791581457 +0.9126164139243388 +0.8642463701550136 +0.8117941790858604 +0.795231621491228 +0.833813808289025 +0.7943504119613239 +0.6127470202554801 +0.4858146925078292 +0.26697198068260586 +0.21177584110953956 +0.2088312640109499 +0.21190936478100975 +0.25448117211996746 +0.2819186805725256 +0.3525933677808574 +0.4911491705608931 +0.6537651483753737 +0.712635744876348 +0.8409003688099711 +0.8605516602856389 +0.8470620061104357 +0.86010253571513 +0.817821496939634 +0.7986647989958585 +0.8638053363185331 +0.84606870909227 +0.7968897133433681 +0.7654455685416466 +0.8082889235248544 +0.7730424394914124 +0.6224538310545944 +0.4869353811273513 +0.30077775249621136 +0.259610792475899 +0.26350590472489105 +0.24775387139732563 +0.35299737027641614 +0.28191898117944064 +0.3526142335350112 +0.6697113915418516 +0.7647491139635788 +0.808549561223946 +0.8774443292317434 +0.9106996940190366 +0.8482875874169057 +0.8691107594741261 +0.8407822853052335 +0.827763760425079 +0.8451344482923031 +0.6900260525329822 +0.5735321537926015 +0.5376020967543458 +0.6300198949160342 +0.6047425552807374 +0.43746912663621723 +0.2903172988034891 +0.21970045769842422 +0.16770195323148904 +0.1789293674113911 +0.17145530178197235 +0.22370090337589008 +0.2819189976736801 +0.3526034967772202 +0.5104947314939682 +0.5687325854558188 +0.627971397362203 +0.7069962223074058 +0.739564819904667 +0.7068859381203972 +0.7378266588847031 +0.7137199261454701 +0.6943383605174394 +0.7468847896421608 +0.6984363387603857 +0.6089363202492004 +0.5376154898961649 +0.6048035476159537 +0.5614898776924506 +0.4280745327957758 +0.3151056225362945 +0.18049923266390888 +0.11115236340776206 +0.1436899242666065 +0.13320587199859324 +0.19563145973609225 +0.2280300583734937 +0.2987158307871325 +0.42251635352709094 +0.5133403365768474 +0.5687362356881506 +0.697036659577081 +0.7438204569093095 +0.6814520820680456 +0.7222051597795718 +0.6816218825984719 +0.6775773679301339 +0.7432987115196131 +0.6842294313273223 +0.5823893292515239 +0.537223588597325 +0.5650675743599879 +0.5077887329421156 +0.40601210710729957 +0.26540948910861545 +0.14528004037934067 +0.10308642555354784 +0.113197607863906 +0.10262961282546354 +0.17030556401452354 +0.21717164885466025 +0.31063468902516483 +0.354726530539901 +0.3857229141721394 +0.5132106383862862 +0.6213035110765348 +0.6451600977303855 +0.5714589109288163 +0.6052700196716299 +0.5671870200606799 +0.5341703036093545 +0.6056264356581058 +0.6400581469688883 +0.5924809822051647 +0.5258009140965512 +0.5615439382704722 +0.5274227644413395 +0.4060702717014414 +0.286079134434413 +0.14815082349393427 +0.10126947891220756 +0.11240043527795625 +0.10113864067630858 +0.14002055357573104 +0.23102971877677406 +0.3123334189642969 +0.3446450757442295 +0.4475724908593428 +0.4131919725687048 +0.6063499290085351 +0.6755226922330565 +0.5940648257961567 +0.6266020995501947 +0.5647470912016438 +0.5627317405180148 +0.5822463206447319 +0.6178026295907659 +0.5553408188345023 +0.5025898756708623 +0.5141995923485064 +0.49447849500124547 +0.31949680194921165 +0.2642340748384025 +0.14522900036298486 +0.1064293674667585 +0.11783404118994369 +0.10523419863468217 +0.1557379935688812 +0.22801951964635314 +0.2987120332244897 +0.45705844789382855 +0.5149859649140947 +0.608630965545818 +0.7168414117895963 +0.7781974950510252 +0.7173794930702694 +0.7412098550909391 +0.6608728650477623 +0.6715893661470561 +0.7091575717052441 +0.680650343314802 +0.5816800409659522 +0.5091587833931223 +0.5806561453270535 +0.546086463579534 +0.4015639873547572 +0.2827234948714661 +0.14537241187450659 +0.10695946938615575 +0.11860577347647043 +0.10683122926427871 +0.1591567112662968 +0.2280195327814674 +0.2987023661170547 +0.4521635762749265 +0.5444894670653241 +0.5647534494920688 +0.703887087542318 +0.7529517500323899 +0.7016098268607396 +0.7435248705942537 +0.6912068799953895 +0.6864481463979284 +0.7561748479981335 +0.7076547286168209 +0.6070925835291896 +0.5391041387027222 +0.5182921466267589 +0.5520332801888522 +0.41381875621880787 +0.28713697970861274 +0.1464954665867955 +0.10760184692281055 +0.11868649881208827 +0.10732848472257352 +0.16539437166760587 +0.22801939307763666 +0.29870227718381775 +0.44797867238627853 +0.5543702857904562 +0.5653313895434161 +0.6883458216459986 +0.7630460544115083 +0.7287129536622946 +0.7145737668458358 +0.633956571405323 +0.6144050285688336 +0.6817132233998277 +0.6448206230338044 +0.5813148889967922 +0.5480107808503795 +0.56344714768111 +0.5274676926017104 +0.38346420129079384 +0.25866391369079594 +0.1809670278383189 +0.13493021873214986 +0.14611880198117644 +0.11631622503699628 +0.15539978099776222 +0.22801971787964787 +0.29869194830485485 +0.41437947498031724 +0.5066704317243169 +0.5805444272668038 +0.7024091997766739 +0.7511480539511274 +0.7026612316240091 +0.7829892091382851 +0.7183415318309502 +0.7157646532208926 +0.7734275571525487 +0.7468041384140089 +0.6570399141327194 +0.6220793283322207 +0.6516223423916132 +0.6135364945539648 +0.4711770229468114 +0.31133708140283334 +0.173223273671346 +0.14318375057737084 +0.15259024844310107 +0.13816213378440614 +0.19223367672755706 +0.22803009763821316 +0.29865594555651964 +0.5072646606415497 +0.6294814405399294 +0.7201458458233967 +0.8114753922759622 +0.8461491275422861 +0.7887196113309812 +0.7917565567948491 +0.761105681260727 +0.7418514682313313 +0.7925906989808378 +0.7625375612236579 +0.6835137568909903 +0.6658785544573209 +0.7041877367257084 +0.681120208996777 +0.5448875184700382 +0.35413546743515073 +0.19425286067465208 +0.1423544722082265 +0.1536908237470251 +0.1359850893276148 +0.18123850580321024 +0.21717169946360318 +0.3106299489731348 +0.3659873537623735 +0.494240502747247 +0.6086601234715124 +0.7307403662427336 +0.739683287927751 +0.7060832225015595 +0.6840250396031508 +0.6620805081734553 +0.6264487296653097 +0.6571119219132416 +0.6978663778098942 +0.6170692970739465 +0.5640747463710438 +0.5171078225919307 +0.4618140361374651 +0.37099723142872504 +0.22879361352621183 +0.15324648395796414 +0.10137124339885269 +0.11264798197931201 +0.1102760621532433 +0.14037954297859317 +0.23084649761721038 +0.3126627606617291 +0.34040837382428585 +0.3905451863002714 +0.387313477731794 +0.5440148944671674 +0.6037485853987067 +0.5576447439742616 +0.5738393000407636 +0.5295193724281237 +0.5210019783101693 +0.5705448867452618 +0.5534475546989552 +0.5311116377998838 +0.4717827918455358 +0.5581434104262434 +0.510228114724107 +0.37610652479214174 +0.27419384209796166 +0.14533507939220675 +0.10722753552253486 +0.11766992225024325 +0.10640325471793792 +0.14685671131432082 +0.22803009528135987 +0.29860469139436235 +0.45041969430068185 +0.5106323877911297 +0.5268861316671258 +0.6350868876633508 +0.6884408346761591 +0.6314594286226516 +0.6920384866890227 +0.6540294872820609 +0.6503649128494068 +0.6968723247610347 +0.6807203303783856 +0.5933653489787615 +0.5629237244021371 +0.5539179985546278 +0.5182979536069828 +0.35393101912585306 +0.2602022025093588 +0.14904667981793587 +0.10749571712529599 +0.11858147942361935 +0.1072850443135731 +0.15640803968686828 +0.22802970005158438 +0.29868504110667166 +0.45862491418954515 +0.5060235251223733 +0.6470623691340317 +0.7487249744979189 +0.8244223912805042 +0.7596449226167261 +0.7879191337002179 +0.7477886423072765 +0.733164757454197 +0.7808366046836396 +0.7260616361820889 +0.6603379890113124 +0.6802500655349677 +0.666827004406717 +0.6315398262536409 +0.435299546599885 +0.3231964654629999 +0.18843381768484344 +0.14256605839807968 +0.15294683840947648 +0.142196751223018 +0.19966211484657176 +0.2278371729948194 +0.2988759239595491 +0.5852822035149191 +0.6782902287666382 +0.7267288054048338 +0.8128236036442614 +0.8542729564461081 +0.7988048248030252 +0.8077654405265466 +0.7780692523632512 +0.7577099316433413 +0.8093819060892208 +0.7796178943746098 +0.7189380659485697 +0.738982754318206 +0.7406437209413094 +0.7024573313864967 +0.5565985652321513 +0.4332012827971205 +0.21764337044609167 +0.16967185520320985 +0.1859843086169324 +0.1732299563591278 +0.23914029568657616 +0.22801977157850412 +0.29871251780406194 +0.6075102151553787 +0.7003167946621394 +0.7444292695061042 +0.8442713105392383 +0.8754818918383642 +0.8147753282037041 +0.8347635733018994 +0.7808989311827299 +0.7666885657311564 +0.8252797948073957 +0.791064729823423 +0.7294176965145738 +0.7342258650791669 +0.7310476304805823 +0.6909594827125422 +0.5457477435465725 +0.4214240102139209 +0.20340213718592096 +0.15602948089261706 +0.16675253432083706 +0.14885050786102216 +0.2174516346763356 +0.2280300706990838 +0.29869011504313664 +0.5814466484498875 +0.6771767618776539 +0.7326715081130686 +0.8476452202941485 +0.8879447439703904 +0.8445364107884518 +0.8480662986353501 +0.8120612891631623 +0.778473703282872 +0.8194110589821184 +0.7897130064240097 +0.7405253279463461 +0.7686625008262834 +0.7733566475038727 +0.7350652284734811 +0.5782749838385011 +0.45687059276450526 +0.2190410549994979 +0.17710255402019462 +0.18774265093514894 +0.17206618929583384 +0.24603999175987878 +0.21712292819833331 +0.3106569693453977 +0.5169382928503575 +0.5879399482005049 +0.6892456099402341 +0.7563087689394471 +0.7821875446768565 +0.7389667393052067 +0.7294652481151179 +0.6900756473894064 +0.6798830532782112 +0.7111199281930319 +0.7665187393312517 +0.7273593927298334 +0.7442213948997769 +0.6894701029305689 +0.6816250287121716 +0.5545486619572552 +0.4386700689558125 +0.20231523187487097 +0.1588077781030625 +0.15151590053540556 +0.1570725062289499 +0.2480024305998252 +0.3636205584550679 +0.39616751650169335 +0.4932161140479457 +0.577720330585961 +0.5863407763855236 +0.7149398317666552 +0.7626051612573508 +0.7014206285502209 +0.7074541831335133 +0.6582041175981266 +0.6446917351415339 +0.6755092179251708 +0.6990979102493697 +0.6665999803193201 +0.6769659218042854 +0.6010265982297867 +0.5281498394404612 +0.3617888723212505 +0.2599911775846313 +0.14521755186405058 +0.11551462264464496 +0.11836008396618707 +0.10676773185805903 +0.1468377936448368 +0.22801953017081786 +0.29873355372960064 +0.44573376736399134 +0.5146511985094965 +0.5776831025606777 +0.6872780430869507 +0.7215599021813899 +0.7011532837047622 +0.7293295720766266 +0.6596140818864463 +0.6406347046564989 +0.70734369059257 +0.6931430190580973 +0.6149374641870002 +0.6391541301343604 +0.6168156023454064 +0.5410345931506656 +0.3737302528402535 +0.24322385123314622 +0.14600074713028796 +0.10738967063721977 +0.1186371248873832 +0.10741293096294734 +0.14752249068150358 +0.22802998605482766 +0.29866747143609074 +0.45199762314771824 +0.4940913372510853 +0.5751856943026945 +0.6991943009746983 +0.7514774481083643 +0.71707766878264 +0.743260056038527 +0.7184676361335539 +0.7225098516945547 +0.7550636291645476 +0.6949191560711171 +0.606688556638372 +0.627750305446524 +0.6284593294107582 +0.568298569478233 +0.3851929352419883 +0.2415808614910245 +0.14558456297029368 +0.10738667377857211 +0.12763147758829052 +0.10738378480717352 +0.16430770158175803 +0.22801959323941198 +0.29872711588907236 +0.4587376304896602 +0.5061956506168396 +0.6357618175472057 +0.7736039624524936 +0.8420183226747295 +0.7823258794109716 +0.7926174276868118 +0.7538813900493674 +0.7348105309433166 +0.7888038008143293 +0.7640005893365992 +0.6883113360210159 +0.6613378026813254 +0.6436846336223254 +0.5702822868104039 +0.3967806698132702 +0.26026140005120113 +0.14598476409995603 +0.10748003073750938 +0.11864972677601035 +0.10726414599555927 +0.16439575922396837 +0.22803007470386802 +0.29869452343045716 +0.42815644516782536 +0.5321249542983472 +0.6656301398868871 +0.809551985519173 +0.8465864991819289 +0.7880690895384107 +0.7991135457519237 +0.764220563813751 +0.7459347599591726 +0.8031082282248291 +0.7758627492209309 +0.7086348172523447 +0.7113054885135659 +0.7251064213921642 +0.6303596086899428 +0.440789701827226 +0.301936223878471 +0.15063568825466978 +0.11709065140143449 +0.1186637285458592 +0.10727379180673646 +0.15642388034475688 +0.22801952356038332 +0.2987061772468642 +0.42991304076920783 +0.5176185172659148 +0.6092107693444653 +0.7602134712596726 +0.8452806209551007 +0.7824163627934723 +0.7936808717366374 +0.7550802473632985 +0.7360938763070429 +0.7903634213347845 +0.7610206641990525 +0.6821868432952483 +0.6469757579936649 +0.6224520920335758 +0.5494341103491721 +0.3961182785076256 +0.24162902535417893 +0.17978636384790542 +0.1017108335580912 +0.11292170992186322 +0.10188158888454002 +0.1426373509652067 +0.21699509475613726 +0.3106727958423893 +0.3512439022014061 +0.39113491763483127 +0.5042072806322418 +0.5832188694479598 +0.5910472971536181 +0.5956831370035469 +0.5789562695842985 +0.5234332703677765 +0.5426198582972591 +0.5481479553621578 +0.5903435333299328 +0.5583357319660428 +0.5748575094393265 +0.527349681841203 +0.5168917364126507 +0.3876049087240146 +0.2837231646374098 +0.1792823211572866 +0.1374102508795536 +0.1402158307634826 +0.1251266858004928 +0.18065536149999015 +0.2594093414193197 +0.3234448595614262 +0.318004517521205 +0.4140334050015225 +0.47924137446922055 +0.6190457963145339 +0.6556012597752887 +0.6561393246809829 +0.6152178267383788 +0.5865686802363999 +0.5803102327778172 +0.5813604580899918 +0.6158716979867793 +0.5783271005269326 +0.5772396491565334 +0.5834174143802707 +0.5259618328598872 +0.38725459923269556 +0.2902033072146579 +0.15052911511347739 +0.10653109640897206 +0.11786250375074826 +0.10725066998779563 +0.1468767485194785 +0.2279529517667824 +0.29871105716747404 +0.4420580874928983 +0.515274089640178 +0.6935576893877952 +0.8151294929534578 +0.8529087467622289 +0.8018118951814589 +0.8220797716292914 +0.7791785164824687 +0.7663538778257848 +0.8219422548178921 +0.7944056256821425 +0.7290789177953969 +0.7378292809974629 +0.7330806230609096 +0.6911390036427761 +0.5465726309939223 +0.3147616475843283 +0.1683094360750168 +0.13476645465988885 +0.14596144257046959 +0.13480646000903532 +0.18298532231402861 +0.22801974908568567 +0.29869993533641725 +0.4275752411181361 +0.533983762755748 +0.5972368286086559 +0.7229897695369696 +0.8382619574600457 +0.7763581678758026 +0.7902095660504831 +0.7483104366548196 +0.7299673434566689 +0.7815663537345544 +0.7268971086468765 +0.6399547483035486 +0.6360569378366323 +0.6258364313390781 +0.6003206112192517 +0.4642715018732269 +0.33957177926472004 +0.16894035825574813 +0.1346956721205289 +0.14626974028397483 +0.13515879667435757 +0.18290610520246461 +0.22801951097590062 +0.29874285700291 +0.42838418698775704 +0.5199650893945101 +0.5783079244443842 +0.7324885235255857 +0.767898202685862 +0.7654555003559191 +0.7881538006259817 +0.7395243055633298 +0.7023922811856039 +0.726192665044253 +0.5928257581233829 +0.5046985928907014 +0.5885747135067894 +0.6113020526262585 +0.5668615364293225 +0.36849543166440624 +0.27800444507415867 +0.14642744078780146 +0.1073004253915005 +0.11859230455885142 +0.10750703702864611 +0.16062701794336415 +0.22788963418348668 +0.29872001617676086 +0.438566631374531 +0.5315184820892294 +0.5652081535244302 +0.6443940630214094 +0.7115179765239497 +0.609504040824491 +0.6321403889350043 +0.6041781208883091 +0.5933609742023532 +0.6593239799026731 +0.6520978512305777 +0.5807436420580359 +0.602145736184275 +0.597650822206098 +0.5500175854576038 +0.39797089562702764 +0.27147295198276566 +0.14863582452089222 +0.12522859355177524 +0.11854641137336831 +0.10745214268168297 +0.18924352101847672 +0.22791861342913175 +0.2988122302713654 +0.4644596022693228 +0.5562535088538257 +0.584135009457478 +0.6403030162637655 +0.6858556831666098 +0.5741360121463691 +0.6859511044332742 +0.5789565195367403 +0.5681607413077208 +0.6521779231787218 +0.553618886724526 +0.5677344794225337 +0.6015032979072571 +0.5855129842090616 +0.5293224985969324 +0.41008465057041305 +0.2866082440306131 +0.14406756938123091 +0.10198204213157941 +0.11303308278911725 +0.10170090068073949 +0.17337633486392606 +0.2171714344821073 +0.3106979612970363 +0.36558966313208674 +0.44970093725702626 +0.5289988161063828 +0.6052261672652042 +0.5738494295967556 +0.564686393189242 +0.5602790711392498 +0.5142227889869304 +0.5018707955158623 +0.5303876856678414 +0.5863510010105022 +0.557936819449338 +0.5754713541596105 +0.515348911831591 +0.4608212952508413 +0.33124191345207404 +0.21318068636118742 +0.16725707665036194 +0.11918839126058005 +0.12966132082120138 +0.11976699918502298 +0.18088312817015598 +0.24175767037067003 +0.3382463882756539 +0.31648973890945137 +0.41796425253638636 +0.41821874420638117 +0.5763789768867155 +0.6269389787052422 +0.5395385494913696 +0.5554393462072962 +0.48909169778544487 +0.46160922564541274 +0.5253199893313265 +0.5396219306390595 +0.5050244476515157 +0.5645384078982001 +0.5892657008884226 +0.5050759543285263 +0.3368841565116138 +0.23376490463313243 +0.17263960179223525 +0.12597755629695798 +0.1372400402976427 +0.12613618665684184 +0.19108646129699766 +0.24597415165404732 +0.3166931665862107 +0.481177892447167 +0.5847408267250016 +0.6101108575893937 +0.6907543516677137 +0.7035333681940383 +0.5925335797925707 +0.6524149117883468 +0.6076546648345601 +0.615337683752007 +0.6418345209380059 +0.608462760948731 +0.590986299351879 +0.6168622882407115 +0.63069353970923 +0.5789624872698341 +0.43083126546572553 +0.29775106904315624 +0.1668803939787589 +0.12633669151583682 +0.1370423363958384 +0.1279330497268894 +0.19835541048263308 +0.2457490157746742 +0.3167566761995689 +0.4607727719618939 +0.5654012566214142 +0.6203975287817746 +0.6576438351155137 +0.7156891344121746 +0.685263777161881 +0.7253964441822147 +0.7132480611183478 +0.6937637315769773 +0.7172275538661899 +0.6754990668123817 +0.62774788509202 +0.6219461290909662 +0.6235239488272664 +0.5735651193179091 +0.42732999418105605 +0.301861301352481 +0.2012375775869951 +0.15563260753554473 +0.1364297376328398 +0.1260249579142026 +0.17412487430666165 +0.24598587214263043 +0.3166761021906292 +0.433411904752378 +0.5340728472237163 +0.5796096342198384 +0.6495791646960251 +0.7497517113775424 +0.663733150912006 +0.6687064594118002 +0.5725579585143465 +0.6234613404059732 +0.6432757080919446 +0.6246916322064183 +0.5987948983868708 +0.5983140020934531 +0.6098954824978143 +0.5826623154944847 +0.3921511504972233 +0.26077273077409235 +0.1703026443201282 +0.12698506029915907 +0.1375073037272273 +0.12889326363884898 +0.18498834925399152 +0.24598607479502957 +0.3166876828231836 +0.48912789523945793 +0.5789908857078112 +0.6028485295826924 +0.698468726975374 +0.7617291610512245 +0.7004053536702741 +0.7269154117212877 +0.7148703304896283 +0.6953398747810814 +0.748428637976835 +0.7038522772631042 +0.6289602576894159 +0.62084569246205 +0.6057255529340057 +0.5737076395557096 +0.42993109580971 +0.24741907326641707 +0.1687530423627601 +0.1271007751402793 +0.13741825590696546 +0.12890023799771663 +0.19019563470880907 +0.24584071574113955 +0.3167338346366068 +0.4892439212939781 +0.540234958230205 +0.5782987167575826 +0.66802047012868 +0.6709750349342007 +0.652871234960612 +0.6941190678835554 +0.6381086534917438 +0.5859457503804311 +0.6540114035607149 +0.6489908612012695 +0.5907363101865639 +0.6054376958603077 +0.6203455128243727 +0.5768472423393908 +0.43893091948334256 +0.30654633313627405 +0.16482928732168384 +0.1208429262060247 +0.16774401582858808 +0.12253802995274865 +0.18555540542386093 +0.23513806066875212 +0.3286489332206447 +0.38182867222344413 +0.46008455564926104 +0.5631220501686661 +0.6305230816581613 +0.6672835017736036 +0.5974443234395441 +0.5979221046058784 +0.530646129086079 +0.53304034956398 +0.5696859706607623 +0.6224272435972807 +0.5899287617444623 +0.6159477142620866 +0.5599825952812169 +0.543334952226596 +0.4102581964199102 +0.26196490521626403 +0.16800712504656362 +0.12010825024176969 +0.15825353605738235 +0.13595934033233062 +0.20568203851137185 +0.28855369118985463 +0.3875329569969149 +0.3170517550900254 +0.41600605692535686 +0.433727191228419 +0.5685955357429777 +0.6149692697500062 +0.5517854771792712 +0.557386357962961 +0.5137488491348454 +0.5039318986679954 +0.5408402107884758 +0.5573996669325484 +0.5359537573415075 +0.5461870102469969 +0.5518128385246687 +0.49059191421043047 +0.3377923945934016 +0.23581332170310484 +0.16426256151731014 +0.12491138912645981 +0.15394376444093977 +0.12639877182908743 +0.21163989532409086 +0.2459860964727127 +0.3166984020748197 +0.42022080965018066 +0.5250719195967998 +0.6027278378970242 +0.6895770113672091 +0.7248035341919723 +0.6674354250463305 +0.6497129547948874 +0.5911015830871543 +0.5688508375819948 +0.6368017304186506 +0.6511316527951464 +0.5916996911168572 +0.5913879015987292 +0.6186530586189382 +0.5777087917418435 +0.43099361210114495 +0.29693151154682745 +0.1677186410086311 +0.12599752175290005 +0.13572446027490212 +0.12594294991457852 +0.19662068863450427 +0.2459858732298937 +0.3167301502731986 +0.47720494509496836 +0.5679129963692414 +0.5752537756561629 +0.6791139820903377 +0.745068346492803 +0.6848714855079489 +0.7100733127175346 +0.6686585220300437 +0.6656901259146787 +0.7034122627514922 +0.663669334713317 +0.5640757801215958 +0.5372437468330289 +0.614325373822805 +0.5512108110367899 +0.3965808493827962 +0.2916557525926459 +0.1709157492722959 +0.1272745982872315 +0.13771219937487073 +0.12482191107237234 +0.2091273873632748 +0.24598602218216523 +0.31672320020002515 +0.48820355828729795 +0.5169812939308345 +0.5884318466464191 +0.7157837878836292 +0.8193511401626996 +0.7923984069966644 +0.8033855912557938 +0.7694420565685681 +0.755031307224019 +0.8083165080621709 +0.7785294215221232 +0.657879963015924 +0.6331303228312235 +0.6087892954645379 +0.5583983233289971 +0.42212971970688845 +0.3025544946726605 +0.1950916358690931 +0.12699839987525924 +0.138023029120697 +0.12622757987034566 +0.18417424866220491 +0.24594514595213846 +0.31678333569685746 +0.43865658768786525 +0.5382992408063856 +0.600731142179493 +0.7261419496790472 +0.7764138919752716 +0.6992530216668819 +0.7115045124856115 +0.6999827185811208 +0.682455086236613 +0.7357630711150709 +0.6782875276163586 +0.6059138407258392 +0.6085607384165509 +0.6107043105416087 +0.5623659907029729 +0.3948693089364103 +0.26091894711928487 +0.16768565606849603 +0.12873956139095 +0.13832391384919948 +0.12600285936407254 +0.17594953592034657 +0.24598604525770182 +0.3166912658309459 +0.4852561950084573 +0.5815867475381972 +0.6224675220967011 +0.6951931987084479 +0.7279339909540342 +0.667175562380804 +0.6692657567793041 +0.6162282413775902 +0.5747846755631216 +0.6812609389128108 +0.660668592564767 +0.6054828467410907 +0.6224922668376667 +0.6207805585914471 +0.5754423987118876 +0.4307447915280243 +0.302667516763999 +0.16423748261666313 +0.12227935143801903 +0.13419699498916743 +0.12100766359931991 +0.19405262609794505 +0.2351377108770386 +0.3286246743123041 +0.41708981705955905 +0.4500907218108882 +0.5476081787233555 +0.6202610048298548 +0.6275252970074389 +0.5834296998166558 +0.5765017034801722 +0.5305943603224494 +0.5246071108703187 +0.5518968703216429 +0.6055769618634922 +0.5784283001132496 +0.5944315743705199 +0.5449382282281533 +0.5331785976115241 +0.38278482017650506 +0.2684375915655666 +0.16778075183462793 +0.12006529185346852 +0.13097231598115636 +0.12084752535924731 +0.17739043705114624 +0.28262621837231494 +0.3784910260101098 +0.3566477754377854 +0.41497418963098964 +0.43299842047247555 +0.5719854193745859 +0.6265882409948926 +0.5548469287370916 +0.572701942133896 +0.527914038553047 +0.5094206167836167 +0.55082972420612 +0.5743192520103227 +0.583160716675775 +0.5471794855018071 +0.553657549750633 +0.4895380272759916 +0.3374989295489182 +0.23646424413128936 +0.16461914572652048 +0.1254009350906191 +0.13616645421443152 +0.12355978374579468 +0.1983181030645438 +0.28984450910685805 +0.3769178602908225 +0.45303282876305045 +0.5062767269373153 +0.5920678518289902 +0.6822436853145964 +0.7189055322026441 +0.6617897834297561 +0.674216889863236 +0.6342805080287041 +0.6116031926957295 +0.6629622079864467 +0.6360827928395578 +0.6122320454197779 +0.553971306806736 +0.5706493013680642 +0.519764059644524 +0.3736337371943943 +0.24731711849427956 +0.16468426143877898 +0.12540560761674713 +0.13592676182595553 +0.12701152984914185 +0.19158497253097898 +0.28881254774223303 +0.36863047984042674 +0.45408098805663916 +0.5070172518284616 +0.5549725793930046 +0.6733376809382723 +0.7153745568979373 +0.6672505633813486 +0.6837714417372472 +0.645059698759438 +0.6127374783271471 +0.6655206277873444 +0.6528888490361646 +0.6298892498354969 +0.594242590405058 +0.5626372841843864 +0.516630716877944 +0.3726554031632732 +0.2485306408208202 +0.16579050521836233 +0.12571616472438266 +0.13617684407768485 +0.12680069303464167 +0.1914575266758699 +0.29391583971714075 +0.38274361357198566 +0.4590095409724207 +0.5480540813105682 +0.6011087750468979 +0.6898757199740068 +0.7299846138403875 +0.669411381176015 +0.636243665750362 +0.6477141244885131 +0.629046433111931 +0.6759870981158791 +0.6444070265612121 +0.6375644417521279 +0.6250155669842763 +0.6298387204096534 +0.577731221212707 +0.42945760201477245 +0.30600841587151384 +0.1653325881072981 +0.12590422723893577 +0.13574242510628248 +0.1249797961076228 +0.205729670021607 +0.24598598389196893 +0.3167196232850195 +0.5132303336855322 +0.5684340497972918 +0.6151285690078244 +0.6956292413748071 +0.7279896166170671 +0.6705903672031903 +0.6913967963911127 +0.6425953229533049 +0.6194906747791721 +0.6737705730917533 +0.6581840601995234 +0.6324182900170268 +0.6149481804376953 +0.6178110052267431 +0.5792932153766585 +0.4303455732925941 +0.30720775412585055 +0.16744760380488724 +0.12852488549409374 +0.13793302155754605 +0.12762045939497216 +0.2055783615960285 +0.24598591050384375 +0.3167037495737215 +0.4971908972621416 +0.5569459258856937 +0.6130568946905273 +0.6968614465648111 +0.7288347483031545 +0.653890270626312 +0.6710937849810079 +0.615397833934292 +0.5587116268805179 +0.6120691340763228 +0.620115256658721 +0.6356144689112727 +0.6123202294053236 +0.6151661447294565 +0.5800980209581674 +0.432010797522157 +0.3047699427038577 +0.1647579682163137 +0.12082875449072944 +0.1317653605276852 +0.12223609519987336 +0.1929195520820243 +0.23514830502155945 +0.32862337064362396 +0.4266874799950127 +0.4701354373712075 +0.5645496947202809 +0.628352028821694 +0.6748867223777703 +0.6583223424598135 +0.660585093274909 +0.6228695016817343 +0.6071326703821374 +0.6453163404368338 +0.6609449319765126 +0.6419373472807381 +0.5819318440072166 +0.5119879914597177 +0.5495236935056356 +0.4087005601808318 +0.2886084876192532 +0.18390364278022467 +0.14152306419387436 +0.14024182000272326 +0.13464157380581232 +0.2056702195906891 +0.26987967514633293 +0.3546892272182027 +0.36852639375577884 +0.43310976475982027 +0.4829825379693531 +0.6836301119574859 +0.7213626060810391 +0.7018463635679217 +0.7027122424720365 +0.6610700538374067 +0.6459562256989814 +0.6707555196857299 +0.6792084488419668 +0.656017645877485 +0.6140690317606374 +0.6118642571652301 +0.5937412395470562 +0.4448854180425198 +0.34299317927256445 +0.1977423550769156 +0.16616329445644754 +0.1801157659884141 +0.15965495171387237 +0.17218198818966451 +0.2459658546705619 +0.3167220298155599 +0.5216685521759745 +0.5796773621388597 +0.6198382921221053 +0.6982784942992742 +0.7249034038270291 +0.6611610719480083 +0.6702789396138957 +0.6252030752321324 +0.6031033520118655 +0.6575381932309275 +0.6335744950761465 +0.6124689029990276 +0.591538555650397 +0.5931396915344079 +0.5317692044635483 +0.37213769376693717 +0.24808100163682972 +0.16705428150410515 +0.1259971797857638 +0.13732970965303698 +0.12794726486102304 +0.1909134166761957 +0.2837006699926173 +0.3769614819032249 +0.45308276003971126 +0.5078137347586296 +0.5732304780735122 +0.6537448363318626 +0.7087704405680205 +0.652609920316297 +0.669426354599304 +0.6334951655748536 +0.6125890971042799 +0.6702967142098709 +0.6392854807276049 +0.6170355939992265 +0.5912481375463169 +0.5973803808526724 +0.5569530958189676 +0.37923241319935114 +0.24783502930162257 +0.1668525163413738 +0.1331298361166242 +0.1369811450484716 +0.12688144563389162 +0.20547420701509295 +0.24574888321596394 +0.3167797668064562 +0.5013192885157364 +0.5602568437073585 +0.6215762852948822 +0.70763977340123 +0.7263483006819562 +0.6622814490659934 +0.6282043924106595 +0.6454937486042864 +0.6727153781385269 +0.7144792475237994 +0.6910953103994812 +0.661892213925059 +0.6172587861178326 +0.5617091148867734 +0.5765291796112054 +0.3733755751690508 +0.2491366637657084 +0.17634400769890823 +0.12871613773296625 +0.13634920729983138 +0.12569510358280872 +0.22453883859529622 +0.24598601812618437 +0.31674162642425135 +0.5048417966976048 +0.5578477241451788 +0.6061156753749953 +0.7122360978907274 +0.7325202780505112 +0.6843652340040959 +0.6900464971678517 +0.6333614429779635 +0.6185634810943987 +0.6721210243485424 +0.6528903839827855 +0.6328871562633789 +0.6132898955169301 +0.6194062257236587 +0.5820038209945599 +0.4243685458953838 +0.28994874750077443 +0.16766075232971123 +0.12866782107493113 +0.1379864146449661 +0.12772364086852817 +0.205611365566139 +0.24599639274026278 +0.3167060916620006 +0.4987431454357709 +0.551634659037461 +0.6017981824806833 +0.6989485878932633 +0.726609996899628 +0.6790522505023305 +0.6891807275762415 +0.6179384611059247 +0.6082335408411184 +0.6171645971323657 +0.6166617685632992 +0.6134112246530445 +0.6100537295790021 +0.6137761216895904 +0.5696786560128326 +0.43603148571137 +0.3036111281615208 +0.17507426852734803 +0.1208296281557256 +0.13169126832155362 +0.12229274540832301 +0.19290269943739438 +0.23513833025651515 +0.3286525588979636 +0.43825158016956756 +0.4726866821646831 +0.5747120083423253 +0.6274769078362585 +0.6421302242029656 +0.6009224203257192 +0.5832251951625306 +0.5435417817314206 +0.5337091241554964 +0.5718146346922821 +0.6238542350957005 +0.6333061213924054 +0.6118680222265234 +0.5630429652607125 +0.542154172505316 +0.40512107720037643 +0.24682370775555385 +0.1691894928287442 +0.12009529408082181 +0.1308064695146851 +0.1195470021356405 +0.18001399158699333 +0.2726185829553347 +0.3613206507862717 +0.34865471801939096 +0.39229169309029943 +0.3939212764986795 +0.5595936087291341 +0.6113344475460599 +0.5591573719854247 +0.573998821781919 +0.5189384081285316 +0.5106177090655362 +0.5459573413322976 +0.5616236166502186 +0.5738970428308446 +0.5413083271340435 +0.5144870179685928 +0.47520099545059835 +0.337713810215716 +0.23662104931652062 +0.16481492027590164 +0.12623240569903169 +0.1370348594537531 +0.12793112387321076 +0.2004264764359694 +0.28934170768555045 +0.3616866409784738 +0.4531852472450364 +0.5066466185399352 +0.5908881050612214 +0.6993699997196444 +0.733837994891152 +0.6963752471523648 +0.666166472027025 +0.6065180421422574 +0.6021623589999533 +0.6560695243358082 +0.6097474804835433 +0.6331519818688808 +0.5957965840537961 +0.608518039729509 +0.5817961944854264 +0.4287846552474197 +0.30290228115969303 +0.1649100161670523 +0.12680749654757692 +0.1368911913513067 +0.1271976801536563 +0.2119230907719949 +0.24598590413982524 +0.3167173293441996 +0.5181618934534499 +0.5693449349453719 +0.5876806717586588 +0.6457049521111594 +0.690873984239059 +0.6385449092911829 +0.6511666776446051 +0.6151112017383352 +0.5681463975284938 +0.6155442141626725 +0.6335887116669002 +0.6383559624136914 +0.6046018346859919 +0.6190326167059261 +0.5795606505743913 +0.4269543903959185 +0.29240892740161695 +0.18707098577394654 +0.1724612481210106 +0.17868080412989065 +0.14357513597211594 +0.21179922250432853 +0.2639523893882514 +0.3346819611568181 +0.5191056263439146 +0.5703396328827269 +0.6211563240520142 +0.7128220983604546 +0.7514443272647265 +0.6805250783133544 +0.693911499155383 +0.6676982646317245 +0.6367372532651504 +0.6881956140083281 +0.67562001876458 +0.6538154685348679 +0.6320431800008791 +0.6380355750014423 +0.5779881872853643 +0.41153557289165477 +0.26892391412393996 +0.18755845643982796 +0.1478785276330441 +0.15745611901875606 +0.14891156355684687 +0.21853605863712924 +0.26396267556413117 +0.33467501763094937 +0.4976242907626311 +0.5688477285946661 +0.6195503896828859 +0.6969982773857842 +0.7338280012991765 +0.6744643221267678 +0.7023165233125246 +0.6547473113902501 +0.6285883692954614 +0.6837529172106098 +0.658090430452822 +0.6362878135510768 +0.6153509247391237 +0.6170612979383001 +0.5793218428135182 +0.3960273952879975 +0.2721012428579532 +0.1937982953269307 +0.1495207797532521 +0.15704759810239471 +0.14830262496566063 +0.23016473533121565 +0.3274689508183991 +0.40403203303417135 +0.47884105503536467 +0.5276725902122658 +0.6122736897406731 +0.6980184979498686 +0.738898746357295 +0.6931196989553285 +0.7092223805562707 +0.6534559204741686 +0.6328685820911872 +0.6862438130573888 +0.6771709951890104 +0.6465013070685306 +0.6172876326350926 +0.6208758869381437 +0.5824035179985972 +0.43408681020477574 +0.30535103627006394 +0.18715575884852828 +0.13856572299264916 +0.14861597815568836 +0.14496226445765956 +0.20974186064073663 +0.25308546159501166 +0.34666571213134534 +0.4442804936182456 +0.4746708908004777 +0.5729258968707212 +0.6132834400084793 +0.631657133602185 +0.6149368819144205 +0.6164060145306991 +0.6004868535747843 +0.6087345771806913 +0.6394612994365658 +0.6678879214126733 +0.6418234662491863 +0.6199011547821585 +0.5604853930227255 +0.5092411983840993 +0.4139797582154035 +0.3079718894746352 +0.2156732329754891 +0.17799918535357837 +0.1853675244519008 +0.1767504976585017 +0.23658195180326688 +0.3206381365074372 +0.3923607560438995 +0.4361166035590315 +0.49527479920237993 +0.5272959130953657 +0.6509944736946044 +0.6947619941788271 +0.6486017962886094 +0.6568181455707746 +0.6317344584218917 +0.5936005849486503 +0.5512939421546609 +0.6037149146110056 +0.6227028006229351 +0.5868564768635149 +0.6103235322630232 +0.5692171301133365 +0.4109971532287929 +0.3161384784931529 +0.19011765844215314 +0.1881996478294646 +0.14426536997351697 +0.15472281124568352 +0.15115023702596236 +0.22836513995683633 +0.2637155244439896 +0.33472909357549446 +0.4927753233564543 +0.5822372515359141 +0.6337366463769916 +0.7223160720655628 +0.7505197415194694 +0.6817501027902133 +0.694708107333555 +0.6484162483484863 +0.6305786943769158 +0.6878445503315004 +0.6981116228637031 +0.6410441062407406 +0.6215928891275491 +0.6185913911792478 +0.5807817468416285 +0.3945553975603272 +0.2727480893881565 +0.18852705491372276 +0.15004789302482127 +0.16135554378441208 +0.14955857991215216 +0.21265654989468544 +0.3125074050854324 +0.3960191124680243 +0.4348747283348702 +0.5282885700731722 +0.5779347718287843 +0.6949726361302418 +0.7267979739367245 +0.654061434946386 +0.679965114729478 +0.6386425032963445 +0.6249981727770303 +0.6805601599021613 +0.6940386347511134 +0.6374602007458858 +0.6161557729676753 +0.6163088228012795 +0.5759590785195716 +0.4299584669048922 +0.278440468957322 +0.18920092368907285 +0.14408872705816064 +0.15390729517963342 +0.14422461442452464 +0.22393700141329814 +0.2639626522237457 +0.33467701702594654 +0.4813871730092737 +0.5702011235845487 +0.6169256119598834 +0.6994223630560641 +0.7351094234223412 +0.6798885416043291 +0.6952456919908756 +0.6494694549404945 +0.6292125181191696 +0.6904224170967477 +0.6994775066490158 +0.645542103361935 +0.6262495024719202 +0.6222745490615971 +0.5829057182951716 +0.43358020332691677 +0.2877947538129066 +0.18998571249818463 +0.14448763785289986 +0.15419969909316739 +0.14900835454246644 +0.2208273159206817 +0.2637764476957681 +0.33470918273015254 +0.48190691714740624 +0.5710699783100853 +0.6199717000423908 +0.7044855562276084 +0.7459773884363611 +0.691580735796038 +0.6965595725490062 +0.6718504278168616 +0.6387399608119569 +0.6903466282433928 +0.7039610817850095 +0.6467184986453886 +0.6221274327824711 +0.6232047128846926 +0.5868594777864421 +0.44019885561551353 +0.31245373340903493 +0.18972280549627882 +0.14437943485612506 +0.15530175388420978 +0.15085801275722774 +0.22298422385883282 +0.26395231432441735 +0.33467861878358784 +0.4736587748050641 +0.5350033787974713 +0.565295044723733 +0.7045293598491987 +0.7613825449011749 +0.6984074357798009 +0.7058569496976537 +0.6651156510059796 +0.6412372950705989 +0.7005965705121712 +0.7134606447152763 +0.6518699738115271 +0.6403074685112558 +0.643548884974415 +0.6011131864288914 +0.44345623494539593 +0.3107930858667078 +0.18676620753463113 +0.14403010982663958 +0.14947670474550825 +0.13728622107209598 +0.20938706135392132 +0.253104369051661 +0.3466165097842443 +0.3560349891810987 +0.4240867180809997 +0.5595864611869937 +0.6280062486920609 +0.6440838968724159 +0.5994528321972192 +0.5897249729345858 +0.5464862922647842 +0.5403441052986981 +0.5327591892176184 +0.629408915824908 +0.5933344380931727 +0.5897635680807114 +0.5325226318764185 +0.5132971658883826 +0.38897338615702065 +0.2710630868762659 +0.19044918105461417 +0.1374304890850653 +0.14845840755659379 +0.14404022022320911 +0.2080236247075301 +0.3038028452630423 +0.404072250886018 +0.3317274883703774 +0.4112363754445706 +0.404624918404049 +0.5441466244898853 +0.6227371274865485 +0.5713788206340634 +0.5939234883142634 +0.5427450860333238 +0.5378590150619437 +0.5647778158217707 +0.6230257147403799 +0.601346556939505 +0.5946338182904503 +0.6018317968294242 +0.5559873809416067 +0.413850617848119 +0.2986215384654532 +0.18360063419595005 +0.1444836834554423 +0.15607513798140582 +0.1516263577455463 +0.218467854868188 +0.26395234518066873 +0.335342834243671 +0.4875970835128564 +0.5902250295719237 +0.6457896947249239 +0.7245651784768675 +0.7620031837492408 +0.6957497110177526 +0.7091082339516092 +0.6611624163465719 +0.6448840508943321 +0.6905899858820121 +0.7026631734253583 +0.6442171252110384 +0.6218713525392014 +0.6388155421401349 +0.6018141002164852 +0.4397991827426282 +0.3138226687778851 +0.1885814954303939 +0.14943395144252736 +0.15422839395809265 +0.14287002325255943 +0.22113002088149122 +0.2638362135980844 +0.3347378781469855 +0.49001743600749437 +0.5890576160985573 +0.6352040133496799 +0.7202354848458706 +0.7547654241068659 +0.6947124130869771 +0.7059564317916132 +0.6661840932471189 +0.6478868304336668 +0.6962169620837593 +0.7143537982543636 +0.6505585842579246 +0.616901220451358 +0.617843573940537 +0.5539958359801168 +0.40717960862619595 +0.27163394834667703 +0.18852603833404719 +0.14961283428148803 +0.1543981654742937 +0.14275111734416995 +0.21391500592143362 +0.30732575438255794 +0.38923052627552673 +0.4336709719538946 +0.5264288697694834 +0.6115068556811442 +0.7021707210152418 +0.7505644033415041 +0.7062437002003078 +0.7259141145336149 +0.655395828238066 +0.6335403326401218 +0.6892859038163099 +0.7125678506220176 +0.6594094241789568 +0.6388666494373179 +0.6339804412764147 +0.5945772349410807 +0.4474756183756644 +0.32874232274264525 +0.18925683518853093 +0.15608469454738713 +0.15396570866060824 +0.15071403814523238 +0.243339726409019 +0.26393995870485815 +0.3347285414182672 +0.5065052451064019 +0.552212859353126 +0.6184583955914983 +0.7312552771333954 +0.8158728009200151 +0.7626616356390642 +0.7348099490658979 +0.6942523322546097 +0.6745308113011346 +0.7618732429105847 +0.7831657106198008 +0.6582407322234788 +0.6317116603127272 +0.6343267381470783 +0.594778874016083 +0.44727690214865323 +0.3134236755393396 +0.1951275685539148 +0.15662194070121999 +0.15443250723893232 +0.14482357135761895 +0.21774130881491005 +0.2639506884489624 +0.334700566816535 +0.4805213716240607 +0.5529941087773844 +0.617652038533885 +0.6770724198819588 +0.7345887525787552 +0.6755550479687447 +0.6857366249692073 +0.6486684581998756 +0.6282382491334007 +0.6864280298703768 +0.6982613333501712 +0.6414034846628582 +0.6262041398234935 +0.6300474017627021 +0.586643478035399 +0.43342125519529384 +0.27207831352804884 +0.18557018877778905 +0.14071724711097816 +0.15084996246420418 +0.14330263502218032 +0.2285686261719718 +0.31516080640535754 +0.41622356473718 +0.3473225499400222 +0.4230239499699866 +0.5226533402228619 +0.6144267613477433 +0.6379396692148086 +0.6057601748076834 +0.5919156224702153 +0.5489872247753468 +0.5415650996828594 +0.5704332660474654 +0.6269290449720373 +0.596266427455887 +0.5691088016780608 +0.5217406471148996 +0.519853356827218 +0.38813891709652676 +0.26827589762841686 +0.18972367556209352 +0.13755972304467678 +0.14836082405132306 +0.14328329717680208 +0.20169323273933193 +0.2944781710951586 +0.41072879436450127 +0.33033880499981294 +0.4175839609533398 +0.4062084708710342 +0.5687345254729735 +0.6249515932627512 +0.5779259832688572 +0.5902996408343395 +0.5418183558529028 +0.5283547493818226 +0.5674618271935772 +0.6225068551747319 +0.60943395962125 +0.5738529675215196 +0.5777398421075189 +0.543158242141452 +0.39932523205156367 +0.2928605507016287 +0.18250213733062 +0.1473247845098372 +0.1572306551933894 +0.14988800667755686 +0.2324233099570692 +0.2639626565296581 +0.335669872900878 +0.47943698660767425 +0.5721952015510907 +0.6227851459198372 +0.7086551312087235 +0.7483218927809537 +0.6971883516304221 +0.7024684175456071 +0.6554626322892045 +0.6350044906160329 +0.6845769620419964 +0.6978292684263453 +0.6451634546931333 +0.6103664852436982 +0.6146527826815178 +0.5516679140139098 +0.3924657834298286 +0.26748249453301315 +0.1890740877671135 +0.1435551800034537 +0.15411099002748052 +0.14560736931234539 +0.22577692068670976 +0.26395238182046826 +0.334707592585368 +0.4458788337574151 +0.5326275493813997 +0.5797417184216892 +0.6596191345728375 +0.7300736077511664 +0.642837406690042 +0.6775867267281869 +0.6249101522408999 +0.5852013052348382 +0.6407972971034229 +0.652697165857806 +0.5949842549013554 +0.5715623561979369 +0.5778241257245462 +0.5414913114988252 +0.3959061335696598 +0.2687348582888048 +0.18727575419966788 +0.14373004950577878 +0.1540925084590292 +0.14577537699672044 +0.22736581117524904 +0.3306127585607871 +0.3974585943802413 +0.4356424451328236 +0.5295450866042335 +0.5756291856519214 +0.6573366298208275 +0.6900506026042926 +0.6302270789184792 +0.6414365799294861 +0.612183879655565 +0.5812507167170102 +0.6776050381806652 +0.6529458102234524 +0.5962852649839433 +0.573132914977991 +0.5779433312248375 +0.542015290786141 +0.3931814441956693 +0.2683080920137506 +0.189152988331682 +0.15550031652748905 +0.15471379203176122 +0.1441521539323463 +0.22360750241263075 +0.3253049398064009 +0.401987307298913 +0.43601544042914275 +0.5300520655804113 +0.5769291507886666 +0.657050929635927 +0.6896327607062115 +0.631609462898485 +0.6773513860037804 +0.6133458310521629 +0.6188213656743048 +0.6392270131786999 +0.652775976647822 +0.5950376347348871 +0.5719319991224802 +0.5779756251771394 +0.5418387182266597 +0.39356488350858954 +0.268283134951342 +0.18919615034769915 +0.14337796710360107 +0.15425794655629205 +0.15035650723600044 +0.2222508682752814 +0.30006927209324863 +0.37867856060599103 +0.436455345066765 +0.5284873249445979 +0.5758684345778006 +0.6562574973676484 +0.7264466450483805 +0.6690592355450896 +0.6858566863053353 +0.6433354271202438 +0.621472916387222 +0.6751968993100298 +0.6523200560506186 +0.5952264638743716 +0.5697636034067856 +0.5718059885456348 +0.5416688570466384 +0.39646735327717547 +0.26929946690483814 +0.1844742269127614 +0.1380758766942356 +0.14868082005019462 +0.14451682833282894 +0.2101224864628306 +0.2989579902872218 +0.3902185280854007 +0.3468470356779865 +0.4237617156965549 +0.531310608920986 +0.6402363162705302 +0.6700164752445841 +0.6052800085510416 +0.559763289498516 +0.5411194217697358 +0.5386228212400459 +0.5928178065629084 +0.6817917645489272 +0.664220271582875 +0.6295218329360911 +0.5937731385651132 +0.5846553118721735 +0.44868240594602415 +0.32807695759431776 +0.18965113719395635 +0.14258335680454495 +0.14859340116021538 +0.13703574875339292 +0.22046564278456066 +0.2868535825928814 +0.37166921697863287 +0.38858377806390404 +0.47395368122496107 +0.4590074227092327 +0.5802476524974575 +0.6569331161324105 +0.6107312898927109 +0.6557269020207646 +0.5712858774124692 +0.5687760256494598 +0.553713303796118 +0.613942540204688 +0.5807172045785283 +0.5327143938994884 +0.5514147045034457 +0.489885141774901 +0.3882505234233189 +0.2971943574465954 +0.21238854223632256 +0.1726035950694632 +0.19181091004536452 +0.18707802694245582 +0.269006807945126 +0.2639524437671954 +0.33467529924304207 +0.5315538834887301 +0.6223315519814709 +0.6315173673630283 +0.6776247287910145 +0.7239874558106365 +0.6992836650378861 +0.6904864604226314 +0.6639510972940641 +0.6490366353272545 +0.6967440685843713 +0.7119470322640955 +0.6495847377892883 +0.6338359372428354 +0.6334793800874032 +0.5912221657075517 +0.4357404740844729 +0.2778734462721519 +0.1894552514021716 +0.14432078471782914 +0.15404463051159537 +0.14591764059459642 +0.21724257071746308 +0.2639361805963936 +0.3347584114170672 +0.44749065234562685 +0.5353488970560237 +0.5806002937508584 +0.6767278721700152 +0.6933355612414042 +0.6326965123915833 +0.6436051174397825 +0.6140120536863497 +0.623499170583962 +0.6773672791558244 +0.6533239111864129 +0.5993474262503545 +0.5720897434873435 +0.5765435074836482 +0.5382368002837413 +0.39672406952045686 +0.2698141559987952 +0.18966214535356982 +0.143895275525165 +0.17281284237858763 +0.15073745818329792 +0.2380619083265162 +0.32620777769970144 +0.3990608260181287 +0.4350789445517411 +0.5313678660045206 +0.5766551646907138 +0.6574572919834331 +0.6914911419628373 +0.6320769512499664 +0.6811087521497852 +0.6386437265826179 +0.6046658098423272 +0.6776222140599525 +0.6527018962913863 +0.5993606694158954 +0.5717916662850335 +0.5777055608919098 +0.5416661541655338 +0.3938127616771802 +0.2683321199439626 +0.18953419553750772 +0.14419781049444422 +0.1542010533121179 +0.1504079471262831 +0.22821423643566047 +0.2637258352722957 +0.3347635274621951 +0.48211838612779995 +0.5728757535382559 +0.6206773602003618 +0.7041869474845759 +0.7346871122451323 +0.6758045573790236 +0.6844142072386343 +0.6420310816605088 +0.6249359849427529 +0.6760071739368457 +0.6909868961527146 +0.6218001664103557 +0.6095199642836691 +0.5776547824863951 +0.5465974236492875 +0.4015465013309557 +0.276862548435382 +0.20741795970387217 +0.16891111954722107 +0.17548207701967974 +0.16787197123933106 +0.23545636573477885 +0.2819188212405933 +0.35272252185931374 +0.5545914792367647 +0.5995492861902909 +0.6221316053827439 +0.718397291798436 +0.7375273432605997 +0.6599931657374768 +0.7246138148028397 +0.6819794547214931 +0.6623001634392659 +0.7159693621514198 +0.7233606951218365 +0.6679469872008498 +0.6473214742530501 +0.646571400612794 +0.6030125747913122 +0.45127029155974085 +0.2966182034342031 +0.20415459671467193 +0.16280497490159931 +0.18950325430197018 +0.16234558114874614 +0.24706017392673046 +0.2710708212286001 +0.36460529793031726 +0.42141678732125676 +0.4862817930787132 +0.5486012603208674 +0.6136702440088635 +0.6232217818277304 +0.5793270953705827 +0.5719211732769796 +0.5294426665738329 +0.5217759460244578 +0.5568585343009027 +0.6476791960715401 +0.6167992188260585 +0.5930030775397431 +0.5612759727889102 +0.5414221617702544 +0.4012752520156125 +0.2866977177866791 +0.20992934629076007 +0.16380502094399116 +0.1729916060459161 +0.15907922051460635 +0.23026671266912405 +0.31479291073604243 +0.40972879064122036 +0.38831097292230654 +0.43376802873084025 +0.4315013441857004 +0.5617983089773848 +0.6111781354052378 +0.5479730906459181 +0.5570230247712576 +0.507894533842995 +0.5059308299060383 +0.5362363333792813 +0.5968526906037925 +0.5791575064267682 +0.548159549913978 +0.5577243415098136 +0.5180482434736771 +0.3816138086465902 +0.29123910598761443 +0.21308071474441054 +0.1686961836268407 +0.17938383601507069 +0.17077618856467805 +0.2523144852469201 +0.3540363828669335 +0.41652695080208174 +0.49447886081985165 +0.5508413752195607 +0.5989430303764377 +0.6804351411933854 +0.7137077025586744 +0.6519962285462183 +0.6645742385818711 +0.6235535920150006 +0.6037465924644576 +0.661598514015746 +0.6740609347177977 +0.6131583079982474 +0.5958440220163248 +0.5955310821586561 +0.5578410131240552 +0.4160059567152708 +0.29093568923477303 +0.21486922434030611 +0.16928430709016073 +0.17855326488480502 +0.16220998633155287 +0.25991544320733395 +0.3309265182701125 +0.4141866455910961 +0.49529752599793164 +0.5656330559505574 +0.6011240337566692 +0.6825121835050103 +0.7143128578892272 +0.6537506241783584 +0.6650039712797652 +0.625789271504865 +0.6078508578897294 +0.664096918382533 +0.6753146686091458 +0.6147923120088611 +0.5962918455851571 +0.5963620008371034 +0.5586343671021733 +0.4150350709004273 +0.2925418460188588 +0.21762217650723978 +0.16947027895951403 +0.1785607660488107 +0.16460199895853453 +0.2503374957001898 +0.32320119117362817 +0.40557606256623535 +0.49529764969235907 +0.5538863966156312 +0.600316346633143 +0.6805272555986427 +0.7150239493087291 +0.6554459466130318 +0.6668030804646236 +0.6252674569827416 +0.6092162621548106 +0.6646870483137777 +0.698847464815368 +0.6271370251657643 +0.5977726437676041 +0.596933638460355 +0.5636635715362887 +0.41523592351039756 +0.2925096714711098 +0.21857674284648937 +0.16834911378079553 +0.17419528983135263 +0.1618123870087119 +0.25430198874937665 +0.33492313389929473 +0.40441047297011895 +0.49629826906373176 +0.5517996815006475 +0.6000500813042657 +0.680264411264512 +0.7142217511819817 +0.6538741216533576 +0.6648284714433316 +0.6234501479463403 +0.6052852609286923 +0.7001021304271711 +0.6990738094112264 +0.6262340001486913 +0.5972666876312513 +0.5965425658353255 +0.5635921132271132 +0.41528878059254676 +0.29224666694999957 +0.21812932730212706 +0.16757841877466223 +0.17357377274883792 +0.16353982798174913 +0.2478092523382066 +0.33055588656971785 +0.40702133134438917 +0.49584206350885673 +0.554906015733199 +0.6184849306804977 +0.6805663621862389 +0.7137665272792572 +0.6546685885929032 +0.6665852789434616 +0.6267969614461709 +0.6094505926032585 +0.6643972230558787 +0.6748434438206267 +0.6140350415704217 +0.5966196018018878 +0.5967817931065367 +0.5638445486354051 +0.41626398827884353 +0.291691064164228 +0.21613097483139945 +0.16282261770434053 +0.16896932273297854 +0.1555511128270608 +0.25088012018378286 +0.3150029228326191 +0.4221219700365226 +0.3998185524598974 +0.44072687369333924 +0.546732492419531 +0.6142296658861482 +0.6241156668566286 +0.5854961505602487 +0.5737961368016018 +0.5311503021208758 +0.532885398506631 +0.5570774403854489 +0.6514371075884461 +0.6265049924201797 +0.6072248415628818 +0.5450636271523686 +0.5383912511591177 +0.40402126942717936 +0.28889533827271374 +0.22150091627140933 +0.1641100919658707 +0.17348888043825608 +0.16313446932034562 +0.23567753559154292 +0.32188923155417715 +0.41792622089591824 +0.39356296034451055 +0.4388839049869473 +0.43251556412021536 +0.5709314975111206 +0.6076690406404296 +0.5507921605729886 +0.5588848472932254 +0.5079172383618499 +0.5014676243048621 +0.5432297384259555 +0.600528545335394 +0.5817082937601905 +0.5499075118618552 +0.5641768600920348 +0.5211431750030554 +0.3859498794502053 +0.28297329169633273 +0.21829818032687232 +0.1680375310826671 +0.1810472935604892 +0.16988921543690305 +0.2495675410591134 +0.34512621635532764 +0.42155532705965 +0.4983537460042986 +0.5656955558414526 +0.6029193808865705 +0.681669879260235 +0.714861300861164 +0.6545732182959599 +0.6655496145434203 +0.6247401027898934 +0.6059257777127968 +0.6818950937164263 +0.7001536586352756 +0.6184802507887783 +0.6164447494059881 +0.5919179335978786 +0.5635396530991847 +0.4258447843140598 +0.30461169121885723 +0.2185219300691532 +0.16700216268629384 +0.18732009173753272 +0.16450269608011317 +0.2659465464103275 +0.34545395784302174 +0.4066921725388836 +0.4965703816979531 +0.5551691038967548 +0.601164390197189 +0.6813305346137541 +0.7135968512407888 +0.6544230950652271 +0.6653766540699012 +0.6256827608993256 +0.609254886920474 +0.6632027954444558 +0.674340044401815 +0.6145249658021759 +0.5969819678585251 +0.5966482983528065 +0.5628848040189235 +0.41489314941687727 +0.2913683987198974 +0.21489039147876657 +0.16783212399771244 +0.17503734308174443 +0.1610757953356818 +0.2682260967832985 +0.3498356934103931 +0.4180041368177925 +0.4952533451056724 +0.554418197300198 +0.6021854309036251 +0.6819536923697813 +0.7128197999875187 +0.6645251594059183 +0.6654734709166603 +0.6256823319676418 +0.6085059208224666 +0.6630630070182721 +0.6740158233467188 +0.6497207996879921 +0.6335623338709798 +0.6338313776897093 +0.5920573738989847 +0.41825993540523215 +0.30098092614135313 +0.2060184615828627 +0.16275817375950202 +0.17330358467329013 +0.16704447883339496 +0.2565852941330189 +0.28191872495349374 +0.35270802559814696 +0.543310780251633 +0.5964179868818519 +0.6425324164858709 +0.7227775701854173 +0.7559826764764886 +0.6967413337629723 +0.7140220417783189 +0.6697220411157523 +0.6496589312146278 +0.7011302417990757 +0.7136196025615746 +0.6515161917776738 +0.5956624226318001 +0.595683867350125 +0.5586070261250755 +0.4131553560580459 +0.2913311883727288 +0.20608263167139712 +0.1626057230432378 +0.17305579835573837 +0.1668996288226805 +0.25670417574686777 +0.2819187125085942 +0.35269970857382366 +0.5037683280304748 +0.5561573784738679 +0.6037785782298162 +0.6838318419076252 +0.7142604221532451 +0.6538197418361844 +0.6651437030193309 +0.62405492812891 +0.6073390595817233 +0.6636454324397093 +0.6743679263114819 +0.6119886231530469 +0.5957983090765062 +0.5958498470048076 +0.5584632288346228 +0.4132911619499482 +0.2914358415118463 +0.20385063793790978 +0.15693413041841114 +0.1680099231544782 +0.16271139743593255 +0.2285058559883446 +0.33898922700187867 +0.41856460001240553 +0.4036440704884826 +0.4447101119000515 +0.55140087972394 +0.6118826337242299 +0.6606548601706126 +0.6228419858091828 +0.6151695840467378 +0.5698360803389511 +0.5558956763737154 +0.5528239887855128 +0.6481830339389244 +0.6170348298128027 +0.6184996474885169 +0.5607747181320442 +0.5362887959853943 +0.4010657816395214 +0.2864641024604888 +0.20842898121966677 +0.15687993123315713 +0.1685234102123271 +0.16269593258999854 +0.2316278991452832 +0.31315934751317515 +0.39804149010122536 +0.3917322142928631 +0.43952740355798264 +0.42857944673691295 +0.5654574871087512 +0.6201876328615298 +0.5522556152049326 +0.5542921806398304 +0.5105696028796103 +0.4998119711350971 +0.5380984575337652 +0.6124541814453983 +0.5923419519336157 +0.5508049388115148 +0.5540777294769096 +0.5194610457195017 +0.38331658207602576 +0.28211084824148935 +0.21340989654047804 +0.16912272004782278 +0.18255217201979201 +0.16999682829314422 +0.26918956439412506 +0.3389590947717093 +0.4041970949945014 +0.4927935643664188 +0.555091647431388 +0.6028343606289198 +0.6824678105592779 +0.713164506783721 +0.692926326167922 +0.6668257181620372 +0.6375121823701634 +0.608369341079691 +0.6626667669616945 +0.6734022945740319 +0.6459136002155368 +0.5954376339887407 +0.5945558731202872 +0.5526314151551357 +0.410099080515133 +0.29159873600196734 +0.2072916078847722 +0.16973710504252223 +0.17858338799369566 +0.16522517588415955 +0.2532736374332435 +0.32688448435198864 +0.4017204134220532 +0.4946461578501074 +0.5543017529635637 +0.6001613039089949 +0.6800681093782412 +0.7134108889105077 +0.6525610741187859 +0.6640489338130904 +0.6261012708513097 +0.6089643380050321 +0.6629498031329626 +0.6738491757543816 +0.6115716305434514 +0.5955965757108285 +0.6035340235826302 +0.5530276194045438 +0.4107026550393559 +0.2918897785408016 +0.20618632056186048 +0.1627013832178367 +0.173657545601967 +0.1684354698639119 +0.26114949768994433 +0.32207144812684524 +0.4020150282101371 +0.49447139322393935 +0.5532726617210724 +0.601954415177333 +0.6817138909635497 +0.7151535070498448 +0.6672633142883835 +0.6661056582712379 +0.6244541531126794 +0.6457870602330598 +0.7000182119059466 +0.7110591330561509 +0.6514040777341096 +0.6324533954914244 +0.6310246409717636 +0.565570614921473 +0.4102119862972546 +0.29139025212831854 +0.2059759927461815 +0.16314618402098816 +0.1744748487379975 +0.1709662056527941 +0.26205718526844635 +0.32205291000661057 +0.40710314673941744 +0.49509380036553396 +0.5567098524201493 +0.601360684778012 +0.6811433750034054 +0.7149660633426265 +0.6546114221325825 +0.6652195280465439 +0.6250538591492681 +0.6093555870386177 +0.6993330652130988 +0.6982317267351026 +0.6124862396511317 +0.5976018023636976 +0.609805860069963 +0.5782804581148933 +0.4113030260582052 +0.2925870520054215 +0.21809904506763977 +0.1685733166089244 +0.175050068292852 +0.1615992862790954 +0.25408484039317325 +0.33630956928540173 +0.40004932578606184 +0.4972955849069575 +0.556867443101517 +0.6022863729152974 +0.6808875156558021 +0.7140572022747373 +0.653852637403081 +0.665957445181961 +0.624539731224686 +0.6072590345653867 +0.6635332906671367 +0.6747193515800026 +0.6134706119094732 +0.6054380971267931 +0.5996117619523966 +0.5789203103249271 +0.4150261722785768 +0.29087568093628957 +0.21487320189945502 +0.16286674514716057 +0.1690164210743114 +0.15574357191993907 +0.2426178291503924 +0.34103535751249564 +0.44009320843310873 +0.3998986144625132 +0.4413846718679142 +0.5467041881515219 +0.631133529696978 +0.622297589030219 +0.6071104871880363 +0.6085329448201878 +0.5669092426135168 +0.5549583867526754 +0.5881699717754667 +0.6802505616535943 +0.653741724560334 +0.6277039117978644 +0.5584347608036219 +0.5363927675427483 +0.401484820021437 +0.28753902729068287 +0.21046097124090873 +0.16410719510287353 +0.1731094963542364 +0.15922533385855023 +0.24178587842278726 +0.3228796257367198 +0.41523782275874593 +0.3984984159909251 +0.43602454533376206 +0.4304804705385056 +0.5588562710609383 +0.6041024631063969 +0.5911472678250539 +0.5950156064154669 +0.5527551526523061 +0.5439877177698983 +0.5814015241499689 +0.631691846749932 +0.619208622173173 +0.5931392789262737 +0.5977297997925584 +0.5628424402406171 +0.4178290938236802 +0.3002875747479432 +0.2010863323776094 +0.16474450335648672 +0.17580760429807094 +0.164410414475404 +0.2675040189616323 +0.34073239443607845 +0.4268407291060089 +0.5316281147971063 +0.5931027727235324 +0.6021355605707345 +0.6825189602933354 +0.7513364448492691 +0.6900537582090499 +0.7015853110209155 +0.6252904072081639 +0.608374921702812 +0.7000892934493226 +0.7116631022031522 +0.638867770087586 +0.6245373612975235 +0.6102796374127366 +0.5810134894059588 +0.4299445750792097 +0.2940544098239322 +0.21894032743061198 +0.16771379636101383 +0.17511406121879383 +0.16686075099615774 +0.247672526722406 +0.333415177324868 +0.42098479999332666 +0.49854078084550346 +0.5597018246558404 +0.602687069895738 +0.6827163800282477 +0.7158188451737163 +0.655562014547614 +0.6664388242862667 +0.6256643571721645 +0.6074491229695548 +0.6653925589812792 +0.6762143472170206 +0.6124059490879206 +0.5948619294518643 +0.6066139534000778 +0.5661961353085401 +0.41616689412866326 +0.2916494995940351 +0.21842686409492418 +0.17368492427803187 +0.18121084891330505 +0.17593373881256585 +0.24796057439269886 +0.3291089279898866 +0.4119120786514478 +0.4968877992122063 +0.5563218352614191 +0.6004724957668618 +0.7166414642047808 +0.7498494898553897 +0.6536471664314148 +0.6647990623254355 +0.6234330690859392 +0.606268098975114 +0.6636105620099346 +0.6755283773190746 +0.6146495504573699 +0.5978889163215693 +0.5971868416333793 +0.554290047122366 +0.41507147962079866 +0.29381527284855297 +0.21812276724335755 +0.16794156382648287 +0.17450464942810787 +0.16383810066140767 +0.24772716088896293 +0.331369840954424 +0.41037041019077425 +0.49709270420481133 +0.5576944632595534 +0.6022633033788428 +0.6815472596610278 +0.7145521941676312 +0.6543236447844143 +0.6654512129568132 +0.6242879322160013 +0.6071365780983159 +0.664517961588322 +0.6760804360948229 +0.6147477438137106 +0.5942670540641605 +0.599960321106397 +0.5663912702249244 +0.4155434815832014 +0.2925161116676156 +0.2182079893927526 +0.1664453702219269 +0.1741844980635649 +0.16360880554598642 +0.2544520675298802 +0.3310371334252438 +0.40133024348099916 +0.4953085446597621 +0.5574763758760002 +0.6006039759759956 +0.6811919806100802 +0.7147569393176256 +0.6552318748106596 +0.6663363672231579 +0.623334010311322 +0.607786349351698 +0.663619342687671 +0.6757415093669089 +0.6134293537302822 +0.5963009361266973 +0.6052773387783233 +0.5573191249396129 +0.41531263342729874 +0.2923661259193793 +0.21558570794523946 +0.16399079236447062 +0.17304498971357757 +0.15933212663581792 +0.2345977022010186 +0.3124097477236838 +0.40999393904669 +0.40487357326579965 +0.4488334378337082 +0.5443283471055018 +0.6129269626270248 +0.6209838747909353 +0.5807735988599526 +0.5727076425349908 +0.5298182211269901 +0.5210466797280607 +0.5570249694445429 +0.6494267947836484 +0.616427798912603 +0.5894013251439167 +0.5390045471916238 +0.5376564265587417 +0.4015397061866477 +0.2872686921284691 +0.21829719571766895 +0.19076564470362603 +0.17280284135841412 +0.15930027388804435 +0.23150738948772895 +0.3154549806594589 +0.3988422358109717 +0.38640143721455555 +0.4353341688672849 +0.4294514139134028 +0.5661069594573086 +0.6068438895365901 +0.5514758860060518 +0.5550556902104424 +0.5111848076728945 +0.5002249250993269 +0.5359777437307462 +0.6047354374821767 +0.5782101383255491 +0.5495837316225347 +0.5564312288624653 +0.5207387757866635 +0.3841786203211672 +0.2818140608258482 diff --git a/example/run/baseline_scenario/opendss/profiles/load_2.csv b/example/run/baseline_scenario/opendss/profiles/load_2.csv new file mode 100644 index 0000000..f0b5a5a --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_2.csv @@ -0,0 +1,8760 @@ +29.25023129693771 +17.430552714896653 +20.658396813826066 +17.39694283007094 +27.538600164545812 +50.29656593280262 +61.21365011345274 +95.71373994818214 +97.47185713777453 +106.22832352446972 +141.166571165406 +151.04828753568827 +141.18377952628208 +135.18285918359405 +125.2862553235837 +125.53416503192726 +135.37641186927183 +150.19937325372075 +146.6365255885831 +141.923345897517 +132.29544354343875 +127.3189600977581 +92.77770706521835 +62.9348852534187 +26.736470849952727 +17.39721514164539 +20.658571204381996 +17.397126168933333 +27.593481015551088 +51.18467915262799 +62.53055130170538 +116.25172054925409 +117.83321295773422 +122.06279528433407 +141.18242926790427 +152.43151918637474 +150.604419245506 +141.41130777422353 +128.44754595204515 +129.17958799093998 +141.2988640495471 +157.15756146466774 +161.8375547160675 +155.4470568153766 +145.1421705941025 +134.67595354183925 +94.27986394254802 +64.55115282546714 +26.663049233609666 +17.422219889298592 +20.686454371898737 +17.396911175019063 +27.612845694473418 +51.435373276899156 +62.74009370500141 +116.23290743209462 +117.83321295773422 +122.06941544185389 +141.16744389762803 +152.43402809400519 +144.20711229306968 +136.14549534213583 +128.03069933000626 +129.98823518822127 +140.9156776220475 +156.08562487374184 +154.47451519514362 +148.89419974551038 +139.80379821456143 +134.74075497269922 +94.31252097429383 +64.48331832870612 +26.72870577619778 +17.397098178975536 +20.65857109008837 +17.397292447904086 +27.818510860998494 +51.16475847356699 +62.204960755588715 +116.21614128735057 +117.08027541738477 +122.02625273302498 +141.1579563839175 +152.3848395694321 +144.0389956869715 +135.97518689934563 +127.94811581887424 +128.29835746592198 +141.2235584918586 +156.1273164820936 +154.9004153493576 +148.89419974551038 +139.88956304947772 +134.784764099255 +94.31657011394769 +64.51355597458267 +26.737668169202173 +17.397215669746103 +20.65857173208481 +17.397126691104983 +27.747010950918675 +51.11336249061573 +62.074420248274606 +116.25199917679616 +117.51022471298378 +121.9253330212743 +141.1050284344366 +152.28098725944568 +144.6895367213951 +135.91911631466186 +128.04702832682023 +128.20730300856843 +139.934141206934 +156.04670466785032 +154.14732834076997 +148.89419974551038 +139.8719398714303 +134.85830898956982 +94.32231434676301 +64.50556919446038 +26.738178699140207 +17.39711200136593 +20.65863658574744 +17.397211922605106 +27.818725752355668 +51.143439627594184 +62.09492592884589 +116.25769192046857 +117.08027541738477 +122.039405709804 +141.18426404669012 +152.2596052916023 +144.3734161640305 +135.95110123528667 +127.99592289063881 +128.2531932534279 +141.8942922741767 +156.11822215144505 +155.025796311547 +150.06568661744075 +142.74659500882206 +134.9164564750979 +94.32212743840452 +64.56331239872296 +27.7153632983601 +17.399225807248694 +20.658406976934724 +17.396964160471303 +27.61267566850614 +50.33753794662199 +60.03598154945829 +95.71372814048559 +99.72724382302512 +123.39461868474461 +141.15939332462472 +152.46376670510742 +145.4976940044881 +137.72983452456887 +129.81277174755292 +130.26852453086207 +141.36756269555997 +156.1048069788172 +155.98099165552347 +151.5113100128105 +139.65769357858363 +134.80363197649203 +92.77581322637216 +66.09293511146252 +29.31565110826102 +17.397195348119354 +20.658551425951394 +17.39710665643091 +27.757499837231585 +50.47695399026315 +60.17496563403594 +95.71387086080978 +97.47200136248571 +106.04507100340972 +140.9239310333944 +150.37321838788662 +141.0553079046054 +134.54300030735527 +125.32857250868443 +125.50498563798322 +135.37211315041458 +150.24643423293787 +146.76120072278 +139.93144722622847 +130.57101640798336 +126.76846640298814 +92.75609083325207 +62.93549031946786 +26.707738827579195 +17.397261601017146 +20.658784501159243 +17.397336641590055 +27.825908567234084 +51.20861385191455 +62.137202141019245 +116.2207479205458 +117.18723723290124 +121.936924739301 +141.1508993451245 +152.29904455928357 +144.20455379611963 +135.9683484093157 +127.95223024014271 +128.61354038903454 +141.88642459315366 +156.06901256409188 +154.54063747559695 +148.89419974551035 +140.07542085443703 +135.08644043961831 +94.39900742285053 +64.52510299571384 +26.702040054255825 +17.39728495358515 +20.65880759305697 +17.397193874654203 +27.92765936309946 +51.242419480755075 +62.172004014494675 +116.22268018037151 +116.86413574564494 +121.9546967858536 +141.14566446874397 +152.04882900557402 +145.8914136901115 +135.97191151054247 +127.79418926027071 +128.11197418137735 +140.91953698679322 +156.08506013310767 +158.4513180666465 +154.1713474551991 +146.13083283772158 +135.19767399875533 +94.32860146410077 +64.55560428118 +26.728824194338454 +17.39717275918755 +20.65849255059278 +17.397048573819234 +27.467367608035065 +50.66260347950675 +61.772586978144886 +116.24519386342016 +118.5338916178526 +126.25157942954772 +145.7790187326891 +166.41805889467508 +141.33503913373445 +133.19293158728118 +135.221420131944 +135.27163654369113 +151.45388357460428 +152.77359158112085 +159.09777647754507 +158.68922323254066 +149.8598990670957 +135.29281687932385 +94.32834249592072 +64.54653842953496 +26.728575373697815 +17.39721998767125 +20.65857604728105 +17.39713094706297 +27.83353090026363 +51.153262742847275 +62.46047292190377 +116.2523651207712 +117.08027541738474 +121.96081639154163 +141.1903493207035 +152.72541134209166 +144.20113420896357 +136.1148802200041 +128.071550878491 +128.43833235760926 +139.51827609664545 +156.13016598024947 +154.43381625931258 +148.89419974551035 +140.206655526827 +135.30778369391365 +94.3972601713468 +64.53429123165225 +26.706728459279425 +17.397217483420246 +20.658740877759875 +17.39729359091287 +27.762577978679015 +51.10946899344327 +62.1532016510272 +116.21668658377536 +117.51022471298376 +121.93385076078792 +141.0948789928269 +152.34544006269684 +146.3625051732111 +140.95597939310548 +127.95134405168355 +128.06362690550318 +140.65750837962096 +158.88573945236547 +162.56293840065337 +155.9603069152041 +147.77868834397086 +137.19745872713992 +94.40457149750792 +64.501285639297 +27.704292884375008 +17.39721956673277 +20.658728169549086 +17.39728105003734 +27.468196890922627 +50.01213840349598 +59.86648074801768 +95.71368644831568 +99.24246134321359 +123.72614129736418 +141.23714741707383 +159.24326063099716 +153.83938734466068 +144.9650496592152 +133.25818844552032 +132.14351457755492 +144.99360751981325 +159.2753841657367 +164.94642478658707 +163.24091956356554 +149.46327894050057 +142.18122225581348 +92.77910557860048 +66.10231899935657 +29.30767658523814 +17.39712049295406 +20.658630191895323 +17.39718437106378 +27.468683158965923 +51.90244742586482 +60.924690839076405 +95.71393882942739 +96.96167199876173 +106.06973906283147 +141.45004621476528 +153.1848032699173 +148.2683871959722 +142.79175961995284 +128.91883766143624 +126.38966030432643 +136.47871587133062 +150.89787997450574 +149.1697076252733 +144.1305240732381 +133.9321957223434 +127.12517528633185 +92.76005994321 +62.97514270279729 +26.740006511768314 +17.397100753262546 +20.658456909904956 +17.397013415165514 +27.584531873282145 +51.50265423447293 +62.70870484088991 +116.24217772204739 +116.86413574564492 +122.02998016547245 +140.95750266099685 +155.17911481468394 +155.50514294722046 +147.22900776140003 +134.15049080927844 +131.67898828155109 +144.5397770576003 +164.21728396640782 +167.454447645946 +161.66052058152695 +152.67586884136065 +140.19521150971403 +94.33337759744946 +64.53782136575195 +26.734143275293626 +17.397167999490073 +20.658476633100033 +17.39703299325472 +27.38774603061192 +50.66263660915897 +61.77256187000692 +117.78478630936165 +120.36950259009151 +128.10304868188126 +145.1109975733838 +164.13255243216463 +162.35625549114783 +151.7732807604657 +138.32332166794635 +135.9228760448619 +149.19228525043252 +170.39239259983117 +152.11650908861714 +149.50271587169695 +153.35567269195303 +143.59716970662805 +94.3273036616347 +64.50067215930248 +26.739214865859275 +17.397196100963118 +20.6587259862939 +17.397268683074056 +27.44940162644679 +50.66267006553877 +61.82558267187852 +116.2159889296719 +117.83321295773418 +121.97121774082883 +141.15898723937482 +159.07550567991706 +157.64461957388926 +147.24320343907132 +131.89176406664188 +129.27864310916883 +140.65516998359723 +162.7216243033698 +167.7890000032253 +160.10481920000103 +150.75684260137552 +138.44512986184802 +94.32117436288681 +64.49950133139575 +26.7362934857659 +17.39715800647932 +20.65866728906044 +17.397220974271132 +27.528967021431587 +51.96266035728282 +63.0846451715566 +116.26036987634413 +117.72636438097668 +122.71482857890177 +141.13729843905287 +154.91964615129854 +154.71008934613076 +143.70435376918826 +128.5426627751395 +128.57324861353538 +140.95190713258498 +159.88425042239754 +163.8258122898036 +158.29620543572142 +149.069452111428 +136.96383436756548 +94.31880770156414 +64.49877036760158 +26.73278375912281 +17.397153670288503 +20.658663001792082 +17.39721674386423 +27.594097464809668 +51.25386332599611 +62.964811157374555 +116.25986283785569 +116.86413574564492 +122.01741938754688 +141.27518702982533 +152.3040141037673 +149.7527247306095 +140.06089988177573 +127.82963371800332 +128.31552719763914 +138.90194103124026 +156.1336775248428 +159.76549804240753 +153.2793325410804 +143.27328235605268 +135.84824689413955 +94.3281659939812 +64.56290290396265 +27.68480075343396 +17.414223755277305 +20.658402110407817 +17.39695936023359 +27.65285417282967 +50.39780959480906 +60.472697289238106 +95.71374454965525 +98.27362128595404 +123.13593279909294 +141.11295775610157 +152.3906648764813 +145.65431390293054 +137.69967539451997 +129.7197112041331 +129.79534696724207 +140.64697827935285 +156.0675657922443 +157.48085348244814 +154.96971400435424 +142.1244209138034 +136.0128629285334 +92.79506154911428 +66.14577604445454 +29.2883017107399 +17.4072221159867 +20.658404382090904 +17.396961600968986 +27.565818243934796 +50.34405288552937 +61.67022966142524 +95.71374817718963 +97.06804250701293 +106.13663424470082 +141.11751048984075 +150.75084349027173 +142.16444889335307 +134.66283935545226 +125.08356139275425 +125.47669857945509 +134.65509003896614 +150.20404509361325 +148.13643227979256 +143.28472704473222 +134.6832662272187 +127.47721826456558 +92.76316499801158 +62.950239353429765 +26.729174594464993 +17.397105031149195 +20.65846118400307 +17.397017631364925 +27.645649665650822 +51.02856659252833 +63.598161701694366 +116.2423773146918 +116.86413574564489 +122.10026542894511 +141.12406701227428 +152.1625094059761 +144.20248311901096 +136.28704318642372 +128.40125536118856 +128.26457720427513 +140.75280962764953 +156.0249939447346 +155.4171761711418 +148.89419974551032 +140.59878640175455 +135.84824689413955 +94.41691979045966 +64.5506860089257 +26.729737676478717 +17.396882750440696 +20.658621721132143 +17.39717617412256 +27.95734605606868 +51.303059802916444 +62.21457876324778 +116.23767971627106 +116.81261417634018 +122.06386737943518 +141.18515107499476 +152.08747079816783 +144.04094707356964 +135.94718228236593 +127.74696604269947 +128.27478201465956 +138.89096808603207 +156.0347576408138 +154.75578189120992 +148.89419974551032 +140.59581136279368 +135.84824689413955 +94.4610041384542 +64.5467929299226 +26.664566014281153 +17.39726817454834 +20.711596675499194 +17.39689863061203 +27.77195633666196 +51.134917913608454 +62.11753332536914 +116.23199753399028 +116.97416491996833 +122.26232404970912 +141.14873172824127 +152.08013775544643 +144.04624020783726 +135.94049194302912 +127.98139558252663 +128.43269221617234 +139.3806743362508 +156.13910429058274 +154.98070498079437 +148.89419974551032 +140.59943610750457 +135.84824689413955 +94.49635387523234 +64.5000206937293 +26.724310569517776 +17.397040793842617 +20.65868145745728 +17.397234954934216 +27.77856370650931 +51.15998445596842 +62.101798137980076 +116.26174721997954 +117.18723723290118 +122.18316907866458 +141.11869396554368 +152.16045107627517 +144.61324889897648 +136.09516142444372 +128.14430395759896 +128.581455096967 +140.3601441502165 +156.17206394274987 +154.98249336932986 +148.89419974551032 +140.6594194627199 +135.84824689413955 +94.50196378452642 +64.52663980495738 +26.72816347702064 +17.39713564465643 +20.658491771026164 +17.39704780477741 +27.66586062757786 +51.04231833118837 +63.05659563191312 +116.2449045238382 +117.18723723290118 +122.18827593097471 +140.9483607245351 +151.92733385488714 +145.07796670356706 +136.1127846420373 +127.84690755240968 +128.15601885317227 +138.99450661014555 +156.12908780713755 +156.07929894322933 +149.90165847797144 +140.77861505327016 +135.84824689413955 +94.5070635382163 +64.55887494535526 +27.691814971910816 +17.408195025543286 +20.658404066421237 +17.396961289599336 +27.73013684698386 +50.47496862266339 +60.17378617066588 +95.71373146207098 +98.2221121135591 +123.37885227424637 +140.91154820181296 +152.09714212991443 +145.71845725192347 +137.30185085254118 +129.69999230456799 +129.74201836072763 +140.70666573633736 +156.01493085997765 +154.77897098710437 +148.89419974547442 +140.28015890348303 +135.84824689413955 +92.90005796437958 +66.1028727899338 +29.308353939142975 +17.397086293538692 +20.658611171883013 +17.397165602501698 +27.799212114865057 +50.5264830146215 +60.18438822313 +95.71381518266402 +96.66443634103926 +106.28148705169762 +141.37965531381326 +151.0313946143632 +140.92413305015953 +135.06710289377105 +124.83910288824552 +125.52971693338382 +134.8703674661835 +150.13494264441226 +146.54090324269038 +140.3661753849501 +130.50503572073038 +127.03198162700517 +92.66625784509581 +62.95312804310457 +26.730446778269055 +17.39699597740497 +20.65852188743072 +17.397099011292028 +27.81508912730679 +51.178274443812334 +62.11282103835276 +116.2469669533657 +116.97416491996832 +122.13736482330745 +140.9391572879047 +152.18504101518786 +143.95718772362588 +135.9669180396005 +127.71311865137602 +128.04287259993356 +138.72546156448135 +156.03114338606835 +155.41717617114176 +148.89419974551032 +140.78440837937933 +135.84824689413955 +94.5655064166185 +64.56098102502091 +26.666670578359756 +17.397382440140017 +20.71169637254624 +17.396897022965085 +27.840409301155088 +51.1918575247808 +62.15529049724993 +116.23062564571688 +117.13571529307004 +122.19312813282554 +140.93325688744054 +152.29353090566684 +143.96670292962256 +135.84731990207845 +127.86645241883122 +127.97743024883172 +139.02476813599662 +155.97311754581003 +154.86453716538864 +148.89419974551032 +140.72384398331383 +135.84824689413952 +94.59161968934043 +64.52642086054337 +26.731693678262214 +17.397133210401307 +20.658547300878563 +17.397102704010642 +27.46526800049293 +50.6625639523642 +61.77263013845345 +116.25044619271198 +118.31775194611272 +122.9541069979395 +141.16904261764725 +156.93387274965218 +156.33136498787144 +145.4999329191532 +129.3911058517424 +128.83853494388467 +140.91554665744252 +159.73333846107758 +164.0816744913152 +158.03323220196685 +149.40046040780538 +136.40070844577997 +94.59502653654125 +64.54819426070965 +26.73359367463425 +17.397110660917246 +20.658430385717324 +17.396987250847857 +27.538472996386517 +51.17413334568327 +62.9110613286288 +116.23870022135601 +116.86731711162558 +122.24007771735542 +140.8832647482743 +152.12732035859767 +147.5574956677139 +137.40402982671586 +127.7532746885567 +128.16829291507833 +138.99900873971913 +156.01477327101537 +156.76525656700318 +150.85538743299296 +141.51234831548288 +135.84824689413952 +94.64408394575018 +64.53004062795321 +26.681390509197076 +17.40990105102478 +20.698895597978698 +17.396906798871044 +27.713950782893917 +51.067780096777724 +63.732802011519084 +116.23140843197223 +117.13571529307004 +122.21742096610697 +140.8732253733027 +152.41143242919978 +145.17770717488193 +136.87097976461024 +128.02891108206657 +128.123267655745 +140.25559057640132 +156.05906776014854 +157.3130604214576 +150.59581423656084 +142.62301124656452 +135.84824689413952 +94.67011314115572 +64.49198022048014 +27.70156309197919 +17.397127147112414 +20.658766164730284 +17.39731854557753 +27.697492371133706 +50.49247345228537 +60.13943982202782 +95.71369110458016 +98.06046692700872 +123.621975850464 +140.80649295296413 +152.02639881655983 +146.00745790743665 +137.39950345704096 +129.46354758973598 +129.4740229519549 +138.22208535394296 +156.12481037711927 +155.28879886597227 +148.8941997454744 +140.41229310469922 +135.84824689413952 +92.92483523819298 +66.17195698853216 +29.23239967510182 +17.433907928631175 +20.65860913623557 +17.396952446004963 +27.860619408031535 +50.578435539111695 +60.229770249485924 +95.7137485654508 +96.35211755018581 +106.00197855079786 +141.52449558786367 +151.03437150661472 +140.9973636373278 +134.47777433406287 +124.83322161340571 +124.95702028410524 +133.93764098428218 +150.24341251678962 +147.03299532930512 +140.52063841836767 +130.6048439345031 +127.18590242495223 +92.67316205669266 +62.95752847234735 +26.737904958373427 +17.396949363112395 +20.658686615609156 +17.39703001000466 +28.00988388027526 +51.340796519219 +62.261792353002335 +116.24279092984607 +117.72636438097663 +122.27833182604896 +140.90963386636525 +152.3805947321112 +143.94099348515198 +135.89065463315214 +127.73148327810271 +127.8544690180362 +138.1471472529959 +156.15544441567008 +155.41717617114176 +148.8941997455103 +140.8468159691099 +135.84824689413952 +94.64692136648024 +64.56844137278212 +26.66098991936425 +17.45009027052234 +20.658595134247797 +17.397149942088493 +28.032798052588937 +51.36958453416438 +62.2827091558217 +105.23030310471563 +116.48962669625762 +122.0675174735478 +140.8297866492785 +152.19208353787423 +143.8834842229655 +135.8851743291553 +127.769494326972 +127.97824884408676 +139.88108125000414 +156.13098461676256 +155.25489312846048 +148.8941997455103 +140.84787727807674 +135.84824689413952 +94.68077208591745 +64.54287450807115 +26.732077863444943 +17.397082564334994 +20.658438736271265 +17.39699548905177 +27.798447195465616 +51.16770500845849 +62.13067217059928 +105.23549745557747 +116.81261417634016 +122.23024557162258 +140.9069912280294 +152.21146723281288 +143.8964584292858 +135.83932570184936 +127.79663147336092 +127.70243187879696 +138.46924661631465 +145.10085530708284 +155.25507647520487 +148.8941997455103 +140.90515982983248 +135.84824689413952 +94.6827028115597 +64.54943276471246 +26.73282781818644 +17.39690516964129 +20.65864356246019 +17.396986907832932 +27.847889013811127 +51.16630008842525 +62.10022342093731 +105.23460932592435 +116.48962669625762 +122.23196651898867 +140.83022690733267 +152.20309862397943 +144.2471733638482 +135.88334278885594 +127.73566063965808 +127.77083180185987 +138.25294834363504 +145.14182784577665 +156.1671162686947 +148.8941997455103 +140.90636229635518 +135.84824689413952 +94.69066058414732 +64.56143869770409 +26.707350544058595 +17.415684896466395 +20.65840163639315 +17.396958892677446 +27.76991750492787 +51.137308772434274 +62.10694421855465 +104.40521403790599 +116.48962669625762 +122.24996252856653 +140.8140391938568 +152.12044707646893 +144.13999973302336 +135.83164986489945 +127.752423036492 +128.40173904279638 +138.45250160822985 +143.76028264324026 +155.41717617114176 +148.8941997455103 +140.90772918612615 +135.84824689413952 +94.71436921235617 +64.55904310693664 +27.648318003562046 +17.4429842713178 +20.65839409209578 +17.3969514512138 +27.773692920416334 +50.51104595418779 +60.182338455472745 +84.54819455589856 +97.89911539991186 +123.72501992824371 +140.7141092975367 +152.07289673043064 +145.8616194020151 +137.41418069043027 +129.93654174758046 +129.44731798329275 +138.3170105117096 +144.3574109551204 +159.53879379399254 +156.55348822736642 +144.5087126316598 +138.34340120399165 +92.9293534326499 +66.17315606332856 +29.229402271155685 +17.4341161754748 +20.658395658204245 +17.396952995968732 +27.52199102592753 +50.29137280213504 +61.510883053801464 +84.54818361317487 +96.35210770918613 +106.00192089535221 +141.57507811157024 +151.11444999799377 +141.00789690355467 +134.39603036744344 +124.83181595495165 +124.96913976511732 +133.75286922922427 +139.09733355231796 +147.36041084563112 +140.66213369893973 +130.61658666386276 +127.2560458448229 +92.75703976166474 +62.937883058778276 +26.738773506368478 +17.397010522273288 +20.658557827561467 +17.397113135292827 +27.971069645334385 +51.27130565482433 +62.21077514438888 +105.24417621802483 +117.18723723290117 +122.35304323498296 +140.76641649592858 +152.00677089272344 +143.95059682851675 +135.82746668803063 +127.76023964736407 +128.0158623585538 +139.16291851672287 +144.97803632265862 +154.73320659718158 +148.8941997455103 +140.84823490398648 +135.84824689413952 +94.73284647849155 +64.53252478208512 +26.6794193500212 +17.39738129886368 +20.71169511952669 +17.396895869131882 +27.86291547666564 +51.19015534561619 +62.13950339757857 +105.0111891314398 +116.48962669625762 +122.30111844343814 +140.76698616857607 +152.00448833667704 +143.95168022471358 +135.79808426190093 +127.7937887312068 +127.73686036933336 +138.06128800352 +143.68257278858417 +160.07838180378553 +158.27449742586475 +150.57284979120877 +140.99164741981468 +94.68442841249609 +64.53288998071247 +26.733522152407613 +17.397091325777787 +20.658590585938644 +17.397156028605593 +27.434064537362943 +50.66254774758012 +61.77250588583952 +105.03521783891698 +116.86731711162558 +125.41253146989007 +142.64847611886407 +157.51858571334023 +155.4889753122144 +144.59234401605954 +128.69900453201447 +128.1514843895898 +138.46586014024055 +148.1479270531439 +163.76600837664378 +157.3982662217607 +148.8632989537442 +136.62582652866018 +94.70551671016582 +64.56612622651436 +26.685402848999438 +17.429217200709633 +20.6583972456452 +17.39695456307311 +27.64126227354125 +51.46466136494247 +62.7891774609461 +104.94549194944648 +116.48962669625762 +122.30047554241706 +140.76751594215511 +152.17110916626265 +146.8456594089411 +136.83128197493676 +127.7906099743462 +128.1490156290611 +139.03126353343 +144.3043887188275 +156.30456133378206 +151.18050355846916 +142.9217817347576 +135.84824689413952 +94.73761588087885 +64.52931316117547 +26.682682113896032 +17.41166292967983 +20.69712363497505 +17.3969074220654 +27.579760791973012 +51.17962472245349 +62.612464654579746 +105.01263027290443 +116.48962669625762 +122.30139469447184 +141.00869502317227 +157.58150156493085 +155.887299113424 +144.56220106809465 +130.96789506239725 +128.03436709847966 +138.2617610422038 +147.60374330398656 +164.14901648891387 +157.3049067427842 +149.49588621131664 +137.2429100847859 +94.69535461857986 +64.56714811650946 +27.68326811657339 +17.416978350700358 +20.658400556119823 +17.39695782632631 +27.549664734657195 +50.449609561680795 +60.658834301279285 +84.54818829567564 +98.27680154652128 +123.77705485375552 +141.0841851741086 +153.1462666065197 +149.21104188581367 +142.48114593190886 +130.84958759640554 +129.55986806632268 +137.94947025321233 +143.74777443811064 +160.7033423851926 +158.66629004556393 +144.84782194003364 +137.42217976708423 +92.92959870356735 +66.17523857839146 +29.230807593830797 +17.435864464230992 +20.658395091262594 +17.396952435479296 +27.606349472494262 +50.342748484249846 +63.28487066680174 +84.22515698495472 +96.35210858101647 +106.00198024922894 +141.76278713306132 +154.74956299783082 +148.361561475065 +139.52785174494215 +126.68228980421026 +125.47574976412403 +134.721531260812 +140.8408141769681 +152.55731572139 +148.05239691145744 +139.59376470159032 +128.42055126400717 +92.74729029042575 +62.927310864636866 +26.736856790321813 +17.397088771866173 +20.65859882618498 +17.39715342132441 +27.60748938616131 +51.31680091261695 +62.838687074202085 +104.96346937236537 +116.48962669625762 +122.25956606551789 +141.04651491880855 +155.41019651798956 +156.07353038178377 +147.09889683278197 +129.67499337015687 +127.76790187873503 +138.1951917915308 +148.11659474493206 +161.9322444768611 +150.6876472734641 +140.90743729679414 +135.84824689413952 +94.71920615826996 +64.54259261230254 +26.67313531076125 +17.447933205193745 +20.65860320110309 +17.39694650471046 +27.906840230442697 +51.25727317139705 +62.20797921746709 +104.1544128486908 +116.48962669625762 +122.23151224799646 +140.90736099728505 +152.37101954809665 +143.8494174689822 +135.88388146931433 +127.76030821684127 +127.98282932600094 +138.02533773885713 +143.83443369970612 +155.25547424147965 +148.8941997455103 +140.90585757777262 +135.84824689413952 +94.68372165901431 +64.55315833029316 +26.73292748696407 +17.396885161097835 +20.658412351089268 +17.39696946145992 +27.77093181033061 +51.144762801412455 +62.09626405355269 +105.01804020392125 +116.48962669625762 +122.29739108776413 +140.82644868910148 +156.48695077317007 +156.01764203276585 +149.1941373739086 +136.5950090063244 +133.62695834731662 +147.11039953928207 +140.5403507339863 +151.972575014242 +145.59353266298564 +137.66159080053245 +137.3193869780185 +94.680202532931 +64.51700396969342 +26.734285777147694 +17.39721702420769 +20.658725655394836 +17.397278570334272 +27.43535170429683 +50.662727683817366 +61.82572406801632 +104.77954877992991 +117.403376904641 +122.27922137541 +140.90802891855466 +152.7981278939606 +152.66450698807498 +141.44720712427895 +127.76321998483989 +127.98525576333508 +138.9880888650014 +145.67003079065387 +162.19979101309704 +154.2093307233355 +145.362394932685 +135.84824689413952 +94.67840780416697 +64.52850358468602 +26.732784125344022 +17.39714725991943 +20.658503378292544 +17.397059253429468 +27.723831866761998 +51.087363175593175 +62.69954394772542 +104.05675072237914 +116.48962669625762 +122.22530423542172 +140.90135706822352 +152.4573181473187 +144.9850450946248 +135.88667712834282 +127.75555822929311 +127.83735582189271 +137.7576491124525 +143.68293987232062 +155.14738608239523 +149.10911186901967 +140.84645630635984 +135.84824689413952 +94.6775160469787 +64.52583993433916 +27.714705381016582 +17.397167559131134 +20.658523659810793 +17.39707926167392 +27.74550860053904 +50.497608325589894 +60.16710696791457 +83.98296246212699 +97.73768586463004 +123.66216926492633 +140.7811816132147 +152.2156992061788 +146.00871493507447 +137.39695334493769 +129.4439797220697 +129.49834069547248 +137.82724241628387 +143.6670874154882 +155.41717617114176 +148.8941997454744 +140.41366774750588 +135.84824689413952 +92.91509330906429 +66.16785381922406 +29.256537197064414 +17.422499958851535 +20.65839942563785 +17.39695671204807 +27.758636373753998 +50.492643100306324 +60.16178463926905 +83.76786972414202 +96.2604241527303 +106.00198253779516 +141.50739943055686 +151.17521839453343 +140.9973159047911 +134.48950394535842 +124.75811456300107 +124.84207096798113 +133.6683820085983 +138.4202870903489 +146.90737347410504 +140.51432990915035 +130.59871941338744 +127.14766774307724 +92.71531973185685 +62.94232347745103 +26.74068069770983 +17.397134837366693 +20.658490964944537 +17.397047009665506 +27.584927960905016 +50.97404265636506 +61.99803236980795 +104.48647774683776 +116.32807632124852 +122.05512010864277 +140.63104090905765 +152.16824132737875 +143.91289977135733 +135.8432967436957 +127.79995487133823 +127.7132991628515 +138.16142558584943 +144.05690596819963 +155.94520359374724 +149.08117640644068 +140.7855832239303 +135.84824689413952 +94.6694478847282 +64.49932295422191 +26.71480110567721 +17.39712589881884 +20.65876494047133 +17.39715135815871 +27.7543971539242 +51.182439602670776 +62.37961860037326 +104.02883078631173 +116.70576636799746 +122.21577952681591 +141.055210559012 +152.27137253226988 +148.1396340060461 +139.44084682077005 +127.85403964120698 +128.0861838855681 +137.8823993684899 +142.82892615232674 +158.98159648289595 +153.07151482138156 +143.74758730532898 +135.84824689413952 +94.62951411019473 +64.56248243075339 +26.657231065435003 +17.446595571846114 +20.65839161187404 +17.396949004816232 +27.703585688912067 +51.06761139796788 +63.11074195349137 +104.04686172823294 +116.37959789055323 +122.14448066036661 +140.92891465051963 +152.2680483526734 +147.35349514882216 +138.6389616809925 +127.75586385110354 +127.99029821853902 +137.80549062516008 +144.16393949409846 +160.86728598959783 +155.12450221670196 +145.80955909609682 +135.8140924022881 +94.59303462797337 +64.52651756224344 +26.733414391122675 +17.39717298060052 +20.65855445974911 +17.397109651280697 +27.59972363097705 +50.953361623724724 +63.97203545799293 +104.06136582496103 +116.32807632124853 +122.1999698421553 +140.80609153029644 +157.66338675268923 +155.51831199355175 +146.2803450767378 +131.2914067286993 +128.0324135956402 +138.740607288811 +148.31812711877512 +166.01573546124612 +158.75685344346562 +149.56347767351446 +137.36987518415296 +94.59101380444626 +64.52542093755952 +26.73263029003556 +17.397223006747897 +20.6585428551312 +17.39709820097275 +27.518963649425384 +51.833290264648674 +62.98444257514823 +104.34691145829449 +116.32807632124853 +122.13612131999946 +140.8634901739249 +152.18364466221823 +146.96331724407244 +136.93234515291064 +127.79113277755253 +127.79218125767909 +137.92695865131827 +143.4245961948481 +155.41717617114176 +148.89419974551032 +140.78367256550672 +135.84824689413955 +94.58815599303993 +64.52025827589549 +27.708168851326246 +17.397178306210915 +20.658534397957908 +17.397089855994277 +27.781472771541477 +50.49876677699215 +60.170265582440194 +83.90218737956481 +97.78921752368278 +123.45604759328779 +140.7072027746752 +151.88647182128435 +145.71094159398396 +137.23387914860257 +129.51706371906764 +129.34002616296394 +138.20107222002514 +144.08266457114118 +154.81407692806948 +148.89419974547442 +140.28234188877005 +135.84824689413955 +92.8981674555916 +66.10229764228731 +29.29903543614743 +17.39716293729691 +20.658661735167414 +17.397215494043472 +27.735120441415148 +50.490133158362866 +60.16934535130711 +83.76960639028907 +96.3118414931628 +106.00166882810807 +141.3165092486204 +150.906004606845 +140.98024161416967 +134.51225009915422 +124.85449280211583 +124.7579385236967 +133.4381503092405 +137.69008891850356 +147.24126345549024 +140.51867549235834 +130.58455622488597 +126.97229817976519 +92.74293685561152 +62.92350602444876 +26.70734293876948 +17.3972380056187 +20.658761169628725 +17.39714760075639 +27.8206046669082 +51.215054655363296 +62.123107708789604 +103.95917864325602 +116.48962669625763 +122.13536085898899 +141.11492866424445 +152.0899134235505 +144.03582530057315 +135.95637179172385 +127.81855759598776 +127.84515694354056 +138.08323569506604 +142.55729303703902 +155.146644442 +148.89419974551032 +140.66145981971118 +135.84824689413955 +94.50618931508576 +64.54490591540007 +26.730234296243673 +17.3969194289245 +20.658446222043867 +17.397002871797724 +27.848435053379657 +51.1717287497023 +62.14774818490656 +103.98120633704414 +116.37959789055324 +122.13016909483011 +140.95504285547003 +152.0686227978409 +144.09773919891137 +135.83251164662198 +127.83431770065984 +127.91718440631196 +138.04314501275536 +142.51842736264237 +155.08146533069643 +148.89419974551032 +140.65867638279562 +135.84824689413955 +94.50069587420515 +64.52504856706057 +26.72838043665649 +17.397145067119673 +20.658501184597384 +17.397078634699984 +27.750956772909895 +51.101250836949035 +62.08791026497086 +103.95177260098563 +116.32807632124853 +122.12789390981006 +140.94202565440386 +156.722911043355 +155.7613177749851 +147.9436338606646 +134.61127160354513 +131.49566631481213 +142.56336630331572 +150.0388492780987 +163.81562454801664 +157.15580404962594 +148.35905560600165 +136.76097943748897 +94.48923995106375 +64.50354356592263 +26.702242865523118 +17.397170990793867 +20.65875683843923 +17.397309341744556 +27.432528502567692 +50.703730965314215 +61.78429263769797 +104.78407620207572 +116.37959789055324 +122.05354987106092 +140.91891375600022 +162.74220285135996 +161.79259386320405 +152.5877245048504 +136.950926318492 +133.50998181297854 +146.56174864592165 +157.73133614645667 +173.61888823209554 +167.64010107860736 +158.3430821804993 +143.57004609493976 +94.41869575515388 +64.55109451723925 +26.723532911983522 +17.399445753394204 +20.65840640619644 +17.39696359750562 +27.413451572994443 +50.662699455013936 +61.77248197346732 +104.80316108150613 +116.6511774398858 +122.10117111979471 +141.66841899735672 +162.7283917783576 +162.2184383913636 +153.2358593088052 +138.5342960822522 +134.1397586878547 +146.73021669311376 +158.46914053842067 +174.98294375440145 +168.11794486462767 +159.10332069175544 +146.2391700935094 +95.75480784758913 +64.52317303651941 +27.679773528480155 +17.3971949619958 +20.658724862541614 +17.397277788532648 +27.32962103593728 +50.012076919129505 +59.866536516268944 +85.41710444286521 +101.49580177749206 +127.94974288567491 +146.29068799388014 +166.0561138247443 +161.4748317610804 +152.3044123947312 +140.16288690885304 +138.43735999216125 +147.75991262947247 +153.80624669887658 +172.20624965080998 +170.13025222468843 +156.57429521413053 +149.37811618467646 +98.89652052254733 +66.14637440419092 +17.397102399167224 +20.65856151663612 +17.39711661005575 +27.354048208995792 +50.87042658590497 +61.135952528500454 +95.71388152834389 +97.514842329014 +109.58787340512235 +152.96147166463143 +147.38082478204547 +137.86954638936223 +136.12721178218166 +121.49374475186308 +121.79634147048662 +130.08657973739423 +133.6026237709196 +130.89647034206197 +137.13941058185563 +127.29933612237124 +129.59613494288078 +92.7643231598719 +62.92940935900686 +26.727890747778172 +17.397008624087587 +20.6585300457764 +17.397085680183235 +27.23139515947869 +50.66254732426102 +61.772613827292815 +117.02085837709484 +118.00093724558876 +124.89575032640978 +145.29035258660002 +167.59660859161878 +166.22751562619635 +132.54337772578762 +139.35558339313417 +136.07471835151705 +150.6939967337467 +159.9018215455633 +137.71578283581792 +145.5935326629857 +137.2277973714449 +132.54757981161492 +91.02572731500362 +64.555841899813 +26.709036425126666 +17.409976765991342 +20.65839322688552 +17.39695072164547 +27.19440984192006 +50.66269918153566 +61.77248170066272 +127.70662735967677 +131.8552541455224 +119.31063627443163 +145.39992949099016 +185.07474042923704 +193.32681255864952 +189.75389533100508 +174.18617055841324 +166.34413560997555 +170.70090789247615 +175.0504257928098 +171.26573502921565 +167.83517415839148 +152.8995577493973 +135.65990511639768 +91.01915158364089 +65.58056125809028 +26.734719363016016 +17.39696103944597 +20.658494195614 +17.397050315397063 +27.181558691517413 +50.66251296054302 +61.77258012121948 +112.94579921580254 +113.40509928547283 +121.36258964910513 +158.25815331685902 +187.35744625342258 +193.36742308596595 +185.15553593285173 +173.81318472901017 +167.78821904948788 +177.68011047506027 +186.38109006168827 +184.13857947563037 +177.11204104299784 +166.9953184730933 +143.4640809007918 +91.02134596924182 +61.21583179807646 +26.738819054029815 +17.397064410216927 +20.658596164247946 +17.39715091399879 +27.181657937262067 +50.66261112217027 +61.77267641013091 +128.09169407772 +128.25708711298032 +137.2790217464141 +138.44620537461253 +149.13556072152176 +141.0962752268879 +132.56059849160525 +135.42500305792746 +133.74610073192295 +134.19840019959784 +138.55154446282833 +137.69859568870498 +145.72239756260652 +137.1623057138013 +132.38605452956216 +94.97337709380507 +64.53175136799858 +26.740900350211604 +17.396987729635857 +20.658520523071946 +17.397076285518363 +27.181584308340774 +50.66253830040647 +61.77260497492367 +112.98351133961143 +124.77436257925844 +132.35795739311564 +150.9814615860897 +148.89448272256837 +140.82700569850965 +132.75319971566546 +124.4247138293882 +128.36219029336456 +140.11696197478852 +150.67992248883473 +155.61763278502283 +162.15062083037088 +153.7563082424004 +142.41896477273988 +94.33415897932248 +64.52997474050446 +27.71629936137582 +17.397229110407384 +20.658549824790644 +17.397105074832 +27.4032911735044 +50.01209357338797 +59.81342333552534 +84.70965517734689 +98.27694285476096 +123.67096806495846 +141.13661261280933 +154.48487156977222 +149.83259885565442 +141.50616094981802 +130.73704457776057 +130.09546379933911 +139.55159691817593 +143.52492906044048 +149.30466965732765 +161.09413985193441 +148.32630073461175 +142.38696072002986 +92.76972760463147 +66.19791154629524 +29.24453415867687 +17.433959533676358 +20.658383423561734 +17.39695236518642 +27.44682765342082 +51.76830786560703 +60.92871346221054 +84.7096761258028 +96.66687288192155 +106.2712501312625 +141.41069938346627 +151.6680185076906 +147.29500548518126 +139.73600449636373 +125.68276821720957 +124.99319444937106 +134.43107116539775 +137.8739356569084 +137.94344514021296 +144.41024993076064 +133.9164038420767 +127.11400008461948 +92.7679337276799 +62.9308479315905 +26.73669865091167 +17.39715620232023 +20.658665505682485 +17.39721921338408 +27.612573713367777 +51.00609864771554 +65.75764905500564 +105.25602943629688 +116.65117743988584 +121.88960467532429 +140.85311705107813 +152.10260722776943 +148.87758277027382 +140.01681925070713 +127.71758975020651 +127.81653920923172 +137.50208003203488 +145.52309878949782 +151.23377123009496 +158.5355950298543 +149.59058050110346 +136.6029724049053 +94.32960952829369 +64.56814442989585 +26.725071315990608 +17.39881388376451 +20.658406617071968 +17.39696380550929 +27.599360853021654 +51.51683140400284 +62.80819308346756 +105.23384532946322 +116.8126141763402 +121.93943921586086 +141.1124822512562 +157.70681721298084 +156.7517380097299 +147.62387549524166 +133.89562326432468 +130.11895173584213 +141.3762693591582 +149.22712235779724 +153.0538279424999 +160.257924030343 +151.0346064732188 +139.1703253894416 +94.40305166051984 +64.51109828464544 +26.73019811319746 +17.397137198803772 +20.658636100110655 +17.39719031243121 +27.374044015125143 +50.66265024237176 +61.77271478785394 +108.57641403385439 +120.60817335479378 +131.71022303305867 +151.05926353620262 +148.9665770683499 +146.1259377922449 +139.2458193460592 +124.78096580385325 +124.59364333855196 +134.2666563724946 +138.066245245323 +138.16927449348015 +145.59353266298572 +136.96633436779192 +142.2921764940865 +95.14984943564654 +64.57856297473154 +26.7073199052536 +17.40939652655195 +20.658404866110047 +17.3969507998099 +27.31026422664278 +50.66254504317648 +61.77248175685599 +105.01841883059056 +116.86731711162565 +121.88557824520092 +140.90577402827552 +153.7047539123904 +154.241806706105 +143.52088611589045 +128.15864656710713 +127.80147233738995 +137.521933981561 +143.11183098230467 +148.27922944461585 +155.30493929444734 +145.1821629462235 +135.14319620438445 +94.36796323859555 +64.57733769511889 +26.659374689071388 +17.44697311278281 +20.658391489489127 +17.396948883490534 +27.616843026063712 +51.779847786262685 +62.99139512910494 +104.72825688367357 +116.48962669625769 +121.88503456601877 +141.1458273203364 +152.22454613863863 +149.17815987352378 +140.57558467891533 +127.71897856574384 +127.79284741774245 +137.5218936239739 +141.61383337707525 +145.44305736136027 +153.68944999382217 +144.29030265001526 +135.08637305150674 +94.32894797219181 +64.58063147115666 +27.70296134855144 +17.404046814690744 +20.658405412447134 +17.39696261689646 +27.62805804332487 +50.37167383721219 +61.08846614855637 +84.03427504888326 +98.1152676294829 +123.16955716689101 +141.04313755251042 +152.58014925687635 +146.447282335885 +139.78524015788963 +129.4485279229955 +129.53749735316833 +138.36931650630257 +141.35216093879419 +148.51005604358394 +158.36320070133064 +145.09289269545977 +139.15103411362315 +92.78343634760557 +66.10846175031818 +29.308218472696055 +17.39733479211252 +20.65840711070856 +17.396964295100776 +27.489404961757153 +50.259087624521214 +63.41157583616894 +84.03627718496618 +96.70982177787268 +106.00200040907036 +140.78230738116937 +150.30080395013294 +140.98866193879627 +134.55308203584508 +124.86204658816118 +124.76146512190833 +133.16582076930246 +136.34134296254018 +133.151377239506 +139.78273949799996 +130.59273675320728 +127.49497296115268 +92.78972861721927 +62.96804897737925 +26.660827176360936 +17.44833374368971 +20.658391048383265 +17.39694844901128 +27.643795505364086 +51.0031875151073 +63.07038957873341 +104.1874619840851 +116.48962669625772 +121.87682552216691 +140.8641800415753 +152.1885108916471 +147.69651045738354 +138.6041311047249 +127.93474726404598 +127.75994051823277 +137.54503043696656 +140.90200475987257 +146.09239740748384 +154.13130829367495 +144.04264025933438 +134.91614370725006 +94.32233579942512 +64.4988305538688 +26.73844956637807 +17.39707989952303 +20.658719816912544 +17.39727280644201 +27.62262883240302 +51.08102518625103 +62.69439508147497 +104.54009695188051 +116.48962669625772 +121.86993200225835 +140.8640946786026 +159.20593597707875 +157.15553833347383 +149.07647259514903 +135.39748035817982 +132.13164400069962 +142.6588987507141 +151.16072396552434 +154.80384707981486 +150.09279131538665 +150.94811039461362 +139.585120580971 +94.31388004247717 +64.49791902530414 +26.73472791572347 +17.39708470378078 +20.658782445580172 +17.397334612939527 +27.472691791798194 +51.63311092139752 +62.913215180066615 +104.06609904126528 +116.48962669625772 +121.86895470676535 +140.91321410380536 +162.91696173567203 +140.6738493826935 +132.59774076334176 +132.3531554721031 +132.22780569138388 +143.13697198728403 +150.27005005950636 +154.78111159513594 +150.74420826263608 +151.78530672225048 +140.73834606102503 +94.25548455442882 +64.57012738351916 +26.707607853685722 +17.415142972161203 +20.658402843973693 +17.396960083805148 +27.34690453816726 +50.662695167525385 +61.7724776890086 +105.28719235474198 +117.18723723290125 +124.46192533336776 +144.25196005696478 +164.8682884694273 +163.55563048155085 +153.44119216854816 +138.83200799347313 +135.01976964894735 +148.3044576533198 +157.1356811579829 +138.02875859870466 +148.16118413403058 +156.2593657159759 +146.21495229686184 +95.19353063448288 +64.55807550010144 +26.734616796964385 +17.39690664317959 +20.658429105171876 +17.396997268359506 +27.300294275172636 +50.66273288715915 +61.77251537941961 +108.43101297157516 +119.56786923815764 +128.66020533791723 +147.66239020456229 +168.81534965796624 +140.64408942062883 +132.58784923967627 +134.24097397933556 +133.40197733712023 +148.26565372144492 +156.99252680172228 +137.8700881113648 +134.10499042453264 +150.5389462622654 +140.4880990254769 +94.27655848003133 +64.56550467138429 +27.64516940282668 +17.447457538841764 +20.65839147583814 +17.396948871643026 +27.348138873808587 +50.699927446431836 +60.70008336132554 +83.81935829295624 +97.73756233926721 +125.33308250510494 +146.38791776109596 +167.19775694995946 +142.42193245219053 +134.38219464779084 +126.3596754795566 +130.67637237802504 +141.88777154874037 +146.13105548114316 +153.55129370154216 +154.1410375889841 +153.58755385875773 +148.08932785859048 +97.39769521930683 +66.13139964621759 +29.31065169791595 +17.396921790224802 +20.658444097813252 +17.397000898616774 +27.29928161240826 +50.5878775640482 +60.918375351282144 +84.49479552163116 +96.35218115128812 +106.13657491993159 +143.39381824671636 +158.99375304771172 +152.79334041742086 +145.29061322770056 +132.58306692634562 +131.86973867857643 +142.08679590193776 +145.93292819221247 +144.85507652900526 +138.9749391195778 +140.2491152907528 +128.07587982412372 +92.80225418993335 +62.97922412899505 +26.70660997313049 +17.41626049693805 +20.65840079497143 +17.396958063348375 +27.41963286281249 +51.43332076100628 +63.17193788379217 +103.97712270234193 +116.48962669625773 +121.78613423709416 +142.35726496907145 +163.9920196411468 +140.88301083910977 +132.96411329825483 +124.59260219034124 +124.56011283515213 +134.25096911764408 +137.55869316954661 +148.56671900035764 +146.3870173588798 +149.84868943088162 +139.1757206580226 +94.32941377776532 +64.52638208147384 +26.73518071923167 +17.39706863624392 +20.658589449562776 +17.397144287056882 +27.26386064114724 +50.66260447603524 +61.77266989074515 +105.38054123444415 +115.89666563085572 +123.16937249024943 +141.34955886573286 +163.33290038251297 +160.41020423344116 +150.70402161772824 +134.538404366027 +128.83949009641634 +141.04493884549228 +148.75336356768753 +153.12590076697273 +149.1072451633541 +150.99967042391413 +139.5451415725433 +94.33319764952554 +64.53287908929681 +26.73473037526444 +17.397089800794838 +20.658599844085344 +17.397154428615824 +27.46802084525153 +52.09543253500662 +63.093388361473764 +103.96023271032641 +116.10909482238974 +122.56668052626866 +144.19636037674658 +165.9794756153019 +141.77497082817905 +148.71459604322402 +136.22846877018054 +132.66316231821023 +143.7664542405479 +152.30552364833397 +154.84533688201327 +151.14670541555657 +152.3418259835008 +140.12086411205868 +94.3380849709453 +64.55367908085522 +26.735795357059875 +17.397158344976233 +20.658478119990164 +17.39703433790001 +27.4125288974261 +51.39767860103875 +63.17861111271729 +103.98363927904352 +115.6770747987903 +124.1657402130395 +145.7851621693073 +166.86669520471438 +140.67712082254636 +132.63684287183852 +124.88063309429103 +124.47674639056237 +134.5191607732999 +137.6780182480938 +136.69388159341656 +133.9447110021199 +150.51170467216375 +141.21790443641126 +94.37352604597328 +64.55383411436436 +26.6720195519179 +17.44747451604444 +20.658379989470063 +17.396948990503994 +27.286431061926077 +50.662686490537155 +61.7724690201902 +110.84342180701175 +125.59746544904219 +118.61472734880077 +137.5639951424607 +155.89202257493756 +158.10291110438348 +149.7795003172736 +136.0542370927444 +126.76978185553187 +136.82055955358203 +141.27333480947811 +144.28552428553365 +139.93585085666922 +144.45849303771706 +131.65295648769526 +91.0520598240379 +64.76599688664325 +27.653567758250613 +17.4356367994539 +20.658384168196356 +17.39694178962206 +27.18145162947576 +50.011946289387645 +59.813277691138495 +95.15008448831938 +94.87894867040484 +120.0828933833655 +137.69014928431451 +161.6665296991588 +156.40911600964128 +156.45068910204157 +143.20653064025092 +135.73020782165497 +138.57658582206645 +137.6340776613899 +145.4114621214556 +143.52414872362925 +139.63101759560988 +131.1466733906771 +89.47677116705925 +62.86396734555476 +29.26718510963678 +17.42254736596711 +20.65838878857904 +17.396946344078447 +27.181456125871012 +50.79956932226558 +61.43609603861439 +80.33333487442326 +93.00852559359159 +102.65834002838845 +137.95392740913354 +147.7100109108309 +137.8398448303902 +131.2552166372555 +121.51214050947814 +121.51550774851775 +129.821234074609 +132.97195240172402 +130.11384437039214 +125.360302149154 +138.8202358559471 +130.1807192951147 +92.84673769617638 +62.91352903592881 +26.724760911789417 +17.39719112772713 +20.658721080049734 +17.39727405353929 +27.293956345590775 +50.66272105729384 +61.82407282763652 +104.97286809873874 +115.4489431383105 +121.81071013751928 +142.4392868604207 +165.49733570509045 +163.69592625887228 +153.80765953066768 +135.36961958312742 +128.34803537105256 +140.21470659310057 +149.03489985880853 +153.7447619227451 +151.10810635627703 +152.05906642013701 +139.04384878822108 +94.33387046144749 +64.56235263532149 +26.733459277595387 +17.397113912270598 +20.65842230590017 +17.396990583548682 +27.416071906520585 +50.662573227495955 +61.772531025144495 +104.0872430596045 +115.38990308384312 +123.79131128289511 +141.94014290218328 +163.8780271834394 +163.0145837889504 +154.25233166564615 +139.90957007949734 +137.62320554823935 +148.73860003375148 +156.34115889360885 +136.66872372065998 +140.34907271444987 +153.7634345991634 +142.29516111894063 +94.3639546765672 +64.57029159636517 +26.674869086980443 +17.44143885427628 +20.658382120819503 +17.396951083835514 +27.307797877225294 +50.66268651668373 +61.77246904346607 +110.2180664982707 +122.21601905292668 +132.10867359451925 +151.09445127004534 +148.9297807714176 +140.8880478914895 +132.6886820222616 +124.68152648692922 +130.54691730889814 +145.76605256102448 +157.0184298727462 +158.48773214675435 +153.28174811922662 +154.21643256092955 +141.2576165457161 +94.38635814551172 +64.52290159081747 +26.71007189171681 +17.397274833303467 +20.658803680753252 +17.39734561045263 +27.44552961116848 +50.66256281075914 +61.77230897691755 +103.71166096885098 +115.16208618746339 +121.73166092142407 +140.8876320083915 +162.41997973445402 +162.02573106570807 +153.09612186124457 +136.9108071743679 +131.79883292160324 +143.43924720677862 +152.89940019721377 +155.38189877475466 +151.05671670491586 +153.0555090059427 +140.07008269955813 +94.33605199669935 +64.58672151246294 +26.713955453648257 +17.410931128224412 +20.658404326071082 +17.396961545712248 +27.389075345219446 +50.66254470058837 +61.77250288134924 +104.8017756321496 +115.68178975014413 +121.95700682603648 +140.88540941204667 +160.9585323563026 +159.96215787278535 +150.0224637127912 +136.09895074505883 +133.19248456217932 +147.40198043503355 +137.85887087577868 +136.78733728083054 +133.94471100211993 +136.3546670164016 +142.01820962478888 +95.5931454364865 +64.54196954668548 +27.717703116856452 +17.396968150423493 +20.65850108803892 +17.397046041211063 +27.372637422931238 +50.012046990602045 +59.81337727099682 +84.86760510998116 +100.04124868350863 +125.50780398804704 +141.49266564780453 +160.31312898713358 +154.94458656757377 +146.80498939796516 +132.7976415203723 +131.662759364876 +141.74952090411958 +145.88563711504946 +153.01073351113885 +150.90352909720912 +148.83383391734583 +142.2974108205659 +92.79655850861593 +66.1725458443555 +29.25762249525106 +17.439580544274424 +20.658393017884954 +17.396950391698585 +27.579031500741188 +50.29454120202294 +64.4388947991284 +83.60632515738304 +96.30916756915421 +106.00197708269351 +141.1626877250597 +150.82194205844718 +141.02258945758334 +134.51537133519332 +124.83925023786499 +124.76600833983967 +133.17568602960068 +136.28211314097103 +136.22994321578798 +130.191081011755 +131.8569141643731 +127.44146459564145 +92.81378311219575 +62.91335048650364 +26.73148164736913 +17.397048360529084 +20.658688879011578 +17.39724227866315 +27.57518826188616 +51.19547147601337 +62.5574358339928 +103.7526303328237 +115.10591260508772 +121.81601136000704 +140.87010644375636 +156.226507556896 +155.065539566748 +147.4722098046909 +135.29372567106793 +131.78033532966882 +142.11678275698623 +150.1372291920533 +153.2248638417997 +148.53550283683882 +151.0576945153984 +140.40284814574474 +94.40618770243914 +64.51514294053626 +26.715919117125225 +17.397248763189747 +20.658767775508576 +17.397320241665014 +27.366761881889392 +50.715677930321945 +61.772281793483025 +104.11280396419333 +116.41194418094732 +124.92254190151709 +145.71342015267174 +165.3883969699311 +140.7352711751624 +132.64709440477128 +124.46609687567914 +124.56776608269715 +134.28068898035124 +137.64254267150477 +136.15478397437255 +146.67786723492122 +151.34532728713344 +141.22236989253375 +94.40017280586798 +64.51085641879439 +26.72115200019468 +17.397249865577468 +20.658768868227526 +17.39733136041146 +27.33694805836681 +50.71560215340372 +61.772282929473846 +103.7087365676217 +117.43059973762068 +128.37405352470566 +150.6565155949577 +149.13446013226823 +141.31662365374802 +132.8449383075626 +126.98300568513912 +124.60286519576962 +135.8091180732241 +142.1738830697437 +136.56956539163573 +132.49708466200383 +136.42297667856727 +131.4404917244978 +96.08322313479007 +64.54664275745671 +26.734988939389005 +17.39701964798627 +20.658540957487105 +17.397096444102402 +27.188022345306205 +50.66255785496785 +61.77262415688289 +110.70137032201094 +127.64292911206552 +118.70829133461676 +137.7381798852236 +149.32052602197084 +147.84150984652075 +132.59374366257646 +124.66042270461566 +124.43618824740688 +134.54649005169904 +137.7525574545432 +136.21543713108625 +133.13598719387772 +136.42477381873078 +136.00002063967432 +94.41971711812452 +64.5230897262824 +26.734490284496257 +17.397074807514535 +20.65859556121942 +17.397160918408492 +27.295607455857517 +50.662611760042985 +50.76863583948081 +103.74515836623992 +118.3088094945777 +130.4423258754138 +152.01191320576183 +148.9224530605125 +142.42898786378473 +134.83218266014333 +124.43856642171272 +124.4898699445262 +134.24790267226575 +137.49943522902808 +136.38699495861 +132.57420063624883 +144.70833080300926 +139.71388423492294 +94.40120055995438 +64.51856300209704 +27.689116188997936 +17.397246503075642 +20.658775722610553 +17.39732797838728 +27.306904088026364 +50.065080835402036 +48.80903853772725 +83.58057495999934 +101.28430989817184 +130.52746304985115 +150.67884080155918 +149.21503939492104 +142.63582047546168 +134.62415696662336 +126.17567189677398 +126.209266112935 +134.56029682041532 +137.44322709683345 +136.0966766605576 +131.17989247036795 +136.427136821695 +140.32054296788723 +95.19427866243838 +66.17622322490521 +29.260267889484293 +17.42549620862532 +20.658399202482236 +17.39695649222261 +27.28100738965895 +50.4313715717414 +49.67981821016137 +83.58058009828311 +96.21750910626217 +112.65050847722922 +137.87450968650015 +147.47118749824065 +137.82184360007014 +134.57861631425496 +121.48568229561513 +121.54436370352803 +130.00606174178586 +133.18070917979162 +131.88329003788016 +125.42281077967448 +127.31833404175386 +127.3279692374066 +92.81275962013893 +62.98246088221758 +26.69064933497551 +17.42167666310241 +20.65840054514326 +17.396957816297153 +27.328522880173054 +51.74862112849776 +51.70471554052944 +103.72750357064866 +115.38580781319962 +123.6472304566862 +144.1763187169691 +167.5474212938747 +141.00620985831048 +132.76637095930155 +124.49200302224976 +124.61437014413129 +134.27965235620044 +137.41718892690716 +136.5773990302287 +132.33663514219788 +148.36372415756142 +139.4140400825408 +94.41801509118078 +64.51415924922519 +26.717357081883527 +17.397187915638934 +20.6587075336345 +17.39726079639217 +27.252515403441286 +50.66271969976966 +50.8154920492894 +105.06013521359378 +116.08416112320637 +127.54216820663997 +146.29098620781392 +166.45574374325014 +164.9527836890001 +132.59935486927793 +124.42870259159213 +128.54927564864863 +144.1293562491468 +156.01628745133905 +136.33343203304184 +142.41959579487457 +151.41524503069198 +141.85635454275433 +94.42218593769844 +64.5437355310857 +26.735090290480024 +17.397015786020326 +20.658537132544414 +17.397092669688057 +27.332537846113887 +50.66255410658852 +50.76857928301821 +104.36758701300037 +119.86614642319647 +131.49970402801776 +153.01074470605397 +148.98692222992997 +141.50723362251097 +135.91226957071723 +125.55685299999737 +124.48978819559734 +134.23481707904358 +137.73208514388276 +137.06681419712604 +133.62048823568088 +136.36422208767644 +140.9395525656588 +96.09344760666126 +64.53245351627956 +26.737836970689024 +17.397063395775195 +20.65859505030652 +17.39714969595702 +27.261023467840143 +50.66260077043308 +50.76862505894588 +106.61404134694041 +122.87188907043466 +133.52135837557032 +152.8015208736992 +149.1396516163647 +141.03739167043486 +132.7788415965331 +124.48952182319096 +124.44754181987287 +134.2658319065477 +138.09229049713784 +137.92229989496371 +133.6204882356809 +136.36069153000705 +138.66977029500774 +94.87202670219192 +64.5200313923348 +26.7140769022737 +17.39721365215159 +20.658733018080085 +17.3972859400244 +27.234871644807626 +50.66274475618375 +50.821458788702756 +108.47464203703 +121.78664251684422 +131.64203535585423 +150.2133273782144 +170.30328464440933 +140.91270275781739 +132.73268711657752 +135.00306362835192 +133.5426661773396 +147.89462794243317 +157.64622640632194 +137.06604716895606 +133.13598719387784 +136.3595746440772 +138.60217988354225 +94.4229205656505 +64.58180992295425 +27.67605043620866 +17.417175393224056 +20.65840212922893 +17.39694809057763 +27.27100078160557 +50.011950709694574 +48.809240866221664 +87.31757272412291 +102.47392424969242 +131.0662117805672 +149.21686720836627 +170.16907121887826 +142.85771754366638 +134.76214398240407 +126.28318146158803 +134.84088788623046 +147.14601938695384 +151.55806204278718 +136.63513022506515 +131.9864657770684 +149.93960963077907 +146.99420577735404 +98.2402000340405 +66.18639913700022 +29.26002607050938 +17.423354928309436 +20.658388503488176 +17.39694606289006 +27.212155573470906 +50.63698917367941 +49.94426300623695 +83.9294300810314 +96.1744403039079 +107.76958078592402 +148.66341922808974 +166.32854537932403 +138.03080212218504 +131.80424612060747 +121.6155724520413 +121.52921030115584 +130.21796006272328 +133.23887478426408 +129.90593034141085 +124.83623855672823 +127.33019136457852 +128.01613026331867 +92.79070393053071 +62.969350596696444 +26.7391339408026 +17.396978146200574 +20.658499875260468 +17.397066840989613 +27.28309226153353 +52.174775303883685 +50.945986792859856 +103.77128881955697 +119.42010307427164 +131.89794371657257 +151.56993857406152 +149.00842137268847 +141.056155239879 +132.9758565981701 +124.79547928312286 +124.42353765778986 +134.71365232525463 +137.43487760584074 +136.00196052164515 +131.77007690179104 +136.42845619146703 +140.25904185219196 +95.10954003690026 +64.50981027045717 +26.718416940133427 +17.397272352486898 +20.65880123115012 +17.397353154085508 +27.294242307005188 +50.66952489249275 +50.76826451659036 +108.29727337703085 +123.00340170065871 +118.72875272540809 +137.77383958114086 +150.85342216497554 +147.12254162582138 +136.16885190412546 +124.63163078636504 +124.64657295582043 +134.41544727115732 +138.05553691070898 +137.06779418698284 +133.620488235681 +136.43426663944177 +131.67267738481368 +94.54960450380331 +64.56705583737744 +26.736582094027952 +17.397142485632283 +20.658462243720894 +17.39701867673126 +27.258603274809566 +50.66275350543965 +50.0470461227203 +107.10089211047514 +121.10456551195594 +131.53037677437047 +151.15790565117842 +148.97189194441688 +140.7371686598719 +136.28669932163245 +126.69544579038046 +124.45341485616078 +134.26569567946893 +138.4459175775531 +136.0435155311695 +131.77007690179107 +136.43664434832866 +141.61980972596527 +96.03022316077437 +64.51883708448888 +26.714603507423615 +17.397242900069475 +20.65876197170882 +17.397324576365456 +27.259756915727493 +50.71564907163017 +49.82955230952886 +106.38515692006035 +123.20587916249922 +134.2161076609321 +137.58489410772532 +148.81094685371332 +142.89525229203207 +136.97968426755895 +125.64701467261595 +124.43836201336664 +134.27851837331644 +137.4073669692735 +137.18690150229156 +133.4602099659376 +136.4310143563766 +131.5586666504387 +95.51668701994686 +64.57406740877472 +26.73198689256614 +17.396890418960414 +20.658413047507146 +17.39697027134957 +27.1872846025722 +50.66271790522912 +50.768459212772996 +112.16893445679617 +127.08692237789172 +118.4553346993441 +137.59276619738853 +149.91683210396974 +150.7096905995911 +143.73087954257065 +124.4644007965766 +124.47147218232931 +134.25037097404953 +137.7136746719427 +136.0618691207536 +132.89842340830864 +136.42739937135718 +140.80976475858517 +94.94952717857147 +64.53022697420681 +27.686509019800326 +17.397235279515158 +20.65875442616792 +17.39731715519514 +27.21645657936016 +50.06507132691675 +48.079220845003995 +90.39685151665786 +108.13265989877125 +135.4174813028885 +152.8509410336058 +149.1286650855574 +142.4263908584224 +134.5835334171127 +126.2584098498663 +126.2308283542987 +134.65688158630223 +137.4868186908702 +136.20035859595387 +130.83715489253908 +149.6151261504523 +144.23788576231374 +95.32290234714196 +66.18651338127167 +29.252953793981085 +17.424746182872152 +20.65839946581992 +17.39695675032803 +27.271780520125795 +50.76394376143096 +48.58521971737696 +83.44674524146868 +96.17456989860027 +102.65833847499975 +137.9706403434533 +147.82435679401348 +138.00023646076642 +131.23316574506424 +122.08748151685468 +121.51170349841713 +129.83830772588254 +133.3502155016808 +129.91975665305387 +124.19401210164374 +127.33535362958087 +128.71393152286495 +92.81801104855957 +62.910777047872976 +26.733009458183766 +17.397190226238983 +20.65872019079061 +17.39727317604723 +27.28797996161072 +50.66272019678477 +49.777057629142455 +103.70415710836241 +116.98951364556012 +127.14826287130076 +147.21227981764173 +148.89358453003902 +140.97788338540232 +132.591491265188 +125.11060756637812 +124.62380813979637 +134.286768362699 +137.6295757036479 +136.32907787985178 +132.73814398589596 +136.4572702662345 +141.58929106426848 +96.33181795188985 +64.5363764317803 +26.73720756542114 +17.397015400865694 +20.65853675380427 +17.39709229922277 +27.201020865986095 +50.662553781530065 +50.12048283401752 +110.52921220468154 +123.43960551002077 +133.7195834263375 +137.86072296508 +153.47744531521985 +152.10018944989363 +142.92910608966528 +129.89868922511755 +128.65752161297584 +138.53211446768051 +143.14268966512364 +144.86279779969792 +141.2032564466687 +143.18357077648838 +132.39207045273406 +98.09696488959412 +64.51144857384568 +26.713964081472955 +17.39728041582785 +20.658809297503804 +17.397361219348284 +27.234838092542873 +50.66253992927681 +50.481724014743904 +100.73328120863458 +112.36470428155852 +121.23992183102125 +152.0256385424662 +185.00501433844045 +187.72931689503957 +190.13121382655567 +177.03530489659533 +172.42981807297733 +180.52392489735723 +183.51973545182693 +145.25375025444814 +141.15324317788244 +138.7632657715172 +131.65066443777928 +91.10367212489764 +61.22687226869226 +26.714550282572336 +17.39727032774617 +20.6587891289657 +17.39734131542766 +27.217419111196516 +50.67994298689191 +50.76826113671719 +100.9466018372828 +120.06673874125538 +132.05396505832618 +151.50445094276893 +149.21187089813697 +141.30779171547323 +132.92457483039215 +134.23882144570103 +132.12906187710328 +147.66465759832502 +157.65955778228283 +137.2789345052683 +134.2689337741799 +136.49650757002297 +139.89647958296857 +95.45617853944535 +64.53860383946143 +26.693891484355202 +17.39734236928383 +20.66412597462647 +17.44505860603457 +27.234691008166674 +50.66259449378814 +50.76833589932785 +111.01642038243978 +123.26247231715737 +133.23956932808883 +152.16096850467443 +149.15598501929554 +141.00471685334364 +133.1640589338862 +124.5966367647195 +124.74353900193356 +134.21727595672806 +137.48825857494768 +136.11865679893867 +131.77007690179124 +136.43278542364507 +144.22239093090454 +96.47144893722734 +64.51977288025442 +27.6998725110276 +17.397215987892803 +20.65873532731275 +17.397298369824505 +27.225620247513366 +50.01780984939908 +47.99389395861812 +94.34579138134367 +94.38536727942599 +120.0365414821987 +137.73275444581762 +160.41971613954797 +163.54567769554689 +162.0581724604164 +150.96648053578775 +155.30029174445733 +165.98115387588314 +162.386643578334 +165.98686158695352 +157.44142788251304 +150.51065475925677 +138.06278961947953 +92.41576620451255 +62.809680970265 +29.312319669924285 +17.397090288099985 +20.658610881876058 +17.397165428367767 +27.181672262508094 +52.6423028259594 +52.964279202697185 +80.44150766477863 +92.92749757545643 +102.70085575681459 +141.41428464335067 +161.8477424507386 +171.74905860378186 +176.63886577162683 +168.5052778822952 +168.6945539565398 +176.32098713929815 +133.42047140325113 +150.64779623328917 +123.75059159131816 +127.35748914220513 +124.06804931867296 +92.80037462131031 +62.98463385041889 +26.73612030834124 +17.39689513276491 +20.658429188457703 +17.396997350230905 +27.1814953117539 +50.662733151385126 +49.79947299134984 +115.39082023274156 +118.00993752839226 +118.40994659453452 +137.7281533006456 +149.65279288702703 +151.8904861351792 +142.10439440246782 +125.20393476174674 +124.67306237560449 +135.04654777613646 +140.97127690719725 +142.78932441278675 +131.77007690179127 +136.43458675047523 +131.7282441813272 +95.80524453091263 +64.50352679869535 +26.734676858589502 +17.39715788527713 +20.65867780237945 +17.397231459600352 +27.188224746676113 +50.662689738533764 +50.120616209452905 +115.3779032107012 +118.1904079142443 +118.44017760178606 +137.95412849651387 +156.3489727228178 +158.42650153506818 +155.71360667788215 +146.35721344395154 +150.24181650889167 +156.22416633645824 +161.55680996010142 +160.1079839515171 +152.15005535626176 +151.8073222795638 +137.0549006256424 +91.13040498680935 +61.23066851796656 +26.697558018387078 +17.397331859965146 +20.65885005686257 +17.450374129756867 +27.181343604141432 +50.662585880594676 +50.48176992572172 +102.30271338545111 +115.76221720650383 +126.34194210177571 +143.1246149086279 +149.19816875334783 +152.38070057969014 +144.53780892659037 +125.60524260925858 +124.89260460901534 +134.82589523388808 +138.33782679038842 +136.3773929981366 +136.31023787361764 +136.4930022803773 +131.61820177389325 +98.08500170797355 +64.5209562142196 +26.730836876682886 +17.39717918147598 +20.658698884248036 +17.397252263403594 +27.189258729549458 +50.6627100485574 +50.49669953736049 +110.9222103681496 +122.73049127318407 +131.63338228781606 +150.60913976081815 +149.06895105868276 +141.03431027708464 +132.67326452706334 +124.48638604636648 +124.57021872658345 +134.31283770844442 +137.71975861101214 +136.3382548642338 +132.97570777146538 +136.43345359550204 +141.67306554435584 +95.66315179997767 +64.53371975057898 +26.737820170836734 +17.39707097594918 +20.658591762319354 +17.39714657179919 +27.220520091063857 +50.662606744474736 +50.48207355068602 +109.99745464932789 +124.75266945373805 +118.51882020492964 +137.58679543351371 +149.06608155723617 +143.4588243270746 +134.75606059143684 +124.42653239080298 +124.51253845486187 +134.2286520837269 +137.4096235871904 +136.48430641960547 +133.13598719387818 +136.43119533143377 +131.72955597416583 +94.4203365295858 +64.57902356727952 +27.712785897024553 +17.39865615564213 +20.65839722493814 +17.3969659310964 +27.220007783814133 +50.01195647195092 +48.001621165751466 +91.85427451781993 +109.81040331366536 +120.05834746895697 +137.7011333298578 +149.13319870354138 +146.846697520214 +140.77143431607053 +135.35110137060516 +135.14872650841843 +147.80777657764196 +142.6149578439941 +143.13960858254404 +140.3614647905022 +142.02316672116964 +140.69014360398396 +92.18250970145638 +62.87907047839592 +29.25352218300275 +17.43513680892738 +20.658384344809537 +17.396941961150507 +27.181451806272772 +53.61731976260377 +49.81872051926241 +80.14607697619357 +92.87377153688942 +102.56671195431129 +137.79365671264515 +147.5374139331965 +144.86530494162565 +138.13132864478143 +128.49171366827767 +127.0579027151923 +135.91145224751068 +136.91951094005006 +132.54275513420356 +124.30670997878107 +116.31821668983032 +124.09941623043957 +89.48723243819349 +62.95186871118005 +26.74052329036134 +17.397072020775585 +20.658592799251775 +17.397147592050192 +27.183155181812854 +50.662607879926625 +49.47596968546312 +110.55253191783315 +125.25096050821308 +118.41304278675854 +137.66578161572377 +148.99512354906858 +144.64415081360858 +137.00725219012435 +124.89670407284383 +124.52924569551622 +136.17142142058927 +144.89549889028706 +144.2888582257389 +135.34937574107303 +125.42619666448913 +131.72805925784053 +95.78524465743851 +64.54946677598551 +26.733268669959248 +17.396995997265844 +20.658517545292366 +17.397084214561872 +27.204300472928757 +50.66253532217772 +49.547280959772245 +114.66190047802282 +112.17698787490973 +124.94110776367843 +147.74217416810342 +172.02539167533203 +171.52731544443895 +165.44525509735624 +156.6037009267611 +153.81205481668317 +164.77864793946117 +170.34845556582974 +172.42683168977314 +164.03321770374845 +152.14720894235123 +149.24309167359127 +99.16250251553079 +72.19523625115502 +26.73409035385393 +17.39686508997502 +20.658410972082184 +17.39696810114482 +27.555098471129 +50.662705044126334 +50.1937027645936 +100.57076957071787 +112.52726689879925 +118.72949569459556 +137.89983712456743 +149.15696782931406 +141.04565156475064 +132.790170092067 +124.61636723479128 +124.65932994067533 +134.45812893019075 +138.14546327867632 +137.06732559871622 +132.70177016851213 +125.49365581051786 +131.63485456945574 +94.46386640712511 +64.5201541007798 +26.71297257375811 +17.397275007440022 +20.65880396032458 +17.3973559521398 +27.238138923836303 +50.662534695912576 +50.337625673508164 +112.16853297233195 +127.62915232868508 +118.58622149104467 +137.86358149351935 +159.31446004584723 +156.99689921341218 +151.2500018602192 +133.53946171568802 +124.65321501135962 +134.41155631285207 +138.0557810959156 +137.06638215275265 +133.08100390013388 +125.44263049565207 +131.71684984802138 +91.11494071106338 +64.5123388942526 +26.72859958746512 +17.39725379035379 +20.658783024117085 +17.397335289265797 +27.197256303122906 +50.70013794212239 +50.12015845534652 +117.0622394986594 +130.02976054227796 +118.45027770565804 +142.70738631791144 +164.0186038860027 +165.92505498410776 +156.50410134050026 +149.90300587616318 +145.29565256372499 +157.15964498678196 +162.1306357706113 +163.10940722116115 +149.79848466158768 +136.17391152198476 +131.67310573283822 +91.11406655668864 +64.56284979411829 +27.714325278749616 +17.396946935226605 +20.658491423934194 +17.39704746145524 +27.18154491211385 +50.012037798426036 +47.89321940117977 +96.62818299437807 +94.43698999692155 +120.9672890905242 +140.38071897773054 +166.3526021578613 +162.34856758990867 +158.68540637455874 +147.41680690187573 +146.96277367848845 +156.8102988089116 +155.54551992504852 +153.17393891521235 +145.82498489856164 +131.07701778463988 +131.67385102001535 +89.56838196318007 +62.80140565482237 +29.305550844426083 +17.39716147338965 +20.658681355403854 +17.397234965420218 +27.18174087340504 +51.96183936073005 +52.03589838997044 +80.43950931901242 +93.00844281526844 +102.70104152871306 +137.95773239818922 +147.6678824073079 +138.04185281640542 +131.32840902195085 +121.70049612519237 +121.60466234563678 +130.03199659143678 +133.48182109274464 +130.68796134301473 +124.36298167303384 +116.31970638413857 +124.10004831670348 +89.56567430772125 +59.629116455343826 +26.704985604732748 +17.397324268973975 +20.65885257475821 +17.450376864698715 +27.181346145498082 +50.66258834770814 +49.47602213831849 +102.84046849719671 +119.6378403386231 +118.40437748539655 +138.6245496736325 +162.41433937658192 +158.3285037328601 +142.6909942641462 +124.44084644584719 +124.50905644326731 +134.4329393731784 +138.12384631647132 +137.06830122995515 +132.57419948920062 +125.49404991672368 +131.67453436793636 +91.11026044632787 +64.53055334280322 +26.74043636169288 +17.39712114371679 +20.658641429449936 +17.397195572220433 +27.181702001302025 +50.66265470835637 +50.48212060469865 +116.2436412133854 +129.3032686735466 +118.52134886411186 +137.58236232582777 +163.38459840529276 +160.064079249132 +148.03011934828336 +131.43826078694786 +126.20611311746245 +139.92202452784122 +146.94943121628936 +149.01468357537297 +136.54797747432198 +125.42770611921587 +131.7846816655267 +91.1151714216835 +64.51792446589216 +26.71998834056302 +17.397234635415334 +20.65875378897656 +17.39730643968261 +27.18181140573418 +50.71570928251078 +49.475991469089664 +100.22915098468597 +112.58715134860087 +120.44541949930245 +140.875265569817 +167.55572351866746 +168.95369688751703 +163.17855428683632 +150.8830664081805 +146.46045839568208 +162.30083850023084 +166.1758032161488 +170.8225571144281 +154.5566477697794 +140.76374235594318 +137.68884871946508 +91.12012066685737 +61.225038076149616 +26.731909944782416 +17.397149180144858 +20.658679803974326 +17.397233435506546 +27.18173936185463 +50.66269166703636 +50.33806374904621 +100.27370486499059 +112.42819853603999 +118.97603983978343 +141.1176898036767 +168.85721619126107 +176.40504992687607 +174.26031635103237 +163.73101866114405 +167.52041005351896 +181.369939103304 +191.84266970951467 +196.13130079656602 +181.9296341942041 +167.77263927184478 +164.4182653844412 +109.43666277814275 +62.91846935571042 +26.7327426658155 +17.397249750748887 +20.658779035885484 +17.397331354982878 +28.63862514105784 +50.713350263443324 +49.47594382340845 +122.31664765440527 +144.1170475523492 +166.60004197152176 +184.76607107511435 +205.35592491237668 +204.61971189533335 +195.39137856291225 +177.48781302667425 +170.8916104327776 +172.27479777437426 +169.62985011242375 +174.57720117273828 +155.6297094113741 +142.3680751626178 +134.148594657594 +91.11763791451384 +61.21237400434871 +27.717982834640075 +17.397186756431704 +20.65872722261495 +17.39728011558083 +27.181775248975935 +50.01207740756737 +47.784769732967504 +97.40649607202351 +112.75708246870218 +120.60014205767453 +138.07320743622608 +149.48504395642695 +149.53149592778996 +143.7866513673879 +131.80347702737583 +135.93346937640408 +147.33442170065422 +146.17409849251936 +146.72429553463306 +143.83437607470924 +125.99257485927751 +131.78487558999183 +89.49652108929496 +66.17707229119075 +29.306205077580486 +17.403487139148083 +20.65839551866079 +17.396964253214588 +27.1814625516734 +50.586546204699886 +49.187470869508736 +80.09106746909141 +92.87391133953811 +102.56662236423547 +137.86132942058356 +147.49931913405905 +141.58744511243228 +139.30566014446507 +127.93706029966175 +132.30844692953735 +141.27651273345754 +144.28029897895442 +139.58634801536155 +131.3556718876396 +123.89169835715191 +124.09408404337907 +89.49572411163142 +59.65833068730813 +26.733181723005853 +17.39702651742828 +20.658558785648868 +17.397114033660053 +27.18162154866766 +50.6625751319626 +50.12050377469827 +100.29737328681311 +112.21014226774119 +118.86383498264745 +138.05264083411836 +149.33244457637744 +146.0254020671734 +140.60710253811357 +128.851898182632 +124.43918151029202 +138.6258235811529 +145.0289085977223 +147.2432903732806 +136.77790128704163 +124.2876614911883 +131.67274896914853 +97.42011216373591 +64.52191145049672 +26.741067996313355 +17.397160378420054 +20.658690736516238 +17.39724411349185 +27.204892740812028 +50.66269189927695 +49.47601023265052 +111.75078697032421 +128.27267057550523 +118.5372786789777 +137.65849709400626 +163.67213665178443 +169.41970588956974 +158.8984107713168 +150.82313434895156 +147.31981031098417 +164.51861199426682 +174.48713339995285 +175.51592308124708 +162.72242031864104 +146.9763769563195 +139.51074876643014 +91.11545397694819 +61.280704060330606 +26.72890869557397 +17.400557915328985 +20.65839655323139 +17.396954002487274 +27.181463679975163 +50.66270244049755 +50.337793278008164 +100.31745953379058 +112.67799722590979 +121.63188707699047 +145.36302415449006 +175.51222226308758 +178.0296507423215 +150.9934734254509 +133.19403669048543 +129.96363595547436 +143.81343934402597 +152.1925539858881 +153.11942681148673 +158.0861561259156 +149.39489835610155 +141.2291375363112 +91.11311813925575 +61.2867791555579 +26.728053483834564 +17.400681071119994 +20.65839641918528 +17.396953870274608 +27.181463549562494 +50.662702314864255 +49.6226302060032 +100.37392068639062 +122.75018316275673 +124.15991001703446 +146.32878777880794 +172.10723120400053 +174.51219720995334 +168.09122102122546 +147.054295063709 +127.69238203501776 +148.86655999174923 +152.42805306643876 +161.37364802211002 +149.21729813662336 +133.99089763377677 +131.67399502597004 +91.13439360916713 +67.06999460624131 +26.71169207456635 +17.41392117347055 +20.658391834097813 +17.396949347915506 +27.181459089735466 +50.66269798469139 +50.337788823743125 +120.00702242120859 +112.21930980932821 +118.67527996552924 +137.70138416105902 +155.65807281066836 +157.298945021849 +149.60009515396774 +128.39905047822478 +124.47514893042516 +134.25474947936 +143.92491229508497 +145.38702907878272 +139.009771481561 +128.54013708612 +131.690330841819 +91.11436079956341 +64.58212506419626 +27.713340325191883 +17.39842548175146 +20.65839730851904 +17.39695474533921 +27.18334147118663 +50.01195882774964 +47.83978020395761 +94.20444240718562 +94.43690258564632 +120.05623495583224 +137.72229073189854 +157.74081624873992 +156.0937886349876 +156.7788026291732 +146.4505007771372 +148.50597219260914 +156.16737217257477 +159.6448586832918 +169.64504984166857 +164.70052342896292 +146.74393319814186 +145.8786428780883 +92.49688978954157 +62.849153633185765 +29.313902106107967 +17.397216255725386 +20.658397835647854 +17.396955265554666 +27.181464927652616 +52.448337825148315 +52.41146235076748 +80.06529351298404 +92.87388945583388 +131.01721407702487 +178.8068596597364 +194.89374925299353 +189.35993578802058 +184.72273381120527 +170.69591967038767 +169.90635007899502 +180.07254047335817 +186.06176169060674 +184.89896681629628 +171.69227097525823 +151.5053130229837 +147.78941002250875 +95.49709342531136 +59.61877028815735 +26.724572741946123 +17.39719049570342 +20.65872056518626 +17.397273655431515 +27.865077556556756 +50.66273093212722 +49.744919969675216 +137.99709483091402 +158.7244828052816 +172.04014627112733 +192.45073720391096 +215.72585836159922 +216.2694986242938 +205.43941880007037 +191.8340997401262 +184.8194473633108 +194.22972737537464 +193.68858594683527 +196.41977464289153 +182.3510542112823 +170.85934209661048 +159.19401280939923 +91.11401927506932 +61.22551229136803 +26.710243970082896 +17.397306609349194 +20.65882505203994 +17.417621055905105 +27.214391677720062 +50.662557562001226 +50.481741634329204 +111.88262073895888 +124.11354779405427 +131.9678562407153 +151.53669087207237 +149.03903216854468 +140.6993539300525 +133.3328907257295 +124.60215892614316 +124.74556733715485 +134.62519098428874 +137.49265789635703 +135.8778750414879 +130.80090320633067 +123.96087650425824 +141.41669791519075 +94.91507030128435 +64.57832008127957 +26.69695935864918 +17.41965362470237 +20.658389810145835 +17.396947351662394 +27.2475348175634 +50.66269393432614 +49.547241521980844 +108.93391621895395 +122.640829897228 +132.00988661721172 +151.6739846569175 +149.05232393113357 +141.62593541217933 +133.15751544646952 +124.43379151893521 +124.50514557229873 +135.67525396894968 +146.04754603038722 +150.02454675264906 +136.82253493963486 +124.80269912277967 +131.72907815469495 +97.51964070331609 +64.52003294593909 +26.729872626309515 +17.397202686549896 +20.658722157465128 +17.397285418033587 +27.197555095459798 +50.6627323601447 +49.38490919562909 +114.63620000035927 +112.15774802104524 +118.6028421481108 +137.62285979832947 +156.4726893641991 +157.4085859033885 +147.16872701132507 +134.7560804244675 +127.8696818229902 +143.1148788913972 +146.21818635125337 +147.66088617505835 +140.8325319076551 +129.65131232522705 +131.72616274811844 +91.11761048000972 +64.5557596085101 +26.736293632958184 +17.397031459098923 +20.658552648909083 +17.3971079820521 +27.18161557767285 +50.66256922459905 +49.475908926990414 +100.15616830509057 +112.15769337875558 +121.77124167338161 +142.3876443786665 +168.48137034936573 +175.33856094314578 +165.06490542206362 +162.52974114796328 +162.9968155071089 +176.7555275200182 +179.00683448514246 +185.26323117857805 +176.865824000483 +163.02227449705265 +153.81013632150098 +98.63423236501234 +62.78517574509136 +27.717323038332996 +17.3971618793431 +20.658681756499252 +17.39723536183169 +28.327960463585573 +50.01204364559925 +48.10844332059049 +105.0386835091573 +126.9897117690311 +172.30201518145233 +191.3225921217355 +211.55326684739552 +209.94225770006778 +198.77968905928088 +184.53806310864033 +182.82564084010772 +199.1626289068975 +205.7088739677818 +211.33032001007732 +203.17256051520226 +184.23941405609492 +188.7721101783774 +138.0201123075526 +97.36938320121722 +29.271618972906072 +17.419735486333376 +20.658388631433507 +17.39694618891702 +30.691194669373544 +61.753094546773646 +65.59960071979258 +80.14610372565747 +92.87389047226601 +163.71649326659465 +195.4157912034018 +209.23455764559893 +203.39167076155601 +195.10107273414675 +178.16267042703956 +176.1788448891782 +171.01305442725328 +181.06387305478376 +178.87931191349696 +161.96247832076082 +154.1948872648663 +140.81279199501193 +89.87874772291686 +59.6574415590218 +26.737108137162927 +17.397009169573575 +20.65854167579032 +17.397097151679503 +27.251350327787247 +50.66255865790627 +50.48202637832253 +100.58210513332635 +112.79330177383208 +120.24352079899548 +138.4946370159453 +174.10006634121694 +192.19345982490603 +184.7713982302834 +166.68150003199142 +164.44244331740873 +174.09326785754533 +180.87632881922778 +182.75074500841816 +170.0127263204706 +152.68508811921683 +144.5760668681561 +93.4062574495695 +61.27601523382654 +26.735164104760425 +17.39756608916235 +20.6583976926255 +17.396966388153313 +27.181464666829047 +50.66270339911473 +49.33195279780114 +100.17533699493026 +120.70120878595955 +145.1780103593512 +172.79513721151508 +201.3648163982382 +202.87885306832058 +194.3044537548608 +177.4969023169794 +172.93719987812 +187.69252918831066 +195.16141611498333 +198.47027436980747 +189.24912463008056 +173.25640186916831 +165.53397561023303 +107.78547124371416 +61.22280766780925 +26.724879784907188 +17.397210940351624 +20.65874073635827 +17.397293560565487 +28.2476607450557 +50.678523211191504 +49.36905419311456 +107.21435361511058 +132.86149095699784 +129.14446294416666 +151.17559702306536 +179.30525818810042 +180.83791628664363 +168.4230783256139 +160.8810666299403 +159.16038700644248 +174.14928964430294 +184.97396567743215 +183.92570240201275 +166.52855721410216 +157.48704520452816 +151.32063737252713 +91.1869524831054 +61.20883694979031 +26.72094417652781 +17.397261950533565 +20.658801175339686 +17.397343129677406 +27.22349527669078 +50.67386032640001 +49.97791456278433 +100.23247663567716 +112.2080626929942 +118.93936885043551 +140.15563737201026 +164.77906507585053 +161.9773276055166 +163.34165484887006 +147.32602535058436 +142.45229590271197 +154.9358177212211 +161.42166224694546 +164.93224953010875 +150.85769941288882 +136.74625129358108 +133.3057701399344 +91.12008420879486 +61.21890768670794 +26.73045686038907 +17.397193335273958 +20.658723367303995 +17.397276418860603 +27.181781778825467 +50.66273363143886 +49.52899035885834 +100.22624122780562 +112.26485506455386 +119.02668912148076 +138.24832486666827 +157.80053033352237 +156.0150029211415 +150.93433469680312 +137.97580701591826 +132.4301472211952 +148.3975421760556 +164.45596331665195 +166.22389776106309 +149.74930459195892 +133.55935918119897 +131.72973494417087 +91.11962318661051 +66.52946427852555 +27.717501328007486 +17.39704380506286 +20.658586654221725 +17.397130743837607 +27.181638036527737 +50.01206348608559 +47.839802018309655 +90.60872077911564 +94.64742065247077 +121.76053569128402 +143.42680152563798 +168.56078933233198 +168.06094997342686 +168.01880281630798 +155.80149375225545 +159.92929353019713 +165.6756111545641 +172.50265702261822 +178.22969992894951 +168.6423185610605 +147.7893712443322 +136.90305057936337 +89.49951500173539 +62.889525675876826 +29.265504170175905 +17.42746109130367 +20.658387051301602 +17.396944633279407 +27.18145443816347 +53.83476451709632 +49.79325012417446 +80.0652685802601 +92.87377398018637 +109.9612155432279 +162.85932597466967 +181.89909121585373 +183.68888296680205 +180.747324103893 +168.15433228447776 +167.50860894561382 +181.4323319754065 +187.1558303830315 +187.09580194256975 +177.98273633469663 +167.3150589870071 +155.3797599144218 +106.50422831479236 +66.46425590954267 +26.696276664506726 +17.39730441564813 +20.6588329814549 +17.444520242886973 +27.493217290019597 +50.66256849070063 +50.48175255086098 +111.29412937281853 +138.72446429299995 +159.7913659997806 +178.1963920717296 +203.4386693078118 +210.4047892223024 +203.56818827362213 +187.80938305160598 +181.7628321515124 +195.92707901816968 +202.66047151706482 +202.9835550361802 +196.31350224867145 +182.1959223814274 +172.33119534018311 +115.1274444491651 +71.1009151584608 +26.717319845841654 +17.39722558332169 +20.658755188813863 +17.39730782596907 +28.716210256940048 +50.71571076663143 +49.331826130789594 +142.3816791987531 +167.51321785690826 +181.09089926916266 +199.02859599876052 +224.00676010798801 +226.26934267290756 +217.50604469566022 +192.46442415050754 +183.49079878794115 +197.32854929433788 +209.46226165416195 +211.37764196066703 +200.28250006565355 +197.2218841705613 +180.72508894413284 +117.63074276276066 +63.98683218826956 +26.736581290179434 +17.39693741236561 +20.65847088769569 +17.39702732641272 +28.810292717361715 +50.66263629345742 +49.47588824330123 +100.14757066965018 +118.45330626281772 +140.177764508204 +174.78045560115697 +194.1355614712651 +193.34010950289235 +189.8669256993285 +176.90925962851367 +176.5856797389055 +189.25608131384047 +197.31218422085018 +185.76218537920926 +178.94116943519975 +161.40916644779116 +152.46682334429465 +94.30238055635739 +61.26779237893451 +26.73441275838188 +17.39693870307834 +20.65847216335203 +17.397028580629613 +28.300974936596084 +50.662632530511615 +49.76051060056588 +124.53864164595119 +146.1438487549246 +169.15085866278213 +185.6107391572694 +212.3146716899232 +211.30775353488966 +200.8023336192779 +184.27067007276722 +177.45899938981253 +192.53299484134013 +197.5829931256231 +201.45747435806356 +192.22581772475635 +178.3098982713391 +165.40298987925232 +101.7838695353155 +61.249319419498995 +26.737954738588343 +17.397007002609488 +20.65853953665803 +17.397095041752664 +27.824152752259707 +50.66255659982392 +49.47592559123322 +100.55720294302044 +120.18438188982965 +135.04007425218293 +155.73548442216236 +177.20745614961538 +175.65521816375343 +167.96899297749422 +155.62039211188218 +160.64234123330507 +173.24401001433284 +174.86234321578073 +174.82264639126976 +162.57922754183355 +144.97613913186643 +139.15491585446182 +91.11579572617981 +61.22923480929894 +27.711484687611872 +17.397189857597834 +20.658719936924285 +17.39727303542909 +27.18177843901107 +50.01208058131229 +47.94623170550745 +80.17318433328357 +103.76809836073754 +129.84059880726173 +153.9791652504038 +181.5993425594671 +180.91864545848748 +175.61350196293702 +170.05103538810224 +173.33653649588283 +174.78719959007725 +182.82977879699655 +181.37429678840988 +175.3955693914498 +160.7804697736877 +159.40382907435387 +102.7782990342102 +62.88452551845836 +29.26178049134391 +17.42479291953745 +20.658386564957382 +17.39694415089793 +28.695021457074237 +69.28257647851666 +68.16062104428616 +80.38646475196103 +93.05145554524631 +103.45220278661378 +149.27975151259255 +158.7642791337546 +162.8970853072318 +172.16975924306362 +175.53490939037763 +171.72271059931882 +181.6249867898638 +186.39034666538794 +177.8594203705941 +164.82760617461494 +143.79760271531862 +131.84661024634588 +89.4943669325147 +59.65878469653878 +26.735214555251776 +17.397077694460595 +20.658598422484918 +17.39715313468295 +27.18166012857708 +50.66261328959674 +49.47601307395376 +100.19326123781698 +117.7002513229943 +133.77768229915338 +163.16362032164568 +189.11546274584083 +194.7440821498598 +189.07452554720348 +176.4245186126793 +174.40023473771708 +186.03768686832856 +192.70999445332802 +195.70826390706006 +189.17081059214743 +158.39731302841253 +150.84355719979527 +95.78913753820125 +61.25620709004799 +26.73961038902268 +17.397011662973807 +20.658555054359155 +17.39709946069327 +27.181607171904773 +50.6625609117053 +49.47604185383734 +100.26294186443928 +135.76739087135763 +144.66989992362906 +170.45011035105634 +199.2733813238807 +201.94173247536202 +192.7573809095734 +182.52625594433877 +174.7212240816677 +190.34658602343453 +195.91785246394124 +197.8137943052964 +189.27665416555 +181.49822851190683 +171.32350744213485 +117.72322806548074 +63.32251993207395 +26.734287263213236 +17.398255858706495 +20.65839741063226 +17.396954848161478 +28.75685437660277 +50.662703251159805 +50.19370097498748 +107.490139798124 +124.31228733390391 +156.15858780799226 +183.772944001676 +207.84810389518506 +210.67506570524552 +194.13428769763522 +173.80163973219462 +171.00590407510705 +194.18256366158613 +200.26037945927894 +195.06362099526456 +187.16735837531118 +174.04552232803917 +157.7731238998151 +93.60227298199173 +61.22419492499099 +26.716763236192236 +17.397268046331323 +20.658807169765296 +17.397359014465064 +27.234824783823147 +50.662527752779724 +49.4759846795566 +100.15933811939847 +112.16828577877905 +120.971597631654 +141.2303231936546 +166.6525227071966 +167.23058902510184 +158.3127165663731 +150.8076038848268 +145.1552414479503 +160.14928290186052 +168.78445668121364 +177.27342074047365 +159.84956672749348 +141.45109650865774 +142.44505412541304 +91.11875039034109 +61.2639801789891 +26.73770951244308 +17.396973531117666 +20.658495310478116 +17.397051415885876 +27.181559773571898 +50.6625140356382 +49.547260121695075 +100.25882023419886 +112.15802098362789 +128.48294877768686 +147.1316867602182 +180.23296779094855 +181.78214824718594 +176.76064998240102 +161.06215468933075 +159.95076374501792 +163.3706667674368 +168.39841199453127 +174.39039383848845 +164.27585141136402 +151.29703710709447 +146.00332008932247 +93.2030389613437 +61.25860121569354 +27.652956588068374 +17.45037223494037 +20.65836541450003 +17.396923291122317 +27.793295743608 +50.012044324812386 +48.37810682624006 +89.90140856027901 +120.66899434662919 +151.0765519407586 +174.52095224041565 +198.37297181005061 +185.0175166944962 +186.85534862132124 +189.9921460940869 +188.12859179193129 +195.68872365839692 +195.6930444931556 +202.44252967415736 +188.73273783449199 +164.74361020060198 +161.5979328859258 +103.68466518481709 +62.85070532669155 +29.309644386274257 +17.399270225755743 +20.658396995937373 +17.396965705319296 +27.462550878751202 +52.3652016343897 +52.18035252855069 +80.12029878215702 +92.87393527381423 +118.79165833362131 +170.02403296945278 +191.1559564718628 +188.32527785699133 +178.8857014472479 +172.3786241065161 +167.74482396376467 +168.87030812333043 +170.35892549617765 +167.99457855599624 +164.89030305570364 +149.81350202388228 +132.38256429936544 +89.53862525218578 +59.68269201938578 +26.674121838717518 +17.436880630568762 +20.658393101603775 +17.39693915592584 +27.181449035692296 +50.6626882255678 +49.547198486593864 +100.24735783753138 +126.48300106322384 +146.19161378216654 +177.91338849825536 +207.86301047688994 +205.23828590552813 +195.9554508690095 +181.85677437923027 +176.12383589488707 +189.00069534242044 +200.39786612718785 +206.05384583868457 +193.93996609272386 +168.90779458878822 +163.80101842346048 +107.60030576768438 +63.09372328416732 +26.721069510396102 +17.397224388007608 +20.658743643242833 +17.397296429784166 +28.27312502490658 +50.68798310292745 +49.57494465433862 +117.78850427801719 +136.95207110500982 +157.6909188932818 +185.69654209320504 +214.49923192413416 +214.46650612903875 +205.75155124338357 +188.836796409435 +181.13078375765704 +190.81335917819487 +203.32849399673978 +212.87636187785466 +200.99213448206913 +177.1271505164133 +158.45502421194874 +98.58743620608125 +61.22492483838394 +26.72619602300808 +17.39725295196455 +20.658792324793783 +17.39734436256721 +27.19379515014815 +50.703606251682736 +49.54697418481189 +100.23324648590626 +115.65500856770443 +129.2619741309104 +154.9590759628634 +184.52399819852397 +185.27711323490018 +172.90284784590773 +155.67442831856704 +153.2909372873921 +163.13479302100865 +170.2695463212312 +172.32844888843977 +165.8397282768541 +148.45613813265754 +136.23774503219184 +91.12066402147555 +61.23985538652905 +26.733605267407526 +17.397027754912386 +20.65856000505654 +17.397125960874785 +27.181622622950496 +50.66257619204947 +49.61845373742815 +100.4759867404111 +114.46510832800152 +135.17131049106285 +159.05343782942901 +186.84735678247696 +192.92759066467747 +190.07426985981544 +175.19925274602397 +171.5779404865349 +184.10609787027465 +194.40812445571208 +199.03013425310635 +183.70822807671811 +164.53115886738055 +157.16397795707644 +95.69728743958699 +61.224176653387126 +26.735403360069068 +17.397211292615435 +20.658730678952654 +17.397283634518484 +27.181788899733288 +50.662740674762155 +49.67134646830624 +100.2280410772966 +131.10807311171644 +154.90546056400845 +176.11248608130242 +205.29252771941074 +204.1553111612782 +196.9208530093833 +184.74783806570758 +181.13819694364452 +191.42935553716705 +198.2991551226928 +203.7794871402369 +192.73412978359124 +181.5050225496813 +172.78165891328783 +118.00201208685446 +77.16914203535684 +27.71518566704229 +17.39708137907533 +20.65861290651368 +17.39716743084501 +29.793692660443025 +50.011977059734186 +48.48642693345307 +114.76570313337581 +144.16013569823053 +172.93093190396442 +188.28416806969918 +199.97175880524256 +198.23607935832533 +207.99499181871403 +202.10074122974925 +199.65992381370938 +202.6752854996154 +195.6447304058427 +205.11784992870034 +204.61141074750427 +190.6355888640607 +196.4640020507063 +142.0148842545514 +100.84346896665839 +29.25599922605781 +17.43059640619783 +20.65838419438784 +17.396941812319238 +31.608912420394642 +63.58547241747009 +66.04780943272384 +80.27994673264236 +92.87377140363651 +168.09731442636007 +207.57085291204118 +216.47706875148023 +207.58514988394805 +196.89515770252086 +184.10277042165086 +181.64737019157118 +198.27366348181616 +196.07664055352006 +195.1489132836104 +183.29345152200605 +174.51981848249386 +168.32649129613543 +118.45737169567593 +80.3591100873193 +26.724090153865824 +17.397261720690505 +20.65879084868446 +17.397343012349513 +31.004548460016093 +50.674608501549876 +50.264259850824715 +145.05563024957314 +164.19896816298038 +176.3957517811324 +193.48516504892825 +215.82429389195715 +216.9278275232279 +206.7034258357562 +189.5078865640762 +176.78158703788796 +184.86039656018534 +183.51206326699784 +213.6873499661388 +203.19041815738026 +184.4889229046895 +174.81462708945844 +119.22874326104919 +66.65236009259715 +26.7373641067742 +17.39709739734734 +20.658617920327703 +17.397172375143487 +28.586122631325505 +50.66263206805798 +49.61845785266696 +114.70990868632714 +139.56691791932056 +168.34271883767443 +184.86089928671564 +214.781695022952 +210.33202874465516 +200.77298297033067 +186.45428946289417 +180.35421686560784 +198.6033707053097 +205.23154816824612 +206.5314540090049 +195.8393788838309 +182.8851528248558 +177.27912553887268 +121.51910855200661 +74.8224601742623 +26.73369051035501 +17.397046611421157 +20.658578611263074 +17.397133588757036 +30.220399379923577 +50.66259421584293 +50.48189482048075 +131.94509832254212 +146.08400031252293 +172.02085941010142 +197.71371030007043 +221.7636858268788 +224.0892444989803 +213.77342625003368 +198.26195984554607 +193.31970798623823 +203.07874472668004 +207.87726091860614 +212.99407925722247 +205.3119026954943 +196.33090747571967 +192.63846610577002 +139.61434302865842 +97.90985025722053 +26.73399880451097 +17.397041112133678 +20.658573177580305 +17.3971282362644 +31.96045756375567 +67.58388003252058 +72.82386639921052 +148.495426134173 +166.221824653569 +178.97085703635122 +200.14784781793244 +224.5948377331361 +222.90093847353404 +214.92499319032467 +198.7508907981804 +188.24834768848442 +201.8197078484636 +209.26212676813188 +215.7252805909072 +208.74570566155873 +198.52056487926177 +193.9204356743361 +139.22819459926163 +98.64169560330483 +26.74011163548731 +17.396904835661978 +20.6584387601317 +17.396995631736015 +34.93460846528154 +69.21250404414089 +74.36603932047959 +151.21630777700648 +167.62624255911498 +180.26430907403724 +201.0007251349637 +223.96405215085517 +223.25492619695922 +213.60132325898655 +198.52525442109317 +189.3718681904238 +197.95588634744342 +207.8821393218053 +212.80711218492488 +204.09866325481156 +193.58846439941897 +184.7714591857459 +122.70739887841407 +84.01122837916344 +27.714304359977753 +17.39703757189419 +20.658569689056733 +17.39712479023462 +31.33095157314021 +50.012123402730765 +48.8094116412356 +105.9859084593681 +123.19464065076383 +142.1057329231154 +167.0337841877779 +198.30804867798184 +186.68583782179795 +172.15408034021382 +160.77143069771535 +155.58436780635927 +176.1618333335499 +177.4701772102208 +188.31095541456278 +185.26120783689842 +164.7435220970028 +166.0384067684897 +114.95833372169943 +69.79618207398583 +29.273723659858717 +17.397311324484225 +20.65882972362098 +17.433608857455468 +29.44985508584955 +55.7461710512364 +54.58399715906604 +80.17185876363854 +92.91669310946514 +113.1629028311091 +155.9381093338444 +183.75254214944002 +184.01935913763273 +179.69350281860076 +158.9315601249195 +167.62269680431442 +172.93290045937636 +172.7670267873204 +181.31901310926287 +171.1195486818581 +155.74455348562608 +145.62797017894914 +93.43059023896093 +59.6683703284692 +26.735159848401846 +17.396990172662687 +20.65852293584704 +17.39707866789469 +27.181586658392824 +50.662540622290486 +50.12046992608341 +100.25984994567806 +122.38426377225967 +147.8717753317188 +178.97921391782236 +206.79035785547674 +206.0198361287424 +194.5872928883056 +180.32792246135088 +173.1021691976293 +188.82006645868478 +196.43965392705337 +198.52083771310745 +190.03386731313913 +168.32462636065372 +160.61988019585505 +103.54509798910927 +61.279525215044195 +26.740140773213586 +17.39691724034771 +20.65846223046578 +17.39700757806714 +27.181516530566302 +50.66275375000828 +50.04704636986624 +100.46670171599797 +127.93809467728292 +146.49949590108474 +177.16472173243636 +204.37428179077034 +205.14922231646761 +195.37583893302678 +180.81944462168863 +177.0284185319184 +189.32218185365792 +196.3666230144408 +201.01078629625917 +191.7123986430113 +177.05071879607917 +169.81698553445915 +119.48546371288144 +69.59717726903904 +26.73421396665232 +17.397084299330192 +20.658615788267056 +17.39717027239992 +29.465154516036737 +50.66263001538591 +50.48193029140747 +115.29887223628403 +139.29578063135165 +158.5789439289199 +188.04108985894254 +214.61506106163287 +214.90859794324516 +202.48989786889626 +187.07947237844954 +182.9323742474577 +194.66140791744445 +198.94104144875723 +199.58785568173624 +188.07005364057414 +179.3257933926176 +167.83006926049364 +110.62863256909051 +63.850785822161725 +26.73517373563706 +17.39697059045441 +20.658492400782496 +17.397048543755048 +29.273086105984707 +50.66251630644222 +50.04922987103703 +122.32734647998971 +145.73226321676427 +170.13643866468087 +192.5242453364019 +220.43157735042172 +222.5732523463773 +212.4213573393922 +192.6696973513156 +184.45209709369945 +196.62528203661375 +205.18375686554344 +207.92018501784804 +190.9695560204658 +178.60294310152955 +159.05582268131676 +98.44721066155043 +61.25351717363687 +26.736838502566453 +17.396972247004467 +20.658505252777328 +17.397061221982728 +29.419738558817308 +50.662523602980734 +50.48201321240934 +125.76443980783309 +137.45534153120192 +143.83874029379623 +168.62477270144728 +195.8985063655133 +198.645841113222 +189.99798210817607 +178.36712169251618 +171.00943154821283 +187.90727457400084 +196.92899041470392 +198.63261133479406 +191.4710159057997 +174.62791447687135 +167.95758572346304 +109.6976879724017 +66.9811329222025 +27.721514561289748 +17.39711144338252 +20.658642566530407 +17.397196693569164 +29.917721806815685 +50.01200574419388 +48.809482457735385 +106.40444072390979 +117.2540451392231 +149.39773976338722 +178.92912385653503 +217.94722797026827 +209.91178146036594 +200.98719026022857 +186.46853307516196 +185.13531683544576 +195.58615109364348 +195.30557154328244 +202.17620127442768 +193.37442044672227 +177.54879865324278 +184.54379151694573 +120.88791513132311 +73.07259360173882 +29.25995156315428 +17.430898452476114 +20.658385840691725 +17.39694343604984 +29.365601145969237 +59.45450349397054 +57.85591054105002 +80.38646408093544 +92.87392536860611 +130.79514360284313 +180.4092779299177 +200.8542453014279 +197.71048092630392 +190.9385757926093 +175.4197305549568 +169.1010280838343 +182.1291321029272 +187.29905861171565 +188.58543240197116 +178.912259097881 +166.2423947068238 +155.79905821643993 +100.90111623338764 +59.672187152981245 +26.738720414586407 +17.39696416003739 +20.658497273641157 +17.397053352761077 +27.18156168405032 +50.66251592337925 +49.65283529851412 +100.25766207114098 +134.81183960551147 +159.10343602638764 +186.0098483625282 +208.26093895028671 +207.43299700063616 +197.5240449961355 +180.2858234197117 +176.4196905013899 +192.42278605163816 +201.98241227734624 +207.39170698943124 +198.67250794647595 +189.33208309733413 +183.93496259189655 +118.23015397160613 +64.01554936996058 +26.734604074029807 +17.397071857837474 +20.65859263928165 +17.39715804661996 +27.759119292490603 +50.66260761238027 +50.48207440129474 +100.26593711226762 +112.15755568668644 +130.45126089797853 +159.3475199119752 +178.69213090340045 +185.1416926474581 +178.23636120843102 +161.4858099250606 +159.00741529101566 +170.93066895503063 +179.16150837481376 +179.04017262150293 +167.15423574184402 +151.01809605221456 +138.60142209474756 +91.11858106607676 +61.24160870703687 +26.734992065639847 +17.3970808346979 +20.658601521716097 +17.397156200149038 +27.181663153019432 +50.6626162799427 +49.72416612552723 +100.4795215200627 +115.7804708188818 +129.83711481639023 +157.04412708283888 +176.78231961371714 +178.92619267192254 +180.78743668138708 +163.59261642012135 +156.51772498800491 +172.15477700983715 +180.97021615585956 +179.9605333077086 +166.94564043615526 +147.18260871085053 +140.0273313476201 +91.11849324058885 +61.23901975562598 +26.7348878347072 +17.397107215486866 +20.65862764349841 +17.39718196729788 +27.181688574385685 +50.66264143032188 +50.26466192881347 +100.4137577783353 +112.27279424905406 +139.33478565495838 +165.95661409320948 +195.22539770760258 +195.65747189121126 +189.05646870264334 +175.34949832717695 +171.36995682294923 +182.42334098887608 +190.89850574906697 +193.42511351222254 +183.9728950552683 +162.9980624940979 +157.4569187420011 +91.11861252171938 +61.23364200546159 +26.74067607835104 +17.397108764347884 +20.65865052747991 +17.397193972958384 +27.181700424981088 +50.66265314883631 +49.82978212777627 +100.48293204873787 +121.02612172410393 +147.92580602561316 +181.1824844522275 +203.8645010187219 +204.71050416437984 +193.98845163685783 +180.35822124718197 +174.46959718473752 +187.96770896492828 +196.3833522772143 +198.94680179821395 +190.79551071848832 +185.00630464089397 +160.81523830587736 +101.78442036035969 +61.22387102287899 +27.719365025154644 +17.397157791726286 +20.658688297849448 +17.397241815680736 +27.370858038015555 +50.01204997297114 +48.43147700911922 +83.74990341966111 +116.06623774533058 +166.00865122344763 +187.97668260340498 +208.2937546599465 +201.47178617969968 +192.59789825938873 +184.5713180569412 +181.19630732019723 +187.85629121529138 +191.04870749886007 +194.65102150937668 +193.0225107174486 +184.8235060260454 +172.10191971903478 +119.6864419702403 +71.21347367969572 +29.26482088615766 +17.43470689364343 +20.65838251474661 +17.396940156151715 +29.038800840248122 +59.802167985040384 +59.57521224639463 +80.30567582189578 +92.873770010282 +137.09508037133355 +182.80594778049624 +200.3179243950241 +194.43009886841568 +189.26476089332485 +173.20365443848974 +175.05683516287445 +184.18357322072566 +191.15042663593889 +187.77419924984346 +181.3827104513374 +182.34635798161992 +167.90315384297654 +116.99915705141234 +77.9547409722506 +26.68102080158097 +17.43648948515712 +20.65838178657506 +17.39693943887571 +28.10467881639635 +50.66268849420145 +50.76842982442958 +118.58511667823552 +137.59381429254208 +152.25670965420355 +179.7878324434212 +204.34908193339362 +210.66796840163207 +196.32825735305977 +167.37521341189054 +178.58416717898814 +192.5933681237251 +198.3887380812313 +200.65469898232257 +194.41022073742982 +194.80921271296782 +174.82414498735986 +113.57498924745138 +66.41232976553692 +26.734035542773345 +17.39701497056486 +20.658547398684696 +17.397102800549483 +29.165246943048405 +50.66256416690934 +50.768589151005514 +120.39578069349608 +142.80737954748685 +156.35971944997652 +183.11039987001695 +206.8639411846279 +206.16923552006895 +196.3125745726032 +181.1112165047224 +176.22202079994673 +188.777721899233 +198.1887552598551 +200.15629977441108 +190.19055961782638 +185.7281103717377 +165.6102224520852 +106.23950822883985 +61.23146119293078 +26.727329363829373 +17.39720685154796 +20.658736705261603 +17.397289584104684 +28.06327069931932 +50.66538023817536 +50.53225155537736 +103.57953661055527 +135.18706399018484 +156.77806949770758 +186.10837617433165 +210.4481953619903 +210.74966226129905 +202.26306337387308 +187.10731329983074 +181.4919752561888 +193.77637482400692 +201.30666830298716 +203.68158571982568 +195.27397788685337 +191.45815568789567 +175.4385738387849 +102.98401687369528 +61.25024683634463 +26.736287831921345 +17.396994479608118 +20.65853816118067 +17.397082737850486 +27.585073984894485 +50.66254459447907 +50.19121440146023 +109.80207884509409 +136.3106451454005 +167.44983827511055 +192.46004974769826 +217.48442619854995 +221.12198384575177 +205.55140807073911 +192.9184833236638 +185.81031228691148 +196.43514014686318 +203.3345072085806 +204.7711579730398 +195.83543945403648 +199.0620703823566 +185.77784008344855 +132.57680460896304 +77.39753580529384 +26.735935419540493 +17.39700640167997 +20.658538938515797 +17.397094456744053 +29.508736699993122 +50.66255602764421 +50.40867126501237 +101.30029217213536 +118.40775753177176 +134.9904033924247 +157.72357447262343 +188.19905525815963 +191.49183272432424 +183.87525011630643 +174.80432827805518 +171.55585476295258 +183.42590933795944 +191.6771003657145 +186.65159648192244 +172.32150467194788 +164.883283205861 +144.37028660139921 +91.11854927163591 +61.23881558741588 +27.71852018275046 +17.397089645889192 +20.65862106050945 +17.397175475941246 +27.181682170426427 +50.01198494513435 +48.37639232935828 +80.28011424549535 +94.47496535331307 +127.8861435451178 +161.20901350469188 +181.72584088914107 +184.45392209809944 +178.10850175409536 +172.19404835983664 +172.9459580241445 +183.25717346573626 +187.3085446262866 +182.19756926730787 +163.09850451143694 +150.0607403842472 +137.81911169889662 +89.51747969833282 +62.88287594464032 +29.248645807883936 +17.44603594651128 +20.658389376102757 +17.396935467685203 +27.181445397749844 +51.85858464972911 +52.12712173126622 +80.33143530486448 +92.87376538923576 +126.22505671674462 +179.1863263693791 +203.82174065146552 +204.2415212373517 +201.97950971163115 +187.25415976786527 +185.75012036895512 +196.79229834575264 +195.57540871278974 +194.89476541845374 +187.9913315339192 +189.69478392046062 +173.66258321677188 +127.13878595289292 +90.48479475463797 +26.714479674812324 +17.410932670735075 +20.65839222881433 +17.396949737230784 +29.4100918548346 +50.66269835577037 +50.76843968071825 +144.10256943689242 +165.55025553294504 +173.54659057063657 +191.61485647096444 +216.55640677615764 +220.2275770904047 +204.41085834880064 +191.89079775528987 +185.3775888137717 +197.2377167504167 +206.4436900662241 +207.73716183004052 +199.57127676046778 +201.74397551839215 +187.76121410107592 +133.72222824687339 +92.64587682318084 +26.73966523047144 +17.39704666806652 +20.658578663561926 +17.397133646704518 +32.21059194412728 +50.66259415983281 +50.76861857461603 +138.3987021035436 +164.2385776433424 +181.1097125402285 +197.66641277638726 +219.37526450247125 +218.83003752246196 +209.77058875065282 +188.43344269707697 +174.55629826908145 +178.37108008438702 +177.33243357630704 +166.7640659732289 +160.39740705708647 +166.51724744261003 +145.80258838159423 +91.12090610047781 +61.237510143914356 +26.739664140641803 +17.397095240529108 +20.658626579774225 +17.397180924087444 +27.42922644769008 +50.662640408572884 +50.62457083121275 +100.44742475096102 +121.29678938064654 +135.04064900592587 +163.63640241187466 +190.50001653446915 +197.48261225306234 +188.63949398708763 +174.68799693725327 +172.15330494420968 +182.78296110124896 +191.20385372092903 +192.1060727483056 +185.6170653130355 +177.9371627698301 +156.82171956319718 +98.35893623114033 +61.23865395230108 +26.74125159403803 +17.397061310601117 +20.658603864457877 +17.397158393540394 +27.181654732640837 +50.66260795241539 +50.26462908941568 +100.4444538292609 +115.74758610588196 +149.71159257278077 +180.0550591045007 +203.6956280285718 +202.4217276913087 +194.0897880312503 +181.0367760401315 +176.26856130409288 +188.71230460016398 +194.50403670448347 +193.2868533617686 +175.7867598721082 +170.43103430273513 +151.07332850711438 +93.11567515252551 +61.239260543948326 +26.739778892596444 +17.39708640196444 +20.658617865405596 +17.397172319560195 +27.181679057809085 +50.66263201298271 +50.624562596403194 +103.14327577476081 +136.90947697182423 +161.57101673639744 +184.78568111009363 +209.6725679911339 +213.84419089876974 +205.59754362178424 +191.88733829930248 +186.6820609601202 +197.49907429977594 +206.57855165975323 +207.63175584424346 +196.59386427491228 +192.0771998084698 +171.745573959881 +111.11580078347156 +69.50733181213373 +27.720878863076475 +17.397062662872333 +20.658594444858128 +17.397149211773023 +29.19210104838919 +50.011959206294485 +48.80943699865095 +85.92076467984523 +111.98002159864299 +146.15595733881037 +165.401604061412 +188.7939737283415 +186.7574443352121 +178.68990814997596 +166.19526201198823 +161.8540759291348 +170.95471348672774 +170.76582692622097 +169.90971857350797 +165.91879602591035 +161.85365372060937 +146.4455209959839 +95.762665833383 +62.89146588940414 +29.256841042268725 +17.42893360216857 +20.6583848732303 +17.39695378859095 +27.796625826070056 +52.03450895985641 +63.174504227252086 +80.2799240683809 +92.87390169577854 +105.42359795628758 +151.16305708154334 +166.1489657342497 +162.3450696150263 +165.55444908196768 +147.05778107676198 +136.1919895350848 +146.56058435220572 +153.25599058846288 +150.44784647544023 +142.33165482630397 +142.81973943408957 +130.56403054504952 +89.52767622717461 +59.679856859515695 +26.71251620730064 +17.413497325968926 +20.6583911806945 +17.396948703453752 +27.181458453103843 +50.6626973667088 +61.77247988606597 +100.71337930047 +112.66021794107932 +119.97140904354507 +140.20894667520164 +161.0747871735588 +166.9172945751754 +160.33490219549228 +138.48328059060162 +139.57734357310514 +152.08070797668594 +161.20401575465974 +162.81834093382838 +156.1711318118705 +153.1859554989507 +140.73125657477922 +91.11862482366355 +61.23736189613899 +26.739794286244596 +17.3971089836403 +20.65862938775832 +17.39718369107252 +27.18169027845789 +50.66264311245731 +61.772707793297556 +100.73429597148782 +112.31372251599367 +121.68372161033074 +144.7685242868763 +168.75628035093095 +174.26615151230536 +165.923482187272 +153.2534525622591 +152.18867367365888 +162.38826818128524 +168.53279160825332 +169.32255950320038 +155.81011302865747 +151.6276479235342 +139.92830810231303 +91.11829715304448 +61.24514403976064 +26.73674242248666 +17.397071673191743 +20.658592456849636 +17.397147252842473 +27.18165432470481 +50.662607548467115 +61.77267290402775 +101.37496499840616 +112.47967257797242 +123.78040442124467 +151.80005770797604 +175.91513146571637 +179.14967412617213 +172.9762447181115 +165.17412348617287 +153.20573088341658 +161.71021221849944 +168.7185669323451 +173.1145391049419 +167.5705797442803 +166.5080409873321 +143.72682592556163 +91.11801742712285 +61.245155661707805 +26.73618018594813 +17.397068182370436 +20.65859988540709 +17.397154584011883 +27.181661559496398 +50.66261470509826 +61.7726799240153 +101.37563312390601 +112.53253790642052 +118.57786951227477 +137.79880386281093 +168.5207768027878 +190.9304053564029 +187.1983511005507 +176.1724911672984 +170.28788220948704 +179.18626297799898 +186.10512906686003 +190.05842082169093 +174.21363827067367 +165.2198309511383 +149.02953952618464 +91.12002284247627 +61.25460464265306 +26.73514792524235 +17.396995536780224 +20.65852822871732 +17.39708388296648 +27.181591805488342 +50.66254571213729 +61.77261224605914 +108.40151562776846 +124.6741559198006 +143.2554808843016 +170.9055781045887 +201.11893347932673 +201.36113732033775 +194.72388373144082 +184.39189411459293 +176.0043499291962 +188.47592771969371 +196.86667637937026 +191.55968845229353 +181.47011352634982 +176.29871643928388 +157.8542299167245 +97.6261382238662 +61.250111859993176 +27.713475575868497 +17.397021701415127 +20.65855403473482 +17.39710934952391 +28.224408999769313 +50.012108453082035 +59.81343805179709 +85.90428694969611 +111.26094187747248 +163.27500039723233 +190.46060977571216 +214.83382763782976 +210.5045929415149 +196.66231151449244 +182.33112270833536 +186.1885292183935 +164.50462143413668 +192.47045669970663 +198.55173938383538 +192.59912067731895 +182.23108770800934 +173.3038854567544 +119.31268487160847 +77.54190422257024 +29.286951870461024 +17.416171662053102 +20.658391035344305 +17.396948566198887 +28.43893323017384 +53.85467442703778 +65.2902933683286 +80.30570625634543 +92.91682408035044 +112.90911662204267 +158.9795959667299 +179.70200236352676 +179.98257940242735 +180.88498373798913 +169.05063741659262 +166.75154225960767 +175.65441180942975 +175.6016841941721 +174.34122349252834 +162.67211316986484 +160.72511640370396 +141.85714472982474 +92.82928320589339 +59.68124991705717 +26.67849485258286 +17.436077511834608 +20.658381954870826 +17.396939603709807 +27.181449475623676 +50.6626886532289 +61.77247118021963 +111.28304866031375 +128.01156765097647 +149.52632499161535 +176.33574434616884 +201.141323417739 +207.00494732596422 +200.3261309126498 +180.88112946809406 +177.1663472527908 +181.6923669531476 +175.94403126857543 +189.77681219153294 +188.15787241645276 +181.7007655857994 +163.70049553193246 +100.75765645872912 +61.2302256528429 +26.72859824494519 +17.39722060390275 +20.65875027813493 +17.397302970062455 +27.209600433784466 +50.70959971473756 +61.77839745354147 +100.40739723367267 +112.20856948688194 +118.52512277077386 +143.8838501918836 +163.50982302038233 +176.3378796376182 +166.2730935259419 +146.9316523742356 +140.5894923174768 +159.0645731534138 +178.6080994933094 +187.68628835994008 +179.86266484251036 +181.25539690824405 +160.02780726969698 +100.56164598332771 +61.22429115393255 +26.74010105172124 +17.397154698528528 +20.658685253007995 +17.39723880834333 +28.61757979440664 +50.66269691285672 +61.77276057562174 +105.28731922150395 +122.26489238257986 +131.51604534463783 +139.35226357207782 +167.58772858110757 +168.71377965884437 +157.94720909631292 +151.2941735572937 +148.7010902116149 +134.68464314704693 +138.09549699765438 +137.06700625233125 +134.58949146633753 +136.50070055645156 +131.72955035014735 +91.1187389724031 +64.53827322581598 +26.741171541431555 +17.397075137852777 +20.658606750321113 +17.397161355771527 +27.181668238429662 +50.66262131351476 +61.77268640523542 +118.0415749304327 +130.58493032863615 +118.73664160751083 +137.78503069977856 +150.12735580691913 +145.4347047406903 +137.40454754239627 +124.49607867179932 +124.44952019483755 +134.28106548928127 +139.85112227546145 +139.91771368338397 +133.62048823568253 +136.52475121165585 +131.73036530427882 +91.11738181525503 +64.54647695924662 +26.737435999152993 +17.397074576357724 +20.658595331910696 +17.39715008700975 +27.18165712413772 +50.662610315791966 +61.77267561977819 +101.37520897235636 +112.74760746981372 +119.54048129409989 +137.60980091044073 +154.28308862342672 +153.1984325449946 +148.47277963900757 +131.7303117096602 +130.5546388268286 +144.42139215461813 +148.96642371343862 +145.93608448789956 +138.4814377969255 +137.40936754063213 +131.7296842030528 +91.1202578278566 +64.54915236930572 +27.714228219773883 +17.39704999501863 +20.658581948615556 +17.397147535926894 +27.181643979605376 +50.01199789572291 +59.81346561768793 +95.82245962458 +94.71539382692008 +120.18967986372544 +137.7596663196679 +153.22647198657967 +143.08939446043888 +142.45609836776146 +130.32474532000373 +126.58602275462042 +143.94509812558945 +142.47202600861792 +144.60293025525857 +136.773040090337 +136.502583038994 +131.71935025039156 +98.49353092459064 +66.16260351645244 +29.30065063385865 +17.40657798842814 +20.658405857334316 +17.396963055837123 +27.187555833742714 +50.66087569085329 +61.02974890017189 +83.98286841276341 +96.21751534782015 +102.65832623949753 +138.73807823437363 +156.48137361838405 +147.45395151753186 +145.62440369048878 +128.77972096594584 +126.60196272062024 +135.37070788381206 +143.8924202650178 +135.67086240627407 +128.0611478542698 +127.35455855239277 +124.07991861181748 +92.98580047401092 +62.97815622701507 +26.70438893542642 +17.419578571196354 +20.658389836643178 +17.396947377797073 +27.19494142924063 +50.662696096887 +61.772478617931796 +111.43817255135697 +129.00635702674538 +118.57588014144085 +138.1610357210127 +163.8589983474038 +161.26281871135083 +153.70353403950077 +131.76805727531203 +133.20531521178873 +143.0259161100988 +152.19670228122413 +146.92830781395705 +133.94471100212164 +136.49904276146407 +131.72941211575593 +96.30015463745451 +64.52636817929915 +26.73858818702333 +17.397170392180623 +20.65869018495856 +17.39725397286251 +27.189885461005552 +50.66270145179359 +61.77276502790562 +109.23230759996011 +126.86104612244054 +118.52761888165726 +137.60511967740203 +157.27740300001278 +157.0810210794965 +152.2506754919516 +135.73226063901424 +134.59939039997448 +149.98601510143934 +155.5573298217495 +151.93489179448235 +139.48752110401168 +136.50291946287152 +131.7292461579558 +96.86680642516284 +64.53944873431044 +26.73984822265433 +17.397072989133722 +20.65859375958455 +17.397159150839872 +27.193948527420726 +50.66260869161077 +61.77267402483089 +108.34997343116159 +126.30002833036527 +118.52802297115952 +137.92228835270902 +158.3898476710006 +161.42330931733423 +146.6255208952355 +125.1774682943071 +124.6226246291296 +136.57535395636864 +143.31392610648663 +149.19768516179005 +141.80788684211723 +137.76051679654594 +131.7291071686527 +91.12120711275702 +61.249284165617844 +26.736239562230242 +17.39703084946555 +20.658552044833446 +17.397107385926258 +27.181614987935408 +50.66256864362985 +61.77263474051079 +119.91714173185497 +112.31899510385199 +118.6562524923788 +138.18907051455585 +156.55652356225755 +157.3834311214076 +161.25763374251147 +139.4800346454025 +140.50751306593043 +153.29521803873433 +160.89864539763673 +159.02768563129035 +151.74125687860442 +152.3931237132871 +141.72525050287794 +92.45676964684323 +61.25120128178015 +26.734154586390506 +17.396972915798084 +20.65850591163323 +17.39706186898262 +27.181570090189737 +50.662524236265575 +61.77259117997707 +100.47235065005565 +118.72451333137002 +136.46506966363657 +159.44125537383096 +184.59355604525774 +189.3033863609905 +178.27793452257646 +166.4727420015878 +162.02264074914103 +173.15254862800938 +174.56382397924335 +174.6165902138375 +170.7020529863412 +171.6306081140697 +158.11259016250128 +102.49098780202188 +61.28894195256757 +27.716505171061275 +17.396877337537987 +20.65841163578507 +17.396968876947255 +27.44270004149068 +50.0119725037114 +59.81330361251635 +80.49295879897775 +100.1366867898646 +128.78143301524958 +156.86782156381423 +177.14297253002186 +175.04987155037378 +162.0645717838514 +160.38965148005596 +146.16966479082328 +157.70840890257526 +158.19379832092298 +152.5741522240098 +145.4366964841822 +136.50000124316978 +131.67474745672754 +89.57349918308086 +66.20742683787724 +29.312235286785402 +17.397160120241722 +20.65868001502024 +17.397233641509356 +27.181739562986042 +50.84531468425738 +61.26338728000088 +80.54592791694498 +93.05134411012034 +102.7012753091437 +137.8311730380741 +147.57503594572776 +138.9991059161317 +134.21442372465532 +122.03635138524352 +121.94775227250484 +133.060872110249 +133.2251859233279 +130.35043647243623 +126.12895293730395 +127.34592034717184 +134.32946252002822 +93.11186223043455 +62.97758850438629 +26.73510302641183 +17.396953402824682 +20.658475386380854 +17.397031760530588 +27.18644929731366 +50.662635487835395 +61.77256076000959 +114.59502693807025 +128.41643921990956 +118.60223642484883 +137.8306724760198 +148.82204907969356 +145.3004616110484 +141.83851755387403 +129.6997392605012 +126.10417688233342 +139.3789711897796 +150.5816266920495 +147.94930588511107 +147.56858299505004 +136.50166781644293 +131.72986506248617 +102.12193565775586 +64.54877249663554 +26.734384537040977 +17.397012153082773 +20.65853353917857 +17.397089127795148 +27.19947748476568 +50.662550828654446 +61.77261726602691 +114.43820776874261 +122.20100707789912 +121.27672986419947 +144.03588524231557 +170.57152962253272 +171.994788030831 +167.51088746757188 +152.96265615554498 +151.89403412922925 +157.49514467607537 +162.5073279488038 +166.3562695637698 +172.903895759047 +159.75749956320223 +146.42164746680496 +91.11750767337244 +61.225725185921306 +26.729417129646713 +17.397230698357383 +20.658760237417173 +17.3973128022034 +27.181817684442358 +50.71568102757075 +61.772271789594626 +109.99197277839797 +126.11207364774354 +138.91029154110203 +163.75403082207254 +195.35963871826667 +196.01649639333257 +182.89064204885932 +167.32485457776045 +159.37900716944705 +172.36635899529966 +180.5432872539353 +189.06132576886364 +194.7762685300672 +186.94872269143502 +170.14737484919974 +118.78028587160269 +69.71819500586011 +26.725669499225486 +17.397244611167526 +20.658763665821677 +17.397316187171054 +29.038647734249587 +50.71564982134482 +61.772275471688395 +117.79865900221576 +129.73351175987446 +135.96768497910367 +168.72187515669034 +198.07530840969596 +198.37166370598993 +189.65544887553523 +163.7050474278089 +160.25235117884102 +181.42929736785905 +178.94598476656344 +189.08549945343702 +185.44511349495173 +169.66991427214245 +151.88121185111802 +97.31601833174932 +61.28015601223287 +26.69786723760951 +17.42277688138325 +20.65838738869077 +17.396944963353693 +28.57984492926 +50.662693785801075 +61.77247630597857 +102.3109544088916 +119.15559231731186 +145.17253715061926 +181.31445750948467 +208.64634760306407 +215.56036772354187 +200.48649469290444 +183.27959213394897 +173.90326574024255 +180.18918239466345 +190.83746697766986 +196.20198062887434 +201.57200154763623 +194.34382188769447 +173.86077193157712 +110.12549967506081 +67.30273528942922 +27.713672539653682 +17.397010521438336 +20.65853192544489 +17.397087530473865 +29.050978436687572 +50.012087336027896 +59.81341716880026 +106.72411424624407 +131.00048525543804 +163.33701576797182 +178.37948989956905 +208.3706014478067 +204.53083679932388 +196.32967469086378 +184.2921973108111 +180.9591258018539 +191.2313677160692 +192.85415186145232 +196.87007028824664 +205.42840237578693 +189.226658133501 +182.48082192562464 +130.16978434285866 +96.22472134015031 +29.289344394168097 +17.41314845871285 +20.658391323252737 +17.396948844061093 +30.326128264508515 +59.699581205603636 +73.47056040009555 +81.19407958055744 +93.58990669067734 +127.40222209590503 +168.00223965409276 +190.0812177122509 +184.83463651868803 +179.5223285453697 +159.31861643629324 +157.021326221075 +163.47046328220537 +170.9275801483955 +162.61188343682937 +163.7163312462129 +142.6334424799566 +124.09797580397299 +89.50239369130723 +59.680320387380675 +26.73736932488083 +17.396949764868747 +20.65847178697702 +17.397039227609067 +27.18153676403387 +50.66263285557808 +61.772557348238976 +115.41699119822493 +112.78074889830205 +118.522709620949 +137.62480329764733 +152.82781362049417 +157.3078372662844 +149.7390549734734 +130.139358771686 +125.52757032694198 +140.33589234888674 +152.36122868653746 +155.62620376506644 +164.075147548082 +147.70471289053066 +131.73023526929165 +91.12062853353568 +64.53815183083327 +26.73420545449069 +17.397068328201605 +20.65860003800453 +17.397154732728712 +27.181661703289063 +50.662614847071715 +61.77268006377992 +115.2432619100264 +131.0626127509129 +118.57653215824607 +137.96836109710026 +157.15704145160416 +159.01361758086728 +151.05662549385346 +140.13499396036215 +142.3952961909818 +150.08650083155905 +151.96944734722766 +152.1681516211128 +159.96203149716803 +150.19389879368697 +132.99442125141107 +91.11851032938164 +61.223739290504376 +26.73843075848785 +17.397163645359647 +20.658683506417233 +17.397237087864298 +27.181742968466434 +50.66269523346094 +61.77275892781556 +113.61682471235808 +130.47294439701383 +118.58466818043685 +147.8232784007432 +179.12214570606181 +181.5524370783307 +171.43627017176303 +167.14641783063334 +157.85879360991615 +171.30038037040623 +175.0245213989074 +172.932620476922 +169.65588298695383 +154.25929637141604 +133.14288582036022 +91.12140764631772 +61.22303601959466 +26.738221584084556 +17.39716007300255 +20.65867996478991 +17.39723359574722 +27.18173952215337 +50.66269182637054 +61.77275558440162 +116.97495484586936 +112.58695583551207 +124.64375614380829 +157.8640204714179 +186.31114360344077 +196.478596109889 +188.88033656654287 +175.71093861901127 +172.18323940386014 +184.7831534652871 +189.93330333951974 +183.98619739364824 +181.57621863522678 +167.40018826502018 +142.30350018133547 +91.121673718381 +61.22659224922179 +26.73327840323277 +17.39715051202609 +20.658681115240185 +17.397234728446755 +27.181740638597308 +50.66269293002267 +61.77275666902562 +120.81374416727924 +112.82462054027607 +118.67817537501098 +145.15368764304813 +182.0654788942655 +180.2469954288214 +170.9014039502098 +162.79522758227637 +157.91417007261475 +169.00501703661342 +171.938990188664 +168.34182561409236 +162.74498054775455 +146.32840377902747 +131.7297741625146 +91.11737699305414 +66.41726307070788 +27.71695098418993 +17.397163039654064 +20.658693473092544 +17.397246922247874 +27.18175267105724 +50.01205498018295 +59.81357175243868 +81.24704912761698 +94.59835779294531 +120.34795951378041 +138.0010082930851 +149.8061498208937 +146.96462552560337 +136.07424463930346 +126.17898727369858 +126.53856655615292 +134.9604615918054 +139.66537545751004 +144.5317511695733 +152.59925010354647 +137.3286255163124 +132.33993977544466 +89.61652968675851 +62.89126677044186 +29.25996832026232 +17.426209808746403 +20.65838749568948 +17.396945068887568 +27.18145486793917 +51.68674655329426 +62.466583483925874 +81.24754400294422 +93.58979449308863 +103.28537090723137 +137.8643254265139 +152.38569285853262 +157.98898863216033 +144.68017756888162 +129.08650420090748 +126.56139583851193 +134.78085782819815 +139.0639520752815 +138.44532211489994 +142.67117745727484 +133.26983975068214 +124.06699752144432 +89.54514686139625 +59.67331778353728 +26.676003475495875 +17.44032031220778 +20.658382515747935 +17.39694015713636 +27.181450020373195 +50.66268918189101 +61.772471710310256 +119.54608857143768 +112.69047765024705 +120.52555212875544 +161.20981972997586 +195.16648007516795 +198.55301697806956 +194.19745675208176 +176.1608452183254 +167.53889833579808 +182.67952555606834 +190.09903243027082 +192.93858203977808 +187.8087840902476 +172.8813140963242 +158.4911019598977 +103.4846233084174 +61.22610555477095 +26.71571746780119 +17.39728129521859 +20.658810166829696 +17.39736207644844 +27.234839023049073 +50.662540778331824 +61.772323431449024 +101.91776725982531 +113.1934041247299 +118.77621506509914 +137.88426089732644 +163.63508539647535 +172.9238632317212 +173.36244977310173 +149.2509798627954 +145.21861259840256 +158.91879069977583 +161.64185413653803 +159.6467650046421 +161.2425457400067 +148.45638526360239 +136.1708240434813 +91.18831902667 +61.22375676599091 +26.709887148064 +17.39724161451909 +20.65877101273243 +17.39732343311985 +27.181828178745743 +50.71560004946665 +61.772283357005925 +101.62767999168352 +113.28525775181078 +118.77531050351394 +138.7849492553227 +160.74321979528895 +174.47040335481512 +167.2257311936388 +146.1187592222378 +137.25640677947422 +143.77976865361074 +138.9338481846548 +139.34115077432048 +145.60953938640338 +136.97124568149553 +131.82958076798022 +99.35305736406607 +64.56863562903911 +26.736760102892912 +17.396929816510532 +20.658452040222503 +17.397008733543085 +27.18151766739431 +50.66275485759194 +61.772537336205055 +118.51253418944005 +129.58998499159748 +136.57716550487214 +155.21350038879697 +149.53902024548862 +141.65392622905267 +132.8229950788962 +124.84567205078038 +124.82759681641038 +134.88518895281882 +138.8791753342916 +140.34202943787534 +145.5935326629872 +136.49799079923474 +144.34607553842903 +97.37760669619395 +64.52719510915618 +26.721060330802658 +17.397205197219133 +20.658724641678294 +17.397277679592804 +27.2121388438716 +50.662734752976405 +61.82559700294693 +111.47413635143637 +123.832363124811 +132.86526707497043 +152.4326129207589 +149.44752801027744 +141.0882706218878 +132.77539551724135 +125.11094269727215 +124.50346457272398 +134.38323828907366 +138.54724937546175 +139.71383297693703 +145.5935326629872 +136.50107957123961 +131.72993288990202 +94.41775714018678 +64.56039870053806 +27.718365997349864 +17.397004325852958 +20.658536776502046 +17.39709220411972 +27.260165803841335 +50.01208147075016 +59.813411365852666 +86.95596108819639 +106.22544085717726 +134.1014962134141 +152.66544144429065 +149.2735801066729 +143.70889635769856 +134.84170249459874 +126.37531053274819 +126.22583350806863 +134.71796752428216 +138.03504823243 +142.70452049200253 +149.30463365615523 +136.43829967737162 +131.78554826459825 +89.50047374147155 +62.86819008833933 +29.277101333090403 +17.420248271614923 +20.658389600209325 +17.396947145527744 +27.18145691547524 +52.17706324163632 +61.709833885203274 +81.40905989707518 +93.05134931502104 +102.70133685873553 +138.33136203490062 +148.68254276365843 +138.75878683538613 +131.6629666318017 +121.92927126983886 +121.57771208415564 +130.4354509819036 +133.59033767721343 +131.637148308522 +137.1423744197932 +127.33016262549943 +131.84948260534676 +93.79767044301232 +62.98460142785453 +26.73786702058287 +17.396977583366418 +20.658499321073112 +17.39706629790841 +27.22428859552451 +50.66251763296418 +61.77258470398913 +107.62581520073286 +124.47678095374785 +133.6765434322013 +152.91208897996125 +149.07037827015773 +141.31360234493204 +132.86981579266057 +124.86649080691784 +124.56558523464624 +134.512355163454 +138.23857219914214 +139.62494834652477 +145.56044902497908 +136.50061291982124 +140.96622683892443 +95.85155816007774 +64.53353054967342 +26.740249373962506 +17.397110424555766 +20.658641448227257 +17.39719547618909 +27.300011110914113 +50.662644090389904 +61.77270875187409 +104.74971007479235 +119.69229294077992 +133.01799063499283 +154.67405496628024 +149.0487146714762 +151.3451942885184 +145.62773382196934 +135.0874931312405 +130.06625427289393 +137.79038021836888 +144.48426417213386 +154.02493492258262 +155.33393402958782 +145.4671595587224 +131.7297148139462 +91.12078404554276 +61.22253457326101 +26.73474837286615 +17.397192359500515 +20.658711930375368 +17.39726513511558 +27.181770644313566 +50.662722617052836 +61.82575904672264 +117.81787362691648 +128.95748626074823 +118.74437735579596 +137.6752833525622 +152.43608191966956 +141.1432129625484 +132.64326662793354 +124.47330154437847 +124.47175644641477 +134.42304192031392 +140.83574914672474 +139.36614526298297 +145.7070889309276 +136.50010224472882 +131.67415327952506 +95.06229351447729 +64.58213156041846 +26.71645337090113 +17.409687351933556 +20.658393329072293 +17.39696210198251 +27.187256344955095 +50.66269916016126 +61.77248167847047 +110.17681929497898 +124.2225110160938 +137.34983586132822 +137.58011663037647 +154.3137704365021 +151.89021345497255 +144.73611949079287 +133.81313612517567 +130.20171680196142 +142.15569744808403 +148.75713126666275 +153.1276033954315 +154.7340673375087 +142.46270717114118 +131.78548208266074 +97.65965948794754 +64.65697305490544 +26.714870644202428 +17.397269026512067 +20.658787837280677 +17.397340041093496 +27.213154901054235 +50.684271587917955 +61.77230025173678 +113.70196078169349 +127.51100750116677 +135.83574752494036 +153.3952324887269 +149.0580970573148 +141.09451059348396 +133.016230178529 +125.03875067655335 +125.04508273393536 +134.5910777338838 +138.25903710826753 +140.0414929365438 +145.59353266298703 +136.49736083743358 +141.98869382373357 +95.45998115298156 +64.5547145322928 +27.717555824741957 +17.396969350723463 +20.65850227005875 +17.397058161993524 +27.245933201640565 +50.01204804894049 +59.81337831599896 +85.67589273615978 +103.6320356316601 +128.84937071992485 +146.24659156540483 +168.58437373979004 +161.19223229297214 +153.75546921489695 +143.01797333717687 +141.24679798282028 +148.77426260984683 +153.73042455524225 +160.13508666387892 +144.77647076793454 +147.0650636475868 +144.64532308737793 +96.96291505507403 +66.15588205608772 +29.309336470842013 +17.401107590344424 +20.658407783397628 +17.396964956048144 +27.31834848751587 +50.65220649390342 +60.96355232544343 +84.7097329425213 +97.0681000956478 +106.00197645418937 +144.44077051470106 +157.73013451237478 +151.29966459399233 +144.5892626135545 +131.2738217931875 +128.39765733525653 +139.3097583778651 +142.62767153218107 +145.00955842254186 +150.95523139400063 +141.40446714048784 +129.32192510885417 +92.8351415614831 +62.98119298314076 +26.69302586755285 +17.42535008266401 +20.65839776404443 +17.39695507058865 +27.422670628726575 +50.66269081128769 +61.77247333688623 +105.23201949150516 +115.88791419212284 +127.23847822867805 +150.01789541919882 +148.98693455558384 +140.7379508367367 +132.57311251340263 +124.54052926071574 +124.58210011042407 +134.35787277688655 +137.90151754185823 +140.29430964281428 +145.59353266298697 +136.497915026064 +137.81977361122682 +94.41740869838479 +64.52603041078335 +26.73029934596913 +17.39719163608598 +20.658711217014115 +17.397264430987185 +27.215148237819562 +50.66272376143987 +61.825760281020706 +111.85256875302413 +124.63160093250971 +118.63891002139631 +137.82373010228937 +151.68894121154716 +150.73188096074134 +143.21655767905307 +127.07227079011976 +125.76729259233082 +135.39359154361708 +141.39619957032954 +142.23423231405508 +145.704842697701 +136.5007785280741 +131.6739857173876 +96.46075651319521 +64.56631278684416 +26.678157380404336 +17.441595503168692 +20.65838206567577 +17.396939713110346 +27.204997516938008 +50.66268864018662 +61.77247116461358 +113.1469568796032 +128.07424369818264 +118.57855190054494 +138.2498248253948 +164.72045927267828 +172.48447064421947 +166.13500252776117 +151.28543062050537 +148.768675393113 +159.39257467077775 +166.16473962564297 +159.8508014201533 +156.17191169426928 +141.93146790511355 +131.72929845614567 +91.12030832512806 +61.22050948151511 +26.728715130389325 +17.397212514259227 +20.65873188575076 +17.397284829178414 +27.181790073311102 +50.662741840732124 +61.8254967881417 +101.9106153004996 +112.63550942043962 +119.31010177537941 +138.9762272681813 +156.3497046085932 +152.61268196591138 +142.35334736745958 +132.78191758072956 +127.93043550103917 +140.51288799949674 +145.73186657561956 +151.8235649560043 +153.64220456366795 +143.59899047282838 +131.67492333387034 +91.11924913503674 +61.270484465838145 +26.73809631437612 +17.396922682296115 +20.65844497674923 +17.397001766638308 +27.181510792112313 +50.66274818509755 +61.772530667448876 +114.5477317503013 +125.80746693650008 +134.18117437294865 +152.41082239749468 +149.0640528908766 +141.0453143885891 +132.68008100400309 +124.52271256429935 +124.42163749755119 +134.7067915088007 +138.88521555116344 +140.29381078690446 +145.5935326629869 +136.4748289720949 +137.15387394078223 +94.42043757951508 +64.51275100174755 +27.71725385501514 +17.39714724610337 +20.65866726988017 +17.397221067135654 +27.26117971089954 +50.0120309648464 +59.813548292996174 +95.98229511547108 +101.50239607577522 +125.55473874986065 +143.22174528087203 +163.05612940242239 +157.41849852252514 +148.65023608409064 +135.5527283927034 +134.67612462376 +144.16459156960514 +148.23370013747214 +158.0588232360513 +165.65717005697527 +152.04510779122205 +144.84809760922585 +94.34510214086362 +66.14150200329509 +29.27361043418817 +17.39737815855514 +20.711597945315347 +17.39689979091958 +27.39110426920188 +50.664870639980485 +61.0057221696484 +95.71371101870704 +96.79886176128025 +106.04485678364405 +144.69617869862398 +159.73454796419554 +154.64322563136938 +148.57725250475207 +133.01363515707553 +131.63261728960063 +140.8536606412736 +146.8622559326211 +158.21925936806687 +151.46247099375103 +141.33076454238795 +129.1346139778292 +92.8052980433885 +62.98106129992523 +26.7362744303373 +17.397659124467186 +20.65840700296702 +17.39696418626468 +27.443199162274595 +52.34300198436314 +63.12190456321841 +116.23715378560125 +115.88677727179918 +122.30203677770503 +143.68925222697194 +164.14998231187383 +161.90650967048987 +151.91727334367107 +137.50812754408625 +132.9129025367264 +145.22356135587154 +153.00817638279878 +169.29670906000032 +160.90056442709175 +149.94707354835163 +137.05840993389262 +94.4184819040684 +64.55093458846508 +26.736810153336624 +17.39706758639547 +20.658577878530327 +17.397132755547933 +27.50578300819093 +52.104321311473946 +63.136237950824935 +116.25200553158477 +115.99398518238485 +122.14171803782092 +141.1246104142529 +161.89023719723204 +161.23620095195247 +151.94406448130945 +139.0003042046617 +135.62394089451328 +146.9444585563035 +154.92135614239518 +171.19810045397384 +162.5052668036835 +151.5682953273706 +139.08153646905305 +94.41909566773427 +64.51221442340308 +26.73687028477302 +17.397214836221234 +20.65872349184671 +17.397276434138412 +27.412557699671268 +52.522284058301544 +63.19477531825854 +116.21372977294223 +116.58484785508928 +126.14477042148165 +145.35534548127876 +166.35840743954265 +140.68492386625712 +132.68612566492573 +124.47654267509499 +129.4212456581005 +144.00805256593918 +155.5938371098371 +151.24349692872872 +145.59353266298677 +136.4470275696365 +140.73674158154225 +95.06069055383352 +64.55348825718981 +26.735685812298982 +17.397005947023118 +20.658527395547498 +17.397083067996306 +27.258158120615466 +50.66254530459975 +61.77261184699467 +121.24931093429593 +120.51482969196981 +128.99180506850843 +147.88806017638106 +169.3482583234229 +140.67345039670798 +132.6058147675539 +134.79660986842916 +134.17079237632825 +147.17324085896487 +158.5944552146396 +151.29856867222054 +161.37225481262226 +140.98788635820117 +146.91995940944489 +97.46248817921426 +64.52326175003252 +26.722099081042888 +17.397232740225974 +20.658751911934463 +17.397304588818326 +27.279102255553255 +50.715708738939234 +61.77226468902191 +117.33015217565774 +118.87534231956026 +129.42971555574826 +148.52165998612213 +149.05381029221087 +140.6776625367654 +132.6027173471832 +124.65193349664243 +132.50210296290973 +147.40355879532137 +138.69352145771217 +151.2429638561264 +145.59353266298672 +136.44620492755092 +140.89813715196257 +95.11798467917379 +64.57501116434449 +27.699780278771225 +17.40591234359768 +20.65839466218497 +17.3969521368839 +27.288096255664055 +50.011954626833116 +59.813285934174736 +99.91505702066927 +107.03615048660807 +137.0636615108761 +137.92808452107542 +155.66647232529044 +153.0453468914305 +147.1236697388364 +135.47956223292329 +134.2368109503435 +143.9655040334392 +142.41539197371227 +157.93808712322365 +148.37257425673772 +136.50183639503658 +133.51679653098313 +89.49746996562378 +62.894085852641396 +29.255597385791656 +17.430957238553635 +20.65838581995628 +17.396943416097347 +27.181453237789395 +51.17220926414411 +62.053438000283315 +92.41310835641372 +93.32065173319532 +102.70121742040176 +145.2882385460423 +159.9269639407329 +161.11767725379838 +156.34624078114211 +141.20543577504003 +139.64508595062998 +146.73051626824753 +150.31441958973627 +155.7745117091755 +148.46713590610443 +136.8251410690221 +129.43799235259377 +89.5748238665775 +59.621807118990006 +26.712723421609954 +17.397256738641445 +20.65878593242528 +17.39733816081134 +27.206855683961738 +50.69052122603125 +61.77229890208589 +127.57097213133115 +127.71307548094254 +132.85860870886222 +148.61129309524028 +167.92160821000917 +164.7361231497089 +153.28949514098025 +136.9074629756063 +131.20816158675268 +144.0921382519893 +153.54832933544873 +170.40789154889669 +163.72020329948631 +153.16916700475406 +141.09206144688247 +94.4239124443214 +64.56347011313727 +26.7379915846187 +17.396941105617348 +20.658474409428177 +17.39703068003753 +27.415917145899794 +51.52344034715442 +63.27657618720715 +116.24293568823391 +115.98980832771947 +121.99690423407675 +141.12204354516254 +160.99870084608617 +159.42497093277353 +150.7196523319985 +137.39911114992776 +133.4427063644398 +146.09874570455906 +154.25160679307118 +170.8804045862036 +163.15810170693143 +154.6777172692945 +141.476491557248 +94.4112646402658 +64.55968094732755 +26.735383831318256 +17.397023911057243 +20.65854517839389 +17.397100612893997 +27.38753959834791 +50.662691522036056 +61.77262661052157 +117.46331474118234 +118.54286595277746 +129.18086425313953 +148.94125157680946 +149.11363166874762 +140.6828661588621 +133.21254139436257 +125.1999302561979 +126.09717516966408 +136.40745666517125 +147.89596517509855 +161.476172725763 +152.90360629784078 +136.49573305811697 +131.73018714720496 +99.15136305944282 +64.52019696345955 +26.73879573607931 +17.397178885405662 +20.65869859343072 +17.397251978976957 +27.182891153211653 +50.662709766370604 +61.78635682601549 +112.96279958159371 +114.19912563020341 +119.45713239667997 +143.46757369415394 +168.67193831974106 +141.09757030077571 +133.0077096037598 +135.43194682528093 +131.72261913565808 +147.21570159651728 +159.07215046030754 +151.299426378156 +145.59353266298663 +151.90367707359476 +143.69518438432488 +94.42749278472387 +64.52443151508682 +26.726688017748096 +17.397187885758104 +20.65870750405144 +17.39726076716103 +27.296516995615416 +50.66271817942502 +61.814455600221876 +116.72661429053808 +116.51172004124497 +126.29815828629653 +147.84428846288537 +169.52996035095518 +140.68596990812483 +132.83851073526034 +124.5242175824259 +124.66240500870657 +134.54764566447014 +139.76778214429265 +151.241731375253 +145.5935326629866 +136.4950596588781 +139.38933129047697 +96.31951093906753 +64.5514814234062 +27.713079527700888 +17.397012072758393 +20.65853345910088 +17.397089048797547 +27.242503532921404 +50.01208974444882 +59.81341955052735 +100.34192634865958 +105.74099936815075 +130.71878579944604 +148.20934038927334 +166.4477208991107 +160.4263771661405 +152.07728890758827 +140.71827435627264 +139.50180493235956 +149.59007348703662 +153.9272486781623 +172.45667991237082 +144.6633291651002 +147.3569669854014 +144.5231972312743 +96.38559708673527 +66.12437725887128 +29.28645042283087 +17.39723056622335 +20.658739047726183 +17.39729178698384 +27.383418055889297 +50.616723116426826 +61.02263783615722 +95.71378142667913 +97.87567847004188 +106.13658372447773 +141.38938368728697 +157.11835412661222 +153.49152723472162 +147.61791532499882 +131.92042387661982 +129.3451182880693 +140.84215241629974 +144.90604954060254 +155.88371923277955 +149.4111624732596 +138.52860770560335 +127.3935708038096 +92.7953857658663 +62.9590994088106 +26.735953003456597 +17.3971680912294 +20.65855489606233 +17.397110082086655 +27.53630536882524 +51.62601490941914 +63.0051001971706 +116.24997012770082 +116.26177872876099 +122.03667585221659 +145.33123260665303 +149.10814867816958 +140.9902827287148 +133.14412164898414 +124.92895464594226 +124.56997487884921 +134.5578188993865 +138.9194681460863 +151.29874806951315 +145.59353266298658 +136.48473044584185 +138.193800654354 +94.71762736323834 +64.53591752357218 +26.73274504632004 +17.39708278642214 +20.658603456687572 +17.397158104252977 +27.26253265479981 +50.66261947541893 +61.772684605701116 +118.52384267455446 +121.04349779817146 +133.05188556523643 +137.85798248354024 +149.6347257619101 +143.35486205621422 +133.92273339463515 +125.36784508308449 +124.52295199257044 +134.60741763946896 +140.8349272973713 +151.2410190275737 +145.59353266298655 +136.49927191164775 +137.39609759604673 +94.41989851653295 +64.56065363262904 +26.73538190405926 +17.396950713732213 +20.65847272445261 +17.397040146777904 +27.294590049157662 +50.66263276320787 +61.77255806542498 +116.34491735809297 +116.63435290950157 +124.86385105888209 +147.21750697554 +149.00023482379672 +140.6956497657512 +132.65757723265745 +135.032395794329 +133.17021229550582 +146.3838522319855 +157.93263405147138 +151.29816686184074 +159.59110455858928 +152.6790193795473 +140.54498755970891 +94.41723972281538 +64.55957858883177 +26.693640427369356 +17.436444340244904 +20.658395349967222 +17.396952693293507 +27.36862304958532 +50.66268806226914 +61.772470590044364 +116.23592051015488 +116.63451689967687 +123.7789646028914 +141.36367912485576 +162.75432840534788 +160.5624912303426 +152.29644896778547 +136.45659893692476 +131.15713970287754 +143.92703004948714 +154.1566009309679 +168.93820706305777 +162.91441835225513 +152.73383448345172 +140.92926466732777 +94.41843700831348 +64.52583394757193 +26.724544673277094 +17.39721885656761 +20.65872746589614 +17.397280356253734 +27.48258219046534 +52.279495310021446 +63.18601556844222 +116.21426054564519 +116.31222994913385 +122.35602887806662 +141.78601820485144 +163.39858364049078 +140.91805824276136 +132.6818749324073 +132.72054286691335 +132.63852142923105 +145.80361269719737 +155.22492063676336 +169.98192198700778 +163.2425354430281 +154.2205459304457 +142.89393169575877 +94.42145681718392 +64.51870909622514 +27.710800134436262 +17.397154610895406 +20.658674561079327 +17.39722826137851 +27.274121540471008 +50.01203651015286 +59.81355371123079 +106.83223102309913 +112.46005637116386 +137.7752766293798 +138.28942434603496 +149.78807241982605 +143.644211783574 +136.92680700069687 +128.9176645474903 +130.34110559315596 +140.82909085943035 +141.01617620510612 +153.56867175389988 +151.04413305168572 +136.4348482979788 +131.72945557032682 +89.49308585312025 +62.86511340519791 +29.295232200243777 +17.404959271265948 +20.65839499766081 +17.39695247241731 +27.18146216762919 +51.57607401817395 +63.04194414635294 +92.41308347165426 +93.76738831703025 +102.74427194757324 +138.82917662418467 +151.99869804059108 +148.212127080613 +141.69304044101085 +129.4980650349309 +123.09288782438723 +131.64290212394752 +135.90687090268787 +143.6639998928702 +137.07601775402952 +127.33499595226513 +127.69490645768796 +92.8014793706096 +62.97990439454407 +26.73579311487179 +26.69835360815573 +17.4205761205771 +20.658389485147545 +17.39694703232211 +27.262786889079404 +50.6626936276186 +61.77247615019143 +104.18570649691372 +117.17601336177583 +126.09696750125545 +146.3738825787321 +166.24922468 +141.3800852299959 +142.40462397257735 +132.8456446077475 +131.66751602445805 +145.78561566752816 +165.918116722878 +169.9045422437772 +164.01838192697923 +153.6372711161182 +141.92971208086126 +94.42151594399802 +64.53419704705807 +26.732557341358913 +17.39711691026853 +20.658626651335304 +17.397180876694435 +27.44199503809852 +52.16343392471979 +63.10258814044738 +104.96599028552818 +115.7768906520899 +122.2161616263709 +141.24408604971745 +160.36350422306623 +157.7527761358404 +148.10102150298138 +133.54629692313313 +130.66473038186172 +145.19858151461702 +165.75968224447428 +169.70555052451436 +163.82179908931667 +154.13767598098187 +141.13796041011844 +94.41496807733795 +64.56614193931675 +26.730597735340172 +17.39690963164269 +20.65843206298589 +17.397000177714467 +27.374504486835544 +50.662734828619115 +61.77251732328278 +106.54301324736757 +116.41687092639503 +124.13095074586303 +143.59656429404006 +164.44352205023384 +163.5323054988182 +153.3941667064443 +137.7995993031785 +133.1634687477273 +148.54429066468373 +169.34150883495235 +173.40292965735225 +167.12947928197488 +156.66169677361964 +144.25806137682937 +94.4148856188651 +64.57932753920355 +26.728642615458828 +17.399317854259564 +20.658408413019238 +17.39695430837593 +27.393685708119687 +50.662701587632874 +61.77248410271573 +106.40655561434521 +116.87078216193723 +125.84602053768816 +146.09339027330054 +166.56570231950906 +163.98509397457212 +132.6779967549843 +133.30525317694008 +134.15060580489776 +148.28346678882866 +168.89857458558677 +172.0585944834226 +165.54775994153192 +156.09218477458344 +144.72125603817514 +95.91086789560254 +64.5261165163182 +26.741151989636066 +17.39716243057169 +20.65868230545074 +17.397246219512713 +27.30435733925356 +50.66269576679164 +61.77259401031763 +101.74269348573684 +113.06769303499732 +118.89706977210903 +138.06860256554722 +149.08481950446802 +140.96256271398425 +132.8340461546761 +129.83754488716986 +130.1253445917527 +146.3326002103161 +166.6850141733635 +171.5041555209838 +165.56590908545735 +156.3267731207491 +144.80614029350656 +94.52314262139683 +64.52343349653975 +27.7185616806185 +17.397160520735298 +20.658690879055364 +17.397244250776374 +27.39790089550059 +50.01204364673258 +59.813560682459666 +84.60125169079402 +97.89882468955085 +124.27506143677397 +141.1647969740775 +162.19402480841097 +154.67424800454768 +146.5289097936556 +134.06799623774737 +133.01562715928424 +143.81323091577298 +159.39436205946345 +165.22758038789985 +162.1220878990448 +149.5492119008915 +142.01075908654008 +92.7913801128215 +66.13352723291625 +29.310716885817357 +17.39696834183666 +20.65850127661022 +17.397057182981577 +27.43357845656012 +50.67204299927624 +60.98921012789115 +83.8213643560909 +96.35220618119095 +106.00207655843677 +141.16511422444273 +155.28918955964517 +151.22492038396248 +146.08738431436169 +133.03657130821693 +131.1059238212956 +141.54366588887763 +157.44910662682614 +157.262820687163 +153.3042778198613 +143.89582264277206 +133.39571247826237 +92.79418500448494 +62.93638366664892 +26.740218369908806 +17.397093126508448 +20.658613693894722 +17.397168207089376 +27.35435784655305 +50.66257035464309 +61.772694286332005 +106.90617896456428 +120.75654296464286 +129.39674137835314 +148.15687203923002 +169.40326639754497 +141.31745727219555 +132.84575576437882 +130.83545752835238 +132.09981678094314 +146.91184046538035 +167.14889886744928 +170.58567704827513 +165.0185207775042 +156.4736864368998 +145.5044498903145 +94.57962967191612 +64.53124677995363 +26.73352205987164 +17.397143156805495 +20.65865260728118 +17.397206485986672 +27.388706665192213 +50.662597612687165 +61.772555086171806 +106.94855394637959 +121.78757725688901 +131.51365518253647 +149.99201701903453 +169.70431866390072 +140.83575580101106 +132.67545927173018 +135.24161731847533 +134.17783494003018 +148.86884951965408 +170.34161089319116 +172.8931720411793 +164.94312781907803 +154.88266631016836 +140.7559300425938 +94.40907816101864 +64.51877423154502 +26.72213444135558 +17.39724807451454 +20.65877727097846 +17.397329510553664 +27.444504160939445 +51.503461790708876 +63.204661985885494 +104.0298875658674 +115.77433424844757 +121.98287979239961 +142.84271551212984 +165.5312367131905 +140.77660956468188 +133.00035666135838 +124.76852549577809 +124.74402952735063 +141.41695344381318 +163.84792317838333 +169.300182497079 +164.25860770381516 +154.67404745275843 +143.6250642264875 +97.15140467468628 +64.57207086242789 +26.736011604240613 +17.397011749161862 +20.658397805769894 +17.396955237895156 +27.23912969322189 +50.662701965838714 +61.77248448145045 +116.96352266807585 +128.6592207877858 +118.86487339138688 +137.93910678380888 +157.31075972095692 +157.8827896805486 +142.67410631054184 +127.23646975819464 +125.7143613630663 +142.65919004589819 +165.2443622379437 +151.24408865386272 +145.5935326629863 +136.49652822166843 +138.28908767315994 +94.56111529156559 +64.54014294311168 +26.737106434067364 +17.397091040104947 +20.658590300593502 +17.39715574843173 +27.360530071883158 +50.66254662050675 +61.772504775030825 +105.2503394747619 +116.95753337094509 +122.14955663201168 +140.95778923510022 +160.52828230582858 +158.71686918170911 +148.27497876153294 +134.27857713571177 +129.69630072428333 +145.0950965648173 +165.57575222483254 +169.2537103096937 +163.8612047135294 +154.17834787365086 +142.71202692595432 +94.43881753258765 +64.58619678176088 +27.65799526688092 +17.432487216194033 +20.65839538318643 +17.39695272417513 +27.507178143912494 +50.53206962305699 +60.82454923393849 +83.90205048953021 +98.22209427249845 +123.5148318377329 +141.06916573964813 +159.56241153542044 +155.44159279015122 +146.2008829564408 +134.62592214827916 +133.45717199484508 +143.7962699467392 +159.94474321249217 +164.0644715665731 +160.37427511793516 +147.09247725926394 +138.88342638182417 +92.79787291743854 +66.14319622978216 +29.311319712357022 +17.397122362597916 +20.658407181605234 +17.39696436235462 +27.486031348772535 +50.861284350726386 +60.82839406109692 +84.54817311343236 +96.93350343815129 +106.0449278509299 +141.34846783002757 +155.23265526905206 +150.63992392781682 +145.09283616121994 +131.3680583114466 +128.93650738643393 +141.0968314018716 +157.35282535031422 +157.09855811340518 +152.02026451214726 +142.25666404964394 +131.35823402408 +92.79744975860056 +62.95847823667683 +26.736458155670665 +17.397029898150162 +20.658551106003436 +17.39711720709941 +27.3681965907809 +50.66256744471297 +61.77263356316206 +106.31724477802454 +117.84290697409455 +127.37321507420285 +146.3757693685638 +167.7617513285721 +141.32749349409147 +145.0645414656093 +136.67526486036556 +134.97504551383884 +148.3707069222508 +168.62133895965786 +172.86056611967905 +164.05862333031672 +153.2211201849128 +139.67270803285038 +94.48357561817046 +64.50331545048411 +26.721581420993726 +17.397086483837583 +20.65877402600529 +17.397336433690153 +27.446474062120686 +50.715684107897324 +61.77228748067858 +104.9999610024271 +116.25469446357194 +122.20679649509506 +141.24454977290011 +161.8477341374353 +158.1586136417632 +147.54084738566814 +132.65869110518838 +129.22230277286587 +142.60337662993922 +163.7715212263951 +167.1427097834694 +161.19210125238877 +151.06072156008275 +139.16077588816268 +94.45812905610494 +64.5488646662518 +26.679070477438497 +17.446458879439813 +20.6583907244995 +17.396948129545372 +27.466808425275694 +51.60347313258298 +63.31492589234277 +105.01638427282978 +116.09837644665424 +121.87476413517737 +141.1260279040352 +156.9708784016512 +155.75211903686466 +145.4769573562188 +132.05503732089204 +128.40926378532902 +141.38843465954034 +160.68418544475384 +163.27384599807712 +157.24368752535622 +146.11155792093507 +134.97348136415363 +94.4239386379972 +64.56576007522824 +26.732530878237633 +17.398731539251802 +20.6584066445464 +17.396963832609554 +27.515695432732883 +52.55713083118491 +63.21583467952107 +105.01763630257055 +116.09854272682865 +121.92217088748058 +140.95951974428166 +158.6079912368599 +156.87879230013104 +146.22420028185863 +131.57720492326067 +128.57672629544817 +141.20283679289295 +160.45959333902886 +163.31020490163112 +157.23856516476508 +146.77348544409386 +134.9639602163128 +94.40615338809273 +64.51553395096944 +26.734939939578 +17.397085865493814 +20.658725666950957 +17.39727858270966 +27.60187723842486 +51.781537009946895 +63.066360041519765 +105.20971903943156 +115.93700003375788 +121.82890307257183 +140.99239210709234 +158.09931110891196 +156.66425756549467 +147.92956150684657 +133.65999192852638 +129.0226461363054 +141.56575780169888 +160.63347998315643 +164.1243395849081 +157.5492266861518 +147.04273718176827 +134.91873963158594 +94.4053521377287 +64.55445121829831 +27.715743622044286 +17.397210581039563 +20.658566646136126 +17.397121675158907 +27.56701964306341 +50.31674156201854 +63.0289630348118 +84.30585798732439 +98.22225558342275 +123.54136975599356 +143.6861529487143 +165.9506448489646 +142.49677559566052 +134.55842925648702 +126.26252396769122 +126.62651311645088 +144.31214958733963 +161.27527313685633 +167.3971393525335 +162.86130685022448 +153.17367160053885 +146.13233797176287 +98.07645220228252 +66.18764597554474 +29.250595605287373 +17.43368659588486 +20.658384856649054 +17.39694246390702 +27.246531411881058 +50.712789341631684 +61.173269487656796 +81.40906485727209 +93.49820757578615 +106.00196894480997 +137.92491814624773 +147.53145742403 +139.11766538340828 +138.86213954578938 +121.54660384808034 +122.91570581245952 +132.69596258727154 +146.9780142734409 +143.71367510095914 +137.13883517370752 +127.33145802716722 +124.02901835000853 +89.4863226315895 +59.67884159490765 +26.740740449086545 +17.396923779959664 +20.658446067627015 +17.397002837654124 +27.18151185571147 +50.662749213406926 +61.77253169514514 +101.72510230680027 +113.01233519648952 +124.19390792647125 +137.6495720627888 +148.89824629194163 +140.7987621099323 +132.98170213693095 +136.373383658145 +136.28057326510321 +149.15802297308383 +169.4151334589431 +151.2422498038931 +150.10819436549852 +155.6801994367759 +144.40349496438702 +94.40962788482263 +64.52965112243044 +26.735778676876553 +17.397050530043707 +20.65857152300161 +17.397126606214382 +27.328983109554002 +50.66271192760036 +61.7726515397274 +105.2484243090161 +117.27826595689862 +122.14864472216381 +141.11362985903173 +157.81760556200422 +156.14108400381951 +146.3768921158161 +130.9413025843448 +130.08490278610242 +141.6099262964145 +162.10419232802977 +166.02607907139486 +159.7803827306076 +150.09672651429594 +137.82546685678847 +94.4101579735269 +64.51814534419053 +26.71615334086158 +17.39711104293886 +20.65876295652812 +17.397315377242887 +27.54052870224572 +51.89925063920164 +63.06754339071163 +105.21439455570314 +116.31243300881933 +121.86943426809123 +141.13371158171847 +156.86408753897922 +156.44936566700179 +146.23324482571553 +131.31530806096603 +129.588420588786 +143.33509312565576 +162.39256722287445 +166.2873871289986 +159.5816225660618 +149.00791508523022 +136.78804921594633 +94.41164884971805 +64.51473727803294 +26.732164859338525 +17.397213316073994 +20.658721988022716 +17.39727495030624 +27.458182311089075 +50.66266607731422 +61.825761248332306 +105.50494022242357 +116.74542860698062 +124.90544135566292 +143.70366493717097 +160.9844187432857 +158.9710689731702 +148.53806309376927 +133.5204866317672 +131.30560507198732 +145.16606785890932 +164.9870497104341 +167.73516707675722 +162.34860706196093 +151.7109917196375 +140.33962448608975 +94.41021520406052 +64.56757731254392 +26.730207672025507 +17.397170648213994 +20.658479294860026 +17.397035617212644 +27.37631196380156 +50.66261429515177 +61.77256457566582 +126.08220458138334 +128.65118337343904 +119.326253372071 +139.43043750166575 +149.88525846743894 +141.42003550624042 +143.77303071421528 +136.22117805046742 +133.7273628053033 +148.03120593336112 +167.33271572094216 +171.21303763991185 +164.71812407613083 +154.86812236636828 +143.1341613120995 +94.41261378743513 +64.51587310629367 +27.706852465369565 +17.397217550308554 +20.658726175822398 +17.397279082686513 +27.44368756109068 +50.0121364761096 +59.8665171807179 +95.71368417572914 +99.611731097521 +123.81200161509695 +141.22180008098226 +156.76746437374615 +152.02254165765277 +143.38960297431663 +131.65093612103388 +131.13780317395444 +142.78676113746997 +157.28464150070877 +162.94059165150264 +161.3666624838503 +148.09879032077498 +140.22669628115207 +92.87327563572829 +66.11294069022262 +29.31392695776607 +17.39722956292278 +20.6585494202961 +17.397104675974568 +27.501552785162872 +50.79794272167404 +60.91194157107869 +95.71369609740452 +96.7560646687747 +106.7181432948869 +141.42237432631003 +151.0994261102838 +142.68313113204874 +136.07649893046013 +125.19467663705065 +126.07488882827421 +136.0268721766331 +150.24963674979085 +147.22842482949278 +141.4271536357682 +131.317100621875 +127.37134904610866 +92.79901378508119 +62.935852084384656 +26.69992053040578 +17.397214601282425 +20.658851959907867 +17.45036530030122 +27.5855712909002 +51.033240465430495 +62.509943099161276 +116.22666897836366 +115.88024335844851 +122.28127626708836 +141.44241168969626 +152.52582930774767 +148.56652868888992 +140.22932124966565 +127.97345973978399 +128.29804754219796 +140.5747528388387 +156.16228707944106 +158.03827403193856 +153.08535132631098 +143.7063956915753 +134.8009595075902 +94.41478428390793 +64.51687839818871 +26.712827999320155 +17.397205892754755 +20.658843416832948 +17.445410410220703 +27.657463225427577 +51.02652884435599 +63.35106373286483 +116.22569710846183 +116.41321904883226 +122.06690274946884 +141.44719767388347 +152.3421190711424 +144.54396167481713 +136.30409449279242 +128.54007185715128 +128.86654263839517 +141.87715424756567 +156.11864920281016 +154.50584812092455 +148.8941997455106 +139.662754051376 +135.05898169086143 +94.37141567632392 +64.57140202652486 +26.726707991960442 +17.40054150572333 +20.658406550150346 +17.396963740113204 +27.69943929325064 +51.04548632789069 +63.445440030713776 +116.23737359871009 +116.03108053381393 +121.92226876948595 +141.0048976801979 +152.4870918730716 +144.280990345049 +136.47415957889865 +128.2034514246085 +129.4349631145908 +141.86466589743648 +156.16409684680855 +154.4857542718893 +148.89419974551058 +139.66263797011044 +135.082543054744 +94.41090309766928 +64.51287116179255 +26.73200562272699 +17.397040238113927 +20.65868091158007 +17.397234418259945 +27.783144005896116 +51.15014071536862 +62.112753375635656 +116.26172178233415 +115.76534756721645 +121.92702125491216 +140.94296486353156 +152.37354727220153 +143.9987498498527 +135.92592551370956 +127.91110693139508 +128.0279790078605 +141.48641950047246 +156.07045820521202 +154.48292241092867 +148.84476907115192 +139.73170862988093 +134.80072993444733 +94.41560130225339 +64.5446702418242 +26.73323160955477 +17.397190915429498 +20.658546997605498 +17.397102288663234 +27.789364309393008 +51.14764045475462 +62.10583539500556 +116.24969900122204 +116.08914151631164 +121.92495380335396 +140.9650767113547 +152.24850312608982 +144.20632750701043 +136.4808330624629 +128.5265530386297 +129.51965120000833 +141.86100643055028 +156.1653272027457 +154.42917301800333 +148.89419974551052 +139.72807517727918 +134.80161593390608 +94.41452284836035 +64.5218398399407 +27.695717389327417 +17.39709909779139 +20.658738650710596 +17.397291390417415 +27.6621965195426 +50.386318639816885 +60.11723713763112 +95.71348591744179 +98.00891755896757 +123.48888608650529 +141.06398212455997 +152.19077625705035 +145.71780497221405 +137.6023101457697 +129.44415904912483 +130.2128301763113 +140.95123801293488 +156.1597343400873 +154.4299199352565 +147.9020551067683 +139.7943231860655 +134.8050427307357 +92.7769138619635 +66.20392968577534 +29.24744152341841 +17.439658041433095 +20.65839523096683 +17.396952574556263 +27.864628737280146 +50.5812587987109 +60.20758009035523 +95.71374866180469 +96.62129370101857 +106.04491644828556 +141.15420766962893 +150.76513406578073 +141.02008214912814 +134.58896568392336 +124.87056552079768 +125.20102180848994 +135.1648118094776 +150.20323108799252 +146.8905226046689 +140.3804848158123 +130.62265783114103 +127.33006145637063 +92.85334088291229 +62.95179407734422 +26.680824128313898 +17.397353891145492 +20.688680061557587 +17.42013312304922 +27.967920125631245 +51.30506663745516 +62.21435563003271 +116.22742343100887 +115.44350660708082 +121.92006593207596 +140.95862373866186 +152.09763162340292 +143.97590512346025 +135.97045729758293 +127.98496305521367 +128.12897926564827 +140.3208774105371 +156.15566892069157 +154.48471128307983 +148.8941997455105 +139.73139648413763 +134.85844978855673 +94.34155169263605 +64.58222918896683 +26.708577756140297 +17.414232604719764 +20.658615512453284 +17.396958827865845 +27.885727060689295 +51.21444831461874 +62.14657057769204 +116.23581438907317 +116.78702713163523 +121.91656101708651 +141.12552148960762 +152.35279932685543 +144.20742526804756 +135.98299122863932 +128.5619348373888 +129.64773997374826 +141.9132549036144 +156.11478930290934 +156.7650574580102 +151.3119029642752 +141.81523315674352 +134.80451654823133 +94.3710897584527 +64.56239356722597 +26.666167431346253 +17.447932501828777 +20.66067411842637 +17.396920246985708 +27.54623550313503 +50.941736769778004 +63.805513740968756 +116.23237903307898 +116.78761538337109 +122.11361924982093 +141.25984840829204 +156.44910891658967 +156.15378371702482 +145.9539811416186 +130.53307241762903 +129.4153765327499 +142.06995267129813 +163.38610079844162 +168.23277820899798 +162.6494527496451 +153.5108956973039 +140.96664132997537 +94.42221851232453 +64.52296918253047 +26.734473302668633 +17.397138915594155 +20.65863780241773 +17.397191992414776 +27.40331726994993 +50.66265191977497 +61.772716432256985 +117.93169202844147 +117.75476048506128 +125.86450379717856 +144.31953495109693 +165.00897993182218 +163.78209954479055 +153.74298854798624 +138.37662013035518 +133.90830088894722 +147.19175563748115 +167.2630765059355 +171.02489755200355 +163.4114640029604 +152.57904627398233 +139.67278506618877 +94.42104727542247 +64.52662435406411 +26.736018593243266 +17.397121365949598 +20.658631058662582 +17.397185223535278 +27.45108035527874 +50.6625763446291 +61.772700136217495 +116.25680418644738 +116.02679954847157 +122.1784799520253 +141.37704835691653 +159.30180743239703 +158.4012383768207 +147.78185115802938 +132.65472347243488 +128.60742512721836 +143.9111048497355 +164.13270162778278 +167.44392366629836 +161.55347072285892 +151.42414070513667 +139.1306531747257 +94.41420398175094 +64.524169398652 +27.716718501088184 +17.397102418609457 +20.65861232050401 +17.39716673768038 +27.482956986531757 +51.20850352037949 +60.84843539832086 +95.71392210830957 +98.27381826965555 +123.58603642937578 +141.13832818128245 +159.92674301484882 +155.40184337448352 +147.25713814979403 +134.73243590509952 +132.95172487693452 +144.70269721750503 +159.64895845812924 +164.73779433391684 +161.5689527708855 +149.18088486359156 +141.4081297842395 +92.78659245279769 +66.14282559607946 +29.301369056509984 +17.404813271735883 +20.658404615978142 +17.396961832289538 +27.543091914722105 +50.34822079438963 +60.63162330426606 +95.71374722004563 +96.66422996947045 +106.04492548155527 +141.35063964260993 +150.75624748887876 +144.39866178049854 +137.62198310046986 +125.02824618452438 +125.14284444070647 +135.75134374194513 +150.19435560070966 +148.239106129115 +143.9181761783894 +134.29013084254885 +127.35758499073509 +92.78758813494169 +62.95583805024725 +26.734060049379867 +17.39717423241171 +20.65851932151681 +17.39708596057184 +27.51732130282139 +51.40274898578126 +62.70932489961306 +116.24773926213177 +117.29991643889153 +122.71607648177475 +141.52251660487275 +156.37817130562502 +157.941247894198 +146.79123058127178 +131.91943005983617 +129.95225094064466 +144.0405592612945 +163.68926515042273 +167.79595327951859 +161.59088388621612 +151.59472522095248 +138.87723452915805 +94.38849678303055 +64.53463457975901 +26.684482873790323 +17.397198058546188 +20.71177130928204 +17.39688489285502 +27.495138689424916 +52.19757439822054 +63.11227375110202 +116.22953557224616 +116.4459313046043 +122.10282425374818 +141.14605027492675 +154.30780312763608 +155.25716263404834 +145.13182189871102 +130.42345766469444 +130.64003092339723 +141.86966025476596 +160.94095349863315 +165.323698330016 +160.18717033239648 +150.28037730201532 +137.41371651554653 +94.37122278476232 +64.55598281411903 +26.674517724625048 +17.44191587958362 +20.658392238043557 +17.396949624519817 +27.535370562160534 +51.65000202340178 +62.99431764563595 +116.23548871490111 +115.69909839136983 +122.05855097864529 +141.23260715497835 +156.17594282976918 +153.4803148907348 +143.29649704139013 +128.28783607152286 +129.67048817733007 +144.76431252795456 +164.00181580542605 +167.2540408596173 +161.43151650677333 +151.64286550063494 +139.0358589861115 +94.32246537481839 +64.58223223553007 +26.735814145583234 +17.397116687881574 +20.658436419472572 +17.39699320227486 +27.492399194217185 +52.76551404853965 +63.285863091437804 +116.23942176829294 +116.72742808155306 +122.06385346201355 +141.1959836061967 +155.0458092755305 +154.41207657875097 +144.05290168448232 +128.41615367577245 +129.37671828242316 +141.43849611948667 +159.07104437329133 +162.59387905622114 +156.23092094894116 +145.63625200870857 +134.445821648059 +94.32979342740833 +64.54403353604529 +26.734086822878282 +17.397200243569824 +20.658556318984672 +17.39711148313197 +27.714937506849463 +51.06838473276699 +62.63222449424212 +116.25004994543436 +116.73437066695566 +121.84498484126578 +141.14888640163622 +152.32587091548436 +148.10041697947915 +141.20294876832054 +128.43744852613327 +128.63602202502025 +141.4446446978329 +156.06184236759756 +160.07566816147735 +153.45562034478834 +143.55249532447053 +134.51090099687238 +94.40100004197977 +64.51081675420396 +27.696044297404605 +17.397158303999472 +20.658796730328376 +17.397348710494107 +27.701735948009592 +50.41976676992958 +60.17062936931138 +95.71354814110506 +98.91953701384547 +123.41011923856995 +141.2123006790057 +154.0869990252074 +150.74566069732123 +142.74844485992668 +131.92739631848312 +130.92058260746188 +143.8290047573014 +158.8420962550465 +164.2452762205794 +161.01903291404224 +148.527937071245 +140.206675533392 +92.78270615793203 +66.1406163976147 +29.288673517130373 +17.403502310318768 +20.658393619494376 +17.396962385392317 +27.501224687300535 +50.356822997199735 +60.73894401328828 +95.71372695300728 +96.66423108511857 +106.04492658067721 +141.18415619389725 +151.69952436520688 +148.39475005634384 +142.90143232864588 +129.25799139164144 +127.6402291713 +140.45322938574964 +154.29851772304045 +155.33743808693197 +151.03331617599218 +142.05119946606752 +131.4582789964414 +92.87358259634821 +62.91370789122115 +26.728007808909236 +17.39718954462494 +20.658719516768304 +17.39727251042027 +27.506791334584577 +51.006079640449094 +62.92829700443527 +116.21348219718713 +117.17882763396274 +122.0697552960692 +141.1685140577017 +152.51730343456177 +145.0872005665421 +135.9116028086368 +128.10974833783956 +128.9560009848652 +141.28835269438912 +156.06519828736543 +153.95712229800083 +148.89419974551043 +139.68288778737187 +134.84095617610234 +94.33107333370697 +64.56929545402147 +26.725532898058635 +17.40402120822916 +20.658618719076905 +17.397173213191643 +27.96986827009985 +51.2918879188784 +62.22587889838522 +116.23654638805264 +116.74812446807955 +121.91453528278343 +141.0978532555007 +152.3646027539992 +144.05535232447212 +135.96961185168485 +127.99615329728206 +128.24869397672302 +141.40393597616395 +156.13797030510153 +154.31179984527762 +148.89419974551043 +139.6758025248449 +135.0168468923812 +94.33639337827766 +64.55541954000076 +26.734393606656113 +17.39736085442119 +20.658409045066577 +17.397177314522928 +27.906660462779865 +51.25175916751332 +62.17157496983791 +116.23709897320862 +116.48205386771173 +121.84506888635096 +140.95108183072293 +152.13147610815642 +143.95850966702915 +135.94118519207734 +128.03916085373885 +128.20835256148138 +140.66870464690675 +156.06635318806286 +154.92854900176218 +148.8941997455104 +139.6595465161364 +135.19670751006112 +94.40048422545568 +64.51007239842347 +26.70770690017493 +17.397263829256147 +20.658786704074807 +17.397338817390064 +27.864752845326542 +51.25461704277584 +62.15528149590206 +116.219932606303 +117.12987358645252 +122.06234230319475 +140.9491329223377 +152.35175520505112 +144.02696830394711 +135.88551605340433 +127.81932700901187 +128.62655781938048 +141.22257136696146 +156.11914805252974 +154.15277382809236 +148.8941997455104 +139.62646747268667 +135.4380083705657 +94.33159066557008 +64.54031664534502 +26.732758913797905 +17.397017367442402 +20.65854303027861 +17.397098374203853 +27.824763751139756 +51.160796810018724 +62.114873125779305 +116.24926820077823 +116.64914224238416 +121.83753174149149 +140.95896335380246 +152.34288718974497 +144.20719915426858 +136.1360983972909 +127.80397039696597 +128.8578660638916 +141.21149025779712 +156.1682279920629 +154.54299160009276 +148.8941997455104 +139.58687370031083 +134.44481351477557 +94.32322523584513 +64.52529054520585 +27.714776975902424 +17.39706773252087 +20.65870788181587 +17.397261030366476 +27.627620498875306 +50.379529204680836 +60.06505412902378 +95.75641451163301 +99.35245512158812 +123.40204730938495 +141.274115496822 +152.26909380640586 +145.720887061991 +137.65662099728462 +129.8004307060614 +130.31550706170472 +140.6497177446679 +156.03268148256433 +159.57490479294898 +157.4100534292084 +144.8292243728301 +137.6617881271066 +92.7724972494537 +66.13145094574064 +29.303130158600393 +17.39716075277212 +20.658480529097382 +17.397036716468556 +27.56722404083112 +50.48466170010361 +60.54034918364951 +95.71381866518205 +97.11371189521005 +106.0450054964633 +140.93635718779788 +150.89432443640843 +141.0657054247331 +134.63766660553534 +124.95021840681798 +125.47566823881843 +135.36443310007473 +150.1746991168381 +146.89459977494744 +140.23838629191494 +130.6032063396737 +127.27702652387649 +92.74636012935194 +62.98358290156036 diff --git a/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv new file mode 100644 index 0000000..28de766 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_2_pu.csv @@ -0,0 +1,8760 @@ +0.12927173850158533 +0.07703453109904537 +0.09130002575598416 +0.07688599182090597 +0.12170716474107279 +0.2222862599884368 +0.27053444090277184 +0.4230079904662332 +0.43077800989893167 +0.4694773152633063 +0.6238873083636205 +0.6675596691596086 +0.6239633609152955 +0.5974422234434688 +0.5537040672129239 +0.5547997070615 +0.5982976317961487 +0.6638078825855224 +0.6480618357589841 +0.6272318831220535 +0.5846812563321209 +0.5626876296795053 +0.4100321588830387 +0.27814145968681525 +0.11816214487617384 +0.07688719530508652 +0.09130079647708084 +0.07688680208914747 +0.12194971130242738 +0.22621128672574967 +0.27635450106954546 +0.5137758353649627 +0.5207652595167194 +0.539457947958892 +0.6239573934326402 +0.6736728775790366 +0.6655979880721979 +0.6249689246618184 +0.5676754280305993 +0.5709106963627881 +0.6244719783086441 +0.6945596765702942 +0.715242961349908 +0.687000081314989 +0.6414575164250971 +0.5952019480452785 +0.4166709587292077 +0.28528457307971045 +0.11783765718607966 +0.07699770407908932 +0.09142402646125528 +0.07688585192103485 +0.1220352937268671 +0.22731923233300572 +0.27728057616580337 +0.5136926905741694 +0.5207652595167194 +0.5394872058222933 +0.6238911654138587 +0.6736839657255828 +0.6373250153536437 +0.6016966051779549 +0.5658331695208308 +0.5744845220862766 +0.6227784814213813 +0.6898222402995949 +0.6827019222769841 +0.6580396530375313 +0.617864517406851 +0.5954883387250519 +0.41681528686204283 +0.28498477772979824 +0.11812782704211282 +0.07688667838720241 +0.09130079597195882 +0.07688753696099881 +0.12294423332997712 +0.2261232470522098 +0.2749155498520695 +0.5136185924018497 +0.5174376432720482 +0.5392964477270117 +0.623849235236317 +0.6734665764673119 +0.6365820220514481 +0.600943925027925 +0.565468190729818 +0.5670160877754821 +0.6241391645177924 +0.6900064968491534 +0.6845841929778348 +0.6580396530375313 +0.6182435560954473 +0.5956828375733533 +0.41683318208198744 +0.28511841335855537 +0.1181674364425668 +0.07688719763903377 +0.09130079880926958 +0.07688680439689116 +0.12262823864313534 +0.22589610190588053 +0.2743386245568791 +0.5137770667626359 +0.5193378092004945 +0.5388504318834222 +0.6236153195460353 +0.6730075999716028 +0.6394570957434418 +0.6006961204246968 +0.565905335712773 +0.5666136715388063 +0.6184405697824527 +0.6896502319955456 +0.6812559161565411 +0.6580396530375313 +0.6181656702544437 +0.596007870074204 +0.4168585687859371 +0.28508311569061706 +0.11816969273558468 +0.07688673947541802 +0.09130108543078828 +0.07688718107850043 +0.12294518304483745 +0.22602902816368972 +0.2744292496514193 +0.5138022259097177 +0.5174376432720482 +0.5393545774613524 +0.623965502258892 +0.6729131021152392 +0.6380599972517492 +0.6008374781545907 +0.5656794746412831 +0.5668164840113992 +0.6271034802947102 +0.6899663043487416 +0.6851383156031463 +0.6632170529366589 +0.6308702421749417 +0.5962648535649464 +0.41685774274226595 +0.28533831245558955 +0.1224883714733954 +0.07689608146518029 +0.09130007067196146 +0.07688608609085924 +0.12203454229512088 +0.22246733628156323 +0.2653297209434406 +0.4230079382819805 +0.44074571766971415 +0.5453439570164064 +0.6238555858125383 +0.6738153958643321 +0.6430287562854591 +0.608698610680412 +0.573709059362977 +0.5757232641064274 +0.6247755927762576 +0.6899070158367878 +0.6893598125708433 +0.6696060023996868 +0.6172188062634328 +0.5957662243769483 +0.41002378904016107 +0.29209849788181746 +0.12956086212103157 +0.07688710782736725 +0.09130070906607603 +0.07688671585341535 +0.12267459439857709 +0.22308348711310869 +0.2659439627268649 +0.42300856903611855 +0.4307786473017255 +0.46866742860833466 +0.6228149574691277 +0.6645761931843523 +0.623395579084319 +0.5946143596742097 +0.5538910885062234 +0.554670748389506 +0.5982786335580026 +0.6640158691322688 +0.6486128389692472 +0.618428663703292 +0.5770601304867685 +0.5602547163724395 +0.40993662569365064 +0.2781441337832793 +0.11803516336805558 +0.07688740063282207 +0.09130173914467658 +0.0768877322755096 +0.12297692757899999 +0.226317066408511 +0.2746160898643883 +0.5136389514710051 +0.5179103622637283 +0.5389016616164907 +0.6238180465710313 +0.6730874044189247 +0.637313708046521 +0.6009137022414478 +0.5654863744626201 +0.5684090423816577 +0.6270687089866306 +0.6897488220032685 +0.6829941504669467 +0.6580396530375312 +0.6190649568330099 +0.597016099679477 +0.41719751473054256 +0.2851694455531725 +0.11800997757286101 +0.07688750383976883 +0.09130184119958802 +0.07688710131537083 +0.12342661640853118 +0.22646647077960777 +0.27476989715027295 +0.5136474911158501 +0.5164824114709275 +0.5389802053835899 +0.6237949109737884 +0.6719815738598495 +0.6447688050298997 +0.6009294494088929 +0.5647879105080911 +0.5661923646747611 +0.6227955379289051 +0.6898197444217731 +0.7002774489679849 +0.68136206891301 +0.6458269207462484 +0.5975076976919299 +0.4168863547743679 +0.28530424634017193 +0.1181283503924672 +0.07688700799531958 +0.09130044886574168 +0.07688645915663535 +0.12139235162644896 +0.22390396719693506 +0.2730046688978217 +0.5137469906007679 +0.5238619170304653 +0.5579703283624048 +0.6442720742041738 +0.7354865530115018 +0.6246318545152925 +0.5886477152135603 +0.5976126440046214 +0.5978345760222511 +0.6693522055859964 +0.6751846705188368 +0.7031344794576747 +0.7013288736244752 +0.6623075724568287 +0.597928182762707 +0.4168852102614746 +0.2852641797030485 +0.11812725072674271 +0.07688721672215434 +0.0913008178803297 +0.07688682320614715 +0.12301061456875964 +0.22607244153616454 +0.27604478885235434 +0.5137786840563033 +0.5174376432720481 +0.5390072510523303 +0.6239923961983956 +0.6749717373902916 +0.6372985951411859 +0.6015613012884836 +0.5660137134160053 +0.5676347084424879 +0.6166026490753169 +0.6900190902395006 +0.6825220528552133 +0.6580396530375312 +0.6196449499988524 +0.5979943287744158 +0.4171897927321353 +0.28521005306910846 +0.11803069803356601 +0.07688720565458781 +0.09130154635055408 +0.07688754201253947 +0.12269703730395456 +0.22587889454969845 +0.27468679988554695 +0.5136210023457615 +0.5193378092004944 +0.5388880761325856 +0.6235704639704199 +0.6732924498875913 +0.6468507993360423 +0.6229565955688035 +0.565482457942385 +0.5659786933249307 +0.6216374994422196 +0.7021973793508957 +0.7184488030075402 +0.6892683961196572 +0.6531096373829047 +0.60634576963204 +0.4172221052234112 +0.285064184468593 +0.12243944564962132 +0.07688721486181181 +0.09130149018646823 +0.07688748658799374 +0.1213960166518464 +0.22102922920403306 +0.2645806101737786 +0.4230077540229492 +0.43860321584386 +0.5468091250710058 +0.6241992209313335 +0.7037774483713308 +0.6798949673312534 +0.6406747283867574 +0.5889361186599498 +0.5840098044947261 +0.6408009401848769 +0.7039194187079221 +0.7289826489001286 +0.7214451486675542 +0.6605547051796717 +0.6283715706963849 +0.4100383396292485 +0.29213997008385423 +0.1295256186234871 +0.07688677700409084 +0.09130105717308425 +0.07688705931414207 +0.12139816571913742 +0.22938347198407 +0.2692573820181573 +0.4230088694242171 +0.4285232407243453 +0.4687764493847702 +0.6251401296517836 +0.6770020253753932 +0.6552738671730148 +0.6310698477008042 +0.5697583072391733 +0.5585805783995842 +0.6031692771946694 +0.6668949411880426 +0.6592572633267043 +0.6369865328224849 +0.5919149016840266 +0.5618311954443718 +0.4099541672214203 +0.2783193779540583 +0.1181777707748211 +0.07688668976429389 +0.091300291351306 +0.07688630377255501 +0.12191016046375332 +0.22761658131002127 +0.27714185271462477 +0.5137336607287792 +0.5164824114709274 +0.5393129211582041 +0.6229633276690225 +0.685815908516644 +0.6872567936524082 +0.6506803176346901 +0.5928796593677513 +0.5819568251095544 +0.6387952311619405 +0.7257602025379041 +0.740066885190082 +0.7144605569267137 +0.6747527837302607 +0.6195943730316955 +0.4169074629514293 +0.28522565453795085 +0.11815185813281036 +0.07688698695978105 +0.09130037851819678 +0.07688639029814869 +0.12104046313602165 +0.2239041136138196 +0.273004557932113 +0.5205512373792062 +0.531974421139749 +0.5661529183255974 +0.6413197468963113 +0.7253857305336889 +0.7175353654774532 +0.6707637851755616 +0.611321534035236 +0.6007127365961835 +0.6593570454045258 +0.7530511671930232 +0.6722806867765337 +0.6607289971572349 +0.677757184779744 +0.6346293669761993 +0.4168806191212267 +0.2850614731865993 +0.11817427208648935 +0.07688711115456906 +0.09130148053754646 +0.07688743193205522 +0.12131295076119675 +0.22390426147468048 +0.2732388839846187 +0.5136179190553112 +0.5207652595167193 +0.5390532199368655 +0.6238537911140383 +0.7030360534077073 +0.6967122355668773 +0.6507430555977902 +0.5828971901743806 +0.5713484716135522 +0.6216271648737088 +0.719150117206105 +0.7415454432365556 +0.7075851165195047 +0.666271624871903 +0.6118598667694136 +0.4168535306138952 +0.2850562986990045 +0.11816136101308071 +0.07688694279555343 +0.09130122112443831 +0.07688722108244404 +0.12166459095268224 +0.22964958373702204 +0.27880332539238895 +0.5138140611669555 +0.5202930409850556 +0.542339616712004 +0.6237579372079557 +0.6846691837313933 +0.6837430449858951 +0.6351030681912825 +0.5680957979400654 +0.5682309724097243 +0.6229385981659189 +0.7066103102333419 +0.724030088895553 +0.6995919268857941 +0.6588141829135075 +0.6053132640490271 +0.416843071126566 +0.28505306819598747 +0.11814584973523093 +0.07688692363170752 +0.09130120217680579 +0.07688720238611138 +0.12195243570711825 +0.2265170469871746 +0.2782737175685165 +0.5138118203044398 +0.5164824114709274 +0.5392574086536058 +0.624367337443726 +0.6731093673787539 +0.661833914226243 +0.619000781224906 +0.5649445577025979 +0.5670919696051384 +0.6138787490625072 +0.6900346095518026 +0.7060854827044013 +0.6774197985922437 +0.6331979430512906 +0.6003829121938108 +0.41688443020909355 +0.28533650268871846 +0.1223532999494978 +0.07696236507148524 +0.09130004916428901 +0.07688606487615267 +0.12221211166377201 +0.2227337075339613 +0.2672597912508933 +0.42300801080249734 +0.4343214159066051 +0.5442006917264831 +0.623650363275651 +0.6734923214797842 +0.6437209397540293 +0.6085653220532712 +0.5732977772055248 +0.5736320503430851 +0.621590961541222 +0.6897424279782075 +0.6959884694149694 +0.6848904591921529 +0.6281205365026268 +0.6011104346785153 +0.4101088572271047 +0.2923320290017112 +0.12943999113958068 +0.07693142124494694 +0.09130005920401892 +0.0768860747791089 +0.12182745536050651 +0.22249612913007916 +0.2725522995422983 +0.42300802683442784 +0.4289933464266673 +0.46907209342155887 +0.6236704841355316 +0.6662451117303836 +0.6282974406252835 +0.5951439897455281 +0.5528082590206383 +0.5545457334042942 +0.5951097415509005 +0.6638285298364373 +0.6546906908813402 +0.6332485229864437 +0.5952342665436356 +0.5633870534942298 +0.4099678900473449 +0.27820931731096216 +0.11812989898991483 +0.07688670867046384 +0.09130031024073249 +0.0768863224060975 +0.1221802712602346 +0.22552134544490482 +0.281072817688922 +0.5137345428308 +0.5164824114709273 +0.5396235477001933 +0.6236994607629265 +0.6724839857158225 +0.6373045566648791 +0.6023221775273319 +0.567470846224201 +0.5668667955149937 +0.6220586844198343 +0.6895542812014201 +0.686868023459153 +0.6580396530375311 +0.6213779769758848 +0.6003829121938108 +0.41727667864818835 +0.2852825099785588 +0.11813238753744439 +0.07688572629827911 +0.09130101973644754 +0.07688702308766471 +0.12355781709448596 +0.22673447139093686 +0.27495805674913937 +0.5137137817397691 +0.5162547112942436 +0.5394626860957004 +0.6239694224908341 +0.6721523517130811 +0.6365906462272869 +0.600820158296432 +0.5645792069470457 +0.566911895793555 +0.6138302540031298 +0.6895974319701628 +0.6839449837220023 +0.6580396530375311 +0.6213648287564852 +0.6003829121938108 +0.41747150993851595 +0.28526530447048115 +0.11784436061595473 +0.07688742968461988 +0.09153514316537194 +0.0768857964808816 +0.12273848506648465 +0.22599136634930045 +0.2745291633041315 +0.5136886692688809 +0.5169686866906441 +0.5403397676655214 +0.6238084667629247 +0.6721199432452136 +0.6366140392959416 +0.6007905902636717 +0.5656152710335801 +0.5676097817715996 +0.615994516489748 +0.6900585932063085 +0.6849390339407702 +0.6580396530375311 +0.6213808483580276 +0.6003829121938108 +0.41762773851265933 +0.2850585940268974 +0.1181084023749083 +0.07688642477293792 +0.09130128374183347 +0.07688728287014766 +0.12276768641461823 +0.2261021482257308 +0.27445962145987113 +0.5138201483532226 +0.5179103622637281 +0.5399899413474286 +0.6236757145202092 +0.6724748889036931 +0.6391199408221545 +0.6014741538414303 +0.5663352464979886 +0.5682672410590016 +0.6203232947607913 +0.6902042587736266 +0.6849469377447692 +0.6580396530375311 +0.6216459454962735 +0.6003829121938108 +0.4176525315722396 +0.28517623749955545 +0.11812543034457203 +0.07688684396721626 +0.09130044542043793 +0.07688645575784604 +0.12226959384228786 +0.2255821214143649 +0.27867936012465916 +0.5137457118611094 +0.5179103622637281 +0.5400125111407988 +0.6229229247741639 +0.6714446246238122 +0.6411737665817598 +0.6015520398572087 +0.5650208996153038 +0.5663870206156615 +0.6142878437185123 +0.6900143252408526 +0.6897942827758855 +0.6624921286604328 +0.6221727317994562 +0.6003829121938108 +0.4176750699931747 +0.2853187010786558 +0.1223842993698965 +0.07693572103008395 +0.09130005780891315 +0.0768860734030071 +0.12255366334391238 +0.22307471275783677 +0.26593875007473916 +0.42300795296176597 +0.4340937705182089 +0.5452742771812507 +0.6227602314004735 +0.672195094276578 +0.644004422033313 +0.6068071318482734 +0.5732106292988213 +0.5733963639443689 +0.6218547509537841 +0.6895098072809231 +0.6840474682018727 +0.6580396530373724 +0.6199697990296037 +0.6003829121938108 +0.41057289010944303 +0.29214241756777176 +0.12952861219697273 +0.0768866258593756 +0.09130097311391792 +0.07688697636626296 +0.12285894229626719 +0.22330238121415336 +0.2659856059693066 +0.42300832296590374 +0.4272096042669656 +0.4697122720921895 +0.6248290362437218 +0.6674850106967098 +0.6228158502845783 +0.5969306371699791 +0.551727871807678 +0.5547800486380878 +0.5960611626522936 +0.6635231307559224 +0.6476392316856123 +0.6203499498730674 +0.5767685280696069 +0.5614193249796159 +0.409539607754344 +0.27822208390868447 +0.11813552142108041 +0.07688622670616882 +0.09130057852023926 +0.07688668206563486 +0.12292911093800266 +0.22618298104041024 +0.27450833729668084 +0.5137548267924702 +0.516968686690644 +0.5397875089064446 +0.6228822500785922 +0.6725835644256273 +0.6362204708029262 +0.6009073807058023 +0.5644296180061683 +0.5658869694293094 +0.6130987960000456 +0.6895814587291449 +0.6868680234591529 +0.6580396530375311 +0.6221983354717908 +0.6003829121938108 +0.41793335897617095 +0.2853280089223114 +0.11785366176145567 +0.07688793468273553 +0.09153558377763459 +0.07688578937586718 +0.123041013741755 +0.22624301162523452 +0.2746960315658004 +0.5136826061926497 +0.5176826604494985 +0.5400339555034929 +0.6228561731898965 +0.6730630367624335 +0.6362625233668496 +0.6003788153415809 +0.5651072783804987 +0.565597746195049 +0.6144215848850955 +0.6893250128510915 +0.6844256289251659 +0.6580396530375311 +0.6219306704167283 +0.6003829121938107 +0.418048766889649 +0.28517526987216313 +0.11814103211014872 +0.07688683320899733 +0.09130069083526852 +0.07688669838564785 +0.12138307238641877 +0.22390379250626738 +0.27300485964530896 +0.5137702033313559 +0.5229066852293444 +0.5433971104767852 +0.623898230975637 +0.693571081684336 +0.6909082916012282 +0.6430386511949446 +0.5718455020165447 +0.569403408442001 +0.6227779026217815 +0.7059433530594833 +0.7251608748804731 +0.6984297136109063 +0.6602770779414736 +0.6028245224672761 +0.4180638234906033 +0.2852714976682449 +0.11814942916628363 +0.07688673355128943 +0.09130017412734928 +0.07688618813904785 +0.12170660271990902 +0.2261646794089115 +0.27803616957323435 +0.5137182918738991 +0.5164964715549984 +0.5402414497401193 +0.6226352323475549 +0.672328467310356 +0.6521320737693633 +0.6072587130168385 +0.5646070880810194 +0.5664412659754662 +0.6143077409326926 +0.6895091108146657 +0.6928258804977451 +0.6667071449050339 +0.6254154745128312 +0.6003829121938107 +0.41828063328299236 +0.2851912674764655 +0.11791871666753988 +0.07694326082960491 +0.09147901060507693 +0.07688583258059763 +0.12248212884481172 +0.2256946499844689 +0.2816678621091436 +0.5136860657256386 +0.5176826604494985 +0.5401413179636232 +0.6225908632127307 +0.6735841039213344 +0.641614570758484 +0.6049028920478609 +0.5658252663381965 +0.5662422763164985 +0.6198612190214087 +0.6897048708262072 +0.695246906024152 +0.6655599581347637 +0.6303240622956984 +0.6003829121938107 +0.41839566961578967 +0.2850230590615585 +0.12242738130027743 +0.07688680641222133 +0.09130165810661485 +0.0768876522999711 +0.12240939070200461 +0.2231520755565933 +0.26578695598618823 +0.4230077746013644 +0.43337937773021173 +0.5463487646630527 +0.6222959385024265 +0.6718824433777911 +0.6452816638023446 +0.6072387086732477 +0.5721656591228403 +0.572211955108391 +0.6108741189642968 +0.6899954210889787 +0.6863006584610802 +0.6580396530373723 +0.6205537676735892 +0.6003829121938107 +0.41068239356015673 +0.2924477359895353 +0.1291929314408265 +0.07704935950529294 +0.09130096411735028 +0.07688603431863858 +0.12313033254490219 +0.2235319860023075 +0.2661861723642933 +0.42300802855035263 +0.42582930772672706 +0.46847698101122404 +0.6254691595248496 +0.667498167106749 +0.6231394937190056 +0.5943260927242028 +0.5517018794449022 +0.5522490091145124 +0.5919389670826991 +0.6640025146224949 +0.6498140384040201 +0.6210326010514944 +0.577209631634914 +0.5620995797420544 +0.409570120998053 +0.2782415316570661 +0.11816848293507197 +0.0768860206937589 +0.09130130653834587 +0.07688637711364024 +0.12379000862156583 +0.22690124924893904 +0.2751667177599366 +0.5137363708078003 +0.5202930409850554 +0.5404105142198302 +0.6227517709726265 +0.6734478163592444 +0.6361489001770402 +0.6005703336911804 +0.5645107806882611 +0.5650543176008656 +0.6105429291528012 +0.6901308085797847 +0.6868680234591529 +0.658039653037531 +0.6224741465427621 +0.6003829121938107 +0.4182931732970152 +0.2853609800162877 +0.11782855602274446 +0.07712087755409268 +0.09130090223540195 +0.07688690715488408 +0.12389127807346326 +0.2270284782168819 +0.2752591598140491 +0.46506655237353733 +0.5148272643574774 +0.5394788177292195 +0.6223988852650731 +0.6726146889368102 +0.6358947373218027 +0.6005461134237234 +0.5646787709622428 +0.5656013639863298 +0.6182060706837103 +0.6900227082131218 +0.6861508116585429 +0.658039653037531 +0.6224788370101241 +0.6003829121938107 +0.41844277694653015 +0.2852479869593894 +0.11814273002104636 +0.07688660937811634 +0.09130021103271986 +0.07688622454788616 +0.12285556172605647 +0.22613626929754224 +0.2745872305839271 +0.4650895088677777 +0.5162547112942436 +0.5401979964573339 +0.6227400918016675 +0.672700355402756 +0.6359520769780151 +0.600343484880394 +0.5647987038973384 +0.5643823876900644 +0.6119664510471675 +0.6412749230320566 +0.6861516219616189 +0.658039653037531 +0.6227319979159679 +0.6003829121938107 +0.4184513098110333 +0.2852769712511359 +0.11814604445477671 +0.07688582538019771 +0.09130111626445167 +0.07688618662308938 +0.12307407041910987 +0.22613006023706309 +0.2744526619795272 +0.46508558376841325 +0.5148272643574774 +0.5402056022042979 +0.6224008309906803 +0.6726633702383735 +0.6375020657233724 +0.6005380189100005 +0.5645292425863955 +0.564684681948115 +0.611010518307343 +0.6414560016448718 +0.6901823924704115 +0.658039653037531 +0.622737312230795 +0.6003829121938107 +0.41848647927983373 +0.28533003161207476 +0.1180334473445059 +0.07696882260201868 +0.09130004706937567 +0.07688606280978284 +0.12272947442584724 +0.22600193277777714 +0.27448236462301373 +0.4614200616158284 +0.5148272643574774 +0.5402851357786004 +0.6223292892020993 +0.6722980907597922 +0.6370284106114655 +0.600309561429434 +0.5646033241947827 +0.5674729838607102 +0.61189244628856 +0.6353502465027201 +0.6868680234591529 +0.658039653037531 +0.6227433532160863 +0.6003829121938107 +0.4185912598388294 +0.28531944427072686 +0.1221920640107668 +0.0770894725076971 +0.0913000137272654 +0.07688602992214742 +0.12274615991864915 +0.22323415694545062 +0.26597654699722917 +0.3736617323280975 +0.4326662827735958 +0.5468041691670941 +0.6218876478593544 +0.6720879414506699 +0.644637128826025 +0.6073035748774622 +0.5742560623222178 +0.5720939321878012 +0.6112936418066107 +0.637989262044226 +0.7050835606333998 +0.6918899678498576 +0.638657941569044 +0.6114102757790715 +0.4107023617732763 +0.2924530353145885 +0.12917968437911354 +0.07705027985464812 +0.09130002064870005 +0.07688603674920988 +0.1216337604591578 +0.22226330888685916 +0.27184806535068656 +0.3736616839666025 +0.42582926423431416 +0.4684767262023093 +0.6256927095785556 +0.6678520749337357 +0.6231860456119949 +0.593964824309959 +0.5516956671209636 +0.5523025713022525 +0.5911223661553476 +0.6147422885892038 +0.6512610550986295 +0.621657941094916 +0.5772615287643305 +0.5624095794045897 +0.4099408194938423 +0.27815470852257956 +0.11817232149307011 +0.07688629098738406 +0.09130073735806643 +0.07688674448682117 +0.12361846865736933 +0.2265941335629439 +0.2749412466112128 +0.46512786475967555 +0.517910362263728 +0.5407407021633291 +0.6221188201329552 +0.6717956975393823 +0.6361913422650903 +0.6002910738304539 +0.5646378697977342 +0.5657675973523824 +0.615032142104621 +0.640732123097371 +0.6838452119466408 +0.658039653037531 +0.6224804175420049 +0.6003829121938107 +0.41867292033210307 +0.285202246224636 +0.11791000510656308 +0.07688792963885144 +0.09153557823990008 +0.07688578427648787 +0.1231404800470206 +0.2262354888245559 +0.27462626029460274 +0.4640981756120749 +0.5148272643574774 +0.5405112199412506 +0.6221213378078676 +0.6717856097563029 +0.6361961303472231 +0.6001612178553465 +0.5647861403652199 +0.5645345448056935 +0.610163473197957 +0.6350068068933673 +0.7074682761384651 +0.6994959880829485 +0.6654584665005865 +0.6231142308290109 +0.4184589361245056 +0.2852038602242306 +0.1181491130729685 +0.07688664809941499 +0.09130088213409658 +0.07688693405431742 +0.12124516831704117 +0.22390372088903504 +0.27300431050943197 +0.46420437076513155 +0.5164964715549984 +0.554262146114885 +0.6304366045959444 +0.6961552274496476 +0.6871853406008587 +0.6390275514481899 +0.5687867521587329 +0.5663669805009517 +0.6119514844766454 +0.6547414921662847 +0.7237657848035652 +0.6956234740527526 +0.6579030866277776 +0.6038194344611897 +0.41855213610211023 +0.28535074820034473 +0.11793644925011144 +0.07702862877851338 +0.09130002766441386 +0.07688604367504595 +0.1221608811296153 +0.22744867137983962 +0.27749750239789855 +0.4638078261497162 +0.5148272643574774 +0.5405083786326867 +0.6221236791483814 +0.6725219924567488 +0.6489861051181801 +0.6047274472032145 +0.5647720918121855 +0.5663560697849902 +0.6144502913698391 +0.6377549296522788 +0.6907898325392415 +0.668143999414954 +0.6316444819542509 +0.6003829121938107 +0.41869399876160196 +0.2851880524285534 +0.11792442492957705 +0.07695104747287809 +0.09147117939390748 +0.07688583533481236 +0.12188907461423976 +0.22618894861261954 +0.2767165180883193 +0.4641045447535927 +0.5148272643574774 +0.5405124408359173 +0.6231895729109571 +0.6964332847898397 +0.6889457372878524 +0.6388943343379583 +0.5788141403306367 +0.5658493792663937 +0.6110494661314921 +0.6523364657374768 +0.7254584936245909 +0.6952108707461196 +0.6606988133934973 +0.6065466424374721 +0.4185072246197772 +0.28535526445510123 +0.12234652644301007 +0.0769745390380974 +0.09130004229509509 +0.07688605809703156 +0.12175606473777884 +0.22296263809194067 +0.26808242594741183 +0.3736617046609693 +0.4343354711052886 +0.5470341381275247 +0.6235232025138214 +0.6768317121418709 +0.6594399405734408 +0.6296970868823268 +0.5782912791043029 +0.5725913485929598 +0.6096692933458093 +0.635294966344207 +0.7102302967198856 +0.7012275201370526 +0.6401566391140493 +0.6073389268900657 +0.41070344575095774 +0.29246223901420726 +0.12918589521907317 +0.07705800643720473 +0.0913000181430948 +0.07688603427212028 +0.12200658359803385 +0.22249036431340485 +0.27968822430480844 +0.3722340640141854 +0.42582926808737853 +0.46847698851746 +0.62652229178918 +0.6839174992501528 +0.6556856519866009 +0.6166449687646905 +0.5598738578886525 +0.554541540103868 +0.5954033793060686 +0.6224476215523639 +0.6742288368333008 +0.6543192955904783 +0.6169362718456539 +0.5675561246918479 +0.40989773159194703 +0.27810798458721775 +0.11816385054413808 +0.07688663681237282 +0.09130091855196142 +0.07688692253140782 +0.1220116214597856 +0.22679520038558623 +0.27771631071134983 +0.4638872775800626 +0.5148272643574774 +0.5403275787222087 +0.6233567183809953 +0.6868371768006097 +0.6897687885512707 +0.6501052908675591 +0.5731001462165097 +0.5646717331186792 +0.6107552625514284 +0.6546030186645646 +0.7156614438525529 +0.6659658153128437 +0.6227420632077778 +0.6003829121938107 +0.4186126367777317 +0.28524674111775095 +0.11788223272173304 +0.07711134437870483 +0.09130093788696306 +0.0768860080610182 +0.12333460600884193 +0.22653211683870933 +0.27492888997955967 +0.460311642833803 +0.5148272643574774 +0.5402035945483475 +0.6227417260012071 +0.6734054987217711 +0.6357441789050907 +0.6005403996145715 +0.5646381728413387 +0.5656216074795934 +0.6100045905838204 +0.6356779579619479 +0.6861533798943114 +0.658039653037531 +0.6227350816211304 +0.6003829121938107 +0.41845581261924664 +0.2852934364316888 +0.11814648494210235 +0.07688573695220646 +0.09130009442310016 +0.0768861095186403 +0.1227339571604093 +0.22603487594581806 +0.2744351635091739 +0.4641284540068433 +0.5148272643574774 +0.5404947468493594 +0.6223841331111243 +0.6915959047946936 +0.689521789340694 +0.6593652308858385 +0.6036832360616552 +0.5905659015436584 +0.6501561272131472 +0.6211197198603695 +0.6716445684554442 +0.6434523163549117 +0.6083970067457813 +0.6068846329594278 +0.4184402598004611 +0.28513365181317774 +0.11815248792141708 +0.07688720362509258 +0.09130147907513418 +0.07688747562891711 +0.12125085696632384 +0.223904516119335 +0.2732395088864995 +0.46307443837585216 +0.5188655940648487 +0.5404144455936105 +0.6227446778870513 +0.675293109039716 +0.6747025698870973 +0.6251275822582534 +0.5646510414339825 +0.5656323311477027 +0.614259480418967 +0.6437904007227034 +0.7168438688911173 +0.6815299364097186 +0.6424308004589877 +0.6003829121938107 +0.418432327975748 +0.2851844744958123 +0.11814585135374985 +0.0768868953010066 +0.09130049671888713 +0.07688650635529738 +0.12252579841025685 +0.22578119762978452 +0.27710136604039715 +0.45988002392707006 +0.5148272643574774 +0.5401761581643398 +0.6227151915666673 +0.6737868963879445 +0.6407630984468522 +0.600552755062267 +0.5646171802159479 +0.5649786856308368 +0.6088215375760976 +0.6350084292242236 +0.6856756830140908 +0.6589894596749244 +0.6224725570090417 +0.6003829121938107 +0.4184283868444496 +0.28517270246202553 +0.1224854638000193 +0.07688698501360958 +0.09130058635329368 +0.07688659478196719 +0.12262159898810347 +0.22317476918907514 +0.2659092312602484 +0.3711636824946799 +0.4319528430588962 +0.5465263999272363 +0.6221840747410771 +0.6727190586584243 +0.6452872192506567 +0.6072274384230532 +0.5720791787033761 +0.5723194276596005 +0.6091291059943785 +0.63493836910629 +0.6868680234591529 +0.6580396530373723 +0.6205598429235123 +0.6003829121938107 +0.4106393389907059 +0.29242960198490336 +0.12929960750077105 +0.07699894184974633 +0.09130003729891681 +0.07688605317246587 +0.12267961733499873 +0.22315282531800132 +0.26588570916669985 +0.37021307762950423 +0.42542406768681557 +0.46847699863180514 +0.6253936028581583 +0.6681206415712739 +0.6231392827645027 +0.5943779318781818 +0.5513699429593076 +0.5517409892707005 +0.5907489738980142 +0.6117500738509137 +0.6492588511492372 +0.6210047205214022 +0.5771825642423839 +0.5619306011193946 +0.4097564373353269 +0.27817433300471356 +0.11818075034745587 +0.07688684039938984 +0.09130044185795078 +0.07688645224383969 +0.12191191097762405 +0.22528037627285888 +0.27400102743672006 +0.4617792075256181 +0.5141132905901932 +0.5394240274303722 +0.6215205261472488 +0.6725093180093402 +0.636024739681134 +0.6003610349461671 +0.5648133916934758 +0.5644304157787404 +0.6106060324114436 +0.6366611767483087 +0.6892016468142567 +0.6588659985721123 +0.6222035277109916 +0.6003829121938107 +0.41839272950724615 +0.2850555103590035 +0.11806637518851075 +0.07688680089537331 +0.09130165269598811 +0.07688691341322292 +0.12266088205349872 +0.2262013890085832 +0.27568745223496116 +0.4597566314438569 +0.5157824961585981 +0.5401340636035245 +0.6233951488643331 +0.6729651075726669 +0.6547048409478747 +0.6162604494871592 +0.565052419964959 +0.566078384161517 +0.6093728727882114 +0.631234105624281 +0.7026210206157623 +0.6765013457552667 +0.635294139308695 +0.6003829121938107 +0.4182162417247577 +0.2853346444024642 +0.11781194372394672 +0.07710543269251778 +0.09130000276589649 +0.07688601911026482 +0.12243632019102146 +0.22569390441811046 +0.2789186604246407 +0.4598363194020585 +0.5143409907668768 +0.5398189574313534 +0.6228369826231603 +0.6729504163221546 +0.6512304910958916 +0.6127165087557065 +0.5646185309151049 +0.5656546163373107 +0.6090329736997122 +0.6371342126648604 +0.7109548473924097 +0.6855745475026558 +0.6444070476965919 +0.6002319660185669 +0.4180550202274464 +0.2851756972464549 +0.11814863682071239 +0.07688700897385678 +0.09130072247398043 +0.07688672908918892 +0.12197730061413978 +0.22518897620780354 +0.2827251571171539 +0.45990042042677864 +0.5141132905901933 +0.5400641925177032 +0.6222941644102629 +0.6967951773325548 +0.6873149944063226 +0.6464876918310539 +0.5802439039145161 +0.5658407457378017 +0.6131657327054372 +0.655493693342196 +0.733708479903248 +0.7016277661307513 +0.6609975346493216 +0.6071077661755235 +0.41804608917428987 +0.2851708507008691 +0.11814517147680917 +0.07688723006499881 +0.09130067118723617 +0.07688667848441935 +0.12162038093338386 +0.22907783110316585 +0.27836047884842197 +0.46116239268497466 +0.5141132905901933 +0.539782013229066 +0.6225478383854927 +0.6725773932273857 +0.6495060952933468 +0.6051740970974513 +0.5647744023470558 +0.5647790361172085 +0.6095698030585786 +0.6338666763273411 +0.6868680234591529 +0.6580396530375311 +0.6221950835337955 +0.6003829121938108 +0.4180334590434353 +0.28514803425740826 +0.12245657553078619 +0.07688703251045406 +0.09130063381066014 +0.07688664160368962 +0.12278054306147017 +0.22317988897856395 +0.2659231907939984 +0.37080669607483185 +0.432180587827339 +0.5456154427944508 +0.6218571244009843 +0.6712640343895361 +0.6439712064953584 +0.606506730109639 +0.5724021742808352 +0.5716197547360026 +0.6107812511737707 +0.6367750171945542 +0.6842026193175759 +0.6580396530373724 +0.6199794467585502 +0.6003829121938108 +0.4105645349837966 +0.29213987569603744 +0.12948742896425783 +0.07688696458735929 +0.09130119657894328 +0.07688719686251395 +0.12257568839764886 +0.22314173260029682 +0.2659191238217687 +0.37022075284580414 +0.4256513072227824 +0.46847561218818273 +0.6245499614718286 +0.6669308480954622 +0.6230638227378825 +0.594478458770279 +0.5517958877115937 +0.551369164951548 +0.5897314622164136 +0.608522954510664 +0.6507344818177183 +0.6210239258770932 +0.5771199698655489 +0.5611555532881666 +0.4098784915359907 +0.27809116905161246 +0.11803341373284192 +0.07688729635268333 +0.09130163603070524 +0.07688689680733954 +0.12295348692962509 +0.2263455316145025 +0.2745537993566989 +0.45944880298493757 +0.5148272643574775 +0.5397786523627573 +0.6236590737271845 +0.6721631469244599 +0.6365680104917693 +0.6008607714402604 +0.5648956066521166 +0.5650131627789811 +0.6102604712768253 +0.630033619901916 +0.6856724053257107 +0.6580396530375311 +0.6216549628778028 +0.6003829121938108 +0.4176712063538491 +0.28525696478778156 +0.11813458235429004 +0.07688588839926624 +0.09130024411617922 +0.07688625717601805 +0.12307648364735405 +0.2261540522689173 +0.274662698228397 +0.45954615463464804 +0.5143409907668769 +0.539755707300481 +0.6229524565297963 +0.6720690527557223 +0.6368416396878717 +0.6003133700838118 +0.5649652586186 +0.5653314889910986 +0.6100832900385846 +0.6298618526004445 +0.6853843454828101 +0.6580396530375311 +0.621642661445878 +0.6003829121938108 +0.41764692802778103 +0.2851692050051043 +0.1181263892002141 +0.0768868856099025 +0.09130048702382577 +0.07688659201104857 +0.12264567724946446 +0.22584257431118468 +0.2743982438430665 +0.4594160718947116 +0.5141132905901933 +0.5397456520937385 +0.6228949268578028 +0.6926387339619043 +0.6883889612927011 +0.6538386160184778 +0.5949160854642942 +0.5811466315385942 +0.6300604607730873 +0.663098445002305 +0.7239850640518574 +0.6945519096540119 +0.6556745772690374 +0.6044167443186906 +0.41759629844179263 +0.2850741634016599 +0.11801087389962317 +0.07688700017988308 +0.09130161688896272 +0.07688761162352388 +0.12123837979334147 +0.2240857306003269 +0.27305640219679544 +0.4630944473708505 +0.5143409907668769 +0.5394170877470581 +0.6227927835531437 +0.7192410643390531 +0.7150442563360854 +0.6743632288066065 +0.6052562167755388 +0.5900489223852967 +0.6477313581884121 +0.6970954804711275 +0.7673107022858022 +0.7408873827018891 +0.6997990992062866 +0.634509493857871 +0.417284527544876 +0.28528431538581694 +0.11810496550836215 +0.07689705351973665 +0.09130006814957696 +0.07688608360282585 +0.1211540690805074 +0.22390439136180887 +0.273004204828424 +0.463178793218171 +0.5155412397538779 +0.5396275504114705 +0.6261052307123683 +0.7191800261407749 +0.7169262811969396 +0.677227668134968 +0.6122539379208604 +0.5928322286318993 +0.6484759046886229 +0.7003562155899392 +0.7733391615821099 +0.742999218889574 +0.703158982177066 +0.646305718512256 +0.42318949052683297 +0.2851609160759944 +0.12233108207015798 +0.07688710612088971 +0.09130147557111012 +0.0768874721737357 +0.12078357904386842 +0.22102895747315804 +0.26458085664221576 +0.37750188971178134 +0.44856188018459603 +0.5654753815705278 +0.6465334024740432 +0.7338869325518533 +0.7136399030181769 +0.6731111276303161 +0.6194515140810346 +0.6118255277396759 +0.6530266578936085 +0.6797485018605335 +0.7610675295934785 +0.7518926347464882 +0.6919819245706326 +0.6601783273866483 +0.4370743263505699 +0.29233467345954767 +0.07688669703838881 +0.0913007536619749 +0.07688675984357646 +0.12089153522021098 +0.22482244384049277 +0.2701910555195182 +0.42300861618141 +0.4309679834531555 +0.4843248851592828 +0.676015008740052 +0.6513512747287976 +0.6093160688969911 +0.6016158007714092 +0.5369430224910897 +0.5382803522196733 +0.5749191569688075 +0.5904583545993416 +0.5784984779457483 +0.6060892251766641 +0.5626009012913152 +0.5727516304770617 +0.4099730085571998 +0.27811725890757066 +0.1181242250145028 +0.0768862825983302 +0.09130061457614318 +0.076886623148644 +0.12034946863678343 +0.22390371901817135 +0.2730047875579442 +0.5171750489692228 +0.5215065189638598 +0.551978225821594 +0.6421124084698921 +0.7406951671481831 +0.7346444448132463 +0.5857770043438489 +0.6158836267738889 +0.601383805442106 +0.6659938768266467 +0.7066879660171886 +0.6086365090780254 +0.643452316354912 +0.6064798516245299 +0.5857955755111917 +0.40228926393528 +0.285305296498493 +0.1180408981155567 +0.07694359545278306 +0.09130000990345856 +0.07688602669781168 +0.12018601159429713 +0.22390439015316843 +0.27300420362276095 +0.5644009296667647 +0.5827358341520039 +0.5272947491030888 +0.6425966848773618 +0.8179399747352385 +0.8544101037943996 +0.8386195544188733 +0.7698178131458792 +0.7351598481922528 +0.754414654128551 +0.77363739923822 +0.7569109142496405 +0.7417495104540616 +0.6757413794692779 +0.5995505335095533 +0.40226020241379834 +0.28983405565858217 +0.11815440415922111 +0.07688607229745137 +0.09130045613593217 +0.07688646685355888 +0.12012921578514846 +0.22390356714731868 +0.27300463859355983 +0.4991652774590667 +0.5011951594759789 +0.5363633809841643 +0.6994237551024985 +0.8280284197592973 +0.8545895824937086 +0.8182970514061665 +0.768169397920922 +0.741541991802401 +0.7852593213739639 +0.8237134021780348 +0.8138026004778697 +0.7827487318908645 +0.7380377584536492 +0.6340411794459574 +0.4022699005265652 +0.27054408288342174 +0.11817252279149082 +0.07688652914577973 +0.09130090678749964 +0.07688691145025298 +0.12012965440287493 +0.22390400097377564 +0.27300506414352743 +0.566102736520024 +0.5668336929691237 +0.6067062383473801 +0.6118646200106252 +0.6591063506871564 +0.6235766346431435 +0.5858531117193078 +0.5985123811213626 +0.5910924527025512 +0.5930913954772634 +0.6123301673400665 +0.6085605502808241 +0.6440218362823513 +0.6061904104794329 +0.5850817126425207 +0.41973594819293536 +0.28519882811205655 +0.1181817211042503 +0.076886190255057 +0.09130057249043974 +0.07688658162881298 +0.1201293289989982 +0.22390367913714085 +0.2730047484347955 +0.4993319466302562 +0.5514417512567351 +0.5849575370201646 +0.6672643310956483 +0.6580409036579409 +0.6223865948207027 +0.5867043150762673 +0.5498964745270648 +0.5672981977011509 +0.6192485482990953 +0.6659316755370432 +0.6877539438030805 +0.716626560694853 +0.6795277982694669 +0.6294222765238645 +0.4169109162777341 +0.285190976286117 +0.12249250841481515 +0.07688725704019313 +0.09130070198972741 +0.07688670886352052 +0.12110916507641202 +0.22102903107684763 +0.2643461223202074 +0.3743753094284727 +0.4343360956187026 +0.5465652863266405 +0.6237549061908703 +0.6827476923954909 +0.6621869188538315 +0.6253881293780826 +0.5777938939202761 +0.57495842018423 +0.6167499108348503 +0.6343100985974867 +0.6598537296020734 +0.7119574306838833 +0.6555298167327538 +0.6292808342394969 +0.4099968935638725 +0.29256244246040086 +0.1292465599325687 +0.07704958757439224 +0.09129996657755471 +0.07688603396146008 +0.12130157505737597 +0.22879064063240206 +0.2692751600480336 +0.374375402010418 +0.4272203725878238 +0.46966702990288456 +0.6249662358717681 +0.670298577421247 +0.6509719953449871 +0.6175649022782753 +0.5554564605727219 +0.5524088812599762 +0.5941196875253658 +0.6093354673161243 +0.609642665288609 +0.6382227845135807 +0.5918451092849321 +0.5617818065100143 +0.4099889655037545 +0.278123616695889 +0.11816315164516981 +0.07688693482205128 +0.09130121324277864 +0.07688721330018317 +0.1220340917031973 +0.22542204810065405 +0.29061669724326805 +0.46518025019612946 +0.5155412397538781 +0.5386925300416263 +0.6225019942480402 +0.6722192473403136 +0.6579662141215905 +0.6188059663615759 +0.5644493780796175 +0.5648866863682982 +0.6076920470432725 +0.6431410330292265 +0.6683794165112188 +0.7006499119902054 +0.6611173159120807 +0.6037184303945985 +0.4168908099258304 +0.28535966767373716 +0.1181117645028212 +0.07689426096453572 +0.09130006908154381 +0.0768860845221005 +0.1219756973127331 +0.22767923747617458 +0.27758154216350195 +0.46508220727713917 +0.5162547112942438 +0.5389127743749853 +0.623648261776439 +0.6969871187585499 +0.6927661350761445 +0.6524254401916264 +0.5917532692790941 +0.5750622253936568 +0.6248140719776172 +0.6595110084069953 +0.676423178387683 +0.7082617651035918 +0.6674992055443973 +0.615064876865023 +0.41721538828610927 +0.28510755156920203 +0.11813442244289514 +0.07688685083578857 +0.09130108328451084 +0.07688708557208475 +0.12097990691870598 +0.2239041738659626 +0.2730052337543221 +0.4798547286664957 +0.5330292293691047 +0.5820948674582818 +0.6676081777219471 +0.6583595254603021 +0.64580528703565 +0.6153985232871402 +0.5514709342848767 +0.5506430604638435 +0.5933930544297774 +0.6101853817859453 +0.6106407207502967 +0.6434523163549121 +0.6053243128291972 +0.6288619342470203 +0.42051586976674127 +0.2854057125541996 +0.11803331193594972 +0.07694103107781058 +0.09130006134314717 +0.0768860270432603 +0.12069803139934071 +0.2239037089368916 +0.27300420387110774 +0.46413012735182607 +0.5164964715549987 +0.5386747351867166 +0.6227347123731531 +0.679299953306464 +0.6816734643944904 +0.6342922307568757 +0.5663986338280561 +0.5648200981523968 +0.6077797918048544 +0.6324844068212349 +0.6553217846174002 +0.6863719912730486 +0.6416342630919171 +0.5972669324440738 +0.4170603145960115 +0.2854002974166552 +0.11782141749361902 +0.07710710123909256 +0.09130000222501493 +0.07688601857406449 +0.12205295998047032 +0.2288416414463848 +0.2783912057417544 +0.4628477532418856 +0.5148272643574777 +0.5386723323902276 +0.6237956306983011 +0.6727581577796544 +0.6592946181364661 +0.6212754366910848 +0.564455515966089 +0.5647819802193812 +0.6077796134440273 +0.6258639889266423 +0.6427872890036682 +0.6792323174597892 +0.6376926761068101 +0.5970158018569316 +0.41688788617091926 +0.28541485429828517 +0.12243356091151303 +0.0769173879638208 +0.0913000637576903 +0.07688607926901223 +0.12210252488011018 +0.2226182002483161 +0.2699811889092955 +0.37139045907055235 +0.433621570074198 +0.5443492950122879 +0.6233417920712343 +0.674329749909799 +0.6472254729956394 +0.617782499858859 +0.5720992795304349 +0.5724924809651579 +0.6115248087600083 +0.6247075245325271 +0.6563419254647698 +0.6998880132438389 +0.6412397321770826 +0.6149796188464575 +0.4100574795133969 +0.29216711804340123 +0.12952801350142998 +0.07688772410172205 +0.09130007126317648 +0.07688608668585578 +0.12148974596835034 +0.22212062416769907 +0.2802481992791927 +0.37139930753433126 +0.4274101857345974 +0.4684770776141144 +0.6221890500856879 +0.6642561567317854 +0.6231010364608162 +0.5946589159909017 +0.551829271757157 +0.5513847507934918 +0.5885278986371808 +0.6025621560214355 +0.5884640652887216 +0.6177714481632994 +0.5771561238059134 +0.5634655205829541 +0.41008528827237134 +0.27828802715180534 +0.11782783677814246 +0.07711311456326111 +0.09130000027554243 +0.07688601665387836 +0.12217207677721346 +0.22540918231612553 +0.27874032263357595 +0.4604577038732876 +0.5148272643574778 +0.5386360524251431 +0.6225508872636228 +0.6725988995851246 +0.6527464512543 +0.6125625746174969 +0.5654091082457734 +0.5646365477930482 +0.6078818668590031 +0.6227180540474674 +0.6456570549138572 +0.6811851153714865 +0.6365981292815298 +0.5962634712837935 +0.4168586635962276 +0.2850533341898977 +0.11817088983650284 +0.07688659760094876 +0.09130145327189358 +0.076887450155328 +0.12207853041909432 +0.22575318681193676 +0.2770786105659276 +0.4620161782279207 +0.5148272643574778 +0.5386055864334753 +0.622550510000969 +0.7036124916278432 +0.6945507353183773 +0.6588452100232258 +0.5983907442286996 +0.583957342341811 +0.6304826675390144 +0.6680565832731508 +0.6841574083838551 +0.6633368424654821 +0.6671169351157861 +0.6168980690537192 +0.4168212932797364 +0.2850493056787707 +0.1181544419580115 +0.07688661883342196 +0.09130173006002089 +0.07688772330986492 +0.12141588191871142 +0.2281931361600222 +0.27804568854479444 +0.4599213389314613 +0.5148272643574778 +0.5386012672646411 +0.6227675938737663 +0.7200134132673156 +0.6217097186959616 +0.5860172624226145 +0.584936314874222 +0.5843823300557819 +0.6325955177860805 +0.6641202395533321 +0.6840569286440443 +0.6662157872644295 +0.6708169340539856 +0.6219947625183797 +0.416563213738962 +0.285368431360412 +0.11803458452740521 +0.07696642756122883 +0.09130005240629196 +0.07688606807398561 +0.12085996368363362 +0.2239043724132032 +0.27300418589320874 +0.4653179750777991 +0.5179103622637284 +0.5500609312030774 +0.6375232205694512 +0.728637324534765 +0.7228360172415627 +0.6781351391043772 +0.6135696791861331 +0.5967214473422077 +0.655433280980124 +0.6944629762996063 +0.6100197091138303 +0.6548000819899439 +0.6905900899790154 +0.6461986876774046 +0.4207089193346603 +0.28531516792102884 +0.11815395086735922 +0.07688583189251744 +0.09130016846796374 +0.07688623241155745 +0.12065396908249137 +0.22390453911556474 +0.27300435246641996 +0.47921212697524745 +0.5284315931876092 +0.5686152786677203 +0.6525956563988494 +0.7460814075108877 +0.6215781941963846 +0.585973546718363 +0.593279550793555 +0.5895715953440703 +0.655261786550448 +0.6938303039518214 +0.6093184630437021 +0.5926785698864796 +0.6653086294588428 +0.6208887928249518 +0.41665635019904784 +0.2853480012301952 +0.12217814873307972 +0.07710924216571229 +0.09130000216468424 +0.07688601852170429 +0.12086541884440241 +0.22406892090424768 +0.26826472664957046 +0.3704406319601351 +0.4319522971371139 +0.5539110204880254 +0.6469631105647075 +0.7389324376641633 +0.6294353922178229 +0.5939036771855224 +0.5584480601166582 +0.5775257524256362 +0.627074661872562 +0.6458279047214478 +0.6786217341140828 +0.6812281141056243 +0.678781986301972 +0.6544825123422344 +0.43045025043495994 +0.29226849234196256 +0.1295387671686796 +0.07688589883506047 +0.09130023472811723 +0.0768862484555218 +0.12064949360758873 +0.2235737151416817 +0.2692294706461629 +0.37342573467310547 +0.42582958881254085 +0.46907183123504914 +0.633730652826463 +0.7026747466958054 +0.6752719507312894 +0.6421135603762771 +0.5859524112287993 +0.5827998487148383 +0.6279542523236868 +0.6449522788563163 +0.6401887008546542 +0.6142013649656394 +0.6198326014209329 +0.5660328452417382 +0.4101406451871266 +0.2783374158647604 +0.11803017438264833 +0.07697136647501912 +0.09130004335070255 +0.07688605914455333 +0.12118138736298009 +0.22731016121506886 +0.27918911655262474 +0.4595281069634347 +0.5148272643574778 +0.5382352412325997 +0.6291495935216532 +0.7247646442240823 +0.6226341101930396 +0.5876364501154108 +0.5506384590971783 +0.550494872012842 +0.5933237244239304 +0.6079422494650543 +0.6565923480633611 +0.6469591312266074 +0.6622580313387891 +0.6150887213174676 +0.4168899448040863 +0.2851750984876129 +0.1181564431283992 +0.07688654782275532 +0.09130087711187018 +0.0768868821624059 +0.12049295021181713 +0.22390397160110434 +0.273005035331026 +0.46573053154081545 +0.5122066660104044 +0.5443484788317157 +0.6246960246402722 +0.7218516589701027 +0.7089347692379536 +0.666038181918371 +0.5945940478578852 +0.5694076297497592 +0.6233497529065848 +0.6574172259064002 +0.6767417050763692 +0.6589812097474551 +0.6673448052668698 +0.6167213813595074 +0.4169066676694799 +0.2852038120894921 +0.11815445282798151 +0.07688664135973505 +0.09130092305058395 +0.07688692698314396 +0.12139523861594893 +0.2302363719256267 +0.2788419660222413 +0.4594534614466537 +0.5131454993009625 +0.5416848746648355 +0.637277497134003 +0.7335482290910262 +0.6265761377719091 +0.6572458923797033 +0.6020633072113127 +0.5863063937476789 +0.6353775219490299 +0.6731160388285794 +0.6843407730487642 +0.667994628128003 +0.6732764774224161 +0.6192657938402899 +0.41692826724351867 +0.2852957378948738 +0.11815915952745239 +0.0768869442915445 +0.09130038508952505 +0.07688639624082423 +0.12114999130506755 +0.2271526402732281 +0.2792186089657209 +0.45955690705020125 +0.5112361817659575 +0.5487519376079689 +0.6442992251939881 +0.7374693064183026 +0.6217241768625617 +0.5861900746473502 +0.5519114150378608 +0.5501264330382776 +0.594509000575298 +0.6084696080419503 +0.6041202046139309 +0.5919702131090242 +0.6651882349335402 +0.6241141763537728 +0.4170848994881229 +0.2852964230672764 +0.11787730161250644 +0.07710931719665759 +0.0912999514005465 +0.07688601904701173 +0.12059270044979553 +0.22390433406515248 +0.2730041475812647 +0.48987379597087427 +0.5550794639935136 +0.5242191714865628 +0.6079656815962102 +0.6889666126811237 +0.6987376603331336 +0.6619522492439163 +0.6012932882799897 +0.560260530030305 +0.6046800593369306 +0.6243591515342901 +0.6376715580692308 +0.6184481255994053 +0.6384359954876638 +0.5818417772928758 +0.40240564076619845 +0.2862340789148279 +0.12221526536286581 +0.07705700027006603 +0.09129996986847612 +0.07688598722263 +0.1201287426232062 +0.22102838015348972 +0.2643454786431404 +0.4205169085847714 +0.4193186206739496 +0.5307077484065351 +0.6085232212980698 +0.7144871142922006 +0.6912519131491205 +0.6914356459160486 +0.6329029330644615 +0.5998612371357133 +0.612440837919396 +0.6082754121063241 +0.6426476534722637 +0.6343066498898446 +0.6171009114454313 +0.5796042532384128 +0.3954436341665865 +0.2778280371655572 +0.12934666607462195 +0.07699915136604675 +0.09129999028831129 +0.07688600735110315 +0.12012876249507748 +0.22450928933709272 +0.2715175432644701 +0.3550341107878332 +0.4110522640623201 +0.4536997315486535 +0.6096889917984082 +0.6528061166658307 +0.6091848025105635 +0.5800839613831229 +0.5370243227565068 +0.5370392043087305 +0.5737464587161378 +0.5876710951246576 +0.5750396533324591 +0.5540313180224926 +0.6135176520869824 +0.5753352078425512 +0.4103372405619907 +0.27804707563443937 +0.11811039266783231 +0.07688708917529458 +0.09130145885434313 +0.07688745566688898 +0.12062595852875489 +0.22390448683333694 +0.27323221121037466 +0.46392881536093183 +0.5102279512306809 +0.5383438547112743 +0.6295120902274832 +0.7314174061323524 +0.7234560560663725 +0.6797547458871188 +0.5982676132082826 +0.5672356398568367 +0.6196805317801863 +0.6586614788299081 +0.6794767691750306 +0.6678240391351524 +0.6720268182329584 +0.61450591205023 +0.4169096411696192 +0.2853340707700385 +0.11814883519700227 +0.07688674792068351 +0.09130013841850311 +0.07688620286795803 +0.12116564967509962 +0.22390383349782036 +0.27300442161288363 +0.4600147851672149 +0.509967023021097 +0.5470971445824477 +0.6273061176801595 +0.7242608532272075 +0.7204448550708104 +0.6817199795759853 +0.6183319773980563 +0.608227362675402 +0.6573519782959123 +0.6909515758819077 +0.6040090191017471 +0.6202743644212417 +0.6795592932863296 +0.6288751248313871 +0.4170425987093562 +0.2853691571010009 +0.11788989516596306 +0.07708264251905055 +0.09129996082007022 +0.0768860282985148 +0.12068713133931336 +0.22390433418070757 +0.2730041476841326 +0.48711003088739563 +0.5401351221919657 +0.5838558243636836 +0.6677636903222272 +0.6581969037966793 +0.6226563715048029 +0.5864191783774918 +0.5510314610634965 +0.5769536242371788 +0.6442147700572157 +0.6939447828764425 +0.7004383814198923 +0.6774304742680453 +0.681561323063828 +0.624289684484197 +0.4171416111017549 +0.2851597164185475 +0.11804547437223342 +0.07688745911306585 +0.09130182390911609 +0.07688777191350239 +0.12129583834449652 +0.22390378746093048 +0.2730034402681538 +0.4583548957349269 +0.5089601835894332 +0.537994495778414 +0.622654533504599 +0.7178169955142644 +0.7160746089227416 +0.6766100968550504 +0.6050789097499817 +0.5824864798945837 +0.6339314266455125 +0.6757406831655645 +0.6867121145942118 +0.6675969219713594 +0.6764306078671826 +0.6190413647952382 +0.41691928249011845 +0.2854417693068954 +0.11806263781950192 +0.07694781326780739 +0.09130005895643867 +0.0768860745349011 +0.12104633805743975 +0.22390370742281945 +0.27300429723105213 +0.4631726702085747 +0.5112570195484788 +0.5389904146331311 +0.6226447107141202 +0.7113581117747024 +0.7069546231193364 +0.6630260288052456 +0.6014909007881017 +0.5886457395809068 +0.6514447723840177 +0.6092688883401493 +0.6045332331148758 +0.5919702131090243 +0.602621041832938 +0.6276511344715789 +0.42247502161472616 +0.2852439874719866 +0.12249871232854048 +0.07688610372449951 +0.09130048659708452 +0.07688644796374398 +0.12097369046809323 +0.22102882520368172 +0.2643459187374861 +0.3750733709986722 +0.44213346581435536 +0.5546832041204969 +0.625328486733374 +0.7085057440542463 +0.6847794081921206 +0.6488063635301439 +0.5869007261507058 +0.5818851012229537 +0.6264636615355846 +0.6447432753890133 +0.6762327220454671 +0.6669199075517428 +0.657772865555624 +0.6288850674139689 +0.41011547305708845 +0.2924503384447172 +0.12930440398876994 +0.07707442969631502 +0.09130000897977812 +0.07688602523960757 +0.12188585150313151 +0.2222773116671319 +0.28478844742250636 +0.3694991295318492 +0.4256394897844277 +0.46847697452291975 +0.623870145453699 +0.6665593326819962 +0.6232509795259539 +0.5944922531093717 +0.5517285230210406 +0.5514048295981485 +0.5885714982701743 +0.6023003891339311 +0.6020698235408783 +0.5753810015701409 +0.5827431706246833 +0.5632290397372542 +0.4101915973935821 +0.2780462865331716 +0.1181400950371428 +0.07688645821399703 +0.09130131654147929 +0.07688731523745314 +0.12186886626416972 +0.22625898352487359 +0.27647331757367205 +0.45853596031702515 +0.5087119237867038 +0.5383672835259123 +0.6225770790672098 +0.6904448729615805 +0.685313961383222 +0.6517551519026379 +0.5979321991784236 +0.582404729571204 +0.6280867795794531 +0.6635332361799009 +0.6771790735402448 +0.6564543878644669 +0.6676012434161959 +0.6205120255672884 +0.4172292480599622 +0.2851254269731036 +0.11807131625314994 +0.07688734389589409 +0.0913016652254683 +0.07688765979584952 +0.12094772344590438 +0.2241385303515729 +0.27300332013064776 +0.4601277518832838 +0.5144839455746824 +0.5520966315003785 +0.6439821605143983 +0.7309359501212443 +0.6219811730244329 +0.5862353814167589 +0.5500793673829951 +0.5505286956296634 +0.5934550717039291 +0.6083128233172944 +0.6017376563965026 +0.6482445456473399 +0.6688724398069099 +0.6241339114892079 +0.4172026651543856 +0.2851064826402513 +0.11809444304093145 +0.07688734876790948 +0.09130167005475245 +0.07688770893527917 +0.1208159609049857 +0.2241381954545987 +0.2730033251511725 +0.4583419713095728 +0.518985905692832 +0.5673506273904803 +0.6658282284964476 +0.6591014866201089 +0.624550467086625 +0.5871097548535409 +0.5612028752330992 +0.5506838165694155 +0.6002099819132293 +0.6283391350779177 +0.6035707877096685 +0.58557241160832 +0.6029229371819 +0.580902786792936 +0.4246409257204893 +0.2852646407815159 +0.11815559555514689 +0.07688633131857905 +0.09130066280057596 +0.07688667071991034 +0.12015778197848441 +0.22390376555875305 +0.2730048332096881 +0.48924599777549016 +0.5641194145182307 +0.524632678613559 +0.6087354930991972 +0.6599238069906224 +0.6533872777464104 +0.5859995971891451 +0.5509381926513278 +0.5499471858513791 +0.5946297826400545 +0.6087990349345592 +0.6020057137302854 +0.5883960488025001 +0.6029308796638213 +0.6010536780330619 +0.41728904147044177 +0.2851605478854299 +0.11815339174403021 +0.07688657509675782 +0.09130090412240803 +0.07688695566485838 +0.12063325562984352 +0.22390400379286157 +0.22437257844900085 +0.458502937873527 +0.5228671639604469 +0.5764913811765465 +0.6718184240518547 +0.6581645188928362 +0.6294665736916842 +0.5958924044564677 +0.5499576962204717 +0.5501844327381433 +0.5933101722328024 +0.607680358305525 +0.6027639155507227 +0.5859132265562668 +0.6395401564064205 +0.6174671415247437 +0.417207207325562 +0.28514054197507593 +0.12237237206732426 +0.07688733390729344 +0.09130170034777822 +0.07688769398838385 +0.12068318122752017 +0.2212632088995616 +0.21571211530978393 +0.3693853262340647 +0.4476271893563032 +0.5768676459123329 +0.6659268950075081 +0.6594576076115828 +0.6303806728322645 +0.5949730324767617 +0.5576348541356402 +0.5577833241659331 +0.5946908018154903 +0.6074319458094677 +0.601480850445115 +0.5797510653486988 +0.6029413229829926 +0.6201482768734298 +0.42071222525293744 +0.2924665906709634 +0.12931609533944954 +0.0770121838105811 +0.09130003631267798 +0.07688605220094469 +0.12056873046692883 +0.22288203508260698 +0.21956053623215746 +0.3693853489427698 +0.4252344041382271 +0.4978602365945595 +0.6093380042466027 +0.651750633807353 +0.6091052458631299 +0.594771765032262 +0.536907390371631 +0.5371667335385829 +0.5745633067477514 +0.5885936981410521 +0.5828597391053951 +0.5543075756444137 +0.5626848628176899 +0.5627274456772984 +0.4101870740584951 +0.27835172073339304 +0.11795963615609746 +0.07699530328457706 +0.09130004224658403 +0.07688605805270757 +0.1207787257316554 +0.22870363486804746 +0.2285095936097415 +0.4584249122984195 +0.5099489239247054 +0.5464603776899165 +0.637188922784775 +0.7404777833118974 +0.6231785896958542 +0.586762525541196 +0.5501938599000308 +0.5507346628229368 +0.5934504903313995 +0.6073168698136712 +0.6036054085668312 +0.5848633030834506 +0.6556952099871275 +0.6161419767947802 +0.41728151934250507 +0.28512107953787685 +0.11807767135517709 +0.07688707497943331 +0.09130139898580295 +0.0768873970767726 +0.12044280980140212 +0.223904480833743 +0.22457966001495708 +0.4643144933932457 +0.5130353045265011 +0.563674100521048 +0.6465347204340031 +0.7356531016394772 +0.7290107521435373 +0.5860243959826325 +0.549914102908165 +0.5681250236116964 +0.6369813716102875 +0.6895158027522733 +0.6025271935762148 +0.6294250653335514 +0.6691814420903506 +0.6269358140480406 +0.41729995244735435 +0.28525179226064845 +0.11815604347747619 +0.07688631425057552 +0.0913006458961971 +0.07688665403884211 +0.12079646992047659 +0.22390374899274687 +0.22437232849705452 +0.4612537685402348 +0.5297498326871158 +0.5811644762592176 +0.6762327715215252 +0.6584494411392877 +0.6253928700675648 +0.6006658611599472 +0.5548999768011037 +0.5501840714477984 +0.5932523403008774 +0.6087085573187293 +0.6057683846073142 +0.5905373068097924 +0.6026632705819234 +0.6228839970132386 +0.4246861128932207 +0.2852019312645768 +0.11816818246270748 +0.07688652466244265 +0.09130090186442251 +0.07688690606710316 +0.12048041129128295 +0.22390395522415235 +0.22437253080430095 +0.47118199968017976 +0.5430337473868782 +0.5900992012364101 +0.675308104353259 +0.6591244304446463 +0.6233163980783598 +0.5868176396679453 +0.5501828942118404 +0.5499973630973634 +0.5933894106929055 +0.6103004890802309 +0.6095492136305123 +0.5905373068097927 +0.6026476672411099 +0.6128526677848144 +0.4192880289546687 +0.2851470315428646 +0.1180631745631191 +0.07688718872225128 +0.09130151161460755 +0.07688750819934861 +0.12036483300425747 +0.22390459157085743 +0.2246060300894129 +0.47940494613907875 +0.5382374875808856 +0.5817935112232792 +0.6638695530015355 +0.7526573535443459 +0.6227653339742062 +0.5866136594052621 +0.5966476148892643 +0.5901933713149439 +0.6536220337910646 +0.6967193369815617 +0.6057649947173674 +0.5883960488025005 +0.6026427311507114 +0.6125539511727137 +0.4173031991441599 +0.2854200624797545 +0.12231462782042395 +0.07697540986982992 +0.09130004924746914 +0.07688601506977667 +0.12052450614588218 +0.22102839968908777 +0.2157130095029257 +0.3859010314550134 +0.4528847038629868 +0.579248652213725 +0.6594656856544305 +0.7520641957442409 +0.6313613495142376 +0.5955828677030044 +0.558109993911732 +0.5959308773047304 +0.6503135495455364 +0.6698126235416604 +0.6038605522560048 +0.5833157254885677 +0.6626598542230713 +0.649642607526585 +0.434173710293822 +0.29251156323319744 +0.12931502661766842 +0.07700272039724111 +0.09129998902834889 +0.07688600610838779 +0.1202644390619391 +0.22379076447346946 +0.2207292530938927 +0.3709270955118248 +0.42504406106370585 +0.4762889197133282 +0.6570197158480985 +0.7350909469859853 +0.6100287404896952 +0.5825104035907428 +0.5374814414334841 +0.5370997628999927 +0.5754997938495138 +0.5888507617086806 +0.5741207748554846 +0.551715212861117 +0.5627372663942619 +0.5657687813606166 +0.410089598680931 +0.27829377967356467 +0.11817391443725717 +0.07688614790095295 +0.091300481237196 +0.07688653988860797 +0.12057794458250433 +0.23058702821843152 +0.22515638305674845 +0.45861842171684564 +0.5277785389022145 +0.5829245012093519 +0.6698651120101999 +0.6585444568515558 +0.623399323892447 +0.5876883497664044 +0.5515350767758486 +0.5498912764229626 +0.5953685582584433 +0.6073950451366055 +0.601062251364066 +0.5823593923295053 +0.6029471539530943 +0.619876471975034 +0.42033772190866153 +0.2851018591754687 +0.1180823554110787 +0.07688744814906809 +0.09130181308306647 +0.07688780525267591 +0.12062722233856242 +0.2239345564623841 +0.224370937383154 +0.478621063276717 +0.5436149689906116 +0.5247231079688999 +0.6088930915413724 +0.6666984593801006 +0.6502097893062786 +0.6017998297761868 +0.5508109464326819 +0.5508769835249318 +0.5940506375424743 +0.6101380561761764 +0.6057727156839207 +0.590537306809793 +0.6029728332957136 +0.5819289340277893 +0.4178630802869444 +0.2853548566264006 +0.11816263652066226 +0.07688687420098886 +0.09130031492416778 +0.07688632702610622 +0.12046971521994608 +0.223904630238296 +0.22118350427643993 +0.47333364231008085 +0.5352230402994689 +0.5813000348196058 +0.6680441277000155 +0.6583830146170928 +0.6219895589802459 +0.6023206578128748 +0.5599320009230326 +0.550023319049763 +0.5933888086357414 +0.6118633480881631 +0.6012459042135129 +0.5823593923295054 +0.6029833416078817 +0.6258904014702924 +0.42440669171693574 +0.2851417532854046 +0.11806550190072346 +0.07688731798376564 +0.09130163957550758 +0.0768876789531087 +0.12047481374944327 +0.2241384028102479 +0.22022228783137407 +0.4701704422850141 +0.5445098204956748 +0.5931696538092366 +0.6080580448170414 +0.6576717159108593 +0.6315272347725863 +0.6053833128669811 +0.5552984473652265 +0.5499567928354013 +0.5934454786808127 +0.607273461557309 +0.6062991118536435 +0.5898289551265732 +0.6029584597927602 +0.5814250622569689 +0.4221371127507305 +0.28538584434800024 +0.11814232797418607 +0.07688576018939147 +0.0913000975009271 +0.07688611309795705 +0.12015452151586366 +0.22390447290275017 +0.22437179784520483 +0.49573191459236404 +0.5616621362691947 +0.5235147338125334 +0.6080928356091576 +0.6625591886775746 +0.6660632360498584 +0.6352202991562423 +0.5500718715416121 +0.5501031236134534 +0.5933210809213353 +0.6086271920231812 +0.6013270181168252 +0.5873461328803395 +0.602942483324288 +0.6223103982855432 +0.41963054321428533 +0.28519209103590754 +0.1223608496526356 +0.07688728430463691 +0.09130160622790152 +0.0768876461551599 +0.12028344740764976 +0.22126316687669995 +0.21248667750145359 +0.3995099400069171 +0.4778935520888776 +0.5984791386372059 +0.6755265173265891 +0.6590758753435553 +0.6294550961961842 +0.5947934962257134 +0.5580005154846984 +0.5578786187432231 +0.5951176593152556 +0.6076245993679295 +0.6019390739683351 +0.5782363326245032 +0.6612257956957708 +0.6374610190600254 +0.42128067912823564 +0.2925120681370881 +0.12928377060903398 +0.07700886906301385 +0.09130003747650194 +0.0768860533416446 +0.12052795220937013 +0.2243518417553135 +0.21472294542178086 +0.368793864231525 +0.42504463380896085 +0.45369972468343406 +0.609762854806637 +0.6533114696307167 +0.6098936551924227 +0.579986507207799 +0.53956704905155 +0.5370223913810237 +0.5738219159171526 +0.5893428333084009 +0.5741818804011131 +0.548876885549525 +0.5627600810846719 +0.5688527221689612 +0.4102102828076725 +0.27803491319111706 +0.11814684721486422 +0.0768870851911572 +0.09130145492425205 +0.07688745178880257 +0.120599545830024 +0.22390448303030708 +0.21999028697891085 +0.45832173233594437 +0.5170365205624823 +0.5619332312955223 +0.6506063882920726 +0.6580369340855775 +0.62305340051833 +0.5859896426926063 +0.5529277899005374 +0.5507763741548989 +0.5934819396051477 +0.6082555156515556 +0.6025079503453881 +0.5866377761028844 +0.6030744980927248 +0.6257555238888389 +0.4257395934152072 +0.285219268635404 +0.11816540079878232 +0.07688631254838012 +0.09130064422235062 +0.07688665240156645 +0.12021522909229285 +0.22390374755614723 +0.22150805867886014 +0.4884851429672527 +0.5455427768156099 +0.5909752591611186 +0.6092770736704262 +0.6782953603090859 +0.6722085619427816 +0.6316768520262244 +0.5740887726575388 +0.5686034179140288 +0.6122442962498061 +0.6326207871300051 +0.6402228251005704 +0.6240494393921961 +0.6328014616786728 +0.5851083000851713 +0.4335406809017075 +0.2851090996764096 +0.11806267595027385 +0.07688748378509751 +0.09130184873241069 +0.07688784089719886 +0.12036468471963191 +0.22390368633595234 +0.2231045682919569 +0.44519191163362104 +0.49659712161709724 +0.5358212491308835 +0.6718790833375636 +0.8176318194634155 +0.8296719063988222 +0.8402871179124219 +0.7824095955964994 +0.7620555928437904 +0.7978275923942583 +0.8110676120941449 +0.6419506440358795 +0.6238284051672524 +0.6132658721341311 +0.5818316475515289 +0.4026337419320482 +0.27059287637212587 +0.11806526667287222 +0.07688743920070282 +0.09130175959732122 +0.07688775293158942 +0.12028770132833114 +0.22398059935213702 +0.22437092244576512 +0.4461346846409064 +0.5306363527772409 +0.5836140393496521 +0.6695756886596081 +0.6594436044030764 +0.6245114342323705 +0.5874617093953661 +0.5932700376460419 +0.5839459306164494 +0.6526056771720392 +0.6967782551531682 +0.6067058527841184 +0.5934031194330979 +0.6032479078146296 +0.6182741237959106 +0.42186969481515546 +0.28522911268963963 +0.11797396487310963 +0.07688775758911906 +0.09132534584898803 +0.07709864005418071 +0.12036403467851516 +0.22390392748444682 +0.22437125285999523 +0.4906383651934848 +0.544759934603002 +0.5888538312532179 +0.6724771756845408 +0.6591966161094734 +0.6231719913429832 +0.5885201121850019 +0.5506562899457176 +0.5513055260971056 +0.5931748171061383 +0.6076309629524101 +0.6015779919231493 +0.5823593923295062 +0.6029662870452176 +0.6373925394718224 +0.42635669418408745 +0.2851458890457091 +0.12241990975803659 +0.07688719904508683 +0.09130152182028826 +0.0768875631329952 +0.12032394634597238 +0.22105429422537487 +0.21210957433149732 +0.41696232581419085 +0.41713723195752783 +0.5305028956385054 +0.6087115153064397 +0.7089768072179753 +0.7227920307876914 +0.7162179840451735 +0.6671981221690435 +0.6863514513716412 +0.7335556461832465 +0.7176696659833335 +0.7335808714789183 +0.6958142275160476 +0.6651835948311977 +0.6101701096072107 +0.40843255702610914 +0.27758811789656357 +0.12954613879043195 +0.07688664351338584 +0.0913009718322288 +0.07688697559667602 +0.1201297177134669 +0.2326532715572455 +0.23407624991098222 +0.35551218169694326 +0.410694159790756 +0.4538876303064963 +0.6249820809696591 +0.7152879861621549 +0.7590469684267408 +0.7806575282581433 +0.7447110416804655 +0.745547549499018 +0.7792526599336341 +0.5896533300851202 +0.6657896931758182 +0.5469171834304156 +0.5628579092409868 +0.5483201915604817 +0.41013233841166674 +0.2783613241917124 +0.11816059565343183 +0.07688578102210546 +0.09130016883604641 +0.07688623277338906 +0.12012893567754411 +0.22390454028331452 +0.22008935193372353 +0.5099710763713546 +0.521546295818723 +0.5233141405537498 +0.6086911804916669 +0.6613922642775493 +0.6712817756966325 +0.6280320291021146 +0.5533402505293885 +0.5509940538247396 +0.5968397935877608 +0.6230242031108199 +0.6310590852743202 +0.5823593923295063 +0.6029742480301609 +0.582174512133321 +0.42341239603726444 +0.2850740892987033 +0.1181542163104122 +0.07688694225989895 +0.09130126758817435 +0.07688726742247887 +0.1201586764937003 +0.22390434841971138 +0.22150864813315302 +0.5099139894417346 +0.5223438867946819 +0.5234477468430262 +0.6096898805064318 +0.6909861091912665 +0.7001677720171211 +0.6881781015423729 +0.646827412476837 +0.6639954610469682 +0.6904345259105391 +0.7140022066252526 +0.7075991031757556 +0.672428944897799 +0.6709142320664041 +0.6057157324391376 +0.4027518881271797 +0.2706096539400874 +0.11799016916304375 +0.07688771114306252 +0.09130202886887231 +0.07712213207329166 +0.12012826520398073 +0.2239038894183378 +0.22310477119605907 +0.45212803545082453 +0.511612469630269 +0.5583696872466467 +0.6325409055327803 +0.6593830476143073 +0.6734482841538546 +0.6387865329839784 +0.5551138352438321 +0.5519643232868656 +0.5958646171027725 +0.6113856395931111 +0.6027214795743772 +0.6024246867180155 +0.6032324161461418 +0.581688178429718 +0.4334878094809518 +0.28515111880397503 +0.11813724546557192 +0.07688703637869823 +0.09130136075973855 +0.07688735936513003 +0.12016324619307331 +0.22390443818009784 +0.22317075278889176 +0.4902220029361093 +0.5424088381721333 +0.5817552688881225 +0.6656188504446979 +0.6588119685050536 +0.6233027798244956 +0.5863510405775755 +0.5501690356095771 +0.5505395351179359 +0.5935971533828406 +0.6086540800628846 +0.6025485081349392 +0.5876876920250463 +0.6029692400385355 +0.6261257661810458 +0.422784415554993 +0.28520752740183725 +0.11816810821556427 +0.07688655816311003 +0.09130088733312486 +0.07688689225985118 +0.12030140614503636 +0.22390398162649916 +0.2231061130701314 +0.4861350342469461 +0.5513458782353875 +0.5237953087452025 +0.6080664477485475 +0.6587992867099298 +0.6340179479570818 +0.5955559820856452 +0.549904511680456 +0.5502846164840626 +0.5932250940321435 +0.6072834347065224 +0.6031939846879993 +0.5883960488025021 +0.6029592596141369 +0.5821803096170771 +0.417291778966622 +0.28540774814833947 +0.12247698061812044 +0.07689356388325852 +0.09130002757289876 +0.07688609391615753 +0.12029914199716872 +0.2210284251554469 +0.21214372481358235 +0.40595103796541915 +0.48530835868651484 +0.5305992674514107 +0.6085717654155076 +0.6590959117211326 +0.6489906930630631 +0.6221409964476192 +0.5981857717519744 +0.5972913736872782 +0.6532381931710087 +0.6302884701890732 +0.6326071702495952 +0.6203291313459427 +0.6276730424168719 +0.6217817311970719 +0.4074016771892708 +0.27789478563736847 +0.12928628261094707 +0.07705479055610029 +0.09129997064902012 +0.07688598798070198 +0.12012874340456266 +0.23696237028501194 +0.22017441660790876 +0.35420652232172634 +0.4104567169364465 +0.45329478020617486 +0.6089806735852772 +0.6520433223093547 +0.6402339054435727 +0.6104730186292296 +0.5678706277678274 +0.5615338835313001 +0.6006622489904996 +0.6051173761439674 +0.5857742527930789 +0.5493749551324656 +0.5140697158341007 +0.548458817993016 +0.3954898678764239 +0.2782165182765505 +0.11818005468384263 +0.07688656278073251 +0.09130089191585979 +0.07688689676886239 +0.12013627149263663 +0.22390398664464203 +0.21865962529879723 +0.4885882047116151 +0.5535480813645819 +0.5233278242114094 +0.6084155281024168 +0.6584856869649118 +0.6392565121944273 +0.6055051496224149 +0.5519824409150873 +0.5503584543290706 +0.6018111857841791 +0.6403673479519777 +0.6376862924568675 +0.5981781453121229 +0.5543225396018577 +0.582173694861814 +0.42332400636309175 +0.2852771215643539 +0.11814799280433039 +0.07688622679394419 +0.09130055933010814 +0.07688661667131329 +0.12022972335344162 +0.22390366597482414 +0.21897478630764947 +0.5067496070105122 +0.49576750676768233 +0.5521786835448226 +0.6529482625566198 +0.7602682256606456 +0.7580669719467782 +0.7311872352788069 +0.6921118834607022 +0.6797741709049474 +0.7282411571666753 +0.752856986958607 +0.7620423944883751 +0.7249467195424395 +0.6724163651383102 +0.6595815849844732 +0.43824983687197516 +0.3190676889688925 +0.11815162424589014 +0.07688564824764499 +0.09130008832856226 +0.07688610350671185 +0.12178007919951553 +0.22390441606295633 +0.22183165501635393 +0.44447368955370087 +0.49731556900073476 +0.5247263915298928 +0.6094499391546556 +0.6592009596498175 +0.623352902777663 +0.5868677060861356 +0.5507434889884102 +0.5509333631683435 +0.594239269632572 +0.6105354868086477 +0.605770644752609 +0.5864770215925554 +0.5546206760848291 +0.5817617756540073 +0.41748415976830333 +0.285147573854269 +0.11805829397035941 +0.07688745988266439 +0.09130182514468484 +0.07688781761870951 +0.12037927278204655 +0.22390366320703806 +0.22246772399156026 +0.49573014022709 +0.5640585278633365 +0.5240931895156101 +0.6092897069702164 +0.7040921150159986 +0.6938496278763011 +0.6684511479704279 +0.5901792091592858 +0.5509063381668852 +0.5940334414068454 +0.6101391353555461 +0.6057664751821651 +0.588153049494267 +0.5543951691104284 +0.5821241547443297 +0.4026835435800869 +0.285113034457836 +0.11812735773976983 +0.07688736611350423 +0.09130173261687154 +0.07688772629889676 +0.12019859156279496 +0.22406985119240808 +0.22150662508353888 +0.5173579333188025 +0.5746680438730382 +0.5234923843699341 +0.6306969589079845 +0.7248821336044016 +0.7333077164764966 +0.6916717019271181 +0.6624980835024623 +0.6421358317806348 +0.694568884720588 +0.7165382364900645 +0.7208639283358431 +0.6620361507751171 +0.6018221908163505 +0.5819308271168817 +0.4026796802446283 +0.2853362679691417 +0.1224837839336155 +0.07688600996368933 +0.09130044388646093 +0.0768864542405297 +0.12012915488691364 +0.2210287845787526 +0.21166464195025164 +0.42704938217840094 +0.41736537915982114 +0.5346163455532426 +0.6204142254510517 +0.7351972661994196 +0.7175013887082261 +0.7013120049760899 +0.6515102981272184 +0.6495036929989062 +0.6930249452114016 +0.6874352401770283 +0.6769540102330119 +0.6444752222105697 +0.5792964094748061 +0.5819341209222568 +0.39584850914893555 +0.2775515450434104 +0.12951622388716558 +0.0768869581176041 +0.09130128329080715 +0.07688728291649066 +0.12013002094012648 +0.22964595533317791 +0.229973260077009 +0.3555033499845133 +0.4110518982225551 +0.4538884513275691 +0.6097058079919354 +0.6526199292529653 +0.6100775791617391 +0.5804074359812753 +0.5378567625978445 +0.5374332240909327 +0.5746779261183853 +0.5899244657536504 +0.5775769699916254 +0.5496236485417805 +0.5140762995554773 +0.5484616115056343 +0.395836542634043 +0.2635315759127962 +0.11802299546756176 +0.07688767759458846 +0.09130203999674148 +0.07712214416039907 +0.1201282764355361 +0.22390390032177454 +0.21865985711480357 +0.45450465044158345 +0.5287408312825226 +0.5232895278109355 +0.612652814721023 +0.7177920678868382 +0.6997346695868473 +0.6306245140351104 +0.5499677728137368 +0.5502692276931932 +0.5941279440914502 +0.610439950391961 +0.6057749565662528 +0.5859132214868737 +0.5546224178418041 +0.5819371409863668 +0.40266285909548005 +0.28519353342572734 +0.1181796705015781 +0.07688677988014433 +0.09130110683758798 +0.07688710881778459 +0.12012984914441366 +0.22390419360343367 +0.22310632102588923 +0.5137401286458233 +0.571457304582645 +0.5238064841839621 +0.608046855577405 +0.7220801389849782 +0.7074050658312949 +0.6542208396401012 +0.580892927138404 +0.5577693894656538 +0.6183870199778276 +0.6494447258315406 +0.6585721327293859 +0.6034753796572178 +0.5543292106546346 +0.58242393825324 +0.4026845632083644 +0.2851377199568682 +0.11808930023361201 +0.07688728145803023 +0.09130160341182687 +0.07688759879782725 +0.12013033265857807 +0.2241386689129373 +0.21865972157178892 +0.44296390222680815 +0.49758022902535054 +0.5323099368057873 +0.6225998798850303 +0.7405144750912374 +0.7466928347060902 +0.7211695245993861 +0.666829472458827 +0.6472837047456477 +0.7172904494395033 +0.7344159012136731 +0.7549522842843419 +0.6830649081488904 +0.6221070017400885 +0.608517473436543 +0.4027064364551569 +0.2705847701367827 +0.11814198790255809 +0.0768869037874653 +0.09130127643424626 +0.07688727615501935 +0.1201300142598118 +0.22390435694275113 +0.22246966007151203 +0.44316080862065854 +0.49687773521561396 +0.5258159962561691 +0.6236712766151218 +0.746266437143273 +0.7796241764041594 +0.7701455013414749 +0.7236111473476625 +0.7403584068199844 +0.8015665620485334 +0.847850917156021 +0.866804572283976 +0.8040401410331561 +0.7414731367933262 +0.7266484422599063 +0.48365660802905663 +0.27806890943535667 +0.1181456681228798 +0.07688734826042323 +0.09130171499083543 +0.07688770891128749 +0.12656873795959853 +0.2241282432006442 +0.2186595110011449 +0.5405798514703111 +0.6369269731811754 +0.7362908293429611 +0.8165758069232124 +0.9075729061945299 +0.9043192041757478 +0.8635344773391058 +0.7844094605571408 +0.7552574662304854 +0.761370478825374 +0.749681101772761 +0.7715459775083412 +0.6878073165941472 +0.6291973692981621 +0.5928712793032581 +0.4026954639022065 +0.27052880112369726 +0.12249994854454889 +0.07688706985630345 +0.09130148600148176 +0.0768874824581523 +0.12013017286336314 +0.22102895963181488 +0.2111853473762225 +0.4304891459062276 +0.49833124159335435 +0.5329937349577789 +0.6102161512698747 +0.6606508959215074 +0.6608561909509368 +0.6354667833867546 +0.582507004574232 +0.6007595539485346 +0.6511461957691689 +0.6460181338124406 +0.6484497360596307 +0.6356777032876019 +0.5568256546420917 +0.5824247953046763 +0.3955309191783446 +0.2924703431293191 +0.1295191152782249 +0.07691491447122985 +0.0913000200319861 +0.07688608650073928 +0.1201287908939861 +0.22356783118350784 +0.21738460141555102 +0.3539634071632504 +0.41045733479588353 +0.4532943842617895 +0.6092797539076001 +0.6518749619000858 +0.6257473656831607 +0.6156629903939032 +0.5654193307336652 +0.584738724948704 +0.6243731964063964 +0.6376484647658363 +0.6169034937143297 +0.5805279245342835 +0.5475408064284182 +0.5484352523300874 +0.39552739692626165 +0.2636606885518271 +0.11814760854125538 +0.07688636167815818 +0.09130074159234489 +0.07688674845716562 +0.12012949358305738 +0.22390384191463292 +0.22150815122644305 +0.4432654114870607 +0.49591403299363856 +0.525320105580877 +0.6101252569318935 +0.6599764811808853 +0.6453609682256694 +0.6214147302375542 +0.5694624674315639 +0.5499604146116247 +0.6126584447701731 +0.6409569537105806 +0.6507434398045424 +0.6044915306302288 +0.5492907701192962 +0.5819292503955924 +0.4305493223824199 +0.2851553404818472 +0.11818246201815305 +0.07688695327837318 +0.0913013247507428 +0.07688732334649999 +0.12023234088826217 +0.22390435796914113 +0.21865980449756506 +0.49388390689705547 +0.5669025642635767 +0.523876886186627 +0.6083833340736923 +0.7233509176202764 +0.7487523669279448 +0.702253380392847 +0.6665646020237916 +0.6510816205620399 +0.727091925272851 +0.7711479219356265 +0.7756946699357807 +0.719153635204884 +0.6495638128440003 +0.6165693819516033 +0.4026858119646535 +0.2708307866033681 +0.11812872384666351 +0.07690196873238386 +0.09130002460428295 +0.07688604119753031 +0.12012879588052892 +0.22390440455618854 +0.22246846472160356 +0.4433541828899392 +0.4979817234400855 +0.5375535441088021 +0.6424335813120968 +0.7756783141267445 +0.7868041186634779 +0.6673174175598565 +0.5886525992300656 +0.5743758054901337 +0.6355851731620623 +0.6726167680872966 +0.6767130933545623 +0.6986636115103017 +0.6602524963890718 +0.6241638211698457 +0.4026754887027177 +0.27085763555760795 +0.11812494422840279 +0.07690251302083917 +0.0913000240118646 +0.0768860406132149 +0.1201287953041686 +0.22390440400095074 +0.21930779318052435 +0.4436037136126304 +0.5424958667078599 +0.5487261709886992 +0.6467017849180708 +0.7606299164124802 +0.7712586917363623 +0.7428811125518505 +0.6499081728287383 +0.5643379722882231 +0.6579174988232899 +0.6736575590215377 +0.7131927203032095 +0.6594675901468906 +0.5921743354665263 +0.5819347573582538 +0.40276951589022825 +0.29641662371909105 +0.11805263478924087 +0.07696102780765983 +0.09130000374801704 +0.07688602062659608 +0.12012877559391101 +0.22390438486370123 +0.22246844503592725 +0.5303724358040383 +0.4959545490506471 +0.5244867844827079 +0.608572873966928 +0.6879326689682655 +0.6951845228508866 +0.6611593660314291 +0.5674611017182165 +0.5501193730445625 +0.5933404317766422 +0.6360778291699075 +0.642539671355092 +0.6143553069958397 +0.5680846356279746 +0.5820069536870006 +0.4026809806544465 +0.28542145525015056 +0.1224794309198749 +0.07689254441730725 +0.09130002794228553 +0.07688604448057312 +0.12013709480069762 +0.22102843556692683 +0.21142846679461239 +0.416337632373673 +0.4173649928446703 +0.5305899311750076 +0.6086652708006862 +0.6971373778937798 +0.6898583201376735 +0.6928857474775578 +0.6472396969343055 +0.6563238768377372 +0.6901835234405953 +0.705552315649198 +0.7497482771535053 +0.72789588498099 +0.6485365249426356 +0.6447123642771564 +0.40879108365667566 +0.27776256779089953 +0.1295531323856092 +0.07688720022877606 +0.09130003027193748 +0.0768860467796714 +0.12012880139465398 +0.23179604097302323 +0.23163306938374284 +0.35384949886350947 +0.4104572380805973 +0.5790321062912261 +0.7902390025422826 +0.8613351987976992 +0.8368784456220266 +0.8163842773797173 +0.7543926086228296 +0.7509030966011588 +0.7958326936657479 +0.8223021267161922 +0.817163141201962 +0.758795994839896 +0.6695794986331758 +0.6531570219663009 +0.42205051863062554 +0.2634858509061989 +0.11810956104901435 +0.07688708638205842 +0.091301456578898 +0.07688745390744703 +0.12315003538432602 +0.2239045304752783 +0.2198482542179208 +0.6098797707226342 +0.7014847037176042 +0.760333433768916 +0.8505382785422929 +0.9534029480672958 +0.9558055725513401 +0.9079419084053791 +0.8478130420763162 +0.8168117040516785 +0.8584005463619124 +0.8560089655045727 +0.868079485813656 +0.805902611715662 +0.7551148559422954 +0.7035597970491668 +0.40267947128296006 +0.2705868659364735 +0.1180462348745801 +0.0768875995476707 +0.09130191835976696 +0.0769773794812487 +0.12027432155075858 +0.22390376426398365 +0.22310464616191972 +0.49446654777574156 +0.5485212726032949 +0.5832334804255235 +0.6697181734033325 +0.6586797416210018 +0.6218224363405958 +0.5892662662589427 +0.5506806952025607 +0.5513144903482822 +0.5949776023298986 +0.607650405804709 +0.6005138541367111 +0.5780761178743291 +0.5478465400567089 +0.624992746452714 +0.4194782606430802 +0.2854046390837546 +0.1179875233793471 +0.07698636244276374 +0.09129999480313766 +0.07688601180413215 +0.1204207980440025 +0.22390436696306476 +0.21897461201187024 +0.481434713744794 +0.5420125786749477 +0.5834192341648499 +0.6703249448873669 +0.6587384847208486 +0.6259174740119885 +0.5884911931660161 +0.5499365934819341 +0.5502519435533164 +0.5996183679424937 +0.6454588337294634 +0.6630352348242019 +0.6046887895786395 +0.5515669849414513 +0.5821781978883505 +0.4309891899243699 +0.2851470384090369 +0.11813298394979616 +0.07688714025964666 +0.09130146361599303 +0.07688750589240412 +0.12019991207901408 +0.22390453678641822 +0.21825718240150355 +0.506636023449611 +0.49568247600904214 +0.5241666447034398 +0.6082258346296411 +0.6915328763313476 +0.6956690820061143 +0.6504139061563924 +0.5955560697379556 +0.5651215507698593 +0.6324978770910317 +0.6462129806185222 +0.6525890093229081 +0.6224110179664994 +0.5729954875621376 +0.5821653132149692 +0.40269534265509543 +0.2853049328111197 +0.11816136166359874 +0.07688638351792924 +0.0913007144709518 +0.07688672171201365 +0.12012946719417615 +0.2239038158069708 +0.2186593567760182 +0.4426413544227917 +0.4956822345168055 +0.5381694233735091 +0.6292838556768182 +0.7446053820597364 +0.7749108158970226 +0.7295062754510212 +0.7183020873619387 +0.7203663279418957 +0.7811731162163406 +0.7911227936164236 +0.8187730118012165 +0.781660572798668 +0.7204788442450015 +0.6797656920931051 +0.4359151407780279 +0.2774798167679875 +0.1224970325670714 +0.07688695991172009 +0.09130128506345295 +0.07688728466843579 +0.12519575179274797 +0.22102881042040284 +0.212615826573269 +0.46421968733519525 +0.5612325128491049 +0.7614907664735219 +0.8455524281886889 +0.9349621311854632 +0.9278422574619752 +0.8785091551118112 +0.8155681230550376 +0.8080000528591204 +0.8802015622364042 +0.9091327686630188 +0.9339768150366445 +0.897923501766239 +0.8142482400827467 +0.8342805434815986 +0.609981496729201 +0.430325125140675 +0.12936626158507386 +0.07698672423119712 +0.09129998959380478 +0.07688600666536541 +0.13564009293888477 +0.2729185218699434 +0.28991820078172337 +0.35420664054129414 +0.41045724257273103 +0.7235469521969726 +0.8636423692885903 +0.9247145688139735 +0.8988918620565259 +0.862251467341657 +0.7873920007121316 +0.7786244606007469 +0.7557941893810504 +0.800213899575992 +0.7905592061231331 +0.7157950626784292 +0.681466103376491 +0.6223237771922524 +0.3972201742453664 +0.26365675903899155 +0.11816496137443504 +0.0768862850091119 +0.0913006659751254 +0.0768866738470556 +0.12043766073595527 +0.22390376910734874 +0.22310590459132057 +0.4445237872049097 +0.49849131323497425 +0.5314176431440745 +0.6120786642145843 +0.7694372745533364 +0.8494012381639291 +0.8165993503476381 +0.7366508341916401 +0.7267552969167587 +0.7694072285754266 +0.7993850456387306 +0.8076690498571015 +0.7513732276415329 +0.6747935284363145 +0.6389556144031127 +0.4128100446404555 +0.2708100642799253 +0.11815636970054967 +0.0768887463217325 +0.09130002963984851 +0.07688609593612589 +0.12012880024194117 +0.22390440879280837 +0.21802314098342018 +0.4427260706711939 +0.5334404005426572 +0.6416159106857835 +0.7636701250390152 +0.8899341555489862 +0.8966254582778366 +0.8587308004679411 +0.784449630781696 +0.7642979726516291 +0.8295093226997035 +0.8625181556173366 +0.877141693281506 +0.8363887144165923 +0.7657086895754404 +0.7315793366206358 +0.47635914777693783 +0.27057491282109863 +0.11811091802896329 +0.0768871767374197 +0.09130154572562804 +0.07688754187841886 +0.12484086624978712 +0.22397432463686348 +0.21818711103289815 +0.47383508675365915 +0.5871829094808524 +0.5707554608087427 +0.6681223149244886 +0.7924416806535833 +0.7992152810027866 +0.7443477597806275 +0.7110157510931925 +0.7034111874206616 +0.7696548175156509 +0.8174945995438209 +0.8128617877672173 +0.735974901623478 +0.6960158338029455 +0.6687633224412313 +0.40300180044684286 +0.2705131690698069 +0.11809352456181087 +0.07688740217751396 +0.0913018128364116 +0.07688776094968734 +0.1203145550126283 +0.22395371696312205 +0.22087797654069224 +0.4429785999801666 +0.4959048422887803 +0.5256539283908777 +0.6194194746683721 +0.728243000705815 +0.7158606892656652 +0.7218903494363129 +0.6511090880020685 +0.6295695838416759 +0.6847406541733522 +0.7134049197300883 +0.7289200011887292 +0.6667173627271593 +0.6043516531148453 +0.5891464065135847 +0.40270627532832426 +0.2705576768091173 +0.11813556597912744 +0.07688709893157354 +0.09130146896289001 +0.07688746612045412 +0.12013020172210934 +0.2239045424049176 +0.21889395078350007 +0.4429510425223251 +0.4961558368375281 +0.5260398413475944 +0.6109900847969427 +0.6974012849882057 +0.6895101257560776 +0.667056053258581 +0.6097856889758794 +0.5852765808076561 +0.6558446691144431 +0.7268150487111622 +0.7346284556160775 +0.6618187988835714 +0.5902671462402703 +0.5821811005771025 +0.40270423783540144 +0.29402774362897144 +0.12249782052036806 +0.07688643808106091 +0.0913008647578278 +0.0768868223079903 +0.12012956645134737 +0.2210288981056637 +0.2114285632033958 +0.40044629868438963 +0.41829537989727594 +0.538122108160714 +0.6338764228124981 +0.7449563751815975 +0.7427473293029091 +0.7425610594502592 +0.6885665194930113 +0.7068093787738144 +0.732205296561377 +0.762377505431596 +0.7876882383779069 +0.745316694559227 +0.6531568505856972 +0.605044629387857 +0.3955441508093073 +0.2779409925046241 +0.1293392371430618 +0.07702086763250386 +0.09129998261039339 +0.07688599979020683 +0.12012875503623431 +0.23792336991458563 +0.220061849899635 +0.3538493886730451 +0.4104567277346258 +0.4859748750947078 +0.7197586913490852 +0.8039051559839683 +0.8118151615101505 +0.798814907794112 +0.7431600335161613 +0.7403062516859051 +0.8018423080747755 +0.8271373760676978 +0.8268720796746793 +0.7865967798915936 +0.7394508553855477 +0.686702661876015 +0.470696679703329 +0.2937395544814158 +0.117984506204619 +0.07688758985258325 +0.0913019534039089 +0.0770962607519684 +0.12150659459758756 +0.22390381256349817 +0.2231046944076593 +0.4918657033167064 +0.6130943885470976 +0.7061998064438328 +0.7875410339142953 +0.8990995726800713 +0.9298864209211993 +0.8996719832606667 +0.8300257597119604 +0.8033029574592734 +0.865902011751542 +0.8956603184640375 +0.8970881898464299 +0.8676098137274393 +0.8052170047835769 +0.7616197285254996 +0.5088070840228323 +0.3142313241314511 +0.11807750679005558 +0.07688724145219675 +0.09130160959842416 +0.07688760492453643 +0.12691162628448469 +0.22413867547202582 +0.21802258117708476 +0.6292574924945906 +0.7403266208231466 +0.800333342245775 +0.8796092022350286 +0.9900004899550607 +1.0 +0.9612705023414707 +0.8505987681624725 +0.8109397261704755 +0.8720958259890905 +0.9257209093366142 +0.934185954949417 +0.8851508458889179 +0.8716244182300166 +0.7987166392461175 +0.5198704401276595 +0.28279055143925624 +0.11816263296804436 +0.07688596787729404 +0.09130035312631524 +0.07688636525347434 +0.1273274248160501 +0.2239041122185729 +0.2186592653642125 +0.4426033570726477 +0.5235057691136378 +0.6195172658049545 +0.7724442628262621 +0.8579843790499949 +0.8544688697946264 +0.8391190934504902 +0.7818525370635461 +0.7804224719659693 +0.8364194595616382 +0.8720235003558678 +0.8209781457125855 +0.7908325861620376 +0.7133496943999279 +0.6738289047168843 +0.4167704711666567 +0.27077372327678767 +0.11815304911646315 +0.07688597358161402 +0.09130035876409331 +0.07688637079650054 +0.1250764889413572 +0.22390409558819002 +0.21991715719304988 +0.5503999798416477 +0.6458844447441937 +0.7475641934723112 +0.8203088273676837 +0.9383271687709055 +0.9338770822362523 +0.8874482563444555 +0.8143863764131177 +0.7842821183528398 +0.8509018171306737 +0.8732203434702458 +0.8903436584835457 +0.8495442442798619 +0.7880426758878329 +0.7310004436542561 +0.4498349990014031 +0.27069208181702425 +0.11816870293931261 +0.07688627543218883 +0.09130065652120528 +0.07688666452220931 +0.12296916773423429 +0.22390376001162982 +0.21865943042383373 +0.4444137316842999 +0.5311562780449973 +0.5968111837731166 +0.6882747904884836 +0.7831704200678415 +0.7763102861781795 +0.7423409242864524 +0.6877661386803305 +0.7099607014173717 +0.7656539236284098 +0.7728061660945371 +0.7726307255154378 +0.7185207930570439 +0.6407237384405289 +0.6149967742453851 +0.40268732232937005 +0.27060331764790263 +0.1224712299079389 +0.07688708356194333 +0.09130145380228687 +0.07688745116733907 +0.12013018696176064 +0.22102897365821758 +0.2118989304477628 +0.3543263236026678 +0.45860432144686764 +0.5738320413780397 +0.6805127174165807 +0.8025804132996712 +0.7995720645196793 +0.7761259209419367 +0.7515425350129121 +0.766062845493197 +0.7724740679639825 +0.8080183406078713 +0.8015858208887032 +0.7751627653994633 +0.7105711621132438 +0.7044870824802203 +0.45422989177453604 +0.2779188942505726 +0.1293227803010168 +0.07700907561625145 +0.09129998046098943 +0.07688599765831626 +0.12681798213625184 +0.3061951551194931 +0.30123665998720117 +0.35526891890151824 +0.41124199348455465 +0.45720821727123295 +0.6597436035706777 +0.7016605840556247 +0.7199255691599106 +0.7609062598106819 +0.7757785801505109 +0.7589305231135941 +0.8026937482751204 +0.8237543118460894 +0.7860517835494211 +0.7284575286581705 +0.6355151829967122 +0.5826976323387383 +0.39552139885732 +0.26366269505091927 +0.11815659266708484 +0.07688658785564961 +0.09130091676780427 +0.07688692126459253 +0.1201296640874172 +0.22390401055274223 +0.21865981705473786 +0.4428052870717676 +0.5201776340206216 +0.5912320278074124 +0.7211035237659801 +0.8357979941596597 +0.8606737432891193 +0.8356170717326364 +0.7797102184882228 +0.7707638722839626 +0.8221957277582345 +0.8516840689810438 +0.8649349558149101 +0.8360426046121973 +0.7000387730713918 +0.6666548610513844 +0.4233412109950439 +0.2707225219573793 +0.1181760201057249 +0.07688629602872331 +0.09130072510186646 +0.07688668405176888 +0.12012943004478606 +0.22390377906803988 +0.21865994424776913 +0.4431132414141419 +0.6000255680577172 +0.6393703106865973 +0.7533062514679999 +0.8806910338354944 +0.8924838428831552 +0.8518934939773142 +0.8066769178191174 +0.77218248843478 +0.8412389578494398 +0.8658612348874761 +0.8742403719767455 +0.8365103815198077 +0.802133538586704 +0.7571662401026117 +0.5202791800021275 +0.27985461567196174 +0.11815249448910109 +0.07689179476628091 +0.09130002839357611 +0.07688604493499733 +0.12709125344556005 +0.22390440813891985 +0.2218316471071688 +0.4750539270072948 +0.5493996043185062 +0.690144700838829 +0.8121866702345802 +0.9185871202872056 +0.9310809109910884 +0.8579787495925755 +0.7681183746727913 +0.7557625883163115 +0.8581921057785291 +0.8850530836109473 +0.8620859489446892 +0.8271883241640836 +0.7691962166506907 +0.6972801619346646 +0.4136763375730584 +0.2705810438203995 +0.11807504684721558 +0.07688742911796327 +0.09130183932884553 +0.07688783115269174 +0.12036462590158979 +0.2239036325217814 +0.21865969156536835 +0.44265536345411005 +0.4957290477522988 +0.5346353872010368 +0.6241690611963089 +0.7365227685666088 +0.7390775394033319 +0.6996648980203571 +0.6664959649563864 +0.6415152832161849 +0.7077816243686647 +0.7459448756396777 +0.7834619513467989 +0.7064570252390322 +0.6251447714378959 +0.6295375787224079 +0.40270038050210516 +0.2707568752146491 +0.11816761915950237 +0.07688612750454019 +0.09130046106308713 +0.07688647171718203 +0.12012922056730088 +0.2239035718987144 +0.21897469421352428 +0.44309502582120414 +0.49568368237036103 +0.5678318912315946 +0.6502502063344486 +0.7965417040676664 +0.8033883251694782 +0.7811957549986092 +0.7118160718845611 +0.7069042666387243 +0.7220185679489228 +0.744238746642607 +0.7707203803150003 +0.7260190420442391 +0.6686590207927894 +0.6452633766669099 +0.41191191816063644 +0.27073310282360386 +0.12221256428911441 +0.07712212369912806 +0.09129988698629637 +0.07688590546829455 +0.12283279482446581 +0.22102881342219322 +0.21380760758285716 +0.39732032408048973 +0.5332980284521661 +0.6676845840275993 +0.7712973846956421 +0.8767116634833574 +0.8176870737718784 +0.8258093934158692 +0.8396725064461669 +0.83143650646428 +0.8648485974579524 +0.864867693437583 +0.8946971219464143 +0.8341065369484099 +0.728086307470975 +0.714183949875746 +0.4582355875524087 +0.2777694255184532 +0.12953431534312607 +0.07689627777329046 +0.09130002656082721 +0.07688609291833298 +0.12137106403517846 +0.23142861960795216 +0.23061167682792108 +0.35409259529240794 +0.4104574405736961 +0.525001120038366 +0.751423197508633 +0.8448159799898112 +0.8323057628236993 +0.790587444742097 +0.7618293405116959 +0.7413502067147237 +0.7463242970898071 +0.7529032589379402 +0.7424540000491685 +0.7287346182556743 +0.6621025201829972 +0.5850662875294432 +0.395716999017502 +0.2637683537431866 +0.11788659269354634 +0.0770624973961909 +0.09130000934977443 +0.07688597558297883 +0.12012873115994992 +0.22390434173314067 +0.21897442181647533 +0.4430443676253917 +0.5589930989726092 +0.6460955428394005 +0.7862902963193072 +0.9186530000989767 +0.9070529992311788 +0.8660274014773646 +0.8037181362307682 +0.7783813477086453 +0.8352907782811644 +0.8856607075439327 +0.9106573758715236 +0.8571199429923714 +0.7464899689612811 +0.7239205121139606 +0.4755408067951573 +0.27884344621699325 +0.11809407847630415 +0.07688723616949222 +0.09130155857263829 +0.07688755455896429 +0.12495340593169926 +0.22401613273876625 +0.21909704632855903 +0.5205676689850597 +0.6052612761729114 +0.6969168559491422 +0.8206880344441796 +0.9479818582149322 +0.9478372261816712 +0.9093213813804892 +0.8345664250345014 +0.8005096122080386 +0.8433018672531017 +0.8986126516072891 +0.9408095651101367 +0.8882870834721128 +0.7828155083849179 +0.7002938283203906 +0.4357083246076255 +0.2705842696811561 +0.11811673515860772 +0.07688736240823321 +0.09130177372132071 +0.07688776639845822 +0.12018329495683912 +0.22408517942697745 +0.2189734305121328 +0.44298200234223656 +0.51113865980021 +0.5712748028696494 +0.684843444243662 +0.8155059630206722 +0.8188343637111047 +0.7641461534444556 +0.688004952326256 +0.6774710859039696 +0.7209761211744646 +0.7525082466314094 +0.7616075905499751 +0.7329306140982172 +0.6561036346283291 +0.602104303759505 +0.40270883781723166 +0.2706502554128895 +0.11814948040068039 +0.07688636714723363 +0.09130074698153132 +0.07688680116963029 +0.12012949833086291 +0.22390384659969922 +0.21928933522892685 +0.4440547957292565 +0.5058798818073689 +0.5973911838620798 +0.7029385242849929 +0.8257740733908501 +0.8526457379759637 +0.8400354533870048 +0.7742951416944277 +0.7582907099110023 +0.8136590476440124 +0.8591889743399587 +0.879616000568058 +0.8119006574491388 +0.7271473763249711 +0.6945880343333606 +0.422935278412533 +0.27058096306883306 +0.11815742709217779 +0.07688717829425372 +0.09130150127680658 +0.07688749801013832 +0.12013023319304454 +0.22390457353296708 +0.21952309527018243 +0.44295899697815067 +0.5794336588551672 +0.6846064903628507 +0.778331187075081 +0.9072927215605135 +0.9022667797130735 +0.8702940075008301 +0.8164952259254008 +0.8005423748700056 +0.8460242703488788 +0.8763854297723039 +0.9006058210670558 +0.8517907353547474 +0.8021635649159194 +0.7636105575427382 +0.5215112692373746 +0.34104992361652675 +0.12248758642971379 +0.07688660413984744 +0.0913009807801384 +0.07688698444664756 +0.13167357233857552 +0.22102851614339528 +0.21428632956053842 +0.5072083640569895 +0.6371174017446404 +0.7642702712667153 +0.8321240776391023 +0.8837775212628761 +0.8761066656957288 +0.9192362931790953 +0.893186583928446 +0.8823993628793785 +0.8957257890327659 +0.8646541687649861 +0.9065207310263699 +0.9042825171560614 +0.8425162092756039 +0.8682749493585283 +0.6276364379590147 +0.44567888771585196 +0.12929722993163045 +0.07703472419326071 +0.09129996998422968 +0.07688598732294044 +0.1396959572472358 +0.28101673724923726 +0.29189906441811614 +0.35479816127231234 +0.41045671634753367 +0.7429080424269393 +0.9173618063323024 +0.9567229311503197 +0.9174249919664584 +0.8701804467923447 +0.8136443419459957 +0.8027926719801304 +0.8762727691680192 +0.8665630007020716 +0.8624628992082038 +0.8100675476260742 +0.7712923740392783 +0.743920892276893 +0.5235237363415891 +0.3551480246419663 +0.11810742824536274 +0.07688740116171988 +0.09130176719763834 +0.07688776043115535 +0.13702496367276729 +0.2239570235319264 +0.2221434828821957 +0.6410750503627173 +0.725679255630952 +0.7795830831405567 +0.8551099444728059 +0.953837985042235 +0.9587150648014051 +0.9135282022477274 +0.837532315803059 +0.7812882865596222 +0.8169926795050511 +0.8110337047837755 +0.9443937364287254 +0.8980024238242035 +0.8153509473503207 +0.7725952841175153 +0.5269328219749368 +0.29457088311318014 +0.11816609263511865 +0.07688667493278747 +0.09130100293874796 +0.07688700629803237 +0.12633670250524962 +0.22390409354437077 +0.2192893534162728 +0.5069617798472615 +0.6168176221781708 +0.7439926100860637 +0.8169949013108174 +0.9492302071758701 +0.9295648551412853 +0.8873185408089768 +0.8240369077857376 +0.7970775657678287 +0.8777299140891947 +0.9070232217226466 +0.9127681707528734 +0.8655144199845674 +0.8082630667700862 +0.7834871637698856 +0.5370551181017629 +0.33067873575089146 +0.1181498571328814 +0.07688645048379415 +0.0913008292118782 +0.0768868348811449 +0.13355940766403274 +0.2239039262560647 +0.2231053231699038 +0.5831329015406231 +0.6456199438547021 +0.7602481952615775 +0.8737980495478929 +0.9800871969980393 +0.9903650306834595 +0.9447741515697164 +0.8762210448109683 +0.8543787050537335 +0.8975088817942447 +0.9187159800924123 +0.9413298184417512 +0.9073783494933775 +0.867686736331459 +0.8513679486144353 +0.6170272180022345 +0.4327137256007232 +0.11815121964250076 +0.07688642617962897 +0.0913008051976538 +0.07688681122574124 +0.1412496151100653 +0.2986877463564257 +0.3218459272429314 +0.6562772684094298 +0.7346192934933188 +0.7909637908617143 +0.884555748709024 +0.9925995058809531 +0.9851132983391265 +0.9498635150985427 +0.8783818808608662 +0.83196576904638 +0.8919445536208231 +0.9248364108726779 +0.9534003946029811 +0.9225540817666987 +0.877363952774817 +0.8570336280804303 +0.6153206305130269 +0.4359481246467409 +0.11817823537032375 +0.07688582390417226 +0.09130021113817133 +0.07688622517848084 +0.15439390972104702 +0.30588546917818077 +0.32866157846218835 +0.6683022365765348 +0.7408261348132947 +0.7966802172339597 +0.888325049962814 +0.9898117416402058 +0.986677751213049 +0.9440135403927268 +0.8773846782596574 +0.8369311810136721 +0.8748683494149105 +0.9187375402522711 +0.9405035152842446 +0.9020164236294897 +0.8555664771575718 +0.8165996197410157 +0.5423067810640106 +0.37128860404482256 +0.12248369148285917 +0.07688641053349925 +0.09130078978008316 +0.07688679599597242 +0.13846750603961352 +0.22102916290797617 +0.21571376424509237 +0.4684059590546482 +0.544460151761932 +0.6280379447097341 +0.7382077581285066 +0.8764247349436718 +0.8250602384595642 +0.7608369667165995 +0.7105312138115182 +0.687606928841749 +0.7785492778321608 +0.7843315188605543 +0.8322424646222755 +0.8187640696190556 +0.7280859180960905 +0.7338086760101343 +0.5080596971896538 +0.30846504104129746 +0.12937556327361804 +0.07688762038626498 +0.09130193900587387 +0.0770480377567424 +0.1301539781658443 +0.24637085339405634 +0.24123461231763976 +0.35432046523215516 +0.4106464093272436 +0.5001247694200276 +0.689170293649842 +0.8120965040105793 +0.8132757048030544 +0.794157532328026 +0.702399884347873 +0.7408104643085826 +0.764278971320327 +0.763545890691301 +0.801341494023676 +0.7562648419818262 +0.6883148713202772 +0.6436045133585212 +0.4129175836870802 +0.26370505886307866 +0.11815635088952327 +0.07688620105204258 +0.09130058315372741 +0.07688659215775295 +0.12012933938508065 +0.22390368939873437 +0.22150800163209472 +0.44309957664310085 +0.5408786816920974 +0.6535210364113736 +0.7910007241968822 +0.9139123993231845 +0.9105070695616171 +0.8599808113183005 +0.7969613573414182 +0.7650270564840235 +0.8344924868219596 +0.868167342541956 +0.8773651585671814 +0.8398568938605614 +0.7439126501727719 +0.7098614346002912 +0.457618768702541 +0.2708255766828704 +0.118178364144845 +0.07688587872682559 +0.09130031486558664 +0.07688627797543064 +0.12012902945433311 +0.22390463131916988 +0.2211835053687043 +0.4440137604555272 +0.5654239021776308 +0.6474562314562552 +0.7829815548125038 +0.9032345229650114 +0.9066593816601529 +0.8634657997635142 +0.799133645263995 +0.7823791612274611 +0.836711591668607 +0.8678445815715574 +0.8883695153825506 +0.8472751826576375 +0.7824777175051139 +0.7505081489538983 +0.528067401007163 +0.3075855369838942 +0.11815217055409491 +0.07688661704594786 +0.09130099351608106 +0.07688699700493264 +0.13022159417606669 +0.2239040844725626 +0.22310547993407834 +0.5095647111281831 +0.6156193277704266 +0.7008414929554104 +0.8310497906504845 +0.9484937664395747 +0.949791056112779 +0.8949064662357437 +0.8267999109755206 +0.8084717623982436 +0.8603083635543363 +0.8792222538797233 +0.8820808569292493 +0.8311777964213478 +0.7925324362295469 +0.7417269492982393 +0.4889245324277714 +0.2821892929368859 +0.11815641226432132 +0.0768861145082446 +0.09130044820365339 +0.07688645902376633 +0.12937274559683304 +0.22390358193455925 +0.22119315537760517 +0.5406271350548129 +0.6440654376560117 +0.7519199757902165 +0.850863148591512 +0.9741999280436111 +0.9836650856767932 +0.9387986672435167 +0.8515059754685228 +0.8151881952489752 +0.8689877281380229 +0.9068120075027345 +0.91890568364984 +0.8439921810199859 +0.7893377909340373 +0.7029490641657367 +0.4350885961774531 +0.27071063384041505 +0.11816376972118989 +0.07688612182938692 +0.0913005050031945 +0.07688651505534148 +0.1300208778232328 +0.22390361418169635 +0.2231058464044136 +0.5558174091204072 +0.6074854856935075 +0.6356969910047775 +0.7452391504279454 +0.8657757345797482 +0.8779176125524977 +0.8396982987785272 +0.7882955754653944 +0.7557781780248602 +0.8304583924373595 +0.8703299708585899 +0.8778591433923736 +0.8462083888341342 +0.7717701055476681 +0.7422905097941644 +0.4848102119206642 +0.2960238984696645 +0.12251555705168446 +0.07688673700940384 +0.09130111186292839 +0.07688711377359839 +0.13222172059811219 +0.22102864291469956 +0.21571407721943944 +0.4702556672811255 +0.5182056205852166 +0.6602650540217238 +0.7907793505865838 +0.9632203169712229 +0.9277075673650234 +0.8882652324260004 +0.8240998575963461 +0.8182076928692692 +0.8643952768112322 +0.8631552522146758 +0.8935200804763522 +0.8546205074112146 +0.7846789872453263 +0.815593439822381 +0.5342655514144368 +0.3229451800165953 +0.12931469733154324 +0.07703605909031179 +0.09129997726008891 +0.07688599449903678 +0.12978161689548823 +0.26275987189266425 +0.2556948716852282 +0.3552689159359128 +0.41045739679751325 +0.5780506632395142 +0.7973209087839855 +0.8876776806294107 +0.8737837772928522 +0.8438552635415041 +0.7752695459434892 +0.7473439666472399 +0.804921824368452 +0.8277703748955204 +0.8334555188706593 +0.7907048165889383 +0.734710203083685 +0.6885557556140574 +0.44593366048377653 +0.26372192736354344 +0.11817208685331977 +0.07688608608894155 +0.0913004697393091 +0.07688648027722458 +0.12012922901068256 +0.223903580241608 +0.2194412849393022 +0.4430899073060567 +0.5958024980891643 +0.7031594918998187 +0.8220726951570366 +0.9204116496300889 +0.9167525505233778 +0.8729598215241826 +0.7967753001356922 +0.7796888805940461 +0.8504147480986958 +0.8926636277426667 +0.9165700688370956 +0.8780354669332059 +0.8367553503305593 +0.8129027132844545 +0.52251954495894 +0.28291746735880496 +0.1181538946382014 +0.07688656206062564 +0.09130089120886996 +0.07688694297295547 +0.12268175159998973 +0.2239039854622178 +0.22310611682940656 +0.4431264789468671 +0.4956816259850993 +0.5765308696130231 +0.7042382234800859 +0.7897319574650279 +0.8182358708448491 +0.7877176779802977 +0.7136884211419782 +0.702735127139495 +0.7554300858253082 +0.7918063766765242 +0.7912701318990502 +0.7387400951771019 +0.6674262375461294 +0.612550602116294 +0.4026996321715433 +0.27065800423333114 +0.11815560937164897 +0.07688660173396501 +0.09130093046489264 +0.07688693481245568 +0.12012967745397547 +0.22390402376861107 +0.21975653236155784 +0.4440704177291697 +0.5116931416831522 +0.5738166438397327 +0.6940583519962761 +0.7812915241870468 +0.7907663961819885 +0.7989921857983712 +0.7229994770286181 +0.6917319117962224 +0.7608400456561284 +0.7997999818184299 +0.7953376766902865 +0.7378182057897699 +0.6504752564894135 +0.6188524246965355 +0.4026992440257747 +0.27064656233236345 +0.118155148721826 +0.07688671832416966 +0.09130104591041435 +0.07688704869067062 +0.12012978980400023 +0.2239041349210053 +0.22214525987055836 +0.4437797741052897 +0.49619092415605925 +0.615791710927358 +0.733447192327396 +0.8628009230124394 +0.8647104799082371 +0.8355372692974199 +0.7749591537933631 +0.7573715236830812 +0.8062220839726627 +0.843678173516541 +0.8548445460056678 +0.813070356248913 +0.7203718390154431 +0.6958826895502989 +0.4026997711901229 +0.2706227953027656 +0.11818072993214579 +0.076886725169379 +0.0913011470464376 +0.0768871017498273 +0.12012984217784489 +0.2239041867111166 +0.22022330351579997 +0.44408549060044283 +0.5348763570637934 +0.6537598256934571 +0.8007381040309243 +0.900981540894942 +0.9047204616681416 +0.8573342254203893 +0.7970952631789178 +0.771070420427874 +0.8307254829331975 +0.867918516743578 +0.8792477118113576 +0.843222985777177 +0.8176375219701638 +0.710724822046927 +0.44983743337911275 +0.2705796123312363 +0.12250605715165509 +0.0768869418464499 +0.09130131397302646 +0.07688731319129696 +0.12096582645569694 +0.22102883838429674 +0.21404347772880228 +0.37013367533722424 +0.5129560919488534 +0.7336771710316403 +0.8307651420331476 +0.9205566790418163 +0.8904069097462534 +0.8511886585440172 +0.8157150936870642 +0.8007991943571985 +0.8302330708886813 +0.84434199190227 +0.8602624607026946 +0.8530652382566903 +0.8168296413589896 +0.760606442242701 +0.5289556267605271 +0.31472877782935504 +0.12933621736137077 +0.07705289054048674 +0.09129996256103566 +0.07688598000348876 +0.12833731913132523 +0.26429637916741433 +0.26329334563240364 +0.3549118712824687 +0.4104567101895871 +0.6058933072940274 +0.8079130191523934 +0.8853074041258937 +0.8592860905132945 +0.8364578190644407 +0.7654755716901118 +0.7736657255240038 +0.8140014508592947 +0.8447915408154246 +0.8298702644895546 +0.80162300517018 +0.8058818566738747 +0.742049947463256 +0.5170791397071631 +0.34452188728431105 +0.11791708274041683 +0.07706076872448035 +0.09129995934287301 +0.07688597683347907 +0.12420895594779785 +0.2239043429203702 +0.22437166796307823 +0.5240883067825094 +0.6080974676779176 +0.6729003048119698 +0.7945744232055355 +0.903123151901309 +0.9310495443749591 +0.8676750240834425 +0.7397167085681876 +0.7892548105252926 +0.8511686375565952 +0.8767813427027976 +0.8867957833438654 +0.8591982388814692 +0.8609615885727031 +0.7726373485783432 +0.501945990145179 +0.29351006628212045 +0.11815138200767998 +0.07688631064666057 +0.09130069126752387 +0.07688669881230238 +0.12889614915799424 +0.2239037934544521 +0.22437237210873956 +0.5320905575243522 +0.6311388801527903 +0.6910336044773348 +0.809258548714305 +0.9142376017049207 +0.9111673419147415 +0.8676057138522317 +0.8004231345053879 +0.7788152770421547 +0.8343053445473962 +0.8758975162903733 +0.8845931022292967 +0.8405493973293755 +0.8208275508194859 +0.7319163104278316 +0.46952674619477064 +0.2706131571763405 +0.11812174397159099 +0.0768871586669042 +0.0913015279101493 +0.07688752430440395 +0.12402595229123582 +0.22391623911426953 +0.22332787534732984 +0.45777097059184324 +0.5974608066352575 +0.6928825073944914 +0.8225081399709012 +0.9300782548620025 +0.931410591340942 +0.8939039685383375 +0.8269229542524061 +0.8021059022500966 +0.8563969494715327 +0.8896771693635661 +0.9001731445972577 +0.8630156236814603 +0.8461515529510573 +0.7753528240562264 +0.4551390641664073 +0.27069618054659444 +0.11816133602584875 +0.07688622008663816 +0.09130065044226704 +0.07688661014497009 +0.12191255633234928 +0.2239037069538682 +0.22182065766645237 +0.48527156860053616 +0.6024264866604119 +0.7400465140218937 +0.8505794354382175 +0.9611749591412524 +0.9772511876052217 +0.9084368462937639 +0.8526054879760914 +0.821190843142709 +0.8681473938377398 +0.8986392270671802 +0.9049885218832086 +0.8654970096286265 +0.8797571426639027 +0.8210473318606265 +0.5859247348440597 +0.34205931254760774 +0.1181597785352197 +0.07688627277637382 +0.0913006538777087 +0.07688666193675693 +0.13041420614656854 +0.2239037574828749 +0.22278171081215623 +0.44769782320256235 +0.5233044659653283 +0.5965916628288673 +0.6970611776630601 +0.8317479205754272 +0.8463003890064891 +0.8126388133018729 +0.7725497684003545 +0.7581931017979392 +0.8106529464891666 +0.8471191815092722 +0.8249089084584645 +0.7615769005041656 +0.7287035939473888 +0.6380461661131853 +0.402699491655641 +0.2706456600085767 +0.12250232336079238 +0.07688664067512775 +0.09130101681681783 +0.07688702000204424 +0.12012976150162757 +0.2210285509930133 +0.2138000303438838 +0.35479890159732064 +0.41753321169048085 +0.5651943035428736 +0.7124651161325635 +0.803139474143618 +0.8151962608772148 +0.7871526016300274 +0.76101360584566 +0.7643366793801724 +0.8099072163331061 +0.8278122984475972 +0.8052242832149411 +0.7208157436830067 +0.6631951930013485 +0.6090931721940184 +0.3956235459955275 +0.2779116039398369 +0.12926473141421307 +0.07710295942182091 +0.09129999288487922 +0.07688595928275631 +0.1201287150820208 +0.22918961993315773 +0.23037642269823805 +0.3550257156180045 +0.41045668976681937 +0.5578531109237107 +0.7919160600930761 +0.9007925609529346 +0.902647786150159 +0.8926507998196225 +0.8275719439312546 +0.8209248242589957 +0.869725858664969 +0.8643478007337095 +0.861339689752807 +0.8308298831524754 +0.8383583108502741 +0.767503812780402 +0.5618913479440444 +0.39989860617327105 +0.11806495462105301 +0.07694782008495125 +0.09130000549247129 +0.07688602234717949 +0.12997824410242576 +0.2239043865036891 +0.224371711523061 +0.6368629869809871 +0.7316512859290119 +0.7669911819274323 +0.8468440938901773 +0.9570735664760788 +0.9732983465142392 +0.9033961734899929 +0.8480636196158711 +0.8192784167042526 +0.8716943905014183 +0.9123802969837447 +0.9180968105358535 +0.8820075861932644 +0.8916098537044455 +0.8298128764730689 +0.5909869479763361 +0.4094495335901899 +0.11817626247814758 +0.07688645073413898 +0.09130082944301357 +0.07688683513724447 +0.14235508692262633 +0.22390392600852732 +0.22437250214672952 +0.6116546787498792 +0.7258543101915661 +0.8004164877167592 +0.8735890175901189 +0.9695315410872859 +0.9671219040875556 +0.9270835645370431 +0.8327837985964994 +0.7714535968817398 +0.7883130696244531 +0.7837227592633123 +0.7370157353322989 +0.7088782119677396 +0.7359249179564087 +0.644376240542515 +0.4027099076882067 +0.27063989058579013 +0.11817625766163277 +0.07688666540070413 +0.0913010412092729 +0.07688704408018993 +0.12122378632328228 +0.2239041304053737 +0.2237358814640438 +0.4439285656836273 +0.5360725759299696 +0.5968137239039897 +0.7231929897300564 +0.8419170457831482 +0.8727767090327434 +0.8336944446768593 +0.772035640682354 +0.7608335398449121 +0.807811429255257 +0.8450276624409132 +0.8490150299592817 +0.8203367858869042 +0.7863953669899244 +0.6930754193682213 +0.43469846630229053 +0.27064494566030095 +0.11818327343043943 +0.07688651544699149 +0.09130094081866727 +0.07688694450617437 +0.12012964024001402 +0.223903986965007 +0.22214511473645665 +0.4439154356605096 +0.5115478073103584 +0.6616521301747987 +0.7957554345521138 +0.9002352047446036 +0.8946051873405019 +0.8577820827977758 +0.8000941440035748 +0.7790209633432522 +0.8340162320308872 +0.8596128596424852 +0.85423350365755 +0.7768916362930509 +0.7532219446498695 +0.6676703380249984 +0.41152581278822425 +0.2706476264991635 +0.11817676480923521 +0.07688662633856445 +0.09130100269601907 +0.07688700605238136 +0.1201297477453789 +0.223904093300965 +0.22373584507020688 +0.45584291073786154 +0.6050730309043194 +0.7140649936388541 +0.8166624737016086 +0.9266503606466662 +0.9450868967604706 +0.9086407428999065 +0.8480483305097708 +0.8250435465753119 +0.8728494632402694 +0.9129763193698799 +0.9176309675517713 +0.8688488769736084 +0.8488874256647948 +0.7590315680023629 +0.49107757803539176 +0.30718846393880567 +0.12251274757601373 +0.07688652142336991 +0.09130089918863628 +0.07688690392724634 +0.1290148311898752 +0.2210284372399102 +0.2157138763124854 +0.3797278220057029 +0.49489701201156566 +0.645937958771957 +0.7309943190161414 +0.8343771696957638 +0.8253767042810859 +0.7897221339803339 +0.734501899588926 +0.7153159770438245 +0.7555363509136895 +0.7547015645556462 +0.7509179837019616 +0.7332800549377152 +0.7153141110883201 +0.6472176887333956 +0.42322421898673407 +0.27794956730094605 +0.1293009503481967 +0.07702737541145219 +0.09129997298438186 +0.076886040252213 +0.12284751216276148 +0.2299671194744085 +0.2792004585374893 +0.35479806110734435 +0.41045729217517557 +0.4659208212253781 +0.6680668945066189 +0.7342972926492866 +0.71748592936742 +0.7316698193678467 +0.6499235793040998 +0.601902086806176 +0.6477262125787498 +0.6773166385603021 +0.6649060128880383 +0.6290364091968793 +0.6311935048158432 +0.5770292563840229 +0.3956686096737145 +0.26375582372106077 +0.11805627705347585 +0.07695915460868105 +0.09130000086029348 +0.07688601777838984 +0.12012877278031013 +0.22390438213251995 +0.27300419560312944 +0.4451039549182769 +0.49790314768333277 +0.5302150420659258 +0.6196550757558267 +0.7118719012959998 +0.7376929309264365 +0.7086019710026321 +0.6120284743602739 +0.6168636984767158 +0.6721224633446349 +0.7124430285179838 +0.7195775574828834 +0.6902001392103293 +0.6770071176650503 +0.621963430451198 +0.4026998255587087 +0.2706392354030172 +0.11817683284164282 +0.0768867261385444 +0.09130105361919139 +0.07688705630891277 +0.12012979733516722 +0.2239041423552225 +0.2730052028417986 +0.44519639638989095 +0.4963718071093402 +0.5377826274336924 +0.6398061822106942 +0.7458203500192386 +0.7701712899048041 +0.73330076548253 +0.6773054217238814 +0.672599619002125 +0.717676845935032 +0.744832638913361 +0.7483230273399043 +0.6886046124856376 +0.6701201591535334 +0.6184147903085211 +0.40269837741458453 +0.2706736286775533 +0.1181633450941562 +0.07688656124458167 +0.09130089040260955 +0.07688689526972992 +0.12012963843713598 +0.22390398517975285 +0.2730050486482636 +0.44802784062953094 +0.49710522534452134 +0.547048941580125 +0.6708821262075106 +0.7774589760488115 +0.7917540750765732 +0.7644705317775375 +0.7299889659596827 +0.6770945152074317 +0.7146801696961038 +0.7456536751257672 +0.7650817254337207 +0.7405801323536723 +0.7358842299198892 +0.6352023841485743 +0.4026971411626101 +0.2706736800408844 +0.11816086028321413 +0.07688654581685617 +0.09130092323320588 +0.07688692766991866 +0.12012967041138183 +0.2239040168085677 +0.27300507967318044 +0.44803079341797314 +0.4973388642804178 +0.5240562778479877 +0.6090034214754906 +0.7447795393404203 +0.8438191542033592 +0.8273252968748954 +0.7785963802527653 +0.7525892823034949 +0.7919157799341321 +0.8224937893415438 +0.8399654083780906 +0.7699392070207008 +0.7301909706344012 +0.6586377887773337 +0.40270600411916324 +0.27071543992242036 +0.11815629819498076 +0.07688622475882262 +0.09130060654562937 +0.07688661520582359 +0.12012936213272934 +0.2239037118933717 +0.27300478056966354 +0.47908176312012574 +0.5509988867560736 +0.6331192692391833 +0.755319196519026 +0.8888474731199534 +0.8899178958212787 +0.8605844761432463 +0.8149221274803798 +0.7778532780891405 +0.8329715616496594 +0.8700545732523673 +0.8466002781879739 +0.8020092840799957 +0.7791542343150718 +0.6976386109227215 +0.431459856959029 +0.2706955840170343 +0.12248002866181827 +0.07688634039373185 +0.09130072059562482 +0.07688672775557127 +0.12473810489019807 +0.22102909683782918 +0.2643461873589421 +0.37965499848505063 +0.4917190307938007 +0.7215957693095916 +0.8417428871530329 +0.9494606078755934 +0.930327504622745 +0.869151380347559 +0.805814524205832 +0.8228623772843393 +0.7270300938291173 +0.8506254290840443 +0.8775017288615169 +0.8511940610343227 +0.8053724183547065 +0.7659185438448043 +0.5273038029022145 +0.3426973504522173 +0.12943402550471858 +0.07697097386820859 +0.0913000002179166 +0.07688601717179036 +0.1256861972294888 +0.23801136199387601 +0.28855121333300343 +0.3549120057878741 +0.41064698815459927 +0.4990031583079412 +0.7026121793112249 +0.794195096165997 +0.7954351096631246 +0.79942329615318 +0.7471212645054188 +0.7369603866338262 +0.7763067224858377 +0.7760736921749931 +0.7705030713973217 +0.7189313021738957 +0.7103265272487507 +0.626939306289018 +0.4102601002385302 +0.26376198035511916 +0.1179059192793475 +0.0770589480035747 +0.09129996008665811 +0.0768859775619653 +0.12012873310423179 +0.22390434362319386 +0.27300415712753995 +0.49181673197850445 +0.5657486168421347 +0.6608333379381799 +0.7793178795815827 +0.888946425714007 +0.914860779991783 +0.8853436729262922 +0.799406262162408 +0.7829887388186765 +0.8029915356929288 +0.7775866990647432 +0.8387208357513647 +0.831565912525992 +0.8030286535479267 +0.7234762500219752 +0.4452996383358185 +0.2706076966925061 +0.11812735180648734 +0.07688721944559665 +0.09130158789562133 +0.0768875834638005 +0.1202531465922821 +0.22411166760687853 +0.27303034836163215 +0.44375166360393986 +0.4959070820702803 +0.5238231630084879 +0.6358963547257062 +0.7226335706324577 +0.7793273165270571 +0.7348458768729639 +0.6493661520316447 +0.6213369016619782 +0.702987736979268 +0.7893605796676719 +0.8294817412859032 +0.7949051458664368 +0.8010603414810147 +0.707244761394969 +0.4444333677527782 +0.2705814691053295 +0.11817818859524612 +0.07688692817602631 +0.09130130051631413 +0.0768872999003342 +0.12647572780452143 +0.2239043801267154 +0.27300543611389616 +0.4653185357669339 +0.5403511184426103 +0.5812366968986866 +0.6158689547859955 +0.7406559218381189 +0.745632517714674 +0.6980495334917716 +0.6686463653010336 +0.6571862031993241 +0.5952403518568822 +0.6103146602466765 +0.6057692333975345 +0.5948198278937797 +0.6032664387670735 +0.5821802847616617 +0.40270033004039496 +0.28522765153877605 +0.11818291963701108 +0.07688657655669154 +0.09130095357277351 +0.07688695759778942 +0.12012969992900531 +0.22390404601454156 +0.2730051083170084 +0.5216861176861785 +0.5771216232214378 +0.5247579729753986 +0.608942550820767 +0.6634896006391001 +0.642750374499161 +0.6072610010673287 +0.5502118722807688 +0.5500061065486029 +0.5934567356895383 +0.6180736666461646 +0.6183679681504509 +0.5905373068097998 +0.6033727309183662 +0.5821838864609545 +0.4026943320685441 +0.28526390803439194 +0.11816641036432556 +0.0768865740751576 +0.09130090310897544 +0.07688690779536526 +0.12012965080926238 +0.22390399740997732 +0.27300506065055435 +0.44802891887525054 +0.49828936672521473 +0.52831055184929 +0.6081681207222488 +0.6818559103097614 +0.6770622601156205 +0.6561771819598122 +0.5821836495989122 +0.5769877495757653 +0.6382720277019238 +0.6583588477064823 +0.6449662281419324 +0.6120203301121209 +0.6072823031057707 +0.5821808763261392 +0.4027070426397934 +0.28527573204036416 +0.1224833549803398 +0.07688646543764266 +0.09130084396134643 +0.07688689652082482 +0.12012959271684834 +0.22102860822829054 +0.2643463091867183 +0.423488478344589 +0.41859578813484954 +0.5311796925024452 +0.6088304526469224 +0.6771861807548633 +0.632385248351065 +0.6295863888803284 +0.5759717325400098 +0.5594484045397691 +0.6361670406833456 +0.6296567812749334 +0.6390743374558477 +0.6044700465146733 +0.6032747584206342 +0.5821352053017788 +0.4352933091204132 +0.29240639821054487 +0.1294945673493883 +0.07692857451568635 +0.09130006572387439 +0.0768860812089156 +0.12015572022518642 +0.22389633121482164 +0.2697216873449613 +0.37116326684242024 +0.42523443172286546 +0.4536996706084892 +0.6131545555198428 +0.6915712564940438 +0.6516744591895052 +0.6435887512211577 +0.5691434793802728 +0.559518851405489 +0.5982724229658565 +0.6359342302639164 +0.5995989593800092 +0.5659677371290797 +0.5628449574651176 +0.5483726480400221 +0.41095183013118197 +0.27833269625949986 +0.11802035848060065 +0.0769860307429182 +0.09129999492024297 +0.07688601191963468 +0.12018836095066283 +0.2239043765205277 +0.2730041899985956 +0.4925023038249188 +0.5701451000953122 +0.5240474858003756 +0.6106043093992488 +0.7241767550643241 +0.7127029088711792 +0.6792945620639951 +0.5823504665667167 +0.5887024447865606 +0.6321047050410866 +0.6726351015269355 +0.6493513707084702 +0.5919702131090319 +0.6032591121227835 +0.582179673833156 +0.42559965702762015 +0.28517503704678965 +0.11817150247206196 +0.07688699753430485 +0.0913013223131272 +0.07688736692010366 +0.12016601604005607 +0.22390440018659985 +0.2730054557908167 +0.48275345793471064 +0.5606638735227576 +0.5238341945996611 +0.6081474319582147 +0.6950893176340343 +0.6942214054449749 +0.6728736367614921 +0.5998703095859844 +0.5948635763464866 +0.6628649437421023 +0.6874874341532934 +0.6714780270260374 +0.61646672702653 +0.6032762452498862 +0.5821789403807219 +0.4281039812149559 +0.28523284671228283 +0.11817707121423497 +0.0768865670604026 +0.0913008961600617 +0.07688694785306824 +0.12018397280948483 +0.2239039902318896 +0.27300505360166616 +0.47885397178083955 +0.5581844488448582 +0.5238359804779311 +0.609549162619383 +0.7000057798372058 +0.7134121989768891 +0.6480132003883342 +0.5532232816677346 +0.5507711436156982 +0.6035963703390452 +0.6333775685805552 +0.6593809103757753 +0.6267216104795652 +0.6088342113394081 +0.5821783261158752 +0.4027112380154868 +0.2706919260120852 +0.11816112269738571 +0.07688638082364745 +0.09130071180123248 +0.07688671907742854 +0.12012946458782464 +0.2239038132393706 +0.27300487998415507 +0.5299752070487334 +0.4963951093728994 +0.5244026923431114 +0.6107282094964162 +0.6919033825478246 +0.6955579101536497 +0.7126799938408965 +0.6164336405353565 +0.6209745934032544 +0.6774900047344734 +0.7110934406621316 +0.7028247121448485 +0.6706222552560286 +0.6735031883377366 +0.6263563982141159 +0.40861377221790807 +0.27070039872933294 +0.11815190812233499 +0.07688612478512812 +0.09130050791501586 +0.07688651791476506 +0.1201292661617138 +0.2239036169805061 +0.27300468746786805 +0.4440387259855055 +0.5247043719174844 +0.6031089676205449 +0.7046524884474406 +0.8158133747358967 +0.8366285247694618 +0.787901411727231 +0.735728225640532 +0.7160609512326165 +0.7652497089644035 +0.7714868568456085 +0.7717200578350611 +0.7544197148842483 +0.7585234751054056 +0.6987804370434181 +0.45296011643160033 +0.27086719406422716 +0.12249341799312136 +0.07688570237589243 +0.09130009126180491 +0.07688610693537976 +0.12128333302829072 +0.2210284960079994 +0.26434559320297224 +0.35573957058485595 +0.44255525563894477 +0.5691510458021465 +0.6932791676978556 +0.7828854339586684 +0.7736349497573073 +0.7162462659297603 +0.708843936104563 +0.6459985390160633 +0.6969941532492839 +0.6991393374470803 +0.6743032459530732 +0.6427591770327625 +0.6032633481438653 +0.5819380827347658 +0.39587112476199354 +0.29260449540256966 +0.12954576585816507 +0.07688695213735103 +0.09130127736696614 +0.07688727706545116 +0.12013001514871444 +0.2247114614981615 +0.2707542548906528 +0.3559736682197432 +0.4112415009957152 +0.45388948452291 +0.609146477423242 +0.6522095932327014 +0.6143081704049818 +0.5931622116332136 +0.5393410788383202 +0.5389495140258181 +0.5880640768139779 +0.5887902636280548 +0.5760852748879435 +0.5574283791491565 +0.5628067808163552 +0.5936706269316095 +0.41150896153455496 +0.2783301872027179 +0.11815609976407541 +0.07688603854731449 +0.09130037300830682 +0.07688638485011 +0.12015082987452741 +0.22390410865811697 +0.27300455302646687 +0.5064540586204271 +0.5675379514649801 +0.524163967702416 +0.6091442651834026 +0.657720782328117 +0.6421570854213915 +0.6268569832675662 +0.5732095109676156 +0.5573188810851332 +0.6159869894140467 +0.6654972561162589 +0.6538636835966989 +0.6521810743418897 +0.6032707135838912 +0.5821816756365151 +0.45132908617400364 +0.28527405318866605 +0.11815292439191775 +0.07688629819476561 +0.09130063001527483 +0.07688663838540508 +0.1202084081009814 +0.22390373450587897 +0.27300480275546973 +0.5057609944718547 +0.5400687765931752 +0.535983922662982 +0.6365682754049993 +0.753842865354981 +0.7601329724966972 +0.740316321640284 +0.6760202436114648 +0.6712974560977338 +0.6960516295119512 +0.7182030319667415 +0.7352134743426226 +0.7641507847088015 +0.7060501333322292 +0.6471121793926385 +0.4026948882999625 +0.27058780682643574 +0.11813097087698028 +0.07688726405815668 +0.0913016319107854 +0.07688762691706212 +0.12013036040740212 +0.22413854403990016 +0.2730032759183463 +0.4861108070544101 +0.5573537809320008 +0.613915654238273 +0.7237128498613864 +0.8633942027253616 +0.8662971928843751 +0.8082873264596168 +0.7394941471131747 +0.7043773817818686 +0.7617751347095685 +0.7979131645550703 +0.8355587351582516 +0.8608159913719889 +0.8262220612082036 +0.7519683083852985 +0.5249508593097835 +0.3081203762837812 +0.1181144081806072 +0.07688732554598345 +0.09130164706265911 +0.07688764187696616 +0.12833664247757828 +0.22413840612362054 +0.2730032921914027 +0.5206125479071382 +0.5733587689226454 +0.6009107702038851 +0.7456682958618606 +0.875396136612424 +0.8767058823021986 +0.8381844691602743 +0.7234963671789116 +0.7082371358213563 +0.8018288965913125 +0.7908538675751835 +0.8356655710392765 +0.8195768428205898 +0.7498581657940969 +0.671240787890014 +0.43008927847741296 +0.2708283644984057 +0.1179915357610052 +0.07700016571210631 +0.09129998410148875 +0.07688600124897399 +0.12630895812772439 +0.2239043663066565 +0.27300417978089137 +0.4521644567500741 +0.5266095305255819 +0.6415917217759326 +0.8013213604973027 +0.9221149676678952 +0.9526715602614957 +0.8860524025242142 +0.8100062958988479 +0.7685675120011073 +0.7963481939979068 +0.8434084119541655 +0.8671169426275381 +0.8908498127341382 +0.8589047883903377 +0.7683797101179027 +0.48670093073217174 +0.2974452238840032 +0.12248089914556502 +0.07688629098369398 +0.09130062288336001 +0.07688663132602502 +0.1283911381608747 +0.22102900351076202 +0.2643460950662939 +0.47166846814295676 +0.5789581730690352 +0.7218698469641555 +0.7883502369007739 +0.9208963043173946 +0.9039264196519604 +0.8676812880244045 +0.8144815162928274 +0.7997509678695023 +0.8451492608634619 +0.8523211743282436 +0.8700695726722458 +0.9078932211897214 +0.8362894234728252 +0.806476121643297 +0.5752868806934692 +0.4252662786900464 +0.1294445992911574 +0.07695761278577233 +0.09130000149033127 +0.07688601839980562 +0.13402667770307544 +0.2638429956987354 +0.3247039989253152 +0.35883818205955853 +0.4136216846043075 +0.5630556070517969 +0.742487858361594 +0.8400661595019091 +0.8168788327010916 +0.7934010256302604 +0.7041104842320706 +0.6939575833216755 +0.7224596198103446 +0.7554164348083447 +0.7186651161659992 +0.723546236146005 +0.6303701632533839 +0.5484524520114403 +0.395556873211458 +0.26375787228786834 +0.11816611569660179 +0.07688602246932578 +0.09130035710069957 +0.07688641785095046 +0.12012911887637909 +0.22390409702482506 +0.2730045379481068 +0.5100867392586651 +0.4984358356551053 +0.5238124980646809 +0.6082344239475527 +0.675424305454497 +0.6952238222289214 +0.6617735005750846 +0.5751524145266732 +0.554770561685872 +0.62021611364185 +0.6733622278948729 +0.6877918233493874 +0.725132028978699 +0.6527827020032977 +0.5821833117698115 +0.4027086809778674 +0.2852271150322335 +0.11815213293449728 +0.07688654646135873 +0.09130092390761205 +0.07688692832717442 +0.12012967104687519 +0.22390401743602106 +0.27300508029087184 +0.5093189406424395 +0.5792327462601753 +0.5240503673962539 +0.609752781650786 +0.6945573783664923 +0.7027625382318611 +0.667596518863005 +0.6193282408697308 +0.6293176729506254 +0.6633090415988101 +0.6716307456945814 +0.6725089215514511 +0.7069540646008211 +0.6637836881455283 +0.5877703964680108 +0.40269931954989385 +0.2705790301384697 +0.11817080671481257 +0.07688696771665084 +0.09130129279723588 +0.07688729229665704 +0.12013003019927476 +0.22390437270460614 +0.2730054288313975 +0.5021308824704604 +0.5766267000900076 +0.5240863246412553 +0.6533067036590763 +0.7916324129027006 +0.802373113978507 +0.7576645963018923 +0.7387055438272888 +0.6976587802180301 +0.7570640297392659 +0.7735229144671221 +0.7642777339346033 +0.7497961543654921 +0.6817507601743978 +0.588426537362731 +0.4027121242758981 +0.27057592202447855 +0.11816988226609661 +0.07688695192857696 +0.09130127714497262 +0.07688727686320487 +0.12013001496825397 +0.2239043576469304 +0.2730054140551406 +0.5169721777773804 +0.49757936495297345 +0.5508645345913782 +0.6976818803934228 +0.8234042729896912 +0.8683394479733663 +0.8347588512668558 +0.7765565433803246 +0.7609658355386055 +0.8166513027458943 +0.8394124502057939 +0.8131291460885915 +0.8024782168466867 +0.7398270852229948 +0.6289119794149393 +0.40271330018448626 +0.2705916388228089 +0.11814803582064629 +0.07688690967372994 +0.09130128222940102 +0.07688728186918369 +0.12013001990239097 +0.22390436252453386 +0.273005418848649 +0.5339377519734356 +0.4986297268886934 +0.5244995807786954 +0.6415084161572904 +0.8046405082700812 +0.7966036993769168 +0.7553007487950455 +0.7194754077560181 +0.697903517141046 +0.746919644703813 +0.7598863732822042 +0.7439886624740207 +0.7192533404006786 +0.6467000878265606 +0.5821812739030302 +0.402694310756771 +0.2935318690818841 +0.12249538826944507 +0.07688696503972793 +0.09130133684507372 +0.07688733575983 +0.12013007307998803 +0.22102886051372775 +0.2643467782504876 +0.35907228159082427 +0.41807854601714933 +0.5318792112626326 +0.6098970663143607 +0.6620700270361054 +0.6495118772588375 +0.6013817118654509 +0.5576495064826414 +0.5592386713169343 +0.5964593346916764 +0.6172527564169784 +0.638759760656161 +0.6744141663245217 +0.6069254627872108 +0.5848779079486425 +0.39606129857506667 +0.277948687292369 +0.12931477138977773 +0.07701533757464235 +0.0912999845743708 +0.07688600171538218 +0.12012875693563303 +0.22843017946099772 +0.2760717945525076 +0.35907446869810716 +0.4136211887457551 +0.45647090183374756 +0.6092929947907659 +0.6734703475884477 +0.6982341786379229 +0.6394157328597081 +0.5704993114666599 +0.5593395655966865 +0.59566557376284 +0.6145947587619539 +0.6118607164340197 +0.6305369334259247 +0.5889876117390571 +0.5483155431303577 +0.39574582134550024 +0.26372692419847776 +0.11789490860924279 +0.07707769910932792 +0.09129996256546104 +0.0768859800078404 +0.12012873551175864 +0.22390434595962225 +0.2730041594702816 +0.5283353332769087 +0.4980368808210627 +0.5326640838966233 +0.7124686792546129 +0.8625405358484576 +0.8775073752041416 +0.8582579259657436 +0.778544910845397 +0.7404401159992339 +0.8073542946564698 +0.8401448918560561 +0.8526943144864656 +0.8300231125952484 +0.7640509847869205 +0.7004532743483975 +0.457351500145619 +0.27058948787100484 +0.11807042506160959 +0.07688748767157515 +0.09130185257440661 +0.076887844685163 +0.12036468883201491 +0.2239036900883609 +0.27300350415012437 +0.4504267615571611 +0.5002595702430666 +0.5249328683329438 +0.6093810998366244 +0.7231871691651326 +0.7642390311872609 +0.7661773695242159 +0.6596164469286984 +0.6417953527550083 +0.7023434497244598 +0.7143780603552895 +0.7055607406586482 +0.7126133122377835 +0.6561047268264233 +0.6018085456690805 +0.4030078399020711 +0.2705791073715863 +0.11804465789550427 +0.07688731230226072 +0.0913016795324169 +0.07688767390052141 +0.12013040678709838 +0.22413818615622427 +0.2730033270406555 +0.4491447174909389 +0.5006655184196769 +0.5249288706124638 +0.6133617025438071 +0.7104065353990866 +0.7710739833059381 +0.739056070160501 +0.6457735612617457 +0.6066062912371233 +0.6354363651529106 +0.6140197630993078 +0.6158198416466454 +0.6435230582558191 +0.6053460184374144 +0.5826223703604053 +0.4390919962484257 +0.285361838534082 +0.11816342323291792 +0.0768859343073239 +0.09130026982968759 +0.07688628308207006 +0.12012903447855774 +0.2239046362141488 +0.2730044495046894 +0.5237675276264026 +0.5727244506956088 +0.6036043764987932 +0.6859678759626393 +0.660889444760798 +0.6260411797537504 +0.5870127764984214 +0.5517569042981483 +0.5516770205889525 +0.596126666385412 +0.6137781357992178 +0.6202432365782412 +0.6434523163549186 +0.603254462963437 +0.6379391650378996 +0.43036146897267447 +0.2851786916729412 +0.11809403790698382 +0.07688715135557865 +0.0913014745950021 +0.07688747169227479 +0.12026436512527976 +0.22390454736156587 +0.2732389473209427 +0.4926612462589868 +0.5472785736767781 +0.587199598078291 +0.6736777113509089 +0.6604850937597725 +0.6235412581979497 +0.5868024096803074 +0.5529292710154338 +0.5502445143560822 +0.5939082895703488 +0.6123111851513358 +0.6174669149894769 +0.6434523163549186 +0.6032681138273516 +0.5821819754005709 +0.4172803793250774 +0.28532543533246507 +0.12250164193661545 +0.07688626360223211 +0.09130064432266372 +0.07688665198125741 +0.12047662083523321 +0.22102897758909862 +0.26434606942009936 +0.3843028846108373 +0.46946457528157304 +0.5926631271796715 +0.6747066997272455 +0.6597163289702094 +0.6351231442142056 +0.5959344774759187 +0.5585171594166645 +0.5578565439620307 +0.5953876293308942 +0.6100475062234654 +0.6306842933569423 +0.6598535704944719 +0.602990657353901 +0.582427768197948 +0.3955483879707577 +0.2778466996265636 +0.12939049093987537 +0.07698899049173197 +0.09129999387532081 +0.07688601089311767 +0.12012876598474259 +0.2305971397860244 +0.272727330871378 +0.3597882900767481 +0.4112415239988346 +0.45388975654204927 +0.6113570685308036 +0.6571042325366732 +0.6132460774236406 +0.5818860172415502 +0.5388678370189038 +0.5373141170958675 +0.5764609975044638 +0.590404056064856 +0.5817719128605734 +0.6061023238930106 +0.5627371393815666 +0.5827103267628567 +0.4145398989318902 +0.27836118089981093 +0.11816831526856394 +0.07688614541350082 +0.09130047878795851 +0.07688653748845425 +0.12031806109447023 +0.22390358779713854 +0.2730046588471638 +0.4756535460321531 +0.5501265857906791 +0.5907850434048533 +0.6757967613889667 +0.6588182760828196 +0.6245371143770608 +0.587219701189196 +0.5518489130338061 +0.5505190573462568 +0.5944789231031778 +0.6109469827690192 +0.6170740883282851 +0.6433061028307296 +0.6032660514559632 +0.6230018842751651 +0.4236170796617361 +0.28520669122622755 +0.11817884410712198 +0.07688673250668711 +0.09130110692057457 +0.07688710839337294 +0.12065271763474694 +0.22390414667720698 +0.2730052070782388 +0.46294256587034577 +0.5289814851930947 +0.5878745616337524 +0.6835837906237052 +0.6587225335556809 +0.6688718520179789 +0.6436034687760912 +0.5970207520623838 +0.5748293283412957 +0.6089661930805939 +0.6385498913169103 +0.6807149970168046 +0.6865001338433057 +0.6428938089461288 +0.5821810116113397 +0.40270936826499715 +0.27057370587655627 +0.11815453236859226 +0.07688709461913143 +0.09130141841725051 +0.07688741625181132 +0.12013015251300407 +0.22390449372671004 +0.27323966347530015 +0.5206974671651947 +0.5699291151747753 +0.5247921612052037 +0.6084575211392382 +0.67369304263207 +0.6237840765135534 +0.5862184645123629 +0.5501112085003742 +0.5501043799218959 +0.5940842021830345 +0.6224252365921058 +0.6159303050809191 +0.6439541796060289 +0.6032637945214339 +0.5819354567616867 +0.420128915351552 +0.28542148396028033 +0.11807367739394611 +0.07694231638397786 +0.09130001035507421 +0.07688607699334402 +0.12015439663099517 +0.22390439005870405 +0.273004203524682 +0.48692773839118525 +0.5490028368344557 +0.6070192021544855 +0.6080369307001556 +0.6819915089406361 +0.6712805705832776 +0.639662968836312 +0.5913887164051846 +0.5754280065690542 +0.6282587635108072 +0.6574338772959818 +0.6767492298627086 +0.6838490159985594 +0.629615596563975 +0.5824274757061029 +0.4316080045767546 +0.28575224681839834 +0.1180666825148343 +0.07688743344988351 +0.09130175388870418 +0.07688774729965472 +0.12026885560185353 +0.22399972965487672 +0.2730034017071156 +0.5025071423222357 +0.5635363854196336 +0.6003276710857953 +0.6779320197631604 +0.658763999119366 +0.6235688358252254 +0.58786678127587 +0.5526102175375476 +0.5526382021390284 +0.5948268384217086 +0.6110374276736785 +0.6189150120040178 +0.6434523163549178 +0.6032516788399065 +0.6275206890444316 +0.4218865005100467 +0.2853003140845836 +0.1224980613693219 +0.07688610902923923 +0.09130049182103495 +0.0768865015316835 +0.12041371968374426 +0.22102882988102085 +0.26434592335588525 +0.3786456075934772 +0.4580029906281622 +0.5694512972806398 +0.6463385177938898 +0.7450606067455358 +0.7123909513715688 +0.6795240901776258 +0.6320696018634838 +0.6242418717192505 +0.6575095894670683 +0.6794134050120667 +0.7077188839292666 +0.6398413017764488 +0.6499557647108315 +0.6392616930720287 +0.4285287344262212 +0.29237669263803856 +0.12953295450728056 +0.07690439802752806 +0.09130007423613368 +0.07688608960692038 +0.12073375988459457 +0.22385801759775156 +0.26942913081058295 +0.3743756531125684 +0.428993600940311 +0.4684769717452384 +0.6383576705904124 +0.6970901698352822 +0.6686706330017913 +0.6390139331538658 +0.5801661870868449 +0.5674549447066134 +0.6156811025842318 +0.6303446584823559 +0.6408714353855973 +0.6671484064556631 +0.6249386924012086 +0.5715397569161657 +0.4102859913094128 +0.2783461172386295 +0.11797013926955183 +0.07701153800519013 +0.0913000299554853 +0.0768860459180168 +0.12119481280488131 +0.22390435316075988 +0.2730041666589531 +0.46507413796498004 +0.5121679889248147 +0.5623319391200626 +0.6630058391784124 +0.6584494956126589 +0.6219930158200261 +0.585908417584652 +0.5504083221771239 +0.5505920450324486 +0.5937961863932791 +0.609457365778479 +0.6200323383871856 +0.6434523163549176 +0.6032541280830247 +0.6090960975232846 +0.41727883938246796 +0.28517354427489305 +0.11813486984231068 +0.07688709142199246 +0.09130141526454212 +0.07688741313990768 +0.12027766517694569 +0.2239044987843419 +0.2732396689302949 +0.49433373267326347 +0.55081081449322 +0.5243260470902565 +0.6091135832816991 +0.6703910455550622 +0.6661613066098736 +0.6329472476794408 +0.5615973834060853 +0.5558300170347806 +0.5983735575673659 +0.62490215377843 +0.6286058492672925 +0.6439442523520753 +0.6032667833635691 +0.5819347162188652 +0.4263094388913208 +0.28535157270589906 +0.11790442781711698 +0.0770833348306583 +0.09129996057636185 +0.07688597804546225 +0.12023280394757345 +0.2239043435655534 +0.2730041570585688 +0.5000542961012937 +0.5660256143640517 +0.5240592936709096 +0.6109967138820357 +0.7279839916748967 +0.7622971305200683 +0.7342355820952912 +0.668607725789887 +0.6574848966975227 +0.704437343512302 +0.7343670055463452 +0.7064624819776484 +0.6902035859096902 +0.627267778429392 +0.5821791715131823 +0.4027072658130738 +0.27056475595995694 +0.11812786838307149 +0.07688718369332272 +0.0913015066102649 +0.07688750328995181 +0.12013023837968538 +0.22390457868598496 +0.27323850442044173 +0.4503951533894738 +0.4977939480880724 +0.5272923868782912 +0.6142070579534223 +0.6909893437689905 +0.6744735285969632 +0.6291322796356199 +0.5868312340159914 +0.5653900523588562 +0.6209983479848643 +0.6440636846958446 +0.6709860167644486 +0.6790235157299741 +0.6346374138736659 +0.5819388600258505 +0.4027025847101068 +0.2707856209862689 +0.11816932863515855 +0.07688590277758005 +0.09130023861258504 +0.07688625229175311 +0.12012900409316875 +0.22390460672498197 +0.27300442003204367 +0.5062450369862532 +0.5560075680175813 +0.5930152657354004 +0.673581407879096 +0.6587903209952837 +0.6233514126236829 +0.5863811660769437 +0.5503295810794306 +0.5498828786426172 +0.5953382368000748 +0.6138048306081587 +0.6200301336876717 +0.6434523163549173 +0.6031520989981458 +0.6061531461601952 +0.4172922255579635 +0.2851148557717183 +0.12249672681059093 +0.07688689523994637 +0.0913012210396709 +0.07688722149285987 +0.12048110180930696 +0.22102875437766767 +0.2643466745712077 +0.4241948731615047 +0.4485910237627992 +0.5548906328479558 +0.6329701743462074 +0.7206284663942941 +0.6957128909420468 +0.6569614527893766 +0.5990768647286738 +0.5952027041438234 +0.6371370945201704 +0.6551205673132534 +0.6985428134846327 +0.7321237959154168 +0.6719651279096027 +0.6401578574372607 +0.41695927970784735 +0.2923131398269385 +0.12937506287144598 +0.07688791576022119 +0.09153514877733923 +0.07688580160887436 +0.12105530491065311 +0.22391398693910142 +0.2696155009290746 +0.4230078626120805 +0.42780369898016457 +0.46866648186158083 +0.6394864500393019 +0.7059486984726253 +0.6834475400183573 +0.6566389010089347 +0.5878553125482782 +0.5817518879695835 +0.6225043966512515 +0.6490594536482283 +0.6992518628420062 +0.6693901577851114 +0.6246129629089617 +0.5707119331870989 +0.41015409753298665 +0.278345535263122 +0.11816127679739169 +0.07688915749234773 +0.0913000707870115 +0.07688608620485338 +0.12128553889841887 +0.23133050799563953 +0.27896799370857206 +0.5137114573830375 +0.512162964292179 +0.540515278530258 +0.6350363267492563 +0.7254627620904314 +0.7155477085755277 +0.6714001620771091 +0.6077187740933444 +0.5874101235573208 +0.6418172238463834 +0.6762214207869323 +0.7482087810045648 +0.7111019218351989 +0.6626928410938704 +0.6057312418678952 +0.41728358242750857 +0.2852836085787335 +0.11816364443143788 +0.07688654318293785 +0.09130082597355726 +0.07688683119876755 +0.1215621289356596 +0.2302756559769362 +0.27903134028233767 +0.5137770948476983 +0.5126367709038889 +0.5398067479887791 +0.6237018623343114 +0.7154757921901014 +0.7125852713729484 +0.6715185658224946 +0.6143134662551214 +0.5993915892113133 +0.6494227491027132 +0.6846767410569967 +0.7566120024552151 +0.7181939227118334 +0.6698578496622764 +0.6146724731953978 +0.41728629496319114 +0.2851124843574643 +0.11816391018302264 +0.07688719395526089 +0.091301469513308 +0.07688746618797457 +0.12115011859692612 +0.23212284721323106 +0.27929004686071063 +0.5136079346857851 +0.5152480953799519 +0.5574982847050346 +0.6423996453262466 +0.7352229227095449 +0.6217586625052854 +0.586407880526419 +0.5501255327153927 +0.5719787052424085 +0.6364452685670088 +0.6876487785389549 +0.6684223993498077 +0.6434523163549167 +0.6030292303756006 +0.6219876715025849 +0.42012183104828393 +0.28529489454745804 +0.11815867539310348 +0.07688627076701256 +0.09130060286342563 +0.07688661160405338 +0.1204677478557913 +0.22390371009225482 +0.2730047788059935 +0.5358627443823558 +0.5326166959621423 +0.5700807875460953 +0.6535930074723663 +0.7484366035757255 +0.6217079553727434 +0.5860529455784357 +0.5957351900884321 +0.5929693823802019 +0.6504338551587029 +0.7009100452636307 +0.6686657895627339 +0.7131865629976227 +0.6230976087733268 +0.6493144748373214 +0.43073660367725974 +0.28516130814640067 +0.11809862867579042 +0.07688727308221874 +0.09130159511621742 +0.07688759061791095 +0.12056031070452006 +0.2241386665106165 +0.2730032445372823 +0.5185419765207384 +0.5253709623906281 +0.5720161380538875 +0.6563932092242094 +0.6587450537109723 +0.6217265709748734 +0.5860392564929673 +0.5509006744976401 +0.585594590047726 +0.6514517479657256 +0.6129576363255096 +0.6684200434292221 +0.6434523163549165 +0.6030255946993051 +0.6227009611091828 +0.4203750431037195 +0.28539001528675234 +0.12241950213650339 +0.07692563269059156 +0.09130001624678123 +0.07688603295247444 +0.1206000597929496 +0.22102841700092726 +0.2643455150733352 +0.44157576028806234 +0.47304751594801037 +0.6057544512736478 +0.6095747788531066 +0.6879697907211414 +0.6763856962835268 +0.6502147750149111 +0.5987535060318403 +0.5932611522383514 +0.6362572248311789 +0.6294064864968755 +0.6980092188252706 +0.655734323103698 +0.6032714586189527 +0.5900790401110305 +0.39553511274835107 +0.2779611462590422 +0.12929545399388562 +0.0770363188960673 +0.09129997716844837 +0.07688599441085651 +0.12012874973116708 +0.22615617590809942 +0.27424589326706567 +0.40842081063542524 +0.4124317091781126 +0.4538892286829396 +0.6421030654429811 +0.7067990831259962 +0.7120614545060499 +0.6909740353431552 +0.6240590709593612 +0.6171630867045889 +0.648477228664422 +0.6643163312098764 +0.6884472720387994 +0.6561522394163971 +0.6047003073978741 +0.5720527174541179 +0.39587697921616305 +0.26349927221549685 +0.11805719283953359 +0.07688737914349593 +0.09130174547017353 +0.0768877389897258 +0.12024101613841547 +0.22402735000343774 +0.2730033957423178 +0.5638013998022982 +0.5644294272139339 +0.5871701713515876 +0.6567893437957749 +0.742131506753678 +0.7280532183621959 +0.6774647123210759 +0.6050641300245354 +0.5798760010383984 +0.6368168862375991 +0.6786086330635454 +0.7531196649792563 +0.7235633487306251 +0.676932920719064 +0.623558011793244 +0.417307582763519 +0.28533900947628377 +0.1181688657807737 +0.0768859841996632 +0.09130036869065306 +0.07688638007485833 +0.12116496570873032 +0.22770844577754457 +0.27965156675546216 +0.5137370105691844 +0.5126183112459608 +0.5391667416934787 +0.6236905180264168 +0.7115356368839773 +0.7045805191701843 +0.666107262042464 +0.6072369748673836 +0.5897515977555258 +0.6456851112868516 +0.6817167759931825 +0.7552079418608044 +0.7210791341838606 +0.6835999762146077 +0.625257005151444 +0.41725168564592363 +0.28532226321377663 +0.11815734078463572 +0.07688635015927096 +0.09130068145492275 +0.07688668914393344 +0.12103955080622227 +0.22390435630192057 +0.2730048440535729 +0.5191304900327837 +0.5239015792083761 +0.5709163368184702 +0.6582475991549473 +0.659009434982558 +0.6217495684434444 +0.5887343809847592 +0.5533225525703919 +0.5572879369342968 +0.6028543463016126 +0.6536279437064318 +0.7136458294272379 +0.6757592720763613 +0.6032444848502242 +0.5821830990936879 +0.43820060591582183 +0.28514776328638225 +0.1181724197375365 +0.07688703507021201 +0.09130135947446803 +0.07688735810810318 +0.120135104615153 +0.22390443693297 +0.27306552490114916 +0.499240410774037 +0.504704368171027 +0.5279421904246474 +0.6340566158869745 +0.7454475994283121 +0.6235823582373012 +0.5878291244962613 +0.5985430691821996 +0.5821496521783547 +0.6506215108837377 +0.7030212249754951 +0.6686695802041233 +0.6434523163549161 +0.6713400732028688 +0.6350625439878925 +0.4173234061197022 +0.2851664779367067 +0.11811890953510171 +0.07688707484737464 +0.09130139885506025 +0.07688739694758523 +0.12063727535141584 +0.22390447411456213 +0.2731897077616041 +0.515874633795515 +0.5149249061534289 +0.5581761841632772 +0.6533995578738541 +0.7492396378064606 +0.6217632854995248 +0.5870813481227557 +0.5503362325246012 +0.5509469534673866 +0.5946348898841798 +0.6177053439640712 +0.6684145964656218 +0.643452316354916 +0.6032415087544309 +0.6160327759999579 +0.4256852024284436 +0.28528602532213615 +0.12247827832232053 +0.07688629783977108 +0.09130062966137055 +0.07688663803627425 +0.12039856222282337 +0.22102901415480639 +0.2643461055923646 +0.44346231426372573 +0.4673235804684719 +0.577713199036476 +0.655012909121865 +0.7356176445861942 +0.7090062457027202 +0.6721073527288648 +0.6219060553850347 +0.6165298545725738 +0.6611150751574966 +0.6802832715198092 +0.7621743090564075 +0.639341271142613 +0.6512458349181621 +0.6387219564260432 +0.42597727092913873 +0.29223745681915003 +0.12943180935106635 +0.07688726347418878 +0.09130153826269884 +0.07688753404005408 +0.12102133560123725 +0.22370119839698213 +0.2696902599145783 +0.42300817378093464 +0.43256270298857885 +0.46907187014684354 +0.6248720309037972 +0.6943863992822958 +0.6783575955166284 +0.6523990991496963 +0.5830238525389739 +0.5716422594423194 +0.6224535359167043 +0.6404139766741495 +0.688929915963575 +0.6603243758446177 +0.6122287980738901 +0.5630173725654399 +0.41011029010682315 +0.2782484744290948 +0.11815985624754209 +0.07688698736522408 +0.0913007244022718 +0.07688673099314088 +0.1216970228646106 +0.22816177525228917 +0.27845177544997807 +0.5137680993564846 +0.5138202876066499 +0.5393425128238934 +0.6422930781954949 +0.6589852028417242 +0.623108199560772 +0.5884319991217538 +0.5521249726991878 +0.5505384574300292 +0.5946798506145915 +0.6139562103510715 +0.6686665824111618 +0.6434523163549158 +0.6031958586768984 +0.6107491144044441 +0.4186056592746684 +0.2852172404852238 +0.11814567864354739 +0.07688661035963307 +0.09130093901652164 +0.07688694322766525 +0.12048708116066004 +0.22390403789105556 +0.27300510036394554 +0.5238175056083104 +0.5349531508258748 +0.588024360673442 +0.6092649620802859 +0.661312416407292 +0.6335584854880072 +0.5918730828163158 +0.5540646541070076 +0.5503306392354683 +0.5948990528250924 +0.6224216044192992 +0.6684114482367417 +0.6434523163549157 +0.603260124854694 +0.6072236564308449 +0.41728984316282436 +0.28532656200781564 +0.1181573322670921 +0.07688602666283895 +0.09130036124388388 +0.07688642191322786 +0.12062875918906264 +0.22390409661659383 +0.2730045411177187 +0.5141877197490244 +0.5154668835455403 +0.5518372466365622 +0.6506294897773933 +0.65850827630321 +0.6218060657432468 +0.5862817103969129 +0.5967772487390408 +0.5885473070384758 +0.6469451429113681 +0.6979851189110362 +0.6686640137570722 +0.7053147486678847 +0.6747667075705364 +0.621140212365752 +0.4172780925929674 +0.2853218108392102 +0.11797285532383141 +0.07706056920601406 +0.09130001928644292 +0.07688603541153319 +0.12095594889825219 +0.22390434101144033 +0.2730041545192535 +0.5137060069078127 +0.5154676083020333 +0.5470425782861132 +0.6247584292902177 +0.7192946533663808 +0.7096078033976081 +0.673075933172014 +0.6030715311450076 +0.5796505092273011 +0.6360871886101974 +0.6812968964771112 +0.7466243772461608 +0.720002172754629 +0.6750089635618116 +0.6228385295265279 +0.4172833840101958 +0.2851726760034379 +0.11810943699920408 +0.07688721172322861 +0.09130148707666581 +0.076887483521809 +0.1214595926510197 +0.23104983950740557 +0.2792513330441907 +0.5136102804419388 +0.5140432573637407 +0.5407538972477731 +0.626624961782011 +0.7221419468951124 +0.6227890026024027 +0.5863890943644573 +0.586559987752175 +0.5861974930513314 +0.6443807675172745 +0.6860183478817755 +0.7512370875303763 +0.7214522900656926 +0.6815795021483985 +0.631521398381948 +0.4172967300907332 +0.2851411876397797 +0.12246820451719209 +0.0768869277887307 +0.09130125326321063 +0.07688725328790011 +0.12053829837610026 +0.22102877888521427 +0.2643466985171588 +0.4721462914997486 +0.4970185312896536 +0.6088994425928315 +0.6111717244255428 +0.6619901337511641 +0.6348372699841378 +0.6051496211691247 +0.5697531226484015 +0.5760440369580938 +0.6223958102137209 +0.6232226360818025 +0.6786985366192407 +0.6675413083690858 +0.6029754039424046 +0.5821798658811391 +0.39551573711198895 +0.27783310218952206 +0.1294706205188064 +0.07692142057630125 +0.09130001772942062 +0.07688603443536826 +0.12012878919669824 +0.22794106090073257 +0.2786146077132759 +0.40842070065694047 +0.41440606672278774 +0.45407950866812397 +0.6135571659165271 +0.6717600194751912 +0.6550252249367551 +0.6262140454698749 +0.5723182093746207 +0.5440104539585326 +0.5817973419149807 +0.6006420016836012 +0.6349247237640553 +0.6058090598344341 +0.5627585003256017 +0.5643491290036684 +0.4101372208640849 +0.27834042230629147 +0.11815914961807598 +0.11799368528130907 +0.07699043942404557 +0.09129999336680393 +0.07688601039280404 +0.12048820475202504 +0.2239043656075672 +0.2730041790923883 +0.4604499454772511 +0.5178607582343321 +0.5572870191413417 +0.6469010819124911 +0.7347403882298276 +0.6248309362633071 +0.6293588971902212 +0.587112876355449 +0.5819061233354761 +0.6443012294346664 +0.7332770527500377 +0.7508951068523203 +0.7248811526539076 +0.6790017123009657 +0.6272600185436225 +0.41729699140237797 +0.28520963681919553 +0.11814484907928159 +0.07688676117037034 +0.09130104152553793 +0.07688704387073597 +0.12128021725757325 +0.23053690486088815 +0.27888262455275603 +0.46389841878519905 +0.5116773190942429 +0.540135752296966 +0.6242298862992604 +0.7087283779972169 +0.6971902347543656 +0.6545341925400586 +0.590209417438341 +0.5774743004877563 +0.6417068251465001 +0.7325768497241565 +0.75001566062725 +0.724012352509176 +0.6812132574398361 +0.6237608627968037 +0.41726805302927483 +0.2853508176432582 +0.11813618857761755 +0.07688584510006496 +0.09130018154005728 +0.07688624526948566 +0.12098194197880277 +0.2239045476958697 +0.2730043610573459 +0.47086809016537856 +0.5145057193836726 +0.5485981851518672 +0.6346266913482029 +0.7267600643890656 +0.7227329322082253 +0.6779273095259273 +0.6090069369334761 +0.5885175038503866 +0.6564932257721617 +0.7484067741326784 +0.7663562708449708 +0.7386306837138578 +0.6923681967825753 +0.6375501854237815 +0.417267688603092 +0.28540909155580435 +0.11812754790249007 +0.07689648826801881 +0.09130007701875373 +0.07688604254940878 +0.12106671361006999 +0.22390440078694315 +0.2730042142386622 +0.4702650140640809 +0.5165117853852801 +0.5561779561078664 +0.6456614428959186 +0.7361390648502241 +0.7247340361598484 +0.5863719547140867 +0.5891441217895995 +0.5928801675922327 +0.6553405116095891 +0.7464492210495554 +0.7604149658584044 +0.7316402566336435 +0.6898512318579039 +0.6395972796340447 +0.42387919972989985 +0.285173924819309 +0.11818283322762278 +0.07688696234788128 +0.09130128748955045 +0.07688733265408376 +0.1206719258416039 +0.2239043750616674 +0.2730046999765912 +0.44965302096985776 +0.49970398861522625 +0.5254669871206782 +0.610195799990181 +0.6588820992863509 +0.6229856906322399 +0.5870616168567719 +0.5738185445425612 +0.5750904786949439 +0.6467186340036037 +0.7366663649804361 +0.7579646163948437 +0.7317204669869819 +0.6908879977909042 +0.6399724265908913 +0.417746131688898 +0.2851620671820933 +0.12250250676110437 +0.07688695390733706 +0.09130132538069613 +0.07688732395323054 +0.1210853426798817 +0.2210288104254116 +0.26434672932658615 +0.37389621895482605 +0.43266499797576335 +0.5492350840317975 +0.6238794673043433 +0.7168183850822285 +0.6835846437585804 +0.6475862264976664 +0.5925150736463427 +0.5878641162252818 +0.6355842520109664 +0.7044452428974532 +0.7302252193605875 +0.7165004590719419 +0.6609344869007648 +0.6276182067308572 +0.4100925870764547 +0.2922778952362015 +0.12953905526737045 +0.07688610457045224 +0.09130048743047758 +0.07688649720492877 +0.12124302007726162 +0.2239456852646944 +0.2695425257678698 +0.370449497779565 +0.42582969943248844 +0.46847741415712774 +0.6238808693960342 +0.6863023851363261 +0.6683403000934667 +0.6456348994903123 +0.5879566791358612 +0.5794241600410749 +0.6255538828938553 +0.6958481638161331 +0.6950248709322517 +0.6775300445428715 +0.6359492671120995 +0.5895439077272511 +0.4101049833278881 +0.2781480819415693 +0.11817870708434491 +0.07688665605776515 +0.0913009842599781 +0.0768869878772686 +0.12089290366700807 +0.2239038208012136 +0.2730051431476067 +0.4724731052898609 +0.5336849505909741 +0.5718704082921549 +0.6547810246366603 +0.7486797124011292 +0.6245541512730803 +0.5871133676134781 +0.5782288311036757 +0.5838166815727448 +0.6492785930692982 +0.738716508798445 +0.7539053900681184 +0.7293012779731859 +0.691537282905782 +0.643058614001695 +0.4179957768677455 +0.2851965980793045 +0.11814911266400469 +0.0768868771672467 +0.09130115623814358 +0.07688715705130182 +0.12104470867175772 +0.22390394126845745 +0.27300452795087454 +0.47266038201641497 +0.5382416186754199 +0.5812261335493918 +0.6628914692869432 +0.750010216404895 +0.6224252660008018 +0.5863607402772383 +0.5977019057061527 +0.5930005070726535 +0.657927617418579 +0.7528267368480188 +0.7641033911125633 +0.7289680779137542 +0.6845057508920465 +0.6220724751300887 +0.4172420224753795 +0.2851414755060859 +0.11809878495110493 +0.07688734085228598 +0.09130170719080825 +0.07688770075981106 +0.12129130635524457 +0.22762015031422841 +0.27933374110364323 +0.45976130189343345 +0.5116660210385181 +0.5391047605098527 +0.6312950478608217 +0.7315672320331996 +0.6221638685192407 +0.5877966280815259 +0.551415954198188 +0.5513076939799096 +0.6249938757644422 +0.7241278082256157 +0.7482241319002613 +0.7259428332775314 +0.6835837574176079 +0.6347526471321848 +0.4293617664993497 +0.2853770205881252 +0.11816011523439078 +0.07688629640963243 +0.09130003013989149 +0.07688604665742986 +0.12038365149890622 +0.22390440245842827 +0.27300421591248475 +0.516921653134234 +0.568610927436927 +0.5253246948404169 +0.6096234918718623 +0.6952367380514453 +0.6977648311321707 +0.6305498775271113 +0.5623230626613269 +0.555596086849457 +0.6304839549214792 +0.7302993869426629 +0.6684250144859416 +0.6434523163549146 +0.6032479990848176 +0.6111702364958433 +0.41791395234776496 +0.28523591477617977 +0.11816495384758433 +0.07688664683688054 +0.0913008808730104 +0.07688693281608576 +0.12092018188887053 +0.22390371590792116 +0.2730043056002 +0.4651551033447365 +0.5168951833656829 +0.5398413907472641 +0.6229645941866161 +0.7094566166565768 +0.7014510552193916 +0.6553029986739193 +0.5934457383819044 +0.5731943143166808 +0.6412494722034224 +0.731763968856298 +0.7480187475258855 +0.7241865061251596 +0.6813930073440367 +0.6307174681293756 +0.4173734559750207 +0.2854394502534352 +0.12223483278891657 +0.07704308065010046 +0.0913000194332556 +0.07688603554801487 +0.12156829475425915 +0.22332707129531723 +0.2688148050258217 +0.3708060910877267 +0.4340936916694332 +0.5458752404486567 +0.6234568239479802 +0.7051879395172066 +0.6869759329917525 +0.6461365080632562 +0.5949808337176853 +0.5898155287778835 +0.6355092928104249 +0.7068776588249805 +0.7250848463538557 +0.7087759800927624 +0.6500769194874941 +0.6137969233533882 +0.41012128210221616 +0.29232062748066595 +0.12954171946629614 +0.07688678526700368 +0.09130007157650516 +0.07688608698308493 +0.1214748362464023 +0.22478203962545157 +0.26883179728430895 +0.37366163756286797 +0.42839874944206335 +0.46866679594427985 +0.6246912027952428 +0.6860525311794212 +0.6657549014299309 +0.64123948232335 +0.5805826664788203 +0.5698363987949667 +0.6235790926649732 +0.6954226475912015 +0.6942989105709522 +0.6718553327478662 +0.6287049865844556 +0.5805392479261762 +0.4101194119467944 +0.2782457291516019 +0.11816208877364616 +0.07688637661929798 +0.09130070765206229 +0.07688676248221787 +0.12095406415859024 +0.2239038079407435 +0.27300487478084867 +0.46987030378090405 +0.5208081023351314 +0.5629274101809371 +0.6469094206021669 +0.7414250174009946 +0.6245985064728495 +0.641114433585963 +0.6040379277449964 +0.596523788505265 +0.6557260703971455 +0.745223974966043 +0.7639592888620548 +0.7250590000054848 +0.677162528404953 +0.6172851628192498 +0.41757126485648066 +0.2850731552428178 +0.1180963408711632 +0.07688662670040376 +0.09130169284961147 +0.07688773135669355 +0.12130001235649941 +0.2241385576534394 +0.27300334526527487 +0.4640485527648961 +0.5137889786139894 +0.5400943629900222 +0.6242319357292767 +0.715287949421414 +0.6989838383470072 +0.6520584964926139 +0.5862866331695599 +0.5710994748398955 +0.6302372868784308 +0.7237901489073638 +0.7386891560695832 +0.7123903722361817 +0.6676146214754972 +0.6150226727326996 +0.4174588034785276 +0.28527446053336053 +0.11790846326011326 +0.07710482857883323 +0.09129999884413435 +0.07688601524199505 +0.1213898803117195 +0.22806215160654963 +0.2798210537247643 +0.4641211356000636 +0.5130981293143401 +0.5386269421012911 +0.6237081269469431 +0.6937346285951188 +0.6883483073622492 +0.6429371104264826 +0.5836187782265728 +0.5675062395481302 +0.6248678366645979 +0.7101456323980978 +0.7215906674290559 +0.6949403117004054 +0.6457417350266152 +0.5965168757274811 +0.41730769852677474 +0.2853491299904636 +0.11814473212520833 +0.07689389704200102 +0.09130006920296738 +0.07688608464187043 +0.12160593701157857 +0.23227685293257297 +0.279383118953526 +0.4641266689601113 +0.513098864191511 +0.5388364567962258 +0.6229722421921347 +0.7009698678717684 +0.6933276529950116 +0.6462395592550013 +0.5815069923700057 +0.5682463420655146 +0.6240475847274379 +0.7091530449663588 +0.7217513560275399 +0.6949176733680064 +0.648667131438429 +0.5964747969035081 +0.4172290964073079 +0.2851271550482753 +0.11815537899991042 +0.07688662396762626 +0.09130147912620659 +0.07688747568361028 +0.12198681850738315 +0.2288491069901666 +0.27872251404684456 +0.46497558085684443 +0.5123849243746429 +0.5384242586000099 +0.6231175219831233 +0.6987217501111432 +0.6923795142321457 +0.6537764230865862 +0.5907118938412429 +0.5702170900050703 +0.6256515183603321 +0.7099215390189488 +0.7253494337594132 +0.6962906455865 +0.6498570926346465 +0.5962749440016846 +0.41722555527197525 +0.28529915036531267 +0.12249005231835519 +0.07688717514943585 +0.09130077633186004 +0.07688678222885896 +0.12183276495797306 +0.22237542641716102 +0.27855723753935935 +0.3725907230357583 +0.43409440458494525 +0.5459925250880477 +0.6350226294528348 +0.733420811182808 +0.6297661623636406 +0.5946825480949188 +0.5580186978764283 +0.5596273521663108 +0.63778922890122 +0.712757951350016 +0.7398136105186858 +0.7197674458517122 +0.6769528288326935 +0.6458335727037053 +0.4334500248407967 +0.2925170736506928 +0.12927334856658734 +0.07704838132263815 +0.09129997291110084 +0.07688599020264025 +0.1204163634808819 +0.22412576420015295 +0.2703559782559151 +0.35978831199839617 +0.41321641929612235 +0.4684769385574485 +0.6095607850226111 +0.6520169974475943 +0.6148321453539344 +0.6137028459331627 +0.5371766338835693 +0.5432273959895004 +0.5864513549195012 +0.6495710489861222 +0.6351442639258029 +0.6060866821536398 +0.5627428644243518 +0.5481476937390652 +0.39548584697552214 +0.26375133674727963 +0.11818101441936242 +0.07688590762871692 +0.09130024343373214 +0.07688625702512 +0.12012900879375762 +0.22390461126960726 +0.2730044245739593 +0.4495752765492979 +0.49945933400203885 +0.5488764251461348 +0.6083438897940915 +0.6580575367966984 +0.6222617719514456 +0.5877141841931623 +0.6027037602495042 +0.6022935836345664 +0.6592056228700192 +0.7487321590174403 +0.6684168876670455 +0.6634049164251706 +0.6880304578505161 +0.6381929308608772 +0.41724445198614524 +0.28518954605226293 +0.11815908580918758 +0.07688646780219223 +0.09130079788522394 +0.07688680402171616 +0.12078075972077436 +0.22390444648455013 +0.2730049542284889 +0.4651466392473772 +0.5183126647715364 +0.5398373605510515 +0.6236533336423928 +0.6974767491597109 +0.6900673425720573 +0.6469143825967485 +0.5786966145636093 +0.5749117456630071 +0.6258467215380752 +0.7164213693870397 +0.7337541936089871 +0.7061512657575726 +0.6633542341229766 +0.6091212588884718 +0.41724679471935877 +0.285138696131085 +0.11807235140768564 +0.0768867352396384 +0.09130164392792794 +0.07688763829747917 +0.12171568793593926 +0.22936934374811271 +0.27872774387240506 +0.4649962443555595 +0.5140441547883899 +0.5386033866915162 +0.6237420850501156 +0.6932626651315296 +0.6914297969794487 +0.6462795317221064 +0.5803495361313441 +0.5727175367991305 +0.6334711164687449 +0.7176958455994957 +0.7349090476184473 +0.7052728428912759 +0.6585422193082269 +0.6045363795204267 +0.4172533836640807 +0.285123634142937 +0.1181431145004131 +0.07688718723695244 +0.09130146286714032 +0.07688745963016098 +0.12135175709942428 +0.22390424384867555 +0.2732396732053398 +0.4662803143196484 +0.5159577838865538 +0.5520210554384508 +0.6351000238901449 +0.7114725169640104 +0.7025744941636968 +0.6564657029498434 +0.590095348554501 +0.5803066536583404 +0.6415631306657383 +0.7291621912250725 +0.7413075279899201 +0.7175015631554217 +0.6704884980328476 +0.6202326078657644 +0.41724704765036985 +0.2853571612919833 +0.11813446468824722 +0.07688699866584732 +0.09130039028187611 +0.07688640189476136 +0.12098993014434328 +0.2239040149968044 +0.2730045698898041 +0.5572217742447167 +0.5685754059904428 +0.5273637690483226 +0.6162144453799242 +0.662419648622533 +0.6250074969753001 +0.6354065867511357 +0.6020310857904743 +0.5910096402172259 +0.6542256418155303 +0.7395288895271883 +0.7566780175227517 +0.7279736712465087 +0.6844414737627268 +0.6325830959743082 +0.41725764821758005 +0.2851286539491879 +0.12245075774769136 +0.07688720595020147 +0.09130148137516987 +0.0768874778932638 +0.12128769738268506 +0.22102922068592648 +0.2645807711885223 +0.42300774397922647 +0.4402352078315736 +0.5471885857470237 +0.6241313932004078 +0.6928356379254058 +0.6718653966189969 +0.6337120233809096 +0.5818328482588426 +0.5795650512121113 +0.63104775684915 +0.6951213082723173 +0.7201178459560372 +0.713161847635365 +0.6545243318042645 +0.6197335203464228 +0.41045452529547877 +0.2921869127705681 +0.12955324221780215 +0.07688725904009021 +0.09130070020205906 +0.07688670710076544 +0.12154343341562984 +0.22450210055679962 +0.26920103647948596 +0.4230077966672099 +0.4276145567304899 +0.4716420794537661 +0.6250178334178866 +0.6677856766867062 +0.6305897628310605 +0.6013916747315203 +0.5532993341392726 +0.5571894421884924 +0.6011723487139485 +0.6640300226928668 +0.6506777413603245 +0.6250389556318009 +0.5803574583751964 +0.5629191632480025 +0.4101263241800742 +0.27814573260755004 +0.11800061031247565 +0.07688719291694608 +0.09130203727940323 +0.07712209305140941 +0.12191475418204399 +0.22554200168072958 +0.2762634228779502 +0.5136651196551167 +0.5121340875858896 +0.540423527211359 +0.6251063887791632 +0.6740896822608324 +0.656591506979609 +0.6197451214253961 +0.5655801984839856 +0.5670147180639676 +0.6212717603641603 +0.6901610498121591 +0.6984519960372931 +0.6765624963502433 +0.6351120924910966 +0.5957544133694548 +0.41726724075206645 +0.2851330968484475 +0.11805765502194401 +0.07688715442950644 +0.09130199952318394 +0.07710019485688609 +0.12223248142550579 +0.2255123395930812 +0.2799807653325993 +0.513660824464746 +0.5144895798681747 +0.53947610094898 +0.6251275404921203 +0.673277772726668 +0.6388137251265553 +0.602397535974779 +0.5680843473477862 +0.5695271887746773 +0.6270277385861402 +0.6899681917072324 +0.6828403985080581 +0.6580396530375324 +0.6172411710819832 +0.5968947454189638 +0.41707557268483425 +0.28537406466004794 +0.11811899781136623 +0.07690189620994019 +0.09130006878578292 +0.07688608423308173 +0.12241799514701664 +0.22559612241275426 +0.280397862482103 +0.5137124288496367 +0.5128007142423495 +0.5388368893868907 +0.6231727905093755 +0.6739184817163023 +0.6376515202663579 +0.6031491406071046 +0.5665966494185559 +0.5720393297014194 +0.6269725461770332 +0.6901690481001557 +0.6827515935077966 +0.6580396530375322 +0.6172406580594756 +0.5969988751415513 +0.4172500878041999 +0.2851153868204392 +0.11814241075235049 +0.07688642231688848 +0.09130128132932278 +0.07688728049830945 +0.12278792910120007 +0.22605864369929557 +0.2745080382605131 +0.513820035931252 +0.5116263042959627 +0.5388578930516827 +0.6228990777035011 +0.6734166700279456 +0.6364041551047226 +0.6007262137593362 +0.565304629519793 +0.5658211470253676 +0.6253008818123614 +0.6897552110310664 +0.6827390780652395 +0.6578211935954588 +0.6175459166462314 +0.5957533987682714 +0.417270851574177 +0.28525592322566323 +0.11814782901544038 +0.07688708823704271 +0.09130068949494967 +0.07688669655001514 +0.12281541980508161 +0.22604759376833955 +0.27447746416440105 +0.5137669011098481 +0.51305731543194 +0.5388487559253987 +0.6229968012729512 +0.6728640359652194 +0.6373215469824982 +0.6031786341455814 +0.5680246007715957 +0.5724136096830427 +0.6269563731204318 +0.6901744856725753 +0.6825015319960708 +0.658039653037532 +0.6175298585600637 +0.5957573144532169 +0.4172660853346135 +0.28515502399815934 +0.12240154614920165 +0.0768866824479198 +0.09130153650808381 +0.07688753228742413 +0.1222534002740741 +0.22268292312429963 +0.26568883096344137 +0.42300686777441227 +0.43315155469668803 +0.5457605728983773 +0.6234339149006168 +0.672608911393956 +0.6440015392755266 +0.6081350152003848 +0.5720799712413885 +0.5754771222566616 +0.6229356409838183 +0.6901497679508005 +0.6825048330055861 +0.6536548582305022 +0.6178226424078609 +0.5957724592217885 +0.4100286533119989 +0.29258903969805133 +0.12925940906496639 +0.07707477219591198 +0.0913000187605193 +0.07688603488677255 +0.12314805182229634 +0.22354446343104734 +0.2660881026971057 +0.4230080289761897 +0.42701893486601605 +0.4686667455501602 +0.6238326677497794 +0.6663082690955846 +0.6232398984469815 +0.5948175041922655 +0.5518669212793409 +0.5533273766984825 +0.5973624628629888 +0.6638249323290988 +0.6491843785351522 +0.6204131905697219 +0.5772883603589537 +0.5627366922634214 +0.4103664234228145 +0.2782161884314422 +0.11791621354061828 +0.07688780851012111 +0.09143386292267137 +0.07698848159130231 +0.12360454931829346 +0.22674334061959597 +0.2749570706092919 +0.513668453967385 +0.5102039244174792 +0.538827153921255 +0.6229682822848435 +0.6721972575987617 +0.6363031925698843 +0.6009230224977509 +0.565631037520745 +0.5662675188431077 +0.620149754946623 +0.6901318007823467 +0.6827469840065837 +0.6580396530375319 +0.6175445371144768 +0.5960084923369694 +0.4169435884604798 +0.285421915430789 +0.1180388710226198 +0.07696240418169945 +0.09130099229711888 +0.0768860625233472 +0.1232412961087733 +0.2263428518845073 +0.2746574937795724 +0.5137055379044538 +0.5161416290516265 +0.5388116639085646 +0.6237058888424717 +0.6733249742414064 +0.6373263985502101 +0.6009784163522975 +0.568180971044038 +0.5729796995130957 +0.6271872858567614 +0.6899511328345844 +0.6928250005332275 +0.6687247206220508 +0.6267540776027711 +0.5957701337520711 +0.41707413228699963 +0.2853342516690679 +0.1178514380973589 +0.07711134127017515 +0.09131009033023627 +0.0768858920146973 +0.12174090920905517 +0.22513760003014996 +0.28198921244582964 +0.5136903553085547 +0.5161442288370368 +0.5396825650673632 +0.6242995482268922 +0.6914286622680067 +0.6901234691027454 +0.6450453226118577 +0.576892436578676 +0.5719527665744418 +0.6278798134693522 +0.7220867788290292 +0.7435067261948669 +0.718831154182338 +0.6784431946629975 +0.6230037161232009 +0.4173000964112944 +0.28516001514091177 +0.11815331669264488 +0.0768868584231637 +0.09130109080787682 +0.07688709299679172 +0.12110928040995753 +0.22390418127926565 +0.2730052410217806 +0.5212004889187406 +0.5204185378983766 +0.5562596430888425 +0.6378218686025161 +0.7292591120943739 +0.7238368999089378 +0.6794689317245924 +0.6115570872117257 +0.5918092981890329 +0.6505156814383817 +0.7392211182039324 +0.755846530209067 +0.7221988718073318 +0.6743248752640295 +0.6172855032689877 +0.41729492011614 +0.28517616921415234 +0.11816014612236955 +0.07688678086230481 +0.09130106100377226 +0.0768870630816498 +0.12132036992285657 +0.22390384727402668 +0.2730051690012439 +0.5137983025588532 +0.5127817943776795 +0.5399692176975347 +0.6248175147672993 +0.7040361966432277 +0.7000561211944817 +0.6531236154765393 +0.5862690981703124 +0.5683820159107097 +0.6360168070040836 +0.7253863899054641 +0.740020374339238 +0.7139874488272979 +0.6692207566273515 +0.6148895450492001 +0.4172646760999128 +0.28516531951006474 +0.12249436080766436 +0.07688669712431398 +0.09130097819026181 +0.07688698138319838 +0.12146124906660825 +0.22631657879700445 +0.26892037020800774 +0.42300879552504184 +0.43432228647837234 +0.5461899299722207 +0.6237624881657541 +0.7067981067414738 +0.6868002599854223 +0.6508046402144161 +0.5954515725087302 +0.5875816993428405 +0.6395152587095533 +0.7055704346519271 +0.7280606041803019 +0.7140558719191922 +0.6593066612618652 +0.6249548794980039 +0.41007142795711815 +0.2923189894606924 +0.12949774242667828 +0.07692077532967463 +0.09130006023768629 +0.07688607580143278 +0.1217270160833856 +0.22251454925191727 +0.2679621666286204 +0.4230080226043188 +0.42720869220540936 +0.46866678547280105 +0.6247008011462907 +0.6662689947652799 +0.6381715705482897 +0.6082219600532215 +0.5525637928124616 +0.5530702611427637 +0.5999546475820446 +0.6637857070094951 +0.6551444591563949 +0.6360480588235761 +0.5934968001240768 +0.5628583328446832 +0.4100758283859709 +0.2782340608168713 +0.11815149031491344 +0.07688701450625095 +0.0913005671801528 +0.0768866243878247 +0.121613122563405 +0.22717504889775766 +0.27714459307138645 +0.513758240020073 +0.5184083493293167 +0.5423451318333113 +0.6254604133864309 +0.6911151526686652 +0.6980231878894708 +0.6487455562792329 +0.583019460354103 +0.5743254892842562 +0.636588932286412 +0.7234266172198596 +0.7415761733222629 +0.714152796739283 +0.6699746568853392 +0.6137695583882852 +0.41715106283522246 +0.2852115705000724 +0.1179323834089407 +0.07688711980613028 +0.0915359149614128 +0.07688573576670421 +0.1215150862446778 +0.23068778908186768 +0.2789254302220536 +0.5136777886002272 +0.5146341520642381 +0.5396348564562662 +0.6237966160487146 +0.6819651363494776 +0.6861608417649684 +0.6414117802450683 +0.5764079928991226 +0.577365140942885 +0.6269946187975238 +0.7112804218081262 +0.7306500137272511 +0.7079490683099798 +0.6641658809220963 +0.6073015234511476 +0.41707472019832714 +0.28530591927091264 +0.11788834231593377 +0.07708475073796216 +0.09130000553325998 +0.07688602184905205 +0.12169289147564882 +0.22826778658241142 +0.27840412183766244 +0.5137040985836505 +0.5113335152903289 +0.5394391902003789 +0.6241791551900279 +0.6902214015600664 +0.6783080424315557 +0.6333005406240029 +0.566969588350174 +0.5730802354642462 +0.6397875682929978 +0.7248079384864138 +0.7391811850596034 +0.7134484707463747 +0.6701874134130852 +0.6144706010265836 +0.41685923625619004 +0.28542192889511075 +0.11815924256355059 +0.0768867601875286 +0.091300200793601 +0.07688621444144893 +0.12150297901364344 +0.23319780499303827 +0.27969261033706694 +0.5137214807590057 +0.5158782303544008 +0.5394626245874931 +0.6240172969888724 +0.685226763130978 +0.6824259740833178 +0.636643479769699 +0.5675366894993344 +0.5717819159860675 +0.625089083870936 +0.7030163366110214 +0.7185855455958302 +0.6904643779992186 +0.6436411150017735 +0.5941848774555923 +0.41689162267011326 +0.2852531092970444 +0.11815160864070207 +0.07688712946286773 +0.09130073069089369 +0.07688673718507699 +0.12248648968284612 +0.2256973221802782 +0.2768038469302603 +0.5137684521118893 +0.515908913191592 +0.538495332164391 +0.6238091503437984 +0.6732059638131576 +0.6545315208413871 +0.6240480796041465 +0.5676308023389673 +0.568508400234207 +0.6251162575846774 +0.6897171332362018 +0.707456283164622 +0.6781989045976152 +0.6344319280230041 +0.5944724963970035 +0.41720632113403366 +0.2851063073421311 +0.12240299092326307 +0.07688694411044722 +0.09130179319163226 +0.07688778561417187 +0.12242814523952064 +0.22283074752559756 +0.26592479855432016 +0.42300714277261814 +0.437176048002413 +0.5454124618948942 +0.6240894104825355 +0.6809892900425042 +0.6662222063164672 +0.6308784176134822 +0.5830546673271416 +0.5786050423840193 +0.6356539646876466 +0.7020044977311259 +0.7258839146318224 +0.7116254946955388 +0.6564209508751494 +0.6196450384180998 +0.410054252431615 +0.292309225882301 +0.12944163434226152 +0.0769149815203957 +0.09130001163859798 +0.07688607824587697 +0.12154198338329908 +0.222552566787605 +0.2684364717543367 +0.4230079330339063 +0.4272086971360292 +0.4686667903303833 +0.6239650256022156 +0.6704378179261431 +0.6558323293087992 +0.6315545475165083 +0.5712572011069805 +0.5641074820985152 +0.6207346860453263 +0.6819240993955273 +0.6865156200656226 +0.6674935030607494 +0.6277969334600275 +0.5809813978488285 +0.4104558819115201 +0.2780478660874907 +0.11812474236753738 +0.07688708217875598 +0.09130145194540261 +0.07688744884705646 +0.12156658524592122 +0.22542196409781823 +0.27811234284356284 +0.5136068405218468 +0.5178731959430984 +0.5394887078119632 +0.6238958949987906 +0.6740520020648095 +0.6412145757469165 +0.6006629143971531 +0.5661825275332752 +0.5699225509806803 +0.6244255232518795 +0.6897319647627719 +0.6804152983312438 +0.6580396530375316 +0.6173301523631325 +0.595931179112616 +0.4168972792309337 +0.2853647546382902 +0.11811380447015647 +0.07691727479576506 +0.09130100646882938 +0.07688701000179597 +0.12361315916550296 +0.22668509711907983 +0.2750079978282266 +0.5137087729824844 +0.5159696982761351 +0.5388027111521764 +0.6235836087590098 +0.6733771396253879 +0.6366543104017275 +0.6009192860397399 +0.5656804929261313 +0.5667965994055054 +0.6249363449142816 +0.6900535815442432 +0.6819827998897272 +0.6580396530375316 +0.6172988389627254 +0.5967085301854615 +0.41692079122998693 +0.2853034298743748 +0.11815296447518768 +0.07688783928439931 +0.09130007981209431 +0.07688702812767743 +0.12333381152355855 +0.22650774763420908 +0.2747680009824064 +0.5137112151390287 +0.5147937961533608 +0.5384957036026257 +0.6229349507347102 +0.6723468336940193 +0.636226313147221 +0.6007936540859289 +0.5658705653236941 +0.566618310050151 +0.6216869814761246 +0.6897370688598793 +0.6847085299828938 +0.6580396530375315 +0.617226995342567 +0.597503426283869 +0.417204041476887 +0.2851030176530743 +0.11803502226451992 +0.07688741048055034 +0.09130174888048762 +0.07688774189148312 +0.12314860031925544 +0.22652037804727682 +0.2746959917842385 +0.5136353481801962 +0.5176568429589428 +0.5394559460034616 +0.6229263375113623 +0.6733203597329096 +0.6365288668918392 +0.6005476236780293 +0.564899007081954 +0.5684665730669559 +0.624134801907792 +0.6899703963793886 +0.6812799825512991 +0.6580396530375315 +0.6170808021240825 +0.5985698582523103 +0.41689956558513885 +0.2852366824552267 +0.11814573993102762 +0.07688632123968883 +0.0913006719613022 +0.07688667925001623 +0.12297186805091366 +0.22610573843393447 +0.2745174065210057 +0.5137649971822602 +0.5155322451747733 +0.5384623931029776 +0.62296978321792 +0.6732811674357942 +0.6373253992377257 +0.6016550752705714 +0.5648311383558398 +0.5694888425524226 +0.6240858288165484 +0.6901873057448085 +0.6830045545476233 +0.6580396530375315 +0.6169058169850967 +0.5941804219987835 +0.4168625944708636 +0.2851702744303407 +0.12248578021445264 +0.07688654382874077 +0.09130140052459458 +0.07688739811082478 +0.12210059114731016 +0.22265291713649835 +0.2654582075480422 +0.42319659119732106 +0.43908933463076755 +0.5453767879096798 +0.6243626017911152 +0.6729550367171233 +0.6440151606072568 +0.6083750426423411 +0.573654517986113 +0.5759309039496675 +0.6216030686401453 +0.689588256364555 +0.7052431536146224 +0.6956755677535981 +0.6400744469488013 +0.6083978788328782 +0.41000913404147993 +0.29226871906080326 +0.12950552563791495 +0.0768869549328265 +0.09130039573660251 +0.07688640675293568 +0.12183366829629233 +0.22311755142668033 +0.2675587795875907 +0.42300833835693274 +0.4291951828206641 +0.4686671390996207 +0.6228698750034993 +0.6668792274459363 +0.6234415310458391 +0.5950327384835605 +0.5522189481384786 +0.5545411798018287 +0.5982446914859166 +0.6636988349496775 +0.6492023976367697 +0.6197851844853856 +0.5772023942654584 +0.5625023037604645 +0.40989362073422847 +0.27835667951096993 diff --git a/example/run/baseline_scenario/opendss/profiles/load_3.csv b/example/run/baseline_scenario/opendss/profiles/load_3.csv new file mode 100644 index 0000000..0117753 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_3.csv @@ -0,0 +1,8760 @@ +171.42291774372515 +92.72722818671924 +111.03900475040255 +92.67548421813245 +201.85786095620682 +348.71388829367646 +462.44505358355616 +466.6090726498322 +541.1311634050641 +537.1140502849536 +761.2406354117845 +849.5310325543012 +760.2868821994659 +760.3762168637487 +681.8016310905032 +675.9838319241608 +747.0571605885941 +840.226181697703 +801.7270415516784 +751.6839952926389 +744.4653595040243 +678.0353568787307 +451.1278088431158 +282.3246510495212 +156.9661406468986 +92.70500232454413 +111.03905256107392 +92.6755309972503 +218.00358731079626 +352.30097369188877 +446.7192707507148 +585.1487277037199 +599.2924282377637 +662.8901288936146 +797.6407594951457 +880.2061398745489 +804.6552552901745 +790.5004350098008 +720.1241103887893 +700.1167504529609 +809.455334975713 +895.8245000671245 +833.1590918736301 +798.8061159621726 +791.4074154589208 +723.6293956984726 +485.79815442985927 +291.30744313036274 +156.59189002334278 +92.67542142002198 +111.09091296629168 +92.67540630142561 +216.82162994093952 +352.7514562065492 +446.8192522897899 +585.3740964004311 +600.6899591131382 +662.9827161936835 +790.3541337993556 +868.0523443770842 +790.8377161736553 +776.7032515207181 +703.5169809642427 +689.0530875439403 +793.270935119062 +880.3403271715409 +819.8843656327751 +781.8295270829375 +776.15050087241 +718.2231599661964 +487.14830689768337 +292.69341619809796 +156.60853940302363 +92.67877363831745 +111.03909712017054 +92.67557415009585 +217.14007225770368 +352.8971101991263 +446.98678910373286 +587.5066357909265 +597.2580108587841 +662.3582789831414 +790.8741635839086 +866.2844009446077 +787.8490616682877 +777.6430342237728 +704.8900446129454 +678.8241580380635 +791.1516798597393 +880.6286028399137 +815.4735921542616 +782.7834252105998 +777.6044785486989 +718.1026969730851 +486.7649025827922 +292.3196198695967 +156.36721774649791 +92.70837342892597 +111.03909480168458 +92.67557188120975 +219.36150494796541 +347.11663975588806 +467.7187743069175 +585.9995864756928 +601.027832289991 +661.0636622379421 +789.7294951385302 +871.4493483582972 +796.3854731153683 +781.7270872721285 +710.6050635473802 +680.2544023631863 +787.4701263011444 +881.8286882880196 +816.910858741917 +781.4584424718105 +778.4057732474469 +718.4915996238913 +487.3888192082853 +292.9319694313727 +156.64122175745058 +92.6753924737807 +111.09104104574413 +92.67528206332881 +218.54737199246273 +364.3483292188355 +451.33062502102985 +587.4727777976204 +598.2792934009719 +661.9791617540169 +790.5064769002843 +870.4741550209689 +795.3485742880823 +783.9606689792581 +714.2844474404835 +686.6562750101167 +802.3123102522867 +888.154239383241 +827.1259637974414 +792.5889581416467 +791.029544131409 +725.172023893063 +485.61916072797874 +290.591643997802 +162.19209024608455 +92.68892863821074 +111.03909632434619 +92.67557337129587 +207.4258349598216 +341.2900813097684 +470.60521614793777 +465.9667818909196 +518.2157251367305 +668.5451815548007 +788.258088404122 +829.0260705385557 +781.230754071683 +764.9741304610927 +694.516428194992 +687.5427862029185 +753.5759864520526 +904.5367900891032 +861.5960540197328 +821.5655321149782 +735.4073412148498 +709.0086862025449 +486.6586193620476 +300.71330298877194 +171.45468579545934 +92.6885161661637 +111.03909635666542 +92.67557340292372 +210.06992599537196 +343.31553830545766 +483.9672212335271 +467.9907954363727 +542.4446167116535 +535.7836657684413 +750.8782510788985 +831.5504235715106 +746.8696964703205 +744.46153575619 +665.911134575815 +661.0471117608627 +733.8046698045201 +827.906754798973 +787.570897954752 +735.139899186521 +731.7923790246514 +676.5821869235597 +451.23371148437644 +283.83065006900824 +157.79769079035017 +92.67560815687837 +111.09092120407345 +92.67533974249274 +219.60145032024437 +346.99040597638566 +468.0519417619322 +586.712469727725 +602.0673286996645 +663.2698815196572 +789.8236577998086 +860.86264290738 +788.7576388868818 +774.2245617376506 +703.3245533406492 +678.8499931591176 +793.8458890610434 +878.9109777204482 +817.4519589160096 +778.8610122737297 +777.8680654218467 +720.1159345685346 +488.0084877742353 +293.3415118062198 +156.34581015664511 +92.67553009805853 +111.09111236951821 +92.67539293552835 +219.61966039912545 +347.04401015478294 +468.04567416165787 +586.8574719186568 +598.0019121757946 +661.93980517517 +788.3791093433872 +870.5969078618715 +797.9284479344736 +783.9606489882207 +715.8696973468112 +688.2235465484489 +803.3189389165275 +890.8988094474577 +826.988841103977 +798.6542918023791 +797.0969790845138 +731.4121308190122 +485.29170984070066 +290.0522504236218 +156.6318958031367 +92.67695271059137 +111.03905435464692 +92.67553275218853 +211.24319896697878 +289.5014807342128 +391.8132940705855 +590.893926838365 +628.1348876409664 +711.3855940395035 +860.4752108229775 +893.9682524848643 +820.6523776908489 +822.9858328469394 +758.7471746333265 +735.9676145171325 +835.0809352483151 +921.4412176056718 +857.8773033813403 +808.9779543460695 +802.0338677828919 +732.6435841635139 +485.7560235379472 +291.2187660321932 +156.93854948713735 +92.67551491370078 +111.03918839431022 +92.72741311792849 +220.80068214699983 +354.09205376092115 +451.89610347222487 +586.8617164188483 +599.8259367712185 +662.9366569651663 +793.416523962727 +863.5344592337606 +785.6226560560999 +775.9348800728426 +705.0747210435558 +678.676096057174 +779.5253390858201 +877.9548007167313 +816.6653560857329 +780.8785896697333 +778.1621020037904 +720.729905934629 +487.4019825131509 +292.78868241857407 +156.31106441940227 +92.70005881748602 +111.03909545411504 +92.67557251816953 +219.2322138462454 +347.00786385307185 +467.7220337879615 +586.2453031925489 +604.686369473501 +661.8421011876784 +788.2631729192256 +873.808918373669 +797.1996104355895 +790.3624553180019 +720.7025761002762 +692.1295307005925 +807.3799879247063 +895.1381606454466 +836.0849621447468 +799.3002560830349 +797.9550744067983 +734.23498950754 +485.0696598111691 +290.14268770514343 +162.08572821993627 +92.6783062814444 +111.03905423552905 +92.67553263563642 +204.8871567555603 +285.83842697400587 +407.65167624471155 +477.5123589232996 +526.4910836349711 +686.448932428685 +808.1400330899395 +846.6069184979889 +800.8179170105805 +780.3201575277689 +711.0328956448567 +706.1392018809433 +771.6798881904582 +919.9060044650654 +877.7328520319702 +840.0443160542418 +756.412895461067 +729.879011951214 +485.0593298955744 +298.90123212233374 +171.4209737940423 +92.69672489157539 +111.03905261552649 +92.67553105052986 +201.55681383765977 +348.86800765414114 +462.41936970753784 +465.762218059387 +537.4447925372771 +534.562054776046 +770.77395708651 +858.273941302651 +770.6162993969144 +770.5748185063067 +691.9475448866438 +682.0446024039237 +744.5272754469871 +842.4367512674004 +802.9989137201738 +752.3247653480349 +746.4638315520091 +679.9818996027316 +450.6097280846739 +282.1221249191389 +156.94863656764088 +92.67550375694258 +111.03913526743142 +92.72740169479769 +216.63985385186257 +352.2953640261033 +446.7550550133259 +585.2805926267908 +598.9351709903226 +660.5680893950417 +800.4896741807671 +883.0102305069718 +807.7686463258879 +797.9158363556279 +732.4155751824036 +711.4964921550098 +815.3973446286285 +902.8430758976929 +842.2583998312621 +806.8538912033243 +805.0811008065667 +738.0788824399978 +484.9147083443775 +290.2538786051648 +156.93768567700724 +92.67551225726835 +111.03911367192464 +92.7273290565097 +210.90975900694013 +289.50153811369495 +391.8133509673596 +600.1887543694418 +625.834209848552 +701.6764428656198 +823.2109820522032 +896.3994219698051 +831.0429090935083 +816.7512607490751 +756.043644891708 +740.938917225225 +842.6551763767746 +884.2622676224746 +832.9649945618336 +820.2544085254143 +809.0892295442776 +743.5646542567267 +486.9449248902311 +289.921903606578 +156.5900846533575 +92.67542530389943 +111.03925333981496 +92.72743408901636 +212.93052074666147 +289.50153061901597 +391.8650783626392 +596.7832950236178 +607.5159847762217 +670.3858345598529 +811.8984954416048 +888.9574440965 +811.0450718670767 +800.9003682458593 +732.4805343815759 +708.0516397926699 +811.016808299449 +902.5271154012863 +839.3541758874517 +805.232438462404 +802.6228568022836 +736.2948838254091 +485.197821347291 +290.4499310021485 +156.6367539088616 +92.67535490948022 +111.0391422323125 +92.72740914893593 +216.59333188791385 +352.5676400518082 +449.7244200618726 +583.9937698221997 +603.7926584789369 +666.7697204985229 +801.5737812014927 +882.482979869861 +806.7505977641991 +792.1624760414561 +721.0390385034005 +696.9889688885653 +809.4430196550246 +898.3276586645262 +836.698999456453 +802.132405609037 +799.9267983831896 +733.6797759791611 +485.34227702020996 +290.509839841987 +156.7039631453938 +92.67551169660018 +111.03915529059756 +92.72737749587455 +216.73488049379603 +352.62368621461934 +449.6799718839513 +585.9361088847352 +599.5858572125339 +661.3449520410024 +794.3410609500597 +878.1438365627091 +801.7463239729136 +787.133230130315 +717.1795949426485 +687.9459087468841 +791.2765928644512 +890.1899661217976 +830.756509553941 +794.7759833914507 +791.9277776432203 +725.2197339020634 +486.2175995391748 +291.4337863422189 +162.17180204564764 +92.7055220177318 +111.03909502441883 +92.67557209962955 +207.45633622040563 +349.0993530240616 +462.6653315428786 +466.8829555466528 +510.04739610909326 +670.3870086443744 +785.4056318230331 +831.5070918470485 +784.2595830355007 +764.2843172534848 +694.7326874143567 +686.4015882972059 +755.0708697489966 +907.2174084236881 +868.344591382035 +830.1819705072787 +746.8050333534712 +720.7028381538969 +486.1847308157928 +299.7102563118636 +171.06018922514173 +92.71083207417826 +111.03905137583239 +92.67557143645513 +207.1884553219988 +349.01765517612915 +462.56915472459565 +466.2606201259451 +538.8904620108686 +536.0282318400477 +762.8376308834484 +849.4860534703993 +762.2600499989918 +758.6786465454129 +680.1647563070687 +672.8566757258377 +743.4852683476023 +841.1485546906466 +804.3583958059739 +754.080233529693 +749.2547690142826 +683.8216649943678 +449.49691949720363 +282.0382733031984 +156.579975130547 +92.69425373843373 +111.03909590720171 +92.67557296307538 +217.06940424821792 +352.537641257271 +446.76820166323466 +585.9076913226496 +599.498330455573 +662.6255034091971 +789.2576285123271 +861.8095391875166 +788.3713982850759 +772.1439298768969 +703.3143571458949 +678.2396162583129 +785.3957609934304 +873.6730781647374 +809.5483939768834 +777.9784529305609 +780.9223691714001 +723.8050885893812 +488.3760887299237 +293.4579563884966 +157.9282884295576 +92.70410048137295 +111.03909667546792 +92.67557371441025 +223.13367728094946 +349.7371644119692 +451.6650862189019 +587.4835200907912 +599.4388298148962 +662.5926953347838 +789.3073687371548 +857.109403106464 +781.7773539732922 +770.188459563988 +700.1945597462999 +677.9275008073517 +775.608054484684 +874.0786484520545 +815.6703944329506 +778.4460969048284 +780.8578353373343 +723.500430403515 +487.90850276166765 +292.6446998703904 +156.5793269301045 +92.68590024088941 +111.03909656066577 +92.67557360318118 +219.3281327239302 +347.00007916783943 +448.8336981274748 +586.7706310758923 +602.248545016108 +664.058108909066 +790.6351450951074 +861.9285404154698 +788.4332244553219 +774.5377960051118 +702.6922173808131 +678.7104887973588 +786.5227168856335 +882.3869331858031 +820.4852235373287 +781.4270568869534 +781.4758165423601 +723.7250001107598 +487.67818029649476 +292.31752274635005 +156.31099762103491 +92.72732083073359 +111.0390050401065 +92.67548404491909 +219.58462178033642 +346.84531451549907 +467.85223449279533 +586.0968065815817 +603.2431111280672 +663.8890312265909 +788.5897373197889 +865.2756198639607 +796.0475148002646 +778.9216800172871 +706.5518885858872 +682.0694276806657 +794.0334661232147 +885.894334934383 +829.424356697348 +790.1813244613813 +789.0731841273432 +723.0104741294105 +486.98952193773374 +291.6577910507141 +156.5748833951093 +92.6755107263423 +111.03918424087341 +92.7273592957687 +216.83533380337943 +352.69321278492896 +448.8330042308569 +585.3788788892438 +602.6933344145724 +661.5895969793487 +787.8845090395539 +871.0973432685857 +794.5600331887831 +782.4543688818438 +710.2016817478337 +681.1437902676324 +788.2109117089718 +886.9185417387946 +824.4282458622146 +789.9803062838848 +789.0371400349476 +723.6423620913857 +487.2660155253905 +291.8690793763549 +162.0911108428605 +92.67543170448529 +111.03924428969194 +92.72719728024661 +208.28081430366905 +349.03426660591117 +464.9148195723645 +468.0382890613131 +509.29512401903963 +668.3466750164561 +778.4662276355162 +819.7878948824219 +771.6522043815329 +751.1484856132186 +682.5483215291003 +674.9535498354109 +741.1663372357755 +893.7866943134983 +855.1579300162792 +815.6532188954177 +733.9392742447029 +715.0882610394192 +488.2954165219654 +301.37341478741735 +170.8177857336539 +92.70248418574741 +111.03909679287831 +92.67557382966638 +209.9717198251523 +343.5543515366112 +464.80913760848506 +468.14730942508737 +537.975094907763 +539.3372625653948 +753.5700990101634 +836.4038653920385 +745.8097042137721 +746.9700112452439 +664.5964231264944 +660.4702127102769 +727.3273446214076 +824.9401533312667 +785.4091498355785 +734.8087344656911 +732.3235891857183 +678.7688540894004 +451.74528733253624 +284.2031621175011 +156.3452511927068 +92.6754046336082 +111.0911034736627 +92.67529361824424 +219.6927684036346 +347.1380894977221 +467.90540135158824 +586.9313757932999 +602.6099378012361 +662.4978321162102 +788.8280603863608 +855.694442793531 +779.9633116958944 +767.6984565470613 +700.5321689610529 +675.6795673699914 +775.2970701535633 +871.8928358450098 +810.3877126565893 +778.2560579892322 +782.0296791523737 +725.5017715594634 +489.05084298554834 +293.2432151335452 +156.30318719489745 +92.72237380535229 +111.03912502570184 +92.67557066939294 +219.43180896421592 +346.77017222230035 +467.9315850288621 +587.0717325620875 +604.7347998436757 +663.507263646766 +789.7466806064115 +856.7679701949509 +777.0313920295218 +766.0309547342014 +701.9745604929666 +675.7483657727539 +779.8879837468611 +872.3706757367847 +811.2495681159746 +778.6971320489397 +782.3915723726369 +726.09208364627 +488.1972287597224 +291.7251257433088 +156.57525656623085 +92.67541242133434 +111.09113006200428 +92.67532090176464 +214.42436498859988 +289.55330825913444 +391.81336144206415 +590.1558868508765 +619.5126468309921 +687.8477880507226 +818.674804107489 +895.1138497114481 +819.551336731291 +800.7583453373543 +728.4648434904985 +707.0579953980824 +815.8426684506055 +902.0008822434751 +841.1910205566722 +804.246026804654 +804.0096410044496 +739.1499368471603 +486.4162212335104 +290.68914116671033 +156.57416996968277 +92.72729961696054 +111.03894249535915 +92.67542330969437 +211.24432975886444 +344.77630509042245 +446.6823751364653 +584.5478290851896 +598.7397947611463 +661.257244591544 +791.3677992742058 +874.4683034620368 +797.4630885271462 +782.1665331263415 +710.0134219291295 +681.6671892594717 +789.8069164343153 +887.416911690563 +829.7953727602982 +790.9540857158734 +788.8533824869478 +725.0634988897533 +487.69273523360266 +291.6685497603209 +156.57452739087574 +92.67545897816726 +111.09088563352536 +92.67535013604117 +216.873043150767 +339.36981828059584 +453.0076198222585 +586.1864868469485 +603.2973196071994 +662.7084336920913 +788.6113357686029 +869.2389227147942 +796.6805080165913 +787.6957914005222 +714.0617156154885 +684.9598230999082 +798.8020980607947 +890.5905518303535 +833.1144625601064 +792.6908026300727 +793.7266055891631 +726.7154828131 +487.8259936473412 +291.7374634412906 +162.0807440197148 +92.72721294938931 +111.03903366457575 +92.67551205513986 +207.5155898841722 +349.25721707209834 +464.79832576804483 +467.65071822736525 +511.16107090145925 +670.1032857819316 +778.2860088320655 +820.9286479045392 +777.6976483439784 +753.0248556848088 +683.651708847746 +672.564213866761 +728.8650524487773 +891.4125757676824 +845.8192414884855 +813.9712867586001 +735.1797269607719 +716.775861099467 +488.9507160533648 +302.35254887023245 +171.01213826974234 +92.67547957957427 +111.039291346307 +92.72724878218162 +209.1001588092245 +361.01936271814384 +467.5440434086881 +469.25946918947164 +536.3843382773239 +535.7482595873955 +755.4832861850388 +831.0122333670275 +739.4361400699762 +738.3633380893052 +664.3403055534352 +657.6071686445835 +718.8915543235121 +819.1687169983512 +781.273270269392 +735.8898823038779 +733.3306118916714 +675.9492023095336 +452.41225614405454 +285.13807114311146 +158.02651874364483 +92.6754583563237 +111.03913936138082 +92.72725092826506 +218.82356289433284 +369.1132017569064 +446.79619101184704 +588.3980878929439 +607.7720491172536 +666.7911773678211 +790.6700890998782 +858.0259797833822 +777.0671276414314 +766.2611090939386 +700.9832276349969 +675.0646870800731 +772.8791616362599 +872.0978207470787 +809.5889862386175 +779.1181320331425 +783.1661444480076 +728.1806149523048 +490.7401593675618 +294.45206095843 +159.33656932727277 +92.72723698121222 +111.03923303194335 +92.6755240625684 +221.77535556549594 +366.77471391271615 +450.7792153728349 +534.258113558819 +598.0888762955499 +663.3751225547396 +789.7970887148527 +857.3066792726257 +775.5721900609657 +767.647303515987 +699.2098697317309 +674.9361411734326 +788.8087195548451 +883.2928902644505 +819.3985673323059 +785.196434638739 +784.555399058692 +725.7064441258415 +488.61061442271995 +292.2443392762959 +157.92153648578466 +92.67537706438544 +111.03921173548811 +92.7273754946723 +222.02229631742472 +347.02374207166355 +468.10026348549866 +532.766061364788 +598.0315478841267 +662.8237679365079 +788.261317569331 +860.9221594920186 +783.446726187355 +769.3890026649699 +699.4632478427362 +673.1460207506633 +772.9468085631917 +822.4859370219766 +815.1964799667043 +778.8348503698284 +781.7664448532405 +727.691186713211 +490.1238247568796 +293.7598362536574 +156.2968131748616 +92.7127085779011 +111.03909604908549 +92.67557310163004 +219.39522003425242 +346.88653556036087 +467.71042792656846 +532.1108828062877 +598.7646226452504 +662.2060070973096 +788.2158742131139 +873.1313844674454 +796.687365791865 +784.504830144704 +712.2175103163014 +683.6181570457334 +786.4962402055053 +836.1549161364321 +828.5845272361174 +790.8899338232223 +790.3979787046517 +726.3740097164294 +488.2689082728866 +292.0572778767928 +156.93719103207727 +92.67549681117588 +111.09092683299782 +92.67538746678717 +219.3458322267787 +347.13398077722803 +467.8215460777095 +529.9503089809543 +596.0394125181 +661.4722316456341 +787.4486598431232 +863.2872660457168 +790.8181645122978 +776.1674722763715 +702.939108810635 +676.6073585439184 +779.1491011320345 +819.3577424118154 +813.4020223439051 +777.6620384095156 +782.4864885530426 +727.580352299495 +489.6285519362712 +292.97815390212367 +162.07957896052957 +92.68787066720915 +111.03909640641236 +92.67557345242236 +208.22806674064213 +348.98021689535545 +464.76637844438955 +413.9178254653574 +509.20967132708864 +669.1202232942427 +778.0077783282287 +822.275302295605 +779.8271148275718 +758.5437065377321 +695.5000271420437 +683.2541994224421 +745.0338525207152 +854.4917491620503 +872.0059780127689 +837.9838636429304 +753.7630965148063 +730.1223840790173 +485.93868993086295 +299.09448455904663 +171.34380653432478 +92.69181150824079 +111.03905359963524 +92.67553201343976 +201.72550431914487 +341.0663484216494 +470.4215793489218 +412.05537538381634 +534.8370771886022 +534.0425898447991 +755.0041173508467 +838.1581746373162 +746.5718862824835 +741.4434036296002 +663.7760885503186 +657.0576540677183 +718.5134169205129 +767.5684499031597 +781.941576809685 +736.0995512485373 +732.7608977874768 +675.1858400714382 +451.373409104704 +284.22586227999165 +158.25694505135075 +92.72733410856294 +111.03898821650631 +92.67549871776261 +221.7727856319756 +366.780156897381 +449.5332616226239 +532.9189390032615 +604.1698549508451 +664.097910548293 +788.4109379521332 +856.7750185990678 +779.7690085670106 +766.5606246745689 +699.7590932116512 +674.3771462775675 +781.8680186715804 +823.7935899087288 +817.327843906235 +781.2839131270092 +781.6159252832235 +727.7088895693996 +489.1901964643439 +292.64688386424217 +158.24102274425698 +92.67547561655542 +111.0909037531492 +92.67536655297015 +222.18336515260086 +347.0827743233314 +468.08893579950313 +532.5656874489132 +596.505801505031 +662.6283742401549 +787.564855801358 +863.3675004254115 +790.3873373741588 +780.9490884707772 +713.3325659007221 +687.2827690116687 +789.250464464749 +836.09471796867 +832.3663473479176 +804.7217597077843 +807.0607335684676 +754.4295605937782 +505.80221410518584 +313.98787215295187 +156.94969522874973 +92.71902393737476 +111.03909316905272 +92.67557028563456 +216.54185242013855 +289.50155713935646 +391.8132942509335 +540.3588093952782 +621.7881544435784 +690.922826992885 +818.1636503557745 +891.7869921947411 +809.4871837802406 +795.8358150931897 +723.6737303683963 +693.5778801240401 +796.3545156769393 +844.0673582097369 +836.769541760803 +801.4910969065375 +801.7868643360171 +739.3423691760516 +487.6214218319092 +291.1659795938989 +156.57827257067797 +92.6754930430311 +111.03912458033602 +92.7273902595126 +216.81056241680457 +352.7295187506602 +449.8962963884892 +530.9657142568728 +596.3886878153439 +662.0986700081085 +787.8447476667956 +874.5232913795463 +796.4603100806847 +782.3004301034855 +710.2577042217457 +681.792144284217 +789.0424724899859 +832.9953209938639 +826.9598239727173 +792.783967288792 +792.8588095517265 +729.6702294735584 +487.83723374503086 +291.2918025580224 +156.57717968767705 +92.67545743879914 +111.03926958513341 +92.72745167560299 +216.6464529813279 +352.53938207602994 +449.62112379167263 +529.783282209784 +594.6910362868995 +663.775705274228 +806.989845066283 +886.2193932818549 +807.6689971265562 +793.2549771298299 +724.12395232415 +695.5067352266685 +793.5645682884689 +842.065154576909 +837.3293686436828 +801.3832029344795 +802.836214557979 +740.0255307777185 +487.125478147386 +290.64255369952025 +162.09300922814953 +92.6754084919373 +111.09089895069613 +92.67536220212212 +203.51632974801834 +348.9014341728567 +462.4736055267628 +412.1538126887926 +510.0586615723042 +669.9759616935904 +788.0289423759504 +835.2938032387617 +792.4298589254208 +771.7292964560183 +703.7666692463605 +692.6415786443791 +747.8449253455251 +853.8342878440794 +870.0532515439936 +838.7412897618623 +751.9419524047103 +724.9627730298141 +486.3134286429687 +299.9505285056406 +171.34516929408528 +92.6941680070445 +111.039095341784 +92.67557241124199 +207.0972828001858 +348.8634167025359 +462.46557993790503 +411.1007521534805 +532.0235421192506 +537.2613239650012 +771.9508666417263 +859.1188965182056 +769.7383564107236 +765.2989239501594 +688.3285909519951 +683.0778959499964 +747.6050791113297 +790.4683064676534 +807.1072948863323 +760.1184622633666 +755.8895034512079 +690.901085590756 +449.5813123616756 +281.4854251411574 +157.05920790309185 +92.67551050715488 +111.03918402280124 +92.72724192866927 +216.98332222294889 +352.36453205735984 +446.6565467237283 +529.9361161729527 +596.2199139587059 +660.9039958045713 +802.4548148088137 +883.6093201387363 +807.968740831936 +796.2079921958007 +722.8653531721772 +689.9929115844266 +794.6839659722767 +843.3077048603473 +832.0276572424259 +789.8044885669751 +786.5582304342514 +726.7881989560724 +489.0689700708133 +292.89197335192955 +156.94782767072402 +92.67546511488042 +111.03927712921632 +92.72723322040974 +222.14812057770786 +349.55587517502346 +451.7521750266709 +528.6287884210852 +598.5853768238914 +663.4976725519331 +789.4654846955694 +857.2370732781226 +777.6531961254831 +765.4994583576373 +701.5472083758725 +676.1755563433815 +770.8939183357375 +814.428196735604 +812.824610191926 +777.8725166479985 +782.0664423975887 +727.5679295859253 +489.2906958348341 +292.74531152706925 +158.23936671783747 +92.72709309804907 +111.03907293825046 +92.6755504875386 +219.61373464487454 +364.7036255804993 +453.1935774007314 +530.4794120051648 +596.0315392707166 +661.6590999532317 +803.3107215459577 +893.5136247490043 +790.8733967847629 +794.2399408834866 +734.8545130124057 +705.4627138037602 +812.9463196225261 +865.8820224956476 +865.7746655345497 +833.1139901968301 +814.2500158083461 +770.2994681382951 +508.90966307027685 +290.6056089168928 +156.56272061678337 +92.6819403230915 +111.03905391471415 +92.67557390839785 +216.52601637718968 +289.5015612463813 +391.81329425850845 +540.7953363145293 +606.0456004708967 +673.0888315450393 +801.0271561239776 +882.8808529153184 +806.2144107586662 +790.5019501530462 +721.2518922165842 +692.4667152516323 +799.9378111724495 +841.0342194956197 +833.1155656915269 +797.4964580031335 +796.1617341589076 +730.3432056718473 +487.91610548307375 +291.69818561025545 +156.9332831181989 +92.72730841211764 +111.03899365821201 +92.67547290825259 +217.0190737583269 +352.77162546289287 +449.76866049647145 +525.9521860356157 +595.6583107774479 +661.8114555082776 +788.2038187414338 +869.5674165609651 +795.4336311796731 +779.4298638924002 +709.9493349401815 +682.4332959677854 +783.3901629528751 +828.869438531863 +823.3266786365031 +790.5241640922492 +788.5488662393457 +725.7462374147418 +488.41378087775524 +292.16907913001353 +162.45208740080037 +92.67859450957154 +111.03909713445942 +92.6755741638311 +209.87305763737368 +343.4033040381191 +464.76165264417455 +411.8157213792494 +506.79981056472724 +668.9160757828944 +778.5207576692516 +817.0087471331742 +773.1659636785258 +749.0680583278853 +681.5354889838156 +672.4436223216358 +730.4888377988484 +838.8402015585331 +853.9954391540734 +821.0024766227735 +734.1211672870681 +715.6496941563622 +487.90092624590267 +301.24208296509767 +170.74384489215166 +92.675447527952 +111.03925984421946 +92.7272143028034 +209.04871195104823 +360.90517170896425 +467.4646658093242 +409.03440974626795 +534.4462204024869 +534.8801027411994 +754.26368944367 +838.5261403617234 +749.3206693484818 +746.8420953226197 +670.8675107479856 +659.541455100888 +730.3292029463474 +777.5467652031971 +793.128713476026 +744.9214237985275 +739.4419261715093 +673.1264792240404 +449.6623095045021 +282.3956346118111 +156.96210590588757 +92.69247373062501 +111.03905354686995 +92.67557355014127 +216.81257397099546 +352.3319783227069 +446.66264389043675 +528.9175685755744 +594.5900295804695 +660.3911797855894 +787.4102350601115 +870.3355258270366 +793.1046714897112 +780.4303445618361 +707.8291966187265 +680.5572774525833 +784.1593733160602 +832.5086766241133 +830.4389622051859 +788.880564477903 +785.9074137015746 +725.9249671635284 +488.27302435602843 +292.4508157564094 +156.88898309061838 +92.72403588608913 +111.03905272160881 +92.67542029907287 +217.04659943089584 +352.7749543192253 +446.82921103448456 +526.2301076939852 +596.8459437160415 +661.5436654388355 +792.636832116504 +875.9484280967437 +802.567795610855 +788.7962733903322 +717.0471580442929 +689.9430581523893 +789.7551119291966 +829.7696317538542 +833.4264420917158 +795.9134365349216 +794.6865733503631 +728.031494739647 +487.5060102065143 +291.69402471199953 +156.56020389474935 +92.71993266387547 +111.03909389974898 +92.67557099610089 +216.76875446349092 +352.6508985219609 +448.76277307548895 +525.3101754562592 +595.2046271776354 +661.0860607913958 +789.9456822182076 +873.9522868152391 +801.4761828396057 +788.032211216848 +717.6526777797632 +689.6850044483581 +792.1193717929795 +833.1682248394172 +835.4411196555883 +799.4245267429283 +798.6229311129313 +733.1051133210027 +486.26358772843344 +290.3620518955973 +156.94433968633368 +92.69603323411046 +111.03909518196066 +92.67557225158947 +217.4720697828755 +343.2307104327356 +450.35653682239035 +524.5590385840791 +594.7856365554698 +664.6291316054406 +802.6178778238035 +882.7600292714117 +806.9948336123848 +795.2487541007439 +723.6824160531224 +694.9255499977496 +794.5366168325671 +831.7597846623172 +838.7084242958853 +802.65127375919 +802.0910994582246 +737.7425750079475 +486.33633746716225 +290.5120095850361 +156.57408124134653 +92.72719194152508 +111.03893723597152 +92.67541770259355 +212.8880972281887 +352.34410100731884 +448.5158904622812 +528.1407706423333 +594.7405343819224 +660.2175965762932 +790.3161223375791 +872.6701277703079 +795.6829840718269 +781.5903910569691 +708.3102107781294 +678.6373230247088 +778.4525727225016 +821.4063842652786 +821.7638738231416 +783.6693961666513 +782.4465057751902 +724.8358009639322 +488.509195553529 +292.82101219039146 +162.09234542356543 +92.67543668648074 +111.03911078880802 +92.67558752681195 +207.3208440597108 +349.0467775769769 +462.6238635403406 +410.85945858556556 +507.35982541166055 +668.7453728285569 +779.0934661440564 +820.3545848471434 +774.9305732100114 +754.5662244103573 +684.3371349261095 +676.7187005017129 +733.0934978290226 +844.8219070795061 +861.7199118398319 +825.071479527879 +737.6917025719284 +714.058260587412 +487.2696365389111 +300.75626863285174 +171.1751069477167 +92.67554685742074 +111.0392200838913 +92.72717079074994 +207.21423340858522 +349.08531492165804 +462.7237892323828 +409.3863531883303 +534.4108832112366 +534.9701167477252 +753.5954144554215 +835.7034854026303 +749.1591009340578 +747.3702559268883 +668.8022980067758 +656.1637154305799 +722.677655197387 +764.6795987752948 +785.4808178686012 +734.5628681844222 +732.3571965759645 +678.1679524669711 +451.5780992697111 +284.2155849280474 +156.32376173708838 +92.67545743728871 +111.03926958250217 +92.72722496199944 +219.33587244673237 +347.00085032091835 +448.891391629918 +525.946729888078 +596.9944602299424 +661.6605620673153 +789.6583119183568 +861.7918330693818 +786.8031722212595 +773.1070273996976 +700.5992814037585 +675.1224835759947 +775.1712043712056 +810.2069024947338 +819.6517213269769 +777.8667873793036 +781.6637622849533 +724.6404265811387 +488.63201124191863 +293.3240532268685 +156.3097212954877 +92.67561650740886 +111.09093037328785 +92.67539067247739 +219.15211357215654 +347.025282002218 +467.68320726909116 +526.2912989141112 +597.1414489819783 +661.6973939005285 +788.9861653061386 +867.3198323724735 +794.3561597084954 +782.084104326631 +711.9152405152341 +684.4432670193 +785.9467629447215 +820.4659179877274 +826.3405241635701 +785.3737859250078 +784.1135424815759 +723.4954454994155 +487.71055616110596 +292.49941021384353 +156.5697710933738 +92.72723247816695 +111.03905141348933 +92.67552942280156 +216.7085780215488 +339.21354786959444 +452.8134360246855 +525.1837516764872 +594.8544009489477 +661.5387336028145 +803.9274834718833 +885.5102568007833 +819.0974328576256 +813.759976096731 +744.7799094171803 +712.2236134859756 +807.1275021402895 +834.5284687204637 +838.4197726310763 +801.686983507763 +801.127870685821 +735.5237571603193 +485.49896704327597 +290.24733455712544 +156.57816453633149 +92.72726587733516 +111.03900473738442 +92.67544167777568 +209.24528803333249 +289.50156196901855 +391.8133865478191 +539.6024862394027 +596.4824493776875 +673.6865707386143 +812.5129143812069 +894.6726530547635 +831.073158245881 +830.0823322791538 +744.2184372572099 +719.7334518976465 +820.8314494878077 +868.2851319417388 +863.5458504390854 +834.174379996776 +832.9718504714498 +747.9435148240954 +486.16368063945646 +289.86783757491463 +156.57795650154674 +92.67536879483434 +111.03915593421955 +92.72742381145562 +209.20482369913367 +289.50147678371576 +391.8651116956558 +543.3122946640577 +602.9610702950592 +678.2074863658244 +816.1728836490165 +895.3783024465027 +819.7532652444229 +820.258064022901 +751.8685051642923 +717.624198359898 +816.5886892483913 +823.7033393390562 +819.0234165664458 +836.4982450929396 +836.9504639685205 +761.3787256117408 +504.95704207060237 +317.22891034000054 +162.10639376840794 +92.72732867300755 +111.0390620733776 +92.67553985516494 +199.6235371881814 +285.8383937148803 +407.6517348862439 +425.56047734140674 +525.5665057054898 +695.0278458838039 +820.2598218337752 +865.4241773956267 +782.3542466091428 +810.7659708740642 +741.2316719927613 +723.4786100309753 +774.5555339055388 +878.8654111547798 +906.1543657537735 +873.5511062483822 +790.3723533501748 +753.9359727142983 +510.4769327966658 +345.65559556523965 +92.72722355130594 +111.03913739467572 +92.67538681797718 +195.9881119302333 +341.01081991438474 +457.40277792899195 +478.5850772283807 +563.5698719565288 +585.5390486462402 +801.9954570299439 +889.8589957641759 +794.377967566776 +823.3667547564055 +637.4277012479287 +645.6487052100766 +686.2481685363822 +744.1779904823558 +788.8164605801298 +785.8710663459958 +790.1712345225505 +757.4833609630035 +530.9646040612542 +346.0163970506034 +157.02777818626765 +92.67534084653755 +111.03912836120827 +92.72734486380405 +204.20047103270653 +289.5015527071772 +391.86507999625167 +604.4004077692074 +621.9244726673562 +680.9376223244075 +836.6768809212906 +872.9660279871244 +799.7350608908339 +805.3760942821563 +746.2509953710718 +714.8855190190811 +812.9672518618901 +839.1629354885848 +796.6412244482365 +844.4798113564595 +861.0112430130182 +804.4695825025715 +604.5810313340736 +400.0048998888629 +156.99884327695233 +92.67556649292415 +111.0910961961207 +92.67528969839215 +184.70640522496984 +289.5532750354123 +391.8133388607835 +690.4890245991425 +571.0090407497432 +683.4752455412226 +935.5776999235343 +1066.3352001437047 +1007.9653528537648 +1010.2507223470145 +928.998299048238 +871.6714409212167 +958.7012960423056 +992.4918348585913 +887.8937179644226 +887.7827602896522 +863.7459438769566 +776.137567011667 +511.1380966322633 +280.3469514573998 +156.62622629035104 +92.67543476117693 +111.09115401544311 +92.67534297293348 +162.4388070616114 +289.553332138925 +391.8134131800891 +594.9197212246362 +618.5351538789922 +737.8149941400615 +949.007433474255 +1042.2948089504837 +980.8808533804923 +970.031789277269 +923.9025209114112 +876.7248668203096 +964.2452917173079 +999.3288434608567 +934.906401112344 +910.0921532800085 +905.6448620079647 +812.1346880975028 +526.8129713703892 +344.14516454885376 +159.56719988699038 +92.67548135000307 +111.03911291666014 +92.72732824446692 +187.84102607567232 +289.50153739041315 +391.8133802693852 +670.877579409051 +689.0580762889606 +724.5546843360851 +762.1640583037865 +937.562012616101 +750.5824642448234 +738.6708413722835 +813.9052821396467 +807.7553434536281 +789.8110173906646 +835.9472802283262 +800.0761948518243 +839.2317292361646 +847.858619570353 +795.6281245768257 +583.3266566860485 +359.44153889945693 +156.58497223488607 +92.67545561773291 +111.03908725317758 +92.72730062054748 +165.56631907178814 +289.50151278685314 +391.81335591095376 +602.8181940440787 +677.2284310479466 +739.3881310629015 +831.607894590291 +908.6909729065235 +839.5968679244684 +831.6081075227393 +755.8886851096336 +720.947665638051 +801.2981690249361 +839.8503740347309 +790.395497252974 +811.1206642920588 +812.5046335256685 +745.6354693869993 +489.35347243921905 +290.4665792964533 +162.09761043287727 +92.72718202541735 +111.03892818151323 +92.67536636748997 +199.65829665610866 +285.8901570329936 +407.65178691464604 +422.2460392175306 +513.1109799418621 +678.5097427279411 +795.4821692738774 +840.6295582539188 +794.2800195984748 +774.4632844309573 +705.1022953331327 +694.9799379637761 +749.5503469349349 +843.2902508622556 +807.9304023688262 +837.3342998468687 +754.3680939040407 +730.2390312276848 +484.79321404783633 +298.8372453378675 +171.03876045291716 +92.68401130454258 +111.03905373368372 +92.67553214448792 +201.38187243691135 +348.7047320987322 +462.30058842983186 +411.6509169131999 +535.2566760372644 +542.3443794881694 +774.5471094090648 +857.8388287789209 +769.0337703388394 +766.2287109581741 +688.1541310601988 +677.5625246839699 +741.1909848199217 +781.2020754311196 +743.0911119146228 +752.973829324952 +745.8674882022857 +676.8544659674358 +451.4529634764174 +282.3527214936968 +156.3214901225378 +92.6754722692506 +111.09104359295624 +92.67523843168 +216.7818367351752 +352.6783717213241 +446.81379523418 +531.6261957876865 +598.379491933882 +659.8534664381115 +792.8781988288715 +875.2591413266928 +800.4546511135493 +790.1112822409482 +715.9741458100187 +687.7828231253203 +788.8383754580906 +823.9483857303884 +775.274351370501 +803.3174390827195 +801.7020645936615 +733.3906049610936 +485.4373801633049 +290.97466807988616 +156.93661806431973 +92.67548661206808 +111.09105906777906 +92.67525269484203 +216.70068263637017 +352.56539429166236 +446.74897159900917 +531.0566664021912 +594.7170540917851 +662.4521718264647 +806.2518692222803 +886.758670734587 +810.4214961656195 +797.9315356713696 +727.8099339426535 +697.6065003562408 +796.0851930829797 +831.2321102938938 +773.1336016141327 +805.0073142097126 +802.515291505401 +736.5320349972499 +484.940336822279 +290.1657766577829 +156.5856457743042 +92.72723617938638 +111.03893447499843 +92.67545767698121 +209.18945599375192 +289.5015355687728 +391.8133603900492 +564.9777984651333 +634.477543239184 +729.6512119895967 +834.9515402020487 +830.6312453467108 +791.0961469141823 +805.1730997758377 +726.5582433355099 +659.2836378325255 +740.1954377871997 +836.6035746205396 +786.3180018121362 +822.1477243036336 +831.6216169882742 +753.755638960553 +552.9674780234263 +324.65731408952615 +156.61721227117164 +92.68375597374727 +111.039096254678 +92.675531713616 +209.09085191135568 +289.5015610882862 +391.81329410146714 +535.3557380943901 +597.3741265586939 +662.6322252135714 +804.5954648850428 +884.2925212346463 +808.3223503149084 +792.9002831238905 +720.94229185996 +690.0775979739262 +789.2236497424091 +821.367337054125 +767.494659677221 +798.3645246810968 +793.8692713625627 +726.1476132606305 +486.09814039305303 +291.2421773866172 +156.5933912957309 +92.67547579245692 +111.09099773333972 +92.67524238191542 +212.97064536504644 +352.4840804808537 +449.60077558573533 +530.2681504840123 +594.9567899623938 +660.091205408651 +791.6022555797757 +874.2715278530814 +801.03424307375 +786.9326377623747 +715.1009729487457 +687.4879742741174 +787.5066300950759 +818.3447860673987 +761.070053046166 +795.5499981722292 +791.9510654024025 +723.7162588246249 +486.0829545708553 +291.465649998345 +162.15469778065545 +92.67534197661126 +111.03917155995268 +92.72739500474175 +203.47895284970016 +348.8283561609624 +462.5267230068786 +410.8300625644118 +507.255889933842 +665.9244524613539 +790.9219464649557 +836.0737564230197 +786.6802065347501 +768.92954317176 +700.6217777070223 +689.9921809644688 +745.713002224809 +839.9519042657892 +801.2462801262077 +831.3043320109152 +748.4312358685252 +724.0517480094962 +486.2955722243686 +298.841416592095 +171.1037999578651 +92.69667220887133 +111.03909512594525 +92.67557219624236 +203.40035525554802 +348.739054539988 +462.4139263527875 +410.21204334101674 +537.7125987668388 +533.455246533777 +759.3465672738405 +845.1647398247353 +756.4193993219341 +754.2402310863331 +676.0612764240956 +665.2392418822778 +728.7422351616734 +767.6294289734751 +731.6093448516888 +742.1481129653127 +735.727491437205 +675.7603930001657 +450.41400318286526 +283.1525202239434 +156.94734184025046 +92.67546912725935 +111.07516397190231 +92.69118455423303 +216.5813550899144 +352.15336337113683 +446.7165766060955 +528.6685821325927 +592.6530882167813 +659.4484767509133 +788.8912008578131 +873.3989678764559 +798.9301649376664 +788.1285226666632 +712.5891005695609 +682.5652162277854 +785.4900120111016 +817.726990107999 +765.3504655274186 +797.4438042886304 +792.1318977274036 +725.0370470978182 +485.6597768330516 +291.17216923905397 +157.03990398074853 +92.67547622903655 +111.03912004983015 +92.67559658779034 +213.10323616703096 +352.4286075782975 +446.496741269069 +529.7978962794834 +590.6851346168395 +661.6154296277895 +804.7204035553879 +887.3497603292061 +809.6942742828868 +807.8758280227178 +739.1033893124117 +709.7985170738608 +795.2893174203876 +833.8493685305734 +774.1742100975762 +749.467003544025 +800.473700003068 +734.9571248127927 +484.85406477291536 +290.7442030577221 +156.63768151246032 +92.67547859872312 +111.09105041987375 +92.6752447251967 +209.2012970174078 +352.29758329681744 +446.52424933053123 +525.5401081050738 +590.0640919742511 +664.9256463148613 +808.1315715511631 +867.5012406955453 +804.8033651932017 +799.8902592631547 +725.735329341976 +700.0814811283369 +774.7530224355634 +834.3281909546039 +781.6231487307949 +754.0259026966122 +803.4664871765584 +738.7018473310519 +486.8233435850053 +290.35251476045426 +156.61612526700014 +92.69978287668286 +111.03905297069899 +92.67557298975521 +209.19749903384403 +289.50156034572666 +391.8132933628203 +534.8274284426744 +606.3154639571101 +680.8683486492105 +820.4070912623386 +901.6995203272702 +786.5643046924058 +823.7197737826586 +755.0063933011726 +727.5163781870872 +784.276483854894 +816.3692502168694 +772.629965116122 +791.012729764428 +834.9334076894223 +770.8462934563873 +504.21663906089833 +302.6359610785491 +156.59182991467682 +92.67542415104941 +111.03921055377006 +92.72720643492575 +209.05337550608124 +289.50153234032126 +391.86508023811587 +546.2109961977917 +616.7294533405109 +694.0618465919592 +837.2143311326572 +868.1475502098579 +800.3788788199525 +797.8910679459602 +735.8165820171268 +704.1279063054595 +794.7384848599036 +823.489653007592 +769.5273854378828 +749.731740988301 +836.9742952303113 +754.800798550111 +490.67169578545537 +291.05253755049375 +162.10471125915902 +92.67548262918008 +111.09100515553442 +92.67520583297578 +201.27758859339835 +336.73376161473834 +466.0766046369164 +407.87487652099526 +508.44441117977055 +679.6083847736647 +823.394989817928 +835.2011583967893 +795.4467571780787 +794.7928586037106 +722.0817827827527 +696.8609621992929 +763.6937378860492 +845.5653554547632 +818.0217304853008 +799.0933984452358 +782.5095316652822 +756.8346322399415 +508.13357573619624 +305.27039361538954 +171.37145571132248 +92.69295090844922 +111.03905294652195 +92.67553137596471 +201.29170728502325 +336.53516464152125 +465.95557213298116 +414.02825656726185 +536.3066447795094 +543.7019739475112 +777.3276635208297 +870.4358455420477 +777.3844411689912 +771.4596506437654 +708.703018551853 +707.0075253293134 +726.0488273102773 +795.0387886940202 +753.8351967669338 +706.5253246801294 +756.8733626197655 +690.3336748840792 +449.0392673662632 +281.2560902036584 +156.9648885471208 +92.72727803022238 +111.03897289773903 +92.67549506558464 +209.2519955267123 +346.3717751565318 +442.9569877386314 +524.3027138406867 +588.2450247516333 +665.619485568729 +813.110314362403 +866.2064775670145 +799.9446668109817 +807.3060601840592 +737.9706144179695 +715.9060587381477 +805.0645149106067 +825.1426495171996 +746.8456895930021 +765.0651668726352 +807.4739407198837 +744.4253593240795 +490.153415273853 +294.00112483487993 +156.94696077909518 +92.67552713225571 +111.09105346545194 +92.67525033484388 +207.45370353978217 +289.5532325838154 +391.8133852775319 +548.2869305688284 +593.8501304353011 +674.5441078189075 +815.3629496452504 +895.1730411089801 +816.0235804836093 +804.3816606897233 +732.4937153359639 +701.3462928437455 +798.8631342429823 +832.8451278080012 +773.5159251859446 +751.5845394159452 +801.0882244168233 +737.7251985571138 +485.05651513607313 +290.3874798308662 +156.31966353553585 +92.68481092492863 +111.03909616075062 +92.67553162515921 +209.366827477563 +352.07028270359183 +448.4390271660534 +523.367307783546 +590.3989793679426 +672.4547291495727 +825.6466436398503 +877.0728977103198 +793.4683194578784 +808.2155294275851 +746.914433085495 +708.4721768474036 +800.1231237894915 +836.4518177175971 +771.9527877809626 +752.9717411514142 +803.589159788751 +738.934562750455 +484.86653587458227 +290.08756717657747 +156.58561050882813 +92.67550521562227 +111.09102967170183 +92.67522841552186 +210.79053323779823 +344.4783567932892 +446.3257826591326 +523.2850606183837 +588.7753809015425 +672.4642509909214 +830.6883691578748 +877.2463090650402 +830.4847204859468 +823.7922206696219 +756.7913618314502 +644.682025840568 +753.1478598588145 +769.3714795182058 +783.8393104374505 +757.9483818572114 +799.1534773065766 +760.222812247089 +500.85969092635565 +294.2030513774846 +156.59992526381964 +92.72731238005639 +111.0390044321367 +92.67548390674426 +210.70242613508302 +289.5014328863432 +391.8133385021799 +579.8690598987356 +651.7696651536831 +658.9930307663219 +801.264642316097 +920.8727749180786 +864.1157211223185 +863.0542343384114 +794.777927483029 +733.7124039563108 +819.2761545360129 +826.0136578174897 +764.4009449314741 +737.2963965425137 +814.290587410872 +733.3865120063911 +471.78302886102165 +264.6001858859152 +162.17805715247383 +92.67537724037757 +111.03916426448633 +92.72738351711641 +162.26960033922688 +285.8383506677261 +407.703502409603 +491.6731956500302 +480.8567930152194 +700.354962610734 +835.9815811772067 +900.8270795374073 +854.1080457479571 +864.9325627590715 +792.8780616548395 +761.6108327986907 +787.5246890852189 +839.8873307674259 +826.2284685014854 +787.8420788178402 +753.5825569913192 +717.2707768940971 +494.002190494336 +273.3943329787854 +171.0127694574602 +92.67548151658282 +111.03908296113715 +92.67556074296284 +152.96620786918703 +300.49946157415405 +423.1726878192599 +479.9828263460816 +614.5636063101823 +506.89147564672925 +725.9819411310762 +817.0177397228492 +742.8953928893746 +743.2623669412947 +703.7384491664691 +672.1954630643892 +723.814947768168 +810.4883671053885 +754.3685952592377 +719.6169986989489 +771.3825045931953 +741.8296135803554 +488.4367291457818 +315.6283492290691 +156.95961527099035 +92.67543301592352 +111.09103535753142 +92.67534256766209 +210.7261902657564 +289.5533317108709 +391.813382608435 +536.8254001676698 +593.999931454019 +675.6458774514938 +817.6714451970115 +870.3604685949211 +795.7004275447499 +792.1868161366148 +732.0551998303591 +699.0354769170505 +797.3025222006612 +831.5823733194895 +777.3516044326542 +754.8139177785058 +803.1760095866402 +736.2960296051566 +484.5926812424742 +290.216201182108 +156.6031971137564 +92.67541905782434 +111.0392055280158 +92.72742793638587 +210.90380449638255 +289.50154946798585 +391.8650716081632 +536.4816083643485 +593.6755831824527 +677.2983458938637 +815.4200825262991 +898.7801193774407 +786.1576996510058 +785.2381161140877 +760.1691700133845 +696.7501911421763 +789.9390109166642 +815.3366251875952 +747.7653004110476 +749.7528015651558 +806.8768040682453 +740.686039649248 +490.92161412585165 +293.3661798862153 +156.58282737273603 +92.67545933717872 +111.03928674255427 +92.72724374438799 +209.02622521659688 +289.5014739703269 +391.86511733149945 +580.1849369429675 +648.8354432299211 +733.3707232064445 +827.7999402841606 +909.9478605925028 +833.3355406518812 +835.5165217114533 +758.6003860182099 +713.4644121493064 +805.7206572918495 +834.8039953871139 +754.9109071287072 +757.9873495874517 +806.9633226144686 +739.4021069700558 +486.0673406169647 +289.8661950107932 +156.58115364507796 +92.72721103592221 +111.03891139964738 +92.67539288744322 +210.8697158833348 +289.51369947880306 +391.81334039716944 +532.8828296558632 +594.0789051503382 +672.4455849777179 +813.0196058321659 +893.5515235060052 +826.7013367240999 +779.7243321985901 +736.6460974295682 +700.3126565150775 +798.9805952471094 +837.1712718953065 +770.897124470831 +749.7579999141005 +803.7299113824084 +737.8759508765713 +485.51877244088246 +290.3370067941731 +156.6039305202315 +92.67547724074142 +111.09099930615199 +92.67524382397859 +209.1166123719448 +289.5014539530209 +391.86514000598663 +531.2456130457927 +595.505479875205 +674.4427596311369 +811.3400139076901 +894.1080343375608 +815.3938075390478 +803.3497330679389 +735.5252275289807 +717.422013012653 +781.1148610810695 +841.2135339606423 +715.1834785468752 +696.039786564956 +748.4021235731833 +803.3588519393606 +522.2373558080129 +294.865583373607 +162.10042209736764 +92.67550112761657 +111.09109809879024 +92.67529145444516 +201.33492984930152 +285.89014411809256 +407.65171658571563 +415.55134810976034 +518.7923038124792 +687.586218233379 +802.5467279140084 +844.5880305610821 +798.3839112516577 +778.4672906215634 +706.7884690705323 +696.1649418943448 +753.1706969724049 +848.9333442967333 +811.6812160240707 +782.8877693580915 +754.9766360212851 +730.2772373826286 +485.0037166967445 +298.8379232169135 +171.06393992056957 +92.72729130580328 +111.03897798019123 +92.67545756841155 +207.2010813945791 +348.92886728559336 +462.5268941885333 +407.790011733564 +533.277715691709 +534.0621094370352 +753.931953170705 +841.2202812754429 +755.1648692729792 +755.6430587082508 +679.0467943934547 +670.5234039049398 +736.1950222694195 +774.3328218863159 +737.4021610090114 +690.4527202715151 +743.6178285576352 +677.2183360763884 +451.73907531887403 +282.49714032087957 +156.92313243500712 +92.7151196239648 +111.03909351218981 +92.67557061931338 +213.01359353189665 +352.0683595939009 +446.5477115705186 +523.7845806795136 +583.3733055318245 +657.5223807054716 +803.5183898006509 +884.2909536057781 +807.5379779478596 +795.5561261719496 +737.3668281442225 +703.8373441189385 +794.796499067807 +827.31433012642 +765.4625890806076 +747.973876663448 +799.8768716795571 +737.6048378886637 +485.80284141720176 +290.00259329798143 +157.06510525051954 +92.67538305636843 +111.03917000442215 +92.72738969522582 +210.80090979012417 +289.5015931529908 +391.8651241337976 +530.9221113656716 +600.098989305749 +676.307203447269 +828.1726655727098 +864.1629939333595 +799.4215578465482 +796.8700123413428 +733.8930493689913 +726.0970291564436 +740.7398401165268 +770.5617689687128 +773.9137662481182 +732.1749617076129 +824.5961782339754 +751.898705912022 +502.70465384857124 +294.68785501505516 +156.61810681130575 +92.67546044146668 +111.03906190815367 +92.67554014303764 +210.79120910352523 +289.50148797487043 +391.81330124878514 +527.1843311427738 +612.8646665107747 +710.0757003001602 +824.7120470115506 +914.7845795710865 +751.2126389202496 +753.4644889523552 +739.0935502201164 +712.1643394309573 +809.0268502863893 +829.8566897046674 +709.7272600032733 +766.0828133818931 +836.0430827953855 +774.138429877038 +564.9493550577411 +348.31456861036236 +156.92495856242178 +92.67549286167994 +111.03909429737023 +92.72730819755732 +184.6157645512716 +289.5015195379377 +391.81333254711086 +585.6836858586327 +655.3099289782076 +633.0211531973548 +762.0103645144682 +876.1009197165426 +805.7876556012733 +828.4295386096405 +764.9787175167696 +646.2400306880733 +758.931714978057 +788.297974128486 +802.2832757850264 +766.401177568514 +845.0505688259958 +764.8574029588292 +505.8106992045072 +307.76144096487917 +156.660838732122 +92.67545417155355 +111.03908580715854 +92.7144674677715 +197.55902005821204 +289.5015112736864 +337.6948794409234 +525.8877683719749 +618.5686384497832 +724.3094110729735 +833.9046739283973 +830.8516744371495 +750.5994732092674 +767.5176435889284 +673.0504078705189 +658.4671282276087 +821.4995492378794 +771.3063692507494 +788.5584357748312 +755.3039090401704 +832.0557028674896 +756.8975436951606 +495.6239519164184 +293.55977819416125 +162.20513497561964 +92.67936384809077 +111.03905414246984 +92.67557413006739 +199.35706099948152 +285.8384284249163 +353.53319445389695 +409.2235668153916 +528.7447032285166 +721.6522039196399 +814.5467718477089 +860.5964836395146 +825.3099566641354 +721.8558116162327 +682.7603206662037 +674.8537520339088 +738.6491500485992 +800.982207113736 +743.7298696177128 +800.574085601669 +762.1013056575987 +761.8050524669233 +516.3683122966438 +326.1237098052519 +171.08571660465051 +92.70490157957528 +111.03909440552515 +92.67557149295182 +199.32766959269355 +340.8024471315373 +408.09206868164426 +419.5049016684983 +570.0261101165481 +588.3956748134063 +728.2149818084827 +816.6420172523887 +741.2488880592468 +777.2598357964098 +666.3896011878404 +641.5906865428659 +700.4505865819763 +724.4873014271857 +776.8557726094788 +721.2703805983966 +760.2387508582182 +708.9035362661775 +462.76725344604455 +285.89218518817694 +156.92808811378345 +92.6754585934949 +111.03906006142547 +92.67553833799367 +207.58727885201242 +339.2044864447803 +372.3121893491202 +521.7066489146575 +590.4711032961784 +673.1105349783672 +825.9542291658145 +886.9753655294581 +815.701232251246 +809.8909755175357 +754.2640717258196 +725.4075910662759 +819.7968359866683 +844.3803162144302 +795.210010625691 +744.7869554062052 +839.7774547430885 +766.4578340585925 +495.51923631291794 +295.4011860153751 +156.59627485255584 +92.67549912480065 +111.03905448257734 +92.67557446002218 +201.7952292371631 +289.50156178576765 +337.6948115608655 +543.6068151788057 +609.3248820119982 +704.5064244834838 +846.9115285269901 +865.9269159023145 +793.236612251737 +804.2501582842216 +746.5198703674599 +733.2491216790866 +792.177062659801 +829.9093807089075 +756.701294805985 +757.1577064179147 +808.5288202138412 +744.2030243326456 +489.8616409883447 +290.4457562442516 +156.62017827414135 +92.72728330715529 +111.03892746579885 +92.6754086078538 +207.47285322044988 +289.5015955881477 +337.6948724318844 +530.2991924530875 +620.7568948555038 +721.9347100721371 +836.8203026301117 +912.39979697237 +750.7022894832738 +767.5261476933754 +726.5287459416851 +659.5031040941245 +739.4286776215575 +847.2105834564508 +793.6321022987662 +779.9090022434177 +821.3113049042005 +789.8590743097409 +557.008507677367 +330.0708080218195 +156.57563032555427 +92.72363239219243 +111.03909276675148 +92.67556989185705 +205.3943631867849 +289.5014773385483 +337.69480746653875 +552.1439866373939 +645.314062584539 +708.5647092448029 +843.3289291536993 +911.4702001733691 +837.3597188449189 +828.3022386116886 +757.7680772097065 +725.1410720971952 +818.9007789702605 +849.3295949044424 +797.2130490298769 +764.883234980422 +815.8415316292663 +803.307437578851 +571.6356024868497 +345.1471842960155 +156.58196419823287 +92.67539032505354 +111.0910881517184 +92.67527949830827 +201.62051988433655 +289.5532167046045 +337.694952023633 +596.4077156845658 +664.9065068776284 +741.6203216294501 +829.279403857235 +893.5953988005721 +825.288489786773 +813.0375754044913 +745.9714154576362 +709.2234723745039 +798.3185720385369 +833.7416207106832 +779.7213052240058 +759.5288850843245 +816.1282255629868 +788.9735059304081 +528.3986949856013 +325.6235566106509 +162.1070990862441 +92.72725140134541 +111.03899152071571 +92.67542867770537 +195.89346468146252 +285.838416047036 +353.5332737593495 +441.7949515933705 +548.9301286558515 +728.8728489702175 +858.4966890135713 +855.2473434880831 +822.4863812748414 +719.9849360673436 +744.6520417654514 +703.3978962023597 +750.3581415234281 +837.4576812560167 +799.2228451447389 +776.374229006727 +805.8036521545184 +786.828532468974 +533.200387468932 +337.8692430202085 +171.02255815451895 +92.67553528522215 +111.09106231563827 +92.67525848680951 +172.3685840007913 +310.6607228689543 +369.1237390924617 +444.60863558773553 +559.1536966574098 +556.6187282873938 +809.7098308866382 +871.7311397329019 +794.0511060145492 +804.1308104220469 +732.9599606707327 +644.9634569246065 +705.3155302154496 +742.1993585470589 +687.3869708968065 +744.0071484677128 +784.6699043914256 +745.7827229589856 +488.76212761825616 +305.997648674245 +156.99554370547176 +92.70111326871564 +111.03905223236208 +92.67553067308158 +198.0439481355931 +319.1984899520446 +361.42520625955774 +525.4991032616244 +619.5589722685111 +723.7598961502786 +832.0252657176907 +906.1373915525043 +830.36009932738 +737.5066977466976 +671.8367842689003 +644.923366364264 +740.1039905212976 +770.770617162948 +796.1537675863187 +767.1946651107493 +817.5388361856576 +779.6369865049757 +547.3807033064963 +320.9039736741826 +156.65407311926023 +92.67547535006206 +111.09104691621268 +92.6752414956451 +201.64111875903015 +289.5014921350248 +337.74665376763 +574.182180722483 +656.2020956811153 +634.2294084167218 +789.2551331189476 +886.0737738652723 +806.0383165518294 +780.1113786140123 +712.94246141419 +685.8612310070796 +780.7680438433861 +772.021467376913 +713.5522612217923 +784.4219490405118 +833.8908019842006 +765.600022032308 +553.2756848290579 +332.17054158214535 +156.6060989460841 +92.67547630685245 +111.09104794936283 +92.67524244987882 +201.66948636342676 +289.5014526252185 +335.06275479773024 +563.931185105805 +642.5719867791463 +733.0556152683465 +831.9215370940926 +904.9921295261181 +750.5801049614981 +780.047304946738 +738.0900717841066 +685.2495080373639 +753.1815095988153 +811.2241265065582 +709.9607724580314 +772.7648395199692 +814.3368097509771 +783.8241573781079 +527.5477360444639 +319.77340163235493 +156.6212459686946 +92.67548024795894 +111.09100256926756 +92.67524681229823 +198.14834192800325 +289.5014972587512 +333.2228904501349 +543.9116360327099 +646.3310190696812 +711.0639133840516 +763.207505407149 +844.1955375138044 +763.8653123557185 +779.915284500499 +726.5146022073467 +685.7075899055909 +769.1858940128094 +785.0934661321725 +711.7185697373942 +693.5082980613746 +830.3139435472727 +766.9777744086651 +555.8118188237517 +343.8340899526946 +156.6144554789807 +92.69893767517956 +111.03909492722838 +92.67553040723021 +163.00769906936483 +289.50155971650713 +337.69495498518603 +587.0575463413027 +646.4032466712658 +633.4710920243728 +789.6447000670559 +872.5906017498708 +818.1735230128526 +819.6841506065829 +713.0586734806274 +675.4883116000765 +755.7754531517617 +771.8700233016099 +790.5013392022234 +763.3680824701183 +820.6956623272787 +788.758697223414 +526.2388386967696 +317.4797380242932 +162.11360274431905 +92.72729028181304 +111.03893389207217 +92.6754571092746 +188.4484171030419 +285.83840198086153 +350.1195160139677 +455.90142635442413 +575.0864681110861 +745.8452549336341 +829.3704682431318 +869.881603572022 +816.8256011830556 +802.6798107705137 +735.9354258680777 +724.4908888229842 +779.9786178489242 +866.6474444285459 +818.4784690771361 +784.4507510887032 +764.8945188445176 +769.6675810920543 +511.22577165723675 +307.46252005029646 +171.01746109047588 +92.67544973189158 +111.03923579591091 +92.72723391030542 +192.02017430753014 +336.44556445030156 +390.7114428846677 +423.21678964581906 +585.6928602262069 +598.5701474486423 +800.879300931128 +803.1822615389186 +712.4178989152406 +711.1431813647979 +649.2489712071571 +641.6373221179938 +702.1908038881908 +740.5858020709487 +691.8814683066581 +731.0875908404998 +776.0042367662097 +734.6894181472682 +503.93354316244734 +310.2218307227437 +157.04839444046897 +92.67533630453144 +111.03916599620682 +92.72738901205977 +205.3804845960765 +289.50153755303387 +333.19556297363084 +531.8940521254838 +612.2355978524472 +701.5727727188573 +815.3665773059141 +903.0167999391679 +836.0310690732423 +739.2080640780471 +672.9175046745538 +646.4667944122699 +741.478626595199 +852.5761564205108 +796.0958861877261 +766.4175660268864 +826.5331791353013 +753.2808907408678 +550.4104619551107 +331.0152680316517 +156.60708970495983 +92.6754196797448 +111.09091108177152 +92.67533051932578 +173.5479360490662 +289.5532520379617 +336.53861552648334 +586.8519198543032 +659.8392052287307 +716.0388547354538 +801.8199385506239 +900.0417269619205 +841.7969659477998 +829.4307306357131 +761.9535609749929 +745.8934377135315 +830.3770282852355 +838.0812932159135 +765.3596511420881 +749.3421418321229 +803.429452224694 +744.9841825906504 +563.9793449249971 +338.9750873162563 +156.60310621566737 +92.72473504650141 +111.0390935242463 +92.67552902527804 +163.00757382513672 +289.50155807890206 +337.4645137838319 +615.0569549698934 +579.4128832126488 +752.4235396841275 +930.1778330975346 +1049.3750193866426 +985.2320678374512 +1007.482016011212 +963.7736285634736 +935.3434190425193 +983.0005413077403 +1010.0770555648556 +773.4880294058956 +755.023448438395 +777.6813354154215 +746.3706418981689 +506.5895920038999 +308.93081287613666 +156.61070900641158 +92.72678890103246 +111.03905085057391 +92.67552932105774 +168.79772508913527 +289.50147737096677 +337.69483761430024 +513.1525559764605 +670.9861176469677 +742.5728730270853 +836.299745347766 +917.3389909648408 +847.3618359660217 +816.9998174763052 +744.3359735397303 +752.4909711760263 +796.7135410630768 +832.3518303751958 +782.7543345924875 +764.5336374580244 +817.7157835201413 +797.5578854145206 +571.0426365688284 +344.273632838793 +156.60539008627967 +92.67541081343663 +111.09090146967766 +92.67532176472342 +201.69013017848735 +289.55324275064334 +337.69479833126934 +597.600525864476 +666.8624559556929 +747.4069479965067 +837.3032019590053 +907.6587023671306 +829.2912841901529 +836.6049064462048 +758.7594937854515 +738.3572595500993 +740.8696172043651 +771.3657460424081 +710.8637904004903 +784.8904303730077 +843.5027116893011 +770.1546208219945 +569.2874842935449 +347.9053056490106 +162.12460532940364 +92.72722386873335 +111.03896638201088 +92.67544622021919 +192.137697566196 +285.83839080366533 +349.02349656085505 +481.26095154963645 +479.8702401392439 +676.8516013678967 +843.7718463949863 +903.7144939185937 +880.7511827584954 +883.9340316138603 +829.2868282685287 +841.0784575896608 +897.0399428121954 +960.0352499216524 +908.5070882745329 +856.117342580336 +821.7929147423465 +768.3020303954863 +556.0921032482893 +364.21794281252096 +174.60170916969247 +92.67548968723031 +111.03909112464707 +92.7273047854703 +157.31815270688102 +312.94223965153117 +386.2681890492195 +445.53137549121624 +573.7375793568633 +594.6216315476596 +854.1795386519825 +957.8081256882859 +926.411623646863 +957.3649104919808 +897.7209537167116 +904.8594111301805 +936.3279895171585 +805.9296356829298 +845.8899872658616 +681.6187081776138 +808.644619480573 +737.5819596672226 +514.4777140450926 +351.7871405891972 +157.00778163706377 +92.67546521386505 +111.03906667461342 +92.67558632556089 +159.58542167843333 +289.50150241192426 +333.99704787317586 +610.1770376863922 +560.1218593612011 +632.900463311163 +793.0840770063106 +878.053568061067 +822.9106244821377 +812.0107251832372 +733.7345372561874 +718.8889314636517 +802.6490323335845 +819.5448560102196 +745.5706253565269 +684.1451272301916 +839.2919075684953 +774.7025532394194 +567.2733708937814 +355.29421261721376 +156.6080594293141 +92.72726848687061 +111.03900712006404 +92.67544401860427 +163.00352626850042 +289.50156424073225 +336.2903794292158 +603.8897884744447 +559.6980711008814 +660.5098994868551 +802.5163255202249 +913.5182746886829 +855.8567423432045 +876.3220704716176 +831.7288706039891 +842.2963403647761 +924.8939436535118 +939.6076850526387 +849.2995345976896 +813.8225470300325 +851.0916947186059 +772.2390744112961 +517.7322175968363 +308.10971152818644 +157.51858796598418 +92.72722950782598 +111.03892835442039 +92.67540948002382 +170.2744355967628 +289.5015964255555 +337.46453258697653 +609.2320685258068 +671.3445028661725 +762.182171980009 +895.5897379458125 +892.236439406665 +840.6682743575813 +857.983482604141 +789.7867133950639 +761.324560924422 +852.4370379475185 +891.5020030019989 +707.9751950029372 +724.851415208923 +749.195243205978 +781.1543887217349 +565.9442817022414 +350.00306468338266 +157.00456786708918 +92.67541052010831 +111.09112802463768 +92.67531902468926 +168.68637721019576 +289.55330627657094 +336.53876578348246 +576.4727290726299 +644.0001378289705 +721.3939519510973 +820.5655862600005 +894.2697267811916 +828.0751803074774 +827.4416631712866 +760.2918226805627 +729.3940789518448 +740.1084140584544 +851.3141426176148 +796.3146243973888 +770.5805692107022 +823.5951907178099 +760.0733769431906 +547.8688569920392 +327.08606005367693 +156.65704276061655 +92.6754217786993 +111.09112183083607 +92.67526752450763 +187.42149977795177 +289.5532771724823 +337.46459310489996 +590.2660679147479 +667.7757686029156 +633.9936631491993 +791.8104342088267 +862.3527174676392 +765.9118511548205 +769.5343957932852 +714.4741369305704 +687.2883532992225 +755.9026819772723 +771.5911271584704 +799.656588231173 +781.2043023783193 +831.9191923568394 +770.8767295911315 +571.07941955112 +349.61091387897295 +162.14538199201724 +92.6755494646712 +111.09112690107914 +92.67531521146674 +174.43707993047846 +285.8901485933493 +349.8011610243665 +474.73837831198205 +582.5767412926416 +642.6829091436077 +793.9294799486253 +828.8346051115701 +806.6763613029664 +799.9639486671701 +766.3030369825084 +758.1479624167737 +822.9585249189894 +869.9558608385881 +803.2039974880229 +770.145663514874 +761.567489371274 +772.5920073375814 +545.5570849749147 +339.93126724541816 +171.05909529591463 +92.72291526956528 +111.03905031479312 +92.6755704038273 +156.89389313653587 +295.8126308595554 +368.51828617804273 +481.5994681044549 +520.7252677391173 +564.8376310526293 +774.9825003033392 +866.3081044324655 +801.9904890281003 +799.9993899326405 +745.9248416251128 +737.7380921148352 +789.8446948302745 +804.8788176403419 +742.307869874819 +675.165010089264 +651.3555846298545 +648.3311616139798 +423.7067980624654 +335.92642330907586 +156.99321493681578 +92.6977794097422 +111.03905252357734 +92.67553095983202 +178.3521229419447 +289.5014789783964 +331.45243479794874 +585.778460464208 +664.5164933696439 +633.1672695267044 +762.47269639512 +862.6980870884954 +784.3790983534107 +784.7055067333182 +731.9012858106772 +714.8935418493087 +812.0686913050209 +841.2420466978319 +754.8479819456389 +713.9893217044392 +789.2475699595686 +774.0083551266425 +566.5168338034936 +351.5950170981539 +156.6482588098345 +92.67537541713207 +111.03920438042309 +92.72743031994985 +162.9530171830095 +289.50148265534193 +331.8557251681759 +604.1383082666525 +588.3200132255442 +741.8796782985454 +895.5221884593627 +995.9108349807982 +927.0298461734635 +939.548741518351 +880.7168654739885 +851.3712577052988 +947.9682555546984 +974.4962104257429 +910.8151321025404 +855.591850143275 +839.0126728992627 +826.030511376581 +587.858303672753 +440.13245081786334 +164.85565796388278 +92.72084561807095 +111.03909301272061 +92.67557012993313 +187.72771451607056 +289.50155697952067 +336.8565690148949 +603.7940926820442 +618.3790158281798 +723.9347788532767 +874.4464883220735 +936.8582617840655 +857.5866887147913 +843.3985770656881 +770.2273488919988 +734.9363390715331 +824.7019500561734 +859.1437855689833 +807.5723498131146 +792.015631669727 +800.5006147909432 +793.9610104987503 +578.0768974415125 +371.3866904585293 +156.63563839393376 +92.67542945001753 +111.09092167121 +92.6753401680521 +162.95669070333003 +289.5532622746246 +336.8564977967464 +615.7303468456792 +677.3598584794149 +634.9132511919097 +834.0856212268022 +938.7258862912895 +855.8100178600585 +863.4846879184954 +787.4562488252349 +734.0955819559706 +776.2332882055327 +771.8668328694306 +713.0665690393894 +691.6916994152366 +799.3667649561246 +795.8512199785736 +589.0711480642868 +370.765488384912 +156.58915082564295 +92.72719109950852 +111.03897086204248 +92.67545106103377 +165.6068597045282 +289.5014847039401 +336.1751578104439 +626.0572671867245 +559.7701623217353 +675.1453547416533 +867.0923366982178 +946.8632017665041 +878.8569301661404 +867.986118644184 +832.8031283482767 +811.7615992800784 +921.2436128460757 +922.8989896355356 +852.1235968007669 +796.3188764908239 +773.4024305473628 +707.762531069547 +584.7318114561878 +358.9187666565823 +162.11105344429518 +92.67550187672181 +111.03919459454644 +92.72718906348535 +160.3603560130456 +285.8383838986617 +348.90250222566937 +500.32409259295446 +480.0199218049809 +712.7767990956389 +846.641618907545 +914.0953514449021 +877.9056115111624 +877.6458080701118 +816.1184503264349 +822.7131505513144 +877.1579724489429 +929.1468689654326 +853.0301688047721 +801.8450443993576 +704.1908055130755 +711.8283347844035 +486.48752560013185 +285.64633823873226 +171.0777104467026 +92.68339245964565 +111.0390537864593 +92.67553219776627 +163.04579731765438 +299.14991354428116 +381.9837185755212 +474.69654100183567 +605.9139385148882 +590.6941860974719 +789.2935161406552 +821.1189526011877 +712.5395266218629 +815.1219674438748 +636.6553670932739 +646.4292470588487 +703.684225376169 +768.8891966575576 +735.5341763524874 +707.2735643250028 +711.6006956148254 +706.8830539861199 +482.77686605418205 +314.9731592523016 +162.31284623918114 +92.67541935660535 +111.09113749704886 +92.67532775215017 +163.41261381173206 +289.5533160634943 +331.9877459647933 +663.5604869001111 +724.7984898386536 +721.806851497279 +877.4932769332729 +962.8377654812762 +870.7630934783613 +833.1387565127787 +730.4129512046698 +702.4871527653462 +833.7264983825903 +791.823388328282 +712.7409941891515 +804.4365560618469 +804.0163047080533 +798.9634046894014 +592.1996503134167 +366.62390333855825 +156.61283673962583 +92.72723944191904 +111.03898060068468 +92.67541793623211 +163.01075231913768 +289.50153840419034 +337.46451780044566 +634.0532488417439 +699.6702851383413 +633.181167094813 +821.9793879053536 +962.9507889825162 +880.2341805983392 +857.9155625414801 +784.1856121276586 +757.0117437407274 +849.9330581058994 +867.7768241773086 +787.1323700984912 +721.8311541010147 +695.2273467683889 +798.0053478393218 +594.2593442852877 +377.52315864366534 +156.5871704279387 +92.67546958442117 +111.0909909945944 +92.67519278618447 +165.54771433342498 +289.50144705700245 +331.5041940643967 +550.6412078046993 +639.4443673070941 +727.3049624892718 +874.694636251275 +968.0325691537437 +893.3372131808026 +891.5851773319978 +836.3184710028343 +814.0927200450084 +930.3332033807914 +927.2258371465947 +866.0666392362616 +809.3396556345056 +792.3708622537662 +781.3703323178578 +547.6508282482906 +352.1439094161892 +158.9916818061055 +92.67540253891457 +111.0911012297924 +92.67524843365909 +170.26238772756554 +289.5532570372037 +337.46435228091644 +567.9448954360784 +643.4365687835882 +720.7667271421329 +894.0174656538842 +1000.9990257975063 +931.742121596774 +936.589495810753 +901.7019748683344 +872.3739158601082 +975.0265095935747 +1021.426086412805 +968.6026462583695 +932.2220137006179 +929.2017180645585 +910.8466401781415 +665.310439636227 +449.04516732266325 +167.11754292378288 +92.7132491026729 +111.0390944194771 +92.67552990930025 +208.758037146549 +289.50147794940983 +332.3055410653288 +715.195259288258 +799.2766545909701 +899.9592314083769 +1025.8114499693365 +1100.980484806982 +1042.0001490606996 +1052.2161132107346 +975.2889914332276 +902.2423557730109 +968.5984887223058 +957.3536262470916 +897.6466716712263 +832.0735046326784 +816.7140571891576 +781.991142908384 +550.0704058007544 +343.98701317793814 +164.1732698054172 +92.72724165153313 +111.0390170538054 +92.67553803654125 +160.39880477220035 +285.8383915906567 +348.68633927022944 +486.14882374508045 +575.816790839654 +726.5416472320325 +753.4091464885385 +827.4495402819849 +820.4509750111823 +810.9751988378697 +743.6205848166097 +758.7648535391348 +821.5308575647163 +891.3642617451835 +823.4346436460454 +790.0756839811843 +671.5583241825682 +683.7898812995898 +569.9745072406413 +363.745993855783 +171.4844501588409 +92.67534007806022 +111.03912759675187 +92.72734404690621 +159.2189092669907 +301.51933670753704 +367.30709106072896 +448.1038273451798 +616.2345497417142 +506.6895850382408 +754.2925758852592 +869.9419940626256 +792.0227089964733 +812.669736531646 +746.6089178456917 +761.1791272937058 +813.6489603981953 +840.7804623474485 +780.7835311181883 +723.9990576236095 +731.6956076414142 +705.6840786991736 +479.9088761138698 +299.369272997273 +158.4702259809901 +92.67540951248063 +111.09112694595392 +92.6753180315549 +159.33000056322962 +289.5533052264048 +336.4055806653486 +498.4238227027516 +595.548792005765 +647.3866091940904 +795.0905613000583 +877.2410190210621 +796.2007364630591 +806.281335859544 +752.4977172455042 +712.6031567678406 +824.9550549339358 +843.909385071617 +769.1595878746035 +724.0458324872943 +689.3955149566218 +782.0789436397006 +562.834019973739 +339.29760511511876 +156.62666842139328 +92.67545383711877 +111.03928134384121 +92.7274644021127 +173.52706457809072 +289.50146630394806 +331.19881831885107 +595.2776907530392 +653.4211388017859 +662.7480790006774 +829.4611035628812 +947.2605913308039 +899.1090377587761 +885.4950237384325 +852.215403814316 +830.4695951728328 +943.3653024022948 +981.2315564866449 +912.959936226027 +842.1469198895203 +815.8459654967479 +788.4108322636981 +518.9744506012206 +279.0420186008199 +156.39534858852306 +92.69215634348892 +111.03909607260374 +92.67553153230534 +166.4127805095376 +289.50156091320736 +336.85668829818536 +552.4384121209564 +649.1321627696022 +753.0190251211417 +915.7432507678994 +1022.0215827010064 +973.2532579130825 +908.6885571605476 +852.6359340212584 +850.1301499019593 +947.6939153965949 +932.1904882773124 +850.1074032172006 +898.4321742903765 +901.3645717382296 +868.9089784311939 +626.6494646941215 +431.29893318992947 +163.09848909703103 +92.72730852583516 +111.03895070220528 +92.67543134393323 +182.84346778564185 +289.5015391959538 +333.9505580106617 +693.3258300881181 +812.5494986206797 +831.9475605161659 +978.1655205971755 +1053.7656470993743 +974.7948890318476 +989.8177580551303 +889.1415027774115 +811.5510805490621 +934.9606833508932 +930.5315660351017 +872.2720635541101 +814.6376520071432 +770.5208838104436 +770.5309816592675 +498.28192603041555 +264.56247358844143 +156.61914097559674 +92.72642388417934 +111.03905087599605 +92.67552934847431 +168.80367047809784 +289.50147740058696 +337.4645134463723 +642.4427483218649 +559.9580392394304 +670.1674949812016 +830.6132897845027 +909.4902043036598 +853.9265782125306 +855.7441406736851 +758.7315106191851 +729.0724290011347 +811.6180716450365 +845.117447671064 +769.2235895304274 +738.7798674826594 +728.3429848292901 +730.137465138741 +492.3067740307763 +355.14017534817003 +162.1514602100238 +92.7029500495025 +111.03905272290288 +92.67553115407046 +156.07682404100782 +285.83842553104245 +348.7125811491927 +485.94933836475445 +571.36351804812 +657.1519250077632 +795.391469193729 +880.227104285216 +854.2281941750686 +866.1172718647206 +801.0615855166955 +822.3759920821432 +845.7225750272079 +939.1909343503153 +926.0346409170887 +882.5248667507536 +779.7163312867458 +794.4860221070317 +547.5828884620719 +338.49827641497643 +170.7744053196667 +92.72581550639205 +111.03909257686479 +92.67552809711187 +162.5730734058213 +310.79118569657066 +386.1225379007731 +486.21800907493883 +657.5314878090167 +708.8281086581926 +950.4112101455261 +1043.1649872828011 +961.7983977620426 +982.2680706691494 +907.5817010124669 +913.4796683642925 +949.8005905469971 +993.289916291167 +947.9463861848643 +892.9568049734162 +833.3291017478567 +848.3987526846744 +594.9990317848044 +429.38681370578263 +170.22250339100893 +92.72725451366361 +111.03899436580627 +92.67543147112708 +214.4039213297156 +289.50153932108805 +333.2301925864896 +763.7768774145133 +831.44584086755 +942.5059583458547 +1091.0872980581355 +1195.409603581048 +1142.4694355426734 +1126.2101391133797 +1058.7952685683529 +1010.1537782262485 +1102.039847207041 +1064.7496237082999 +1001.1457895080054 +969.9460247733832 +965.4072612544118 +894.3828274802956 +587.7982077998308 +348.687166080106 +156.33257288119572 +92.67540320469091 +111.09089322114349 +92.67535701099084 +162.94351516639244 +289.55323428290393 +337.4645763550497 +584.0720927602854 +648.2782722494624 +723.0245423155338 +822.5145533034223 +892.8747154690915 +819.5406689531877 +817.8302298566732 +748.9225316291929 +722.2675932607854 +820.666519507833 +769.6791260784823 +794.8128650872025 +769.9819019154794 +764.7814529023534 +759.3631088625391 +530.2825725264041 +327.12556353663734 +156.69614701580588 +92.67545304031732 +111.03908468155183 +92.69311669480953 +188.0556279597038 +289.5015099814257 +331.32697756262854 +578.2330290179093 +660.0985440458836 +707.2103970742868 +843.2627716111696 +916.5351325054122 +751.633859091856 +753.3339285325927 +713.5972898644716 +711.5313796606225 +808.5915747099635 +853.6778673562785 +793.9699067030483 +724.08087571705 +697.2043374948876 +780.0070711448112 +559.1150933409815 +319.0454720994553 +156.6061828809198 +92.72723112427175 +111.03905018363596 +92.67552821807551 +166.42729992895536 +289.501514783212 +331.14710314936997 +608.9126211394569 +559.8778242478049 +660.6941186577786 +829.8426353007188 +915.1720157950259 +848.2455958244417 +835.1196568289205 +775.7173532734828 +735.882336141267 +846.6176857743366 +853.3502241558135 +777.1810350284647 +748.0565057486767 +730.821022249067 +719.7370819120064 +459.7426443292947 +371.1530363900053 +156.59675242694854 +92.67546891629168 +111.0797103905289 +92.68658351420305 +168.7306443071761 +289.5014739016471 +332.3573411122519 +497.1032264079576 +632.9713390286389 +726.9865760947265 +867.7034059445122 +964.6310001990377 +912.6014546402009 +900.0500389368852 +886.7503608813124 +866.0362661426234 +967.7479049299642 +988.1182333831447 +948.5908910240564 +926.4783913401483 +886.754054730973 +864.3427609289163 +616.2373000000068 +428.5786269852404 +171.24331196290228 +92.67549954499509 +111.09100666937084 +92.67520722590305 +186.01725533289033 +285.8383682987057 +351.22847369987437 +648.3628548154834 +750.0373386872611 +965.8661267752174 +1105.7040600232092 +1161.4363764657535 +1142.8236819301737 +1111.8072214570263 +1047.2909338721388 +1032.5181623185424 +1120.262252449765 +1220.0627217198607 +1185.0008029847902 +1107.744931100665 +1000.99223993035 +1018.2181520193102 +773.1620935411081 +576.0741715430245 +188.47288783863854 +92.67550507795846 +111.03910650102856 +92.72732133578032 +231.43331898523445 +349.1566966354055 +458.1455057201712 +696.7628940493158 +842.0629092008681 +842.2148773858423 +1061.7528823570703 +1157.8043466303855 +1072.8995900436835 +1065.6208059495875 +989.8129734555132 +966.251415145127 +944.545735076447 +995.3787472081857 +954.8789220914236 +872.3670146660276 +890.2348227690688 +857.3511422749256 +611.0418185783353 +434.23028584724955 +163.64986663899117 +92.68716160295364 +111.03909595614547 +92.67553142051752 +162.7933083548585 +289.50147942994863 +337.4645154565767 +608.8348788249201 +687.9490769030564 +784.1742399028022 +900.3641403624808 +1024.5391000717484 +1005.8361062410573 +1019.0564932622215 +927.2765924425161 +898.6953128062198 +979.4282152197525 +998.1330388302267 +927.1508513414506 +856.4123941165558 +834.0141349956051 +831.6977705507965 +591.5588160872634 +388.8676289383093 +161.28713222548288 +92.67542979929793 +111.03921612674864 +92.72743934950513 +162.43094556788907 +289.50155968577525 +331.1988562223155 +561.5140241525958 +699.407862186554 +824.3299133588466 +987.439073715581 +1074.958821990215 +1033.6658301025936 +1037.7006630900125 +939.6984995241022 +913.052712713283 +1033.4872778895979 +1075.1387280854137 +1016.2492895689229 +945.4984462849748 +939.6780307933718 +902.4289111308733 +637.1026785156903 +414.06989310272326 +164.3601632999673 +92.7133035779456 +111.03905115876468 +92.67552962515092 +203.82051420162338 +289.5014776696569 +331.1470003217911 +665.1087573082362 +763.1303732358492 +886.1460034079603 +1029.8641684629904 +1108.1039586999932 +1004.950713545693 +990.232423410381 +941.2383029313155 +926.368785247653 +1019.4181163069078 +1053.5542517382312 +964.8729707548839 +901.2116769414033 +912.3129246932303 +890.2242540572008 +587.4454728165972 +363.96062531045504 +156.96095571146793 +92.72727100291041 +111.03896644556323 +92.67544674361476 +168.77278406089667 +289.5015541215353 +335.5127775059072 +497.2486693376232 +575.1183072841845 +705.4806460503323 +857.9957631296387 +947.7801512308235 +869.1905589964023 +907.7486554255764 +830.2657765010117 +798.4924548930456 +893.2720375212572 +913.33730525855 +842.485507033629 +791.4119318842913 +778.2138088444988 +763.8296734084956 +515.8589149193366 +323.27595881588906 +156.40768249484594 +92.68788246300014 +111.03909640714333 +92.6755318631664 +166.5059368152837 +289.50156123419606 +331.2997657987 +505.8717590340053 +576.02957901001 +668.3542605839638 +838.520090568067 +921.2349480671336 +840.7722007617632 +849.7405126801797 +787.8671198629971 +761.7645010122291 +871.3516461869634 +926.0672458637113 +854.8045946123226 +795.2316639274934 +759.0152478327709 +744.8984618330333 +496.20943342699843 +264.3313057078449 +161.85528434472099 +92.67549382352516 +111.09092358119847 +92.6753419115874 +160.3436757179285 +285.89013108465167 +348.8006795661638 +501.6129319307304 +516.1166815496638 +730.8083192859932 +869.0362869544462 +917.7672698298575 +889.0626861953491 +918.0290346995572 +849.7239848264566 +854.3625011538761 +894.5071331692642 +996.2124874820877 +959.1465889320191 +883.0563455896756 +782.8921907909372 +759.73827386995 +498.06830644629514 +340.6074619795508 +170.81455156592517 +92.72718732215438 +111.03893301750318 +92.67537112672161 +156.83081141535112 +301.59262896319694 +367.25209318239735 +394.79861103233196 +615.2068723976104 +654.6125213499057 +918.2325813569946 +1009.4096762033602 +938.2109688267666 +974.2769136334998 +911.8023696368643 +908.968225354876 +991.4934409740882 +1033.310684101704 +1000.0966823011715 +907.5233495916011 +903.5045467643071 +880.6811335791983 +643.5938276187401 +466.17982997520863 +168.65122873430747 +92.7179520532501 +111.03909326509341 +92.67552877261461 +204.91686778777478 +289.5014768352904 +337.4645128891292 +708.6000818772782 +808.7708923624716 +908.4979558200412 +1042.1760916518667 +1141.4369984375583 +1096.723661203625 +1132.1143543141916 +1035.4512653576787 +1005.3431967093743 +1111.47931385009 +1138.3743179020614 +1053.538854898532 +1021.2686428355603 +1008.6960608120094 +974.5604965095214 +738.024733391948 +524.4101823628797 +166.86068285798802 +92.6753897185442 +111.09087860169637 +92.67530093274024 +191.48214629884995 +289.55328716600775 +332.38988604708004 +828.9034448667066 +930.8237646427817 +1021.7056119324335 +1165.8536988916267 +1273.904689209224 +1224.8185746395275 +1245.1205411089368 +1105.1014576269226 +1076.1753822248495 +1153.2990082287643 +1209.7803709407376 +1147.524949541664 +1088.0722714838575 +1100.4319680294946 +1048.4007832257134 +751.6591837102859 +559.2576219942363 +169.4592265420818 +92.67556116967697 +111.09109041153606 +92.675284372352 +193.07572025914783 +289.5532691042345 +331.3190086396631 +624.3021426613315 +711.0576015291261 +831.1292377906286 +1015.7088917890358 +1088.3490578971584 +1010.2275722007004 +1040.953722833135 +969.4077171235499 +942.5353544952617 +1032.3514512258337 +1068.4975519105155 +962.1951788221157 +938.796003614146 +924.161159701705 +918.4193755284037 +662.8624272189817 +478.9115839447857 +167.77190748174272 +92.67539173704174 +111.03922039603724 +92.72739842890765 +199.63786438299493 +289.50149863592566 +334.76590468991685 +749.6828621627877 +820.6781695517334 +914.5711548994068 +1061.82104194854 +1156.5741479355872 +1090.5714536183611 +1100.5758594128206 +1016.2952410410031 +953.8022838127259 +1091.9281217391251 +1098.665518053949 +1046.2461441033856 +1017.6835735049909 +1012.0823247242784 +955.9116601804133 +705.2539756254291 +478.95908528690865 +167.3561173950235 +92.6925106889787 +111.03909604480907 +92.67553150668468 +181.06903199003503 +289.50156088690557 +331.268120088109 +628.7909820213384 +686.2389373154093 +778.0516781341133 +907.7248382079296 +982.3945283374172 +913.9032688031801 +932.1835000178686 +876.6056845458853 +862.2498165135366 +961.9389678019921 +991.233765059253 +923.4814069250064 +852.3787077551806 +812.8688072949392 +780.392268587722 +536.010982290472 +341.15170517030407 +165.32037171304773 +92.70399537711863 +111.0390526408409 +92.67553107472298 +161.22989266352482 +285.83842545251895 +348.80083747283237 +502.7345879513745 +626.4104652429452 +791.4815803981173 +926.6571467866708 +981.929772259306 +971.7273047546045 +952.8993664358862 +904.6995018135717 +897.7117711516786 +934.5366155217605 +1039.074137572405 +975.4293279860619 +910.860745184066 +836.2494701465207 +864.5529493380825 +628.4555525150118 +434.8312773518573 +176.41049403334424 +92.70481917072841 +111.03909441181575 +92.67552989926098 +188.2539686433983 +327.1752788633552 +418.91989687164306 +597.1229757635446 +753.2063173504079 +740.3498426143761 +951.3658855761324 +991.5307487801911 +914.495379392186 +964.4496175698948 +936.4976555453002 +898.9768759136662 +937.5999782197172 +971.6752819583605 +925.5760190359711 +871.6931914245171 +819.9967114256266 +790.3519541184652 +512.7511274927127 +277.4634590303532 +157.0061464628095 +92.6755638322148 +111.09086604732637 +92.67528949854648 +159.5338486267422 +289.553300347046 +331.29976360318085 +540.9836925659197 +695.114938323519 +790.0210365871343 +972.7336663817713 +1050.9928234747326 +1003.6226362103827 +992.0013748581013 +928.2844828147888 +932.361802637426 +1032.6237354716143 +1020.7035248268766 +956.2388644285288 +944.8684264256967 +861.3364577195301 +850.1432972690708 +605.2435681712484 +400.2854680459881 +163.47535349050784 +92.7261082958662 +111.03905003453002 +92.67552852545367 +176.27833395789224 +289.5014765924567 +331.2681241814081 +638.523138310567 +777.6446196310715 +832.8920944408098 +1000.7870295509964 +1086.8295185483728 +1006.4087805186873 +1010.3934121125914 +978.4386882934299 +933.8353560962929 +1054.9675425602952 +1076.7589575299917 +1011.9983700802701 +944.9713499555296 +953.2317297623177 +935.3484605407886 +690.4817031911033 +456.4946192608327 +168.9001610034646 +92.72121385754728 +111.03905046414867 +92.67552894769794 +187.9065047819163 +289.50147700557807 +336.7233852096344 +672.0686781005484 +744.6662776682538 +897.1235437226505 +1089.2586007055884 +1186.4577239426062 +1125.8458657623717 +1148.690874893543 +1034.3531409066686 +971.5349389405706 +1099.9062817594222 +1119.419946897863 +1069.6795648295029 +1033.6931085666713 +943.9943195710988 +894.1872675697205 +609.2479425305339 +393.12294044101174 +159.89724984346108 +92.72726628069044 +111.03896210868191 +92.67544250118077 +168.78109455887298 +289.5015500110717 +331.38575662898523 +497.24060506074017 +595.0165640446039 +729.2200518436905 +861.4014470958635 +948.7674479492845 +879.5084451866272 +877.0336730853406 +852.3013096761364 +813.0565404291968 +930.5503953545201 +963.478564765446 +925.1130349552403 +829.530596204107 +791.9359510899642 +805.3893985197797 +524.9936933988953 +279.59199209661386 +156.390009654391 +92.69462432916023 +111.03909587869705 +92.67553134381687 +166.5037373993415 +289.50156072873483 +331.5100178019713 +517.3554489466358 +651.1697567529699 +779.5607931457372 +906.1816100418645 +1010.5758043605514 +944.1074636918108 +963.4912925905057 +891.2760887889135 +864.6506438875414 +940.0233758907282 +952.0085173947356 +888.7759622289169 +845.9259674817881 +844.228918728386 +834.1982295981909 +595.6455194297454 +414.24481117368964 +167.48294253073195 +92.72728143242963 +111.038968930579 +92.67544871582744 +182.85201794007045 +285.83839323314817 +352.8045096934628 +601.1860716365776 +749.8054371090574 +908.5010165348283 +1044.5166557140703 +1099.3619017224771 +1074.51646475943 +1054.5782992757552 +1050.4525563840898 +1019.7788697869444 +1040.8072613163272 +1105.1096943326604 +1076.6963278471042 +1006.417265930261 +868.0165593721929 +879.6968299838919 +633.699774584293 +408.12266806312675 +178.00245191897133 +92.67537991682212 +111.03916690508056 +92.72743555550238 +169.1968203329192 +302.48637190637095 +378.09270971088654 +535.6774778791214 +696.9406276626455 +721.6435854729242 +973.5815717983158 +1075.0668129191547 +988.2430429591416 +970.6593710277549 +898.1778024984205 +879.8626426149912 +935.0755698488503 +961.8593014685395 +919.7690956801554 +885.6992425989574 +860.6375454044124 +808.348795838105 +544.4327703456911 +339.85953089547166 +158.27304384012598 +92.6807423836941 +111.03909651803201 +92.67553197306748 +159.58540812460095 +289.501561340689 +331.38569988734884 +579.4248669590676 +746.7492707727156 +853.7349081712508 +1012.3854569737673 +1153.8469444197065 +1041.5736838694982 +1058.6705038841294 +997.3951178714187 +965.4436225769497 +1067.1382878332106 +1121.2160212914057 +1064.1137254047696 +988.1870290782105 +920.6225897126134 +907.6728173573999 +686.1198876851288 +469.6010898592664 +166.84406705051245 +92.71890194357057 +111.03905066604487 +92.67552914591455 +201.70160733178383 +289.50147719957135 +332.48934928187987 +729.2680043046721 +819.0147721880724 +913.1429440551573 +1067.124983766392 +1189.9207799423746 +1136.8803082835495 +1141.5303473108977 +1061.9345965127943 +1016.6242085849727 +1095.2203449411384 +1176.9808946345781 +1106.9502529312933 +1053.333050687001 +971.8179860243037 +867.3417268735636 +601.2638723162503 +368.0106191760409 +161.63383145230455 +92.71919019424104 +111.03905064181131 +92.67552911939619 +168.76937074149902 +289.50147717423323 +331.5675962325542 +558.6208988132615 +656.1625418177706 +752.5759401252297 +915.7043435586047 +1033.8800483755838 +958.3821525315622 +924.3932793126629 +858.1541690787012 +853.3666767379739 +944.1806320976107 +959.9082013920304 +875.3042280679698 +849.2275849977825 +831.3828361194444 +783.367736091262 +536.4250041148746 +341.0249778422145 +156.3618126288498 +92.68907904165958 +111.03909631258789 +92.67557335660476 +169.9166065326896 +289.5015607085129 +331.56757086017546 +498.15094456387914 +684.2074276908832 +804.2521951351049 +936.7537539535826 +1050.2534386656569 +995.42180275522 +1003.3970045565254 +927.5064058261496 +891.7863876219285 +985.8761169034743 +1058.5741197795317 +1001.6697809167619 +943.3467549235188 +892.7261360620427 +862.2085210910161 +594.7533685549389 +409.6163019879791 +161.92002968642453 +92.6944978276856 +111.03909588922885 +92.67553135353425 +173.908046016622 +289.5015607372991 +331.56759941482653 +612.0493256432793 +741.3989304604653 +857.9625902133355 +995.938113007169 +1131.1600171003427 +1065.9576355110344 +1072.5165020915424 +1020.3101700371534 +987.560422402935 +1067.6933692326074 +1079.1768414802634 +1049.2660021772444 +1000.1173284175316 +963.5563555416062 +946.2882597929071 +692.3699856649501 +487.26962958642486 +175.56875141217066 +92.6754683089419 +111.06808769158775 +92.69832516696228 +210.4544026862406 +285.8383507323099 +352.95620678769785 +666.8043925947409 +775.6012939315839 +964.7377451283056 +1082.883836397288 +1124.4732792042792 +1099.8645788957124 +1145.7044509578711 +1129.5778638207844 +1106.7419724893437 +1146.36180737981 +1189.2961055189887 +1170.6846066602934 +1159.7301007731944 +1065.487557461986 +1108.9796188594737 +837.4981649808776 +618.6687850643093 +194.0874776912805 +92.72728347643012 +111.0389276198408 +92.67540875980632 +229.49927109316482 +383.2781975263876 +491.8329207063987 +729.0019935666387 +856.7818186899135 +862.2826806075763 +1138.3805712330923 +1205.1688867770686 +1088.8725797178206 +1073.5028163240756 +1030.1831936250776 +1016.2709718583287 +1143.3603831938683 +1087.045184748124 +1054.6935749368943 +979.5729611947322 +975.3480996680491 +953.493170489417 +716.9169903855534 +544.8237815194457 +175.84417485498085 +92.67543570453118 +111.09086028505166 +92.67528425117602 +229.9651812233139 +289.553268873083 +336.5387320792979 +828.5910374334436 +882.421349144312 +957.4446208408292 +1099.9252897333643 +1203.1848138852558 +1151.6999767511768 +1146.2694235046454 +1059.6678205773615 +968.6246079537812 +1091.5365944136552 +1134.5285741338976 +1109.3871054020008 +1064.8805140180527 +1025.5732685416585 +989.9466209862171 +728.1110778215365 +499.22746472523585 +163.81200063651133 +92.67541650966004 +111.03924470756084 +92.72742474371535 +180.1969354572125 +289.5015640146356 +331.6193194944753 +749.0790833655103 +833.1318505224655 +968.1661512007639 +1058.7687556197034 +1150.246385481076 +1054.6180922093663 +1083.1286739868833 +1023.5965413215932 +980.8430214323593 +1132.9865173123007 +1143.6862631416795 +1073.9263290461215 +1018.4457841911858 +1002.7955415974606 +974.0162530573434 +719.3081569586969 +504.54881261229605 +169.68829117984262 +92.72730821771506 +111.03904339648182 +92.67547971108792 +217.86446840684414 +289.50143597933555 +337.46446540063926 +805.2395419297903 +858.277906195163 +976.1104094547065 +1147.56677015649 +1234.2094076071464 +1198.190140803983 +1194.3401440718299 +1130.4696987818613 +1098.6244004883708 +1177.195697904274 +1183.789107311049 +1145.3199003516668 +1118.6026356819266 +1115.5471199305323 +1085.2296101765974 +822.4255468941002 +605.631806006343 +182.9384810034481 +92.72722969013887 +111.03904887846501 +92.67548510480505 +242.09979411125877 +415.12180929304594 +446.3105888634475 +851.432718713491 +919.2963922438062 +1007.515237720468 +1149.4829644159993 +1277.8064698880353 +1216.0113982678515 +1225.2377209072658 +1157.1467846853297 +1094.9827701034 +1191.7397745156184 +1173.0526374043404 +1163.2330609156904 +1143.7781673459895 +1149.2418570583302 +1160.03118242143 +871.3082562134613 +660.3029276387391 +176.2908207573115 +92.67547068451478 +111.03928260406315 +92.7274657704666 +268.6907884988589 +410.99691856015494 +467.5214484816879 +867.958277407522 +944.1192487194018 +1015.4214539024281 +1158.6294410319606 +1246.903113272202 +1183.1902141397743 +1191.5048642567529 +1105.8954689179961 +1081.8068806995282 +1139.6377458977527 +1180.846770179905 +1133.0328786368254 +1110.32004672583 +1083.8839132648654 +1040.2317372245877 +755.0657441329033 +566.7383228406495 +182.22567835006382 +92.7273471735599 +111.03903637592698 +92.67551516094841 +238.11429926385333 +285.83840994309026 +353.5333216757309 +714.6007551297838 +809.2869051153816 +878.8629600652012 +1124.9301665763476 +1134.0769642299965 +1072.1463834409155 +1020.074311834946 +958.438343882036 +959.6964290395331 +1002.7294713715382 +1069.930945411164 +1063.1639915897103 +1019.3463940434968 +926.0046147948927 +940.2578083281112 +728.2430555004454 +502.0047544896368 +181.74280066235366 +92.67550075541104 +111.09102483231614 +92.67522395964376 +194.95529179436662 +320.871509447764 +389.1022858669252 +583.2614078701616 +694.0623960751047 +714.7746130641275 +928.1111790819893 +1041.8629380478421 +970.9071972115369 +974.2224602579082 +897.6699989128255 +911.1262125728509 +960.6602902271682 +993.2774932780773 +981.0014503731668 +927.0531275337793 +917.1913800441706 +900.9122341702504 +668.8153043005035 +470.3260650091708 +163.31701385824763 +92.72724292978629 +111.03898378739684 +92.67542107019369 +161.55820455871853 +289.5015414385784 +336.4055199830823 +637.1740147470335 +731.2720313272365 +860.8867510790169 +1010.9657562705574 +1093.8439177236767 +1057.53685279759 +1017.0442470950597 +976.167805283582 +918.9908532425414 +1057.0248651426805 +1087.0897103548293 +989.3437204157469 +954.646554331422 +902.5302433630792 +904.7393207216408 +664.553821897058 +426.0169832301448 +161.92961611372206 +92.67543835651271 +111.03926615069238 +92.72744795609997 +166.45147774514476 +289.50145146199907 +335.41624693386734 +580.7606297850147 +739.520165851076 +855.719793850636 +1009.7964090551719 +1079.4938069542793 +1042.5850648971245 +1050.2636824729966 +974.322601517791 +948.0007562716959 +1046.1096937808766 +1082.4528555236836 +1030.1534646664888 +982.3870678424221 +975.8941510585659 +954.8346424244621 +705.1821289686687 +479.14850827092766 +169.96070792596396 +92.67547760440712 +111.09099970416453 +92.67520080971626 +200.86934515555035 +289.50145475814645 +336.7494447065102 +694.1449203842016 +797.7608447472136 +902.4913789117949 +1083.5914424211683 +1211.6521016538222 +1151.7796063818014 +1137.4295716688487 +1055.836124423827 +1017.6528056900165 +1138.907244425873 +1137.1666295270354 +1043.2849556831666 +1009.818735747043 +1040.768785256277 +990.9920889664453 +745.1479405468423 +541.1682566687518 +171.57505045860785 +92.72722465757424 +111.0390443059336 +92.67548060497468 +205.78764920414432 +289.5014296509536 +336.1751411496994 +807.5011708951398 +848.449249213114 +949.507170081931 +1088.0595854849432 +1229.793435400884 +1196.7127321680878 +1193.9258618686513 +1051.1961265222658 +985.2841642126367 +1109.9833911293013 +1172.5236355800926 +1150.638568055952 +999.5948107107 +1013.1919761760097 +967.1207191415907 +711.3844471917305 +515.8977427916417 +165.83050305898377 +92.71133495085134 +111.03909456997472 +92.6755300576553 +194.5520849101981 +289.5015593006569 +336.8566867066614 +775.1708770624498 +817.5929499687303 +892.1290314523657 +1047.0545503140318 +1165.3771825327503 +1105.426308028843 +1085.490594002285 +1028.423870079951 +988.2914940026767 +1089.5509725700085 +1126.9881673895236 +1078.3568793503966 +1048.6983878442509 +1022.3011591119264 +1011.8884832326144 +746.0060846706239 +533.7859214221188 +175.3875070958479 +92.67548313004177 +111.09113869118957 +92.67532885203045 +226.40283810044 +285.8901841888973 +353.5332997224536 +742.5033502507548 +776.2238334395777 +935.3384936226031 +1045.4019084754564 +1240.4117230889158 +1121.902175859831 +1106.7597553202202 +1025.5984551884326 +1013.7637743060147 +1070.421673355139 +1135.5222061990835 +1105.465017379996 +1047.6106596344175 +989.4953407673655 +1006.4713948520116 +742.0742025906504 +499.4982037326009 +180.5745455262038 +92.71596533945369 +111.03909343899251 +92.675528944912 +199.25668688053048 +310.4303499533733 +412.38107903847333 +559.9331545061823 +748.9273327285192 +765.1285869728068 +983.6982902383073 +1075.2202789018347 +1036.5599078327775 +1023.1543331214835 +956.3913734060053 +897.1913097746143 +987.4371986101216 +1037.8887447311843 +1022.1123663257703 +961.0941577973173 +958.8750178979897 +925.6360671880944 +669.8168458063994 +470.85636477741707 +164.05252605410402 +92.72733011125035 +111.03906338893505 +92.67549938025152 +165.5551060082822 +289.5014480432699 +333.6791284447208 +654.5005571495353 +793.2085346806416 +897.5775812287402 +1037.3151949760265 +1116.1589004784016 +1048.4435226826592 +1067.753025021238 +984.3535394629994 +959.0891875161275 +1095.2362015662934 +1137.4343557386924 +1100.4593361360735 +1068.8474141042568 +1063.4377582717186 +1012.1109217706621 +715.4836349499066 +487.8412535437023 +166.16954028418255 +92.67538852205467 +111.09110443756987 +92.67529729370429 +171.90603076790393 +289.5532833218546 +337.46456176057114 +506.7348345156583 +664.5219754985744 +783.7146203536884 +939.1226477510727 +1011.9615431501561 +953.8697329458784 +965.3661122857868 +886.1545445847954 +858.1001109785649 +955.0650227150168 +990.9937912745098 +924.0673426474881 +853.4445944743288 +835.4822865788607 +791.1693110012922 +550.4888483838013 +343.92335287988226 +158.3023804684489 +92.67538324689532 +111.03917019202167 +92.72738989787571 +168.71542727530007 +289.50159333403406 +333.7310297348912 +537.1223242330386 +680.0997605203032 +775.8968838079301 +929.875068805709 +985.6189952499185 +931.6327730060565 +967.9770394753951 +890.6756235041589 +853.2192993337209 +958.806601565241 +997.0277703047136 +919.7533995679269 +849.2580954978331 +820.1545369556671 +791.2954926640333 +529.7984650928786 +299.8406389900338 +156.95410285015433 +92.67556072882908 +111.03919209246317 +92.72741347416085 +165.52936928372998 +289.5016148481686 +336.5239696916696 +505.50186005724004 +652.1902871605824 +796.8319625131719 +960.5674362380031 +1061.77823509672 +996.3426344755433 +1005.7646981057795 +937.9505249270752 +912.791150905117 +1012.1231965115629 +1053.6497477058695 +989.7855821501076 +919.1089893726551 +881.798548925672 +855.0367826616266 +563.305999564685 +329.5939501769692 +156.95546009900383 +92.67543296294633 +111.03920383785271 +92.72742611586797 +168.71681251659442 +289.5015478366472 +333.7309821613069 +514.4560396654281 +688.2992596998147 +845.747048302961 +987.4376174314946 +1099.4369402531725 +1051.9162982054015 +1041.520687756391 +973.5360177411312 +933.6930673495505 +1047.259139254927 +1083.7328908624772 +1016.1226802407627 +981.0685446572165 +996.7453498096372 +876.990212647075 +619.198675545329 +409.5412312633014 +168.8654359936659 +92.70062360557743 +111.03905290560857 +92.67553133192108 +183.0137247601768 +285.83842570541117 +352.61613263191634 +509.98001947515337 +655.8782309289383 +894.2944842325984 +1046.2440085816504 +1097.2022587091571 +1036.4370989299262 +1018.2274574035999 +969.8855025746019 +948.4823365867232 +996.8408353446998 +1090.7338631876755 +1050.7659916033874 +994.5244253234306 +961.9390399408596 +924.1773714147555 +680.0610359196922 +451.5437803735301 +178.6231847370099 +92.68516188550316 +111.03909613118729 +92.67553159260837 +190.4536506140385 +331.8999820182073 +404.7674194550169 +526.3648266749891 +690.1277278524246 +729.5564811917382 +976.0548583422642 +1088.9029814231578 +1012.8475938606713 +1020.727901767393 +935.7496940154775 +949.1557649880689 +1004.163883507796 +1056.5043311541533 +1003.8882407719921 +954.9675786433147 +983.6253541236123 +908.9662904085711 +650.6323376967388 +480.0259907812703 +166.90975629305768 +92.72729846844126 +111.03898454600343 +92.67542181292703 +171.1251164048766 +289.5015421627126 +337.6948457292086 +754.5118267511195 +815.4760455597568 +895.6631270578829 +1053.8290826757009 +1150.873885030951 +1109.5642698631639 +1080.025799380628 +1003.6574825694005 +976.6783867248375 +1078.9520909662858 +1107.640082371483 +1046.6907437397383 +1023.5262038387259 +1077.8431583029123 +1002.7236590898345 +718.1375155263148 +502.9898898947371 +168.2972103439716 +92.72728350206685 +111.03897791940722 +92.67545797124428 +182.07376293946555 +289.5014864359936 +337.6947676032855 +742.8458360995431 +789.1982782460047 +869.9634373348288 +999.1103895416904 +1111.4694725822633 +1051.524229989382 +1043.0153530523733 +957.9060822167243 +930.527774134294 +1040.8059240781245 +1088.9607923297324 +1022.8084402893361 +949.0256138980868 +997.7379726197315 +909.0289205803541 +650.082286275762 +432.8970934654572 +164.68142095082467 +92.71939591983077 +111.03905062081593 +92.67552910171003 +185.88894915684048 +289.5014771583327 +337.4646286018121 +626.5622654121191 +761.1517036979104 +873.8161331799164 +1038.9322316455107 +1163.8904461237044 +1091.4639283508127 +1088.060321895031 +1004.5823899970206 +967.1338141737683 +1074.090861238415 +1105.4439551454304 +1055.911243630915 +1009.6646279326459 +1036.092099785436 +949.0014170142044 +636.3580506771957 +421.12488621075005 +162.8148814219949 +92.72699015302766 +111.0390499569659 +92.67552844712586 +184.83037170983772 +289.50147651885226 +336.53869591279147 +662.108423675656 +765.9328418809596 +927.897855195108 +1112.7789807140089 +1225.2815587712605 +1210.2347047561066 +1134.0976797469284 +1062.3711262825766 +1010.89453045589 +1101.261214719436 +1132.4664361443486 +1094.0895423129787 +1025.7878523908307 +1067.9630999087128 +999.1341627919059 +733.5469701199667 +555.2070602710218 +174.49200375655982 +92.67543981612222 +111.09086476645192 +92.67528832857012 +210.94907356792422 +289.5532991157113 +337.16064098321016 +631.3981428856822 +703.8191900085664 +795.3016752629377 +932.3823266903956 +1046.7890310963876 +988.8962146103441 +990.1179536459533 +921.6915824472411 +889.6552356833507 +979.221713202193 +1013.7447298013743 +950.2056540979917 +871.8532199525926 +906.8954477310053 +825.3721829186695 +563.8081806681148 +344.77889252267823 +162.4800405887906 +92.67543905490449 +111.09115861895403 +92.67534721657378 +162.38413085052014 +285.89013897538973 +352.66605799427424 +401.81710195280255 +571.6600506278004 +778.2678409641048 +954.3862953944456 +983.3128303421267 +966.5913406980761 +950.6257543113892 +888.8473602545903 +883.3217659097347 +936.8985591317794 +1037.069465349405 +982.1614920196304 +863.2522266077266 +802.6012145466768 +751.5939635967176 +500.1425294702269 +303.1692467234415 +171.50846955201334 +92.69121786002465 +111.03905310096876 +92.67553152779973 +163.95015527529688 +302.2714583892499 +379.0404051009372 +482.3712670574738 +664.7002380476571 +724.6564234933246 +987.8747692048115 +1154.6065401723988 +1118.6305005804534 +1156.8119787661806 +1074.1696847142748 +1069.7946604014219 +1139.506342834106 +1134.5878152268222 +1096.2778515525326 +1049.1419274324614 +1090.839368314828 +1005.1203293521152 +762.5525557922222 +589.7841305807383 +179.14862833068963 +92.6968953247665 +111.03909569993236 +92.67553116882947 +238.13320625445755 +289.5014794367916 +337.6948396552242 +851.8746422521451 +904.8424161823677 +978.6746096325364 +1126.5112868495025 +1210.5592390716843 +1169.500384497086 +1118.8023332025996 +1094.499430167634 +1045.1718939825082 +1120.8144091543093 +1179.4970883102174 +1120.2000460510906 +1083.7822721681848 +1129.7678116640782 +1065.0475600840898 +777.6054615279803 +583.8554493277628 +175.17460775015843 +92.72729662856759 +111.03898285545061 +92.67542015421816 +232.64043090838834 +289.50159833141794 +337.69486687191346 +827.0540229958855 +902.6584348595246 +1017.3122748502265 +1169.1782581321477 +1247.0889357184521 +1183.9595708582342 +1191.7118630845212 +1080.342645919094 +981.1577895487679 +1046.6774268285155 +1060.120989666292 +928.3001161646893 +900.7155019861182 +969.1790713357221 +893.2400230362443 +634.1853185779198 +418.1657912704237 +161.36853535764655 +92.71004139524989 +111.03909395467447 +92.67552945277244 +174.72312405387953 +289.5015585836343 +337.69495386818585 +569.3131431022177 +705.375953476 +790.2021398849606 +969.2763844578581 +1049.9805197409805 +987.2535709201009 +981.9257007270335 +909.7213073170814 +900.8880955082094 +1002.6630030111986 +1047.434578818613 +953.6085526849655 +916.9090451039473 +971.5654170095786 +866.5793238037347 +605.2841860654892 +388.7532052702241 +161.23695104236728 +92.72722906475816 +111.03900554980166 +92.6754850030258 +168.77028547352856 +289.50143395922106 +336.53865378092223 +498.8152571424433 +695.2130584659886 +849.8301035153455 +988.0561354915316 +1104.3166024517905 +1039.9295479240068 +1044.0868472954742 +974.1782575233135 +943.558517358341 +1049.7295423130636 +1069.3466343739983 +965.8002835085116 +911.6422058676548 +911.8431476417542 +829.7362417048589 +571.7788806189614 +371.0192700226494 +161.65660660432587 +92.69317634421043 +111.03905349195102 +92.67553190947122 +178.950393919409 +289.50147990786814 +337.6949554966136 +622.5095032902556 +763.7883088583579 +880.383601088724 +1061.5338945394785 +1182.6204484713776 +1149.8765560098066 +1145.4454403037205 +1074.8583270245229 +1037.6441495087388 +1125.9947209660586 +1162.2564991092788 +1093.4780942426369 +1035.790861158807 +1040.6904112909788 +950.338427261075 +677.1040383888945 +478.6801824342513 +174.73680166223232 +92.67550264233321 +111.03913415495762 +92.72735110264772 +211.89530567822308 +285.8384131806446 +353.585165747854 +538.8580679882024 +657.7906135956238 +835.0664444389865 +956.0021850568123 +1000.9686024438743 +966.617730648879 +950.2697327567637 +877.5688714684806 +861.3958028430344 +916.6328968232318 +1000.5416795803656 +918.0345865828401 +883.2619771461082 +859.7706776806318 +798.928636961622 +565.3785177786172 +378.8623818950864 +174.00233611752333 +92.7273588483046 +111.03908962825298 +92.67556682003938 +161.33673281219802 +301.5375368100927 +426.0886654555422 +422.5834995901106 +586.030001060389 +635.9556437101377 +867.1975641791115 +951.1351847398886 +862.2846438126701 +913.38637142335 +827.7192937468203 +773.349523792436 +835.0282410476019 +870.2537854819104 +832.0212349922263 +782.0643782829973 +831.1970241099147 +775.4404081901893 +533.4985864337223 +370.91978613956996 +159.96903095559813 +92.72718676890635 +111.03893251281066 +92.67537062845639 +159.5339272459616 +289.55329458932584 +391.81327820379767 +545.2157160540914 +643.708744285703 +746.2578169756987 +877.9537745061824 +955.1998836039369 +896.6866252251501 +883.0907048552426 +807.7585528871673 +791.3134067259491 +887.6117315683978 +919.3602240973994 +850.5379623934724 +827.8361412150181 +863.7848674250895 +807.9504072662726 +536.4087375230225 +307.18777585703606 +157.74621599514396 +92.72728578769 +111.03898001687612 +92.67546002377006 +162.48567153192297 +289.5014884389871 +391.81325283091354 +521.2305333175032 +631.0082098829993 +743.9202127117305 +888.8471655967236 +963.4574850657208 +910.941101103579 +907.7228178010442 +865.9294847180903 +844.9238443246242 +937.3550617147532 +965.068770455182 +876.7419325131214 +812.1267410891396 +848.2281909853677 +793.7211880087845 +527.1336136865872 +280.2921468550034 +156.34767201206236 +92.72721325858059 +111.0389566971688 +92.67539441890713 +166.48071924986357 +289.53501352474893 +391.81330142791563 +505.4342286433909 +629.3388598559502 +753.1208942136832 +910.8847237172777 +997.5475665892303 +950.3688331192474 +954.7057323985222 +888.3146284043027 +848.9911570997117 +930.488574751574 +963.4746830693961 +894.1135878719576 +874.839924077913 +914.4795299177945 +824.7575106924487 +553.0976902122683 +362.42560600414686 +159.1494101711598 +92.67541476223275 +111.09106505156986 +92.67526100846882 +173.8763297669549 +289.5532444262135 +391.81333414494014 +528.8543286898984 +586.7879424911325 +691.7013231074503 +845.4506647604503 +1014.8776087733562 +1017.6889176533658 +1020.2378000159007 +946.4824678054471 +909.8464077709516 +1014.1980653004523 +1046.3851974919282 +999.1443094505812 +941.9668377330045 +990.238089824556 +928.2230925070816 +649.7811294099062 +454.52600668466107 +164.5215478351221 +92.69903658405893 +111.03905303069024 +92.67553145694926 +197.23719626873392 +289.5014794656531 +391.81332292060756 +722.4531183708558 +790.5280154015846 +892.7982414864967 +1030.025365835901 +1119.383959918047 +1062.220477037697 +1068.3574294614896 +1021.1721496935781 +962.9885876100983 +1062.1944186100704 +1090.2678233066674 +1029.0695097099704 +1037.9711707800514 +1029.4715923645701 +966.6253018116316 +689.0130848462098 +487.299893728179 +170.39380015083972 +92.72154041260728 +111.039050435492 +92.67552891746075 +187.18521858669 +285.8384233501731 +407.65170274773067 +631.2030369644825 +742.9113037541008 +935.4968133624724 +1073.0237042641083 +1164.7364915224005 +1126.3202906386928 +1084.152117706333 +1023.4146928983637 +1029.390545096411 +977.9583327586756 +1138.760891861639 +1096.2119819497814 +1067.403662235719 +990.3540426305619 +965.8649745731511 +736.0343236766812 +526.7136773626411 +183.5441909871264 +92.67549465962828 +111.09101821354982 +92.67526114434325 +172.51609451342688 +325.89733438133624 +449.9520524769442 +517.994384172926 +666.9017110598362 +700.7701924174355 +946.4534720882754 +1033.965431390627 +962.3799412758281 +984.5094294516 +915.6666889453936 +902.7446827684374 +968.8063057652508 +994.1845750570745 +960.2967875451815 +902.4539172800189 +936.251379169867 +943.0384922344551 +624.3570575050755 +455.62570762594095 +167.2072385171031 +92.6755128660358 +111.09108740310873 +92.6752356203102 +170.77328241252187 +289.553217042632 +391.8133094717683 +689.2144174113708 +780.2460805983709 +876.8059905157219 +1023.0398276308279 +1119.239098249955 +1083.169760237393 +1108.1906939532023 +1002.6482795078011 +978.3904413221439 +1052.1185331782033 +1080.746284961622 +1054.4082842019784 +1040.2570626040103 +1064.2878223649086 +1000.11271628956 +674.4143585351601 +464.6102431672558 +161.82130190620268 +92.72729858971445 +111.03899177347131 +92.67547152244352 +162.97549180510066 +289.50149964187534 +391.8132639794538 +498.52271287400947 +650.7484248359332 +734.4901362490522 +912.6710081143916 +978.0874385893002 +948.9615020245882 +943.628958113843 +867.0351850300474 +845.4814039780633 +977.1315720412268 +1038.5744263819706 +1020.9661217610424 +984.5001766954663 +1034.8655513754854 +947.4205374068214 +675.0343117607487 +465.9752211862139 +166.31172609293836 +92.72725947913936 +111.03895586424181 +92.67543639234131 +198.0549722752262 +289.5015440893698 +391.81336668916 +709.2650961576583 +761.0358422573893 +843.2175786402514 +940.3140793697297 +1022.9266383902142 +943.8530186611997 +948.1050203516404 +918.0519542508308 +903.6183983169856 +865.7459912469233 +804.4555796020192 +716.9586732632279 +696.1938205153924 +880.5350444331198 +809.0401201842111 +605.0629457986256 +398.00180467779296 +156.6119758443385 +92.72018092823798 +111.03905055845405 +92.67552903036838 +165.61134443128896 +289.5014770923584 +391.8133205721404 +627.1211259636602 +561.2687819198512 +635.9227937961091 +762.7308582289844 +830.674295996708 +793.8722752835613 +801.1820727223204 +749.2423624713231 +721.1570957293649 +817.5908791758309 +829.2142533096848 +733.2940671667637 +696.0409444480983 +749.3704409980417 +692.5412525059666 +459.94992721806614 +264.64977481125516 +156.6215696077797 +92.67545276713842 +111.039084412096 +92.68793995938186 +171.30260498071613 +289.5015096680209 +391.81335282262376 +514.6086760001411 +566.1852260792456 +653.1011011427173 +839.6628521822306 +918.2894882553786 +835.9938392293851 +851.8873628761199 +773.0730696262476 +754.1559864903658 +855.6240770443543 +867.1984853577306 +776.2281162734301 +731.2024570956934 +765.8884918756762 +692.450154979584 +583.1030478522422 +368.2187324287855 +162.20134433883985 +92.68442838225761 +111.03905418181482 +92.67557416716522 +156.89631248467614 +285.838428462686 +407.65170783489407 +502.6559520049512 +480.1618054494945 +656.5247107195344 +815.0678662635315 +859.6898073037801 +788.156702053777 +809.3681222776132 +739.1119482861415 +713.225141743366 +802.2387129237487 +869.8197383025632 +816.0480210736386 +738.6598929302401 +797.9992931817933 +767.7826434029636 +580.3299296649175 +362.7135666823609 +171.07181381466438 +92.70210819196811 +111.0390946504954 +92.67557173228543 +156.90083001655447 +295.5835423070571 +426.1209741748121 +466.42830112216586 +602.4662294571067 +539.2107688941354 +823.7881354470184 +917.2818214520204 +805.8144591395642 +824.9403196313211 +740.8792186471867 +733.8078865081529 +782.9267377632582 +833.0492505408657 +763.4570136154499 +703.6564821821498 +705.4954531186727 +743.0556251531663 +517.8146526010721 +351.20005689742044 +157.00104072632504 +92.69132781182351 +111.03905308862257 +92.67553151575417 +185.03704904153912 +289.5014795214678 +391.81343835440646 +589.3989396254602 +671.9803960146261 +703.5345334991507 +858.3305985690845 +952.671110463742 +858.9173205344745 +858.5095559269283 +766.5324437189635 +759.0371502306305 +848.6540801230673 +878.8418769172747 +779.783275051572 +693.9670301439538 +850.53907407905 +778.4013867622148 +571.1051434895717 +348.6723194001188 +156.68259029174828 +92.67824170173049 +111.03909673642858 +92.67557377472855 +177.20065153861069 +289.50156111459955 +391.8134396023429 +569.6875975619971 +672.3365602684661 +648.8532542039941 +837.109205434979 +917.3088408087011 +848.4191301453989 +853.7130410995317 +776.972903391845 +760.7650541835549 +870.9978738967999 +890.7588218769861 +808.8760644628652 +734.3872955222967 +749.3669543286092 +785.0825614416847 +575.515139604945 +350.7686437324939 +156.59432231751268 +92.67544107292055 +111.03926881722693 +92.72722412219083 +187.5675822693419 +289.50145646183967 +391.86503828555 +562.9264635862977 +666.4903572002274 +648.34587291881 +821.859111562537 +927.9790823743546 +871.3608708508584 +843.9835768964091 +746.6607798741634 +725.1067705474651 +826.1090396227531 +844.4078444211647 +794.383699111282 +751.42068568251 +770.5677563177805 +713.3929426357967 +479.07221776306994 +286.4764903615246 +159.30810043484243 +92.71510176393748 +111.0390510008376 +92.67552947062624 +165.60541563094168 +289.50147751920747 +391.8133209955012 +512.6958696228675 +561.4388816620898 +674.3839384163803 +849.6464150886552 +932.6278906289122 +858.909760777016 +887.5811716996694 +797.6876918251954 +790.2098133011881 +889.349806154158 +921.5297865601109 +839.3458625063821 +802.8145503690204 +852.3592023408276 +808.183457617785 +585.8843749394554 +344.18712756992915 +160.73534928013456 +92.72727998902795 +111.0389244069429 +92.67544787871577 +180.3496600515823 +289.50152545838137 +391.8133338789313 +611.5273223815361 +703.3789473658948 +795.1566045858128 +956.3083768714283 +1043.593531507179 +994.8661217790974 +979.3935774971072 +932.3315714560443 +899.6301728943104 +979.3125184375416 +988.2764907203729 +903.1259935448744 +881.6659084900115 +937.1166887195188 +884.5427596800932 +651.9747644751563 +406.82866010989767 +170.1083340155167 +92.72726787387813 +111.03895650535522 +92.67539422973152 +167.78305920815737 +285.8754466955766 +407.6517059172224 +457.7389010270026 +607.1886941125557 +762.0414472684222 +910.7964283747077 +952.4076396971371 +938.7243130982373 +880.6327106774822 +866.0972503732681 +791.47328015612 +846.1060788152394 +929.0495603664633 +855.0690075732598 +791.4917696922203 +719.331464434933 +684.1527751597067 +578.825418486785 +366.8484627182589 +171.11423878695808 +92.69761838936911 +111.03905253700347 +92.67553097369837 +156.06540740054896 +295.8462000251036 +426.12748186927536 +473.3203303955226 +620.7176940193389 +507.51813594653953 +757.105539740103 +847.5993372151091 +769.8389142271506 +778.6238001727753 +703.8798223180394 +696.2849399019913 +771.6870372118537 +771.0256147051126 +736.892591524771 +654.5808444930382 +792.9671058502918 +723.8672187613021 +524.1501365358725 +344.9204800378864 +156.63171450490532 +92.72732643155082 +111.0390600290577 +92.67549607342893 +159.58549302612866 +289.5015249430595 +391.81340389245645 +614.7328577092749 +657.9461229402959 +633.6985464131441 +762.5622638690162 +863.5974066646597 +783.4954701498904 +811.0178511602812 +756.0343251487883 +732.533667354014 +830.7431327719556 +871.9410499677559 +790.9159335859802 +768.9842042650438 +749.6371760361316 +692.5898091904944 +583.8452647812176 +357.4576709628366 +156.6887023619891 +92.67548446270516 +111.0910071456309 +92.67520766568336 +175.29797708921328 +289.50146135087704 +391.8649783370215 +608.626651804912 +561.2603491213603 +732.149064977348 +871.5066296597377 +969.3470871082374 +907.3140959771497 +928.639761322905 +868.8514870694995 +862.0641747311115 +932.4334611208322 +939.5390024495583 +870.4202498970791 +903.2133655399458 +900.221060340371 +844.8213531615223 +557.7180095509549 +382.6507298375543 +160.95782379403536 +92.67551652514574 +111.03914800014573 +92.72736601079427 +178.10788623124324 +289.5015715431496 +391.86513805641414 +691.220914783741 +763.7180522751123 +844.5979102527999 +994.8334545360485 +1091.8039648827219 +1031.154470287774 +1020.1373459284717 +959.7639272804201 +916.6806050121161 +1011.2358253782121 +1056.0581163140312 +1017.2387449648303 +1041.5149966701886 +1044.3811805982032 +962.0216591892022 +704.5239503657721 +498.7906412753078 +169.48146205564532 +92.67545022527872 +111.03923628285871 +92.72746104734678 +205.88283330929877 +289.5015011365803 +391.8650962630216 +770.1543603900598 +826.437283511708 +890.1201695765825 +1047.5014905544335 +1125.0247834186168 +1066.873716847895 +1062.6612421401749 +967.2324127019209 +932.4216326097735 +1042.4333116538298 +1087.9850630413646 +1038.2231344876532 +1015.3016024088446 +995.1439955209154 +917.8847807744019 +660.1673045981381 +464.8053994659177 +165.02822347226567 +92.72724023736261 +111.03888777427481 +92.67536977961129 +190.2385317929424 +289.5533610280039 +391.8133010665641 +665.4149624301403 +740.7717433017533 +874.8290478102399 +1058.8678574826606 +1153.4722687468327 +1139.2372217540283 +1106.8437950098494 +1034.248244231398 +973.2467593526188 +1034.1177507159841 +1073.111669385478 +1059.8879054930362 +1120.411019596422 +1122.8438991112341 +1047.98746443654 +763.056316547134 +560.2449829504411 +176.50161278034648 +92.67721126199413 +111.03905474761598 +92.67553314251302 +193.92935346281942 +285.8384274662639 +407.6517068428298 +650.3856260149635 +742.2385294872465 +910.8099632810636 +1021.3421199965298 +1113.7877693962116 +1078.7185541012907 +1061.651414022823 +995.1704489879821 +972.3441795166154 +1031.6021897323628 +1125.1400207606614 +1065.4303171477188 +1084.2853683752621 +989.1171347559903 +965.5451943162993 +724.6014513939161 +534.0977543370273 +182.95901774277752 +92.67556410765458 +111.09086634997222 +92.67528977148129 +207.10909666061946 +362.88963974207445 +500.85071245459187 +662.0739190473794 +785.2875510940878 +781.2353823758067 +1002.7789165105655 +1097.9764101068467 +1002.4633850357822 +1001.0288252747524 +921.1243018369252 +887.5848460735544 +919.9547941095094 +957.5198283198014 +896.3485036048027 +902.493208445383 +844.6439025151897 +735.5995628801379 +464.1800748267354 +292.4461124947033 +157.01966273762238 +92.67536047977316 +111.03914772711778 +92.72736571438949 +159.33011850658247 +289.5015712798461 +391.8651377699489 +617.2471573793492 +576.5774030113447 +665.3413057560681 +823.8874180507231 +894.8832134910708 +848.2833477551802 +844.844466640367 +763.0312709547586 +741.3370562937655 +854.9357937623927 +902.8542890691367 +838.9796627592391 +885.8873313386399 +835.0176632450618 +727.1328285176764 +492.2098800648142 +279.61448023759823 +156.7051536309563 +92.67548914823726 +111.03909058518875 +92.72730420733346 +162.43614470108838 +289.50151598142423 +391.813359074543 +602.5359672867601 +561.2300831430015 +663.7476485238049 +828.4358392197911 +912.5905331412057 +855.7870195337255 +853.8795677723268 +798.8656168439594 +793.2250082662223 +871.5324323829602 +890.2999656808395 +814.2159172340256 +848.931368060401 +850.0377053827816 +767.1345649183683 +475.6924134181208 +264.409765890254 +156.40595793180668 +92.68631655127274 +111.03909652819344 +92.67553198262753 +163.00145158505197 +289.5015613527823 +391.8134398371861 +613.2936895512933 +561.2564249218256 +723.1573897793675 +887.9589043005767 +1018.557017834748 +958.9024313933703 +949.3848198916172 +891.7406875655527 +857.0438256222781 +957.4171770000859 +986.2836269396845 +891.0905228220521 +898.204430433274 +877.8122327424311 +773.4174504943777 +501.61007951948613 +282.78966016773893 +156.97314392083152 +92.70873275782714 +111.03909477489633 +92.67553025699291 +166.41927808598933 +289.5015595385912 +391.8134380460354 +627.8170316478828 +600.8393184088958 +763.8232947747316 +960.9945336984061 +1045.9884429540211 +992.574167342253 +993.8178779354636 +924.9651415108214 +910.5041983682243 +1024.92883280275 +1032.756718430109 +953.6594845222401 +942.2877806658677 +945.3633392634642 +841.5916460779182 +568.0894203572647 +344.78454033197227 +157.0520754083969 +92.67547236895793 +111.03910395925097 +92.72731860356717 +175.02459846651465 +289.50152880184265 +391.813486755137 +634.557039572715 +577.7958090348206 +709.0908344650103 +904.7848869509836 +1036.3158148976238 +955.1226363840443 +947.1072501501512 +889.9652204223314 +857.0121092847256 +956.2937142555056 +974.1524381757698 +872.4192023658456 +854.2374144785595 +819.3910608936858 +741.3069896470967 +493.877437137646 +264.4600722340261 +161.8446629219309 +92.67546329700086 +111.09089033647875 +92.67535440120088 +156.84084078480453 +285.8900984627746 +407.6516042140435 +509.2791745378852 +482.56424543668413 +646.6642674668301 +778.8069074739849 +814.1006515354271 +847.3262470659736 +819.4814560917932 +734.1068136920868 +763.1104713357112 +778.9316449560577 +860.6481113298312 +820.7306293280824 +839.2856569729582 +762.1872377087515 +741.6197352338712 +513.256397031646 +346.5535808264918 +171.08693291372273 +92.72720968805794 +111.03891015830169 +92.67539167718506 +158.69597127105695 +296.90951803492163 +426.1288803070927 +410.2209225052307 +565.77965556315 +619.2971506842702 +864.1279079127089 +947.696394161135 +898.4021649595171 +869.3968595207259 +800.6369771939256 +791.9804743810558 +833.8184384129713 +872.5482352003286 +823.5010616443938 +815.6228407377847 +812.1184266044039 +744.8524967780362 +516.2319643626739 +333.4766244806823 +156.96625581618088 +92.72719587668269 +111.03889747843552 +92.67537927353779 +159.3299601217241 +289.55337105548125 +391.8133101881807 +654.1939629019873 +585.090900037498 +786.5982168963058 +994.6986401752172 +1094.8104144490642 +1046.0047472968197 +1053.0034503358445 +973.9958081793558 +942.6208429037663 +1047.4239148546944 +1089.5366355926785 +1036.1724475176102 +1031.778862514998 +1011.8394726273785 +931.8966251168318 +688.924079570022 +373.28892660142367 +158.14159510713284 +92.67676322533352 +111.03905437278073 +92.67553276735907 +163.00700589324242 +289.5014807508147 +391.8133241930077 +531.565169751281 +624.7309567381247 +713.5776317148582 +852.8014999200558 +1003.1731126966706 +940.2325953624743 +959.325107496896 +867.0647755507936 +848.7913033750724 +945.7926491689885 +954.0565695759095 +870.6782130195505 +877.1298662409507 +858.0239948500648 +813.770335654611 +565.5779666162864 +370.3473126421481 +158.2405152064764 +92.70813362145917 +111.03905161364574 +92.67553006859904 +166.14076017335577 +289.5014781062403 +391.8133215764233 +529.817016826807 +592.7371459927638 +686.1001512003808 +905.6357790561284 +967.0130127173228 +929.7381933473077 +928.8444550039038 +834.6527112138945 +785.3128384866476 +876.8996167612243 +781.8774682709279 +726.4474838537946 +872.705227506679 +870.1995711561228 +807.5583372580176 +587.037328858484 +364.57460059158655 +156.61697571649046 +92.67821125573928 +111.03905424447998 +92.67553264608796 +165.61768079459912 +289.50148062788566 +391.8133240739044 +628.4232003978289 +697.2629764692807 +725.4768695133993 +855.7690932006516 +926.8550320149858 +750.0760160767909 +755.5336675846809 +708.1220948121633 +728.5577700600278 +815.2649238519734 +853.308873716495 +812.837779077623 +843.4220666102075 +848.6883485885309 +776.968625981233 +574.5841390454051 +350.57109197672463 +156.6705601022393 +92.68513539780159 +111.03909613413774 +92.67553159550502 +201.70524054581819 +289.5015609729083 +391.8134109384962 +603.0222351927633 +675.3920448467449 +751.7140751712703 +846.1281357627449 +913.8486437645645 +751.211085800792 +828.4075297965059 +674.5511088520136 +731.4752461453104 +826.3741694198325 +772.752094233518 +807.9054455578209 +837.3406775646516 +829.8545497303697 +768.8516070518648 +561.630119979961 +336.7031195027272 +162.13189331933805 +92.7232882279054 +111.03909279770609 +92.67552831596176 +195.86358781956827 +285.838424199466 +407.65167589419536 +456.25502786365666 +582.0073858024385 +724.0535972877367 +838.3808079112857 +786.7588035467345 +784.423249843017 +763.0398112570347 +690.9702749304741 +679.96521600626 +732.3435313451415 +826.7897222846498 +800.6008869235704 +815.8103797507492 +720.76749998179 +683.8357263413892 +459.9146961953752 +273.43371271775067 +171.1669556360179 +92.6755001148523 +111.03911782494077 +92.72733352105 +156.03078462743542 +301.58111011054996 +426.14900238100483 +385.6924661225349 +533.0553842489071 +529.9254717603322 +792.2190115878242 +867.3381726919094 +736.3961011735393 +757.58966175384 +640.1286073612196 +628.2839036761513 +705.2205854849187 +725.8883616107955 +694.2993164504201 +796.4331148520757 +793.7672947074524 +737.9520362393945 +547.1818348990208 +374.82089376345454 +156.96480246055643 +92.67543836459775 +111.03922457982864 +92.72722169879422 +198.3152629828111 +289.5014542999625 +391.8650960302937 +584.4372383830661 +659.0686645549042 +748.744985857142 +841.6063280827693 +921.1321910600151 +749.7423035363444 +753.6087632320751 +688.3693597530777 +691.711066828014 +756.6624078791151 +773.01938182571 +819.3655274368631 +839.8852752630916 +826.5512375549202 +795.8833649278417 +529.0260872808227 +319.1310885185445 +156.6295104383215 +92.71312826161284 +111.03905117436926 +92.67552964013612 +204.35315928584154 +289.50147768525676 +391.8132910466642 +537.5923684517624 +629.8151892231133 +738.2283258124519 +847.2954500948687 +867.8272229715976 +818.0724229717803 +830.9402456401963 +782.7827932773513 +751.4010444689798 +831.4908064230278 +851.3927700142281 +824.2320389292295 +822.1763767585479 +822.3658914068027 +747.3382019927706 +511.62799496518113 +316.4396731369098 +157.6957667017714 +92.67551839208352 +111.09104397576836 +92.67524159357204 +162.44201192953858 +289.55322335156836 +391.8133151534353 +632.6327165754624 +684.3860447288356 +735.3271130486004 +762.6855331617113 +904.9091409196017 +855.7049130658544 +847.4755488058933 +673.09565067448 +699.5288271167354 +757.5793418596722 +882.4810780751394 +818.846064966711 +860.9523180295116 +850.3745721452149 +784.1966487392391 +579.4542598336388 +360.51174532922556 +156.60774433245032 +92.72729531698793 +111.03893853268211 +92.67546162734938 +177.04450747239778 +289.5015394148089 +391.8133262366201 +588.4747496968033 +661.8854723532204 +726.4244020150294 +810.0992168327784 +905.9327865577669 +825.7143158018885 +828.9026563491889 +776.876795909298 +752.684297076216 +852.6043608954295 +876.7022560787126 +816.5306986704007 +817.3350445686752 +802.900477812484 +744.7818630508256 +578.5286445548182 +368.17291561758594 +156.6755597824207 +92.69178883378197 +111.03905304936352 +92.67553147582899 +184.7158801579474 +289.5014794837601 +391.81329282927084 +598.2907302577652 +670.9363686964888 +715.7302668665055 +841.0556615356784 +913.3588767177389 +839.4644857869245 +833.4252857473809 +766.0489846704776 +733.4948407059469 +822.0209060501089 +856.1702537820368 +811.6866194870532 +835.4496641546077 +838.143998347134 +773.159170197213 +570.6207588645375 +344.1539654548924 +162.115216421645 +92.67550252841762 +111.09107625074347 +92.67522528481692 +199.39374056056914 +285.8900995840092 +407.65174372815926 +435.17893399441715 +553.1105659301992 +716.5212372550783 +837.1148000026488 +849.9419392584383 +795.1400432096216 +784.8794873973995 +728.1341815576278 +711.5718439332275 +746.5304118700019 +846.5104838590524 +809.7667645861517 +821.8614052999499 +780.6106078641748 +747.950942795125 +500.06193330798516 +300.92502304185655 +171.12391687290818 +92.68578775853035 +111.03905357795638 +92.67553199208973 +201.25375115410705 +336.66587355239864 +465.9697051633966 +412.34794448944433 +541.2054373298611 +544.1466094487358 +786.3167370667157 +866.9013015742744 +774.0055975235916 +773.6945017332415 +703.1694644690884 +684.1241570013751 +750.4845072934855 +785.0433201439675 +758.5436326942956 +764.5015974601655 +758.6523380467286 +692.2284659759872 +449.7296811473749 +281.05204515361703 +156.9592015947424 +92.72727596015577 +111.03897099458098 +92.67545118915294 +211.00890182280347 +289.5014829950199 +391.81330602209596 +539.0110733026913 +595.7415287144302 +694.159840988676 +822.215389060043 +895.5631747619501 +830.3900848537994 +825.1447943269374 +755.6294421638864 +728.8648610072456 +823.3723364856078 +855.802741588907 +804.1117711446109 +835.4073284949171 +816.5871457829037 +787.6534502852331 +524.3463427000746 +318.68753374734615 +156.6423781024152 +92.67544863749065 +111.0392347184418 +92.72745935985941 +200.83310095546233 +289.50149961844636 +391.8651032200925 +604.6569986378371 +681.8199046030563 +634.4076474531396 +801.9612194939411 +909.538338798906 +829.8560129309884 +831.2481161927959 +764.1784541759728 +747.7495713726906 +831.4086198298985 +847.428863980877 +746.9918527769495 +750.6269265003772 +860.19103051052 +786.9501004757167 +567.2144050741645 +356.4935557240809 +156.67182616626548 +92.68742774599698 +111.03909593136311 +92.67553139710098 +201.66351572600846 +289.50156077920866 +391.8132937948372 +604.3478462072177 +677.4480163288019 +650.0823076261609 +829.5445470887444 +959.2634375699699 +916.5079868257885 +921.5727100777549 +861.6274862402734 +839.3102828667984 +933.5312259783287 +954.0807525297944 +845.7817396434888 +823.9724685805418 +794.6833263348956 +722.9219177209171 +489.0803660520384 +305.99296350850136 +156.34413304428816 +92.72724361628063 +111.03898441383096 +92.6754216815571 +169.8471158325091 +289.5015420359875 +391.8133667955273 +514.1526605372992 +581.7612220390289 +676.8888134138818 +858.4107816080212 +944.4597037563005 +845.2752838352937 +833.6076094665613 +801.74492778999 +780.7167389784341 +870.8104788689423 +879.8995136668079 +816.5815925587648 +819.7893108861003 +821.0048122277536 +743.1831245068141 +459.8587936492806 +264.56516199911647 +156.66245815565463 +92.69420089803037 +111.03905283743447 +92.67553126782128 +162.49071115727537 +289.50147928009466 +391.813322739216 +614.1161021761811 +676.8954702662473 +754.0035590837446 +838.926806780095 +911.7293875400435 +843.3847243488218 +838.0597257672056 +761.1874030789467 +728.7227928916946 +810.0349849056013 +847.1510101336787 +795.5089109611524 +819.1543546051793 +813.4530489884179 +790.5883437486915 +534.0058294155341 +322.3563799666569 +162.11271680201085 +92.7273138031657 +111.03895556984756 +92.67543610247921 +188.1300016959989 +285.8384249579247 +407.65176582391217 +490.6765240865485 +535.9764563410548 +701.755918845596 +823.9455602303822 +859.853396993058 +815.6673580017667 +794.967807275569 +715.8198918044735 +706.8067752699566 +762.3666679625876 +857.2059299321146 +827.6912784593045 +842.8097742429597 +760.9556655238306 +735.2797328294647 +486.9521396268882 +298.6987889757403 +171.12725897480252 +92.70725803626297 +111.0390516911685 +92.6755717415683 +199.65551818210398 +342.8319789311908 +458.788250146466 +464.9555930985819 +537.8044636654864 +545.0708756916362 +789.1055948371385 +842.4443952989491 +758.5577036178884 +764.0138266068527 +713.6887895742188 +710.5864857787913 +763.1037650729455 +765.6871357256824 +821.5899511441505 +764.4054990409652 +759.0065903184029 +692.9364092259829 +449.01680486407724 +281.393352872773 +156.97092117067626 +92.72725630666116 +111.03895295337885 +92.67547565768403 +209.37352937273246 +352.3210527038441 +446.4252555479679 +584.1143763102592 +586.8390409391993 +670.7899158387086 +825.1804470673985 +907.0738116595842 +829.3769249975007 +820.2251680200502 +747.6547383927642 +714.5070229047788 +810.918109541289 +838.7208459869535 +842.3752498942174 +805.981781832913 +798.8105549948771 +732.8562319318912 +485.6179514198986 +290.6750050663615 +156.98808567917544 +92.6815639897639 +111.03909644374879 +92.6755319019257 +213.02237758549745 +352.34119153584885 +446.4425336394904 +585.7126885349941 +589.0533270865484 +666.579017347903 +811.2194147523006 +896.3307727901749 +789.832317568822 +783.0734187400976 +723.0485774279542 +698.0715476876444 +789.1369824732634 +818.7506130002682 +815.3178332459227 +804.0676726032556 +799.4957888559449 +735.5071242414514 +485.26894012554953 +290.1681181150851 +156.6746430400324 +92.68732423840828 +111.03905344337136 +92.67553185791867 +210.85746026023475 +344.39613508115224 +446.2951373745813 +583.9195179560458 +597.4152166844148 +684.6666444296216 +832.7411118314856 +876.3648111066298 +810.574321605873 +812.026097519095 +741.2170014708397 +707.3820061341528 +800.1248987047993 +834.5394426246339 +848.0014792266381 +820.8823011091489 +821.8710967805847 +790.1533823225855 +561.8783617749787 +334.76616573350714 +156.6382445983245 +92.67542716541516 +111.03925516665238 +92.72743607122437 +209.01151862864117 +289.50153239270935 +391.86508029591863 +638.4812824685574 +629.8886833914631 +706.6729680950232 +845.7900828036949 +881.2609923186477 +810.0326582202911 +806.2003533513237 +734.2939501221043 +708.1828050599601 +796.4274153829217 +843.0428836976974 +833.0070849934233 +803.6141632175039 +816.6455645769116 +791.0951618432642 +563.7685329913145 +332.7299685121888 +156.64199763535356 +92.7013224787746 +111.03909471860075 +92.67553020526768 +209.12577264881125 +289.5015594731044 +391.81329249034394 +595.6775930909919 +620.5337830215811 +711.4228872256796 +849.2586557368155 +891.7111878967436 +832.7206977484233 +825.4032649818768 +760.2738083969429 +723.6663584107208 +817.3145509889923 +855.5236682133241 +860.4748363777023 +831.2679092914345 +829.6807193261199 +797.2564215854102 +527.5099345224313 +323.21337747608186 +162.18482437746383 +92.67548514094345 +111.0909910086613 +92.67519280009456 +201.1430616235298 +285.83835447620316 +407.70351521445616 +516.1279724008956 +580.9543943281495 +732.5339053443431 +808.1293753150727 +868.6581836221495 +843.6095016493123 +833.5123476602445 +766.665247749136 +756.971614676782 +809.4638364542724 +884.1911647347471 +882.0160305394336 +798.9551302747341 +704.066221254892 +730.4509344014433 +490.01073630668316 +303.41725899034583 +171.0691353627294 +92.67545657519068 +111.03924254981119 +92.72746779058542 +156.33663740466287 +301.59387409783983 +419.1581414938803 +452.4926653114594 +536.9280887991034 +584.6273616273454 +858.3010812990987 +938.8338221765142 +888.4403080933066 +897.935521155576 +818.1418368048897 +809.1953242812524 +859.6120842077053 +879.9828209344176 +878.1071996107283 +825.2832777814893 +807.854247983468 +768.0552743914634 +527.3571650087762 +356.48378671778744 +162.4347555728349 +92.67539868872728 +111.03918542971344 +92.72740629641206 +159.33010520823436 +289.50160794446896 +391.8651777111929 +669.6504326254873 +683.4528077411632 +741.1716550976779 +857.9101207211133 +870.4222896814349 +833.7137842366855 +817.5265667676191 +737.036353486148 +703.7642998154715 +803.6123468386477 +845.7760259474395 +843.7768059121208 +809.943231715656 +804.1068804629285 +739.4570670135328 +485.14388281429717 +289.919952834117 +156.69810381542095 +92.67548474173847 +111.0390861850727 +92.72156552895281 +210.85570585100518 +344.4278428573632 +446.29868222512 +584.2890424428894 +589.8264452572067 +666.9490996874048 +807.7464375339462 +888.9352916125359 +812.3065634898411 +810.4767399252191 +747.6349216369431 +715.5172375216746 +819.9874305111983 +848.6790677017318 +849.1032408803892 +809.9185715779807 +807.3931677662545 +740.5312787225545 +485.30343659041404 +290.0353888323452 +156.59796440179315 +92.67551287530735 +111.03911428693887 +92.72732971939077 +210.82231462986735 +289.50153870372554 +391.8133515525536 +595.3365819412672 +617.0154050567922 +709.039383139072 +816.4914397334493 +901.0019744819464 +836.7888868974502 +739.5491161797147 +727.9036234796222 +734.942295677862 +821.7696948530353 +870.5597652336423 +861.2187194316903 +806.0134746312021 +749.3126072183657 +795.7988617397688 +582.1450733525957 +368.7169204099223 +156.62762155313257 +92.71948373334081 +111.03905061866692 +92.67552909409885 +198.3874990078189 +289.50147715024116 +391.81329051642047 +611.7813044702215 +624.8323307739538 +696.2894056429744 +841.2141226735287 +899.3939698270165 +824.809430267384 +816.0953369683779 +744.6843568466005 +739.4920438511026 +791.4579584010868 +832.2056991172238 +837.8110910598568 +811.6028338741908 +849.828597017908 +781.4932088317596 +512.3402533707691 +302.8035921444803 +156.63669424633787 +92.71496432510618 +111.0390510162249 +92.67557108246795 +209.09102070980663 +289.5015580900295 +391.8132911128394 +592.5724152031408 +606.7589986946803 +685.1949078094771 +844.7854937728808 +888.2641735507699 +812.9241088889221 +802.2968628615305 +752.5366201557638 +722.5840462337354 +818.3065681645503 +860.2604298682586 +865.870618052331 +839.5964699049309 +824.3750619679892 +787.8000799629441 +557.3796284058701 +339.20120297730875 +162.1037876216602 +92.67551856329547 +111.03919201656004 +92.72736771072293 +195.75554835964522 +285.8383380494424 +407.7034887375124 +520.2605427450403 +574.0221715282345 +731.0050608047155 +856.1648256420488 +838.9230281167856 +789.0928151795114 +775.7049685289924 +712.1777528569156 +700.4263514908483 +749.7219229999117 +845.8086244370203 +866.0529141812704 +832.6540985288387 +786.3011849162956 +747.7103694849612 +493.71134381177427 +298.71139345907415 +171.10718134096723 +92.70275358934413 +111.03905208794436 +92.67553053322428 +201.3227297299122 +336.8703147499597 +466.02161921620893 +465.01588011155644 +541.8667889194311 +544.0939620050838 +778.7780299408647 +867.6508300313124 +792.2376063497352 +802.103107768591 +711.5199195883325 +697.2152469029559 +765.9584987223437 +790.6244981557985 +813.7612097811144 +762.687139901214 +754.7711969060684 +688.2691400543953 +449.37191645056015 +281.6682340691419 +157.03160231772858 +92.67548365626077 +111.09100626787921 +92.67520685871568 +211.11562704102673 +344.604811319685 +454.5745588604535 +584.1203625790488 +590.4395502861638 +666.2989051101491 +841.1721678459195 +890.6123611492047 +833.2896890147928 +825.0864727919422 +686.4199403131465 +674.9105796461615 +772.5774805950568 +776.4727972961748 +856.6392774701407 +822.2974594118087 +807.9848577690537 +776.1677812285666 +549.5291354073336 +336.9852361808463 +156.97036269679236 +92.71743612690635 +111.03909331043545 +92.6755288169305 +209.03873560829516 +289.501557830891 +391.8132908553668 +626.9112988331688 +643.9235577017332 +709.9108847327406 +766.1308603228943 +834.5576767633938 +768.1482454761299 +756.4891332141958 +691.6147416841078 +647.5196429976079 +744.8549311828555 +878.9302996043399 +880.3186816339347 +853.584625205707 +814.6081418373242 +774.8975568317654 +511.9569594432297 +305.70351063946987 +156.59462715116356 +92.72726341749365 +111.03895948255827 +92.67543993043736 +210.74441430714455 +289.5015475182064 +391.8133865277587 +594.7831767136109 +607.4461797610235 +682.8857701915799 +846.468441501811 +892.6958021775598 +821.416510735997 +816.3636335812001 +739.9814989088289 +703.9870146769399 +795.0038127749807 +840.1591826895534 +829.49545194614 +828.1056854193653 +831.9005755790262 +742.0978365995469 +488.41720817244084 +290.1432117034027 +156.6519585810676 +92.67550346452731 +111.09102777275244 +92.67526990168287 +209.13839957329205 +289.553233576476 +391.8133613716255 +590.4507405023729 +606.9976233729683 +690.0653891435319 +820.3873408476934 +895.495245513367 +817.0885778739582 +794.5122184910945 +742.5936604124042 +703.0941843445588 +810.7450258711705 +851.4136729786817 +842.4149586209169 +809.7575872009842 +804.001440121748 +739.9108068073787 +485.0383237318403 +290.05560632474555 +156.620791858129 +92.72733979655862 +111.03902960300117 +92.67555024723987 +212.9524950028901 +352.0351016341367 +448.45742565956897 +583.8433368794733 +590.8323096555542 +671.1681267495284 +813.092690308298 +902.2894220959654 +795.4620086369321 +793.5273293216184 +728.0595953370159 +702.013925468174 +787.1951911323771 +818.4489721766419 +849.3007091061936 +808.2780279806165 +813.5569319810676 +745.7515997151377 +493.73401581597426 +293.8927956635279 +162.11051553827022 +92.67548538578022 +111.03908682469401 +92.72730016150025 +201.20969523104907 +285.83837934100495 +407.6517086621546 +551.3297112945678 +617.5069417464701 +740.3293079634943 +759.8819514425506 +805.3727715139013 +796.7705952796397 +797.6293623004923 +759.0816594419654 +757.258439160817 +810.3159736687413 +879.4938977247648 +856.6109125125867 +817.1835147966741 +720.6835423707722 +683.8284140876324 +471.95225722772375 +301.96218970733855 +171.15230594585063 +92.67550413860583 +111.03910555698954 +92.72732032465592 +173.34798611177033 +303.3224569248721 +424.5791907988005 +523.5680738170128 +608.9584295451332 +612.7254942480877 +829.4875796637925 +902.7719751226252 +824.6034647852157 +826.8210848591581 +763.941613800652 +745.3147833151309 +790.8925567424924 +817.2159641513066 +826.3944653026801 +787.3629751916316 +777.6489335177305 +755.0911600579635 +521.3241213448501 +330.8210884194007 +156.9578667721073 +156.39764305628165 +92.68474155817097 +111.03909804781411 +92.67553347758117 +210.88903500298642 +289.50156083015776 +391.8132938461462 +566.4527149277578 +614.424847332136 +698.1014015133064 +844.1964694555713 +877.3934139190861 +806.343158135117 +809.2211791414375 +736.0734448029878 +712.584520751213 +819.2228407256645 +906.5619262185218 +847.8745516333936 +818.6176055651674 +806.2222654475867 +741.9767590874914 +484.9156773275652 +290.22266570288076 +156.64532363676358 +92.72680544303495 +111.0390499733492 +92.67552846587351 +211.0150570811233 +344.6551297817902 +446.6471233067219 +529.3486789239604 +589.6417722893567 +669.5857908672473 +808.0705936521954 +889.7396247882436 +811.4389057967912 +800.0010308247499 +730.0520296057251 +703.8195346676612 +817.8311187060676 +905.6563506759421 +842.6416224203725 +810.3859380148215 +805.438942703577 +739.4847642336366 +488.820351577853 +290.92261800468305 +156.5949789889748 +92.72718701889683 +111.03888934528698 +92.67541376763286 +209.19745673778675 +289.5532948315162 +391.81340797978595 +539.1570731879228 +603.1758074862529 +680.1522541199238 +821.0054741098919 +899.5190652239784 +826.0213755822533 +819.6405275627577 +742.1098156983938 +709.4977491697219 +823.3594935465558 +915.2314734676827 +860.3177003001252 +830.9760913735024 +818.9864486475088 +749.5587962556677 +490.8398332579322 +292.6614031315229 +156.61221217440595 +92.6820559309995 +111.03905390529049 +92.67553231006839 +210.94325909019727 +289.5014803037041 +391.81329364377075 +538.6754909997251 +598.5641091766917 +678.2867261778964 +824.0833421269292 +865.4920360483508 +791.3544261322047 +789.9472523887766 +760.5387938741482 +721.3254652439393 +826.6860023285686 +874.3320910176035 +855.5200593093348 +820.5482877437705 +817.0966891579127 +755.0481954647206 +503.294115058304 +307.0704329589161 +156.60151472690768 +92.67549561091023 +111.0910192477626 +92.67526209120166 +209.10540407791888 +289.501471603986 +391.8651590710804 +519.6049328220018 +569.2317009110517 +640.6216691904965 +807.6628976561408 +902.0814417829531 +814.535308689033 +801.7606867800746 +729.9674970669672 +729.7220639627452 +798.2974503638525 +883.3148184941613 +829.8147310363869 +799.2767598158485 +836.1828080939837 +772.721210922251 +509.2236982431324 +294.39183759563673 +162.11927011974896 +92.67539370747352 +111.09110999808588 +92.67534523874217 +199.73750113965562 +285.8901804449125 +407.65172453351215 +422.9357349030748 +514.36476644259 +684.1556926901343 +804.7115553117554 +849.7541787491987 +802.1213426937801 +781.3049045718947 +712.2101792862604 +704.2121445030823 +768.5115735080875 +917.486852977225 +874.2335263902996 +835.6214679106679 +754.9740204790996 +728.5991288854784 +485.14677692490966 +298.8090359079074 +171.06539564422226 +92.67545249406946 +111.03928002491182 +92.72723639275938 +199.6858220298437 +348.716448857769 +462.3703193880767 +408.01439776586295 +533.8324316696045 +535.5703281950439 +770.7668810266903 +858.383826709508 +781.0249930551021 +796.0314089494173 +726.6950553536903 +712.9567906396785 +767.5724738901473 +856.0457476283215 +820.7655907773176 +790.1085207786423 +786.4652180694504 +719.3444130165622 +478.227771516609 +295.5983341264851 +156.94115990091942 +92.67543572016413 +111.03922196887041 +92.72744564091711 +210.9574186302295 +289.5015657142619 +391.86508878310735 +546.8276656120634 +634.4940651071335 +715.2584021282385 +857.4156490838088 +897.4538544662448 +812.9904469041088 +796.9233536958329 +759.8968904702076 +743.1400491948889 +834.0110668377017 +917.6092842309376 +854.5994037569818 +825.6808128989185 +833.8652342851789 +773.4237483424484 +501.6796945050518 +306.97010763243367 +156.5854794854714 +92.67546089473448 +111.03924681054316 +92.72747238058622 +210.9375583925551 +289.5015113385833 +391.865115947271 +548.8864748549786 +641.2657142692325 +727.0224672309822 +821.43346575323 +893.0488000235362 +817.9995561193998 +809.659985281512 +741.0158455761574 +712.0016511701018 +802.2526988193565 +890.1406813238717 +816.9500400147717 +809.6227097166751 +806.0221952919588 +739.0765299557784 +487.53315303780374 +289.96256790492583 +156.58446917938062 +92.67549673507872 +111.09106999229533 +92.67526276367099 +209.215087567409 +352.3981285267978 +445.2424707737246 +526.5000903877573 +586.2236378812132 +669.9922280299401 +820.3418120513716 +873.7177075933831 +810.906107551688 +811.9865253718552 +747.6442930136983 +717.4652456791177 +800.8463559606774 +886.2889189487405 +824.8428528364705 +796.6616871096609 +826.2731216139774 +762.7203107962742 +553.4847917472163 +337.691398027994 +156.65301544477808 +92.70363091066538 +111.03909451492636 +92.67553000363192 +209.0116027186356 +289.50155923712947 +391.81329225792956 +602.285475001005 +568.5636596152925 +662.7137650971873 +822.7016278688112 +926.4698186264758 +862.4023580279473 +832.479658765387 +765.1485935300567 +743.1966253852331 +868.5431506640805 +962.7419988480656 +872.0285189893949 +820.4358661892497 +806.6587979138868 +781.7207645292328 +515.8255609130653 +313.48075248301785 +156.61469525279966 +92.72730656988713 +111.0390418905474 +92.67552010555785 +209.2769646204014 +289.5015054521504 +391.8133314852582 +537.9222581143796 +605.7870054789 +676.2860268664072 +810.9440889420772 +895.6309429355607 +818.8317435902571 +804.340633267052 +735.2261630199524 +707.7098743445163 +818.6338866135967 +906.3131980062244 +847.4702229194556 +823.0442442931967 +817.6057995923825 +749.9763759532024 +488.20210939222636 +289.9515242766424 +162.14545583538285 +92.67551936834009 +111.09109766646681 +92.67533393948048 +206.95560176009008 +348.8745404180313 +462.531858051212 +409.001217837063 +506.78458263842543 +675.18882945724 +799.1101684603913 +842.2567330931904 +799.5906936766379 +778.6245480778891 +711.1322122919981 +701.7837895843223 +763.5248725396747 +918.2000127147164 +872.3082561058488 +833.7207740540354 +751.5621432930445 +722.9173309540233 +485.683351782842 +299.5844949377988 +171.3931158529093 +92.727231398209 +111.03897325989803 +92.67545294881842 +199.76897617141327 +348.67167907479006 +462.3340200554643 +411.3087370074033 +538.3187975441011 +537.409369449394 +772.9992809630758 +858.9616903587332 +778.3469150576976 +790.258906711118 +715.8593169680814 +697.7391673286335 +766.9263010201571 +855.3552611027246 +820.7964077965579 +775.3896915292416 +765.8691038902733 +698.5130578826522 +453.650046816777 +283.8860754678659 +156.9506286356433 +92.67541143550795 +111.09112900671029 +92.67536265986428 +209.3109614798743 +289.55324031012833 +391.8132289843399 +544.8783040815238 +604.9024796813378 +692.254951693038 +835.3626501438368 +871.7490894555331 +802.3181509150268 +836.0110313693888 +759.6209998034743 +732.3559770131678 +825.1987669297339 +915.3261638633694 +859.3914655549977 +812.0022378954272 +805.1847744110256 +738.8098020823617 +485.006353502223 +290.0202907793336 +156.5889342731963 +92.7272186159357 +111.03891835381256 +92.67544199376451 +209.38336056288927 +289.50151972316723 +391.81334469018816 +544.7369198330285 +598.9890318812286 +677.00667483985 +817.1350474324074 +894.3881462081571 +812.6482599146918 +799.455805033325 +729.1273308698392 +708.3393654988407 +815.2058039360147 +902.8382316836891 +838.381591381962 +806.0123346983509 +800.547720813967 +735.5873199141363 +485.5407367527473 +290.25312756923273 +156.601654836721 +92.67542671181509 +111.09110014046126 +92.67529333261793 +210.9820740585868 +344.6149871683848 +446.43834242220095 +529.6035419664156 +590.0431211000068 +659.0302568426124 +801.0184058426395 +883.3954811066304 +806.6181742915002 +794.4040333013917 +725.4085162194298 +698.5357633429412 +811.0084465538732 +897.7768700991819 +832.9080223171391 +799.9511434060161 +792.2531973702235 +726.3773654164104 +486.2164849141035 +291.054745503939 +156.6427754848042 +92.6754218391072 +111.03924993811762 +92.72743040869358 +213.03071882440926 +352.2882572719482 +444.1554844364682 +529.9958600594789 +590.3807288502101 +664.0162093991732 +805.9109732687917 +887.9736277500471 +811.6911780322534 +797.2835440852277 +727.0991731932224 +699.7436244014494 +811.2910515856498 +898.479087586217 +833.1762882656801 +800.5839287086502 +793.9009059358847 +727.2435282250017 +486.2062863335663 +291.0981572445617 +156.60614323339314 +92.72728994925107 +111.03902671727643 +92.6755052573291 +213.10569945661453 +352.4816571311451 +449.5622772921564 +532.2431631922889 +588.1504366720749 +659.2499141611756 +801.9229268740839 +887.5658505351103 +810.9829510310725 +801.0009955748134 +731.032631281743 +703.4012041538587 +811.629398839746 +899.8137335429892 +836.1924079776627 +801.9482870336777 +795.0900664776649 +729.7184560382511 +485.76348490171756 +290.99519887953807 +162.14045455431696 +92.67540222167503 +111.0908921561008 +92.67531327953864 +207.0196682316488 +348.8542392179408 +462.46102804640554 +410.4004664385248 +506.73512185610815 +677.4357017794838 +820.2391614849508 +845.5477496468744 +811.4425420152008 +796.7925231186822 +736.9186016225746 +721.1636912847002 +771.0190590308492 +914.3579191426718 +870.1989230508577 +853.2682504669265 +757.4073240510768 +755.4987484504508 +520.4853554523235 +339.1527562560661 +171.52065017158102 +92.67606611439903 +111.03905443222999 +92.67553282853315 +201.29342915906608 +336.5787942298428 +465.9454709839293 +466.14188441107115 +593.6366897771212 +609.5311096855384 +741.8563527705169 +866.0752909607387 +784.3471609686425 +816.0688345102449 +718.4977121022489 +707.7483368238264 +730.7594208111701 +804.898181360153 +754.8082944032743 +707.7030758983955 +705.4849119479433 +648.5529734940068 +435.04367109167305 +281.4213956224079 +157.82294075849603 +92.67543975366826 +111.03922595040693 +92.72744992277168 +208.5338151805497 +289.5015696696886 +391.8650329966712 +578.7187890153392 +636.7589698791027 +747.8784299287327 +762.9288814734555 +846.3634317528046 +839.9767471344924 +821.1943412405183 +758.062724232942 +733.7275484156323 +810.5562827758847 +896.7230448714489 +840.2826951922765 +808.2125167566942 +837.7537144214036 +762.9663875417162 +494.5137815963216 +291.44978662622134 +156.60227482300485 +92.67554642241194 +111.09107440520742 +92.6752696256067 +210.78502661882314 +289.55325352710344 +391.81340406492546 +540.6830992562998 +600.8181835135995 +673.7895720704362 +811.9513779208066 +890.935205405752 +812.2020326617214 +800.8139112655412 +728.0568477406817 +712.262467013382 +814.4527398527316 +901.1396124629895 +838.0047249080038 +804.9316781218477 +799.9180492975152 +734.8494886789458 +486.1631597309959 +290.2160864284353 +156.6038346256641 +92.72296735821381 +111.03909282820732 +92.67556995086262 +216.5983239258598 +352.4453813751085 +449.5959690788995 +529.7514850028455 +592.5586501260167 +661.2912531515782 +803.4227070768823 +885.1444766471486 +809.8106798036956 +801.3081086516307 +728.5377733008949 +707.6156818005009 +814.6937438301488 +900.1715868635873 +836.7300988013734 +803.6036743986601 +796.957176963492 +731.3576314796087 +485.51326362650144 +290.39730795273937 +156.6258471225048 +92.67550030006613 +111.03910172357867 +92.72736580061058 +212.93807766320512 +289.5015167411296 +391.813341767007 +537.0534599984352 +605.6387193048913 +682.6650116737546 +824.4600736580095 +896.6140325324428 +819.4813791940403 +806.0212019311836 +736.9732266819183 +716.5532370544444 +818.9305201542996 +904.7776219145298 +840.575665579409 +808.1552865255305 +801.3557001925911 +738.0111168308476 +485.10018659171624 +290.3587205103127 +156.6175712942551 +92.7133072956232 +111.03905115834866 +92.67552962474504 +210.92258348944895 +289.5014776692707 +391.81329103255996 +655.0924588053781 +676.0164449118059 +643.0662493136662 +797.8152955344007 +842.8708034522559 +751.5931432204468 +798.7732937674917 +759.4828911464916 +731.5348167855232 +835.4879122203762 +918.706322923526 +861.4010582667385 +825.847483724112 +820.727961444344 +751.1347889474823 +489.70997209007044 +290.8061247796073 +161.84878483795347 +92.67543179970161 +111.0909242228941 +92.67534249057827 +207.07044418882745 +285.8901317016374 +407.6517641436607 +478.8803634292605 +526.2647124776416 +689.4720718204744 +801.4577698074389 +842.969851588724 +798.1899910347363 +777.263107830341 +708.5483884747214 +703.9849571933026 +767.9038262725682 +915.858496262941 +871.3531648688905 +834.7750733801619 +752.5102542016718 +726.1211759985028 +485.36490199095095 +298.8971104368251 +171.1701920833907 +92.67872347836553 +111.03909669439635 +92.67553214509256 +207.08858574749263 +348.88911225460856 +462.5129468275633 +465.8866953466118 +536.2384228105552 +540.6805604718977 +766.3870473277575 +851.7843623321122 +762.5082798799114 +760.8735625174681 +679.5527741179739 +675.6047842872647 +747.001574440599 +838.6731126274041 +799.2837664481959 +749.1619356794496 +741.581978154118 +676.5563364246957 +451.63216253829694 +282.5207633604124 +156.93743138504647 +92.67553058504902 +111.0392356115343 +92.72741489921562 +213.1853172733784 +352.40066578367237 +446.8428765951844 +585.5040013523918 +588.2525398509607 +662.2677446478115 +797.2650168594383 +879.9922666171549 +800.1010505212544 +787.717722842916 +718.0097225486941 +689.6012047783062 +800.1601823599688 +889.5450025360014 +826.8728814165298 +794.9228635325375 +789.4343237033838 +721.072241380522 +486.6440113914099 +291.7594584332006 +156.98129156944404 +92.71480294638909 +111.03909429810392 +92.67541892935608 +216.89309083410916 +352.6655921818485 +448.82480220817115 +585.1200674731557 +595.2035008860986 +663.9953898449293 +792.3397241372912 +871.2094507703478 +794.85069289666 +781.5984772770425 +713.2546561792416 +687.3290194069646 +798.6448859010062 +886.4382405689023 +822.6271868572002 +790.5512137586924 +784.4829666441942 +718.1550485279396 +486.66799064695243 +291.65338579604406 +156.64441707087832 +92.67549451271653 +111.03919925825288 +92.72739118496271 +217.81631664010067 +344.4614627887872 +449.6035080373518 +585.5273950394394 +594.0487186177664 +661.2277937040711 +789.2015762274012 +870.2799179030222 +793.5430222822823 +780.9729971804941 +705.9454608247856 +685.2202155853523 +795.8063189138367 +882.2821634877478 +817.8980972834107 +783.7053242636324 +777.021646092596 +719.9223418387671 +487.7236782182977 +292.82608411086727 +156.73305113642047 +92.67553244328691 +111.03920578425026 +92.72743183092467 +219.55351408751605 +347.0030608750071 +467.964152042159 +586.4999062338331 +589.7517089059711 +661.1452264426407 +788.6666708388483 +862.3946428733357 +788.497427536678 +776.9509577110032 +704.2207124610713 +676.4860504180957 +792.1735997604825 +880.1986512146682 +814.0484711955893 +778.959831177379 +775.6874233023084 +719.9175301781542 +487.76820487217265 +292.4017668454985 +156.36573049037958 +92.67552590775063 +111.0391992999515 +92.72742485529251 +219.4879872060579 +346.96552493267177 +467.8222962959805 +586.6708184421271 +594.5024152572757 +661.0067817406294 +788.5288675902663 +863.120630479346 +789.659432068976 +780.313744104576 +712.5186786360001 +690.9894256154324 +800.401900223465 +887.4949604186457 +823.5232244535663 +790.4050419859743 +782.9581779364896 +717.8875258628011 +486.74926808439824 +291.216511897798 +161.84869438618918 +92.67545909629959 +111.09088576060668 +92.6753502521984 +209.86725045341734 +343.446797569531 +464.7262038041744 +466.3141870583569 +510.2525744978667 +669.1026371729173 +779.4284642520262 +823.0111610612828 +774.3650295049057 +752.7411682312666 +682.9203373742708 +676.616386577409 +740.8581725666938 +892.3621935139646 +846.8654688418026 +806.2322398267415 +731.0617003244066 +710.7857310386232 +487.65866134658967 +302.0204331049641 +172.2514768035722 +92.67538084604479 +111.09107799997557 +92.6752701431018 +210.8908132828465 +361.25932499812455 +464.8252179560848 +469.35690678054436 +537.9544552055038 +535.8943388011891 +754.5116034185373 +830.3961026760409 +739.5934702052161 +739.1668974198353 +665.6793857239888 +660.2454575624264 +726.8460894488098 +819.9820677246753 +782.8299360130765 +736.4136684136738 +734.2656670431932 +677.530775735155 +452.9308623305897 +285.70529006093267 +157.82852549171693 +92.67549323414225 +111.09107257515363 +92.67526513981515 +221.28771561669913 +347.067139254272 +468.1182337171751 +587.9759764923567 +591.3248407493617 +664.8459796829328 +790.0923608438939 +857.3202295079581 +778.3040386433719 +769.0741297391006 +702.089212725542 +677.2193636322908 +785.117365788 +872.0170907798199 +807.6482228141116 +779.2678249738999 +777.1470253148314 +720.2781145701668 +489.52123908391303 +294.27229769047284 +157.87572855309656 +92.68159587843056 +111.03909831359054 +92.67557531770143 +220.45175743625117 +368.5141903570554 +445.37620050047576 +586.5860263177653 +597.4476754379692 +662.2990809752508 +791.2441847866282 +861.8548255185732 +787.7590422016603 +776.1576522136846 +713.1266255894581 +691.9096925044059 +806.816595347075 +895.8779944301183 +831.5557101667606 +798.6833891177206 +792.7712184069325 +727.8762709538578 +485.82162605805735 +290.6634437678695 +156.61468503985841 +92.67544302893447 +111.09109549619728 +92.67528905610489 +217.84211417903705 +344.75746398894125 +446.58423851317264 +584.0111524403211 +594.848892360402 +667.2258542412121 +807.4921989044553 +885.878559822496 +809.5036899443257 +799.4684283169302 +731.0733565393706 +708.5290938288184 +816.3405108784518 +903.8204812610118 +841.6870374309112 +809.6756465340696 +805.3743043198178 +740.227108737238 +486.1836856114408 +291.80899997719337 +156.58602843392504 +92.72718335185297 +111.03888598219659 +92.67536802646023 +210.97240150508011 +289.55335917343973 +391.8134073975645 +596.6052070124225 +608.9236626932566 +684.889238884279 +821.8006065992541 +899.2411716580879 +821.8705308454786 +818.3835025978069 +745.5493638758577 +720.7618787750538 +822.9447646083747 +909.0979348522052 +844.2866875150778 +810.4078398973741 +803.2094655216948 +737.0101519937067 +485.9649542057545 +290.2402118300193 +156.58730431324037 +92.67550847912527 +111.09103321534046 +92.67523167997933 +211.002550949842 +289.55321288144967 +391.81336760456384 +593.8976166573951 +595.6144491104527 +675.4658242492716 +815.0966335074343 +889.7061605364847 +812.52432036 +798.2556714626504 +729.0220064122071 +703.7973484604947 +817.3911864723523 +904.4373987066442 +840.1655033479466 +807.7092362883387 +801.7429264255808 +735.5530114813466 +485.27580507461073 +290.4020362136967 +162.178144281068 +92.68108192131781 +111.03909649015466 +92.67553194518199 +203.4859445136439 +348.7584495486909 +462.4214692478882 +465.79679740753534 +510.0803194924026 +669.1531615411993 +797.2942197057353 +843.8436852611118 +801.716584417243 +780.4301828927779 +711.5414756262959 +701.4234880125302 +769.015799615098 +918.4229537363758 +872.7012376947473 +835.4847164347949 +754.9453039270268 +727.0547907330161 +487.20162650409287 +299.2131445364947 +171.02878958858034 +92.67543904245257 +111.0392668237386 +92.7272219419472 +207.0963030543482 +348.89071492521987 +462.6096613187759 +466.42580211370046 +534.3087723902225 +533.7806956049125 +765.683100444463 +852.4689708925813 +765.2482552085672 +763.5579448857025 +684.3197018633746 +675.0658425281955 +748.0947400575126 +840.6148363708014 +802.2794288869403 +754.9629349510845 +748.7863413648083 +680.612916111259 +450.34216220280155 +282.08274405301995 +156.58189957122144 +92.67547049645086 +111.09104167876812 +92.67519325008186 +216.67276986668952 +352.1827736375766 +446.589215009637 +584.0456733410036 +595.8947920248197 +672.737409563328 +810.8280797128701 +888.0018776031646 +817.1209596536162 +803.7478994902393 +735.4603386145754 +714.1483435302802 +819.4436194451918 +904.6745169619651 +840.2885008523032 +807.6997560029688 +801.2049410915902 +737.7068057087192 +484.89776549456036 +290.4785329166989 +156.9249701897793 +92.67540121106663 +111.03922969313425 +92.72740849256708 +216.60961127649983 +352.40910371555873 +446.6839300536288 +584.4966814343716 +593.1002293868163 +661.035288391086 +801.4630336323306 +883.3474526644709 +807.4807468297493 +795.3011224395076 +731.5219270927944 +709.943972987647 +814.3304588407622 +900.1363044592478 +836.2856792121761 +805.376741844257 +799.4936511956172 +733.9743297589482 +485.23945353244807 +290.6750315802012 +156.59949555097432 +92.67556442193234 +111.09086669380763 +92.67533297918388 +216.6569557296346 +352.5870034584002 +448.67982728615016 +584.4915629162473 +589.6524423916392 +668.3260075731331 +808.3626288707038 +887.2466369547617 +807.5192756609263 +795.9846199617325 +723.0839560411777 +710.164222425175 +817.9898143621526 +903.5373133682689 +839.2773707515137 +807.2927842452975 +801.5139383937498 +735.6880978067679 +485.3151000439054 +290.0340908805551 +156.65833385401146 +92.67550321635558 +111.09102750570405 +92.67526965541488 +216.53914218677096 +352.4383074904051 +449.459225613691 +584.0499545631233 +595.4086283218232 +660.8985657756009 +802.0123509359694 +884.2449506271162 +807.5614114890107 +793.5505413222168 +722.5374584872696 +702.0215603909185 +810.6779688967594 +896.393752551399 +833.5041249854434 +798.4520533179581 +791.6680199385804 +722.0542639455191 +486.02629207732133 +291.392050297344 +156.96134542920234 +92.71295371909862 +111.03909370277559 +92.6755708045827 +218.01828336336754 +343.5412558776965 +450.5672234177371 +585.513992511288 +595.4754165836322 +661.8618031140143 +793.9106910067857 +876.4723612592877 +800.7208492470614 +791.01478078761 +720.7444949354699 +696.8205265560272 +807.4323575460334 +893.9178916140207 +828.298157681989 +795.80604305141 +789.4774216315019 +720.247636536123 +486.5346742643072 +291.6919546502503 +162.4629953116753 +92.68047197236508 +111.0390969873427 +92.67557401981473 +208.317301063691 +339.8866792329918 +464.61979751670583 +466.4830748308372 +515.0513892881467 +669.0963041473256 +792.6798921530852 +836.3339030105767 +792.8701720857213 +773.8394884605688 +706.840909304043 +698.7203129431248 +766.9915231717466 +916.1642174722533 +874.7261928919844 +833.1657988715497 +753.0397606704666 +727.8425952365333 +486.4375182729688 +298.81018842884936 +171.3757507395404 +92.67545456103556 +111.03924056101302 +92.72723909712612 +207.0743781274822 +348.872127472032 +462.5937067421888 +465.6336784349718 +536.1071732179525 +534.3199965775776 +766.8813512722196 +855.1362770934926 +769.1111848675257 +770.2657243075147 +696.3316119432554 +687.190523035967 +757.7096255167841 +847.7549322787618 +811.4678006834322 +763.7169909241164 +765.4054597962377 +704.0192253270312 +453.1616469991361 +283.8034833130052 +156.9620444797873 +92.72718995827509 +111.03915218084452 +92.67541385846957 +216.83194156136193 +352.4087478409121 +446.7093392473602 +585.1005662914849 +597.1475908746731 +663.8478343817194 +791.2148352636351 +870.6608849715401 +791.4827572283021 +778.5273019300018 +705.5748183874581 +683.7922584530805 +791.0613245889306 +878.1281766111355 +812.7761302398799 +777.7377502793748 +776.119919869654 +718.9712056793494 +488.1862749358298 +293.5333970039222 +156.77668785615703 +92.67544577268463 +111.03927919300438 +92.72723547946336 +223.04676573065768 +349.656623111734 +451.79563216954165 +587.6168279058712 +598.4060333419216 +661.7282824689311 +790.4458172507808 +857.5164778402373 +778.8603559021028 +766.9940650172259 +703.3700289195816 +678.8007743428708 +787.4058181331161 +871.4458111674909 +811.0163148683279 +777.929180732241 +776.6429316587727 +720.0054247379983 +488.2600226513541 +293.57944006465556 +158.01284439325147 +92.67537216861605 +111.03920693183797 +92.72726680672785 +222.80306707029413 +347.0497255370543 +468.12159598310694 +586.9950722707549 +596.1191542022177 +661.5923915384941 +789.6173262969176 +856.8820357679981 +782.0136428551995 +770.0230875245821 +701.8388905711626 +678.6196767466562 +786.0652100020905 +874.7978105406503 +808.4659614889009 +777.9253210516822 +776.2577485469974 +720.1411358662942 +488.1433405515191 +293.3293187142975 +158.22969059430022 +92.7272603822443 +111.03902285030904 +92.67550147125618 +220.400320546601 +364.6368367825722 +444.02312373283775 +587.3391760672185 +598.6548327308375 +664.7037084722565 +789.8020804086876 +857.5438440611812 +777.2231744473371 +765.5728163814774 +701.3511488212206 +679.7536965110481 +788.9408850721115 +872.7132513831314 +809.5425667667573 +777.8042512220004 +776.1195312830174 +720.7127593135497 +488.0437310709002 +293.1436599225535 +157.83102906517627 +92.67540218816576 +111.03923640243804 +92.72741575461792 +220.39992564166243 +368.3657617637691 +445.4043012461503 +586.0932543674702 +595.1311066425396 +659.8171941021958 +788.7544138871243 +865.3671372003467 +788.0137689454864 +773.6273587302057 +706.8899442137204 +688.80075424864 +800.4713726325788 +885.8959259651696 +820.7919872173791 +791.6647000548795 +785.0461981584076 +720.8943922248875 +486.30348279654226 +291.581004501706 +162.11673075050106 +92.67548129743999 +111.03915631547883 +92.67560137490557 +207.27530526375364 +348.98831643278754 +462.5291941059977 +466.5141923129971 +517.4231068324664 +669.8187722712718 +787.7477982166262 +832.3147745866594 +787.7437715984241 +767.7520042967269 +698.743240761611 +693.4560184294542 +759.5373402573827 +911.6722789182149 +867.5574881485413 +829.0018535685028 +748.6087725321087 +722.4756521045989 +485.3516153944407 +299.6385123674887 +171.41620950230708 +92.67539023564564 +111.03921892262868 +92.72716951795945 +207.09346870946956 +348.8589622673959 +462.59354518769334 +467.4383510779091 +539.9609525652114 +535.2148912649099 +756.715554363104 +843.022296762407 +757.202407056252 +754.0367639473574 +675.4180849376669 +667.8974382576521 +740.5199015221773 +833.609134101584 +792.0246212824322 +741.2453266387458 +733.4046600656395 +674.5341762820799 +451.3381303845109 +283.5635047243111 diff --git a/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv new file mode 100644 index 0000000..e9e639f --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_3_pu.csv @@ -0,0 +1,8760 @@ +0.13415405367195055 +0.07256750562144536 +0.08689813940301311 +0.07252701125097051 +0.15797217005318037 +0.27290039337821764 +0.36190539372059743 +0.3651641180770651 +0.4234844447551431 +0.42034068768803223 +0.5957401635933854 +0.6648354446262424 +0.5949937647960761 +0.5950636773113027 +0.5335719040069068 +0.529018946025052 +0.584640302106197 +0.6575535509468237 +0.6274244656328339 +0.5882612218722788 +0.5826119815853306 +0.5306244512427158 +0.3530486184520922 +0.2209447656609997 +0.12284030825157144 +0.07255011185901036 +0.08689817681922009 +0.07252704785989288 +0.17060767216955655 +0.27570761456761 +0.34959853567642174 +0.4579321998228669 +0.4690009343044532 +0.5187719302686726 +0.624226577570105 +0.6888415113062268 +0.6297160597102631 +0.618638623013911 +0.5635627361097088 +0.5479051538331207 +0.6334725594609327 +0.7010643013457422 +0.6520229091864229 +0.6251385751961063 +0.6193484178619522 +0.5663059412759734 +0.3801813231329359 +0.22797461900148921 +0.1225474230358716 +0.07252696210572673 +0.08693876231196869 +0.07252695027404742 +0.1696826828243701 +0.27606015818456314 +0.3496767803413465 +0.4581085713642717 +0.4700946295613703 +0.5188443882677912 +0.6185241289853608 +0.6793300588414967 +0.6189025762586337 +0.6078410696956127 +0.5505661440467481 +0.5392468294547897 +0.6208067918051553 +0.6889465250936463 +0.6416342262726339 +0.6118528474436692 +0.6074084919451209 +0.5620750691840909 +0.3812379404686913 +0.22905926922074868 +0.12256045269261008 +0.07252958552200647 +0.08689821169077354 +0.07252708163092673 +0.1699318929545959 +0.2761741457061554 +0.34980789316468164 +0.4597774777603101 +0.4674088173235791 +0.5183557092500706 +0.6189310996783473 +0.6779464820056152 +0.6165636817735952 +0.6085765352963911 +0.5516406914692721 +0.5312417600276698 +0.6191482814522469 +0.6891721270726362 +0.6381823941036356 +0.6125993596504401 +0.6085463619673445 +0.5619807959150552 +0.3809378916554115 +0.22876673953232565 +0.12237159650647192 +0.07255275005537365 +0.08689820987634701 +0.0725270798553166 +0.17167036645790848 +0.27165040085162767 +0.3660325607428645 +0.4585980743445755 +0.47035904611020996 +0.51734255367784 +0.6180352923144365 +0.6819885240013348 +0.6232442015927104 +0.6117726789571081 +0.5561132145540358 +0.5323610565399562 +0.6162671303191513 +0.690111303290934 +0.6393071861762422 +0.6115624399211909 +0.609173448085337 +0.5622851476772123 +0.38142616326789425 +0.22924595886342644 +0.12258602961305705 +0.07252693945265527 +0.0869388625458112 +0.07252685304641575 +0.1710332332341473 +0.2851357680563009 +0.3532073405924894 +0.45975098079531274 +0.4682080639749732 +0.5180590154720545 +0.6186433513437685 +0.6812253463525209 +0.6224327337752272 +0.6135206601731722 +0.5589926677261784 +0.5373711052427863 +0.6278824917223869 +0.6950616234249177 +0.6473014367112386 +0.6202730826766713 +0.619052699115478 +0.567513188406852 +0.3800412442508058 +0.2274144409546341 +0.12693009001613229 +0.07253753273477508 +0.08689821106796847 +0.07252708102144477 +0.16232961708043064 +0.26709058793517704 +0.36829146450414624 +0.364661467030879 +0.4055510261911085 +0.5231975242803242 +0.6168837824660499 +0.6487884433792209 +0.6113842530004848 +0.5986619636760188 +0.5435223913491747 +0.5380648810325422 +0.5897418773580657 +0.7078824621762645 +0.6742774233215677 +0.6429498922375669 +0.5755232568819972 +0.5548639038153172 +0.3808547153503534 +0.23533556142904896 +0.1341789150672266 +0.07253720993781265 +0.08689821109326122 +0.07252708104619644 +0.1643988592527465 +0.2686756925996312 +0.3787484510670333 +0.3662454420639921 +0.4245123416531017 +0.41929954057548957 +0.5876306536033523 +0.6507639796536429 +0.5844935943513913 +0.5826089891542195 +0.5211361424975128 +0.5173296014213994 +0.5742690204634964 +0.6479124768178051 +0.6163459933206952 +0.5753139591247616 +0.5726942195626642 +0.5294872133358689 +0.3531314969190246 +0.2221233471246066 +0.12349107201200571 +0.07252710824433284 +0.08693876875878358 +0.07252689818561742 +0.17185814557621265 +0.27155161141639067 +0.36629329463556726 +0.4591559704492138 +0.4711725467726104 +0.5190691213026764 +0.618108983177253 +0.6737034622956721 +0.6172747262392518 +0.6059012690751912 +0.550415551896741 +0.5312619783640634 +0.621256745656173 +0.6878279289018318 +0.6397306463690365 +0.6095297141060614 +0.6087526427143584 +0.5635563377853557 +0.38191111038668935 +0.22956646309039516 +0.12235484311669242 +0.07252704715619337 +0.08693891836316364 +0.07252693981401488 +0.17187239662229062 +0.27159356157054976 +0.36628838966723126 +0.45926944787662466 +0.4679909878905161 +0.5180282153628247 +0.6169784923787928 +0.6813214116361106 +0.6244517199888573 +0.6135206445283637 +0.5602332702303014 +0.5385976380357135 +0.628670270378985 +0.6972094995930961 +0.6471941257085981 +0.6250197589564243 +0.623801019847988 +0.5723966406924677 +0.3797849840932666 +0.22699231633178138 +0.1225787312039993 +0.07252816048013278 +0.0868981782228544 +0.07252704923329195 +0.16531705226495563 +0.22656128886213864 +0.30662960573749265 +0.46242834166439983 +0.4915727869933271 +0.5567240507882519 +0.6734002613857282 +0.6996116184661328 +0.6422352656914913 +0.6440614069821164 +0.5937888033230962 +0.5759617217947095 +0.6535269267508773 +0.721111717086869 +0.671367162084028 +0.6330989656179736 +0.627664585117626 +0.5733603651480259 +0.3801483518709296 +0.22790522109166542 +0.12281871565487433 +0.0725270352730498 +0.086898283121105 +0.07256765034696804 +0.17279665375801936 +0.27710929792987166 +0.3536498790085334 +0.45927276958479535 +0.4694184533466768 +0.5188083427244303 +0.6209207283417872 +0.675794402034469 +0.6148213165057289 +0.6072397490214868 +0.5517852176044595 +0.5311258880358004 +0.6100496103718461 +0.6870796332668905 +0.639115057976887 +0.6111086522657503 +0.6089827531331682 +0.564036826326119 +0.38143646475342885 +0.22913382371919666 +0.12232765141117077 +0.07254624311427116 +0.0868982103869333 +0.07252708035379568 +0.17156918438944443 +0.27156527379570833 +0.3660351115837945 +0.45879037006591245 +0.473222184832485 +0.517951753089551 +0.6168877615624337 +0.6838351025490068 +0.6238813382322616 +0.6185306413319817 +0.5640154382403668 +0.5416544265590068 +0.6318484112820707 +0.7005271782071044 +0.6543126692870844 +0.625525284868116 +0.6244725576297303 +0.5746057848430487 +0.37961120971133616 +0.22706309174547104 +0.12684685203866486 +0.07252921977266645 +0.08689817812963381 +0.0725270491420793 +0.1603428700541116 +0.2236946155070351 +0.3190245830265917 +0.3736969331241064 +0.41202724828987886 +0.537208840779178 +0.6324432158813148 +0.6625470589236966 +0.6267129928374444 +0.6106716282287588 +0.556448032155573 +0.5526182708581974 +0.6039098301467161 +0.7199102729114135 +0.6869059381964777 +0.6574112245087073 +0.5919620171647322 +0.5711968354763205 +0.3796031256110924 +0.23391745085507687 +0.1341525323541856 +0.0725436340134494 +0.08689817686183418 +0.07252704790158898 +0.15773657325065876 +0.27302100582157 +0.3618852937472262 +0.3645013771922741 +0.42059952363863784 +0.4183435186573173 +0.6032008565068913 +0.6716775674002146 +0.6030774749985715 +0.6030450124218156 +0.5415120060765336 +0.5337620511998865 +0.5826604364526535 +0.6592835230684165 +0.628419821501244 +0.5887626828293925 +0.5841759680692619 +0.532147798298684 +0.3526431730496383 +0.220786270509226 +0.12282660971453144 +0.07252702654186986 +0.08689824154448127 +0.07256764140732729 +0.16954042647071987 +0.27570322449296436 +0.34962654012267735 +0.45803539614107186 +0.46872134795404724 +0.5169547227702819 +0.6264561129127074 +0.6910359677427079 +0.6321525718966399 +0.6244418502792081 +0.5731819273434887 +0.5568108386689833 +0.6381227234669392 +0.7065569764854942 +0.6591439468177548 +0.6314366926581793 +0.6300493226310789 +0.5776139813290115 +0.3794899460689591 +0.2271501087567647 +0.12281803964473471 +0.07252703319414937 +0.08689822464402937 +0.07256758456124793 +0.1650561051122402 +0.22656133376681198 +0.306629650264403 +0.4697023911782446 +0.48977229697654384 +0.5491257552695774 +0.644237606751463 +0.7015142301230873 +0.6503668033284622 +0.6391822862038262 +0.5916730449470604 +0.5798522191628502 +0.659454460620011 +0.6920158008747256 +0.6518710103532502 +0.6419238185554712 +0.6331860486002799 +0.5819070976545296 +0.3810787755151204 +0.22689030806987673 +0.12254601016934774 +0.07252696514521474 +0.08689833394688047 +0.07256766675875524 +0.16663753531105457 +0.22656132790154274 +0.3066701316647547 +0.4670373089251219 +0.47543661664935366 +0.5246380029822465 +0.6353845551531332 +0.6956902043033111 +0.634716673439713 +0.6267775184422382 +0.5732327638361057 +0.5541149277908346 +0.6346945546225888 +0.7063097086058486 +0.6568711269406846 +0.6301677581370836 +0.6281255226956329 +0.5762178398501341 +0.37971150779179047 +0.22730353762224922 +0.12258253311441326 +0.07252691005516718 +0.08689824699513538 +0.0725676472408697 +0.16950401879471805 +0.27591630529363426 +0.351950338850044 +0.457028340037573 +0.47252277454178393 +0.5218080642187913 +0.6273045254433003 +0.6906233460746105 +0.6313558561296757 +0.6199393215710258 +0.5642787507302103 +0.5454573797467447 +0.6334629216002875 +0.7030232510430472 +0.654793209436298 +0.6277416999456279 +0.6260156113102803 +0.5741712796644769 +0.379824557519056 +0.22735042174848452 +0.12263513046629401 +0.07252703275537543 +0.08689825721443334 +0.07256762246946485 +0.16961479347712718 +0.27596016652311767 +0.35191555410057784 +0.4585483973453949 +0.46923056921528283 +0.5175626885806512 +0.6216442627807809 +0.6872275710418452 +0.6274395558845188 +0.6160034783665524 +0.5612583844605902 +0.5383803611568532 +0.6192460372608576 +0.6966547650989734 +0.6501426695912207 +0.6219846292225231 +0.6197556486880295 +0.5675505258363647 +0.38050957715199113 +0.22807349407751482 +0.12691421265057262 +0.07255051856628562 +0.08689821005065686 +0.07252708002625 +0.16235348709619815 +0.27320205465437236 +0.3620777812961133 +0.3653784564008056 +0.39915856440591113 +0.5246389218103704 +0.6146514752674967 +0.6507300686307429 +0.61375458766007 +0.5981221219833496 +0.5436916338944746 +0.5371717896821654 +0.590911759755887 +0.7099802902885449 +0.6795587687532382 +0.6496930404335967 +0.5844429895701719 +0.564015643321204 +0.3804838543808544 +0.23455058600393922 +0.13387018555331814 +0.07255467416932222 +0.08689817589166059 +0.07252707950725559 +0.16214384588313532 +0.273138118643828 +0.3620025141719052 +0.36489142222515125 +0.42173089173518397 +0.4194909358120686 +0.5969899580726729 +0.6648002443944688 +0.596537948399794 +0.5937351738498321 +0.532290900332244 +0.5265716613446129 +0.5818449709467729 +0.6582753918630184 +0.6294837401132066 +0.5901364966447286 +0.5863601309515472 +0.5351527646078408 +0.35177229892770046 +0.22072064897895793 +0.12253809854654042 +0.07254170011093765 +0.08689821074151491 +0.07252708070197504 +0.1698765887977059 +0.2758928285033345 +0.34963682857419065 +0.4585261580135749 +0.46916207155227707 +0.518564836713699 +0.617666013681621 +0.6744444949187264 +0.6169724577730108 +0.6042729850511355 +0.5504075724452397 +0.5307843028199271 +0.614643750443875 +0.6837287952073766 +0.633545386609146 +0.6088390309987469 +0.6111429137151156 +0.5664434369727388 +0.38219879163134657 +0.22965759158678398 +0.12359327656510902 +0.07254940608455045 +0.08689821134275322 +0.07252708128996305 +0.17462243503940078 +0.27370120018457417 +0.3534690869568675 +0.45975938761858676 +0.46911550687908204 +0.5185391614059067 +0.6177049399400176 +0.6707662101457087 +0.6118120172312115 +0.6027426513433399 +0.5479660466953598 +0.5305400440387139 +0.6069839782174876 +0.6840461909139054 +0.6383364098198859 +0.609205005021643 +0.6110924101094551 +0.5662050141809893 +0.38183286300344016 +0.229021144255149 +0.12253759127062831 +0.07253516273791506 +0.08689821125291007 +0.07252708120291616 +0.1716442496516302 +0.27155918157015163 +0.3512532677712946 +0.4592014870039801 +0.47131436505316693 +0.5196859810603812 +0.6187440459308247 +0.6745376242233256 +0.6170208423850025 +0.6061464034322653 +0.5499206913879414 +0.5311528034889581 +0.6155256961209083 +0.6905481807922917 +0.6421044523348061 +0.6115378778410976 +0.61157603671457 +0.5663807604403306 +0.3816526146868128 +0.2287650983422894 +0.12232759913536147 +0.07256757812382857 +0.08689813962973283 +0.07252701111541528 +0.17184497571027088 +0.2714380641271057 +0.36613700549958067 +0.4586741579364026 +0.4720927036634311 +0.5195536623670113 +0.6171433279633396 +0.6771570188870452 +0.6229797184154313 +0.6095771921436102 +0.5529412358099871 +0.533781479241086 +0.6214035417998705 +0.6932930422648489 +0.6491001385914287 +0.6183888899315239 +0.617521669143281 +0.5658215787503115 +0.3811136767685994 +0.22824879817385013 +0.1225341137995872 +0.07252703199606023 +0.08689827987066222 +0.07256760822622357 +0.16969340734546376 +0.2760145773998412 +0.3512527247339613 +0.4581123140975614 +0.47166245328792394 +0.5177541455376407 +0.616591422571675 +0.6817130479429436 +0.621815628510947 +0.6123418430886521 +0.5557975315386089 +0.533057083618708 +0.6168468624032221 +0.6940945774179001 +0.6451902266032924 +0.6182315748902922 +0.6174934613565426 +0.5663160886599621 +0.3813300581958127 +0.22841415054184944 +0.12685106443158278 +0.07252697015425642 +0.08689832686433453 +0.07256748143431424 +0.1629987163251092 +0.27315111860131247 +0.36383821065885 +0.3662826101532604 +0.39856984294629955 +0.5230421748255965 +0.6092207591527748 +0.6415587291197969 +0.6038881650436057 +0.5878421367509872 +0.534156257315638 +0.5282126564084091 +0.5800301960442558 +0.6994695326529488 +0.6692390046289329 +0.6383229683966832 +0.5743743607034738 +0.5596217251130972 +0.38213565827754115 +0.23585215906272916 +0.1336804827327423 +0.07254814118594206 +0.08689821143463755 +0.07252708138016146 +0.1643220039757277 +0.26886258571434085 +0.36375550489207714 +0.3663679285221554 +0.4210145335661838 +0.4220805538828215 +0.5897372698983072 +0.6545622401374492 +0.583664053821172 +0.5845720998037327 +0.5201072609882216 +0.516878125345655 +0.5691999232756568 +0.6455908408442713 +0.6146542284328848 +0.5750547925540532 +0.5731099399190602 +0.5311984796483898 +0.353531851636437 +0.22241487174689586 +0.12235440567647632 +0.07252694896882832 +0.08693891140134608 +0.07252686208918999 +0.17192961029762563 +0.2716671872291735 +0.36617861341129954 +0.45932728439286147 +0.4715971878386548 +0.5184649222931701 +0.6173298374795989 +0.6696588747656828 +0.610392363848523 +0.6007939970865298 +0.5482302566698033 +0.5287808312859742 +0.6067406046406204 +0.6823355933715122 +0.6342022299570901 +0.6090562822533094 +0.6120094846764214 +0.5677712460033433 +0.3827268483218748 +0.22948953698695856 +0.12232148676520095 +0.07256370662568086 +0.08689823352939462 +0.07252707890695953 +0.1717253857569238 +0.271379258435501 +0.3661991045246965 +0.4594371263541405 +0.47326008601025793 +0.5192548944480647 +0.6180487415090418 +0.6704990077801243 +0.6080978695448359 +0.5994890249705208 +0.5493590594782913 +0.5288346723052394 +0.6103334128643103 +0.6827095466289383 +0.634876710388748 +0.6094014628969371 +0.6122926990980035 +0.568233219002164 +0.38205881740644143 +0.22830149370653172 +0.1225344058399942 +0.07252695506343367 +0.08693893220914617 +0.07252688344103085 +0.16780660455365223 +0.22660184862305938 +0.3066296584618137 +0.4618507581219146 +0.48482509787673517 +0.5383035727710735 +0.6406876341604557 +0.70050815268597 +0.6413736008106942 +0.6266663725748068 +0.5700901197928107 +0.5533373105084033 +0.638471229936793 +0.7058978832080187 +0.6583086252727923 +0.6293958011302949 +0.6292108077014972 +0.5784521790001005 +0.3806650167267751 +0.22749074137352057 +0.1225335554791816 +0.07256756152211809 +0.08689809068276878 +0.07252696358456756 +0.1653179372126471 +0.26981887571803626 +0.3495696614962395 +0.457461941898298 +0.46856844825148636 +0.517494049509301 +0.6193174145874747 +0.6843511314656749 +0.624087533847768 +0.6121165853815695 +0.5556502010757096 +0.5334666910234076 +0.6180958815332342 +0.6944845973180279 +0.6493904924687124 +0.6189936460293387 +0.6173496543307291 +0.5674282577026591 +0.38166400525138644 +0.2282572178444813 +0.12253383519383433 +0.07252699149839781 +0.0869387409215884 +0.07252690631951615 +0.1697229183459761 +0.26558780713509167 +0.3545197418369248 +0.45874434091596955 +0.4721351267379808 +0.5186297372169039 +0.6171602307176478 +0.6802586645151039 +0.6234750932873258 +0.6164437338226517 +0.5588183597771706 +0.5360434770375878 +0.6251354308221556 +0.6969682599184127 +0.6519879826818423 +0.6203527852692202 +0.6211633954699819 +0.5687210856560906 +0.3817682921030176 +0.22831114907944813 +0.12684295144781724 +0.07256749369684622 +0.08689816203098837 +0.0725270330359654 +0.16239985848745564 +0.2733255976569763 +0.36374704364172744 +0.3659793006591538 +0.4000301164121109 +0.5244168828168853 +0.6090797215170314 +0.6424514723082213 +0.6086192758220439 +0.5893105673121148 +0.5350197584362281 +0.5263427832899397 +0.5704033197708276 +0.6976115685545012 +0.66193062988842 +0.6370067032372456 +0.5753451279873315 +0.5609424259389395 +0.382648489873594 +0.23661842070397826 +0.13383258130218018 +0.07252700762087606 +0.08689836369042375 +0.07256752173927138 +0.16363992806167776 +0.282530548424737 +0.36589581789303 +0.36723829488090587 +0.4197696215486554 +0.4192718320125106 +0.5912345131976333 +0.6503427967772326 +0.578676159101595 +0.577836593794992 +0.5199068256491505 +0.5146375324756375 +0.5625981486746606 +0.6410741660042846 +0.6114175257993875 +0.5759008892546604 +0.5738980269492044 +0.5289918451960586 +0.3540538155075205 +0.22314652325097087 +0.12367015073690425 +0.07252699101174857 +0.08689824474836973 +0.07256752341877723 +0.17124937778215094 +0.2888647150059031 +0.3496587327899478 +0.46047512026175674 +0.47563701032951267 +0.5218248561742272 +0.6187713927987536 +0.671483514916437 +0.6081258359174845 +0.5996691417293265 +0.5485832511838971 +0.528299631429495 +0.6048483708992188 +0.6824960127361808 +0.6335771537528337 +0.6097309337472762 +0.612898872328163 +0.5698676850619718 +0.38404889232605127 +0.23043556899835596 +0.12469538469407988 +0.07256751250393749 +0.08689831805412043 +0.07252704243287238 +0.17355942452297057 +0.28703463517824723 +0.35277581229678184 +0.4181056569588602 +0.4680590452386393 +0.5191514820024868 +0.6180881904472254 +0.6709205967220883 +0.6069559110378611 +0.6007539651785064 +0.5471954370312411 +0.5281990325440848 +0.617314701516547 +0.6912571747596856 +0.6412540448352118 +0.6144877594081519 +0.6139860906538036 +0.567931420936873 +0.3823823293565991 +0.22870782560828878 +0.12358799255385063 +0.07252692739339933 +0.08689830138770362 +0.07256762090334173 +0.17375267816328938 +0.2715776999486242 +0.3663311107874691 +0.4169379901570465 +0.4680141805327748 +0.5187199967727399 +0.6168863095820767 +0.6737500394464703 +0.6131184531065981 +0.6021170034711013 +0.5473937284916275 +0.5267981001924698 +0.6049013107837209 +0.6436701929471722 +0.6379655285656316 +0.6095092400323124 +0.6118034798507014 +0.5694846628668058 +0.38356655433105263 +0.22989384008941308 +0.1223164985137043 +0.07255614270447763 +0.0868982108525519 +0.0725270808104067 +0.17169675158514136 +0.2714703233508874 +0.36602602893969577 +0.41642525323331053 +0.46858787833318427 +0.5182365426239655 +0.6168507460149105 +0.6833048705285953 +0.6234804601213773 +0.6139465158706265 +0.5573751010813929 +0.5349935010938188 +0.6155049757060786 +0.6543674146599823 +0.6484428955103977 +0.6189434413276388 +0.6185584416190257 +0.5684538518419586 +0.3821149131571309 +0.22856143301761778 +0.12281765254000358 +0.07252702110617451 +0.08693877316392983 +0.07252693553422658 +0.17165810112543753 +0.2716639717809887 +0.3661129890183615 +0.41473440733743505 +0.46645515307989205 +0.5176622964693504 +0.6162503308596657 +0.6756009508398876 +0.6188872753020193 +0.6074217736152028 +0.5501139064292172 +0.5295069124225084 +0.6097551698891504 +0.6412220956148466 +0.6365612019597752 +0.6085914078034496 +0.6123669796581998 +0.5693979248385301 +0.3831789582182768 +0.2292821024202477 +0.12684203968284133 +0.07253670477606104 +0.08689821113219272 +0.07252708108493365 +0.16295743655053463 +0.2731088197776413 +0.36372204194983737 +0.32392841578085446 +0.3985029684281587 +0.5236475468408551 +0.6088619807946346 +0.6435053520801588 +0.6102857773884196 +0.5936295709977095 +0.5442921471535398 +0.5347086710887531 +0.5830568791735707 +0.6687176574062291 +0.6824241374276155 +0.6557987327426482 +0.5898883080321646 +0.571387296343078 +0.38029130496846064 +0.23406868849650922 +0.13409214194175928 +0.0725397888432688 +0.08689817763198895 +0.07252704865515373 +0.15786858892397107 +0.2669154965630551 +0.3681477519754156 +0.32247087888036885 +0.4185587487559567 +0.41793699001351375 +0.5908595199216687 +0.6559351469794622 +0.5842605307421085 +0.5802470257444912 +0.5194652744311745 +0.5142074872459297 +0.5623022216998721 +0.6006922550411066 +0.6119405365651347 +0.5760649743094791 +0.5734521737487236 +0.5283944446850388 +0.3532408230365703 +0.22243263669254723 +0.12385048031977615 +0.07256758851493994 +0.08689812646373268 +0.07252702259825236 +0.17355741331581137 +0.2870388948097275 +0.3518007399524383 +0.4170576308397916 +0.4728179651522535 +0.5197171294699134 +0.6170034011654486 +0.6705045237986161 +0.6102403039447248 +0.5999035399638702 +0.547625254451064 +0.5277615681008864 +0.6118829706192439 +0.6446935504880577 +0.6396335150641798 +0.61142585480528 +0.6116856845713974 +0.5694985169649074 +0.38283590511731247 +0.22902285342934964 +0.12383801966358995 +0.07252700451945268 +0.08693875510184518 +0.07252691916725904 +0.17387872920385913 +0.2716238980647388 +0.36632224584096706 +0.41678117930924075 +0.4668201449608393 +0.5185670834005216 +0.6163412647850863 +0.6756637415531807 +0.6185501138082472 +0.6111638240016158 +0.558247733683197 +0.5378613938868929 +0.6176604071615831 +0.6543203041082823 +0.6514025143579463 +0.6297681054771119 +0.6315985656569608 +0.590409876904038 +0.3958363226549522 +0.24572412141602656 +0.12282743821331729 +0.07256108504873907 +0.08689820859866382 +0.07252707860663363 +0.16946373142023025 +0.2265613486561258 +0.30662960587863136 +0.4228800073634201 +0.4866058899342254 +0.5407100709494963 +0.6402876097719744 +0.6979045835265506 +0.6334974840526281 +0.6228140441039737 +0.5663406371950883 +0.5427878919605198 +0.623219974576211 +0.6605596215862769 +0.6548484152174647 +0.6272398174480727 +0.6274712824127989 +0.5786027748324319 +0.38160819601628393 +0.22786391089365168 +0.12253676613830086 +0.07252701815725786 +0.08689823318085528 +0.07256763245817469 +0.16967402147823063 +0.2760429901263274 +0.3520848477374749 +0.41552905449242045 +0.466728492826931 +0.5181525415708087 +0.6165603056743237 +0.6843941645217795 +0.6233027683374249 +0.6122213719672531 +0.5558413742293701 +0.5335644797165234 +0.6174976344885184 +0.6518947435497435 +0.6471714171592649 +0.6204256951040934 +0.6204842659946767 +0.5710334441627095 +0.381777088503689 +0.22796237882842005 +0.12253591085776608 +0.07252699029370199 +0.08689834666032248 +0.07256768052186183 +0.1695455908908577 +0.27589419085264166 +0.35186950010596646 +0.414603693669046 +0.4653999258111503 +0.5194649744827085 +0.6315430889444421 +0.6935474300419747 +0.632074587317848 +0.6207943032244444 +0.566692976900954 +0.5442973968410182 +0.6210365865168949 +0.6589927147971734 +0.6552865307663153 +0.6271553805833358 +0.6282924945812222 +0.5791374110373392 +0.3812200748913638 +0.22745428243526353 +0.12685255009105764 +0.07252695198832243 +0.08693875134348804 +0.07252691576232399 +0.15927007300710488 +0.2730471651183832 +0.36192773821788987 +0.32254791504139635 +0.3991673806574143 +0.52431724011563 +0.6167044548185763 +0.6536935153505306 +0.6201485730424072 +0.6039484966167367 +0.5507615478798025 +0.5420551507342659 +0.5852567998118317 +0.668203134015196 +0.6808959510278814 +0.6563914876995066 +0.5884630968182508 +0.5673494305388337 +0.3805845721579268 +0.2347386208898465 +0.13409320842545036 +0.07254163301831348 +0.08689821029902403 +0.07252708027011513 +0.16207249507692054 +0.27301741298359855 +0.36192145746329446 +0.3217237992146825 +0.41635690118697544 +0.42045594276266063 +0.6041218954771505 +0.6723388218510772 +0.6023904046112476 +0.5989161441773079 +0.5386798448534293 +0.534570697556297 +0.5850690982781116 +0.6186134795020378 +0.6316350041309879 +0.594861960849181 +0.5915524152240683 +0.5406930563211928 +0.3518383440342645 +0.22028799491508436 +0.1229131418600923 +0.07252703182452609 +0.08689827970000087 +0.07256751637577345 +0.16980922176889707 +0.2757573547802078 +0.34954944840971536 +0.41472330017188525 +0.46659641190496415 +0.5172176001444737 +0.6279940145232845 +0.6915048099702926 +0.6323091640807956 +0.6231053066005892 +0.5657080083774474 +0.5399823274058752 +0.6219126172071339 +0.6599651236186338 +0.6511374584880059 +0.6180939815058064 +0.6155534887087961 +0.5687779926640655 +0.3827410344178855 +0.22921465828670715 +0.12282597667898504 +0.07252699630093506 +0.0868983525642548 +0.07256750956076685 +0.17385114711242075 +0.27355932483707995 +0.3535372418847234 +0.4137001970786742 +0.4684476021445884 +0.5192473885423905 +0.6178286800854471 +0.6708661236886959 +0.6085844879104604 +0.5990730806244176 +0.5490246175051405 +0.5291689878535595 +0.6032947371156175 +0.637364276929171 +0.6361093243354354 +0.6087561262044304 +0.6120382552657723 +0.5693882029331693 +0.3829145550325058 +0.22909988204451676 +0.12383672367201491 +0.07256739990225128 +0.08689819276621756 +0.07252706311281948 +0.1718677591796179 +0.2854138198349047 +0.35466527058705644 +0.4151484786672326 +0.4664489915463822 +0.5178085379480102 +0.6286638395377242 +0.699255830835867 +0.6189304995881428 +0.6215651271143431 +0.5750906184383271 +0.5520888572943089 +0.6362045730553849 +0.6776315842034502 +0.6775475675987235 +0.6519876130145354 +0.6372248341172453 +0.6028295256681481 +0.39826818462960895 +0.22742536977634523 +0.12252459531724065 +0.07253206374139938 +0.0868981778785669 +0.07252708144177603 +0.16945133827359807 +0.22656135187024698 +0.30662960588455945 +0.4232216294552924 +0.47428590694489126 +0.526753344427828 +0.6268767415101332 +0.6909347179879898 +0.630936240938981 +0.6186398087515648 +0.5644453281566043 +0.5419183041953982 +0.6260242298213924 +0.6581859141543659 +0.6519888459826992 +0.6241136485034484 +0.6230691054715581 +0.5715601093613509 +0.38183881282572174 +0.2282804105975569 +0.12281459424129366 +0.07256756840512996 +0.08689813072236324 +0.07252700239995893 +0.16983720060311064 +0.2760759424655313 +0.35198496102143023 +0.4116055118125212 +0.4661569062407714 +0.5179277700528995 +0.6168413115097925 +0.680515740883014 +0.6224992985435197 +0.6099748923330275 +0.5556000471670715 +0.534066239332457 +0.6130741872214169 +0.6486658645612358 +0.6443281498712752 +0.6186571931831876 +0.6171113426186051 +0.5679625628115137 +0.38222828917163904 +0.22864892768590703 +0.127133561481368 +0.07252944533744009 +0.0868982117019559 +0.07252708164167582 +0.1642447918234154 +0.2687443772828987 +0.36371834358054095 +0.3222833277838496 +0.3966170327883332 +0.5234877828107307 +0.6092634338731026 +0.639383792762266 +0.6050728196314992 +0.5862140128258394 +0.5333636235568079 +0.526248409417239 +0.5716740797711376 +0.6564688951935221 +0.6683292495998261 +0.6425092500077197 +0.5745167085837293 +0.5600610976864668 +0.3818269336894607 +0.2357493799444397 +0.13362261728656977 +0.072526982537561 +0.08689833903716969 +0.07256749475601607 +0.1635996662071727 +0.2824411835546487 +0.36583369768841806 +0.32010669799011787 +0.418252867704854 +0.4185924201714732 +0.5902800676144335 +0.6562231136888806 +0.5864117039680815 +0.5844719939382212 +0.5250149584911468 +0.5161512878853076 +0.5715491509526797 +0.6085011960154871 +0.6206954904098443 +0.5829688934536381 +0.5786806872532905 +0.5267828071672086 +0.3519017316792133 +0.22100031676671297 +0.12283715069907339 +0.07254030709262801 +0.0868981775906953 +0.07252708116140759 +0.16967559570268348 +0.2757318785164542 +0.3495542199982557 +0.41392619386402035 +0.4653208788593542 +0.5168162748803852 +0.6162202599655849 +0.6811168563759875 +0.6206766753647797 +0.6107578596234682 +0.5539408457375774 +0.5325980838962379 +0.6136761644232168 +0.6515138999860126 +0.649894159855014 +0.6173709267155509 +0.6150441653112289 +0.5681024351262957 +0.38211813436725844 +0.2288694122686941 +0.12277992543296905 +0.07256500735531089 +0.08689817694485327 +0.0725269612284819 +0.16985874195011239 +0.2760785475989461 +0.34968457396653885 +0.41182301083519707 +0.4670863372356681 +0.5177181999217783 +0.620310548424408 +0.6855094638654448 +0.6280824322960097 +0.6173049612586862 +0.561154740519605 +0.5399433125525213 +0.6180553397874069 +0.6493703477855772 +0.6522321350937773 +0.6228747899552126 +0.6219146577180781 +0.5697509849073147 +0.38151787590278113 +0.22827715431551893 +0.12252262575291825 +0.07256179621003157 +0.08689820917050022 +0.07252707916263827 +0.16964130294510463 +0.2759814626332743 +0.3511977624552259 +0.4111030800323685 +0.4658018574829949 +0.5173600825869366 +0.6182044784038577 +0.6839473014186702 +0.627228145831687 +0.6167070129844447 +0.5616286148892686 +0.5397413620145389 +0.6199055885688127 +0.6520300565643729 +0.6538088038705828 +0.6256225379833739 +0.6249952163592571 +0.5737215537695933 +0.3805455671006589 +0.22723476421358202 +0.12282324701336467 +0.07254309272845733 +0.0868982101739477 +0.07252708014517249 +0.17019171127058932 +0.2686093070594723 +0.3524450278154029 +0.4105152469841871 +0.4654739591415486 +0.5201328583534854 +0.6281216261912737 +0.6908401624768431 +0.6315469929363371 +0.6223546153827392 +0.5663474345348505 +0.5438425664401596 +0.6217973030784438 +0.6509278237847693 +0.6563657674775861 +0.628147761553845 +0.6277093741186847 +0.5773507901181549 +0.38060250040037463 +0.2273521197701335 +0.12253348604117333 +0.07256747725627816 +0.08689808656681872 +0.07252695919650023 +0.16660433504209954 +0.27574136562181606 +0.35100455431375405 +0.4133182786972509 +0.46543866258091116 +0.5166804302017215 +0.6184943815528096 +0.6829438951320801 +0.6226944399033656 +0.6116657017126029 +0.5543172831486707 +0.5310955446047889 +0.6092100729390669 +0.6428253445431782 +0.6431051126976581 +0.6132927126557111 +0.6123356894911873 +0.56725006332723 +0.38230295984988516 +0.22915912471162334 +0.12685203060348285 +0.07252697405312183 +0.08689822238772789 +0.072527092099426 +0.16224745213402839 +0.27316090957620626 +0.3620453288054465 +0.32153496501044176 +0.3970552954361835 +0.5233541921940293 +0.6097116304414413 +0.6420022156555719 +0.6064537873860608 +0.5905168287937017 +0.5355561668004959 +0.5295940476502743 +0.5737124635886827 +0.6611501248334825 +0.6743743533520675 +0.6456936155599321 +0.5773109778013308 +0.558815655902869 +0.38133289196884945 +0.2353691859606915 +0.13396011914285855 +0.07252706027192148 +0.08689830792108984 +0.0725674607038693 +0.16216401958486082 +0.27319106856005027 +0.3621235297649791 +0.3203821258036061 +0.4182252131326766 +0.41866286433390865 +0.5897570815410361 +0.6540141289751467 +0.5862852619612273 +0.5848853277385384 +0.5233987413331677 +0.5135078988041708 +0.5655611176086077 +0.5984314657933278 +0.6147103151993174 +0.5748623797849345 +0.5731362407643276 +0.5307282193729962 +0.3534010117426308 +0.2224245937281497 +0.12233758821927539 +0.07252699029251994 +0.08689834665826329 +0.07256750309780827 +0.17165030668998815 +0.2715597850677055 +0.35129841819415036 +0.4116012418798935 +0.4672025649410373 +0.5178096821855126 +0.6179795849582361 +0.6744306382678547 +0.6157451779769132 +0.6050266966228769 +0.5482827782716946 +0.5283448624541326 +0.6066421031966821 +0.6340607295295086 +0.6414521609041446 +0.6087516425296096 +0.6117231213842929 +0.5670971650696319 +0.3823990743173603 +0.22955280016117802 +0.1223266002943184 +0.07252711477938388 +0.08693877593452937 +0.07252693804297129 +0.17150649862600806 +0.27157890508460586 +0.366004726294797 +0.41187089854086134 +0.4673175970335331 +0.517838506451222 +0.6174535689862891 +0.6787568014493386 +0.621656078935098 +0.6120520773346524 +0.5571385474183849 +0.5356392248344718 +0.6150749596796049 +0.6420893439830672 +0.64668675862627 +0.6146265529504044 +0.6136402976189985 +0.5662011130392931 +0.3816779517510507 +0.2289074418596997 +0.12253011295763187 +0.07256750897989424 +0.08689817592113058 +0.07252704662774327 +0.1695942093958386 +0.26546551129868456 +0.35436777532075114 +0.41100414190460716 +0.46552777354544966 +0.5177143403106891 +0.6291465119458391 +0.6929924661270294 +0.6410183796685558 +0.6368413333891123 +0.5828581455550462 +0.5573798773678009 +0.6316508181485512 +0.6530945713505326 +0.656139871247123 +0.6273931165632687 +0.6269555598321692 +0.5756143629674749 +0.3799471817401399 +0.22714498744286188 +0.12253668159158035 +0.07256753511778678 +0.08689813939282523 +0.07252697795926495 +0.16375350490412457 +0.22656135243577646 +0.3066296781093547 +0.4222881155756584 +0.4668018697932817 +0.5272211298144737 +0.6358653939609504 +0.7001628760990364 +0.6503904760465814 +0.6496150644407739 +0.58241874242695 +0.5632570102424912 +0.6423754056901364 +0.6795122363230953 +0.6758033166906343 +0.6528174646586885 +0.6518763757272547 +0.5853339550625629 +0.38046738069972 +0.22684799647345158 +0.12253651878540457 +0.07252692092172205 +0.08689825771812619 +0.07256765871562744 +0.16372183787539027 +0.2265612857705147 +0.3066701577508776 +0.42519137871610885 +0.4718719810112499 +0.5307591582512887 +0.6387296534196855 +0.7007151110488258 +0.6415316282725129 +0.6419266793153536 +0.5884056176599051 +0.5616063271480994 +0.6390550591905697 +0.6446229211934036 +0.6409604551761353 +0.6546361008535476 +0.6549900033311431 +0.5958482317580179 +0.3951748985234423 +0.24826052912989002 +0.12686302471344674 +0.07256758426112254 +0.0868981842634645 +0.07252705479201824 +0.15622360810684652 +0.22369458947873866 +0.31902462891893435 +0.33303985178498546 +0.4113036818099233 +0.5439226222924854 +0.6419280549625394 +0.677273278692553 +0.6122634882868411 +0.6344982514802149 +0.5800813264450836 +0.5661879377511435 +0.6061602849556768 +0.6877922689120429 +0.7091483625319045 +0.6836333410684053 +0.6185383874440934 +0.5900235994112317 +0.3994947160045254 +0.27050700063799715 +0.07256750199381205 +0.08689824320924378 +0.07252693502647364 +0.1533785565723472 +0.266872040446207 +0.3579593535545886 +0.37453643294693567 +0.44104477887477767 +0.458237661527529 +0.6276345252033485 +0.6963957506351863 +0.6216731455713959 +0.6443595130869474 +0.49884526042803784 +0.5052789451493778 +0.5370517247392815 +0.582387089140003 +0.6173207595742163 +0.6150157201934154 +0.6183809936349652 +0.5927997539638191 +0.4155281856631848 +0.2707893606775385 +0.12288854524271335 +0.07252689904963308 +0.08689823613973234 +0.07256759693189616 +0.15980547590324778 +0.22656134518754165 +0.30667013294320533 +0.472998393741242 +0.48671257136603074 +0.5328957384165327 +0.6547758996670305 +0.6831754640149975 +0.6258655592508533 +0.6302801819063613 +0.5840094043634481 +0.5594630610077607 +0.6362209544400916 +0.6567214639022093 +0.6234443503154592 +0.660882403757476 +0.6738197554191929 +0.6295707538349381 +0.4731397481396761 +0.31304028373241244 +0.12286590103954394 +0.07252707563849213 +0.08693890570600632 +0.07252685902154854 +0.1445495930546934 +0.22660182262246936 +0.30662964078990396 +0.5403705810471009 +0.44686660633341174 +0.5348816598190417 +0.7321748026565494 +0.8345044615693171 +0.7888247372405974 +0.7906132471183491 +0.7270258219381525 +0.682162331669517 +0.7502711237064792 +0.776715299418977 +0.6948577416752493 +0.6947709071839666 +0.6759599080388443 +0.6073983700205198 +0.40001213695298515 +0.21939703551662604 +0.1225742942936226 +0.07252697254639616 +0.08693895095489476 +0.07252690071373166 +0.12712316840581087 +0.22660186731117146 +0.3066296989515328 +0.4655788926133428 +0.4840601205698934 +0.5774074646880687 +0.7426847929150097 +0.8156906648326896 +0.7676286483871377 +0.7591382671291887 +0.7230379112044768 +0.6861170979179112 +0.7546098055066175 +0.7820658816576664 +0.7316494501661609 +0.7122300400934369 +0.7087496294233975 +0.6355693974289113 +0.41227915477415755 +0.26932495073296087 +0.12487587412276295 +0.07252700900639793 +0.08689822405296609 +0.07256758392575045 +0.14700271950581956 +0.22656133320077806 +0.30662967319590806 +0.5250228381359151 +0.5392507336023565 +0.5670300639498033 +0.5964628261512632 +0.7337277081546258 +0.5873991734527619 +0.5780772431344847 +0.6369550486083884 +0.6321421611869016 +0.6180990909052682 +0.6542049206415226 +0.6261325276604125 +0.6567753012783698 +0.6635266290713371 +0.622651507349576 +0.4565062632193129 +0.2812957575108789 +0.12254200923603592 +0.07252698886855172 +0.08689820396895245 +0.07256756230751632 +0.12957073154144813 +0.22656131394625043 +0.30662965413321586 +0.4717601673255726 +0.5299929582507804 +0.5786385876788436 +0.6508089559627591 +0.7111334887716959 +0.6570610555744298 +0.6508091226018029 +0.5915517747972168 +0.5642072431369223 +0.6270888338005894 +0.6572594472058987 +0.6185564996569711 +0.6347758314004556 +0.6358589134369168 +0.5835276991924558 +0.3829636834458175 +0.22731656642958203 +0.1268561509530318 +0.07256746949602028 +0.08689807948088003 +0.0725269190221039 +0.1562508105578799 +0.22373509899198119 +0.3190246696359 +0.3304460019321462 +0.4015560979174117 +0.5309957013970933 +0.622537284025162 +0.6578692298588666 +0.6215964923609063 +0.6060880913357856 +0.5518067969987002 +0.5438851299795595 +0.5865914476083475 +0.6599514642746698 +0.6322791607399039 +0.6552903898821534 +0.5903617736183011 +0.571478583366126 +0.3793948657110143 +0.2338673753655766 +0.13385341558640254 +0.07253368447309849 +0.08689817773689411 +0.07252704875771085 +0.1575996656634216 +0.2728932278213356 +0.3617923365737378 +0.32215435327172026 +0.4188871230900599 +0.4244338968918282 +0.6061536920195221 +0.671337052201721 +0.6018390018061375 +0.5996437872358817 +0.5385433140908237 +0.5302544169645186 +0.5800494850248072 +0.6113618093509657 +0.5815365076213258 +0.5892706345358617 +0.5837092750576232 +0.5297002964985328 +0.35330308158165363 +0.22096673334142475 +0.12233581047389366 +0.07252700189988165 +0.08693886453923678 +0.07252681890067472 +0.1696515410147909 +0.276002962915211 +0.34967250969806957 +0.41604594147521334 +0.468286478457347 +0.5163954651880339 +0.620499439870848 +0.6849700341581345 +0.6264287041712093 +0.6183340755115911 +0.5603150106703985 +0.5382527317971599 +0.6173379099631657 +0.6448146923239361 +0.606722825122675 +0.6286690966223611 +0.6274049188872152 +0.5739449769927641 +0.3798989843945932 +0.2277141922010945 +0.12281720414052288 +0.07252701312444329 +0.08693887664969574 +0.07252683006289871 +0.16958803053748667 +0.2759145477816802 +0.34962177929663674 +0.4156002328339469 +0.46542028711428873 +0.5184291889557504 +0.6309655556000794 +0.693969463789213 +0.6342286686313544 +0.6244541364243417 +0.5695775933944255 +0.5459406543914016 +0.6230092051050068 +0.6505148705083083 +0.6050474933671893 +0.6299915778953987 +0.6280413430491705 +0.57640343225198 +0.37951000268825585 +0.2270811609548416 +0.1225425363420054 +0.0725675118764357 +0.08689808440610568 +0.07252699048010117 +0.1637098112455806 +0.2265613317751785 +0.3066296576385162 +0.44214660966197655 +0.4965364929595157 +0.571018561248583 +0.653425663336334 +0.6500446389346368 +0.6191048218620306 +0.6301213202077378 +0.5685980314367737 +0.5159495223797808 +0.5792703787546619 +0.6547185308068169 +0.6153654879216847 +0.6434055106761765 +0.6508196949896043 +0.5898824718164082 +0.43274743950222666 +0.2540739319608966 +0.12256724000223199 +0.0725334846534847 +0.08689821101344676 +0.07252704842051431 +0.16363264456602475 +0.22656135174652317 +0.3066296057616603 +0.4189646481765735 +0.467499688439547 +0.5185700971381315 +0.6296692682699779 +0.6920394770830439 +0.6325858957231103 +0.6205167228440833 +0.5642030376658923 +0.5400486022225202 +0.6176394221979193 +0.642794786542359 +0.600634507465337 +0.6247929897796273 +0.6212750444377728 +0.5682766759854154 +0.38041608948469813 +0.22792354260981054 +0.12254859791831545 +0.07252700465711165 +0.086938828649908 +0.0725268219920939 +0.16666893648120867 +0.2758509123151797 +0.35185357578063486 +0.41498314727618785 +0.46560790227844556 +0.5165815175959235 +0.6195008980108998 +0.6841971366209214 +0.6268822876941128 +0.6158464965600995 +0.55963167334049 +0.5380219857036386 +0.6162956978642308 +0.6404293649719148 +0.595606667348345 +0.6225903663188819 +0.6197738734816355 +0.5663739195873995 +0.38040420519505364 +0.22809843029193924 +0.1269008270046276 +0.07252689993401874 +0.08689826994668623 +0.0725676361717489 +0.159240822178283 +0.2729899749150023 +0.3619693074862944 +0.32151195994524095 +0.396973956453898 +0.5211465649565101 +0.6189684941368768 +0.6543038997887362 +0.6156489461222411 +0.6017574345504257 +0.5483003836789249 +0.539981755629182 +0.5835883757030517 +0.6573389038634214 +0.6270482260090724 +0.6505713905829231 +0.5857156412223399 +0.5666364704452777 +0.3805705978832452 +0.23387063975210604 +0.1339043149256066 +0.07254359278443288 +0.08689821013011054 +0.07252708010185832 +0.15917931239882555 +0.27292008825917546 +0.3618810338261203 +0.32102830358728784 +0.42080910641652536 +0.4174773403522677 +0.5942578826826385 +0.6614184226965065 +0.5919671070285107 +0.590261709312226 +0.5290795534032112 +0.5206103252400717 +0.5703072040522128 +0.6007399767202124 +0.5725509786437334 +0.5807985250147792 +0.5757738036039772 +0.5288440847066438 +0.35249000047897056 +0.22159264872774823 +0.12282559647236924 +0.07252699944098719 +0.08692643728876644 +0.07253929819462791 +0.16949464585892404 +0.2755920960409548 +0.3495964272627591 +0.4137313392840436 +0.4638050457427337 +0.5160785238540042 +0.6173792506520474 +0.6835142789290974 +0.625235654823121 +0.6167823854700948 +0.5576659043149154 +0.5341694789568514 +0.61471751045362 +0.6399458833383824 +0.5989564801581264 +0.6240724421738955 +0.6199153912538979 +0.5674075567651085 +0.38007303005407883 +0.22786875485500338 +0.12289803478183108 +0.07252700499877499 +0.0868982296353216 +0.07252709919046725 +0.16677270086580764 +0.27580749971408286 +0.3494243860795228 +0.41461513051026083 +0.46226494272532276 +0.5177743619389891 +0.6297670441642853 +0.6944320452587456 +0.6336595512416167 +0.6322364513411064 +0.5784157513126177 +0.5554820184437281 +0.622386359876604 +0.6525631135704278 +0.6058618643286501 +0.5865262238104768 +0.626443611663046 +0.5751709215224051 +0.3794424869482775 +0.22753383232063135 +0.12258325904875511 +0.07252700685327065 +0.08693886988192182 +0.07252682382592503 +0.16371907792557863 +0.2757049612745244 +0.34944591364422883 +0.41128302328217436 +0.46177892026634837 +0.5203649081328597 +0.6324365939561831 +0.678898769992578 +0.6298319692055719 +0.6259870161193057 +0.5679540262506002 +0.5478775523727626 +0.6063148377261302 +0.6529378357488751 +0.6116913375773428 +0.5900939778170649 +0.6287857403374708 +0.5781015081225711 +0.3809836270649514 +0.22722730053628207 +0.12256638932241692 +0.07254602716544818 +0.08689817713978903 +0.07252708072285444 +0.16371610565735706 +0.22656135116540263 +0.3066296051836018 +0.4185511977330475 +0.4744970997135716 +0.5328415254532792 +0.642043306709994 +0.7056620400476447 +0.6155582423693055 +0.6446357826430751 +0.5908613010601896 +0.5693478592660702 +0.6137678140912953 +0.6388833281525033 +0.6046533519147245 +0.619039540341143 +0.6534114729929184 +0.6032574663078133 +0.39459546570074816 +0.23684021658230203 +0.12254737599536321 +0.07252696424300456 +0.08689830046290156 +0.07256748859868487 +0.16360331586394225 +0.226561329248621 +0.3066701331324861 +0.4274598768040767 +0.4826469953580297 +0.5431666398220497 +0.6551965034313969 +0.6794045660810648 +0.6263694054468857 +0.6244224667416761 +0.5758435251009497 +0.5510442487954823 +0.621955283204616 +0.6444556921673344 +0.6022253006007324 +0.5867334049842419 +0.655008653465066 +0.5907004044331131 +0.38399531333445924 +0.22777513215752973 +0.12686170799664448 +0.0725270100074705 +0.08693883445845167 +0.07252679338921818 +0.1575180540532361 +0.2635248525891748 +0.36474741333697835 +0.3191992575814194 +0.3979040826302294 +0.5318554889092194 +0.6443816095954469 +0.6536210123196291 +0.6225095708333499 +0.6219978356138331 +0.5650947931465893 +0.5453572028480601 +0.5976599398130814 +0.6617319409322242 +0.6401765445411918 +0.6253633999170896 +0.6123850129932804 +0.5922920646240407 +0.39766082557143434 +0.23890190009926787 +0.13411377994223062 +0.07254068052775724 +0.0868981771208683 +0.07252704815627141 +0.15752910321596741 +0.26336943236091875 +0.3646526943738275 +0.3240148381808867 +0.4197088193069659 +0.4254963382640814 +0.6083297289838743 +0.6811953656943978 +0.6083741626672994 +0.6037374741977654 +0.5546246910253565 +0.5532978130806171 +0.5681993669776109 +0.6221902983193407 +0.5899447330494318 +0.5529204471331539 +0.592322374675474 +0.5402490057391618 +0.35141414443269264 +0.2201085194288481 +0.12283932836940048 +0.07256754462852844 +0.08689811447540138 +0.0725270197400903 +0.1637587541288999 +0.27106747642847806 +0.34665420638967687 +0.41031464951545243 +0.4603553344061381 +0.5209079005735918 +0.6363329138829996 +0.6778854998620517 +0.6260295949832488 +0.6317905560885112 +0.5775292517360884 +0.5602617263323744 +0.6300363426561367 +0.6457493125617847 +0.5844748067823156 +0.5987332079635441 +0.6319219379055395 +0.5825806777995951 +0.38358971160695526 +0.23008267039111258 +0.12282529825729187 +0.07252704483518242 +0.08693887226536427 +0.0725268282159851 +0.16235142678371303 +0.22660178940022646 +0.3066296771152392 +0.4290844846143804 +0.4647418403565728 +0.5278922307209892 +0.6380958062582784 +0.700554475348225 +0.6386128100878308 +0.629501947004702 +0.5732430791339997 +0.5488673827932639 +0.6251831971965056 +0.6517772036957813 +0.6053466964005293 +0.5881833885860673 +0.6269245330139992 +0.5773371914619866 +0.37960092280529384 +0.2272546638899948 +0.12233438100312091 +0.07253431024891423 +0.08689821093994003 +0.07252704835128881 +0.1638486205942503 +0.2755270778480572 +0.35094440178045644 +0.409582609038914 +0.46204100016779137 +0.5262571015221851 +0.6461437338881181 +0.6863894638028959 +0.6209612630364941 +0.6325022986449608 +0.5845286048292913 +0.5544440363566807 +0.6261692538304336 +0.6545997672017494 +0.6041233989436625 +0.5892690003497881 +0.6288817428347844 +0.5782836291439363 +0.37945224672173367 +0.22701995490913088 +0.12254250874355689 +0.07252702768341965 +0.08693885364458666 +0.07252681106211828 +0.16496280008369987 +0.26958570402564425 +0.34929059538901913 +0.4095182431375819 +0.4607703864209832 +0.5262645532306973 +0.6500893435221548 +0.6865251739896941 +0.6499299698793324 +0.6446924789336875 +0.5922582015864751 +0.5045224304561995 +0.5894068292867599 +0.6021032900120001 +0.6134256860556768 +0.5931636751875461 +0.6254104171006432 +0.5949436242201072 +0.3919683478909308 +0.23024069631081415 +0.12255371134373841 +0.0725675715104036 +0.08689813915394107 +0.07252701100728089 +0.1648938482472587 +0.22656125141682062 +0.30662964050926395 +0.4538003786673151 +0.5100691540643028 +0.5157220958695448 +0.6270625960958751 +0.7206668588857339 +0.6762492924284806 +0.6754185822944178 +0.6219861506513341 +0.5741968140297494 +0.6411582456675149 +0.6464309559254832 +0.5982133937688177 +0.5770016148119187 +0.6372565850932201 +0.5739417738827479 +0.3692132102777352 +0.2070737565674559 +0.126919107841647 +0.0725269275311292 +0.08689826423731903 +0.07256762718163527 +0.12699074872695343 +0.22369455579041794 +0.3190651417231649 +0.38477907823796814 +0.37631425755525666 +0.5480915765531387 +0.6542317642596204 +0.704979275630323 +0.668417374520569 +0.6768885454421428 +0.6204993325196683 +0.5960298767820646 +0.6163098306696035 +0.6572883692168338 +0.6465990648598623 +0.6165582170568231 +0.5897470194037678 +0.5613297426463542 +0.3866017289281856 +0.21395597801499702 +0.133833075264085 +0.07252700913676176 +0.08689820061003971 +0.07252707113862346 +0.11970999636790877 +0.23516821103628047 +0.3311711889018213 +0.37563029899836 +0.4809520226987362 +0.3966887690677794 +0.5681470224475296 +0.6393908302831167 +0.5813833396496021 +0.5816705302849353 +0.5507394630957945 +0.5260542021854755 +0.5664511526785356 +0.6342810012351915 +0.5903621659744276 +0.5631658750029679 +0.6036771003834296 +0.580549270223492 +0.38224624828248044 +0.24700794421296465 +0.12283520155031268 +0.07252697118057634 +0.08693885809426642 +0.07252690039656987 +0.1649124458449649 +0.22660186697618015 +0.3066296750264277 +0.4201147926686487 +0.4648590733040089 +0.5287544658548299 +0.6399024143841265 +0.6811363763647122 +0.622708091010426 +0.6199583699134253 +0.5728999007921002 +0.5470589587625908 +0.6239618760660391 +0.6507889832427871 +0.6083484649289401 +0.5907106714247929 +0.6285584151542265 +0.5762187365271931 +0.3792379305177062 +0.22712062273995023 +0.12255627186445409 +0.07252696025709184 +0.08689829652979089 +0.07256766194376124 +0.16505144516513717 +0.22656134265257924 +0.30667012637876173 +0.41984574425527554 +0.4646052412259832 +0.5300476729885476 +0.6381405179438076 +0.7033773427803931 +0.6152400368734171 +0.6145203789607454 +0.5949016442842024 +0.5452705144020967 +0.6181992575024923 +0.6380752049714048 +0.5851944860449554 +0.5867498868047296 +0.6314546240628645 +0.5796543194167336 +0.38419089720908006 +0.22958576811081635 +0.12254033068595765 +0.072526991779357 +0.08689836008756774 +0.07256751779673881 +0.16358206828841015 +0.22656128356878158 +0.3066701621614388 +0.4540475812380296 +0.5077728580344203 +0.5739294177080699 +0.647828884726726 +0.712117117917109 +0.6521609964339123 +0.6538678128501442 +0.5936739278559768 +0.5583509153869146 +0.630549833858995 +0.6533101960739498 +0.5907865744292674 +0.5931941709873081 +0.631522332709097 +0.5786495250997157 +0.38039198585334694 +0.22684671101735152 +0.12253902084155045 +0.07256749219938384 +0.0868980663475408 +0.07252693977638389 +0.16502476771917718 +0.2265708511431868 +0.30662964199226594 +0.41702937198506734 +0.46492087741768356 +0.5262499453744661 +0.6362619261924732 +0.6992854900666613 +0.646969127333138 +0.6102053406153998 +0.5764926964989581 +0.5480584681782372 +0.6252751211356115 +0.6551628056544914 +0.6032972462084802 +0.586753954986467 +0.6289918937825016 +0.5774551688889367 +0.3799626812684904 +0.22721516413953763 +0.12255684582185089 +0.07252700579052623 +0.08693882988077692 +0.07252682312063972 +0.1636528044738012 +0.2265612679034156 +0.3066701799062912 +0.4157481007999136 +0.46603730213338546 +0.5278129165289274 +0.6349474924624399 +0.6997210105031827 +0.6381199553720327 +0.628694369608514 +0.5756155136649366 +0.5614480986901838 +0.6112935561748352 +0.6583262440628834 +0.5596962414891681 +0.5447145580863625 +0.5856928581984409 +0.6287015059563387 +0.40869831865366335 +0.2307591879695553 +0.12685835133670226 +0.07252702448418268 +0.08693890719501861 +0.07252686039582004 +0.15756292881107653 +0.2237350888848943 +0.31902461459710335 +0.3252067961012688 +0.4060022515443494 +0.5380988705540262 +0.6280659449034796 +0.6609670951463308 +0.6248081615376498 +0.6092215910362191 +0.5531263815970997 +0.5448125035361142 +0.5894247014091263 +0.6643676991016636 +0.6352145142098024 +0.612681018453984 +0.5908380132771108 +0.5715084831638217 +0.3795596032153772 +0.23386790586770034 +0.13387312081426433 +0.0725675550178802 +0.08689811845288337 +0.07252699039513551 +0.16215372693545257 +0.2730686340288819 +0.3619694414515377 +0.3191328431521368 +0.41733840629124075 +0.4179522658731186 +0.5900204537520979 +0.6583315244515492 +0.5909853229489038 +0.5913595497559675 +0.531415993263013 +0.5247456635304819 +0.5761396890829069 +0.6059859925064903 +0.5770843851445082 +0.5403421696025802 +0.5819487113903821 +0.529985058015654 +0.35352699016969025 +0.22107975423354423 +0.12280665040673736 +0.07255802956772377 +0.08689820886719986 +0.07252707886776771 +0.1667025473353265 +0.27552557283948487 +0.3494642749849641 +0.40990916310308634 +0.4565427701919064 +0.5145711781871675 +0.628826358870336 +0.6920382502706078 +0.6319720528716827 +0.6225951620370637 +0.577056733958181 +0.5508168574076876 +0.6220006846087178 +0.6474488505281332 +0.5990442270555097 +0.5853577159685124 +0.6259765391152264 +0.5772429982713224 +0.38018499112762283 +0.22695345510607112 +0.12291775707183733 +0.07252693208267202 +0.08689826872934184 +0.07256763201656886 +0.1649709206814355 +0.2265613768400763 +0.306670167484857 +0.4154949312568377 +0.4696321418362604 +0.5292720137084052 +0.6481205762287903 +0.6762862877107515 +0.6256202145514224 +0.62362339768961 +0.5743381855260891 +0.5682370893145235 +0.5796964231848288 +0.603034799969538 +0.6056580432840746 +0.5729936253740896 +0.6453216489866643 +0.5884292524969805 +0.3934121994957652 +0.2306200993338815 +0.12256794006139994 +0.07252699264356295 +0.08689818413416173 +0.07252705501730486 +0.16496332901021804 +0.226561294528613 +0.3066296113550879 +0.41256977763539343 +0.4796224474935359 +0.5556989395760211 +0.6454123268634052 +0.7159022912532618 +0.5878923425595683 +0.5896546204045873 +0.5784080513263309 +0.5573334900185307 +0.6331372311468092 +0.6494384785650534 +0.5554262532928491 +0.599529609087845 +0.6542798948800453 +0.6058338630456849 +0.442124350103849 +0.27258788933889383 +0.12280807951784119 +0.07252701801533405 +0.08689820948167508 +0.07256756823721697 +0.1444786584680919 +0.22656131922958928 +0.3066296358488798 +0.4583508533259749 +0.5128397331057711 +0.49539673504143533 +0.5963425467561121 +0.685628802453402 +0.6306022661411931 +0.6483216027871808 +0.5986655534650713 +0.5057417112191477 +0.5939332229586821 +0.6169149966798639 +0.6278597696060535 +0.5997787580741143 +0.6613290734864109 +0.5985706137689598 +0.3958429630183573 +0.24085137164147088 +0.12260138168329122 +0.07252698773678459 +0.08689820283731078 +0.07255751919607621 +0.15460793532804906 +0.22656131276205954 +0.264277014867919 +0.4115550991208039 +0.4840863252977454 +0.5668381152714302 +0.6526063950838081 +0.6502171447840227 +0.587412484517344 +0.6006524944706065 +0.5267232744012428 +0.5153105292112861 +0.6428982546236922 +0.6036175175402996 +0.6171188316521254 +0.5910941342364248 +0.6511594067452143 +0.5923412985704181 +0.3878709050204185 +0.22973727642800534 +0.12694029870566587 +0.07253004741493567 +0.0868981780568065 +0.07252708161525263 +0.1560150662071305 +0.2236946166425047 +0.27667193959729636 +0.3202547306332303 +0.413790910977972 +0.5647586085417715 +0.6374570727592901 +0.6734951684153879 +0.6458802456497588 +0.5649179501176603 +0.5343221659583778 +0.5281345555348779 +0.5780602676971275 +0.6268415648137391 +0.5820363937293888 +0.6265221725413688 +0.5964137164874239 +0.596181871370298 +0.40410525730229657 +0.2552215202305461 +0.13389016305391027 +0.07255003301689208 +0.08689820956631616 +0.07252707955146939 +0.1559920647530914 +0.26670896975611597 +0.31936923023828667 +0.32830081201988 +0.446097373545538 +0.460473231807132 +0.5698945802585353 +0.6390967932130951 +0.5800947995858848 +0.6082766476088631 +0.5215105862206436 +0.5021031757642327 +0.5481664110241604 +0.5669773306834698 +0.6079604313457178 +0.5644597970000858 +0.5949560976356868 +0.5547816144085524 +0.36215754447275056 +0.22373668620822335 +0.1228105286769552 +0.07252699119735664 +0.08689818268892863 +0.07252705360469347 +0.16245596163729062 +0.265458419908065 +0.29136821429754006 +0.4082829921501108 +0.4620974437137707 +0.5267703293420849 +0.6463844475902417 +0.6941390472120377 +0.6383605432227306 +0.6338134878816981 +0.5902803667850501 +0.5676975411854333 +0.6415657263486082 +0.6608045397425614 +0.6223242950830961 +0.5828636596835085 +0.657202381215578 +0.5998230969402992 +0.38778895551869963 +0.23117834584235508 +0.12255085456428876 +0.07252702291679672 +0.08689817832297161 +0.07252708187347232 +0.1579231550258506 +0.22656135229236593 +0.2642769617455883 +0.4254218678564352 +0.4768522435681428 +0.5513404737614253 +0.662785444028311 +0.6776667173849803 +0.6207799310338775 +0.6293990343895285 +0.5842198235487663 +0.5738342534322398 +0.6199507369290543 +0.6494797140772236 +0.5921877159318885 +0.5925448996077307 +0.6327474772331421 +0.5824066804090094 +0.383361371641253 +0.22730027049377924 +0.1225695611698263 +0.07256754875820928 +0.08689807892076831 +0.07252695207903764 +0.16236641315380818 +0.2265613787458085 +0.2642770093827073 +0.4150074404456206 +0.4857988353352884 +0.5649796953488543 +0.6548881402231717 +0.7140359815616811 +0.5874929476206615 +0.6006591497072542 +0.5685749470382204 +0.5161212747278638 +0.5786703190557082 +0.6630194817613386 +0.6210894380338412 +0.6103498617531302 +0.6427509362792363 +0.6181366998235268 +0.4359099134364013 +0.2583104842556801 +0.12253469834072278 +0.07256469158456923 +0.08689820828382644 +0.07252707829846684 +0.16073980530461868 +0.2265612862047217 +0.2642769585414045 +0.43210298245380946 +0.5050170568013191 +0.5545164513894574 +0.6599817335621989 +0.713308487358993 +0.6553102825643781 +0.6482219789388503 +0.5930225703710078 +0.5674889658061709 +0.6408644800820383 +0.6646778013096638 +0.6238918551568539 +0.5985908296797425 +0.6384703402705048 +0.628661269534219 +0.44735694798676195 +0.27010912249196717 +0.12253965517325405 +0.07252693777108046 +0.08693889941052849 +0.07252685103905344 +0.15778642903725715 +0.22660177697329698 +0.2642770716705032 +0.46674338386847 +0.5203499297791858 +0.5803854802006385 +0.6489866997855306 +0.6993198264826999 +0.6458634458621006 +0.6362759890202558 +0.5837906076050783 +0.5550319935667941 +0.6247570276494904 +0.6524787910830798 +0.6102029717319611 +0.594400562982653 +0.638694704397997 +0.6174436618712222 +0.41352012799864835 +0.2548301047804077 +0.12686357668892406 +0.07256752378900572 +0.08689812904957762 +0.07252696778552532 +0.15330448647566106 +0.22369460695568547 +0.2766720016610395 +0.3457448072180146 +0.42958784572749126 +0.5704094212592955 +0.6718518877814064 +0.6693089788182259 +0.6436705406155204 +0.5634538195212226 +0.582758077465909 +0.5504729493692369 +0.587223620482354 +0.6553869470776721 +0.6254647037549973 +0.6075835795969595 +0.6306147849017583 +0.6157650246816468 +0.4172778899105531 +0.2644134702572084 +0.13384073581150704 +0.07252705121562159 +0.08693887919144153 +0.07252683459564105 +0.13489412368986883 +0.24312032392211566 +0.2888729614311667 +0.3479467713343894 +0.4375887192889267 +0.43560487554595506 +0.6336717257016136 +0.682209051429584 +0.6214173466222361 +0.6293056338120646 +0.5736079585940401 +0.5047426759242499 +0.5519736727246741 +0.5808386293521368 +0.5379429413571815 +0.5822533896959409 +0.614075701510715 +0.5836429385306939 +0.3825009022384139 +0.2394710434523448 +0.12286331882419418 +0.0725470683184429 +0.08689817656197313 +0.07252704760620131 +0.15498743573660745 +0.24980190464993782 +0.2828481579774962 +0.4112509332556988 +0.48486135175289763 +0.566408069771079 +0.6511355869019781 +0.7091350786726744 +0.6498324424669241 +0.5771661946674287 +0.5257735033441866 +0.5047113014076176 +0.5791988129361619 +0.6031982427123608 +0.6230628709025708 +0.6003997343807258 +0.6397986357490367 +0.6101369846509617 +0.42837527920363344 +0.25113660107097524 +0.12259608697472527 +0.07252700431089736 +0.08693886713998776 +0.0725268212985066 +0.15780254953373218 +0.22656129778431291 +0.2643175329963889 +0.44934987750750266 +0.513537934847531 +0.49634230485019737 +0.6176640608089143 +0.6934334695792489 +0.6307984311759328 +0.6105082397042235 +0.5579424413750698 +0.5367489108637684 +0.6110221400833876 +0.6041771469857713 +0.5584196652911889 +0.6138816538542373 +0.6525955390234237 +0.5991517808634916 +0.4329886394123027 +0.2599537171002515 +0.12255854281267362 +0.07252700505967301 +0.0869388679485219 +0.07252682204528145 +0.15782474976910826 +0.22656126686428923 +0.26221713748803394 +0.4413275393379547 +0.5028711326179544 +0.5736828170329884 +0.6510544098019693 +0.7082388067775364 +0.5873973270985754 +0.6104580962210089 +0.5776227380103812 +0.5362701818980515 +0.5894331632745693 +0.6348568000110687 +0.5556089980670078 +0.6047589034258692 +0.6372927582862618 +0.6134138274059519 +0.41285417508544076 +0.25025182542734686 +0.12257039673810555 +0.07252700814394797 +0.0869388324344622 +0.07252682545927215 +0.15506913339182382 +0.2265613017940957 +0.26077727598243633 +0.42566041795074716 +0.5058129179188727 +0.5564723063629164 +0.5972794185914736 +0.6606599335717678 +0.597794212469945 +0.6103547781917532 +0.5685638782772838 +0.536628672701645 +0.6019580524429552 +0.6144071771689843 +0.5569846346135318 +0.5427334376559712 +0.6497963213631459 +0.6002299976426553 +0.4349733953627996 +0.2690815065154759 +0.12256508256113592 +0.07254536571825472 +0.08689820997459648 +0.07252704739814839 +0.1275683782409147 +0.22656135067298103 +0.26427707398818834 +0.4594260243436881 +0.5058694425986945 +0.49574885317326584 +0.617968932444243 +0.6828816587744538 +0.6402953360257623 +0.6414775397704832 +0.5580333879066267 +0.5286311562182531 +0.5914631604721681 +0.6040586281968373 +0.6186393306268744 +0.5974050847754798 +0.6422691398637151 +0.6172755544840268 +0.41182984364046926 +0.24845682464897179 +0.1268686663939993 +0.07256755421651453 +0.08689808394991276 +0.07252699003581901 +0.14747805833191174 +0.2236945959476222 +0.27400042515408934 +0.35678440914011916 +0.4500575647902899 +0.5836918754989455 +0.6490579659655373 +0.6807616208487685 +0.639240464367525 +0.6281700943655784 +0.5759365312437041 +0.5669801381475756 +0.6104043423080084 +0.6782305966133383 +0.6405339841086055 +0.6139041940814706 +0.5985996603316147 +0.6023350164751432 +0.4000807506492213 +0.24061743878729705 +0.13383674689443453 +0.07252698426234455 +0.0868983202171769 +0.07256751010067308 +0.15027328381296695 +0.2632993120466684 +0.30576730678073877 +0.33120570259978604 +0.4583580331045959 +0.4684356837707126 +0.626761031348748 +0.6285633078765798 +0.5575319234200344 +0.5565343407809714 +0.5080964813584375 +0.5021396723513348 +0.5495282896397594 +0.5795758743777849 +0.5414602951316114 +0.5721426585862879 +0.6072940269540232 +0.5749614166624494 +0.3943739173637173 +0.24277685082462144 +0.12290467934023683 +0.07252689549509943 +0.08689826559254811 +0.07256763148192917 +0.16072894404273325 +0.2265613333280436 +0.26075588974191555 +0.41625556346736114 +0.4791301439458926 +0.5490446239330209 +0.6380986452333104 +0.7066929313781707 +0.6542704930477442 +0.5784976688549859 +0.5266192655398877 +0.5059191744966787 +0.5802745909246877 +0.6672185315317865 +0.6230175734338567 +0.5997915835361531 +0.6468375286969116 +0.589510938074114 +0.4307463414262874 +0.2590496102752212 +0.1225593181717746 +0.07252696074380126 +0.08693876083715994 +0.07252689096764883 +0.1358170741335133 +0.2266018046248687 +0.2633721329928559 +0.45926510288034833 +0.5163843044921721 +0.5603656513010103 +0.6274971659995441 +0.7043646656764733 +0.6587828327567947 +0.6491051267790106 +0.5962980928103747 +0.5837295829147654 +0.6498456909190601 +0.6558749802615638 +0.5989636687386243 +0.5864285081431637 +0.6287567571129082 +0.5830180079272317 +0.4413652287849305 +0.2652788941865024 +0.12255620072841651 +0.07256555451204297 +0.08689820887663516 +0.07252704631664489 +0.12756828022589356 +0.22656134939140585 +0.26409673274967954 +0.4813381129802749 +0.453443378842352 +0.5888399827479797 +0.7279489148141809 +0.8212315746676346 +0.7710338701945841 +0.7884464821182899 +0.7542406861094716 +0.7319914565188236 +0.7692874973421235 +0.7904773370363051 +0.6053248654106992 +0.5908746482591782 +0.6086065094689683 +0.5841030386734289 +0.3964525176087805 +0.2417665117184811 +0.1225621506049615 +0.0725671618403665 +0.08689817548059797 +0.07252704654811945 +0.13209960120480982 +0.22656128623009214 +0.264276982134775 +0.4015886349530099 +0.5251077791973938 +0.5811309384684454 +0.6544807567150953 +0.7179013509340115 +0.6631378506326312 +0.6393768044920706 +0.5825107252782582 +0.5888927540349373 +0.6235009446562647 +0.6513911535039643 +0.6125765935909484 +0.5983172377621587 +0.639937113162208 +0.624161721050297 +0.4468928981231912 +0.2694254888762295 +0.12255798806528334 +0.0725269538051072 +0.08693875331482062 +0.07252688411637474 +0.15784090543551557 +0.22660179735669575 +0.2642769513922238 +0.46767686652646184 +0.5218806381643419 +0.5849140426264992 +0.6552660529511734 +0.7103256430112316 +0.6489959972286081 +0.6547195730817597 +0.5937984441821897 +0.5778318367841697 +0.5797979855817149 +0.6036639852903525 +0.5563156918925117 +0.6142482831862495 +0.6601177342318598 +0.6027161694442489 +0.4455193315333795 +0.27226760377844617 +0.12687727691941442 +0.07256750224222792 +0.08689810937625038 +0.07252698151414091 +0.15036525647192225 +0.2236945872004477 +0.27314269005965935 +0.3766305484364982 +0.3755421900323383 +0.5296980546883631 +0.6603283566633684 +0.7072389404929054 +0.6892680570287526 +0.6917589262881982 +0.6489925100639011 +0.6582205344940524 +0.702015496048315 +0.7513150641706903 +0.7109895822910793 +0.6699898323846734 +0.6431278398632261 +0.6012663486222659 +0.4351927434653039 +0.2850337288121844 +0.13664174762316825 +0.07252701553103795 +0.0868982069987301 +0.07256756556694795 +0.12311578976483477 +0.244905818702696 +0.3022900557727379 +0.34866889939151335 +0.44900193642558067 +0.4653456102783404 +0.6684733242326031 +0.7495721365162689 +0.7250015127314526 +0.7492252802381472 +0.7025484491367243 +0.7081349425390424 +0.7327619726320543 +0.6307133784927129 +0.6619859949057706 +0.5334287501591215 +0.632838100711314 +0.5772250939783169 +0.4026256918938378 +0.27530549334283905 +0.12287289612081961 +0.07252699637839956 +0.08689818786435081 +0.07252709115933759 +0.12489013433498786 +0.2265613058269232 +0.2613831247093635 +0.47751913303417337 +0.4383463948263468 +0.49530228420788897 +0.6206605583048916 +0.6871569277137909 +0.6440025495834618 +0.6354723851526497 +0.5742141353537513 +0.5625960960478175 +0.6281460074340637 +0.6413685290559143 +0.583476952829841 +0.53540590328216 +0.6568223963070372 +0.6062753409812527 +0.4439431042663975 +0.2780500967790103 +0.12256007706944581 +0.07256753715998607 +0.08689814125748915 +0.07252697979117662 +0.12756511264400094 +0.22656135421359944 +0.26317786562677403 +0.4725987876140266 +0.43801474189587064 +0.516909183864698 +0.6280421522599924 +0.7149112922935253 +0.6697858889524928 +0.6858018730711257 +0.6509036307171518 +0.6591736387424775 +0.7238137898413939 +0.7353286332436316 +0.6646542763804502 +0.6368903008460599 +0.6660568049817284 +0.6043474443191399 +0.405172637482577 +0.24112392509265024 +0.12327264861930647 +0.07256750665533176 +0.08689807961619564 +0.07252695276159016 +0.13325526173903524 +0.2265613794011564 +0.2640967474648536 +0.4767796085577726 +0.5253882482884888 +0.5964770017534763 +0.700880578593632 +0.6982563169247727 +0.6578995287379026 +0.6714502570012185 +0.6180800708140624 +0.5958058429545526 +0.6671096586498042 +0.6976815535142146 +0.5540551027770049 +0.5672622828967491 +0.5863135465823901 +0.6113244901555254 +0.4429029708636793 +0.27390929137653436 +0.12287038105296676 +0.07252695357555106 +0.08693893061472116 +0.07252688197204833 +0.13201246134320832 +0.22660184707152278 +0.26337225058264957 +0.45114244031268835 +0.5039887909515746 +0.5645565028437426 +0.6421673434881736 +0.6998475495741933 +0.6480442851256148 +0.6475485002386857 +0.5949976311727249 +0.5708173312158579 +0.5792022747570723 +0.6662308907327799 +0.6231887560149574 +0.6030495128720255 +0.6445382850424725 +0.5948266774778423 +0.42875730394450495 +0.25597464699199485 +0.12259841098968864 +0.07252696238642442 +0.086938925767507 +0.07252684166846336 +0.1466744019494393 +0.22660182429492137 +0.26409679482564324 +0.46193698484440177 +0.522595388534406 +0.4961578126965905 +0.6196638167579533 +0.6748695814188519 +0.5993958155666027 +0.6022307868426381 +0.5591411170372103 +0.5378657641007597 +0.591562728621578 +0.6038403665510311 +0.6258041472440197 +0.6113635521400752 +0.6510525748314095 +0.6032812853566767 +0.44692168415860306 +0.27360239763820166 +0.1268935365511374 +0.07252706231233254 +0.08693892973543421 +0.07252687898785423 +0.13651291024200488 +0.22373509238719047 +0.273751283365326 +0.37152604052284993 +0.4559193860895762 +0.5029579394757027 +0.6213221631427421 +0.6486386042357375 +0.6312977593341262 +0.6260446847927332 +0.5997019541227193 +0.5933198651617444 +0.6440400360401205 +0.6808197339263871 +0.6285803182373945 +0.602709159535212 +0.5959959566005363 +0.6046236464941972 +0.42694813168594914 +0.2660271921108709 +0.13386932945401606 +0.07256413037076725 +0.08689817506130067 +0.0725270786991302 +0.12278376799131664 +0.23150033892493538 +0.28839913935506467 +0.3768954684872224 +0.4075149719540429 +0.442036915889244 +0.6064944250683323 +0.6779650321447923 +0.6276306372892076 +0.6260724208124713 +0.5837541593371903 +0.5773472818458008 +0.6181254465705458 +0.629891017620898 +0.5809235493539658 +0.528378143325901 +0.5097450983222271 +0.5073782117183898 +0.33158917883675426 +0.26289303679806114 +0.12286149635051694 +0.07254445927000559 +0.0868981767898756 +0.07252704783060966 +0.13957678814818678 +0.2265612874880523 +0.25939173310571156 +0.4584250230909658 +0.5200447086700621 +0.4955110843836815 +0.596704363581701 +0.6751398646182213 +0.6138481192869057 +0.6141035635874313 +0.5727794490466215 +0.5594693396034766 +0.6355177489249811 +0.658348557877895 +0.5907373297395971 +0.5587617049450382 +0.617658141947524 +0.605732067700724 +0.44335104505546385 +0.2751551392042659 +0.12259153674778342 +0.07252692610427347 +0.08689829563169502 +0.07256766380911725 +0.12752558468207464 +0.22656129036559722 +0.259707344569365 +0.4727932769972504 +0.4604140197201336 +0.5805884504275134 +0.7008277149651861 +0.7793909785634928 +0.7254853281926896 +0.7352825045569512 +0.6892412006265387 +0.6662755884933798 +0.7418715415001474 +0.7626320834884572 +0.712795836901928 +0.6695785866683271 +0.6566038697337158 +0.6464441453712156 +0.4600526899228039 +0.34444374886944257 +0.12901457446707706 +0.0725625106798805 +0.0868982084763197 +0.07252707848478307 +0.1469140428851638 +0.2265613485310397 +0.26362096057035234 +0.47252389693640395 +0.4839379283173952 +0.566544931421978 +0.6843340591307968 +0.7331769590008066 +0.6711397296258292 +0.6600362393998435 +0.602773085786213 +0.5751546547858144 +0.6454044250757596 +0.6723582998012709 +0.6319989519883055 +0.6198244024692765 +0.6264646749371093 +0.6213468386713672 +0.452397848237664 +0.2906439270815957 +0.12258166012233337 +0.07252696838992996 +0.0869387691243605 +0.07252689851865639 +0.12752845954646694 +0.2266018126359902 +0.2636209048356616 +0.48186510348443534 +0.5300958121919409 +0.4968774741354553 +0.6527480028332358 +0.7346385453608973 +0.669749322786765 +0.6757554514449721 +0.6162562699296974 +0.5744966857307382 +0.6074732805771036 +0.6040561313929359 +0.5580395669008235 +0.5413117836818 +0.6255773341217838 +0.622826099830523 +0.46100185117696485 +0.2901577798533133 +0.12254527936406809 +0.07256747659732347 +0.08689811288228334 +0.07252698530251943 +0.1296024582807435 +0.22656129196881197 +0.26308769421076766 +0.4899468596692747 +0.4380711598453432 +0.5283627612253452 +0.678578765354189 +0.741006736215282 +0.687785631765621 +0.6792782311708276 +0.6517443352914382 +0.6352774214323762 +0.7209570733561848 +0.7222525565365171 +0.6668643623908339 +0.623192083665533 +0.605257876503889 +0.5538886738705925 +0.45760592486859414 +0.2808866405943552 +0.12686667133443125 +0.07252702507042579 +0.08689828797335483 +0.07256747500394982 +0.1254965910660139 +0.2236945817966531 +0.2730480009670331 +0.39154919338982075 +0.3756593295751911 +0.557812795515188 +0.662574215156173 +0.7153629074401209 +0.6870411382312744 +0.6868378183646334 +0.6386870543846481 +0.6438480082382135 +0.6864560425381175 +0.7271420914364652 +0.6675738375933539 +0.6275168136138936 +0.5510934731569942 +0.5570705357649157 +0.3807208188911104 +0.2235442885680187 +0.13388389750577243 +0.07253320017057575 +0.08689817777819582 +0.07252704879940602 +0.12759819359182056 +0.23411206672829998 +0.29893706721409197 +0.3714932990153273 +0.4741828694669076 +0.4622720263337139 +0.6176940990209693 +0.642600403074447 +0.5576271081835245 +0.6379072157267274 +0.4982408385747642 +0.5058897902712063 +0.5506970280388608 +0.6017258597265748 +0.5756225169347725 +0.5535060128369642 +0.5568923873716007 +0.55320040291239 +0.37781688967069027 +0.24649519835339415 +0.12702459258435544 +0.07252696049091518 +0.08693893802774606 +0.07252688880208176 +0.12788526092378505 +0.22660185473068212 +0.2598106628728237 +0.5192965464936595 +0.567220863971805 +0.5648796343631955 +0.6867184488509916 +0.7535082879691809 +0.6814514670243138 +0.6520069949135415 +0.5716146915961933 +0.5497602096402752 +0.6524669564833582 +0.6196739545368428 +0.557784774913218 +0.6295449076356091 +0.6292160226567826 +0.6252616679577532 +0.46345018926481624 +0.2869166121616858 +0.12256381575008668 +0.0725675144296648 +0.08689812050365828 +0.0725269593793437 +0.12757076768708261 +0.2265613339941511 +0.26409673589304583 +0.4962044439306222 +0.5475557540412581 +0.49552196049711184 +0.6432737721052372 +0.7535967391579199 +0.6888634557277422 +0.6713971033631195 +0.6136966986842467 +0.5924306705123028 +0.6651500662540648 +0.6791144391789983 +0.6160028053132817 +0.5648986533651402 +0.5440787499137538 +0.6245119011717362 +0.46506208748290206 +0.295446272608672 +0.12254372952240512 +0.07252699979875797 +0.08693882337622573 +0.07252678317891512 +0.12955617163836297 +0.22656126250665276 +0.2594322394481568 +0.4309269210798001 +0.5004234853836074 +0.5691824072177378 +0.6845282574973329 +0.7575736952079802 +0.6991177727086317 +0.6977466450065172 +0.6544954112465204 +0.637101735849202 +0.7280705062186057 +0.7256387089884125 +0.6777760636257762 +0.6333820298354116 +0.6201024027708951 +0.6114934856968782 +0.42858667658513044 +0.27558469745973735 +0.1244254787816474 +0.07252694732953968 +0.0869389096453131 +0.07252682672813476 +0.13324583318355274 +0.22660180853723108 +0.2640966063589316 +0.4444686334119463 +0.5035477468195695 +0.5640656422762427 +0.6996501322553331 +0.7833729515277978 +0.7291731131071951 +0.7329666251359797 +0.7056639609496921 +0.6827120823206881 +0.7630470909096344 +0.7993589878303755 +0.7580198324893761 +0.7295486724075686 +0.7271850158545351 +0.7128204948421901 +0.520666043970276 +0.3514187616861963 +0.13078470555750601 +0.07255656571436571 +0.08689820957723483 +0.07252704700847283 +0.16337218668554784 +0.22656128668277653 +0.26005936649737443 +0.5597054609927943 +0.6255068145499411 +0.704300105388599 +0.8027909344199993 +0.8616175537939269 +0.8154600666186973 +0.8234549894734314 +0.7632525068672449 +0.7060868582486264 +0.7580165788385599 +0.7492164492882692 +0.7024903166673435 +0.6511733382486213 +0.6391531710280981 +0.6119793265539687 +0.4304802164986322 +0.2692011828740225 +0.12848054355195312 +0.07256751615888918 +0.08689814903154694 +0.07252705336877949 +0.1255266807236114 +0.22369458781634016 +0.272878833757026 +0.3804557538260689 +0.4506291088744515 +0.568585043473519 +0.58961130988369 +0.6475546647955917 +0.6420776497422747 +0.634661991427332 +0.5819508684141877 +0.5938026386778428 +0.6429227562423446 +0.6975737584293865 +0.6444126423293168 +0.6183062166295126 +0.525555582952567 +0.5351278909704575 +0.446056989592942 +0.28466438574822317 +0.13420220839378502 +0.07252689844822954 +0.08689823554147555 +0.07256759629259917 +0.12460330497539418 +0.23596635626203782 +0.2874512688082675 +0.3506820773762742 +0.48225968819496606 +0.3965307712697982 +0.5903026738871907 +0.6808088819106168 +0.6198299411223613 +0.6359881215837436 +0.5842895113147388 +0.5956920278861966 +0.636754453488946 +0.6579873260628583 +0.6110342602871643 +0.5665952354170254 +0.5726184871372011 +0.5522620954963606 +0.3755724262031015 +0.23428373548891526 +0.12401739208197599 +0.07252695278699058 +0.08693892977055281 +0.0725268811948302 +0.1246902440376519 +0.22660184624967208 +0.263268021091508 +0.3900620590428101 +0.4660711978222716 +0.5066390133795583 +0.6222308151012307 +0.6865210340482376 +0.6230996283285561 +0.6309886159288209 +0.5888980334490246 +0.5576769045709095 +0.6456025027062358 +0.6604359932107422 +0.60193746549272 +0.5666318410101157 +0.5395148101081602 +0.6120480386268731 +0.44046890764534635 +0.2655312937528395 +0.12257464030145138 +0.07252698747505891 +0.08689835586258282 +0.07256769048151535 +0.13580074030560793 +0.22656127756914154 +0.2591932551005721 +0.46585903638850645 +0.5113615826808581 +0.5186607632834643 +0.6491288963621861 +0.7413177297605993 +0.7036347513857544 +0.6929805448676605 +0.6669362097446488 +0.6499181329435597 +0.7382693112243789 +0.7679031055247536 +0.7144743415691289 +0.6590567036049766 +0.6384738101758355 +0.6170033184546175 +0.4061447980042662 +0.21837580664720715 +0.1223936114537179 +0.07254005870827282 +0.08689821087095706 +0.0725270482786222 +0.1302331647484295 +0.226561351609508 +0.2636210539203966 +0.43233339722357367 +0.5080050681121382 +0.5893060043647479 +0.7166525388215785 +0.7998250179391865 +0.7616593598859782 +0.7111315982303402 +0.6672653129514743 +0.6653043085440394 +0.7416568453277861 +0.729524000891147 +0.665286507190474 +0.7031050440440323 +0.7053999122552647 +0.6800004530477373 +0.49041030818151216 +0.33753071639066046 +0.12763942971060566 +0.07256756849412428 +0.08689809710537372 +0.07252696987209158 +0.14309167475233012 +0.22656133461377814 +0.2613467421556594 +0.542590639839904 +0.6358940244619965 +0.651074775501069 +0.7655036530554465 +0.8246676409391698 +0.7628658267141671 +0.7746225906508837 +0.6958342469930681 +0.6351126713422983 +0.7316919309641756 +0.7282257430709654 +0.6826323736101766 +0.6375281947653026 +0.6030028036076219 +0.6030107060944709 +0.389951011966684 +0.20704424325823229 +0.12256874938919358 +0.07256687618141758 +0.08689817550049311 +0.07252704656957543 +0.13210425401343356 +0.22656128625327263 +0.2640967324855866 +0.5027699917485606 +0.4382181906533118 +0.5244671323662364 +0.6500305870710478 +0.7117589601681635 +0.6682753596382666 +0.6696977678855137 +0.5937765448046817 +0.5705656108197807 +0.635165097979315 +0.6613814122768649 +0.6019875526204127 +0.5781625660006191 +0.5699947542863117 +0.5713990986465404 +0.3852749110543426 +0.2779295485796752 +0.1268982933105918 +0.07254850576678123 +0.08689817694586599 +0.07252704798261894 +0.12214433697043628 +0.22369461437778473 +0.27289937041854845 +0.38029963833829594 +0.4471440171203581 +0.5142812628467475 +0.6224663029476 +0.6888579178679098 +0.6685114016130457 +0.6778156882713327 +0.6269036856472378 +0.6435841510132609 +0.6618549795739509 +0.7350024878435696 +0.7247064893936797 +0.6906561263757592 +0.610199079172816 +0.6217577080953789 +0.4285335075115502 +0.2649057462079031 +0.1336465336058522 +0.07256640007036193 +0.0868982081352228 +0.07252704559027028 +0.1272282440548813 +0.2432224229728646 +0.30217607047693706 +0.38050989765104454 +0.5145783053255563 +0.5547225854321288 +0.7437833760763503 +0.8163716586708204 +0.7526948880187763 +0.7687142723226454 +0.7102653824346277 +0.7148810793267731 +0.7433055105991294 +0.777339870863388 +0.7418544267254539 +0.6988200686224881 +0.6521559574047823 +0.6639493324517391 +0.4656409603536753 +0.33603430865662043 +0.13321462005582446 +0.07256752622467831 +0.08689813127612024 +0.07252696997163235 +0.1677906055276917 +0.2265613347117071 +0.26078299056952503 +0.5977250040700117 +0.6506821341579242 +0.7375967961943717 +0.8538752336680057 +0.9355169438810189 +0.8940864383342648 +0.8813620572856085 +0.8286037780518729 +0.7905373795100292 +0.8624466014040488 +0.833263603526437 +0.7834878075047846 +0.7590711485897957 +0.7555191525513275 +0.6999360611772953 +0.4600056594261377 +0.27287948081109564 +0.12234448374243556 +0.07252694785057033 +0.08693874685959099 +0.07252691169979072 +0.12751814848822138 +0.22660179072991807 +0.2640967817173591 +0.45708963487363097 +0.5073368209712275 +0.5658325883878856 +0.6436925877949993 +0.698755826105128 +0.6413652523022504 +0.6400266778492157 +0.5861001249233113 +0.5652402067772222 +0.6422463329519233 +0.6023440514790347 +0.6220134925102124 +0.6025810011612691 +0.5985111759289852 +0.5942708279831111 +0.4149944338385365 +0.25600556206707964 +0.12262901363266379 +0.07252698685148917 +0.08689820195642096 +0.0725408102706911 +0.1471706650352003 +0.22656131175074784 +0.25929355138705806 +0.452520035423342 +0.5165872607482752 +0.5534565787073017 +0.6599299592567085 +0.7172722584396692 +0.5882219857266149 +0.5895524449790912 +0.5584549043072218 +0.5568381413211726 +0.6327965883447236 +0.6680807207300179 +0.6213538007618775 +0.566659265530637 +0.5456259253061838 +0.6104266096047842 +0.43755850867617896 +0.2496821542368704 +0.12255860849933091 +0.07256750792034787 +0.08689817495865824 +0.07252704568493536 +0.13024452751717414 +0.2265613155085831 +0.25915278326802177 +0.47652961186901127 +0.4381554151129497 +0.5170533521525137 +0.649427479713287 +0.7162054954027707 +0.6638294732525241 +0.6535572299161201 +0.6070695144793352 +0.5758949836947899 +0.6625554852985831 +0.6678243100698859 +0.6082149788273989 +0.5854223807570981 +0.5719340443730133 +0.5632598510595048 +0.3597905122280204 +0.290461071481761 +0.12255122830976897 +0.07252699927588577 +0.08692999527562417 +0.07253569746154477 +0.1320471043803376 +0.22656128351503335 +0.2600999047542574 +0.38902857210569225 +0.49535775091520823 +0.5689332408517441 +0.6790569827217595 +0.7549116575404108 +0.7141937970623716 +0.7043711705542937 +0.6939629605718085 +0.6777522939123228 +0.7573509195134697 +0.7732925577295959 +0.7423588104912119 +0.7250537645355081 +0.6939658513457618 +0.6764269717656479 +0.48226184052269133 +0.3354018289035534 +0.13401349578227373 +0.07252702324563716 +0.08693883564316662 +0.0725267944793107 +0.14557545271248284 +0.22369456958826606 +0.2748682855946487 +0.5074030145365398 +0.5869725630305983 +0.7558782566344723 +0.8653141818260585 +0.9089297979274761 +0.894363668412409 +0.8700904617852231 +0.8196005878448128 +0.8080395479677094 +0.8767072939832001 +0.9548102552859713 +0.9273711089353172 +0.8669113494140694 +0.7833676409684007 +0.7968484868514785 +0.605069790896312 +0.45083053272809115 +0.14749720891235824 +0.07252702757568517 +0.08689821903214975 +0.07256757851907365 +0.18111766095965473 +0.2732469312555598 +0.3585406057306276 +0.5452804555844579 +0.6589909575858165 +0.6591098865383264 +0.8309183803476154 +0.9060874036205462 +0.8396416948316858 +0.833945383014816 +0.7746188462656972 +0.7561797798924844 +0.739193107356242 +0.778974571396092 +0.7472797677844695 +0.6827066815074638 +0.6966898695129268 +0.6709553930729815 +0.4781959028833814 +0.3398247669580965 +0.12807093288025892 +0.07253614986866917 +0.08689821077981787 +0.07252704819113805 +0.12740059797092973 +0.22656128784143306 +0.2640967340587548 +0.4764687714237883 +0.5383828405277493 +0.6136877988820276 +0.7046169835416259 +0.8017952046850422 +0.7871584077432252 +0.797504565266064 +0.725678429632436 +0.7033109739105999 +0.7664918266578917 +0.7811300555691236 +0.7255800257629701 +0.6702207370976897 +0.6526920583432979 +0.6508792920916044 +0.46294867808823764 +0.3043243543542105 +0.12622187790269623 +0.07252696866327371 +0.08689830482426512 +0.07256767087556706 +0.12711701607061177 +0.22656135064893052 +0.2591932847634869 +0.439435890633577 +0.5473503841687685 +0.6451132724590732 +0.7727610534027919 +0.8412532314728425 +0.8089377025874397 +0.8120953270654034 +0.7353997038428214 +0.7145469476244607 +0.8087979692105915 +0.8413940243858838 +0.795307672575777 +0.7399386906906347 +0.7353836851958566 +0.7062328548156017 +0.49859090052307753 +0.32404742256392327 +0.12862680474169846 +0.07255660834623054 +0.08689817572178532 +0.07252704678610007 +0.15950812506019216 +0.22656128646384435 +0.25915270279607133 +0.5205082091707633 +0.5972190556389315 +0.693489995778161 +0.8059625559363695 +0.8671923212261463 +0.7864655072796348 +0.7749471040768385 +0.7366047403201748 +0.7249679877805156 +0.797787568250638 +0.8245022048061366 +0.7551010215493967 +0.705280258144545 +0.7139679960872084 +0.6966815985328393 +0.4597296121595555 +0.2848323544193247 +0.12283625056713107 +0.07256753912901648 +0.08689810942598589 +0.07252698192374564 +0.1320800825775166 +0.22656134629440575 +0.2625693212645149 +0.3891423944513236 +0.45008248184451427 +0.5521028909112883 +0.6714598676314564 +0.7417243327261213 +0.6802208154984244 +0.7103960394762406 +0.6497586262603301 +0.6248931068278373 +0.6990667668160484 +0.7147696672240038 +0.6593216788982527 +0.6193519523763539 +0.6090232184476949 +0.5977663217462221 +0.4037066074368347 +0.2529928955863053 +0.12240326385931571 +0.07253671400734235 +0.08689821113276479 +0.07252704853755113 +0.1303060680463399 +0.2265613518607109 +0.25927225570217166 +0.3958907478988826 +0.45079563500761055 +0.5230481112233895 +0.6562183791740703 +0.7209502923771035 +0.6579808606192405 +0.6649993819131594 +0.6165778139564688 +0.5961501361618374 +0.6819120631493699 +0.7247320057354661 +0.6689624874784229 +0.6223412407648661 +0.593998595029244 +0.5829509236232802 +0.3883290976531662 +0.20686333332699924 +0.1266665087076161 +0.07252701876806558 +0.08693877061910052 +0.07252689988313164 +0.12548353721512948 +0.22373507868503914 +0.2729683154576034 +0.39255782761428887 +0.4039083333134847 +0.5719241031468784 +0.6801000835678922 +0.7182365181718595 +0.695772565835616 +0.7184413730351493 +0.6649864473615567 +0.6686165090623916 +0.7000333417059965 +0.7796270491331746 +0.7506196059690181 +0.6910720569970594 +0.6126844786280792 +0.5945644287874988 +0.3897838351764937 +0.2665563761070921 +0.13367795170178814 +0.07256747364119966 +0.08689808326548285 +0.07252692274663633 +0.12273440079630607 +0.2360237141306878 +0.2874082279569119 +0.3089658882905212 +0.4814554370283603 +0.512293948086884 +0.7186006668423369 +0.789955051872454 +0.7342355755241833 +0.7624604637655876 +0.7135684402323921 +0.7113504640765531 +0.7759339652278998 +0.808659768479843 +0.7826667855178434 +0.7102197171306549 +0.707074637713702 +0.6892132371628749 +0.5036708161879423 +0.36482819657037463 +0.13198495445799796 +0.07256024620173843 +0.0868982086738244 +0.07252704611891274 +0.16036612164417208 +0.2265612858108766 +0.26409673204949313 +0.5545441336976229 +0.6329369207477391 +0.7109824353132647 +0.8155977577286684 +0.8932784622209449 +0.8582862014305834 +0.8859826436889072 +0.8103349683684162 +0.786772661119383 +0.8698338442029337 +0.8908816356218706 +0.8244901553760686 +0.7992357738844807 +0.7893965828020842 +0.7626823932069423 +0.5775716047646993 +0.41039875342690185 +0.1305836891502113 +0.07252693729643164 +0.08693873541854147 +0.07252686781344964 +0.1498522278695522 +0.22660183211576568 +0.2601253741313463 +0.6486924776170035 +0.7284544151074325 +0.7995777420206348 +0.9123867552445417 +0.9969465010776216 +0.9585321435622792 +0.9744202822967687 +0.8648425905401422 +0.8422053007128276 +0.9025615657821949 +0.9467633788446397 +0.8980428387111024 +0.8515157006359478 +0.8611882894331544 +0.8204691460965736 +0.5882418045481865 +0.4376700503349618 +0.13261728636960984 +0.07252707147256614 +0.08693890117904172 +0.0725268548534368 +0.15109934470441805 +0.22660181798078227 +0.25928731497868696 +0.48857331479628086 +0.5564673667612834 +0.650434363400472 +0.7948847620704526 +0.8517323112259108 +0.7905951300193519 +0.8146411427423326 +0.758649873801697 +0.7376198013599423 +0.807909081346482 +0.8361966988664098 +0.7530054053540876 +0.7346934185553199 +0.7232403196257743 +0.7187468503026738 +0.5187502511840181 +0.37479195420473116 +0.13129680545164504 +0.0725269388760899 +0.08689830816537247 +0.07256763885147073 +0.15623482044232231 +0.2265613028718602 +0.2619848252288548 +0.5866951528493018 +0.6422554501728601 +0.7157352669998172 +0.8309717214388337 +0.9051246610427081 +0.8534715383886887 +0.8613008975523938 +0.7953436337899068 +0.7464372002250862 +0.8545332548165941 +0.8598058813634094 +0.8187829446465867 +0.7964301304517287 +0.7920466428793084 +0.7480879794450976 +0.5519255006489561 +0.374829128333398 +0.13097141182082736 +0.07254033601590752 +0.08689821084920521 +0.0725270482585717 +0.14170301705069685 +0.22656135158892446 +0.2592474900499882 +0.49208624063112993 +0.5370445004676955 +0.6088963363930128 +0.7103774003331402 +0.7688132369712427 +0.7152125852698639 +0.7295185319413424 +0.6860238269279508 +0.6747890520456429 +0.7528048968841735 +0.7757307451621429 +0.7227083511370264 +0.6670640099590889 +0.6361439125959073 +0.6107280617041343 +0.4194774364676982 +0.2669822959968239 +0.12937825532182 +0.07254932383089405 +0.08689817688164501 +0.07252704792052231 +0.1261770827296345 +0.22369461431633295 +0.27296843903396045 +0.39343562565888823 +0.49022326933266575 +0.6194064586849909 +0.7251936569611099 +0.7684495229902422 +0.7604651624903337 +0.745730585101343 +0.7080097989274102 +0.7025412629428449 +0.7313600592456282 +0.813170196002726 +0.7633623330076984 +0.7128315332946138 +0.6544414117889034 +0.6765914633487784 +0.49182373647715116 +0.34029509757448506 +0.13805728660053018 +0.07254996852446008 +0.08689820957123913 +0.07252704700061618 +0.14732588469355112 +0.25604446884043647 +0.32784299245906146 +0.46730314005677714 +0.5894525776007424 +0.5793912146017288 +0.7445304965935049 +0.7759631619857673 +0.7156759657605399 +0.7547697091050122 +0.73289475175952 +0.7035313226989975 +0.7337574196989879 +0.7604244499118096 +0.7243475759807918 +0.6821793534203165 +0.6417221470928042 +0.6185224231864453 +0.401274480585187 +0.21714043994053753 +0.12287161644796399 +0.07252707355624462 +0.08693872559360295 +0.07252685886515109 +0.1248497737225583 +0.22660184243112919 +0.25927225398397785 +0.42336903538555576 +0.5439907800626701 +0.6182634500640445 +0.7612527321660882 +0.8224976537854151 +0.7854261657466194 +0.7763314697765015 +0.7264671956905395 +0.7296580699885812 +0.8081221685801101 +0.7987935175475464 +0.7483440465850176 +0.7394456427415714 +0.6740742655615155 +0.6653145975568292 +0.47365824358698183 +0.313259853881521 +0.12793436043944273 +0.07256662920480525 +0.08689817484196927 +0.07252704592548678 +0.13795385929869192 +0.22656128562083708 +0.25924749325336777 +0.4997025397488526 +0.6085777760220691 +0.6518139593656855 +0.7832070451472107 +0.8505431332207949 +0.7876065775491585 +0.790724914862205 +0.765717431669573 +0.7308112598444724 +0.8256082336574287 +0.8426620015661215 +0.791980940720189 +0.7395261897823466 +0.745990689690155 +0.7319954019506147 +0.540364851378163 +0.3572486366427867 +0.13217976664202058 +0.07256279886082574 +0.086898175178185 +0.0725270462559314 +0.147053962560059 +0.22656128594414218 +0.26351673210665383 +0.5259549813982682 +0.5827692183570673 +0.7020809213786958 +0.8524441113536012 +0.9285112823435357 +0.8810769801948344 +0.8989552815413387 +0.8094755859213182 +0.7603146187119392 +0.8607768920248141 +0.8760481131355904 +0.8371217316838527 +0.8089590504712706 +0.7387615744767781 +0.6997830177273022 +0.4767920314129555 +0.3076545233610049 +0.12513416828877982 +0.07256753543344904 +0.08689810603198107 +0.07252697860365445 +0.13208658629945896 +0.2265613430775934 +0.25933955136259573 +0.3891360834198231 +0.46565468094455714 +0.5706811391458886 +0.6741251256705107 +0.7424969823735655 +0.6882955016370296 +0.6863587669595917 +0.6670034389095065 +0.6362908308802341 +0.7282404787291907 +0.7540097718004735 +0.7239852487492109 +0.6491832806863098 +0.619762045154894 +0.630290593684621 +0.4108554039837477 +0.21880621102279474 +0.12238943325126089 +0.0725419901319504 +0.08689821071920742 +0.0725270481311128 +0.13030434680294817 +0.22656135146514145 +0.2594367970534842 +0.40487778168157795 +0.5095996710754072 +0.6100773564044047 +0.7091696836699116 +0.7908676534163274 +0.7388501200612453 +0.7540197324833778 +0.697504755056538 +0.6766679182359315 +0.7356539492033527 +0.7450334145499772 +0.6955481782047901 +0.6620141527033514 +0.6606860574139678 +0.6528361291450383 +0.46614689584561064 +0.3241843118934801 +0.13107066404618162 +0.07256754729106564 +0.08689811137073718 +0.07252698346718178 +0.14309836602728457 +0.2236945891017394 +0.27610167737245567 +0.47048288281812745 +0.5867910789141311 +0.7109848306014865 +0.8174294623861105 +0.8603508650404674 +0.8409070466309204 +0.8253036153183354 +0.8220748455563331 +0.7980698907216365 +0.8145265232594459 +0.8648490365129338 +0.8426129881322694 +0.7876132181569294 +0.6793020538143392 +0.6884429299070408 +0.49592781811460024 +0.31939317704259823 +0.1393031387097049 +0.07252692962569096 +0.08689826630382463 +0.07256766790641418 +0.13241192959974968 +0.23672314942408734 +0.2958919982178647 +0.41921643887595816 +0.5454195483324742 +0.5647518638218795 +0.7619162954180562 +0.8413377442151744 +0.7733902325958124 +0.7596294070359548 +0.702905974937755 +0.6885726934001883 +0.7317818401176072 +0.7527425507188268 +0.7198031293117086 +0.6931403647350171 +0.6735273029880837 +0.632606591754802 +0.4260682530378765 +0.2659710518802202 +0.12386307908895959 +0.0725311262446613 +0.08689821121954527 +0.07252704862355874 +0.12489012372787894 +0.22656135194405136 +0.2593395069570948 +0.45345275721591727 +0.5843993502694877 +0.6681253603654529 +0.792283871486795 +0.9029903757810911 +0.8151263187458767 +0.8285061383175598 +0.7805525651774271 +0.7555476085995592 +0.8351329508659602 +0.8774537050118784 +0.832765955159086 +0.7733463966298417 +0.7204710661648792 +0.7103366892773149 +0.5369513332838645 +0.3675056441844547 +0.13057068576678263 +0.07256098957747087 +0.08689817533618718 +0.07252704641105395 +0.15784988735380048 +0.2265612860959596 +0.2602032131759463 +0.5707186663161695 +0.6409536901623581 +0.7146175618716105 +0.8351225392213707 +0.9312214392267387 +0.8897124369570346 +0.8933515162205444 +0.8310605882327734 +0.7956010808695091 +0.8571097194687897 +0.9210947998547138 +0.8662894413332304 +0.8243290948270883 +0.7605361288470052 +0.6787739358915301 +0.47054376893938765 +0.2880018436659559 +0.126493201639891 +0.07256121515988671 +0.08689817531722221 +0.07252704639030091 +0.13207741134405668 +0.2265612860761302 +0.25948185742212354 +0.43717175642584544 +0.5135069803452046 +0.5889592499802982 +0.7166220903849713 +0.8091053479062248 +0.7500213648280698 +0.7234219743727395 +0.6715838347209926 +0.6678371857146318 +0.7389073810060942 +0.7512156371192423 +0.6850053186416142 +0.6645979692622733 +0.650632827201362 +0.6130566361586061 +0.41980144627212407 +0.26688312031484396 +0.12236736650938278 +0.07253765043917898 +0.08689821105876652 +0.07252708100994765 +0.13297522789000915 +0.22656135144931594 +0.2594818375659252 +0.38984850703372037 +0.535454659069644 +0.6294006284109483 +0.7330951721004069 +0.8219190177974939 +0.7790082662849888 +0.7852495884172864 +0.7258582795463699 +0.6979041103932344 +0.7715378972763062 +0.8284307089729219 +0.7838978785297047 +0.7382547961321383 +0.6986395491801396 +0.6747567346145658 +0.4654487064907824 +0.3205620816929114 +0.1267171778372764 +0.07254189113301933 +0.0868982107274495 +0.07252704813871753 +0.13609889299735684 +0.22656135147184375 +0.25948185991254163 +0.4789843689685721 +0.5802122214371231 +0.6714339068016398 +0.7794123261047784 +0.8852357878571845 +0.8342089828395033 +0.8393418936010858 +0.7984856815809953 +0.7728560198082794 +0.8355673526415636 +0.8445542160815821 +0.8211462587673264 +0.7826829429852272 +0.7540706501713327 +0.7405567917306157 +0.541842604479548 +0.3813328865278955 +0.13739854629751128 +0.07252699880057922 +0.08692089945460976 +0.07254488637476122 +0.1646997472979466 +0.22369455584096062 +0.27622039417175964 +0.5218351982935006 +0.6069786874686462 +0.7549951951744606 +0.847455277395937 +0.8800028061391867 +0.8607442557338791 +0.896618132680343 +0.8839976087456819 +0.8661264429083062 +0.8971325739806727 +0.9307325745683522 +0.9161673807794006 +0.9075944817174176 +0.8338411039312915 +0.8678776050935517 +0.6554186292813664 +0.48416469914925275 +0.1518911370892393 +0.07256754889068226 +0.08689807904132019 +0.07252695219795434 +0.17960409224823704 +0.2999501149497008 +0.384904077649172 +0.5705104886740132 +0.6705098454893462 +0.6748147711938974 +0.8908865294232233 +0.9431544722751862 +0.8521420147553569 +0.8401137743637648 +0.8062122221961711 +0.795324640942988 +0.8947836860569758 +0.8507119116742098 +0.8253938290274185 +0.766605103572973 +0.763298764447101 +0.7461952908823232 +0.5610528724653988 +0.4263742549113752 +0.13761409023886753 +0.07252697328465682 +0.08693872108409792 +0.07252685475860556 +0.17996870938011766 +0.22660181779988517 +0.26337222420605394 +0.6484479903330329 +0.6905751144159037 +0.7492876608495518 +0.8607917674964837 +0.9416017544430512 +0.9013101779427457 +0.8970602751800784 +0.8292866295083107 +0.758037019517247 +0.8542268490073449 +0.8878719906883145 +0.8681965004443968 +0.8333660371209111 +0.802604535749081 +0.7747234376368112 +0.569813265920727 +0.3906909821555211 +0.12819781750742346 +0.07252695826292106 +0.08689832719135503 +0.07256765944520563 +0.141020522045879 +0.22656135403665822 +0.2595223355877456 +0.5862226409224134 +0.6520015903468283 +0.7576782353321447 +0.8285830292536204 +0.9001726103185748 +0.8253347569149299 +0.8476468851200838 +0.8010575665744465 +0.7675990414403703 +0.8866651907088684 +0.8950387168112338 +0.8404452116604337 +0.7970266297684536 +0.7847788888448249 +0.7622564731126219 +0.5629241781986943 +0.39485542177330335 +0.1327965503216705 +0.07256756825299224 +0.08689816964709167 +0.07252700772379747 +0.17049879895030895 +0.226561253837369 +0.2640966948854225 +0.6301733172476013 +0.6716806702898973 +0.7638953413189682 +0.8980755671530156 +0.9658813260785032 +0.9376929676283229 +0.934679994362903 +0.8846955508692298 +0.8597737031215965 +0.9212629029867277 +0.9264228466575034 +0.8963171867896573 +0.8754084926334279 +0.873017273130789 +0.8492910591317384 +0.6436229321691909 +0.4739620750702648 +0.14316603125313462 +0.0725675067980082 +0.08689817393724304 +0.07252701194487261 +0.18946514970492534 +0.324870642836407 +0.3492787048593942 +0.6663236873327897 +0.7194331957987012 +0.7884724811330381 +0.8995751637700816 +1.0 +0.9516397255168082 +0.958860163710569 +0.9055728014796497 +0.8569237955097734 +0.9326449682321938 +0.9180205806182264 +0.9103358672284825 +0.8951106402256754 +0.8993864752923264 +0.9078301055425669 +0.6818781065412883 +0.5167472095336914 +0.1379636313570697 +0.07252700065968147 +0.08689835684882131 +0.07256769155237695 +0.21027502585927765 +0.3216425399662967 +0.3658781353037392 +0.6792564428661679 +0.73885934291922 +0.7946598157320349 +0.9067331151746968 +0.9758153074475033 +0.925954158178154 +0.9324611295489493 +0.8654639767279451 +0.8466124614272136 +0.8918703831556047 +0.924120199738364 +0.8867014726698831 +0.8689266120425256 +0.848237928674628 +0.8140761232142889 +0.5909077484942333 +0.44352438040974124 +0.14260819822428267 +0.07256759873949059 +0.08689816415286777 +0.0725270354665436 +0.18634613681735193 +0.22369460217879172 +0.27667203915997424 +0.5592402073159005 +0.6333407477474218 +0.6877903507110974 +0.8803603621406901 +0.8875185647865497 +0.8390522420307198 +0.7983011010457065 +0.7500653396801292 +0.751049905956122 +0.7847271828725363 +0.8373184598955068 +0.8320227019063908 +0.797731439043985 +0.7246829912169968 +0.7358374139477467 +0.5699165504806498 +0.3928644644706047 +0.14223030243247903 +0.07252702419289793 +0.08693884985732638 +0.07252680757498763 +0.1525702807025614 +0.2511111948555712 +0.30450799478345053 +0.45645520007522616 +0.5431670698426815 +0.5593762669919474 +0.7263315697277013 +0.8153526864980836 +0.7598233536073817 +0.7624178490372427 +0.7025085723595387 +0.7130392857164718 +0.7518042151651836 +0.7773301487236254 +0.767723026523042 +0.7255035479785996 +0.7177858319378656 +0.7050459168900519 +0.5234089199431795 +0.3680730033010257 +0.12781044524884735 +0.07256751715923875 +0.08689812299755093 +0.07252696183195421 +0.12643401670432508 +0.22656133636883624 +0.263267973602105 +0.49864672762446133 +0.5722870000738942 +0.6737223291367824 +0.7911728263194198 +0.8560325397472139 +0.8276189530408733 +0.7959297992787404 +0.7639402587851323 +0.7191940836886401 +0.8272182760471543 +0.8507467570187549 +0.7742516130024257 +0.7470979188382655 +0.7063121565209802 +0.7080409608513849 +0.5200739216442439 +0.33339710924102106 +0.12672468009017887 +0.07252697536007403 +0.08689834397255942 +0.07256767761101177 +0.13026344886149283 +0.226561265953964 +0.262493777295757 +0.45449811334567936 +0.5787419169319706 +0.6696787142779269 +0.7902577055691797 +0.8448022704477833 +0.8159178165598727 +0.8219270345101817 +0.7624962186982538 +0.7418969762727545 +0.818676159835487 +0.8471179955901545 +0.8061889565770891 +0.7688073984540879 +0.7637260994179159 +0.7472451149101845 +0.551869274093172 +0.3749773690791469 +0.1330097412488891 +0.07252700607512778 +0.086938830192258 +0.07252678945805988 +0.15719856636283197 +0.2265612685334997 +0.2635371260375736 +0.5432316526343964 +0.6243205552223534 +0.7062817415464123 +0.8480090435886707 +0.9482281786849853 +0.9013724953847849 +0.8901422856064527 +0.82628797811326 +0.7964060518328616 +0.891298699188514 +0.8899365094204578 +0.8164655448759638 +0.7902751782400397 +0.81449641223641 +0.7755416115973169 +0.5831461634500364 +0.4235134736140211 +0.1342731113841063 +0.0725675028595678 +0.08689817035882055 +0.07252700842334532 +0.16104758745052838 +0.22656124888483345 +0.2630876811722169 +0.6319432479989674 +0.6639888505866286 +0.7430758823479187 +0.8515057726858135 +0.9624254254313187 +0.9365367607451126 +0.9343557807883585 +0.8226567569456542 +0.7710746403553348 +0.8686631483612388 +0.9176065884866212 +0.9004795289201923 +0.7822740252663513 +0.7929150462548434 +0.7568600894831378 +0.5567231532753656 +0.40373699378501815 +0.12977747958461525 +0.07255506771614245 +0.08689820969501294 +0.07252704712457417 +0.15225473457435634 +0.2265613503475403 +0.26362105267488406 +0.6066418470477554 +0.6398409847152909 +0.6981722604132191 +0.8194155961706606 +0.9120138377722127 +0.8650968155809255 +0.8494953027569179 +0.8048353912076093 +0.7734281499523737 +0.852672918979255 +0.8819709353078117 +0.8439125209977103 +0.8207020488291474 +0.8000438119565187 +0.7918949442487004 +0.5838177394233971 +0.41773612358441925 +0.1372567061044978 +0.0725270103994404 +0.08693893896226998 +0.0725268896628383 +0.17718085127576322 +0.22373512024395037 +0.2766720219795343 +0.5810765305608563 +0.607465881361199 +0.7319876019289211 +0.8181222533386118 +0.9707352031153856 +0.8779906834860016 +0.8661403595938886 +0.8026242465952595 +0.7933625303954231 +0.8377024992281752 +0.8886495983218655 +0.8651271091755074 +0.8198508023881049 +0.7743702697436394 +0.7876555789705786 +0.580740683411685 +0.3909028600992827 +0.1413160363337542 +0.0725586914171578 +0.08689820880991629 +0.07252704625375114 +0.15593651431267982 +0.24294003612344678 +0.3227257716691693 +0.4381987160819784 +0.5861038822210238 +0.598782839970946 +0.7698335494611336 +0.8414578453308726 +0.8112025821277956 +0.800711498362608 +0.7484633987569391 +0.7021339544893903 +0.7727595859619051 +0.8122425180881474 +0.799896064398023 +0.7521437560740563 +0.7504070768885751 +0.7243945691315846 +0.5241927174348167 +0.36848801119208197 +0.12838605056404098 +0.0725675853866786 +0.08689818529300809 +0.0725270231167103 +0.1295619562974889 +0.2265612632784969 +0.2611343237868866 +0.512206325897602 +0.6207579577759883 +0.7024362471003831 +0.8117936631412727 +0.8734960471566577 +0.8205025936161731 +0.8356140387321699 +0.7703463416876039 +0.7505746841305048 +0.8571221287228737 +0.8901460295770434 +0.861209707470411 +0.8364704979134375 +0.8322369492814509 +0.7920690226739467 +0.5599311412256341 +0.38178023436244474 +0.130042807107357 +0.07252693636006956 +0.08693891215569127 +0.0725268649655724 +0.1345321336359854 +0.22660182910736557 +0.26409677029584977 +0.39656618310913677 +0.5200489989354973 +0.6133281047030225 +0.7349490473571957 +0.7919521202916016 +0.7464899853179323 +0.755486949733769 +0.6934966800273304 +0.6715415293317101 +0.7474254084804423 +0.7755429438084965 +0.7231668992319762 +0.6678981634434125 +0.6538410207392891 +0.6191620794271111 +0.43080768594952923 +0.2691513628898887 +0.1238860376738582 +0.07252693223177668 +0.08689826887615557 +0.07256763217516086 +0.13203519566627595 +0.22656137698175915 +0.26117494127583624 +0.42034716280635415 +0.5322400352065014 +0.6072100134818664 +0.7277119741670952 +0.7713366761527518 +0.729087537870808 +0.7575302381746524 +0.6970348362551351 +0.667721849466361 +0.750353534873911 +0.7802650822327388 +0.719790845673616 +0.6646218465087653 +0.6418456599515662 +0.6192608280762334 +0.41461557565857443 +0.23465262233044307 +0.12283088757870123 +0.0725270711275625 +0.08689828601524667 +0.07256765062575232 +0.12954181496532421 +0.22656139381852985 +0.2633606712925446 +0.39560126824333064 +0.5103983291129596 +0.623593620231859 +0.7517315484575458 +0.8309382211766041 +0.779728901014913 +0.7871025243704606 +0.7340317544402956 +0.7143422516753246 +0.7920786287772105 +0.8245769391026742 +0.7745974100732447 +0.7192865359753499 +0.6900877164935136 +0.6691441957846301 +0.4408382746833668 +0.25793729953945926 +0.12283194974960228 +0.07252697113911687 +0.08689829520708425 +0.0725676605190401 +0.13203627974381585 +0.2265613413759081 +0.26117490404517146 +0.40260872971671996 +0.5386568904758522 +0.6618741321423013 +0.7727599137277935 +0.860409589528458 +0.8232203569117733 +0.8150848444582157 +0.7618806452172957 +0.7306999059343964 +0.8195757056596298 +0.8481197398831739 +0.7952085892394942 +0.7677755339141304 +0.7800440624603933 +0.6863247552064118 +0.48457938673575884 +0.32050333201019593 +0.13215259115761271 +0.07254668511241777 +0.08689817708884985 +0.07252704812180326 +0.14322491634919718 +0.22369461451424413 +0.2759542551563489 +0.39910583605030514 +0.5132844811674869 +0.6998669245358875 +0.8187812734062342 +0.8586607475898106 +0.8111064729706224 +0.7968557691626179 +0.7590237844542967 +0.7422738567522136 +0.7801187885924897 +0.8535986386758931 +0.8223201371765305 +0.7783059866730628 +0.7528049533394108 +0.7232530067684931 +0.5322097296778291 +0.35337415407913497 +0.139788918702737 +0.07253458490754432 +0.08689821091680404 +0.07252704832581482 +0.14904733627677325 +0.259741979587323 +0.31676738926708026 +0.4119284407138043 +0.5400878334204204 +0.5709444257671225 +0.7638518675115087 +0.8521658068600719 +0.7926455357120078 +0.7988125947247957 +0.7323094037060794 +0.742800875840953 +0.7858497410768185 +0.8268109107686135 +0.7856340255187121 +0.7473491496149581 +0.7697764703052412 +0.7113489498047518 +0.5091790916927732 +0.3756640791021597 +0.13062209358486246 +0.0725675606232971 +0.08689812359122971 +0.07252696241321073 +0.13392099698780757 +0.22656133693553726 +0.2642769884854303 +0.5904742576684807 +0.6381843141169968 +0.700938012261249 +0.8247172850580731 +0.9006636858958724 +0.86833514777898 +0.8452186029980445 +0.7854534361978489 +0.764339835288529 +0.8443783283244969 +0.8668292957293738 +0.8191308843751997 +0.8010025210847539 +0.8435104874663498 +0.7847226342324717 +0.5620080446057217 +0.39363542269339924 +0.1317079028084106 +0.07256754891074535 +0.08689811840531433 +0.07252699071038883 +0.14248931057253086 +0.2265612933243017 +0.2642769273447764 +0.5813445569458051 +0.6176195666900609 +0.680825663225087 +0.7818949215597845 +0.8698261425140954 +0.8229135278063816 +0.8162545562504195 +0.7496487964258457 +0.7282227755630547 +0.8145254767486994 +0.8522110491623587 +0.8004408057027268 +0.7426990207533093 +0.7808208802598691 +0.7113979636212091 +0.5087486263336294 +0.3387814224351116 +0.12887821812739333 +0.07256137615890698 +0.08689817530079141 +0.07252704637645989 +0.1454750414381049 +0.2265612860636866 +0.26409682260521156 +0.4903420667975019 +0.5956705664235715 +0.6838407487923288 +0.8130591416840648 +0.910850331056539 +0.8541699811916351 +0.851506348993811 +0.7861772605401229 +0.7568703375390727 +0.8405739730935388 +0.8651106260577099 +0.8263467657378794 +0.7901545748325373 +0.8108364797027683 +0.7426800844867834 +0.4980081613868766 +0.3295685975417311 +0.12741748086176238 +0.07256731933839139 +0.08689817478126827 +0.07252704586418812 +0.14464660812527663 +0.22656128556323488 +0.263372195902467 +0.5181601747044462 +0.5994122427225405 +0.7261646243475453 +0.8708509519532434 +0.9588944708337741 +0.9471189364553385 +0.8875347765662049 +0.8314022125554461 +0.7911170856291464 +0.8618372505313199 +0.8862581798036898 +0.8562247633703448 +0.8027724671645409 +0.8357784414742324 +0.7819135262943633 +0.5740673469780145 +0.43450011668799143 +0.13655589314072675 +0.07252697650235147 +0.08693872459120197 +0.07252685794953798 +0.1650868723386634 +0.2266018414674976 +0.2638589245934504 +0.4941265815792958 +0.5508026501620679 +0.6223960310144807 +0.7296741319302393 +0.8192078031879976 +0.7739013989317128 +0.7748575210553676 +0.7213076503893443 +0.69623628980475 +0.7663302200121078 +0.7933476263351533 +0.7436225097383105 +0.6823045903257843 +0.7097283267085585 +0.6459289433641627 +0.44123127715695254 +0.2698209006195505 +0.12715543739814333 +0.07252697590662924 +0.08693895455756154 +0.07252690403476689 +0.12708037928838212 +0.2237350848602607 +0.2759933263017331 +0.3144584969803845 +0.4473760808848391 +0.609065503504845 +0.7468942425045566 +0.7695318919681845 +0.7564458026126377 +0.7439512764360048 +0.6956040536658681 +0.6912797725833504 +0.7332084953474002 +0.8116013573168679 +0.7686308648176511 +0.6755735292867683 +0.6281085856585175 +0.5881907638662796 +0.391407103701745 +0.2372575611939154 +0.134221005757657 +0.07253932425944477 +0.086898177241737 +0.07252704827509615 +0.12830593610131166 +0.23655496001341716 +0.2966336562172437 +0.3774994714964469 +0.5201885056239384 +0.5671096841111009 +0.7731020248249109 +0.9035848286740702 +0.8754302994556529 +0.9053107853394602 +0.8406356596460154 +0.837211804456711 +0.891767548284485 +0.8879183522417425 +0.8579373147551768 +0.8210491589734946 +0.8536812060518134 +0.7865982471040285 +0.5967668608369459 +0.4615598249650565 +0.14020012619468666 +0.0725437673929518 +0.08689821057930776 +0.0725270479941692 +0.1863609332603578 +0.2265612878467883 +0.264276983731984 +0.6666695327711 +0.7081216424437515 +0.7659020616152385 +0.8815977328305517 +0.947372914129756 +0.9152406190270431 +0.8755647741403532 +0.8565455379667446 +0.8179422460383136 +0.8771394069185751 +0.9230639506885326 +0.8766586118078158 +0.8481583852546534 +0.88414626024164 +0.8334967658892916 +0.6085471312382039 +0.4569200916465243 +0.13709009296650979 +0.07256755918342829 +0.08689812226821808 +0.0725269611151199 +0.18206233603494973 +0.22656138089266742 +0.2642770050315234 +0.6472451364785734 +0.7064124780481178 +0.7961395554205998 +0.9149885257934202 +0.9759607304443569 +0.9265562499162927 +0.9326231249939922 +0.8454665642863401 +0.7678453761740145 +0.8191204626786935 +0.8296412756144383 +0.7264794302113914 +0.7048919560291796 +0.7584709376378758 +0.6990417125642762 +0.49630780053374496 +0.327252836109888 +0.12628558327129621 +0.0725540553910119 +0.08689820921348441 +0.07252704665119822 +0.13673676583370972 +0.2265613497864048 +0.26427707311403387 +0.44553941188926866 +0.5520209594319919 +0.6184051798972345 +0.7585470940233919 +0.8217054338697961 +0.7726158805617932 +0.7684463366452295 +0.7119398193349212 +0.7050270261874222 +0.7846751653237869 +0.8197130031047597 +0.7462855879642895 +0.7175648791199886 +0.7603384705781852 +0.678177286017081 +0.4736900307904418 +0.304234807407328 +0.126182606554258 +0.07256750630859082 +0.08689814002861575 +0.07252701186522108 +0.13207812720522275 +0.22656125225644533 +0.2633721629304402 +0.39036839216047386 +0.5440675680151353 +0.6650694949054451 +0.7732439604708744 +0.8642283698473945 +0.8138396325502469 +0.8170930981332093 +0.7623832563695452 +0.7384205195337742 +0.8215090211626833 +0.8368611832648627 +0.7558267282784517 +0.7134430974884133 +0.7136003527370246 +0.6493442170296434 +0.4474690761810449 +0.2903563871101381 +0.12651102527168348 +0.07254085695178272 +0.08689817754771624 +0.07252704857378887 +0.14004498970418353 +0.22656128821544863 +0.264277074388427 +0.4871704111380822 +0.5977339502164855 +0.688980390877083 +0.8307470024255652 +0.9255082646239864 +0.8998831850574068 +0.8964154332416923 +0.8411745850048049 +0.8120511000383805 +0.8811934729558234 +0.9095716186279122 +0.8557462495384377 +0.8106007330277218 +0.8144350774669084 +0.7437264168370865 +0.5298956096600639 +0.3746108614367828 +0.13674746980858785 +0.07252702566958648 +0.08689824067386916 +0.07256760181435983 +0.16582738518829843 +0.223694604712473 +0.27671261187058793 +0.42170554046061337 +0.5147810948658454 +0.6535155863721345 +0.7481588234097607 +0.7833491424813194 +0.7564664551538673 +0.7436726571278268 +0.6867776084631778 +0.6741207085283518 +0.7173487679269221 +0.783015036438214 +0.7184457178897213 +0.6912329824276926 +0.672848900002805 +0.6252344590426329 +0.4424602090394464 +0.2964943368366912 +0.13617268359329082 +0.07256760787604215 +0.08689820582766537 +0.0725270758944896 +0.12626069488154554 +0.23598059950073208 +0.3334532071142801 +0.3307100954240265 +0.4586218765285627 +0.49769324126670117 +0.6786611154466119 +0.7443499521670364 +0.674816307580776 +0.7148080659690065 +0.6477657714625182 +0.6052164721471467 +0.6534856887371757 +0.6810528871075167 +0.6511324324920111 +0.6120366399080166 +0.650487412372193 +0.6068527797156446 +0.41751125777322823 +0.29027853190637776 +0.1251903435499235 +0.07256747320823266 +0.08689808287051495 +0.07252692235669839 +0.12484983524926146 +0.2266018379251885 +0.30662959332028533 +0.4266809793989106 +0.5037607489513701 +0.5840147428906725 +0.6870788301636248 +0.747530949414925 +0.7017389928411617 +0.6910989462532784 +0.6321446728610985 +0.6192748474620621 +0.6946370616249679 +0.7194831500406756 +0.6656234589796676 +0.6478572152538523 +0.6759903692620812 +0.632294816395058 +0.41978871618174235 +0.24040242642060863 +0.12345078829422901 +0.07256755069945373 +0.08689812004677488 +0.07252699231667728 +0.12715984412425177 +0.2265612948918266 +0.30662957346369146 +0.40791038831034776 +0.49382142347290653 +0.5821853545450547 +0.6956039013283496 +0.753993275014597 +0.7128944191238897 +0.7103758191806473 +0.6776687277174025 +0.6612299000165953 +0.733565750216374 +0.7552542526566983 +0.6861304533776102 +0.6355631781707133 +0.6638158523799709 +0.6211591557196704 +0.41253008660441043 +0.21935414592130162 +0.1223563001882139 +0.07256749393881656 +0.08689810179697895 +0.07252694097489394 +0.13028633300350329 +0.22658753132633516 +0.3066296114952739 +0.3955483404992294 +0.49251500496087997 +0.5893857262122594 +0.7128502986818432 +0.7806718701906699 +0.7437502121917736 +0.747144231068243 +0.6951871424489963 +0.6644129428880592 +0.7281920984741186 +0.7540067340196033 +0.6997253566499019 +0.6846419584607117 +0.71566356210258 +0.6454479063364862 +0.43284934240529566 +0.28363106193687027 +0.12454891559995378 +0.07252695689539998 +0.0869388813325573 +0.07252683656906923 +0.13607407214191863 +0.2266017986679821 +0.30662963709932683 +0.41387670289088296 +0.4592150347638703 +0.5413193150978951 +0.6616421850129862 +0.7942342073618412 +0.7964343127348059 +0.7984290454448055 +0.7407087771972076 +0.7120377218395793 +0.7937024026723851 +0.8188917665940565 +0.7819214669793688 +0.7371748851886327 +0.7749515385622702 +0.7264191521807014 +0.508512943643838 +0.35570801791642814 +0.12875310284626898 +0.07254544312346568 +0.08689817718673765 +0.0725270482196492 +0.15435607888729533 +0.22656128786937507 +0.3066296283152638 +0.5653853970814211 +0.6186602071836846 +0.6986959782452237 +0.8060887075694292 +0.8760199500446497 +0.8312843157937457 +0.836087040281696 +0.7991602592081537 +0.75362632002832 +0.8312639226996109 +0.853233920002142 +0.8053406630505949 +0.8123070239822788 +0.8056553293667195 +0.7564723802786268 +0.5392155236986576 +0.38135657097657166 +0.13334867537943368 +0.0725630544199168 +0.08689817515575855 +0.07252704623226804 +0.14648949038667153 +0.22369461267105575 +0.3190246037676192 +0.49397389341735776 +0.581395791351093 +0.732111501551908 +0.8397388255188045 +0.9115124386750505 +0.8814482608914822 +0.848447823089618 +0.8009152536127305 +0.8055919024941303 +0.765341509692283 +0.8911841649709444 +0.8578857657888008 +0.8353406305175834 +0.7750422821989149 +0.7558773549313635 +0.5760139277907823 +0.4122014481651459 +0.14364005450935696 +0.07252701942239247 +0.08693884467753861 +0.07252683667540336 +0.1350095641075782 +0.255044360833368 +0.3521284819573422 +0.40537780671772145 +0.5219113588603694 +0.5484165317137882 +0.7406860854063496 +0.8091721678958361 +0.753149998810191 +0.7704683398088172 +0.7165926222189396 +0.7064799748959937 +0.7581792146115367 +0.7780400228715288 +0.7515197411931442 +0.7062524244059386 +0.7327020180543489 +0.7380135524881843 +0.4886162906655053 +0.3565686341108165 +0.13085490053259335 +0.07252703367056536 +0.0869388988246732 +0.07252681670052168 +0.13364565482868893 +0.2266017772378343 +0.3066296177903216 +0.5393730847768846 +0.6106136562814071 +0.6861805846017902 +0.8006218873821083 +0.875906582589166 +0.8476790388550021 +0.8672601994653423 +0.7846636428407314 +0.7656796740181422 +0.8233786242062091 +0.845782448617841 +0.8251705630308542 +0.8140959426314067 +0.8329022018945985 +0.7826793335748194 +0.5277906900833379 +0.3635998518679954 +0.1266399143529003 +0.07256756071820442 +0.08689812924738191 +0.07252700131543706 +0.12754317312181163 +0.22656130365910748 +0.30662958218844005 +0.3901394496129694 +0.5092699404573788 +0.5748054604179693 +0.7142482289938337 +0.7654425467692324 +0.7426488473702427 +0.738475645843714 +0.6785340389660253 +0.6616662412518123 +0.7646944940941218 +0.8127791264611246 +0.7989990235771008 +0.7704610986840055 +0.8098765938054477 +0.7414429021398184 +0.5282758599742392 +0.36466807154845904 +0.13015408045907845 +0.07256753011061555 +0.08689810114513769 +0.07252697382293093 +0.1549960631304209 +0.22656133844332207 +0.30662966256814433 +0.5550645679699884 +0.595579894288744 +0.6598945916388547 +0.7358814511653885 +0.8005333064872067 +0.7386509936390466 +0.7419785724161467 +0.7184593096725147 +0.707163736928146 +0.6775251273557741 +0.6295597952892723 +0.56108549311544 +0.544835103688585 +0.6890989090940153 +0.6331476160510451 +0.4735168901215869 +0.3114726792020915 +0.12256314202107714 +0.0725619904995178 +0.08689817525198755 +0.07252704632062855 +0.12960596798809468 +0.22656128601205572 +0.30662962647737424 +0.49077942610402514 +0.4392439662392937 +0.4976675332155974 +0.5969063987411308 +0.6500783299911558 +0.62127739527968 +0.6269979778647717 +0.5863504217011624 +0.5643711412672332 +0.6398393641311507 +0.6489357135453717 +0.5738694273719063 +0.5447154642354309 +0.5864506548191946 +0.5419766363889587 +0.3599527299766827 +0.2071125644202165 +0.12257065001518053 +0.07252698663770178 +0.08689820174554723 +0.07253675900350029 +0.1340598979716593 +0.22656131150547998 +0.30662965171631623 +0.40272818155728424 +0.44309153179421307 +0.511111124049907 +0.6571126942687996 +0.7186452016758387 +0.654241357302438 +0.6666794878184993 +0.6050001215708246 +0.5901957802392774 +0.6696038071550274 +0.6786618363528217 +0.6074692330689524 +0.5722325518979124 +0.5993775348021092 +0.541905344273502 +0.45633126893099485 +0.2881647112500923 +0.12693733218697223 +0.0725340108744158 +0.08689817808759753 +0.07252708164428506 +0.1227856613516942 +0.22369461667206295 +0.3190246077487881 +0.39337408586528383 +0.375770366455859 +0.5137904105126817 +0.6378648766232573 +0.6727856115637827 +0.6168044384082962 +0.6334043075776038 +0.578422449489479 +0.5581636644912751 +0.6278248951064107 +0.68071320563808 +0.6386319370766238 +0.5780686749809331 +0.6245071628505028 +0.600859880972616 +0.45416105125509926 +0.2838564174073581 +0.13387928285388487 +0.07254784693654816 +0.0868982097580277 +0.07252707973876976 +0.12278919673203918 +0.23132105625741345 +0.33347849163117005 +0.3650226478842571 +0.47148472296426575 +0.42198156105860263 +0.6446892818747434 +0.717856610580783 +0.6306232423523194 +0.6455909709892176 +0.5798054995856332 +0.5742715378272041 +0.6127115147819374 +0.6519369483344842 +0.5974746815003574 +0.550675316461503 +0.5521144787915263 +0.5815087359968327 +0.4052371503851005 +0.2748460468573097 +0.12286762074391584 +0.0725394103067465 +0.08689817723207498 +0.0725270482656694 +0.1448083519703516 +0.22656128791305513 +0.3066297186527301 +0.4612583779428702 +0.5258858926215225 +0.5505798805047498 +0.6717219068739679 +0.7455519540038152 +0.6721810702756381 +0.6718619573135776 +0.5998814857981811 +0.5940157356513771 +0.6641491494384345 +0.6877738512266893 +0.6102514687688962 +0.5430924373115446 +0.665624328974932 +0.6091700152609341 +0.446941815484479 +0.2728678619311345 +0.12261840426076198 +0.07252916923315562 +0.08689821139046049 +0.0725270813371676 +0.1386756568497712 +0.22656135176711575 +0.30662971962935404 +0.44583245662538756 +0.526164623604839 +0.5077867967446184 +0.6551142329936149 +0.7178777556894653 +0.6639652796716076 +0.6681082473892437 +0.608052096856205 +0.5953679779459992 +0.6816352040955928 +0.6970999465631417 +0.633019227499874 +0.5747249781781474 +0.5864479261826485 +0.6143986432550116 +0.45039303929598445 +0.274508426744176 +0.12254932652769701 +0.07252697748591069 +0.08689834605936568 +0.07256750244058151 +0.14678872481039876 +0.22656126986679487 +0.30667010030078046 +0.440541253195895 +0.5215894369815071 +0.5073897246549548 +0.6431796449070651 +0.7262281920169542 +0.6819192822894451 +0.6604940550742094 +0.5843300980778315 +0.5674621217178536 +0.6465056008795595 +0.6608260830727786 +0.6216776310272463 +0.5880551581088421 +0.6030394856157676 +0.5582949839800905 +0.37491766480494304 +0.22419395824989555 +0.12467310519158775 +0.07255801559062494 +0.086898175598193 +0.07252704666517044 +0.129601328161574 +0.22656128634610398 +0.30662962680869266 +0.40123123626678087 +0.4393770847875614 +0.527766883568426 +0.6649257419733549 +0.729866308088604 +0.6721751540765605 +0.6946131457429868 +0.6242633063949746 +0.6184111850446558 +0.6959972633665606 +0.7211810303643694 +0.656864620962459 +0.6282755403792603 +0.6670487451949695 +0.6324771995313189 +0.4585079108190711 +0.26935779062074067 +0.12579005746795022 +0.07256754616147229 +0.0868980765269348 +0.07252698281206561 +0.14114004295766713 +0.22656132386287592 +0.30662963689115064 +0.47857585384985546 +0.5504581201780319 +0.6222824999903831 +0.7483984464057555 +0.8167070335765488 +0.7785733952859624 +0.7664647194836353 +0.7296344113344 +0.7040425871166064 +0.7664012833831961 +0.7734164085168298 +0.706778385324664 +0.6899839132660405 +0.7333792016263867 +0.6922353114690358 +0.5102296629725815 +0.3183804979055592 +0.1331252721160678 +0.0725675366802636 +0.08689810164686734 +0.0725269408268468 +0.13130553269374115 +0.22372358681250515 +0.31902460624803525 +0.3582224005072622 +0.47518048188139095 +0.5963668718434288 +0.7127811995305627 +0.745345764120751 +0.7346373141939803 +0.6891753418298513 +0.6778000196298567 +0.6193999629892866 +0.6621551062340273 +0.7270659385907391 +0.6691694147144075 +0.6194144327361035 +0.5629424184226917 +0.5354118884839063 +0.4529836341629286 +0.2870923503387826 +0.13391248426058724 +0.07254433325689102 +0.08689817680038277 +0.07252704784146134 +0.1221354024089609 +0.23152660985589343 +0.3334835844950869 +0.3704162888117135 +0.4857681571088991 +0.39717918785542666 +0.592504074428769 +0.6633237170018227 +0.6024691002657122 +0.609344074021632 +0.5508501004692167 +0.5449064129116529 +0.6039154249073969 +0.6033978015251964 +0.5766856005896882 +0.512269158059901 +0.6205690177165667 +0.5664920594937426 +0.410195243871163 +0.2699317057520528 +0.12257858932161284 +0.07256758250697841 +0.08689818266359789 +0.0725270205288203 +0.12489019017106084 +0.2265613234595896 +0.30662969168311394 +0.48108447734118875 +0.5149027950984995 +0.4959268569587618 +0.5967744582916644 +0.6758436641350942 +0.6131565996989687 +0.6346953707562184 +0.5916657513989846 +0.573274345228664 +0.6501322010403872 +0.6823733253159672 +0.6189637885111681 +0.6018002118367926 +0.5866593992921453 +0.5420146364192231 +0.4569121213108082 +0.2797432000748579 +0.12262318751267441 +0.07252701144237095 +0.08693883601588352 +0.07252679482347886 +0.1371866407160807 +0.22656127369291212 +0.3066700533855943 +0.47630581480640133 +0.43923736680605424 +0.5729733588228746 +0.6820333518393449 +0.7586024252899377 +0.7100559571095699 +0.7267452334971154 +0.6799554608184372 +0.6746437704346948 +0.7297141492815689 +0.7352748828481697 +0.6811831606810909 +0.7068467618723888 +0.7045050103864716 +0.6611496913421856 +0.4364651633042863 +0.29945906430657154 +0.12596416404757985 +0.07252703653415232 +0.08689825150899046 +0.07256761348134298 +0.13938565066652817 +0.22656135992840645 +0.3066701783805731 +0.5409433518084374 +0.5976789680381187 +0.6609748269053652 +0.7785478301915457 +0.8544360907629374 +0.806972334690187 +0.798350430967734 +0.7511027294802453 +0.7173861039320282 +0.7913841800056148 +0.8264617069958691 +0.7960820115850278 +0.8150803906646746 +0.8173234407630715 +0.7528696104297367 +0.5513541893613234 +0.3903491280013734 +0.1326346876851357 +0.07252698464846495 +0.08689832059825793 +0.07256768785610532 +0.1611220776862546 +0.2265613048288503 +0.3066701456734351 +0.6027159656325286 +0.6467624816331714 +0.6966001429422854 +0.8197653676352243 +0.8804344084415181 +0.8349258999614998 +0.8316292546501881 +0.7569474998719269 +0.7297048923938182 +0.8157990558188131 +0.851447452083019 +0.8125042085431177 +0.7945660210171013 +0.7787908568095703 +0.7183284811938926 +0.5166410721460689 +0.36375257945488815 +0.12914962270204022 +0.07256751505217188 +0.08689804785853394 +0.07252692169239974 +0.14887898619703469 +0.22660188991950816 +0.3066296112124834 +0.5207478425809237 +0.5797213903343764 +0.6846334467901816 +0.8286605854918244 +0.9026971579255683 +0.891556936516256 +0.8662061283089558 +0.8093934947144394 +0.7616542741702483 +0.8092913716476926 +0.8398076662419051 +0.8294588660095815 +0.8768237178315393 +0.8787276677426908 +0.8201456864812771 +0.5971610995317584 +0.4384427502542942 +0.13812859532305546 +0.07252836282016537 +0.08689817853038849 +0.07252704953875644 +0.15176739047174492 +0.22369461589227185 +0.3190246069724074 +0.508986017320723 +0.5808692841821996 +0.7127917918281249 +0.7992932764583845 +0.8716404210207236 +0.8441955644471035 +0.8308389721299875 +0.7788115590580642 +0.7609479232029673 +0.8073227159530304 +0.8805245921624181 +0.8337963081694794 +0.8485521038802301 +0.7740742890765449 +0.7556270977411023 +0.5670666634341017 +0.4179801612554257 +0.14318210312302523 +0.07252707377180134 +0.0869387258304509 +0.07252685907874745 +0.162081740499222 +0.28399421062085545 +0.3919613214186321 +0.5181331716886611 +0.6145590663372495 +0.6113878750702058 +0.7847658781994049 +0.8592665916013512 +0.7845189460682732 +0.7833962723341549 +0.7208637016195704 +0.6946160212753711 +0.7199484552540404 +0.7493465175549642 +0.7014743818626487 +0.7062831733231573 +0.6610108200416293 +0.5756736878508629 +0.36326320594339145 +0.22886573153783465 +0.12288219416464596 +0.07252691441442899 +0.08689825129532121 +0.07256761324937923 +0.12469033633907284 +0.22656135972234742 +0.3066701781563879 +0.48305214594306606 +0.45122435720791576 +0.5206901995216592 +0.6447669795590519 +0.7003276588273049 +0.6638590175783888 +0.6611677797455466 +0.5971414990735001 +0.5801637992635328 +0.6690651627685876 +0.7065657518139247 +0.6565780362911706 +0.6932875613129926 +0.6534774106428091 +0.5690476966996338 +0.38519908269672704 +0.21882381004229753 +0.12263606212972705 +0.07252701510922678 +0.08689820657655481 +0.07256756511450319 +0.12712108486609983 +0.2265613164462934 +0.3066296566090127 +0.47153929917067633 +0.4392136809200676 +0.5194430175188924 +0.6483265335887529 +0.7141852499942102 +0.6697313245007374 +0.6682385696850838 +0.6251851400579918 +0.6207708498578245 +0.6820535448214832 +0.6967408497773923 +0.6371981488756817 +0.6643661525166535 +0.6652319622839789 +0.6003527005036894 +0.3722726599277606 +0.20692473556924645 +0.12240191423159047 +0.07253548853872539 +0.08689821122749752 +0.07252704863104036 +0.12756348901515155 +0.22656135195351543 +0.30662971981314024 +0.4799581971165255 +0.43923429576233425 +0.5659365536337693 +0.6949087559232517 +0.7971136802304629 +0.7504285304467051 +0.7429801321751054 +0.6978683459348028 +0.6707148897887287 +0.7492661835434103 +0.7718568110130991 +0.6973595327781771 +0.70292681372319 +0.6869680608358066 +0.6052696309810879 +0.39255559534257056 +0.22130867766894127 +0.12284578895158194 +0.07255303126298188 +0.08689820985538277 +0.07252704728057402 +0.13023824969408038 +0.2265613505337456 +0.30662971841140163 +0.4913240357148088 +0.4702115168203389 +0.5977613298840628 +0.7520657911386307 +0.8185812700147569 +0.7767797320898092 +0.7777530489593971 +0.7238695086524872 +0.7125525029216709 +0.8021002060605915 +0.8082262398629128 +0.7463254467680087 +0.7374260522788192 +0.7398329571349717 +0.6586221512492895 +0.4445817373322911 +0.26982532054496733 +0.12290756003306057 +0.07252700197791172 +0.08689821704297718 +0.07256757638086789 +0.13697269703279147 +0.22656132647943905 +0.3066297565307121 +0.49659870608443274 +0.45217787094586287 +0.5549281923162767 +0.7080766205779684 +0.8110115571636043 +0.7474704964263756 +0.7411977263138597 +0.696478881109682 +0.6706900688645122 +0.7483869715726972 +0.7623630503773609 +0.6827475231380612 +0.6685186173407073 +0.6412481703629838 +0.5801402693727571 +0.3865040980586996 +0.20696410486730338 +0.12665819647642898 +0.07252699487827866 +0.08693874460207798 +0.07252690965739228 +0.12274224969180765 +0.22373505315544773 +0.3190245266560303 +0.3985573610239347 +0.3776504946629106 +0.5060737151561711 +0.6094873721700799 +0.6371079429631944 +0.663109999075383 +0.6413189128425671 +0.5745054755877165 +0.5972034805885564 +0.6095849906162313 +0.6735355717875207 +0.6422965047281354 +0.6568175046464576 +0.5964809661478208 +0.580385021292664 +0.401669900040981 +0.2712097559318648 +0.13389111492659278 +0.07256749114455724 +0.08689806537607468 +0.07252693882924659 +0.12419405834199783 +0.23235875309109807 +0.3334846789001086 +0.3210352523423796 +0.44277413590864434 +0.48465645250531136 +0.6762588297024557 +0.7416587851869106 +0.7030815590081003 +0.6803822644573906 +0.626571390943168 +0.6197968886872605 +0.652538907934965 +0.6828485030888781 +0.6444646204652188 +0.6382991947201924 +0.6355566713287685 +0.5829149517792801 +0.40399855261955864 +0.26097584598229684 +0.12284039838202937 +0.07256748033589756 +0.08689805545292398 +0.07252692912226234 +0.1246902123884887 +0.22660189776692294 +0.30662961835097957 +0.5119663879611671 +0.457886944404629 +0.6155847817590324 +0.7784423256695322 +0.8567889115047245 +0.8185940296486942 +0.824071152518199 +0.7622404731326019 +0.7376867038295409 +0.819704657581263 +0.8526616989880687 +0.8108993591247056 +0.8074609785043624 +0.7918565889841195 +0.7292940261904348 +0.5391458689596299 +0.29213260020050785 +0.12376020847741491 +0.07252801219065208 +0.08689817823704575 +0.07252704924516429 +0.12756783576743475 +0.22656128887513113 +0.3066296293110328 +0.41599818304086233 +0.48890890088611405 +0.5584395200138434 +0.6673948833541127 +0.7850743726352952 +0.7358176825046596 +0.750759313013147 +0.6785571962448805 +0.6642565391372965 +0.7401689312559682 +0.7466362020060099 +0.6813850403307486 +0.686434046869247 +0.6714819615252434 +0.6368494406871454 +0.44261629592926055 +0.289830519229253 +0.12383762246902838 +0.07255256238417895 +0.0868981760777712 +0.07252704713313865 +0.13002028404811056 +0.2265612868055107 +0.3066296272633171 +0.4146300940808595 +0.4638708286120205 +0.5369358876861052 +0.7087425211859215 +0.7567757993916363 +0.7276048566484202 +0.7269054249547598 +0.653191802422967 +0.6145788560261858 +0.6862538556703821 +0.6118903657918073 +0.5685113520496166 +0.682971363874177 +0.6810104594574262 +0.6319879858870787 +0.4594102023211087 +0.2853128460239613 +0.12256705487663844 +0.07252914540639319 +0.08689817813663873 +0.0725270491502586 +0.1296109267697721 +0.22656128877892795 +0.30662962921782366 +0.49179841799743973 +0.5456718156469944 +0.5677517578831538 +0.6697172955116093 +0.725348520184124 +0.5870028316122977 +0.5912739412337478 +0.5541700652636473 +0.5701628433011972 +0.6380190921426537 +0.667791949583151 +0.6361196301884792 +0.6600546221088631 +0.6641759676352986 +0.6080487493926314 +0.44966444652275994 +0.274353824493816 +0.12260898954124656 +0.0725345641785042 +0.08689821091911303 +0.07252704832808171 +0.15785273067485103 +0.22656135165622943 +0.30662969719728206 +0.47191984811722054 +0.5285558187116742 +0.588284762118271 +0.6621723678053414 +0.7151698361995602 +0.5878911271020683 +0.648304378885398 +0.5278977096673485 +0.5724460341865417 +0.6467130891051456 +0.604748929077835 +0.6322596297611576 +0.6552953810274741 +0.649436803840165 +0.6016964424348498 +0.439526746197468 +0.26350087234433084 +0.1268829804356402 +0.07256442224465341 +0.08689820830805124 +0.07252704576154026 +0.1532811051087653 +0.2236946133357048 +0.31902458275228085 +0.3570611345422558 +0.45547381353722177 +0.5666379176740122 +0.6561093778033122 +0.6157104554460993 +0.6138826718507304 +0.5971481826382474 +0.5407472032842491 +0.5321347418641889 +0.5731255464759945 +0.6470382970882087 +0.6265431470179683 +0.6384459610869184 +0.5640662470936977 +0.5351637688931945 +0.35992515849107737 +0.21398679624912967 +0.13395373999868382 +0.07252702369160235 +0.08689822789414293 +0.07256758805515753 +0.12210830693407528 +0.23601469957886131 +0.3335004262565247 +0.30183950012111793 +0.4171644116777831 +0.414714969949061 +0.6199835657877366 +0.6787711544205187 +0.5762970516482548 +0.5928829440190752 +0.5009589655758351 +0.49168940561961877 +0.5518993698214034 +0.5680737879456814 +0.5433524816252154 +0.6232814855929327 +0.6211952384127499 +0.5775147126184575 +0.4282196465533363 +0.29333150410194536 +0.1228392609988194 +0.0725269753664013 +0.08689831143957048 +0.07256750054405282 +0.15519976432752605 +0.22656126817492903 +0.3066701454913043 +0.4573753945965511 +0.5157812862010736 +0.5859611791782123 +0.6586336412559509 +0.7208698756555264 +0.5867416711405747 +0.5897675281751456 +0.5387117501552441 +0.5413269404471114 +0.5921572833681268 +0.6049581059747208 +0.6412281881063397 +0.6572867605973888 +0.6468516610557973 +0.6228512561824633 +0.41401111963940623 +0.24974915688641616 +0.12257686443867026 +0.07255647114522483 +0.08689817573399733 +0.07252704679782737 +0.15992496837470818 +0.2265612864760527 +0.30662960337099865 +0.4207150152392542 +0.49288777609515416 +0.5777309343856565 +0.663085897639187 +0.679153880828009 +0.6402162160311036 +0.6502864598212634 +0.6125988651050897 +0.5880397870694922 +0.6507173238024732 +0.6662924238353789 +0.645036676799305 +0.643427933833039 +0.6435762463144051 +0.5848602426142469 +0.40039552703940473 +0.24764287910096203 +0.12341130712508375 +0.07252703799520126 +0.08693886483882214 +0.07252682137514337 +0.12712567650700043 +0.2266017821751519 +0.3066296222367437 +0.4950927479893691 +0.5355944431779276 +0.5754604710312914 +0.5968709277458423 +0.7081738606307825 +0.6696670687078564 +0.6632268412916639 +0.5267586810179936 +0.5474450502492995 +0.5928748677615111 +0.6906218577469441 +0.6408216613885672 +0.6737736412501891 +0.6654955912218279 +0.6137053358384955 +0.45347575981863053 +0.28213329156238703 +0.1225598304774374 +0.0725675581569977 +0.08689808758161291 +0.07252699357162422 +0.13855345988967396 +0.22656133478505222 +0.3066296309103458 +0.46053511510891554 +0.51798569497869 +0.5684932884075008 +0.6339764556864088 +0.7089749566201109 +0.6461966935213904 +0.648691860530194 +0.6079768839935283 +0.5890440491682345 +0.6672406041034813 +0.6860994029522574 +0.6390096762790278 +0.6396391502386839 +0.6283427864337204 +0.5828596744513943 +0.4527513815182908 +0.28812885542037225 +0.12261290224657338 +0.07253977109843861 +0.08689817720135119 +0.07252704823442431 +0.14455700805313082 +0.22656128788354543 +0.3066296047660508 +0.46821701435757246 +0.5250688461103801 +0.5601241531741654 +0.6582026945045707 +0.714786548856471 +0.6569574544887697 +0.652231230148966 +0.5995031350385953 +0.5740265509613656 +0.6433062638367582 +0.6700312402214215 +0.6352187429119649 +0.6538154907196643 +0.6559240527406113 +0.6050675031133308 +0.4465627403769029 +0.2693318382438994 +0.12686992924354965 +0.07252702558043715 +0.08693889009693116 +0.07252680861205638 +0.15604377130602612 +0.22373505403291596 +0.3190246358385388 +0.34056717057673735 +0.4328594188278481 +0.5607431595786659 +0.6551186112526094 +0.6651570165652021 +0.6222695392043944 +0.6142397193106814 +0.5698313466994958 +0.5568698083017041 +0.5842280732350766 +0.6624715900313338 +0.6337162815094414 +0.6431814399656025 +0.6108989320836463 +0.5853397681267511 +0.39134402986064226 +0.23550125166311325 +0.13392005824473757 +0.0725350747102194 +0.08689817761502328 +0.07252704863844538 +0.15749939908485627 +0.2634717239942432 +0.364663754757969 +0.322699840865241 +0.42354257086934527 +0.4258443060602247 +0.615364498143146 +0.6784292629620466 +0.6057299096250561 +0.6054864488211854 +0.5502941807226113 +0.5353894921672449 +0.5873225132122276 +0.6143679333637707 +0.5936295132084918 +0.5982921635442596 +0.5937145850523073 +0.5417318524272632 +0.35195445612885445 +0.21994883558403294 +0.12283487781095331 +0.07256754300851267 +0.08689811298600679 +0.07252698540278435 +0.16513369339982495 +0.2265612906314262 +0.30662961509063863 +0.4218252810614747 +0.466222031859512 +0.5432433293670051 +0.6434584645138693 +0.7008597904817477 +0.6498559088737126 +0.6457509910708455 +0.5913488935692246 +0.5704031699503843 +0.644363881298671 +0.6697436284415548 +0.6292907338425585 +0.6537823592082123 +0.6390538512881807 +0.6164105980416967 +0.4103487930735076 +0.2494020348599975 +0.12258693455836125 +0.0725269834058761 +0.08689831937395914 +0.07256768653549268 +0.15717020197358983 +0.22656130364077218 +0.306670151117977 +0.473199199477225 +0.5335862046956134 +0.4964817931378357 +0.627607731211606 +0.7117966297968441 +0.6494379489279801 +0.6505273965827016 +0.5980392744786557 +0.5851821766391669 +0.6506530053042764 +0.6631903061620364 +0.584589192792554 +0.5874339692192583 +0.6731778643959223 +0.615860162724541 +0.44389695813941626 +0.2789886920476446 +0.12260998035171435 +0.07253635814985229 +0.0868982107604234 +0.07252704817281247 +0.1578200772012672 +0.2265613515046418 +0.30662960552169444 +0.47295725952942796 +0.5301648037422769 +0.5087486430422619 +0.6491941985247822 +0.7507110506757906 +0.7172510144717731 +0.7212146219282373 +0.6743020218983329 +0.6568367766523682 +0.7305732503139752 +0.7466551273710434 +0.6619012812774366 +0.644833539348678 +0.6219121166325976 +0.5657522752911569 +0.382749952811628 +0.23946737688322495 +0.12235353062344992 +0.07256751769648312 +0.0868981234877927 +0.07252696231040179 +0.13292084508493024 +0.22656133683636331 +0.30662966265138647 +0.40237130790420134 +0.45528116796122053 +0.5297271765052126 +0.6717846574084395 +0.7391257800088119 +0.661504933457849 +0.6523739150730737 +0.627438463244157 +0.6109819893515194 +0.6814885504103332 +0.6886015483580288 +0.6390495053842666 +0.6415598372717055 +0.6425110778314436 +0.5816085158591612 +0.3598814096547614 +0.20704634718456102 +0.12260264902977194 +0.07254165875850706 +0.0868981770354974 +0.07252704807163933 +0.12716378809031484 +0.22656128772415868 +0.30662962817330836 +0.48060180993604734 +0.5297323860987796 +0.5900764919039831 +0.6565366716711052 +0.7135113250912962 +0.6600253983865971 +0.6558581017676632 +0.5956985044422602 +0.5702919887043201 +0.6339261883503992 +0.6629728602077811 +0.6225582118322323 +0.641062926122886 +0.6366011349587976 +0.6187074196125841 +0.4179082216279004 +0.25227324134217494 +0.12686797306341357 +0.07256757262411631 +0.08689810091474735 +0.07252697359608742 +0.14722886926099485 +0.22369461392926787 +0.3190246531304789 +0.38399909192003295 +0.4194504167661778 +0.5491879524659832 +0.6448124811127137 +0.6729136354023944 +0.6383340335357964 +0.6221347488913764 +0.5601942928550013 +0.5531407078662615 +0.5966213866716359 +0.6708417511825756 +0.6477438469472055 +0.6595754475376924 +0.5955171486888053 +0.5754233916923991 +0.38108442170398166 +0.23375902064567966 +0.1339226737440116 +0.07255187715897715 +0.08689817613843982 +0.07252707974603445 +0.15624863614878887 +0.26829726332597975 +0.3590436118128798 +0.36387011965851335 +0.42088099907070453 +0.4265676286170289 +0.6175470334770506 +0.659289505219649 +0.5936405249883852 +0.597910438404493 +0.5585265111678094 +0.5560986757572567 +0.5971982323268489 +0.5992199552666014 +0.6429690023530248 +0.5982169577744777 +0.593991819735354 +0.5422858825301611 +0.3513965654778859 +0.22021593997518998 +0.12284404944704222 +0.07256752762786227 +0.08689809886712217 +0.07252700455163957 +0.16385386543791589 +0.27572332822412093 +0.34936844198878164 +0.45712272560448125 +0.4592550239557166 +0.5249542334039715 +0.6457788925890342 +0.7098679127356934 +0.6490630189641886 +0.6419009351955468 +0.5851079611909272 +0.5591668533086905 +0.6346173138506207 +0.6563754885827463 +0.6592353926397231 +0.6307541876067784 +0.6251420491436946 +0.5735267814038427 +0.3800402978570375 +0.22747967858687645 +0.12285748223902102 +0.07253176922627798 +0.08689821116141189 +0.0725270485678838 +0.16670942165769675 +0.2757390886952716 +0.3493819636698262 +0.458373550563033 +0.460987904637987 +0.5216588216260248 +0.634853112634014 +0.7014605058845208 +0.6181157602356084 +0.6128263060122966 +0.5658513980535015 +0.5463045963046432 +0.6175715971624479 +0.6407469615269746 +0.6380604985646715 +0.6292562227155651 +0.6256783070804132 +0.5756013461928224 +0.3797671647163205 +0.22708299335854076 +0.12261218481211841 +0.07253627714573224 +0.08689817750969824 +0.0725270485334443 +0.1650151765773346 +0.26952135804362387 +0.3492666126613734 +0.456970231186269 +0.46753184520717117 +0.5358140380128251 +0.65169580171593 +0.6858353215126693 +0.634348268464236 +0.6354844154062288 +0.5800698454248608 +0.5535908784341461 +0.6261706428633973 +0.6531031594305188 +0.6636384297701531 +0.6424152017175784 +0.6431890244323142 +0.61836702266175 +0.43972101802255853 +0.26198502951925123 +0.12258369971475379 +0.07252696660202043 +0.08689833537654722 +0.07256766831001364 +0.1635705590432292 +0.22656132928961945 +0.306670133177722 +0.49966978373845833 +0.49294529197888287 +0.5530359915589907 +0.66190781056055 +0.6896670294648501 +0.6339243675071298 +0.630925239736785 +0.574651926896602 +0.5542175765646364 +0.6232770252389681 +0.6597578769276126 +0.6519039499513675 +0.6289013102961661 +0.6390995693177765 +0.6191040509542748 +0.44120024923704865 +0.2603915196495628 +0.1225866368082163 +0.07254723204437784 +0.08689820981132634 +0.0725270472400943 +0.16365997322515935 +0.2265613504824962 +0.3066296045008096 +0.4661719964081781 +0.4856242299946673 +0.5567532361046945 +0.6646222849468196 +0.6978452597558671 +0.6516798258357452 +0.6459532679109073 +0.5949835333542802 +0.5663348679664537 +0.6396231121451494 +0.6695252280952116 +0.6733999683481798 +0.650542886485989 +0.6493007657089251 +0.6239257981337877 +0.4128245919498694 +0.2529439199853188 +0.12692440381185022 +0.07252701197315421 +0.08693882338723437 +0.07252678318980103 +0.15741277444083882 +0.22369455877089828 +0.3190651517441293 +0.40391716943342765 +0.45464975175705147 +0.5732745314777828 +0.6324348752013151 +0.679804183256533 +0.6602013071065695 +0.6522993640291076 +0.5999854170532672 +0.5923992658630926 +0.6334792126425841 +0.6919601563859841 +0.6902579156738172 +0.6252551924742881 +0.5509959746224983 +0.5716444169088041 +0.3834780523138368 +0.23745165339234198 +0.13387718672117768 +0.07252698961784967 +0.08689832550271931 +0.07256769313330401 +0.1223476646024194 +0.236024688562006 +0.32802944058548084 +0.3541167430081239 +0.4201951558800218 +0.45752418335976336 +0.6716988069205074 +0.7347230150265065 +0.695285498257928 +0.7027163677096231 +0.6402705386806951 +0.6332690773996129 +0.6727247861587574 +0.6886667438861255 +0.6871988992884582 +0.6458593669930336 +0.6322195629939596 +0.6010732395640181 +0.41270503588464735 +0.27898104691004066 +0.12711999774666022 +0.07252694431641729 +0.08689828080103788 +0.07256764500850983 +0.12469032593190366 +0.22656138841575582 +0.30667020941405093 +0.5240624839567167 +0.5348641001958998 +0.580034357755773 +0.6713928446428086 +0.6811847569982202 +0.652457006505639 +0.6397890338113978 +0.5767981074244592 +0.5507596935842226 +0.6288998888141976 +0.6618968097896301 +0.6603322379374513 +0.6338543831184588 +0.6292869064384894 +0.5786925363418499 +0.3796692959746923 +0.22688878141266614 +0.12263054500667166 +0.07252701166073994 +0.08689820313306305 +0.07256307407574585 +0.1650138035922458 +0.2695461722678105 +0.34926938682993663 +0.4572594177693327 +0.46159294005522516 +0.5219484447796267 +0.6321351914932181 +0.6956728679660127 +0.6357039055851842 +0.6342719019072076 +0.5850924527737388 +0.5599574383000033 +0.6417148839315611 +0.6641687044956779 +0.6645006586598281 +0.6338350843136269 +0.6318587257090664 +0.5795332048893458 +0.3797941613434917 +0.2269791206001319 +0.12255217679052342 +0.07252703367782119 +0.08689822512533404 +0.07256758508001276 +0.16498767191900363 +0.2265613342285647 +0.3066296507223706 +0.46590512410962526 +0.48287077863274297 +0.5548879269653407 +0.6389789525834788 +0.7051161468613432 +0.6548635545496744 +0.5787645732021657 +0.5696509139943571 +0.5751593163730495 +0.6431096681839785 +0.6812923441449807 +0.6739821246226375 +0.6307789901093763 +0.5864053946166217 +0.6227851247376285 +0.4555815665916958 +0.28855458874161927 +0.12257538621388941 +0.0725614448809804 +0.08689817529910962 +0.07252704637050345 +0.15525629559944404 +0.22656128605735423 +0.30662960295603464 +0.4787746179778127 +0.48898823530663704 +0.5449099077609031 +0.6583267047843623 +0.7038577366929624 +0.6454885381349305 +0.6386689660758145 +0.5827833669615491 +0.5787199089044359 +0.6193879723198118 +0.6512767924787107 +0.6556635224528704 +0.6351531730351198 +0.665068315933924 +0.6115896477658593 +0.4009529341447627 +0.23697140316640652 +0.12258248642305182 +0.07255790803221564 +0.08689817561023497 +0.07252707923022837 +0.163632776666194 +0.22656134940011408 +0.3066296034227868 +0.4637419117584086 +0.4748442060618507 +0.5362274522444042 +0.6611216281029655 +0.695147656928519 +0.6361871911324354 +0.6278704027315105 +0.5889284785212451 +0.5654878600646388 +0.6403994559804134 +0.673232175717217 +0.6776226591873501 +0.6570607440878732 +0.6451486053597952 +0.6165253491258134 +0.43620034922401757 +0.26545585029556973 +0.1268609851661372 +0.0725270381291902 +0.08689828595584555 +0.07256761481169206 +0.15319655438651664 +0.22369454591546115 +0.31906513102350814 +0.40715128229913167 +0.4492246557325162 +0.5720780713129181 +0.6700269922072535 +0.6565337145227432 +0.6175370322304392 +0.6070598222882387 +0.5573439872466122 +0.5481474448569833 +0.5867257215136845 +0.6619223210781928 +0.6777653225195801 +0.6516277058777125 +0.6153523271682866 +0.5851514975898326 +0.3863741148963149 +0.23376888480244432 +0.13390696116600512 +0.0725483520188053 +0.08689817644895309 +0.07252704749675024 +0.15755338110594527 +0.26363171786059053 +0.36470438223484886 +0.3639172997396878 +0.4240601387523972 +0.4258031046381841 +0.6094647728690115 +0.6790158372788159 +0.6199981178833389 +0.6277187717157774 +0.5568291727703317 +0.5456344629120932 +0.599432321538847 +0.6187357137306364 +0.6368422988595591 +0.5968721851659138 +0.5906772384492649 +0.5386333191087248 +0.35167447265307344 +0.2204310595592949 +0.12289153797404712 +0.07252701081125472 +0.08693883532896284 +0.07252679419195313 +0.16521721560818614 +0.2696846662154404 +0.3557460144181963 +0.45712741040529475 +0.46207275060823544 +0.521439608275369 +0.6582938713087164 +0.6969853276977401 +0.6521251133497609 +0.6457053491552899 +0.5371861518069262 +0.5281790283197572 +0.6046122779944542 +0.6076607182652717 +0.6703982939961179 +0.6435226920426069 +0.6323217770527109 +0.607422015398448 +0.4300566230937027 +0.2637216543522227 +0.12284361239033835 +0.07255984244236179 +0.08689820870930869 +0.07252704615359395 +0.16359185880989605 +0.22656134919731458 +0.306629603221291 +0.4906152172543784 +0.5039288600238152 +0.5555699563760581 +0.5995672101973506 +0.6531174293056443 +0.6011459979095559 +0.5920216801535536 +0.5412515572445872 +0.5067431244532243 +0.582916856922881 +0.6878430500366414 +0.6889295854880673 +0.6680077502507091 +0.6375051003683697 +0.6064279490615382 +0.4006529717196445 +0.23924085363744982 +0.12254956508780614 +0.07256753319273665 +0.08689810397680002 +0.0725269765918135 +0.16492670781797694 +0.22656134112669915 +0.30662967809365566 +0.46547203409114635 +0.4753819878641321 +0.5344203416432977 +0.6624386880557748 +0.6986158101514232 +0.6428332694292679 +0.6388789326232884 +0.5791029520876256 +0.550933988257725 +0.6221629264755882 +0.6575011181178089 +0.6491557771020071 +0.6480681581553785 +0.6510380055063577 +0.5807591791772438 +0.38223097134203526 +0.2270635018218571 +0.12259443215590686 +0.07252702631302828 +0.08693885215848572 +0.07252684352881959 +0.1636698549441664 +0.22660179017707383 +0.3066296584066891 +0.46208150797210296 +0.4750309516167617 +0.5400390477002337 +0.642027850210821 +0.7008066296548277 +0.6394462675913307 +0.6217782091529962 +0.5811472064916624 +0.5502352671654306 +0.634481860106883 +0.6663087823098006 +0.6592664683367361 +0.6337090993692787 +0.6292043897634958 +0.579047629076578 +0.37958668637382986 +0.22699494263020986 +0.12257004135520813 +0.07256759296631488 +0.08689815885243615 +0.07252706292476382 +0.1666547321689094 +0.2754995454554107 +0.3509588002781548 +0.45691061255201754 +0.4623801206041197 +0.5252502179053279 +0.6363191214547093 +0.7061236919351538 +0.6225215064896584 +0.6210074436320152 +0.5697729761853612 +0.5493898661584381 +0.6160519684967264 +0.6405109000961284 +0.6646551955403791 +0.6325512094577513 +0.6366824328666559 +0.5836185817563456 +0.38639185780553803 +0.22999789294327141 +0.1268662503739512 +0.07252701216476129 +0.086898203633625 +0.07256756194827003 +0.15746492131056403 +0.22369457822987143 +0.31902460839619484 +0.43146573779899294 +0.48325545088261895 +0.5793751443662387 +0.5946768695803626 +0.6302775815374219 +0.6235455947796655 +0.6242176582267444 +0.5940505681650509 +0.5926237321581022 +0.6341460876620412 +0.6882841169225167 +0.6703760958321373 +0.6395205643842747 +0.564000542612623 +0.5351580463883167 +0.3693456468952434 +0.23631292908839102 +0.13394227528120706 +0.07252702684055615 +0.0868982182933532 +0.07256757772777667 +0.1356605950875797 +0.23737746213747846 +0.3322719056478116 +0.4097397267544663 +0.4765654611206435 +0.4795135325162161 +0.6491496163237258 +0.7065013336501015 +0.6453273513769809 +0.6470628411606073 +0.5978539253034073 +0.5832767331194036 +0.6189454940009753 +0.639545958961151 +0.6467289724828917 +0.6161832748120475 +0.6085811520314732 +0.5909276387715634 +0.40798362946975053 +0.2588976470344434 +0.12283383319060856 +0.12239540708381733 +0.07253425596310546 +0.08689821241673916 +0.0725270498009778 +0.16503988669071698 +0.22656135154451412 +0.30662960556184843 +0.4433008661925087 +0.48084343115430733 +0.5463279596435882 +0.6606606629011215 +0.6866402969425923 +0.6310369974928761 +0.6332893111836752 +0.576044543636944 +0.5576623201897322 +0.6411165227528132 +0.7094673157336236 +0.6635390973624407 +0.6406428710889974 +0.6309423879488025 +0.5806644249911376 +0.37949070438659993 +0.22712568181652018 +0.12258923970739423 +0.0725671747859908 +0.08689817479408969 +0.07252704587885987 +0.16513851045034464 +0.26972404499719727 +0.3495420737272196 +0.41426357699561756 +0.4614484166299633 +0.5240118958905554 +0.6323888731937636 +0.6963023319691009 +0.635024884376968 +0.6260737049600696 +0.5713322375568298 +0.5508029198892158 +0.6400273734548614 +0.7087586203529694 +0.6594438534140518 +0.6342008411381964 +0.6303293665230476 +0.5787142119404296 +0.3825464677923291 +0.2276734582742991 +0.12254984043295386 +0.07256747340387298 +0.08689804908799412 +0.07252695611703494 +0.1637160725568381 +0.22660183811472454 +0.3066296948818217 +0.4219395392755878 +0.4720400324308146 +0.5322811162315687 +0.6425115958145293 +0.7039556352401288 +0.6464369957796751 +0.6414434007636358 +0.5807685539136607 +0.5552466401519238 +0.6443538305285781 +0.7162520264495746 +0.6732769950487952 +0.6503145123739393 +0.6409315244109466 +0.5865980599717467 +0.38412689622783086 +0.22903421607903318 +0.12256332697088998 +0.07253215421512191 +0.08689817787119204 +0.07252704888729267 +0.16508232198001052 +0.22656128852522633 +0.3066296054034712 +0.42156265733020215 +0.46843095827268694 +0.5308211706247893 +0.644920308001835 +0.6773263842717806 +0.6193069488852606 +0.6182057072054064 +0.5951909086364139 +0.5645029057546905 +0.6469571267713217 +0.6842445328158455 +0.6695224037989866 +0.6421538058229342 +0.639452615410148 +0.5908940150622964 +0.3938735066057413 +0.2403105949102155 +0.12255495524344114 +0.07252702016685728 +0.08693884548690435 +0.07252683741640634 +0.16364403296239471 +0.22656128171690415 +0.30667019482646435 +0.4066382077933374 +0.4454756759534402 +0.5013448313864223 +0.6320698139264471 +0.7059609283884717 +0.637448101793071 +0.6274507960899016 +0.5712660831424096 +0.5710740093738024 +0.6247404980143835 +0.6912743355975961 +0.6494056420837323 +0.6255068968979968 +0.6543892426583598 +0.6047247600725945 +0.39851394576813487 +0.23038843872924833 +0.12687310163170035 +0.07252694041813232 +0.08693891650730175 +0.07252690248693343 +0.15631279528359027 +0.2237351173139411 +0.31902462081697835 +0.33098575165309146 +0.40253730010277694 +0.5354141717173194 +0.6297601196073662 +0.6650100768574574 +0.6277330422063554 +0.6114422825237023 +0.5573693638823617 +0.5511101728611432 +0.6014303352020329 +0.7180170664323038 +0.6841673970134947 +0.653949942814022 +0.5908359663770152 +0.5701952103508445 +0.379671560879966 +0.23384529891611036 +0.13387426005067218 +0.07252698642400043 +0.08689835483040038 +0.07256751204341952 +0.15627235167101688 +0.27290239725294585 +0.3618469074026451 +0.3193084456690959 +0.4177725220912211 +0.4191325844843875 +0.6031953188452919 +0.6717635627441468 +0.6112232262554889 +0.622967114119533 +0.5687050993076951 +0.5579536552997338 +0.6006954041776014 +0.6699338028107891 +0.6423238652479473 +0.6183319144157047 +0.6154806980577916 +0.5629525518677276 +0.3742568086687748 +0.23133263220398798 +0.12282075854152703 +0.07252697329689103 +0.08689830939625776 +0.07256767579917023 +0.1650934031103428 +0.2265613553667707 +0.3066701398197206 +0.4279424768133924 +0.4965494228267051 +0.5597548760188319 +0.6710058755289742 +0.7023394196344005 +0.6362391066742252 +0.6236651421601124 +0.5946885607307902 +0.5815748055024363 +0.6526896572301594 +0.7181128800446135 +0.6688019069365521 +0.6461704744469378 +0.6525755299691387 +0.6052745596210808 +0.3926100754122886 +0.24023208120031758 +0.12254240620584105 +0.07252699299828631 +0.08689832883713033 +0.0725676967253979 +0.16507786066464197 +0.2265613128128473 +0.3066701610781539 +0.4295536826504513 +0.5018488553477287 +0.5689613289363653 +0.6428465382752415 +0.6988920631320543 +0.6401591910792838 +0.6336327169735309 +0.5799124226073821 +0.5572061716298002 +0.6278358403441578 +0.6966161952536272 +0.6393378490925586 +0.6336035454473918 +0.6307858148210695 +0.5783947314185521 +0.3815391176415961 +0.22692213158877894 +0.12254161554926307 +0.07252702104662155 +0.0869388851991252 +0.07252683794267487 +0.1637298702875882 +0.2757836470789476 +0.3484428051242673 +0.4120342968946546 +0.45877341498558827 +0.5243299700060577 +0.6419922197789873 +0.6837637218020508 +0.634607921200103 +0.6354534465950885 +0.5850997867299959 +0.5614819321911744 +0.6267352489073323 +0.6936018402116867 +0.645514694340799 +0.623460364212639 +0.6466340099893043 +0.5968981444139235 +0.43315228463017097 +0.26427429034506567 +0.1225952592480647 +0.07254903860268316 +0.08689820965193258 +0.07252704708229596 +0.16357062485131238 +0.22656135029782432 +0.30662960431892416 +0.47134326613151273 +0.4449528727657104 +0.5186339095272041 +0.6438389906891757 +0.7250470556058896 +0.6749084296806802 +0.6514911908673705 +0.5987984969250476 +0.581619081526762 +0.6797141594847179 +0.7534333418521691 +0.6824417777958225 +0.6420658257123542 +0.6312840143817462 +0.6117677308346461 +0.4036805048876167 +0.24532725406413528 +0.12256527020599814 +0.07256756696341672 +0.08689816846856076 +0.07252703933615105 +0.16377829471996552 +0.22656130820617718 +0.3066296350178833 +0.4209731839607243 +0.47408353279975224 +0.5292554411042113 +0.6346376450990534 +0.7009128252528243 +0.640810453606488 +0.6294698393079278 +0.5753814684350244 +0.5538474651850273 +0.6406556124929681 +0.709272663242688 +0.6632226733002167 +0.6441071192614277 +0.6398510407166926 +0.5869248541361018 +0.38206263694611275 +0.22691348894332072 +0.1268935943402998 +0.07252703875921097 +0.08693890685668614 +0.07252689364423154 +0.1619616167526715 +0.2730261183045979 +0.3619733261264049 +0.32008072229662504 +0.3966051155483907 +0.52839678415183 +0.6253765239820795 +0.6591426424433359 +0.6257525787505992 +0.6093446593255348 +0.5565257564819729 +0.5492097638586965 +0.5975277872920589 +0.7185751789120081 +0.682660697579879 +0.6524624766746471 +0.5881658615791 +0.5657486857281034 +0.38009147960050543 +0.2344521662690041 +0.13413073097675518 +0.07256750813472873 +0.08689811475882381 +0.07252698677988294 +0.1563374273640339 +0.27286736081821655 +0.3618184998671788 +0.3218865663150408 +0.42128351219826743 +0.42057180184451814 +0.6049423752180625 +0.6722157937062235 +0.6091273861885348 +0.6184496051114552 +0.5602251466380561 +0.5460444783862858 +0.6001897150257481 +0.669393434185439 +0.6423479823736361 +0.6068130893070085 +0.5993623619368438 +0.5466501182638852 +0.3550224994998867 +0.22216672254973066 +0.12282816868926617 +0.07252695429193469 +0.08693893138328246 +0.07252691612054894 +0.16380490036039233 +0.2266017954467704 +0.3066295548015746 +0.42641692378445023 +0.4733913107626861 +0.5417525799143084 +0.6537473943272751 +0.6822230987231721 +0.6278870625731986 +0.6542548117185869 +0.5944726511441395 +0.5731352863453092 +0.645793229550669 +0.7163261303126542 +0.6725521319596228 +0.6354657430765529 +0.6301304566735978 +0.5781859925526109 +0.3795616667559373 +0.22696730499787338 +0.12254510989204571 +0.07256749813143511 +0.08689807178980874 +0.072526978206555 +0.16386155924005924 +0.22656131937454826 +0.3066296453519443 +0.4263062777266731 +0.4687634990091368 +0.5298194138108966 +0.6394826342552538 +0.6999402235665043 +0.6359713141739674 +0.6256470160957749 +0.5706085765348544 +0.5543400993742873 +0.6379728254212433 +0.7065531854466178 +0.6561099909405086 +0.6307780980080464 +0.6265015396925585 +0.5756641066143532 +0.3799798703439744 +0.22714952100271135 +0.12255506489213726 +0.07252696624703704 +0.08693890879281223 +0.07252686186566137 +0.1651126982297042 +0.2696926297442999 +0.3493786836603817 +0.41446303055017464 +0.4617625086463273 +0.5157512286663867 +0.6268698936176359 +0.6913374614420569 +0.6312522226954902 +0.6216935443839156 +0.5676982652020787 +0.5466678873555467 +0.63468801079473 +0.702592208801265 +0.6518264243803059 +0.6260346635090288 +0.6200103192775684 +0.5684564779829746 +0.38050870485630506 +0.22777686008229553 +0.12258724554629125 +0.0725269624336991 +0.08689833128474234 +0.0725676638785673 +0.16671594943722234 +0.27569766281025065 +0.3475921392661177 +0.4147700552071226 +0.46202671747462726 +0.5196531908758891 +0.6306987734530783 +0.6949202783641044 +0.6352223103889715 +0.6239470239613732 +0.5690213583414809 +0.5476131486975198 +0.634909174983859 +0.7031417579728987 +0.6520363669301856 +0.6265298756695131 +0.6212998013740284 +0.5691343293078839 +0.3805007235377114 +0.2278108337251325 +0.12255857747152851 +0.07256755395625449 +0.0868981565940936 +0.07252702771605905 +0.16677462861436865 +0.27584901582321025 +0.35182344735783677 +0.4165287746891166 +0.4602813106147523 +0.5159231305339539 +0.6275777637472367 +0.6946011555356119 +0.6346680582249149 +0.6268562684965895 +0.5720996477234913 +0.5504755381427145 +0.635173962541341 +0.7041862400507592 +0.654396755442107 +0.6275976103830078 +0.6222304278576182 +0.5710711858441215 +0.38015419106798026 +0.22773025942264624 +0.12688968038213497 +0.07252694708127083 +0.08693874602609804 +0.07252687747594445 +0.16201175460458297 +0.2730102307656247 +0.361917895193415 +0.3211757618307295 +0.3965664079792221 +0.5301551664852991 +0.6419118863569554 +0.6617181627832606 +0.635027730049216 +0.6235627553118425 +0.5767059558613327 +0.5643763028902886 +0.6033926711127139 +0.7155683905895313 +0.6810099522559991 +0.6677601581886591 +0.5927402481515396 +0.5912466138292832 +0.4073272187281457 +0.2654179363215961 +0.13423053820240097 +0.07252746663782314 +0.08689817828357022 +0.07252704929303858 +0.1575304507393079 +0.2634035764894309 +0.3646447893042494 +0.3647985007087307 +0.4645748035922351 +0.4770136355147326 +0.5805701960763434 +0.677782834388549 +0.6138231253731005 +0.638648225487347 +0.5622899312485133 +0.5538775655798966 +0.571885835634563 +0.6299061714961267 +0.5907062706212566 +0.5538421447814443 +0.5521062293648894 +0.507551799726632 +0.3404613150298047 +0.22023788598211336 +0.12351083241292783 +0.07252697645347556 +0.08689831251217289 +0.0725676791501116 +0.16319671256541843 +0.22656135846225248 +0.30667009616175084 +0.4529001868851455 +0.49832191719525193 +0.5852830202012232 +0.5970613699743634 +0.6623565083583941 +0.6573583456719336 +0.6426594015543476 +0.5932531585157534 +0.5742086659491742 +0.6343341514360212 +0.701767494533051 +0.6575977779059956 +0.6324999409554656 +0.6556186200049604 +0.5970907218904357 +0.3870020955831067 +0.2280860157577375 +0.12255555008789926 +0.07252705993148745 +0.08693888865263102 +0.07252684331276485 +0.1649584906525733 +0.22660180579025777 +0.30662969181808664 +0.423133793729872 +0.47019497683889855 +0.5273017377423949 +0.6354259405119086 +0.6972379827469632 +0.6356221006870381 +0.6267098579769365 +0.5697708259408609 +0.5574102837934388 +0.637383484154761 +0.7052238611234686 +0.6558150585835052 +0.6299323857644717 +0.6260087643534987 +0.5750866864395633 +0.380466973041383 +0.22712053293474463 +0.12255677077561372 +0.0725641711348812 +0.08689820833192123 +0.07252707834464409 +0.16950792551929927 +0.27582062673856295 +0.3518498142510534 +0.4145788094571658 +0.4637311393312465 +0.5175206643064831 +0.6287514784201087 +0.6927062098258958 +0.6337506491688474 +0.6270966124642047 +0.5701471940150148 +0.5537737509362463 +0.637572091728049 +0.7044662928827263 +0.6548175475075579 +0.6288931018396502 +0.6236916119491267 +0.5723539899932516 +0.37995837011925865 +0.2272623552909266 +0.12257399756023209 +0.07252702383654905 +0.08689821529335988 +0.07256761331685509 +0.16664344928685743 +0.22656131704083207 +0.3066296430642887 +0.4202932702676746 +0.473967485356338 +0.5342475779869634 +0.64521513475374 +0.7016821824442683 +0.6413188526630683 +0.6307850374257451 +0.5767487049478579 +0.5607682023375814 +0.6408877552686492 +0.7080709350249329 +0.6578270539302109 +0.6324551530846007 +0.627133857181681 +0.5775609485648591 +0.3796350996988002 +0.22723215710103165 +0.12256752097050999 +0.07255661125565202 +0.08689817572145975 +0.07252704678578244 +0.1650661414384062 +0.22656128646354212 +0.3066296033599608 +0.5126695428790394 +0.5290444686596714 +0.5032579380898058 +0.6243631679250359 +0.6596232084551196 +0.5881901218470926 +0.6251128888379179 +0.5943645685352019 +0.5724926536407522 +0.6538454233163993 +0.7189714127868092 +0.6741248213762893 +0.6463009095551652 +0.6422944168660051 +0.5878314178619699 +0.3832426769078576 +0.22758229171048763 +0.1266614222513172 +0.07252697022877187 +0.08693877112128583 +0.07252690033624476 +0.16205149141792302 +0.2237350791678867 +0.319024651815529 +0.3747675213064317 +0.4118500922316932 +0.5395747228302011 +0.6272137359561692 +0.65970072264745 +0.6246564012973543 +0.6082792082735712 +0.5545036788996742 +0.5509323780892952 +0.6009547176106049 +0.7167427289229416 +0.6819132516563645 +0.6532875619680554 +0.5889078447596284 +0.568255986418763 +0.3798422636203117 +0.23391422526058678 +0.13395627281366723 +0.07252954626727338 +0.08689821135756644 +0.07252704875818404 +0.16206568884068828 +0.27303752209454624 +0.36195852637065606 +0.3645987920122474 +0.419655429399682 +0.4231318068997362 +0.5997676998731352 +0.6665988805071145 +0.5967322109010172 +0.5954528956048704 +0.5318119685037422 +0.5287223067092961 +0.584596800880225 +0.6563381328793012 +0.6255123802262726 +0.5862874804078063 +0.580355472937226 +0.5294669829649378 +0.35344332117669597 +0.22109824141457635 +0.12281784063810362 +0.0725270475373078 +0.08689832007288541 +0.07256765174098753 +0.16683693681098535 +0.2757856327136539 +0.34969526851303073 +0.45821023382648485 +0.46036121565615873 +0.5182848578829321 +0.6239325247189402 +0.6886741359935844 +0.6261519794866599 +0.6164608971747795 +0.5619080349558787 +0.5396757811366621 +0.626198255538713 +0.6961500223221954 +0.6471033766865983 +0.6220995763170543 +0.6178042937695848 +0.5643047350070971 +0.3808432832822101 +0.22832836216486316 +0.12285216522905784 +0.07255778173866423 +0.08689820948224926 +0.07252696015655372 +0.16973860748499253 +0.27599296176106386 +0.3512463059038184 +0.45790977058084975 +0.46580097605723647 +0.5196368976775569 +0.620078034357361 +0.6818007822786226 +0.6220430962180892 +0.6116720299166495 +0.558186762226786 +0.5378975890356777 +0.6250123979815078 +0.6937186979860686 +0.6437807338143161 +0.6186783620120209 +0.6139294056892142 +0.5620217657771495 +0.3808620492347292 +0.22824535066065169 +0.12258853023698019 +0.07252701930742063 +0.08689829162313008 +0.07256763318242372 +0.17046111580510803 +0.2695724829276923 +0.35185571417301337 +0.458228541518298 +0.4648972537052646 +0.5174710015062058 +0.617622147661025 +0.6810733381082962 +0.6210197248037214 +0.611182534745598 +0.5524666508275251 +0.536247257885142 +0.6227909606558553 +0.6904661889566545 +0.6400797902949084 +0.6133208296654679 +0.6080902424611144 +0.5634048338335997 +0.38168822095652194 +0.2291630939515633 +0.12265789446985179 +0.07252704899154828 +0.0868982967303177 +0.07256766499159273 +0.17182063110601867 +0.27156151502771186 +0.366224591180199 +0.4589896201458612 +0.46153445205019716 +0.517406385100376 +0.6172035354524017 +0.6749023918691701 +0.6170710871465287 +0.6080349223611942 +0.551116878069006 +0.5294119777601151 +0.6199480268947886 +0.6888356507474825 +0.6370671070924522 +0.6096070489028229 +0.6070460915495882 +0.563401068270718 +0.3817230671205728 +0.22883102702643188 +0.12237043259303637 +0.07252704387689561 +0.08689829165576306 +0.07256765953252493 +0.1717693503502843 +0.271532139732454 +0.36611357613252055 +0.45912337452285146 +0.465252312667792 +0.5172980395055822 +0.6170956918533674 +0.6754705433249019 +0.6179804615781669 +0.6106666091407011 +0.5576107927348598 +0.5407621904402932 +0.6263874217929091 +0.6945456775597719 +0.6444819648829337 +0.6185639692802868 +0.6127361195824078 +0.5618124049142624 +0.3809256562357588 +0.22790345702609813 +0.12666135146456942 +0.07252699159084713 +0.08693874102104113 +0.07252690641041977 +0.16424024717280267 +0.2687784149344812 +0.363690601633043 +0.36493334323093274 +0.3993191351915571 +0.5236337840984213 +0.6099737969868956 +0.6440812286178181 +0.6060111979028855 +0.5890885560293209 +0.534447393613612 +0.5295139776813744 +0.5797890291098696 +0.6983547309728019 +0.662749398127564 +0.6309501938093847 +0.5721223968982284 +0.5562546033288626 +0.3816373393298905 +0.23635850985433493 +0.13480247663690834 +0.07252693035289236 +0.08693889146586467 +0.07252684371775191 +0.16504127835674937 +0.2827183407748585 +0.3637680892293604 +0.3673145486747071 +0.4209983811184183 +0.4193861523084521 +0.5904740828903845 +0.6498606183679774 +0.5787992842687839 +0.5784654521937137 +0.5209547779033529 +0.516702233962142 +0.5688232972497768 +0.6417106870624346 +0.612635758591573 +0.5763107996144363 +0.5746297928101205 +0.5302295705190176 +0.35445967210533585 +0.22359042374074606 +0.12351520297556975 +0.07252701830681975 +0.08693888722044718 +0.0725268398022242 +0.17317780182791603 +0.2716116621984884 +0.3663451741312539 +0.4601447796268215 +0.46276557106583993 +0.5203025617339285 +0.6183192677942254 +0.6709312010159713 +0.6090938314873057 +0.6018705867145037 +0.5494487852977148 +0.5299858621717813 +0.6144258808274731 +0.6824328341804595 +0.6320583295253466 +0.6098480821138599 +0.6081883631274202 +0.5636832584149299 +0.38309497613265814 +0.23029488786064586 +0.12355214367237477 +0.07253179418206543 +0.08689821262473345 +0.07252708254468448 +0.17252358837685938 +0.2883959340019194 +0.3485474608212782 +0.45905701695904194 +0.4675572471395603 +0.5183093814146075 +0.6192206749868461 +0.6744799355993957 +0.6164932333381329 +0.6074140885213185 +0.5580865666237736 +0.5414823831382172 +0.631407505252161 +0.7011061655593412 +0.6507681168961554 +0.625042530257108 +0.6204157179423243 +0.5696295081505075 +0.38019969182080154 +0.2274706308173085 +0.12256526221344098 +0.07252697901666982 +0.08693890515825246 +0.07252685851890023 +0.17048130473006992 +0.2698041308392732 +0.3494928606460284 +0.4570419435202059 +0.4655234625729546 +0.5221650304366326 +0.6319362265987039 +0.6932806968023248 +0.6335104016301127 +0.6256568949654651 +0.5721315189485847 +0.5544885790810729 +0.6388608370013823 +0.7073218852462118 +0.6586968036753343 +0.6336449733307544 +0.6302787810977251 +0.5792951641590128 +0.38048303641320697 +0.22836713293740205 +0.12254283580802773 +0.07256747053407701 +0.08689804645606944 +0.0725269203203993 +0.16510512857519502 +0.22660188846814272 +0.3066296944261804 +0.4668979388284821 +0.4765382528909969 +0.5359882384570261 +0.6431338594421598 +0.7037381582023776 +0.643188581536524 +0.6404596641849183 +0.5834603137838116 +0.5640618479872064 +0.6440292673431864 +0.7114519735777067 +0.6607312667536082 +0.6342179813570549 +0.6285845974720053 +0.5767776023690704 +0.38031185915683774 +0.22713941325985842 +0.12254383429985367 +0.07252703023740813 +0.0869388564178068 +0.07252681361685372 +0.16512872326302322 +0.22660177398132994 +0.3066296632845313 +0.4647790026524392 +0.4661225804895494 +0.5286135578171377 +0.6378873896129632 +0.696276143142743 +0.6358743201787008 +0.6247078022171821 +0.5705261505492971 +0.5507855571604386 +0.639683086394119 +0.7078046793626686 +0.6575060646089577 +0.6321060781286483 +0.6274368969941369 +0.5756372571394146 +0.3797725371645143 +0.22726605558597812 +0.12691917602771136 +0.07253139196379149 +0.08689821119772871 +0.0725270486017358 +0.159246293792419 +0.27293526662081313 +0.3618869368288664 +0.3645284386831675 +0.3991843299534218 +0.5236733240205242 +0.623955378607213 +0.6603845771222707 +0.6274162819722547 +0.6107577331026984 +0.5568460423342848 +0.5489277950470784 +0.601824938077267 +0.7187496505764683 +0.6829682414827777 +0.6538429223229729 +0.5908134930582853 +0.5689866250221151 +0.3812796679193389 +0.2341615507414926 +0.13384561247648583 +0.07252697589688448 +0.08689834449927941 +0.07256750073434219 +0.16207172833652542 +0.2730387763303394 +0.3620342142729258 +0.36502069218241623 +0.4181453021106084 +0.4177320339062642 +0.5992167972913411 +0.6671346490891354 +0.598876491269934 +0.5975536694164707 +0.5355425238403563 +0.5283005356729384 +0.5854523025877797 +0.657857708643828 +0.627856759057761 +0.5908272909411989 +0.5859935436313911 +0.5326416262166023 +0.35243377836571893 +0.22075545139299285 +0.12253960459672861 +0.07252700051250431 +0.08693886304121015 +0.0725267835419571 +0.16956618625172162 +0.27561511225438995 +0.3494967552079841 +0.45706895927063135 +0.4663419743656749 +0.5264783247045814 +0.6345468573061123 +0.6949423864483748 +0.6394716092846316 +0.6290059711160062 +0.5755647321765544 +0.5588861540142739 +0.64128930221882 +0.7079902460043382 +0.6576023213639945 +0.6320986589414761 +0.6270158744475552 +0.5773227973821098 +0.37947668674509716 +0.22732592122667167 +0.12280808861730795 +0.07252694629037768 +0.08689831544119807 +0.07256764672720126 +0.16951675889971016 +0.27579223616424303 +0.3495708783606084 +0.4574219142008153 +0.4641549744530447 +0.5173203485571706 +0.6272178553788015 +0.6912998748095806 +0.6319272643067012 +0.6223955983797718 +0.5724825662816468 +0.5555958509506171 +0.6372877881203058 +0.7044386811862989 +0.6544697486822505 +0.6302806886827128 +0.6256766341664172 +0.5744017948377276 +0.37974408877031746 +0.22747969933637205 +0.12255337505428031 +0.07252707401775232 +0.08693872609953344 +0.07252689289271194 +0.1695538102484476 +0.27593145892374044 +0.3511328498168151 +0.45741790849396935 +0.46145676695728893 +0.5230260006679208 +0.6326174173633153 +0.6943513418213515 +0.6319574166279525 +0.6229304974731258 +0.5658790850421473 +0.5557682162052298 +0.6401515672665415 +0.7071002805670871 +0.6568110199231135 +0.6317801664566893 +0.6272576929931968 +0.575742974498502 +0.3798032890586553 +0.22697810483458314 +0.12259942138791821 +0.07252702611881129 +0.08693885194949602 +0.07252684333609245 +0.16946161041565605 +0.2758150907791903 +0.3517428000290793 +0.4570723097170569 +0.4659615069674788 +0.5172133506520049 +0.6276477462242336 +0.6920022487478843 +0.6319903917529635 +0.6210256091376261 +0.5654514009078231 +0.5493958411812012 +0.6344293819139866 +0.7015097932865713 +0.6522929290368026 +0.6248614889138263 +0.6195523646142975 +0.5650732571488603 +0.38035986163061786 +0.2280408318192946 +0.12283655555677042 +0.07255633454980266 +0.08689820901635059 +0.07252707901275784 +0.17061917316983916 +0.26885233716792695 +0.3526099092746157 +0.4582180528187436 +0.4660137748682782 +0.5179671716422036 +0.6213074590836515 +0.6859194893073961 +0.6266370284674038 +0.6190411454536779 +0.5640482435486678 +0.5453255582725953 +0.6318893952828261 +0.6995722064956739 +0.6482187852394945 +0.622790744768369 +0.6178380218255414 +0.5636594065760466 +0.38075771701714634 +0.2282755343035703 +0.12714209791558712 +0.07253091462315572 +0.08689821158682366 +0.07252708152896988 +0.16302727053960236 +0.2659922979281624 +0.3636073290170592 +0.36506551330242654 +0.40307464504642615 +0.5236288279288126 +0.6203442468267842 +0.6545074881987868 +0.6204931582129136 +0.6055999141469166 +0.553167420858323 +0.5468123142343679 +0.6002407573025925 +0.7169819836274033 +0.6845529534442177 +0.6520281580234555 +0.5893222318215762 +0.5696031538330751 +0.38068168360079735 +0.2338462008687684 +0.13411714119318616 +0.07252698804158976 +0.08689832394630352 +0.07256751415983292 +0.16205457008339189 +0.273024229954479 +0.36202172836292057 +0.3644007832232778 +0.419552714633639 +0.4181540860599932 +0.6001545377520399 +0.6692220592437772 +0.6018995857290637 +0.6028031180457298 +0.5449429380368295 +0.5377892030051941 +0.5929768265950137 +0.6634454843173898 +0.6350474972587478 +0.5976781374342511 +0.5989995181847095 +0.5509591960265463 +0.3546402821382203 +0.22210208666252315 +0.1228371026275526 +0.07256747570420433 +0.08689825478076822 +0.07252695618812294 +0.16969075260697444 +0.2757919576599038 +0.3495907633700603 +0.45789450912918994 +0.46732240362423333 +0.5195214220819272 +0.619197706310693 +0.6813714795542002 +0.6194073796618466 +0.609268555353471 +0.552176589346337 +0.535129751309677 +0.6190775702194131 +0.6872153157027601 +0.63607138435533 +0.6086506592406925 +0.6073845595238375 +0.5626604831186585 +0.3820502450411023 +0.22971663074271514 +0.12269204417934604 +0.07252698116390434 +0.08689835417935701 +0.07256751132868217 +0.17455441883167302 +0.2736381692779908 +0.35357125105895665 +0.45986371313126917 +0.4683072495276655 +0.51786267957065 +0.6185958796405544 +0.6710847832186787 +0.6095292004354529 +0.6002427465283001 +0.550451140681118 +0.5312234601553936 +0.6162168033177282 +0.6819857558272101 +0.6346941684677737 +0.6088004710137406 +0.6077938639071253 +0.5634698537729951 +0.382107959348599 +0.22975266363331198 +0.12365944931167626 +0.07252692356201366 +0.08689829762840966 +0.07256753584512125 +0.1743637024234325 +0.2715980343779788 +0.36634780541072465 +0.4593771326906718 +0.4665175582140003 +0.51775633253482 +0.6179475099747349 +0.6705882744850089 +0.6119969348126102 +0.6026132326533403 +0.5492528854018555 +0.5310817347842343 +0.6151676552952244 +0.6846090007803 +0.6326982845530128 +0.6087974504619984 +0.6074924230231946 +0.5635760600972657 +0.3820166449730776 +0.22955692088489718 +0.12382915122363147 +0.07256753081737745 +0.08689815356783924 +0.07252702475311198 +0.17248333432363436 +0.285361551514544 +0.34748855495444797 +0.4596464252671085 +0.468501957720791 +0.5201912215474223 +0.6180920969025083 +0.6711061997802542 +0.6082479567625287 +0.5991304899626615 +0.5488711830381284 +0.5319692085849353 +0.6174181330771009 +0.6829776432886592 +0.6335408262862307 +0.6087027022880497 +0.6073842554193852 +0.5640234075326762 +0.3819386914777978 +0.22941162596260725 +0.12351716224993432 +0.07252694705504678 +0.08689832069183966 +0.07256765241041778 +0.17248302527453507 +0.2882797751024428 +0.3485694522153873 +0.45867137800517255 +0.4657443209648849 +0.5163670787799428 +0.6172722023830706 +0.6772286395420838 +0.6166925802265927 +0.605433903303051 +0.5532057951433442 +0.539049355657899 +0.6264417902835616 +0.6932942873914185 +0.6423445228676131 +0.6195497665027845 +0.6143701856723228 +0.5641655518366988 +0.38057678862680466 +0.22818870570224542 +0.1268711143438694 +0.07252700896526253 +0.08689825801649632 +0.07252710293682113 +0.162211813876569 +0.2731151584037345 +0.3619712413465286 +0.365089865567729 +0.4049307301424169 +0.5241942250691242 +0.6164844338952601 +0.651362153972807 +0.6164812826996002 +0.6008359030800645 +0.5468302573415806 +0.5426925240801266 +0.59440717992603 +0.7134666323908174 +0.6789427887499732 +0.6487694913934362 +0.5858545798392332 +0.5654030317814122 +0.37983186564783045 +0.23449443982995627 +0.1341488038617671 +0.07252693770111063 +0.08689830701229602 +0.07256745970779475 +0.16206951020338442 +0.27301392698220084 +0.3620216019318066 +0.36581310401321354 +0.4225686481400616 +0.41885442269814677 +0.5921988753347049 +0.6597417657748085 +0.5925798819304774 +0.5901024777354805 +0.528576197455667 +0.5226906061261178 +0.5795243011933282 +0.652375108238908 +0.6198314376603771 +0.5800920124498162 +0.5739559763928119 +0.5278844583884321 +0.35321321422332314 +0.22191428154934734 diff --git a/example/run/baseline_scenario/opendss/profiles/load_4.csv b/example/run/baseline_scenario/opendss/profiles/load_4.csv new file mode 100644 index 0000000..3b33378 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_4.csv @@ -0,0 +1,8760 @@ +42.968161566443406 +23.72218602904208 +28.39705438267887 +23.721887573211642 +38.545773069230314 +73.65789807763555 +104.89618013605161 +134.88599556837454 +152.79222558298122 +150.51252290543334 +204.02583230324345 +222.4962161964071 +199.25359294686427 +199.4612261498411 +181.3638299918456 +180.26424598465948 +197.48992084474455 +221.26584310403254 +211.85066211786506 +200.85143215052165 +201.3343623402807 +186.269992880656 +130.77083003083465 +88.44443441058391 +39.340023657660744 +23.72213136860834 +28.34445045925839 +23.722248609317013 +41.14360769571783 +74.69782043137661 +101.26511706685586 +164.20324247441906 +167.61449224816988 +181.99420056483225 +212.45156126612824 +228.36181211500406 +210.72328971403877 +207.54616457688255 +189.9484132427782 +184.9609402233132 +212.2147734665637 +234.31059951939434 +222.0538284423149 +213.44578832719588 +213.85762833757826 +196.92328511386782 +139.80683817467633 +90.66270903491554 +39.3435036932819 +23.758886864200022 +28.360064424666675 +23.722174217103465 +41.45033305412348 +75.12886787503443 +101.46257845729697 +164.22619588647598 +167.7235456460293 +181.9237284046181 +212.31075852036528 +228.36736907096392 +208.13977055134296 +205.38194457308043 +189.7704911798264 +186.2664872096198 +212.1552140698287 +234.1531029024369 +217.77924850607323 +210.48043310822973 +211.018287157334 +196.98652255105372 +139.80207331625823 +90.6826735577367 +39.376467193920945 +23.72214028977248 +28.354408571742894 +23.764797195200003 +41.497537039994974 +74.79600307395756 +101.02641635564218 +164.21690612118806 +165.47586930741195 +181.68334455723556 +212.769591437153 +228.3538926323049 +207.65426171088552 +205.26599852588973 +189.4838476885296 +183.99122223250902 +212.07861280722648 +234.1543852345107 +218.23766295027121 +210.48043310822973 +211.09353384841293 +197.104099255956 +139.81111918016353 +90.68661530717887 +39.38778353099932 +23.72221772013092 +28.344559309846932 +23.774713738296192 +41.30514984548464 +74.55572147514717 +100.67634339857398 +164.21341452389686 +166.7290417795117 +181.57188425873633 +212.60791909480457 +228.30616588582916 +208.17234763749923 +205.2479398669275 +189.25329874904074 +183.37272240225693 +209.91774984207646 +234.19824430576347 +218.804461411377 +210.48043310822973 +211.23080658278744 +197.16309961131657 +139.821620346213 +90.70285725669056 +39.36727671977966 +23.722117583109267 +28.344460549193833 +23.722280237320536 +41.18227119749417 +74.46842657212176 +100.67646672909069 +164.20431760266067 +165.63817947118 +181.69191389125137 +212.85445648437877 +228.1855856553728 +207.69482786090725 +205.22249386466842 +189.66093915386193 +183.34072355290377 +213.46489440602247 +234.11996819342264 +217.82539661138318 +210.57757290517932 +212.396071983404 +197.16742343912586 +139.86795861493133 +90.65445157657159 +40.758212427531824 +23.756373708722187 +28.344223577289927 +23.722047127382947 +38.800034365645864 +73.61747812389551 +104.65094173257069 +134.9385851501101 +146.91793996241833 +183.60713625755645 +210.42024710002067 +217.35635761303118 +205.05723673373421 +201.1879672161233 +185.49577179730315 +183.88094023532798 +200.60965536165529 +238.6422830244288 +228.52677835774324 +220.5126890494968 +199.47072798147215 +194.8465104145824 +139.9193435823513 +92.92314320741544 +43.092521902781726 +23.722018027068945 +28.34436237337192 +23.7221836527565 +39.49234399392883 +74.11830267309959 +105.14392033266962 +134.88605136491807 +152.3516141846992 +150.24045981826595 +203.39994569804307 +221.4944313522279 +199.19237266179607 +199.25806034922786 +181.3778896853564 +180.25310443367627 +197.5479924384313 +221.26847080735433 +211.71267014678088 +199.82936597298837 +200.24804833448084 +186.8386975396533 +130.7029105602102 +88.44400105341313 +39.414640095829924 +23.774713599276907 +28.344184471125093 +23.721985891998017 +41.19368087595495 +74.52271969051897 +100.73173026670614 +164.23067629580632 +166.48971582870098 +181.8081180951523 +212.34051970220355 +228.2171773537691 +207.80748556562966 +205.25559591462246 +189.37899177435094 +183.69948214229757 +213.31941303150506 +234.14031401329737 +217.8462693295227 +210.48043310822965 +211.374802252331 +197.45871624198668 +139.9038860424461 +90.73975556838816 +39.41239038809426 +23.722081895518368 +28.344425354797192 +23.722084296426047 +41.278785459070654 +74.69251828337882 +100.76833494270818 +164.20161874314067 +165.69188692843167 +181.78064434732352 +212.12398438895735 +228.02784304059608 +208.0703912621314 +205.0784291963022 +189.2147198986199 +183.07334510620356 +211.87287496235803 +234.12508421543316 +219.0696888538148 +212.1532004461702 +214.10362256881263 +197.48704765020648 +139.8978500535621 +90.70588019471003 +39.36523516133361 +23.741005514282232 +28.3442271786432 +23.72202806934997 +41.01452038080281 +73.31118977719912 +99.37076336171582 +165.74197032537413 +171.20764922272735 +186.60662300783196 +215.9789885638637 +237.6449282347885 +212.8171503361074 +210.41387937712355 +191.73727973861102 +183.4553858041129 +214.7878208132112 +244.32494531247784 +230.38313113786887 +219.2117536069962 +218.8916848264234 +198.33700524782208 +139.90901686532968 +90.7390655026472 +39.3788650447111 +23.722082495778388 +28.344425947098134 +23.722246194252538 +42.24967976850001 +75.49098512801982 +102.66210473102403 +164.20155138755905 +165.69188692843161 +181.78143672440305 +212.93237172466846 +229.159581411822 +208.36944850039322 +205.82921964402388 +189.8816629227208 +183.9489738525988 +208.3520621242919 +234.12913554441042 +219.72496843376894 +210.48043310822962 +211.64785553157586 +197.74358919673764 +139.90169812981748 +90.70955324726076 +39.369045460939844 +23.72215115883614 +28.39713466250667 +23.72187486457583 +41.23851944612527 +74.56037095588512 +100.76437705755833 +164.2182851669044 +167.36822346769713 +181.6955627002687 +212.21299089034284 +228.38328582507907 +208.8274750337302 +207.35766116694714 +189.21032655374376 +183.05875155528253 +210.97452779087345 +234.77655911009202 +222.1837134201149 +214.3910155486905 +216.67502801535485 +199.083882013046 +139.9045673089145 +90.69173956826486 +40.72975874451073 +23.72220725716392 +28.39691463083549 +23.72191070726357 +38.72834824281446 +72.38907767174727 +103.35734005298667 +136.45057113225113 +148.6309800055059 +185.6468287485881 +210.96476890730503 +220.18386861127726 +209.2711294678126 +204.8178931089442 +186.7587135590607 +185.1682676201922 +202.3645651112115 +239.41760102393437 +235.44855946534227 +230.80794856157993 +207.32589243993004 +201.03960981621097 +141.63239173425544 +92.96211302837523 +43.00341504399341 +23.72214917641102 +28.3443271043202 +23.72212676203437 +39.37285170015728 +74.60017065394106 +105.8125538414801 +135.2581593611099 +152.1566548325748 +150.13587564989209 +204.11755858139364 +223.35144043145485 +203.75050292787728 +204.88875598232102 +183.46920267069902 +180.2562147961944 +195.7032698675557 +221.48344159936667 +213.8264453395446 +203.0012709467606 +202.88248530171057 +186.3819299459754 +130.67769652296516 +88.46659895883947 +39.34548297402537 +23.722218801905342 +28.344396495326126 +23.722217219540358 +41.43718463683946 +75.45973994520676 +101.74368112784124 +164.19886333332957 +165.69188692843161 +181.71518166287345 +212.057241357287 +230.18440049778934 +216.36296968078278 +213.9344435403102 +193.66357070010778 +187.263309641906 +212.5012547810692 +239.18402894917386 +228.00499350856805 +221.1045506032864 +222.7702959192587 +201.86852235611443 +140.0524588783639 +90.7278047954445 +39.339035052897714 +23.722242029018155 +28.344419644907333 +23.722218170088173 +42.03455879128053 +73.35639326285437 +99.37074254670063 +169.54075555360822 +174.07375719744365 +188.47406633083364 +215.23697696028367 +236.51820651027472 +222.8176255078006 +218.8697165932451 +198.78653532434038 +190.10523780621094 +216.40571909981387 +245.06280073824752 +224.50314247024875 +224.47878484865342 +224.1572507142476 +204.59010825817833 +140.94841878497192 +90.67746059484622 +39.344374594423236 +23.72210273683629 +28.344560647028743 +23.774883667853036 +41.95451815218712 +73.31096487630494 +99.37071555830032 +167.15769368282193 +169.63548927040657 +183.2962720956648 +212.72391951039785 +232.73878327023115 +218.16242325690837 +214.42307336091395 +193.02058654026118 +185.05466461676542 +210.60163580780235 +238.27098928618247 +228.58668879597462 +220.05011975438515 +221.4160784198403 +201.31685014982278 +139.8237405170401 +90.72159351598933 +39.35676887591324 +23.722209369112164 +28.344387093680396 +23.722207970522952 +42.12102015328682 +76.10227104672192 +102.29781022870618 +164.19838209458783 +167.24045753036123 +183.35357606114107 +212.14392455560406 +230.58030513954196 +216.0815395641713 +211.4807342787765 +190.60270101438795 +183.59312983901452 +211.80363065876452 +236.05481257649083 +226.46299738865787 +218.27515509443583 +219.8644781919251 +200.42414028612401 +139.82384737914518 +90.70548405213297 +39.36273187106962 +23.72212797931656 +28.344305980905254 +23.722128179588392 +41.90119180428585 +75.85180113057743 +102.19747720706319 +164.19088167613765 +165.80347901237718 +181.8985291589631 +212.36716913995502 +229.41427633664205 +212.8798625331663 +208.48210269795666 +189.82132434555027 +184.11145733365925 +207.8790337586253 +234.26488958077488 +221.35005834812048 +213.68382308421218 +214.71387676735722 +198.55102704470758 +139.8220249436912 +90.71434073666717 +40.74681024607572 +23.722113437762868 +28.34429148864596 +23.72211392390283 +39.25115684595272 +74.29314031264703 +105.48649436849583 +134.88575684213157 +143.85959462707046 +184.33018548296525 +210.04263263371757 +217.79907358267624 +206.004009279532 +201.48342770661222 +185.17073882470194 +183.25226681018407 +199.97291621202402 +238.57735985784598 +229.29676749712377 +223.653104349965 +202.13967634659807 +197.36201494007537 +140.0475847573388 +92.9075142413329 +43.038997103951736 +23.722175234959884 +28.34435307361894 +23.7221745049752 +39.02880794261939 +74.25686667043698 +105.38782285978647 +134.885981658764 +151.64014919124585 +150.40228359555866 +203.7408899384418 +221.96624442232863 +200.79384993647827 +200.26146339062677 +181.07995110595945 +179.25791660932205 +195.553553090657 +221.21048272982893 +212.8075438148634 +202.54769567366145 +203.3236855444805 +186.7618418809401 +130.66420206016323 +88.44619290763224 +39.356724527744056 +23.754708988804435 +28.34422396649762 +23.722047510970153 +41.54630415196564 +75.14328671632988 +101.46676408026644 +164.23417817341232 +165.69188692843156 +181.91633436533118 +212.39453882483588 +228.27395474932004 +207.78079491420186 +205.5673710446298 +189.86852747189033 +183.2035056117898 +211.1556713465234 +234.10839070545427 +219.34401341088528 +210.4804331082296 +212.11466348543047 +198.94443518786775 +139.9910869649157 +90.65095819023509 +39.48674971457999 +23.722135122804207 +28.396919313932653 +23.72193805916811 +41.998114088575434 +75.19109732621125 +101.17040117796314 +164.22372698227005 +165.33304056985298 +181.65331129916336 +212.1577575538615 +228.0732450500477 +207.59447725635303 +205.17957357174862 +189.16494133005895 +183.1607692284301 +207.5696102453399 +234.0737885888219 +219.56353096762666 +210.4804331082296 +212.17895704266482 +198.94443518786775 +140.00311051911552 +90.69392904342969 +39.371465256635986 +23.722142283714387 +28.344461236629563 +23.72228091366692 +41.03238031223177 +74.42014129832985 +100.58003370723618 +164.20464088231142 +165.8741517069323 +182.19587339062937 +212.37268358813807 +227.9855561957865 +207.73742092153543 +205.2032143745574 +189.34407502944345 +183.16885962611516 +208.55413372322246 +234.00453463790993 +218.2289459504416 +210.4804331082296 +212.11667355501143 +198.94443518786775 +140.01098013725425 +90.72315679468132 +39.40324396210192 +23.721916632744616 +28.344262397861698 +23.722085311092552 +41.29901074656979 +74.64300750603908 +100.71809901060452 +164.18705034087787 +166.4536222890014 +182.07231481792704 +212.18676172001707 +227.92343846489027 +208.61206230192704 +205.3004311661345 +189.34367769247413 +183.18068323949865 +210.20632363985013 +234.16057103820017 +218.5178756392112 +210.4804331082296 +212.24037891554516 +198.94443518786775 +140.08529628692136 +90.65148231458868 +39.3483353211482 +23.722213872196765 +28.396921869471942 +23.721917329799304 +40.99606501329169 +74.50065702644265 +100.68536064956658 +164.2243865584993 +166.38143530564673 +181.99687435746486 +212.06917030414857 +227.76534322441123 +207.77451313683494 +205.34484709505927 +189.2617674300866 +183.05662104410862 +208.0458297517382 +234.16212929499994 +219.091316399194 +210.4804331082296 +212.25937477051073 +198.94443518786775 +140.0944514573962 +90.68905624776228 +40.73778310012386 +23.722181648020467 +28.34452373249541 +23.774869243118314 +39.10084966685394 +73.78982723808144 +104.84068047938878 +134.88603586892555 +143.4946560734694 +183.61179546502123 +209.8362342412759 +217.9057529757796 +205.90143399771114 +200.76725352006312 +185.23216747065186 +183.06884381815945 +199.34504840780954 +238.49086570926409 +227.42635130367168 +219.6879246356973 +200.38761395857787 +196.421090328525 +140.03767809434103 +92.99127245871618 +43.01391532252973 +23.722205301434624 +28.344547061427132 +23.774894484093764 +38.762412856288904 +73.52211590368053 +104.52331467501385 +134.8860392729013 +150.8244529680894 +150.62370827489352 +203.89698492108053 +222.3810102537506 +199.03223780432648 +199.92918651897224 +181.00140229872179 +179.91330684271213 +196.09857834943907 +221.2312288556411 +212.54919774175778 +200.74583796787866 +200.23188792372537 +186.15743192700228 +130.5748304308971 +88.44842875717663 +39.4301714150018 +23.76374753750722 +28.344223518854342 +23.722072231087747 +41.1188163945688 +74.36708807850357 +100.41624543310894 +164.23407608512719 +165.7968570511606 +181.62925944480904 +212.11347871730672 +228.00512440837582 +207.51245196450265 +205.14829440164164 +189.1173919767083 +182.71538265893466 +207.33030535799696 +234.16194696529323 +219.353953416765 +210.4804331082296 +212.369990785349 +198.94443518786773 +140.18465377974422 +90.68048753452639 +39.38552293393156 +23.722219488331486 +28.344400205942108 +23.774635890911807 +40.905918285858526 +74.28729852293431 +100.45152607312222 +164.21319874124526 +166.30414064987505 +181.90946103886378 +212.1311547201327 +228.16069317183283 +207.68165882155628 +205.068065668611 +189.23111423343346 +182.6894729681968 +207.88475856643436 +234.06848862154237 +219.72496843376885 +210.48043310822956 +212.3740366157517 +198.94443518786773 +140.19093711982512 +90.71739285053673 +39.354119954075045 +23.722221676174286 +28.344399360206154 +23.722198132624108 +40.404082480467686 +73.36355366700708 +99.37075485753368 +164.19806341746718 +168.92691721554854 +183.26630797803347 +212.78469999170179 +229.0567209439599 +213.94164404594872 +209.02581597987083 +189.29130805786417 +184.72284997766303 +212.29027322047608 +233.99115053936146 +222.79654983314953 +214.13541093405587 +216.71017808915647 +198.94443518786773 +140.20589738466492 +90.70081370427977 +39.36811200572476 +23.730071532113424 +28.344229741878856 +23.72203060082677 +41.07373160398199 +75.13246949023043 +101.24142180933691 +164.23469797799092 +165.7074664338399 +181.78621102183033 +212.05725670094006 +228.02446162002272 +208.9540095738774 +205.4614769604786 +189.2092725410641 +182.7861583508464 +207.75727707480684 +234.03151085557124 +218.91291317914474 +211.07865105627954 +212.86307444319107 +198.94443518786773 +140.2555529969624 +90.65084019410025 +39.34158033349211 +23.7746644581221 +28.344187303723235 +23.72201145155235 +41.63048549285965 +74.9008623169659 +101.28342643689994 +164.23074656971554 +166.01639985450504 +181.74961318110888 +212.04883695910345 +228.3031837898259 +208.321685833456 +205.89157320897633 +189.39495660541493 +183.0670101538318 +209.80809461102967 +234.0522883544924 +219.41254038619192 +211.1749074345155 +213.64800638506384 +198.94443518786773 +140.2759145614152 +90.67256085623588 +40.73439146516829 +23.722125968447497 +28.3445833778844 +23.774653496397168 +39.23446487767336 +73.91158418540046 +104.91390025493521 +134.8859434013505 +143.7126452421083 +183.78241796565052 +209.89178879432106 +216.7911281607715 +205.80797255716158 +200.72232734578563 +184.9379451580116 +182.54715049847164 +195.0632409279721 +238.72075917042383 +228.3320396921241 +219.68792463569727 +200.63580943325533 +196.648145892207 +140.07922513502288 +92.95784459119078 +43.05496890642103 +23.721965832181787 +28.34431090695825 +23.72213302629583 +38.89816906542927 +73.61673160311705 +104.66629307616493 +134.88596072126236 +150.19841843964699 +149.74715560148832 +204.20416865954454 +222.41864227252464 +199.01400218406604 +199.10323755972826 +180.8091730974799 +179.00668151822137 +194.43024853908983 +221.31623438539967 +212.0852991752788 +200.7342149716959 +200.2519430081729 +186.31505344039724 +130.6295891002827 +88.43411334851793 +39.546253800516055 +23.72216131977432 +28.34437240011763 +23.723106712700233 +41.707318417634696 +74.8357985017365 +100.79004528642065 +164.20522282802258 +167.15828215142264 +182.2492797090333 +212.0079690401775 +228.39151313128747 +207.64912053565914 +205.1383315463849 +189.0304143866003 +182.49650457666453 +206.53898246994157 +234.12047602084942 +218.77121650408336 +210.46132159921487 +212.43791240875018 +198.94443518786773 +140.2874977375572 +90.72488436270366 +39.51496786878707 +23.72213289622863 +28.344439937087177 +23.726531532360653 +41.72264297696036 +74.81837052346062 +100.79614136873693 +150.25590216954822 +164.83291975579755 +181.5631419565752 +211.91274856687684 +228.1565122705176 +207.41167579398592 +205.08559172313963 +189.06737855453835 +182.78059329447126 +209.67937666171716 +234.11808176641023 +218.95362204930856 +210.48043310822956 +212.49908174402717 +198.94443518786773 +140.32215715598713 +90.67643758565455 +39.50019514504897 +23.743682761884575 +28.34422572169095 +23.722049235536698 +41.2342600429144 +74.57693858869717 +100.66229801619677 +150.30498630944558 +165.2721015691639 +181.87198971209835 +211.8322873222222 +228.20951915970232 +207.30260655084422 +205.01721412041854 +189.0139900168077 +182.40006337713834 +206.57194593732785 +220.20552442578236 +219.0158455263074 +210.48043310822956 +212.49839779486103 +198.94443518786773 +140.3610218022019 +90.65943384182425 +39.394308668773235 +23.72229369244734 +28.397163492538738 +23.721901585236168 +40.91892850551164 +74.2748038700312 +100.39499958541727 +150.29100343883124 +165.33614129608947 +181.63847469140492 +211.917058740298 +228.22467716096082 +207.3617747291322 +205.01083354250986 +189.1261058122822 +182.46030976227567 +205.87430475648543 +220.24997387835938 +219.1263133831935 +210.48043310822956 +212.4997972828201 +198.94443518786773 +140.36310729789386 +90.65850016607402 +39.39997105436158 +23.722303847223152 +28.39700082060039 +23.7219134992311 +41.3537057865222 +74.62721293653884 +100.758987043464 +148.89266423039794 +164.92231049205208 +181.70941628069068 +211.8252423279495 +228.22019346883795 +207.39385854858247 +205.08371543648278 +189.0773032727817 +183.1839973581775 +207.51095623344017 +218.31100064577276 +219.18109776430293 +210.48043310822956 +212.61751161301066 +198.94443518786773 +140.36530962225436 +90.68115075189802 +40.750383311176805 +23.722202533600917 +28.34454433057767 +23.774891529231507 +38.505653469268424 +73.41681108709585 +104.45330023997987 +120.63340519620756 +143.31677897059868 +183.72289564369734 +209.89490398769544 +216.92956095975077 +205.68181347765156 +200.67240853482042 +185.50091514806977 +182.55997228835722 +195.0028911434649 +223.57652456898444 +229.67353880596616 +222.96385343716102 +202.15724848270392 +197.78829904511224 +140.14568878254593 +92.9588695838955 +42.94543641009973 +23.774735022469507 +28.344176683771273 +23.72197820235962 +38.537045602527094 +73.46025680107105 +104.6603244957179 +120.80895873701247 +150.46491124566055 +149.947587145033 +204.47702062249058 +222.49857624550208 +199.1062995948626 +198.9732125026788 +180.8251901560956 +178.83278516704107 +194.00897848468304 +207.4037470083212 +212.44121542405907 +200.88546034741918 +200.27352120416833 +186.45685021124325 +130.64343434789168 +88.4260759041527 +39.465776238062915 +23.72215859393733 +28.344556907401852 +23.77472842294911 +41.80505668714391 +75.0232016819851 +101.07338041769991 +150.2833381600599 +166.45362228900137 +182.04439344663996 +211.91021631310718 +228.22714403302805 +207.46003791364686 +205.0168750070181 +189.0255437706134 +182.48601458631887 +208.34284517091564 +220.1959474646636 +219.28867340853887 +210.48043310822956 +212.55998206261017 +198.94443518786773 +140.37018066426268 +90.7093541965238 +39.448530507808094 +23.722099864049476 +28.344405684046485 +23.72222625852088 +41.437048445539126 +74.7521491271822 +100.76685127261962 +150.00209933048976 +164.83291975579755 +181.645329353701 +211.92385218291363 +228.22072539397357 +207.39191315800772 +205.08894016753132 +189.0169445861556 +182.37797149153766 +205.93730813322512 +217.8346874509058 +220.68695023076626 +215.1920911511687 +218.30571620561992 +200.9478754099584 +140.7192310000447 +90.70907720997904 +39.33528340958863 +23.722174820559005 +28.344434879587833 +23.722254981499333 +41.05233312856995 +73.31106521235223 +99.37078894089643 +151.86624248209495 +168.04443445324765 +184.55824345316137 +213.12040172360628 +230.56604052143288 +213.65850408404341 +209.19754196521353 +190.010903450054 +182.56064255628047 +206.34499051155893 +220.23215403419906 +223.77213610770886 +215.23940957175216 +217.8357272653086 +199.97727419265595 +140.36983377658393 +90.69596752846346 +39.340130170829845 +23.72207312339348 +28.344480157912045 +23.72229952724747 +41.65353253240482 +75.50799078808775 +101.63145869525015 +149.74210839205432 +164.94451183974317 +181.83992850301865 +211.87022196273696 +228.33234445831548 +209.18474223493374 +206.09593430895413 +189.14620118137333 +182.75931068528587 +207.58612846845193 +219.31986610112355 +220.51689590967678 +212.03073949315703 +214.35054396241907 +198.94443518786773 +140.37070238971532 +90.70771407244727 +39.338690494341584 +23.722223885475774 +28.344401562485192 +23.722200307749354 +41.40636617818018 +75.03366493145916 +101.36065392059955 +150.00168825938496 +164.94451183974317 +181.7890031825234 +212.69185665854644 +231.0578702865574 +215.259767653464 +210.6589083666446 +191.00863044478123 +182.95799013348702 +206.06515836100255 +220.24936044638477 +225.12065103252058 +215.9288007893922 +219.14926685879365 +200.48011886467216 +140.3687570976438 +90.69052000761154 +40.72898248906805 +23.722027417603705 +28.34448695628702 +23.722306218899128 +39.11446077842276 +74.25263989052945 +105.47879439936655 +120.69481161904848 +143.8334633378669 +184.13772853168007 +210.07884684535733 +218.05411032459506 +207.4381715376219 +203.19989134510556 +185.79527655428436 +182.76146797702182 +194.968203590036 +222.50871316650486 +231.7560861119023 +226.73544110002445 +203.59469207018216 +198.43202266073467 +140.2153481841057 +92.94122189256807 +42.95782818148429 +23.77453876473824 +28.344209371948068 +23.722033154960673 +39.13047020439241 +74.35143819599391 +105.57739073314913 +120.195930796728 +150.95207234987402 +149.74722196297668 +204.67866057201593 +224.70136139634252 +203.88583290989794 +202.37338717891834 +182.32502268257352 +180.1584156525976 +195.50878997911892 +208.07863741073245 +215.2327530423212 +206.35428863962053 +207.78883147578327 +188.05692432716947 +130.64595819999417 +88.41837508102266 +39.34889699998557 +23.722069433192914 +28.344528061285487 +23.77469690841906 +41.67637110155524 +75.48042602094301 +101.81908311587698 +149.74688557813772 +164.9862537139106 +181.82948313420727 +211.99866445264567 +230.6719617893971 +216.50712943941406 +213.65426801350648 +190.7797591956962 +182.35016229396336 +205.94243639941078 +221.20587472874118 +223.38191853305025 +212.662726261055 +214.14801173186416 +198.94443518786773 +140.3648056895117 +90.67182950368199 +39.44269851990777 +23.722246921999268 +28.344427529277482 +23.77466076945507 +42.12504369533271 +75.68274342866593 +101.7224978529449 +148.30761118090746 +164.83291975579755 +181.76339177700208 +212.0229957179822 +228.38140173726882 +207.32163898193616 +205.09761444031804 +189.1599395831007 +182.81805350943344 +206.18661736242717 +217.4203698559322 +219.07115630043802 +210.48043310822956 +212.49942163993856 +198.94443518786773 +140.36249641901765 +90.66425356006384 +39.46399262139129 +23.722151631066836 +28.388110883624286 +23.730930930156987 +41.49686039106155 +74.78900065287732 +100.9184428509091 +149.80548410063665 +164.94451183974317 +181.67325326213927 +211.97857319938194 +230.65635051592238 +215.8095446069573 +214.1159485994433 +194.28395484166086 +184.76286315639004 +210.76384175312822 +219.3518508055866 +215.58465374779612 +207.0484579057753 +215.23278640949061 +202.21993349536098 +140.6151889577766 +90.66346041364896 +39.336918503037644 +23.722253390546307 +28.344594492875263 +23.7746657273235 +41.111298065424066 +73.31100178050562 +100.18481617072527 +150.6106031224397 +167.25764781517177 +182.571202189484 +212.01496292372642 +228.94863569087568 +212.9368644030524 +207.93810894232865 +189.55229457705613 +182.54239072779282 +208.1882849837042 +219.86561559246508 +222.6868409582964 +213.70717505456713 +215.60332432069146 +198.94443518786773 +140.3240779785339 +90.65615918991058 +39.390305426200634 +23.751334005257945 +28.344226356564462 +23.72204986066409 +41.91783701855298 +75.52067950110545 +101.6881997324551 +147.80508780570278 +164.83291975579755 +181.6303148244738 +212.01608323460428 +228.30077764467532 +208.9526249271722 +205.3333772012032 +189.04562477901382 +182.47207955382936 +205.79695231577443 +217.20392328568462 +219.43675549769335 +211.37788972263996 +213.26098079488762 +198.94443518786773 +140.2867825008864 +90.71307905293207 +40.793021039649105 +23.72191580164833 +28.344261578692805 +23.72208450484696 +39.368907257380584 +74.03505929932332 +105.06279824300239 +119.56441060739228 +142.78038365097953 +183.50044588867942 +209.8302308765078 +217.00072897620421 +205.81211972805917 +200.68876431410672 +184.99060513447773 +182.61986001899425 +194.6450733037005 +221.30276862742653 +228.27887510021208 +219.68792463569727 +200.61203536710138 +196.6711992723044 +140.09288797498732 +92.95046908028841 +43.06636610125442 +23.723900612389937 +28.34423263199922 +23.722033454531893 +38.957547427605896 +73.70062371963778 +104.69843423362943 +119.09533344654272 +149.86666806376 +149.86230748829198 +204.1729701581237 +222.42037167235304 +199.10896316254625 +199.16351792806228 +180.85577762738487 +178.71490208288017 +193.53455134444184 +205.50964877567534 +212.01212991807878 +200.66889755058875 +200.2487455820742 +186.30874739093863 +130.56024128425136 +88.42517211118609 +39.384405926162955 +23.74503715621507 +28.34422623372142 +23.722049739500203 +40.85648755397491 +74.28233286960871 +100.53430403990816 +148.85884360106928 +164.660226522778 +181.47972321464027 +211.8868408835093 +228.02872074677654 +207.433032069384 +205.01517039920492 +189.09734933938654 +182.43368828931105 +205.79558574024227 +218.08428076615604 +218.47996801960122 +210.48043310822956 +212.43283912637838 +198.94443518786773 +140.27422877708833 +90.66567676739929 +39.339564509545 +23.722155564347336 +28.397139402047962 +23.722059541078746 +41.22931357302917 +74.57108195156529 +100.71522347451099 +147.8482549194925 +164.92231049205208 +181.92291674782825 +212.19733783285002 +228.10776403958562 +208.94410298260092 +206.12987990648443 +189.18017307197798 +182.4583550851465 +206.06883880379937 +215.90663202704712 +219.43957175445897 +211.77981961607117 +213.63498544693786 +198.94443518786773 +140.25031799869177 +90.65154938605433 +39.34510574528886 +23.774524527110913 +28.344211417730705 +23.7220351688571 +41.34138980758955 +74.68896351088544 +100.92622514886777 +147.86330271743387 +164.92231049205208 +181.66770613699936 +211.93455889965742 +228.13493124830595 +209.21440266862336 +206.46949046673024 +189.04153769245906 +182.48108374227996 +205.80252317061428 +216.567288794832 +222.43106328108024 +213.50417040458137 +215.35497952557623 +198.94443518786773 +140.19642425609115 +90.71519377768537 +39.3822521730379 +23.722201707950965 +28.344231587082362 +23.72205500565431 +41.6236084609769 +74.90638272477234 +101.24200552428269 +147.7499137870826 +164.89536580904507 +182.10141771585296 +211.9402498331433 +230.88345212191973 +215.04109214146547 +211.38963586427226 +191.10513518982916 +182.4555747190686 +206.04222071192794 +217.64108407365612 +226.2562036419941 +217.1623327882588 +218.88248221559226 +200.53906338252833 +140.1892114797906 +90.70386109927594 +39.33911782216462 +23.72212501943024 +28.344444188936688 +23.722264141171266 +41.46216280841234 +75.39985933024629 +101.74402093350093 +148.66241429938913 +164.65457818831015 +181.52942801773904 +211.94984419968625 +227.97403092360844 +209.45290563080476 +206.073868646637 +189.1219555625847 +182.40400336351445 +205.8038885019489 +216.67984845887744 +219.7630177013305 +210.4804331082296 +212.36882800989355 +198.94443518786773 +140.18318764814973 +90.67354058228096 +40.74205945020264 +23.722247083139877 +28.3445882711408 +23.774658880321105 +39.044618420632 +73.79761307690315 +105.00682049604293 +119.44469534560116 +143.04832367798565 +183.44056715235243 +209.7810137451809 +217.75148212184416 +205.84726470333356 +200.57490937193415 +184.9952509224751 +182.41090093923867 +194.7384577636588 +223.4483262413788 +227.46838929131357 +219.72783607031263 +200.4106991287251 +196.67226383003043 +140.03557340946873 +92.98748278756533 +43.00610777548345 +23.722251244715984 +28.34459237703027 +23.774663399617253 +38.8356007313219 +73.6108826748995 +104.65748805683596 +118.98305518995511 +150.0900240876005 +149.90427925432544 +203.97224829052928 +222.22862360549976 +199.03090878854454 +199.13717349891098 +180.82130949219746 +178.67500732494156 +193.2475816671885 +204.07341737855666 +212.30574988759483 +200.6685676796621 +200.21961488370596 +187.17893965682228 +130.66321597049168 +88.45975233689944 +39.40395911384821 +23.721956708879517 +28.34430191104876 +23.722124176705858 +40.87638307508377 +74.31559344890516 +100.53249450601477 +147.62959954241524 +164.9223104920521 +181.83810427617914 +212.25479313879893 +227.87082512504102 +207.80276547497996 +205.18866188932523 +189.22843504700336 +182.69226883137077 +206.30304082163536 +215.6422674039713 +218.83931263838542 +210.4804331082296 +212.24108733825616 +198.94443518786775 +140.09270398822267 +90.68784689695308 +39.36806041209704 +23.722158914100913 +28.34450130978869 +23.722320342919744 +40.87527578012651 +74.23042542781258 +100.43717777026013 +147.64761267885368 +164.9223104920521 +181.76280982478727 +212.31584079222077 +227.83617433843386 +207.61341053728606 +205.10309783751802 +189.22680532653806 +182.61106799003565 +206.3834624143305 +215.06723412304115 +218.4593867431818 +210.4804331082296 +212.1811006391704 +198.94443518786775 +140.0681999972571 +90.65313059920209 +39.35302079589257 +23.77465467533626 +28.344194737631444 +23.722018763438058 +40.811130322206466 +74.21435156119287 +100.45170093105236 +147.611454645944 +164.7003344338047 +181.5700242343087 +212.0777371741453 +228.82133064535094 +214.449580973027 +211.59414904676598 +191.28177022350056 +182.58565000054182 +206.41499207933458 +217.31916866335936 +222.49773651539093 +214.89146539227238 +216.83694070815005 +199.13658750230888 +140.00873591709288 +90.72356621702005 +39.3337676492525 +23.722170900037963 +28.34434875555888 +23.722148145878094 +40.9506787319669 +73.3636943634727 +99.37067023701765 +150.53883075732688 +164.95084474017654 +182.5890486972592 +212.06485680728048 +234.0582300918479 +220.8113312663682 +218.09436872080462 +195.09129367952443 +184.82854223724365 +209.86503178009025 +227.90198084791203 +234.56486565564103 +226.16939148052523 +227.84634729719696 +205.29633520905995 +140.84953850244653 +90.68729858864995 +39.33503621896356 +23.722036304539262 +28.344495648384992 +23.722314772679912 +42.20488634864906 +73.31089953477715 +99.37065128770972 +151.6113445192437 +167.75651844049287 +184.03399233627016 +213.19883359490115 +235.3576543629936 +221.9547442408204 +219.19638571795082 +197.55085988984604 +186.5167516335202 +211.21546354349223 +229.69480096859007 +235.45505481807263 +227.48025688032726 +229.16195550238908 +208.49303134532317 +144.5374148467467 +91.55850467651112 +40.728837552494035 +23.774677805852622 +28.344215861947777 +23.722039538959905 +39.92999589738174 +72.38914244009067 +103.3575557598067 +125.96197417771899 +151.8013112816195 +189.83246108654637 +214.15655930365023 +227.0416578908611 +217.256112893827 +212.4397317471058 +193.46733304460133 +189.41958256827263 +201.8659961409631 +228.28953035031483 +241.83912719338338 +226.9287042532028 +214.41230804077315 +207.9844891145249 +148.81807081460946 +98.26042745734036 +23.774707951904897 +28.344357711965667 +23.721977710767803 +39.59761999008009 +74.94147594836261 +106.06020599221634 +131.50656153371108 +148.98387900869395 +150.11030466245143 +207.13514476092635 +231.68952923533206 +212.48248654178371 +200.39880024878167 +177.8898885666706 +175.60700746681638 +190.026846501251 +199.28394176389477 +191.45912069838798 +197.3812098396904 +197.12130329858252 +189.47255583217026 +130.78035822022025 +89.0356956487547 +39.33331182447814 +23.722050547695247 +28.34439444184634 +23.72221519955951 +41.12567241947239 +73.83808219987097 +99.96872706443496 +167.92301210675438 +170.50087467161973 +185.0694473039902 +213.88330016967257 +238.21494623865334 +224.58472669986787 +222.0008474098887 +200.56087874141187 +189.11870964736403 +214.84292383643606 +227.09866514457187 +198.09950180486285 +207.4920302347634 +209.08566297110877 +195.32684589021616 +136.3978582240248 +91.76016012597337 +39.38152116774498 +23.722075286668407 +28.344253469884304 +23.722054035165993 +41.72139874623215 +73.95473650991869 +100.2626915284931 +160.76793549255842 +161.98106662675224 +178.77518959703283 +212.9825070338763 +266.3195892666435 +270.70536630963255 +275.619804614104 +249.82812160214013 +231.763497578879 +250.1318288060104 +258.72166972220214 +239.83443642629535 +236.02315183118253 +228.7841081046831 +199.25552461511086 +136.72245549567688 +87.27051746302278 +39.37189897439924 +23.722115206640506 +28.344293251006608 +23.722093327879023 +43.23432782274383 +75.37523983349938 +102.24123617386694 +160.93537550853722 +162.2492930936619 +182.74327948821357 +237.0713922150387 +278.15451422243433 +276.07670675560325 +273.1727157830661 +255.4972202414194 +239.6180065559224 +261.9408509756285 +275.7343664410694 +260.61496133825773 +252.12673810376452 +251.75392582129936 +211.59451115024237 +136.8130319744331 +87.41121166469415 +40.75418512194341 +23.72217558908136 +28.34429691571313 +23.722119501509365 +51.63034760644367 +75.88062384019351 +102.04723091481549 +168.98177251047795 +178.19337255477694 +178.43381541485465 +209.3574516093214 +226.021908074476 +205.18681975342335 +202.63010644680662 +199.72355471521934 +191.59611561886166 +202.70791321566324 +209.69444239284618 +196.78342876146445 +207.58648788109238 +208.94563482466504 +195.16267346514886 +144.05550931978723 +91.54500289772263 +39.36715892497241 +23.72194683755058 +28.34429217868296 +23.72209226789013 +41.567618586166965 +74.28908043364362 +100.65314781611806 +159.9389634625561 +176.41417957255942 +191.13351138583107 +219.05515593011708 +233.97548829274334 +204.8574744840251 +202.38859100502 +186.18863890322692 +182.95809139320505 +205.91371557534345 +218.69698677264446 +210.01358485361447 +221.66262946486032 +223.82956433122473 +203.75550906030037 +140.78970528126135 +90.66957709430012 +40.733024278176615 +23.774531824530897 +28.344210312003188 +23.722011411861875 +39.245606852844524 +72.38902263450551 +103.66459988829254 +122.64583938926307 +145.85745987270215 +184.4291190115445 +210.12251335887083 +218.66729514784654 +207.40202360268643 +203.41030966170257 +186.19918387401538 +183.2900330506056 +195.1485803510238 +217.58488750321678 +215.42501069464046 +230.0243979280402 +207.3601040579018 +202.20390886640448 +142.87402488692774 +92.98998574261776 +42.96792158134811 +23.722053937524695 +28.34451290169079 +23.743021151664014 +39.820447352810135 +74.77012586351657 +105.90832201821574 +121.22161236434128 +151.54977387056744 +150.77640239736712 +204.50081530171346 +223.06354394574558 +203.25471568497363 +202.6137920632691 +181.7246961194442 +178.80994259236616 +193.43047991494504 +203.1897025764503 +196.27687375870198 +203.03140138283183 +203.12972224510617 +186.2345451557605 +130.67356543731313 +88.45821249603507 +39.37143531087418 +23.746289421620727 +28.344225940240033 +23.722049450691348 +41.50504177924901 +75.42647067207865 +101.79032818590095 +150.30500533853754 +165.49303142269747 +181.2657600394394 +211.9620735501284 +228.03778620459462 +210.85567933776997 +207.39051842499438 +188.99674684200411 +182.25593643563138 +205.23583535122134 +214.2174741876571 +206.1079031665259 +217.76029230041533 +219.52015309927356 +199.29752280348208 +139.9032117384447 +90.71040095871851 +39.336444214585036 +23.722141790989234 +28.361535361246133 +23.75763194476846 +41.53869362476655 +75.48865075013698 +101.83795146995344 +150.28814322246467 +165.27210156916396 +181.7900052296591 +212.2931544951081 +231.5383197306106 +216.82663493366238 +213.53174906089887 +192.74685931760808 +183.2432432259114 +206.51905757728835 +217.26359545983647 +209.11314302128466 +219.59896128790456 +221.14696737226296 +201.06493744228794 +139.90348500922727 +90.75106875503842 +39.33601320741475 +23.722134085695533 +28.34445314133628 +23.722251258791353 +41.80085307565646 +73.31085738525277 +99.37060983164442 +156.98543620438554 +172.06859530598405 +190.63905536507187 +219.80922126726455 +225.00608838032767 +209.97877886767952 +208.13545875871299 +186.53499486700437 +179.42210869798885 +202.32132865489956 +209.58567787823867 +196.58444205822602 +207.30773424401985 +208.34914926757125 +205.39404566341668 +142.85595521095894 +90.68726531476972 +39.34110648955845 +23.722143299581756 +28.397162974031332 +23.721877882870196 +41.29318148796916 +73.99561045139863 +99.97219687159264 +152.41904334699794 +165.76484163978597 +181.26616992984032 +211.99482413580876 +229.8105826470117 +215.48542824338656 +210.6073877639355 +190.16851666807463 +182.34312953046765 +205.23217978805135 +213.33093575067875 +203.7102340162499 +215.49772522828607 +216.0219070917072 +197.83955389446206 +139.9063777160403 +90.67641266323645 +39.339729389522 +23.77467661083853 +28.344186186119618 +23.72201035296231 +41.66438882782936 +75.63853421270464 +102.11256052775298 +149.46176982203437 +165.02825424152996 +181.25901001307332 +212.0767217180753 +228.0744883383038 +211.067197211235 +207.56701442061035 +189.14477127301137 +182.31099987747953 +205.18356577226953 +212.47862057950536 +202.09990444631634 +213.49718699630776 +214.8191257526628 +197.45481426922402 +139.9050707070738 +90.67395972799402 +40.73105413712271 +23.743453711397436 +28.375578712585167 +23.721957348719243 +38.97327066375083 +74.12385874061134 +105.36864696625368 +119.92831295219987 +143.10080155181035 +183.09318623861293 +210.18411902587235 +218.43819534488097 +206.19671857060183 +202.3631477790495 +185.18533315022887 +182.68854134863636 +194.59262116369408 +217.0470921365146 +211.8804846358002 +225.37641387024095 +203.22834907724825 +198.21240672952317 +141.28274938376762 +92.95041545193295 +42.96651557394291 +23.722211649663265 +28.396919435703346 +23.721938170885974 +39.032015681015466 +74.2149189922053 +105.46379624830291 +120.54741860365395 +152.17292627402094 +149.81204261859577 +203.4481481733017 +222.02387223444438 +199.21093382510983 +199.35461694973677 +180.91418090811035 +178.52696441346333 +192.9022619140624 +202.0126740753276 +193.1209450616468 +199.74854046056885 +200.261446596393 +186.75497377747368 +130.66895841992098 +88.47660649701588 +39.36558061408972 +23.722103824812336 +28.344281907658672 +23.722104500958167 +41.093698465502534 +74.81641088213475 +101.21536897929593 +148.88804592536295 +164.8147251443794 +181.26692446158657 +212.0271262810855 +228.03793176277395 +209.49360313732865 +206.30838024769025 +189.19727491656545 +182.346981921624 +205.23926679169222 +212.068099403158 +200.1816762455409 +212.967078979145 +213.6025923901193 +197.1636371887221 +139.8877859183332 +90.65235744358382 +39.34748354188276 +23.722209054618002 +28.39691659684393 +23.72193558360937 +41.233712522085746 +74.99147069173263 +101.34041131079049 +149.1072513656292 +164.70687397127926 +181.21899520656424 +211.9889425269426 +231.56665365004298 +216.37045468493935 +214.05276697309725 +193.20798071161954 +183.85077599489213 +206.7135495188077 +218.0296794037072 +208.25817947335165 +205.05387839447914 +220.36911540330945 +200.70763868452403 +139.8273764215007 +90.66495207622675 +39.34901899217678 +23.722152373483528 +28.39713596782994 +23.72185274883806 +41.36494411608083 +75.39573055123878 +101.73622449246326 +148.4564007946853 +164.65236368900418 +181.869554718429 +212.42636352427425 +235.6492203237881 +212.25994001800774 +209.59606634004467 +195.410819848812 +186.09751931161074 +208.72759646595654 +219.06531129298787 +210.45044498294646 +207.61530835848131 +222.1656803020058 +202.63449101455996 +140.56855969732482 +90.6445970830747 +39.34733302508287 +23.77464979904273 +28.34419028473864 +23.722014383355464 +42.12531870039641 +73.31115399656377 +99.51474243233194 +153.87151442851587 +170.02028917354508 +186.1373443015699 +214.89902338193602 +237.49029017791483 +223.5432921889439 +219.75848150786572 +198.03249381301728 +187.24832505113324 +212.69123648316125 +225.1837518511854 +206.65449975450233 +203.54393891618656 +217.82121179144139 +204.90540043859795 +142.08301958035688 +90.6624274884074 +39.341964316728884 +23.722209751843838 +28.39691736113649 +23.721936279768233 +41.656845574306416 +73.31110062327703 +99.37691467216496 +157.2275235963221 +172.65716128222078 +188.25597412944205 +216.50960554515538 +240.05164739506577 +215.1072648960638 +212.18493537838629 +198.55151021286133 +188.01733895108617 +213.15608557265293 +225.24504069725367 +195.85308263433012 +192.7381559655718 +223.99656477134457 +202.45149310644797 +140.6967306339884 +90.6969533525144 +40.727372792040896 +23.722093026691716 +28.34455114685837 +23.774898903843724 +38.98147552016396 +74.40187230229259 +105.67679729423692 +119.49021779834086 +144.34781719042152 +186.21978549029174 +214.26900056350698 +228.22544192276303 +218.2332182665557 +198.09237612852942 +182.37278998077463 +186.08892648329083 +197.07590791398215 +219.8504440228294 +218.0009515142958 +219.1038983992234 +212.3349333219596 +207.36442657284408 +147.44450284693713 +93.79747748242949 +42.986727545716754 +23.72216177073134 +28.34443615670194 +23.72223448163766 +39.462615966582426 +74.59751902031402 +105.97766729870861 +117.12408889124819 +146.55796647046503 +150.23338806646012 +203.54743962157377 +223.31246242536395 +204.41862821007157 +204.12062129707772 +183.58828045732875 +180.56518345998538 +196.339409507283 +205.89990507369845 +200.44929277871998 +191.7262324993736 +207.40075683289356 +186.91318486191457 +130.7213502668862 +88.4603117370125 +39.35565554154633 +23.722153005575652 +28.34433091975931 +23.72215271202397 +41.714267631920876 +75.3966726220999 +101.78423899907955 +147.9234536613131 +164.13890305938747 +181.53308278237435 +213.2439262149932 +236.46097538247415 +213.23139370179294 +202.2073962235838 +185.90427285156636 +179.20318598829914 +202.22389092611 +209.2044119574837 +205.5314347556715 +202.52704807708 +219.7506620069686 +200.19086495788807 +139.8849315350141 +90.74631037884146 +39.33859876996776 +23.722231439195383 +28.3444090922705 +23.722207744661926 +41.112290276316074 +73.36361845410673 +99.8958377511951 +153.21347242926993 +166.51955277084727 +183.43639072353952 +212.50143197697454 +235.24725072317753 +219.6591548723727 +216.4529432177517 +193.61493793775017 +183.23836307587547 +206.4816999252884 +216.32101085205431 +206.96562031353747 +204.7716491298204 +220.59119421474347 +201.0511863570383 +139.90147671720342 +90.70705322379526 +39.34025418025814 +23.722065514938738 +28.344524227708764 +23.774844090521512 +41.81914402158254 +75.7412733684508 +102.07278621409007 +147.88928650345554 +164.73070532720564 +183.49027873011804 +214.63361473755194 +238.25888404615722 +212.76323606837215 +215.3644279623084 +194.9201675399082 +184.41045210347266 +208.10247347493706 +220.0404328402072 +210.3663515195191 +206.05129188348886 +222.34079777062715 +202.27339350004198 +139.90324381855933 +90.73167042967788 +39.336945891132714 +23.722242390596254 +28.344420005051106 +23.722218525699507 +41.974381430719355 +75.87159574283989 +102.13451202674389 +147.95900748750208 +165.20584767759522 +184.99857477023704 +216.37169454965857 +239.6693459368699 +204.68745390137917 +202.16179187515937 +186.09931278657436 +179.39003762167147 +202.37692527303108 +209.50189276813757 +193.55710862685928 +191.95779679371745 +207.55739128250408 +201.15151874991034 +139.9870264804947 +90.76308262357692 +39.33878332351271 +23.72206707927585 +28.344410745659655 +23.722231240043318 +41.050458375837344 +73.54381563280461 +99.9195613139856 +149.4563957780531 +166.10193712258527 +178.0057051256563 +209.249345626293 +231.4397942073297 +223.25587378266383 +221.5473030963178 +199.07924071971476 +181.17921787204034 +204.67071540694678 +212.59718591821394 +202.81406065708836 +198.82961974254886 +217.36836730064053 +194.38476532558613 +136.62816372700706 +87.24531318885437 +40.735804373508756 +23.774743225863173 +28.344122851601906 +23.721948322325577 +40.06794600164596 +73.71351907343082 +105.07969694957247 +115.48920673395642 +140.4333242471848 +181.1728993274602 +207.9902424732964 +230.19978836773245 +220.0503135250893 +226.76023102245946 +203.43894436339482 +191.9026352025651 +196.81902835980247 +215.83907288469146 +215.1279312213231 +212.19772199406438 +200.23903450673401 +191.60424840409337 +136.58672841169655 +89.5369703040256 +43.10443397131128 +23.722158799220157 +28.344336692748325 +23.722136234309577 +39.99462846854103 +77.00379185116995 +108.90722856026996 +115.47401569828696 +146.70771658019265 +146.68398097803706 +201.21036996170304 +219.6995098223274 +196.65232121630044 +196.49392810173336 +178.76231283746125 +175.92894095654452 +190.29297624069213 +199.219297954352 +190.5440800844644 +182.11890507238454 +203.20852357409413 +187.29971523097652 +130.77201621374803 +88.4244276291098 +39.34636468026569 +23.722149531069384 +28.34438702608341 +23.774871973674426 +40.53231298705385 +73.83752841057441 +100.1391455273895 +150.93265101230043 +163.4805773779746 +181.65160616785434 +212.31018360407373 +236.5396605042489 +222.0775913876746 +218.68614008841325 +193.4893236559173 +182.4885134857397 +205.58419226515613 +215.73393598494232 +207.35637688935347 +206.56012261156187 +221.16605023586348 +200.14647762910343 +139.98184647692233 +90.72226748920237 +39.34247790497739 +23.722154272160896 +28.344473074205563 +23.722270950137727 +41.78990004119901 +73.31087782532389 +99.85861028474528 +150.47489553628986 +165.3895377027989 +184.5250187020936 +213.25806645043383 +236.35139151648673 +222.17650407967832 +219.56726919463344 +198.26113815793474 +188.4801992350065 +212.56042632912468 +223.00404850914947 +212.45387084073596 +207.82148813187464 +224.87210396291516 +204.40637008268018 +143.0692956504605 +90.67146073699402 +39.33950783309802 +23.774741342984463 +28.34414443341775 +23.721969289005543 +42.21674660273807 +73.31111046953119 +99.4341789518741 +152.00656110298962 +173.7571327828059 +192.16320053432972 +220.1774854767409 +224.89242661784309 +204.49183763014136 +202.01156544988524 +185.9922114242549 +185.92285966677073 +211.15933436711916 +225.27665903829643 +212.32824809979866 +209.75985510041957 +224.01862843992507 +202.73041667341067 +140.60878951257175 +90.72028242062365 +39.33826715912588 +23.722096151159164 +28.344478079848642 +23.7222758945098 +42.12595362794539 +73.31088291391207 +100.26028657749299 +149.7610072395987 +165.34472547207648 +183.14577220928484 +213.0316713966403 +235.75174081829425 +222.21403173681233 +219.31392749686205 +195.78136444445266 +184.33157004532993 +207.98276696720896 +220.841304972535 +210.3384615577727 +206.3480147901192 +223.1618619913029 +201.98021849725487 +140.14888996927317 +90.70288674569622 +39.339159195550906 +23.72209431093784 +28.34455240226783 +23.774895767933735 +42.39506403190973 +73.31095684134664 +99.3707076564679 +152.70640327363216 +166.41362913320933 +183.76377295307896 +212.57369518394646 +234.30985947280809 +220.0477474278425 +216.92747201209178 +195.92959313756666 +186.18978301354787 +212.1780412100555 +218.16860669335372 +194.79771007093674 +192.30361356887025 +207.7126919918615 +199.34870346002106 +142.949657903433 +90.74719708558186 +40.732614834048505 +23.72203123274937 +28.344375394851788 +23.722174458667446 +39.09920969898099 +72.44162260965335 +103.95354650367955 +124.70997563433465 +148.94906241646592 +187.52937192407242 +210.92296467245635 +222.64206430510762 +211.83074862917516 +207.72653378850083 +186.98899397636401 +183.5413359045018 +195.91457662355964 +219.24539923450837 +217.71641959776952 +216.24024850779261 +207.76494278515986 +202.3803881199675 +142.97387812341515 +92.91166869473136 +43.01293054131613 +23.746390712122516 +28.344227489874907 +23.722050972649537 +39.70984528652186 +74.84928600705406 +106.0132572389567 +118.85793622311702 +149.95516524507764 +149.81199037001588 +203.90382253155516 +222.02957712665102 +199.1030543436905 +199.29105110790059 +180.72806057121682 +178.4947257919018 +192.83821362507112 +201.92336163911344 +194.71997859335616 +185.99363344866174 +201.81646425602992 +186.60470481080972 +130.698872053394 +88.46612747048073 +39.38980818694619 +23.72209542385095 +28.344273537221365 +23.722096266433706 +41.22179873441501 +75.1422345869422 +101.55687031177831 +147.17021317779907 +162.52266407939624 +181.06815530767912 +212.02332455535384 +229.8882563862125 +214.9984038806426 +212.97283532423398 +193.41305225770054 +183.46066417709574 +206.43773763556916 +217.4678527539776 +206.88918763761893 +204.13271786680943 +220.43576758239465 +201.73518348284915 +140.44197474742154 +90.71182182658838 +39.34543561309445 +23.722054373125488 +28.34451332731923 +23.745053844014862 +41.67721178596585 +73.31091802182507 +99.37083410947601 +151.40524169253482 +167.50792411364193 +185.2127311103512 +215.21001513548336 +237.57998052302946 +213.77022668639745 +211.01808126313455 +192.3688126689509 +185.76772821000984 +202.2557039315238 +209.19433234264125 +193.49499124311416 +188.6195036319053 +220.53001150503198 +200.8219431403613 +140.9458813363499 +90.7036411186765 +39.34695777219792 +23.722073755838817 +28.34453229063673 +23.77487850380771 +41.181295194128865 +73.3111029267462 +99.72388246716356 +149.52907666759495 +167.97763429891125 +188.83890500007806 +219.890809115955 +225.7238236288216 +205.47626150469947 +202.5998944476387 +187.505808404718 +179.58633555203699 +202.49569780259466 +211.1439151322702 +194.19843870309745 +189.0020133556714 +207.89742189459207 +193.9375314913228 +136.59110325592388 +91.01912663781269 +39.33667775964706 +23.722153653866005 +28.34449612275847 +23.722293718617014 +41.80234991240091 +74.12464722705505 +100.32482922861033 +155.88038965734677 +167.2354778822709 +178.55059876349776 +209.374336464723 +225.78635796931619 +211.57070986737494 +202.44402637648926 +186.2290461102284 +179.64015840141855 +202.54347976115594 +209.34393789403444 +193.77203918406647 +190.23077954457906 +207.74145418024597 +200.4719628556764 +140.0124618741308 +90.68507745854187 +39.33799615567009 +23.722175457676194 +28.396917164800445 +23.721913020974288 +41.02701352190298 +73.75778864467414 +86.17253627247284 +148.72586606580202 +168.60384111727205 +190.38849819592318 +220.84171604703155 +225.84718787791047 +205.42120230008297 +203.30693680592822 +186.18331601978994 +179.51544715947512 +202.42078611853336 +209.30633064830576 +193.70046112546197 +189.1838450655798 +212.79534442174986 +201.071937993703 +139.9110557935526 +90.6845914448203 +40.73501285172293 +23.722130241020494 +28.397148948646514 +23.721888107417445 +38.59861712058796 +73.16679351398453 +90.00315670579093 +120.87672944680467 +149.58565522679334 +191.45160613794818 +217.61287411437448 +222.24885830769767 +203.11724593556718 +198.47656825457648 +182.31267535559272 +179.83743198831513 +191.4951377338553 +213.9333090966807 +202.6674792664577 +196.07512957549417 +196.52376149335717 +202.20626646711747 +143.7657476595204 +93.26431888780165 +43.022843071681166 +23.73667785526812 +28.34422780529313 +23.722051286369844 +38.67731746203487 +75.04625249918261 +92.0255717308512 +116.94298889445382 +148.35714441222825 +151.3694888992151 +201.35067151115334 +219.71559965527948 +196.54686616372874 +197.24031333559665 +178.1154177138248 +175.81460344779757 +190.31288714804194 +199.5645330727931 +194.51510290676296 +182.05050539089407 +202.9904550812762 +186.73201176519558 +130.78865407116643 +88.44366882523575 +39.34519679172117 +23.72213818430204 +28.344536851263154 +23.774857808043794 +40.64774958399237 +75.31336545798571 +87.80796480351134 +147.26329369991987 +164.2446549617836 +183.69496639398324 +213.95674451344212 +238.7980656242035 +205.07922486406224 +202.45647799548328 +186.71168632041855 +179.481090725903 +202.5865514094358 +209.37212576831462 +194.12640228364063 +194.16973457830713 +220.9395240272873 +201.11013413166114 +139.91631126367264 +90.72165994454978 +39.339264167668794 +23.72222129659997 +28.344562837711557 +23.774637840440658 +40.831324012308166 +73.62480537943732 +85.8702368098827 +152.11813581741865 +166.749661911081 +186.76206760925757 +214.8774204890303 +237.48273835526484 +223.50817000534883 +211.36085211578975 +193.20588420248987 +184.97113162668833 +210.41951382883323 +223.86222947769224 +212.22529540875695 +205.2976708223046 +223.71010160340288 +203.79397341295302 +140.9457669445436 +90.66741340423921 +39.365165808000796 +23.760742979979565 +28.344222553076907 +23.722023501737326 +41.443111779745394 +73.31118487944576 +86.20087060784977 +151.57612838094533 +170.44393684313766 +191.24630411110613 +221.6466510643961 +225.61671818768383 +206.29966642203817 +203.98788039490975 +186.57028479301474 +179.50359860057313 +202.37036166735132 +209.524925112382 +195.58521917004197 +191.39600783793674 +207.86913444197276 +205.61303797533634 +143.59989769697603 +90.87590533182693 +39.34429770498944 +23.722164523372612 +28.344517682374168 +23.764763332655534 +41.288173896294886 +74.25476635765673 +86.09427690891438 +154.33827010149324 +172.17402755206223 +184.71009199715363 +215.28933780061985 +225.41395774586766 +204.86791252930806 +202.2676959701325 +186.09602474533062 +179.45403209609591 +202.39381415965212 +209.89739041738542 +196.4540940154574 +192.34250981669987 +207.7858007248499 +202.72614734627817 +141.22912003941482 +90.68142320814985 +39.343189853890166 +23.77479017502414 +28.344162261107424 +23.721986821655662 +41.0661853189681 +74.49478978439933 +86.26720062068733 +155.84290127704915 +171.27232981981592 +190.29969680918867 +218.16610126568958 +241.0902449166205 +204.77201817847774 +202.25779164626115 +196.65488396413596 +185.60461257257458 +211.50262458337102 +224.78299728327275 +205.8527800021848 +200.77533084705524 +218.10077172858612 +205.88365567338795 +142.98669273330222 +90.74433636458033 +40.74231395980757 +23.722215569520934 +28.34433371736008 +23.722133297701163 +39.01299407665402 +72.41418551785442 +89.88189249963098 +127.35439802347797 +152.07995089222808 +191.74219387024866 +216.38197174618531 +230.77413309794622 +202.67341292764485 +198.2128840104317 +181.99529378806594 +186.0439021572882 +200.23588393860297 +223.84327189242967 +221.49416956472663 +197.78006206782305 +196.5377769214744 +191.7749978261549 +144.2368864203209 +92.95035535741746 +42.999297336012404 +23.75817174458418 +28.34422296394675 +23.72202390688786 +38.86467921541823 +74.23677836607995 +92.05837487092117 +116.12427958983046 +146.17122434925815 +149.68897130610966 +204.09060999438043 +227.77695451629447 +211.39070389488586 +196.43707122042218 +178.08704894706707 +175.85380048075496 +190.14090666940288 +199.30814004253435 +190.07279211782273 +181.09117774400528 +197.3358557415299 +187.11640337782984 +130.78403211042345 +88.45661939036417 +39.34154603812951 +23.722120647200736 +28.344463571158617 +23.722261562358728 +40.532887031545 +74.9420123223623 +86.44037011894994 +147.54370588743504 +167.00033008562164 +189.58405336036526 +219.0412470534964 +225.72877280169567 +205.08630699973932 +202.3320773105974 +186.23509953391144 +179.46482737663388 +202.52734439214748 +209.41373485473358 +193.56966683710957 +187.86714039959384 +207.97613657285274 +202.5380168548646 +140.95287017522045 +90.66222964568759 +39.369361373541224 +23.76114498910743 +28.344222295569097 +23.72204586298764 +40.862441115727364 +73.74055722685037 +86.14189199703596 +153.48243194831326 +170.6465081275909 +178.3428777726213 +209.44249933160265 +226.2410840702621 +209.96810533521676 +204.45461153055737 +186.58595542476994 +179.72469218874005 +202.85286988035642 +209.90722703518387 +195.71086619790333 +192.5567389547607 +208.06825841231492 +194.3406462715922 +143.18383911449948 +90.67229086865402 +39.350596837239785 +23.722190642133544 +28.396933748245257 +23.72195121100704 +41.2710231182914 +74.05348943386379 +85.14682008665832 +153.61003212791735 +170.74348155692465 +190.64013490801864 +219.96291646794455 +225.27635237227267 +205.03902352805753 +204.91690598182592 +187.1032181152933 +179.4452849794406 +202.49996107910138 +209.90286936801434 +193.58669918837612 +188.0601226928235 +207.96416389384976 +199.4690273128933 +142.17257097389523 +90.66918736545632 +39.358888850718145 +23.768352475589182 +28.344220672027877 +23.722044269091068 +41.26177158980941 +73.92782235538319 +84.53240827522568 +152.6986360273394 +172.68866327667405 +186.03542609388214 +209.75048998720447 +225.75255041056704 +206.95922033489828 +205.53332817489886 +186.39214483545146 +179.5425773481208 +202.5214171485574 +209.3831011689718 +194.78068039234032 +191.20247983890988 +208.05837520507274 +194.2833194561309 +144.28574867555346 +91.38703170872962 +39.37580945713176 +23.749293601630374 +28.344226823088807 +23.722027718201492 +42.03072958599379 +74.36635285584205 +86.8751210869048 +151.52483542537107 +159.9885297848816 +178.5789908620617 +209.66140841748535 +226.0529011315085 +214.74358944406026 +213.80416563103796 +186.33228538664474 +179.63107637273578 +202.59453182267612 +209.3193202912396 +193.72763279793082 +189.70498359724192 +207.89090428921602 +204.5329838995347 +141.9507844319563 +90.74482673597272 +40.72927790514049 +23.722095389146176 +28.344401259306718 +23.72222190479079 +38.87942339049434 +73.0581234082378 +88.99641801304358 +127.3099877795612 +155.01641407699387 +194.61109668229085 +220.0028413210555 +214.9720575234117 +202.84537861589294 +198.10719706315 +182.0818784626809 +179.69553424961137 +191.44551673057904 +213.73847027818147 +203.14050325076792 +195.68567927789783 +209.64320063387075 +203.35461924214783 +144.43271498225144 +92.94749410564502 +43.03060519366931 +23.722161601196877 +28.34435188599013 +23.72217333027371 +38.44557326368246 +74.46556091864664 +90.38095294025 +116.77111494658736 +148.7870253467775 +150.07962806330005 +206.3169383025768 +219.67583944776155 +196.60673709850067 +196.5226155673782 +178.17802726977027 +175.81378966495453 +190.2213640587949 +199.24045674897118 +190.46102511790568 +180.034337480552 +197.2454174398663 +188.31303703222721 +130.7854756914715 +88.47777985806405 +39.35759786219957 +23.722194276623952 +28.34434751982986 +23.722169039155784 +40.49290902126089 +74.49045024798033 +84.38928919754994 +148.01794403449344 +165.95322517675746 +186.2260972282292 +216.4757564751589 +232.41692351988485 +204.85913299067806 +202.55832154417192 +186.25868686117116 +179.45649172406206 +202.35505122004693 +209.24103844363395 +193.76813343521482 +189.0884386338281 +208.08183179004624 +203.98135554334974 +142.7513304502935 +90.7117778417998 +39.3443894990398 +23.722216826503626 +28.34455842740454 +23.7748812566539 +41.22225171220995 +73.86377403476526 +85.68356507506338 +155.3345380675991 +171.84904136089423 +184.92596379499804 +209.27910866702692 +229.02113946326864 +216.87868576391148 +213.3000635642158 +191.97346942944804 +184.22432706926654 +207.48060101159982 +215.26656397407473 +203.12052906616492 +200.17666894722294 +215.79668740635614 +195.5496915443627 +136.60997504279902 +91.09014801881874 +39.35841215653903 +23.763749790479608 +28.344223518191622 +23.722024454265295 +42.218080915181396 +74.54072828437374 +86.95491575560688 +144.77246132513517 +160.20999422771143 +182.65382077725366 +226.57764001233934 +271.64282169402486 +267.0164068683887 +279.495775433943 +259.0710483530265 +246.5890589512146 +264.1591417137771 +272.31602069998945 +204.0722363514647 +199.45037300153652 +211.19698020524672 +194.65124276265647 +136.90280083896693 +87.28061813302462 +39.8940364448154 +23.739553436013175 +28.344203930568998 +23.72202805330607 +43.5603266897052 +75.6106831577247 +88.19260035596847 +145.11581433670685 +160.60603426152693 +187.53299624523206 +216.55926642386424 +234.44776358745804 +205.09693772781603 +202.36644841778332 +196.36440973267398 +185.10021169466495 +211.56082116595204 +225.10159538535916 +206.6517211957349 +202.80740455525228 +218.31390919821465 +206.8292433301813 +144.8815436056532 +90.9882182903891 +39.342013976457025 +23.722102916601344 +28.344446085120506 +23.722244288619393 +41.632648654869925 +73.95284181119584 +86.15531267118926 +159.33460182432106 +174.8532457443659 +193.15062272689892 +221.28850896264467 +225.34335599308199 +205.06832951012575 +202.43404549015008 +186.25656179659956 +179.46084673600666 +202.39304553022035 +209.33171853245165 +194.08099703068547 +187.45149696720773 +208.012254022123 +207.71036983343538 +144.01225179037692 +91.01962579455454 +40.7293357224769 +23.722140282881277 +28.344482936643868 +23.722302263710205 +38.98077785389328 +72.78043666547671 +88.75298665615821 +130.70644826454955 +140.40313542470213 +181.4169963612167 +208.3241637043212 +226.8383731412881 +227.83592658396637 +233.13840928814304 +212.93352865466375 +217.01189002494493 +232.05061940797876 +244.5829573795182 +241.21006991383402 +230.59652797973737 +214.97072437594522 +200.72867816588808 +143.553361085821 +90.05799582688797 +44.6135048152615 +23.77475275114382 +28.34417901711583 +23.72200355092472 +43.81297158967423 +83.88536835528969 +102.30151995595041 +116.1443820246511 +146.8654956306734 +146.86967715347384 +208.1840263244752 +240.21792412156452 +244.7552491593739 +261.06404964314333 +244.99880977151426 +243.9183140647543 +255.7613859928321 +202.16262696983944 +220.29175672928014 +179.76330913531305 +197.57346753451412 +183.60731896048304 +133.28280356504035 +89.49430377965008 +39.34148751530764 +23.722152298435894 +28.34449478490765 +23.722313925945972 +42.182517813150014 +74.48972979944723 +85.709208884075 +143.67829834341978 +160.6117661669001 +178.67072909769578 +209.92293106784723 +225.9507266345087 +216.34830465424596 +211.60461190767762 +186.90796979027957 +180.67729819559852 +204.52437508595054 +211.6800886116382 +198.78212613095104 +187.8834723629182 +208.1541343371642 +194.31006451046764 +145.01348375478813 +92.02778492175753 +39.34572172244451 +23.722298376231315 +28.39714590936605 +23.72188329952904 +42.07748657641164 +74.41344610816536 +85.93742814410132 +143.62139033616606 +160.2853510838618 +178.97202103446517 +209.86332040421337 +233.12527283390185 +225.38796027556253 +231.5215770747579 +214.4763611161451 +213.8173253909056 +231.9517657759349 +241.7812121199066 +225.94503639052726 +216.81579139921013 +229.3490304415955 +201.88247446216496 +136.9464317461431 +87.36695257947036 +40.2904233946108 +23.733037735737685 +28.34420552602833 +23.72202961865656 +44.20119287932985 +76.04645002998245 +90.05656376192634 +150.78219396534746 +167.53887282991874 +190.67471534486998 +218.43240934778672 +227.4346629114379 +219.87254057369088 +217.89513590090132 +189.94156512549463 +182.05762203204603 +207.37966327125554 +210.6130833284153 +194.47990908127187 +193.2581883170466 +208.27581181677968 +194.3819069788774 +136.55406562318072 +91.86123289105826 +39.340057620229146 +23.72205490981069 +28.344398743169492 +23.722197520233074 +42.250931580580115 +74.46216115408482 +86.25486077379432 +155.76626975795878 +172.14189818435426 +189.92071620927538 +219.08524296958956 +233.31676254908612 +204.849403733349 +202.40034335764574 +186.380156478044 +179.3832893941601 +202.4621366806192 +209.54154262688584 +194.11338740280607 +189.58370343182804 +207.9900031979658 +205.36681765367413 +142.98029646192336 +90.71558146556784 +39.340924253693835 +23.72210455002168 +28.347310504710762 +23.772175934068134 +41.299810069696775 +73.90297223213432 +85.85955803020424 +156.26033853563104 +173.62821885440158 +178.96972880789258 +209.9449668151059 +225.923437834979 +206.5906584322308 +203.71369487372579 +186.44825395596118 +179.62063881911007 +202.57691679127439 +209.38161794317483 +193.56998476059894 +190.00731993308594 +208.03512976627533 +194.30091806377175 +143.57129318192133 +90.68684224646181 +40.7300850095227 +23.7746337960021 +28.344190635710266 +23.72201472683774 +38.786267962255344 +73.0905500776531 +88.92963102372438 +129.2983719672277 +149.81782000375247 +181.4012402794232 +208.08116856067699 +215.09799765496967 +206.2803021584355 +204.29664630587033 +192.38362321977857 +189.0566102022043 +206.35199897814252 +218.40048170643854 +210.1956158669319 +206.51113778184398 +203.40212009827724 +204.21669191434538 +142.66431046060484 +89.64220810956732 +44.11928812754984 +23.747816192664068 +28.34420190984921 +23.722048670872525 +41.1167510870704 +78.26143548607226 +94.1181521090615 +115.41449114792456 +147.167758308313 +147.59125739393664 +201.64692465057144 +221.10253864067423 +206.21339513817162 +205.31502178100644 +187.4889225351501 +182.89119852596855 +197.66573942995447 +203.98576559638306 +193.73581903007764 +180.6126694328768 +183.70692910801702 +183.7098514168059 +127.51557231800956 +89.40814525912506 +39.34191983923338 +23.722154482087173 +28.344496940868055 +23.722316041612554 +41.848881031090976 +74.41714278153329 +84.75420492190827 +147.53479980436836 +171.26038370695414 +178.97422876977083 +209.94007005602418 +226.07059341219968 +208.04272504499968 +205.4633614070891 +186.86575777905648 +180.60644702476657 +205.03924642005367 +216.71181113888758 +200.97238488705315 +191.28719209852107 +193.8471877271849 +194.42516469836397 +140.6920973971689 +90.98665894331653 +39.35794584610266 +23.72198375671448 +28.344328581840664 +23.722150411689707 +41.59705707324591 +74.1761401335145 +84.77290130360092 +143.93696645647327 +160.5979869368177 +185.1058665382411 +221.18498581482416 +255.10994054829857 +245.5302895869688 +246.29539262383193 +230.16400074572869 +219.43243972008818 +244.5280377720946 +254.3886717123348 +243.37722499540303 +233.68053013353048 +231.61911012593612 +220.11936731969104 +150.96688013485766 +106.3932303763436 +43.90076667520283 +23.722207800279964 +28.344538078352812 +23.774884766408423 +48.579171604116645 +78.52915631045086 +90.49969857156518 +146.81003993499866 +161.14370673752472 +178.95834397860858 +209.70189917410246 +225.91090505470075 +205.3925275676274 +202.7089337407707 +186.52209728105527 +179.84960970199919 +202.81481847746204 +209.9461046223239 +195.49762399884048 +189.62429064789245 +194.29596438568288 +194.45682707491432 +143.66605832014733 +90.67805244223595 +39.34124034003217 +23.758711110680967 +28.36037635705631 +23.7219383571268 +41.483892398722524 +74.35849169530333 +86.31928306172281 +158.80511488190558 +176.5817286160381 +178.53884215266328 +209.65879773348468 +235.48891752371625 +222.7931550254966 +224.9434319093271 +197.42202438326152 +180.73630261149478 +202.94660557050358 +210.05222136372296 +195.53751185338228 +190.44071667504724 +194.2938195412813 +194.59368097396563 +136.72166337641048 +87.27120805032325 +39.37998109381261 +23.732431148383856 +28.34422918696165 +23.72203005390894 +41.65695240846678 +74.90751295073184 +86.3768208862085 +143.93844803290884 +160.2332783279499 +179.112713605599 +212.36071364800122 +241.6610072305573 +235.57983020070333 +231.3265531980372 +218.25407189260667 +205.14973468870792 +230.85142202186998 +240.3955214203134 +228.23657681545143 +212.23198598538085 +207.86088776141938 +194.6183275407609 +136.77307192482255 +87.3233026465379 +40.80354891395587 +23.722206080483332 +28.3443838186758 +23.722204748537425 +39.178992350548576 +73.56932211808135 +89.70699806686488 +115.79094588479396 +140.5853423217806 +181.80924586303118 +209.96895369403936 +235.54882210263202 +228.3976552852892 +230.9245235814876 +210.55900486952612 +207.05357929634943 +220.89148298813308 +237.18149829903945 +224.9491385150818 +215.6316489124368 +189.02174319315992 +192.61529385071043 +136.92408549196128 +89.5708176263983 +43.38989778353439 +23.768099911951285 +28.344197826076776 +23.72202205007988 +42.26997869967248 +81.49501523942095 +100.97725986387508 +115.93141499110169 +147.18785741673938 +147.08837943008416 +201.1774696712759 +219.68139306527632 +196.72689002803878 +196.57216375189356 +178.22931442259136 +176.07551857692573 +190.43822791401632 +199.92186140951875 +191.46690894459522 +181.75574350197365 +184.18938786554378 +183.7806858678791 +127.5603534339564 +85.02503199640539 +40.1944922908721 +23.72448461843057 +28.344207618310033 +23.722031676705374 +43.705545267723494 +76.30625610410546 +87.40643615641554 +150.6403020029987 +172.58871355254698 +178.40271205539764 +213.27789781933996 +243.21051002448266 +227.28490655971888 +215.3475825661755 +187.317244364109 +179.95429104113055 +206.7261510712019 +211.10257863848744 +195.41862246430537 +189.58105636921158 +194.28397382311124 +194.47189177424022 +136.60945340539953 +91.63565916532963 +39.34407360569412 +23.722067057191676 +28.344410723256416 +23.722209356319826 +42.17505099257174 +74.8429872252057 +87.02076342135845 +144.7372451188744 +160.21760595956988 +178.40779991559825 +209.68260072734222 +239.68651456180703 +225.20079412656497 +217.41677926454423 +192.04438331228593 +182.21192705021846 +207.03050550243853 +217.21742459661877 +205.9341747480196 +191.10604712685245 +194.36767974348177 +194.46083034540192 +136.66575677855118 +87.24508659132051 +39.350079740956055 +23.77465790443706 +28.344197684610062 +23.721998939759757 +42.09044634013892 +75.01376252762613 +85.61685722595803 +144.71361104618583 +161.20167568710545 +180.79266553369777 +213.0330710886419 +247.65321859425654 +240.80969987088943 +242.40632541653338 +221.09991132024874 +208.15480841724377 +239.31925476625995 +246.63565211645738 +240.17308783399125 +220.4405970432739 +214.9463548060478 +203.33876664136568 +137.03655763698504 +87.46065026300847 +40.9212462375638 +23.722115877650708 +28.344237055707683 +23.722060628226075 +45.255853563416615 +76.37088940076212 +88.73886565737016 +145.6102003733873 +160.39495571026163 +178.57976630663916 +215.49937297166926 +254.44987141547597 +254.97483183960938 +261.01711611183464 +242.1928127929251 +238.5093493414491 +266.6478217389415 +283.6238194299998 +275.7081746699988 +259.90042034824216 +255.27375243429148 +243.79256328565756 +167.95196026979434 +97.47581075116813 +43.431564852250624 +23.722091500487203 +28.34442338176346 +23.722221863529622 +55.984039104899225 +80.55082465582592 +92.9136226184444 +176.7790432883424 +209.9757616535645 +248.20481577480652 +277.38502293576687 +304.97600696439736 +294.37188310503956 +292.1231896353831 +263.78162926633354 +246.88763928650158 +259.3776044439327 +257.3272338045748 +250.04001693271303 +224.70856436649535 +218.8603454852563 +199.75399006603442 +137.04149078502346 +87.58383651954891 +42.62644593145276 +23.72202804103362 +28.344338375629256 +23.722182345351374 +41.11447069409784 +74.47016393038847 +89.90386039850121 +115.64195405436735 +139.60648054985506 +180.5328215270717 +207.48638756305877 +215.01658826403215 +210.70659215875952 +209.23017641548927 +188.56178907302126 +191.56485594212575 +208.20445166051672 +224.82351284847468 +216.12676823267304 +214.04951775920625 +181.59545917614815 +192.361677727978 +136.7690209482817 +89.54854778116034 +42.963008432074176 +23.747014094758576 +28.37199876400176 +23.721935302024377 +39.44300405542566 +75.28431023627091 +91.88951978382809 +115.32320394962062 +147.3458667718483 +147.26391098652556 +201.5281969637552 +220.54940471490107 +201.05665830141032 +206.37917511731297 +186.0378041307135 +189.83752670571096 +204.24536224588263 +212.9416930227252 +201.8788516759187 +189.0778654310657 +192.92811084090044 +183.9020977528353 +127.7068569984109 +85.08185099706827 +40.02520510336795 +23.72206489417022 +28.344582736603243 +23.774907676976405 +42.80877762886271 +75.51839130020569 +87.30859369673794 +144.1582928964946 +159.9801717267166 +178.34315641858535 +209.3869862675742 +226.5221539000215 +210.37673375969578 +210.88969051945404 +191.09736587969735 +180.95704468458055 +206.88410837928913 +216.646381082938 +205.12613134441844 +193.77377977153586 +191.2348568550619 +194.487771978392 +136.6512415620649 +90.6868738502817 +39.34854640298865 +23.77469530762371 +28.344179269528826 +23.72200354975708 +41.69126902964556 +74.2279268934897 +84.09183973007738 +151.69324179553678 +160.81630090607453 +179.24852398336995 +210.1481804034482 +242.04821173411082 +240.76814690071654 +236.05061639306942 +220.9028918393757 +209.06451880284786 +242.99541559148997 +259.0712353933334 +247.22104924787183 +231.9398107841724 +223.54290835832768 +205.51903321004147 +136.99450944688056 +87.32987852850115 +39.59973583866846 +23.7222323159427 +28.344387744572213 +23.722208844040694 +43.22645603203243 +75.60320164423955 +87.65778578481087 +145.38806216307523 +161.49017737003393 +183.73352124173948 +221.4858066254821 +262.4090599098395 +256.2177158633216 +226.8345172280147 +199.372990454835 +189.4821295857524 +217.4222670958768 +229.33826931919134 +215.63358526927092 +224.6993892414208 +226.50231173351762 +209.30187670500672 +138.0531961806617 +87.43181815499214 +41.48243110359727 +23.77473227659415 +28.344160144208065 +23.721984994523563 +45.72897425476876 +77.09954627525046 +87.99353851134711 +152.77881347293942 +179.8424430154259 +189.9511841915814 +224.44643983738075 +258.72548069567085 +252.31604354561546 +252.0744693540627 +218.71823927822547 +186.3957122687046 +224.16021636857403 +230.06051325949076 +228.67540394386504 +212.07930661524603 +205.3425750680361 +195.21128179165711 +136.92503548132203 +87.24181989114267 +39.66256529247996 +23.774745861390734 +28.344125290012766 +23.7219507164014 +43.48436514486735 +75.19470767070621 +87.33300569506892 +143.75716939897882 +159.96373729548344 +179.05824330935994 +210.143031369644 +232.99332912378264 +224.88505477700411 +223.27505348992463 +190.5497502959873 +181.45805112683973 +205.19680680190413 +215.74649263925124 +203.4125243034157 +196.17949781384127 +195.8421146350923 +194.71572960921134 +136.78015198821734 +93.5102767627057 +40.73561883513183 +23.77478891568855 +28.34416109764457 +23.721962810316917 +39.46978735754181 +73.41439329459389 +89.42138587017546 +124.70951673849781 +140.66073648606402 +181.6494183933987 +208.282578100759 +224.7737172973619 +219.82737022612943 +228.33087632104417 +209.01139029647186 +209.4364315742952 +219.61522242103717 +243.00354374937123 +248.47171573535596 +244.1325485716006 +212.60981896042827 +213.73380661303673 +143.56685039614888 +89.70147453595123 +44.255635697187486 +23.76634816356163 +28.344197379539988 +23.722021608668562 +43.82930842637998 +83.95498617874937 +102.41685833319191 +115.85326692389928 +152.21674236858783 +183.0454653056428 +258.51391956473446 +286.45648695226214 +269.4125881514561 +273.218062986665 +249.29347153402784 +246.33099806398448 +261.20933504674855 +273.9289279469424 +267.093524450954 +250.28865964769972 +235.8766592380921 +222.04973393696298 +142.00293943686245 +90.52421054347857 +46.61709242714746 +23.722135050739965 +28.344444339242422 +23.722264522633914 +59.28292877831675 +82.56443459702126 +94.99216581681837 +198.56175576436598 +230.32816520263975 +258.59878853002806 +291.3119014604052 +323.7436346211738 +315.0579067524563 +309.3179894489581 +286.52199354567875 +269.73062200572383 +291.1221024752278 +290.17026340273014 +280.8226815999201 +262.551285657027 +261.59776320944144 +238.22301786546822 +137.173639297861 +87.42607402221988 +40.36465210295987 +23.76972424652291 +28.344197444076357 +23.722044298832778 +42.80570150154546 +74.79396986278786 +86.8552120891891 +152.57893929154864 +173.6445227893681 +191.33875114678827 +220.55206925082211 +233.99219685596088 +204.70190138246303 +202.34247251308003 +186.1837297940507 +179.36671394970875 +202.32667614883957 +209.3322347392604 +193.3480115950602 +186.45800993123456 +190.48916113042324 +205.5879733035475 +142.25035393266265 +90.70433063571859 +39.34575599163912 +23.74929726585562 +28.369664635473793 +23.721935915486945 +41.085587721269825 +73.8077360058102 +83.87136410875871 +155.76833048708562 +173.25281770679953 +192.0532878753563 +221.4867174616662 +226.08800014043814 +205.56180794752729 +202.59929545218546 +186.495860533641 +179.69153614386903 +203.15469138825995 +217.0170250363953 +207.72638975119284 +192.19060279888785 +191.75686557127827 +194.45976591605833 +146.48117103243604 +93.06060938837116 +39.34383299822972 +23.722175103444357 +28.344517276961774 +23.76283526853266 +42.57613983771742 +74.26134451602698 +84.18911551562829 +144.04988622043766 +160.65489628492497 +179.0314479327284 +210.0672259119932 +233.53815333109208 +224.01233641155596 +218.9229419105748 +197.87675451005487 +183.67194017325147 +212.16508891066883 +219.16593101245388 +206.61360951456467 +199.4216934243234 +197.81499538942995 +194.64563923579652 +136.8377225524089 +90.7024135429643 +39.43081911303401 +23.76023990600973 +28.34422267292146 +23.722046237349648 +42.97458187406748 +74.83219786528298 +85.55168287172093 +144.04661257893918 +161.4145932933203 +182.7274463414166 +215.93585094570258 +251.1641889841974 +251.60453200505253 +246.510907538316 +239.6426480974766 +233.2411888067656 +262.1662058910968 +267.73829042398455 +263.04591826721315 +251.54508998852054 +247.45227346282462 +227.21955488685444 +150.04533590565575 +95.19373361620684 +45.8640137063307 +23.730115735041863 +28.344229208687103 +23.722030074903504 +51.27037699867741 +78.99116135721624 +96.14435613668546 +151.30398641673375 +191.04640010072058 +257.6201726863458 +287.9190132231678 +306.09465836716004 +302.4102221808205 +293.4097801988365 +270.8444258325583 +266.48302151093617 +289.04496042881624 +314.50707542148047 +312.98284761738904 +299.73769897701504 +268.25794057450054 +276.3228575641889 +210.37956277778898 +145.1237143791114 +51.224482415288215 +23.722083329875737 +28.34441532221814 +23.722213901568203 +61.31049273859296 +109.38841700177072 +132.8887628220654 +127.91314026811136 +166.3583583650419 +228.64955175445445 +285.33553451383835 +310.5817041642537 +293.1895130564946 +290.4746897700514 +263.18376598140713 +257.3731654221449 +250.8606557456378 +268.86761597567994 +261.28015004267326 +236.32248225717305 +240.27893356357703 +212.60531985288688 +133.42260196596038 +85.37008872698743 +42.43950190033097 +23.72204940499128 +28.344359531302796 +23.722181094944027 +47.56836357777928 +77.38926287043977 +89.86644922041937 +146.99902828618556 +163.1738807614591 +185.30877642842168 +213.61206114689188 +263.58377612502755 +279.04059238225585 +277.6476092699522 +247.8070611008682 +237.61768240378527 +259.22075697180514 +270.63515168638344 +259.64637971671175 +244.77335315922838 +234.54290974675982 +216.2055733977992 +144.6949456483117 +87.44220174038016 +41.611584228915994 +23.77474943096942 +28.34417595857525 +23.72202325505607 +44.7693313728701 +75.70860631942185 +86.10407962856462 +146.3156411022888 +173.87613591710104 +215.88864687651764 +260.51079851174944 +298.94996021756657 +293.4790683369302 +291.4273137567488 +263.7360112175218 +250.55914451051692 +280.12629085912596 +292.3659185093693 +283.32078202861203 +269.91819841615387 +263.9172950674149 +246.5027839828595 +166.19920711092277 +94.11361889707611 +42.80301008701642 +23.722086242757058 +28.344418197560938 +23.722216740999805 +51.104896666856284 +78.51321473243088 +88.9557229119459 +157.08865823255786 +195.34145438411434 +198.14669645837964 +232.64182304561672 +271.4391018498448 +263.54089149791014 +255.88451756880323 +241.257398524068 +232.10852374962528 +260.31347407660763 +276.92383528617 +261.57728588532893 +239.75422544091998 +243.66954084044679 +226.67872898737775 +137.15638928615147 +87.44205525410358 +40.83637273770401 +23.774713309823543 +28.34414267197266 +23.721990656110513 +44.039540599873675 +75.599610504864 +87.26152211765762 +145.25153127974465 +160.72476667391706 +180.81709162331703 +214.64141190227897 +248.35458869409524 +235.14801363910757 +246.84839135514045 +219.94396564152333 +205.82927219411306 +231.8872990360815 +242.7093429555263 +233.90445288873818 +217.2102004660428 +210.7105719286524 +198.2018525279075 +136.94411179147278 +87.37186638155937 +40.48925792270618 +23.722182170186034 +28.34449099523689 +23.74364866512231 +44.69816877024387 +75.54796117371373 +86.25133416385928 +145.19790465496206 +161.21703624178932 +179.45150093303013 +210.83980590039693 +237.2166924816443 +225.63495876214182 +227.97850397287422 +205.46706979621305 +190.27084201399413 +221.58446997822753 +246.6667687152137 +235.5470553166428 +214.5353744774037 +204.57496213726918 +194.9516393071753 +136.99842447241625 +87.31591044208392 +41.06003666599901 +23.7222097704343 +28.39691738120677 +23.721913223901925 +40.0618418171341 +73.9812478348533 +90.31182441229197 +115.73149862583729 +140.6034075666256 +184.43475162082655 +215.4395608829813 +241.25847709758816 +238.79480345660963 +246.13307241630744 +224.5261297121279 +227.6464352616172 +235.33942313719572 +263.1862598713504 +262.2001882832582 +250.37065512632793 +215.29623084939172 +199.65369939929926 +137.05655382843676 +89.68368019393054 +44.201146615571446 +23.736643513036167 +28.344204642335708 +23.72205134872272 +41.14647187505806 +77.87866922320438 +95.73438130897736 +115.72749445826226 +147.20535951483285 +159.81196733327914 +238.1182078392253 +269.63857454395406 +261.88912644045973 +268.77997402286235 +246.8637383398791 +244.3380673782977 +266.1303467858208 +278.1136806870489 +273.3538056816735 +258.32688212077136 +256.3621340091813 +232.11663079804015 +157.9389796605432 +102.80769198873543 +45.20753599330927 +23.75406401173222 +28.34422337508889 +23.72202431389893 +59.273835270028464 +81.81829370480591 +95.04542447352893 +162.82084949103802 +202.91703267964797 +241.09741016096856 +270.73846733267334 +305.13313041739497 +304.436312926312 +306.08460474601515 +280.24751105821395 +265.92912018531194 +293.62027896777346 +304.0146942293539 +289.7795421740208 +281.59715084487 +276.94422981129446 +256.1665667671486 +177.92345688523008 +111.45781031844906 +45.623513175492704 +23.722062123163067 +28.34458003713951 +23.77490474034312 +59.68943727455103 +83.551899605355 +95.73536238670535 +205.60056162998336 +245.82054771141398 +272.39590478781076 +301.68679506506203 +335.5080968800851 +329.9695398013589 +327.59951506278816 +287.5125654955767 +270.5433164707931 +296.8175052121314 +315.18390219976123 +305.5568075908848 +290.4941503086758 +299.6674992143136 +269.9725866990331 +183.15077983643056 +103.38882160786572 +45.72761738905535 +23.722152614318777 +28.39692053237987 +23.72191610483028 +50.00084437648081 +77.79587467257265 +88.33717649600904 +149.21258917760824 +174.65529558662894 +212.11473658457052 +265.16517971539105 +291.6201959491099 +281.1885900988478 +285.61062135482973 +263.4371648413271 +255.90249786013328 +283.0940674992455 +295.7056719544041 +264.8553480587782 +257.7508245723476 +248.25922918135456 +229.36957695760202 +147.1733300983154 +91.55572559241227 +42.786269082792835 +23.728021755471588 +28.344229717515887 +23.72203057780688 +54.25101529721393 +81.69856804299833 +94.39707532761508 +181.055427557136 +214.88941206555398 +252.4728711542839 +280.51785317387817 +317.0084178896506 +306.43979536912997 +301.89613649371887 +274.77169233407125 +257.4288393338036 +288.14657566293596 +296.64308546370813 +287.82674981849516 +277.2702818747847 +272.8380036826296 +248.01279340206864 +159.90749397921522 +91.76988008082603 +42.70699453497766 +23.722125855100924 +28.39705491570477 +23.721887546806364 +47.1658807182762 +77.0759121086432 +87.8918290572699 +151.9071949150192 +174.48025872087277 +203.2550206480659 +236.90208972149 +266.6952409705878 +255.73208488474472 +254.1806220713797 +232.36815836333727 +230.7069136889261 +256.59648176198476 +263.1336228264529 +249.14383579357147 +234.11272695189624 +223.86633949224148 +207.4400553397812 +138.51466896167236 +87.51732454341726 +42.59928428860097 +23.722184541212 +28.34430589152567 +23.72215052136205 +43.12036030184512 +75.08646281193099 +91.58019741771383 +122.44455111156952 +158.19126361632973 +196.8819897541843 +232.85387950904902 +262.34785671705123 +260.12704914239254 +259.4311218431567 +247.2277434892588 +247.87414601932804 +250.98176254684955 +279.90412876992195 +268.61855820875263 +260.5394826844438 +234.75100762474827 +235.3598196812871 +161.86915621590575 +95.10378893767978 +45.68726721866509 +23.725433380384565 +28.34420738267 +23.722031451735905 +56.93350688626687 +101.08961995306187 +121.21101741789539 +116.44921814282648 +151.26492028157975 +154.8334685355057 +221.9006951880203 +237.8968675872662 +235.20390510445316 +257.8162148741556 +256.84390751413423 +247.36688381252407 +261.7119788615059 +272.4326744708469 +258.62235353170524 +241.27779468351517 +225.88276277534666 +198.89086461717642 +127.78519274854509 +85.02973362315089 +39.90776405606146 +23.774751656557186 +28.344130649882548 +23.72195598753275 +42.93590865397116 +75.32354992893342 +85.72393212638704 +145.75695977822673 +171.00339519421098 +198.74796687551054 +245.7650904932871 +282.6810803555396 +281.9449125956734 +280.8220840121152 +260.0545037226676 +251.47365579591053 +276.35576823203644 +284.9907730845177 +274.24884395495667 +269.6780064379361 +242.17448518421176 +225.89755004459758 +148.0264687215476 +87.77341323255823 +42.19642993595859 +23.72206798365003 +28.344564238467846 +23.77491119817223 +46.084350307022255 +76.62187870408545 +87.39234204871435 +149.48761396530128 +197.29279163112514 +217.12863222919376 +257.7139476852962 +298.4346688964459 +290.13753576220864 +287.1291310423624 +270.92521351960136 +253.7517947831615 +284.4151030831057 +294.6022704588024 +283.077563367668 +269.691938797309 +273.3375597793401 +254.20516775573597 +180.4270242176459 +98.91221971627796 +44.57219674355701 +23.72214247292727 +28.344473650523053 +23.722271519972324 +50.24612490425529 +79.81808533245864 +91.63865564698993 +157.170749102519 +184.6212694969151 +236.30585162412837 +279.5051985147031 +312.04848490676557 +306.0368265087175 +291.9441807318709 +260.4180921936091 +249.22140420778476 +289.0741741467812 +299.1308797494169 +278.9820216353649 +269.2660120070084 +265.46766096207944 +235.79352756016124 +144.720878865964 +87.49800725264551 +41.570879109529365 +23.722111633775345 +28.397156922104017 +23.72187225213248 +43.797986237358494 +75.39462229880623 +85.96362348747458 +145.50224046247314 +160.944840745456 +183.7290599738516 +215.77335127229298 +250.71803991477657 +242.66794849201824 +239.3193421925272 +224.54661003296604 +209.6103302568839 +239.1750199253975 +253.40748130730896 +251.92679716986902 +229.73430342865012 +218.50938625671517 +212.47805176400686 +137.1115960051466 +87.33257633840769 +39.841318457689326 +23.774748726092817 +28.344127942711292 +23.721953321629115 +43.44808002604352 +75.35616741907734 +86.2744564427272 +145.7205529738174 +161.1777085318338 +192.3278927832205 +223.3223868175623 +270.58570292252864 +263.4184203675141 +265.8127108854756 +239.8157404043584 +231.5700932670121 +244.72819369717357 +254.3280234979857 +248.79324093975904 +236.31437275795778 +232.52603362473147 +218.16981537696446 +143.5400299805836 +92.8249520055141 +44.01779623294154 +23.72208570356352 +28.344417664977676 +23.72223804465175 +46.3651769426713 +77.20750807924416 +94.75911498157589 +130.74716068525095 +183.28668110264013 +229.0587724595862 +263.43131276538406 +287.33848605400993 +266.013389162282 +275.77054942937286 +277.5478958454653 +270.79686110017695 +280.1880728878682 +296.0843516089004 +296.90892349391197 +280.545234934036 +241.54991023237147 +239.37799902667996 +163.27498968449805 +91.70339875324215 +45.98043224260173 +23.722089672756223 +28.397107687730234 +23.72187392374829 +44.03282826634152 +84.08705091750005 +102.61115226479572 +115.90089917402615 +152.21677949112774 +163.80999443744324 +249.64986881532704 +284.59283662975 +271.20425574075847 +266.96197001420785 +252.0351934905474 +242.54706213625306 +248.73390207963982 +255.43887555953677 +247.21667473228752 +241.37717360153334 +234.39748660607066 +198.57741844309876 +127.88826852263605 +85.20886858271118 +40.539514245817664 +23.722204085940497 +28.344512699274983 +23.774855413684943 +43.78657746176854 +75.93104107690506 +86.45709197814779 +146.42680167615086 +183.27078419015626 +217.60777060526667 +267.36579023496193 +310.95455646654625 +296.10970693734737 +293.5157071970138 +269.99949000821573 +255.43681654276003 +282.00297747605873 +299.7390018715896 +293.9510222735918 +278.7965409317428 +257.76816010289673 +244.61627198883102 +167.21730054870253 +99.34995043044293 +43.21632393505093 +23.745431714290344 +28.344225477991433 +23.7220263862911 +56.44717142658241 +80.56699295068776 +93.4177782303213 +173.32769107481226 +204.76920453049908 +240.01007371865168 +281.5794460515218 +321.18051245361806 +312.50919431578683 +310.00561239886235 +282.1172310661782 +264.9698769981844 +286.11181858073576 +307.1536102602314 +305.79557802385426 +291.5766782159457 +270.26891848412225 +237.2602917844137 +153.25057120204173 +87.52432877558984 +41.94637638606176 +23.72212908870389 +28.39715010024334 +23.721913057499982 +44.81443411388228 +75.80066626704938 +87.02480601018263 +146.1223509950094 +169.20752989480388 +195.1097874738309 +235.97874999531044 +277.9733589244118 +269.8052075547243 +261.52066044454494 +233.27229000429492 +223.24792824713003 +245.49938082329933 +257.86791926426434 +246.89603613831318 +238.66294598937694 +229.11902482604137 +202.50656140357805 +137.10323480420513 +87.4481220556165 +40.71574514414162 +23.77470313892842 +28.344133294696118 +23.721981474828333 +43.78093234085729 +75.50876529183829 +86.50682779226833 +146.12332607548245 +167.69193676317508 +201.5549035144907 +239.92652574301204 +279.8587801984694 +279.58096037421245 +283.5556730422172 +257.93727454360516 +246.04211977759735 +271.1414794502262 +288.99406576363015 +281.8127621940758 +263.6616166032637 +251.802893032373 +234.74557822409602 +147.86231754632564 +90.39982059843686 +41.545963609432334 +23.769186032735735 +28.344196685847432 +23.722020926637423 +46.05623323550603 +76.448401222856 +87.68034488727406 +148.72795225384493 +190.17941627088982 +231.64510006340842 +266.06475505062537 +308.1205829662065 +297.31316984597805 +296.54009780030134 +275.70445269909254 +263.7792385932433 +286.87015367532143 +297.9873183207717 +291.5757801377973 +277.93343455606566 +273.5542249180795 +257.09988097517294 +181.46977184092253 +117.84374988042258 +47.33455285121782 +23.722133806064814 +28.39690004130503 +23.721897359022613 +57.89248929663141 +82.75662510443412 +101.15965407324542 +167.71922188388342 +215.30603666060946 +261.0450720999453 +284.4590424451684 +290.57050081960807 +285.51489359426535 +307.6362743861807 +295.64287364209497 +289.3405063832313 +292.75079762667053 +301.6679407062827 +307.44993562061325 +307.719112184337 +282.3285570697575 +292.81872442424196 +220.01668769214982 +151.1554365319718 +52.600736367452534 +23.724632813393143 +28.344230544723278 +23.722031396133346 +64.9842667593118 +111.65041040245357 +135.4224760710516 +129.59859913458752 +167.22395669413552 +235.86724725736755 +303.4337270479165 +321.2359215246325 +299.5134293682004 +293.72154750090647 +272.3591110413892 +267.54894501950116 +292.5494185027682 +291.74368343273386 +286.0821428806313 +267.9454902056095 +270.39858066827605 +252.60540744301508 +177.3601482201637 +124.36813721556972 +47.20374861186005 +23.72222570015463 +28.34455573536093 +23.774878330185537 +65.00720082150238 +86.65022963330429 +100.00981353092624 +208.35279003010024 +236.94867769458702 +263.5846346329346 +292.48280176335186 +323.43173520944094 +315.74795134349773 +311.01884094601064 +283.2829472224505 +257.4947204199107 +277.96604272261055 +277.7829481725153 +305.6302416003191 +292.7103241907524 +280.44860941434706 +261.0741122325753 +184.4317832196556 +105.17210453644853 +43.09641502751388 +23.72220692478499 +28.344537218152663 +23.7748582039738 +50.61367362880891 +77.999667884593 +89.55991673154803 +167.11767702422844 +204.25286666323936 +253.0789972442544 +279.24257709874126 +319.4346027598671 +302.7821162339218 +300.9118574239402 +277.4094275327963 +262.3271259926694 +296.5629907223708 +307.50316316036253 +295.1673951072853 +283.13600436343484 +278.75824693030034 +264.4391316347779 +187.6335195153351 +116.2887945554127 +47.81739031954644 +23.722080575678945 +28.34441260939026 +23.72221121961157 +62.10782292000783 +84.97741735099417 +98.18637047002005 +193.5732769019585 +218.60787317374897 +261.41099913370124 +300.5442537715402 +332.34988482593894 +326.7278746801671 +322.04933390276574 +296.9423994889202 +283.0955639450246 +304.7606055965324 +313.41591603023977 +307.0945217082086 +297.81073603249223 +299.702576005271 +287.82315763676974 +214.78525293279185 +150.27136233579535 +47.56541148269392 +23.724405485598247 +28.344230600467068 +23.72203145175916 +65.46304077453891 +120.87406674711504 +140.55878702164208 +214.10346470906663 +240.3588191029475 +267.96266281477 +302.5256956975638 +336.08532480578174 +324.62680994497754 +323.70745466059174 +297.39284257788137 +276.9072225775034 +304.7263587456278 +315.9777572640285 +310.76742762977284 +302.1440861200143 +303.10346938099093 +293.9963561006083 +216.80764681613934 +154.2910027078176 +49.581490673309396 +23.722216148959827 +28.396924360931653 +23.721919609101313 +72.02994433113211 +117.05242985639698 +134.3259869834786 +216.1819242346263 +239.79402193890945 +267.53863726706703 +301.7049155993097 +334.3005663183355 +324.5040173035114 +321.1966826686658 +296.5746543217362 +278.2141129346032 +298.64681896507136 +313.3395337358176 +306.5612472688676 +295.78539053253803 +294.0973528109118 +274.73209682525004 +189.5665190026468 +129.4200129795197 +49.65047295709211 +23.722078245787696 +28.344410310951947 +23.722208950125996 +61.424767066340614 +83.51384710002755 +101.91091544362187 +154.42997079544654 +189.84416152307713 +219.1508693377153 +255.85627795170302 +288.38673685294094 +269.2081443060083 +255.8312546794825 +235.8697809158312 +226.50065835363606 +254.4171817403804 +273.9241436639234 +278.48417377962926 +274.77218659354236 +241.4804617816602 +244.65816130474866 +178.72493820754153 +107.99204608016949 +47.521984198826026 +23.761053566863833 +28.344221672567087 +23.722022633104967 +52.61576128103164 +93.00643736185808 +108.41415158733633 +115.89292514209617 +149.7022532069514 +167.0415435298276 +230.85627903957374 +273.94683445876683 +264.7011758976193 +267.68592446216167 +234.46909759728078 +244.09633129557943 +253.35327690898083 +257.8574438965075 +265.5249586894585 +250.26649010202001 +243.3661224284117 +220.35197222364363 +139.05213284082717 +87.56454428892891 +41.912131276702326 +23.722117177144682 +28.344426638580707 +23.72224710718967 +46.72992163608099 +77.03672791405523 +88.90905605798889 +148.89567784584276 +179.65549854493008 +221.7973476307437 +269.92191853909935 +307.99870282767864 +298.62603594999814 +290.1728430348858 +267.854951100101 +251.36745186865122 +282.405549035747 +294.8591735652118 +281.4891036204031 +270.4689963991001 +257.31945259235636 +240.22712315197725 +161.76730466091757 +88.13308597772459 +42.612163994553356 +23.767291502905163 +28.35158254320799 +23.72194050316338 +45.643480694655224 +76.55494642503419 +88.46827634099908 +146.3309300299428 +187.4863684739626 +221.76268341317441 +268.4329205948834 +303.8416828184966 +297.71265847584726 +293.30392735907446 +269.22468531941087 +257.23764341424965 +282.65068814039796 +294.08974614930463 +286.8018314975579 +276.1939145055536 +269.83132817727886 +253.6675690219313 +184.03573844496316 +108.39212032539834 +47.344098918618634 +23.722157472405367 +28.344488440840454 +23.722286130573785 +60.99523559797976 +81.01304723941148 +95.00566427394915 +168.8337941372736 +206.4680584735243 +240.980713522213 +286.1973970072194 +322.944408236921 +313.5114402932279 +305.54796998403924 +280.0012899831941 +266.945652602119 +291.3376295306603 +299.9073567126922 +285.95716018821633 +270.5748659325014 +274.10444684629056 +251.09280427999573 +172.68677322151925 +101.75278537793965 +44.57520751644007 +23.72222678699943 +28.34455680955505 +23.774879496083866 +58.153774447487784 +80.81926309333947 +96.00876343527365 +180.34169780630205 +216.62783058522598 +256.77728146647155 +290.72861209664643 +330.49786871506814 +324.0614865231717 +319.5058404219103 +287.7230141392843 +269.65858809546467 +295.1661614837579 +309.55791209929635 +300.25647962630245 +275.93419471543103 +272.8439593018138 +239.16185386032532 +153.38438782305408 +92.22041013332705 +43.00753820000137 +23.7220799384177 +28.354424854945744 +23.764983514861992 +54.807387036373775 +80.74508655163885 +96.32641184410066 +184.62252554504204 +205.5637004366936 +221.1573441886183 +259.1480168345084 +295.70571033793726 +289.3677907688992 +286.2694185881585 +266.5498569203775 +250.44330210948974 +282.5765339831051 +296.35194989233673 +283.96902340729326 +275.39952470603487 +266.8228837826224 +250.51484273577768 +170.79056098629943 +104.5145002698507 +48.38567029988317 +23.72214772035474 +28.34447882467917 +23.72227663196182 +58.219750277080436 +80.87582353976718 +99.1903811587035 +157.0747915099367 +180.4700919485974 +228.9955919001331 +270.6247003093917 +318.6970640281019 +302.5310652458241 +297.34011948125556 +272.34283895345686 +267.4430513831868 +281.34253687521834 +298.6168874982874 +298.2364035796962 +286.8366380313801 +261.0273413350012 +271.47876961777627 +187.5868691619876 +112.92665647091563 +49.58402593822792 +23.72207952151859 +28.344411568022704 +23.72221019011258 +52.30897165436049 +99.37755436196234 +116.4788930859782 +116.19363902850421 +153.22622992777497 +186.57910720132105 +264.6358065569713 +297.27563734125306 +285.4034790102481 +284.08976681082106 +259.10924933965424 +245.17491350085547 +266.50757826604035 +277.9421920128806 +275.9041189698593 +261.8004375892824 +258.550771544123 +235.0628487192124 +152.30290793312997 +91.96812271416164 +43.05227067125951 +23.748256993983354 +28.344201798521674 +23.72204856825514 +49.45107800732882 +78.00362378622371 +88.91965797411274 +149.63642760833227 +195.737188737703 +237.2911068961217 +279.62951693696454 +310.0929010936084 +299.4090942643945 +296.2613690418619 +267.48852207822137 +256.7404554598464 +288.0871530872954 +302.79430327520635 +296.8828483870853 +288.3664067105201 +288.3940517887396 +273.8634763398645 +182.86414217706593 +101.57595191192114 +43.143175437054275 +23.72218318618458 +28.34455949416992 +23.774882414665562 +44.509083175423726 +75.66808460129845 +88.00352787168288 +145.46858844876868 +162.8275388552838 +195.98734037031915 +241.54900038558077 +268.8513946780186 +269.22561054382584 +268.87465862512323 +240.95555236146993 +230.6732196907932 +255.94882664411122 +269.3160023664519 +255.37016970276267 +240.41910942265395 +232.87860839163787 +205.98522847515318 +138.58485714113175 +87.4671896855918 +40.97269278518579 +23.722108637290415 +28.397128095685 +23.72186949790089 +44.04358856129118 +75.5443121374269 +86.4615135561354 +146.39011707403975 +169.8030069297778 +195.70019713717835 +239.19244184776332 +266.3954801402945 +260.4291260314331 +272.74873286886077 +244.09490333648597 +227.03419921258376 +257.154452445391 +271.6150693604414 +256.3527306126746 +240.79484828831096 +227.62720946467726 +208.93935894896822 +137.06649518991512 +87.37121154019484 +40.188842508179064 +23.729501615224862 +28.38982856309238 +23.721928328563294 +43.46662366021323 +75.2476102462585 +86.88810336292477 +145.05093920620234 +163.83361682373533 +207.04097761106536 +250.30001150298577 +290.8342595702879 +282.0370410567762 +283.2681950123914 +260.1384176716207 +248.38892423704763 +271.88104091418666 +285.53772945733806 +275.13197558992374 +260.53955075624623 +248.96880870017569 +234.48300587256225 +140.5483747378102 +87.44275603923019 +40.578954674673156 +23.774688212460358 +28.34411953699646 +23.721945059502566 +43.9648111439485 +75.5521298788806 +86.55587123152726 +145.80198866955826 +173.14755038941945 +218.7646627831264 +269.2935931547427 +302.11651993676713 +294.8598112880844 +290.07620878040586 +267.7687998103983 +252.56073285955645 +279.8333480755669 +293.46583788131727 +283.0062274855351 +274.74041381114523 +279.87860427049685 +240.12449552110928 +158.34840811020007 +90.541193591777 +43.586291431105856 +23.77233599098415 +28.344195916313442 +23.72204280266031 +45.18484946588217 +76.17039459680478 +93.58348869515201 +125.63625899053747 +176.02383604349055 +247.260809658776 +283.0776150855736 +302.2978232547876 +290.25178902002153 +284.7248674523956 +269.4768369217517 +261.73304052864364 +269.8812347015472 +293.50597943146903 +288.7168266276946 +285.2650687741868 +268.2597263368565 +253.03114445729094 +184.5283687372155 +109.3503737335399 +48.64668223938225 +23.72204918430089 +28.344381653532555 +23.722180642597777 +57.66027631735539 +95.34505479450618 +117.63932331695563 +117.10506830367468 +153.6485831743104 +193.32869757832432 +270.34694081310914 +298.4178996312306 +280.6232321267248 +282.816203164939 +256.17860180535826 +256.23031802453175 +271.3733419919632 +284.7133291461252 +275.9511529519801 +265.2028192101717 +277.85242817749025 +248.85519886411512 +172.38188353525896 +117.90115873266477 +45.9986583836199 +23.722197224228285 +28.34434111261415 +23.722140594762546 +56.811145360853786 +80.89145052028998 +96.55727833675236 +175.22959649442475 +204.50115678352512 +232.05188034753377 +273.84343245612547 +306.88777511170167 +306.1052973609589 +294.96121194121656 +250.86847356909007 +259.2389331780699 +287.1621890199473 +297.7303056728028 +286.66702053262946 +278.8028402495113 +293.61640160430096 +260.09281729014714 +175.52906118201003 +103.44083199727162 +45.37775018094316 +23.72218780499374 +28.34451835817757 +23.76907551779964 +59.82294920641363 +81.98588867839526 +96.3454769839416 +175.79624542163586 +208.59079278444585 +234.66895796644062 +274.0288390551003 +308.53149031445963 +299.14463972613953 +294.85296855152876 +269.62360038372327 +256.12775960777554 +281.80788276488266 +296.8571475913439 +285.91752130157727 +272.0072081699238 +280.8655798209246 +246.79105872644706 +165.20516763864217 +94.74730504986567 +42.888030054037635 +23.72216863820957 +28.344499456022273 +23.722297011071024 +48.71906639161245 +76.67027393479943 +90.31275490148056 +152.8423053191271 +198.79341447715277 +236.90477201556544 +282.9762583084634 +316.9508472469986 +307.5727373226549 +305.04948177003206 +279.84679497247566 +265.0592795744023 +290.31657787781285 +302.9595029266316 +293.61214749694443 +282.3727514694279 +289.9271830811452 +261.5110865807197 +161.27481572970103 +91.06221627411574 +42.20415060351735 +23.722190745543514 +28.34452125717849 +23.77484086303043 +47.386849775263876 +77.32911550361781 +89.42030665206082 +160.42722011131153 +200.37064570011268 +253.22763384382182 +293.7600851996078 +328.1456705905926 +324.0387818856681 +311.0725167278233 +289.4851097055775 +271.9100843428547 +294.33916127266036 +305.40636703615303 +295.69923644336825 +283.2350456045123 +300.88485968948 +277.15692237371707 +202.9126182997183 +120.83808403203284 +48.14151999734398 +23.722069506528705 +28.344587230968482 +23.774912555457448 +53.438243261899736 +78.46206316092868 +90.78423333271738 +151.36217329387512 +174.82990727509448 +206.24488135581154 +241.5182315135394 +283.85341409994936 +279.307157468776 +277.7650972957613 +258.94873427110184 +247.32555555617208 +270.9801081007616 +283.72799899892254 +267.5639595158889 +248.56919567653642 +252.3063833417716 +216.85108187250106 +138.96934576335576 +87.41949382749009 +42.227974686230375 +23.741470617720847 +28.37751576245151 +23.721933852209535 +42.24569121684248 +74.7693056287177 +91.70222752158342 +117.40720509270025 +145.79482138558052 +192.86898759192988 +243.02422638644512 +263.05530194630796 +265.0552868809677 +263.0680864362139 +248.36685726964836 +246.4339130009863 +259.72328963459563 +283.5929553723519 +270.43219623478126 +243.72035621010335 +218.6601525534437 +201.92286427460124 +136.95707141771763 +89.63490212874954 +43.990309118365374 +23.722151480855597 +28.344306847409975 +23.72212927246721 +42.44257504185241 +82.61939132221595 +102.18270787111453 +115.9702138214116 +150.6031302605693 +176.8439098840219 +265.0716139361062 +304.76802877046265 +295.8768723465278 +302.67585635184895 +277.89757614531305 +273.04286297293703 +289.7930800555811 +293.05487601031615 +288.4130651570055 +277.69871952440445 +292.261592450107 +260.8479787125946 +189.10893136234793 +136.90078218624762 +47.73847173899045 +23.722160078983457 +28.344491011193426 +23.722288673900177 +65.25549325263628 +86.7118688015561 +100.745972852551 +209.17815427745208 +241.36084885414226 +259.6483229357843 +290.3856028977115 +323.2986944458874 +320.74728022387114 +307.23253568409075 +286.9581221177681 +270.3663333450857 +294.9025857739979 +309.2920097300068 +298.95993293291673 +289.4220355766853 +305.32553518460645 +280.3605463753305 +204.49626307260797 +140.854510264035 +48.141760922922074 +23.75524367577121 +28.344223088251663 +23.72202403025018 +64.97534511570188 +86.41320856670059 +99.54903816752989 +201.8725341486073 +239.5555735444915 +273.4331838350675 +300.1378335332389 +329.34037976455687 +319.03034809022 +316.55515279382575 +282.3289535289045 +254.2830842287334 +268.9571175156221 +269.0013938366938 +240.63117757815778 +232.36313282440324 +254.79354486876585 +216.82903590165196 +142.69087625714778 +87.5195231219826 +41.86313403344513 +23.770288811699373 +28.34419641905988 +23.722020665468175 +47.47334170884119 +76.98376117518134 +89.53262615116306 +146.38105622886403 +172.9008847342151 +201.4203425944638 +248.47513285760832 +286.225014904505 +284.91082554367597 +280.9824706861492 +257.1511718287653 +248.6314167930707 +271.65822798392173 +285.73312781653016 +272.58456199821995 +263.7114797206584 +269.41495708161744 +234.4628747097288 +152.72895301876272 +87.5206157674692 +41.78570114414015 +23.772227344761006 +28.344195942839658 +23.72204282898314 +44.839083754659235 +75.73872585713637 +87.4727336560267 +145.86023716423517 +170.0007125004491 +223.36313373211829 +269.85387733975034 +303.98001029895624 +293.42865148320607 +291.6186886036479 +269.537197417053 +256.0409987908641 +281.716097017223 +291.38887851974584 +274.9673062391878 +253.16171202272486 +259.43188867053937 +226.249383406148 +143.59000411151692 +87.50072958652245 +41.73665527857343 +23.769085414149203 +28.344196712147237 +23.72202095080188 +46.769215977536824 +76.39841850110844 +89.99799230439994 +152.52822095853324 +200.51387157656407 +242.94549341144943 +281.96348643111753 +316.4250651937795 +313.1984767306559 +310.84635738065356 +287.6353422512616 +273.40931198546735 +296.3891230253122 +311.0605106470024 +299.21528783410287 +284.655600604317 +290.5841241569133 +256.2161912478708 +172.24999346406173 +108.27870586025512 +47.271198394511664 +23.774736148513462 +28.344186864856294 +23.721988254395566 +56.161188510361264 +81.03366253780717 +96.2197690003114 +127.46811827507486 +170.30712627708664 +220.55324274026714 +250.0293671916668 +273.9890150043863 +269.0476036928363 +264.73571579104356 +242.38185584823432 +233.60976828698256 +245.60119221758364 +263.0032157823024 +253.36133888731138 +248.77904199344133 +236.5724481906968 +216.90393626868828 +149.40471304255465 +93.75308136871116 +45.634486274614865 +23.729616118647648 +28.344206359924964 +23.722053031486904 +43.452278877121316 +81.58701180548654 +115.45495931300144 +115.8405503964693 +147.1118763437893 +153.76058460095888 +222.82904158836186 +248.39689782237195 +233.57445222079627 +247.8080444522962 +217.49933280826536 +199.89560679203927 +216.90525624544694 +229.81339540285322 +221.64546864232636 +208.93849182851832 +221.88522790831465 +194.83278706534134 +127.86758612269777 +85.26675264211438 +41.28477304482314 +23.72204583991814 +28.34435600030251 +23.722177621737696 +44.37509068685928 +76.1682433189464 +102.95581351523961 +146.23743878518152 +161.38158006018458 +182.1872197957289 +214.8060253265006 +243.09903888852156 +242.35483363632707 +242.54429735075365 +207.97120964691146 +203.55078816906777 +229.85478419999083 +244.53138797484698 +233.0683695961245 +225.53790383170067 +232.47611042289364 +208.39909818897007 +137.02221642050284 +87.35440562882378 +40.33420953377906 +23.774670471666518 +28.344159642176827 +23.722007275146616 +44.08969034685923 +76.02443017639595 +102.54261382272296 +145.9444931484154 +160.81645319994695 +184.26416187225533 +221.14046438329288 +253.81872968787516 +252.5088384882807 +250.06818374593604 +228.17951717399336 +219.76518145371028 +242.2104107968982 +252.90575866756132 +242.09881488769145 +224.09736666625622 +231.1444605423257 +207.53649944868133 +136.98025651694786 +87.29149630621879 +39.83153758450539 +23.72216534821848 +28.3971242959776 +23.721865974821 +43.21272978659982 +75.43209442611385 +102.21838617807498 +147.06660734801574 +160.44804773257655 +186.4677611084232 +229.59259636404875 +264.151815794528 +259.6607794024261 +260.19973409233154 +243.01014594149723 +222.32825849784203 +243.0831105195069 +254.8214677346984 +247.6075198738809 +241.84652731815254 +252.2813602996656 +212.94554997158494 +137.02355198619 +87.41055991279418 +40.813212329638176 +23.722117047350412 +28.397137144551685 +23.721877879636473 +45.41419641768352 +76.66829112707022 +103.86938323384106 +147.42942812909732 +160.80707529228567 +178.75575304221263 +209.61884256237764 +253.4796824779839 +276.13271683241106 +279.75927001342427 +259.0740767895259 +245.64713849397413 +267.58869597243955 +279.2178501098564 +271.4578304871879 +250.3496045654623 +251.03084436489843 +220.8568690296763 +141.8015541311231 +87.55332710602552 +41.861926928236485 +23.722221922640994 +28.344530366172606 +23.774874531643853 +49.50729644053864 +78.51449700770956 +105.78791801509139 +159.85966504549887 +183.8610134759149 +216.37425981868208 +259.58850763245925 +300.944659865941 +291.7318060375191 +292.1590715381117 +274.7918730156052 +255.66314671747128 +281.40537098760876 +294.87334847957993 +273.69190699243075 +260.7817015278942 +267.48079785890906 +236.47411027940834 +150.60220934000444 +88.13460809408396 +43.98860995467416 +23.722171548330397 +28.34448048062936 +23.722300077080877 +47.23521054665143 +77.25060679595214 +109.1970330424734 +131.1223788116657 +172.47427798787137 +245.11481606098042 +283.592155323488 +310.7861343313532 +302.7211984229558 +289.99701515370145 +266.9691033763071 +270.2399747864441 +237.19632644131042 +293.9844998898543 +293.3016982581563 +285.9591534591235 +264.94856682738 +254.81810549570775 +184.45904345485755 +118.74209153536518 +49.2062761868988 +23.73244014204618 +28.344228641450446 +23.722052108282327 +48.230655424123505 +87.70552305984496 +120.47091089308638 +116.10962770332141 +148.38282769566234 +166.1782044642788 +235.7458028102491 +268.3912259800627 +259.15366407592177 +269.59302202714036 +248.64236379441465 +242.50638082778894 +256.68450192066297 +260.5099218206291 +256.55392729958123 +238.17977250104542 +248.7005150252297 +214.68671399947763 +137.53408201205355 +87.157057135475 +42.81002305654822 +23.722045409472422 +28.344355576670175 +23.722177206578323 +55.430153684933586 +80.38660981209256 +106.73235366648511 +162.89990106054853 +189.07178006832802 +226.65398294426376 +268.13159017862364 +302.074205135964 +301.03425688167727 +301.9884318647875 +269.7266564075882 +258.3269138612343 +273.20405557886323 +267.42398253064835 +272.76848004268203 +271.6295885058332 +275.67358590066345 +245.35630587727107 +156.0545891467055 +91.01985931106165 +41.87133906724466 +23.774687218429545 +28.344141957891516 +23.721943908419195 +45.617873801882524 +76.50388676628117 +102.85816655217799 +145.41366363397836 +161.0452771790828 +180.5400342326133 +220.70816402632556 +246.79559990316113 +256.399294241648 +251.6146743871206 +221.3465108894974 +206.34225797476657 +240.71580575914126 +269.57534242778104 +268.16420181651495 +259.943507043705 +273.9193109190051 +238.67332566137546 +154.94659617304657 +94.31940351770066 +43.167992519384455 +23.774705173673812 +28.344158437462198 +23.721960182452662 +55.40791524481893 +80.3656237799037 +106.1448554542998 +157.15626541647583 +179.19481196896544 +200.62268651854768 +215.59918354058024 +253.33808530964558 +245.42774025517662 +239.08169507213566 +226.8835052027094 +217.54541809628697 +207.85792722950495 +211.89113344508203 +196.0708262732328 +193.38832425513783 +208.3892897667633 +194.51171228951932 +136.72262409413543 +87.26110852651912 +39.3692124314677 +23.77473900625855 +28.344142282074777 +23.721944228556417 +42.206115393269144 +74.78963865639469 +101.47158101377285 +144.13689722715213 +160.601903237472 +179.0540515838193 +209.45877998620963 +225.79066554293286 +208.2155936422975 +205.43309278381787 +187.0744157235692 +179.9434640175945 +204.74449326390885 +212.11490502534437 +196.24890093599865 +192.7749007189807 +208.35948885708927 +194.61472547147204 +136.78704826467032 +87.26006292363138 +39.374938817172136 +23.774768036593382 +28.344169019964855 +23.72197063152333 +42.8940855671167 +75.28200820676253 +101.9226533125765 +145.86711802992428 +161.0486518890983 +178.6028235241716 +209.93713668952483 +230.45101516419476 +218.0591981577462 +221.57172867080138 +194.74755182095745 +186.63372426296883 +214.9307977949199 +222.15957832219686 +205.00521057554872 +197.287135929238 +209.34707001183278 +194.58994815057076 +136.75732685838008 +87.27920118077053 +40.73888030169753 +23.722171558266094 +28.397156611293056 +23.72189520556054 +39.508894980558885 +73.71842186739934 +105.16158566906324 +115.47580079628443 +140.03045797873867 +181.23246038655918 +208.18717033188452 +218.4030108554038 +203.39007095486926 +208.1146555129788 +186.65398992419154 +181.31155303676235 +202.5807847143769 +218.48366922329896 +213.27220710423367 +201.9077343715751 +197.01166755265544 +192.29743464651168 +136.6979582154878 +94.48148607148603 +42.991114341883275 +23.75896124481951 +28.344224614589447 +23.72204814409721 +39.11981649110505 +75.16433843996083 +106.75948361458904 +116.27036924176413 +146.73181146195031 +147.2510180045573 +201.81974223841084 +227.56720304352558 +204.8996283517887 +212.3189973083004 +185.21679801842916 +180.1242827394045 +194.3132410645099 +210.297382740445 +195.3634303542112 +184.23171725086223 +197.6385492300125 +183.7093484125101 +133.13811517356189 +89.00554231231278 +39.393910878016214 +23.725960725495714 +28.34423215999201 +23.72203299277101 +41.350921123372565 +74.1849329024717 +100.56705420872865 +157.05736130603563 +169.11445562114346 +179.52976744208382 +210.35286942296713 +244.42205721983245 +231.44149731779362 +230.02026621581712 +195.53059363134116 +190.34587651192444 +212.07719500845806 +226.74077111617413 +207.53357577986202 +191.4926232068286 +208.2949967229347 +194.5041942515176 +141.19241923113066 +90.92203700177963 +39.34581352083006 +23.72232857115263 +28.396921038558684 +23.721939631881284 +42.045153014707026 +74.15555224909546 +100.51774522995923 +156.1532287984952 +176.5243420205909 +179.0875708501902 +209.95119225304606 +236.1407980456804 +226.27731773392824 +228.7160879056736 +201.62902297208393 +193.13293997616296 +222.94713216678295 +232.84637633978508 +215.1489875037483 +199.03560715939466 +208.32100287151215 +194.52970432376338 +136.65322789652737 +90.68718599832599 +39.34699892179349 +23.774735284517877 +28.34417111403621 +23.721995529482882 +41.96558145554467 +74.13826496166449 +100.51591571648235 +155.03976858435044 +175.46922085627077 +179.14020302384853 +209.76520113562466 +237.56493688768927 +231.43771862951513 +219.95480977232418 +187.26495648477754 +180.2014668892046 +206.24347861746514 +217.1159023180637 +210.88676040904096 +202.38376972241653 +210.54837769803237 +194.66027120184634 +136.86757846097262 +87.27518767925636 +39.44801125562928 +23.722170555980696 +28.397129922452667 +23.721871185478744 +43.26567525888812 +75.14422361816794 +101.65411425052255 +145.5156941593822 +160.1276730002268 +178.4896293854206 +209.71546806125346 +235.3383223728702 +225.8146113807129 +239.96209437219972 +206.16548029749552 +201.07760934787134 +227.44122828817868 +240.42774913367447 +225.41522244766662 +216.72686863304077 +230.4000729076224 +208.9192170778498 +142.01954084506326 +87.33715949976424 +41.0461239171738 +23.72222275947354 +28.34453119433185 +23.77487636757876 +46.37400890935353 +77.10552728561781 +104.59374038287757 +149.7365631975784 +172.87740356805472 +204.486467823567 +241.38284317129373 +276.7921237921339 +274.47938479545263 +267.95444334592753 +247.38674533265998 +234.01618946833412 +257.8472262970464 +262.66124691624907 +250.0832738595922 +246.4628303347584 +259.9278399423333 +235.194141206567 +158.64932052681831 +87.88118928638144 +44.696341642236156 +23.722208182310595 +28.344516756971665 +23.774859806254796 +45.190062186369694 +76.29818875953379 +107.49995312127623 +117.94807759379094 +151.0903547524284 +193.23751057565772 +236.66449545109907 +256.3983069942836 +251.22534636300014 +240.20346901368885 +233.31514973440702 +210.11475679714474 +226.38655437778738 +244.42129401333813 +228.0269379709061 +217.53125722152384 +197.67691370931848 +192.3388775663624 +136.7876729895275 +89.56841991610389 +43.05265769878713 +23.722331097970617 +28.396923828049 +23.72191912053943 +39.58349216845483 +76.61784676855675 +108.02885703305323 +115.72515051642627 +147.7395152335952 +147.61051370232929 +201.6512888965074 +220.20317617539942 +199.027117628018 +200.8933539798745 +180.2653197659435 +177.02932217681473 +194.4836948336588 +200.4477500628692 +192.18301419650064 +183.64545447033828 +197.60385268683322 +193.7757598812702 +132.59794294668188 +89.12145590087852 +39.35297634873772 +23.722111078892492 +28.34445413576074 +23.72225223888941 +41.907349302483524 +74.55551159645572 +101.15273134992896 +146.9234489834379 +167.79486108393723 +179.08138402971215 +209.65434166226402 +225.93825039696296 +207.4877726525349 +211.98952631959105 +191.68962317869745 +181.34763218016596 +206.64314862574557 +223.76045134730282 +208.5823513970131 +208.92973069231155 +208.3473394243626 +194.59055170482873 +136.77102161794252 +91.90363073846022 +39.34624488766268 +23.722193561647188 +28.34453548315562 +23.77485632126965 +41.95456237945099 +74.36410402358565 +100.88422419744313 +152.50681090434216 +160.23840262693147 +182.29402199032089 +215.76569971320882 +252.87683116321202 +245.5787926060729 +249.07664647496904 +224.6983685829226 +216.80317979441952 +233.20126765592852 +242.67263189971882 +235.26452588706326 +245.3391417300415 +240.965582222138 +215.83168900245388 +137.00591165912152 +87.43557443060385 +40.954889896204946 +23.722060470643285 +28.344547092804774 +23.774892633219107 +48.06216584171137 +77.51838346107485 +105.26678307769696 +159.85122406594675 +184.76188308222834 +210.16214082806027 +248.48675682285852 +292.42078588823966 +284.1055478285703 +274.8791852491126 +249.12698482232247 +232.5322026155062 +259.4355339130201 +272.1597478056615 +270.9986386300842 +278.98842148214374 +281.66097029000986 +252.2198829977573 +181.06806381406875 +107.62514248116936 +46.73628928826736 +23.72208358224216 +28.371646985425283 +23.747580777553086 +59.71091174152592 +81.91880188379518 +110.7804347454233 +172.96861773080892 +191.66752214149437 +208.95542379323834 +257.5947747492121 +297.82327126558357 +287.810782793697 +285.1158911131636 +245.19911534366943 +234.66396313538897 +272.42845417105826 +270.7877275748862 +272.44779015418106 +266.57551821448243 +258.34697654196964 +226.32086432886683 +149.83464021279426 +91.36577599876793 +42.38558429290462 +23.731296223632864 +28.34422892177053 +23.72202979241515 +50.34439037568199 +78.38832976593652 +105.53865464213973 +154.8164491174377 +174.50717102817597 +218.93671264989823 +274.7931038769691 +313.3608554459117 +314.94558977787244 +302.1407572737737 +275.4549890265783 +254.46727193963315 +271.334415221753 +287.85290185630316 +282.0571640508739 +289.95461805637393 +293.26557563845887 +259.2651851950364 +172.11904088547402 +105.82617497954024 +46.79434401342982 +23.722148868131693 +28.396916449909465 +23.721912372894916 +54.79956003308526 +82.1178842722119 +114.85903854465053 +156.49391094264521 +197.10371437849926 +247.0569600093691 +269.89427115122226 +303.36992076974957 +295.33794795563665 +290.7791381511991 +269.4229695424976 +261.7932258903745 +275.2102657859583 +295.89840892595015 +292.12135604329535 +304.04621651512207 +275.2713159614741 +268.10973580772946 +199.712737693746 +142.69232611204828 +49.92329874764951 +23.760039420957533 +28.344221921350385 +23.722022877217324 +57.84124784590298 +104.79637232314025 +141.30664690525518 +125.26224204870637 +157.3371963922366 +177.90293922006435 +249.72708824112595 +283.49435212309885 +266.17003608141516 +268.19126027704687 +235.94283623400938 +230.78282489190227 +240.96670328974557 +255.98418438494167 +239.5718925029976 +238.39532304137643 +220.15906804345315 +183.9674898491771 +127.63001249943456 +85.04520775606254 +40.01373769767194 +23.72206704225113 +28.344376995797248 +23.722198273621224 +42.73585849080601 +74.8195448778874 +101.64228523756063 +144.5249114856652 +160.93292348619983 +178.8845101632473 +209.97730391547574 +230.68020877672473 +228.94975306066493 +227.1417302169328 +194.84312134560574 +183.3010972441033 +211.88587597265382 +231.129299488931 +221.52963544065022 +233.3793617137401 +223.13387186007319 +194.70347338857005 +136.80097590067373 +87.26497087226956 +39.3442635045018 +23.72216345242549 +28.39714789061902 +23.721887124561157 +42.45593911862352 +74.91046447866846 +101.37612093798525 +148.13330573304992 +160.80323277502603 +179.09148078640254 +209.94379035501373 +236.3166922377298 +229.94465907463191 +227.92614882961306 +208.0557072559023 +204.3087547353995 +223.4447344690785 +229.92075477834254 +215.78609036087602 +227.49278848706246 +227.21282655659434 +196.73991142515817 +136.85280202843774 +87.26036799793785 +39.438758459913046 +23.72221829406421 +28.39692670893028 +23.721944797993075 +42.631814264154464 +74.82485966091974 +101.3148266751562 +152.82963847894172 +160.44062305234436 +181.07794902117627 +222.4870783264366 +267.53334505297073 +262.7156585795719 +257.8315647338207 +245.68832076505404 +227.5260430819185 +254.98560805940215 +264.53242656188917 +247.09423395995765 +243.4963404597047 +234.68202976057722 +197.5341626460615 +136.92005576544673 +87.2575949944591 +39.68784432355847 +23.774653645493604 +28.344170680810336 +23.72199535402529 +43.0005388842681 +75.14314453691246 +101.59480482437318 +144.55808189643346 +161.00022409479857 +187.68724471626305 +239.7570796487211 +279.28186181915333 +282.88677875397866 +281.2089276022807 +258.6480133078109 +248.1207603709775 +274.4072814947661 +284.9389115600155 +264.13743500168187 +261.136812170189 +255.18930464341756 +211.96395684591533 +137.06671030316244 +87.36626862702295 +40.46441725586692 +23.722149740840482 +28.39717232038274 +23.721933560759524 +43.971082988594816 +75.58281121581118 +102.15221878778671 +144.7659119729097 +160.31300637829685 +178.8237000153873 +221.806040841624 +272.99398306886314 +261.34705751514826 +257.60173042747766 +242.1931164382015 +229.24773560064185 +254.4789215857726 +259.96281164791793 +241.42244275201878 +233.12767753917822 +221.82228434270218 +194.82358440277534 +136.9005101231937 +87.25345879911696 +41.0236239664816 +23.77468355185276 +28.344181333091214 +23.722005579773594 +41.216668131160226 +74.47536529626922 +105.88877754278069 +117.74571622624084 +140.1180625395282 +181.13898317266376 +208.18930748200498 +215.13776163044972 +209.53710572927656 +200.82754327430087 +182.48281401564336 +182.2602798620967 +193.79038519933405 +218.48336589888365 +212.3078046147143 +223.5491750783243 +197.82221610689749 +192.5084241722534 +136.93637986071892 +89.57665421053734 +43.861150536497696 +23.735412517635773 +28.34420494342992 +23.722051643920203 +41.75618536032686 +80.32071557999706 +111.95178838682958 +117.52088371535552 +148.2803942342905 +148.1313327975938 +202.5505313121088 +227.6291553840777 +225.1261730138422 +214.79770997257702 +189.96503600119925 +184.71037792436275 +198.56069071888155 +209.11717538120246 +203.68176991889055 +205.6504241621355 +205.79401291548973 +183.9753408934034 +127.72253788187271 +85.01744988985298 +40.23922660712206 +23.722218817566112 +28.344527291740736 +23.774871208298624 +42.97524301490905 +75.31063939576686 +102.01483202403244 +145.6909335742789 +160.64291052988992 +182.61429496003967 +241.03359276435594 +288.8082123568672 +284.87680257869545 +287.69011344928504 +258.4755685123093 +241.23650434564084 +270.79439970114026 +284.4486639028096 +275.8000079866041 +267.1121819860648 +260.0132308162914 +234.29447168600072 +158.0024410406947 +87.36652586995463 +41.137171729681235 +23.73810747730205 +28.3810678709822 +23.72193111925338 +44.59616392387226 +76.43613007602902 +102.94757022932565 +148.25605869448216 +162.38078419880662 +179.17986651580705 +209.73850949393037 +246.0365563293513 +248.37319202251862 +259.6075197738094 +221.6111944115067 +210.37752507725145 +238.15002422700087 +244.64306405387796 +227.385771623558 +228.33031504617446 +224.17012400924105 +202.4481523114168 +136.96413918118915 +87.38153565034219 +40.595423442436875 +23.728778813680616 +28.344206568709797 +23.72203064336876 +44.57226933673261 +76.0433589937073 +102.77995293050812 +148.21063856631565 +162.38462641345097 +178.65723261257006 +213.897420551229 +242.43437010578 +251.8323773623428 +251.3772549138855 +217.78722726793492 +198.33827164344046 +217.09618089925647 +212.9596442525843 +200.61585804079218 +207.89495209156792 +208.25282105704105 +194.55009858380012 +136.62752752446076 +92.08096752513597 +39.345358065626634 +23.7220628950728 +28.344406619358757 +23.72220530265763 +42.38411146940789 +74.68999498678475 +101.27194705611984 +146.8372487916052 +161.47923462112826 +178.35039566148194 +209.24658526753927 +225.59783611027055 +204.91785904286425 +202.47696739015942 +186.5482197705613 +186.2877905127951 +212.66557636703826 +227.63598554211373 +200.8170341839586 +207.52507380036022 +208.00449765196416 +194.26186831452983 +142.9122828486195 +90.96184852585522 +39.38518751832345 +23.74970670284409 +28.34422672807246 +23.722027624929623 +41.19322197100126 +74.14385779553291 +100.4515240451013 +159.32712092651556 +174.3703127785151 +192.0367180048339 +220.84281143101896 +225.41491231056395 +204.9224801918898 +202.3907136314303 +186.34548151015397 +179.3378892143416 +202.34144540212958 +210.46683604305667 +199.8429813227178 +207.3835216087266 +207.88552048145385 +194.18082899840397 +141.49433321668317 +90.67308265959294 +40.7641921301014 +23.751178630575506 +28.344226391665856 +23.722027294960533 +38.39363890775472 +72.92431822508567 +104.16891394777868 +126.48450980317782 +152.29733117861107 +193.90190446559347 +219.44498625982183 +214.84011400972065 +203.050030822057 +198.36384550464064 +182.52934382775348 +179.7319308675969 +191.89502815402017 +214.58273360894427 +210.30622528249287 +219.54823591355193 +196.94596046778963 +192.2988541606108 +136.75068437759498 +89.53463636363853 +42.977704753223016 +23.76919509958271 +28.344220573981858 +23.722021544610364 +40.04576218498747 +77.09457627089753 +109.63648146627956 +117.57756741037845 +147.3259754117974 +146.8621906087245 +201.2495086051036 +219.89591498817967 +196.90691301777628 +196.66800113612067 +178.5872477020829 +175.9145438271978 +190.64202907486666 +199.87413959151002 +192.98395577191346 +197.79914703569005 +197.43745601863583 +187.14726397617733 +131.07497642827133 +88.65740146041874 +39.34257516459464 +23.722143186789808 +28.368158142548534 +23.75097524303297 +40.95410650835284 +74.11905141141568 +100.51352318476495 +155.63044911016692 +173.2245740308538 +191.35089000892089 +219.55645056037437 +225.6014106726592 +205.11232670270414 +202.49888844781384 +186.44233395292036 +179.6190423338619 +202.91323906579518 +210.40580267547932 +200.33814849102424 +207.63013731742785 +207.9771410314028 +204.31804707865726 +141.1687981026034 +90.74956310692646 +39.341863107786985 +23.7221601667037 +28.344465305360483 +23.722284915775717 +41.02179667964485 +73.8497229264392 +100.1425064077003 +152.22914268646082 +169.86353290324953 +191.475822707791 +222.23441645568312 +225.7136879119209 +213.5176066329406 +214.5286397046367 +197.21064608373766 +185.20727709783688 +205.56107614477708 +216.46423031089486 +217.5065739727015 +218.3735858438152 +218.29193677508803 +194.6307363749152 +136.81161366194777 +87.29735985080212 +39.69241366289448 +23.722220250402874 +28.344528707717366 +23.774872739316397 +42.675583425865945 +74.8989740476006 +101.33095245704699 +146.25733749142134 +160.46296201317995 +178.28088497399625 +209.44268632973197 +226.83744881162028 +205.36579913703522 +202.65891817947167 +186.3175447547835 +179.70499646668395 +202.63473064828642 +214.69459660493 +199.48118473066347 +207.71430854078022 +208.10955704513827 +194.3281946362792 +136.60392447524632 +90.72637066088903 +39.346752293132056 +23.722199486121376 +28.3445413246087 +23.77488827859992 +41.291237426719796 +74.22976508998887 +100.5336747130672 +156.33509491776533 +171.9165426283948 +186.14064390069439 +209.67230640384878 +229.05823587411825 +215.4077070003973 +214.76503405871367 +196.77007837381393 +185.43544276334674 +211.68904798672386 +222.9847251442291 +215.84258508849575 +217.8827191266045 +214.37682395383436 +194.6262625243566 +140.03815571795937 +90.71698145761054 +39.34414014536277 +23.74949603787858 +28.369503485522856 +23.721958937369745 +42.08516704401981 +74.52562737253366 +100.92744257511451 +153.0511662359697 +174.4665323098477 +193.79085540917012 +221.74815023622418 +225.3182142600687 +205.19946228696637 +202.59215887343024 +186.61882614102532 +179.85368127860644 +202.55468597637307 +209.8710391230632 +200.85667247490505 +207.45446294458554 +207.99526530076588 +205.23575805937227 +142.30619792394563 +90.71156442662813 +40.73563273941501 +23.722284079616347 +28.397153067144487 +23.721868662257013 +38.42814643292588 +72.87645031295344 +104.12261940165621 +125.65564224903157 +152.45879922556088 +188.96802972805207 +213.0020084261939 +228.54020557803034 +216.68289853786516 +213.1670426023182 +195.08428490572473 +190.8987290241491 +201.62288508317553 +226.28121565689077 +226.4379033563443 +235.29210374048213 +212.79976989232782 +206.3020975446334 +146.84947925902716 +93.3606230017556 +43.04861596074197 +23.721899277681022 +28.34424528560734 +23.722045952894124 +39.85910440813174 +74.67678604510871 +106.23386362278937 +117.54813452635054 +148.4667824267731 +149.8623783324798 +203.8388401192833 +223.6187568590787 +203.70850883822789 +204.3992445296655 +183.37651610433116 +179.68883918528775 +194.74767120500462 +204.26553537652595 +203.3756420332803 +208.01316265265356 +208.7443759051858 +187.5447645631576 +130.78157720984603 +88.44110545950083 +39.34409309002402 +23.722191726527992 +28.396922429298844 +23.721894835854528 +41.828104916460326 +73.31108427777302 +99.37069442975897 +151.81672532609153 +165.48267554396503 +187.40530439383787 +219.19376177597675 +232.86730125207512 +204.61606442537192 +202.17290714304093 +185.95056396247787 +179.26175151182946 +202.4682839282645 +210.07834535349113 +201.28522835679453 +207.47469001515552 +207.80890800330903 +202.42088471095508 +140.6812361480857 +91.21041996488132 +39.34448960875166 +23.774699027833464 +28.344184320880306 +23.72198574027328 +41.20204491983216 +73.43360546513271 +99.97183406625304 +159.7586497339873 +174.76420253429944 +178.38635253546033 +209.40097741730554 +226.4354388909452 +213.34060904521456 +212.79419730484486 +188.32707418831325 +180.80029875629154 +204.16974181452218 +213.67694694587345 +202.4943500374784 +207.73308821523784 +208.16502259256538 +194.40492315623746 +136.57177914979937 +90.72566401448604 +39.34761493846052 +23.722195696364004 +28.34453758781933 +23.774858612654377 +41.69384686727667 +74.24702386112654 +100.60462800330369 +160.2744420986382 +168.23999113646755 +179.37806769466036 +210.26816950730299 +246.96584524483072 +247.0076146256568 +247.74011910492058 +222.8299961923714 +212.7454157882388 +235.57993839375425 +249.89863615350578 +228.44965466626692 +221.7246326535481 +214.51840120908048 +194.5485825263802 +136.78627840885645 +87.30320428641973 +40.01347642273166 +23.72207382682044 +28.344569952972588 +23.77491738134928 +43.11021705503661 +75.11543207466458 +101.83374676908227 +146.8576293416058 +160.47813321968093 +178.39784125318195 +209.6511967905797 +236.3681402962946 +220.2563553442412 +215.31603159494838 +198.31357845293078 +185.16661706193307 +211.71613519452512 +221.5704410158133 +216.53728506622136 +218.06334909770783 +217.5033642005665 +194.7717793367161 +136.82455913182557 +87.25336794948707 +39.39167871395835 +23.722205147818404 +28.396912324006458 +23.72190859678505 +42.272569786033394 +74.81539241657048 +101.23532782917522 +155.40370005392302 +175.52778368784712 +193.24775053863422 +221.17363416254196 +225.6926465877707 +205.13206650560673 +202.50424586000963 +186.32625341028142 +179.54786053151065 +206.28020569543438 +218.01146282048674 +201.42480464248578 +207.48415596087833 +207.93158893533732 +202.49631021595764 +140.84169815686832 +90.74488711572468 +40.73122126474999 +23.722205127837952 +28.34450976305446 +23.726950147178325 +38.53365025736098 +73.42798783332746 +104.02028808004683 +140.13930991494107 +150.98634609499965 +187.82838737644357 +211.7356865040564 +224.27892002293078 +213.67128327584112 +208.96998222742033 +189.00737755685347 +185.55551349282507 +198.06553752782892 +221.55137568147188 +224.7234085418289 +233.37236645733705 +210.51848866008487 +204.3654072407261 +144.5979755773763 +93.0096886331982 +42.98946045164757 +23.722053572251966 +28.344512543023747 +23.740230165725283 +40.04771655911999 +74.70786544015138 +105.94220281018728 +131.45404513857198 +147.86939381754274 +150.13585575367674 +203.9376549218703 +224.8916729168525 +206.64115100981482 +207.6334061361301 +184.8207980378469 +181.4654387295076 +196.4343076035205 +209.01467249683677 +219.3439740729288 +208.4441579487183 +208.88157746246418 +187.52261441041082 +130.75590895931094 +88.44342045359794 +39.352242119085005 +23.771894980863106 +28.34421994185764 +23.722043548661553 +41.70553669694144 +75.39197968826036 +101.75548466563035 +164.23373377625686 +163.7483049038852 +183.17598059714035 +213.7138309357448 +236.05808357237717 +221.21384297354535 +217.53904770906456 +196.17108206331199 +185.08182437925356 +209.3340527422862 +220.97944813071078 +229.7797906351821 +220.36684323120053 +219.87937628016735 +199.38052792111674 +140.01124948380678 +90.68536894338627 +39.38238523045766 +23.740012399628117 +28.344227411119547 +23.722028300504913 +41.83264950809976 +75.7988188107338 +102.1214734384891 +164.23443502174075 +163.87999048738487 +182.35104125731803 +212.80183341771667 +235.5697628474265 +221.4635732432932 +218.33296590271217 +198.16067122008005 +188.43656160162217 +212.22247506655694 +223.8899423504244 +232.34910665146825 +222.09255327719424 +221.78206827286175 +201.43272603464706 +140.00150693358935 +90.66906818182277 +39.350633435110105 +23.77377187760605 +28.34421950197578 +23.722020485442798 +41.9231941460874 +75.84284430832778 +102.20702092927718 +165.13373776386754 +168.08611502928423 +186.91123286448286 +215.50185885368214 +238.74948482300886 +204.20046085127655 +201.83396518092906 +185.81593687794773 +184.60623912546853 +210.50589825392035 +224.78252815227827 +214.98196753758052 +207.18610618749992 +207.70489674338924 +204.8584482577233 +142.56095782171508 +90.75506463310076 +39.382311098892615 +23.72213780752268 +28.344255884466715 +23.722078901887475 +41.49723787734657 +73.31110185803949 +99.80354970342388 +172.6915459599218 +172.76144305073936 +188.81273145413624 +216.87189928258724 +240.55999278965953 +204.5590468780523 +202.12399557936232 +190.7479973141724 +185.83400148652643 +210.9034124216635 +229.6028160912977 +234.20390511940093 +227.2110087565514 +207.74077505124473 +206.73730775330623 +144.3854891465863 +91.12030982633438 +39.34435936700289 +23.722116351920636 +28.344395917151445 +23.722194733923825 +41.53110666560199 +73.36355050574497 +100.44409852487401 +169.05608686845272 +170.6280073435317 +189.17758605828777 +217.64910087416177 +242.10179619906648 +204.7215659637299 +202.2166746270653 +186.11630370573164 +183.07429282073022 +207.91444826316047 +218.98761388407993 +215.20169001927243 +207.4380766661895 +207.8110432921891 +205.20530400713346 +141.76182666360657 +90.7435132337854 +40.73072763981345 +23.72217935436698 +28.344516008580435 +23.757860535508666 +38.86815856388543 +72.65237847636102 +103.79463141920475 +142.51128429064923 +154.48426532810288 +188.7907800036151 +208.10796494362188 +218.57200468550042 +214.22460960649514 +213.89037108185983 +193.554713971599 +189.54270210270977 +203.2210722031255 +220.2394382494794 +231.91936753430008 +219.1353698745642 +196.83991407769756 +195.04986206963252 +136.74063478767852 +89.54293110060732 +43.07060096115892 +23.722197813416653 +28.34431919788411 +23.72214142168208 +41.48765485335531 +79.12853797220946 +110.73992544277885 +131.45404298312073 +147.42942857562986 +147.19345590358876 +213.55580253270261 +238.31522707257352 +229.4259269357893 +231.5516054647323 +206.05159946067124 +201.53155765808128 +214.38658928896368 +224.88866900758515 +226.84164345094632 +213.92880144817067 +210.61262280720373 +192.9163696793586 +127.67188570852251 +85.1310171490372 +41.04817279602192 +23.758151184565627 +28.344199383051997 +23.722023578060607 +43.10995250892433 +75.07810481432352 +101.59924864806531 +164.63928533058137 +170.32252129669106 +190.97747539376252 +216.22841610711487 +239.06541881208622 +223.51120126657375 +218.7636877869055 +195.33812618941784 +183.182596300135 +208.39032264584205 +223.108596031936 +230.61368932025255 +222.761584834133 +222.74540888172098 +202.8593549291824 +140.05775492054678 +90.74678896835276 +39.344540309944115 +23.72218404074361 +28.34452609376077 +23.774846117225753 +41.5387600867658 +75.9432332485272 +103.24948587943375 +164.2102272629287 +164.7886388108744 +182.6355045788083 +212.2527550544052 +234.3945387573802 +220.00133644377712 +217.20546994397822 +196.6484998348311 +186.1984924763407 +211.3662746996091 +223.3775934883268 +232.05661203231492 +223.05239167381245 +224.9244511583538 +203.86298727283227 +140.65187354119985 +90.66985233631345 +39.38174012389248 +23.752974263649765 +28.344224375576445 +23.722025299442567 +42.02669351013875 +73.3111865998706 +99.43037566503092 +169.94875527499522 +170.64375181178403 +189.5893084872541 +218.5181265838738 +225.05857604053546 +204.5862967722207 +202.07759595060872 +186.36675935092651 +180.42332914313525 +203.79305883481302 +223.1371960450641 +226.31642913381177 +215.00158685868394 +208.22664524460046 +194.18146557435165 +136.59733670536116 +89.23744244797098 +39.34499813858424 +23.774603748063363 +28.34420297221243 +23.722004165715365 +42.625511618404396 +74.78538620106386 +101.13448516437498 +160.9051262186814 +163.89853443231164 +180.4869966925317 +216.42096085753056 +241.89708622160742 +205.28424261637483 +202.40054046804707 +197.44660689816388 +184.72356066202346 +212.5324789060857 +229.56431488419508 +236.1849102131248 +217.68562765099378 +217.9149709025936 +205.98128813305246 +142.34176582904007 +90.75183208758035 +39.34292950728294 +23.722154244571808 +28.34449670567046 +23.722315810925846 +41.52817766631882 +73.48440149303649 +99.85230203395517 +168.53769065359748 +169.55467262152771 +187.2521472924056 +217.27134247912994 +241.29049301098522 +204.51054698792697 +202.14375410741943 +186.0081879767316 +179.3012526578028 +202.8138881022477 +213.73196326843143 +215.15567191105796 +207.43492495054926 +207.8259703128607 +203.22441032817622 +142.28791455348446 +90.73990712504177 +40.73432788259506 +23.722266970156184 +28.397134509337864 +23.72187472269158 +38.80313092901276 +72.64663016986623 +103.94441085790868 +142.04318422243585 +154.61372017491817 +191.08933278557578 +215.75837044801173 +227.25802783575537 +216.2475931323255 +212.07618524566243 +193.48191879321732 +190.02567853531087 +202.63704957482295 +227.48724327423878 +242.11807135865965 +214.90017341356813 +211.0541138387449 +203.62275990392908 +145.48495729090536 +92.99111143874599 +42.96137650401717 +23.724315261385925 +28.394948192762328 +23.72192927316839 +39.28895412050292 +74.54523767632422 +106.6019032252267 +133.17001789802447 +151.76391730714042 +150.2937435098377 +203.95934661883467 +224.03464401442358 +206.53717270546053 +207.90659514837535 +184.75207805973315 +180.0999873845124 +196.62885706251046 +207.7992697740206 +217.8631109914473 +207.23788243056194 +206.7416123685062 +186.67956045862113 +130.790338672354 +88.45381860212744 +39.340464964158095 +23.722133103944174 +28.34445217236365 +23.722271994119726 +41.70941141205135 +75.46117098105181 +101.83375788817334 +164.20327024123532 +164.29382326990014 +182.77412802609385 +215.86383874761682 +239.97180701677527 +204.59950472536926 +202.1752322911972 +186.2013810845042 +179.57157198417377 +203.04770923019393 +211.7444619459022 +215.1288043663314 +207.33532176716136 +207.68950222194488 +202.74668817374246 +141.90943882038943 +91.03369763660635 +39.34605974914104 +23.722290739871784 +28.397160290443267 +23.72187538860979 +41.355744931034266 +73.66821788485471 +100.02729872409185 +170.69314124766765 +171.8519613016512 +192.38791842184557 +215.76091680900205 +225.9720464887194 +208.3910371708386 +203.75651998030963 +187.24684373153931 +179.460065854292 +203.17015149377812 +215.1324106578534 +215.4085634762171 +207.59073409550635 +207.748706288114 +202.2089370282401 +140.50383253174365 +90.74610907258959 +39.343870433596535 +23.72214862034006 +28.3444538911307 +23.722273685391514 +41.10342887740749 +74.46143497760862 +100.07860204070278 +167.68780303998196 +167.72193538022898 +185.59198335737176 +216.25097858180413 +240.1489608479377 +204.59273090650143 +202.03460478182123 +191.27992099788597 +186.37839284240783 +210.71855331346563 +228.84551638285498 +233.1168714923635 +224.51533407727342 +225.95228346544116 +203.62857703735727 +140.6166356840244 +90.74051737197378 +39.366414406558505 +23.72193704238221 +28.34428251998419 +23.722105099301444 +41.43792821149409 +73.31124158909884 +100.45320167475127 +167.79359089898495 +169.34809337916747 +187.51253476429588 +214.2808187405974 +235.86288033271595 +220.73648168380979 +218.59807847130259 +196.0471467218767 +184.54306356747043 +210.57978309301356 +225.93741801438244 +230.20888943726408 +222.76715491204195 +223.06359300032312 +203.27213284555015 +140.75291409500053 +90.72115128160925 +39.34283405365737 +23.722141820345943 +28.3616794365742 +23.75748710882972 +42.22097423025092 +76.0472699309735 +102.356984392029 +164.22625301588997 +165.31095390371303 +183.98850922166645 +213.71491698537315 +236.75532686045324 +213.22753211754267 +210.7529854252033 +196.91117224185624 +187.66491642156686 +211.48448395535857 +225.39670978433867 +231.72528257840483 +223.5907727134131 +224.82444120600323 +205.13007800923748 +142.84963574147116 +90.68219805805239 +40.73723054859229 +23.773399763716796 +28.344219589561224 +23.722043204633273 +39.75264787980235 +72.38903127455436 +103.42036049671832 +131.51149388882533 +142.79572107602354 +180.5000377018966 +208.1072914270638 +214.34035116656062 +202.97440953250205 +198.70030478979112 +183.058915595156 +181.9208503138272 +197.62636044743337 +219.06665052876522 +225.8086097873 +221.0498839771519 +196.79431322599464 +192.16336209333878 +136.64922809266562 +89.50863158839027 +43.00118773005733 +23.749859702441093 +28.34420141135549 +23.722025575183736 +41.07126806687558 +80.10456219339333 +112.80814341430595 +131.61904641656886 +148.45395998657426 +147.30727987888378 +203.87821141563867 +225.98474567644178 +210.7029830034701 +210.7238065908556 +189.952975560245 +180.52374611122795 +192.99276045716792 +204.47158550459403 +209.21666755645973 +197.69473639341967 +197.1279274139289 +189.08216730770897 +130.79585536322404 +88.46667197365505 +39.35427865325149 +39.34086450394184 +23.722178255721317 +28.34451178501501 +23.77485442537859 +41.05923212907724 +74.0631765107306 +100.37201641088633 +153.32977532011708 +167.98938963956266 +186.07175240996497 +215.47048253995328 +237.8136708735015 +213.62208860931165 +216.12751148542867 +194.1913670919827 +185.8428433753579 +214.28976866397426 +240.77717151864226 +230.60037367568216 +223.3481248927864 +223.51917760948334 +203.6457598725897 +140.25848935352383 +90.72260916569283 +39.343233658018754 +23.722054591690505 +28.344513539913113 +23.746071662022484 +42.01423000013851 +75.73463154265386 +103.39074314932763 +149.74545463699658 +164.23181414733907 +183.3148898386779 +212.65447794966343 +233.95752329938335 +218.18007711453592 +215.22719092856923 +193.586784657871 +184.30401907069756 +213.9835986809747 +240.9556103939008 +230.8719533245581 +223.54258707390179 +224.26036627774457 +203.40066067959393 +141.65182323352764 +90.71384154066693 +39.3466213337127 +23.72221188777926 +28.344553556725597 +23.77486229771415 +42.52553816944428 +73.3109582872718 +99.37070907685793 +155.80417966829023 +169.63389442681327 +186.20791929353317 +214.78178669961156 +237.39475378328243 +223.66341215958923 +220.00778561928172 +197.71260391311225 +186.08081830722358 +216.4966876930391 +244.0577720772423 +234.1077342733298 +226.5519436868749 +226.5523046134092 +206.33329233968087 +143.0993795835783 +90.6852142270704 +39.34794972660156 +23.774702674950877 +28.344156142641488 +23.721957917022937 +42.46790130566036 +73.31112181659202 +99.37086995111831 +155.85801074690346 +169.82263602683844 +186.8954264504797 +216.17892462130004 +239.12207054849335 +213.47966299206473 +210.8478630075738 +197.1463752440032 +186.9708578124981 +215.26914150516492 +243.6877815908247 +233.12237778810317 +225.4177167331086 +226.24687441149592 +206.56952097199738 +144.36161963169434 +91.10343514925135 +39.368975648104865 +23.722124715566185 +28.34430272692866 +23.72212497833824 +42.26948068338271 +73.31126270658683 +99.42321965489025 +146.4343196301877 +161.79361042244904 +179.0572535391965 +209.78124233644118 +224.91899236611752 +204.32126726096635 +201.957033943289 +193.4481141230617 +184.76687862406217 +215.23388654165205 +241.88245004675338 +232.62749401011294 +225.291815270985 +226.4464995401874 +206.63057886222705 +143.0912714277325 +90.67018532916546 +40.73104624579714 +23.774648488644324 +28.3441890872546 +23.722013205482646 +39.57423273995691 +72.38911700977208 +104.14566034786431 +123.61703909021928 +146.90809297916925 +186.54444221551287 +211.2609505694878 +224.39953460444318 +211.87987946557809 +207.70267426130405 +188.40775414155397 +185.82285845722947 +201.77344433918714 +239.9100714556174 +235.52099597293181 +230.30838734560223 +208.35332504936565 +201.9976765036478 +142.99831959393907 +92.97562253035234 +43.01791952752947 +23.72220654934728 +28.344384281111765 +23.722205204452 +40.03871846689567 +75.00333437206305 +106.05694548476185 +119.8603693883462 +151.75737797388553 +150.05548961207685 +204.23149462051694 +224.7874637630451 +206.71563511685153 +208.17536896839187 +187.31516226869644 +183.67366773932795 +201.38316827277623 +226.02367571964535 +220.33881985538414 +211.76593841337794 +212.4077330987425 +192.29060935044208 +132.01616682964647 +88.46315435859198 +39.34227614364863 +23.722060288365686 +28.344519115393567 +23.77268251075292 +42.07692222765562 +73.31092423198311 +99.3706755791889 +156.4551853970742 +174.74583003742615 +190.03141205926283 +218.68883734303859 +242.52759283168064 +215.0186184772158 +210.89922904460585 +196.1554648169171 +187.6789876836541 +216.23484708937227 +242.6999065707762 +232.19037571513465 +225.07239587630147 +226.81708402249382 +207.64270697774995 +143.5770226109186 +90.87766371824232 +39.345825727918715 +23.722114446829007 +28.344572105631688 +23.77489611916972 +42.41397505377715 +73.31097659482556 +99.5858654958383 +155.76620833584465 +173.3087629887949 +191.30707055203212 +219.55810675942715 +242.11374445819177 +204.34163884111453 +201.8344474481538 +191.30582267666665 +186.68284206558033 +215.08461198725436 +244.55542736449385 +233.68475355143764 +224.25674383522036 +224.57229935374372 +202.91689443344265 +141.10880874418757 +90.69531231571531 +39.34414072998597 +23.722169782570365 +28.397154700752203 +23.721893436180157 +42.226114751051966 +75.96319353885961 +103.33408616442574 +148.2238355460426 +164.02082861963603 +183.5128641762954 +214.41328515827675 +238.3027721620546 +204.29211708882477 +202.4585203354215 +186.4495514530284 +182.93706180832746 +212.6266396487365 +241.2553528020486 +231.75644530550534 +224.8438919145476 +225.3878257326476 +205.70283037620467 +145.47957734629242 +92.08169646622918 +39.340177422511665 +23.722330988901707 +28.39692370583651 +23.7219190111453 +42.28739111145213 +73.31108444045671 +99.92400282729486 +146.69238976170908 +160.94527510311434 +177.98526814337154 +209.47360563595535 +232.8844846101413 +222.7196027605423 +211.6577236219127 +188.87804512055644 +181.7470797099245 +214.84988305177484 +246.3851941843391 +215.20478211045014 +207.15321381564866 +207.5858938369106 +203.02446764663614 +141.19712850797396 +90.69366695242825 +39.34031383918642 +23.774695936391435 +28.34414183161378 +23.721966733678755 +41.53736845746818 +74.47104235730626 +100.12862375638116 +153.24287057940222 +167.796279753728 +183.5708521828062 +212.28674206096122 +233.90340988396255 +219.0477810568094 +215.03669548145703 +194.05572258904783 +185.22270700880662 +213.85076902714388 +240.39414688408922 +229.95098180116307 +223.21746997039315 +223.9027449235844 +204.60367674579572 +141.46929553046422 +90.67927001537689 +40.73163994113528 +23.767794196310234 +28.35111461191165 +23.721963752430554 +39.55028781018533 +74.7292476120079 +106.07120540374731 +120.2068782462169 +144.8923044323633 +185.00322558171922 +210.9746726941277 +222.0580373840635 +212.45963622792266 +207.29633360385074 +188.9974376352556 +185.74884995568814 +200.64306838666872 +240.1431278035232 +234.51287885010214 +229.00206030316423 +206.3264792561324 +199.27613554721847 +140.56175459119208 +92.99446517133218 +42.99570961124674 +23.722032684325814 +28.344492110233205 +23.722311286596245 +39.73667749072904 +74.74273059226364 +105.86404027195856 +121.52288468625862 +152.83045636273087 +150.23371319041277 +204.6037000144913 +224.94914935177928 +206.51369546670446 +207.52981546641416 +186.844471799414 +182.50289038060814 +201.07434510996072 +225.94301079945683 +220.18930806146096 +210.62014572387815 +211.21319689781043 +190.5416105892302 +130.77196523569427 +88.47333707097751 +39.37819216099725 +23.723147502297962 +28.3442313647032 +23.722054788750437 +42.246064005986966 +73.31119300038947 +99.37082605162523 +155.62326860047233 +170.9611119532508 +188.86568711723248 +217.01377504437323 +239.909889947146 +215.14315076447812 +211.55025025316343 +197.60844665895536 +188.75393930697953 +216.66575390365435 +243.09587080990428 +233.6032842431169 +223.50663494370468 +223.18530874126756 +201.9490260230998 +140.40922487505756 +90.70520518151369 +39.343531647648106 +23.722167204761977 +28.397151926199157 +23.721890866125598 +42.2810130403629 +73.3110340268436 +99.37078357969672 +153.26299850906761 +167.6627079389067 +184.2905251271928 +213.78575133344046 +235.62792347522335 +219.1908460131982 +214.879486631727 +193.05115860663022 +185.31662827561817 +212.8930246942843 +239.21265149337364 +228.2154650243716 +221.10598108335265 +221.37549810108553 +201.9123438136507 +139.92505366977684 +90.7446325701909 +39.34033068964062 +23.722034036665026 +28.344493433006143 +23.722291058995083 +42.18291473830726 +76.19101712574898 +102.43382003509448 +150.01046225212968 +164.3223868976708 +181.65822206629653 +212.26567999700683 +231.89380678761657 +216.85169678626167 +213.19769918350474 +192.51586672860543 +183.62198126012757 +212.1502542866844 +236.71574493719152 +225.04966347655665 +217.6229228062387 +217.1606967665322 +198.07558276085683 +139.91710491474402 +90.73992169677994 +39.34158101385326 +23.722058950508554 +28.344517805959285 +23.766445174911965 +41.69152948789459 +75.95852401703863 +102.23648701884767 +150.0127956024656 +164.19305898709948 +181.86146323648904 +212.17349527343734 +233.04694875604565 +217.97739580671558 +213.81305440339383 +192.38249472502537 +183.744999866426 +211.104562840353 +236.4237728520054 +224.88734475577502 +217.6287197474551 +217.64533770038832 +197.9531902953095 +139.98927369299508 +90.68553923778136 +39.34579675433037 +23.7747644908877 +28.344165754200045 +23.721990257510964 +41.94396544213985 +75.89529617399405 +102.16634535361875 +150.29959683789556 +163.73854461514455 +181.2908635054019 +212.19221555961184 +232.60548256872568 +217.37376763832978 +215.15861742160496 +194.1047617840774 +184.50324205050617 +211.10663513619076 +236.55638758740008 +225.72260103809018 +217.90142186180944 +217.80370013575515 +198.45326642727545 +140.0013234044089 +90.72460616058929 +40.731431974240174 +23.722144437678995 +28.34446336258788 +23.722261356900212 +39.21336051644976 +74.50142317397528 +105.68372032035346 +120.02403957102149 +144.53107369617462 +185.4964800793469 +212.86925762346027 +227.73112231099748 +209.60764172508732 +197.50842032076017 +181.7187398417491 +179.93499521448194 +203.78829222937836 +242.5767300342623 +238.76427103473688 +231.59001744092458 +212.1872366604897 +205.77354521530074 +147.6952471575762 +96.51852162564458 +42.99346035242993 +23.75470683566264 +28.344225585806395 +23.722026495881092 +39.51416461097527 +75.30871839391082 +107.48223733295801 +117.37690109414295 +147.38679355004703 +151.7784098464279 +200.80123649068918 +219.37471205563264 +197.99312880599402 +203.71782873550245 +178.12336609059932 +178.61898933714596 +195.34909994253684 +218.42271094934515 +209.18055894945465 +197.5615557979088 +197.22962212766114 +183.51524334878266 +127.32657419162655 +85.01083645199547 +39.35904505338242 +23.7635500971961 +28.344198063396682 +23.722022284287547 +42.36274446949454 +75.66041706905132 +102.46874022510407 +146.6962010461639 +161.20676891142534 +181.39762489249856 +213.93011728899106 +225.41195352599425 +204.85404929355363 +202.31927882854654 +199.22128504217554 +192.76885285514865 +217.4238894257653 +243.79606834056392 +234.6973367010965 +226.81224769985445 +226.22030443783558 +205.07404724038818 +141.18063544281375 +90.68110973112776 +39.377063114099876 +23.750129972933095 +28.34422477337167 +23.722025695041005 +41.281294658843336 +73.763594960951 +99.91475943546678 +152.5611307737222 +167.63693740718514 +182.8419250632703 +212.25638752577066 +231.51246684350858 +216.63399019479397 +213.4202433982341 +191.4156396189482 +186.38832703158357 +212.5492531150783 +237.30810102870993 +226.79475052622996 +219.48600160376304 +220.19194418963602 +200.1343149407481 +140.03990514211563 +90.67558326846766 +39.34250413812415 +23.77465227293218 +28.344192543349703 +23.722016604139377 +41.98956319257892 +75.86766688124742 +102.46081608155086 +150.30202450204192 +165.146808309101 +181.82510404648568 +212.23239689777787 +231.5841973845365 +217.4083109057683 +214.4121537019411 +192.27816001070042 +186.30614928398478 +214.1566211907959 +238.0143372990496 +227.52756347613226 +219.54950648664862 +219.51792784615924 +199.35904820873972 +139.9511710184914 +90.71891714027299 +39.38440665021851 +23.722054168308546 +28.344232425970752 +23.722055832942207 +42.05205793985743 +73.3111947185165 +99.37094168112372 +154.56845597438243 +169.5147051434269 +186.55416861416455 +215.7750887872374 +235.39945905241632 +220.6115926657667 +216.61243486249762 +195.08707687957326 +188.62000558956623 +215.03634032504837 +240.22747450371608 +228.91092170779868 +222.0831195100433 +221.96179057810525 +202.83458624399196 +141.21447655594423 +90.70346945018045 +39.34271922556717 +23.72211338361691 +28.344571063260556 +23.774894990175675 +42.52204985286929 +73.31097549218788 +99.37072600115332 +161.12776356918957 +160.71253060314123 +179.30521892311907 +211.9121294576752 +227.06842401403983 +204.50982275369478 +213.01038902009603 +196.13630995289444 +187.52626751585288 +216.65055806691063 +242.03028280407514 +231.93907972524494 +224.12010114241286 +224.62498263459327 +204.87157775356124 +141.7345185418315 +90.67220192315862 +40.7326756550392 +23.77467489243154 +28.344213199726497 +23.72201426375529 +39.35038771410537 +72.38899154164794 +103.64150987351921 +138.3870908940589 +150.67029087960415 +187.23691720103986 +210.7053752088297 +220.24350287869262 +209.7428366269374 +205.31259540389198 +187.115843084665 +185.74387439609987 +201.89704300614963 +239.45010861829726 +233.51121795204128 +229.352756214311 +206.8122987423922 +200.43991847406218 +141.94500520759678 +92.93921308398934 +42.999122373053346 +23.75305339903033 +28.34422435530327 +23.722025278954476 +39.62350646950641 +74.89719080981374 +106.03124707634483 +135.3336176949275 +151.7909160403413 +151.52657685533748 +204.41310771174653 +222.4336486632345 +200.64240195061382 +200.7808346576172 +181.49194011958977 +180.6549409690764 +198.3560688654944 +221.35665553721452 +212.8228364102073 +201.81839179327994 +201.91891282327924 +186.60595580324338 +130.7776025384716 +88.43311958050225 +39.34817061205615 +23.722101393950446 +28.34455933288809 +23.774882239539473 +41.293437401042 +75.30800491986025 +101.66103284300033 +164.21340745515923 +163.8655363292538 +182.1751599434525 +213.3059110207675 +229.55575103692752 +210.67120799086203 +207.79598117789067 +189.78571054164277 +183.4253591910911 +211.20157323439287 +234.19566868189642 +220.02519401210802 +212.97584912043627 +213.70863007880965 +197.4542902025022 +140.0011221093187 +90.72523934327835 +39.3411495253379 +23.722151884999057 +28.344494381826742 +23.72215287262977 +41.48633231014956 +75.16472471028712 +101.42453453584028 +164.2077569101309 +165.10233717543855 +182.0114978727053 +213.06173163927755 +228.37769023675253 +209.04172738876943 +205.9166346714949 +190.38007737064083 +184.64470018016385 +213.5028969852104 +234.16712939112898 +218.99180430754998 +211.63515545699673 +212.22438925661973 +197.4594564213277 +139.9922390714796 +90.6922948664751 +39.344281229797794 +23.722163340908814 +28.396970812756173 +23.721888917477283 +41.73833234847736 +74.97917860200009 +101.59132994394854 +164.21947686691576 +164.5191623134466 +181.47457007068732 +212.23646989524931 +228.51011393258867 +208.5677390462045 +205.7268506472113 +189.77796542758384 +185.23132219310196 +213.35291708265848 +234.20362362338633 +218.00247015197698 +210.48043310822996 +210.8941464482125 +197.38781263546937 +140.00271596439612 +90.66812533385873 +39.44352974952414 +23.774878984330396 +28.344147744298002 +23.721972545428645 +41.741554948101204 +74.9855292068853 +101.08859503520523 +164.22736096237705 +163.50625263309283 +181.38310486218094 +212.0933042258015 +228.36754028685365 +207.578397585509 +205.2452850324594 +189.24218747498938 +183.21276118525222 +212.16105482489863 +234.13162022388502 +218.29507401208863 +210.48043310822996 +210.8966781145811 +197.32516806315388 +139.91210152301915 +90.67937698165736 +39.40731926515733 +23.77465323819122 +28.344188420082965 +23.72201254938518 +41.448270645535985 +74.72235248675196 +100.78451521089298 +164.23098701507013 +164.64968933810914 +181.4828702538566 +212.14747860167535 +228.29645702758813 +207.81172613981963 +205.72706330068175 +190.59630936265955 +185.64064261250545 +212.87359950907728 +234.1906487027292 +218.00406238256784 +210.4804331082299 +210.87934946798197 +197.28097168104313 +139.91780109370563 +90.73698634427741 +40.7705673071948 +23.72203194539529 +28.344491383056845 +23.722310575039785 +39.14505559524097 +73.66571201645391 +104.66415121013186 +134.88597974691217 +143.7126712482452 +183.65915820963076 +210.26101986872013 +217.20867814359977 +205.522166239164 +200.9793348272457 +185.12007760549932 +183.28239481490195 +200.16405639269675 +238.6391115584479 +227.2090617059923 +217.906608205467 +199.67584802373239 +194.91108025442475 +139.98498093953853 +92.91982853971298 +43.14137400820988 +23.725976976424544 +28.34423021536042 +23.722053655253703 +39.1259209577205 +73.79136634053721 +104.69898029388611 +134.93853741700636 +150.39745495391682 +150.10565361398213 +203.8984215326749 +222.17706987094056 +199.16218840138808 +199.2096086095751 +181.024422195322 +179.40233472759112 +196.65319767403486 +221.3618031029817 +212.0507086379693 +200.527714329673 +200.3571887340464 +186.58956443299624 +130.78703045312363 +88.4297705763689 +39.44350951820815 +23.722179841879594 +28.344576996740216 +23.774750368867377 +41.07641266677433 +74.38712122654304 +100.3910818985559 +164.21511604212657 +163.54289995974648 +181.7085881814779 +212.0663976442658 +228.10686062936102 +207.5288371856527 +205.30452905741623 +189.35154314707412 +183.3690377336373 +210.71243940329776 +234.1597700363945 +218.11700783990753 +210.48043310822987 +210.94716299144284 +197.2212299223499 +139.90842398603425 +90.6814033735923 +39.438329287171655 +23.774667355709038 +28.344142039583435 +23.721966935337278 +41.12163292709847 +74.45785906240253 +100.39272638442704 +164.22655459913597 +166.15506671699296 +181.6402935603549 +212.4114205519408 +228.26923307777543 +207.74669016687548 +205.26022657300584 +190.3733728164866 +186.3340974865016 +213.4252717904766 +234.17442234219615 +218.39900441203446 +210.61855691754116 +211.22061697905897 +197.2150258101703 +139.91295530838363 +90.6959497896238 +39.352427892837454 +23.722179415019994 +28.39716506467344 +23.72190304223184 +40.927259680966884 +74.30315289661887 +100.47693577904874 +164.22034732583452 +166.150916225835 +182.4771624180065 +212.85724261083024 +229.05327643423811 +213.59850546706426 +209.61401699958043 +190.77967469064234 +186.0327503804696 +213.40606887885647 +235.88207969991205 +225.8034986533934 +219.11088506971902 +220.53696419596955 +200.14664805410138 +139.97905515868277 +90.7595318546697 +39.33923358571693 +23.72203724177798 +28.3443698752055 +23.722169009510257 +41.36975794012018 +73.36371737283298 +99.37069115790189 +168.23997771156766 +169.62942512265423 +185.5705018612406 +214.30640001218643 +235.7858801159929 +221.54393582854303 +218.22822865356466 +197.27289856170475 +187.5639996988102 +214.95605134151694 +240.73402103038714 +230.70764468468158 +222.02837669131975 +221.80366341489645 +201.16432496018086 +139.92043124482822 +90.74965839703391 +39.34811996160388 +23.722162704902804 +28.34434058810143 +23.722140082616082 +41.95632413821945 +73.3606466688586 +99.37367873860052 +166.76415579656816 +166.3124885321853 +183.88826029634362 +213.10707163177025 +232.89880965280778 +218.80270149072996 +214.73643217139235 +192.7054551458173 +184.64578622840588 +213.5255203430471 +239.2105027386774 +228.24288781267882 +221.28794891909777 +221.62773625038616 +201.67900723474972 +139.98294665947023 +90.68367024838604 +40.73422303776763 +23.722179691430757 +28.39716536105964 +23.721880104978947 +39.61142561524416 +74.88299986895049 +106.0213509633374 +135.19250398015654 +144.74520907222097 +184.28656198178044 +210.26334055409754 +222.8600498543522 +213.08482669188604 +208.32771954327202 +189.30999205464985 +185.40354565606404 +202.23193780637013 +240.10699933391635 +235.5912569134981 +230.30252087851198 +208.329032474393 +201.66379889860298 +141.9506666326862 +92.97673191574783 +42.99001166524034 +23.722125715963724 +28.344583131994884 +23.774653223999437 +39.48097468815123 +74.75517776916865 +105.8746662424685 +134.88783719017835 +151.42178296299443 +150.18835609471276 +204.3930786700948 +222.35763461464305 +201.430643772804 +201.51356173170575 +181.13851701945524 +179.69695600154228 +198.00185924523157 +221.32077831491324 +213.4391285735722 +203.1852293852943 +203.55528812921833 +186.66796215811712 +130.72334262440543 +88.43941380070018 +39.38122561398305 +23.747886073329784 +28.344225566073806 +23.722049081616586 +41.299817331574566 +75.30525661189691 +101.63626984513239 +164.23423409299158 +166.92060993009423 +183.75284054176166 +213.40123022117172 +230.91167325882924 +218.55318997366712 +214.24344187544855 +193.34199756678922 +186.36359472598355 +214.42530167852973 +238.38511135039147 +228.5256235442077 +220.76401380639595 +221.10119807949854 +201.0943588097148 +139.90875976084826 +90.68538299783354 +39.34269684887069 +23.722340978108186 +28.396817912575262 +23.721951792382225 +41.86366423524593 +75.77043598265348 +102.07092770074222 +164.2252280554039 +164.94951777900226 +181.84032543799745 +212.37098870691517 +230.1016584037073 +215.94225607656273 +212.12562337525054 +192.73121044115334 +187.0634429101621 +213.48857225157465 +236.3310533099205 +225.69706260675284 +219.7796390332794 +220.28464032905597 +199.9421853969066 +139.99184198194678 +90.6917470942673 +39.344897932225244 +23.722190839533834 +28.396941013751405 +23.72191686352554 +41.874150095665684 +75.81574537082246 +102.0898246782959 +164.22175383473711 +163.8816002141394 +183.05612578013532 +212.8134947875996 +231.22244089032355 +214.99156569916568 +211.04407411056883 +190.62233372472008 +186.25680022482933 +214.94023556445657 +238.99204537655 +228.93332180965257 +221.07213908667188 +221.72900629114466 +201.035301263819 +140.5513132258237 +90.669909870935 +39.36554707186677 +23.758211056801215 +28.34422314775394 +23.722046704122743 +42.200273741428795 +75.99523335805384 +102.289248322879 +164.2340879403288 +166.20012281756777 +181.84664656739787 +212.4135819984523 +230.39392823279294 +215.52211516964198 +211.4981569769255 +190.81117103424987 +185.2721298673629 +212.47245964204512 +235.75638922811515 +223.5396309664217 +216.4443810649769 +216.25339065280923 +197.22224672647909 +139.89636288436728 +90.66594247521388 +39.35819402453021 +23.77369920740196 +28.34421951785474 +23.722043133223288 +42.19558209529707 +75.69706179471196 +101.97999156560964 +164.23373753332808 +165.85267345103088 +181.82580103618596 +212.38174446536942 +228.66643125016986 +210.97826933656523 +208.83660763720832 +190.15834720450124 +184.50661315442935 +212.46109812108205 +234.76423688371662 +221.45355585136318 +213.67553780890404 +214.18069241931386 +196.74107617866633 +139.9011989483142 +90.69261229472352 +40.765568693904434 +23.72220822941227 +28.39691569394372 +23.721934761210562 +39.540309281845204 +74.18344910576764 +105.28619056450417 +134.88601787674548 +145.3173941370168 +183.81440800115564 +210.34843143654345 +219.02264371556572 +208.55717025311336 +204.23184541933554 +187.10943436983086 +184.96613339075927 +201.89692954124916 +239.94991620910457 +233.90869222116234 +228.31622393787853 +206.72460908714532 +200.60725907410472 +142.39277735840358 +92.90722833304929 +43.045543975893615 +23.725506812136345 +28.344230812937926 +23.722054243722262 +39.32705109571356 +74.52029315702329 +105.66677442776222 +135.67655844622706 +151.67035084755238 +150.17054320221143 +203.96287407979412 +223.09231816329398 +204.05292252984228 +205.093555411558 +184.24266783475233 +181.31313179799528 +200.24467206101448 +222.92189246818248 +218.0858061845791 +208.98323324758636 +210.31481590820547 +190.31989163867962 +130.769548617488 +88.43462787689197 +39.34279093515533 +23.722045623831104 +28.344343370154526 +23.72232560541553 +41.6546842317024 +75.57976980530516 +101.928347257033 +164.20816813132126 +166.6111858374258 +182.00035864904038 +212.52617527317472 +228.4650634609446 +209.24938004283845 +206.0170462078812 +189.81817605412363 +184.9173523575382 +212.12067107944475 +234.1173093878748 +218.60558175463152 +210.4804331082298 +210.94310113091962 +197.16721957647763 +139.9059281742434 +90.71454710532329 +39.45511373753283 +23.722190604218397 +28.344526020604306 +23.774871722030802 +42.20239017015577 +75.42231909487882 +101.47395754442543 +164.2100511302373 +166.04895700121222 +181.51659210754784 +212.11128479570775 +228.35283876715744 +207.75259919489397 +205.23027307921944 +189.73968832503505 +183.57304634324515 +212.2996796331197 +234.1671925255111 +217.5842921701018 +210.48043310822976 +210.87743899298965 +197.2824922312085 +139.90620685910184 +90.72320848092156 +39.51518086032039 +23.722174679533527 +28.344328404315387 +23.722175142867854 +41.48853201638742 +74.79725865440572 +100.84317852233626 +164.19172643198877 +165.11372454007662 +181.55518631911823 +212.12381340047543 +228.18623441812557 +207.5307910936955 +205.260910338364 +189.23883361609577 +183.6718582036573 +211.17486754452358 +234.19383310238985 +218.11872238587387 +210.48043310822976 +210.87411841865045 +197.51436711751174 +139.90856464137192 +90.68430742581728 +39.40504979420898 +23.72212555627719 +28.39714391763637 +23.7218834439718 +41.09638558259156 +74.4865908045651 +100.61621059649583 +164.2187341754377 +165.9997811900812 +181.92556402330658 +212.1394466134003 +228.34813212670954 +207.65425813255408 +205.09713900310092 +189.23121756656474 +183.6883375907167 +212.30465656393886 +234.0776955054904 +218.8021382043533 +210.48043310822976 +210.86479125123898 +197.74609785695424 +139.82618855334567 +90.76743125009445 +39.452781495102045 +23.7221917197184 +28.344309846315408 +23.722109717445452 +41.09543849299756 +74.38445260018945 +100.6069800092359 +164.1903904427776 +165.05763386011787 +181.4394344767821 +212.21502003128992 +228.2703981442677 +207.79980106354554 +205.36631848987003 +189.2909607499848 +184.76818702956925 +212.43992480816016 +234.19953540741557 +217.88712120621125 +210.48043310822976 +210.79433171388263 +197.91238451687983 +139.9011704160606 +90.72544139878404 +40.728014133138544 +23.72214108616014 +28.344484854793368 +23.722258018511205 +38.45636282533781 +73.25176950329889 +104.29292068096356 +134.88592410187664 +146.22770505555584 +183.98437018906642 +210.51616299110987 +217.21863737420253 +205.52420859617806 +200.9882942318372 +185.2706578957525 +183.9206861876283 +199.9641369572429 +238.6743891424862 +229.3109586313155 +222.57329434399452 +201.31416993230047 +196.35937420370774 +139.8736323704618 +93.00257152467553 +42.972128857388746 +23.72207294768775 +28.344531501535347 +23.774877647234916 +38.754333188950724 +73.68791740085045 +104.90963603253833 +134.8859948851734 +151.67993926845722 +150.18435774439502 +203.63788818575324 +222.15205418498903 +199.24383574505305 +199.25538768488244 +181.06712597655846 +179.62117954484413 +197.5068512895708 +221.24782813470574 +212.08028297956423 +200.5143268455395 +200.26433158925818 +186.60245945528644 +130.70773749920014 +88.43402174481434 diff --git a/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv new file mode 100644 index 0000000..df0273f --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_4_pu.csv @@ -0,0 +1,8760 @@ +0.12784896689932537 +0.07058381987595189 +0.08449358626143247 +0.07058293184006215 +0.11469043788658517 +0.2191642795477644 +0.3121117537538106 +0.40134449680694323 +0.4546233182638289 +0.44784021138802205 +0.6070655790196929 +0.6620230036077417 +0.5928660915557967 +0.5934838906313643 +0.5396362667624741 +0.5363645261477313 +0.5876184000562082 +0.65836210858626 +0.6303478506248082 +0.597620358064103 +0.5990572853980713 +0.5542342349767828 +0.3891000897061036 +0.26316065559153623 +0.11705367879539133 +0.07058365723739046 +0.08433706671256232 +0.07058400607948508 +0.12242012566152377 +0.2222585007975081 +0.3013077620255372 +0.48857605600396103 +0.49872600758462626 +0.5415118933562593 +0.6321357869133398 +0.6794757023293732 +0.6269934274452844 +0.6175400984759454 +0.5651791352465221 +0.5503392340329026 +0.6314312402340067 +0.6971759319000276 +0.660706707651208 +0.6350940447951506 +0.6363194479293707 +0.5859324123350718 +0.415986143564788 +0.2697609872948426 +0.11706403341478203 +0.07069302082121526 +0.08438352504994229 +0.07058378473029765 +0.12333276699325375 +0.22354105439876074 +0.30189529553523514 +0.48864435238694115 +0.4990504888690216 +0.5413022080322872 +0.6317168375115939 +0.6794922366899945 +0.6193063344007167 +0.611100602776296 +0.564649739733479 +0.5542238040808839 +0.6312540251271899 +0.6967073109715521 +0.6479879733871877 +0.6262708234281368 +0.6278711731292583 +0.5861205712117571 +0.41597196603882536 +0.26982039043252115 +0.11716211416453833 +0.07058368378173346 +0.08436669642784447 +0.07071060662625865 +0.12347321937956002 +0.222550636857414 +0.30059752360214986 +0.48861671129522344 +0.49236267427933006 +0.5405869615468257 +0.633082064978913 +0.6794521384242734 +0.6178617344595023 +0.6107556128626254 +0.5637968506897147 +0.5474539012937698 +0.6310261030581543 +0.6967111264671396 +0.6493519557165646 +0.6262708234281368 +0.6280950647589283 +0.5864704130412693 +0.4159988814178605 +0.269832118851322 +0.11719578518865971 +0.07058391417072318 +0.0843373905904008 +0.07074011265453263 +0.12290078380945142 +0.221835694605921 +0.2995559043131479 +0.4886063222748364 +0.4960914073706185 +0.5402553186863002 +0.6326010194514362 +0.6793101305978284 +0.6194032653993407 +0.6107018804987602 +0.5631108673322976 +0.5456135953220363 +0.624596596008423 +0.6968416262777997 +0.6510384276309016 +0.6262708234281368 +0.628503510841642 +0.5866459647568781 +0.41603012695366465 +0.269880445714511 +0.1171347685071622 +0.0705836162195356 +0.08433709673450823 +0.07058410018655012 +0.12253516639351253 +0.22157595430611512 +0.2995562712750698 +0.4885792549780377 +0.4928456176029097 +0.5406124590422036 +0.6333345754010055 +0.6789513519736023 +0.6179824363974556 +0.6106261675759368 +0.5643237748136248 +0.5455183848293685 +0.6351508936886202 +0.6966087208024235 +0.648125284069636 +0.6265598565687707 +0.6319706821657395 +0.5866588300249816 +0.41616800345495225 +0.2697364177652188 +0.1212734071357782 +0.07068554309073331 +0.08433639164003842 +0.07058340658310962 +0.11544697581802411 +0.21904401260732778 +0.3113820628527793 +0.40150097368306376 +0.43714476389982165 +0.5463110784847867 +0.6260917438796804 +0.6467296890711842 +0.6101344557434439 +0.5986216962385565 +0.5519305905561278 +0.5471257643920924 +0.5969009669719567 +0.710064574114732 +0.6799665486429828 +0.6561211477380856 +0.5935121627126774 +0.5797531044450722 +0.41632089607961437 +0.27648676198853434 +0.1282189929824642 +0.07058331999702014 +0.08433680461874277 +0.07058381280546887 +0.11750689803772543 +0.22053418344264616 +0.3128488885774188 +0.40134466282592535 +0.45331230773834214 +0.44703070538735207 +0.6052032941800853 +0.6590422580344023 +0.5926839345838921 +0.5928793840206378 +0.5396781004650284 +0.536331375188255 +0.5877911883019322 +0.658369927146393 +0.6299372645000975 +0.5945792667039732 +0.5958250288083865 +0.5559263786588253 +0.38889799974378914 +0.2631593661654923 +0.11727569514856682 +0.0707401122408898 +0.08433627528219133 +0.07058322438120905 +0.1225691151488394 +0.2217374999446478 +0.2997207043327981 +0.48865768355316486 +0.4953793085875222 +0.5409582170843558 +0.6318053899702752 +0.6790453510151093 +0.61831764206223 +0.6107246605701583 +0.5634848587446952 +0.5465858476517965 +0.634718023331661 +0.696669258464657 +0.6481873894833478 +0.6262708234281366 +0.6289319605801922 +0.587525552792568 +0.41627490317613325 +0.26999023423835955 +0.1172690012896875 +0.07058351003343266 +0.08433699201587268 +0.07058351717717712 +0.12282233829437508 +0.2222427246013863 +0.29982961916275447 +0.4885712246972703 +0.4930054206448387 +0.540876470736625 +0.6311611032452559 +0.6784819990946337 +0.6190999008432514 +0.6101975125358827 +0.5629960784749052 +0.5447228176713717 +0.6304139434972232 +0.6966239431927896 +0.6518275946157769 +0.6312480337211096 +0.6370513877466671 +0.5876098510529463 +0.41625694348423814 +0.2698894402697514 +0.11712869398294061 +0.0706398160288664 +0.08433640235563059 +0.07058334987717345 +0.12203603476142386 +0.218132671575483 +0.2956712359254025 +0.4931544405312958 +0.5094172121965321 +0.5552358560007609 +0.6426314171518035 +0.7070970098802132 +0.6332235733859876 +0.6260727971348298 +0.5705017910240886 +0.5458595548916895 +0.6390871750717875 +0.7269729657302629 +0.6854900054651406 +0.6522502990384217 +0.6512979552228808 +0.5901388445402602 +0.41629016960553344 +0.26998818099268046 +0.11716924881343006 +0.07058351181946726 +0.08433699377822557 +0.07058399889361798 +0.12571117109298185 +0.22461851070600847 +0.30546440785640017 +0.488571024285123 +0.49300542064483854 +0.54087882840303 +0.6335664071250913 +0.6818494129258681 +0.6199897261827976 +0.6124314406258864 +0.5649805240155914 +0.5473281939903206 +0.6199379941528098 +0.696635997658362 +0.6537773363378613 +0.6262708234281364 +0.6297444128329129 +0.5883731737201273 +0.4162683931845712 +0.26990036919844784 +0.11714003128131399 +0.07058371612192466 +0.08449382512883273 +0.07058289402634381 +0.1227025293947492 +0.22184952883310913 +0.299817842733206 +0.4886208145559568 +0.4979932508639481 +0.540623315835845 +0.6314259362945326 +0.6795395959554559 +0.6213525543086661 +0.6169792188539496 +0.5629830063632958 +0.5446793955108549 +0.6277409699837153 +0.6985623643215174 +0.6610931719452828 +0.6379065068449019 +0.644702437217596 +0.5923611277228286 +0.41627693024014983 +0.26984736575652074 +0.1211887450546905 +0.07058388303884616 +0.08449317043892234 +0.07058300067392731 +0.11523367842733076 +0.2153889870483924 +0.3075330352871409 +0.4059997895210203 +0.44224180300463084 +0.552380050678709 +0.6277119330611003 +0.655142763935075 +0.6226726191890318 +0.609422304372573 +0.5556883915326727 +0.5509561232023384 +0.6021225866620469 +0.7123714823379745 +0.700561857621734 +0.686754022047705 +0.6168846930753086 +0.5981802684553053 +0.42141795931167925 +0.2766027141533077 +0.12795386132626999 +0.07058371022334779 +0.0843366996779759 +0.07058364353082958 +0.11715135649826487 +0.22196795024314522 +0.3148383640452836 +0.4024518459390436 +0.45273221888073706 +0.4467195220042802 +0.6073385045876367 +0.6645676676318016 +0.6062463543911696 +0.6096331522381196 +0.5459006660785409 +0.5363406298693987 +0.5823023364101049 +0.6590095587403537 +0.6362266649491805 +0.6040170634170705 +0.6036636244648679 +0.5545672964259374 +0.38882297701776086 +0.26322660476164167 +0.11706992263575475 +0.07058391738947253 +0.08433690614639569 +0.07058391268124856 +0.12329364473377509 +0.22452554269905634 +0.3027316982276369 +0.48856302615479397 +0.49300542064483854 +0.5406816907816004 +0.6309625137004463 +0.6848986953857898 +0.6437739279625359 +0.6365480065633317 +0.5762333443509408 +0.5571897843207597 +0.6322836467312883 +0.7116765038384061 +0.6784140117999156 +0.6578821932527377 +0.6628385099765782 +0.6006466437437308 +0.4167169719751909 +0.2699546754916319 +0.11705073726629124 +0.07058398650023429 +0.0843369750264672 +0.07058391550954168 +0.12507109263271649 +0.21826717160365702 +0.29567117399168014 +0.5044574786226774 +0.5179451298506951 +0.5607923120110935 +0.640423609940915 +0.7037445227546153 +0.6629793360854518 +0.6512325901755048 +0.5914763920121056 +0.5656457565234949 +0.6439011260752644 +0.7291684065047034 +0.6679944820559645 +0.6679220075389369 +0.6669653036584815 +0.6087445453811696 +0.41938284233750384 +0.2698048796008789 +0.11706662472441995 +0.07058357204541707 +0.08433739456909821 +0.07074061826886419 +0.12483293692288396 +0.21813200239751662 +0.2956710936894524 +0.4973668331975508 +0.5047393526284915 +0.5453861224127794 +0.6329461711347485 +0.6924990949983524 +0.6491280849081432 +0.6380018927777509 +0.5743201868507786 +0.5506181048628217 +0.6266314541686866 +0.7089598137731108 +0.6801448082509142 +0.6547448029203553 +0.658809123985979 +0.5990051790156578 +0.4160364353839073 +0.26993619423405607 +0.11710350310194853 +0.07058388932281064 +0.084336878172411 +0.0705838851613995 +0.1253283527854954 +0.22643735215365382 +0.30438047328553375 +0.4885615942602534 +0.49761309163679424 +0.5455566266307466 +0.6312204339127232 +0.6860766838682724 +0.6429365509756825 +0.6292471544271914 +0.5671259259074587 +0.5462694032984333 +0.6302079115806749 +0.7023657242782114 +0.6738259027511159 +0.6494635111502518 +0.6541924385391752 +0.5963489789443972 +0.4160367533451427 +0.2698882615733079 +0.1171212456057601 +0.07058364715277346 +0.08433663682663017 +0.07058364774866925 +0.12467426784701138 +0.22569209522733835 +0.30408193891274915 +0.4885392772535394 +0.4933374556243785 +0.541227229317672 +0.6318846836370453 +0.6826072410903893 +0.6334101694448757 +0.6203249214122488 +0.5648009905081245 +0.5478116530082183 +0.6185305290516783 +0.6970399249540359 +0.6586126855614273 +0.6358023017151867 +0.6388671593781635 +0.5907756524610142 +0.41603133080711596 +0.2699146140614426 +0.12123948068730057 +0.07058360388532732 +0.08433659370585629 +0.0705836053318051 +0.11678926138365407 +0.2210544014546896 +0.31386819531455223 +0.40134378649255176 +0.4280448564965001 +0.5484624643741487 +0.624968176623296 +0.648046961611724 +0.6129515158050366 +0.5995008196893042 +0.5509634761104464 +0.5452551875512047 +0.5950063910930509 +0.7098713994599912 +0.6822576011899081 +0.6654652489786946 +0.6014534447864134 +0.5872378243653682 +0.41670246934545574 +0.2764402590176249 +0.1280597334287752 +0.07058378775886315 +0.08433677694793333 +0.07058378558684127 +0.11612767669987824 +0.2209464715942263 +0.31357460466531345 +0.40134445541980274 +0.4511953899768645 +0.44751220149964505 +0.6062177515670473 +0.6604461071027107 +0.5974490259356423 +0.5958649444344368 +0.538791603622094 +0.5333702586178445 +0.5818568638891455 +0.658197387397569 +0.633194989807548 +0.6026674797261989 +0.6049763870587862 +0.5556976996507264 +0.38878282512237616 +0.2631658878850002 +0.11710337114685881 +0.07068058982501511 +0.08433639279810057 +0.07058340772444836 +0.12361832274579254 +0.22358395672216266 +0.3019077495838369 +0.4886681031619592 +0.4930054206448384 +0.5412802075498467 +0.6319661203522505 +0.679214288458551 +0.6182382257668496 +0.6116523271684767 +0.5649414403369509 +0.5451101017804337 +0.6282799508385165 +0.6965742727408336 +0.6526438294728895 +0.6262708234281363 +0.6311333695037357 +0.5919462127744927 +0.4165343638429148 +0.2697260234216439 +0.11749025262379054 +0.07058366840775582 +0.084493184373173 +0.07058308205773826 +0.12496265379288865 +0.2237262140787104 +0.3010259410654954 +0.48863700632323737 +0.49193769667091614 +0.5404975995430263 +0.6312615930983122 +0.6786170898174371 +0.6176838497078636 +0.6104984610390786 +0.5628479655854486 +0.5449829424544964 +0.6176098595357921 +0.6964713163958866 +0.6532969896692421 +0.6262708234281363 +0.6313246707968567 +0.5919462127744927 +0.41657013914553115 +0.26985388039730757 +0.11714723122584456 +0.07058368971457778 +0.08433709877992848 +0.07058410219897475 +0.12208917582445386 +0.22143228461800898 +0.2992693410977101 +0.48858021687558845 +0.49354773762522447 +0.5421119577176344 +0.6319010915185446 +0.678356177341381 +0.6181091692759376 +0.6105688027084819 +0.5633809662438023 +0.5450070149060078 +0.6205392450376777 +0.6962652557743703 +0.6493260188511729 +0.6262708234281363 +0.6311393503348895 +0.5919462127744927 +0.41659355468187825 +0.2699408456680123 +0.11724178669471039 +0.07058301830481033 +0.08433650714812195 +0.07058352019625123 +0.12288251732037339 +0.22209540850727139 +0.2996801454178574 +0.4885278773649486 +0.4952719146103516 +0.5417443172299882 +0.6313478931061223 +0.6781713500778516 +0.6207116077516344 +0.6108580649416165 +0.5633797839935224 +0.5450421952977441 +0.6254552285534185 +0.6967295319232334 +0.6501857103266534 +0.6262708234281363 +0.6315074275801701 +0.5919462127744927 +0.4168146775461689 +0.26972758291953003 +0.11707840960889013 +0.07058390272144566 +0.08449319197701376 +0.07058302037885116 +0.1219811220171028 +0.2216718539242836 +0.2995827345563244 +0.48863896884935965 +0.4950571269417844 +0.5415198490521355 +0.6309980075050879 +0.6777009479840667 +0.6182195347473278 +0.6109902216460201 +0.5631360653413174 +0.5446730563135836 +0.6190268196683819 +0.6967341684148763 +0.6518919459687903 +0.6262708234281363 +0.6315639485097184 +0.5919462127744927 +0.4168419181597843 +0.26983938171108784 +0.1212126210023171 +0.07058380684050733 +0.08433728473230793 +0.07074057534900527 +0.11634203215939193 +0.21955682617419664 +0.31194661813923147 +0.4013446167186086 +0.42695900559297745 +0.5463249416532171 +0.6243540516460718 +0.6483643791995494 +0.612646309733096 +0.597369890030406 +0.5511462530465873 +0.5447094243818946 +0.5931382113247813 +0.7096140417528914 +0.6766922995971266 +0.65366711492878 +0.5962402972351698 +0.5844381644513444 +0.41667299271477126 +0.27668947613959144 +0.12798510422133658 +0.07058387721970098 +0.08433735414602522 +0.07074065045188417 +0.11533503546663061 +0.21876026853052202 +0.3110023168533651 +0.40134462684691674 +0.4487683389783484 +0.44817103621509363 +0.6066822020238738 +0.6616802158269213 +0.59220746374256 +0.5948762762388036 +0.5385578867608086 +0.5353203295820224 +0.5834785510577151 +0.6582591161440537 +0.632426297889045 +0.5973061694493398 +0.5957769445584574 +0.5538993171885135 +0.38851690565886554 +0.26317254050973377 +0.11732190757745183 +0.07070748343814151 +0.08433639146616714 +0.07058348127754864 +0.12234636075922298 +0.22127442821693896 +0.2987819997530028 +0.4886677994049142 +0.4933177524099629 +0.5404260348165146 +0.6311298443033289 +0.6784144012837701 +0.617439788792982 +0.6104053919051464 +0.5627064855806964 +0.543657723717996 +0.6168978234256726 +0.6967336259047062 +0.6526734053131481 +0.6262708234281363 +0.6318930792591856 +0.5919462127744926 +0.4171103092964701 +0.2698138860628002 +0.11718905892928178 +0.07058391943188883 +0.08433691718709194 +0.07073988102470938 +0.12171289629946619 +0.22103701958978345 +0.29888697500008826 +0.4886056802276071 +0.4948271417265229 +0.5412597564144948 +0.631182438098777 +0.6788772860096858 +0.6179432527783596 +0.6101666765340513 +0.5630448587506374 +0.5435806311202969 +0.6185475628445473 +0.69645554668835 +0.6537773363378611 +0.6262708234281362 +0.6319051173641075 +0.5919462127744926 +0.4171290049657455 +0.26992369542752526 +0.11709562140750167 +0.07058392594167262 +0.08433691467065967 +0.07058385588937209 +0.12021971653721135 +0.21828847691996872 +0.29567121062176227 +0.4885606460572314 +0.5026310426174325 +0.5452969661318599 +0.63312701949919 +0.6815433583014315 +0.6365694311990032 +0.6219427048790763 +0.5632239615557524 +0.5496308120100495 +0.6316558848356595 +0.6962254322606355 +0.6629166267878552 +0.6371459719575714 +0.6448070239734204 +0.5919462127744926 +0.4171735182596492 +0.2698743652573771 +0.11713725384610278 +0.07060728267688167 +0.08433640998237137 +0.07058335740941782 +0.12221221390049636 +0.2235517707702598 +0.3012372583296896 +0.48866964980663613 +0.4930517764487323 +0.5408930340141499 +0.6309625593544869 +0.6784719378978965 +0.6217290495936666 +0.6113372462163037 +0.5629798702171988 +0.54386831218077 +0.6181682499670773 +0.6963455217534841 +0.6513611188041339 +0.628050781980018 +0.6333602175762991 +0.5919462127744926 +0.41732126530075003 +0.269725672331828 +0.11705831058296572 +0.07073996602458348 +0.08433628371040265 +0.07058330043199867 +0.12386879884421384 +0.22286263870714942 +0.30136224036390163 +0.4886578926486059 +0.493970987725939 +0.5407841395221259 +0.6309375069608977 +0.6793012575653478 +0.6198476114773585 +0.6126169695982939 +0.5635323610599874 +0.5447039684330854 +0.6242703240085665 +0.6964073438486117 +0.6528477270258286 +0.6283371865657926 +0.63569573145905 +0.5919462127744926 +0.4173818498099504 +0.26979030074768684 +0.1212025294133507 +0.0705836411695635 +0.08433746220327912 +0.0707399334086847 +0.11673959551892461 +0.21991910604282636 +0.31216447881371573 +0.40134434158736 +0.427607618170051 +0.5468326177938754 +0.6245193506012621 +0.6450478856405039 +0.6123682213024167 +0.5972362151241796 +0.5502708137134051 +0.5431571598788572 +0.5803979719754082 +0.7102980747772212 +0.6793871164237043 +0.6536671149287799 +0.5969787867089987 +0.585113753496517 +0.4167966132290138 +0.2765900136964017 +0.1281072564870299 +0.07058316469453205 +0.0843366514837801 +0.07058366216973165 +0.11573896922725767 +0.21904179138336063 +0.3114277397760521 +0.40134439312162995 +0.4469056140027662 +0.44556291081148747 +0.6075962072356204 +0.661792187448401 +0.5921532048418746 +0.5924187188916588 +0.5379859212893827 +0.5326227249632707 +0.5785145443391434 +0.658512044562775 +0.6310459979109159 +0.5972715859810213 +0.5958366171563583 +0.5543683097382062 +0.38867983651405014 +0.26312994594340755 +0.11766730315692657 +0.07058374635513458 +0.08433683445267176 +0.07058655931022705 +0.12409741020896012 +0.22266904556151895 +0.29989421687681717 +0.488581948417159 +0.49736858414755447 +0.5422708647405304 +0.6308159071292192 +0.6795640757693637 +0.6178464372273803 +0.6103757480780544 +0.5624476894248147 +0.5430064662362938 +0.6145432936986972 +0.6966102318098651 +0.6509395095739682 +0.6262139583774955 +0.6320951756269472 +0.5919462127744926 +0.41741631479633057 +0.2699459859341734 +0.11757421390422843 +0.07058366178272517 +0.08433703540452701 +0.0705967496381219 +0.12414300743738572 +0.2226171897469696 +0.29991235537280714 +0.44707665309807465 +0.4904496197537093 +0.5402293065354686 +0.6305325848111273 +0.6788648460100587 +0.617139935859579 +0.6102188241681046 +0.5625576738996185 +0.5438517537178905 +0.6238873321317658 +0.6966031078616814 +0.651482245396577 +0.6262708234281362 +0.6322771810010656 +0.5919462127744926 +0.41751944163904514 +0.26980183570364163 +0.11753025862666122 +0.07064778200478007 +0.08433639802056403 +0.07058341285578383 +0.12268985581784331 +0.22189882474575162 +0.2995141131924397 +0.44722269976025997 +0.491756376642366 +0.5411482629216233 +0.6302931776168348 +0.6790225645573216 +0.616815407428578 +0.6100153710635675 +0.562398819781958 +0.5427195117268044 +0.614641374349512 +0.6552071994010318 +0.651667387300749 +0.6262708234281362 +0.6322751459548566 +0.5919462127744926 +0.4176350808632131 +0.2697512421710614 +0.11721520031122623 +0.0705841402214038 +0.0844939109107159 +0.07058297353192874 +0.12175160736089272 +0.2209998425636508 +0.29871878411660463 +0.4471810946392318 +0.4919469226799312 +0.5404534541827164 +0.6305454094514881 +0.6790676662030637 +0.6169914584903795 +0.609996386069467 +0.5627324130310513 +0.5428987709228795 +0.6125655884423304 +0.6553394558528799 +0.6519960772158767 +0.6262708234281362 +0.6322793100401521 +0.5919462127744926 +0.41764128611984896 +0.2697484640796622 +0.11723204837084208 +0.07058417043627802 +0.08449342689095561 +0.0705830089812449 +0.1230452588503227 +0.2220484127941757 +0.2998018050972353 +0.44302042737641284 +0.49071559606881976 +0.5406645362623245 +0.6302722156951062 +0.6790543252691045 +0.6170869218060384 +0.6102132413993302 +0.5625872042525106 +0.5450520562420765 +0.6174353383425991 +0.649570167254197 +0.6521590845746215 +0.6262708234281362 +0.6326295613647483 +0.5919462127744926 +0.4176478389925808 +0.26981585942290454 +0.12125011210985125 +0.07058386898419201 +0.08433734602056046 +0.07074064165988393 +0.11457106462925812 +0.21844694090562342 +0.3107939934608622 +0.35893684220196065 +0.42642974385572807 +0.5466555130006578 +0.624528619656304 +0.6454597834199124 +0.6119928431760945 +0.5970876849525809 +0.5519458942614283 +0.5431953102797799 +0.5802184051212409 +0.6652373908268255 +0.6833786596861698 +0.663414427767735 +0.6015057295331991 +0.5885062049627157 +0.4169943714844849 +0.27659306349545293 +0.12778134967635735 +0.07074017598420443 +0.0843362521114271 +0.0705832015011907 +0.1146644698776926 +0.2185762107986195 +0.31140998065357184 +0.35945919033158025 +0.4476985459945678 +0.44615928181834563 +0.6084080604848026 +0.6620300257801509 +0.5924278297778188 +0.5920318378008983 +0.5380335790043542 +0.5321053076934723 +0.5772610827229594 +0.617116344274111 +0.6321050035339252 +0.5977216067482495 +0.5959008216734937 +0.5547902167968615 +0.38872103214678716 +0.26310603105105135 +0.11742784741008715 +0.07058373824458411 +0.0843373834420819 +0.07074015634776121 +0.1243882240657261 +0.22322665152172233 +0.3007372621107708 +0.44715828710136696 +0.49527191461035147 +0.5416612390078039 +0.6305250502549217 +0.6790750062202711 +0.6172838341975647 +0.6100143620537255 +0.5624331972240925 +0.5429752539530686 +0.6199105697081941 +0.65517870377682 +0.652479168899333 +0.6262708234281362 +0.6324583859335279 +0.5919462127744926 +0.41766233246090206 +0.2698997769359411 +0.11737653386265753 +0.07058356349762696 +0.0843369334868348 +0.07058393957614653 +0.12329323950542895 +0.2224201522943028 +0.2998252045990141 +0.44632147927664956 +0.4904496197537093 +0.5404738497840418 +0.6305656228976406 +0.6790559079777096 +0.617081133423056 +0.6102287872463604 +0.562407610910668 +0.5426537787596972 +0.6127530508873987 +0.648152928357669 +0.6566396505360586 +0.6402900551386013 +0.6495544437466148 +0.5979073187027221 +0.4187009090068543 +0.26989895278051296 +0.11703957449591067 +0.07058378652584033 +0.08433702035626704 +0.07058402503949865 +0.1221485441302545 +0.21813230094089206 +0.29567131203458885 +0.4518681158418803 +0.5000052726204508 +0.5491410360146328 +0.6341258781434896 +0.6860342404259194 +0.6357269666788135 +0.6224536643666467 +0.5653650707892652 +0.5431973046183415 +0.6139660832581796 +0.6552864340669075 +0.6658194202231923 +0.6404308480179417 +0.6481560222577178 +0.5950193579806544 +0.41766130031920135 +0.269859945776791 +0.11705399571839047 +0.07058348393254624 +0.08433715507897246 +0.07058415758247166 +0.12393737380968871 +0.224669109940229 +0.30239778768674686 +0.44554789316846205 +0.4907816547332495 +0.5410528668816498 +0.630406049669599 +0.679388023235662 +0.6224155796026447 +0.6132250327444485 +0.5627922054932861 +0.5437884287000615 +0.6176590084330894 +0.6525719807250285 +0.6561336649766244 +0.6308836591293778 +0.6377860862752301 +0.5919462127744926 +0.41766388482101463 +0.2698948968535469 +0.11704971205474317 +0.07058393251530534 +0.08433692122339755 +0.07058386236131563 +0.12320194641675665 +0.22325778423922524 +0.3015920257130365 +0.44632025616134385 +0.4907816547332495 +0.5409013419064825 +0.6328507702068147 +0.687497647866898 +0.6404914221644731 +0.6268018649382593 +0.5683337424957844 +0.5443795864613115 +0.6131334609152728 +0.6553376306259826 +0.6698318385743685 +0.6424820866968052 +0.6520643737879256 +0.5965155395598614 +0.41765809673112214 +0.26984373703320763 +0.12118643535716614 +0.07058334793794487 +0.08433717530709453 +0.07058417749304545 +0.116382531135587 +0.22093389508583527 +0.31384528455778615 +0.35911955301468773 +0.42796710454699544 +0.5478898212472987 +0.6250759296519671 +0.6488058068307654 +0.6172187722195162 +0.6046080454793183 +0.5528217474584838 +0.5437948475811514 +0.5801151945646689 +0.6620601875285362 +0.6895751435913794 +0.6746365412743064 +0.6057827493296122 +0.5904215626653896 +0.41720163849800307 +0.27654055393902516 +0.12781822058523062 +0.07073959203210423 +0.08433634937296869 +0.07058336500907694 +0.11643016614011717 +0.22122786301056258 +0.3141386515289253 +0.3576351656121471 +0.44914806213900227 +0.445563108265775 +0.6090080270249717 +0.6685842695636705 +0.6066490199407554 +0.6021488361500659 +0.5424962330263489 +0.5360496348857489 +0.5817236741654824 +0.6191244367214717 +0.6404110419480551 +0.6139937492327858 +0.61826213803254 +0.5595511331410989 +0.38872854170437926 +0.26308311775326165 +0.11708008084769742 +0.07058347295259475 +0.08433729761234095 +0.0707400625783291 +0.12400532848507842 +0.22458709277045028 +0.3029560519332898 +0.4455621073745901 +0.49090585496184186 +0.5410217873668943 +0.6307882219348799 +0.686349402261758 +0.6442028659374819 +0.6357143625267596 +0.5676527509969224 +0.5425710343030913 +0.6127683097095108 +0.6581836765903791 +0.6646583532385386 +0.6327640946058842 +0.6371834648109578 +0.5919462127744926 +0.4176463395735183 +0.2697881246557843 +0.11735918116240592 +0.070584001058981 +0.0843369984858972 +0.0707399550491949 +0.12534032457286282 +0.22518907504337407 +0.30266866877251686 +0.44127964012297183 +0.4904496197537093 +0.5408251368370226 +0.6308606180305756 +0.6795339899748575 +0.6168720371880086 +0.6102545969802181 +0.5628330832130596 +0.5439632141483149 +0.6134948542652943 +0.646920153331824 +0.6518319609076525 +0.6262708234281362 +0.6322781923392178 +0.5919462127744926 +0.4176394684895297 +0.2697655829288507 +0.11742254037481968 +0.07058371752701634 +0.0844669754623452 +0.0706098397598012 +0.12347120605471815 +0.22252980160944746 +0.3002762554694354 +0.4457364634626841 +0.4907816547332495 +0.5405569355553542 +0.6307284417190215 +0.6863029519340511 +0.6421272476912526 +0.6370880630482079 +0.5780792569682547 +0.5497498686179216 +0.6271140873970776 +0.6526671491304967 +0.6414580995834287 +0.6160592046838858 +0.640411141229895 +0.6016922447066696 +0.41839133868471007 +0.26976322297333843 +0.11704443961000026 +0.07058402030572151 +0.08433749527521067 +0.07073996980100959 +0.12232399046040353 +0.21813211220356277 +0.2980933970521339 +0.4481320426873001 +0.4976642402099147 +0.5432287241193555 +0.6308367169743172 +0.6812217576687747 +0.6335797747970852 +0.6187063034141486 +0.5640005099496543 +0.5431429974911315 +0.6194506859352245 +0.6541958228004209 +0.662590195174346 +0.6358717839824308 +0.6415136526573575 +0.5919462127744926 +0.4175251569214601 +0.2697414986575189 +0.11720328892361978 +0.0706705477812322 +0.08433639990958883 +0.07058341471580967 +0.1247237945982218 +0.22470686437959653 +0.30256661694829745 +0.4397844145415065 +0.4904496197537093 +0.5404291750299869 +0.630840050386386 +0.6792940982371266 +0.6217249296675555 +0.6109560937237055 +0.5624929469570271 +0.5429337911712658 +0.6123354312917446 +0.6462761306558186 +0.6529197775133511 +0.6289411471470581 +0.6345441620163799 +0.5919462127744926 +0.41741418665618873 +0.2699108600036425 +0.12137697789459487 +0.07058301583193743 +0.08433650471073825 +0.07058351779731999 +0.11713962006562244 +0.22028649820430862 +0.3126075150818218 +0.3557561184097717 +0.42483373450920536 +0.5459936282392615 +0.6243361890251093 +0.6456715392188143 +0.6123805609393824 +0.5971363505088522 +0.5504275000444628 +0.543373502322743 +0.579153741438079 +0.6584719780767393 +0.679228928642245 +0.6536671149287799 +0.5969080485231892 +0.5851823473278921 +0.41683726611968175 +0.2765680683439629 +0.1281411680981363 +0.07058892150705953 +0.08433641858173632 +0.0705833659004316 +0.11591564567753392 +0.2192914069134919 +0.3115233736972388 +0.35436040986129336 +0.4459185123610069 +0.4459055377526376 +0.6075033781261111 +0.6617973331649818 +0.5924357550500251 +0.5925980792025229 +0.5381245900334937 +0.5317545542524257 +0.5758494556591613 +0.6114805783157478 +0.6308282875504819 +0.5970772382476148 +0.5958271034231998 +0.5543495464986561 +0.3884734966029832 +0.2631033418739291 +0.11718573534539946 +0.07065181191692003 +0.08433639954407736 +0.07058341435529442 +0.12156581837539383 +0.22102224461164816 +0.2991332754502307 +0.4429197962960519 +0.48993578228365814 +0.539981099500594 +0.6304554981862278 +0.6784846106522224 +0.6172034800664272 +0.6100092901041718 +0.5626468500184078 +0.5428195604635119 +0.6123313651352322 +0.6488955770151029 +0.6500729186728318 +0.6262708234281362 +0.632080080405593 +0.5919462127744926 +0.4173768338684545 +0.2697698175896062 +0.11705231263007004 +0.07058372923023636 +0.08449383923102922 +0.07058344351925315 +0.1226751379187857 +0.22188139870331652 +0.29967158944744965 +0.4399128554777915 +0.49071559606881976 +0.5412997930003596 +0.6313793616412006 +0.6787197988231274 +0.6216995731763841 +0.6133260356595562 +0.5628932866417244 +0.5428929549083592 +0.6131444118331653 +0.6424161249879508 +0.6529281571019786 +0.6301370633735802 +0.6356569885055054 +0.5919462127744926 +0.41730568890426906 +0.26972778248630874 +0.11706880021621224 +0.0707395496689712 +0.08433635546006171 +0.07058337100129462 +0.12300861345695492 +0.22223214760729879 +0.3002994111902726 +0.43995762922073933 +0.49071559606881976 +0.5405404304456977 +0.6305974800361515 +0.6788006330837011 +0.6225038322917699 +0.6143365247680648 +0.5624807860971112 +0.5429605825476992 +0.6123520070075783 +0.6443818661822938 +0.6618291453505729 +0.6352677568649032 +0.6407747188902889 +0.5919462127744926 +0.41714533158241407 +0.2699171522294471 +0.11717932699321597 +0.07058386652752435 +0.08433641547265426 +0.07058343002439306 +0.1238483366836398 +0.22287906432112004 +0.30123899513550256 +0.43962024784171955 +0.4906354239190165 +0.541830911007752 +0.6306144130381776 +0.6869786779751349 +0.6398407674174237 +0.6289760970266431 +0.5686208860808359 +0.542884682110136 +0.6130652114340203 +0.6475768741150104 +0.6732106014231471 +0.6461523808388641 +0.6512705734535743 +0.5966909251346115 +0.41712387043618665 +0.26988343258275926 +0.11705098354085545 +0.07058363834582444 +0.08433704805562837 +0.07058405229350606 +0.1233679656568541 +0.22434737182832556 +0.3027327092972511 +0.4423353336992584 +0.48991897603223633 +0.540128992905721 +0.6306429604510957 +0.6783218846444752 +0.623213482325788 +0.613159377803014 +0.562720064233317 +0.5427312348997171 +0.6123560694620619 +0.6447167801334177 +0.6538905494559395 +0.6262708234281363 +0.6318896194965313 +0.5919462127744926 +0.4171059469173768 +0.26979321585873983 +0.12122534500352497 +0.07058400153844438 +0.0843374767628449 +0.0707399494281998 +0.11617471974771659 +0.21957999243064122 +0.31244095694069557 +0.35539991344348737 +0.4256309726128356 +0.5458154629582823 +0.624189746655585 +0.6479053563189027 +0.612485132524871 +0.5967975825420022 +0.5504413232841417 +0.5427517581871537 +0.5794316008180215 +0.6648559450505789 +0.6768173808920811 +0.653785868803673 +0.5963089856557682 +0.585185514850088 +0.4166667303619788 +0.27667820021984385 +0.1279618733734833 +0.07058401392094311 +0.08433748897965167 +0.07073996287507123 +0.11555280122321426 +0.21902438827829818 +0.31140154101437134 +0.35402633321973664 +0.4465830936662739 +0.44603042200950815 +0.6069061432789472 +0.6612267992776003 +0.5922035093426388 +0.5925196930689822 +0.5380220323416119 +0.5316358499978985 +0.5749955960703228 +0.6072071653128186 +0.6317019346509191 +0.5970762567381518 +0.59574042692703 +0.5569387469238354 +0.38877989107676697 +0.2632062330838721 +0.11724391458216486 +0.0705831375487402 +0.08433662471703718 +0.07058363583835292 +0.12162501620297039 +0.2211212092996055 +0.2991278912999574 +0.4392622606408893 +0.4907155960688198 +0.5410474390134721 +0.6315503161628897 +0.6780148025110108 +0.6183035977398472 +0.6105255027362484 +0.563036887005868 +0.5435889500291203 +0.6138412646873366 +0.6416295252659052 +0.651142125187552 +0.6262708234281363 +0.6315095354458182 +0.5919462127744927 +0.4168367186790437 +0.2698357833665011 +0.11713710033262298 +0.07058373919721 +0.08433721801500413 +0.07058421951814911 +0.1216217215189258 +0.22086779739850032 +0.29884428255920176 +0.43931585755544916 +0.4907155960688198 +0.5408234052761008 +0.6317319594805714 +0.6779117013517229 +0.6177401844524526 +0.6102709124715391 +0.5630320378787416 +0.5433473422130634 +0.6140805538998055 +0.6399185511813853 +0.6500116804249811 +0.6262708234281363 +0.6313310489286803 +0.5919462127744927 +0.41676380864948576 +0.2697324872830703 +0.11709235093390061 +0.07073993691654121 +0.08433630582951247 +0.07058332218803849 +0.1214308608856711 +0.2208199706550119 +0.2988874952784736 +0.43920827168293136 +0.49005512076131963 +0.54024978430473 +0.6310234976689375 +0.6808429697951943 +0.6380807644515688 +0.6295846126844211 +0.5691464521220592 +0.543271712640399 +0.6141743683649932 +0.6466190357729681 +0.6620275272178836 +0.6393955627680401 +0.645184197892177 +0.5925179494742494 +0.4165868771509189 +0.26994206387752195 +0.1170350644497282 +0.07058377486058524 +0.0843367640998268 +0.07058370715706418 +0.12184607809231669 +0.21828889555314085 +0.29567095883892686 +0.44791848868831396 +0.49080049786612656 +0.5432818252411777 +0.6309851729760272 +0.6964250231012209 +0.6570097382085085 +0.6489255930672898 +0.5804814411110171 +0.5499452924463544 +0.6244397368476825 +0.6781075043357305 +0.6979324842320689 +0.6729522974894094 +0.6779419703281173 +0.6108458776880465 +0.4190886304953696 +0.26983415191084786 +0.11703883899630142 +0.07058337438044295 +0.08433720116986607 +0.0705842029442632 +0.12557789118890741 +0.21813180797805537 +0.29567090245649497 +0.45110968355091796 +0.49914859727194766 +0.5475811609525659 +0.6343592470694913 +0.7002913754089173 +0.6604118890614591 +0.6522045728852364 +0.5877997202169046 +0.5549684495784075 +0.6284578586272704 +0.6834419238665865 +0.7005811841208428 +0.6768526921304416 +0.6818564768777633 +0.6203574388908767 +0.4300616664243598 +0.2724263688973069 +0.1211860041078276 +0.07074000573988651 +0.08433636868354023 +0.07058338400425096 +0.1188091027790536 +0.2153891797623808 +0.30753367710873825 +0.3747916522404255 +0.45167491728281506 +0.5648341271557974 +0.6372088975542382 +0.6755476693963499 +0.6464314174365566 +0.6321005889497594 +0.5756494519848582 +0.5636056340089682 +0.6006391271550408 +0.6792606326451167 +0.7195765757791962 +0.6752115832023943 +0.6379698612686482 +0.6188443045965062 +0.442798479524832 +0.292367503740675 +0.07074009543750212 +0.084336790749032 +0.07058320003849126 +0.11782013990930106 +0.22298348192284229 +0.31557523689410366 +0.39128921088627294 +0.4432918310098464 +0.44664343719618743 +0.616317135776834 +0.6893771079389488 +0.6322278030573751 +0.5962735813132837 +0.5292997802551191 +0.5225072161907005 +0.5654125082999814 +0.5929563924847291 +0.5696741469120352 +0.5872949375393103 +0.5865216025498755 +0.5637632525063788 +0.38912844021319914 +0.26491991490615363 +0.1170337081727928 +0.07058341676002615 +0.0843369000364003 +0.07058390667092708 +0.12236676041489836 +0.21970040567091348 +0.2974504379868573 +0.4996439883347908 +0.5073142505408393 +0.5506620897860948 +0.636395832794164 +0.7087930613343915 +0.6682372306188964 +0.6605490660390465 +0.5967558353144778 +0.5627104062239333 +0.6392511305293984 +0.675717290767779 +0.5894321685106046 +0.6173790252658895 +0.6221207757046101 +0.5811823113761138 +0.40584294569495677 +0.2730263815565291 +0.11717715193456578 +0.07058349036922992 +0.08433648058350655 +0.07058342713676827 +0.12413930530987113 +0.2200475029745971 +0.29832511010837287 +0.4783545237670333 +0.4819641164646462 +0.5319339358252079 +0.6337155814731138 +0.7924165966501074 +0.8054661906647331 +0.8200887818394933 +0.7433473084446985 +0.689597195928776 +0.7442509694541335 +0.7698094817788108 +0.7136117489357555 +0.7022715197921138 +0.6807322165491567 +0.5928718391088852 +0.40680876374083447 +0.25966774215284466 +0.11714852172480789 +0.07058360914850755 +0.08433659894964565 +0.07058354404967737 +0.12864092726371865 +0.22427411811883635 +0.3042121408691394 +0.4788527306318393 +0.4827622068515581 +0.5437407289170331 +0.7053904907988423 +0.8276306452332464 +0.8214482644106627 +0.8128076283632086 +0.7602153423065023 +0.7129677759491395 +0.7793879459836572 +0.8204296530960161 +0.7754428477020319 +0.7501866921724847 +0.7490774135014192 +0.6295856900997371 +0.40707826815554987 +0.2600863685887138 +0.12126142415023504 +0.07058378881252855 +0.08433660985374128 +0.07058362192761018 +0.15362273742919305 +0.22577785532303052 +0.3036348908533478 +0.5027942609756311 +0.5302027771005831 +0.5309181991744765 +0.6229294651002857 +0.6725134702179882 +0.6105200215808217 +0.6029126876155728 +0.5942644321963071 +0.5700817663775767 +0.6031441965899726 +0.6239321592337458 +0.5855162788651436 +0.6176600778419982 +0.6217041310727011 +0.580693827015298 +0.42862778790783135 +0.27238619523368063 +0.11713441801638334 +0.0705831081772437 +0.08433659575901645 +0.07058354089574945 +0.12368174245688418 +0.22104232154907114 +0.29948688736791435 +0.4758879714696922 +0.5249089042328948 +0.5687053176043436 +0.6517843528476154 +0.6961788302656594 +0.6095400761768128 +0.602194074144645 +0.5539921715142496 +0.544379887753009 +0.6126828527676347 +0.6507186438414885 +0.624881746845025 +0.6595427205664381 +0.6659902941628654 +0.6062612498122236 +0.4189106006417312 +0.26978142275833256 +0.1211984614374804 +0.07073957138196918 +0.08433635217004148 +0.07058330031390225 +0.11677274774054452 +0.21538882328866324 +0.30844726692008534 +0.3649247091051599 +0.4339893744452865 +0.5487568346464491 +0.6252058565196121 +0.6506302983452515 +0.617111216392863 +0.605234131479112 +0.5540235473882023 +0.5453675585404567 +0.5806518938718821 +0.6474096648788683 +0.6409830920738092 +0.6844226181579561 +0.616986487516918 +0.601644564466642 +0.425112357909386 +0.2766856475996242 +0.12784825283930076 +0.07058342684624294 +0.08433725250595403 +0.07064581342664908 +0.11848314821785726 +0.22247364090272317 +0.315123316019283 +0.36068701433004635 +0.4509264840949113 +0.44862536763394345 +0.6084788600034564 +0.6637110503847509 +0.6047711717327474 +0.6028641452296566 +0.5407100004275995 +0.5320373410999053 +0.5755397978972315 +0.604577729461619 +0.5840090574383966 +0.6041067145676783 +0.6043992618912818 +0.5541287625795098 +0.38881068524139595 +0.2632016513876458 +0.11714714212418022 +0.07065553795109418 +0.0843363986708426 +0.07058341349596248 +0.12349554924254459 +0.22442655214316895 +0.30287049351150314 +0.447222756380084 +0.492413739035863 +0.5393444660048455 +0.6306793480870307 +0.6785115843316692 +0.6273873441502393 +0.6170769834857919 +0.5623475138381072 +0.542290671397075 +0.6106658643004534 +0.6373901458251707 +0.6132606453008096 +0.6479315704315726 +0.6531679216464769 +0.5929968019837013 +0.41627289682848395 +0.2699028915086923 +0.11704302839559248 +0.07058368824850617 +0.08438790172595546 +0.07068928689015984 +0.12359567811766577 +0.22461156491661946 +0.3030121934922447 +0.44717258425167405 +0.49175637664236616 +0.5409043234324873 +0.6316644578807149 +0.6889271939035506 +0.6451535337312422 +0.6353498153610111 +0.5735057293233299 +0.5452283384637657 +0.6144840084780029 +0.6464536813244958 +0.6222025408045643 +0.6534024102802086 +0.6580084015868893 +0.5982556291575066 +0.41627370992790363 +0.27002389588858716 +0.11704174596182203 +0.07058366532190648 +0.08433707469291044 +0.07058401396282345 +0.1243757164934604 +0.21813168256489013 +0.29567077910667205 +0.46709994342985633 +0.5119789012073637 +0.5672340959107307 +0.6540280251578635 +0.669490964862435 +0.6247781839002428 +0.6192935049425056 +0.5550227311317444 +0.5338588014864201 +0.6019939394016022 +0.623608537502656 +0.5849242068865369 +0.6168306645457359 +0.6199293271373061 +0.6111366087826374 +0.4250585927651351 +0.2698340529065838 +0.11705690069119512 +0.07058369273722498 +0.08449390936793087 +0.07058290300708216 +0.12286517274097528 +0.2201691207259927 +0.2974607621721209 +0.45351293882015953 +0.4932224926380787 +0.5393456856070437 +0.6307767953221912 +0.6837864247116875 +0.641162860556057 +0.6266485687396262 +0.5658340386566117 +0.5425501087732432 +0.6106549874102706 +0.6347523084322686 +0.6061265368667041 +0.6411994494339159 +0.642759118436792 +0.5886587104295326 +0.4162823169886693 +0.26980176154860935 +0.11705280321970557 +0.07074000218419989 +0.08433628038504586 +0.07058329716321556 +0.1239696760098244 +0.22505753339993326 +0.3038292748627515 +0.4447137640074166 +0.49103082479693844 +0.5393243817409165 +0.6310204762455219 +0.6786207891406872 +0.628016701809897 +0.6176021358283346 +0.5627879508940626 +0.5424545090828768 +0.6105103395717792 +0.6322163001383453 +0.6013351060868445 +0.6352469781883048 +0.6391803208807266 +0.5875139427266869 +0.41627842806859444 +0.26979446299951665 +0.12119259941105887 +0.07064710047997005 +0.08442968680344182 +0.07058313945254163 +0.1159624291428757 +0.22055071515974795 +0.31351754804273146 +0.35683888614150144 +0.42578711710934114 +0.5447818536689143 +0.6253891601703655 +0.6499486267992001 +0.613524909752485 +0.6021183694824875 +0.5510069005757525 +0.5435778591469566 +0.5789976735108741 +0.6458094897834132 +0.630436585585052 +0.6705928442441881 +0.6046927196083037 +0.5897681097622067 +0.42037762126451855 +0.2765679087762832 +0.12784406935581777 +0.07058389610844194 +0.08449318473549378 +0.07058308239014749 +0.11613722111660613 +0.22082165900904152 +0.31380065853589034 +0.3586809946947739 +0.4527806334952566 +0.44575597790581817 +0.6053467175065471 +0.6606175749052666 +0.592739162116735 +0.593166681898237 +0.5382983651924038 +0.5311953579545051 +0.5739681196301489 +0.6010755577979118 +0.574618797096387 +0.5943387756546653 +0.5958648944642877 +0.5556772640560738 +0.38879697736112834 +0.26325638153985176 +0.11712972185512252 +0.07058357528261895 +0.08433656519825247 +0.07058357729444684 +0.12227162399682258 +0.22261135896180512 +0.30115973983031435 +0.44300668591049885 +0.49039548287216395 +0.5393479306671238 +0.6308729082521307 +0.6785120174305539 +0.6233345751064603 +0.6138571518018899 +0.5629441720667199 +0.5425615713122832 +0.6106760743281388 +0.6309948211089214 +0.5956275429795176 +0.6336696763008477 +0.6355606050741929 +0.5866475642834443 +0.4162269983051836 +0.2697301868088717 +0.11707587519514882 +0.07058388838705373 +0.08449317628865244 +0.07058307469187443 +0.12268822670526909 +0.22313223802636722 +0.30153179514563294 +0.443658917424603 +0.4900745787292578 +0.5392053202896847 +0.6307592949779868 +0.6890114996358785 +0.6437961991050228 +0.6369000702330424 +0.5748777660056157 +0.5470360126587989 +0.6150627065857878 +0.6487331142164657 +0.6196586524380399 +0.6101244632236663 +0.6556939537025521 +0.5971925099690375 +0.4160472537808804 +0.26976766131821006 +0.11708044382751892 +0.07058371973602887 +0.08449382901273712 +0.07058282822240612 +0.12307869776814849 +0.2243350869152313 +0.3027095114946033 +0.4417223539304367 +0.489912386933747 +0.541141017756513 +0.6320608126731865 +0.7011589109401487 +0.6315656303668401 +0.6236394476943224 +0.5814321704220103 +0.5537210511025837 +0.6210553721337784 +0.6518145694685782 +0.6261815957140121 +0.6177458312958438 +0.661039515576563 +0.6029257336114249 +0.4182525963564672 +0.2697070963614872 +0.11707542734221155 +0.07073992240744732 +0.0843362925802199 +0.07058330915538794 +0.12534114283252312 +0.21813256511253237 +0.2960996362749248 +0.45783467194658295 +0.505884299684305 +0.553839547767031 +0.6394180510741512 +0.7066368944111339 +0.665138510043918 +0.653877052307656 +0.5892327905940464 +0.5571451986466265 +0.6328489249153383 +0.6700195909515402 +0.614887007857081 +0.6056317366246542 +0.6481128324103909 +0.6096826767339796 +0.42275877312543875 +0.2697601495715404 +0.11705945310008394 +0.07058389046160382 +0.08449317856275519 +0.07058307676324979 +0.12394723155014052 +0.21813240630379302 +0.29568953874910564 +0.46782025870121324 +0.5137301409455963 +0.5601433928667732 +0.6442102334288853 +0.7142580460297924 +0.6400376601399386 +0.6313424589455208 +0.5907770900963946 +0.5594333494321371 +0.6342320531127992 +0.6702019519222362 +0.5827480945426893 +0.5734798330660585 +0.6664871930983257 +0.6023812352516178 +0.4186339606327493 +0.26986287903206335 +0.12118164580847612 +0.07058354315351416 +0.08433736630195986 +0.0707406636025624 +0.11598684215887951 +0.22137792640987292 +0.31443442927865367 +0.3555353625374518 +0.42949753094348225 +0.5540848461559729 +0.6375434592014083 +0.6790699417020092 +0.6493387308495815 +0.589410966524658 +0.5426383615118122 +0.5536954837014338 +0.5863865315388856 +0.654150680782856 +0.6486476362521184 +0.6519293828906096 +0.6317887680596126 +0.6169993488786712 +0.43871151747593534 +0.2790882866921771 +0.12790420876174252 +0.07058374769692784 +0.0843370241562369 +0.07058396404349507 +0.1174184442280758 +0.22196006047994724 +0.3153296483860204 +0.3484951000432176 +0.43607368621393544 +0.447009663850326 +0.6056421527455879 +0.6644516911127036 +0.6082343176638307 +0.6073476174987281 +0.5462549742789913 +0.5372599460102314 +0.5841951284863282 +0.6126417605192511 +0.5964238185483296 +0.5704689206830709 +0.6171074472018292 +0.556148010836024 +0.388952865890315 +0.2632078975424835 +0.11710019044803376 +0.07058372161677783 +0.08433671103056654 +0.07058372074333391 +0.12411808714357545 +0.22433788998573626 +0.3028523755326092 +0.4401366044375655 +0.48838461826395035 +0.540139867419916 +0.634493417224401 +0.7035742352604093 +0.6344561275474194 +0.6016549408708523 +0.5531460588438291 +0.5332074112187366 +0.601704019784178 +0.622474105581312 +0.6115454010806476 +0.6026060441470246 +0.653853785891898 +0.5956548833947901 +0.41621850527347876 +0.27000973765005143 +0.11704943913484142 +0.07058395499090618 +0.08433694362778343 +0.07058388448936473 +0.12232694271930558 +0.21828866968976515 +0.29723356058144845 +0.45587671082576875 +0.495468086466067 +0.5458030362662947 +0.6322841739661668 +0.6999628765674999 +0.6535815123713307 +0.6440416383632233 +0.5760886407332337 +0.5452138178951014 +0.6143728532169943 +0.6436490821997739 +0.6158127268220936 +0.6092847084238343 +0.6563547347454685 +0.5982147136987386 +0.4162677343857552 +0.26989293054141356 +0.11705436470036958 +0.07058346129408458 +0.08433728620578303 +0.07074050050909128 +0.12443014001206135 +0.22536322706806808 +0.303710928982324 +0.44003494228413087 +0.49014548737705477 +0.5459633765209894 +0.6386283449346836 +0.7089237954196398 +0.633063154992931 +0.6408028320985572 +0.5799722664253472 +0.548701292476964 +0.6191953593784438 +0.6547159801379754 +0.6259313810892707 +0.6130922021143368 +0.661560566201795 +0.6018513114695874 +0.4162729922807762 +0.26996617743458523 +0.11704452110149378 +0.07058398757608637 +0.08433697609805155 +0.07058391656764006 +0.1248920388147732 +0.22575099280721303 +0.30389459011864256 +0.4402423925323285 +0.4915592425020789 +0.5504512131767274 +0.643799888241762 +0.7131205329342212 +0.6090341910039206 +0.6015192481016105 +0.5537263874705571 +0.5337633760871233 +0.6021593635187178 +0.6233592403631587 +0.5759165733841928 +0.5711579251627448 +0.6175735028075032 +0.5985132462006562 +0.41652228213591574 +0.2700596423721489 +0.11704998826189734 +0.0705834659486678 +0.0843369485473352 +0.07058395439834218 +0.12214296592557185 +0.21882483466156813 +0.29730414849778847 +0.4446977738894774 +0.4942254982974127 +0.5296443848850673 +0.6226078027870298 +0.6886340376244485 +0.6642833152910791 +0.6591995744662352 +0.592347317856736 +0.539086965420882 +0.6089843867036523 +0.6325690835833739 +0.6034600313902171 +0.5916045868930733 +0.6467654231146635 +0.5783792119989706 +0.40652820472289963 +0.25959274847621516 +0.12120673343011724 +0.07074020039286813 +0.0843360919373124 +0.07058311259509503 +0.11921956433176775 +0.21932977619903118 +0.31265779608287364 +0.34363061463839806 +0.41785021208033685 +0.5390681650029113 +0.6188614233409049 +0.6849444809908353 +0.6547453794724682 +0.6747103020743335 +0.6053193321694689 +0.5709937954400792 +0.5856222031519556 +0.6422151071589376 +0.6400991514450745 +0.6313805046878795 +0.5957982087508549 +0.570105964950473 +0.40640491664022466 +0.2664114250027655 +0.12825443656672791 +0.0705837388553898 +0.08433672820771945 +0.07058367171496767 +0.11900141278603366 +0.22911976860539565 +0.32404636716347457 +0.3435854147009172 +0.43651925791455687 +0.43644863417586993 +0.5986883541492901 +0.6537015858972366 +0.5851261769014836 +0.5846548885027456 +0.5318956218655637 +0.5234651083269137 +0.5662043600108376 +0.5927640490386707 +0.5669515031475318 +0.5418829434984348 +0.6046337301145923 +0.5572981067805147 +0.38910361911612495 +0.2631011267159875 +0.11707254609526112 +0.07058371127861066 +0.08433687797128057 +0.07074058347359719 +0.12060125805991921 +0.21969875790692117 +0.2979575070267001 +0.4490902752136588 +0.48642581306532023 +0.5404925260358447 +0.6317151268856036 +0.7038083577167237 +0.6607774127478182 +0.6506863702388327 +0.5757148836169257 +0.5429826892655811 +0.6117023776148509 +0.6419022791596493 +0.6169753975695944 +0.6146061948135629 +0.6580651814049654 +0.5955228117882411 +0.4165068693725784 +0.2699381995974662 +0.11706098124847544 +0.07058372538541974 +0.08433713400186507 +0.0705840725531424 +0.12434312645263139 +0.21813174338299077 +0.2971227926790673 +0.4477282536012153 +0.4921058002112256 +0.549042177931237 +0.6345354905742231 +0.7032481756026401 +0.661071721022245 +0.6533081125202888 +0.5899131069543326 +0.56081056006812 +0.6324597078196137 +0.6635340255871627 +0.6321426589021988 +0.6183593057863247 +0.6690923029527251 +0.608197844403957 +0.4256933733513593 +0.2697870274145162 +0.1170521439929925 +0.07074019479048513 +0.08433615615260015 +0.07058317498008604 +0.12561318060267715 +0.21813243560068113 +0.2958599248846569 +0.45228562476160405 +0.5170030345217166 +0.5717690906182165 +0.6551237713338954 +0.6691527716891679 +0.6084521475262684 +0.6010722591550953 +0.5534077143408055 +0.5532013627022023 +0.6282908499177842 +0.6702960302372029 +0.6317688766163763 +0.624126790485828 +0.6665528421075267 +0.6032111541632034 +0.41837229755219835 +0.26993229315516654 +0.117048452448374 +0.0705835524501636 +0.08433714889583012 +0.07058408726479955 +0.12534303201810224 +0.21813175852375358 +0.29831795433326874 +0.4456041254587452 +0.49197246433662795 +0.5449383198005501 +0.6338618668332152 +0.7014639539960019 +0.6611833821224602 +0.6525543107947365 +0.5825347017385883 +0.5484665840493099 +0.618839180459304 +0.657098923019491 +0.6258483963241295 +0.6139750818021119 +0.6640035893273963 +0.6009789883386785 +0.4170038964071488 +0.26988053345712715 +0.11705110664467236 +0.07058354697470487 +0.08433737003734897 +0.07074065427186642 +0.12614375250216342 +0.2181319784900214 +0.29567107017806454 +0.4543679595706201 +0.4951529175794185 +0.5467771407730256 +0.6324991884331437 +0.6971737299395978 +0.6547377442172 +0.6454535678921733 +0.582975746563142 +0.5539955757400117 +0.6313219457965615 +0.6491464833206563 +0.5796079022001547 +0.5721868804595958 +0.6180355899558998 +0.5931490866946405 +0.4253373990252068 +0.27001237598822025 +0.12119724316313787 +0.07058335928966238 +0.08433684336330824 +0.07058378544905555 +0.11633715254177132 +0.21554533108970525 +0.3093070087596137 +0.37106641209759017 +0.44318823650672984 +0.5579814353168875 +0.6275875472823614 +0.6624569651583831 +0.6302885993358642 +0.6180767753205012 +0.5563735759198112 +0.5461152938188163 +0.5829310659035039 +0.6523504094122727 +0.6478010300615902 +0.6434087791032065 +0.6181910587890853 +0.6021696669942963 +0.42540946471268104 +0.27645262032319773 +0.12798217406895884 +0.0706558393343868 +0.08433640328168025 +0.07058341802444996 +0.11815405897139228 +0.2227091767553619 +0.31543554393581463 +0.35365404988094346 +0.4461818299615858 +0.4457558224435708 +0.6067025468886149 +0.6606345494405574 +0.5924181737442684 +0.5929775458748985 +0.537744576249072 +0.531099434035244 +0.5737775481167147 +0.600809814459473 +0.5793766172500441 +0.5534119454818339 +0.6004917482566559 +0.5552301485304232 +0.38888598342972214 +0.26322520187873083 +0.11720180942059556 +0.07058355028610536 +0.08433654029256131 +0.0705835527931555 +0.12265277800581272 +0.22358082617967825 +0.30217585480849657 +0.437895386425594 +0.4835756044192511 +0.5387565059923859 +0.6308615964647629 +0.6840175378650085 +0.6397137512769613 +0.6336868039308396 +0.5754879430378902 +0.5458752603468023 +0.6142420462865084 +0.6470614356031427 +0.6155853063717579 +0.6073836100543052 +0.6558922729214104 +0.6002499026085969 +0.41787595108052006 +0.26990711920852023 +0.11706978171638867 +0.07058342814234474 +0.08433725377238374 +0.0706518615703817 +0.12400782988680162 +0.21813186298506268 +0.29567144643075627 +0.4504964380102864 +0.4984089210394475 +0.5510884214220976 +0.6403433867868219 +0.7069037621928987 +0.6360593900073792 +0.6278705605044745 +0.5723808761364922 +0.552739779153886 +0.6017986773103053 +0.6224441143436753 +0.575731747153589 +0.5612250512303846 +0.656172689576591 +0.5975326154345271 +0.4193752923243532 +0.2698827780448095 +0.1170743108016867 +0.07058348581434616 +0.08433731019650018 +0.07074060290358357 +0.12253226235905083 +0.21813241315761556 +0.29672191883056 +0.44491403114374417 +0.49980651311086793 +0.5618778657152168 +0.6542707844891066 +0.6716265393595027 +0.6113812366649477 +0.6028227937792817 +0.5579113235993705 +0.5343474477971242 +0.6025127634466445 +0.6282449709885037 +0.5778248092662825 +0.5623631840065989 +0.6185852417529168 +0.5770484968464367 +0.4064179337043582 +0.2708214846643815 +0.11704372329371741 +0.07058372354572355 +0.08433720258133347 +0.07058414029926996 +0.12438017023372804 +0.22055306124981947 +0.298509996789019 +0.46381194938347137 +0.4975982750181478 +0.5312656804240984 +0.6229797048880876 +0.6718126062177647 +0.6295148709323688 +0.6023590184828165 +0.5541124005275957 +0.534507594180822 +0.6026549355530549 +0.6228892559203855 +0.5765560852621108 +0.5660192977914473 +0.6181211699746081 +0.5964912718861672 +0.41659796349347217 +0.2698275430828386 +0.11704764609523752 +0.07058378842154103 +0.08449317797857006 +0.07058300755822289 +0.12207320728928532 +0.2194614974256837 +0.2564007706146365 +0.4425241302986029 +0.5016697507238839 +0.5664885793687826 +0.6571001461448887 +0.6719936016498903 +0.6112174115867527 +0.6049265522778062 +0.5539763336211787 +0.5341365240009042 +0.6022898686085417 +0.6227773580094891 +0.576343109409488 +0.5629042124195874 +0.6331586913076935 +0.5982764588424062 +0.4162962363036974 +0.2698260969806565 +0.1212043783085829 +0.07058365388232625 +0.0844938676363116 +0.07058293342955674 +0.11484767192049661 +0.21770302989654913 +0.26779853228581846 +0.3596608376657249 +0.44508237696256586 +0.5696517878267519 +0.6474929372180396 +0.6612870063164218 +0.6043621394446346 +0.5905541051793108 +0.5424594943589051 +0.535094568893302 +0.5697813132558442 +0.6365446311001806 +0.6030238880069397 +0.5834087807576924 +0.5847436558169419 +0.60165157935405 +0.42776562095533416 +0.277501908010109 +0.12801166815761256 +0.07062693936126238 +0.08433640422018665 +0.07058341895790432 +0.1150818396619545 +0.22329523772735577 +0.273816096504753 +0.3479562487949549 +0.4414270230274453 +0.45039005790178155 +0.5991058122740427 +0.6537494601475073 +0.5848124022591882 +0.5868757091657562 +0.5299708275473046 +0.5231249045146437 +0.5662636036191722 +0.5937912736538503 +0.5787670229849223 +0.5416794246999571 +0.6039848815135891 +0.5556089420836955 +0.389153123977511 +0.2631583776421833 +0.11706907111894316 +0.07058367751704327 +0.08433732376634714 +0.07074054132468563 +0.12094473213753694 +0.2240900149434019 +0.26126688171896273 +0.4381723414582917 +0.48869927616356923 +0.546572411336727 +0.6366143616567734 +0.7105280950966872 +0.6101998799934933 +0.6023960674643548 +0.5555484650462386 +0.5340342986699054 +0.6027830924379316 +0.6229731271048725 +0.5776104695907895 +0.5777394020120178 +0.6573911674214418 +0.598390108963786 +0.41631187361283334 +0.2699363918879123 +0.11705141898237395 +0.07058392481227395 +0.08433740108733227 +0.07073988682540552 +0.12149094589567076 +0.21906581437908335 +0.25550129824771645 +0.45261760805927853 +0.4961527612294376 +0.5556983712906368 +0.6393537730729674 +0.7066144244545705 +0.6650340062735871 +0.628890452857267 +0.574871527979213 +0.5503695578900393 +0.6260895620790086 +0.6660874871792114 +0.6314625475878737 +0.6108498517182885 +0.6656348405949629 +0.6063756979889623 +0.4193749519589821 +0.2697749848394435 +0.11712848762661472 +0.07069854357285761 +0.08433638859255926 +0.07058333628653943 +0.12331128056154994 +0.2181326570025368 +0.2564850775845802 +0.4510049002244853 +0.5071448357396576 +0.5690409250139805 +0.6594951778762792 +0.6713078540934927 +0.6138312243810569 +0.6069526555876578 +0.5551277340087095 +0.5341012693854019 +0.6021398339374022 +0.6234277716037231 +0.5819510842464409 +0.5694863587053121 +0.6185010742795657 +0.6117882061472241 +0.4272721451909871 +0.2703953389941755 +0.11706639594491627 +0.0705837558872327 +0.08433726673056613 +0.07071050587046253 +0.12285027297801429 +0.2209402222503091 +0.25616791497417174 +0.4592234730590597 +0.5122926079904226 +0.5495928514697707 +0.6405794062118959 +0.6707045536014723 +0.6095711339008864 +0.6018343588403324 +0.5537166041179349 +0.533953787478818 +0.6022096153011508 +0.6245360178659444 +0.5845363647728 +0.572302613712311 +0.618253120230483 +0.6031984510583148 +0.42021805064243384 +0.26981667009874105 +0.11706309960610735 +0.07074034008703953 +0.08433620919772994 +0.07058322714734484 +0.12218976042080858 +0.22165439632762501 +0.25668243821874626 +0.4637004051489253 +0.5096096651015376 +0.566224356624794 +0.6491390285837807 +0.7173483253276312 +0.6092858065040839 +0.6018048891695662 +0.5851338021907967 +0.5522544391958574 +0.6293122876031405 +0.668827171829568 +0.6125015429374782 +0.5973939235909216 +0.6489446448000162 +0.6125934114866954 +0.4254475937499857 +0.27000386409915406 +0.12122610228028222 +0.0705839077717232 +0.08433671935464546 +0.07058366297728054 +0.11608062357140704 +0.21546369380960445 +0.26743771853642306 +0.3789347187267817 +0.4525039913007586 +0.5705164127027961 +0.6438304673708349 +0.686653406337533 +0.6030415432294359 +0.5897695298804723 +0.5415151461708066 +0.5535615167511403 +0.595788834440528 +0.6660310801186724 +0.6590414791027384 +0.5884816963731366 +0.5847853578107 +0.5706140187375887 +0.42916746366022696 +0.2765677299689654 +0.1279416093542942 +0.07069089302936282 +0.08433638981507573 +0.07058333749203846 +0.11563932235921784 +0.22088670015264777 +0.27391370011207783 +0.3455202325687288 +0.43492296021472565 +0.44538978722921774 +0.6072583208217172 +0.677735496627004 +0.6289792748821899 +0.5844857145546001 +0.5298864181290293 +0.5232415327339212 +0.5657518869033696 +0.5930283928871672 +0.565549216490374 +0.5388250077525847 +0.5871599893734339 +0.5567526742976991 +0.389139371634276 +0.26319691120545596 +0.11705820853934741 +0.07058362533654025 +0.08433710572616768 +0.07058404462041727 +0.12060296609192413 +0.22298507786875274 +0.25719769278501653 +0.4390066896634007 +0.49689860806070135 +0.5640950061414398 +0.6517429678908973 +0.6716412653011276 +0.6102209524270522 +0.60202592132674 +0.5541304120956001 +0.5339859081331316 +0.6026069258132135 +0.6230969322321657 +0.5759539395210735 +0.5589864434222447 +0.6188194521526306 +0.6026386810310984 +0.4193960871593392 +0.2697595609034099 +0.11714097125868897 +0.07069973972484103 +0.08433638782636155 +0.0705834028209837 +0.12158353281072629 +0.21941022646396074 +0.2563095905684545 +0.4566769823615722 +0.5077475734062614 +0.5306476201413518 +0.6231825190601109 +0.673165614121959 +0.6247464254993994 +0.6083413836909076 +0.5551743609531149 +0.5347591189606391 +0.6035755057070159 +0.6245652860816991 +0.5823249387964246 +0.5729400385632313 +0.6190935546875014 +0.5782479386265929 +0.42603418997019016 +0.2697894974172171 +0.11708513860276362 +0.07058383360190515 +0.08449322732153028 +0.07058312119017862 +0.12279924195482578 +0.22034133586956853 +0.2533488188925336 +0.45705664838738824 +0.5080361115308875 +0.5672373080204751 +0.654485335219732 +0.6702951177724176 +0.6100802635358931 +0.6097169107286791 +0.5567134424075708 +0.5339277610027725 +0.60252544854829 +0.6245523201267827 +0.5760046181732176 +0.5595606496698432 +0.6187838282258498 +0.5935071024840588 +0.4230252274658361 +0.26978026314553477 +0.11710981094893985 +0.07072118513155708 +0.08433638299562037 +0.07058339807844824 +0.12277171463423439 +0.21996742166027294 +0.2515206765546088 +0.45434484863503477 +0.5138238730788618 +0.5535362967763885 +0.6240989252012592 +0.671712014028062 +0.6157936841023828 +0.6115510348262699 +0.554597690164438 +0.5342172481106563 +0.6025892896858595 +0.6230057836948724 +0.5795572315003665 +0.5689105287456473 +0.6190641478478904 +0.578077366419983 +0.42931285011904 +0.2719161622470148 +0.11716015711155017 +0.07066447669309782 +0.08433640129770163 +0.07058334883235401 +0.1250596990817218 +0.22127224060978312 +0.2584912659816626 +0.4508522813750788 +0.4760354528342955 +0.5313501592646439 +0.6238338687910437 +0.6726056880410973 +0.6389555675129733 +0.6361603731272466 +0.5544195822722195 +0.5344805711958464 +0.6028068376378891 +0.6228160078462273 +0.5764239569516547 +0.5644548261869791 +0.6185658490425097 +0.608574575571638 +0.4223653160517715 +0.2700053231673019 +0.12118731434845387 +0.07058355018284357 +0.08433692032130974 +0.07058392662190614 +0.11568319269210021 +0.21737968907287727 +0.2648030468586308 +0.37880257893774916 +0.4612412463012937 +0.5790526462134383 +0.6546041290204848 +0.6396353594065453 +0.6035532159373933 +0.5894550652505668 +0.5417727732322233 +0.5346723614113603 +0.5696336691916325 +0.6359649008825288 +0.6044313400716307 +0.5822499967559768 +0.6237796927164855 +0.6050684282619694 +0.42975013879501217 +0.27655921650062487 +0.12803476384616316 +0.07058374719248908 +0.08433677341422113 +0.07058378209159347 +0.11439229988961742 +0.22156742774079494 +0.26892264038151525 +0.3474448490545295 +0.44270610575680186 +0.4465521609728977 +0.6138826157369531 +0.6536311562389957 +0.5849905443271483 +0.5847402461888077 +0.5301571182042432 +0.5231224831567831 +0.5659912826265793 +0.5928270056543201 +0.566704378502602 +0.5356804483640901 +0.5868908960956603 +0.5603131798183996 +0.3891436669156867 +0.263259872799248 +0.11710596969666463 +0.07058384441609471 +0.08433676042299555 +0.07058376932365149 +0.12048401412546379 +0.22164148431957617 +0.2510948350580828 +0.44041775439028946 +0.4937830155858758 +0.5541036263212215 +0.6441095177251691 +0.6915414222688683 +0.6095450109553663 +0.6026990963120068 +0.5542005946519891 +0.5339611059416743 +0.6020942786983771 +0.6225830853059441 +0.5765444639607227 +0.562620336794233 +0.61913394138912 +0.6069332413167021 +0.4247472886023428 +0.2699069883346459 +0.11706666907213603 +0.07058391151179336 +0.08433738796475092 +0.07074061109449815 +0.12265412581174624 +0.21977685005273567 +0.25494586865576035 +0.46218780352091965 +0.5113256327398497 +0.5502351639479164 +0.6226963607767341 +0.6814374879224978 +0.6453084075873952 +0.6346604502516688 +0.5712045580698485 +0.5481474895570844 +0.6173450183565721 +0.6405116441739126 +0.6043719081859494 +0.5956126440894193 +0.6420889919280515 +0.5818453741095887 +0.406474085477382 +0.27103280415905767 +0.1171083925764495 +0.07070749014171414 +0.08433639146419526 +0.07058333912072438 +0.12561715076246943 +0.22179108334304576 +0.2587286898226119 +0.43076103191591847 +0.4766944058634342 +0.5434745503476129 +0.6741670144130063 +0.8082555281192443 +0.7944899320513121 +0.8316214806328097 +0.7708490351452849 +0.7337096884361566 +0.7859883256325767 +0.810258587926612 +0.6072036512436083 +0.5934515977952791 +0.6284028626578504 +0.5791720982614824 +0.4073453695667338 +0.2596977960387371 +0.11870210776941693 +0.07063549546452788 +0.08433633318249957 +0.07058334982943586 +0.1296109156651752 +0.22497466439934227 +0.26241133976002534 +0.4317826564446601 +0.4778727971961839 +0.5579922192485028 +0.6443579961398503 +0.6975840546532093 +0.610252583466232 +0.6021281903181211 +0.584269515029107 +0.5507536272273458 +0.6294854477451808 +0.6697751397370347 +0.6148787404363923 +0.6034402265926112 +0.6495788214625995 +0.6154069459882087 +0.43108559913878386 +0.2707295188891979 +0.11705960085937146 +0.07058357258029628 +0.08433705369759986 +0.07058399322353064 +0.12387523519192264 +0.22004186542191922 +0.2563495229105199 +0.47408973276770694 +0.5202644472662136 +0.5747071010569044 +0.6584295493726889 +0.670494482683242 +0.6101674615772986 +0.6023293210054127 +0.5541942716607284 +0.533974063996142 +0.6022073282943253 +0.6228528980056509 +0.5774753692171526 +0.5577497234535097 +0.6189269172711719 +0.6180286805247085 +0.4284990779457546 +0.2708229698727646 +0.12118748638017361 +0.07058368376122914 +0.08433716334690806 +0.07058416572463834 +0.11598476629831915 +0.21655345025116865 +0.26407873270708004 +0.38890852595269576 +0.4177603872047636 +0.5397944598326471 +0.619854984220773 +0.6749428088607389 +0.6779109641744371 +0.6936881561932821 +0.6335698494949596 +0.6457047481925984 +0.6904515082355264 +0.7277406638354672 +0.7177048568045196 +0.686124953872935 +0.6396313927130657 +0.5972551115758652 +0.427133678534694 +0.2679617025198319 +0.1327445786008149 +0.07074022873472045 +0.0843362590541419 +0.07058327692419561 +0.13036264411423806 +0.24959545140438869 +0.3043915113373927 +0.34558004605458165 +0.43698871920559035 +0.4370011610544062 +0.6194380145719882 +0.7147527916024973 +0.7282533068077697 +0.7767790807111499 +0.7289780055499153 +0.7257630609301693 +0.7610013502988637 +0.6015217328714544 +0.6554637780051336 +0.5348740211706516 +0.5878669877915337 +0.5463116221054481 +0.3965743033917423 +0.26628447353768686 +0.11705803440850161 +0.07058371951272951 +0.08433719860064545 +0.07058420042486149 +0.12551133506804144 +0.2216393406718774 +0.2550221701396958 +0.4275054212094775 +0.4778898521073928 +0.5316231204113024 +0.624612012408332 +0.6723016744782949 +0.6437302931309784 +0.6296157442457819 +0.5561324937299499 +0.5375935361057761 +0.6085489606073751 +0.6298403202638041 +0.5914632727442771 +0.559035038115672 +0.6193490729101401 +0.5781569445876766 +0.4314781784613448 +0.2738226817101844 +0.11707063301612995 +0.07058415415769805 +0.08449385859313048 +0.07058291912399785 +0.12519882146216155 +0.22141236351562713 +0.2557012216875675 +0.42733609513941895 +0.47691862528210094 +0.5325195949507471 +0.6244346447601958 +0.6936490695290584 +0.6706271998213864 +0.6888773772212472 +0.6381604470236465 +0.6361995291358442 +0.6901573756901646 +0.7194042532491653 +0.6722847435278444 +0.6451212695005486 +0.6824131061781188 +0.6006881573268026 +0.40747519049004066 +0.25995467856252963 +0.11988153132807564 +0.0706161084226234 +0.08433633792968492 +0.07058335448703432 +0.13151777128285208 +0.22627126035309178 +0.2679574415037865 +0.44864260006735507 +0.49850100692952526 +0.5673401998586455 +0.6499314109415972 +0.6767170302448305 +0.654216427631143 +0.6483327887845725 +0.5651587591194551 +0.5417005998023097 +0.6170446846826677 +0.6266655155208731 +0.5786623060487948 +0.575027155466331 +0.6197111163277923 +0.578370707174458 +0.4063077306398103 +0.27332711698775713 +0.11705377984880216 +0.07058342973921662 +0.08433691283470726 +0.07058385406724244 +0.12571489577831535 +0.22155731196271453 +0.25664572180781653 +0.4634723930536794 +0.5121970091488888 +0.5650967245268073 +0.6518738748744694 +0.6942188347078709 +0.6095160621836974 +0.6022290425046366 +0.5545620195875856 +0.5337432971755693 +0.6024129045135154 +0.6234772159360915 +0.5775717446603211 +0.5640939649518627 +0.6188607113927389 +0.6110555936125812 +0.4254285620609866 +0.2699183057694974 +0.11705635846024612 +0.07058357744043213 +0.084345576591576 +0.07073256158329938 +0.12288489565429037 +0.21989348173664425 +0.25546952423412445 +0.46494246253070215 +0.5166194595218894 +0.532512774579837 +0.6246775783394579 +0.6722204784321854 +0.6146970521596449 +0.6061368344227723 +0.5547646391990088 +0.5344495149346671 +0.6027544252589437 +0.6230013704530928 +0.5759548854817148 +0.565354408267865 +0.6189949825583592 +0.5781297299310973 +0.42718703431900473 +0.26983279409438143 +0.12118971583498911 +0.07073987479144195 +0.0843362936245131 +0.0705833101773971 +0.1154060147811253 +0.21747617251628273 +0.2646043265206994 +0.3847188866159126 +0.44577316813916157 +0.5397475786372168 +0.6191319679933175 +0.6400100860674929 +0.6137736072755975 +0.6078713684506458 +0.5724249439661013 +0.5625256333684223 +0.6139869364941477 +0.6498364123237117 +0.6254233682723295 +0.6144604436423501 +0.6052097639663976 +0.6076334693648373 +0.4244883662892696 +0.2667245532406692 +0.13127406902710095 +0.07066008075891902 +0.08433632716997942 +0.07058341117566234 +0.12234021557124251 +0.2328618053504665 +0.28004243316321786 +0.3434083032772131 +0.4378880821212853 +0.4391481760747133 +0.5999872942000664 +0.6578762067889926 +0.6135745297934059 +0.6109014783661103 +0.5578610807939827 +0.5441808523822288 +0.5881415368081968 +0.6069463631423453 +0.5764483145523668 +0.5374012374305541 +0.5466080056133908 +0.546616700752908 +0.3794142823454096 +0.2660281144700162 +0.11705932076019218 +0.07058372601004172 +0.08433720501556526 +0.07058420671988964 +0.12451862054754924 +0.2214233627265271 +0.25218061803468017 +0.4389801901931491 +0.5095741202205801 +0.532526163923394 +0.6246630083516593 +0.6726583302702736 +0.6190175818156423 +0.6113428532644889 +0.556006894639161 +0.5373827230603898 +0.6100809267365142 +0.6448118830065603 +0.5979802450559001 +0.5691625845581412 +0.5767796848589151 +0.5784994177020943 +0.4186201747382829 +0.2707248791535192 +0.11710700510010956 +0.07058321802781192 +0.08433670407424183 +0.07058371389883909 +0.12376933475832118 +0.22070627504006515 +0.2522362479010049 +0.42827507133687587 +0.4778488529055075 +0.5507704528461954 +0.658121522987186 +0.7590630167970662 +0.7305593891338659 +0.7328359034009059 +0.6848379972518489 +0.6529069361981057 +0.7275772541196298 +0.7569169283405691 +0.7241530856369488 +0.6953012014689147 +0.689167580464232 +0.6549508445419164 +0.4491921217390226 +0.3165661292644257 +0.13062387267451314 +0.07058388465485259 +0.08433732741747252 +0.07074062153754421 +0.1445441619094489 +0.2336583912309518 +0.2692759602754553 +0.4368237143940688 +0.4794726066383501 +0.5324788997616177 +0.6239543464008308 +0.6721831879605306 +0.6111320917874662 +0.6031472330959792 +0.55498435520457 +0.5351308028874255 +0.6034622862353941 +0.6246809638107477 +0.581690450518229 +0.5642147295704544 +0.5781149905844992 +0.5785936270418465 +0.42746900181723085 +0.2698066406042493 +0.1170572989545641 +0.07069249787806338 +0.08438445318445639 +0.07058308294429494 +0.12343262063791507 +0.2212488502384741 +0.2568374061307358 +0.4725142788477196 +0.5254074355019275 +0.5312306993940838 +0.6238261008707926 +0.7006819403965391 +0.6629065257587344 +0.6693045346128048 +0.5874163785560959 +0.5377690999032444 +0.6038544101495152 +0.6249967072650635 +0.5818091342321484 +0.5666439520532467 +0.5781086087396423 +0.5790008269073282 +0.4068064068415356 +0.2596697969503901 +0.11717256954486086 +0.0706143035614496 +0.08433640833125135 +0.07058335578209944 +0.12394754942822825 +0.22288242723486865 +0.257008606180958 +0.4282794796710881 +0.476763686187566 +0.532938216535058 +0.6318654757410817 +0.7190465914279633 +0.7009524451471991 +0.6882970963749074 +0.649400779456027 +0.6104096773855289 +0.6868833744980543 +0.7152812208008014 +0.6791030728501628 +0.631482454962966 +0.6184765368185559 +0.5790741611619837 +0.4069593696299042 +0.25982480102932376 +0.12140830289907951 +0.07058387953770968 +0.08433686842784809 +0.07058387557459138 +0.11657454062651941 +0.2189007275476722 +0.26691733153985553 +0.3445284198341825 +0.4183025319627466 +0.5409615726842456 +0.6247489497358357 +0.7008601825704585 +0.6795823513486539 +0.6871008834287398 +0.6265046085877292 +0.6160744430480632 +0.6572482244375969 +0.7057181042823063 +0.6693215142466463 +0.6415979306357599 +0.5624218888533515 +0.5731142648433688 +0.4074087006657833 +0.26651213550654085 +0.12910381555222236 +0.07072043364489802 +0.08433631501898047 +0.07058333196722723 +0.1257715692409349 +0.2424831113542836 +0.30045126166168723 +0.34494637651345406 +0.4379478857096687 +0.43765189543781524 +0.5985904614774034 +0.6536476806662911 +0.5853480515453153 +0.584887673585538 +0.5303097197879354 +0.5239012404920593 +0.5666365469068532 +0.5948544808525941 +0.5696973203314987 +0.5408023798926875 +0.5480435302314489 +0.5468274640497409 +0.37954752564001853 +0.25298644636013184 +0.1195960945753875 +0.0705906591790063 +0.0843363441551329 +0.07058336061062455 +0.13004300408826305 +0.22704429640955495 +0.2600721593747847 +0.4482204097725817 +0.5135264791828777 +0.5308256531536856 +0.6345944975210976 +0.7236570360965033 +0.6762714399715701 +0.6407527097192398 +0.5573502635747533 +0.5354422753957592 +0.6151002016843955 +0.6281219769428499 +0.5814553865963491 +0.564086088789409 +0.5780793134463243 +0.5786384510737634 +0.40647253337926587 +0.27265593705492613 +0.11706572915205513 +0.07058346588295777 +0.08433694848067583 +0.07058388928474787 +0.12548911802960758 +0.22269043514011286 +0.2589246152644313 +0.43065624838726807 +0.47671705407594644 +0.53084079175042 +0.6238969251291004 +0.7131716170597987 +0.6700702991322364 +0.646909469760948 +0.5714155577107249 +0.542159724336419 +0.6160057884767153 +0.6463163029273747 +0.6127437277037479 +0.5686235994900686 +0.5783283749619348 +0.5786055385125122 +0.40664006039992406 +0.2595920742500079 +0.11708360001644175 +0.07073994652452037 +0.08433631459805546 +0.07058326320397451 +0.12523738239526616 +0.2231985659325511 +0.25474738379438205 +0.43058592674289925 +0.4796450894732202 +0.5379368041082273 +0.6338660315256259 +0.736876026162021 +0.7165135818115518 +0.7212642371594655 +0.6578683893681427 +0.6193510785915245 +0.7120788594520117 +0.7338483233654552 +0.7146193841483063 +0.6559066426677896 +0.6395588826446433 +0.6050212598805731 +0.4077433542097568 +0.2602334699188385 +0.12175850362169643 +0.07058361114505471 +0.08433643174419281 +0.07058344675398924 +0.1346558454748634 +0.2272366085752052 +0.2640367165946651 +0.4332536699052036 +0.47724474671112543 +0.5313524665494916 +0.641204352187061 +0.75709902407229 +0.7586610096318701 +0.7766394330447847 +0.7206289442506435 +0.7096690385969092 +0.7933932309988035 +0.8439042067483946 +0.8203517211866543 +0.7733167775130747 +0.7595504283973424 +0.7253888976751405 +0.4997301217089769 +0.29003292782122464 +0.12922779320206565 +0.070583538612392 +0.08433698614523928 +0.07058392649913622 +0.16657686299528696 +0.23967373375310252 +0.27645843409597753 +0.5259945324613627 +0.6247692063761072 +0.7385172676558849 +0.8253410740146514 +0.9074362504243172 +0.8758843703608669 +0.8691935293639981 +0.7848650619266659 +0.7345980947819544 +0.7717611728325918 +0.7656604285036249 +0.7439777892034027 +0.6686057015323439 +0.6512047070538772 +0.5943549906008809 +0.40775803247052667 +0.26060000260398813 +0.126832214277984 +0.07058334979291998 +0.08433673321502208 +0.07058380891537004 +0.12233343041043886 +0.22158112370251087 +0.2675030825890871 +0.3440851043442464 +0.4153899924982782 +0.5371636551860712 +0.6173622358636509 +0.6397678577256736 +0.6269437449568006 +0.6225507660484729 +0.5610533253184681 +0.5699887552449009 +0.6194987888293984 +0.6689477232556837 +0.6430711259337765 +0.63689040240868 +0.5403254643179949 +0.5723596465842139 +0.4069473162129834 +0.26644587303212064 +0.12783363408355244 +0.07065769416882928 +0.08441903489953773 +0.07058307385403662 +0.11736009026344466 +0.22400356302309984 +0.2734112827953126 +0.34313668416276144 +0.4384180322571273 +0.43817417815439275 +0.5996340276988145 +0.6562303928097812 +0.5982309951129158 +0.6140677973266941 +0.5535433724701361 +0.5648491995757773 +0.607718776069478 +0.6335941420405093 +0.600677377962222 +0.5625888769178801 +0.5740450314288209 +0.5471887172077785 +0.3799834374565763 +0.253155507596875 +0.11909239157198509 +0.07058345944702828 +0.08433746029518878 +0.07074068970644742 +0.127374730371227 +0.22470005598681392 +0.25978103550695697 +0.4289336137476438 +0.4760105839764546 +0.530648449234274 +0.6230173435527884 +0.6740019190987436 +0.6259622727688842 +0.6274885422067261 +0.5685977690044319 +0.5384259035682463 +0.6155701933693299 +0.6446172001355145 +0.6103394471715107 +0.5765612642667888 +0.569006864449001 +0.5786857015871887 +0.40659687131841726 +0.26983288812948963 +0.11707903766916196 +0.07074005781526677 +0.08433625980518034 +0.07058327692072137 +0.12404965630004305 +0.2208603631723129 +0.2502097935358311 +0.45135336356384453 +0.4784984319056706 +0.5333423114709182 +0.6252822271394606 +0.7201986932157379 +0.7163899436544947 +0.7023532388076725 +0.65728217073159 +0.6220578626087374 +0.7230170366168565 +0.7708495916715389 +0.7355901344122564 +0.6901218043906162 +0.6651373679809123 +0.6115085010891433 +0.4076182425580393 +0.25984436713792153 +0.11782643547900375 +0.07058395759961074 +0.08433688010909722 +0.07058388776049467 +0.128617505263023 +0.22495240364312072 +0.26082003382762065 +0.43259271212479344 +0.48050350744518966 +0.5466871287757539 +0.6590165957215631 +0.7807810711803066 +0.7623591301149065 +0.674931335841869 +0.5932213510662788 +0.5637917385867742 +0.6469257984457417 +0.6823810871591082 +0.6416036921394354 +0.6685784015451164 +0.6739428800243201 +0.6227641055912182 +0.41076829599876286 +0.26014768185881837 +0.12342827264942108 +0.0707401678140311 +0.08433620289903374 +0.07058322171083226 +0.13606358528506055 +0.22940467965926523 +0.26181904420312657 +0.4545834114037196 +0.5351094788781805 +0.5651873800242576 +0.6678257670640178 +0.769820821082218 +0.7507499581882214 +0.7500311699111898 +0.6507818792880028 +0.5546083048297918 +0.6669741277698232 +0.6845300769750629 +0.6804087743968376 +0.6310281674387396 +0.6109834613775542 +0.5808384579257263 +0.4074115272972683 +0.2595823543963376 +0.11801338042772416 +0.07074020823470878 +0.08433609919264513 +0.07058311971851175 +0.12938489703469278 +0.2237369564236701 +0.2598536718184207 +0.4277400968996601 +0.4759616843964368 +0.5327761437153937 +0.6252669065246519 +0.6932564796110205 +0.6691308372567637 +0.6643403832611604 +0.5669683744927063 +0.5399166156145062 +0.6105497373932767 +0.6419396406669278 +0.6052407210013245 +0.5837193216550298 +0.5827154599751306 +0.5793639746743908 +0.4069804358975221 +0.27823373965151194 +0.1212061813727579 +0.07074033633996847 +0.08433620573592197 +0.07058315570316989 +0.11743978223491539 +0.2184397469214667 +0.26606751104604354 +0.37106504668290835 +0.41852686238933395 +0.5404860164554074 +0.6197312489651909 +0.66879955983575 +0.6540820262032093 +0.679383654888808 +0.6218997821974409 +0.6231644648433403 +0.6534507942230124 +0.7230412214213728 +0.7393114111094965 +0.7264005017555611 +0.632606672377891 +0.6359510244505618 +0.42717381509922764 +0.2669008966332828 +0.13167976234238166 +0.07071522143162846 +0.08433631369033932 +0.0705833306538366 +0.1304112533080944 +0.24980259470497734 +0.30473469316869745 +0.34471385202804977 +0.4529110054315862 +0.5446398631401768 +0.7691913347127711 +0.8523326245137324 +0.8016196134334198 +0.812942556014766 +0.7417564919803936 +0.7329418450696565 +0.7772113679694203 +0.8150576884165992 +0.7947193903967781 +0.7447176094116501 +0.7018356406201354 +0.6606945247171442 +0.4225204998728333 +0.2693488940518038 +0.13870612307778307 +0.07058366819333335 +0.08433704850285331 +0.07058405342852332 +0.17639249441365937 +0.24566509901833383 +0.2826430040398604 +0.5908075750677647 +0.6853264579039345 +0.7694438567928192 +0.8667795942258104 +0.9632781044761772 +0.9374342867678711 +0.9203555365819913 +0.8525275351170277 +0.8025659024582427 +0.8662148597040426 +0.8633827245221577 +0.8355696035291126 +0.7812042546301333 +0.7783671106752862 +0.7088170779344009 +0.4081512317657173 +0.26013059056577964 +0.12010239401641816 +0.07072526674664847 +0.08433631388236308 +0.07058339816694276 +0.1273655775546944 +0.22254458716996967 +0.2584320280553199 +0.45398869879165815 +0.5166679708187629 +0.569315995149029 +0.6562383209629149 +0.6962285455075469 +0.609077178543148 +0.6020568515748507 +0.553977564779549 +0.5336939780199027 +0.6020098505216224 +0.622854433945398 +0.5752944187812808 +0.5547936674681813 +0.5667880953757913 +0.6117136278483848 +0.4232566655948659 +0.2698848296578708 +0.11707073498188711 +0.07066448759576145 +0.0844120898520879 +0.07058307567935454 +0.12224749100548356 +0.21961011254645674 +0.24955378268071246 +0.4634785246190134 +0.5155024778511812 +0.5714420526583265 +0.6590193058553204 +0.6727101228567202 +0.6116357745352854 +0.6028210115073138 +0.5549062894710263 +0.5346604653080579 +0.6044735559508876 +0.6457200270848062 +0.6180763467468702 +0.57185062427213 +0.5705600673938722 +0.57860237137231 +0.4358451863885611 +0.2768957836589544 +0.1170650132402118 +0.07058378736754727 +0.08433726552428795 +0.07070476904120945 +0.12668253177172042 +0.2209597951322076 +0.25049923130169344 +0.42861105674186084 +0.4780181829651885 +0.5326964158169887 +0.625041352321431 +0.6948775685640246 +0.6665341205868155 +0.6513909586414902 +0.588769398438937 +0.5465038983162758 +0.6312834070731164 +0.652113956892067 +0.6147653416106857 +0.593366263580732 +0.5885856381969193 +0.5791554253321805 +0.4071517333626073 +0.2698791254732106 +0.11732383476077227 +0.07069704670901768 +0.08433638894914894 +0.07058340393487349 +0.127868070106607 +0.22265833210220437 +0.2545534617471318 +0.428601316234743 +0.48027861194653226 +0.5436936184197029 +0.6425030639778407 +0.7473226899429218 +0.7486329019288501 +0.733477153995851 +0.7130410952515175 +0.6939939699585274 +0.7800584748608063 +0.7966378495660474 +0.7826760017540877 +0.7484560360791843 +0.7362781270078462 +0.6760769903242903 +0.4464501268907368 +0.2832427559019953 +0.13646538638018418 +0.070607414199817 +0.08433640839589403 +0.07058335584456739 +0.15255166832501757 +0.23503305716446843 +0.28607127131256244 +0.45019515953030637 +0.5684461236476873 +0.7665320490718253 +0.8566842762014424 +0.910764724833038 +0.8998019248700563 +0.8730216958101138 +0.8058799532204356 +0.7929028786512247 +0.8600344587965888 +0.9357953240095473 +0.931260083427495 +0.8918500060966024 +0.7981840347522536 +0.8221806701136725 +0.6259706903280109 +0.43180616250642906 +0.15241511198053653 +0.0705835143012696 +0.08433696216458698 +0.07058390280883846 +0.18242537895405966 +0.3254781120389131 +0.3954018608187062 +0.38059721989358 +0.49498846300765353 +0.6803318528905935 +0.8489973035232322 +0.9241156374314584 +0.8723663052706156 +0.8642885253556132 +0.7830861586518149 +0.7657970950408998 +0.7464195465559412 +0.7999980842098778 +0.7774220733787255 +0.7031621579839583 +0.7149343212246185 +0.6325932855763579 +0.3969902644308053 +0.25401314019385235 +0.12627597448611025 +0.0705834133599849 +0.08433679616235117 +0.0705838051948644 +0.14153656844513596 +0.2302667125235586 +0.26739176806470716 +0.43738603692718186 +0.4855132572532128 +0.551374198012093 +0.6355887787434182 +0.7842763627877782 +0.830267113101439 +0.8261223825538955 +0.7373337745230973 +0.7070159416841562 +0.7712944833922892 +0.8052572716252312 +0.7725608961556331 +0.7283071740805075 +0.6978671558548365 +0.6433056055712665 +0.430530389066909 +0.26017857754102053 +0.12381255936409201 +0.07074021885575772 +0.08433624995365355 +0.07058333555255542 +0.13320823037644255 +0.22526602839077434 +0.2561970823281938 +0.435352662859773 +0.5173571205990063 +0.6423626113436408 +0.7751329179942457 +0.8895061407109189 +0.8732278581533632 +0.8671229959985902 +0.784729328392814 +0.745522419508531 +0.8334975382248732 +0.8699157533234241 +0.8430025386926326 +0.8031240238535712 +0.7852687266840004 +0.7334529828855499 +0.494514918814044 +0.2800289448861322 +0.1273575694260128 +0.0705835229683583 +0.08433697071998225 +0.0705839112573823 +0.15205929237281923 +0.233610958103578 +0.26468196123514753 +0.4674070738534533 +0.581225777998486 +0.5895725931290972 +0.692210596163509 +0.8076493729879609 +0.7841487623721927 +0.7613677202855398 +0.7178456800025016 +0.6906237988336951 +0.7745457919861231 +0.8239688401931855 +0.778306181730756 +0.713373086371653 +0.7250228523999358 +0.6744677980758955 +0.40809990547909797 +0.2601781416806429 +0.1215059680493419 +0.07074011137964017 +0.08433615091153497 +0.07058323855651558 +0.13103678545120473 +0.2249417184417433 +0.2596409770884362 +0.43218647337155575 +0.4782260777580732 +0.5380094823474018 +0.6386515448906219 +0.7389629072248701 +0.6996676030856027 +0.7344813151177908 +0.6544289482696853 +0.6124315969852551 +0.6899655591034372 +0.722165846115965 +0.6959674690464625 +0.6462948079972402 +0.626955586502977 +0.5897367064225287 +0.4074682876159813 +0.25996929926068674 +0.12047315051945295 +0.07058380839417698 +0.08433718732472686 +0.07064768055208415 +0.13299649068603103 +0.22478803922001556 +0.25663522860958754 +0.4320269108413751 +0.47969079380349033 +0.5339462561679307 +0.6273401137709236 +0.7058228222810025 +0.6713621277350703 +0.678335193911306 +0.6113538873348581 +0.5661385010605523 +0.6593101621032623 +0.7339409087789193 +0.7008549256137906 +0.6383360374374579 +0.6086994790846334 +0.5800659086195885 +0.4076298914615966 +0.2598028060063092 +0.12217146550426425 +0.07058389051691853 +0.08449317862247299 +0.07058300816202086 +0.11920140172822241 +0.22012638569567378 +0.26871695294783166 +0.3443515383860234 +0.41835628392247726 +0.5487735941086044 +0.6410263852117921 +0.7178488892277802 +0.7105183887294254 +0.7323529301927829 +0.6680628790973777 +0.6773471450833813 +0.7002371295836691 +0.7830935790589532 +0.780159587255943 +0.7449615816192304 +0.6405999160296806 +0.5940565822523667 +0.4078028515753835 +0.2668479507272663 +0.13151763362805136 +0.07062683717818738 +0.08433633530031508 +0.07058341914343123 +0.1224286478406516 +0.2317229092588592 +0.2848514179079396 +0.34433962424613246 +0.437999962062909 +0.4755101027562923 +0.7085052225259463 +0.8022920212293525 +0.7792340429972693 +0.7997373112860132 +0.7345269790715725 +0.7270120095826758 +0.7918535179708106 +0.8275091477075539 +0.8133464495649736 +0.7686348169770706 +0.7627888369042262 +0.6906479208283688 +0.46993714989434177 +0.3058975932619085 +0.1345120796911736 +0.07067867073773396 +0.0843363910384024 +0.0705833387030734 +0.17636543727186496 +0.2434450053779866 +0.2828014717050027 +0.48446283569545784 +0.6037664179383924 +0.717369645045629 +0.8055646806034411 +0.9079037610277285 +0.905830425955792 +0.9107348109379559 +0.8338582210340914 +0.7912547813237251 +0.8736480211906065 +0.9045759269763982 +0.862220158947671 +0.8378739863384408 +0.8240295227747181 +0.7622069393097812 +0.5293996606012153 +0.3316354571055988 +0.13574979271069867 +0.07058345120207692 +0.08433745226311022 +0.07074068096868631 +0.17760203397468957 +0.2486032368525412 +0.28485433704083707 +0.6117510835940146 +0.7314230332831988 +0.8104962778283281 +0.897649414592565 +0.9982824958928801 +0.9818028799443801 +0.9747510256572571 +0.8554749174535531 +0.8049840219210277 +0.8831611596955548 +0.937809178017222 +0.9091643848700062 +0.8643464289211308 +0.8916411312736924 +0.8032858526478236 +0.5449532196690541 +0.30762670660378416 +0.13605954801948164 +0.07058372045261846 +0.08449318799858337 +0.0705830167340356 +0.1487742566723956 +0.23147655946456344 +0.26284151665074235 +0.44397234322514906 +0.5196754594612526 +0.6311335870054671 +0.7889817261989219 +0.8676969044025725 +0.8366583404417973 +0.8498158065065158 +0.7838401304596182 +0.7614212194716183 +0.8423279643728597 +0.8798529722334281 +0.7880598422791408 +0.7669207952513178 +0.7386791712039779 +0.6824742409986243 +0.4379046606196343 +0.27241809991352894 +0.12730775765802427 +0.07060118369995365 +0.08433640990988095 +0.07058335734092364 +0.16142036350014602 +0.24308876946713043 +0.2808723510381348 +0.5387186353994033 +0.6393894532280905 +0.7512165885260949 +0.8346626063961136 +0.9432379056504316 +0.9117916575090464 +0.8982722963824135 +0.8175652789744906 +0.7659627491398725 +0.8573613734234042 +0.8826421850913406 +0.8564097524485057 +0.8249996694589825 +0.8118117143029029 +0.7379459175892051 +0.4757943360711247 +0.2730553026492851 +0.12707188140290665 +0.07058364083230816 +0.08449358784741634 +0.07058293176149497 +0.14033900690407294 +0.22933435773544744 +0.2615164143452594 +0.45198996713945755 +0.5191546486645976 +0.6047720791305711 +0.704886742253301 +0.7935343238348972 +0.7609141667596708 +0.7562978901809133 +0.6913963247208698 +0.6864533993629383 +0.7634861233833037 +0.7829369609592848 +0.7413112605780917 +0.6965871749597701 +0.666099716259882 +0.6172243773501787 +0.4121413782101844 +0.26040210054988894 +0.12675139657828977 +0.07058381544901035 +0.08433663656068704 +0.070583714225162 +0.12830182432619952 +0.22341488089467232 +0.27249091423624805 +0.36432578894162737 +0.47068780437749225 +0.5858095406812518 +0.6928415563625443 +0.7805989650653679 +0.7739910967332946 +0.7719204103692351 +0.7356100526916125 +0.7375333813297873 +0.7467798919571625 +0.8328365093943748 +0.799257029041607 +0.775218265882348 +0.698486337540644 +0.7002978181725064 +0.4816311343241402 +0.2829751313677225 +0.13593948871485842 +0.07059348215842244 +0.08433634345400133 +0.07058335994124255 +0.16940194255481944 +0.3007855817908143 +0.3606554897567791 +0.34648706607502305 +0.4500789207889196 +0.4606969037549659 +0.6602510696242185 +0.7078466390186567 +0.699833904501405 +0.767115359836504 +0.7642223225978705 +0.736024055663464 +0.7787069519109321 +0.8106056836259701 +0.7695139729208912 +0.717906367446855 +0.6720994524407772 +0.5917868170296107 +0.3802165203803233 +0.25300043574437 +0.11874295338281583 +0.07074022547784921 +0.08433611514058867 +0.07058313540241985 +0.12775300045838991 +0.22412031817355213 +0.25506597818850174 +0.4336903429581679 +0.5088094676345392 +0.5913616341039698 +0.73125802394172 +0.8410991480181303 +0.8389087287836944 +0.8355678254455108 +0.7737752425606471 +0.7482434882904604 +0.8222785936628978 +0.8479714883391866 +0.8160095776673397 +0.802409348262316 +0.7205744116443064 +0.6721434509975707 +0.4404431190415401 +0.261164075769393 +0.12555272968358028 +0.07058346863957428 +0.0843374052551914 +0.07074070018353633 +0.13712098358847907 +0.22798341090425173 +0.2600302232750477 +0.44479066157288405 +0.5870318549170138 +0.6460521070197542 +0.766811070475109 +0.8879729249377564 +0.8632853455588233 +0.8543340332050787 +0.8061203317227988 +0.7550219425076075 +0.8462586197343326 +0.8765698729304777 +0.8422788574040058 +0.8024508030904342 +0.813298110940421 +0.7563709242664405 +0.5368488621807922 +0.2943068691661492 +0.13262166912320422 +0.07058369027756839 +0.08433713571666024 +0.07058407424864814 +0.14950407291151946 +0.23749351560822898 +0.27266485289099257 +0.4676513298917334 +0.5493285659039255 +0.7031126746182259 +0.8316495183960343 +0.9284799480224057 +0.9105926499039232 +0.8686609000276365 +0.7748570763811258 +0.7415420603437707 +0.8601213823121628 +0.8900444549974915 +0.830092839657858 +0.8011834856598182 +0.7898817394525895 +0.7015882877255128 +0.4306075516674102 +0.2603446232090294 +0.12369144393184231 +0.07058359851767991 +0.08449389136081521 +0.07058288625318873 +0.13031805617418327 +0.2243317893822813 +0.25577916422608327 +0.4329324422200122 +0.47888089382796883 +0.5466738545636458 +0.6420195567806625 +0.7459952024375431 +0.7220426795851682 +0.7120791195831772 +0.66812381695847 +0.6236818890500926 +0.7116496980747757 +0.7539974601799381 +0.749591780942692 +0.6835594608643203 +0.6501604507218166 +0.6322146076648675 +0.407966625988151 +0.25985239429563245 +0.11854524883141797 +0.07074021675844329 +0.08433610708557687 +0.07058312747019718 +0.12927693302631246 +0.22421736939161044 +0.2567040274447681 +0.4335820168822514 +0.4795737767633138 +0.5722591216809709 +0.66448122049547 +0.8051101400482027 +0.7837843574983208 +0.7909084130319718 +0.7135561201398604 +0.6890217339922019 +0.72817280504169 +0.7567364735278392 +0.7402680884193102 +0.7031380286970876 +0.6918660722812116 +0.6491500796800374 +0.4270940126991057 +0.27619460046092803 +0.13097208650326733 +0.07058352136402304 +0.08433696913531544 +0.0705839746450115 +0.13795656495702388 +0.22972591297719153 +0.28194957645453766 +0.38902966310953213 +0.5453575850375453 +0.6815494624525946 +0.7838227179887035 +0.8549569554102315 +0.7915055181775843 +0.8205373132216832 +0.8258256917521041 +0.805738427456379 +0.8336813666285023 +0.8809797088879223 +0.8834331688403557 +0.8347440790405191 +0.7187160295438644 +0.7122536491738002 +0.4858141002700788 +0.2728574917879442 +0.1368117821543475 +0.07058353317409748 +0.08449374486714188 +0.07058289122697273 +0.13101681333984866 +0.2501955447358274 +0.3053128021108718 +0.34485557868676175 +0.4529111158872865 +0.4874059720760089 +0.742816928884341 +0.8467874543293779 +0.8069506036822138 +0.7943279587363145 +0.7499143071367204 +0.7216829901050189 +0.7400915295048337 +0.7600417415046336 +0.7355771183259787 +0.7182020629464297 +0.6974344587688414 +0.5908541783484698 +0.3805232156344244 +0.2535334401522947 +0.12062268493646604 +0.07058387360307736 +0.08433725190367898 +0.07074053420042677 +0.13028411010528976 +0.22592786852798283 +0.2572474475882276 +0.43568341390915694 +0.5453102848095658 +0.6474777520590007 +0.7955294995086986 +0.9252250351789143 +0.8810551520167218 +0.8733368746958284 +0.8033659016925064 +0.7600356150342857 +0.8390814970544271 +0.891853882774572 +0.8746321263609511 +0.829540953901676 +0.766972375993676 +0.7278397892862201 +0.4975441895457194 +0.2956093084036194 +0.12858735786819891 +0.07065298589878163 +0.08433639729545199 +0.07058334486934136 +0.1679548830619198 +0.2397218414616768 +0.2779585162913791 +0.5157252586823764 +0.6092774346777322 +0.7141343462626629 +0.8378213068786684 +0.9556517013625129 +0.9298507588701792 +0.9224015138953466 +0.8394214511722854 +0.7884006156808727 +0.8513070862170943 +0.9139155672379641 +0.909874830745938 +0.867567420221169 +0.8041675685789205 +0.705952549167455 +0.4559870958084907 +0.2604229411866428 +0.12480871162792333 +0.07058365045368323 +0.08449387106281298 +0.07058300766690272 +0.13334243064549103 +0.2255399467705213 +0.2589366437242473 +0.4347775407315126 +0.5034659873726596 +0.5805364681917655 +0.7021394050206706 +0.8270916294397802 +0.802787826902708 +0.778137696418829 +0.6940865095466432 +0.6642596738674662 +0.7304674221201698 +0.7672692028825776 +0.7346230790677647 +0.7101260554214808 +0.6817287394456915 +0.6025450873839948 +0.40794174777918335 +0.2601961930535091 +0.12114704849927795 +0.070740081116804 +0.08433612301005923 +0.07058321123820828 +0.13026731341559641 +0.22467141442570746 +0.2573954332646307 +0.43478044201996846 +0.4989564386962791 +0.5997134913015497 +0.7138857547013149 +0.832701577672858 +0.8318749428758241 +0.8437014416088517 +0.767475565000236 +0.7320823065386182 +0.806763816917369 +0.8598830250342978 +0.8385155238686212 +0.7845079720622419 +0.7492231122495033 +0.6984701827125349 +0.43995469790825553 +0.268978779869896 +0.12361730948365887 +0.07072366532657016 +0.08433631162630228 +0.07058332862449734 +0.13703732307300587 +0.22746723995471774 +0.2608871569680798 +0.4425303376152839 +0.5658664697150684 +0.6892449118308643 +0.7916583540336963 +0.9167927315608451 +0.8846359775387114 +0.8823357520048429 +0.8203406467045762 +0.7848579486345529 +0.8535634629125775 +0.886641862428756 +0.8675647480481162 +0.8269728370814134 +0.813942783952742 +0.7649839549636592 +0.5399514898360736 +0.35063640445628674 +0.1408408798526734 +0.07058366448988349 +0.08449312702872444 +0.0705829609571055 +0.1722553322733938 +0.24623694935879106 +0.300993963755198 +0.4990376237962953 +0.6406290925824605 +0.7767226142670735 +0.8463893584450695 +0.8645736048949 +0.8495309747882023 +0.9153517029163909 +0.8796661199442201 +0.8609138365396837 +0.8710609360758208 +0.8975933146757054 +0.9147972640527627 +0.9155981813908801 +0.8400502379355915 +0.871263047838989 +0.6546453279960792 +0.44975315902091845 +0.15651006600139308 +0.07059110012346782 +0.08433641237118267 +0.07058335977580076 +0.19335645433749643 +0.33220852611453516 +0.40294075961010806 +0.38561219300331084 +0.497563994473045 +0.701807635884344 +0.9028472969573007 +0.9558165674453936 +0.8911827064787322 +0.8739493391169144 +0.8103868004316497 +0.7960744646441 +0.8704617456053095 +0.8680643333692949 +0.8512187881037457 +0.7972543590246043 +0.8045533699650081 +0.7516109416232073 +0.527723572347758 +0.37004929414112336 +0.14045168035569042 +0.07058393791476411 +0.08433737995475045 +0.0707406023869821 +0.1934246931462092 +0.2578221161051232 +0.2975726880925857 +0.6199401599891454 +0.705025361733708 +0.7842789172221545 +0.8702635318348784 +0.962350068085677 +0.9394874695167466 +0.9254163094617219 +0.8428899636904859 +0.7661587740217838 +0.8270698605577099 +0.8265250746459745 +0.9093828829834741 +0.8709405100026457 +0.8344565760983874 +0.7768090212907862 +0.5487647618242056 +0.3129327488405683 +0.12823057672160662 +0.0705838820498743 +0.08433732485800298 +0.07074054250274958 +0.150597690208752 +0.23208293289707826 +0.26647970060371795 +0.4972477662355625 +0.607741104974678 +0.753020077239328 +0.8308681054732485 +0.950456860752439 +0.9009084714094394 +0.8953436381009265 +0.8254136883040244 +0.7805372821448362 +0.8824038684038041 +0.9149556391314129 +0.8782513645243444 +0.8424527447815656 +0.829427012593871 +0.7868214174111677 +0.5582913196931925 +0.3460097361365424 +0.14227753130006296 +0.07058350610633639 +0.08433695409274426 +0.07058389482885113 +0.18479778299126548 +0.2528447720831049 +0.2921471519970721 +0.5759646810339647 +0.6504534921305443 +0.7778114063289328 +0.8942498573694636 +0.9888854415705255 +0.9721575164550187 +0.9582368230117541 +0.8835327744837369 +0.8423324169498354 +0.9067953376799437 +0.9325486502909871 +0.9137397530989297 +0.8861164533280119 +0.8917454999811856 +0.856399064145684 +0.6390795345108055 +0.4471226538160651 +0.14152778467843308 +0.0705904237244164 +0.08433641253704469 +0.07058335994131175 +0.19478101524477137 +0.35965291497617813 +0.41822351839631416 +0.6370509180452718 +0.7151720154453247 +0.7973054550049791 +0.9001455088001491 +1.0 +0.9659059351448152 +0.9631704533592981 +0.8848730385646558 +0.8239194101602727 +0.9066934384050367 +0.940171242069635 +0.9246682455098576 +0.89901005435039 +0.9018646367738594 +0.8747670142113585 +0.6450970358239503 +0.45908283200696093 +0.14752649703453055 +0.0705839094958059 +0.0844931993901899 +0.07058302716076588 +0.21432040917810694 +0.34828188325104553 +0.39967822772715056 +0.6432352390261441 +0.7134914982600997 +0.7960437945979143 +0.897703331062313 +0.9946895673338976 +0.965540573635689 +0.9556998147844752 +0.8824385726842489 +0.8278079773205765 +0.8886041636529489 +0.9323213797475134 +0.9121530297284607 +0.8800901696718463 +0.8750675233465367 +0.8174474651162269 +0.564042833801786 +0.38508082152741846 +0.1477317493281931 +0.07058349917389668 +0.08433694725389072 +0.07058388807614457 +0.1827653947753803 +0.2484900141007015 +0.30322929304489726 +0.4594963225028915 +0.5648689410428289 +0.6520691418596127 +0.761283695143661 +0.8580759574063371 +0.8010113040835072 +0.7612092400265416 +0.7018151746201252 +0.6739379605001412 +0.7570017580726084 +0.8150434530940015 +0.8286115257801296 +0.8175667496113636 +0.71850939020086 +0.7279644282181397 +0.5317844160878603 +0.3213233012853993 +0.14139856962302122 +0.07069946770390811 +0.08433638597265963 +0.0705833337019804 +0.15655477165341103 +0.27673459832143815 +0.32257924873687094 +0.34483185247397763 +0.4454293066603307 +0.49702123598035175 +0.6868978262379705 +0.8151109680765629 +0.7876011130524244 +0.7964820380564163 +0.6976475326102878 +0.7262927396090226 +0.753836178522194 +0.7672380341079134 +0.7900522251095048 +0.7446516453720345 +0.724120050671802 +0.6556429452877226 +0.41374056698602696 +0.26054259982797834 +0.12470681753487055 +0.07058361501161442 +0.08433699583568693 +0.07058400161000297 +0.13904183904217018 +0.22921776771590224 +0.2645431070498779 +0.4430293941929394 +0.534553237778978 +0.6599435656969456 +0.8031350928371622 +0.916430085144795 +0.88854232514487 +0.8633904000496658 +0.7969849658115541 +0.7479274854202944 +0.8402793225171156 +0.8773342713955337 +0.8375524988574586 +0.8047628873870043 +0.7656372760133371 +0.714780162718502 +0.48132808165426527 +0.2622342586027976 +0.1267897193046981 +0.07071802827642026 +0.08435828776395372 +0.07058308932968706 +0.13580920476379577 +0.227784258266183 +0.263231595703036 +0.4353981540684797 +0.5578534813512251 +0.6598404245747043 +0.7987046764092018 +0.9040611427889088 +0.885824629944466 +0.8727067375779352 +0.80106052079183 +0.7653938581308277 +0.841008717960944 +0.875044890220227 +0.8533601747213926 +0.8217970084387397 +0.8028655471142931 +0.7547713342393682 +0.5475863563852853 +0.3225136961515246 +0.14086928355463904 +0.07058373490753879 +0.0843371797242866 +0.07058411772154143 +0.1814873518599121 +0.24104904695326285 +0.2826831678201105 +0.5023539609616692 +0.6143322639655238 +0.7170224217956314 +0.8515617192527173 +0.9609000584108971 +0.932832876515513 +0.9091380891462918 +0.833125606257882 +0.794279407339141 +0.8668561464235893 +0.8923548116419656 +0.8508469102406252 +0.8050778952900196 +0.81557993347282 +0.7471102894037346 +0.5138182493428183 +0.3027587873309878 +0.1326306274818734 +0.07058394114860005 +0.0843373831509451 +0.07074060585603666 +0.17303276922636807 +0.240472454844744 +0.285667824058535 +0.5365949789998078 +0.644562004337475 +0.7640240811313584 +0.865044054704423 +0.9833748882253561 +0.964223852113869 +0.9506688237772583 +0.8561010936896896 +0.802351570248704 +0.8782476939578651 +0.9210694108056782 +0.8933936041385199 +0.8210242291147015 +0.8118294348599895 +0.7116105233054525 +0.4563852584509378 +0.2743958254845543 +0.12796612950849529 +0.07058350421020705 +0.08436674487745428 +0.07071116100828083 +0.16307581138226157 +0.24025174737486715 +0.286612966215547 +0.5493323031933406 +0.6116414055135717 +0.6580392771282756 +0.7710780498501856 +0.8798530864411316 +0.8609950194526351 +0.8517760147771669 +0.7931017430600766 +0.7451777379872712 +0.8407880770944149 +0.881775930155813 +0.844931338705117 +0.819433353316405 +0.7939141167107342 +0.7453906024624734 +0.5081761933074481 +0.3109760901647459 +0.14396841137840358 +0.07058370589094715 +0.08433715111202486 +0.07058408945904002 +0.17322907601135124 +0.24064074677019595 +0.29513452042579963 +0.4673658143232159 +0.5369770074099134 +0.6813614728118996 +0.8052261742335264 +0.9482623622803875 +0.9001614855413633 +0.8847161644236731 +0.8103383838935525 +0.7957593850244363 +0.8371163990507519 +0.8885151045224996 +0.8873829993976743 +0.8534637392963776 +0.7766698575305085 +0.8077674018485022 +0.5581525146044118 +0.33600591318937867 +0.14753404055021363 +0.0705835029697509 +0.0843369509942229 +0.07058389176564392 +0.15564193909564186 +0.2956914421044448 +0.34657536193610794 +0.3457266070622114 +0.45591466993187496 +0.55515398451016 +0.7874066108358051 +0.8845243020148048 +0.8491994679481412 +0.8452906028401922 +0.7709626996935652 +0.7295019907296996 +0.7929759456770413 +0.8269988943239306 +0.8209347406921139 +0.7789701550955033 +0.769300985377851 +0.6994142004119086 +0.45316738545827123 +0.2736451606963456 +0.12809922806400045 +0.07066139233454209 +0.08433632683873159 +0.070583410870331 +0.1471384626386344 +0.2320947034247947 +0.26457465236096805 +0.44523344687782707 +0.5824032597996248 +0.7060442375258378 +0.8320194197665665 +0.9226612357228215 +0.8908722641710649 +0.8815064127333335 +0.7958946801167193 +0.7639145077465448 +0.857184565418845 +0.900944733157231 +0.8833555840578552 +0.8580154663913468 +0.8580977225214991 +0.8148629414215743 +0.5441003479778243 +0.30223263086723656 +0.12836970927542288 +0.0705838114172145 +0.08433739113884185 +0.07074061454008645 +0.13243387881081925 +0.22514545865704136 +0.26184876689435543 +0.43283231284446183 +0.48448273946319786 +0.5831475696940265 +0.7187133223539827 +0.799949818794925 +0.8010632737368314 +0.8000190391547193 +0.7169475564001916 +0.6863531450654548 +0.7615590677516786 +0.8013322287192554 +0.7598373117015358 +0.7153514053658494 +0.6929151355424835 +0.6128956347445064 +0.4123502185679119 +0.2602529275449253 +0.1219115794742399 +0.07058358960183411 +0.08449380558968245 +0.07058287805815197 +0.13104882989682234 +0.22477718175014852 +0.2572606037056218 +0.4355742612642674 +0.505237790516156 +0.5822931937009458 +0.711701535870359 +0.7926424050030751 +0.7748899068471106 +0.81154609480934 +0.7262884908097206 +0.6755254765848022 +0.7651463288199102 +0.8081729528577404 +0.7627608577102158 +0.7164693918946399 +0.6772899399764608 +0.6216854576132144 +0.40783243144913756 +0.25996735082284606 +0.119579284014866 +0.0706055869262895 +0.08447208630575703 +0.07058305310495723 +0.12933210840232875 +0.22389436459251197 +0.25852989389862824 +0.43158962471814244 +0.48747625894826596 +0.6160369475540504 +0.7447513861178856 +0.8653584018830822 +0.8391828510208259 +0.8428460694500347 +0.7740249230517592 +0.7390650703971903 +0.8089643338973587 +0.849598921411834 +0.8186372783426888 +0.7752184684255637 +0.7407904788584587 +0.6976889157777603 +0.418192537323761 +0.26018022682115605 +0.12074003736438976 +0.07074003670407021 +0.08433608207491972 +0.07058310288677762 +0.13081443282105534 +0.2248004429307973 +0.2575413588247166 +0.43382432349230027 +0.5151892618027241 +0.6509200094040016 +0.8012655515689747 +0.8989280329670907 +0.8773361688984163 +0.8631028711177324 +0.7967286282587244 +0.7514780153090802 +0.8326259060471565 +0.8731884917941788 +0.842066602131705 +0.8174722117662033 +0.8327605629083452 +0.7144748008853803 +0.4711553775866502 +0.2693994260061765 +0.129688172062537 +0.070733037822231 +0.084336309336604 +0.07058339371517901 +0.13444457740603152 +0.2266400493411083 +0.27845157698936246 +0.37382250790968224 +0.5237474624790948 +0.7357084389259305 +0.8422790112872663 +0.8994674891844224 +0.8636252986879249 +0.8471803034450656 +0.801810781465921 +0.7787696195300848 +0.8030140407276254 +0.8733079303628666 +0.859058118037553 +0.848787637303226 +0.798189348171865 +0.7528776943876188 +0.549052145742607 +0.3253649167714529 +0.14474503540877418 +0.07058341270333501 +0.08433686198560533 +0.07058380384893759 +0.17156439767394285 +0.2836930022148529 +0.35002814652778275 +0.34843850552340483 +0.45717135451570645 +0.5752369511821018 +0.8043997189384519 +0.8879230290810273 +0.8349761546086323 +0.8415011971390715 +0.762242748782321 +0.7623966270250065 +0.807453708812741 +0.8471459719660667 +0.8210746872433295 +0.7890937200647725 +0.8267318078766357 +0.7404524401888851 +0.5129110699340284 +0.3508072207579963 +0.1368660128501647 +0.07058385318649947 +0.0843367413587424 +0.07058368468921154 +0.1690378638034375 +0.2406872438332017 +0.2872998944317228 +0.5213842544171993 +0.6084798760603517 +0.6904552600790671 +0.8148033021506522 +0.9131245920631826 +0.910796380466336 +0.8776378799391787 +0.7464428079805713 +0.771348565510499 +0.8544323950648356 +0.8858771380299223 +0.8529590534733693 +0.8295596971115206 +0.8736364843480658 +0.7738892420859214 +0.5222752920956767 +0.30778146013084146 +0.1350185409231011 +0.0705838251601804 +0.08433726874137515 +0.0707233364965739 +0.1779992900344112 +0.24394367330907285 +0.2866696932977305 +0.5230702814031695 +0.6206483216873188 +0.6982422041249555 +0.8153549674132816 +0.9180153596196293 +0.8900853969122584 +0.8773158087813548 +0.8022474665906176 +0.7620914711339676 +0.8385010054447777 +0.883279113013616 +0.8507289673144889 +0.8093397363515124 +0.8356972443924241 +0.7343107256142875 +0.49155721909045436 +0.28191443677172934 +0.1276105408018691 +0.07058376813066214 +0.08433721249924286 +0.07058415009575249 +0.14496040974049196 +0.22812740776201976 +0.26871972155782414 +0.4547723272578241 +0.5914968604833676 +0.7048947232446667 +0.8419774307967501 +0.9430666079518925 +0.9151626525210412 +0.907654869924223 +0.8326659164133233 +0.7886666272250231 +0.8638180737156022 +0.9014362739631878 +0.8736238265286297 +0.8401817354941234 +0.8626594548532859 +0.7781092100104123 +0.4798627129075009 +0.27094969507144984 +0.12557570202717552 +0.07058383390959479 +0.08433727736716362 +0.07074049090590173 +0.140996485944895 +0.2300877479500334 +0.26606429990281594 +0.47734074733557563 +0.5961898092869827 +0.7534623357629732 +0.8740640055300449 +0.9763760758677061 +0.9641562959433734 +0.9255760182554448 +0.8613440943095811 +0.809050750728218 +0.8757870086792816 +0.9087167587952327 +0.8798338237893846 +0.8427474355453909 +0.8952633080999787 +0.82466237564488 +0.6037532832383509 +0.35954585075044027 +0.14324195805087347 +0.07058347317080062 +0.0843374736678799 +0.07074070422205012 +0.15900201323214821 +0.2334587599332718 +0.27012257492998276 +0.45036829079444296 +0.5201950051705645 +0.6136682149837905 +0.718621771578717 +0.8445873507389341 +0.8310602601591814 +0.8264719605245401 +0.7704850975589134 +0.735901086127749 +0.8062836669746191 +0.844214186272145 +0.7961191393004433 +0.7396014563271411 +0.7507212148807014 +0.6452262740059114 +0.41349423942763314 +0.2601110116248259 +0.12564658903399972 +0.07064119991386311 +0.08443545036918948 +0.07058306954020696 +0.12569930341723662 +0.22247120034748816 +0.2728540068644076 +0.3493374938657258 +0.43380299770551717 +0.5738691140512777 +0.7231027612612508 +0.7827039222802226 +0.78865474722569 +0.7827419616974847 +0.7389994115725688 +0.7332480617634718 +0.7727897366083614 +0.8438123727545548 +0.8046533908942904 +0.7251740502235419 +0.6506090460206909 +0.6008083345837525 +0.4075068481400159 +0.2667028147704697 +0.13089030038365007 +0.07058371708007258 +0.08433663940485854 +0.07058365100045902 +0.12628511841860182 +0.2458286191756821 +0.30403799371532886 +0.34506181990668267 +0.4481098076733948 +0.5261875387930643 +0.7887033273151298 +0.9068174248506183 +0.8803623678525989 +0.9005923020493692 +0.8268661427151143 +0.812421259781944 +0.862260440032744 +0.8719657015065082 +0.8581542955607322 +0.8262744577880098 +0.8696053379272072 +0.7761361757266089 +0.5626813115735741 +0.40733936319701064 +0.1420427142023465 +0.07058374266324216 +0.08433718737220451 +0.0705841252890435 +0.19416347110766105 +0.25800551943666533 +0.2997630822195836 +0.6223959775641282 +0.718153489723542 +0.772566678077452 +0.8640234531677949 +0.9619542139565793 +0.954362647072513 +0.9141504046974841 +0.8538252072850742 +0.8044574201546171 +0.8774634415960212 +0.9202782356199029 +0.8895358138760769 +0.8611564213460899 +0.9084762488842651 +0.8341945502599565 +0.6084653151421683 +0.4191034236482434 +0.14324267490924342 +0.07068218075126899 +0.08433639018493691 +0.07058333785909501 +0.1933299085678617 +0.25711687535490396 +0.2962016810018636 +0.6006585805710682 +0.7127820105889086 +0.8135826340917447 +0.8930405804141662 +0.979930855222189 +0.9492540273056626 +0.9418892448718428 +0.8400514175739682 +0.7566027596583679 +0.8002643902141459 +0.8003961315244733 +0.7159824003538823 +0.6913813715570061 +0.7581216020544989 +0.6451606776551578 +0.42456741108706997 +0.2604086422772512 +0.1245610294279798 +0.07072694657356979 +0.08433631083249331 +0.07058332784740526 +0.14125383706139286 +0.22906016863327494 +0.26639849925878945 +0.4355473013094376 +0.5144553242071243 +0.5993131140458493 +0.7393215785342548 +0.8516438945077706 +0.84773360963714 +0.8360450455506334 +0.7651365675587555 +0.7397865912079047 +0.8083013685316627 +0.8501803165063833 +0.8110576150736191 +0.784656336521248 +0.8016266620308636 +0.6976290168135758 +0.4544350548689453 +0.2604118933727497 +0.12433063290784097 +0.07073271455246846 +0.08433630941553104 +0.07058339379350088 +0.13341577404657884 +0.2253556471140314 +0.2602694232679626 +0.43399763809540165 +0.5058260505682293 +0.6646024602865246 +0.8029326406789541 +0.9044727271999198 +0.8730778460879651 +0.8676924193943 +0.8019903801893586 +0.7618333199726172 +0.8382279029291807 +0.8670086344535715 +0.818147315411903 +0.7532661896767522 +0.7719226920141807 +0.6731903082554821 +0.42724270747166737 +0.2603527233362174 +0.12418470012843424 +0.07072336594251764 +0.08433631170455565 +0.07058332869639712 +0.1391587567965486 +0.22731851962074764 +0.26778316594575596 +0.4538377896942594 +0.5966159685563117 +0.7228684964207934 +0.8389639940216362 +0.9415021776884678 +0.9319016738134824 +0.924903095844148 +0.8558402316955713 +0.8135116049576582 +0.881886536392479 +0.9255402949437296 +0.8902956057573015 +0.8469742044488697 +0.8646141402479776 +0.7623545937209071 +0.5125186396151102 +0.3221762387953941 +0.14065237279202514 +0.0707401793346749 +0.08433628240458264 +0.07058323141036914 +0.1671039595162803 +0.2411103864312886 +0.28629565737782586 +0.379273085930594 +0.5067377648086966 +0.6562418126043477 +0.7439461015923701 +0.8152364735434972 +0.8005336259425029 +0.7877038842562675 +0.7211914295523105 +0.6950906542021192 +0.7307703552944854 +0.782548943290778 +0.7538601664137665 +0.7402258403790963 +0.7039059153428022 +0.6453835388201896 +0.44454399527528676 +0.27895618894663 +0.13578244245263102 +0.07060592762376819 +0.08433634041089007 +0.0705834241503865 +0.12928942643428923 +0.24275684114632007 +0.3435287136673432 +0.3446760148287096 +0.43772180897455987 +0.45750460746780486 +0.6630133038898117 +0.7390887952811284 +0.6949855735467627 +0.7373367004212411 +0.6471551024548742 +0.5947763619478348 +0.6453874663250857 +0.6837947938835433 +0.6594916596564033 +0.6216828775527777 +0.6602050477405954 +0.5797122715129917 +0.38046167650012797 +0.25370567040196906 +0.12284015396590417 +0.07058340275234191 +0.08433678565608974 +0.07058379486056512 +0.13203519288592241 +0.2266336483539196 +0.30633831921919263 +0.4351199769573092 +0.4801803832209704 +0.5420862095094808 +0.639141341415706 +0.7233253609898158 +0.7211110267203128 +0.7216747636657925 +0.6188047924053056 +0.605652116130618 +0.6839179435544238 +0.7275872224297735 +0.6934797576502661 +0.6710733471092062 +0.6917175290448573 +0.6200779469005394 +0.4077006828539323 +0.25991734592786664 +0.12001181413406713 +0.07073998391749331 +0.08433620140527248 +0.07058328800537536 +0.13118600275789472 +0.22620574171255242 +0.3051088704393168 +0.43424833629006077 +0.47849888504617144 +0.5482660154195623 +0.6579890523666464 +0.7552211029581637 +0.7513236069864148 +0.7440615977220856 +0.6789332956024028 +0.6538969875602543 +0.7206813059655838 +0.7525046171346859 +0.7203492596042282 +0.6667871225729908 +0.6877552915346731 +0.6175113405163207 +0.40757583389309404 +0.25973016333475174 +0.11851614648013385 +0.07058375834150787 +0.0844937942839005 +0.07058286757545716 +0.12857666371351312 +0.2244432852571139 +0.30414415219452184 +0.43758711402529443 +0.4774027185664738 +0.5548226814609649 +0.6831378207207547 +0.785966527836873 +0.7726037414828507 +0.7742073660690086 +0.7230608658141466 +0.6615232564121089 +0.7232779671649772 +0.7582046847239033 +0.7367400525951833 +0.719598594368593 +0.7506467604482728 +0.633605618140699 +0.40770465674267 +0.26008442934337384 +0.1214370557632157 +0.07058361462542001 +0.08449383251399606 +0.07058290299746042 +0.13512698432735093 +0.22812150804673065 +0.3090565864304414 +0.4386666636345827 +0.4784709816925612 +0.5318761036219379 +0.6237072168608164 +0.7542122900619529 +0.8216149187471475 +0.832405491596792 +0.7708580460608943 +0.7309070654481258 +0.7961927410162128 +0.8307945319279021 +0.8077050988288732 +0.7448989470460672 +0.7469259317108389 +0.6571452328580722 +0.4219212910086685 +0.2605092238306483 +0.1245574377650313 +0.07058392667501825 +0.08433730447038248 +0.07074059108466865 +0.14730573692602647 +0.23361477343017528 +0.31476506174800856 +0.4756520241931991 +0.5470664736169757 +0.6438075210327058 +0.7723887015372398 +0.8954412396311919 +0.8680289929532216 +0.8693002936291422 +0.817625325278344 +0.760709045731809 +0.8373033578607705 +0.8773764479302465 +0.8143524479999026 +0.775938972279125 +0.7958716972051126 +0.7036133172909674 +0.4481070675342192 +0.26223878756091334 +0.13088524463272672 +0.07058377678953717 +0.08433715603919682 +0.07058415921846516 +0.14054529329404042 +0.22985415040241347 +0.3249086615298558 +0.39014610021261475 +0.5131859836115769 +0.729323174710554 +0.8438099922612547 +0.9247239060823362 +0.9007272144295306 +0.8628672356381107 +0.7943491835907569 +0.8040814484911277 +0.7057622244541095 +0.8747317368282688 +0.8727001050332995 +0.8508528410884191 +0.7883372086552409 +0.7581946806007165 +0.548845872879018 +0.3533093615556832 +0.14641007076204327 +0.07061433032150621 +0.08433640670811829 +0.07058342140345139 +0.14350717470926533 +0.2609620729811055 +0.3584533509837258 +0.3454766368344684 +0.4415034419649545 +0.49445242680652746 +0.7014462858397128 +0.7985806167977184 +0.7710948528492949 +0.8021564826816934 +0.7398191632975972 +0.7215619455206188 +0.76374802163408 +0.7751303094569022 +0.7633595053513259 +0.7086884041684524 +0.7399921884984109 +0.6387863383310224 +0.4092237055918233 +0.2593301483361157 +0.12737843606021013 +0.07058340147157871 +0.0843367843955993 +0.07058379362528544 +0.16492881299403886 +0.239185123178308 +0.3175751685324672 +0.484698048493149 +0.5625707703172983 +0.674394167835931 +0.7978080873765391 +0.8988021280325994 +0.8957078297174685 +0.89854691524928 +0.8025541030792073 +0.7686349114187513 +0.8129008778849343 +0.7957026468953631 +0.8116048512392218 +0.8082161536294498 +0.8202488045557204 +0.7300417119344872 +0.464330268621181 +0.2708236646859263 +0.12458544297178531 +0.07074003374639624 +0.08433614878683303 +0.070583099461804 +0.13573301312172542 +0.22763233357627718 +0.30604777703881614 +0.4326688876344439 +0.4791797358963777 +0.53718511612176 +0.6567027708034239 +0.7343242375899046 +0.7628994047562684 +0.7486630799262796 +0.6586021303292846 +0.6139579527728811 +0.7162342059958942 +0.8021038781849944 +0.7979051211816008 +0.7734449791698644 +0.8150290735761778 +0.7101569394596473 +0.4610335076742422 +0.28064124362527976 +0.12844355088794948 +0.07074008717105643 +0.08433619782072255 +0.0705831478841309 +0.1648626439635181 +0.2391226806060208 +0.3158271058566428 +0.46760823462700696 +0.5331824948694777 +0.5969397403307755 +0.6415013320357607 +0.7537909769075622 +0.7302542602745459 +0.7113720160506773 +0.6750770963707555 +0.6472922262285714 +0.6184677279486175 +0.6304682704236804 +0.5833959765620202 +0.5754143664764113 +0.6200487625789317 +0.5787569344240915 +0.4068092653945697 +0.2596397464749343 +0.11714052809124746 +0.07074018783770933 +0.08433614975141922 +0.07058310041435145 +0.12558154813114608 +0.22253169994737024 +0.301922082055834 +0.4288699523266793 +0.4778605056030971 +0.5327636715089887 +0.6232309610877906 +0.6718254231225764 +0.6195319410706848 +0.6112527909468655 +0.5566277427664432 +0.5354100602922216 +0.6092039079130497 +0.6311340881900218 +0.5839258261258735 +0.573589164687218 +0.6199600919126619 +0.5790634434393609 +0.4070009553190617 +0.2596366353516255 +0.11715756657904143 +0.07074027421558034 +0.08433622930827013 +0.0705831789746603 +0.12762855858673536 +0.22399671348419267 +0.3032642183096687 +0.43401811166321685 +0.4791897771262869 +0.5314210717989049 +0.6246542803106446 +0.6856919899652526 +0.648820945347016 +0.6592722511726571 +0.5794586595933604 +0.5553164940207413 +0.6395125937710161 +0.6610213595329677 +0.6099796552974097 +0.5870150267443157 +0.6228985753329488 +0.578989720134377 +0.4069125212099336 +0.25969357998956893 +0.12121588565415603 +0.07058377681910019 +0.08449389043601743 +0.07058295454961933 +0.11755614442073731 +0.21934436414324257 +0.31290145063559205 +0.34359072614377323 +0.4166515097309292 +0.5392453850559839 +0.6194473693613147 +0.6498439376417741 +0.6051739125247586 +0.6192316062394122 +0.5553767931761253 +0.5394807200866011 +0.6027659340122782 +0.6500839313634331 +0.6345775651688458 +0.6007633165424712 +0.5861953885267239 +0.572168495478454 +0.406735873678755 +0.2811235097101766 +0.12791726138809287 +0.0706932421359053 +0.0843363947264556 +0.0705834096082767 +0.11639846670993967 +0.22364659475505835 +0.31765589192650295 +0.3459549128155325 +0.4365909506663055 +0.43813581592606365 +0.6005015016797868 +0.6771113947776 +0.609665502265524 +0.631741351488632 +0.5511005222422697 +0.5359480746250833 +0.5781663962173902 +0.6257261689779893 +0.5812911660665593 +0.5481694785612158 +0.5880606341387402 +0.5466152040963786 +0.396143792504181 +0.264830195616984 +0.11721401671073058 +0.07059505123946296 +0.08433641717730961 +0.07058336452649215 +0.12303697326644236 +0.22073243735156234 +0.29923072144505186 +0.46731395188646374 +0.5031890509318488 +0.5341791330693513 +0.6258912659888576 +0.727261915887223 +0.688639105118737 +0.6844103245172698 +0.5817885495129402 +0.5663617613233254 +0.6310218844902378 +0.6746524003902995 +0.6175026413301214 +0.569773831444408 +0.6197681997668449 +0.5787345649915491 +0.42010884977713164 +0.2705326007742885 +0.11707090615624878 +0.07058424400072029 +0.08449318950468547 +0.07058308673724391 +0.1251026150546866 +0.22064501713054194 +0.29908400578944294 +0.4646237644822297 +0.525236685423862 +0.5328634059034919 +0.6246961017246839 +0.7026215684429017 +0.673273425028868 +0.6805298268760914 +0.599934028921382 +0.5746544871834893 +0.6633646747165187 +0.692819231170963 +0.6401618030423655 +0.5922174890391722 +0.6198455793685651 +0.578810468550446 +0.40660278152727153 +0.26983381690567015 +0.1170744332396289 +0.0707401767639123 +0.0843362355390431 +0.07058325305691773 +0.12486585506164515 +0.22059357993244064 +0.29907856219122 +0.46131073611722084 +0.5220972411029002 +0.5330200095091053 +0.6241426972654773 +0.7068590008354997 +0.688627861877811 +0.6544612142747753 +0.5571946843944909 +0.5361777310370219 +0.6136640412271792 +0.6460142299980859 +0.6274798238539842 +0.6021797287321927 +0.6264729881309303 +0.5791989617944114 +0.4072405676744921 +0.25968163807714983 +0.11737498886161021 +0.07058377383686525 +0.08449381102511068 +0.07058288307942999 +0.12873419951879975 +0.2235867444125761 +0.30246519781625936 +0.43297247281913714 +0.4764494644113425 +0.531084270009608 +0.62399471974102 +0.7002338543310941 +0.6718966724036746 +0.7139915868414365 +0.6134319623049153 +0.5982933335874479 +0.6767365650958228 +0.7153771122634223 +0.670708316639325 +0.644856685599955 +0.6855404145978907 +0.6216255267872253 +0.4225698962819458 +0.2598660311938195 +0.1221300690260537 +0.07058392916495901 +0.0843373069345164 +0.07074059654737343 +0.13798284389879956 +0.22942247576616398 +0.3112118639613931 +0.44553139380337037 +0.5143854575261736 +0.6084361700164577 +0.7182189323820817 +0.8235769412189824 +0.8166955369267308 +0.7972809985106433 +0.7360831523233595 +0.6962999339634014 +0.7672076323060286 +0.7815314371968985 +0.7441064973726873 +0.7333341034071788 +0.7733983627298854 +0.6998048526590142 +0.4720507228885974 +0.26148475639978197 +0.13299105418561624 +0.07058388579155984 +0.08433726397709124 +0.07074054727023235 +0.13446008751641952 +0.22702029255108142 +0.31985911072849943 +0.3509468247741886 +0.4495595124236414 +0.574965630193245 +0.7041797959725365 +0.7628964672660195 +0.7475046597413296 +0.7147097813702474 +0.6942140358828106 +0.6251827773752593 +0.6735984515498036 +0.7272596450159947 +0.6784793061187041 +0.6472500914677891 +0.5881747851488391 +0.5722918061879433 +0.40700281414719575 +0.26650500127568505 +0.12810037963920787 +0.07058425151910268 +0.08449319780463227 +0.0705830257070818 +0.11777810349597827 +0.22797141414262273 +0.3214328298787856 +0.3443326499998236 +0.4395893076229123 +0.43920547196647464 +0.6000002797296741 +0.655200212334922 +0.5921922289913508 +0.597745093737632 +0.5363677211140234 +0.5267392209972783 +0.5786735703085155 +0.5964192282977685 +0.5718280448798533 +0.5464250918318555 +0.5879573968337514 +0.5765671559543698 +0.3945365452160343 +0.26517508895212955 +0.1170922186842855 +0.0705835968666621 +0.08433707765175566 +0.07058401687904141 +0.12469258908195739 +0.2218350701255407 +0.30097336564273813 +0.4371611556331494 +0.4992626833108621 +0.53284499742201 +0.6238128421210294 +0.672264552245859 +0.617366357107198 +0.630761032014999 +0.5703599920331891 +0.5395880712285305 +0.614853233312586 +0.6657846529794491 +0.6206232048886676 +0.6216568093624697 +0.6199239420666854 +0.5789915159707716 +0.406953269075287 +0.2734532690219956 +0.11707218966017108 +0.0705838422887279 +0.08433731969563225 +0.07074053690088597 +0.12483306851822779 +0.22126554935583534 +0.300174440094171 +0.4537740854721145 +0.4767789332055205 +0.5424039924851395 +0.6419967900648335 +0.7524185452290886 +0.7307037067089701 +0.7411113431355755 +0.6685753646422145 +0.6450837444916899 +0.6938751871736493 +0.7220566147598245 +0.7000142776927818 +0.7299906411320369 +0.7169773995975222 +0.642193136898136 +0.40765216909811525 +0.26015885841231373 +0.1218586081373 +0.07058344628511191 +0.08433735423938736 +0.07074064494472715 +0.1430058449278787 +0.23065090243339684 +0.3132144586751264 +0.4756269086081702 +0.5497469524710703 +0.6253237654738706 +0.7393561648859706 +0.8700790076366021 +0.8453375582309353 +0.8178851171438706 +0.7412611216103795 +0.6918844277115723 +0.7719335381958248 +0.8097936081051388 +0.8063388033580161 +0.8301118819852269 +0.8380638769418961 +0.750463838739496 +0.5387562337591059 +0.3202316035172443 +0.13906078557662552 +0.07058351505216946 +0.08441798820528923 +0.07065938029658518 +0.17766592985287855 +0.24374406092004977 +0.32961997019489475 +0.5146568593281027 +0.5702942318360849 +0.6217332575112892 +0.7664564791636527 +0.8861537510978523 +0.8563622436059003 +0.8483437688864501 +0.7295740017371066 +0.6982273423303962 +0.8105931263987508 +0.8057112512465995 +0.8106506593574838 +0.7931780965697687 +0.768694606618912 +0.6734029950866018 +0.4458232155759293 +0.2718529172660744 +0.12611554615602022 +0.07061092666675284 +0.08433640754219245 +0.07058335500404168 +0.14979645542326253 +0.2332393710175708 +0.3140233948124001 +0.4606462635847121 +0.5192347244826022 +0.6514319325796751 +0.8176289876261856 +0.9323848211075502 +0.9371000949234376 +0.8990001495851566 +0.8195983837906616 +0.7571507981988969 +0.8073378847426699 +0.8564875661341318 +0.8392427256794689 +0.8627410858356699 +0.8725926245304888 +0.7714266766776012 +0.5121289987444076 +0.31487889285465076 +0.13923352363115382 +0.07058370930608272 +0.0844931758514585 +0.07058300562990492 +0.16305252264362638 +0.24433641760367397 +0.3417555902240769 +0.4656374420188698 +0.5864692678634579 +0.7351018975676469 +0.8030528298347742 +0.902657445531316 +0.878758833419185 +0.865194391689776 +0.8016505025864867 +0.7789486971549876 +0.8188702257231787 +0.8804264485423309 +0.8691880736301341 +0.90466971948515 +0.8190518765451866 +0.7977430611189754 +0.5942322468532559 +0.42457172503592017 +0.14854352470313714 +0.07069645017879932 +0.08433638671289814 +0.07058333442832083 +0.17210286667330238 +0.3118147821054084 +0.4204487267836345 +0.372709644853114 +0.4681465829641899 +0.5293386116245081 +0.7430466902577171 +0.8435189852068835 +0.791971610885511 +0.7979856318690209 +0.7020325459624187 +0.6866792682044892 +0.716980735261191 +0.7616642724072251 +0.712830566587346 +0.7093297607657854 +0.6550689714603859 +0.5473832871324832 +0.3797547916535477 +0.2530464780192613 +0.11905827105302867 +0.07058346583850315 +0.08433684812681722 +0.07058385630889982 +0.12715776422401773 +0.2226206839620992 +0.302430001358429 +0.4300244634876093 +0.4788454347990361 +0.5322592120516472 +0.6247737952760009 +0.6863739406355546 +0.6812250823298258 +0.6758454280864371 +0.579743020491009 +0.5454004793277719 +0.6304526271568068 +0.6877101808074985 +0.6591470055072134 +0.6944050944461984 +0.66392030651448 +0.5793275070879278 +0.40704239609310167 +0.2596512386332208 +0.11706629418359224 +0.07058375270069928 +0.08449386448821969 +0.07058293050513184 +0.12632488235884182 +0.22289120931405737 +0.3016380468161437 +0.4407610056126484 +0.47845954853265793 +0.532875039664099 +0.6246740778590582 +0.703144930158118 +0.6841853603917791 +0.6781794145916008 +0.6190562095388554 +0.607907396294278 +0.6648452579659752 +0.6841142347146815 +0.6420574611092446 +0.6768899791102955 +0.6760569706157118 +0.585386795864565 +0.4071966013616416 +0.25963754308035975 +0.11734745777044583 +0.07058391587842432 +0.08449320637650692 +0.07058310210867315 +0.1268481874023827 +0.22263649775294359 +0.3014556697282287 +0.45473463789964497 +0.47738062691389577 +0.5387856465491859 +0.6619958144706505 +0.7960280479594696 +0.7816933355581384 +0.7671610323444422 +0.7310296006141694 +0.6769889259919399 +0.7586930735721775 +0.7870990103919538 +0.735212803780556 +0.7245075059448588 +0.6982810983972483 +0.5877500386552531 +0.40739671047693204 +0.2596292921890709 +0.11808859653867194 +0.07073993385231143 +0.0843362342500077 +0.07058325253485509 +0.12794530350028646 +0.22358353367656403 +0.3022887264806435 +0.4301231598849823 +0.4790456833776898 +0.5584511755302748 +0.7133815788811154 +0.8309849946008377 +0.8417111902087792 +0.8367188533589998 +0.7695903219138753 +0.7382671662750002 +0.8164809982504937 +0.8478171777499571 +0.7859237387241547 +0.7769955808724934 +0.7592991594943556 +0.6306849517110152 +0.407833071504598 +0.25995264350655745 +0.12039923873275529 +0.07058371190277091 +0.08449393717739091 +0.07058306867301643 +0.1308330942864137 +0.2248917332510405 +0.30394727543316213 +0.430741544744828 +0.47700091180993737 +0.5320782754162997 +0.6599694317798676 +0.8122758208101527 +0.7776211522064419 +0.7664771753314178 +0.7206298477273918 +0.6821117099746036 +0.7571854609624263 +0.7735024187626943 +0.7183367583560303 +0.6936562245730274 +0.6600177632596416 +0.5796848895897514 +0.4073385536911089 +0.25961698520915577 +0.12206312188783752 +0.07074002283673578 +0.08433626594517585 +0.07058328296090333 +0.12263751222990374 +0.22159660002800577 +0.3150651627052508 +0.3503447117016614 +0.4169121713972491 +0.5389672496927411 +0.6194537283123391 +0.6401284011873305 +0.6234640142361606 +0.5975492782684154 +0.5429657308634265 +0.5423035949797033 +0.5766106726359516 +0.6500830288413861 +0.6317080483576709 +0.6651560141982092 +0.588607122971572 +0.5727962810738639 +0.40744528175948247 +0.2665295018826015 +0.13050599743337304 +0.0706231744315289 +0.08433633619620129 +0.07058342002177212 +0.12424281061500404 +0.23898905918136443 +0.3331052566830304 +0.349675737205333 +0.44119865787052537 +0.44075513527166504 +0.6026759169837584 +0.6772957299329297 +0.669848268870231 +0.6391165996215549 +0.5652285951818247 +0.5495937022275634 +0.5908044060942754 +0.6222145388289354 +0.6060418437984311 +0.6118994463116696 +0.6123266852975945 +0.5474066474033633 +0.3800300949042672 +0.2529638862957887 +0.11972919862054572 +0.07058391743607013 +0.08433729532261064 +0.07074058119627133 +0.12787003728813134 +0.2240819037227753 +0.30353849006345385 +0.4334938862875709 +0.4779825201315257 +0.5433569438521885 +0.717179760537433 +0.8593300303241886 +0.8476323765202218 +0.856003199828902 +0.7690772236534819 +0.7177835107351013 +0.8057311037238176 +0.8463584777680723 +0.8206249652405515 +0.7947749046776279 +0.7736524377151809 +0.6971279445819174 +0.47012597509873943 +0.2599534089161505 +0.12240097586365528 +0.07063119310853551 +0.0844460194368295 +0.07058306140847387 +0.13269298190762618 +0.22743072795636113 +0.30631379185871144 +0.44112624905641723 +0.4831534500729654 +0.5331380256467675 +0.6240632780236235 +0.732065752860622 +0.7390182602172513 +0.7724452709258649 +0.6593896789143417 +0.6259646272827449 +0.7085998901160707 +0.7279195073312208 +0.6765715574012657 +0.6793819848519802 +0.6670036073094989 +0.602371294933536 +0.407527877810013 +0.2599980695403423 +0.12078903911051847 +0.07060343627735931 +0.08433634103211574 +0.07058335753599874 +0.13262188511947137 +0.2262620631759257 +0.3058150575003624 +0.4409911044225575 +0.4831648823324565 +0.5315829624986249 +0.6364378470700465 +0.7213476823062087 +0.7493108409534771 +0.7479566537430706 +0.6480117136735757 +0.5901426126179622 +0.6459555502005714 +0.6336475547560734 +0.5969194226398455 +0.6185778930148379 +0.6196427088192172 +0.5788711503432274 +0.406526311743649 +0.2739809230835892 +0.11706955097894763 +0.07058345349884407 +0.08433693626979556 +0.07058387722333996 +0.12611116386560758 +0.22223521669667334 +0.30132808421386226 +0.436904672575216 +0.4804709480083502 +0.5306699891301345 +0.6225995895192968 +0.6712516717016427 +0.6097197464997407 +0.6024570323240611 +0.5550620809711477 +0.5542871906723325 +0.6327725749106548 +0.677316052623425 +0.5975180091543941 +0.6174773442437143 +0.6189038386968149 +0.5780135399449251 +0.42522619198325956 +0.270651057371876 +0.11718806092198018 +0.07066570584886044 +0.08433640101498668 +0.07058334855482963 +0.12256774970703095 +0.22061022104544267 +0.29888696896584405 +0.4740674738434001 +0.5188275116721651 +0.5713927500875225 +0.657103405388618 +0.6707073938465703 +0.6097334964277633 +0.6022003898813154 +0.554458846478465 +0.5336082118967201 +0.6020537954730972 +0.6262303662460776 +0.5946197782905392 +0.6170561649145798 +0.6185498298730762 +0.5777724127366106 +0.4210071751822263 +0.26979185333959893 +0.12129119935140983 +0.07067008547398172 +0.08433640001403074 +0.07058334757302809 +0.1142377725952235 +0.21698156046303851 +0.309947820566031 +0.3763464229694384 +0.45315079218832666 +0.5769424909512079 +0.6529442676101241 +0.6392427700729667 +0.6041621452510499 +0.5902187059767393 +0.5431041772896041 +0.5347806571782361 +0.5709711611624614 +0.6384769514496004 +0.6257524793860768 +0.6532514802317694 +0.5859998813741764 +0.5721727191502253 +0.406892756940878 +0.2664044805151166 +0.1278773620301902 +0.07072369230438295 +0.08433638270389081 +0.07058333046323559 +0.11915355782978404 +0.2293898917349314 +0.32621621170051596 +0.34984439584895477 +0.4383588468105077 +0.43697888532798557 +0.5988048086342432 +0.6542859766794458 +0.5858836982292088 +0.5851728314819218 +0.5313747269544886 +0.5234222706060015 +0.567242943990594 +0.5947124876904817 +0.5742111943847467 +0.5885384824523207 +0.587462294382332 +0.556844497998616 +0.39000505750739767 +0.26379432518112006 +0.11706127063813357 +0.07058369240161988 +0.08440760738048302 +0.07066948030759235 +0.1218562772177558 +0.22053641126475212 +0.29907144336888286 +0.4630682675600407 +0.5154184406324718 +0.5693521135428912 +0.6532759223784986 +0.671262307579275 +0.6102983723589693 +0.6025222570037375 +0.5547470246154377 +0.5344447646967652 +0.6037551302873919 +0.6260487654349961 +0.596093115957373 +0.617789953897612 +0.6188224408536416 +0.607935045056577 +0.42003856664727196 +0.27001941593066925 +0.11705915195946746 +0.07058374292424803 +0.0843371108861724 +0.07058411410698888 +0.12205768491483728 +0.21973504189483953 +0.29796750710722353 +0.4529479017699793 +0.5054178816091149 +0.5697238426534743 +0.6612440355261235 +0.6715963811938447 +0.6353077354874955 +0.6383159985596197 +0.5867874361896119 +0.5510721933629954 +0.611633597103853 +0.6440752223739196 +0.6471766480681506 +0.6497563854357811 +0.6495134439483051 +0.5791110828400173 +0.40707404805910224 +0.2597476099298589 +0.11810219231033692 +0.07058392169938262 +0.0843372995357569 +0.07074058575171502 +0.12697841969305704 +0.22285702028460633 +0.30150365094222575 +0.4351791842620355 +0.4774470950372763 +0.5304631646056605 +0.6231830754608685 +0.6749400585779994 +0.6110525630826421 +0.602998415050062 +0.5543757224819423 +0.5347005156221342 +0.6029264466259744 +0.6388097925102756 +0.5935432760890123 +0.6180403998919469 +0.6192164360803359 +0.5782108895964985 +0.4064560824076074 +0.2699504083176447 +0.11707369941210585 +0.07058385991661507 +0.08433733707649553 +0.07074063198784131 +0.12285938831331399 +0.22086583260630333 +0.2991314029291936 +0.4651648952780335 +0.5115264783660001 +0.5538493655093749 +0.6238662950398534 +0.6815478658774741 +0.6409316060583066 +0.6390193745675236 +0.5854765556559905 +0.5517510854438732 +0.6298669783009881 +0.6634765301730694 +0.6422255574926625 +0.6482958434811619 +0.6378642806784832 +0.5790977711889919 +0.4166744138527475 +0.26992247135466096 +0.11706592713650651 +0.07066507902897286 +0.08441161036090204 +0.07058314417946776 +0.12522167419342142 +0.22174615156315086 +0.3003030335627979 +0.45539377931605757 +0.519113806622378 +0.5766120717147014 +0.6597971820530064 +0.6704196750937472 +0.6105576386161693 +0.602799777081921 +0.5552721656289793 +0.5351429175985026 +0.6026882789167487 +0.6244576113055347 +0.5976359503080858 +0.617267246240133 +0.6188763684369823 +0.6106656343235893 +0.4234228257546862 +0.26990635333169893 +0.12120622274404713 +0.07058411161905112 +0.08449387989063414 +0.07058287557174803 +0.11434044748943704 +0.2168391326073745 +0.3098100741584804 +0.3738801815332042 +0.45363122984814747 +0.5622620679354376 +0.6337736065961354 +0.680006500462643 +0.6447258554448418 +0.6342646550411088 +0.5804605869609474 +0.5680067379748472 +0.5999157660325994 +0.6732850230448325 +0.6737512370919471 +0.7000963337999171 +0.6331718590072368 +0.613838458028038 +0.4369410635346518 +0.2777884546304043 +0.12808835371082944 +0.07058296666594867 +0.08433645623172335 +0.07058340308849459 +0.11859816976883972 +0.22219591435080724 +0.3160919438662792 +0.34975682021903126 +0.4417532438007213 +0.4459057485449055 +0.6065091959521841 +0.6653630502560751 +0.6061214037118334 +0.6081766427849372 +0.5456248832355339 +0.5346524406834098 +0.5794590148128191 +0.6077787999061479 +0.6051309802080997 +0.6189296208421508 +0.6211052982626236 +0.5580272351122045 +0.389132067237457 +0.26315075051435083 +0.11706578712641003 +0.07058383682845022 +0.08449319364274226 +0.07058295344958315 +0.12445680257128784 +0.21813235766881017 +0.29567103082285334 +0.4517207807684669 +0.4923829257930104 +0.5576122804592446 +0.6521967655167487 +0.6928814918849711 +0.6088217762665366 +0.6015523208574293 +0.5532837950301331 +0.5333816691205483 +0.6024311952486102 +0.6250744374955735 +0.598911090429533 +0.6173274305715425 +0.618321874432924 +0.6022901619638727 +0.4185878577988584 +0.2713906655031437 +0.11706696694206509 +0.07074006888450865 +0.08433627483514775 +0.07058322392976198 +0.1225940018167772 +0.21849691148391798 +0.29745968266845674 +0.4753514597113374 +0.5199995049926469 +0.5307769764673507 +0.6230589733077901 +0.673743904235624 +0.6347810906902902 +0.6331552781360363 +0.560354946462314 +0.5379595162650231 +0.6074937723999362 +0.6357818422132948 +0.6025087532592999 +0.6180962775904703 +0.6193814702051051 +0.5784391903115107 +0.4063604360848603 +0.2699483057372854 +0.11707626615711014 +0.07058384864043878 +0.08433732595792208 +0.07074054371875202 +0.12405732648806034 +0.2209171849560307 +0.29934251982421867 +0.47688616630689895 +0.5005871387978357 +0.5337277603487152 +0.6256392469049744 +0.7348307915186367 +0.7349550735915009 +0.7371345929730362 +0.6630161442518838 +0.6330101319097492 +0.7009527670685772 +0.7435571199007815 +0.6797370721208499 +0.6597272070170846 +0.6382855345827646 +0.5788666394130915 +0.40699866466321616 +0.25976499966748273 +0.11905749364645658 +0.07058348602554736 +0.08433742225832816 +0.07074071858117702 +0.1282716437557912 +0.22350107704962296 +0.3029996826785887 +0.4369653135746776 +0.4774922359743575 +0.5308111603988516 +0.6238034847601088 +0.7032980105063734 +0.6553584434890866 +0.6406588318587728 +0.5900691396374804 +0.5509512120737133 +0.6299475745240363 +0.6592684198390848 +0.6442925920414846 +0.6488332961985862 +0.647167097600165 +0.5795307469889426 +0.4071125664617884 +0.25961671489199767 +0.11720737505192219 +0.07058387676262592 +0.08449316357510275 +0.0705829943943359 +0.12577927884968504 +0.2226083285838353 +0.30121912608852375 +0.46239359050779233 +0.522271490994978 +0.5749960985363135 +0.6580877468849752 +0.6715337741039268 +0.6103571068571626 +0.602538197634882 +0.5544016345193185 +0.534232967878822 +0.6137733202562188 +0.6486789119592533 +0.5993263905791957 +0.6173555958766722 +0.6186869035578915 +0.6025145856427292 +0.4190653020576202 +0.27000550282332225 +0.12119309668843144 +0.0705838767031754 +0.084337243167146 +0.07059799519925407 +0.11465436724923635 +0.2184801965862696 +0.3095055939742637 +0.41697539157928215 +0.44925004143591274 +0.5588711363252369 +0.6300057481724768 +0.6673273227640568 +0.6357649903318995 +0.6217765751842355 +0.56237914483793 +0.5521083480811148 +0.5893311100158503 +0.6592116921781778 +0.6686498694094808 +0.6943842805162622 +0.6263840552447213 +0.6080759621349893 +0.43024186093497874 +0.2767442722676064 +0.12791234034538843 +0.07058342575939773 +0.0843372514387636 +0.07063750902972148 +0.11915937294275766 +0.22228838906704373 +0.31522412610967043 +0.3911329517721047 +0.4399757528924956 +0.446719462804387 +0.6068032129630253 +0.6691505291009471 +0.6148472895364574 +0.6177996800548137 +0.5499222500853075 +0.539938596945206 +0.58447749159246 +0.6219095481709086 +0.6526437124253615 +0.6202120192816357 +0.6215135325625225 +0.5579613287749982 +0.38905569302935994 +0.2631576386285476 +0.1170900340317627 +0.07073172562533189 +0.08433638082304637 +0.07058339593485713 +0.12409210881505281 +0.2243239264666738 +0.3027668188857493 +0.48866678088715976 +0.4872224188857776 +0.5450282028916162 +0.6358915881234819 +0.7023754569134827 +0.6582073855839473 +0.6472732715561944 +0.5836942811373156 +0.5506989169676163 +0.6228598432950232 +0.6575099589915484 +0.6836948050854887 +0.655687193002393 +0.6542367668306615 +0.5932437783064033 +0.416594356105007 +0.2698284103770133 +0.11717972289690452 +0.07063686108087905 +0.08433640304734881 +0.07058335056495992 +0.1244703247077931 +0.22553444978455015 +0.30385579464828893 +0.488668867397436 +0.48761424076486665 +0.5425736496013199 +0.6331779988926663 +0.7009224903930525 +0.6589504417405712 +0.649635523445968 +0.58961417412258 +0.5606807191314188 +0.6314541558433022 +0.6661699450275217 +0.6913396375927423 +0.6608219308758511 +0.6598981029624724 +0.5993499601657757 +0.41656536778121434 +0.2697799085223937 +0.11708524749734371 +0.07073731020937771 +0.08433637951420653 +0.07058332731175147 +0.12473973438237487 +0.2256654447859517 +0.30411033563676415 +0.49134468414916854 +0.5001292904604462 +0.5561422027947689 +0.6412117487671238 +0.7103835460860373 +0.6075851748935502 +0.6005438211191328 +0.5528832209062616 +0.5492838440123784 +0.6263465933109942 +0.668825775960841 +0.639664846008421 +0.6164687681832862 +0.6180123957016527 +0.6095429735770452 +0.42418084724198757 +0.27003578536357287 +0.11717950232325977 +0.07058367639596082 +0.0843364877679393 +0.07058350112607886 +0.12347232924057946 +0.21813240997774833 +0.2969589635045765 +0.5138324503151616 +0.5140404245575894 +0.561799988033539 +0.6452882148541118 +0.7157705946508531 +0.6086521242671445 +0.6014067876845456 +0.567558245586601 +0.5529369709728233 +0.6275293708332583 +0.6831682288537336 +0.6968584696601781 +0.6760515618700488 +0.6181191492704858 +0.6151333976655373 +0.4296096213960676 +0.2711225486533556 +0.11706657941622221 +0.070583612556214 +0.08433690442607457 +0.0705838457767607 +0.12357310361469112 +0.21828846751383915 +0.29886487481391527 +0.5030153785088578 +0.5076925255279588 +0.5628855891509409 +0.6476007275829067 +0.7203581303020987 +0.6091356892242622 +0.6016825481562548 +0.5537769428441579 +0.544725637534236 +0.6186359026039321 +0.6515833858875847 +0.6403186159456203 +0.6172184899357465 +0.6183282278459488 +0.610575020274147 +0.42180308451589915 +0.27000141492707125 +0.1211916279395748 +0.07058380001589074 +0.08433726175030186 +0.0706899670470228 +0.11564967493402667 +0.21617242144787385 +0.3088341672734029 +0.4240330468847582 +0.45965787234946015 +0.5617346729218666 +0.6192116988859424 +0.6503467677793121 +0.6374113767993056 +0.6364168718329597 +0.5759094482433922 +0.563971968166844 +0.6046710677431799 +0.6553081077751676 +0.6900609768317689 +0.6520230242162433 +0.5856843472455935 +0.5803581640535739 +0.40686285504045355 +0.2664291609648613 +0.1281537686480322 +0.07058385493959109 +0.08433667615289014 +0.07058368714965677 +0.12344381557668534 +0.23544181233719907 +0.32949943740261095 +0.39113294535869986 +0.43866666496321116 +0.43796454364274745 +0.6354213849001382 +0.709091440426005 +0.6826419066895314 +0.6889667247403385 +0.6130931172902153 +0.5996440272259526 +0.6378933367972975 +0.6691415911645195 +0.6749525394541831 +0.6365312188855513 +0.6266641452699946 +0.5740100963671706 +0.37987938266064436 +0.25330179828063915 +0.12213616533165499 +0.07069083185436638 +0.08433631965165884 +0.0705833365136344 +0.12827085661605983 +0.22339001221701646 +0.302301948788683 +0.489873473129848 +0.5067835716870938 +0.5682410426701175 +0.6433735725654482 +0.7113235870987175 +0.6650430255939834 +0.6509171083662326 +0.5812158751718796 +0.5450478874851 +0.6200518358433753 +0.6638450999336756 +0.6861760163241892 +0.6628125907100029 +0.6627644602168867 +0.6035948015475282 +0.4167327300038581 +0.2700111616619793 +0.11706711780016187 +0.07058381395989925 +0.08433729175809926 +0.07074050653941778 +0.1235958758710169 +0.22596414554075983 +0.3072121222165828 +0.4885968387873619 +0.4903178646854131 +0.5434200516917851 +0.6315442519754846 +0.6974256876370101 +0.6545996513561321 +0.6462807326368616 +0.5851148066297482 +0.5540214901794411 +0.6289065874023337 +0.6646454843495861 +0.6904693388990331 +0.6636778675257863 +0.669248058624202 +0.6065810442352441 +0.418500491273995 +0.26978224172302107 +0.11717780342432549 +0.0706754282632728 +0.08433639401528797 +0.07058334163549432 +0.12504769000082136 +0.21813266212154886 +0.2958486084523034 +0.5056714552270494 +0.5077393721680538 +0.5641106424293137 +0.6501864569961567 +0.6696471384776862 +0.6087332045528849 +0.6012687286104684 +0.554522157308192 +0.5368378677271879 +0.6063729767212589 +0.6639301974104684 +0.6733897984525101 +0.6397232220208658 +0.6195648243937198 +0.5777743068268928 +0.4064364809272721 +0.2655201993706207 +0.11706848003946936 +0.07073978538575679 +0.084336330330972 +0.07058327875346514 +0.12682943429034574 +0.22251904704342898 +0.3009190753057098 +0.47876272583953455 +0.4876694170655203 +0.5370273063747494 +0.6439464769328941 +0.7197490290937155 +0.6108098969659126 +0.6022296289938011 +0.5874895222285147 +0.5496329266050882 +0.6323765520821379 +0.6830536710189788 +0.7027528213247997 +0.6477094106289549 +0.6483918065405657 +0.6128839105131583 +0.42352865574031556 +0.2700261671348619 +0.11706232496172983 +0.07058372530333021 +0.08433720431575012 +0.07058420603349637 +0.12356438856804378 +0.21864805175739802 +0.29710402288959864 +0.5014729243265611 +0.5044988879520718 +0.5571565714766498 +0.6464767320759618 +0.7179441504933995 +0.6085078160021129 +0.6014655778982169 +0.5534552515323979 +0.5334992022083025 +0.6034595179645245 +0.6359455396987169 +0.640181692061065 +0.6172091122110808 +0.6183726422239947 +0.6046810001169087 +0.42336842477638775 +0.26999068518531383 +0.12120234022754421 +0.07058406071096647 +0.08449382467308891 +0.07058289360417647 +0.11545618944069176 +0.21615531773619553 +0.3092798262404836 +0.4226402456117961 +0.46004305681679775 +0.5685738670559425 +0.6419749823134795 +0.676191464078606 +0.643430632555264 +0.6310188800067894 +0.5756928509301243 +0.5654090330933778 +0.6029333464408886 +0.6768734796906112 +0.7204065559797226 +0.6394214729183889 +0.6279777730869673 +0.6058662633413089 +0.43288101726839384 +0.2766889970351548 +0.12782877838788068 +0.07059015526814752 +0.08448731943047888 +0.07058305591556818 +0.11690172471293524 +0.22180450074516853 +0.31718702173869157 +0.396238716983496 +0.4515636539466349 +0.4471892475420937 +0.6068677551949032 +0.6666004954066042 +0.6145379088623254 +0.618612536172239 +0.5497177782650831 +0.5358757853785768 +0.5850563608397334 +0.6182931965092627 +0.6482375007517714 +0.6166228250231436 +0.6151462057677729 +0.5554528766363132 +0.389158136398653 +0.263188577642429 +0.11705499187413884 +0.07058366240076924 +0.08433707180979547 +0.07058407565944286 +0.12410363777756302 +0.22452980065303238 +0.3029997157627201 +0.4885761386223148 +0.4888455732628102 +0.543832516732815 +0.6422887963714603 +0.7140204861829391 +0.6087725039574519 +0.6015592391843678 +0.5540300850449419 +0.5343035197622665 +0.6041552375056302 +0.6300318589282823 +0.6401017494311924 +0.6169127494245012 +0.6179665903054984 +0.6032595689529332 +0.42224229487674475 +0.2708648397225117 +0.11707163879255511 +0.0705841314362075 +0.08449390138308932 +0.07058289558557274 +0.12305132619204091 +0.21919498546217803 +0.2976247141463139 +0.5078863272185671 +0.5113343208334421 +0.5724377240601726 +0.6419825588448017 +0.6723651103162716 +0.6200539618659767 +0.6062642577388859 +0.5571407910766298 +0.5339717405334465 +0.604519556488183 +0.640112479716795 +0.6409341544463395 +0.6176727121764977 +0.6181427481493534 +0.6016595254347786 +0.4180600048899444 +0.2700091386764069 +0.11706512462670818 +0.07058370856879487 +0.08433707692387492 +0.07058408069171193 +0.12230057620385684 +0.22155515127189404 +0.2977773638243103 +0.4989441390720824 +0.4990456976279841 +0.5522168617883639 +0.6434407057397465 +0.7145475958723158 +0.6087523489004831 +0.601140811187081 +0.569140949871654 +0.5545567720045881 +0.6269793345937865 +0.6809149328823003 +0.6936240718843584 +0.6680307573888185 +0.6723063067273625 +0.6058835718430459 +0.4183956433244578 +0.26999250093532423 +0.11713220275032157 +0.07058307903235803 +0.08433656702018719 +0.0705835790747783 +0.12329585719174259 +0.21813282573841694 +0.29889196064362983 +0.49925890395824374 +0.5038842248676909 +0.5579313374443122 +0.6375786234178086 +0.7017946423843924 +0.6567870281493838 +0.6504243486311903 +0.5833255195988375 +0.549095869253187 +0.6265664328387567 +0.6722620755456907 +0.6849715606306168 +0.6628291641141293 +0.6637111963434522 +0.6048229953599367 +0.41880113086264437 +0.26993487839445396 +0.11706204094568234 +0.07058368833585514 +0.08438833041271276 +0.07068885594025502 +0.12562575963306263 +0.22627369991510335 +0.3045565421554168 +0.4886445223717925 +0.4918719792339744 +0.5474458289066636 +0.6358948195934337 +0.7044500589166466 +0.6344446376549271 +0.6270817851002392 +0.5858963712731224 +0.5583847391432976 +0.6292583113457038 +0.6706532334150317 +0.689483489683208 +0.6652797852528151 +0.6689504855230607 +0.6103511902156955 +0.42503978959516203 +0.2698189756141723 +0.1212109769212139 +0.07073620300873018 +0.08433637977481132 +0.07058339491122338 +0.11828141530063761 +0.215388848996566 +0.3077205485139325 +0.3913038867877486 +0.42487937001873816 +0.5370661090489585 +0.6192096948812794 +0.6377557582748501 +0.6039371390280063 +0.5912198186713948 +0.5446798836008171 +0.5412936444605438 +0.5880243672098401 +0.6518185542774303 +0.6718788150532641 +0.6577195362662533 +0.5855486648806189 +0.5717695713265281 +0.40659088037132535 +0.2663271049996481 +0.1279472340986832 +0.07066616108919886 +0.08433632568674382 +0.07058334245594422 +0.12220488380624772 +0.23834590885420082 +0.3356532853063309 +0.39162390233084227 +0.44171509146483384 +0.4383032194696697 +0.6066263426808551 +0.6724028959224408 +0.6269330061502446 +0.6269949653785968 +0.5651927101250723 +0.5371366518771675 +0.5742373921524104 +0.6083918886454053 +0.6225105713180504 +0.5882278153848707 +0.5865413121737639 +0.5626016768717185 +0.3891745509531213 +0.2632268220124711 +0.11709609360656759 +0.11705618067874962 +0.07058379674694211 +0.08433724918335796 +0.07074053125978556 +0.12216907165704037 +0.22037015913601854 +0.2986503991773211 +0.4562227625045035 +0.4998414903615354 +0.5536443833645305 +0.6411183905886703 +0.7075990926141454 +0.6356186148049171 +0.6430733374339545 +0.5778037681478736 +0.5529632794373079 +0.6376052533320484 +0.7164167958175011 +0.6861363964908089 +0.6645578024623826 +0.665066758682937 +0.6059346982504318 +0.4173300022384998 +0.26993921623361555 +0.11706322994243967 +0.07058342879267071 +0.084337254404943 +0.07065489002158887 +0.12501060563836833 +0.22534346474788708 +0.30763242402528423 +0.4455578497023994 +0.48866106915631013 +0.5454415182948337 +0.6327395522924216 +0.6961253765976947 +0.6491806128119955 +0.6403944922407592 +0.5760048724821343 +0.5483846079182537 +0.6366942644836764 +0.716947729071911 +0.6869444640523213 +0.6651364120200233 +0.6672721173033693 +0.6052054215611344 +0.4214757764724953 +0.26991312873624873 +0.11707330975088089 +0.07058389681694058 +0.08433737347236288 +0.07074055468340743 +0.12653196980266573 +0.21813198279227758 +0.2956710744043426 +0.4635851915233935 +0.5047346072752268 +0.5540495390601767 +0.6390692209596789 +0.7063526320896903 +0.6654959191950458 +0.6546188404579124 +0.588280979026285 +0.5536713583515039 +0.6441717972010501 +0.7261780091656169 +0.6965723195697904 +0.6740905566697849 +0.6740916305831863 +0.6139312761094746 +0.4257828861354572 +0.26982795002868964 +0.11707726229742434 +0.07074007973626903 +0.08433619099263294 +0.07058314114349228 +0.12636047506746054 +0.21813246936312178 +0.29567155307522913 +0.4637453623926343 +0.5052961956163251 +0.556095171839126 +0.6432263138720096 +0.7114921506515589 +0.6351948366547429 +0.6273640871686955 +0.5865962024909326 +0.5563196129451518 +0.6405193134498374 +0.7250771265649517 +0.6936404555087932 +0.6707157382232438 +0.6731828429052662 +0.6146341590230712 +0.42953859920875326 +0.2710723391504778 +0.11713982355776932 +0.07058363744169674 +0.08433662714463469 +0.07058363822355787 +0.12577008742589268 +0.2181328885721274 +0.29582731621008834 +0.4357057830918673 +0.48140635273482096 +0.5327731987187205 +0.6241904268139954 +0.6692318163433484 +0.6079446264993579 +0.6009100042079989 +0.5755922673352436 +0.5497618163805157 +0.640414414601507 +0.7197054801084615 +0.6921679610513926 +0.6703411266206803 +0.6737768144772378 +0.614815832799708 +0.4257587608456948 +0.2697832325215696 +0.12119257593093347 +0.07073991850844219 +0.0843362890171841 +0.07058330565070407 +0.11775055266940387 +0.21538910409612375 +0.30987863099362756 +0.36781445057636947 +0.4371154648423434 +0.5550508411020739 +0.6285932023112645 +0.6676862035976133 +0.6304347849404612 +0.6180057828509236 +0.5605950044097634 +0.5529038156147207 +0.6003637452953018 +0.7138367960405815 +0.7007773877334144 +0.6852676101781406 +0.6199417519041323 +0.6010309334999349 +0.4254821887167358 +0.2766429107967789 +0.12799701847258232 +0.07058388093278384 +0.08433686980379618 +0.0705838769311355 +0.11913259970524866 +0.22316753763469518 +0.3155655354664785 +0.3566367244913522 +0.45154419658633904 +0.44648033858304137 +0.607677513853183 +0.668840461549299 +0.6150689121469649 +0.6194122551726798 +0.5573440684354274 +0.5465090385766471 +0.5992025042722479 +0.6725187297310907 +0.6556038112723737 +0.6300957607588312 +0.6320053790551239 +0.5721481872544233 +0.3928055082617382 +0.26321635557789796 +0.11706038092077926 +0.07058344574275678 +0.08433727099442204 +0.07073406886923958 +0.1251971422791852 +0.21813188146298354 +0.29567097473420956 +0.46552221667960986 +0.5199448388245126 +0.5654260928205624 +0.6506943957443406 +0.7216250604569938 +0.6397738984928055 +0.627516923467221 +0.5836478130375736 +0.5584266072673978 +0.6433927075344062 +0.7221377687675846 +0.6908673440273351 +0.669688258499139 +0.6748794644739925 +0.6178273541034358 +0.42720408186191833 +0.2704005709584584 +0.11707094247764621 +0.0705836068877379 +0.08433742866342515 +0.07074065531694622 +0.12620002101635203 +0.21813203726521171 +0.29631125831925975 +0.46347221029617824 +0.5156689393949208 +0.5692217316021917 +0.653280850290938 +0.7203936815691235 +0.6080052408096076 +0.6005452560738577 +0.5692180186302963 +0.5554626408441408 +0.6399702578848043 +0.7276587500683598 +0.6953137679738925 +0.6672613389615113 +0.6682002538597018 +0.6037660065958103 +0.41986007221747057 +0.26985799623392265 +0.11706592887601479 +0.07058377153563317 +0.08449388475132753 +0.0705829492849432 +0.12564105491798475 +0.22602353608494363 +0.3074638448558884 +0.441030371176423 +0.4880332954568041 +0.5460305780454547 +0.6379727686181559 +0.7090543816507486 +0.6078578920602435 +0.6024021443138554 +0.5547684998170467 +0.5443173155925324 +0.632656721240685 +0.7178395930898386 +0.6895762123485565 +0.6690083598398152 +0.6706267994977037 +0.6120553775892387 +0.4328650095935093 +0.27398309200034754 +0.11705413631269296 +0.07058425119457523 +0.08449319744099697 +0.07058302538158669 +0.1258233787383883 +0.21813235815286489 +0.29731736393143415 +0.436473653964154 +0.4788821862308984 +0.5295835759750187 +0.6232750738432472 +0.6929326198480147 +0.6626876757836669 +0.6297737746931565 +0.5619943245951188 +0.540776601343582 +0.6392718372214946 +0.7331031020968295 +0.6403278162615803 +0.6163708990726064 +0.6176583103022161 +0.6040860836871134 +0.42012286192373766 +0.26985310056259865 +0.11705454221162602 +0.0707400596861242 +0.08433614841110185 +0.07058316737687757 +0.12359173516865682 +0.2215837374046066 +0.2979262001821825 +0.4559641831072475 +0.4992669044704488 +0.5462031175829793 +0.631645378100452 +0.695964365653667 +0.6517624093922981 +0.639827685441854 +0.5774001667617873 +0.5511181040583781 +0.6362990384978123 +0.7152771309577682 +0.6842041732528726 +0.664169047248305 +0.6662080382503288 +0.6087849175325727 +0.4209326771771931 +0.2698102634138487 +0.12119434243275404 +0.07071952400791454 +0.08435689546485048 +0.07058315850636766 +0.1176793060900258 +0.22235201032711774 +0.31560796492689513 +0.35766773903526583 +0.4311176172779761 +0.5504650513634584 +0.6277414011339131 +0.6607192310833186 +0.6321598134363636 +0.6167967426832573 +0.5623495692484466 +0.552683608137396 +0.5970003852522185 +0.714530240028475 +0.6977778008772723 +0.6813807191239332 +0.6139110042230054 +0.5929331655953051 +0.41823234820627897 +0.2766989758480891 +0.12793093431286612 +0.07058336360873356 +0.08433719064232581 +0.07058419257164823 +0.11823389644785064 +0.22239212805693392 +0.31499155856666955 +0.361583430506776 +0.4547370714596036 +0.4470106312354769 +0.6087849867670612 +0.6693215464905341 +0.6144680538671106 +0.6174914527623075 +0.5559435595927564 +0.5430254667801208 +0.5982836210600934 +0.6722787165135092 +0.6551589486649106 +0.6266865292187099 +0.6284511143706353 +0.5669441553252619 +0.38910346743424534 +0.26324665357556093 +0.11716724669175387 +0.0705866806770191 +0.08433641481097955 +0.07058342937900972 +0.12570041262706214 +0.218132681165876 +0.29567142245514594 +0.4630469024209983 +0.5086836566043056 +0.5619575541609111 +0.6457103569451655 +0.7138362559739436 +0.6401444362047223 +0.6294539946824959 +0.5879710658986674 +0.5616250558278835 +0.6446748427021084 +0.7233159345781772 +0.6950713613518009 +0.6650294387976194 +0.6640733536051975 +0.600886177162906 +0.41777850596778593 +0.2698874318119387 +0.11706411659117844 +0.07058376386553217 +0.08449387649582561 +0.07058294163791322 +0.12580440120316594 +0.21813220815044174 +0.29567129608268816 +0.4560240724513509 +0.49886947023288286 +0.548344457568004 +0.6361055825837792 +0.7010955435539737 +0.652188089854459 +0.6393599207460259 +0.5744111520435811 +0.5513975606721586 +0.6334493325982374 +0.7117616683549356 +0.6790402560904842 +0.65788644955303 +0.6586883798898832 +0.6007770316372265 +0.41633788607294075 +0.2700047454396611 +0.1170545923490553 +0.07058336763253083 +0.08433719457815055 +0.07058413238573809 +0.12551251609300135 +0.2267014103331603 +0.30478516160825925 +0.4463463626054434 +0.4889305624773413 +0.54051221121087 +0.6315827093005971 +0.6899849224943821 +0.6452281036417664 +0.6343558717022477 +0.5728184259156726 +0.5463552488233151 +0.6312392676153967 +0.7043322854813304 +0.6696206197239025 +0.6475228364463681 +0.646147512962745 +0.5893609989526365 +0.41631423506991816 +0.26999072854257194 +0.11705831260733601 +0.07058344176205 +0.0843372670982856 +0.07071551008258456 +0.12405043127660349 +0.22600964222681794 +0.30419801006761743 +0.44635330533743345 +0.48854575570053227 +0.5411169420788718 +0.6313084196581596 +0.6934160213354145 +0.6485775477780269 +0.6361868210906053 +0.5724215862034443 +0.5467212826760861 +0.6281278808063009 +0.7034635415534162 +0.6691376509394862 +0.6475400848674937 +0.6475895305043802 +0.5889968281408997 +0.41652896857038496 +0.26982891707689727 +0.11707085626862068 +0.07074026366556395 +0.08433621959119958 +0.07058323737050856 +0.1248015380212706 +0.22582151189687535 +0.303989308109954 +0.4472066637385946 +0.4871933777821641 +0.5394191597332223 +0.6313641206507136 +0.6921024674408043 +0.6467814914678186 +0.6401904562359026 +0.5775460796934451 +0.5489773829224099 +0.6281340467876301 +0.7038581280634678 +0.6716229016203894 +0.6483514922519487 +0.6480607276191556 +0.5904847721094587 +0.4165648217020883 +0.269945158161897 +0.12119372364079928 +0.0705836961235592 +0.08433710510557903 +0.07058404400908883 +0.11667680086629943 +0.22167413354637977 +0.31445502829207544 +0.3571237144626337 +0.4300427987437321 +0.5519326980032297 +0.6333786152265767 +0.6775991258844747 +0.6236738894987938 +0.5876734440425123 +0.5406922779111567 +0.5353848619200005 +0.6063587939971622 +0.7217712650037411 +0.7104275414962402 +0.6890810170743299 +0.6313493062605732 +0.612265784988422 +0.4394575908452025 +0.28718457636143757 +0.12792424178971562 +0.0706805834184819 +0.08433639761624838 +0.07058334519541926 +0.11757182386291298 +0.2240761879068374 +0.31980639855390963 +0.34924732629124217 +0.43853980722073915 +0.45160677555361334 +0.5974710041467266 +0.6527351712914146 +0.5891156625788735 +0.6061491344593153 +0.5299944774248442 +0.5314691721227846 +0.5812485268597369 +0.6499025539885387 +0.6224031325090934 +0.5878315451948889 +0.5868438981726946 +0.5460376571182725 +0.37885193072683704 +0.25294420844207305 +0.11711027571979636 +0.07070689596735195 +0.08433631572511038 +0.07058333266409689 +0.12604758774866257 +0.225122644414106 +0.30488906435982915 +0.4364849941928802 +0.4796602440305423 +0.5397368212888358 +0.6365351340842323 +0.6706985901757423 +0.6095298847455939 +0.6019878402767618 +0.5927699614891019 +0.5735711696621881 +0.6469306255826881 +0.7253993267377852 +0.6983266432020627 +0.6748650743108928 +0.673103785678725 +0.6101844743113884 +0.4200737878822878 +0.2698157373682737 +0.11716388728622781 +0.07066696526144933 +0.08433639519890176 +0.07058334281257171 +0.12282980425491392 +0.21947877374169128 +0.2972898608209266 +0.45393571070645466 +0.49879279169377544 +0.5440342424023771 +0.6315550601575067 +0.6888502703213711 +0.6445803318546659 +0.635018037522365 +0.5695447717914021 +0.5545863305376227 +0.6324264626487547 +0.706094802460793 +0.6748130126100893 +0.6530663060953359 +0.6551667922926458 +0.5954866225010047 +0.41667961915041196 +0.2697992937384803 +0.11706105930349546 +0.0707399297683443 +0.08433629930057003 +0.07058331576318587 +0.1249372111586366 +0.22573930273536968 +0.3048654865866616 +0.4472138870951864 +0.4913835747054313 +0.54100875767652 +0.6314836776060471 +0.6890636998755161 +0.6468842727108214 +0.637969402043503 +0.572111145054652 +0.5543418160005887 +0.6372090816954104 +0.7081961624971106 +0.6769934498259237 +0.6532552607392862 +0.653161300550731 +0.5931798668208619 +0.41641559654342813 +0.26992823085238243 +0.11718573749977962 +0.07058342753292526 +0.08433641796871204 +0.07058343248593434 +0.12512316020986228 +0.21813268627805113 +0.29567176650318955 +0.4599083761354502 +0.504379967323437 +0.5550797813679345 +0.6420247266432425 +0.7004157625402117 +0.6564154290082572 +0.6445161953669785 +0.5804688942973363 +0.56122654477272 +0.6398266286970857 +0.7147812081427228 +0.6811095421678486 +0.6607938613159665 +0.660432854979233 +0.6035211039375397 +0.42017447991086726 +0.2698822672563776 +0.11706169928217691 +0.07058360372421954 +0.08433742556191771 +0.07074065195769795 +0.12652159054383613 +0.21813203398438508 +0.2956711247614815 +0.4794251687790971 +0.4781896701262229 +0.5335110035724906 +0.6305307426920107 +0.6756273102530109 +0.608505661090313 +0.6337985425075947 +0.5835908189869297 +0.5579721983523716 +0.6446296284793437 +0.7201453468518464 +0.6901196291723799 +0.6668547675264554 +0.668357009531435 +0.6095820395369932 +0.4217218309777066 +0.26978923276568717 +0.12119742413203538 +0.07073999707119179 +0.08433636076227416 +0.07058330879952542 +0.11708451637049408 +0.21538873077389012 +0.3083785640846174 +0.41176177797715674 +0.4483096397222166 +0.5571112553314878 +0.6269401240015253 +0.6553202018147259 +0.6240761531261276 +0.6108942588389981 +0.5567510071818702 +0.5526688036838212 +0.6007315050808084 +0.7124682065682921 +0.6947974240975372 +0.6824241919722328 +0.6153565284705771 +0.5963959259152216 +0.42234812034599994 +0.2765345768599013 +0.1279410887634021 +0.07067566372544482 +0.08433639395496645 +0.07058334157453335 +0.11789716344325415 +0.22285171437668577 +0.3154890715255674 +0.40267636729790157 +0.4516439869192706 +0.4508574628865519 +0.6082178917805279 +0.6618368379868276 +0.5969984023151318 +0.5974102998208719 +0.5400174501057761 +0.5375270136340347 +0.5901955670933301 +0.6586323150680052 +0.633240491929227 +0.6004974835182331 +0.6007965772976398 +0.5552338707769521 +0.3891202408615903 +0.26312698905138543 +0.11707791952771167 +0.07058356804974768 +0.08433739065895826 +0.07074061401901018 +0.12286593419365992 +0.22407406501125726 +0.3024857836376777 +0.48860630124226784 +0.48757123335852004 +0.5420503262043012 +0.6346778489778854 +0.6830281898490631 +0.6268384616692368 +0.6182834115056127 +0.5646950239535655 +0.5457702126598049 +0.628416528917003 +0.6968339626766932 +0.6546706379972318 +0.6336957712851984 +0.6358761133123215 +0.5875123834002803 +0.41656422276165456 +0.2699470421557591 +0.11705702874135462 +0.07058371828257513 +0.08433719740130446 +0.07058372122120601 +0.12343988043549309 +0.2236477440772625 +0.30178209832414393 +0.4885894884134674 +0.4912512537429253 +0.5415633603695335 +0.6339513091278308 +0.6795229466467431 +0.6219900482401939 +0.6126915383481585 +0.5664635237514711 +0.5493982823762598 +0.6352639678884827 +0.6967490458753305 +0.6515958542197634 +0.6297066245879592 +0.6314598513911929 +0.5875277551480009 +0.41653779186097706 +0.26984901801018746 +0.11706634692405632 +0.07058375236888867 +0.08449333760456909 +0.07058293583983703 +0.12418969014073215 +0.22309566371375883 +0.30227838720020433 +0.4886243603817439 +0.48951605491408934 +0.5399657666563054 +0.6314957965448129 +0.6799169647310276 +0.6205797267903096 +0.6121268483415558 +0.5646719788710008 +0.5511437379782772 +0.6348177124542753 +0.696857632087116 +0.6486521548596538 +0.6262708234281374 +0.6275018005326023 +0.5873145837282142 +0.4165689651736547 +0.26977710313966957 +0.11736165443200448 +0.07074060433334753 +0.08433616600390875 +0.07058318466936093 +0.1241992787760756 +0.2231145595250796 +0.3007825322144687 +0.48864781899442167 +0.48650220811509826 +0.5396936178840873 +0.6310698164175028 +0.6794927461317258 +0.6176360056942838 +0.610693981211668 +0.5630778064598607 +0.545137641136601 +0.6312714039135837 +0.6966433906603506 +0.6495227785927215 +0.6262708234281374 +0.6275093333410344 +0.5871281888823467 +0.41629934780363315 +0.26981058168505123 +0.11725391249359125 +0.07073993264040972 +0.08433628703205834 +0.07058330369852878 +0.12332663043079393 +0.22233149433088992 +0.2998777624971716 +0.4886586080781021 +0.4899044295767973 +0.5399904633108649 +0.6312310087453891 +0.6792812425223177 +0.6183302596146102 +0.6121274810781104 +0.5671069079639287 +0.552361644233601 +0.6333915342245112 +0.6968190260555536 +0.6486568924380999 +0.6262708234281373 +0.6274577730814213 +0.5869966854251926 +0.4163163065050873 +0.2699819945923341 +0.12131016827573608 +0.0705833614100939 +0.0843371884786599 +0.07058419045445832 +0.11647356402086959 +0.2191875294139193 +0.31142136679313676 +0.40134444973121214 +0.42760769554961797 +0.546465866415811 +0.6256179736209148 +0.6462902784259359 +0.6115178232132924 +0.5980009241504026 +0.5508127369514787 +0.5453448314674789 +0.5955751162546842 +0.7100551376242137 +0.676045768547891 +0.6483669238797966 +0.5941224840421754 +0.5799452277991034 +0.4165161957619946 +0.2764768994106179 +0.12836434924119516 +0.07059509959304353 +0.08433641139118493 +0.07058342600636398 +0.11641663015286591 +0.2195614056733362 +0.31152499846397624 +0.40150083165632167 +0.44749783419085337 +0.44662959830431676 +0.6066864765681289 +0.6610734044973047 +0.592594123282475 +0.592735219024202 +0.5386263809642181 +0.5337999653250698 +0.5851287847444024 +0.6586476313147653 +0.63094307601949 +0.5966571567668261 +0.5961497689606934 +0.5551850993220943 +0.3891482930077454 +0.2631170243076547 +0.11736159423504111 +0.07058380146645278 +0.0843374432166001 +0.07074022164641203 +0.12222019122825944 +0.22133403554448608 +0.29870712729444604 +0.4886113850315357 +0.4866112498492913 +0.5406620723070379 +0.6309897576361465 +0.6787171107848291 +0.6174885419516019 +0.610870257950294 +0.5634031871415311 +0.5456026318304832 +0.626961143052185 +0.6967271485945172 +0.6489929542920502 +0.6262708234281372 +0.6276595478048492 +0.5868189277122434 +0.4162884055317948 +0.2698166110823066 +0.11734618079489911 +0.07073997464616473 +0.08433614902990202 +0.07058316797689937 +0.12235474116836846 +0.22154451136904155 +0.2987120203550761 +0.4886454197131036 +0.49438358194607657 +0.5404588661088428 +0.6320163508320095 +0.6792002394323183 +0.6181367493118866 +0.610738438792656 +0.5664435747871476 +0.55442497405735 +0.6350329991760622 +0.6967707455763555 +0.6498320167304052 +0.6266818018289082 +0.6284731923392369 +0.5868004677804295 +0.4163018881863915 +0.26985989299602864 +0.11709058678946659 +0.07058380019635983 +0.08449391558850033 +0.0705829778671245 +0.12177639623098117 +0.22108419324633546 +0.2989625799255375 +0.4886269503755774 +0.4943712324298924 +0.5429489149026577 +0.6333428653388451 +0.6815331093870411 +0.6355484447007598 +0.6236928587129265 +0.5676524995576371 +0.5535283353653567 +0.6349758621629207 +0.701851768851331 +0.6718636072071329 +0.6519501712737372 +0.6561933768557562 +0.5955233188767254 +0.4164985639869114 +0.2700490772904713 +0.1170513279877675 +0.07058337716913572 +0.08433682693996013 +0.07058376923544316 +0.12309302098812881 +0.2182889640159941 +0.29567102108765564 +0.5005870988529202 +0.5047213091517171 +0.5521529449953781 +0.6376547388257152 +0.7015655332533479 +0.6591895553802287 +0.6493238845810219 +0.5869726643842768 +0.5580844680058565 +0.6395877340545487 +0.7162884043494117 +0.6864555743932104 +0.6606309776233947 +0.6599623579014442 +0.5985513502454487 +0.4163241323484921 +0.27001969946017923 +0.117077768820589 +0.07058375047649419 +0.08433673979808898 +0.07058368316535309 +0.12483831051672765 +0.21827982733626508 +0.2956799104394902 +0.4961958868419455 +0.49485198030677063 +0.5471475447570038 +0.6340862153232111 +0.6929752430797037 +0.6510331911016124 +0.6389342715141908 +0.57338253390617 +0.5494015138420867 +0.6353312822166217 +0.7117552748752516 +0.6791218508114768 +0.658427882999582 +0.6594388980788175 +0.600082753840254 +0.4165101428941121 +0.2698233560206494 +0.12120202826858707 +0.07058380101880206 +0.08449391647037817 +0.07058290961882206 +0.11786121764803316 +0.22280949015618032 +0.31545962628569224 +0.40225649262812085 +0.4306799446118836 +0.5483326654868869 +0.6256248786691454 +0.6631055669661846 +0.6340200269530493 +0.6198655643880352 +0.5632795545715928 +0.5516561776781111 +0.6017279627524251 +0.7144227421196396 +0.7009864445870776 +0.6852501548873046 +0.6198694709290951 +0.6000375024263295 +0.42236496554771374 +0.27664621170078635 +0.12791398044554184 +0.07058364041831447 +0.08433746147165086 +0.07073993259818298 +0.11747306940868853 +0.2224291638213256 +0.3150231754500193 +0.40134997643270454 +0.45054565548346576 +0.4468756741506169 +0.6081582966712702 +0.6616106631348451 +0.5993437645312466 +0.5995904815188142 +0.5389658626842224 +0.5346765917416544 +0.5891416394323484 +0.6585255647291679 +0.6350742291318885 +0.6045644197726031 +0.6056655054690342 +0.5554183666483787 +0.3889587940203826 +0.2631457170937407 +0.11717627253359193 +0.07066028868428963 +0.08433639755753534 +0.07058341239780455 +0.12288491726153489 +0.22406588759986648 +0.30241210294994686 +0.48866826954702614 +0.4966614059288514 +0.5467446120950072 +0.6349614650520454 +0.6870626481304096 +0.6502907858293588 +0.6374674109893265 +0.5752765244317598 +0.5545127411727365 +0.6380085229917214 +0.7092993765441867 +0.6799631125705026 +0.6568689481874042 +0.6578722180365041 +0.5983431705205337 +0.41628940460789016 +0.269828452195106 +0.11706163270177355 +0.07058428091680867 +0.08449288266003677 +0.07058312292002264 +0.12456260700891436 +0.22544999852772504 +0.3037053990968733 +0.4886414726686058 +0.49079654957955665 +0.541054047935833 +0.6318960485098268 +0.684652501672542 +0.6425221220276496 +0.6311659799422498 +0.5734591671104045 +0.5565950938746375 +0.6352213455762945 +0.7031876605933103 +0.6715469136808622 +0.6539400051468671 +0.655442603619646 +0.5949149535536845 +0.4165366103469284 +0.269847388149651 +0.11706818188197304 +0.07058383418925686 +0.08449324893957073 +0.07058301899148393 +0.12459380700381392 +0.22558481366193286 +0.30376162582312083 +0.4886311353512332 +0.48761903040200855 +0.5446715826878799 +0.6332126965394311 +0.6879873169825051 +0.6396934047132401 +0.6279479005295092 +0.5671843417586818 +0.554194981088401 +0.6395406752397388 +0.7111052692189391 +0.6811761922123479 +0.6577857548955043 +0.6597402204909668 +0.5981674486382113 +0.41820128060350753 +0.26978241291354116 +0.11712962205242221 +0.07069101000030484 +0.08433639036198205 +0.07058340532372644 +0.1255641666764702 +0.22611886848070575 +0.30435499789224746 +0.4886678346792947 +0.49451764343954063 +0.5410728560447681 +0.6320227820753633 +0.6855221315180419 +0.6412720201162866 +0.6292989945310669 +0.567746214877179 +0.5512651585558777 +0.6321979686700975 +0.7014777850367461 +0.6651276163147011 +0.6440161622351604 +0.6434478826999619 +0.5868219531467214 +0.4162525185091349 +0.26977060818590715 +0.11710774353886078 +0.07073709398391732 +0.08433637956145335 +0.07058339469874762 +0.12555020698889846 +0.22523167840921368 +0.3034348245480287 +0.48866679206608055 +0.4934838304733313 +0.5410108315239892 +0.6319280515687539 +0.6803820767309983 +0.6277521027092932 +0.6213797277756522 +0.5658037800799266 +0.5489874134226264 +0.6321641632042693 +0.6985257003392905 +0.6589206356431587 +0.6357776494179973 +0.6372807040684845 +0.5853902615127864 +0.4162669079025121 +0.2698499624972715 +0.12129529522737179 +0.07058388593170782 +0.08449317360213165 +0.07058307224488032 +0.11764961562869461 +0.22072802241108577 +0.3132722043884164 +0.4013445631840484 +0.4323824440147554 +0.5469278020615123 +0.6258780610492303 +0.6516876148702279 +0.6205482800346465 +0.6076785576322258 +0.5567319384681803 +0.5503546859644889 +0.6007311674733853 +0.7139553515101195 +0.6959800829040493 +0.6793400576767783 +0.6150956136112403 +0.5968938369743826 +0.42368043722435683 +0.2764394083161437 +0.12807921321994328 +0.0705937006498184 +0.0843364131692379 +0.07058342775731387 +0.11701507978201674 +0.22173027995223343 +0.3144046068920901 +0.4036967651730475 +0.4512852530386449 +0.44682267304885315 +0.6068782509252999 +0.6637966661954532 +0.6071461842249767 +0.6102425196044434 +0.5482020613105413 +0.5394854175878497 +0.595814982926531 +0.6632895756367982 +0.6489001157982942 +0.6218160027319085 +0.6257780402335121 +0.5662844450249722 +0.389096276944129 +0.2631314768890814 +0.11706191264938715 +0.070583402109389 +0.0843367480759068 +0.07058423517636267 +0.12394080061595657 +0.22488268373211917 +0.3032811602706418 +0.4885907119753429 +0.4957407346890487 +0.5415302163348412 +0.632357796032868 +0.6797829199860805 +0.6226079051912198 +0.6129903063364492 +0.5647916229719833 +0.5502095411764822 +0.6311512447085449 +0.6966008096996422 +0.6504466741621644 +0.626270823428137 +0.6276474620033475 +0.5866582234449462 +0.4162809794063242 +0.2699152280979414 +0.11739612183404109 +0.0705838334890911 +0.08433729154042696 +0.07074058272484797 +0.12557046397233754 +0.2244141993955379 +0.3019291532680446 +0.4885963147160074 +0.4940678593960305 +0.5400908004907484 +0.6311233164324668 +0.6794490027171488 +0.6181543312399934 +0.6106493141222953 +0.5645580878447535 +0.5462096461644942 +0.6316838730039886 +0.6967492337275736 +0.6474078935039494 +0.6262708234281369 +0.6274520885874809 +0.5870012097232 +0.4162818086149741 +0.26994099945705463 +0.11757484764666704 +0.07058378610622819 +0.08433670354602693 +0.07058378748484932 +0.12344642551817152 +0.22255437275528125 +0.30005231136055077 +0.4885417907695687 +0.49128513610492563 +0.5402056350542411 +0.6311605944801617 +0.6789532823249295 +0.6174943556777559 +0.6107404732919562 +0.5630678272711069 +0.5465036544210857 +0.6283370678757191 +0.6968285010293939 +0.6489980558119315 +0.6262708234281369 +0.6274422084347515 +0.5876911383490252 +0.4162888240425934 +0.2698252519006067 +0.11724715983055944 +0.0705836399431776 +0.08449385266686851 +0.07058291955377788 +0.12227961933875124 +0.22163000079699907 +0.29937698307606947 +0.4886221505516108 +0.4939215399720585 +0.5413076697961698 +0.631207110087274 +0.6794349984149657 +0.6178617238124101 +0.6102531823477364 +0.563045166211641 +0.5465526877642374 +0.6316986815375717 +0.6964829411720375 +0.6510315150796766 +0.6262708234281369 +0.6274144560554505 +0.5883806380752522 +0.41604371935653234 +0.27007258142719404 +0.11738918239855063 +0.07058383680818872 +0.08433664832790638 +0.0705835928157651 +0.12227680133533336 +0.22132609522053667 +0.29934951806472077 +0.48853781562066295 +0.49111824193901354 +0.5398612229844698 +0.6314319738712946 +0.6792037060118036 +0.6182947773266496 +0.6110541083831849 +0.5632229281637721 +0.5497657094559062 +0.6321011633903556 +0.6968454678666963 +0.6483089415823934 +0.6262708234281369 +0.6272048082899699 +0.5888754132042219 +0.41626682300664936 +0.2699476433587596 +0.1211835540771517 +0.07058368615133309 +0.08433716905423701 +0.07058403407592971 +0.1144244035277682 +0.2179558704196022 +0.31031679452601135 +0.4013442841630322 +0.43509101487861296 +0.5474335134846724 +0.6263771353681205 +0.6463199114681061 +0.6115239001136011 +0.5980275822753792 +0.5512607788001973 +0.5472440258851322 +0.5949802689921048 +0.7101601037784445 +0.6822998259856499 +0.6622523446169988 +0.5989972042029407 +0.5842545321405528 +0.41618488534509057 +0.27672309577462273 +0.12786077131520587 +0.07058348340974528 +0.08433730784858039 +0.070740600354907 +0.1153109949425677 +0.21925360008930322 +0.3121517908976356 +0.4013444947741227 +0.451313782760704 +0.4468637773195962 +0.6059112765588092 +0.6609989719526347 +0.5928370596371407 +0.5928714316819067 +0.5387534432846606 +0.5344511238288797 +0.5876687754923747 +0.6583085062180601 +0.6310310725471932 +0.5966173231795036 +0.5958734785727038 +0.5552234676212684 +0.38891236198645096 +0.2631296733825523 diff --git a/example/run/baseline_scenario/opendss/profiles/load_5.csv b/example/run/baseline_scenario/opendss/profiles/load_5.csv new file mode 100644 index 0000000..fea1ff3 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_5.csv @@ -0,0 +1,8760 @@ +3.9225839554971333 +3.766188563826507 +3.9149276863297993 +3.765822891340967 +3.91834336800526 +3.766360473721171 +5.089559365654116 +4.9413012495562985 +2.5006004733564864 +2.258968111864201 +2.4015706197913245 +2.2785635550299386 +2.209223780647122 +2.3578211084731797 +2.385521227787021 +2.324964369937459 +2.4173308613818816 +5.086598795361804 +4.934591678255575 +5.0845473460927755 +4.937518766416211 +5.086053821773408 +4.987898495369258 +5.096948177263142 +5.125410683903407 +5.282030466057308 +5.130929492367844 +5.278353845526598 +5.131004027448074 +5.6401594353840645 +7.712482850172645 +8.770795864285402 +11.269952130080199 +10.792606011608536 +10.526644460178815 +10.329300970398476 +9.527281682115868 +10.273947937500587 +10.334833848826765 +10.579609654260436 +10.818081853451497 +9.193446666181776 +6.556232140380073 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.260990429531657 +5.165148268599242 +5.528334498526809 +7.394654296984961 +8.719489185649959 +10.944466213422137 +10.528349552949939 +10.373990532676974 +10.297364530220307 +9.480848258215929 +10.270961747614606 +10.29828047476469 +10.70543220542665 +10.855892697802027 +9.211167644280964 +6.61614099523546 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +5.260266022760129 +5.113259421796403 +5.169087992649691 +5.274841634851161 +5.163997823371895 +5.642545932615912 +7.6453326537508435 +8.784596975030256 +10.869901000155588 +10.476461147958984 +10.437355364790243 +10.28658505591953 +9.456744106353586 +10.260921870931137 +10.30774596909949 +10.467039434586486 +10.87523433251814 +9.209791657765154 +6.613518728609984 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.066012789713656 +4.920635417059758 +5.263742018921764 +5.11849075384724 +5.194521826727241 +5.1996145072934254 +5.200934788017445 +5.563877835545401 +7.587633830444147 +8.761438364006377 +10.923914785582472 +10.467983037583641 +10.383171125557805 +10.276156170585196 +9.455656068089882 +10.283574862940236 +10.290253846760969 +10.357033546396258 +10.787118855257878 +9.172026436140348 +6.544714320439091 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.015702310310375 +4.921564446705231 +5.110968556784161 +5.116557490694838 +5.267038922568431 +5.274002711320933 +5.16801812925316 +5.640910404680313 +7.547988540588093 +8.782045419912032 +10.793130877942923 +10.441933508965782 +10.41445951056061 +10.261115397068707 +9.432857210494529 +10.237846077339217 +10.306441989384323 +10.353965565954834 +10.8212860546184 +9.149195856508095 +6.510103959088411 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.7477881331024494 +3.7496877717273334 +3.9009711346457707 +3.7541409259247143 +3.754177479693672 +4.930343236482722 +4.930184842285646 +2.511654423525089 +2.253921130322741 +2.2727057168185025 +2.2932760920683535 +2.29132585488328 +2.265833984708579 +2.218568759058721 +2.4401360644720262 +2.4207517395148903 +5.101725871320223 +4.983948369910568 +5.099834886966568 +5.01692832117025 +4.9820444493038565 +5.108125188641406 +5.02782163948563 +3.817651781084813 +3.9361262866084488 +3.8693354082812528 +3.8251335694364137 +3.943771245924597 +3.872630585389388 +5.054121639154872 +5.1269782980855085 +2.4342051832676868 +2.30037626609838 +2.3160791322871876 +2.2734177771054873 +2.2989508236924485 +2.3698384521679094 +2.2854493371987115 +2.3694155818769724 +2.414297690025511 +5.10062386650284 +5.0219648748635795 +4.987565276450765 +5.0976558310620534 +5.037025432367344 +5.04061630688282 +4.949269319830754 +5.194373821059793 +5.332087440046922 +5.212510628991525 +5.31515060300484 +5.205867318000682 +5.675448572732277 +7.7186118207149015 +8.794198995793362 +11.273220570614436 +10.986257570998578 +10.714840712306406 +10.511643630637048 +9.7236948771048 +10.396831484973504 +10.360105246079224 +10.48486932594118 +10.926239493954608 +9.434870582266722 +6.807799197609469 +5.982367101918772 +5.471040111581867 +5.522386954897203 +5.0688948878981055 +4.932660711113904 +5.127529194805149 +5.133271882153288 +5.2957405622016935 +5.209558068367623 +5.176258695383557 +5.665832645813963 +7.718607828556312 +8.793843546665745 +10.959873809523936 +10.484157196585793 +10.328847102112313 +10.261889172353607 +9.434132637773127 +10.23237636690024 +10.233967862695502 +10.283993766452355 +10.766078999600671 +9.15703690233894 +6.532909286211671 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.109673213315445 +5.618066233135965 +7.283881678121627 +8.552385157179643 +10.894861018642175 +10.648612426616497 +10.418871087219951 +10.340945561014639 +9.529977451485596 +10.30217665919671 +10.333912930091527 +10.28481997789074 +10.656236363258158 +9.018467890006848 +6.352777504560441 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +5.113855182058093 +5.271126510066959 +5.12087619340909 +5.282120773744167 +5.648641316475743 +7.562249000294054 +8.787509466979731 +11.018540431712003 +10.555615765293869 +10.487106645709158 +10.503222019115567 +9.58885618380493 +10.358422795554949 +10.355159221754295 +10.464658592645847 +10.605621816707735 +9.230746225209751 +6.649563693464698 +5.982367101918772 +5.421909835399887 +5.521016444596272 +5.06576140839865 +4.923301597576458 +5.264600271902148 +5.117055548060484 +5.117147767181741 +5.123227029068402 +5.282533430488064 +5.531619989867725 +7.57751864294485 +8.76711461587296 +10.996104327755441 +10.473658127969268 +10.326468690943106 +10.27683607594348 +9.440400272094713 +10.232370933705404 +10.240175384750623 +10.239869176034553 +10.732307141450733 +9.137644689648921 +6.495774892954477 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.895537918397621 +3.748577424546001 +4.919550718279541 +5.069674779583089 +2.3339205464813713 +2.0943489024676154 +2.2430836787172583 +2.205293232431281 +2.354935087586751 +2.0600828446136767 +2.3532003575890212 +2.118671202262714 +2.504115120522461 +4.922281834540055 +5.073660859923431 +4.92423106556933 +4.9218921679063445 +5.074590860723977 +5.078558518749108 +4.978158162057517 +3.8076407330807105 +3.9092349610883774 +3.80783555719977 +3.8085904902062553 +3.911535878895576 +3.7587116655793644 +5.079733792661315 +5.0867911177742275 +2.311279572544119 +2.272592960653227 +2.2198633438374102 +2.206313439874426 +2.252665307894613 +2.2280661799376644 +2.2272446382006135 +2.255456540457361 +2.2909741211089547 +4.955447656581399 +4.978749309943228 +4.926899693934698 +5.086640257418229 +4.97472277784463 +4.9287699279398725 +5.08509334566023 +5.12179251038658 +5.271578286755231 +5.123671794907827 +5.273525306090651 +5.169289183276662 +5.4837992673111735 +7.518222527162273 +8.770684380687497 +10.869569395431032 +10.554080884966613 +10.295631809163435 +10.270992733433463 +9.42656231855455 +10.190713570229214 +10.148989631864191 +10.520648820119508 +10.693894433464914 +9.095436853744642 +6.461760741992599 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.200654964851969 +8.254311607174502 +10.743457465965196 +10.322914859816342 +10.206613816021354 +10.155642155844674 +9.436646479083521 +10.28855606297676 +10.330601116164374 +10.484461981026456 +10.610282779403372 +9.032105796000314 +6.314726170598089 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.241598736652631 +8.448065056844156 +10.80610787053381 +10.379299147865389 +10.250378085581554 +10.194981114529558 +9.353694720236883 +10.224430806785254 +10.359256444487055 +10.509165466265902 +10.648657272293597 +9.074304689327588 +6.327858803869135 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.351020558983263 +8.55878697673111 +10.792323040477303 +10.602143832234047 +10.254232595221088 +10.20080285245007 +9.371389534908975 +10.173371742473805 +10.179342634829885 +10.336731791774726 +10.719550538995543 +9.111316204957316 +6.4861819921714465 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.620305852447439 +7.429359144064385 +8.64405886623984 +10.652548343453574 +10.432705006649504 +10.320438384294528 +10.24015390237653 +9.41722613054929 +10.21258939260932 +10.193812682068573 +10.450896629847295 +10.491151463903236 +9.119947020647253 +6.4685420377603355 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.748013217623444 +3.599688742468066 +3.751710413166299 +3.9063996046814045 +3.909282484060348 +4.9301225300600295 +5.087256068890615 +2.2727153270877647 +2.2732782519239594 +2.2205215812688746 +2.2606331599542897 +2.352682140770252 +2.210661068086481 +2.2872190594289106 +2.288135561363541 +2.3998506736312644 +4.926036443375987 +5.085536599053446 +4.933352893711093 +5.0835821034892295 +4.934681350800095 +5.085137670481308 +4.981527899172895 +3.9228276057192333 +3.806659034943127 +3.919873861627762 +3.765271582103187 +3.914784430352824 +3.814813572192253 +5.094277933014825 +4.983244261256065 +2.4625467403206196 +2.25451080670344 +2.378478741206316 +2.3612424655757094 +2.2622906328185093 +2.2653216380982264 +2.3652314023878787 +2.2333480944383957 +2.482379450971295 +4.931720296254839 +5.087254278634163 +4.936677464350744 +5.0880027927217695 +4.939456419226781 +5.090989900194031 +4.987329829664681 +5.283578765008166 +5.127014774447534 +5.276499128055377 +5.17979328538556 +5.291160669457385 +5.543097733938899 +7.712957524935423 +8.791282950005742 +11.049793120668106 +10.677888072295248 +10.511982461402459 +10.400942262813386 +9.572743031078451 +10.369907710856026 +10.441147238716082 +10.385203192408348 +10.872674044116176 +9.370820702453406 +6.823131213749805 +5.982367101918772 +5.471154207365059 +5.522418889491098 +5.069913528360751 +4.9359832890272095 +5.136459501019494 +5.311440191967758 +5.214723707862388 +5.222604150917991 +5.310390397757818 +5.5567770225899755 +7.673741041076993 +8.795441764044858 +11.083803139209344 +10.545288949469455 +10.360601014668802 +10.325890615763576 +9.482755224073896 +10.268594532420943 +10.265953797637092 +10.385257850086505 +10.583838258853584 +9.211082051891239 +6.623076234099621 +5.982367101918772 +5.421909835399887 +5.520238368143155 +5.066381695484807 +4.972494044177678 +5.164722030461994 +5.166730373487347 +5.272467590980184 +5.122166183447382 +5.280085422766808 +5.535294469268711 +7.592271433432458 +8.779397613839969 +10.8516675938914 +10.585102410610036 +10.39038692526977 +10.306471727313202 +9.477918687638933 +10.26106963983602 +10.267415857603458 +10.352281420691344 +10.631984111983234 +9.183541378122145 +6.579912832888927 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.921008526172058 +5.263483805776717 +5.167672761867843 +5.198253531189779 +5.2024970758701015 +5.206846865326056 +5.525090553684369 +7.650901847891984 +8.777959204137016 +10.943042816333532 +10.604351933795053 +10.374036313568224 +10.297552623030487 +9.595735929430765 +10.308087805969803 +10.299692497884926 +10.380033523932415 +10.764662315464552 +9.207961493415322 +6.6255791412196 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +5.2573463234280045 +5.1120367005302265 +5.111650833494167 +5.265149963789948 +5.2683900456083395 +5.479457815260169 +7.458370377262002 +8.741415008752051 +10.829330571729413 +10.4351741958096 +10.261609203283353 +10.247939385781363 +9.413350650678174 +10.239357613300175 +10.215251983628253 +10.281169735400022 +10.58722873958815 +9.158370411610901 +6.53200420917594 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.7485054562613307 +3.749667524692996 +3.907299158424139 +3.911594516478118 +3.799954208814504 +3.7608593857072843 +5.110490396236312 +4.9933609083449015 +2.4330472212683723 +2.3068961704790603 +2.224769058551189 +2.362184193362402 +2.244277829604686 +2.269458780686296 +2.2725046762466334 +2.386299846288474 +2.392098838280571 +5.097703352148562 +4.984286940814141 +5.105659853332886 +5.016714261030993 +4.989914140328323 +5.108213082664821 +5.039991673497609 +3.86639893476925 +3.9529670937523296 +3.8611498984308064 +3.8676285460363764 +3.9536778688228873 +3.8341182057004985 +5.117132896906124 +5.022034513515638 +2.4603786126505884 +2.3702555069908677 +2.272672890240196 +2.296767313664342 +2.371065156516763 +2.3096362922012896 +2.3754711037769587 +2.3180029058941294 +2.4991223011324495 +5.027560559475257 +4.990913238988454 +5.107485122169786 +5.015593733944034 +5.129352326575611 +5.030292293453643 +5.1239610733541845 +5.248043643957176 +5.24257672164617 +5.315089987469759 +5.204949360893682 +5.319130724110143 +5.611096464295856 +7.718623524302351 +8.79497381828762 +11.201335931261156 +10.717609756971603 +10.547659500571903 +10.47278750178292 +9.611324951218519 +10.309489979015064 +10.2980859940347 +10.34645745210354 +10.553253697897695 +9.296239413955274 +6.719282172675362 +5.982367101918772 +5.421909835399887 +5.521588610607914 +5.067509086405236 +4.929038470656348 +5.123049299730995 +5.126972305181711 +5.294278591970868 +5.1814098961765 +5.289649696548562 +5.566658328578899 +7.691974528021053 +8.786663728360681 +11.155751579755583 +10.582444937258463 +10.335109244513704 +10.32792354921453 +9.537925165741282 +10.292070640828424 +10.308980656991594 +10.325251313647152 +10.623784507727805 +9.304063972554463 +6.757527000852831 +5.982367101918772 +5.47117217681559 +5.521833873040373 +5.067019350007486 +5.073250727800436 +5.063246498680599 +5.111714112151046 +5.259227837232856 +5.110633886325495 +4.961749281410378 +5.471667265792432 +7.300918048421489 +8.612311445974516 +10.922938150156982 +10.630224812767036 +10.409858581238892 +10.286379799218198 +9.458684325605796 +10.174155869412562 +10.158785939837808 +10.465245098793728 +10.762181872953919 +9.113968034770283 +6.469059407593964 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.4153218449794 +8.590875463157229 +10.634679002484505 +10.344448920836312 +10.277200958015188 +10.208264455660201 +9.398708494356754 +10.18859818040659 +10.188644099503527 +10.223243007953839 +10.499349226993868 +9.141171488168263 +6.487689914744589 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +5.111022227892392 +5.111484038234431 +5.268534400774415 +5.631973809766965 +7.474042516275015 +8.683376481135088 +10.858916265860048 +10.362372124473698 +10.283132123552368 +10.27491019187987 +9.411594211451021 +10.221690399498126 +10.200535536742661 +10.302313637011975 +10.65854837904188 +9.137867296055234 +6.478541745154973 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.897817574915411 +3.804114277458937 +3.8077758207387906 +3.9122621400718667 +3.7610081826353334 +5.093544064342659 +4.980081336238315 +2.4289357334131 +2.248481285665436 +2.2108028078954263 +2.355200982666743 +2.2070167129499123 +2.3613941857343423 +2.25928972087212 +2.263112161644177 +2.3108289942698974 +5.095136271622624 +5.015586849811428 +4.982343180044566 +5.104746273242767 +5.034495888650259 +5.03769569519091 +4.947600399371801 +3.8384523887415654 +3.9545624156527155 +3.9126141446094347 +3.8877688460516246 +3.973411794479384 +3.8575357498308214 +5.1393265676437725 +5.0379561615648845 +2.4344609559412373 +2.3072889754074946 +2.298177313113769 +2.2917339977353586 +2.2602184939860233 +2.357282773785988 +2.2557064235902446 +2.2856104559931767 +2.455575984145857 +5.001945338523338 +5.118010043541664 +5.028264977508361 +5.14835886195317 +5.080415757603277 +5.1744063885378075 +5.129703148089995 +5.2384121761195495 +5.36578916274561 +5.307699778195872 +5.37336184112603 +5.344874861112922 +5.606400641873828 +7.71952639245206 +8.79905347248928 +11.440730734144728 +11.1125025828274 +10.887613960442849 +10.838702254796004 +9.985773135220184 +10.712191046459917 +10.507025427221077 +10.518326099619925 +10.762003472294552 +9.613467231125702 +7.026485846085078 +6.08729628466932 +5.592607391648043 +5.677348959708848 +5.1856144961889665 +5.039605758616651 +5.137286044227683 +5.206217611268645 +5.352724230158516 +5.271115833689834 +5.360713064632114 +5.64098589569624 +7.7186360539331 +6.234987186808503 +11.095838067718127 +10.805077145157739 +10.689894599037617 +10.460756504014286 +9.569588881225334 +10.26937467680455 +10.255661268664609 +10.313617811946644 +10.751037828843335 +9.318458665092622 +6.771029027374389 +5.982367101918772 +5.521414179904349 +5.522778115431229 +5.069000214067133 +4.933446079467717 +5.130002351495512 +5.13642924658965 +5.298163655025909 +5.203577631395488 +5.169945195611686 +5.660700736821354 +7.7067590681331675 +6.228045917477933 +10.701975306070723 +10.44960143405106 +10.320195075658907 +10.256253708209028 +9.464411880139538 +10.233577848510519 +10.23762091435888 +10.259187628121337 +10.430383084323097 +6.607942390046904 +6.559476482702743 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.017097107925924 +4.922688145499277 +5.120695031388333 +5.125772282798353 +5.290135435494934 +5.17211450946595 +5.283210401816543 +5.5337618235342685 +7.597322445509165 +6.201125156531773 +10.63374127018292 +10.382855640999061 +10.285921137245285 +10.267701270910237 +9.446435808675242 +10.20005019954154 +10.22208823601635 +10.220119057641043 +10.32918318609974 +6.607276019336454 +6.609282333585223 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.920966501353439 +5.110726897348342 +5.266654817233436 +5.119171079225156 +5.120303771248334 +5.287172434600534 +5.535804796789628 +7.637336721951113 +6.165699915523556 +10.493093654601687 +10.31145438523186 +10.260168807483959 +10.23901294994761 +9.37001277657824 +10.187490117710112 +10.167828667596071 +10.31430486762841 +10.526475983200083 +6.6018608808241215 +6.5068595575528265 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.919592410736295 +3.749730403170968 +3.7554684794510513 +3.90936061055994 +3.913716499032336 +3.8023126772001397 +3.9231900913363447 +4.988066655150646 +2.537204348341935 +2.302619087685232 +2.379499005251887 +2.1880980697562205 +2.351729207819779 +2.255271395961499 +2.1990754976427405 +2.263832730254922 +2.206333007467073 +2.237597309458132 +2.3618317131565014 +5.081136158640524 +4.929207518889729 +5.082191153198346 +4.932051836662414 +5.084182105818879 +4.93371891130405 +3.9122629531542685 +3.809940313461227 +3.760935936415432 +3.922489716827812 +3.8467808057290744 +3.8433549536856098 +5.014050371329718 +2.423928661369693 +2.410998569971014 +2.229223347893785 +2.3667870835455296 +2.21422166768774 +2.366391035793887 +2.2146424632838464 +2.3721662017743315 +2.2727695377006385 +2.4482177782980497 +2.4709137472197016 +5.0423881674930175 +5.131216082487704 +5.014094440651252 +5.121453350520176 +5.02089081233878 +5.1259350931516705 +5.267537617507241 +5.255944375060159 +5.332774007696878 +5.278490198510018 +5.348557935607006 +5.646783332907596 +7.71863646066972 +6.230534415980665 +11.30992972175219 +10.970484690013773 +10.708689375645978 +10.536894580119204 +9.684656307950155 +10.437940357252005 +10.373104582036397 +10.351182966868848 +10.731845140069703 +6.855076606212978 +6.796030282290062 +5.982367101918772 +5.471176193199496 +5.522102725659096 +5.069350691542019 +4.932122664923712 +5.126884291684416 +5.132380043120547 +5.30179720954885 +5.211197254141983 +5.173782629391885 +5.660169349470322 +7.705425568861075 +6.227193912394988 +10.873964167148552 +10.40348200448273 +10.280157887368714 +10.266791389041018 +9.419157864277011 +10.192228534594106 +10.169646363627757 +10.155289050384004 +10.25006096513054 +6.485484945382605 +6.451542469968839 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.236734966843102 +5.881797594033965 +10.564084379027257 +10.334953332964012 +10.258747878156466 +10.27064371776694 +9.38143579799639 +10.17367092912097 +10.18066749976988 +10.18481706013652 +10.298631498131007 +6.546934452022247 +6.484184614821719 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.110227928020792 +5.111025261535105 +5.625092538686484 +7.517986679039135 +6.149902985846671 +10.568584732185272 +10.319570326374272 +10.286269900829295 +10.238477908078119 +9.389705593166692 +10.189325282915418 +10.200831670420927 +10.235803885305243 +10.523086384714697 +6.592664021862565 +6.521008910555937 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.257985725937105 +5.4718342653190435 +7.320820841714227 +6.047507258305624 +10.452168231273225 +10.312768337977163 +10.344940137281696 +10.16772116653844 +9.354109441842839 +10.148882078594774 +10.140672332489421 +10.21287917238799 +10.263238225449276 +6.5246590017974935 +6.425578910403553 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.897975369031536 +4.921906979475395 +2.508530600639314 +2.271525075337514 +2.3800758933551545 +2.2074855272520195 +2.180743827725565 +2.117798744906916 +2.052340569680822 +2.053739351366929 +2.2027822220492053 +2.252527091849819 +2.33132430914646 +4.974671285764067 +4.922714210146327 +4.9267920725229795 +5.076336359911582 +5.079271132698856 +4.9286041931727915 +3.9090243094960235 +3.8016054209583365 +3.758215474663189 +3.92117112923775 +3.8129739652496606 +3.761472077897302 +5.0946550452612005 +2.393668803046665 +2.2428928245223627 +2.2664487745346893 +2.3559973717794245 +2.3560795220226294 +2.2192780147428417 +2.3580394118859727 +2.056536917859022 +2.4066290970116775 +2.373190677522043 +2.4114664317846493 +5.077621625187012 +4.976765204461465 +4.9777156591966705 +5.0795665706762065 +4.978110999193555 +4.924148100284039 +5.2627891427416245 +5.270871182403866 +5.12026170561163 +5.274017809438991 +5.2834036855220985 +5.484669166807722 +7.3702807828016415 +6.201588009911491 +10.805594934722418 +10.469431830814225 +10.314115664549442 +10.274507453067946 +9.446553639029924 +10.176151603875565 +10.17235119052459 +10.184031180784201 +10.303215276487114 +6.621483893382796 +6.6333366374053835 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.921169978960671 +5.168588544489996 +5.276214723614515 +5.1691200078576065 +5.287751941514262 +5.1965012549314435 +5.57997524406686 +7.661888677395318 +6.143299764991426 +10.894335648364345 +10.477092273101153 +10.358317189239987 +10.311082172548634 +9.504064402224232 +10.29077800696253 +10.303711870667456 +10.382266092986669 +10.518742268712357 +6.728648878808997 +6.808927457045338 +5.982367101918772 +5.421909835399887 +5.521342909795083 +5.122899867200532 +4.929691507068721 +5.273890863764279 +5.1880712417308015 +5.202940326726871 +5.205759313890147 +5.204198454094348 +5.569198031340788 +7.630249108743503 +6.199159926245598 +10.700243818325157 +10.314038590771089 +10.242900482592674 +10.22759705303426 +9.375090233668761 +10.125100972981752 +10.105090386973426 +10.107604647603843 +10.249746761100761 +6.382413042201641 +6.3052745705010045 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.248637071825392 +5.906503340601016 +10.735555920774466 +10.41279801702889 +10.215252542736254 +10.177244685322789 +9.36172370507174 +10.156576262023647 +10.15868539979057 +10.175458144798679 +10.528903393260883 +6.546918585244336 +6.461000747471373 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +5.110105470690461 +5.111346232120925 +5.265188546529903 +5.269758852163198 +5.53025316263405 +7.4634114082334095 +6.021297385994746 +10.557438508298041 +10.31775618748439 +10.280925814997403 +10.282479393425877 +9.425499451776636 +10.237054126940292 +10.194297273045358 +10.203831373751008 +10.282432481493498 +6.5253887408459414 +6.557568335774134 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.7495424782296776 +3.9032337133858444 +3.756475954483444 +3.913965395873787 +3.9198707498866936 +3.827786330194889 +4.97405330886746 +2.4961693641465845 +2.391257113396221 +2.2179099746433737 +2.359128951246876 +2.2602780574603436 +2.260249079701446 +2.2080769258769406 +2.3682594818066622 +2.213832695912843 +2.384362704140494 +2.391106173663169 +5.100738294273933 +4.993440945122465 +5.106443576197551 +5.019895134658442 +4.988539174473438 +5.108496624490155 +3.8601628718119945 +3.823328285932637 +3.9355433543768026 +3.863952137547856 +3.8708526941213024 +3.952861357428816 +5.0394032192936065 +2.3404140131842346 +2.3956153568628156 +2.2853697362763308 +2.372536762813004 +2.2112705467909968 +2.3607715889764807 +2.361964647237384 +2.2631169321639044 +2.262954821180105 +2.3960627181197283 +2.342260552444703 +5.094331701570065 +4.9917647102628075 +5.1014392575547935 +4.983841097564659 +5.097992883293004 +4.982011641374341 +5.282428139083218 +5.125463373582392 +5.275948172429403 +5.1295000113014675 +5.281055001352881 +5.538260626520756 +7.712698065712536 +6.150403843637323 +10.853952989967132 +10.611237484505502 +10.45258156132821 +10.352608204895207 +9.545617208510441 +10.251938732720388 +10.223243038561769 +10.234036444410817 +10.33725779944831 +6.550077927841024 +6.614215269917943 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +5.261205615115767 +5.1138326266201135 +5.174499512063814 +5.278283050706898 +5.485268743530086 +7.569189330419686 +6.095949047063019 +10.48756628061957 +10.396758790833738 +10.27773555928841 +10.289244694528264 +9.464752764604029 +10.234209441412926 +10.165591824766688 +10.193821230228764 +10.283057612980274 +6.438274193077175 +6.4057425748833765 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +5.110356007237687 +5.110871274150752 +5.115761666265953 +5.1190565424823875 +5.483413503135766 +7.602972499996568 +6.073160219588747 +10.444522290088685 +10.344966234195256 +10.284293767230363 +10.313676028180053 +9.481045464529185 +10.266200681289881 +10.188520366232202 +10.214316739007861 +10.2249898403579 +6.481523612271816 +6.46745953540309 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +5.109858144099621 +5.111275207704975 +5.26138587831028 +5.424448537757404 +7.466029705564156 +5.830455859092087 +10.392577864608667 +10.260767650009422 +10.211108547743923 +10.188832879040357 +9.353762639167206 +10.128808149500392 +10.128169129688262 +10.132542654905311 +10.198623573917105 +6.376080595704056 +6.304009005333513 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.4713295542179585 +7.347532274172836 +5.908792495896068 +10.361431717878268 +10.28393311678208 +10.266535040861452 +10.214388015385175 +9.38669898687727 +10.17046509139497 +10.182542646580494 +10.195214297549944 +10.25644044376069 +6.514781014415191 +6.518774059844122 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.919098714177976 +3.748468259482522 +3.901109653449568 +3.75424872866734 +3.909302862869186 +3.913332316744031 +3.802677523666475 +5.0912374252460335 +2.3600255273533004 +2.296507474515392 +2.305781748201973 +2.2597123563676695 +2.255226913545483 +2.354581490320414 +2.153277250140136 +2.2548822427203716 +2.2838173387627996 +2.3019915863257294 +2.4418669031880857 +5.011797670450158 +5.015339549036051 +5.016291704003963 +5.018004885233564 +4.9737687021031025 +5.09027922784745 +3.9450910120405465 +3.853189310384665 +3.8142147457309545 +3.9336904147650875 +3.8554298783878242 +3.865831507990163 +5.1223077511468516 +2.3667890426377816 +2.2883129366911232 +2.290100495455181 +2.253592214098251 +2.293701890215302 +2.257773246973648 +2.204447200536955 +2.2067820987721802 +2.242054842159433 +2.300993683273358 +2.400811731711163 +4.971148022983729 +5.002877309901702 +5.106860440709813 +5.018270526712279 +5.024760241510144 +4.942782021320195 +5.189563050999992 +5.308629512637013 +5.224782516622051 +5.229734739327147 +5.315305348824658 +5.550206279184029 +7.6571422976850165 +6.0662139747575 +10.68794702935722 +10.608639731631303 +10.459960515252716 +10.391948639721981 +9.529502457015296 +10.26148652515012 +10.290774065505252 +10.311013811910255 +10.472795854890178 +6.556834392967174 +6.658007094935181 +5.982367101918772 +5.421909835399887 +5.520589976785157 +5.067176342317911 +4.975439828669026 +5.118234970637226 +5.117533499783792 +5.128021529341204 +5.2919409316436985 +5.2012944573975695 +5.529429901547339 +7.613997450583241 +6.0632663030164355 +10.520711916523771 +10.421080638356372 +10.299691821544444 +10.290320364833061 +9.433741645563012 +10.22986601740906 +10.223689584065049 +10.236453260338536 +10.357711755119892 +6.443119289730738 +6.4804562298725905 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.01553429935432 +4.92050837125388 +5.110562684429324 +5.114455962138955 +5.265570506455601 +5.1197823811140575 +5.118999874931594 +5.644824902062352 +7.588436553239485 +5.996700417352603 +10.412929875128855 +10.31570805706444 +10.25011275792762 +10.258420024772615 +9.375122098642908 +10.15355906234419 +10.09394138525454 +10.145160740404092 +10.179647744510866 +6.30366451081991 +6.332820641891346 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.16333158523067 +5.71194128313455 +10.354194649789184 +10.332740875291144 +10.155211539996307 +10.124405280871025 +9.325271855892419 +10.14415650709803 +10.120111592331572 +10.14044978763536 +10.164270253599518 +6.440563447170132 +6.261319994144974 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.174854355079902 +5.612617599254804 +10.436396556315515 +10.308361464529579 +10.138116770183625 +10.122223583183475 +9.296236641045423 +10.081386941864137 +10.105213938567523 +10.116285826124278 +10.220212463465247 +6.432126973077301 +6.237516260769111 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1840916513045774 +2.0986431917570947 +2.0808592399896213 +2.0537393544868086 +2.0537393544868086 +2.0537393544868086 +2.051592209418261 +2.056536917859022 +2.062229990394547 +2.1072094443443494 +2.1799166032363386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.4650228849801707 +2.079460458303514 +2.0537393544868086 +2.0537393544868086 +2.057285279681523 +2.048794644486107 +2.0537393529268684 +2.050193426172214 +2.0529909911043673 +2.0679986780496487 +2.1300137355078386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.158513791131726 +8.318742153268753 +10.604067359082944 +10.283546849800933 +10.189843793496538 +10.11234593444933 +9.297753687660515 +10.096590173564392 +10.072394084805188 +10.07039047278194 +10.088855443945947 +6.051910323535581 +3.5218865505104757 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.883831482277213 +8.007418327459481 +10.251859758287058 +10.173641735399622 +10.166857118680507 +10.225418890729584 +9.550381593375498 +10.447707920808506 +10.426068808886628 +10.243830638015188 +10.202502645109522 +6.215870938589254 +3.2787424010940507 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.782844990803156 +7.9215240891435945 +10.30093841878562 +10.20845120716062 +10.2307096887134 +10.200471076567768 +9.43642823569757 +10.42564673592526 +10.60189172588302 +10.377566830115004 +10.290012428923372 +6.143792760831795 +3.2787424010940507 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.669119013327109 +7.894170553147081 +10.423230630115752 +10.152053072313182 +10.065130816305782 +10.13478759137778 +9.257410295812068 +10.049813178954194 +10.131152821063486 +10.161888552450792 +10.084086641364662 +5.997580797213379 +3.489238653313968 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.764180850212014 +5.373529839067434 +10.554921045247987 +10.257925702624423 +10.149256369550306 +10.071858743115369 +9.263766495898981 +10.075364796718683 +10.07351630594573 +10.118881905233764 +10.101551692442001 +6.026072723030914 +3.502963972800778 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.0986431917570947 +2.077313312522643 +2.065851544216498 +2.0537393544868086 +2.0537393544868086 +2.0523405712407623 +2.050193426172214 +2.050193426172214 +2.056536917859022 +2.0658515322687783 +2.1300137355078386 +4.771186750531042 +4.918972309123608 +5.066829521723325 +4.919787391606565 +4.91954894386603 +3.8968183281110718 +3.899067360180674 +3.7497781295851578 +3.900300118701631 +3.802333205603385 +3.804204717349752 +5.076301745887273 +2.411515431517442 +2.249954751602256 +2.4083045867045723 +2.3798022302994157 +2.221216908330539 +2.355256797145465 +2.055138136172915 +2.351073533885426 +2.056536917859022 +2.3546359883015944 +2.257597055781934 +2.4329225855926913 +4.92714891168059 +5.081135993629604 +5.086167849141747 +4.932373471188039 +5.08551804812423 +5.280274865277201 +5.124124705845951 +5.274665255191177 +5.282455377910598 +5.127513187787872 +5.640142723264113 +7.698784805506504 +6.209622099748194 +10.918101050363106 +10.593584128125237 +10.321659081647963 +10.2781311977891 +9.43194426304601 +10.183917376446667 +10.162259977573909 +10.149134511176063 +10.151999858519693 +6.132707044074783 +3.6603463387896578 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.26114058700409 +5.474925895608089 +7.384257268204611 +6.111452913914667 +10.536499877652092 +10.361545828388998 +10.318843297469485 +10.18590875148698 +9.394223046818016 +10.191687396423205 +10.169794400882761 +10.105695189473716 +10.109352828896306 +6.106396694807079 +3.561679287095828 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.1014647593825115 +5.550223093279907 +10.315640464122929 +10.194523559498675 +10.142842801937642 +10.117994203737744 +9.280137610122503 +10.099153319527746 +10.097250981295424 +10.081549293240199 +10.081355612422508 +6.067222792991437 +3.4796668392644245 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.087888670745014 +5.552922238897039 +10.453194150349347 +10.244190818184947 +10.161975450333623 +10.1510852528587 +9.325044941020309 +10.125788191549507 +10.145576386258853 +10.109271385084167 +10.114715659955827 +6.1107629200036575 +3.595553044606285 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.257598592692508 +5.471668033107328 +7.323704497682474 +6.010513392639542 +10.453188474809686 +10.322906227059194 +10.280794551408974 +10.170315605569707 +9.323796035238338 +10.133991152939236 +10.142547723560165 +10.111416418737548 +10.117150362435833 +6.0910311358692635 +3.522325234615661 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.897822765503566 +3.751489335961031 +3.90569673463398 +4.9777067203344725 +2.392386927573336 +2.2411276295054545 +2.257472706062187 +2.2134774426942805 +2.2290195827393067 +2.263086705428542 +2.2017151637096375 +2.230904895734991 +2.211408247012597 +2.164029048984898 +2.2534404015093674 +2.2777345875863273 +4.972466790934096 +4.973631905395651 +4.973412672847643 +4.974286172836804 +5.075509785301585 +3.754497500052169 +3.9047364612894735 +3.907639216741975 +3.75660615316336 +3.754007374009547 +3.914962073077316 +4.932447453980252 +2.480290176001957 +2.3043143491751876 +2.219344746125807 +2.3701398877793247 +2.175426828591196 +2.2284104313554485 +2.2300562703578772 +2.201641959578987 +2.2020725793912668 +2.2033486732406184 +2.2196920741121207 +2.3067609019039557 +4.976057843019462 +4.925258978842583 +5.083143016855302 +4.978020257323317 +4.930401988558275 +5.280297639907884 +5.169517549914101 +5.1216872737520145 +5.280935918634787 +5.175092239634553 +5.484926500974397 +7.536655107365475 +6.162245169658419 +10.69434736325795 +10.507554310464798 +10.337684705849064 +10.256244236966575 +9.442050832150638 +10.1954082421079 +10.2147510128245 +10.197280758501854 +10.15817140951101 +6.156064040906662 +3.776525271821894 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.258992520971972 +5.112529365849987 +5.4717360355162965 +7.427117526671666 +6.069846789962922 +10.422353331338963 +10.307587698576581 +10.217932537179758 +10.116579393798803 +9.308098955300924 +10.102267298525897 +10.08607482828316 +10.088365893743186 +10.083311340165384 +6.055566439439129 +3.4729490455261147 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.286876971202211 +5.775138351565747 +10.378588705518107 +10.274364874568022 +10.163814764186345 +10.089144719708901 +9.269950687470045 +10.082475865705154 +10.078131959802137 +10.060676969087181 +10.096643730957389 +6.026408175894675 +3.52354926367024 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.087861505926843 +5.546592955689516 +10.57252340260563 +10.320738527866201 +10.192440167990773 +10.16515392220953 +9.304428949638373 +10.107396941154553 +10.107588556724764 +10.077115658303793 +10.10559776924061 +6.09331625703532 +3.5354369043846643 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.041195225493074 +5.575251389621598 +10.534451289782119 +10.162138731102905 +10.102483270144692 +10.147520038460533 +9.273733063642576 +10.067091041853582 +10.067690345551728 +10.066259402474698 +10.077882022574023 +6.015936393217607 +3.454950335533963 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.161287374416827 +2.0759145308365365 +2.0644527625303914 +2.063053979284345 +2.0537393544868086 +2.050193427732154 +2.050193427732154 +2.056536917859022 +2.056536917859022 +2.058684063639893 +2.058684063639893 +2.1300137355078386 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.0808592399896213 +2.0830063857704917 +2.0537393544868086 +2.0537393544868086 +2.0515922109782005 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.053739351366929 +2.0679986780496487 +2.1036635214776527 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.1099684527393165 +5.6200268139562 +7.341714062841126 +5.9081799738030085 +10.41606094535572 +10.303098929188897 +10.220587654676466 +10.093465200411988 +9.288057789348636 +10.068468266148347 +10.055840812715005 +10.055549944135217 +10.06124739419473 +6.031070526483023 +3.4976808694880863 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.030740872144994 +5.531067560533399 +10.251205483510537 +10.170423688248036 +10.165608778900442 +10.097287384242312 +9.309321531289562 +10.122139657639153 +10.134671471851924 +10.138798539923508 +10.137702538198369 +6.146229028382468 +3.5733508610486684 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.25674282262037 +5.749371929534348 +10.366483079590697 +10.237603237373456 +10.144317803561869 +10.127672722154072 +9.311748071635202 +10.13226593127928 +10.10191185716842 +10.078867422506182 +10.088175246603871 +6.048707750446579 +3.458420659866392 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.136455624951384 +5.539180632553987 +10.273415749862412 +10.203699996378669 +10.126212648505778 +10.117060027737999 +9.362637929751275 +10.193214157457088 +10.142390150215196 +10.108410808947145 +10.05709466344082 +5.98777506765201 +3.277488342113597 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.931898146161399 +5.334554000116877 +10.180484837981275 +10.120011641132777 +10.08575087872296 +10.100153738922902 +9.311206638698463 +10.171138263107276 +10.163663543840661 +10.121020083631173 +10.110522437540345 +6.0734995797829905 +3.352300634642497 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.133538374100253 +2.0894041933145315 +2.073767387327928 +2.0537393544868086 +2.0515922109782005 +2.0537393544868086 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.0679986780496487 +2.058684063639893 +2.147797701551051 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.133538374100253 +2.0759145308365365 +2.0644527625303914 +2.0537393544868086 +2.0515922109782005 +2.0537393544868086 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.0515922078583206 +2.0543897743504136 +2.1036635214776527 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.038655356722547 +5.627764826425742 +10.239398022905537 +10.153380831648866 +10.097028972539768 +10.096545871513214 +9.285724107832392 +10.092584112228012 +10.106865731148256 +10.115608932450062 +10.1285677338251 +6.121521392336235 +3.5801399132336504 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.173216788374699 +5.626093464198133 +10.315215793334037 +10.184572923292311 +10.12393675216694 +10.097975293393247 +9.274749727259891 +10.078944256704869 +10.073402889531087 +10.068288466417934 +10.095077280310568 +6.032456306948573 +3.375501684634478 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.065731849016168 +5.553097578448311 +10.507526722076832 +10.21697853940764 +10.091753338710056 +10.089358753974778 +9.279436821229949 +10.085987248151426 +10.090313875535635 +10.091240910405915 +10.108060212514133 +6.089701639115273 +3.442695337254238 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.166038319576503 +5.5212174963506415 +10.269429244879163 +10.213831954821773 +10.150101330049099 +10.091233764045286 +9.289482566066422 +10.076386505291563 +10.071062312083505 +10.072121878780917 +10.07332014405295 +6.003393729634473 +3.3378248208020365 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.119052392772008 +5.544598110529015 +10.591748648737724 +10.30138600519112 +10.139096439838397 +10.18353151808623 +9.2975368815026 +10.122962120509087 +10.093175052338294 +10.108611590710055 +10.112776146728997 +6.051836816626869 +3.4578167589953717 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.170601988826583 +2.0759145308365365 +2.0759145308365365 +2.0644527625303914 +2.0515922109782005 +2.0537393544868086 +2.0515922109782005 +2.051592209418261 +2.051592209418261 +2.062229990394547 +2.084405157068818 +2.13216088128871 +2.206895942468067 +4.771186750531042 +4.771186750531042 +5.066143683696024 +4.91979949971499 +3.896579663920952 +3.800964026916511 +3.8059073002760933 +3.909056565184891 +3.7591395249728627 +3.9138950063822695 +4.932059519731806 +2.4252508372203896 +2.235315033580286 +2.3719249820090935 +2.2037134283126387 +2.204343263162527 +2.3503792000858477 +2.2012975575074964 +2.123798650210611 +2.050193426172214 +2.0515922078583206 +2.130166979603959 +2.229161926067011 +2.376158909300551 +4.9209862316492865 +5.074338252066641 +5.078029157828232 +4.927635030990174 +5.267751111334687 +5.272052261614414 +5.119903291959654 +5.270696599599807 +5.274018988274486 +5.481758474410387 +7.471974190237578 +5.94988114587217 +10.530870208003833 +10.354638236067636 +10.266272506569438 +10.211084422088582 +9.354985573852506 +10.116094042972863 +10.088740023105766 +10.077571965635634 +10.0805525103291 +6.035941737565512 +3.4615096791011064 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.187389931741884 +5.632915805028424 +10.302907659659557 +10.175813520053794 +10.11313604336357 +10.109957706752233 +9.279307769804433 +10.090238937323058 +10.05888085578768 +10.052996979281108 +10.076063856086915 +5.987751674822949 +3.353168089290818 +3.2956233393800027 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.1220687901116255 +5.392405809827162 +10.221644056121118 +10.180328798754756 +10.113559393458337 +10.110648151969777 +9.33996270465764 +10.144077779154859 +10.15491836652565 +10.106954391421827 +10.159678944083698 +6.028451560169738 +3.344004549359336 +3.2956233393800027 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.8316416659657 +5.212688381518869 +10.164568916413476 +10.105223132893036 +10.058048765814158 +10.095102729088977 +9.27443177097646 +10.0499834332391 +10.05401168167378 +10.049654433893405 +10.117540905750397 +5.973245443073374 +3.1702435752235556 +3.340842904720107 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.40078501063369 +5.29967525825251 +10.173227551062393 +10.111765941003261 +10.104234351035698 +10.127360960573403 +9.33944541122383 +10.20346086076853 +10.141526957036323 +10.087342894287858 +10.097020743729248 +5.972613181636158 +3.1727785921690224 +3.3239619775983438 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1044118913599164 +2.0894041933145315 +2.072368604081882 +2.063053979284345 +2.063053979284345 +2.0644527609704517 +2.0537393529268684 +2.050193426172214 +2.052340569680822 +2.050193426172214 +2.056536920131285 +2.0658515345410406 +2.1300137520558398 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1044118913599164 +2.073767387327928 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.048794644486107 +2.050193426172214 +2.055138134612976 +2.0679986780496487 +2.206895942468067 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.600442972881618 +5.481912063174189 +10.28977281427747 +10.187247504451667 +10.13161530827653 +10.196396799645198 +9.45790947087096 +10.254274579151577 +10.220304963341329 +10.080184279976704 +10.131724604237759 +6.012646500104619 +3.343752641956845 +3.2956233393800027 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.317721819022144 +5.416185820845637 +10.290787975175322 +10.217614306972813 +10.161157159448386 +10.077975414127453 +9.283640693115066 +10.060966939099705 +10.052635544164417 +10.125031507706854 +10.065204824004205 +6.0264475067998955 +3.3548043282757094 +3.274851155388398 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.501966475647011 +5.367403161162697 +10.190237607327933 +10.118646022413774 +10.109190519114225 +10.060934290323917 +9.295553168340577 +10.137704962678164 +10.13404536906579 +10.066883722136462 +10.049654433893405 +5.986798593531643 +3.4321906392447716 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.380485062105579 +5.359903124116239 +10.12986759300641 +10.112150544627507 +10.069653631654942 +10.081674568657103 +9.24883236225806 +10.052294274152027 +10.057007209408823 +10.063095583058368 +10.068642414219449 +6.062985786842973 +3.551975019192769 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.326202727451675 +5.272124858368244 +10.141174828207538 +10.155675183852333 +10.132590868973173 +10.089459021607876 +9.273721711434884 +10.084189102921183 +10.081832237125749 +10.089928741322646 +10.09927839773066 +6.078593063463972 +3.454628997282143 +3.369181542938448 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.170601988826583 +2.0830063857704917 +2.0701458335059773 +2.065851544216498 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.051592209418261 +2.052990992664307 +2.0543897743504136 +2.071544607076566 +2.1799166032363386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.170601988826583 +2.0644527625303914 +2.0537393544868086 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.0543897743504136 +2.0658515345410406 +2.154965172452199 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.547116326281528 +5.470965965912009 +10.205471790983982 +10.114333652595363 +10.109854682299504 +10.10696931115271 +9.248505997990328 +10.050577620467987 +10.049654433893405 +10.049654433893405 +10.049654433893405 +6.003942845633797 +3.1663522995279023 +3.274851155388398 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.3665928101722065 +5.300291144880841 +10.130201800876748 +10.149393315530455 +10.06481337752481 +10.079497336412523 +9.274810134928986 +10.06477605760622 +10.084323650120567 +10.090001862328533 +10.098454949606756 +5.9989076420186604 +3.436240740020455 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.343273817835086 +5.237425614953837 +10.136092318024248 +10.147564242295136 +10.124014091318612 +10.052473635885969 +9.241393857447065 +10.05938301849164 +10.078810371731766 +10.069971648694981 +10.060535358914322 +5.995879346136082 +3.2663258981560777 +3.2554352084940845 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.321772269688687 +5.1679112814966714 +10.161743369168125 +10.107669131000318 +10.103733453058421 +10.057365771056178 +9.254121248901516 +10.115105224450653 +10.098928440503016 +10.064545571276975 +10.060887807737519 +5.973735077706359 +3.2374141114495996 +3.369181542938448 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.195229553492986 +5.220323760111834 +10.11428404103586 +10.094808185487986 +10.06418451508881 +10.092012826784003 +9.334126811140115 +10.168429404569343 +10.105135213150941 +10.057243930066116 +10.12014710459205 +5.973995169185537 +3.1663522995279023 +3.3239619775983438 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1598885927307196 +2.091551339095402 +2.0759145308365365 +2.063053979284345 +2.063053979284345 +2.0515922109782005 +2.050193427732154 +2.051592209418261 +2.050193426172214 +2.052340569680822 +2.0558864971478 +2.055138136885238 +2.0800895738295986 +2.117153200503649 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1598885927307196 +2.078061676617408 +2.073767387327928 +2.063053979284345 +2.0515922109782005 +2.0515922109782005 +2.0515922109782005 +2.051592209418261 +2.050193426172214 +2.050193426172214 +2.0558864971478 +2.0644527512949944 +2.0800895738295986 +2.117153200503649 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.4495941123932825 +5.410500317124683 +10.180607318284414 +10.12371532540711 +10.06275860795158 +10.057643754998784 +9.27095428044446 +10.10585585880049 +10.08100677780208 +10.049654433893405 +10.106908993305073 +5.971821747979449 +3.1663522995279023 +3.3239619775983438 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.273700056431522 +5.195218743205033 +10.179611801724397 +10.157317241326128 +10.080205555800772 +10.23844791417584 +9.293322864233293 +10.10236791476017 +10.102320768360089 +10.108717105345143 +10.124441849429626 +6.024970016107313 +3.196085814758989 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.19228339286406 +5.26641504661674 +10.192838926265091 +10.158059596142465 +10.140939225170731 +10.20482103164376 +9.43365979164263 +10.337451395228031 +10.283121595021026 +10.245341465062959 +10.191733947495294 +6.134849875336571 +3.282633680907734 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.262357349312904 +5.259921113588462 +10.294896017363012 +10.189995014638491 +10.14235245126058 +10.132101132929161 +9.31235583429825 +10.09851776268264 +10.098685577993283 +10.102191237121195 +10.155185917446879 +6.077284098520712 +3.532430673320727 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.284480663287796 +5.373641316912032 +10.278495558751628 +10.145856082646958 +10.121946616702683 +10.08070144144372 +9.323147055477582 +10.076402440487 +10.07560150893045 +10.05135536087637 +10.060191708516596 +6.009401195783303 +3.290912914898909 +3.2554352084940845 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1505739783209634 +2.078061676617408 +2.073767387327928 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.051592209418261 +2.0679986803219124 +2.1321608955644478 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1477976976630937 +2.079460458303514 +2.0644527625303914 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.051592209418261 +2.048794644486107 +2.050193426172214 +2.051592209418261 +2.0622299926668104 +2.0644527512949944 +2.0936005468053347 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.245460320743652 +5.125736960868003 +10.14322953763153 +10.091888126157357 +10.120632451365172 +10.13684959973857 +9.465289759446907 +10.250513916744088 +10.174207321700932 +10.18611127649491 +10.292403543148072 +6.0168560138854 +3.1882646681500098 +3.2554352084940845 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.200990079319381 +5.093291662197715 +10.143654267270248 +10.116953553694659 +10.101591359116119 +10.164473639650861 +9.414720810020919 +10.269392557764151 +10.235123077270874 +10.243070559876356 +10.176710845374847 +6.046818411153746 +3.196085814758989 +3.3109723449980453 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.0731632369498785 +5.217557657404346 +10.247493722771427 +10.198376123408625 +10.170160277377153 +10.082474814552024 +9.320552119169665 +10.125473486719331 +10.125541247974118 +10.125696883805368 +10.166323765008691 +6.056335157303034 +3.1933347048680285 +3.2127506517623425 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.195627761236679 +5.185952521006254 +10.188317515385169 +10.120529079241848 +10.115614266400316 +10.075540028862598 +9.24092189724383 +10.050023836401984 +10.068857246208415 +10.049654433893405 +10.06051879828916 +5.98720913561246 +3.3445880987162226 +3.352300634642497 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.257871328570261 +5.183664064239496 +10.158192748982716 +10.105171518154174 +10.11013138599302 +10.064774726174432 +9.289611215861887 +10.071795862972415 +10.072903823149034 +10.072906637965325 +10.129056111650621 +5.974139169961838 +3.1638172797553508 +3.340842904720107 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.161287374416827 +2.078061676617408 +2.0644527625303914 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.051592209418261 +2.056536920131285 +2.102915161215091 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.161287374416827 +2.078061676617408 +2.0644527625303914 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.0515922078583206 +2.0622299926668104 +2.1456505580424428 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.242682189962323 +5.200774236433513 +10.172177666838074 +10.138599291302139 +10.161406253302353 +10.118660848990793 +9.28744080887344 +10.147694323054516 +10.13224546889696 +10.102038758873222 +10.202680897923162 +6.114606492164792 +3.1638172797553508 +3.234663001558639 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.1653036413937405 +5.104699702880211 +10.151007855808231 +10.168149707060687 +10.172619856205086 +10.132074635256341 +9.334120121773335 +10.214202157344701 +10.203263026304432 +10.20758606522867 +10.171370528714522 +6.053157554723938 +3.145580111418268 +3.307081069302393 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.205341779783699 +10.290020176582502 +10.206742992162328 +10.132571936585988 +10.07428943749335 +9.304420391708122 +10.06895603722968 +10.077327410362592 +10.07428943143531 +10.082627888178918 +5.995844290412246 +3.2618614927980993 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.21648006882952 +5.24319005820786 +10.112469481978247 +10.123898061244379 +10.09059459754503 +10.115738371446845 +9.306267827460152 +10.155852235906421 +10.138621264943465 +10.116424861343805 +10.096051838221507 +5.996354330981416 +3.388204015763232 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.16548109211143 +5.1242481990531665 +10.10955346534913 +10.13346539561557 +10.174027834347878 +10.202376791362047 +9.42493544681398 +10.246407358208787 +10.263866446043554 +10.241357396678875 +10.251026612807603 +6.1646095636843885 +3.1638172797553508 +3.21021561316398 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1505739783209634 +2.078061676617408 +2.073767387327928 +2.063053979284345 +2.063053979284345 +2.063053979284345 +2.0644527609704517 +2.0537393529268684 +2.052340569680822 +2.0558864971478 +2.0537393536391915 +2.0537393536391915 +2.0644527512949944 +2.102915161215091 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.170601988826583 +2.1099857250022196 +2.0830063857704917 +2.0679986899973692 +2.065851544216498 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.058684063639893 +2.0622299926668104 +2.107209458620088 +2.1456505580424428 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.236323290073355 +5.18443157033577 +10.17692716493632 +10.09632748037235 +10.113693234978662 +10.122080836768205 +9.313577121416085 +10.10889108394762 +10.07604712579808 +10.070622279410204 +10.089686217130573 +5.9924019419520915 +3.2374141302754107 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.218606619885634 +5.263397391880613 +10.18875198398528 +10.101658226580476 +10.07626298273667 +10.122316257218621 +9.292323329020395 +10.108674344116915 +10.099072883957872 +10.097783861997971 +10.151773748381117 +6.0290347106988795 +3.1430450916457167 +3.2270965402857423 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.137247557591879 +5.1397788719017345 +10.252907093386213 +10.294343553736192 +10.26279402211829 +10.240391947627776 +9.431519024500156 +10.26712791706889 +10.238077080544727 +10.262269466629451 +10.42493951895923 +6.307263315098235 +3.1882646681500098 +3.2321279817860873 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.09761287025887 +10.132723029637349 +10.082779916506922 +10.115460339449807 +10.118137500349784 +9.391326551665987 +10.248711287305216 +10.251438202784229 +10.348259171880692 +10.550623052357006 +6.393653231527076 +3.159925999941668 +3.2270965402857423 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.902097779834928 +5.157755359511802 +10.2801207638705 +10.340472257805231 +10.439520403069599 +10.487441022622097 +9.66402380352966 +10.518586782074792 +10.417780195383012 +10.389202456082726 +10.31836847655903 +6.065927698683097 +3.193550797813522 +3.3109723449980453 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1193003497997562 +2.1099857250022196 +2.0759145331087994 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.052340569680822 +2.050193426172214 +2.0515922078583206 +2.056536920131285 +2.0922017531715076 +2.1912591364814635 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.133538390648254 +2.0759145331087994 +2.073767387327928 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.0537393536391915 +2.055138136885238 +2.10506231511148 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.137494914077333 +5.1137501392149725 +10.163313172678048 +10.091260040439257 +10.068963032409247 +10.083829377150174 +9.280132832271835 +10.090147607642143 +10.096381040456068 +10.106607834646317 +10.199575676980649 +6.12556754907445 +3.1638172797553508 +3.2076805933914283 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.171210169558669 +5.103848526840527 +10.169472314574726 +10.172538686811043 +10.221351256567623 +10.199519591284918 +9.373047657200514 +10.194877393641061 +10.262386363033444 +10.2352023453899 +10.272984407853084 +6.2870842027433165 +3.1638172797553508 +3.2076805933914283 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.136816034747378 +10.203336971857793 +10.160752392943422 +10.130609034865685 +10.151543760345852 +9.355786311020802 +10.146958003364638 +10.162288983765288 +10.184575213029536 +10.193051079931553 +6.058733662066473 +3.220533203153648 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.2764196163135715 +5.203360932810045 +10.25165274493531 +10.229899415152765 +10.170426420316613 +10.170360621078661 +9.36516516844868 +10.189595453980436 +10.157027921008398 +10.152555535353546 +10.141808092685528 +6.03807670415237 +3.1558976867001554 +3.3109723449980453 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.263572499113478 +5.096460747851571 +10.107178315572968 +10.123265224293672 +10.158848475477482 +10.16376676955612 +9.338186047835336 +10.176780373969365 +10.114369908695517 +10.094529758920814 +10.084745060931317 +6.0254943849478195 +3.1624610197142196 +3.2076805933914283 +2.817401122010412 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.133538390648254 +2.080208822398278 +2.073767387327928 +2.063053979284345 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.0537393536391915 +2.0665998970758657 +2.0908029699254613 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1193003497997562 +2.0759145331087994 +2.0644527625303914 +2.063053979284345 +2.063053979284345 +2.063053979284345 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.2257404651252637 +2.055138136885238 +2.0922017531715076 +2.1777694740034685 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.09720831859583 +5.222277823368338 +10.456346041442233 +10.659179746597124 +10.892781581475155 +11.017667697241984 +10.148381599452696 +11.164540652836964 +11.262912465811537 +11.290623509820279 +11.364533686032633 +6.622356593635916 +3.145580111418268 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.147959255555617 +10.110369822158908 +10.059968587106491 +10.05680868124783 +10.056544065252464 +9.23894517039667 +10.04969608997026 +10.049654439951443 +10.055086619120301 +10.055086613062263 +5.970053263274796 +3.1430450916457167 +3.21021561316398 +2.817401122010412 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.163788295336016 +5.145872970563903 +10.195542433247581 +10.187552756641853 +10.18298856504831 +10.101420512649025 +9.288482556980231 +10.063425067039557 +10.072895753167419 +10.078831985636176 +10.131702272949376 +6.093072670291139 +3.1882646681500098 +3.2321279817860873 +2.8045394632509737 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.141713102282116 +5.097230279598401 +10.146720763519149 +10.139855612392223 +10.188367292234911 +10.109421459325093 +9.334081928552433 +10.151440079331895 +10.155886702229772 +10.091573219562806 +10.17488637352664 +6.006342659232647 +3.1430450916457167 +3.21021561316398 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.203503077651896 +5.080668333030033 +10.14066569343836 +10.172944956462539 +10.15006147006421 +10.153490719013384 +9.403071320669909 +10.184319165136781 +10.221713693252529 +10.209213399744309 +10.198003606325877 +6.111718615102034 +3.220533203153648 +3.352300634642497 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.170601988826583 +2.080208822398278 +2.0759145331087994 +2.0515922109782005 +2.0515922109782005 +2.0515922109782005 +2.0515922109782005 +2.052990992664307 +2.051592209418261 +2.052990992664307 +2.0515922078583206 +2.050193426172214 +2.07014582383052 +2.1456505580424428 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1214474955806275 +2.081607604084385 +2.0623056190217834 +2.0515922109782005 +2.0537393544868086 +2.050193427732154 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.0515922078583206 +2.121240299074027 +2.0644527512949944 +2.1300137520558398 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.135088862261112 +5.222728209874114 +10.227831766051859 +10.184745414717565 +10.095559088010328 +10.216783885424094 +9.538115907485087 +10.43006022851067 +10.4309596540344 +10.53047786899551 +10.717224755008807 +6.564304796365706 +3.1638172797553508 +3.2076805933914283 +2.8045394632509737 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8738155323280425 +5.093204660248762 +10.356009894990864 +10.466325177172198 +10.551527893088158 +10.531774595906017 +9.660232444170333 +10.62814119128495 +10.704099764207102 +10.797158026451921 +11.032527960669471 +6.598191829588528 +3.1430450916457167 +3.1663522995279023 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.860427676778587 +5.135419110979287 +10.255430254050491 +10.317011503015662 +10.255444061366136 +10.213838619924658 +9.385404953648498 +10.194649064369044 +10.228883949639489 +10.285716724973076 +10.452827863831883 +6.411305560252233 +3.1430450916457167 +3.2127506517623425 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9127303103242763 +5.072992347151682 +10.156073917915911 +10.25650850023839 +10.326555643875224 +10.253073217302967 +9.389505020570233 +10.25166667397428 +10.211637315345408 +10.243329294349056 +10.316232579117157 +6.321738194451425 +3.1430450916457167 +3.2076805933914283 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.875946471273631 +5.10628742885993 +10.2811640427348 +10.36669874090524 +10.347960259639004 +10.233022630694048 +9.387658007400653 +10.242100943619716 +10.204508773213842 +10.22780940032084 +10.33525612427554 +6.242763551780313 +3.159925999941668 +3.1933347048680285 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1370843158429684 +2.0759145331087994 +2.073767387327928 +2.0609068357757367 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.136226006448039 +2.055138136885238 +2.082887138761752 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.134937172334361 +2.0759145331087994 +2.0644527625303914 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.138642926925205 +2.055138136885238 +2.081488357075645 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.0663649856331565 +5.353006011351899 +10.233334103855073 +10.242243309119278 +10.207015816445852 +10.267781447658502 +9.505341360281482 +10.552051231845384 +10.817563563105411 +10.726245705564367 +11.010757594593247 +6.573241821254946 +3.145580111418268 +3.2826337067797042 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.875322082904 +5.252310919896452 +10.422403735581439 +10.499224952980063 +10.646504972103509 +10.85109933692565 +9.973633571446477 +11.034250779248815 +10.996747453597921 +10.997551344798806 +11.116003156740712 +6.80948904200523 +3.1430450916457167 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8639468392895493 +5.11278903333534 +10.161656508442 +10.172073066972363 +10.37658954137722 +10.524942914280699 +9.587368995501542 +10.566547243335883 +10.608635865441533 +10.78837535020565 +10.905835572380267 +6.57945485473172 +3.1430450916457167 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9127303103242763 +5.204424463946727 +10.29104108161351 +10.414128842571227 +10.56721198545721 +10.770261768411686 +9.744384599501194 +10.670171929424496 +10.799268628725963 +10.866771849777615 +11.075760504753298 +6.356148248266982 +3.145580111418268 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.875946471273631 +5.125730235253699 +10.426632965534589 +10.52160272745931 +10.62977269244167 +10.670844138909631 +9.629924268832381 +10.508610092829917 +10.459971123294528 +10.597802769730368 +10.78017284536158 +6.4436083755799585 +3.1430450916457167 +3.21021561316398 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.148426834812355 +2.093698484876273 +2.073767387327928 +2.0609068357757367 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.0515922078583206 +2.050193426172214 +2.056536920131285 +2.078712088365495 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1329092534989913 +2.0830063857704917 +2.0701458335059773 +2.0515922109782005 +2.0515922109782005 +2.0537393544868086 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.120239088548126 +2.2618963724518313 +2.1699424003349805 +2.0908029699254613 +2.1684548492059323 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.051755420151781 +5.103759191368014 +10.368643358372735 +10.473850157147915 +10.544475250387022 +10.632472912520951 +9.69206861984219 +10.558023442706096 +10.66304140123955 +10.840388493074327 +10.978809193573168 +6.609661388349518 +3.1430450916457167 +3.2076805933914283 +2.817401122010412 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.875946471273631 +5.133659955204292 +10.449881873948994 +10.551473912205834 +10.601730725980874 +10.52146321378042 +9.66659312993551 +10.551308118001323 +10.700775149716724 +10.696212544814442 +10.899771975457892 +6.291756726830087 +3.1663522995279023 +3.2542950426893915 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9127303103242763 +5.152498009295179 +10.187290351783643 +10.195351051942941 +10.228660808761008 +10.27482682520502 +9.475618666955741 +10.30172902843167 +10.285724176451946 +10.345986683447057 +10.491706162512653 +6.359595116245377 +3.220533203153648 +3.258186318385045 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8773346948390053 +5.077138828464457 +10.251320441471494 +10.35835114340348 +10.39114805253715 +10.393062394721781 +9.539994346521965 +10.316094813477358 +10.29089569788286 +10.339782027135042 +10.498783761166893 +6.333723655779228 +3.159925999941668 +3.21021561316398 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8928534729109554 +5.072911683617737 +10.244576413287717 +10.215849679543272 +10.235958122660046 +10.262867368436993 +9.478754212587898 +10.367574800969932 +10.325818796509063 +10.409435325592671 +10.409145018831357 +6.097259500842419 +3.145580111418268 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.170601988826583 +2.080208822398278 +2.0759145331087994 +2.0609068357757367 +2.0609068357757367 +2.0537393544868086 +2.058684065199832 +2.050193427732154 +2.050193426172214 +2.0558864971478 +2.065201111557556 +2.140068613667758 +2.0800895738295986 +2.0908029699254613 +2.1684548492059323 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.161287374416827 +2.0759145331087994 +2.073767387327928 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.051592209418261 +2.056536920131285 +2.0622299926668104 +2.082887138761752 +2.1777694740034685 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.081788696912657 +5.143531834496953 +10.483908587090673 +10.47679157735462 +10.586433736050262 +10.652989303285953 +9.735320034001234 +10.615549776277788 +10.665750790979995 +10.775368758104985 +10.87139049822341 +6.625710764767783 +3.1638172797553508 +3.2076805933914283 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.902097779834928 +5.246456286669312 +10.42791496198614 +10.255204026595063 +10.312679261191352 +10.568700223357116 +9.748410322834019 +10.672297731591684 +10.747926207816185 +10.687104451414458 +10.752162394894162 +6.567549633976641 +3.1430450916457167 +3.1933347048680285 +2.8360276839324605 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8928534729109554 +5.115061545787012 +10.36548078974049 +10.452898553594277 +10.511222958920436 +10.502906039154873 +9.661320832657502 +10.532619273157202 +10.493318862184433 +10.5453175328158 +10.524106418026392 +6.099149865556576 +3.145580111418268 +3.1714223362459206 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8928534729109554 +5.14217929426485 +10.412196777792344 +10.54397964812571 +10.549445889693013 +10.39874419823716 +9.607024155587032 +10.508267610208163 +10.457480139385117 +10.577361818978703 +10.864819817566662 +6.526315247117464 +3.1882646681500098 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8928534729109554 +5.1159941765344685 +10.397497801558124 +10.522169554808645 +10.595071968963282 +10.65534490764868 +9.74657529196217 +10.655585359339014 +10.754260644013987 +11.041164779302466 +10.99025242354237 +6.489035510075145 +3.1430450916457167 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1975813280583107 +2.09509726656238 +2.0759145331087994 +2.0644527625303914 +2.0701458335059773 +2.0537393544868086 +2.055138136172915 +2.050193427732154 +2.052340569680822 +2.050193426172214 +2.050193426172214 +2.0644527512949944 +2.13216088128871 +2.0936005468053347 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.170601988826583 +2.080208822398278 +2.0644527625303914 +2.063053979284345 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.051592209418261 +2.048794644486107 +2.052990992664307 +2.1126628333890562 +2.211766850174042 +2.055138136885238 +2.082887138761752 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.247784129651666 +5.3877510434582545 +10.841175461343159 +10.992487343539743 +10.99262801404474 +11.249534707544615 +10.318243565697895 +11.33546348967403 +11.326357475299488 +10.94292150552605 +10.627787563444532 +6.30897330394203 +3.145580111418268 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.8928534729109554 +5.25926774516217 +10.424971401923798 +10.69788007795447 +10.911462401539046 +10.973042889103858 +9.938281598066624 +10.910466620799664 +11.018481766504474 +11.05403957662517 +11.486193611502966 +6.959017499219903 +3.1638172797553508 +3.21021561316398 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.076183504326392 +5.3771638608232895 +10.418904982435468 +10.329129760731407 +10.508484913584642 +10.841110572061606 +9.967592699531078 +11.003820789541374 +11.246402865351266 +11.506245053582134 +11.488367046075771 +6.569454285624214 +3.1972259805636813 +3.1933347048680285 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.038112082113905 +5.277172513808647 +10.366511636869864 +10.502354456555652 +10.893899882091198 +11.36343674808035 +10.186621637605132 +11.394203173471634 +11.716702830303651 +10.978497073325057 +11.13984904971601 +6.444340393235518 +3.193550797813522 +3.2542950426893915 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.254659788273892 +5.455130556469995 +10.430559803171354 +10.867041419230645 +11.423968480653622 +11.306347499203833 +10.258039194356762 +11.358502832876777 +12.159078946234455 +11.550243246359674 +11.346897645624326 +6.666654697881982 +3.2374141302754107 +3.307081069302393 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.170601988826583 +2.0830063857704917 +2.0701458335059773 +2.0679986899973692 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.051592209418261 +2.0543897743504136 +2.056536920131285 +2.118671218810715 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1975813280583107 +2.080208822398278 +2.079460458303514 +2.0609068357757367 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.0529909911043673 +2.056536920131285 +2.1015163779690442 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.075290491770275 +5.143460770334493 +10.22777623507309 +10.369997242179176 +10.583805463725005 +10.787707892563498 +9.877165428383625 +10.784991962355189 +10.86083372237472 +10.638180367915554 +10.858392962728418 +6.302704958389419 +3.145580111418268 +3.2127506517623425 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9127303103242763 +5.149459940061629 +10.182220923605943 +10.199396370464122 +10.400902900979363 +10.589167500249308 +9.763488198331274 +10.66493495005435 +10.698349573334983 +10.80059576107911 +10.94752954676822 +6.423999797908801 +3.1638172797553508 +3.21021561316398 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.162835554555144 +10.290735059961328 +10.241895539470859 +10.306358092207724 +10.630483745726732 +9.725606467605608 +10.582158191433775 +10.687770204778223 +10.922070516031507 +10.952334810005892 +6.244391202023147 +3.1558976867001554 +3.307081069302393 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9127303103242763 +5.248934273054052 +10.315866429010994 +10.300584129392133 +10.348933821698008 +10.571153844398067 +9.907885447629418 +10.901261084450752 +11.039515087321398 +11.154069103549158 +11.045621185291273 +6.352187339967705 +3.282633680907734 +3.3109723449980453 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.32788464223915 +10.375264588543594 +10.24146164792345 +10.283952721076167 +10.24512877819522 +9.430991307262488 +10.311404313361988 +10.349538221796175 +10.33187374494407 +10.329208467560294 +6.192871554240118 +3.1558976867001554 +3.369181542938448 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.170601988826583 +2.081607604084385 +2.0609068357757367 +2.063053979284345 +2.063053979284345 +2.0515922109782005 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.0665998970758657 +2.092201763559288 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1193003497997562 +2.073767387327928 +2.063053979284345 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.0644527512949944 +2.1015163779690442 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.101522391411624 +5.229689572715556 +10.468603081071981 +10.624514730080914 +10.477865226056538 +10.685902510927468 +9.777829158978129 +10.774086676762714 +10.903164571633637 +10.999893476539041 +11.016899151080569 +6.548802632630114 +3.145580111418268 +3.2515439286804013 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.074869222634294 +10.15947718305793 +10.265367857684408 +10.402706094223785 +10.412960281095014 +9.657883646226384 +10.669790022918903 +10.715315302927994 +10.81292093393361 +10.857180580502055 +6.365626201926709 +3.145580111418268 +3.229631560058294 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.902097779834928 +5.156718780982521 +10.385646086704456 +10.521963704801482 +10.319323612373815 +10.480118939447575 +9.667916811689965 +10.481450283183127 +10.465352408163996 +10.541519513484117 +10.736331723846508 +6.351367924805963 +3.1882646681500098 +3.2515439286804013 +2.838992465414863 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9261181658737323 +5.1059311396290665 +10.242964558856956 +10.376508904768908 +10.59188501956725 +10.70029478517726 +9.790532554220643 +10.682360402833247 +10.749495039273134 +10.795116558357117 +10.854540962514802 +6.423870316620649 +3.159925999941668 +3.2270965402857423 +2.8576190273369106 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.902097779834928 +5.120975252880741 +10.404814873294978 +10.56487212069851 +10.676354337602586 +10.757614434189554 +9.865091690832225 +10.781670439011153 +10.782873535231191 +10.880298075826241 +11.220508877530369 +6.525936500852268 +3.1638172797553508 +3.2515439286804013 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1840916655803158 +2.1030131096738103 +2.073767387327928 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.0529909911043673 +2.107209458620088 +2.170601988826583 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1165027864275427 +2.0644527625303914 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.0537393544868086 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.0515922078583206 +2.080859231874103 +2.1456505580424428 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.199304911316924 +5.224048700310958 +10.31663861949324 +10.277203508086812 +10.305957536643406 +10.360265154486651 +9.515614400241684 +10.366177730121027 +10.41105086698601 +10.523118581682864 +10.67989017986153 +6.174780796095097 +3.1896595221178696 +3.2826337067797042 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.207134262308837 +10.322408789309753 +10.4485979472457 +10.70125967047181 +10.869487491305728 +9.944239818061511 +10.858204855927504 +10.936471831491936 +11.01329743453135 +11.121544043909369 +6.548142690941298 +3.1638172797553508 +3.2270965402857423 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.146166444162754 +10.19763407594073 +10.320413768771225 +10.670007145158486 +10.976718118132316 +10.024040431149855 +10.92331201147983 +11.22553536441088 +11.61684757265783 +11.677894763379761 +6.42845713303232 +3.145580111418268 +3.229631560058294 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.171724043799877 +10.273008269795792 +10.554927738791472 +10.995445756248733 +10.995509766546288 +10.052494370468201 +10.896190902838805 +11.183648837002231 +11.592626716765555 +11.573370031395296 +6.3273482512818795 +3.159925999941668 +3.274851155388398 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.149400216387726 +10.163347096352357 +10.264103831820767 +10.494214161017005 +10.728658983608856 +9.859449742363795 +10.709517271770883 +10.930573710031203 +11.27699628216689 +11.300497607240157 +6.265140700281365 +3.1624610197142196 +3.257970228266636 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.1975813280583107 +2.100865963892939 +2.073767387327928 +2.063053979284345 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.121734645386653 +2.056536920131285 +2.0658515345410406 +2.102915161215091 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1214474933083642 +2.0644527625303914 +2.0537393544868086 +2.0537393544868086 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.048794644486107 +2.048794644486107 +2.1354910217348215 +2.058684063639893 +2.056536920131285 +2.1300137520558398 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.208387656699181 +5.353295920847426 +10.375226085663027 +10.332726049656111 +10.333656227221303 +10.393138901405607 +9.692947457447818 +10.674600226997777 +10.795242887400306 +11.058811635836534 +11.15372929858163 +6.345276477762778 +3.145580111418268 +3.2787424310840505 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +4.081776400549561 +5.351486750568713 +10.297665530587938 +10.427189138644408 +10.396682131832396 +10.427419893993852 +9.679487367758123 +10.651913173563942 +10.69935517373962 +10.757571465379316 +10.449489309513947 +6.127979945624783 +3.282633680907734 +3.352300634642497 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.124697558921605 +10.220452818721004 +10.338256530867605 +10.56538818075321 +10.761805046741054 +9.828317695127877 +10.678115028139521 +10.78541200964857 +10.83777151603379 +10.91112332033931 +6.202546829089943 +3.1624610197142196 +3.2787424310840505 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.939506007255205 +5.125570335202078 +10.29444951890823 +10.488534320859088 +10.85148337966841 +10.904305472259564 +9.902067373230683 +10.742955547958687 +10.894694996482013 +11.144790490922624 +11.324690550631638 +6.245854542597677 +3.1663522995279023 +3.257970228266636 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +3.9487503141791787 +5.187474753064269 +10.259954568900984 +10.370509240523878 +10.715413464150785 +10.838710696682309 +9.917191177804053 +10.7863708605239 +10.996225348187922 +11.349490299273803 +11.287692625682574 +6.344441686795954 +3.1702435752235556 +3.2787424310840505 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +2.206895942468067 +2.1030131096738103 +2.073767387327928 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.050193427732154 +2.048794644486107 +2.050193426172214 +2.050193426172214 +2.0529909911043673 +2.056536920131285 +2.1300137520558398 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.09509726656238 +2.073767387327928 +2.0644527625303914 +2.0609068357757367 +2.0515922109782005 +2.0537393544868086 +2.050193427732154 +2.050193426172214 +2.051592209418261 +2.055138134612976 +2.0529909911043673 +2.071544607076566 +2.1456505580424428 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.714075909322045 +5.256605671878451 +10.258247063121537 +10.151194717167083 +10.121587912382372 +10.11907527693653 +9.31444088438635 +10.170712578224048 +10.149206541067654 +10.17843687657827 +10.175940923483793 +6.082954932475138 +3.282633680907734 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.670178365707219 +5.236369891527148 +10.197110499390266 +10.16586041710126 +10.182296217353386 +10.22906096185566 +9.55014704740962 +10.415644986104311 +10.312326913178413 +10.32196705408004 +10.414724526628557 +6.1531088856477 +3.1907996879225613 +3.274851155388398 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.822139313488548 +5.254353758808015 +10.192506595723067 +10.176328647087349 +10.225503874190698 +10.23617121124508 +9.518381132101306 +10.3488399346097 +10.340722921204813 +10.280089612536745 +10.226780286029685 +6.1086180775890675 +3.282633680907734 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.252680534387576 +10.231765393943064 +10.172974780673751 +10.071159923308844 +10.134572924817208 +9.393595901248725 +10.321765958789431 +10.339053859077689 +10.27785161639318 +10.23939610088434 +6.12843505164772 +3.282633680907734 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.366390042471361 +10.290193255232847 +10.241399824177845 +10.200514265144452 +10.217540004895286 +9.40200659730895 +10.284049936132343 +10.369438997997698 +10.328312280988259 +10.318705677373151 +6.141761386106498 +3.220533203153648 +3.340842904720107 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.170601988826583 +2.078061676617408 +2.0609068357757367 +2.0515922109782005 +2.0537393544868086 +2.0515922109782005 +2.050193427732154 +2.056536917859022 +2.050193426172214 +2.0643771361754184 +2.0543897743504136 +2.072943388762673 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1044118913599164 +2.073767387327928 +2.0644527625303914 +2.0537393544868086 +2.0537393544868086 +2.050193427732154 +2.050193427732154 +2.050193426172214 +2.050193426172214 +2.050193426172214 +2.056536920131285 +2.0679986803219124 +2.1414755099742044 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.728074925965139 +5.403317206768035 +10.254205601561887 +10.222848646575512 +10.24460039908109 +10.393550450623781 +9.64348077323166 +10.447679713582016 +10.404311431716526 +10.548236401758226 +10.445256273308347 +6.301542651534784 +3.335419707520734 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.113020201705348 +10.1679000579587 +10.140843607078196 +10.121714265392482 +10.112355756781728 +9.331930457474561 +10.152527643086916 +10.149235062943818 +10.155734279526603 +10.209796620717961 +6.116453411398019 +3.196085814758989 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.319427692151636 +10.271631987975669 +10.271533231174274 +10.203784648074263 +10.164127881883797 +9.350047055485687 +10.17907648615209 +10.182031301378247 +10.188624278766971 +10.136169390028098 +6.047932620548736 +3.282633680907734 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.762903343940357 +5.180856650677435 +10.154605281416567 +10.219110672009034 +10.065820862140201 +10.06523085658171 +9.262137350875241 +10.089638172273673 +10.101232005008411 +10.081913019981457 +10.08191273343363 +6.004820706462268 +3.254295038571362 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.729663087526109 +5.26845465332663 +10.33963542304832 +10.103051022836603 +10.087962786418935 +10.11986596679607 +9.355660775189545 +10.28254537548584 +10.1615774185803 +10.18875549478532 +10.170522518115328 +6.090525019847787 +3.1702435752235556 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1349371557863597 +2.0759145308365365 +2.063053979284345 +2.0609068357757367 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.048794644486107 +2.050193426172214 +2.0515922078583206 +2.0543897743504136 +2.08503428227036 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.170601988826583 +2.0759145308365365 +2.063053979284345 +2.0515922109782005 +2.0515922109782005 +2.050193427732154 +2.048794644486107 +2.052340569680822 +2.053739351366929 +2.050193426172214 +2.0543897743504136 +2.08225801356021 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.923504759799691 +5.335041540953016 +10.213674824589344 +10.192093226286264 +10.30994512347803 +10.524461839174164 +9.741995434622723 +10.556774638595577 +10.428247805995868 +10.42581603474712 +10.242037177109244 +6.078038513771103 +3.230987815981395 +3.3936289313331076 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.848229242875697 +5.263239932971036 +10.1597407173087 +10.103330357042733 +10.171679014931158 +10.346239816757251 +9.481747808085133 +10.476521150458353 +10.45848739475922 +10.432027548995622 +10.330005363235237 +6.084777704068069 +3.1972259805636813 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.8229440289133185 +5.2285611581167695 +10.213553816795283 +10.102714744572348 +10.109548755390772 +10.158354590295946 +9.348374604499407 +10.137190823835594 +10.103231399005224 +10.10604526160262 +10.133500424886856 +6.091537824181134 +3.352300634642497 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.790001600212104 +5.2802066456460555 +10.169146122144161 +10.128757479364596 +10.14927702817012 +10.104364128560189 +9.30441298661412 +10.282285711870578 +10.235130710147693 +10.166505734735258 +10.136764505997752 +6.077363623565895 +3.230987815981395 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.877103168364579 +5.222846047586213 +10.219466721305453 +10.202146732466865 +10.261444353879678 +10.317654513214759 +9.541577017798573 +10.34200543756409 +10.382611947577551 +10.40554024483257 +10.282401335192064 +6.073196847774158 +3.2335228357539467 +3.418076293855796 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1349371557863597 +2.0759145308365365 +2.073767387327928 +2.063053979284345 +2.0515922109782005 +2.06659990447906 +2.048794644486107 +2.052340569680822 +2.050193426172214 +2.050193426172214 +2.056536920131285 +2.105062304723699 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1349371557863597 +2.0894041933145315 +2.073767387327928 +2.063053979284345 +2.0515922109782005 +2.055138136172915 +2.0537393529268684 +2.053739351366929 +2.053739351366929 +2.065201111557556 +2.0679986780496487 +2.1036635214776527 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.826154167949662 +5.318616834007 +10.211081574924412 +10.15831157889485 +10.113698896155077 +10.17722758495642 +9.496203713544956 +10.51840442576293 +10.388370270168586 +10.405805226292964 +10.292381786512893 +6.090367232866684 +3.2335228357539467 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.825134291882804 +5.292066519535562 +10.157959190382881 +10.169352511041943 +10.13669004892143 +10.340404652550045 +9.62572217463139 +10.336464435496959 +10.321184742575548 +10.29234499485633 +10.189478451500346 +6.052725512979945 +3.282633680907734 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.693215796383968 +5.275772190549202 +10.32698012308663 +10.25797522172153 +10.17211141305933 +10.399709296555875 +9.65544386359259 +10.340789743612923 +10.365980718593237 +10.286675190984965 +10.256937179723245 +6.192683200700337 +3.369181542938448 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.455840135570751 +10.4348556574508 +10.367249150569705 +10.28362133742271 +10.238457454655773 +9.414333802862942 +10.218303714003234 +10.227662416832464 +10.233801244920002 +10.251783575608863 +6.209890129065462 +3.3936289313331076 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.5130411222421545 +5.386662154984895 +10.303155541436524 +10.187695507481918 +10.268128415078237 +10.497739807369594 +9.857176793902802 +10.483036246696477 +10.35634811945626 +10.315979546257198 +10.311893288014637 +6.197200421639129 +3.369181542938448 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.137084301567231 +2.0894041933145315 +2.063053979284345 +2.0679986877251064 +2.0515922109782005 +2.050193427732154 +2.051592209418261 +2.050193426172214 +2.053739351366929 +2.0515922078583206 +2.0679986780496487 +2.105062304723699 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.1477976976630937 +2.0808592399896213 +2.0679986877251064 +2.065851544216498 +2.055138136172915 +2.055138136172915 +2.056536917859022 +2.058684063639893 +2.0529909911043673 +2.073691750585174 +2.1456505580424428 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.777529637189033 +5.239376296760262 +10.203844138728671 +10.12964609102538 +10.278792398452728 +10.452491583098967 +9.788440504147557 +10.516998535528334 +10.27540538718265 +10.239370649192471 +10.18721637030976 +6.144344882735703 +3.2826337067797042 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.7787646935591575 +5.234440466555819 +10.20865826094264 +10.171406621145458 +10.316688965921722 +10.510566056037039 +9.75488305147157 +10.57733183214322 +10.552966938997669 +10.677295584725295 +10.308381335441046 +6.08886596912418 +3.254295038571362 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.751411777212165 +5.261908794535863 +10.209984301014284 +10.20526640520748 +10.36885788358134 +10.687066157893037 +9.898649963743564 +10.71088752195117 +10.685758627555202 +10.795172287460723 +10.39492467257965 +6.16671041615771 +3.254295038571362 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.715925850817661 +5.203876703302987 +10.217549033860838 +10.316263096084663 +10.558278051788406 +10.648940767418143 +9.883646895183999 +10.686373372985752 +10.690446410873093 +10.927313758544882 +10.490110443180336 +6.241082003535449 +3.2826337067797042 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.749429533836754 +5.216766872958629 +10.15208197435016 +10.137059405578164 +10.241621416073311 +10.453302931800897 +9.826259851877921 +10.70299079442913 +10.632914715539659 +10.420046746048163 +10.49850326629295 +6.1900383388841265 +3.369181542938448 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.091551339095402 +2.0964960482484867 +2.0808592399896213 +2.071544615192084 +2.055138136172915 +2.0600828446136767 +2.0537393529268684 +2.062229990394547 +2.0830063753827113 +2.170601988826583 +2.1799166032363386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.1477976976630937 +2.1228462646066903 +2.063053979284345 +2.0537393544868086 +2.0537393544868086 +2.055138136172915 +2.056536917859022 +2.062229990394547 +2.0830063753827113 +2.134308024797318 +2.1934062799900715 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.8368745933923725 +5.372288907527741 +10.216827573138616 +10.205236352377918 +10.353441801888192 +10.382757212754733 +9.444559968457725 +10.434664363187126 +10.26323488788604 +10.241059130674298 +10.2347835830125 +6.167901407262172 +3.418076293855796 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.726742080929938 +5.328901645529428 +10.531833753249183 +10.249493432375079 +10.094764641361476 +10.191652005013509 +9.324391435769659 +10.189007674441626 +10.160710423534104 +10.171844991016158 +10.155161721427255 +6.0794546672660355 +3.307081069302393 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.723466628222016 +5.328518780553568 +10.525294411768598 +10.115756962671712 +10.15253558216266 +10.11859366174481 +9.358231124551542 +10.25648773367213 +10.271528026061443 +10.230931028247651 +10.244139954047553 +6.219875044454265 +3.418076293855796 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.791668064560195 +5.350798601581809 +10.446862755641463 +10.233914404836968 +10.127934485390139 +10.125195480570463 +9.25583949601825 +10.065219583354487 +10.091046918463668 +10.094509270828429 +10.182597583612866 +6.199302788298246 +3.6341510949805844 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.867427035239165 +5.430234083911606 +10.4730489036963 +10.199254857332548 +10.14008716605766 +10.098364076862188 +9.271395042097952 +10.079692773170175 +10.073689744448217 +10.052414516060647 +10.078372527392707 +6.12846787464421 +3.637459633263773 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.1975813280583107 +2.0894041933145315 +2.073767387327928 +2.063053979284345 +2.0537393544868086 +2.050193427732154 +2.050193426172214 +2.056536917859022 +2.051592209418261 +2.058684063639893 +2.084405157068818 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.093698484876273 +2.0679986877251064 +2.0537393544868086 +2.055138136172915 +2.069397469411213 +2.055138136172915 +2.071544615192084 +2.056536917859022 +2.0608312071485013 +2.084405157068818 +2.1799166032363386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.0538367627093725 +5.632294569550733 +10.582124396271121 +10.202812981118504 +10.140679045407998 +10.083896675127475 +9.266498777995977 +10.066732765092766 +10.059084452380832 +10.079186242589708 +10.075869326274043 +6.061720096833995 +3.634580299696332 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.05872334994341 +5.517697138194212 +10.256965234393029 +10.159728417733573 +10.072428127368692 +10.081539044783575 +9.318825534653666 +10.256571812705467 +10.26738067896224 +10.163241969351636 +10.135726722026956 +6.081157032244599 +3.5946566567939433 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.763703626739712 +5.357881148078087 +10.28641457350608 +10.123499400934161 +10.069417152351411 +10.099894378599435 +9.318744507750688 +10.071649887772008 +10.06543272945436 +10.086872254179715 +10.075132477211785 +6.31207048883467 +3.603861363015495 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.839939138023191 +5.37304910244267 +10.224054559515341 +10.159034350272856 +10.129910157903462 +10.128000644329564 +9.332960774313525 +10.181462685119426 +10.193453104218392 +10.188022183267433 +10.193765922540216 +6.149190827844003 +3.3936289313331076 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.811268005001373 +5.357004583190799 +10.21886061271272 +10.116192354340358 +10.21835529361898 +10.07053218021161 +9.31475113361851 +10.141424040485724 +10.140978734039654 +10.105163992337218 +10.090371791132432 +6.071852620656276 +3.6358851573346462 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.170601988826583 +2.0759145308365365 +2.0537393544868086 +2.055886497995417 +2.057285279681523 +2.0537393529268684 +2.052340569680822 +2.053739351366929 +2.056536917859022 +2.093719771478574 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.1577414326741104 +2.0679986877251064 +2.0537393544868086 +2.055138136172915 +2.055138136172915 +2.055138136172915 +2.071544615192084 +2.0830063753827113 +2.062229990394547 +2.1165240587541057 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +5.065833803079123 +4.961749281410378 +5.256626989826704 +4.961749281410378 +5.258592126046971 +5.110971701624734 +5.322542498958487 +7.377807634549876 +6.115085065960974 +10.524327502430253 +10.348820060479218 +10.174053124072342 +10.191630168210562 +9.375829397497876 +10.178530946789039 +10.086579641934813 +10.082187895875846 +10.08751785895129 +6.144410380164364 +3.67444320409015 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.9732820405026015 +5.5136298580583984 +10.365644872711075 +10.16939499233945 +10.159446350889128 +10.315838508304568 +9.622875752373554 +10.493742641970226 +10.425365484851174 +10.308130217404194 +10.205863995717511 +6.114935437855238 +3.630499580171931 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.885076287735377 +5.443954112038778 +10.313615555669688 +10.258577328102161 +10.47534192790134 +10.68446203141716 +9.932969937719673 +10.721113137801494 +10.635896801719909 +10.582298683635107 +10.463308563055342 +6.293201030770279 +3.6045568994756763 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.750290242924286 +5.3475232813747375 +10.314058034477036 +10.137457972452484 +10.141760831124062 +10.113649422483828 +9.292618284659893 +10.110013864545609 +10.180403190788969 +10.166687214797856 +10.128691543498077 +6.212987445441367 +3.5813857501858637 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.758476352382932 +5.361191357255888 +10.44449819876108 +10.132807459867706 +10.129254897353018 +10.074134672572953 +9.260944969188142 +10.071919229370401 +10.072123201063773 +10.077734034029282 +10.100631384724572 +6.193025995508537 +3.6350198394733684 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.170601988826583 +2.0943489024676154 +2.0679986877251064 +2.0679986877251064 +2.057285279681523 +2.0586840613676305 +2.0586840613676305 +2.062229990394547 +2.097894819546813 +2.1300137355078386 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.8946469588218053 +3.599688742468066 +5.067519160481074 +4.920293862390337 +2.4405928849974363 +2.236749760982474 +2.063053979284345 +2.0537393544868086 +2.0523405712407623 +2.052340569680822 +2.0537393529268684 +2.0586840613676305 +2.0830063753827113 +2.147797687275313 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.919193923882669 +5.067756073772997 +5.1106183690342295 +5.109907867797378 +5.259151288014043 +5.261926821222534 +5.112924184935237 +5.624345908975844 +7.430045903506858 +8.667499816782893 +10.527219665184736 +10.377232188567 +10.220242046737942 +10.140136890623635 +9.317681197432565 +10.107230849129026 +10.11674629120811 +10.114944792959445 +10.110786983882692 +6.189310722085399 +6.290037705381116 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.352611403806979 +8.592809743336804 +10.483763669675632 +10.350881592136615 +10.233323364694957 +10.228584015411641 +9.461591963347953 +10.19834422817203 +10.27860430118762 +10.244511482094861 +10.190001320600535 +6.209838324264455 +6.242351560253246 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.1271239309853796 +8.204618502110833 +10.634951122710348 +10.349565871303096 +10.185193285858453 +10.106858427677478 +9.288813386504614 +10.089123312773694 +10.09351880915762 +10.093473797199527 +10.15456303949662 +6.220748900286895 +6.226020518275836 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.985693869831926 +8.08845126979173 +10.606991178576427 +10.22364753052624 +10.098855017563086 +10.08909189819467 +9.277989458225553 +10.083381291655753 +10.083474068697795 +10.088191522224248 +10.151275608505802 +6.4119162316382665 +6.216043876636651 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.03663158672488 +8.130972075413851 +10.371629223928549 +10.194734173233124 +10.126048090403453 +10.081385616585948 +9.259147684473666 +10.072192298448764 +10.061988445079711 +10.075878915607131 +10.135787037865859 +6.1936787939637705 +6.154073837939415 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.114355624098671 +2.0894041933145315 +2.0894041933145315 +2.0537393544868086 +2.055138136172915 +2.052340569680822 +2.052340569680822 +2.055138134612976 +2.0679986757773863 +2.1300137355078386 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.114355624098671 +2.0759145308365365 +2.0537393544868086 +2.0537393544868086 +2.0537393544868086 +2.052340569680822 +2.052340569680822 +2.055138134612976 +2.0729433864904103 +2.161287364029046 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.902236233884851 +8.015759619190334 +10.600485560522632 +10.457001267127064 +10.19702400594226 +10.153100686972092 +9.341700607054811 +10.115595942453812 +10.105424626464862 +10.109005446309823 +10.168476072206246 +6.3129705500911095 +6.271329542947964 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.161970591675777 +8.175212932473757 +10.48423052274542 +10.299256196083 +10.18086103749903 +10.113218356481518 +9.301652386931915 +10.08801204432066 +10.085750142120462 +10.09289206655671 +10.157823753658766 +6.22010289721723 +6.2312008025278995 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.121904052372293 +8.159216790095973 +10.426990671866067 +10.256647852485154 +10.135298409123223 +10.0882332105781 +9.276603589424134 +10.068734226210477 +10.091892357596716 +10.11541075222308 +10.169541376541483 +6.4270750113681325 +6.2228246062457755 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.813670162435765 +7.9538150642629715 +10.644199930766412 +10.495944406124204 +10.194742822242109 +10.157181763825653 +9.336391284168629 +10.107048770686081 +10.114903040115077 +10.195463909393572 +10.394345223892389 +6.380124043155367 +6.164635864715739 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.0548980464692805 +8.15507716791825 +10.472736072048122 +10.25297113917448 +10.18035851158767 +10.148962445680187 +9.275881503145445 +10.102527415296816 +10.078665841703124 +10.09295717345613 +10.138597715991098 +6.328396983869 +6.156620907487137 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.1840916513045774 +2.0943489024676154 +2.0943489024676154 +2.0537393544868086 +2.055138136172915 +2.055138136172915 +2.056536917859022 +2.056536917859022 +2.0808592296018404 +2.145650541494442 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +5.067218911802544 +4.771186750531042 +2.5030925674207674 +2.0943489024676154 +2.0679986877251064 +2.071544615192084 +2.057285279681523 +2.055138136172915 +2.0586840613676305 +2.055138134612976 +2.0679986757773863 +2.145650541494442 +4.771186750531042 +4.919500730116306 +4.919778437500438 +5.070822297955127 +5.072409610835212 +4.973523539635448 +5.1119960919283844 +5.263501090534384 +5.266477736419076 +5.166592979971666 +5.168274348898041 +5.632133503646326 +7.5011130290062855 +8.727552680538615 +10.731150613514762 +10.386339870426996 +10.340452494981323 +10.242088177137237 +9.474298704599835 +10.302108304571666 +10.276437808121791 +10.281523987095948 +10.194224023982963 +6.210690758053303 +6.25077545672167 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.040252256952375 +8.139006661873823 +10.450951133774618 +10.288269922458047 +10.323866522646851 +10.50500012546915 +9.746815400959996 +10.574405690982301 +10.558392716441185 +10.265588986452794 +10.222504809583478 +6.357430334668528 +6.1510436163179785 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.010641780975717 +8.096966030874341 +10.625280133393428 +10.256380615030965 +10.145609574700599 +10.113026937098658 +9.348691500155935 +10.125278494594903 +10.084430914317153 +10.280065897252289 +10.156558295048569 +6.372594312305076 +6.214250993069452 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.078721608397722 +8.139665590920576 +10.730871859921491 +10.634410427081448 +10.309412207583021 +10.139894572320976 +9.33193007658312 +10.09445326087982 +10.092027121486037 +10.142253057043503 +10.419800519489822 +6.4607887091237695 +6.287550021597073 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.2480223897673755 +8.421163082741165 +10.562519678402792 +10.426977700499755 +10.191640686064984 +10.177318260080463 +9.421191461638765 +10.238786378618018 +10.164127992240372 +10.165016420628065 +10.140256828997243 +6.284271730972327 +6.248109965353266 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.1840916513045774 +2.0908029750006376 +2.0943489024676154 +2.0537393544868086 +2.057285279681523 +2.055138136172915 +2.0586840613676305 +2.0586840613676305 +2.118671202262714 +2.170601978438802 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +4.771186750531042 +2.15711231207285 +2.0894041933145315 +2.092201756686745 +2.057285279681523 +2.055138136172915 +2.055138136172915 +2.0586840613676305 +2.097894819546813 +2.170601988826583 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.135279813949433 +5.6066177839845555 +10.370170751797142 +10.17588845741657 +10.111984618488448 +10.113580024243287 +9.357722310445212 +10.28876064349442 +10.277793567698062 +10.470812511853497 +10.711602621921587 +9.023362317237293 +6.318296603490313 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.200105195351826 +5.8341992626660435 +10.523729863029768 +10.424654085790955 +10.239534813111977 +10.147193770425575 +9.3483246251714 +10.150091260336728 +10.175819847929624 +10.176814943883029 +10.72239807199182 +9.040135615249849 +6.314263029350562 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.143724466488578 +5.68935764441363 +10.579013620623574 +10.34442241545704 +10.30794071041567 +10.207355387526496 +9.338175938125676 +10.225178380888678 +10.237524946911304 +10.225451398659168 +10.661616144472372 +9.02050941197186 +6.292066905456262 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.14368149613004 +5.566883122740594 +10.35857614623105 +10.206854480247566 +10.127010723728489 +10.126422439427515 +9.291835892044132 +10.088750092867992 +10.139183672237131 +10.306709947289356 +10.597774291647807 +9.001043663859162 +6.244174951633169 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.994561670044771 +5.5392586269529085 +10.547906897963548 +10.330200432748128 +10.268482789702192 +10.126317974511853 +9.304638497396532 +10.124248754740705 +10.122212608866834 +10.35211158300361 +10.70825951589665 +9.014516410493833 +6.255145965228473 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.206895942468067 +2.092201756686745 +2.0665999060389995 +2.0537393544868086 +2.055138136172915 +2.0586840613676305 +2.0586840613676305 +2.0808592296018404 +2.1165240587541057 +2.206895942468067 +4.771186750531042 +4.771186750531042 +5.06658878768339 +4.771186750531042 +5.069702261000518 +4.920869809391173 +5.071084914322945 +3.7504644412561228 +3.8999809453978043 +3.751228512899897 +3.9033927305008924 +3.7521820510860135 +3.7505314838348287 +5.075855266915806 +2.4657511086230004 +2.242308360375338 +2.240052954411922 +2.2432461716672174 +2.2026245989204107 +2.053739351366929 +2.055138134612976 +2.056536917859022 +2.097894819546813 +2.305170806522594 +4.919587713104822 +4.771186750531042 +4.920034156703801 +5.067078132730406 +4.920592557700098 +4.771186750531042 +5.069839042661066 +5.111404948910646 +4.961749281410378 +5.258936808900045 +5.111462151465309 +5.110344561183591 +5.620049126898086 +7.3824670827054435 +6.033251957892973 +10.895849394836123 +10.358245117128062 +10.390197274691873 +10.340916270894963 +9.442630174540838 +10.164972373092125 +10.151324192917746 +10.299085626273712 +10.734110088015834 +9.07476148499766 +6.347001754909966 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.171213457342906 +5.569745695083662 +10.314520479175133 +10.185207467306254 +10.170659634004378 +10.102882053560295 +9.292884147599276 +10.086306461357987 +10.136523114349307 +10.238057022094361 +10.58998757330959 +8.999716305538795 +6.247950826828854 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.233387703900168 +5.725407117920993 +10.359711126856448 +10.305041183001842 +10.171385439437797 +10.12459494567915 +9.275348647580621 +10.214024575298545 +10.184365998318507 +10.230469580242694 +10.58050279315573 +8.992298466854802 +6.253519577166659 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +6.952064332581822 +5.492706584477156 +10.476656801054208 +10.1457072965181 +10.165591408884005 +10.158979237805386 +9.34115074267071 +10.281075842182323 +10.32369846781015 +10.36645888894364 +10.732026738837803 +9.03454411905047 +6.16352221124735 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.145228494090905 +5.647309958291501 +10.697738746729163 +10.349196398833417 +10.164740022230674 +10.215877462714204 +9.399730595309885 +10.15685105387049 +10.162170240307143 +10.378989103948873 +10.67912713221339 +9.057154230262075 +6.312389362468722 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +2.464570456267293 +2.2234441181099687 +2.1127171428557348 +2.055138136172915 +2.0537393529268684 +2.053739351366929 +2.053739351366929 +2.0800895550093346 +2.0922017343512436 +2.1934062657143336 +4.869749484858891 +4.919871809943754 +4.970619931952997 +4.920597476239523 +4.9233810141691094 +4.924580651259725 +4.92630770747729 +3.903463805244502 +3.9061006584335423 +3.7547927524790254 +3.904347187458559 +3.907753012276643 +3.755373351863106 +5.076070974776556 +2.5151897561872896 +2.351038607131648 +2.2451544597653554 +2.3676079101833274 +2.354538934340542 +2.2049696124265497 +2.0586840613676305 +2.255460192551972 +2.412090014084245 +2.3563531745393913 +4.920150294628732 +5.069678967364118 +5.071898703814312 +4.922489636798607 +5.072965933424714 +4.922862849053424 +5.073333444425567 +5.11176318861135 +4.961749281410378 +5.258911587017734 +5.112589604220253 +5.262986124258945 +5.47376750820397 +7.425379969284879 +6.112618410413994 +10.767627791672941 +10.44019574075945 +10.346586990064134 +10.156339673702798 +9.410087810784276 +10.241465943693187 +10.44018506845783 +10.594594970229283 +10.73631170204848 +9.066865262341333 +6.377216453098825 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.289498509954169 +5.918621645955034 +10.681904089173925 +10.437019790660045 +10.31560913067913 +10.164898606514953 +9.346295105199333 +10.14129716152884 +10.156414658975866 +10.49966375066143 +10.747507439376255 +9.071889697340588 +6.328297299495933 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.254480672933167 +5.839070227749233 +10.542599330164247 +10.267157255715212 +10.240585881209528 +10.167673582160237 +9.344204754821352 +10.135046402017194 +10.149113582807276 +10.298501914928602 +10.741374196288474 +9.07310227421461 +6.321198338345306 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.267938073795906 +5.906217162102797 +10.551101460588182 +10.39527911020685 +10.203397067908117 +10.150921373830675 +9.363851897783553 +10.155010949816411 +10.245071778806597 +10.346847941573033 +10.690626838419663 +9.08278734813968 +6.307094555615535 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.257928649942292 +5.473070708009251 +7.335404830856765 +6.023142457159896 +10.548410148014215 +10.30469937994259 +10.205980378484139 +10.146502872113174 +9.324059630619777 +10.159783377644207 +10.216452634096118 +10.358818884431953 +10.677577894855595 +9.067626593932324 +6.272233997509224 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.895942640978467 +3.7498470894058675 +3.748876038038527 +5.073001489433924 +2.4866899539708323 +2.263055727743638 +2.258727842340772 +2.0644527609704517 +2.055138136172915 +2.053739351366929 +2.053739351366929 +2.057285278121584 +2.10151635914878 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.918712359537882 +4.771186750531042 +4.918993706400235 +4.919324971622124 +5.066491657884419 +3.599688742468066 +3.7477375637043493 +3.8946800217363027 +3.599688742468066 +3.8948554606366548 +3.599688742468066 +5.066346140613891 +2.206895942468067 +2.4266293116644357 +2.0894041933145315 +2.06659990447906 +2.055138136172915 +2.055138136172915 +2.057285278121584 +2.056536917859022 +2.147797687275313 +2.206895942468067 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.771186750531042 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.112422400909725 +5.739163435395786 +10.4609371740666 +10.340886667637214 +10.148896038285205 +10.13183844591882 +9.287334261677106 +10.104139380997706 +10.454573116274819 +10.685030276245474 +10.691588421680265 +8.99671341828876 +6.257968770118387 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.128283291087015 +5.6020173578732715 +10.733529239565566 +10.339658248010018 +10.197920000311425 +10.207037641260985 +9.355383314783024 +10.166871355784755 +10.207487553613477 +10.596820711722726 +10.743264693406575 +9.065783875579928 +6.321229189048361 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.314445696599737 +5.960455016146984 +10.707203395019146 +10.30343582540775 +10.240885658905752 +10.20062717071073 +9.409511435332497 +10.332585361228444 +10.317611768942607 +10.524233639713252 +10.74651484819912 +9.074711459687425 +6.311830102423118 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.251304814372375 +5.8933470902445135 +10.688619984383438 +10.434927608334988 +10.417961864633902 +10.353022074315476 +9.527998249994894 +10.329897719622956 +10.385037487050418 +10.650922055672327 +10.754757066599451 +9.080874546983482 +6.344099972249871 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.066377198220863 +8.277862414577728 +10.421392499734395 +10.430846611080986 +10.4541515954151 +10.379771893270467 +9.305490931200353 +10.131446257020807 +10.297777302997726 +10.486187335493483 +10.729760925216105 +9.049692969154467 +6.323275774393931 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +4.771186750531042 +5.066375970039819 +2.1840916513045774 +2.4187030951372512 +2.069397469411213 +2.351706175835111 +2.057285279681523 +2.0586840613676305 +2.062229990394547 +2.265384117658944 +2.507258754616708 +5.075634819122437 +4.925811479065999 +5.07596558705683 +5.07867875357767 +4.978506053040209 +4.9807605384133575 +5.0836058196619 +3.808785112652112 +3.808839219748004 +3.911110598720187 +3.809069229962302 +3.8111486234423455 +3.9129486826790747 +4.9308129251663955 +5.08116435602561 +2.438755290375304 +2.361215436446362 +2.2343969766680307 +2.368864002283201 +2.360342419533206 +2.2633977392753826 +2.2323617312617707 +2.43606350121394 +2.521215450170742 +4.9335628786468835 +5.088288826919599 +4.939580641466856 +5.092249606862205 +4.986716975198299 +5.0973840659961995 +4.939260891120213 +5.276896308707285 +5.214248344942091 +5.209169604190537 +5.179213355983676 +5.28093512474933 +5.490759994629646 +7.461927655089385 +8.787108870856814 +10.969778642796443 +10.631517942710873 +10.509928313163902 +10.416536672564707 +9.465343720886947 +10.24766854373863 +10.320899264161458 +10.392979416113965 +10.773808648229005 +9.177959034245877 +6.602282612851609 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +5.110493678882636 +5.260789816013955 +5.164850321548546 +5.166317299155442 +5.627754537743957 +7.516818995830766 +8.730346465708912 +10.856273268815666 +10.525850317922304 +10.48591281676928 +10.313416569237834 +9.493807807985391 +10.309261990205831 +10.455093442651277 +10.54358074043978 +10.891370699579815 +9.235699038937115 +6.702021936038555 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +5.256914958330481 +5.110416924814927 +5.1117438165488505 +5.26881959697052 +5.272056649580483 +5.478648632090666 +7.467651283336225 +8.709960132169664 +10.833668693155277 +10.52745563460344 +10.317883518978633 +10.309313921411457 +9.509538813472872 +10.30612117277575 +10.351179334104089 +10.640309161606497 +10.87560690909109 +9.225618296186493 +6.674840869513183 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.016402078384055 +5.075395933538894 +5.167668192767451 +5.171441566801285 +5.27419277427384 +5.159839222988162 +5.121653458999571 +5.653229951507387 +7.6771092943410455 +8.78393685002356 +10.811920984257029 +10.51828461945436 +10.327859941201964 +10.320612578431856 +9.465227177014746 +10.277276605273828 +10.276077975907773 +10.38573748804313 +10.87469683859225 +9.22388517524881 +6.6472200035035005 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.016739797030291 +5.070767019046252 +5.064443299684576 +5.115799693003633 +5.123336665481699 +5.128666798688532 +5.293000879257485 +5.540880741016466 +7.630522973956163 +8.781953905296414 +10.936609969203914 +10.498184153334956 +10.302364962974417 +10.285358716959529 +9.490016820009219 +10.297532362956016 +10.44504133564222 +10.639091909228949 +10.870658966942019 +9.212335364701097 +6.619058604649547 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +5.066160245952465 +3.7497401189791977 +3.7493890582007894 +3.9048273110948264 +3.9088416229511154 +3.757255582069146 +3.7563819743565134 +5.090319010698889 +4.932499738929549 +2.426375116557091 +2.2311049565787173 +2.3665223743634827 +2.215757599202955 +2.375505319451839 +2.259870040726549 +2.379543328544161 +2.317876549673798 +2.4664172909872657 +5.122053434650486 +5.008783930032348 +5.132638868414676 +5.016593926697234 +5.120315650129217 +5.023401504124908 +5.126126553846586 +3.85557326173803 +3.9603649021569596 +3.913774281856998 +3.892643593002957 +3.9827003296856986 +3.8633776212304287 +5.13437591309346 +5.11009238116549 +2.397190872736939 +2.43357845953164 +2.3185528006534457 +2.304183249346301 +2.278049538084746 +2.213978323880203 +2.311083519677738 +2.319277798792812 +2.462486092071819 +5.0356354559956396 +5.131321571192755 +5.011575679091879 +5.142515377963687 +5.073465306546846 +5.055227969763784 +5.153836473281123 +5.212089286892728 +5.339862529496703 +5.2223811829419615 +5.351130625586914 +5.233294018782217 +5.720224493900823 +7.71862019505557 +8.79918497349963 +11.141820686055153 +11.05624480911229 +10.604085060610787 +10.509299237164967 +9.660432613605133 +10.405805909942556 +10.3820822761014 +10.450884040768406 +10.872910453502469 +9.377471301029306 +6.701635207098674 +5.982367101918772 +5.4811588142843055 +5.576319869423689 +5.142808009829155 +4.931147192770232 +5.180765368932052 +5.129881049038533 +5.1930618135949755 +5.305725915037503 +5.188564508638173 +5.667119095200991 +7.7188232848488925 +8.793129757059488 +11.230815842292314 +10.721602888504272 +10.507098660207836 +10.357350748790696 +9.536082306075109 +10.297275790428882 +10.460983699631832 +10.649673189178742 +10.87542697661601 +9.205082344941594 +6.642235192950352 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +5.066640014552686 +5.110157180670101 +5.10974429345681 +5.259211491651213 +5.062777449676667 +5.262778614186441 +5.4249458318445685 +7.389990055264696 +8.674652508996747 +10.825207144121954 +10.563734943240869 +10.384483838879024 +10.214768764241487 +9.37220034221908 +10.244729429449967 +10.388721827793507 +10.542384163829455 +10.77330290222742 +9.09691700880808 +6.361473979959955 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.183542116209803 +8.241079296136125 +10.766140540226107 +10.412475412018898 +10.324612751753751 +10.209149759498477 +9.396286422591142 +10.198719338960784 +10.338766093079746 +10.586187675582176 +10.731842850445188 +9.047468850650377 +6.307710236218505 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.252978035736557 +8.378555236057663 +10.634975491983047 +10.445543636040666 +10.355556588392671 +10.158560334693691 +9.3398740280233 +10.145657520755115 +10.160148186892906 +10.383662051270607 +10.738232528928124 +9.059150465245203 +6.279252339771211 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +3.599688742468066 +5.068546800148433 +4.771186750531042 +2.2644676534589276 +2.237844862444427 +2.1644358093734306 +2.0586840613676305 +2.078690771763288 +2.055886494875537 +2.0800895550093346 +2.10151635914878 +2.3257952364089918 +4.921009711096867 +4.972145882854388 +4.921603140534933 +4.924372265411231 +4.925501808475637 +4.927206530481996 +5.08053724960547 +3.7588694043022555 +3.908954438139477 +3.760094100819133 +3.9109519883691255 +3.803898966695445 +3.7575999467085435 +5.090982494626381 +4.9817725723363155 +2.325657386622357 +2.278566983911884 +2.263537681587851 +2.2338337088734677 +2.2046384388785714 +2.2546853093682797 +2.2431429540397585 +2.307461092827612 +2.4395983851906164 +5.007285022945161 +5.008933347767281 +5.007595815979042 +5.010168381207977 +5.009987356335542 +5.01172790745624 +5.010681362704433 +5.172804841249893 +5.27268213462642 +5.1689860337066795 +5.170586716521419 +5.270829131243571 +5.528540517457631 +7.585169687532958 +8.735471235217288 +11.17438066942266 +10.848309912467197 +10.476593910652678 +10.293700990916415 +9.596368723617598 +10.387794122597754 +10.450427346791338 +10.642636168099171 +10.779245558907087 +9.132452572506077 +6.487101271807079 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.378659137803774 +8.618911289466968 +10.779423805229689 +10.431275597332732 +10.294242663209351 +10.215328266855183 +9.389696928381715 +10.17307711842592 +10.411834198169148 +10.625135192084958 +10.76429390462971 +9.105336000986101 +6.365934115905411 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.385336679763207 +8.637258247001691 +10.603250143005544 +10.556851897872043 +10.375967514986385 +10.289913537567017 +9.426334593784679 +10.267990965251531 +10.250297905839963 +10.516975338965747 +10.761772245565684 +9.09290829021089 +6.37214818598447 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.322542498958487 +7.274977199596586 +8.48720776464111 +10.828786379414552 +10.419791480134242 +10.268008370884589 +10.214445533896015 +9.383224240888987 +10.177244713341787 +10.278211994399943 +10.535059083099547 +10.783631426898475 +9.115340646494243 +6.451133558373283 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +4.961749281410378 +4.961749281410378 +4.961749281410378 +5.264675949674484 +5.269828892958002 +5.4797990710215565 +7.604730527637602 +8.744379887495622 +10.897088592703195 +10.522920513222019 +10.34180151028263 +10.286686864894335 +9.471352998411273 +10.2287141737799 +10.245505675982518 +10.473078218390578 +10.831637321774501 +9.199893684378774 +6.624604502403429 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.771186747204705 +3.748682267836614 +3.749341363019694 +3.9037128358154267 +3.907253473373074 +3.807258052934453 +3.808605744340235 +5.081780429457345 +4.928961322967389 +2.4667138417581875 +2.3964497541776084 +2.2683776214774483 +2.253586688960483 +2.2043682963681035 +2.202822101675317 +2.362418746173492 +2.302599130383157 +2.4075804024588896 +4.973928827237846 +4.923009377164355 +5.074271478911847 +5.076613927980827 +4.976926241033006 +4.9775445889605106 +5.0796265207309625 +3.75625052659067 +3.906803101728711 +3.909617655386454 +3.758526224169475 +3.909318814091713 +3.914148995645488 +4.933033198448487 +5.083642904003287 +2.274106043125877 +2.395469738139085 +2.1912744446560395 +2.3541216505693447 +2.2021569640228167 +2.207936889136908 +2.2452339305380375 +2.4158809671399335 +2.3570780623535645 +4.923361194772241 +5.0736285612824314 +5.076043734490053 +4.975226131163022 +4.922787680358665 +5.07221395094336 +5.077479702397318 +5.114230543920964 +5.264200364972736 +5.165902799562078 +5.170211539643773 +5.273853024335641 +5.482007644554375 +7.468175087329003 +8.732069993948603 +11.25357061795724 +10.72221676678476 +10.537893005208533 +10.380735120267076 +9.513851865198884 +10.303163295160662 +10.374293128954163 +10.646210815797389 +10.894304366711884 +9.312311086709878 +6.751860853572504 +5.982367101918772 +5.421909835399887 +5.421909835399887 +5.018096894160852 +4.926533705879652 +5.12521414755102 +5.298098075671673 +5.206084096437089 +5.215519129725974 +5.302715228782399 +5.581822809074648 +7.713331839653648 +8.796048179564336 +11.270477801127138 +10.7005159086418 +10.415132668603935 +10.360507270504748 +9.516602805133111 +10.314140473171767 +10.407760418834751 +10.494816704850784 +10.910937822600477 +9.294180516132396 +6.761302131273698 +5.982367101918772 +5.506674321172577 +5.522747580557467 +5.127039575112776 +4.96864055420891 +5.126118651206169 +5.309466803155113 +5.207953354796643 +5.218452507985814 +5.297382034016218 +5.576485702705321 +7.694925052093949 +8.788336007774827 +11.079478907306337 +10.558430551612554 +10.4051318228795 +10.31755618069069 +9.483667587428691 +10.269628312030171 +10.320865407712809 +10.484121977457523 +10.846673295121715 +9.24326995409636 +6.687058988273225 +5.982367101918772 +5.421909835399887 +5.521588472897164 +5.123823620223592 +4.929269085501119 +5.116669110469994 +5.1278544209626 +5.293526275900351 +5.200583038299638 +5.172294678963985 +5.657614240102862 +7.70843173882994 +8.795197323926828 +11.100177937539229 +10.736732754874108 +10.425923822000945 +10.352806026738152 +9.528420053503647 +10.30827600911251 +10.324201775691108 +10.478440976373125 +10.918487481250573 +9.321470088731465 +6.822570555188544 +5.982367101918772 +5.550125156176296 +5.575880234657223 +5.151730169482513 +4.968335909025592 +5.154110126573429 +5.2801621128713805 +5.28349781737984 +5.168110981027716 +5.29116062964504 +5.541189185008242 +7.654333450793445 +8.779571003974683 +10.939795967772756 +10.48984209038567 +10.327558397147103 +10.300168116592472 +9.514913546993307 +10.300679973487817 +10.266955224042198 +10.575260422136084 +10.868137070009912 +9.21797182751917 +6.610739890542065 +5.982367101918772 +5.421909835399887 +5.421909835399887 +4.917221961530709 +4.918919456947864 +3.599688742468066 +3.7485786673784247 +3.90125965135066 +3.756074309833049 +3.8078730155865115 +3.9106829851907507 +4.928233622352433 +5.083485492221626 +2.4975404229175675 +2.251461702967313 +2.37326611029169 +2.359547070966261 +2.257964909661972 +2.2069854142550978 +2.36100785390465 +2.4224821186002887 +2.350021228795507 +5.084244811271018 +5.086758256734799 +4.930931413144465 +5.080443484726181 +5.087320964843916 +4.932983103224967 +5.082939869661118 +3.9236882506946444 +3.765295865954651 +3.9168660019229598 +3.8157811155192776 +3.9252857904378446 +3.767603951995563 +5.09111265028345 +4.99547867671215 +2.4824777657126336 +2.2531253138037552 +2.3611871467127923 +2.362818868555275 +2.259098162945654 +2.2605537224548726 +2.3649190173942922 +2.2557845121044013 +2.5201954042152295 +5.097611740630068 +4.985572452881906 +5.098486255457687 +4.9925734882737265 +5.110150355147872 +4.998632990212555 +5.108855262711029 diff --git a/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv new file mode 100644 index 0000000..79e6595 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_5_pu.csv @@ -0,0 +1,8760 @@ +0.32260535299114235 +0.3097429156007625 +0.32197567789805437 +0.30971284157236306 +0.3222565940505495 +0.3097570539985329 +0.4185809951690709 +0.4063877923160101 +0.2056570636981428 +0.18578447609831342 +0.19751254436382015 +0.18739606553303834 +0.18169334950582722 +0.19391445017333103 +0.19619259306855583 +0.19121221107438216 +0.19880871504091227 +0.4183375087746324 +0.40583597656332093 +0.4181687912855775 +0.4060767092844077 +0.41829268847279816 +0.4102200929383685 +0.419188673731049 +0.42152951770172487 +0.4344104096546803 +0.4219834014612465 +0.4341080330892375 +0.4219895314551843 +0.4638640361102981 +0.634298279028867 +0.7213371919919666 +0.9268754796242514 +0.887617068639142 +0.865743573730049 +0.8495134389761781 +0.7835529092494602 +0.8449610355299425 +0.8499684798927438 +0.8700995939776207 +0.8897122801231379 +0.7560972921414326 +0.5392046691505752 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.43268001242486653 +0.4247976587238819 +0.45466720982504016 +0.6081590825820743 +0.7171175731489347 +0.9001065180855272 +0.8658838057968579 +0.8531888458450789 +0.846886888040915 +0.779734081844419 +0.8447154421014282 +0.8469622181336329 +0.880447627058299 +0.8928219601011792 +0.757554719811534 +0.5441317573881213 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.43262043498690994 +0.4205301605825932 +0.4251216737309289 +0.43381917809528875 +0.4247030425747119 +0.46406030897293843 +0.6287756406186117 +0.7224722377307006 +0.8939740459142168 +0.8616163439915355 +0.8584001642675892 +0.8460003509645098 +0.7777516823576711 +0.8438897318047961 +0.8477406894616549 +0.8608414733443295 +0.8944126755494166 +0.7574415544540348 +0.5439160941263668 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.416644452438772 +0.40468817077494423 +0.43290631158800824 +0.4209604013988564 +0.42721343036726744 +0.4276322680595551 +0.4277408520016331 +0.4575904030352955 +0.6240303121638964 +0.7205676024268027 +0.8984163055348448 +0.8609190781531582 +0.8539438860024319 +0.8451426474015631 +0.7776621987488783 +0.8457527834478743 +0.8463020835922573 +0.8517942512087832 +0.8871657880466793 +0.7543356266290904 +0.538257408260839 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.4125067640804888 +0.4047645770265675 +0.4203417528074342 +0.4208014038990498 +0.43317745907058036 +0.4337501824473505 +0.4250336848790379 +0.4639257981318763 +0.6207697617528529 +0.7222623900004979 +0.8876602352586458 +0.8587766849066758 +0.8565171388895261 +0.8439056479887789 +0.7757871506719504 +0.841991907660882 +0.8476334461646147 +0.8515419310737639 +0.8899758034690319 +0.7524579696344113 +0.5354109458352128 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.30822960765980567 +0.3083858397751891 +0.32082784821903493 +0.30875208085455635 +0.3087550871487929 +0.4054865716625353 +0.40547354483724896 +0.20656617451298998 +0.18536939683418685 +0.1869142989257699 +0.18860606976966443 +0.18844567627327405 +0.18634914657004387 +0.18246190923415212 +0.20068428499082258 +0.19909005856603743 +0.4195816059653249 +0.4098952224875591 +0.4194260856037896 +0.41260759497938304 +0.4097386382088378 +0.4201079054777698 +0.41350349493722927 +0.31397540866095797 +0.3237191158979544 +0.31822602891147006 +0.31459073391583 +0.32434786083414185 +0.31849703439821014 +0.41566648769231673 +0.42165844310709755 +0.20019651110346115 +0.1891900098905751 +0.19048146183839476 +0.18697286095091453 +0.18907277712876522 +0.19490279343089756 +0.1879623734087599 +0.1948680152792952 +0.1985592577119663 +0.4194909737042584 +0.4130218166252495 +0.41019268799100644 +0.41924687335307964 +0.41426044313391513 +0.41455576768369023 +0.4070431108898666 +0.42720125792656677 +0.4385272489490839 +0.42869288471934686 +0.43713431144806314 +0.42814651841806545 +0.4667663231588694 +0.634802344391824 +0.723261937411537 +0.9271442862130309 +0.9035435676976924 +0.8812214115629774 +0.8645098594324365 +0.7997065337022201 +0.8550673559195286 +0.8520468772256508 +0.8623078583750983 +0.8986074966918736 +0.7759527365507078 +0.5598943166429375 +0.49200824572090235 +0.44995514345897003 +0.454178065568645 +0.4168814850460274 +0.4056771678944892 +0.42170375054543857 +0.4221760467920155 +0.43553797007311407 +0.4284500570646406 +0.42571141434907717 +0.465975479793115 +0.6348020160644394 +0.7232327041834948 +0.9013736861144486 +0.8622492906695561 +0.8494761114542358 +0.843969285644914 +0.7758920457289064 +0.8415420618737823 +0.8416729513763754 +0.8457872353594023 +0.8854354056920419 +0.7531028413278608 +0.5372865259859875 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.42023521978182893 +0.46204702329659797 +0.5990488021609048 +0.7033744245758212 +0.8960268345009967 +0.8757745939230261 +0.8568799605044567 +0.8504711258756261 +0.7837746176026709 +0.8472826523087253 +0.8498927407072915 +0.8458551855258614 +0.8764016098898911 +0.7417065001292533 +0.5224719349756202 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.4205791577364339 +0.4335136348217703 +0.4211565872754674 +0.434417836836234 +0.4645616120639689 +0.6219425857610709 +0.7227117700145482 +0.9061986093218298 +0.8681262628501015 +0.862491862424901 +0.8638172402333409 +0.7886169853987586 +0.8519085073267699 +0.8516401009931088 +0.8606456655902087 +0.8722389141154635 +0.7591649224440985 +0.5468805427506498 +0.49200824572090235 +0.4459145186386834 +0.45406535059187814 +0.4166237780672907 +0.40490744564999764 +0.4329768969492991 +0.4208423656666186 +0.42084995005040826 +0.42134992722084547 +0.43445177499435605 +0.4549374187245336 +0.623198408074448 +0.7210344348153153 +0.9043533952183791 +0.8613858150179092 +0.8492805036142239 +0.8451985649066053 +0.776407515226991 +0.8415416150311505 +0.8421834770570268 +0.8421582935116757 +0.8826579043451659 +0.7515079661916956 +0.5342324794236288 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.32038100382628326 +0.30829452141248725 +0.40459896181553096 +0.41694562573369226 +0.1919487945428764 +0.17224568667811918 +0.1844780915261611 +0.1813700891476026 +0.19367709495101607 +0.16942754082961717 +0.19353442542765822 +0.1742460273209136 +0.20594611907655722 +0.4048235772056103 +0.41727345322440673 +0.4049838879526574 +0.40479152982476563 +0.41734993934680614 +0.41767625172973205 +0.40941901800869573 +0.3131520693234662 +0.32150749068859596 +0.3131680922574336 +0.31323018026671645 +0.32169672523649 +0.3091279925231014 +0.4177729098662081 +0.4183533259605618 +0.19008673130294126 +0.18690502551239924 +0.18256837986275923 +0.18145399414136537 +0.18526611414035113 +0.18324300629922913 +0.18317544018335113 +0.18549567367977765 +0.18841674860729862 +0.4075512362814333 +0.40946763582656864 +0.405203364146304 +0.41834091874150636 +0.40913648145900494 +0.4053571779354441 +0.4182136959670808 +0.42123194799822794 +0.43355079032427746 +0.4213865061296092 +0.4337109191748285 +0.42513822026606213 +0.45100449561678774 +0.6183217133803207 +0.7213280232384451 +0.8939467737231223 +0.8680000295774958 +0.8467443837390239 +0.8447179904703461 +0.7752694394236055 +0.8381155855053622 +0.834684080656227 +0.8652504738755437 +0.8794987252530921 +0.7480366641226067 +0.5314350511716796 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5922039816249355 +0.6788599402696353 +0.8835749412822372 +0.8489882256265179 +0.8394232705580253 +0.8352312046620748 +0.7760987917597126 +0.8461624526389824 +0.8496203669574542 +0.8622743570781229 +0.8726222460040256 +0.7428281234079385 +0.5193424763932218 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5955713231794816 +0.694794819097744 +0.8887275029890609 +0.8536254426639571 +0.843022578511672 +0.8384665614566834 +0.7692765843200342 +0.8408885946045821 +0.8519770691755574 +0.8643060475826982 +0.8757782821692576 +0.7462986900120268 +0.5204225444912346 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.6045705099447356 +0.7039009298793705 +0.8875937962241438 +0.8719528739894747 +0.8433395852238234 +0.8389453590651417 +0.7707318602295283 +0.8366893403241201 +0.8371804048514978 +0.8501245725504487 +0.8816087621764542 +0.7493426307408753 +0.5334435297979665 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.462231216467921 +0.611013315804252 +0.710913951991143 +0.8760982958131514 +0.8580177045301945 +0.8487845526729362 +0.8421817102805969 +0.7745016026452982 +0.8399147203310212 +0.83837046598217 +0.8595138394988242 +0.862824520697124 +0.7500524555333699 +0.5319927657648426 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.3082481193021751 +0.29604945887639406 +0.30855218801981427 +0.3212743022686909 +0.32151139912378096 +0.4054684200884179 +0.4183915649685034 +0.18691508930383266 +0.18696138597142434 +0.18262251533094517 +0.185921414767554 +0.19349180568474342 +0.181811556439569 +0.1881079208007971 +0.18818329673500095 +0.19737109070868183 +0.4051323677688211 +0.41825015048762276 +0.4057340951173693 +0.4180894067690517 +0.40584335150881773 +0.4182173413765131 +0.40969615553944766 +0.32262539153379655 +0.3130713314532768 +0.3223824665470823 +0.30966750020726314 +0.3219638960864872 +0.3137419856438766 +0.4189690646422254 +0.40983731442909377 +0.2025274078085697 +0.18541789363096775 +0.1956133973406684 +0.1941958330903808 +0.18605773042695128 +0.1863070096111 +0.1945238955061121 +0.1836774071715392 +0.20415851085003958 +0.40559982528792965 +0.41839141773231386 +0.40600751801842555 +0.418452977829992 +0.40623606780318516 +0.4186986467236204 +0.4101733241241276 +0.4345377465161074 +0.4216614430351502 +0.43395549542750983 +0.42600210988758236 +0.4351613056263612 +0.4558813836516409 +0.6343373177393546 +0.7230221128491245 +0.9087689264564004 +0.8781823129458406 +0.8645377259153264 +0.8554054389156223 +0.7872917902258569 +0.8528530620378514 +0.8587120196262564 +0.854111009421856 +0.8942021095671341 +0.7706850777011737 +0.5611552687436789 +0.49200824572090235 +0.4499645270466329 +0.4541806919677362 +0.41696526116650084 +0.40595042690760996 +0.42243820635856666 +0.43682915584758647 +0.4288748951233132 +0.4295230069655382 +0.4367428175472446 +0.4570064103671976 +0.6311120336506635 +0.7233641464897896 +0.9115660148453832 +0.8672769537971645 +0.8520876507572456 +0.8492329609358611 +0.7798909165739573 +0.8445207550528343 +0.8443035729130087 +0.8541155046371925 +0.870447367407816 +0.7575476804304999 +0.5447021327343813 +0.49200824572090235 +0.4459145186386834 +0.4540013591944575 +0.4166747923825114 +0.4089531835565233 +0.4247626035902544 +0.42492777588942554 +0.4336239294352977 +0.4212626800185112 +0.434250443320133 +0.45523961919689127 +0.6244117228783771 +0.7220446262962097 +0.8924744745778669 +0.8705513351311972 +0.8545373355345774 +0.8476358919032279 +0.7794931449617859 +0.8439018847734162 +0.8444238172154622 +0.8514034217943245 +0.8744070302525548 +0.7552826508266233 +0.5411522420394071 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.40471885641437055 +0.43288507534583986 +0.4250052808044494 +0.42752033720445787 +0.427869339353312 +0.42822707939885235 +0.4544004178371943 +0.6292336682509485 +0.7219263270640628 +0.8999894535368966 +0.8721344750441903 +0.8531926110061946 +0.8469023573713645 +0.7891827968106472 +0.8477688031758454 +0.8470783472521689 +0.8536858400073969 +0.8853188932372431 +0.7572910361164268 +0.5449079795037827 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.43238030994577525 +0.4204296002299889 +0.42039786533972573 +0.4330221052985689 +0.4332885795794514 +0.4506474412650394 +0.6133992887324565 +0.7189208201875504 +0.8906374092655388 +0.8582207782310081 +0.8439462601286317 +0.8428220123494672 +0.7741828712768901 +0.8421162210210997 +0.8401336999947528 +0.8455549783714496 +0.8707262109575256 +0.753212513226354 +0.5372120896705614 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.3082886025197003 +0.30838417459689493 +0.3213482843315357 +0.3217015477713877 +0.3125199059581163 +0.3093046276232942 +0.4203024274152755 +0.41066933855966903 +0.20010127675187622 +0.18972622685318472 +0.18297184090906637 +0.1942732836761412 +0.18457630216306117 +0.18664726092506576 +0.18689776473162922 +0.19625662904569652 +0.1967335559591362 +0.4192507816331984 +0.4099230675986132 +0.4199051487295473 +0.41258999001602986 +0.4103858657709965 +0.4201151341522281 +0.4145043959154854 +0.3179845243102591 +0.3251041556051845 +0.31755282743900315 +0.3180856513177046 +0.3251626119301826 +0.3153296579991272 +0.4208487270732664 +0.4130275439218948 +0.20234909432943052 +0.1949370933005507 +0.18691159916714084 +0.18889319855724993 +0.19500368136445548 +0.18995158288009642 +0.19536604000030924 +0.19063967888883487 +0.2055354942741286 +0.41348202291525066 +0.4104680347136071 +0.42005526444513486 +0.4124978344266211 +0.4218536905021182 +0.4137066891083452 +0.42141029727757656 +0.43161522901226346 +0.431165612529372 +0.43712932624027323 +0.4280710228060163 +0.4374616488329837 +0.46147380809905475 +0.6348033069308042 +0.7233256611933863 +0.921232272673918 +0.8814491463015576 +0.8674719152011434 +0.8613142120461548 +0.7904648858452432 +0.8478841221939603 +0.8469462234410374 +0.8509244407289365 +0.867931999172185 +0.7645512834534416 +0.5526144046261214 +0.49200824572090235 +0.4459145186386834 +0.4541124072821235 +0.4167675124746676 +0.4053792637132948 +0.421335310214229 +0.42165795023228164 +0.43541773315078713 +0.42613506492456243 +0.4350370385732805 +0.45781907932284926 +0.6326116116223738 +0.7226422138727722 +0.9174832755905749 +0.8703327763601486 +0.8499911292799348 +0.8494001556271649 +0.7844282620350188 +0.846451502316775 +0.8478422339863317 +0.8491803827661453 +0.8737326696129303 +0.7651947991863182 +0.5557597767671021 +0.49200824572090235 +0.44996600490943905 +0.45413257841790966 +0.416727235049057 +0.41723972269886206 +0.41641694416735703 +0.4204030695708323 +0.43253505142028753 +0.4203142284809498 +0.40806950126325003 +0.45000672254759494 +0.6004499255827688 +0.7083029466341003 +0.8983359840376484 +0.8742623400812041 +0.8561387443300317 +0.8459834700229318 +0.7779112519484921 +0.8367538293320643 +0.8354897591140225 +0.8606939016573052 +0.8851148940263159 +0.7495607253699744 +0.5320353158490978 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.6098588452109566 +0.7065399855650857 +0.8746286663249241 +0.8507592529481753 +0.8452285739289433 +0.8395590242319791 +0.7729786553666089 +0.8379416093487818 +0.8379453858763577 +0.8407909063802793 +0.8634987299137005 +0.7517980209347347 +0.5335675459820715 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.4203461668842297 +0.42038414758524173 +0.43330045179170645 +0.463190825116826 +0.6146882135829581 +0.7141475534069333 +0.8930706276253717 +0.8522333122676878 +0.845716371200711 +0.8450401742857264 +0.7740384163198231 +0.840663215091936 +0.8389233742002855 +0.8472939177849896 +0.8765917571694627 +0.7515262740263019 +0.5328151724157785 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.3205684897804308 +0.31286204278137636 +0.3131631793473979 +0.3217564551863902 +0.3093168651396971 +0.4189087090284975 +0.4095771857604885 +0.19976313536193605 +0.18492200730070663 +0.1818232135568204 +0.19369896297910996 +0.18151183347924582 +0.19420831102224584 +0.18581092621096926 +0.1861252954809575 +0.19004967436168657 +0.41903965704577784 +0.4124972682544104 +0.40976320674252614 +0.41983001309681073 +0.41405240568895163 +0.41431556760728444 +0.4069058537451164 +0.315686114525171 +0.3252353597784151 +0.3217854051207663 +0.31974205145329926 +0.32678559059030615 +0.3172555887570301 +0.42267400272414307 +0.41433698916192074 +0.2002175466337576 +0.18975853233702697 +0.18900916124288275 +0.18847924319506829 +0.18588731136464826 +0.19387017587512373 +0.1855162248361595 +0.18797562431330436 +0.20195411140959194 +0.4113753484652216 +0.42092086630679043 +0.41353995641796243 +0.4234168463514718 +0.41782899675773805 +0.42555907494459266 +0.4218825431410339 +0.4308231075135698 +0.4412989821410232 +0.4365215327300439 +0.4419217824710404 +0.43957892573501023 +0.46108760923952 +0.634877561580659 +0.7236611844858741 +0.940920836580949 +0.9139263452408811 +0.8954308141748379 +0.8914081652667155 +0.8212606546413351 +0.8810034949051281 +0.8641300441983722 +0.8650594462072594 +0.8851002218081194 +0.7906410735249726 +0.5778797783249124 +0.5006379440076335 +0.4599532099740184 +0.4669226168209941 +0.4264808641443108 +0.41447265709031084 +0.4225061838107934 +0.42817532761237304 +0.440224481955206 +0.43351275676372225 +0.4408815082405788 +0.4639320067449021 +0.6348043374061226 +0.5127844974424988 +0.9125558043320704 +0.8886427329681877 +0.8791697665840199 +0.860324745835611 +0.7870323832537447 +0.8445849165232101 +0.8434570837160889 +0.848223607853181 +0.8841983736089504 +0.7663786629149616 +0.5568702249006541 +0.49200824572090235 +0.4540980615652862 +0.4542102358124402 +0.4168901473936849 +0.40574175900022064 +0.42190715054812783 +0.4224357181413277 +0.43573725266967667 +0.4279582075587217 +0.42519217273548227 +0.4655534158345453 +0.6338275376129434 +0.5122136261321583 +0.8801633210371594 +0.8594073186182574 +0.8487645422234031 +0.8435058077639415 +0.7783823036259314 +0.8416408754118465 +0.8419733895657753 +0.84374710234927 +0.8578267425061239 +0.543457478914825 +0.5394714938284159 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.41262147652061004 +0.40485699346690923 +0.4211416879544286 +0.4215592567055215 +0.4350769872362113 +0.4253705837700562 +0.434507451195775 +0.4551135697040621 +0.6248271336261024 +0.5099995800629454 +0.8745515443401314 +0.8539179395832879 +0.8459457482534671 +0.8444472904824786 +0.7769038962939465 +0.8388834585781181 +0.8406959343891774 +0.8405339831111229 +0.8495037520336673 +0.5434026745407933 +0.5435676799871466 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.4047154001642051 +0.42032187799315857 +0.433145869068024 +0.4210163534476032 +0.42110950951873216 +0.43483330094159134 +0.45528159009971814 +0.6281180306273378 +0.5070860994313233 +0.8629842524257393 +0.8480456809950406 +0.8438277975538131 +0.8420878748483271 +0.7706186313955993 +0.8378504788691314 +0.8362334608202331 +0.8482801134227891 +0.8657297176658292 +0.5429573169165623 +0.5351441162875199 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.4046023907312358 +0.30838934591605904 +0.3088612629342358 +0.3215178244870784 +0.32187606613446446 +0.31271387364235165 +0.32265520346434773 +0.41023392291530436 +0.20866747880830905 +0.18937446642686123 +0.19569730698958854 +0.17995590615306042 +0.19341343355189627 +0.1854804468277537 +0.1808587235403856 +0.18618455725678207 +0.1814556034402879 +0.18402687566652354 +0.1942442946213403 +0.4178882447518034 +0.4053931667592516 +0.4179750107447283 +0.40562709218939824 +0.4181387528035912 +0.4057641975284627 +0.32175652205678434 +0.3133411938772819 +0.30931092338866306 +0.32259760251351666 +0.31637106911953916 +0.3160893165247404 +0.41237090354467343 +0.19935133837751412 +0.19828792794520642 +0.18333817534626282 +0.19465183950290083 +0.18210439108740734 +0.19461926731931736 +0.18213899860973426 +0.19509423470837547 +0.18691954775114708 +0.2013489499594242 +0.2032155361557973 +0.41470149094266673 +0.4220069715129854 +0.4123745279410384 +0.4212040544490616 +0.41293348242415184 +0.42157264672906175 +0.43321847327412444 +0.4322650094058212 +0.43858371438145693 +0.4341192471774117 +0.43988183309422463 +0.464408805788398 +0.6348043708573917 +0.5124182878926202 +0.9301633595573259 +0.9022463575179945 +0.8807155067417628 +0.8665865750779072 +0.7964958818652457 +0.8584482758444899 +0.8531159825431386 +0.8513130815779846 +0.8826199079325205 +0.5637825559423583 +0.5589264048980226 +0.49200824572090235 +0.4499663352291881 +0.45415468968307304 +0.4169189717377356 +0.4056329173231613 +0.4216507117319244 +0.4221026992106169 +0.4360360873543603 +0.4285848687375978 +0.42550777507651216 +0.465509712906603 +0.6337178665368702 +0.5121435546171437 +0.8943082132480199 +0.8556143150715033 +0.8454717608813928 +0.8443724590027882 +0.7746604743605213 +0.8382401808280501 +0.8363829537250594 +0.8352021641844011 +0.842996497551723 +0.5333862025290241 +0.5305946690943081 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5951713118109366 +0.4837371004861761 +0.868822747655475 +0.8499783066351949 +0.8437109359614362 +0.8446892863499054 +0.7715580957636373 +0.8367139463529558 +0.8372893658135784 +0.8376306384037959 +0.8469910873734716 +0.5384399987015273 +0.5332792593496406 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.42028084122304166 +0.4203464163803245 +0.46262488824686177 +0.6183023165062498 +0.5057869114133217 +0.8691928705223397 +0.8487131609232736 +0.8459744316418678 +0.8420438713615617 +0.7722382291196974 +0.8380014084924541 +0.8389477291435814 +0.8418239515152723 +0.8654509466750021 +0.5422009389867681 +0.5363078025392234 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.43243289637209326 +0.45002045710161426 +0.6020867924359856 +0.49736557226470485 +0.8596184199059055 +0.8481537445047121 +0.8507996520974495 +0.8362246196030565 +0.7693106922987545 +0.8346752351449926 +0.834000040408479 +0.8399385527100978 +0.8440802359152129 +0.5366079972544396 +0.5284593462067693 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.32058146725321657 +0.40479274797369913 +0.20630926172382333 +0.18681719934395052 +0.19574475203915342 +0.18155039020744707 +0.1793510706993904 +0.17417427374815897 +0.16879079235820008 +0.16890583246052132 +0.18116357594103663 +0.18525474682828702 +0.19173527200992865 +0.40913224659213787 +0.40485913710354204 +0.40519451303083753 +0.4174934945614176 +0.417734859289803 +0.4053435473991335 +0.32149016605460967 +0.3126557067166387 +0.30908718425807 +0.32248915781997595 +0.31359069071843637 +0.3093550173109281 +0.41900007951169393 +0.1968626746837564 +0.1844623950909509 +0.18639970877371315 +0.19376446046590176 +0.19377121675423314 +0.18252024060014266 +0.19393240411653334 +0.16913591292175226 +0.1979285690678887 +0.1951784907406162 +0.19832640633783008 +0.4175991987254512 +0.40930445689742967 +0.4093826252142412 +0.4177591570165187 +0.40941513918989936 +0.40497706463276134 +0.43282794412412773 +0.43349263589050074 +0.42110604991156203 +0.4337514241629545 +0.4345233474414043 +0.451076038823341 +0.606154529910684 +0.51003764654658 +0.8886853175724139 +0.8610382313585111 +0.8482645527804242 +0.8450070518087932 +0.7769135870242397 +0.8369179646643398 +0.83660540699712 +0.8375660052719777 +0.8473680713848738 +0.5445711737428437 +0.5455459798177937 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.40473213478761955 +0.4250805975801856 +0.43393210513272523 +0.4251243067599648 +0.43488096137017235 +0.4273762246227333 +0.45891430335641686 +0.6301372588561182 +0.5052438422479314 +0.8959836264356366 +0.8616682496617726 +0.8518998219390502 +0.8480150690806948 +0.7816434488376724 +0.8463451921372285 +0.8474089128155889 +0.8538694533439107 +0.8650936732317135 +0.5533847513090449 +0.5599871081644712 +0.49200824572090235 +0.4459145186386834 +0.454092200092589 +0.42132302042393127 +0.40543297143369544 +0.4337409837607437 +0.4266829144437371 +0.4279057936652488 +0.4281376358282729 +0.42800926592437627 +0.4580279522788618 +0.6275351235470442 +0.5098379534878681 +0.8800209181665783 +0.848258213996155 +0.8424075974738857 +0.8411489964214472 +0.7710362170624883 +0.8327194039740481 +0.8310736719168084 +0.8312804524337813 +0.8429706564472143 +0.5249092526188598 +0.5185651477699867 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5961501774828284 +0.48576897696927945 +0.8829250939356027 +0.8563804925580839 +0.8401337459775121 +0.8370078630400355 +0.7699369126944414 +0.8353080284234059 +0.8354814903917219 +0.8368609324598485 +0.8659293553251892 +0.5384386937689759 +0.5313725468878776 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.420270769956059 +0.4203728139871859 +0.4330252784616124 +0.43340115443490806 +0.4548250066545307 +0.6138138786034244 +0.49520999186040165 +0.8682761708334474 +0.8485639605687152 +0.8455349176083196 +0.8456626886702021 +0.7751820259951202 +0.8419267752275434 +0.8384103202325559 +0.8391944339592459 +0.8456588304887899 +0.5366680132352285 +0.5393145619640003 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.3083738903916627 +0.3210139296442875 +0.3089441207754299 +0.3218965361752094 +0.3223822106279389 +0.3148089051087472 +0.4090814222740016 +0.20529263566625852 +0.19666432991923036 +0.1824077287803315 +0.1940220111801704 +0.18589221004772974 +0.18588982682783076 +0.18159902864688282 +0.19477293405847065 +0.1820724008538858 +0.196097312525379 +0.19665191617196223 +0.419500384595626 +0.4106759210300945 +0.41996960450519694 +0.41285159483342715 +0.41027278435578696 +0.42013845350286216 +0.31747165133815075 +0.3144422618554248 +0.3236711737607067 +0.31778329219126283 +0.3183508151594054 +0.3250954595251623 +0.41445599963426993 +0.19248283718965714 +0.19702276524857285 +0.1879558267844035 +0.19512471078640006 +0.18186168184028487 +0.19415710675252978 +0.1942552275284684 +0.18612568782315284 +0.18611235531790996 +0.19705955761244273 +0.1926347022502126 +0.41897348673336215 +0.41053806232656354 +0.41955803396890173 +0.4098864000803371 +0.41927459356383245 +0.40973593998394264 +0.43444311550581166 +0.4215338510627646 +0.43391018314453095 +0.4218658365475966 +0.4343301844411801 +0.455483565080059 +0.6343159790159173 +0.5058281034964447 +0.8926624325708891 +0.8727007638840684 +0.8596524134391996 +0.8514302975309906 +0.785060879259002 +0.8431509309260066 +0.8407909088975695 +0.8416785917472964 +0.8501678330371936 +0.5386985278082693 +0.5439733798230086 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.4326977099482613 +0.4205773027079338 +0.4255667337094069 +0.4341022107058142 +0.4511253498546301 +0.6225133798283125 +0.5013495737644563 +0.862529664211734 +0.8550613773301892 +0.8452725411797183 +0.8462190878129581 +0.7784103390113416 +0.8416928195521222 +0.8360494959953253 +0.8383711690091203 +0.8457102432223975 +0.5295034452482968 +0.5268279450448976 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.4202913748512434 +0.42033375198485223 +0.4207359528535879 +0.42100693359407027 +0.4509727691861005 +0.6252918114616841 +0.4994753505954942 +0.8589895942178456 +0.8508017983877791 +0.8458119083448591 +0.8482283957350318 +0.7797503006973542 +0.8443238773829346 +0.8379352096720686 +0.8400567826045026 +0.8409345712427072 +0.5330604103264811 +0.531903737446001 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.4202504290575474 +0.4203669727210617 +0.4327125353470691 +0.4461233093183675 +0.6140292154181884 +0.47951459850482514 +0.8547175251154319 +0.8438770482024939 +0.8397929311007722 +0.8379609116853161 +0.7692821701814817 +0.8330242935577931 +0.8329717386056494 +0.8333314307530882 +0.8387661285047843 +0.5243884527683459 +0.5184610638033402 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.44997894811040556 +0.6042836226874152 +0.4859572441320452 +0.8521559703407551 +0.8457822473442292 +0.8443513761411093 +0.8400626445927032 +0.7719909565834538 +0.8364502884114147 +0.8374435836469278 +0.838485739144518 +0.8435211654692815 +0.5357956012311897 +0.5361240015521834 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.40456178760985606 +0.3082855433423586 +0.32083924043092943 +0.3087609468832335 +0.32151307513961475 +0.3218444698030315 +0.3127438797363945 +0.4187190039441876 +0.19409574835305898 +0.18887182858752613 +0.18963457334209105 +0.18584568505227772 +0.18547678845722967 +0.19364801402573378 +0.17709213499324997 +0.18544844166989194 +0.18782815284459312 +0.1893228587876414 +0.20082663448322355 +0.41218563450501006 +0.4124769294790418 +0.4125552376282135 +0.41269613491469187 +0.4090580153395113 +0.41864019884695775 +0.32445640245327145 +0.31689812422658536 +0.3136927363163621 +0.32351878231560555 +0.31708239542122657 +0.31793785738905594 +0.4212743229809507 +0.19465200062466512 +0.18819788462676204 +0.18834489895012996 +0.18534234575359557 +0.18864108871713825 +0.18568620673960323 +0.18130050888596708 +0.18149253808863527 +0.18439347684750207 +0.18924078817548534 +0.19745013107712983 +0.40884248263913475 +0.4114519966539935 +0.4200038887231139 +0.41271798208583776 +0.41325171616442724 +0.406509575534167 +0.42680560542023194 +0.43659799694622775 +0.4297021624520428 +0.43010944845840837 +0.43714703821959766 +0.4564660122469944 +0.6297469020099057 +0.49890407008469545 +0.8790095924714075 +0.8724871167085145 +0.8602592812749242 +0.8546657757280426 +0.7837355525984546 +0.8439361707021402 +0.8463448679796755 +0.8480094468918201 +0.8613148990313528 +0.5392542002531993 +0.5475749540220807 +0.49200824572090235 +0.4459145186386834 +0.4540302765691663 +0.4167401465788792 +0.409195453921275 +0.4209393650020088 +0.4208816738844056 +0.42174424164992375 +0.43522547678519347 +0.4277704323162042 +0.45475729913405555 +0.6261985372618393 +0.49866164450673034 +0.8652556631176352 +0.8570616807767069 +0.8470782916278503 +0.8463075542428211 +0.7758598893285866 +0.8413356030209136 +0.840827634171355 +0.8418773581126112 +0.8518500291773804 +0.5299019208791392 +0.532972625519429 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.41249294634340544 +0.40467772213763875 +0.42030837261830706 +0.42062856773562196 +0.4330566920191184 +0.421066628792603 +0.4210022730806347 +0.46424773842022776 +0.6240963305522041 +0.4931870616079617 +0.8563913369732363 +0.8483955160320026 +0.8430007571504401 +0.8436839722921238 +0.7710388377358377 +0.8350598846542274 +0.8301567437705084 +0.8343691808618404 +0.8372054980088275 +0.5184327315164026 +0.5208306212908139 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.589134392243508 +0.4697675957522655 +0.8515607716319479 +0.8497963473204596 +0.8351957894920383 +0.832662188117995 +0.7669390006535292 +0.834286589630177 +0.8323090619841456 +0.8339817376361188 +0.835940805923239 +0.5296917205365058 +0.5149501884009102 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5900820602289026 +0.4615989109103511 +0.8583213089135804 +0.8477913096963627 +0.8337898631148619 +0.8324827585989336 +0.7645510554008184 +0.8291242277842304 +0.8310838331794043 +0.831994419220149 +0.8405416650930081 +0.528997878993891 +0.5129924962532468 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17962640599360272 +0.17259886221949594 +0.17113625540148686 +0.1689058327171098 +0.1689058327171098 +0.1689058327171098 +0.16872924491156613 +0.16913591292175226 +0.16960412869374444 +0.17330337714411592 +0.17928303721651853 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.20273105355102275 +0.17102121529916556 +0.1689058327171098 +0.1689058327171098 +0.16919746049668044 +0.1684991645786294 +0.16890583258881553 +0.16861420468095065 +0.16884428501388735 +0.17007856328542773 +0.17517887209437705 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5887381620586192 +0.6841589062833565 +0.8721110707457752 +0.8457504795612536 +0.8380440523952869 +0.8316703904271484 +0.7646758219741584 +0.8303745882570492 +0.8283846275975129 +0.8282198443904863 +0.8297384603354652 +0.4977276938735394 +0.28965076763492587 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5661474452724946 +0.6585546785958897 +0.8431444358260339 +0.8367115453716416 +0.8361535576532366 +0.8409698576631327 +0.7854527169044457 +0.8592515902731314 +0.8574719232426299 +0.8424840963128708 +0.8390851552344871 +0.511212318472054 +0.2696538459526529 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5578420060265942 +0.6514904726066287 +0.8471808156139752 +0.8395743832489939 +0.841404989140378 +0.8389180727975083 +0.7760808427533021 +0.8574372106658604 +0.8719321399888039 +0.8534829715312303 +0.8462822286477617 +0.5052843877401146 +0.2696538459526529 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5484888323216677 +0.6492408337879759 +0.8572385027028484 +0.8349360274083236 +0.8277872740864843 +0.8335160612240635 +0.7613578575109914 +0.8265275045414949 +0.8332171265489646 +0.835744927505206 +0.8293462593634695 +0.49325946675186033 +0.28696570428918466 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5563070097761651 +0.44193559913775887 +0.868069126939647 +0.8436433177203113 +0.8347060179828365 +0.8283405994526026 +0.7618806109296524 +0.8286289480700281 +0.8284769225110918 +0.8322079287401518 +0.8307826388091962 +0.49560273024603796 +0.288094516722059 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17259886221949594 +0.17084462743503825 +0.16990197640391763 +0.1689058327171098 +0.1689058327171098 +0.16879079248649434 +0.16861420468095065 +0.16861420468095065 +0.16913591292175226 +0.16990197542130045 +0.17517887209437705 +0.39239705339758735 +0.4045513916699228 +0.41671162298789677 +0.40461842655690416 +0.40459881588231356 +0.3204863086539855 +0.3206712759594489 +0.308393271082957 +0.32077266180671643 +0.31271556196128897 +0.31286948083578947 +0.41749064779773903 +0.19833043622636104 +0.18504318966520442 +0.19806636648661616 +0.19572224514887426 +0.18267970116424218 +0.19370355333327813 +0.169020872819431 +0.19335950891358675 +0.16913591292175226 +0.19365249610710042 +0.18567171623481307 +0.20009102633108103 +0.4052238605792159 +0.41788823118079854 +0.4183020664338134 +0.40565354440070855 +0.4182486248022235 +0.4342660236540737 +0.42142375491630807 +0.4338046720902892 +0.4344453557106413 +0.421702434079171 +0.4638626616542208 +0.633171709761021 +0.5106983947720195 +0.8979381660931095 +0.8712488976318361 +0.84888494657274 +0.8453050797052465 +0.7757120670696022 +0.8375566456537009 +0.8357754746481895 +0.8346959959758423 +0.8349316509424972 +0.5043726643434634 +0.3010381259119327 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4326923618366186 +0.45027472227274407 +0.607303998999977 +0.5026246593955477 +0.8665541135346556 +0.852165355139656 +0.8486533678330238 +0.8377204224536641 +0.7726097583836573 +0.8381956759627314 +0.8363951287636178 +0.8311234127321254 +0.8314242282329346 +0.5022088204056088 +0.2929234445178797 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5840462744574715 +0.45646739508988515 +0.8483899569808764 +0.8384289307255314 +0.8341785464826493 +0.8321349214424819 +0.7632270216484176 +0.8305853892539576 +0.8304289351145665 +0.8291375800600714 +0.8291216511547203 +0.49898703839491027 +0.2861784889012537 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5829297352280176 +0.4566893811160526 +0.859702794641908 +0.8425137186363504 +0.835752074254003 +0.8348564309636618 +0.7669203384774619 +0.8327759229399001 +0.8344033648536212 +0.8314175300436639 +0.8318652839315804 +0.5025679121769416 +0.2957093263811559 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.43240105734495077 +0.4500067856539289 +0.6023239531601653 +0.4943230831230796 +0.8597023278680934 +0.848987515642054 +0.8455241220876218 +0.8364379942379888 +0.7668176246298511 +0.8334505596805613 +0.8341542783305318 +0.8315939441999389 +0.8320655213418952 +0.5009451096421735 +0.28968684636318526 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.3205689166703439 +0.3085340059513989 +0.32121649607707625 +0.40938189005475767 +0.1967572493074596 +0.18431722003084036 +0.18566148933191223 +0.1820431837380061 +0.1833214170740796 +0.1861232018835931 +0.18107581778564621 +0.18347647100571543 +0.18187300672946516 +0.1779763959551456 +0.1853298602199828 +0.18732788870424424 +0.4089509421660609 +0.4090467647581098 +0.40902873439997356 +0.40910057372209846 +0.4174255145266097 +0.30878140660604064 +0.3211375202476772 +0.32137625177210744 +0.30895482871478047 +0.30874109713483894 +0.32197850596979144 +0.40565962897278346 +0.203986682459207 +0.18951388993890944 +0.18252572879404783 +0.1949275844214609 +0.17891378435904504 +0.18327131859322 +0.1834066774480894 +0.18106979725308991 +0.1811052127491307 +0.18121016262691292 +0.18255429411448448 +0.1897151019500812 +0.4092462813197292 +0.40506842669755727 +0.4180532949355922 +0.40940767629977104 +0.4054914036136899 +0.43426789670965493 +0.4251570018397692 +0.42122329301415956 +0.4343203907126732 +0.42561548144542866 +0.4510972027756283 +0.6198376653931917 +0.506801970519881 +0.879535975590477 +0.8641735411808377 +0.8502029431308644 +0.8435050288198706 +0.776543262355801 +0.8385016897406786 +0.8400924986170853 +0.8386556912404824 +0.8354392182523738 +0.506293615505567 +0.3105930382162249 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.43251569828820213 +0.420470118539142 +0.4500123783809166 +0.6108289583045902 +0.49920284396563547 +0.8571663509567606 +0.847727672807712 +0.8403541569523364 +0.8320185631274157 +0.765526648561119 +0.8308414924515699 +0.8295097739625019 +0.8296981982231023 +0.829282496211449 +0.498028384075463 +0.28562599691004165 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5992951442641042 +0.47496511677426434 +0.8535670137031434 +0.8449953257150197 +0.835903345074832 +0.8297622512627413 +0.7623892178396338 +0.8292137842256214 +0.8288565280615464 +0.8274209760109232 +0.8303789929815546 +0.49563031891992054 +0.2897875142723247 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5829275011099325 +0.4561688414242298 +0.8695167988756116 +0.8488092374021825 +0.8382575862086387 +0.8360134815439764 +0.7652248160227516 +0.8312633700174068 +0.8312791290704616 +0.8287729443046814 +0.8311154005929218 +0.5011330450257796 +0.2907651903583991 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.579089522868314 +0.45852579905718904 +0.866385631375848 +0.835765502965997 +0.8308592546208715 +0.8345632167807511 +0.7627002920738958 +0.8279484890565053 +0.8279977776334441 +0.8278800924795473 +0.8288359724562067 +0.4947690873477454 +0.28414572771599006 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1777509122174222 +0.17072958733271704 +0.16978693630159641 +0.16967189607098096 +0.1689058327171098 +0.16861420480924488 +0.16861420480924488 +0.16913591292175226 +0.16913591292175226 +0.16931250078587956 +0.16931250078587956 +0.17517887209437705 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17113625540148686 +0.1713128432656141 +0.1689058327171098 +0.1689058327171098 +0.16872924503986036 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16890583246052132 +0.17007856328542773 +0.17301174955600862 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.42025950117889666 +0.4622082674853153 +0.6038051151164522 +0.4859068684337075 +0.8566488458059951 +0.8473585026256996 +0.8405725219706448 +0.8301175808664218 +0.7638784015153595 +0.8280617562127476 +0.8270232356562828 +0.8269993137308579 +0.8274678895238687 +0.49601376495304234 +0.2876600180782018 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5782297247376903 +0.4548919852392533 +0.8430906262587622 +0.8364468832894382 +0.8360508903553611 +0.8304319290047328 +0.7656271969656522 +0.8324758563043855 +0.8335065111975879 +0.8338459339523733 +0.8337557954040519 +0.5054847538666483 +0.2938833506098173 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.596816819325588 +0.4728460070830341 +0.8525714098435961 +0.841971935756198 +0.8342998551467965 +0.8329309125252872 +0.7658267630969661 +0.8333086721521075 +0.8308122598625679 +0.8289170147733522 +0.8296825188167791 +0.49746430442577255 +0.284431137848433 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5869240307187472 +0.45555922920209474 +0.8449172667839274 +0.83918362908061 +0.832810831583733 +0.8320580919388759 +0.7700121013401915 +0.8383212414797113 +0.834141319014644 +0.8313467536188355 +0.8271263561912641 +0.492453013433749 +0.26955070829017047 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5701005953504511 +0.43873010642544885 +0.8372743431470251 +0.8323008416905495 +0.8294831313556374 +0.8306676668178734 +0.7657822339891995 +0.8365056521207287 +0.8358909082491192 +0.8323837790991193 +0.8315204204403551 +0.49950326062023737 +0.27570350101893787 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17546874919839126 +0.17183901860934944 +0.17055299965546758 +0.1689058327171098 +0.16872924503986036 +0.1689058327171098 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.17007856328542773 +0.16931250078587956 +0.1766414800864668 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17546874919839126 +0.17072958733271704 +0.16978693630159641 +0.1689058327171098 +0.16872924503986036 +0.1689058327171098 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16872924478327186 +0.1689593252445028 +0.17301174955600862 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5788806362592414 +0.46284466539865704 +0.8421195444311655 +0.8350452264143959 +0.8304106764325859 +0.8303709447202835 +0.7636864723793975 +0.8300451174678477 +0.8312196816748403 +0.8319387494052553 +0.8330045210342035 +0.5034527219869732 +0.29444170311455903 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5899473817131661 +0.4627072074353525 +0.8483550307507919 +0.8376105598398447 +0.8326236548782523 +0.8304885047662668 +0.7627839056125372 +0.8289233338538539 +0.828467594796785 +0.828046968930651 +0.8302501632688972 +0.4961277357950508 +0.27761162663392663 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5811074901528092 +0.45670380157931695 +0.8641712722270718 +0.8402756972452864 +0.829976792101952 +0.8297798540981882 +0.7631693866173718 +0.8295025711034597 +0.8298584062290758 +0.82993464842426 +0.8313179194913031 +0.5008357677454831 +0.28313783901538087 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5893570023900333 +0.454081885705702 +0.844589404369276 +0.84001691246399 +0.8347755101296125 +0.8299340606856114 +0.7639955795289315 +0.8287129765213112 +0.8282750985182485 +0.828362240537977 +0.8284607895545045 +0.4937375401689997 +0.27451296562522337 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5854927354490701 +0.4560047792309237 +0.8710979421692037 +0.8472176264947564 +0.8338704341563942 +0.8375249114769476 +0.7646579911697962 +0.8325434981770611 +0.8300937181976312 +0.8313632665277324 +0.8317057724064554 +0.49772164843958533 +0.28438147118587653 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17851697471697037 +0.17072958733271704 +0.17072958733271704 +0.16978693630159641 +0.16872924503986036 +0.1689058327171098 +0.16872924503986036 +0.16872924491156613 +0.16872924491156613 +0.16960412869374444 +0.17142788251361235 +0.1753554599585044 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.41665521756193197 +0.40461942236493187 +0.32046668017791624 +0.3126029565005523 +0.31300950648525433 +0.32149281886153774 +0.3091631809938228 +0.3218907471272208 +0.4056277240686241 +0.19946007818063105 +0.18383917428815943 +0.1950743960539589 +0.18124016120440659 +0.1812919607570432 +0.19330240476921456 +0.18104147256887548 +0.17466772438946374 +0.16861420468095065 +0.16872924478327186 +0.17519147535954194 +0.18333312382656747 +0.1954226072392123 +0.4047170228443386 +0.41732916403492165 +0.41763271546163017 +0.4052638405243856 +0.43323603166225483 +0.43358977147254363 +0.4210765728719309 +0.43347827766445163 +0.4337515211140065 +0.45083665454018884 +0.6145181080966312 +0.48933650091274294 +0.8660911122108585 +0.851597253529994 +0.8443297845145417 +0.8397909469327735 +0.7693827480863302 +0.8319786463847013 +0.8297289677710454 +0.828810472421232 +0.8290556015717742 +0.4964143883147319 +0.28468518827843464 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5911130245574848 +0.4632682977005328 +0.8473427720321088 +0.8368901596123891 +0.8317353714111303 +0.8314739752457307 +0.7631587730317468 +0.8298522430802955 +0.8272732581362845 +0.8267893500596458 +0.8286864408596812 +0.4924510895356342 +0.2757748431536634 +0.2710421861682726 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5857408132313557 +0.4434880169519037 +0.8406594036702639 +0.8372615100017508 +0.8317701890232734 +0.8315307595811723 +0.7681472211799507 +0.8342801148023122 +0.8351716780053086 +0.831226973368065 +0.8355632025261296 +0.4957983731190995 +0.2750212054832443 +0.2710421861682726 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5618551944743636 +0.42870750363317495 +0.8359653688704226 +0.8310845893489754 +0.8272048245010396 +0.8302522562546013 +0.7627577559111628 +0.8265415067768336 +0.8268728023011485 +0.8265144488600991 +0.832097640823666 +0.49125805247964344 +0.2607305692513287 +0.2747611821169014 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.36193407659357035 +0.4358615715620274 +0.8366774815795517 +0.8316226899846533 +0.8310032688919153 +0.8329052722952954 +0.7681046773790512 +0.8391639618335104 +0.8340703273562552 +0.8296140636056818 +0.8304099996699333 +0.49120605335701156 +0.2609390568314058 +0.2733728428194589 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17307329779379643 +0.17183901860934944 +0.17043795942485213 +0.16967189607098096 +0.16967189607098096 +0.16978693617330218 +0.16890583258881553 +0.16861420468095065 +0.16879079235820008 +0.16861420468095065 +0.16913591310863013 +0.1699019756081783 +0.1751788734553355 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17307329779379643 +0.17055299965546758 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.1684991645786294 +0.16861420468095065 +0.1690208726911368 +0.17007856328542773 +0.1815019009438639 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3783545606722398 +0.4508492861518826 +0.8462625220032894 +0.8378305256095533 +0.8332551629179272 +0.8385829917489696 +0.7778475255150786 +0.8433430381112232 +0.8405492725669369 +0.8290253171765478 +0.8332641517534889 +0.4944985164329964 +0.27500048784471226 +0.2710421861682726 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3551027045810324 +0.44544375810003073 +0.8463460119536665 +0.8403279847226508 +0.8356847754981634 +0.8288436532644193 +0.7635151259536904 +0.8274448240354164 +0.8267596245254759 +0.8327136909364731 +0.8277933607069224 +0.49563355361437356 +0.2759094124736034 +0.2693338179535866 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3702555510622147 +0.4414317223283535 +0.8380764408544076 +0.8321885290125053 +0.8314108793779105 +0.8274421388998127 +0.7644948445062376 +0.8337559948007172 +0.8334550185813377 +0.8279314384461723 +0.8265144488600991 +0.49237270520278137 +0.2822739003851675 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3602645464739063 +0.4408148962447643 +0.8331114254458828 +0.8316543209680483 +0.8281592443129431 +0.8291478830951498 +0.7606523819077867 +0.8267315574314222 +0.8271191637030515 +0.8276198902528558 +0.828076078685023 +0.4986385739949998 +0.2921253357181943 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3558002005399806 +0.4335957420525646 +0.8340413671997876 +0.8352339209868724 +0.833335396026122 +0.8297881004163132 +0.7626993584334661 +0.8293546861165956 +0.829160850234301 +0.8298267316084329 +0.8305956760695518 +0.49992216436315284 +0.2841192998711475 +0.27709183876808774 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17851697471697037 +0.1713128432656141 +0.1702551519452944 +0.16990197640391763 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16872924491156613 +0.16884428514218158 +0.1689593252445028 +0.1703701913801705 +0.17928303721651853 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17851697471697037 +0.16978693630159641 +0.1689058327171098 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.1689593252445028 +0.1699019756081783 +0.17723095490876553 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3739688134593224 +0.4499490454913373 +0.8393293469111419 +0.8318338664728935 +0.8314655021982915 +0.8312282004125598 +0.7606255407079578 +0.8265903745596248 +0.8265144488600991 +0.8265144488600991 +0.8265144488600991 +0.4937827011554323 +0.2604105387857926 +0.2693338179535866 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.359122005003882 +0.4359122239700802 +0.8331389117276823 +0.8347172808408831 +0.8277611669461018 +0.8289688208278343 +0.76278887372479 +0.8277580976413662 +0.829365751691544 +0.8298327453045533 +0.8305279531665634 +0.4933685905441433 +0.28260699311312754 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.35720417944816074 +0.43074196969300993 +0.8336233659510283 +0.834566852239884 +0.8326300154876384 +0.8267463086913437 +0.7600406164242426 +0.8273145575394862 +0.8289123227424288 +0.8281853990111274 +0.8274093295553417 +0.4931195341891374 +0.2686326746128765 +0.26773699084355895 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.35543582608509144 +0.42502489739135396 +0.8357329871860989 +0.8312857557463726 +0.830962073503721 +0.8271486529142771 +0.7610873561905299 +0.8318973229122095 +0.8305668945122322 +0.8277391417376941 +0.8274383160291326 +0.4912983215358072 +0.2662548804695601 +0.27709183876808774 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3450285644203508 +0.42933546062126 +0.8318297862658547 +0.8302280320841446 +0.8277094473677702 +0.8299981331981892 +0.7676672593717142 +0.8362828672741206 +0.831077358559334 +0.8271386323370113 +0.8323119826215256 +0.49131971225794396 +0.2604105387857926 +0.2733728428194589 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1776358721151009 +0.17201560647347672 +0.17072958733271704 +0.16967189607098096 +0.16967189607098096 +0.16872924503986036 +0.16861420480924488 +0.16872924491156613 +0.16861420468095065 +0.16879079235820008 +0.16908242032464862 +0.16902087287801465 +0.1710729556924031 +0.17412118219359946 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1776358721151009 +0.1709061751968444 +0.17055299965546758 +0.16967189607098096 +0.16872924503986036 +0.16872924503986036 +0.16872924503986036 +0.16872924491156613 +0.16861420468095065 +0.16861420468095065 +0.16908242032464862 +0.16978693537756284 +0.1710729556924031 +0.17412118219359946 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.36594828704285015 +0.444976164810597 +0.837284416303362 +0.832605444061396 +0.8275921763850308 +0.8271715151675642 +0.7624717564084558 +0.8311366266710665 +0.8290929619240665 +0.8265144488600991 +0.8312232396874996 +0.49114096342214003 +0.2604105387857926 +0.2733728428194589 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3514822196096559 +0.4272707469190288 +0.8372025419636674 +0.8353689688372117 +0.8290270669656693 +0.8420414045709099 +0.7643114174459195 +0.8308497674397264 +0.8308458899749702 +0.8313719443754176 +0.8326651956285771 +0.49551204024159956 +0.2628559144069695 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34478626312088945 +0.4331261495960347 +0.8382903813139326 +0.8354300223775021 +0.8340219904823695 +0.8392758264641493 +0.7758531574107543 +0.8501837549487609 +0.8457155053019543 +0.8426083513698904 +0.8381995044658849 +0.504548897368289 +0.2699738767568684 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3505493605363022 +0.4325920685972194 +0.8466838699613212 +0.8380564892864875 +0.8341382185368214 +0.833295118629604 +0.7658767473651606 +0.8305331191068588 +0.8305469207534626 +0.8308352369280193 +0.8351936822148719 +0.4998145110656417 +0.2905179486818519 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.35236884983090405 +0.4419447674181106 +0.8453350458699649 +0.8344263679436861 +0.8324599800248315 +0.8290678501240929 +0.7667642505409398 +0.8287142870807299 +0.828648416009402 +0.8266543383196944 +0.8273810666910866 +0.49423161263743204 +0.2706547863905491 +0.26773699084355895 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1768698096155527 +0.1709061751968444 +0.17055299965546758 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16872924491156613 +0.17007856347230568 +0.17535546113258493 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17664147976670924 +0.17102121529916556 +0.16978693630159641 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16872924491156613 +0.1684991645786294 +0.16861420468095065 +0.16872924491156613 +0.16960412888062235 +0.16978693537756284 +0.17218413960982643 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3491596970063615 +0.42155635172147576 +0.8342103528140005 +0.8299878774356272 +0.8323518990309237 +0.8336856471252578 +0.7784545031166372 +0.8430337496836937 +0.8367580609262991 +0.837737078732386 +0.8464788812260756 +0.4948447197761439 +0.26221267928664804 +0.26773699084355895 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3455023277581717 +0.4188879507008264 +0.8342452838840755 +0.8320493351865091 +0.8307859011183146 +0.835957533016816 +0.7742955573897777 +0.8445863871082504 +0.8417679597713763 +0.8424215851521001 +0.8369639584029901 +0.49730891935909216 +0.2628559144069695 +0.27230453553584505 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3349894556126142 +0.42910796783831817 +0.842785359654645 +0.8387457774149053 +0.8364252195703319 +0.8292136977755593 +0.7665508350084483 +0.8327500406480286 +0.8327556135417556 +0.8327684135105641 +0.8361096930090334 +0.49809160579376127 +0.26262965467931043 +0.2642264817893381 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34506131424831504 +0.4265086643435514 +0.8379185265953379 +0.8323433973899869 +0.8319391880857078 +0.8286433596997815 +0.7600018009674697 +0.8265448296570502 +0.828093747127667 +0.8265144488600991 +0.8274079675586613 +0.4924064694445165 +0.27506919837476734 +0.27570350101893787 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.35018041641130077 +0.42632045462989815 +0.8354409732760725 +0.8310803443943132 +0.8314882591599609 +0.8277579881403264 +0.7640061600832674 +0.8283354279965054 +0.8284265500446076 +0.8284267815437454 +0.833044686726661 +0.4913315553240954 +0.2602020509732074 +0.2747611821169014 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1777509122174222 +0.1709061751968444 +0.16978693630159641 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16872924491156613 +0.16913591310863013 +0.17295020210937462 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1777509122174222 +0.1709061751968444 +0.16978693630159641 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16872924478327186 +0.16960412888062235 +0.17646489240921734 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3489312149976819 +0.42772764774622507 +0.8365911358761509 +0.8338295471337458 +0.8357052617418228 +0.8321897483957401 +0.7638276591459805 +0.8345775504810876 +0.8333069892629338 +0.8308226966485585 +0.839099815293397 +0.5028840193572741 +0.2602020509732074 +0.266028620741901 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3425673654897761 +0.41982618300715 +0.8348500655925009 +0.8362598640918982 +0.8366275028879095 +0.8332929393796018 +0.7676667092176434 +0.8400473590565786 +0.8391476913195206 +0.8395032313191664 +0.8365247543576887 +0.4978302699974277 +0.25870217023242725 +0.271984505070309 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.4281032965408733 +0.846282865839046 +0.8394338944006325 +0.8333338389684478 +0.8285405072242957 +0.7652241121922815 +0.8281018720046994 +0.8287903594444084 +0.8285405067260639 +0.8292262870208114 +0.49311665109873304 +0.268265508203503 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34677627207407197 +0.43121605521211154 +0.8316805513554114 +0.8326204728179389 +0.8298814936693857 +0.8319493948659317 +0.7653760509830565 +0.8352484822916284 +0.8338313543135021 +0.8320058539036594 +0.8303303139049157 +0.4931585984017668 +0.27865630536205416 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3425819595818512 +0.42143391137698755 +0.8314407291910838 +0.8334073197833626 +0.8367432993350761 +0.8390748046357261 +0.7751356404946106 +0.8426960136961686 +0.8441319027065097 +0.8422806893486386 +0.8430759153827391 +0.5069964255469783 +0.2602020509732074 +0.26401799242846036 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1768698096155527 +0.1709061751968444 +0.17055299965546758 +0.16967189607098096 +0.16967189607098096 +0.16967189607098096 +0.16978693617330218 +0.16890583258881553 +0.16879079235820008 +0.16908242032464862 +0.16890583264739917 +0.16890583264739917 +0.16978693537756284 +0.17295020210937462 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17851697471697037 +0.17353170699295944 +0.1713128432656141 +0.17007856426804496 +0.16990197640391763 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.16931250078587956 +0.16960412888062235 +0.1733033783181965 +0.17646489240921734 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34840823953900735 +0.42638357668870436 +0.8369817491881663 +0.8303529835620552 +0.8317811965610086 +0.8324710186952863 +0.7659771897690002 +0.8313862529100728 +0.8286850649093392 +0.828238908879605 +0.8298067856739468 +0.49283354178795574 +0.26625488201785263 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3469511661647771 +0.43287796840159787 +0.8379542586275118 +0.8307914005039714 +0.8287028176469886 +0.8324903803962389 +0.7642292125998683 +0.8313684275606641 +0.8305787739856277 +0.8304727608603244 +0.8349130549501876 +0.49584633320980376 +0.258493682419842 +0.2654063317259028 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3402599469816867 +0.422711201615602 +0.8432305718815516 +0.8466384336557209 +0.8440437032688709 +0.8422012878532319 +0.7756770941454413 +0.8444001361014698 +0.8420109060740457 +0.8440005622142599 +0.8573790469703076 +0.5187287082342311 +0.26221267928664804 +0.2658201329293157 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.4192433401246687 +0.8333462653250846 +0.8292387902974722 +0.8319265286605005 +0.8321467065960017 +0.7723715417255669 +0.8428854959017384 +0.8431097658066441 +0.8510726196975178 +0.8677156468027069 +0.5258336803140115 +0.2598820201689919 +0.2654063317259028 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3209205069799607 +0.4241896431726934 +0.8454687077308721 +0.8504321999659006 +0.8585782236657501 +0.8625193626092832 +0.7947990013275235 +0.8650808855330521 +0.8567902422090362 +0.8544399211504551 +0.8486143171029024 +0.49888052586101955 +0.2626474268268924 +0.27230453553584505 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1742977703468306 +0.17353170699295944 +0.1707295875195949 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16879079235820008 +0.16861420468095065 +0.16872924478327186 +0.16913591310863013 +0.17206909852488797 +0.180215881989982 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17546875055934968 +0.1707295875195949 +0.17055299965546758 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16890583264739917 +0.16902087287801465 +0.17312679064094708 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34028029033882323 +0.4205705186903692 +0.8358620926485163 +0.8299362217369614 +0.8281024473097531 +0.8293251011642649 +0.7632266287033032 +0.8298447318468115 +0.8303573885078537 +0.8311984714743736 +0.8388444323851811 +0.5037854903451776 +0.2602020509732074 +0.2638095046158751 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3430531365083743 +0.4197561796751996 +0.8363686393963343 +0.8366208272676259 +0.8406353229356301 +0.8388398197252932 +0.7708682292998231 +0.8384580311322275 +0.8440101761335798 +0.8417744790249627 +0.844881791892183 +0.5170691160526072 +0.2602020509732074 +0.2638095046158751 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.42246752878746613 +0.8391537728289579 +0.8356514862575265 +0.8331724039017802 +0.8348941400277431 +0.7694486031705712 +0.8345169932881347 +0.835777860206463 +0.8376107481548671 +0.8383078294831072 +0.49828886619268165 +0.26486654272041016 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3517058845676741 +0.42794038560145 +0.8431274104121302 +0.8413383497539394 +0.8364471079831496 +0.8364416964517135 +0.7702199492132566 +0.8380236281906905 +0.835345174245614 +0.8349773515121135 +0.8340934488155737 +0.49658997452453435 +0.259550719314764 +0.27230453553584505 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.350649298188319 +0.41914858603906785 +0.8312453895780535 +0.8325684263633097 +0.835494902237112 +0.8358993978490235 +0.7680011034657587 +0.8369696766481651 +0.8318368482859334 +0.8302051334280537 +0.8294004098110129 +0.4955551659456784 +0.2600905079815772 +0.2638095046158751 +0.23171172211879854 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17546875055934968 +0.17108276306097164 +0.17055299965546758 +0.16967189607098096 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16890583264739917 +0.16996352324169017 +0.17195405829427254 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1742977703468306 +0.1707295875195949 +0.16978693630159641 +0.16967189607098096 +0.16967189607098096 +0.16967189607098096 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.1830517323694615 +0.16902087287801465 +0.17206909852488797 +0.17910645071334963 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.33696699698332777 +0.42949616878551683 +0.8599620158466409 +0.8766436827764955 +0.8958558152012444 +0.9061268329583505 +0.8346340742030915 +0.9182061159570405 +0.9262965160119754 +0.9285755573876647 +0.9346541572996461 +0.5446429472922202 +0.25870217023242725 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.42338398149391804 +0.831507868882617 +0.8273627165009865 +0.8271028361372983 +0.8270810733050528 +0.7598392288799045 +0.8265178747838091 +0.8265144493583307 +0.826961208458496 +0.8269612079602644 +0.4909955178080048 +0.258493682419842 +0.26401799242846036 +0.23171172211879854 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34244273877549747 +0.42321239900802915 +0.8385127260321834 +0.8378556304872776 +0.8374802573513909 +0.8307718501800939 +0.7639133357100852 +0.8276469880275017 +0.8284258863445322 +0.8289141003363162 +0.8332623151597401 +0.5011130117037444 +0.26221267928664804 +0.2658201329293157 +0.2306539397969376 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3406272070932448 +0.4192118746935978 +0.8344974819545428 +0.8339328708390724 +0.8379226203963538 +0.8314298726102012 +0.7676635680898432 +0.8348856129826917 +0.8352513169079265 +0.8299619785500335 +0.8368139082342005 +0.4939800691969971 +0.258493682419842 +0.26401799242846036 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3457090044598879 +0.41784976933663753 +0.8339994943925273 +0.8366542401316506 +0.8347722319220225 +0.8350542638887807 +0.7733374676033291 +0.837589689989698 +0.8406651308418465 +0.8396370683082044 +0.8387151404658078 +0.5026465114773164 +0.26486654272041016 +0.27570350101893787 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17851697471697037 +0.17108276306097164 +0.1707295875195949 +0.16872924503986036 +0.16872924503986036 +0.16872924503986036 +0.16872924503986036 +0.16884428514218158 +0.16872924491156613 +0.16884428514218158 +0.16872924478327186 +0.16861420468095065 +0.17025515114955506 +0.17646489240921734 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17447435821095794 +0.17119780316329292 +0.16961034862434698 +0.16872924503986036 +0.1689058327171098 +0.16861420480924488 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16872924478327186 +0.17445731773383658 +0.16978693537756284 +0.1751788734553355 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3400824092471007 +0.4295332099551455 +0.841168299940952 +0.837624746064477 +0.8302897886140316 +0.8402596883037864 +0.784443949221906 +0.8578001898524357 +0.8578741613701557 +0.8660588450457173 +0.8814174825575768 +0.5398685891745612 +0.2602020509732074 +0.2638095046158751 +0.2306539397969376 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3185944880740925 +0.41888079539331197 +0.8517100629729867 +0.8607827306206869 +0.8677900636837185 +0.8661654918498248 +0.7944871882883868 +0.8740909766505282 +0.8803380429997171 +0.8879914403216942 +0.9073489866669657 +0.5426555628731995 +0.258493682419842 +0.2604105387857926 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3174934297119703 +0.42235264148602925 +0.8434380843646463 +0.8485027154306566 +0.843439219920695 +0.8400174606225237 +0.771884531316006 +0.8384392526315675 +0.8412548347510541 +0.8459289367603341 +0.8596726701136371 +0.5272854620487311 +0.258493682419842 +0.2642264817893381 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32179495894596605 +0.41721847268067425 +0.8352667141010007 +0.8435267626430477 +0.8492876548904434 +0.8432442344227267 +0.7722217334132918 +0.8431285559790791 +0.8398364185724652 +0.8424428642698559 +0.8484386543367243 +0.5199191667728421 +0.258493682419842 +0.2638095046158751 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3187697430383058 +0.41995676246853353 +0.8455545101891762 +0.852589146492523 +0.8510480362366315 +0.8415952125932296 +0.7720698293769954 +0.8423418409329099 +0.8392501453717492 +0.8411664605145351 +0.8500032091226997 +0.5134240495834296 +0.2598820201689919 +0.26262965467931043 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1757603783389203 +0.1707295875195949 +0.17055299965546758 +0.1694953083937315 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.17568978833792398 +0.16902087287801465 +0.1713030360253398 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17558379066167093 +0.1707295875195949 +0.16978693630159641 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.17588856330170644 +0.16902087287801465 +0.17118799592301856 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3344303465430224 +0.4402476565060605 +0.8416208291027039 +0.8423535495088794 +0.8394563323077083 +0.8444538844645244 +0.7817484697905668 +0.8678331046705844 +0.8896696543331106 +0.8821593932397468 +0.9055585248916546 +0.5406035975521496 +0.25870217023242725 +0.2699738788846587 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3187183914209347 +0.43196618289274613 +0.857170496356482 +0.8634885092370889 +0.875601270390684 +0.8924277393795627 +0.8202622596290661 +0.9074906765586889 +0.9044062878630706 +0.9044724023446395 +0.9142142431917696 +0.5600332946365202 +0.258493682419842 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3177828564462257 +0.42049147439072426 +0.8357258434931836 +0.8365825332619089 +0.8534025963036243 +0.8656036333689706 +0.788494674464685 +0.8690253011810765 +0.8724867987411926 +0.8872691260505963 +0.8969294155095272 +0.5411145765090465 +0.258493682419842 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32179495894596605 +0.428027853668841 +0.8463668282045773 +0.8564899437384094 +0.8690799716149362 +0.8857794094467268 +0.8014081200220294 +0.8775477136554773 +0.888165022735574 +0.893716694975728 +0.9109045638842035 +0.5227491552915213 +0.25870217023242725 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3187697430383058 +0.4215557985862972 +0.8575183212182048 +0.8653289261451621 +0.8742251563169268 +0.8776029982282733 +0.7919945508549125 +0.8642603719654545 +0.8602601537128662 +0.871595851675295 +0.8865945268576525 +0.5299421448016405 +0.258493682419842 +0.26401799242846036 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17669322193830325 +0.17219219433760405 +0.17055299965546758 +0.1694953083937315 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16872924478327186 +0.16861420468095065 +0.16913591310863013 +0.17095966705679225 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17541700838775554 +0.1713128432656141 +0.1702551519452944 +0.16872924503986036 +0.16872924503986036 +0.1689058327171098 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.17437497510489827 +0.1860253052433974 +0.1784627281334488 +0.17195405829427254 +0.1783403873594785 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3332288110035316 +0.41974883245154 +0.8527490778060783 +0.8614016080873923 +0.8672100326852915 +0.8744472307101617 +0.7971054931626813 +0.8683242776358328 +0.8769612771156311 +0.8915468466821236 +0.9029309902600143 +0.5435988546152555 +0.258493682419842 +0.2638095046158751 +0.23171172211879854 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3187697430383058 +0.42220796311172365 +0.8594303828568544 +0.86778562413015 +0.871918898862329 +0.8653174521116841 +0.7950103106230063 +0.8677719887055225 +0.8800646164922424 +0.8796893738507184 +0.8964307266738688 +0.5174533987854879 +0.2604105387857926 +0.2676432201056819 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32179495894596605 +0.4237572625425593 +0.8378340495057436 +0.8384969862458488 +0.8412364829598151 +0.8450333179543201 +0.7793039841961258 +0.8472458377796791 +0.8459295495928442 +0.8508857232686284 +0.862870140814558 +0.5230326363013607 +0.26486654272041016 +0.267963250571218 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.31888391480834793 +0.41755949204004433 +0.8431000807545727 +0.8519026144337485 +0.8545999329789025 +0.8547573743602025 +0.7845984378180557 +0.8484273240673504 +0.8463548714000123 +0.8503754332754924 +0.8634522242672222 +0.5209048879266237 +0.2598820201689919 +0.26401799242846036 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32016022678399775 +0.41721183866387895 +0.8425454311619845 +0.8401828563426688 +0.8418366364690821 +0.8440497354954094 +0.7795618610999621 +0.852661196363123 +0.8492270542997721 +0.8561039344856272 +0.8560800587658791 +0.5014573495084247 +0.25870217023242725 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17851697471697037 +0.17108276306097164 +0.1707295875195949 +0.1694953083937315 +0.1694953083937315 +0.1689058327171098 +0.16931250091417377 +0.16861420480924488 +0.16861420468095065 +0.16908242032464862 +0.16984848282419682 +0.17600581615851055 +0.1710729556924031 +0.17195405829427254 +0.1783403873594785 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1777509122174222 +0.1707295875195949 +0.17055299965546758 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16872924491156613 +0.16913591310863013 +0.16960412888062235 +0.1713030360253398 +0.17910645071334963 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3356988399336568 +0.42301985678691995 +0.862228844261056 +0.8616435195199696 +0.8706608274246607 +0.8761345617042051 +0.8006626223128656 +0.8730554200049271 +0.8771841056499655 +0.8861994239655799 +0.8940965468104121 +0.5449188046286761 +0.2602020509732074 +0.2638095046158751 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3209205069799607 +0.4314846798732306 +0.8576237565441222 +0.8434194787238385 +0.8481464185562415 +0.8692023688710514 +0.8017392078742118 +0.8777225461552569 +0.8839424643381159 +0.8789402962733577 +0.8842908613751537 +0.5401354545864302 +0.258493682419842 +0.26262965467931043 +0.23324362778405594 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32016022678399775 +0.42067837279493075 +0.8524889784477117 +0.859678483856825 +0.8644752620983398 +0.8637912530708189 +0.7945767007006329 +0.8662349607014476 +0.8630027741890851 +0.8672793045793635 +0.8655348373476597 +0.5016128189089044 +0.25870217023242725 +0.26082751417845496 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32016022678399775 +0.4229086197238099 +0.8563310447965219 +0.8671692728330442 +0.8676188333294826 +0.8552246633333643 +0.7901111752023151 +0.8642322051426822 +0.8600552875449249 +0.8699147250996677 +0.8935561538508957 +0.5367442119568274 +0.26221267928664804 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32016022678399775 +0.42075507521224215 +0.8551221558420858 +0.8653755437674212 +0.8713712622323642 +0.8763282938423994 +0.8015882892988853 +0.8763480693279767 +0.884463427827687 +0.908059305159936 +0.903872116641363 +0.5336782118751465 +0.258493682419842 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.18073583844431568 +0.1723072344399253 +0.1707295875195949 +0.16978693630159641 +0.1702551519452944 +0.1689058327171098 +0.169020872819431 +0.16861420480924488 +0.16879079235820008 +0.16861420468095065 +0.16861420468095065 +0.16978693537756284 +0.1753554599585044 +0.17218413960982643 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.17851697471697037 +0.17108276306097164 +0.16978693630159641 +0.16967189607098096 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16872924491156613 +0.1684991645786294 +0.16884428514218158 +0.1737518806096186 +0.1819024993549371 +0.16902087287801465 +0.1713030360253398 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34935081418869823 +0.44310519466828424 +0.8916115693697805 +0.9040559233266601 +0.9040674925010703 +0.9251962880813833 +0.8486040440500101 +0.9322633350599726 +0.93151442846805 +0.8999794765634747 +0.8740618932107395 +0.5188693429690951 +0.25870217023242725 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32016022678399775 +0.4325383335709743 +0.8573816691232445 +0.879826516898099 +0.8973921832227445 +0.9024567516688506 +0.8173548047522473 +0.8973102871561275 +0.9061937845149682 +0.9091181680375959 +0.9446598432572991 +0.5723309742449728 +0.2602020509732074 +0.26401799242846036 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3352378516786212 +0.4422344722491125 +0.8568827481510923 +0.8494993581672758 +0.8642500768398262 +0.8916062326759535 +0.8197654397677828 +0.9049880207373064 +0.9249387157597299 +0.9463089354432971 +0.9448385931924229 +0.5402920989881975 +0.26294968514484646 +0.26262965467931043 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3321067409768293 +0.4340108767402102 +0.8525737584819506 +0.8637458892236345 +0.8959477876788463 +0.9345639417531286 +0.8377790523977005 +0.9370942670785359 +0.9636176294366603 +0.9029053205321105 +0.9161754026743868 +0.5300023481820773 +0.2626474268268924 +0.2676432201056819 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3499162894728566 +0.4486466927792581 +0.8578412764070089 +0.8937388651955467 +0.9395422573674062 +0.9298687465719018 +0.8436526516289767 +0.934158161411921 +1.0 +0.9499274819608494 +0.9332037151661349 +0.548286159450143 +0.26625488201785263 +0.271984505070309 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17851697471697037 +0.1713128432656141 +0.1702551519452944 +0.17007856426804496 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.16872924491156613 +0.1689593252445028 +0.16913591310863013 +0.174246028681872 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.18073583844431568 +0.17108276306097164 +0.17102121529916556 +0.1694953083937315 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16884428501388735 +0.16913591310863013 +0.17283516187875914 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3351644075830556 +0.4230140122519207 +0.8411637329026908 +0.852860425368869 +0.8704446702357092 +0.8872142322839628 +0.8123284232349264 +0.8869908658414618 +0.8932283251387401 +0.8749166293726625 +0.8930275895684643 +0.5183538149771865 +0.25870217023242725 +0.2642264817893381 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32179495894596605 +0.4235074023971499 +0.8374171241613062 +0.8388296856665095 +0.8554022016774896 +0.8708856605893383 +0.8029792586678556 +0.877117008386328 +0.8798651296402804 +0.8882741701766766 +0.9003584560291518 +0.5283294751448463 +0.2602020509732074 +0.26401799242846036 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.4246074540172323 +0.846341660043935 +0.8423249478647945 +0.8476265462031151 +0.8742836355231401 +0.7998637487765906 +0.8703091935027664 +0.8789950498749017 +0.8982646271421704 +0.9007536556375202 +0.5135579125388418 +0.259550719314764 +0.271984505070309 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32179495894596605 +0.4316884770848201 +0.8484085410273378 +0.8471516777660302 +0.851128104970728 +0.8694041622019278 +0.8148549319763888 +0.896553195571344 +0.9079236294242686 +0.9173449035795151 +0.9084258136766182 +0.5224233980267818 +0.2699738767568684 +0.27230453553584505 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.43818159794818523 +0.8532936281129015 +0.8422892632912073 +0.8457838596615909 +0.842590859348605 +0.775633693058895 +0.8480415629306631 +0.8511778126912585 +0.8497250318572649 +0.8495058312586371 +0.5093207784589628 +0.259550719314764 +0.27709183876808774 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17851697471697037 +0.17119780316329292 +0.1694953083937315 +0.16967189607098096 +0.16967189607098096 +0.16872924503986036 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16996352324169017 +0.17206909937921094 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.1742977703468306 +0.17055299965546758 +0.16967189607098096 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16978693537756284 +0.17283516187875914 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.33732179958267516 +0.43010573381753875 +0.8609700724341462 +0.873792725342179 +0.8617318196870025 +0.8788414449958634 +0.8041587033207169 +0.886093981657989 +0.8967097442039585 +0.904665026452978 +0.9060636253613924 +0.5385936436129656 +0.25870217023242725 +0.26741696003934345 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.41737283268531866 +0.8355466090796473 +0.8442553834115445 +0.855550501828545 +0.8563938376532874 +0.7942940159309793 +0.8775163044914047 +0.8812604433534351 +0.8892878302498614 +0.8929278795302513 +0.523528651312695 +0.25870217023242725 +0.26561481953848803 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3209205069799607 +0.42410439177052184 +0.8541474344091488 +0.8653586140305495 +0.8486928704060768 +0.8619171719987198 +0.7951191742762738 +0.862026665796847 +0.8607027271095242 +0.8669669438036439 +0.8829888983631808 +0.5223560068069891 +0.26221267928664804 +0.26741696003934345 +0.23348746051970246 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32289601730808826 +0.41992746014782 +0.8424128673026751 +0.8533959645012758 +0.8711091577250966 +0.8800251098370435 +0.8052034695648286 +0.8785501311463617 +0.8840714898559109 +0.8878235437150654 +0.8927107892392083 +0.5283188262059979 +0.2598820201689919 +0.2654063317259028 +0.2350193661849598 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3209205069799607 +0.4211647342306841 +0.8557239342966224 +0.8688875339501225 +0.8780561738937427 +0.8847392538331268 +0.8113354419733696 +0.8867176935593569 +0.8868166398878872 +0.8948291333527166 +0.922809114666144 +0.536713062700632 +0.2602020509732074 +0.26741696003934345 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1796264071676833 +0.17295825769147524 +0.17055299965546758 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16884428501388735 +0.1733033783181965 +0.17851697471697037 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17406769014218815 +0.16978693630159641 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.1689058327171098 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16872924478327186 +0.17113625473404168 +0.17646489240921734 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.34536373436553813 +0.4296418111446504 +0.8484720483444348 +0.8452287836546665 +0.8475936032831712 +0.8520600285842475 +0.7825933561512548 +0.8525462969653083 +0.8562368015720637 +0.8654535946525594 +0.8783469724217051 +0.5078329389420869 +0.2623273963613564 +0.2699738788846587 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.42825071580947616 +0.8489466048336252 +0.8593247887811046 +0.88010446496738 +0.8939400376762829 +0.8178448270657164 +0.8930121190873739 +0.8994490355602841 +0.9057674091294602 +0.9146699427717425 +0.5385393679814203 +0.2602020509732074 +0.2654063317259028 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.42323653517822335 +0.8386847491518948 +0.8487825282166914 +0.8775341612912942 +0.9027590137928742 +0.824407874599268 +0.8983667315411805 +0.9232225083864034 +0.9554052263354579 +0.9604259348111469 +0.5286960600764212 +0.25870217023242725 +0.26561481953848803 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.4253384706743357 +0.844883754371645 +0.8680696774372229 +0.904299232274819 +0.904304496678302 +0.8267480139670742 +0.89613620826216 +0.9197776317149166 +0.9534132287508237 +0.9518294997977172 +0.5203805550782608 +0.2598820201689919 +0.2693338179535866 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.4235024905387627 +0.8358648826356904 +0.8441514260419748 +0.8630764063150489 +0.8823578686386779 +0.8108714308016864 +0.8807835954620159 +0.8989639559348607 +0.9274548123284668 +0.9293876334884565 +0.5152644150091332 +0.2600905079815772 +0.26794547865614415 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.18073583844431568 +0.1727816698273479 +0.17055299965546758 +0.16967189607098096 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.1744979742930062 +0.16913591310863013 +0.1699019756081783 +0.17295020210937462 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17447435802408004 +0.16978693630159641 +0.1689058327171098 +0.1689058327171098 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.1684991645786294 +0.1684991645786294 +0.175629340937552 +0.16931250078587956 +0.16913591310863013 +0.1751788734553355 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3461107272440629 +0.44027149955344996 +0.8532904615177394 +0.8497951280146966 +0.8498716286747634 +0.854763666504876 +0.7971777714667794 +0.8779119104497297 +0.8878339334036057 +0.9095106368448522 +0.9173169569752508 +0.5218550274918518 +0.25870217023242725 +0.2696538484191226 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3356978286429867 +0.44012270783273555 +0.8469116432356928 +0.8575640626030809 +0.8550550726584553 +0.8575830406318005 +0.7960707723470916 +0.8760460574904593 +0.8799478333063298 +0.8847357199461912 +0.8593980971519268 +0.5039838932473217 +0.2699738767568684 +0.27570350101893787 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.4214708681128082 +0.8405614326475095 +0.8502499717767898 +0.8689299763141356 +0.8850839026811219 +0.8083110356127434 +0.8782009784915843 +0.8870254118210742 +0.8913316184520818 +0.8973642961433667 +0.510116502780896 +0.2600905079815772 +0.2696538484191226 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.32399707450499204 +0.42154264791490775 +0.8466471485569487 +0.8626092788144354 +0.8924593242343415 +0.8968035753757909 +0.8143764356672142 +0.8835336620037056 +0.8960131803285963 +0.9165818019772011 +0.9313773354632903 +0.513678262162444 +0.2604105387857926 +0.26794547865614415 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.3247573547009551 +0.4266338573836448 +0.8438101779147004 +0.8529025336853759 +0.8812685164339065 +0.891408859553375 +0.8156202638091521 +0.887104270662239 +0.904363348310469 +0.9334169429657849 +0.9283345124737642 +0.5217863717186213 +0.2607305692513287 +0.2696538484191226 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.1815019009438639 +0.17295825769147524 +0.17055299965546758 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.16861420480924488 +0.1684991645786294 +0.16861420468095065 +0.16861420468095065 +0.16884428501388735 +0.16913591310863013 +0.1751788734553355 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1723072344399253 +0.17055299965546758 +0.16978693630159641 +0.1694953083937315 +0.16872924503986036 +0.1689058327171098 +0.16861420480924488 +0.16861420468095065 +0.16872924491156613 +0.1690208726911368 +0.16884428501388735 +0.1703701913801705 +0.17646489240921734 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5521862255365425 +0.43231939648737694 +0.8436697473946753 +0.8348654336446106 +0.8324304790797437 +0.8322238322229419 +0.7660482282887833 +0.8364706424884112 +0.8347019199353716 +0.8371059125107851 +0.8369006376618009 +0.5002808978684169 +0.2699738767568684 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5485759567152828 +0.43065514375567066 +0.8386416886081827 +0.8360715858539207 +0.837423316550366 +0.8412693927794176 +0.7854334271237876 +0.8566146360395113 +0.8481174403733959 +0.848910275171513 +0.8565389346249696 +0.5060505744601038 +0.2624211670992333 +0.2693338179535866 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5610736918195022 +0.43213419223955574 +0.83826304942938 +0.8369325252418774 +0.8409768469640074 +0.841854161528832 +0.7828209006776005 +0.8511203834082047 +0.8504528152938123 +0.8454661457495006 +0.841081822994234 +0.5023915137487321 +0.2699738767568684 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.43199658112379297 +0.841491813581138 +0.8366566929663879 +0.8282831263652402 +0.8334984063867588 +0.7725581800057172 +0.848893736477135 +0.8503155464978365 +0.8452820860724921 +0.8421193863582388 +0.5040213225645381 +0.2699738767568684 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.44134840033531303 +0.8462971003588735 +0.842284178716473 +0.8389216247587116 +0.840321873891571 +0.7732499014837516 +0.8457918549264136 +0.8528145136526981 +0.8494321261222532 +0.8486420495335916 +0.5051173212431966 +0.26486654272041016 +0.2747611821169014 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17851697471697037 +0.1709061751968444 +0.1694953083937315 +0.16872924503986036 +0.1689058327171098 +0.16872924503986036 +0.16861420480924488 +0.16913591292175226 +0.16861420468095065 +0.16978071655787177 +0.1689593252445028 +0.17048523148249176 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17307329779379643 +0.17055299965546758 +0.16978693630159641 +0.1689058327171098 +0.1689058327171098 +0.16861420480924488 +0.16861420480924488 +0.16861420468095065 +0.16861420468095065 +0.16861420468095065 +0.16913591310863013 +0.17007856347230568 +0.17612152363213315 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5533375476642296 +0.44438540375144026 +0.8433373651823777 +0.8407584728892171 +0.8425474038273055 +0.8547975135766809 +0.793109479416461 +0.8592492704241843 +0.8556825297148545 +0.8675193613266989 +0.8590499592523114 +0.5182582232913545 +0.27431516172149534 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.42051048638752353 +0.8362393321829362 +0.8340141265567417 +0.8324408707393972 +0.8316711982459348 +0.7674866245000052 +0.8349750575664329 +0.8347042656620742 +0.835238781196641 +0.8396850341924815 +0.5030359156679564 +0.2628559144069695 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.4374860723968742 +0.8447705647274122 +0.8447624426647271 +0.8391905910960692 +0.8359290968360333 +0.7689765891668384 +0.8371585159667416 +0.8374015290468626 +0.8379437557581025 +0.8336297045893569 +0.49740055536210825 +0.2699738767568684 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5562019437364341 +0.4260895643153871 +0.8351459289242749 +0.8404510503794196 +0.827844025575431 +0.8277955017060573 +0.7617466250388671 +0.8298028343173421 +0.8307563467327154 +0.8291674940644845 +0.8291674704979111 +0.4938548991263767 +0.26764321976700256 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5534681629491532 +0.43329389311665073 +0.8503633761050956 +0.8309059483461464 +0.8296650454385835 +0.8322888609856498 +0.7694382787182165 +0.845668115237482 +0.8357193389000274 +0.8379545473664908 +0.8364550113612871 +0.5009034851059966 +0.2607305692513287 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17558378930071247 +0.17072958733271704 +0.16967189607098096 +0.1694953083937315 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.1684991645786294 +0.16861420468095065 +0.16872924478327186 +0.1689593252445028 +0.17147962370258926 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17851697471697037 +0.17072958733271704 +0.16967189607098096 +0.16872924503986036 +0.16872924503986036 +0.16861420480924488 +0.1684991645786294 +0.16879079235820008 +0.16890583246052132 +0.16861420468095065 +0.1689593252445028 +0.17125129483636292 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5694102974751908 +0.4387702032813287 +0.8400039895910386 +0.8382290526572042 +0.8479215546726027 +0.8655640682745533 +0.801211627763937 +0.8682215721499945 +0.8576511306578358 +0.8574511343209833 +0.8423365965792253 +0.4998765564930731 +0.2657263621914388 +0.2791024670815284 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5632194077493448 +0.43286501849722825 +0.8355682829458946 +0.8309289216492531 +0.8365501252116818 +0.8509065417295755 +0.7798080635886927 +0.8616212787813855 +0.8601381273207466 +0.8579619883318808 +0.8495713704066652 +0.50043080820299 +0.26294968514484646 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.561139874087775 +0.43001292953493014 +0.8399940375383711 +0.8308782917887918 +0.8314403418296414 +0.8354542836027795 +0.7688390416606765 +0.8337137104430907 +0.8309207830362919 +0.8311522037392776 +0.833410200698228 +0.5009867812452704 +0.27570350101893787 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5584305875664126 +0.43426041306206686 +0.8363418123289218 +0.8330201262901884 +0.8347077170111844 +0.8310139421941503 +0.7652235031746054 +0.8456467597041879 +0.8417685875226109 +0.836124658758279 +0.8336786487546416 +0.4998210514496243 +0.2657263621914388 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5655940880698327 +0.4295429012905353 +0.8404803329671874 +0.8390558838855444 +0.8439327024073271 +0.8485555985644812 +0.7847286015651296 +0.8505582933785379 +0.8538978974877816 +0.8557835910799034 +0.845656268921292 +0.49947836300996845 +0.26593485000402406 +0.28111309326717876 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17558378930071247 +0.17072958733271704 +0.17055299965546758 +0.16967189607098096 +0.16872924503986036 +0.16996352385055163 +0.1684991645786294 +0.16879079235820008 +0.16861420468095065 +0.16861420468095065 +0.16913591310863013 +0.17312678978662405 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.17558378930071247 +0.17183901860934944 +0.17055299965546758 +0.16967189607098096 +0.16872924503986036 +0.169020872819431 +0.16890583258881553 +0.16890583246052132 +0.16890583246052132 +0.16984848282419682 +0.17007856328542773 +0.17301174955600862 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5614038857822906 +0.4374193849324518 +0.8397907127732468 +0.8354507462130408 +0.8317816621535455 +0.8370064566533804 +0.7809969616560336 +0.8650658879898443 +0.8543714796247589 +0.8558053839691153 +0.8464770918935715 +0.5008905082200169 +0.26593485000402406 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5613200080419315 +0.43523580551917235 +0.8354217646994305 +0.8363587863858133 +0.8336725251759848 +0.8504266399020598 +0.7916489577207967 +0.8501025843489616 +0.848845935470459 +0.8464740660347276 +0.8380140055473466 +0.4977947375573553 +0.2699738767568684 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5504706257752188 +0.4338957098541626 +0.8493225653646069 +0.8436473903229588 +0.8365856869618838 +0.8553040359834624 +0.7940933607132129 +0.850458310973905 +0.8525300941321281 +0.8460077639491472 +0.8435620185606012 +0.5093052876853101 +0.27709183876808774 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.44870505074402617 +0.8581945806579675 +0.8526344138739504 +0.8457566056520626 +0.8420421892092839 +0.7742637287323861 +0.8403846836743946 +0.841154372140981 +0.84165924821874 +0.8431381703285789 +0.5107204383263424 +0.2791024670815284 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5356525071546787 +0.443015641135638 +0.8473631585908329 +0.8378673707548338 +0.8444824201308582 +0.8633663663003552 +0.8106844965387342 +0.8621571003075827 +0.851737879591901 +0.8484178441371132 +0.8480817777080168 +0.5096767978102766 +0.27709183876808774 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1757603771648398 +0.17183901860934944 +0.16967189607098096 +0.1700785640811671 +0.16872924503986036 +0.16861420480924488 +0.16872924491156613 +0.16861420468095065 +0.16890583246052132 +0.16872924478327186 +0.17007856328542773 +0.17312678978662405 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17664147976670924 +0.17113625540148686 +0.1700785640811671 +0.16990197640391763 +0.169020872819431 +0.169020872819431 +0.16913591292175226 +0.16931250078587956 +0.16884428501388735 +0.17054677905741994 +0.17646489240921734 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5574048550188883 +0.43090239975642597 +0.8391954837902175 +0.8330932084426041 +0.8453594588787473 +0.8596450133532523 +0.8050314129409398 +0.864950263258661 +0.845080900668454 +0.8421172931329228 +0.8378279650420921 +0.5053297959413731 +0.2699738788846587 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5575064298483293 +0.4304964619196648 +0.8395914119880075 +0.8365277227100693 +0.8484761889893557 +0.864421236387486 +0.8022715449588029 +0.8699122588902108 +0.8679084152394467 +0.8781335849482206 +0.8477929439411567 +0.5007670396785968 +0.26764321976700256 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5552568419915563 +0.4327555415836348 +0.8397004695965243 +0.8393124553540257 +0.8527667210181632 +0.8789371468965348 +0.8140953774141813 +0.880896289045662 +0.8788296115853804 +0.8878281270477217 +0.8549105338113504 +0.5071692061072997 +0.26764321976700256 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5523383704073668 +0.4279828041510147 +0.840322616461431 +0.848441164145867 +0.8683452174688115 +0.8758015976790753 +0.8128614789728679 +0.8788801701378224 +0.8792151492842981 +0.8986958475114566 +0.8627389039553048 +0.5132857538907788 +0.2699738788846587 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5550938162077633 +0.42904293129655263 +0.8349384044006194 +0.8337029022019393 +0.842302403114591 +0.8597117411626133 +0.8081417922630575 +0.8802468379188984 +0.8744835659474491 +0.8569766502976072 +0.8634291555072295 +0.5090877661256669 +0.27709183876808774 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17201560647347672 +0.1724222745422465 +0.17113625540148686 +0.17037019204761564 +0.169020872819431 +0.16942754082961717 +0.16890583258881553 +0.16960412869374444 +0.17131284241129116 +0.17851697471697037 +0.17928303721651853 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17664147976670924 +0.17458939727207828 +0.16967189607098096 +0.1689058327171098 +0.1689058327171098 +0.169020872819431 +0.16913591292175226 +0.16960412869374444 +0.17131284241129116 +0.17553204763575384 +0.18039246966723146 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5622855664992359 +0.4418335411163265 +0.8402632813156184 +0.8393099837170132 +0.8514988551081453 +0.853909844542145 +0.7767496214326834 +0.8581788480301493 +0.8440799614237607 +0.8422561590362773 +0.8417400387207874 +0.5072671568739431 +0.28111309326717876 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5532279303946079 +0.4382652394225745 +0.8661703571314328 +0.8429498219146973 +0.8302244508814315 +0.8381927652644908 +0.7668665921983613 +0.8379752873960128 +0.8356480345643922 +0.8365637755947194 +0.8351916922598983 +0.49999302530631085 +0.271984505070309 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5529585471031263 +0.4382337514309632 +0.8656325416020246 +0.831950923865369 +0.8349757105004074 +0.8321842227102603 +0.7696496721447551 +0.8435250547368525 +0.8447620145802599 +0.8414231927835346 +0.8425095354134583 +0.5115416284372838 +0.28111309326717876 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5585676427130615 +0.44006611234635484 +0.8591820812938098 +0.8416685548378899 +0.8329524407378454 +0.8327271765684303 +0.7612286701111264 +0.8277945745612241 +0.8299186939310699 +0.8302034484244053 +0.8374481018372131 +0.5098497029018886 +0.2988837486005504 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5647982931606788 +0.44659913040479887 +0.8613357105424254 +0.8388180471919013 +0.8339519145237512 +0.8305204795129281 +0.7625080060006691 +0.8289848941470813 +0.8284911866262648 +0.8267414464953186 +0.8288763130791151 +0.5040240220285875 +0.29915585295136665 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.18073583844431568 +0.17183901860934944 +0.17055299965546758 +0.16967189607098096 +0.1689058327171098 +0.16861420480924488 +0.16861420468095065 +0.16913591292175226 +0.16872924491156613 +0.16931250078587956 +0.17142788251361235 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17219219433760405 +0.1700785640811671 +0.1689058327171098 +0.169020872819431 +0.1701936041834883 +0.169020872819431 +0.17037019204761564 +0.16913591292175226 +0.16948908846312905 +0.17142788251361235 +0.17928303721651853 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5801292017183485 +0.4632172053866792 +0.8703064140847855 +0.8391106782210845 +0.8340005924995219 +0.8293306359566287 +0.762105322201705 +0.8279190232752237 +0.8272900025454666 +0.8289432355162997 +0.8286704421303588 +0.498534479761006 +0.2989190477147058 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5805310896619703 +0.45379236063789086 +0.8435643258628162 +0.835567271391057 +0.8283874273624995 +0.8291367371955198 +0.7664088353945273 +0.8435319696548088 +0.8444209240159548 +0.8358562366682462 +0.8335932982132572 +0.500133033031081 +0.29563560469415096 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5562677614519776 +0.44064860272474576 +0.8459863299671789 +0.8325876857695136 +0.8281397955286579 +0.8306463362282281 +0.7664021714931467 +0.8283234225476508 +0.8278121043511707 +0.8295753567175841 +0.8286098414001952 +0.519124064967886 +0.29639262800671057 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5625376040626376 +0.4418960618811221 +0.8408576508734347 +0.8355101891512109 +0.8331149261137574 +0.8329578818522355 +0.7675713609215318 +0.8373547642991924 +0.8383408931953026 +0.837894237574842 +0.8383666203349327 +0.5057283413517392 +0.2791024670815284 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5601796020175323 +0.4405765113359848 +0.8404304847348162 +0.8319867318135343 +0.840388925740424 +0.8282314988447667 +0.7660737441385882 +0.8340618631830186 +0.834025239813104 +0.8310797254480107 +0.8298631693856481 +0.4993678096429062 +0.29902636321484233 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17851697471697037 +0.17072958733271704 +0.1689058327171098 +0.16908242039435925 +0.16919746049668044 +0.16890583258881553 +0.16879079235820008 +0.16890583246052132 +0.16913591292175226 +0.17219394501316057 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.17745928307689304 +0.1700785640811671 +0.1689058327171098 +0.169020872819431 +0.169020872819431 +0.169020872819431 +0.17037019204761564 +0.17131284241129116 +0.16960412869374444 +0.17406943964366411 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.41662973202817805 +0.40806950126325003 +0.43232114974092084 +0.40806950126325003 +0.432482768579729 +0.42034201144878247 +0.4377422436760167 +0.6067735613177107 +0.502923378736245 +0.8655530200081094 +0.8511187488986691 +0.8367453792396952 +0.8381909693387432 +0.7710970081661881 +0.837113649133862 +0.8295512913877844 +0.8291901007023397 +0.8296284532370187 +0.5053351826510861 +0.3021974954137532 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5735041339345984 +0.4534578550265861 +0.8525024731352049 +0.8363622801782046 +0.8355440733473819 +0.8484062447426809 +0.7914148592113273 +0.8630376271403379 +0.8574140797136451 +0.8477722912224794 +0.8393616030331117 +0.5029110728612362 +0.29858343680680355 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5662498218968811 +0.4477275076600038 +0.8482234222900339 +0.8436969094011137 +0.8615242958962321 +0.878722975536402 +0.8169179574901776 +0.8817372751018872 +0.8747288218745992 +0.8703207480129356 +0.8605346350099753 +0.5175721827778098 +0.29644983106158473 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5551646035668502 +0.4397967399521501 +0.8482598131062548 +0.8337356815659095 +0.8340895618795915 +0.8317775932868603 +0.7642534706576376 +0.8314785938351505 +0.8372676282311448 +0.8361395842360557 +0.8330147035219991 +0.5109751711387208 +0.2945441645721844 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5558378543529372 +0.4409208444950672 +0.8589876128730652 +0.8333532091265626 +0.8330610354734104 +0.8285277788818709 +0.7616485599064363 +0.8283455740280042 +0.8283623492865805 +0.82882380142373 +0.8307069498757252 +0.5093334801832547 +0.2989551968160465 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17851697471697037 +0.17224568667811918 +0.1700785640811671 +0.1700785640811671 +0.16919746049668044 +0.16931250059900171 +0.16931250059900171 +0.16960412869374444 +0.17253731379024476 +0.17517887209437705 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.3203077285741235 +0.29604945887639406 +0.4167683409976077 +0.404660080269822 +0.2007218553139885 +0.18395717067658096 +0.16967189607098096 +0.1689058327171098 +0.16879079248649434 +0.16879079235820008 +0.16890583258881553 +0.16931250059900171 +0.17131284241129116 +0.1766414789123862 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.4045696179484133 +0.41678782547443116 +0.42031295229125365 +0.4202545184871807 +0.43252875577740607 +0.43275702415371686 +0.4205025896734274 +0.46256348312613327 +0.6110697970102307 +0.7128418077643234 +0.8657908803565183 +0.8534554495824476 +0.8405440981122216 +0.8339560040247895 +0.7663147215865522 +0.8312497100990642 +0.8320322892829941 +0.8318841285335961 +0.8315421775441224 +0.5090279246852136 +0.5173120211814298 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.6047013459094293 +0.7066990667083308 +0.862216925807719 +0.8512882955943122 +0.8416199458811898 +0.8412301672388871 +0.7781503850074197 +0.8387431542526792 +0.8453439891819109 +0.8425400910212433 +0.8380570079081752 +0.5107161777403855 +0.5133901661347827 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5861565635440321 +0.6747730266733502 +0.8746510463281337 +0.8511800866716349 +0.8376615803627713 +0.8312190810149703 +0.7639405441463366 +0.829760490690637 +0.8301219898143257 +0.8301182878926348 +0.8351424548190295 +0.5116134970250685 +0.5120470510806225 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5745249209024442 +0.6652190766716456 +0.8723515346416355 +0.8408241755591529 +0.8305608559841287 +0.829757907059166 +0.7630503510382136 +0.8292882492368778 +0.8292958795057865 +0.8296838573737906 +0.8348720863967702 +0.5273356855392384 +0.5112265414282632 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5787141951984821 +0.6687161183316382 +0.8529946445606835 +0.8384462522459672 +0.8327972978199462 +0.8291241187892815 +0.761500745691032 +0.8283680320677596 +0.8275288358248392 +0.8286712307865662 +0.8335982587731129 +0.5093871683333293 +0.506129935100493 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17389110091710244 +0.17183901860934944 +0.17183901860934944 +0.1689058327171098 +0.169020872819431 +0.16879079235820008 +0.16879079235820008 +0.1690208726911368 +0.17007856309854988 +0.17517887209437705 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17389110091710244 +0.17072958733271704 +0.1689058327171098 +0.1689058327171098 +0.1689058327171098 +0.16879079235820008 +0.16879079235820008 +0.1690208726911368 +0.17048523129561388 +0.1777509113630992 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.567661108576189 +0.6592406920486962 +0.8718164926304304 +0.860015903619533 +0.8386345751213481 +0.8350221864556941 +0.7682901516111829 +0.831937681068064 +0.831101160799224 +0.8313956584220124 +0.8362867053639225 +0.5191980887702167 +0.5157734044394976 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5890224599531667 +0.6723546223051327 +0.8622553212381503 +0.847042464451847 +0.8373052829508884 +0.8317421410947808 +0.7649964629773658 +0.8296690965597205 +0.8294830707751855 +0.830070444577743 +0.8354106259672359 +0.5115603677483757 +0.5124730935691177 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5857272646936695 +0.6710390504227132 +0.8575477400856256 +0.8435382233998517 +0.8335580724444612 +0.8296872859520601 +0.7629363729311919 +0.8280836295851721 +0.8299882254421972 +0.8319224504546637 +0.8363743192646091 +0.528582390145475 +0.511784209458803 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5603771628233314 +0.6541461815844356 +0.8754116967110255 +0.8632187069872338 +0.8384469635670322 +0.8353578267514441 +0.7678534965890665 +0.8312347354086497 +0.8318806946514284 +0.8385062679892382 +0.8548628781714929 +0.5247209983064735 +0.506998588624582 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5802164849545707 +0.6706985951796781 +0.8613099823067949 +0.8432358392038998 +0.8372639536763946 +0.8346818447809502 +0.762876986337694 +0.8308628852537772 +0.8289004361489392 +0.8300757991691318 +0.8338294175753271 +0.5204668060674811 +0.5063394139235999 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17962640599360272 +0.17224568667811918 +0.17224568667811918 +0.1689058327171098 +0.169020872819431 +0.169020872819431 +0.16913591292175226 +0.16913591292175226 +0.17113625454716383 +0.1764648910482589 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.4167436476240506 +0.39239705339758735 +0.20586202116863053 +0.17224568667811918 +0.1700785640811671 +0.17037019204761564 +0.16919746049668044 +0.169020872819431 +0.16931250059900171 +0.1690208726911368 +0.17007856309854988 +0.1764648910482589 +0.39239705339758735 +0.4045948506354444 +0.404617690143713 +0.4170400011692917 +0.41717054665609243 +0.4090378524251377 +0.42042626045384124 +0.4328864968974017 +0.4331313053979349 +0.42491647622468215 +0.42505475716962954 +0.4632039588319756 +0.6169145756989517 +0.7177807397361665 +0.8825627879353553 +0.8542044933134957 +0.8504305746105594 +0.8423407909781776 +0.7791954264376193 +0.8472770306144057 +0.8451658101376421 +0.8455841131190314 +0.8384042960046749 +0.5107862845134904 +0.5140829732549334 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5790119702391331 +0.6693769074009008 +0.85951832206922 +0.8461389195638228 +0.849066493300798 +0.8639634771614377 +0.801608036600378 +0.8696716040532896 +0.8683546478420566 +0.844273569720669 +0.8407301946788729 +0.5228545980152025 +0.5058807203668083 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5765767137441642 +0.665919356776764 +0.87385567446159 +0.8435162449707807 +0.834406094373011 +0.8317263981767764 +0.7688651041328366 +0.8327340038967836 +0.8293745734285408 +0.8454641953316638 +0.8353065507641887 +0.5241017301132505 +0.5110790891767294 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5821758078633029 +0.6694310997496523 +0.8825398623836335 +0.8746065778588286 +0.8478777260325087 +0.8339360750232813 +0.7674865931743231 +0.8301988419941932 +0.8299993088383917 +0.8341300440511127 +0.8569563998691472 +0.53135510820288 +0.5171074264259353 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5960996241423381 +0.6925823181162184 +0.8686940618700315 +0.8575466732806176 +0.8381918343593971 +0.8370139140540968 +0.7748277236538885 +0.8420692409262519 +0.8359291059120971 +0.836002172991571 +0.8339658681250341 +0.5168378097354572 +0.5138637550575526 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17962640599360272 +0.1719540587116706 +0.17224568667811918 +0.1689058327171098 +0.16919746049668044 +0.169020872819431 +0.16931250059900171 +0.16931250059900171 +0.1742460273209136 +0.17851697386264737 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.39239705339758735 +0.17740754226625743 +0.17183901860934944 +0.1720690988139919 +0.16919746049668044 +0.169020872819431 +0.169020872819431 +0.16931250059900171 +0.17253731379024476 +0.17851697471697037 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.586827328410361 +0.4611054676736735 +0.8528746953327974 +0.8368963226912793 +0.8316406746927182 +0.8317718857623966 +0.7696078257097922 +0.8461792779691382 +0.845277311969505 +0.8611517828080393 +0.8809551010637087 +0.7421090328582608 +0.5196361197611128 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5921587668925882 +0.4798224675128733 +0.8655038683081223 +0.8573555720698208 +0.842130794477904 +0.8345363834954012 +0.7688349312072262 +0.8347746819655373 +0.8368906800363339 +0.8369725197840489 +0.8818429520364649 +0.7434885204071718 +0.5193043862344545 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5875218425735214 +0.4679102479366307 +0.8700505743405661 +0.8507570730643708 +0.8477567055856592 +0.839484259676397 +0.7680002720121836 +0.8409500773950739 +0.841965496908116 +0.8409725312151121 +0.8768440596213225 +0.7418744011663335 +0.5174789088284398 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5875183085592488 +0.45783756708517814 +0.8519211193573998 +0.839443063523206 +0.8328764677413928 +0.8328280854335243 +0.7641891242857437 +0.8297297959392209 +0.8338776084168065 +0.847655483845776 +0.8715935095503128 +0.740273478251138 +0.5135401274425417 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5752542360300175 +0.4555656437010273 +0.8674922619225307 +0.849587413522575 +0.8445115649884186 +0.8328194939179889 +0.7652420498740231 +0.8326493149282564 +0.8324818560374248 +0.8513894538212169 +0.8806801537556338 +0.7413815183168573 +0.5144424172988554 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.1815019009438639 +0.1720690988139919 +0.16996352397884584 +0.1689058327171098 +0.169020872819431 +0.16931250059900171 +0.16931250059900171 +0.17113625454716383 +0.17406943964366411 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.41669182428102103 +0.39239705339758735 +0.41694788588987275 +0.4047074479202323 +0.4170615995460256 +0.3084497154628315 +0.32074641201384657 +0.308512555061715 +0.3210270077002612 +0.30859097697100046 +0.30845522925043023 +0.41745392799573416 +0.20279094490019894 +0.18441432696427704 +0.1842288354502085 +0.1844914554454742 +0.18115061253077408 +0.16890583246052132 +0.1690208726911368 +0.16913591292175226 +0.17253731379024476 +0.1895843276218288 +0.4046020043835943 +0.39239705339758735 +0.40463872127645706 +0.41673206952074515 +0.4046846458895602 +0.39239705339758735 +0.41695913523377065 +0.4203776430363253 +0.40806950126325003 +0.4325111163562833 +0.42038234755012244 +0.42029043349259715 +0.4622101025701917 +0.6071567686458454 +0.4961931725726158 +0.8961081215950537 +0.851893894507191 +0.8545217380885263 +0.8504687169662174 +0.7765909092534616 +0.8359985503869202 +0.834876082128039 +0.847028436266814 +0.8828061842085564 +0.7463362582910134 +0.521996919583746 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5897826216157399 +0.45807299382726324 +0.8482978459786575 +0.8376627466885977 +0.8364662881931636 +0.8308920517938619 +0.7642753360423891 +0.829528824178053 +0.8336587959640221 +0.8420092564054767 +0.8709531059167277 +0.7401643122257971 +0.5138506670164997 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5948960226251574 +0.4708750673663562 +0.852014463650205 +0.8475182395450447 +0.8365259806613702 +0.8326777867343838 +0.7628331626593398 +0.8400327541636471 +0.8375935416944145 +0.8413852418822372 +0.8701730484637084 +0.7395542463880149 +0.5143086581490871 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5717591244635192 +0.451737060739966 +0.861632435103049 +0.8344141313154418 +0.8360494617918561 +0.8355056565326044 +0.7682449290752874 +0.8455472563048264 +0.8490526719548355 +0.8525694203304789 +0.8826348431730023 +0.7430286585850631 +0.5069069983426772 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5876455384232628 +0.4644521170775371 +0.8798148933840211 +0.8511497001208681 +0.8359794411383925 +0.8401851413159842 +0.773062716088449 +0.8353306281489327 +0.8357680943797363 +0.8535999436999414 +0.8782842170393678 +0.7448881835796439 +0.5191502901149931 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.20269384442400926 +0.18286287373753313 +0.17375634718697358 +0.169020872819431 +0.16890583258881553 +0.16890583246052132 +0.16890583246052132 +0.1710729541445668 +0.17206909697705167 +0.1803924684931509 +0.40050315541104403 +0.4046253693802514 +0.4087990508106988 +0.40468505040535024 +0.4049139771145109 +0.4050126389536124 +0.4051546773617189 +0.32103285310548674 +0.3212497160110324 +0.30880568907251377 +0.32110550517214104 +0.32138561066640947 +0.30885343934921217 +0.41747166847276407 +0.206856931130151 +0.19335663643007606 +0.18464839892010548 +0.19471934680681977 +0.19364451409123543 +0.18134347364439202 +0.16931250059900171 +0.1854959740392561 +0.1983776916615255 +0.1937937227777545 +0.40464827281612914 +0.4169459701496672 +0.41712852809340695 +0.40484066750163283 +0.41721630033463686 +0.40487136162381654 +0.41724652556818276 +0.4204071057696695 +0.40806950126325003 +0.43250904203121127 +0.42047507272773904 +0.43284414448915465 +0.45017945293456135 +0.6106860562480717 +0.5027205134075563 +0.8855627831092887 +0.8586337655117103 +0.8509350943287006 +0.8352885706732017 +0.7739145253019749 +0.8422896165885054 +0.8586328877888444 +0.871332032391345 +0.8829872517090127 +0.7456868486859566 +0.5244818691693571 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5995107476633049 +0.48676562362381665 +0.8785126025094198 +0.8583725656203824 +0.8483873800222155 +0.8359924835970343 +0.7686680172509108 +0.8340514282678868 +0.8352947376923814 +0.8635245973062022 +0.8839080235353395 +0.746100073653199 +0.5204586077184525 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5966307731869614 +0.4802230706428249 +0.8670557512441504 +0.844402549001859 +0.8422172375466758 +0.8362207061176343 +0.7684961004151682 +0.8335373466060039 +0.8346942747625102 +0.846980430052882 +0.8834036067851151 +0.7461997996998333 +0.5198747673484692 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5977375511692614 +0.48574544077056864 +0.8677549925651031 +0.8549396838504913 +0.8391587153127258 +0.8348429530490312 +0.7701119417999538 +0.8351792923395169 +0.842586171543807 +0.8509565557823233 +0.8792299881999238 +0.7469963299278132 +0.5187148289360173 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4324282022669669 +0.45012214594627714 +0.603286224498811 +0.4953617361802888 +0.8675336507524652 +0.8474901286115798 +0.839371174709317 +0.8344795618960468 +0.7668393035236722 +0.8355717914629207 +0.8402324451771119 +0.8519410828926294 +0.8781568030004718 +0.745749462934483 +0.5158477895607111 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.32041428945446576 +0.3083989425504271 +0.30831908030332483 +0.41721922457004706 +0.20451301985673306 +0.18612065418363646 +0.18576471559470198 +0.16978693617330218 +0.169020872819431 +0.16890583246052132 +0.16890583246052132 +0.16919746036838623 +0.17283516033092283 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.40453001261753946 +0.39239705339758735 +0.4045531514476759 +0.4045803957170283 +0.4166838360280127 +0.29604945887639406 +0.30822544867717844 +0.3203104477697668 +0.29604945887639406 +0.32032487640380464 +0.29604945887639406 +0.416671868240718 +0.1815019009438639 +0.1995734481529901 +0.17183901860934944 +0.16996352385055163 +0.169020872819431 +0.169020872819431 +0.16919746036838623 +0.16913591292175226 +0.1766414789123862 +0.1815019009438639 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.39239705339758735 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5849474645538322 +0.4720064291689748 +0.860339604695654 +0.8504662823033716 +0.8346763832328119 +0.833273514443012 +0.763818896377287 +0.8309954582642838 +0.8598162050352092 +0.8787697097364863 +0.879309071760846 +0.7399173455547758 +0.5146745734434447 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5862519128798462 +0.46072711449975084 +0.8827584134478897 +0.8503652533000541 +0.8387082644503775 +0.8394581272475414 +0.7694154595221452 +0.8361547285564203 +0.8394951294213476 +0.8715150842082866 +0.8835590870749018 +0.7455979121171435 +0.5198773046050484 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.6015624809200657 +0.490206128482526 +0.8805932951307187 +0.8473862100055383 +0.8422418921852014 +0.8389309104592796 +0.7738671224144431 +0.849783557366271 +0.8485520831442473 +0.8655453004499573 +0.8838263897881186 +0.7463321440558432 +0.5191042948510363 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5963695808240501 +0.4846869665296173 +0.8790649383597922 +0.8582004981196854 +0.8568051832462392 +0.8514643354233424 +0.7836118419928196 +0.8495625174653563 +0.8540973813042443 +0.8759645449107648 +0.8845042551459122 +0.7468390152854248 +0.5217582680647513 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5811605656536385 +0.6807968310084291 +0.8570873292143395 +0.8578648643704476 +0.859781537864975 +0.8536643226981414 +0.7653121566483595 +0.8332412596234038 +0.8469208357419905 +0.8624162555290382 +0.8824484957011488 +0.7442745465483688 +0.5200456220700982 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.39239705339758735 +0.4166743215043295 +0.17962640599360272 +0.19892157175986586 +0.1701936041834883 +0.19341153933073285 +0.16919746049668044 +0.16931250059900171 +0.16960412869374444 +0.18631214812208377 +0.20620466120036016 +0.4174357976920868 +0.40511386601297406 +0.41746300106298806 +0.4176861402113427 +0.40944762963168374 +0.40963304543358103 +0.41809135725993796 +0.3132461866144602 +0.31325063654822005 +0.32166174888858823 +0.31326955329473644 +0.3134405690015377 +0.3218129185591706 +0.4055252003025623 +0.41789056379136313 +0.2005707258879639 +0.19419361013176137 +0.18376367046781952 +0.19482265167928814 +0.19412181053929092 +0.1861487822625195 +0.18359628563421004 +0.2003493448793146 +0.20735250271169076 +0.40575136492347214 +0.4184765021609956 +0.4062462842217662 +0.4188022488692882 +0.410122921090387 +0.41922452255931836 +0.4062199869711227 +0.4339881607842909 +0.42883579981663755 +0.42841810857752216 +0.42595441471227774 +0.4343203254210947 +0.4515769672118199 +0.6136918501874082 +0.7226788237589405 +0.902188290026168 +0.8743686910597244 +0.8643687864547275 +0.8566879710728915 +0.7784589410712124 +0.8427997374679626 +0.8488224568488172 +0.8547505499446212 +0.8860711157373927 +0.7548235417196792 +0.5429920014538823 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.4203026973901921 +0.43266351335297226 +0.4247731546432675 +0.424893803387583 +0.46284381922586465 +0.6182062826525729 +0.7180105092098783 +0.8928532594302914 +0.8656782610316099 +0.8623936782659564 +0.8482070570346774 +0.7807999150236233 +0.8478653716940053 +0.859858998274628 +0.8671364654396804 +0.8957397799405491 +0.7595722570579508 +0.551194869749086 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.43234483315518685 +0.42029638489990817 +0.42040551255174685 +0.43332390720287417 +0.43359013235235105 +0.45058089155571673 +0.614162578954953 +0.7163338745215608 +0.8909941896964453 +0.865810287206309 +0.8485744327019094 +0.8478696426758663 +0.7820936812337979 +0.847607061221315 +0.8513127828082525 +0.8750917079045444 +0.894443317391171 +0.758743185810433 +0.5489594153494919 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.41256431515625486 +0.4174161510079423 +0.4250049050275988 +0.4253152388983237 +0.4337658138083892 +0.42436102650572166 +0.4212205119850542 +0.4649389955032849 +0.6313890491449247 +0.7224179470225298 +0.8892055913170439 +0.865056034751034 +0.849394924308835 +0.8487988789338394 +0.77844935614519 +0.8452347953918498 +0.8451362164311115 +0.854154951535987 +0.8943684703980012 +0.7586006486211158 +0.5466877904894333 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.4125920901750478 +0.41703545486203275 +0.41651537275798206 +0.4207390802892965 +0.4213589440562309 +0.42179731058303793 +0.4353126501326545 +0.45569905134405114 +0.6275576470633295 +0.7222548635574157 +0.8994603964300169 +0.8634029106773863 +0.8472981389897922 +0.8458994930816532 +0.7804881325281782 +0.8469006911206097 +0.8590322821184531 +0.874991597330139 +0.8940363834308809 +0.7576507567256207 +0.5443717105479773 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.4166565796927738 +0.3083901449739706 +0.3083612726572466 +0.321144992014721 +0.32147514135202193 +0.30900823974275865 +0.30893639156112457 +0.4186434707108559 +0.4056639290476105 +0.199552542366584 +0.18349292462400438 +0.1946300690066965 +0.1822307108129397 +0.19536885400250725 +0.18585865349829053 +0.19570095227328727 +0.19062928696516288 +0.20284573378406187 +0.42125340721113863 +0.41193777523613484 +0.4221239857978061 +0.4125800933508062 +0.42111048647438276 +0.41313996942840847 +0.4215883930446965 +0.31709418770835945 +0.3257125740912674 +0.32188081837144866 +0.3201429656157031 +0.3275495082560592 +0.3177360422046505 +0.4222668456876435 +0.42026969343332 +0.19715234051336797 +0.20014496741838286 +0.1906849039228813 +0.1895031078862995 +0.18735379120062667 +0.18208437774522798 +0.19007060731302 +0.19074452999674527 +0.20252241991030298 +0.41414612720769656 +0.4220156472281047 +0.4121673772538432 +0.42293626027950687 +0.41725737031406046 +0.41575747571976557 +0.4238673419319491 +0.42865823225096006 +0.4391666961871651 +0.4295046693943278 +0.4400934190203696 +0.43040217453336915 +0.4704488324481452 +0.634803033123323 +0.7236719995328799 +0.9163375561029369 +0.9092995331308625 +0.8721125265737966 +0.8643170493123241 +0.7945036508375392 +0.8558054401945576 +0.8538543356786599 +0.8595128041343082 +0.8942215526012108 +0.7712320433558345 +0.5511630639732052 +0.49200824572090235 +0.4507873366495219 +0.4586136741180235 +0.4229603272229621 +0.4055526914970281 +0.42608205702426855 +0.42189717426147694 +0.42709335440273744 +0.4363591961610409 +0.4267234822293032 +0.4660812813421234 +0.6348197358517303 +0.7231739999338216 +0.9236567911067297 +0.8817775537039871 +0.8641360671041435 +0.851820338908011 +0.7842766995956003 +0.8468795898078978 +0.8603434311010452 +0.8758618342943516 +0.8944285191917453 +0.7570542461024415 +0.5462778243583479 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.41669603733609883 +0.42027502274361545 +0.4202410656309824 +0.4325337071094466 +0.4163783681365568 +0.43282707822341027 +0.4461642083115695 +0.607775481016455 +0.7134300671419853 +0.890298285913705 +0.868794008983086 +0.8540518475780597 +0.8400939585481431 +0.7707985435131627 +0.8425580156811677 +0.8544003928036663 +0.8670380553038786 +0.886029521632788 +0.7481583966214238 +0.5231871598243089 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5907965683892918 +0.6777716743658699 +0.8854404669821042 +0.8563539605311582 +0.8491278654746444 +0.8396318343389116 +0.7727794567450422 +0.8387740045161254 +0.8502918797382724 +0.8706405906559733 +0.8826197196267677 +0.7440916282110568 +0.5187654643999117 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.596507191688457 +0.689078117931985 +0.8746530505319724 +0.8590735928460721 +0.8516727816459884 +0.8354712046540084 +0.768139928141166 +0.8344100376038042 +0.835601794496071 +0.8539842612409654 +0.8831452264115488 +0.7450523600762319 +0.5164249995856661 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.29604945887639406 +0.41685285724031845 +0.39239705339758735 +0.1862367752912905 +0.18404723518449273 +0.1780098491788915 +0.16931250059900171 +0.17095791391395132 +0.16908242013777075 +0.1710729541445668 +0.17283516033092283 +0.19128054408506553 +0.4047189538662264 +0.40892454969989417 +0.404767759325973 +0.4049955006613605 +0.4050883977524478 +0.4052285993264237 +0.4178389886331696 +0.3091409654401775 +0.32148441961963253 +0.30924168824346654 +0.3216487042861341 +0.3128443349628447 +0.3090365613484428 +0.41869803766699015 +0.4097162782119381 +0.1912692068951974 +0.18739634753482157 +0.18616029154813948 +0.18371734559427821 +0.18131623691458354 +0.18543224526612134 +0.18448296651075183 +0.1897726878023281 +0.20064006459519992 +0.41181450051328655 +0.4119500638096027 +0.4118400610870155 +0.41205163675325723 +0.4120367487117176 +0.41217989698210833 +0.41209382592718424 +0.42542735877637006 +0.43364157416375 +0.42511328831428163 +0.42524493338557506 +0.43348917747391497 +0.45468415345471247 +0.6238276534820928 +0.7184319859953352 +0.9190153891453475 +0.8921983285441871 +0.8616272628032549 +0.8465855873157457 +0.789234839748244 +0.8543240954788561 +0.8594752442188667 +0.8752830880660651 +0.8865182639714098 +0.7510809505299171 +0.5335191341788326 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.606843591560763 +0.7088457380348007 +0.8865329234964765 +0.8579001455174525 +0.8466301361089011 +0.8401399737616447 +0.7722375165011665 +0.8366651095374639 +0.8563012251346216 +0.8738437540431839 +0.8852885939985861 +0.7488508003976676 +0.5235539751040827 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.6073927731220441 +0.7103546481764199 +0.8720438603854336 +0.8682279261901984 +0.8533514389426444 +0.8462740955188632 +0.7752507106390587 +0.8444711158349231 +0.8430159842834458 +0.8649483555021039 +0.8850812050117083 +0.7478287072909311 +0.5240650393143356 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4377422436760167 +0.5983164704962767 +0.698014035616531 +0.8905926532180399 +0.8569556564447792 +0.8444725473276483 +0.8400673750917068 +0.771705182800452 +0.8370078653444041 +0.8453117246666946 +0.866435618165153 +0.8868789712265219 +0.7496736131742259 +0.530561038948689 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.40806950126325003 +0.40806950126325003 +0.40806950126325003 +0.4329831209217456 +0.4334069148050079 +0.45067550718704685 +0.6254363970547877 +0.7191646609222542 +0.8962100370339247 +0.8654373048939584 +0.8505415217725338 +0.8460087240473111 +0.7789531625127293 +0.8412408718628832 +0.8426218565803003 +0.861338121472925 +0.890827123474591 +0.7566275147204212 +0.5448278222138695 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.39239705312401923 +0.30830314404674075 +0.30835735005905424 +0.3210533341445544 +0.32134452705261124 +0.3131205965328091 +0.3132314348135491 +0.4179412315627017 +0.4053729188503903 +0.2028701230303389 +0.19709138864665113 +0.18655834307087396 +0.1853418913492947 +0.18129401956476104 +0.1811668557639811 +0.19429257401977057 +0.18937282507703831 +0.19800680734986864 +0.40907118452242813 +0.40488341254573085 +0.41732367240557294 +0.4175163226120021 +0.40931770103970827 +0.40936855587256515 +0.41776408749316263 +0.30892558089311056 +0.3213074871052308 +0.3215389646431421 +0.3091127412519558 +0.3215143870171506 +0.32191163598437367 +0.4057078023970062 +0.4180944071900808 +0.1870294660624886 +0.19701078911745512 +0.18021714098127928 +0.19361019539217586 +0.18111215280042264 +0.1815875115952499 +0.1846549348405509 +0.19868947128500286 +0.19385333977813574 +0.40491234710643575 +0.4172707968849633 +0.41746942814793164 +0.4091778787819944 +0.40486517951947365 +0.4171544549856035 +0.41758752655930104 +0.4206100286489866 +0.43294400737508215 +0.4248597136678602 +0.42521407768677544 +0.433737871729906 +0.450857147058174 +0.6142056582042197 +0.718152257466248 +0.9255282137502988 +0.8818280409393445 +0.8666686886239859 +0.8537435414449616 +0.7824483998555851 +0.8473637962809221 +0.8532137322923606 +0.875577078072547 +0.8959810537364543 +0.7658730671860476 +0.5552937754108002 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.4127037020114839 +0.40517326416449906 +0.4215133539484294 +0.43573185922215274 +0.4281643469425257 +0.4289403130605685 +0.4361115880758877 +0.4590662527775825 +0.6343681025315153 +0.7234140199647592 +0.9269187124257872 +0.8800432957099634 +0.8565725014746611 +0.852079940949252 +0.7826746456054805 +0.8482665931177257 +0.8559661850092626 +0.8631259613706944 +0.8973490402395558 +0.7643819533724395 +0.5560702550884914 +0.49200824572090235 +0.4528858103086779 +0.454207724530632 +0.42166348271803666 +0.4086362607052278 +0.4215877431072751 +0.43666685829023266 +0.4283180804915732 +0.4291815630987343 +0.43567296975703607 +0.45862731275647345 +0.6328542717848699 +0.7227797472683148 +0.9112103767314991 +0.8683577595227634 +0.8557500012039864 +0.8485475113956665 +0.7799659521386435 +0.8446057762632236 +0.8488196723904878 +0.8622463941402692 +0.89206372810671 +0.7601949123752427 +0.5499642709651245 +0.49200824572090235 +0.4459145186386834 +0.4541123959563684 +0.42139899270991976 +0.40539823018647836 +0.4208105838522066 +0.42173049814358227 +0.4353558603663564 +0.4277119230244168 +0.4253854014629779 +0.46529957286402585 +0.6339651031887711 +0.723344042983668 +0.9129127285563716 +0.8830218803866856 +0.8574599990758139 +0.8514465670069782 +0.7836465324089784 +0.8477842815803807 +0.8490940655409109 +0.861779171161496 +0.8979699473562444 +0.7666263316448184 +0.5611091584614989 +0.49200824572090235 +0.4564593404416635 +0.4585775172044604 +0.4236941130378919 +0.4086112057496128 +0.42388984801925356 +0.4342567505498921 +0.43453108913451755 +0.42504132129417815 +0.43516130235207157 +0.4557244187253421 +0.629515893813973 +0.7220588864334685 +0.8997224227383359 +0.8627168337972071 +0.8493701243995495 +0.8471174635955736 +0.7825357158273885 +0.8471595602788511 +0.8443859332965159 +0.8697418997687433 +0.8938289748810015 +0.7581143167405688 +0.5436875539482655 +0.49200824572090235 +0.4459145186386834 +0.4459145186386834 +0.40440743770756776 +0.40454704494465055 +0.29604945887639406 +0.30829462362684323 +0.32085157671904424 +0.30891108828570174 +0.31317117295021524 +0.3216265806384825 +0.40531307051663296 +0.4180814611616557 +0.2054053957508871 +0.18516712597417326 +0.19518469456328902 +0.1940563986301766 +0.18570196966779634 +0.18150925937844814 +0.1941765379059267 +0.19923237025700102 +0.19327296411076308 +0.4181439098925793 +0.41835062336774426 +0.4055349451178228 +0.41783127712149143 +0.4183969022110353 +0.405703682411953 +0.41803658748636163 +0.3226961736201056 +0.3096694973857971 +0.3221350909261078 +0.31382155937896816 +0.3228275601955415 +0.30985932147124945 +0.41870874206800973 +0.4108435103350653 +0.2041665965563479 +0.18530394643925932 +0.19419128349717873 +0.19432548131345231 +0.1857951718987131 +0.1859148815836041 +0.19449820400472717 +0.1855226470754181 +0.2072686109991669 +0.4192432472205263 +0.4100287920596064 +0.41931517000608315 +0.41060457871439976 +0.4202744613917022 +0.4111029307660332 +0.4201679490117292 diff --git a/example/run/baseline_scenario/opendss/profiles/load_6.csv b/example/run/baseline_scenario/opendss/profiles/load_6.csv new file mode 100644 index 0000000..b99651a --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_6.csv @@ -0,0 +1,8760 @@ +4.872336925457942 +4.696831760375288 +4.623922429319822 +4.865119145794555 +4.695880991832541 +4.622205908771963 +6.227680077065551 +6.053268483427711 +2.883568015821723 +3.021773961508256 +2.759491066264706 +2.9811600451250846 +2.9734381515709325 +2.6598692813756086 +2.9977975784906845 +2.880279948079042 +2.9887684754415096 +6.222948881418438 +5.981907457990005 +6.2196936227393245 +5.986022844024537 +6.221988903503356 +6.055717067019023 +5.982576392938513 +6.523050010670436 +6.35216703897097 +6.277765895770936 +6.520934391873045 +6.285264337688627 +6.959803641159438 +9.834008304005964 +11.120542407905322 +13.874961125942681 +13.208888045846008 +12.84485081457635 +12.623354409141042 +11.640344496455345 +12.538690660893637 +12.61101714013702 +12.806937502324823 +13.229913357201518 +11.198159214059059 +8.03002885270601 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.497664092450271 +6.185525600650788 +6.703664556343176 +9.370737235732314 +10.980192602332872 +13.357147010815464 +12.852847982069473 +12.651132441732459 +12.570823793424937 +11.573508733280603 +12.547024573548777 +12.61278997053133 +12.968245932746324 +13.200034465716925 +11.217562193538516 +8.08625439968758 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963433883488303 +6.259778707932564 +6.499286894488667 +6.271602828399611 +6.39350983840873 +6.401675601106537 +6.8421573582664825 +9.579809467339276 +11.137274553681568 +13.358143174794654 +12.82580185299819 +12.678029433898773 +12.606091390405266 +11.591483464297324 +12.539107935374354 +12.615165015875993 +12.759615328740725 +13.215045861941478 +11.24014868142879 +8.118254470851106 +7.1985662422093 +6.518139914226727 +6.674830128858145 +6.141558793506853 +6.0445521988609 +6.341724490753856 +6.344537237632296 +6.270251527491884 +6.5134231865960395 +6.3328780343615945 +6.710816065645372 +9.574549193100244 +11.099635024986993 +13.48612626265526 +12.745319277858007 +12.642827892058955 +12.584557791446757 +11.57635045146786 +12.519047481651002 +12.51202801594113 +12.643968365685769 +13.057586847503867 +11.18402655713429 +8.019506717396213 +7.1985662422093 +6.518139914226727 +6.518139914226727 +6.06242886110975 +6.043761625363708 +6.340822232373304 +6.34557119382655 +6.345927183146078 +6.269326045623754 +6.2841930321524275 +6.972518562879217 +9.524368636014781 +11.135676234197634 +13.392873109467555 +12.776650742574423 +12.622269480675838 +12.550711832373068 +11.54271832555129 +12.50257914604689 +12.594335614005798 +12.679143164081484 +13.225313930977556 +11.140698270918259 +7.966578874743527 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.84067812043299 +4.606125396733552 +4.606182403797862 +4.6092367581075315 +4.849964289066139 +4.618321450326213 +6.053858348182224 +6.21248968831097 +2.9195102122198375 +2.7751749337975675 +2.764875309798082 +2.7360928018548827 +2.742883967044482 +2.7428269367147036 +2.752008909144105 +3.0385247134668574 +3.0346380114470053 +6.046268787615091 +5.982843856954269 +6.074665319244618 +6.2537650417453685 +6.112494559176491 +6.118707729092647 +5.994882107950632 +4.726585359183629 +4.90376938196647 +4.727714567635881 +4.904076710833341 +4.7296199728212995 +4.901665807851162 +6.09816543783073 +6.267894809711592 +2.980954739580263 +2.846048678647029 +2.8799872623011105 +2.822561715544477 +2.870678137850092 +2.8008495836302707 +2.7801048009581537 +2.956836608779634 +3.0386724314779876 +5.995141692296933 +6.080369703180319 +6.263235005255205 +6.076079894696393 +6.2638760970394 +6.085476747280817 +6.271087479764485 +6.377446479480862 +6.578989692176555 +6.395886684999975 +6.562789483821615 +6.385582522064721 +7.002089621818685 +9.882802669520785 +11.183194082836499 +14.08779421002172 +13.545217763871282 +13.178893566454386 +12.940248597396254 +11.978817348616875 +12.731346954324854 +12.702333570620011 +12.766760523453184 +13.372549609046267 +11.543782039630596 +8.390034910325978 +7.1985662422093 +6.596551013761794 +6.676379349062683 +6.143284394165751 +5.976710120058214 +6.278379729067337 +6.2853789465607965 +6.537629983410339 +6.389141919423089 +6.395509524762603 +6.7280857604383595 +9.822162188788267 +11.18144306404561 +13.579686985766651 +12.822903104687159 +12.596412239908275 +12.53018898973893 +11.52700774634629 +12.498292675551562 +12.489591518057996 +12.574764580999382 +13.139161376664266 +11.145212569000563 +7.984634114164767 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.494200154796668 +6.259511831642604 +6.461934744177148 +9.032853511358972 +10.600621271164995 +13.338084916849663 +13.0027589470808 +12.72176233871963 +12.525663055957653 +11.589375797971979 +12.564285814307981 +12.564341019652485 +12.533715222358932 +13.002912019604228 +10.994770520902243 +7.720578793409625 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.499185019564311 +6.1877248671032445 +6.269660559223056 +6.282146891503168 +6.981657811818638 +9.57136728456619 +11.151851510508358 +13.634572479843783 +12.953530627956575 +12.855090272167859 +12.893509581740831 +11.760237076490167 +12.67129800482729 +12.650128105100768 +12.775675482948813 +12.96538913997049 +11.273088419966045 +8.164877411725346 +7.1985662422093 +6.518139914226727 +6.675583533996079 +6.1415244083726295 +5.967139388828091 +6.264751874331125 +6.267573628636034 +6.271301534729695 +6.274788368070605 +6.280005185045555 +6.969626709949743 +9.550515012092884 +11.077238956895542 +13.541718913064402 +12.823942322111339 +12.576170635604663 +12.562046125910726 +11.53171562162553 +12.491189111633286 +12.464108700881699 +12.541655382475469 +13.08027341967635 +11.112450998178948 +7.9367094897044375 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.840637278469913 +4.605989579724759 +4.605594947932899 +6.2001853171155785 +5.8868540367865645 +3.123735317407591 +2.745752211242959 +2.5097415578910343 +2.7296929525331235 +2.9678517440815524 +2.4977894417355726 +2.9645307238128655 +2.5559256981443177 +3.1510451759676252 +5.966924783269148 +6.2067176975867016 +5.889733392872504 +6.207359972410009 +6.050906191503065 +6.052766775425735 +6.213555508103447 +4.695237822986314 +4.69739302115036 +4.85818071897364 +4.696520475321421 +4.700024052355056 +4.862626650973793 +5.977100575338618 +6.213599736225296 +3.1067936797935842 +2.6962674150127506 +2.734917300657124 +2.7288939357947775 +2.731453159942211 +2.8067587518334403 +2.759291964035995 +2.7917679575387555 +2.870410010666901 +6.02047596353405 +6.05306336080663 +5.970241474794775 +5.976248926548831 +6.219574970221488 +6.037596791250152 +5.973702626411283 +6.512030797151841 +6.3333332579584125 +6.2701451785689875 +6.516218695438694 +6.339527758315685 +6.7132702551672 +9.374367799886276 +11.077669618655328 +13.481672942181227 +12.913910344059133 +12.589367353364569 +12.54313971069001 +11.520328377692286 +12.456888702402098 +12.41899756929399 +12.815425032819626 +13.04624174443915 +11.076035683617482 +7.894412176264757 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.846750785312798 +10.124705370080513 +13.052061537422484 +12.5187686193934 +12.459478870153522 +12.414988797542387 +11.495220801078156 +12.556995284746671 +12.564854514245345 +12.78076192331338 +12.983013763339798 +11.01094544741285 +7.675631862471953 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.911726684135408 +10.402030997335562 +13.214828305057893 +12.573525779865406 +12.503926119906529 +12.4607882870474 +11.453450636821229 +12.462370679817461 +12.594774132753074 +12.820201689477457 +13.030191745704212 +11.056733454549674 +7.688734591971156 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +9.089932018640901 +10.606543373385716 +13.155722815306412 +12.957852726548676 +12.520672263220664 +12.471932358337128 +11.466130436807662 +12.452460522446813 +12.44907231485017 +12.596333128060994 +13.077377786998959 +11.093342096494455 +7.929323093549259 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.933950035414725 +9.24278231520454 +10.7870104573773 +13.053389549550841 +12.637918465038696 +12.548918529918478 +12.513940561670546 +11.507294322369635 +12.482619230460179 +12.457751308470359 +12.704786714233109 +12.77784647908539 +11.106088541167026 +7.90012350693832 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.605765330405568 +4.606039223268352 +4.847711636910681 +4.694508099947229 +4.697023699230367 +6.2184489689054345 +5.977026534342036 +2.8020263309580544 +2.746615275698523 +2.771166289550817 +2.7347739129842648 +2.7268573721862968 +2.733784534893511 +2.7362025778619246 +2.848835515782472 +2.975198860511836 +5.97185710811041 +5.979403923615653 +5.981945422540596 +6.227770665559376 +6.044757245889782 +5.978685314754271 +6.232304984481169 +4.696715058813954 +4.623678875736892 +4.875642762489152 +4.696197850127996 +4.623108295675148 +4.876730608042936 +6.05496775347242 +5.9844758075724975 +3.094068250766389 +2.7870451605831117 +2.991785515095122 +2.817174227917211 +2.816571884190636 +2.980333373129048 +2.818420646180306 +2.7616352964051405 +3.0865057693892393 +6.223903202418036 +5.982090003148863 +6.224379951523416 +6.04534004564596 +5.980533071268362 +6.234297148781065 +6.054834884200193 +6.276028558351789 +6.5246297543032545 +6.346880224363941 +6.279497711276683 +6.5337504614848525 +6.802795809546315 +9.86361972802254 +11.180343943730987 +13.701423403485359 +13.167049798846696 +12.858355680689337 +12.745505646424698 +11.737421816417287 +12.699695115410757 +12.755348595199415 +12.738246915049068 +13.242002124228728 +11.447691308017516 +8.412511249060378 +7.1985662422093 +6.596616938956197 +6.6763522945012586 +6.144560808799732 +5.9809201237634495 +6.287722326010351 +6.551415538490315 +6.3943905061802795 +6.404564237641258 +6.291576578212497 +6.834310366239828 +9.845326112821377 +11.184276004273796 +13.791217210746119 +12.887439414841532 +12.684768106185235 +12.654118951833969 +11.622463705565629 +12.565855024867723 +12.531327677102414 +12.655975786588048 +12.792449629967948 +11.23490001754685 +8.122433092142792 +7.1985662422093 +6.518139914226727 +6.67516635248078 +6.141313836744716 +5.9665294142978675 +6.265087706128356 +6.2689254769889144 +6.274173680145263 +6.281092848823625 +6.285670813127697 +6.97904254930055 +9.689036373738876 +11.130812560584458 +13.406471976938134 +12.969438919355355 +12.68910107062077 +12.597597031299863 +11.579287539028483 +12.525559071289868 +12.540410795397904 +12.646446280286002 +12.937338295617161 +11.183346981722277 +8.045246468840752 +7.1985662422093 +6.518139914226727 +6.518139914226727 +6.141164454372216 +5.9640042487613005 +6.500378613922386 +6.270136896715989 +6.271738255233338 +6.272373524838298 +6.287740552298935 +6.984500195428824 +9.730680991318522 +11.122429846386382 +13.457063832424915 +12.879757851978107 +12.650866680360062 +12.58425113268295 +11.690309296670282 +12.587237049885411 +12.56427521583057 +12.663471744599427 +13.143347157939228 +11.214758937841957 +8.098519335120713 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963553158870146 +6.25922644875349 +6.49637509203535 +6.184611326977514 +6.26439955186813 +6.506006426265961 +6.94975193474918 +9.15928145998718 +10.850461551259178 +13.217619094958668 +12.631404573381355 +12.534876716818763 +12.510511979691643 +11.513545253646837 +12.524201727200964 +12.492827583173888 +12.582641541121163 +12.797474360792027 +11.142285431343167 +7.990948184728509 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.606037798887141 +4.607798489359047 +4.853950860974604 +4.574074220777248 +4.6192976036142745 +4.884384858492502 +6.0887093509511665 +6.041698871573139 +2.8044753123457364 +2.906747270610924 +2.7494776848018354 +2.9774884037986853 +2.790870717781727 +2.8632043720986258 +2.867875157831676 +2.8902999081134824 +2.953979707984108 +5.984256538859908 +6.073159348506761 +6.250308118075495 +6.116843238956534 +6.124307708642633 +5.999280607709124 +6.092570087563864 +4.90900261642673 +4.741957739479119 +4.911865949762868 +4.733753544997206 +4.918316356967982 +4.747078480005331 +6.27727474990451 +6.113025639409785 +3.0923625853308976 +2.940830081528458 +2.8163997199319795 +2.871006932021448 +2.9919554271682705 +2.891254247877721 +2.8755900596982813 +2.8462014617555127 +3.1241238566241982 +6.2684313355797 +6.0654506784634 +6.253791285587885 +6.092378004407569 +6.274925085501399 +6.115898226114947 +6.2727885126214815 +6.393995504852376 +6.567794802148138 +6.384980589165587 +6.574808420125287 +6.402947811001362 +7.010882339002612 +9.882804740660992 +11.183941084973219 +14.072287650848729 +13.304430847728081 +13.031400341837955 +12.90327036349391 +11.80298398978042 +12.641322192628069 +12.60283344944056 +12.66369082754717 +12.83127860878802 +11.366430300589588 +8.287663127815007 +7.1985662422093 +6.596548725649191 +6.676090339250382 +6.1425433366045095 +5.9734572293734365 +6.274264426429776 +6.279550779109371 +6.537446415913659 +6.3802871092921025 +6.337312875127037 +6.720110599483686 +9.76399455256674 +11.165363391393615 +13.826825910128989 +12.944612453041584 +12.681990528465713 +12.645272952447257 +11.693365391322157 +12.577740447552127 +12.601841336551287 +12.610183815697225 +12.903254482834916 +11.368664229077002 +8.31467979647153 +7.1985662422093 +6.675339025349524 +6.676270533311964 +6.142249814992542 +5.967977528268456 +6.262957573297312 +6.497044657307061 +6.496735536037261 +6.259948343574583 +6.259244447709881 +6.933097900868271 +8.984352852395354 +10.72667365839077 +13.368416203439688 +12.957200525253635 +12.58790516377663 +12.53839977041066 +11.54001075064001 +12.440590398189784 +12.435640037507154 +12.719246199673266 +13.097618170083077 +11.09647158924462 +7.894824880862393 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.932774812086434 +9.100152998042859 +10.693304583588967 +13.047490026148498 +12.59340884961225 +12.542820728488413 +12.466846679854935 +11.494105668819435 +12.457453477184274 +12.464190943494035 +12.48331048702783 +12.75261422122204 +11.126553454524982 +7.9237026091133105 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.495590476360818 +6.184018712420908 +6.506747621724968 +6.71127269953025 +9.30534794605503 +11.005964991268355 +13.283394744462187 +12.638252489934146 +12.554323132822423 +12.539149043312731 +11.510340308907905 +12.505933161748755 +12.478783842451568 +12.568705747820884 +12.997744410347183 +11.122506930009422 +7.913518974935251 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.60549308633618 +4.605984556750186 +4.850050143520848 +4.618809827274266 +4.738769982997088 +4.744461314855143 +6.10671126572165 +6.107671184453258 +2.9168522929054688 +2.8349409589331644 +2.7287662259494065 +2.963289295518773 +2.8118254010486696 +2.9736658990972935 +2.733846731129686 +2.735466175454977 +2.863360973814641 +6.111474354244656 +6.045122581439302 +5.985506242404666 +6.08074832791949 +6.261168978241436 +6.080476246135506 +6.263425417600015 +4.727705707725351 +4.9088220015093285 +4.73754089892738 +4.912708788311398 +4.754267928382494 +4.930015779404609 +6.123791963340486 +6.2892253755730305 +2.8523754325477517 +2.8287469471166258 +2.8702556082623905 +2.8687068347510247 +2.8159013298424744 +2.9712258242493257 +2.8013787239888455 +2.8413908568465733 +2.8099033690656725 +6.092753246514075 +6.288032505940292 +6.192998285038509 +6.119194089702252 +6.319751307727531 +6.230725539255346 +6.329203335494247 +6.550387650382632 +6.427895580281179 +6.623094266720104 +6.538516087694594 +6.642854017223513 +7.026259858459145 +9.882730540924623 +11.187834307128387 +14.416240234721132 +13.857935486600075 +13.58432914807327 +13.455556813340792 +12.363708426825282 +13.174601329085787 +12.919660113910608 +12.908038642613073 +13.137215882204485 +11.719435172637253 +8.706771014411718 +7.360357261381106 +6.7694787647236385 +6.886192213541031 +6.29069861128034 +6.124763095656479 +6.399132881662315 +6.288237862141797 +6.398424519849077 +6.604085417592668 +6.475681846764945 +6.849789463019801 +9.882624124900817 +8.138329903326 +13.867342536100304 +13.434137938256091 +13.226599842583301 +12.845723354617835 +11.748637828385913 +12.575409529109555 +12.532510431571836 +12.57412062210282 +13.104695896253846 +11.381506470848157 +8.337571923445141 +7.1985662422093 +6.67567642372167 +6.676774901389538 +6.143465601853925 +5.977504937384689 +6.279757596294667 +6.5333847187694785 +6.372158828219299 +6.334389574014261 +6.278697329899372 +6.815594264697629 +9.783803829038836 +8.125826425907391 +13.152169191283418 +12.672379809276503 +12.572579029269297 +12.53543149370578 +11.552764332630115 +12.503948508067865 +12.501643258554507 +12.518469607919355 +12.66230724176191 +8.118789847956851 +8.027056828024065 +7.1985662422093 +6.518139914226727 +6.674832343557519 +6.063451067511787 +5.966192923612478 +6.270376760077548 +6.27770512038623 +6.285515052129748 +6.536155328821684 +6.377831321131331 +6.772793781974327 +9.514913640300085 +8.04648271012837 +13.03688836886224 +12.67403074813079 +12.561351328509051 +12.522400008907345 +11.530540823789368 +12.462070150586703 +12.48171233365453 +12.484424533578718 +12.609931162946886 +8.109449329166253 +8.075905837535547 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.9645385161249305 +6.259890036551982 +6.503661383178636 +6.273817943720365 +6.39392245913969 +6.398089593883541 +6.841831911327212 +9.488245944207259 +7.980906769174651 +12.805086503268852 +12.547222248645062 +12.51151158955884 +12.49993454145583 +11.465194083445208 +12.459861157725616 +12.44782036088712 +12.595644482585797 +12.786275768230375 +7.986449578974857 +7.954637959385887 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963964393487118 +4.687890318184581 +4.693005386254374 +4.617276899742672 +4.860089525326812 +4.682226242471559 +4.623076491623071 +6.252717427798643 +3.0467702166947523 +2.839415518651759 +2.9802427008403036 +2.7286501754681134 +2.9613359954474308 +2.6492752979055596 +2.7271402368540834 +2.817558593656312 +2.7306168711747802 +2.763999128035754 +2.901721028487178 +5.97495444421521 +5.977430849456411 +5.98133634324255 +6.227028047547437 +6.044370268045116 +5.97749933225545 +4.868588394293536 +4.691606332212018 +4.622645501453885 +4.874411777620216 +4.689625459579025 +4.621937188812395 +6.227359685246262 +2.9973813829139884 +2.78270012503403 +2.9934757492419575 +2.738945428026047 +2.9807039901107664 +2.737486198194739 +2.7385580601617696 +2.9939137791606827 +2.818981265754592 +2.8045057923060344 +3.2268578834786448 +6.081339416358743 +6.2668110481277015 +6.100673398372254 +6.2711193991461585 +6.099630782548858 +6.2773433911563625 +6.396225435620251 +6.571133922057965 +6.411321753200044 +6.59655291479319 +6.511503512778659 +7.056577829969812 +9.882959846747315 +8.13509065263719 +14.193857076550833 +13.600465020793743 +13.218334409181256 +13.001908041935506 +11.944127924912067 +12.807864706680505 +12.684921825587574 +12.65799605973338 +13.0791980613339 +8.469918668025558 +8.370577038231437 +7.1985662422093 +6.675171125138439 +6.6762075936946275 +6.14369299691682 +5.975894164875527 +6.277307494272607 +6.283961318458218 +6.541840591061391 +6.390221352449916 +6.343230841378607 +6.722239230068257 +9.788792551221999 +8.125054024941987 +13.355753899453118 +12.687321114220149 +12.546401393604716 +12.5277470479008 +11.512034569607641 +12.464545207822107 +12.434472588916119 +12.420541666447516 +12.52577857100238 +7.952615763084136 +7.893950986138946 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.906304283060809 +7.341698215103108 +12.898668228989736 +12.529643411279775 +12.49825408392757 +12.505743420403105 +11.471145001936069 +12.436687289249994 +12.450704279287574 +12.462263714990154 +12.57622422246314 +7.984791880578026 +7.907438516890443 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.259426904232294 +6.260370521256044 +6.939432344355052 +9.34033811409052 +7.863334555883117 +12.890246554503275 +12.557722528633612 +12.513531098305062 +12.502105025075648 +11.478141537574656 +12.45749400657961 +12.476140915885571 +12.50058976061087 +12.776936209038919 +8.090953792240015 +7.98564814573296 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.494282033690084 +6.259498347742073 +6.697225873848655 +9.12617872021227 +7.675855079554051 +12.7412276113222 +12.549100381295354 +12.606918442273258 +12.438391458454815 +11.451535755393497 +12.41766419056533 +12.414112450080529 +12.513434451524708 +12.535413843625468 +7.964286636928515 +7.835405778962855 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.84087516850131 +4.607272267995312 +5.964452018657538 +3.1549015439332186 +2.781271506007955 +2.7377206563980985 +2.9650255817543942 +2.663281925388174 +2.6467253132011996 +2.490017759829928 +2.490017759829928 +2.7297205911974567 +2.7606507587703426 +2.9098239270824697 +5.9689939373048135 +5.967631924831528 +5.97282819082814 +5.973410992516281 +6.21409697945893 +5.9327957391710955 +4.613882288177641 +4.863584362501047 +4.685434136139287 +4.620432460444735 +4.873995130285141 +4.692435806496521 +5.97934643089699 +3.1513427194530124 +2.76892775784038 +2.8112695037062285 +2.7303161901908135 +2.9660121921894835 +2.735826640262795 +2.7335479262309854 +2.9647585684683437 +2.7810333577215647 +2.861932543621257 +3.158168764008491 +6.212317063117398 +6.05244843217066 +6.053201710705325 +6.214360003333758 +6.0536280786609105 +6.0527598332860375 +6.505612844259181 +6.34876472619045 +6.353651235948421 +6.521042305621904 +6.27728478439698 +6.954036172477342 +9.71256431435211 +8.023607937415743 +13.320269826929259 +12.810207632386668 +12.593107570802141 +12.536243317356579 +11.54785010109678 +12.454597655109776 +12.452480887029198 +12.448780904945533 +12.5670546654309 +8.128990017822215 +8.11134496876819 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.965135281498499 +6.346479755190914 +6.273314768389218 +6.522175769227177 +6.378611922261881 +6.336501789716521 +6.72765597453216 +9.881165162353444 +8.026506827774393 +13.464746205289272 +12.86677825696995 +12.661774438559252 +12.60894923118654 +11.643076514052856 +12.57712181205964 +12.601563433424964 +12.717755822653388 +12.75209951438964 +8.23777106737123 +8.374154669859156 +7.1985662422093 +6.59645886790925 +6.675923333851123 +6.226275218280439 +6.093562904062427 +6.325171464727472 +6.325056755264153 +6.272708525780949 +6.286263225189206 +6.287307075509763 +6.979080720469499 +9.706907627220895 +8.053001943810257 +13.152849599830748 +12.559895363689174 +12.511057959480961 +12.475486265849502 +11.4734175036389 +12.398148207132639 +12.38293254238122 +12.37659354572498 +12.500696240687153 +7.843720083741666 +7.661387139463762 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.92674719226262 +7.3732786884152555 +13.08915471153853 +12.590178131613985 +12.49642041278509 +12.434421828417285 +11.455508468990976 +12.421105612511145 +12.428671964285574 +12.439109642843578 +12.832171215949508 +8.041661409503176 +7.88640479504433 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.259389371296819 +6.260668813325771 +6.502443294225155 +6.271651322303264 +6.7890825707464595 +9.280645734870427 +7.776260191684084 +12.894044775434152 +12.55694659089159 +12.561337227646128 +12.540652653618357 +11.52524713038515 +12.504550328274027 +12.462130185638493 +12.470695288043164 +12.568157762735538 +7.989133082935226 +7.997448652998573 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963365483921367 +4.606324186910671 +4.847107326409805 +4.617641488375117 +4.738946987670915 +4.680056659703261 +4.673678392232105 +5.982895636960385 +3.1479614997029284 +2.8036560405385367 +2.853326815988085 +2.808676183473934 +2.731092375919948 +2.8144004669103375 +2.8138426036005812 +2.736358735882263 +2.742436497203106 +2.8477652144373864 +2.8705901727238445 +6.247487592626763 +6.0954138862382905 +6.05083910012101 +5.987428028056722 +6.088973178020552 +6.265732853758786 +4.719530456092334 +4.90314975078413 +4.721421727981206 +4.897840706832659 +4.726379617173758 +4.908742299581895 +6.089440068835955 +3.0935703703472126 +2.8612882468527356 +2.811547906398199 +2.9773589655891954 +2.9807618456068865 +2.736179116007122 +2.9719939288369623 +2.9798464825235698 +2.816990922332383 +2.853418526190119 +3.1418962328716904 +6.052671684926433 +5.983879904278192 +6.244934444853238 +6.060347444430439 +5.984972946595755 +6.2372024264716215 +6.348153937096423 +6.276919486742444 +6.519632681369794 +6.349043603098175 +6.279508431854308 +6.961690971040771 +9.883029113111853 +8.00346135800712 +13.380714739976153 +13.05401793381848 +12.783557432825363 +12.62483894600988 +11.652360811235466 +12.531429624675976 +12.50300435421951 +12.504827729964807 +12.61753132302832 +8.045187779491553 +8.095483910916808 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.494364013520478 +6.183177252897913 +6.500622398400852 +6.228501777872083 +6.272353430157953 +6.970598591400631 +9.607589873235286 +7.894173827425061 +12.806307076903966 +12.575698867093873 +12.508219417202728 +12.52683147221801 +11.551547723644813 +12.49579068120517 +12.448537272137662 +12.429522970820438 +12.55194510194228 +7.738041513301705 +7.798815522739947 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.259065879302228 +6.259429649303599 +6.261676588821343 +6.264557884869735 +6.267987041163243 +6.709579502700007 +9.520931965459102 +7.708201857256854 +12.712607630057727 +12.536415419158887 +12.506516325706498 +12.55171231707132 +11.556485755311286 +12.509167271821388 +12.467498506211127 +12.442546077317582 +12.519431540059713 +7.752608485778298 +7.869436855627655 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.259130633747639 +6.259654018684845 +6.260307421123733 +6.497481976858255 +6.621506309987257 +9.267572765970142 +7.373975476870796 +12.63488430102592 +12.465949074798878 +12.439405945829563 +12.440500175336718 +11.446174041999274 +12.400550887813457 +12.40278816768315 +12.397819652345975 +12.490934341817507 +7.685679215838257 +7.7278029496621174 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.259273866439442 +6.697854219896495 +9.071980356961609 +7.364540683232339 +12.552782659498243 +12.492641823967919 +12.478390420169415 +12.484934918483555 +11.479986393025998 +12.44165421719755 +12.461865085767089 +12.46032201549988 +12.559043548345192 +7.858509513612289 +7.95238456087741 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963630827967393 +4.6060903022701245 +4.609345660110698 +4.849964439762856 +4.5725312301571215 +4.616814087799353 +4.630440500313519 +5.992880153426486 +3.1514925180928572 +2.768223197530866 +2.7884652797538068 +2.8140308563579355 +2.805639891033909 +2.8075888221335634 +2.806850261283807 +2.8082339946987998 +2.8127026739877437 +2.838383532804717 +2.985069567904858 +5.974256984420361 +6.234123323314658 +6.049992410120601 +5.98080637910447 +6.244287353321683 +6.092263879414227 +4.753689880994728 +4.635260307921884 +4.7204115391886825 +4.902070864379569 +4.7612821764311315 +4.769883530817942 +6.002018426545699 +2.9135999640760932 +2.8354694884126386 +2.8477326174900295 +2.792731354432316 +2.8585621318911967 +2.7330476694283745 +2.7321377877573996 +2.7329804242310005 +2.738397806164474 +2.8834768567923295 +2.8732385533983025 +6.104392126586987 +6.094433945757676 +5.986103497239999 +6.073387107748547 +6.251245773672128 +6.066805855993467 +6.548427949256856 +6.359763002140764 +6.289280276910239 +6.382331223574976 +6.584948329136027 +6.828662118451389 +9.666110830534102 +7.919727382932754 +13.22896691541848 +12.90648686529275 +12.766985910063761 +12.686930756882825 +11.685302210679515 +12.539321381469621 +12.532823453263052 +12.610672398309847 +12.678851870758246 +7.920498539827557 +8.161391230070889 +7.1985662422093 +6.518139914226727 +6.6755106476902695 +6.141842620211681 +5.969117110355547 +6.269173314874719 +6.274256717843051 +6.521646511704157 +6.371062342729623 +6.333888977932564 +6.715154388516195 +9.64601029104618 +7.808934194747386 +12.83093885973878 +12.600407776295157 +12.533066259883686 +12.524171129889606 +11.523296168082918 +12.498363033107799 +12.466329764592267 +12.539209041829672 +12.577753784419553 +7.75146570874099 +7.913936379434014 +7.1985662422093 +6.518139914226727 +6.518139914226727 +6.062355916589425 +5.96400417938963 +6.261542562576255 +6.49970248179132 +6.267023822672131 +6.387831396228441 +6.390385575108854 +6.831262707889722 +9.416573819153925 +7.5955180791856005 +12.655651599929271 +12.487422709951572 +12.450325995390886 +12.471479432099933 +11.449314331923839 +12.403657965126646 +12.361819859507271 +12.372581044776473 +12.481628165864178 +7.6325352636371155 +7.684283902386642 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.795233611026683 +7.0738324927675915 +12.540686688526833 +12.522890150847585 +12.402558520507267 +12.377204249339297 +11.421532312530436 +12.403792207881457 +12.388934163928447 +12.399709683873851 +12.459428813280427 +7.871493211420623 +7.603202537861845 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.797028149112414 +6.928029619861249 +12.705892573219176 +12.518207387129845 +12.39126522449752 +12.372624923946889 +11.378981298082325 +12.35378535409351 +12.365639804096148 +12.376384418350401 +12.489768895638614 +7.864884500353901 +7.566556951534271 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.651440353434474 +2.535593303194272 +2.5022197941066797 +2.486676423222857 +2.486676423222857 +2.486676423222857 +2.490017759829928 +2.4955371226524767 +2.4988784583795787 +2.534504299857478 +2.643918595004829 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +6.198032404470242 +2.623586206289462 +2.4988784574996084 +2.490017758949958 +2.486676423222857 +2.4944481051285012 +2.485587413651385 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.4944481130810052 +2.556764846396832 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.762116856174906 +10.185254330107057 +12.913316099726172 +12.4897421922766 +12.426177519184002 +12.371489908311986 +11.372130274665452 +12.347684844438543 +12.335347291360938 +12.333130434067 +12.344253902843615 +7.459089992781588 +4.285382170713226 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.384176130068505 +9.806474374271373 +12.509976051676826 +12.365154292487118 +12.399489280696569 +12.469607966625018 +11.568492496443087 +12.606820008875333 +12.606166416073595 +12.508593550400809 +12.487530349623684 +7.595658871805831 +3.9276739351330403 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.158627049535541 +9.647094314601494 +12.615870912390863 +12.417461079378963 +12.47244620166739 +12.480000715629235 +11.530718965041105 +12.617478147346588 +12.721391235257776 +12.618618674738405 +12.553086239760756 +7.584750980856033 +3.929647550990953 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.087217197987567 +9.630807663576286 +12.610670670347229 +12.33576382134298 +12.316956597452428 +12.364588863843771 +11.331386229069938 +12.303980495096214 +12.394531424960048 +12.432557566535664 +12.344102804491898 +7.374869204541128 +4.00587055558045 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.215767233717306 +6.6310440908198975 +12.879129139942465 +12.509475678990619 +12.376674754647219 +12.31323718108449 +11.341706560079581 +12.324482809295997 +12.32205655895765 +12.377530883097018 +12.36006091803152 +7.40643424289005 +4.191704252534976 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.535593303194272 +2.4988784574996084 +2.4944481051285012 +2.486676423222857 +2.486676423222857 +2.486676423222857 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.4944481130810052 +2.555675829752826 +5.806477344852067 +5.885031550757046 +5.963837136259969 +5.9646878813982696 +5.965766157382818 +4.843195233128959 +4.529608076762199 +4.843979915547018 +4.609026372642525 +4.608099748750012 +4.612661782218333 +6.206029222848104 +3.1600003728405164 +2.7170252688810295 +3.0312775356132433 +2.9759654242279274 +2.7393409800065784 +2.4944481051285012 +2.964641550180214 +2.4944481060084707 +2.9654156303785775 +2.4955371226524767 +2.7715265539876577 +3.0400209634660262 +6.2115560436443955 +5.973442919539349 +6.216740313186992 +6.2214730188098075 +5.978767191388022 +6.27102819951853 +6.523024645982607 +6.280219517622968 +6.517612372868339 +6.34483675846055 +6.715398708594403 +9.353241523621143 +8.062103633016353 +13.342811133628926 +12.83372581398297 +12.586788466932537 +12.520211047444159 +11.516416107940763 +12.449375886499253 +12.436880184496477 +12.41901476899603 +12.424490007705616 +7.524259709175128 +4.487746798090686 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.494880314955476 +6.261148556269719 +6.698920161185206 +9.26554669538437 +7.794093933614305 +12.882027025147403 +12.595184824946848 +12.487305475379875 +12.415443459287319 +11.4760351657827 +12.436655033162571 +12.424422009125356 +12.383612697341551 +12.381428879376502 +7.520148762261892 +4.339400699236919 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.697879537714858 +6.844916493627208 +12.538273657516783 +12.374392070696866 +12.347517257131614 +12.332272583268814 +11.359625787557293 +12.358677446476648 +12.350426598868365 +12.336280917479511 +12.335469235586054 +7.453874047551581 +4.254947950424258 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.673254534412985 +6.84523056165142 +12.793721398642903 +12.479440736096123 +12.431284136568658 +12.413684930247603 +11.417055858629872 +12.392394771529684 +12.409585568698729 +12.385975297023682 +12.394953564141876 +7.4696857734886395 +4.339041884873737 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.259055351356668 +6.0239116889992115 +6.698034597185615 +9.103325113545374 +7.5503208285766075 +12.725472443456756 +12.547780945090754 +12.502839527521104 +12.43084809536042 +11.427465933242782 +12.389110360110484 +12.404276326543805 +12.387775921528785 +12.398915627086922 +7.473797152076457 +4.30437790923878 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.605696727892094 +4.843205404192448 +4.530286157613607 +4.8490236310439565 +5.973692816601268 +2.9754160925127637 +2.7594135208901145 +2.778678632833093 +2.726410228771971 +2.738269070031917 +2.807679020910219 +2.7255652851548224 +2.7757595268542468 +2.729186378766414 +2.7515642063399777 +2.752950564677244 +2.8782011684737223 +5.96631653918668 +6.015489548745775 +6.047156994750991 +6.0473504409694785 +6.047754262722818 +4.691483187147662 +4.610375837920843 +4.614287116935055 +4.614870641549274 +4.616087084059791 +4.618673911477753 +6.217408965029667 +2.848754239203689 +2.837668378119938 +2.9724415643916107 +2.731084054296612 +2.770783204279483 +2.7535257269881557 +2.7731198344717605 +2.7264864576348358 +2.727102084617792 +2.730535888021002 +2.754158442320332 +2.8681272284831008 +6.002243788124218 +6.094244101745114 +6.094793140708069 +6.100220223280055 +6.101446894185563 +6.394382309828388 +6.395178787775493 +6.3962365026800185 +6.3969950327501435 +6.397436828088855 +6.83672101195243 +9.48394773656536 +7.769543959035213 +13.001283025792615 +12.72816541467273 +12.607738500306894 +12.489176096858666 +11.511641604881762 +12.456642522279715 +12.478666353462284 +12.455031178180738 +12.421807247731499 +7.543473249980157 +4.491087247833967 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.259505277613496 +6.496138597410393 +6.18343182024897 +6.700326183176141 +9.225433278128696 +7.619808409534239 +12.666554956927705 +12.466002316152448 +12.427500706423071 +12.372227756125406 +11.387843978568727 +12.360466180341694 +12.347896873696426 +12.344236781958564 +12.347679884417024 +7.465322922516053 +4.254343120973193 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.929840603219278 +7.127428600049435 +12.596474357624297 +12.428325212961889 +12.380104927655825 +12.335972015729691 +11.349361342073612 +12.335020889347048 +12.330939053728244 +12.326667609380117 +12.35791925899993 +7.410794597599864 +4.2870097055549685 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.672854301168277 +6.844226707057126 +12.88473069912234 +12.583492853707503 +12.427107471660486 +12.397939511908588 +11.400319899577521 +12.361650447644069 +12.36847769656508 +12.33730221136349 +12.364139892659074 +7.4896004402713094 +4.287354957335258 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.610534217619648 +6.872998714637937 +12.852948889069271 +12.383894736632135 +12.362354359933613 +12.377684421504622 +11.356030365417126 +12.319553151792789 +12.3267018158135 +12.324794924282566 +12.325010908263117 +7.395521103147103 +4.20231352263972 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.6032538175740947 +2.5147804876091895 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.486676423222857 +2.4988784583795787 +2.490017759829928 +2.4944481130810052 +2.4944481130810052 +2.563447517851035 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.520299857504273 +2.523641194111344 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.490017759829928 +2.4933590964369987 +2.5169585280118505 +2.5481540659684714 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.2590201502696 +6.259303890908249 +6.259614233731428 +6.698957966751419 +9.078719834868354 +7.24695913096404 +12.649091547229256 +12.459414871724377 +12.407047296036396 +12.33812412636829 +11.36270456953179 +12.310976469934241 +12.319424092664535 +12.318017465282521 +12.318529372935892 +7.382633028369411 +4.261370354283313 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.570400972255388 +6.821720838417083 +12.43501082735731 +12.40121253510517 +12.383144338749307 +12.350329542726582 +11.39202984609731 +12.38353208254043 +12.409772403753063 +12.397285105808148 +12.396129334592752 +7.544808577879521 +4.375575904023764 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.928194123298764 +7.118916510145344 +12.594137591116748 +12.431758290453944 +12.368387177266246 +12.351754734757066 +11.4055295047135 +12.388574890772762 +12.363610894065994 +12.338973443707745 +12.359310589318113 +7.456189140961398 +4.203999380636997 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.757895350501999 +6.803222426035676 +12.520612205918983 +12.379731395199334 +12.3430689278479 +12.35430435688926 +11.397617440065666 +12.39070366537854 +12.360837642187828 +12.353607197467896 +12.370496486940887 +7.36673196025147 +4.015603124697745 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.429960500097632 +6.514861501706771 +12.359733474449675 +12.33813177508958 +12.342196403727778 +12.357853114560477 +11.401129051284343 +12.423004945844188 +12.416347997270401 +12.393325697839547 +12.375707471782608 +7.454314256799573 +4.291787779018195 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5676279263663964 +2.522302251393544 +2.490017758949958 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.486676423222857 +2.4889287502584554 +2.4889287502584554 +2.515869511367844 +2.4944481130810052 +2.592390723417348 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5676279263663964 +2.5147804876091895 +2.49335909467706 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.485587413651385 +2.490017759829928 +2.4889287502584554 +2.4889287502584554 +2.4944481130810052 +2.5278216772531046 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.571052982004238 +6.939971315697577 +12.513101413660033 +12.367721561566517 +12.351903806917578 +12.358395880306096 +11.375264874907378 +12.354599127241348 +12.365442890804104 +12.375628300594109 +12.385225010989434 +7.514015048023421 +4.38893659423469 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.793660281497386 +6.936336171103509 +12.511481308145548 +12.409831635758932 +12.385648742861791 +12.35275575402029 +11.362128102228326 +12.34137983746858 +12.335280916973705 +12.328707103844032 +12.414567721646105 +7.546278276892888 +4.122380073369993 +4.0563508221759434 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.596671469876178 +6.841936313238213 +12.816490603936545 +12.415684595659892 +12.345710819328161 +12.35081472090967 +11.368346602907769 +12.33456772926738 +12.350684117967903 +12.351582231722265 +12.35921300830061 +7.48301270700042 +4.214521899131903 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.776000190521083 +6.801650585262055 +12.527289965546283 +12.40110871812061 +12.373055694772638 +12.340150605967686 +11.371976067381734 +12.323312249840203 +12.336029701761829 +12.336973553612532 +12.339011700593364 +7.390210421568884 +4.105633025362245 +4.0563508221759434 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.71996966604146 +6.8457088867979214 +12.89859808821323 +12.504868446530356 +12.401749210901436 +12.416453434618505 +11.383674157780396 +12.391189106431163 +12.355364493303624 +12.368299862552592 +12.371981550566792 +7.459579279530526 +4.205772733775658 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.64391858965012 +2.494448104248532 +2.5147804876091895 +2.490017758949958 +2.485587413651385 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.499967475023585 +2.523641200346023 +2.5645365274225074 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +6.198255031977014 +5.9636060733552645 +4.3702943547840345 +4.608103200606366 +4.8501762979570024 +4.615141304296476 +4.6168048819108805 +4.624404920235555 +6.227548288316173 +2.8704552968939168 +2.759730321206052 +2.98052333221897 +2.7281778391004865 +2.7224756817502263 +2.957251390960492 +2.6468531287049686 +2.603102631814023 +2.4889287502584554 +2.4922700868655268 +2.493359103509533 +2.641015597994128 +2.795102317305675 +6.017321363191169 +6.04990837293551 +5.969071356448106 +5.974155358801054 +6.26892490120487 +6.270134014896425 +6.5129046682103535 +6.273256932676635 +6.266554742703943 +6.713306077040951 +9.441452863505889 +7.612826097336493 +12.778853024045626 +12.592513088185711 +12.467877628496492 +12.440062010998947 +11.449548082655632 +12.382222665649879 +12.351837041015601 +12.344290997623986 +12.347619389587665 +7.418924357495653 +4.2743871522078765 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.815545263681843 +6.950207868690211 +12.55719402982635 +12.391575365932889 +12.368727485492721 +12.374084667671895 +11.35217918260292 +12.344674295470599 +12.322953593881264 +12.316681784539076 +12.423054256622445 +7.474230816891131 +4.07097871731336 +3.986183332019348 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.687807727125247 +6.644984365003522 +12.476259629161287 +12.362119890695245 +12.327758339859065 +12.331416467059588 +11.385880950820267 +12.374258425354348 +12.403912242192872 +12.457160963229803 +12.663613359774764 +7.7893309752914375 +3.946906034278976 +3.980127817586448 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.301512824191049 +6.4196910590209475 +12.343841806187525 +12.319727051921342 +12.304657160658344 +12.345538799978748 +11.34924494760308 +12.303980495096214 +12.321688934032412 +12.347190006831163 +12.660221612359209 +7.37367105846141 +3.853559189143911 +4.019502372648081 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.420292540490725 +6.463475951704844 +12.363103465932538 +12.326264176818759 +12.323220840093608 +12.349345302122613 +11.382754738489336 +12.404574254010239 +12.363091014725379 +12.403772885397181 +12.556397915456929 +7.479284716011596 +4.096519715162844 +3.999815050851907 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.5481540046492857 +2.522302251393544 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.4933590955570293 +2.490017759829928 +2.4889287502584554 +2.490017759829928 +2.490017759829928 +2.4944481130810052 +2.4955371297250113 +2.564286659031015 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.5278216204086577 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4944481130810052 +2.5147805017963725 +2.6589621714233664 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.699450840260916 +6.715976859017586 +12.52601341458997 +12.379564692530877 +12.352305846947022 +12.384920906818047 +11.451558432835633 +12.431151837995262 +12.407675037353012 +12.34619224837388 +12.546543558148628 +7.693123740139477 +4.0719246027927385 +3.980127817586448 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.359649996639511 +6.619496048919296 +12.538362541027647 +12.408488888972654 +12.38515562042495 +12.322407119282317 +11.37224806419069 +12.310069196312144 +12.315799327225971 +12.431449752662727 +12.33610236445989 +7.454226330112804 +4.122005085786916 +3.941305742496314 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.524766571195786 +6.557579578501939 +12.378863030318977 +12.33162120587144 +12.323523894470318 +12.308133244697606 +11.360478025424788 +12.37010087148599 +12.386976424957696 +12.422156053087512 +12.312727424031413 +7.366095679307516 +4.099735200051535 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.411001850433341 +6.558522495719802 +12.33890832279109 +12.327977005478255 +12.321853134926965 +12.335900858682699 +11.321200584230704 +12.300642074050645 +12.312727424031413 +12.317237452684507 +12.330563508517178 +7.448993706614003 +4.346815975061755 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.340538727202856 +6.482154640997153 +12.370284426836884 +12.383530932635235 +12.354831950081328 +12.352988860960815 +11.352115560879046 +12.333792507615026 +12.331045224379997 +12.351311374810944 +12.352528474981506 +7.467454930375633 +4.241363779669288 +4.085622978773434 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.623586206289462 +2.520299857504273 +2.4988784574996084 +2.4933590955570293 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.520299863738952 +2.623586206289462 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.623586206289462 +2.49335909467706 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.5147805088689066 +2.5999124925564114 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.675433379719221 +6.713822453178086 +12.465631574968256 +12.328591164041512 +12.325032671770455 +12.3223966822698 +11.320051134945361 +12.299876241244473 +12.312727424031413 +12.312727424031413 +12.352362181849282 +7.407901618745065 +3.8652173806492724 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.377843815420979 +6.51950151294768 +12.351306433942488 +12.334964488375793 +12.312165440505536 +12.329758079897088 +11.349194421960584 +12.320237553623876 +12.337442450231078 +12.354647552892969 +12.354647441439367 +7.382506361847202 +4.18097431716453 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.35195427788416 +6.437731895666855 +12.36159740383743 +12.37249745962791 +12.344157111615832 +12.301573920956422 +11.318627260101394 +12.324596920787172 +12.350131390019047 +12.333205309264454 +12.325906248931258 +7.383355668437531 +3.8652173806492724 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.320237111839531 +6.348789454468251 +12.351126398349066 +12.32324327181072 +12.319959856188644 +12.303774877742354 +11.329432673182938 +12.372478007229136 +12.365653618884556 +12.35148810178001 +12.426729505489385 +7.434641889315017 +3.914042216300481 +4.085622978773434 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1880648036216135 +6.433279324201672 +12.335621702680896 +12.319032747960092 +12.311570927266432 +12.341166141009593 +11.402113189556236 +12.401576080287121 +12.364262370736315 +12.335177010921651 +12.540264905831219 +7.615795765745171 +3.853559189143911 +4.005870565284807 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6202448643276823 +2.5244802846815566 +2.5147804876091895 +2.490017758949958 +2.490017758949958 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.490017759829928 +2.4944481130810052 +2.493359103509533 +2.5223023215030893 +2.5567648952466606 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6202448643276823 +2.515869504253196 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.486676423222857 +2.4889287502584554 +2.490017759829928 +2.490017759829928 +2.4944481130810052 +2.493359103509533 +2.5223023215030893 +2.5567648952466606 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.48746732549158 +6.607765310356674 +12.368401327020438 +12.360132796563915 +12.303818971486024 +12.302318745766296 +11.342650628646545 +12.350918452384532 +12.327317025736866 +12.422658155115851 +12.694256889938185 +7.416398583956381 +3.853559189143911 +4.005870565284807 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.248591849466986 +6.386978446583051 +12.365181532658083 +12.338966777683801 +12.337825707152033 +12.414058220835903 +11.371509634733032 +12.352087566138739 +12.365090770492001 +12.372638409583953 +12.386534912017456 +7.40443015107451 +3.8676438354623968 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1574396671182265 +6.462942862215209 +12.464122935356967 +12.389030283072534 +12.40424509250746 +12.460180839083401 +11.505481113210053 +12.559210447794818 +12.537344782884462 +12.573982106197299 +12.510945612526553 +7.515397503010612 +3.939784963998841 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.122289053349303 +6.473624515533614 +12.537786123066812 +12.38298273589733 +12.375107762600102 +12.343986668579603 +11.355802992441047 +12.358599507255569 +12.3587311894716 +12.367009619340722 +12.371532681374715 +7.4795609783436205 +4.339737897907213 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.2812408324975015 +6.603718067670699 +12.505285593935469 +12.382809768672393 +12.33660135105629 +12.343478515027227 +11.368324843428177 +12.32540432946698 +12.324255944237953 +12.319117538037391 +12.372972995361794 +7.390347584502912 +4.074171866415363 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.579580092251657 +2.515869504253196 +2.490017758949958 +2.490017758949958 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.5158695184403785 +2.5687170043295886 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.6032538175740947 +2.4988784574996084 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.499967475023585 +2.5147805088689066 +2.5278216772531046 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.234919315691019 +6.350290516574575 +12.334798436260067 +12.312727420614044 +12.3869423695403 +12.384958857575807 +11.49683011809634 +12.473497967970461 +12.426487553935377 +12.701162562960741 +13.06354076398217 +8.10812216537199 +3.8652173806492724 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.094713470650668 +6.238272738472444 +12.318027231496803 +12.397857407269495 +12.428715898795517 +12.430415026934243 +11.456308171354681 +12.476286731949097 +12.4814369678042 +12.67984813379474 +12.568684097836657 +7.448999839490504 +3.8615883210294966 +3.9982943511807907 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.981820908986389 +6.411615740611164 +12.449725637633128 +12.450037963129725 +12.398062369534308 +12.342666677895828 +11.367923405335528 +12.398880963970552 +12.398883638798543 +12.40310118285547 +12.388276965026911 +7.4522887926446835 +3.8732465125348576 +3.8752201283927703 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1514777887993874 +6.366899600637986 +12.377838420497064 +12.332827784134816 +12.327460861386117 +12.32308457816077 +11.318364275036108 +12.299751318257828 +12.316956600869798 +12.312727424031413 +12.325703529804994 +7.366170872222173 +4.100990093541012 +4.048774519541213 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.263002543823386 +6.3963379692407205 +12.350954641382268 +12.323014804418042 +12.332534940767673 +12.319865852313654 +11.350276988579353 +12.333342642855449 +12.338534091112766 +12.361914382816504 +12.536927990970238 +7.559712523143285 +3.8515855732859987 +4.04271901481267 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.599912480967024 +2.515869504253196 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.549243082612478 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.623586200934753 +2.515869504253196 +2.490017758949958 +2.488928749378486 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.4955371297250113 +2.591301713845876 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.2107342989851455 +6.4153855618928235 +12.419751532407496 +12.466150347227048 +12.508128134192058 +12.430710403302953 +11.371887276045626 +12.388702298594083 +12.402266508966449 +12.510365791933518 +12.867442573309113 +7.965484283135609 +3.8515855732859987 +3.92372679194793 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.0871794783081015 +6.28863993881917 +12.34309511121651 +12.454809197224735 +12.550344438839232 +12.436414575352412 +11.428813571929261 +12.45578844502528 +12.468775335077975 +12.691907822154166 +12.585144887580677 +7.571129515639308 +3.8127634853782872 +3.9902652208899783 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.773823830864031 +6.4205999678404195 +12.535860034186618 +12.41132780335064 +12.364343292498816 +12.334161907530634 +11.357548626445897 +12.334161907530634 +12.334161907530634 +12.32118580517442 +12.334161910948003 +7.378421299062529 +3.9029365047666205 +4.048774519541213 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1959214564438945 +6.4516011442876975 +12.336213572078103 +12.35579624531698 +12.35796877568078 +12.381679335660866 +11.400514360454249 +12.424674420077492 +12.409990621563601 +12.374873804018938 +12.353815744257085 +7.380494085586047 +3.889304785934062 +4.048774519541213 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.148053931698949 +6.336415916682915 +12.3221594183553 +12.399457007298606 +12.512328428081195 +12.505254814868836 +11.500962249184077 +12.490034579735509 +12.51758781182352 +12.623903291805274 +12.87177209394065 +7.990595156665932 +3.8515855732859987 +3.9217531632724394 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.5762387556445856 +2.516958520897202 +2.49335909467706 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.4933590955570293 +2.490017759829928 +2.490017759829928 +2.4911067764739343 +2.4911067764739343 +2.493359103509533 +2.5147805088689066 +2.5470650634695335 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.64391858965012 +2.5420261062569827 +2.523641194111344 +2.4988784574996084 +2.490017758949958 +2.4933590955570293 +2.490017759829928 +2.490017759829928 +2.490017759829928 +2.4911067764739343 +2.4944481130810052 +2.499967475023585 +2.5345043487073067 +2.591301713845876 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1367589408442775 +6.372068070051235 +12.417263386713067 +12.364027103837023 +12.372811092629838 +12.383244092877543 +11.415300774785566 +12.368283260230823 +12.345743291888551 +12.341525269307477 +12.383714548247356 +7.377862861619462 +3.889304785934062 +4.048774519541213 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.131019861466984 +6.456370767885296 +12.459217979761819 +12.318360192378474 +12.340191758977037 +12.383056904725906 +11.383305007779203 +12.371098588826214 +12.371939677099956 +12.408561841786648 +12.628970504235083 +7.633654622425371 +3.8127634853782872 +3.871272896676945 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.018122113957343 +6.317149164826956 +12.572523001647694 +12.695449927833218 +12.687009315368885 +12.55323614101636 +11.500528497822602 +12.51826106662955 +12.511247620519706 +12.736655615547042 +13.291034064225729 +8.400566850212003 +3.8652173806492724 +3.92372679194793 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.293753284614701 +12.366150409110599 +12.34894642410709 +12.382199504316553 +12.377936750369164 +11.463563258316608 +12.503793558826551 +12.686476755993178 +13.099727377480205 +13.695201303335221 +8.693007600500989 +3.814737114053778 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.935429683421651 +6.328399240385447 +12.657355395223012 +12.908865693177711 +12.961412108109364 +12.863943127924673 +11.799221153615782 +12.964080927568853 +12.818546598416322 +12.817943337233798 +12.685298309957675 +7.470608918075157 +3.861588319434724 +3.9922388367478905 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.5634475062616473 +2.5420261062569827 +2.495537120892538 +2.488928749378486 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.490017759829928 +2.4889287502584554 +2.493359103509533 +2.493359103509533 +2.545976046825527 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.567627982288759 +2.514780494681724 +2.490017758949958 +2.488928749378486 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.493359103509533 +2.5311630200527397 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.129894206705903 +6.306736789378678 +12.351367186725234 +12.317159945709651 +12.321346160900898 +12.343472121648475 +11.360731352899856 +12.354859298295406 +12.395502520752288 +12.60602641172052 +12.902005313600895 +8.08324533248189 +3.8515855732859987 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.1301638231371625 +6.283646408979714 +12.411935471371914 +12.525545001734022 +12.629668424744128 +12.545531550213754 +11.447818522944297 +12.450547329588963 +12.586111394076696 +12.82196488592879 +12.949806888867906 +8.309896234172475 +3.8515855732859987 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.892853889472428 +6.328758318278716 +12.402680547563687 +12.38681212768825 +12.400262438694524 +12.42505622428558 +11.469183154888976 +12.430127474261445 +12.435604060126648 +12.45999391544714 +12.473144392877368 +7.452161333261841 +3.887331157258571 +4.01192607001335 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.718535973626267 +6.416208482919321 +12.515555245252502 +12.473230091099543 +12.444481225874561 +12.444397670114327 +11.463832744685366 +12.475622428048938 +12.447064244181844 +12.421596169812323 +12.429474443122636 +7.44353027128408 +3.8167107299116907 +4.01192607001335 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.28697985436849 +6.285571728681378 +12.331439918049316 +12.38596511742537 +12.464866925817002 +12.419953571113409 +11.421925624136477 +12.439252190416832 +12.389095278274874 +12.4150007154303 +12.389190927790601 +7.599250267032209 +3.814737114053778 +3.9217531632724394 +3.3981588114126993 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.567627982288759 +2.516958520897202 +2.49335909467706 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.490017766902462 +2.493359103509533 +2.5147805088689066 +2.545976046825527 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.5634475062616473 +2.494448111321066 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.6135959486110103 +2.7011586125821796 +2.701133959645431 +2.7259730427717956 +2.619155915195426 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.177147075775783 +6.457043327596078 +13.20644600445955 +13.837837943439622 +14.145382906995836 +13.904072973116454 +12.541288346456243 +13.814402239650828 +14.310935591942513 +14.667458741055473 +15.05356417050898 +8.82656111244789 +3.8127634853782872 +4.048774519541213 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.360214502803683 +12.335497700325588 +12.317734724896196 +12.301066225246057 +12.300754770053581 +11.316228089928105 +12.299751318257828 +12.299751318257828 +12.312727424031413 +12.325703529804994 +7.36034496460141 +3.8127634853782872 +3.871272896676945 +3.4027725366949095 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.072927483040917 +6.330629013088922 +12.530139862336311 +12.484900760237686 +12.482807861252372 +12.341281690638846 +11.342354587750712 +12.317152075798326 +12.337455671637354 +12.36259850193211 +12.580808983336969 +7.742399025973686 +3.8652173806492724 +3.9217531632724394 +3.3862690326009117 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.09962219297112 +6.2788625994355645 +12.354333455670762 +12.451440643512324 +12.57023595955078 +12.425787344136669 +11.43517101161323 +12.419980141607533 +12.444815543477947 +12.383848073768544 +12.732243673924176 +7.472235257981377 +3.814737114053778 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.0317551175213655 +6.226792066881694 +12.39569624959587 +12.457530674137473 +12.424873768928151 +12.455582782125449 +11.510371495828316 +12.465405402416039 +12.526666519726271 +12.50019749814811 +12.507169057662137 +7.521498562812155 +3.887331157258571 +4.048774519541213 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.623586206289462 +2.520299856624303 +2.494448111321066 +2.488928749378486 +2.488928749378486 +2.485587413651385 +2.485587413651385 +2.490017759829928 +2.4889287502584554 +2.4889287502584554 +2.4922700868655268 +2.4889287502584554 +2.5158695184403785 +2.591301713845876 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.5634475062616473 +2.520299857504273 +2.488928749378486 +2.488928749378486 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.5935849014634216 +2.693003585805971 +2.5601062309737617 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.08104331787218 +6.450468408215957 +12.429662000212357 +12.436931102092473 +12.355138336437399 +12.4850841138322 +11.571159157974337 +12.675517455831892 +12.900631758203547 +13.311649951246219 +13.936162265475046 +8.90059211935337 +3.8652173806492724 +3.871272896676945 +3.3862690326009117 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6831790451144855 +6.290441497900134 +12.845799733461455 +13.286912596239741 +13.34074552118427 +13.023658835892302 +11.803723394611636 +13.058347958452524 +13.416910682326472 +13.962002783580118 +14.583928164206773 +8.81885234571425 +3.8127634853782872 +3.8652173806492724 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.884272100574282 +6.3783689839919635 +12.562603469038889 +12.54308321677156 +12.514669658323468 +12.510440715336443 +11.505383771421647 +12.472685625862033 +12.580106022071122 +12.831922221510423 +13.34059151100772 +8.474121938573225 +3.8127634853782872 +3.871272896676945 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.738714891777246 +6.261272628988168 +12.387287536885639 +12.722635801105135 +12.847079021007419 +12.612458897716037 +11.483767369852886 +12.515032357826454 +12.55119672814374 +12.810588574084102 +13.069636964646637 +8.278892779236898 +3.8127634853782872 +3.8652173806492724 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6831790451144855 +6.282079402284996 +12.766489122669961 +13.030734132968051 +12.970902264232958 +12.6681614880376 +11.506910551409668 +12.534351620680006 +12.538317159943409 +12.839058175119307 +13.258516811807128 +8.111060400503185 +3.8515855732859987 +3.8652173806492724 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.572058328467302 +2.514780494681724 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.6480969988375778 +2.6514388047713986 +2.5223023215030893 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.572058328467302 +2.494448111321066 +2.49335909467706 +2.488928749378486 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.6529640520066695 +2.7545555494057283 +2.836578866535915 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.201113100938634 +6.593433129509613 +12.53511617804287 +12.541755456222432 +12.564533697966365 +12.658035072922447 +11.735462113779347 +13.081272404150111 +13.584610658185397 +13.40796924654463 +14.181804999078176 +8.586868614815346 +3.814737114053778 +3.9337295380966557 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.700289831456253 +6.480585656384366 +12.794481272386621 +13.076754214039306 +13.228507105311937 +13.31147961508247 +12.137408626812123 +13.548870913976524 +13.702227749984377 +14.015525475777569 +14.404011943340791 +9.09166305983124 +3.8127634853782872 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.686495161034401 +6.274847445698191 +12.426454339044426 +12.534121458985906 +12.849867783410643 +12.931828554522555 +11.704421896258522 +12.914419867587032 +13.197523220014789 +13.69690801301537 +14.095221245376443 +8.663711514537138 +3.8127634853782872 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.758893804613932 +6.387760133290047 +12.663992353136402 +12.998730838179199 +13.202818971404781 +13.217809083545717 +11.868300551799628 +13.051471682703784 +13.4722111714151 +13.860768053518909 +14.632799064967646 +8.109286310735941 +3.8127634853782872 +3.8652173806492724 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6831790451144855 +6.343058927298515 +13.050493482953899 +13.438292025303788 +13.472459011900566 +13.245890823097303 +11.751948210039563 +12.786893258408762 +12.996798318707807 +13.593323641350148 +14.276413018527903 +8.594176884595393 +3.814737114053778 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.567627982288759 +2.5320020973157398 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4922700868655268 +2.490017766902462 +2.493359103509533 +2.5147805088689066 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.5848689045484865 +2.523641194111344 +2.4988784574996084 +2.485587413651385 +2.485587413651385 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.490017759829928 +2.697991228793533 +2.864957357672967 +2.9337708200121053 +2.9048720590523396 +2.619155915195426 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.951545259509688 +6.302202389562774 +12.852303956284791 +13.296613597435357 +13.30313961339976 +13.165866801685382 +11.840821321812184 +13.017964818448743 +13.424841744077048 +14.12478327966267 +14.690356643232763 +9.022985144302528 +3.8127634853782872 +3.9081213559091657 +3.3981588114126993 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6831790451144855 +6.356664077599752 +13.062283102045694 +13.43079364417919 +13.427794753244193 +13.050652181452735 +11.796956622875923 +12.936661171410293 +13.475424126248301 +13.558115119695092 +14.240330104625782 +8.022422293977142 +3.853559189143911 +3.918124114875469 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.766358841979535 +6.36627694001702 +12.434409586642719 +12.490827415265304 +12.570225392087433 +12.60035821565807 +11.599703464192242 +12.603355256108022 +12.591801866605772 +12.845800930122325 +13.250069201165461 +8.188327921901779 +3.8812756428256705 +3.920097730733382 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6831790451144855 +6.2618541080084285 +12.6326627142174 +13.017991002242454 +13.020673220507227 +12.876154974271873 +11.654943246435192 +12.586173166620329 +12.667450757491851 +13.007635441279515 +13.560105127136934 +8.36308200355139 +3.814737114053778 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6950409395553745 +6.261210498012477 +12.573385959705027 +12.558743400309032 +12.707414351550122 +12.667815904639935 +11.60366338960254 +12.643036772579899 +12.704022996175283 +13.088166475573175 +13.164523151985291 +7.503247914851824 +3.8127634853782872 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6514404022843028 +2.520299856624303 +2.494448111321066 +2.490017758949958 +2.490017758949958 +2.490017758949958 +2.494448112201036 +2.485587413651385 +2.4889287502584554 +2.4944481130810052 +2.5147805017963725 +2.746678331049121 +2.7333983980127994 +2.8584215101475503 +2.619155915195426 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6032538175740947 +2.514780494681724 +2.490017758949958 +2.488928749378486 +2.488928749378486 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.4955371297250113 +2.52564365811016 +2.6277666885512523 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.949241300332239 +6.402246605783593 +13.219571377303302 +13.319708124967953 +13.338177318809478 +13.205415536701423 +11.888387340187691 +12.977832964802387 +13.320954831129749 +13.818526832842679 +14.153150264909426 +8.991790588285435 +3.8515855732859987 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.940988283777231 +6.44731474468465 +12.704287457060524 +12.520479325788841 +12.706005300718969 +12.96413673405123 +11.816165545903862 +13.065141489614376 +13.400866408955425 +13.407486767793289 +13.782032258003444 +8.63976851216819 +3.8127634853782872 +3.8652173806492724 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6950409395553745 +6.3224497440798 +12.829777300279323 +13.228357930102128 +13.214402936621074 +12.985471583388211 +11.81080105641524 +12.874175171590016 +13.002904826728194 +13.326173469751579 +13.37760232156806 +7.683844299381989 +3.8127634853782872 +3.8515855732859987 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6950409395553745 +6.340735674724139 +13.10737595264934 +13.42199868684833 +13.37208530450979 +12.887183241220384 +11.764296689745239 +12.817886750921542 +12.942584469473339 +13.446237996774336 +14.560466066367384 +8.796096666882736 +3.8652173806492724 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6950409395553745 +6.317630142753044 +12.935814365191879 +13.41954629337302 +13.41938007828094 +13.216401779492797 +11.88635773739925 +13.035005434328523 +13.573648036762984 +14.487048704370268 +14.236111789197823 +8.473139007295128 +3.8127634853782872 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6589621660686578 +2.5278216204086577 +2.495537120892538 +2.490017758949958 +2.4988784574996084 +2.490017758949958 +2.4933590955570293 +2.485587413651385 +2.490017759829928 +2.4889287502584554 +2.4889287502584554 +2.4944481130810052 +2.563447517851035 +2.52564365811016 +2.6589621714233664 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.64391858965012 +2.5406322399849617 +2.49335909467706 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.490017759829928 +2.485587413651385 +2.490017759829928 +2.5918840424882905 +2.7775621686607437 +2.769206343091758 +2.691437555443939 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.2978147387070615 +6.866939194993387 +13.953690120406064 +14.22343514931118 +13.967430743943465 +14.06581930713843 +12.604961721578075 +13.889116885670148 +14.205134628909876 +13.835759184221676 +13.076229520299224 +7.940445346843942 +3.8127634853782872 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.6950409395553745 +6.553618504740755 +12.993571444953204 +13.592941800804 +13.758269377294011 +13.47991824048569 +12.04669406366541 +13.312530854163814 +13.7733719963094 +14.191056588517643 +15.74178000285817 +9.596880802049172 +3.8515855732859987 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.098966648253613 +6.620098603363144 +12.723878965473865 +12.562220335185563 +12.979533509874614 +13.34622409499213 +12.1010339600189 +13.44712354231114 +14.090372130266605 +15.03419179076059 +15.01979606495033 +8.367747279246988 +3.8732465125348576 +3.871272896676945 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.994387526360225 +6.51595569394565 +12.64036485296742 +13.050650452705263 +13.61945744431387 +14.009307478069806 +12.39029712581647 +13.865570027670683 +14.643644416670545 +13.57871757812532 +13.905961793711151 +8.06941227823492 +3.861588319434724 +3.920097730733382 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.2974723096690095 +6.719329526412907 +12.677141658409935 +13.341439742944894 +14.275937659682734 +13.71296045188738 +12.310584490465137 +13.819937100948787 +15.225868581487841 +14.275978110744633 +14.046939166620342 +8.574455955263138 +3.887331157258571 +3.9922388367478905 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.623586206289462 +2.523641194111344 +2.4988784574996084 +2.4988784574996084 +2.4933590955570293 +2.490017759829928 +2.490017759829928 +2.490017759829928 +2.490017759829928 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.5559257540666804 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6589621660686578 +2.516958520897202 +2.4988784574996084 +2.488928749378486 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.493359103509533 +2.545976046825527 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.016642514005958 +6.349409137725235 +12.563390443217264 +12.906507522525567 +13.200109062027538 +13.190687436252196 +11.915679076041776 +13.091266176330919 +13.500198326738186 +13.244618241741879 +13.945364549066761 +8.146892169184584 +3.8127634853782872 +3.871272896676945 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.758893804613932 +6.356916433224709 +12.424972611623932 +12.445460633171118 +12.80274864441305 +12.930877433345715 +11.796280711320438 +12.853962323601472 +13.199481296940325 +13.748855892307406 +14.352055202055364 +8.802614732621793 +3.8515855732859987 +3.9081213559091657 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.981061002507889 +6.371952657293662 +12.589162697351597 +12.493505360863745 +12.650243715129882 +13.094040111026924 +11.872971570192735 +12.995932137329069 +13.275310574982353 +14.049466641297439 +14.21106780982023 +7.900706959586603 +3.8167107299116907 +3.953416771362115 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.758893804613932 +6.473564810781644 +12.545697796368195 +12.632897138938738 +12.760880801809288 +12.91799186967877 +11.96307824883852 +13.337565670073365 +13.72718175716966 +14.105878408143944 +13.984917057418096 +7.930569417585245 +3.939784963998841 +3.9922388367478905 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.773823830864031 +6.576193712289587 +12.6575341611729 +12.486536966147066 +12.555806254162437 +12.548028778290966 +11.560350620783616 +12.57731368571613 +12.630237728139043 +12.6202407099275 +12.629042633971777 +7.620820973375376 +3.8167107299116907 +4.04271901481267 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.623586206289462 +2.499967474143615 +2.488928749378486 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.6833585221649447 +2.52564365811016 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.563447499189113 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.615567345716486 +2.7048634346206106 +2.826302930339265 +2.545976046825527 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.039717235656832 +6.4889023466791205 +13.027875724689059 +13.334034821549961 +12.982019455283503 +13.17920271526915 +11.985587546712003 +13.234153048881865 +13.60935109799909 +14.030467564532879 +14.351489014621855 +9.18198761071919 +3.8127634853782872 +3.92372679194793 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.262743722289345 +12.432479062956565 +12.709632787090225 +12.93004821105633 +12.780260976966234 +11.748762694845846 +13.019153278626458 +13.357438437194414 +13.853037089328046 +14.115750341846523 +8.61018588050312 +3.814737114053778 +3.9081213559091657 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.735398770543038 +6.322686789053711 +12.982798267239488 +13.360908200634503 +12.867025237721814 +12.912036970971727 +11.763413707591395 +12.752894314611641 +12.969292348047025 +13.418741030797545 +14.09376874804885 +8.881885234880654 +3.8652173806492724 +3.92372679194793 +3.4308475458589953 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.766358841979535 +6.263580349746453 +12.541181749889427 +12.908834768374033 +13.283276089474855 +13.169708792404398 +11.867112703381112 +12.967212431216 +13.419693400296078 +13.807164170405393 +14.356799409386104 +8.827183593416638 +3.8515855732859987 +3.9081213559091657 +3.4693086265145543 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.74286380790864 +6.276652089374628 +12.987557649791663 +13.418712436901702 +13.485911295739202 +13.222597303606861 +11.950219568086357 +13.109311335779068 +13.461816610181044 +14.225492076256206 +15.232206903596303 +9.267097127127256 +3.8515855732859987 +3.92372679194793 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6514404022843028 +2.5244802846815566 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.6523166363263058 +2.493359103509533 +2.5311630129802056 +2.623586206289462 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.555675816403499 +2.494448111321066 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.7458639745291085 +2.6791747846699185 +2.570969330485218 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.218943911914644 +6.454392587769168 +12.542128709477623 +12.537094169793441 +12.6371104155382 +12.635730295750761 +11.648436466373305 +12.68985479940366 +12.785415540763212 +13.092466154919085 +13.579297759322136 +7.668814574206956 +3.861588319434724 +3.939785052529556 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.4225577751307235 +12.669232593829042 +13.085338607653838 +13.388631084071228 +13.297098185566105 +11.973595576121582 +13.065267578546841 +13.523727433018973 +13.973135433170494 +14.60993831666771 +9.135187859843507 +3.8515855732859987 +3.9100949845846564 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.3496260851806 +12.443891829273554 +12.682491536165768 +13.204541804723595 +13.322884594158447 +12.001543736789353 +13.280955555979176 +13.9247092980875 +15.223371235260993 +15.721291982342889 +8.743584746391827 +3.8127634853782872 +3.914042216300481 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.773823830864031 +6.3502462050104205 +12.58139650571095 +13.076865648895236 +13.577961587494288 +13.295222358486006 +12.062375033214538 +13.212101048908616 +13.848705271782409 +15.302392966381095 +15.48426314321986 +9.386900821566115 +3.8515855732859987 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.94685690660271 +6.339217878006638 +12.402553892961524 +12.583848179820285 +12.938463693223664 +12.989889096196768 +11.816254919124463 +12.924335748713533 +13.577803102137448 +14.98663603550098 +14.844834081078368 +9.201437334865991 +3.8515855732859987 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.6589621660686578 +2.5244802846815566 +2.49335909467706 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.490017759829928 +2.4889287502584554 +2.6152002427795495 +2.8177406248061745 +2.7992099494685445 +2.6160463009412367 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.563447499189113 +2.49335909467706 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.6100315943743264 +2.7538540224943056 +2.4944481130810052 +2.6506639408828674 +2.5567648952466606 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.360345743608247 +6.5915038319793275 +12.618989226758927 +12.634403993148966 +12.680611039812627 +12.729364841319667 +11.836348679677089 +13.122377429925733 +13.353388975417591 +14.140233724004739 +14.568416613122587 +9.087377389441727 +3.8127634853782872 +3.9337295380966557 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +5.086564563177529 +6.610147285837462 +12.584894848624229 +12.75249168378034 +12.694616441141285 +12.800905411437899 +11.852079111248244 +13.108734030875457 +13.249024147275957 +13.50901553325661 +12.914685307408089 +7.550228244116568 +3.939784963998841 +4.01192607001335 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.312891631627821 +12.45755511908239 +12.711513544225586 +13.0544095356798 +13.030238681455417 +11.785136962751341 +12.825027937293838 +13.16752423664044 +13.652185954101583 +14.232288634577454 +8.843175732354437 +3.814737114053778 +3.941305742496314 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.773823830864031 +6.3409202150135044 +12.630943667905015 +13.01395105752657 +13.43883699977218 +13.156992791099125 +11.882589073289159 +12.910537549901097 +13.398724044901911 +14.612536261845046 +15.253372500501563 +9.209536271223786 +3.8515855732859987 +3.927674023663755 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +4.794002749015009 +6.359685418766568 +12.521668136254524 +12.786769829448316 +13.209010833838052 +13.127827346752154 +11.912853293298264 +13.016621944556874 +13.589920111630699 +14.96246298788158 +14.871817662004167 +8.767045999352504 +3.853559189143911 +3.947361256929215 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +2.679294554784025 +2.5244802846815566 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.6913786084811018 +2.610763301462445 +2.4889287502584554 +2.4889287502584554 +2.6374537270108096 +2.4944481201535393 +2.567627994758116 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.531162957015729 +2.49335909467706 +2.49335909467706 +2.486676423222857 +2.486676423222857 +2.486676423222857 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4944481130810052 +2.493359103509533 +2.5158695184403785 +2.5687170043295886 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.103607163877781 +6.458835910433673 +12.527344915188879 +12.388274350250594 +12.389877643015513 +12.37374669963304 +11.404652073603028 +12.442365797792863 +12.425255763378036 +12.456990556164943 +12.451702757406409 +7.486204941150487 +3.933729449565941 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.088171661326847 +6.429848300111946 +12.39356226807837 +12.392191067568197 +12.423376457911262 +12.473416183470514 +11.59269828439444 +12.611360620662017 +12.522498293926295 +12.762171810408633 +13.32559847369017 +8.260248826381762 +3.867190996507185 +3.941305742496314 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.083778304192473 +6.5027639241269695 +12.461629730214694 +12.418713997507412 +12.471973892424085 +12.492579032372472 +11.585389508934917 +12.587440729141722 +12.616889474990339 +12.562231627179074 +12.512169118235983 +7.515326437608866 +3.939784963998841 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.50431300558509 +12.490158222032735 +12.364069493147683 +12.321640129369314 +12.395259708165632 +11.486376493009166 +12.542480784178922 +12.576619735089073 +12.525718460405955 +12.52443499354355 +7.540278974121728 +3.939784963998841 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.610021996073619 +12.509614753947204 +12.486451230118071 +12.480097296374622 +12.490032691433738 +11.523973196975462 +12.54727058607788 +12.626988344262974 +12.63140327221334 +12.770040966676378 +7.5547912129791905 +3.8812756428256705 +4.005870565284807 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.623586206289462 +2.515869504253196 +2.490017758949958 +2.485587413651385 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.4944481060084707 +2.4889287502584554 +2.499967475023585 +2.493359103509533 +2.5158695184403785 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5590171530105694 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.4889287502584554 +2.4889287502584554 +2.6474415166946454 +2.5158695184403785 +2.5890493930449563 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.164823176185465 +6.676021884427791 +12.475456820220204 +12.476578674644864 +12.522919706639357 +12.62290219219466 +11.653281138295274 +12.69319308048335 +12.725098770436649 +13.22039524472126 +12.761774594832557 +7.681056716397621 +4.01192607001335 +4.099254786136707 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.2952273856812555 +12.369077754337797 +12.362873910859884 +12.391815078996968 +12.365333395233652 +11.42335766354107 +12.429719754687964 +12.432531220594523 +12.440785060400293 +12.49308338350691 +7.528886596953855 +3.8676438354623968 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.552317175754526 +12.487309545778043 +12.487309550659516 +12.435457795580879 +12.450618157673428 +11.451478104689675 +12.455680301218111 +12.47113887860229 +12.479318784614835 +12.405277375693654 +7.431294156615008 +3.939784963998841 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.182139409543966 +6.370482331032076 +12.419973443754705 +12.463865436786246 +12.31907706311814 +12.305277973124984 +11.336134266233755 +12.344410537002702 +12.359146083243722 +12.354922159947696 +12.354921811744912 +7.391956927872758 +3.887331157258571 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.178806777425569 +6.5213930750142435 +12.53734080882667 +12.3205144305646 +12.341650869221175 +12.380086565683822 +11.424624535953036 +12.484773691474516 +12.429915614333414 +12.477469233248426 +12.462050848212344 +7.585564832611595 +3.853559189143911 +4.112886504969266 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5676279263663964 +2.494448104248532 +2.490017758949958 +2.490017758949958 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.4889287502584554 +2.490017759829928 +2.493359103509533 +2.5233913310745617 +2.651440407639012 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.623586206289462 +2.494448104248532 +2.490017758949958 +2.486676423222857 +2.485587413651385 +2.485587413651385 +2.485587413651385 +2.490017759829928 +2.4933590964369987 +2.490017759829928 +2.4944481130810052 +2.5267326676816326 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.44297513884732 +6.5712543032787085 +12.447323526151296 +12.414217956304777 +12.530704888629035 +12.602056647649867 +11.646456299834119 +12.63782002597859 +12.566548499416456 +12.967195166469748 +13.191050512917519 +8.288967113954135 +3.8732465125348576 +4.093199271703806 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.31878233960069 +6.447763742964392 +12.418163500817636 +12.31822912244529 +12.425138394413086 +12.5224657359885 +11.508746353114716 +12.609877436322975 +12.635341879411515 +12.96554946730209 +13.448082333045912 +8.133717988210437 +3.8732465125348576 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.283294679963145 +6.434082345750076 +12.449317546466755 +12.334390021976622 +12.362979681503669 +12.416628617544449 +11.457222097195006 +12.402184968974506 +12.361313417681835 +12.375136734659854 +12.395844110355618 +7.498261626211063 +4.048774519541213 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.198133531270894 +6.532722234344192 +12.427995444198496 +12.354892841392113 +12.37678045765483 +12.367504609365705 +11.401224865569898 +12.517526035934056 +12.507208509372417 +12.486918401242306 +12.780216253709558 +7.790982600913212 +3.9120685876249905 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.21140193348069 +6.42675832184418 +12.419683218854061 +12.435951005226226 +12.482158559433422 +12.53666959853561 +11.565892580720345 +12.547095405225228 +12.610585053906556 +12.959559566832283 +13.224277541559008 +7.509776910351644 +3.8752201283927703 +4.149734954497129 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5709692629734677 +2.494448104248532 +2.494448104248532 +2.490017758949958 +2.486676423222857 +2.4944481051285012 +2.485587413651385 +2.490017759829928 +2.490017759829928 +2.4889287502584554 +2.4944481130810052 +2.5481540659684714 +2.6589621714233664 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.5709692629734677 +2.522302251393544 +2.494448104248532 +2.490017758949958 +2.486676423222857 +2.490017759829928 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.515869511367844 +2.4944481130810052 +2.5567648952466606 +2.6589621714233664 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.350056115693238 +6.587609862644571 +12.445786482550014 +12.344133056013733 +12.33361651436683 +12.390429353261332 +11.475453866746722 +12.604562886533232 +12.578908232750553 +13.040227072532605 +13.589071145607713 +8.483774310011908 +3.927674023663755 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.233319307812714 +6.4725596329309765 +12.337341762419163 +12.402393576561524 +12.394313950711911 +12.54344906557861 +11.596628243786649 +12.52397512916456 +12.523767256467243 +12.713929490237124 +12.677590133763823 +7.519294080077378 +3.941758579856754 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.205515420566195 +6.477614675988526 +12.611178655846548 +12.470175253370588 +12.447202014887957 +12.580889718662924 +11.642192752308834 +12.564374854062528 +12.59844310696261 +12.558394646922928 +12.540393188679896 +7.61178952772974 +4.085622978773434 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.738771540791595 +12.7817927531594 +12.619070234457876 +12.5511490929226 +12.518873988707147 +11.539592269883887 +12.501033643151558 +12.519935423900804 +12.53152491690952 +12.529736610956148 +7.665766677225212 +4.099254786136707 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +7.842834036727181 +6.657100067958649 +12.57571840344299 +12.471518802816469 +12.56305983666596 +12.669166549779765 +11.787817746681132 +12.669464637587893 +12.610752775774245 +12.591582289786377 +12.640442298935422 +7.624322018512878 +4.085622978773434 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.579580092251657 +2.522302251393544 +2.490017758949958 +2.4977894408556023 +2.486676423222857 +2.485587413651385 +2.486676423222857 +2.490017759829928 +2.4933590964369987 +2.4933590964369987 +2.5169585280118505 +2.5481540659684714 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.595732004939912 +2.5022197941066797 +2.4977894408556023 +2.4944481051285012 +2.4933590955570293 +2.490017759829928 +2.4933590964369987 +2.4955371226524767 +2.4922700868655268 +2.5169585280118505 +2.5653756686024876 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.269886680977498 +6.410743891593602 +12.442528008368448 +12.351053656089535 +12.47343616051643 +12.549142015522392 +11.699099103060886 +12.617721809667085 +12.479792439945097 +12.479287207824704 +12.45715544790375 +7.570764815045392 +3.927674023663755 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.17014438181863 +6.401853259072119 +12.448457806069797 +12.367739801914553 +12.473162996789432 +12.5890163158989 +11.657396625992957 +12.66299068121202 +12.63580037179589 +13.041608108904699 +13.431469570945275 +8.096207409370216 +3.927674023663755 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.193494400412673 +6.450945502474439 +12.445998875348534 +12.403870478300393 +12.55437849383104 +12.766480990158547 +11.817942089050709 +12.826624734583149 +12.853180975307748 +13.342431303192281 +13.74731846364516 +8.34882595675466 +3.914042216300481 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.14752405851847 +6.384095850415963 +12.460162455904149 +12.528915301567212 +12.691208942125293 +12.722444094447813 +11.793080557917042 +12.779908119802036 +12.880159404343747 +13.549274045560042 +14.536238641363303 +8.970170393853518 +3.927674023663755 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.207165548924772 +6.427010329011826 +12.334899329536746 +12.362520726372471 +12.471048163185097 +12.60478933152297 +11.74308248515368 +12.810332377260112 +12.887482343087724 +12.766329038535332 +12.772573061898562 +7.618012193983446 +4.085622978773434 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.526732603764651 +2.531162957895698 +2.5022197941066797 +2.5022197941066797 +2.4944481051285012 +2.4977894417355726 +2.490017759829928 +2.4955371226524767 +2.520299863738952 +2.603253822928804 +2.643918595004829 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.595732004939912 +2.566788841150893 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.490017759829928 +2.4944481060084707 +2.4955371226524767 +2.520299863738952 +2.584868910783165 +2.6589621714233664 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.377225655046315 +6.647848320344378 +12.456477322148967 +12.399263914982209 +12.548219211052363 +12.566488154320751 +11.53522399382221 +12.62038648443726 +12.543133206466697 +12.534289623219586 +12.531046534898934 +7.667193369975981 +4.112886504969266 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.174553830592405 +6.577175455623352 +12.852868614470538 +12.501162504039948 +12.36405496965673 +12.42648766162286 +11.434473779825764 +12.4518584157786 +12.435567988392284 +12.437767599354588 +12.42930106366363 +7.506934526928976 +3.943279358354227 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.170410286386806 +6.577128399358707 +12.84208953306795 +12.33017530645617 +12.3858439245942 +12.375325075586014 +11.46217883557131 +12.502234847687546 +12.517704886349453 +12.521113607570571 +12.518056860552187 +7.642646919229863 +4.149734954497129 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.199272582104713 +6.600600115921347 +12.750729829902495 +12.409006650368548 +12.357907679851873 +12.341645063742968 +11.326769656742597 +12.318051422306471 +12.353260634293282 +12.341406984151575 +12.44061974164353 +7.6229724260419225 +4.487229566975076 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.36286183162827 +6.696720739826805 +12.780784171282564 +12.401339066755993 +12.372860251707149 +12.353214249919873 +11.366182327370923 +12.329789636806005 +12.33535809267722 +12.320525542764761 +12.333983391768887 +7.538472858959781 +4.446213357222188 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.6589621660686578 +2.522302251393544 +2.494448104248532 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.485587413651385 +2.4944481060084707 +2.4889287502584554 +2.4955371226524767 +2.5169585280118505 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.52891062998013 +2.4977894408556023 +2.490017758949958 +2.4933590955570293 +2.4977894417355726 +2.490017759829928 +2.4988784583795787 +2.4933590964369987 +2.4955371226524767 +2.520299864618922 +2.5965711568293104 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.621922325172136 +6.944010506271331 +12.90924333308821 +12.389759415019753 +12.35896379828805 +12.335428553944265 +11.344200225034768 +12.306690387915417 +12.318201885818453 +12.356910295925443 +12.335834968268617 +7.440353272364482 +4.317879663808585 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.631385792785574 +6.810410039592619 +12.503612240152657 +12.353849949413611 +12.326341458319028 +12.328679718681988 +11.409738887542199 +12.48839016057314 +12.503888647328136 +12.450204912334975 +12.407213396858547 +7.499416461883791 +4.3805870723453335 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.214167367682325 +6.611948110219299 +12.57236991457499 +12.343194910773224 +12.321855013375973 +12.349899785236426 +11.369641664543439 +12.319088589452795 +12.317899148672437 +12.348360120743425 +12.33058293124906 +7.765890500699555 +4.263716283633052 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.324537700929657 +6.626801473150217 +12.464827161018544 +12.344070276199544 +12.356854351202786 +12.392327937780951 +11.423124087541202 +12.441056669381998 +12.468168992360976 +12.46996055858563 +12.438028022619195 +7.531327942527172 +4.099254786136707 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.290541508887477 +6.5683270591235985 +12.45861250361585 +12.344973775511383 +12.387497827805925 +12.310900605453467 +11.373661013769743 +12.361326269302973 +12.36084574472584 +12.365359913826163 +12.341771338356224 +7.44865141581301 +4.282416676674751 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.64391858965012 +2.494448104248532 +2.490017758949958 +2.4911067685214308 +2.4911067694014 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.4933590964369987 +2.548154017118643 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.619155798833847 +2.4977894408556023 +2.486676423222857 +2.4944481051285012 +2.4911067694014 +2.490017759829928 +2.4988784583795787 +2.499967475023585 +2.4955371226524767 +2.534504299857478 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.198260920964316 +5.7281258424961985 +6.494141186661924 +6.0239116889992115 +6.49455241915625 +6.259766355780384 +6.259311633390285 +6.93353239238125 +9.054097710742305 +7.748242942045886 +12.7091687620075 +12.575003050925307 +12.399437949266561 +12.422390042787082 +11.436751304989782 +12.407386407902138 +12.350110725649676 +12.328465739018956 +12.340823693076464 +7.47843425685506 +4.509531077465737 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.500419554840123 +6.784230199797539 +12.645979893721652 +12.352593205865336 +12.375842378292258 +12.48954876633006 +11.567159216214373 +12.583701269568978 +12.551522956642023 +12.630261225466224 +12.796970126652973 +7.597844141335355 +4.314182159297909 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.3450784369478 +6.706721617914438 +12.575017599987062 +12.48602883699649 +12.555805832920035 +12.747938720303136 +11.869531474966438 +12.813757955604713 +12.72634959414297 +12.963149965093752 +13.51139718255347 +8.199892393935418 +4.429328357015899 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.194218915327575 +6.595446379362561 +12.550088784946604 +12.36804611062652 +12.370963790708524 +12.364878589451154 +11.370966382775954 +12.368290377152743 +12.434951767112073 +12.467844010866655 +12.447532878059516 +7.579299396218336 +4.401924868054583 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.206334722519294 +6.612902434132545 +12.74794339602133 +12.360689699770667 +12.357302006752596 +12.33862862848828 +11.336612843080436 +12.318282307055222 +12.318525919918502 +12.33157142793725 +12.340833413970898 +7.566064846392803 +4.486333140724706 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.623586206289462 +2.530073941251692 +2.4977894408556023 +2.4944481051285012 +2.4944481051285012 +2.4944481060084707 +2.4944481060084707 +2.4988784583795787 +2.534504299857478 +2.5623585012070285 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.840469987307541 +4.3702943547840345 +6.199117363564713 +5.964505247500278 +2.5913016516888345 +2.7575197548959993 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.490017759829928 +2.490017759829928 +2.4944481060084707 +2.520299863738952 +2.5923906745675196 +5.7281258424961985 +5.7281258424961985 +5.963159598863961 +5.7281258424961985 +5.963577481599974 +6.1990100643640345 +6.259747728995957 +6.259455363517466 +6.495689176636901 +6.183493732953186 +6.498691582976856 +6.622375302726893 +9.060570101069258 +10.87467999073049 +12.762357921677395 +12.542171271498464 +12.438319892907291 +12.389505554192453 +11.402839333971992 +12.369119262267366 +12.38550410684789 +12.375478371190235 +12.362278893453471 +7.597545221723308 +7.635273788058828 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.932364868450406 +9.0115749972326 +10.623931745440867 +12.752564309348953 +12.575412541979821 +12.421182076058244 +12.448559472614646 +11.488514207965487 +12.42068972787612 +12.526089763196799 +12.521782452278378 +12.638336824254642 +7.562087310049866 +7.564576226406226 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.7516757662595 +10.039056848096147 +12.891969699869174 +12.60914059808068 +12.421573789709084 +12.351182812413189 +11.368846718229769 +12.338504030328656 +12.350469166232005 +12.34895184238309 +12.360522661086232 +7.595549932336675 +7.550060330675767 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.522911646655277 +9.851363832320743 +12.939569426601908 +12.4283399375155 +12.362349553644211 +12.333879373467704 +11.346510240389588 +12.333502979214234 +12.333366664846425 +12.34342572372003 +12.35641404810862 +7.892458073646582 +7.54254906078701 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.61788035866194 +9.907609920520175 +12.653153683129363 +12.38700577638559 +12.353004776413782 +12.339430391860496 +11.337307561528977 +12.336761448804374 +12.327967433806627 +12.336089512103602 +12.424298095052285 +7.546847907726651 +7.460117494972864 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.55458674383713 +2.522302251393544 +2.5019698680328863 +2.490017758949958 +2.490017759829928 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.515869511367844 +2.556764839324298 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.55458674383713 +2.494448104248532 +2.490017758949958 +2.486676423222857 +2.486676423222857 +2.490017759829928 +2.490017759829928 +2.4933590964369987 +2.5192108479749153 +2.5999124872017028 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.411075043785042 +9.792454351963261 +12.977789042766105 +12.759653808307728 +12.396784533490417 +12.397617221615212 +11.401521868718099 +12.385353729733815 +12.365736941229944 +12.369298471736602 +12.47488366870199 +7.717519422751817 +7.605168364651842 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.784286478640647 +9.987229102643925 +12.776172353858795 +12.485255102548043 +12.401937932504604 +12.366458455976746 +11.393496957217828 +12.352756150474162 +12.355699837528439 +12.359066376097001 +12.454523490438172 +7.577091356114078 +7.553491207895319 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.725243685875153 +9.96226192041929 +12.700930879083998 +12.42713676422172 +12.362180106929817 +12.347391237058801 +11.35850060914632 +12.329071315927846 +12.366224342984083 +12.387025112395193 +12.468135170820903 +7.9133632206191376 +7.380490531871672 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.303081729076876 +9.705789501983615 +12.992540977274903 +12.846554669828286 +12.395053441928027 +12.393440191771305 +11.402673820819302 +12.369342460132279 +12.372866534169807 +12.465628960790596 +12.63307428320601 +7.827235670954898 +7.473571104950207 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.648880207710214 +9.944325159098081 +12.837320683826132 +12.502911874621244 +12.371064054846908 +12.379938159717904 +11.346683000723942 +12.35936244011839 +12.341112930180902 +12.342803111349003 +12.425781567165945 +7.669097071729193 +7.46262718198431 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.651440353434474 +2.5097415578910343 +2.530073941251692 +2.486676423222857 +2.4911067694014 +2.490017759829928 +2.4933590964369987 +2.4933590964369987 +2.5192108470949455 +2.572058291206862 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.840376154955089 +5.963797793344102 +5.7281258424961985 +2.9150165177333762 +2.765195896003813 +2.4944481051285012 +2.5022197941066797 +2.4911067694014 +2.4911067694014 +2.4944481060084707 +2.4933590964369987 +2.515869511367844 +2.576238768113943 +5.884840007383595 +5.964032468012841 +5.964092889101913 +6.202220491680739 +6.04590583629807 +6.046994356390642 +6.499937418505462 +6.1852079467692604 +6.501686723940936 +6.505188192961095 +6.1874881327366325 +6.705037009847983 +9.235340290566267 +10.86588100847989 +13.189663663229323 +12.633344399447026 +12.48580137228303 +12.458192594457236 +11.503669967790646 +12.483885482157294 +12.471631962944016 +12.537882291677384 +12.600382656626115 +7.5805743869751865 +7.569160728585649 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.606779049194042 +9.94633399494874 +12.819862047096777 +12.503921533175768 +12.53019571707954 +12.557746552822515 +11.618792275157928 +12.685865298387604 +12.674752351738494 +12.437697198913371 +12.535803028514055 +7.794316057840415 +7.458729891513579 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.556880904681758 +9.874465706529755 +12.953997613645225 +12.503041428513189 +12.355922656320725 +12.373305936144652 +11.409914316064727 +12.3707750717682 +12.340823430193042 +12.575061447971237 +12.448198750973239 +7.8375547858128405 +7.541047806368171 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.627432934856724 +9.90223499060723 +13.129770623461813 +12.972877649139454 +12.580180372602241 +12.410685515892139 +11.418323914167892 +12.361693211978581 +12.357763128420624 +12.405905586126822 +12.66443000796284 +7.955396242085402 +7.647320111202231 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.940420876039518 +10.382663443188875 +12.964965580366822 +12.704716508791044 +12.423405037617659 +12.419603386052302 +11.490594587010492 +12.454938337654466 +12.412731673990312 +12.463616028181578 +12.433650840277638 +7.622761305042941 +7.586489533259442 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.651440353434474 +2.505311204639957 +2.530073941251692 +2.486676423222857 +2.4911067694014 +2.4911067694014 +2.4944481060084707 +2.4944481060084707 +2.5634475107785013 +2.62024487591707 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +5.7281258424961985 +2.616064393655279 +2.522302251393544 +2.5086525412470277 +2.4944481051285012 +2.486676423222857 +2.4911067694014 +2.4944481060084707 +2.531162964130377 +2.623586206289462 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.757962001874098 +6.929113974517877 +12.67405542277799 +12.398770473693093 +12.383127812699154 +12.367549757331703 +11.430060291489676 +12.556140404109817 +12.520319249103766 +12.775396328392645 +13.038053007779173 +11.002638912634978 +7.683666468453182 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.88535650449151 +7.286126803503615 +12.737530412404528 +12.749132805778162 +12.491263066717632 +12.40746671102656 +11.445376386251763 +12.414380248725877 +12.473810766996447 +12.468051362614958 +13.12130561293213 +11.015324329761478 +7.670762155801442 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.741462775598977 +6.912609885136208 +12.887838051061932 +12.60481594969963 +12.49572831900194 +12.451172654758626 +11.435313178381136 +12.496412378380962 +12.498610090873523 +12.505235772325063 +13.008455359946757 +10.997625318733444 +7.643299924041362 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.743785161683313 +6.857362450537877 +12.545266565222997 +12.440605899557665 +12.39080636405737 +12.381390904076905 +11.398769348792541 +12.363989740641804 +12.440888689196683 +12.579992233704912 +12.963876178503579 +10.971199370360765 +7.607487067456221 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.549610482597359 +6.8279416813936304 +12.93149428907485 +12.64540610555731 +12.453778685681488 +12.39804556087426 +11.392597672909229 +12.382370545854963 +12.383184055738695 +12.540960384486196 +13.110072911059534 +10.988831436011981 +7.619756033312521 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +2.679294554784025 +2.5289849246076854 +2.4911067685214308 +2.4877654327943293 +2.4911067694014 +2.4944481060084707 +2.4944481060084707 +2.5192108470949455 +2.5559256981443177 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +6.198501037060015 +5.963800529906752 +5.963871330488693 +6.200138909625884 +5.966306028423012 +4.6066978084787396 +4.844746111033734 +4.8486791145519685 +4.6913336586961165 +4.609635059863225 +4.849819329584536 +6.213500548510844 +2.9470346096115705 +2.7621333635500362 +2.7742540965989595 +2.7646292502146173 +2.803506059548832 +2.6119093115380028 +2.4944481060084707 +2.4933590964369987 +2.527821628403276 +2.8360398254901007 +6.042246336805828 +5.963509756408227 +5.964530097043453 +6.199200333086246 +5.964717085979649 +5.963679642446932 +6.200142167551546 +6.26048900254818 +6.0239116889992115 +6.260125817860587 +6.495614271134496 +6.261659762224413 +6.697972027145264 +8.98368348401229 +7.726111120165077 +13.415555131922398 +12.572990699452193 +12.557348545817709 +12.517657124434441 +11.514425036649458 +12.42681194712154 +12.411035441487993 +12.561569443990178 +13.140962678295546 +11.052964124443186 +7.725066890591918 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.797782062214356 +6.912735661380719 +12.562584044437505 +12.413759717654164 +12.396544745015627 +12.361480980605354 +11.382162634904823 +12.356242894097486 +12.43594162204259 +12.482776322480245 +12.85910524069237 +10.964095198085474 +7.606635595397261 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.89597360461513 +7.150168831079016 +12.597733010987449 +12.472872091111842 +12.407511239967771 +12.403837035859338 +11.375141973654054 +12.493584249029507 +12.470872155625317 +12.555596784012808 +12.848717478555416 +10.959783139755945 +7.595162566209924 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.479464565124033 +6.76179263290241 +12.789746607542895 +12.374816031440577 +12.412126676386283 +12.433233622154306 +11.443155345032757 +12.541978495310463 +12.625849511598963 +12.609881116624605 +13.064703922300193 +11.019575119565458 +7.53581969764454 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.746428849194832 +6.98189729928231 +13.02719683624897 +12.536912454916822 +12.438530403889672 +12.46288793556148 +11.478636474544897 +12.419629857688136 +12.413621199525688 +12.65450176699663 +13.05767838016393 +11.033923893844646 +7.660047784089245 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +3.1136276461605936 +2.727939417345129 +2.546666736904867 +2.4933590955570293 +2.490017759829928 +2.4933590964369987 +2.4944481060084707 +2.5223022585081925 +2.5459759838306306 +2.7608915923566895 +5.963612411144205 +5.963557977484213 +6.04371792681549 +6.044692096852169 +6.045594901010452 +6.046893985850158 +6.047727978365647 +4.60971659618417 +4.612434805353529 +4.848630615767665 +4.852868021560723 +4.616794140547707 +4.694700675809674 +6.212651432701373 +2.925757071184184 +2.9173017807804893 +2.747533958170109 +2.9704344459321255 +2.966193291409667 +2.7262187058472667 +2.4944481060084707 +2.7712347492671183 +3.0264626594834767 +2.915902295589919 +5.9640554734018245 +6.201313096757759 +6.204157005658106 +5.966933484588165 +5.964724876135259 +6.2029301311037 +6.206087555206004 +6.261809177931334 +6.0239116889992115 +6.496946451072297 +6.2626334507529755 +6.260562770139346 +6.936235314580215 +9.32545742679565 +7.824810354053961 +13.16113780628241 +12.726766942314798 +12.572666410110651 +12.421627141006484 +11.489243799885553 +12.518437948340958 +12.68924274168948 +12.929851816680491 +13.146687897018754 +11.04824320092749 +7.70214769442838 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.99742517116289 +7.437999521981638 +13.062376246522627 +12.746171865611778 +12.545665563906375 +12.444739019269845 +11.447636451581332 +12.420167948437431 +12.418598593078926 +12.723204914165454 +13.081097843497664 +11.054454086204048 +7.694723834831961 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.940076042906696 +7.3021107794486175 +12.839507966076335 +12.502535582278872 +12.477077779270285 +12.445009584800022 +11.443813786983084 +12.407664823251947 +12.409384943824598 +12.536691998111115 +13.068210641485614 +11.053919264204358 +7.677693451723694 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.963538556830688 +7.415870464753283 +12.934960788552154 +12.584630984707301 +12.473843277043846 +12.421533120171675 +11.47022024410813 +12.418968329397961 +12.518868054416231 +12.626627646464915 +12.952949560102267 +11.064586670513322 +7.663082172835389 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.4949721547099895 +6.70001369194117 +9.104516525668227 +7.648258276143902 +12.866483104080451 +12.574287723389256 +12.48051449634028 +12.415141601254126 +11.433013545407553 +12.500862356522976 +12.497314607242103 +12.631897183404428 +12.93189919612055 +11.03611626966889 +7.612171315062408 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.8413223198186035 +4.607747579812524 +4.606894203685101 +6.204354215976632 +2.9710120087450433 +2.7912254254520263 +2.737508974638349 +2.5884306485152107 +2.490017759829928 +2.4933590964369987 +2.4933590964369987 +2.4944481060084707 +2.52673261175927 +2.6589621714233664 +5.7281258424961985 +5.7281258424961985 +5.963445812383229 +5.7281258424961985 +5.963531933469449 +5.963646700815255 +6.198606617236891 +4.605754254887893 +4.3702943547840345 +4.605663639959191 +4.840632948671785 +4.3702943547840345 +4.840538256586616 +5.7281258424961985 +3.149524884879577 +2.8221011315281967 +2.5489496293717235 +2.4944481051285012 +2.4911067694014 +2.490017759829928 +2.4944481060084707 +2.4944481060084707 +2.5957320102946206 +2.679294554784025 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +5.7281258424961985 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.7639974403474 +7.0951027106262785 +12.759300599941133 +12.580732304991706 +12.377613785907592 +12.383989054509877 +11.376148225496081 +12.360203096798358 +12.746976306991609 +13.00783656316396 +13.094242334620931 +10.970602108950143 +7.597353395568119 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.744062382174135 +6.940900289185738 +13.128609180300431 +12.537908683851656 +12.433540230894465 +12.44761291906893 +11.464938745320206 +12.445384974146668 +12.504138789461091 +12.929267549926173 +13.153213442966454 +11.048528564719861 +7.6829036046384775 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +9.026709539390229 +7.485183741954553 +13.090427466379229 +12.542311522957766 +12.483276461107831 +12.480450395777417 +11.483524230733073 +12.607512804070565 +12.586802760431718 +12.858463843423658 +13.159072045274927 +11.056839788978875 +7.671708849090408 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.94313138074288 +7.385374541150325 +13.083597528716597 +12.679592469952837 +12.726742060612889 +12.543331537744058 +11.628033720042732 +12.604258991403503 +12.618551068797796 +13.031620763866714 +13.168137287802406 +11.061538873482283 +7.710298897993029 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.665483975526893 +10.135937692327833 +12.7060951850785 +12.778962836758 +12.838450690992328 +12.660164418951437 +11.393399767533143 +12.391461123185337 +12.549550193910266 +12.790693372192615 +13.135147837886725 +11.027392754314748 +7.674662341159334 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +5.7281258424961985 +6.198427488347861 +2.6311079700738165 +3.037239963800162 +2.4977894417355726 +2.4911067694014 +2.4911067694014 +2.4944481060084707 +2.4955371226524767 +3.027139619203469 +2.9183040463262238 +6.049718157873909 +6.0509677544108955 +6.210193610493624 +6.051923189863366 +6.0539601678918435 +6.215290595466324 +5.974995353755211 +4.856993123644723 +4.858377231915482 +4.617372416158235 +4.855933369130019 +4.8623989083201735 +4.619284613749551 +6.215678559590042 +6.22449160553496 +2.8896003941722967 +2.856912464817754 +2.9851149097292846 +2.9777050780897576 +2.7380036286216205 +2.736819134201647 +2.9936619401701816 +3.042651180101664 +2.9283318712282536 +5.976030272915737 +6.234013297605697 +6.053698920616219 +5.982918250489704 +6.236627574210974 +6.0575600857592855 +5.983599796951313 +6.529057831619712 +6.3508232515014456 +6.277956592452407 +6.517686087345081 +6.282650722794285 +6.967497050852376 +9.870220114263835 +11.160832242620039 +13.635134624750275 +13.095902105567333 +12.882723308337784 +12.714300490384367 +11.600132160592583 +12.513342467605382 +12.602397318689874 +12.686903356269227 +13.060940221212448 +11.180634989894862 +8.078671672558073 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.2592978225137275 +6.26043388612192 +6.497754691108778 +6.265964988834054 +6.345364216318815 +6.784083374527291 +9.372201032794319 +10.95416028563159 +13.305164262879433 +12.840160533559493 +12.715017926469537 +12.599188407341224 +11.595840928825442 +12.584960481983284 +12.71028488422684 +12.854919574621608 +13.315384280449374 +11.260576421320268 +8.203401350157769 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +6.198776150452303 +6.0239116889992115 +6.495085633812733 +6.184075344143514 +6.266044936665757 +6.272754289625774 +6.711036538776993 +9.296630465172225 +10.934664041892864 +13.252704870026976 +12.77187051276287 +12.616663020915064 +12.586614155680468 +11.632014423277816 +12.58307711078525 +12.66270304260691 +12.956759208872189 +13.297057716428524 +11.235512318630335 +8.169914000225095 +7.1985662422093 +6.518139914226727 +6.518139914226727 +6.06271948816712 +6.206766853762818 +6.187140082677211 +6.26823831270029 +6.275636944765601 +6.279849710268817 +6.286308505466221 +6.978399914531844 +9.753760912637262 +11.147613840556719 +13.254686637136244 +12.850949628623372 +12.651798825540366 +12.632877720211207 +11.586438436460059 +12.55005778150504 +12.535103254912977 +12.666312320521058 +13.200571817479881 +11.246414785341146 +8.138240489689839 +7.1985662422093 +6.518139914226727 +6.674889261829696 +6.063122200474349 +6.201589419772936 +6.184690208570372 +6.265874359417652 +6.274553489858883 +6.2806013181751785 +6.287561422719208 +6.981579888372111 +9.714101875481937 +11.135351597194834 +13.450601068478862 +12.833940596231423 +12.635255650102927 +12.578549253208413 +11.603170333458529 +12.57567750699994 +12.71300965224522 +12.937132350250314 +13.281054393077085 +11.228505875705782 +8.097668823899415 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +6.198769157701224 +4.528498058206622 +4.846363327022025 +4.615821330861288 +4.6151660559411605 +4.856033839753675 +4.617308025426263 +5.974903353426104 +5.98290429728942 +3.0413024655481453 +2.809915163955996 +2.73352342665311 +2.987803081570803 +2.8039618238139403 +2.7384053890546856 +3.0062760222427585 +2.8793486615691646 +3.041368851059768 +5.998399414900708 +6.098922962227441 +6.303457676551056 +6.094649499960995 +6.269499899362763 +6.096795166600257 +6.269561811886719 +4.744530104527932 +4.91853090271006 +4.751427644480922 +4.917224282884542 +4.852361243375593 +4.951944839580412 +6.105411041722013 +6.297901540431275 +2.920281841493924 +3.0336482882883473 +2.88639628610485 +2.873948966332103 +2.8398140025128726 +2.836154575596308 +2.880856739200166 +2.911701408249499 +2.97448407474354 +6.091669424113688 +6.008517030297716 +6.101851868861879 +6.300511441441027 +6.177831699527131 +6.107817945754444 +6.285817605805751 +6.500317818288141 +6.416096879035232 +6.576219856205913 +6.52825125925721 +6.418778707918121 +7.03316616683363 +9.882807184261493 +11.187685386441292 +13.985348334061761 +13.693040575609432 +13.224543019076735 +12.983615706415208 +11.913860542414474 +12.75919474301961 +12.784081057403643 +12.80832203946169 +13.179294286988528 +11.49939208324319 +8.266410922159379 +7.1985662422093 +6.706857508973729 +6.759211324247123 +6.243001467585715 +5.976245125297503 +6.37490085868903 +6.28247184513134 +6.371508958805154 +6.286941267981242 +6.382481496877949 +7.00171088259616 +9.845416441512949 +11.165188910283941 +13.857263906439707 +13.110442178298234 +12.866046089191395 +12.69459401635004 +11.683463238133415 +12.587066616447954 +12.750339815787058 +13.003728745419007 +13.29689386274597 +11.219445319932237 +8.127074832840783 +7.1985662422093 +6.518139914226727 +6.518139914226727 +6.1407151614487505 +5.963399732618481 +6.494996933137419 +6.181589261912831 +6.495749248813802 +6.182625123972289 +6.262310818820305 +6.938160542720139 +9.03201246027296 +10.844362280541464 +13.208950999490167 +12.876132055545202 +12.603536420812018 +12.484514473112407 +11.464792034883576 +12.481097816342302 +12.629344053531643 +12.846119795795792 +13.186121846396272 +11.076796398091416 +7.845696108916926 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.802758837011584 +10.065671510623694 +13.153910260951518 +12.723871106402248 +12.5125649270976 +12.465301863865477 +11.462548675638955 +12.428547961187444 +12.563596913605494 +12.916320661506646 +13.13853167340462 +11.026792307307149 +7.66640023944593 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.923285214232608 +10.297938252513957 +12.956779326668922 +12.748124406948579 +12.547646595703482 +12.43180312346825 +11.43806556749075 +12.418165586923045 +12.421933394957975 +12.660188854438653 +13.146079367835023 +11.039914046081634 +7.626187768757412 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.3702943547840345 +4.605757982441204 +5.963755153420819 +6.199104616464787 +2.7943009897076814 +2.6592096893594586 +2.7035289917386645 +2.4977894417355726 +2.5223022585081925 +2.4944481060084707 +2.5223022585081925 +2.6635068784306926 +2.867857003644421 +5.965201202532351 +6.045800686316388 +6.046010056903064 +6.046358002028873 +5.967455760578709 +5.970746623817279 +5.971845351567056 +4.61810500459644 +4.8606095727465455 +4.6778893991725745 +4.742902130991993 +4.744724661225909 +4.7433515257397785 +6.104736040031674 +6.106139083174553 +2.8808013290187646 +2.82021087927079 +2.7801414684591217 +2.7707767881761414 +2.7316012339734503 +2.7337178422014325 +2.76939028986573 +2.868931029085521 +2.923551064963993 +6.055480424856776 +5.97390634919314 +6.221018586341699 +6.040354697425912 +5.976049785887446 +6.227809754083733 +6.043656111887819 +6.27046753507951 +6.513570260380366 +6.27287825419805 +6.267966819667049 +6.5172286031041144 +6.711004001249913 +9.249386988525785 +11.034496930567945 +13.833565840836906 +13.329943717601013 +12.726607202137474 +12.569445154801457 +11.690983417778053 +12.661218536799094 +12.72658014605568 +12.979835522590356 +13.192349989049495 +11.123019805990271 +7.932969874521948 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +9.139717428995608 +10.70738428785932 +13.145825045409296 +12.624660716174304 +12.532813011215408 +12.491425189749298 +11.47560910687235 +12.443768662981139 +12.71840169085069 +12.963502627214359 +13.178791272347505 +11.087718805944638 +7.747327885433054 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.9324812916966145 +9.168336314810913 +10.766056196530899 +12.945384217669503 +12.856773056352829 +12.600905960020606 +12.537778415899782 +11.528113230022006 +12.504234981611866 +12.486077229560411 +12.826518301840775 +13.172266069906458 +11.071720292443997 +7.750333245906263 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.0239116889992115 +6.461934744177148 +8.975381832696758 +10.490375512857996 +13.241985332561311 +12.61023589769774 +12.510310149934986 +12.493788360661597 +11.483406413154757 +12.448054788782699 +12.558607690653776 +12.843993496844352 +13.197922450681148 +11.099876390694375 +7.865398389379035 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +6.0239116889992115 +6.0239116889992115 +6.4961784707705865 +6.26410915004582 +6.349299636609431 +6.78826562323798 +9.362640884727627 +11.001051372714821 +13.276007201420004 +12.727817157407692 +12.573240796168637 +12.539819673502386 +11.552284778721795 +12.491454616437649 +12.511853256702798 +12.742311992549544 +13.240995190872658 +11.193076152678556 +8.073261392779933 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.7281258384578395 +4.606076031319761 +4.60715175750326 +4.849332211118194 +4.694270742865061 +4.696657765774917 +4.8568259174913635 +5.973906285400452 +5.97389254104823 +2.8669537658938875 +2.755263828986481 +2.8175195707218883 +2.804127133693357 +2.8060715325023207 +2.7789829476524037 +2.7524391233644323 +2.7855170615619507 +2.898900871155553 +6.048656034147698 +5.967855411894835 +6.206075344345455 +6.2098665224043454 +5.974848974840703 +6.0529013621712195 +6.214056506567754 +4.620161964765673 +4.699211405676881 +4.857009194110287 +4.617646075417928 +4.857132195899824 +4.862743745178885 +5.979417538195921 +5.974131772807719 +3.047978220891143 +2.7503976361106472 +2.7384658433860443 +2.9648254045029194 +2.9636768531343143 +2.734596943779747 +2.7634381601772633 +3.024561700287971 +2.917681747124665 +5.966129460732772 +6.206474403513436 +6.209902590857353 +6.050317910518576 +5.968016032433621 +6.205957716686781 +6.212141437539818 +6.185276023994875 +6.500347667358585 +6.346945583152543 +6.351507988523687 +6.514965190492639 +6.711181763347821 +9.224398293017474 +11.093348711234173 +13.886050449389924 +13.10498713905148 +12.832033232301063 +12.653681123480046 +11.63773536177315 +12.570444916485426 +12.635079321192968 +12.872296317019677 +13.239716915553927 +11.359470885266283 +8.297762989246525 +7.1985662422093 +6.518139914226727 +6.6747641600491665 +6.064018737796992 +6.214252914319954 +6.228595984768966 +6.277476519551481 +6.551035585306965 +6.399479027526961 +6.406077677739034 +6.728358699910878 +9.881495644791865 +11.184705060672298 +14.060567605907764 +13.106618522210116 +12.778064485292965 +12.719573535125223 +11.697593375205297 +12.624390419349066 +12.728315555170214 +12.810119613084975 +13.272968734298821 +11.363500081596765 +8.323667640283634 +7.1985662422093 +6.720268485198726 +6.67685578388409 +6.229809053044542 +6.070709014549129 +6.274492652065227 +6.380151022421919 +6.283469732058542 +6.379331887404645 +6.554371563170811 +6.798411516694319 +9.682919560258872 +11.172460098515048 +13.722016584671412 +12.894600076487077 +12.75993214297452 +12.642638894148067 +11.633592716143124 +12.573017532968613 +12.564621137252335 +12.799805821447835 +13.228503499087902 +11.303609757669816 +8.229083535660756 +7.1985662422093 +6.596549849450374 +6.676045019319883 +6.226943846347143 +6.024468069118934 +6.269985084821515 +6.27144035439085 +6.288013777986104 +6.543939837953957 +6.391968429169511 +6.83394329864612 +9.726217804084573 +11.15726405268865 +13.7199485099947 +13.156449710430904 +12.799501324648952 +12.705556325942815 +11.693482966536918 +12.612756346944023 +12.615604232630806 +12.757545111402782 +13.293066612044145 +11.404207172829691 +8.407888005194538 +7.1985662422093 +6.7209031542364395 +6.757745722079358 +6.269063692812373 +6.0245483093871055 +6.271105984571773 +6.2850616102463555 +6.536667442780748 +6.343944358374756 +6.28113363324828 +6.8077405091015475 +9.634638713139667 +11.162941891915214 +13.540807572585038 +12.798079514594429 +12.658230095024521 +12.590914388503755 +11.666398968608169 +12.570519730214093 +12.53468764674558 +12.817408477910588 +13.275362603844524 +11.237786266054949 +8.090442353528491 +7.1985662422093 +6.518139914226727 +6.518139914226727 +5.9054207199341295 +5.963699517228693 +4.605731637654522 +4.841984192847833 +4.61190646523267 +4.692372386887987 +4.694708456372514 +4.8592453288723965 +5.974128741484438 +5.974626520096201 +2.9057809939305117 +2.7615436250331564 +2.743597991131369 +2.7378594697205476 +2.7365742349907363 +2.972272100406405 +2.975486917368054 +2.7821219148891028 +2.98070002585117 +6.223021834816216 +5.978631397853389 +5.974229300348674 +6.223790816851766 +5.982598543179291 +6.220429408939874 +5.985637083255497 +4.866857946612345 +4.694350780514565 +4.62497007157829 +4.876691442456658 +4.700019848295118 +4.626020019628177 +6.236274317886755 +6.067009634835425 +2.8719607895962542 +3.0079540307206662 +2.743140980497167 +2.9743436466716164 +2.814169683722129 +2.817526247050867 +2.9782428440984927 +2.7779554406590647 +2.9065448317158813 +6.241147073430278 +6.062228143369359 +5.9856135863929945 +6.24955219205051 +6.114965303969606 +6.056231762812043 +6.239264279433081 diff --git a/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv new file mode 100644 index 0000000..109b9aa --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_6_pu.csv @@ -0,0 +1,8760 @@ +0.3095162633814786 +0.29836725958071475 +0.2937356784607761 +0.3090577523578157 +0.29830686180215515 +0.2936266361194686 +0.39561473200202374 +0.3845351975652464 +0.18317928565245897 +0.1919588484249942 +0.17529727043343743 +0.18937884054940468 +0.18888830558113873 +0.168968774871245 +0.19043574347668352 +0.18297041043364104 +0.18986216774080514 +0.39531418176906064 +0.38000197289657806 +0.3951073907531449 +0.3802634036899054 +0.3952531989631195 +0.3846907443706818 +0.38004446713473833 +0.4143781713050286 +0.40352279334469376 +0.3987964445336619 +0.41424377616057817 +0.39927278468809996 +0.44212304071685515 +0.6247075173341544 +0.7064348762265902 +0.8814099246351723 +0.8390974872884595 +0.8159719429597012 +0.8019013356081124 +0.7394554170075974 +0.7965230525783641 +0.8011176079101151 +0.8135634915492099 +0.8404331247673019 +0.7113655007264652 +0.5101093301550417 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4127655253262666 +0.3929368597152106 +0.4258517496195487 +0.5952781219170201 +0.6975191242883108 +0.84851567029842 +0.8164799647648383 +0.8036659411728182 +0.7985643168143949 +0.7352096606088542 +0.797052466193192 +0.8012302273466709 +0.8238106446914983 +0.8385350616842727 +0.7125980792198716 +0.5136810702613931 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788284350566167 +0.3976538045123234 +0.41286861417886783 +0.3984049343378514 +0.4061491036749267 +0.40666783552712665 +0.4346495349969432 +0.6085594809227362 +0.7074977894278424 +0.8485789518319574 +0.8147618535305069 +0.8053745784528101 +0.8008046985865913 +0.7363515093078868 +0.796549560030548 +0.8013811026189865 +0.8105573401752544 +0.8394886638958287 +0.7140328907777878 +0.5157138817450827 +0.4572904869018806 +0.41406625636003397 +0.42402003633936086 +0.3901438587244743 +0.3839814936915276 +0.40285942819696474 +0.40303810855445477 +0.39831909265365295 +0.41376662521096247 +0.4022974551297096 +0.42630605080409695 +0.6082253208570971 +0.7051067301773801 +0.8567091053366671 +0.8096491804321934 +0.8031383928477879 +0.7994367720271679 +0.7353901813750409 +0.7952752153427358 +0.7948293022561218 +0.8032108416830915 +0.8294860457415271 +0.7104677206201365 +0.5094409092199322 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.38511711255074205 +0.38393127233809443 +0.40280211203701405 +0.4031037908466775 +0.4031264051456617 +0.3982603012166006 +0.3992047297708031 +0.442930758885796 +0.60503759004925 +0.7073962558348406 +0.8507851784890823 +0.8116395185458455 +0.8018324152912863 +0.7972867001123308 +0.7332536932580386 +0.7942290607400718 +0.8000579103328275 +0.8054453284050079 +0.8401409452156168 +0.7077152818102838 +0.5060786564986341 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3075051309034994 +0.29260511809320405 +0.2926087394793687 +0.29280276800149996 +0.30809503678653566 +0.29337987505146707 +0.38457266885212793 +0.39464975925105 +0.18546252149945905 +0.1762935915311795 +0.17563930567547476 +0.17381089059547916 +0.1742423008418659 +0.17423867797775727 +0.17482196477427803 +0.19302294358802913 +0.1927760399964946 +0.3840905403656572 +0.3800614578445379 +0.3858944362163406 +0.39727178505924354 +0.3882975469144322 +0.38869223988530516 +0.3808261903585342 +0.3002573634192221 +0.3115130170206999 +0.3003290966318605 +0.31153254015384085 +0.30045013791086916 +0.31137938701729967 +0.3873872863630105 +0.398169381643852 +0.18936579846999663 +0.18079586159445016 +0.18295181750591122 +0.17930384715273598 +0.18236045334954973 +0.17792457924845426 +0.17660676241526574 +0.1878336889629237 +0.19303232740682874 +0.380842680510617 +0.3862568084470963 +0.39787336655181404 +0.3859842974297179 +0.39791409204690287 +0.38658123453484305 +0.3983721967036682 +0.40512867530374175 +0.4179317517448494 +0.4063000933718233 +0.4169026299840321 +0.40564551917923625 +0.44480926683941363 +0.6278071900208494 +0.7104148375092278 +0.8949301926125164 +0.8604629058093769 +0.837192081458485 +0.8220321078713301 +0.7609569785908539 +0.8087615855394547 +0.8069185040264635 +0.8110112402241155 +0.8494941237025463 +0.7333212659263845 +0.5329787933005438 +0.4572904869018806 +0.41904733851979165 +0.4241184508899553 +0.39025347788181136 +0.379671810873551 +0.3988354384273823 +0.3992800652416427 +0.41530436724584696 +0.40587163067093046 +0.4062761341856764 +0.42740311192360514 +0.6239549902873054 +0.7103036036595253 +0.8626525706305795 +0.8145777099132981 +0.8001898284451439 +0.7959829820683478 +0.7322556752955117 +0.7939567617691455 +0.7934040188460462 +0.7988146562025537 +0.8346680854565776 +0.7080020535782467 +0.507225619511582 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4125454779330891 +0.397636851137933 +0.4104958107027211 +0.573813984804699 +0.6734067728833896 +0.8473047466314434 +0.8260030914369241 +0.808152720747577 +0.7956954711400757 +0.7362176193459535 +0.7981489902683646 +0.7981524971998866 +0.7962069867628209 +0.8260128154022826 +0.6984451897374991 +0.49045144780373195 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.4128621425521308 +0.39307656859515033 +0.39828155126578446 +0.3990747482408308 +0.4435113316633194 +0.6080231894251067 +0.708423793782124 +0.866139183584589 +0.822875851752766 +0.8166224067312473 +0.8190630017316854 +0.7470716192422274 +0.804946962956325 +0.8036021404697523 +0.8115775649659179 +0.8236291663087922 +0.7161253948358596 +0.5186756142089957 +0.4572904869018806 +0.41406625636003397 +0.42406789656468463 +0.3901416744013408 +0.3790638280896228 +0.39796972598992364 +0.3981489785461401 +0.39838579459191026 +0.39860729643860593 +0.3989386958720882 +0.44274705329920105 +0.6066985442789086 +0.7036840150786184 +0.8602406405505406 +0.8146437264262968 +0.7989039761273034 +0.798006713575586 +0.7325547440970313 +0.7935055063255434 +0.7917852173400113 +0.7967113871619558 +0.8309272151752483 +0.7059208676630793 +0.5041811973146241 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.30750253640890796 +0.2925964902881675 +0.29257142121772 +0.3938681213935042 +0.373963683631566 +0.1984359657446888 +0.1744245066786872 +0.1594318785699807 +0.17340433877474495 +0.18853342782980653 +0.15867261779049507 +0.18832245929460378 +0.16236573612896693 +0.20017083045217904 +0.37905019522479405 +0.3942830922843398 +0.3741465953534562 +0.39432389293224557 +0.3843851324567125 +0.3845033264552522 +0.3947174656852832 +0.29826600436124884 +0.2984029137935782 +0.3086169872842563 +0.29834748512993403 +0.29857005062335346 +0.3088994160819746 +0.37969661463019944 +0.39472027528634746 +0.19735974452885865 +0.17128097423056354 +0.17373621662610939 +0.1733535810625802 +0.173516156333418 +0.17829996044436072 +0.17528462242103512 +0.1773476669748825 +0.18234342051189462 +0.3824520456035428 +0.38452216710610876 +0.379260888775652 +0.3796425134555145 +0.3950998533261312 +0.3835396499095992 +0.37948075918521684 +0.413678173368544 +0.40232637330775145 +0.398312336815185 +0.4139442105184783 +0.40271988029083394 +0.42646195372748824 +0.5955087542948898 +0.7037113729606183 +0.856426207184538 +0.820358964597041 +0.7997423004945292 +0.7968056794347657 +0.7318313669483748 +0.7913265653655656 +0.7889195228899861 +0.8141026637707287 +0.8287653456007135 +0.7036075768818045 +0.5014942512747226 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5619917686377608 +0.6431741117105062 +0.8291350492163323 +0.7952575005571428 +0.79149110633558 +0.7886648647921803 +0.7302364026807018 +0.7976858577916062 +0.7981851170556314 +0.8119006821968564 +0.8247487743433415 +0.6994727054636539 +0.48759618423572937 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5661193767488393 +0.6607912825263031 +0.8394748435474598 +0.798735961090962 +0.7943146275475991 +0.791574287328685 +0.7275829439073391 +0.7916748091737225 +0.8000857673316673 +0.8144061019242899 +0.8277457659386914 +0.7023813985802209 +0.48842853797824287 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5774399093997299 +0.6737829757155753 +0.8357201544499911 +0.8231504140062924 +0.7953784299454915 +0.7922822168822491 +0.728388430960527 +0.7910452642703603 +0.7908300276455296 +0.8001848028478311 +0.8307432694793444 +0.7047069705255875 +0.5037119748916301 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4404806847863302 +0.5871497577482576 +0.6852471864947133 +0.8292194114757538 +0.8028265204280636 +0.797172780183691 +0.7949507971397417 +0.7310033757478699 +0.7929611027592662 +0.7913813626037498 +0.807074340508275 +0.8117154779678899 +0.7055166911969637 +0.5018570647985124 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.2925822448013705 +0.29259964390507637 +0.30795193656819636 +0.29821964854640753 +0.2983794525382484 +0.3950283238475177 +0.3796919111597807 +0.177999332378505 +0.17447933303602461 +0.17603894153314734 +0.1737271078929907 +0.17322420791620724 +0.17366425743449274 +0.1738178641402131 +0.1809728960298785 +0.18900015499972947 +0.37936352223358 +0.3798429353306931 +0.38000438460291525 +0.3956204866558055 +0.3839945193486544 +0.37979728554640874 +0.3959085302519534 +0.2983598460886374 +0.2937202066664246 +0.30972626739821685 +0.2983269902943204 +0.2936839604438475 +0.3097953730237298 +0.38464314406458766 +0.38016512786266365 +0.1965513588809278 +0.17704765027062247 +0.19005382584129088 +0.1789616058289284 +0.17892334181263128 +0.18932632603097752 +0.17904078482030475 +0.17543348311968035 +0.19607095060589305 +0.3953748052182147 +0.38001356911751527 +0.39540509080887176 +0.3840315418299794 +0.3799146646810273 +0.3960350829225875 +0.3846347035151579 +0.39868607979607623 +0.4144785248630463 +0.40318694729640264 +0.39890645849049733 +0.41505791977136935 +0.43214908404965385 +0.6265885894880785 +0.7102337818023768 +0.8703859030552865 +0.8364397035440725 +0.8168298425181079 +0.8096610195359452 +0.7456222748816317 +0.8067508955851833 +0.8102862949986266 +0.8091999070458511 +0.8412010663231498 +0.7272170812918873 +0.5344066076093652 +0.4572904869018806 +0.4190515264321111 +0.4241167322430539 +0.3903345623991753 +0.37993925227499803 +0.3994289289310812 +0.4161800976319579 +0.4062050482867425 +0.40685133679154506 +0.39967377114088504 +0.43415105312099084 +0.6254264836018418 +0.7104835668039519 +0.8760900742001289 +0.8186773930585749 +0.8058026540761029 +0.8038556598768636 +0.7383195358755735 +0.7982486747106231 +0.7960553174308848 +0.8039736157086527 +0.8126431463052638 +0.7136994682626092 +0.5159793295718804 +0.4572904869018806 +0.41406625636003397 +0.424041395018149 +0.39012829779285846 +0.3790250793248635 +0.39799105977791777 +0.398234855006911 +0.39856824825439613 +0.3990077899502593 +0.3992986061288135 +0.44334519654279214 +0.615498143918901 +0.7070872899102568 +0.8516490495041842 +0.8238864294254238 +0.8060779065846978 +0.8002650925760981 +0.7355767605014224 +0.7956888654914281 +0.7966323244970387 +0.8033682517472509 +0.8218472303175488 +0.7104245504442168 +0.5110760325312645 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.39011880824514067 +0.37886466763469195 +0.4129379658934466 +0.3983118107086712 +0.39841353735693197 +0.398453892996818 +0.39943008676002945 +0.44369189470064235 +0.6181436273122711 +0.7065547761667949 +0.8548629081324711 +0.8181894201062131 +0.8036490586238085 +0.7994172914624699 +0.7426294418132969 +0.7996069725024743 +0.7981483169977809 +0.8044497980724018 +0.8349339881228708 +0.7124200017917758 +0.5144602029535604 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788360120512018 +0.3976187221278044 +0.41268364129442986 +0.3928787802811753 +0.3979473446287986 +0.41329547389715093 +0.4414845038799515 +0.5818453477512815 +0.6892779310401432 +0.8396521290831659 +0.8024127240431466 +0.7962807709511159 +0.7947329957234927 +0.7314004675174199 +0.7956026399128305 +0.7936095905866819 +0.7993150418082697 +0.8129623434242153 +0.7078161065216327 +0.5076267222180482 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.29259955342095 +0.29271140166629367 +0.3083482846344754 +0.290569060166433 +0.2934418854014964 +0.31028161094905815 +0.3867865863863975 +0.38380023545470543 +0.1781549044540414 +0.18465175285661203 +0.17466116819715585 +0.1891455987352177 +0.17729066962408319 +0.18188568075394052 +0.18218239343396794 +0.18360693057511301 +0.1876522037182432 +0.3801511987699848 +0.3857987690975279 +0.3970521832309086 +0.3885737977437065 +0.38904797980474054 +0.38110560601278 +0.38703184051979267 +0.3118454593785089 +0.3012338972224324 +0.3120273532517315 +0.30071272398278454 +0.3124371167730069 +0.3015591933786029 +0.39876524438562677 +0.38833128390181215 +0.1964430061129955 +0.1868168708363669 +0.17891240504063818 +0.1823813400708288 +0.1900646195427095 +0.183667555216295 +0.18267248425376117 +0.1808055671746613 +0.19846064778296763 +0.3982034645663684 +0.3853090741556623 +0.3972734522050499 +0.3870196383954928 +0.39861598144314603 +0.3885137655973155 +0.39848025518604363 +0.40617995574143745 +0.4172205939198522 +0.4056072812608417 +0.4176661355279725 +0.40674865293752077 +0.445367826111766 +0.6278073215904817 +0.7104622909825062 +0.8939451350669163 +0.8451668645675681 +0.8278225422710709 +0.8196830575164382 +0.7497871262104668 +0.8030427429638095 +0.8005977371778996 +0.8044637153643283 +0.8151097656337656 +0.7220549581131126 +0.5264756035410386 +0.4572904869018806 +0.41904719316694067 +0.42410009147874206 +0.39020640203898377 +0.3794651702849907 +0.3985740129318657 +0.3989098296361161 +0.4152927060806772 +0.40530912693060506 +0.4025791793543296 +0.4268964880886115 +0.6202598785393985 +0.7092821389554654 +0.8783521245766686 +0.822309322750749 +0.8056262078470857 +0.8032937158409854 +0.7428235808910455 +0.7990036987728477 +0.8005347129907306 +0.8010646707937505 +0.8196820486941201 +0.7221968689063651 +0.5281918432961119 +0.4572904869018806 +0.4240523640997086 +0.42411153834571325 +0.39018775601471495 +0.3791170710799462 +0.39785574262632134 +0.41272617557400876 +0.41270653857808176 +0.39766458065339433 +0.3976198655154256 +0.44042655275384723 +0.570732969890578 +0.6814142782101625 +0.8492315482119837 +0.8231089827771098 +0.7996494145827916 +0.7965045736971369 +0.7330816939726472 +0.7902912120440635 +0.7899767393045302 +0.8079928824671597 +0.832029044218951 +0.7049057722335009 +0.5015204684240894 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4404060284686788 +0.578089199340264 +0.6792945004724642 +0.8288446429679185 +0.7999990374230689 +0.7967854160210005 +0.7919591480500542 +0.7301655636613202 +0.7913624428064949 +0.7917904418198555 +0.7930050149831397 +0.8101125932967301 +0.7068167292710723 +0.5033549323948522 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.41263379841297754 +0.3928411343125175 +0.41334255849996415 +0.42633505857099463 +0.591124253061947 +0.6991563209033571 +0.8438305415302703 +0.8028477394322289 +0.7975161087591738 +0.7965521714212783 +0.7311968727055022 +0.7944421253173469 +0.7927174589014614 +0.7984297675065232 +0.8256845418997875 +0.7065596729207215 +0.5027080148177923 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.2925649504376239 +0.2925961712026147 +0.30810049070945245 +0.29341089930336006 +0.30103139429827436 +0.3013929373929575 +0.3879301619393029 +0.38799114098560095 +0.1852936765966662 +0.18009024128265266 +0.1733454682668641 +0.1882435972920941 +0.17862182043823113 +0.1889027732923073 +0.17366820846392927 +0.17377108401707492 +0.181895628912026 +0.38823273817414683 +0.3840177273689325 +0.3802305864595937 +0.3862808606660386 +0.3977421217362091 +0.3862635766115077 +0.3978854625374507 +0.3003285338041162 +0.31183398577658017 +0.3009533164653047 +0.3120808947539235 +0.30201590465114375 +0.3131803251290189 +0.3890152169721985 +0.39952441048160514 +0.1811977700126579 +0.17969676533422663 +0.18233361206555104 +0.18223522589123756 +0.17888074470175563 +0.18874776700664428 +0.17795819300487054 +0.1804999724510617 +0.17849972293828845 +0.38704347573195913 +0.399448633178624 +0.39341156361695256 +0.3887231360488595 +0.40146357696398244 +0.39580819565030506 +0.40206401908456857 +0.4161148008162549 +0.4083334654095085 +0.4207335044396235 +0.41536065721331533 +0.4219887468899577 +0.44634468638129976 +0.6278026080360833 +0.7107096087670555 +0.9157947977994633 +0.8803283671912546 +0.8629474650012146 +0.8547671744172338 +0.7854072680840702 +0.8369194161456792 +0.820724219977972 +0.8199859634850325 +0.8345444974976919 +0.7444796694217175 +0.5530995232324976 +0.46756829659954063 +0.43003261152770095 +0.43744685875998357 +0.3996179981004794 +0.3890769083638846 +0.40650630872115173 +0.39946167847600894 +0.4064613098828304 +0.4195259631625898 +0.41136909838589936 +0.4351343661120987 +0.6277958479350156 +0.516989177961346 +0.8809259520576751 +0.8534065357168573 +0.8402226330301784 +0.816027371255696 +0.7463347744824768 +0.7988556266715893 +0.7961304521659153 +0.7987737485735279 +0.8324786583140205 +0.7230126751092738 +0.5296460706433023 +0.4572904869018806 +0.42407379740471507 +0.42414357843758865 +0.3902649891396323 +0.3797223018171629 +0.3989229677428142 +0.4150346858857918 +0.40479277610678926 +0.4023934760150474 +0.3988556140893454 +0.4329621086980094 +0.6215182671376701 +0.516194891837646 +0.8354944097106829 +0.8050156848193554 +0.7986758185533368 +0.7963160132735798 +0.7338918680436728 +0.7943160497604194 +0.7941696082834747 +0.795238505788191 +0.8043758227762596 +0.5157478916922201 +0.5099205316404261 +0.4572904869018806 +0.41406625636003397 +0.4240201770286205 +0.38518204843485754 +0.3790037036808558 +0.39832704808090713 +0.3987925837641241 +0.39928871137752614 +0.4152106894922265 +0.4051531224533271 +0.43024319871987915 +0.6044369593891226 +0.5111545650280593 +0.8281711703819509 +0.8051205610693085 +0.7979625764194608 +0.7954881853661852 +0.73248011480886 +0.7916557179889452 +0.792903491942352 +0.7930757850326947 +0.8010486209728095 +0.5151545332036056 +0.5130236755988992 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.37889860708522 +0.3976608766870964 +0.41314650452476104 +0.39854565002059833 +0.4061753154966447 +0.4064400336379918 +0.4346288609093107 +0.6027428881920925 +0.5069888391100366 +0.8134459064314128 +0.7970650235466964 +0.7947964961578154 +0.7940610616579744 +0.7283289489094321 +0.7915153912367808 +0.7907504969976089 +0.800141056494174 +0.8122509503949886 +0.5073409473086773 +0.5053201072522673 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788621358197273 +0.29779925251994505 +0.29812418833208726 +0.2933135197483596 +0.30873824462318655 +0.2974394408778059 +0.2936819400845189 +0.3972052351553232 +0.193546740974754 +0.18037448866241418 +0.18932056605410527 +0.17333809613478804 +0.1881195134800355 +0.16829578976612186 +0.17324217695577807 +0.1789860227461405 +0.17346303090749543 +0.1755836460383709 +0.18433245973202045 +0.37956028118359947 +0.37971759536539795 +0.3799656927079748 +0.39557331168500776 +0.3839699364968679 +0.3797219457501083 +0.30927813712360147 +0.2980353131196207 +0.2936545613402405 +0.3096480688165626 +0.2979094777545836 +0.29360956562556517 +0.3955943790419881 +0.1904093045621122 +0.17677163094191298 +0.1901611983332536 +0.17399210429371698 +0.18934986955538524 +0.17389940640116333 +0.1739674966658498 +0.19018902427915332 +0.1790763983007488 +0.17815684070015156 +0.20498684919321433 +0.38631840968775955 +0.3981005354534152 +0.38754660510212824 +0.39837422438933445 +0.38748037270507996 +0.3987696048360866 +0.4063216125786865 +0.4174327122386967 +0.4072806094378124 +0.41904745928322473 +0.41364467751400363 +0.4482706421185265 +0.6278171747383655 +0.5167834038564976 +0.9016678592874321 +0.8639724998268534 +0.839697569574804 +0.8259490375024174 +0.758753325401792 +0.8136223924076588 +0.8058124191345849 +0.8041019539998094 +0.8308589028025525 +0.5380534263906439 +0.53174272774182 +0.4572904869018806 +0.4240416982022653 +0.42410754009282664 +0.3902794344604826 +0.37961997714302376 +0.3987673244787351 +0.3991900101079589 +0.4155718470130834 +0.40594020188883784 +0.402955119448175 +0.42703170980967387 +0.621835176799872 +0.5161458248982488 +0.8484271725959942 +0.8059648344670403 +0.7970128785516453 +0.7958278571817284 +0.7313045009851141 +0.7918129465383821 +0.7899025768787548 +0.7890176119976502 +0.7957028092584274 +0.5051916467921806 +0.5014649540716282 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5657749175406929 +0.46638297662463246 +0.8193907059206633 +0.7959483240780153 +0.7939543102278341 +0.7944300719570779 +0.7287069823014488 +0.7900432661993698 +0.7909336985415215 +0.7916680142097928 +0.7989073802441482 +0.5072356416573133 +0.502321752397424 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3976314561057133 +0.3976913995824725 +0.44082894965468256 +0.5933470111000556 +0.4995200386776721 +0.8188557172164042 +0.797732056117768 +0.7949247858903524 +0.7941989421022079 +0.729151438750295 +0.7913650174451526 +0.7925495664162713 +0.7941026845973702 +0.8116576528651184 +0.5139796001958467 +0.5072900360875987 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4125506793076097 +0.39763599457021775 +0.42544273091306495 +0.5797424890041195 +0.4876103641494404 +0.8093892564251838 +0.7971843323319768 +0.8008572372364671 +0.7901515239189233 +0.7274613006479757 +0.7888348197161127 +0.7886091946289778 +0.7949186463826007 +0.7963148920483876 +0.5059330415926581 +0.49774585704667534 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3075176484249159 +0.2926779733396597 +0.37889311231478257 +0.2004158070663163 +0.1766808776074225 +0.17391430040954847 +0.18835389525301757 +0.16918556382471442 +0.16813380143291576 +0.15817892000636685 +0.15817892000636685 +0.17340609452691072 +0.17537094015220026 +0.18484719812842926 +0.37918163868514543 +0.37909511654641403 +0.37942521047452565 +0.379462233078579 +0.39475186277096125 +0.37688214027218664 +0.2930978763100436 +0.3089602549151358 +0.29764322302106705 +0.29351397742858953 +0.309621601203942 +0.29808800565403243 +0.3798392830932299 +0.20018973196683199 +0.1758967383191505 +0.1785865069385926 +0.17344393008256254 +0.18841656989558722 +0.1737939826224266 +0.17364922681772116 +0.1883369331759207 +0.17666574918570987 +0.18180488757317328 +0.20062335793252578 +0.39463879319806616 +0.3844831036307039 +0.3845309558135275 +0.3947685714198422 +0.3845580409306812 +0.3845028854543173 +0.4132704715145291 +0.40330666068498805 +0.40361707728063884 +0.4142506314049558 +0.39876588182894435 +0.4417566610138578 +0.6169927614658978 +0.5097014401140741 +0.8461730391677913 +0.8137712272729496 +0.7999798986211003 +0.7963675845476449 +0.7335796904162099 +0.7911810260878024 +0.7910465579348875 +0.7908115157679284 +0.7983248821384337 +0.5163958597024141 +0.5152749541217986 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.37893651673542855 +0.4031615074050463 +0.3985136856981992 +0.4143226349271158 +0.4052027103099995 +0.4025276549771391 +0.42737580968039496 +0.6277031670217321 +0.5098855927548888 +0.8553509325403185 +0.8173648885090367 +0.804341976336876 +0.8009862435440709 +0.7396289690199502 +0.7989643998185761 +0.8005170591341608 +0.8078982059426747 +0.8100798964332048 +0.5233061995451298 +0.5319699975694423 +0.4572904869018806 +0.4190414849344584 +0.42408948242441474 +0.39552548804201054 +0.3870949094038949 +0.4018078936167979 +0.40180060667318046 +0.39847517400459415 +0.39933623923392625 +0.39940255005267533 +0.4433476213746054 +0.6166334191850256 +0.5115687007662479 +0.8355376328117049 +0.7978700859374687 +0.7947676792084111 +0.792507979630282 +0.7288513434666042 +0.7875950626219881 +0.7866284842078153 +0.7862257980658993 +0.7941094487673855 +0.498274025066893 +0.4866912851070664 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5670735577959944 +0.46838913306351126 +0.83149140117331 +0.7997938053592439 +0.793837825869512 +0.7898993523070211 +0.7277136681436945 +0.7890534367940536 +0.7895340909369176 +0.7901971467384922 +0.8151664686979252 +0.5108482908567573 +0.5009855806403359 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3976290718178203 +0.39771034865110855 +0.41306912515894223 +0.398408014923633 +0.43127794757097315 +0.5895550397213898 +0.49398862074506067 +0.8190970000275085 +0.7976827645038667 +0.7979616806590752 +0.79664768859312 +0.7321438317834806 +0.7943542805199684 +0.7916595317286734 +0.7922036317226459 +0.7983949566347383 +0.5075114174816744 +0.5080396658793674 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788240899592437 +0.29261774628246107 +0.30791354761213385 +0.29333668032056803 +0.3010426385586944 +0.29730161766036134 +0.2968964368313828 +0.3800647471806934 +0.19997493924647441 +0.17810286003422032 +0.1812582068527205 +0.17842176570654492 +0.17349323744989925 +0.17878540205741272 +0.1787499636692727 +0.17382778411243416 +0.1742138752228257 +0.18090490490404068 +0.18235486534576417 +0.39687300873804826 +0.3872124934493794 +0.38438087046206876 +0.38035266831130976 +0.38680334605838745 +0.39803204292152117 +0.29980919916524235 +0.31147365481501366 +0.29992934262351256 +0.3111363966427798 +0.3002442936132768 +0.31182892269429724 +0.38683300539902865 +0.1965197309189638 +0.1817639584807578 +0.1786041925301788 +0.18913737614479487 +0.1893535448383653 +0.1738163737207816 +0.18879656101770892 +0.18929539619931998 +0.178949961301766 +0.1812640327632603 +0.19958964185125377 +0.3844972858105929 +0.38012727297622784 +0.39671081947018516 +0.38498489010328485 +0.38019670872729056 +0.3962196413200514 +0.40326786017488586 +0.39874267621595333 +0.41416108471761465 +0.40332437640123325 +0.39890713951752366 +0.44224293375823864 +0.6278215748992447 +0.5084216242733646 +0.8500128154215516 +0.8292593297230882 +0.8120782675468915 +0.8019956411357319 +0.7402187560186838 +0.7960617936726785 +0.7942560721817603 +0.7943719025227362 +0.8015314227957326 +0.5110723042775862 +0.514267376970517 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.41255588709417385 +0.3927876804132226 +0.4129534523554872 +0.3956669307245559 +0.39845261647787655 +0.4428087922798444 +0.6103242372521326 +0.5014791101128175 +0.8135234436371731 +0.7988740069300013 +0.7945873601925362 +0.7957696950372554 +0.7338145826931546 +0.7937978220338717 +0.7907960389407953 +0.7895881513122189 +0.7973650438300672 +0.49156077088466116 +0.4954214530582913 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.397608521918474 +0.3976316304869653 +0.3977743678087508 +0.3979574027671779 +0.39817524066688714 +0.42622749787392383 +0.6048192748044011 +0.4896652002414789 +0.8075711658878191 +0.7963785173520849 +0.7944791709346556 +0.7973502561204869 +0.7341282722292538 +0.7946475728634342 +0.7920005554611649 +0.7904154469862011 +0.795299612736718 +0.49248614098092397 +0.49990768859676826 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3976126354587089 +0.3976458836007304 +0.3976873911328373 +0.41275395639365653 +0.4206326291426394 +0.5887245765273983 +0.46843339670176654 +0.8026337744989358 +0.7919021274935546 +0.7902159694501506 +0.7902854806176905 +0.7271206966379304 +0.7877476934350461 +0.7878898171255874 +0.7875741911076736 +0.7934893220175596 +0.48823444454456866 +0.4909103639016053 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3976217343466223 +0.4254826467324784 +0.5762995261853772 +0.4678340493829281 +0.7974182498560574 +0.7935977901927026 +0.7926924666653813 +0.7931082073448312 +0.7292686335942711 +0.7903587913780126 +0.7916426912016583 +0.7915446673271709 +0.7978159741823923 +0.499213526817517 +0.5051769596216901 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788409459975048 +0.2926028887097784 +0.2928096860249475 +0.3080950463595774 +0.29047104135154383 +0.29328411951895517 +0.2941497403389445 +0.38069901576177434 +0.2001992479580234 +0.1758519809721805 +0.17713786364995043 +0.17876192246664632 +0.178228884568613 +0.17835269084079444 +0.17830577360210717 +0.17839367556838684 +0.17867754939257524 +0.18030893153692681 +0.18962719383467888 +0.3795159748983685 +0.39602404062201063 +0.384327084295558 +0.37993202662078623 +0.3966697128398398 +0.38701238858045783 +0.30197918406505625 +0.2944559196660276 +0.29986517016065634 +0.3114051183214046 +0.30246148628469244 +0.3030078891937185 +0.3812795265501066 +0.18508707170009256 +0.18012381623284116 +0.18090283417586694 +0.1774088669721754 +0.1815907814346395 +0.17361744789548236 +0.1735596474643488 +0.17361317612968702 +0.17395731649580126 +0.18317349475528108 +0.18252310430438112 +0.38778283812114245 +0.3871502425171191 +0.3802685272029674 +0.38581323755292146 +0.39711174800671306 +0.3853951621031384 +0.41599031037582057 +0.40400532855789173 +0.39952789810099754 +0.4054389797352118 +0.4183102754542641 +0.43379224695120483 +0.6140417937983549 +0.5031024052867467 +0.8403730018470943 +0.8198873864931014 +0.8110255579575952 +0.8059400369322474 +0.7423113655862211 +0.7965631192401945 +0.7961503369369614 +0.80109570811053 +0.8054268239332655 +0.5031513931962882 +0.5184541537608237 +0.4572904869018806 +0.41406625636003397 +0.4240632664462485 +0.39016188887765757 +0.379189463279995 +0.3982505989625348 +0.3985735232422166 +0.41428901372780264 +0.40472312162746876 +0.4023616755400308 +0.42658164370845947 +0.6127649026536258 +0.4960642438993272 +0.8150881830014852 +0.8004436457635257 +0.7961657612803704 +0.7956006962119687 +0.7320198964787135 +0.7939612312482148 +0.7919263108955155 +0.7965559828401223 +0.799004546000253 +0.4924135458209674 +0.502734530529401 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.3851124787342161 +0.3788646632278415 +0.3977658537623682 +0.4128950144526982 +0.3981140520026486 +0.4057883793998283 +0.4059506341689808 +0.4339574499611478 +0.598189900852648 +0.4825069387201774 +0.8039530216806129 +0.7932662448391657 +0.790909667974672 +0.7922534446444772 +0.7273201842386969 +0.7879450711974482 +0.7852872964342525 +0.7859709030700489 +0.7928981451651554 +0.48485846341718075 +0.48814580695394283 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5587191289314023 +0.4493667483272683 +0.7966498506680867 +0.7955193217395908 +0.7878752287387695 +0.7862645931458844 +0.7255553254115276 +0.7879535989976579 +0.7870097385225203 +0.7876942557717417 +0.7914879264618245 +0.5000383190459674 +0.4829950956296787 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5588331273537792 +0.4401045891000481 +0.8071445904409933 +0.7952218481554797 +0.7871578196523957 +0.7859736905038974 +0.7228522629598616 +0.7847769027295823 +0.7855299592454583 +0.7862125132039244 +0.7934152867954513 +0.4996184992374374 +0.4806671767843562 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16843332538969946 +0.1610741163155561 +0.15895405688888817 +0.15796666087134756 +0.15796666087134756 +0.15796666087134756 +0.15817892000636685 +0.15852953873065007 +0.15874179780976916 +0.1610049371416256 +0.16795550404876602 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3937313571492481 +0.16666388463141452 +0.15874179775386885 +0.15817891995046657 +0.15796666087134756 +0.15846035865547572 +0.15789748130135775 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.15846035916066029 +0.16241904320430162 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5566153798734327 +0.6470204975712888 +0.8203212150964856 +0.7934135904585689 +0.7893756307690638 +0.7859015883887176 +0.7224170502065625 +0.7843893665263156 +0.7836056207824821 +0.7834647944405095 +0.7841714152149453 +0.473840314845416 +0.27222983486842955 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5326066130098518 +0.6229584184565438 +0.7946989507797366 +0.7854991170148502 +0.7876802546119464 +0.7921345593929634 +0.7348910030722475 +0.8008509842334454 +0.800809464608497 +0.7946111270853535 +0.7932730826727584 +0.4825158826020132 +0.24950634136799707 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5182785585908464 +0.6128337654858543 +0.8014259448486926 +0.7888219170338029 +0.7923148588916132 +0.7927947610348571 +0.7324914312706391 +0.8015280447989799 +0.8081291463194128 +0.8016004970497171 +0.7974375348582907 +0.4818229564559346 +0.24963171574481813 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5137422322328989 +0.6117991524355988 +0.8010955983413288 +0.7836320809402257 +0.7824373479502376 +0.7854631980372476 +0.7198287758444436 +0.7816130382245357 +0.7873653057474838 +0.7897809246653388 +0.7841618166592743 +0.46849017094649426 +0.25447379869704195 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5219084012243599 +0.4212385187453977 +0.818149481037345 +0.7946671644959671 +0.7862309568803552 +0.7822010712161412 +0.7204843771174744 +0.7829154521952595 +0.7827613241145782 +0.7862853426264171 +0.7851755592942701 +0.4704953468759756 +0.266278924732394 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.1610741163155561 +0.15874179775386885 +0.15846035865547572 +0.15796666087134756 +0.15796666087134756 +0.15796666087134756 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.15846035916066029 +0.16234986318502753 +0.3688577367869332 +0.3738479098099786 +0.3788540517766822 +0.37890809554670984 +0.3789765932632548 +0.3076650310352197 +0.28774433869230653 +0.3077148781565691 +0.2927894032190568 +0.29273053923465703 +0.2930203434034036 +0.3942393567767623 +0.20073971128212745 +0.17259962141433247 +0.19256256503793515 +0.18904885112659392 +0.17401723181935003 +0.15846035865547572 +0.1883294995637048 +0.15846035871137598 +0.1883786731767411 +0.15852953873065007 +0.17606182740988904 +0.1931179931948015 +0.3945904492704503 +0.37946426124966653 +0.3949197811212102 +0.3952204272757084 +0.37980248677738365 +0.3983684309131449 +0.41437656000771506 +0.3989523113957059 +0.41403274418045244 +0.4030571356802436 +0.4265971641945902 +0.5941667029981943 +0.5121468875535391 +0.847604980580743 +0.8152652248762722 +0.799578476172784 +0.795349131112931 +0.7315828391611225 +0.790849312100593 +0.7900555199118756 +0.7889206155048007 +0.7892684312352067 +0.47798023525986133 +0.2850850918559315 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4125886852551762 +0.39774082442601205 +0.42555036088478626 +0.5885958699525761 +0.49512151308169494 +0.8183335698255513 +0.800111856642641 +0.7932587974874892 +0.7886937472784589 +0.729017631023877 +0.7900412171243976 +0.7892641116105997 +0.7866716911996681 +0.7865329636882524 +0.4777190864626802 +0.2756613736470102 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5525346902405966 +0.4348248096711049 +0.7964965623481118 +0.7860859488857105 +0.784378720506177 +0.7834102992818915 +0.7216226999421141 +0.7850876739627116 +0.7845635370730597 +0.7836649295848159 +0.7836133673159169 +0.4735089707897209 +0.2702964944022661 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5509703815475898 +0.4348447609106823 +0.8127239356870698 +0.7927591882131679 +0.7897000297495939 +0.7885820363385654 +0.7252709577034443 +0.7872295743733967 +0.7883216235041763 +0.7868217758585632 +0.7873921222308643 +0.47451341412041076 +0.2756385798865132 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3976078531284415 +0.3826703008113107 +0.42549410523901876 +0.578290708667795 +0.47963577354058606 +0.8083884059582999 +0.797100514859978 +0.7942456015298788 +0.7896723301369605 +0.7259322599584002 +0.7870209314233235 +0.787984352741025 +0.7869361609220551 +0.78764381314157 +0.47477459033981356 +0.273436543291626 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.2925778868117746 +0.307665677154241 +0.2877874139259386 +0.3080352812809949 +0.3794801360149011 +0.18901395470985682 +0.1752923443466431 +0.17651616477479545 +0.17319580303351642 +0.17394913850496838 +0.17835842073770822 +0.1731421278063823 +0.17633072793230903 +0.17337215856598728 +0.17479371493188112 +0.17488178364691936 +0.1828383555068829 +0.37901155638710493 +0.3821352825191031 +0.3841469639172339 +0.38415925263035605 +0.3841849054951062 +0.29802749030261183 +0.29287512829449763 +0.2931235931449467 +0.2931606616730364 +0.2932379364482077 +0.29340226522281215 +0.39496225737501084 +0.180967732917526 +0.18026350117996276 +0.1888249971637208 +0.1734927088169661 +0.17601460595792873 +0.17491832095787196 +0.1761630408993301 +0.17320064548861686 +0.17323975332666594 +0.1734578864350302 +0.17495851433702356 +0.18219840627694878 +0.3812938426934194 +0.3871381826349122 +0.38717306045450156 +0.3875178170557881 +0.3875957415919768 +0.40620452761170506 +0.40625512404660385 +0.40632231561606635 +0.4063705014038227 +0.40639856654884643 +0.43430418991442615 +0.6024698436163762 +0.49356197060462853 +0.8259093332159404 +0.8085594775407693 +0.8009093316014936 +0.7933776291239655 +0.7312795378153958 +0.7913109267197238 +0.7927099953878523 +0.7912085657352174 +0.7890980083240983 +0.47920077962025387 +0.2852972946527355 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.39763643479180777 +0.41266861792191967 +0.3928038518595908 +0.42563967873770253 +0.5860476563929665 +0.48404998724100723 +0.8046456598064444 +0.7919055096621251 +0.7894596865263434 +0.7859484603316165 +0.7234152666662272 +0.7852013036707066 +0.784402835731059 +0.784170327606997 +0.7843890514398695 +0.4742362630630466 +0.2702580724797799 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.567270067400124 +0.45277145270454405 +0.8001937744865706 +0.7895120634836296 +0.7864488593671123 +0.7836453065339435 +0.7209706488092805 +0.7835848860235265 +0.7833255865276587 +0.7830542420960028 +0.785039509938276 +0.47077233935770396 +0.27233322437339325 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5509449566436313 +0.4347809908291469 +0.8185053213031127 +0.7993691216255576 +0.7894347062024846 +0.7875818052124693 +0.7242078022629977 +0.7852765345087795 +0.7857102369820559 +0.7837298075010232 +0.7854346770450462 +0.47577849766109387 +0.27235515656786086 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5469860597757222 +0.436608738871337 +0.8164863749039571 +0.7866896078069724 +0.78532125069014 +0.7862950961871693 +0.7213942999683174 +0.7826022946297039 +0.7830564150671266 +0.7829352793676957 +0.782948999797057 +0.46980208729917006 +0.26695288092431246 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.165372265214063 +0.15975197767676788 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15796666087134756 +0.15874179780976916 +0.15817892000636685 +0.15846035916066029 +0.15846035916066029 +0.16284356136253972 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.1601025968503354 +0.1603148559853547 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15817892000636685 +0.15839117914138617 +0.1598903381672757 +0.161872041503935 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3976056169717259 +0.3976236416575364 +0.3976433562529076 +0.4255527624916063 +0.5767276529858738 +0.4603646556900325 +0.8035362929054156 +0.7914870408214428 +0.7881603791809885 +0.7837820198305471 +0.7218182802369688 +0.7820574590484042 +0.782594096120499 +0.7825047398099827 +0.7825372588550512 +0.46898336954454817 +0.2707044790048898 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5444365866312003 +0.433351300626644 +0.7899367685928489 +0.7877897247232227 +0.7866419386181837 +0.7845573715605341 +0.7236811748118006 +0.7866665701268856 +0.788333492241657 +0.787540233922544 +0.787466813304597 +0.4792856066156204 +0.2779594114026056 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.567165474404909 +0.45223072034120615 +0.800045330885712 +0.7897301504783297 +0.785704486723901 +0.7846479071943839 +0.7245387435628402 +0.7869869156171297 +0.7854010722943139 +0.7838359728993424 +0.7851278944994838 +0.47365603760233016 +0.26705997542042226 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5563472078069865 +0.43217618495496973 +0.7953746147923341 +0.7864251306365353 +0.7840961394204989 +0.7848098724951144 +0.7240361279344679 +0.7871221464871706 +0.7852249008653102 +0.7847655852911745 +0.7858384810799559 +0.4679732507323774 +0.2550920622679677 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5355150750783608 +0.41385799449134053 +0.7851547583694836 +0.7837825057172313 +0.784040712135912 +0.7850353080983671 +0.7242592038012402 +0.7891740923573188 +0.7887512082506564 +0.7872887116697949 +0.7861695100259057 +0.4735369351779865 +0.2726367525298253 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1631091227231103 +0.16022979935786044 +0.15817891995046657 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15796666087134756 +0.15810974043637702 +0.15810974043637702 +0.15982115814800157 +0.15846035916066029 +0.1646821847940105 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1631091227231103 +0.15975197767676788 +0.15839117902958566 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15789748130135775 +0.15817892000636685 +0.15810974043637702 +0.15810974043637702 +0.15846035916066029 +0.16058042208658352 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5444780056923695 +0.4408631879264934 +0.7948974900797802 +0.7856622033417416 +0.7846573770358177 +0.7850697874104602 +0.7226161763690014 +0.784828597845871 +0.785517450285734 +0.7861644806589292 +0.7867741137749797 +0.47732944093102136 +0.27880815215546206 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5586191828307064 +0.44063226457516924 +0.7947945725244471 +0.7883372549677184 +0.7868010314343727 +0.7847114971608962 +0.7217816600260804 +0.7839888395866165 +0.7836014043350904 +0.783183801425605 +0.7886381158542454 +0.47937896956524245 +0.2618750911664062 +0.2576805686167288 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5461054257088662 +0.43463549306342425 +0.8141703544077931 +0.7887090655189964 +0.7842639661516425 +0.7845881926101866 +0.7221766916348511 +0.7835560989308608 +0.7845798960298925 +0.7846369489015625 +0.7851216956441139 +0.47536001047160875 +0.26772842069744907 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5574973217087053 +0.4320763334278022 +0.7957988209256993 +0.7877831297266887 +0.7860010553143364 +0.7839107523880486 +0.7224072541553097 +0.7828410921511234 +0.7836489710516872 +0.7837089294458797 +0.7838384031763258 +0.46946472509634074 +0.26081123129765516 +0.2576805686167288 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5539379704492257 +0.4348751466196945 +0.8193862502125735 +0.7943744890514224 +0.787823817169958 +0.7887579061811372 +0.7231503778933202 +0.7871529842356676 +0.7848772178915162 +0.7856989400377169 +0.7859328200699326 +0.47387139689260815 +0.2671726280644268 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16795550370860696 +0.15846035859957547 +0.15975197767676788 +0.15817891995046657 +0.15789748130135775 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15881097782904324 +0.16031485638141404 +0.16291274093252955 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3937454996100583 +0.3788393734553829 +0.27762389983791785 +0.29273075851458297 +0.30810850469745965 +0.29317785558294707 +0.29328353471288676 +0.2937663288011852 +0.39560636009304306 +0.1823462973293198 +0.1753124691556469 +0.1893383932234988 +0.17330809086425694 +0.17294586007782586 +0.18786003809121687 +0.1681419209406046 +0.16536266110575734 +0.15810974043637702 +0.15832199957139637 +0.15839117959067042 +0.1677710905319862 +0.17755948290461307 +0.3822516489303388 +0.38432174581508916 +0.379186556753069 +0.37950951910878894 +0.39823481843010433 +0.39831162764045636 +0.4137336862176852 +0.3985100116719727 +0.3980842535956004 +0.42646422931981287 +0.5997703475586398 +0.4836064343393354 +0.8117794189555071 +0.7999421339835356 +0.7920246392868374 +0.7902576461327916 +0.7273350333047969 +0.7865833891339918 +0.7846531357173667 +0.7841737716689399 +0.784385208492671 +0.47128878412407177 +0.2715313739254261 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.560009431086017 +0.441513467182764 +0.7976984831160385 +0.7871775214545624 +0.7857261048780368 +0.78606642104166 +0.7211496527420503 +0.7841981207480493 +0.7828183084532904 +0.7824198904001192 +0.7891772248352373 +0.4748021389915287 +0.25860980883827683 +0.25322316353649926 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.551894876281325 +0.42212407769623383 +0.7925571077029424 +0.7853063559807536 +0.7831235309870145 +0.7833559143134147 +0.7232905649013631 +0.7860774590362466 +0.7879612242034094 +0.791343860793888 +0.8044587942072298 +0.4948189451178432 +0.2507280646510339 +0.25283848566450506 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5273554085169389 +0.4078122714111969 +0.7841452366851973 +0.7826133416732098 +0.7816560235516085 +0.7842530385850406 +0.7209632548252132 +0.7816130382245357 +0.7827379706612095 +0.7843579318596331 +0.8042433327146323 +0.4684140584560706 +0.24479818600210626 +0.2553397628424662 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.34432526305834443 +0.41059371624627566 +0.7853688378117227 +0.783028613954758 +0.7828352853270807 +0.784494847462002 +0.7230919715827954 +0.7880032786481574 +0.7853680468460786 +0.7879523715326399 +0.7976479097774912 +0.47512318903285483 +0.2602323062842357 +0.25408912144151913 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16187203760862037 +0.16022979935786044 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15839117908548592 +0.15817892000636685 +0.15810974043637702 +0.15817892000636685 +0.15817892000636685 +0.15846035916066029 +0.15852953917993437 +0.16289686798859013 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16058041847552765 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15846035916066029 +0.1597519785780118 +0.16891115051414704 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3620588547944445 +0.426633891326025 +0.7957177277484296 +0.786414540813248 +0.7846829167161697 +0.7867547954913211 +0.7274627412374217 +0.7896916254539316 +0.7882002565847193 +0.7842945490365278 +0.7970219095852314 +0.4887073595706882 +0.25866989641917343 +0.25283848566450506 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.34047293226473635 +0.4205049268708762 +0.7965022086924801 +0.7882519566859464 +0.7867697057242719 +0.7827835935354827 +0.7224245328117835 +0.781999824294143 +0.7823638321072867 +0.7897105505480068 +0.7836535869653924 +0.4735313496160772 +0.26185126999859615 +0.2503723048969499 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.35096199859181604 +0.41657166961495506 +0.7863699675685595 +0.7833689203909875 +0.782854536922304 +0.781876842546578 +0.7216768385380887 +0.7858133495220999 +0.786885372728411 +0.789120166260237 +0.7821686887884244 +0.4679328308469617 +0.26043657066146036 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3437350699508498 +0.416631568636393 +0.7838318360789419 +0.7831374217680539 +0.7827484015587651 +0.7836407862670499 +0.719181730539695 +0.7814009643011952 +0.7821686887884244 +0.7824551893399678 +0.7833017299364093 +0.47319894606972784 +0.2761324306573032 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3392588847152734 +0.41178028404794215 +0.785825009915706 +0.7866664970789078 +0.7848433879674416 +0.7847263053300157 +0.7211456111581974 +0.7835068528067113 +0.7833323310414134 +0.784619742657334 +0.7846970592105028 +0.47437169932623874 +0.2694335569992213 +0.2595400887340329 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16666388463141452 +0.1601025968503354 +0.15874179775386885 +0.15839117908548592 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.16010259724639472 +0.16666388463141452 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16666388463141452 +0.15839117902958566 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.15975197902729604 +0.16516000681526208 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.36053314038747564 +0.42649703222628477 +0.7918819582477282 +0.7831764363244221 +0.7829503823285963 +0.7827829305219913 +0.7191087115237302 +0.7813523146055424 +0.7821686887884244 +0.7821686887884244 +0.7846864954030939 +0.47058856224645773 +0.24553877515423803 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.34162869856169675 +0.4141527522150584 +0.7846194287875903 +0.783581303139555 +0.7821329886626587 +0.7832505649080616 +0.7209600451727796 +0.7826457714049454 +0.783738716205602 +0.7848316740959274 +0.784831667015813 +0.46897532302616296 +0.26559730325321584 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33998406005625975 +0.40895831948470773 +0.7852731648894209 +0.7859655933052988 +0.7841652665311392 +0.781460160078649 +0.7190182595644405 +0.7829227011525665 +0.7845447838666711 +0.7834695509037203 +0.7830058765078215 +0.4690292754121177 +0.24553877515423803 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3379692201818065 +0.4033082315542161 +0.7846079919873435 +0.7828367103067913 +0.7826281306149471 +0.7815999763373906 +0.7197046757816397 +0.785964357587434 +0.7855308368328979 +0.7846309692764987 +0.7894106958192222 +0.472287243752939 +0.24864038346297715 +0.2595400887340329 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32957294554234895 +0.40867546891352874 +0.7836230528212927 +0.782569235862995 +0.7820952220797821 +0.7839752644725602 +0.7243217213991049 +0.7878128190100115 +0.7854424574915535 +0.7835948036805244 +0.7966230568305703 +0.48379508317117903 +0.24479818600210626 +0.2544737993135133 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16645162515623618 +0.1603681593964086 +0.15975197767676788 +0.15817891995046657 +0.15817891995046657 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15817892000636685 +0.15846035916066029 +0.15839117959067042 +0.16022980381158455 +0.1624190463074976 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16645162515623618 +0.159821157696042 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15796666087134756 +0.15810974043637702 +0.15817892000636685 +0.15817892000636685 +0.15846035916066029 +0.15839117959067042 +0.16022980381158455 +0.1624190463074976 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.34859255589236054 +0.4197597291511462 +0.7857053855901149 +0.7851801253936809 +0.7816027774020518 +0.7815074752367659 +0.7205443492786144 +0.7845947821746986 +0.7830954964113744 +0.7891520624008417 +0.8064054311287123 +0.4711283338103961 +0.24479818600210626 +0.2544737993135133 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33341793930000424 +0.40573419558800805 +0.785500847452638 +0.7838355494387208 +0.7837630626849 +0.788605749704413 +0.722377623919808 +0.7846690503803269 +0.7854950817662883 +0.7859745471819264 +0.7868573255228116 +0.47036803650731485 +0.245692916224224 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32762747708212236 +0.4105598516204495 +0.79178612158815 +0.7870158445120634 +0.7879823685920699 +0.7915356990645949 +0.7308881912414639 +0.7978265765062461 +0.7964375553849761 +0.7987649493204894 +0.7947605423436862 +0.4774172616848967 +0.2502756971119855 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32539452669388536 +0.4112384059717659 +0.7964655916160929 +0.7866316727618481 +0.7861314133695939 +0.7841544391001752 +0.721379856050537 +0.7850827228567334 +0.7850910879981601 +0.7856169770569336 +0.7859043055568345 +0.47514073865760975 +0.2756827942659131 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3354919730512438 +0.4195026271788635 +0.794400988431101 +0.7866206849812473 +0.7836852851975052 +0.7841221585351894 +0.7221753093591752 +0.7829739919646386 +0.7829010405430827 +0.7825746221711052 +0.7859958018162676 +0.4694734384015707 +0.258812654329792 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16386838666169223 +0.159821157696042 +0.15817891995046657 +0.15817891995046657 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.15982115859728585 +0.163178306637699 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.165372265214063 +0.15874179775386885 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15881097782904324 +0.15975197902729604 +0.16058042208658352 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33254938861682326 +0.4034035868511426 +0.7835707546427716 +0.7821686885713353 +0.7868832093506106 +0.7867572063214656 +0.7303386348944598 +0.792381672574874 +0.7893953257941067 +0.8068441155101039 +0.8298642695813483 +0.515070224834792 +0.24553877515423803 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3236427818026705 +0.39628763312279724 +0.78250536021087 +0.7875765894974055 +0.7895368818862217 +0.7896448193709545 +0.7277644694103594 +0.7925588294134355 +0.7928859992667918 +0.8054901117594397 +0.7984283921865643 +0.4731993356620421 +0.2453082383522298 +0.25399251866401623 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3164712572581919 +0.40729928505207375 +0.7908715301174761 +0.7908913706626076 +0.7875896097698764 +0.7840705864047662 +0.7221498079169891 +0.78764161115956 +0.7876417810785902 +0.7879097014825193 +0.7869679898192976 +0.4734082671268181 +0.24604882750436155 +0.2461742018811826 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32724874746464855 +0.4044586825303094 +0.7863048790066735 +0.7834455685377127 +0.7831046336022909 +0.7828266292581474 +0.7190015533809443 +0.7813443788456333 +0.7824373481673267 +0.7821686887884244 +0.7829929987312151 +0.4679376074932268 +0.2605162880434368 +0.25719928234329875 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3343333817946766 +0.40632876130141343 +0.7845970810886543 +0.7828221968659582 +0.783426965599094 +0.7826221589983337 +0.721028815452797 +0.7834782750499711 +0.7838080629301458 +0.7852933010480393 +0.7964110785879335 +0.4802323829815116 +0.24467281162528523 +0.256814605087776 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16516000607904371 +0.159821157696042 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.16194122152320908 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16666388429125545 +0.159821157696042 +0.15817891995046657 +0.15810974038047676 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.15852953917993437 +0.16461300522402067 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33101303016806577 +0.40753876376928205 +0.7889674185608294 +0.7919149133683497 +0.7945815614194207 +0.789663583219049 +0.722401613666363 +0.7869950092267023 +0.787856678642099 +0.7947237091143481 +0.8174070893490333 +0.5060091223285644 +0.24467281162528523 +0.24925559823828788 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32316418329975666 +0.3994872204844286 +0.7840978027246871 +0.7911944643466855 +0.7972633613581513 +0.790025941989685 +0.726017868999197 +0.7912566712762937 +0.7920816662927618 +0.8062562060865892 +0.7994740674368238 +0.4809576499140917 +0.2422066300434906 +0.253482466415201 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30325819761153233 +0.40787001004172707 +0.7963432364008729 +0.7884322993395388 +0.7854475980641246 +0.7835303190167294 +0.7214907478305347 +0.7835303190167294 +0.7835303190167294 +0.7827060092910276 +0.7835303192338186 +0.468715818523881 +0.24793489072125138 +0.25719928234329875 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33007204112244565 +0.40983936652121344 +0.7836606514535376 +0.7849046450321114 +0.7850426554962016 +0.7865488739782145 +0.7242201554325054 +0.7892801460712573 +0.7883473545755544 +0.7861165510998174 +0.7847788332713362 +0.46884749273881365 +0.24706893281623152 +0.25719928234329875 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3270312461973321 +0.40252219987399385 +0.7827678582801956 +0.7876782044373183 +0.7948483860026874 +0.7943990331841958 +0.7306011294209356 +0.7934321644355178 +0.7951824894993293 +0.8019362034987914 +0.8176821230892298 +0.5076042960335561 +0.24467281162528523 +0.24913022304722737 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16365612752667288 +0.15989033771531608 +0.15839117902958566 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15839117908548592 +0.15817892000636685 +0.15817892000636685 +0.15824810002564096 +0.15824810002564096 +0.15839117959067042 +0.15975197902729604 +0.16180286238322944 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16795550370860696 +0.1614827615298548 +0.1603148559853547 +0.15874179775386885 +0.15817891995046657 +0.15839117908548592 +0.15817892000636685 +0.15817892000636685 +0.15817892000636685 +0.15824810002564096 +0.15846035916066029 +0.15881097782904324 +0.16100494024482156 +0.16461300522402067 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32631372944556575 +0.4047870106744145 +0.788809358564185 +0.7854275121105833 +0.7859855169099911 +0.7866482755208858 +0.7251594656203388 +0.785697885371614 +0.784266028978107 +0.7839980781758275 +0.7866781613006215 +0.4686803436637975 +0.24706893281623152 +0.25719928234329875 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3259491531793334 +0.41014235789809284 +0.7914745332166788 +0.7825265116233285 +0.7839133666419223 +0.786636384352822 +0.7231269275591695 +0.7858767297332351 +0.7859301600488404 +0.7882565910293294 +0.8022580992709906 +0.48492957092777056 +0.2422066300434906 +0.24592345312754046 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.31877729920289977 +0.40129827527001255 +0.7986722593864832 +0.8064812191205923 +0.8059450273771681 +0.7974470573681707 +0.7305735752713162 +0.7952252581573788 +0.7947797274671664 +0.8090988193987275 +0.8443158309805201 +0.5336478370734915 +0.24553877515423803 +0.24925559823828788 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.39981204688872357 +0.785562395540106 +0.7844695086492725 +0.7865819178052526 +0.7863111254331946 +0.7282253503882798 +0.7943062065761489 +0.8059111964269445 +0.8321630320778045 +0.8699906427893568 +0.5522251993689808 +0.24233200523455112 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.31352424455973504 +0.4020129387678157 +0.8040612556473835 +0.8200385020521125 +0.8233765244944355 +0.8171847863195281 +0.7495480912243372 +0.8235460618313188 +0.8143009619044932 +0.8142626396066073 +0.8058363353861163 +0.4745720570811401 +0.24530823825092152 +0.25360784079202203 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16284356062632135 +0.1614827615298548 +0.15852953861884955 +0.15810974038047676 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15817892000636685 +0.15810974043637702 +0.15839117959067042 +0.15839117959067042 +0.16173368236395533 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16310912627559054 +0.15975197812605219 +0.15817891995046657 +0.15810974038047676 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.15839117959067042 +0.1607926816149868 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3258776457156999 +0.4006368268539892 +0.7846232881213336 +0.782450265692525 +0.7827161959234447 +0.784121752394413 +0.7216929312210649 +0.7848451252686917 +0.7874269948189905 +0.8008005708015038 +0.8196026949467171 +0.5134899186123965 +0.24467281162528523 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32589477315816257 +0.3991700054148145 +0.7884709015828153 +0.7956879717198316 +0.8023024348231911 +0.7969576215609616 +0.7272251626477924 +0.7909237282777658 +0.7995354649722896 +0.8145181093625218 +0.8226393004168947 +0.5278879664601895 +0.24467281162528523 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.31081960798486913 +0.40203574926911884 +0.7878829805340809 +0.7868749357086192 +0.7877293696420011 +0.7893044002666544 +0.7285823555408959 +0.7896265525248453 +0.7899744538336051 +0.7915238246999279 +0.7923592116401494 +0.4734001702417886 +0.24694355762517103 +0.2548584765690361 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.29974602445019194 +0.40759104000655305 +0.795053370265631 +0.7923646556383606 +0.7905383777193601 +0.7905330698215101 +0.7282424695684939 +0.7925166293636292 +0.7907024645193798 +0.7890845995533533 +0.7895850685796567 +0.4728518801515832 +0.24245737961137218 +0.2548584765690361 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33585654566437567 +0.39929231176780094 +0.7833574040426399 +0.7868211291973654 +0.7918333837440117 +0.788980253113585 +0.7255803106168837 +0.7902062021041006 +0.7870199733464347 +0.7886656218786033 +0.7870260495027339 +0.48274402676523526 +0.24233200523455112 +0.24913022304722737 +0.2158687779142962 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16310912627559054 +0.15989033771531608 +0.15839117902958566 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15817892045565113 +0.15839117959067042 +0.15975197902729604 +0.16173368236395533 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16284356062632135 +0.15846035904885974 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.16602925133856974 +0.17159168862045726 +0.17159012253728598 +0.17316803069772618 +0.16638244942566066 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3288793945053094 +0.4101850824000653 +0.8389423560780109 +0.87905166638888 +0.8985885271187577 +0.8832592610614524 +0.7966880711189697 +0.8775629082062261 +0.9091052974532827 +0.9317535080780168 +0.9562809394983139 +0.5607092152758639 +0.2422066300434906 +0.25719928234329875 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.40403401023574753 +0.7836151755446895 +0.7824867786654188 +0.7814279085981766 +0.7814081233393038 +0.718865851757137 +0.7813443788456333 +0.7813443788456333 +0.7821686887884244 +0.7829929987312151 +0.4675675154439347 +0.2422066300434906 +0.24592345312754046 +0.21616186581676802 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32225882219925867 +0.40215458556398936 +0.7959798612394066 +0.7931060374348298 +0.7929730855713852 +0.7839826047879015 +0.7205255432162899 +0.7824497657546956 +0.7837395560983125 +0.7853367598637184 +0.7991986281762751 +0.4918375828253178 +0.24553877515423803 +0.24913022304722737 +0.2151134771281317 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3239546094561862 +0.39886611287259366 +0.784811721001541 +0.7909804762391273 +0.79852697453963 +0.7893508448142822 +0.7264217267384625 +0.7889819410100058 +0.7905596153178608 +0.7866866435384092 +0.8088185498471224 +0.4746753706775647 +0.24233200523455112 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.31964333872076545 +0.39555832096186844 +0.7874393014859333 +0.7913673467597445 +0.7892928097503725 +0.7912436064958309 +0.7311988538614075 +0.7918675905871349 +0.795759216394325 +0.7940777660390693 +0.7945206358741682 +0.47780483283634434 +0.24694355762517103 +0.25719928234329875 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16666388463141452 +0.16010259679443511 +0.15846035904885974 +0.15810974038047676 +0.15810974038047676 +0.15789748130135775 +0.15789748130135775 +0.15817892000636685 +0.15810974043637702 +0.15810974043637702 +0.15832199957139637 +0.15810974043637702 +0.15982115859728585 +0.16461300522402067 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16284356062632135 +0.1601025968503354 +0.15810974038047676 +0.15810974038047676 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.1647580452142334 +0.1710736387700129 +0.16263130538661663 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3227743823728725 +0.4097674092157794 +0.7895969831845925 +0.7900587544632406 +0.7848628512273789 +0.7931176850118179 +0.73506040332627 +0.8052150044995199 +0.819515439541223 +0.8456254596893921 +0.8852977403409725 +0.5654120510982447 +0.24553877515423803 +0.24592345312754046 +0.2151134771281317 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.297499967873022 +0.39960166491705545 +0.8160322232383566 +0.8440540138299031 +0.847473762100731 +0.8273307614213673 +0.7498340970632599 +0.8295343954801537 +0.8523121705353791 +0.8869392648763416 +0.9264472100079426 +0.5602195141917272 +0.2422066300434906 +0.24553877515423803 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3102744479777678 +0.405187277603541 +0.7980421189190771 +0.7968020906463034 +0.7949971131632656 +0.7947284686398218 +0.7308820075831743 +0.7923300683656752 +0.799153972408902 +0.8151506512720026 +0.8474639785707541 +0.5383204400667913 +0.2422066300434906 +0.24592345312754046 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30102789461654633 +0.39774870617244906 +0.7869051361813296 +0.8082082076356765 +0.8161134902580793 +0.80120919587404 +0.7295088209699174 +0.7950201537281141 +0.7973175032216733 +0.8137954266771698 +0.8302515320550559 +0.5259184652392381 +0.2422066300434906 +0.24553877515423803 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.297499967873022 +0.39907046097356114 +0.810993999430306 +0.8277802212076472 +0.8239793887271888 +0.8047477150447722 +0.7309789966141317 +0.7962474141046436 +0.7964993258492292 +0.8156039642777483 +0.8422501654450663 +0.5152568768608438 +0.24467281162528523 +0.24553877515423803 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16339056498059967 +0.15975197812605219 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.1682209380614374 +0.16843322701054061 +0.16022980381158455 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16339056498059967 +0.15846035904885974 +0.15839117902958566 +0.15810974038047676 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.168530118673046 +0.17498374065103153 +0.18019428971951643 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3304018414686452 +0.4188492742442386 +0.7962959827774827 +0.7967177443685072 +0.7981647371317014 +0.8041044323211339 +0.7454977843451368 +0.830990675881317 +0.8629653479923425 +0.8517441638817339 +0.9009022484435207 +0.5454826972080835 +0.24233200523455112 +0.2498910248639242 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2985869342985889 +0.4116806139590131 +0.8127722068319835 +0.8307036568713967 +0.8403437923100242 +0.8456146390475258 +0.7710315240467333 +0.8606949729647163 +0.8704369993416577 +0.8903393055444065 +0.9150179929287231 +0.5775498741680105 +0.2422066300434906 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2977106248584019 +0.39861104935775327 +0.7893932158109316 +0.796232793032944 +0.8162906469965624 +0.8214972228156268 +0.7435259477729582 +0.8203913321900201 +0.8383755342546122 +0.8700990618931582 +0.8954019966495043 +0.5503641591334718 +0.2422066300434906 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3023097644453092 +0.4057838524061604 +0.8044828698429946 +0.8257472049424572 +0.8387119480139857 +0.8396641981494987 +0.7539363750252354 +0.8290975785669781 +0.8558251461377943 +0.8805083066211233 +0.9295517446127967 +0.5151441774223482 +0.2422066300434906 +0.24553877515423803 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.297499967873022 +0.40294419856882974 +0.829035438215016 +0.8536704250004672 +0.8558408902585621 +0.8414480967649339 +0.7465450671973444 +0.8122901765929329 +0.8256244412225322 +0.8635188421437769 +0.9069122434652113 +0.5459469566360974 +0.24233200523455112 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16310912627559054 +0.16084598418069715 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15832199957139637 +0.15817892045565113 +0.15839117959067042 +0.15975197902729604 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16420435961366267 +0.1603148559853547 +0.15874179775386885 +0.15789748130135775 +0.15789748130135775 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15817892000636685 +0.17139047987607944 +0.18199703954398988 +0.18636842971248696 +0.184532629634318 +0.16638244942566066 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3145479900373818 +0.4003487781190253 +0.8164454054084895 +0.8446702720417352 +0.8450848386258965 +0.8363645533919869 +0.7521907509609648 +0.8269690477242806 +0.8528159929588366 +0.897279931310061 +0.9332081022962776 +0.57318709464014 +0.2422066300434906 +0.24826425951827458 +0.2158687779142962 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.297499967873022 +0.40380846870211623 +0.8297843763331738 +0.8531940887079236 +0.8530035835087368 +0.8290455195716865 +0.7494042364163391 +0.8218042158549692 +0.8560292497926933 +0.861282213144473 +0.9046200685081499 +0.509626121856648 +0.24479818600210626 +0.24889968695815032 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30278398256830724 +0.4044191278788753 +0.7898985746456281 +0.7934825294850644 +0.7985263032392214 +0.8004404974132706 +0.736873686589835 +0.8006308850599922 +0.7998969534779123 +0.8160322992564987 +0.8417135291409041 +0.5201653129706462 +0.2465588797531768 +0.2490250613349714 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.297499967873022 +0.3977856447537375 +0.8024926477135204 +0.8269707110554735 +0.8271410995543781 +0.8179605465159597 +0.740382805776669 +0.7995393890865652 +0.8047025657322028 +0.8263128717919939 +0.8614086288002298 +0.5312666040328947 +0.24233200523455112 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2982534972984577 +0.3977447592886989 +0.7987270789848498 +0.7977969072130847 +0.8072412617405967 +0.8047257617842387 +0.7371252417131805 +0.803151662028332 +0.8070258251524711 +0.8314286232685765 +0.8362791977524183 +0.4766454564534309 +0.2422066300434906 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16843332849289547 +0.16010259679443511 +0.15846035904885974 +0.15817891995046657 +0.15817891995046657 +0.15817891995046657 +0.15846035910476003 +0.15789748130135775 +0.15810974043637702 +0.15846035916066029 +0.1597519785780118 +0.17448333864089183 +0.17363972800512442 +0.18158184840777591 +0.16638244942566066 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.165372265214063 +0.15975197812605219 +0.15817891995046657 +0.15810974038047676 +0.15810974038047676 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.15852953917993437 +0.16044206294660382 +0.16692945067674303 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3144016305293065 +0.40670410872348384 +0.8397761482439139 +0.8461373569284762 +0.8473106164860468 +0.8388768953894522 +0.7552123926283537 +0.8244196629889413 +0.8462165542086802 +0.8778249238862255 +0.8990819502203498 +0.5712054536814027 +0.24467281162528523 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3138773558568419 +0.4095670720537346 +0.8070426250877512 +0.7953661735531529 +0.8071517514799466 +0.823549606950255 +0.7506244874314373 +0.8299659560254427 +0.8512929545783441 +0.8517135143140704 +0.8755065980785589 +0.5488431746981284 +0.2422066300434906 +0.24553877515423803 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2982534972984577 +0.4016349957204242 +0.8150143946840748 +0.8403343159223614 +0.8394478219249533 +0.8249049078967241 +0.7502837070693913 +0.8178347791198013 +0.8260123584732674 +0.846548069362677 +0.8498150983649336 +0.48811788107741727 +0.2422066300434906 +0.24467281162528523 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2982534972984577 +0.40279661344351647 +0.8326489094797087 +0.8526353871297498 +0.8494646286558367 +0.8186611195735497 +0.7473295070576037 +0.8142590449488083 +0.8221804946532989 +0.8541751945671302 +0.9249567751374814 +0.5587739547424538 +0.24553877515423803 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2982534972984577 +0.40132882949742527 +0.8217504223056844 +0.8524795983006045 +0.8524690394507126 +0.8395747988533159 +0.7550834616695884 +0.8280515565559811 +0.8622689450810819 +0.9202929212414298 +0.9043520991027083 +0.5382579991434702 +0.2422066300434906 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16891115017398803 +0.16058041847552765 +0.15852953861884955 +0.15817891995046657 +0.15874179775386885 +0.15817891995046657 +0.15839117908548592 +0.15789748130135775 +0.15817892000636685 +0.15810974043637702 +0.15810974043637702 +0.15846035916066029 +0.16284356136253972 +0.16044206294660382 +0.16891115051414704 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16795550370860696 +0.16139421587162758 +0.15839117902958566 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15817892000636685 +0.15789748130135775 +0.15817892000636685 +0.16464999777774134 +0.17644524114531096 +0.17591443550786284 +0.17097415635050583 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3365448340495903 +0.43622380656740123 +0.8864112011394233 +0.9035468127955473 +0.8872840772395153 +0.8935342321252462 +0.8007329361285347 +0.8823091723520694 +0.9023842682549692 +0.8789196127572342 +0.8306703255873876 +0.5044185184523116 +0.2422066300434906 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.2982534972984577 +0.41632004154236957 +0.8254194533651223 +0.8634945856399967 +0.8739970559108297 +0.8563147393775162 +0.7652688616838846 +0.8456814192389116 +0.874956453070023 +0.9014899576757541 +1.0 +0.609643941174804 +0.24467281162528523 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32391296583536394 +0.42054320427303393 +0.8082871799227053 +0.7980177802576769 +0.8245276904846831 +0.8478217896939807 +0.7687208154237809 +0.8542314490400451 +0.8950939555570129 +0.9550503048594818 +0.9541358132449602 +0.531562966686594 +0.24604882750436155 +0.24592345312754046 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3172695543612867 +0.41392750329140515 +0.8029819277535553 +0.8290454097526271 +0.8651789976636087 +0.8899443058870213 +0.7870963209730295 +0.8808133530739961 +0.9302406979396078 +0.8625909887992266 +0.8833792488007267 +0.5126111708313665 +0.24530823825092152 +0.2490250613349714 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3365230811704375 +0.42684687025183343 +0.8053181823217069 +0.8475178626891333 +0.9068820461911367 +0.8711187965654186 +0.782032558467337 +0.877914511474532 +0.9672266146981691 +0.9068846158536458 +0.8923348670906275 +0.544694180309108 +0.24694355762517103 +0.25360784079202203 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16666388463141452 +0.1603148559853547 +0.15874179775386885 +0.15874179775386885 +0.15839117908548592 +0.15817892000636685 +0.15817892000636685 +0.15817892000636685 +0.15817892000636685 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.16236573968144719 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16891115017398803 +0.15989033771531608 +0.15874179775386885 +0.15810974038047676 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.15839117959067042 +0.16173368236395533 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3186833072940358 +0.4033475970679554 +0.7980921116249993 +0.8198886987483109 +0.8385398004311361 +0.8379412896036673 +0.7569461060870052 +0.8316255324336888 +0.8576030362695332 +0.8413672557574244 +0.8858823174084989 +0.5175330977631111 +0.2422066300434906 +0.24592345312754046 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3023097644453092 +0.4038244996481027 +0.7892990887541296 +0.7906005947809871 +0.8132973934388937 +0.8214368026359097 +0.7493612989877027 +0.8165507535531326 +0.838499921517373 +0.8733990622287368 +0.9117174296330861 +0.5591880162868201 +0.24467281162528523 +0.24826425951827458 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3164229840337941 +0.4047796790538766 +0.7997292996767732 +0.7936526465619105 +0.8036094846220079 +0.8318017472388443 +0.7542331024850436 +0.8255694168619719 +0.8433169929049962 +0.8924954254694536 +0.9027611748633246 +0.5018941287549504 +0.24245737961137218 +0.2511416606409383 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3023097644453092 +0.41123461321440563 +0.7969681823840966 +0.8025075395949528 +0.8106377296272942 +0.8206182444001444 +0.7599571488526986 +0.847271761366994 +0.8720222080779475 +0.8960789952332454 +0.8883948991079099 +0.5037911478972089 +0.2502756971119855 +0.25360784079202203 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30325819761153233 +0.41775413651414106 +0.8040726117932486 +0.7932099777712519 +0.7976103243650167 +0.7971162585179487 +0.7343737886493555 +0.7989765886343552 +0.80233859994523 +0.8017035371880497 +0.802262681328209 +0.48411431057934334 +0.24245737961137218 +0.256814605087776 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16666388463141452 +0.15881097777314296 +0.15810974038047676 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.17046093400350776 +0.16044206294660382 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16284356017703708 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.1661544847686595 +0.17182703824659598 +0.17954150863664115 +0.16173368236395533 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.32014913400783085 +0.4122089335196501 +0.8275986401997514 +0.847047463446253 +0.8246856107077097 +0.8372117202042119 +0.761387056898002 +0.8407024521038279 +0.8645369898148809 +0.891288504983898 +0.9116814624531734 +0.5832877609172569 +0.2422066300434906 +0.24925559823828788 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.39784215769450754 +0.7897759377083946 +0.8073821883410002 +0.8213841261095426 +0.8118688594711511 +0.7463427066515141 +0.8270445449156718 +0.8485341832225555 +0.8800171954386866 +0.8967061119697763 +0.5469639315845988 +0.24233200523455112 +0.24826425951827458 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3008172372935749 +0.40165005405397153 +0.8247350849066787 +0.8487546007000872 +0.8173805780150404 +0.8202399581640286 +0.747273415424149 +0.8101303862902512 +0.8238771184511692 +0.852428443820277 +0.895309726440714 +0.5642236921916077 +0.24553877515423803 +0.24925559823828788 +0.21794533688287288 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30278398256830724 +0.39789530463576556 +0.7966812995488679 +0.8200365375472297 +0.8438230039463813 +0.8366086166884068 +0.7538609166959804 +0.8237449912819006 +0.8524889432999013 +0.8771031082824486 +0.9120188064360828 +0.5607487585148517 +0.24467281162528523 +0.24826425951827458 +0.22038858540042144 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3012914554165729 +0.39872568973997874 +0.8250374257189191 +0.8524266273868217 +0.8566954495165491 +0.8399683708707713 +0.7591402983599445 +0.8327718551141526 +0.8551648293736057 +0.9036774795273053 +0.9676292579892906 +0.5886943614664077 +0.24467281162528523 +0.24925559823828788 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16843332849289547 +0.1603681593964086 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.16848899145107704 +0.15839117959067042 +0.16079268116570253 +0.16666388463141452 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16234986233700863 +0.15846035904885974 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.17443160646575886 +0.17019516116877964 +0.16332138614682826 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.33153454761577544 +0.41001669357577547 +0.7967414553627609 +0.796421635133837 +0.8027751889077177 +0.8026875164979148 +0.7399694611574007 +0.8061257873696378 +0.8121963042579567 +0.8317017613346103 +0.8626278449359983 +0.48716311451529376 +0.24530823825092152 +0.2502757027359184 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.40799438017585093 +0.80481575727324 +0.8312489823436732 +0.850515702902741 +0.8447010556081844 +0.7606252643568635 +0.8299739658523138 +0.8590977278658148 +0.887646468863969 +0.9280995106026793 +0.5803147965595294 +0.24467281162528523 +0.2483896347093351 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.40336137870226396 +0.7905009361720319 +0.8056580344702481 +0.8388213913754418 +0.8463391428249833 +0.7624006773446385 +0.8436755915511339 +0.8845701880955805 +0.9670679702357008 +0.9986984940386945 +0.5554381235669849 +0.2422066300434906 +0.24864038346297715 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30325819761153233 +0.4034007719493877 +0.7992359506629236 +0.8307107357948672 +0.8625429643298912 +0.8445818932847523 +0.7662649986865795 +0.8393015940071422 +0.8797420157865221 +0.9720878428997676 +0.9836411854573274 +0.5963049172242132 +0.24467281162528523 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3142501613988081 +0.40270019507677357 +0.7878749347729193 +0.799391693794189 +0.8219187214453817 +0.8251855313591123 +0.750630164884723 +0.8210212406962183 +0.8625328965131125 +0.9520293151587634 +0.9430213151487985 +0.5845233088758276 +0.24467281162528523 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.16891115017398803 +0.1603681593964086 +0.15839117902958566 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15817892000636685 +0.15810974043637702 +0.16613116447471116 +0.17899758631454443 +0.17782042113155588 +0.1661849105035296 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.16284356017703708 +0.15839117902958566 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.16580282496010196 +0.1749391760013353 +0.15846035916066029 +0.16838400361341585 +0.1624190463074976 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.34051712974231574 +0.4187267151988235 +0.8016240364474507 +0.8026032628365402 +0.8055385755302298 +0.8086356713795041 +0.7519066253961123 +0.8336018815879245 +0.8482769402820438 +0.8982614241488165 +0.9254618353500976 +0.5772776260239801 +0.2422066300434906 +0.2498910248639242 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3231251206822851 +0.419911044661867 +0.7994581836577085 +0.8101048090790828 +0.8064282716971255 +0.8131803016630706 +0.752905904484519 +0.8327351816945325 +0.8416471418651759 +0.8581631512321881 +0.8204081943124109 +0.47962989209261625 +0.2502756971119855 +0.2548584765690361 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.40102781454712333 +0.7913688996301894 +0.8075016638472656 +0.8292842063165389 +0.8277487475424997 +0.7486533899350368 +0.8147126903669885 +0.836469842308155 +0.8672580833694038 +0.9041092323735535 +0.5617646626206705 +0.24233200523455112 +0.2503723048969499 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.30325819761153233 +0.40280833640555325 +0.8023834449224717 +0.8267140726883289 +0.8537050446221549 +0.8358008299385625 +0.7548440564619558 +0.8201447071142517 +0.8511568604356788 +0.9282645456353671 +0.9689738071382062 +0.5850377955702373 +0.24467281162528523 +0.24950634699193 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.3045400677778867 +0.4040004000571642 +0.7954416929966635 +0.8122823357413631 +0.839105287422372 +0.8339480887401927 +0.7567665976233499 +0.8268837413680982 +0.8633026321777609 +0.9504937170488286 +0.9447354529985779 +0.556928504766342 +0.24479818600210626 +0.25075698276894415 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.17020276959133954 +0.1603681593964086 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.1709704117318651 +0.16584930681208984 +0.15810974043637702 +0.15810974043637702 +0.1675448219027288 +0.15846035960994453 +0.16310912706770916 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.160792677610547 +0.15839117902958566 +0.15839117902958566 +0.15796666087134756 +0.15796666087134756 +0.15796666087134756 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15846035916066029 +0.15839117959067042 +0.15982115859728585 +0.163178306637699 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5147834083824347 +0.410298956614879 +0.795802311613702 +0.7869678237150631 +0.7870696732368216 +0.786044951548452 +0.7244830045606235 +0.7904039946901656 +0.7893170760309212 +0.791333035648013 +0.7909971270812833 +0.47556279784060307 +0.2498910192399913 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5138028647242123 +0.4084575123616583 +0.7873037398456924 +0.7872166340349185 +0.7891976927422186 +0.792376477196719 +0.7364286810188939 +0.8011394275852048 +0.7954944289434002 +0.8107197412294835 +0.8465115426127602 +0.5247341040773015 +0.24566414953105908 +0.2503723048969499 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5135237757562826 +0.41308949324322214 +0.7916277401889804 +0.7889015089305401 +0.7922848553441606 +0.7935938013429388 +0.7359643894674812 +0.7996199112715509 +0.8014906492594576 +0.7980184975840218 +0.7948382658101054 +0.4774127472397874 +0.2502756971119855 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.4131878989799203 +0.7934400188393529 +0.7854302049007666 +0.7827348703343666 +0.7874115700965886 +0.7296745660861499 +0.7967638209847703 +0.7989325052697719 +0.7956989907197097 +0.7956174582080007 +0.4789978625512916 +0.2502756971119855 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.41990308560235656 +0.7946759992628462 +0.7932045313713544 +0.7928008963477232 +0.7934320444807369 +0.7320629048864298 +0.7970680941926342 +0.8021321821274561 +0.8024126413861653 +0.811219631093674 +0.47991975568248946 +0.2465588797531768 +0.2544737993135133 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16666388463141452 +0.159821157696042 +0.15817891995046657 +0.15789748130135775 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15846035871137598 +0.15810974043637702 +0.15881097782904324 +0.15839117959067042 +0.15982115859728585 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1625621214720279 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15810974043637702 +0.15810974043637702 +0.16817929841567858 +0.15982115859728585 +0.16446992605505054 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5186721688845234 +0.4240957428712416 +0.7925061090902736 +0.7925773751367091 +0.7955211992776943 +0.8018726084281937 +0.7402772199954157 +0.8063378524016154 +0.8083646682983885 +0.8398284846009084 +0.8106945080235816 +0.4879407992617737 +0.2548584765690361 +0.2604060522629857 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.3999056894797321 +0.7857483557826367 +0.7853542552757826 +0.7871927492791183 +0.7855104945557955 +0.7256712812316637 +0.7896006520502226 +0.7897792510336951 +0.7903035780033434 +0.7936258403584978 +0.47827415931278844 +0.245692916224224 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.41623737433535785 +0.7932590560604185 +0.7932590563705151 +0.7899651623465088 +0.7909282276472434 +0.7274576383744709 +0.7912498014174119 +0.792231810909437 +0.7927514412187832 +0.7880479446060915 +0.4720745783047241 +0.2502756971119855 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5197721863765323 +0.40468627625817505 +0.7889815155274474 +0.7917697639354149 +0.7825720509930527 +0.7816954607986368 +0.7201303959384199 +0.7841813654339839 +0.7851174442153126 +0.7848491185688318 +0.7848490964491741 +0.4695756722893238 +0.24694355762517103 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5195604801960501 +0.41427291410692957 +0.7964373029320901 +0.7826633600728518 +0.7840060569376749 +0.7864476929188453 +0.7257517595772978 +0.793097965364 +0.7896130940768176 +0.7926339480657806 +0.7916544918014139 +0.481874656565796 +0.24479818600210626 +0.26127201016800555 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1631091227231103 +0.15846035859957547 +0.15817891995046657 +0.15817891995046657 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15810974043637702 +0.15817892000636685 +0.15839117959067042 +0.1602989833815744 +0.1684333288330545 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16666388463141452 +0.15846035859957547 +0.15817891995046657 +0.15796666087134756 +0.15789748130135775 +0.15789748130135775 +0.15789748130135775 +0.15817892000636685 +0.15839117914138617 +0.15817892000636685 +0.15846035916066029 +0.1605112425165937 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5363418328368433 +0.41744035948193875 +0.7907189354629075 +0.7886158969348307 +0.7960157546575983 +0.8005483906751183 +0.7398436706471263 +0.8028202670653505 +0.7982927278322274 +0.8237438945351383 +0.8379643541278353 +0.5265584395442664 +0.24604882750436155 +0.26002137439099143 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5284524582410809 +0.40959559476715457 +0.7888665385085373 +0.782518185377303 +0.7893096201418839 +0.7954923606933173 +0.7310956163169046 +0.801045207977335 +0.802662842265447 +0.8236393511374184 +0.8542923564300987 +0.5166962050501044 +0.24604882750436155 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5261980969407006 +0.40872648103212383 +0.7908456060373341 +0.7835448100365472 +0.785360974378944 +0.7887690347146266 +0.7278225267482309 +0.7878514987963682 +0.7852551246070929 +0.7861332538259937 +0.7874486943728699 +0.47632870138253963 +0.25719928234329875 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5207882164394619 +0.41499260141852273 +0.7894911148511793 +0.7848472561012088 +0.786237671686914 +0.7856484214059776 +0.7242652904245788 +0.7951785651725092 +0.7945231420526481 +0.7932342085186751 +0.8118660184165392 +0.4949238649948504 +0.2485150082719167 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5216310945769653 +0.40826122081983746 +0.7889630789274829 +0.789996493596549 +0.7929318385320522 +0.7963946641522991 +0.734725842860234 +0.7970569657908512 +0.8010901595383054 +0.8232588414067069 +0.8400751083522913 +0.4770602123132279 +0.2461742018811826 +0.2636128159422682 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1633213818581296 +0.15846035859957547 +0.15846035859957547 +0.15817891995046657 +0.15796666087134756 +0.15846035865547572 +0.15789748130135775 +0.15817892000636685 +0.15817892000636685 +0.15810974043637702 +0.15846035916066029 +0.161872041503935 +0.16891115051414704 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1633213818581296 +0.16022979935786044 +0.15846035859957547 +0.15817891995046657 +0.15796666087134756 +0.15817892000636685 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.15982115814800157 +0.15846035916066029 +0.1624190463074976 +0.16891115051414704 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5304391316723492 +0.41847934994952835 +0.7906212944336845 +0.7841637383937814 +0.7834956727973245 +0.7871047207502363 +0.7289807038761291 +0.8007076000455269 +0.799077882581681 +0.8283832622590931 +0.8632487014264207 +0.5389336090627327 +0.24950634699193 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5230234005504983 +0.41117075907272116 +0.7837323199904409 +0.7878647506387253 +0.7873514906485498 +0.7968253312713777 +0.7366783325444198 +0.7955882452232615 +0.7955750400649326 +0.8076551373433443 +0.8053466718161483 +0.47766479259093514 +0.2504010714888065 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5212571525632015 +0.4114918817828995 +0.8011278682307076 +0.792170596406914 +0.7907112164334636 +0.7992037569054239 +0.7395728278628598 +0.7981546465381467 +0.8003188397166753 +0.7977747525783458 +0.7966312060264462 +0.48354058602951505 +0.2595400887340329 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.4280819284457072 +0.8119661658871273 +0.8016291824791532 +0.7973144771838852 +0.7952641941657264 +0.7330551098915555 +0.7941308823323536 +0.7953316220673654 +0.7960678471325494 +0.7959542446077366 +0.4869694961963241 +0.2604060522629857 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.49821773873749925 +0.4228937303627638 +0.7988752479808299 +0.792255945677812 +0.7980711097718898 +0.8048115618106388 +0.7488236873174995 +0.8048304979035122 +0.8011008141064456 +0.7998830048126817 +0.8029868475255244 +0.4843367152335099 +0.2595400887340329 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16386838666169223 +0.16022979935786044 +0.15817891995046657 +0.15867261773459476 +0.15796666087134756 +0.15789748130135775 +0.15796666087134756 +0.15817892000636685 +0.15839117914138617 +0.15839117914138617 +0.1598903381672757 +0.161872041503935 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.1648944404297745 +0.15895405688888817 +0.15867261773459476 +0.15846035865547572 +0.15839117908548592 +0.15817892000636685 +0.15839117914138617 +0.15852953873065007 +0.15832199957139637 +0.1598903381672757 +0.16296604755857996 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5253463508876359 +0.4072439006535239 +0.7904142991522757 +0.7846033710194785 +0.7923777462429078 +0.7971869771553088 +0.7431878161768701 +0.801543523500909 +0.7927815302767027 +0.7927494352963192 +0.7913435104316002 +0.4809344822295064 +0.24950634699193 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5190101996302332 +0.40667912128804756 +0.7907909908415429 +0.7856633620638196 +0.7923603934577114 +0.799720000763139 +0.7405386572469169 +0.8044192384160402 +0.8026919680939297 +0.8284709928951356 +0.8532370271028168 +0.5143133373671988 +0.24950634699193 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5204935146422459 +0.40979771673236237 +0.7906347867324258 +0.787958571143052 +0.7975196255792925 +0.8109934828107489 +0.750737342721406 +0.8148141272622456 +0.816501118232757 +0.8475808517696062 +0.8733013967384321 +0.5303609855581006 +0.24864038346297715 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5175732386705416 +0.4055510780392579 +0.7915345312691328 +0.7959020707500923 +0.806211809580683 +0.8081960294285558 +0.7491580085464173 +0.8118464441430157 +0.8182149288076158 +0.8607205819862783 +0.9234177226923523 +0.5698320261256886 +0.24950634699193 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5213619773262383 +0.4082772296299974 +0.7835771639101264 +0.7853318191543689 +0.7922260481928207 +0.800721985012773 +0.7459818700948392 +0.8137791517181788 +0.8186801200847552 +0.8109838300508204 +0.8113804829936322 +0.48393588225729717 +0.2595400887340329 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.16051123845625354 +0.1607926776664472 +0.15895405688888817 +0.15895405688888817 +0.15846035865547572 +0.15867261779049507 +0.15817892000636685 +0.15852953873065007 +0.16010259724639472 +0.16537226555422208 +0.16795550404876602 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.1648944404297745 +0.1630558196522154 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15817892000636685 +0.15846035871137598 +0.15852953873065007 +0.16010259724639472 +0.16420436000972197 +0.16891115051414704 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5321650825716848 +0.42230601108244153 +0.7913004323454715 +0.7876659382059034 +0.7971283558005534 +0.798288894396892 +0.7327776142042265 +0.8017127975455018 +0.7968052662525644 +0.7962434757024801 +0.7960374578112338 +0.48706012716375663 +0.26127201016800555 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5192903108230572 +0.41781650197304 +0.8164812754426053 +0.794139068248328 +0.7854292822928436 +0.7893953326349774 +0.7263774349374501 +0.7910070153132472 +0.7899721623688306 +0.7901118931338333 +0.789574054611797 +0.4768796492878171 +0.250497679273771 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5190270912757857 +0.4178135127135893 +0.8157965319510415 +0.7832770693160133 +0.7868134303963944 +0.7861452182243099 +0.7281374046321426 +0.7942071891118773 +0.7951899266840641 +0.7954064664413532 +0.7952122859218802 +0.48550080853894667 +0.2636128159422682 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.520860574891531 +0.419304558615538 +0.8099928869281237 +0.7882848475912824 +0.7850387743703762 +0.7840056881434087 +0.7195355070828103 +0.782506896937318 +0.784743569790097 +0.7839905640855607 +0.7902930760933478 +0.4842509820781291 +0.2850522346367659 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5312526175635703 +0.42541064216441277 +0.8119020955039399 +0.7877977626738738 +0.7859886397510739 +0.7847406232126831 +0.7220392055604393 +0.7832525695675672 +0.7836063069384492 +0.7826640659777849 +0.7835189787641206 +0.47888312869262895 +0.28244667098732845 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.16891115017398803 +0.16022979935786044 +0.15846035859957547 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15789748130135775 +0.15846035871137598 +0.15810974043637702 +0.15852953873065007 +0.1598903381672757 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.16064959804551748 +0.15867261773459476 +0.15817891995046657 +0.15839117908548592 +0.15867261779049507 +0.15817892000636685 +0.15874179780976916 +0.15839117914138617 +0.15852953873065007 +0.160102597302295 +0.16494774773614304 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.547709491785979 +0.44111977838659516 +0.8200624917095991 +0.7870621627776654 +0.7851058645238395 +0.7836107830057701 +0.7206427877263594 +0.7817851847555323 +0.7825164551646566 +0.7849754153394248 +0.7836366005641581 +0.4726500606039195 +0.2742942451885749 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5483106606253174 +0.43263277967015684 +0.7942946882679359 +0.7847810061613474 +0.7830335232788787 +0.7831820617772273 +0.7248061455229701 +0.7933277023504124 +0.7943122470939028 +0.7909019761471983 +0.7881709307718581 +0.4764020625699351 +0.27827774696063395 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5218067693863663 +0.420025442422572 +0.7986625344968789 +0.7841041425132432 +0.7827485208876471 +0.7845300711224592 +0.7222589607070548 +0.7825727832059697 +0.7824972237215821 +0.7844322636005194 +0.7833029637696783 +0.49332988386888493 +0.2708535046772923 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5288180688218362 +0.4209690055347627 +0.791830857676537 +0.7841597502924245 +0.7849718614387448 +0.7872253287449659 +0.7256564432654473 +0.7903208320230067 +0.7920431482397279 +0.7921569578739832 +0.790128436578384 +0.47842924632155576 +0.2604060522629857 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5266584533249861 +0.4172544056600343 +0.7914360702127582 +0.7842171452828052 +0.7869184949577989 +0.7820526397407553 +0.7225142907412424 +0.7852559410091221 +0.7852254155808004 +0.785512179155155 +0.7840137097656924 +0.47317720197211427 +0.27204145121436146 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.16795550370860696 +0.15846035859957547 +0.15817891995046657 +0.15824809952045646 +0.1582480995763567 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.15839117914138617 +0.16187203840073902 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.16638244203376606 +0.15867261773459476 +0.15796666087134756 +0.15846035865547572 +0.1582480995763567 +0.15817892000636685 +0.15874179780976916 +0.15881097782904324 +0.15852953873065007 +0.1610049371416256 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.393745873709258 +0.3638804405509521 +0.4125417319694984 +0.3826703008113107 +0.41256785560318215 +0.3976530198391684 +0.3976241335003925 +0.440454153921752 +0.5751635271931376 +0.49220881886540596 +0.8073527110466511 +0.7988298050564877 +0.7876769937716858 +0.789135030506817 +0.7265221152190705 +0.7881819213360485 +0.7845434711581103 +0.7831684686725725 +0.7839535103930936 +0.475069163429881 +0.2864689429433622 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5399910018623522 +0.43096969965059573 +0.8033386244392676 +0.7847011712539832 +0.7861780799912862 +0.7934013030332265 +0.7348063061556045 +0.7993823612885079 +0.797338226958012 +0.8023400926180522 +0.8129303118408134 +0.48265470232437796 +0.2740593604099791 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5301229235469317 +0.42604595012106167 +0.7988307292888014 +0.7931776987563955 +0.7976102976055014 +0.8098155810834954 +0.7540145696872487 +0.8139967623279052 +0.8084441271465044 +0.8234869222375162 +0.858314446022004 +0.520899948572944 +0.28137404767514756 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5205395396098652 +0.41897716637921845 +0.7972471208889933 +0.7856828203913983 +0.7858681666534776 +0.7854816029194992 +0.7223431137210262 +0.7856983374756276 +0.789933016777919 +0.792022503719587 +0.7907322345884309 +0.4814766433555922 +0.2796332350760425 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5213091988980474 +0.4200860660568162 +0.8098158781095112 +0.7852155027910687 +0.7850002988549536 +0.783814068437496 +0.7201607976367409 +0.7825215639412216 +0.7825370395013701 +0.7833657582368867 +0.7839541279150277 +0.4806359156981653 +0.28499528896415405 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.16666388463141452 +0.16072349764717314 +0.15867261773459476 +0.15846035865547572 +0.15846035865547572 +0.15846035871137598 +0.15846035871137598 +0.15874179780976916 +0.1610049371416256 +0.1627743813432656 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.30749190920141667 +0.27762389983791785 +0.39380027941180507 +0.3788964936885999 +0.1646130012754811 +0.17517204244979462 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15817892000636685 +0.15817892000636685 +0.15846035871137598 +0.16010259724639472 +0.1646821816908145 +0.3638804405509521 +0.3638804405509521 +0.37881101106617265 +0.3638804405509521 +0.3788375571579067 +0.3937934632067343 +0.3976518365686346 +0.3976332639879965 +0.4126400683694923 +0.392807784877598 +0.4128307968855438 +0.42068783209551247 +0.5755746871970113 +0.6908164126773478 +0.8107315639883284 +0.796744159124396 +0.7901469777019446 +0.7870460362133724 +0.7243678498811206 +0.7857509925828945 +0.7867918434001178 +0.7861549563609244 +0.7853164566655679 +0.48263571339097955 +0.4850324287769568 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4403799867099988 +0.5724622625647421 +0.674887575833986 +0.8101094226341318 +0.7988558180648285 +0.789058294157521 +0.7907974492309264 +0.7298103648939044 +0.7890270176321196 +0.7957225778102914 +0.7954489549469533 +0.802853096788289 +0.4803832418364918 +0.48054135078960303 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.555952107364637 +0.6377332707148364 +0.8189651804007192 +0.8009984001676616 +0.7890831778524253 +0.7846115757030422 +0.7222084615695032 +0.7838061533122941 +0.7845662411740973 +0.7844698528464343 +0.7852048916222933 +0.48250896219853046 +0.4796192253547524 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5414198168890563 +0.6258100310468112 +0.8219889633988358 +0.7895129988641016 +0.78532094536956 +0.7835123709789041 +0.72078953195442 +0.7834884604520512 +0.783479801052175 +0.7841188049559126 +0.7849438910888805 +0.5013701164807017 +0.47914207030066114 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5474527249839108 +0.629383076038497 +0.8037943409723667 +0.7868872372842546 +0.7847273163626285 +0.7838650006301751 +0.7202049297773511 +0.7836954554417886 +0.783136813725531 +0.7836527705166626 +0.7892562399421449 +0.47941515548790553 +0.4739055871456952 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.1622806787652543 +0.16022979935786044 +0.158938180280668 +0.15817891995046657 +0.15817892000636685 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.15982115814800157 +0.16241904275501734 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.1622806787652543 +0.15846035859957547 +0.15817891995046657 +0.15796666087134756 +0.15796666087134756 +0.15817892000636685 +0.15817892000636685 +0.15839117914138617 +0.1600334172830209 +0.16516000647510304 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5343153723567398 +0.622067793488747 +0.8244168728320292 +0.8105597845981212 +0.7875084349571385 +0.7875613316514541 +0.7242841576141944 +0.786782290661225 +0.7855361299030191 +0.7857623769034227 +0.7924696995153647 +0.4902571006169937 +0.48311997520426553 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5580237099645479 +0.6344409019075724 +0.8116091287985907 +0.793128547107198 +0.787835805750864 +0.785581964284307 +0.7237743733649662 +0.7847115223457146 +0.7848985207063666 +0.7851123808014734 +0.791176314760901 +0.4813363771275127 +0.4798371725766631 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5542730037067566 +0.632854856224041 +0.8068293977414208 +0.7894365670188108 +0.7853101812301574 +0.7843707150536303 +0.7215512227387249 +0.7832069380774798 +0.7855670922055066 +0.786888465608472 +0.7920409997190353 +0.50269812049097 +0.4688472669883347 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5274550735411955 +0.61656239003603 +0.8253539926816346 +0.8160801807353293 +0.7873984669889624 +0.7872959849217229 +0.7243573356220813 +0.7857651712758296 +0.7859890388458813 +0.7918817921815235 +0.8025187927230768 +0.4972268491577026 +0.47476023064693207 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5494219971400867 +0.6317154195581778 +0.8154935897652815 +0.7942501973951576 +0.7858745359546853 +0.7864382653975681 +0.7208005065922515 +0.7851311883328539 +0.7839718842430893 +0.7840792533695663 +0.7893504778309599 +0.4871810602318637 +0.4740650155591904 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.16843332538969946 +0.1594318785699807 +0.16072349764717314 +0.15796666087134756 +0.1582480995763567 +0.15817892000636685 +0.15839117914138617 +0.15839117914138617 +0.1600334172271206 +0.1633905626136221 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3074859484808098 +0.37885155250939095 +0.3638804405509521 +0.18517705857940517 +0.17565967098395152 +0.15846035865547572 +0.15895405688888817 +0.1582480995763567 +0.1582480995763567 +0.15846035871137598 +0.15839117914138617 +0.15982115814800157 +0.16365612831879153 +0.37383574197550146 +0.37886646026878645 +0.37887029853161697 +0.39399740630059804 +0.3840674838042674 +0.38413663228000355 +0.41290993885858496 +0.39291668068326696 +0.413021063867012 +0.41324349544841654 +0.39306152999299926 +0.42593893502707936 +0.5866770015137707 +0.6902574554152718 +0.8378762541996224 +0.802535951916063 +0.7931632490109781 +0.7914093953920874 +0.7307731378346015 +0.7930415416738544 +0.7922631341995374 +0.7964717007480052 +0.8004420500310839 +0.4815576374208516 +0.4808325822881115 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5467475118843832 +0.6318430312927017 +0.8143845260681529 +0.7943143361745294 +0.7959834094241238 +0.7977335822595957 +0.7380863074600428 +0.8058723534495009 +0.8051664010955046 +0.7901074209304862 +0.7963396151031193 +0.49513562357149155 +0.4738174393340098 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5435777213966986 +0.6272775826327702 +0.8229055171202508 +0.7942584273343335 +0.7849126753186305 +0.7860169519519445 +0.7248172896580359 +0.7858561782417294 +0.783953493693367 +0.7988335147415372 +0.7907745343101651 +0.4978823731744319 +0.47904670278704026 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5480595544652687 +0.6290416324462241 +0.8340715358160192 +0.824104875483206 +0.7991586955425696 +0.7883914978889797 +0.7253515112074185 +0.7852792511224347 +0.7850295917092525 +0.7880878518105534 +0.8045106719610751 +0.5053682773257518 +0.48579767407585034 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5679421815332347 +0.6595609544348694 +0.8236022595928051 +0.8070698806922916 +0.7891995082742862 +0.7889580075313799 +0.7299425214254165 +0.7912026680205844 +0.788521480527398 +0.7917539201995334 +0.7898503751176875 +0.48423757057073014 +0.48193339837565985 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.16843332538969946 +0.1591504394156873 +0.16072349764717314 +0.15796666087134756 +0.1582480995763567 +0.1582480995763567 +0.15846035871137598 +0.15846035871137598 +0.16284356091325547 +0.16645162589245455 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.3638804405509521 +0.166186059847126 +0.16022979935786044 +0.15936269855070662 +0.15846035865547572 +0.15796666087134756 +0.1582480995763567 +0.15846035871137598 +0.16079267806250655 +0.16666388463141452 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.556351441849902 +0.4401734729655596 +0.8051221285316409 +0.7876345922406424 +0.7866408887972517 +0.7856512894403415 +0.7260970671305512 +0.797631551313133 +0.7953560046469017 +0.811559831611995 +0.8282451543225676 +0.6989450310344367 +0.4881065843289698 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5644442053489651 +0.46285279061076345 +0.80915439105945 +0.8098914356231224 +0.7935102043383687 +0.7881870226095008 +0.7270700253830046 +0.788626206596195 +0.792401543201063 +0.7920356757845165 +0.8335337941801848 +0.6997508749176695 +0.48728683505986575 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5553033249106407 +0.4391250470963966 +0.8187027165112167 +0.8007236759382373 +0.7937938604613418 +0.7909634521952358 +0.7264307579133283 +0.7938373154822416 +0.7939769256465408 +0.794397823502459 +0.8263649573037398 +0.6986265413909133 +0.48554229081168715 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5554508549919857 +0.43561544179202194 +0.7969407883317646 +0.7902921967718312 +0.7871286704430899 +0.7865305512990823 +0.7241093031869912 +0.785425138605477 +0.7903101610451831 +0.7991467439781788 +0.8235330551023952 +0.6969478272704084 +0.4832672713044498 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5431158662517861 +0.43374648103034785 +0.8214759885303271 +0.8033021744212748 +0.7911290008766676 +0.7875885419960893 +0.7237172461335836 +0.7865927832561976 +0.7866444616485767 +0.7966672372634598 +0.8328202343495585 +0.6980679080775354 +0.4840466600301258 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.17020276959133954 +0.16065431762789903 +0.15824809952045646 +0.1580358404413374 +0.1582480995763567 +0.15846035871137598 +0.15846035871137598 +0.1600334172271206 +0.16236573612896693 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.39376112713648515 +0.37885172635012876 +0.3788562239725023 +0.3938651733476234 +0.37901088868855587 +0.29264148067387047 +0.30776355089158236 +0.3080133957958766 +0.2980179914751909 +0.2928280702071985 +0.3080858282039245 +0.3947139743652042 +0.18721101483291533 +0.17546512294343633 +0.17623509514776917 +0.17562367468689405 +0.17809333245921435 +0.16592210735150467 +0.15846035871137598 +0.15839117914138617 +0.1605804189833875 +0.1801600470197889 +0.3838350133027372 +0.37883325490036435 +0.3788980722612372 +0.39380555006871415 +0.37890995077409667 +0.3788440469479393 +0.39386538030805995 +0.3976989261323363 +0.3826703008113107 +0.3976758547460301 +0.412635309981153 +0.39777329889551943 +0.4254901304635906 +0.5706904481183933 +0.49080289006467376 +0.8522260589010004 +0.7987019699912823 +0.7977082987780113 +0.7951868925980202 +0.731456355924097 +0.7894159329418436 +0.788413726988598 +0.79797643225286 +0.8347825135346573 +0.7021419510650222 +0.49073655515382064 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5588810198476272 +0.4391330370596973 +0.7980408849670475 +0.7885867872248405 +0.787493202342101 +0.7852657690782702 +0.723054358073751 +0.7849330184930812 +0.7899958975277668 +0.7929710820640232 +0.8168774584804004 +0.6964965331807946 +0.48321318135662905 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5651186589445364 +0.45421603082883827 +0.8002737307153404 +0.7923419136112432 +0.7881898513201805 +0.7879564467047072 +0.7226083690401415 +0.7936576579498061 +0.7922148672742875 +0.797597017728182 +0.8162175736303345 +0.6962226087371328 +0.48248435468104 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5386598315809554 +0.4295443483313005 +0.8124714362175507 +0.7861128810842061 +0.7884830479229582 +0.7898238712456187 +0.7269289332562817 +0.7967319129751063 +0.8020598375346715 +0.8010454417692968 +0.8299381594665971 +0.7000209072649141 +0.478714586042766 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5556187958164057 +0.4435265451565602 +0.8275555136638726 +0.7964100916567597 +0.7901603504579063 +0.791707667957413 +0.7291828797290248 +0.7889596891478065 +0.7885779878305883 +0.8038799782933699 +0.8294918603736745 +0.7009324162732081 +0.48660620226546436 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.1977938737293537 +0.1732929450703687 +0.1617775586015355 +0.15839117908548592 +0.15817892000636685 +0.15839117914138617 +0.15846035871137598 +0.16022979980982002 +0.16173367836219082 +0.1753862391581769 +0.37883977606480446 +0.37883631815470903 +0.3839284963783103 +0.383990380741864 +0.3840477315724638 +0.38413025621957925 +0.3841832357755976 +0.29283324981972836 +0.29300592464867814 +0.30801031490005065 +0.30827949702508917 +0.2932828523654539 +0.2982318819699727 +0.394660034098645 +0.18585935457444877 +0.1853222304117328 +0.17453769253993198 +0.18869749452684487 +0.18842807426295552 +0.17318363649805033 +0.15846035871137598 +0.1760432904515218 +0.1922566989841031 +0.1852333278104821 +0.37886792169112743 +0.3939397638406719 +0.39412042377238427 +0.37905074797797794 +0.3789104456454269 +0.39404248629935495 +0.3942430623524907 +0.39778279056081356 +0.3826703008113107 +0.4127199370015763 +0.3978351526711652 +0.39770361223461653 +0.4406258576425812 +0.5924017122016992 +0.4970727803738359 +0.8360641429300115 +0.8084706392799322 +0.7986813694402974 +0.7890865670052015 +0.7298567123793814 +0.7952364946065844 +0.8060869062701643 +0.8213716501140832 +0.8351462092998229 +0.7018420533714425 +0.48928060823045 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5715633917847451 +0.47250053809868714 +0.8297902933563387 +0.8097033412547697 +0.7969661348099459 +0.7905547541008898 +0.7272135965248423 +0.7889938714797408 +0.7888941778391092 +0.8082443606666688 +0.830979586877887 +0.7022366012100879 +0.4888090059341994 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5679202759334385 +0.46386817616068854 +0.8156325373461654 +0.7942262933422294 +0.7926090808666412 +0.7905719418350678 +0.7269707609244493 +0.7881996077317266 +0.7883088787653924 +0.796396087090207 +0.8301609245658924 +0.7022026265261835 +0.4877271471415359 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5694107372357646 +0.47109478492310364 +0.8216961986639126 +0.7994414216449705 +0.792403608408898 +0.7890805943112119 +0.7286482368592072 +0.7889176654192284 +0.7952638171886046 +0.8021092687213486 +0.8228389392908841 +0.7028802758331251 +0.48679896247082827 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.41259451939556546 +0.42561982766400475 +0.5783663933821435 +0.4858572712079091 +0.8173461388575077 +0.798784363719109 +0.7928273990663219 +0.7886745716812178 +0.7262846732282949 +0.794120001312002 +0.7938946297669652 +0.8024440172020513 +0.8215017103385106 +0.7010716874244912 +0.48356483915289744 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.30754605380964445 +0.29270816762627316 +0.29265395672208905 +0.3941329516007804 +0.18873418433020975 +0.17731320250602126 +0.1739008532796997 +0.1644306201741633 +0.15817892000636685 +0.15839117914138617 +0.15839117914138617 +0.15846035871137598 +0.16051123896411343 +0.16891115051414704 +0.3638804405509521 +0.3638804405509521 +0.3788291928422625 +0.3638804405509521 +0.37883466370300406 +0.3788419543236191 +0.3937678341401948 +0.29258154122670027 +0.27762389983791785 +0.2925757848936372 +0.3075022613575397 +0.27762389983791785 +0.3074962460222249 +0.3638804405509521 +0.20007425363000442 +0.1792745884528814 +0.16192257984223649 +0.15846035865547572 +0.1582480995763567 +0.15817892000636685 +0.15846035871137598 +0.15846035871137598 +0.16489444076993354 +0.17020276959133954 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3638804405509521 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5567348443921943 +0.45071794354501526 +0.8105373469597771 +0.7991937571677076 +0.7862906090454981 +0.786695599370679 +0.7226722914073607 +0.7851845912313707 +0.8097544435684652 +0.8263256481034661 +0.8318145935366562 +0.6969098861093381 +0.48262352759273086 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5554684654839868 +0.44092220116946795 +0.8339977548864693 +0.7964733773166186 +0.7898433486325536 +0.7907373192109703 +0.7283127284994813 +0.790595788524996 +0.7943281374273282 +0.8213345344413822 +0.8355607460260708 +0.7018601811684464 +0.48805812323914605 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5734236876484925 +0.47549792593947443 +0.8315722532015093 +0.7967530686288661 +0.7930028534791679 +0.7928233270641182 +0.7294933755044256 +0.8008949941989706 +0.7995793841704296 +0.8168367135793412 +0.8359329150125138 +0.7023881534979736 +0.48734697395704224 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5681143669343056 +0.4691575247404927 +0.8311383799253365 +0.8054738706582519 +0.8084690586644043 +0.7968178652901144 +0.7386733722572338 +0.800688295041285 +0.8015962023676292 +0.8278365446284104 +0.8365087865166152 +0.7026866638635456 +0.4897984152105481 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5504767551035231 +0.6438876474253542 +0.807157461403444 +0.8117863948319552 +0.815565373716397 +0.8042396994909587 +0.7237681993690988 +0.7871702641591657 +0.7972129067762157 +0.8125315796479345 +0.8344131245324119 +0.7005175242134339 +0.4875345951833832 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.3638804405509521 +0.39375645493854183 +0.16714170631250705 +0.19294132958589835 +0.15867261779049507 +0.1582480995763567 +0.1582480995763567 +0.15846035871137598 +0.15852953873065007 +0.19229970299761806 +0.18538589954861265 +0.3843096623619112 +0.3843890432538281 +0.39450390040809014 +0.3844497374988435 +0.3845791369713369 +0.39482768748755476 +0.3795628799710297 +0.30854154503257314 +0.30862947081164693 +0.29331958744944203 +0.30847422389643026 +0.308884948680348 +0.2934410602175133 +0.39485233299293265 +0.39541218365425035 +0.1835624937997891 +0.18148598597484125 +0.1896300741839417 +0.1891593630167051 +0.1739322762816208 +0.17385703101585298 +0.19017302615248308 +0.1932850782789 +0.1860229193075096 +0.37962862343589443 +0.3960170512149079 +0.38456254118130695 +0.38006618371006395 +0.39618312370510933 +0.384807822537187 +0.38010947909733817 +0.4147598194380977 +0.403437428953292 +0.39880855858184683 +0.4140374269086273 +0.3991067542332297 +0.44261176624163956 +0.6270078804602619 +0.7089942967436728 +0.8661748939620934 +0.8319200308471828 +0.8183778013667274 +0.8076787052084253 +0.7369009196219485 +0.7949128030841104 +0.8005700318770628 +0.8059382963023063 +0.829699069536039 +0.7102522705732669 +0.5131993758705345 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.397623256161454 +0.39769542484936515 +0.412771280625762 +0.3980467893526888 +0.40309064255546156 +0.4309603725433549 +0.5953711099438975 +0.6958654157053833 +0.8452134549246445 +0.8156739918375278 +0.8077242804918455 +0.8003661850853996 +0.7366283181901941 +0.7994623530311239 +0.8074236129534962 +0.816611563132479 +0.8458626837645905 +0.7153305673993495 +0.521122855780497 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3937786037745933 +0.3826703008113107 +0.41260172818025964 +0.3928447318550187 +0.3980518680560939 +0.39847808116279454 +0.42632005640775683 +0.5905704731919944 +0.6946269125796132 +0.8418809605788379 +0.8113358534069168 +0.8014762637150507 +0.7995674030125671 +0.7389262472964201 +0.7993427114659584 +0.8044009661110622 +0.8230809480579505 +0.8446984847974138 +0.7137383648221707 +0.5189955645893741 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.3851355746978002 +0.39428621494112365 +0.3930394200372409 +0.39819120274595327 +0.39866120245780085 +0.3989288193030655 +0.3993391156733763 +0.44330437302927655 +0.6196097843360987 +0.7081545948763541 +0.8420068527656749 +0.8163593714491042 +0.8037082733492167 +0.802506306016061 +0.7360310228167563 +0.7972451513886217 +0.7962951618328442 +0.804630246275916 +0.838569197071939 +0.7144309463922874 +0.516983497940653 +0.4572904869018806 +0.41406625636003397 +0.4240237927742456 +0.38516115708474474 +0.3939573173203373 +0.39288379125152584 +0.3980410320992914 +0.39859237574909817 +0.3989765653588626 +0.39941870751449976 +0.44350638155942307 +0.6170904353712343 +0.7073756331985985 +0.8544523596465389 +0.8152788689653405 +0.802657364529856 +0.7990550783281547 +0.7370939202143462 +0.7988726500253863 +0.8075967044347572 +0.8218341475933073 +0.8436818701992849 +0.7132932790108278 +0.5144061740431612 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.39377815955855944 +0.28767382452203 +0.3078662848891352 +0.2932210544184465 +0.29317942793656143 +0.3084806063146598 +0.2933154970141825 +0.37955703563010446 +0.3800652973299798 +0.19319940089341542 +0.17850047221126272 +0.17364767047670565 +0.1898008408851045 +0.17812228498332697 +0.17395779820055196 +0.19097433846089334 +0.18291125025545862 +0.19320361804748631 +0.381049628047883 +0.3874354082651444 +0.4004285204980989 +0.38716393564478824 +0.39827134531320063 +0.3873002395849318 +0.3982752783197568 +0.3013973072718897 +0.31245074583795623 +0.30183547499826735 +0.31236774252922744 +0.30824730383060683 +0.31457337344832087 +0.3878475649268049 +0.4000755657421074 +0.18551153941699736 +0.19271316761748294 +0.18335895213760953 +0.18256823344058246 +0.18039980243639916 +0.18016733654525469 +0.18300705121511676 +0.18496646552809362 +0.18895474807826532 +0.38697462567814117 +0.3816923517675113 +0.3876214676964099 +0.40024136027165097 +0.3924481029721828 +0.38800046402919325 +0.3993079311656281 +0.4129341038375524 +0.40758395034553196 +0.41775579731211443 +0.4147085817532644 +0.40775431410886764 +0.44678341112356085 +0.6278074768207352 +0.7107001485480035 +0.8884222960505419 +0.8698533820904144 +0.8400919728693712 +0.8247870129081861 +0.7568305833426286 +0.8105306223758035 +0.8121115309121644 +0.8136514445720964 +0.8372175373176107 +0.7305013842878819 +0.5251255525524102 +0.4572904869018806 +0.42605458263017226 +0.42938037013729585 +0.3965880266686613 +0.3796422719801967 +0.40496696418902856 +0.3990953909907684 +0.40475149301084795 +0.39937931204982846 +0.40544852587948177 +0.4447852073478913 +0.6254322217516289 +0.7092710550050073 +0.8802857049154353 +0.8328436921312473 +0.8173183773915885 +0.8064268471573822 +0.7421945444550805 +0.7995961456812745 +0.8099681111965757 +0.8260646980873811 +0.8446880759565759 +0.71271770523379 +0.5162741971597357 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.39009026681441406 +0.37882626561518024 +0.4125960934505596 +0.3926868029403578 +0.4126438844676012 +0.39275260630308234 +0.39781465740743954 +0.44074815817908813 +0.5737605568514523 +0.688890473540635 +0.839101486432403 +0.817959090598861 +0.8006423935872339 +0.7930814984611426 +0.7283034086870711 +0.7928644545963773 +0.8022818290713366 +0.816052555267789 +0.8376512595146244 +0.7036559014342881 +0.49839955249612283 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5591971705495379 +0.6394239729430924 +0.8356050115401954 +0.8082866806734708 +0.7948634096541652 +0.791861013278181 +0.7281608988029148 +0.7895262136131267 +0.7981052277013384 +0.8205120805373651 +0.8346280834199888 +0.7004793806866225 +0.4870097433742546 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5668536348883318 +0.6541787682615436 +0.8230822260453655 +0.8098273768680515 +0.797091980285918 +0.7897329985053189 +0.7266056040304202 +0.7888666710288373 +0.789106021854109 +0.8042412517606011 +0.835107552351014 +0.7013129419974846 +0.4844552374237702 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.27762389983791785 +0.2925817780203354 +0.3788488437989862 +0.39379946964950857 +0.17750857839458636 +0.16892687414489574 +0.17174226747215346 +0.15867261779049507 +0.16022979980982002 +0.15846035871137598 +0.16022979980982002 +0.16919985401568888 +0.18218124018527232 +0.378940704383448 +0.384060804128801 +0.3840741044408774 +0.38409620773070524 +0.3790839256739214 +0.379292978477224 +0.3793627753966053 +0.29336612528938594 +0.3087712807486844 +0.2971639419635664 +0.30129388989878175 +0.30140966652846307 +0.30132243779792045 +0.38780468529754974 +0.38789381391849503 +0.18300353127128632 +0.1791545097669219 +0.17660909172624334 +0.17601419837356785 +0.1735255627684725 +0.17366002076671652 +0.17592612076670514 +0.1822494678851198 +0.18571921754929724 +0.38467571162583314 +0.37949370071926314 +0.39519155935428996 +0.3837148464995185 +0.3796298630016682 +0.3956229697628207 +0.38392456957157944 +0.39833281458265885 +0.4137759681051142 +0.3984859560392223 +0.39817395609194134 +0.4140083651226741 +0.4263179894542691 +0.5875693210581276 +0.7009688185557451 +0.8787802801414581 +0.846787575177696 +0.8084604917504092 +0.7984767384958547 +0.7426722655033529 +0.8043066625566009 +0.808458773006926 +0.8245468759081668 +0.8380469036318774 +0.7065922534790037 +0.5039436374464382 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5806025384255241 +0.680188916749899 +0.8350913964635805 +0.8019843190466451 +0.7961496736036127 +0.7935205032392323 +0.728990565538889 +0.790493112006506 +0.8079392348604455 +0.8235093251754649 +0.8371855832030868 +0.7043497497698156 +0.4921506896949649 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.44038738252204723 +0.5824205593742421 +0.6839160625149221 +0.822358349266669 +0.8167293059627614 +0.8004752929930867 +0.7964651020166302 +0.7323259013865583 +0.794334248054637 +0.7931807729045487 +0.8148073660991271 +0.8367710682981737 +0.7033334407185052 +0.49234160587297415 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.3826703008113107 +0.4104958107027211 +0.5701630839121837 +0.6664033870981111 +0.8411999996288234 +0.801067979314166 +0.794720174444284 +0.7936706241856482 +0.7294858911171267 +0.7907653890806857 +0.797788286227705 +0.8159174816642286 +0.8384008954695629 +0.7051220629864613 +0.49965114414957823 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.3826703008113107 +0.3826703008113107 +0.41267115088580214 +0.3979288967898466 +0.4033406409857472 +0.4312260508027341 +0.5947637994577292 +0.6988441822155694 +0.8433612462510297 +0.808537354422229 +0.798717857439614 +0.7965947733500013 +0.7338614042772987 +0.7935223725760129 +0.7948182006374802 +0.8094581419786057 +0.8411371006626027 +0.7110425981462246 +0.5128556866703832 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.36388044029441446 +0.2926019821445513 +0.29267031788442976 +0.30805488389735597 +0.2982045703861153 +0.29835620653586603 +0.3085309232252979 +0.3794936966668188 +0.3794928235538532 +0.18212386181063048 +0.1750287342655163 +0.17898354380574008 +0.17813278632938737 +0.1782563046868165 +0.1765354964399093 +0.17484929422623638 +0.1769505774477979 +0.18415330862387935 +0.38424219072109184 +0.3791093136107401 +0.3942422866549173 +0.3944831220660463 +0.3795535812186344 +0.38451187610754434 +0.39474929172174267 +0.29349679413171886 +0.2985184270662952 +0.30854256591239493 +0.2933369717134607 +0.30855037962783977 +0.3089068545168321 +0.3798438001998671 +0.37950802080343016 +0.19362347970418428 +0.17471960830422412 +0.17396163857510602 +0.18834117894956023 +0.1882682169739516 +0.17371586588576626 +0.17554801043309698 +0.1921359401375711 +0.185346367856425 +0.3789996721876133 +0.3942676369753962 +0.39448541332237186 +0.38434776177916635 +0.3791195170654166 +0.3942348143323049 +0.39462763654503524 +0.39292100530383733 +0.4129360000062473 +0.4031910992276702 +0.40348092702162464 +0.4138645813440249 +0.4263292818302187 +0.5859819087385695 +0.7047073907283674 +0.8821143763201297 +0.8324971595761128 +0.8151577032566333 +0.8038278467354117 +0.7392896711591787 +0.7985402485743711 +0.8026461631974827 +0.8177154244743928 +0.8410558979448352 +0.7216128597403719 +0.5271171994361461 +0.4572904869018806 +0.41406625636003397 +0.4240158456564161 +0.3852181098132469 +0.3947617685669383 +0.3956729152381793 +0.39877806184635445 +0.41615596102331004 +0.4065282977125226 +0.4069474784030719 +0.4274204504629869 +0.6277241609905438 +0.7105108227050269 +0.8932006166618289 +0.8326007935462446 +0.811729326859663 +0.8080136765229715 +0.7430921644872063 +0.8019671483820069 +0.8085690152485416 +0.813765635827657 +0.8431682269660041 +0.7218688153139952 +0.5287627980299776 +0.4572904869018806 +0.4269065178130145 +0.4241487165156546 +0.3957499756643417 +0.3856431110996911 +0.39858851101501824 +0.40530048198256496 +0.3991587819749532 +0.40524844625235373 +0.41636787974299994 +0.4318705708922346 +0.6151095720116013 +0.709732958819556 +0.8716940893710853 +0.8191322756477258 +0.8105774658683931 +0.8031263867143739 +0.739026508694116 +0.7987036745962517 +0.7981702917313689 +0.8131104499696875 +0.8403435632238576 +0.7180642694547547 +0.5227543222028662 +0.4572904869018806 +0.4190472645566553 +0.42409721252029575 +0.3955679627854374 +0.3827056449794812 +0.3983021668250414 +0.3983946131410915 +0.39944744348125916 +0.4157052021287174 +0.4060511853176037 +0.4341277350722288 +0.6178601023720713 +0.7087676267018642 +0.8715627144772463 +0.8357663306209426 +0.8130911067442818 +0.8071232302595971 +0.7428310498821468 +0.8012280914009711 +0.801409003958907 +0.8104258291683945 +0.8444449490229554 +0.7244547421421896 +0.5341129150367971 +0.4572904869018806 +0.42694683530173544 +0.4292872674406822 +0.39824363519717115 +0.38271074225997653 +0.39837337222557767 +0.39925990638321734 +0.415243221642909 +0.4030004457706125 +0.39901038078971 +0.43246319716483744 +0.6120425206927264 +0.709128312674196 +0.8601827474482867 +0.8130007859511907 +0.8041168211426039 +0.7998405762383718 +0.7411105330204049 +0.7985450011327636 +0.7962687602335764 +0.8142286625517181 +0.8433202980497867 +0.7138828178271168 +0.513947110940411 +0.4572904869018806 +0.41406625636003397 +0.41406625636003397 +0.37514313621851575 +0.3788453094977753 +0.292580104462029 +0.30758809943784593 +0.2929723617275368 +0.2980839769096006 +0.2982323762319201 +0.30868461685972765 +0.37950782823795914 +0.3795394497325851 +0.18459036992023273 +0.17542765967582793 +0.17428765937735283 +0.17392311855606202 +0.17384147374019127 +0.18881423192718627 +0.18901845387420022 +0.17673490001664136 +0.1893496177249318 +0.39531881614952874 +0.37979386046354824 +0.37951421626169074 +0.39536766590066297 +0.38004587423360353 +0.3951541317316375 +0.38023889815311296 +0.3091682100581186 +0.2982096547952158 +0.29380223016320606 +0.3097928850213392 +0.29856978355953107 +0.2938689283415376 +0.3961606830202468 +0.3854081071984149 +0.18244193408082213 +0.19108093431457718 +0.17425862767737232 +0.18894582735444004 +0.17877074150516473 +0.17898396792099117 +0.18919352471942472 +0.17647022383457797 +0.18463889288175492 +0.39647022587643194 +0.3851043619126087 +0.38023740550980967 +0.3970041628656864 +0.3884545015150343 +0.38472344053292823 +0.3963506209780751 diff --git a/example/run/baseline_scenario/opendss/profiles/load_7.csv b/example/run/baseline_scenario/opendss/profiles/load_7.csv new file mode 100644 index 0000000..c0a4a29 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_7.csv @@ -0,0 +1,8760 @@ +191.82312176755224 +124.04195168473466 +196.75710007087906 +124.04195168473466 +189.7815655082837 +127.52580719951405 +187.68065401607228 +166.78977868259773 +150.35811464266052 +89.53770959746585 +151.7471932129138 +89.53770959746585 +162.5501014768313 +89.53770959746585 +152.18618846690046 +89.53770959746585 +151.15084533335946 +129.44328524653773 +195.57770651636653 +125.94430110934974 +198.950274288603 +125.94430110934974 +198.54307152457991 +125.94430110934974 +221.13218510720827 +148.45720104156848 +220.54887430624566 +148.45720104156848 +220.93121518555168 +236.21974629163145 +277.1303205472114 +278.0237259977791 +526.6622717303601 +526.3394878006936 +526.0985634910879 +545.4251435503348 +521.025575465887 +525.7678605157843 +525.6599452310148 +525.64719445188 +553.2990783952458 +344.03850171019576 +340.9687318966538 +231.75884361137133 +333.73090895124614 +243.01677134609412 +200.8531448713327 +150.37467908859216 +201.94019388784466 +148.45720104156848 +207.8126727330475 +148.45720104156848 +208.79141181857375 +264.20285612928694 +247.70266917860405 +278.0085115298114 +526.6778309158511 +526.7310961720776 +526.5650614026658 +545.8999203419911 +521.6033162688136 +526.3625329553727 +526.2878784190187 +526.242780064211 +553.931611138498 +344.7799986525083 +339.48298758183216 +231.75884361137133 +321.80698389738956 +202.68903331703905 +204.76603260472604 +150.37467908859216 +207.9917533966669 +148.45720104156848 +210.50767444463517 +148.45720104156848 +209.27203669094635 +263.8468548967816 +243.17745026118283 +279.1541670548161 +527.6910685596354 +527.0382998417829 +526.6956543283491 +546.1744464337914 +521.6908609814504 +526.4990906510913 +526.5572698371263 +526.5509492534451 +554.2912150525198 +344.95693111651013 +339.35316524441106 +231.75884361137133 +302.1614024231727 +202.68903331703905 +212.58161877711007 +155.1025152314044 +194.54672500686158 +188.22133193597125 +190.8758481213239 +187.81855149712118 +187.18033912048728 +280.7708076727578 +216.29988450240245 +278.20993230512966 +527.0274272264132 +526.7346495336946 +526.4613612520113 +545.9761176132264 +521.5330733954873 +526.2833970953085 +526.1471638209368 +526.126753211694 +553.7484149713504 +344.48268648652584 +332.15859773477 +258.12402026059505 +306.23444182867814 +247.9113540573692 +203.08168345879625 +150.37467908859216 +208.66714858472088 +148.45720104156848 +210.30380774969782 +148.45720104156848 +209.24105402547005 +239.87483184333024 +261.4561254093436 +278.8555426026439 +527.3272011498664 +526.6506312440761 +525.822654573166 +545.3880205716206 +520.9633681675233 +525.6812531952569 +525.5929085626614 +525.5997997651345 +553.3610270613003 +344.132533063507 +332.54180497007275 +252.86168665665062 +304.50364402691844 +248.0274376721852 +212.91883697934102 +150.37467908859216 +176.0572483070851 +140.91466539975477 +174.5483021987395 +163.9843886923954 +164.70118165400842 +216.26590095066152 +205.19627439905463 +268.6036732933539 +234.0150355690864 +233.92500034786494 +233.860878138381 +243.39264220401486 +236.51514631952318 +134.29900008499447 +246.85039716731995 +134.29900008499447 +263.9283441241507 +125.95942973175835 +155.8221214779885 +125.94430110934974 +172.35577454447017 +125.94430110934974 +175.23953786326462 +125.94430110934974 +180.87511301058032 +124.04195168473466 +180.29585409154367 +124.04195168473466 +179.73988192251358 +127.52580719951405 +182.1206527232708 +125.95942973175835 +145.6129342856495 +89.53770959746585 +146.06339296916923 +89.53770959746585 +146.3884635151488 +89.53770959746585 +147.07088151356302 +89.53770959746585 +145.77607296462685 +129.44328524653773 +182.2029694235538 +125.94430110934974 +182.9650796769441 +125.94430110934974 +181.83965327807957 +125.94430110934974 +204.248534525569 +148.45720104156848 +203.96743940556723 +148.45720104156848 +205.47881354240073 +236.10816885239845 +248.14138370523452 +279.06695157441766 +527.5126481512237 +527.1932632396228 +526.9577618366857 +546.3650140582471 +521.9429748330497 +526.7054731152977 +526.6277912891599 +526.6311720000766 +554.3194232603689 +345.1352490382286 +350.22374386395376 +231.75884361137133 +331.76429213900485 +202.68903331703905 +202.62149691669657 +175.26798589173595 +187.84466074342586 +187.84464988754888 +191.59331721137883 +187.7959332784672 +185.98604405158426 +277.52231394388303 +199.72670012117104 +278.9187435743001 +527.4068924227901 +526.8351460667942 +526.3703457658919 +545.4890938257471 +521.0588471918772 +525.8775496373207 +525.7638961723607 +525.7765777649744 +553.336721306921 +344.1863001716557 +329.56580057557176 +231.75884361137133 +313.8787605305921 +202.68903331703905 +205.9226985580239 +150.37467908859216 +201.64126637428782 +148.45720104156848 +200.4879470294008 +148.45720104156848 +207.61856323205996 +170.22934791758294 +234.6730074520383 +311.56674272132153 +571.9991338463427 +581.8307217804643 +596.9590540274853 +617.5853239538616 +592.2180607743253 +601.1149156810961 +607.0306721302697 +617.2385697942113 +640.1657532031292 +429.44702348688867 +329.6657914546488 +231.75884361137133 +306.00166719207857 +228.42650149995603 +208.36340599956273 +150.37467908859216 +185.1281107408857 +148.45720104156848 +193.5644992981986 +148.45720104156848 +198.30556088585217 +236.14477655102144 +243.0446931628962 +279.62808597964323 +528.4133497590217 +528.0694427694474 +527.5290168901853 +546.8117758684875 +522.2879328930072 +526.8257954711905 +526.7347827190388 +526.7638122875395 +554.4380799566803 +345.2399939532817 +316.73671755492495 +231.75884361137133 +287.23779604718027 +202.68903331703905 +199.87358560741302 +161.5063625676735 +190.2982644037759 +188.13092038397716 +189.94067283750294 +187.7872176738554 +192.53904333392427 +257.18255981941616 +209.51572937871958 +278.38765406540256 +527.1263835568209 +526.7967488074062 +526.3660777568055 +545.8625555641769 +521.2361461715066 +525.5953079090255 +556.7003357937962 +557.0826546985543 +584.7058936458958 +344.14246064823755 +330.61065843926434 +264.99733647229147 +303.7109068265003 +248.08299654879343 +218.20445789129485 +150.37467908859216 +176.0810067505496 +124.04195168473466 +175.85226623605737 +164.110890598722 +175.8057999187369 +169.33605706057452 +218.1944965254275 +268.8889838811055 +263.4630701428047 +264.16103217140267 +269.0664593188269 +279.31250597527753 +234.5773759736002 +134.29900008499447 +244.7878460285023 +134.29900008499447 +249.47658081950223 +125.95942973175835 +129.44328524653773 +149.16633916809627 +125.94430110934974 +179.01436916672125 +125.94430110934974 +182.33760601935433 +124.04195168473466 +186.68043047077808 +124.04195168473466 +186.74062002188657 +124.04195168473466 +189.06331285656606 +125.95942973175835 +187.8672144069217 +89.53770959746585 +151.5424890768641 +89.53770959746585 +152.3752291612285 +89.53770959746585 +141.81883670374492 +89.53770959746585 +141.92214124908443 +89.53770959746585 +181.68545402545317 +166.03056924684222 +176.26528999890044 +165.83648728651042 +170.26669903501758 +165.3993423602839 +174.5029107830412 +187.86625107304104 +199.4018780923176 +187.7469016205584 +199.73753411946038 +187.62978079319547 +264.83567158685076 +220.3503322640406 +277.8535534216971 +526.5098525696035 +526.3305725066001 +526.0351332693893 +545.407761568503 +556.8766997363252 +566.509139445237 +574.0652977095776 +575.176673534417 +598.6109650822337 +381.9214332823449 +308.84200870166774 +258.9641980893406 +285.5869489334756 +257.38195036210345 +166.65151199314798 +150.37467908859216 +148.45720104156848 +171.99309077057273 +148.45720104156848 +194.88892915016177 +148.45720104156848 +223.00958169472165 +172.1468259646066 +323.21417720563426 +580.053837073073 +589.4997323781369 +579.060664906414 +594.7127777968834 +570.5753972252813 +571.2637612440349 +580.0016296104301 +588.6711877140781 +616.8171764293335 +405.9500571904171 +309.3580269019996 +231.75884361137133 +304.27959817948033 +202.68903331703905 +166.65151199314798 +179.42733313606158 +148.45720104156848 +201.53794715948493 +148.45720104156848 +200.95713555599312 +148.45720104156848 +227.51704046503843 +172.1468259646066 +277.32681099872167 +526.3246132129062 +526.1447930198872 +556.2255009325851 +545.4402875320584 +521.0311979084538 +525.8171738350959 +525.6345946834215 +525.6208142553685 +553.3402278865674 +343.83128871366193 +327.80246029224855 +231.75884361137133 +312.0080656271606 +202.68903331703905 +213.1278712623911 +150.37467908859216 +201.09793010164793 +148.45720104156848 +200.26305399438203 +176.80696588720517 +199.85236141236 +262.3413571625857 +225.79331335030201 +277.39831790425444 +526.3273960459751 +526.0696876666342 +526.0464483417222 +545.5857128509685 +521.0747250618523 +525.8949155263412 +525.8656567144906 +525.8577621109685 +553.4802044853574 +344.21254685179883 +336.83812477239337 +231.75884361137133 +312.3528186368702 +202.68903331703905 +222.21499808965382 +150.37467908859216 +200.5917280780615 +148.45720104156848 +206.47230164055293 +148.45720104156848 +207.97705859419398 +239.76497183199592 +245.27469524445297 +277.75867338285576 +526.4386640382318 +526.3879192143454 +526.3123434085752 +545.752449020257 +521.3884632693624 +526.1843666248626 +525.9944215906963 +526.279110874641 +553.5055944588839 +343.98091871005573 +327.89214503693194 +252.8656267239839 +291.8738547348939 +247.7132054375151 +220.74225633902054 +150.37467908859216 +176.6633089893537 +124.04195168473466 +183.8047384164626 +124.04195168473466 +178.82226299294544 +197.90241225962592 +232.5027901395026 +247.24871612491793 +234.01129437424336 +233.7818286999164 +233.59829745675393 +243.0257649086296 +233.92965661236178 +148.33556772489396 +230.5481837368549 +179.26611950242426 +243.95317860091166 +125.95942973175835 +182.11379231672234 +125.94430110934974 +180.07782958072283 +125.94430110934974 +187.53084944445055 +125.94430110934974 +182.9931988004603 +124.04195168473466 +184.22607883165696 +124.04195168473466 +184.6478462017821 +127.52580719951405 +186.19896016806373 +125.95942973175835 +149.65421716318224 +89.53770959746585 +150.74738776729345 +89.53770959746585 +148.5797697677441 +122.05702939191231 +147.88234241131227 +130.1032850976938 +152.33099882145268 +170.3540612615654 +184.88319062680966 +166.7154125572166 +184.41554324670923 +166.81902446069375 +182.8926121226928 +166.6346567145984 +204.4219124111476 +189.10932953993282 +206.13950813145428 +189.2091050952575 +203.18599639593538 +260.8207945813786 +231.54432033428878 +278.49469758216156 +527.186397544606 +527.0253785714201 +526.8242334268767 +546.3947712379611 +521.8729198371683 +526.8788874963486 +526.9132668781316 +526.876073562021 +554.5563115443723 +345.30315110614816 +349.96101589995527 +231.75884361137133 +327.6326188113049 +202.68903331703905 +192.85219614300547 +150.37467908859216 +194.70003280263253 +148.45720104156848 +193.80477142307276 +172.22824373011153 +189.99665675146576 +257.5199379981571 +217.58939741992208 +279.8192413938796 +528.2968841258172 +527.5810117505097 +527.18558498752 +546.5451207405753 +522.0332972552334 +526.7443413534248 +526.5595800032921 +526.6391211720332 +554.1204843525601 +345.0266815416779 +333.95272749726297 +265.7106625917366 +290.4038590779341 +247.61160983055063 +221.2783418229076 +150.37467908859216 +207.8101692234087 +148.45720104156848 +209.70302997685724 +148.45720104156848 +207.67051675206406 +239.46917819782246 +242.5202412967749 +278.6111779970886 +527.2373343853112 +526.916210001948 +526.5241856689062 +545.7813388457095 +521.3639007211773 +525.7784675175644 +525.8594600231198 +525.8108009948952 +553.7381598755394 +344.2170319191564 +333.49676124165956 +264.10398417384164 +297.3119064840173 +247.84677368456136 +222.19531986585525 +154.1706435744221 +195.57106230098134 +188.32843541944337 +189.76723094160192 +187.78500387890003 +180.87206824691776 +277.9255410087946 +204.09669881520298 +278.45325721747736 +527.1134369555978 +526.827656863146 +526.6142874664686 +546.1403759408272 +521.722859798868 +526.5127729697416 +526.4940844461348 +526.3539388732236 +554.000183714918 +344.6839695361842 +341.50434238937163 +231.75884361137133 +300.6405095145022 +202.68903331703905 +220.35940215618376 +150.37467908859216 +200.09344320865213 +188.54915781837894 +199.59317690166617 +188.07847849193985 +199.77949139627384 +259.98312405036415 +226.49661823336993 +277.80447498428555 +526.6785254655267 +526.2144360838214 +525.9083461896369 +545.3845176122284 +521.1150953690724 +525.9620427097215 +525.8467526435415 +525.9234166117589 +553.7310781808442 +344.2158867471219 +335.9150483404626 +231.75884361137133 +317.72103633845137 +202.68903331703905 +213.25387933396203 +150.37467908859216 +180.41295672462445 +124.04195168473466 +181.64490780753732 +124.04195168473466 +178.90595503057972 +202.15363612405733 +222.4595832972184 +271.4859841573964 +234.80458144721072 +234.4682342944258 +234.11848011346527 +243.531810918379 +241.43221344976718 +134.29900008499447 +242.2067135369859 +134.29900008499447 +252.21042898448624 +125.95942973175835 +168.50553685167105 +152.501837279646 +163.80839454149978 +165.33232214869057 +159.69152942901678 +164.9897965144622 +153.64103662093197 +166.74946716024593 +151.10694434464963 +173.88559202252617 +154.63543316010322 +177.0032294603644 +160.63890699318034 +175.685757641832 +122.73979335616794 +139.68857040343053 +117.88791046643918 +139.5810252598121 +121.44760860356737 +140.21123317158984 +118.1667765648855 +139.78606955376162 +124.60034257645354 +179.68569011739922 +151.73109330650126 +176.0134635872899 +148.94991363528464 +175.9016937258556 +131.8311915968829 +175.52974419149373 +172.8791409303806 +198.21744026390414 +179.32236595700203 +198.39158301532225 +173.98103338983245 +273.9848561715373 +210.90026683870198 +278.82191025167714 +527.6151260470086 +527.3566145823519 +527.1802929349948 +546.4905313466265 +522.0265824668973 +526.7876129193317 +526.8845450487973 +526.672024860741 +554.4097301682523 +345.0094878166895 +335.61972326041155 +231.75884361137133 +315.8697277113285 +202.68903331703905 +222.12173397689511 +172.11546096950357 +193.130971089917 +187.81691421107584 +198.88730427844092 +187.72970659562412 +195.7709801342584 +281.08707621100433 +209.68882974549197 +278.89387268183003 +527.9548954643996 +527.5936266858383 +527.3069355651112 +546.6319278741965 +522.4521697517363 +527.108900254102 +527.123876863658 +527.2538685976201 +554.8639580928834 +345.6244170691904 +335.64849359282596 +263.9395402047402 +294.02076116511944 +258.97061050470023 +213.410407542938 +163.41321271317312 +197.32739001979394 +188.21195115257967 +200.15178737823362 +188.13090099137733 +200.61428523312154 +210.08738983522107 +224.4456063861238 +310.00382939467545 +567.3435010363797 +564.9556891739016 +562.0767676257617 +577.4334717319382 +552.9862804327803 +557.899065448532 +556.3738670722212 +525.4453502986532 +553.0701144077225 +343.94377303710667 +329.03403839989585 +231.75884361137133 +310.1677235003377 +236.68918205627415 +171.72522258146856 +175.5141912097928 +189.92644040778399 +190.3980863192024 +189.47322866811757 +189.5370898717072 +200.10893934523563 +259.6969933546429 +239.2656551307543 +277.58081309513096 +526.4928747115498 +526.2537788565229 +526.1075908613227 +545.4590530249549 +521.1564319941639 +525.9363779785115 +525.8664954107927 +525.9736897929037 +553.459455127444 +344.3003020679079 +333.18467546672105 +231.75884361137133 +325.16851018741994 +202.68903331703905 +191.78430578548105 +150.37467908859216 +201.49859000563697 +170.49859562809138 +198.67116640313293 +188.00677762998012 +199.20207009581353 +258.9369956507644 +217.36689523089976 +278.2555456649779 +527.0997948427304 +526.8094188085576 +526.5402980774753 +545.9342533721925 +521.1954319130783 +525.8747171157497 +525.7902530038448 +525.8580665025564 +553.4029887759439 +344.07344248590545 +327.3183552717331 +231.75884361137133 +319.12401765912205 +202.68903331703905 +220.54806904392143 +150.37467908859216 +180.48496188231582 +124.04195168473466 +181.4199385320106 +124.04195168473466 +178.02020226603338 +198.12490388957647 +225.29278976957593 +247.13546472230252 +234.44972105571023 +234.30745754845708 +233.9740915281294 +243.33445126403618 +249.66624926655757 +134.29900008499447 +257.28528758075043 +134.29900008499447 +249.96648123065918 +125.95942973175835 +163.8997347107742 +125.94430110934974 +183.71004362851772 +125.94430110934974 +179.62796021246805 +125.94430110934974 +179.79961929061773 +124.04195168473466 +177.96574220492204 +124.04195168473466 +186.03156058417795 +127.52580719951405 +190.5959852240648 +125.95942973175835 +158.78020240624267 +89.53770959746585 +150.2588125071908 +89.53770959746585 +151.2863593402352 +89.53770959746585 +152.44575205211808 +130.460639696266 +134.60779090924748 +170.09353896416326 +170.42591230331868 +166.45747475105549 +167.10161739476288 +166.3748803588291 +166.36716436392967 +166.14741194471594 +189.66037522250414 +188.55044209488563 +189.73531962301553 +188.54171669513252 +187.15073863688912 +252.47720865068771 +213.5692184352909 +280.64960421055866 +529.2025307880147 +529.0613502039326 +528.9002664151179 +548.1551567263848 +523.5918210123718 +528.3476466018811 +528.1868173569103 +528.1661273502724 +555.9183353109232 +346.67160740130674 +344.1884374008279 +231.75884361137133 +323.6247430136957 +202.68903331703905 +206.62622947697463 +150.37467908859216 +194.52527139387456 +148.45720104156848 +200.6924377141581 +148.45720104156848 +204.65800255579333 +234.91578609383507 +237.8296291006432 +244.28496157520652 +529.1451720769529 +528.7266668349324 +528.5689852289004 +547.6324946627641 +522.6814866521902 +526.9955234402092 +526.774238057057 +526.7275025789698 +554.3636632048517 +345.00128265306785 +345.73015684648226 +231.75884361137133 +325.1868305455481 +202.68903331703905 +172.50288371675154 +191.75300435941864 +154.46114798379728 +188.5740593114435 +154.4395701412792 +187.9777345902204 +180.30293758740822 +251.14529721209567 +230.43437622160022 +242.90596165748323 +527.6085242350947 +527.0974556937076 +526.8479042482585 +546.2682329575291 +521.7450918841048 +526.5886681203057 +526.5507873248886 +526.4517356570233 +554.0374277131056 +308.3035895436319 +334.4688229428663 +264.0843327447119 +300.2683621572187 +247.9262967925471 +222.92603207032266 +170.28509727905666 +199.03523806723564 +188.0972634267738 +193.05351269903105 +187.32604792987075 +189.34168540389194 +281.0344797427327 +222.13772042272768 +241.76830349964575 +526.9176865668079 +526.6236852366849 +526.4637633473402 +545.966659991546 +521.5659323264972 +526.1596842211565 +526.3187038726286 +526.2095572245354 +553.7554567061492 +308.18264860835444 +336.6327698901007 +263.674830882337 +284.4042522896704 +258.97200959192656 +204.89071050503682 +172.18411867510812 +179.95966419379653 +188.04586937257628 +177.18884637316023 +187.36717326624844 +181.34766652231392 +279.0897208776408 +204.8871739589422 +242.2687628691636 +527.1134317619913 +526.739968403585 +526.4311550047512 +545.7169422244019 +520.8352223134759 +525.974751402802 +526.0080297104248 +525.8682246643451 +553.8041980508173 +308.08672360952596 +331.262099214007 +231.75884361137133 +318.99944428506967 +202.68903331703905 +204.24766632343653 +150.37467908859216 +182.7913875570625 +124.04195168473466 +184.80248757951367 +124.04195168473466 +183.91791768733344 +199.23785700785928 +226.3994388787788 +210.8801130443759 +234.68720003896036 +234.44301622851106 +233.85013051056578 +243.2153818623534 +233.01374821714094 +134.29900008499447 +235.69028860195073 +134.29900008499447 +244.76014418802973 +89.53770959746585 +185.1772725412237 +125.94430110934974 +176.45051234290503 +166.02616217023385 +173.49061912452535 +165.72018017965397 +172.20669800379736 +163.75940663983312 +167.38464847585902 +163.63340180122032 +172.29322594943758 +167.05849645492947 +173.87932533105604 +128.9259166779613 +140.98480856171452 +129.30187380273696 +128.24023322934968 +133.10839298552787 +110.24775983547866 +140.36689617118168 +95.46283677830021 +140.23822494502446 +95.54845996110461 +143.2735628211546 +132.08438311842087 +175.78436822487024 +132.14313902026962 +175.44400500889407 +132.0921425614421 +175.6102438546259 +154.64993288175808 +197.59677627550133 +154.73663751699385 +198.08184032626636 +154.89591268268234 +260.0581955950052 +178.6077089806351 +243.62261697274246 +528.4580105952496 +527.9933914448894 +527.5259798662706 +547.0352243072108 +522.5684068917205 +527.2162927095914 +527.0993488855177 +526.9874291252784 +554.6044513021484 +308.8916313252797 +341.9209879785137 +231.75884361137133 +325.41654833419796 +202.68903331703905 +188.90925118951014 +150.37467908859216 +195.09013058436045 +148.45720104156848 +194.09050398875084 +148.45720104156848 +200.88921155937814 +236.28268641603475 +245.56682604857494 +242.8693882782241 +527.7738618727727 +527.2501531303107 +526.7989782179084 +546.1720963062533 +521.4838510314206 +525.8765938249211 +525.6222385453763 +525.4116718920252 +553.2433412131406 +307.52605898076195 +312.21627606648735 +277.74459136182924 +272.77932465227207 +273.03671871540246 +216.06298664785103 +150.37467908859216 +201.36669192978985 +148.45720104156848 +201.21431582903492 +148.45720104156848 +200.1730418267287 +170.22934791758294 +222.53596314291707 +277.08206187625996 +571.4425387509357 +575.3143063038576 +572.3797961110745 +545.7549808300552 +521.3762122602329 +526.1912248240388 +526.2026957840418 +526.2223201579191 +553.8448237878158 +308.004011530285 +333.16288570386166 +231.75884361137133 +303.9759360848453 +202.68903331703905 +221.7958805922131 +150.37467908859216 +199.42022046765777 +163.18755819837588 +196.99203328270534 +188.38540801901982 +192.404946896623 +258.56923774930243 +212.2912677358925 +241.69777046985678 +526.8530204701483 +526.6564999789357 +526.4707772947237 +545.8985815702512 +521.4063409450187 +526.1707123088476 +526.3590625527735 +526.3958639258161 +554.0796107184308 +308.2349699374394 +338.4558117388631 +231.75884361137133 +311.40182819911763 +202.68903331703905 +217.2205289891165 +150.37467908859216 +200.9456246659873 +153.18154902403714 +199.8513674013802 +188.1867446367966 +200.09295220138185 +262.14201268863604 +232.6270258851069 +240.92986806435698 +526.249069415006 +525.9620980796714 +561.432993522866 +583.3528389822932 +556.7539851492186 +556.566799631486 +558.7219549377082 +525.6376940406137 +553.3252577821897 +307.70527259423693 +329.9894262375431 +244.6536182532261 +303.55945531538026 +248.0177951418448 +166.65151199314798 +173.3537541432674 +124.04195168473466 +177.97232780379363 +124.04195168473466 +184.77859843794513 +124.04195168473466 +254.98303743417014 +166.65151199314798 +276.9799135163305 +233.6644114811548 +233.57339148467295 +233.4890785357541 +242.71007505110916 +230.59423325287565 +134.29900008499447 +242.28679724930723 +134.29900008499447 +239.5679763510527 +89.53770959746585 +180.04913145962718 +125.94430110934974 +178.8135190573153 +125.94430110934974 +182.30763971818487 +125.94430110934974 +186.23423524198412 +124.04195168473466 +185.79288930450267 +124.04195168473466 +184.95155202106918 +127.52580719951405 +186.90556671022233 +89.53770959746585 +151.1142224941533 +89.53770959746585 +151.91508874945333 +89.53770959746585 +152.11898235719246 +89.53770959746585 +152.2174533394145 +89.53770959746585 +151.7258367942963 +93.02156511224526 +188.14324032423895 +125.94430110934974 +187.90590674186546 +125.94430110934974 +187.82252453568572 +125.94430110934974 +210.74117906036864 +148.45720104156848 +208.68315871275664 +148.45720104156848 +203.80186591508343 +237.23995213937812 +263.72165914619455 +241.42746739214746 +526.4933943740516 +526.3195829935954 +526.2095046837048 +545.7176720184286 +552.8588981134578 +563.1687438315477 +525.7556644114336 +525.9593667035701 +553.7625622126202 +308.00339023469945 +328.117368030336 +267.63822748303846 +278.829635098673 +259.04705862547274 +198.814790251243 +179.63271777638218 +154.28452508158784 +188.33428759535784 +154.5878289548777 +187.5928136509332 +181.71570518071948 +248.21192163589006 +228.704092228629 +243.62732182952635 +528.5254032710708 +528.0814670306821 +527.5711175732753 +546.8463294125975 +522.4293666939731 +527.162560543908 +527.2753964731414 +527.4397763361442 +554.9562777388791 +309.30204496577034 +324.121935904782 +231.75884361137133 +301.65233683168225 +202.68903331703905 +194.92255872682657 +150.37467908859216 +194.82821229544237 +148.45720104156848 +194.02971693330983 +148.45720104156848 +193.7477191838874 +261.6349017928266 +222.76347367589423 +241.88652874981088 +526.7316983972613 +526.3694386970022 +557.0611773626417 +587.4040877032239 +574.4330633983716 +595.5961264854803 +606.7136974018691 +608.6621993875592 +646.7933107334496 +408.6530494160871 +310.26857290308607 +231.75884361137133 +282.06182059028663 +252.80704713156842 +213.53083373375745 +150.37467908859216 +201.81826629504576 +148.45720104156848 +200.35440800306975 +148.45720104156848 +197.01479901873932 +181.3435237701199 +223.53036027547455 +241.01399508388207 +526.3399626931698 +526.2041917931339 +526.0986797588934 +545.5117525043003 +520.9302107046635 +525.7589673154582 +525.8218351355338 +526.0893177614993 +553.4532716277932 +307.99296500011366 +337.32928504681087 +231.75884361137133 +302.7532579492497 +202.68903331703905 +220.16785464054223 +150.37467908859216 +196.2016222418358 +148.45720104156848 +200.94178115389505 +148.45720104156848 +201.12099513342093 +238.41218532034728 +241.66048167490234 +241.7963248350542 +526.9029982601303 +526.6704523689154 +526.5877727289804 +546.0924012407811 +521.5904332662362 +526.5118521036486 +526.4067179200996 +526.3465907549858 +554.0406028611533 +308.25442362866545 +337.36015907918244 +231.75884361137133 +293.71109259663103 +202.68903331703905 +218.65185387248857 +150.37467908859216 +171.7259225940073 +124.04195168473466 +174.66874627458535 +124.04195168473466 +169.8284587977183 +196.78199890924466 +218.04147535224826 +210.91057282920616 +234.7427134126667 +234.36602630048995 +234.23344400521054 +243.50589403334862 +247.47767120996716 +134.29900008499447 +243.30001874156133 +134.29900008499447 +245.9571921393674 +89.53770959746585 +162.81789239806747 +125.94430110934974 +176.33232096217364 +125.94430110934974 +172.8735904739752 +125.94430110934974 +170.59380997279035 +148.184784629459 +170.0248208655371 +164.58644077578526 +171.42800834671465 +167.9215033677759 +175.43612930463945 +129.84592445897542 +142.0005570089628 +130.10328502019254 +140.0763507108787 +129.91046542713315 +147.89950442081164 +130.2914003800549 +147.8143840269218 +130.12074227805897 +150.13933191525652 +133.88495759937825 +183.37923344484958 +166.61537254612438 +183.2517851642174 +166.47306178038107 +186.24963916928587 +166.6512665508673 +209.30756268260433 +189.2042254889523 +209.7943944535241 +189.31432403590023 +209.5841441668232 +262.09822349695213 +246.07449322928215 +241.5742627246378 +526.730364736972 +526.6223558577051 +526.567179207222 +546.0714964998213 +521.7066344948321 +526.3832394583918 +526.261105123018 +526.1668767506404 +553.7928611067514 +307.75097571635007 +330.9011039319092 +231.75884361137133 +310.59560636421554 +211.4010501630211 +166.65151199314798 +150.37467908859216 +148.45720104156848 +211.76542592661164 +148.45720104156848 +211.42271739355485 +148.45720104156848 +312.2060065967356 +172.1468259646066 +241.9377588097264 +526.896730093111 +526.1183396028993 +525.8575171271382 +545.4222330636809 +520.9220301250888 +525.692343037222 +525.6510318587194 +558.8670052695138 +568.4557681452641 +307.4140171010326 +320.6642326659988 +264.732528585235 +284.19994510706744 +273.50755946852956 +183.7270527946011 +178.2732413406088 +190.2214469499967 +189.58177532967335 +194.1050248156188 +185.60631762864423 +197.70783957350545 +250.71710117100028 +228.1590777673976 +241.78255763828616 +526.8194427403618 +526.544897112033 +526.4229911738718 +545.9486647993368 +521.4341644657136 +526.2030502317856 +526.1791912306534 +526.1262103278111 +553.6318820092531 +307.86894121688647 +321.01376822593267 +261.0424640290698 +287.6009465671227 +247.6963016723782 +220.1721590920891 +150.37467908859216 +191.98121816236616 +176.24209960439293 +191.34576847545705 +188.17728043028552 +184.33106144946638 +257.6524879769399 +211.42196335382357 +241.16009160542353 +526.2992116214207 +526.163596994857 +556.8011342140209 +579.1646725426198 +555.6349196679807 +561.02889432506 +560.458197870459 +561.0880037076553 +584.9267433097009 +313.49341954847654 +310.0679786253707 +272.85159872688394 +284.8046039771179 +257.3540222746747 +187.89505125472752 +150.37467908859216 +196.17157956577483 +148.45720104156848 +200.78630741353467 +148.45720104156848 +210.2971194757806 +213.77514093886586 +254.5782126999533 +241.2705052430238 +526.4447318930117 +526.1479687906652 +525.9972005803802 +545.6402066302502 +521.4318874000481 +526.1429297144896 +526.33876894389 +526.313338377639 +553.9986790965486 +308.2887523436716 +336.94489691161107 +231.75884361137133 +301.6143109397423 +202.68903331703905 +220.11682971901897 +150.37467908859216 +185.5298809940286 +124.04195168473466 +185.16043155903907 +124.04195168473466 +182.87894831727445 +198.51565240645934 +240.1272962906165 +211.37723873375498 +234.24726975479342 +234.11661660146018 +234.0536059631936 +243.36492849260705 +237.28594057154208 +134.29900008499447 +222.31125199109132 +134.29900008499447 +249.37161929992143 +89.53770959746585 +180.32486276831094 +148.05929861276212 +173.0407187355844 +165.7150237623985 +172.4584644504215 +165.44667606491709 +160.32991037298908 +162.93785620959946 +161.44324949983522 +162.76117451571247 +170.47954759207184 +166.4218653834308 +173.49468512190643 +128.3582875008129 +137.13136531735952 +128.96144867668826 +140.6366422765729 +129.1651215739462 +141.2742413800369 +129.4507330934882 +140.95233619547807 +111.51959513754986 +135.21272376371104 +132.87536404803316 +170.54025232322482 +165.42311336893738 +163.63515531826383 +164.96348869465965 +168.92789035935348 +164.73752643175894 +202.52463236064216 +187.20891096690505 +206.37340113436724 +187.32505327557095 +202.75308805102932 +252.26225400800482 +239.8371794919852 +242.27729872872337 +527.3167279893912 +526.9595563177388 +526.7644367394241 +546.2946888368738 +521.8762769786667 +526.48193069933 +526.5699730245135 +526.6344426328101 +554.1794276710203 +308.4719181296516 +336.36060862636367 +252.23905164353764 +306.1982609446398 +248.0000632741615 +206.8842198070902 +150.37467908859216 +208.24154517578663 +148.45720104156848 +209.5162948232976 +148.45720104156848 +208.35700758990941 +239.63653958164355 +243.24536151327456 +242.21858474386215 +527.2304324114507 +526.80198311873 +526.4889107055888 +545.5619013182212 +521.0886398616917 +525.840352533745 +525.624830980122 +525.6911335863294 +553.2886917755676 +307.6573950731429 +324.78127431215665 +261.9459026399084 +300.7948558599363 +247.90891750183766 +218.70421614128307 +150.37467908859216 +205.17908372468193 +148.45720104156848 +210.21019256586655 +148.45720104156848 +209.4026618980901 +213.50061177695008 +270.10489918084363 +241.54976070251234 +526.2641727988944 +525.7269647199058 +559.8312564419814 +588.4110807330051 +572.2561964326139 +591.3400701131625 +598.8632023994442 +599.2785129335194 +623.5470994477752 +352.6727120858459 +324.12572266577826 +231.75884361137133 +285.8476072313233 +202.68903331703905 +166.65151199314798 +158.4674607838424 +148.45720104156848 +190.67134634239002 +175.69741778243167 +189.69595548112795 +189.81072395535753 +211.09840044932946 +212.8202638685076 +242.56924427425537 +525.8624489353277 +556.4258003248578 +562.2367729044132 +592.2421240274866 +572.1894280070072 +581.6908047105342 +578.7167907548135 +584.4746683209647 +622.3213707599896 +365.1684208036396 +272.28209647029377 +231.75884361137133 +329.5375025004524 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +160.67836108678475 +174.06079018329007 +188.61036522910615 +189.0251772940451 +210.81062081091244 +213.129862576146 +240.8357760783766 +549.1584653330924 +557.853472994734 +563.5495629348728 +583.7412782574918 +563.3579399624601 +576.5360562779106 +582.734602748047 +583.7984741949085 +613.4619134528091 +367.8222774259084 +308.080159577361 +231.75884361137133 +347.26638644218684 +202.68903331703905 +204.84424296675834 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +163.5610026533808 +142.2812881992096 +207.03116613036423 +235.55125877358932 +272.4383684684216 +276.1522803407339 +284.0646543150307 +294.0529530752218 +209.12482827674432 +134.29900008499447 +220.87960437839183 +134.29900008499447 +237.38093210423236 +89.53770959746585 +129.44328524653773 +125.94430110934974 +146.89037375787424 +139.3133879636955 +167.37564544446295 +167.21274220621595 +168.58453095900066 +167.44048440692293 +165.5261699061467 +165.24514035281283 +157.12096105685504 +166.295097417761 +164.54608739674353 +129.52112776218945 +132.383384094757 +133.02177908471123 +104.42303529533943 +89.53770959746585 +126.09402800579106 +89.53770959746585 +89.53770959746585 +89.53770959746585 +93.02156511224526 +146.3195583092033 +125.94430110934974 +125.94430110934974 +125.94430110934974 +146.03272996766626 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +194.44203251260817 +148.45720104156848 +223.67382828189744 +172.1468259646066 +323.5006010747418 +577.4256664191115 +574.3828342824369 +582.9793888040749 +607.77829499259 +584.5621489610505 +597.2273570019839 +607.037580562549 +608.8350606439625 +644.6066559278063 +390.2162453802915 +268.27952483781615 +231.75884361137133 +348.9334555614142 +202.68903331703905 +187.04290917609478 +150.37467908859216 +179.75793216684917 +148.45720104156848 +148.45720104156848 +214.03216825829034 +148.45720104156848 +170.22934791758294 +172.1468259646066 +373.4512103844771 +638.563956094019 +683.2672845783932 +713.571883477165 +739.4990299643624 +717.849210273584 +748.6138270987201 +757.69178655127 +737.6776408022222 +757.0694512194818 +495.21883620028933 +362.7797561283843 +231.75884361137133 +361.50206485446887 +202.68903331703905 +260.193892133282 +150.37467908859216 +207.60578065308445 +148.45720104156848 +169.2401479653209 +148.45720104156848 +234.3254361654455 +170.22934791758294 +172.1468259646066 +406.37300795628244 +659.1112166212293 +685.9817327066568 +711.5704728569898 +733.3155554307286 +710.5741606047256 +733.8103007887563 +760.7476702928583 +751.9966945092059 +768.9470480162688 +496.18483990357936 +373.2023820348225 +231.75884361137133 +394.84165748567466 +202.68903331703905 +296.84198924967336 +150.37467908859216 +226.83121442420583 +148.45720104156848 +208.44843633082866 +208.73450408088672 +207.10817229440048 +170.22934791758294 +172.1468259646066 +363.67846138493434 +609.7285384522664 +627.294686577756 +644.1159415935969 +660.5260531315597 +643.0493058366714 +676.8202222235274 +714.144119514366 +714.3090430090305 +739.8450582928067 +392.79628238349113 +282.7902589499523 +243.8640812537537 +290.7880468873968 +202.68903331703905 +225.46689190497653 +200.7646413199746 +206.79575672563905 +148.45720104156848 +158.8492550449039 +148.45720104156848 +205.66367903353253 +170.22934791758294 +172.1468259646066 +315.92339493336806 +599.6958779646926 +601.4038264823856 +606.6293979690571 +637.2808215392943 +625.1667794485884 +629.4807471776976 +630.3002886256046 +586.7483049966273 +608.5994773343916 +360.4348795286234 +284.9654892854548 +231.75884361137133 +312.3198902350169 +218.07274991573266 +166.65151199314798 +150.37467908859216 +151.89765727389786 +166.60906052656227 +165.51770028607692 +164.4490823750969 +164.61825533843756 +173.8278122455184 +203.69758289295766 +220.69654274317642 +233.57107240630847 +233.50518628344824 +233.5047258540753 +242.89620855461783 +235.4724778200163 +137.00933692255919 +235.14190381508777 +134.29900008499447 +229.13645715557934 +89.53770959746585 +145.5446307695123 +125.94430110934974 +174.70983806238377 +125.94430110934974 +177.45100438268054 +148.51138063339715 +175.60777693523409 +163.90537565692065 +175.53286467962127 +163.70174308044105 +176.06727008949082 +167.18648585064994 +176.97855508237447 +129.05137164440083 +141.2266862822487 +129.1986613271566 +141.1153462191262 +129.2256788458705 +141.28280028979188 +128.9965515749504 +141.85095903555106 +129.26478294129524 +141.87147360069466 +123.93802137705555 +139.99736465717405 +165.8415128006841 +173.59516215857627 +165.58981821100198 +168.57218214243508 +165.33550981180187 +193.02144870926995 +187.5653893918326 +189.41936631322676 +187.71048652189225 +200.6017074068682 +231.53461238675118 +244.62371767622884 +241.51162477360302 +526.6939974931197 +526.4919922046812 +526.3158630567152 +545.7275709823595 +521.2771008767213 +526.0838505207614 +525.9108960046024 +525.921045724189 +553.310587410792 +307.49302582807076 +274.84947750354377 +264.56568496424427 +283.13160873371777 +257.3662557121923 +213.1916399644317 +150.37467908859216 +201.01345556284846 +148.45720104156848 +203.81940581499083 +148.45720104156848 +210.01306946140647 +240.35371929396666 +251.91281211497395 +241.18785013683495 +526.0747867717163 +525.6597924607203 +556.9693913602986 +579.657210373723 +558.3567431004083 +565.3010539145555 +571.8450153312435 +575.6963221175346 +602.6998959797419 +345.62669443189463 +289.79353371141025 +231.75884361137133 +300.5424750638032 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +171.91404374377123 +148.45720104156848 +190.68038856463525 +168.79364979029867 +211.17950026433786 +213.1597053713996 +296.38747838673635 +589.6163642675904 +612.1897527825093 +623.4296486179151 +659.8700952933704 +657.3489816521914 +682.9923191010787 +681.6785416253513 +665.7933754540423 +685.0626414537182 +400.5531009260143 +250.09751091857495 +290.03232701400907 +287.5520212089295 +289.76022766695434 +166.65151199314798 +150.37467908859216 +158.55136830579175 +148.45720104156848 +179.1047146043762 +148.45720104156848 +191.33138148434725 +170.22934791758294 +224.38360363994707 +270.7146934552927 +526.3455242020061 +526.3253510223881 +526.2482207711267 +545.6008939508117 +521.2582240524516 +526.0372596988573 +525.8508615528482 +525.9312218207982 +553.5129400462414 +307.9268066014199 +292.88871347719675 +252.8123718497701 +291.7789553036841 +247.74036452855034 +221.6502800591622 +150.37467908859216 +200.52702994554977 +161.5521311323367 +196.77090426913358 +188.32438185535946 +196.75351310335773 +261.17433398518557 +241.1253044797593 +241.1664698488921 +526.3376787907732 +526.0215483384701 +525.9381713078757 +545.2434569557474 +520.7748903475907 +525.622551636564 +525.6634549056041 +525.5904366448287 +553.2445506000696 +307.56669736424755 +284.11394655376984 +263.8089838800235 +285.2428750940969 +275.3557205813646 +166.65151199314798 +184.88996110474255 +124.04195168473466 +176.8524788640861 +143.66438781529055 +175.3058427476301 +163.65069068216488 +205.8382071153384 +216.2822808576665 +223.87408362643166 +233.75191704501518 +233.55233171882827 +233.44049467798422 +242.93660819372883 +230.12555444789987 +134.29900008499447 +223.43892096976833 +134.29900008499447 +223.4684929205028 +89.53770959746585 +146.40992490537508 +125.94430110934974 +173.29241548306825 +125.94430110934974 +180.05114407212793 +125.94430110934974 +184.95074811361818 +124.04195168473466 +185.18625346826346 +124.04195168473466 +184.82712567213514 +127.52580719951405 +185.2761425797343 +89.53770959746585 +149.90577517630723 +89.53770959746585 +144.36438299900914 +89.53770959746585 +150.19023934148925 +89.53770959746585 +150.9485916043214 +89.53770959746585 +140.73308431678257 +93.02156511224526 +145.37093246476078 +125.94430110934974 +187.38646356474953 +125.94430110934974 +187.01066691949146 +125.94430110934974 +208.73227889147716 +148.45720104156848 +209.18131479170012 +148.45720104156848 +209.05950374460397 +238.3711117494357 +246.392334196693 +241.65326762582248 +526.7234805498537 +526.539067166259 +526.4879213983663 +545.5653364073245 +521.077639558509 +525.8595613501905 +526.0114385210697 +526.049314105823 +553.5572706790728 +307.77679192946755 +277.0895934597526 +286.7712268372488 +283.1199234410202 +257.0858701581601 +193.27742347190153 +186.5317343015723 +189.2763224628491 +189.08301726130426 +195.27184950232922 +188.6248028037866 +199.14190927672288 +257.0557327748736 +240.04195094283472 +241.16810189493154 +526.2730803464575 +525.9083881460815 +559.0725414194513 +588.1440992794077 +564.0316579510256 +577.3255493779085 +586.6596882294672 +594.2692754414454 +616.0781724580985 +361.0257524988239 +285.4528404506372 +195.33712347707882 +346.43359800346326 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +148.45720104156848 +180.8686034435724 +148.45720104156848 +201.53352828376492 +236.65741819176924 +234.95628707098808 +240.87158644240952 +526.0297390868682 +558.8248402774315 +568.6970922562757 +609.0398684663656 +597.5401013298796 +616.527128472347 +613.2235746986032 +619.4333984370095 +628.4831471109746 +365.3912261028803 +301.70987285979527 +195.33712347707882 +315.05175751656566 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +194.42184184678533 +148.45720104156848 +223.3537681825276 +172.1468259646066 +273.30669225248556 +562.4024955260389 +566.9051485680359 +575.6939526636116 +595.9506488473081 +576.1650976093871 +581.3421702202625 +586.177753990868 +591.8158268049295 +629.9519205797458 +376.3361484414912 +246.98280418956324 +240.08061094789025 +317.81781130395296 +262.5321965122286 +222.28023042446372 +150.37467908859216 +148.45720104156848 +148.45720104156848 +179.5499737753231 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +286.3404136744732 +576.8736752907378 +581.289679526327 +585.3734511750814 +607.1669503463302 +586.4493614647755 +598.1522476999471 +609.698947971533 +613.8069262175745 +643.7649448493081 +383.5676167751421 +277.82270246015423 +195.33712347707882 +345.63516732053887 +202.68903331703905 +225.34584109418003 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +249.58872342474825 +166.65151199314798 +264.6842084480854 +263.90043483815225 +272.9170879088074 +292.47393140229946 +314.6227268210505 +168.01526953246463 +209.8590722290999 +194.50277486424633 +190.19565700447222 +137.78285559977385 +89.53770959746585 +93.02156511224526 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +144.22689761445017 +124.04195168473466 +159.3494497019666 +127.52580719951405 +179.18685951664048 +89.53770959746585 +141.88914432663367 +89.53770959746585 +141.98376360868653 +89.53770959746585 +142.32738342388137 +89.53770959746585 +157.93692653802907 +89.53770959746585 +89.53770959746585 +112.82900902818044 +120.6478789598506 +131.28599304563235 +166.66207857092832 +166.5678467475509 +166.56859562631846 +166.23363400796984 +189.01860112822368 +189.16856799904645 +191.16155890078718 +189.06315793843189 +198.95930384531877 +238.1816709047284 +246.52180049478778 +240.98146367210694 +525.9143487878534 +560.0985295411234 +578.3091405599399 +612.6959377938884 +595.0399238250652 +636.7238111219621 +648.6273613785103 +658.1790573941684 +676.9025101207963 +392.33405897884205 +308.48296394894487 +195.33712347707882 +314.21945555477646 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +205.5275152929343 +169.45748983427552 +148.45720104156848 +148.45720104156848 +170.22934791758294 +192.12519969296045 +290.3325319984628 +571.0837920668204 +568.3418918179324 +569.0877740343865 +592.7512503104895 +561.074679941844 +568.407844935448 +569.4641855751246 +566.0344895645705 +590.3147869880478 +323.3987678306222 +289.2005991874609 +212.97040504253457 +292.1514926905534 +247.8841297488146 +221.3941526493102 +150.37467908859216 +200.51304589029056 +148.45720104156848 +199.99416174727267 +171.06632996211613 +199.9344899954692 +263.22689625360255 +231.13565051871112 +240.82774221515876 +551.1848217057235 +567.5988591051303 +584.142270012513 +617.8691055446623 +586.8074540553685 +580.0521536728224 +590.0874279232518 +591.1595160685478 +614.2719175026683 +361.3291452795793 +309.9448892574286 +195.33712347707882 +314.11299268875916 +202.68903331703905 +166.65151199314798 +160.3825487220297 +161.55791713238023 +190.0608027017461 +190.05360421332776 +189.34919582855963 +189.68426128840423 +257.37583129523716 +222.94279746966453 +240.64787198804464 +564.7287747578894 +573.6603834905474 +597.6427786271246 +643.2075830082346 +654.5505250077309 +711.4376855364858 +718.1647406153983 +723.8748364250893 +751.2703693331217 +458.8508376442037 +307.5120601536775 +195.33712347707882 +349.8289617198383 +202.68903331703905 +223.95129723122648 +150.37467908859216 +148.45720104156848 +206.1682517324065 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +326.92127099219255 +631.4880870472699 +655.328432092476 +661.8005649564461 +714.2455099859276 +704.6469095745224 +713.2239216023964 +714.6476989841638 +715.1977833090991 +741.8263465231711 +457.2744953875087 +316.5132695875515 +195.33712347707882 +327.82292136962513 +202.68903331703905 +232.62677141577802 +150.37467908859216 +182.7697484858139 +124.04195168473466 +136.19115066016624 +124.04195168473466 +181.8218966083418 +129.53726565619326 +166.65151199314798 +260.4523807857239 +353.49282878640753 +369.20324639304954 +380.666466005905 +405.2768666518715 +186.85589127270862 +178.10090941912577 +232.29210459558087 +159.79019550120717 +214.6331770990567 +89.53770959746585 +140.36196273768653 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +125.95942973175835 +89.53770959746585 +89.53770959746585 +147.0108921357432 +115.83261068729836 +116.0265547026595 +111.9841889002654 +146.8349930434557 +178.0518218480853 +120.73826676222562 +187.1960787524474 +117.36356506710364 +89.52258097505724 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +173.5945757165853 +148.45720104156848 +200.3162817537883 +170.22934791758294 +224.280874275383 +278.79258872983814 +560.5150523508264 +564.1250483156931 +575.9622577442394 +608.9408211675415 +585.1656128845656 +593.5688399587814 +575.5712293579187 +564.0857068915838 +588.7351724914233 +339.52123004277394 +273.54687939422513 +208.89231136975562 +282.6030444904697 +266.5042446773356 +199.66728573171912 +150.37467908859216 +201.87048412473044 +148.45720104156848 +200.72553170017204 +148.45720104156848 +200.47691919549894 +170.22934791758294 +223.82906061528087 +240.82360762875504 +558.8225371730359 +566.1633640060896 +566.7088857923914 +594.6813650337391 +575.4898684831277 +588.9488596184784 +595.0955781062655 +606.2351970267638 +637.9746410501876 +378.564509071451 +276.84948193547206 +254.8295088140057 +317.1831039756046 +261.4758137130338 +200.61380187824952 +150.37467908859216 +148.45720104156848 +205.91986437337542 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +218.51198437441982 +302.12502660328295 +594.4913742108813 +604.8021516854217 +613.9190788819378 +643.0817270299332 +610.6232599723891 +620.9112286974259 +625.0623019808066 +609.1230757251316 +637.8643493001905 +385.2908522840181 +285.0521668633494 +195.33712347707882 +277.8397515576787 +238.35046492088327 +166.65151199314798 +150.37467908859216 +176.91431906714624 +148.45720104156848 +199.90204462325073 +148.45720104156848 +200.67631670830522 +170.22934791758294 +224.4778737961502 +242.88193760544883 +560.237063545896 +558.3079249790652 +562.0483625086478 +588.6460477771824 +573.1951961465215 +587.4295392474853 +582.062229262253 +580.6230179486614 +607.7053978499658 +361.7772022356602 +289.58577384634907 +195.33712347707882 +346.8567188773611 +202.68903331703905 +223.9948146770786 +150.37467908859216 +148.45720104156848 +148.45720104156848 +179.42233493690367 +148.45720104156848 +201.90414947691912 +170.22934791758294 +224.69414499939705 +240.8044747134976 +538.8482942727663 +548.9709081518658 +556.5256267497807 +578.7375280398634 +557.1064075149816 +564.306232739956 +572.8398120290458 +581.921584621952 +623.4236803794026 +392.3292421809302 +260.423361119222 +212.1380308673164 +317.91166685032573 +202.68903331703905 +166.65151199314798 +175.85975965132275 +124.04195168473466 +175.60219137780288 +124.04195168473466 +176.45957689740155 +124.04195168473466 +181.15210405377636 +166.65151199314798 +242.90282723987386 +271.92104588481453 +267.75307493337226 +267.84865115848606 +278.4914746456021 +231.4399283636512 +134.29900008499447 +238.541002798293 +134.29900008499447 +241.99886155730397 +89.53770959746585 +149.00878647738102 +89.52258097505724 +177.10974537865226 +125.94430110934974 +174.75291511412618 +155.7557388117374 +172.6841827620814 +164.10019624042647 +165.1327636880716 +163.49544514329915 +156.88343774886891 +166.5230524753868 +165.35562921772194 +128.74159201726624 +126.29722160533528 +128.65021053605187 +130.3522257263147 +128.97514755509178 +135.00970612958662 +129.08878771926027 +137.3041479364787 +129.51176188560618 +137.7326634675069 +132.97317083333468 +137.7503245631142 +129.48776171772437 +174.27375819231 +165.6625213095109 +173.96555435902707 +165.43679199510268 +196.2750309479128 +187.90121008286516 +199.58708709960925 +187.7712225455199 +199.7110661031943 +258.2304246453587 +242.90500640456443 +241.11363567955902 +526.2179113922105 +525.9185909896548 +525.6332573865577 +576.3333245142827 +554.2063889777837 +568.1521555419135 +581.6305977955368 +582.8877201687709 +603.9631936613007 +355.7194752017677 +277.3688625679601 +195.33712347707882 +285.5276274630103 +202.68903331703905 +166.65151199314798 +173.42941335218245 +148.45720104156848 +202.3780946139198 +148.45720104156848 +201.1074706764677 +148.45720104156848 +222.5827851163229 +172.1468259646066 +273.63497288078673 +572.3219681211597 +570.3669343847538 +582.5328315260696 +603.3851746588862 +587.7406496722863 +598.4643947455786 +611.3988608322536 +656.7292411646 +705.5940453659796 +427.5960721739922 +271.7375598814203 +239.82056505175282 +317.99517181799627 +261.3707777287275 +190.75966067111017 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +201.6371482195201 +172.1468259646066 +275.01246452448487 +579.8694327752457 +593.037502651623 +612.9934018531908 +662.3577862242685 +654.6218564744397 +694.1006102409384 +715.20184803664 +715.4907369047613 +742.4960564045645 +462.31178566574926 +314.50952668454346 +195.33712347707882 +323.8242078956168 +202.68903331703905 +243.48415607648676 +150.37467908859216 +207.03957050263537 +148.45720104156848 +168.79952199326945 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +319.3853882639606 +629.9095460886841 +646.81738663275 +648.5116041525276 +695.7220005751522 +670.5588531708279 +669.771774679909 +692.802317836623 +711.0347106909463 +744.2075686364441 +445.33268709475243 +314.8377416072284 +195.33712347707882 +322.8369402464166 +202.68903331703905 +238.25332547129642 +150.37467908859216 +205.90656182040573 +148.45720104156848 +174.6565749386118 +148.45720104156848 +205.37924083303352 +170.22934791758294 +135.72510583031413 +272.08312249647736 +581.3730572825357 +606.0767784681343 +639.6292911215997 +696.1713630845644 +671.8545457837744 +713.7740537628982 +712.5372474419573 +715.820304680046 +728.4838334064447 +432.78562780282715 +304.65648232717956 +195.33712347707882 +321.61616167594866 +246.1588212933759 +224.4089356035302 +150.37467908859216 +181.46084315624736 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +129.53726565619326 +130.22979185885552 +307.03700064969286 +285.4787581534776 +302.420469288774 +314.9209267684391 +334.69342588308484 +202.95797143861145 +134.29900008499447 +284.3748243515533 +197.95700922950047 +260.4184268802532 +89.53770959746585 +149.4872850555132 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +169.9540040286708 +124.04195168473466 +180.6614271257607 +89.53770959746585 +141.9824854946884 +89.53770959746585 +145.22673806840012 +89.53770959746585 +153.90894996167017 +89.53770959746585 +163.97154945054413 +147.94133517625994 +160.1897546345003 +89.53770959746585 +93.02156511224526 +146.1602879807477 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +191.19184580931636 +148.45720104156848 +190.49646223667935 +148.45720104156848 +200.84236460483083 +237.9189979595502 +224.45476601127527 +271.9631084151615 +569.5621548955984 +577.8317045699602 +590.9073789252454 +641.0712701287822 +622.860265457062 +660.553673932536 +694.8249219340438 +687.8535884869095 +721.5128300134085 +410.0499678260136 +306.66599619944793 +236.28482741666434 +290.67158508392185 +291.1361182856777 +166.65151199314798 +165.47024648089626 +148.45720104156848 +205.76480382174415 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +291.02268200883196 +575.2211552174025 +585.0575839985337 +595.5753337806094 +601.2767415223677 +582.3100855327101 +603.3777154108501 +629.5584494937755 +598.6473463332319 +639.6891093339309 +391.3715743156713 +306.7898498986482 +195.33712347707882 +344.10368259684844 +202.68903331703905 +166.65151199314798 +150.37467908859216 +205.82325168794392 +148.45720104156848 +180.23945421036808 +148.45720104156848 +205.3733448416418 +190.31199454809672 +177.83438514333352 +279.7116161245754 +587.0698036740916 +605.8722191074474 +628.864713609561 +667.3410368947245 +663.6502270064384 +712.3429828992777 +716.2214435348351 +718.2519398185286 +737.6185059037751 +419.704602539571 +292.9444424025195 +195.33712347707882 +291.1512655351962 +202.68903331703905 +231.7349690525703 +150.37467908859216 +206.37020137972092 +148.45720104156848 +158.53436248056127 +148.45720104156848 +205.0122282796438 +170.22934791758294 +135.72510583031413 +296.7402518795282 +603.4367115007273 +624.0500025087434 +635.8015091332877 +652.7098118507304 +633.1075597009041 +645.3098167479108 +649.244633632881 +645.1172473261321 +674.4646007422028 +405.5866501913593 +288.24875167324507 +195.33712347707882 +354.6126080269514 +202.68903331703905 +166.65151199314798 +208.69458810315308 +148.45720104156848 +148.45720104156848 +206.15419377700292 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +312.29889418179977 +603.396057966355 +606.329059599733 +606.7559861196273 +623.0717335789802 +603.8728854582473 +604.5677793729247 +611.1510541818202 +608.2318324502677 +637.3856690262978 +386.1894301964734 +287.97704226147397 +195.33712347707882 +348.6454367776296 +202.68903331703905 +166.65151199314798 +150.37467908859216 +180.54506696910715 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +129.53726565619326 +130.22979185885552 +291.6176074090481 +293.2906806566887 +297.863936160648 +304.98334577561525 +323.63385971922884 +197.57869554334877 +134.29900008499447 +201.2843974353822 +185.92920846362097 +153.6139857919125 +89.53770959746585 +93.02156511224526 +146.08628268084288 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +181.1225908804973 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +89.53770959746585 +114.0974833197472 +89.53770959746585 +164.384165502493 +89.53770959746585 +115.5535149729353 +89.53770959746585 +187.39083267927867 +93.02156511224526 +89.52258097505724 +146.75491027447674 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +280.9615556215825 +168.82133541306558 +284.27777462380215 +591.4771567516041 +615.6731670049119 +632.5996544724555 +661.8230829024468 +637.249383572892 +670.2792878374064 +682.3339050056021 +682.4894850870148 +727.7763269873615 +437.26149954925745 +314.38772321547555 +195.33712347707882 +324.92429831523754 +202.68903331703905 +223.70783736235046 +210.89341263857278 +158.47796135161215 +148.45720104156848 +205.103940155639 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +309.4760620700326 +611.4323248293801 +644.1096134595019 +661.9222022103883 +707.3693608158475 +676.3586389622677 +705.9667329236602 +706.0312613615233 +704.8572342424166 +735.1179840663309 +434.0305799803728 +290.8438187383921 +195.33712347707882 +321.52464934423296 +202.68903331703905 +237.14610695182895 +150.37467908859216 +214.24240344723293 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +303.4579227741105 +598.6732085206038 +610.1421983904718 +620.4329535923241 +648.6596603103378 +642.3535970480842 +699.3287970776481 +712.8804012078476 +706.9863971931878 +722.9091546658393 +448.6472869176247 +311.1148797494275 +195.33712347707882 +323.50918143453646 +202.68903331703905 +224.48160205933408 +150.37467908859216 +168.70701966380418 +148.45720104156848 +205.37204769239878 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +295.12851382924634 +603.685844391424 +630.6449964099635 +656.704109179936 +699.9254904007919 +671.267185391536 +714.4923804200915 +716.8879736635628 +717.175398442562 +743.6490366113502 +453.9812041057666 +312.29636879505125 +195.33712347707882 +324.92439276274797 +202.68903331703905 +238.25267230153517 +150.37467908859216 +207.25231720992466 +148.45720104156848 +168.8244511470424 +148.45720104156848 +205.489407276663 +170.22934791758294 +135.72510583031413 +324.17982433807174 +628.49090409468 +646.8036202514529 +671.7470626479567 +717.4150903483783 +702.3293331158972 +715.3178938697355 +714.7096692197093 +713.512945664828 +733.7270593346697 +433.59447528131426 +301.287560690133 +195.33712347707882 +331.58357953054775 +202.68903331703905 +223.69092546506965 +150.37467908859216 +163.6448043718013 +124.04195168473466 +144.44503370314965 +124.04195168473466 +124.04195168473466 +129.53726565619326 +130.22979185885552 +281.5127521549972 +312.89645484084116 +315.0828351014003 +329.00314141187346 +348.79940071259676 +164.34376758695336 +164.66296950396938 +206.69131283115118 +226.45113864001232 +205.6876318507542 +89.53770959746585 +125.36657720779475 +89.52258097505724 +183.636530712765 +125.94430110934974 +125.94430110934974 +182.70383472912846 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +151.85661750474407 +169.97412925585354 +130.729420187743 +130.3312656822863 +130.9952946443292 +145.10023252485595 +127.58153436593659 +115.72351586554439 +122.15107632167062 +155.95167591144627 +115.74267199179084 +157.42176970052816 +122.09252474943604 +167.6562760094152 +121.88625834871 +99.74320196547946 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +176.15639761904956 +283.97206201828914 +582.4415564361306 +592.6089714381233 +608.5322149020036 +655.7869937142348 +644.9683085548505 +689.104092117055 +715.5470768426131 +708.378814893699 +742.1582730941293 +432.02071089546223 +313.4038503870953 +195.33712347707882 +324.7850133942232 +202.68903331703905 +239.32582886295958 +150.37467908859216 +213.93984154408216 +148.45720104156848 +160.6717646114316 +148.45720104156848 +209.34537842834348 +170.22934791758294 +135.72510583031413 +323.74476948290413 +617.0452994263285 +633.8961309433128 +661.1328501079157 +697.8417343106879 +686.2097405831288 +707.4045366154013 +711.8500436162832 +712.708063825585 +740.0080761680457 +461.05989643440745 +302.7495749352809 +195.33712347707882 +323.78353677346047 +202.68903331703905 +230.45960121496927 +150.37467908859216 +196.714572890392 +148.45720104156848 +206.43508321261908 +148.45720104156848 +168.8398564266767 +170.22934791758294 +135.72510583031413 +354.2078281913813 +649.4368349378108 +685.9034296947038 +713.5331141459766 +741.2549486835312 +725.0128901557537 +771.5395645782436 +784.2113350996062 +790.2022460213971 +792.8721092350495 +498.9122439895096 +319.361550945908 +264.49784927680014 +332.82852226934176 +202.68903331703905 +255.27395536754017 +150.37467908859216 +209.83451119967935 +148.45720104156848 +207.80249841114224 +208.82237890343043 +179.28168716469042 +170.22934791758294 +135.72510583031413 +374.85080584245406 +606.5416834018492 +602.5571000080178 +607.1799485708577 +636.9326442511283 +619.3453146826964 +604.9408492700692 +605.0607390857335 +602.6865650833925 +629.7355377233191 +382.05833654453096 +284.4286481340116 +255.3591416914088 +317.4707298772267 +202.68903331703905 +166.65151199314798 +207.19882843614377 +148.45720104156848 +148.45720104156848 +148.45720104156848 +206.26098286857658 +148.45720104156848 +170.22934791758294 +135.72510583031413 +312.8622569369395 +603.6468355741681 +610.5632507312905 +616.0282295078787 +636.8460892025375 +604.4994540333779 +627.402130944634 +626.5976918812612 +652.1165245791782 +706.4605169401578 +434.40348006244346 +307.1961632097936 +195.33712347707882 +323.989905779892 +245.32245730916122 +222.35950633900572 +163.54774823533774 +148.8197237162078 +124.04195168473466 +124.04195168473466 +182.12407762066886 +124.04195168473466 +129.53726565619326 +130.22979185885552 +304.7367515037198 +346.445892944245 +360.7733020336661 +382.2806879725195 +405.05237040789797 +226.13147520326277 +228.56195981728413 +271.7486261860364 +239.45020332163583 +275.8367880317236 +190.58855881432763 +225.49696333696753 +89.52258097505724 +194.92700038782675 +125.94430110934974 +125.94430110934974 +125.94430110934974 +174.6506056958546 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +147.16943952107698 +89.53770959746585 +89.53770959746585 +89.53770959746585 +170.68101587977725 +121.48377979829976 +146.93400381015633 +207.9674467856479 +181.82004789284161 +243.883571929442 +187.27093434110418 +221.8081516804339 +102.023166314008 +151.70915338984398 +181.66698878866563 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +339.4665745192653 +639.3022507205939 +643.6946171150121 +669.4365909969694 +709.5379176118829 +697.0455258994442 +714.3873426010539 +715.0596083271471 +716.1512542874574 +743.4133289886383 +461.4230657910718 +321.14365117761764 +195.33712347707882 +325.2544729102711 +202.68903331703905 +242.86436351513518 +150.37467908859216 +178.89222345071153 +148.45720104156848 +189.88373613298435 +171.03644383072708 +204.95143444702023 +170.22934791758294 +135.72510583031413 +331.3460200462753 +638.8444837636512 +659.7148623979726 +679.6618863862554 +732.8947703116727 +707.9334359372045 +718.5521666563147 +721.8861003660822 +734.8519451886599 +758.0331739762521 +492.9963868136681 +370.2815577866124 +195.33712347707882 +394.14469912654823 +202.68903331703905 +295.9711583220771 +150.37467908859216 +214.18805719354435 +148.45720104156848 +228.22546061411742 +148.45720104156848 +206.9642909889998 +170.22934791758294 +135.72510583031413 +400.06478521033034 +689.0086609311559 +698.6376162215589 +697.767080663092 +723.0234882289186 +706.6386518042482 +713.0809110589136 +713.6360592353466 +713.5958698910052 +741.3101748079918 +447.47980484607046 +306.8841676921258 +195.33712347707882 +330.4236615491119 +202.68903331703905 +244.84303436610602 +150.37467908859216 +206.13041481641258 +148.45720104156848 +174.8453140149705 +148.45720104156848 +236.00688707973683 +170.22934791758294 +135.72510583031413 +307.2290592745249 +598.9016602570358 +601.6310699468579 +606.8742161112501 +632.5321344739782 +625.7661055376317 +674.7745201508745 +686.9605492342528 +688.9609161354774 +723.7323042519602 +426.45551334000265 +293.29078027348663 +195.33712347707882 +291.8895958650943 +202.68903331703905 +227.3238119577213 +150.37467908859216 +195.9172662064719 +148.45720104156848 +148.45720104156848 +205.96378005021865 +148.45720104156848 +170.22934791758294 +135.72510583031413 +311.1820413418537 +611.4566535147801 +642.7267274086194 +673.335499138916 +712.7142205160692 +666.8516368323812 +692.0460103795152 +711.7634157826215 +714.0984878570607 +736.239059335917 +436.7306620124164 +322.25604811272814 +195.33712347707882 +323.3056960064551 +202.68903331703905 +224.73113782361466 +182.95779524864025 +182.03439873972997 +124.04195168473466 +124.04195168473466 +124.04195168473466 +181.34380175347567 +129.53726565619326 +130.22979185885552 +293.69633086758097 +322.1244956930526 +349.06416089598224 +364.90037492627243 +375.89911120565586 +204.30220168932846 +144.02068642835204 +293.53770045529603 +197.99333771774772 +262.762922992407 +89.53770959746585 +178.46098362372695 +151.43752672219117 +125.94430110934974 +141.22441288851022 +125.94430110934974 +182.85315717902358 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +186.5316849139202 +89.53770959746585 +150.58489168225526 +152.6822140450741 +157.37833513594015 +148.28563596527957 +157.50455639259496 +89.53770959746585 +140.7833086485342 +147.14437684745792 +89.52258097505724 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +326.27533307378746 +628.3599034602759 +645.8694998515685 +659.0773257516036 +709.6702284142605 +684.4766516453462 +712.7600116382514 +715.5426300747051 +717.0063592907294 +745.5475748510728 +483.24191047777003 +345.97517705467806 +195.33712347707882 +292.1149594577678 +202.68903331703905 +240.13702883783702 +150.37467908859216 +207.01616748962095 +148.45720104156848 +158.77603142158526 +148.45720104156848 +205.18156698941277 +170.22934791758294 +135.72510583031413 +330.92614428257474 +659.2481538030662 +697.7043838400622 +708.8149885297306 +732.6729044902605 +708.2942779246321 +719.6401548721053 +730.4559096211935 +737.6533815947608 +761.2537098690386 +494.21139004316177 +379.66801890966696 +195.33712347707882 +363.0129502817015 +202.68903331703905 +338.8260370663363 +150.37467908859216 +292.9743015879653 +148.45720104156848 +207.64202960018622 +208.04628909555058 +207.2494931096929 +170.22934791758294 +135.72510583031413 +417.86824269563334 +692.3421795520512 +711.6104974974223 +643.1939318058143 +665.9436994299946 +630.8366934082833 +634.9259256027408 +644.1754275724876 +658.007383142014 +692.3493981062854 +411.267959113271 +296.90639817165953 +195.33712347707882 +289.78092064011184 +202.68903331703905 +246.19397910243225 +150.37467908859216 +207.8921578674244 +161.63327803646956 +207.30783856515274 +148.45720104156848 +169.13088136401097 +170.22934791758294 +135.72510583031413 +331.2810550668219 +628.985677913519 +647.3731283507519 +677.6989277890751 +732.5894155681873 +707.1793946427621 +714.1304738935455 +715.011743113608 +713.9277954668578 +731.4387231684044 +432.32611399234173 +293.8917389827608 +195.33712347707882 +286.3078937074372 +202.68903331703905 +250.47863885462303 +150.37467908859216 +206.70570056170703 +148.45720104156848 +221.9146015708505 +148.45720104156848 +169.2907133646134 +170.22934791758294 +135.72510583031413 +351.71051639786276 +643.4660271018769 +674.0893094537375 +714.2693287603022 +743.9749455736552 +719.5904051184503 +736.4105838140596 +751.6415896718875 +746.6487959002677 +774.9520064480316 +498.34026731767307 +384.8985637336446 +195.33712347707882 +367.72004097229564 +202.68903331703905 +342.9540744499354 +150.37467908859216 +181.62305524594336 +156.44535354710737 +182.38216243988617 +124.04195168473466 +182.2279257146842 +129.53726565619326 +130.22979185885552 +284.2984459685129 +351.57684298863575 +374.9076981882164 +387.92711793426395 +414.2519351289298 +262.14998189028836 +134.29900008499447 +326.47496281190695 +134.29900008499447 +329.51030879531015 +89.53770959746585 +277.6508402732115 +89.52258097505724 +157.5506481974305 +125.94430110934974 +125.94430110934974 +125.94430110934974 +157.68717482915 +124.04195168473466 +142.3613049339844 +185.85694543768963 +124.04195168473466 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +182.67679285092848 +89.53770959746585 +89.53770959746585 +146.58990452779116 +89.53770959746585 +89.53770959746585 +89.53770959746585 +163.60988318035493 +93.02156511224526 +89.52258097505724 +89.52258097505724 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +179.09526745281707 +148.45720104156848 +148.45720104156848 +204.7565321457331 +174.10160754707695 +170.22934791758294 +135.72510583031413 +427.43781447120585 +712.4478182865809 +679.437505892188 +692.4231935118054 +730.2918117345051 +692.5075379320596 +701.0963042955473 +689.3443340153406 +694.6578645408642 +741.5335850127512 +439.59839497388117 +266.591894415518 +225.6183755544501 +275.52307581221714 +262.71346306183176 +223.34155147947308 +150.37467908859216 +148.45720104156848 +206.3186107641339 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +340.82268755945023 +629.8746269589342 +649.6589389702579 +676.2319702247771 +733.4684685882992 +708.5928667825331 +716.8677809413953 +718.3968300170786 +718.450039081438 +746.3144751184143 +479.39142506868524 +327.3376738514502 +195.33712347707882 +291.52187033717183 +202.68903331703905 +239.1078040049549 +150.37467908859216 +207.47603682511564 +148.45720104156848 +158.84615284244592 +148.45720104156848 +206.50343369598542 +170.22934791758294 +135.72510583031413 +374.9971739332679 +672.1750774331003 +685.1206239859332 +707.3414810094861 +734.5139333003099 +709.458981886893 +719.2130400409483 +723.0699493053545 +724.2344876833922 +760.2103931227656 +495.02308268059346 +378.63483987488087 +214.79333976290067 +365.78525903372025 +202.68903331703905 +299.43635842939943 +150.37467908859216 +233.78043707327294 +148.45720104156848 +207.81469836809057 +148.45720104156848 +222.32285039638506 +170.22934791758294 +135.72510583031413 +404.2850572519347 +694.541331896836 +707.999910916044 +713.5193558080447 +736.0087543205516 +715.0929449981469 +757.6469586966111 +770.3219968508268 +770.8461396500893 +806.9708341737678 +515.0966749221412 +402.45895075249496 +195.33712347707882 +391.2471331012147 +202.68903331703905 +368.2656147332979 +150.37467908859216 +259.9231264491247 +206.49765531640074 +253.217607380303 +148.45720104156848 +219.63996819611103 +170.22934791758294 +135.72510583031413 +432.89359470473767 +719.5285735658531 +750.6801086656458 +768.8939878256531 +797.7952526273157 +767.5275515415785 +796.2915261324769 +793.7786157218662 +780.4387999935423 +786.1092293353685 +495.44186164572943 +368.82824903355913 +195.33712347707882 +364.96722650972504 +202.68903331703905 +284.7393683753993 +224.4959569916328 +192.5269838012331 +124.04195168473466 +184.14458384779635 +124.04195168473466 +182.9449333727686 +129.53726565619326 +130.22979185885552 +238.58668269781143 +328.788816470225 +339.03880874942377 +349.2406953849198 +376.2140339079188 +210.94297541584814 +163.30532872035084 +286.36690511633657 +224.0811719521721 +250.69755521011257 +89.53770959746585 +185.36209453661317 +136.30950415807308 +147.1886661930807 +185.11677817282347 +125.94430110934974 +125.94430110934974 +124.04195168473466 +144.18936181631256 +124.04195168473466 +124.04195168473466 +181.04780788395382 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +178.1505967430425 +89.53770959746585 +185.35508785709402 +89.53770959746585 +186.90613453161288 +89.53770959746585 +247.30566957724503 +89.53770959746585 +219.75452875193844 +129.7736548223196 +106.09953652707156 +147.73537179976708 +125.94430110934974 +185.03192122084985 +125.94430110934974 +158.52221799132158 +148.45720104156848 +179.43395636405594 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +364.1217132067136 +641.9952911385238 +653.7982829850909 +664.6870983833895 +702.2700794960037 +673.9552684969776 +713.793546567147 +716.5995741409812 +716.7003360801523 +745.4412665274876 +479.83673102196536 +341.1315706804136 +229.1412186038156 +311.3446652504723 +202.68903331703905 +257.19158048916944 +150.37467908859216 +206.92498495228745 +148.45720104156848 +184.86398074031686 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +319.9057209510061 +635.3363770800624 +662.8900039170304 +707.9774418840974 +736.6719338664262 +711.9211139163548 +722.2295114355281 +734.5215894439116 +744.0302373507191 +776.818785841327 +499.48477757875474 +388.15202056806396 +195.33712347707882 +383.2692596062843 +202.68903331703905 +300.0625700899804 +150.37467908859216 +207.05208606948486 +210.04729435050382 +206.91400169797427 +148.45720104156848 +207.27608074244432 +170.22934791758294 +135.72510583031413 +373.85170323231824 +671.6074004014722 +687.8699639014206 +712.3032584971318 +735.665836417455 +712.7563075122249 +718.9378246649003 +727.768898655868 +735.659631735315 +763.5129460084497 +495.7317127568694 +325.891489983613 +195.33712347707882 +355.43243877909356 +202.68903331703905 +283.65625836946396 +150.37467908859216 +214.31674672990283 +216.72146523623533 +211.804844270501 +148.45720104156848 +211.1291136704048 +170.22934791758294 +135.72510583031413 +431.9843908755379 +725.9000692908463 +717.9296774154801 +724.4032062275224 +755.1033164883926 +725.3265364766207 +752.411403557064 +757.5159962690466 +731.2235506223749 +771.7314745478544 +495.87769907943755 +362.45008560434627 +195.33712347707882 +322.7210816882065 +202.68903331703905 +262.6975303393588 +150.37467908859216 +209.6963704868302 +148.45720104156848 +222.19894820452478 +148.45720104156848 +169.34565128924854 +170.22934791758294 +135.72510583031413 +346.9118360371548 +641.420150384932 +663.2603168584205 +698.8824986918532 +733.7516337826738 +708.5525039215369 +717.1667552132456 +717.1135701756305 +717.0733981455014 +744.1168305008482 +468.95917860704986 +323.8453229556398 +195.33712347707882 +321.7866588365066 +202.68903331703905 +245.82710960593002 +150.37467908859216 +182.37760055539252 +124.04195168473466 +182.7106314923238 +137.29831950995452 +171.65648171332245 +129.53726565619326 +130.22979185885552 +258.97030206405236 +342.59359908227526 +353.68907923726914 +362.7995028994617 +400.3698777578996 +282.94414232608597 +162.32855657386818 +326.33811522801324 +170.70172487805263 +327.0070398741859 +114.65375695606973 +269.87934758083344 +106.14805270265695 +235.2816476481674 +125.94430110934974 +143.95379960675584 +125.94430110934974 +181.00423683110316 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +197.85514355565758 +89.53770959746585 +89.53770959746585 +89.53770959746585 +221.66257847412905 +123.35603810797066 +272.0301483922285 +157.68580686100836 +280.79857233422194 +164.74352529803338 +283.4212858017471 +173.41601244738928 +287.48011196846664 +169.37934443373183 +271.0696872766105 +157.32800887760757 +214.16257765571066 +193.64883297629385 +163.8109505147738 +224.07787548271781 +183.18575912994487 +173.5914545541147 +259.9280492308049 +245.49685832743106 +170.22934791758294 +135.72510583031413 +435.68937510636084 +727.1604547494142 +768.0276487118432 +803.0329212595011 +857.223058335999 +830.3511976479567 +865.5071385152847 +876.0933047557198 +867.0929736363485 +887.2950300038748 +536.1983085011036 +398.17247428505704 +195.33712347707882 +384.7065975081116 +202.68903331703905 +365.68017872536797 +150.37467908859216 +211.01621486326817 +202.9455669608724 +208.07208378914777 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +309.26925798096073 +595.3494021941713 +598.7326377113133 +607.6626500926641 +631.4059029686229 +605.8679617725265 +630.189343066461 +638.2724239145505 +641.3999667057503 +679.3062983053131 +424.37695981912657 +303.3199828959944 +220.4252624835767 +285.17095834651656 +202.68903331703905 +228.21959288654233 +150.37467908859216 +168.84556484502764 +148.45720104156848 +148.45720104156848 +177.38155738108603 +148.45720104156848 +170.22934791758294 +135.72510583031413 +319.10106702764045 +612.9716727926613 +620.718463818334 +637.6576184432517 +674.1414354294427 +653.8721838716367 +686.3510057819485 +709.9652006509044 +715.02785922085 +744.2471375181507 +478.22098277589595 +332.6514364611894 +195.33712347707882 +292.7605925552133 +202.68903331703905 +246.62504715387803 +150.37467908859216 +207.66745568638373 +148.45720104156848 +206.9581036651094 +148.45720104156848 +184.5717853330162 +170.22934791758294 +135.72510583031413 +343.4269129635375 +643.530309653584 +662.2084273772834 +706.7641719496849 +734.0693974290516 +709.8524560908515 +718.4206047508611 +719.4575735880572 +717.877095116366 +747.5711646835529 +476.9062933638803 +358.72997822576576 +195.33712347707882 +323.7662419368148 +202.68903331703905 +259.91891108225224 +150.37467908859216 +206.72510649602162 +148.45720104156848 +227.6713677866005 +148.45720104156848 +206.8399814480696 +170.22934791758294 +135.72510583031413 +357.6916791926479 +671.3257883686808 +691.021511755249 +705.784031633689 +735.8986444699175 +713.7612291878355 +721.7066392099908 +743.471831632924 +739.7446878421387 +774.7386919912325 +494.909720197748 +375.8296772358446 +195.33712347707882 +372.21277463806894 +202.68903331703905 +295.1667164619848 +224.5533156419514 +197.70090623142195 +124.04195168473466 +184.29207636056884 +135.24137008317072 +185.07679504544848 +129.53726565619326 +130.22979185885552 +286.40584475544733 +437.0028220120526 +452.6509184615131 +459.427315703712 +471.96888601143115 +310.97347158280354 +134.29900008499447 +390.9783882473999 +134.29900008499447 +360.5407174232018 +89.53770959746585 +335.1024443496419 +89.52258097505724 +298.93271020591953 +125.94430110934974 +216.70777674547898 +125.94430110934974 +284.21585044320256 +124.04195168473466 +150.3376501324804 +124.04195168473466 +192.1115630215694 +127.52580719951405 +267.0865843584548 +89.53770959746585 +89.53770959746585 +333.4703942875883 +89.53770959746585 +305.0227350279079 +89.53770959746585 +303.04290376149385 +89.53770959746585 +313.4309437347446 +89.53770959746585 +298.24506686798173 +89.52258097505724 +293.4563361127448 +89.52258097505724 +137.34541008871642 +125.94430110934974 +221.13862354397708 +148.45720104156848 +218.73562101478112 +148.45720104156848 +193.63766878162804 +148.45720104156848 +170.22934791758294 +135.72510583031413 +426.23529155600966 +712.6225230668566 +713.7730562868578 +713.5238721048988 +754.4230537848179 +753.0658482371696 +782.5160155519324 +785.7385103907693 +789.9842383263298 +816.7717068462612 +506.76093204967276 +397.142283990724 +195.33712347707882 +398.6701167147541 +202.68903331703905 +356.09292633928834 +150.37467908859216 +232.0990753718141 +207.86394759574466 +207.65044472334452 +208.935806674837 +206.56186746959295 +170.22934791758294 +135.72510583031413 +392.577645588743 +709.6892031759842 +714.1671572094943 +740.7615503779408 +785.5674871716373 +767.0266492763271 +792.8130077553682 +790.995881907217 +794.4285579037942 +838.0515902551132 +532.0727800544234 +408.4456211600502 +195.33712347707882 +395.64414497507175 +202.68903331703905 +358.4818946418747 +150.37467908859216 +291.54140079528753 +148.45720104156848 +229.90478713307957 +148.45720104156848 +208.85303923625375 +170.22934791758294 +135.72510583031413 +428.1456975536354 +716.7725117008064 +725.3780303339241 +737.8619779505252 +767.1176217167847 +730.6356281319297 +747.9225587669056 +768.6991480589368 +786.8990560111613 +820.0905729177058 +524.1582623153265 +390.3311668010287 +195.33712347707882 +377.63120407616105 +257.9818283701571 +334.5861199338147 +150.37467908859216 +288.8501482108904 +148.45720104156848 +208.8989102159815 +148.45720104156848 +207.69900101941843 +170.22934791758294 +135.72510583031413 +367.1340903197136 +657.6193455630712 +695.7166491186318 +714.2994436700718 +737.3076982982128 +710.831908461957 +724.661379886495 +727.3639499604245 +726.5240613286506 +754.825715358031 +494.3216720529758 +377.4235599849652 +195.33712347707882 +371.97574798087834 +202.68903331703905 +258.9281125483751 +209.37744006081346 +208.02051671880045 +148.45720104156848 +207.8912560231319 +209.04818339250915 +207.0249862024595 +170.22934791758294 +135.72510583031413 +357.2290903445144 +655.0629906382861 +670.0976335217339 +710.4086472904229 +735.0251543920435 +710.1073126195041 +720.2671850094941 +723.256215721914 +729.3820597212558 +761.9450580110392 +496.65841736078323 +381.79140418856997 +195.33712347707882 +374.27827430236783 +202.68903331703905 +299.47989366139547 +150.37467908859216 +190.7764549352801 +124.04195168473466 +183.1842636176279 +150.39436675117216 +182.8847662462585 +129.53726565619326 +130.22979185885552 +239.28722951282214 +367.4741798696441 +385.5687559350581 +397.8991140438217 +421.6704579593702 +292.3602347507152 +185.38020008685365 +341.78086908168365 +169.387437807745 +344.106151135322 +121.98673586655683 +289.3360543623152 +89.52258097505724 +268.3021596449369 +125.94430110934974 +184.02826442915054 +125.94430110934974 +134.3706020145138 +182.56238644314774 +180.21029978690115 +124.04195168473466 +124.04195168473466 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +187.05669998104622 +136.3602721816784 +213.06641971091977 +210.0944068490626 +221.36492439842465 +227.29824352684665 +230.60756456758392 +233.99428842047212 +236.17851018268587 +225.84570088044603 +224.44963722879086 +200.0607888587994 +235.43140891642187 +166.4122616631135 +175.2859970468588 +148.45720104156848 +297.0209508608615 +148.45720104156848 +174.1729106067013 +148.45720104156848 +170.22934791758294 +135.72510583031413 +432.1837215103685 +720.6108768055157 +735.9000199589408 +748.3147036491462 +785.6551324733057 +768.8731997063509 +830.1648989902224 +847.5398924841774 +851.1714205633905 +891.602784621843 +566.304537601135 +398.77197752300964 +195.33712347707882 +397.98563004023714 +202.68903331703905 +374.57632949441336 +150.37467908859216 +284.53406412510276 +182.64266796234006 +222.81524727051314 +148.45720104156848 +252.87990314958756 +170.22934791758294 +135.72510583031413 +472.09044663137934 +782.1831810141621 +838.2365724157714 +878.8083716130515 +946.7724279309584 +920.6706273142073 +1010.9459946369253 +937.224794094742 +919.8148633135949 +948.2785015096603 +637.4214262983642 +437.8282060922526 +195.33712347707882 +423.8944129673708 +202.68903331703905 +386.41479969809194 +150.37467908859216 +314.95542359362025 +148.45720104156848 +234.44771062507127 +148.45720104156848 +209.44972952122464 +170.22934791758294 +135.72510583031413 +426.31509907503766 +712.2710009954362 +717.7436396303059 +749.5975238419948 +784.4200113790474 +746.6637423149301 +791.9853601381028 +808.6200191060004 +823.0348713528955 +835.6071854634788 +526.6811467831036 +390.436729581977 +195.33712347707882 +387.00950489947724 +202.68903331703905 +337.2006742289099 +150.37467908859216 +248.56154778424906 +214.9612829976298 +212.86010557902384 +215.5802041077661 +212.18322084916045 +170.22934791758294 +135.72510583031413 +438.4403653851131 +727.2221154283945 +756.5881072846792 +787.5764921481526 +834.7261815453064 +793.7995361227091 +830.3130462781517 +841.9795406976835 +833.1150503576804 +882.7534718365209 +549.0990164921251 +403.82083629544843 +195.33712347707882 +410.6641748521758 +202.68903331703905 +377.94824556449544 +150.37467908859216 +248.49674582374527 +193.2684393328803 +219.40059876531885 +148.45720104156848 +234.79172086730435 +170.22934791758294 +135.72510583031413 +428.5803630051545 +707.8176693325107 +713.8604155736575 +720.7533542791583 +756.8040640188984 +723.5471394029062 +752.5746288521527 +757.79673513387 +765.1119795818684 +792.631571956915 +500.1473566630299 +392.7262898595924 +195.33712347707882 +382.5407216937355 +202.68903331703905 +355.54999495529114 +150.37467908859216 +200.82989221386924 +124.04195168473466 +183.90101265142692 +173.60407738685515 +183.88650146663477 +129.53726565619326 +130.22979185885552 +228.97981103953722 +417.39676891315185 +418.6287258480523 +419.0201881255371 +429.80646236337014 +260.2458191607188 +134.29900008499447 +345.757289731277 +134.29900008499447 +341.93671125956416 +89.53770959746585 +291.50761956151223 +89.52258097505724 +221.740430015835 +125.94430110934974 +187.61700192359407 +179.14104556414068 +184.84898393580565 +124.04195168473466 +145.69897054419306 +124.04195168473466 +184.94800936692928 +156.6074558514338 +139.85793654978323 +89.53770959746585 +89.53770959746585 +214.2710830433682 +177.33098688541023 +196.1120825638476 +145.85308004225664 +245.61147946792127 +124.00975831624305 +295.17466575479295 +130.72377806098234 +294.19370594114946 +127.96536209878089 +283.84411858829725 +89.52258097505724 +255.54319837124925 +125.94430110934974 +125.94430110934974 +148.45720104156848 +240.3211108542498 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +135.72510583031413 +374.2395987598051 +706.6763994777671 +713.9658467855185 +727.9578030900918 +771.2515093379278 +759.3408287540223 +781.7122007712123 +802.374731794469 +819.587357154606 +842.4611568307539 +520.2683611338944 +406.9281911394003 +195.33712347707882 +392.1912572700093 +202.68903331703905 +358.8260600888776 +150.37467908859216 +267.9343720216067 +148.45720104156848 +208.23980158101872 +159.51522856699148 +208.28686666898605 +170.22934791758294 +135.72510583031413 +427.054946724126 +718.080627881531 +721.8686946889424 +751.5553332955776 +787.2490406522691 +747.4328594420507 +786.8421274919784 +817.3996240635036 +808.7493919943093 +849.9968907207862 +527.0802626720946 +397.8383518038673 +195.33712347707882 +409.16075772912217 +202.68903331703905 +372.4627072140608 +150.37467908859216 +328.13329582996283 +148.45720104156848 +227.36273412579027 +148.45720104156848 +209.9736212596237 +170.22934791758294 +135.72510583031413 +429.73574117020974 +716.1958534404221 +733.610549458768 +774.0224869957631 +810.5288973875722 +787.6399263970219 +794.7063119430741 +796.6609223433614 +821.2903617385341 +877.4778694304118 +551.148869052511 +388.3635171262169 +195.33712347707882 +384.0803070299951 +202.68903331703905 +313.49291930347044 +150.37467908859216 +210.02178842708176 +171.11598657774258 +208.91914007904987 +148.45720104156848 +207.61197395186608 +170.22934791758294 +135.72510583031413 +362.5655910906471 +661.698425223273 +704.8175187111102 +716.3772372494317 +739.6252906720435 +714.0080010239119 +735.2528087281249 +750.6624689733062 +748.4766778281833 +780.254488457592 +497.5034270507492 +390.98516851751253 +195.33712347707882 +390.7526408794714 +202.68903331703905 +354.23377272913183 +150.37467908859216 +234.37188456479421 +148.45720104156848 +207.30581752224649 +148.45720104156848 +207.16767223191195 +170.22934791758294 +135.72510583031413 +365.759244367684 +694.9843234202599 +712.6374132478353 +716.8212767803574 +741.8875871564228 +718.2509598642057 +749.2491269282501 +749.8389593428449 +761.7914336928235 +776.5338263596155 +494.73057452274696 +380.9271274278314 +195.33712347707882 +377.9382698773685 +202.68903331703905 +329.1012342192881 +150.37467908859216 +211.72019946754992 +124.04195168473466 +183.96502950294487 +124.04195168473466 +185.57057411485832 +129.53726565619326 +130.22979185885552 +287.09750173291496 +432.4197506622405 +432.1363962463533 +441.55098712706535 +455.71587309443663 +224.34344158981438 +296.12015035344393 +306.69034585941813 +337.8906306599443 +300.64235140475313 +266.7807166386113 +254.34296973176112 +250.56478193070876 +230.50868526647915 +142.50463404939225 +199.7454496455366 +125.94430110934974 +177.860075999397 +124.04195168473466 +145.5649841100909 +124.04195168473466 +183.1398439190193 +150.74497024022287 +108.04730669423914 +89.53770959746585 +89.53770959746585 +299.9327916933504 +89.53770959746585 +295.23259104837 +89.53770959746585 +293.99146248456 +89.53770959746585 +295.18340475937686 +89.53770959746585 +295.39087807492024 +143.12857334851 +242.32787225790338 +89.52258097505724 +159.26078284245105 +125.94430110934974 +161.34933208126267 +148.45720104156848 +222.19535733044864 +148.45720104156848 +157.39027286000302 +148.45720104156848 +170.22934791758294 +135.72510583031413 +401.68166740806544 +716.5441845276617 +722.8273441450335 +755.799545529743 +817.2586049156014 +778.6371083913357 +814.8756128965678 +834.3161954350422 +837.8948166366911 +864.9318163468042 +561.3036785054694 +422.70880055771346 +195.33712347707882 +407.5300600067073 +202.68903331703905 +372.4928981253509 +150.37467908859216 +287.75301391496646 +148.45720104156848 +230.51024675546316 +148.45720104156848 +208.87835603478626 +170.22934791758294 +135.72510583031413 +433.81400379520676 +725.7525083085513 +741.8380089487758 +777.9242629550578 +842.2281915076875 +819.0841098187603 +864.439336510884 +880.2142234019072 +863.8317399096027 +873.9796204412263 +582.6156228687776 +434.1698855867568 +195.33712347707882 +420.26003585077314 +202.68903331703905 +361.59729169393614 +150.37467908859216 +263.94725168577963 +148.45720104156848 +207.90914116631492 +148.45720104156848 +222.31314773462933 +170.22934791758294 +135.72510583031413 +390.739600997746 +698.4047550749045 +713.7893315668699 +721.4587731260344 +756.9096192445825 +732.5246688277415 +754.9789439779066 +752.5610176339164 +758.8890371611611 +782.0679059437635 +497.7398707295334 +381.89383909088554 +195.33712347707882 +383.71585236062333 +202.68903331703905 +315.105636339282 +150.37467908859216 +236.97283757471084 +148.45720104156848 +208.2532750700867 +208.02575732724762 +207.38755299431782 +170.22934791758294 +135.72510583031413 +369.59764455931304 +707.494783013514 +715.7748463757248 +734.9161157092336 +773.7429924062526 +755.285059932491 +796.3448705587213 +798.8403304692248 +797.4549479249306 +827.6174929252257 +534.2050728843554 +412.8593764276265 +195.33712347707882 +395.5848575647624 +202.68903331703905 +361.2472926281032 +150.37467908859216 +249.44059600964843 +148.45720104156848 +219.79139262465333 +148.45720104156848 +216.41034040372406 +170.22934791758294 +135.72510583031413 +417.7795576441824 +714.8446634130173 +720.7848280979035 +751.4666640724123 +805.667422654938 +775.6082675401159 +817.307509025644 +849.4131042988125 +855.9396229318738 +863.442817989293 +535.7085617394141 +416.7194961951745 +195.33712347707882 +412.86649781642194 +202.68903331703905 +378.57421587038795 +150.37467908859216 +327.78740769880636 +124.04195168473466 +207.03769743409904 +202.85121762278916 +206.58745820310938 +129.53726565619326 +130.22979185885552 +350.2831363109293 +439.6947188992905 +448.26808419705213 +448.8615371350003 +463.4235308347129 +258.94681967875334 +177.58952911293736 +385.7780496426997 +201.3002872454995 +424.8863078088766 +151.78883240558824 +324.60027461514227 +89.52258097505724 +302.1361164614452 +125.94430110934974 +338.01594316426394 +125.94430110934974 +278.1588406160876 +124.04195168473466 +282.41400357024156 +124.04195168473466 +159.6961868216877 +127.52580719951405 +251.80724992428657 +89.53770959746585 +89.53770959746585 +328.3019983114244 +89.53770959746585 +317.81401591876715 +89.53770959746585 +324.39639143713293 +89.53770959746585 +322.8527274495519 +89.53770959746585 +329.62808463190527 +89.52258097505724 +315.14857276900057 +89.52258097505724 +332.77017691256947 +125.94430110934974 +225.88574675117704 +148.45720104156848 +305.9524297081617 +148.45720104156848 +267.9340925757724 +148.45720104156848 +170.22934791758294 +135.72510583031413 +483.1160154686154 +764.8643873545199 +807.9630276405055 +811.4348354233576 +853.3106796881583 +830.0729409270959 +871.8734176972781 +876.495364975716 +830.5469134020829 +840.5962837264065 +541.4940808513358 +408.85777631854677 +195.33712347707882 +416.3878567043355 +202.68903331703905 +379.6814002843807 +150.37467908859216 +283.56532933686043 +210.36678769641637 +233.64402813910374 +148.45720104156848 +218.97592808974375 +170.22934791758294 +135.72510583031413 +436.85626930917175 +731.3728479173849 +787.4405081555557 +802.4939369580361 +843.664896417173 +798.2766865822935 +850.6786119247288 +869.4215398626849 +859.3106753235935 +925.9303263712112 +581.4188235874898 +425.0193245352148 +195.33712347707882 +417.4876745084476 +202.68903331703905 +377.5643632623802 +150.37467908859216 +353.1041701747158 +148.45720104156848 +303.99488986146343 +148.45720104156848 +235.79796340662458 +170.22934791758294 +135.72510583031413 +464.1109429752607 +747.0300969393273 +772.6511215646744 +841.7135451280053 +895.4580297135666 +888.2495907433041 +933.8353650151911 +988.0857439148463 +984.915287226921 +973.1117605992155 +602.8805688790592 +429.5804703044799 +195.33712347707882 +437.78850812558915 +202.68903331703905 +417.68669894562754 +150.37467908859216 +364.79119467235324 +148.45720104156848 +368.6745577750784 +148.45720104156848 +362.3254149626024 +181.48329985360905 +330.1354430515871 +485.4513366753181 +774.729873879248 +816.9693902622295 +858.2208572771628 +949.0236509709332 +903.6666949106327 +966.7386397006995 +1009.3514030838093 +949.6464306741279 +983.1504545151167 +586.1316622750439 +425.2182147911145 +195.33712347707882 +432.9384362461194 +202.68903331703905 +398.2883115312159 +211.2654519460365 +373.5343934718211 +148.45720104156848 +394.23171717577026 +148.45720104156848 +406.85750148210565 +170.22934791758294 +353.2844051143346 +487.60746967668456 +805.2489318540089 +849.5665580623753 +887.9493963511502 +932.447898405237 +888.7075306074174 +933.3761391470381 +937.7267359151206 +924.0089371738683 +909.1502712521228 +600.9535798585221 +428.3853826185856 +195.33712347707882 +433.25052639913645 +202.68903331703905 +383.5297714841889 +150.37467908859216 +332.7047331947385 +124.04195168473466 +271.92135463657223 +124.04195168473466 +193.74766692355388 +129.53726565619326 +130.22979185885552 +356.4742296202519 +447.5423663501875 +426.6735677796277 +447.2680385514598 +460.19695823278454 +221.63010221955545 +155.12306942757206 +340.13713082764025 +193.1089676272151 +323.76180617162237 +99.51070315090766 +215.66463890259692 +208.77026219117332 +156.6200583090612 +238.02221004156794 +165.65520597202206 +125.94430110934974 +189.0925885921225 +124.04195168473466 +147.6043136467339 +124.04195168473466 +230.47401580476736 +127.52580719951405 +89.53770959746585 +89.53770959746585 +89.53770959746585 +253.6030130349059 +113.31222235792315 +274.0313576666689 +179.25342967492273 +281.8785698360412 +173.89858855252257 +293.7818592434928 +179.13936410797666 +281.25226792918176 +152.41736717106588 +239.71356146490143 +89.52258097505724 +181.5535609162311 +196.93872821876718 +125.94430110934974 +211.9004663727284 +148.45720104156848 +148.45720104156848 +220.93710370930282 +148.45720104156848 +170.22934791758294 +135.72510583031413 +426.6229717871156 +714.8147644254065 +722.1401310342285 +753.2866872851043 +801.9246661441858 +777.5843778877652 +810.2962484984344 +825.1937052141878 +806.1926295920815 +854.6416353530648 +536.9286502939369 +403.3119062486137 +195.33712347707882 +394.1253013314516 +202.68903331703905 +371.4739504724531 +150.37467908859216 +255.2022885631332 +148.45720104156848 +210.14181825389278 +211.63484443302724 +208.14355816355945 +170.22934791758294 +135.72510583031413 +400.3705758524551 +713.8342619328217 +716.9912889833785 +742.3852809505033 +781.8403829771645 +754.1528397939521 +794.8030006880398 +810.1731347884364 +817.4441079312234 +841.6995464523341 +531.6052881336012 +410.22793199620884 +195.33712347707882 +407.59070769545644 +202.68903331703905 +378.3586568348439 +150.37467908859216 +325.8560322646033 +148.45720104156848 +294.7341638847451 +148.45720104156848 +210.14281245270942 +170.22934791758294 +135.72510583031413 +434.017527931376 +718.3244377014279 +737.5563272477655 +785.98007660156 +855.8844346863374 +818.3863125413967 +839.3439474703314 +856.7825058566744 +871.4902560048707 +915.1941613108233 +558.7818676535521 +396.5135847102405 +195.33712347707882 +394.16111821556285 +202.68903331703905 +373.1949669420299 +150.37467908859216 +284.8996552287936 +241.11493874514434 +224.9636104536517 +239.85651360590802 +254.28005972673583 +170.22934791758294 +135.72510583031413 +455.1079977764446 +743.3963703520898 +763.0951155882402 +792.2977694604983 +860.5371522923257 +861.5862378601928 +903.1114906465008 +875.5692502459966 +855.5199019508397 +890.184444952532 +579.9756239565506 +417.9706933981788 +195.33712347707882 +407.5455963381357 +202.68903331703905 +378.4249756560263 +150.37467908859216 +261.05108569640646 +148.45720104156848 +225.2584565756885 +148.45720104156848 +279.8893736121481 +170.22934791758294 +135.72510583031413 +450.1126936786026 +730.4745519733202 +730.133881668468 +748.0311482372117 +782.813923508816 +756.8923409669777 +790.1307106216528 +807.1198502557454 +808.2989794039974 +835.1580917291247 +539.5048064653445 +388.0988693242737 +195.33712347707882 +384.73537478743447 +202.68903331703905 +334.24368485995683 +243.81929092594694 +284.74686614680303 +124.04195168473466 +202.02519945684125 +196.86368802849915 +191.77485657403014 +129.53726565619326 +130.22979185885552 +314.00536947764 +446.65266478644725 +440.5061405926288 +440.0149598378377 +498.9783067625804 +321.68666499837514 +134.29900008499447 +378.382272590148 +134.29900008499447 +374.34332354810755 +89.53770959746585 +331.849204472708 +89.52258097505724 +297.3472923791298 +125.94430110934974 +214.68603739721286 +196.22339485651415 +229.56735846786918 +124.04195168473466 +143.8767562225607 +124.04195168473466 +203.94356350009045 +127.52580719951405 +109.20249537388364 +89.53770959746585 +89.53770959746585 +304.05481369614296 +89.53770959746585 +295.0641361030816 +89.53770959746585 +300.0682076059862 +89.53770959746585 +318.6371599041169 +89.53770959746585 +301.02697676044346 +89.52258097505724 +296.80053770309104 +89.52258097505724 +192.13500773184245 +125.94430110934974 +299.98080565299136 +148.45720104156848 +197.30724701484314 +148.45720104156848 +223.71611389098217 +148.45720104156848 +170.22934791758294 +135.72510583031413 +429.25196255295225 +720.6889784430222 +736.5729753855422 +760.5321022532083 +797.5447593203039 +763.1597426466758 +801.6936748983414 +819.1873224774106 +832.476208637096 +873.1593371920115 +565.7244840324288 +422.6698325351372 +195.33712347707882 +419.000630212621 +202.68903331703905 +377.7544927367307 +150.37467908859216 +345.3507238224099 +148.45720104156848 +231.39879706892887 +148.45720104156848 +209.38235273583666 +170.22934791758294 +135.72510583031413 +377.1589702262265 +709.1477502100654 +714.4343740403893 +726.4852897778657 +754.9977663401057 +731.1202581229087 +762.4167635299211 +762.8641025288181 +767.7106103100252 +796.1881368026656 +502.8820506381022 +389.5291305524313 +195.33712347707882 +384.5965314435586 +202.68903331703905 +349.0589653002263 +150.37467908859216 +234.81651827767155 +148.45720104156848 +207.42441471295297 +148.45720104156848 +214.75708761667525 +170.22934791758294 +135.72510583031413 +376.9753904642324 +699.5523110113093 +715.080686103426 +719.853444382284 +748.1458564179832 +725.6513057094402 +765.8137984125971 +766.3223653729874 +768.177899366303 +805.3865050954081 +509.0302729586994 +395.7543444676355 +195.33712347707882 +390.4167996368314 +202.68903331703905 +355.5505321341861 +150.37467908859216 +225.68439196421048 +148.45720104156848 +209.46018393838656 +187.2283225996953 +207.79972378280976 +170.22934791758294 +135.72510583031413 +356.6987349565947 +685.0083400138247 +713.343289697721 +726.8336851849501 +777.0274421979243 +751.541084900356 +794.1038898495473 +809.7919379551256 +805.7548237666756 +822.1635459068876 +521.0093209496829 +403.0472989357131 +195.33712347707882 +400.9688624512175 +202.68903331703905 +354.8635974943764 +150.37467908859216 +245.1452302995981 +148.45720104156848 +207.52859765886942 +148.45720104156848 +207.44792516528335 +170.22934791758294 +135.72510583031413 +368.75486130961144 +703.49752352731 +719.0964490294593 +739.21612202089 +783.3236146325992 +768.4524618890019 +804.4688028197618 +816.0676189108317 +811.6020687087963 +844.6677593588292 +537.9394081658631 +409.2502633027257 +195.33712347707882 +436.30146568440233 +202.68903331703905 +358.2455169755815 +150.37467908859216 +228.13503480812133 +124.04195168473466 +186.70942077238203 +166.1296831025102 +183.3051582244909 +129.53726565619326 +130.22979185885552 +240.92417447385884 +419.0488168710194 +424.2331098655631 +424.77143341927336 +437.2756501695735 +328.30558691970623 +134.29900008499447 +365.0409809926488 +134.29900008499447 +375.0487400019091 +89.53770959746585 +304.4213142405933 +89.52258097505724 +321.9844093299811 +125.94430110934974 +288.60558452736285 +125.94430110934974 +207.160371734619 +162.29547021040756 +184.31241457889854 +124.04195168473466 +200.90768619065085 +127.52580719951405 +126.81350455724069 +89.53770959746585 +89.53770959746585 +292.23527997524866 +89.53770959746585 +293.6906903986358 +89.53770959746585 +295.0728728740788 +89.53770959746585 +301.10102374974326 +89.53770959746585 +308.7090903619165 +89.52258097505724 +302.29226661562404 +125.94430110934974 +326.93483903633097 +125.94430110934974 +231.0133286671783 +148.45720104156848 +185.72715185445674 +311.7447669425386 +240.01951525480425 +148.45720104156848 +170.22934791758294 +135.72510583031413 +438.4376186349782 +728.0495183927591 +733.0577432202123 +753.6234281826852 +781.7402000603737 +768.020916165231 +781.5705158767809 +785.0789591940455 +814.6066443214116 +854.8281559239414 +537.4577684292194 +387.6110125964304 +195.33712347707882 +428.52048905662747 +202.68903331703905 +372.0918093645632 +150.37467908859216 +266.6254536764973 +148.45720104156848 +235.34572143455364 +180.24353888656157 +225.0655835893632 +170.22934791758294 +135.72510583031413 +439.94651183813625 +716.9427734868106 +731.6679815671165 +761.5422360327226 +818.7269908496663 +774.3058877363455 +804.1838294567985 +812.1102948611646 +816.4769392108906 +845.9252333159307 +541.8820314693229 +410.31526404082473 +195.33712347707882 +442.97974222330157 +202.68903331703905 +362.10485260553713 +150.37467908859216 +275.6914683462793 +148.45720104156848 +223.50820818149342 +148.45720104156848 +207.7819906094288 +170.22934791758294 +135.72510583031413 +406.60616889016063 +714.8186145415906 +733.7451882904523 +784.2263508616644 +844.8493884359629 +809.8480507265712 +849.6858770548932 +858.3783678903359 +853.7218835611673 +881.3667063936181 +546.7436594219846 +413.2943649305139 +195.33712347707882 +438.70923168293524 +202.68903331703905 +364.7113674970999 +150.37467908859216 +258.89339092036425 +148.45720104156848 +226.03471114602732 +148.45720104156848 +208.78670578729506 +170.22934791758294 +135.72510583031413 +427.0820303753678 +717.4015617070166 +757.9367304532151 +817.0556592229531 +886.0555459581151 +887.793201723198 +857.6470562199265 +892.5504659452241 +884.9923404942887 +894.5902448386013 +564.923867342239 +423.3360228840321 +195.33712347707882 +441.83566495768576 +202.68903331703905 +377.6440549500487 +150.37467908859216 +363.7570434225315 +148.45720104156848 +277.591464549697 +148.45720104156848 +246.21253320389943 +170.22934791758294 +135.72510583031413 +427.30677915069356 +712.7200863990112 +715.4370408738156 +729.6752158526241 +777.0702185146417 +751.2237321572403 +785.193376489675 +802.0460898295945 +805.2499964777152 +818.0430977536075 +513.9018043860391 +397.35291324416823 +195.33712347707882 +422.2597471859737 +202.68903331703905 +303.03096146462485 +150.37467908859216 +191.84531628901053 +124.04195168473466 +213.7834625269086 +124.04195168473466 +183.2122535347259 +129.53726565619326 +130.22979185885552 +223.48857178267315 +382.5570477472107 +407.1611533897782 +419.0330815323013 +428.5634112610783 +292.2807346424851 +134.29900008499447 +341.76457479723473 +134.29900008499447 +348.10418874406827 +89.53770959746585 +300.38331213358515 +89.52258097505724 +306.11500890356916 +125.94430110934974 +184.49284317836498 +125.94430110934974 +182.6708014213728 +124.04195168473466 +134.42193648005707 +124.04195168473466 +181.16067570819845 +166.31066262716251 +98.28811641030734 +89.53770959746585 +89.53770959746585 +215.45197395432862 +138.0458797810062 +237.6134005490837 +255.97784625840555 +279.9724795155071 +316.5203544063985 +307.8641017604499 +319.0204329420061 +296.35562947737975 +280.0337463251962 +272.00513889382444 +303.9014532261992 +302.4559947076964 +310.89552607168173 +207.5488641731897 +254.8087832842771 +283.35234240333364 +310.6288211112163 +218.75763960543844 +189.7216244672214 +170.22934791758294 +135.72510583031413 +505.08910246597685 +781.4732518679535 +792.9594184205218 +817.4571620928776 +845.4239539780793 +834.0137222686302 +830.6323802764053 +890.2445556411064 +890.0756265575201 +898.1036394338125 +588.2592870784418 +421.7372652616981 +195.33712347707882 +452.6416287259359 +202.68903331703905 +389.7332236455202 +191.0555984699157 +358.7921520331503 +148.45720104156848 +337.42303620790807 +148.45720104156848 +257.4322428111574 +170.22934791758294 +135.72510583031413 +472.2524373846283 +766.3821456049944 +824.4502430243925 +851.5201203280196 +885.3829859805556 +860.5921164655884 +929.5026067936918 +899.9614967350067 +846.8824282625457 +832.62247058911 +515.1052653970224 +374.1974457884168 +195.33712347707882 +410.5724270087782 +202.68903331703905 +305.9970057247408 +179.78354316886572 +236.65267580786545 +148.45720104156848 +210.3106837875136 +212.08935138597758 +209.30289418172748 +170.22934791758294 +135.72510583031413 +416.5944197335873 +712.4697002156313 +714.3391603077175 +734.6256288959144 +772.9322575998941 +756.5899269890289 +792.1183537738821 +799.1402624901185 +803.3151895951414 +818.2386940463643 +516.9644919394419 +398.51059879671163 +195.33712347707882 +425.15373402427286 +202.68903331703905 +358.42702720393703 +150.37467908859216 +241.49394127785465 +207.79878031027093 +208.2729854932761 +198.59555391596191 +208.20289021478547 +170.22934791758294 +135.72510583031413 +360.3518144975964 +710.6718712243214 +716.1099922267894 +737.1425491174458 +793.5636202725683 +766.4332508089041 +806.0651754178768 +828.5255708167354 +827.5958352151428 +855.4289347586563 +531.932992529767 +403.4021745637992 +195.33712347707882 +425.3684598553661 +202.68903331703905 +357.4255428326178 +150.37467908859216 +231.6173331014072 +148.45720104156848 +208.27047551261228 +208.4937470037249 +207.75536381607137 +170.22934791758294 +135.72510583031413 +404.67405756266356 +713.4947006098964 +727.7468378557381 +775.6142677672998 +834.6437183426848 +829.5393273884674 +874.9869812203477 +900.9428967212841 +901.9953250587539 +908.4731725222612 +586.4300278629909 +417.72638752865777 +195.33712347707882 +455.8943071382457 +202.68903331703905 +376.4475650625022 +150.37467908859216 +260.40616143693245 +217.429594577071 +198.14146312344718 +124.04195168473466 +197.0057041630508 +129.53726565619326 +130.22979185885552 +296.4381186897141 +420.9654113685618 +421.4376911892536 +417.980795593463 +427.8547222130363 +302.3798220364855 +134.29900008499447 +344.434697851614 +134.29900008499447 +337.87312862177004 +89.53770959746585 +286.65236304897496 +89.52258097505724 +216.37170217859153 +125.94430110934974 +185.7977076024091 +186.3653310978279 +182.16853334086406 +124.04195168473466 +144.84132521780242 +124.04195168473466 +181.56804053658672 +127.52580719951405 +125.95942973175835 +89.53770959746585 +89.53770959746585 +186.23498988869432 +154.6855426429885 +217.20917883378118 +164.86686032721948 +223.72648633895236 +139.2009910975844 +166.20807373748022 +127.58597103697535 +239.8591893397312 +121.39462873552881 +146.73723234804785 +186.6148647725753 +125.94430110934974 +125.94430110934974 +183.15970564670292 +148.45720104156848 +148.45720104156848 +205.67480897858277 +181.38226965516208 +148.45720104156848 +170.22934791758294 +172.1468259646066 +374.7572323843471 +679.2857298873179 +706.5364018380064 +711.3040331513804 +733.5357526100128 +709.6627591575599 +719.4931569341655 +720.5109794220813 +723.0671318426347 +751.6080956419906 +493.33664053050023 +361.24413736978414 +195.33712347707882 +397.9386185427208 +202.68903331703905 +291.01313836553373 +207.33173945098687 +219.8162909515324 +148.45720104156848 +214.83376246712243 +148.45720104156848 +181.84533195433684 +170.22934791758294 +172.1468259646066 +367.94092535483145 +668.6408875041909 +692.7589454455057 +714.1793298988111 +737.0700631336283 +714.6760105643123 +735.6111092127343 +743.1270100644472 +750.125295869771 +777.7116359698022 +496.00462209603927 +381.56800263369325 +195.33712347707882 +410.7815717264374 +202.68903331703905 +298.9555038472347 +150.37467908859216 +231.86947273581472 +148.45720104156848 +207.7608225538935 +148.45720104156848 +207.03865922533635 +170.22934791758294 +172.1468259646066 +359.75094853042583 +667.3110316793985 +695.7434293683541 +712.1415317351192 +737.6386171997966 +714.5416213019546 +737.3632848674883 +745.1566485966998 +736.4559428899382 +760.8095296811285 +493.7871053829482 +365.60126218058093 +195.33712347707882 +401.65417451253984 +202.68903331703905 +296.440236276644 +150.37467908859216 +214.93576357962633 +148.45720104156848 +238.53948378368221 +148.45720104156848 +207.8237588897222 +170.22934791758294 +172.1468259646066 +389.63684553754194 +679.6609807705203 +707.3928073637583 +712.696266603322 +737.8778884236236 +737.1217278600678 +785.2049689551118 +797.6043049789388 +785.6628591197779 +806.6338977968405 +509.9348429817571 +381.82742350763175 +195.33712347707882 +410.46033983735515 +202.68903331703905 +317.4792210852713 +229.7008482655931 +226.8850189249582 +148.45720104156848 +230.83536396851497 +148.45720104156848 +212.69779459075542 +170.22934791758294 +172.1468259646066 +436.3136351743621 +721.5246294501127 +727.7083742096735 +749.2882334206832 +784.607785189267 +749.800356116999 +796.5163922536666 +830.6821284328568 +817.9502006320357 +847.5930374049364 +532.0190121189057 +386.1983324324243 +195.33712347707882 +415.5643927982465 +202.68903331703905 +339.2459341573811 +150.37467908859216 +202.96254742971115 +124.04195168473466 +186.9782920389475 +190.18620051480477 +186.79891355330648 +129.53726565619326 +166.65151199314798 +251.2114056750945 +434.67036824999155 +443.79136325585824 +447.92418122112997 +468.66175132644383 +315.1902541496645 +134.29900008499447 +367.09546806258265 +134.29900008499447 +352.9778116167292 +89.53770959746585 +300.97089795288207 +89.52258097505724 +215.28598889525375 +198.37337368159896 +150.25567415496766 +166.13058955202777 +190.34909328344392 +124.04195168473466 +135.9252630113365 +124.04195168473466 +159.5141493435658 +127.52580719951405 +153.91331659760843 +89.53770959746585 +89.53770959746585 +239.13198997358165 +89.53770959746585 +274.565323774098 +89.53770959746585 +290.72531843543095 +89.53770959746585 +297.38547639362724 +89.53770959746585 +298.07432763206947 +89.52258097505724 +201.60203085432536 +125.94430110934974 +125.94430110934974 +125.94430110934974 +188.6908542659095 +148.45720104156848 +148.45720104156848 +238.15733149191175 +189.93805628287208 +160.53832751676194 +170.22934791758294 +172.1468259646066 +432.6260419871667 +718.2893158024821 +723.463301729309 +746.5144554588056 +789.9471590271238 +770.8160347451367 +814.7692607388936 +807.9865120042085 +832.644234547814 +813.8528976434134 +516.0551226312086 +375.3024474350369 +195.33712347707882 +418.38671735376204 +202.68903331703905 +318.9168323333949 +234.41789250889974 +232.722169434459 +148.45720104156848 +211.08683480082365 +203.0102177772795 +169.8755020456105 +170.22934791758294 +172.1468259646066 +383.54734440562316 +707.9464884019087 +710.2955282217146 +714.7579641110468 +735.9675145697269 +713.9878678496781 +738.1829346019939 +741.8618635334193 +750.5895278055908 +779.7797036893401 +506.74726664046864 +377.21599892497596 +195.33712347707882 +414.47269331963616 +202.68903331703905 +309.1020704496446 +278.1271500904356 +233.2632407063929 +148.45720104156848 +260.3204623962002 +148.45720104156848 +212.58777588329426 +170.22934791758294 +172.1468259646066 +433.7769021676812 +717.5900645136843 +717.8994727757919 +718.3522209731847 +745.652629902712 +716.5115640699911 +737.9979813126018 +759.769055182298 +773.1341180334571 +748.5875716786859 +492.59024131599085 +300.2925169517237 +195.33712347707882 +351.5981842085154 +202.68903331703905 +242.19699626894703 +150.37467908859216 +209.6002688337711 +210.374514453949 +207.3756441683429 +148.45720104156848 +158.79593580238455 +170.22934791758294 +172.1468259646066 +342.9598420654925 +640.9566555264927 +644.0408915815962 +654.4193327919678 +682.4969024093134 +668.6314566054505 +706.211582476213 +714.5721277888686 +716.8974018861564 +744.8338605311733 +455.58776780628995 +310.9638806896502 +238.74745980637746 +326.50059892839863 +202.68903331703905 +246.970603821786 +150.37467908859216 +208.4362829678171 +148.45720104156848 +207.409261252994 +208.31826530319384 +169.4076257136109 +170.22934791758294 +172.1468259646066 +366.7689747491072 +653.2795226435597 +660.6304213785232 +693.5770730655317 +730.177606442503 +707.8716603481975 +718.7632518696425 +716.939868912361 +721.0936717940788 +746.0353764586212 +490.6969842854181 +355.8647704489444 +195.33712347707882 +358.7118003353603 +202.68903331703905 +260.77054101813883 +150.37467908859216 +182.0545304633971 +124.04195168473466 +182.70547104378116 +124.04195168473466 +144.69870750961766 +129.53726565619326 +166.65151199314798 +266.76982453397267 +346.20551220343174 +355.5211573468503 +372.6022516762457 +390.0108342515474 +216.51344365455662 +203.546391846048 +269.04325790462286 +196.73883769775975 +262.84788945239023 +138.5539301064863 +220.63141633414955 +126.28172242160865 +159.89356131943384 +187.09567948431393 +141.11754379898434 +125.94430110934974 +124.04195168473466 +155.41871242446155 +124.04195168473466 +124.04195168473466 +124.04195168473466 +184.00532704824712 +125.95942973175835 +89.53770959746585 +89.53770959746585 +162.95085927570756 +89.53770959746585 +187.1659193491391 +155.7507822920836 +201.38492572263868 +183.41690322280172 +147.5615372652022 +145.61495843306471 +188.33315900411344 +121.09757684637378 +89.52258097505724 +125.94430110934974 +125.94430110934974 +182.25887893101404 +125.94430110934974 +190.62216711661418 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +313.7811297394729 +627.9417084096333 +672.8049620491673 +708.501100429857 +736.402386005526 +710.4876278756675 +722.6267996813743 +724.2930160188048 +726.6276156192692 +751.2424745033039 +493.4457028401569 +367.4004487274675 +195.33712347707882 +357.32995138501417 +202.68903331703905 +258.9427652744188 +150.37467908859216 +206.96548016235104 +161.7205658421966 +206.9071665025021 +148.45720104156848 +173.25811169833565 +170.22934791758294 +172.1468259646066 +303.89345648206563 +615.7082798610223 +659.8920705942794 +706.7897716791113 +735.061960963881 +708.3722591666303 +724.1363068703552 +735.775814139725 +740.3199507054421 +769.404538321903 +494.4603217382945 +370.56738657879635 +195.33712347707882 +385.43489804423785 +202.68903331703905 +245.5431085258897 +150.37467908859216 +207.8040318253518 +187.09590656634245 +207.2699434652247 +148.45720104156848 +184.94930511421455 +170.22934791758294 +172.1468259646066 +296.42584539529463 +612.9568539915691 +664.7653411078868 +695.1019308546021 +732.8497544719733 +706.4804950128292 +713.9037260427808 +713.7448639126299 +714.6168977086791 +741.6736137865433 +460.8368597052218 +304.4728341974631 +195.33712347707882 +324.3872403064748 +202.68903331703905 +251.38763216765116 +150.37467908859216 +209.0183351062631 +148.45720104156848 +208.24875120694654 +148.45720104156848 +185.43666009927952 +170.22934791758294 +172.1468259646066 +355.29782178870727 +644.3900514097023 +658.2699668205844 +677.775163166065 +721.657243646142 +705.3358633060751 +718.8901657882386 +718.5299100399388 +720.491293518818 +750.4956721332507 +492.6941381193016 +367.2420091223357 +195.33712347707882 +347.910197420361 +202.68903331703905 +266.32678210148083 +150.37467908859216 +207.04959476399216 +190.75897882266776 +207.09454502405032 +148.45720104156848 +207.0088865705943 +170.22934791758294 +172.1468259646066 +395.90874727920306 +702.5687449750689 +711.4466133452157 +715.8621275219602 +739.9912993851509 +723.2218661544908 +748.8588290639772 +768.2024915527567 +774.2261574065569 +789.9649871323319 +497.9342764552492 +374.0850627719384 +195.33712347707882 +404.74439510671345 +202.68903331703905 +302.3533669144832 +150.37467908859216 +204.7999023499641 +124.04195168473466 +187.13123311596482 +124.04195168473466 +185.77548357106906 +129.53726565619326 +166.65151199314798 +241.27944955410675 +417.963466369515 +397.74167344976684 +417.75647488568444 +427.5775581545475 +260.494608652866 +167.77849880818212 +330.50648724501985 +168.8455185373075 +329.2446668994807 +89.53770959746585 +212.8614498216228 +89.52258097505724 +146.5440846948253 +125.94430110934974 +183.07104571292388 +139.12958911452088 +132.89053173820213 +124.04195168473466 +124.04195168473466 +181.14894287382432 +184.09674349122326 +127.52580719951405 +125.95942973175835 +89.53770959746585 +89.53770959746585 +180.22133149280376 +89.53770959746585 +179.579334676755 +131.52857137238794 +181.3551468938752 +167.59836652273376 +235.14989663482754 +183.776222628418 +163.7509587119818 +131.12291970577533 +140.82722391216765 +183.9912993050821 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +237.77819494219324 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +334.74347736575834 +629.2622265793495 +643.5485255218603 +660.2389143643754 +719.28044448851 +695.4417943887687 +719.599340335946 +725.2069682115598 +723.5939972310729 +751.3298727035867 +493.2430348814509 +371.02869363648284 +231.75884361137133 +388.6829038502601 +202.68903331703905 +257.38586298305347 +150.37467908859216 +207.13841520892836 +161.63573492740218 +169.2364248407438 +148.45720104156848 +205.60862680076764 +170.22934791758294 +172.1468259646066 +324.09839091363636 +637.851864158172 +687.9396476603822 +712.1121844491786 +735.8755422243973 +711.4472825794542 +721.8768781016573 +736.09919577283 +748.1491826375883 +761.314463702642 +494.05556581732526 +343.51307917948355 +231.75884361137133 +334.6650528649393 +202.68903331703905 +253.71236353355914 +150.37467908859216 +210.31145105177737 +211.29325354888368 +208.48090940244205 +148.45720104156848 +207.32853335242038 +170.22934791758294 +172.1468259646066 +430.27216279663094 +716.6599930393473 +716.7007410968757 +726.7669140482716 +770.8746792022082 +743.6957593760369 +765.3970318221774 +780.6851242311301 +771.3102790268821 +795.282721911483 +512.1772196156006 +371.8443492245024 +231.75884361137133 +410.4227455139662 +202.68903331703905 +343.0489668820559 +150.37467908859216 +243.52533260548321 +148.45720104156848 +284.94259874662436 +148.45720104156848 +253.07847881278033 +170.22934791758294 +172.1468259646066 +443.94521820865543 +727.2467291859209 +725.1197905127216 +739.8955653737501 +786.3534668324849 +747.713925434952 +769.786598946778 +766.3617953019856 +773.5202951480735 +809.9113788104967 +514.4018909288262 +375.0667135739798 +231.75884361137133 +410.5723052533958 +202.68903331703905 +321.78999954899473 +150.37467908859216 +317.38560711101906 +148.45720104156848 +225.37307238194134 +148.45720104156848 +210.82737630891626 +170.22934791758294 +172.1468259646066 +428.7151127246646 +716.3041942816089 +723.6553047610192 +766.8482302564593 +825.7043043450242 +821.4181813230193 +825.4486694088883 +821.9079644012803 +808.7539062547017 +815.9701049533819 +519.5832964958074 +383.82659324199017 +240.08517983238386 +434.5790937579697 +202.68903331703905 +374.0175272078861 +150.37467908859216 +231.79177938946583 +124.04195168473466 +192.00313227400764 +194.25481816942508 +188.93588745381635 +129.53726565619326 +166.65151199314798 +314.8504651349792 +430.89609457293597 +430.23308125719973 +428.2806597154703 +443.9757496316572 +309.25829958729787 +134.29900008499447 +360.31246193750366 +134.29900008499447 +358.6172825138524 +89.53770959746585 +309.6858939528812 +125.94430110934974 +329.3891244562977 +125.94430110934974 +245.40911866742928 +125.94430110934974 +319.1739273970853 +124.04195168473466 +173.72483242948377 +290.38926312127177 +188.87781515365177 +160.26595244294916 +138.107221643528 +89.53770959746585 +89.53770959746585 +253.68504658576975 +89.53770959746585 +199.5968885871628 +89.53770959746585 +251.5648566906366 +89.53770959746585 +209.19916074330044 +89.53770959746585 +283.5638476479668 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +208.71670759647247 +165.23771084358924 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +339.0166934351444 +650.954632397278 +674.0927962772071 +711.6473123300023 +735.392765007971 +712.1426095803098 +722.5295673009372 +719.114415687612 +719.7270251004165 +743.6234383601017 +482.04226536668773 +311.98671960568726 +231.75884361137133 +326.58485063666393 +202.68903331703905 +249.90451940116216 +150.37467908859216 +207.30844685832855 +148.45720104156848 +169.23765698513495 +148.45720104156848 +227.93231791439777 +170.22934791758294 +172.1468259646066 +329.31043437165323 +639.7289198916349 +663.0299260391189 +704.2929221019989 +735.1167670513278 +710.8450363509056 +723.6849943749636 +740.5539630912851 +736.1269264878769 +753.6745332754111 +492.92602616744915 +329.72393180535244 +231.75884361137133 +329.1999953513383 +255.11614019507326 +247.05710215387984 +150.37467908859216 +215.90658339078539 +148.45720104156848 +207.64517012943443 +148.45720104156848 +169.14527922296384 +170.22934791758294 +172.1468259646066 +325.7718215585981 +640.1316718098205 +686.6891500634225 +715.0174337723538 +740.6145481470086 +718.4368655557024 +745.715784146924 +760.5720873976024 +756.9968590696733 +782.3708898824254 +496.82575265412515 +373.744091571838 +231.75884361137133 +392.2659107486761 +202.68903331703905 +267.64255631434713 +150.37467908859216 +220.2297401262957 +148.45720104156848 +207.38292654499963 +148.45720104156848 +206.8260962053651 +170.22934791758294 +172.1468259646066 +339.72519521337574 +657.3891024310169 +709.2501873654347 +719.177670353084 +757.4632194931463 +744.6909061045303 +781.9666646955191 +795.6821928630317 +799.8215135557392 +826.262558774273 +513.6798360470822 +385.7316955160816 +231.75884361137133 +411.10315824409406 +202.68903331703905 +358.3191602252666 +150.37467908859216 +224.54305401733768 +148.45720104156848 +216.77840696113054 +148.45720104156848 +208.18314504995553 +170.22934791758294 +172.1468259646066 +348.8476803475662 +651.7699719297328 +679.3433043113616 +715.4234862224547 +739.8622877853776 +715.2339664643467 +749.6587867828049 +765.2795344162873 +753.6714662546252 +763.8138557502716 +493.7313439991433 +365.75858328787984 +231.75884361137133 +384.9876446867119 +202.68903331703905 +257.9301785362994 +150.37467908859216 +183.5261206899267 +124.04195168473466 +204.4974884325535 +124.04195168473466 +182.7310986201081 +129.53726565619326 +166.65151199314798 +197.56468458908535 +351.9597006928952 +345.1270185891385 +354.3984952385456 +375.0434182364581 +155.13655680462406 +134.29900008499447 +218.48989018558342 +134.29900008499447 +223.21934865191457 +89.53770959746585 +110.51009866491165 +125.94430110934974 +158.5518440239955 +125.94430110934974 +149.88111837910878 +184.83486078846445 +124.04195168473466 +188.13732906457028 +124.04195168473466 +124.04195168473466 +183.18990071431068 +127.52580719951405 +125.95942973175835 +89.53770959746585 +89.53770959746585 +150.68950884171855 +141.91489158242013 +111.43528244718891 +175.1012241051896 +151.54050834359305 +99.50097018571587 +106.82971410307513 +155.3559734480073 +188.13442824753332 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +230.23012018864083 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +352.14166274290034 +683.5213436396822 +713.3450572236892 +728.2333252553171 +764.3222418264335 +736.5613015396938 +791.699630958601 +777.4249311951967 +775.0134904156906 +811.4579882675649 +526.3609835952959 +376.03391392731334 +231.75884361137133 +413.53123387901434 +202.68903331703905 +306.8975159559122 +150.37467908859216 +217.05776540301144 +148.45720104156848 +242.8764979099971 +148.45720104156848 +169.85603742646782 +170.22934791758294 +172.1468259646066 +412.03800306966815 +705.8395648890087 +710.9893229448836 +712.0954599741527 +735.3308252668646 +710.1128198001254 +744.981188110712 +742.9311744035806 +735.0784063418562 +767.5572584061904 +494.8499007475524 +361.30796026577076 +231.75884361137133 +397.25487244283 +202.68903331703905 +287.546228700329 +150.37467908859216 +227.17006355024355 +148.45720104156848 +209.48552339290546 +201.6060372479957 +208.53632624844852 +170.22934791758294 +172.1468259646066 +406.24882122920013 +689.6835048523018 +702.7703445779063 +713.2603631585379 +734.0075077568745 +709.1792602948566 +726.3704660296382 +721.3241668890513 +720.2368395207561 +743.6929562528464 +438.17483172635303 +296.5933796702959 +231.75884361137133 +294.13711305400955 +202.68903331703905 +226.1323071051757 +150.37467908859216 +206.8678633311698 +148.45720104156848 +173.4616261538323 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +340.5828845453167 +623.9361608522794 +625.9719081115458 +632.5697955359566 +658.2053468917585 +644.7317845886033 +674.7138685039889 +672.3434768821144 +640.3487554139936 +657.0924571703663 +397.08639270859027 +277.860679289821 +231.75884361137133 +348.70200023127774 +202.68903331703905 +223.8842929248324 +150.37467908859216 +148.45720104156848 +148.45720104156848 +179.80970412144515 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +317.7783289538322 +607.6668326779815 +614.5769485618601 +625.1231723190745 +646.196045871602 +638.2212665584249 +627.2756353253362 +651.550429390161 +648.0872934558287 +677.7070788181778 +425.20202187113955 +282.9633276543181 +231.75884361137133 +333.89346316435257 +202.68903331703905 +225.86916301857886 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +129.53726565619326 +166.65151199314798 +273.35325390213046 +311.8733431049874 +326.4013476236853 +334.0933556726359 +358.5296796815869 +176.19218672719484 +217.74160298310207 +198.29391423221756 +134.29900008499447 +222.4771710769782 +89.53770959746585 +93.02156511224526 +125.94430110934974 +125.94430110934974 +182.9289421224246 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +125.95942973175835 +89.53770959746585 +89.53770959746585 +144.62427955181434 +122.05205433153507 +89.53770959746585 +147.77119003621374 +105.85631771441452 +89.53770959746585 +89.53770959746585 +165.59322226139116 +93.02156511224526 +89.52258097505724 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +310.0911071704698 +603.8520377584695 +614.2795079738264 +621.6284039715886 +653.171325837607 +639.8140476048723 +668.471694750564 +680.9886333859187 +710.1827366402946 +720.4714091147006 +429.52386298400546 +283.11897419189347 +231.75884361137133 +290.5779701134338 +250.691290278244 +222.35509589411208 +150.37467908859216 +148.45720104156848 +148.45720104156848 +189.1948428625775 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +278.88865771261135 +586.0979393057615 +615.9884255056884 +635.3852992085709 +691.6921781358268 +680.0843122832956 +715.7271017490743 +717.6143106168303 +716.8540367887899 +742.7713875060638 +464.68740214513105 +306.8554511555579 +231.75884361137133 +326.09660322178206 +202.68903331703905 +249.68546366509634 +150.37467908859216 +207.45278941938685 +148.45720104156848 +160.73161520303591 +148.45720104156848 +205.67850913851703 +170.22934791758294 +172.1468259646066 +338.4767512118939 +623.9553832787586 +636.732452091866 +648.3366800339978 +699.0407513101268 +633.5907806641967 +648.9470222408163 +664.005556333722 +706.5898675776527 +720.6021289513833 +423.9325002947373 +272.3358500032102 +231.75884361137133 +289.7231808520707 +202.68903331703905 +225.25509357806774 +210.83201770562607 +178.84563194645673 +148.45720104156848 +206.121515582009 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +312.76190256477696 +604.3322764982148 +636.3533110672333 +669.6456069018345 +707.7232066040291 +694.8140926471825 +714.5794192795913 +715.9280858860361 +717.1854232927884 +743.4351749201734 +474.5467736525773 +306.4198472107652 +231.75884361137133 +324.25192370084494 +202.68903331703905 +225.3623758732937 +150.37467908859216 +206.80654288594238 +148.45720104156848 +148.45720104156848 +206.53680290647998 +148.45720104156848 +170.22934791758294 +172.1468259646066 +319.9290335160037 +614.0074711375681 +626.0255779213087 +622.3352237258598 +647.0961106563053 +619.5566547506877 +623.3315225586957 +626.9106552457597 +628.7575893203532 +659.019897432662 +405.8353449529764 +262.08307172528424 +292.2594494622262 +277.1393789395502 +293.5363166330425 +222.02826310669266 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +148.7273784807943 +185.99957630387198 +236.77984275391898 +286.189338283838 +292.4724096185643 +296.7056849930473 +322.9618756633668 +210.2969179205549 +146.3524374787527 +222.54257865437967 +191.53454727367523 +225.17862612235504 +89.53770959746585 +93.02156511224526 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +176.27666798655304 +124.04195168473466 +177.15894583914377 +124.04195168473466 +176.2395675485353 +124.04195168473466 +179.64031668147186 +125.95942973175835 +141.6803346974007 +129.5039866341796 +142.20482902028758 +129.43146143780825 +141.95852060368 +89.53770959746585 +141.64192085159186 +89.53770959746585 +142.00687852405684 +89.53770959746585 +145.3608818367807 +89.52258097505724 +180.23799855462528 +125.94430110934974 +188.40377666682733 +125.94430110934974 +188.04432133782936 +148.45720104156848 +210.50488161606035 +148.45720104156848 +210.92938176510907 +148.45720104156848 +232.68078597295 +172.1468259646066 +240.78391653067743 +559.592980817134 +583.1214900862972 +608.8471381187024 +637.8807791016692 +617.1052376139423 +643.1335603826366 +642.7002632464246 +652.2976128675784 +686.9390592931003 +411.35345429623226 +268.9644795153327 +231.75884361137133 +343.1198531384736 +202.68903331703905 +225.61944176712734 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +205.66450336364176 +148.45720104156848 +170.22934791758294 +172.1468259646066 +319.8546843440373 +616.4359988448703 +644.4826781241095 +660.9645879065371 +710.6515889649554 +681.6131930334878 +715.2960309648256 +716.9342501746443 +717.8512614193135 +744.7127716946854 +461.37016473585027 +304.0055125115045 +231.75884361137133 +324.9527321341937 +202.68903331703905 +244.21972270547585 +150.37467908859216 +207.13453646311274 +148.45720104156848 +148.45720104156848 +206.52239699667686 +148.45720104156848 +170.22934791758294 +172.1468259646066 +320.9405740278952 +623.0174735236589 +654.6580071019665 +694.107617101284 +735.8592857855089 +711.0191468426609 +725.4236102426648 +727.4366961859637 +735.7512466314772 +761.8101919943653 +494.3163445483974 +361.96930718934476 +231.75884361137133 +328.4408776293216 +202.68903331703905 +251.81518408492443 +150.37467908859216 +208.1981930563428 +148.45720104156848 +207.446987671576 +148.45720104156848 +173.41792546599225 +170.22934791758294 +172.1468259646066 +353.62399839296745 +649.3968612367503 +658.4807681663433 +676.5850173925498 +710.7601901908844 +680.2447718244107 +698.7136514671829 +715.5877535080938 +716.5507468016217 +743.6265948778595 +479.52348681929226 +312.51169321098865 +231.75884361137133 +332.94584832706715 +202.68903331703905 +260.14661627302854 +150.37467908859216 +207.59265308450495 +148.45720104156848 +207.1545511144564 +148.45720104156848 +169.1335120987957 +170.22934791758294 +172.1468259646066 +323.73407964493947 +605.2128816599115 +612.0073163324864 +613.1135126836192 +645.2115579870145 +628.6432421169917 +644.3107221201902 +641.5820563003546 +648.4492696065499 +667.6271310784517 +396.53941632873637 +259.1355408225745 +231.75884361137133 +289.06073253793977 +244.71678741166068 +228.39256301075199 +150.37467908859216 +124.04195168473466 +181.93306534657006 +124.04195168473466 +124.04195168473466 +124.04195168473466 +129.53726565619326 +166.65151199314798 +311.25844971569666 +280.6580454664523 +280.44241347853125 +284.77358599666576 +289.6681166794981 +223.89624429840174 +134.29900008499447 +246.37261722005368 +134.29900008499447 +249.96692520509296 +89.53770959746585 +93.02156511224526 +125.94430110934974 +125.94430110934974 +139.2555827238319 +168.58089960613597 +167.74291161289275 +165.2655345412956 +165.03404450776569 +166.7932743451174 +164.66791278090835 +175.42170835601732 +168.4080417633533 +176.94314628055616 +166.6014600569257 +140.26005659838967 +130.3743054471457 +140.90159549824534 +130.6568840997663 +130.2001966053086 +158.4590154431982 +89.53770959746585 +89.53770959746585 +89.53770959746585 +134.90324955403202 +167.86705684057637 +167.11505447303568 +166.93513141872953 +166.866279054928 +166.82642224887496 +177.40234118422646 +189.54351588684395 +199.4001186307416 +189.0513901787173 +199.37370794135285 +189.09908042135987 +254.51422250816128 +222.40831092245543 +277.1600283787422 +550.5507473243206 +567.667289049181 +583.3339729897299 +603.7943285494085 +576.1465153137341 +581.2306409994784 +586.3525037309515 +586.7419184086532 +619.4815404680046 +359.781370779121 +315.1253420754681 +231.75884361137133 +296.266116039543 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +183.91398277798208 +148.45720104156848 +201.43139845159004 +163.9699839488037 +255.47558396746115 +222.90385568495242 +277.39028794858604 +525.8448940180499 +557.8326625756291 +570.5877126496362 +605.2016486290972 +591.2075553103061 +618.9084634567744 +649.1440973209278 +660.6285526619517 +683.5386767426883 +382.2582075249052 +328.2961864716911 +260.3788382102783 +289.0794093078512 +290.43808462985 +222.37921513280773 +150.37467908859216 +148.45720104156848 +148.45720104156848 +161.84020083508406 +176.09871871723263 +190.19606318379846 +263.47532676229645 +225.0666333307103 +311.2885670866698 +571.172844110542 +579.2062802914377 +587.8717182469953 +616.4077031684665 +600.897518011696 +614.8428375365481 +616.7280142803272 +613.0602526268451 +641.1892262253134 +388.76439223535516 +314.6247996196799 +231.75884361137133 +347.7893708847666 +202.68903331703905 +223.44106677605458 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +205.54964756132284 +148.45720104156848 +170.22934791758294 +172.1468259646066 +341.94125455060424 +586.517244610566 +588.9761429718203 +593.5026108981984 +618.362503363211 +599.2463918124862 +610.8450981304587 +614.2883705309448 +619.310067866891 +643.1300968740113 +385.8627498983265 +310.7708586389611 +231.75884361137133 +347.1923279093321 +202.68903331703905 +223.28328938604506 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +318.3645922899137 +579.8461508828989 +588.7127786854597 +593.9382130903637 +630.8367393009997 +622.5503709741515 +645.1027101311076 +657.4609100522644 +639.6279825022866 +667.5498080714506 +410.1102528758401 +299.8928384222555 +263.3750245919635 +323.04197401140914 +256.29595078379 +228.3916447135145 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +147.984397736036 +166.65151199314798 +322.13956069506025 +308.8957114852591 +337.3156266516866 +369.1799491377808 +390.5984719453362 +170.9870624511267 +211.05471043300818 +198.01734880197415 +198.68966562239902 +195.55811398189775 +89.53770959746585 +149.9222266875383 +125.94430110934974 +125.94430110934974 +125.94430110934974 +182.76106794865387 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +125.95942973175835 +125.95942973175835 +89.53770959746585 +169.67113918341693 +89.53770959746585 +138.71579617133818 +89.53770959746585 +192.1675990702264 +89.53770959746585 +190.38068617089505 +89.53770959746585 +120.58677423374755 +125.94430110934974 +157.59822477499608 +125.94430110934974 +125.94430110934974 +167.13127635460182 +125.94430110934974 +181.24894691901315 +148.45720104156848 +180.02391494895562 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +364.20589573817244 +608.7826544238803 +601.9456626741617 +594.0568709530784 +606.3012572130109 +572.2598370765062 +572.7198122777019 +571.4364805285829 +570.3487134561161 +597.7385737707729 +346.73512553628694 +308.0629632843893 +231.75884361137133 +294.5791571474183 +202.68903331703905 +166.65151199314798 +150.37467908859216 +169.3623733004363 +190.9170463864931 +189.89481623271993 +148.45720104156848 +201.97037901211627 +237.19275982525878 +251.66350822771707 +280.1246458699562 +525.6891424431514 +557.331122052357 +560.429840622038 +585.9419530183048 +565.1567997990751 +579.3911198177175 +592.57500140161 +596.6705883595946 +630.1699411093157 +365.92284885193106 +312.33821783868666 +231.75884361137133 +348.0873506030613 +202.68903331703905 +166.65151199314798 +150.37467908859216 +158.4349112978003 +161.52294294394216 +190.06007507877575 +189.86883644592226 +189.58054493954637 +211.48351758686024 +212.92212465979995 +318.39619033583284 +580.8401613152602 +595.4024729249028 +605.3151290106231 +639.7736754117107 +630.9126814186249 +652.1459870013642 +680.7285419771016 +708.2584167833603 +729.0581566372945 +461.1181248569596 +295.151380498386 +269.00484171773854 +326.2115058165477 +202.68903331703905 +223.9177858929785 +150.37467908859216 +148.45720104156848 +148.45720104156848 +212.45399919283628 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +427.03761869412904 +683.557475812593 +693.6675301557538 +609.609980980073 +624.6621417908532 +600.391156196497 +605.3100793043126 +608.3460725923929 +595.8841738439579 +626.9480271548472 +374.91580965211915 +312.3711305857128 +231.75884361137133 +349.4166338410649 +202.68903331703905 +222.52466223885574 +150.37467908859216 +148.45720104156848 +148.45720104156848 +179.65700611836903 +148.45720104156848 +148.45720104156848 +192.02679386148904 +172.1468259646066 +313.68034345966277 +570.0841834835264 +575.7189232455112 +593.1948265360718 +627.8957098040571 +604.2130121570688 +604.0934445641635 +629.1525638267838 +633.2525913539246 +666.8733461200502 +409.2606540948861 +318.7769071850884 +231.75884361137133 +347.09476541027345 +202.68903331703905 +223.25515578059424 +150.37467908859216 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +129.53726565619326 +166.65151199314798 +300.5819257486945 +304.09816029861514 +300.07113077062604 +304.3343937629775 +310.6008468834896 +208.20338799597627 +134.29900008499447 +242.0754851584173 +134.29900008499447 +234.13516220729446 +89.53770959746585 +129.44328524653773 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +166.76356454674442 +155.10985667120352 +165.2493317170486 +165.00006814844397 +167.11275554761548 +168.17867864651814 +177.40367426180552 +166.64731060676064 +140.3791248136882 +130.3269871461287 +140.7664623991503 +130.319441839671 +140.72571993190815 +130.3859991199884 +130.4083531930481 +130.48576692507524 +130.20237718672826 +134.17059523667837 +166.88949637111705 +172.61799817680824 +166.63437675859828 +177.07656369615026 +166.3464764872094 +176.591042883094 +188.64389324666183 +199.48917465347284 +188.6882649527067 +199.25501823240296 +188.8748762458115 +278.22740477230576 +214.75552177343448 +277.2909758922632 +526.2519674584152 +563.366453689968 +595.6404257096867 +634.0248330260619 +626.6706931983601 +658.7935355080227 +689.5762570530238 +706.1996810280725 +740.2824174588435 +432.7278148955866 +325.6027041709228 +231.75884361137133 +331.9228525620084 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +205.27292795014495 +170.22934791758294 +172.1468259646066 +339.8841958136952 +598.4579410622006 +623.776370949263 +643.8834780435944 +681.9352919869326 +660.329808189716 +693.0615782310338 +712.4110259041512 +699.8466757477797 +727.8477342656458 +422.05542906460664 +323.0582144700496 +231.75884361137133 +336.0737984416133 +202.68903331703905 +223.60620176842548 +150.37467908859216 +148.45720104156848 +207.1557268527648 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +318.60950456866095 +565.5735381768958 +576.037341637068 +597.4988092156078 +632.2192377044039 +615.7819339169947 +637.2760927979577 +626.7742504676454 +616.3067476561906 +647.1163697002696 +386.604412351007 +324.0347177355434 +231.75884361137133 +346.8115193383818 +202.68903331703905 +224.62509349580085 +150.37467908859216 +160.52376405306046 +148.45720104156848 +204.47039035603962 +165.192398660774 +182.1566660977955 +211.60415397426098 +213.34716305009323 +311.9818970835703 +562.7794260670311 +563.4543917835075 +563.9616178947554 +587.5341446686352 +563.6063466154983 +583.5198503542134 +581.9972490779943 +574.4061344181725 +601.5054043993242 +349.74574956050174 +321.4511220843212 +231.75884361137133 +304.2182315922917 +202.68903331703905 +211.83795614271196 +150.37467908859216 +201.59949482272464 +148.45720104156848 +201.0301940020456 +148.45720104156848 +206.70394859569177 +225.04695782315747 +254.8379089088454 +277.3574569653196 +545.3876415618284 +561.1958935310728 +573.026807816163 +601.0893145630858 +585.5774083640285 +606.623834566141 +616.9880736490915 +630.4781386300325 +650.9773757336175 +379.45674432557445 +320.5578127264791 +231.75884361137133 +346.46896524814315 +202.68903331703905 +224.02917563323462 +150.37467908859216 +124.04195168473466 +124.04195168473466 +154.48984775763424 +124.04195168473466 +124.04195168473466 +129.53726565619326 +166.65151199314798 +307.3117692437326 +326.85549307021233 +332.5091041275305 +343.78670059641166 +363.2263007360515 +192.89640277745428 +147.0037434396404 +223.83267973665008 +202.98799559681677 +137.78285559977385 +99.97802415012406 +129.44328524653773 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +125.95942973175835 +125.95942973175835 +89.53770959746585 +147.5712867723777 +89.53770959746585 +89.53770959746585 +122.93126994761248 +121.59712391156623 +89.53770959746585 +150.64631088321946 +89.53770959746585 +93.02156511224526 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +193.24343833224913 +148.45720104156848 +200.7276521362182 +170.22934791758294 +224.5908251582202 +295.74111050350507 +581.6074326028518 +587.9007484344991 +596.6795854293061 +617.7385393418061 +593.2478060840405 +574.0034684897433 +573.5176013004804 +573.9311189852457 +605.6541183811323 +391.07504436709297 +307.41429168793576 +270.40552872971864 +304.64611224304423 +202.68903331703905 +177.16788026654226 +175.4915833959472 +190.03288449452234 +189.8323899541592 +189.28604978860056 +189.5622821087223 +189.66425291603937 +253.4160717827332 +217.54365047023643 +240.74134782808224 +526.1993594337157 +541.3258447531169 +525.5986598619612 +582.1469454050853 +554.9109470063768 +561.4651996020887 +564.5169897455859 +573.1145784712967 +597.2165115261114 +385.628472186775 +309.0724509694911 +259.0801334837034 +284.90949868351686 +257.57190472398963 +166.65151199314798 +150.37467908859216 +161.92932524297734 +148.45720104156848 +190.61179724910258 +175.51728791200156 +189.4256236530902 +211.07940970506684 +213.10733868933443 +281.8248307628326 +566.054466571151 +563.5792535162461 +567.5830638622955 +587.7130700210855 +568.1259196177477 +573.260596421355 +574.1887233636912 +574.4434662039756 +606.6682452202159 +395.12619717928783 +317.6229251594581 +231.75884361137133 +332.10768871079006 +202.68903331703905 +166.65151199314798 +150.37467908859216 +178.19069780526448 +148.45720104156848 +200.78927274131414 +148.45720104156848 +201.1212097339923 +170.22934791758294 +224.6419793981349 +281.8807689639562 +569.7669372892298 +571.1987749952633 +579.3560812579773 +603.7788762556763 +580.056826007283 +593.8558985384154 +596.7687705957813 +588.8683806332299 +611.8798100620718 +400.21122957626744 +308.50763522899445 +231.75884361137133 +335.89317648803404 +202.68903331703905 +178.71438766398325 +150.37467908859216 +204.30975880249903 +148.45720104156848 +148.45720104156848 +161.8889100190899 +148.45720104156848 +212.45773103652795 +213.8212584792771 +362.6468647879067 +641.2549916225015 +643.3041589899887 +655.0617780052014 +632.7930424606783 +598.1099953517811 +591.283353174643 +597.147478899371 +589.8998809680911 +617.4104607024279 +406.36713720901304 +310.0325141525296 +231.75884361137133 +296.460884750212 +202.68903331703905 +166.65151199314798 +150.37467908859216 +161.5229519655678 +124.04195168473466 +177.51182483402778 +124.04195168473466 +175.5007256289094 +146.39844083323337 +218.44125523702718 +233.52107562528937 +233.50652203225715 +266.124378579674 +269.08885581040784 +286.54877810709587 +231.5587263194012 +134.29900008499447 +244.92475867745907 +134.29900008499447 +247.3201038707764 +125.95942973175835 +171.32398468961884 +125.94430110934974 +179.1758873478355 +125.94430110934974 +177.35028702462614 +125.94430110934974 +187.1806762224094 +124.04195168473466 +186.39930887636217 +124.04195168473466 +186.52116123973695 +127.52580719951405 +188.3183097609885 +89.53770959746585 +151.90465650557076 +89.53770959746585 +152.57773147374945 +89.53770959746585 +141.69998339478346 +89.53770959746585 +141.82084863847993 +89.53770959746585 +141.79915894682387 +129.44328524653773 +178.1016108718631 +125.94430110934974 +178.17642936191785 +157.53969965564102 +178.17400487934913 +165.7805649895596 +201.01024064212476 +188.18393988790848 +200.61249820827038 +188.1734747152449 +200.9514127350921 +210.12101909211663 +224.23376620001596 +283.8560704710842 +583.5432327299213 +593.3743333044215 +594.5129922964417 +622.1300986262645 +596.3197878565212 +588.486870580982 +583.9692803845513 +595.4713446367227 +611.6509755131807 +396.6335116046166 +312.54942763593743 +231.75884361137133 +308.30001742201694 +202.68903331703905 +166.65151199314798 +163.87387680868227 +176.0723953074078 +190.0517961203495 +190.06715117356924 +189.48338997611646 +189.66352773384 +211.28364551653465 +213.07491102155848 +290.1012758394911 +596.4613994213777 +602.9275755077357 +603.7473415654828 +625.9345170319978 +603.0699480307792 +605.5116589962189 +607.1095844776548 +608.23575583459 +627.9861244779329 +410.367650671895 +296.7009265344312 +231.75884361137133 +346.8000498827578 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +148.45720104156848 +157.94928212437944 +178.35261758672556 +189.01546674007722 +263.0186879556719 +221.59728802713704 +240.6782954639023 +549.0244430020404 +565.5053054312015 +580.9021022208972 +613.6516650898093 +604.3323010062952 +629.5929108796873 +639.5608727298326 +638.6112619701464 +644.2028925036828 +413.888727508759 +328.9911192625284 +231.75884361137133 +336.24609974013 +202.68903331703905 +223.49373048978154 +150.37467908859216 +148.45720104156848 +148.45720104156848 +204.60358771689576 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +344.2057132756175 +641.1408066636988 +654.8819210485977 +666.0962618805466 +711.3691161173352 +689.5080102627342 +680.9690311516475 +684.4653058371013 +685.367987940666 +725.2730673921335 +509.74956160117785 +337.68465602591436 +231.75884361137133 +279.97514751296785 +202.68903331703905 +187.2326256792406 +163.31444667195774 +189.7448785868746 +190.0444713156104 +188.88356267135734 +189.1142849749601 +185.8988335209864 +210.63611097222991 +209.4606615501672 +272.9215233139975 +556.9082670026974 +526.1669425993522 +550.9681959892181 +582.1808225509575 +556.7671112383808 +564.0843446650407 +568.4022847860969 +565.9881030650995 +597.7749514664878 +386.171912100807 +323.8051733667282 +255.89074498300673 +294.7443560064546 +247.9247002538045 +222.44315899851554 +150.37467908859216 +175.69411891789983 +124.04195168473466 +172.2557765190875 +148.81947217088893 +172.35535892496222 +221.56841287110933 +228.41929425028005 +235.72874103266642 +233.43780296898495 +253.51585839790013 +269.78093147728845 +279.4262031320251 +208.8376259518353 +134.29900008499447 +231.9754732817669 +134.29900008499447 +223.65707844081544 +125.95942973175835 +129.44328524653773 +125.94430110934974 +149.0727931892901 +125.94430110934974 +179.37182139181178 +125.94430110934974 +186.61189953505686 +124.04195168473466 +186.6252302692571 +124.04195168473466 +186.36620500562972 +127.52580719951405 +187.96581134510447 +89.53770959746585 +151.57169313729443 +89.53770959746585 +151.63213884663585 +89.53770959746585 +152.36261764044346 +89.53770959746585 +152.35185438258426 +89.53770959746585 +152.41720641314728 +129.44328524653773 +188.6586504605257 +125.94430110934974 +188.8630550688388 +125.94430110934974 +188.92067865227978 +125.94430110934974 +210.83545520802804 +148.45720104156848 +210.70101122456262 +148.45720104156848 +210.69893215513036 +170.22934791758294 +235.07761155030107 +279.0740536528632 +572.178538875883 +577.4903524400941 +581.7537723981254 +606.7020776155974 +582.9565069861005 +588.9471179930681 +580.9603105469819 +581.3312829894853 +602.7097635079746 +392.5996481779722 +304.45996117547395 +273.7786057074927 +272.168114926942 +278.02537415868505 +219.42982554968805 +150.37467908859216 +201.1701509067816 +148.45720104156848 +200.61464876119837 +148.45720104156848 +200.1804909782876 +170.22934791758294 +230.0255301924016 +240.83814105463418 +548.9284884258298 +555.8720791064402 +560.7464283610365 +582.4892578234427 +551.7310561877338 +556.468363448365 +559.0503316007337 +556.7117730267968 +553.2514703299507 +374.71640655782255 +322.0244198297955 +231.75884361137133 +309.83242397437454 +202.68903331703905 +166.65151199314798 +171.2923152568446 +191.08358504215678 +189.39543578991638 +189.33981185093728 +189.16963908285314 +189.70797527786212 +261.0969962203551 +227.2670525859066 +240.29144694595612 +525.686430205217 +525.5787265331684 +525.5760722655984 +545.0163029856232 +520.7160236982905 +540.3195715675878 +561.8230073853081 +558.5396175622706 +582.6805618370519 +343.7034635242938 +324.06842437263225 +231.75884361137133 +310.3680200454722 +202.68903331703905 +166.65151199314798 +160.35464707767244 +191.28384247341685 +189.62538147422367 +168.50331067160823 +189.3697333432306 +189.45776265757002 +238.6659255646405 +260.1545909148189 +240.5309661195739 +525.6052381455811 +525.5498857410383 +525.4515795551141 +580.6860212194066 +553.4388492622685 +558.1066756378351 +558.5967217510507 +558.1790472866437 +583.899065946526 +343.70485054540944 +300.0466872247678 +293.1379455154291 +311.76403154650376 +202.68903331703905 +166.65151199314798 +158.3627357866208 +148.45720104156848 +203.59576698404385 +164.06763135782018 +200.6617397759406 +188.12210551893472 +254.47735919431284 +221.88362334426014 +241.0373685959555 +525.9840439293305 +525.6342933124349 +525.3698888029065 +584.175821364307 +559.6582965292307 +577.2153008975116 +582.6591816573571 +578.3652369416224 +593.1213223076161 +348.5940007609909 +333.6226959738961 +231.75884361137133 +333.6223516746734 +202.68903331703905 +166.65151199314798 +160.31627797747234 +166.97037740136247 +165.17536617825928 +166.70728826643253 +164.61754129954582 +175.41783677207707 +189.86933741668574 +235.6146148887074 +205.21361228066746 +233.35738762495475 +270.04518325316377 +293.3952080208157 +322.2226742826071 +182.01933859846048 +134.29900008499447 +265.00878338718746 +134.29900008499447 +226.7300700389372 +182.3058381631845 +129.44328524653773 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +124.04195168473466 +127.52580719951405 +125.95942973175835 +89.53770959746585 +131.89871407730033 +89.53770959746585 +145.6920470708492 +115.60251879477437 +99.79681657122 +111.8285092211614 +148.767551179666 +149.800597991447 +89.53770959746585 +129.44328524653773 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +125.94430110934974 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +148.45720104156848 +170.22934791758294 +172.1468259646066 +386.78543099379925 +668.5178004573249 +621.5342656007957 +640.6777398262527 +675.9007745709315 +634.2170419788105 +623.2543760731223 +614.2645579803008 +614.9476994578278 +632.347138999919 +417.5130291414228 +304.37840128756943 +231.75884361137133 +311.689746103791 +202.68903331703905 +166.65151199314798 +150.37467908859216 +148.45720104156848 +174.8313765077463 +189.21404768119731 +189.281902579531 +189.34568710007943 +211.90575104210708 +212.76104089821374 +245.45892918839903 +526.0977553944706 +525.8861002174434 +559.3366290272787 +545.2113717459973 +520.9122001448196 +525.7049067901902 +525.6841681270417 +555.3261654728525 +553.2665721488421 +343.930878066747 +329.15943022879264 +234.51310231569764 +299.9439072216344 +248.0616952756097 +222.76129803284866 +150.37467908859216 +200.2729076786783 +148.45720104156848 +200.1190687662957 +174.93606546550566 +196.617966982217 +262.3490779818575 +225.2540772190472 +240.89919564873466 +526.3000389768252 +526.1548056372977 +525.8096522422062 +545.4217070975395 +551.9127111988929 +556.7222499342679 +556.6846492399856 +556.6878746248609 +584.2217270390075 +343.7256731716777 +315.5037963045571 +231.75884361137133 +309.5512706037957 +202.68903331703905 +166.65151199314798 +160.2972801899973 +191.25721337240628 +189.68274304592484 +190.04390691763732 +189.6194765580948 +189.5731173789513 +217.3723529152449 +212.48625565017565 +275.7733182463918 +567.2113325934907 +572.8507535324703 +574.1201611213721 +582.213296288998 +556.9363422760174 +559.8407333131001 +560.8091361927253 +560.6542247695859 +588.4921779117486 +378.6778704213304 +327.1808835387801 +231.75884361137133 +309.0710734380894 +202.68903331703905 +166.65151199314798 +173.83481341092076 +148.45720104156848 +202.0533302035937 +148.45720104156848 +201.14375888405291 +148.45720104156848 +223.35829488574274 +172.1468259646066 +362.0470500580652 +629.954726091032 +642.5177912799616 +648.6395041861879 +659.2071144041754 +635.4002562139817 +596.1423312667052 +586.435546769116 +579.3271500024535 +611.6958663107006 +397.19857745335497 +332.0787445260179 +231.75884361137133 +310.34025822630025 +202.68903331703905 +221.75853284499354 +150.37467908859216 +176.2626241076854 +124.04195168473466 +167.705298123371 +146.63938657846853 +172.2752171077662 +169.4983136601854 +210.7192295825072 +265.87919699182953 +264.632810395961 +263.45237361368413 +233.45746077744775 +242.96534605288346 +254.16178747947185 +134.29900008499447 +263.90253064722697 +134.29900008499447 +258.5618204487 +125.95942973175835 +176.99737536727048 +125.94430110934974 +174.2290144261003 +150.71726234978337 +173.36670975456454 +165.84518391909506 +170.95056186377474 +163.68502017739024 +172.0828874784586 +163.74243164764258 +172.0432585902733 +167.20308803581113 +174.00548784853765 +165.48849555607114 +137.42314979402298 +128.59813793691316 +141.45077140326597 +129.03419936272718 +141.72593345064652 +129.35389620522614 +141.0222613436393 +129.15772180905543 +140.9459211398675 +169.0471844809093 +176.08711180497224 +165.412144091921 +187.23345240338847 +165.23200366621458 +187.8483650999154 +165.21632051776936 +210.40219162015202 +187.69326200302547 +209.09033079514057 +187.66020154545652 +199.91365956851783 +268.26789358535166 +218.55129990707462 +277.9148587938196 +526.7228957834184 +526.4494223719186 +526.3249319250366 +545.7725787409312 +521.4042354451528 +525.970335537576 +525.8543439565246 +525.717639242473 +553.5426125887936 +344.1544607143129 +332.09689219015615 +244.63886816508253 +305.83469394960406 +248.0764660144797 +187.9237559272746 +193.14991859069065 +189.50358534892592 +196.22458038188856 +185.4725171366457 +199.53477853283673 +184.26853110012055 +270.1341190197233 +203.29903437250928 +277.9872325961149 +526.6886707759343 +526.6104981885732 +526.6103159287854 +546.1043556148779 +521.7046801278575 +526.5439795866 +526.5428308798914 +526.5983412494204 +554.2694853197607 +344.89376707841484 +337.5655300318311 +231.75884361137133 +306.3119601733732 +202.68903331703905 +203.9894630513756 +150.37467908859216 +199.34592473069333 +148.45720104156848 +208.35324997851538 +148.45720104156848 +201.4978638299814 +238.61211204209093 +243.38702751075226 +278.0700476580385 +526.7829526087505 +526.7124709571453 +526.581245198388 +546.04173334209 +521.7346751445575 +526.4814295298684 +526.531770080677 +526.5817674115631 +554.1416442948862 +344.8598217777188 +338.05985045793847 +231.75884361137133 +307.96788058580285 +202.68903331703905 +202.90744071582665 +150.37467908859216 +195.65019956552314 +148.45720104156848 +196.4124668777794 +148.45720104156848 +194.79631394539973 +262.0274026162367 +225.07100559832753 +278.7783038865795 +527.390021873536 +527.0731602638289 +526.8578859090239 +546.3445054360013 +521.818913635238 +526.5627549489898 +526.5478333609472 +526.5914234064913 +554.215660147125 +344.9282418580616 +336.6512561147435 +231.75884361137133 +307.6135652183618 +202.68903331703905 +209.66536564437735 +161.49450932735093 +193.38546345421176 +188.1568678409397 +188.13758935197663 +187.83351101777882 +183.87135029405215 +271.58946576130904 +214.52882575715054 +278.6366213759317 +527.2086819721154 +526.9077086573772 +526.702481200443 +546.2033862830784 +521.644484119134 +526.181248390251 +526.1547139659614 +526.1477444025801 +553.8181321245105 +344.6691699200141 +340.4012509249699 +231.75884361137133 +308.6628990856757 +202.68903331703905 +217.90150905360656 +150.37467908859216 +181.08955781790888 +124.04195168473466 +179.1788779531586 +124.04195168473466 +175.88429845934604 +221.91901463772112 +230.1740211454695 +271.6785581844366 +234.09063359172143 +234.2032061847768 +234.10832599214925 +243.79505603046732 +250.1625202874162 +134.29900008499447 +257.9942687751607 +134.29900008499447 +260.6635510107671 +125.95942973175835 +177.03960981327282 +125.94430110934974 +175.27402270855137 +125.94430110934974 +182.9101297019691 +125.94430110934974 +180.3312177009374 +124.04195168473466 +180.15977492712855 +124.04195168473466 +180.14416014758243 +127.52580719951405 +182.17366447830997 +125.95942973175835 +145.08746192634524 +89.53770959746585 +145.4540595653054 +89.53770959746585 +146.09054034452555 +89.53770959746585 +146.35369217404212 +89.53770959746585 +146.53026237106866 +129.44328524653773 +185.24741628363742 +125.94430110934974 +181.3213186915913 +125.94430110934974 +189.4589010452326 +125.94430110934974 +206.0181095398669 +148.45720104156848 +206.86014752226757 +148.45720104156848 +210.44230885351988 +235.71702860542254 +252.68075262693117 +280.10185434830225 +528.4666242787279 +528.141857799464 +527.5697674200572 +546.7491314007523 +522.1397004984825 +526.7959979831011 +526.7939956851719 +526.4138761328501 +554.5258274672386 +345.43749587485195 +326.60788526315105 +272.5391515626766 +304.9194749309917 +257.7183806646585 +224.7981506654173 +150.37467908859216 +204.7530233714876 +148.45720104156848 +201.2426964111405 +148.45720104156848 +196.72723909563297 +262.0466235257909 +224.34724514724587 +278.75038301664927 +527.4514105297759 +527.1280249734062 +526.8905337313672 +546.4034277363517 +521.9218094136362 +526.5504164341152 +526.4735176581916 +526.3789723086892 +553.9278517586051 +344.50462273363536 +338.216611875123 +231.75884361137133 +300.7664838099331 +233.81025819381168 +220.4944439586925 +150.37467908859216 +200.65661600011114 +163.22721361424206 +199.80531051085842 +188.38708931593527 +199.8425831519842 +286.71244503121807 +234.89422295328112 +277.37231693962156 +526.1826558863254 +556.2946043350971 +556.8536311981617 +576.2297661250687 +553.5293001182492 +556.4872896789167 +556.5248415443863 +556.4156481054905 +584.1369405368387 +376.57733355251 +324.9652179883506 +231.75884361137133 +310.096441018594 +231.0193851525493 +176.01546559741655 +160.3263270120217 +190.1279260562115 +190.4175224753097 +189.49012621555426 +189.2082158706034 +189.2024306014596 +211.06592028037767 +212.87521688616326 +321.0196412156833 +568.1397632982844 +569.1114168276191 +569.8175746628366 +585.9053652226138 +561.7948745087307 +570.7331659330994 +572.1077154876095 +569.2270390220399 +592.9592054564878 +382.6153781549808 +296.66180750627325 +257.12982033420207 +284.2388724660481 +257.6044111124487 +166.65151199314798 +150.37467908859216 +148.45720104156848 +179.09551021560566 +148.45720104156848 +201.80303885077802 +148.45720104156848 +222.21919625535182 +191.79975910866048 +277.24700201638467 +526.1029366145676 +525.8763113764667 +525.7027121924918 +545.1678400158954 +552.4950304733316 +557.1639273326016 +557.5695442809418 +557.7481831946657 +585.4016132029307 +375.1657505985691 +305.43556809506754 +275.6343614752385 +284.5338161340993 +257.4826219539501 +166.65151199314798 +167.12568696606624 +144.4533622561282 +165.58233122230777 +165.35734237895463 +164.8747698475426 +150.95829056222234 +215.2106908623131 +216.26612641498113 +272.43118817147774 +233.3605507881505 +232.98385783763192 +264.0314258798098 +279.82927807066 +205.63078298846875 +134.29900008499447 +221.49129336767018 +134.29900008499447 +234.70901273531058 +125.95942973175835 +161.61836811212902 +125.94430110934974 +178.8747411742394 +125.94430110934974 +177.3157291444367 +148.54289582952288 +175.22450763923334 +163.8276550850426 +171.5328951940536 +163.6185813604909 +168.8491376860621 +166.97860331223458 +169.79660774629073 +165.35031237246668 +136.98570243592312 +129.2184209323932 +136.16364854695234 +129.1543664647028 +141.05221487704878 +89.53770959746585 +150.1912963823534 +89.53770959746585 +149.46467358818674 +129.44328524653773 +182.79009851787382 +125.94430110934974 +180.67819295578892 +125.94430110934974 +179.75836308132278 +125.94430110934974 +206.6627070503531 +148.45720104156848 +209.25080697407637 +148.45720104156848 +209.56719394882253 +238.465315467947 +254.37126331674884 +277.56857765420875 +526.3515089742586 +526.2427817022059 +526.033413063762 +545.3401767899926 +556.4536530774722 +556.5509532893136 +558.224316931956 +558.41294093075 +588.9678696846614 +376.44210899519584 +323.033071425571 +231.75884361137133 +308.1918479576605 +227.84055793945416 +187.99552317344592 +175.3026856754252 +189.7946457629477 +189.86897664423984 +189.59773248204303 +188.85472314866743 +196.71380421072655 +259.42170121103464 +241.15702150036375 +277.43476079119665 +526.2765637121742 +525.9927916362337 +525.8009135404778 +545.4355147766976 +520.917720698932 +525.5789328398536 +525.5412472304515 +525.6480816317221 +553.1941077183163 +343.9807199053625 +330.5087751942946 +231.75884361137133 +309.4204488518969 +242.40314498370603 +166.65151199314798 +168.9969324024794 +148.45720104156848 +202.35153534631925 +148.45720104156848 +205.84234726357354 +148.45720104156848 +290.81303817960696 +172.1468259646066 +277.5262276697418 +526.4171000873916 +526.2503659616607 +526.1637015137686 +545.713624844263 +521.1589802870379 +526.007021498854 +525.8125057917551 +565.2124117610285 +591.838036743659 +379.15983901368594 +330.13771568856123 +244.67330204217077 +302.12199084112655 +248.10591567880925 +217.04230641852104 +150.37467908859216 +201.51769045425422 +148.45720104156848 +200.94852411048052 +148.45720104156848 +201.31301182366917 +240.70236476438131 +271.97971268840314 +277.3023528355879 +525.998793371737 +525.7226068621386 +525.5922256758807 +545.2609394951558 +520.799068701533 +525.5552308516675 +525.818949459569 +525.8246154069184 +553.5496152845085 +344.1682502956937 +333.021376136683 +231.75884361137133 +306.9545373712792 +202.68903331703905 +220.19889697267035 +150.37467908859216 +195.74792482598605 +148.45720104156848 +201.7961644685307 +148.45720104156848 +195.55282155685154 +238.31180646232892 +228.34085659547324 +278.16902807500236 +526.6806307957132 +526.5470475099396 +526.3768860090877 +545.9354128214519 +521.5497146424598 +526.2125300959832 +526.2106809569966 +526.2446946190837 +553.9148633414984 +344.6181630409993 +327.972893348058 +268.1770893890089 +288.82490202792206 +258.9384049046702 +211.31853568671434 +150.37467908859216 +169.6084749178714 +124.04195168473466 +175.0842680365987 +124.04195168473466 +175.1519371073456 +197.10813003914575 +230.77409160212932 +247.1914906305884 +233.92293994027548 +233.75372103573773 +233.56835879980773 +242.9774882753074 +237.47793981397626 +134.29900008499447 +222.46887599766703 +139.09355165830226 +227.04888039156796 +125.95942973175835 +183.2915200540082 +125.94430110934974 +177.6345489574378 +125.94430110934974 +182.56450590098513 +125.94430110934974 +185.87142184420122 +124.04195168473466 +186.0326415754907 +124.04195168473466 +185.17989600970833 +127.52580719951405 +186.68529461938343 +125.95942973175835 +150.6331803643254 +89.53770959746585 +151.43602744171056 +89.53770959746585 +152.00440704524846 +89.53770959746585 +152.5039124528647 +89.53770959746585 +152.31277495429833 +129.44328524653773 +188.63474394123085 +125.94430110934974 +187.62928170265985 +125.94430110934974 +188.3203573650843 +125.94430110934974 +210.82166187582686 +148.45720104156848 +210.95371159406568 +148.45720104156848 +209.47628510662744 +237.69702981592818 +259.89955720372706 +277.98226114195427 +526.781466088658 +526.6282745013435 +526.6014748308355 +546.1264677398341 +521.7346065916865 +526.5442989677913 +526.3943398055981 +526.6205281808683 +554.3162579308935 +345.1147217482554 +333.3147123239778 +271.21065421140776 +293.6653943699606 +259.0311764191722 +198.00131492224352 +150.37467908859216 +194.57538578483218 +148.45720104156848 +193.61303440531242 +176.72213187408428 +190.39578952933542 +257.7282069619062 +216.8022488223633 +280.06272736368715 +528.458258938601 +528.1174044124882 +527.5335427431029 +546.9490631910254 +522.4329984745807 +527.1578240541027 +527.1594659674156 +527.1104511271573 +554.777261287467 +345.43954661946225 +322.63836783237224 +231.75884361137133 +307.26238222939463 +202.68903331703905 +188.78017469909915 +150.37467908859216 +194.68598627117422 +148.45720104156848 +193.65061045852812 +148.45720104156848 +204.79446542187182 +236.63352273257925 +245.1563480906721 +279.26520180206137 +527.7569187050785 +527.4416428043835 +527.2601516477964 +546.6506749584566 +522.1056813589435 +526.7672195885266 +526.7510124866926 +526.9318875408184 +554.6228903549254 +345.2072455933715 +333.17109152055605 +231.75884361137133 +302.68548372349557 +202.68903331703905 +208.73870807716494 +150.37467908859216 +205.93661536187773 +148.45720104156848 +200.63761468657268 +148.45720104156848 +197.85701662377096 +262.099207839063 +228.41874806247836 +279.22144704771506 +527.9141281510732 +527.7174152278635 +527.4430805654868 +546.8995440118487 +522.4329758328929 +527.1666531196295 +527.0730376782451 +527.0148718214169 +554.6863886884786 +345.4575776545669 +336.8476606198181 +231.75884361137133 +318.42299223712394 +202.68903331703905 +192.97192941292892 +150.37467908859216 +195.16155326979737 +148.45720104156848 +195.04660450378907 +148.45720104156848 +194.4886638511302 +261.940943021289 +225.26184041697724 +278.5676594145244 +527.2769942751091 +526.8981255020188 +526.7494819914991 +546.1474615493375 +521.887137684339 +526.5538083266556 +526.4191697242073 +526.4094200209844 +553.9513124238613 +344.7388148962801 +338.58592812518094 +231.75884361137133 +313.1866594407803 +202.68903331703905 +222.16475456647493 +150.37467908859216 +176.43335406270074 +124.04195168473466 +187.2086006886066 +124.04195168473466 +185.39782906363376 +199.34036485789795 +254.08286875080785 +248.7375299348296 +233.7660881531167 +233.79888295395477 +233.64697222433952 +243.15184308615525 +254.36782785775802 +134.29900008499447 +262.8336643308081 +134.29900008499447 +268.64538672292554 +125.95942973175835 +183.00615498616682 +125.94430110934974 +178.11354552439255 +141.49776918052865 +178.14457677341719 +165.68779526014148 +175.98244211591722 +163.68038897971286 +174.70901454765638 +163.65355475923428 +175.2157315912401 +167.01559386375266 +177.06476709108708 +165.21357603833664 +137.3503207464888 +128.92916472890275 +137.4015448617812 +129.23667804686283 +137.61907597662614 +129.25956213458468 +136.8409565098671 +129.28037116016267 +132.751253396143 +173.04210110813378 +167.81188253014278 +176.50739902235074 +172.42207787696697 +176.76842647915748 +167.70466755679615 +176.1702030392032 diff --git a/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv new file mode 100644 index 0000000..e9597cd --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_7_pu.csv @@ -0,0 +1,8760 @@ +0.18974616130354646 +0.12269889028966727 +0.19462671706963247 +0.12269889028966727 +0.18772670994798543 +0.12614502443853504 +0.18564854602690875 +0.16498386616833988 +0.1487301155950083 +0.08856824209449758 +0.1501041539488099 +0.08856824209449758 +0.16079009397055882 +0.08856824209449758 +0.15053839599172372 +0.08856824209449758 +0.14951426301228316 +0.12804174103585667 +0.1934600933718591 +0.12458064206939344 +0.1967961447436712 +0.12458064206939344 +0.19639335095826296 +0.12458064206939344 +0.2187378814301811 +0.14684978409245877 +0.21816088641357578 +0.14684978409245877 +0.21853908750575513 +0.23366208239092756 +0.27412969833936673 +0.27501343046285026 +0.5209598480277944 +0.5206405590337445 +0.5204022433265911 +0.5395195652822392 +0.5153841829632154 +0.5200751210301895 +0.519968374195698 +0.5199557614753325 +0.5473082452776912 +0.3403134327009772 +0.33727690074988675 +0.22924948003241857 +0.33011744516689384 +0.24038551281205878 +0.19867841203868442 +0.1487465006897804 +0.19975369105683055 +0.14684978409245877 +0.20556258577163863 +0.14684978409245877 +0.2065307275820998 +0.26134220574678046 +0.24502067419295218 +0.2749983807291866 +0.5209752387465604 +0.5210279272744432 +0.5208636902427001 +0.5399892014390417 +0.5159556682908112 +0.5206633546675382 +0.5205895084514693 +0.520544898398067 +0.5479339292871317 +0.34104690110210467 +0.3358072432976554 +0.22924948003241857 +0.3183226261388616 +0.20049442244423105 +0.2025489330696309 +0.1487465006897804 +0.20573972744346822 +0.14684978409245877 +0.20822840741382792 +0.14684978409245877 +0.2070061484996585 +0.2609900591094784 +0.24054445197986904 +0.2761316316951951 +0.521977505582929 +0.5213318047034404 +0.5209928691764671 +0.5402607551058615 +0.516042265115074 +0.5207984337879294 +0.5208559830401583 +0.5208497308924523 +0.5482896395979984 +0.3412219178338989 +0.3356788266086237 +0.22924948003241857 +0.2988897567487688 +0.20049442244423105 +0.21027989616147336 +0.15342314629488044 +0.1924402747910701 +0.18618336976899513 +0.18880914424105882 +0.18578495042613527 +0.18515364827941366 +0.2777307681738181 +0.21395790244966068 +0.2751976206256665 +0.5213210498110651 +0.5210314421621185 +0.5207611129030553 +0.5400645736860653 +0.5158861859705894 +0.5205850756491891 +0.52045031743748 +0.5204301278236421 +0.5477527166722942 +0.3407528080767999 +0.32856215811415584 +0.2553291883344358 +0.30291869541326016 +0.24522709954096505 +0.20088282117555817 +0.1487465006897804 +0.2064078098055696 +0.14684978409245877 +0.20802674808086763 +0.14684978409245877 +0.2069755012982841 +0.23727759258740594 +0.25862521519089043 +0.27583624059244927 +0.5216175779392177 +0.5209483335786095 +0.5201293218061681 +0.539482844251728 +0.5153226492129521 +0.5199894514484444 +0.519902063365338 +0.519908879953474 +0.5473695231959808 +0.34040644593196095 +0.32894121618188216 +0.25012383252724024 +0.30120663778511625 +0.2453419262630964 +0.21061346314133172 +0.1487465006897804 +0.17415099247741214 +0.13938891508281148 +0.17265838444854553 +0.1622088514740981 +0.16291788337631208 +0.21392428685404902 +0.2029745164307709 +0.2656953731636487 +0.23148124312330984 +0.2313921827563871 +0.23132875482865986 +0.24075731393686142 +0.23395428398177298 +0.13284488073294864 +0.24417763013737906 +0.13284488073294864 +0.26107066601410184 +0.12459560688698891 +0.1541349610212868 +0.12458064206939344 +0.1704895963373104 +0.12458064206939344 +0.17334213577472132 +0.12458064206939344 +0.17891669186101325 +0.12269889028966727 +0.17834370485467502 +0.12269889028966727 +0.17779375246159018 +0.12614502443853504 +0.18014874552094967 +0.12459560688698891 +0.14403631356979205 +0.08856824209449758 +0.14448189492221783 +0.08856824209449758 +0.14480344577429505 +0.08856824209449758 +0.14547847490743812 +0.08856824209449758 +0.14419768586845372 +0.12804174103585667 +0.18023017093904292 +0.12458064206939344 +0.18098402946109382 +0.12458064206939344 +0.17987078859082486 +0.12458064206939344 +0.20203703818909094 +0.14684978409245877 +0.20175898662007244 +0.14684978409245877 +0.203253996388004 +0.2335517130538661 +0.2454546385480788 +0.27604536053841605 +0.521801017017409 +0.5214850902386341 +0.5212521387217516 +0.5404492593637216 +0.5162916492097108 +0.5210025816507245 +0.5209257409227828 +0.5209290850291294 +0.5483175423821222 +0.34139830502239804 +0.3464317042867699 +0.22924948003241857 +0.3281721218532112 +0.20049442244423105 +0.20042761729271874 +0.173370275782815 +0.1858107769751727 +0.18581076623683748 +0.18951884495094945 +0.1857625771057265 +0.18397228441305605 +0.2745174474365007 +0.1975641638432937 +0.2758987572570303 +0.5216964063567063 +0.5211308505713044 +0.5206710828850303 +0.5395828231375069 +0.5154170944403536 +0.5201836224952711 +0.5200711996106037 +0.5200837438935634 +0.5473454806116012 +0.3404596308779758 +0.3259974344069024 +0.22924948003241857 +0.31048024542925223 +0.20049442244423105 +0.20369307524877203 +0.1487465006897804 +0.19945800017409038 +0.14684978409245877 +0.1983171683680341 +0.14684978409245877 +0.2053705779868338 +0.1683861935460951 +0.23213209083074668 +0.3081932609399365 +0.5658058263060556 +0.5755309629466656 +0.590495493522262 +0.6108984329827266 +0.5858058332651257 +0.5946063576788616 +0.6004580614103733 +0.6105554332958097 +0.6332343731507047 +0.42479719566139806 +0.326096342637023 +0.22924948003241857 +0.3026884411387149 +0.22595321877900504 +0.20610735598630578 +0.1487465006897804 +0.18312364035565842 +0.14684978409245877 +0.19146868410880447 +0.14684978409245877 +0.19615841196054426 +0.23358792438346945 +0.240413132306028 +0.276600419273702 +0.5226919662991473 +0.5223517829546376 +0.5218172085242238 +0.5408911838706789 +0.5166328722441633 +0.5211216012190607 +0.5210315739054014 +0.5210602891569132 +0.5484349143257679 +0.3415019158142789 +0.3133072579892647 +0.22924948003241857 +0.28412773537951436 +0.20049442244423105 +0.19770945893029263 +0.15975765612057 +0.1882378142980034 +0.18609393714601258 +0.18788409454623628 +0.1857539558691243 +0.1904543312455315 +0.2543979215346529 +0.20724720261042806 +0.2753734181076445 +0.5214189346940683 +0.5210928690573642 +0.5206668610877145 +0.5399522412275048 +0.5155924737193357 +0.5199044367328342 +0.5506726756395444 +0.5510508549951048 +0.5783750039544784 +0.34041626602599484 +0.3270309790959714 +0.2621280838720406 +0.300422483928606 +0.2453968835772388 +0.21584185411374182 +0.1487465006897804 +0.17417449367687335 +0.12269889028966727 +0.17394822984507058 +0.162333983683927 +0.17390226664073824 +0.16750257477541167 +0.21583200060433558 +0.2659775945575364 +0.2606104297761482 +0.26130083463684367 +0.26615314838401466 +0.27628825620461633 +0.2320374947999543 +0.13284488073294864 +0.24213741122384708 +0.13284488073294864 +0.2467753788461273 +0.12459560688698891 +0.12804174103585667 +0.14755124404213935 +0.12458064206939344 +0.17707609517856895 +0.12458064206939344 +0.18036334976018148 +0.12269889028966727 +0.18465915237917643 +0.12269889028966727 +0.18471869022929682 +0.12269889028966727 +0.18701623416042804 +0.12459560688698891 +0.18583308643939284 +0.08856824209449758 +0.14990166624211176 +0.08856824209449758 +0.15072538985225722 +0.08856824209449758 +0.14028329649268578 +0.08856824209449758 +0.14038548251042315 +0.08856824209449758 +0.1797182589270798 +0.16423287705538714 +0.17435678160256718 +0.16404089651304224 +0.16842314024515995 +0.16360848476350706 +0.1726134845073626 +0.18583213353598774 +0.1972428588175291 +0.18571407633697234 +0.19757488053671435 +0.18559822363268919 +0.2619681694094498 +0.2179644940807921 +0.27484510042644406 +0.5208090791820151 +0.5206317402697939 +0.5203394998941674 +0.5395023715034181 +0.5508471300055191 +0.5603752746937734 +0.5678496188273138 +0.5689489612558265 +0.5921295185478439 +0.37778618769789923 +0.3054980289155667 +0.2561602691569552 +0.282494762775179 +0.2545951531807992 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.17013083951368038 +0.14684978409245877 +0.1927787737268348 +0.14684978409245877 +0.22059495054907863 +0.1702829101434167 +0.31971458309374334 +0.5737733174178069 +0.5831169375074796 +0.5727908988000688 +0.5882735387961754 +0.5643975051606983 +0.5650784159337814 +0.5737216752302717 +0.5822973638918224 +0.610138602557953 +0.4015546422301336 +0.30600845994063564 +0.22924948003241857 +0.3009850177889674 +0.20049442244423105 +0.16484709655830804 +0.1774845877899756 +0.14684978409245877 +0.1993557996457229 +0.14684978409245877 +0.1987812767665849 +0.14684978409245877 +0.22505360491264392 +0.1702829101434167 +0.27432406129500697 +0.5206258455002162 +0.5204479723062246 +0.5502029820419337 +0.539534545292847 +0.515389744528914 +0.5201239004106641 +0.5199432981305789 +0.5199296669097955 +0.5473489492238366 +0.3401084632984245 +0.32425318665016983 +0.22924948003241857 +0.30862980543210544 +0.20049442244423105 +0.21082023411046263 +0.1487465006897804 +0.19892054686251656 +0.14684978409245877 +0.19809471035720874 +0.17489259250757924 +0.19768846453972616 +0.2595008621175693 +0.22334854141382124 +0.2743947939611554 +0.5206285982022236 +0.5203736801544663 +0.5203506924528134 +0.5396783960224424 +0.5154328003930545 +0.5202008003555253 +0.5201718583427909 +0.5201640492179078 +0.5474874102292043 +0.34048559337278994 +0.3331910176797986 +0.22924948003241857 +0.3089708256364868 +0.20049442244423105 +0.2198089702798228 +0.1487465006897804 +0.19841982572976385 +0.14684978409245877 +0.20423672751649422 +0.14684978409245877 +0.20572519174863302 +0.23716892208283188 +0.24261898909104615 +0.2747512476990534 +0.5207386614428388 +0.5206884660573725 +0.5206137085469109 +0.5398433268596712 +0.515743141607298 +0.5204871174288972 +0.5202992290202444 +0.5205808358374778 +0.5475125252933732 +0.3402564731794543 +0.3243419003353312 +0.25012772993358456 +0.2887135972478119 +0.24503109637076081 +0.2183521746068134 +0.1487465006897804 +0.1747504910515039 +0.12269889028966727 +0.18181459681481293 +0.12269889028966727 +0.1768860690299963 +0.1957596284168486 +0.22998537149653028 +0.24457163630557308 +0.23147754243616842 +0.2312505612961824 +0.231069017233358 +0.2403944089970016 +0.23139678860528656 +0.14672946775773885 +0.22805192855000606 +0.17732511969326958 +0.2413117811387401 +0.12459560688698891 +0.1801419593952962 +0.12458064206939344 +0.17812804099925894 +0.12458064206939344 +0.18550036346086027 +0.12458064206939344 +0.18101184412544324 +0.12269889028966727 +0.18223137517629767 +0.12269889028966727 +0.18264857586986846 +0.12614502443853504 +0.18418289518515366 +0.12459560688698891 +0.14803383954939114 +0.08856824209449758 +0.14911517387378678 +0.08856824209449758 +0.14697102570855483 +0.12073545969757593 +0.14628114973087483 +0.12869459475371833 +0.15068163841547377 +0.16850955655919775 +0.1828813721085163 +0.1649103052404806 +0.18241878816972895 +0.1650127952884424 +0.1809123465476289 +0.16483042377990148 +0.2022085388295785 +0.18706175259920804 +0.20390753732150443 +0.1871604478369893 +0.200986004666756 +0.2579967633929354 +0.22903727950121255 +0.2754793026131738 +0.5214782988817732 +0.521319023337837 +0.521120056087746 +0.5404786943482527 +0.5162223527326952 +0.5211741183915306 +0.5212081255313437 +0.5211713349250127 +0.548551865763648 +0.3415643891345171 +0.34617182100379307 +0.22924948003241857 +0.3240851841239769 +0.20049442244423105 +0.19076409339973407 +0.1487465006897804 +0.19259192265018843 +0.14684978409245877 +0.19170635469274153 +0.17036344635992764 +0.187939472295651 +0.25473164675887927 +0.2152334531955566 +0.2767895049570624 +0.5225767616949227 +0.5218686404113871 +0.5214774951226304 +0.5406274159450658 +0.516380993667934 +0.5210410290438924 +0.5208582681930528 +0.5209369481316084 +0.5481207574807879 +0.3412909130379333 +0.3303368619776766 +0.262833686469241 +0.28725951793520954 +0.2449306007879073 +0.21888245563738376 +0.1487465006897804 +0.2055601093686932 +0.14684978409245877 +0.20743247521562289 +0.14684978409245877 +0.20542196898128823 +0.23687633114746773 +0.2398943589304931 +0.2755945218390721 +0.5215286842050005 +0.5212110367885542 +0.5208232570900129 +0.5398719038811992 +0.5157188450095416 +0.5200856131849004 +0.5201657287459542 +0.5201175965722449 +0.5477425726132985 +0.3404900298781833 +0.3298858326862779 +0.26124440432517154 +0.29409276861598815 +0.24516321841066685 +0.21978950512154238 +0.1525013644569525 +0.19345352109656402 +0.1862893135919494 +0.18771253058849657 +0.1857517660439832 +0.17891368006445962 +0.2749163085695886 +0.20188684647640648 +0.2754383109430905 +0.5214061282718738 +0.5211234424568374 +0.5209123833124228 +0.5402270535103806 +0.5160739174660277 +0.5208119679615876 +0.5207934817875427 +0.5206548536376171 +0.5480017593955486 +0.3409519117388414 +0.33780671193224393 +0.22924948003241857 +0.29738533127328454 +0.20049442244423105 +0.21797346576888552 +0.1487465006897804 +0.1979269360283824 +0.18650764612415835 +0.1974320863433944 +0.18604206306736198 +0.19761638352207267 +0.2571681627204383 +0.22404423127935208 +0.27479655338469117 +0.5209759257760153 +0.5205168613114768 +0.5202140855986214 +0.5394793792205484 +0.5154727335916964 +0.5202672007208627 +0.5201531589552377 +0.5202289928460925 +0.5477355675954907 +0.34048889710547275 +0.3322779358368241 +0.22924948003241857 +0.3142809190836735 +0.20049442244423105 +0.2109448778325204 +0.1487465006897804 +0.1784595395616742 +0.12269889028966727 +0.17967815172241117 +0.12269889028966727 +0.1769688548940071 +0.19996482225211198 +0.22005090724664605 +0.2685464758727283 +0.23226224021149544 +0.23192953484981513 +0.2315835676242502 +0.24089497580515354 +0.238818111680116 +0.13284488073294864 +0.2395842258853529 +0.13284488073294864 +0.24947962633262719 +0.12459560688698891 +0.16668104700507638 +0.15085062712416802 +0.16203476289584637 +0.16354219021172203 +0.15796247304621744 +0.16320337326596482 +0.15197749181063935 +0.16494399111807442 +0.1494708373605246 +0.17200284975160918 +0.15296112154402425 +0.17508673104138858 +0.1588995929014712 +0.17378352411884118 +0.12141083105062317 +0.13817609560201954 +0.11661148181192196 +0.1380697149009841 +0.12013263739887954 +0.13869309925100973 +0.11688732849406493 +0.1382725390825302 +0.12325123521677629 +0.17774014741700636 +0.15008822836376587 +0.17410768183566916 +0.14733716185183465 +0.1739971221598534 +0.1304037923848041 +0.17362919990056846 +0.17100729598564662 +0.1960712454626151 +0.17738075714064677 +0.1962435026873748 +0.17209725772969367 +0.27101829140728445 +0.20861674902272642 +0.27580297239499346 +0.5219023853361209 +0.5216466728984357 +0.5214722603696829 +0.5405734176165315 +0.5163743515838151 +0.5210838320879089 +0.5211797146869597 +0.5209694955563792 +0.5484068714940257 +0.34127390547760905 +0.33198580838232333 +0.22924948003241857 +0.312449655458372 +0.20049442244423105 +0.21971671598211207 +0.17025188475208086 +0.1910398499172834 +0.18578333086776713 +0.19673385653985404 +0.1856970674907773 +0.19365127432407334 +0.27804361232169966 +0.20741842873693797 +0.27587415565357964 +0.5222384759079155 +0.5218811187587921 +0.521597531779618 +0.5407132831764331 +0.5167953308320605 +0.5214016406914097 +0.5214164551420682 +0.5215450393935038 +0.548856181276191 +0.34188217659769166 +0.33201426720462146 +0.2610817408693848 +0.29083725809776323 +0.2561666121420342 +0.21109971123589344 +0.16164385988972826 +0.19519083221716782 +0.1861740905558212 +0.19798464847780206 +0.1860939179633857 +0.19844213864774335 +0.20781267342641047 +0.22201542671597604 +0.3066472700215913 +0.5612006022538696 +0.5588386443697241 +0.5559908942788065 +0.5711813240224762 +0.5469988341280106 +0.5518584260763582 +0.550349741750586 +0.5197561027850588 +0.5470817603925064 +0.3402197297004296 +0.3254714298740224 +0.22924948003241857 +0.3068093895675727 +0.23412643535056443 +0.16986587166126768 +0.17361381531842124 +0.1878700162178246 +0.18833655539392352 +0.18742171161790463 +0.18748488136577288 +0.19794226438090143 +0.2568851300982813 +0.23667501172175376 +0.2745753131895263 +0.5207922851513312 +0.5205557781012066 +0.5204111729531812 +0.5395531076027983 +0.5155136226454251 +0.520241813873943 +0.520172687958128 +0.5202787216955181 +0.5474668855344893 +0.34057239842130355 +0.32957712601293027 +0.22924948003241857 +0.3216477555798637 +0.20049442244423105 +0.18970776560063343 +0.1487465006897804 +0.19931686863055814 +0.16865252598317562 +0.19652005889244795 +0.18597113854484534 +0.19704521423753762 +0.2561333612521606 +0.21501336014389735 +0.2752427401079041 +0.5213926338686715 +0.5211054018743679 +0.5208391950418467 +0.5400231627291439 +0.5155522002936094 +0.5201808206427626 +0.5200972710640976 +0.5201643503137029 +0.5474110305711186 +0.340347995156237 +0.32377432326569267 +0.22924948003241857 +0.3156687096561804 +0.20049442244423105 +0.21816008987021096 +0.1487465006897804 +0.1785307650851674 +0.12269889028966727 +0.17945561829657022 +0.12269889028966727 +0.176092692597262 +0.19597971102376419 +0.22285343724071865 +0.24445961112992945 +0.23191122206276837 +0.23177049891038648 +0.23144074240301993 +0.24069975305795455 +0.2469629936624098 +0.13284488073294864 +0.2544995370135007 +0.13284488073294864 +0.24725997487178633 +0.12459560688698891 +0.1621251140815269 +0.12458064206939344 +0.18172092733251888 +0.12458064206939344 +0.17768304258130058 +0.12458064206939344 +0.17785284302470736 +0.12269889028966727 +0.17603882220121686 +0.12269889028966727 +0.18401730811643402 +0.12614502443853504 +0.1885323115529194 +0.12459560688698891 +0.15706101339594064 +0.08856824209449758 +0.14863188865113935 +0.08856824209449758 +0.14964830974434862 +0.08856824209449758 +0.15079514915815853 +0.12904808010354707 +0.13315032813161398 +0.16825185506101267 +0.16858062963543965 +0.16465516025001672 +0.1652923284539807 +0.16457346014668325 +0.16456582769654216 +0.1643484546416218 +0.18760683184725355 +0.18650891649519052 +0.18768096478898236 +0.18650028556950368 +0.1851243682943747 +0.249743517448094 +0.21125680260694132 +0.27761087703933396 +0.5234726024885972 +0.5233329505340605 +0.5231736108762852 +0.54222001930306 +0.517922642544735 +0.522626974541438 +0.5224678866714391 +0.5224474206853749 +0.5498991422490157 +0.34291802850043596 +0.34046174496634807 +0.22924948003241857 +0.3201207035099075 +0.20049442244423105 +0.20438898870278732 +0.1487465006897804 +0.19241905346658705 +0.14684978409245877 +0.19851944493457882 +0.14684978409245877 +0.20244207271358242 +0.23237224079235166 +0.23525453423064221 +0.24163997174046856 +0.5234158648276677 +0.523001890941584 +0.5228459166295352 +0.54170301635098 +0.5170221648090192 +0.5212894914623766 +0.5210706020416497 +0.5210243725908826 +0.5483613033196179 +0.34126578915520883 +0.3419867714799632 +0.22924948003241857 +0.3216658775747332 +0.20049442244423105 +0.17063511268839324 +0.18967680309004586 +0.15278872343647892 +0.18653227799687624 +0.15276737922755723 +0.1859424099679344 +0.1783507116541501 +0.24842602725014296 +0.22793935328302006 +0.24027590291281714 +0.5218958550051745 +0.5213903200467314 +0.5211434706138506 +0.5403535261581582 +0.5160959088338701 +0.5208870413591445 +0.5208495707171735 +0.5207515915289768 +0.5480386001351977 +0.304965439478651 +0.3308473694116456 +0.2612249656714413 +0.29701721333300113 +0.24524188048401954 +0.22051230555632706 +0.16844133928263244 +0.19688018857893377 +0.1860606446087436 +0.1909632302053533 +0.18529777942999584 +0.18729159263536405 +0.27799158534048535 +0.21973252933506798 +0.23915056272266577 +0.5212124973659419 +0.520921679328497 +0.5207634889897519 +0.5400552184665673 +0.5159186891222752 +0.5204627022733527 +0.5206200001431852 +0.5205120352779281 +0.5477596821628705 +0.3048458080285844 +0.3329878862727976 +0.2608198976811161 +0.28132487175223675 +0.2561679960806756 +0.20267226102282743 +0.17031979906794817 +0.17801115504535717 +0.18600980702249256 +0.1752703381913061 +0.18533845948273442 +0.1793841288104057 +0.27606788330752924 +0.20266876276860477 +0.2396456033798055 +0.521406123134501 +0.5210367034420669 +0.5207312337132465 +0.5398082045128362 +0.5151958908552089 +0.5202797718108596 +0.5203126897983676 +0.5201743984882271 +0.5478078957617438 +0.30475092165548695 +0.3276753664106238 +0.22924948003241857 +0.3155454850974866 +0.20049442244423105 +0.2020361793873972 +0.1487465006897804 +0.18081221798866798 +0.12269889028966727 +0.18280154287161926 +0.12269889028966727 +0.18192655063971677 +0.19708061366761165 +0.22394810413200034 +0.20859681344314748 +0.23214612974775842 +0.23190458983193235 +0.23131812357053902 +0.24058197287749544 +0.23049079718726845 +0.13284488073294864 +0.23313835739227332 +0.13284488073294864 +0.2421100093244187 +0.08856824209449758 +0.18317226985772755 +0.12458064206939344 +0.17453999845587803 +0.16422851769629995 +0.17161215341362857 +0.16392584871872537 +0.1703421339194724 +0.16198630540956468 +0.1655722950225191 +0.16186166488546028 +0.17042772498576006 +0.1652496744051372 +0.17199665091259764 +0.12752997426362445 +0.13945829877128926 +0.1279018607212296 +0.12685171503687132 +0.1316671649046227 +0.10905405473719042 +0.13884707681303346 +0.09442921509628718 +0.1387197987716348 +0.09451391119603794 +0.1417222715963283 +0.13065424248093305 +0.17388106699804676 +0.13071236220459825 +0.1735443890570076 +0.13066191790876241 +0.1737088279554391 +0.1529754642702745 +0.19545730169935233 +0.15306123011305517 +0.19593711373020095 +0.15321878073052972 +0.2572424214296466 +0.17667383809634746 +0.24098479865904007 +0.5227361435711922 +0.522276555074057 +0.5218142043836161 +0.5411122129265421 +0.5169103094170698 +0.5215078703575433 +0.5213921927400503 +0.5212814847884555 +0.5485994842892977 +0.3055471142513564 +0.3382188463007981 +0.22924948003241857 +0.32189310809928 +0.20049442244423105 +0.18686384059254885 +0.1487465006897804 +0.1929777966571061 +0.14684978409245877 +0.1919889934955993 +0.14684978409245877 +0.1987140882154899 +0.2337243410325733 +0.2429079568555674 +0.24023972553098552 +0.5220594024533618 +0.5215413641553317 +0.5210950743289752 +0.5402584304242755 +0.5158374965605439 +0.5201826770319083 +0.5199310757783357 +0.5197227890306083 +0.5472531115886505 +0.3041963276101687 +0.3088357614776621 +0.27473731815078745 +0.269825812752974 +0.27008041988777237 +0.21372356960121164 +0.1487465006897804 +0.19918639867811078 +0.14684978409245877 +0.19903567242610198 +0.14684978409245877 +0.19800567279424214 +0.1683861935460951 +0.2201264600913122 +0.27408196218807135 +0.5652552577313149 +0.5690851038096036 +0.5661823669588215 +0.5398458312563565 +0.5157310232456896 +0.5204939013710786 +0.5205052481295246 +0.5205246600209424 +0.5478480816245042 +0.3046691051393924 +0.3295555721782299 +0.22924948003241857 +0.3006846435887174 +0.20049442244423105 +0.21939439076750056 +0.1487465006897804 +0.19726100259121976 +0.16142064864402933 +0.19485910654748057 +0.18634566932200688 +0.19032168673433833 +0.2557695852409662 +0.20999268888951433 +0.2390807933876438 +0.521148531439965 +0.5209541387698766 +0.5207704269937805 +0.5399878771628223 +0.5157608257128299 +0.5204736109546765 +0.5206599218406438 +0.5206963247476615 +0.5480803264049974 +0.3048975628496753 +0.33479118917763484 +0.22924948003241857 +0.3080301320259502 +0.20049442244423105 +0.21486857867924966 +0.1487465006897804 +0.1987698905104774 +0.15152297930519157 +0.1976874812913775 +0.1861491569630113 +0.1979264503374821 +0.2593036760413524 +0.23010826208244028 +0.23832120542787785 +0.52055111965106 +0.5202672554912958 +0.5553540906252871 +0.5770365994593021 +0.550725744107798 +0.5505405853369777 +0.5526724057484095 +0.5199463639295521 +0.5473341412079217 +0.3043736007923423 +0.3264164732717069 +0.24200463679673795 +0.30027267225525894 +0.24533238813703276 +0.16484709655830804 +0.1714767703348251 +0.12269889028966727 +0.1760453364946673 +0.12269889028966727 +0.18277791238918473 +0.12269889028966727 +0.2522222144277308 +0.16484709655830804 +0.27398091983717293 +0.23113441540967164 +0.23104438093012014 +0.23096098087772748 +0.24008213726419372 +0.22809747946594525 +0.13284488073294864 +0.23966344249311058 +0.13284488073294864 +0.23697405956595335 +0.08856824209449758 +0.1780996536064131 +0.12458064206939344 +0.1768774197691292 +0.12458064206939344 +0.18033370791845263 +0.12458064206939344 +0.18421778831901792 +0.12269889028966727 +0.18378122104458108 +0.12269889028966727 +0.18294899332134287 +0.12614502443853504 +0.1848818509611369 +0.08856824209449758 +0.14947803670603096 +0.08856824209449758 +0.15027023160026728 +0.08856824209449758 +0.1504719175546316 +0.08856824209449758 +0.15056932234454562 +0.08856824209449758 +0.1500830287663266 +0.09201437624336535 +0.18610612369240295 +0.12458064206939344 +0.18587135983396486 +0.12458064206939344 +0.1857888804467156 +0.12458064206939344 +0.2084593837636747 +0.14684978409245877 +0.2064236465843102 +0.14684978409245877 +0.20159520587277022 +0.23467124198318953 +0.2608662189130177 +0.23881341701032663 +0.5207927991871992 +0.5206208697454899 +0.5205119833059821 +0.5398089264050348 +0.5468728310378375 +0.5570710471371976 +0.5200630569788798 +0.5202645536891068 +0.5477667107346327 +0.3046684905708706 +0.324564684731925 +0.26474038069576505 +0.27581061360138515 +0.25624223252252737 +0.19666212765662724 +0.1776877486328002 +0.15261401291470383 +0.18629510240356298 +0.1529140327722421 +0.18556165675131434 +0.1797481825386543 +0.24552441273090336 +0.22622780390041172 +0.24098945257409474 +0.5228028065543573 +0.5223636770234588 +0.5218588533631304 +0.5409253632870802 +0.5167727746738837 +0.5214547199756551 +0.5215663341764453 +0.5217289342202407 +0.5489475013333309 +0.3059530841475406 +0.3206125130563362 +0.22924948003241857 +0.298386203053328 +0.20049442244423105 +0.19281203918002734 +0.1487465006897804 +0.1927187142824713 +0.14684978409245877 +0.19192886461061093 +0.14684978409245877 +0.19164992018537116 +0.25880205587716987 +0.22035150725919667 +0.2392675078916385 +0.5210285229790476 +0.5206701856374083 +0.5510296102045557 +0.5810439833773576 +0.568213402541523 +0.5891473230470484 +0.6001445187185953 +0.6020719233435969 +0.6397901709534358 +0.40422836786929667 +0.3069091470257192 +0.22924948003241857 +0.2790078026785074 +0.2500697846103663 +0.21121883351488588 +0.1487465006897804 +0.19963308363225424 +0.14684978409245877 +0.19818507523245663 +0.14684978409245877 +0.19488162578802828 +0.1793800309137663 +0.22111009041165847 +0.238404421564023 +0.5206410287843333 +0.5205067279406124 +0.5204023583355096 +0.5396052364797362 +0.5152898507617633 +0.5200663241207866 +0.520128511240978 +0.5203930977049281 +0.5474607689865396 +0.30465817821527386 +0.3336768599275775 +0.22924948003241857 +0.2994752039726727 +0.20049442244423105 +0.21778399222958897 +0.1487465006897804 +0.19407725366407957 +0.14684978409245877 +0.19876608861392442 +0.14684978409245877 +0.19894336215818553 +0.23583078283620032 +0.23904390833626393 +0.23917828065770594 +0.5211979680965688 +0.5209679400906729 +0.5208861556626484 +0.540179598255302 +0.5159429247786496 +0.5208110570661512 +0.5207070612205701 +0.5206475850809614 +0.5480417409044025 +0.30491680590650444 +0.3337073996720697 +0.22924948003241857 +0.29053094245861816 +0.20049442244423105 +0.21628440592518097 +0.1487465006897804 +0.16986656409443668 +0.12269889028966727 +0.17277752441891467 +0.12269889028966727 +0.1679896450440076 +0.1946513463163951 +0.2156806362644094 +0.20862694342535412 +0.23220104205168052 +0.23182843351059618 +0.23169728674708678 +0.24086933953460313 +0.24479811238467505 +0.13284488073294864 +0.24066569335282934 +0.13284488073294864 +0.24329409626643936 +0.08856824209449758 +0.1610549853917196 +0.12458064206939344 +0.17442308678961851 +0.12458064206939344 +0.17100180562668102 +0.12458064206939344 +0.1687467093967349 +0.14658031726282134 +0.16818388100602782 +0.1628043848523238 +0.16957187550684338 +0.16610333713037145 +0.17353659862676066 +0.1284400206814299 +0.1404630492254548 +0.1286945946770562 +0.13855967722705723 +0.12850386283373094 +0.14629812591910885 +0.1288806732221618 +0.14621392716433718 +0.12871186291686232 +0.14851370173258174 +0.1324353212828764 +0.18139369898854887 +0.16481134841032058 +0.18126763065126056 +0.16467057851113875 +0.18423302546064907 +0.16484685377354802 +0.2070412898344543 +0.18715562106450973 +0.2075228504455081 +0.18726452752195852 +0.2073148766389781 +0.25926036097613997 +0.2434101272814857 +0.2389586229197116 +0.5210272037589345 +0.5209203643433378 +0.5208657851167758 +0.5401589198599469 +0.5160578678411003 +0.5206838369713696 +0.5205630250427188 +0.5204698169258881 +0.5477966815681806 +0.30441880906494595 +0.32731827979668704 +0.22924948003241857 +0.30723263953952745 +0.20911211012705422 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.20947254062039763 +0.14684978409245877 +0.2091335427561449 +0.14684978409245877 +0.30882560320035923 +0.1702829101434167 +0.23931818325925192 +0.5211917677979847 +0.5204218053130041 +0.5201638068866344 +0.5395166863088129 +0.5152817587572267 +0.5200004212153994 +0.5199595573327372 +0.5528158855510648 +0.5623008263160697 +0.3040854988613297 +0.31719224802029433 +0.2618661431863252 +0.28112277670098096 +0.27054616262341297 +0.18173775233224548 +0.1763429918970444 +0.1881618285834482 +0.18752908299296484 +0.19200335709854646 +0.1835966694692762 +0.1955671624620373 +0.2480024674918898 +0.225688690570795 +0.23916466252494606 +0.5211153172722798 +0.520843744280463 +0.5207231582760592 +0.5400374181168903 +0.5157883479749907 +0.5205055987394935 +0.5204819980711504 +0.520429590817822 +0.5476374454681789 +0.30453549729672313 +0.3175379989919468 +0.25821603271975124 +0.28448695389550727 +0.24501437563075437 +0.21778825007478514 +0.1487465006897804 +0.18990254591326114 +0.17433384230152585 +0.18927397654330452 +0.18613979522997978 +0.18233522109721367 +0.2548627615557981 +0.20913279688076156 +0.23854893622881865 +0.5206007189438815 +0.5204665726815855 +0.5507723826671793 +0.5728937802959722 +0.5496187952824655 +0.5549543668023037 +0.5543898495505133 +0.5550128361794108 +0.5785934623735994 +0.3100990767178079 +0.3067107246779583 +0.2698973042816959 +0.2817208886409443 +0.25456752748409844 +0.18586062188436564 +0.1487465006897804 +0.1940475362744066 +0.14684978409245877 +0.19861229826193216 +0.14684978409245877 +0.20802013222408328 +0.21146049548931822 +0.25182177292406543 +0.2386581543652829 +0.5207446635980599 +0.5204511136914172 +0.5203019779204809 +0.5397322997715751 +0.5157860955642017 +0.5204461291757235 +0.5206398479603465 +0.5206146927429699 +0.5480002710684002 +0.30495076292813394 +0.3332966337461208 +0.22924948003241857 +0.2983485888858634 +0.20049442244423105 +0.21773351977923658 +0.1487465006897804 +0.18352106045057376 +0.12269889028966727 +0.1831556112208924 +0.12269889028966727 +0.18089883068675122 +0.19636622872001677 +0.237527323481663 +0.20908855651549393 +0.23171096279868225 +0.23158172428937873 +0.23151939589735696 +0.24072990029503008 +0.23471673247665598 +0.13284488073294864 +0.21990418199434378 +0.13284488073294864 +0.24667155379499933 +0.08856824209449758 +0.178372399440658 +0.14645618994310042 +0.1711671243108598 +0.1639207481324598 +0.17059117437065355 +0.16365530596353586 +0.15859394193511842 +0.1611736502978258 +0.15969522640803036 +0.1609988816209387 +0.16863368418933047 +0.16461993644200562 +0.171616175386516 +0.12696849107841013 +0.13564657859553553 +0.1275651215404478 +0.13911390224863757 +0.1277665891740686 +0.13974459776239048 +0.1280491082414146 +0.1394261779988556 +0.1103121192716149 +0.13374871108943046 +0.13143665908261942 +0.1686937316413952 +0.16363199839210799 +0.1618633994163381 +0.16317735029347955 +0.16709882748981347 +0.1629538346318127 +0.20033180153542976 +0.18518191076481777 +0.20413889785327743 +0.18529679554529274 +0.20055778362705395 +0.24953089022188882 +0.23724034791603402 +0.2396540468175411 +0.5216072181766481 +0.5212539137731022 +0.5210609068475593 +0.5403796955870743 +0.5162256735248208 +0.5207814596351534 +0.5208685486840745 +0.5209323202491617 +0.5481790625918156 +0.30513194549075523 +0.3327186718289194 +0.24950793908049226 +0.30288290627691633 +0.2453148482607413 +0.20464418564850373 +0.1487465006897804 +0.20598681460781218 +0.14684978409245877 +0.20724776193266786 +0.14684978409245877 +0.20610102685528664 +0.237041880429733 +0.24061162792443186 +0.2395959685570082 +0.5215218569621042 +0.5210980466943019 +0.5207883640655541 +0.5396548423085213 +0.5154465645307169 +0.5201468281424836 +0.5199336401435537 +0.5199992248598087 +0.5472979711189 +0.30432624166401295 +0.32126471249218386 +0.25910968936969236 +0.29753800643719336 +0.2452246893671828 +0.21633620124270758 +0.1487465006897804 +0.20295751188803182 +0.14684978409245877 +0.20793414651329833 +0.14684978409245877 +0.20713535936535926 +0.21118893878562467 +0.2671803445621742 +0.23893438619267032 +0.5205660595034047 +0.5200346680326057 +0.5537696963160146 +0.5820400732131384 +0.5660601055530529 +0.5849373490277673 +0.5923790247712708 +0.5927898385400364 +0.6167956574888237 +0.34885415636124656 +0.3206162588162644 +0.22924948003241857 +0.2827525988012679 +0.20049442244423105 +0.16484709655830804 +0.1567516579763046 +0.14684978409245877 +0.18860685670045946 +0.17379505800953518 +0.18764202686144082 +0.1877555526826404 +0.20881273734621608 +0.2105159573286015 +0.23994283132935557 +0.5201686852957836 +0.5504011126971174 +0.5561491671039628 +0.5858296359739638 +0.5659940600610474 +0.5753925608256103 +0.5724507479379805 +0.578146282216465 +0.6155832003503731 +0.3612145680786712 +0.2693339682977646 +0.22924948003241857 +0.3259694427285442 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.15893861980677942 +0.17217615095829414 +0.18656819081304568 +0.18697851150983813 +0.2085280736352526 +0.21082220386331338 +0.2382281322207238 +0.5432124646087738 +0.5518133272738109 +0.5574477429303907 +0.5774208329171319 +0.5572581947513294 +0.5702936253137535 +0.5764250571637433 +0.5774774095668443 +0.6068196686145731 +0.3638396901290552 +0.3047444286952301 +0.22924948003241857 +0.34350636758485337 +0.20049442244423105 +0.20262629661075696 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.16179004963773824 +0.14074074080515941 +0.20478954091382312 +0.23300083290619894 +0.2694885482644066 +0.2731622478408574 +0.2809889507669009 +0.2908691014506952 +0.20686053398119467 +0.13284488073294864 +0.2184880355134295 +0.13284488073294864 +0.23481069549069847 +0.08856824209449758 +0.12804174103585667 +0.12458064206939344 +0.1452999215953459 +0.13780497544157044 +0.16556338947123958 +0.16540225006407916 +0.16675918580551546 +0.16562752639131637 +0.16373393908701753 +0.16345595237474533 +0.1554197374443172 +0.164494541053585 +0.16276446839857078 +0.1281187407134504 +0.13095000603103593 +0.13158148881383633 +0.10329239726879999 +0.08856824209449758 +0.12472874780128776 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.09201437624336535 +0.1447352866378911 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14445156392366237 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.19233671585240392 +0.14684978409245877 +0.22125200502152287 +0.1702829101434167 +0.3199979057149585 +0.5711736032214957 +0.5681637172801923 +0.5766671928043478 +0.6011975894032495 +0.5782328156619209 +0.5907608914524403 +0.6004648950417599 +0.6022429129486997 +0.6376271921026925 +0.385991187907555 +0.26537473441810017 +0.22924948003241857 +0.34515538655131756 +0.20049442244423105 +0.1850177063546011 +0.1487465006897804 +0.17781160726731804 +0.14684978409245877 +0.14684978409245877 +0.21171473985131975 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3694076759447469 +0.631649919463161 +0.6758692236807211 +0.7058457002279728 +0.7314921211295256 +0.7100767143663247 +0.7405082280063634 +0.7494878960605508 +0.7296904530168837 +0.7488722990503349 +0.48985686557682434 +0.35885176661555923 +0.22924948003241857 +0.3575879095146917 +0.20049442244423105 +0.2573766487167586 +0.1487465006897804 +0.20535793381093984 +0.14684978409245877 +0.1674077041336935 +0.14684978409245877 +0.23178828286431064 +0.1683861935460951 +0.1702829101434167 +0.40197301350625425 +0.6519747049969221 +0.6785542811839544 +0.7038659598355159 +0.7253755980249906 +0.7028804351313779 +0.7258649865389689 +0.7525106922908141 +0.7438544674973272 +0.7606212914394415 +0.4908124098971092 +0.3691615417783575 +0.22924948003241857 +0.39056651846914875 +0.20049442244423105 +0.29362793939975224 +0.1487465006897804 +0.2243752046375838 +0.14684978409245877 +0.20619146565360452 +0.20647443601164112 +0.20486571329537936 +0.1683861935460951 +0.1702829101434167 +0.35974074116149707 +0.6031267166464678 +0.6205026677048607 +0.6371417909667142 +0.6533742223972937 +0.6360867041840532 +0.6694919667460604 +0.7064117403925679 +0.7065748781818656 +0.7318344028441571 +0.38854328961910706 +0.27972835388849293 +0.2412236484910709 +0.2876395459599515 +0.20049442244423105 +0.22302565428922985 +0.1985908667575046 +0.20455668039904387 +0.14684978409245877 +0.157129318368736 +0.14684978409245877 +0.20343686025225838 +0.1683861935460951 +0.1702829101434167 +0.3125027415997923 +0.5932026845608795 +0.5948921403050574 +0.6000611320359641 +0.6303806780184826 +0.6183978004414696 +0.622665058783651 +0.6234757266652734 +0.5803953011430192 +0.6020098804120255 +0.3565322791135557 +0.28188003196728456 +0.22924948003241857 +0.3089382537661515 +0.21571157220327292 +0.16484709655830804 +0.1487465006897804 +0.15025298886361474 +0.16480510473400592 +0.16372556117156536 +0.16266851369657756 +0.16283585494352656 +0.17194569558381556 +0.2014920519726816 +0.2183069559738828 +0.2310420869615236 +0.23097691421915184 +0.23097645877506742 +0.24026625541144997 +0.23292290495159904 +0.13552587146038914 +0.23259591022914874 +0.13284488073294864 +0.22665548740600353 +0.08856824209449758 +0.14396874960841377 +0.12458064206939344 +0.17281817128632046 +0.12458064206939344 +0.1755296576909738 +0.14690337705599602 +0.17370638774656055 +0.16213069395045795 +0.17363228660168217 +0.16192926620104317 +0.17416090574919804 +0.16537627799860258 +0.17506232382466203 +0.12765407086928396 +0.139697557566336 +0.12779976577636817 +0.13958742303520066 +0.12782649076351607 +0.13975306400074583 +0.12759984436288177 +0.14031507102067892 +0.1278651714602419 +0.14033536346483758 +0.12259608528501771 +0.13848154639304266 +0.16404586761357612 +0.17171556451036918 +0.16379689824130764 +0.16674697069547884 +0.1635453433604839 +0.19093151338770806 +0.18553452942775198 +0.1873684324564296 +0.1856780555219542 +0.19842969700761612 +0.2290276766662549 +0.2419750599675543 +0.2388966631796591 +0.5209912302805834 +0.5207914121997855 +0.5206171900861412 +0.53981871818816 +0.5156329849884163 +0.5203876896606143 +0.5202166078055236 +0.5202266476292535 +0.5473196296796348 +0.3041636521231828 +0.2718735510715923 +0.26170110606082503 +0.28006600771528123 +0.25457962846435106 +0.21088331235834024 +0.1487465006897804 +0.19883698696985405 +0.14684978409245877 +0.20161255585981253 +0.14684978409245877 +0.20773915775474366 +0.2377512948951226 +0.24918523190296313 +0.23857639420536603 +0.5203787240491047 +0.5199682230795203 +0.5509388180130537 +0.5733809851849734 +0.5523111482339257 +0.5591802696815469 +0.565653376505654 +0.5694629833557946 +0.5961741766395717 +0.34188442930230334 +0.2866558008526338 +0.22924948003241857 +0.2972883582883585 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.1700526483667538 +0.14684978409245877 +0.18861580101825012 +0.16696604040745006 +0.2088929590548322 +0.2108517235363839 +0.29317834974278917 +0.5832323065678174 +0.6055612822348372 +0.6166794783551378 +0.6527253669275958 +0.6502315505867096 +0.6755972353858238 +0.6742976828056693 +0.6585845129077916 +0.6776451413705379 +0.39621612138625695 +0.24738958583875278 +0.28689200862620984 +0.28443855827551096 +0.28662285542861254 +0.16484709655830804 +0.1487465006897804 +0.156834656991479 +0.14684978409245877 +0.17716546240306386 +0.14684978409245877 +0.18925974532701192 +0.1683861935460951 +0.22195409530311555 +0.2677835363030625 +0.5206465300760598 +0.5206265753210827 +0.5205502801958529 +0.5396934127492743 +0.5156143125525297 +0.5203416032997689 +0.5201572233754228 +0.5202367135444095 +0.5475197913465516 +0.30459273614512894 +0.289717467630292 +0.2500750516753034 +0.2886197253380232 +0.245057961397359 +0.21925036672089143 +0.1487465006897804 +0.19835582811480226 +0.15980292912714603 +0.1946403718032461 +0.1862853039177379 +0.19462316893991996 +0.258346474856933 +0.238514525759962 +0.2385552454120019 +0.5206387696108375 +0.520326062053777 +0.5202435877860745 +0.5393398458950995 +0.5151362121323045 +0.5199313854795359 +0.5199718458693658 +0.5198996182121391 +0.5472543078809702 +0.30423652598248646 +0.2810377092950524 +0.2609525981402882 +0.28215441438742733 +0.2723743128140656 +0.16484709655830804 +0.18288806927925422 +0.12269889028966727 +0.17493761269374386 +0.1421088649417783 +0.17340772274446772 +0.1618787665714418 +0.2036094986352499 +0.21394048940798552 +0.22145009210589392 +0.23122097350904056 +0.2310235491884085 +0.23091292306056652 +0.24030621762439242 +0.2276338752700118 +0.13284488073294864 +0.2210196411629436 +0.13284488073294864 +0.22104889292405777 +0.08856824209449758 +0.14482467479180947 +0.12458064206939344 +0.1714160958175665 +0.12458064206939344 +0.17810164442739804 +0.12458064206939344 +0.18294819811818142 +0.12269889028966727 +0.1831811535439852 +0.12269889028966727 +0.18282591419585634 +0.12614502443853504 +0.18327006938315735 +0.08856824209449758 +0.14828267382388208 +0.08856824209449758 +0.14280128094365382 +0.08856824209449758 +0.1485640579598212 +0.08856824209449758 +0.14931419918087077 +0.08856824209449758 +0.13920930006486246 +0.09201437624336535 +0.14379693201808452 +0.12458064206939344 +0.18535754091596968 +0.12458064206939344 +0.18498581320029378 +0.12458064206939344 +0.206472234915419 +0.14684978409245877 +0.2069164088897016 +0.14684978409245877 +0.2067959167489321 +0.23579015398843844 +0.24372452683309084 +0.2390367723971355 +0.5210203941101947 +0.5208379774582934 +0.520787385470033 +0.5396582402042759 +0.5154356833330653 +0.5201658289759084 +0.5203160617001933 +0.5203535271879188 +0.5475636419904698 +0.30444434575360635 +0.274089412223516 +0.2836662179370331 +0.2800544489448231 +0.2543022787784928 +0.1911847165894513 +0.1845120662143421 +0.18722693741007052 +0.1870357252161746 +0.19315754801764642 +0.18658247206521647 +0.19698570480833985 +0.25427246770703466 +0.2374429022086825 +0.2385568597871002 +0.5205748706047003 +0.5202141271007835 +0.5530191962630394 +0.5817759824951241 +0.5579246180737815 +0.5710745701952666 +0.5803076438718788 +0.5878348384523482 +0.6094076001353158 +0.3571167544201844 +0.28236210634887154 +0.19322211523992722 +0.34268259614390445 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.17891025277619324 +0.14684978409245877 +0.1993514286152787 +0.23409501540857602 +0.2324123032461008 +0.23826355484885914 +0.5203341641170341 +0.5527741770994699 +0.5625395374957883 +0.6024455032190897 +0.591070249548278 +0.6098516950885875 +0.6065839104677777 +0.6127264974816731 +0.6216782602088357 +0.3614349609586298 +0.29844311611141244 +0.19322211523992722 +0.31164054181718626 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.19231674380055352 +0.14684978409245877 +0.2209354103655593 +0.1702829101434167 +0.2703474702925569 +0.5563130953676928 +0.5607669960368518 +0.5694606395570798 +0.5894980068261113 +0.5699266831917298 +0.5750477011673089 +0.5798309277652265 +0.5854079544748346 +0.6231311305664641 +0.37226137740092624 +0.24430860352561712 +0.23748114362341743 +0.31437664622044936 +0.2596896351585184 +0.2198734963130194 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.17760590054052028 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.28324006939392493 +0.5706275887644405 +0.5749957788151615 +0.5790353335197836 +0.6005928640771659 +0.5800995944154217 +0.5916757679175232 +0.6030974465559878 +0.6071609457615185 +0.6367945946316471 +0.37941454717657586 +0.2748145835029817 +0.19322211523992722 +0.34189281045093955 +0.20049442244423105 +0.22290591415331887 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.2468863072298797 +0.16484709655830804 +0.2618183462343555 +0.26104305891525925 +0.2699620843809998 +0.2893071765988247 +0.31121615644171496 +0.16619608804405642 +0.20758682792394803 +0.1923968005176189 +0.18813631787796908 +0.13629101488181639 +0.08856824209449758 +0.09201437624336535 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.14266528417895194 +0.12269889028966727 +0.1576240971795886 +0.12614502443853504 +0.17724671789316923 +0.08856824209449758 +0.1403528428613956 +0.08856824209449758 +0.14044643765533596 +0.08856824209449758 +0.14078633693484024 +0.08856824209449758 +0.15622686807790467 +0.08856824209449758 +0.08856824209449758 +0.11160735551329054 +0.11934156680959056 +0.12986449695839872 +0.1648575487267091 +0.16476433719624425 +0.16476507796654408 +0.16443374313745768 +0.18697200654730176 +0.18712034965526037 +0.18909176149359158 +0.18701608091966643 +0.19680507653306814 +0.2356027643101448 +0.24385259133780385 +0.23837224238536486 +0.520220023203843 +0.5540340755217881 +0.5720475115662691 +0.6060619865395819 +0.5885971426582188 +0.6298296986187054 +0.6416043634570812 +0.6510526387025739 +0.6695733636730035 +0.3880860709278009 +0.3051428717116927 +0.19322211523992722 +0.3108172515858538 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.20330217082144747 +0.16762269273853256 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.19004496848712574 +0.28718896314806 +0.5649003953687174 +0.5621881829820679 +0.5629259891758814 +0.5863332497037809 +0.5549996566763691 +0.5622534219937119 +0.5632983251292706 +0.5599057640738347 +0.5839231671322418 +0.3198971750679607 +0.2860692863136823 +0.2106644728525004 +0.28898822908485605 +0.2452001700029887 +0.21899701252471204 +0.1487465006897804 +0.19834199547158154 +0.14684978409245877 +0.1978287295347555 +0.1692141131866826 +0.19776970387748 +0.26037681305433014 +0.2286330345487169 +0.23822018534397624 +0.5452168806541223 +0.5614531954389707 +0.5778174829430962 +0.6111791419348429 +0.5804538097666795 +0.573771652244534 +0.5836982697925203 +0.5847587499279414 +0.607620902364107 +0.35741686222254465 +0.30658896805733254 +0.19322211523992722 +0.3107119414440836 +0.20049442244423105 +0.16484709655830804 +0.15864601034363862 +0.15980865247940637 +0.18800292370712166 +0.18799580316017206 +0.1872990217410804 +0.1876304592873214 +0.2545891003679895 +0.22052888942869098 +0.23804226265763262 +0.5586141868643617 +0.5674490888077298 +0.5911718151094353 +0.6362432676131611 +0.6474633941675673 +0.7037346102666879 +0.710388828310579 +0.7160370981884786 +0.7431360065904763 +0.45388264069338047 +0.30418248035506434 +0.19322211523992722 +0.34604119663729127 +0.20049442244423105 +0.22152646968214867 +0.1487465006897804 +0.14684978409245877 +0.20393596970177472 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3233815384071077 +0.6246506642266927 +0.6482328784811427 +0.6546349344745438 +0.7065120330611174 +0.6970173612761498 +0.7055015059024455 +0.7069098673671731 +0.7074539956666605 +0.7337942387215186 +0.4523233662464194 +0.3130862293996478 +0.19322211523992722 +0.3242734261856991 +0.20049442244423105 +0.23010801036837225 +0.1487465006897804 +0.18079081321396842 +0.12269889028966727 +0.1347165440910406 +0.12269889028966727 +0.1798532241810226 +0.12813470387477593 +0.16484709655830804 +0.2576323385892277 +0.3496653932669887 +0.36520570668628694 +0.3765448085509443 +0.40088874064674845 +0.1848327133832868 +0.17617252589550003 +0.22977696714551707 +0.15806007081376763 +0.21230924128260759 +0.08856824209449758 +0.13884219679617665 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.14541913506323473 +0.11457843574413576 +0.114770279835106 +0.11077168265598973 +0.1452451405143462 +0.17612396981901238 +0.1194309759401025 +0.18516921749086868 +0.11609281375040612 +0.08855327727690211 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.17171498441806543 +0.14684978409245877 +0.19814736179426734 +0.1683861935460951 +0.22185247823839693 +0.2757739683512616 +0.5544460884402947 +0.5580169972564113 +0.5697260395705831 +0.6023475283526284 +0.5788297455936051 +0.5871419869188539 +0.5693392450351726 +0.5579780818006718 +0.5823606558754543 +0.3358450716892259 +0.2705850568135123 +0.20663053464569878 +0.27954316648928884 +0.2636186760629571 +0.1975053927617848 +0.1487465006897804 +0.1996847360745822 +0.14684978409245877 +0.19855218059621604 +0.14684978409245877 +0.19830625993775158 +0.1683861935460951 +0.2214055565803667 +0.23821609552471226 +0.5527718989318845 +0.5600332431302857 +0.560572858291922 +0.5882424661540057 +0.5692587650933927 +0.5825720293100282 +0.5886521943439622 +0.5996711992953582 +0.6310669852144892 +0.37446561050712707 +0.27385190050127334 +0.25207034813519 +0.31374881117118314 +0.2586446903199227 +0.19844166052638515 +0.1487465006897804 +0.14684978409245877 +0.203690271751193 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.21614605086090377 +0.29885377478723696 +0.5880545324524373 +0.5982536702196762 +0.6072718840954733 +0.6361187743375865 +0.6040117505897933 +0.6141883265687423 +0.618294454201081 +0.6025278095531643 +0.6309578876458928 +0.3811191243923894 +0.28196577104568676 +0.19322211523992722 +0.27483144800179266 +0.23576973071295 +0.16484709655830804 +0.1487465006897804 +0.17499878332341964 +0.14684978409245877 +0.1977376098067872 +0.14684978409245877 +0.19850349847854812 +0.1683861935460951 +0.22204734475135832 +0.24025213898065673 +0.5541711095527923 +0.552262858689675 +0.5559627967174485 +0.5822724961570186 +0.5669889382690327 +0.5810691593456057 +0.5757599637864897 +0.5743363355004818 +0.60112548155277 +0.3578600678521805 +0.28645029050276016 +0.19322211523992722 +0.3431011356862168 +0.20049442244423105 +0.22156951594385108 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.17747964370870475 +0.14684978409245877 +0.19971803691593998 +0.1683861935460951 +0.22226127428309808 +0.2381971697706572 +0.5330139266898132 +0.5430269381986376 +0.5504998582537075 +0.5724712606905508 +0.5510743506284554 +0.5581962199104641 +0.5666374020649614 +0.5756208419728152 +0.6166735747375914 +0.3880813062836583 +0.2576036331325012 +0.20984111118962825 +0.3144694855480402 +0.20049442244423105 +0.16484709655830804 +0.17395564212555353 +0.12269889028966727 +0.1737008626666247 +0.12269889028966727 +0.17454896486411806 +0.12269889028966727 +0.17919068379002379 +0.16484709655830804 +0.24027280243304275 +0.2689768269792426 +0.2648539846379569 +0.2649485260136791 +0.2754761145728863 +0.22893401783224965 +0.13284488073294864 +0.2359582055458496 +0.13284488073294864 +0.2393786244182275 +0.08856824209449758 +0.14739539724957965 +0.08855327727690211 +0.17519209366100716 +0.12458064206939344 +0.1728607819222703 +0.15406929711183637 +0.17081444872245605 +0.16232340511855134 +0.16334479246577158 +0.1617252019500977 +0.1551847859145162 +0.16472002793303758 +0.1635652449239965 +0.1273476453739776 +0.12492974132677988 +0.12725725332366122 +0.12894083998337602 +0.1275786720945587 +0.13354789162409658 +0.12769108182244857 +0.13581749041479768 +0.12810947624568164 +0.1362413662037137 +0.1315334068671899 +0.1362588360742122 +0.1280857359390687 +0.1723868130610669 +0.16386881414868015 +0.17208194629774032 +0.1636455289132613 +0.19414986753907038 +0.18586671402793248 +0.19742606247852998 +0.18573813392767505 +0.19754869910228906 +0.2554344406281569 +0.2402749580028775 +0.238502983303429 +0.5205202989910437 +0.5202242194733014 +0.5199419753132664 +0.5700930886236599 +0.5482057319756466 +0.5620005010712384 +0.5753330057996081 +0.576576516709096 +0.5974237959943747 +0.35186793071920924 +0.27436565755184117 +0.19322211523992722 +0.28243608360657846 +0.20049442244423105 +0.16484709655830804 +0.17155161034538596 +0.14684978409245877 +0.2001868504228088 +0.14684978409245877 +0.19892998413698068 +0.14684978409245877 +0.2201727751008718 +0.1702829101434167 +0.2706721964698628 +0.566125165100145 +0.5641912994468091 +0.5762254706150574 +0.5968520354794897 +0.581376901229397 +0.5919845351981569 +0.6047789536490854 +0.6496185203250744 +0.6979542419764857 +0.42296628548151133 +0.2687953276663538 +0.23722391336827325 +0.31455208636758303 +0.25854079161033433 +0.1886942148078051 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.19945392660854921 +0.1702829101434167 +0.2720347733542916 +0.5735909097532971 +0.5866164026542372 +0.6063562298135851 +0.6551861224418323 +0.6475339532944516 +0.6865852517574098 +0.7074580163834568 +0.7077437773139654 +0.7344566973344873 +0.4573061153793735 +0.3111041819770971 +0.19322211523992722 +0.3203180086903813 +0.20049442244423105 +0.24084783694497203 +0.1487465006897804 +0.2047978542879457 +0.14684978409245877 +0.16697184902927747 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3159272502767725 +0.6230892148842353 +0.6398139861714871 +0.6414898595898155 +0.6881890865248604 +0.6632983925235836 +0.6625198361070248 +0.6853010165844107 +0.7033359986220726 +0.736149678206818 +0.44051085760984765 +0.31142884316021285 +0.19322211523992722 +0.3193414306590743 +0.20049442244423105 +0.235673643038532 +0.1487465006897804 +0.20367711323131135 +0.14684978409245877 +0.17276548486780305 +0.14684978409245877 +0.20315550179987027 +0.1683861935460951 +0.13425554535092543 +0.26913714871009925 +0.5750782538006217 +0.5995144960100494 +0.6327037196000944 +0.6886335835719789 +0.6645800560543954 +0.7060456815195608 +0.7048222666907745 +0.7080697767017002 +0.7205961913604246 +0.4280996513154585 +0.30135782123217664 +0.19322211523992722 +0.3181338700406593 +0.24349354228539402 +0.22197915298544232 +0.1487465006897804 +0.17949608002692355 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.12881973176581674 +0.30371256454699463 +0.28238774342837714 +0.2991460185738075 +0.3115111276359929 +0.3310695404686655 +0.20076044864444267 +0.13284488073294864 +0.28129576244444654 +0.19581363423928044 +0.25759875231889195 +0.08856824209449758 +0.1478687148953002 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.16811383093684315 +0.12269889028966727 +0.17870531965522457 +0.08856824209449758 +0.1404451733800879 +0.08856824209449758 +0.14365429888325276 +0.08856824209449758 +0.1522425043258078 +0.08856824209449758 +0.16219615124884434 +0.1463395037530092 +0.15845530372968283 +0.08856824209449758 +0.09201437624336535 +0.14457774080527439 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.1891217204713113 +0.14684978409245877 +0.18843386614840382 +0.14684978409245877 +0.19866774849527155 +0.23534293545027327 +0.22202448716549567 +0.2690184340785042 +0.5633952336891674 +0.571575245003552 +0.5845093427937919 +0.6341300856125542 +0.6161162601774374 +0.653401544134679 +0.6873017209822229 +0.6804058694885553 +0.713700666347202 +0.40561016117708676 +0.30334557713895 +0.23372645885156754 +0.2875243451439903 +0.2879838486231278 +0.16484709655830804 +0.16367862117137505 +0.14684978409245877 +0.20353689011413834 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.2878716405749754 +0.5689929613144068 +0.5787228863878662 +0.5891267554747139 +0.5947664313545378 +0.5760051363988469 +0.5968446569962912 +0.6227419197796785 +0.5921655058816788 +0.6327628901320995 +0.3871340075453089 +0.30346808981505463 +0.19322211523992722 +0.3403779078430703 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.20359470513740352 +0.14684978409245877 +0.178287915641923 +0.14684978409245877 +0.2031496696471905 +0.1882513957795006 +0.1759088874052086 +0.27668304499790025 +0.5807133188009058 +0.5993121515111621 +0.6220556953048849 +0.6601154170796193 +0.656464569350991 +0.704630105542988 +0.7084665722347131 +0.7104750833663317 +0.7296319584001972 +0.4151602605540815 +0.2897725931519503 +0.19322211523992722 +0.2879988318661486 +0.20049442244423105 +0.22922586397485695 +0.1487465006897804 +0.20413573274390137 +0.14684978409245877 +0.15681783529643228 +0.14684978409245877 +0.20279246306650892 +0.1683861935460951 +0.13425554535092543 +0.29352730358865564 +0.5969030143073544 +0.6172931153784006 +0.6289173828337207 +0.6456426112901776 +0.6262526020772065 +0.6383227394650983 +0.6422149522102345 +0.6381322550843299 +0.6671618507024526 +0.4011951700120471 +0.28512774490665815 +0.19322211523992722 +0.3507730481234146 +0.20049442244423105 +0.16484709655830804 +0.2064349522232435 +0.14684978409245877 +0.14684978409245877 +0.20392206395856174 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.30891748504722044 +0.5968628009481958 +0.5997640455734652 +0.6001863495562291 +0.6163254386331016 +0.5973344656013245 +0.5980218355680328 +0.6045338301194924 +0.6016462161944766 +0.6304843902717184 +0.38200797297304767 +0.28485897742232913 +0.19322211523992722 +0.3448704862843275 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.1785902193855061 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.12881973176581674 +0.28846012443402647 +0.29011508251934087 +0.2946388212039199 +0.30168114557409964 +0.32012972150451996 +0.19543941673591364 +0.13284488073294864 +0.1991049952254593 +0.1839160642111216 +0.15195073387385247 +0.08856824209449758 +0.09201437624336535 +0.14450453679606182 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.17916149016995345 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.11286209542847496 +0.08856824209449758 +0.16260429970992715 +0.08856824209449758 +0.11430236193223714 +0.08856824209449758 +0.18536186272401117 +0.09201437624336535 +0.08855327727690211 +0.1451659248397169 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.27791945080358915 +0.16699342626476962 +0.28119976352040316 +0.5850729513637662 +0.6090069798694112 +0.6257501961810034 +0.6546572086079991 +0.6303495804459426 +0.6630218541774161 +0.6749459502539084 +0.6750998457955476 +0.7198963454509136 +0.4325270606629161 +0.3109836973323049 +0.19322211523992722 +0.3214061879061423 +0.20049442244423105 +0.22128564586943505 +0.20860996903629236 +0.156762044849417 +0.14684978409245877 +0.20288318193426422 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.30612521708558615 +0.6048120553155484 +0.6371355313503465 +0.6547552547039007 +0.699710335238921 +0.6690353812670058 +0.6983228942681587 +0.6983867240258367 +0.6972254086585125 +0.7271585109057618 +0.42933112380177346 +0.2876947139425057 +0.19322211523992722 +0.3180433485566224 +0.20049442244423105 +0.23457841290226233 +0.1487465006897804 +0.2119226987235621 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.3001722390552578 +0.5921910880468084 +0.6035358976911526 +0.613715229976403 +0.6416363126729631 +0.6353985281664639 +0.6917568305207119 +0.7051617049671125 +0.6993315181461275 +0.7150818723263921 +0.4437895686789416 +0.3077462905040366 +0.19322211523992722 +0.32000639317110374 +0.20049442244423105 +0.22205103264685785 +0.1487465006897804 +0.16688034826666898 +0.14684978409245877 +0.20314838654280123 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.2919330165952533 +0.5971494497173747 +0.6238167021339804 +0.6495936604563997 +0.6923470631605455 +0.6639990552933713 +0.7067562305113013 +0.7091258855237152 +0.7094101982174932 +0.7355971936744523 +0.44906573300071384 +0.3089149870040392 +0.19322211523992722 +0.32140628133102445 +0.20049442244423105 +0.2356729969409514 +0.1487465006897804 +0.20500829748512725 +0.14684978409245877 +0.16699650826320805 +0.14684978409245877 +0.20326447541885082 +0.1683861935460951 +0.13425554535092543 +0.32066977470393837 +0.6216859332039774 +0.6398003688453686 +0.6644737366897727 +0.7096472948646809 +0.6947248783236282 +0.7075728057329485 +0.7069711666214106 +0.7057874005634509 +0.7257826463798227 +0.4288997410163704 +0.29802537651710903 +0.19322211523992722 +0.32799336590638933 +0.20049442244423105 +0.2212689170853353 +0.1487465006897804 +0.16187294399496907 +0.12269889028966727 +0.14288105840413973 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.12881973176581674 +0.27846467926914403 +0.30950857563189205 +0.3116712829101818 +0.3254408674224312 +0.3450227831783099 +0.16256433920189411 +0.16288008496745368 +0.20445336736843497 +0.22399924411525146 +0.20346055372089938 +0.08856824209449758 +0.12400917346017018 +0.08855327727690211 +0.18164821037618023 +0.12458064206939344 +0.12458064206939344 +0.18072561313697608 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.15021239345162288 +0.16813373825858882 +0.1293139503803995 +0.128920106883745 +0.12957694608738748 +0.1435291630755882 +0.1262001482203376 +0.11447052214406936 +0.1208284883363531 +0.15426311270707918 +0.11448947085779698 +0.15571728908928034 +0.12077057072992783 +0.16584098151516774 +0.12056653767393842 +0.09866323472729281 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1742490682524688 +0.28089736101113477 +0.5761351838040673 +0.5861925113526514 +0.6019433462620859 +0.648686475037429 +0.6379849289441882 +0.6816428333192439 +0.7077995072324286 +0.7007088594758305 +0.7341225713651208 +0.4273430165284147 +0.3100104773644731 +0.19322211523992722 +0.32126841108942483 +0.20049442244423105 +0.23673453392424973 +0.1487465006897804 +0.2116234128024982 +0.14684978409245877 +0.1589320947546123 +0.14684978409245877 +0.2070786961310713 +0.1683861935460951 +0.13425554535092543 +0.32023943039526553 +0.6103642555584151 +0.6270326350825223 +0.6539744492932654 +0.6902858688918524 +0.6787798203103584 +0.6997451301733096 +0.7041425035488068 +0.704991233563915 +0.7319956556470801 +0.45606778095005374 +0.29947156083645343 +0.19322211523992722 +0.32027777793386997 +0.20049442244423105 +0.22796430515335028 +0.1487465006897804 +0.19458465035121955 +0.14684978409245877 +0.20419991207023763 +0.14684978409245877 +0.16701174674252944 +0.1683861935460951 +0.13425554535092543 +0.3503726510322569 +0.6424050724599307 +0.6784768259960727 +0.7058073506708312 +0.7332290276789198 +0.7171628296684012 +0.7631857375876315 +0.7757203048034733 +0.7816463492742687 +0.7842873046050342 +0.49351028307767386 +0.31590367105673595 +0.26163400486273536 +0.32922482905615047 +0.20049442244423105 +0.25250998245383044 +0.1487465006897804 +0.20756253282851184 +0.14684978409245877 +0.20555252161197113 +0.2065613593715534 +0.17734051879702858 +0.1683861935460951 +0.13425554535092543 +0.37079211731491085 +0.5999743671962267 +0.5960329267879658 +0.6006057215637146 +0.6300362706119416 +0.6126393674521954 +0.598390866059398 +0.598509457770825 +0.5961609900831977 +0.6229170905904667 +0.3779216086431449 +0.28134900345113123 +0.25259424642472555 +0.31403332280993335 +0.20049442244423105 +0.16484709655830804 +0.20495538785982123 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.20402769679368862 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.3094747480050128 +0.5971108632671955 +0.6039523910973804 +0.6093581979412473 +0.6299506527361599 +0.5979542500195374 +0.6206089487203136 +0.6198132197025022 +0.6450557478229899 +0.6988113318495105 +0.4296999863167336 +0.3038700037781159 +0.19322211523992722 +0.32048191248460395 +0.24266623401309106 +0.2199519138694097 +0.1617769387316034 +0.14720838156112923 +0.12269889028966727 +0.12269889028966727 +0.18015213333534946 +0.12269889028966727 +0.12813470387477593 +0.12881973176581674 +0.3014372212960436 +0.342694757961496 +0.3568670373566646 +0.378141552566132 +0.4006666751307224 +0.2236830418270527 +0.22608721042450014 +0.26880627415080977 +0.23685756172131905 +0.2728501715176077 +0.1885249655524638 +0.2230554001234787 +0.08855327727690211 +0.19281643274904464 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.17275958025688526 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.14557596578037973 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.16883297108375828 +0.1201684169508282 +0.14534307924423473 +0.20571568401172413 +0.17985139548244722 +0.24124292813191392 +0.18524326258235121 +0.21940652899079427 +0.10091851281397969 +0.1500665260010544 +0.17969999362222128 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.33579100794714806 +0.6323802202215512 +0.6367250283692858 +0.6621882816177467 +0.7018554120358416 +0.6894982814089724 +0.7066523299868471 +0.7073173167711655 +0.7083971429598062 +0.7353640381706348 +0.45642701809881436 +0.3176664756389428 +0.19322211523992722 +0.3217327875432991 +0.20049442244423105 +0.24023475517340404 +0.1487465006897804 +0.1769552719925059 +0.14684978409245877 +0.18782777432258374 +0.1691845506466977 +0.20273232747771774 +0.1683861935460951 +0.13425554535092543 +0.32775837859199997 +0.6319274097258657 +0.6525718148128229 +0.6723028628550545 +0.724959368947188 +0.7002683028498018 +0.7107720595048977 +0.7140698951236687 +0.7268953525579546 +0.7498255871209963 +0.48765847971011006 +0.3662723426878966 +0.19322211523992722 +0.38987710641071655 +0.20049442244423105 +0.2927665373741089 +0.1487465006897804 +0.21186894090269243 +0.14684978409245877 +0.2257543546587601 +0.14684978409245877 +0.20472338986152241 +0.1683861935460951 +0.13425554535092543 +0.39573309289781694 +0.6815484354123277 +0.691073133409535 +0.6902120235549185 +0.7151949679454319 +0.6989875379624337 +0.7053600438023516 +0.7059091811246003 +0.7058694269294657 +0.7332836558437807 +0.4426347274928172 +0.30356138638478036 +0.19322211523992722 +0.3268460069103705 +0.20049442244423105 +0.24219200201098756 +0.1487465006897804 +0.2038985424641234 +0.14684978409245877 +0.17295218037612886 +0.14684978409245877 +0.23345152790728171 +0.1683861935460951 +0.13425554535092543 +0.30390254366145864 +0.5924170662272888 +0.5951169232961151 +0.6003032994153215 +0.6256834072537654 +0.6189906373409902 +0.6674684144658147 +0.6795224995979832 +0.6815012075723326 +0.7158961092791944 +0.4218380760222126 +0.2901151810575402 +0.19322211523992722 +0.28872916794128506 +0.20049442244423105 +0.2248624685825707 +0.1487465006897804 +0.19379597648718547 +0.14684978409245877 +0.14684978409245877 +0.20373371193204953 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.3078127249058568 +0.6048361205826636 +0.6357676184665537 +0.6660449744209532 +0.7049973235929738 +0.6596313159852586 +0.6845528980289981 +0.7040568136760329 +0.7063666028109885 +0.728267447758505 +0.43200197075736513 +0.31876682812167856 +0.19322211523992722 +0.3198051109768413 +0.20049442244423105 +0.22229786656835748 +0.18097682390477085 +0.18006342545044302 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.17938030588726367 +0.12813470387477593 +0.12881973176581674 +0.29051634056185177 +0.31863670008281847 +0.3452846766768648 +0.3609494244619111 +0.371829072175767 +0.20209012427286213 +0.1424613057397553 +0.290359427716728 +0.19584956938165202 +0.2599178634530093 +0.08856824209449758 +0.17652870140488566 +0.1497978403649336 +0.12458064206939344 +0.13969530878771624 +0.12458064206939344 +0.18087331880145993 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.1845120173614337 +0.08856824209449758 +0.14895443721139312 +0.1510290508642936 +0.15567432481144708 +0.14668007663310975 +0.1557991794103321 +0.08856824209449758 +0.13925898059381064 +0.1455511744722861 +0.08855327727690211 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.32274259436674174 +0.6215563509759463 +0.638876362612751 +0.6519411810799121 +0.7019862902460323 +0.6770654963534146 +0.7050426189128278 +0.7077951086117984 +0.7092429893332112 +0.7374751755348032 +0.47800961974365724 +0.34222913873745825 +0.19322211523992722 +0.2889520914148129 +0.20049442244423105 +0.23753695064995106 +0.1487465006897804 +0.20477470467051948 +0.14684978409245877 +0.15705688757252423 +0.14684978409245877 +0.20295996826527057 +0.1683861935460951 +0.13425554535092543 +0.3273430490235284 +0.6521101594945543 +0.6901500055803061 +0.7011403104517931 +0.7247399053728831 +0.7006252378288628 +0.7118482675531638 +0.7225469149650591 +0.7296664564754364 +0.7530112527350563 +0.48886032751992314 +0.3755571721178066 +0.19322211523992722 +0.35908243586451444 +0.20049442244423105 +0.3351574058988418 +0.1487465006897804 +0.28980212903774855 +0.14684978409245877 +0.20539379027339585 +0.20579367265831944 +0.2050055039627762 +0.1683861935460951 +0.13425554535092543 +0.4133437838543571 +0.6848458604365918 +0.7039055511100696 +0.6362297642188227 +0.6587332092543321 +0.624006323537435 +0.6280512796638265 +0.6372006328625289 +0.6508828232494586 +0.6848530008320951 +0.4068149646915365 +0.2936916509356086 +0.19322211523992722 +0.2866433243490764 +0.20049442244423105 +0.24352831942407688 +0.1487465006897804 +0.20564121028254087 +0.15988319741503018 +0.20506321768415137 +0.14684978409245877 +0.16729962061401038 +0.1683861935460951 +0.13425554535092543 +0.32769411701937584 +0.6221753498706082 +0.640363710608747 +0.6703611581471929 +0.7246573204252044 +0.6995224259202303 +0.7063982425193948 +0.7072699698171313 +0.7061977585887368 +0.7235190871210642 +0.4276451128802472 +0.2907096329001334 +0.19322211523992722 +0.28320790153608827 +0.20049442244423105 +0.24776658712078958 +0.1487465006897804 +0.20446759931616726 +0.14684978409245877 +0.21951182629745686 +0.14684978409245877 +0.16745772203728157 +0.1683861935460951 +0.13425554535092543 +0.34790237882506997 +0.63649891340929 +0.6667906228718304 +0.7065355939382572 +0.7359195738649214 +0.7117990564638288 +0.7284371150592833 +0.7435032075495137 +0.7385644731382726 +0.7665612313211159 +0.4929444994701707 +0.3807310833373235 +0.19322211523992722 +0.3637385606383058 +0.20049442244423105 +0.3392407470520768 +0.1487465006897804 +0.1796565357689281 +0.1547514450594304 +0.180407423747089 +0.12269889028966727 +0.18025485701650185 +0.12813470387477593 +0.12881973176581674 +0.2812202110466018 +0.3477701527616243 +0.37084839366010053 +0.38372684593659767 +0.4097666317751283 +0.2593115589566561 +0.13284488073294864 +0.3229400626184372 +0.13284488073294864 +0.32594254346262247 +0.08856824209449758 +0.2746445821499377 +0.08855327727690211 +0.15584477215720488 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.15597982054994175 +0.12269889028966727 +0.14081989116056842 +0.18384458361145092 +0.12269889028966727 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.18069886405409388 +0.08856824209449758 +0.08856824209449758 +0.14500270568897994 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.16183840091192445 +0.09201437624336535 +0.08855327727690211 +0.08855327727690211 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.17715611754032218 +0.14684978409245877 +0.14684978409245877 +0.20253953547664044 +0.1722165263730081 +0.1683861935460951 +0.13425554535092543 +0.4228097413103826 +0.7047338058275328 +0.6720809118356551 +0.6849259972195495 +0.722384593844486 +0.6850094284025223 +0.6935052000946316 +0.6818804740038701 +0.6871364723991474 +0.7335046470796576 +0.43483865340577377 +0.2637053767756039 +0.22317549775295314 +0.2725398560099835 +0.25986893904870123 +0.22092332593857772 +0.1487465006897804 +0.14684978409245877 +0.20408470072452473 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.33713243770440426 +0.6230546738405641 +0.6426247716660459 +0.6689100840323735 +0.7255268555188447 +0.7009205937227335 +0.7091059114377852 +0.7106184047695705 +0.7106710377140024 +0.7382337722070389 +0.47420082537728 +0.3237934326739297 +0.19322211523992722 +0.28836542395310644 +0.20049442244423105 +0.23651886972540892 +0.1487465006897804 +0.20522959478130115 +0.14684978409245877 +0.15712624975530418 +0.14684978409245877 +0.2042675224903085 +0.1683861935460951 +0.13425554535092543 +0.3709369006085688 +0.6648971171546187 +0.6777024960982113 +0.6996827573005254 +0.7265610004855955 +0.7017773309856087 +0.7114257772980731 +0.7152409259656253 +0.7163928553310074 +0.7519792324769932 +0.4896632315738862 +0.3745351798053912 +0.21246766978887166 +0.3618247275069225 +0.20049442244423105 +0.2961942181065172 +0.1487465006897804 +0.2312491847373446 +0.14684978409245877 +0.20556458947416462 +0.14684978409245877 +0.21991565481816946 +0.1683861935460951 +0.13425554535092543 +0.3999076700404071 +0.6870212015096573 +0.7003340580723281 +0.7057937413009886 +0.7280396363654266 +0.7073502924901225 +0.749443553578463 +0.7619813530469379 +0.7624998207020284 +0.7982333759219118 +0.5095194774545151 +0.3981013356673276 +0.19322211523992722 +0.3870109137152559 +0.20049442244423105 +0.36427822721188796 +0.1487465006897804 +0.25710881474185415 +0.2042618066759966 +0.2504758995273971 +0.14684978409245877 +0.21726182146356224 +0.1683861935460951 +0.13425554535092543 +0.4282064492082078 +0.7117378943909533 +0.7425521369568784 +0.7605688057568262 +0.7891571427748113 +0.7592171645303675 +0.7876696978442056 +0.7851839959135964 +0.7719886167349936 +0.7775976496328021 +0.4900774762193545 +0.36483476960213035 +0.19322211523992722 +0.3610155522113727 +0.20049442244423105 +0.28165635937621136 +0.22206523215145538 +0.19044240228715473 +0.12269889028966727 +0.18215076257751106 +0.12269889028966727 +0.18096410129056603 +0.12813470387477593 +0.12881973176581674 +0.23600339084730068 +0.3252288630791869 +0.33536787380139665 +0.34545929974266065 +0.37214058505967335 +0.20865899517373027 +0.161537144008371 +0.2832662740003074 +0.22165493818752346 +0.2479831331644466 +0.08856824209449758 +0.18335509069718878 +0.13483361611915556 +0.14559498427603204 +0.1831124304907177 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.14262815479881022 +0.12269889028966727 +0.12269889028966727 +0.1790875168845948 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.17622167523105342 +0.08856824209449758 +0.18334815988233188 +0.08856824209449758 +0.18488241263445432 +0.08856824209449758 +0.24462797309569762 +0.08856824209449758 +0.2173751416175914 +0.1283685335426122 +0.10495074622178657 +0.146135770440265 +0.12458064206939344 +0.18302849232545093 +0.12458064206939344 +0.1568058223013721 +0.14684978409245877 +0.17749113930512034 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.360179193684313 +0.635044101805945 +0.6467192970282238 +0.6574902140268211 +0.694666266270949 +0.6666580332404644 +0.7060649632659174 +0.7088406086403688 +0.7089402795819479 +0.7373700182621605 +0.474641309790535 +0.33743797640043943 +0.22666019729976788 +0.30797358800782404 +0.20049442244423105 +0.25440684453331075 +0.1487465006897804 +0.20468450941002364 +0.14684978409245877 +0.18286237021663018 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.31644194907354883 +0.6284572869871643 +0.6557125775596975 +0.7003118323233111 +0.728695635349935 +0.7042128043368298 +0.7144095879176139 +0.7265685737324774 +0.7359742669715336 +0.7684077982032229 +0.49407661757257515 +0.3839493134422737 +0.19322211523992722 +0.37911942046314057 +0.20049442244423105 +0.2968136494746645 +0.1487465006897804 +0.20481023434278137 +0.20777301207463703 +0.20467364507664534 +0.14684978409245877 +0.20503180371854204 +0.1683861935460951 +0.13425554535092543 +0.36980383246543713 +0.664335586633068 +0.6804220675986403 +0.7045908112558978 +0.7277004313980834 +0.7050389548931412 +0.7111535418102152 +0.7198889975495095 +0.7276942938969972 +0.7552460270468359 +0.4903641889742174 +0.32236290732884776 +0.19322211523992722 +0.35158400217683716 +0.20049442244423105 +0.28058497671909494 +0.1487465006897804 +0.21199623705603907 +0.2143749185277394 +0.20951153216307003 +0.14684978409245877 +0.20884311802059263 +0.1683861935460951 +0.13425554535092543 +0.42730708976267545 +0.7180404028916981 +0.7101563102520821 +0.7165597470789596 +0.7469274525980817 +0.717473079990902 +0.7442646862924539 +0.7493140091435878 +0.7233062443508558 +0.7633755696564353 +0.4905085946332166 +0.3585256655915807 +0.19322211523992722 +0.31922682655675355 +0.20049442244423105 +0.2598531788374165 +0.1487465006897804 +0.20742588783107183 +0.14684978409245877 +0.21979309417445794 +0.14684978409245877 +0.16751206512279415 +0.1683861935460951 +0.13425554535092543 +0.34315565606622334 +0.6344751883757093 +0.6560788809461836 +0.6913153644204826 +0.7258069547485531 +0.7008806678896916 +0.7094016485725445 +0.7093490393947078 +0.7093093023263163 +0.7360599225363101 +0.46388153382562586 +0.3203388951275748 +0.19322211523992722 +0.31830252114711055 +0.20049442244423105 +0.24316542219865783 +0.1487465006897804 +0.1804029112562954 +0.12269889028966727 +0.18073233630837338 +0.13581172509542838 +0.16979787508329933 +0.12813470387477593 +0.12881973176581674 +0.2561663070410204 +0.3388841747232161 +0.3498595188205818 +0.3588712995789244 +0.3960348820628048 +0.27988057109589076 +0.1605709478399659 +0.32280469674862844 +0.16885345585582842 +0.32346637862849276 +0.113412346024722 +0.26695723511695485 +0.10499873708959037 +0.23273414098907158 +0.12458064206939344 +0.14239514313369026 +0.12458064206939344 +0.1790444175963224 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.19571287151369146 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.21926253197505147 +0.12202040342646907 +0.26908474818175265 +0.1559784673934439 +0.27775823221404516 +0.16295976854549973 +0.28035254831148126 +0.17153835453858296 +0.2843674276307047 +0.1675453934555261 +0.2681346864368986 +0.15562454345952564 +0.21184373724397193 +0.19155210466592884 +0.16203729119437824 +0.2216516774105168 +0.1812023195123641 +0.1717118970499101 +0.2571136842222283 +0.2428387467083241 +0.1683861935460951 +0.13425554535092543 +0.43097195836147095 +0.7192871415555379 +0.7597118469099582 +0.7943381006696655 +0.8479414952762784 +0.8213605890452852 +0.8561358797668771 +0.8666074245344462 +0.8577045442944351 +0.8776878633586565 +0.5303926335784888 +0.3938612709258105 +0.19322211523992722 +0.38054119562170724 +0.20049442244423105 +0.36172078495320575 +0.1487465006897804 +0.20873144162270832 +0.20074817847590265 +0.20581918806046162 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.3059206521630592 +0.588903270157361 +0.5922498737693146 +0.6010831966458329 +0.6245693699942777 +0.5993079402724377 +0.6233659823666341 +0.6313615438416984 +0.6344552232348524 +0.6719511248959263 +0.419782027992048 +0.3000357927180174 +0.2180386129950898 +0.2820832763167867 +0.20049442244423105 +0.22574855046387113 +0.1487465006897804 +0.16701739335311125 +0.14684978409245877 +0.14684978409245877 +0.17546096262520083 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.3156460075221363 +0.6063347360239615 +0.6139976488469704 +0.6307533951625797 +0.6668421844547258 +0.6467923977546106 +0.6789195559634686 +0.70227806867753 +0.7072859114275908 +0.7361888186573629 +0.4730430560216482 +0.329049660640536 +0.19322211523992722 +0.2895907339346612 +0.20049442244423105 +0.243954720096054 +0.1487465006897804 +0.20541894105922656 +0.14684978409245877 +0.20471726953073993 +0.14684978409245877 +0.18257333854841964 +0.1683861935460951 +0.13425554535092543 +0.3397084659174866 +0.6365624999431386 +0.6550383807743472 +0.6991116990413663 +0.7261212778163169 +0.7021665448566226 +0.7106419220829666 +0.7116676631637932 +0.7101042972866092 +0.739476854994651 +0.4717426013791747 +0.35484583759056415 +0.19322211523992722 +0.32026067035667255 +0.20049442244423105 +0.2571046450167701 +0.1487465006897804 +0.2044867951331719 +0.14684978409245877 +0.2252062612586612 +0.14684978409245877 +0.20460042627930372 +0.1683861935460951 +0.13425554535092543 +0.3538187807164818 +0.6640570237481213 +0.6835394921401562 +0.6981421711722264 +0.727930718726682 +0.7060329958022913 +0.7138923770791407 +0.7354219073788775 +0.7317351191522482 +0.7663502265217192 +0.4895510965207312 +0.37176039000067596 +0.19322211523992722 +0.3681826493330603 +0.20049442244423105 +0.2919708055898594 +0.22212196975229945 +0.19556030419055664 +0.12269889028966727 +0.18229665811847462 +0.1337770472415213 +0.18307288027973997 +0.12813470387477593 +0.12881973176581674 +0.2833047920213662 +0.4322711839508295 +0.4477498509938503 +0.4544528769498833 +0.46685865369191726 +0.30760641343110284 +0.13284488073294864 +0.3867450786901997 +0.13284488073294864 +0.356636971050751 +0.08856824209449758 +0.3314741302971301 +0.08855327727690211 +0.29569602312265875 +0.12458064206939344 +0.21436137824880366 +0.12458064206939344 +0.2811385098224528 +0.12269889028966727 +0.1487098726638441 +0.12269889028966727 +0.1900314794664823 +0.12614502443853504 +0.2641947104744969 +0.08856824209449758 +0.08856824209449758 +0.3298597512197989 +0.08856824209449758 +0.30172010834016394 +0.08856824209449758 +0.2997617136515089 +0.08856824209449758 +0.31003727735952036 +0.08856824209449758 +0.2950158252272363 +0.08855327727690211 +0.290278944344735 +0.08855327727690211 +0.13585830580202568 +0.12458064206939344 +0.21874425015492305 +0.14684978409245877 +0.21636726608065607 +0.14684978409245877 +0.19154106135132545 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.4216202386845494 +0.7049066189957954 +0.7060446948436694 +0.7057982086977419 +0.7462545554233725 +0.7449120449877525 +0.7740433412894305 +0.7772309446390974 +0.781430702052534 +0.8079281298696864 +0.5012739896473626 +0.39284223499332926 +0.19322211523992722 +0.394353525143481 +0.20049442244423105 +0.3522373383230791 +0.1487465006897804 +0.22958602794125613 +0.2056133054569326 +0.20540211428200061 +0.20667355900635914 +0.20432532357356864 +0.1683861935460951 +0.13425554535092543 +0.3883270201092539 +0.7020050595589574 +0.706434528647579 +0.7327409716321993 +0.7770617731699592 +0.7587216857729376 +0.7842288430452725 +0.7824313920856851 +0.7858269008614135 +0.8289776058275932 +0.5263117741967156 +0.40402318553795824 +0.19322211523992722 +0.391360317043607 +0.20049442244423105 +0.3546004401260041 +0.1487465006897804 +0.28838474294563354 +0.14684978409245877 +0.22741549830824384 +0.14684978409245877 +0.20659168773032427 +0.1683861935460951 +0.13425554535092543 +0.42350995980492623 +0.70901167372272 +0.7175240162996431 +0.7298727942589293 +0.7588116732113767 +0.7227246875777303 +0.7398244443666024 +0.7603760756132281 +0.7783789244783258 +0.8112110609946439 +0.5184829507174362 +0.38610486501923735 +0.19322211523992722 +0.3735424108503292 +0.25518853602343966 +0.33096339637210703 +0.1487465006897804 +0.2857226298370459 +0.14684978409245877 +0.20663706204306806 +0.14684978409245877 +0.20545014483588925 +0.1683861935460951 +0.13425554535092543 +0.3631589543530141 +0.6504989871385275 +0.6881837930111132 +0.70656538277953 +0.7293245160568761 +0.7031353922295797 +0.716815125368544 +0.7194884334268049 +0.7186576386699836 +0.7466528571876104 +0.4889694154537981 +0.37333701502078204 +0.19322211523992722 +0.3679481890765797 +0.20049442244423105 +0.25612457433135927 +0.20711041061694893 +0.2057681793313892 +0.14684978409245877 +0.20564031820294681 +0.20678471896769068 +0.20478342789894646 +0.1683861935460951 +0.13425554535092543 +0.35336120053852227 +0.6479703110882276 +0.6628421667196922 +0.7027167139087005 +0.7270666863426498 +0.7024186419320396 +0.71246850853608 +0.7154251755868194 +0.7214846921503543 +0.7536951153208603 +0.4912808597052258 +0.37765756649116344 +0.19322211523992722 +0.3702257848469813 +0.20049442244423105 +0.29623728196178445 +0.1487465006897804 +0.18871082723246382 +0.12269889028966727 +0.18120084019267255 +0.14876597518464407 +0.18090458562224224 +0.12813470387477593 +0.12881973176581674 +0.23669635250769314 +0.36349536159112045 +0.3813940190480033 +0.3935908704863355 +0.4171048307192813 +0.28919471099513533 +0.1833730002099981 +0.338080244538119 +0.16755339919871723 +0.34038034965350006 +0.12066592727375865 +0.28620327485072866 +0.08855327727690211 +0.2653971241473645 +0.12458064206939344 +0.18203570260471044 +0.12458064206939344 +0.1329157073942136 +0.18058569637907695 +0.1782590768873094 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.1850313478399273 +0.13488383445314633 +0.2107594479242595 +0.20781961446369512 +0.2189681007420445 +0.22483717699329658 +0.22811066643614838 +0.23146072061397271 +0.23362129276500854 +0.2234003617191807 +0.2220194139147863 +0.1978946352427559 +0.23288228072061903 +0.16461043670575043 +0.17338809192256766 +0.14684978409245877 +0.293804963308188 +0.14684978409245877 +0.17228705740038502 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.4275042621496161 +0.7128084790170403 +0.7279320793226294 +0.7402123433090988 +0.7771484694941282 +0.7605482427204103 +0.8211763075320069 +0.8383631736812666 +0.8419553814732539 +0.8819489758620157 +0.5601728881714593 +0.39445428305616465 +0.19322211523992722 +0.3936764497327783 +0.20049442244423105 +0.3705206128532514 +0.1487465006897804 +0.2814532780529897 +0.1806651086519562 +0.22040272027640387 +0.14684978409245877 +0.2501418517815165 +0.1683861935460951 +0.13425554535092543 +0.46697889811703297 +0.773714110510006 +0.8291605850981374 +0.8692930940674727 +0.9365212711199133 +0.9107020871524004 +1.0 +0.9270770140707073 +0.9098555889169335 +0.9380110377213853 +0.6305197603827393 +0.43308763120377736 +0.19322211523992722 +0.4193047059052939 +0.20049442244423105 +0.3822309022915416 +0.1487465006897804 +0.3115452509475884 +0.14684978409245877 +0.23190923340002118 +0.14684978409245877 +0.20718191736488076 +0.1683861935460951 +0.13425554535092543 +0.4216991820894903 +0.7045589030215642 +0.7099722867867723 +0.7414812737956471 +0.7759267216452712 +0.7385792577209721 +0.783410156763655 +0.799864704342007 +0.8141234801058618 +0.8265596677729374 +0.520978518711336 +0.3862092848215891 +0.19322211523992722 +0.38281916833595964 +0.20049442244423105 +0.3335496416403661 +0.1487465006897804 +0.24587025331013684 +0.21263379462206758 +0.2105553676539083 +0.2132460143780384 +0.2098858118779774 +0.1683861935460951 +0.13425554535092543 +0.43369316235589433 +0.7193481346049267 +0.7483961668559781 +0.7790490256910366 +0.8256882029045408 +0.7852046897992776 +0.8213228507585641 +0.8328630264765775 +0.8240945162030028 +0.8731954788084957 +0.5431536594487725 +0.3994484754257106 +0.19322211523992722 +0.4062177178907199 +0.20049442244423105 +0.3738560195791993 +0.1487465006897804 +0.2458061529913784 +0.19117582972598987 +0.21702504379980767 +0.14684978409245877 +0.23224951887922388 +0.1683861935460951 +0.13425554535092543 +0.42393991892620964 +0.7001537897053728 +0.7061311082497892 +0.7129494138190955 +0.7486097853235966 +0.7157129492983089 +0.7444261442693929 +0.7495917083147728 +0.7568277471208077 +0.7840493717387776 +0.49473202259696825 +0.38847405493766013 +0.19322211523992722 +0.37839877077817846 +0.20049442244423105 +0.35170028551622545 +0.1487465006897804 +0.19865541114883786 +0.12269889028966727 +0.18190982864269992 +0.17172438320921773 +0.18189547457742924 +0.12813470387477593 +0.12881973176581674 +0.2265005373722004 +0.412877414943473 +0.41409603289283525 +0.41448325662146324 +0.4251527427216647 +0.2574280135054933 +0.13284488073294864 +0.3420136105840683 +0.13284488073294864 +0.33823439933838256 +0.08856824209449758 +0.2883513274773944 +0.08855327727690211 +0.21933954058097002 +0.12458064206939344 +0.18558558312600615 +0.17720139999019238 +0.18284753578967683 +0.12269889028966727 +0.14412141827271385 +0.12269889028966727 +0.18294548902520966 +0.15491179220476395 +0.13834362794029595 +0.08856824209449758 +0.08856824209449758 +0.2119510677920261 +0.1754109396804104 +0.19398868347490705 +0.1442738591537116 +0.24295212679103698 +0.12266704549413676 +0.2919786688118815 +0.12930836934363732 +0.291008330318186 +0.12657982006718255 +0.2807708028857051 +0.08855327727690211 +0.25277631023507435 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.23771903952254103 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.37018752806297117 +0.6990248769238809 +0.7062353979076149 +0.7200758566252919 +0.7629008012588425 +0.7511190832965657 +0.7732482297948657 +0.7936870377360135 +0.8107132937887107 +0.8333394279219815 +0.5146351673520853 +0.4025221854561538 +0.19322211523992722 +0.38794481540120473 +0.20049442244423105 +0.35494087912950056 +0.1487465006897804 +0.2650333187361147 +0.14684978409245877 +0.20598508989177675 +0.15778808107774375 +0.2060316453835805 +0.1683861935460951 +0.13425554535092543 +0.42243101905507824 +0.710305626305414 +0.7140526779061 +0.7434178851121457 +0.778725119668736 +0.7393400472499883 +0.7783226123513824 +0.8085492483276194 +0.7999926764483264 +0.8407935688256591 +0.5213733131821666 +0.3935307661481446 +0.19322211523992722 +0.4047305789821835 +0.20049442244423105 +0.36842987576980146 +0.1487465006897804 +0.32458044007366565 +0.14684978409245877 +0.22490096932175505 +0.14684978409245877 +0.20770013667746354 +0.1683861935460951 +0.13425554535092543 +0.4250827872606059 +0.7084412592164621 +0.7256673980119378 +0.765641776219459 +0.8017529142876405 +0.779111773107027 +0.7861016475251852 +0.7880350944260648 +0.8123978591294535 +0.8679769978667874 +0.5451813172774402 +0.38415852002628004 +0.19322211523992722 +0.37992168628941947 +0.20049442244423105 +0.3100985818891932 +0.1487465006897804 +0.2077477823160175 +0.169263232146439 +0.20665707286775672 +0.14684978409245877 +0.20536406005192054 +0.1683861935460951 +0.13425554535092543 +0.35863992044487025 +0.6545339006569958 +0.697186123146213 +0.7086206790964278 +0.7316170147522818 +0.7062770957219562 +0.7272918757566137 +0.7425346882579041 +0.7403725637164167 +0.7718063008279836 +0.4921167200720988 +0.3867517855470928 +0.19322211523992722 +0.38652177559673473 +0.20049442244423105 +0.3503983146561183 +0.1487465006897804 +0.23183422834467765 +0.14684978409245877 +0.20506121852404097 +0.14684978409245877 +0.2049245689986782 +0.1683861935460951 +0.13425554535092543 +0.3617989945140878 +0.6874593965524924 +0.7049213479536801 +0.7090599107994875 +0.7338548162732144 +0.7104741140224418 +0.7411366491415182 +0.7417200951591333 +0.7535431543664367 +0.7681259241137828 +0.4893738905414292 +0.37680264766728605 +0.19322211523992722 +0.37384615190359655 +0.20049442244423105 +0.3255378981322169 +0.1487465006897804 +0.2094278038497871 +0.12269889028966727 +0.18197315235322212 +0.12269889028966727 +0.18356131296756834 +0.12813470387477593 +0.12881973176581674 +0.28398896009872826 +0.4277377357012441 +0.4274574492988147 +0.4367701039120745 +0.45078161990058035 +0.22191436810666218 +0.2929139161976635 +0.3033696631535337 +0.3342321275839225 +0.2973871532205109 +0.26389215453039494 +0.25158907704373146 +0.24785179748468905 +0.22801285774841498 +0.14096166838325708 +0.19758271035761302 +0.12458064206939344 +0.1759343000941156 +0.12269889028966727 +0.1439888825736627 +0.12269889028966727 +0.1811569014473348 +0.1491127825224353 +0.10687742695201402 +0.08856824209449758 +0.08856824209449758 +0.296685276250656 +0.08856824209449758 +0.2920359669206671 +0.08856824209449758 +0.2908082766479975 +0.08856824209449758 +0.29198731319509313 +0.08856824209449758 +0.29219254009805734 +0.14157885199388293 +0.23970407276299052 +0.08855327727690211 +0.1575363903584667 +0.12458064206939344 +0.15960232587815953 +0.14684978409245877 +0.21978954218048874 +0.14684978409245877 +0.15568613328007566 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.39733246834053365 +0.7087858187568209 +0.7150009476071294 +0.7476161432354094 +0.8084097560613162 +0.7702064329074059 +0.8060525658338703 +0.8252826559095092 +0.8288225296719391 +0.8555667868860184 +0.5552261757632839 +0.41813193068688753 +0.19322211523992722 +0.40311753760206454 +0.20049442244423105 +0.36845973978969004 +0.1487465006897804 +0.28463737473761996 +0.14684978409245877 +0.22801440233041273 +0.14684978409245877 +0.20661673041179965 +0.1683861935460951 +0.13425554535092543 +0.4291168925902993 +0.7178944396225643 +0.7338057748724769 +0.7695013057887867 +0.8331089850256227 +0.8102154953518849 +0.8550796393642588 +0.870683724028236 +0.8544786215012823 +0.8645166260885285 +0.5763073655363956 +0.4294689210798902 +0.19322211523992722 +0.4157096799238092 +0.20049442244423105 +0.3576821052877325 +0.1487465006897804 +0.26108936885453965 +0.14684978409245877 +0.20565800969515108 +0.14684978409245877 +0.21990605721176198 +0.1683861935460951 +0.13425554535092543 +0.38650887690403046 +0.6908427935616205 +0.7060607939034594 +0.7136471947595397 +0.7487141976524885 +0.72459327472861 +0.7468044267281087 +0.7444126804263108 +0.7506721834668441 +0.773600083577796 +0.4923506036623583 +0.37775889228191684 +0.19322211523992722 +0.3795611777446454 +0.20049442244423105 +0.3116938372681818 +0.1487465006897804 +0.23440701959536236 +0.14684978409245877 +0.20599841749694997 +0.20577336319726824 +0.2051420690071577 +0.1683861935460951 +0.13425554535092543 +0.36559583451542493 +0.6998343994306108 +0.7080248105961295 +0.7269588282736844 +0.7653653078512244 +0.7471072282191955 +0.7877224646848948 +0.7901909050602878 +0.7888205227138086 +0.8186564834479206 +0.5284209796747963 +0.408389150971316 +0.19322211523992722 +0.3913016715663769 +0.20049442244423105 +0.35733589582878045 +0.1487465006897804 +0.24673978366097923 +0.14684978409245877 +0.21741160634756754 +0.14684978409245877 +0.21406716239223683 +0.1683861935460951 +0.13425554535092543 +0.41325605903827256 +0.7071046991681778 +0.712980546855788 +0.7433301759529664 +0.7969440770614935 +0.767210386761234 +0.8084581306632257 +0.8402161033378185 +0.8466719562396396 +0.8540939106241702 +0.5299081895386611 +0.4122074753803605 +0.19322211523992722 +0.4083961952534371 +0.20049442244423105 +0.37447521220592045 +0.1487465006897804 +0.3242382970383389 +0.12269889028966727 +0.20479600150001612 +0.20065485070311975 +0.20435063722400318 +0.12813470387477593 +0.12881973176581674 +0.3464904536633841 +0.4349339343860836 +0.4434144717671538 +0.4440014991069884 +0.4584058231529454 +0.25614307891071114 +0.1756666825478818 +0.38160104663281186 +0.19912071298902093 +0.4202858610280876 +0.15014534229407794 +0.3210856725652495 +0.08855327727690211 +0.2988647445702136 +0.12458064206939344 +0.3343560832699675 +0.12458064206939344 +0.2751470821307191 +0.12269889028966727 +0.27935617240530114 +0.12269889028966727 +0.1579670800110757 +0.12614502443853504 +0.24908081268448123 +0.08856824209449758 +0.08856824209449758 +0.3247473159328674 +0.08856824209449758 +0.31437289192970985 +0.08856824209449758 +0.3208839969276873 +0.08856824209449758 +0.3193570469266287 +0.08856824209449758 +0.32605904408404035 +0.08855327727690211 +0.31173630880468955 +0.08855327727690211 +0.3291671154323943 +0.12458064206939344 +0.2234399739941622 +0.14684978409245877 +0.3026397367725291 +0.14684978409245877 +0.26503304231597374 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.477885087859835 +0.7565828356926385 +0.7992148264365795 +0.8026490433000619 +0.8440714778187723 +0.8210853451427059 +0.8624332282066223 +0.8670051314566053 +0.8215541856915595 +0.8314947466885223 +0.5356310660747113 +0.404430878095902 +0.19322211523992722 +0.4118794267085241 +0.20049442244423105 +0.37557040860599167 +0.1487465006897804 +0.2804950322185124 +0.20808904611365342 +0.2311142527677905 +0.14684978409245877 +0.21660497123626027 +0.1683861935460951 +0.13425554535092543 +0.43212621804398743 +0.7234539251328185 +0.7789145140620096 +0.7938049522083982 +0.8345301340455578 +0.7896333640146518 +0.8414679087088569 +0.8600078980232094 +0.8500065086386829 +0.9159048369381523 +0.5751235245719556 +0.42041743751886346 +0.19322211523992722 +0.41296733626051463 +0.20049442244423105 +0.37347629375393093 +0.1487465006897804 +0.3492809428475266 +0.14684978409245877 +0.3007033921437527 +0.14684978409245877 +0.23324486635046204 +0.1683861935460951 +0.13425554535092543 +0.45908579235426233 +0.7389416456490521 +0.7642852592162127 +0.8325999109678468 +0.8857624783756768 +0.8786320886135102 +0.9237242839570001 +0.9773872681198078 +0.9742511394791638 +0.9625754152660768 +0.5963528933072036 +0.42492919758662373 +0.19322211523992722 +0.4330483630659401 +0.20049442244423105 +0.41316420576515267 +0.1487465006897804 +0.3608414263546943 +0.14684978409245877 +0.364682742432236 +0.14684978409245877 +0.3584023448183592 +0.17951829357490812 +0.3265609090920362 +0.4801951234295802 +0.7663415038876406 +0.8081236728729894 +0.8489284905722262 +0.9387481190939075 +0.8938822644380512 +0.9562712991883384 +0.9984226738504575 +0.9393641556641087 +0.9725054154531854 +0.5797853351064013 +0.420614174295066 +0.19322211523992722 +0.42825080522882575 +0.20049442244423105 +0.39397585394683576 +0.20897798009666294 +0.369489958369115 +0.14684978409245877 +0.38996318227400073 +0.14684978409245877 +0.40245226118950683 +0.1683861935460951 +0.34945922629745857 +0.48232791095018446 +0.7965301174601407 +0.8403678955842657 +0.878335144569272 +0.9223518401100343 +0.8790850701442177 +0.9232700303464322 +0.927573521127505 +0.914004251538402 +0.8993064674821114 +0.5944467687162168 +0.4237470496853172 +0.19322211523992722 +0.4285595162328484 +0.20049442244423105 +0.37937711165464494 +0.1487465006897804 +0.32910238030492145 +0.12269889028966727 +0.26897713238799764 +0.12269889028966727 +0.1916498684908852 +0.12813470387477593 +0.12881973176581674 +0.3526145130514883 +0.4426966116136791 +0.4220537694823795 +0.44242525409291844 +0.45521418619207377 +0.21923040735638155 +0.15344347794095917 +0.33645430382242947 +0.1910180846965707 +0.3202562826196263 +0.09843325328831862 +0.21332953495705917 +0.20650980695180637 +0.15492425820956962 +0.23544503000583336 +0.16386157801784065 +0.12458064206939344 +0.18704519291362726 +0.12269889028966727 +0.14600613131638654 +0.12269889028966727 +0.227978563669507 +0.12614502443853504 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.25085713221108885 +0.1120853368617564 +0.27106428940854105 +0.1773125672645851 +0.27882653606761265 +0.17201570556197426 +0.29060094288122945 +0.1771997367399565 +0.2782070154303264 +0.15076707161375677 +0.23711806836031138 +0.08855327727690211 +0.17958779388748147 +0.19480637864290312 +0.12458064206939344 +0.2096061189191724 +0.14684978409245877 +0.14684978409245877 +0.21854491227165002 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.4220037213168192 +0.7070751239111714 +0.7143211752805653 +0.7451304929059464 +0.7932418451612658 +0.7691651008192871 +0.8015227843990291 +0.8162589392428928 +0.7974635973325364 +0.8453880225916556 +0.5311150676122629 +0.3989450558073189 +0.19322211523992722 +0.38985791864480274 +0.20049442244423105 +0.367451824769201 +0.1487465006897804 +0.2524390916201092 +0.14684978409245877 +0.20786651252262378 +0.20934337299494868 +0.20588988854771897 +0.1683861935460951 +0.13425554535092543 +0.39603557259875743 +0.7061052377869015 +0.7092280821992685 +0.7343471212991216 +0.7733750241109144 +0.7459872671683132 +0.7861972893749761 +0.8014010036999106 +0.8085932505472788 +0.8325860638625162 +0.5258493440339747 +0.40578619844429925 +0.19322211523992722 +0.40317752862935075 +0.20049442244423105 +0.374261987130904 +0.1487465006897804 +0.32232783352747973 +0.14684978409245877 +0.29154293646575746 +0.14684978409245877 +0.20786749595677545 +0.1683861935460951 +0.13425554535092543 +0.4293182130735387 +0.7105467962800619 +0.7295704529821635 +0.7774698952972652 +0.8466173655435696 +0.8095252534585834 +0.8302559700746194 +0.8475057128688485 +0.8620542151886766 +0.9052849174594231 +0.5527316697606928 +0.392220342939927 +0.19322211523992722 +0.3898933477224204 +0.20049442244423105 +0.36915420697231255 +0.1487465006897804 +0.2818149107273663 +0.23850427226010149 +0.22252782210630936 +0.23725947269028047 +0.2515268481953468 +0.1683861935460951 +0.13425554535092543 +0.450180326338692 +0.7353472631533357 +0.7548327206759455 +0.783719183481257 +0.8512197059560852 +0.8522574325739585 +0.8933330716353918 +0.866089044212942 +0.8462567797779288 +0.8805459932330371 +0.5736959511520149 +0.4134451252742638 +0.19322211523992722 +0.4031329057142197 +0.20049442244423105 +0.3743275878865667 +0.1487465006897804 +0.258224561036182 +0.14684978409245877 +0.22281947578870287 +0.14684978409245877 +0.2768588778203415 +0.1683861935460951 +0.13425554535092543 +0.4452391087817284 +0.7225653554675444 +0.7222283737626269 +0.7399318580869023 +0.774338023654724 +0.7486971064550394 +0.7815755884224291 +0.7983807785356697 +0.7995471406900353 +0.8261154365907215 +0.5336633305116404 +0.38389673769236005 +0.19322211523992722 +0.38056966131569636 +0.20049442244423105 +0.33062466900618 +0.2411793431295141 +0.2816637759656667 +0.12269889028966727 +0.1998377762299729 +0.19473215094857907 +0.1896984187003034 +0.12813470387477593 +0.12881973176581674 +0.31060548352082146 +0.44181654327327313 +0.43573657042959424 +0.4352507079231925 +0.49357563055758014 +0.3182036099899746 +0.13284488073294864 +0.3742853471871576 +0.13284488073294864 +0.37029012977350045 +0.08856824209449758 +0.3282561148005631 +0.08855327727690211 +0.2941277713711306 +0.12458064206939344 +0.21236152923709437 +0.19409879053627044 +0.22708172314418912 +0.12269889028966727 +0.14231893393497552 +0.12269889028966727 +0.20173536923041616 +0.12614502443853504 +0.10802010785264846 +0.08856824209449758 +0.08856824209449758 +0.30076266715448263 +0.08856824209449758 +0.29186933591744624 +0.08856824209449758 +0.2968192259505946 +0.08856824209449758 +0.31518712334238325 +0.08856824209449758 +0.2977676140539588 +0.08855327727690211 +0.29358693666884256 +0.08855327727690211 +0.19005467032969103 +0.12458064206939344 +0.29673277034024703 +0.14684978409245877 +0.19517090731014247 +0.14684978409245877 +0.2212938327841423 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.42460424674526287 +0.7128857350108528 +0.7285977483397396 +0.7522974583091835 +0.7889093616783525 +0.7548966479863839 +0.7930133549678532 +0.8103175904778339 +0.8234625915265379 +0.863705224437435 +0.5595991151195026 +0.41809338458968454 +0.19322211523992722 +0.4144639104714019 +0.20049442244423105 +0.3736643646057461 +0.1487465006897804 +0.3416114467582815 +0.14684978409245877 +0.22889333188568026 +0.14684978409245877 +0.20711527010009567 +0.1683861935460951 +0.13425554535092543 +0.37307529010160495 +0.7014694691626442 +0.7066988521943487 +0.718619286917278 +0.7468230452916115 +0.7232040702485654 +0.7541617134590243 +0.7546042089051411 +0.7593982412341853 +0.7875674279599983 +0.49743710673556707 +0.3853115127997793 +0.19322211523992722 +0.380432321294951 +0.20049442244423105 +0.34527953733630307 +0.1487465006897804 +0.23227404779619742 +0.14684978409245877 +0.20517853160637733 +0.14684978409245877 +0.2124318101619304 +0.1683861935460951 +0.13425554535092543 +0.3728936980452855 +0.691977924362368 +0.7073381663283038 +0.7120592476760489 +0.7400453242674698 +0.7177943327922804 +0.757521967024197 +0.7580250274874546 +0.759860470728893 +0.7966662011304149 +0.5035187593195958 +0.3914693233536853 +0.19322211523992722 +0.3861895706674688 +0.20049442244423105 +0.3517008168788282 +0.1487465006897804 +0.22324079937154662 +0.14684978409245877 +0.20719225858707993 +0.18520111221859792 +0.20554977702586347 +0.1683861935460951 +0.13425554535092543 +0.3528365875614362 +0.6775914278782429 +0.705619581542448 +0.71896391008106 +0.7686141953378911 +0.7434037909910975 +0.7855057481430989 +0.8010239342665947 +0.7970305318396926 +0.8132615889161936 +0.5153681044424139 +0.3986833135240473 +0.19322211523992722 +0.39662738126305436 +0.20049442244423105 +0.35102132000812103 +0.1487465006897804 +0.24249092592492086 +0.14684978409245877 +0.20528158651382952 +0.14684978409245877 +0.2052017874998228 +0.1683861935460951 +0.13425554535092543 +0.3647621764820853 +0.6958804201800776 +0.7113104486730947 +0.731212276365341 +0.7748421961095209 +0.7601320604321565 +0.7957584352551706 +0.8072316654302756 +0.8028144658709271 +0.8355221385116484 +0.5321148815264465 +0.40481911543623583 +0.19322211523992722 +0.43157742154277706 +0.20049442244423105 +0.35436662183348683 +0.1487465006897804 +0.2256649079361104 +0.12269889028966727 +0.18468782878895276 +0.16433091775804956 +0.18132042581594454 +0.12813470387477593 +0.12881973176581674 +0.2383155734846006 +0.41451157538985856 +0.41963973557056694 +0.42017223043831065 +0.4325410580677143 +0.3247508656855751 +0.13284488073294864 +0.3610885081193194 +0.13284488073294864 +0.3709879083467811 +0.08856824209449758 +0.3011251994226697 +0.08855327727690211 +0.3184981305016394 +0.12458064206939344 +0.2854807141612086 +0.12458064206939344 +0.20491734754735272 +0.16053821971834897 +0.18231677612521047 +0.12269889028966727 +0.198732362813115 +0.12614502443853504 +0.12544043423683077 +0.08856824209449758 +0.08856824209449758 +0.2890711091646424 +0.08856824209449758 +0.2905107611649551 +0.08856824209449758 +0.2918779780912553 +0.08856824209449758 +0.2978408593011754 +0.08856824209449758 +0.3053665497460993 +0.08855327727690211 +0.29901920401216914 +0.12458064206939344 +0.3233949595435585 +0.12458064206939344 +0.2285120371342341 +0.14684978409245877 +0.18371619536527214 +0.3083693576079697 +0.2374207094425511 +0.14684978409245877 +0.1683861935460951 +0.13425554535092543 +0.43369044534613366 +0.720166578882617 +0.7251205772702876 +0.7454635877491598 +0.773275925922364 +0.7597051872598405 +0.7731080789903885 +0.7765785347178724 +0.8057865095098105 +0.8455725236153168 +0.5316384567330363 +0.3834141632220803 +0.19322211523992722 +0.423880693261491 +0.20049442244423105 +0.368062993808287 +0.1487465006897804 +0.2637385726744524 +0.14684978409245877 +0.23279752101800108 +0.1782919560913784 +0.22262869113022604 +0.1683861935460951 +0.13425554535092543 +0.4351830010426424 +0.70918009200313 +0.7237458632297072 +0.7532966548883014 +0.8098622430802614 +0.765922108445004 +0.7954765474347776 +0.8033171892162535 +0.8076365538241467 +0.8367659971982373 +0.5360148161662546 +0.4058725849031993 +0.19322211523992722 +0.43818338919518135 +0.20049442244423105 +0.3581841705951708 +0.1487465006897804 +0.27270642527773414 +0.14684978409245877 +0.2210881781689683 +0.14684978409245877 +0.20553223585801172 +0.1683861935460951 +0.13425554535092543 +0.4022036498954532 +0.7070789323403107 +0.7258005790447513 +0.7757351579827112 +0.8357018010041031 +0.8010794394782906 +0.8404859226531209 +0.8490842957428373 +0.8444782293912504 +0.871823728536711 +0.5408238049534426 +0.40881942964613643 +0.19322211523992722 +0.43395911751002564 +0.20049442244423105 +0.3607624635063554 +0.1487465006897804 +0.25609022865098163 +0.14684978409245877 +0.223587325480434 +0.14684978409245877 +0.20652607250526717 +0.1683861935460951 +0.13425554535092543 +0.4224578094587056 +0.7096339127043743 +0.7497301878379994 +0.8082090077585137 +0.8764617997980556 +0.8781806411350818 +0.8483609023328144 +0.882886396187541 +0.8754101061670737 +0.8849040894215991 +0.5588071670882159 +0.41875236177781233 +0.19322211523992722 +0.43705169939999433 +0.20049442244423105 +0.3735551225816737 +0.1487465006897804 +0.3598184723538793 +0.14684978409245877 +0.2745858493157116 +0.14684978409245877 +0.24354667263143473 +0.1683861935460951 +0.13425554535092543 +0.42268012477180644 +0.7050031259632024 +0.7076906626755667 +0.7217746741404146 +0.7686565084950175 +0.7430898743775501 +0.77669171316285 +0.7933619541344977 +0.7965311705566581 +0.8091857548210598 +0.5083375443518163 +0.39305058366334883 +0.19322211523992722 +0.4176877394302606 +0.20049442244423105 +0.2997499006595861 +0.1487465006897804 +0.18976811551433123 +0.12269889028966727 +0.21146872697555674 +0.12269889028966727 +0.18122852704958328 +0.12813470387477593 +0.12881973176581674 +0.22106875438280718 +0.378414920061683 +0.40275262531309347 +0.41449601042516054 +0.42392315072675474 +0.28911607167250886 +0.13284488073294864 +0.3380641266796623 +0.13284488073294864 +0.34433509860147143 +0.08856824209449758 +0.2971309186911274 +0.08855327727690211 +0.3028005556454164 +0.12458064206939344 +0.18249525113814252 +0.12458064206939344 +0.18069293749660467 +0.12269889028966727 +0.1329664860370052 +0.12269889028966727 +0.17919916263505364 +0.16450993773103767 +0.09722390407769198 +0.08856824209449758 +0.08856824209449758 +0.21311917263365468 +0.1365511911747417 +0.23504064688877965 +0.2532062519821727 +0.27694108389643246 +0.31309323750778073 +0.3045307102393905 +0.31556624650022 +0.29314684567677024 +0.27700168734114083 +0.2690600094731206 +0.30061096719151986 +0.299181159342069 +0.30752931187322013 +0.2053016335929295 +0.2520498470106606 +0.28028435139613744 +0.3072654946546147 +0.2163890462655266 +0.1876674179171744 +0.1683861935460951 +0.13425554535092543 +0.49962026176024993 +0.7730118681053922 +0.7843736684522975 +0.8086061633652963 +0.8362701454509525 +0.8249834577643891 +0.8216387271752549 +0.8806054530745057 +0.8804383530667085 +0.888379442817181 +0.5818899231008985 +0.4171709146670711 +0.19322211523992722 +0.44774066184267264 +0.20049442244423105 +0.38551339607957036 +0.18898694834686208 +0.3549073382124711 +0.14684978409245877 +0.333769596000122 +0.14684978409245877 +0.2546449010895112 +0.1683861935460951 +0.13425554535092543 +0.46713913491910586 +0.7580841604503666 +0.8155235268729547 +0.8423003056991561 +0.8757965219482721 +0.851274075006019 +0.9194384385760553 +0.890217184210935 +0.8377128281384586 +0.8236072698306114 +0.509527974916226 +0.3701458315019166 +0.19322211523992722 +0.4061269634449985 +0.20049442244423105 +0.30268383014330813 +0.17783694096679598 +0.23409032437272548 +0.14684978409245877 +0.2080335496685412 +0.20979295878426038 +0.20703667188166391 +0.1683861935460951 +0.13425554535092543 +0.41208375318130075 +0.7047554508304967 +0.7066046693861899 +0.726671486699693 +0.7645633512574406 +0.7483979668575206 +0.7835417104138844 +0.7904875895740846 +0.794617312751357 +0.8093792332994301 +0.5113670707257774 +0.39419573440204797 +0.19322211523992722 +0.4205503916922526 +0.20049442244423105 +0.3545461667639959 +0.1487465006897804 +0.23887917115155655 +0.20554884376875196 +0.20601791450598309 +0.19644526509775254 +0.20594857818251724 +0.1683861935460951 +0.13425554535092543 +0.35645011346725247 +0.7029770877914746 +0.7083563276631564 +0.7291611550250869 +0.7849713283226089 +0.7581347123138498 +0.7973375231654881 +0.8195547291468274 +0.8186350602361983 +0.8461667975309384 +0.5261735002182855 +0.39903434674438615 +0.19322211523992722 +0.4207627925843204 +0.20049442244423105 +0.3535555259418035 +0.1487465006897804 +0.22910950172426478 +0.14684978409245877 +0.20601543170207748 +0.20623628572622624 +0.20550589736565042 +0.1683861935460951 +0.13425554535092543 +0.40029245845916783 +0.7057693530564344 +0.7198671756121885 +0.7672163220210954 +0.8256066325703597 +0.8205575092924633 +0.865513079691852 +0.8911879581113054 +0.8922289913050199 +0.8986367000232622 +0.5800804701477683 +0.4132034646209578 +0.19322211523992722 +0.45095812195386087 +0.20049442244423105 +0.3723715876610213 +0.1487465006897804 +0.25758661967937824 +0.21507538061433185 +0.19599609096290885 +0.12269889028966727 +0.19487262940668174 +0.12813470387477593 +0.12881973176581674 +0.29322844173904455 +0.4164074180043107 +0.41687458422604484 +0.4134551180882596 +0.42322213499317296 +0.2991058114287136 +0.13284488073294864 +0.3407053390377351 +0.13284488073294864 +0.33421481504866635 +0.08856824209449758 +0.2835486411437085 +0.08855327727690211 +0.21402894252160326 +0.12458064206939344 +0.18378598717247716 +0.18434746473748065 +0.18019610771225095 +0.12269889028966727 +0.14327305908148064 +0.12269889028966727 +0.17960211673007884 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.1842185347948081 +0.15301068846762958 +0.21485735141746168 +0.16308176816747796 +0.2213040929246693 +0.13769379554995667 +0.16440845962021222 +0.12620453685342214 +0.23726211945265688 +0.12008023116915054 +0.14514843832063212 +0.18459429659207147 +0.12458064206939344 +0.12458064206939344 +0.18117654812261613 +0.14684978409245877 +0.14684978409245877 +0.20344786968808312 +0.1794183572786243 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.37069955702128154 +0.6719307791820066 +0.6988863951053631 +0.7036024049997256 +0.7255934110243518 +0.7019789018625379 +0.7117028612320353 +0.7127096632702403 +0.7152381390089186 +0.7434700761754596 +0.4879950493376047 +0.3573327747339487 +0.19322211523992722 +0.3936299472511762 +0.20049442244423105 +0.2878622002652567 +0.20508685978369073 +0.21743623508838175 +0.14684978409245877 +0.21250765481718792 +0.14684978409245877 +0.17987640578134484 +0.1683861935460951 +0.1702829101434167 +0.36395705340024126 +0.6614011935863389 +0.6852581138068662 +0.7064465695373807 +0.7290894538816015 +0.706937872404335 +0.7276462967509202 +0.7350808193580474 +0.7420033313838625 +0.7692909810173512 +0.4906341433937587 +0.377436583811513 +0.19322211523992722 +0.4063338436530103 +0.20049442244423105 +0.2957185699663439 +0.1487465006897804 +0.2293589113225471 +0.14684978409245877 +0.20551129699911364 +0.14684978409245877 +0.2047969528774808 +0.1683861935460951 +0.1702829101434167 +0.3558557533625998 +0.660085736745076 +0.6882102832982941 +0.7044308355867024 +0.729651851941621 +0.7068049382386421 +0.7293795007638441 +0.7370884820255091 +0.7284819830108052 +0.7525718818979725 +0.48844063679216476 +0.3616427228755026 +0.19322211523992722 +0.3973052731237056 +0.20049442244423105 +0.2932305363978504 +0.1487465006897804 +0.2126085515149789 +0.14684978409245877 +0.2359567029783348 +0.14684978409245877 +0.20557355189320548 +0.1683861935460951 +0.1702829101434167 +0.3854180615033521 +0.672301967044853 +0.6997335279198705 +0.7049795640758063 +0.7298885324617441 +0.729140559209397 +0.7767031801111325 +0.7889682626077302 +0.7771561124805124 +0.7979000877159 +0.5044135351314161 +0.37769319581187183 +0.19322211523992722 +0.4060160898948606 +0.20049442244423105 +0.31404172207961706 +0.22721376758418105 +0.22442842657133477 +0.14684978409245877 +0.22833599934427554 +0.14684978409245877 +0.2103948140841534 +0.1683861935460951 +0.1702829101434167 +0.4315894592678626 +0.7137123380257752 +0.719829128430372 +0.7411753322092989 +0.776112462338855 +0.7416819099088323 +0.7878921292326108 +0.82168793668468 +0.8090938635409474 +0.8384157431766114 +0.52625858843229 +0.38201677882024243 +0.19322211523992722 +0.41106487883904597 +0.20049442244423105 +0.3355727565637362 +0.1487465006897804 +0.20076497508910338 +0.12269889028966727 +0.1849537888580285 +0.18812696377822724 +0.18477635258883843 +0.12813470387477593 +0.16484709655830804 +0.24849141992527055 +0.42996398477853465 +0.4389862224195695 +0.44307429239283846 +0.46358732693209853 +0.31177753888115756 +0.13284488073294864 +0.36312075027748897 +0.13284488073294864 +0.34915595243393677 +0.08856824209449758 +0.29771214243840377 +0.08855327727690211 +0.21295498477401092 +0.19622549051479596 +0.14862878427935314 +0.16433181439300573 +0.18828809282913928 +0.12269889028966727 +0.1344535353346478 +0.12269889028966727 +0.15778701353958505 +0.12614502443853504 +0.1522468236820953 +0.08856824209449758 +0.08856824209449758 +0.2365427938210135 +0.08856824209449758 +0.2715924740101536 +0.08856824209449758 +0.2875774966988648 +0.08856824209449758 +0.29416554194908434 +0.08856824209449758 +0.29484693466649614 +0.08855327727690211 +0.19941918947582302 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.18664780835664382 +0.14684978409245877 +0.14684978409245877 +0.23557868843176377 +0.18788150632229084 +0.15880010244703352 +0.1683861935460951 +0.1702829101434167 +0.42794179341156746 +0.7105120546626736 +0.7156300193752053 +0.7384315872648681 +0.7813940242285922 +0.7624700417572456 +0.8059473652017511 +0.7992380565238716 +0.8236287981405502 +0.8050409240067303 +0.510467547592932 +0.37123886876847895 +0.19322211523992722 +0.4138566447399823 +0.20049442244423105 +0.31546376762482925 +0.23187973813882057 +0.2302023754671877 +0.14684978409245877 +0.20880129692450497 +0.20081212928707365 +0.1680361789322091 +0.1683861935460951 +0.1702829101434167 +0.37939449430567423 +0.7002812139892429 +0.7026048196341216 +0.7070189386009166 +0.7279988431370608 +0.7062571805392059 +0.7301902757595944 +0.7338293711721506 +0.7424625368590141 +0.7713366567809519 +0.5012604722000641 +0.37313170132342294 +0.19322211523992722 +0.40998499971157343 +0.20049442244423105 +0.30575527485091486 +0.2751157347335088 +0.23073758830229887 +0.14684978409245877 +0.2575018485430496 +0.14684978409245877 +0.21028598660173115 +0.1683861935460951 +0.1702829101434167 +0.42908019267979725 +0.7098203745012137 +0.7101264326524394 +0.7105742787290791 +0.7375790931052734 +0.7087535514964096 +0.7300073250477134 +0.7515426731129827 +0.7647630260517756 +0.7404822568662891 +0.4872567317435205 +0.2970411065920211 +0.19322211523992722 +0.3477912629099338 +0.20049442244423105 +0.23957461383081152 +0.1487465006897804 +0.2073308267164634 +0.20809668920989555 +0.20513028912372366 +0.14684978409245877 +0.15707657643909562 +0.1683861935460951 +0.1702829101434167 +0.3392464522189084 +0.6340167119972497 +0.6370675535570021 +0.64733362243252 +0.6751071828069587 +0.6613918648004389 +0.698565092717781 +0.7068351144172667 +0.7091352116624444 +0.73676918894038 +0.4506549016695114 +0.3075969263831258 +0.23616242714540064 +0.32296542116046384 +0.20049442244423105 +0.24429653525704298 +0.1487465006897804 +0.20617944388085305 +0.14684978409245877 +0.20516354222015953 +0.20606270404979446 +0.16757336852049406 +0.1683861935460951 +0.1702829101434167 +0.36279779206289836 +0.6462061535524267 +0.6534774605994501 +0.6860673831687967 +0.7222716251076711 +0.7002071961345719 +0.7109808591979058 +0.709177218877894 +0.713286046553906 +0.7379576954816017 +0.48538397391014815 +0.35201165278541996 +0.19322211523992722 +0.35482785652085136 +0.20049442244423105 +0.25794705394900236 +0.1487465006897804 +0.18008333919833255 +0.12269889028966727 +0.1807272317344693 +0.12269889028966727 +0.14313198556326964 +0.12813470387477593 +0.16484709655830804 +0.26388138035977016 +0.3424569799376565 +0.3516717601463305 +0.36856790931751343 +0.38578800086310966 +0.21416914929497893 +0.2013424979433747 +0.2661301981825923 +0.19460865243194048 +0.2600019099405902 +0.13705374059694161 +0.21824253471956026 +0.12491440996011059 +0.1581623174409614 +0.18506990529351483 +0.13958959682081315 +0.12458064206939344 +0.12269889028966727 +0.15373591987006108 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.1820130135777742 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.16118651257353298 +0.08856824209449758 +0.18513938463781 +0.1540643942587858 +0.19920443504498456 +0.18143096089784175 +0.14596381809514755 +0.14403831580079743 +0.18629398603211447 +0.11978639560253186 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.18028547508758974 +0.12458064206939344 +0.18855820996162598 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.31038367173329107 +0.6211426839226506 +0.6655201817094105 +0.7008298209681424 +0.7284290060123341 +0.7027948393334646 +0.714802574534064 +0.7164507499522068 +0.7187600717288888 +0.7431084137912903 +0.4881029307775978 +0.36342242877119957 +0.19322211523992722 +0.35346096950841266 +0.20049442244423105 +0.2561390684053468 +0.1487465006897804 +0.20472456615912638 +0.15996954011403694 +0.20466688388909585 +0.14684978409245877 +0.17138216345627857 +0.1683861935460951 +0.1702829101434167 +0.30060305703195056 +0.6090417125418751 +0.6527471042914368 +0.6991370215903078 +0.7271030943921725 +0.7007023747307467 +0.7162957375684781 +0.7278092183390805 +0.7323041533700554 +0.7610738282792541 +0.4891065639128198 +0.36655507667537 +0.19322211523992722 +0.3812616105004346 +0.20049442244423105 +0.24288449613381663 +0.1487465006897804 +0.2055540384231734 +0.1850701299168179 +0.20502573289255116 +0.14684978409245877 +0.18294677074282084 +0.1683861935460951 +0.1702829101434167 +0.29321630133343973 +0.6063200776730993 +0.6575676095800083 +0.6875757305950289 +0.7249148405154634 +0.6988310936100569 +0.7061739497757985 +0.7060168077217287 +0.7068793995917942 +0.7336431596951037 +0.4558471591459526 +0.3011761615483847 +0.19322211523992722 +0.3208749448806871 +0.20049442244423105 +0.24866573832950928 +0.1487465006897804 +0.20675519386308136 +0.14684978409245877 +0.2059939426158345 +0.14684978409245877 +0.18342884890293065 +0.1683861935460951 +0.1702829101434167 +0.35145084274883565 +0.6374129328650546 +0.6511425638092545 +0.670436568087382 +0.7138435163446297 +0.6976988553769303 +0.7111063989589507 +0.7107500438715266 +0.7126901905156444 +0.7423696974068197 +0.48735950360656954 +0.3632657046672689 +0.19322211523992722 +0.34414320771438506 +0.20049442244423105 +0.2634431349590839 +0.1487465006897804 +0.20480777001184192 +0.1886935403420611 +0.20485223357398727 +0.14684978409245877 +0.2047675025854771 +0.1683861935460951 +0.1702829101434167 +0.3916220543723417 +0.6949616979563699 +0.703743441409773 +0.7081111467077502 +0.7319790605144184 +0.7153911979385519 +0.7407505772184447 +0.7598847966440102 +0.7658432413935378 +0.7814116593003988 +0.49254290446452487 +0.3700346653099789 +0.19322211523992722 +0.4003620344250681 +0.20049442244423105 +0.2990796427489398 +0.1487465006897804 +0.202582436090977 +0.12269889028966727 +0.18510507396903214 +0.12269889028966727 +0.18376400377132818 +0.12813470387477593 +0.16484709655830804 +0.23866700183204217 +0.4134379764960876 +0.39343513457671214 +0.41323322620781433 +0.42294797192218875 +0.2576741092351041 +0.16596188094937622 +0.3269279358129502 +0.16701734754678688 +0.325679777798345 +0.08856824209449758 +0.2105566973417513 +0.08855327727690211 +0.14495738196920763 +0.12458064206939344 +0.18108884815224244 +0.13762316667023183 +0.13145166254496998 +0.12269889028966727 +0.12269889028966727 +0.17918755683767537 +0.18210344021130467 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.17826998914766864 +0.08856824209449758 +0.1776349435374634 +0.13010444877386904 +0.17939152818841497 +0.16578369904212897 +0.23260381650681558 +0.18178638978081121 +0.16197794895145898 +0.12970318929139957 +0.13930242036593146 +0.18199913771967746 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.2352036569743666 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.331119050020055 +0.622448904212084 +0.6365805185795177 +0.6530901926185443 +0.7114924519255205 +0.6879119142645519 +0.7118078949354613 +0.7173548063484966 +0.7157592997744128 +0.7431948656895584 +0.4879024572015797 +0.3670113889414393 +0.22924948003241857 +0.384474448597873 +0.20049442244423105 +0.2545990234379354 +0.1487465006897804 +0.20489562875544184 +0.15988562770403242 +0.16740402132116264 +0.14684978409245877 +0.20338240409628472 +0.1683861935460951 +0.1702829101434167 +0.3205892229980437 +0.630945537686464 +0.6804909968582954 +0.7044018060578291 +0.7279078666201969 +0.7037441033978931 +0.714060772713101 +0.7281290985649488 +0.7400486144725082 +0.7530713487579157 +0.4887061904773282 +0.33979369917070007 +0.22924948003241857 +0.331041474658725 +0.20049442244423105 +0.25096529871971873 +0.1487465006897804 +0.2080343086252687 +0.2090054806782911 +0.20622358712377767 +0.14684978409245877 +0.20508368839908314 +0.1683861935460951 +0.1702829101434167 +0.4256134007941348 +0.7089003733544947 +0.7089406802133621 +0.7188978619073368 +0.7625280512427994 +0.7356434105494729 +0.7571097129645038 +0.7722322739025324 +0.7629589346203337 +0.7866718164278436 +0.506631632483539 +0.3678182130372334 +0.22924948003241857 +0.4059789026231484 +0.20049442244423105 +0.3393346120385587 +0.1487465006897804 +0.24088856763604247 +0.14684978409245877 +0.2818573892752398 +0.14684978409245877 +0.2503382773712574 +0.1683861935460951 +0.1702829101434167 +0.43913841151138394 +0.7193724818575564 +0.7172685725641987 +0.7318843630608366 +0.7778392426540041 +0.7396180700072793 +0.7614517521514508 +0.7580640304897982 +0.7651450218425152 +0.8011420818788357 +0.5088322162189982 +0.3710056873104113 +0.22924948003241857 +0.40612684300791974 +0.20049442244423105 +0.3183058256881106 +0.1487465006897804 +0.31394912170853007 +0.14684978409245877 +0.2229328505949347 +0.14684978409245877 +0.20854464771348497 +0.1683861935460951 +0.1702829101434167 +0.4240732096462134 +0.7085484269996687 +0.7158199434984807 +0.758545198580927 +0.8167640098733172 +0.8125242947503108 +0.8165111428186062 +0.8130087747134932 +0.7999971418306677 +0.80713520730297 +0.5139575202357 +0.3796707195816518 +0.23748566303841867 +0.42987369855898777 +0.20049442244423105 +0.36996786098570184 +0.1487465006897804 +0.22928205919912897 +0.12269889028966727 +0.18992422275036 +0.1921515285682401 +0.18689018845331243 +0.12813470387477593 +0.16484709655830804 +0.3114414289242579 +0.426230576963401 +0.425574742409178 +0.4236434606670404 +0.4391686123561014 +0.3059098124211531 +0.13284488073294864 +0.35641118699610413 +0.13284488073294864 +0.35473436208889425 +0.08856824209449758 +0.306332777018522 +0.12458064206939344 +0.3258226712442692 +0.12458064206939344 +0.2427519570474844 +0.12458064206939344 +0.31571807899759724 +0.12269889028966727 +0.17184383077938392 +0.2872450800159342 +0.1868327449296498 +0.15853067650810332 +0.13661186885964993 +0.08856824209449758 +0.08856824209449758 +0.2509382775455568 +0.08856824209449758 +0.1974357578407012 +0.08856824209449758 +0.24884104395802514 +0.08856824209449758 +0.2069340616146691 +0.08856824209449758 +0.28049356657257135 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.20645683221825487 +0.16344860330836297 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3353459979401769 +0.6439064360021172 +0.6667940719417985 +0.7039419673308916 +0.7274303166630405 +0.7044319017615488 +0.7147063949350024 +0.7113282207976671 +0.7119341971960647 +0.7355718725876838 +0.4768229637625797 +0.30860869053419143 +0.22924948003241857 +0.3230487606352847 +0.20049442244423105 +0.24719868393258113 +0.1487465006897804 +0.20506381939104673 +0.14684978409245877 +0.16740524012453856 +0.14684978409245877 +0.22546438595491758 +0.1683861935460951 +0.1702829101434167 +0.32574483317471664 +0.6328022696419005 +0.655850984678209 +0.6966672065948895 +0.7271573070679608 +0.7031483779766109 +0.715849311648809 +0.7325356319921424 +0.7281565290263127 +0.745514139502663 +0.48758888089217894 +0.326153853474409 +0.22924948003241857 +0.3256355899303685 +0.25235387602153425 +0.24438209703042424 +0.1487465006897804 +0.213568859796835 +0.14684978409245877 +0.20539689679863546 +0.14684978409245877 +0.1673138625804747 +0.1683861935460951 +0.1702829101434167 +0.32224453461096797 +0.6332006607729028 +0.6792540389954682 +0.7072755988603997 +0.7325955610645606 +0.7106580068243155 +0.7376415635483505 +0.7523370105153411 +0.7488004928903683 +0.7738997869647912 +0.49144638317950595 +0.3696973859677497 +0.22924948003241857 +0.38801866057103856 +0.20049442244423105 +0.26474466265675173 +0.1487465006897804 +0.21784520765166074 +0.14684978409245877 +0.2051374926506137 +0.14684978409245877 +0.20458669137874705 +0.1683861935460951 +0.1702829101434167 +0.3360468284316076 +0.6502712369587199 +0.7015707971820565 +0.7113907905746952 +0.7492618038070217 +0.7366277823495222 +0.7734999385168515 +0.7870669621168 +0.7911614644093723 +0.8173162198155004 +0.5081179793699732 +0.3815551944044396 +0.22924948003241857 +0.4066519482000016 +0.20049442244423105 +0.3544394677125702 +0.1487465006897804 +0.22211181923519155 +0.14684978409245877 +0.21443124371741054 +0.14684978409245877 +0.20592904680800794 +0.1683861935460951 +0.1702829101434167 +0.3450705400666359 +0.6447129474644309 +0.6719877302202907 +0.7076772547868835 +0.7318514457847912 +0.7074897870496222 +0.7415418734133666 +0.7569934877590889 +0.7455111056899745 +0.7555436786953099 +0.48838547916346775 +0.36179834059211013 +0.22924948003241857 +0.3808191997684087 +0.20049442244423105 +0.2551374454269769 +0.1487465006897804 +0.1815389958153392 +0.12269889028966727 +0.20228329655334104 +0.12269889028966727 +0.18075258182879966 +0.12813470387477593 +0.16484709655830804 +0.1954255574849371 +0.3481488650828467 +0.34139016368830727 +0.3505612536363285 +0.3709826442026238 +0.15345681928374458 +0.13284488073294864 +0.21612419589639173 +0.13284488073294864 +0.22080244625933984 +0.08856824209449758 +0.10931355309894733 +0.12458064206939344 +0.1568351275588548 +0.12458064206939344 +0.1482582839975914 +0.1828335655603905 +0.12269889028966727 +0.18610027643676316 +0.12269889028966727 +0.12269889028966727 +0.18120641625381992 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.14905792163095488 +0.14037831133935888 +0.11022871947498063 +0.17320531960569868 +0.14989970695518492 +0.09842362570658485 +0.1056730178167849 +0.15367386019843957 +0.1860974070282563 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.22773730882758625 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3483288569429168 +0.6761205319233343 +0.705621329930569 +0.7203483955805744 +0.7560465602328588 +0.7285862008921901 +0.7831275213103097 +0.7690073805321359 +0.7666220495725211 +0.8026719454573781 +0.5206618220831223 +0.3719624153240386 +0.22924948003241857 +0.40905373390151406 +0.20049442244423105 +0.3035745901205459 +0.1487465006897804 +0.21470757741215082 +0.14684978409245877 +0.24024675818338312 +0.14684978409245877 +0.16801692506578506 +0.1683861935460951 +0.1702829101434167 +0.4075766710146064 +0.6981971031424942 +0.7032911023107924 +0.7043852626666741 +0.7273690475730644 +0.7024240894837888 +0.7369149213339207 +0.73488710410332 +0.7271193617081937 +0.7592465497445822 +0.4894919247642645 +0.3573959065889886 +0.22924948003241857 +0.3929536043965449 +0.20049442244423105 +0.2844328284851649 +0.1487465006897804 +0.22471038488245873 +0.14684978409245877 +0.20721732367923454 +0.1994231524903575 +0.20627840394515137 +0.1683861935460951 +0.1702829101434167 +0.40185017140811935 +0.6822159724763509 +0.6951611147441181 +0.7055375528884712 +0.7260600582531498 +0.701500638072713 +0.7185057064205586 +0.7135140459685091 +0.7124384916124273 +0.7356406377770347 +0.4334305037567518 +0.2933820216349099 +0.22924948003241857 +0.2909523501892373 +0.20049442244423105 +0.2236838647215667 +0.1487465006897804 +0.20462800627195227 +0.14684978409245877 +0.17158347436366264 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.33689523115192205 +0.6171805063398683 +0.6191942115922419 +0.6257206605414565 +0.6510786435512301 +0.6377509659357764 +0.6674084195232486 +0.6650636932624499 +0.6334153939093162 +0.6499778036178449 +0.3927869488727746 +0.2748521491393938 +0.22924948003241857 +0.3449264372984749 +0.20049442244423105 +0.22146019086334973 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.17786281866225964 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.31433759136457157 +0.6010873339443034 +0.6079226307064814 +0.6183546654671532 +0.6391993729632206 +0.6313109403906763 +0.6204838227294408 +0.6444957820166853 +0.6410701431074812 +0.6703692209212144 +0.4205981567035617 +0.2798995486954202 +0.22924948003241857 +0.3302782393279754 +0.20049442244423105 +0.22342356982154946 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.16484709655830804 +0.27039352779700515 +0.30849654161496004 +0.32286724449698245 +0.33047596750469677 +0.35464770777429167 +0.17428446985486412 +0.21538401075648214 +0.19614689141078553 +0.13284488073294864 +0.22006830459512275 +0.08856824209449758 +0.09201437624336535 +0.12458064206939344 +0.12458064206939344 +0.18094828318511944 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.08856824209449758 +0.1430583634724773 +0.12073053850455115 +0.08856824209449758 +0.14617120085557567 +0.10471016085526123 +0.08856824209449758 +0.08856824209449758 +0.16380026543441906 +0.09201437624336535 +0.08855327727690211 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.30673360279926426 +0.5973138436295393 +0.6076284106496123 +0.6148977366440256 +0.646099128244916 +0.6328864756367696 +0.6612338327633824 +0.6736152445319211 +0.7024932493009699 +0.7126705214094579 +0.42487320318061716 +0.28005350997366957 +0.22924948003241857 +0.28743174378745423 +0.24797693606598456 +0.21994755117850728 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.18714634002830743 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.2758689971493209 +0.5797519772717976 +0.6093188249159804 +0.6285056794124452 +0.6842028968958362 +0.6727207149453552 +0.7079775829233322 +0.7098443580802324 +0.7090923160996779 +0.7347290472947818 +0.45965600992565436 +0.30353298077585544 +0.22924948003241857 +0.32256579970812144 +0.20049442244423105 +0.24698200001748782 +0.1487465006897804 +0.20520659908632624 +0.14684978409245877 +0.15899129731530479 +0.14684978409245877 +0.20345152978462033 +0.1683861935460951 +0.1702829101434167 +0.3348119019290003 +0.6171995206359645 +0.6298382460287053 +0.6413168294581787 +0.6914719035621509 +0.6267305909765701 +0.6419205631987112 +0.6568160513581096 +0.6989392819459361 +0.7127998258800984 +0.41934238084299436 +0.26938713981553275 +0.22924948003241857 +0.2865862097372698 +0.20049442244423105 +0.22281614920386192 +0.20854923885557805 +0.17690918495669788 +0.14684978409245877 +0.2038897395859768 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3093754802175198 +0.5977888825953129 +0.6294632101448461 +0.6623950344076821 +0.7000603497699235 +0.6872910089492174 +0.7068423269595404 +0.7081763909091474 +0.7094201145238831 +0.7353856475658458 +0.46940862931358435 +0.3031020933228129 +0.22924948003241857 +0.32074109341251006 +0.20049442244423105 +0.22292226990248984 +0.1487465006897804 +0.20456734977244317 +0.14684978409245877 +0.14684978409245877 +0.20430053039643956 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3164650092222821 +0.6073593192859772 +0.619247300293367 +0.6155969033235722 +0.6400896923170517 +0.6128484192404338 +0.6165824147535806 +0.620122794463329 +0.6219497309014685 +0.6518843745647804 +0.40144117203682034 +0.2592453732599333 +0.2890950169570525 +0.2741386586521697 +0.29035805887777827 +0.2196242571656191 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.14711703619164027 +0.1839856701451916 +0.23421611442157889 +0.2830906297686268 +0.28930567129216817 +0.2934931109743476 +0.31946501334065475 +0.2080199328511922 +0.14476780980898413 +0.22013300397347574 +0.18946071134340228 +0.22274050969777717 +0.08856824209449758 +0.09201437624336535 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.17436803639531867 +0.12269889028966727 +0.1752407614046379 +0.12269889028966727 +0.1743313376614451 +0.12269889028966727 +0.1776952652609188 +0.12459560688698891 +0.14014629411364776 +0.12810178518061205 +0.14066510948624858 +0.1280300452491458 +0.14042146796838884 +0.08856824209449758 +0.1401082961928759 +0.08856824209449758 +0.14046930229448873 +0.08856824209449758 +0.14378699021304903 +0.08855327727690211 +0.17828647574725945 +0.12458064206939344 +0.18636383908370033 +0.12458064206939344 +0.18600827574905646 +0.14684978409245877 +0.20822564482454062 +0.14684978409245877 +0.2086455487079337 +0.14684978409245877 +0.23016144008416176 +0.1702829101434167 +0.23817683418109134 +0.553534000615046 +0.5768077554881865 +0.6022548596548581 +0.6309741395540718 +0.6104235447666734 +0.6361700464658488 +0.6357414408444698 +0.6452348753820889 +0.679501242338677 +0.40689953417735947 +0.2660522727645106 +0.22924948003241857 +0.3394047307756562 +0.20049442244423105 +0.223176552421237 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.2034376756569522 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3163914650642748 +0.6097615521650681 +0.6375045566658298 +0.6538080089470242 +0.702957025137808 +0.6742330417741897 +0.7075511795481415 +0.7091716609769313 +0.7100787433033207 +0.7366494111905 +0.4563746898285584 +0.30071389977729335 +0.22924948003241857 +0.32143431385857396 +0.20049442244423105 +0.2415754392431079 +0.1487465006897804 +0.20489179200665783 +0.14684978409245877 +0.14684978409245877 +0.20428628046629538 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3174655973024147 +0.6162717660772884 +0.6475697125018856 +0.6865921827511352 +0.7278917861975287 +0.7033206032909985 +0.7175691026929644 +0.7195603919942507 +0.7277849168349665 +0.7535617095628975 +0.4889641456326536 +0.3580500927938724 +0.22924948003241857 +0.32488469153812616 +0.20049442244423105 +0.24908866093817625 +0.1487465006897804 +0.2059439318824502 +0.14684978409245877 +0.20520086015680714 +0.14684978409245877 +0.17154024684402075 +0.1683861935460951 +0.1702829101434167 +0.3497951426376334 +0.6423655315732043 +0.6513510827082631 +0.6692593085900113 +0.7030644504864468 +0.6728794371144585 +0.6911483453852758 +0.707839743472244 +0.7087923099779095 +0.7355749949283178 +0.4743314572323025 +0.3091279799997874 +0.22924948003241857 +0.3293408847686691 +0.20049442244423105 +0.2573298847348008 +0.1487465006897804 +0.2053449483808089 +0.14684978409245877 +0.2049115899498218 +0.14684978409245877 +0.16730222286457438 +0.1683861935460951 +0.1702829101434167 +0.32022885630127695 +0.5986599530247606 +0.6053808211113046 +0.6064750401467439 +0.6382255445986885 +0.6218366217898363 +0.6373344625116104 +0.6346353412585354 +0.6414281999697088 +0.6603984135851151 +0.39224589486716444 +0.2563297566806636 +0.22924948003241857 +0.2859309340671101 +0.24206712199255423 +0.22591964775801668 +0.1487465006897804 +0.12269889028966727 +0.17996318924228008 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.16484709655830804 +0.30788830596977945 +0.27761922689772245 +0.2774059296602192 +0.28169020650696613 +0.2865317417707664 +0.22147201283369505 +0.13284488073294864 +0.24370502334156516 +0.13284488073294864 +0.24726041403909707 +0.08856824209449758 +0.09201437624336535 +0.12458064206939344 +0.12458064206939344 +0.1377477960866195 +0.16675559377104085 +0.16592667907362998 +0.16347612574561873 +0.16324714216513275 +0.16498732398165356 +0.16288497472117466 +0.17352233382062993 +0.1665846075425977 +0.17502729841083564 +0.16479758655828053 +0.13874139404327246 +0.12896268063653468 +0.13937598669536175 +0.12924219967525652 +0.12879045695420077 +0.15674330407739312 +0.08856824209449758 +0.08856824209449758 +0.08856824209449758 +0.13344258770467915 +0.1660494801217 +0.1653056200425958 +0.16512764510104538 +0.16505953823463826 +0.16502011297724126 +0.17548152139218806 +0.18749123780337767 +0.19724111840648306 +0.18700444057510102 +0.19721499367822967 +0.18705161445273205 +0.2517584755846116 +0.22000019002234825 +0.274159084510031 +0.544589671698583 +0.5615208844593672 +0.5770179377378417 +0.5972567592656196 +0.569908302095458 +0.5749373795266122 +0.5800037854064957 +0.5803889837056803 +0.6127741182559285 +0.35588584621509295 +0.31171332964096 +0.22924948003241857 +0.29305830144363454 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.18192265833550644 +0.14684978409245877 +0.199250404591526 +0.16219460269753821 +0.25270942792469697 +0.22049036928526225 +0.2743868509496484 +0.5201513204539711 +0.551792742179043 +0.5644096872400776 +0.5986488416193305 +0.5848062690259083 +0.6122072462229313 +0.6421155044528998 +0.6534756121163645 +0.6761376773525639 +0.3781193155250501 +0.32474156702069584 +0.2575595922943358 +0.2859494086147225 +0.2872933729107448 +0.21997140926669756 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.16008787976177494 +0.1741920138676422 +0.18813671965939796 +0.2606225536873727 +0.2226297295055227 +0.30791809724560715 +0.5649884832034722 +0.5729349375378413 +0.5815065506621109 +0.6097335628594536 +0.5943913138777551 +0.6081856407743769 +0.610050405810076 +0.6064223567620165 +0.6342467645421478 +0.38455505466934203 +0.3112182067971646 +0.22924948003241857 +0.3440236894253415 +0.20049442244423105 +0.22102176373556134 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.2033240634532062 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.33823889343704283 +0.5801667425580036 +0.5825990172534857 +0.5870764749519098 +0.611667197499795 +0.5927580652097065 +0.6042311868002799 +0.6076371772475961 +0.612604502270482 +0.636166620458284 +0.38168482979835794 +0.3074059942742762 +0.22924948003241857 +0.3434331109190694 +0.20049442244423105 +0.22086569467663383 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3149175069477893 +0.5735678799451072 +0.5823385045379126 +0.5875073606713015 +0.6240063689332491 +0.6158097210699534 +0.6381178752904522 +0.6503422670845905 +0.632702425149827 +0.6603219277912039 +0.405669793491915 +0.2966457555726902 +0.26052333753649515 +0.3195442444256654 +0.2535209122380835 +0.22591873940362153 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.1463821000539041 +0.16484709655830804 +0.31865160196886144 +0.3055511502334969 +0.33366334941841413 +0.3651826616815168 +0.386369275923208 +0.1691357039428556 +0.20876952038254734 +0.19587332048641312 +0.1965383578118405 +0.1934407129751092 +0.08856824209449758 +0.14829894720675155 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.180782226665126 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.12459560688698891 +0.12459560688698891 +0.08856824209449758 +0.16783402880423223 +0.08856824209449758 +0.13721385406067815 +0.08856824209449758 +0.190086908786104 +0.08856824209449758 +0.18831934364532404 +0.08856824209449758 +0.11928112369351195 +0.12458064206939344 +0.15589183360046494 +0.12458064206939344 +0.12458064206939344 +0.16532166628211029 +0.12458064206939344 +0.17928647809135198 +0.14684978409245877 +0.17807471012693418 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3602624647313377 +0.602191074155767 +0.5954281097778586 +0.5876247337687213 +0.5997365442164495 +0.5660637067779566 +0.5665187016081809 +0.5652492651042261 +0.5641732758048595 +0.5912665730333565 +0.34298085889426233 +0.3047274185947273 +0.22924948003241857 +0.2913896080603341 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.1675286060767882 +0.18884989643295408 +0.1878387344527928 +0.14684978409245877 +0.19978354935235942 +0.23462456064277204 +0.24893862734784403 +0.2770916026731588 +0.5199972552756877 +0.5512966320743166 +0.554361799339551 +0.5795976799223009 +0.5590375774742028 +0.5731177757183775 +0.5861589091259316 +0.5902101512097934 +0.6233467904837361 +0.3619608275745233 +0.30895638292811173 +0.22924948003241857 +0.3443184427750511 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.15671946091907826 +0.15977405697319377 +0.1880022039624724 +0.18781303596154256 +0.18752786592485882 +0.20919368463674776 +0.21061671522450567 +0.3149487628665889 +0.5745511277522447 +0.5889557662659692 +0.5987610932946206 +0.6328465405726061 +0.6240814887893325 +0.6450848912414735 +0.6733579692568848 +0.7005897649732781 +0.721164296119627 +0.4561253789056923 +0.29195563567605576 +0.26609219794609296 +0.32267945819767 +0.20049442244423105 +0.22149332118714918 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.21015365837532968 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.42241387864392976 +0.6761562728759692 +0.686156860836943 +0.6030094428525932 +0.6178986267364327 +0.5938904346835299 +0.5987560982638898 +0.6017592194040756 +0.5894322515793396 +0.6201597617289255 +0.37085641729731345 +0.30898893931312216 +0.22924948003241857 +0.3456333332291955 +0.20049442244423105 +0.22011528154753116 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.17771177399331967 +0.14684978409245877 +0.14684978409245877 +0.18994762814254407 +0.1702829101434167 +0.31028397671462066 +0.5639116100244983 +0.5694853397705749 +0.5867720231179252 +0.6210971833659242 +0.5976709095860931 +0.5975526366085656 +0.6223404288304637 +0.6263960634033207 +0.6596527902161118 +0.40482939372233173 +0.31532535751286606 +0.22924948003241857 +0.3433366047757381 +0.20049442244423105 +0.22083786568715263 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.16484709655830804 +0.29732738182186136 +0.3008055444226079 +0.29682211746473625 +0.3010392200745375 +0.30723782331719895 +0.2059490705739936 +0.13284488073294864 +0.23945441837905213 +0.13284488073294864 +0.23160006909308997 +0.08856824209449758 +0.12804174103585667 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.16495793586544302 +0.15343040824540802 +0.1634600983570807 +0.16321353368406458 +0.16530334600873803 +0.16635772784966463 +0.17548284003590015 +0.1648429406623357 +0.1388591730501929 +0.1289158746733398 +0.1392423167468067 +0.1289084110635152 +0.13920201541769683 +0.12897424769640212 +0.12899635973124698 +0.129072935267861 +0.12879261392542496 +0.1327178661851911 +0.16508250416586726 +0.1707489807492663 +0.16483014685511854 +0.1751592712524136 +0.16454536381733395 +0.17467900740485698 +0.18660135580675807 +0.1973292101771649 +0.1866452470791705 +0.19709758907938907 +0.18682983784276694 +0.27521490391010384 +0.21243026127282152 +0.2742886141923441 +0.5205539863159705 +0.5572666162966474 +0.5891911426224178 +0.6271599436464138 +0.6198854305995097 +0.6516604635687034 +0.6821098859001669 +0.698553320132298 +0.7322670265138259 +0.428042464376149 +0.32207724833794005 +0.22924948003241857 +0.3283289654668609 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.20305034001728983 +0.1683861935460951 +0.1702829101434167 +0.33620410745656343 +0.591978151391888 +0.6170224465583725 +0.6369118444104831 +0.6745516532085823 +0.6531801022930698 +0.6855574698428301 +0.7046974118137824 +0.6922691018713865 +0.7199669795685254 +0.41748563355867996 +0.31956030904111143 +0.22924948003241857 +0.3324349670748852 +0.20049442244423105 +0.22118511073257893 +0.1487465006897804 +0.14684978409245877 +0.20491275295785055 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.31515976744443946 +0.5594498036267682 +0.5698003104942793 +0.5910294045234292 +0.6253738983668078 +0.609114569110241 +0.6303760004774848 +0.6199878666048302 +0.609633700440678 +0.6401097320066808 +0.3824184619177936 +0.32052623923983037 +0.22924948003241857 +0.34305642554421206 +0.20049442244423105 +0.22219297043307787 +0.1487465006897804 +0.15878569666890222 +0.14684978409245877 +0.2022564918806309 +0.16340378174217088 +0.1801843689614853 +0.20931301483642284 +0.21103715152134855 +0.3086039202278224 +0.5566859447018727 +0.5573536022424902 +0.5578553363746186 +0.5811726321539503 +0.5575039117870128 +0.5772018025194123 +0.57569568717369 +0.5681867651342412 +0.5949926183894234 +0.3459588854557069 +0.3179706174114358 +0.22924948003241857 +0.30092431564709815 +0.20049442244423105 +0.20954428551724189 +0.1487465006897804 +0.19941668090304646 +0.14684978409245877 +0.19885354417398357 +0.14684978409245877 +0.20446586631952396 +0.22261026703407794 +0.25207865727819495 +0.2743543754431024 +0.5394824693456557 +0.5551195578282326 +0.5668223731594701 +0.5945810337563711 +0.5792370823669318 +0.6000556288706659 +0.6103076493919725 +0.6236516510028457 +0.6439289330855025 +0.37534818510444157 +0.317086980340236 +0.22924948003241857 +0.3427175804505514 +0.20049442244423105 +0.22160350485754013 +0.1487465006897804 +0.12269889028966727 +0.12269889028966727 +0.152817112464171 +0.12269889028966727 +0.12269889028966727 +0.12813470387477593 +0.16484709655830804 +0.3039843580903663 +0.3233164726940734 +0.32890886940696473 +0.340064357957994 +0.3592934762716992 +0.19080782138785937 +0.1454120637694755 +0.22140913651578206 +0.20079014771676165 +0.13629101488181639 +0.09889551438010347 +0.12804174103585667 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.12459560688698891 +0.12459560688698891 +0.08856824209449758 +0.1459734620397571 +0.08856824209449758 +0.08856824209449758 +0.12160023443365285 +0.12028053383330041 +0.08856824209449758 +0.14901519139736352 +0.08856824209449758 +0.09201437624336535 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.19115109942312125 +0.14684978409245877 +0.1985542780732894 +0.1683861935460951 +0.2221590731351387 +0.29253898039303133 +0.5753100914275171 +0.5815352665259234 +0.5902190508639383 +0.6110499894345621 +0.5868244290310498 +0.5677884590619432 +0.5673078525885603 +0.5677168929200509 +0.5990964122654733 +0.3868406882679673 +0.30408577047514945 +0.2674777190514841 +0.30134756342989016 +0.20049442244423105 +0.17524959909472804 +0.173591452290163 +0.18797530778364813 +0.18777698409333554 +0.18723655941342487 +0.18750980083441782 +0.1876106675551507 +0.2506722150610488 +0.21518820156992247 +0.23813472639015 +0.5205019479034553 +0.5354646515489985 +0.5199077523925761 +0.5758437626672229 +0.548902661418298 +0.5553859479939235 +0.5584046949494355 +0.5669091934798427 +0.5907501634057097 +0.3814530887233704 +0.30572597607500535 +0.25627494926348693 +0.28182464760230863 +0.2547830508161763 +0.16484709655830804 +0.1487465006897804 +0.16017603917717999 +0.14684978409245877 +0.1885479523736177 +0.17361687849115764 +0.18737462204508876 +0.20879395222380265 +0.21079992385337115 +0.27877337885299025 +0.5599255247798334 +0.5574771120376731 +0.5614375712187665 +0.5813496201962389 +0.5619745492159415 +0.5670536304238861 +0.5679717080929801 +0.5682236927109873 +0.6000995586693995 +0.39084797731573667 +0.314183870201227 +0.22924948003241857 +0.32851180030646876 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.17626134209994127 +0.14684978409245877 +0.1986152314826929 +0.14684978409245877 +0.19894357443517413 +0.1683861935460951 +0.22220967350369059 +0.2788287113845204 +0.5635977988061152 +0.5650141333221322 +0.5730831165378416 +0.5972414742812444 +0.5737762739894 +0.587425937378282 +0.5903072703800631 +0.5824924217091518 +0.6052546954121168 +0.39587795164073103 +0.30516727586402176 +0.22924948003241857 +0.3322563008013775 +0.20049442244423105 +0.17677936171869138 +0.1487465006897804 +0.20209759956156267 +0.14684978409245877 +0.14684978409245877 +0.16013606154820492 +0.14684978409245877 +0.21015734981256912 +0.21150611369311534 +0.3587203141530314 +0.6343118178660019 +0.6363387979206814 +0.6479691115848998 +0.6259414902652063 +0.5916339730556907 +0.5848812461906024 +0.5906818782281567 +0.5835127534977275 +0.6107254630591488 +0.40196720632436667 +0.3066756441958858 +0.22924948003241857 +0.29325096130054307 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.159774065897138 +0.12269889028966727 +0.17558981961027503 +0.12269889028966727 +0.1736004955358069 +0.14481331506319625 +0.21607608754162871 +0.23099263151950758 +0.23097823550517108 +0.26324292295678053 +0.2661753023780952 +0.28344617776541864 +0.22905152950585062 +0.13284488073294864 +0.24227284145422842 +0.13284488073294864 +0.24464225110224588 +0.12459560688698891 +0.16946897816351578 +0.12458064206939344 +0.17723586452527107 +0.12458064206939344 +0.17543003084781036 +0.12458064206939344 +0.18515398173137243 +0.12269889028966727 +0.18438107462239492 +0.12269889028966727 +0.18450160763209197 +0.12614502443853504 +0.18627929756882988 +0.08856824209449758 +0.15025991231126676 +0.08856824209449758 +0.15092569957562052 +0.08856824209449758 +0.14016573006520897 +0.08856824209449758 +0.14028528664324347 +0.08856824209449758 +0.14026383179622776 +0.12804174103585667 +0.1761732197532739 +0.12458064206939344 +0.17624722814783866 +0.15583394216050123 +0.1762448299162995 +0.1639855797134827 +0.19883380685861096 +0.18614638258247762 +0.1984403709718629 +0.18613603072123175 +0.19877561590939632 +0.20784593856329608 +0.22180588022463857 +0.2807826253597545 +0.577224931722982 +0.5869495862808458 +0.5880759164686706 +0.6153939992113016 +0.5898631489911442 +0.5821150424482697 +0.577646366356375 +0.5890238922709046 +0.6050283385640706 +0.392338971328597 +0.30916530585611307 +0.22924948003241857 +0.3049619060341011 +0.20049442244423105 +0.16484709655830804 +0.1620995361552785 +0.17416597547393523 +0.18799401464427917 +0.18800920344101132 +0.18743176290457353 +0.18760995022484503 +0.2089959766766926 +0.21076784729542644 +0.2869602109098608 +0.5900032272600209 +0.5963993909726831 +0.5972102810321878 +0.6191572253637525 +0.5965402219604894 +0.598955495356292 +0.6005361193361217 +0.6016500970984449 +0.6211866190769865 +0.40592440431921967 +0.2934884040378333 +0.22924948003241857 +0.34304508027385655 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.15623908988442642 +0.17642150869867163 +0.18696890609667124 +0.2601708591269837 +0.2191979484588811 +0.2380723567240012 +0.5430798934014461 +0.5593823096695675 +0.5746123979941425 +0.6070073657200633 +0.5977889068380327 +0.6227760080357225 +0.6326360420068994 +0.6316967131359964 +0.6372278004178098 +0.40940735677715845 +0.3254289754426332 +0.22924948003241857 +0.33260540278503264 +0.20049442244423105 +0.22107385723413234 +0.1487465006897804 +0.14684978409245877 +0.14684978409245877 +0.20238824705010855 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.3404788337869984 +0.6341988692422292 +0.6477912020253805 +0.6588841198384399 +0.703666783281355 +0.6820423780504383 +0.6735958545403933 +0.6770542733916489 +0.6779471817253814 +0.7174201898417043 +0.5042302598807478 +0.334028383135532 +0.22924948003241857 +0.27694372300621173 +0.20049442244423105 +0.18520536870664786 +0.16154616323556537 +0.18769042025337884 +0.18798676914869586 +0.18683843021623883 +0.1870666543793759 +0.18388601815248376 +0.20835545329785743 +0.20719273102752994 +0.26996647176194166 +0.5508783554780365 +0.5204698820616245 +0.5450026004476082 +0.575877273009073 +0.55073872807453 +0.5579767343236054 +0.5622479220467507 +0.5598598798231259 +0.591302556850403 +0.3819906445541615 +0.3202991802574189 +0.2531200937938413 +0.29155301823250224 +0.24524030123176366 +0.22003466078166178 +0.1487465006897804 +0.17379179486338361 +0.12269889028966727 +0.17039068103826066 +0.14720813273941155 +0.17048918521791318 +0.2191693859479449 +0.2259460895656601 +0.23317639348017483 +0.23091026049598487 +0.2507709212389221 +0.2668598846115202 +0.27640072230799945 +0.20657644133289035 +0.13284488073294864 +0.22946376415001218 +0.13284488073294864 +0.22123543653896213 +0.12459560688698891 +0.12804174103585667 +0.12458064206939344 +0.14745871093027935 +0.12458064206939344 +0.17742967709786714 +0.12458064206939344 +0.18459136346059446 +0.12269889028966727 +0.184604549856575 +0.12269889028966727 +0.18434832918306573 +0.12614502443853504 +0.1859306158214823 +0.08856824209449758 +0.14993055409624567 +0.08856824209449758 +0.1499903453310516 +0.08856824209449758 +0.15071291488242505 +0.08856824209449758 +0.15070226816349416 +0.08856824209449758 +0.15076691259644084 +0.12804174103585667 +0.18661595323722632 +0.12458064206939344 +0.18681814465931756 +0.12458064206939344 +0.18687514432472668 +0.12458064206939344 +0.2085526391385014 +0.14684978409245877 +0.20841965084419226 +0.14684978409245877 +0.20841759428583673 +0.1683861935460951 +0.23253231408738867 +0.27605238571926966 +0.5659832888317413 +0.5712375888560655 +0.5754548467320042 +0.6001330247452937 +0.5766445587387342 +0.5825703065420271 +0.5746699760709078 +0.5750369318177739 +0.5961839373273682 +0.38834878446595145 +0.3011634279087468 +0.27081427411542247 +0.26922122088696676 +0.27501506077833177 +0.2170539541318375 +0.1487465006897804 +0.19899198569853432 +0.14684978409245877 +0.19844249823972823 +0.14684978409245877 +0.19801304129028288 +0.1683861935460951 +0.2275349340248524 +0.23823047159025507 +0.542984977771215 +0.5498533868825288 +0.5546749592320457 +0.5761823687056992 +0.5457572007947709 +0.5504432149693783 +0.5529972269206259 +0.5506839890361662 +0.5472611526876343 +0.37065917323546005 +0.31853770778868207 +0.22924948003241857 +0.30647772048955874 +0.20049442244423105 +0.16484709655830804 +0.16943765163080063 +0.18901463189513226 +0.18734476104031306 +0.18728973936826115 +0.18712140914193165 +0.18765391651410074 +0.25826997446498257 +0.22480632377155627 +0.237689696799536 +0.5199945724044477 +0.519888034891445 +0.5198854093628964 +0.5391151514293918 +0.5150779828603034 +0.5344692737633725 +0.5557398816215531 +0.5524920426267345 +0.5763716013794761 +0.33998202213337086 +0.320559580919077 +0.22924948003241857 +0.3070075174064455 +0.20049442244423105 +0.16484709655830804 +0.15861841080369754 +0.18921272104363518 +0.1875722169929823 +0.1666788449289273 +0.18731933688628094 +0.18740641306523256 +0.23608177571380143 +0.2573377730313396 +0.23792662258477915 +0.5199142594499806 +0.5198595063723321 +0.5197622645943878 +0.5743986566047539 +0.5474465027788477 +0.5520637883710845 +0.5525485285212165 +0.5521353764175208 +0.5775769121635717 +0.33998339413654716 +0.29679793858081177 +0.28996400111433024 +0.30838841362487596 +0.20049442244423105 +0.16484709655830804 +0.15664806688659538 +0.14684978409245877 +0.20139133847319307 +0.16229119283146673 +0.1984890793775853 +0.1860852177237198 +0.2517220114074508 +0.21948118348690646 +0.238427541999929 +0.5202889637227696 +0.5199430000226798 +0.5196814583469315 +0.5778506710183959 +0.5535986091227636 +0.57096551542777 +0.576350452693188 +0.5721030005656618 +0.5866993147548221 +0.34481960718998267 +0.3300104038630813 +0.22924948003241857 +0.3300100632917505 +0.20049442244423105 +0.16484709655830804 +0.1585804571440524 +0.16516250945860741 +0.16338693367847107 +0.16490226891526918 +0.1628351486358746 +0.17351850415617626 +0.18781353150805655 +0.2330635030344295 +0.20299166658686707 +0.2308307158472531 +0.26712127520733564 +0.29021847811582324 +0.3187338156459399 +0.1800485283725087 +0.13284488073294864 +0.26213940684572734 +0.13284488073294864 +0.22427515539083356 +0.1803319258697478 +0.12804174103585667 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12269889028966727 +0.12614502443853504 +0.12459560688698891 +0.08856824209449758 +0.13047058376710904 +0.08856824209449758 +0.14411456976311932 +0.11435083516631595 +0.09871626882211584 +0.11061768859505089 +0.14715677392153365 +0.14817863544258555 +0.08856824209449758 +0.12804174103585667 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.12458064206939344 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.14684978409245877 +0.1683861935460951 +0.1702829101434167 +0.38259752058537083 +0.6612794392616579 +0.6148046175542895 +0.6337408162503755 +0.6685824743918956 +0.6273500714611223 +0.6165061035698154 +0.6076136225267996 +0.6082893673056019 +0.6255004148139708 +0.4129924163667812 +0.3010827511086633 +0.22924948003241857 +0.30831493250609526 +0.20049442244423105 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.1729383937769454 +0.18716533690719286 +0.18723245710816666 +0.18729555100327758 +0.20961134636891426 +0.21045737559366412 +0.24280122824617748 +0.5204014439796215 +0.5201920804941831 +0.5532804244683326 +0.5393081080872242 +0.5152720352108441 +0.5200128489346196 +0.5199923348188721 +0.5493133841163239 +0.547276090991927 +0.3402069743500666 +0.32559546402575945 +0.23197391706361278 +0.29669627142581173 +0.24537581294310332 +0.2203493551728764 +0.1487465006897804 +0.19810445735096366 +0.14684978409245877 +0.1979522841258866 +0.1730419492174088 +0.194489090441306 +0.259508499339847 +0.22281514384944542 +0.2382908651171342 +0.5206015373411144 +0.5204578765122491 +0.5201164602576493 +0.5395161660375579 +0.545936888940451 +0.5506943525051613 +0.5506571589315364 +0.5506603493936308 +0.5778960796504535 +0.3400039913063057 +0.31208768616553867 +0.22924948003241857 +0.3061996113006699 +0.20049442244423105 +0.16484709655830804 +0.15856166505468675 +0.1891863802686068 +0.18762895748357772 +0.18798621086172893 +0.18756637601219775 +0.18752051878600623 +0.21501875873529008 +0.2101855655766149 +0.27278738894992505 +0.5610698648617733 +0.5666482250995079 +0.5679038882067717 +0.5759093951384575 +0.5509061267669768 +0.553779070576528 +0.554736988096121 +0.5545837539728729 +0.5821202923140338 +0.37457774443958314 +0.3236383400047843 +0.22924948003241857 +0.30572461345879337 +0.20049442244423105 +0.16484709655830804 +0.17195262094425964 +0.14684978409245877 +0.19986560239170822 +0.14684978409245877 +0.19896587943482816 +0.14684978409245877 +0.2209398880559989 +0.1702829101434167 +0.35812699390345976 +0.6231339057011409 +0.6355609445890507 +0.6416163747887863 +0.6520695644488165 +0.628520474471222 +0.5896876138084961 +0.5800859292980635 +0.5730544985348254 +0.6050727433075069 +0.392897918939781 +0.32848316951419526 +0.22924948003241857 +0.3069800561777357 +0.20049442244423105 +0.21935744740215987 +0.1487465006897804 +0.1743541445762283 +0.12269889028966727 +0.1658894728433058 +0.14505165197388523 +0.17040991113441004 +0.16766307454540103 +0.20843767194328283 +0.26300039606697123 +0.261767504693465 +0.260599849063452 +0.2309297054599761 +0.2403346443250343 +0.25140985653813525 +0.13284488073294864 +0.26104513203200913 +0.13284488073294864 +0.25576224825101646 +0.12459560688698891 +0.17508094033335375 +0.12458064206939344 +0.17234255375696256 +0.14908537463854585 +0.17148958566953723 +0.16404949898303647 +0.16909959856477844 +0.16191272436484272 +0.17021966394976523 +0.16196951421371386 +0.17018046414246046 +0.1653927004239836 +0.1721214474083065 +0.16369667265510585 +0.13593520378245091 +0.1272057445393988 +0.13991921641083024 +0.12763708452009742 +0.14019139914743564 +0.12795331985234557 +0.13949534603407426 +0.12775926952996297 +0.13941983240211295 +0.16721682995699635 +0.17418053262895886 +0.16362114788468765 +0.1852061864794589 +0.16344295792532082 +0.18581444122282706 +0.1634274445858067 +0.2081240667022145 +0.18566101750117153 +0.20682641002028404 +0.18562831500495083 +0.19774909899150006 +0.2653632291027557 +0.2161849407055279 +0.2749057420160519 +0.5210198156753046 +0.5207493032909136 +0.5206261607614983 +0.5398632386262551 +0.5157587430102156 +0.5202754037583134 +0.5201606680734532 +0.5200254435265664 +0.5475491426103279 +0.3404281361616292 +0.3285011206849151 +0.24199004641483643 +0.30252327579520466 +0.245390423752136 +0.1858890157577272 +0.19105859226442573 +0.18745173961244577 +0.19409996322539597 +0.1834643176990448 +0.1973743202815679 +0.18227336779379535 +0.26720924802391666 +0.2010978187272237 +0.274977332192658 +0.5209859612383064 +0.5209086350628471 +0.5209084547764731 +0.5401914231936867 +0.5160559346349894 +0.5208428366895156 +0.5208417004204027 +0.520896609752675 +0.5482681451434238 +0.34115943770298157 +0.33391054697542527 +0.22924948003241857 +0.3029953744298509 +0.20049442244423105 +0.20178077180535947 +0.1487465006897804 +0.19718751128964818 +0.14684978409245877 +0.20609730992934405 +0.14684978409245877 +0.19931615031755287 +0.23602854485593655 +0.24075176003656173 +0.27505925057639263 +0.521079222236734 +0.5210095037235997 +0.5208796988087443 +0.5401294789621253 +0.516085604881332 +0.5207809638920927 +0.5208307593817387 +0.520880215367668 +0.5481416883143224 +0.3411258599442525 +0.3343995151584239 +0.22924948003241857 +0.3046333654018853 +0.20049442244423105 +0.20071046504190318 +0.1487465006897804 +0.19353180150418384 +0.14684978409245877 +0.19428581538454945 +0.14684978409245877 +0.19268716131108424 +0.2591903069068909 +0.2226340544325123 +0.2757598381768167 +0.5216797184729386 +0.521366287675064 +0.5211533441984124 +0.5404289727981141 +0.5161689312816813 +0.5208614087620985 +0.5208466487372091 +0.5208897668125321 +0.5482149027616139 +0.3411935392077401 +0.3330061723382658 +0.22924948003241857 +0.30428288637598216 +0.20049442244423105 +0.20739521869284155 +0.15974593122093592 +0.1912915867713239 +0.18611960365747826 +0.18610053390591355 +0.18579974797292512 +0.18188048745382127 +0.2686488370319412 +0.21220601980246945 +0.2756196897303127 +0.5215003420251534 +0.5212026274920972 +0.5209996221307596 +0.5402893816095922 +0.5159963903971737 +0.5204840329568995 +0.520457785833482 +0.5204508917328888 +0.5478216789645729 +0.3409372723651769 +0.3367155641654456 +0.22924948003241857 +0.3053208586048456 +0.20049442244423105 +0.21554218544766526 +0.1487465006897804 +0.17912881477209475 +0.12269889028966727 +0.17723882274988342 +0.12269889028966727 +0.17397991524019416 +0.21951619158194685 +0.2276818171955219 +0.26873696480889486 +0.2315560226100837 +0.23166737632596227 +0.2315735234464505 +0.24115537063681106 +0.24745389132013967 +0.13284488073294864 +0.25520084173024266 +0.13284488073294864 +0.2578412223734886 +0.12459560688698891 +0.17512271748685787 +0.12458064206939344 +0.1733762472361344 +0.12458064206939344 +0.1809296744557162 +0.12458064206939344 +0.17837868556539677 +0.12269889028966727 +0.1782090990843005 +0.12269889028966727 +0.1781936533734228 +0.12614502443853504 +0.18020118329242352 +0.12459560688698891 +0.1435165307504408 +0.08856824209449758 +0.1438791590618491 +0.08856824209449758 +0.14450874835998834 +0.08856824209449758 +0.144769050919089 +0.08856824209449758 +0.14494370930634534 +0.12804174103585667 +0.18324165412037446 +0.12458064206939344 +0.17935806626021766 +0.12458064206939344 +0.1874075391270288 +0.12458064206939344 +0.20378745317039115 +0.14684978409245877 +0.2046203740057945 +0.14684978409245877 +0.20816374956715553 +0.2331648078689691 +0.24994485755658968 +0.2770690579261843 +0.5227446639902097 +0.5224234139125727 +0.5218575178286655 +0.5408292176844853 +0.5164862448325003 +0.5210921263625922 +0.521090145744498 +0.5207141419279357 +0.5485217117521624 +0.3416972792883101 +0.32307154585488035 +0.26958824013201343 +0.3016179662895856 +0.25492794079194747 +0.22236415383014807 +0.1487465006897804 +0.20253606469356783 +0.14684978409245877 +0.1990637457181039 +0.14684978409245877 +0.19459717941341295 +0.2592093197024864 +0.22191813048116257 +0.2757322196194671 +0.5217404424449069 +0.5214205583382531 +0.5211856385272059 +0.5404872571186049 +0.516270712958392 +0.5208492038422115 +0.5207731376860255 +0.5206796160241327 +0.5479302106118386 +0.34077450680969557 +0.334554579244949 +0.22924948003241857 +0.2975099415849127 +0.2312786829703827 +0.21810704540936596 +0.1487465006897804 +0.19848401107932145 +0.16145987469178713 +0.19764192308078454 +0.18634733241471843 +0.19767879215324094 +0.28360807258966286 +0.23235091112620893 +0.27436907452137244 +0.5204854252133424 +0.5502713372289355 +0.550824311241425 +0.5699906515105368 +0.5475359742802539 +0.5504619362766014 +0.5504990815501065 +0.5503910704006731 +0.5778122111721978 +0.3724999510856713 +0.32144666452243054 +0.22924948003241857 +0.3067388788952699 +0.22851802804314825 +0.17410966216907695 +0.15859039737290997 +0.18806932028500167 +0.18835578110549508 +0.18743842620753287 +0.18715956824039479 +0.18715384561112033 +0.2087806088555508 +0.2105703153437153 +0.3175438083920352 +0.5619882430043438 +0.562949375977311 +0.5636478879047173 +0.579561488280131 +0.5557120533530534 +0.5645535656314405 +0.5659132322820848 +0.563063746275066 +0.5865389532201918 +0.378472618898297 +0.2934497085700581 +0.25434575308500884 +0.2811612825748725 +0.2548152052424577 +0.16484709655830804 +0.1487465006897804 +0.14684978409245877 +0.17715635767460225 +0.14684978409245877 +0.19961802106279106 +0.14684978409245877 +0.2198131229899777 +0.18972305160330954 +0.274245116442601 +0.5204065691001764 +0.5201823976416581 +0.5200106780988776 +0.5392650476959344 +0.5465129031662631 +0.5511312476515656 +0.551532472791674 +0.5517091774966449 +0.5790631906239203 +0.37110365201388174 +0.3021284714667303 +0.2726499367300335 +0.28145303274710315 +0.2546947347532875 +0.16484709655830804 +0.16531613741255125 +0.14288929677990136 +0.16378949231781229 +0.16356693953601512 +0.1630895920476507 +0.14932379312352687 +0.21288050202879988 +0.21392450987715886 +0.2694814457119637 +0.23083384476137167 +0.23046123044515998 +0.26117263165440896 +0.2767994329619545 +0.20340432038837022 +0.13284488073294864 +0.21909310145416555 +0.13284488073294864 +0.23216770626763777 +0.12459560688698891 +0.15986844892755445 +0.12458064206939344 +0.17693797900498245 +0.12458064206939344 +0.17539584714227835 +0.1469345510220564 +0.173327268290097 +0.16205381489629447 +0.1696756266942415 +0.16184700491271392 +0.16702092750929112 +0.1651706463036177 +0.16795813885911096 +0.16355998564676164 +0.1355024928756166 +0.12781931143493097 +0.13468933975632855 +0.12775595051552457 +0.1395249752462858 +0.08856824209449758 +0.14856510355559957 +0.08856824209449758 +0.1478463482531191 +0.12804174103585667 +0.1808109429065216 +0.12458064206939344 +0.1787219039536116 +0.12458064206939344 +0.17781203351607505 +0.12458064206939344 +0.2044250713160743 +0.14684978409245877 +0.20698514864706244 +0.14684978409245877 +0.20729810994907522 +0.23588333771834197 +0.2516170642805748 +0.27456321022756086 +0.5206524500483276 +0.5205449000183264 +0.5203377983140272 +0.5394355184975513 +0.5504286638746898 +0.5505249105707128 +0.5521801559067837 +0.5523667375835446 +0.5825908335451543 +0.37236619066915894 +0.31953543823237185 +0.22924948003241857 +0.30485490777214624 +0.22537361950900414 +0.18596000594568188 +0.17340459985538992 +0.1877396485764912 +0.18781317464186606 +0.18754486736963216 +0.18680990295282132 +0.19458388999441562 +0.25661281867406205 +0.2385458993652512 +0.27443084226357267 +0.5205783162543544 +0.5202976167140764 +0.5201078161740141 +0.5395298242143857 +0.5152774959912831 +0.5198882389643492 +0.5198509613950212 +0.5199566390492553 +0.5472044111683655 +0.3402562765273143 +0.32693019898950654 +0.22924948003241857 +0.306070206018298 +0.23977853047507602 +0.16484709655830804 +0.1671671219817964 +0.14684978409245877 +0.20016057872507076 +0.14684978409245877 +0.20361359395612472 +0.14684978409245877 +0.28766426665951683 +0.1702829101434167 +0.2745213187865822 +0.5207173309751832 +0.5205524021593855 +0.5204666760688209 +0.5398049230515548 +0.5155161433467164 +0.5203116925031845 +0.5201192829104558 +0.55909258729891 +0.5854299239359604 +0.3750544945280274 +0.3265631571220855 +0.242024107459908 +0.29885077189472586 +0.2454195545508985 +0.21469228580946143 +0.1487465006897804 +0.1993357622695048 +0.14684978409245877 +0.19877275856130167 +0.14684978409245877 +0.19913329979211147 +0.23809616541467973 +0.269034858569357 +0.27429986795207517 +0.5203035534659257 +0.5200303573594438 +0.5199013878724983 +0.5393571391427122 +0.5151601286956724 +0.5198647936088981 +0.5201256568096039 +0.5201312614090379 +0.5475560694845151 +0.34044177643663304 +0.3294155948026536 +0.22924948003241857 +0.30363099413784206 +0.20049442244423105 +0.2178146984515759 +0.1487465006897804 +0.19362846864662403 +0.14684978409245877 +0.1996112211127603 +0.14684978409245877 +0.19343547785367413 +0.23573149082797154 +0.22586850119276686 +0.27515715928515544 +0.5209780083107873 +0.5208458713949854 +0.5206775523138925 +0.5400243096244929 +0.5159026470348408 +0.5205149759606783 +0.5205131468432018 +0.5205467922231405 +0.547917362826521 +0.34088681776197816 +0.32442177434596525 +0.2652734080867722 +0.28569765700654626 +0.256134755247402 +0.2090304890743526 +0.1487465006897804 +0.16777204303458879 +0.12269889028966727 +0.17318854712855267 +0.12269889028966727 +0.17325548351398362 +0.1949739462689457 +0.22827539040303566 +0.24451503041897465 +0.23139014465781368 +0.23122275796709482 +0.23103940273653517 +0.2403466550778226 +0.23490665285168366 +0.13284488073294864 +0.2200600993305931 +0.13758751940874628 +0.2245905138316623 +0.12459560688698891 +0.18130693531244085 +0.12458064206939344 +0.1757112149410455 +0.12458064206939344 +0.18058779288853305 +0.12458064206939344 +0.18385890327500207 +0.12269889028966727 +0.18401837740333804 +0.12269889028966727 +0.18317486492066717 +0.12614502443853504 +0.184663963861324 +0.12459560688698891 +0.1490022030488625 +0.08856824209449758 +0.14979635731787813 +0.08856824209449758 +0.15035858280425737 +0.08856824209449758 +0.15085267982849618 +0.08856824209449758 +0.15066361186682428 +0.12804174103585667 +0.1865923055652224 +0.12458064206939344 +0.18559772994604493 +0.12458064206939344 +0.18628132300253916 +0.12458064206939344 +0.20853899515328916 +0.14684978409245877 +0.20866961510622367 +0.14684978409245877 +0.20720818542028993 +0.23512337066164996 +0.25708550069192204 +0.2749724145668036 +0.5210777518119039 +0.5209262189029975 +0.520899709405309 +0.5402132959001157 +0.5160855370707158 +0.5208431526126144 +0.5206948171298202 +0.5209185564556301 +0.5483144113251792 +0.34137799999118756 +0.32970575489908893 +0.2682741270554332 +0.2904857390284519 +0.25622652228045234 +0.1958574602131486 +0.1487465006897804 +0.19246862524512268 +0.14684978409245877 +0.191516693703156 +0.1748086770327953 +0.1883342834724963 +0.2549376606951864 +0.21445482743143607 +0.27703035458810027 +0.5227363892256118 +0.5223992252940852 +0.5218216853735724 +0.5410269847178717 +0.5167763671314699 +0.5214500347700848 +0.5214516589056188 +0.5214031747724225 +0.5487704231784525 +0.3416993078285301 +0.3191450082833017 +0.22924948003241857 +0.3039355058127966 +0.20049442244423105 +0.18673616167488583 +0.1487465006897804 +0.19257802820722825 +0.14684978409245877 +0.19155386290251486 +0.14684978409245877 +0.2025770580310993 +0.23407137867692393 +0.2425019233383663 +0.27624146421625384 +0.5220426427374283 +0.5217307804793379 +0.521551254414098 +0.540731827277067 +0.5164525940344166 +0.5210636595654268 +0.5210476279456172 +0.521226544579231 +0.5486177236936525 +0.3414695220364867 +0.3295636891466317 +0.22924948003241857 +0.29940816357079797 +0.20049442244423105 +0.20647859448924577 +0.1487465006897804 +0.2037068413687504 +0.14684978409245877 +0.19846521550207077 +0.14684978409245877 +0.19571472430120268 +0.25926133466030915 +0.22594554929169433 +0.2761981832155096 +0.5221981500017419 +0.5220035669832094 +0.5217322026731156 +0.540978001706475 +0.5167763447349344 +0.5214587682391065 +0.5213661664167728 +0.5213086303494292 +0.5486805345004513 +0.3417171436330145 +0.33320045027805345 +0.22924948003241857 +0.31497527457090674 +0.20049442244423105 +0.19088253026041568 +0.1487465006897804 +0.19304844601504986 +0.14684978409245877 +0.19293474185417667 +0.14684978409245877 +0.19238284229117456 +0.2591047834512301 +0.22282282299152742 +0.2755514744529654 +0.5215679146782487 +0.5211931480981344 +0.5210461140218254 +0.5402340623996269 +0.5162364166364508 +0.520852559009113 +0.5207193782030536 +0.5207097340645194 +0.5479534172572782 +0.34100616326205513 +0.33491989673175554 +0.22924948003241857 +0.3097956380481623 +0.20049442244423105 +0.21975927076724208 +0.1487465006897804 +0.17452302595656025 +0.12269889028966727 +0.1851816038460505 +0.12269889028966727 +0.1833904383094353 +0.19718201161624835 +0.25133179230020103 +0.24604433001800663 +0.2312349911797932 +0.23126743089567522 +0.23111716497601073 +0.24051912206594345 +0.2516136660189376 +0.13284488073294864 +0.2599878388411867 +0.13284488073294864 +0.26573663494201566 +0.12459560688698891 +0.18102466002834533 +0.12458064206939344 +0.17618502518362603 +0.13996570532073443 +0.17621572044251152 +0.16389381444618828 +0.17407699624856832 +0.16190814331135225 +0.17281735668817996 +0.16188159963778223 +0.1733185872645627 +0.16520723634078516 +0.17514760237482194 +0.16342472982216227 +0.13586316328976333 +0.1275331871463686 +0.13591383277711888 +0.1278373708709112 +0.1361290085787927 +0.1278600071816966 +0.13535931418276467 +0.12788059089802603 +0.13131389223597423 +0.171168491715802 +0.16599490320985083 +0.17459626919610302 +0.17055518177199094 +0.1748544703840908 +0.16588884910417612 +0.17426272419475144 diff --git a/example/run/baseline_scenario/opendss/profiles/load_8.csv b/example/run/baseline_scenario/opendss/profiles/load_8.csv new file mode 100644 index 0000000..7d4e128 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_8.csv @@ -0,0 +1,8760 @@ +754.589812722481 +339.5118125577772 +802.2347526837925 +339.5118125577772 +642.91154958364 +339.5118125577772 +642.6389507312715 +362.19617037921245 +700.7021502519249 +491.507385353534 +713.277179667545 +364.78852445545346 +797.5762184579787 +364.78852445545346 +839.8634388378057 +364.78852445545346 +822.9586924125166 +369.30780074232416 +634.334036031377 +416.7094457237876 +708.5529828640239 +507.162742220059 +656.2577960709582 +553.0527115017427 +746.491993078854 +575.6336590425466 +701.0746278040182 +602.1309310266537 +779.4020304436683 +805.143010612863 +1323.93636901509 +1376.716267323771 +1283.094509246843 +1260.5566696248618 +1289.5327487683137 +1267.0834025290533 +1297.0182073284473 +1266.9355006423289 +1296.8329320848793 +1266.470491644459 +1296.5351904870602 +1456.2301457984731 +898.6627805685222 +915.9707363795416 +569.0390894868755 +669.0782352662285 +631.428656554926 +436.1749168413096 +781.4469266062991 +433.8723538506273 +694.6816352963881 +574.1631856515561 +767.1057054773472 +824.0883448818479 +1294.583865402398 +1368.7111355181767 +1237.452754693426 +1239.1312972030826 +1238.1527617500653 +1241.0279105664883 +1238.213689363978 +1239.438728415324 +1235.2115440908092 +1238.1010896551277 +1234.1315237296096 +1434.0505589834227 +831.4316832284507 +959.3255229647813 +570.2318396765015 +673.0256704245439 +624.3399129441133 +526.2371057361173 +689.9447650971982 +566.6424748962409 +685.4024486701184 +598.3407687121907 +768.7131102621639 +824.9078925257489 +1296.345827530893 +1363.6699331048455 +1235.1160929001544 +1237.6242703239516 +1235.2837964960256 +1241.2564087013911 +1236.4593284996063 +1242.7268121046159 +1237.4306662852687 +1238.5275034584636 +1234.3009007114388 +1433.7039462030045 +831.6387096289495 +959.5612307729775 +626.7583797697721 +672.5252453157449 +762.6689083529872 +435.70713768405534 +822.4518241002509 +433.54220854176657 +819.8359087883846 +462.21178670747076 +768.5105146719288 +824.4555026212182 +1295.1642996158125 +1363.142797102277 +1234.3295665518272 +1239.9423731908919 +1243.5211843663412 +1256.4829258425505 +1257.3487905083823 +1254.2691257583454 +1251.235894827385 +1243.1727837256342 +1236.8639791234743 +1433.6585114560914 +831.1983686152158 +926.5492522755796 +569.9136810073686 +672.0600261729878 +722.1023946147209 +435.7968000078527 +813.5531166292881 +433.5579592746683 +811.0408967857809 +462.3405823741966 +698.0373567975067 +836.8925878314055 +1222.3025179615654 +1379.579463786945 +1159.3270353537387 +1253.6107306547542 +1222.5494723579827 +1246.0587297917907 +1234.382275184096 +1237.4349619098725 +1241.0521941818922 +1240.5916222452634 +1234.069471669134 +1421.739578984191 +841.7353736917748 +919.0369176703506 +569.0161820744901 +669.2866623508123 +740.4197944845753 +436.03471087438453 +810.6897764889181 +434.0178448833497 +813.9537450588535 +439.6455042334036 +728.9893007606973 +466.28094478164803 +832.8455987371304 +863.7462565208467 +733.4190090518003 +951.6211840151122 +920.5396737229225 +931.8620704856487 +907.2746823424635 +936.8462379752821 +921.4016825491362 +655.5537139766044 +571.6092032022364 +780.8797862854007 +698.2878203034127 +810.6365799242731 +705.8359876403212 +445.33598641299665 +699.2836717302383 +444.322182250259 +675.9019840386426 +430.034653451003 +675.0293701581343 +435.03439052215145 +682.0269228340737 +434.44593963275946 +735.130297777111 +449.2137963461365 +828.6237679635873 +461.3593200145791 +810.3105550539627 +446.6238134239224 +819.593744306328 +447.0137659533384 +812.5975402026611 +459.6393664126576 +822.4175541660677 +511.94682669267746 +676.3539598376827 +522.1376556776227 +678.3059148124822 +522.2215944284055 +677.9777815850878 +520.9953562956779 +697.1512604162156 +543.2546688570764 +694.9618935112785 +648.9185446654576 +698.745521469767 +835.8857321386879 +1223.3296501052869 +1376.428501564789 +1159.5910003554613 +1252.3163878026257 +1159.272204545545 +1254.2107915742395 +1224.4329381737577 +1255.9050560104868 +1224.3007843187952 +1255.5240751375866 +1222.1051889312541 +1446.975312396482 +832.1204087134126 +971.2526807008192 +571.3307992258506 +684.3019091017258 +733.7555565796081 +445.8316691468296 +810.3282236650709 +443.6591892316587 +775.9454365492975 +472.68625086808976 +699.2534514723367 +837.3186854170166 +1223.5646090185408 +1376.6287087320986 +1159.424201773889 +1252.8767761786075 +1227.7553346406157 +1270.0006109495755 +1255.611641756648 +1276.9335309992393 +1260.3393800004797 +1289.135217415319 +1258.7686699795781 +1471.667760461126 +855.4774736049541 +946.2282440416503 +643.5865252828836 +666.018621263721 +733.4310873899198 +363.7714401188651 +833.4898695006011 +361.8241671539215 +833.0260705348178 +390.62255518579565 +834.0126482802477 +835.2868367316962 +1323.664067341481 +1515.8174478927388 +1396.1806823852387 +1460.5830228985374 +1469.1430520988729 +1508.4865272547952 +1475.965920836634 +1525.249413120949 +1510.6055270641002 +1542.7094428824419 +1526.3468673945526 +1738.93405389993 +983.2642746375259 +990.3358396866047 +648.3198242507615 +683.0571885453547 +740.7584037070368 +446.1637045983996 +804.6596970406865 +463.4033132011858 +681.9624418370541 +502.23848651647575 +702.5118776264948 +834.9690222789413 +1224.7688850845047 +1371.911720949719 +1164.641842522881 +1244.5585445319618 +1161.9097869589245 +1246.0375891824342 +1160.9741682691736 +1250.6084549271427 +1223.3567468218855 +1252.1116894671095 +1159.6230903551736 +1446.7782906119971 +832.2479542547997 +970.5339940476281 +570.8310386011639 +684.7034046994601 +756.2302473694056 +446.10340813435135 +812.6257278830074 +443.9620085653712 +810.560944858026 +472.6419924295284 +697.4005039564539 +836.6259661351837 +1222.3765327684116 +1377.531455174321 +1159.340763035201 +1255.0507317114154 +1239.1076367570258 +1291.4260967260286 +1259.6560419049965 +1323.9391186677626 +1301.7318121677831 +1333.4963954399202 +1301.0551032665385 +1521.145177046117 +924.6603849295121 +964.8676328520119 +647.0550309486676 +693.1862882989797 +709.0102474230157 +436.1950119562908 +817.4051212474182 +434.1151551109886 +814.7088412220938 +434.1259717253573 +818.7835957333359 +407.2017382851155 +560.6299612052779 +876.3171428097344 +758.1399311059355 +1007.1275215138959 +987.7691550109331 +1020.0839628067475 +987.4424000765559 +1007.232112341003 +994.5068403688255 +676.4969741701767 +663.0274875142825 +785.757738746941 +773.6869651920784 +813.1713253630373 +580.8952766682942 +436.2939896925728 +698.4594252331583 +436.1303725270446 +664.2007373078815 +411.7538958910698 +628.6665585044623 +411.6135547370154 +620.2445321806833 +411.7109389480134 +618.2637231469259 +426.069222956858 +668.3003348164341 +436.9879515927705 +703.3841359207195 +437.4946094618559 +784.5003649879166 +437.66609018263847 +842.2978806234914 +438.02611600074016 +869.6093135166373 +414.27880932049356 +616.8408034062128 +417.8505438868513 +667.6869270115067 +424.29420976387837 +731.6681208100234 +423.98996244491605 +788.5154504796924 +444.6955024815289 +771.1949133917283 +473.39508278327816 +696.2441114191606 +837.7534655350424 +1287.406630206739 +1404.7775232462823 +1254.0798032292241 +1295.7190603565957 +1286.8666534754545 +1324.5890130346086 +1323.5610010574592 +1385.8969075076834 +1386.0477860719905 +1401.3940026969217 +1366.7480356988692 +1550.2292870526753 +948.4779812844945 +988.1419932145637 +669.0400673170577 +682.0319427517139 +533.9692398444892 +402.69138377450173 +610.3155526189776 +460.74556656914217 +603.9843319802651 +552.8581260728472 +900.959967182471 +874.0915627820303 +1355.1419179284035 +1542.9181392045218 +1409.0568477555146 +1454.6694028608993 +1398.739534365152 +1401.924314448568 +1382.5311206316508 +1387.5208616492064 +1400.2487816232724 +1430.2945326450158 +1433.0465744935375 +1644.2795858203833 +1039.6523676198474 +1015.541556944146 +679.4964375486508 +704.2940275617023 +619.0780517058777 +363.7714401188651 +740.5470223239855 +361.8241671539215 +832.4144546374439 +390.62255518579565 +797.8518646021355 +772.5182666806892 +1271.6277347168132 +1452.268344017606 +1293.389644028963 +1325.2534600475858 +1301.9038494780318 +1325.9870549539467 +1294.1676490620177 +1326.1615159728585 +1294.1915399705113 +1310.5187459573913 +1287.0182643841315 +1500.2924711307842 +919.4460549861806 +951.9255590109823 +645.0247428637578 +666.0558697615345 +642.5620956886478 +527.1294364593156 +694.8276560081523 +557.8427025740116 +692.055803722702 +586.0988442180981 +777.4275118160265 +831.8251413832771 +1344.5405771707497 +1397.3228336522654 +1308.7825416422472 +1278.5310741795624 +1309.8646010131854 +1279.0367875572654 +1318.334455814579 +1279.2583354271108 +1310.3998482081884 +1279.0819791082356 +1303.5175617029934 +1468.9197781175856 +909.404155718412 +948.0112652303463 +644.5524630110742 +662.4020869673432 +718.5643341266434 +363.7714401188651 +828.6793353128818 +361.8241671539215 +824.5168271349802 +390.62255518579565 +769.6623174126734 +830.536200691378 +1310.5698085965878 +1384.1022111788109 +1275.2510367613718 +1267.3864085410917 +1262.8018874924062 +1280.1277337349513 +1282.4640507763515 +1273.2488839685457 +1289.25294640633 +1260.7396856476548 +1269.7326229279392 +1450.631547934792 +844.1534241867091 +943.5653035382709 +569.7663283564907 +670.506257304796 +745.6732832572678 +435.8717527881121 +814.9195233788596 +433.88784562118593 +808.3147669855473 +433.7892943942411 +815.7894667529735 +453.4151338766044 +836.1235176452051 +787.3035098760766 +691.7471023826033 +920.5292953247188 +923.9788300517101 +925.8674392176207 +923.1266160230211 +926.2584988925647 +939.5971682753845 +647.5912643665702 +570.3006268693999 +769.133078968683 +697.3237370795116 +798.8306591858171 +593.8366397574762 +509.93277983862833 +682.1496091185642 +572.1158196754017 +555.2472800300827 +652.8384988708121 +557.290400910105 +547.0788277625779 +626.1295208820493 +547.7199783974984 +586.0893033805314 +562.3643998499045 +671.2842133783176 +574.8165198055236 +692.5705676547086 +572.7700327451017 +693.1148574412537 +573.1882576530812 +691.4375356341678 +589.0961811841551 +703.0286404161197 +552.6494862144913 +559.6495863375302 +548.2144174934657 +560.2360732205362 +549.2622579664699 +559.1839953371384 +560.1166701942633 +650.4566677394641 +583.9947000273199 +604.0611663852453 +614.6592116488005 +767.6895793045308 +824.5305168531753 +1295.1018719569577 +1363.4349228036945 +1234.188377278886 +1237.0308975653704 +1235.9765111599988 +1237.435153945815 +1235.4708795336294 +1238.641292197454 +1234.8734519385596 +1237.8588958474618 +1235.1141836254608 +1434.0230333220252 +905.0014422000755 +959.994330413151 +643.9565566435875 +673.1942420414049 +719.0070975410215 +434.301167811747 +731.525167113231 +437.1752565424024 +738.841744919577 +473.9496534102411 +772.9690419351093 +815.6210568065978 +1296.0516976160914 +1353.3954199699701 +1234.362960102222 +1234.034202176687 +1234.895411786024 +1237.1185306304928 +1235.1541727341264 +1238.1529102301267 +1235.1038781191892 +1238.064407787408 +1234.7571729835406 +1434.5796494620788 +831.4133229696627 +959.7587719280749 +624.6254160885005 +672.9624383972672 +647.0207177269824 +526.2524807306905 +692.5499871424703 +569.0600132344448 +688.9274753168517 +597.5682899190518 +767.6783729620166 +824.4715478867803 +1295.390370800151 +1363.3546437119242 +1234.2594167688158 +1237.1533680769708 +1234.4795582779911 +1237.8094453250972 +1237.5665703101563 +1240.4591375184718 +1237.106058457471 +1241.6216980831707 +1236.684868724273 +1434.3047253907453 +831.2243691071475 +940.195790446755 +570.2441918952901 +672.7303528001886 +759.9793508273744 +435.80919735026333 +823.9080901914931 +433.6583221413093 +818.3263839573917 +462.13087723670435 +769.2554627301118 +824.1890682048721 +1295.3202948096782 +1361.867224556354 +1235.5848170264096 +1239.0159910690054 +1240.0727464117658 +1242.5530448790896 +1242.3416640532173 +1244.798513572363 +1241.6501944926688 +1249.865108662133 +1240.6843762831554 +1440.1628210238014 +840.7483558790701 +957.2978929996043 +569.8416060775326 +682.2541505377662 +630.3685148073024 +537.9882620445896 +680.4283821436579 +579.2711264297844 +678.4502418189666 +607.8638868972253 +696.2352628612183 +835.8780504771512 +1221.36551526166 +1383.2932092207498 +1224.711700699698 +1259.0134977190753 +1227.5124279033612 +1269.2718461138268 +1233.2786270143351 +1262.404562987834 +1237.5945185312596 +1261.9209423087505 +1233.1279674279372 +1452.5213070153022 +842.2564663053369 +898.1827365310658 +569.6011443823797 +671.1576277446817 +750.1401324326266 +435.8726212198194 +816.8063432115256 +440.2559171279147 +807.3637422456321 +444.1749039472411 +759.2480934022662 +465.13098622510455 +824.337421417849 +788.0297847942487 +595.8106359641123 +899.349989042191 +870.7091583018408 +904.1811044423902 +870.5050453491597 +904.2190260684885 +892.106259896241 +656.9889190136751 +571.7865052816879 +782.6641845573486 +698.2666801775823 +812.5553066933492 +685.6588790650154 +481.56713976516545 +702.3987877566926 +445.62925755316047 +676.2294543899058 +421.1122482939296 +702.1444150788101 +421.264007404539 +678.849758624217 +420.98651426069443 +747.4978792859226 +445.88413432169347 +772.625396083737 +451.8095965654189 +786.4998994035376 +446.79579119689305 +815.1357911810355 +457.19315054153725 +778.5436277938578 +446.8997183192612 +827.652376792375 +473.8572872763776 +676.888485718181 +454.8535647581805 +723.7263634945299 +453.87066456184135 +742.8980855878498 +452.9038126415234 +735.7582036024475 +502.57275472085945 +765.997510791653 +503.92787770255006 +699.0946955388301 +837.2076658079919 +1222.7126562806952 +1378.7706724685145 +1159.8394217427895 +1253.5361285247307 +1160.2656184714783 +1254.4205459611699 +1160.4479085392895 +1255.0770967564572 +1160.1574728655842 +1254.927886546005 +1159.384717053011 +1450.6589016898424 +832.5872163494121 +960.5611573693182 +616.3531673983557 +673.8149849353172 +756.5503102527148 +435.4592749606544 +820.9456000334491 +433.1353201848346 +825.1271446461055 +462.07969052293936 +768.884081213036 +825.3181259656345 +1296.1346457381678 +1362.6776633405534 +1236.4069155375 +1236.5880683578619 +1235.3600912084103 +1237.9710857818097 +1235.8660661239696 +1238.6683270872431 +1235.8641843261437 +1238.8591314756795 +1235.85070979107 +1434.6079312841596 +868.6542359836182 +960.5929632775499 +643.9847386838849 +672.7752202567889 +761.2621605278895 +435.68604739549176 +825.0563966651031 +433.8972622199126 +830.2707194730623 +463.0996723441091 +866.663568240256 +865.0710235164121 +1327.8002441120702 +1500.9500751925048 +1367.734389040187 +1380.7987088045368 +1337.4003398264847 +1343.4745549726927 +1311.0325669260653 +1324.9107780501374 +1301.947221871345 +1292.448849235158 +1300.089034634187 +1484.4978166527394 +906.532204529177 +948.4237429160626 +636.5578965936792 +661.773924177287 +635.9774866568729 +363.7714401188651 +697.6134585226597 +361.8241671539215 +695.163025028979 +390.62255518579565 +769.8824726285097 +825.6963983730172 +1315.3822089394296 +1390.196723558874 +1262.6943349576666 +1260.4385984623314 +1257.3032971907012 +1254.9640819820254 +1252.4805889208897 +1245.6137076143718 +1248.5981260294793 +1246.097146986355 +1242.4090273040504 +1427.2622117725457 +860.6845947069411 +884.0512503824858 +642.4530451663508 +598.3646363077619 +647.8230984039711 +363.7714401188651 +696.3466081335457 +516.9029322375053 +690.3215894030102 +584.316138058918 +768.8330803040516 +822.8289428574396 +1296.778458180978 +1361.4759394256448 +1236.7479311485267 +1234.6779798959117 +1240.3587790660488 +1240.678584249197 +1255.8661143666543 +1261.7165451923613 +1262.883567044097 +1240.7175128987078 +1250.2416566930215 +1431.9239813970428 +842.4361836180054 +919.038739049379 +569.2766324643096 +669.9547632319328 +741.305480290527 +435.94711191319396 +815.8232273863036 +433.8249700005988 +807.5599670383968 +433.53604436470187 +816.2400665081144 +452.69945387196896 +828.0101151558857 +775.5026659270395 +669.716150544032 +885.4490349263344 +886.3826748860905 +892.1061159284363 +889.5343578100673 +890.3503298726341 +906.7945712605432 +645.1274059508444 +587.4742259595185 +771.9001148723289 +771.0417384224675 +800.9994607860465 +687.03732474343 +443.60051866710745 +812.6449145485823 +445.77175371934567 +680.1743845614084 +529.2165051191395 +676.3283727234839 +421.19018738534567 +785.6580883682758 +420.93140450874466 +678.3592540095552 +467.0765789814348 +703.009175427002 +557.8014079628242 +574.4453518772425 +559.5842384739741 +593.6090616077153 +685.0253349420243 +568.3221973340451 +691.148196500765 +581.1461442876297 +569.1501440383659 +542.8192439253979 +622.9385463223493 +571.5322445421447 +629.1691175735792 +560.6582215853216 +617.9033997581607 +572.6800610814659 +637.5692866423525 +574.1165293668784 +666.4460721184746 +703.8654645103707 +830.8042981086788 +1226.9709434178671 +1368.1491945577063 +1164.6008081513742 +1240.5950335493535 +1164.7010707474144 +1240.4775510507316 +1163.7066550162322 +1240.8522396762555 +1162.5062901612966 +1242.5297819784053 +1163.1050659920868 +1437.619391738098 +835.6241355579101 +965.0938595566394 +574.1448377668668 +678.8551880366416 +743.9144036077346 +438.34581165858236 +742.6216576990981 +493.9434506075471 +790.5978128044335 +464.66901911479084 +703.9313418967678 +830.5059147402163 +1226.3247787585767 +1240.6501403661598 +1164.180723673227 +1240.9004653322854 +1164.2340578954781 +1240.549645336176 +1160.5937421141214 +1246.164491991406 +1221.185000030903 +1251.996416554772 +1222.079565166791 +1450.0899110252174 +838.2051534288565 +969.030020831008 +571.7026675582819 +681.2159166988171 +742.385097141297 +452.2952871198294 +696.8266263032019 +467.1567632596701 +769.7322319958228 +484.6372111080868 +699.1818316278437 +834.591195896771 +1223.6750956115545 +1246.5735363469294 +1160.0088026930798 +1251.9819619938398 +1160.087778607129 +1254.4254499752662 +1160.6906767151022 +1255.8460884395167 +1160.1671593848303 +1255.1380082224798 +1159.02316297153 +1323.6342250208138 +831.5503554235155 +959.9475694760739 +570.5499087967615 +679.0634529025699 +749.451471352605 +446.25994751661773 +814.2865587726629 +443.86327197927415 +808.462578688934 +472.3350001840201 +698.3644818947705 +836.4287005939216 +1222.166478298372 +1251.1759431609198 +1158.499732932551 +1254.1335608496993 +1240.3527407160836 +1273.0923572306974 +1243.038928218982 +1277.327132695062 +1248.5184726989708 +1276.8580849492657 +1242.1674929855646 +1335.1843311752611 +839.9722229266833 +968.51515764164 +570.4954281313823 +682.590911393056 +756.9088882777825 +446.3448256593273 +804.3311133163027 +443.97590111001864 +748.3737474349758 +472.0217063608843 +698.3319884028019 +837.0992321433279 +1222.8854353889358 +1251.1879328837852 +1159.1047477217628 +1253.9164187793479 +1159.7314209830759 +1256.3038942621702 +1226.6606665292356 +1228.4227641867017 +1224.2159048498902 +1253.609123747667 +1158.674152960707 +1322.5213397998473 +831.6752561403953 +884.919774973846 +620.1585704404133 +599.9486395862046 +652.822478544918 +433.15814535490256 +694.8435560547938 +556.7642528438131 +688.2731392345416 +559.4146747191706 +688.2733591459503 +601.7784752136316 +721.4919273305616 +649.9019499181315 +667.7677734230564 +884.6577254152339 +891.3910423161306 +898.074839411909 +903.2754888473116 +905.5723772142131 +940.4620745649804 +606.2774496863398 +639.5062509922654 +634.1173846742919 +781.9185057011784 +794.0447522876303 +715.3849160195625 +363.7714401188651 +835.6502609739163 +363.7714401188651 +752.4338916728711 +339.5118125577772 +711.8581687174792 +339.5118125577772 +746.450319312813 +339.5118125577772 +744.7708766277078 +226.9422384155244 +809.0166403340979 +364.78852445545346 +832.3013240101029 +364.78852445545346 +779.2410645598609 +420.90459938191543 +768.1209996142492 +439.7548722056654 +785.925079726842 +364.43398115633966 +688.854753382178 +509.7106851629677 +690.2849377577394 +516.1456822322067 +692.0088155925444 +515.9150955382437 +711.9725760301176 +536.1759293584025 +707.0929333260187 +564.3991705048923 +777.9197721674319 +757.4995739993931 +1300.8405308524113 +1164.7173103299804 +1239.8823635606861 +1161.3942673849533 +1242.619364340384 +1161.2365390620835 +1244.3155312780598 +1160.87277916859 +1246.7815985809764 +1159.886764318935 +1246.984676975029 +1229.13981150969 +917.0957052119624 +885.6097515959309 +654.4588596427054 +600.4306347778611 +742.4595062188048 +406.27203375849354 +734.3120827028522 +361.8241671539215 +744.6218586183294 +446.7000286249434 +779.8054298818762 +753.5586130756277 +1305.7334807271263 +1160.9904301398476 +1247.3182678412231 +1159.842451157474 +1252.5599104517507 +1222.7274880368684 +1261.807161318947 +1245.701530268152 +1298.4668254745293 +1281.6422551883547 +1286.9306372905887 +1339.4006371697171 +902.3024738734288 +992.2424894840764 +691.3723349647477 +729.3099495192514 +636.6098021349129 +363.7714401188651 +705.3894680658201 +361.8241671539215 +701.2571575228162 +566.9526923627386 +826.7262128679225 +834.7374701508958 +1310.5980004764588 +1401.3993274015252 +1396.5415417142287 +1431.9340164283612 +1383.2816815504139 +1327.8067450774101 +1288.7616344866547 +1320.1158063438463 +1289.0281633497075 +1311.4498610737937 +1274.308488241348 +1373.6400350954102 +902.1488215562316 +958.5060123888311 +632.1352285780731 +672.2807557490735 +752.677677932412 +436.09925827348985 +815.042514974205 +442.46140595866683 +811.6488286311012 +473.4974962911471 +697.2047903161845 +836.6679003314839 +1222.121141183488 +1253.0109097098914 +1223.9730489606748 +1255.872323855643 +1229.2683297077997 +1275.4265585376925 +1243.1414474826308 +1266.4953716974128 +1238.0030440930732 +1266.8930234070438 +1227.5170059040886 +1326.6431484247883 +840.7746274273633 +957.5046672231094 +569.3815797319684 +671.2181668624532 +626.5031013245805 +436.059714513342 +727.2785050896695 +433.9737669899229 +813.7580039663407 +462.6378098717862 +759.4950260957651 +861.642323722708 +1315.3723009451207 +1305.9532237469643 +1286.5095413567046 +1324.642994416728 +1325.1192910452332 +1371.3276386777948 +1324.4298305301709 +1334.0060901732193 +1311.492245730998 +1317.7920799797605 +1279.8733047096032 +1373.041495382065 +907.0870182230375 +946.3254640203564 +641.5660962818358 +661.9635557518076 +637.354880374424 +363.7714401188651 +702.6558402310914 +361.8241671539215 +700.4167929941866 +361.8241671539215 +736.4288215575164 +419.3587999384574 +864.8525626204724 +674.204218137055 +704.4594788821644 +923.3804833136954 +932.1166651143787 +942.3916472180978 +952.9130562836684 +964.9747709232576 +988.5331946850604 +662.2733369235115 +637.8891420993123 +635.8438684094699 +697.0468253685746 +797.8246231630502 +608.5000488497922 +436.08504717819966 +686.9143709815407 +435.93254881643395 +702.4434794660942 +411.5911545914216 +770.4184970180504 +411.5503651065793 +694.089045325967 +411.8293005035802 +753.8829454127549 +298.8051626725032 +799.2867299595547 +437.00163314843104 +692.1697077297426 +437.48746732504617 +713.5445609604785 +437.390294497423 +788.6283592916768 +437.30323131759496 +700.2963612962387 +286.6488227402841 +617.5207857347766 +413.6434158759735 +610.5323734216116 +489.1731178168824 +582.1519380776521 +562.8664800091889 +623.6085745322723 +584.8624882865311 +570.9010670830739 +609.8266215354885 +751.8005601563588 +861.4605291798791 +1312.3241875888164 +1300.446613522464 +1280.7098820682643 +1310.8278153166689 +1295.108380673991 +1319.9408760151703 +1313.093168407546 +1372.698410657396 +1295.034992273439 +1306.0943340482618 +1288.7804818612108 +1380.9612781510107 +858.8408993829589 +967.7631770784355 +571.4350038682685 +683.1939542923227 +734.9319790829068 +446.2109892026545 +711.1262770930622 +441.81452637330966 +725.1913167708491 +469.7783547005891 +701.9866196921721 +834.6098313354271 +1226.3197454831436 +1244.224361100738 +1161.5489313727642 +1247.4002172115092 +1160.6112053744382 +1250.0061242334655 +1160.4005398209079 +1250.9235322291665 +1160.930192054228 +1249.4098064830707 +1160.9022448587905 +1317.8239325651437 +833.0067822822343 +969.8862462262341 +571.525192489537 +683.6050548979701 +707.5449170461885 +508.4799720287196 +697.2895817999965 +461.8787948015795 +769.3809345168443 +470.21487251363135 +698.2587037296328 +835.1005814548768 +1293.868474339387 +1284.3163543729743 +1280.5074834006696 +1323.5033254791022 +1339.6898156308105 +1430.7085051581275 +1434.0409882338756 +1515.03089165948 +1517.1493423503669 +1541.551996171596 +1537.8302859023643 +1607.9879702636592 +1169.400816198751 +1194.3352828336965 +792.2937914097171 +775.0455874350735 +633.1307499943098 +444.5988089086721 +698.5503017167352 +558.1856428103354 +693.0701856602852 +595.2443441101608 +783.864925679155 +771.228768348714 +1270.4414470326783 +1325.7409297768422 +1293.4611445286414 +1325.9306873146384 +1260.8154924900064 +1290.7114915814961 +1267.3144578784559 +1290.6629544334091 +1274.0841598274287 +1304.6996729994673 +1259.9273196300474 +1359.4033207530163 +862.1881584283072 +956.5471602958795 +569.4716275542469 +670.9109897612251 +746.1143458011958 +435.9734152255215 +821.7296831320137 +433.67581073556306 +814.3450382955923 +462.21587298983576 +768.8453966377202 +824.4713012457987 +1295.1193217488137 +1236.622924858698 +1237.2955752228843 +1241.6415774755492 +1240.300955724863 +1245.9537847018269 +1253.218112577443 +1244.5014902901528 +1252.4240508242337 +1259.7512986826184 +1246.5401513877766 +1309.8834061464386 +840.3996259219304 +957.4926849952833 +570.1663175353623 +671.3310168003575 +748.2873640100138 +444.75586781348994 +809.2786977384145 +444.12668323121727 +805.6320316036192 +443.91409023439877 +699.5913719239985 +571.12517529828 +801.4228947960991 +660.962323564545 +594.842934172358 +899.7659365186121 +809.2545262574873 +904.7163208518612 +871.8197548743834 +902.5361797326159 +891.846040571565 +656.9819900141998 +571.2812693235613 +655.916030066237 +698.6569174502182 +812.0089995050995 +690.1756829319452 +460.47871265292514 +702.7938932888618 +491.01423537032537 +677.0821166973947 +421.25490780647146 +676.5409488826382 +461.6919162367658 +677.9546195801017 +436.5283155475259 +679.4589281682813 +398.90344367178557 +703.6243547831054 +554.5836543681389 +705.3513616020103 +555.9096159799196 +709.6175506730101 +558.115574787434 +573.4183505701175 +564.5163943191143 +589.5056037776983 +495.3127810074059 +548.2715488116501 +558.8436273242552 +556.4533427922877 +655.5229589296081 +547.7831452020193 +596.9810907151438 +568.8616043207066 +656.6028440456167 +567.9184490368928 +650.7494025121648 +696.1135250565522 +837.6402335075908 +1285.5675977121475 +1266.999538162132 +1238.346425166859 +1266.8093798100624 +1234.2614211335695 +1262.7673984914495 +1228.4772033486365 +1263.7634497214804 +1233.8286924170873 +1267.186716908913 +1237.5894238381213 +1335.1111225453456 +841.9460556464726 +883.9264395781357 +612.7464255240383 +598.7889182866775 +556.5751839106167 +363.7714401188651 +601.7350205486307 +493.0554109616442 +595.2743922936544 +627.5028409395017 +769.3605820362318 +823.2594414634243 +1297.355235826858 +1234.6080269038814 +1237.1659280296929 +1243.8019708013123 +1262.2028000486441 +1269.7548030159162 +1283.8936487339492 +1281.435021357949 +1284.3177444396056 +1274.7629912116895 +1258.4628960902219 +1321.0918996567839 +853.7879911423425 +883.569299154836 +569.105262131578 +633.1064851658457 +621.211093230491 +503.7266349244128 +683.1878263644603 +570.1692371829541 +677.858059434394 +596.7765856781326 +697.6936358431252 +836.1023026764188 +1222.2627692169256 +1251.1693286732366 +1224.304173131666 +1260.729554721763 +1239.8353807017354 +1273.3749761862234 +1261.7929596416948 +1297.5842329223553 +1274.5399652580293 +1311.3912814892922 +1288.3693096769166 +1380.5882643218652 +901.5900535361284 +958.3836118285084 +630.618749945237 +670.3793730359047 +749.0983463998928 +436.11461007723005 +811.2711463507609 +433.8605830190762 +806.9149018468617 +471.62063680027734 +766.0986224729915 +861.130419574278 +1317.9861683106697 +1306.531876716579 +1302.3314678362024 +1344.6104007461672 +1326.2420558439112 +1371.9403743497974 +1339.7333132994052 +1374.386855190012 +1327.8934473733775 +1360.9031622075036 +1303.657967489619 +1374.9695544645278 +921.1683532067705 +954.3032146649601 +634.3162458504493 +661.4466718208528 +642.3078001187115 +363.7714401188651 +707.7416747176592 +361.8241671539215 +782.8164289563041 +390.62255518579565 +767.893134997928 +749.3866170042417 +1295.976000896125 +1239.7989205457945 +1244.292596960587 +1253.0318288228104 +1254.578619523621 +1242.8179632358947 +1257.884725096282 +1233.832912777695 +1253.5362413457415 +1228.1205120042332 +1254.35298516664 +1291.158078105443 +905.2846882923026 +885.0087706808611 +643.3839616016934 +599.5944147495255 +764.728234443429 +363.7714401188651 +823.5410362140406 +361.8241671539215 +824.7509153430608 +361.8241671539215 +820.8362537882647 +433.75005645005035 +865.3335951032907 +648.3895763090301 +669.693215799674 +884.0520809281113 +887.0482590901462 +885.6264862167728 +889.8263039515424 +890.084340006249 +911.5845807252995 +580.0489405782018 +644.6460229681409 +570.9322522159031 +771.1890622366113 +727.0231464519678 +720.3685283262029 +363.7714401188651 +828.0385386924779 +363.7714401188651 +700.6883237801974 +339.5118125577772 +745.8303555731686 +339.5118125577772 +746.5770604296882 +339.5118125577772 +752.7623053740349 +226.9422384155244 +805.1207368437252 +364.78852445545346 +711.0416924390896 +364.78852445545346 +712.7894580556375 +364.78852445545346 +716.139225130205 +364.78852445545346 +708.7540664456939 +273.06146759848883 +655.1754133043681 +518.4615309140739 +690.6437047115041 +411.88950185133547 +691.0425040305696 +411.7811857922326 +775.988135900861 +432.1497013296581 +749.3477013196724 +461.01552122118 +770.3507087968745 +824.3418990706068 +1296.828625642635 +1234.8464886744134 +1236.9523177257406 +1235.5794274668517 +1238.8203064198722 +1235.8988480406306 +1239.1817096560815 +1236.2445200070235 +1239.8539128296793 +1236.2454304831663 +1239.1161855756056 +1305.0755640089822 +868.8761662485318 +885.1732196527596 +645.1802426338057 +599.9195189142629 +631.0023710282126 +476.76571347947305 +693.2996023743673 +562.4645798089473 +688.630995114316 +596.1446678420147 +770.1822867598413 +824.0953373066819 +1297.5192917917875 +1234.8784812258746 +1237.365547544671 +1235.653991612157 +1239.8372904252335 +1241.5381265669614 +1250.6050257147535 +1251.5490626429496 +1258.8468019062977 +1246.1620563375798 +1239.082966533965 +1298.5434138282103 +841.2017520427041 +884.5622859344827 +626.3310150811059 +599.139443925736 +743.2247514468847 +363.7714401188651 +826.4098802311385 +361.8241671539215 +822.7842750495446 +390.62255518579565 +769.3590081630907 +823.3072991461447 +1297.1311772514248 +1233.9453200052797 +1250.0657828324615 +1280.8462687823255 +1310.0412935194563 +1360.2322025014907 +1407.9103311415834 +1432.930301776477 +1467.2084943233588 +1459.6721449252868 +1449.4502186578745 +1457.672829919565 +925.6922237030353 +949.4518087112889 +632.8428519062073 +661.4811095616734 +546.8644906117313 +507.7547102539296 +610.1552250392858 +553.3573577667356 +662.5106458645694 +564.7334033745318 +782.2080058275287 +811.691013209476 +1297.6064295775893 +1300.222760392718 +1286.788453339007 +1318.5734536405853 +1325.650219874428 +1416.1967487991276 +1396.7187854320161 +1432.4056394930312 +1412.698015466971 +1437.9778258514489 +1446.5442067043937 +1510.3134476911573 +1004.6565893834216 +1054.0240195993904 +707.0359179733656 +702.5673354122243 +551.4591312003708 +363.7714401188651 +711.7383877570483 +361.8241671539215 +704.1109659867029 +390.62255518579565 +794.7405075217758 +812.4471346119034 +1281.8603277228822 +1294.4955141786954 +1299.4583430639775 +1328.2757903074723 +1337.644010509143 +1364.8687552358103 +1359.8327775801338 +1415.619153291253 +1417.8366235626759 +1448.4562529723096 +1418.7147339247374 +1530.038259531276 +1015.9533689608143 +1066.8636845617202 +725.9625125544965 +734.3544445674596 +563.2646405597008 +363.7714401188651 +752.8566749813655 +361.8241671539215 +613.8207937927708 +470.7098722382673 +640.4306214729379 +361.8241671539215 +453.07285065464157 +756.098142295644 +786.9501796560388 +1035.321299686405 +1045.3014220530831 +1081.4574002494849 +1074.3028718217522 +1092.8845391430955 +1094.84032610134 +755.8293241906894 +723.9367117055481 +720.6199447432717 +845.8489862706789 +874.1429167891594 +596.9482890480457 +363.7714401188651 +719.4126725422615 +363.7714401188651 +662.2481473783555 +339.5118125577772 +685.516000703246 +567.8975058585734 +608.7473870810805 +341.45908552272084 +386.30462266802095 +364.78852445545346 +856.4163196929888 +364.78852445545346 +829.4563887870991 +364.78852445545346 +852.7971588984307 +364.78852445545346 +783.7620149130744 +377.3327167132006 +596.0688074369275 +214.39804615777726 +552.7099404198578 +478.4501046935892 +585.6370570224183 +415.56194878652155 +577.740438861202 +518.0116333385845 +598.0697731266849 +471.56534573784984 +626.3096058896472 +987.7677391564209 +916.4311341680071 +1383.96428550088 +1533.0795636737053 +1396.2413104701097 +1401.1081617301977 +1413.372171694233 +1431.967984288224 +1463.2465877837458 +1467.1689808313877 +1506.5886194605657 +1503.1255337426676 +1541.193759652012 +1575.8917180070607 +1005.5011569274501 +1166.487606600433 +877.6631357397719 +922.3168461664552 +564.3469941155076 +363.7714401188651 +793.5662625514558 +361.8241671539215 +678.6056221067556 +419.5099930000606 +989.5518339172385 +1005.3854557643879 +1511.9997884557372 +1668.1515180513725 +1542.075392389136 +1563.3307751425652 +1617.3202832019385 +1676.5152329399455 +1665.1499256902437 +1717.7889588607184 +1685.7090560998436 +1670.2604040932463 +1623.704079083586 +1720.4180706105212 +1111.2019828366947 +1284.347226871769 +952.3886517505083 +985.580146842008 +670.2449721220268 +460.37824227883726 +790.7705375788016 +437.4906964157512 +756.1391981867782 +465.88918526891894 +1076.135563779242 +1105.6120676154958 +1594.9731961838816 +1673.4332004574321 +1542.466109717922 +1559.9166449167376 +1579.081194292049 +1621.406282623057 +1612.371760530166 +1653.1591333010538 +1653.6254470944746 +1676.80943909952 +1626.5141817974315 +1725.6651938229784 +1120.9819368072795 +1295.548693086788 +953.9855813851532 +993.6361610761372 +700.6254820428711 +529.4979510752296 +793.1822432851081 +452.39119782195996 +838.2521326480265 +480.69800295887893 +1082.7035688441547 +1097.7232401557137 +1524.8152155777768 +1661.916513578854 +1525.1996089703293 +1546.0636056303185 +1544.3532664120153 +1547.710747123358 +1545.068241901474 +1551.9620721566462 +1581.707736247665 +1620.448937904633 +1556.3452769124508 +1620.8235004627486 +990.5566218253317 +1205.280503284432 +848.2452686254554 +922.5668867092807 +586.6985578016488 +546.4075993948624 +657.7162630278306 +526.6872000523389 +685.9426989741308 +528.6754616087557 +966.948837788455 +974.0791591592229 +1445.7606322399545 +1506.4745859222523 +1478.01361812036 +1503.693496913481 +1501.7228525602134 +1543.2094562626085 +1543.543272607005 +1544.3715318568393 +1544.1430591682288 +1436.7972120963755 +1395.4899262608687 +1485.173259418861 +872.8469262237328 +1015.184868325268 +688.9700076421445 +714.852457464812 +632.512455803065 +363.7714401188651 +719.0284285050785 +478.44985361399665 +695.855190958705 +556.1147793306551 +692.2146586727484 +361.8241671539215 +618.7183481030593 +694.3610215867545 +742.5468146400299 +929.4699667807587 +931.7194502391587 +928.5479126881716 +953.329289176758 +952.5321136166974 +989.9603339070632 +671.3000205892893 +664.0717040024772 +655.5357492180534 +658.42364339249 +799.3690346493092 +676.3672290676132 +363.7714401188651 +830.5158899466722 +363.7714401188651 +804.6591012788459 +339.5118125577772 +771.5327349578681 +339.5118125577772 +673.2539928564272 +339.5118125577772 +630.2717555923414 +347.4542090544406 +678.7673882517186 +364.78852445545346 +698.5713596856453 +364.78852445545346 +801.0290603601433 +389.3788016243687 +839.0552724195717 +515.4899342862327 +790.226345688174 +352.32643297384925 +389.1019550527942 +623.0583626133921 +465.44537966691036 +635.2867277496028 +465.2198294895854 +738.251644056345 +486.1436683820733 +689.0524988704516 +485.5375350193202 +737.4121713009665 +768.267208491428 +823.5374575798087 +1300.0169946358126 +1250.3502568528208 +1252.7161273756433 +1255.7352654876483 +1263.6307968937253 +1260.9450855170592 +1270.6579166001964 +1273.7787962882408 +1282.9310457336883 +1287.0319836763226 +1295.7318532104232 +1370.5614898276206 +797.0832167671133 +958.3679515384651 +652.6684987255077 +665.596464258149 +634.7566656638143 +526.7939029055924 +692.9042384823708 +557.3817061333427 +691.3104274562539 +584.8960682287128 +768.1614162565502 +824.0884636758144 +1301.5991768668607 +1265.3273325162663 +1288.8991903214671 +1286.6740891720883 +1301.9809801322165 +1332.462259279091 +1327.7375363711556 +1342.1486895358373 +1363.9795157765043 +1367.0430992983604 +1363.7416420684049 +1407.6695726990738 +817.8343286321821 +970.9939171817264 +649.3753401236573 +676.0574532526466 +536.9787858044824 +462.79335833954195 +639.2176097989671 +499.54605417319846 +591.4403142640163 +731.5333994154173 +805.7491163605098 +834.0640694817317 +1357.6743974108238 +1429.62031405904 +1439.869359673134 +1540.172914573103 +1538.0407249887062 +1540.669393083105 +1542.7894433420759 +1545.9478902249975 +1544.619246884027 +1542.5889765280724 +1542.8767145713257 +1611.5880507587822 +1022.6942101142097 +1186.3804612502947 +858.9375365575843 +837.0784302999721 +624.9070323764574 +384.2593991924627 +696.3856277191919 +361.8241671539215 +699.5559829270964 +655.1711201234365 +842.1481481685666 +833.003893374683 +1289.3155032128038 +1330.2877258902604 +1265.7142788601827 +1269.135426543885 +1265.9382364738376 +1281.2097752156283 +1293.638694953721 +1296.2442667602047 +1272.636357897506 +1288.962148173141 +1273.0369850260636 +1343.7720053915452 +772.0045030789587 +955.7456690565921 +569.4460266942406 +670.3868009605478 +748.9782708595907 +435.9851984927156 +815.8654623612246 +433.9038102241833 +810.6875356719715 +462.6615300738378 +696.6041004039371 +823.6290822915735 +1220.932528889036 +1237.9600117141858 +1224.642946437139 +1242.8233148099112 +1232.507202110013 +1264.7987662059586 +1255.499941291095 +1273.0414104770434 +1275.4189260469393 +1268.7528272042937 +1309.6540621815393 +1324.5251171669634 +727.6256132477564 +883.6813681003189 +582.9501545470062 +597.9759721139038 +632.8322847231358 +363.7714401188651 +700.2106989604403 +468.7380519989355 +693.0166117163493 +512.8313662113878 +692.1253498043803 +573.0437309885504 +767.5266964806027 +626.2400087964307 +676.627803072806 +910.8547048590849 +937.7229474733499 +941.4649019462667 +945.2020027334713 +950.8972028140092 +980.1522279721528 +656.5042454890281 +647.8642518956864 +642.125948780672 +652.7935987728038 +790.1085252853907 +731.926525934179 +363.7714401188651 +829.4943490597105 +363.7714401188651 +801.5163142396538 +339.5118125577772 +716.110052754854 +339.5118125577772 +737.9920879283203 +339.5118125577772 +702.5031651214579 +226.9422384155244 +827.8603751861614 +364.78852445545346 +827.928165428234 +364.78852445545346 +832.7309174521142 +364.78852445545346 +834.8597289111673 +364.78852445545346 +726.2640521671451 +214.39804615777726 +615.7998728909615 +341.45908552272084 +722.2719726314147 +341.45908552272084 +666.7200297963402 +446.23644834496935 +711.9109028038309 +495.4070545012504 +716.1012034946433 +494.9732289314101 +768.2750389461662 +822.595272664741 +1296.7357370580967 +1236.2761717015705 +1244.196100068395 +1248.0425456866071 +1249.4215270152877 +1256.0481998079078 +1270.5074859536753 +1267.1346570849955 +1262.5263136784877 +1260.206872928506 +1276.1203646746048 +1336.4455771079788 +771.639778279197 +883.5523385069491 +611.5799924502194 +598.0067381121777 +633.0264541789884 +363.7714401188651 +787.9454742598082 +361.8241671539215 +824.9641077909283 +390.62255518579565 +768.1837349265032 +822.3496148983452 +1301.5324050555423 +1256.7297428497313 +1288.544776749329 +1306.8499166385218 +1328.3962002050605 +1359.0730898839356 +1358.3832720990792 +1392.9190283820606 +1435.7039180112145 +1433.594953518722 +1422.8670643101627 +1488.5763566509413 +876.1098603003375 +875.0694098960802 +665.1856357738478 +690.9837850644079 +552.4321038901135 +452.3087929839756 +560.547628989876 +545.940056504126 +546.3392193553888 +603.7237034374124 +768.7740430874059 +797.9148881679838 +1304.2920186123663 +1247.185720530554 +1292.84711218641 +1309.7233202215762 +1391.167304565724 +1445.9332803756545 +1517.1458658238191 +1521.867308706035 +1538.7417149609123 +1519.0526692857122 +1484.917175229071 +1480.423725664016 +885.3289010966548 +873.1414538180455 +672.7821922576837 +705.6336860357891 +555.5386361488809 +488.59284254856806 +670.7595671738915 +474.5315366557471 +603.8756483214787 +552.1922929904837 +835.8836594195373 +835.5221736211729 +1308.7533911699295 +1343.0869475755137 +1334.6938997706552 +1379.4883619504692 +1383.3351507387667 +1420.5306254405186 +1404.527589129254 +1423.6547452190127 +1428.9205787545916 +1469.91912510801 +1484.2981388597502 +1547.9351765292174 +935.0948619947965 +955.6563739818688 +722.6035678513487 +760.4650347849924 +575.1639057269045 +465.4497399237175 +699.2246835327633 +361.8241671539215 +774.3513899886875 +425.6044182761422 +842.7221371789486 +855.9331501601118 +1344.3492152660224 +1411.3878603480646 +1390.0237970608086 +1440.1734684380845 +1423.6406625333489 +1443.361545827556 +1445.2705461034514 +1501.0015339817091 +1501.667699428724 +1544.1220623966633 +1506.3273999279409 +1599.039116539229 +935.3980354109182 +966.2577069942392 +736.8196350123123 +751.7165509023663 +566.5176214384708 +363.7714401188651 +681.6385551883081 +361.8241671539215 +597.7993717958426 +463.68248173306574 +609.6733327290165 +551.1897248645926 +642.1505436153985 +704.7601170567297 +734.8034244204979 +1029.9506902384949 +1074.3571941237064 +1158.3600115796125 +1133.5061500815864 +1189.2258286899862 +1184.505628589117 +844.0492710095459 +739.17854553403 +705.1721201178317 +704.1134467662125 +732.3324996109601 +508.209349010658 +459.0523949561907 +593.4023491280817 +480.9529065322634 +513.947467687717 +510.88533874417845 +516.0762145790029 +568.1420065132415 +515.8563918344234 +567.0871519707484 +514.3449301904234 +287.15728718867086 +364.78852445545346 +843.5932054065169 +430.74957888328277 +832.6463747322143 +394.41945258399016 +789.5606033998571 +411.7581575971829 +827.7482155521544 +377.3327167132006 +628.47495762255 +334.79147326494774 +448.53106302594006 +500.0867703515268 +577.6482962531609 +498.65301969607447 +546.761184792576 +522.1424675134566 +602.2969271990107 +597.5767423560834 +635.1622924547164 +705.1915705435928 +823.1938532128465 +1284.0834994480504 +1250.9760804124703 +1266.3128049357126 +1343.0212355404387 +1396.7051108548924 +1474.2424586381464 +1477.3691045161866 +1544.8612624106117 +1542.5839183034104 +1547.113919441406 +1541.819744184796 +1612.6172977305746 +898.1254375824406 +937.5707302088103 +697.2430655946788 +722.5860069826367 +621.8403372131531 +363.7714401188651 +730.9897527185059 +361.8241671539215 +714.3112971690085 +472.43993669239933 +903.5816814886085 +905.1312567670305 +1392.2775282417947 +1422.077690963767 +1362.7223311763778 +1391.8170239433903 +1356.8664468180957 +1392.525564526902 +1341.7085901753362 +1374.8427594233226 +1356.4845923510097 +1358.5180814195953 +1327.8657851632415 +1390.3635453696427 +800.7322884772401 +834.8261161186676 +647.9776488455182 +686.8675318071305 +746.3567692352243 +436.2435625978676 +815.4707782101278 +434.0212048612452 +812.3308555541319 +462.9032224060426 +776.4901969609119 +853.5935001087183 +1314.8887655586948 +1299.5453220384409 +1311.5197075171016 +1382.4170953668936 +1428.5968165708807 +1495.229914854196 +1444.429561719472 +1415.974812204001 +1440.8265773924693 +1444.5212099239843 +1428.1433246912084 +1485.9621048161318 +845.0979492174866 +882.892705527892 +666.7793584175666 +685.0116397417027 +626.8139075560994 +363.7714401188651 +698.8452995879998 +361.8241671539215 +698.6850290186903 +454.8223351994549 +788.5122450705711 +826.599083175418 +1330.644487519776 +1277.1839866004395 +1373.0786214110929 +1390.7748013657672 +1517.5066936811402 +1518.3524134529252 +1554.2198054905866 +1553.0136509512236 +1566.4155049234575 +1559.7732551569197 +1580.850717598817 +1621.9458048013903 +1074.9796085315934 +1023.6561345250888 +811.8457746656511 +767.4642755599972 +633.3503563327067 +363.7714401188651 +727.4982501349743 +449.6917560172891 +621.5624956592955 +543.7252915255049 +851.0458117641616 +962.3373502936836 +1455.0286281577544 +1534.5223227820543 +1538.6566145329034 +1543.3164397081075 +1542.6849237480592 +1565.2183865245722 +1559.8161396534404 +1580.6480293608693 +1567.1451154817244 +1578.264639044787 +1551.4582550316507 +1632.4007086117956 +1084.4388153316304 +1146.4040047209405 +948.6842496268741 +982.5706336324608 +587.9116922504016 +525.3533605266019 +657.4600167712442 +436.9615648281357 +607.035371533699 +511.2111709164688 +641.2927710378942 +361.8241671539215 +392.56982815073917 +954.3869160391286 +973.0837258229966 +1191.842168172265 +1192.4022663241178 +1198.9138090353688 +1197.8458301969324 +1215.4270353528898 +1231.686662958417 +958.0181676583063 +954.3792544813363 +954.7894738011825 +952.7095992772948 +982.2434324221894 +519.6121213846006 +440.57125508716445 +610.9214699057674 +407.5094294760757 +579.524241582405 +405.8488725416546 +734.2014889779898 +348.8708414040088 +653.4904445807057 +420.09300667035023 +590.6116075782403 +226.9422384155244 +364.78852445545346 +841.2560227806572 +364.78852445545346 +839.9930250873481 +364.78852445545346 +844.2792445865786 +364.78852445545346 +867.4175164099904 +377.3327167132006 +707.5713347787743 +214.39804615777726 +578.744459122941 +341.45908552272084 +585.9809140344058 +341.45908552272084 +578.9146250022409 +471.5977051317921 +597.9686784217369 +495.6713580173833 +616.3730399412467 +805.604515515309 +822.2869861963914 +1309.2826004595606 +1359.738775772591 +1323.9332009601364 +1362.7002614864741 +1388.644013688222 +1455.5102539274924 +1436.1414742343138 +1467.1724314651735 +1375.1307754630097 +1344.443914780764 +1313.9052583282473 +1372.6764203468351 +807.5494158941947 +848.8394263342668 +656.0831699465256 +688.1380107834945 +701.5783739444653 +436.45956337274475 +821.8601017753047 +434.38975482369403 +813.7809457424833 +463.0820486011664 +798.4617634575849 +814.9522490412477 +1288.1291642582305 +1317.9473555187797 +1322.4780302512188 +1370.9284086523191 +1353.6879146938652 +1404.3354614416567 +1406.8622420194922 +1439.0185488140364 +1479.0092560989494 +1516.867189434276 +1524.6498084984448 +1567.4531900831228 +925.2199692302672 +886.8195850662826 +705.1422968303513 +716.3881319054606 +635.3244197396319 +363.7714401188651 +691.4605715807276 +361.8241671539215 +593.4652912015559 +405.7379914118282 +838.9976535455622 +846.7169529350274 +1350.1776745168704 +1463.103221674665 +1457.7943957603861 +1538.2908397260428 +1519.4469366434141 +1541.9805012788106 +1533.6543066344927 +1542.4543425145125 +1540.1766121842936 +1538.557047350052 +1507.8813289674474 +1579.9636695054755 +904.9063962175272 +865.801472417491 +677.6713485006513 +706.1096778817829 +616.9730503203116 +369.7537831063232 +710.7184329729562 +434.69519170264965 +686.4201411124767 +463.2292092395127 +790.2208552330802 +815.1853712194326 +1283.0273307521643 +1308.855600078439 +1323.0625816068455 +1330.353136634845 +1327.819649612529 +1372.3428707559451 +1397.2060318998556 +1452.9609282411022 +1402.6618289102696 +1414.1844507084472 +1380.3818539410947 +1528.0459993535183 +849.398284269619 +885.3412641851114 +668.6129950373714 +702.4005912497565 +585.4118537537377 +493.0524810763334 +633.6392585982161 +537.2388889929017 +597.9792823049966 +564.073944256531 +789.6321035451867 +818.0324336527714 +1288.8486427642601 +1308.2781387475916 +1300.576365020066 +1319.3841361812893 +1303.248501784084 +1330.9086688901825 +1327.7445120379703 +1358.8211318649999 +1385.8503697376111 +1412.7770969841174 +1472.5002708324 +1599.9505834802367 +1085.449705233401 +1137.6160112775501 +942.0200623825713 +826.0217835412501 +551.858867844175 +515.725853303628 +591.4289495608552 +664.0244386995386 +593.3699894618217 +663.6630649097622 +593.4207420570037 +485.5376015065346 +494.4140029593115 +774.9850800760423 +820.5657219810619 +1003.8128444695749 +1005.4816585922072 +987.6393579053743 +1005.3809322063113 +1002.7682445769781 +998.8575257353034 +679.2367251883417 +668.9625125835969 +662.9188296394314 +681.8008746122546 +684.6542960212212 +724.4709675820224 +363.7714401188651 +827.3400236374234 +363.7714401188651 +789.2479229260653 +339.5118125577772 +692.4379885587557 +339.5118125577772 +688.1535373458374 +339.5118125577772 +750.7679542926011 +260.08643158698555 +782.8639169559759 +364.78852445545346 +825.3043234042835 +364.78852445545346 +833.4245648214506 +364.78852445545346 +704.1530861266964 +364.78852445545346 +733.8825803233843 +214.39804615777726 +680.3548737970928 +214.39804615777726 +754.3055731500091 +341.45908552272084 +747.7342612358569 +341.45908552272084 +780.8088895512807 +361.8241671539215 +782.1036437191005 +390.62255518579565 +767.5715957668964 +749.3156476299536 +1309.4622235368374 +1227.7398832492827 +1286.6984552768217 +1273.7666591060668 +1325.510296064307 +1304.8143118059306 +1311.714144059187 +1357.2497426158982 +1413.096713496799 +1411.6071022798528 +1396.7080928011715 +1448.7974924146956 +857.448800365299 +856.851747532881 +669.4660050759518 +702.70501892683 +619.9720414728913 +416.445112914024 +684.857313217581 +555.3081354510772 +680.597065363617 +601.658780011662 +801.9857496486059 +823.6974952632044 +1308.3603683946378 +1372.377079486535 +1380.6831632992503 +1388.8983864835102 +1416.8995328290155 +1417.970983570986 +1454.9406993051741 +1491.074771113927 +1537.8746360756224 +1546.420064220217 +1547.499556997793 +1616.4198335950223 +1001.6807312973997 +971.6299357490153 +727.0141719106313 +734.6496673649848 +545.846126511856 +446.6141964732937 +649.0695976327826 +477.2569286800899 +538.7935462923011 +521.4058785020657 +798.0874571296536 +812.4854505998591 +1275.233197186678 +1343.4149072007328 +1402.935126700559 +1478.687300674606 +1541.2222812845152 +1546.2976777827032 +1547.8113893377551 +1548.20221832678 +1557.964467424522 +1559.6311959956756 +1561.99009308087 +1626.5763674286156 +1088.3107833712522 +1114.2660027686634 +888.9916707456446 +906.9746547438713 +590.4429026300536 +551.4063813169955 +656.6719369648423 +516.8370249066459 +664.6186755897113 +469.3510003981029 +1005.7065936169498 +990.0432674884573 +1398.849659578461 +1492.9819024987298 +1540.963563793909 +1547.8296185216657 +1544.140068776589 +1550.4477508487678 +1546.5719115466766 +1549.8909639718665 +1548.7673644493063 +1556.5976204374674 +1552.1591263635905 +1632.436220948035 +1076.925629583721 +1083.1660112025932 +758.7813566605707 +773.5191971169596 +588.6353804498907 +473.128277765896 +656.1847855789119 +586.9844142248593 +663.538032380423 +633.0143889016069 +795.2356382731786 +815.8574573094307 +1165.7205116790183 +1337.7340820882687 +1428.686376832509 +1544.3361066003065 +1544.8605222628246 +1552.2956112853124 +1545.9182016560333 +1557.1553751420104 +1548.0419432290682 +1560.188257667553 +1548.5921326126036 +1627.2216153058719 +1053.2709522361736 +1090.0891296664956 +762.071916650953 +772.5851236910416 +576.8172284177127 +485.98852952193397 +657.1290121067019 +493.3379833991247 +580.5582337232668 +534.6574633399465 +607.3843841146166 +361.8241671539215 +265.5087887857957 +773.3290478799208 +816.348792672905 +1138.8386771726298 +1155.4224581542085 +1189.1930149392579 +1186.0698127765663 +1191.0844101907644 +1208.17091139671 +954.8330997442049 +948.5335286742991 +956.8925786623562 +923.3905853450027 +923.1001717927712 +551.484868281921 +498.4301851903667 +635.2545978881523 +525.9303825393312 +568.718634766775 +498.7761867105132 +570.923350773944 +497.8614927057085 +577.1405774134289 +497.8159364382203 +453.3457535081216 +226.9422384155244 +364.78852445545346 +864.5233608732797 +364.78852445545346 +822.2357463905156 +476.7469421792535 +826.2262170258383 +535.7850494167208 +836.2698310997533 +548.8659849663538 +656.7854225258094 +214.39804615777726 +503.87976451265064 +395.1170547989107 +552.2928522704709 +440.09737978028716 +569.6615475318721 +523.2341138899485 +600.5349261594962 +537.2284526230673 +623.0458534900795 +789.0330180048521 +822.7134941129922 +1216.4874510827385 +1294.0993204264373 +1395.8229322189768 +1404.2827608394534 +1474.195285842643 +1530.4050200819202 +1548.09519196346 +1543.3056374622247 +1549.6194870115216 +1544.804321827841 +1552.9645868691143 +1615.136135157044 +1074.7427446465297 +992.0682498983581 +775.2401841036966 +766.7047234854438 +590.1897228541035 +407.8474751529247 +709.9619791344794 +495.2022859055399 +640.6496537486463 +390.62255518579565 +865.9828532573619 +870.9225550663099 +1229.7682985011031 +1413.7156331163053 +1386.5145263445381 +1447.2045475641526 +1438.3651137795312 +1442.318919940953 +1429.2564533507941 +1525.6062533843178 +1542.886941554888 +1506.8854224605077 +1506.1635556432016 +1615.1108926467061 +920.4323882365085 +949.2106917310261 +690.5133856139657 +715.3384936604633 +598.0781271239458 +363.7714401188651 +772.1203215621008 +369.027834511069 +692.1888420803455 +523.9536536626485 +834.4676439284045 +830.7744087811635 +1185.9932965487344 +1380.1699822857834 +1437.9174572668426 +1539.334330531704 +1544.048677592175 +1546.6855808051105 +1548.5565419527297 +1552.4461049198844 +1558.923070762848 +1558.6148533433739 +1552.5662664485992 +1618.1098057085585 +1064.5808202525877 +1090.93264338711 +818.7539108899216 +847.118114293927 +583.4151524713037 +553.7930886950566 +658.4761539644284 +524.5275944203986 +701.9035124240423 +464.86170306848885 +830.711718877869 +835.5567348740983 +1192.4794165621267 +1437.2433201011431 +1499.1851994707206 +1541.9973877796256 +1542.1589350788013 +1542.3203782380674 +1543.2987369769562 +1544.945537626078 +1544.0288786399592 +1543.5612732685327 +1543.7373343822057 +1611.9867895708192 +1030.1134951349527 +1019.1500664839225 +786.8544822085835 +839.0335597582946 +567.9347223334637 +435.9784354160468 +639.3445720293115 +430.2276831648323 +639.4082158755414 +390.62255518579565 +938.6893636458437 +937.4951666552489 +1300.3906799073811 +1503.0595227182241 +1495.852557844822 +1522.9194417238652 +1505.4855270120931 +1512.812944891791 +1521.8801291527034 +1522.0092478195613 +1536.7760538958596 +1519.8538230161764 +1514.410580613484 +1584.6401130721101 +949.6032751724714 +1001.0475340938375 +786.4182539832987 +810.4417886850615 +562.8044559742912 +386.4110932911152 +636.7499435043496 +447.5611423199221 +663.6946488791114 +378.21749559609594 +751.2275997656495 +361.8241671539215 +265.5087887857957 +838.7961556566638 +850.5104213261545 +1122.7551232867834 +1117.108064270646 +1188.8657456094788 +1187.816304631902 +1190.8041012989986 +1208.735529946726 +849.3396174383081 +799.6101207430016 +798.8691744729331 +770.3793904440258 +809.7247021356029 +511.72201688863134 +433.1456389962391 +695.3664050418296 +521.1585221030165 +669.4655640021687 +432.8207511187869 +685.4404547767701 +445.9791040412861 +622.9514111755772 +458.9703307078591 +400.46238219220976 +226.9422384155244 +364.78852445545346 +839.3929711978157 +481.40473089095485 +804.4417628666804 +539.2158450273828 +815.8566256276367 +570.1497449410922 +814.3984140232059 +566.8029491579173 +663.631840523938 +214.39804615777726 +582.9428186502885 +341.45908552272084 +635.1348182023938 +341.45908552272084 +595.3169263936134 +394.67622464671274 +685.5054181564271 +361.8241671539215 +765.2315388698581 +796.5109839421203 +849.9832734207001 +1204.129134144078 +1377.268074287168 +1471.384657303664 +1540.4333707323606 +1544.6479238179156 +1542.6586570536026 +1544.0736760517034 +1545.0195470849603 +1545.2111658455094 +1545.3789747503056 +1548.6007390580837 +1617.640317872835 +1088.4796938924887 +1125.1012360080033 +855.0799809967434 +823.1888957383521 +588.3914283186834 +457.6803567119669 +661.2574142287107 +529.9191849424691 +691.1789619063492 +390.62255518579565 +866.6568700891012 +877.2629438703831 +1252.560345415536 +1484.2363479001037 +1528.1168081940436 +1542.8697022346919 +1543.5719804554237 +1552.1462562076542 +1544.3553819562192 +1552.1184083509102 +1544.6080842292488 +1551.0565618642381 +1544.4666274083395 +1617.8587123018385 +1081.2387304524968 +1141.0209619781724 +894.432025485809 +904.1538383456347 +574.5133846752595 +560.8045802006249 +659.4058744685816 +618.8513046628293 +578.5594166046724 +506.58588325834967 +863.3963760004214 +855.7758335667753 +1215.1197885861343 +1455.0778131209452 +1480.6516691098675 +1538.8588117818058 +1539.4556598976394 +1545.3215323743939 +1543.9551265751388 +1551.1384429354841 +1547.2957709896098 +1554.8581483779963 +1544.5106915978247 +1622.0444659695536 +1083.4969553714152 +1140.0779515544396 +820.1149518616451 +842.6212747180309 +572.4074947249026 +475.47309995058674 +656.8560608205376 +591.6980707943055 +592.6356078627279 +507.3877042315729 +862.072916411939 +833.9505907704861 +1187.393355814886 +1431.1564185984562 +1507.5534358079676 +1544.622154544449 +1544.2623496054428 +1550.422704799428 +1545.193209175943 +1556.6871006497543 +1549.1558364668533 +1568.370830931691 +1549.0501867937528 +1632.001116833277 +1083.4959353137317 +1145.5511995380593 +880.793722177992 +925.3957663893892 +586.052638487804 +532.8911992358769 +656.2155632283498 +517.1731843762791 +684.1335169077946 +465.1378165184418 +975.4646444073966 +976.957362096796 +1323.2980611295877 +1520.7083812357876 +1541.355476746372 +1545.861122744954 +1548.4621427547415 +1552.3577996475562 +1555.7547791469262 +1562.9312285124076 +1553.2695725284823 +1553.0465952437885 +1551.654898304897 +1621.8753224303032 +1057.0440348616546 +1071.4863502029573 +836.382440455664 +830.4305771852975 +599.5664757329035 +440.3326907354992 +713.3515578831714 +437.648749392867 +726.5650890869672 +436.3944983929599 +623.4497452095843 +361.8241671539215 +265.5087887857957 +890.2872252031461 +917.2066077496999 +1167.257647234398 +1186.8620916642822 +1188.0644126918235 +1187.6310625454441 +1188.475412766752 +1208.5197493016374 +909.3069593701777 +930.4549364145679 +910.4266222327353 +863.5263249369177 +874.7156157216291 +526.4180804797221 +545.0505244497713 +582.3915536603523 +635.0477443744697 +593.5379843616142 +339.5118125577772 +570.653720446916 +506.8436653653661 +572.1561135232805 +512.7803356834024 +441.63023517732466 +226.9422384155244 +364.78852445545346 +844.8851417576894 +434.14311824584104 +822.2220791737046 +519.2792626916705 +822.6578926239184 +553.5581298024455 +823.1955882468843 +611.4393384619397 +671.5877454312833 +230.2952087634154 +664.5773799739662 +341.45908552272084 +690.1985945495879 +352.9377126914815 +524.4728629656789 +476.82494778518515 +550.1906856118075 +566.2833270387157 +586.1718849286281 +797.0748629899122 +818.1649765795497 +1178.117250050693 +1389.5515075471449 +1417.8964000238088 +1477.701411721155 +1524.2680436338565 +1544.698166834416 +1544.7331509415942 +1546.7607583315337 +1549.4049859651661 +1550.1114703118399 +1552.2658519702031 +1619.041423100391 +1086.7705558505143 +1107.8590622395027 +885.5411517767615 +856.424536802921 +635.7778436433415 +438.67669344040644 +781.6744735588927 +436.1699589463712 +624.88468993168 +412.43902783842566 +920.6298541965712 +914.584622713429 +1287.8943681285577 +1515.9134633624722 +1538.0151656029686 +1541.4382220756079 +1542.19992432902 +1548.8655596365643 +1546.889099739235 +1561.6174637413142 +1551.3234366987078 +1571.2071155353992 +1550.880431308421 +1629.3195179371567 +1084.3780964430198 +1140.9422214453293 +948.5141072342325 +979.0299534897308 +586.138649025618 +537.836505839821 +649.4965741572188 +635.7499183527347 +650.3514556808258 +588.1460853192939 +984.7888102208934 +986.3786310253532 +1374.5629575922273 +1544.7102396126006 +1542.9276426359065 +1572.9215940079614 +1599.535124721302 +1659.869869006635 +1646.3269363650118 +1722.230494226341 +1708.550420303332 +1768.8937107698234 +1682.3884917408 +1759.133235083279 +1092.1882890147244 +1165.0184049004295 +953.6042709963102 +988.826642905995 +684.9694289123544 +464.26304160874975 +799.0864627907431 +438.3655216643738 +771.3647934875929 +491.45596790170487 +1079.0857996228024 +1130.8447304458923 +1475.387682790409 +1548.4790437698616 +1502.844225389087 +1521.6774502793744 +1510.2130102170217 +1544.993890887711 +1541.4933405826673 +1539.1465337802338 +1498.7104780095715 +1523.8986546296414 +1484.3887179102833 +1579.409192795085 +948.5611728026762 +1002.0744878907536 +785.9812264921594 +827.0015014375907 +567.955356925979 +363.7714401188651 +659.0885547793554 +361.8241671539215 +670.2836472804316 +390.62255518579565 +924.7060104720894 +924.325549472755 +1286.651134623409 +1503.252828464563 +1497.3133178870141 +1542.2897504807638 +1541.8157521963515 +1543.4518724156958 +1539.7581699941575 +1545.0461693674883 +1544.6789396196637 +1549.4591849253857 +1554.2424398264693 +1623.266814099342 +1090.6068304436637 +1128.8990376720642 +888.2851193035401 +876.5461136403968 +575.4051861133772 +501.05642342684814 +684.5710355436178 +437.49384147384865 +727.5755302285576 +436.90382671125775 +677.0630715476776 +361.8241671539215 +265.5087887857957 +954.9245122748231 +972.9821725545373 +1192.5561361046557 +1191.2773377838828 +1207.3573631443783 +1202.5855734995823 +1230.1460221349248 +1233.8713412996947 +992.3817703994062 +967.5636815009698 +977.3374944993838 +955.6304913911522 +998.1183700655404 +686.7676185056242 +528.35070640423 +793.8759142408037 +449.5322782489507 +703.1729949466123 +415.8803946111774 +651.1615725465426 +421.4136061176975 +683.0236499723861 +339.5118125577772 +517.3462976257282 +226.9422384155244 +364.78852445545346 +847.7943352403288 +417.5068054020977 +859.2774826656647 +498.4252779571789 +878.4975035610307 +527.3122349270342 +896.9418069061436 +542.2614236281132 +724.8929873729679 +282.150497388243 +669.989467578379 +341.45908552272084 +620.1107652191421 +341.45908552272084 +541.3158193254176 +428.2398455547307 +652.838001840266 +536.6631157762054 +635.661586910128 +961.6813826311346 +982.5676701248494 +1365.8364705032996 +1540.9870198213473 +1541.902035536238 +1545.9581679687622 +1546.0691861042978 +1550.8554355877434 +1547.7149564688941 +1559.6898421738786 +1548.466740486341 +1566.5327259029996 +1550.7918193113944 +1635.1513442987318 +1086.586787912001 +1142.9762967745896 +884.677747080005 +921.0317429108525 +582.4800780876863 +480.91900163279473 +662.3940964833299 +461.6092245118718 +714.5402206730239 +468.37651908517995 +911.0295173845415 +983.1796406305788 +1350.1123059927127 +1540.0866752724532 +1542.3939812846422 +1550.461673482898 +1549.1381401278863 +1563.3638712810337 +1568.2230746982486 +1582.5975022254345 +1601.023513074913 +1621.1654974371365 +1607.540001833594 +1667.7509268662413 +1103.8087172381393 +1147.3944626853608 +954.8701510080573 +981.1389811709334 +727.0337847784069 +502.20967928028716 +805.2810956884847 +451.2370995074962 +779.697909609914 +462.58181205375377 +1076.912135239028 +1124.0078436615227 +1476.1374223718437 +1558.3454707204446 +1549.3487309783525 +1570.1759531539685 +1565.3638355980559 +1592.0427367366174 +1583.7529544986128 +1619.0767188034943 +1604.134464928427 +1620.8609548015677 +1595.0880448204507 +1623.8467558428497 +1087.4474626398692 +1144.6261116949663 +934.6081768201628 +932.5916389593813 +596.5294741207268 +534.635888489239 +659.8362063637867 +465.65356778395386 +749.6862856941361 +466.22914122909276 +943.7893334248566 +909.5737626235128 +1301.8466780133706 +1494.1179790152714 +1484.7025740281017 +1521.480090657644 +1516.2777093585519 +1546.395097938764 +1544.626841189461 +1552.096820913223 +1545.9171154852675 +1558.026433641111 +1546.3076797132442 +1622.5060152516012 +1052.929398990836 +1097.5528535016851 +834.3144359660457 +859.0738280823978 +578.4927643119944 +524.8897608656324 +684.3115565724408 +436.3991297483659 +649.7683498676221 +553.4612014617206 +930.09314041161 +926.480253413187 +1282.129754074024 +1514.37820895446 +1528.3156393260188 +1548.9674704643587 +1546.5402456984475 +1553.6630741040926 +1545.6478900216848 +1550.2823089070675 +1546.8775964588808 +1556.6238975179144 +1548.1827774059586 +1625.3737959701502 +1084.5886650020245 +1139.8768559868654 +844.7781254708977 +878.1455470494208 +585.4930129027629 +576.1288315881209 +663.4245222726187 +489.351375642946 +693.9754369140746 +433.0020273922219 +653.6370721136515 +361.8241671539215 +265.5087887857957 +934.145843931806 +965.9764538905358 +1189.0870689829644 +1187.7577251080156 +1193.6602887656315 +1188.1540958439002 +1194.5085985562725 +1213.0637190567793 +962.2777123543593 +951.2461860699008 +955.4897912099514 +950.4858193383512 +983.0131217672565 +646.7748002129038 +454.03562522296085 +827.8845828621542 +434.9666292620959 +707.0848527343142 +409.8955791918449 +658.5867954335472 +339.5118125577772 +631.4755192439213 +376.17799421878914 +396.2490542375495 +226.9422384155244 +364.78852445545346 +831.0682269208764 +479.7452233547187 +825.681947791718 +530.8692807216972 +822.7503899802501 +542.2614556321606 +824.1693560124568 +599.7134830008471 +672.1771280729456 +214.39804615777726 +604.9839717388169 +342.8050615512335 +713.2951696336892 +341.45908552272084 +511.01485642896324 +468.4829958409483 +566.7951483957361 +438.6721182208662 +583.5355741360087 +920.6208757436186 +921.2463777512949 +1308.9389583532277 +1532.012643143227 +1541.5583963270424 +1547.3528996434884 +1544.9025816760698 +1550.218523889979 +1547.2879471902586 +1554.2757882499711 +1549.2646767222245 +1569.5300002685422 +1554.6983012444966 +1644.8091282626606 +1086.359660046061 +1150.1442953796818 +788.2058181866453 +931.9493649179761 +593.8509532009156 +532.3832372034022 +659.476246158044 +448.8531723872548 +615.0923701488498 +660.3870658891348 +874.7207893802362 +878.1073184929859 +1271.2157886846744 +1542.7293526518865 +1544.2023601086605 +1570.4954683822023 +1566.1751602226707 +1597.4294630592387 +1582.706303720146 +1618.664060190836 +1608.6475258015023 +1645.2070349437972 +1609.03235123264 +1700.4946375842383 +1113.279915959897 +1175.16485583065 +827.6452685594251 +990.6970583280386 +745.4790410351408 +472.5184846534843 +861.2673328954385 +475.94098654486095 +832.5093560750433 +474.8975435931954 +1083.6933852451862 +1135.17467481351 +1483.9341953400428 +1592.4166709524886 +1566.7253920331632 +1606.2537840334926 +1544.9474327115486 +1550.3218202221772 +1544.9835093474182 +1548.694502082541 +1544.806927731948 +1550.8374397931468 +1546.5062782817652 +1621.6717608904798 +1045.84207356829 +1119.6801338153255 +755.9674856531751 +923.7148317092489 +631.9047685270648 +443.5870794926253 +789.7365474413614 +498.55549400349634 +799.6252884584419 +466.9548544609641 +980.8500593939328 +961.4666197029883 +1343.8373734304234 +1527.6803693248091 +1543.633198732764 +1549.7441632932703 +1549.9894715545727 +1566.914739633714 +1566.8586881354977 +1574.279497433762 +1573.1616225301032 +1559.995242040772 +1550.2817627780707 +1621.0625983664936 +1087.8351599235482 +1140.2870436035544 +807.4968920932699 +954.7825071864208 +664.8349695373201 +500.4681938878812 +788.5480273919752 +438.7762190429472 +794.9726694179785 +491.65087732454634 +1019.3928478344714 +1042.6815142426196 +1392.919416530373 +1546.139630777636 +1544.489626674613 +1559.9559403914484 +1564.222688359364 +1600.3460218372447 +1583.4212581068196 +1617.0209250813607 +1607.4241827443582 +1642.497679297751 +1611.7465257904178 +1704.0659565405267 +1101.133104421846 +1167.8016230637081 +822.3463888377355 +989.677546431386 +726.1951576154479 +471.9730685138811 +788.8622858841658 +525.2956510688537 +795.0654145220959 +445.82828630149595 +757.9201744235407 +361.8241671539215 +265.5087887857957 +954.5378756435789 +974.0852973696827 +1197.2073944511087 +1196.7145164351753 +1207.6332226513389 +1208.1676237666225 +1217.801449978089 +1241.8481146658467 +968.9939592494433 +969.0578177539566 +958.8213904644817 +957.3938064122433 +983.461449619716 +591.9957645080424 +454.5791327339303 +792.9218239315891 +441.10287196074984 +672.3338827991026 +416.12871985183966 +725.3812047673673 +414.5248903450535 +674.5611086510195 +488.5291926638462 +561.0398509771637 +226.9422384155244 +364.78852445545346 +861.8955238040387 +364.78852445545346 +822.3974526832952 +494.7522732472581 +796.9849172581999 +364.78852445545346 +828.2534360300111 +454.0049832228007 +610.8577694144377 +214.39804615777726 +523.137256242333 +277.90829325503535 +607.1035531198947 +350.93421901627806 +630.6146237918842 +533.9487608832578 +669.5792138511435 +479.7999508210182 +704.0550916551086 +1087.0942873157994 +1134.2987398988619 +1490.2978979312406 +1617.4937934921657 +1604.5367693983817 +1559.419393493255 +1556.393017914781 +1575.0112860147908 +1555.043913551366 +1560.6771416260653 +1545.2738764921953 +1549.8274709811292 +1554.060051305735 +1619.587934434943 +1077.8673587753378 +1141.228204091626 +768.7762894717504 +935.6623519692356 +553.8633856870437 +439.99821032087584 +606.5089560158615 +502.02434056856595 +582.9841331349381 +640.6280963818149 +1007.7970324785598 +1020.6276970157975 +1395.753069929203 +1543.9964194635156 +1542.345424824325 +1547.931866997441 +1551.8133814810358 +1578.4083513684723 +1585.5547715739783 +1585.95951274861 +1583.6563566140392 +1583.126480915483 +1581.122306532406 +1643.575269607807 +1095.1732742800095 +1142.9396368559967 +825.8969465922288 +956.5311389517015 +584.7427941347181 +489.5051075498769 +660.9704584841188 +438.8147100727539 +604.3361984937932 +555.1158924993641 +1039.1899348477575 +1070.3056079030289 +1457.1071605333664 +1549.0276343049486 +1547.4092142952882 +1564.1039597973606 +1556.91000364635 +1585.4555441840835 +1570.504946700295 +1604.8387051507996 +1591.1135737824025 +1621.3494441533207 +1606.06610132563 +1693.0718988846172 +1108.4497912765778 +1164.4347215141352 +825.2346830109059 +992.1950341852295 +706.738949238026 +536.4215019104264 +794.1556503482874 +488.4004841444458 +832.5032374720172 +473.2690756816832 +1080.474958655442 +1132.1026170995065 +1477.738894303656 +1574.8634042681654 +1568.0146209140723 +1597.2523052448637 +1584.8574561164837 +1643.9190813434273 +1618.0517621077977 +1668.4466141690316 +1653.495301563446 +1688.07891493448 +1662.7397475475184 +1793.7725552550755 +1158.442716150801 +1240.2775745869408 +860.810056939825 +1046.7127054345194 +766.4976527779979 +477.6935524442021 +869.0950135987976 +472.0388613723597 +854.0420450016086 +498.2730548054745 +1159.5542380145262 +1165.450600468454 +1512.7809764824358 +1673.2521876673295 +1675.5840696310136 +1755.0021466964458 +1710.175379987925 +1742.613070018684 +1724.5670644924214 +1788.221132362577 +1750.7459412819076 +1738.6794150376056 +1656.3767209045816 +1732.3956322017095 +1134.9253778887205 +1174.4245512758266 +827.7539944016395 +989.6436605946323 +712.6123717664613 +578.1735925975532 +796.8596818876283 +519.7597403507999 +802.930644688908 +445.0673206500902 +767.5206572839577 +361.8241671539215 +265.5087887857957 +953.9736896321359 +970.4571461318902 +1188.4137599714873 +1187.0516154726727 +1194.390396137689 +1190.11369458098 +1201.8749077043615 +1210.518182741861 +962.092473351943 +950.7906637202866 +954.641614037561 +949.8549271135744 +983.2941863272542 +561.8040294003481 +444.09236407486577 +799.1151566029231 +439.5293762104738 +560.6451321046713 +443.48005424576564 +565.3020287979407 +641.1681763706387 +564.6391545622291 +471.201741404655 +470.3165502755526 +226.9422384155244 +364.78852445545346 +870.0124718797755 +402.379050844285 +857.6772949106434 +505.6311451194218 +857.4540999835256 +457.8874023743167 +861.0601075343949 +521.5210064244111 +711.3019255938962 +293.39828689483784 +704.4294570537144 +214.39804615777726 +746.5642145281166 +341.45908552272084 +773.3666419737981 +443.4952536257687 +697.1930670279223 +436.1680719214994 +717.1316810929288 +1079.0571281902594 +1131.210071471546 +1475.9326794511599 +1545.9730195266086 +1542.057509116731 +1546.9692543303922 +1544.5348626046145 +1549.5681535830388 +1546.4544613031326 +1556.7880003649013 +1554.7437873216413 +1567.2250641156888 +1559.2769710154103 +1648.0423761297843 +1087.117689783348 +1146.5634050653046 +805.5846138451875 +960.8308840022927 +661.2103913483134 +444.97907426817716 +763.5142395198982 +460.0910826107815 +692.2207400909691 +461.0215317598571 +874.9081111524722 +871.5665627716653 +1249.366367088822 +1531.3789841759847 +1545.7248800795423 +1553.3055265046187 +1550.902648720648 +1586.3303928056405 +1585.922225600781 +1608.8160687755505 +1605.0088840205954 +1641.9409555699042 +1622.18718355179 +1728.9573709922051 +1121.40815360878 +1182.5401431065966 +826.3397740808722 +991.4946040570186 +704.3590105895793 +485.25544670223536 +779.828497848489 +450.74207377957975 +783.0770502336865 +470.70297511687073 +1046.6313239786941 +1091.3774542233791 +1443.5872449663732 +1549.3943062164817 +1547.6382925182459 +1578.1348803315875 +1591.5267416662875 +1651.7886503316895 +1668.179870732174 +1669.0223934318217 +1661.7973434498222 +1703.9656641626405 +1680.663529630423 +1732.5544521837944 +1141.5411939004312 +1249.6209421846288 +903.1516063635036 +1061.058583062312 +718.3065226799265 +556.4254359356192 +824.5149382025298 +458.4727820721506 +806.16114064622 +486.7186206871032 +1129.5029414091819 +1176.884496886001 +1530.1158093355505 +1676.769238599706 +1705.6495459655187 +1701.6447499921899 +1683.3760815974538 +1716.3378904391882 +1689.570527700594 +1743.2163244662966 +1692.5514696336331 +1684.995557185086 +1671.4457074918773 +1741.7841860835194 +1142.031905894648 +1183.4192877829196 +826.8191823702446 +991.6748174250141 +677.1424257595186 +454.5786670130711 +792.1308122997681 +451.4913342061788 +763.6333520288355 +469.25839201344166 +1057.1655906117833 +1026.7295041522063 +1381.1270483426977 +1546.8805404659115 +1544.516584712571 +1552.817027343707 +1551.4993224931454 +1568.3445666792788 +1557.2274573299478 +1582.8235600391072 +1555.476412861529 +1577.5806168433883 +1552.8544312920033 +1641.44397573817 +1088.9842471180643 +1147.020920722475 +824.1489413445207 +988.0828212934357 +603.4379825029973 +564.4841635066975 +661.4157706533178 +615.7753029684883 +667.5608739599684 +555.3152532042221 +694.7636938520722 +361.8241671539215 +265.5087887857957 +956.0618509019235 +971.7708885160953 +1192.347105983764 +1189.2373124593985 +1203.4224151905553 +1193.9345501184503 +1234.3231307129438 +1230.7689628012572 +986.3340920815249 +956.3189264004257 +978.4717259577471 +957.604800720819 +1007.4019570237515 +628.9876881756962 +473.71056084250233 +844.1267405044142 +462.15619660168846 +778.3098122016895 +428.80897877599097 +663.1844528628731 +489.62353567880075 +686.4505102030422 +415.1135375535826 +634.5854761407602 +226.9422384155244 +364.78852445545346 +900.2101560602965 +364.78852445545346 +914.6179966641128 +364.78852445545346 +924.7969924715716 +364.78852445545346 +933.7283243231938 +377.3327167132006 +777.8906165545332 +214.39804615777726 +767.7449879467146 +214.39804615777726 +846.4741604149544 +341.45908552272084 +814.7857698061991 +405.36450069776004 +853.0836516719327 +361.8241671539215 +890.1816445387195 +1149.0831048144837 +1189.2935210881044 +1569.1762586374055 +1720.87865958821 +1712.2151892541403 +1791.0914396905519 +1770.707298231155 +1869.9609612699717 +1844.6038060550761 +1911.3045710404917 +1873.778145389585 +1919.2706635085501 +1862.830875848911 +1876.5051144689942 +1221.1793275184302 +1298.6603439270914 +939.3184190509703 +1072.2587263878693 +718.0585617545363 +546.0324209044469 +814.0380104359273 +467.2104837481062 +672.1312240591499 +505.1934135494534 +955.0532088236932 +927.1288003213472 +1287.1768926569823 +1459.8857094293846 +1472.1184822654884 +1496.2060826210652 +1535.691607084317 +1544.5950570722707 +1544.6044405715577 +1547.7127826059677 +1546.742530600198 +1546.9113328311466 +1546.06207177892 +1622.0997410017035 +1086.9132174734689 +1128.813656914924 +742.0004714328933 +862.9510869996086 +602.8688977567742 +442.30674724413853 +641.1888654460745 +544.9537642265749 +635.7202818237226 +585.2764725453573 +859.2223998798313 +865.1043925487253 +1237.1939810503977 +1534.2479831843953 +1541.6380920280355 +1544.1452466916649 +1545.4783618015729 +1547.3089038606934 +1547.7097177053588 +1548.2083299794704 +1550.5529539761117 +1560.7513607569083 +1565.658299312099 +1638.848538946879 +1094.8209333849986 +1143.1968207654238 +823.931996914881 +957.8192687179876 +670.6226866369124 +443.7638054603725 +750.803723051126 +439.1899102140452 +668.3165754352617 +523.5204410198734 +921.0810827292333 +940.2056077347928 +1305.0031079695148 +1543.230622907591 +1546.142741204668 +1551.2707189796072 +1559.9670661145851 +1570.5400976380802 +1574.4397568889553 +1573.7139658819833 +1582.3229938852203 +1575.1371888750098 +1580.222350670247 +1639.1676120143977 +1094.5892509591117 +1144.833517317436 +827.1014729679973 +979.440872605966 +713.3372029269323 +453.99127331307665 +789.6774855353802 +441.2325295648679 +781.0783888569503 +467.47274192606096 +1035.1464733698265 +1005.7510801098653 +1408.3657963158778 +1548.9021686812773 +1549.378426376301 +1572.3411177202756 +1559.3034414960168 +1594.1613877502002 +1589.6925621703926 +1615.0351783564674 +1624.9524039067915 +1665.7385850230694 +1645.4727839972506 +1718.2587709140712 +1146.0209307749476 +1210.569651212044 +854.1035809127532 +1017.67023693278 +730.1911278458125 +491.090781846256 +847.9140322400991 +482.4488932839583 +828.9756661120438 +468.631959066801 +845.1994192344564 +361.8241671539215 +265.5087887857957 +1132.1929304736918 +1133.1106456268494 +1434.0369637932697 +1436.1827117079438 +1482.389606599262 +1478.7891298598252 +1503.0748137623725 +1500.2013732843131 +1254.7793530181727 +1253.9046419902816 +1292.2956476590166 +1242.510660208172 +1246.4911298025156 +651.6922506098234 +566.7441059638531 +905.3494054036345 +556.3366024834592 +877.4536136457402 +466.5426908709915 +851.9950650500022 +453.43623824834395 +873.011921188336 +454.28081345376876 +725.668122864325 +226.9422384155244 +364.78852445545346 +1057.1935940549529 +364.78852445545346 +1012.520327658093 +364.78852445545346 +994.1227864576647 +364.78852445545346 +996.0585723830901 +377.3327167132006 +801.4302152945704 +214.39804615777726 +768.09671968558 +214.39804615777726 +827.3306781862641 +341.45908552272084 +809.4117274119919 +388.1152462588074 +834.9104657378554 +361.8241671539215 +843.9862705146039 +1093.765634666709 +1137.5911983370456 +1487.7053148966872 +1601.8899739778292 +1607.086410303515 +1646.4280903198853 +1603.2244899072673 +1674.1595449761173 +1687.9358523894844 +1744.0059784327418 +1697.9362856273283 +1746.6400995939434 +1695.297811337746 +1762.3159305704894 +1123.3726173813545 +1188.087616096795 +827.4209667589918 +996.5343042092326 +736.7515639743871 +492.15729013326956 +840.9049317940588 +474.9153771256682 +799.3821736686613 +481.2774746780783 +1069.2867681822013 +1050.3224161038788 +1464.3372011466677 +1568.5847740964673 +1592.161416145987 +1652.3146817281417 +1648.9714173499256 +1705.5509850292683 +1706.3734887235819 +1720.5232993385848 +1682.1789417038326 +1738.025183691942 +1725.9632908442097 +1848.8625905286856 +1188.319723401148 +1253.630318270399 +866.015436686429 +1013.6113567572182 +761.3358802217095 +487.12540424985383 +859.790076456949 +474.18387675236755 +830.4752196348588 +495.19355470503723 +1103.2381435408176 +1143.43988560817 +1498.246025415926 +1644.4976754088043 +1659.5238581806718 +1737.7736676429354 +1717.9816442034723 +1753.6420576379676 +1704.2483567473107 +1744.8232256605247 +1727.048372477798 +1778.7163736046166 +1752.9540686731514 +1854.6757263820084 +1219.8115616549203 +1270.6857268559268 +904.9781101542037 +1065.778574776534 +734.7700701737375 +597.0530953153045 +801.251157964649 +476.35449720890466 +789.5544186855917 +483.47821667327185 +1027.3191488139453 +1033.4924760260537 +1446.9664839312777 +1550.8173554024766 +1548.6034108670483 +1576.546803846326 +1563.0928090290263 +1597.025908151569 +1568.102639195453 +1623.726810925673 +1592.0319115034508 +1616.450850719329 +1590.4757188260644 +1682.4263895832419 +1102.3025714284377 +1161.4650326845554 +825.0323859280414 +985.62091602417 +693.2839298616714 +481.1785136974752 +791.1841737605483 +448.2221740001287 +761.5371272410035 +498.29602723236195 +1078.0830695108284 +1061.7080445921406 +1454.5790550142322 +1551.4870070885693 +1549.8308248590747 +1561.8997655338164 +1556.1275153583006 +1581.631363901291 +1561.7152331905445 +1592.8667521233174 +1575.8236294672274 +1606.7970371269785 +1588.7789662390696 +1701.1679668866777 +1103.2910588424204 +1159.2120312972547 +825.0531543404161 +990.6852616257535 +708.0023619485125 +559.3353499505685 +793.5070967849256 +446.4079858633791 +783.0698128802351 +445.85741525082955 +747.5171349521136 +361.8241671539215 +265.5087887857957 +961.5257021085602 +973.7534988556919 +1198.120612969562 +1195.0810506606317 +1224.4261821948194 +1210.4866599010224 +1249.243694864661 +1245.4377424776394 +1007.9414300795921 +970.7825886140687 +997.447824004851 +971.5848856127209 +1011.3037995451369 +622.3185665229136 +476.3183236317652 +854.8115707507471 +468.5003105257142 +774.2750257018231 +432.83113044501465 +636.1143028815818 +450.2652244030837 +639.740968760344 +415.57431992889894 +519.7998164248946 +226.9422384155244 +364.78852445545346 +877.1548833795941 +453.6135341197724 +876.6370645737708 +489.33866091393276 +898.0225832355999 +492.63275341178945 +906.2302582509344 +516.5715936652248 +760.3309409352396 +352.4204716625823 +751.5866972086162 +343.66993843906823 +856.5332702995644 +341.45908552272084 +832.0706361034405 +361.8241671539215 +847.9746099101496 +405.0481168696564 +870.2152784459093 +1111.932735880051 +1157.7944261334424 +1532.7256617799424 +1668.5409227071314 +1693.4497350378772 +1761.4354836497978 +1736.726131135792 +1792.734134722811 +1778.4230710255408 +1878.7170984143668 +1828.8138127124842 +1911.3300067780087 +1871.3907207752043 +1970.7840229749236 +1279.3746691010854 +1341.9629668878783 +963.6983169726705 +1130.5983760094703 +768.8870274251896 +488.96485623224333 +890.032612235109 +480.4912790039076 +858.5670118572868 +503.6469922858193 +1193.8019579616073 +1257.4754462979517 +1636.4754496221503 +1823.2584019009316 +1877.404566520955 +1970.9045254611644 +1922.0883574590093 +2038.1002545440217 +1995.6383387511303 +2185.323191585642 +1999.3567700942178 +2058.5784736119276 +1979.248668202564 +2156.1743002512176 +1403.6132398805698 +1456.1470018699356 +1079.312985736484 +1211.9311561398706 +784.1686472382776 +502.6776229523184 +885.1330909132721 +564.3382235657874 +843.3826442826303 +497.6621502089572 +1093.8958425716264 +1133.6872773338969 +1478.8171690589602 +1611.6050104462502 +1611.8680773485355 +1689.122422894665 +1704.7939480049515 +1736.554607952992 +1702.1661418396498 +1778.798577420488 +1759.6290966212014 +1818.353914457804 +1719.366667831819 +1831.5600219270484 +1207.8593309961539 +1290.4476429199808 +916.3880996266823 +1098.1355481357245 +757.2857109935397 +509.29519055363664 +860.3912440685438 +492.749892599333 +840.4462796341904 +505.2747694819105 +1155.0299733199913 +1194.0344132469922 +1568.517336010869 +1723.5408865462693 +1710.2103094140182 +1775.0688920294858 +1767.792358139964 +1828.746672258669 +1781.2704457264356 +1849.6382667355883 +1812.8068174973312 +1851.4782671773908 +1858.2682908623096 +1927.6404541923275 +1278.6318630397172 +1365.0619033654696 +969.3303971042765 +1117.6652913159066 +773.8143297450043 +509.52111530441204 +863.6224891125509 +493.4571299183456 +827.7711166003744 +500.92105692082606 +1102.2503025138528 +1134.2773536573388 +1485.4569847020373 +1608.8359112873438 +1577.5455470074828 +1615.531658251716 +1586.1781119748302 +1624.8880927275477 +1600.811733591672 +1642.7561899971372 +1620.017967229076 +1673.2269040491406 +1641.6203197192115 +1743.2336145302609 +1125.2635029066566 +1187.6790483637672 +824.6261899327044 +990.5434916248415 +722.6247688302448 +582.5435609444024 +798.5008990287174 +477.4282321823605 +788.1436290087353 +460.85379500481827 +782.4585544243148 +361.8241671539215 +265.5087887857957 +993.7731031550878 +1001.5697832108173 +1242.4760193985817 +1240.2939574498548 +1278.0227454427131 +1290.7888753416507 +1278.4657513724767 +1309.7778445981053 +1063.5237638627302 +1015.1731688499038 +1052.4042351875316 +986.2424675062651 +1036.4740234009907 +625.4674376355174 +474.39489906972454 +852.2862031900122 +469.08861740870884 +798.6426040173895 +489.37404625794585 +793.0887163438224 +424.69404942890026 +819.8143267316514 +422.99768420148985 +689.5251971136188 +226.9422384155244 +364.78852445545346 +908.5916055453246 +364.78852445545346 +917.0386709104987 +364.78852445545346 +905.6902838681189 +364.78852445545346 +940.0091081697292 +377.3327167132006 +776.0072656316819 +214.39804615777726 +754.8706560746506 +214.39804615777726 +841.9613671014649 +341.45908552272084 +739.035955443787 +583.2329618489947 +768.7492705293649 +376.76916124099176 +750.5932745999173 +997.1591795930073 +1005.3499933379463 +1392.0473350749883 +1552.5951572848003 +1579.7363893536499 +1620.326658991172 +1630.2366608431194 +1660.5478577507808 +1677.9421924649653 +1699.5020242545588 +1689.8428678798196 +1780.1585983488922 +1736.54937257617 +1803.5150467578392 +1146.3097614580686 +1253.8581590203962 +837.2940901858144 +1005.1168664143978 +750.6752567884926 +475.68294417969145 +844.4182784386365 +470.0647824798257 +815.9988591509809 +491.90788672890477 +1081.915702093868 +1132.6248538921657 +1478.6550895382625 +1628.8706549775286 +1673.3516810563522 +1692.0178542631252 +1678.8307391552758 +1719.292998926457 +1665.219461816299 +1728.389811077814 +1727.430740907395 +1768.1160064140736 +1752.628966580191 +1829.8285049433932 +1181.1001497712998 +1242.6811868371951 +875.9547648034925 +1056.6582850225664 +770.718504074802 +481.1647171586282 +875.4517393365433 +474.0865920175988 +848.8167313209005 +495.95545141087365 +1117.4994342190485 +1158.7077816803817 +1516.0158334765595 +1646.9078475941233 +1645.5152410995793 +1753.5293616622914 +1816.669448495307 +1868.290583880188 +1831.8255395257167 +1861.5874809026789 +1823.969663114581 +1855.336729838153 +1861.6374175208075 +1955.8194910535267 +1284.8150164719214 +1354.648727734803 +916.402725134443 +1066.4382714967567 +729.108575396532 +495.30400028002396 +802.4728655268437 +459.8992564800085 +679.3040488894266 +610.5053007965416 +1019.3127492676261 +1009.9721532973706 +1412.2642227274391 +1550.3081133869714 +1550.0585842071607 +1578.025491616173 +1566.1269926770997 +1600.0399302280666 +1579.461731652502 +1615.485338835516 +1609.296715034238 +1644.6726624034818 +1619.4795206980154 +1728.190128988257 +1130.770373030442 +1185.3760686802464 +826.6033792014633 +994.2789619805448 +722.4747866924711 +573.3439903405666 +792.9559801570065 +474.6382744276491 +762.5531558571852 +485.2404952340762 +1017.0093195336577 +1028.2647601769047 +1419.470162301333 +1552.8976339682463 +1580.0022150199118 +1615.0662529509648 +1590.168330586137 +1621.699609738977 +1610.8984931991981 +1662.0234231212255 +1626.6410256014358 +1678.4588593711765 +1614.9181488993709 +1695.068123230801 +1119.279046065046 +1179.9338837972748 +828.3952198582473 +997.7779126288355 +731.6328092230251 +569.2081168788314 +816.716278070025 +550.5140516431327 +823.1200830270301 +467.21787112566767 +834.9581217916893 +361.8241671539215 +265.5087887857957 +1104.1739865464417 +1116.5249766787344 +1355.9922286183712 +1377.252552897208 +1413.0345662707434 +1371.1574239243464 +1432.0349260989312 +1499.7411660940245 +1230.178616976661 +1113.8891046146662 +1132.643660664037 +1095.213788881007 +1117.9688040296028 +649.6175307792676 +482.80073582467276 +869.8680803774718 +471.93532487766214 +792.3801630392958 +476.134681670897 +772.3005828273366 +419.88060571717926 +757.4876832382669 +487.09696111017917 +630.6505180763994 +226.9422384155244 +462.96645232281963 +887.2157005941963 +617.4036976819953 +877.9938603793155 +631.8217465243866 +875.8022934484289 +620.9049754651403 +882.4919122546347 +635.8364899793439 +723.5645140479534 +452.51840637947276 +698.8480172563418 +441.8063497396929 +769.7843137066118 +569.067737733383 +659.6220569970355 +582.6630925545604 +665.0106370421959 +580.8218936403141 +743.8816869356077 +1077.8352894870723 +1081.705302456197 +1475.6700572178668 +1565.6460532514618 +1642.77417172531 +1679.0331399497923 +1677.5957951066275 +1775.4971846374394 +1713.7616800255182 +1769.262966614672 +1772.8478526463743 +1842.5107372513999 +1793.8411234422185 +1921.7706905941789 +1243.3166041992156 +1304.8478097855866 +862.6576643139838 +1062.4320684235533 +764.5384221536656 +494.4653115858594 +873.1433676349691 +476.1698553189355 +835.9034982225363 +495.7551596801364 +1104.0778154290076 +1163.4188852148634 +1530.878099508145 +1693.8447942088494 +1711.8786586803076 +1786.9019459176259 +1778.1155977871426 +1863.424784792351 +1847.86191847252 +1926.5884792868906 +1896.5524015168012 +1940.2897417631557 +1856.2012214398687 +2027.4019504921769 +1312.278173716462 +1380.2968890334116 +928.2169664686792 +1021.7037130565124 +758.5258005832186 +477.9208047339333 +839.1548497706316 +466.9649062275119 +807.9658699680737 +473.9284331267812 +1054.7162834161647 +1034.496309739081 +1453.8808310653599 +1557.440603451742 +1560.0425219809542 +1599.0028295256589 +1585.528303171718 +1643.0305857753965 +1617.0331693758742 +1652.0994889817755 +1612.070548721004 +1679.4987550974472 +1629.488422616414 +1743.2084349414943 +1110.6905489373082 +1184.1833000526888 +827.589132212394 +989.2773307695986 +718.9405800841628 +569.5499256586102 +796.6578920964723 +544.1788893094958 +799.4573898625496 +483.5169085924114 +1010.5494095088083 +1013.2175380724832 +1419.7020620016215 +1554.740799880838 +1591.740297055858 +1656.4619868132345 +1615.374761477468 +1684.2792241463042 +1662.0976718909105 +1731.5952118211108 +1697.6707710205728 +1735.079729149292 +1687.7375902087342 +1845.1913016413532 +1206.9453324469039 +1265.9568645661768 +869.8026042623857 +1011.2174598050506 +759.6513994319866 +480.38937983819716 +862.0537883483809 +470.7348366440348 +820.3444355291243 +541.5393765483615 +1082.0054617800768 +1130.854237216355 +1476.7595212542724 +1589.8601582033525 +1636.5939844620248 +1684.9031117881336 +1660.7028171885092 +1748.1718510812696 +1714.0418298762274 +1788.0669247526878 +1808.3117242598253 +1875.2558749850514 +1779.5544800815776 +1842.5970523958533 +1229.9591527333473 +1290.5978414595204 +902.9685787720209 +1074.9809839656118 +779.4436554953186 +532.1357867987407 +881.3140976687536 +482.39206863126753 +859.0740286015235 +525.1515557021141 +860.7858693007814 +361.8241671539215 +265.5087887857957 +1172.9273501188775 +1142.2759600503077 +1422.8091050697137 +1397.6494101672554 +1446.8569450216983 +1437.3120031311278 +1569.7364264732987 +1622.8136869637933 +1413.2767335417102 +1318.7473872630171 +1268.111207600113 +1218.4748688783818 +1305.8819712100028 +668.2263808232703 +591.4854678864368 +921.4541432055552 +577.8239969997612 +889.0823810839272 +467.34611960456385 +873.8454315071291 +464.5907730558332 +856.2902218296284 +444.34322873544517 +718.787260887175 +226.9422384155244 +387.1341685515317 +932.8688334827948 +705.6665407238281 +928.74433943052 +676.0816323906944 +912.8812718430189 +674.5282224544068 +920.8976510703518 +695.0108743058963 +783.1106232305868 +488.7302549574012 +745.6540286540002 +478.47680899646673 +856.4615140541197 +603.192173982955 +839.5233433948704 +730.0081473792264 +862.7495720478558 +658.7998703198863 +869.0501767727782 +1281.039833395438 +1325.0451369132963 +1679.1893077516156 +1830.432586704418 +1800.3991242839636 +1841.8360385257336 +1803.117192522998 +1873.8172962520332 +1850.5035417437493 +1935.403847186479 +1889.8222940311618 +1850.2832523605246 +1831.299103227151 +1904.0919909791721 +1341.9428274484103 +1403.2244445735826 +984.2050648447557 +1140.4980255680175 +768.6638994902969 +485.60274158406605 +879.1623129554254 +474.90731721447213 +854.2184408888551 +496.950874547481 +1130.3179914035134 +1160.4457556153584 +1533.2178764689559 +1723.0777909317771 +1719.0990745944118 +1858.0928444796748 +1757.2679811591981 +1818.2750418148908 +1736.4849381257775 +1826.5777317206305 +1823.8997485575521 +1869.5726641949068 +1916.9944864500192 +1984.037409638739 +1266.7439805114552 +1347.986081898884 +950.3255770993817 +1115.0549561800588 +782.683531210653 +544.3533166065927 +884.5092783147894 +484.21514845647386 +865.8160009110301 +560.807970277512 +1212.9918288947097 +1257.1685865795325 +1612.3938065925206 +1787.6824433756126 +1779.0671878137832 +1873.8281969901589 +1881.8135918956943 +1944.1626845070932 +1940.1080577627768 +2035.1714102123126 +2075.1074326697576 +2174.2487790745863 +2005.4584793756605 +2085.7843615322677 +1393.3454508734872 +1508.5184571891173 +1090.5286391853479 +1264.7588609971974 +841.0439458366633 +510.0055941129078 +942.0449580594038 +505.26578728346306 +918.1581323706993 +528.7401940334751 +1387.6828183328735 +1405.9317513008039 +1745.2394143300785 +1889.2779954092593 +1867.7616238643504 +1939.6478570134675 +1879.103772025658 +2049.0895961299602 +2004.3716963195338 +2120.374680740025 +2104.3363039768255 +2118.5375275499628 +2058.5751514944677 +2020.31607924545 +1413.3004962824002 +1526.5434067620643 +1152.5823348974582 +1377.4386187270234 +849.5106190571332 +512.753658991359 +969.816442599143 +519.1337660284279 +1015.9256286765437 +559.4450584576318 +1517.4127009126682 +1509.4249041917226 +1795.791748172326 +1903.2516710017344 +1922.7026050879517 +1986.1849210744958 +1920.5965095091985 +1989.1672246773794 +1924.0170622289284 +2044.0889982591123 +1974.534544767294 +2055.883960414667 +1914.1423982649144 +2081.550426979978 +1364.220529063994 +1480.2331974953227 +1066.0739247507122 +1229.1661624092735 +795.9279676228385 +581.3110213063557 +909.8546334200307 +513.7481479730448 +895.7702092184029 +608.876143296924 +881.9499816846684 +361.8241671539215 +265.5087887857957 +1223.4971174242153 +1160.0017102588888 +1330.7080984304148 +1396.2691156021729 +1438.2299670998348 +1371.1281190643556 +1378.7841006540625 +1376.437973101079 +1127.4047890181712 +1112.2111444108252 +1103.190556157205 +1095.637498635854 +1129.2216043748474 +612.4814782056011 +588.5608086790112 +849.9327141124189 +570.7677504343844 +820.2902986726706 +427.1695455033676 +823.5340741609728 +424.6332338378103 +792.9897452142768 +567.2426691432223 +669.1883812294853 +226.9422384155244 +364.78852445545346 +915.7425295184096 +364.78852445545346 +904.1720596969411 +364.78852445545346 +926.1072704056841 +364.78852445545346 +946.9111415008098 +377.3327167132006 +792.8120575868628 +214.39804615777726 +756.8605142229409 +214.39804615777726 +832.3139129476323 +341.45908552272084 +810.0171333800901 +361.8241671539215 +842.2670361634562 +361.8241671539215 +829.8763422769662 +1082.048888305674 +1133.4491096850131 +1478.585187961599 +1613.316166508054 +1627.2176204226803 +1688.4713093189405 +1679.5565524289702 +1713.8713495752181 +1696.9511442507483 +1740.6604750718616 +1743.3880141745483 +1777.877308717109 +1777.3843004269825 +1861.4192167286917 +1197.832641574069 +1261.1362270575835 +869.6850987293142 +1066.0526583780095 +758.5913098483535 +475.338644243875 +864.1436943668549 +468.5598236765634 +816.0504445014534 +471.41983157486584 +1081.7883166146237 +1130.8532955781805 +1476.9772406199293 +1566.332389080419 +1625.1781013497312 +1675.481255719471 +1682.7741437384807 +1697.0146010839376 +1664.5718241512473 +1744.2842277316859 +1729.7877422918027 +1799.2264209783327 +1747.1957210777184 +1862.0653007455473 +1201.0755016799228 +1302.0731258885673 +930.4030579831411 +1103.1591971049113 +774.7361237119566 +511.7503340392846 +877.8527216807006 +478.29862398590416 +858.051723662389 +498.891443471098 +1123.1238581439386 +1163.361719477157 +1527.2561328346267 +1673.400159259798 +1675.8717030449166 +1758.5400669966768 +1791.08665003134 +1896.3515364950933 +1850.6135419197549 +1902.1110747021 +1868.043368950638 +1936.6771823160884 +1938.7680544695347 +1968.7328257638399 +1276.3125645218295 +1329.8318871778563 +982.4156211429803 +1142.5434747662932 +776.1376435666149 +489.31106790370336 +889.5869812946592 +480.0768720812336 +864.1916998143512 +505.17370053208947 +1212.2273200580153 +1241.8297067027086 +1618.4441637846412 +1769.7714595215264 +1761.0312723977333 +1838.3122539110077 +1790.441851673201 +1900.2010197382917 +1917.9142411772862 +1997.6308418699793 +1838.2577887898474 +1852.1815749639134 +1857.9774790384902 +2010.9401599070532 +1433.9404768120996 +1316.185486214684 +968.0970886406553 +1131.5712578275572 +766.9485505486522 +492.1847851686299 +869.8067930911282 +485.2767310060811 +862.9597146023074 +507.5193608232797 +1194.8216819142456 +1229.932354244032 +1604.6294412338073 +1747.9282583989564 +1713.9700272671696 +1742.7232007255398 +1744.6728174618918 +1804.49515143284 +1767.0344952507608 +1816.2483237460954 +1824.438596004644 +1867.8432671596036 +1834.9409392787538 +1941.5292368621047 +1299.0175306506253 +1356.2900387283491 +975.928515392169 +1153.0609076870924 +764.7161707769682 +489.0789099177678 +876.0989593246002 +479.61338709152557 +869.3282996375689 +471.44355556008225 +868.706202490099 +361.8241671539215 +265.5087887857957 +1245.4579309767507 +1143.0186481370658 +1372.4389979063437 +1356.075362989058 +1582.8592411938764 +1437.9713363955327 +1487.9976336170314 +1465.9944241622395 +1226.5939071248233 +1175.1130623800702 +1174.9040521442612 +1140.7174133225394 +1176.152560460337 +648.4898307689026 +553.2983985372271 +891.6977328404392 +481.95747571009315 +833.6156772711113 +451.60381067037247 +806.1405327777069 +437.6031060864104 +802.0706047149723 +578.7289907553495 +665.2223527038761 +226.9422384155244 +364.78852445545346 +958.7276844140342 +364.78852445545346 +938.3480007730813 +364.78852445545346 +959.2772525320456 +364.78852445545346 +956.7956817229173 +377.3327167132006 +811.5531269516863 +214.39804615777726 +799.2701846750216 +214.39804615777726 +863.9107122380327 +341.45908552272084 +829.0304032630333 +361.8241671539215 +835.8791185577264 +361.8241671539215 +853.5870087720956 +1127.8832585872792 +1158.2164621661618 +1516.0168076082102 +1647.355931931099 +1683.2203787465928 +1743.5499759638903 +1715.6761212020178 +1746.7712136417515 +1712.3815033747294 +1771.7744512146455 +1773.163403448051 +1837.8573779472358 +1823.2700090595972 +1957.715455150233 +1324.1448933351487 +1396.218443542029 +1014.9330700530039 +1162.5527380883884 +773.1998587614135 +493.005546958918 +871.7515895486592 +477.4901038853444 +836.5788300332674 +495.0854358091033 +1049.6156544049968 +1001.676264795171 +1371.864998236773 +1551.9228310555752 +1579.961926003222 +1632.46129116429 +1618.5109846958464 +1654.2845120954742 +1628.624305211016 +1664.5899619723182 +1628.5311620135642 +1678.2983282534076 +1639.783083616249 +1749.7107875872002 +1127.9515624157175 +1189.2982237893336 +827.2891386770499 +993.508724977324 +731.6962454557115 +476.8802777642345 +841.8601745023324 +466.1859026192524 +777.5977443502711 +474.38380821758994 +1032.547227000314 +1014.20187308139 +1370.654206796344 +1557.337661888954 +1574.1664508605672 +1617.60664580971 +1601.2002347724742 +1618.2272139491809 +1602.8181045868594 +1691.5165557193197 +1635.8352638802166 +1675.0463450830396 +1649.7958575895505 +1767.3587221053106 +1127.6591066371006 +1192.4496431539128 +827.0375888253427 +992.9572317779543 +726.971261569194 +477.367669446479 +838.6064796430571 +465.4266038536998 +764.7912002281461 +473.9823101050907 +989.9838777846128 +994.307008395789 +1361.0087774654319 +1550.2071572009986 +1553.6263809623908 +1612.1833376432162 +1606.2933578596542 +1676.8465399242125 +1650.7981038632736 +1721.9444633607507 +1692.6009131452447 +1760.15654867246 +1697.2187127240225 +1815.1674369756656 +1151.600350633732 +1225.7725323613197 +840.3287369634573 +1004.4842356735417 +749.6268536654954 +479.00198902267545 +839.4519034404753 +469.6217376801204 +766.2650047791644 +475.0946801875637 +1018.0413364315172 +1030.2498851178077 +1398.666068120544 +1552.9296269671702 +1568.075585605225 +1678.1397846227485 +1627.8022767629866 +1693.3190035906832 +1681.2928276532693 +1742.9243681360845 +1726.5998017857726 +1773.9338597192232 +1739.140042866949 +1858.0395628111662 +1179.9274267847434 +1257.489317126967 +990.1283498467351 +1023.7616701569237 +767.5485231887952 +484.0877814877445 +859.5899102134674 +476.7148724066626 +816.7223935938639 +468.4141713680494 +801.422124096566 +361.8241671539215 +265.5087887857957 +985.0381576505239 +1014.1727855510079 +1325.1352138303446 +1305.1582970841328 +1331.1176011999705 +1281.0296084939537 +1316.5405154883906 +1329.3884604039054 +1079.8523037127443 +1039.5367560142822 +1055.8296609585934 +1025.6750225511946 +1071.1059841925621 +761.1424387991133 +522.366463530182 +868.573703764284 +472.7396853637363 +819.9586974158041 +444.33347274503745 +814.2597095005814 +432.35673826949636 +781.5718529937338 +423.3887145924868 +648.61068704609 +226.9422384155244 +364.78852445545346 +924.6353791448166 +364.78852445545346 +928.0693341078071 +364.78852445545346 +936.0547353351566 +364.78852445545346 +948.9639931756519 +377.3327167132006 +793.3082486572915 +214.39804615777726 +777.4394779904939 +341.45908552272084 +877.2112181471501 +341.45908552272084 +850.0449095158172 +361.8241671539215 +865.1449889169279 +361.8241671539215 +875.2455660008555 +1174.2387169514116 +1216.5480653006705 +1576.8977420133529 +1713.3939616129653 +1708.626756389177 +1751.877439651841 +1752.3690575819226 +1803.9593632009728 +1802.8813397764193 +1814.965137802003 +1775.4354486252992 +1847.2731807884302 +1820.028310147767 +1914.1090417443756 +1286.4394098754062 +1361.1734304839058 +1111.1866767708048 +1157.1324153842304 +757.8816275843665 +482.4291171730409 +867.5022357538745 +476.6570802526099 +860.1921386209142 +497.4532820907087 +1207.9099693225353 +1250.3475544663297 +1568.1407222835023 +1712.5670261411624 +1647.9892782351144 +1700.9775825551076 +1654.9406656757014 +1755.3234980481614 +1682.2789602631674 +1732.321714022286 +1702.891811682108 +1765.773634549135 +1739.93497040565 +1868.5080920599562 +1188.7930151997389 +1248.5356681944206 +993.0200289914749 +1013.3413687106521 +766.247958685855 +481.24290539571024 +863.8325992528687 +472.2713595400624 +810.3947734566747 +611.0694668875202 +1079.2528288593976 +1124.0136206134061 +1476.3391031547496 +1581.646807318255 +1631.624536542793 +1719.3886155880339 +1720.0524488879116 +1799.9475313098487 +1745.389945467437 +1818.596649615068 +1785.2787652330069 +1845.7678344895685 +1811.2730221826794 +1888.2464561333438 +1223.1904151711324 +1287.9473642186701 +1050.8141092429275 +1072.0235567283778 +770.5654287341978 +482.6130933285442 +862.3382395439736 +474.9157033514307 +819.5080093311428 +495.8037027858164 +1084.337530011144 +1132.8089625730138 +1477.9267953518072 +1624.1500654726678 +1652.1433585130376 +1795.331415108138 +1798.1600725370397 +1900.2003311153512 +1961.5601311759654 +1883.2532224565464 +1875.928827431381 +1935.9267419834594 +1859.423600666857 +1969.735595944199 +1299.3451044002918 +1357.0227798417957 +1076.1770141835357 +1112.056420762319 +808.4547543031603 +494.8817915754785 +911.310110815898 +492.8670895307621 +863.3240217853793 +505.5461322801854 +1108.7516576314943 +1134.3121041079416 +1481.6662363032115 +1613.3205104675912 +1603.4720079117785 +1644.5623199339652 +1617.9330283860065 +1674.4944452070295 +1653.286832811625 +1710.2281300796556 +1689.667375676075 +1743.632512773598 +1678.5636644781198 +1787.9316956056134 +1146.7020718197748 +1202.1081553440813 +957.8638003984744 +997.3315374072332 +728.9339888116692 +562.3729681166557 +798.7884519121768 +480.0027303670216 +830.9366478840301 +461.5489894924126 +798.2311444506041 +361.8241671539215 +265.5087887857957 +966.1133516754758 +975.9420323158112 +1225.4329550524362 +1237.459911605628 +1261.870946695073 +1250.1548359992923 +1275.2920409982216 +1276.433713407956 +1036.591071052653 +1002.3732286127275 +1040.7395752192053 +989.685237233503 +1001.1000003438045 +720.6232779421402 +545.0950063514462 +809.0670101480238 +466.6805346855714 +760.6752709555336 +422.7823186591708 +720.9680662230395 +419.94244861232187 +666.6620852833471 +440.5535718027603 +594.0626081195635 +226.9422384155244 +364.78852445545346 +896.4526715031184 +364.78852445545346 +938.3278527249156 +364.78852445545346 +1041.995527579696 +364.78852445545346 +1084.1758971978797 +377.3327167132006 +894.5865569321161 +214.39804615777726 +858.2188660562064 +341.45908552272084 +943.2116627802765 +341.45908552272084 +907.4553323846989 +361.8241671539215 +940.1423235243569 +361.8241671539215 +957.5522743839715 +1320.407807505517 +1340.1265689000788 +1695.8007475361185 +1851.0353838447218 +1848.6638397815732 +1879.954568039232 +1851.6636226618916 +1887.7611135673271 +1876.889901598399 +1854.053264229948 +1926.2617838734436 +1998.9603469949707 +1880.0564142242922 +2041.3340729577308 +1371.5213298831152 +1439.8752723749217 +1165.4555974808516 +1239.4729179443873 +785.2886428731285 +567.6686338744911 +904.5948296259431 +555.0381771905616 +893.0731509773258 +510.2041133843527 +1283.574254123231 +1305.680492502993 +1637.8350014126634 +1810.3654217533547 +1828.663526465377 +1958.7399353925173 +1922.1618165559248 +1996.0864167470631 +1932.5114334390644 +2062.4833268420575 +1928.8619766540069 +1890.087950128447 +1782.6211511658023 +1844.3696410679706 +1193.4081600922063 +1264.4181002213297 +1034.633643359112 +1075.590309506086 +735.2457884887604 +596.2838976311718 +813.3522654980678 +571.2059746908908 +811.3368280609462 +492.52871586325523 +1095.5403970575999 +1134.117272005018 +1479.1370718431394 +1577.7787142365285 +1601.3818454882064 +1628.8850822742531 +1636.924988751493 +1652.6596077351644 +1642.4324077586439 +1696.661816711285 +1670.0561542607913 +1742.9174338646544 +1681.9608089296703 +1795.9363478341857 +1151.2995864266302 +1213.052067140554 +966.7576174494657 +1015.3225128613348 +757.6300291115701 +481.19567493897296 +845.9805981796653 +470.5560029750674 +809.1327328501874 +475.1469396032106 +1066.9793965553404 +1054.5502987945506 +1404.6298992894936 +1552.7692751420634 +1598.0319616853926 +1663.0265192873414 +1626.9408054885123 +1702.4093742809378 +1674.5858055393826 +1748.2965373633624 +1727.7272984984013 +1787.514454271801 +1750.8000750970623 +1848.2223517847297 +1164.1824114381195 +1211.4787060091169 +959.8483310826767 +997.41042977783 +744.9177149308982 +479.2742891537407 +843.6324894429969 +471.69395985145184 +807.588661880439 +493.7070198854503 +1078.1537019771429 +1116.2761969082621 +1476.4744629394852 +1577.709925434139 +1619.350848139227 +1724.9014101787657 +1734.3085165622435 +1836.3091785240836 +1849.5607838316728 +1920.3261163457996 +1910.5141564927103 +1997.021735208028 +1902.1408435953783 +2040.6774240815455 +1296.4351410006354 +1346.6071404794682 +1059.047447553353 +1094.107163962243 +779.3017724550197 +526.284583849697 +879.9352806625787 +483.404336808436 +854.5201935332208 +475.8574666053846 +855.3332661216436 +361.8241671539215 +265.5087887857957 +1043.8605570983693 +1036.519463486245 +1285.9955986198513 +1220.8476604154637 +1257.145611410385 +1240.2191771806313 +1273.8984762029695 +1261.6172765443475 +1005.2999324201891 +987.8163449059973 +992.3901425589902 +958.3082421243105 +1001.5472271772712 +722.6155845811157 +543.0320851039694 +813.9952290071509 +534.5983771212556 +789.7173723106469 +424.52832093569606 +762.4384742467652 +420.9295936516677 +706.3322076098715 +418.4824257622171 +687.8427962079106 +226.9422384155244 +364.78852445545346 +874.3961822030866 +409.3995118843092 +868.9726679840933 +417.83621078711616 +870.933469192004 +468.4758580235898 +871.2245190084406 +377.3327167132006 +724.3951996523491 +214.39804615777726 +683.3509015972033 +371.10743747271084 +797.0196851750462 +341.45908552272084 +767.7038675473235 +487.6678596325441 +819.4672091529721 +361.8241671539215 +786.8473079057298 +1078.0419236744751 +1114.685188399984 +1599.2967669739498 +1549.4696646141142 +1552.5972739061683 +1580.418019176549 +1559.2052715089171 +1582.6143775467917 +1578.8567592443235 +1593.77670525244 +1570.6959318493703 +1599.5355634711239 +1576.3921835161493 +1668.2153940988958 +1090.828015156668 +1157.7581047530205 +952.6962499489827 +987.4228829918769 +693.5170972964977 +568.9684303354856 +792.5865990078855 +521.6159650679988 +801.29750692885 +476.2845045655371 +1076.3738319021768 +1101.6162330974307 +1587.3589120626937 +1549.2337566579438 +1546.0902221855395 +1577.0425116794017 +1565.243739330021 +1593.6702364281825 +1587.4039950810015 +1623.4149294094575 +1607.4404623279713 +1653.0143020578198 +1620.9847608316811 +1711.2435345491704 +1112.8624454473813 +1167.3871517887305 +952.0444467712451 +988.7219901724995 +709.6594694478732 +559.5330285167313 +791.7769198935771 +459.20707024286094 +762.8127506187259 +482.0818336514678 +1008.4961534895992 +1043.1541164715097 +1553.7675180697743 +1547.973087958137 +1546.3060069321791 +1569.6437845298778 +1572.082079498895 +1608.4367219545247 +1597.6259104980481 +1641.6354342142067 +1624.0766845607159 +1637.4999343995075 +1602.9526295025125 +1689.349921780637 +1109.2204394314938 +1188.1684415693387 +956.7268196330751 +987.3898515041191 +706.3538592822794 +554.1131201593204 +798.383969878769 +520.6565616355936 +799.5868328733454 +487.6251545061725 +1079.011398287525 +1131.3799101487077 +1603.875960066187 +1564.2692669590247 +1557.753219284392 +1587.837411292028 +1587.0274305415278 +1662.088449145662 +1691.14402022912 +1743.7655785364188 +1723.3288259388594 +1749.6683878771707 +1733.7270261403742 +1822.7889678842987 +1219.9116580189532 +1274.4848277058966 +1047.4508409747768 +1098.4488398481428 +735.2848126254519 +607.1471962240846 +825.753571124011 +579.5601871074514 +823.0159631862006 +494.1654955023121 +1176.4418505462577 +1219.6534849280415 +1687.1237808881115 +1688.173298321985 +1686.54890411087 +1736.3428837385718 +1730.5013246687708 +1771.495266957922 +1747.0637619821928 +1802.2200011717557 +1814.2922548328506 +1836.4201740594385 +1790.4242719255255 +1874.0018609984334 +1249.5696241377452 +1351.9936987229264 +1074.947442685313 +1126.747794864891 +744.2983563238708 +617.3811892958951 +845.8102288804164 +554.8528867707813 +838.0189833511711 +516.0000870246117 +842.6458266059028 +361.8241671539215 +392.56982815073917 +1122.4535944673662 +1114.9926539499784 +1391.5332523649415 +1391.2715946398453 +1467.9250122761587 +1432.6136419805487 +1460.4696180629846 +1458.869758527122 +1236.2637559139166 +1077.4889495450118 +1186.198186729165 +1142.1860997958527 +1155.473123180765 +738.9268511954464 +613.3594316372628 +853.097439021843 +610.6745653095381 +823.289386857397 +451.4029995795699 +804.4801056084793 +422.5580665780102 +737.3045326445248 +419.52818564526444 +743.8668244797112 +226.9422384155244 +364.78852445545346 +904.0834431259709 +466.69895439630216 +889.0113757335662 +479.0155416119372 +904.1025574457799 +512.9392332529535 +919.9926748491409 +529.1365821840556 +769.8620432142442 +321.3659050964752 +746.764270106735 +341.45908552272084 +825.8602655226804 +378.3558754436876 +803.0452959465603 +541.2646677708037 +837.2084596592521 +488.22581868786267 +856.616120390296 +1209.242673673396 +1207.7560476696792 +1657.9070191861217 +1644.3425606032627 +1665.8975672300953 +1699.6009321141144 +1706.1400504914643 +1769.0397562086084 +1774.8532729970846 +1870.6983862910758 +1801.0450909339618 +1870.0998390366358 +1771.4070130468626 +1844.4947838369437 +1259.1092475632397 +1346.206857639292 +1094.627489774204 +1135.3861562383222 +723.816277759144 +584.1567827519403 +826.3594230048226 +521.5860533764707 +823.0681649650247 +469.64540270497554 +1083.8595182456072 +1131.2828935837508 +1598.6675503825784 +1551.14443177814 +1573.4817962268357 +1587.4801182222313 +1601.9770464298786 +1629.1536727046223 +1651.3743534618654 +1692.4226639072526 +1656.8073530674872 +1695.407746216806 +1684.9328464385683 +1812.5720945034407 +1238.351048234314 +1303.3724645384643 +1069.7769026565213 +1097.3408941010762 +737.6705160940716 +473.8430925955932 +877.3929676114142 +463.5477527714338 +853.274875891155 +475.080446708294 +1165.859525742969 +1184.9526062052876 +1674.1174784047494 +1681.0075981715277 +1665.1204443082581 +1695.2804701415228 +1654.8460308903414 +1685.045346763369 +1662.5301787312935 +1705.4031025920724 +1703.6354927386442 +1746.5158248485714 +1628.2507182671045 +1678.1264494555646 +1087.3900242268803 +1144.3124807929826 +951.4192316027535 +978.6403411517176 +626.5850489840814 +570.719791293504 +668.5666226991683 +581.5811305269358 +668.0775939138647 +574.2245506862865 +1006.4134825383283 +990.347696522276 +1500.7832339987647 +1543.6715578270466 +1547.3943194508097 +1547.725772254116 +1548.315430615263 +1553.2919693877086 +1551.6755863062785 +1563.0226373984967 +1565.5074483175783 +1567.939122198641 +1568.41850723108 +1630.0651697634223 +1089.5411099510654 +1144.747877108219 +951.9757729875976 +974.2703040513913 +642.228684385856 +456.71893208655507 +791.5308975632632 +449.71772393099184 +765.2508284197963 +479.5494081259237 +1082.1309297793398 +1131.2751574280667 +1602.3844590590884 +1548.127028901627 +1544.8725216893542 +1555.9665572644535 +1557.6683331388729 +1569.4601244371345 +1554.2868791524513 +1586.9943244861665 +1562.7889036704494 +1596.4421129438476 +1573.3373010002679 +1661.5012855374946 +1089.5828959313258 +1151.4981148145887 +950.1668728815935 +982.2961617919647 +674.4277306736893 +453.89130756941256 +764.2138696361877 +445.29457628366606 +811.6239863517659 +454.3340041054272 +751.6200240386705 +361.8241671539215 +392.56982815073917 +956.2769415423236 +973.1329075640725 +1193.1109609985347 +1191.2982912442626 +1199.078234516709 +1191.5819369263138 +1203.5837006774623 +1214.4701022357256 +961.4954605097489 +951.5574878206087 +955.4611029724923 +950.2863434156967 +982.420559738383 +691.0313035382039 +490.9402106236526 +802.2095146673452 +445.34220241725075 +617.2455596830869 +468.82897346788064 +593.8448882902812 +339.5118125577772 +734.0366127840946 +339.5118125577772 +628.5626081487269 +226.9422384155244 +364.78852445545346 +866.7658806713512 +399.3603685485551 +864.1508170010923 +473.8628294708088 +866.7092629708378 +484.83412392348714 +865.4474875321108 +493.6067504717375 +714.3677965908797 +292.8207451865502 +669.3898118456029 +341.45908552272084 +735.6990423917556 +388.0292027354004 +688.8481527673619 +477.2724837170838 +812.5909705820645 +399.7903647314998 +652.5206404715204 +886.1478174972772 +888.3061924216453 +1356.7419509572542 +1508.0998181620855 +1543.8305264489902 +1552.7403149066008 +1552.1068735210517 +1579.1295448434646 +1564.0939947282905 +1596.660452493687 +1564.0436308399865 +1602.6740981961468 +1570.7431349718756 +1662.7927987578034 +1088.755437308558 +1148.3111746769493 +917.8296270356899 +937.8453766934703 +639.4198333714212 +448.5283578201965 +775.7490395219337 +485.3212447157016 +768.0515822227296 +497.6718864239597 +869.5295346221945 +868.1441620704929 +1342.4563440284942 +1468.0527669627868 +1543.5584576232034 +1554.2452070932331 +1551.815651693716 +1579.5560450716846 +1560.1952066493304 +1603.068555072784 +1583.8451124553194 +1627.1449674773603 +1600.2529165461908 +1690.4061827285316 +1090.7974842573867 +1150.8928120683288 +936.1325497385619 +955.6613898274128 +673.6453945881498 +472.1647549197801 +786.9428300595964 +513.3478940482053 +758.8687951258063 +500.75754735619233 +872.9655769281635 +856.3338608983993 +1342.7185373958027 +1458.8355174050403 +1543.7922732273453 +1556.8182427193603 +1551.0983403192156 +1580.335249351276 +1564.9452413744248 +1580.5353928136235 +1550.6958824552685 +1573.4664835742506 +1550.6176518377763 +1635.3248222851487 +1087.1899424248254 +1148.0309579054228 +951.389227178809 +982.8099449770036 +670.6024178224792 +460.4212180174477 +802.4002039952778 +451.7555139422298 +774.9994367842477 +480.91750843671247 +1077.8999409773123 +1067.0860717832597 +1535.3953501171861 +1544.9332859334447 +1544.3302237544776 +1547.679028674587 +1551.7659306755725 +1563.766721867867 +1569.820936096117 +1594.0525153785713 +1588.7432513893043 +1599.8534785214122 +1606.2335530630335 +1669.6502913122058 +1106.8506658200147 +1149.2692663393511 +954.5286819957136 +983.6717675432255 +727.5788388533027 +462.7244979745387 +802.123931414957 +457.59428035131623 +807.19370619534 +480.12797324189796 +1078.7568987274615 +1131.5161697042877 +1605.3310344332965 +1563.7317285685701 +1581.8238360125813 +1605.0660098321887 +1602.1096830606468 +1653.9541574492885 +1670.3604964410533 +1719.6538895443773 +1710.5964907360374 +1753.244735945703 +1693.0579140065088 +1760.2698098011017 +1147.7738308428952 +1204.6020210105635 +983.1258547752468 +1036.0803520763284 +740.4977962830624 +473.471873885501 +870.3167527171622 +469.2964070183889 +832.6911131392038 +446.26888712360847 +811.0237237072872 +361.8241671539215 +392.56982815073917 +988.041140710112 +996.582121469173 +1203.1500715932584 +1216.9930679621293 +1221.920477112786 +1225.2100726996644 +1221.8683434069883 +1267.9172002790099 +966.3891442514832 +964.8157618933832 +961.9683199107999 +955.8021989752017 +986.4359683155848 +690.6925126666276 +443.65462916749846 +791.3076086701 +507.76149933826287 +777.0283492197725 +426.75472827486965 +560.896303570612 +580.0537361351119 +577.9520847458114 +543.2312473461706 +635.696666914958 +226.9422384155244 +364.78852445545346 +866.2705611050607 +364.78852445545346 +855.6496798835146 +364.78852445545346 +869.3063312600948 +364.78852445545346 +875.3642056993133 +377.3327167132006 +716.7316334380121 +214.39804615777726 +718.4517304505474 +341.45908552272084 +752.4709538528491 +358.47003764512016 +721.1717824429677 +500.6130277263209 +741.0025522791175 +557.8961291552926 +789.6359767692193 +971.7468210648518 +985.6036311656602 +1491.8228894628764 +1542.8558359604913 +1542.8594670925825 +1548.90016776203 +1545.7747526883848 +1552.939169511986 +1549.2396139822479 +1570.4249001043804 +1563.905204250395 +1589.8525353322475 +1568.4161485158127 +1665.3756514569143 +1089.44762813717 +1276.0156798697644 +945.7339525309927 +983.6341921195633 +678.6480875017867 +475.39484124217296 +788.5218073945871 +439.839416204747 +737.8662759214437 +468.14576165826446 +923.1767319964432 +939.2449145483037 +1428.9085153755718 +1523.565541875924 +1544.8565695126076 +1562.5751624267473 +1570.114696346201 +1587.1540826332243 +1590.396203290989 +1641.647377273778 +1667.3756407064177 +1679.3270794030875 +1661.0041496819122 +1695.533837999624 +1110.828262843892 +1280.2733979102861 +960.5340252293074 +991.0620279467059 +725.7444542870218 +462.54686400291706 +839.7977908092531 +460.2862935833341 +790.0658617603935 +519.4966837518914 +1088.678997325734 +1133.8650597087103 +1617.9713220727444 +1655.7159721452958 +1653.6676226015375 +1675.9537092729665 +1681.883097678419 +1736.369390307761 +1721.596100513159 +1760.6028339034397 +1748.104674620103 +1775.0735533577224 +1738.0968717086669 +1836.7048335692127 +1235.315893156285 +1433.9071200087403 +1075.1654912739543 +1105.4666452708336 +765.8766338167422 +481.29132536487447 +884.1068872488318 +476.5404684753946 +862.2352628069301 +488.0807203568576 +1205.8782935556148 +1238.0457425111756 +1733.4529518048498 +1727.9359878377604 +1707.5949050099616 +1732.6766474280917 +1737.9121570017046 +1778.5305301168785 +1740.493827518001 +1783.6822031140505 +1736.082328441559 +1778.4763923590992 +1754.7813078049883 +1845.0118862990437 +1241.5977875730669 +1414.360773979843 +1048.0661430880039 +1080.188385500317 +731.8111987546713 +598.7609310566226 +812.4805943655483 +572.6799100143301 +813.1351210410564 +572.3051542047738 +1127.9574580491044 +1162.8188196066885 +1643.1538655860775 +1635.7641651066217 +1646.8302141680474 +1722.2053205129607 +1758.4177394787728 +1814.5964999547086 +1844.5234814858875 +1870.6656292483076 +1829.1914845478907 +1841.4904529829366 +1756.2395310800594 +1854.4293328949643 +1260.0938520084198 +1477.2059486993462 +1121.9857615022847 +1165.0376154139817 +758.732011145625 +482.7123696784574 +876.1564697388552 +476.8208187217448 +863.0207511304351 +467.23565016989494 +856.4276105489844 +361.8241671539215 +392.56982815073917 +1144.041642367441 +1099.4444438405226 +1344.8221556708286 +1322.4483691778166 +1383.618035593458 +1364.3833682908262 +1397.2035337108837 +1399.3257329009161 +1141.1534870760102 +1103.5996900529763 +1136.6865298463358 +1087.5673458566018 +1251.7219148430843 +764.0265161769682 +531.5637469601255 +884.1560656964806 +530.2485383339989 +854.420445064345 +453.933253466934 +845.2446618769824 +448.1478227880953 +830.783822021988 +442.0699661265564 +826.4949930758124 +226.9422384155244 +364.78852445545346 +949.5732540174328 +364.78852445545346 +918.6010253040679 +364.78852445545346 +927.5632412514764 +364.78852445545346 +914.1286978707404 +377.3327167132006 +746.317839141507 +214.39804615777726 +809.8801031715091 +341.45908552272084 +755.163901771382 +341.45908552272084 +705.4210470028848 +469.02696483043593 +682.6642436796103 +361.8241671539215 +815.5770436514327 +967.289639185615 +935.4761894004147 +1445.4678593801875 +1542.8066348281425 +1544.6443124350885 +1550.9128317170332 +1549.7517516596242 +1563.6845415285732 +1560.5958977664195 +1589.6003265103777 +1556.650986429827 +1580.8420489129728 +1556.1963524002474 +1650.9590875210656 +1090.3360365700219 +1284.6686458348738 +951.8018645097663 +982.5182672582741 +638.2852069165899 +451.41463139336435 +775.5269030322933 +439.1004981644069 +696.8624681437877 +488.58792921983513 +992.6105975447155 +975.268292119488 +1463.9384051664222 +1538.3424654569271 +1545.6727987997733 +1550.4254266876903 +1557.4209580140603 +1565.8877528443957 +1577.0516613237025 +1584.2202592791614 +1605.6164267513564 +1619.1147313547021 +1603.6671341441747 +1657.877629005341 +1096.9333333978786 +1273.6000954841477 +954.4351563311914 +982.821419731692 +709.1604841776067 +493.9647669670773 +791.6418218916845 +449.56428104697886 +758.3463304043389 +482.2768860732659 +1007.1462408812583 +975.5182048365301 +1450.9200284534647 +1532.156819997207 +1547.2924401514244 +1560.0777683132264 +1582.3962076117825 +1605.551853092333 +1620.2292263427591 +1634.2874960670024 +1659.2452537878155 +1657.4135192001534 +1656.5567300738542 +1713.760388382672 +1126.2321965386514 +1285.3200421012014 +962.2532155304976 +984.0285444224727 +732.1584028301945 +510.18124615371295 +808.9563205832403 +457.1597601954323 +765.6446799384872 +476.36977559696953 +1021.0664628316214 +1024.382774363266 +1501.868676175435 +1546.0651775878025 +1548.39985023751 +1597.6988102884095 +1615.2091930495776 +1657.115940642698 +1655.1873356119263 +1707.158318785292 +1687.6993893508065 +1746.2941409942496 +1719.1785318090188 +1814.308297458125 +1151.365969333822 +1346.517193047137 +1006.71366032463 +1023.1974355385082 +725.7060694171137 +565.6360199621246 +796.48833915501 +474.4292564665364 +769.8897620040927 +486.71117959773005 +1044.7313836156657 +1059.850974604611 +1542.0091996954154 +1547.7246770847746 +1546.800410111707 +1568.57250362757 +1586.1574205965712 +1638.9942508894287 +1602.3020888726305 +1647.0112008891638 +1638.565119554894 +1669.1465811253975 +1615.1546806219842 +1703.69211894217 +1100.87403440106 +1284.3552974573379 +951.2555361900687 +988.442925512046 +697.052777893233 +532.7735841642208 +792.7159806822091 +455.32130898606687 +808.7037180216132 +455.0960135130436 +774.8477710151443 +361.8241671539215 +392.56982815073917 +957.8161472562098 +973.9791852214632 +1192.4208818788418 +1190.3722910082442 +1193.8639621172013 +1198.343673926971 +1213.6505269709448 +1226.0501851692543 +972.7782716387878 +955.3957490896555 +956.7408652783245 +956.4374025211948 +1112.5394610313363 +610.2256265647031 +499.8136479277602 +744.6695551804917 +607.8354820970353 +728.563807528873 +456.32894322386005 +773.5642163172979 +452.85453666789437 +679.9902694088474 +456.2147428662003 +708.3663726825257 +226.9422384155244 +364.78852445545346 +873.5574980989011 +364.78852445545346 +866.7292473772594 +364.78852445545346 +872.367949243233 +364.78852445545346 +871.8189652460092 +457.73273248979655 +692.1308422467295 +360.49338452059027 +737.0291200310489 +414.5153697527367 +719.6949613035023 +398.763573078464 +721.3986321022286 +408.8048666914833 +723.646582675148 +443.4809146568818 +842.9376001640018 +1077.9207627231551 +1100.1810920684368 +1593.457464626303 +1544.0581376039638 +1554.3275358728397 +1621.4243907527616 +1683.997791320219 +1704.7298093211405 +1727.3299880247394 +1764.6694968556399 +1755.7314895125528 +1757.9864034056557 +1784.357587051555 +1852.2846589070534 +1256.2140975212255 +1401.9475355849859 +1069.6116671683333 +1073.2219077859593 +761.0758932387105 +446.77077813188123 +822.8068623270227 +440.5777633234989 +823.7721343938205 +468.041035464805 +1085.8762210816153 +1133.7287093721247 +1604.8090020765046 +1567.9177381347297 +1564.7910964924583 +1584.6490190473623 +1593.7683466403084 +1650.0801369394335 +1630.5356992032555 +1691.514871537028 +1649.2393314963176 +1678.1580335410313 +1655.8341746628316 +1730.2613768738818 +1127.749573974093 +1308.859098872369 +959.0569327044379 +1000.0797209980724 +694.6080217221627 +558.9966593889517 +805.9481784722155 +454.97073194222475 +820.0728756938502 +484.3279055619816 +1088.263298241768 +1132.6362579780505 +1604.4481272838918 +1563.8417876100884 +1555.6059091065163 +1588.5070764251238 +1603.3514186844639 +1609.4895942018838 +1612.0492093667826 +1660.6240033159156 +1596.2171198777057 +1603.556824070186 +1573.7194918930165 +1631.9676423856297 +1086.386376906176 +1269.698269691502 +925.7678440295989 +967.2123118798913 +586.1431769821412 +445.65137191998514 +676.9713082348719 +439.7845123398036 +624.6498076783502 +527.2535324102264 +1002.6859520155358 +1005.5150485191367 +1513.5270093375175 +1542.4943820845297 +1540.9083364667395 +1543.418610145057 +1544.3965868152316 +1546.1022708321334 +1547.3373115795962 +1552.9717399208023 +1548.368108854379 +1547.0409732885996 +1545.7558130470538 +1617.134261923428 +1025.4728466961637 +1191.416970385473 +867.1506088293189 +889.4570883188356 +562.2616174117469 +439.52796205378354 +679.4655589963041 +392.4171299438379 +635.5617050437166 +479.64997782236094 +948.2030258588746 +966.5814164745286 +1436.6031997659393 +1520.2766772152268 +1517.0530664144126 +1543.8481851899583 +1541.294147136288 +1543.7178374590821 +1542.6501272942191 +1544.7598897261114 +1545.3404908161638 +1549.9762141480608 +1545.3374654685542 +1619.2438126200695 +1030.897818866826 +1206.314135696792 +845.0179990688667 +886.148582762647 +552.8124594065131 +483.37045255598997 +581.40795617268 +555.0381139658745 +558.0494712611786 +487.8409413076876 +576.7926365311956 +361.8241671539215 +458.5390127771697 +858.6051226610842 +916.794087283636 +1190.4914305483287 +1186.2390501282268 +1189.7544903936293 +1188.7810813315314 +1192.7937762548029 +1210.7464092271043 +954.8535524775732 +951.590125389899 +953.3351430442532 +951.8061025602982 +1109.0238832332682 +511.8939596740156 +568.8458171854329 +583.0391531492083 +590.4654398581075 +543.6189999960234 +415.38678777236 +573.2487311632528 +339.5118125577772 +677.3455705779934 +339.5118125577772 +682.8914854030461 +226.9422384155244 +364.78852445545346 +832.4479827573749 +507.4713945181587 +818.1364997410449 +515.5191323360431 +803.8421261829878 +464.08059090984864 +819.2209296336979 +486.37693112600294 +614.8491616839946 +230.86421303178 +654.1201972315886 +412.6350101938664 +643.0069468832746 +341.45908552272084 +648.4904437705753 +409.07163293071244 +648.8434860872313 +361.8241671539215 +721.9630400829535 +902.4981181757099 +880.6136189731964 +1369.8663462819368 +1468.237561064678 +1494.6943071684614 +1541.6126794850745 +1540.3085843275544 +1544.317154444741 +1542.3209047339262 +1549.294350610971 +1546.2307146036774 +1553.988402692227 +1545.7722770063694 +1623.6009819513715 +1059.8825057316415 +1231.4685472121778 +814.6382153776444 +825.0938143412462 +511.5940107378689 +464.50655507769017 +576.8472537008884 +541.0504465058015 +535.8593147918294 +522.2624628837024 +822.5385815221975 +829.6311875326794 +1311.5188699344894 +1380.2982616098911 +1433.4332033568444 +1542.8329006895945 +1545.925949030226 +1548.5262645126297 +1550.4207329290198 +1565.2919768235756 +1575.4050431122823 +1574.377729510083 +1563.9462504264757 +1628.7223230349362 +1091.1548344368055 +1268.7996591896492 +953.2331672008404 +981.728881797658 +648.8263792940666 +442.24678242042353 +761.5020550838601 +438.584095463572 +609.8068197666494 +622.508200487016 +1019.5952829365292 +1024.727585113677 +1515.6987263529636 +1542.0386769063084 +1540.5350594983545 +1545.78483117654 +1543.971567177302 +1554.263745476957 +1543.672607814472 +1549.0202606060946 +1545.3597067571422 +1554.497267069659 +1547.751585206549 +1619.1054330855975 +1044.5082338394163 +1269.6090956178266 +881.406752127879 +907.528302440411 +575.5203651639755 +534.8015567038433 +657.9363579052599 +551.4920107267005 +665.3025431457628 +465.6648296812262 +971.3430408484107 +926.8942701690806 +1400.0234935097483 +1489.9477472197343 +1506.3317604102183 +1549.797563999987 +1547.262885535087 +1557.7311122197332 +1550.4053592422206 +1572.6902872160915 +1563.7959042418795 +1587.3487924741494 +1563.4893333146588 +1645.9253404385377 +1087.3734560250152 +1271.464825992245 +951.1238429239332 +981.9139366997516 +566.7833054830533 +495.79392219546423 +657.2273830806448 +480.35671013028156 +580.9193403711732 +596.991331041758 +975.2789994832508 +969.8062974460895 +1443.2361068022342 +1519.7819029854209 +1538.5821083666592 +1543.976698026188 +1541.7528051057404 +1543.5467031111737 +1543.2921768219744 +1543.7188489976813 +1543.6154601922585 +1543.5224919323584 +1544.0332207698993 +1614.0693384857134 +1035.0086457712105 +1175.6854770959517 +847.4858320257761 +873.5078050616132 +564.0851997489904 +363.7714401188651 +711.6766101492934 +375.8683331866317 +609.2538147673789 +517.9150934703213 +606.6590811538738 +361.8241671539215 +451.62472816189666 +823.509345464207 +844.3797292557658 +1094.010789806872 +1088.275468357166 +1185.3145758524595 +1117.261050106723 +1185.8244968043145 +1201.3904792005908 +878.6373696067536 +797.8566850425915 +825.3356722201426 +763.7837331950977 +889.1007029047867 +523.2957438637105 +363.7714401188651 +620.4804227874088 +409.2106154718792 +678.147670796162 +412.43974892445385 +669.7937838718304 +412.07060194079975 +664.2929395455005 +412.07123760999355 +672.2478652998515 +226.9422384155244 +463.6947712400436 +824.7434770417914 +476.58304637972645 +660.5443202506182 +558.312787819954 +756.3911306711501 +631.1965143113854 +575.8652338860373 +671.1223153936431 +486.41239722845876 +327.807869304841 +627.056805395593 +455.03556603413915 +625.5401252301873 +454.95856243149683 +756.4959421561939 +495.88494656485904 +647.0658906361913 +475.2268652758161 +673.7241316490116 +786.4240819898653 +813.7990503037785 +1273.8490719043455 +1300.5436713862573 +1322.753522949372 +1455.2107376614226 +1525.8801829200295 +1542.3902704944433 +1541.7434888553469 +1546.4975342568848 +1543.077560282943 +1547.2955537526989 +1545.901153545503 +1617.9237350341486 +1014.907675094398 +1193.9385921418502 +797.0256029520775 +807.2804585547818 +546.1432154965634 +363.7714401188651 +682.7913634747006 +361.8241671539215 +682.9840787736529 +390.62255518579565 +958.0542335263391 +948.7483375425614 +1439.4135417795933 +1530.3327170216135 +1539.8680130942962 +1545.5630679617577 +1546.485341704673 +1563.3794709630718 +1549.733889759462 +1567.8972013842179 +1559.4693467746602 +1577.1367581097556 +1557.4333201229156 +1638.4547084423655 +1086.146305689621 +1269.3630111954174 +916.3349945856158 +924.4034325140675 +584.6845745329723 +554.2892599350465 +657.3169250594576 +475.27340150273346 +605.7551467370945 +595.3401112893562 +948.3874445937026 +937.3279463809728 +1427.727751317359 +1519.599956862806 +1541.8333206267823 +1550.5166804577425 +1550.303808900979 +1585.3662045358994 +1587.035607723306 +1624.5462422615233 +1599.4002843121848 +1636.937220219719 +1605.6539896746963 +1703.2544745556206 +1090.2114842767623 +1279.9882205059419 +950.4264572425913 +982.5953317300341 +633.4639619872725 +462.82647826368105 +790.6082642351588 +439.7040977729134 +663.4718527947405 +466.59908965505247 +1041.7798701379172 +1056.2271005712173 +1565.8587001593066 +1544.442153879174 +1543.8981537844559 +1546.3298302223093 +1562.9793243478434 +1573.6246569163775 +1562.2581779648604 +1566.452514538278 +1590.2719580141593 +1603.4380185155023 +1592.2676188816722 +1651.0189332486295 +1094.5848593178025 +1270.9896767846717 +954.9658631752862 +983.4357455136624 +682.8986093299286 +444.97555601072713 +753.7318008477009 +437.7228004734816 +751.4595474058507 +466.42785288471225 +994.2463857728243 +977.6414431348521 +1452.1263253453426 +1510.7652853121606 +1526.6678106806387 +1543.5785055537542 +1543.9074876664145 +1547.2545483579754 +1548.0772392274073 +1550.425075826636 +1547.2970692349134 +1546.4133747261342 +1545.2318732691729 +1614.836732438335 +995.220184024442 +1146.853056515398 +782.8470293307325 +826.4361132304751 +589.3886937833036 +440.25328501245986 +773.0834597306377 +439.52964095448567 +638.4275026429053 +406.9858277744141 +598.4568507913788 +361.8241671539215 +392.56982815073917 +951.5802322681776 +815.1238153365016 +1050.2445154092288 +1046.8680235598124 +1058.6376011029347 +1031.6851415603471 +1049.4588398781416 +1038.905875380637 +728.057210663256 +688.6213201348726 +685.53761049995 +684.8972488648351 +833.0473810734433 +533.3671392827378 +427.03210436694116 +611.748497320471 +525.5090147036467 +580.1109678024834 +499.34711163564015 +578.760883850368 +498.8707012919289 +578.1665840994132 +498.7157107563653 +580.4951578298796 +354.00327778046795 +463.8474199945722 +826.7165920691733 +539.223653760368 +737.9369354493465 +495.9615627538038 +735.4304312732396 +573.9593340749226 +741.2562012678445 +512.5607550864125 +558.0101021495623 +496.11960027745596 +527.1966813646599 +555.4383116679987 +525.1713872982814 +553.9215388500772 +526.4929884095956 +574.5640290697493 +544.7059193879559 +573.2140000344801 +542.4313355495474 +770.358372795438 +846.3940218986905 +1321.6115082639192 +1417.6213653232612 +1300.3102080621336 +1373.3096020105822 +1422.002872551205 +1447.7426225027543 +1408.9689498984237 +1418.6790797569947 +1421.1317311731543 +1438.9292354598806 +1441.6299705199826 +1485.0220860620334 +959.1586908984139 +968.7365459761306 +635.9930425366798 +661.1828202780414 +532.3740995543534 +476.817201618692 +597.3550862075225 +557.9583413547995 +590.9762191560518 +591.0911986173687 +695.4923339629377 +823.7732786305758 +1284.339609212768 +1377.8147124340844 +1263.9594196751345 +1322.6796371274634 +1387.1166270877118 +1411.6218555905623 +1471.508552335686 +1499.9263971359553 +1546.5814587991108 +1549.2070406289583 +1551.6918789769823 +1599.5544932587743 +1063.6449235018015 +1014.7982575926997 +676.2727125892976 +679.2746798726631 +621.8197928631333 +386.53303260393056 +720.9036770142045 +405.38242525006723 +708.0655944406894 +470.57069609762186 +778.9994407581477 +851.4615950516601 +1345.5324799462612 +1461.5808500864234 +1384.2964359692412 +1418.21384179714 +1450.8173699629608 +1487.192823085419 +1523.4527661078466 +1539.7653921727988 +1541.186634450967 +1528.6378058005234 +1541.0485368001198 +1578.0530192879157 +1134.9091418811079 +1147.2845027416056 +830.1598210304784 +810.3842349877629 +601.5323166395228 +363.7714401188651 +709.9585647520289 +361.8241671539215 +613.0240575990011 +444.47281367929475 +917.9827226018627 +910.5988903165206 +1401.5017791248274 +1600.471827375823 +1425.4015096238788 +1455.6797503334722 +1456.4485573103182 +1510.3862929416114 +1497.9030998771038 +1545.2622596234141 +1517.4851686670265 +1544.0847864141178 +1515.8386653740956 +1608.413306391411 +1060.09108326255 +1106.5938936109007 +791.0836266319602 +813.2461993774284 +567.5214953055786 +493.52738092554006 +620.8091758245015 +483.1724435674227 +675.3468244779407 +432.6087583360127 +873.8079717555589 +856.2866299595141 +1333.7316274780806 +1507.9865298755037 +1407.2408781209645 +1462.6168688633938 +1473.2925736473744 +1543.6912693353827 +1544.861429783837 +1547.334857776725 +1547.96533808045 +1544.8396750780882 +1544.504606503774 +1614.357398177616 +1154.891553903537 +1183.1079817320476 +838.9944918009803 +835.1735776843917 +584.6493763654906 +363.7714401188651 +712.5867560860479 +361.8241671539215 +631.2144489379139 +421.1277190494086 +651.6477664550634 +361.8241671539215 +439.132426496434 +993.7597521599724 +916.5805961429182 +1190.839519436781 +1190.2601217433507 +1192.358865714815 +1191.9733869096124 +1197.8422502448757 +1218.4727251530503 +954.2896743328031 +954.7629951254474 +955.2544383794731 +1079.092072093598 +1109.3962914440397 +521.0664340403345 +573.1428599569085 +582.1063381988174 +549.6558287497646 +560.8720834295319 +339.5118125577772 +698.4358277831232 +339.5118125577772 +589.6124719819547 +497.53706951402063 +592.6468246050018 +354.00327778046795 +364.78852445545346 +844.6389387364919 +364.78852445545346 +858.5445115331179 +364.78852445545346 +867.7468431242498 +364.78852445545346 +872.0217016247493 +377.3327167132006 +708.3778619777764 +341.45908552272084 +713.6622725276043 +496.55165008274844 +697.4360124504719 +341.45908552272084 +754.1592197565059 +429.30017763797895 +661.6164928134597 +421.53700801790194 +706.4740590625668 +1036.042232085597 +1002.8068255972854 +1490.4468712902183 +1655.6267238075006 +1513.6547200480943 +1500.0240191959108 +1451.4223829111397 +1438.716444854221 +1387.8915461095385 +1385.4722695907697 +1373.4808223465272 +1370.0790594682333 +1354.2577331893156 +1424.709999487313 +957.582028675506 +989.7146654702492 +662.3754779209047 +689.3339402968244 +606.6147401854712 +363.7714401188651 +701.7957380007579 +361.8241671539215 +707.6421799900074 +390.62255518579565 +775.737964919872 +821.8646645655107 +1339.8038889317697 +1404.0230427275897 +1325.6053056500205 +1302.5292383418182 +1346.782497883234 +1343.8073741812289 +1377.4638756572115 +1399.4504922708006 +1454.406576092332 +1450.2340129868132 +1476.458955721986 +1515.560151244111 +1006.6864418876659 +996.1453203251909 +703.7063222614211 +701.961301069162 +554.980376444054 +502.98397199653624 +593.2770729694345 +535.3281499516144 +588.5827625473407 +582.0764488310051 +833.7298848665334 +850.5005981000054 +1346.4920025475546 +1513.8699197307672 +1409.9370145847706 +1495.3560281613907 +1502.3176194350026 +1541.122795940809 +1541.118116470562 +1545.3236914497097 +1544.7628709038977 +1563.2785059132025 +1546.2210441442894 +1628.714939289859 +1210.243457428237 +1267.0256719018714 +944.5026942310485 +947.6775715261663 +556.2822968336895 +453.5356438754568 +586.0492022151961 +534.0078174981594 +585.1411112966446 +649.8676483421034 +1080.055212907376 +1132.0517675392841 +1604.26970594598 +1682.9771788972228 +1555.3866055223577 +1567.149001733066 +1508.3696798372343 +1519.6267073600598 +1500.979293334609 +1542.7305356418492 +1502.5549881129316 +1490.9146770343507 +1457.4882496452954 +1573.476720043561 +1060.221168520831 +1112.389938204869 +758.5463030880419 +792.6209258349126 +562.7438628208802 +363.7714401188651 +683.1484709160341 +361.8241671539215 +613.0594351044318 +456.78113892167073 +847.4103634766053 +854.013630719476 +1328.5839094024748 +1499.4725498541163 +1366.4482150576102 +1425.9071001411921 +1461.554594007732 +1534.5866208062914 +1513.1465845587613 +1508.9296705034878 +1542.2159194195926 +1543.2778855700456 +1543.5829171519183 +1612.7997539649625 +1178.1819271501065 +1217.963416397575 +829.4815663922977 +838.3841530458783 +568.926204093875 +374.06566445544695 +635.6800163928713 +495.68564489464836 +660.6032738931466 +361.8241671539215 +742.4934022072042 +361.8241671539215 +392.56982815073917 +1018.3189421954417 +888.2391703899558 +1132.6307680584093 +1116.5648815938673 +1139.866902401967 +1088.1585214543484 +1139.6181396687712 +1136.843337385348 +827.2365593553541 +794.5203582666124 +790.9789861268922 +888.6006082733908 +916.04348912342 +516.7542626611461 +410.4399593800597 +602.4382796265431 +534.7167825353391 +588.1163333004121 +476.1974555946352 +579.8911734653988 +500.06295482413975 +582.7382863543489 +498.5140348041159 +581.2391802572392 +354.00327778046795 +463.91941069734935 +839.9184133609675 +478.55053920014313 +771.3238944790216 +538.036379085876 +737.8013542589418 +522.5067196166732 +741.0585883112176 +498.8379595039058 +645.5223257372602 +454.669836026207 +623.5831614408278 +454.1368019368439 +566.7631542418193 +484.9083379473923 +577.0095376860656 +473.65776048395287 +683.0491214920895 +473.3146010248706 +634.4061821135908 +748.5041783213785 +836.7057958894134 +1297.1039420264858 +1426.6402192693358 +1292.6998255140293 +1356.9963258947985 +1483.0872191052713 +1535.1341775991475 +1543.8694931701064 +1546.0411223773133 +1550.4418243053476 +1552.181934517489 +1551.7737408481896 +1617.170941309662 +1173.59756230155 +1191.0003506363876 +811.9146983672985 +806.1069516828359 +538.5430433136714 +363.7714401188651 +652.5602966139115 +361.8241671539215 +709.3326335824851 +500.6845593703949 +929.769188165082 +919.7682640101433 +1407.2719667195038 +1589.6795787713916 +1477.6847154698985 +1542.309161864497 +1543.4411645638727 +1545.8660904917792 +1547.320098940415 +1552.3994867337244 +1553.9034716780784 +1555.3836194999196 +1552.531080218049 +1617.794327777155 +1202.2402663359044 +1228.8226051109298 +801.8780481979733 +796.7159150575985 +593.6984011632019 +363.7714401188651 +710.3664400828662 +447.9810416064214 +609.7347239538707 +577.6899379629511 +826.7176136403928 +846.4201162174227 +1340.8296316167757 +1521.397118014397 +1354.25599781256 +1426.9406595891614 +1475.1435323273213 +1542.5025811960577 +1542.8691901882837 +1544.392719368869 +1543.1372582110098 +1528.1950727816177 +1529.2904227802267 +1593.219841689523 +1059.8365296208133 +1070.8323545907654 +741.4860852902535 +726.4234897656366 +591.0465899090465 +438.1664275663217 +635.9915895389661 +456.653633561929 +658.6510039529117 +431.17808110794925 +824.6582121413433 +830.0825858409005 +1310.2842094179732 +1488.672980368126 +1338.534633554911 +1357.6693267433611 +1345.88845088645 +1375.1175311595325 +1372.9908804782244 +1439.9482415192167 +1424.9294674985276 +1391.688535031646 +1371.652157000669 +1460.7373503660228 +959.8907107642365 +996.9820635245168 +675.6468042162224 +699.1344464496328 +717.7078512972455 +363.7714401188651 +832.3768158580732 +361.8241671539215 +828.1654927800187 +390.62255518579565 +777.5614595062974 +831.5363583164857 +1338.39303599458 +1406.5934752292364 +1317.6464628400565 +1326.1554310853596 +1406.0460130431288 +1414.911562491428 +1473.0627691461311 +1506.236078385234 +1535.6445176174886 +1545.979642811926 +1533.116547320015 +1577.6215172640698 +1024.4754904975082 +1013.8178627651289 +715.7096792866212 +726.0369730448308 +620.2749364320806 +363.7714401188651 +705.0545316076626 +442.9349433943809 +631.6334743609073 +361.8241671539215 +596.310258301469 +361.8241671539215 +392.56982815073917 +1081.9248730514269 +969.1538758211854 +1191.3945514800002 +1189.1020956360874 +1192.9102980629102 +1190.0477767856792 +1192.112637884132 +1211.6674706331953 +955.4970611099009 +953.1248339265879 +954.1285941949491 +1078.9910460264887 +1109.1138593120288 +504.5979938047536 +516.5616047517346 +578.6469134439687 +595.477222069669 +512.764253642101 +441.1029803395013 +517.5853292572504 +610.9563032158571 +521.9149501378591 +558.0863732251569 +521.0235822836792 +354.00327778046795 +364.78852445545346 +823.8192281598172 +539.0095651372487 +798.7312031985576 +453.11700162725765 +816.0632419973674 +473.3586977810135 +798.5208370656584 +377.3327167132006 +579.1536189656975 +341.45908552272084 +673.1212785227794 +422.2084942658453 +572.7810909441857 +507.729347879266 +578.3806192193896 +487.850090906635 +593.5394144836672 +531.9494231254411 +597.338549888469 +563.3430016970825 +917.134793836913 +917.3493048765737 +1395.2227664044742 +1444.1444711580455 +1413.9359930209648 +1454.2562646983185 +1469.0170204946453 +1473.1349170161948 +1465.678252449164 +1390.1737378921475 +1371.5725739672612 +1389.9318758096272 +1384.3115216710507 +1585.7341252455255 +982.8536292524996 +1018.6807137338864 +685.9565479458305 +715.04736478799 +625.6508510018276 +523.3355045159225 +683.3469985353975 +572.2549030215503 +680.4909394337044 +463.08091373818786 +775.8423379419752 +853.3372543871419 +1321.2966179832556 +1305.8624172482282 +1293.3859489378403 +1319.007139065825 +1294.5649386580312 +1355.9584615820409 +1314.0827205288008 +1344.2426763769292 +1341.1725005088485 +1392.1631885257227 +1363.6247784167374 +1551.117213822949 +968.7445137863023 +1005.9676609122725 +685.921375071071 +698.6173140769855 +611.8331739741726 +363.7714401188651 +705.0969122175977 +370.024881348356 +753.0844429195209 +469.9643812776933 +847.9030926076402 +844.9041698860611 +1317.0757879112848 +1373.1413042373968 +1359.9542650821281 +1357.4049568565163 +1372.0911193495951 +1374.26013779241 +1393.2967339878887 +1377.8979086655343 +1399.9174206267041 +1382.2829992616812 +1405.9922754625723 +1584.5544348175051 +1006.8478870884277 +1032.1976951735999 +695.6526284057138 +721.9577561950606 +616.1712497340113 +363.7714401188651 +705.7038091159234 +361.8241671539215 +698.4570652268085 +390.62255518579565 +831.6862386890874 +833.9335730504207 +1315.3814109373443 +1372.1153684459002 +1365.9237644305128 +1403.757782038011 +1403.291807483491 +1454.687357245084 +1424.5330923520821 +1482.9832370800132 +1473.3619434364 +1449.5484546012826 +1409.0554890610101 +1632.3895370839173 +999.5172099450829 +1035.233547692366 +698.3472565506632 +734.2113642184246 +542.7396100365024 +363.7714401188651 +667.7420613435488 +361.8241671539215 +613.1517647330953 +390.62255518579565 +930.6341373383555 +946.9907798551291 +1549.1949265305575 +1543.8966752285808 +1540.8730734801095 +1542.9166486214704 +1542.0722695715353 +1541.1023359150054 +1478.9394887847461 +1478.0640667740831 +1462.0783607257142 +1452.0956675385276 +1431.1846368255965 +1644.8238074668832 +1053.289829960976 +1076.775978579455 +752.8940283533545 +777.3859566158337 +616.5966081746338 +418.2572170847639 +692.7146040386199 +434.5198490111301 +750.7739297722143 +434.3922175817597 +815.8122637820157 +389.0124682237787 +559.587623525751 +750.617651111701 +744.3410583997742 +1003.8391084491468 +986.087695554928 +1034.3422733763946 +972.9303021679239 +1003.0452110166925 +992.9559571263882 +685.388787922956 +661.7786970259468 +781.7299676642447 +791.863691499573 +809.8816578265748 +617.7089176803721 +363.7714401188651 +697.2153900513948 +363.7714401188651 +675.7389021389772 +339.5118125577772 +677.268699395226 +339.5118125577772 +639.1944595092563 +339.5118125577772 +622.9386653315943 +226.9422384155244 +697.6715561463315 +424.7578197687149 +704.5901152549147 +586.2290435203818 +753.8540266372349 +638.9569623779119 +604.8201231985053 +671.5831307514919 +626.8737669391379 +623.5256996115938 +580.4493657379114 +501.22891804338815 +544.0871496770797 +501.31833527864455 +549.5564956819985 +498.73288997719425 +548.3317355413066 +519.4221797063029 +583.3827905107639 +549.826126341992 +834.1411459739413 +854.3281015113455 +1324.6269986449292 +1417.5885919206908 +1425.7419470541574 +1479.50926871915 +1469.675211747467 +1515.8216404018751 +1463.7061136623822 +1464.7734199331628 +1425.5798915501584 +1477.5684138013874 +1411.581448272127 +1612.0287272249318 +990.9338673900785 +1026.5738693874323 +732.1711176206162 +787.4987030296925 +611.829586664617 +436.5524197169932 +692.0028663373697 +434.4159675638017 +687.9507134237181 +463.12775700989175 +853.9288381063817 +905.7360821884599 +1391.4100392428866 +1431.721773236984 +1473.6474189978655 +1513.3837574443028 +1495.7183608006371 +1514.3252757875307 +1504.6136170446646 +1522.9190584626685 +1507.7140739133895 +1506.7434598888294 +1468.757091504864 +1647.7143475331638 +1021.4990330059073 +1009.7915179936489 +687.1852455011818 +691.5193366583281 +535.203413120319 +539.4695144747358 +607.8608019225186 +361.8241671539215 +642.6062000574726 +390.62255518579565 +771.980478484447 +797.7764693127189 +1313.341397763452 +1250.1123391005149 +1324.7584377977046 +1341.149576991554 +1443.5085721457258 +1460.1477503837743 +1541.1294228011352 +1542.5610981871864 +1548.1145638973055 +1542.6847765332022 +1541.9847732139244 +1656.544672516003 +1060.7247152129 +1080.616916345271 +739.6114798604767 +763.7764928412636 +557.4281939719266 +363.7714401188651 +645.8786454111114 +506.4991786880165 +708.7378678482302 +390.62255518579565 +1017.7676192487357 +998.0427924627056 +1503.9999396617604 +1539.8564845900114 +1538.6251975161229 +1542.4221943622636 +1543.2832620402016 +1551.5479335555442 +1560.477157726571 +1548.3773860416684 +1547.6910257775296 +1551.256704003627 +1552.6619717107703 +1752.6848725719303 +1161.9190280296134 +1139.8950565023235 +759.4418929164468 +788.460705314767 +711.8761930905512 +400.0608699041813 +822.2667381202873 +434.60292703416957 +814.481395539119 +463.1339289996465 +822.0587449794778 +829.5949174297267 +1310.8697558803947 +1357.403237179504 +1343.3092936915223 +1329.3936898926247 +1311.6815356820784 +1355.6037382293973 +1337.8353449379224 +1371.380698321911 +1368.6497776594456 +1371.1095820211174 +1368.262731416139 +1582.5413883953697 +977.9834431021405 +1030.0317444331445 +704.5781926577214 +742.259159606894 +737.0212317697448 +436.1887556797507 +818.8639263189726 +434.16702106259277 +810.1391616508895 +434.1000358307858 +811.610245738085 +435.3559279708471 +862.6843575777261 +724.4512522426489 +727.8064023259017 +991.8652510338534 +985.2696971514821 +1001.6196248294742 +1014.3108299060361 +1010.4614009566342 +1019.6335546570392 +702.6443368606347 +672.5013298520608 +788.6834308384117 +768.2195167316005 +791.9656913834447 +528.6632390621276 +363.7714401188651 +680.8212360122976 +363.7714401188651 +675.0071406571453 +339.5118125577772 +671.4706926924296 +339.5118125577772 +628.0454344963118 +339.5118125577772 +736.5489086725509 +226.9422384155244 +806.7552378995555 +364.78852445545346 +699.5491289143581 +422.0576629922894 +733.3977705048104 +402.039705538706 +707.6612299133585 +544.9767359074466 +718.0822500654165 +341.45908552272084 +632.8433464761347 +341.45908552272084 +648.1797209790868 +341.45908552272084 +633.7157501894732 +341.45908552272084 +660.1884937385937 +361.8241671539215 +784.2207030820076 +390.62255518579565 +835.9762722697459 +833.6542290090033 +1322.6672486877073 +1390.3179198047985 +1381.7572034515583 +1424.541270572776 +1424.210022705658 +1439.0284015161321 +1439.270656266168 +1422.6309104689853 +1406.8705961381118 +1404.0807122882748 +1393.2405862072355 +1579.4459380474825 +994.2663995014183 +986.874258225817 +663.98621926939 +683.1017169843959 +630.4581901056424 +363.7714401188651 +786.4095021465346 +361.8241671539215 +826.831764133171 +390.62255518579565 +800.794728986149 +815.05860859255 +1287.3104255828391 +1333.2465168935485 +1310.1704372602276 +1334.21157972772 +1325.3304898843476 +1355.2365900779887 +1301.746517736214 +1319.3184741033322 +1311.7116543195448 +1318.541080737219 +1293.4793034305517 +1514.4694346141691 +925.8238375747405 +966.3442732232808 +650.6574214062096 +674.3379789358502 +634.6220569922024 +363.7714401188651 +702.3448262780303 +361.8241671539215 +699.787763549819 +419.65310833152427 +781.2769012694273 +820.8389789596795 +1323.4934976940792 +1267.8519911694802 +1309.1025916720134 +1278.8101485763686 +1294.829187658483 +1286.7445448066555 +1327.9818205818174 +1298.2782349685906 +1331.3470408483922 +1304.7236292053776 +1307.863385659933 +1488.3262624606741 +898.7524945270418 +944.623018182318 +582.8156210563445 +597.84014781134 +636.7404117159049 +363.7714401188651 +703.3456454542959 +489.6722059125655 +664.9774601710096 +523.0476487991332 +771.5390648656023 +813.128417811429 +1323.0646985492508 +1263.7130002473914 +1300.2930620964858 +1280.1667955246892 +1328.0186609121913 +1313.4488090254918 +1320.5909134426518 +1306.6984959572094 +1321.7233402392949 +1308.6713338296786 +1317.0179500036545 +1473.258973907594 +911.4397535021898 +944.8173142019884 +568.7428753968181 +633.4761992447443 +542.8357291552204 +521.3052455592137 +601.2912260339749 +537.0729018757363 +590.7705054105893 +562.8269249613024 +704.83720220049 +822.8144024179056 +1267.9290191712955 +1251.4068227810844 +1246.673455253201 +1290.4095589607064 +1287.345365219043 +1355.3910209327512 +1342.149126061563 +1401.835728652332 +1411.5271330104517 +1393.7296019436883 +1338.7907230659578 +1504.9120283874333 +908.6448189672287 +959.0502904588981 +630.0584667205617 +658.9769145957489 +632.5689086384558 +363.7714401188651 +721.9563671067756 +398.61096759217565 +695.842070299821 +558.5262039274363 +695.8795137551006 +572.438400115018 +770.0687240479604 +665.7156360519263 +735.5913916234214 +985.7306634413017 +1094.32172614266 +1147.274019469135 +1186.8397536795994 +1185.315993631068 +1207.8885665707026 +905.4769298652045 +844.5777003622161 +935.5120176981786 +917.1697242624821 +888.9908169462855 +519.5895736090146 +363.7714401188651 +632.1795835557741 +404.1952455315475 +571.2104731520677 +512.0126042573834 +579.8425404913498 +415.51513989557424 +629.0634087029513 +433.7577210445386 +766.6954805590344 +226.9422384155244 +364.78852445545346 +839.1466009405422 +408.7248831563328 +824.3330573855596 +513.7436155335354 +824.7564120994898 +514.0407271194429 +822.4586696995344 +377.3327167132006 +732.3508109650645 +341.45908552272084 +632.9524098635402 +391.7237054715317 +519.075325758713 +555.8063538057091 +530.4841925307405 +649.2507347615012 +540.9751577053682 +525.5759785315322 +573.632286513837 +1077.6917546430611 +1130.9022373476935 +1603.008668502041 +1543.316592695097 +1542.354063068526 +1541.179634618079 +1543.4630621777158 +1544.7638268330682 +1543.2167978265984 +1541.2112084639775 +1521.9998116225825 +1532.2184392185197 +1469.2672544395027 +1681.6915471810426 +1072.7734086507062 +1106.1348258724784 +733.6716162747236 +744.4145592204869 +618.3177096456711 +363.7714401188651 +689.2454048991432 +410.1451794559936 +699.683786395912 +463.58674881254865 +817.9501832917421 +818.1987031559182 +1298.5486824243048 +1317.831868898226 +1292.3415600606806 +1311.3084362530415 +1312.959443830323 +1298.315991356459 +1281.4631694968627 +1305.8669561192041 +1295.7729863893237 +1312.645022003387 +1289.027183811468 +1501.9532329554372 +920.564608752426 +964.5687084671148 +642.7690092439194 +681.9491784765806 +739.3947478552941 +436.15768388002476 +818.0116892675686 +434.1638122071605 +815.8657954935031 +462.8808609624456 +770.3598036666074 +853.8848704284612 +1321.1231231750437 +1314.392529242387 +1286.7881383365757 +1302.5538972876768 +1292.9968676929261 +1310.0545108578544 +1300.9582764070387 +1318.5169974648552 +1301.2499540926206 +1318.4019751552098 +1301.1498968544804 +1507.5395065410785 +927.8210077578884 +960.5830799595474 +642.4014064810215 +661.6227601614816 +622.260926290157 +363.7714401188651 +703.204080645557 +361.8241671539215 +706.3524520238212 +390.62255518579565 +832.6412022447499 +832.0307938562402 +1309.1224817947589 +1372.4066879108402 +1366.7461274266623 +1399.4125773751869 +1381.7994484621147 +1356.3695690362563 +1338.4756220667784 +1343.187293330804 +1325.6496575791025 +1343.020892817874 +1325.3150393670935 +1539.3392644408243 +934.374677817363 +980.5568672594181 +652.8946289221443 +687.5923582229166 +635.5024766660526 +363.7714401188651 +703.5670213578151 +361.8241671539215 +700.0198557744203 +390.62255518579565 +927.8115154911683 +950.5960448151314 +1450.2859436021095 +1651.0229430298607 +1540.2391991804418 +1544.224752092185 +1541.4310210421165 +1540.9341913912692 +1543.0440946706283 +1465.1911049651728 +1404.4388822423425 +1430.4892679475238 +1411.7642241129959 +1613.603714746839 +1005.3624965006175 +1027.1106907854485 +714.7094459760236 +731.4413501547227 +752.2439773835571 +363.7714401188651 +828.3500850527737 +361.8241671539215 +822.5805654722798 +361.8241671539215 +823.8723552957321 +361.8241671539215 +657.6292147855576 +885.3166831050089 +787.448956356361 +991.8623039906057 +968.7701253170268 +959.1068684442419 +969.5419737089022 +967.1159282763912 +990.1191676226546 +673.4511148500766 +668.203830718615 +771.0693047065727 +775.9438268010773 +804.8216864971748 +714.3238014603915 +363.7714401188651 +830.6461043935583 +363.7714401188651 +702.2597040040259 +339.5118125577772 +804.9997750398157 +339.5118125577772 +717.4656215594015 +339.5118125577772 +745.5016481188669 +354.00327778046795 +804.7431147982121 +364.78852445545346 +701.2177380891849 +528.5345800513162 +704.3245565141153 +364.78852445545346 +716.8669749014799 +364.78852445545346 +718.9561509982725 +446.2938443829796 +572.6351866464463 +538.5360086909886 +680.8746228472734 +536.5628341744937 +572.1153955176569 +589.3377446515645 +592.8277773632934 +578.7141027116897 +593.0464742865581 +663.9000592812015 +777.7492227213554 +805.3643462043555 +1314.474266772015 +1367.866416760343 +1271.3755183319684 +1249.469067200178 +1284.9971849713852 +1268.2564605911311 +1291.035025876535 +1267.8467832899535 +1297.904414560543 +1260.884774801675 +1271.2468790769196 +1433.2718222839237 +843.328832954391 +918.9855708945271 +569.1031578653668 +669.7251902043187 +611.8431665252776 +436.04782758139595 +683.8232614057025 +541.8371249908578 +677.6901471185403 +608.9278022521167 +696.8845908438581 +836.5967714406538 +1276.3591405522945 +1393.4361528977672 +1238.5313061268232 +1261.8709357618138 +1228.602346178438 +1257.741380489367 +1228.7590290500568 +1258.7882232932316 +1228.9917798022605 +1258.3166915464126 +1225.6595220472386 +1450.6741591740301 +840.0282983196887 +968.9925369983217 +570.6988795991758 +682.77916068119 +747.4262787050112 +446.373627961685 +812.7305634268981 +444.3868451621973 +817.2480663722075 +473.1861420181222 +697.6240353332887 +836.5046092556646 +1221.45760971736 +1382.3011591333177 +1223.3951180083805 +1255.724835291248 +1225.4212071108618 +1256.796783289741 +1225.3154399913415 +1256.4753244861786 +1223.6018952815507 +1253.6346012613114 +1221.6122115029948 +1449.2956697156383 +831.7155558422202 +970.5328186638532 +570.7484223668265 +684.5621558155232 +742.6324608176695 +445.5649067089863 +713.8117659894692 +443.6722454683516 +788.0763352064366 +472.42793499200303 +698.6073854908584 +836.112184859026 +1222.792462137697 +1376.5538106958759 +1160.0481169309276 +1251.2481419748678 +1159.2472137378547 +1254.30986012691 +1224.5376642898354 +1258.342670052213 +1225.8710278716621 +1255.5113294791856 +1221.754030212326 +1448.0630462817007 +831.6637148261108 +959.5708445960823 +615.7430907761227 +672.6596767403686 +761.2132219059091 +435.58452357662895 +823.6216131131147 +433.5027134864068 +820.2374639457381 +462.21268736957586 +768.8878590784393 +824.4206488050856 +1295.6600286104297 +1363.0184677231307 +1234.2983896866613 +1237.341300039366 +1236.252733710705 +1239.1989142945301 +1237.4388526093571 +1243.4128585675953 +1242.3039838226373 +1250.426302537608 +1246.7236102682157 +1445.7199733686675 +840.728422727449 +957.07641678613 +641.1511182366171 +671.2366540183403 +765.0385961253199 +435.8574565077993 +828.19783264818 +433.86862712649446 +819.4250536135465 +433.72462251600047 +712.6262498721717 +571.3782367217316 +828.2399084212701 +828.9684138249636 +696.8056480857932 +913.381929427595 +901.1590172853241 +893.1324325252427 +888.0664885565916 +887.8077671730008 +906.3405748714575 +643.1913185307021 +644.4677733244346 +769.8201051512518 +771.1661213301577 +790.2957814155001 +727.6074873853972 +429.46476811180634 +723.7270140785889 +427.7809741487075 +697.7731674992962 +412.3115020934915 +700.2770473041593 +482.6059690963565 +706.7043869561093 +408.72341751848916 +725.9815831919816 +423.9674930091716 +810.3050554725558 +434.99055379049673 +830.2769104158675 +444.12782246489235 +827.5558242048963 +436.34049920233815 +825.8670045257202 +440.4372693721093 +833.9118407117563 +412.9079563042246 +704.2855274807013 +421.7799922721993 +758.452396440483 +484.7930615014142 +706.2061806883509 +460.3188211045793 +725.6425595649685 +514.4357010839866 +793.0560338649108 +528.6065196015726 +770.846617085998 +826.4500222270268 +1297.298325029248 +1362.9744517167476 +1235.5268954238472 +1237.055913473346 +1235.2918529411975 +1238.9607372039954 +1236.1983490932257 +1239.6878215973895 +1236.3451722289242 +1239.6156112998578 +1235.7829381012382 +1435.3152241326356 +832.1799971655413 +953.6896494625175 +571.5499748972742 +681.2616797188356 +733.1013971795472 +445.7179682214745 +808.9395803812205 +443.4212317522976 +740.0061426991496 +472.03057753985735 +699.1911828535575 +835.9165755644522 +1223.1420212138335 +1376.2778538051673 +1159.5878594256717 +1252.0727981249265 +1222.8919019230439 +1253.6617505750355 +1224.1209143070248 +1257.1333625336515 +1234.7342980066915 +1267.3961482504067 +1261.3871794241002 +1492.5226695842262 +898.6548164102434 +957.7538758047452 +569.4657059670509 +683.8966780293383 +743.5050656513753 +446.74331029522034 +798.8135958612334 +444.73613943644506 +814.3762968808355 +473.48749966572467 +764.681648820703 +860.5038798595813 +1322.0220667714623 +1441.417407863293 +1286.766462012423 +1333.3287551364992 +1301.8981208024945 +1333.695041119237 +1312.016417476175 +1334.2675683683794 +1302.0746725799154 +1333.5685956372179 +1301.6362431051853 +1540.0985702355297 +949.3785759307734 +987.4545497085998 +674.9264904338104 +715.3267689978155 +622.5459804998503 +436.4943143873086 +691.681323174341 +434.50922869985055 +689.9955444205049 +463.3002742227712 +833.5676541031366 +843.0414076088371 +1336.1383932065266 +1532.2187329414755 +1365.4868672622724 +1390.3679017969941 +1370.0893635022328 +1369.9658656929973 +1355.4145353609915 +1371.8955181359 +1378.1040346813497 +1356.5723664040227 +1337.793361079976 +1536.3098055646321 +952.770395571017 +977.9788012757176 +648.8190227310282 +675.4559969166747 +616.8416160115956 +363.7714401188651 +710.5158748261163 +361.8241671539215 +702.4539959395896 +390.62255518579565 +802.8168100200652 +771.4060940419646 +1269.961048609372 +1444.56817935063 +1292.5618003989675 +1310.1297978125324 +1293.4476819672004 +1311.1145487196582 +1302.4762454098402 +1313.5227333638347 +1302.6997954101626 +1320.1813918597525 +1302.595906026621 +1506.3320287972701 +928.4609258863604 +968.9495995501944 +649.7964277418097 +675.300200336398 +614.8381476742392 +363.7714401188651 +704.1516341575737 +361.8241671539215 +707.0706758713825 +509.3589526945937 +609.3380673349423 +536.5781545317151 +820.6102556962469 +826.2125729792838 +723.6317143737932 +942.5578269032391 +967.5446412656474 +989.2159961180417 +1016.5420672200179 +1034.7545012069645 +1022.3633853922188 +694.5822460111435 +664.7233546790773 +788.8136229906733 +784.4741734864331 +810.0623567576126 +623.849357740245 +514.5333717408122 +694.3130871528224 +560.2642131486473 +560.9034028142075 +640.4265895081702 +560.5547538222053 +533.6540094231518 +559.4123393363896 +597.6338577013343 +560.8156012067035 +546.958279693344 +673.676871645497 +561.8970821922765 +693.9753755532429 +572.9941127710873 +698.0405485268985 +424.168747193323 +701.7827175204425 +364.78852445545346 +707.9957891300228 +507.24391053053205 +568.2596350263159 +584.2402970606967 +572.4733063672986 +534.4642054779769 +571.7552597181233 +534.5019429015317 +700.7674176074586 +556.4083661969235 +651.4804530084054 +586.039473451243 +792.3188772233116 +838.538284924671 +1357.7645891082618 +1412.235617456684 +1325.274719673633 +1294.831318956644 +1326.4963100286868 +1294.9547949725288 +1358.656317731279 +1302.6569394093415 +1344.8060304703529 +1312.368682418315 +1358.752204548714 +1508.730940869589 +938.6127270498563 +972.280055867371 +660.2041342708958 +682.522972328202 +638.0018581745452 +363.7714401188651 +698.0786733772293 +361.8241671539215 +781.8251133902477 +390.62255518579565 +781.4201999508922 +847.3321275310791 +1331.9615214999776 +1408.6504385860483 +1289.2784360431642 +1287.3128060971037 +1290.0253884480035 +1287.7158474899927 +1304.5906325269189 +1301.6841170766081 +1304.7086577844564 +1296.1614254939323 +1304.151470372706 +1484.4899274691902 +911.4504436954903 +959.5564416324585 +647.944558904826 +670.9050103230634 +554.9053728264192 +497.7486673593757 +604.6332715168151 +522.3970966284825 +688.2368189023243 +549.0351443031423 +772.8848252902967 +838.7189193965728 +1327.8270790247395 +1409.6310458800215 +1289.9014367676918 +1308.8811547278535 +1319.7228142888057 +1309.231344732496 +1290.595031024124 +1288.1287871752663 +1290.5863603773337 +1353.831670785162 +1356.5557781260588 +1537.1481436955025 +949.2095722334548 +993.2918215888272 +662.1395991580905 +700.0867327069217 +621.5459288891252 +436.2765742823569 +686.6266106946257 +434.3285281266562 +693.5867295777578 +522.1398252576884 +766.6982055700223 +846.6875210755438 +1309.6997850141045 +1426.8952762144932 +1273.303344757155 +1304.6975937061566 +1274.166801819847 +1289.7350811281851 +1273.5640706630845 +1290.2047101701035 +1276.5367066087385 +1290.198770457083 +1288.3308320838134 +1480.0074677640698 +899.7058016483803 +895.6229277175896 +641.1752820511148 +598.7204302802817 +758.8471093326679 +363.7714401188651 +820.131028666035 +361.8241671539215 +820.4460974375722 +390.62255518579565 +781.0010734292663 +751.8684569525984 +1309.0001408932387 +1339.7905734044864 +1264.4524782936094 +1244.5520782397248 +1284.9053720798552 +1255.710612728415 +1284.6581804163272 +1274.3576558221123 +1304.5366468697653 +1267.2515230089496 +1290.3391449998805 +1452.0608748605355 +918.9030379683421 +884.2726784675624 +644.7473830484046 +598.5928650783679 +767.5425566121386 +363.7714401188651 +828.7955706528983 +361.8241671539215 +825.7741762750181 +361.8241671539215 +769.4833394403337 +361.8241671539215 +844.5993392200266 +813.6048272543113 +736.1529986123519 +930.3234958714835 +974.7345530070494 +952.5728662675184 +1007.4644706237096 +988.3011481427369 +1056.9238351386741 +693.3719684280098 +681.6564937195064 +794.9480559586459 +805.343429692135 +823.0993502331498 +615.147736803203 +363.7714401188651 +761.4821265307796 +387.19411567540095 +735.2857863029344 +410.1989899892009 +759.5859941180014 +410.20291903481507 +695.0782540863099 +468.7876596474457 +696.8318506017218 +458.89646798378436 +718.2883777024036 +547.3768403843544 +587.3359391549042 +562.0064592538109 +591.7276993149418 +547.6970057427603 +700.09678777497 +551.9490784070496 +729.5987985481524 +518.597897551517 +562.8348405926138 +466.0782348811026 +618.9427827963428 +465.8753076831949 +700.1977780484515 +438.42683717004326 +719.8197727933034 +516.103577815426 +698.0952400551425 +461.18503039084374 +793.4572967894844 +853.6680087794703 +1320.4020126111877 +1392.3111974997307 +1258.1989110525456 +1245.9476742260215 +1249.5964563898137 +1241.431258572653 +1241.5179366743341 +1239.4080917054462 +1240.468701432882 +1234.8595347979083 +1237.093298749806 +1431.1581862188802 +906.5792947403 +957.6659132276843 +645.0514968599239 +671.9729581626208 +721.044627074311 +433.8945979387062 +755.6502232901463 +465.27758632788067 +701.595326924366 +508.82842880677833 +764.3279370438133 +826.8511132762645 +1287.5809446085402 +1362.1972958925267 +1226.4040505862883 +1235.1109462368913 +1234.0378766992455 +1235.3074893104556 +1235.7147838257624 +1235.375667921656 +1236.3728502619517 +1234.899001984177 +1236.1833851631166 +1431.6263925778815 +906.5224235984388 +957.6587354262933 +644.7980524511541 +672.39242198673 +755.4879073557876 +433.9763845418496 +710.6456215518359 +498.5130570413122 +719.9079622856598 +469.59481896635646 +765.9565087474621 +825.6099759088162 +1294.192529927959 +1361.6377634909713 +1234.852582352249 +1234.9147456509152 +1237.352077900273 +1235.2483128044591 +1238.1995998605175 +1235.4221901025044 +1238.6992948482025 +1235.6006342102985 +1237.6966932842936 +1431.3172663016685 +906.840398449867 +957.8311695739696 +644.8037111716377 +671.8259363820099 +760.871914073283 +434.12166288752087 +822.6244420444066 +432.1663335412771 +817.9741306308317 +460.87382312895744 +770.5980249154444 +824.3475910876958 +1296.7598848462494 +1362.1622314407903 +1236.3955628634392 +1235.6023469596414 +1237.0036444934865 +1235.807692229624 +1236.6144437664973 +1235.5406452440286 +1236.820920224796 +1234.8847857804806 +1237.4372796359296 +1432.2377038845857 +907.2477166492874 +957.6980001895363 +644.8736190800284 +672.5531005907728 +733.0176651252842 +434.0288641262627 +818.0929519129589 +432.0263700800109 +761.0399713643843 +460.8132617489291 +770.0400530448254 +823.0024578027503 +1295.5766891554679 +1361.4194187646644 +1235.6391163153905 +1235.5904127524855 +1239.8669836134593 +1240.3240969308713 +1239.307773585421 +1236.3943729774012 +1252.2242060856051 +1251.789733388948 +1252.9657730979684 +1436.9952931990124 +905.0680267804661 +884.0626414284751 +641.9897410569966 +621.9543741901952 +647.8012150343608 +363.7714401188651 +696.9743230263172 +390.8299223923823 +676.8452428370647 +361.8241671539215 +700.8766638612913 +576.0338201082023 +783.6383985776765 +784.918523221115 +723.3740970671745 +910.6831177030301 +945.9142239510221 +917.3131966274105 +953.3565574929901 +923.4425117183453 +974.2206120185524 +644.5228957920098 +646.2491775935245 +766.3594756658666 +772.996999661765 +790.3017434234104 +605.5655097967914 +363.7714401188651 +703.9708772240708 +363.7714401188651 +681.8748754219087 +538.6412568787193 +658.559789800793 +536.4965044485849 +622.6949285424535 +536.3553968571106 +606.5539983587915 +550.0676303068085 +683.3710527924644 +364.78852445545346 +707.7455202397167 +364.78852445545346 +707.2635250005366 +410.18221128621644 +709.3798175258668 +364.78852445545346 +716.9667640930548 +509.8732673972214 +570.2620983329842 +535.9630644377895 +679.7696214988345 +537.1214773017722 +569.8521587607877 +535.5392930583334 diff --git a/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv new file mode 100644 index 0000000..6ab5249 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_8_pu.csv @@ -0,0 +1,8760 @@ +0.3452989542361286 +0.1553600006923607 +0.3671011938978699 +0.1553600006923607 +0.2941951799436823 +0.1553600006923607 +0.2940704391943881 +0.16574032242636277 +0.3206400558736141 +0.22491290407113773 +0.3263943669357211 +0.1669265790341829 +0.3649694569338588 +0.1669265790341829 +0.384320013658214 +0.1669265790341829 +0.37658443180451884 +0.1689945918133781 +0.2902701250203237 +0.19068550012569477 +0.3242325828931084 +0.23207676748813907 +0.30030239856411634 +0.2530759356928139 +0.34159340639093716 +0.26340893706659213 +0.3208105009379998 +0.27553404152991917 +0.3566529808701405 +0.36843200754606087 +0.6058309242828559 +0.6299829117380317 +0.587141761999902 +0.5768284867329937 +0.5900878889372174 +0.5798151080846189 +0.5935132214413319 +0.5797474284446947 +0.5934284398198851 +0.5795346411555375 +0.5932921937950566 +0.6663683208989567 +0.4112264877015579 +0.41914657745197187 +0.2603912737840796 +0.3061690087042705 +0.28894062854692426 +0.1995928650374258 +0.3575887217118176 +0.1985392163141852 +0.31788507895362433 +0.2627360510620632 +0.351026204467608 +0.3771013587623624 +0.5923992709119904 +0.6263197776824296 +0.566256176412765 +0.5670242744753856 +0.5665764983950397 +0.5678921613722567 +0.5666043787626426 +0.5671649544505147 +0.5652306024330231 +0.5665528533364339 +0.5647363870394566 +0.6562189814783846 +0.3804616573099079 +0.43898565057038874 +0.26093707414634115 +0.3079753480015948 +0.2856968320969954 +0.24080516225807616 +0.3157174955877274 +0.2592945872162243 +0.3136389396814113 +0.2737996700058093 +0.3517617500340514 +0.37747638230444375 +0.5932055416436054 +0.6240129324374143 +0.5651869241381959 +0.5663346616597922 +0.5652636650049552 +0.5679967217117903 +0.5658015863559511 +0.5686695756900423 +0.5662460687965358 +0.5667479795333176 +0.5648138936446495 +0.6560603720874475 +0.3805563922220234 +0.43909351004357966 +0.2868035182086749 +0.30774635436315917 +0.3489959340062669 +0.19937881012826847 +0.3763524897676534 +0.1983881424089011 +0.3751554515803781 +0.2115072903116431 +0.35166904265282045 +0.3772693694899216 +0.5926648765741869 +0.6237717159415668 +0.564827011082152 +0.567395421402729 +0.5690330790220821 +0.5749643488343081 +0.5753605669631258 +0.5739513178589681 +0.5725633167877126 +0.5688736515094613 +0.5659867537606746 +0.6560395812281878 +0.38035489295846864 +0.4239872874836823 +0.26079148530604607 +0.3075334709120759 +0.3304327695761893 +0.19941983944793276 +0.3722804570792042 +0.19839534991622193 +0.37113086975354903 +0.21156622697932764 +0.3194206511353682 +0.38296055752932695 +0.5593234550696726 +0.6312931053396914 +0.5305059863994516 +0.5736500374322897 +0.5594364609616013 +0.5701942552889245 +0.5648511304583943 +0.5662480344667032 +0.5679032735114119 +0.5676925166135753 +0.5647079921271093 +0.6505854989588956 +0.385176607713124 +0.42054965654920334 +0.26038079139297443 +0.3062643845669284 +0.33881477912991737 +0.19952870703669395 +0.3709701977311156 +0.19860579275161222 +0.37246378393497914 +0.20118099964628233 +0.33358420556171936 +0.21336932979845452 +0.3811086625282316 +0.3952487484902056 +0.3356112321855886 +0.43546015878988975 +0.4212373150421705 +0.42641842363348637 +0.4151672786139047 +0.4286991697990075 +0.42163176874564684 +0.29998021185184204 +0.26156735324237523 +0.35732919931115753 +0.3195352627895484 +0.370945855077887 +0.322989290718219 +0.20378495415585038 +0.31999096262866605 +0.2033210391767566 +0.3092915439881535 +0.19678309144697975 +0.30889223743072153 +0.19907096222526985 +0.31209430507128055 +0.19880168814642524 +0.33639431485816523 +0.20555943307414995 +0.379176760286129 +0.2111172030713786 +0.37079666667794436 +0.20437426150218907 +0.3750446375447293 +0.2045527030850714 +0.37184318700844016 +0.21033015536669855 +0.37633680790681234 +0.2342659560214595 +0.3094983673087408 +0.23892926121319677 +0.3103915784284119 +0.2389676714360444 +0.31024142524802295 +0.23840654705066783 +0.31901517500959287 +0.24859236883076224 +0.31801332461356585 +0.2969439701935396 +0.31974470602802074 +0.38249982215773776 +0.5597934689091251 +0.6298512306392862 +0.5306267763140688 +0.5730577484486226 +0.5304808959192862 +0.5739246242402254 +0.5602983315640948 +0.5746999166284501 +0.5602378581954547 +0.5745255804596092 +0.5592331576568822 +0.6621333256187959 +0.3807768168650775 +0.4444434967058996 +0.26143995607867065 +0.3131353347351818 +0.3357652357348593 +0.20401177769194861 +0.37080475180291633 +0.20301765475235972 +0.3550712496609171 +0.21630038645456137 +0.31997713389247817 +0.383155539025543 +0.5599009856893242 +0.6299428450824406 +0.5305504495802409 +0.5733141811713153 +0.561818654269519 +0.5811500174617558 +0.5745656507885192 +0.5843225093276538 +0.5767290553879099 +0.5899059792981648 +0.5760103012800739 +0.6734325458713057 +0.391464968156143 +0.43299235906386896 +0.29450404762139815 +0.3047689347864682 +0.3356167592115983 +0.1664611630533776 +0.38140347968202903 +0.16557009441307702 +0.3811912461013993 +0.1787481854811439 +0.38164270232042846 +0.3822257686862432 +0.6057063195220327 +0.6936353642011558 +0.6388897934003933 +0.6683601897066573 +0.6722772438217168 +0.6902807479749744 +0.6753993764033102 +0.6979514146894895 +0.6912503985133772 +0.705941093208768 +0.6984536078103191 +0.7957331256976147 +0.4499399806964398 +0.45317591626711745 +0.29666999679820777 +0.3125657528256667 +0.33896972610698933 +0.20416371652316978 +0.36821084411630484 +0.21205253071283542 +0.31206479868189707 +0.22982343684920037 +0.32146818389675413 +0.3820803373587496 +0.5604520602720683 +0.6277843598750618 +0.5329380326933849 +0.5695077731861375 +0.5316878489336206 +0.5701845813837384 +0.5312597114877027 +0.5722762014069497 +0.5598058683183763 +0.5729640788548964 +0.5306414606407789 +0.6620431688011483 +0.38083518147763373 +0.4441146269735148 +0.26121126650698123 +0.31331905840556623 +0.34604961420864017 +0.20413612496862057 +0.37185608564075906 +0.20315622434008868 +0.3709112446062926 +0.21628013387190825 +0.3191292284096566 +0.382838551916039 +0.5593573241134513 +0.6303559402464413 +0.5305122681620372 +0.5743089793509065 +0.5670134474974137 +0.5909542815902608 +0.5764163610925699 +0.6058321825190213 +0.5956701586199996 +0.610205575346662 +0.5953604978321353 +0.696073323572059 +0.42312294515054805 +0.44152171018325054 +0.2960912296360032 +0.31720081083110313 +0.32444182634082935 +0.19960206052624802 +0.3740431275313194 +0.19865032173845204 +0.3728093145943103 +0.19865527140192074 +0.3746739150007543 +0.18633479013676474 +0.25654327166065183 +0.40100116366489946 +0.34692348208497215 +0.460859759962158 +0.4520014059312759 +0.46678860441992015 +0.4518518834553166 +0.4609076205383464 +0.4550845587499689 +0.30956381041255476 +0.3034001973104941 +0.3595613416690121 +0.3540377771906138 +0.3721057500758096 +0.26581664392020854 +0.1996473525620728 +0.3196137888997395 +0.1995724816385599 +0.30393707432626754 +0.1884178493490048 +0.28767669739884566 +0.18835362948688336 +0.2838227931542895 +0.18839819232837654 +0.2829163784686337 +0.19496851751603286 +0.3058130428440308 +0.19996490829152727 +0.3218673277385361 +0.20019675402996823 +0.35898596967650054 +0.20027522330235908 +0.3854340098831474 +0.20043997047544906 +0.3979316729282776 +0.18957324523696575 +0.2822652529297697 +0.19120766461260336 +0.30553234852509015 +0.19415627464055607 +0.33481002884481115 +0.1940170516093203 +0.3608232656459185 +0.20349186984963247 +0.3528974187255842 +0.21662474667638928 +0.31860006524434265 +0.3833544936331269 +0.5891149808704559 +0.6428236924658243 +0.5738646842068611 +0.5929187341010366 +0.5888678884800197 +0.6061295730237065 +0.6056591565740447 +0.6341839563337517 +0.6342529980960356 +0.6412753994891203 +0.6254214667017627 +0.709382160506817 +0.43402183481899137 +0.4521720160291627 +0.3061515431187142 +0.3120966021766513 +0.2443433730536892 +0.1842708599464934 +0.27927930979222376 +0.21083635058795638 +0.2763821545050378 +0.2529868937471444 +0.4122776762043816 +0.39998274220839664 +0.6201105278826654 +0.7060365922740246 +0.6447819037389712 +0.6656541277106981 +0.6400607195086073 +0.6415180692020892 +0.6326437782543755 +0.6349270748563463 +0.6407513483656714 +0.6545002305161155 +0.6557595599640974 +0.7524194097017365 +0.4757430716074034 +0.4647100075880687 +0.3109363595119389 +0.3222836925327625 +0.28328901376673843 +0.1664611630533776 +0.33887299836261486 +0.16557009441307702 +0.3809113717561634 +0.1787481854811439 +0.36509559211844755 +0.3535029828334728 +0.5818945863994317 +0.6645554074607424 +0.5918527973386383 +0.6064336227933403 +0.5957488825867389 +0.6067693145158213 +0.5922088110559915 +0.6068491475673277 +0.592219743493164 +0.5996910438709507 +0.5889372653617829 +0.6865311624877745 +0.420736877056177 +0.43559944024585107 +0.2951621734246715 +0.3047859796327211 +0.29403527046377664 +0.24121349120760366 +0.31795189777123745 +0.2552678270756136 +0.316683503102603 +0.2681977871624711 +0.3557494446631188 +0.38064170306073386 +0.615259373234935 +0.6394124397857995 +0.5988965598688457 +0.5850535422414462 +0.5993917083096367 +0.585284955782313 +0.6032674987803579 +0.585386335692936 +0.5996366364726947 +0.5853056353555424 +0.5964873144265578 +0.6721750740455725 +0.41614172183774806 +0.43380826638392184 +0.2949460590053023 +0.30311401513417013 +0.3288137593987929 +0.1664611630533776 +0.3792021878061903 +0.16557009441307702 +0.3772974314781886 +0.1787481854811439 +0.3521961055354089 +0.38005188609596546 +0.599714410043695 +0.6333627064903496 +0.5835526029612427 +0.5799537630960173 +0.5778558944300288 +0.5857841708100427 +0.5868532653267696 +0.5826364214094544 +0.5899598518747541 +0.576912234539038 +0.5810273866203918 +0.6638064124886868 +0.38628310331260546 +0.43177380223271794 +0.26072405699546697 +0.30682246904554444 +0.34121876623485475 +0.19945413770667453 +0.372905722373982 +0.1985463053207991 +0.3698833976127095 +0.1985012084548873 +0.3733038069124445 +0.20748195764472363 +0.38260863238197956 +0.3602686837843969 +0.31654224191922875 +0.42123256590563835 +0.42281106685244263 +0.42367529104279694 +0.42242109523086724 +0.42385423925350085 +0.4299579906044127 +0.2963366090929033 +0.2609685510432886 +0.35195392696611166 +0.3190941000235039 +0.36554348677652393 +0.27173858861882855 +0.233344331768441 +0.31215044609653614 +0.2617991800381169 +0.254080166342445 +0.29873773425573774 +0.25501509481796253 +0.25034229713437706 +0.2865157535017683 +0.25063568652290735 +0.26819342129219464 +0.2573369476950731 +0.3071784603591026 +0.2630350156072083 +0.31691905816099836 +0.2620985467735357 +0.3171681241978394 +0.2622899257464903 +0.316400584726541 +0.26956936321932073 +0.32170465362883527 +0.25289142051958735 +0.25609465386740154 +0.25086194097253345 +0.2563630292204222 +0.2513414309065802 +0.255881600254927 +0.25630839060827887 +0.29764781257251993 +0.26723493452864566 +0.27641731379190027 +0.28126696042740107 +0.35129338409093863 +0.37730369586885076 +0.5926363097886902 +0.6239053921422049 +0.5647624031223387 +0.5660631353423734 +0.5655806500013348 +0.5662481223420085 +0.5653492738697328 +0.5668000490576006 +0.5650758920663591 +0.5664420258814384 +0.5651860504574969 +0.6562063857847575 +0.41412704797381406 +0.43929169566749154 +0.2946733733129612 +0.30805248607321284 +0.3290163671485678 +0.19873544081899566 +0.33474461348778617 +0.20005061870285365 +0.33809266645977576 +0.21687851720749346 +0.3537092567869804 +0.3732267428209527 +0.5930709483184926 +0.619311333527726 +0.5648422919113325 +0.5646918528701871 +0.5650859408534442 +0.5661032360768825 +0.5652043494023943 +0.5665765663392512 +0.565181334676183 +0.5665360677791026 +0.565022683023657 +0.6564610923390085 +0.38045325568818955 +0.43918390452429446 +0.2858274778273325 +0.3079464131385411 +0.2960755279668783 +0.24081219782820712 +0.3169096405552559 +0.2604008484536982 +0.3152519855962243 +0.2734461850859983 +0.3512882560885648 +0.37727671177486316 +0.5927683263454651 +0.6238686565728029 +0.5647949106663959 +0.5661191776303388 +0.5648956470288814 +0.5664193974104851 +0.566308258236254 +0.5676318918385757 +0.5660975288327229 +0.5681638774822438 +0.5659047931610293 +0.6563352875736576 +0.3803667907372648 +0.4302319190437737 +0.2609427264996572 +0.30784021118270577 +0.3477651972731518 +0.19942551244973789 +0.37701887453712335 +0.19844127578523182 +0.374464695706462 +0.2114702662819353 +0.3520099295573531 +0.37714744957557117 +0.5927362596970431 +0.6231880162165858 +0.565401411463485 +0.5669715105938137 +0.5674550799563818 +0.5685900601171534 +0.568493332627743 +0.5696175825915953 +0.5681769173884728 +0.5719360474801201 +0.5677349606961024 +0.6590159417009793 +0.3847249501200938 +0.43805781070991223 +0.26075850394653205 +0.31219828406375516 +0.2884555095715226 +0.24618247045382446 +0.3113628156986464 +0.265073435663982 +0.3104576222095058 +0.2781574319248254 +0.3185960161599892 +0.38249630704310106 +0.5588946843031731 +0.6329925086353247 +0.5604258927994368 +0.5761223340175837 +0.5617075005792138 +0.5808165359709837 +0.5643461030217157 +0.5776740794444458 +0.5663210472924498 +0.5774527754831161 +0.564277161463333 +0.6646711628779136 +0.3854150587649265 +0.4110068204050661 +0.2606484691031374 +0.3071205349986235 +0.34326278846120456 +0.19945453509947694 +0.3737691277686307 +0.201460323499551 +0.3694482103856774 +0.20325364488762582 +0.34743057517792864 +0.21284311081127164 +0.37721533574158456 +0.36060102589332094 +0.27264188576692855 +0.4115409530750619 +0.3984349599429573 +0.4137516628770723 +0.3983415582193738 +0.41376901574562935 +0.4082262355203124 +0.3006369591204368 +0.26164848635812404 +0.3581457367820536 +0.31952558910562295 +0.3718238610298048 +0.3137562817733657 +0.22036426539533802 +0.3214164341737669 +0.20391915450721856 +0.30944139383760555 +0.19270021473957638 +0.3213000336894532 +0.19276965943827987 +0.31064044038797417 +0.19264267906992383 +0.3420536981276202 +0.20403578566251604 +0.35355200505748996 +0.20674726663088758 +0.3599009530635437 +0.20445295822477585 +0.3730046861350443 +0.20921077134124216 +0.356260177346563 +0.20450051509085784 +0.37873225341641176 +0.21683625062915887 +0.3097429653995662 +0.20814018105401824 +0.33117589484299736 +0.20769040767490266 +0.3399488407244755 +0.2072479779583094 +0.33668164344542145 +0.22997639738413211 +0.35051909655333646 +0.2305964992468261 +0.31990448746007966 +0.38310473665020006 +0.5595111336339734 +0.6309230038729862 +0.5307404534984252 +0.5736158996304713 +0.5309354803623371 +0.5740206074740729 +0.5310188959726748 +0.5743210439485565 +0.5308859931257075 +0.574252765622025 +0.5305323814422968 +0.6638189295182757 +0.3809904272078391 +0.4395510746730087 +0.28204211156114534 +0.3083365369158078 +0.34619607441395056 +0.1992653885875301 +0.3756632443175518 +0.19820195102151333 +0.3775767116841899 +0.21144684333288954 +0.3518399860366392 +0.37766410439583287 +0.5931089052314086 +0.6235588715606923 +0.5657776022778487 +0.5658604974857792 +0.5652985773294472 +0.5664933637955648 +0.5655301105495711 +0.5668124201750139 +0.5655292494422378 +0.566899731923304 +0.5655230835189887 +0.6564740340504175 +0.39749463115033984 +0.43956562899996326 +0.29468626936440373 +0.30786074245092876 +0.3483522087071833 +0.19936915924978751 +0.37754433753409855 +0.19855061433960366 +0.3799304023633359 +0.2119135851974783 +0.39658370513672914 +0.3958549595077184 +0.6075990266449494 +0.686832080935102 +0.6258728202338698 +0.6318510296880377 +0.6119920133442983 +0.6147715633758891 +0.5999261674310047 +0.6062768121216888 +0.5957687297166645 +0.5914222913167246 +0.5949184265467203 +0.6793035567318568 +0.41482752208903667 +0.4339970154382056 +0.2912877596525213 +0.3028265689603159 +0.29102216509925743 +0.1664611630533776 +0.3192266760398404 +0.16557009441307702 +0.3181053620378127 +0.1787481854811439 +0.35229684817003803 +0.37783720117567726 +0.6019165558687938 +0.6361515444999993 +0.5778066785817031 +0.5767744575793265 +0.575339749301987 +0.574269328589077 +0.5731328865878672 +0.5699906139332054 +0.5713562784841508 +0.570211834928729 +0.5685241579313377 +0.6531126458860042 +0.3938477374975551 +0.4045402775142975 +0.2939853691390129 +0.27381059177503003 +0.2964426959354782 +0.1664611630533776 +0.3186469675582795 +0.2365338610910212 +0.31588992971887236 +0.2673820239993636 +0.3518166481115301 +0.37652505863922386 +0.5934035126584881 +0.6230089648377254 +0.5659336504140419 +0.5649864444078158 +0.567585967989504 +0.5677323102716797 +0.5746820970015947 +0.577359243726726 +0.577893270847396 +0.5677501239523567 +0.572108355188352 +0.6552458633626899 +0.38549729708709346 +0.4205504900090026 +0.26049997302744493 +0.30657010634011644 +0.3392200673771487 +0.1994886219080833 +0.3733192557181224 +0.19851753354881166 +0.36953800250133345 +0.19838532169245585 +0.37351000055779454 +0.20715446374936247 +0.37889595385435526 +0.35486863861282913 +0.30646091759914684 +0.4051799012318467 +0.40560713321444364 +0.4082261696409014 +0.40704933770671825 +0.4074227250691499 +0.41494758063798565 +0.29520915187046015 +0.2688271593975329 +0.3532201176670112 +0.35282732613248374 +0.36653592652574735 +0.31438705606053846 +0.20299080720652432 +0.3718648654247511 +0.20398436049905255 +0.31124658685742623 +0.2421685301088792 +0.30948665869085884 +0.19273587952898427 +0.35951574183323093 +0.19261746094559237 +0.31041598634998546 +0.21373341059110354 +0.3216957464844858 +0.2552489307350877 +0.26286516982434643 +0.25606475080143504 +0.27163444926285724 +0.3134663731111456 +0.2600632252118635 +0.316268183654463 +0.2659314404959743 +0.26044209214903263 +0.24839311915759948 +0.28505556922697245 +0.261532137096595 +0.2879066675337218 +0.25655620356022274 +0.2827514951277381 +0.2620573759005123 +0.29175056993731924 +0.26271470122929824 +0.3049645355362335 +0.32208758284382416 +0.38017456699659063 +0.5614597182431369 +0.6260626344998403 +0.5329192554380733 +0.5676940776202508 +0.5329651354234348 +0.5676403178381397 +0.5325100925560864 +0.5678117746857889 +0.5319608077365423 +0.5685794150552358 +0.5322348064901801 +0.657852072990165 +0.38238011602832633 +0.441625231120336 +0.2627276551027104 +0.31064292487742884 +0.34041390604012217 +0.20058626263903986 +0.3398223478149525 +0.226027643192286 +0.36177615093664295 +0.21263171548444196 +0.32211772821849954 +0.3800380272986588 +0.5611640344459858 +0.5677192944014658 +0.5327270255291222 +0.5678338426600893 +0.5327514311742261 +0.5676733080547456 +0.5310856291567609 +0.5702426518830862 +0.5588120808551101 +0.5729113301755333 +0.5592214322679047 +0.6635585604036222 +0.38356118520879556 +0.4434264115084472 +0.26161012236522413 +0.3117231901083408 +0.33971409812506137 +0.20696951776348005 +0.31886662301771196 +0.2137701027740008 +0.35222809832412716 +0.2217691245734872 +0.31994436077920657 +0.3819074446792479 +0.55995154415749 +0.5704298298515891 +0.5308179619195789 +0.5729047157941971 +0.5308541011571769 +0.5740228515421885 +0.5311299862575111 +0.5746729331730065 +0.530890425659661 +0.5743489169269138 +0.5303669349386064 +0.6056926637292501 +0.38051596149499217 +0.439270297945975 +0.2610826220092315 +0.310738226509119 +0.342947658377621 +0.20420775711111974 +0.37261607889761483 +0.203111042654159 +0.3699510359848989 +0.21613965476717428 +0.3195703429972051 +0.38274828355572427 +0.5592612035621075 +0.5725358830119233 +0.5301274142850966 +0.5738892835982381 +0.5675832048513154 +0.5825647950530184 +0.568812399468039 +0.584502620762584 +0.5713198292619877 +0.5842879853495694 +0.5684136322574165 +0.6109779717326246 +0.3843697930635196 +0.44319081103006014 +0.26105769175379423 +0.31235238523130165 +0.34636015907952694 +0.20424659719803978 +0.36806048478929587 +0.20316258154377412 +0.34245449383254184 +0.21599629207174229 +0.31955547403315726 +0.3830551175983904 +0.5595901970461523 +0.5725413694877505 +0.5304042679749953 +0.573789919773616 +0.5306910325431499 +0.5748824243020149 +0.5613177360915603 +0.5621240688409911 +0.56019901750167 +0.5736493021144687 +0.530207228579306 +0.6051834094343927 +0.3805731158405648 +0.40493771282029906 +0.2837834572150559 +0.27453542885383914 +0.29873040338314377 +0.19821239577868055 +0.3179591736042596 +0.2547743303999956 +0.3149525625704543 +0.2559871587292618 +0.31495266320152315 +0.27537275837767 +0.3301534208343144 +0.29739397468553436 +0.30556934369901273 +0.4048177994090375 +0.40789895322959024 +0.41095744687552493 +0.41333725479383526 +0.4143883068193413 +0.4303537701819718 +0.27743148108286575 +0.2926369213737434 +0.29017098574521816 +0.3578045154656638 +0.36335346430450954 +0.32735886333613134 +0.1664611630533776 +0.3823920709721565 +0.1664611630533776 +0.344312408603926 +0.1553600006923607 +0.325745030052495 +0.1553600006923607 +0.3415743365498256 +0.1553600006923607 +0.3408058265685232 +0.10384836407234488 +0.3702045736068385 +0.1669265790341829 +0.380859603382599 +0.1669265790341829 +0.3565793231684206 +0.19260519496730027 +0.3514908012562255 +0.2012310462355845 +0.3596379166033492 +0.1667643406520164 +0.31521870816844905 +0.23324270164045088 +0.31587315799127985 +0.23618734483740053 +0.31666200141793754 +0.23608182877696113 +0.3257973826349775 +0.24535315024472892 +0.32356446682513873 +0.2582680551224881 +0.35597470212311416 +0.3466304558136142 +0.5952623098776244 +0.5329725666274913 +0.5673679611028353 +0.5314519480948083 +0.5686204077845144 +0.5313797718952067 +0.5693965707540041 +0.5312133160158685 +0.5705250387592913 +0.5307621173769435 +0.5706179670706891 +0.5624521884187951 +0.4196613611859076 +0.4052534448935876 +0.29947920845879034 +0.27475598899501746 +0.33974814758639243 +0.1859093590013603 +0.3360199010975786 +0.16557009441307702 +0.34073763619286057 +0.20440913744242276 +0.35683757573453456 +0.34482707911448807 +0.5975013150250345 +0.5312671528907577 +0.5707706176568718 +0.5307418397531889 +0.5731691839791028 +0.55951792061918 +0.5774007095048473 +0.5700308014231467 +0.5941761065247191 +0.586477213129474 +0.588897167359858 +0.6129073458456575 +0.4128920048749082 +0.4540483958183404 +0.31637074901634893 +0.33373093386249825 +0.29131151153573637 +0.1664611630533776 +0.3227849641562623 +0.16557009441307702 +0.32089402621220214 +0.2594365421763383 +0.3783084424542536 +0.3819743795173936 +0.5997273105977089 +0.6412778360644625 +0.6390549219865811 +0.6552504553751469 +0.632987233593912 +0.6076020014751096 +0.5897350284154291 +0.604082641609632 +0.5898569915484243 +0.6001171204897262 +0.5831212944373352 +0.628575233349679 +0.4128216938482423 +0.4386106439905357 +0.2892639546461794 +0.307634476372932 +0.34442396476206294 +0.19955824381155354 +0.372962003108941 +0.20246955126011482 +0.3714090582831272 +0.21667161091517248 +0.3190396701964719 +0.3828577409295733 +0.5592404573790904 +0.5733755604363139 +0.5600878870793368 +0.5746849384526956 +0.5625109981173351 +0.5836329214134499 +0.5688593121004787 +0.5795460262234532 +0.5665079878618752 +0.5797279909374882 +0.5617095954641924 +0.6070695417194532 +0.38473697193379813 +0.4381524302262846 +0.2605479967101949 +0.3071482375910843 +0.28668670324685386 +0.19954014865734473 +0.3328013485099043 +0.1985856227860911 +0.37237421315969677 +0.21170223775280686 +0.3475435711386404 +0.39428599258927544 +0.601912021988246 +0.597601869039509 +0.5887044746105633 +0.6061542748080134 +0.6063722272968439 +0.627517084867789 +0.6060567313932096 +0.6104388107487579 +0.600136515633368 +0.6030193085644179 +0.5856677445412292 +0.6283013426429636 +0.4150814038471202 +0.4330368467529579 +0.29357950290928087 +0.3029133440310472 +0.29165245801101286 +0.1664611630533776 +0.3215340609281932 +0.16557009441307702 +0.32050947690074777 +0.16557009441307702 +0.33698851702716487 +0.191897839895332 +0.39575499219085614 +0.3085146493356259 +0.32235940276230624 +0.4225372644508946 +0.42653492568211254 +0.4312367391911083 +0.43605131723891477 +0.4415707363738196 +0.4523510291252589 +0.30305509934344066 +0.2918969352247016 +0.29096102162724496 +0.3189673857178107 +0.36508312648444424 +0.2784485385011965 +0.19955174083966137 +0.3143307926381016 +0.19948195786094552 +0.32143688502038475 +0.1883433792201585 +0.3525421319759321 +0.18832471402454837 +0.3176139108386733 +0.18845235436537983 +0.3449754930142609 +0.13673271021102104 +0.36575218395023884 +0.1999711689470281 +0.3167356253733405 +0.20019348580088558 +0.3265167201391113 +0.2001490196880482 +0.3608749325171708 +0.20010917973203474 +0.3204543675702782 +0.13116999071075408 +0.28257641163214475 +0.18928249032850802 +0.27937852660531065 +0.2238447474041333 +0.26639168994278156 +0.2575666986816629 +0.2853621729423876 +0.26763203289036736 +0.26124331141556945 +0.2790555757992969 +0.3440225972300519 +0.394202803730287 +0.6005172107456614 +0.595082054009081 +0.5860505608504516 +0.5998324734592458 +0.5926392881660114 +0.6040025938028134 +0.6008690949986134 +0.6281443476840531 +0.5926057057646373 +0.5976664408620388 +0.5897436529404553 +0.6319254211314178 +0.39300406580126723 +0.44284670606375587 +0.2614876399374331 +0.3126283365878738 +0.3363035645769401 +0.2041853538738541 +0.32541011774879774 +0.20217354031406898 +0.3318462548528851 +0.21496973834782035 +0.3212278268015908 +0.38191597222278373 +0.5611617312281129 +0.5693548514432527 +0.5315227220601451 +0.5708081175427475 +0.5310936203135765 +0.5720005759543866 +0.5309972201315158 +0.5724203802191441 +0.5312395880500734 +0.5717277020139595 +0.5312267994632204 +0.6030338842507538 +0.38118241983137313 +0.443818218724205 +0.26152891008988277 +0.312816455492771 +0.32377129377042085 +0.23267952950234935 +0.31907847062843475 +0.21135491380862814 +0.35206734522347316 +0.21516948812154857 +0.3195219390972488 +0.3821405386033261 +0.5920719092358019 +0.5877008761532848 +0.5859579435806702 +0.6056327643321194 +0.6130396733943729 +0.6546896636007529 +0.6562146019204392 +0.6932754374698205 +0.6942448367326131 +0.7054114476555141 +0.7037083996653762 +0.7358124310651388 +0.5351157305708403 +0.5465256980900397 +0.36255222772556545 +0.3546594803090478 +0.2897195034730394 +0.20344762304292255 +0.3196553738167563 +0.2554247559169146 +0.31714768247043706 +0.2723827516232321 +0.35869519378064757 +0.3529129106935988 +0.581351743268172 +0.6066566880731733 +0.5918855158399353 +0.6067435207844751 +0.5769469236150718 +0.5906272795489682 +0.5799208386009528 +0.5906050690364573 +0.5830186421546966 +0.5970282464502628 +0.5765404972963567 +0.6220605382248523 +0.3945357655783238 +0.4377142767618832 +0.2605892024332775 +0.30700767389670214 +0.34142059566934124 +0.19950065825695323 +0.3760220393468563 +0.19844927853481187 +0.3726428390231443 +0.2115091601871749 +0.35182228404387916 +0.37727659891238935 +0.5926442947823622 +0.5658764477584758 +0.5661842513670112 +0.5681729742567874 +0.5675595081315715 +0.5701462326026839 +0.5734703760994384 +0.56948166526671 +0.5731070148555424 +0.5764599504243395 +0.5704145529537457 +0.5994003135051179 +0.3845653719128599 +0.43814694718017394 +0.26090709133126305 +0.3071998775216624 +0.34241496493114426 +0.2035194929180159 +0.3703244906082805 +0.20323157917386342 +0.368655782680393 +0.20313429699718719 +0.3201317656892591 +0.2613458629356691 +0.3667296891745322 +0.3024551819655378 +0.2721990671506798 +0.41173128989939184 +0.37031342978166215 +0.4139965769527256 +0.39894316695637244 +0.4129989482597984 +0.40810715962084 +0.3006337884226188 +0.26141729128360514 +0.30014600704910516 +0.3197041609864955 +0.3715738718335371 +0.31582316317759973 +0.21071423871121225 +0.3215972337615306 +0.22468723951721387 +0.30983157059076133 +0.19276549547841226 +0.3095839331626499 +0.2112693985102351 +0.3102308263557972 +0.19975457965592114 +0.310919195286293 +0.18253750530252072 +0.32197725146208916 +0.25377649242158107 +0.3227675267062977 +0.2543832500933461 +0.32471972722630604 +0.25539269291443917 +0.2623952158554876 +0.2583216965310786 +0.2697567142688678 +0.22665424634422765 +0.25088808416197306 +0.2557258484584908 +0.2546320585142065 +0.299966138397117 +0.25066459154014425 +0.2731774837762016 +0.26031005688817505 +0.3004602919027251 +0.2598784707102379 +0.2977817674830923 +0.3185403091574118 +0.38330267885905245 +0.5882734428765919 +0.5797767318996939 +0.5666651184296136 +0.5796897157764944 +0.564795827860137 +0.5778401123246224 +0.5621489801045262 +0.5782959035933308 +0.5645978119702456 +0.5798623845608205 +0.5663187159699443 +0.6109444715939735 +0.3852730154003297 +0.4044831643125383 +0.28039167290373995 +0.27400474245285616 +0.25468781279293207 +0.1664611630533776 +0.2753528736003665 +0.22562127783208566 +0.27239650161847734 +0.2871441823139185 +0.35205803196459645 +0.37672205403452386 +0.5936674450818938 +0.5649544340432621 +0.5661249250423328 +0.5691615663945917 +0.5775817530828501 +0.5810375361891432 +0.5875074468057848 +0.5863823832978026 +0.5877015122452993 +0.5833292741870085 +0.575870379692945 +0.6045293001710274 +0.39069186399053646 +0.4043197374909703 +0.2604215542684296 +0.28970839993075437 +0.28426508976905535 +0.23050441091000154 +0.312625532458999 +0.26090842735680064 +0.31018664060511303 +0.27308390263552706 +0.3192633650388746 +0.3825989244500508 +0.5593052661149255 +0.5725328562341411 +0.5602394089101882 +0.576907598645395 +0.5673464618302646 +0.5826941209836698 +0.5773942108426325 +0.5937722337449067 +0.5832272179078646 +0.6000903145761995 +0.5895555012812969 +0.6317547306676082 +0.4125660025975135 +0.4385546337121503 +0.2885700167249259 +0.30676440703010444 +0.3427860690282415 +0.19956526876960062 +0.3712362315443663 +0.19853383000263347 +0.36924282181866874 +0.21581276335518848 +0.35056536507861813 +0.3940517461627509 +0.6031081230389342 +0.5978666596077153 +0.5959445599857693 +0.6152913243786772 +0.6068860024688647 +0.6277974716199005 +0.6130595778500444 +0.6289169768947426 +0.6076416762913112 +0.6227468630029274 +0.5965515638644286 +0.6291836190448645 +0.4215249976541835 +0.43668745123806163 +0.29026198426521876 +0.30267681886490927 +0.29391890526392184 +0.1664611630533776 +0.3238613297304236 +0.16557009441307702 +0.3582154035478399 +0.1787481854811439 +0.35138653081366644 +0.3429179811433276 +0.593036309634266 +0.5673297777278484 +0.5693860760511787 +0.5733851329851247 +0.5740929416546919 +0.5687112862853583 +0.5756058096759488 +0.5645997431997425 +0.5736159512571649 +0.5619857587806613 +0.5739896917748345 +0.5908316367468721 +0.41425666088110286 +0.40497843709731113 +0.29441135484168934 +0.2743733361995155 +0.3499382779572079 +0.1664611630533776 +0.3768509112908329 +0.16557009441307702 +0.3774045498252514 +0.16557009441307702 +0.3756132076705216 +0.19848325324151575 +0.3959751117981849 +0.29670191521583 +0.3064504227009797 +0.40454065757049634 +0.4059117033606895 +0.4052611026262774 +0.4071829317410466 +0.4073010085800698 +0.41713948043715476 +0.2654293620328652 +0.2949888718750082 +0.2612575816768055 +0.3528947412474247 +0.3326844968521335 +0.3296393554509038 +0.1664611630533776 +0.37890896041407224 +0.1664611630533776 +0.32063372890477915 +0.1553600006923607 +0.34129064224683575 +0.1553600006923607 +0.3416323330591581 +0.1553600006923607 +0.34446269012861225 +0.10384836407234488 +0.3684218151089772 +0.1669265790341829 +0.32537141196180097 +0.1669265790341829 +0.32617118639483567 +0.1669265790341829 +0.32770403384159563 +0.1669265790341829 +0.32432459838191313 +0.12495244119949096 +0.299807102138051 +0.23724707306926307 +0.31603732911029153 +0.18847990239488277 +0.31621981896835966 +0.18843033715916846 +0.355090788808137 +0.19775093358895623 +0.34290017339538487 +0.21095988135588914 +0.3525111122066655 +0.377217384707511 +0.5934264691995846 +0.5650635537247125 +0.5660271773477241 +0.565398945210631 +0.5668819656469213 +0.5655451114962444 +0.5670473431240839 +0.5657032903723594 +0.5673549420990026 +0.5657037070046206 +0.5670173594215687 +0.5972002535066845 +0.397596186044265 +0.40505368865393754 +0.29523332984247125 +0.27452210328622795 +0.2887455610491945 +0.21816714127924397 +0.3172526631501669 +0.2573827898658918 +0.31511631678363067 +0.2727947381592834 +0.35243404258251027 +0.3771045584835116 +0.5937425167992312 +0.5650781934592763 +0.5662162705768271 +0.56543306563071 +0.5673473357163358 +0.568125635305283 +0.5722746322054684 +0.5727066218223045 +0.5760460543105732 +0.5702415373322337 +0.5670021584472833 +0.5942111532189452 +0.38493242339698924 +0.4047741264726413 +0.2866079568883577 +0.27416514236093764 +0.3400983224397169 +0.1664611630533776 +0.37816368920310883 +0.16557009441307702 +0.3765046187298928 +0.1787481854811439 +0.35205731176305044 +0.37674395362489327 +0.5935649162768659 +0.5646511805468669 +0.572027875623024 +0.5861129711678758 +0.5994725624857838 +0.6224398330365607 +0.6442572597785969 +0.655706353775874 +0.671391993629451 +0.667943373568542 +0.6632658383157378 +0.6670284905830779 +0.4235951127354143 +0.43446745651492363 +0.28958776182072404 +0.30269257751376877 +0.25024421683592424 +0.2323476510060324 +0.27920594417733025 +0.2532153412810426 +0.3031636914921771 +0.25842099948830394 +0.35793699020782777 +0.3714283618710529 +0.5937823908948054 +0.5949796192156336 +0.5888321042368704 +0.6033768637598386 +0.6066151793833999 +0.6480491097390285 +0.6391360283961364 +0.655466269249491 +0.6464480955981324 +0.6580160918019962 +0.6619360524219762 +0.6911167435125666 +0.45972906582044554 +0.48231951395464046 +0.3235383767013197 +0.3214935612807233 +0.2523467161853709 +0.1664611630533776 +0.3256902184983541 +0.16557009441307702 +0.3221999238821098 +0.1787481854811439 +0.3636718406603842 +0.3717743616780099 +0.5865770027328457 +0.5923588415493941 +0.5946298232075722 +0.6078166357369287 +0.6121035166146597 +0.6245615113092171 +0.6222570569039982 +0.6477848030634308 +0.6487995135099044 +0.6628110013884623 +0.6492013352475048 +0.7001427822770234 +0.46489845203338176 +0.4881949217715563 +0.3321991526698381 +0.33603928581136855 +0.25774889624037867 +0.1664611630533776 +0.3445058734928368 +0.16557009441307702 +0.280883301909861 +0.21539599911385482 +0.2930599116592223 +0.16557009441307702 +0.20732532945202392 +0.34598916316219075 +0.36010700050505484 +0.4737611826355027 +0.47832806885402895 +0.49487298007613856 +0.4915990806111622 +0.5001020184799818 +0.5009969831084519 +0.34586615247617886 +0.3312721498096898 +0.3297544031555348 +0.3870589895021166 +0.4000062417105878 +0.27316247379176345 +0.1664611630533776 +0.32920195754673026 +0.1664611630533776 +0.3030435726524446 +0.1553600006923607 +0.3136909008895131 +0.25986888714914264 +0.27856172003527835 +0.15625106933266134 +0.17677230725205612 +0.1669265790341829 +0.3918945824537671 +0.1669265790341829 +0.3795577660919145 +0.1669265790341829 +0.39023846092058 +0.1669265790341829 +0.35864810199739244 +0.17266677906777395 +0.2727600245730371 +0.09810816403875386 +0.25291908425628284 +0.21893791569860754 +0.26798647416425747 +0.19016040757110864 +0.2643729957590397 +0.23704120074007087 +0.2736756629085757 +0.2157874622635054 +0.28659816008048 +0.45200075803877304 +0.4193572546599191 +0.6332995919457999 +0.7015344776354672 +0.6389175367040403 +0.6411445991718836 +0.6467565882869292 +0.655265999007317 +0.6695790322538211 +0.6713739123259059 +0.689412268748864 +0.6878275668927576 +0.7052475192622387 +0.7211252432019515 +0.4601155384242601 +0.5337826510476215 +0.4016170876322193 +0.4220505459868543 +0.25824417929964166 +0.1664611630533776 +0.36313450825351584 +0.16557009441307702 +0.3105287239524367 +0.19196702557101847 +0.45281715662351646 +0.46006259377812825 +0.6918884100427498 +0.7633431633702581 +0.7056509528323938 +0.7153773781205484 +0.7400828808430996 +0.7671703844059277 +0.7619696400522034 +0.7860571678710431 +0.7713774615079774 +0.7643081858666989 +0.7430040944678062 +0.7872602447248127 +0.5084840480873775 +0.5877150033537435 +0.4358113506586033 +0.45099971969220903 +0.30670290541130707 +0.21066826364698618 +0.3618551894857387 +0.2001949634270406 +0.34600795026484554 +0.2131900613432267 +0.49243771718654217 +0.505926112838842 +0.7298568936279809 +0.7657600518316062 +0.7058297443861057 +0.7138150782104146 +0.722584741868908 +0.7419526269002736 +0.7378184456827415 +0.7564826748127553 +0.7566960591740326 +0.7673050126205128 +0.7442899924643431 +0.7896613189607247 +0.5129593376043887 +0.5928407743418286 +0.4365421028149863 +0.4546861374564775 +0.32060497263771154 +0.24229731927707812 +0.36295878172124535 +0.2070134063299401 +0.38358268281580893 +0.2199665499408766 +0.4954432246054 +0.5023161994447238 +0.697752726667121 +0.7604900364293435 +0.6979286243988765 +0.7074759521078048 +0.7066933039279434 +0.7082296811211524 +0.7070204754384146 +0.7101750798839795 +0.723786642789435 +0.741514547662333 +0.7121808265729277 +0.7416859468217607 +0.4532769457805446 +0.5515342114728102 +0.38815552403943504 +0.42216496409388227 +0.2684722150301018 +0.2500351442288938 +0.30096979044577854 +0.24101112461547694 +0.31388615725824054 +0.24192094956222732 +0.4424740658551514 +0.445736888213978 +0.6615774901427416 +0.6893600872048469 +0.6763363990330111 +0.6880874658280732 +0.6871857024821043 +0.7061698984409148 +0.7063226522055213 +0.7067016621629607 +0.7065971134676051 +0.6574758450505686 +0.6385737046282475 +0.6796126381385441 +0.3994131987362503 +0.4645467875113993 +0.3152714483125203 +0.32711521124988585 +0.2894365731524234 +0.1664611630533776 +0.3290261281597259 +0.2189378008050332 +0.31842209593437826 +0.2544771324772083 +0.3167561948447939 +0.16557009441307702 +0.2831244140387882 +0.31773836669116906 +0.3397880997644324 +0.42532380123891306 +0.4263531608627259 +0.42490187092849613 +0.4362417846694039 +0.435876998553039 +0.4530040854912453 +0.3071856937106876 +0.30387802891554705 +0.2999719912103277 +0.3012934864406699 +0.3657898464296705 +0.309504439284722 +0.1664611630533776 +0.3800425919353653 +0.1664611630533776 +0.36821057149674774 +0.1553600006923607 +0.35305200527252634 +0.1553600006923607 +0.30807982793973965 +0.1553600006923607 +0.28841123272710273 +0.15899442718233928 +0.3106027478522359 +0.1669265790341829 +0.31966500990582136 +0.1669265790341829 +0.36654947123813164 +0.17817904606679277 +0.38395019814472575 +0.23588727574533266 +0.3616061682458951 +0.16122394816951804 +0.17805236156875584 +0.2851103969483384 +0.2129869766902484 +0.2907060750536616 +0.21288376533085157 +0.33782263735584084 +0.22245847673878108 +0.31530919615166125 +0.2221811111916222 +0.33743849611823773 +0.35155770617799714 +0.37684927371418264 +0.5948854611717809 +0.572158050428039 +0.5732406685652244 +0.5746222207876279 +0.5782352018956297 +0.5770062251534218 +0.5814507993566954 +0.5828789083430738 +0.5870669613874414 +0.588943543285453 +0.5929245880881615 +0.6271664965186038 +0.36474386023824706 +0.4385474675913204 +0.2986599424920485 +0.3045757564926591 +0.2904635195873445 +0.241059951651068 +0.3170717453374064 +0.2550568759254845 +0.31634242025073106 +0.26764739901209755 +0.3515092958397528 +0.37710141312226986 +0.5956094649425459 +0.579011533574657 +0.5897979737204266 +0.5887797713977925 +0.5957841774367095 +0.6097323564814566 +0.6075703316944011 +0.6141648497135986 +0.6241545969165406 +0.6255564872793263 +0.6240457463314119 +0.6441470891441404 +0.3742395320660887 +0.44432508698046896 +0.2971529989815736 +0.309362686423562 +0.2457205359244175 +0.21177341645459094 +0.2925048396778141 +0.22859138460464257 +0.2706420343413255 +0.3347483805746034 +0.36870936045659625 +0.38166623257063675 +0.621269385983001 +0.6541917092920825 +0.6588816543096235 +0.7047803823724462 +0.7038046962164548 +0.7050075700543019 +0.7059777012766008 +0.7074230009444407 +0.706815016118175 +0.7058859680195816 +0.7060176364356591 +0.73745982148729 +0.46798304893847587 +0.542885585902501 +0.39304828680024695 +0.3830455987119228 +0.2859563449390903 +0.17583641663256644 +0.31866482285117 +0.16557009441307702 +0.3201155717473111 +0.29980513758610366 +0.3853654925784753 +0.3811810978724233 +0.5899884777579711 +0.6087372938759786 +0.5791885995324092 +0.580754110618767 +0.5792910821375072 +0.5862793110642821 +0.5919667625982011 +0.5931590676158371 +0.5823561305703702 +0.5898267831212128 +0.5825394568308062 +0.6149076761577412 +0.35326788552443006 +0.43734751579839115 +0.26057748752533855 +0.3067678060351906 +0.34273112267487627 +0.19950605025903306 +0.37333858236741785 +0.19855361069469474 +0.37096917233727217 +0.21171309207501554 +0.31876479556256865 +0.3768912010190854 +0.5586965505102901 +0.5664882963219451 +0.560394430971354 +0.568713735156096 +0.56399310035955 +0.5787696625725357 +0.5745145368544415 +0.582541481909292 +0.5836294287992762 +0.5805790338424511 +0.5992953661152846 +0.6061003343884825 +0.33296018458478027 +0.40437102004080744 +0.26675695237738506 +0.27363273973220426 +0.2895829262965726 +0.1664611630533776 +0.32041516863799746 +0.21449369768451745 +0.3171231671291172 +0.23467071972969095 +0.31671532726570445 +0.26222379060223006 +0.35121884920083396 +0.2865663125745896 +0.3096236774853672 +0.4168054905408205 +0.4291003505037397 +0.43081266220542513 +0.4325227528691741 +0.435128866281811 +0.4485159136855026 +0.3004151733788526 +0.296461527699985 +0.29383569041554625 +0.2987171880508646 +0.3615522538394416 +0.33492827456935687 +0.1664611630533776 +0.37957513664504716 +0.1664611630533776 +0.3667724377455053 +0.1553600006923607 +0.3276906846145965 +0.1553600006923607 +0.3377038649339748 +0.1553600006923607 +0.32146419706996787 +0.10384836407234488 +0.3788274331109243 +0.1669265790341829 +0.37885845380494965 +0.1669265790341829 +0.38105618457647705 +0.1669265790341829 +0.3820303249083281 +0.1669265790341829 +0.3323371366594876 +0.09810816403875386 +0.2817889249800828 +0.15625106933266134 +0.33051036817457813 +0.15625106933266134 +0.3050898980816549 +0.20419700393202986 +0.3257691610764803 +0.2266973857270922 +0.3276866352088863 +0.2264988679190578 +0.3515612893801378 +0.3764181315752553 +0.5933839635487519 +0.5657177741314066 +0.5693419192451907 +0.5711020459088452 +0.5717330653086256 +0.5747654189751841 +0.5813819625607926 +0.5798385620781241 +0.5777297923436282 +0.5766684203877946 +0.5839504058659024 +0.6115551156249212 +0.3531009881057023 +0.4043119763287073 +0.27985791520679604 +0.27364681819821435 +0.2896717778937187 +0.1664611630533776 +0.36056244554293376 +0.16557009441307702 +0.37750210630965997 +0.1787481854811439 +0.35151950882336963 +0.3763057190189151 +0.5955789102806196 +0.5750772918571668 +0.5896357947010931 +0.5980121941095078 +0.6078717350915924 +0.6219094251673639 +0.6215937657777082 +0.6373972663381552 +0.6569755556245603 +0.6560104972292562 +0.6511014342357979 +0.6811698893703909 +0.40090631155780837 +0.4004302033060571 +0.3043877621100053 +0.3161929492740335 +0.25279194675515065 +0.20697569802285687 +0.25650559658553296 +0.2498211974348742 +0.2500038536446283 +0.2762628913480566 +0.35178963278634934 +0.36512443158992297 +0.5968417045288341 +0.5707099642436011 +0.5916045357338368 +0.5993270584710438 +0.6365956806399474 +0.6616564936221192 +0.6942432458802572 +0.6964037697333858 +0.704125467979142 +0.6951157957480456 +0.67949545446943 +0.6774392599521355 +0.40512492820536616 +0.39954797403879905 +0.3078639328261198 +0.32289671786432217 +0.25421349038344726 +0.2235792144749315 +0.30693838319045025 +0.21714478594419404 +0.2763324210563631 +0.2526822097146282 +0.38249887368514635 +0.3823334584276887 +0.5988832206646355 +0.6145941949213414 +0.610753551195427 +0.6312514173015894 +0.6330117009992636 +0.6500322839706837 +0.6427093230590516 +0.6514618756166806 +0.6538715116631264 +0.6726323734483667 +0.6792121845294485 +0.7083323796175228 +0.4278977432698657 +0.43730665453124906 +0.3306621055565868 +0.3479874453870638 +0.2631939787860729 +0.21298897193599695 +0.3199639697345705 +0.16557009441307702 +0.35434181679407717 +0.19475582372204142 +0.3856281489272443 +0.39167348493613796 +0.6151718063681831 +0.6458485709493524 +0.6360724136424991 +0.6590208139387902 +0.6514554314048047 +0.6604796724736499 +0.6613532275996129 +0.6868556283853842 +0.6871604645073728 +0.706587505382336 +0.6892927351560157 +0.7317174515404229 +0.4280364748850744 +0.4421578056347516 +0.33716735256796765 +0.34398415474506117 +0.2592374544963361 +0.1664611630533776 +0.31191658872833367 +0.16557009441307702 +0.27355192774121767 +0.21218027773577228 +0.27898543111449137 +0.2522234363259819 +0.29384694496810904 +0.32249697425549445 +0.33624473819240175 +0.4713036013181996 +0.4916239383997783 +0.5300634780428618 +0.5186903952907438 +0.5441876209747719 +0.5420276658161739 +0.3862354430042519 +0.3382467858210445 +0.32268550612240016 +0.3222010590823946 +0.33511404740073675 +0.2325556928913146 +0.21006155827372533 +0.27153985800037056 +0.22008319336202636 +0.23518144577727354 +0.23378022102693505 +0.23615555656302936 +0.25998077021321736 +0.23605496606665527 +0.25949807065346586 +0.2353633239105569 +0.13140266313666552 +0.1669265790341829 +0.38602674819664395 +0.19711024005137498 +0.38101749797843726 +0.18048563896757283 +0.3613015257605729 +0.18841979949813126 +0.37877610906218007 +0.17266677906777395 +0.28758902117655966 +0.15319998183976963 +0.20524701552290386 +0.22883881536472891 +0.26433083146572334 +0.22818273361857216 +0.2501969442770858 +0.2389314631007036 +0.2756100010827195 +0.2734500529061285 +0.29064913368436407 +0.3226944066025836 +0.37669204096788445 +0.5875943221543978 +0.5724444261742258 +0.5794624839984848 +0.6145641252111365 +0.6391297709340016 +0.674610723171091 +0.6760414707557407 +0.7069257619920652 +0.7058836533849859 +0.707956573836953 +0.7055339686694452 +0.7379308030683007 +0.41098060050823537 +0.4290306961546138 +0.3190571848957354 +0.3306540697343434 +0.28455303069472027 +0.1664611630533776 +0.33449960881443325 +0.16557009441307702 +0.32686757726243393 +0.21618767352649707 +0.4134773680011063 +0.41418645088842865 +0.6371037170166013 +0.6507402183985089 +0.6235793114828038 +0.6368929910698957 +0.6208996692308799 +0.6372172179788673 +0.6139634610301327 +0.6291255978598547 +0.6207249333068956 +0.6216554542826558 +0.6076290181132246 +0.6362278818634662 +0.36641366895312144 +0.38201494375435097 +0.29651341794224684 +0.3143093591153208 +0.34153152820095123 +0.1996242772133558 +0.37315797560288233 +0.19860733027151245 +0.3717211525882885 +0.21182369005573318 +0.3553205310549516 +0.3906028652399749 +0.6016907570566845 +0.5946696246313607 +0.6001490820977743 +0.6325916004963229 +0.6537233586645413 +0.6842145457529679 +0.6609683946434546 +0.6479475519484091 +0.6593196754330074 +0.6610103326985968 +0.6535158415881572 +0.679973612387254 +0.3867153162843134 +0.40401012945242054 +0.30511704675305273 +0.31346010621187215 +0.28682892762479284 +0.1664611630533776 +0.31979036431720054 +0.16557009441307702 +0.3197170247901564 +0.20812589046357113 +0.360821798856414 +0.37825026813340523 +0.6089005473621858 +0.5844371173646548 +0.6283183314477183 +0.6364160718747689 +0.6944083600650653 +0.6947953599262491 +0.711208214636145 +0.7106562804673194 +0.7167889449738036 +0.7137494633117258 +0.7233944725822328 +0.742199511288089 +0.49190875412419083 +0.46842322383552676 +0.3714991804377395 +0.3511902854987482 +0.2898199949423298 +0.1664611630533776 +0.3329019034512287 +0.20577814656833376 +0.28442589089456277 +0.24880772492556807 +0.3894370475914155 +0.44036385739146633 +0.6658185085666916 +0.7021946816336238 +0.704086526174865 +0.7062188538750176 +0.7059298732965477 +0.7162411457267657 +0.7137690871809484 +0.7233017228055736 +0.7171228134656936 +0.7222110876421985 +0.7099445340649742 +0.7469836566495902 +0.4962372703072701 +0.5245924306002193 +0.4341162228450618 +0.4496225718080265 +0.2690273431930316 +0.24040076202431754 +0.3008525326151872 +0.19995283375503012 +0.2777783047702167 +0.23392932124860702 +0.2934544297644966 +0.16557009441307702 +0.17963925412144446 +0.4367257528377933 +0.4452813796923739 +0.5453848532616725 +0.5456411531783207 +0.548620823524713 +0.5481321183105147 +0.556177246474464 +0.5636176231053135 +0.4383874071107903 +0.4367222469225942 +0.43690996255267844 +0.4359582156751932 +0.44947284511701285 +0.23777358121915912 +0.20160462158802778 +0.27955657646340665 +0.18647558907769254 +0.26518926070697574 +0.18571572118226412 +0.3359692936060697 +0.15964267562221435 +0.2990360634513477 +0.19223381158808656 +0.2702628196379961 +0.10384836407234488 +0.1669265790341829 +0.38495725759001026 +0.1669265790341829 +0.3843793120951873 +0.1669265790341829 +0.38634067850347603 +0.1669265790341829 +0.3969287104762768 +0.17266677906777395 +0.32378338247779714 +0.09810816403875386 +0.26483243364246345 +0.15625106933266134 +0.2681438225204693 +0.15625106933266134 +0.26491030124573384 +0.21580226986453524 +0.27362940215166004 +0.22681833054530057 +0.2820512052013755 +0.36864319136739354 +0.3762770602364544 +0.59912538589295 +0.6222140418443015 +0.6058294745865521 +0.6235692124320141 +0.6354410272288559 +0.666038899661058 +0.6571757805728811 +0.6713754913297801 +0.629257393486605 +0.6152151406974514 +0.6012407058998421 +0.6281342849571093 +0.3695331743165401 +0.38842740954868105 +0.3002224899606178 +0.3148907280319441 +0.3210410142746022 +0.1997231187832018 +0.3760817186857262 +0.19877597807787256 +0.372384711275596 +0.2119055206040989 +0.3653746807483572 +0.37292069757880025 +0.58944561116545 +0.6030903623744982 +0.6051635910620827 +0.6273343979192347 +0.6194451785923926 +0.6426214057714225 +0.6437776560631709 +0.6584923247759539 +0.6767920011985961 +0.694115724060777 +0.6976770366822397 +0.717263787854555 +0.4233790099298492 +0.4058070625346807 +0.32267185903917 +0.3278179331386031 +0.2907233228411624 +0.1664611630533776 +0.31641112593465537 +0.16557009441307702 +0.2715686601810807 +0.1856649821747556 +0.383923831850609 +0.3874561695017114 +0.6178388989397945 +0.6695134281776677 +0.6670841188953062 +0.703919148274759 +0.6952962117886661 +0.7056075308293277 +0.7017974789905987 +0.705824359734785 +0.7047820743927409 +0.7040409644093399 +0.6900038103166555 +0.7229885609547184 +0.41408355510149464 +0.3961892116237859 +0.3101012020143995 +0.3231145308852184 +0.2823257688821048 +0.169198672548766 +0.32522348900588394 +0.1989157454496424 +0.3141046339303338 +0.21197286105008556 +0.3616036558234237 +0.37302737387230345 +0.5871110212403944 +0.5989299912791163 +0.6054310807212221 +0.6087672257161918 +0.6076079065673945 +0.6279816532584322 +0.6393589915119425 +0.6648723327677921 +0.6418555545061125 +0.6471282857170126 +0.6316602776450232 +0.6992311275682698 +0.3886831419444676 +0.40513058553262293 +0.3059561156042254 +0.3214172594489806 +0.2678834215496384 +0.22561993712178607 +0.2899521961044379 +0.24583955868014573 +0.2736342544697522 +0.25811923217052685 +0.3613342440997206 +0.37433018457064826 +0.5897748432482833 +0.5986657460026872 +0.595141428063272 +0.6037478306464873 +0.5963641930869109 +0.6090214362867273 +0.6075735237471105 +0.6217941296266833 +0.634162660733059 +0.6464842831595197 +0.673813501134344 +0.7321345371891348 +0.4966998517257362 +0.5205710604535848 +0.4310667026322335 +0.37798609684908874 +0.25252963496156994 +0.2359952318674768 +0.27063683387340165 +0.30385640039711065 +0.27152505027472856 +0.30369103639458334 +0.271548274571884 +0.2221811416160531 +0.22624296711031158 +0.3546317922493301 +0.3754894127974133 +0.45934296965073684 +0.4601066160207831 +0.4519420110069651 +0.4600605238060097 +0.45886496260051246 +0.4570754246242843 +0.3108175155984577 +0.306116054210822 +0.3033504756605023 +0.31199086580761026 +0.31329658636187585 +0.3315166243471547 +0.1664611630533776 +0.37858932116906535 +0.1664611630533776 +0.36115844373270817 +0.1553600006923607 +0.3168583902028385 +0.1553600006923607 +0.3148978329592166 +0.1553600006923607 +0.3435500786260607 +0.1190150878315945 +0.3582371339719047 +0.1669265790341829 +0.3776577883683436 +0.1669265790341829 +0.3813735963771696 +0.1669265790341829 +0.3222191979831469 +0.1669265790341829 +0.33582336157375825 +0.09810816403875386 +0.3113291784101903 +0.09810816403875386 +0.34516888671404933 +0.15625106933266134 +0.34216186608686966 +0.15625106933266134 +0.35729675709190456 +0.16557009441307702 +0.3578892342928994 +0.1787481854811439 +0.35123939503426793 +0.3428855056840631 +0.5992075810931695 +0.5618115837403669 +0.5887909212839179 +0.5828733543901295 +0.606551150497119 +0.5970807049639072 +0.6002380559131048 +0.6210750647052328 +0.6466305391064261 +0.6459488956668278 +0.6391311354673075 +0.6629671519494867 +0.39236704377037496 +0.3920938334577233 +0.30634645147850925 +0.3215565650117667 +0.2836981018917608 +0.19056454190277314 +0.3133894866693185 +0.2541080136746972 +0.3114400048396433 +0.27531798606644825 +0.3669872505524895 +0.37692250667304744 +0.5987033741427091 +0.627997307112618 +0.6317981562706269 +0.6355574277668942 +0.6483707024593153 +0.6488609964103867 +0.6657782724803686 +0.6823131593785094 +0.7037286942256632 +0.7076390669236229 +0.7081330408958629 +0.739670836706844 +0.4583673184608421 +0.4446161279439923 +0.33268039011800327 +0.336174379237669 +0.24977821523771834 +0.20436986080271097 +0.29701309176233387 +0.21839192048010003 +0.2465509670912153 +0.238594401281094 +0.36520339883940545 +0.3717918950058505 +0.5835444396036384 +0.6147442686616842 +0.6419806150881544 +0.6766446749698793 +0.7052605707104699 +0.7075830631078097 +0.7082757348191978 +0.7084545774684361 +0.7129217652671701 +0.7136844572925746 +0.7147638843971224 +0.7443184484984087 +0.49800907598550137 +0.5098861381506534 +0.40680100507266564 +0.41502998651919415 +0.2701856205542009 +0.25232257793269575 +0.30049190869949527 +0.2365037020138132 +0.3041283221396066 +0.21477418178020066 +0.460209545887454 +0.45304203575037105 +0.6401111126100638 +0.6831858593032374 +0.7051421820475928 +0.7082840764612858 +0.7065957450697172 +0.709482129150784 +0.7077085519897423 +0.7092273444676557 +0.7087131873274731 +0.7122962985205042 +0.7102652515380868 +0.7469999070313992 +0.4927992498914167 +0.49565483740492505 +0.34721699727627425 +0.35396100681826576 +0.2693585016240937 +0.21650265717566486 +0.3002689890930013 +0.2686030224201991 +0.3036338217318641 +0.28966625684427943 +0.36389841161030556 +0.3733349192699755 +0.5334316297779217 +0.6121447332088332 +0.6537643412807389 +0.7066854516286704 +0.7069254233017561 +0.7103277067951616 +0.7074094155081635 +0.7125515260798376 +0.7083812358692031 +0.7139393677213945 +0.7086330015511186 +0.7446137127777339 +0.48197491167058637 +0.49882284408263716 +0.34872275166676997 +0.35353357648232525 +0.2639505363045096 +0.22238748547271267 +0.30070106547027387 +0.22575058247616234 +0.26566241366890053 +0.2446583028993556 +0.27793801230558784 +0.16557009441307702 +0.12149634882753703 +0.35387399486608817 +0.3735597534571411 +0.5211305501893765 +0.5287192588277293 +0.5441726054608861 +0.542743433714246 +0.5450381045590466 +0.5528568570766308 +0.4369299257064995 +0.43404725320562565 +0.43787233959112815 +0.42254188712242724 +0.422408994398207 +0.25235849342804567 +0.22808076494567028 +0.29069137248629107 +0.24066480626955822 +0.2602446342749515 +0.22823909462499584 +0.26125350839282013 +0.2278205322776384 +0.2640985002290042 +0.22779968581078006 +0.20745020931168534 +0.10384836407234488 +0.1669265790341829 +0.3956043500577106 +0.1669265790341829 +0.37625361299255333 +0.2181585515656987 +0.378079645247502 +0.2451742842796457 +0.3826755851581692 +0.2511600970875635 +0.3005438394900548 +0.09810816403875386 +0.23057448273682674 +0.1808048604985604 +0.25272822546203544 +0.20138777709166134 +0.2606761094767558 +0.2394309985381598 +0.27480371254549124 +0.2458347830158986 +0.28510467279579166 +0.36106010362354696 +0.3764722294994005 +0.5566624908236439 +0.592177543994056 +0.6387260875615318 +0.6425972900697239 +0.6745891369838922 +0.700310611251729 +0.7084056023952148 +0.7062139107865425 +0.7091031170941531 +0.7068997060828112 +0.7106338288307386 +0.7390834185881322 +0.4918003656322846 +0.453968664094269 +0.35474852739799667 +0.35084271582233695 +0.27006976593968673 +0.18663027817729602 +0.32487733707678285 +0.22660368398242625 +0.29316014043844896 +0.1787481854811439 +0.39627221117303757 +0.3985326099222788 +0.5627397829466128 +0.6469137556219005 +0.6344665776134016 +0.6622382232232112 +0.6581933140680544 +0.6600025687250523 +0.6540252072800932 +0.6981147041584078 +0.7060223162851209 +0.6895480852729757 +0.6892177603031564 +0.7390718676603633 +0.421188221394683 +0.43435712181422986 +0.31597769532338066 +0.3273376205472945 +0.2736794856828423 +0.1664611630533776 +0.3533208838560215 +0.16886647976462796 +0.3167443812180945 +0.23976025865651235 +0.38185090751859263 +0.3801608896935581 +0.5427084200246799 +0.6315633255529358 +0.6579884672452081 +0.7043966478087771 +0.7065539246265142 +0.7077605668399354 +0.708616715328554 +0.7103965724142843 +0.7133604204473362 +0.7132193807051778 +0.7104515581157941 +0.7404441649358415 +0.4871502871299059 +0.4992088344587345 +0.3746603312692822 +0.3876397402250004 +0.2669697345992953 +0.253414730977724 +0.3013175151848577 +0.24002289292496287 +0.3211897970637242 +0.212719887318448 +0.38013220290547295 +0.3823492735954673 +0.5456764569898146 +0.6576799832789484 +0.6860244769483874 +0.7056152580620226 +0.7056891818183795 +0.7057630579204992 +0.7062107531367746 +0.7069643261805526 +0.7065448646612459 +0.7063308892761738 +0.7064114545281928 +0.7376422836574497 +0.4713781005488327 +0.46636125512603954 +0.36006320952355436 +0.38394026246959967 +0.259885917341763 +0.19950295548719574 +0.29256293736827615 +0.19687142150020598 +0.2925920606789494 +0.1787481854811439 +0.42954258082290475 +0.4289961184070969 +0.5950564588864472 +0.6877973603655503 +0.6844994660764347 +0.6968852239282991 +0.688907495609257 +0.6922605089795042 +0.6964096363469456 +0.6964687208189153 +0.7032259849769842 +0.6954824022681013 +0.6929915842400627 +0.7251284932011892 +0.43453676729777063 +0.45807756854833476 +0.35986359226466813 +0.37085671895378347 +0.25753831659377013 +0.17682102801953994 +0.2913756399767726 +0.20480318153544036 +0.30370548916270057 +0.17307165230863006 +0.34376041157581305 +0.16557009441307702 +0.12149634882753703 +0.3838316267755546 +0.38919205388061406 +0.5137707445790327 +0.5111866604317172 +0.5440228475985072 +0.5435426252764188 +0.5449098357094572 +0.5531152255194269 +0.38865629610695634 +0.3659001669967247 +0.36556111130330526 +0.35252423687731455 +0.3705285814260166 +0.23416308345555634 +0.1982066728912323 +0.3181984283694353 +0.2384812114334771 +0.30634624964393176 +0.19805800477719632 +0.3136563312081192 +0.2040792436370428 +0.2850614561608948 +0.21002400581986055 +0.18325087279270555 +0.10384836407234488 +0.1669265790341829 +0.3841047285041455 +0.22028994738377983 +0.36811111782646116 +0.24674421024019558 +0.3733345386938679 +0.26089950774164394 +0.37266726366102815 +0.2593680199525327 +0.3036767481712467 +0.09810816403875386 +0.26675359548411365 +0.15625106933266134 +0.2906365615154381 +0.15625106933266134 +0.2724159651468574 +0.18060313740611558 +0.3136860583349383 +0.16557009441307702 +0.3501685891662625 +0.364482007516784 +0.38895083193802715 +0.5510073470049882 +0.6302354176216106 +0.6733029983707108 +0.7048995666470013 +0.7068281386320434 +0.7059178537039502 +0.7065653638770675 +0.7069981927771125 +0.7070858771806309 +0.7071626662365665 +0.7086369398452407 +0.7402293281384602 +0.49808636913915794 +0.5148443215813971 +0.39128307624663455 +0.37668977243638596 +0.2692468695633776 +0.2094337160170254 +0.30259021492784827 +0.24249007514443055 +0.3162822618492594 +0.1787481854811439 +0.39658064007469135 +0.4014339605456036 +0.5731693830177561 +0.6791839090963755 +0.6992635295675703 +0.7060144276029057 +0.7063357888658236 +0.7102593621776545 +0.7066942719972029 +0.7102466190480107 +0.7068099081072312 +0.7097607199870569 +0.7067451777179442 +0.7403292650401708 +0.49477291716652866 +0.5221291598293352 +0.40929050171147496 +0.413739185959763 +0.2628963015115399 +0.25662317700189347 +0.301742953631552 +0.2831852547237184 +0.26474775851569915 +0.23181279785475467 +0.39508864378726166 +0.3916014971432375 +0.5560366509012606 +0.66584101551824 +0.6775435664669472 +0.7041790512758116 +0.7044521679105188 +0.7071363807076649 +0.7065111158477503 +0.7097981886194136 +0.7080397887814993 +0.7115003192044156 +0.7067653414125661 +0.7422446584629065 +0.4958062768671045 +0.5216976399391131 +0.3752831411936742 +0.38558199444478325 +0.26193265002124066 +0.2175756436308122 +0.3005761634479024 +0.27075998327047324 +0.2711889985630543 +0.2321797097039084 +0.3944830310369013 +0.38161430491449755 +0.5433490846511033 +0.6548946279932296 +0.6898537669909166 +0.706816346658405 +0.7066517005591957 +0.7094706681232178 +0.7070776602406215 +0.7123372445062657 +0.7088909514307612 +0.7176836986723697 +0.7088426063285322 +0.7468008041634877 +0.4958058100905255 +0.5242021884675385 +0.4030496384101885 +0.4234594543967358 +0.2681766435025896 +0.2438500635913803 +0.30028307289056333 +0.23665752798835446 +0.3130582787671769 +0.21284623634133673 +0.4463708837957338 +0.4470539487515934 +0.6055388357313959 +0.6958734465872672 +0.7053215207165695 +0.7073832963001219 +0.7085735184236972 +0.7103561640789552 +0.7119106158472107 +0.7151945462942556 +0.7107733897252289 +0.7106713557169172 +0.7100345176765531 +0.7421672586806218 +0.4837014675594402 +0.49031024533515377 +0.38272711499885553 +0.3800035529677182 +0.27436055135527393 +0.20149545496563354 +0.32642840227471015 +0.20026728818784686 +0.3324748906177951 +0.19969334516434514 +0.2852894929272303 +0.16557009441307702 +0.12149634882753703 +0.40739384848479343 +0.4197121099896381 +0.5341350202701374 +0.5431059791220678 +0.5436561590827119 +0.5434578588276064 +0.5438442319849311 +0.5530164846805801 +0.4160972449619209 +0.4257745215889289 +0.4166096006934982 +0.395148108189139 +0.40026830772200195 +0.2408879759783998 +0.24941414915122453 +0.266501337606625 +0.2905967166868748 +0.27160192444164327 +0.1553600006923607 +0.26113012603543423 +0.2319307584877672 +0.2618176184311354 +0.23464736825097973 +0.20208920899104338 +0.10384836407234488 +0.1669265790341829 +0.3866179359697601 +0.19866311761915292 +0.37624735889848454 +0.23762126567415792 +0.37644678635703704 +0.2533072142069709 +0.3766928349163697 +0.2797935521922903 +0.30731735608589233 +0.10538267733127209 +0.3041094253393969 +0.15625106933266134 +0.3158336474930232 +0.161503668679503 +0.2399978479087701 +0.21819424679203045 +0.2517662777433833 +0.2591302417963303 +0.2682312104615105 +0.36474003756467943 +0.37439083597785827 +0.539104355175889 +0.6358562948022826 +0.6488268671120457 +0.6761935339408329 +0.6975023417601987 +0.7068511297469018 +0.7068671384120333 +0.7077949679421214 +0.7090049617974072 +0.7093282477760644 +0.7103140889855745 +0.7408704713949592 +0.49730427061544513 +0.5069543335764697 +0.4052220537385248 +0.3918983425886359 +0.29093080881186706 +0.20073767355304017 +0.35769284679202074 +0.19959059631353293 +0.2859461210761562 +0.18873136450776662 +0.42127858146628383 +0.4185122943072866 +0.5893381688747277 +0.6936793007090842 +0.7037930002870674 +0.7053593848318429 +0.70570793842627 +0.7087581212702584 +0.7078536967416854 +0.7145933698750642 +0.7098828414359561 +0.7189815774550729 +0.7096801229584364 +0.7455737092850526 +0.4962094854519936 +0.5220931283017578 +0.4340383659892444 +0.4480023628813272 +0.2682160017714924 +0.24611302708482855 +0.2972084754593908 +0.29091803024862556 +0.2975996677218894 +0.2691346010438588 +0.4506376054639056 +0.45136510463225804 +0.6289975610403249 +0.7068566542286951 +0.7060409410272989 +0.7197661197503104 +0.7319444240010561 +0.7595534955185532 +0.753356273664244 +0.7880896065431463 +0.7818296290827492 +0.809442611317522 +0.7698579771718256 +0.8049762350285932 +0.499783415661391 +0.533110346966623 +0.4363676158602369 +0.45248531050847235 +0.3134407906115477 +0.21244594090079946 +0.36566054205050397 +0.2005952819025828 +0.3529751555548636 +0.22488937553676483 +0.4937877398536332 +0.5174725344059367 +0.6751347757033077 +0.7085812522981123 +0.6876988406912219 +0.6963168908555193 +0.6910707835033001 +0.7069864525469497 +0.7053846069624969 +0.7043107123498055 +0.6858072452533334 +0.6973333100098208 +0.6792536333416341 +0.7227348333996705 +0.4340599031095317 +0.45854750077660666 +0.35966360926315055 +0.3784344140133933 +0.25989535969454386 +0.1664611630533776 +0.30159774870696787 +0.16557009441307702 +0.30672060309490545 +0.1787481854811439 +0.4231438233175638 +0.42296972504194064 +0.5887692674372031 +0.6878858167307612 +0.6851679072698548 +0.7057490427133108 +0.7055321419426434 +0.706280827640779 +0.7045905959918584 +0.707010375086178 +0.7068423314076784 +0.7090297631450653 +0.7112185720679289 +0.7428040027898669 +0.4990597430361473 +0.5165821888582759 +0.40647768839125903 +0.4011059403091707 +0.26330438826115726 +0.22928252688486236 +0.31325848651562704 +0.20019640260002405 +0.3329372666844021 +0.19992641289558918 +0.3098228555641738 +0.16557009441307702 +0.12149634882753703 +0.4369717559176876 +0.4452349090976124 +0.545711563715824 +0.5451263878820174 +0.5524845788454456 +0.5503010164034373 +0.5629126286086531 +0.5646173280229612 +0.4541121305171099 +0.4427554172428465 +0.4472278966619306 +0.43729481070383885 +0.45673718830637533 +0.3142636389665158 +0.24177234215908616 +0.36327620431501384 +0.20570516982560186 +0.32177071000486623 +0.19030612781325953 +0.2979703757566716 +0.1928381155429579 +0.3125504056344147 +0.1553600006923607 +0.23673674430295527 +0.10384836407234488 +0.1669265790341829 +0.38794917772559784 +0.19105037049424267 +0.3932038455337969 +0.22807851940450422 +0.4019988928610621 +0.24129713946083342 +0.4104389732190296 +0.24813786158314435 +0.33170973985179514 +0.1291115650420194 +0.30658598698723527 +0.15625106933266134 +0.2837615816309522 +0.15625106933266134 +0.24770515473852905 +0.1959617905505343 +0.29873750681544514 +0.24557608588174532 +0.2908776099378236 +0.4400636877574851 +0.4496212157122221 +0.6250043360919382 +0.705152915483969 +0.7055716250452887 +0.7074277040216808 +0.7074785057227578 +0.7096686849611764 +0.7082316073101721 +0.7137112936792603 +0.7085756223374877 +0.7168425850852496 +0.7096395742664316 +0.7482423426405352 +0.49722017873410657 +0.5230239175493585 +0.4048269612871744 +0.42146248502609995 +0.2665418462268944 +0.22006767854042047 +0.3031103587029182 +0.21123155892421303 +0.3269723322501158 +0.2143282608671407 +0.41688548444109563 +0.4499012523256098 +0.6178089864195735 +0.7047409194220772 +0.705796738543511 +0.7094885001233632 +0.7088828536175704 +0.7153925228545611 +0.717616085683128 +0.7241937981160226 +0.7326255078605701 +0.74184244402808 +0.7356074415094566 +0.76315985355747 +0.5051009029182681 +0.5250456624005471 +0.43694688029884315 +0.4489674501916725 +0.3326893649313632 +0.22981025470923155 +0.36849519503071 +0.20648529299690657 +0.35678837464959834 +0.2116766132510178 +0.49279307490332114 +0.514343987191184 +0.6754778552003459 +0.7130961116967461 +0.708979219615642 +0.7185097193860234 +0.7163077029637197 +0.7285159206046096 +0.7247225310181523 +0.7408866226458309 +0.7340490738875507 +0.741703085860491 +0.7299094481595081 +0.7430693830987113 +0.4976140219565563 +0.5237788699182937 +0.4276750370008307 +0.4267522728675684 +0.2729708248270101 +0.24464843028610073 +0.3019398727402962 +0.2130822432017855 +0.3430551090020573 +0.21334562458507705 +0.4318763179097804 +0.4162193336554206 +0.5957227210263429 +0.6837057258936419 +0.6793972533421114 +0.6962265794441499 +0.6938459790281001 +0.7076276423976995 +0.7068184912588147 +0.7102367406749762 +0.7074089184783557 +0.7129501208975079 +0.7075876399734099 +0.7424558625922659 +0.48181861751389016 +0.5022382308153309 +0.38178079982790925 +0.39311065355924085 +0.2647172585452899 +0.24018861964521562 +0.3131397494005971 +0.19969546446432962 +0.2973328395403879 +0.25326285997090275 +0.42560896438240176 +0.42395571372715135 +0.5867002917512295 +0.6929767710265533 +0.6993545143394068 +0.7088047554835348 +0.7076940617539954 +0.7109534553453282 +0.7072857213857613 +0.709406423212945 +0.7078484328610849 +0.7123083228657124 +0.7084456813376961 +0.7437681539410198 +0.4963058412495322 +0.52160561896558 +0.3865689655075403 +0.4018378381882498 +0.2679205598316727 +0.26363552714145194 +0.3035818797087156 +0.22392631786782946 +0.3175619238317492 +0.1981409564770332 +0.29910315994925263 +0.16557009441307702 +0.12149634882753703 +0.42746347429462 +0.4420291047154613 +0.5441241247799958 +0.5435158193906294 +0.546216822006784 +0.5436971979333598 +0.5466050070559828 +0.5550957971468724 +0.44033656717665787 +0.4352885603981025 +0.4372304265515347 +0.4349406179361009 +0.4498250535903548 +0.295962996550461 +0.20776589337960513 +0.37883851050034023 +0.19903995479336392 +0.32356076916076776 +0.18756748693744932 +0.30136814452405336 +0.1553600006923607 +0.28896207282993736 +0.1721383801111081 +0.18132286142537865 +0.10384836407234488 +0.1669265790341829 +0.38029534035094564 +0.21953055969109167 +0.3778305886154139 +0.24292483728070696 +0.37648911298253934 +0.24813787622813943 +0.37713842931143304 +0.2744278216192374 +0.3075870565329162 +0.09810816403875386 +0.27683958787800556 +0.1568669855658735 +0.3264025991121851 +0.15625106933266134 +0.23383948808879731 +0.2143769844409253 +0.25936445033765326 +0.20073557994072788 +0.26702483933857074 +0.42127447294220505 +0.42156070154678155 +0.5989681358771829 +0.7010462567011055 +0.7054143763552465 +0.7080659307517574 +0.7069446696143414 +0.7093772353027383 +0.7080362086248518 +0.7112338322471237 +0.7089407565377542 +0.7182141324962152 +0.7114271734408437 +0.7526617273801084 +0.49711624542720967 +0.5263039809435016 +0.36068157846013316 +0.4264583694102317 +0.2717451384250515 +0.24361762107009535 +0.30177515559130486 +0.20539441219290444 +0.2814651729854873 +0.3021919450779116 +0.4002706751789653 +0.40182034486891743 +0.5817060806288781 +0.7059502038838028 +0.7066242494723206 +0.7186559289853467 +0.7166789636668225 +0.7309808769750734 +0.7242435854862068 +0.7406977907997007 +0.736114242504464 +0.7528438087686502 +0.7362903379363065 +0.7781433172593486 +0.509434906583367 +0.5377533448395638 +0.3787290007016749 +0.4533412092740396 +0.34112988133999117 +0.21622361693358091 +0.3941143974546457 +0.2177897477029585 +0.3809547984849717 +0.2173122700668435 +0.49589616282746374 +0.5194539092361172 +0.6790456446230819 +0.7286870322357454 +0.716930748763238 +0.7350188705351248 +0.7069651933682884 +0.7094245035203621 +0.7069817019726032 +0.7086798456382228 +0.7069008985398889 +0.7096604501176229 +0.7076785183246239 +0.7420741092825799 +0.4785754700243861 +0.5123636348740254 +0.3459293749153209 +0.42269026168116286 +0.2891584965373305 +0.202984657464219 +0.36138203744057595 +0.22813810603535994 +0.3659071077162936 +0.2136777096673503 +0.4488352401011408 +0.4399654126240983 +0.6149375884558992 +0.699063815918388 +0.7063638022404933 +0.7091601687386094 +0.7092724213620415 +0.7170173938879865 +0.7169917448222409 +0.7203874939392765 +0.7198759563745066 +0.7138510441143765 +0.7094061733052889 +0.7417953575966363 +0.49779143154300637 +0.5217933200883559 +0.36950913951879166 +0.43690677464217237 +0.30422729786477243 +0.229013354095578 +0.3608381727829535 +0.20078321629148912 +0.3637780775305628 +0.22497856574148692 +0.4664723514396117 +0.47712920370650697 +0.6373974439541316 +0.7075107410798023 +0.706755702141225 +0.7138330597496496 +0.715785516019891 +0.7323154890769519 +0.7245707473400811 +0.7399458951003359 +0.7355544429005177 +0.7516040124508888 +0.7375323393794927 +0.7797775464525587 +0.5038765472592995 +0.5343839426407069 +0.3763042427793263 +0.4528746824460729 +0.3323056106353451 +0.21597403547958674 +0.36098197690922673 +0.24037435427924325 +0.36382051752501054 +0.20401022970794944 +0.3468229218185361 +0.16557009441307702 +0.12149634882753703 +0.43679483168390243 +0.44573969704815114 +0.5478399712503993 +0.5476144311482161 +0.5526108116644733 +0.5528553526629587 +0.5572637743776784 +0.5682674853071861 +0.4434099097929556 +0.4434391313308769 +0.43875496043620604 +0.43810170051669606 +0.45003020761708445 +0.270896207383631 +0.20801460144853615 +0.36283961428893063 +0.20184788852247132 +0.3076587872163961 +0.19041976100107286 +0.33193314726186574 +0.18968585147548803 +0.3086779617991272 +0.22355008840105514 +0.25673083649017636 +0.10384836407234488 +0.1669265790341829 +0.3944018564954956 +0.1669265790341829 +0.37632760950410016 +0.22639775899155326 +0.3646988785580581 +0.1669265790341829 +0.37900729705295505 +0.207751871654911 +0.2795274272320367 +0.09810816403875386 +0.23938667665113256 +0.12717033998682306 +0.27780950454261566 +0.16058687354232706 +0.2885681286045011 +0.2443340019175066 +0.306398255612391 +0.21955560288219045 +0.3221743558874948 +0.4974524095573333 +0.5190530829793782 +0.6819576635938688 +0.7401622788428531 +0.7342331676964224 +0.7135875368447268 +0.7122026727705584 +0.7207223590905029 +0.711585325016867 +0.714163080150016 +0.7071145734608549 +0.7091982901881871 +0.7111351114057091 +0.7411205540082112 +0.4932301834921046 +0.5222239934513145 +0.35179066072782417 +0.42815742567136317 +0.25344689875604515 +0.2013423973236741 +0.2775374179668988 +0.22972544404487086 +0.26677250091870053 +0.2931502758257846 +0.4611661269870639 +0.46703741622548905 +0.6386941187021692 +0.7065300113999212 +0.705774519193758 +0.7083308651816768 +0.7101070392956661 +0.7222768501455384 +0.7255470393024661 +0.7257322481430578 +0.7246783279982303 +0.7244358578223787 +0.7235187511944924 +0.7520971158573806 +0.5011493396019681 +0.5230071420359085 +0.3779289716835746 +0.43770694542332433 +0.2675772610596954 +0.22399666531461576 +0.30245890449024493 +0.20080082971816893 +0.2765431679948881 +0.254020043642414 +0.4755314631945744 +0.48976993976182953 +0.6667696412795164 +0.7088322863498256 +0.708091700236114 +0.7157311860413962 +0.712439244520476 +0.7255016330255928 +0.7186602662468233 +0.7343713329589248 +0.728090737291774 +0.7419266177177624 +0.7349329872623048 +0.7747466852516888 +0.5072246501316362 +0.5328432544887041 +0.37762592104837656 +0.45402668035811483 +0.32340248433698515 +0.2454655238071244 +0.363404211059536 +0.22349119161183148 +0.3809519986231253 +0.21656708605114167 +0.49442341655261685 +0.5180481410980989 +0.6762106859038219 +0.7206546886666522 +0.7175206976027841 +0.7308998098747665 +0.7252279489911659 +0.7522544434952073 +0.7404176042875199 +0.7634781988280775 +0.7566365048108474 +0.7724619046895449 +0.7608667468270706 +0.8208271262400952 +0.5301013235073254 +0.5675488089645045 +0.393905148791851 +0.47897386961561433 +0.35074796063544145 +0.21859171873684916 +0.3976963302019385 +0.21600414217443714 +0.3908081185840191 +0.2280088623614222 +0.5306099539323376 +0.5333081188887299 +0.692245880292325 +0.7656772207012729 +0.7667442857343365 +0.8030858563410199 +0.7825732077400617 +0.7974166369205403 +0.7891588169350356 +0.8182868050126111 +0.8011382243244256 +0.7956166034077745 +0.757955037169004 +0.7927411555746617 +0.519339831407378 +0.5374145827938976 +0.3787787534534112 +0.45285917634753137 +0.32609015202433245 +0.26457120613726615 +0.3646415710755522 +0.23784113139515492 +0.3674196328398968 +0.2036620131812884 +0.3512160856752061 +0.16557009441307702 +0.12149634882753703 +0.436536661169987 +0.44407946150415367 +0.5438160197756332 +0.5431927048792099 +0.5465509178397796 +0.5445939068250355 +0.5499758170013731 +0.5539309642632424 +0.4402518021390975 +0.43508011418228965 +0.4368423021882112 +0.43465192277778014 +0.4499536682323812 +0.25708052317548075 +0.20321587478904582 +0.3656736722878485 +0.2011278596698354 +0.256550213837192 +0.20293568290188801 +0.2586812014692275 +0.29339741546668685 +0.258377871399669 +0.2156210775682828 +0.2152160156842966 +0.10384836407234488 +0.1669265790341829 +0.3981161574771491 +0.18412793695394963 +0.392471602467333 +0.23137591138294855 +0.3923694688662358 +0.2095284597433296 +0.3940195714985393 +0.2386470836132949 +0.3254904941899165 +0.13425853348581904 +0.322345664827082 +0.09810816403875386 +0.34162645479747983 +0.15625106933266134 +0.3538911978564843 +0.20294263811110447 +0.3190343056406445 +0.19958973281431275 +0.32815817992238827 +0.49377461985717075 +0.517639713808535 +0.6753841652045264 +0.7074345000680979 +0.7056427694787947 +0.7078903753398287 +0.70677640202222 +0.7090796270087137 +0.7076548069674974 +0.7123834160361957 +0.711447987788726 +0.7171593978181923 +0.713522364572546 +0.7541412558450846 +0.49746311848479935 +0.5246653719138784 +0.3686340843985946 +0.43967450109982426 +0.302568697341535 +0.2036216317941083 +0.34938275604255237 +0.21053685989436896 +0.3167589776909395 +0.2109626317676819 +0.4003563932882854 +0.3988273067011512 +0.5717078242245249 +0.7007562954863606 +0.7073209518991032 +0.7107898422006681 +0.7096902896066981 +0.7259019621965481 +0.7257151856106266 +0.7361913674691819 +0.7344492065066229 +0.7513492566646554 +0.7423099657743312 +0.7911678133693792 +0.5131543736535834 +0.5411282631602702 +0.3781316087536191 +0.45370616477904263 +0.3223134286505721 +0.22205202808017627 +0.3568481315949682 +0.20625877010554547 +0.3583346633801548 +0.21539284300338882 +0.4789366296063843 +0.49941237910511993 +0.6605829519975602 +0.709000074763432 +0.7081965260229083 +0.722151710286163 +0.7282798021795104 +0.7558555442470609 +0.7633561375064916 +0.7637416743931597 +0.7604355043905628 +0.7797316528390775 +0.7690686375825974 +0.7928138313155757 +0.5223672170303304 +0.5718243173349202 +0.41328056638990257 +0.48553851766539935 +0.32869578533998567 +0.2546192883863024 +0.3772965671060639 +0.2097963284503876 +0.3688979020358449 +0.22272157388946512 +0.5168585341327153 +0.53854024952349 +0.7001782689293288 +0.7672866169434024 +0.7805021941527659 +0.7786696066486618 +0.770309896531148 +0.7853931615459753 +0.7731444640344771 +0.7976926850812587 +0.7745085377534203 +0.7710509656754594 +0.7648505785906653 +0.7970373411082063 +0.522591765964834 +0.5415305581982344 +0.37835098513292004 +0.4537886300952437 +0.30985916791016754 +0.2080143883355005 +0.3624776487751491 +0.20660163034218412 +0.34943726171448036 +0.21473180434833256 +0.48375709125418553 +0.46982959230264926 +0.632001277275866 +0.7078497800334582 +0.7067680380913773 +0.7105663058547433 +0.7099633264622053 +0.7176716801972475 +0.7125845107606459 +0.724297241768908 +0.7117832359308354 +0.72189808030121 +0.7105834218348602 +0.7511218395788678 +0.4983172517964776 +0.5248747302636786 +0.3771290875957478 +0.45214493906345077 +0.2761321459573907 +0.2583069477687258 +0.30266267854568607 +0.28177768182732266 +0.3054746668732303 +0.25411127074585826 +0.31792262880254374 +0.16557009441307702 +0.12149634882753703 +0.4374922000476358 +0.44468062767914485 +0.5456159119048257 +0.5441928759272002 +0.5506839536706549 +0.546342323513323 +0.5648240660537425 +0.5631976851479928 +0.45134472369089434 +0.4376098373378508 +0.4477469189569992 +0.43819825113648 +0.46098534116264694 +0.2878236457644103 +0.2167691088743648 +0.3862708929071159 +0.21148185237825348 +0.3561531837480561 +0.19622222489885022 +0.3034720243744245 +0.22405085781546863 +0.3141185307720835 +0.1899552153896201 +0.29038518356651555 +0.10384836407234488 +0.1669265790341829 +0.4119345639704285 +0.1669265790341829 +0.4185275661676742 +0.1669265790341829 +0.42318545651847084 +0.1669265790341829 +0.4272724180653996 +0.17266677906777395 +0.3559613605665833 +0.09810816403875386 +0.3513187389869088 +0.09810816403875386 +0.38734506807698493 +0.15625106933266134 +0.3728445169773727 +0.18549407348925487 +0.39036955950343727 +0.16557009441307702 +0.4073455349608107 +0.525818382031046 +0.544218596895578 +0.7180522609558871 +0.787471009420608 +0.7835066208269997 +0.8196002525333379 +0.8102725057094887 +0.8556908051267019 +0.8440874160662047 +0.8746095673169854 +0.8574375417807176 +0.8782548370412674 +0.8524280907380412 +0.8586853979742131 +0.5588094851235064 +0.5942646602239189 +0.4298304354558253 +0.49066368330162297 +0.3285823188621919 +0.24986346321994274 +0.3725023436214357 +0.2137946851738229 +0.3075660509379669 +0.23117560619621288 +0.4370306472292179 +0.424252487637142 +0.5890098533768928 +0.6680411003052188 +0.6736387953661621 +0.6846612383843498 +0.702729744047625 +0.7068039469034019 +0.7068082407759618 +0.708230612554369 +0.7077866269647292 +0.7078638705649429 +0.7074752502201368 +0.7422699522191631 +0.49736955232000213 +0.5165431187758877 +0.3395380940859862 +0.3948848803336328 +0.2758717337911655 +0.2023987797078228 +0.29340688275075516 +0.24936987184543793 +0.2909044686257379 +0.26782147134982276 +0.39317863974911227 +0.3958702291174684 +0.5661377620546396 +0.7020691443223851 +0.705450844966068 +0.7065981144744331 +0.7072081455741995 +0.7080457983599151 +0.7082292100613095 +0.7084573741498211 +0.7095302699144701 +0.7141970426920915 +0.7164424490347708 +0.7499341723261318 +0.5009881090359961 +0.5231248289347697 +0.3770298142111633 +0.43829639130997666 +0.3068757469005385 +0.20306552695227809 +0.34356644634625083 +0.20097252063452214 +0.3058204745222788 +0.2395620213228112 +0.4214850628391076 +0.43023641141729335 +0.597167097752082 +0.7061795842599571 +0.7075121644056718 +0.7098587179015958 +0.71383815086074 +0.7186763512533434 +0.720460828380521 +0.7201287077085001 +0.7240681835884913 +0.7207799720150826 +0.7231069329949582 +0.7500801795934995 +0.5008820915705801 +0.5238737783617076 +0.37848016080763935 +0.44819039873699257 +0.326421833472304 +0.20774559802464118 +0.3613550108175993 +0.20190721961117128 +0.3574200794941503 +0.21391469404892413 +0.4736811824244348 +0.4602299028273733 +0.6444656798310854 +0.7087748735039114 +0.7089928081768502 +0.7195004948350022 +0.7135344774173228 +0.7294854115347111 +0.7274404849092059 +0.7390372209360113 +0.7435753256834049 +0.7622390095143919 +0.7529654150621616 +0.7862721530298341 +0.5244171366448593 +0.5539545161435232 +0.3908362773073519 +0.4656840877592901 +0.3341341594951891 +0.22472226704825612 +0.38800395085948997 +0.22076775423496958 +0.37933778825206627 +0.2144451497477441 +0.3867617487833417 +0.16557009441307702 +0.12149634882753703 +0.5180894683372611 +0.5185094131567236 +0.6562127603435862 +0.6571946507673625 +0.6783388435665022 +0.6766912718236588 +0.6878043575201164 +0.6864894762754916 +0.5741847969442548 +0.573784530735916 +0.5913521865483631 +0.5685706649672366 +0.5703921207636469 +0.298213213093192 +0.2593410934117397 +0.41428627531597506 +0.25457863835682293 +0.4015212106951885 +0.21348910434271934 +0.3898714242042184 +0.20749161496764082 +0.39948870013816584 +0.2078780910772967 +0.3320644404719788 +0.10384836407234488 +0.1669265790341829 +0.48376990557990057 +0.1669265790341829 +0.4633274984481456 +0.1669265790341829 +0.4549088163642936 +0.1669265790341829 +0.45579462855577124 +0.17266677906777395 +0.3667330390215935 +0.09810816403875386 +0.35147969080411356 +0.09810816403875386 +0.37858504470726084 +0.15625106933266134 +0.37038536474995876 +0.17760084538214052 +0.3820535419898488 +0.16557009441307702 +0.3862066140899821 +0.5005052062221914 +0.5205597060962065 +0.6807713022151327 +0.7330219988264156 +0.7353998788332239 +0.75340256153382 +0.7336326709387039 +0.766092425789601 +0.772396439523776 +0.7980540293297825 +0.7769726199607702 +0.7992593984812857 +0.7757652588254739 +0.8064326308145644 +0.514053308776836 +0.5436667769194974 +0.37862636059732013 +0.4560123225920466 +0.3371362033822603 +0.2252102993407427 +0.3847965989799016 +0.2173204306595382 +0.3657958588215229 +0.22023171516743467 +0.48930372052032306 +0.48062566678834295 +0.6700780949861077 +0.7177815986834986 +0.7285702280909468 +0.7560962552771171 +0.754566383452625 +0.7804570928438932 +0.7808334690693781 +0.7873083972033426 +0.7697620874481571 +0.7953172283093073 +0.7897977276266736 +0.8460362282556363 +0.5437729888085426 +0.5736590006903195 +0.3962871212921415 +0.4638267514205783 +0.34838594270776685 +0.22290771732322212 +0.3934384075396631 +0.2169856973916549 +0.3800239812731209 +0.22659968860062812 +0.5048398094106724 +0.5232360549738664 +0.6855947125737581 +0.7525192071089395 +0.7593951615809025 +0.7952021350132791 +0.7861453403406786 +0.8024634820104334 +0.7798610124622942 +0.7984280002055457 +0.7902942590494701 +0.8139374443347226 +0.8021486594855706 +0.8486963088678339 +0.5581835979006112 +0.5814635252801824 +0.41411637127118184 +0.48769837746663874 +0.33622947534849434 +0.2732104329529815 +0.3666511027063561 +0.217978969446285 +0.36129869564634115 +0.22123877078450185 +0.4700994126495935 +0.4729243161860032 +0.6621292857288436 +0.7096512595362262 +0.7086381624602638 +0.7214250093151687 +0.7152684852508552 +0.7307962109681305 +0.7175609746115669 +0.7430144965182556 +0.7285109669971943 +0.7396850300876794 +0.7277988559998927 +0.7698753191570238 +0.5044116932784763 +0.53148433016986 +0.37753335026358675 +0.4510183755973488 +0.31724549143627295 +0.2201864307989787 +0.3620444686657425 +0.20510566845488176 +0.34847803298533714 +0.2280193745030477 +0.4933288923404439 +0.4858357101046364 +0.6656127846969897 +0.7099576909550073 +0.7091998249167611 +0.7147225506724808 +0.7120811792736227 +0.7237516949397678 +0.7146381090008862 +0.7288929885778379 +0.7210940860074022 +0.7352674621830685 +0.7270224250383178 +0.7784514315488194 +0.5048640233584337 +0.5304533607480483 +0.37754285385209696 +0.45333581112408605 +0.32398061974292935 +0.25595085985644167 +0.36310743410413693 +0.20427549919491375 +0.35833135158010654 +0.20402355906328037 +0.34206250948617123 +0.16557009441307702 +0.12149634882753703 +0.43999244862765113 +0.4455878666391442 +0.5482578584178304 +0.5468669601192933 +0.5602952400401663 +0.5539165394674228 +0.5716516896332511 +0.5699100926000635 +0.4612322030720971 +0.4442283834043246 +0.45643034762337187 +0.4445955130818667 +0.4627708173505211 +0.2847718675750507 +0.2179624164818179 +0.3911602521961555 +0.21438490760983347 +0.3543068726324271 +0.1980627543383906 +0.29108477195998894 +0.20604056468021886 +0.29274432780633985 +0.1901660685838252 +0.23785947013527767 +0.10384836407234488 +0.1669265790341829 +0.40138451225749455 +0.20757274524260935 +0.401147559294282 +0.2239204996304803 +0.4109335345423239 +0.2254278704901043 +0.41468935200993573 +0.23638224115052164 +0.3479260842802631 +0.16126698010598178 +0.34392473392609485 +0.1572627516892391 +0.39194809884302517 +0.15625106933266134 +0.3807540410074086 +0.16557009441307702 +0.3880316710934049 +0.18534929681305345 +0.39820896140057555 +0.5088184393784094 +0.5298046671501079 +0.7013725327592468 +0.7635213542471309 +0.7749195824024236 +0.8060297398718966 +0.7947227841734688 +0.8203519468541524 +0.8138032295969643 +0.8596975978876581 +0.8368619432375679 +0.8746212066651674 +0.8563450605296271 +0.9018272585781458 +0.5854395697749347 +0.6140798633606993 +0.44098663331963434 +0.5173598030546332 +0.3518413342180729 +0.22374944727395532 +0.40727733804413296 +0.2198719534272958 +0.3928787353573647 +0.2304679665804396 +0.5462816495785231 +0.575418524426835 +0.7488482508780522 +0.8343197971454278 +0.8590969856310979 +0.9018824003012123 +0.8795442087741573 +0.9326310462413584 +0.9132005492071501 +1.0 +0.9149020967665249 +0.9420018428112915 +0.9057006651571968 +0.9866615192449982 +0.6422909184714809 +0.6663302743853527 +0.49389169981459297 +0.5545775383734015 +0.3588341762251171 +0.2300243849000578 +0.40503532581422486 +0.25824016591171167 +0.3859303958014022 +0.2277293135061913 +0.5005647891275569 +0.5187732787987795 +0.6767041025112399 +0.7374675822100669 +0.7375879611559814 +0.7729394120734426 +0.7801106740499905 +0.7946442954705344 +0.778908194629363 +0.813975060654445 +0.8052031403851243 +0.8320755124272626 +0.7867791246860237 +0.83811860368264 +0.5527142784403194 +0.5905065428714226 +0.4193375621304614 +0.5025048708419791 +0.3465325924830657 +0.23305257204729463 +0.3937135007679368 +0.22548147317367742 +0.38458672056849114 +0.23121283452599511 +0.5285396584666805 +0.5463880207030689 +0.7177507391356486 +0.7886892397346915 +0.782589191383226 +0.8122683632627901 +0.8089386343158136 +0.8368312198854918 +0.8151061831883865 +0.8463911763062905 +0.8295371707385681 +0.8472331572310742 +0.8503402599749901 +0.8820848383500003 +0.5850996630443293 +0.6246498955493163 +0.4435638631560685 +0.5114416465351028 +0.3540960589831726 +0.2331559548108352 +0.39519211274462235 +0.22580510371113555 +0.37878658854105446 +0.22922058341281976 +0.504387775116263 +0.5190432966733503 +0.6797424703227577 +0.7362004473672352 +0.7218820324067656 +0.7392644092517535 +0.7258322787596101 +0.7435458970023332 +0.732528597946258 +0.7517223064864721 +0.7413173362488376 +0.7656656509626245 +0.7512025342704909 +0.797700596983732 +0.5149185746251932 +0.5434798170525994 +0.3773474756996316 +0.45327093742418767 +0.33067180708676674 +0.2665708958690529 +0.36539258911599964 +0.21847030865761546 +0.3606531208030921 +0.21088587572734668 +0.3580516407994431 +0.16557009441307702 +0.12149634882753703 +0.4547488019078858 +0.45831654881404127 +0.5685548133944698 +0.5675563057333931 +0.5848209319168927 +0.5906626902197799 +0.5850236506412759 +0.5993520087286255 +0.48666658000872237 +0.46454143385231156 +0.4815783034929131 +0.451302796448456 +0.4742886669540805 +0.2862127853874495 +0.21708226082820722 +0.39000464849851546 +0.21465411579160715 +0.36545743306641293 +0.2239366919008728 +0.362915983959502 +0.1943392405590808 +0.37514557566965867 +0.19356298685256174 +0.31552550202577057 +0.10384836407234488 +0.1669265790341829 +0.4157699003258472 +0.1669265790341829 +0.41963526239114657 +0.1669265790341829 +0.41444226069415474 +0.1669265790341829 +0.4301464935663228 +0.17266677906777395 +0.355099542538887 +0.09810816403875386 +0.3454274676538468 +0.09810816403875386 +0.3852800218948616 +0.15625106933266134 +0.33818153684972896 +0.26688636449504227 +0.35177829690791435 +0.17240889708748894 +0.3434701455098258 +0.4562982644546419 +0.4600463662349538 +0.6369983810334878 +0.7104647785109797 +0.7228845579620715 +0.7414585930493349 +0.745993392245218 +0.7598637419602494 +0.7678233585428947 +0.7776890991677173 +0.7732690864154019 +0.8145974038088309 +0.7946418997714259 +0.8252852729985592 +0.524549305050994 +0.5737632602116912 +0.3831442842915536 +0.45993968776998073 +0.3435076604132922 +0.21767166797627868 +0.38640430014653243 +0.21510080718941754 +0.3733996245008057 +0.2250961727871395 +0.49508269818380696 +0.5182871157242184 +0.6766299352112626 +0.7453683103942358 +0.7657227486988734 +0.7742643563103447 +0.7682299559257129 +0.7867454139261482 +0.7620014596596294 +0.7909080989634842 +0.7904692301617839 +0.809086735189568 +0.8019998933468996 +0.8373262645950752 +0.5404693247749359 +0.5686486976489377 +0.40083534013470623 +0.4835249491201661 +0.3526794146707329 +0.22018011752737654 +0.40060515657701273 +0.21694118007030702 +0.3884170243509887 +0.22694833117613825 +0.511365750623003 +0.5302226170215302 +0.6937261450909503 +0.7536220976079737 +0.7529848433565632 +0.8024119125326966 +0.8313047038031732 +0.8549264434083916 +0.8382401040628541 +0.8518591154253644 +0.8346452690099044 +0.8489987828719948 +0.8518819663328736 +0.8949795154255467 +0.5879290630415525 +0.6198848449285379 +0.41934425473676196 +0.4880002535107693 +0.33363878542262687 +0.22665022829901782 +0.3672101539107266 +0.21044908059860548 +0.3108483228041581 +0.27936613822030004 +0.46643569847809385 +0.46216145839945444 +0.6462495928131887 +0.7094182312969864 +0.7093040471887633 +0.7221016542048311 +0.7166569222837645 +0.7321754221017984 +0.722758875087243 +0.7392432135694039 +0.7364113103410364 +0.7525992808460193 +0.7410709440752983 +0.7908167247949741 +0.517438508585071 +0.5424259776514581 +0.3782522339872716 +0.45498028200538565 +0.33060317552766777 +0.26236118874689457 +0.362855244116843 +0.21719362895849642 +0.3489429658703648 +0.222045186314978 +0.46538165313466934 +0.4705321227249729 +0.6495470179270756 +0.710603191302557 +0.7230061993134677 +0.7390514406151036 +0.727658195688818 +0.7420868528660481 +0.7371442811762554 +0.7605389580455069 +0.7443480359631229 +0.7680597843988966 +0.7389836684648954 +0.7756601539568533 +0.5121800978339098 +0.5399356435425601 +0.3790721770802124 +0.4565813955897576 +0.33479387032549723 +0.26046862041756924 +0.37372791412030293 +0.2519142494633423 +0.37665828386225336 +0.21379806562463674 +0.3820753493151989 +0.16557009441307702 +0.12149634882753703 +0.5052680495031344 +0.5109198405882466 +0.6204996285398322 +0.6302283150612115 +0.6466021006464788 +0.6274391948997954 +0.6552966314606608 +0.6862788862849307 +0.5629275439501741 +0.5097136702267104 +0.5182957216695283 +0.5011678790112205 +0.5115805334122773 +0.2972638249941939 +0.2209287567549031 +0.39805008418288323 +0.21595676405888142 +0.3625917512294166 +0.21787838224762532 +0.3534033710899144 +0.19213661729024137 +0.3466250146225025 +0.22289470179316956 +0.2885845537651608 +0.10384836407234488 +0.21185262395302604 +0.4059883242946981 +0.2825228323477477 +0.401768426638192 +0.28912050581678267 +0.40076556951420916 +0.2841250108248839 +0.4038267271644659 +0.2909576452707617 +0.3311018328245281 +0.20707161673927568 +0.31979160791739314 +0.2021697987010901 +0.3522519308222169 +0.2604043831706535 +0.301841878371511 +0.26662559332095304 +0.3043076830021068 +0.26578306397731377 +0.34039893494923146 +0.4932155086429157 +0.4949864196843698 +0.6752639897383508 +0.7164368452592358 +0.7517305348932551 +0.7683225741687699 +0.7676648477287179 +0.8124643491973204 +0.7842142922493928 +0.809611582134411 +0.8112520195971651 +0.8431296315097898 +0.8208585029203992 +0.879398844982635 +0.568939463502001 +0.5970960335797316 +0.39475061063533157 +0.4861670221202689 +0.3498514201915034 +0.22626644584642963 +0.3995488497980144 +0.2178944776463169 +0.38250795188606207 +0.22685667803690993 +0.5052240417710954 +0.5323784096075519 +0.7005270915545265 +0.7751003607753862 +0.7833526250358378 +0.8176831476451194 +0.8136625303907407 +0.8526998624126962 +0.8455783225051191 +0.8816034565070365 +0.8678590008193194 +0.8878731298116628 +0.8493943726891185 +0.9277355213629159 +0.6004961548796315 +0.6316213978546058 +0.42475043052793354 +0.4675297992491342 +0.3471000552704711 +0.2186957089798513 +0.3839957645632049 +0.2136823093378185 +0.3697237429589645 +0.2168688068435795 +0.482636292644145 +0.47338366870506876 +0.6652932786616532 +0.7126820460463258 +0.7138726793307895 +0.7317008466676471 +0.725534927408737 +0.7518478695058534 +0.739951498067696 +0.7559977834596785 +0.7376806116953835 +0.7685356388309891 +0.7456509997654299 +0.797689074848762 +0.5082500168459777 +0.5418801688520318 +0.3787033128092629 +0.452691544472098 +0.3289859288787893 +0.26062503150637056 +0.3645492324265446 +0.2490152904635798 +0.36583027761787207 +0.22125647613778257 +0.462425609813607 +0.4636465406919083 +0.6496531348168709 +0.7114466207411356 +0.7283775247453957 +0.757994054696929 +0.7391926135673201 +0.770723172952836 +0.7605729341502637 +0.7923748846341983 +0.7768511209496501 +0.7939693935569965 +0.7723057151030068 +0.8443562530000456 +0.5522960343321851 +0.5792996063193816 +0.39802012242924506 +0.46273130843924487 +0.34761512729876515 +0.21982532455056816 +0.3944742780690878 +0.21540742278146774 +0.3753881525111593 +0.24780745412555094 +0.4951237720563373 +0.517476884687167 +0.6757625265408707 +0.7275171765553684 +0.748902492209646 +0.7710086628264765 +0.7599346511229422 +0.79996032523355 +0.784342488322078 +0.8182162398849984 +0.8274802240796878 +0.8581137482114901 +0.8143209603657554 +0.8431691291661483 +0.5628271175033406 +0.5905752734555841 +0.4131968132900465 +0.49190938352034774 +0.3566720284196337 +0.24350438820567769 +0.40328776130787486 +0.22074175137511362 +0.39311074531643564 +0.2403084164960841 +0.3938940805713074 +0.16557009441307702 +0.12149634882753703 +0.5367294662112733 +0.5227034447117579 +0.6510749121906046 +0.6395618806173651 +0.6620791609189293 +0.6577114125111321 +0.7183085927598282 +0.7425966526197441 +0.6467129159583279 +0.603456455475655 +0.5802854298544227 +0.5575719296669672 +0.5975692640055094 +0.30577920162848504 +0.2706626965585181 +0.4216557746485819 +0.26441123181441173 +0.4068425139618917 +0.2138567519001451 +0.3998701129754077 +0.21259591022723381 +0.3918368802960973 +0.20333067001089003 +0.32891577028733787 +0.10384836407234488 +0.17715190597077415 +0.42687911658774713 +0.3229117521110485 +0.42499175545592194 +0.3093737507540651 +0.4177328439829736 +0.3086629131341337 +0.4214011248387295 +0.318035738137939 +0.35835002632373664 +0.22364209414845634 +0.34120995536269555 +0.21895013554003892 +0.391915263312921 +0.2760196644164503 +0.38416438658930047 +0.33405042795960177 +0.39479266745064656 +0.30146564721251584 +0.3976758129502148 +0.5862015459900612 +0.606338294498152 +0.7683940362767202 +0.8376026913329375 +0.8238594324245548 +0.8428208905746896 +0.8251032156093489 +0.857455457145639 +0.8467871246088082 +0.8856373531560682 +0.8647793156214718 +0.8466863205794212 +0.8379992077503119 +0.8713091035278805 +0.6140706475890709 +0.6421130064315207 +0.45037048461954476 +0.5218898650594959 +0.3517392312724986 +0.22221094959950483 +0.40230310845578715 +0.2173167424585311 +0.390888837027829 +0.2274038350304149 +0.5172314995583649 +0.5310179107985187 +0.7015977693242129 +0.7884773280063598 +0.7866566744972199 +0.8502599760227992 +0.8041226981553001 +0.8320394204463525 +0.7946124146816961 +0.8358387165585744 +0.834613276233139 +0.855513121076782 +0.8772132624735809 +0.9078919847087458 +0.5796597891739402 +0.6168360300614405 +0.43486729137296987 +0.5102471618264343 +0.35815458977614567 +0.24909510808404364 +0.40474987028028614 +0.22157598945588167 +0.39619585983655137 +0.25662472829503863 +0.5550629003367592 +0.575278105966261 +0.7378285339216067 +0.8180403018916821 +0.8140979762919714 +0.857460445303989 +0.8611145477892792 +0.8896453815128528 +0.8877899915367026 +0.9312908122919883 +0.9495654650349851 +0.9949323685605422 +0.9176942280654269 +0.9544512086648611 +0.6375923965106937 +0.690295359056047 +0.49902396285561523 +0.5787514020200852 +0.38486021155818734 +0.23337765145065542 +0.4310780948496082 +0.23120872428798453 +0.420147525961364 +0.24195057100447834 +0.6350011859463172 +0.6433518651676772 +0.7986184473994237 +0.864530245541587 +0.8546843922473212 +0.8875794044935224 +0.8598745390434469 +0.9376597493770099 +0.9171969180747074 +0.9702796771224986 +0.9629405444830093 +0.9694389990950399 +0.9420003226162592 +0.9244930393016766 +0.6467237897461419 +0.698543543874819 +0.5274196234842314 +0.6303134584535169 +0.38873454614314484 +0.23463516104421683 +0.4437862767087814 +0.2375546866602149 +0.46488575812871025 +0.2560010622738625 +0.6943653491416313 +0.6907101475898875 +0.8217511053224686 +0.8709245746029721 +0.8798252873950713 +0.9088746821166284 +0.8788615418095842 +0.910239378933267 +0.880426780641488 +0.9353714846983106 +0.9035434906699533 +0.9407688383716574 +0.8759081520001798 +0.9525137677551633 +0.6242648841676062 +0.6773520746015077 +0.4878335290887491 +0.5624642465435086 +0.36421522028754183 +0.26600688792606647 +0.41634785963162374 +0.23509023743086524 +0.4099028522039542 +0.27862063865030945 +0.40357874070092903 +0.16557009441307702 +0.12149634882753703 +0.5598701016559761 +0.5308147164343261 +0.6089296556015912 +0.6389302602829462 +0.6581314711881467 +0.627425785048061 +0.6309291485867748 +0.6298555647974219 +0.515898423335791 +0.508945838626194 +0.5048180335086933 +0.501361767840332 +0.5167297948069178 +0.28027043348274383 +0.2693243777145655 +0.3889276960886133 +0.261182305954591 +0.37536337958207394 +0.19547202315343526 +0.3768477254677498 +0.19431141145292197 +0.362870694946908 +0.25956923503458473 +0.3062194113008662 +0.10384836407234488 +0.1669265790341829 +0.419042150398797 +0.1669265790341829 +0.41374752401766524 +0.1669265790341829 +0.4237850373672705 +0.1669265790341829 +0.43330485172481215 +0.17266677906777395 +0.36278938540509825 +0.09810816403875386 +0.3463380231981947 +0.09810816403875386 +0.38086536405798915 +0.15625106933266134 +0.37066239744261914 +0.16557009441307702 +0.385419895513175 +0.16557009441307702 +0.37974993606086194 +0.49514364395709975 +0.5186642937068715 +0.6765979483742892 +0.7382506041760593 +0.7446118847263011 +0.7726414636609461 +0.7685620867869462 +0.7842644768399935 +0.7765218210215683 +0.7965231329508113 +0.7977712499859432 +0.8135534897367307 +0.8133278900213088 +0.8517821180390578 +0.5481260832201837 +0.5770936911819069 +0.39796635210661085 +0.48782379763447975 +0.34713003219351257 +0.2175141169389117 +0.3954306153406278 +0.21441214072165798 +0.37342322986529874 +0.21572087524171188 +0.4950244068154021 +0.5174764537952156 +0.6758621545347963 +0.7167509113120741 +0.7436786044312848 +0.7666972382715455 +0.7700344508390459 +0.7765508587554073 +0.7617051018176656 +0.7981813557133652 +0.7915477897970283 +0.8233228054807022 +0.7995136498825952 +0.8520777649343744 +0.5496100102284817 +0.595826343170687 +0.4257507821111132 +0.50480368366222 +0.35451787026056236 +0.23417604133325712 +0.40170384182110025 +0.21886859839658634 +0.3926429403972041 +0.2282918359133456 +0.5139394769928812 +0.5323522506678003 +0.6988696860561251 +0.7657449322384214 +0.7668759062722096 +0.8047048023687075 +0.8195980607938138 +0.867767085343164 +0.8468374604934175 +0.8704026397678749 +0.8548133182969656 +0.8862200290433292 +0.8871768084165117 +0.9008886343879201 +0.5840383561736485 +0.6085287028931166 +0.44955163836894646 +0.522825858969299 +0.3551592032496848 +0.22390787311814767 +0.40707341811953524 +0.21968232155761644 +0.3954525825478954 +0.23116658555457972 +0.5547130624548212 +0.5682590618560421 +0.7405971665959027 +0.8098442675828665 +0.8058447735229278 +0.841208413011511 +0.819303002213636 +0.8695286020186016 +0.877634140598523 +0.9141123150853145 +0.8411834898690805 +0.847554989621464 +0.8502071850024006 +0.9202026353126932 +0.6561686080728641 +0.602284134119163 +0.44299950339986865 +0.5178049920417053 +0.3509542906521595 +0.22522288101994978 +0.3980220392298165 +0.22206176773970476 +0.39488882830926036 +0.2322399555257684 +0.5467482734429312 +0.562814854562363 +0.7342755741632473 +0.7998488576560077 +0.784309631576067 +0.7974670325358341 +0.7983591736817565 +0.8257337671520898 +0.8085918376076098 +0.8311119978680359 +0.8348598518651401 +0.854721752073807 +0.8396657054407338 +0.8884403205611691 +0.5944281082323916 +0.6206359059157025 +0.4465831503321246 +0.5276386175403404 +0.34993275764492304 +0.22380163803730038 +0.4009013232907277 +0.21947023165187957 +0.3978030814777542 +0.21573173129509005 +0.39751841093114343 +0.16557009441307702 +0.12149634882753703 +0.5699193308212973 +0.5230432974573919 +0.6280256408712342 +0.6205376706797806 +0.7243135694017756 +0.6580131222385278 +0.6809050667408878 +0.670836437286209 +0.5612871871070123 +0.5377296442488324 +0.5376340015372125 +0.5219902565051945 +0.5382053167188219 +0.2967477914780957 +0.25318836164263697 +0.40803929426724067 +0.22054288242847556 +0.3814610490937273 +0.20665309937185752 +0.36888847191191976 +0.20024640189211157 +0.367026080079716 +0.2648253553450057 +0.30440456371178654 +0.10384836407234488 +0.1669265790341829 +0.43871208071442924 +0.1669265790341829 +0.4293863737803598 +0.1669265790341829 +0.4389635621063476 +0.1669265790341829 +0.43782799972423253 +0.17266677906777395 +0.37136526536508957 +0.09810816403875386 +0.36574461285750676 +0.09810816403875386 +0.3953240031334635 +0.15625106933266134 +0.37936283587486197 +0.16557009441307702 +0.38249679579486984 +0.16557009441307702 +0.39059989481589863 +0.5161173701583709 +0.5299977900869551 +0.6937265908518585 +0.7538271402024518 +0.7702386471839299 +0.7978453634122619 +0.785090337121781 +0.799319396036024 +0.7835827258723447 +0.8107608330139348 +0.8113964150819573 +0.8410002625807081 +0.8343251085605587 +0.8958471052191326 +0.6059263446402939 +0.6389070728384808 +0.4644315650705111 +0.531982062225247 +0.3538148781555692 +0.22559846015325524 +0.39891197462473627 +0.21849862103869583 +0.3828169825197603 +0.22655021358642874 +0.4803022538938094 +0.4583652745973779 +0.6277629796448396 +0.7101571232260252 +0.7229877631311927 +0.7470113791177028 +0.7406277437258496 +0.7569976461445719 +0.7452555811798747 +0.7617134016522809 +0.7452129590186262 +0.7679863256453414 +0.7503618183022366 +0.8006645398375299 +0.5161486258686023 +0.5442207488432841 +0.37856603630183405 +0.45462782292464815 +0.33482289863258274 +0.21821956569189038 +0.38523371634174153 +0.21332583867423016 +0.35582734276757316 +0.2170771856740253 +0.47249177191549013 +0.4640969706386992 +0.6272089236383454 +0.7126349401705522 +0.7203357640287398 +0.7402139198623504 +0.7327063753945998 +0.7404978907376243 +0.7334467097399335 +0.774034962989606 +0.7485553030228339 +0.7664982239389717 +0.7549436458377949 +0.8087402032387431 +0.5160147986252258 +0.5456628327312478 +0.37845092753775017 +0.45437546061892914 +0.3326607544221929 +0.21844259525754967 +0.38374483136957666 +0.2129783849115665 +0.3499670909881406 +0.21689346085288894 +0.453014859127676 +0.45499311599504555 +0.6227951923568348 +0.7093720339261071 +0.7109366646290428 +0.7377322237052897 +0.7350369794474879 +0.7673219898918084 +0.7554022719474625 +0.7879587193285266 +0.7745311630162657 +0.8054445015042895 +0.7766442598783491 +0.8306173860071489 +0.5269702692342481 +0.5609113274782552 +0.38453293325172916 +0.4596501970697987 +0.3430279130116109 +0.2191904569845881 +0.3841316957934172 +0.21489807067821812 +0.3506415013255649 +0.2174024794212893 +0.4658539022289146 +0.4714405123620511 +0.6400271014859318 +0.710617831241879 +0.717548594936866 +0.7679137763623477 +0.7448794224262429 +0.7748597599250449 +0.7693566032369543 +0.7975590863845825 +0.7900889938997876 +0.8117489744993188 +0.7958273858820176 +0.8502355944261943 +0.5399326888251268 +0.5754248716934859 +0.45308096928597136 +0.46847151675267573 +0.3512288370636254 +0.22151770655785555 +0.3933468118231795 +0.21814387649488337 +0.3737307125731187 +0.214345490484716 +0.36672933650379863 +0.16557009441307702 +0.12149634882753703 +0.45075170640357004 +0.4640836602366067 +0.6063795135349495 +0.5972381120145104 +0.6091170433395388 +0.5861968670933545 +0.6024465948824376 +0.6083257915911827 +0.4941384907599034 +0.4756901679426227 +0.48314577222442656 +0.4693470634002554 +0.4901361905263 +0.34829742425734217 +0.23903396327897833 +0.3974577797502155 +0.2163248379845924 +0.37521163943757574 +0.20332620568705673 +0.3726037927185339 +0.19784567332385466 +0.35764588780419043 +0.19374192166298362 +0.296803095095269 +0.10384836407234488 +0.1669265790341829 +0.4231115025480114 +0.1669265790341829 +0.42468287422255935 +0.1669265790341829 +0.42833697960070044 +0.1669265790341829 +0.4342442329947069 +0.17266677906777395 +0.3630164415551173 +0.09810816403875386 +0.3557549203632411 +0.15625106933266134 +0.40141029094678543 +0.15625106933266134 +0.3889790365053673 +0.16557009441307702 +0.39588880594324816 +0.16557009441307702 +0.4005108120258353 +0.5373295453380511 +0.5566902277818043 +0.7215855979953137 +0.7840460249587838 +0.781864560339663 +0.8016559959630968 +0.8018809594522386 +0.8254885914115264 +0.8249952898126123 +0.8305248142656135 +0.8124360989081283 +0.8453089171895316 +0.8328417129125776 +0.8758928881157955 +0.5886723825696385 +0.6228705372848106 +0.5084770440588892 +0.5295017322104335 +0.346805282853589 +0.22075870472183873 +0.39696747789713716 +0.2181174309081275 +0.3936223904697456 +0.227633735827314 +0.5527374504482752 +0.5721568138207942 +0.7175784013648251 +0.7836676207598137 +0.7541169583430609 +0.778364312017803 +0.7572979008541516 +0.803232906147178 +0.7698078557627569 +0.7927073307474196 +0.7792402598567181 +0.8080148699963747 +0.7961911433078125 +0.8550259747640307 +0.5439895662925566 +0.5713276978900771 +0.45440419651198255 +0.46370320537136883 +0.35063370106362873 +0.2202158963253974 +0.3952882587705863 +0.21611053292185514 +0.3708352048690166 +0.27962429961864643 +0.4938641721347889 +0.514346630714076 +0.6755701439673724 +0.7237587618198629 +0.7466284816933223 +0.7867891679401746 +0.7870929368757873 +0.8236527842839715 +0.7986873301797548 +0.8321865876028699 +0.8169403830550264 +0.844620073404476 +0.82883530873456 +0.8640582150062925 +0.5597297552512595 +0.5893624197911671 +0.48085066469297416 +0.49055607008432084 +0.3526093676675282 +0.22084289188290107 +0.3946044424295302 +0.21732057993986606 +0.3750054053727946 +0.22687889127560476 +0.4961909223250237 +0.5183713635286424 +0.676296669088769 +0.7432081770450648 +0.7560178580790442 +0.8215404577322355 +0.8228348463333327 +0.8695282869059706 +0.8976064221204202 +0.8617733201696737 +0.8584216900522763 +0.8858766288837928 +0.850868927683728 +0.9013475002363311 +0.5945780053967689 +0.6209712069440666 +0.49245668481771604 +0.5088750373602293 +0.3699474555599056 +0.22645702634785053 +0.41701388349549495 +0.2255351022807497 +0.3950555346273348 +0.23133700965913778 +0.5073627836379655 +0.519059198417649 +0.6780078306074874 +0.738252591964206 +0.7337459347366924 +0.7525487883285091 +0.7403632719479152 +0.7662456755387465 +0.756541109881336 +0.7825973460880797 +0.7731887814955528 +0.7978831321093706 +0.7681077430291563 +0.8181543592681656 +0.5247288255737326 +0.5500825507058512 +0.4383167689276482 +0.4563771350834302 +0.333558894912365 +0.25734086851867677 +0.3655241728032852 +0.2196483944412533 +0.38023513001805165 +0.21120399548659835 +0.3652691499015384 +0.16557009441307702 +0.12149634882753703 +0.4420917488980093 +0.4465893356523071 +0.5607559375065608 +0.5662594514030409 +0.5774298975793488 +0.5720686261935455 +0.583571366426989 +0.5840937936881512 +0.4743422277509974 +0.4586842039988688 +0.47624057586834945 +0.45287820174342286 +0.45810157701086746 +0.3297559284214 +0.24943450399020037 +0.37022762274397286 +0.21355218142674545 +0.34808364908423345 +0.1934644359640029 +0.32991370292460703 +0.19216491648890485 +0.30506338277571926 +0.2015965297485817 +0.27184199133882775 +0.10384836407234488 +0.1669265790341829 +0.410215145729847 +0.1669265790341829 +0.4293771540694067 +0.1669265790341829 +0.47681529743142376 +0.1669265790341829 +0.4961169594375722 +0.17266677906777395 +0.40936121502605566 +0.09810816403875386 +0.39271942445890307 +0.15625106933266134 +0.43161197685176006 +0.15625106933266134 +0.41524994375146 +0.16557009441307702 +0.43020745267531896 +0.16557009441307702 +0.4381742151782978 +0.6042162608211037 +0.6132395309124508 +0.7759954015340256 +0.8470304946069029 +0.8459452802677699 +0.8602638617838315 +0.8473179755706289 +0.8638361231125692 +0.8588614758792508 +0.8484114712957727 +0.8814539612677489 +0.9147206942624131 +0.8603104664167079 +0.9341108357874359 +0.6276057176183434 +0.6588843599514299 +0.5333104055127024 +0.5671805995181162 +0.3593466842327031 +0.25976415573689043 +0.41394098278414415 +0.2539844812555314 +0.4086686831568028 +0.23346849351566865 +0.5873612924008217 +0.5974770677080531 +0.7494703793557748 +0.8284199923947072 +0.8367931725185795 +0.8963159055532108 +0.8795778235260614 +0.9134055888999782 +0.8843137897771814 +0.9437886966941246 +0.8826438048527047 +0.8649008793784062 +0.8157242635915816 +0.843980262585197 +0.5461014483749129 +0.5785954704960069 +0.4734465123249781 +0.4921882098023459 +0.33644716320210544 +0.2728584494628074 +0.3721885479593113 +0.2613828365938089 +0.3712662873779557 +0.22538026309320539 +0.5013173343310791 +0.5189700435943836 +0.6768504894554737 +0.7219887293154624 +0.7327894801346362 +0.7453749122995192 +0.749053959182926 +0.7562540928035529 +0.7515741443108543 +0.7763894252548564 +0.7642147215071746 +0.7975559132743274 +0.7696622702792357 +0.8218172738701766 +0.5268326400687957 +0.555090465250762 +0.4423865637686291 +0.46460977340593274 +0.34669015184058144 +0.2201942837525207 +0.3871192148772434 +0.2153255888130845 +0.3702576973354185 +0.21742639323680552 +0.4882478713737322 +0.48256033837694406 +0.6427561400061437 +0.7105444545323268 +0.7312565792732386 +0.7609979730644195 +0.744485214705485 +0.7790194973612539 +0.7662874818641013 +0.8000173814541461 +0.7906049343872039 +0.8179634303769979 +0.8011629958618179 +0.845743256146787 +0.5327277978473308 +0.554370497999467 +0.4392248866339186 +0.4564132360916932 +0.34087301951451665 +0.2193150610395461 +0.38604472450176497 +0.21584631585280387 +0.36955113320994104 +0.22591945291498186 +0.4933612136312198 +0.5108059994084019 +0.6756320843637662 +0.7219572516820147 +0.7410120637415866 +0.7893118129255746 +0.7936164880508371 +0.8402918092823065 +0.8463557202674703 +0.8787378103796337 +0.8742478750277969 +0.9138335889617386 +0.8704162619604151 +0.9338103544313081 +0.5932464113282755 +0.6162050289240686 +0.4846182256387085 +0.5006614894195002 +0.35660710299311316 +0.24082688815828282 +0.40265681710178036 +0.22120496348994687 +0.3910269185004128 +0.21775152912741877 +0.3913989790686407 +0.16557009441307702 +0.12149634882753703 +0.477668731617202 +0.4743094602561556 +0.5884692953296075 +0.5586577148479501 +0.5752675925697822 +0.567522086415394 +0.5829336736588814 +0.5773138185702109 +0.46002345844815595 +0.4520229999432033 +0.4541159616024232 +0.43852014466975686 +0.45830622721326714 +0.3306676043907242 +0.24849051490180382 +0.3724827669158294 +0.24463126515092626 +0.3613732629349155 +0.19426340349578403 +0.348890487769706 +0.19261663230061943 +0.32321636009242466 +0.19149681263327084 +0.31475563836798937 +0.10384836407234488 +0.1669265790341829 +0.4001221355128878 +0.1873404874211097 +0.39764034506657026 +0.19120110581169447 +0.3985376042067563 +0.21437371818841583 +0.3986707880843435 +0.17266677906777395 +0.33148195307749306 +0.09810816403875386 +0.3127001553950347 +0.1698181023757132 +0.3647147882948788 +0.15625106933266134 +0.3512999223653906 +0.22315594394012664 +0.37498673528393645 +0.16557009441307702 +0.3600599265753473 +0.4933100640790171 +0.5100779567488977 +0.7318353519204275 +0.7090345586319612 +0.7104657470731476 +0.7231964705549199 +0.713489555006085 +0.7242015202330175 +0.7224820407908296 +0.7293093815089275 +0.7187476607108598 +0.731944624772193 +0.7213542553274876 +0.7633723929358296 +0.49916095676684674 +0.529788046551122 +0.43595210704633525 +0.4518429524721311 +0.31735218843913465 +0.26035894028226075 +0.3626862159609422 +0.2386905365194615 +0.36667231190981825 +0.21794694093735 +0.492546748255197 +0.5040976260807045 +0.7263726107765904 +0.7089266075714138 +0.7074881317960647 +0.7216518443366359 +0.7162527471253809 +0.7292606615645882 +0.7263932406854667 +0.7428717800919548 +0.7355618924089822 +0.7564164002938231 +0.7417597392793492 +0.7830619933647044 +0.509243872820433 +0.5341942813235281 +0.435653843073186 +0.45243742160403094 +0.32473890918301823 +0.25604131721621526 +0.3623157082404247 +0.2101323374094 +0.3490617559708589 +0.22059978840094382 +0.4614860435164502 +0.4773454656446541 +0.7110012487179899 +0.7083497278198692 +0.707586874511774 +0.7182661999715314 +0.719381959406294 +0.7360177790395681 +0.7310707709731629 +0.7512094506364789 +0.7431745980704608 +0.7493170532873717 +0.7335082681017224 +0.7730435151584453 +0.5075772973546572 +0.543703762511768 +0.43779648855457703 +0.45182783732216836 +0.3232262678591528 +0.25356117680573514 +0.365339082545256 +0.23825151521766993 +0.36588951050905005 +0.22313640215036482 +0.493753693935133 +0.5177174316846898 +0.7339307825230352 +0.7158068303041306 +0.712825098494519 +0.7265915711716371 +0.7262209254229355 +0.7605687138384655 +0.773864491412846 +0.7979440227654224 +0.7885922011784603 +0.8006451378057423 +0.7933503990695329 +0.8341049849755665 +0.5582294018185023 +0.583201987062219 +0.4793116391240786 +0.5026482325715506 +0.3364650205775462 +0.27782947554935644 +0.37786336332469667 +0.26520570931521126 +0.37661063880854667 +0.22612925054062696 +0.5383376953468594 +0.5581112622719557 +0.7720248370511991 +0.7725050943595526 +0.7717617744618965 +0.7945474108471362 +0.7918743238217052 +0.8106330787953375 +0.7994532656355265 +0.824692662445086 +0.83021690421746 +0.8403426006415812 +0.8192949577524125 +0.8575399136448473 +0.5718008342880734 +0.6186699083818067 +0.49189403509022633 +0.5155977839814795 +0.34058960211913447 +0.2825125325503599 +0.38704125418936663 +0.25389969268947693 +0.38347599411285044 +0.2361207207297374 +0.3855932293449419 +0.16557009441307702 +0.17963925412144446 +0.5136327655283467 +0.5102186524369214 +0.6367631377010479 +0.6366434035921053 +0.6717198709683997 +0.6555614508172876 +0.6683082958559036 +0.6675762029819421 +0.565712092689091 +0.4930570241023251 +0.5428021774062971 +0.5226623248193771 +0.5287424430536377 +0.33813161094002336 +0.28067218340927286 +0.3903758685701984 +0.27944359335995544 +0.3767357569934674 +0.2065612085743884 +0.36812866339681277 +0.19336181861109872 +0.3373892408607746 +0.19197535049305925 +0.340392133915886 +0.10384836407234488 +0.1669265790341829 +0.41370697323263195 +0.2135606102535669 +0.4068100220400403 +0.21919665862529458 +0.4137157199113303 +0.23472007949578 +0.4209870093318354 +0.2421319575161425 +0.35228749970645873 +0.14705646575932613 +0.3417179998739192 +0.15625106933266134 +0.37791218649148506 +0.1731349746804076 +0.36747209705118317 +0.24768174787824826 +0.3831050999151227 +0.2234112650100109 +0.3919860108969725 +0.5533472935854332 +0.5526670161740915 +0.7586552989368891 +0.7524482268502122 +0.76231175948915 +0.7777343592280765 +0.7807266481501582 +0.8095094414501758 +0.812169696377621 +0.8560282495028673 +0.8241550256130066 +0.8557543553453602 +0.8105926939628335 +0.8440375276933764 +0.576166148975725 +0.6160218602093825 +0.5008995895842557 +0.5195506827594233 +0.33121703945033065 +0.2673091032947323 +0.3781406000662204 +0.23867684898269656 +0.37663452624955546 +0.21490889975143998 +0.4959721849925424 +0.5176730370773701 +0.7315474235289684 +0.7098009291031456 +0.7200224672878422 +0.726428074499304 +0.7330618430253811 +0.7454978188020464 +0.7556659627373697 +0.7744495964824557 +0.7581520936797131 +0.7758155648303171 +0.7710222693495524 +0.8294297619146495 +0.5666672339370465 +0.5964209182225144 +0.4895280051827507 +0.5021412385711516 +0.3375567142354022 +0.21682975516851533 +0.4014934591779028 +0.21211862600290698 +0.3904570633655473 +0.21739596620652796 +0.5334952423659755 +0.5422322019771828 +0.7660731762014715 +0.7692260827341564 +0.7619561494243187 +0.7757573235249701 +0.7572545961449331 +0.7710737492977972 +0.7607708485100474 +0.7803894221040387 +0.7795805669835539 +0.79920253057916 +0.745084628459769 +0.7679076742135968 +0.49758773824108116 +0.5236353529761812 +0.4353677457257094 +0.44782407696942483 +0.2867242023498774 +0.26116035993714837 +0.3059348957048615 +0.26613048942428885 +0.3057111170037583 +0.2627641315926532 +0.4605330169987753 +0.4531813419340014 +0.6867557347020219 +0.7063813552937124 +0.7080848843818112 +0.7082365565942247 +0.7085063832099936 +0.7107836384881178 +0.7100439844691362 +0.7152363748377136 +0.7163734198883721 +0.71748614952508 +0.7177055152620497 +0.7459149182326064 +0.498572071236982 +0.5238345895545111 +0.4356224180721097 +0.44582435577616947 +0.29388270204548705 +0.20899376982091414 +0.3622031288602849 +0.20579002943939043 +0.3501774160299559 +0.21944095499117866 +0.49518118598931804 +0.5176694970263086 +0.7332482743188293 +0.7084201709214125 +0.706930914217963 +0.7120075251365747 +0.7127862547455277 +0.7181821574402251 +0.7112389074243436 +0.7262057761509703 +0.7151294187000826 +0.7305290673209257 +0.7199563465295378 +0.7603000288172164 +0.49859119242712047 +0.5269234863055092 +0.43479466860559185 +0.44949697398270116 +0.30861692827427206 +0.20769985387839818 +0.34970290553759426 +0.2037660049544279 +0.3713976905003521 +0.20790243102475311 +0.3439399842241664 +0.16557009441307702 +0.17963925412144446 +0.43759062514156616 +0.4453038851694884 +0.545965450599016 +0.5451359761481652 +0.5486960643321016 +0.5452657719070457 +0.5507577576221839 +0.5557393555845266 +0.43997861012590106 +0.4354310115247398 +0.4372172988651726 +0.4348493381091981 +0.4495538982614061 +0.3162146936430033 +0.22465336592498836 +0.3670896450264972 +0.2037877985883252 +0.2824504686811206 +0.21453530318675862 +0.27174236313274797 +0.1553600006923607 +0.33589384655341864 +0.1553600006923607 +0.2876291299012162 +0.10384836407234488 +0.1669265790341829 +0.3966305231229607 +0.18274659331226173 +0.39543387464536806 +0.2168387867274589 +0.3966046149640525 +0.22185923152707582 +0.39602722877074925 +0.22587356980986548 +0.3268934312972462 +0.1339942514288165 +0.30631158559201604 +0.15625106933266134 +0.336654571380786 +0.1775614720190891 +0.31521568773886605 +0.218399038437322 +0.3718401807617569 +0.18294335879967355 +0.2985922828183872 +0.4054996628916476 +0.40648733141256876 +0.6208427001467092 +0.6901037905829518 +0.7064540990519609 +0.7105312023801628 +0.7102413407304131 +0.7226068669951143 +0.7157266260435393 +0.7306289791100287 +0.7157035796179589 +0.7333808126720458 +0.7187692607756407 +0.7608910229664029 +0.49821254883520055 +0.5254651481750623 +0.4199972025051932 +0.4291563738967974 +0.29259737682437104 +0.2052457776255741 +0.35498137873101526 +0.22208213713393984 +0.3514590359815115 +0.22773376878083443 +0.3978951662482817 +0.39726122223623084 +0.6143056318614482 +0.6717783312854457 +0.7063296008418863 +0.711219838364271 +0.7101080781409449 +0.7228020327398711 +0.7139425475630784 +0.7335613154361934 +0.7247647023349907 +0.7445786388679312 +0.7322728842616035 +0.7735268582868033 +0.49914698588171685 +0.5266465008469782 +0.4283725873330967 +0.4373089497732358 +0.30825893267501614 +0.21606175083749674 +0.3601036373428138 +0.23490708194778584 +0.3472570089622218 +0.22914576172728449 +0.3994674930872587 +0.3918568494562375 +0.614425611079313 +0.6675605343054674 +0.7064365944458723 +0.7123972548837288 +0.7097798377336393 +0.7231585952303035 +0.7161161549925807 +0.7232501805221807 +0.7095956737319499 +0.720015460245294 +0.7095598755407289 +0.7483217258581228 +0.49749618116484395 +0.5253369214795303 +0.43535401575475596 +0.44973208025303096 +0.30686647192715644 +0.21068792926842647 +0.3671769041233058 +0.20672251851884751 +0.3546383618534329 +0.2200669952565529 +0.49324509304969316 +0.48829668576801954 +0.702594177387155 +0.7069587198278262 +0.7066827596488975 +0.7082151668154912 +0.7100853258916049 +0.7155768665655438 +0.7183472642127023 +0.7294355917313758 +0.72700608198668 +0.7320901021329388 +0.7350096128790778 +0.7640289993448198 +0.5064928931710546 +0.5259035692132368 +0.43679062468701485 +0.4501264487242668 +0.3329387807051922 +0.21174190607421864 +0.3670504822826442 +0.20939432762770976 +0.36937040219192974 +0.21970570535771572 +0.4936372353897593 +0.5177797838146194 +0.7345966219616649 +0.7155608536941152 +0.7238397698350654 +0.7344753471762563 +0.73312253731137 +0.7568464764469007 +0.7643539879467721 +0.7869105568300948 +0.7827659072683208 +0.8022816683117574 +0.7747402857963761 +0.8054963295950166 +0.525219260593709 +0.5512237391927919 +0.44987664001401256 +0.4741085236571173 +0.3388504726139692 +0.21665988614798712 +0.39825539584635616 +0.21474919994688454 +0.38103797019378816 +0.2042118478593556 +0.3711230113834188 +0.16557009441307702 +0.17963925412144446 +0.45212586610276273 +0.45603420368502384 +0.5505593297256268 +0.5568938602070549 +0.5591486338577575 +0.5606539469389276 +0.5591247775668443 +0.5801966524498492 +0.4422179510895521 +0.44149797412497394 +0.4401949897455709 +0.4373733837884566 +0.4513913420741395 +0.3160596635436199 +0.20301556807512233 +0.36210095226049266 +0.23235075767893068 +0.3555667885700563 +0.1952822035285417 +0.2566651494526231 +0.2654315564711655 +0.264469844538856 +0.24858165118908984 +0.2908936624855497 +0.10384836407234488 +0.1669265790341829 +0.396403865771683 +0.1669265790341829 +0.3915437694424807 +0.1669265790341829 +0.39779302878735184 +0.1669265790341829 +0.4005651013405301 +0.17266677906777395 +0.32797511882805813 +0.09810816403875386 +0.3287622321571796 +0.15625106933266134 +0.34432936819146925 +0.1640352507241819 +0.33000692310398944 +0.22907962980207183 +0.33908144805869916 +0.255292274984045 +0.3613360164801389 +0.44466961445632447 +0.4510104660768823 +0.68265549700245 +0.7060080824205299 +0.7060097440201071 +0.7087739578868278 +0.707343773516077 +0.7106221978933898 +0.7089292878725824 +0.7186236370671107 +0.7156402358571256 +0.7275136883431285 +0.7177044359181447 +0.762072931760972 +0.4985292941254521 +0.5839025022856708 +0.43276617214901775 +0.45010925427732784 +0.31054815604156405 +0.21753983258523546 +0.3608261745588514 +0.20126973341897558 +0.33764629358372283 +0.21422266667960635 +0.42244402821103927 +0.4297967999263303 +0.6538659914823741 +0.6971808782070559 +0.7069236145302975 +0.7150316110876778 +0.7184816883798989 +0.7262788811945048 +0.7277624698326742 +0.7512149157592659 +0.7629881232791896 +0.7684570803390367 +0.7600725403351938 +0.7758732642055416 +0.5083130344843362 +0.5858508264772208 +0.4395386590540672 +0.4535082187214626 +0.33209936959504427 +0.21166062108520395 +0.38428997323727976 +0.21062618808770175 +0.36153273108639467 +0.23772075716404742 +0.49817757003521423 +0.5188546316968304 +0.7403807950707583 +0.757652679713672 +0.7567153586109421 +0.7669134321760969 +0.7696267097490814 +0.794559540205984 +0.7877993091099681 +0.8056487208310682 +0.799929585404574 +0.8122704962782884 +0.7953500326180708 +0.8404728603262219 +0.5652783523795197 +0.6561533440590617 +0.4919938137360032 +0.505859567832949 +0.35046378346492185 +0.22023805321704193 +0.4045657368452377 +0.2180640695665812 +0.39455732045807995 +0.2233448682721903 +0.5518077592361271 +0.566527526581945 +0.7932249831417746 +0.7907004302571798 +0.7813923869864545 +0.7928697476417135 +0.7952655074971764 +0.8138524026857556 +0.7964468753269952 +0.8162097990731678 +0.7944281812073208 +0.8138276293442254 +0.8029848008576443 +0.844274152858977 +0.5681529360754094 +0.6472089709319386 +0.4795932002751231 +0.49429228118727214 +0.3348755010574334 +0.2739919355462335 +0.3717896728016798 +0.2620573067724601 +0.3720891830425578 +0.2618858191815173 +0.516151323699939 +0.5321038206540802 +0.7519042821276365 +0.7485227683506771 +0.7535865726904811 +0.7880780870967425 +0.8046488255144028 +0.8303561262433047 +0.8440506596864171 +0.8560132599384429 +0.8370347651967458 +0.8426627512458582 +0.8036520812309483 +0.8485835596470355 +0.5766167022160746 +0.6759668109445656 +0.5134186859968235 +0.533119137663407 +0.3471944168565287 +0.2208883205637916 +0.40092763995385394 +0.21819235733995476 +0.3949167585158141 +0.21380620128360733 +0.39189974912935954 +0.16557009441307702 +0.17963925412144446 +0.5235114177950674 +0.5031038191851065 +0.615388223055027 +0.6051500182077258 +0.6331411486048995 +0.6243393991077574 +0.6393578483451188 +0.6403289629144437 +0.5221898030780537 +0.5050052524506542 +0.5201457314062415 +0.4976688803029987 +0.572785718681204 +0.349617172928367 +0.2432426237944374 +0.4045882408152858 +0.24264078666975458 +0.39098127377872594 +0.2077190482463905 +0.3867824517359759 +0.20507164547268872 +0.38016519717579267 +0.20229042909016867 +0.3782026366892297 +0.10384836407234488 +0.1669265790341829 +0.4345230296706982 +0.1669265790341829 +0.4203501929787983 +0.1669265790341829 +0.4244512870329485 +0.1669265790341829 +0.4183036639113598 +0.17266677906777395 +0.34151371385940793 +0.09810816403875386 +0.37059969266324894 +0.15625106933266134 +0.34556165636234565 +0.15625106933266134 +0.3227994146216151 +0.21462590368160425 +0.31238594195501035 +0.16557009441307702 +0.3732066024795448 +0.44263001596746077 +0.4280722380114611 +0.6614435178035954 +0.7059855680700036 +0.7068264860696943 +0.7096949493277062 +0.7091636411615367 +0.7155392609886615 +0.7141259031045525 +0.727398278035472 +0.7123207187035532 +0.723390505807031 +0.7121126789814058 +0.7554759377825261 +0.49893582824190336 +0.587862084098753 +0.4355428378624177 +0.449598609048473 +0.2920781737796223 +0.2065665312716623 +0.35487972946902246 +0.20093160583986724 +0.318883024180123 +0.22357696614445488 +0.4542168414112195 +0.446281033338527 +0.6698956066558777 +0.7039427721172565 +0.7072971195982474 +0.7094719136544385 +0.7126730563290349 +0.7165474465624502 +0.7216560311975706 +0.724936368853374 +0.7347272169780719 +0.7409040171215562 +0.7338352241530806 +0.7586418500425133 +0.5019547395193102 +0.5827971351734204 +0.43674782750951624 +0.4497373310803377 +0.3245105744121304 +0.2260373975204386 +0.36225388763539346 +0.20571981424897656 +0.3470179300362857 +0.22068904404173378 +0.4608683259113204 +0.44639539295270414 +0.6639384206601936 +0.7011122317726809 +0.7080382645958786 +0.7138888079896569 +0.7241016860593589 +0.7346976681867206 +0.7414140080429669 +0.7478470472283713 +0.7592676727069779 +0.7584294742223259 +0.7580374090442331 +0.784213701195927 +0.5153618471057693 +0.5881601618699658 +0.44032535747369217 +0.45028970918872396 +0.3350343810239574 +0.2334580295116587 +0.3701769713962868 +0.20919549197833898 +0.3503576417833856 +0.21798596080944982 +0.467238194681286 +0.4687557329311951 +0.6872524311086905 +0.7074766714327495 +0.7085450134787667 +0.7311041297873841 +0.7391168497496259 +0.7582933028044774 +0.7574107765776028 +0.7811926059076875 +0.772288234458462 +0.7991010884422828 +0.7866930339770958 +0.8302242452942106 +0.5268630167688862 +0.616163869139247 +0.4606703778191142 +0.4682133239962962 +0.33208180474694493 +0.2588340352310573 +0.3644716453025369 +0.21709798271179137 +0.3523001837753211 +0.22271816886022192 +0.4780672202804118 +0.48498591818613207 +0.7056206631736488 +0.7082360554466848 +0.7078131125261014 +0.7177759837387871 +0.7258228104217739 +0.7500008498515023 +0.733210581868223 +0.7536693918916927 +0.7498044801171824 +0.7637985024605384 +0.7390919049598559 +0.7796064790334255 +0.5037579972792401 +0.5877186964393246 +0.43529283899643706 +0.45230972211247383 +0.3189701095824919 +0.2437962431440849 +0.36274542078465966 +0.20835421997955905 +0.3700613809140187 +0.208251125172397 +0.3545689598676363 +0.16557009441307702 +0.17963925412144446 +0.43829496293462705 +0.4456911403181315 +0.5456496716230046 +0.5447122400895429 +0.5463100225696819 +0.5483599307146274 +0.5553643194031799 +0.5610383809086145 +0.4451416044017511 +0.4371873930447939 +0.4378029158168252 +0.43766405179968665 +0.5090960757269465 +0.2792381597899629 +0.22871383503009549 +0.34075946205474955 +0.2781444339388527 +0.3333895006167196 +0.20881531161198805 +0.3539816075241529 +0.20722542936054647 +0.3111623360915579 +0.20876305373173518 +0.3241471904064425 +0.10384836407234488 +0.1669265790341829 +0.39973835516066586 +0.1669265790341829 +0.3966137597928351 +0.1669265790341829 +0.3991940197231213 +0.1669265790341829 +0.3989428056238349 +0.2094576830796692 +0.3167178405975404 +0.16496113065043758 +0.33726321253940944 +0.1896814948694018 +0.32933113238106493 +0.18247350076815247 +0.3301107291040055 +0.18706837884004693 +0.3311393872821528 +0.2029360766244822 +0.3857267444054247 +0.4932546210435034 +0.5034409081020916 +0.7291632975670346 +0.7065582535110587 +0.7112575118671761 +0.7419609131481726 +0.770594389792904 +0.7800813243025215 +0.7904231258221405 +0.8075096185545072 +0.8034196023145744 +0.8044514468956346 +0.8165188535599847 +0.8476021606502332 +0.5748413334733034 +0.6415286951527528 +0.4894523937176712 +0.4911044333937826 +0.34826697312743193 +0.2044415122907794 +0.37651495462783463 +0.20160759974538203 +0.3769566614062711 +0.21417474416001625 +0.4968950246181746 +0.5187922380256744 +0.7343577408850341 +0.7174763642155233 +0.7160456185691538 +0.7251325685596014 +0.7293055566229044 +0.7550737315619467 +0.746130231666173 +0.7740341923107891 +0.7546889804888087 +0.7679221270348492 +0.7577067689751557 +0.7917645241381559 +0.5160561963174942 +0.5989315923209867 +0.4388627441456652 +0.4576346989995689 +0.31785139351317837 +0.25579587565871714 +0.36880045092434594 +0.2081937965487402 +0.37526388721423676 +0.2216275869065205 +0.4979873468748293 +0.5182923342136064 +0.7341926052227201 +0.7156112165154781 +0.7118424931818845 +0.7268980087437429 +0.7336907533210651 +0.7364995715045971 +0.7376708468449013 +0.7598985860352256 +0.730426110894614 +0.7337847464597061 +0.720131236401306 +0.7467854863158686 +0.4971284710148106 +0.5810116666405877 +0.42362971646215586 +0.44259463113009606 +0.26821807375633233 +0.2039292740020877 +0.30978086483568157 +0.20124460950817152 +0.2858386393754017 +0.24127027729370235 +0.45882730567097496 +0.46012189519187235 +0.6925872635979863 +0.7058426817707069 +0.7051169101210502 +0.7062656068849811 +0.7067131272672934 +0.7074936452352852 +0.7080587976814855 +0.7106371020544501 +0.7085304886783833 +0.7079231938073595 +0.707335106769939 +0.7399977578373919 +0.46925454808910627 +0.5451902835117932 +0.39680657404277386 +0.4070139793251621 +0.25728991463444695 +0.2011272125542528 +0.31092222954138554 +0.17956937969395054 +0.29083190417366206 +0.21948697550513488 +0.4338960157059748 +0.44230593451634487 +0.6573870653537333 +0.6956758995964043 +0.6942007810358058 +0.7064621796603743 +0.7052934563962346 +0.7064025327708991 +0.7059139505012494 +0.7068793740322016 +0.7071450560568503 +0.7092663547964356 +0.7071436716631729 +0.7409630844786704 +0.47173700569151056 +0.5520071998236133 +0.3866787312387111 +0.40550001307571776 +0.2529659967619708 +0.22118945811638174 +0.2660512451482373 +0.2539844523240272 +0.2553624440585675 +0.22323514580638146 +0.26393928310104214 +0.16557009441307702 +0.20982663550303507 +0.39289617479329986 +0.41952334135914343 +0.5447667581308757 +0.5428208764249225 +0.5444295356287137 +0.5439841053757213 +0.5458203074252497 +0.5540354002963757 +0.4369392848408587 +0.43544594641831336 +0.43624446338874284 +0.4355447771867923 +0.5074873535884525 +0.2342417641678859 +0.2603028327231936 +0.2667976779792296 +0.2701959335496154 +0.24875908611100245 +0.19008025420302285 +0.2623175983170302 +0.1553600006923607 +0.3099521266172627 +0.1553600006923607 +0.31248992736289455 +0.10384836407234488 +0.1669265790341829 +0.380926714164124 +0.232218006229982 +0.374377805027281 +0.23590063672091868 +0.36783672514806864 +0.21236245178596116 +0.3748740382145864 +0.22256521735491866 +0.2813538812251693 +0.10564305267097264 +0.2993242371426844 +0.18882104568453503 +0.2942388335780747 +0.15625106933266134 +0.2967480719865693 +0.1871904505959576 +0.29690962352183664 +0.16557009441307702 +0.33036900119066903 +0.41298153135915294 +0.4029672235044715 +0.6268484000702796 +0.6718628927373183 +0.6839694526299933 +0.7054392162316736 +0.7048424646104299 +0.7066767791560409 +0.7057632988440664 +0.7089543352563898 +0.7075524208763614 +0.7111023251277874 +0.7073426406483965 +0.7429569174037401 +0.48500034677369835 +0.5635178137283394 +0.3727769963336881 +0.37756145979605377 +0.23410450806897035 +0.21255737223044355 +0.2639642758206101 +0.24758372060895137 +0.2452082679830149 +0.23898637276839385 +0.376392189809405 +0.3796377536865428 +0.6001486988214629 +0.6316220259431581 +0.6559364806432884 +0.7059975872814196 +0.7074129606927946 +0.708602860425894 +0.7094697657988313 +0.7162748205165115 +0.72090254163696 +0.7204324447624314 +0.7156590185141891 +0.7453004339615125 +0.4993105086873113 +0.5806004640755333 +0.4361977994244352 +0.44923738766773824 +0.29690179548375484 +0.20237133991129938 +0.3484619840286984 +0.20069530088377507 +0.2790465145451468 +0.2848586437392504 +0.4665649853817386 +0.46891351771641065 +0.69358103743602 +0.7056341518928491 +0.7049460992451934 +0.7073483854143051 +0.7065186390380164 +0.7112283214956427 +0.7063818357660879 +0.708828912158364 +0.7071538492372149 +0.7113351805605176 +0.7082483685552803 +0.7408997622501758 +0.47796510734027164 +0.5809708607433095 +0.40333015982333575 +0.4152833347189806 +0.2633570939895556 +0.24472423976601754 +0.30107050546966 +0.25236176179805475 +0.30444125871515965 +0.2130873966259178 +0.44448484534848914 +0.4241451670572069 +0.6406482569262031 +0.6817974352519673 +0.6892947305049391 +0.7091846048068864 +0.7080247404560849 +0.7128149823411081 +0.7094627308271354 +0.7196602741743514 +0.7155902203679126 +0.7263679800708974 +0.7154499340576767 +0.7531725040836069 +0.49758015666141875 +0.5818200396572403 +0.4352325763924238 +0.4493220684613189 +0.25935903104190405 +0.22687441569488068 +0.30074607985273305 +0.21981037495041686 +0.265827655427784 +0.27318216973142034 +0.446285933009113 +0.44378163430481454 +0.6604222717990931 +0.6954494917901306 +0.7040524322859011 +0.7065209869053276 +0.7055033374661003 +0.7063242219981185 +0.7062077512215399 +0.7064029956491603 +0.7063556851159537 +0.7063131430058173 +0.7065468516121723 +0.7385952543314959 +0.47361811276080484 +0.537991580203242 +0.38780800720412045 +0.3997156157153155 +0.2581243826638281 +0.1664611630533776 +0.325661949175083 +0.17199667977435712 +0.27879346044248604 +0.2369970242683092 +0.27760611496265225 +0.16557009441307702 +0.20666267117872103 +0.3768364096601562 +0.3863866601091141 +0.5006173887776627 +0.4979929158979581 +0.5423978386429931 +0.5112566664778097 +0.5426311775622973 +0.5497541433809054 +0.4020628953144573 +0.3650977979434141 +0.3776721335306426 +0.349506075868305 +0.4068508979944824 +0.23945920030437878 +0.1664611630533776 +0.2839307362757617 +0.18725404875924156 +0.310319166248406 +0.18873169447544874 +0.30649644247166796 +0.18856277347324849 +0.30397926590597263 +0.1885630643543393 +0.30761942576195206 +0.10384836407234488 +0.21218590139227544 +0.37740114607183955 +0.2180835531397642 +0.302263904393627 +0.255482937246847 +0.3461232341209552 +0.2888344006697689 +0.2635149053024954 +0.30710437612968616 +0.22258144658023069 +0.15000429710673044 +0.2869400772434986 +0.2082234645137186 +0.2862460471013002 +0.2081882278023073 +0.34617119566982235 +0.22691606828418429 +0.2960961990096709 +0.2174629670822272 +0.3082949626138211 +0.35986625915009224 +0.3723929958905971 +0.5829110663398293 +0.5951264675146746 +0.6052896560300536 +0.665901841551199 +0.6982400538260297 +0.7057950404925256 +0.7054990743665142 +0.7076745170744134 +0.7061095430755513 +0.7080396893742759 +0.7074016143231506 +0.7403590193266583 +0.4644199443826862 +0.5463441731360312 +0.36471749625910765 +0.3694100999170881 +0.24991416262794933 +0.1664611630533776 +0.3124441117468195 +0.16557009441307702 +0.3125322979243581 +0.1787481854811439 +0.43840391078776203 +0.43414554936112776 +0.6586730728534362 +0.700277525500118 +0.7046408599988307 +0.7072469069622226 +0.7076689377842384 +0.7153996612412757 +0.7091554675878379 +0.7174669666350688 +0.7136103953773216 +0.7216949713352953 +0.7126787132080278 +0.7497539561887522 +0.4970186148537267 +0.5808582529499374 +0.4193132613582594 +0.42300536418292095 +0.2675506198736366 +0.2536417780533695 +0.30078705410274675 +0.21748426197677487 +0.2771924761836104 +0.27242657451385266 +0.43398040539054783 +0.42891959870743873 +0.6533256759524977 +0.6953662335685021 +0.7055401812251159 +0.7095136712170743 +0.7094162615718634 +0.7254607513617144 +0.7262246672867521 +0.7433894668379801 +0.73188272127002 +0.7490595562809997 +0.7347444057048856 +0.779406213741667 +0.4988788333343588 +0.5857203298049471 +0.43491345394681613 +0.44963387361348406 +0.28987198068750614 +0.2117885720728842 +0.36178093349272694 +0.20120781194559598 +0.303603538071334 +0.21351491232584885 +0.476716612970192 +0.48332763988324895 +0.7165341521055016 +0.70673397867459 +0.706485045200213 +0.7075977760069039 +0.7152165548628833 +0.7200878400849149 +0.7148865595625269 +0.7168058805076244 +0.7277056154153011 +0.7337303812494979 +0.7286188262736295 +0.7555033230808629 +0.5008800819633393 +0.5816026122261844 +0.4369906780160858 +0.45001844546393815 +0.31249318725914693 +0.20362002184576586 +0.344906329530509 +0.20030117383043727 +0.34386655040282693 +0.2134365546847459 +0.4549653751907571 +0.44736698301613154 +0.6644904199692764 +0.6913235036031303 +0.698600470886372 +0.7063387747391973 +0.7064893163679719 +0.7080209253786887 +0.7083973872551743 +0.7094717531010449 +0.7080403828562378 +0.7076360058230458 +0.7070953528608155 +0.7389464124373433 +0.4554109835361804 +0.5247979159015178 +0.35822940622467336 +0.3781756933768794 +0.2697032164636714 +0.20145911904820718 +0.3537616141664147 +0.20112798081622368 +0.2921432880505289 +0.1862359898716448 +0.27385278895848186 +0.16557009441307702 +0.17963925412144446 +0.4354414193434352 +0.37299920600991676 +0.4805900195692268 +0.4790449429130978 +0.48443068063301026 +0.4720972831536968 +0.4802304958456365 +0.4754014780883832 +0.3331576827933571 +0.31511188953027036 +0.31370078949399377 +0.3134077611503691 +0.38120099776591626 +0.24406785290908553 +0.1954091303342149 +0.2799350227352844 +0.240471989098484 +0.2654577455802144 +0.2285003488538098 +0.26483994956847856 +0.22828234432910352 +0.2645679990610007 +0.22821142093609675 +0.26563355025243657 +0.16199126936625233 +0.2122557531904517 +0.3783040399938824 +0.24674778350250082 +0.33767862725783326 +0.22695112771577763 +0.3365316554113998 +0.26264276894369354 +0.33919751738414433 +0.2345468885609113 +0.2553444288232156 +0.22702344540510647 +0.24124426235651344 +0.2541675820796923 +0.24031749139916642 +0.2534735095398677 +0.24092225371368486 +0.26291947629625123 +0.24925645848874392 +0.2623017054143665 +0.24821561297574768 +0.3525146192387571 +0.38730839683468427 +0.6047670721441323 +0.6487010117229635 +0.5950196351133974 +0.6284240277586249 +0.6507059816261861 +0.6624844453567031 +0.6447416818361289 +0.6491850199638525 +0.6503073488832559 +0.6584514551441759 +0.659687306697164 +0.6795434614797278 +0.43890930851397814 +0.44329211793758894 +0.2910292834421492 +0.3025560808688878 +0.24361343969816646 +0.21819070216004055 +0.27334862344735816 +0.25532074317572784 +0.2704296652465612 +0.2704822796432599 +0.3182560532194314 +0.37695718500697223 +0.5877115175265532 +0.6304855582639748 +0.5783855790950638 +0.6052558460095526 +0.6347420978410238 +0.6459556467555301 +0.6733596925166839 +0.6863636476797871 +0.7077129207954507 +0.7089143823641363 +0.7100514399662299 +0.7319532870093044 +0.48672202244375334 +0.46436987512880207 +0.3094611887125963 +0.3108348835943988 +0.2845436296367445 +0.1768768272318875 +0.32988423853733334 +0.18550227573246367 +0.32400955481872057 +0.21533231235979422 +0.35646875654713384 +0.38962730928318695 +0.6157132661782446 +0.668816793650517 +0.6334515834084998 +0.6489721279020989 +0.663891444317793 +0.6805367868751401 +0.6971292722164585 +0.7045939008479406 +0.7052442587829318 +0.6995019371443013 +0.7051810655438819 +0.7221142508183886 +0.5193324018392139 +0.5249953449261439 +0.3798796554335404 +0.3708303824844135 +0.27526011665261235 +0.1664611630533776 +0.3248757746614551 +0.16557009441307702 +0.28051871684672824 +0.20338996785038058 +0.42006725876358203 +0.4166884302617967 +0.6413247177905599 +0.7323730574673222 +0.652261191897033 +0.6661164609145296 +0.6664682656177452 +0.6911500773694234 +0.6854377904580078 +0.7071092576023925 +0.6943985102569471 +0.7065704479591187 +0.6936450732828324 +0.7360070641195948 +0.48509579148032644 +0.5063753946655235 +0.36199845847879386 +0.3721400122914303 +0.2596968253898374 +0.22583725044689754 +0.28408117307996467 +0.22109884955590442 +0.3090375039620194 +0.19796099725739766 +0.399852971459812 +0.3918352366627308 +0.6103132171083319 +0.6900519500647996 +0.6439509192687828 +0.6692908739975153 +0.6741760574912367 +0.7063903752448171 +0.706925838581755 +0.7080576748256623 +0.7083461814896435 +0.7069158836671535 +0.7067625568843672 +0.7387270699334223 +0.5284763179882619 +0.5413881051038497 +0.38392238504192 +0.3821739415479322 +0.26753451325489147 +0.1664611630533776 +0.3260784303346016 +0.16557009441307702 +0.2888426075229234 +0.19270729412972726 +0.29819285722320843 +0.16557009441307702 +0.20094621618773253 +0.4547426925163016 +0.41942564819341865 +0.54492604298622 +0.5446609116337221 +0.5456212931368083 +0.5454448987221575 +0.54813048013083 +0.5575709487020739 +0.4366812552061844 +0.43689784595782555 +0.4371227295155153 +0.4937906101250969 +0.5076577669223729 +0.2384390721000199 +0.2622691518415835 +0.26637082351944874 +0.25152152819599266 +0.25665406635920546 +0.1553600006923607 +0.3196029907486349 +0.1553600006923607 +0.2698056169687833 +0.22767207680298046 +0.2711941313243398 +0.16199126936625233 +0.1669265790341829 +0.38650527390579376 +0.1669265790341829 +0.3928684392491022 +0.1669265790341829 +0.3970794097941294 +0.1669265790341829 +0.3990355774296349 +0.17266677906777395 +0.32415244788748465 +0.15625106933266134 +0.32657058474256173 +0.22722115062644674 +0.3191454770332719 +0.15625106933266134 +0.34510191566186504 +0.19644699662317883 +0.3027545286486432 +0.19289458403268955 +0.32328127106451404 +0.4740910800172575 +0.4588826172066851 +0.6820258335375875 +0.757611839833265 +0.6926457037916696 +0.6864083193605396 +0.6641682971652384 +0.658354082542046 +0.6350966994051359 +0.6339896427793315 +0.6285023778793779 +0.6269457372454469 +0.6197059265209572 +0.6519447580902494 +0.438187830689106 +0.4528916680521407 +0.30310183888191555 +0.3154379832470696 +0.2775858246144908 +0.1664611630533776 +0.32114047967959564 +0.16557009441307702 +0.32381580112026886 +0.1787481854811439 +0.3549763110128377 +0.3760838066103973 +0.613091873133706 +0.6424784435243416 +0.6065946267143116 +0.5960350594168728 +0.6162852721596874 +0.614923860852902 +0.6303250159797836 +0.640386052579883 +0.6655338586495454 +0.6636245012045758 +0.6756249882886599 +0.6935176257130372 +0.4606579227108405 +0.4558343242595623 +0.322014759634167 +0.32121624104479857 +0.25395803173688347 +0.2301645696770269 +0.27148253185331384 +0.24496520789823645 +0.2693344237656092 +0.26635714619797635 +0.38151331028596736 +0.3891875587898252 +0.6161523420115071 +0.6927441787831498 +0.6451846665122969 +0.6842722549777088 +0.6874578667446167 +0.7052150463943919 +0.7052129050771418 +0.7071373686966838 +0.7068807382138466 +0.7153534598142932 +0.7075479956913704 +0.745297055172917 +0.5538052504490653 +0.5797886906524495 +0.4322027505440647 +0.43365556873926 +0.2545537881882169 +0.20753710280554763 +0.2681750710703649 +0.24436102611929467 +0.26775953028351557 +0.29737827834544145 +0.4942313416459476 +0.5180248724299138 +0.7341109599362934 +0.7701273593660426 +0.7117421402523942 +0.7171245918073853 +0.6902272788048257 +0.6953784745483979 +0.6868454511048859 +0.7059507452179026 +0.687566486228839 +0.6822399006128529 +0.6669440269783441 +0.7200201444354174 +0.48515531826280966 +0.5090276543478832 +0.34710943718015946 +0.36270192385584726 +0.257510589274697 +0.1664611630533776 +0.31260752347589854 +0.16557009441307702 +0.2805349055301994 +0.20902223555786106 +0.3877734729304435 +0.3907951162591264 +0.607957630485984 +0.6861559679720045 +0.6252842693103593 +0.6524925492172042 +0.6688047789156748 +0.7022241042949878 +0.6924131818968352 +0.6904835295362551 +0.7057152577512258 +0.7062012115701126 +0.7063407934786593 +0.738014294716168 +0.5391339513013785 +0.5573378899227426 +0.37956928731920736 +0.3836430951147129 +0.26033961762931257 +0.17117178177385736 +0.2908860432363005 +0.22682486819488945 +0.3022908814754405 +0.16557009441307702 +0.3397636583303089 +0.16557009441307702 +0.17963925412144446 +0.46598093413201863 +0.40645666225024646 +0.5182898220361571 +0.5109381010063333 +0.5216010642228597 +0.49793940120353314 +0.5214872308392422 +0.52021748625679 +0.37854197609787965 +0.3635711007533485 +0.3619505751700591 +0.4066220555819178 +0.4191798689779844 +0.23646583015768755 +0.1878165943419334 +0.27567468370178316 +0.24468544725750868 +0.26912098657301237 +0.21790710748331582 +0.2653571680830593 +0.22882791742181652 +0.266660001869802 +0.22811913437957004 +0.26597401358995315 +0.16199126936625233 +0.2122886960078136 +0.38434516990209294 +0.21898387434991395 +0.35295644024139017 +0.24620448872621165 +0.33761658554659957 +0.23909814421433434 +0.33910709004717754 +0.22826736174522338 +0.29538986646129795 +0.20805610711352243 +0.28535054395700804 +0.20781219166366335 +0.2593498098698085 +0.22189319173222574 +0.2640385366831691 +0.21674494752433987 +0.3125620613564614 +0.21658791836709507 +0.29030313893903903 +0.3425141787738379 +0.38287508186938274 +0.5935524534864448 +0.6528280232244204 +0.5915371376149005 +0.6209591016650401 +0.6786580698066736 +0.7024746653080977 +0.7064719301541366 +0.7074656638112764 +0.7094794171750712 +0.7102756885086852 +0.7100888998126831 +0.7400145422591997 +0.5370361541122908 +0.5449996390566896 +0.37153071980084734 +0.368873105262721 +0.24643633737438703 +0.1664611630533776 +0.29861042939851035 +0.16557009441307702 +0.32458934967317243 +0.22911236255498882 +0.42546072441141014 +0.4208843193316278 +0.6439651453560998 +0.7274345437289488 +0.6761858937659971 +0.7057579253279318 +0.7062759277468574 +0.7073855695322206 +0.7080509212084551 +0.7103752400153333 +0.711063460846991 +0.7117407738538453 +0.7104354569593676 +0.7402998027963565 +0.550143004460395 +0.5623070353357263 +0.3669379665605164 +0.36457578363020615 +0.27167533088431745 +0.1664611630533776 +0.325062417686344 +0.20499532670102322 +0.2790135236296354 +0.26434988663795167 +0.3783045074630528 +0.38732033754845724 +0.613561251159325 +0.6961886113103898 +0.619705132415645 +0.6529655041796322 +0.6750230528862765 +0.7058464336695379 +0.7060141932913814 +0.7067113575307266 +0.7061368607411015 +0.6992993433034403 +0.6998005735117805 +0.729054561734415 +0.4849793081872754 +0.49001097810790334 +0.3393027119033322 +0.3324100950205692 +0.27046186677778805 +0.20050417679793803 +0.29102861855298345 +0.20896388933235413 +0.30139752622814714 +0.1973063219061397 +0.3773621290052672 +0.3798443127483599 +0.5995837203682666 +0.6812141042112697 +0.6125110641340368 +0.6212670656546019 +0.6158761578464241 +0.6292513329169245 +0.6282781813531207 +0.6589177505018876 +0.6520451862612676 +0.6368341947727444 +0.6276655838743084 +0.6684308096808925 +0.4392442795007142 +0.45621721645717755 +0.3091747741559371 +0.3199226774060591 +0.3284218343816166 +0.1664611630533776 +0.3808941483177651 +0.16557009441307702 +0.3789670543784019 +0.1787481854811439 +0.3558107388876009 +0.3805095564437468 +0.6124462693426411 +0.6436546688586738 +0.6029526744206607 +0.6068463631336465 +0.6434041511374435 +0.6474610107737825 +0.6740708993607926 +0.6892509465807338 +0.7027081959914795 +0.7074375308716618 +0.7015514012861437 +0.7219167962608626 +0.46879815966907956 +0.46392124820197234 +0.32750747442867323 +0.332233225657587 +0.2838367060855732 +0.1664611630533776 +0.32263169782959394 +0.2026862411472388 +0.28903435281012246 +0.16557009441307702 +0.27287051205858215 +0.16557009441307702 +0.17963925412144446 +0.49508689479765067 +0.44348308733134345 +0.5451800246605812 +0.5441310009496996 +0.5458736275970925 +0.5445637429593176 +0.5455086197200657 +0.5544568763552201 +0.43723375324480257 +0.4361482263110991 +0.4366075452220163 +0.493744380776734 +0.5075285264818291 +0.23090314318159227 +0.2363776702415007 +0.2647877969135129 +0.27248931616270383 +0.23464000913752533 +0.20184793811639493 +0.23684612475177974 +0.2795725161240591 +0.23882735155488122 +0.25537933033155463 +0.23841946321250143 +0.16199126936625233 +0.1669265790341829 +0.3769782114297084 +0.24664981692989332 +0.3654979758939037 +0.2073455328584519 +0.37342908597663427 +0.21660809696416147 +0.3654017127261905 +0.17266677906777395 +0.26501966445771863 +0.15625106933266134 +0.30801909809705147 +0.19320185494370576 +0.26210360698573987 +0.2323360452285615 +0.26466594115066533 +0.22323933264656262 +0.2716025788629474 +0.24341910852072438 +0.2733410564572135 +0.2577847541572687 +0.41967924807106083 +0.41977740794072527 +0.6384514527538231 +0.6608379377103454 +0.6470145919217704 +0.6654650764233776 +0.6722195719841082 +0.6741039140976248 +0.6706917576734666 +0.6361410262998471 +0.6276291668199733 +0.6360303506416874 +0.6334584865987775 +0.7256291112231037 +0.44975207009968804 +0.4661464801436281 +0.31389249452302265 +0.32720440049380567 +0.2862967150171795 +0.2394773947080098 +0.3126983693609044 +0.261862824329581 +0.31139144180314543 +0.21190500129282133 +0.35502407192184426 +0.39048560765420315 +0.6046229789125791 +0.5975603161474307 +0.5918511064715222 +0.6035753174379533 +0.5923906100674802 +0.6204841768041528 +0.601321912286722 +0.6151230543622999 +0.6137181473536238 +0.6370513953661872 +0.6239922697325649 +0.7097884742153304 +0.4432957639933313 +0.460329009816784 +0.3138763994781822 +0.31968603855344524 +0.27997377062119333 +0.1664611630533776 +0.32265109112121243 +0.1693227266214435 +0.34461009969563944 +0.21505486377815508 +0.38799894490316233 +0.38662664320741036 +0.6026915345897336 +0.6283470149973851 +0.6223126493685189 +0.6211460904652739 +0.627866452263303 +0.6288589912393072 +0.6375701037506177 +0.6305236287112982 +0.6405997181638577 +0.6325302383574279 +0.6433795609162976 +0.7250892869844909 +0.460731799747145 +0.47233182677416735 +0.3183294036709314 +0.3303665832929808 +0.2819588663619707 +0.1664611630533776 +0.3229288060608893 +0.16557009441307702 +0.31961270896503746 +0.1787481854811439 +0.38057814143528435 +0.38160651763610737 +0.6019161907044609 +0.62787754860658 +0.6250442816375442 +0.6423570607052693 +0.6421438315791089 +0.6656623436049209 +0.6518638057002725 +0.678610487817127 +0.6742078009831342 +0.6633107909084648 +0.6447812820027861 +0.7469785445783317 +0.45737729494365836 +0.47372102747933326 +0.31956246071042316 +0.335973812498503 +0.24835667883188375 +0.1664611630533776 +0.3055575778972281 +0.16557009441307702 +0.28057715540381944 +0.1787481854811439 +0.42585652361246373 +0.4333412940938978 +0.7089088389742856 +0.7064843686156781 +0.7051007738411783 +0.7060359101858752 +0.705649523836622 +0.7052056839230273 +0.6767600757998853 +0.6763594842470964 +0.6690444536328969 +0.6644763910114851 +0.6549075406037072 +0.7526684445578142 +0.4819835500838312 +0.49273076985842107 +0.34452296632932566 +0.3557304290775282 +0.2821535096267566 +0.19139375754360707 +0.3169849689537204 +0.1988355089463212 +0.3435528129948882 +0.19877710503157678 +0.3733142387923285 +0.17801141255519115 +0.25606629979509876 +0.3434813001581989 +0.34060914251300745 +0.45935498800100794 +0.451231973079202 +0.47331318193987104 +0.4452111733010889 +0.4589917019499967 +0.45437487734064286 +0.31363268854784215 +0.3028287530073613 +0.3577182407957844 +0.36235541477277194 +0.3706004040706379 +0.282662500475351 +0.1664611630533776 +0.319044520616424 +0.1664611630533776 +0.30921691800134604 +0.1553600006923607 +0.30991695050095025 +0.1553600006923607 +0.2924942461464774 +0.1553600006923607 +0.285055623685391 +0.10384836407234488 +0.31925326140894983 +0.19436842175299307 +0.322419181733789 +0.2682573661312868 +0.34496225983409273 +0.29238556788220105 +0.27676461107780387 +0.3073152444166394 +0.2868563191718505 +0.28532424952630087 +0.2656125958727162 +0.22936146011414588 +0.2489733105711916 +0.22940237728173038 +0.2514760735611137 +0.22821928211694867 +0.25091562550226004 +0.23768666424549179 +0.266954925823795 +0.251599456070864 +0.3817015026361842 +0.3909390175333545 +0.6061469551713298 +0.6486860146723227 +0.6524169754587457 +0.6770208060829838 +0.6725207591290376 +0.6936372826858689 +0.6697893104773835 +0.6702777079258205 +0.6523428191487669 +0.6761326743296414 +0.6459371564385871 +0.7376614742532728 +0.4534495726790278 +0.4697583741115033 +0.3350401992894069 +0.360358003823816 +0.27997212907473035 +0.19976560968093535 +0.3166592790493664 +0.19878797298105605 +0.3148050210937221 +0.2119264366905164 +0.39075631531040594 +0.41446321792396745 +0.6367067555958612 +0.6551533332688175 +0.6743384340915755 +0.6925217117868097 +0.6844380577480458 +0.6929525489036503 +0.6885085111611966 +0.6968850485486582 +0.6899272747018311 +0.6894831234530377 +0.6721006289413665 +0.7539911505435514 +0.46743613802255085 +0.46207880000621665 +0.31445474433581116 +0.31643801672949384 +0.24490812854641536 +0.24686028892747153 +0.27815602024589453 +0.16557009441307702 +0.29405545254439275 +0.1787481854811439 +0.3532568919127738 +0.3650610913683036 +0.600982684309733 +0.5720491796883599 +0.606207101493522 +0.613707657592941 +0.660546951454963 +0.6681610097792036 +0.7052180788338736 +0.7058732109404487 +0.7084144669576374 +0.7059298059312913 +0.7056094856592267 +0.7580318915272372 +0.48538574033218956 +0.49448837613862945 +0.3384448957976895 +0.3495027626952869 +0.2550781486776169 +0.1664611630533776 +0.29555291770938025 +0.23177312199780728 +0.3243171859325665 +0.1787481854811439 +0.46572864973361533 +0.45670260412993596 +0.6882276934838539 +0.7046355845758044 +0.7040721498039457 +0.7058096487975778 +0.7062036718332796 +0.7099855707977736 +0.7140715678738161 +0.7085347339027626 +0.7082206566684287 +0.7098523046735506 +0.7104953526732947 +0.8020254758291405 +0.5316920776311078 +0.5216139474890351 +0.34751925749042445 +0.36079821435596 +0.32575327797350795 +0.18306714148487227 +0.3762677947528948 +0.19887352530168656 +0.3727052358549044 +0.2119292609820347 +0.3761726174621351 +0.3796211565520355 +0.5998516653865028 +0.6211453035441362 +0.6146959401079868 +0.608328184595906 +0.6002231343778215 +0.6203218560298118 +0.6121910709084667 +0.6275413648664275 +0.626291700435564 +0.6274173025300932 +0.6261145887640288 +0.7241681205273343 +0.44752348159199673 +0.47134069157329855 +0.32241372597454965 +0.33965646933363686 +0.33725960288508716 +0.1995991976652469 +0.3747106741336579 +0.19867405550552314 +0.3707182373619818 +0.19864340318276152 +0.3713914028200064 +0.19921809718907463 +0.39476282542527436 +0.33150760264297413 +0.33304291334492037 +0.4538757721754506 +0.4508576584667934 +0.45833935624996147 +0.46414682908758476 +0.4623853372568918 +0.46658249845287486 +0.3215287970063619 +0.3077354106895753 +0.360900133158864 +0.35153588251364803 +0.36240208973795074 +0.24191535654666094 +0.1664611630533776 +0.3115425849291897 +0.1664611630533776 +0.3088820652506639 +0.1553600006923607 +0.30726379296108564 +0.1553600006923607 +0.2873924721590541 +0.1553600006923607 +0.33704346867710705 +0.10384836407234488 +0.36916975988077283 +0.1669265790341829 +0.3201124353632903 +0.19313283482158533 +0.3356015134643158 +0.18397265314655417 +0.32382451833126286 +0.24938038364568796 +0.32859315859105737 +0.15625106933266134 +0.2895879881350419 +0.15625106933266134 +0.29660588579063957 +0.15625106933266134 +0.28998719852035126 +0.15625106933266134 +0.3021010788155182 +0.16557009441307702 +0.3588579968864868 +0.1787481854811439 +0.382541253160441 +0.3814786903003188 +0.6052501770815865 +0.6362070036862613 +0.6322896351312565 +0.6518675480394951 +0.6517159696055164 +0.6584968333548833 +0.6586076886969987 +0.6509933706587093 +0.643781478892971 +0.6425048330125908 +0.6375444106262006 +0.7227516479617174 +0.45497453343731353 +0.45159190275638544 +0.3038389112539506 +0.31258612896005844 +0.2884965448283145 +0.1664611630533776 +0.35985958743975355 +0.16557009441307702 +0.3783567425252247 +0.1787481854811439 +0.3664422416187799 +0.3729693675200299 +0.5890709578059178 +0.6100912313689227 +0.5995316584315317 +0.6105328424028821 +0.606468871509438 +0.6201538496896868 +0.5956768878619202 +0.6037177837965706 +0.6002369166126792 +0.6033620499769203 +0.591893825321105 +0.6930185157259462 +0.4236553390086777 +0.44219741818697034 +0.29773967709284277 +0.30857585803890153 +0.29040192289897815 +0.1664611630533776 +0.3213917414972465 +0.16557009441307702 +0.3202216341474243 +0.19203251489178105 +0.357510918420512 +0.3756144547041069 +0.6056282671551981 +0.5801668128774781 +0.5990430141923977 +0.5851812461883411 +0.59251152993941 +0.5888120117706758 +0.607682115714084 +0.5940898078451164 +0.6092220345139816 +0.5970392087674168 +0.5984759557285275 +0.6810554467143892 +0.41126754064917914 +0.4322578105698462 +0.26669539009168763 +0.27357058677327956 +0.2913712782473582 +0.1664611630533776 +0.3218497145696594 +0.2240731292277486 +0.30429250132494623 +0.23934567244473193 +0.35305490182703075 +0.37208611565662 +0.6054320494302962 +0.5782728180038477 +0.5950117891500571 +0.5858020454154504 +0.6076989737836436 +0.6010318355119229 +0.6043000497717906 +0.5979429042754477 +0.6048182462568705 +0.5988456713718961 +0.6026650680662221 +0.6741606823101606 +0.4170732077578242 +0.4323467200823698 +0.2602557267440821 +0.28987758043472844 +0.24840066276940298 +0.23854835182569106 +0.2751497940209411 +0.24576360327098495 +0.27033553100305224 +0.257548598362205 +0.32253224827997606 +0.37651840495999234 +0.5802020607539075 +0.5726415331148708 +0.5704755525651247 +0.5904891157194933 +0.5890869461212106 +0.6202245169737558 +0.6141650494669931 +0.6414775324995193 +0.6459123018715901 +0.6377681833561728 +0.6126282502381485 +0.6886450636601211 +0.41579425069292747 +0.4388597046659372 +0.28831363211928374 +0.3015466623578016 +0.2894624058693452 +0.1664611630533776 +0.33036594764865584 +0.18240366876944586 +0.3184160919442433 +0.2555805960774969 +0.3184332260026855 +0.26194679227270923 +0.35238207648783 +0.3046302892932243 +0.33660531058094245 +0.45106859581994757 +0.5007596726910836 +0.5249905477993341 +0.5430957573000651 +0.542398487415959 +0.5527276565871588 +0.41434463028244456 +0.38647725133480215 +0.42808863297670097 +0.41969523217158367 +0.4068006143755997 +0.23776326339721274 +0.1664611630533776 +0.2892842514049709 +0.1849590244078583 +0.2613848950816309 +0.23429605571790676 +0.26533491372075896 +0.19013898790598655 +0.28785829534280977 +0.1984867605463015 +0.35083848627567543 +0.10384836407234488 +0.1669265790341829 +0.3839919899132487 +0.1870317785168277 +0.37721333876818214 +0.23508816339461888 +0.3774070651312026 +0.2352241211271188 +0.3763556223016922 +0.17266677906777395 +0.33512242664375896 +0.15625106933266134 +0.28963789534685636 +0.17925206989054196 +0.2375279444968864 +0.25433599750635666 +0.2427486216104393 +0.2970959797897964 +0.24754926858797657 +0.2405026316268493 +0.26249311256227364 +0.4931498273539586 +0.5174988494617703 +0.7335339114480907 +0.7062189238815915 +0.7057784720389181 +0.7052410556718703 +0.7062859480559484 +0.7068811756453323 +0.70617325792752 +0.7052555038075146 +0.6964644028319854 +0.7011404286185982 +0.6723340785915615 +0.7695390565826693 +0.4908992009883517 +0.506165326086107 +0.3357268248008576 +0.3406427763576469 +0.28294108259429945 +0.1664611630533776 +0.3153974696067888 +0.18768170357373898 +0.3201740543869992 +0.21213647052186188 +0.3742925469519445 +0.3744062691991311 +0.5942135641191338 +0.6030375159026361 +0.591373195981586 +0.6000524047436541 +0.6008079028702646 +0.5941070851009539 +0.5863952638360324 +0.5975623931267047 +0.5929434105575605 +0.6006640240023029 +0.5898565433134706 +0.6872911241406081 +0.4212487252672574 +0.4413849229171619 +0.2941299537381172 +0.31205872939176893 +0.3383457196181582 +0.199584979265037 +0.3743206919769291 +0.1986725871389929 +0.37333873480815516 +0.2118134574989731 +0.3525152740028556 +0.3907361957793042 +0.6045435879973681 +0.6014636802022317 +0.588831960092319 +0.5960463433065756 +0.591673063586876 +0.5994786107162923 +0.595316190033695 +0.6033510295143835 +0.5954496612230846 +0.603298395510366 +0.5954038752091324 +0.6898473929831989 +0.4245692405271523 +0.43956110641124935 +0.2939617393685844 +0.30275739657593476 +0.28474549150720935 +0.1664611630533776 +0.32178493476533393 +0.16557009441307702 +0.32322562390018894 +0.1787481854811439 +0.3810151310573867 +0.3807358092660562 +0.599052115877138 +0.628010855874842 +0.6254205934797997 +0.6403687027911837 +0.6323089663728408 +0.6206722988429425 +0.6124840605821779 +0.6146401129602277 +0.6066149220780604 +0.6145639683819013 +0.6064618013802628 +0.7043989055568023 +0.4275681882730549 +0.44870107590261693 +0.29876341926724925 +0.31464103839213303 +0.2908048013735398 +0.1664611630533776 +0.32195101578879787 +0.16557009441307702 +0.32032783913600216 +0.1787481854811439 +0.42456489688280863 +0.4349910569179433 +0.6636482645616373 +0.755505157949612 +0.7048107140906991 +0.7066344960040972 +0.7053560896517437 +0.7051287412884625 +0.7060942292709647 +0.6704688398524932 +0.6426687309456045 +0.6545893410436832 +0.6460207943378107 +0.73838218573795 +0.46005208765992167 +0.4700040226270561 +0.32704976944734654 +0.3347062589968665 +0.34422550416340875 +0.1664611630533776 +0.3790515234736212 +0.16557009441307702 +0.3764114015901813 +0.16557009441307702 +0.37700252231247366 +0.16557009441307702 +0.30092995732516364 +0.40511933727415156 +0.36033523983470767 +0.4538744236137097 +0.44330748378417195 +0.43888559465125454 +0.4436606802334877 +0.4425505261648116 +0.4530767675165874 +0.3081700306129224 +0.3057688827407607 +0.35283994041498956 +0.35507051304299875 +0.36828497020306034 +0.3268732992038983 +0.1664611630533776 +0.3801021778343241 +0.1664611630533776 +0.32135278969628084 +0.1553600006923607 +0.3683664632029638 +0.1553600006923607 +0.3283109904850357 +0.1553600006923607 +0.3411402263012368 +0.16199126936625233 +0.3682490159335659 +0.1669265790341829 +0.32087598794958583 +0.24185648241247942 +0.322297662527009 +0.1669265790341829 +0.32803705084067253 +0.1669265790341829 +0.3289930541013512 +0.20422326825679027 +0.26203684143897715 +0.24643311834357737 +0.31156701464978265 +0.24553019719942235 +0.2617989859442884 +0.26967990223173754 +0.2712769349842233 +0.26481854260274534 +0.27137701030676903 +0.30379948459682266 +0.35589665900037 +0.3685332903184877 +0.6015010831501997 +0.6259332358834472 +0.5817791726309713 +0.5717548196125534 +0.588012423022431 +0.5803518973643899 +0.5907753282661028 +0.5801644297610828 +0.593918748292238 +0.5769786270774866 +0.5817203075369917 +0.6558626329517697 +0.385905771833448 +0.42052616035604473 +0.2604205913599595 +0.3064650541315927 +0.2799783431947804 +0.19953470921845906 +0.3129163064020427 +0.24794370328249155 +0.3101098042284616 +0.2786442776961914 +0.31889314748827047 +0.3828251924758233 +0.5840596692822287 +0.637633901595447 +0.5667497196275857 +0.577429892576309 +0.5622062452405405 +0.5755402154391481 +0.5622779430435118 +0.5760192488415736 +0.5623844493731475 +0.5758034767541155 +0.5608596141598242 +0.6638259113158635 +0.3843954530634781 +0.4434092589733757 +0.2611507907830714 +0.31243852777024456 +0.3420209338293292 +0.20425977708029636 +0.37190405819891176 +0.20335062881008278 +0.37397125950016713 +0.2165291357544165 +0.3192315159695449 +0.3827830192241303 +0.5589368265620639 +0.6325385482823427 +0.5598234269049701 +0.5746174479483332 +0.5607505616694217 +0.5751079694431036 +0.5607021628239202 +0.5749608704671718 +0.5599180478168637 +0.5736609605793322 +0.5590075720637958 +0.6631951169950512 +0.3805915569123386 +0.44411408911999295 +0.2611734614653034 +0.3132544231678674 +0.33982729130276845 +0.20388970767554537 +0.3266389926844353 +0.20302362926301482 +0.3606223272790231 +0.216182181569773 +0.3196814952501182 +0.3826034465192098 +0.5595476526519881 +0.6299085718744725 +0.5308359520447921 +0.5725689210605863 +0.5304694601702004 +0.5739699578334678 +0.5603462540482751 +0.5758153644720971 +0.5609563988483489 +0.5745197480690273 +0.55907246805258 +0.6626310707072144 +0.3805678345557055 +0.4390979093119084 +0.2817629415854721 +0.3078078699436194 +0.348329814480934 +0.19932270213110884 +0.3768877831363267 +0.19837006954191655 +0.3753392025051382 +0.21150770245301814 +0.35184171478111864 +0.3772534204457405 +0.5928917212791376 +0.6237148230391233 +0.564812744604184 +0.5662051749615888 +0.5657070489485339 +0.5670552159359933 +0.5662498148438574 +0.5689835093295246 +0.5684760902213452 +0.5721928487979461 +0.57049850341066 +0.6615588847156617 +0.3847158287454166 +0.437956463589117 +0.2933896096949423 +0.3071566972806891 +0.35008029891002895 +0.19944759575426776 +0.37898185304446913 +0.19853751097186 +0.37496744498418216 +0.19847161471859712 +0.326096502620786 +0.26146166339229077 +0.37900110684329036 +0.37933446961841605 +0.3188570234227919 +0.4179619440019108 +0.4123687611769017 +0.4086958102875381 +0.40637764335087767 +0.4062592529065777 +0.41473983269899256 +0.29432320171553705 +0.29490730515554414 +0.35226830892353295 +0.35288424352949355 +0.3616379419110415 +0.33295189022245025 +0.1965223129308358 +0.33117619254910396 +0.19575181181247395 +0.31929975858307763 +0.18867300895403197 +0.32044552952190447 +0.22083963184694158 +0.323386668698342 +0.18703110784356103 +0.3322078793595829 +0.19400676963554594 +0.3707941500792883 +0.19905090261494607 +0.3799332353277364 +0.20323210048516396 +0.37868807112435976 +0.19966863523089928 +0.3779152702472726 +0.2015433099634722 +0.38159657295664395 +0.18894594533846687 +0.3222798029108367 +0.19300577319465562 +0.3470664656655018 +0.22184044143587509 +0.32315869039761436 +0.21064107262348597 +0.33205274275172625 +0.23540486050977147 +0.3629010285153656 +0.24188940182253896 +0.35273803895646294 +0.3781820581089269 +0.5936414028022763 +0.6236946813930031 +0.5653749066413216 +0.5660745825773049 +0.5652673516199157 +0.5669462265236026 +0.5656821626444446 +0.5672789390469464 +0.5657493486498207 +0.5672458957434159 +0.5654920713144358 +0.6567976899980592 +0.3808040844346334 +0.43640668489429835 +0.2615402504755212 +0.3117441311847888 +0.33546589355857176 +0.20395974835102876 +0.37016931110965995 +0.2029087658336509 +0.3386254928096978 +0.21600035150743913 +0.3199486398834369 +0.38251393605442957 +0.5597076102625982 +0.6297822944928151 +0.5306253390301917 +0.5729462822459862 +0.5595931561206421 +0.5736733840569344 +0.5601555499984507 +0.5752619875056064 +0.5650122154749955 +0.5799582199696516 +0.5772085265378318 +0.6829757151395403 +0.41122284331691517 +0.438266467629354 +0.2605864927255241 +0.31294990171824966 +0.34022659372039965 +0.20442894305764872 +0.36553567862958736 +0.2035104652478201 +0.3726571428960742 +0.21666703647718505 +0.3499169604592262 +0.39376504270529017 +0.6049549429859025 +0.6595900384040767 +0.5888220410449962 +0.6101288634424153 +0.5957462611550168 +0.6102964752556922 +0.600376375690313 +0.6105584627051216 +0.5958270509338928 +0.6102386140283433 +0.5956264263871812 +0.7047463625359938 +0.434433945325001 +0.4518574431052991 +0.30884515985211897 +0.3273322553625507 +0.2848759318058301 +0.19973902078556813 +0.31651214147069295 +0.19883064911079645 +0.31574073211562503 +0.21200538025984458 +0.38143907377760033 +0.3857742465072808 +0.6114145488187687 +0.7011405630256995 +0.624844358271553 +0.6362298753568626 +0.6269504523530517 +0.6268939399755182 +0.620235277134235 +0.6277769454963184 +0.6306179516089863 +0.6207650985572123 +0.6121718591698515 +0.70301263057109 +0.43598603595091096 +0.4475213575004936 +0.29689842913361186 +0.3090874610755276 +0.2822656247765455 +0.1664611630533776 +0.32513079875868395 +0.16557009441307702 +0.32144169733992445 +0.1787481854811439 +0.3673675422981952 +0.35299405461498007 +0.5811319138053466 +0.6610318258245685 +0.5914739775680967 +0.5995130618926527 +0.5918793553957993 +0.5999636821537279 +0.5960108099455901 +0.6010656631574756 +0.5961131060275532 +0.6041126534248905 +0.596065566430691 +0.6892948533183759 +0.42486206592292713 +0.44338961087359224 +0.29734568792560423 +0.3090161688378958 +0.28134884123392323 +0.1664611630533776 +0.32221853356466257 +0.16557009441307702 +0.3235542818535419 +0.23308174948942428 +0.2788320142673334 +0.24553720776759846 +0.37550979134615914 +0.37807340175610127 +0.33113258357393605 +0.43131278271903184 +0.4427467044650772 +0.45266347784479405 +0.4651678393082116 +0.4735018166608849 +0.4678316641349536 +0.31783959859372735 +0.3041762231044474 +0.3609597088558423 +0.35897398449207363 +0.37068309157962215 +0.2854723549094759 +0.23544955442836515 +0.3177164319795819 +0.25637590600140336 +0.25666839805384734 +0.29305806663932626 +0.2565088568961162 +0.2441991241743696 +0.2559860900622609 +0.2734761887863822 +0.25662822019464454 +0.2502871345526143 +0.30827333652039174 +0.2571231039673227 +0.31756189575314187 +0.26220108539429826 +0.31942211166505285 +0.19409886319174224 +0.3211345215309952 +0.1669265790341829 +0.3239776120328959 +0.23211390996243558 +0.2600345968112818 +0.26734731929366456 +0.26196276531157825 +0.24456986844594675 +0.2616341884438911 +0.244587137023748 +0.32066992209925294 +0.2546114773042796 +0.2981162948880343 +0.2681706192053087 +0.3625637069491838 +0.38371362558791067 +0.6213106575431003 +0.6462365030922426 +0.6064433511603522 +0.5925125052176523 +0.6070023487309438 +0.5925690076225872 +0.6217187109726574 +0.596093495197912 +0.6153808441920114 +0.6005375715003864 +0.6217625886095234 +0.6903925912097577 +0.429507512053085 +0.44491362175216626 +0.3021082358952409 +0.31232129643623663 +0.2919485138999598 +0.1664611630533776 +0.3194395575286567 +0.16557009441307702 +0.35776177931053105 +0.1787481854811439 +0.3575764916419086 +0.3877376723011236 +0.609503219765642 +0.6445959316269142 +0.5899715158871676 +0.589072047125005 +0.59031331997716 +0.5892564781484989 +0.596978349724246 +0.5956483334312318 +0.5970323578718701 +0.5931211595999467 +0.5967773899047082 +0.6792999466555169 +0.41707809957123726 +0.4390913185414085 +0.29649827604432544 +0.3070049377164499 +0.25392371021504934 +0.2277689036001196 +0.27667910808108026 +0.23904798093019733 +0.31493594245112494 +0.25123750409877343 +0.35367071940031974 +0.38379628360050916 +0.6076113062531888 +0.6450446557779912 +0.5902565999090306 +0.5989416850411707 +0.6039028091452378 +0.5991019313635412 +0.5905739874053527 +0.5894454386129573 +0.5905700197328255 +0.6195109611237135 +0.6207575077907629 +0.7033962526065392 +0.4343566095341352 +0.45452856832041755 +0.30299390118019603 +0.32035844190119445 +0.2844183099700414 +0.1996393833013781 +0.3141991140433642 +0.19874796085036425 +0.3173840520470111 +0.2389302540091704 +0.3508397332358497 +0.3874427015352354 +0.5993162888020255 +0.6529447368282202 +0.5826613425693171 +0.5970272949693474 +0.5830564589832263 +0.5901804758647028 +0.5827806502794688 +0.5903953772777873 +0.5841409231933792 +0.590392659275689 +0.5895378940032286 +0.6772487810785534 +0.41170377228988525 +0.409835456451518 +0.29340066701341616 +0.2739734024631194 +0.3472470855819081 +0.1664611630533776 +0.3752904979107272 +0.16557009441307702 +0.3754346728193862 +0.1787481854811439 +0.35738470009215534 +0.34405366668307424 +0.5989961328985144 +0.6130857799721385 +0.5786112018406483 +0.5695048142223276 +0.5879704096068027 +0.574610939728914 +0.5878572951418669 +0.5831437934347162 +0.5969536459836912 +0.5798920397167654 +0.5904568944164398 +0.6644604699440082 +0.4204883934360291 +0.4046416026116237 +0.2950352540671956 +0.2739150288539412 +0.3512261067687749 +0.1664611630533776 +0.37925537689074496 +0.16557009441307702 +0.3778727922050959 +0.16557009441307702 +0.35211420553405953 +0.16557009441307702 +0.3864871532375934 +0.37230411976910854 +0.3368623009387499 +0.4257143746305337 +0.4460367952713643 +0.4358956468934666 +0.46101394727463935 +0.45224484504081 +0.4836464643803025 +0.3172857777274163 +0.3119247973682581 +0.36376681445541337 +0.3685237189597519 +0.3766487965727027 +0.28149050866790093 +0.1664611630533776 +0.3484528647583052 +0.1771793376678797 +0.3364654661306279 +0.18770632717788802 +0.3475851979435846 +0.18770812510216267 +0.3180665710054403 +0.21451639805611525 +0.3188690136474092 +0.2099902063688873 +0.3286874822305908 +0.25047866717928574 +0.268763879602056 +0.2571731547158599 +0.2707735412287424 +0.25062517427701786 +0.3203630430824234 +0.2525709151544594 +0.33386311066362917 +0.23730947419966253 +0.25755222054099386 +0.21327657010902923 +0.28322711495467456 +0.21318371098471794 +0.32040925605168596 +0.20062333976876276 +0.3293882458964853 +0.23616807793127753 +0.31944713841096145 +0.21103744844999972 +0.36308464571492616 +0.3906369602749971 +0.6042136090877804 +0.6371191240090616 +0.5757495806099111 +0.5701434364598392 +0.5718131126788267 +0.5680767327014393 +0.5681163964463787 +0.5671509351466444 +0.5676362682687746 +0.5650695236075861 +0.5660916900132229 +0.6548954368531872 +0.41484907048577013 +0.43822621611076873 +0.2951744160056632 +0.30749362874561637 +0.3299487370337797 +0.19854939516926923 +0.3457841962231026 +0.21291019475717976 +0.32104877192800835 +0.2328389827033223 +0.34975510258014836 +0.3783655966586399 +0.5891947468302335 +0.6233390562720996 +0.5612003090931487 +0.565184569034254 +0.5646935343251649 +0.565274506794637 +0.5654608840393736 +0.5653057052056835 +0.5657620140684344 +0.5650875837217242 +0.5656753151766801 +0.655109687249103 +0.41482304635255257 +0.4382229315616372 +0.2950584402956421 +0.3076855746443852 +0.34570992074065504 +0.19858682057319038 +0.3251901706292701 +0.22811868695705265 +0.32942860125110557 +0.214885752722747 +0.350500334090947 +0.37779765440999347 +0.5922201964959287 +0.6230830152417798 +0.5650663421808361 +0.5650947879955812 +0.5662101068915424 +0.5652474277308974 +0.5665979314309552 +0.565326993672775 +0.5668265909672695 +0.5654086493786591 +0.5663678022774458 +0.6549682316157197 +0.4149685510781934 +0.43830183712047643 +0.29506102971605613 +0.3074263518406821 +0.3481736326246574 +0.19865329968540163 +0.3764314794314342 +0.197758544459368 +0.37430350521165723 +0.21089504056127892 +0.35262428362200676 +0.3772199893643924 +0.5933950135335989 +0.6233230108414414 +0.5657724073144196 +0.5654094331297077 +0.5660506643852221 +0.5655033987594934 +0.5658725668257911 +0.5653811985345456 +0.5659670500853354 +0.5650810784122345 +0.5662490950540187 +0.655389422214191 +0.41515493916073826 +0.4382408990473593 +0.29509301945041666 +0.3077591008873965 +0.3354275779196835 +0.19861083513754185 +0.3743578776187157 +0.1976944974287937 +0.34825053534172384 +0.2108673277816491 +0.35236895668786383 +0.37660445876913545 +0.5928535852929903 +0.6229831010839346 +0.5654262587214054 +0.5654039720577703 +0.5673609232663788 +0.5675700975062221 +0.5671050297536062 +0.565771862824688 +0.5730155662591069 +0.5728167523269937 +0.5733549060030946 +0.6575664866103158 +0.41415751695920117 +0.4045454900366526 +0.29377336200380383 +0.2846052138122935 +0.29643268214452284 +0.1664611630533776 +0.31893420877513395 +0.17884307634551813 +0.30972317753419104 +0.16557009441307702 +0.32071991299041874 +0.2635920500574745 +0.35859153538249816 +0.35917731813919407 +0.33101469835329195 +0.41672697256383867 +0.43284866402972605 +0.4197608848702238 +0.43625426260234174 +0.4225656485383782 +0.4458016167904532 +0.29493252909852313 +0.2957224725760653 +0.35068473103504944 +0.3537220501929001 +0.36164067011524176 +0.2771056986575066 +0.1664611630533776 +0.3221358195138536 +0.1664611630533776 +0.3120247284462987 +0.24648127972681622 +0.3013557867946071 +0.24549984483499215 +0.284944090164821 +0.24543527425247255 +0.2775580292627947 +0.25170996785500027 +0.3127093765460931 +0.1669265790341829 +0.3238630894344675 +0.1669265790341829 +0.3236425292715424 +0.18769864927328833 +0.32461094096162046 +0.1669265790341829 +0.328082714196994 +0.233317098981256 +0.2609509204536513 +0.2452557436362087 +0.3110613680009512 +0.24578583129941706 +0.2607633328355933 +0.24506182660778572 diff --git a/example/run/baseline_scenario/opendss/profiles/load_9.csv b/example/run/baseline_scenario/opendss/profiles/load_9.csv new file mode 100644 index 0000000..8f4ade6 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_9.csv @@ -0,0 +1,8760 @@ +588.9370774843087 +382.74209532993393 +588.9621247968604 +383.1501185577439 +590.6093540562043 +382.97993935964735 +592.0908331060408 +388.970705910433 +660.5859128020452 +614.6110629458991 +660.3360390172238 +618.0537002919145 +618.3741671560023 +662.3302072711214 +622.9468195501006 +625.8843600850383 +480.60087586526515 +393.61027549753766 +591.4848940166876 +385.1852897453595 +591.5777149787242 +385.5110084515811 +592.800630959559 +385.5301025378539 +616.9041916552676 +410.76406455751015 +616.3700198859583 +411.89108258880384 +617.965047694203 +410.743707815386 +622.4513760476837 +760.2861714225744 +982.2264521226011 +982.9786179561054 +988.3249880624841 +995.1769121221959 +989.2711530165358 +995.1673194099642 +993.055401286111 +991.705667199051 +697.073013476568 +702.6352830592218 +694.1859297248704 +693.7334257697983 +684.7364953968199 +686.4893946431894 +683.8641584542207 +413.37250667868454 +618.0413329036459 +411.24736979616574 +616.6618393580859 +410.7627488490868 +616.5047845225738 +411.9401295396268 +622.7666570126569 +736.3618166292887 +949.9893665612416 +942.4173295394895 +953.0227778874337 +954.2188234707879 +950.4746111880465 +948.2299956664046 +944.8555790065072 +941.2693925300731 +642.8393610671412 +650.3724933868502 +640.3193288817877 +638.3280745668128 +635.6018745577124 +637.3833243097152 +691.7145216028682 +413.27312558096446 +616.4627890905736 +411.62222687262715 +617.1212525834394 +410.8124915945074 +615.0329903633029 +410.8395818313605 +621.7609307197716 +685.4651706701997 +919.9442858725591 +924.7129938613953 +940.4632937227307 +948.4690199694578 +941.171197116418 +954.4095373458819 +947.6288567841378 +942.4072102956919 +643.2079575620146 +653.0898480613245 +641.0876819277389 +644.6528206456446 +641.3902162408086 +641.7037817455091 +691.2579607278321 +414.3565635930501 +616.9352866498341 +410.7556655086486 +616.1162317846852 +410.89072677791506 +616.1832078068038 +411.2621131938657 +620.9290318739802 +719.70980706144 +936.8796692970069 +942.5884820300615 +961.3640315797302 +972.3049143996869 +972.3281136198391 +971.5407201320816 +971.8382584909816 +959.7321947008952 +657.0286564127157 +659.5901268868477 +640.2346055891145 +638.4878083981545 +645.2937321559361 +637.2553217119196 +691.517187218433 +413.325216533238 +616.1919477174831 +412.05130694969915 +615.625514781725 +410.84578931050083 +614.5795135823706 +411.1399336500985 +621.5318355778436 +684.7467658732146 +921.7480232225943 +930.1022134064353 +950.5002238357459 +963.1739719487114 +965.4624623423204 +974.7783618467835 +980.7064355455866 +981.2539391503227 +673.1393291362364 +676.2989664036797 +667.6316702597225 +675.9211463269514 +685.0472526192841 +685.879993474604 +687.4739434552907 +414.2304921786852 +617.3573179898746 +410.7205140040297 +616.8684622920554 +410.8785908598408 +617.6927809601809 +411.1084694781152 +622.4452028431863 +633.9169728666892 +790.4906343449422 +782.4231306389705 +779.3746237705442 +772.6994409074206 +770.9025154272085 +775.2319181831548 +766.7791001291632 +765.8363207769551 +764.763330685843 +783.1404715158766 +531.6414417458305 +532.9044521172029 +413.27606172047996 +617.8070494653413 +413.91525170176806 +618.3183539929379 +382.7371171556031 +526.2444091945882 +382.75969108293094 +527.2104028236423 +383.47422629937176 +545.3790622488308 +385.2792562507841 +539.4075051502679 +568.2825823826162 +602.5380526071392 +578.0291803524019 +617.4346741855694 +589.6189276762016 +625.2922520632031 +585.7353529536944 +629.0463085372628 +375.08739319715704 +504.00373599807375 +385.2996861487444 +589.7711881099821 +386.51859007249243 +519.5922996595648 +385.29498341145745 +509.1272265973452 +411.35572489004625 +616.0574030717698 +410.90238379729743 +613.6982952352928 +410.8754945484478 +615.1702220592769 +417.55697783393435 +752.2328116501485 +929.9873623591212 +925.1652628934751 +941.0451314247501 +944.5011096740951 +950.4566356429158 +954.5918577267149 +952.473523619292 +951.2504658790158 +652.0343104250105 +653.7107926694008 +640.8965337598253 +638.8688174680079 +634.3220826176598 +635.6071333665977 +688.2911128769796 +414.2148319957257 +615.9443059617715 +410.8798516009186 +614.7373530105014 +411.1008399174925 +615.7900534798549 +411.21508268145885 +619.639151901158 +685.1421315161421 +923.6784860492284 +933.4890198190019 +960.7524086454853 +971.4833298374116 +981.2872091883467 +979.9572270992669 +989.7924987490485 +987.7687521418914 +692.0529470091988 +692.6081438987812 +684.6003275711375 +701.4563809267231 +706.9808670325617 +707.6106402026078 +684.7708883785556 +414.2411141064216 +617.1147321990903 +410.808534598807 +617.25684667094 +412.0905325303125 +617.348958351973 +410.80908223159224 +416.6728216248223 +836.4120394951453 +1045.6877629834275 +1049.0095240119738 +1059.0095907792156 +1061.9954517879753 +1060.3411428826705 +1067.9824109044769 +1070.1549339770938 +1071.6935213437405 +766.3866774729746 +776.2920594557313 +749.2220465212839 +726.7596982807711 +718.107553738573 +710.4635355184846 +685.2444965606359 +413.2395865659797 +616.5730677435455 +411.03645382030584 +616.3005777386292 +410.9750774928008 +614.5625944024822 +410.81612503378324 +573.7682550150112 +691.3098913324434 +921.3635148219086 +924.1899321097463 +930.4144522645834 +932.6531746136747 +931.5267208227845 +945.8925853418339 +948.3286055673356 +941.4802335370617 +642.7439890456807 +644.4123892068754 +635.5991241020853 +639.0907982670443 +636.1812176679648 +638.0590833932063 +691.6620748307315 +413.3283837190008 +616.1982299538789 +412.1242891028549 +615.6106617773714 +410.83332107961326 +615.1598647317417 +411.677136934688 +621.8928736432077 +694.8374050032237 +937.230545220382 +942.302281894222 +971.3228840292038 +988.8545598294507 +984.4708738358386 +1016.890088894044 +1024.5936470652591 +1023.5242013046005 +720.3820278073777 +726.3835047071949 +716.042529353419 +715.2824089400901 +715.4673913712317 +722.854199404559 +683.920443451696 +413.31793491197567 +617.9988316865849 +411.5595387471833 +616.9859736106494 +410.822002322867 +617.6842263334638 +411.93691871701185 +416.67894279236594 +683.5272211647964 +809.8257778977414 +809.4634334834976 +816.1159215538717 +819.994699594968 +818.5339295436188 +814.336914992669 +818.1746522833273 +811.5086022720858 +820.0999429789678 +798.720001834821 +556.8803575868717 +527.1005000751651 +413.2702994049708 +613.1766925651701 +413.9758314861353 +620.9282322443682 +382.72429220591744 +588.8966840297094 +383.0775710932601 +591.3768463790258 +382.80511330790273 +589.9965551488091 +385.24227926013407 +597.4510613923942 +619.6163112522107 +671.2986742884958 +636.8862570789858 +649.186498758585 +648.1878959722733 +657.1457621037963 +662.5894398054974 +662.7618258614125 +471.39261768780585 +392.4831297832238 +581.1353069712477 +385.73074063336736 +591.9615226591078 +385.20119783374946 +592.4711353002726 +386.03742259209577 +617.3732353669457 +410.76711025599667 +616.9909645621029 +411.88160807746635 +616.3822097937442 +410.7580089808872 +622.6213102173698 +756.3129710552754 +980.2516489948923 +988.2550303034006 +1008.7559150153614 +1019.3619530649156 +1035.2764639852078 +1050.8312693737385 +1065.876299205279 +1061.9535681958266 +753.5721133883839 +749.8203091149247 +734.3368653712339 +739.1837691258604 +736.6267368706865 +726.3175101500776 +683.9034229724712 +455.0009113586707 +606.8589806233705 +476.5234906488016 +609.0638690087997 +481.3995219512098 +612.1382570166159 +410.78574226662766 +417.0534280238277 +850.5153334612037 +1065.574430293043 +1066.809199899776 +1070.3700671254933 +1072.8705517156916 +1067.0691836583323 +1068.4151281844756 +1075.1887972268253 +1074.5572618417264 +768.4629244031357 +776.0453619620907 +767.053524444826 +763.0085872898527 +742.5991696018052 +745.3529947925971 +690.2131004391708 +446.97675896476983 +606.7053916952018 +475.886968040985 +606.8989155449702 +477.1855008212302 +606.595602716063 +410.7920503481024 +416.94040468519273 +834.3876660788709 +1024.3069830184215 +1022.8619021663213 +1034.1471213003827 +1030.9513103443583 +1027.8856440687473 +1031.5000254179288 +1033.347375624805 +1032.2485697206487 +720.6639466284581 +730.4993291496512 +720.134643150644 +716.8057350631233 +711.8587398411121 +711.2918699964711 +687.9910102975399 +414.68909388487805 +617.4719618888158 +410.80252469161377 +617.1954307507831 +412.21212574564055 +617.2570543045583 +410.8007142613873 +622.8982287048285 +777.2093441596483 +1006.4116637087382 +1010.2306754447546 +1014.2894639081645 +1017.5354266148491 +1021.5393673866045 +1019.7041409064504 +1018.6171035451825 +1017.2483184622645 +706.2294984366766 +714.7762659493529 +703.5732410948984 +708.032674881996 +704.0768673562212 +704.5074875471456 +683.3125137616375 +414.54045890360874 +617.6315709836184 +410.8059286404222 +616.797227308002 +412.02070929184094 +617.1508444168282 +410.81046893806644 +622.4434442322512 +756.6485878431649 +986.2424650738946 +983.6788400280989 +984.650191796265 +1003.371798117058 +1000.8711031339441 +999.8473442968489 +1011.6108191357748 +985.251392532684 +689.9473599230141 +691.0705080697487 +681.0896281457754 +683.9270601931049 +675.8146254246475 +677.6076795087226 +687.3619388811451 +414.18081519503454 +617.5368927958046 +410.8312355978625 +616.4315115339564 +411.7041466325225 +617.2473991031738 +410.82484673572753 +622.1631885581115 +596.6093319493251 +755.0360264704776 +765.8912854718075 +775.1531394333973 +774.8540827450223 +773.8779446412548 +775.2741785239529 +769.3388193934935 +771.371918990891 +771.4452010171574 +767.8272319145168 +545.1437557131954 +518.9739913164137 +478.4030850137491 +609.7089827646861 +477.73792229168606 +608.2296671216229 +447.56385866759763 +579.2973417902854 +446.6397228062238 +578.3609706740841 +447.2915345854866 +579.4102190638176 +448.9420967722471 +584.5610061328524 +653.9921674747633 +615.7710565693626 +666.6163612755535 +629.9748808413992 +671.2891394680332 +622.3039412513995 +663.8504950161064 +626.3950050007511 +456.134563381768 +393.24978831643887 +591.4356465214977 +385.412963080301 +592.7602751853719 +385.3837300192282 +590.4980555643036 +385.45860328159057 +564.3401911711715 +410.88490811018977 +616.7428575025531 +411.1232413771259 +617.4926736784446 +410.83542609762367 +621.0250057424317 +726.3620231449972 +938.492051040754 +931.2001979835503 +945.6429855740137 +942.7926897933371 +943.5280076362321 +938.6103239788961 +932.1181816361319 +928.6714412167638 +633.8938346833617 +643.447604422254 +634.0615543337525 +637.4643706718981 +634.3882832321892 +636.102275765681 +688.0851746349014 +413.44716019726684 +615.1182939019152 +412.1329168735103 +613.7478759032847 +410.98863499587725 +614.5161939290189 +412.0082835257836 +566.1849010502198 +685.2259984289924 +922.5747755093802 +922.8037368427069 +931.0169656175989 +932.1222833328812 +928.5164273839121 +939.1337312198434 +942.4480553131681 +935.2084668134529 +635.6543504177716 +642.8881637653101 +635.5873064990732 +638.561441990608 +635.2389796517447 +635.6312387301841 +692.6772817453491 +414.2005666880439 +616.5059377034615 +410.8751878981717 +616.3704242922241 +411.55494451180294 +615.0601695169787 +410.901271048669 +622.2125873823612 +685.1572496261902 +926.2810792241721 +927.5427344005714 +937.415021415444 +942.5139417049112 +947.1481311217707 +951.5966187532835 +950.4381242666765 +953.0431423635166 +653.474790874411 +660.4947792577316 +641.9083990268429 +640.0925751098886 +642.1040511040609 +638.2580453736554 +691.515486071373 +414.42746744448345 +617.17363858921 +410.9012416730568 +615.2318224900131 +412.19870594148597 +615.5123728588898 +410.95162270807896 +620.1586565972553 +721.2023660998341 +941.1197262700318 +943.5555838941707 +957.6839608355955 +959.8956380790873 +959.6686474863043 +963.8681579006868 +961.9173422591141 +965.273274643493 +666.2886241990103 +676.5268955923835 +667.4088036301702 +670.6980664305032 +667.485074601111 +669.7169931806246 +687.4701123527212 +413.3198354742552 +617.8496025223824 +411.4084751882093 +616.4210618042703 +410.8455458590331 +617.9063822461725 +411.168643822865 +622.2806243731469 +737.5836112370126 +955.5425087352594 +956.3059873744817 +962.1716016438634 +972.5442632001248 +964.2496120923587 +968.9708623530541 +972.3080032761469 +965.4599657881181 +670.8556799206044 +676.0713422470174 +667.774408526676 +667.068698361018 +663.8104716870763 +668.0108967896875 +692.7184249044511 +413.8113640709929 +616.6648536851442 +410.9080158003845 +617.7641957655239 +411.07166455982394 +615.2164090744366 +411.2395966270033 +622.2998943643528 +562.7352696943203 +708.8782410501434 +719.2068041675392 +731.0826490126778 +734.4018944803354 +731.4871748644853 +733.3324346333319 +731.3334177784525 +730.1857352784956 +732.035251365308 +747.092536049507 +495.66170779804196 +553.3334949469102 +413.76626552597116 +618.7241788119734 +413.6596945925744 +618.9852518921228 +382.9449797563812 +586.346288926288 +383.4058306626837 +587.2423755489131 +382.890895735025 +586.0038504520322 +386.2482247640657 +593.2752196202875 +562.7684825609118 +605.5965204684027 +581.3134702529745 +626.7454405013541 +584.4932745719306 +622.8797680342285 +584.2201330248183 +622.681468195666 +417.458995700314 +457.39332412652436 +579.8731433488932 +447.59056385283145 +546.9913468861206 +449.5552071877541 +496.9654296308318 +447.9013527265739 +604.7951481351247 +474.8889282545655 +604.3091805127472 +473.5198895533598 +605.0275541418451 +474.47778797885155 +610.2166664244584 +747.802596434097 +929.5248805914262 +923.894721113966 +931.0084880226088 +932.2101695977155 +926.9125878766622 +932.7738430324728 +930.5566398367332 +927.8339414221493 +633.0797939113445 +642.6278150175647 +631.6612839682965 +635.4443205581886 +632.1879940147694 +633.3906147752335 +691.4319608230772 +414.94729874886116 +616.2047140495008 +410.9579552804218 +615.6371142887343 +412.273455869619 +614.8127403006554 +410.9698973394871 +621.3828906644382 +685.7811778403376 +921.1320831769232 +923.3973745183141 +927.7792816365253 +931.1680243513908 +926.1298438958651 +929.6086633211673 +927.7785746742527 +925.5272888924355 +631.414363627909 +640.7803381825134 +632.3392803746681 +635.3862795203434 +632.2708678794831 +636.9019724054633 +691.5996994786963 +413.33437522987674 +617.7501351294013 +411.5013705993311 +617.2395217978398 +410.81528470444783 +619.3298626989819 +411.0871401479132 +416.7920761947387 +836.296122804817 +1045.5641879011407 +1035.8573097049393 +1036.0797067024093 +1028.6024436219827 +1024.1630374764381 +1030.6858440842764 +1028.4116199409145 +1020.2826278010929 +716.7146567145137 +717.6570476507352 +704.2608747588888 +707.4454630063897 +704.1265088705421 +704.4419923997722 +685.9176390694574 +414.47300778948636 +617.3815947795594 +410.8213046746005 +618.2995704912806 +411.52775178607334 +617.2522046348051 +410.82537250470193 +624.591786957635 +760.8305156843464 +977.2625814613901 +975.231685767097 +976.1783211610176 +977.3045050839934 +968.3608792867938 +968.4598846786828 +967.7883657583297 +966.1737485350384 +666.0545042254378 +672.0839461441561 +662.828176380519 +666.1665315023644 +658.0732707371757 +665.1576552268854 +690.4218376155128 +413.37397877518214 +618.2658406479875 +411.1133208278443 +616.3468106789943 +411.3563671275278 +617.7138326475016 +410.8785306845498 +621.1788807018678 +705.3286242455783 +928.6965797081871 +934.5232073967824 +947.9982859906879 +959.6520273238027 +967.1839156637523 +981.0272493153568 +982.6013485992016 +974.9784973372307 +674.596824802234 +685.1351633668186 +672.3186675805324 +670.9272934400766 +672.3037032281682 +668.3003843672534 +688.2132836506163 +414.3811955389844 +616.7414652843959 +410.8810104436847 +617.6388342590096 +411.4019495975055 +616.230531209468 +411.1071692228323 +622.6765700503408 +575.8129096850338 +723.1692232334971 +727.5741209595963 +735.0562069486389 +744.0886717888335 +745.0594313552704 +738.4195697726608 +735.238362590662 +734.1841516786836 +727.8017782726942 +715.5186999427227 +461.5532699195407 +555.2353026572881 +413.7722563965611 +617.897106641622 +413.76973836796697 +618.8071400180745 +382.87272024245254 +586.0028021109996 +383.726819453982 +586.9331931871126 +382.9048318076318 +585.5936864258124 +386.78451073198636 +592.1999366373481 +531.8583063310365 +597.7613726743934 +539.4307217172376 +603.7017914970652 +539.0525114414878 +539.2016635698105 +587.6841989393374 +543.5870765709184 +439.61702648763037 +451.02109956430667 +447.97319688831607 +385.4186375114868 +589.4675078797782 +386.6710134214625 +445.8365268447281 +385.45328449202043 +553.5873415079523 +411.72081393582175 +551.395920092423 +411.058572234781 +573.2815502510862 +411.19911968987617 +577.6205111372309 +686.3185188818552 +915.1794675557582 +918.6661578357979 +925.3391777792954 +927.9701274816903 +922.8341224826372 +928.2627971242874 +926.8452410124594 +924.361358109208 +629.2329974814371 +639.8951225383365 +630.562197424256 +633.1033907993644 +629.5220836831809 +630.7510794931654 +678.8833350812041 +415.0887234709723 +613.9451806676718 +411.0188935777125 +614.8523308868506 +412.1431969766757 +613.8730849940044 +411.0718928318461 +559.4026363683432 +663.2388666853685 +913.7031905205655 +921.0271865859451 +926.4396359971474 +929.2311474123875 +927.0049042419266 +937.6588731578009 +945.4426863015947 +947.3892912047341 +653.0088373666802 +671.7134669854962 +654.4400205005937 +657.7803396106776 +654.4519304423432 +655.5769895827783 +689.0137280400511 +413.4597318115718 +615.2914926954401 +412.2647620019755 +614.9330376003334 +410.976872280237 +614.9050163419943 +412.4924575936531 +619.8496279341642 +662.6700992445074 +924.0420505569183 +924.9008152402603 +936.8256546747867 +940.9651148316187 +933.0770675722341 +939.1429668314483 +930.7338916236564 +929.4733872058785 +634.6877907177392 +622.8888627993417 +635.4960988972715 +638.2818547617984 +634.4876948956397 +635.2964943508954 +691.5539111834455 +414.2827916339068 +617.1503094056121 +410.91611493614204 +615.0029952274375 +412.36768051919785 +615.2634663565727 +410.9016667272583 +621.3661700300279 +689.9124449727556 +937.0015938787499 +939.8913956852633 +970.2020597689257 +977.2364612337329 +973.184724259565 +981.1800232401926 +980.9986892298501 +978.1581793142204 +679.6607309745697 +662.6804214863752 +676.6516781031164 +671.5379213789206 +667.8379697040339 +668.3129429787457 +689.6401165322043 +413.7615996658519 +616.1488267919824 +411.3467470197831 +616.4657488919312 +410.92195092206805 +615.037817929521 +411.95418495001365 +621.6078147178623 +662.0980648152654 +928.6945724424968 +930.2003421465344 +940.2930215334161 +946.0948366227923 +957.2336976874723 +959.0159129549888 +954.4223145563128 +948.337359695213 +639.7556998362173 +620.9586552711343 +634.3366798549217 +637.3835420283083 +633.2123834890455 +635.3363434828955 +691.6916602769319 +413.34513329735654 +617.728930765504 +411.5251827508489 +616.0993779888961 +411.0102244134755 +616.7493759193004 +410.9563388053388 +620.87536846671 +519.5262222176156 +715.8941911947292 +721.2965581655128 +744.334407646909 +752.9129368489007 +755.7472302811456 +762.0760199265711 +769.1175136147706 +770.600103272442 +784.8898561864524 +756.6843020948769 +565.5100812019159 +519.1761738945514 +478.9010881102337 +609.5490522476307 +477.89165712766885 +608.2462510803667 +448.51207904821587 +579.0317629308107 +446.9602097656627 +578.7801280757071 +448.32717248671725 +578.5333184316322 +449.44609941812723 +563.3285802193315 +658.4058541872544 +597.8759580354498 +630.3263037515654 +590.9210096133426 +622.6345907756723 +582.4005053830965 +614.6533976623551 +578.1620580017105 +436.80413815380905 +370.30280213433946 +549.8864068859248 +385.54590023632426 +484.00626293352667 +386.1795976984384 +519.1687724776752 +385.4581460981926 +560.6756961688384 +412.3545233373728 +560.8816154491013 +411.0515232265752 +493.3310836473914 +412.4914007754849 +538.7136922352779 +670.1114845833524 +924.3826939891607 +924.5149632597652 +933.7316833374628 +932.4086739211352 +929.9154309836337 +933.8872577407255 +931.818082508582 +935.7225756221002 +645.3648063415652 +629.1022260607242 +641.9488097483594 +645.1992493064279 +641.8458541096495 +648.1144757653536 +684.2532315153826 +414.0917897330795 +616.3245963369179 +410.9397227223256 +614.4628032294909 +412.2154480201123 +614.5033080310369 +410.9751785152283 +620.1786212090117 +664.1110792149562 +923.0186724368991 +925.4290058328112 +940.190751771073 +950.355077131837 +959.971921327046 +978.9021137182308 +996.6596946359119 +1011.3653076640663 +705.6507227024111 +686.1986741262624 +699.1861964147693 +737.2030639755699 +738.8766073876309 +748.1596638255603 +680.6444291398748 +414.03894929139784 +606.3428979301606 +450.80741755310453 +608.1642075567161 +475.91766198780317 +606.3859564709521 +411.64583256344025 +417.76773966142827 +812.5641581513545 +1049.2410637887588 +1051.9169799325393 +1058.2216014306375 +1016.2147586329457 +1010.6596885057935 +1012.7668082991501 +1010.6306060175792 +1005.1086558802057 +703.6486880940593 +690.0882686547371 +699.8996255126681 +703.1468331839643 +699.768219983342 +701.559327082677 +684.4129817987665 +413.31773484903925 +617.5002694079549 +412.09173219397803 +616.6930287925156 +410.81547432951334 +617.6751674132961 +411.4861833649681 +622.339402008547 +707.0862541220666 +951.3344249741323 +948.1302551869625 +963.7515438714303 +977.5560972025253 +973.2930298173975 +973.6696397007496 +971.13042277834 +969.6301402751631 +666.3876450609299 +655.3433858873087 +667.772324692381 +675.6852383348182 +672.2254362031526 +673.9507213659463 +687.0531097610271 +414.59786658459274 +617.5824577569664 +410.88163515047734 +616.9385843705784 +412.4111512347273 +616.7601244793386 +410.88544449435364 +623.5050365297681 +754.104729944873 +1005.9214770351577 +1015.429924630101 +1038.481317883522 +1046.3529674470187 +1037.2217053976094 +1031.7000017981275 +1040.645371525132 +1026.824988148872 +710.1098878891532 +690.2008820843652 +704.0571156192989 +702.4467797514113 +703.5727344342797 +704.2589692339715 +685.3075368612501 +413.5124954778086 +617.316505102492 +411.5893804668569 +618.1943333663623 +410.88009059559835 +617.0535283556051 +412.18432634059934 +623.2519481866141 +584.7003806561903 +763.5066675155858 +772.1658455067751 +778.8385761804783 +789.8253777902527 +799.0782424469581 +809.9346227334408 +812.7981434893111 +803.6882781475811 +800.5369450306489 +749.4621866095704 +533.3095869772835 +527.1372195703151 +458.1344898143796 +608.7370321215146 +479.49530036276974 +608.8431341001028 +447.24007306585673 +578.9524575723468 +448.2941282224077 +578.5345780035384 +446.6328500640223 +579.3360995095298 +449.7317182057538 +562.1661094616969 +665.8700462448581 +641.9851048622284 +649.8993319966789 +656.10683965187 +653.9607008739644 +640.6493676226448 +649.3387167128535 +649.1789064466266 +469.00661914117535 +371.32263880034276 +591.5127244170451 +385.2706824164804 +593.9682126530685 +385.5321856240422 +592.289877658892 +385.8091442050496 +619.1924771842487 +410.8267297712662 +618.091914228406 +411.9376098300164 +617.0697928458391 +410.8211880753053 +622.5528485608863 +751.2081098155139 +1000.2319931754274 +998.6714889707231 +1013.5411519428417 +1013.8429688779884 +1026.200449067975 +1043.8602847979475 +1025.3445065188093 +1006.1868715833419 +711.8225199363125 +695.0960127344438 +691.3823570422793 +668.902441741977 +655.7824613419068 +642.988850665613 +689.2249415891006 +414.0355733183882 +615.3269176543497 +410.93864935396385 +615.9019226499967 +411.03137726944607 +613.8161731177784 +411.58590147447126 +567.3250642239534 +662.313342291062 +918.0771400150888 +922.5600693222689 +929.2844422812407 +930.7079926984544 +927.1761382414518 +931.7496318533292 +929.6878636335971 +927.989045261913 +633.7179147037538 +620.5413181846848 +635.3202897205167 +638.4006568919232 +634.8656491522904 +637.6259200542878 +684.5493827951387 +413.4343678663929 +615.9877924939728 +411.9083425692506 +614.1914433888719 +410.9369847973117 +616.0080582245619 +411.3259809770461 +620.4854821124554 +740.4581623556186 +999.7634624287807 +1005.6091480636483 +1029.7978908070322 +1047.189083677625 +1051.182516480778 +1063.4192109013263 +1066.5463442382845 +1067.4373026231528 +765.0937590363961 +753.0667527058259 +765.9971121266834 +767.0125580793091 +757.4577590809794 +753.090485367594 +683.6327895303494 +414.7401666361953 +610.8210758501525 +410.80287523098303 +617.670672446846 +412.1587080156727 +617.2065665158286 +410.80797549358357 +417.7888956046982 +808.7181605515643 +1017.2277310105551 +1014.6550560983486 +993.8700925146238 +997.7345771386088 +1002.6384885967443 +1001.9763470315564 +1011.8808852227503 +1007.8437187949639 +693.6516837450276 +680.3426128832757 +690.7127768112857 +689.3164317158897 +681.9201392697342 +677.9429967116233 +688.7778922579296 +413.3372347642314 +616.7095855973694 +411.89234195749805 +616.8521977762485 +410.83288728350357 +615.251331897282 +412.4016228511066 +621.3898940677599 +694.423316753773 +946.7265315714737 +947.8222888901664 +959.621239297495 +964.0930986362698 +968.5624516066006 +964.2419133051346 +970.8055557538792 +974.1866110571054 +671.0645299595068 +651.1172364244978 +658.9541149104673 +667.0181394175231 +658.8479086721645 +656.0094592434575 +687.2828725354279 +414.19800503386864 +617.3363885947236 +410.86514615358146 +615.2089631570443 +412.2464597246416 +615.5773293110165 +410.89777044310256 +621.0529487456682 +520.3895901809226 +710.3899834256022 +722.7682117962403 +723.1456930658975 +734.5800913609112 +735.1200219590725 +730.757950071455 +730.311592920931 +735.5610887081751 +739.8489220679271 +722.4016984535582 +495.86809654954806 +545.9785493183509 +414.8379147703741 +618.8164479334611 +413.38937199590606 +618.4706831153527 +383.8008903148665 +586.7472203336213 +382.8449498734576 +587.6759340339629 +383.34769510988497 +586.080081416748 +385.58027643563867 +571.3356063105886 +566.4171166033142 +614.2902778417853 +584.928097294485 +627.0191264816715 +588.3566547764843 +628.020418061887 +599.1856651581089 +639.9409666808535 +439.0131474155579 +435.5254178157178 +581.1574725626776 +448.31340860839265 +580.1706111835691 +450.1890578186512 +580.9645060599769 +448.94754763694226 +606.4608865026289 +476.2351497853124 +605.6940442671258 +474.9079570191098 +606.4109280478783 +475.6895613636553 +611.5714129362125 +764.5058449090385 +971.5170301459949 +965.9514299145238 +968.9254618252884 +969.284196100989 +959.2501929233564 +969.3246174841238 +967.6431617856445 +969.546638754977 +675.1254009645463 +663.7698536841131 +667.9492610288688 +661.9929677876981 +649.7827428349984 +636.8074655900908 +690.7056983244587 +414.75456288134535 +617.1964169278378 +410.8434228671737 +616.6646414690584 +412.31622972490874 +615.1593593659206 +410.88931875884356 +621.8548991398613 +663.3472825280951 +928.070081340855 +959.0317378545461 +975.8827965232056 +987.0747652767463 +992.4024667212043 +1001.0850886129413 +1003.2890905786059 +1010.8695933813318 +696.9997383740995 +676.1898410505183 +681.8131372118457 +684.9355498638944 +676.9035397986147 +673.9474573864363 +686.5900655262328 +413.30658921357593 +617.2639699187312 +412.1449038212233 +616.4606071735301 +410.82570596069627 +617.0945567604334 +411.76589458026496 +621.2518090599294 +697.7360146179956 +950.3064293956697 +955.769916728169 +971.5646151466523 +976.9661806235803 +984.4471307364436 +997.8458114406038 +1002.9310400530082 +1010.514883787116 +713.1146560480697 +695.6896999968644 +699.308174425867 +702.205909210179 +693.7540441286548 +691.0049741523181 +684.03380707046 +414.88942230281856 +617.088055384306 +410.86459289465614 +618.41779306992 +412.15215079817625 +617.8794027867665 +410.8586177479516 +623.3065080963624 +754.162750766242 +1014.0989719566242 +1022.3669078843404 +1036.1205631772477 +1043.5759671601468 +1042.5087296677827 +1049.3742804490682 +1044.6969320864698 +1046.3322056716759 +731.5848725858042 +710.8368175621002 +717.6457153781836 +714.9685865980808 +705.8070183920252 +708.5281254572047 +681.1527745728482 +413.35497507746294 +617.709247520069 +411.352328648412 +617.02763801128 +410.98260752807175 +618.3303494094089 +411.015400603869 +622.7334559139379 +720.6568384545812 +960.4804177425765 +969.3570950642337 +979.3178422084786 +986.8682850671797 +976.4487088480573 +978.5828253438697 +970.8691368870188 +967.7215556499247 +658.0837204301995 +640.6243012088274 +650.3709426223644 +644.6198758515852 +641.5002611622042 +635.6425357795192 +688.4426609852912 +414.13408212512047 +616.3243260241928 +410.8174489824867 +617.5305388733295 +411.2929798657582 +615.1604434933108 +410.94425622947267 +622.595985365113 +513.8460816864073 +709.9783477233988 +718.7378349124206 +722.1349523462749 +730.1530164577842 +735.0686826176146 +742.5882982781752 +739.519919475274 +743.4391853767672 +745.0853138118956 +718.8853728863662 +534.1257585360644 +520.0978548795102 +478.167576567268 +608.2575894578796 +477.3351264162012 +609.3742360333299 +445.9598182135813 +504.45001182366286 +445.9028642517934 +578.1083619209837 +445.7616340414823 +576.3590971336647 +448.60633434714265 +561.7299500053633 +594.3078650559211 +564.6996299793635 +575.6546452874153 +578.4518890411616 +585.2425188272008 +587.1172804324974 +588.595421054593 +587.1280237676833 +438.54258634759 +391.34634936419167 +580.7522884824913 +449.2413734215755 +496.98801073110684 +450.0686409021386 +580.2015101790321 +448.4632012450281 +604.560729172932 +475.4491176817408 +605.232247310732 +473.80355724768765 +604.6099985630946 +475.0023841634955 +610.3144565772393 +724.8365974569762 +930.8860171005227 +929.6810729837642 +940.0989826165556 +940.0634779103237 +934.7286075359495 +939.6707617998562 +938.7821288729419 +936.4557714605841 +637.6526934668962 +621.7995892111488 +634.5047817551908 +637.3764327442185 +633.1851354276184 +633.7178651295889 +687.578578735715 +414.86102288637187 +616.4512574039362 +410.8957366554897 +615.4039282775434 +412.30822186183417 +614.9446072586619 +410.90498453261915 +621.3849597890431 +663.5509020503711 +926.468550845677 +929.5705562591402 +942.8175816671809 +958.5030195950623 +964.3176733879105 +973.6886200633176 +979.6736590671261 +986.6374012545283 +682.4618990253024 +659.1103440551784 +652.5270261149453 +646.7006481109914 +643.301785454799 +637.105086566847 +687.5558218486364 +413.98892368492983 +617.5851472748549 +410.86461240777527 +616.2612404502338 +411.70473321232055 +616.1546301653067 +410.9082062042282 +621.1774526987546 +697.872396484587 +962.4743625666854 +998.0715314946258 +1032.6218490634312 +1055.5106030894376 +1063.315622087484 +1071.2031032007671 +1071.378991879008 +1070.121499290283 +764.3360943029313 +739.2004461624181 +708.2320314254845 +705.7940627107671 +702.7719242516371 +705.0531836766554 +679.2698536520643 +413.301511949858 +611.029660182165 +411.6426696049807 +617.2653570705598 +410.8079512568882 +618.2939895615434 +411.5147163454101 +416.763728310435 +809.3232490176796 +1024.8896513440734 +1029.0856441509409 +1050.323818891066 +1070.9240104446308 +1070.4798364758708 +1077.148792188439 +1076.7003579672075 +1075.2356581057247 +771.7232684483511 +755.3810517648458 +769.2543443625156 +772.3712335129773 +765.6509321590264 +746.9056773377656 +694.224098548186 +416.44795868815544 +606.2431851257581 +442.4670184470618 +608.122589637053 +476.1648268971535 +606.7469129362313 +410.9945626400734 +418.1954348608151 +806.5970909803117 +1035.885052875525 +1036.06012636208 +1056.313589538793 +1059.394206514584 +1063.3922072561186 +1079.086460781747 +1080.5739797582412 +1079.5839239486336 +773.364724750917 +760.1774115432597 +771.7557621837057 +774.6830820456236 +769.8836161363377 +769.2457832691807 +702.7001842188864 +430.0341312800603 +625.8026591349136 +429.8445182738797 +614.4519846714956 +417.13738648913574 +613.2000533461573 +410.79031482069155 +416.97021173292626 +639.9505807077452 +834.4915275698169 +839.746717275009 +853.3650585119448 +851.7869037400857 +855.1485350287218 +854.7928221912516 +854.609078540637 +854.7682713743344 +857.759310771617 +823.5091963348264 +601.4561717254481 +554.2467268785305 +424.4852604484562 +617.4109283125474 +422.8773383476846 +626.0242525211378 +400.24328758333365 +588.0935235154774 +388.5096330046588 +586.3270093183726 +389.78800735798814 +587.2786291317109 +389.007284410058 +639.2990611344563 +677.9058164521456 +714.7390050989809 +715.9501434993272 +715.0651534145728 +740.060638650632 +721.3969244403634 +732.7443423309978 +512.6860360229831 +447.8383860500369 +586.8569566113669 +403.39712190368533 +603.5767208679214 +401.17772708324065 +597.7469055232351 +404.73894844621867 +625.9456646647192 +435.2569664677662 +626.9781562341858 +429.582843027775 +625.4721157004709 +411.6953696856795 +416.73791550878417 +835.4364741605168 +1068.8515971223528 +1065.742225343398 +1076.1641901269666 +1080.6075169129663 +1077.385262010812 +1086.5548496741392 +1089.5898690530669 +1089.006892866117 +785.6185116630518 +770.2468160391543 +759.5875289866715 +788.0899239469895 +786.0463452805275 +789.6425625260209 +724.0688186012466 +446.15241133699453 +642.5659767675896 +443.88343966665656 +638.696156867108 +439.57267079207685 +634.4597927954661 +412.18723248148797 +416.8797161731288 +878.6934717618132 +1105.1527904946108 +1112.0652830884487 +1150.1302141582742 +1172.8170737003156 +1181.2253275036655 +1199.5562315353643 +1199.9840728278334 +1179.5365745739753 +855.8960854148291 +833.5716073831371 +812.3927890849943 +823.6500047704451 +813.5147554127108 +809.0117535675528 +748.8585258550867 +452.6356388832207 +652.1604008890567 +449.3858916739765 +645.0531944224482 +519.6469344402581 +645.1260004521557 +411.24343413641 +418.0587371905127 +899.9061597967554 +1106.5770019623208 +1116.792598711818 +1140.9426872832405 +1153.8091822363715 +1160.0611251260614 +1173.2791730135104 +1191.6978303324818 +1184.9137451751076 +860.8743660709371 +841.376793907783 +821.1620677630125 +830.7376406885172 +825.9318420473409 +816.9979634587795 +756.9648763782901 +461.84825463303446 +669.4447927879277 +456.3429368949861 +664.6718610187407 +459.2160919849252 +671.6526232398328 +410.7833403655424 +417.34558704334216 +884.5843785387868 +1095.4559905777703 +1099.680738615467 +1106.7391953860058 +1107.912282159073 +1105.8561937821307 +1115.0576021602124 +1139.2533934421172 +1142.3298219311973 +814.4011527634965 +778.4174309760937 +769.8537041471079 +793.1836876119349 +791.2522305655943 +794.1267634866198 +727.4846914661924 +448.4311676025578 +637.4969326234184 +440.6897902283311 +636.5421398546606 +441.1748623810859 +634.7005443354606 +410.7716382073776 +416.8822617508834 +852.1835155739535 +1086.8835869375143 +1085.5682286804206 +1090.7505002663747 +1099.1900907434388 +1095.332702394793 +1098.6342644671793 +1099.2271783663518 +1082.3947993109846 +773.958547982572 +759.2377391145458 +749.0506931015443 +756.5914237895981 +758.7587481290237 +758.4238521519508 +700.4090304933442 +424.8089631353854 +612.7347709909453 +415.05443444789125 +612.1044837338894 +413.14053632879194 +617.8181009901485 +410.8010605062997 +416.7069004739368 +654.6526246262944 +804.6760032227874 +790.670610343732 +785.4921909762869 +797.4567613718741 +801.2108672933956 +803.8426487656699 +813.4239640097359 +816.2500647042324 +816.987514991765 +786.4141172833449 +534.8024514391689 +519.0407773757724 +414.31884859345166 +608.4916104003044 +444.9878303635112 +608.6556830253614 +448.3121754247358 +579.008804393285 +447.49668364657936 +577.8913958789602 +447.826990210172 +580.222663141717 +450.01872992026597 +562.6890397848528 +662.7540136095264 +637.6496829506625 +644.6948543638972 +677.8533428767921 +642.1861795182373 +636.0695437832088 +642.1891542689067 +646.5598041802813 +479.65414906214073 +371.4327566674792 +561.6971069197461 +385.19351598442205 +593.2577161447327 +386.51400372274384 +591.8798529323345 +385.1918988683405 +617.0635033762794 +411.8583801906103 +618.1671579453517 +410.7372990127524 +616.3550575676763 +411.3711187761605 +623.193943108431 +724.8140142773182 +967.6159157491757 +969.7670565599003 +980.5459940070671 +980.5526378729171 +982.8556005223963 +992.9914784498742 +999.4920160024556 +1004.1546716619561 +706.5236409641113 +699.9924123558259 +695.751969364239 +716.1427785302717 +715.4873750781808 +709.4471322226227 +683.2491653844289 +413.28350812227524 +617.7915008336873 +411.59795409742077 +616.6823617223541 +410.7844563841342 +616.8788955174476 +412.0977417367847 +622.4260229787837 +736.554401201975 +1000.610954210883 +1017.2456640895502 +1036.3908151721998 +1043.4996438907713 +1046.729739470494 +1059.46746580337 +1069.5896681318604 +1071.8396454683475 +760.6070767248694 +736.8607659165291 +719.0185608775797 +729.1760091295806 +725.8159237190765 +727.5549948192812 +690.7004665426446 +414.5930909662181 +609.987407108382 +411.45784371372184 +610.3294491123352 +417.73557725274856 +614.7317388384863 +411.1319112766819 +416.74061301603535 +836.8288441931979 +1075.1297121952932 +1079.5780268291937 +1086.7017539605638 +1095.8837493738652 +1098.8994036475099 +1107.7969390132932 +1106.2654758944414 +1097.5765802570606 +790.5624776348453 +769.8753426498306 +760.7740617850652 +784.3107512304553 +778.6406010797002 +775.5940052085859 +701.1449440379419 +429.47954262740814 +618.4465473638242 +422.57995354536666 +615.7405882812435 +422.80036087465055 +612.4690405164617 +410.8021159656887 +416.6697109528843 +787.5371621952448 +1005.7527285921061 +990.4835553790422 +1006.3359778555312 +1012.8590032352881 +1029.9853123997914 +1025.5742705577293 +1022.5257934889497 +1019.2710763583203 +715.103399174103 +684.9400969700133 +675.1641544776365 +694.9796867573034 +684.7925103575159 +681.9410150493478 +684.5385660357473 +413.2890059307524 +616.7514542884979 +411.1050405059015 +617.6452210832898 +411.0025863939658 +616.3600740522769 +410.79739361059785 +623.280156352128 +706.0744705406304 +954.2555631399385 +963.0078760094668 +974.495216774013 +990.0327513873665 +999.6722858239908 +1011.3149343877271 +1008.3717466306168 +1014.7134846004266 +716.0013880801936 +683.3878152276837 +665.4425250150717 +683.9011047781311 +679.9769785108448 +677.5705460676749 +685.5097167872761 +413.26941500856327 +617.8200138212371 +411.5363678365712 +616.5729418222339 +410.7693133106096 +616.7530234224625 +412.013667584916 +622.7058190499404 +560.8514475160283 +739.6949720877058 +770.2646504626697 +783.1465877534029 +787.53056319547 +788.2566909353724 +794.7367922264003 +803.383474991494 +795.503002071143 +810.4180040149159 +770.5071235796552 +529.5651126912147 +520.1051950891483 +413.36307320693425 +610.1404148249037 +413.24956466087406 +620.062702637068 +383.6131249547474 +589.4216770276234 +382.69479530742615 +589.4747587196787 +383.8886915408744 +590.0590244754321 +385.1980089954514 +573.1252721319878 +627.5476455092769 +646.7608563106304 +612.1832395386616 +656.6363793330422 +611.3616479193802 +612.1755119377708 +612.9362436982117 +612.8606576889025 +470.7320569342081 +371.253497448914 +557.2328224228824 +385.18504762150485 +582.5048058633138 +386.29629093554746 +592.380831501852 +385.1834266022184 +616.5634989392793 +410.93937229664255 +617.2623518630822 +411.10734503147523 +616.1342293020784 +410.7469400210827 +622.476392832339 +706.5817209697274 +956.7626278011027 +960.6991459536255 +965.9710884935389 +975.5052170060151 +979.7444330353909 +986.5548105573547 +978.3828033610845 +976.9322232109967 +691.0480825813784 +675.2538387263014 +670.5649151604086 +692.5913128548578 +683.9739412468182 +685.5782922905469 +686.3182883529265 +413.57644026540817 +617.9523615274807 +410.9417373731973 +616.5447565406782 +410.71826849487906 +616.9767811450484 +411.9113687475522 +622.4572851981192 +731.789385237186 +994.8890900494401 +1010.7567665462448 +1034.3020128144306 +1058.4567384238958 +1058.330315517928 +1070.5065002253273 +1074.9045908982268 +1073.2986203747664 +766.3145567277924 +754.1369459456693 +740.28742324414 +728.8301994933148 +734.9882347695536 +736.6767556408755 +687.8124740834342 +413.2173997320181 +605.0411553015052 +458.87127985209895 +607.2230105930192 +475.7893141134582 +606.0005685852526 +475.3158333859426 +612.1168117050364 +776.6382672837806 +1009.2434764579883 +1036.0031931787446 +1063.5635192090626 +1079.35941595754 +1079.672411480531 +1087.9227020477508 +1084.0181957555228 +1084.9059406178044 +772.8712088015982 +755.4826694373718 +744.2723483520755 +730.60856619805 +742.8558633655095 +748.4392704460081 +692.8338587511857 +422.64074272530206 +615.0729042830055 +417.19677718765763 +611.1599917942815 +415.0873004053356 +610.8840480737978 +411.7086660324446 +416.7109907298059 +795.6791134036072 +1056.1765445200722 +1057.6735214159826 +1073.5540410340363 +1076.1423676475367 +1074.1205999359458 +1078.7456751547877 +1081.1480784737773 +1081.8092129303652 +778.043780873995 +764.5320414665229 +752.626503350184 +753.4459273378504 +771.3345675066424 +774.012481361254 +704.87731747414 +429.1200037049278 +622.4817894727743 +424.454145971067 +622.0100086668396 +421.3486296336024 +619.1559151742342 +410.6948811607036 +417.64606543954267 +815.7759390251298 +1071.1683860342353 +1073.6733770435944 +1081.3803383326185 +1081.5008578779668 +1080.7101735734627 +1087.404037815486 +1089.739620869433 +1088.0203193580257 +783.3279248792394 +767.8993418391874 +755.465749472043 +757.394724833946 +773.6309821661604 +771.9074672265735 +702.9955799938012 +425.2278603105528 +615.9401399781631 +419.0142149440359 +613.7896732556727 +416.48331922088977 +611.1163422087992 +438.5288723196017 +614.7756711311705 +640.1924562050802 +813.5878659557873 +838.455051540437 +862.7137218719004 +867.4869664074135 +865.4058947346979 +870.9186542889416 +865.998391626022 +861.4594373657104 +860.7880820162039 +830.3271982299685 +578.4284401950746 +524.1460992786128 +428.7985640009167 +623.5931626575289 +428.07676853700224 +620.6469367587483 +393.23333683283096 +586.1337048664595 +390.29867349132974 +585.5961816130317 +389.5023404403263 +583.0553428722309 +389.31737502675946 +366.41508684484955 +629.4880637147774 +646.3391673260171 +675.1104641729567 +680.3841810579719 +677.4434232602399 +702.9005851892134 +689.3685530863388 +714.9821966467576 +496.6516461258939 +383.5594887403662 +579.3800630094447 +363.3113131302998 +581.1883003179086 +385.9432352000501 +582.1456519242121 +386.01906197276486 +605.672699838629 +410.67233411003843 +606.2772202599268 +411.7253349016291 +606.0749158825118 +437.3369474283852 +611.8631150196112 +766.9164252996593 +1006.4199468674243 +1038.8873051240535 +1076.525144395576 +1082.6032423071179 +1079.7022831568822 +1093.783665319932 +1093.1815281939696 +1093.8433104677838 +785.2349557040312 +765.5530698702818 +748.1876205967876 +749.9931845921894 +762.0134341883228 +760.7830232530162 +694.9496514127767 +425.42001295879135 +615.2641736938575 +421.00319438403545 +617.1106215705452 +423.65840843352623 +622.6158200452462 +411.1429098110652 +416.6418734404243 +814.8704041075715 +1070.038731145271 +1059.9331078764938 +1064.8209932801406 +1073.8616790778094 +1056.0652340617658 +1068.7111591847952 +1064.619721379016 +1056.001285159482 +746.8026307362767 +716.3455212401431 +705.0717672161845 +700.292956938918 +722.7603579996991 +723.3323883306931 +684.325331176719 +413.44401526933007 +618.422735864903 +411.2567936678716 +617.2253581846282 +410.74152143873613 +617.165805195496 +411.3038507441974 +623.9873260954108 +762.2663512334277 +1038.685285887709 +1058.1357998596698 +1080.3584344138806 +1085.4792791107625 +1077.6035109009538 +1080.0943426479073 +1083.1182358802942 +1081.8319292510475 +774.1119750270241 +758.3496065457169 +740.6735478160853 +730.3473296826252 +739.2558591393278 +736.0632865838852 +690.5688140015504 +417.73243110671933 +609.3285778835198 +415.65592473934447 +614.3127643046497 +413.4382082457675 +618.3998374645586 +410.7221083572883 +624.0074444206431 +768.3221183679717 +1053.9662322612173 +1074.0386477810023 +1089.3188985649306 +1092.9790617240706 +1097.1907944026998 +1107.845497270256 +1112.682775941132 +1121.689131108705 +810.6483284393129 +787.1715849334082 +765.8482114063811 +764.0908268334488 +775.5970760649539 +775.2207149223361 +706.8711692622458 +429.40871395791817 +621.6251318773296 +427.4442140976404 +622.1552156532596 +422.6204053755499 +617.9690373469468 +410.67031181511277 +417.01873898822936 +851.8888938277927 +1090.9638254960219 +1096.165908509905 +1104.5840899773157 +1115.4676231350086 +1121.0773905375784 +1132.35901770984 +1133.77255710833 +1128.5457679136568 +811.7326323449124 +790.6062278878817 +779.1077103939531 +779.93845232696 +800.1044774512551 +797.3886738383917 +733.7458221222007 +447.85445304491594 +639.8504079132858 +475.94078232228753 +636.8757075557802 +439.19909741100173 +633.6125108193656 +410.7284766047342 +416.8612997107479 +698.85524715497 +871.3007157418865 +881.062686649436 +889.5255852570916 +896.1158119188902 +897.6569751317369 +908.4836061151708 +907.9905125419303 +903.4185249969462 +898.5914421488308 +887.4114120767142 +631.7372621305025 +611.6683849874495 +451.3221952306739 +655.5966046146098 +445.73743867868865 +650.0366509805657 +411.99814523739695 +607.8825772957264 +409.2300276471351 +606.9056256656672 +408.9131475356086 +604.0395128836999 +409.00181654901485 +366.3689250413813 +674.653019036187 +720.1469386761461 +730.3333563062728 +733.8122302952661 +729.1468089721759 +736.7185853845095 +732.7487390761771 +747.7784457532733 +534.0254118583472 +490.16523156739066 +587.3292983768064 +458.30550994884356 +603.96971291741 +403.2104179594999 +598.7211665459798 +401.19415250883964 +625.0086411700279 +427.54941364025206 +609.4934529321476 +413.2016878148029 +609.2194327047648 +411.0175297685407 +417.50494458680583 +797.4310415163465 +1055.455839139479 +1052.7062826831989 +1075.6337178228293 +1079.882806088195 +1074.4724255192887 +1082.5172854072255 +1076.161400715567 +1059.1821389421664 +743.1289769696027 +720.3205159493241 +711.3786260031112 +714.1832422764095 +732.6500247645107 +729.9359506068394 +687.7585656513107 +417.97250965273264 +611.2945424212227 +459.6145013652343 +608.7777457527606 +476.835342446304 +606.845330615789 +411.1865506103151 +417.45182358608747 +819.1502346789174 +1048.3825073446358 +1055.2391669101194 +1062.514174062695 +1075.8435018565083 +1073.0573849836192 +1082.7039257607241 +1084.9432855595824 +1087.432042713763 +781.9466417523967 +767.2431049593924 +755.0950088311187 +744.832007693199 +760.5147366847567 +760.0581691509431 +710.0866281569554 +428.4308473279433 +618.6150946824707 +422.5099329617594 +616.8345603553848 +420.1319955962648 +618.2009335527496 +411.47043772839004 +417.0698809663332 +830.608375622694 +1077.1889556175836 +1077.9497787333464 +1085.427723240294 +1090.6155335725505 +1084.1378908502027 +1091.6636236556099 +1090.6842624696567 +1088.245195058323 +781.9780241571306 +767.3148111751458 +750.2049070585879 +733.4855523717924 +746.3536922867172 +752.6262038038038 +692.8246245137096 +419.38622499616434 +611.3242197306096 +415.6824873259034 +614.8928083982836 +416.7301717565357 +619.4188888209077 +410.68803053793715 +416.56955923223865 +817.9529867438816 +1055.2168013227372 +1041.650720660206 +1057.262384250576 +1072.1077116293325 +1077.1896688885654 +1083.5444685584453 +1080.7923406184711 +1079.1650410410643 +772.2322162676431 +762.0802334372196 +744.1197128747598 +733.1049355180768 +743.7165410899124 +740.2868197514032 +698.3739069565764 +418.29957728081644 +610.7953683883567 +415.7941924896364 +610.3327042501745 +453.49440273612504 +607.6857286761997 +410.6658144639906 +416.58022561207196 +818.236518041006 +1037.650048693031 +1032.5906097265433 +1041.0509875635794 +1045.9684737957618 +1048.2992389265298 +1060.7257978655346 +1074.8087364414032 +1077.0838235589408 +775.5761521908811 +770.4949409357757 +764.9172228610195 +769.8234157754757 +787.2392828503791 +774.4116034588382 +705.3502124306344 +422.048472394016 +610.7592729712319 +415.66046472766715 +613.0067663761023 +415.2864994172074 +620.8974982642517 +411.36949528588315 +417.3843379218466 +671.1352691262433 +836.838004161147 +830.4802312876072 +831.3675484663057 +830.9057102497837 +831.6099209878597 +837.4104143463671 +820.4057242288579 +819.5288933280159 +824.6702645662534 +790.432578171106 +551.6649062497659 +496.6042910178175 +426.6184945575119 +609.4884072344063 +478.9812816106125 +608.8348663474784 +447.42569211934943 +577.9656315523963 +446.94270978501487 +577.9599817825404 +447.0252616704235 +578.6770001038442 +449.6261918257552 +560.8189296739514 +632.8869053853622 +592.7249655597491 +632.9157481904782 +596.7265535664284 +600.6409565066101 +653.9188389471295 +617.6178220527157 +627.9162712165339 +471.0530495231892 +369.62224539119785 +557.3103337727407 +362.679079258045 +583.4111477969491 +385.8332537117367 +591.7220248748166 +385.0939765246242 +616.9754719378275 +410.643956013033 +616.287013149532 +410.7817229857222 +616.9188375967966 +411.36050421454127 +622.6288218619532 +721.8165709664025 +980.7121557132647 +993.3864657701376 +1019.5244500006036 +1030.4697913180191 +1034.7078746607876 +1058.1941184578395 +1070.5468350130534 +1069.7977359721328 +760.2962826577894 +749.3187708225786 +730.7950040739995 +713.2226597035025 +735.9186983520998 +740.4715103930281 +683.7932464653886 +413.820041344324 +606.5510329812766 +410.78924485041244 +605.8371607632013 +410.58224584209376 +606.0849579484492 +410.5863052142072 +416.6127369189773 +823.5802184593667 +1063.0891299108566 +1060.5065708943273 +1072.5734401683794 +1077.052455133932 +1076.1002942563862 +1083.1564086843352 +1086.7542254813336 +1095.8515866554728 +792.6212332564793 +777.502880166845 +758.8498551870055 +754.087625875365 +769.2390011901066 +770.5613106190864 +704.4020549850501 +427.46365797630926 +616.4310360648793 +419.95308816928195 +614.109193580933 +415.6498034664471 +609.7417838506611 +411.2752941788628 +416.66293498829486 +797.4112904575118 +1074.8751776210015 +1077.8800894356816 +1090.4512775942287 +1096.6217321019446 +1098.3166407661258 +1110.3866182043864 +1124.346314934973 +1123.2048873621734 +811.5682307681689 +793.7414335917241 +772.6843648005665 +770.1469296096204 +786.5946192068036 +787.0624987230043 +724.6512546373829 +443.58199606291356 +640.7961343609293 +438.5754189467879 +633.9016767043528 +437.89177692196006 +631.3978044253245 +410.58009489364844 +416.99737821785226 +853.3586537754546 +1090.4884380149588 +1095.7026929754288 +1099.3270584835589 +1110.780971173798 +1110.4169457315527 +1103.242812102284 +1113.1904705645718 +1118.7314532479436 +811.1070881529855 +789.229023519393 +773.6749410394528 +769.7051906410825 +779.3893757840557 +777.4269595864461 +714.4120203985212 +433.7002987055639 +624.2696699508557 +429.299886797542 +620.5661667456754 +424.64128738499994 +614.9467585932312 +410.60116541651655 +394.10077070373205 +799.2952432982988 +1081.8285628699734 +1086.7407638405655 +1098.9173965493724 +1108.8412796281502 +1107.4555568590176 +1121.1627799091257 +1116.7444880244345 +1120.6091739128217 +800.725728280792 +784.5041669086476 +769.1834107230789 +767.8957287855758 +778.5394666061424 +778.2924973706998 +709.9297478746813 +431.39235194461963 +622.0863579685542 +425.8382773094616 +618.5654862883579 +421.6392816425673 +614.3160405197599 +411.1874658362749 +394.6680609705004 +647.9993778871894 +850.8571776959346 +860.7849476738209 +873.1809572708725 +871.7495091226257 +877.5483388107226 +886.6757084308972 +893.7412625671839 +895.2645998313697 +899.4044977485916 +887.072235888825 +623.9829948323626 +599.2663803102304 +436.1380332714832 +626.6167724515295 +429.715907724341 +623.9980873902932 +396.4087572477233 +589.7123473375227 +391.2454079552354 +584.5366880445324 +388.8769863340042 +581.6027204896753 +366.7695409834506 +366.27337620996946 +655.03930300419 +711.7913916545614 +727.2400724478496 +730.0409442489081 +727.2894902584642 +741.1323517794858 +728.4480301481609 +745.5980069954841 +520.9932549301363 +483.53521517148585 +586.593772268216 +429.4918402338933 +600.1959158304786 +397.9330335759442 +589.6446761269139 +391.72111092430004 +614.3846663904793 +415.0534655352536 +609.8044230143697 +413.500504075038 +607.2378995449114 +411.1679188731269 +590.3491576389434 +779.1420864409598 +1067.290521253886 +1073.6746708721523 +1083.839334973246 +1091.1484902051245 +1090.745704857659 +1100.436975139929 +1110.1632367961283 +1106.5971625312598 +797.827918749352 +777.3566824237677 +767.5779950676309 +760.0443824236766 +775.0254669778676 +774.7993931458741 +703.6942716744334 +428.73598011419483 +625.0681584904793 +426.6024173272733 +622.7901928042228 +425.05917374276214 +621.0012695502458 +410.5615583347078 +394.21067434077463 +821.4905943662042 +1074.7105734728984 +1075.231400262559 +1080.1577385276337 +1082.9730459293799 +1079.2774188592396 +1087.986940177025 +1094.2195758642054 +1082.2504887739483 +781.7022568489407 +771.8672953746709 +757.1491516748401 +753.6629521325887 +759.7468251484102 +759.9874966715965 +701.4460286903014 +426.1754719819504 +617.9101062512725 +421.7682403607154 +617.6973766512315 +422.5058827009048 +616.2412856015862 +410.59021412851433 +394.0506646542237 +812.6332118212928 +1079.5397728573562 +1084.71675712642 +1095.0009841966942 +1099.780067483309 +1103.915998592598 +1117.6238507487076 +1126.2434470554779 +1123.5116013548602 +800.9019335143091 +779.0750677716279 +766.9052485572039 +767.8094665498166 +783.6700183450259 +782.3467311012697 +719.0348032540273 +439.12497007755564 +629.3008741485937 +430.7953120216293 +621.8605792495516 +422.83629407050574 +616.685385769503 +410.56807012984837 +394.0591470499563 +828.9568031036172 +1085.0375566428831 +1085.269615632909 +1094.0305895030021 +1094.8750782123607 +1092.455066637612 +1097.233759592929 +1097.609417164625 +1093.281249783621 +789.8328402163964 +771.7860696905194 +760.981219360568 +760.5166928738595 +777.8742275607295 +778.378363841056 +713.0897281073595 +437.3062199363368 +630.6481250818638 +433.5290338338885 +628.2796260700545 +430.46274501046054 +626.7110844809777 +410.5400053866549 +394.0730585010616 +846.6254753502703 +1086.2819205822673 +1082.6869554416958 +1088.0842124057874 +1090.471552349208 +1087.848124714983 +1091.8287572936497 +1092.352401439969 +1087.950222747428 +783.2287273885446 +768.9826509196723 +758.0169705657142 +759.2575175024463 +778.4433892732789 +776.9520892268358 +709.030982619557 +433.6402114225156 +626.3307355464947 +429.93004041791914 +622.4139747132177 +426.2350008464166 +622.9257123172537 +410.5484406964662 +394.05185005696654 +671.1778930387879 +848.7499741570153 +853.5702396576191 +859.84705573656 +863.262376663207 +869.6687296738667 +873.0542789003613 +874.1600981640507 +863.5608496325033 +871.5085540018441 +853.7681658373714 +602.3339930622836 +547.1288591466799 +433.2745336704256 +629.8807708873865 +431.83001754245345 +628.7609521454226 +400.91770006281473 +595.755853464969 +400.6612210356577 +597.1278130244476 +398.3734002464047 +593.7736604807808 +375.5950568824624 +366.2379968516778 +645.0539338009792 +683.2052981048543 +700.5758251758509 +720.9602740723772 +719.6689870657092 +727.1649776786194 +722.9672431437516 +736.8755170199721 +532.0039392187269 +488.70766647865764 +592.4083307764757 +466.65921034281627 +603.5214624137659 +402.95000343771846 +597.2885669085427 +398.8587206868631 +619.6581248535382 +421.5246573497113 +615.9295535134108 +418.4185703103955 +612.8841839167306 +412.0326523473749 +592.1713403417639 +804.8695220936411 +1077.7265761916583 +1083.7562080013624 +1091.8400313205514 +1092.9785500623302 +1090.61676977872 +1104.0406881964639 +1106.4802531673602 +1102.294574531556 +800.0738974969523 +783.5020677985066 +770.7800282575975 +770.2465749279605 +783.1937134278439 +780.3585193449926 +712.2258068701672 +435.39165597561345 +626.1107390379098 +429.7710329556251 +620.0166126868322 +422.464847769305 +619.8684950778855 +410.5246772379869 +394.03500129277415 +841.4002243932139 +1086.1717976379125 +1091.9818104268968 +1103.5247321978418 +1114.7513348417817 +1109.9146703429165 +1116.7923087088989 +1113.5999534156633 +1110.3337325296707 +801.5359135384156 +780.1285067866545 +770.1935131863099 +770.0998941179774 +788.2846863096726 +787.1221997661667 +720.4087498389094 +440.0779900288135 +631.3598373479028 +430.4297187691257 +622.7365750108711 +425.11422840030644 +619.2746561555728 +410.5061091768832 +394.03921405996806 +835.2909050675285 +1082.465723660139 +1082.2084121978896 +1089.0697459122762 +1095.9560686412556 +1096.799181835641 +1117.0959165023276 +1121.341277543223 +1112.8943995623908 +796.6566087013194 +787.0091174933631 +774.8064840473187 +773.9964718819688 +782.4221094536395 +782.9572194160836 +713.9295413616832 +435.5387414293301 +627.8897459270091 +431.06056827923356 +623.8678254728517 +426.66676087501406 +619.6577845418393 +410.519982948299 +394.0153963735383 +831.4803327602574 +1086.5573400832207 +1090.2407645357077 +1099.8834915805685 +1111.2587984999718 +1109.0324280352818 +1124.093540893702 +1131.0507992236112 +1128.092884629893 +810.213355250565 +791.5785342980497 +772.6070729753187 +774.5763167921048 +789.0684336808296 +787.5574426160025 +726.8324159605457 +441.8299137147631 +632.8986608311709 +444.2700761313742 +631.1583764764504 +435.4446253618809 +630.5095085165931 +410.5261584056339 +393.99560610793606 +858.3378548611695 +1092.019275679275 +1094.4621979618596 +1109.6455805509897 +1118.2138284989774 +1120.0365435122883 +1130.8592328960303 +1124.0797654494932 +1116.946232941844 +804.2162462434001 +784.8822757609469 +767.147410161997 +767.3731879166792 +782.9165106699768 +779.8325495774047 +712.2902204354432 +436.121602653847 +633.0144705754474 +435.7884147321259 +629.0922929013389 +432.02345033953117 +622.9223530865236 +410.64495410977986 +394.20186614809126 +681.8607344459709 +861.2432826205385 +867.216978347619 +872.717437416299 +876.2685348032333 +869.8613141204651 +873.4766384729712 +871.57304977827 +873.9697289357038 +882.4226721263296 +873.5245071477359 +621.5667767714208 +600.9785847843556 +437.23415698897486 +637.716162721509 +433.9539482742488 +627.3080213960196 +398.2749280515411 +591.8328530049968 +393.75406399184 +587.2121617659112 +389.1495888617515 +582.1784064481839 +369.21863770182273 +366.2423777178724 +662.787310457585 +719.3379732477824 +722.5908590658962 +729.1250651904536 +725.2600407824926 +730.5979805938264 +727.9093299730381 +741.4519425884073 +545.8577877623998 +495.5511946712684 +593.9668275835281 +480.1132363147924 +605.9370425698878 +479.0403594883322 +598.475046272256 +400.20913706540404 +618.1347328185024 +420.9410338490597 +613.5780319519837 +415.3584281637289 +610.1065320465924 +410.4775472206155 +394.00113820310315 +810.8645042509548 +1076.1999712645004 +1078.566362982914 +1086.6248724462462 +1095.7481699287825 +1100.6414734388002 +1111.5393060125712 +1120.8204636952546 +1113.9572149292524 +804.1062172262705 +781.7302477073188 +769.9540532376964 +769.2272239403716 +786.6261204843701 +783.7117712240073 +720.0036786185271 +438.82500533026706 +637.6359345991743 +432.2694304310608 +625.8987580343354 +430.2968057362409 +626.6959540592228 +410.51979568281826 +393.95089466571636 +851.9673629005329 +1087.3058796119446 +1088.069401288879 +1102.6798735850311 +1108.1298300108087 +1110.4732151522717 +1119.5981573908598 +1121.5559427421838 +1122.9479513444246 +809.1260504530286 +789.5954442301817 +778.9382224455237 +779.6449359908315 +797.3336284104768 +797.7985077930941 +723.2854847607747 +441.07420216525196 +644.457525868371 +442.1403785923038 +637.0876373334283 +439.9938079319906 +634.9335866300999 +410.5168907355005 +394.01095031419396 +868.8836870061302 +1100.6071538765732 +1117.3916435688816 +1145.240661557255 +1172.9851774911829 +1178.7513068839776 +1204.981778482074 +1213.429405194059 +1217.8341533611751 +880.3638232156044 +850.8217372902126 +793.3278309620756 +800.2348792795233 +815.0581671209193 +815.2373034772559 +756.2482211985692 +460.2441775700416 +668.2035151477403 +455.80950244748874 +654.1205567251538 +451.8892051464781 +662.337035377985 +410.50426394918276 +393.93838813975685 +874.8261656242425 +1095.307703959525 +1090.366247317947 +1093.5867610402895 +1099.3731579162084 +1094.4756322262667 +1094.1710944456756 +1093.7649452834896 +1088.0023959490718 +782.9878556580103 +768.9674552584414 +759.1186615436271 +760.2685243686205 +778.5314446924637 +779.7763256968706 +714.4432462447822 +437.06351503712676 +630.0491222279334 +433.3725829308441 +630.3962769033502 +431.974824523087 +626.0801548145195 +410.51184978449726 +393.91433591986726 +848.5942092338685 +1084.9729384828843 +1084.852720414219 +1092.7355255952866 +1094.6891691200772 +1088.788241154763 +1098.6855394543848 +1095.7296142379398 +1102.2571266539646 +799.8646100446558 +787.6844429477721 +776.4199326698091 +776.2214668851676 +788.2258923294717 +786.5118323270395 +720.705612555886 +440.04952333021913 +632.5836937999554 +435.4737036247447 +629.7145446861629 +430.2677399418068 +627.4515840755686 +410.4875383479187 +393.9267234454242 +696.4944213179366 +872.071845872335 +878.8979763896267 +897.2750953683257 +908.9315691761627 +914.4136274585618 +929.0803180204115 +933.5326341450102 +938.045842134969 +943.2031220240536 +929.4454904476615 +648.2506069470567 +629.3969789494532 +462.7846337898222 +673.564702860144 +459.18560395090134 +668.8096632402428 +423.27100778049197 +624.7331856863555 +419.07378897083873 +628.8509975355616 +418.7316221069199 +615.6341577358887 +437.86653514305925 +366.0713218927616 +678.879221480859 +744.439288514909 +745.0984238638097 +759.399840976523 +760.1116146288931 +795.9469903291841 +784.4428392371414 +818.13387254116 +582.2813746535645 +503.4492733490665 +617.7436773629543 +486.07371420601527 +615.4735845814331 +487.4462478225227 +607.9949384156491 +407.3669521185684 +637.7266321664449 +435.7579264319088 +642.8190812303269 +433.8311289985562 +630.2540479086097 +410.4077478164601 +393.9777211339145 +851.1249741283196 +1094.9288258048405 +1093.4919214391364 +1107.642289383183 +1117.4217849346214 +1118.9104001405367 +1126.8124181797225 +1125.8224643401493 +1130.5645139986782 +814.2576473335589 +796.5992472193545 +783.7815779645085 +779.8653239735146 +788.4480797856684 +789.4574340762092 +731.12927540584 +442.52598460428806 +636.7750435249441 +437.5766484697359 +645.1233969489693 +435.6842398230769 +628.4837429692911 +410.31053149250374 +393.74385989808684 +863.1108755198451 +1094.6888848595852 +1099.955430548411 +1114.2480221113103 +1127.797097689763 +1130.0743504840186 +1145.994349918752 +1153.9544892058846 +1162.1174910646357 +841.7810637234719 +819.1507351094409 +800.0865258804217 +796.6115430760682 +812.2182485200703 +807.2947948239223 +753.078056938289 +455.27235349077074 +661.5755740066149 +449.81329136529394 +652.6346884475349 +447.0129465017781 +650.944696032447 +410.4334181934289 +393.9274071334982 +902.337017232735 +1116.841444400022 +1119.1928031544203 +1123.0504629030097 +1123.8600283352393 +1126.6648102728384 +1140.7571054250045 +1141.5323695116058 +1142.786175665646 +831.2610329300287 +793.2297211537442 +785.681964333945 +791.7706708653518 +797.3524261110416 +794.2649399882065 +726.5828519279951 +444.10207618546764 +634.6629756494397 +434.36810678665523 +630.3368475071519 +435.4227308628041 +629.3979168332805 +410.16141456730514 +393.728917216143 +843.8931120323724 +1083.2013701893163 +1081.8092147554376 +1089.4472455886926 +1090.778762393945 +1095.572504048072 +1108.5871632524575 +1108.5815603141145 +1105.1578510937782 +796.2237507269751 +779.1831650853273 +768.1152569819077 +766.1354648453715 +783.0375820303144 +782.6559912822495 +718.3095561643534 +436.2330121554327 +628.201464052316 +432.03586059111365 +626.2771016191185 +431.2993693038755 +625.5868446488734 +410.4543260146091 +393.8776341862224 +847.9408594114474 +1088.7087457899822 +1096.3185179289108 +1110.6396073634696 +1114.6378279014036 +1106.7748795006744 +1113.7284473627049 +1118.501405975578 +1120.3218121143168 +805.0802239146437 +785.9645261048768 +772.5330837202065 +771.5129069882875 +785.4970802949301 +786.1988074304146 +723.2677591338446 +468.29173582697877 +636.0599350001697 +435.3367961502453 +630.2893971459898 +427.7998416087473 +624.7926516034892 +410.0728581278455 +393.64521731926374 +688.3222870643614 +865.0381656238085 +875.6879922069854 +885.1373348995704 +890.7146825631906 +894.1760290238552 +902.0663406549264 +912.0057222059366 +911.3927676385034 +919.5786203720252 +900.7316047585755 +632.6560927015315 +614.6765380367003 +454.40067829142623 +667.3869791593945 +456.3271254944821 +663.2140839919177 +417.13192086211245 +615.51472056785 +415.1358490398102 +624.508041115281 +413.02792751996157 +608.3629742259292 +387.0527727051401 +365.80654264321566 +678.9334881511335 +741.46641346972 +734.2079393508806 +741.9856397770814 +733.992738732393 +745.7029673844413 +736.7322457406531 +753.5783692393512 +553.9511166051068 +495.30634981516585 +597.924734968989 +471.1805326897378 +591.0789126952313 +486.3884461053302 +610.2443064243695 +408.85866430409305 +628.9919445536352 +431.77501614820625 +625.9140775721077 +428.1457475956506 +623.91468500165 +410.3747674330825 +393.915177121539 +848.7243500834828 +1089.7896699954122 +1091.1884929832515 +1102.306878087778 +1115.4835788246785 +1113.9569202087662 +1120.8674821209788 +1127.7698816556538 +1132.3886917279174 +820.8491969831023 +802.2622188298114 +787.3715205058755 +781.5162307545436 +769.478230372522 +788.1903001670402 +731.4541156645488 +441.9207468805217 +635.2909338523045 +433.66241134368545 +629.0186876005395 +428.64407317842364 +624.6437834954156 +410.1779909467189 +393.5072114563996 +857.1042606894038 +1100.4704450957922 +1115.0228292182007 +1132.477450309583 +1139.6802559293908 +1142.3105572589761 +1155.259121397464 +1160.3580387779884 +1164.6701259554682 +847.2262546245474 +827.8474483307082 +815.0193567229875 +808.4730621549083 +797.8591948293484 +821.1407213821465 +773.8908844374474 +468.7684355737545 +682.7952038618774 +464.7133880352565 +672.5291553892555 +453.0077629200288 +672.0982280299804 +410.36594208037985 +393.90150917293283 +914.5619256157053 +1124.0672762313532 +1130.3960568030875 +1111.2383481860857 +1111.3503643628128 +1104.4749324579002 +1106.8334677985936 +1105.1530161435255 +1105.4456029902424 +797.7924594779801 +784.0400278998703 +773.3720277475301 +776.9014140137537 +770.3754173935832 +795.6377992666929 +729.2784382031759 +446.5068104757906 +639.3254272910654 +458.3731529276011 +637.8148247425243 +440.0369828143101 +635.7221817625629 +410.34156238152804 +393.91258102611295 +860.2230135152247 +1096.749091004674 +1099.1903646348167 +1113.699112844643 +1131.0103059836931 +1127.4726936318743 +1132.6496776960826 +1132.5581721417902 +1122.8567895701008 +802.9781217143259 +785.4066753675932 +776.2457646624505 +778.1723970989194 +771.1231461630346 +795.4991072545358 +733.15738847253 +451.13150801822127 +654.642050697967 +443.1075884474867 +640.1067041052603 +442.4256976251457 +638.6224984446733 +410.35611248263024 +393.7280498528203 +866.797067690985 +1097.56080579776 +1108.815627666964 +1135.2514153801708 +1147.5297806399171 +1151.6741504764284 +1156.6526160517235 +1170.9670379024662 +1166.1612322771105 +850.5704183067568 +830.9323776534661 +813.7504094184013 +803.7730580255454 +785.7650146994774 +798.8450878622716 +751.2260786198037 +450.23452461716965 +654.9998707691826 +441.7439491292545 +636.8583044077816 +434.3515301371017 +629.2309718911931 +409.8097592491416 +393.3350986674112 +713.8530962081521 +874.7878292428727 +886.5757347760391 +901.5898801987726 +911.6862984224462 +915.3302906702689 +923.0780435907454 +924.9552104966218 +926.0959160880496 +934.09538288598 +921.0148490199437 +641.2452803888704 +626.311037685362 +434.1196737599876 +664.6325184328182 +450.8952909616515 +658.8649476976501 +416.3232336161544 +620.4975512594866 +415.0235111040399 +617.8667084759134 +417.07641664699065 +619.4186298491923 +397.9852731019294 +365.66883853623017 +680.6425706059832 +750.4410547151144 +734.0926832887864 +733.2281991146783 +726.3057358700665 +729.8673667225241 +726.8580470103743 +736.3565954088051 +524.0045179757515 +454.12606175653355 +596.1391595733393 +420.97229812444516 +597.1768307372765 +451.6702827397143 +618.7643070313023 +420.7883134260323 +657.0983839850147 +454.8784722671446 +665.6819629746005 +450.5666873516336 +651.2696636582917 +409.7910138121936 +393.72023258395535 +922.3386110323056 +1141.4745969754572 +1112.9239838364351 +1127.9188668687946 +1133.472682270419 +1123.0628528140712 +1124.6096511850526 +1115.6504040656305 +1116.8655289475842 +817.0811696824572 +787.073398955995 +773.4912944251 +774.7047273551505 +769.6393513718392 +793.1755048425305 +726.3958491750377 +445.9603820621025 +639.216589413672 +467.2208255468321 +637.0379778900606 +441.08947205846414 +637.1982938900852 +410.31340026701974 +393.8739589086097 +869.4349023917415 +1098.5190426139945 +1105.0471864012939 +1117.106672104144 +1138.4543677252834 +1137.8862757847994 +1145.7509656695293 +1145.7692470799523 +1145.7300213777085 +830.575979862961 +810.1466608798786 +791.9445314799407 +787.7949665844035 +775.9174990207927 +796.8548220415706 +739.0601946337656 +450.40443001861087 +649.2754878067168 +446.27049389332905 +641.6397304302292 +444.535794261905 +641.1197613497294 +410.30211806834615 +393.5391607718525 +877.1843838637834 +1115.048098994409 +1120.3976562923265 +1131.9505330901613 +1142.5747955301044 +1143.2477709843672 +1154.8411463227499 +1161.319054106731 +1160.2218212463736 +850.8843728670399 +829.5236847541273 +818.14503105899 +810.7116887949071 +791.8617058422808 +813.2483919933144 +768.8507353091703 +463.3137161978599 +672.795369368249 +458.8457003099787 +664.6688059606461 +457.80226956229285 +664.869866243857 +409.5968521927244 +393.13624443941677 +906.0286653547271 +1128.105823087314 +1128.14039549639 +1142.2220391239262 +1159.488610536366 +1168.1665228946242 +1189.7272785447965 +1198.9158305087865 +1194.597936238877 +879.8550112324597 +866.3914707489399 +852.604581567916 +842.6588069352633 +824.6033139049832 +848.8474724984745 +802.2540484776846 +476.2567228609265 +695.4982552135439 +475.79753328076816 +696.8427491595837 +471.66751528182533 +694.8347244390324 +410.30916090516735 +393.8404853311143 +962.6109287515118 +1190.5548132000886 +1212.0026545816745 +1217.0465723585417 +1215.5402689599337 +1218.846535737433 +1230.9606719488038 +1229.906317427928 +1210.796741159955 +872.673113239523 +841.714154326168 +826.5733425237239 +809.363842684735 +803.4487098034767 +821.6383825450375 +773.2398740781027 +465.816901814434 +673.9407984119987 +457.04168596543263 +665.61795648913 +445.21638784454524 +639.5745853453549 +410.30705330675795 +393.8341850874149 +711.0820637021519 +865.3291207367082 +871.208858443943 +877.5640833255002 +889.7918292174697 +898.2396075359144 +902.1646660304955 +903.0528319916975 +908.6802993700736 +913.8096389168859 +903.0866085852844 +635.1427592408736 +628.8205991507477 +432.60452617064175 +661.5165198030498 +446.034125898588 +651.9790107599844 +408.39546857694 +602.8651160584383 +404.17744188451 +597.5425051742003 +400.0515366427099 +592.1863553443252 +381.3363208855394 +365.1795922234819 +678.2575210211661 +733.0844708068166 +730.5846169531654 +745.7724188548528 +733.3354564737166 +752.3413920564567 +737.3751683014361 +770.7518550536907 +564.6735042438696 +508.0642104772256 +605.435019372225 +492.45523997980206 +599.8875131092078 +499.8111888270431 +617.3844381511299 +492.0165242396977 +643.2974154393719 +516.6808429187457 +643.7595689013588 +476.0104463868853 +643.5247294893738 +409.47976605044624 +393.26025531077676 +878.6628390181595 +1098.428856957728 +1098.227842202659 +1107.3571607204308 +1111.7831921632212 +1109.821793565509 +1121.8345875098075 +1131.6103897840403 +1128.7861001762387 +818.8188822076057 +802.3040632714441 +786.5828797842278 +786.2439704364256 +770.2616013087755 +792.0152727967225 +743.8611872637848 +443.2542996094398 +633.2610583341028 +435.0791041456462 +629.8450246208082 +428.75363618789333 +623.7027416440237 +410.2858745271597 +393.8155211206446 +861.3329171445445 +1096.3616116051785 +1103.9286448258788 +1123.6628489786046 +1141.2797824968748 +1148.8789648238894 +1152.6495340339172 +1166.6496387158745 +1170.970624321517 +855.8320204060817 +842.4760926257762 +824.8827748583766 +817.1816264705974 +796.5023102095955 +811.6768235660963 +769.1438322430879 +454.59501185442105 +661.9938439518379 +448.0053618317553 +650.1745928909465 +445.0245719677703 +641.866585674557 +410.2964434927958 +393.7959359866991 +876.5696625455215 +1112.7223958014174 +1119.4087508227376 +1138.0343884292388 +1156.834649457844 +1165.4948724477 +1163.5935853291603 +1173.194978438063 +1181.517953419888 +864.0127400105258 +836.5685483058305 +821.2487308243735 +838.589306281727 +836.3618771058394 +852.5915368681913 +783.2529649158671 +472.5322179439922 +692.4970990225494 +464.72817296446607 +675.3835117808322 +463.00682539650217 +676.5089545423511 +410.255002541994 +393.76205721364295 +957.7830348989405 +1187.1207351643513 +1173.282966513991 +1181.478038684495 +1191.3564996140697 +1188.2188214665287 +1207.8511485641404 +1203.6028502961822 +1178.0890915462135 +869.6451956666094 +838.4954326595487 +824.6089379319993 +813.4807909235205 +799.018956342967 +822.1704261206372 +761.718329820262 +455.88324167183487 +664.236790481603 +450.4604082276005 +648.3173503568106 +490.45790558256317 +644.485301008417 +409.64569455657295 +392.81543855641644 +872.464349231898 +1103.2700767946314 +1108.7541418952603 +1123.3633666204373 +1130.3776870033769 +1130.637349280086 +1137.6224169985808 +1134.9593550383956 +1134.6107381020859 +817.3365479423163 +802.7810659068855 +787.3895242884823 +792.3275688725872 +782.9502641010879 +804.5886915404727 +751.8727142749881 +448.3601450664119 +651.0120848699347 +439.07060060372766 +633.7511802145261 +433.6992189338073 +626.2587110464123 +410.26157523651483 +393.79092052632996 +707.2343215548591 +871.1898054490384 +877.7749834182644 +888.3566220248301 +906.7805620691761 +912.0662483744435 +920.4981803169327 +923.7874837081025 +926.3943746616977 +930.6791220104324 +924.2860363918114 +649.5062101779057 +649.3824447653882 +443.0785840515412 +681.5018239005091 +457.6493160023095 +669.016785335102 +420.3749461463306 +631.638988334586 +421.01833859288786 +626.3510772310392 +420.9730377090456 +623.6174516418453 +401.5581703177079 +366.02560442859016 +682.1407513419459 +794.2694021359 +770.6302509276954 +809.2607313036461 +778.1377685747099 +820.0551309091026 +790.2446031557561 +829.98904516161 +598.5018175737932 +545.7463295117475 +639.3712148634118 +529.9442476079233 +622.9895514097415 +534.4735966277165 +641.9754842944538 +526.5605826655618 +676.2476649492581 +559.7276053533226 +678.1941649566614 +556.7716415844349 +677.4611868894954 +410.2490220898378 +393.78272112456426 +991.4909758938437 +1212.1387558082156 +1235.1719854595294 +1248.3918115844829 +1261.8473992001248 +1272.1376793769412 +1272.707686123298 +1288.7489010528584 +1281.130138632204 +954.2827487792555 +898.9121922211832 +872.2725151848339 +863.3913806886761 +852.6092341581575 +860.5948405915194 +796.0021018842598 +468.98892594345165 +680.7837575377738 +452.31743594397705 +648.6919359091162 +440.26452441095694 +634.7420942693687 +410.2501396566972 +393.0519805085951 +855.4316824552504 +1083.6635779712037 +1082.3642517846429 +1089.291315083999 +1091.9794709485534 +1086.4864032839992 +1096.443026382632 +1094.4865358591921 +1093.398687005606 +788.9930145836163 +782.7950793725091 +771.6358812851695 +773.3445861559923 +765.2434272246247 +785.1890753857997 +723.9624761768996 +435.92249624821784 +626.4542465482017 +430.09048190116073 +623.6237642715936 +428.61886637409197 +621.0954706176398 +409.08240002514486 +393.59617659822607 +856.5247656100507 +1088.8113018136785 +1085.3595317664822 +1094.989081486527 +1099.239652868706 +1103.8943427734107 +1110.7838493379766 +1117.6476906987946 +1125.3775330210638 +815.3278142061588 +801.938118418886 +791.6476552705927 +784.7446269930293 +773.9135209942864 +793.1068849770161 +741.857293574959 +444.3574179739634 +635.0799203281006 +471.28210775267206 +632.9923722091517 +431.81460408174746 +626.6567135547522 +410.21057079629566 +393.78263141523405 +863.9945943941875 +1097.1271770324954 +1102.1671017211195 +1120.5823787994448 +1127.3631969910427 +1132.5573696326771 +1138.8775902789248 +1141.8294265089207 +1135.5007398194184 +826.400930774602 +801.9842620053627 +789.6245902951879 +791.1365147420215 +777.5555732523721 +798.8564780389548 +752.5460563235711 +449.09859101219854 +655.3785485643497 +442.5025259080025 +638.4468439792331 +469.1572132638264 +638.7639974342098 +410.2366839747961 +393.0569043774401 +870.8772292782307 +1110.6525800745633 +1117.2409758850008 +1124.0993782940732 +1140.1610435516513 +1154.5872652274445 +1154.252618513632 +1174.8486639355651 +1171.9270202575062 +862.2420811313697 +834.6518153512743 +823.7240508660537 +823.4683177846014 +816.7760021759079 +834.3754190037921 +785.0997017611246 +471.5746740120244 +687.7922489206775 +466.3573074056055 +680.2101547121924 +463.6828046689486 +687.9088912076988 +408.9578637698015 +393.5833614302391 +826.7919095745723 +970.6819787964602 +992.9269880707527 +1013.6700460681006 +1019.7869378218516 +1037.3591421357548 +1031.6655350178808 +1035.701447021111 +1036.2153519266903 +1068.3058331128423 +1061.4357154879447 +759.8273103899135 +686.051969474416 +468.63816229582994 +733.276797324615 +491.10016318124906 +730.4966418041691 +458.17860133860637 +693.3326259691717 +453.33172509172704 +692.8422214791691 +454.8282949119266 +692.6860262020066 +433.73026850213733 +365.93025206259847 +747.4428675867154 +895.4452635665787 +837.4082095752937 +875.4349781026292 +826.9930973417377 +864.3807332197048 +828.881240567172 +865.6407741795215 +595.5380991099611 +542.047740122632 +642.2224177134939 +523.7707744870626 +633.1342300555066 +536.0363580909373 +648.1934948138222 +527.0877159429672 +671.2013930674918 +544.2904342585434 +662.4416259002744 +536.9149293870004 +659.9589277860689 +410.20887673792475 +393.57634155197456 +929.4064815026753 +1144.2353229431023 +1152.0002094321892 +1152.9066317804773 +1184.850859687751 +1209.2911747522396 +1220.118333080752 +1217.4670179358477 +1219.7755624215492 +894.0597316706443 +860.4331334256715 +837.2954392806987 +828.4280668393401 +805.7021677934221 +822.2892265516416 +782.5237637886756 +467.6230904002203 +679.3480187754561 +456.4507299421846 +669.3688547663465 +452.5837337116747 +650.9597285923272 +409.3493008929179 +392.89969572345194 +898.4147154099659 +1146.0744470998181 +1168.0299337174904 +1193.008495158728 +1206.4437438615755 +1216.57373990581 +1219.8565460279003 +1212.4597508431987 +1215.0130389590593 +907.0049852536708 +886.0872487417552 +869.0611383191803 +855.8390423640761 +834.7352623954963 +840.4250592356337 +794.68706724298 +471.5225220101973 +687.8416847928283 +465.63851962426037 +680.0829492764167 +461.93471752270466 +681.9391307162354 +410.17993544544373 +393.748212130623 +947.334568381587 +1170.4942916425402 +1184.1679741715532 +1196.5529215753293 +1203.808668907189 +1197.1578738521207 +1203.826031283096 +1215.9815063227632 +1226.3121875088325 +909.4933536700881 +889.6771479618493 +867.7585972491246 +850.544712663566 +842.4851772551567 +860.2602675110932 +792.377581735384 +470.87447916137853 +679.8832881209977 +459.0262658666715 +661.4271394325401 +452.0298082030941 +646.9552547235554 +410.1777710508143 +392.5469840635735 +878.4317632476395 +1112.412677299189 +1122.458688616331 +1135.4623625196916 +1143.430194893306 +1140.431715091749 +1159.6471454151092 +1161.1543761418204 +1159.9156630399723 +843.8474826969532 +825.105728371696 +812.0779114643981 +806.7189682990045 +787.879578531676 +809.257221196266 +766.3323725113203 +461.29791120541296 +666.1081221574086 +454.74263379342904 +657.4995384810787 +453.8553063500724 +656.6229714370786 +410.0467606717641 +393.73851149749436 +875.3174674825846 +1110.739958802508 +1115.106879681813 +1129.9217457921986 +1134.6175884249512 +1136.3218668729507 +1146.9091662246437 +1150.7215731976016 +1155.2834461567968 +841.5181412217198 +830.9680303299705 +816.2023616500231 +804.6321542046727 +789.6575666127466 +808.5024607246406 +765.5901276599454 +457.96621616581564 +665.3888715628508 +451.9387117818574 +643.818711945996 +519.0526789738752 +640.4643551790379 +410.17115157232405 +393.0041471256101 +716.864190109582 +885.6252353508967 +895.4453156289313 +909.985179915584 +919.1948673577754 +925.9112916573062 +942.1370083338433 +942.7922201188177 +948.4768379090434 +947.8007499211707 +943.9668383325837 +657.2370622050906 +649.8965227455013 +443.8784429028411 +683.0549863804126 +457.99668269312264 +672.3739827024754 +421.97059038230117 +626.7269981755871 +414.84820177809695 +608.8964462866782 +441.16858355327787 +605.1311025928769 +391.52797078785125 +365.95882758548794 +679.3959419000689 +775.7179064364116 +756.0548601187952 +783.8774804914979 +762.7871672116781 +808.2303036755081 +780.8197258361301 +827.1688280892738 +603.935352501933 +552.6915488744141 +643.9632888321896 +533.8188496514795 +631.8456578290089 +539.5414389128174 +649.6172139819724 +535.7617822956906 +673.7290362515936 +556.0700342645368 +667.844165010089 +551.6150901663624 +667.4019421478395 +410.07349942618595 +392.18279190920435 +963.5743503083932 +1190.257443301991 +1206.5164942604265 +1214.608825441727 +1225.5724162898864 +1235.3317035223713 +1270.859598428993 +1269.7587531101804 +1269.2788668383546 +956.5976896298498 +929.402314931416 +893.6412555123981 +884.4933763110049 +866.9111676802564 +882.6959329138218 +818.8226538522814 +484.8498925811312 +713.4331331192974 +477.562354481645 +704.8167537648486 +472.11122923586805 +701.2654357981916 +410.1468515659945 +393.719246221055 +1019.6047514727204 +1267.4384165836707 +1290.0834513217028 +1300.8252770390543 +1319.464747777025 +1329.3465785324247 +1368.305084326323 +1332.7698333219596 +1324.904182299973 +994.0995778364232 +984.0119821119181 +949.9470516999528 +927.7374917536712 +917.786144267006 +916.9355788610711 +826.3109377715593 +488.8677511229906 +713.1273855926034 +475.5105593639642 +687.844088858989 +467.4772709135571 +681.3190360633411 +409.5276865743802 +392.64545467236053 +930.8505808409689 +1151.9107277561664 +1173.1743381060714 +1205.6151725334464 +1210.9279828762803 +1205.5824937538773 +1228.2978474819868 +1237.8226651002133 +1246.0787159261447 +905.2228089922994 +880.815416670092 +859.1002200578173 +859.2021055034297 +843.0043787164959 +866.8871411390327 +804.6338864744622 +478.9006478264337 +705.1644545446253 +473.72501732936223 +694.8032226424745 +467.1286711178445 +690.0511099161421 +410.14351114449477 +393.0947701429277 +978.6974472690945 +1201.56105808955 +1222.664602020646 +1237.7966092522388 +1249.587152957238 +1245.7632226087894 +1255.746519021507 +1262.4692557148435 +1253.854458700673 +947.2077072983953 +910.4763476915371 +895.8216818594699 +889.8663726718262 +870.5981429590281 +879.7719884128392 +809.9397216321757 +482.0710814490497 +705.9875528294014 +472.66437644189114 +688.5930566694485 +466.91439883545684 +674.9219291776518 +408.80572887582355 +393.64949747753195 +930.8775422192717 +1144.8636558966307 +1152.2067991455951 +1160.4033013424973 +1167.9820894451457 +1163.050094351225 +1173.2733263441635 +1177.474694966046 +1179.817774528614 +865.0764990068623 +843.4731189103466 +827.5754152964726 +820.4326410459844 +798.4545281386877 +813.0623484324317 +773.2950475410796 +460.1213336095665 +670.3870796327873 +459.89745983980714 +671.375774792577 +457.17298741479163 +658.0753609072964 +410.135078809987 +392.017060122836 +761.8782221421756 +915.8039480257419 +918.0710790676334 +933.4949520088037 +942.2794721559571 +951.8570697629407 +953.8008027229498 +969.3101677593987 +970.8701329829988 +967.6556638223747 +965.5603624659053 +666.4260899840287 +656.4212921735982 +454.2808915005748 +698.6082132267857 +470.65981814941335 +691.2658933686325 +436.2640943933508 +655.1878286639321 +438.40333938250615 +660.5883673180488 +439.9738874196174 +656.7549240450697 +416.87719590978696 +365.91888360048756 +708.514433572048 +825.1247013049723 +783.840428781015 +794.1170896837435 +773.5753088782888 +807.3316479410031 +802.0525989691521 +835.1610417056119 +597.1440981001854 +540.7580189705507 +631.7164931200233 +523.1040911423754 +621.0856327553419 +526.9609987302772 +631.8957480535796 +507.6250238738783 +654.8515029399734 +520.7070805058144 +647.1185442654494 +473.20506765961693 +638.0369505130734 +409.4630529660466 +393.6805865934358 +888.0760031663185 +1134.9216556521926 +1153.0737357855128 +1179.1236444781798 +1189.0743612547642 +1206.1810036444717 +1207.5251709109032 +1222.517774761966 +1237.495990720671 +910.7002339440744 +873.8174138771534 +852.5679943248609 +856.669593801838 +817.3554330324349 +831.2519075358474 +791.2502311730071 +469.20793599589007 +684.6495405383994 +462.2663956792839 +672.1083486734883 +458.6774701635828 +664.1619799103628 +409.23575985407655 +392.88507222179163 +936.2248279552219 +1181.4300934099415 +1185.4499763313408 +1202.7142326244245 +1208.0050160100054 +1197.2720411134187 +1215.7385056164899 +1237.677185381572 +1229.2860010981522 +918.0593932167251 +884.4640566823089 +858.0339597490889 +848.3922925293051 +835.2175059313993 +856.493859619903 +809.9762956117364 +476.5944580190873 +703.1422787848958 +474.1144799806374 +692.9564451428903 +466.7926438882616 +686.1248701740343 +410.14871510204705 +392.45352952007704 +950.3351291333823 +1166.4228723842182 +1197.6000865245119 +1236.0953175022375 +1244.4319804114548 +1249.6957126189309 +1244.8231377451855 +1245.6282609082486 +1253.7822785066687 +946.6595986528091 +920.1776125720584 +887.8494064321842 +882.5016031862154 +852.7984276833284 +860.3900227723349 +787.4239028273369 +470.44076552581464 +676.7481115845858 +457.74786604600627 +657.6971096526912 +448.09622855416046 +640.559340800449 +410.0060047236777 +393.6737356771643 +872.2448357632248 +1108.8205795219926 +1124.6599845039525 +1138.543063414932 +1146.9110630527887 +1148.0679558565855 +1159.1275425063739 +1171.3660854434474 +1169.0120185518526 +856.2796386182049 +837.17144495043 +829.4769435134399 +816.0157708528977 +795.3085144652905 +816.1625128452883 +773.5012200315188 +457.9228129005071 +667.1861836970293 +452.3096348657494 +652.0426306404494 +448.77832181044835 +653.1812409980214 +408.48440012970957 +393.61099472894176 +880.887682484455 +1127.5821171311177 +1138.3097329381753 +1150.643985125243 +1161.5592275033696 +1164.9172202653858 +1179.8824412145536 +1178.1234537723883 +1185.6245128935138 +856.121249915848 +827.4399158567645 +818.5090165483148 +817.7824797916599 +802.2536777461845 +824.8406422836812 +784.7753145820635 +469.57538677244304 +681.7641398995073 +464.5722880712528 +683.2291088827894 +467.1781927622426 +685.9161970670332 +409.68057831042853 +410.8853205838477 +802.4762658408949 +959.9128172335609 +963.3598565827624 +981.5270659379756 +989.197459204868 +978.1273158556851 +999.7500766337295 +1042.913744218616 +1040.220320704072 +1022.7325850158629 +999.7347738211037 +708.1865140819838 +681.1700258627575 +460.7256399277676 +712.251424179946 +473.8597318361008 +688.6793696106146 +434.34147653175626 +649.2457146285401 +432.9266013587209 +638.9571498219585 +425.2609369164392 +627.93278385917 +482.8063385614233 +364.16764473842716 +700.680736235262 +823.418210052891 +790.3726598678194 +829.146596654248 +792.8116952214224 +819.0730785210209 +785.918777822335 +826.7172614480216 +592.9468231330408 +530.9175367586447 +630.8177756390859 +521.0026344303944 +628.6648659718393 +529.5796415871808 +635.2742571901288 +513.1443333818191 +658.2409952118934 +527.8160292905275 +650.2572692735539 +483.6608693096721 +644.6604302216458 +410.1128567639864 +393.6358978990461 +904.3610101019011 +1164.0189880100581 +1183.579858599161 +1204.1466250818642 +1235.4982135320888 +1225.6946273772721 +1238.845116356989 +1253.7977929126212 +1256.7189254895327 +933.725734620185 +920.9023144159969 +900.4129990367874 +881.0332633389971 +834.306816053401 +858.5738205165504 +807.0829695393153 +478.6977830498598 +701.3985413378421 +467.8252112011957 +681.4950915450675 +464.78212519204294 +683.6786811694275 +409.16134821638485 +393.6236721352737 +970.4377423845583 +1188.9677310435843 +1207.915944196422 +1232.8234124119865 +1259.8340861770032 +1265.967478094141 +1281.1290012426034 +1290.8367542085405 +1283.8794962468467 +948.9348183427024 +949.0673536982948 +928.6993428164186 +910.4017929364558 +859.1692544709194 +846.6013996828077 +796.1251646196582 +467.3506714412641 +679.378470799258 +459.83075590108285 +666.244575826039 +451.10694720140526 +649.6668442274382 +408.51991701313096 +393.5400666245193 +890.061421308248 +1127.8520846598076 +1140.961637165499 +1155.5557940599108 +1171.1659083983423 +1174.6074071648961 +1178.2732957675237 +1176.204402614424 +1181.3894745620664 +859.7772321375012 +844.9275322376701 +819.2633107771176 +821.0385571329173 +802.0114357107042 +816.3308054041775 +774.5048846211065 +463.9347220389535 +671.4758648889639 +452.72691857016014 +658.7095145753232 +449.42791531553706 +644.6251125744119 +409.5948501255713 +392.46195769980415 +885.0458518612328 +1141.5885589288587 +1167.7315046610104 +1177.2545375210202 +1191.316801815609 +1199.8600132850179 +1218.3344618075457 +1218.901654814458 +1216.6102732766517 +893.3766781175995 +884.6537930243942 +877.0741633053601 +855.6530355139278 +830.3872012515835 +837.3370667534482 +794.385766099629 +472.4754420267429 +685.5161078433812 +464.51465945997643 +680.0203144667244 +457.7633450946378 +663.7270468884094 +410.0838365438413 +409.69140475647373 +907.9487063231729 +1162.8042118916787 +1175.3374385210755 +1193.4827974449365 +1218.0645987054124 +1221.0092605682662 +1238.1390070884202 +1265.2351730429593 +1267.8342113336273 +929.5378650211533 +890.5144131587331 +888.9036799767089 +868.9240939550763 +848.6725810576297 +864.0119527688094 +812.4601779813215 +482.93468487984273 +707.8556072701838 +478.05110212947335 +706.0448687215084 +478.33688216910093 +706.543641086442 +410.12111986985764 +433.35133334353674 +828.0211689659616 +977.9846233444975 +1002.9855690437307 +999.6840968420777 +1001.9729580962697 +1005.7908324868098 +1057.0889076651706 +1105.0331515806315 +1102.0176198721376 +1097.1366899223922 +1031.9457944228438 +744.6494799142201 +702.6013273689624 +479.84355750185705 +755.710418493832 +501.64128680773354 +744.864057381029 +463.08769901979923 +705.1818729109685 +462.227887847675 +695.6133414962133 +457.39568523080493 +691.986278379265 +433.56745128125783 +365.7859975815643 +750.877681325807 +909.1982757031953 +872.2684975036237 +898.0738821343533 +833.8145123766745 +865.8888538467049 +845.4557791849932 +892.1615032880238 +645.3626214262009 +577.096535047323 +663.9410935037325 +546.4537058155657 +648.9852535129636 +559.0252076098274 +670.5077314638291 +556.7087025841333 +698.223663465574 +582.1598985464976 +698.2227613466752 +587.062755381797 +698.9024441081715 +409.22303063317503 +393.5572969046021 +1047.2282619424866 +1266.0543366919942 +1265.6560521070498 +1266.64690969278 +1275.9073777674225 +1284.9118758417687 +1294.5081542813466 +1294.74721282799 +1263.8676286442976 +936.0477172713236 +909.9736628676699 +922.2954769955378 +913.6715962644231 +882.4056654600869 +891.7912734619501 +820.9592740179102 +482.25072739054264 +705.7413066189694 +473.78691680601804 +693.8299144285036 +469.3066008819459 +688.7137360140181 +408.61027829013653 +430.98026393436885 +963.4826318932483 +1204.586913687296 +1250.8296450213263 +1245.0021714328411 +1254.5716808864488 +1241.2693999980277 +1266.2749119499865 +1282.7482577879848 +1274.353710011147 +981.327516130471 +940.1255333076831 +910.9051156763062 +897.7010828285873 +869.6948250424845 +883.6458302692857 +821.1985569402952 +485.05879256233266 +716.846062335819 +480.6780289802318 +709.9963542801768 +481.5602321208964 +710.7522543774749 +408.4291643967411 +433.0946160853535 +996.0229493080283 +1219.2243625937697 +1247.439473042695 +1283.2017603105999 +1294.2064403359734 +1311.8735363204041 +1322.5047021177004 +1343.604500558667 +1349.7496301534238 +1007.7957779800928 +963.7282037198113 +946.9008028874565 +947.6818225418615 +929.1625528217783 +944.7110350887849 +852.8648050296683 +505.8655076753109 +754.3678271470958 +500.0789846721466 +743.8544400896417 +500.1189924178277 +743.9221377246367 +491.81132196691823 +719.4826346263052 +973.7611987437532 +1259.1709439186477 +1279.850292966007 +1292.9591069711685 +1326.7427475518205 +1325.6864991883658 +1349.227217660891 +1380.0778008452764 +1347.8865375502692 +1013.0021034722455 +950.8271090694599 +955.3347974474591 +953.9011461674662 +946.4892089247373 +975.9305276548978 +857.8741834683751 +510.5985366118 +773.5757436368267 +518.3124652377498 +785.1650887392001 +520.1322535924983 +776.7663597538924 +501.9974470926817 +738.579634098457 +975.9275067803717 +1280.9489995465703 +1298.3846644530404 +1310.294326234146 +1314.010173839451 +1313.6146888783824 +1331.4391854991648 +1336.613694270692 +1335.8865588697213 +976.3449864354459 +960.6375715607139 +936.8629796615147 +933.6503394108086 +904.8909812364019 +918.8255005051935 +831.5321596741156 +494.0519123060867 +736.5672701494974 +488.31867199994275 +726.8649804993927 +486.3660998703602 +723.0150997869113 +409.0131489866695 +412.6289514654886 +849.2674502147119 +983.4896800004176 +959.6352903438892 +989.1020700320265 +994.0370466040623 +985.5809751346051 +977.0649520273653 +979.3528290585077 +981.8914914492001 +997.5209493389938 +978.0922784913887 +701.1920294554776 +667.2898804603226 +459.6348100468564 +711.3255565754926 +479.7006093148574 +706.2936594941895 +443.3648209742005 +670.3345412398294 +444.7086875382286 +669.3622377778021 +439.52479103686267 +654.2549661599866 +412.299011853993 +365.4881710095146 +698.418682694707 +815.7709337063544 +774.271948437961 +803.4514631584706 +786.0698600298592 +816.3488624368499 +788.152404770031 +840.1082526711582 +598.2418023054016 +535.5665025105346 +645.3930372754453 +527.7339550403285 +635.8511911324292 +538.9529108673942 +653.1869806186536 +528.2810658230679 +669.1241884168775 +538.078895526284 +660.2114825680052 +532.2888782889054 +654.2242571289347 +410.04773449338 +392.54264722574055 +925.8038198254088 +1158.4836053974723 +1180.392814413353 +1201.5005391852071 +1214.5054682547332 +1220.8755075017016 +1227.8442783352411 +1237.7908055346059 +1224.690780244347 +922.6960445708845 +892.507937314711 +865.3953928962959 +854.9819199467734 +830.1625682991739 +855.0739688481611 +803.9445074635562 +473.5050513949607 +689.6396318912912 +463.40330701006746 +674.8302357630633 +456.1159737751335 +661.12013634174 +410.0891742362001 +391.90200327056897 +901.5785916910808 +1153.3533324467862 +1162.859859867167 +1194.150496586457 +1197.5184617328855 +1200.2262640848014 +1219.7745631101377 +1226.2644669312008 +1229.6744437118243 +908.1427627148921 +886.854835990997 +872.8593987113547 +871.98109595347 +854.2187894752135 +871.3027347675655 +816.0080659489844 +481.1578234815527 +705.9519167518115 +476.6624566293026 +700.0404570778563 +470.15488225235146 +690.8390508757388 +409.13293574240936 +411.34795132432413 +954.4333068146835 +1157.828067753107 +1195.6162178233678 +1238.528079204836 +1270.0355721307487 +1272.6800828124897 +1273.405437479345 +1282.7922228769312 +1288.8429737348947 +982.021184021519 +926.9442473793973 +892.4497363488097 +877.9493228171303 +873.9331247410805 +888.6937718411695 +815.4130999783188 +485.46776169440153 +715.1857563995521 +477.9849853031957 +710.253820493571 +479.72552324626145 +706.5445731079543 +408.6280169367363 +393.3519121629043 +1004.8768602058151 +1219.331200259007 +1238.436772008323 +1247.424269000299 +1283.766171840387 +1309.7506978207812 +1327.4462232232856 +1295.7649914651527 +1271.0406523304077 +962.8624920964238 +950.8768680737705 +945.2971398642535 +876.9435176464088 +869.631515738572 +882.8256990198563 +816.243636219876 +482.5768722707129 +712.9450359821641 +479.09700791141773 +707.0655567922058 +475.9587470704798 +703.93707631594 +408.37193680431113 +412.53600750198643 +986.8444077703431 +1173.2886329921878 +1187.7539208403236 +1210.5117960003556 +1220.829521441599 +1222.6508512252412 +1234.2777725386572 +1251.591330620216 +1249.960791608951 +930.7176503599168 +910.6989260259097 +891.390356840642 +881.8427167632223 +870.1157932894154 +893.3949810678498 +809.3862171021 +484.25660071606364 +715.8423100231008 +480.92249060148913 +712.7740143314145 +480.56863096564314 +715.4018855315669 +408.3761877570062 +393.607177006129 +855.0089569379709 +976.0146611181655 +973.0097470141442 +989.916125420768 +1066.1774295787782 +1033.626124810022 +1041.8733432795375 +1041.5360876047807 +1042.7582441254397 +1047.2270612013674 +1012.7783885343238 +720.9410095375165 +685.6577993280764 +466.2173291881903 +731.348319803147 +484.68440382533555 +710.9339033928289 +445.84594827249447 +667.536752705429 +441.928152645611 +674.9375351860286 +441.3388557822391 +667.1792477696049 +417.0920978267639 +365.35496398404484 +709.6519762777089 +840.7279375513641 +797.0269267004036 +827.8127369552546 +810.7681453853652 +844.0024969152189 +811.9013003444057 +833.4379608296329 +606.0445765915636 +551.1039203275749 +653.8283905408044 +540.9269324276695 +643.9045524195898 +551.3389331553235 +659.8916393036744 +534.5836985865308 +676.008661636909 +552.4970286121971 +671.3803783623248 +543.818772058263 +665.9594652224198 +409.56823373527766 +393.60001332698636 +950.9941765072537 +1186.1772786390748 +1206.4069887927874 +1216.1287688510527 +1221.00325001128 +1217.6149651523583 +1232.4367546090814 +1247.3573271326052 +1256.075795391962 +946.2574913112888 +928.2071302952206 +919.8901824079529 +913.1784366929451 +893.3440145961495 +900.121324694465 +817.6218710621963 +480.68680681148675 +701.4823125733783 +468.22141697512103 +679.5562388717947 +457.1025177729484 +662.0421853658147 +410.0697592804335 +393.2715654566109 +881.903962242391 +1131.4227963357648 +1147.3883844359461 +1170.5311635546125 +1172.788573614156 +1176.4038390030162 +1184.9466604767738 +1184.4562961944214 +1186.3560332380932 +866.3189655462446 +848.416717278548 +827.3111212011958 +819.2033716299371 +799.5254217265334 +815.0668318797959 +776.3392762130512 +463.51281771942126 +671.2943511098272 +448.68564579418506 +655.8457622347082 +448.028730011362 +648.2394947080221 +410.07685155248197 +409.50893810781065 +881.8430461121998 +1128.02971337141 +1140.1810476583394 +1158.4207233356701 +1159.5998532554995 +1165.5826438652111 +1187.367420721083 +1186.107522280904 +1186.5057083488123 +874.4585176148327 +856.1513288024012 +833.7864525099559 +824.686815172463 +801.7682282128138 +816.276672451891 +774.9553833609516 +460.23812431913274 +662.4174968904334 +449.1775994436449 +644.7850539914641 +443.04076854059633 +651.2655390601665 +408.9901586103299 +392.96590317195455 +871.2498455108837 +1108.234362308687 +1135.7179512373018 +1164.712616350293 +1185.1175285998092 +1192.448729041127 +1210.4232071507492 +1221.713001092363 +1215.2757325806062 +889.9749421392133 +870.5391282153004 +851.9492170201145 +836.7848244567065 +811.424920493851 +827.7184143820597 +786.4733900249583 +461.66420327760466 +670.5184133181631 +453.4602010249853 +653.0753310061043 +448.90277513596317 +643.5577678345522 +408.3822179928398 +393.57126206104 +883.0548754584509 +1130.0730436484523 +1167.7186556731745 +1183.4567587758697 +1197.845925618148 +1212.832811740944 +1220.75153675475 +1231.5128314370456 +1226.3381799929616 +910.7217404659008 +890.2997690269714 +868.1258784183443 +857.867015845892 +848.9344531597844 +836.5873364494661 +797.8511188945461 +470.96752107683153 +684.8712220012297 +464.5207858606929 +675.6600309327224 +459.38626435463846 +664.8954471169643 +409.1846710919963 +393.5682085348824 +761.5517619267578 +925.676995362841 +957.884351470026 +978.8298970322543 +982.0410599958424 +972.7311294746223 +977.7114820148312 +996.8493322927294 +987.457802046379 +986.6809007289545 +973.4627299191474 +683.1218448517712 +667.7100754514234 +478.83680535487395 +708.1018907375204 +476.04697951207777 +695.6776808955892 +439.550618552292 +654.9200923390301 +436.97025120426133 +651.8458379162687 +432.9394783013902 +647.6734482127528 +410.1682052720629 +364.72106634396954 +687.0314229762699 +814.3648797905544 +787.8498801378367 +822.6069858817798 +790.2963206772246 +828.3644016872462 +792.3279695752925 +848.7095244557705 +606.5209073938755 +557.7480108842666 +646.6782881000644 +532.7232960401861 +661.7528275415187 +545.5983978365715 +654.3791906404722 +538.9213874279919 +678.0019980606863 +561.6587555482896 +677.5128630959833 +557.1541076529991 +678.2491238696791 +408.3701560913074 +393.5779699760775 +985.9295279883028 +1196.000149149799 +1204.3741831894731 +1221.9087979083868 +1225.045162503406 +1238.7118894154512 +1232.7437622153427 +1232.9538290184594 +1248.8814187835858 +934.9830332014128 +904.815331978819 +884.2449709692738 +882.6607334685991 +895.8424700033253 +893.5659183376765 +810.8551999527439 +480.38523907362463 +707.8812378774157 +476.3851059058623 +704.0510142127132 +476.51537063050864 +703.209180214577 +408.923584906365 +393.5547669281166 +982.6631670392989 +1180.4259361025527 +1193.0474817494328 +1200.6484909435544 +1224.8717122903502 +1211.6780970625744 +1221.8089012555274 +1226.1463415452322 +1229.8631480728761 +908.4939135120297 +894.5387246191915 +871.0910172932469 +852.7931821668138 +852.9017125988318 +839.7465896349022 +805.7780590514845 +473.97355705445375 +690.1353607890619 +464.996306031743 +675.3150122041199 +460.04042256359725 +670.3246606275402 +409.9497074567501 +393.4823469722474 +914.4572585117696 +1159.616344268064 +1190.3919156261748 +1222.2234216297616 +1248.1751923385539 +1243.5087655401264 +1253.3260765774864 +1257.8191576757688 +1257.2632129089357 +935.2874875217087 +904.8136679651178 +889.174649131992 +873.8833894488768 +875.1234338295259 +864.7167850681037 +804.3122215538941 +475.32084823014674 +689.1405931334194 +465.4019063935472 +678.0492735453337 +461.4207756966553 +668.0324809884283 +410.02293919400205 +392.0290624508347 +933.0496480192223 +1174.1646917956139 +1221.9199255147078 +1256.6822297905346 +1289.0857648559816 +1321.717572219429 +1275.527495833557 +1294.1471531123022 +1286.4975107171758 +951.9226174222529 +925.74459393436 +915.5223318738983 +892.3748593752881 +895.2447702154074 +887.73064456105 +828.2154228218086 +492.1775895236391 +734.4577315851823 +484.7346926608983 +707.9521056568751 +470.8268327015151 +689.7406409208276 +408.5001924326012 +411.43249221423105 +925.6550790291096 +1146.9096108878548 +1160.4650068621816 +1173.3550241096095 +1190.3197416350163 +1194.8812957736545 +1206.092356771237 +1217.4424826964857 +1217.3912163273121 +886.7030818305049 +865.9466470921208 +844.8050509274472 +826.9809443558064 +828.7468522532516 +826.0549680579595 +784.264359319789 +465.40280100354244 +674.3655272230967 +457.1197927636137 +661.6660498310771 +456.064413696876 +650.179830433353 +409.0096772753089 +393.54651890511553 +730.9873475405414 +900.3710842303766 +906.9572446583929 +929.6175406514169 +937.4585903469182 +947.9491406644419 +952.7027428285604 +963.8367418927598 +967.9534765434223 +973.5379801571686 +968.8343690775644 +667.6887426413011 +649.7666680482611 +462.90158007697613 +676.5038959711223 +454.37645866392404 +664.4434181633503 +420.1665790273159 +631.1632247789337 +418.3459652372802 +619.2921049327604 +417.05716301255035 +629.7976608416898 +399.38375062452997 +365.39247434344117 +684.1398706454613 +804.630986260724 +790.7340100744674 +846.9314361712642 +846.7269993290626 +910.6838103581927 +869.7913440123735 +929.1847114963305 +647.3818505700501 +579.0227014803994 +674.7458501452613 +562.2874389606933 +685.2946256027733 +570.6621894877283 +683.3061223082811 +567.6981752388153 +708.6149964927946 +592.6052302044607 +705.7863073118227 +590.5158092900947 +705.1756107645471 +409.1900072111153 +393.54329137207577 +1050.330988277621 +1265.842835360712 +1260.5458904503319 +1269.0566212459144 +1267.446652753218 +1283.4568510028755 +1266.132303529208 +1307.5123346376377 +1305.982636296876 +963.2992246019705 +954.687169116581 +933.9931745995573 +916.4965309499124 +920.5609329121636 +926.4310429660284 +833.2015137886124 +494.34498991178117 +737.8241114168551 +490.8369668359747 +724.3976030107814 +487.14868427694427 +719.1869873330157 +410.01595447086623 +412.7456232232279 +1012.7424788780223 +1249.7657671599666 +1282.4678088564451 +1291.0761019549734 +1289.5209338055624 +1292.8994886976382 +1312.8298854454968 +1302.9719739001598 +1270.3100929091518 +920.1115482583498 +882.8592014523838 +846.8971609316412 +847.6054294031821 +865.6143845976792 +863.2682123020377 +793.3298565790581 +474.90270679361646 +691.5859570727357 +466.6056546690288 +685.7655270018004 +462.5591016342789 +670.8638054691905 +410.05975537279915 +391.88100764817887 +908.7237745396266 +1148.4164806895812 +1151.2769606471452 +1178.2287672609916 +1180.5639522149336 +1192.915503319102 +1204.4935109659975 +1208.1238784486025 +1212.4674591005885 +885.7683153942822 +866.1240713789874 +845.5808333935398 +832.1964287625669 +837.7931378521725 +830.7644497647033 +793.1759296460891 +469.2174565383725 +679.6113585226263 +461.14414804982937 +667.4257892711568 +451.679382186941 +649.7375712385546 +408.387923261783 +393.5504041184605 +886.777397893221 +1141.100619024452 +1169.3758783503372 +1184.8412086169103 +1207.7168267765253 +1206.82574760662 +1222.5898146248426 +1242.2423127368172 +1242.2320782292059 +917.5586649443612 +882.5835486074823 +853.8096312104128 +831.9889313775298 +832.1333612159378 +826.4446663109306 +788.3637492866015 +465.2812437352313 +677.7777305790127 +459.66005419786853 +668.5673255628012 +457.0301570351602 +658.5301760583853 +409.45293868462704 +393.587061060274 +909.9461749111684 +1154.061002790644 +1188.243162768134 +1218.0059986294484 +1244.7868230168242 +1268.9180201070246 +1284.659277965061 +1304.930798107823 +1305.9569795398018 +967.2865699224542 +943.6586940802464 +913.1476916362678 +889.1484950188319 +880.3170632414516 +871.8740657962792 +813.1590646038496 +481.1827463014461 +707.589773787928 +475.3200732646806 +698.8163679658238 +474.7405910547881 +699.1621493160611 +410.01716475414577 +411.14612630862763 +784.4032127547579 +934.9788976461023 +944.734766884162 +936.5320279801512 +941.8681989979506 +948.1162519576679 +949.0931400389294 +951.0970052153336 +943.5689632941107 +952.1626203252636 +937.333138354551 +654.0372315233591 +644.5622718289328 +471.1073307363916 +681.9158360692886 +463.31038958851093 +676.6146020286451 +426.994200645141 +638.8823078624984 +425.31566821726 +624.9902513008011 +421.1658148322221 +619.8685896484221 +421.6030377368079 +365.80496575338276 +680.1716947881129 +766.8828384956421 +750.0645221832511 +762.9991121371996 +744.8787647718556 +770.7153537492512 +749.7060953777608 +767.1285282573788 +568.1089440407616 +505.88811937542425 +611.686803198609 +492.77906229905386 +628.8882458083015 +507.6478801310043 +628.2484119169585 +502.6914966228479 +652.8541449818412 +507.7103918555118 +647.931272087515 +491.6886145805774 +644.6754117220421 +410.01910971075546 +415.3732843525079 +892.3091507655452 +1115.3787066820198 +1118.609678495625 +1123.8925835408925 +1130.6294481383854 +1138.3366199515006 +1143.7848627259427 +1140.6775191619042 +1145.6621860051923 +830.6059364246229 +813.1174912517909 +796.0596974379386 +797.5782193098873 +811.1205544588788 +812.5461363064994 +762.5866954581255 +458.6261461615675 +667.072535521418 +450.2456696916137 +649.0904709547041 +446.50654637955836 +659.7904361855917 +409.8204271388721 +414.57740573434523 +880.1037806676071 +1112.7962482303687 +1117.729445039487 +1131.6990022267728 +1141.3537377442356 +1149.8057725349408 +1157.2286033198855 +1160.824290769851 +1165.7895596488522 +851.8164537409509 +829.5005759981821 +814.8760000888718 +803.9170799971465 +811.395234853437 +811.9769913872661 +768.1274416094844 +456.1171745970241 +662.0075637659788 +449.02549209219666 +644.1615865005333 +444.9247392308275 +653.5020590552898 +408.35709983022605 +416.0473619260015 +862.7220665055189 +1109.4029192797823 +1118.5796813364364 +1129.2901585027446 +1145.0351357569084 +1152.098715040203 +1161.365166844827 +1166.968618935937 +1157.0570680916471 +839.3245855442124 +819.4572133203185 +807.3970345674409 +807.5303035379354 +822.7553052906186 +820.4190574376659 +769.7130667230527 +462.1634505034861 +672.9232831602951 +458.1559305353339 +663.0279592469401 +456.5817161038798 +660.2326722329163 +409.40948923897224 +416.0144504222499 +899.6483939333272 +1116.151693346734 +1121.8024206855443 +1134.2210940423229 +1161.2509104938963 +1192.3678373408716 +1213.2942917764044 +1221.4609924046576 +1212.977117612819 +892.7049490500086 +871.2693401322049 +856.7372617366241 +846.837932884327 +864.9627417999351 +866.9456834696723 +792.727976863639 +474.21344278701815 +698.0739610568157 +468.77114810254596 +691.921894173654 +467.35378850245826 +686.597576013478 +410.06471541546927 +415.34444224041806 +970.3682034060024 +1183.4217989589722 +1184.4709223989212 +1206.0859998100368 +1215.7021368884543 +1213.433577976717 +1233.0306092888159 +1258.7252573359133 +1247.622656760985 +926.723230096888 +896.6791650147153 +870.3549480669876 +874.3343437130328 +879.12873078788 +880.1780219892366 +799.1091377460818 +478.85263000817207 +700.6544775140424 +471.1668169029495 +696.6356402133606 +469.2705124599408 +689.7768472214002 +410.03323154929535 +414.37446945197007 +822.2447202032878 +965.2050098359757 +981.1355956892584 +997.9732088919366 +1021.3796754597471 +1031.247599955528 +1023.2523418053979 +1022.8034142210968 +1043.368343677714 +980.6242428723004 +1005.6470744460171 +716.5844953378198 +672.9320922219972 +484.0604564153765 +715.4660108604131 +482.13556666376695 +712.923363680105 +445.62773721832025 +672.8047930401468 +440.4222799113893 +657.2818431633141 +432.4019342358177 +635.4285577229025 +431.7880314103016 +365.479746236941 +691.1459161438258 +810.0994730725128 +777.4969694836606 +797.9491142134361 +782.4204705461061 +816.7844825606445 +795.2964685023262 +837.2308328383999 +600.1934021186553 +536.110612421838 +642.1639550524033 +524.4111459018737 +653.5253557852355 +539.1864136168391 +651.8463455504258 +522.324843796217 +678.8514466073434 +553.750581127651 +679.4196140843019 +552.7239262182321 +678.9541185330572 +410.0611613182871 +415.40731650880525 +955.8992072769292 +1172.173185127068 +1179.8222253071808 +1202.5324979304642 +1215.4139438147224 +1227.7515734304882 +1249.0633786124629 +1240.9695343889614 +1256.2818308164344 +907.6915136547524 +874.8668702745396 +868.3887581907875 +875.5994715414527 +887.0745308961262 +887.9987699984824 +795.8269237353131 +476.27700001532713 +686.1893060474476 +462.77280227818795 +668.5361614206821 +455.8021794295849 +661.8733175239929 +410.02705102494355 +414.38490721651885 +885.1800579807481 +1129.3782997874182 +1124.4431428273006 +1146.7467084508476 +1152.894360013119 +1169.617989556773 +1181.8855547558496 +1179.7463107253827 +1183.7960595218235 +872.8833712536533 +864.4132910445735 +860.0690644552911 +858.5985754011023 +877.1196862860065 +871.0830196752258 +796.4128821437195 +476.42565714628324 +697.5879885459763 +471.9885610407822 +694.7419048705086 +469.65104599423626 +694.0445482867678 +408.362746397225 +416.0532342276554 +964.9058421311804 +1173.136924583124 +1171.9558982062306 +1166.9933119768987 +1174.6434424032889 +1173.7100889613123 +1185.6476889816493 +1201.5896146004936 +1207.551236864444 +845.2294765383919 +810.313443443771 +787.9452393220902 +787.875947167368 +799.9630934535094 +799.5180854476904 +744.7633898313911 +523.3786634156777 +650.2108484518916 +449.9262094544099 +644.5320333776076 +444.70397714244456 +640.3797213880745 +408.6278761722309 +416.0541893970127 +864.7665000565254 +1101.3952325233488 +1099.1651885665165 +1105.1993693510803 +1107.525039629826 +1110.5368846927427 +1122.827116472418 +1124.7105222779378 +1128.182057485151 +814.8508568560597 +794.4500165306171 +781.1000035497942 +779.8700660726697 +796.799360581378 +797.4980601615465 +745.7067257375894 +452.5707731592403 +661.9877561457532 +451.4127696349407 +649.1843685671149 +480.5211320868938 +651.910176883613 +409.19132100806826 +416.05575428301574 +872.433344885063 +1106.2692638782187 +1110.881059372537 +1124.2171721255554 +1128.052994598275 +1126.0105580576508 +1139.8364087100347 +1135.0955974638223 +1143.3099276387138 +823.5412377553561 +805.7582369404254 +788.379072865618 +783.0071399143841 +797.2283775583153 +796.549536197869 +749.853984018995 +448.0985359735725 +646.8858333644616 +441.8216123202043 +640.0587415146076 +439.4920608739631 +634.4410890616252 +409.75552148510326 +416.0582975808998 +705.5874852447471 +874.3912851218072 +878.328209217724 +889.8756221602056 +898.0759835381915 +892.4597448820394 +903.6247110079756 +907.0741635449873 +902.714106965255 +915.158950275818 +901.2741880160993 +635.1659626309968 +622.0600050117574 +447.1209202569299 +655.273336246921 +442.47682038683837 +634.5863064846242 +406.31433924165606 +612.5986733049538 +400.9846906374944 +597.3379267455022 +399.132005580385 +596.0740456755155 +398.33388956368054 +364.1485830962176 +671.3566947294955 +728.4412668543936 +737.1503577393215 +750.7539090594249 +735.1294508106831 +756.2750608702726 +735.5460032424295 +763.3826799302954 +560.9011664776169 +503.61976378732066 +602.229598860601 +483.32484601599583 +615.4690071360652 +489.6412300989849 +608.3220115614465 +409.065744905128 +638.2578546627519 +431.0903269514922 +627.574165084756 +428.70958607293824 +621.3893038628366 +410.03417166103435 +414.82580980617365 +851.4513213957642 +1092.9424233588022 +1103.6755798195456 +1123.6033455948602 +1136.1231001633873 +1135.3635240617498 +1145.844174921792 +1142.983388859919 +1148.868600451658 +829.4209883040623 +811.2766885847816 +789.4093027168745 +778.3567398953047 +794.2826125835617 +789.9168692425618 +741.1352950402425 +442.62874874100714 +632.577166830972 +435.4637974543222 +630.4869199813969 +427.7972820786253 +624.8663983479901 +409.56250593289633 +414.8733906646038 +840.3567828216871 +1089.3183692588207 +1099.7363065794736 +1119.2135394835514 +1128.5631642169035 +1127.0812385087079 +1146.6964331806596 +1152.9073977258286 +1155.464861122871 +842.3369760806312 +817.5375711478933 +795.1793367356745 +782.4611302310304 +796.1314995141437 +793.3733752867644 +746.4773902276293 +443.92650219016923 +634.8370864680528 +437.97608793284917 +630.99560377988 +429.7294969444127 +624.632137942495 +408.7588703318445 +415.68148764647265 +836.1014873554053 +1088.1880600041093 +1103.7540867577086 +1116.459417386774 +1125.304954331254 +1124.7275125751135 +1124.9024958546408 +1119.6766489860893 +1120.0059397197604 +809.220514791614 +792.9461152602178 +783.852717977462 +782.1713728241642 +798.0490126592643 +800.5386045333024 +752.5215212173988 +456.34148822475885 +664.0494457896773 +453.45334165669027 +654.0867403225285 +450.58919105574586 +659.6928126286164 +408.3856256039865 +416.0561683194651 +864.5257170358296 +1100.1920798171498 +1103.9508670976554 +1114.1603796488903 +1121.11440766931 +1123.1783766237997 +1145.9236484328765 +1141.1612904923998 +1145.4809282307997 +833.9417324083763 +815.0957085360621 +799.0876450898605 +792.143467897062 +809.301289508487 +811.4330066344988 +772.0486174327177 +457.94125533823103 +670.0156712654297 +460.4656721160317 +660.9305202410649 +453.3332538517203 +660.9212238642452 +408.3887376381405 +416.0582228319524 +899.1923284430749 +1129.5020373966756 +1133.934372125397 +1149.6864066749263 +1164.9201294724683 +1177.003435917828 +1190.6308270825439 +1203.8542664456274 +1207.730213258794 +878.8812014441975 +848.4523852957549 +830.1331326916097 +822.7603087352313 +841.8921193360343 +847.7990341642303 +792.4326219112927 +469.7791237310794 +693.3385105779305 +469.14506956494137 +688.7601406986028 +462.8911157165552 +672.4313636863087 +408.3959246120798 +416.0544930113982 +752.6493918044227 +907.9221916089991 +903.7501147327309 +918.4747561953706 +924.1582495364748 +919.2276598087911 +924.8517889188535 +937.1082307177622 +922.5339425750337 +929.9863215637864 +917.2513199183131 +640.5794382498963 +626.763069388477 +454.00234467679513 +660.2236259013966 +446.7229236127979 +651.590704270982 +410.0221488020982 +604.3737161428355 +407.812545105342 +601.2270594083443 +405.43945277855994 +601.5771860939271 +402.8307910358573 +365.85059374026747 +677.0369947108893 +732.8338392139909 +732.1652035763407 +739.5764554759966 +733.1312123435504 +746.9537917481595 +734.4674305808874 +760.6924728557316 +563.714687616308 +501.9219725968581 +599.6008099944228 +484.3095832321485 +612.5083533059756 +487.8982243649188 +607.5470915527497 +409.0410748127433 +646.6915826246222 +434.32991915611296 +635.0243451219231 +433.73288129353034 +632.4669007320718 +410.0627428780735 +414.39925174886486 +856.960965439293 +1092.3024301841442 +1092.664060082983 +1099.11460261406 +1114.5953149929064 +1116.4780241311296 +1133.455850103444 +1141.1707404904469 +1139.4180933373798 +825.9542892564433 +809.6215638790914 +791.6876330433016 +801.6707399224488 +795.5024204692248 +795.7744571897254 +749.4681487489402 +447.24996901412726 +637.2097153337025 +438.8063663111326 +633.4881350875525 +432.9421442314847 +628.9688303199578 +409.8379458119017 +414.6295772811847 +855.8999975186655 +1099.3673537987024 +1112.9872626930219 +1123.8829751255203 +1138.514199965907 +1142.586448566079 +1155.9908570659002 +1172.1903210996243 +1181.8407637302523 +857.2170807998049 +826.6818780389997 +805.401463959825 +827.026755403631 +823.5884800003106 +826.9518136907155 +769.0054144662457 +465.32223410771877 +673.5799173390654 +460.46504565182886 +665.774256284818 +457.326701656572 +666.2131184540502 +409.7609068633051 +414.71196963201163 +941.2455295478134 +1162.5183996153212 +1161.9798876835869 +1180.4026018974537 +1201.1015869417467 +1203.8993287696899 +1210.296349060578 +1220.455674165114 +1213.0212478898522 +892.8540207243523 +871.7842442185877 +860.251678496096 +883.3936965133062 +880.8047901028926 +876.3780364909202 +802.8302039088751 +481.4735821784311 +707.523176447188 +476.7437713134396 +706.3908635556259 +474.20012452263416 +703.199469517758 +409.83566811361555 +414.64345845701024 +987.8896714436562 +1194.416777615803 +1186.044650427524 +1206.0804467064208 +1220.9952433463222 +1216.5306661781306 +1222.143800450827 +1215.0304317280354 +1216.9787552111693 +905.0719769346993 +875.8957975256013 +864.3587397612517 +877.107909611602 +868.5257395942598 +864.840614774326 +793.9646589837101 +476.65461517201754 +695.2816350839305 +469.5821473863048 +692.6669667862984 +465.13373885794687 +679.7100881462175 +410.0218099514939 +414.46248694277045 +944.9118585347435 +1164.308853813271 +1181.0240808927822 +1223.1053784554808 +1242.2093102389144 +1271.6405892089842 +1261.4400082420684 +1261.1127862339858 +1246.026139462475 +907.543900231574 +885.4455567726844 +873.7732693488108 +901.01780636975 +899.5492569243314 +898.5277447325522 +813.8620507999294 +486.45213928419946 +714.9890902791917 +481.7013908870389 +711.6213400301721 +477.3930169584693 +702.6908661616476 +410.06902071275107 +414.42129599804736 +835.4614984950344 +969.2085318397665 +968.7605023528689 +963.6799318877669 +989.9147470745612 +998.5225026770859 +1000.2149554800801 +1011.9317742751033 +1002.3263612675221 +1009.0988494069877 +992.8509625929738 +703.5815345724512 +692.0554975374531 +483.0882067708244 +716.7010136509886 +483.16872973060043 +714.3097027378464 +449.6283432596071 +678.3615202335642 +446.6313156020964 +674.8514859083498 +446.42224607098086 +674.0911632049986 +446.96532199235156 +365.8516157106172 +714.9165757886776 +850.8298333292813 +805.4045340238262 +828.2078095705267 +799.8839176149048 +821.966465200584 +797.6827545547652 +815.2874845090486 +589.8244908952817 +520.2961814880217 +626.1622196896367 +519.0777594700805 +635.2270433566272 +502.957424428085 +621.4897546313202 +445.532669127084 +643.1147244219864 +490.7327721063126 +638.4723148317181 +437.15257138835926 +629.9949383430401 +410.07227074368 +416.0987930707527 +858.1442662447118 +1098.2924499274488 +1102.4475407478149 +1116.340046519962 +1121.4406028927922 +1130.3459682190105 +1140.85911467326 +1132.042168717539 +1133.3865175035146 +814.8316485397137 +801.8633430577431 +790.7827891748038 +821.6852493969893 +807.0999952896307 +800.8588632058288 +745.9320398180839 +449.84847994942425 +641.9249979720365 +490.5118484903135 +639.1947245711934 +439.99213253610156 +635.3072835980151 +409.3100133214416 +416.0934579018115 +859.3104105917693 +1098.5535783934138 +1104.4412607681145 +1116.0462307996524 +1127.1168452085922 +1132.5482955723621 +1142.96757599661 +1154.4222818582311 +1159.6773977574876 +834.6492871757048 +809.9104996695917 +789.769153250624 +814.8429484049194 +809.0295294625105 +807.8842575775822 +757.570509814781 +454.3112637736592 +661.6495841114743 +446.01178578314216 +642.0862161671598 +443.58080128251726 +639.2415521642338 +408.415448700405 +416.0978264491998 +860.3912986862525 +1101.4474814661542 +1114.7941851655587 +1132.8319470441747 +1152.5550230583103 +1157.037003555535 +1167.1589209874069 +1179.9548334276571 +1177.4814658990456 +860.4326981596262 +837.7648778784896 +813.3351946228928 +825.7007233999744 +818.050138160887 +813.4137227459885 +765.7442432234923 +458.3324464645559 +667.9317533678054 +452.50708959492647 +646.3410506982584 +446.7229325902995 +643.1540520064275 +409.401835364656 +415.1192356614877 +869.795040253808 +1112.3159828001094 +1128.8671536158822 +1161.4538775226658 +1174.1798600148384 +1187.5584204742313 +1202.2489916604898 +1211.659921055533 +1215.2020853071986 +897.3808588195286 +871.2830225429298 +839.0465904568866 +848.1089490726696 +848.2723416458124 +837.3663200619192 +779.7974062902274 +465.82331312490675 +670.0633792081262 +456.3353939111324 +655.2295444415934 +449.0550681513808 +654.9351109504016 +410.1562017264098 +414.65924841851813 +865.3271720301434 +1108.912786933913 +1114.5664125519008 +1140.431995085838 +1161.1792218605951 +1157.7266278433783 +1171.4875113251207 +1184.4703929576579 +1176.0445909934824 +849.0429217625291 +825.8077781339733 +803.1947470816306 +816.5001122394216 +805.9810118971004 +802.7490295226308 +758.9449884960933 +455.2383589597645 +665.2547484677692 +450.20319469600395 +648.4589037222585 +518.8020014418206 +644.8157241966794 +410.11788694430606 +415.9644011234958 +709.2260878213397 +877.4838179346369 +876.2643138537858 +881.2272550893694 +887.0374554410504 +894.6420781654531 +896.6449725811509 +899.8357763505164 +902.4384205962112 +905.9499971961313 +890.5836503956681 +635.9606971481685 +638.4700446370333 +459.1746108522002 +659.77558265207 +456.73541210938475 +673.9503235682839 +425.1310637165799 +623.5100633878689 +455.45966204140194 +623.904006891909 +420.94185308185666 +628.0102937480588 +422.3130229764699 +364.7794324414999 +682.1492037562128 +766.3595196014065 +750.9801705062549 +765.4091499493392 +758.9011786346341 +767.4335607649383 +751.3861577992873 +771.6254992561617 +565.5046210785149 +495.4795407889502 +608.7864007724442 +481.90628804436477 +629.1245704513008 +466.436342275684 +625.2199032768646 +432.07696075821076 +648.2079866956682 +519.9665683978492 +643.3641377672259 +444.645756523592 +640.2696569000185 +409.19938637454237 +416.1086612398634 +866.6203880385427 +1113.8093462627307 +1141.6894483799026 +1178.0358943675365 +1195.7134719441424 +1196.5196407190028 +1227.3990322897664 +1218.4249575069484 +1216.2699019220875 +906.2355334656424 +891.7978638277998 +863.0918113606102 +878.043036828591 +868.818285118095 +865.6336233294559 +793.8530459823116 +463.2931459207568 +677.0357643403088 +457.8203655914517 +662.3470614116794 +455.46198099743066 +665.1958531788346 +409.0560370694721 +415.50316808197255 +896.2567583992738 +1125.443643612986 +1124.8312786752765 +1138.8835317107776 +1156.8377974294658 +1157.6414192591824 +1187.449863931256 +1180.7977896043453 +1175.681680489577 +861.6566744773376 +834.8026952757776 +815.0280993733646 +833.4880093551294 +824.5680855546871 +828.52760163877 +772.1957398734176 +465.0294750313945 +677.0508986527248 +457.5517218222347 +661.9896579337259 +455.43876922903837 +670.92014287545 +410.15265207335887 +414.85665617592286 +891.7118107909929 +1119.4891958946214 +1123.220959790665 +1145.2857883443726 +1144.0012849286793 +1154.449467092451 +1170.0096683939844 +1157.786481749777 +1147.8047317448613 +822.3969384695264 +789.3935784288781 +779.5302320865649 +800.8909436166098 +796.712724160062 +797.3567178717742 +738.8211975889693 +446.9337505908436 +642.9721345333985 +457.59411716179915 +640.2314835479244 +439.8697695783296 +634.0398155923557 +409.9605205807399 +416.13989701010865 +859.0864229013386 +1090.4398134644296 +1090.6533541697834 +1094.5008218693947 +1097.3688743083762 +1098.436715472871 +1108.0567925531273 +1105.4583827339254 +1094.552124109538 +787.9784273323557 +772.9599535758573 +763.521300289538 +789.1086826669119 +786.1546757246778 +785.3293266519103 +727.5330256184965 +439.71458441834545 +633.2455101568032 +436.1966613445719 +628.868774456334 +432.58778137005066 +626.8992608719307 +408.89721647111804 +415.681554666402 +848.7317129592587 +1082.0791481135407 +1079.7597341590235 +1087.8267048446503 +1091.0194537350926 +1088.7006517212756 +1092.3239316219322 +1098.7973235585994 +1095.9986974614326 +789.2884261731018 +777.7578229696855 +761.5676560468036 +784.7064632713676 +779.1482766098515 +781.884766295682 +725.8167434200493 +433.88146132119255 +626.7107720753369 +428.9360117915303 +623.0171588814183 +425.14960311437386 +622.521966361207 +410.12155160795123 +414.90744799393883 +677.026965714622 +854.89501890359 +861.5223389600177 +869.8595096939262 +875.4608501831768 +876.6499080809318 +880.586001115557 +876.9140277409061 +875.729819004144 +882.3001876462611 +873.3196921545657 +624.2548478161392 +624.3008680863484 +447.92569315022644 +644.1149066897968 +474.154684916577 +643.8426824309603 +414.136680171379 +612.1750430188292 +414.10220422890734 +613.2450634764971 +415.0010686822359 +610.5856441500907 +467.47511203677385 +365.9219803340498 +679.6729373028112 +743.4655060115876 +736.6440120499817 +741.7949432937803 +729.5988159616841 +738.1318159877399 +726.3170366702797 +733.5510076019623 +528.4894209298734 +442.7694837734439 +589.229708900313 +410.3142674705016 +606.2842941806756 +408.007153936088 +608.2043281148547 +409.936485190191 +632.2294014764793 +431.9032478172281 +628.5220000938799 +426.3596850491483 +620.7317410158989 +409.45559239641125 +416.146973399192 +835.582947274597 +1078.5746619816891 +1079.3310568732443 +1085.4858244767147 +1091.9357603051947 +1089.2774020204436 +1100.1613577530832 +1105.0876334961108 +1112.176438778451 +795.300628325845 +777.9944033596561 +766.0102177265346 +788.5013806055447 +780.754421858146 +778.4933668104935 +712.0420950158245 +431.3084878663388 +622.4906521166612 +424.16971185780767 +616.489609189635 +419.98526429076884 +615.4799633127102 +409.93313034970544 +414.67696682467755 +807.4278130058326 +1076.0147507054858 +1080.596155325111 +1093.0742173244805 +1102.5526651213327 +1105.5733888913867 +1123.708243063254 +1131.1999030383238 +1128.6673219103068 +810.4107389391796 +793.2845035497489 +784.4561184629682 +806.6143145558773 +800.6973534546632 +800.1542833738439 +742.591867711863 +452.9101014955141 +652.1944935244849 +449.4905027271073 +639.303193398252 +471.42475598212826 +638.8546445986514 +410.14324572352075 +416.16197355498156 +861.3437628060426 +1092.664577790411 +1096.6767062401289 +1101.784779559254 +1113.7065184453604 +1096.9066870931688 +1103.1670255505258 +1103.022714449728 +1115.6850982330702 +800.4348031513082 +781.0730971458589 +769.4861516740417 +795.7047099717436 +790.0303491537904 +789.1221056217476 +726.4087693995881 +445.27830364316395 +639.6683729872707 +443.14036325501763 +636.5063912789101 +437.08519910978976 +631.2121157999886 +409.47365131306896 +415.1531182330785 +848.1377175826409 +1087.2377413054242 +1092.0243900715448 +1106.7374922894114 +1112.5070818578333 +1116.2034374090206 +1126.0457330973193 +1130.1253964414063 +1131.8052323355153 +818.3161506683064 +797.6810860130786 +784.701878552256 +805.6884655289879 +798.6338960238849 +799.6680981062931 +723.5159700633268 +469.74108593450006 +638.7931513744109 +438.661676975129 +634.6992238801735 +435.5029310088435 +631.0173287672807 +410.1458811465321 +415.8551211246087 +849.6897727949787 +1086.7531196494872 +1086.0719296605937 +1088.6906818153134 +1091.8710839155406 +1088.374529068798 +1091.4622500209755 +1092.5937041730438 +1092.0251820854292 +786.1278871164556 +775.2525464750252 +767.2229301401059 +785.4477349550848 +784.5684210544077 +783.3249641442777 +717.5698000415928 +435.9889008901289 +628.8797154833013 +428.60290695096757 +621.1945151444962 +425.2759171174069 +620.6076496676833 +409.2210015240381 +415.4236007636049 +662.5333229534652 +845.1149609466846 +848.1028590297904 +853.8447625677165 +860.757274418448 +856.3539042700748 +862.5999006780405 +864.8825366588885 +862.3952865109445 +867.2155900228474 +852.3869885263538 +595.7103513769415 +560.6181937058942 +427.7415982986308 +620.9824430203757 +424.23485507399295 +614.6224802262464 +390.4353769775798 +584.9952777665322 +386.2356092100342 +580.3843272104906 +386.328235590374 +581.7748246577993 +387.15618558190124 +364.45444733239134 +629.6570817136615 +635.4669462168952 +670.1400254193671 +672.0560443631997 +669.6067857522892 +673.9517689973613 +677.241975035607 +674.5032506076925 +486.92821018665023 +372.78298181420183 +561.800863512697 +387.9007984407057 +582.4535039302436 +384.9090876761405 +581.0293813295579 +387.7357674898964 +607.1667243096316 +410.30078573989965 +605.3966308161446 +410.16201486721855 +607.5449544591474 +408.9310893486468 +415.7330053923015 +807.3396957455772 +1049.9898677792607 +1068.4813055374077 +1081.335527945627 +1085.0648577176855 +1081.8432929199096 +1091.0618025105937 +1089.1236054327321 +1088.346190193618 +787.35135816379 +771.9931660772373 +758.3223700456401 +784.336297240688 +776.0510772095156 +775.5254025565486 +706.467592332161 +433.7356017433394 +630.1868371963224 +432.92279214629394 +628.1499671478272 +429.50551276856896 +625.9165727863965 +410.20124859093727 +416.1620012943354 +848.0464085688083 +1082.9336702468108 +1092.2872994444617 +1103.228032655611 +1112.06178768635 +1111.8211681644336 +1122.3225312568943 +1126.9038977790212 +1130.8175259417112 +815.5310064435336 +796.068154179918 +778.084243033266 +799.8270978379835 +793.9134756183391 +791.7526854344704 +725.8284183079506 +442.21581147011364 +635.3071327399915 +435.1034182668003 +630.0307812584726 +434.01349850691474 +629.3674065522799 +410.056620983396 +414.81147269155525 +852.7708815978381 +1092.3203115762858 +1098.3518321813483 +1114.247635514028 +1135.563419831939 +1141.1342243190595 +1156.5628157927013 +1155.0980956968708 +1160.7680042920142 +844.9912153602581 +823.1448585380298 +793.7744491576308 +810.4335297194194 +801.0502647967893 +798.9445936608962 +746.9995301551121 +452.42540091789056 +661.0011548415159 +446.2659192697097 +642.6387857169977 +450.83111785889207 +637.313962043701 +410.1771919495603 +416.20812048629944 +858.9439086171753 +1099.757352174307 +1102.6605730060046 +1118.9929058842024 +1123.4865127353748 +1118.0049972353459 +1122.6371809412 +1138.372819997751 +1143.118260260004 +825.6736763942088 +806.1294376158173 +794.3256640655534 +815.0048441535774 +813.0777744801609 +811.7185148935196 +748.8287271639159 +455.75765885870504 +644.6868653432912 +480.7141465066853 +639.5263913954586 +440.37631078062674 +638.4634814728473 +410.18374589529043 +415.94760815045737 +852.1280941049918 +1089.7935743133694 +1089.8774631786323 +1093.6253878364926 +1097.7948629547238 +1095.6935773769724 +1099.45212307223 +1097.2592911271402 +1095.6861314149685 +788.0528240422572 +772.9034722301055 +760.7870465662412 +786.1144257962346 +778.4201818208809 +779.359551721396 +714.725145570337 +434.4023980910999 +627.5874019888942 +426.77952921801165 +624.3523594524961 +426.21808304588944 +621.4388895929137 +409.5647411877351 +415.14789700153807 +690.5985387859506 +844.3713043317969 +843.9911155219164 +849.325894408665 +850.4913410369688 +848.1411415883244 +850.2349834058648 +843.6801506472933 +844.324597063033 +844.8394703444275 +807.2809168048599 +565.3051020206233 +556.4166038463219 +420.36393509237394 +613.9008950121654 +418.90534205844057 +609.5638759003816 +385.5651650953032 +578.9879287926424 +422.3840628736489 +577.7600199109861 +448.1635259799697 +578.5474366627118 +449.1045420066953 +388.32781344138203 +626.248042373145 +650.663550044136 +683.158648404676 +692.1434891344451 +699.3009581020164 +707.9661845184085 +695.3862643863489 +711.0434089024146 +498.43857160556206 +380.91365260814104 +588.1173986538927 +388.3931403545807 +582.1892832589427 +384.8370320621474 +578.5338997567434 +384.6436264150668 +605.2319161632619 +410.2024712215709 +604.7850648578853 +457.4285917172645 +605.7882078645691 +475.2610206096012 +611.7859575898179 +815.0638448027763 +1029.9057449043391 +1050.1262476246623 +1071.3554153092614 +1071.128353372058 +1068.1171733470285 +1073.6578014905665 +1073.6976578968452 +1073.4950424239173 +772.2278907569398 +754.248945313065 +746.675557372477 +728.9458308296705 +713.2112209546032 +709.4169486096952 +687.7881862459654 +441.3379041910373 +605.2008552958187 +474.21826149815456 +605.1159489640033 +475.07389342086725 +605.0107903986705 +474.816433830307 +610.7265873214479 +784.9449036068809 +998.3167833189422 +1033.9324369455042 +1065.8177210209813 +1076.908070581992 +1076.3280575074668 +1084.8376673330638 +1088.0800730388953 +1087.9757447680897 +781.9745062831971 +767.1213925486289 +774.8763969773429 +752.0363032161395 +734.6030406875034 +729.2645275483573 +691.944489090126 +416.846897804038 +607.0238935171956 +412.4659102314572 +607.9037995197351 +411.6180951171727 +612.365804948979 +409.2063278842435 +625.6036572499712 +806.3876204155503 +1058.6746353222863 +1065.1804367275167 +1074.4004765768784 +1078.5416372965883 +1078.194949003287 +1084.867826133067 +1084.1973588950125 +1082.533333690265 +777.010613480969 +762.5877874131893 +777.8795213811757 +778.3693531818659 +775.8380090440514 +775.4903941654803 +707.0643327643264 +431.49490847763934 +626.6659140548986 +430.40054559465943 +625.9753781001167 +427.9062594253186 +623.2896583110788 +410.23221420209694 +416.2299817727394 +860.995137117365 +1073.7393192324141 +1073.3201377599414 +1079.661058129511 +1082.53332218328 +1081.467084357607 +1086.1634248686103 +1084.9159195562236 +1084.9266019729446 +778.8823229033145 +764.4286827561122 +774.1770356799526 +777.4188410958301 +773.8818448033876 +776.589570064641 +712.7974705508879 +429.4223309893592 +620.8505431384717 +424.05245205379043 +619.9743974558708 +423.61880284910876 +621.6154718021561 +410.2209537357359 +416.21866141158625 +833.8652813655829 +1072.1295997337215 +1074.3491937317742 +1082.4473673285029 +1087.2422659703677 +1088.588076109349 +1094.071971580055 +1095.6325161062466 +1089.3998785877693 +784.898844801666 +771.3932016616264 +782.6043967719769 +785.9313644296082 +778.862538599525 +778.4467547406435 +711.4532968819015 +431.82085291679255 +624.5530822171777 +424.86289558892776 +623.7777871165221 +426.9992589580566 +621.674634164738 +410.2272968012255 +415.3424886086914 +696.757507675261 +854.8577860281629 +865.9876672696623 +878.2798025087835 +883.1470288266594 +890.1206965786182 +893.7039623136445 +893.0741592234053 +891.6841248295968 +899.3709880893869 +883.6782988969245 +650.6695694812295 +624.013075895342 +447.6791475093626 +647.52094265199 +491.1222467678462 +643.3450163369278 +411.66413630363263 +608.5572542172785 +411.58059727548095 +608.8958942491467 +411.2112979433043 +606.1301725935715 +410.09630851356224 +388.4654982822046 +679.0725766710335 +742.3124347196663 +738.0503872309297 +750.4297638648447 +740.7577463611151 +758.6122308823815 +741.9355937495483 +761.668392164112 +542.8874346636107 +493.56619722863775 +624.6677187938241 +500.6121374276218 +623.3273496712321 +466.4179684850005 +622.9171731078843 +463.26683738121744 +647.2708741076495 +482.33793176955385 +644.2072030215339 +444.9618626931376 +633.5781529358339 +409.4654972823714 +415.3424396725053 +871.7285257866689 +1085.1338896805719 +1077.4631932236698 +1080.0515290026026 +1080.0754199789105 +1072.2345829444428 +1075.6931319518733 +1074.355509159157 +1066.7908432216036 +760.4097506735362 +738.5402890994351 +748.092199680642 +748.2142101167792 +736.9595769688026 +739.5442865549496 +692.6175188101022 +418.42172167218337 +608.7010366127504 +414.80077307546816 +608.7662508883205 +459.9481092541668 +604.5076829369272 +475.28466901673073 +612.4581435521443 +829.0934063906118 +1028.5104435908495 +1033.3137186728427 +1046.679381517148 +1060.2154672886484 +1065.0561899772356 +1077.2655748775103 +1080.9186018349699 +1079.5472894335046 +775.9293286478123 +760.7507376563243 +765.3931477892291 +752.1927102717199 +756.6388871024254 +746.6425591159027 +695.8488771521708 +418.36490106597876 +613.5462946654119 +416.0170689809196 +625.0357464435234 +418.69898121390185 +624.7939081121417 +410.2637144635598 +416.2708924547767 +849.7774058726427 +1068.39444910738 +1073.5228582044278 +1079.8591542815982 +1085.8792615525927 +1088.3624611889632 +1096.438606893437 +1104.8334704003569 +1110.5278035581764 +801.6741222083332 +786.466945426121 +798.0444317569953 +797.9143930201561 +786.7870009681069 +786.299189629956 +718.9284105479516 +440.7453549634883 +638.8069670225601 +441.82480550187285 +640.7873143777874 +444.8205831455785 +644.2918799145114 +410.2782408443129 +416.26794497850074 +901.5128942589979 +1114.1515128651454 +1112.2763674423309 +1092.9767018321672 +1092.5502373480447 +1090.5509415083027 +1094.464037669775 +1092.0977788405783 +1084.8537006161953 +779.1097321704741 +766.4646259337451 +779.5567246134691 +780.304492163663 +776.6308158099843 +776.5644681529329 +708.0088132185707 +428.66987636172786 +621.872355480131 +424.5741487792189 +621.0879037734846 +423.1761389674131 +617.891683906922 +410.27394300756004 +416.11617476218055 +825.3865390825948 +1065.2102439097575 +1070.396919874714 +1081.0710413182255 +1087.2626945719153 +1081.3039773625853 +1084.5403733962853 +1089.7409229769773 +1089.5649141909275 +785.8287494844043 +770.712458647681 +784.2633536524337 +786.0580431991721 +778.9295404620216 +777.9375337717008 +710.4371653485306 +433.95574086365224 +625.0259035589697 +431.45644182088864 +625.896064891669 +429.13236808271654 +624.0554455599264 +409.59722494447715 +415.43354603101733 +704.3853484352716 +849.5559926711319 +853.5631010654303 +857.3028104661133 +856.3939119698066 +856.3468219573915 +856.5842969216925 +859.7004142107496 +860.57533785114 +865.257967668385 +849.6260917352274 +618.7701846553217 +563.9178407426484 +427.24325465888654 +619.2148886469178 +422.72933511345747 +615.5291521582558 +388.06849263059553 +579.5141779232465 +383.07744673014895 +577.4534459277387 +409.0364679503101 +578.5093832576011 +449.9160001300133 +388.469152976459 +617.8691609430867 +680.8176227786615 +657.7794878592446 +664.4874331658524 +681.0388576720728 +692.6689259251348 +682.2143254574572 +685.8920616771312 +490.22488558139906 +374.5674163116045 +580.869672316822 +384.7664160555554 +579.6712927388882 +384.76836789141936 +583.1712762844721 +384.76457036996794 +616.8605420489291 +409.5607636044616 +616.32198582745 +410.3371443856104 +616.6286453273598 +410.33434308301355 +622.3925713351503 +770.1090997767086 +1013.522096628634 +1044.0453413044177 +1075.639968565211 +1083.307390564416 +1084.031446571007 +1093.0864208438625 +1096.8478170905278 +1100.5956806878469 +795.9360900105394 +776.0870386846074 +781.1993907880945 +782.3373386294775 +773.9478216075235 +773.3921419828641 +704.519943208497 +429.36487334171477 +621.8425590951812 +426.6893565672456 +620.9203933068459 +426.6376281042282 +620.6724246213188 +410.3088168480321 +415.7503507211347 +855.9098745631131 +1076.3395730063767 +1084.973696492743 +1093.437417583006 +1098.1988972719798 +1096.4215077708918 +1103.0079894635796 +1108.125818605236 +1104.8812308526515 +797.8314783954692 +778.7750589334693 +789.8948533322866 +794.4683035981029 +776.5540275306811 +775.7579875523878 +709.9236827070063 +430.24595365725617 +623.1831285996184 +424.5736338585394 +620.0230905588863 +421.7382701375392 +617.0562622043306 +409.58642331986727 +415.62329540753063 +837.4790920206868 +1065.2254071507612 +1070.6339101065698 +1082.7523236728864 +1088.955216425152 +1088.4367794805182 +1093.1190526620353 +1090.7482018107953 +1085.2798683212782 +780.2040733731947 +766.0278682253181 +777.026546923059 +776.2556057373288 +773.0035856696205 +757.4686317357294 +702.605892924234 +424.2028597156329 +613.6154227398765 +418.638593950311 +611.1407425506239 +414.4338158220759 +612.5283902022137 +410.20166060950913 +416.33015424024717 +856.0306326194914 +1057.2412906743805 +1048.6529337764189 +1057.4088653092667 +1063.2855802628026 +1058.7342753625655 +1077.9553074026176 +1074.3160243702218 +1069.5122578795663 +764.538181664572 +741.7081637107044 +748.8147281783181 +749.4067168056679 +742.1026198276543 +742.0620682681158 +687.8162421406452 +462.2196740447688 +607.1148186039359 +474.6300214716871 +605.8436916480832 +475.18028591886304 +605.9487676172023 +475.086081700491 +611.8378455015016 +820.3088763475022 +1031.9841193939692 +1043.0349602330953 +1069.5491421265515 +1077.5897901659919 +1078.1549402254698 +1087.550670276293 +1087.416057161797 +1089.377436760718 +782.7023369009075 +766.0989648082938 +771.3872704264501 +764.0151731354719 +764.4909124387095 +766.7452705904956 +703.1769039523217 +427.6701770818774 +621.6640954631864 +427.8896719229636 +624.4395840910175 +427.8418762364176 +624.6313457185397 +410.32043961145905 +416.33885383101256 +713.0769790697842 +857.5410997166258 +866.2144674101119 +868.6210770761381 +874.191531044042 +876.2122457067114 +880.454625119592 +885.0261423285343 +888.0209167941172 +894.2644998920348 +875.4402954814697 +647.782039948602 +588.7046625731292 +446.900579496088 +640.1234433304448 +443.42814398373713 +640.2237406766423 +411.0965099366821 +608.5415341533478 +410.74294904251343 +607.1556864460678 +411.66537480771854 +611.9421118197105 +416.41176271955686 +388.570500669931 +679.0282201356346 +747.3662304687698 +733.3316475283581 +738.5154594468552 +732.6515742157709 +742.6956342310717 +732.4506827917194 +743.5477044646212 +507.8595917249051 +391.7549088099725 +603.2411688092571 +406.5663067388638 +595.9073348482656 +399.3935927727678 +596.513789375114 +399.4821440339403 +621.6988773670079 +425.6767528938837 +620.1370285078907 +421.7628358554279 +618.6980611950179 +421.65791143385746 +409.8510941671311 +415.795782143193 +814.8706831175747 +1067.7551830399077 +1067.259241741569 +1076.1963290349672 +1076.7716886501794 +1073.2915813546408 +1070.252671069633 +1070.6446784474401 +1070.0392356348266 +764.4888075875472 +770.1280681521937 +761.9693805862626 +763.5297865526381 +754.1804999043011 +752.5384953238079 +687.8283475173831 +413.85882693164973 +606.6821460865831 +475.05046917391684 +605.6032304701321 +474.91238234383025 +605.965056872915 +475.2714655191326 +611.8890308942791 +803.9527234763807 +1025.1843946286122 +1026.9000372139656 +1031.1644038555323 +1050.6017554385442 +1039.5956723652073 +1051.068027383905 +1057.1619202074564 +1070.773310183337 +758.1897854912587 +765.2753701131845 +754.4085277394466 +758.2627553699614 +752.9402339841635 +744.8965666268183 +692.6269253635958 +419.54333209218413 +614.0059650404802 +418.1240143886545 +626.585314269864 +417.48163797246104 +624.1577354305091 +410.3745455863685 +416.3347894759063 +830.7968894270068 +1063.534010215423 +1050.4700964964327 +1062.1792655059992 +1064.3525042950923 +1068.472968727262 +1074.28268745144 +1075.3885609412982 +1074.666774164216 +766.8536760625549 +777.0462621325049 +766.5672317140675 +768.7151651568614 +758.5793066467974 +759.7316356220159 +693.8891038408351 +421.1257105869697 +611.5436104606316 +463.5913317702988 +610.8581302922361 +480.3060708345103 +611.2649370996804 +410.34814727600417 +416.37777440070084 +828.4215435883299 +1066.1578240247363 +1061.6659126511536 +1072.796343849714 +1076.5474047371147 +1073.9672020943356 +1082.2435107199024 +1084.3147955488414 +1076.6476988810555 +769.7097101550919 +781.2943411224007 +770.6209426204449 +764.6889125125583 +764.0184639439472 +768.1417431745567 +704.7368018272789 +429.23602621545217 +618.944167457641 +424.41680337782225 +619.1648973067133 +422.57346720169346 +620.3026371007361 +409.99722893336525 +415.9591767410791 +849.5456078243236 +1086.4943165690972 +1086.2477560482566 +1093.5700747964431 +1080.517244944017 +1073.6468844158298 +1078.760095099869 +1076.5941524049108 +1073.7391225024967 +768.6118319210705 +777.1087683399727 +769.786757774326 +772.9127688652262 +769.9899662122785 +770.4022473607702 +697.9001236376641 +422.94460702514283 +612.808541699938 +416.43153682636125 +614.8008813777844 +411.7078872419777 +617.0821279412621 +410.3884193938701 +416.3622939481868 +662.2914019983021 +813.8068700354597 +824.7013011996415 +831.8396777148816 +843.0871587495756 +826.2821451243532 +829.7745225990798 +825.6882278781343 +824.4943128629156 +818.609125156362 +805.7653677981793 +562.0409561205537 +528.00703825326 +414.3502033846793 +612.43795126845 +413.5409600623496 +619.0558578771219 +382.04179308317566 +588.0653300991191 +382.2339378270986 +588.3578048533078 +382.37093676167 +588.3582970180571 +384.8688696879493 +573.132679211431 +630.8373500962674 +637.1739166040956 +649.0071362080955 +660.9517252884904 +677.8558706006536 +690.1924426087238 +702.3012529571679 +699.1641311489728 +486.14614765958606 +396.7969557720974 +585.8827592209233 +392.5197489330562 +589.2976726224625 +391.48125833688584 +584.5483046474274 +388.6823868355387 +608.0926446756148 +413.7242002451199 +609.8418488964239 +413.61112206451827 +606.0806509053881 +410.42590330843484 +416.3532370461313 +823.1217654082753 +1062.748137974674 +1064.1043975925193 +1068.6860946164863 +1074.327041391593 +1066.6365796726893 +1071.4233057181227 +1069.8516603804208 +1070.3943067094353 +761.7217726403052 +771.19782153512 +760.7402701825271 +765.9349890387302 +763.1658138839523 +765.2218686133978 +692.8633366810928 +421.85451047520434 +611.4284030291767 +437.8394733407306 +609.1735444191294 +479.9209847619034 +611.7528043900905 +410.1852017596597 +416.09720459862046 +833.2476225279618 +1073.0474687540468 +1070.9730628515056 +1078.5209600120456 +1080.4749057531717 +1076.210341478911 +1083.344794419545 +1084.9415641449907 +1083.06588983903 +773.7184090032969 +782.4442452379872 +772.6436770794904 +762.5827740644389 +756.1105682004967 +742.1792742499074 +698.9093737918794 +423.18608650953837 +612.0889717064408 +414.27760562778 +616.3871614092465 +410.41913135670154 +617.1677961929074 +410.4195522483878 +623.0368671734961 +744.0015432182008 +1036.686245370442 +1051.7702897540569 +1075.9717730747034 +1082.9032898958717 +1084.01827717293 +1091.6570495315168 +1092.984494696624 +1090.4153010555206 +779.878353071581 +783.8739051204714 +773.6515729851867 +775.3041385326864 +772.5044609748221 +772.6303727116709 +710.4957315371623 +434.4324681794388 +627.997881972248 +431.1624917891257 +627.4994863287608 +433.514074835683 +628.9981307341377 +410.41357933743967 +416.3573719963894 +850.5665242618196 +1087.5079360486495 +1091.7654638677957 +1099.1646055289857 +1110.6000803481386 +1113.7360263245275 +1109.6666341073797 +1108.0214337666785 +1109.0944994085487 +806.4182318162686 +817.8127796629138 +781.9958205098686 +778.7023132429548 +769.0672602720551 +771.5911593354858 +697.7688458548835 +423.2927934716959 +615.7636390264815 +414.04502349884734 +610.0303181783165 +420.1459015866601 +608.3440935418271 +410.267583620647 +416.24538802956846 +822.846926278582 +1045.1293766409624 +1030.8156992613021 +1040.8345576571696 +1050.2741107566435 +1047.1513365436626 +1055.0172053830045 +1063.2960653291186 +1054.8822953686715 +756.1652317494213 +763.5217971384692 +755.1629460685708 +762.2662953106953 +760.8932839223972 +761.1325483293065 +688.9825218291608 +466.6480391511488 +606.065337875174 +475.1922289262684 +605.7848380603476 +475.25566387240815 +605.7221581463581 +475.1664607225946 +611.7172153997745 +642.7443661502972 +799.4829235431583 +813.5840162114463 +830.0269189104133 +831.4715511882575 +846.1506085829136 +840.2384376225879 +840.1256934665236 +840.8131005138754 +832.9598707077098 +815.2644745298751 +557.744357668801 +534.9363804147341 +413.4078047519269 +607.475677867281 +461.0205211350359 +608.291547573909 +447.13751874651314 +577.3366706748458 +446.99567424359884 +577.3212572043623 +446.8963528426536 +578.4517176609701 +449.2447690288036 +562.1679901944758 +667.9749086630924 +636.7386147991717 +689.1774786504311 +661.5985556925889 +671.5395400874608 +682.1958649226613 +680.0202224013815 +680.9687517742306 +474.73270327621094 +394.7763462558471 +582.5938844290935 +452.0932690531561 +583.1936705806387 +451.26968316199674 +580.324861311159 +450.79118533673864 +609.0335734351096 +480.1556179032681 +610.5451548433808 +443.8257385251335 +606.3360847391375 +410.42328654808125 +416.45142052173236 +822.1851382909248 +1062.4245997329638 +1062.581866601555 +1068.6452514368175 +1075.242107943508 +1070.8058240642538 +1074.967835216885 +1073.4993917244285 +1069.142056273553 +763.201414182194 +772.8176402684406 +764.6323751294597 +742.9385790335459 +730.6924999411681 +726.015585267016 +683.9163199866426 +454.6958910999633 +607.1619436750827 +475.5584947846941 +606.2047236765673 +475.5205586991224 +606.1330271105841 +410.4294895526665 +416.41535959367604 +816.3236165021851 +1038.167570825743 +1029.2961787046077 +1045.9746402558185 +1053.1536763750744 +1033.5603324722379 +1039.6757064212516 +1042.4644950405632 +1038.4135687076932 +725.6352873834826 +740.8594640969799 +724.3215079537173 +729.3269100862409 +722.565218550939 +725.065701003209 +687.1760340775808 +412.94752553394835 +616.1950918255556 +410.4517325995136 +617.0367877154692 +410.45856253457345 +617.1009986723541 +410.4601654856865 +622.9735045649411 +760.3370263445523 +1013.7626321260644 +1014.5644086227715 +1018.6905137104576 +1029.8556503448178 +1030.5764750522465 +1039.0822963909104 +1049.3638046607507 +1041.639987933717 +726.5595978502229 +721.8310178178915 +699.3082819775846 +700.3985825246529 +687.111838797398 +686.9192570730534 +686.3198720245654 +412.9368934748607 +616.0948888693198 +410.444176959753 +616.098161222184 +410.4463392650211 +617.129109753724 +410.44683947118943 +622.0868575321759 +751.0779126331769 +1009.1017941363023 +1012.9327698895061 +1031.894956741252 +1046.0652428920519 +1038.2232929117322 +1044.371094289925 +1043.1506557835119 +1043.3008788679215 +731.6172539266687 +721.2009849051394 +701.0997890843806 +703.1115112853325 +692.4025543745507 +687.6207754031649 +686.2740250553297 +413.0726485691867 +616.0105999881733 +410.5993562111034 +616.8381785842844 +410.6050406001777 +616.6910298586727 +410.60273955035495 +622.5953624503154 +725.0852398884302 +980.7330719285637 +996.6786172513908 +1022.2292827962169 +1054.5992031411379 +1053.2152063538026 +1072.6756690723262 +1075.9835880532298 +1068.4458038006183 +740.1166459766768 +726.8421119808878 +710.3685764113865 +708.09919201382 +697.5947065182643 +697.588345116961 +685.4388730331865 +412.9596111312164 +616.1605364159203 +410.4695690021944 +616.845475972842 +410.46936830839275 +616.9016266786961 +410.46683854703235 +622.689177367375 +591.9713624112031 +790.238589249651 +825.2603303130949 +851.5074440193347 +859.7978903586064 +863.5691184691912 +862.7216514067311 +867.8924600215702 +863.4547587163611 +866.7814092293828 +870.7735865213419 +624.6546966132003 +545.5179220941005 +428.10106511900955 +621.1486239109921 +426.5756299922571 +624.1166398631527 +397.0213856745371 +592.058936324512 +397.90946865812236 +592.4118838294058 +398.01461589220617 +593.699823876387 +399.1348325342219 +366.4010487599155 +662.8621440322482 +704.8085918611534 +724.7621737970986 +726.0526552518654 +733.5066090280783 +731.5756506835822 +736.2051453758461 +729.5413378686596 +551.0466913712006 +418.7688342275945 +608.4031442091198 +408.4532825526034 +606.2340669039432 +407.29281308388386 +606.7714948113141 +410.0681914027588 +635.923027467165 +468.2084487183301 +635.2840803897253 +439.72909967358066 +638.5489888979429 +410.67602980898823 +416.64741834488945 +869.8927309589545 +1094.5697100730965 +1079.0400945177958 +1093.0150507823166 +1098.3631351509957 +1088.6031975191966 +1088.644325227953 +1086.2296786001189 +1083.5509450918507 +776.4074713846427 +784.6191136230564 +777.7770707921451 +775.1662039019388 +770.5244933832606 +767.2992648710897 +695.5049816859174 +420.84202046903 +615.3185519614126 +417.2868056825905 +615.6497952457793 +417.61522878766414 +615.4087960039878 +410.7318709084443 +416.467546934959 +819.4792408959463 +1033.1667070965882 +1026.9017927276354 +1045.7780572497024 +1026.0900304449044 +1021.6593069513476 +1031.5554676365255 +1035.182570935715 +1035.2134285737661 +723.580914170113 +730.8491774513424 +721.081907845663 +721.9270771333248 +717.7045992097242 +718.0602082491881 +686.6085173037466 +413.0028035724673 +617.2882013805862 +410.5112628327977 +617.1123290655465 +410.51171433149034 +616.8538424503103 +410.51627640747046 +622.7427571550716 +757.7720661085027 +1014.4659316960632 +1015.0960900269287 +1027.9029462804795 +1029.6067685488383 +1034.289095933471 +1037.4336348480488 +1036.5248178607224 +1035.1944783451272 +732.1331205705777 +736.4926289501713 +726.4219410812891 +723.748242285435 +713.5395164996751 +709.1883317865762 +689.5253053408869 +413.4220949489407 +616.8790375062717 +411.8700694006009 +619.1706895637044 +414.0832936959431 +619.6610231994249 +410.5627253131587 +416.4972448503382 +824.1364288797577 +1059.9402289772218 +1060.1127867003404 +1065.217473375723 +1048.478940300186 +1043.7719943097868 +1045.1832661108651 +1044.6675832158194 +1044.5754040923166 +740.7602076001972 +750.534166454244 +728.7799456675518 +737.7378259750694 +725.243329617854 +733.9923663721072 +689.3042841359384 +465.14073105012596 +612.1916622656735 +483.08607262483343 +615.1559443566453 +485.56932281483415 +620.5348702325954 +410.84244161915797 +416.7726401051546 +862.7539300166247 +1084.5849671471224 +1085.8938057107982 +1092.517322294419 +1093.7124206343262 +1091.6144106893416 +1078.1942511418376 +1072.412779690995 +1069.5056561981753 +762.5706103606398 +771.7091058390085 +759.2948047304789 +762.4480088007114 +759.0281796108964 +760.6522423585484 +689.739704473283 +459.0319189730027 +606.621598492238 +475.80308429506056 +606.4411576403556 +475.65667813675054 +606.4535147106876 +410.84622429591604 +416.6061219568001 +686.258894158218 +817.7789038373563 +810.5713339375295 +808.4535049952391 +801.33800075312 +806.4955836989523 +807.3844896569292 +808.8438481896142 +810.5431418578329 +810.6308166467722 +789.7282508658498 +560.1022089169905 +519.0706062305372 +477.9189479064566 +607.76999410602 +477.71870555840815 +608.267031480858 +446.85220668759126 +578.4406850957732 +447.0571899183473 +578.8377592263338 +447.15514811668845 +578.8035544978301 +449.5841744130299 +584.746694614777 +660.6736372259074 +622.7188521105594 +624.409534003267 +661.5699690535272 +618.7131259450205 +616.0173791884039 +654.5461308337266 +621.319631039414 +454.3108759456988 +392.66133742319926 +591.3415837535117 +384.968654751287 +591.1891411469885 +384.9688671138941 +590.1865863600083 +384.9680098921056 +615.6254117321049 +410.53044591266115 +615.9858180524959 +410.53009091176966 +616.3226851138628 +410.638016462417 +622.3238368408163 +752.188937569102 +970.6380554398493 +972.9687338191437 +983.5618290395726 +992.7327908532784 +983.9755102745147 +997.6870065457439 +998.1651133167783 +995.9763842044684 +679.023874010029 +683.9091253153601 +676.1121385038883 +684.006059240193 +679.9596436768242 +673.3347006421616 +686.7881524060147 +413.0268586643834 +616.538818178629 +410.5329870577843 +616.2846247847548 +410.5365174574212 +616.1106508780605 +410.72656596352107 +622.4368480322895 +747.8336112758025 +965.6177587990562 +960.5178455956847 +961.7009403670346 +962.2756613646993 +958.3035555682935 +963.3992813320651 +960.9951457916832 +961.0182303484868 +661.6933403449658 +671.8312311504164 +664.2244666074961 +671.6119261810253 +666.9467467711526 +669.8985702407739 +688.1080449013897 +413.03832801811006 +616.5115120134011 +410.5471886530741 +616.6165107945494 +410.5689725078322 +615.1728706253114 +410.5629227243585 +622.5198563974644 +733.6235434706291 +949.3189795858535 +947.6931230753842 +958.3426290914631 +958.9198940610862 +955.5341587111855 +959.7396598019783 +952.7982263234592 +946.8154924079666 +652.6350891418235 +658.3755923098962 +646.0695381917567 +648.6700186457858 +645.0520472712836 +644.0279717863407 +688.1715289011792 +413.14216206438294 +614.9795808171818 +410.6393721984495 +614.8285211306058 +410.6460592092072 +614.7657758588032 +410.6579785723907 +620.5452016100804 +690.2732689738849 +927.7298070146159 +929.9033795979652 +938.7460881640047 +945.1261897179293 +949.8124077400893 +957.7909158884687 +957.2845812558804 +949.3654022260405 +651.722933725562 +653.4433411871183 +635.3917361404656 +637.308123078727 +634.5984653731846 +637.3465918458483 +688.7809961781525 +413.58764890938465 +616.4819489785676 +410.6240849315769 +615.0168716814137 +410.6449454435868 +614.8404790303197 +410.65333171580244 +620.5599442995482 +684.7881943998069 +926.7862049067137 +933.2393576925244 +942.1856217992828 +944.8642658859495 +943.7344838710397 +957.1449010256958 +960.8972975782773 +962.5395499834544 +669.6789437034691 +681.1692003607998 +666.430011947234 +670.1657133118542 +663.7372764991004 +668.3104932871996 +691.5170346875394 +413.6044688581564 +617.3292744566028 +411.0492852693059 +616.4049910209495 +410.618006989583 +616.281854822047 +410.6162604959557 +622.2614673377662 +622.3595190052812 +759.0885819952852 +763.0016532623863 +756.7831275575164 +748.807628129872 +739.6078436257679 +739.1084647542237 +735.0004860541728 +725.1734847938455 +728.7616284725746 +757.4945390505667 +461.9203232120455 +476.9047981109744 +583.0370903644824 +476.13746372256327 +606.8123107880617 +476.08626257187416 +576.164012488194 +445.1640086719395 +548.5776775667966 +444.5220979901349 +575.7644467250352 +445.4784505136343 +497.4221746736496 +451.6823781801418 +538.7215615946961 +597.9747419113934 +537.537083493931 +603.0662849878496 +538.3786245619206 +602.4096619225849 +539.1329142179383 +606.1117261168865 +418.36408812253944 +456.11897628440596 +579.0211267586976 +447.92615079607526 +550.9063431890336 +447.4869093318253 +578.4241447454001 +447.4057303982942 +580.2815122281922 +472.5987002122866 +604.0866479363548 +472.8572105248149 +603.5309388597221 +472.3324561686736 +609.5225218889293 +746.4317477650383 +924.1052084447226 +920.2275389734637 +925.5617981736239 +928.3358580873577 +924.2594031361566 +930.5338893908934 +929.0646946957003 +927.501104777466 +630.4132889259497 +639.4078417415334 +631.6488329891292 +632.0712401526139 +629.0400904958002 +632.1492229291558 +687.7240744782956 +413.20979519009694 +614.863366689922 +410.713671247454 +614.5658212069573 +411.225336513642 +615.2185215773186 +411.3087904938323 +619.6923931103511 +683.8201019500525 +926.3970192118038 +924.6018445148162 +948.5475812921408 +948.028883855939 +949.0148700458333 +958.626187504643 +965.7680133287727 +966.766977338905 +691.3467072949138 +706.9489904502011 +693.1549591547189 +692.1121367922257 +689.7704227115663 +699.9837790710333 +688.270018514485 +413.3767813723323 +617.1899416784306 +410.585094674694 +616.8697017895407 +410.5913203781874 +616.8416102746381 +410.72431026625543 +623.4482688446631 +780.1353182370309 +1002.7141470416389 +1009.5001090018487 +1015.1772877781649 +1019.4882969490359 +1022.2777404350937 +1021.0045331113099 +1020.3544841317529 +1020.6450880761058 +718.537293998557 +733.4821704407697 +729.8607905080867 +733.6989680374326 +734.2782772101837 +734.9350448274939 +680.7284397456241 +413.07585495382483 +618.4343256157127 +411.2558088872653 +618.3922979355065 +410.5825608745693 +617.9441759675133 +410.58383394340706 +416.6056103436178 +844.0521224664192 +1057.96251406306 +1053.7244683693496 +1060.421203462215 +1057.058361823819 +1053.265971360372 +1067.1067352664702 +1069.2528706185246 +1060.4566801046083 +749.2880865340636 +755.5737790129866 +741.9202625419515 +731.1759129971755 +721.4184964058181 +724.4512175495224 +682.7702044137108 +453.9097927217982 +605.7650279007046 +475.79778354729694 +606.4788736042552 +475.8537709447592 +607.1809961146192 +411.3368028222737 +416.804993985462 +830.4650425797595 +1028.4655673393731 +1021.4792888517799 +1028.9035475976975 +1031.2321342670443 +1035.62797859859 +1040.3970153659925 +1041.0127657426103 +1039.079700508234 +734.1998267339817 +742.4118944495837 +725.7336523017281 +727.8212908996273 +722.9589664210249 +724.2017531265461 +685.4158754814315 +466.6648270062959 +606.045680082032 +475.55657336405613 +606.3446844049199 +475.5117849098329 +605.4990877245467 +475.452175067204 +612.5239699659351 +663.284748227539 +783.3096862348725 +792.7848844185932 +815.5869403832859 +835.7377454544336 +846.01133303728 +847.6946013755014 +839.7724048374155 +833.746856488055 +824.9048519216915 +811.3918219238077 +561.2386674113334 +526.0774077017729 +413.1734098358367 +614.7131965960905 +413.8666342278163 +620.0561775522779 +382.98022309243646 +589.3633518215978 +382.62907405010634 +589.3862602124144 +382.62177462073646 +588.1300927675616 +385.8755583873824 +594.8502698388265 +617.5801329129077 +659.5236945746118 +625.1121317015885 +629.148051750982 +632.3589749896854 +632.0105795682234 +629.8176698210232 +627.7260207825561 +456.9038037165813 +392.3016929444379 +590.9111266260016 +385.12620266431406 +591.5777726674308 +385.4511580936035 +592.184557347706 +385.79956905333836 +616.8514690351542 +410.68531932983865 +617.5520322637465 +410.6894956217766 +616.5765717912819 +411.39050443191576 +623.5279315550699 +783.1850795113079 +1008.0901311640823 +1006.9066180597019 +1015.3727310483171 +1021.0810806043764 +1033.6040956548165 +1029.1953524924672 +1034.0946442501497 +1033.6235020171869 +733.49977938356 +735.8118929668748 +728.7967009369642 +725.8541075245737 +721.2220713712537 +723.7307864277262 +683.8343190430057 +413.1040017248377 +617.364511176762 +410.61222261403003 +617.7696111049698 +411.4266928237574 +617.4957495703836 +410.60979978761276 +623.0041128003897 +772.1171872225891 +999.137696165994 +1000.5536466991836 +1007.7640558976631 +1008.0895192435432 +1018.4418494477904 +1024.0555320286426 +1024.229145473564 +1021.5375899173915 +716.2372253343357 +717.3685461666014 +710.2772482772699 +719.4976388322733 +715.6744620806508 +715.3556452386233 +684.8267338520129 +413.4847211292455 +618.2275978543395 +411.2385577408175 +617.2073150103303 +410.65078943310334 +616.9715313222927 +410.65591774258723 +623.1121756646838 +772.6548628637172 +994.697674694656 +1012.3726113233176 +1026.1549828525667 +1023.6997348471435 +1006.519701425185 +1011.5506574815914 +1012.3183150955185 +1047.5819962524442 +742.0761337688189 +747.8933392207572 +736.0548838738711 +734.0449130844003 +730.9279549497602 +731.1314903910583 +690.577991807725 +413.74433621697165 +617.8072779906225 +412.46418581010204 +617.4880029360988 +410.64850941471127 +617.5870307969354 +411.4955757940807 +623.579440967313 +774.0274363441383 +1006.4470495121143 +1007.6611142332691 +1015.3456598100524 +1016.2111323011536 +1012.8464555971736 +1019.4868292444858 +1015.1710824023844 +1011.9141667707448 +705.6718201655362 +710.0780254967624 +695.2109302237599 +693.76303648873 +690.2216575775227 +688.1565114566807 +687.6149106423887 +413.1690696220178 +616.550592063894 +410.67979607591167 +616.4226102722123 +411.5638875630557 +616.8186870501501 +410.6853139658431 +621.0463053265978 +736.0680888931115 +964.0118988591838 +969.8995645191981 +983.9920608502898 +984.8104738530876 +981.9452925894884 +1005.0503015388523 +1003.9067950986035 +996.7892763275191 +692.2654548745269 +698.4803626535812 +690.1603739579737 +688.6099688130553 +684.6475575070532 +683.2195095083748 +688.3397082019012 +413.1255760364836 +616.5810157390611 +411.2305227633447 +617.2380222480846 +410.90739915476024 +616.1979607503729 +410.6322976054004 +622.3377079862997 +622.6681426086471 +777.4730228463931 +784.682171990296 +796.1264944300506 +802.6920154916 +808.8436846073349 +817.1487779917213 +821.7581945363386 +816.487738793915 +823.654354874402 +802.8695515082413 +569.0416642594065 +530.2614232922159 +413.14752025613285 +618.6868294569905 +413.5468418055759 +620.3748947991729 +383.07070143823125 +589.7130020416272 +382.60439121888373 +589.8240149634964 +382.73726013226513 +590.3729447595712 +385.7873088411411 +595.5350712365074 +623.7220440459724 +666.7471578201083 +633.277030757756 +641.185938868493 +651.3013092454587 +657.7796699131239 +660.7154354745869 +667.0510518237932 +470.7222600745723 +392.1958120369187 +592.4910859656526 +386.0019858646952 +592.4063306146936 +385.11910835714275 +592.5085809690682 +385.1241433113295 +618.6043568374956 +411.62118058551675 +617.6422905968528 +410.6844714433844 +617.7656515403831 +410.68947110210735 +623.9447482537588 +763.2197255656926 +973.2610558452578 +962.4802723027129 +967.8291073222125 +963.8287457179299 +955.7223305340567 +960.0179981270186 +953.8784083683843 +943.6960918650818 +644.2496557007051 +644.8414380179723 +635.3269159539572 +638.4345298693173 +633.9727125388082 +635.2336851283771 +688.0133522131058 +413.29679379564396 +614.8581133694195 +411.80934479150096 +613.8709812957475 +410.84404195953175 +613.6003555264326 +410.86658000984744 +620.0847672147822 +685.6842158719361 +916.5379553263426 +921.3571831779395 +928.2537750122962 +929.3732479243513 +925.9703868151983 +929.869819570241 +928.837283956201 +927.5114864601744 +632.1465344029597 +642.177580253745 +634.0485141696792 +637.2914041543211 +632.2716877524288 +634.3718474690021 +688.005263712838 +413.32170980494465 +614.7808113047847 +411.8273406294954 +614.1051957205069 +410.84886112797017 +613.6222875957451 +410.8465163229489 +620.2332129205203 +685.5548172204054 +920.900930722021 +922.7964514447323 +929.4959203621278 +930.2198493006296 +927.9688351231464 +936.7527648585301 +935.1901939463772 +927.5940354133606 +632.5891985989115 +643.4172562004607 +634.5967260166678 +637.0994723962029 +632.7346797934498 +634.9830734228276 +688.1610641843907 +413.2469583998529 +615.3847749567033 +411.79566476983854 +615.3001409881731 +410.76652529504236 +614.7072013210791 +410.7926510513941 +621.1012594630052 +685.6611935983973 +920.0540811072491 +921.9584832399269 +928.5128728532331 +929.1332038150433 +926.6072847657847 +929.4728607789085 +929.3245348704046 +928.0914439085867 +632.7634739126537 +643.4477827808779 +634.7132184152013 +637.492055902836 +634.0069873276392 +636.532439308422 +688.1600998732627 +413.2527812713586 +615.2064358680742 +411.8137285825371 +615.3992613376988 +410.7352624400586 +615.042879424806 +410.7614373943279 +621.3548054244651 +720.4926172562743 +934.8071748469561 +938.8528998852269 +948.5584879015469 +957.8629662980104 +945.7606120232025 +948.2744463749443 +966.3370522325906 +968.6760952514647 +674.1683609810608 +676.6577035800283 +667.3088927228467 +674.7961695136343 +671.4710814958237 +674.3996863780612 +690.462914788675 +413.1705090560529 +616.8263616891372 +411.6151544929223 +617.7874782685418 +410.6831729288486 +616.7053674679521 +410.7039359404545 +622.9798294095264 +607.4001892775848 +766.9344419524804 +769.6877060265509 +779.924500100333 +778.683957184401 +783.7777543804172 +783.6130603527968 +783.1357126490825 +783.997879366536 +788.9914745712772 +780.1287066916077 +570.5895040230588 +526.2733668511777 +478.54003216368585 +609.0872821237795 +478.1514225746376 +608.4870386714375 +447.0932181621118 +578.5895123193596 +447.95942597599003 +579.1320156119599 +446.69877582513845 +578.5206629437735 +449.14653587035923 +585.3797211907639 +636.9994623050209 +603.9168793089862 +649.2987695766886 +606.3146786821418 +649.8885652091993 +609.933574908965 +636.3588858334222 +609.1849160550604 +470.71028039139026 +392.59204720975396 +590.842507383612 +385.2035613864453 +590.9523421105888 +386.14851849747674 +529.236939851837 +385.2297783691529 diff --git a/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv b/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv new file mode 100644 index 0000000..55ac6c2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/load_9_pu.csv @@ -0,0 +1,8760 @@ +0.42674193956572143 +0.2773337090818433 +0.42676008876900284 +0.27762936141938543 +0.4279536658690294 +0.2775060501118691 +0.4290271408926325 +0.2818469405653757 +0.4786584585285311 +0.4453452280512441 +0.4784774007760853 +0.4478397521598899 +0.4480719614338102 +0.47992236877185784 +0.4513852908644391 +0.45351382342480534 +0.3482418712705215 +0.28520875798194667 +0.42858807934915855 +0.2791040400109613 +0.42865533712403164 +0.27934005475304474 +0.42954145816741474 +0.2793538902674347 +0.44700682184542295 +0.29763833916169324 +0.4466197626745689 +0.2984549728548107 +0.4477755147685941 +0.29762358873087574 +0.4510262940730166 +0.5509009499007308 +0.7117181738022323 +0.7122631907810169 +0.7161371536134776 +0.7211020360683038 +0.7168227417400833 +0.7210950852194271 +0.7195647960411216 +0.7185867829999487 +0.5050968960225442 +0.5091272989311679 +0.5030049242873788 +0.5026770413558549 +0.49615789412555533 +0.4974280393632338 +0.49552580154203224 +0.29952840805460407 +0.4478307907895519 +0.29798854060566954 +0.44683121413907967 +0.29763738580354016 +0.4467174127030912 +0.2984905121199108 +0.4512547456608764 +0.5335654382515814 +0.6883592837877601 +0.682872609763213 +0.6905572840195835 +0.6914239348581244 +0.6887108905062421 +0.6870844492141156 +0.6846393575983888 +0.6820408182448555 +0.46579936339343475 +0.47125784719419955 +0.46397335605978296 +0.46253049949491737 +0.4605551036096777 +0.46184593645324035 +0.5012141497959055 +0.29945639682620867 +0.44668698294617853 +0.29826016085507273 +0.4471641035059488 +0.29767342923920015 +0.4456509553204933 +0.2976930587389548 +0.45052599957694606 +0.49668588991893264 +0.6665887135559367 +0.6700441042490668 +0.6814567216041816 +0.6872576454664622 +0.6819696661593754 +0.6915621255275034 +0.686648865885481 +0.6828652773912326 +0.4660664472452637 +0.47322683377800656 +0.46453010224139724 +0.46711339045581685 +0.4647493176456914 +0.46497652621647517 +0.5008833272330352 +0.30024145257554546 +0.4470293531799227 +0.29763225323751097 +0.4464358686208295 +0.2977301182051119 +0.4464843992341599 +0.2979992236249101 +0.44992320831019145 +0.5214994449013155 +0.678860038704472 +0.682996626315372 +0.6966013300053877 +0.7045290590169374 +0.7045458690983241 +0.7039753262729302 +0.704190921624669 +0.6954189061754881 +0.4760808818244129 +0.4779369152107648 +0.46391196583046307 +0.46264624212279226 +0.467577792904649 +0.461753186176613 +0.5010711619264431 +0.29949414176511113 +0.4464907321457348 +0.2985710709188453 +0.4460802966359316 +0.2976975566586638 +0.44532236748243476 +0.2979106927147742 +0.4503599979632778 +0.49616533608019614 +0.6678956959223877 +0.6739491156489598 +0.6887294493495796 +0.6979128070597049 +0.6995710399449867 +0.7063213111969099 +0.7106167746085902 +0.711013493985136 +0.4877546242131776 +0.4900440873619277 +0.48376379204912096 +0.48977032013192306 +0.49638306782393227 +0.49698646920812223 +0.4981414403117154 +0.3001501016283107 +0.447335155751185 +0.29760678256868545 +0.4469809324620923 +0.29772132455734307 +0.44757823115613743 +0.2978878938754884 +0.45102182098860527 +0.4593342291850683 +0.5727870079938818 +0.5669413203804513 +0.564732381966574 +0.5598955656225715 +0.5585935191154024 +0.5617305906292653 +0.5556057054606073 +0.5549225705303659 +0.5541450853114492 +0.5674611033060709 +0.38522570352208285 +0.38614087683376047 +0.29945852434359477 +0.4476610297527748 +0.29992167937796793 +0.44803151939276714 +0.2773301019125027 +0.3813150308426609 +0.27734645890869086 +0.38201498676432155 +0.2778642088616306 +0.39517993979382504 +0.27917212784294226 +0.39085296844851 +0.41177575788448434 +0.4365971630281234 +0.41883811187917663 +0.44739120780538616 +0.4272360060534769 +0.453084783829014 +0.42442198011948346 +0.45580496125072195 +0.2717871361798746 +0.3651995095416934 +0.27918693128224675 +0.4273463334811677 +0.2800701452017819 +0.37649493335906314 +0.2791835236937151 +0.36891197458977504 +0.2980670543632375 +0.446393241521923 +0.29773856484440664 +0.4446838394613782 +0.2977190809799222 +0.44575039297240676 +0.3025604625899983 +0.545065510936715 +0.6738658949441243 +0.670371816956135 +0.6818783193587886 +0.6843825102436998 +0.6886978654832182 +0.6916942342975462 +0.6901592961178831 +0.6892730723560582 +0.4724619945525169 +0.4736767682727836 +0.4643915968848176 +0.4629223200871071 +0.45962777042652764 +0.4605589141259269 +0.4987335586844538 +0.300138754309377 +0.44631129171450706 +0.2977222380863318 +0.44543673743174783 +0.297882365520045 +0.44619952085505105 +0.29796514546469477 +0.448988565370473 +0.49645181677185374 +0.669294503167495 +0.6764031848401983 +0.6961581499659216 +0.7039337414473249 +0.7110376013492307 +0.7100739005431854 +0.7172005072053299 +0.7157341068285412 +0.5014593717726109 +0.5018616656789707 +0.496059227350683 +0.5082730701827766 +0.5122760953038639 +0.5127324269466599 +0.4961828151711041 +0.30015779824347966 +0.4471593788561174 +0.29767056201265835 +0.4472623545519533 +0.29859949365022276 +0.44732909838405943 +0.29767095882563865 +0.301919805803424 +0.6060615126066485 +0.7577020384959166 +0.7601089760080711 +0.767354992689969 +0.769518538112503 +0.7683198311234539 +0.773856669711196 +0.7754308730432736 +0.7765457285722187 +0.5553213572478121 +0.5624987656349986 +0.5428839200676925 +0.5266077737324968 +0.520338457222298 +0.5147996258495982 +0.49652599015862303 +0.2994320945622608 +0.44676689050856694 +0.29783571155811095 +0.44656944511472796 +0.297791238465748 +0.4453101078983171 +0.2976760620177824 +0.4157506588857432 +0.5009209559845298 +0.6676170823540438 +0.6696650953617935 +0.6741753629358568 +0.675797534053833 +0.6749813092075234 +0.6853907691019225 +0.687155901635762 +0.6821935929702075 +0.4657302571289893 +0.46693917459739065 +0.4605531106382485 +0.46308316667046673 +0.46097489379099754 +0.46233558934315505 +0.5011761470310581 +0.2994964366978757 +0.44649528423431417 +0.2986239535556873 +0.44606953419605716 +0.2976885222180838 +0.4457428880857048 +0.2982999485119912 +0.45062160500104265 +0.503476981209064 +0.679114282286363 +0.6827892466041235 +0.7038174829232696 +0.716520879637215 +0.7133444746614034 +0.7368353351319863 +0.7424173089645463 +0.7416423919562417 +0.5219865339230547 +0.5263351850615205 +0.5188421470984128 +0.5182913662563013 +0.5184254039395597 +0.5237778616262228 +0.4955665854727938 +0.2994888655254253 +0.4477999945423875 +0.29821473723808134 +0.44706608079106475 +0.29768032068282296 +0.4475720325007342 +0.2984881855680215 +0.3019242411820236 +0.4952816578501201 +0.5867971917247967 +0.5865346381107744 +0.5913550098798873 +0.5941655601537347 +0.5931070908047933 +0.5900659473646341 +0.5928467596408028 +0.5880165609323251 +0.5942418191761865 +0.5787499815920648 +0.4035137419396146 +0.3819353515811385 +0.2994543489880419 +0.44430588781995395 +0.299965575297698 +0.44992262890110923 +0.27732080899461226 +0.42671267059655565 +0.2775767937565773 +0.4285097883733921 +0.2773793717089286 +0.4275096337231461 +0.2791453344327248 +0.432911145318376 +0.44897201510864476 +0.48642089154490836 +0.4614857631134293 +0.4703984792458572 +0.4696748948322103 +0.4761657362369749 +0.4801102078445661 +0.4802351182342626 +0.34156959658295 +0.2843920317701175 +0.42108880138156796 +0.2794992719954724 +0.4289334429526658 +0.2791155669613841 +0.4293027066571125 +0.27972149277066394 +0.44734668943215666 +0.2976405460651625 +0.447069697218668 +0.2984481076539273 +0.4466285954431117 +0.2976339513100669 +0.4511494278337234 +0.5480219815086116 +0.7102872377155137 +0.7160864624429939 +0.7309413385227369 +0.7386264400750248 +0.7501580442429527 +0.7614290069227405 +0.772330587849791 +0.7694881893943923 +0.5460359647309975 +0.5433174192467057 +0.5320981649885709 +0.535610216085732 +0.5337573986187691 +0.5262873656146192 +0.49555425248749807 +0.32969221813436145 +0.4397280937724516 +0.3452874108669369 +0.4413257489076032 +0.3488205676928938 +0.44355344071304575 +0.29765404676100704 +0.30219559199371865 +0.6162807147106316 +0.7721118545928316 +0.7730065647359677 +0.775586757840687 +0.7773986010488502 +0.7731949481433358 +0.7741702152806804 +0.7790783943979743 +0.7786207858597367 +0.5568257991922368 +0.5623200094130744 +0.5558045524498818 +0.552873603808801 +0.5380850044446586 +0.5400804174489872 +0.5001262247798102 +0.32387794274424486 +0.43961680372193807 +0.34482618860292624 +0.4397570304900593 +0.34576710133947625 +0.439537250975657 +0.29765861757684864 +0.30211369564079876 +0.6045946580459604 +0.7422095931048592 +0.7411624920999629 +0.749339726113255 +0.7470240516244203 +0.744802679558488 +0.7474216488274436 +0.7487602329317199 +0.747964041656501 +0.5221908114071994 +0.5293174984064171 +0.5218072797849315 +0.5193951635364983 +0.5158105864793344 +0.5153998343867394 +0.4985161053066399 +0.3004824029709683 +0.44741822635696604 +0.297666207252956 +0.4472178527708803 +0.2986875997086302 +0.447262505002615 +0.2976648954209525 +0.45135008209197547 +0.5631634272238996 +0.7292427014566327 +0.7320099452552631 +0.734950930510532 +0.7373029447989268 +0.7402041875906759 +0.7388743883003533 +0.738086724474008 +0.7370949071416231 +0.5117316560009312 +0.5179246166495566 +0.5098069403507328 +0.5130382319376029 +0.5101718663433213 +0.5104838923687096 +0.49512608154635857 +0.3003747025346753 +0.44753387860114013 +0.29766867374347294 +0.44692931581844386 +0.29854889995294803 +0.4471855456546239 +0.29767196362875437 +0.45102054670469605 +0.5482651683692972 +0.7146281640570091 +0.7127705694748591 +0.7134744078871363 +0.7270400244844951 +0.7252280288262922 +0.7244862164179858 +0.733009992999075 +0.7139100360350936 +0.49993367004413225 +0.5007474996311647 +0.4935153856750818 +0.49557137994264533 +0.4896931354237576 +0.4909923767295571 +0.49806028215231524 +0.3001141058434207 +0.44746527508635586 +0.2976870110846176 +0.44666431932779554 +0.2983195196534283 +0.44725550887429627 +0.29768238173536565 +0.450817474331553 +0.43230123083199445 +0.5470967115100538 +0.5549623977740319 +0.5616735077968995 +0.5614568122684359 +0.5607495056925533 +0.5617612123382532 +0.5574604699258877 +0.5589336474497579 +0.5589867473737054 +0.5563651784299656 +0.395009437423965 +0.3760469090934947 +0.34664935898594595 +0.4417931962902734 +0.34616738418593423 +0.44072128886436085 +0.3243033533279585 +0.41975701763732065 +0.3236337274120806 +0.41907852609457735 +0.32410602816125833 +0.41983880815193014 +0.3253020202899264 +0.42357105213547946 +0.4738806515648633 +0.44618575575392366 +0.483028102377461 +0.4564778017989633 +0.4864139826442241 +0.45091946328695953 +0.481023964452952 +0.45388383511211744 +0.3305136587969117 +0.28494755011317435 +0.42855239477024587 +0.27926901138779386 +0.42951221650135624 +0.27924782920440183 +0.4278730193345858 +0.2793020821329805 +0.40891911370904 +0.29772590201692184 +0.4468899196297539 +0.29789859754668846 +0.44743323405408003 +0.29769004750746175 +0.44999275067105887 +0.5263196195896431 +0.6800283654051547 +0.6747447117932079 +0.6852099099013272 +0.6831445946133552 +0.683677403591548 +0.6801140656012377 +0.675409879838096 +0.6729123826555045 +0.4593174633307712 +0.46624009460057414 +0.45943899245781616 +0.4619046623903819 +0.4596757391819767 +0.4609176927388283 +0.4985843364870153 +0.29958250175753626 +0.4457127659941814 +0.29863020521095635 +0.44471976545624714 +0.2978010621895034 +0.44527648626232313 +0.29853989628224936 +0.41025578464014145 +0.4965125864710685 +0.6684947580088002 +0.6686606626651801 +0.6746119422016391 +0.6754128519145592 +0.6728000601235742 +0.6804933248289614 +0.6828948735614275 +0.6776490906821717 +0.4605931274515416 +0.4658347256738359 +0.4605445476405647 +0.46269959679048456 +0.46029215111109717 +0.4605763807959738 +0.5019117627434445 +0.3001284177126481 +0.4467182482943071 +0.29771885878210413 +0.4466200557060672 +0.2982114082696873 +0.44567064924909583 +0.29773775855027756 +0.4508532685630227 +0.4964627713064741 +0.6711803339325066 +0.6720945252742024 +0.6792479531525627 +0.6829426146320416 +0.6863005335943068 +0.6895238936315367 +0.6886844521986715 +0.690572040054403 +0.4735057621201991 +0.4785924234511914 +0.4651247912499453 +0.46380905099541614 +0.4652665601249307 +0.4624797565635301 +0.5010699292806756 +0.30029282928154705 +0.44720206223967995 +0.2977377372648021 +0.44579502844926067 +0.29867787576107707 +0.445998314357276 +0.2977742432030842 +0.44936499682656855 +0.5225809484495068 +0.6819323705472332 +0.6836973852606407 +0.6939347624090676 +0.6955373367292526 +0.6953728600652238 +0.698415812000115 +0.6970022571698165 +0.6994339551380929 +0.4827906251306403 +0.49020924412958544 +0.4836023035957774 +0.48598569299477967 +0.4836575692995617 +0.4852748104276681 +0.49813866430693715 +0.2994902426668288 +0.4476918635630245 +0.2981052770620815 +0.44665674748678796 +0.297697380254502 +0.44773300597090565 +0.29793149601495694 +0.45090256795088623 +0.5344507467515629 +0.6923830730050178 +0.6929362872069669 +0.6971864927140687 +0.7047024903990604 +0.6986922124982886 +0.7021132154720368 +0.7045312972070293 +0.6995692309497252 +0.4860998992301127 +0.48987915161952034 +0.4838672197449118 +0.4833558643957962 +0.48099496367560046 +0.48403857839068287 +0.5019415749461166 +0.29984640273000535 +0.44683339831091146 +0.29774264577599147 +0.44762997809772237 +0.2978612251483568 +0.4457838599371905 +0.29798290819193335 +0.4509165309254331 +0.4077561926941029 +0.5136509265028149 +0.5211349705987851 +0.5297401701301919 +0.5321452848749002 +0.5300332882801684 +0.5313703576596748 +0.5299218763829996 +0.5290902692813898 +0.5304304227754028 +0.5413408835298447 +0.3591549023500391 +0.4009436965133429 +0.2998137244672334 +0.44832557877027973 +0.29973650350669667 +0.44851475149662134 +0.2774807184941554 +0.42486466238871456 +0.27781464960008306 +0.425513963915104 +0.2774415293837132 +0.4246165325557109 +0.2798742393562845 +0.42988534360665437 +0.4077802586319588 +0.43881331914583666 +0.4212178979307753 +0.45413775956506375 +0.4235219740611271 +0.4513367055485743 +0.4233240565618782 +0.4511930181141115 +0.3024894650465552 +0.33142575284261366 +0.4201742416215447 +0.32432270382053036 +0.39634819613147665 +0.3257462781536001 +0.360099575057615 +0.32454790045332316 +0.4382326472932881 +0.34410301213721667 +0.43788051669450595 +0.3431110110338244 +0.4384010479490903 +0.34380510119664354 +0.4421610622609175 +0.5418553910338094 +0.673530782121201 +0.6694511864099942 +0.6746057993631812 +0.6754765340234813 +0.6716379231003806 +0.6758849700076062 +0.6742783915999385 +0.6723055329589863 +0.4587276119676679 +0.4656460777964583 +0.4576997641592479 +0.46044094048102846 +0.45808141658938645 +0.45895283178041957 +0.5010094071505141 +0.30066949739696724 +0.44649998258944884 +0.2977788317649312 +0.4460887016019431 +0.2987320393220642 +0.44549136282323504 +0.29778748494307666 +0.45025207295114134 +0.49691486771275295 +0.6674493877176663 +0.6690908106432459 +0.6722659266515806 +0.6747213988813273 +0.6710707492929926 +0.6735914908216017 +0.6722654143889588 +0.6706341398474522 +0.45752084646327723 +0.4643074019378077 +0.4581910382062301 +0.460398884128981 +0.45814146672906914 +0.46149715038918143 +0.5011309500486871 +0.29950077812766485 +0.4476197898053565 +0.2981725887825258 +0.4472498010038202 +0.2976754531178096 +0.44876445539494353 +0.2978724387104326 +0.302006217286779 +0.6059775197402628 +0.7576124963829929 +0.7505789232103384 +0.7507400713697637 +0.7453220702426918 +0.7421052906214085 +0.7468316956138249 +0.7451838000082519 +0.7392935580705562 +0.5193291684537907 +0.5200120219390394 +0.510305197524038 +0.5126127400738496 +0.5102078364272474 +0.5104364347925257 +0.49701374708682616 +0.30032582767118493 +0.44735274663603936 +0.29767981516910047 +0.44801790892700516 +0.2981917045068176 +0.447258990947284 +0.29768276270589794 +0.452577229033814 +0.5512953800273792 +0.7081213688553152 +0.7066497882726486 +0.7073357172784921 +0.7081517465793663 +0.7016712236757142 +0.7017429626688553 +0.7012563821877101 +0.7000864356656356 +0.4826209825398899 +0.4869898970424095 +0.48028319561009314 +0.48270215714965314 +0.4768378060527573 +0.48197112859832 +0.5002774750761443 +0.29952947473106006 +0.4479934683894699 +0.2978914091481246 +0.44660294535677 +0.2980675197264809 +0.4475934851420415 +0.29772128095451794 +0.4501042479789221 +0.5110788854176014 +0.6729305979267073 +0.6771525538809487 +0.6869165531175514 +0.6953608171481569 +0.700818399565131 +0.7108492352492684 +0.7119898226008515 +0.7064663287389098 +0.4888107209528722 +0.4964467676729412 +0.48715997545120104 +0.48615179015932575 +0.48714913232891105 +0.48424834017178575 +0.4986771638737296 +0.30025930080549246 +0.4468889108328902 +0.2977230777801269 +0.4475391415474659 +0.298100548639742 +0.44651868962172736 +0.2978869517146319 +0.4511894689335348 +0.417232209178611 +0.5240061268941266 +0.5271979018240626 +0.5326193976154303 +0.5391642930080396 +0.539867702312821 +0.5350564796567194 +0.5327513870162536 +0.5319875091310121 +0.527362861591518 +0.5184625819678271 +0.3344400363782726 +0.4023217403520403 +0.2998180654330734 +0.4477262848972497 +0.29981624087753556 +0.4483856921972548 +0.2774283594794068 +0.4246157729311216 +0.2780472370608057 +0.42528993135577214 +0.27745162741775026 +0.4243193290024267 +0.28026283046875095 +0.4291061969655875 +0.385382842913118 +0.43313599588970547 +0.39086979109934566 +0.4374404045390101 +0.3905957411323669 +0.3907038162917756 +0.42583410774333874 +0.39388147265174445 +0.318545103919773 +0.3268084591231474 +0.32459995850519396 +0.27927312306264457 +0.4271262877489504 +0.2801805906773027 +0.3230517341643059 +0.2792982281549172 +0.4011276329268455 +0.29833159672856785 +0.39953973591539654 +0.29785173849112995 +0.41539799415653234 +0.29795357873159256 +0.4185419914612402 +0.4973042233282034 +0.6631361413068342 +0.6656625860318375 +0.6704978351311349 +0.6724042129460548 +0.6686826800035589 +0.672616280441393 +0.6715891237760515 +0.669789310097627 +0.4559402354679146 +0.4636659774879435 +0.4569033695332585 +0.4587447101979311 +0.45614970641336905 +0.45704023288168255 +0.4919167127138763 +0.3007719733023289 +0.4448627318631166 +0.29782298746198926 +0.44552005003650014 +0.29863765414112475 +0.444810491566502 +0.2978613905535405 +0.4053413771496924 +0.4805807805032042 +0.6620664356465529 +0.6673733799803389 +0.6712952236676203 +0.6733179439907284 +0.6717048152460321 +0.679424647352127 +0.6850647736834297 +0.6864752774260066 +0.4731681336854504 +0.4867214490183684 +0.4742051644478009 +0.47662554908701327 +0.4742137943538411 +0.4750290086408516 +0.49925716334111075 +0.2995916111094129 +0.4458382652909738 +0.29872573977312705 +0.44557852986527013 +0.29779253896303526 +0.44555822575029785 +0.29889072727712007 +0.4491410756368343 +0.48016865341840304 +0.6695579408573609 +0.6701801990248468 +0.6788208998804237 +0.6818203395890378 +0.6761046855479733 +0.6805000169238559 +0.6744068276829004 +0.673493470177254 +0.4598927613566443 +0.4513432955865473 +0.4604784589014039 +0.4624970087707089 +0.4597477725582034 +0.46033382607979495 +0.5010977719950857 +0.30018799764778836 +0.4471851579871925 +0.2977485143840892 +0.4456292209401221 +0.29880031420448105 +0.44581795749466685 +0.29773804525772923 +0.4502399572324478 +0.49990837078184636 +0.6789483848699333 +0.6810423260990027 +0.7030053372169973 +0.7081024422211492 +0.7051665664526335 +0.7109599347509502 +0.7108285407018383 +0.7087703162206606 +0.49248001131406355 +0.48017613288214156 +0.49029966114133394 +0.48659424922827826 +0.4839132759725527 +0.4842574401018655 +0.4997110424570342 +0.2998103435997806 +0.4464594868597993 +0.2980605490269023 +0.4466891276088604 +0.29775274312099265 +0.44565445335967274 +0.29850069662572504 +0.450415052207301 +0.4797541590841766 +0.6729291434683505 +0.6740202194229926 +0.6813333429155234 +0.6855373197390203 +0.6936085031591562 +0.6948998906928336 +0.6915713838536811 +0.6871622448490736 +0.4635649522399221 +0.4499446733298707 +0.4596383475383781 +0.46184609421144274 +0.45882368595539513 +0.4603627006345307 +0.5011975845515966 +0.29950857338926035 +0.4476044251904889 +0.29818984299203716 +0.446423656413823 +0.2978167058130622 +0.44689464285386726 +0.2977776604722099 +0.4498843239753827 +0.3764470538540753 +0.5187346617388201 +0.5226491997217328 +0.5393423524318814 +0.5455583274999084 +0.5476120475369302 +0.5521978684533664 +0.5573001124601077 +0.5583743922266275 +0.5687287018932697 +0.5482910468028827 +0.40976681231706624 +0.3761934099487464 +0.3470102104511167 +0.4416773111445538 +0.3462787799607874 +0.4407333055482997 +0.3249904308101392 +0.41956458003756214 +0.32386595124702855 +0.419382246219172 +0.32485644810178366 +0.41920340873339856 +0.3256672190095721 +0.4081861036198839 +0.4770787949664801 +0.4332190240791207 +0.4567324417257493 +0.42817949049786364 +0.4511590508841735 +0.4220055601404393 +0.445375903652598 +0.41893439460267756 +0.31650689394922027 +0.2683202366616829 +0.39844594743073747 +0.2793653372296716 +0.35070940394598066 +0.2798245124020612 +0.3761880469055385 +0.27930175085933956 +0.40626383224585827 +0.29879078055223557 +0.40641304070362555 +0.2978466308021276 +0.3574661394779582 +0.2988899615100252 +0.39035023380951717 +0.48556065764764816 +0.6698047700086115 +0.6699006119028318 +0.6765790180564939 +0.6756203696270234 +0.6738137736974501 +0.6766917467759672 +0.6751924289615105 +0.6780216122953245 +0.4676292930342689 +0.4558454789109779 +0.4651540727306646 +0.46750933093138175 +0.4650794714011984 +0.46962169478299953 +0.49580772264888834 +0.3000495982758759 +0.44658684891491524 +0.2977656205111272 +0.44523779953068 +0.29869000701818166 +0.4452671491814904 +0.29779131166627876 +0.4493794631209645 +0.48121278293745356 +0.668816404315441 +0.6705629242539806 +0.6812592385698985 +0.688624276508005 +0.695592611328925 +0.7093093687317253 +0.7221764555777024 +0.7328320961648833 +0.5113122769384529 +0.497217384198178 +0.5066281016813171 +0.5341750034121586 +0.5353876476638348 +0.5421141209338517 +0.49319279588657283 +0.30001131025932404 +0.4393541418888014 +0.32665362581514745 +0.44067385707111933 +0.3448484293394988 +0.4393853419709744 +0.2982772654638119 +0.3027131799421395 +0.588781413376602 +0.7602767489964078 +0.7622157093522237 +0.7667840181057134 +0.7363459929654183 +0.7323208067594305 +0.7338476190826676 +0.7322997336806545 +0.7282985461142786 +0.5098616090071771 +0.5000357720644942 +0.5071450501442675 +0.5094979665300736 +0.5070498341142395 +0.5083476646410678 +0.49592347719786095 +0.2994887205604557 +0.4474387378956066 +0.2986003629227122 +0.446853813904405 +0.29767559051953096 +0.4475654684358951 +0.298161584160646 +0.45094515803918717 +0.5123524584548691 +0.6893339088502507 +0.6870121775788635 +0.6983313138441523 +0.7083340494309721 +0.7052450443165381 +0.7055179346442584 +0.7036780261109464 +0.702590926164655 +0.4828623753333165 +0.4748597401435781 +0.48386570980518684 +0.48959938194859115 +0.48709242029067124 +0.48834255645092023 +0.49783650555078685 +0.3004162999583487 +0.4474982913127844 +0.29772353044068867 +0.44703174269792106 +0.2988318129471627 +0.44690243122640083 +0.29772629067918677 +0.4517897731185016 +0.5464218969995717 +0.7288875137467223 +0.7357773047346793 +0.7524802712191068 +0.7581840435417073 +0.7515675600044628 +0.7475665510786617 +0.7540483376283227 +0.7440341316409536 +0.5145433738983569 +0.5001173713986471 +0.5101575542973553 +0.5089907100318355 +0.5098065732260545 +0.510303816786723 +0.49657166896062654 +0.29962984349472077 +0.44730558286235395 +0.2982363604535663 +0.44794165443986406 +0.2977224112611192 +0.4471150307451285 +0.2986674563478543 +0.4516063861072773 +0.4236720424733086 +0.5532345111615807 +0.5595089240866242 +0.5643439635819456 +0.5723049652030463 +0.5790095616040886 +0.5868760603477343 +0.5889509584108118 +0.5823499788601297 +0.580066532872518 +0.5430579248144825 +0.3864344362692013 +0.38196195841093283 +0.3319627991507285 +0.4410889239350655 +0.34744077476580393 +0.44116580509243447 +0.3240687393072543 +0.4195071156261968 +0.3248325043326068 +0.41920432141520925 +0.3236287474448662 +0.41978510135783315 +0.325874177477748 +0.4073437809936359 +0.4824873248718463 +0.46518037205512786 +0.4709149959506816 +0.4754129363214267 +0.47385785096566546 +0.46421250108526996 +0.4705087758930283 +0.4703929778806778 +0.33984070959906465 +0.26905920707724834 +0.4286082451690424 +0.2791659152697826 +0.43038748416159733 +0.2793553996650838 +0.4291713679447083 +0.2795560829749942 +0.44866490628644473 +0.2976837461769482 +0.4478674418571433 +0.2984886863463139 +0.44712681594319775 +0.29767973068162074 +0.4510998207344414 +0.5443230152353806 +0.7247649317761656 +0.7236341953758347 +0.7344087060324159 +0.734627401626941 +0.7435815926025641 +0.7563778535953547 +0.742961379344557 +0.729079817795104 +0.5157843416511244 +0.503664367551386 +0.5009734644081791 +0.48468458903714307 +0.47517789282622336 +0.46590768308264374 +0.4994102080092593 +0.3000088640399822 +0.4458639341039117 +0.2977648427518146 +0.4462805809011392 +0.2978320331054493 +0.4447692534013846 +0.2982338395867111 +0.4110819432618042 +0.47991014846076446 +0.6652357855859871 +0.6684841019522342 +0.6733565612837684 +0.6743880614037919 +0.6718288908593202 +0.6751428298336853 +0.6736488791169437 +0.6724179207096397 +0.4591899922711685 +0.44964227219988084 +0.46035106812919735 +0.462583092417625 +0.4600216370145545 +0.4620217205607914 +0.4960223129274761 +0.29957323247513346 +0.446342801917899 +0.2984674793819327 +0.44504117305030855 +0.2977636366193407 +0.4463574864020466 +0.2980455020181581 +0.44960181355892953 +0.5365336373805153 +0.7244254358822676 +0.7286612011639693 +0.7461882874837178 +0.7587898907121307 +0.7616835194631382 +0.7705501894530862 +0.7728161003568359 +0.773461685978402 +0.554384512646887 +0.5456697819822797 +0.5550390794327117 +0.5557748683512811 +0.5488514912833524 +0.5456869785937704 +0.4953581523531752 +0.3005194101246852 +0.44259901541495267 +0.2976664612526718 +0.4475622113974532 +0.29864889339081596 +0.4472259217109348 +0.29767015688678566 +0.3027285094715739 +0.5859946157066195 +0.7370799895393715 +0.7352158374527059 +0.7201551187229399 +0.7229553120320548 +0.7265086707304789 +0.7260288850511626 +0.7332056820296572 +0.7302803640328648 +0.5026178113438073 +0.4929741007837213 +0.5004882886951988 +0.49947650146513045 +0.49411717140299527 +0.4912353465119094 +0.49908627748092443 +0.29950285013719424 +0.44686581091272115 +0.2984558853893747 +0.446969147245493 +0.2976882078907977 +0.44580916490392786 +0.29882490871059364 +0.4502571475949893 +0.5031769341760656 +0.685995043896524 +0.6867890261763792 +0.6953385082418844 +0.698578803344114 +0.7018172823397137 +0.6986866339814692 +0.7034426284947672 +0.7058925304504073 +0.4862512313063003 +0.47179748563863466 +0.47747606294867434 +0.48331922954559864 +0.47739910624504667 +0.4753423747861619 +0.4980029909288286 +0.30012656154615247 +0.4473199903777994 +0.2977115825658038 +0.4457784646490497 +0.29871247800098444 +0.44604538159659174 +0.2977352220225802 +0.4500129980826319 +0.3770726475436327 +0.5147463302362368 +0.5237155552777937 +0.5239890770092686 +0.5322744057697271 +0.5326656377697132 +0.5295048943065941 +0.5291814653301621 +0.5329852333380446 +0.5360921837991894 +0.5234499808714395 +0.35930445098518105 +0.39561432622417914 +0.30059023811287466 +0.44839243668324025 +0.299540628610004 +0.4481418965920247 +0.27810090857181696 +0.42515517601561853 +0.277408237158058 +0.425828119019102 +0.2777725247627999 +0.4246717692711114 +0.2793902461147311 +0.4139879693453907 +0.41042404729384996 +0.4451127881816097 +0.4238370452276137 +0.4543360715588874 +0.42632136711142293 +0.45506160426407416 +0.43416803370876406 +0.4636991960082972 +0.318107535058291 +0.3155803372454547 +0.42110486249885887 +0.3248464748391776 +0.42038978587165415 +0.32620556431160425 +0.4209650395826562 +0.32530596996920663 +0.43943963603441843 +0.3450784799912191 +0.43888398458126604 +0.3441168003196892 +0.43940343629646167 +0.34468314835026165 +0.44314270728913574 +0.5539585119337406 +0.7039581605841031 +0.6999253442979037 +0.7020803183935257 +0.7023402561126028 +0.6950696492153053 +0.7023695453186968 +0.7011511678493617 +0.7025304212278066 +0.4891937255646329 +0.48096553199940195 +0.4839939173137632 +0.47967800611113204 +0.4708305158136856 +0.46142867105032487 +0.5004831596460809 +0.30052984159828855 +0.4472185673516482 +0.29769584194133 +0.44683324453980844 +0.298763033122025 +0.44574252189923275 +0.29772909795895575 +0.45059408879628726 +0.48065933827919344 +0.6724766391955775 +0.694911357364892 +0.7071215810626708 +0.7152312461458175 +0.7190916817250252 +0.7253830820260945 +0.7269800948642944 +0.732472903166901 +0.5050438011155587 +0.48996501547692634 +0.49403963805101836 +0.49630212836144594 +0.49048215932755507 +0.4883401913817133 +0.4975009851659863 +0.2994806444683278 +0.44726751603472387 +0.2986388909152737 +0.4466854019360049 +0.29768300432705447 +0.4471447597972176 +0.2983642620206373 +0.45015709163600937 +0.5055773045480791 +0.6885890265125789 +0.6925478521158551 +0.7039926405247472 +0.7079065977477527 +0.7133272704868413 +0.7230359120546962 +0.7267206525883747 +0.7322158817192705 +0.5167206193819638 +0.5040945514598997 +0.5067164865615196 +0.5088161760011564 +0.5026919813533274 +0.5007000139623202 +0.49564872839161667 +0.3006275603076183 +0.4471400489206834 +0.2977111816761402 +0.448103572632752 +0.29864414205180273 +0.447713456740138 +0.2977068521037778 +0.4516459200449401 +0.5464639387028245 +0.7348129006462564 +0.7408038208122444 +0.750769675841927 +0.7561718379362182 +0.7553985210321202 +0.7603732773662054 +0.7569840855686607 +0.7581689996251033 +0.5301040797393594 +0.5150701048351938 +0.5200038106102689 +0.5180639715820178 +0.5114255282997301 +0.5133972338539481 +0.49356114137598084 +0.29951570471192956 +0.44759016277323754 +0.29806459345731456 +0.4470962706836963 +0.29779669470543707 +0.4480402112335196 +0.2978204564642141 +0.4512306882499836 +0.5221856608469392 +0.6959610662198152 +0.7023930784702989 +0.7096106042780063 +0.7150816312404548 +0.7075316393394615 +0.7090780133877255 +0.7034886991823044 +0.7012079717949308 +0.47684537786719944 +0.46419433804127197 +0.4712567235151686 +0.4670895187624679 +0.46482905584692047 +0.4605845666021133 +0.4988433699633678 +0.30008024320909277 +0.44658665304717143 +0.29767702134681634 +0.4474606710542707 +0.298021589517524 +0.4457433074545033 +0.29776890547603596 +0.45113107752605147 +0.37233124202974965 +0.5144480603111998 +0.5207951569630384 +0.5232566974876187 +0.5290665613276126 +0.5326284374456254 +0.5380771271180156 +0.5358537895634068 +0.5386936772125616 +0.5398864566588509 +0.5209020625113019 +0.38702583159363957 +0.3768612570689553 +0.3464787103121271 +0.44074152130070576 +0.34587551957131746 +0.441550639869794 +0.32314107069937487 +0.3655228795903354 +0.3230998020391928 +0.41889548659278575 +0.32299746707646493 +0.4176279748726149 +0.32505872790097645 +0.40702774123409013 +0.43063359521609335 +0.40917956193012717 +0.41711753129775414 +0.4191444052551738 +0.42406487407358395 +0.42542332039026864 +0.4264943763997126 +0.42543110497689074 +0.31776656799999925 +0.2835683242817891 +0.42081126739868535 +0.32551887520139955 +0.3601159372512979 +0.32611831059559 +0.42041217518582474 +0.3249550141088794 +0.43806278805633125 +0.3445089236204912 +0.43854936797044086 +0.3433165557459806 +0.43809848850027167 +0.34418522192920126 +0.44223192069565287 +0.525214300971311 +0.674517057321239 +0.6736439586335994 +0.6811927429314198 +0.681167016333825 +0.6773013861707236 +0.6808824554849896 +0.6802385548828859 +0.6785528836758473 +0.46204112049070256 +0.4505540113972605 +0.4597601536424732 +0.4618409428467259 +0.4588039420964545 +0.4591899563498858 +0.4982172587042439 +0.3006069821804799 +0.4466786271225936 +0.2977337483465225 +0.4459197357573739 +0.298757230649824 +0.4455869132030222 +0.2977404493289771 +0.4502535722322715 +0.480806880339613 +0.6713161752752121 +0.6735638785652465 +0.6831626311862415 +0.6945282497899712 +0.6987415294973086 +0.7055316877548122 +0.7098684280459341 +0.71491433356165 +0.49450972880464056 +0.47758926609172575 +0.4728190147796614 +0.46859723974611955 +0.4661344346389649 +0.4616443262667003 +0.49820076913600014 +0.29997506186344564 +0.4475002401289213 +0.2977111958152845 +0.4465409414402458 +0.2983199446872906 +0.44646369196571484 +0.29774278374201313 +0.45010321325239266 +0.5056761264163157 +0.6974058723190711 +0.7231994680903658 +0.7482345186850815 +0.764819637300849 +0.770475129326926 +0.7761903731403198 +0.7763178215190513 +0.77540664637519 +0.5538355111826212 +0.5356223002135598 +0.5131826850571056 +0.5114161406541566 +0.5092263087060744 +0.5108793020544358 +0.49219678284515694 +0.29947696549913144 +0.44275015496077014 +0.2982749735941379 +0.44726852116054205 +0.297670139324953 +0.4480138650030077 +0.298182259067832 +0.30198567649966807 +0.5864330608911914 +0.7426317927267174 +0.7456721958143532 +0.7610613099114838 +0.7759881434138759 +0.7756662963640298 +0.7804986005344785 +0.7801736665191956 +0.7791123496422878 +0.5591882341529459 +0.5473467157447113 +0.5573992595862053 +0.5596577475848911 +0.554788238525449 +0.5412054862996111 +0.5030325812957679 +0.301756870832273 +0.4392818903067954 +0.32061019905983384 +0.4406437008584496 +0.34502752424936467 +0.43964688988157635 +0.29780535734169883 +0.30302308652793114 +0.5844576954185361 +0.7505990258238059 +0.7507258835172257 +0.7654014787367909 +0.7676336840326838 +0.7705306226973633 +0.7819026290552773 +0.7829804805905916 +0.7822630892891727 +0.5603776281867899 +0.5508221428369203 +0.559211779010587 +0.56133290570368 +0.5578552279188868 +0.5573930562451114 +0.5091743261057409 +0.3116013684276865 +0.453454623175316 +0.3114639754444326 +0.4452299604378486 +0.3022564280315541 +0.4443228149678096 +0.2976573600191879 +0.30213529373310577 +0.46370616230170886 +0.6046699157530855 +0.608477809555865 +0.6183456164495015 +0.617202090504158 +0.6196379178803951 +0.6193801694858827 +0.6192470294190676 +0.6193623800417642 +0.6215296777082079 +0.5967121533513833 +0.43581323557053486 +0.4016054214762841 +0.3075806742116028 +0.4473740016210627 +0.3064155789540841 +0.45361518904057985 +0.29001501751436826 +0.4261307030337559 +0.28151284859933445 +0.42485069244593043 +0.2824391546036383 +0.42554023314628475 +0.2818734452302595 +0.46323407328405364 +0.49120840581374375 +0.5178976175554844 +0.5187752046013774 +0.5181339435911558 +0.5362455929639302 +0.5227219248063543 +0.5309442278415052 +0.3714906766190796 +0.3245022749990926 +0.42523469057463714 +0.29230027586604956 +0.4373497787575743 +0.2906921094140674 +0.4331255130378333 +0.2932725591255234 +0.45355824452892224 +0.31538581824965084 +0.45430638464742445 +0.3112743663905485 +0.45321511245045665 +0.2983131599055665 +0.30196697262541183 +0.6053546210574685 +0.7744864792895717 +0.7722334383544517 +0.7797851610016715 +0.7830047815066011 +0.7806699458182214 +0.7873141999738283 +0.7895133653955667 +0.7890909426983876 +0.5692566833419627 +0.5581184014172171 +0.5503947158061928 +0.5710474608491612 +0.5695666902250628 +0.5721724978420615 +0.5246579708461114 +0.32328062306612937 +0.4656012699965378 +0.3216365333858604 +0.46279721076298486 +0.3185129639233711 +0.4597275547848601 +0.29866956212833046 +0.30206972093732426 +0.6366985044057856 +0.8007902089416421 +0.8057989791643093 +0.8333807075614411 +0.8498195340740813 +0.8559121281279818 +0.8691946430850888 +0.8695046555294648 +0.8546884631080416 +0.6201795905206257 +0.6040033445017283 +0.5886572398943134 +0.596814182697506 +0.5894702131390314 +0.5862073522753902 +0.5426205141452332 +0.32797834919595714 +0.4725533593030904 +0.32562359266900354 +0.46740350002540654 +0.3765345215479753 +0.4674562550437562 +0.2979856888390855 +0.30292403582932653 +0.6520691509171271 +0.8018221880567599 +0.8092243770806253 +0.8267234547098944 +0.8360464761694457 +0.8405766141702604 +0.850154369771686 +0.8635004704825954 +0.8585847438813711 +0.6237868369041693 +0.6096589579170484 +0.5950114314280422 +0.601949861217754 +0.598467594755506 +0.5919941346483371 +0.5484943500392955 +0.3346537813666443 +0.4850775748859253 +0.330664645584099 +0.48161912365494136 +0.3327465246551045 +0.48667736183311977 +0.2976523063510941 +0.30240728949318973 +0.6409670367837179 +0.7937639384582669 +0.7968251774950147 +0.8019397128974505 +0.8027897278548308 +0.8012998927341711 +0.8079672040788256 +0.8254993977472443 +0.827728568078943 +0.5901124938497585 +0.5640388031017708 +0.5578335537863042 +0.5747383858548569 +0.5733388582013018 +0.5754217356443451 +0.5271331014966107 +0.3249318026330839 +0.46192825667724047 +0.319322425125899 +0.46123641686344663 +0.31967390687023084 +0.4599020025876195 +0.2976438270043807 +0.3020715654548964 +0.6174894741818209 +0.7875524019528571 +0.7865992975291152 +0.7903543550938265 +0.7964696556021709 +0.7936746042316734 +0.79606690564422 +0.7964965291761755 +0.7842998406669787 +0.5608079106181798 +0.5501412591735947 +0.5427597579228955 +0.5482237474772781 +0.5497941838237639 +0.5495515192603111 +0.5075141633785822 +0.30781522815249723 +0.44398567284804863 +0.3007471275848918 +0.4435289686994348 +0.29936032307435834 +0.4476690376526196 +0.2976651463089185 +0.30194449922947114 +0.47435921672338305 +0.5830656813187892 +0.5729174180321273 +0.5691651517727371 +0.5778346415567616 +0.5805548548079437 +0.5824618353206816 +0.5894044259762212 +0.5914522095814394 +0.5919865637222573 +0.5698331766525614 +0.3875161611262862 +0.37609530206041136 +0.3002141244063833 +0.4409110921338004 +0.32243677138416615 +0.44102997863784865 +0.32484558127820873 +0.4195479443540437 +0.32425467852065626 +0.4187382736864622 +0.32449401760964847 +0.4204275025555368 +0.32608214525633006 +0.4077226946482397 +0.4802294575013088 +0.4620389390801822 +0.46714384795482655 +0.4911703836273704 +0.4653260701135169 +0.46089397524808096 +0.46532822560842274 +0.4684951846803661 +0.34755587602985855 +0.2691389981347301 +0.40700394323835604 +0.27911000071771097 +0.42987266064374885 +0.28006682194729166 +0.42887426532751793 +0.2791088289605241 +0.44712225861349086 +0.2984312768007379 +0.44792196321593886 +0.29761894493280167 +0.4466089210261685 +0.29807820872432117 +0.4515643558114871 +0.5251979372709138 +0.7011314254576994 +0.7026901352705861 +0.7105005191783375 +0.710505333302473 +0.712174052738485 +0.7195184777566034 +0.724228746662168 +0.7276072921736201 +0.511944790743954 +0.5072122831967091 +0.5041396716461214 +0.5189147873341962 +0.5184398840702718 +0.5140631432431543 +0.4950801795130313 +0.2994639199827325 +0.4476497632635635 +0.2982425728790966 +0.44684608457917785 +0.2976531150146282 +0.4469884923441409 +0.2986047174183812 +0.45100792331965445 +0.5337049844225062 +0.7250395257412475 +0.7370929837915681 +0.7509654995808398 +0.7561165343371539 +0.7584570513556469 +0.767686767481125 +0.7750212832035652 +0.7766516096497329 +0.5511334768655863 +0.5339269753235747 +0.5209985701075635 +0.5283586249144588 +0.5259239176766161 +0.5271840430834153 +0.5004793687135618 +0.30041283956041187 +0.44199494168718173 +0.29814104933918234 +0.4422427842390608 +0.3026898751627567 +0.4454326694205012 +0.2979048797284254 +0.30196892723061564 +0.6063635279696935 +0.7790355815714105 +0.782258816255119 +0.7874206463541227 +0.7940738911260316 +0.7962590246538643 +0.8027061505770071 +0.801596457255432 +0.7953005110181556 +0.5728390654140209 +0.5578492329767886 +0.5512544737109044 +0.5683090842777683 +0.5642005114514521 +0.5619929577401698 +0.5080474040003407 +0.3111995152478784 +0.44812440790297126 +0.30620009486895805 +0.4461636785289292 +0.3063598013211225 +0.44379312538853527 +0.29766591109144624 +0.30191755182039776 +0.5706469314359599 +0.7287652391597764 +0.7177012446489511 +0.7291878597273037 +0.733914423241159 +0.7463240925757527 +0.7431278656388652 +0.7409189488177177 +0.7385605911014818 +0.5181616563472821 +0.49630542318012655 +0.48922180623737943 +0.5035800781170736 +0.4961984823885226 +0.4941322979267324 +0.4960144751379074 +0.2994679036773284 +0.4468961488335999 +0.29788540925309137 +0.4475437694200947 +0.297811171328336 +0.4466125559550091 +0.29766248928791605 +0.45162682565459605 +0.5116193232788547 +0.6914505563059355 +0.6977924544686099 +0.7061161451746776 +0.7173745935055159 +0.7243593696034433 +0.7327955958485183 +0.7306629713288662 +0.7352581745601082 +0.518812336262241 +0.4951806447499693 +0.4821775443438757 +0.49555257273122727 +0.49270916327642494 +0.49096546995587736 +0.4967181678941665 +0.29945370815720834 +0.4476704236839632 +0.29819794766969765 +0.44676679926638374 +0.29764214239155196 +0.44689728582309696 +0.2985437975544306 +0.4512106626659328 +0.40639118111494543 +0.535980632131503 +0.5581313241839659 +0.5674655351123955 +0.5706421498216402 +0.5711682996803349 +0.5758637605355555 +0.5821291194593768 +0.5764189537603674 +0.5872263168920965 +0.558307019435956 +0.3837212020705385 +0.3768665757615925 +0.2995215725908755 +0.4421058105935782 +0.29943932465819323 +0.4492954688911662 +0.2779648543870427 +0.4270930788587511 +0.27729943563546305 +0.42713154168455897 +0.27816452906187494 +0.4275548987992054 +0.2791132563392611 +0.4152847555267952 +0.4547190347710206 +0.4686408664167334 +0.443586034905937 +0.4757966390958992 +0.4429907122228403 +0.44358043551082604 +0.44413165933311705 +0.4440768899503599 +0.34109095635470116 +0.2690091074731634 +0.4037691368425648 +0.27910386456878367 +0.42208113593779895 +0.27990906795178283 +0.42923727281101676 +0.2791026899833469 +0.4467599569833263 +0.29776536659378805 +0.4472663435967295 +0.2978870791050173 +0.4464489095648852 +0.2976259307768783 +0.45104442115588106 +0.5119868753319247 +0.6932671674126635 +0.696119555988229 +0.6999395888419453 +0.7068479881413448 +0.7099197106390035 +0.7148544886042693 +0.7089330780930176 +0.7078819923142309 +0.5007312501933746 +0.48928679115968593 +0.4858892120065245 +0.5018494699578939 +0.4956053498055651 +0.49676785748646973 +0.49730405628767244 +0.29967617768512683 +0.447766322412399 +0.29776708032076293 +0.44674637630070857 +0.29760515547987254 +0.4470594199596281 +0.29846967214113784 +0.45103057582469164 +0.530252268958298 +0.720893481106707 +0.7323911491998291 +0.7494519600133677 +0.7669543976257044 +0.7668627919887683 +0.7756856168323688 +0.778872459393133 +0.777708778242348 +0.5552690987844573 +0.5464452406116321 +0.5364099203615371 +0.5281080523481484 +0.5325701451899194 +0.5337936420611015 +0.4983867385318129 +0.2994160180526988 +0.4384109033062678 +0.3324966748766246 +0.43999186873457746 +0.34475542887657823 +0.43910609113057725 +0.3444123462422328 +0.4435379015082514 +0.562749626729813 +0.7312946239986197 +0.7506846299130444 +0.7706547547954516 +0.7821004115104591 +0.7823272070743028 +0.7883053414680062 +0.7854761485849409 +0.7861194056982267 +0.5600200280942325 +0.5474203475881216 +0.5392973844635571 +0.5293966512254334 +0.5382710039321854 +0.542316723004747 +0.5020252179455649 +0.30624414251605314 +0.4456798768201929 +0.3022994623434498 +0.44284459283379196 +0.3007709421534793 +0.4426446448886002 +0.2983227943962865 +0.30194746301590886 +0.5765465634736433 +0.7653021763506234 +0.7663868810643674 +0.777893855242437 +0.7797693485022482 +0.7783043820269143 +0.7816556968701855 +0.7833964707001234 +0.7838755266317404 +0.5637680574221651 +0.5539774938762574 +0.545350778694659 +0.5459445307187583 +0.558906582682666 +0.5608469905734178 +0.5107518699615439 +0.3109389944842953 +0.45104833154443447 +0.3075581287599115 +0.4507064806678783 +0.3053078814654745 +0.44863841356988043 +0.29758820909166084 +0.3026250151866372 +0.5911086596172184 +0.7761652171914953 +0.7779803257366983 +0.7835647654576355 +0.7836520935381789 +0.7830791661974016 +0.7879295190093397 +0.7896218750870309 +0.7883760746616096 +0.5675969314189846 +0.556417429052812 +0.5474080874348763 +0.5488058168677544 +0.5605705574659076 +0.559321704003783 +0.5093883689479153 +0.308118759717827 +0.44630827305598947 +0.3036163719809102 +0.44475005168530063 +0.30178249296220844 +0.4428129644825095 +0.3177566308587889 +0.44546450262052606 +0.4638814245203946 +0.5895231888068029 +0.607541872658843 +0.6251196282872614 +0.6285783061477339 +0.6270703682101474 +0.6310648963091192 +0.6274996895795377 +0.6242107777098361 +0.6237243157516079 +0.6016524559132869 +0.419127414295626 +0.37979460212864913 +0.31070608029365027 +0.45185362903133985 +0.3101830695884042 +0.4497188030838635 +0.28493562942029904 +0.42471062465279974 +0.282809181665177 +0.4243211370071767 +0.2822321612605913 +0.42248005330939925 +0.2820981359082137 +0.26550321048597836 +0.45612505565209843 +0.4683353119151285 +0.4891829024127929 +0.49300422095134566 +0.49087335717255665 +0.5093195360136201 +0.4995142684449465 +0.5180738333801486 +0.3598722085245501 +0.2779259897561151 +0.4198169571705184 +0.26325422589058184 +0.4211272001925831 +0.2796532448849375 +0.4218208941319517 +0.2797081887240952 +0.4388685184760336 +0.29757187157021725 +0.43930655205713137 +0.2983348726060615 +0.43915996294650944 +0.3168929658607095 +0.4433540736941457 +0.5557052108438632 +0.7292487034071612 +0.7527744482867205 +0.7800467073205735 +0.784450877801266 +0.7823488519963013 +0.7925521768772792 +0.792115870224427 +0.7925953955623528 +0.5689787599098304 +0.5547173278212231 +0.5421343783216672 +0.5434426842695609 +0.5521525190258123 +0.5512609671621761 +0.5035583146016338 +0.30825799291766603 +0.4458184700290213 +0.3050575801785794 +0.4471564003077032 +0.3069815398624932 +0.4511454496724051 +0.297912849231577 +0.301897380847107 +0.590452511886269 +0.775346672839668 +0.7680241702513445 +0.7715659165214845 +0.7781167687938214 +0.7652215211453601 +0.7743847184051696 +0.77142007553991 +0.7651751839734668 +0.5411308190588034 +0.5190616940591265 +0.5108927676282735 +0.5074300568489685 +0.5237098644417144 +0.5241243558063633 +0.4958599658349553 +0.2995802229527219 +0.4481071541663293 +0.2979953691132363 +0.4472395380945822 +0.2976220044892855 +0.44719638618742463 +0.29802946652158313 +0.45213923860903216 +0.5523357819150133 +0.7526280657884143 +0.766721846559359 +0.7828242971172912 +0.7865348449528883 +0.780828088272225 +0.7826329370607701 +0.7848240405119921 +0.7838919868057019 +0.5609190833682655 +0.5494977211293737 +0.5366897050024528 +0.5292073600744093 +0.5356624522809836 +0.5333491243269457 +0.5003839736995898 +0.30268759547531643 +0.44151755611916615 +0.30118296554350893 +0.44512908180132493 +0.29957601520185523 +0.4480905620580218 +0.2976079378320029 +0.45215381628372553 +0.556723771585476 +0.7637005910939798 +0.7782449997552096 +0.7893170210387701 +0.7919691636621049 +0.7950209718109278 +0.802741335736085 +0.8062464125280696 +0.8127723889346583 +0.5873932092399452 +0.5703820353108192 +0.5549311864427576 +0.553657791151669 +0.5619951828729601 +0.5617224727819876 +0.5121966086472067 +0.3111481930184747 +0.45042760016616007 +0.3097247226466779 +0.45081169718996933 +0.30622940613688693 +0.44777840565832616 +0.29757040622172426 +0.30217045642847945 +0.6172759921984281 +0.7905089298790425 +0.794278342741634 +0.8003781303494447 +0.8082643039775017 +0.8123291236558806 +0.8205037549450381 +0.8215280011126269 +0.8177406862297473 +0.5881788924129775 +0.5728707667086939 +0.5645389773799431 +0.5651409303513611 +0.5797531682353005 +0.5777853055458202 +0.5316698969237769 +0.32451391709265376 +0.46363357741236566 +0.3448651822605806 +0.46147811896235386 +0.3182422738355758 +0.4591136169506442 +0.2976125522439165 +0.3020563764270585 +0.5063882968966908 +0.6313417368268863 +0.6384152300035539 +0.6445474195094443 +0.6493226768592562 +0.6504393988381929 +0.6582843413311471 +0.6579270472909572 +0.6546141996078889 +0.6511165106767585 +0.6430154963243292 +0.45775481769475107 +0.44321297293008555 +0.3270266320886011 +0.4750432216307421 +0.3229799351932777 +0.47101449685114 +0.29853255011062013 +0.4404697886767019 +0.29652678087893886 +0.439761892622247 +0.29629717055455534 +0.4376851163852755 +0.29636141984061154 +0.2654697617895063 +0.4888514391166732 +0.5218161890837365 +0.5291972350101964 +0.5317180160754831 +0.5283374665729603 +0.533823951760749 +0.5309474137091255 +0.541837891527036 +0.38695312070903887 +0.35517217309572835 +0.42557694792067247 +0.33208671979807114 +0.43763453955094983 +0.29216499077989644 +0.4338314594867567 +0.2907040112253921 +0.45287928027479296 +0.30980094990179874 +0.44163702405679034 +0.2994046332472874 +0.4414384698686025 +0.2978219992501863 +0.302522759464061 +0.5778160050309716 +0.7647799555162966 +0.7627876356234644 +0.7794007824515548 +0.7824796583401191 +0.7785593137294077 +0.7843885937040653 +0.7797831398030131 +0.7674800205419098 +0.5384689011840113 +0.5219419626256859 +0.5154626975141566 +0.5174949135758746 +0.5308758856317911 +0.528909276100061 +0.4983476766527722 +0.30286155562877026 +0.4429420877915826 +0.333035210829221 +0.44111842490321457 +0.34551337769091695 +0.439718203020225 +0.29794447121638334 +0.3024842681553204 +0.5935536635523015 +0.7596546417183999 +0.764622955505698 +0.7698944026285485 +0.779552791297397 +0.777533979842577 +0.7845238327126084 +0.7861464657246652 +0.7879498112698629 +0.5665960580435874 +0.5559419218898151 +0.5471394499416153 +0.5397029118481588 +0.5510665675652149 +0.5507357401774154 +0.5145265199701338 +0.3104396339579812 +0.4482465367558108 +0.3061493581760235 +0.44695636722624127 +0.30442631229843736 +0.4479464369139993 +0.2981501749222911 +0.3022075137437065 +0.6018561961607956 +0.7805277028279289 +0.7810789928459966 +0.7864974877325657 +0.7902565586552912 +0.7855628792711432 +0.7910160014072994 +0.7903063593962814 +0.7885390188812468 +0.5666187976345833 +0.5559938799864597 +0.5435960976976073 +0.5314813062876192 +0.5408055196812723 +0.5453505616443014 +0.5020185268463598 +0.303885929285506 +0.4429635918758949 +0.30120221270953296 +0.44554937991298116 +0.3019613615270783 +0.44882896344070106 +0.297583245152119 +0.30184498220107314 +0.5926861414935434 +0.764606749471974 +0.7547768104248984 +0.7660889723775131 +0.7768458495402817 +0.7805282196618214 +0.7851328873595321 +0.7831387041777662 +0.7819595680620993 +0.559557016129571 +0.5522009215498265 +0.5391867852805095 +0.5312055125218746 +0.5388946482831601 +0.5364094830726129 +0.5060395193146597 +0.30309854779535933 +0.4425803878696215 +0.30128315391709715 +0.44224514290162126 +0.3286006067617106 +0.44032715279095247 +0.29756714745535656 +0.3018527110260907 +0.5928915873727182 +0.751877936198587 +0.7482118827605932 +0.7543422457240828 +0.7579054406607527 +0.7595943056865799 +0.7685985509047797 +0.7788030035575526 +0.780451524471478 +0.5619800215001304 +0.5582981919308169 +0.5542565950937834 +0.5578116069282258 +0.5704310890068713 +0.5611361931802127 +0.511094528148064 +0.30581498531134826 +0.4425542332447861 +0.3011862552046569 +0.4441827598419778 +0.30091528112607185 +0.4499003591565356 +0.29807703234841226 +0.30243536825692374 +0.4863024886822926 +0.6063701652534347 +0.6017633431817763 +0.6024062903968935 +0.6020716438891103 +0.6025819127577527 +0.6067849318592518 +0.5944633873006088 +0.5938280384091875 +0.5975534597115869 +0.5727449406743433 +0.3997346424323901 +0.3598378951633415 +0.3091264088852198 +0.44163336796020053 +0.34706831840729835 +0.4411598143050895 +0.3242032382850504 +0.4187920646201259 +0.3238532708165216 +0.41878797081479663 +0.3239130876510204 +0.4193075200176493 +0.3257977133972926 +0.4063676187896497 +0.4585878455531483 +0.42948663125855235 +0.45860874495831105 +0.43238616924418505 +0.43522253320698784 +0.4738275179461725 +0.44752391616938864 +0.45498613979005015 +0.3413235465672127 +0.26782710740279275 +0.4038253013209811 +0.26279611123076513 +0.42273786843003974 +0.2795735526471187 +0.42875990361731486 +0.279037874740656 +0.44705847131222565 +0.2975513088910784 +0.4465596162564644 +0.297651134402803 +0.447017434248231 +0.29807051744661733 +0.45115487074757854 +0.5230259993489504 +0.7106209194239582 +0.7198046843168578 +0.7387441848395507 +0.7466751444642268 +0.7497460462207601 +0.7667641040307379 +0.7757148432917043 +0.7751720485011049 +0.5509082764697176 +0.5429540061898194 +0.5295317435193863 +0.5167988784883465 +0.5332443561525017 +0.5365433093261124 +0.4954744189396973 +0.29985269025475636 +0.4395049558871054 +0.2976565847221152 +0.4389876863406797 +0.2975065938968212 +0.4391672393956569 +0.2975095353049874 +0.3018762686160218 +0.5967636157577033 +0.7703110138136638 +0.7684396997363361 +0.7771833149634352 +0.7804287950101465 +0.7797388622563824 +0.7848517004048022 +0.7874586670517513 +0.7940505861222321 +0.5743308332117297 +0.5633761224842806 +0.5498601997091914 +0.5464095034450217 +0.5573881419721116 +0.5583462831929689 +0.5104074962684094 +0.3097388116195292 +0.44666397480440945 +0.3042966765439363 +0.4449815751001868 +0.3011785300885704 +0.4418169638531999 +0.2980087745248587 +0.3019126419779343 +0.5778016934763458 +0.778851146625688 +0.7810284962018059 +0.7901375392940485 +0.7946086310715821 +0.7958367565172223 +0.8045826239102547 +0.8146977759125812 +0.8138707011113632 +0.58805976755158 +0.5751425268239005 +0.5598846415233324 +0.5580460240269913 +0.5699639677741548 +0.5703029917885358 +0.525080002151723 +0.3214181083060871 +0.46431884779861793 +0.3177903583973072 +0.4593231456343242 +0.3172949935530867 +0.4575088477175729 +0.29750503532639566 +0.30215497848197237 +0.618340975597742 +0.7901644656171205 +0.793942698233627 +0.7965689019925094 +0.8048683708218926 +0.8046045991403089 +0.7994062446527035 +0.8066142864429525 +0.8106292649318305 +0.5877256250743218 +0.5718728487886714 +0.560602409926157 +0.5577259413705878 +0.5647430712288044 +0.5633211106723722 +0.5176606854779889 +0.3142578617233964 +0.45234382407172996 +0.3110693372030203 +0.44966027738841113 +0.30769373083525703 +0.4455884720532319 +0.29752030296047777 +0.2855641692536112 +0.579166799733133 +0.7838895475366462 +0.7874489127895206 +0.796272062253521 +0.8034628764762407 +0.8024587861501128 +0.8123909965238414 +0.8091895162290457 +0.8119898553737085 +0.5802033246171773 +0.5684492326651083 +0.5573478612959109 +0.5564148110456175 +0.5641272297324824 +0.5639482766073098 +0.5144128450148682 +0.3125855308160152 +0.45076180312989306 +0.308561065940371 +0.4482105906706825 +0.3055184869898782 +0.44513145573640905 +0.2979451343862128 +0.28597522598274694 +0.4695382952253125 +0.6165284139595592 +0.6237220446170523 +0.6327041538789063 +0.6316669310880101 +0.635868744699203 +0.642482407794562 +0.6476020859257218 +0.6487058912787625 +0.6517056481871675 +0.6427697303336862 +0.4521361001895564 +0.4342265196521449 +0.31602423646286854 +0.45404452710400556 +0.31137078464789925 +0.4521470362091934 +0.28723652898766217 +0.4273036976439538 +0.2834951824568177 +0.4235534313257649 +0.28177903165736234 +0.4214274877354397 +0.26576004683128 +0.2654005274091306 +0.47463940265033494 +0.5157617861968362 +0.526955851331299 +0.5289853541603011 +0.5269916593202286 +0.5370221529000421 +0.5278311336520287 +0.5402579525145733 +0.3775100611074506 +0.35036808423070637 +0.4250439880338169 +0.31120842605455734 +0.43490005814372773 +0.2883410147835262 +0.427254663299247 +0.2838398753203456 +0.4451811818248059 +0.30074642551386577 +0.4418623519926731 +0.2996211545622829 +0.44000265722192444 +0.2979309707186746 +0.42776512836983804 +0.5645638861546409 +0.7733553286634905 +0.7779812632407702 +0.7853465466290459 +0.7906427373419186 +0.7903508803558712 +0.7973731440835642 +0.8044207624498926 +0.8018367963411092 +0.5781035810160083 +0.5632701880630561 +0.556184582200729 +0.5507257503585385 +0.5615809967403116 +0.5614171843582452 +0.509894638725028 +0.3106607322077064 +0.4529224063365374 +0.30911475937514965 +0.45127179962084263 +0.307996529965499 +0.44997555150143853 +0.2974916037945434 +0.2856438050806459 +0.5952494807633698 +0.7787318749817255 +0.7791092644226262 +0.7826788735142712 +0.7847188363337745 +0.7820409966729402 +0.78835188821286 +0.792868036275935 +0.7841952737092696 +0.5664189775171806 +0.5592925956072289 +0.5486278753350702 +0.5461017861971127 +0.5505101413000607 +0.5506845311228946 +0.5082655689850794 +0.30880539613123587 +0.447735704373197 +0.3056119300682823 +0.4475815611793055 +0.3061464233698466 +0.44652648222016755 +0.29751236769190414 +0.28552786256896073 +0.5888314494469569 +0.7822310975483807 +0.7859823239400326 +0.7934342422767926 +0.7968971508778061 +0.7998940334497566 +0.8098266996716997 +0.8160724318336771 +0.8140929450982594 +0.5803310023708583 +0.564515324639275 +0.5556971122117074 +0.5563523057030155 +0.567844811259945 +0.5668859615176002 +0.5210103392820532 +0.3181885614047254 +0.4559894186857847 +0.31215291758027974 +0.45059820458576433 +0.30638583840094014 +0.4468482757941564 +0.2974963222206616 +0.2855340088860216 +0.6006594719485335 +0.7862147742528097 +0.7863829234614151 +0.7927310973576455 +0.7933430111996342 +0.7915894784833869 +0.7950521042515792 +0.7953243045372921 +0.7921881281721965 +0.5723103724533761 +0.5592337397339573 +0.5514045794334774 +0.5510679850136382 +0.5636451996288133 +0.5640104951795553 +0.5167025566751403 +0.31687070081736946 +0.45696563244159244 +0.3141337637402461 +0.4552494255651695 +0.3119119405781389 +0.4541128653015988 +0.2974759865967016 +0.28554408907939677 +0.6134621358533013 +0.7871164364189731 +0.784511536073232 +0.7884223713614932 +0.7901522303172407 +0.7882513029690738 +0.7911356567179918 +0.7915150876065973 +0.7883252828797588 +0.5675250532316577 +0.5572023913787195 +0.5492566941526343 +0.5501555905307749 +0.56405761240163 +0.5629770211150158 +0.5137616025598604 +0.3142143226685609 +0.4538372656692809 +0.3115259445189203 +0.4509991931846152 +0.3088485305577368 +0.45136999663042277 +0.2974820987954531 +0.2855287215080308 +0.4863333738342156 +0.6150015409545527 +0.6184942900572855 +0.6230424510921898 +0.6255171818099473 +0.6301592048949761 +0.6326123631331719 +0.633413636266478 +0.6257334543774167 +0.6314923357712576 +0.6186377067397588 +0.43644930212873745 +0.39644783707959935 +0.31394935372850113 +0.45640961002459 +0.3129026619209179 +0.45559819291370107 +0.2905036946592857 +0.4316828030275378 +0.2903178507691805 +0.4326769205755763 +0.28866010307709256 +0.4302465122742381 +0.2721549876770833 +0.26537489163825595 +0.46740403577674644 +0.4950483934212995 +0.5076350222768303 +0.522405529333781 +0.521469866861798 +0.5269014378995459 +0.5238597727613221 +0.5339376639263722 +0.3854883680419196 +0.3541160260525397 +0.42925719869824347 +0.33813978462445715 +0.4373097386568484 +0.2919762952428608 +0.432793402330443 +0.2890117647299074 +0.4490023131116283 +0.3054354305906043 +0.44630060213718636 +0.303184769767415 +0.44409393698047206 +0.2985575538531315 +0.4290854761804501 +0.5832059044792046 +0.7809172609917842 +0.7852863130887102 +0.791143825842149 +0.7919687929136296 +0.7902574544063632 +0.7999843831414837 +0.8017520841866003 +0.7987191547146237 +0.5797310100973433 +0.5677231148262972 +0.5585047653005552 +0.5581182267088104 +0.5674996822267193 +0.5654453095811229 +0.5160765620850795 +0.3154834138401058 +0.45367785689649276 +0.31141072821575494 +0.4492620722593187 +0.30611668958847954 +0.4491547467093707 +0.2974648798687631 +0.2855165129469033 +0.6096759355725229 +0.7870366416825552 +0.7912465585332035 +0.7996105230603302 +0.8077452837506797 +0.8042406519857872 +0.8092241669454293 +0.8069109964188979 +0.8045443031179896 +0.5807903822867719 +0.5652786432104319 +0.5580797783390025 +0.5580119422588372 +0.5711885850398146 +0.5703462509751743 +0.5220058966224007 +0.31887911664057816 +0.4574813368936191 +0.31188800986835247 +0.45123294833773464 +0.30803642239584644 +0.4487244529085799 +0.2974514255105433 +0.28551956550465857 +0.6052491421541059 +0.7843512322255639 +0.7841647851556294 +0.7891364858164066 +0.7941262934379492 +0.7947372105861484 +0.8094441601901889 +0.8125203353437166 +0.8063997543332413 +0.5772548534679564 +0.5702643119187426 +0.5614223224029555 +0.5608353901554737 +0.5669405804327973 +0.567328319415423 +0.5173110826972308 +0.31558999149364575 +0.45496691964933883 +0.31234512142374554 +0.45205264883671215 +0.30916138250589004 +0.44900206652284996 +0.2974614784013349 +0.28550230728456755 +0.6024880135387936 +0.7873160045163548 +0.7899850021991166 +0.7969720916508524 +0.8052146029878481 +0.8036013820061568 +0.8145146166435052 +0.8195558239766337 +0.8174125284378557 +0.5870780290461318 +0.5735752968515399 +0.559828636111753 +0.5612555439393987 +0.571756485900677 +0.5706616265645572 +0.5266604647327651 +0.32014855499026873 +0.45859636351191957 +0.3219166889426564 +0.45733535898474387 +0.31552179528949587 +0.4568651913177762 +0.29746595311814517 +0.2854879673208422 +0.6219488889216613 +0.7912737057363216 +0.7930438394788456 +0.8040456703755027 +0.8102541956794672 +0.8115749292005734 +0.8194170156228847 +0.814504635000296 +0.809335699956721 +0.5827325428688368 +0.5687232091409764 +0.5558725817429503 +0.5560361795883354 +0.5672988219870303 +0.5650641935547179 +0.516123235950304 +0.31601233088941016 +0.4586802788855351 +0.3157709039774513 +0.45583828137517285 +0.31304282271254813 +0.4513675625424836 +0.2975520321088174 +0.28563742269214726 +0.49407412685599444 +0.6240541526666397 +0.6283826736553997 +0.6323682888615214 +0.6349414027720265 +0.6302987509745381 +0.6329184035407136 +0.6315390692064208 +0.6332756953270393 +0.6394006711693061 +0.6329530890307167 +0.4503853162413892 +0.4354671775868472 +0.31681848423413206 +0.4620871101114138 +0.3144416553968614 +0.45454540389810133 +0.28858875043682597 +0.4288402093291467 +0.28531294666914553 +0.4254920711037108 +0.281976558584888 +0.4218446279561982 +0.2675346545504043 +0.2653780660000143 +0.4802535842918696 +0.5212300152985571 +0.523587046051549 +0.5283217110976466 +0.5255211266627736 +0.5293889809301666 +0.527440793212676 +0.5372537273871657 +0.3955268227835201 +0.3590748248886772 +0.4303864805445987 +0.34788852919794117 +0.4390600603812051 +0.3471111260502323 +0.43365312151655455 +0.2899902721573248 +0.44789846807180317 +0.3050125388519689 +0.44459669706749616 +0.3009674004678057 +0.4420812592398135 +0.29743072960756584 +0.28549197585946495 +0.5875498495478391 +0.7798110879005115 +0.7815257678388193 +0.7873649382525428 +0.7939756506898767 +0.7975213229027192 +0.8054178578423408 +0.812142955280325 +0.8071698669792172 +0.5826528161917884 +0.5664392596044375 +0.5579062664192637 +0.5573796082142846 +0.5699867935000286 +0.567875065263709 +0.5217123833000835 +0.3179712078996514 +0.4620289770682726 +0.31322105910717674 +0.45352425613322817 +0.3117917015060243 +0.4541019018459547 +0.29746134270936114 +0.2854555695515336 +0.6173328506398088 +0.78785839388619 +0.7884116392731287 +0.7989983411874727 +0.8029473623386277 +0.8046453717842023 +0.8112572760065578 +0.8126758810664501 +0.8136845260873237 +0.5862901714363142 +0.5721383560742493 +0.5644161669497444 +0.5649282493445739 +0.5777454198032329 +0.5780822699303292 +0.5240903696282727 +0.31960096879690464 +0.4669718804792387 +0.3203735168564407 +0.4616316826074747 +0.31881811856005593 +0.4600708642956309 +0.29745923779374267 +0.28549908568405946 +0.6295903654663182 +0.7974964550567136 +0.809658443085235 +0.8298377532453697 +0.8499413415480979 +0.8541194606289664 +0.8731259772050831 +0.8792471007437784 +0.8824387673037494 +0.6379088357746172 +0.61650273395391 +0.5748428316694715 +0.5798476569867232 +0.5905885643705802 +0.5907183660065654 +0.5479750639676827 +0.33349147221131237 +0.4841781490423771 +0.33027812067429274 +0.47397368200873535 +0.32743748567631686 +0.47992731639644787 +0.29745008846440046 +0.28544650736246585 +0.63389626663687 +0.7936564904447169 +0.790075926625379 +0.7924095006603863 +0.7966023054952838 +0.7930535739042518 +0.7928329067937421 +0.7925386123982108 +0.7883630874162942 +0.5673505183392141 +0.557191380650758 +0.5500549759431523 +0.5508881629013724 +0.5641214170792582 +0.5650234539090981 +0.5176833116272117 +0.31669483761671413 +0.45653159687231976 +0.31402039991180936 +0.4567831440497356 +0.31300758860008404 +0.4536556956651683 +0.29745558513662423 +0.2854290792001732 +0.6148886741849754 +0.7861679521388976 +0.7860808425074031 +0.7917926981551351 +0.7932083020606496 +0.7889325083614105 +0.7961040593374205 +0.793962205295109 +0.7986920201012212 +0.5795793610727968 +0.570753650602399 +0.562591422160594 +0.5624476144821284 +0.5711459831081229 +0.5699039806634909 +0.5222210024061432 +0.31885848976100883 +0.45836813939946547 +0.3155428653065963 +0.4562891630460778 +0.31177064052350845 +0.45464942896064564 +0.2974379691467404 +0.2854380551619265 +0.5046776499783885 +0.6319004952751246 +0.6368466878108721 +0.6501626899720859 +0.6586089339452139 +0.6625812159999223 +0.673208653491393 +0.6764347876425777 +0.6797050438463906 +0.6834419925067675 +0.6734732562746756 +0.46972033500576066 +0.4560590559198599 +0.3353322787355711 +0.48806284866519556 +0.33272443312229005 +0.4846173620288705 +0.30670083057726527 +0.45267968610444714 +0.30365953913189714 +0.45566343951797506 +0.30341160610688267 +0.44608655929312263 +0.3172767034401051 +0.2652541194913421 +0.4919137320121053 +0.5394183487763888 +0.5398959561609123 +0.5502587176689621 +0.5507744666013296 +0.5767406662448152 +0.5684047948287279 +0.5928172107688897 +0.42191923839143425 +0.3647977476637271 +0.4476151105282584 +0.3522074725847359 +0.4459702084943798 +0.3532020060926778 +0.44055120518804197 +0.29517680225641074 +0.46209469623802885 +0.31574881225175405 +0.465784668687961 +0.31435266093900016 +0.456680085370976 +0.297380153180561 +0.28547500792535696 +0.6167224584056193 +0.7933819565347789 +0.792340780186008 +0.8025940919452288 +0.8096802834233098 +0.8107589292829878 +0.8164847065068123 +0.8157673890925572 +0.8192034632440467 +0.5900085102701011 +0.5772132895199458 +0.5679256470066067 +0.5650879417782527 +0.5713069794346058 +0.5720383543541376 +0.5297739554668834 +0.3206529257504524 +0.4614051781246892 +0.31706665247548144 +0.4674543685535998 +0.3156954191685621 +0.4553973280233582 +0.29730971054037303 +0.28530555281515635 +0.625407404561687 +0.7932080960863982 +0.797024218398923 +0.8073805849415522 +0.8171982021586063 +0.8188482923150169 +0.8303838734431118 +0.836151765138969 +0.842066650411199 +0.609951890544065 +0.5935540261626726 +0.5797401605839765 +0.5772221990587457 +0.5885307683542182 +0.5849632494120742 +0.5456779729932909 +0.3298889042428792 +0.4793755639003903 +0.32593328513058484 +0.4728970265645938 +0.32390416411885586 +0.47167246341746344 +0.2973987538543441 +0.2854385505601378 +0.6538305425100436 +0.8092597705114696 +0.8109635576117027 +0.8137588056377391 +0.814345414183818 +0.8163777502853633 +0.8265889826836634 +0.8271507365834265 +0.8280592405484002 +0.6023291095769341 +0.5747717416133374 +0.5693026609461632 +0.5737145183991833 +0.5777590405574784 +0.5755218578994108 +0.5264796314258329 +0.32179495671436925 +0.45987478043681185 +0.31474175334217497 +0.45674008169762625 +0.3155059306048647 +0.45605973550750833 +0.29720166088903655 +0.2852947253951843 +0.6114822740540431 +0.7848842793687951 +0.783875527954182 +0.7894100208853608 +0.7903748337418802 +0.7938483637495297 +0.8032787445558974 +0.803274684684534 +0.8007938758357579 +0.5769412059517951 +0.5645936516101409 +0.5565738804808316 +0.5551393293741305 +0.5673865499109658 +0.5671100504644627 +0.5204848275397226 +0.31609305786111963 +0.45519278961486975 +0.3130518151415075 +0.4537984026955099 +0.31251815588926307 +0.45329824468280777 +0.29741390359529885 +0.2854024852403092 +0.6144152589746003 +0.7888749062720702 +0.7943889230429129 +0.8047659390530156 +0.8076630369814695 +0.8019655694938298 +0.8070041027256314 +0.8104625734074653 +0.8117816339253751 +0.5833585783508325 +0.5695074043097321 +0.5597750237320257 +0.5590358069057756 +0.569168694557528 +0.5696771638156051 +0.5240775256951848 +0.33932270741559445 +0.4608870127543482 +0.3154436625845356 +0.45670569931633365 +0.30998240921397796 +0.4527227749195105 +0.29713749317370525 +0.2852340767152128 +0.49875614740181645 +0.6268039128620038 +0.6345207434469564 +0.6413677072100119 +0.6454090356483103 +0.6479171163221278 +0.6536344111197387 +0.6608364554863119 +0.6603923105496584 +0.6663237534933156 +0.6526672657200132 +0.45842059941406155 +0.4453926710944994 +0.3292572911564209 +0.4835864896534313 +0.3306531886934119 +0.48056282304208453 +0.30225246765553765 +0.44600001549974694 +0.3008061203401329 +0.4525165470618971 +0.2992787270884209 +0.44081788276959183 +0.2804572122441766 +0.2650622612864034 +0.4919530534693748 +0.5372642129418959 +0.5320047456028852 +0.5376404426783958 +0.5318488119168598 +0.5403340064797142 +0.5338338500115108 +0.5460404977007789 +0.40139122320917 +0.35889741108204065 +0.43325436769055287 +0.34141592046560487 +0.428293906570488 +0.3524355263213601 +0.4421810901172414 +0.2962576921776971 +0.45576556928050527 +0.31286280808498673 +0.45353535662173894 +0.3102330515956549 +0.45208660310274673 +0.29735625569930496 +0.2854296887322381 +0.6149829738320928 +0.7896581405250724 +0.7906717232281508 +0.798728069832463 +0.8082758654196611 +0.807169653425687 +0.8121770246825684 +0.8171784815065586 +0.8205252566444781 +0.5947847262526393 +0.5813166607987159 +0.5705269079928846 +0.5662841835988355 +0.5575614866793948 +0.571120193140043 +0.5300093336886836 +0.32021437241425954 +0.46032979696014137 +0.3142304086610725 +0.4557849472075235 +0.31059413673336805 +0.4526149055602741 +0.2972136720810169 +0.2851340781044246 +0.6210550304949769 +0.7973973963074915 +0.8079420077152654 +0.820589570831411 +0.8258087009524783 +0.8277146089585156 +0.8370970974896383 +0.8407917568613067 +0.8439162815618986 +0.6138974586111264 +0.5998556369964536 +0.5905604424792578 +0.5858170181853016 +0.5781262435644366 +0.5949959639081293 +0.5607588818278586 +0.3396681225410923 +0.49475124043273205 +0.33672984794815675 +0.48731249425020945 +0.3282479890934906 +0.4870002456516079 +0.2973498608767107 +0.28541978498000203 +0.6626886723745213 +0.8144955853524194 +0.8190813996940878 +0.8051997847552285 +0.8052809513218224 +0.8002990351568776 +0.8020080223887922 +0.8007903724461304 +0.8010023799478362 +0.5780778873403691 +0.5681129190105498 +0.5603829199149871 +0.5629403020162439 +0.5582115855510031 +0.5765166273809904 +0.5284328446965121 +0.32353741955874665 +0.46325317811755856 +0.33213573368606797 +0.4621586002991081 +0.31884940294293135 +0.4606422778289693 +0.2973321954242001 +0.28542780760972136 +0.6233148689069206 +0.7947009149288048 +0.7964698540629952 +0.8069828470268265 +0.8195264827033423 +0.8169631400065378 +0.820714366249752 +0.8206480616151609 +0.813618470554608 +0.5818354017596067 +0.5691031874337401 +0.5624652205745299 +0.5638612523310648 +0.5587533874472392 +0.5764161315885995 +0.531243519766409 +0.32688846073888744 +0.47435155488843367 +0.3210743540516992 +0.4638192888206772 +0.3205802581232498 +0.46274383810356695 +0.2973427383813387 +0.28529409690647 +0.6280784077246118 +0.7952890808949472 +0.8034442891464753 +0.8225995771288015 +0.8314964416767466 +0.8344994389236938 +0.8381068192990943 +0.8484790039990984 +0.8449967324761363 +0.6163206290151145 +0.6020909670052897 +0.589640967284592 +0.5824114100909722 +0.5693628389777797 +0.5788406185310649 +0.5443360353740124 +0.3262385094096926 +0.4746108301778387 +0.32008626532409484 +0.46146550869647757 +0.3147297419544522 +0.45593876773164443 +0.29694685256015235 +0.285009365723077 +0.5172556907812937 +0.6338684882164459 +0.6424099672011426 +0.653289169383467 +0.660605002025286 +0.6632454272575381 +0.6688594244653268 +0.6702196136551873 +0.671046165310992 +0.6768425535965154 +0.6673644402191211 +0.4646442975867864 +0.4538229926615413 +0.3145617395585205 +0.4815906161418878 +0.32671729860844445 +0.4774114526689042 +0.30166649544044755 +0.4496105588246122 +0.3007247206279562 +0.44770425848273154 +0.3022122494771945 +0.4488287757906169 +0.2883788673784692 +0.26496248132696837 +0.49319144919880614 +0.5437672095409989 +0.5319212314256239 +0.5312948289332582 +0.5262788340086446 +0.5288595804348796 +0.526679036910227 +0.533561654971769 +0.3796920127653722 +0.3290583048857016 +0.4319605454186809 +0.30503519284681346 +0.43271243865491854 +0.32727885519430366 +0.44835465555080933 +0.3049018781175278 +0.4761314062022823 +0.32960349915674214 +0.4823510403303934 +0.3264791934742146 +0.47190793392908653 +0.29693326967595807 +0.2852884325382292 +0.6683236339772927 +0.8271088747868574 +0.8064211910044392 +0.8172864357197555 +0.8213107127556029 +0.8137677833280215 +0.8148885885246806 +0.8083967464604617 +0.8092772220982912 +0.5920544256142716 +0.57031089006281 +0.5604693401715095 +0.561348589826353 +0.5576782344447878 +0.5747324566460837 +0.5263441298237906 +0.3231414792622261 +0.4631743145365874 +0.33854672922111095 +0.46159569953221813 +0.31961203331312454 +0.4617118639976754 +0.29731178924529406 +0.28539982214580073 +0.6299897743875208 +0.795983416254626 +0.8007136885503625 +0.8094519536651726 +0.8249204262455331 +0.8245087886261641 +0.8302075179875905 +0.8302207646396357 +0.8301923418201252 +0.6018327222959793 +0.5870297025165365 +0.5738404972494209 +0.5708337356791705 +0.5622273603311024 +0.5773984782260169 +0.5355206744004596 +0.3263616223250204 +0.470462960428061 +0.32336618531215794 +0.4649301148364496 +0.32210922745778076 +0.464553346888888 +0.29730361419989687 +0.28515722847713065 +0.6356050240982947 +0.8079603181150071 +0.8118365903763543 +0.8202077682844106 +0.8279060751722076 +0.8283937110532069 +0.8367942340753741 +0.8414881055223415 +0.8406930540696731 +0.6165481194943403 +0.6010702325956239 +0.5928252961955396 +0.5874391199527726 +0.5737804820549085 +0.5892772070496404 +0.5571068057454884 +0.3357156501713797 +0.48750539205555815 +0.33247814002148485 +0.4816169099695297 +0.3317220734091194 +0.4817625976134349 +0.29679258078193316 +0.2848652765797891 +0.6565054990376619 +0.8174219036030915 +0.8174469546611223 +0.8276504689984381 +0.8401617719132914 +0.84644975970133 +0.8620726149033822 +0.8687306105311374 +0.8656018780297778 +0.637540152224434 +0.627784513466044 +0.617794577266375 +0.6105879004931083 +0.597504947474647 +0.6150721879437293 +0.5813107405874628 +0.34509411177342797 +0.5039558311767365 +0.3447613844591584 +0.5049300472283361 +0.3417687865082217 +0.5034750388807477 +0.2973087174171335 +0.2853755672976502 +0.6975048277437166 +0.8626722438915343 +0.8782132817724779 +0.8818680886056709 +0.8807766259376347 +0.8831723363645935 +0.8919502010646496 +0.8911862191208562 +0.8773394807295362 +0.6323361717035257 +0.6099034082068642 +0.5989324239673013 +0.5864624749336683 +0.5821763883973619 +0.5953565676093019 +0.5602871617850133 +0.33752945053469324 +0.488335366309943 +0.3311709569456893 +0.4823046614339056 +0.3226023834104549 +0.4634337172539296 +0.2973071902580066 +0.2853710021610358 +0.5152478094109079 +0.6270147380145579 +0.6312751773199604 +0.6358801531247048 +0.6447403390392091 +0.6508615724314647 +0.6537056573752099 +0.6543492196154388 +0.6584268646401825 +0.6621435678171126 +0.6543736940280886 +0.46022243010637404 +0.45564141294469396 +0.3134638684179096 +0.4793327734116737 +0.32319491381239446 +0.47242192459052473 +0.2959220620220136 +0.4368341521682275 +0.292865693250741 +0.43297740519281935 +0.2898760753905935 +0.4290963560037124 +0.27631508937537924 +0.26460797499953626 +0.4914632498296428 +0.5311906838569634 +0.529379297678503 +0.540384330795031 +0.531372547275639 +0.5451441879549538 +0.5342997096611547 +0.5584843510863062 +0.4091606313050002 +0.36814171647862465 +0.4386962959634634 +0.35683150593262264 +0.4346765905094524 +0.36216160315086326 +0.4473548069340666 +0.3565136138979593 +0.4661312681396383 +0.3743853010332364 +0.4664661430732861 +0.34491566062097095 +0.4662959791797425 +0.29670774053437143 +0.28495513446409393 +0.6366763080168321 +0.7959180680139606 +0.7957724133596029 +0.8023874886199832 +0.8055945769740452 +0.8041733537672734 +0.8128777861818378 +0.8199613015229622 +0.8179148302254226 +0.5933135666018914 +0.5813469811484868 +0.5699554614257674 +0.5697098887866056 +0.5581291147767192 +0.5738917561833291 +0.5389994584422568 +0.3211806604946137 +0.45885895559383694 +0.31525693977482067 +0.4563837083931339 +0.31067352574274315 +0.4519330296176168 +0.297291844181441 +0.285357478309874 +0.6241191015586159 +0.7944201485841406 +0.7999031968703065 +0.8142025386470084 +0.8269677128331884 +0.8324740562598852 +0.8352061987577346 +0.8453506302335416 +0.8484816027069746 +0.6201331692183569 +0.6104555062836113 +0.5977074439956563 +0.5921272162845357 +0.5771430492699398 +0.5881384535487468 +0.557319182854763 +0.32939810464017943 +0.47967864097689045 +0.3246232651212554 +0.4711144491221615 +0.3224633942341509 +0.4650944934274166 +0.29729950242044 +0.28534328698389694 +0.635159598979591 +0.8062751209532477 +0.8111200326076667 +0.8246161105788458 +0.83823872012817 +0.844513890255935 +0.8431362236364335 +0.850093362649192 +0.8561241639393276 +0.6260608927129553 +0.6061749183947783 +0.5950742272076047 +0.6076391532188287 +0.6060251650983594 +0.6177851251183027 +0.5675426156671288 +0.3423953473163422 +0.5017812029136368 +0.3367405610609976 +0.4893807518439687 +0.33549327806948104 +0.4901962441016005 +0.2972694744388462 +0.2853187385323275 +0.6940065511613281 +0.8601839218319852 +0.8501571185301098 +0.8560952418485812 +0.8632531433259647 +0.8609795916858911 +0.8752051136713815 +0.8721268102124343 +0.8536396214942752 +0.6301421522279144 +0.6075711326897535 +0.5975090226267962 +0.5894456025778229 +0.5789666030810583 +0.5957420846977398 +0.5519386873361207 +0.3303315518825195 +0.4813038729227933 +0.3264021839578178 +0.4697686970689089 +0.35538424375942085 +0.46699200625767595 +0.2968279718039601 +0.2846328216538394 +0.6321849019653291 +0.7994260005623564 +0.8033997367511929 +0.8139855346795627 +0.819068088995445 +0.8192562394580857 +0.8243175973860347 +0.8223879511309076 +0.8221353444038838 +0.592239471891882 +0.5816926157461517 +0.5705399534766941 +0.5741180449300023 +0.5673232796162238 +0.5830024155505397 +0.5448045855200899 +0.3248803399285158 +0.47172129315550165 +0.31814916545632693 +0.45921409635483107 +0.31425707932420416 +0.4537850769448204 +0.29727423699246225 +0.2853396527972112 +0.5124597476473348 +0.6312613715802458 +0.6360329706634225 +0.643700392456661 +0.6570503210136319 +0.6608803125561594 +0.6669900637146265 +0.6693734825256206 +0.6712624274474203 +0.6743671417947639 +0.669734732219952 +0.47063014112689383 +0.4705404611012882 +0.3210533375583336 +0.4938140614124071 +0.331611243744379 +0.4847674420422816 +0.30460235349692416 +0.45768360881373266 +0.3050685536243106 +0.4538520051894239 +0.3050357287474707 +0.45187122875238567 +0.29096777737585494 +0.2652209927617161 +0.4942770262112362 +0.5755250911574856 +0.5583962371220639 +0.586387760753768 +0.5638361606121861 +0.5942093484924048 +0.5726087345740533 +0.6014074312718126 +0.43367251991679023 +0.3954460604883915 +0.4632863556473459 +0.3839959220294252 +0.4514162542344859 +0.38727787397229313 +0.4651734010222132 +0.3815441291375396 +0.4900069144906663 +0.40557684864614013 +0.49141734222612515 +0.4034349666688507 +0.49088622864200904 +0.29726514102217033 +0.28533371153668174 +0.7184312183607118 +0.8783119002898236 +0.8950017054857382 +0.9045807495924231 +0.9143306257279572 +0.9217869301265308 +0.9221999552081658 +0.9338233686995904 +0.928302837599106 +0.6914702549340132 +0.6513489251624897 +0.632045899622891 +0.6256106577178926 +0.6177979485185164 +0.6235842936278073 +0.5767805999029335 +0.3398278891640769 +0.49329375280205523 +0.3277477803548029 +0.4700401205727694 +0.3190142788626132 +0.45993210953802677 +0.29726595080757423 +0.28480421920261073 +0.6198430856081532 +0.7852191936624706 +0.7842777060262193 +0.7892970341359197 +0.7912448633546114 +0.7872646039364903 +0.7944791414738195 +0.7930614746421079 +0.792273222811001 +0.5717018374618954 +0.5672108332537913 +0.5591249136914994 +0.5603630358247416 +0.5544929617416676 +0.5689455151766686 +0.5245809154625077 +0.3158680590190075 +0.4539267613496196 +0.31164219990911884 +0.4518758028638919 +0.3105758719628484 +0.450043809296279 +0.2964198103719864 +0.2851985419641954 +0.6206351301973283 +0.7889492180417642 +0.786448076406791 +0.793425617610734 +0.7965055681610402 +0.7998783417118168 +0.8048704563305333 +0.8098439740239662 +0.8154449932690659 +0.5907839497938326 +0.5810818186682746 +0.5736253816891488 +0.5686234692800546 +0.5607752842051921 +0.5746827349090394 +0.5375474434271624 +0.3219799765649453 +0.4601768972293619 +0.34148952143424016 +0.45866426647936337 +0.3128914933761471 +0.45407346830079764 +0.2972372793367504 +0.28533364653358545 +0.6260477444568735 +0.7949748748661285 +0.7986267883202375 +0.8119704397194892 +0.8168837990876675 +0.8206474801196013 +0.8252270919663948 +0.8273659831420864 +0.8227802368271859 +0.5988074949603885 +0.5811152541647722 +0.5721594752205672 +0.5732550108823303 +0.5634143037270299 +0.5788488718169856 +0.5452924870341717 +0.32541541552014863 +0.4748852189079053 +0.3206359276534819 +0.46261655943468855 +0.33994982962299286 +0.46284636782286964 +0.29725620086311977 +0.2848077870223684 +0.6310348798776647 +0.804775339038354 +0.8095492697590729 +0.814518846405311 +0.8261570781395949 +0.8366102726384538 +0.8363677886903694 +0.8512916179189234 +0.8491746041706627 +0.6247778789016529 +0.6047860597714585 +0.5968678362636769 +0.5966825328834647 +0.5918333022063287 +0.6045857838541784 +0.5688807553315205 +0.34170151401840687 +0.498372083442988 +0.3379210267131091 +0.4928781220128127 +0.3359830905076149 +0.49845660207443754 +0.2963295717961126 +0.28518925613409285 +0.5990907969595446 +0.7033530850231287 +0.71947174823231 +0.7345021023070173 +0.738934382682808 +0.7516671462292838 +0.7475415765589458 +0.750465985603681 +0.7508383594693171 +0.7740910204182122 +0.7691129549637213 +0.5505684606509365 +0.49711108247246616 +0.339573726936841 +0.5313300430421345 +0.35584962157963684 +0.529315551164399 +0.33199476222136104 +0.5023866230907533 +0.3284827310562262 +0.5020312775517539 +0.3295671408042005 +0.5019180989490208 +0.314279577742997 +0.2651519007395611 +0.5415947326512448 +0.6488367996486374 +0.6067833342891205 +0.6343374102289296 +0.599236576977919 +0.6263275394258823 +0.6006047195741392 +0.627240561111359 +0.43152501891212447 +0.3927660743406177 +0.46535232819493405 +0.3795226429743751 +0.45876705622517916 +0.38841024597499013 +0.46967895173504975 +0.38192608823947033 +0.48635040188052536 +0.3943911234027342 +0.4800031023573737 +0.3890468559512719 +0.4782041471733363 +0.2972360518274246 +0.28518416955255355 +0.6734449905167869 +0.8291092880722202 +0.8347357002095148 +0.8353924909699582 +0.8585391772565634 +0.8762485520827648 +0.8840938766882913 +0.8821727421382822 +0.8838455061551279 +0.6478328476286238 +0.6234671211280041 +0.6067016212911099 +0.6002763513273967 +0.5838092369139928 +0.5958281671134787 +0.5670142388417464 +0.3388382090587997 +0.4922534210458033 +0.3307427520844227 +0.48502255043619164 +0.32794073887318104 +0.4716833559627033 +0.2966132058947675 +0.2846938741299997 +0.6509884550419553 +0.8304419116066247 +0.8463507876165315 +0.8644501740612223 +0.8741853126850148 +0.881525475709179 +0.8839041866195927 +0.8785444922747006 +0.8803945967501849 +0.6572129373417529 +0.6420560117690759 +0.6297189461252791 +0.6201382573068619 +0.604846525235196 +0.6089693339903637 +0.5758277299701846 +0.34166372484319146 +0.4984079045192495 +0.3374001953651192 +0.4927859493572582 +0.3347164321024342 +0.49413093254493196 +0.2972150810586293 +0.2853087064290566 +0.6864356254418115 +0.8481364535576403 +0.8580443605760983 +0.8670184542077692 +0.8722759457255778 +0.8674568007099889 +0.8722885264481256 +0.8810963451321318 +0.8885819239739492 +0.6590160012087996 +0.6446572413648968 +0.6287751289946377 +0.6163020027875388 +0.6104620889772645 +0.6233418630342412 +0.5741542840918569 +0.3411941550490669 +0.4926412755169162 +0.332608977251518 +0.4792680086785152 +0.3275393662054652 +0.46878172689054576 +0.2972135127451414 +0.28443830037925727 +0.6365088712459642 +0.8060506999082612 +0.8133300078653843 +0.82275242875745 +0.828525894839387 +0.8263532058795904 +0.8402766457839139 +0.8413687803909542 +0.8404712128037577 +0.6114492111822316 +0.5978689954047022 +0.5884290805685106 +0.5845460073373411 +0.570895045227966 +0.5863852173410864 +0.5552820080447302 +0.33425500426343724 +0.48265983392344086 +0.3295050710292609 +0.47642208147857346 +0.328862116376405 +0.47578692377698356 +0.2971185830397509 +0.28530167738104006 +0.6342522624061239 +0.8048386533876546 +0.8080029104147805 +0.8187377154390418 +0.8221403081261183 +0.8233752228874134 +0.831046746438628 +0.8338092044468814 +0.8371147231331476 +0.6097613777326922 +0.602116800821675 +0.5914176440995658 +0.5830339084592534 +0.5721833697557438 +0.5858383202957437 +0.5547441797781496 +0.33184086859836337 +0.48213866722246407 +0.3274733580273894 +0.466508997935962 +0.3761039259206716 +0.4640784416550743 +0.2972087162920094 +0.28476955928491937 +0.5194375198778748 +0.6417212383305237 +0.648836837372853 +0.6593723769473229 +0.6660456872755889 +0.6709123870336873 +0.682669489906148 +0.6831442542886872 +0.6872633103207051 +0.6867734191077179 +0.6839953789231438 +0.4762318920009749 +0.4709129603761829 +0.32163291274663813 +0.4949394780222187 +0.33186294454747894 +0.4872000566132262 +0.3057585522525257 +0.4541243963142705 +0.3005976920460635 +0.441204434933841 +0.3196693572515034 +0.43847607882848594 +0.2836999265896795 +0.2651726064728697 +0.4922881459899937 +0.5620827361771171 +0.5478349551421835 +0.5679951376736768 +0.5527131635220005 +0.5856411161606103 +0.5657794983426949 +0.5993639109205623 +0.43760964210280895 +0.4004785444240166 +0.4666137578894262 +0.38680344638869174 +0.45783336087430226 +0.3909500164283177 +0.470710574131467 +0.38821128922408926 +0.4881819241197452 +0.40292658422876776 +0.4839177650716827 +0.39969854585626013 +0.4835973317874297 +0.29713795785645 +0.28417440789859705 +0.6982029199500337 +0.862456770605959 +0.874238027393422 +0.8801017049167792 +0.8880458880935859 +0.8951174366878082 +0.9208608367228363 +0.9200631676942218 +0.9197154436227731 +0.6931476537365853 +0.6734419714324593 +0.6475296211308207 +0.6409010968579208 +0.6281610842151701 +0.6395986750697563 +0.5933162995236683 +0.35132069531454535 +0.5169513868582848 +0.3460401683072834 +0.5107079856897627 +0.34209030023286163 +0.5081347119478896 +0.2971911085844478 +0.2852877178227981 +0.7388023710317115 +0.9183818592019842 +0.9347903795942131 +0.942573872460175 +0.9560799738745693 +0.9632403171170643 +0.9914695269268566 +0.965720796686722 +0.9600213708882858 +0.7203214030597062 +0.7130119631728196 +0.6883286225733976 +0.6722356458349277 +0.665024930989308 +0.6644086139922417 +0.5987422863156385 +0.35423202287839617 +0.5167298431695836 +0.3445534440686759 +0.49840964649796926 +0.3387325487209739 +0.4936816139249857 +0.2967424635941182 +0.2845096518702578 +0.6744913803198901 +0.8346708620707026 +0.8500784067300555 +0.8735849325270109 +0.8774345780611829 +0.8735612535869185 +0.8900207268964643 +0.8969223795514035 +0.9029046878103109 +0.6559215780718046 +0.6382360589603036 +0.6225012963266503 +0.6225751221975904 +0.6108383007104156 +0.6281436746595573 +0.583035163656452 +0.3470098914228708 +0.5109599285726666 +0.3432596459701134 +0.5034522127788145 +0.33847995441397244 +0.5000088469602919 +0.2971886881256174 +0.284835224436016 +0.7091610680714213 +0.870647334051466 +0.8859388950911193 +0.8969034995665516 +0.905446890162196 +0.9026760823525881 +0.9099099472887555 +0.9147812209873969 +0.9085389663776248 +0.6863437023030479 +0.6597282755609026 +0.6491095511505169 +0.6447943529899522 +0.6308326548154025 +0.637479994152498 +0.5868797549935953 +0.3493071775763573 +0.511556342980805 +0.3424911089450113 +0.49895234619939244 +0.3383246933973425 +0.4890462905528025 +0.2962193353341647 +0.2852371781043269 +0.6745109164491477 +0.8295645761386925 +0.8348853944610124 +0.8408245539720791 +0.8463161198084446 +0.8427424117965485 +0.8501501332936097 +0.8531944316797653 +0.8548922197038412 +0.6268316891098575 +0.6111779483690936 +0.5996585227221214 +0.5944828911409792 +0.5785576201933301 +0.5891424004751352 +0.5603271403014006 +0.33340245986693595 +0.48576035294690306 +0.3332402416429907 +0.48647675832577675 +0.33126609755970293 +0.4768393205834014 +0.29718257808276144 +0.2840543191715218 +0.5520545448057615 +0.6635886378759415 +0.6652313938426725 +0.6764074832861252 +0.6827727187400778 +0.6897126156075715 +0.6911210383492593 +0.7023590750939629 +0.7034894209502941 +0.7011602267855482 +0.6996419780642181 +0.4828902324027334 +0.4756407876219371 +0.32917049402746335 +0.5062092968953626 +0.34103861236021726 +0.5008890751994147 +0.31611557995219236 +0.47474702387259593 +0.3176656700904767 +0.4786602370630471 +0.3188036842199332 +0.475882536218478 +0.30206789476249535 +0.26514366318795063 +0.5133873127573633 +0.5978827431320148 +0.5679682901217054 +0.5754147260374444 +0.5605302167779859 +0.584989953063896 +0.5811647709121234 +0.6051550435736945 +0.4326887206898363 +0.39183154648190466 +0.4577397685355903 +0.37903956633602987 +0.45003668081244147 +0.3818342693488162 +0.45786965609225305 +0.36782348325794806 +0.4745033233190817 +0.37730270002668637 +0.4689000459750162 +0.342882892087523 +0.4623195519283663 +0.2966956302863916 +0.2852597051791663 +0.6434970569212732 +0.8223606342751623 +0.8355135740023301 +0.8543892552695107 +0.861599513104605 +0.8739949319565204 +0.8749689112971113 +0.8858325045248845 +0.8966856723314611 +0.6598905028298292 +0.6331653283184134 +0.6177680662660294 +0.6207400722460292 +0.592253155968321 +0.6023224973452355 +0.5733374094477707 +0.33998658315386815 +0.4960948869107684 +0.33495676504335686 +0.4870075790378139 +0.3323562409906528 +0.48124966542000297 +0.296530934417919 +0.2846832779870494 +0.6783855427438936 +0.8560605008546139 +0.8589732952774626 +0.8714829206641688 +0.875316605534935 +0.8675395259456445 +0.880920267590616 +0.8968169654084094 +0.8907367398745443 +0.6652229263121454 +0.6408798519479034 +0.6217286874867173 +0.6147423659808728 +0.605195957372723 +0.6206127358148313 +0.5869062563832549 +0.34533883359849754 +0.5094946664269449 +0.3435418493727307 +0.5021140436564265 +0.33823647014853675 +0.4971639060883331 +0.29719245889676454 +0.2843705835132666 +0.6886098222515548 +0.8451863160684144 +0.8677772266107029 +0.8956707489571589 +0.9017114684760956 +0.9055255521489524 +0.9019948998402485 +0.9025782895321702 +0.908486664837842 +0.6859465445158198 +0.6667577813428082 +0.643332865645973 +0.6394578643651081 +0.6179350375471604 +0.6234358832852461 +0.5705648640569769 +0.34087988752349824 +0.4903695365363373 +0.3316826527936633 +0.4765652409232739 +0.324689106860286 +0.4641472679352688 +0.2970890514089534 +0.28525474102695164 +0.6320258432017298 +0.8034478772449329 +0.8149250598880118 +0.8249846948611099 +0.8310481208742894 +0.8318864017328672 +0.8399001431632521 +0.8487681525824151 +0.8470624031745535 +0.6204575119560265 +0.6066117753924274 +0.6010363640407794 +0.5912824409994136 +0.5762780286576425 +0.5913887697819654 +0.5604765322344589 +0.331809418729898 +0.48344099389787154 +0.3277421277182465 +0.472468023354251 +0.3251833494717316 +0.47329305681024497 +0.2959865015432602 +0.2852092791347423 +0.6382884225403269 +0.8170424279272451 +0.8248156243372498 +0.8337529843755846 +0.8416621344042577 +0.8440953253156394 +0.8549390769794962 +0.8536645202544421 +0.859099763917177 +0.6203427440043503 +0.5995603402576074 +0.5930890389273638 +0.5925625926964267 +0.5813104719565929 +0.5976769148655815 +0.568645705409797 +0.34025283682183377 +0.49400413475380683 +0.33662760736149033 +0.4950656466355173 +0.3385158376405324 +0.4970127022164403 +0.2968532484614313 +0.29772620089402696 +0.581471758584473 +0.6955497846901305 +0.6980474984763317 +0.7112114007897276 +0.7167693434377393 +0.7087479526564351 +0.724415736577603 +0.7556919932918619 +0.7537403471506846 +0.7410687893026429 +0.7244046482080804 +0.5131497033342833 +0.49357364160596695 +0.3338403383096085 +0.5160951243065448 +0.3433572596746857 +0.49901488828297147 +0.31472245714388625 +0.47044138687752757 +0.31369724307829605 +0.4629863254307888 +0.30814272692160793 +0.45499810479856334 +0.34983994254940687 +0.26387472105947946 +0.5077110404979385 +0.5966462249798961 +0.5727015240617075 +0.6007969957537238 +0.574468841347812 +0.5934977564448549 +0.5694742552492126 +0.5990367071636614 +0.42964738855292794 +0.384701164262961 +0.45708856069760684 +0.377516857463607 +0.4555285691768911 +0.3837317296625027 +0.46031771310358954 +0.3718227574326071 +0.47695933867549417 +0.38245382178254606 +0.47117435616693587 +0.35045913282094476 +0.4671189043304669 +0.29716647605866753 +0.28522732389286326 +0.6552971213275034 +0.8434444690705947 +0.8576182138965185 +0.872520827698513 +0.8952380893130555 +0.8881344418601278 +0.897663244491155 +0.9084979065272184 +0.9106145499332079 +0.6765747076348104 +0.6672828980018072 +0.6524364050239039 +0.6383939099660743 +0.6045360743737788 +0.6221198688875997 +0.5848097614822797 +0.3468628962487947 +0.50823115980001 +0.3389846651505154 +0.4938091831689939 +0.33677965467408505 +0.4953914052893864 +0.29647701598111337 +0.28521846514318633 +0.7031761120932314 +0.8615222491915745 +0.8752520643811473 +0.8932999368998625 +0.912871785493089 +0.9173160218349685 +0.9283020134502067 +0.9353362204782388 +0.9302950134119179 +0.6875951614912539 +0.6876911961898131 +0.6729326000661735 +0.6596742534216902 +0.6225513184435627 +0.6134446907009716 +0.5768697707709259 +0.33864081514463823 +0.49227548648572506 +0.3331919081804255 +0.48275870781920727 +0.32687066404887405 +0.4707465360500164 +0.2960122369644079 +0.2851578848551017 +0.6449356846136494 +0.817238045542806 +0.8267371857345126 +0.837312065560471 +0.8486231049300417 +0.8511168040276187 +0.8537730952891565 +0.8522739818682808 +0.8560310685661949 +0.6229918571336347 +0.6122318116559552 +0.5936355981346352 +0.5949219360169722 +0.581134944145529 +0.5915107140366923 +0.561203784414715 +0.33616562903540703 +0.48654928329235875 +0.3280444901677803 +0.4772988263211492 +0.32565404286647415 +0.46709331327522907 +0.29679113009042013 +0.28437669054558173 +0.6413014188904103 +0.827191451257062 +0.8461345468681496 +0.8530349062929422 +0.863224378427032 +0.8694147623779775 +0.8828012892181402 +0.8832122754730924 +0.8815519476738896 +0.6473379091891921 +0.6410173342999629 +0.635525158631032 +0.6200034773328383 +0.6016959339125548 +0.6067317844259158 +0.5756094081167598 +0.34235420766666846 +0.4967227988331622 +0.3365858498524274 +0.4927405643726914 +0.33169386886323715 +0.4809345143309216 +0.29714544809913707 +0.2968610932699186 +0.6578967546373605 +0.8425642461457455 +0.8516457824342941 +0.8647938519943924 +0.8826057472697312 +0.8847394399217325 +0.8971515999533353 +0.9167853959161014 +0.918668650823235 +0.673540190597824 +0.645263921072643 +0.644096788914559 +0.6296196442134447 +0.6149454621600542 +0.6260603222801029 +0.5887060696749865 +0.3499329418849087 +0.5129099293073427 +0.3463943133036952 +0.511597873894549 +0.34660138861455997 +0.5119592827691996 +0.2971724634789899 +0.3140050025282022 +0.5999815144181084 +0.7086445581151273 +0.7267601641222092 +0.7243679278297112 +0.7260264294393959 +0.7287928491210991 +0.7659632717936046 +0.8007035189637973 +0.7985184742462843 +0.7949817678759943 +0.7477446516354317 +0.5395706527980769 +0.5091026947456367 +0.34769312078490083 +0.5475853738325267 +0.36348768634673057 +0.5397261349503711 +0.3355518788405734 +0.5109725498657072 +0.33492886239063296 +0.5040392223323648 +0.3314274636912912 +0.5014110638946834 +0.3141616009008365 +0.2650473743998534 +0.5440835877991125 +0.6588021886493105 +0.6320429884238212 +0.6507414883308005 +0.604179352690099 +0.6274203188518512 +0.6126145777195782 +0.6464573973594739 +0.4676277098515216 +0.4181623200473627 +0.48108961182991195 +0.3959586231159368 +0.4702526575787757 +0.40506789346762406 +0.48584777688124064 +0.4033893612687327 +0.5059306533573127 +0.42183121718930167 +0.5059299996848181 +0.4253838117113616 +0.5064224956593784 +0.2965217108648021 +0.2851703698614341 +0.7588182791586644 +0.9173789592996535 +0.9170903635518628 +0.9178083358177185 +0.924518441631297 +0.9310430723940201 +0.937996505333598 +0.9381697263987416 +0.915794477579596 +0.6782572089037362 +0.6593640317309104 +0.6682923791909746 +0.6620435425486978 +0.6393883481928533 +0.6461891300010345 +0.5948644877231452 +0.3494373484561316 +0.5113779137572633 +0.3433044981346927 +0.5027469567321085 +0.34005807541756183 +0.499039790069945 +0.29607771245930414 +0.3122869331500007 +0.6981364610771436 +0.872839859426407 +0.9063471959734534 +0.9021246270828329 +0.9090586633000277 +0.8994198727330946 +0.9175387874324278 +0.9294753216103623 +0.923392658899828 +0.7110668076317314 +0.681211981478052 +0.6600389594835818 +0.6504713591355207 +0.630178113516361 +0.6402869676825946 +0.59503787137024 +0.3514720635787646 +0.5194243845504666 +0.34829777617307073 +0.514461107805165 +0.34893701777243874 +0.5150088306196579 +0.29594647790623435 +0.3138189860166504 +0.7217150719314371 +0.8834461085070809 +0.9038906881037123 +0.9298039281007625 +0.9377778843651364 +0.9505794061152942 +0.9582827151539476 +0.9735715622233253 +0.9780243036492022 +0.7302456262703693 +0.6983144016442715 +0.6861213203396898 +0.6866872447056397 +0.6732682405678002 +0.6845346215337743 +0.6179831343619191 +0.36654854339768095 +0.5466125363983517 +0.36235564717138113 +0.5389945694612596 +0.36238463665708737 +0.5390436229529928 +0.3563649249815419 +0.5213348364748952 +0.7055842780366002 +0.9123912747146754 +0.9273754654861619 +0.9368740705627254 +0.9613535894419944 +0.9605882352258714 +0.9776457652130265 +1.0 +0.9766743126544818 +0.7340181132192672 +0.6889663093537863 +0.6922325660642692 +0.6911937468910929 +0.6858230806589507 +0.7071561668893995 +0.6216129141001618 +0.36997808116257375 +0.5605305318026443 +0.37556756939376273 +0.568928134528574 +0.3768861822673513 +0.5628424421276358 +0.3637457589602673 +0.5351724617598286 +0.7071539779732933 +0.9281715847918203 +0.9408054123164649 +0.9494351154924823 +0.9521276068890029 +0.9518410397397984 +0.9647566134921369 +0.9685060461461206 +0.9679791661394099 +0.7074564824080567 +0.6960749393783003 +0.6788479454474962 +0.6765200765050797 +0.6556811367316902 +0.6657780452250062 +0.6025255671562972 +0.35798844963920695 +0.5337143092210898 +0.3538341618862756 +0.5266840608943923 +0.3524193343103327 +0.5238944495332623 +0.29636963128901517 +0.2989896303040015 +0.6153765024656933 +0.71263350471839 +0.6953486895855635 +0.7167002247454576 +0.7202760931269454 +0.7141488505437533 +0.7079781671938553 +0.709635955638638 +0.7114754623600253 +0.7228005180055991 +0.7087225646933254 +0.5080815219446384 +0.48351613224386175 +0.33304992643555104 +0.5154242435751206 +0.34758954098170997 +0.5117781468998309 +0.3212607439251949 +0.485722283793899 +0.32223450537777754 +0.48501775578726647 +0.31847827040450943 +0.4740710746591717 +0.2987505571073357 +0.26483157020978 +0.5060719636725816 +0.5911050327790993 +0.5610349995947557 +0.582178383469663 +0.5695837289378929 +0.5915237981053306 +0.5710927342554889 +0.6087397769579402 +0.43348411367749534 +0.388069790110752 +0.4676497490794736 +0.3823943510410062 +0.4607357576094479 +0.3905235708720869 +0.47329721572116196 +0.38279078577997844 +0.4848452659748959 +0.38989026212632283 +0.4783871475677935 +0.3856948339889872 +0.4740488229926113 +0.297119288667807 +0.28443515792031016 +0.6708345132849527 +0.8394335483752574 +0.8553088917815942 +0.8706034822452086 +0.8800268126266991 +0.8846425228736627 +0.8896920721304302 +0.896899294211151 +0.8874070574095481 +0.6685826291863743 +0.6467084223571045 +0.6270627586113294 +0.6195171891201424 +0.6015331655872677 +0.6195838874623166 +0.5825356418103042 +0.3431002593512816 +0.49971069128776474 +0.33578056738992546 +0.48897984979523634 +0.33050018882686866 +0.47904555521204245 +0.29714931577410114 +0.28397094934106976 +0.6532809897665753 +0.8357161688568391 +0.8426045684923945 +0.8652776646759032 +0.86771808154542 +0.8696801465465797 +0.8838447820572467 +0.8885473457946593 +0.8910182041611477 +0.6580373672836912 +0.6426122030568219 +0.632471153565938 +0.631834738171569 +0.6189642271993779 +0.6313431998064936 +0.5912768580504606 +0.34864543374790247 +0.5115305211919406 +0.3453881051759214 +0.507247096250003 +0.3406727374097234 +0.5005797864820452 +0.296456428392531 +0.29806142166215543 +0.691579348809254 +0.8389585478760365 +0.8663397216382086 +0.8974335203756315 +0.9202637498790803 +0.9221799539366495 +0.9227055436290648 +0.9295071785744548 +0.9338915334668076 +0.7115694371868355 +0.67166086347571 +0.6466662501216945 +0.6361592964392296 +0.6332491720436413 +0.6439446901449021 +0.5908457475940058 +0.3517684013155345 +0.5182213321317913 +0.3463464052609478 +0.5146476670072886 +0.3476075935374346 +0.5119599581090332 +0.29609056582640336 +0.2850215487286168 +0.7281305877033479 +0.8835235227406638 +0.8973673594704585 +0.9038796713027851 +0.9302128989062065 +0.9490412040673207 +0.9618633256837007 +0.9389072055731326 +0.9209920278059069 +0.6976871097460486 +0.6890023645705866 +0.6849593111962772 +0.6354304932006691 +0.6301322397954203 +0.6396927031788636 +0.5914475515220513 +0.3496736720025074 +0.5165977132198607 +0.34715217331803916 +0.5123374612352573 +0.34487819946017706 +0.5100705741986353 +0.2959050109741564 +0.2989222834026563 +0.7150643298268519 +0.85016122444225 +0.8606427261657587 +0.8771330103700934 +0.8846092015202763 +0.8859289313083555 +0.8943537616376998 +0.906899110944061 +0.9057176275448886 +0.6743950593146752 +0.6598895551164728 +0.6458986270880374 +0.6389804373515081 +0.6304831457737258 +0.6473511714489278 +0.5864786873655697 +0.3508907979097004 +0.5186970688063082 +0.3484749122889532 +0.5164737914738222 +0.34821850671846344 +0.5183779386157753 +0.2959080912010048 +0.2852065128248934 +0.6195367800382638 +0.7072171297302018 +0.7050397784952346 +0.717290086699793 +0.7725487859639224 +0.7489622137077648 +0.7549381220692095 +0.7546937476762947 +0.7555793184172416 +0.7588174091054555 +0.7338560100843681 +0.5223915703128846 +0.49682546803384675 +0.3378195989404651 +0.5299326743428576 +0.3512007826866527 +0.5151404529204027 +0.3230585609010019 +0.4836950150901442 +0.32021973860816894 +0.4890575986170053 +0.31979273596888946 +0.483435968146845 +0.3022236120103529 +0.2647350488213567 +0.5142115725961667 +0.6091887986578953 +0.5775231847162796 +0.5998304852438262 +0.5874800282192657 +0.6115615339934316 +0.5883011087107761 +0.6039065046326844 +0.43913797919245606 +0.39932815381135195 +0.4737619793176476 +0.39195394063752065 +0.4665711976710357 +0.3994984433614082 +0.4781553901522805 +0.38735765350265505 +0.48983373344811726 +0.40033759565859345 +0.4864800940578239 +0.39404935846745914 +0.4825521175795523 +0.29677184393838046 +0.28520132204569365 +0.6890873658896508 +0.8595002962242849 +0.874158680078675 +0.881203051093346 +0.8847350846911922 +0.8822799442224111 +0.8930197658814835 +0.9038311654376427 +0.9101485399030654 +0.6856551788107313 +0.6725759444335008 +0.6665495103569772 +0.6616862006863942 +0.6473142413050844 +0.6522250587199899 +0.5924462161201459 +0.3483041365617746 +0.5082918601717462 +0.33927175459843106 +0.49240429666760593 +0.331215035480594 +0.47971366901222817 +0.2971352477586931 +0.28496332975991506 +0.6390248156315813 +0.8198253719049649 +0.831393986435539 +0.8481631708282534 +0.8497988830019879 +0.8524184928432925 +0.8586085942046254 +0.8582532777999617 +0.8596298212401274 +0.6277319764259939 +0.6147600640767541 +0.5994670160584283 +0.5935921664185799 +0.5793335862926252 +0.5905948428273972 +0.5625329787476875 +0.3358599185028024 +0.4864177589833484 +0.3251161967241064 +0.4752237604524997 +0.32464019763012725 +0.4697122831125791 +0.2971403867965387 +0.2967288785146698 +0.6389806759967332 +0.8173667547441957 +0.8261715730518931 +0.8393879842325956 +0.8402423780349647 +0.8445774891468507 +0.860362669404463 +0.8594497509882641 +0.8597382753509228 +0.6336298700546015 +0.6203645390702043 +0.6041590205996172 +0.5975654522283852 +0.580958716763463 +0.5914714894710531 +0.5615302143736414 +0.3334870860448911 +0.47998561855332567 +0.3254726647791382 +0.46720920631905183 +0.3210259365589684 +0.47190494525835885 +0.2963529725351931 +0.2847418478373241 +0.6313048764187472 +0.8030231061103298 +0.8229376275320798 +0.8439470699673051 +0.8587324047049688 +0.8640445693067236 +0.8770688191704726 +0.8852493680748161 +0.8805849437156865 +0.6448730220818836 +0.630789892919159 +0.6173197021923754 +0.6063316314081632 +0.587955925381066 +0.5997621394062674 +0.5698761254932552 +0.3345204183378955 +0.4858555169190323 +0.32857582431022936 +0.4732163147658094 +0.32527352795691455 +0.4663199186599357 +0.29591246069077554 +0.285180488969523 +0.6398587636998387 +0.8188473453861079 +0.8461252365322917 +0.8575290161547564 +0.8679553608387047 +0.8788148110186994 +0.8845526940633771 +0.8923502940796257 +0.8886007580455597 +0.6599060863873745 +0.6451083906151353 +0.6290412597656673 +0.6216077204636301 +0.6151352138552081 +0.606188532224103 +0.5781203917676775 +0.34126157292608517 +0.49625551659606193 +0.33659028902296745 +0.48958111674493354 +0.332869831014796 +0.4817811334330036 +0.2964939156628539 +0.28517827639414817 +0.551817992768465 +0.670742616681377 +0.694079964827589 +0.7092570407499751 +0.7115838392548285 +0.7048378931092432 +0.708446640773439 +0.7223138664227295 +0.715508793374965 +0.714945853142937 +0.7053680084723604 +0.49498792345864095 +0.48382060420250317 +0.34696363137034286 +0.5130883855271194 +0.3449421324076848 +0.5040858424572131 +0.3184969849403229 +0.4745530229802274 +0.31662725893904226 +0.4723254279700921 +0.3137065736701376 +0.4693021276163291 +0.2972065814121792 +0.26427572860065096 +0.4978207913752933 +0.5900862105685407 +0.5708735258659264 +0.5960584145168814 +0.5726462089261781 +0.6002302197599916 +0.5741183352779125 +0.6149722312292459 +0.4394831269819649 +0.4041424407686686 +0.4685810377530773 +0.3860096117145724 +0.47950400124993336 +0.39533886966546444 +0.4741610873239719 +0.39050072908781724 +0.49127809870242134 +0.40697615395616266 +0.4909236730574299 +0.40371210036981303 +0.49145716528029215 +0.2959037206751583 +0.2851853495034969 +0.7144014108367196 +0.8666179170603768 +0.8726857155819856 +0.8853912418270813 +0.8876638416711613 +0.897566708671612 +0.8932422226198451 +0.8933944363595256 +0.9049355174169639 +0.6774857422014542 +0.6556263215194343 +0.6407211031346837 +0.6395731696633211 +0.6491246141736615 +0.647475032052817 +0.5875431076828477 +0.34808562153481204 +0.5129285011641006 +0.34518713772084714 +0.5101531332374832 +0.34528152712742016 +0.5095431429908316 +0.2963047334403217 +0.28516853664849207 +0.7120346160465973 +0.855332891652601 +0.8644784236212695 +0.8699860907900813 +0.8875381601965737 +0.877978108422902 +0.8853188570290662 +0.8884617525144136 +0.8911549387430214 +0.6582918100382392 +0.6481799244008565 +0.6311897899956923 +0.6179312366625208 +0.6180098774695474 +0.6084777170682482 +0.583864227479029 +0.34343973706710756 +0.500069894875756 +0.33693484943163343 +0.4893311172678089 +0.33334383197949385 +0.48571512433355324 +0.29704825858778555 +0.285116061378022 +0.6626128309227775 +0.8402543273703967 +0.8625542088258198 +0.885619217178313 +0.9044237879734504 +0.9010425099066853 +0.9081561023659995 +0.9114117746879008 +0.9110089388720558 +0.6777063488368985 +0.6556251157803809 +0.6442931323055745 +0.6332131340085585 +0.6341116662361543 +0.6265710415300341 +0.5828020862746037 +0.3444159799824474 +0.49934908938563566 +0.3372287461681477 +0.49131235436874565 +0.33434403148434255 +0.4840542182326741 +0.29710132207247253 +0.28406301602034534 +0.6760848174267738 +0.8507960138743309 +0.8853993048553499 +0.9105879603460298 +0.9340674591435616 +0.9577123633246599 +0.9242431803861463 +0.9377349250307896 +0.9321920183986844 +0.6897601112337398 +0.6707915983920295 +0.6633845797049667 +0.6466119945040216 +0.6486915228018911 +0.6432468111705939 +0.6001222701463202 +0.35663032129216765 +0.5321857442640829 +0.3512372218174988 +0.5129798517324642 +0.34115963057527693 +0.4997838821103941 +0.2959979445958779 +0.2981226797230091 +0.6707267361754244 +0.8310470686401812 +0.8408692655960516 +0.8502093312354909 +0.8625019117805994 +0.8658071994505007 +0.8739306987131624 +0.882154963981611 +0.882117816533009 +0.642502242473151 +0.6274621956542897 +0.6121430620868019 +0.5992277709628351 +0.600507342227849 +0.5985568114725225 +0.5682754688463499 +0.33722939439971455 +0.4886431234601833 +0.3312275528840728 +0.47944112239601044 +0.33046282855759546 +0.47111824422878756 +0.2963671156979677 +0.2851625601571696 +0.529671114985563 +0.6524060336880378 +0.6571783446577399 +0.6735979233069617 +0.6792795230622065 +0.6868809425699316 +0.6903253876303529 +0.6983930480603519 +0.7013760209392295 +0.7054225345563065 +0.7020143128772655 +0.48380514651590806 +0.4708188680741687 +0.3354170176445531 +0.4901925786769225 +0.3292397416911028 +0.4814535946860307 +0.3044513713429564 +0.4573388720493554 +0.3031321603615751 +0.4487370962372219 +0.30219829835470813 +0.45634938874891573 +0.2893921997585307 +0.26476222870887706 +0.49572558172186826 +0.5830330621707702 +0.5729633572760572 +0.6136838340943762 +0.6135356998065292 +0.6598786023515579 +0.6302480508560022 +0.6732842966731434 +0.4690908368887165 +0.4195580141393166 +0.48891870424405776 +0.4074316959640253 +0.49656231350365965 +0.4135000136501047 +0.49512145031951577 +0.41135229832050696 +0.5134601803309776 +0.4293998713996407 +0.5114105211166642 +0.42788588362801927 +0.5109680123342596 +0.29649778219785344 +0.28516022149695947 +0.7610665048262564 +0.9172257061054113 +0.9133875566133061 +0.9195544051709524 +0.9183878271043315 +0.9299887660078134 +0.9174354538227638 +0.9474192931998519 +0.9463108786308871 +0.6980035647352378 +0.6917632966285305 +0.6767684937961475 +0.6640904812674854 +0.6670355340462213 +0.6712889971845092 +0.6037351758562374 +0.35820081274331234 +0.5346250124195528 +0.35565891034211594 +0.5248962069870982 +0.35298639249075175 +0.5211206113833037 +0.2970962609642281 +0.29907417028983985 +0.7338299900612365 +0.9055763134473319 +0.9292721092035198 +0.9355096510966332 +0.934382781185054 +0.9368308713507 +0.951272373659955 +0.9441293622012538 +0.9204626667649508 +0.6667099113505018 +0.6397169789352789 +0.6136589983643891 +0.6141722074538384 +0.6272214393040042 +0.6255214102953465 +0.5748442994251163 +0.3441129960229386 +0.501120992344888 +0.3381009783529885 +0.49690352716475805 +0.3351688588505434 +0.4861057869768623 +0.29712799895893105 +0.28395573597963664 +0.6584583666102355 +0.8321389417221217 +0.834211636432385 +0.8537408300744672 +0.8554328976901565 +0.8643827924689895 +0.8727721801106167 +0.875402732881179 +0.878550077653572 +0.6418249136764339 +0.6275907567301638 +0.6127051916027013 +0.6030068944322265 +0.6070622520984231 +0.6019692869893805 +0.5747327644573959 +0.33999348170877325 +0.49244423619188343 +0.33414358796829113 +0.48361461133739614 +0.3272854486249212 +0.47079778461808475 +0.2959165947105675 +0.2851653753704443 +0.6425560916566323 +0.8268378915489731 +0.8473260548311932 +0.8585321841212237 +0.8751077845298412 +0.8744621113878203 +0.885884704381177 +0.9001248422197379 +0.9001174263279634 +0.6648601001931708 +0.639517241757612 +0.6186677524176301 +0.6028565424847421 +0.602961195887847 +0.5988391855913818 +0.5712458738222881 +0.33714131438840167 +0.491115595196071 +0.33306821826735694 +0.4844417649159446 +0.33116260311935763 +0.4771688782002331 +0.2966883015101347 +0.28519193687428923 +0.6593441140447592 +0.836228944544865 +0.8609972293158786 +0.8825632858404349 +0.9019685863031862 +0.919453975225043 +0.930860040773228 +0.9455487200131565 +0.9462922878260365 +0.7008927825155988 +0.6837720985746383 +0.6616639229157798 +0.6442741811180805 +0.6378749536455632 +0.6317571844589267 +0.5892124807063792 +0.3486634927441982 +0.5127173072087241 +0.34441541844492707 +0.5063601251594726 +0.3439955274724489 +0.5066106772298163 +0.29709713793165615 +0.29791517989551525 +0.5683760816051986 +0.6774827455911848 +0.6845518175174808 +0.678608138908212 +0.6824747115134167 +0.6870020308833034 +0.6877098808905008 +0.6891618752455849 +0.683707079931428 +0.6899340165765138 +0.6791886209461878 +0.47391330483163435 +0.467047779070244 +0.3413628785622416 +0.4941140533175924 +0.33571323972079 +0.49027279593529366 +0.30939864432542397 +0.4629320951841938 +0.3081823850486985 +0.4528659550338424 +0.30517541443987034 +0.44915481523488177 +0.3054922247706488 +0.2650611186770288 +0.4928502540737328 +0.5556808739521338 +0.5434943752619223 +0.5528667381432224 +0.5397367918791454 +0.5584579023568091 +0.543234660334785 +0.5558588999747147 +0.4116499400923655 +0.3665649277639098 +0.4432263187075107 +0.3570661465587188 +0.4556904294983349 +0.36784004482941307 +0.455226807888777 +0.3642486650498668 +0.47305604407373125 +0.3678853406268451 +0.46948894597874635 +0.3562760115983502 +0.4671297598781665 +0.2970985472410505 +0.3009781652151046 +0.6465643822536813 +0.8081998753975084 +0.8105410273322952 +0.8143690035826426 +0.8192505143158539 +0.8248351065818803 +0.8287828860267096 +0.826531314729689 +0.8301431885242208 +0.6018544287256048 +0.5891823567872543 +0.576822333458566 +0.5779226495936555 +0.5877353827168874 +0.5887683548049446 +0.5525679023248203 +0.33231905178147636 +0.4833586447900592 +0.3262465850953078 +0.4703288978035486 +0.3235372281954539 +0.4780820586937057 +0.2969545824792366 +0.30040147409111495 +0.6377204097686066 +0.8063286341891727 +0.8099032129600917 +0.8200255098180874 +0.8270213005710069 +0.8331456181895706 +0.8385241778478726 +0.841129601576711 +0.8447274196678072 +0.617223502341119 +0.6010534880643147 +0.5904565667165813 +0.5825157679550818 +0.5879344152601179 +0.5883559542005116 +0.5565827094233515 +0.33050105893860426 +0.4796885823107287 +0.32536244827442007 +0.46675744375135536 +0.3223910557494063 +0.47352552055763075 +0.2958942601497637 +0.30146659968820516 +0.625125674782331 +0.8038698387875597 +0.8105192914858304 +0.8182800692910731 +0.8296888299019026 +0.8348070770608441 +0.8415215186662003 +0.8455817622899134 +0.8383998839652137 +0.608171934241779 +0.5937760993028173 +0.585037332006154 +0.5851338982797459 +0.5961658862903915 +0.5944730485014481 +0.5577316483546183 +0.3348821712952836 +0.4875980779838209 +0.3319783350291704 +0.4804279576418414 +0.33083766424199457 +0.47840250153182234 +0.2966568181795369 +0.3014427521169078 +0.6518823745895386 +0.8087599790845909 +0.8128544782029372 +0.8218530095532512 +0.8414387288764793 +0.8639859554371243 +0.8791491979896208 +0.8850667633785078 +0.8789193745960475 +0.6468511764360245 +0.6313190021595636 +0.6207891042170852 +0.6136160819090429 +0.6267492609982993 +0.6281860942467746 +0.5744081792911279 +0.3436135575085475 +0.5058221794664447 +0.3396700880308566 +0.501364411303379 +0.33864307375729924 +0.49750642724123784 +0.29713159299012776 +0.30095726631210645 +0.7031257243697905 +0.8575036843822461 +0.858263875901381 +0.8739260924792267 +0.880893914925561 +0.8792501243288658 +0.8934500711000521 +0.9120683316295382 +0.9040234224453398 +0.6715007150533718 +0.6497308807268062 +0.6306564365674954 +0.6335398940389567 +0.6370138917164142 +0.6377742047949334 +0.5790319482399034 +0.3469750978639626 +0.5076920135117761 +0.34140598204997363 +0.5047799767423851 +0.340031925861368 +0.49981011708102435 +0.2971087798804939 +0.3002544271041619 +0.5957959179545352 +0.6993844906749478 +0.7109277426883672 +0.7231282238441147 +0.7400884753266574 +0.7472387421375118 +0.7414454034248443 +0.741120111920245 +0.7560213946189606 +0.7105572180580567 +0.7286886825004167 +0.5192348539328165 +0.48760446100200777 +0.3507486723711496 +0.5184244036257964 +0.3493539033585399 +0.5165820095384843 +0.3229004458628203 +0.4875122204183447 +0.319128587998182 +0.47626434014135943 +0.3133170709441005 +0.46042951878054433 +0.312872238902646 +0.26482546564627757 +0.5008021400826168 +0.5869955103808925 +0.5633718396219805 +0.5781913988651253 +0.5669393928855936 +0.5918394470662282 +0.5762693001910613 +0.606654807667806 +0.4348982367161084 +0.38846405042779364 +0.4653099663360194 +0.3799866540717342 +0.4735424012943048 +0.3906927662241909 +0.47232579580019324 +0.3784749261790176 +0.49189360642679514 +0.4012459158378515 +0.4923052987796542 +0.4005020049447192 +0.4919680021787237 +0.2971290177025751 +0.30100282480768453 +0.6926415356376688 +0.8493529744548677 +0.8548954447238828 +0.8713512362809774 +0.880685091137833 +0.8896248984502969 +0.9050673649322022 +0.8992025910632623 +0.9102978325185588 +0.6577103936450578 +0.6339257610974519 +0.6292317416155181 +0.6344566016532991 +0.642771393288702 +0.6434410940126686 +0.5766536663714765 +0.3451088045352333 +0.49721059611796325 +0.3353237056597438 +0.4844191834773474 +0.3302728144387317 +0.4795913079093118 +0.2971043014921393 +0.3002619902752689 +0.6413986642192121 +0.8183439361865623 +0.8147679370964422 +0.8309290300506847 +0.8353835988862287 +0.8475014878439461 +0.8563905267021634 +0.8548404372585416 +0.8577748723997782 +0.6324885239941007 +0.6263511307225822 +0.6232033179060718 +0.6221378061984795 +0.6355581444385122 +0.6311839949470246 +0.57707824997687 +0.34521652102111916 +0.5054700453254986 +0.34200141524752914 +0.5034077821156097 +0.3403076592541248 +0.5029024797454725 +0.295898351634313 +0.3014708547393699 +0.699167714704338 +0.8500512970099191 +0.8491955290407727 +0.8455996547891236 +0.8511429150471356 +0.8504666101015703 +0.8591165572371777 +0.870668026008779 +0.8749877986044247 +0.6124505995391722 +0.5871505526336751 +0.5709426228285723 +0.570892413952899 +0.5796507218386849 +0.5793282704482297 +0.5396531915629937 +0.37923852053494106 +0.47114071978670147 +0.3260151052200369 +0.46702586838426186 +0.32223109223992313 +0.46401711627840964 +0.29609046382888893 +0.30147154685205857 +0.6266070648530606 +0.7980674943461602 +0.7964516115637066 +0.8008239598333968 +0.802509133145598 +0.8046915065314114 +0.8135969695220833 +0.8149616793988498 +0.8174771428061207 +0.5904383480097833 +0.5756559637753963 +0.5659825866856075 +0.5650913778882692 +0.5773582910277599 +0.5778645665288517 +0.5403367297704923 +0.32793134769796867 +0.4796742297718983 +0.32709226201483516 +0.4703969357158701 +0.3481840891814809 +0.47237204778189174 +0.2964987341709611 +0.3014726807634961 +0.6321624363138882 +0.8015992020164702 +0.804940894413445 +0.8146041994422268 +0.8173836242473866 +0.81590368120405 +0.8259218487623686 +0.8224866719605183 +0.8284387495679258 +0.596735370463136 +0.5838498644401865 +0.5712569772390715 +0.5673644916502564 +0.5776691553693749 +0.5771772690713485 +0.5433418199754543 +0.32469077880907804 +0.46873142439379434 +0.3201425398260847 +0.46378453527951935 +0.31845455423221863 +0.4597140021186051 +0.29690755204825 +0.3014745236290813 +0.5112664552770761 +0.633581153603265 +0.6364338363241271 +0.6448010551399135 +0.6507430110013608 +0.6466735022731483 +0.6547636013379241 +0.6572630637123634 +0.6541037805349499 +0.663121274550824 +0.6530604198285652 +0.4602392432093085 +0.4507427078609302 +0.32398240155958974 +0.4748089823961925 +0.3206173015143263 +0.45981922620300814 +0.2944140823023128 +0.4438870568961739 +0.2905522358173557 +0.4328291683118458 +0.2892097860975104 +0.43191336409471215 +0.28863147376162934 +0.26386090905395493 +0.48646293297254684 +0.5278262329908028 +0.5341368126404383 +0.5439939028072184 +0.5326724698857033 +0.5479945119087241 +0.5329743024573824 +0.553144670150288 +0.4064272073169162 +0.3649212844948751 +0.43637365842110104 +0.35021565140745453 +0.44596689169197556 +0.35479248329267177 +0.4407882013527488 +0.29640774212481463 +0.46247961837501395 +0.31236668446333676 +0.45473825077135255 +0.31064160716907424 +0.4502567199343727 +0.2971094610824801 +0.3005814668941847 +0.6169589286011726 +0.7919426156187657 +0.7997198267688687 +0.8141594226837577 +0.8232311971597032 +0.8226808107241179 +0.8302750571163308 +0.8282021406038552 +0.8324665462686188 +0.6009958190734281 +0.5878485170096114 +0.5720034785237278 +0.5639948265370063 +0.5755346634059876 +0.5723712596193852 +0.537024285577457 +0.3207273883181831 +0.45836340997842895 +0.3155356873269082 +0.45684882373677294 +0.30998055458656465 +0.45277621157681763 +0.2967676935909306 +0.300615943833384 +0.6089198611172367 +0.7893166375052406 +0.7968654418655977 +0.8109785830900622 +0.817753291535938 +0.8166794928651037 +0.8308926007492662 +0.8353930459715319 +0.8372461758425261 +0.610354702875963 +0.592385132669451 +0.576184426884223 +0.566968854764409 +0.5768743610153901 +0.5748758329427771 +0.5408951508171664 +0.32166773635390056 +0.4600009405840923 +0.31735608504433266 +0.45721741440475666 +0.3113806313536889 +0.45260646722954123 +0.29618538178172704 +0.30120148834498617 +0.6058364875105635 +0.7884976190020669 +0.7997767126474147 +0.8089829549485976 +0.8153924029804857 +0.8149739905143284 +0.8151007828440218 +0.8113141507676629 +0.8115527537895139 +0.5863586199966255 +0.5745662416818461 +0.5679771948344973 +0.5667588974658503 +0.5782637849623199 +0.5800677353428806 +0.5452747089740092 +0.33066359588224425 +0.48116812355285854 +0.32857085403370523 +0.47394917875058235 +0.32649549958688334 +0.478011320973763 +0.29591492983501116 +0.3014729807729949 +0.6264325942394848 +0.7971956937089336 +0.799919299057997 +0.8073170794910868 +0.8123559461521985 +0.8138514915143699 +0.8303326433705519 +0.826881853902335 +0.8300118497154365 +0.6042715359218153 +0.590615766760996 +0.5790163747293317 +0.5739846459466896 +0.5864171491004365 +0.5879617845729485 +0.5594239809957452 +0.331822782061815 +0.48549123162118496 +0.3336519664572559 +0.47890815998652764 +0.32848383879087156 +0.47890142386135126 +0.2959171848050948 +0.3014744694662309 +0.6515519109809124 +0.8184335960660138 +0.8216452517610816 +0.8330591260657632 +0.8440974333178699 +0.8528529588671968 +0.8627273233098168 +0.8723089855573977 +0.8751174843324614 +0.6368345327385864 +0.6147859090089637 +0.6015118366393299 +0.5961695117704983 +0.6100323610889098 +0.6143124928500164 +0.5741941660288571 +0.3404004639762678 +0.5023908870596073 +0.3399410303372732 +0.4990734147573041 +0.33540943520216143 +0.4872416346922288 +0.29592239246363033 +0.3014717668500799 +0.5453673635960499 +0.657877542159515 +0.6548544684793842 +0.6655238970098779 +0.6696421382696266 +0.6660694485816512 +0.6701446747077563 +0.6790256535854702 +0.6684651705940027 +0.6738651407871238 +0.6646373989615012 +0.4641618304834345 +0.454150533400794 +0.3289686598818745 +0.4783959465886777 +0.32369401445279894 +0.4721405589394255 +0.2971007493570043 +0.4379272790075066 +0.2954996775222115 +0.43564722151178864 +0.29378014234431893 +0.43590092219835025 +0.2918899143143449 +0.2650941805716965 +0.4905788603339714 +0.5310090769992398 +0.5305245857356018 +0.5358947553703257 +0.5312245526263221 +0.5412403498488721 +0.5321927721256275 +0.5511953546313252 +0.4084658758158717 +0.3636910703798283 +0.43446884634125443 +0.3509291888729145 +0.4438216113112055 +0.35352950686264834 +0.4402266967707447 +0.29638986625407054 +0.4685906709234317 +0.314714082706129 +0.4601366276111249 +0.31428147096335846 +0.4582835115126811 +0.2971301636957832 +0.3002723842779383 +0.6209511992109558 +0.7914788785930226 +0.7917409144714472 +0.7964149571429011 +0.8076322322627274 +0.8089964373365791 +0.8212985162207664 +0.8268887013409659 +0.8256187387692953 +0.5984838599320698 +0.5866492188941889 +0.5736543494565344 +0.5808880770572773 +0.5764185323334611 +0.5766156492788491 +0.5430622449617714 +0.3240759098800035 +0.46172013993951744 +0.3179577021254674 +0.4590234946896115 +0.31370850539463374 +0.4557488207800488 +0.29696727645418414 +0.30043927742858445 +0.6201824252186652 +0.7965980998501366 +0.8064670426633442 +0.8143620413553201 +0.8249637804974361 +0.8279145189251377 +0.8376273108355728 +0.8493653911262653 +0.8563580712669916 +0.6211367795893628 +0.5990110684576404 +0.5835913478693223 +0.5992609655028794 +0.5967696020440842 +0.5992066629752469 +0.5572188857724121 +0.3371710158823771 +0.488073873028396 +0.3336515125232803 +0.4824179157704308 +0.33137747841206233 +0.4827359139071761 +0.29691145427622473 +0.300498978664831 +0.6820235272035496 +0.8423571474762485 +0.8419669434374584 +0.8553159837615497 +0.8703144027141734 +0.8723416375745774 +0.8769768982004421 +0.8843383129687353 +0.8789513512549042 +0.646959193298735 +0.6316921000284428 +0.6233356394611993 +0.6401042723622111 +0.6382283589833945 +0.6350207473478322 +0.5817282209866386 +0.3488742314987865 +0.5126690509867204 +0.34544702553830037 +0.5118485806546358 +0.34360390713639033 +0.5095361066506968 +0.2969656260412257 +0.30044933568458787 +0.7158217245713169 +0.8654706110657249 +0.8594041942425926 +0.8739220687179484 +0.8847292830871429 +0.8814942646226352 +0.8855615239244358 +0.8804071994954545 +0.8818189485156478 +0.6558122856409665 +0.634671318522136 +0.6263116030356009 +0.6355496110975678 +0.6293309979062782 +0.6266607681426543 +0.5753042752353664 +0.345382423280828 +0.5037988689174488 +0.3402577355412086 +0.5019042885568122 +0.33703443282187395 +0.49251577536418994 +0.2971005038269305 +0.30031820429900297 +0.6846801375661571 +0.8436545049128026 +0.8557663054716358 +0.8862582802986524 +0.900100928714367 +0.9214267401664775 +0.9140354315310744 +0.9137983275012276 +0.9028665910713897 +0.6576034334265194 +0.641591043802286 +0.6331333413331032 +0.6528746465002846 +0.6518105402270592 +0.6510703557308274 +0.5897218622757727 +0.35248167819687776 +0.5180788284843593 +0.3490393009669485 +0.5156385673288237 +0.3459174668747468 +0.5091675742710015 +0.29713471259489144 +0.30028835747102134 +0.6053727536109392 +0.7022854300287572 +0.7019607892826897 +0.6982794240277814 +0.7172890879545005 +0.7235262403797135 +0.724752586316122 +0.7332425560756869 +0.726282504257088 +0.7311898276958952 +0.7194166604120926 +0.5098129497782794 +0.5014612198772995 +0.35004418336048904 +0.5193192827332055 +0.3501025300419056 +0.5175865464253846 +0.32579927231944217 +0.4915386073292956 +0.3236276355786185 +0.4889952475831534 +0.32347614445906897 +0.48844432016233297 +0.32386965555028285 +0.2650949210881725 +0.518026284714385 +0.6165086003181568 +0.5835935724279662 +0.6001167536085735 +0.5795933512769992 +0.595594295261573 +0.577998395500744 +0.5907547270231414 +0.4273849565104396 +0.37700496390083826 +0.45371515961355363 +0.37612209916872325 +0.46028350210949004 +0.3644413554946187 +0.45032950624281276 +0.3228315598252519 +0.4659988908075244 +0.35558341117127334 +0.4626350155336631 +0.3167593675665314 +0.4564923354010751 +0.2971370675570008 +0.30150386653266836 +0.6218086152238024 +0.7958192279121957 +0.7988299935500612 +0.8088964591968807 +0.8125923061771786 +0.8190451056648335 +0.8266628982616061 +0.8202741671695469 +0.8212482780386242 +0.5904244297246444 +0.5810276366786091 +0.5729987024575437 +0.5953905271816703 +0.584822098286991 +0.5802997937618554 +0.5404999916390308 +0.32595878266710687 +0.46513681879301827 +0.3554233306193916 +0.46315847134103344 +0.3188169045735053 +0.4603416439340588 +0.2965847382450073 +0.3015000006861647 +0.6226535997213019 +0.7960084407709236 +0.8002746367571895 +0.8086835612572648 +0.8167052933669757 +0.8206409050842596 +0.8281906826532244 +0.8364907262120768 +0.8402985665353091 +0.6047842278634544 +0.586858580852133 +0.5722642250798488 +0.5904326175711547 +0.5862202326325315 +0.5853903722549305 +0.5489331901076742 +0.329192501680268 +0.47942919138777834 +0.3231787262355548 +0.4652536369861843 +0.3214172425719991 +0.46319240246651905 +0.29593653955614446 +0.30150316612175504 +0.6234368078084265 +0.7981053537645012 +0.8077763329594638 +0.8208464380416326 +0.8351377164043854 +0.8383853452659463 +0.8457196545531998 +0.8549915321476462 +0.8531993378763547 +0.6234668057356073 +0.6070417750110694 +0.5893401039598909 +0.5983001269162112 +0.5927565371023603 +0.589397005188972 +0.5548558514269889 +0.33210623791197447 +0.4839812313180514 +0.3278852027891274 +0.46833667660068473 +0.32369402095786814 +0.46602738745055206 +0.29665127220646814 +0.30079408233886057 +0.6302507291408296 +0.8059806353807248 +0.8179735612908696 +0.8415857981421723 +0.8508070047179016 +0.8605010672201742 +0.8711458085363961 +0.8779649381458132 +0.8805315791348183 +0.6502393258335846 +0.6313289163910051 +0.6079704998826758 +0.6145370562103208 +0.6146554499509076 +0.6067529812805084 +0.5650387288402244 +0.3375340961499396 +0.4855258006452409 +0.33065917996190797 +0.47477725099286094 +0.32538387899315635 +0.474563905418422 +0.2971978836810471 +0.30046077704064633 +0.6270133259879579 +0.8035146904433365 +0.8076112896455881 +0.8263534087624197 +0.8413867835200238 +0.8388850448389855 +0.8488561373913867 +0.8582634922699198 +0.8521581828743083 +0.6152138098609392 +0.5983776984371307 +0.5819923678141088 +0.5916333932328509 +0.5840112864676538 +0.5816694022836679 +0.5499291330034083 +0.32986427191346607 +0.48204148205290376 +0.32621580784812376 +0.4698712661888245 +0.3759222857755283 +0.4672314298525342 +0.2971701209113828 +0.301406486553674 +0.5139029751706387 +0.6358219930769059 +0.6349383442854362 +0.6385344757734899 +0.6427445285314738 +0.6482548140528733 +0.6497061049978267 +0.6520181512950798 +0.6539040190657959 +0.6564484963393012 +0.6453140901550618 +0.4608151053213466 +0.46263337055779047 +0.33271646755781653 +0.47807129587039776 +0.33094903188040653 +0.48834226820799503 +0.3080486212126546 +0.4517934155639476 +0.33002462742494654 +0.4520788657782753 +0.30501313246545686 +0.45505426821836575 +0.30600667782483687 +0.26431802048991593 +0.494283150803822 +0.5553016787401573 +0.5441578511344006 +0.5546130439026973 +0.549897388516661 +0.5560799255628176 +0.5444520282400563 +0.5591173909061887 +0.40976285592895706 +0.3590229047126739 +0.4411246963030431 +0.34918776879767544 +0.4558616695855637 +0.3379782951294477 +0.45303236012776016 +0.3130815961923091 +0.4696894525066998 +0.3767661273004882 +0.4661796149269086 +0.322188905764047 +0.46393736389924045 +0.29650457830994315 +0.30151101697672644 +0.6279503862084812 +0.8070627218121613 +0.8272645554334946 +0.8536010749872273 +0.8664101916658512 +0.866994339004767 +0.8893694482571949 +0.8828668621150793 +0.8813053156692622 +0.6566553950151123 +0.6461939053592394 +0.6253935907323339 +0.6362272013148846 +0.629542975465555 +0.6272353796280677 +0.5752234008083377 +0.3357007450137933 +0.49057796881134874 +0.3317351857344881 +0.47993458122868293 +0.33002630773313446 +0.48199880671322465 +0.2964007078578697 +0.30107227855377666 +0.6494248062321779 +0.8154928967944193 +0.8150491791015946 +0.8252313971090824 +0.8382410011384289 +0.8388233029689666 +0.8604224074932306 +0.8556023355213198 +0.8518952190735117 +0.6243536950957301 +0.6048953868865029 +0.5905667773760092 +0.6039427696356182 +0.5974794211236872 +0.6003484739275637 +0.5595305854499358 +0.3369588835836437 +0.4905889350861535 +0.3315405273108453 +0.4796756078014351 +0.33000948855933276 +0.48614660888286276 +0.29719531161369794 +0.3006038180759299 +0.6461315516015351 +0.8111783228517635 +0.8138823471421026 +0.8298704519722748 +0.8289397048688096 +0.8365104245466223 +0.8477852970878681 +0.8389284147898406 +0.8316956703758648 +0.595906214827759 +0.5719920847544875 +0.5648451352591242 +0.5803230391258206 +0.5772955145514895 +0.5777621503537014 +0.5353474978993595 +0.32384677901282344 +0.465895570626227 +0.33157124683951134 +0.46390970360931283 +0.31872824076216294 +0.4594232406347063 +0.2970560937431537 +0.30153365031683677 +0.6224912989507992 +0.7901292324219344 +0.7902839633401646 +0.7930718262398176 +0.7951500079461133 +0.7959237622691238 +0.8028944396283018 +0.8010116401096005 +0.7931089996804105 +0.5709666707556132 +0.5600843322763623 +0.5532451140232043 +0.5717856501884133 +0.5696451861215144 +0.5690471407995318 +0.5271681242701634 +0.31861579408713553 +0.45884768943384935 +0.3160667181787926 +0.4556763206184184 +0.313451735188478 +0.45424921731801243 +0.2962856269557229 +0.3012015369074145 +0.6149883089485416 +0.7840711208098441 +0.782390480810348 +0.7882357821989261 +0.790549237924746 +0.7888690413355415 +0.7914944584666898 +0.7961850577450075 +0.794157182145927 +0.5719158917632576 +0.5635608532311156 +0.5518295095974699 +0.5685958159683077 +0.5645683715313985 +0.5665512232837813 +0.5259245116293427 +0.3143891315804419 +0.4541126389334617 +0.3108056745270546 +0.45143625852095426 +0.3080620548015309 +0.4510774435904424 +0.297172776315044 +0.3006406216662672 +0.49057159335506545 +0.6194542208997057 +0.6242563560056893 +0.6302974434927876 +0.6343561570564866 +0.6352177446401914 +0.638069825176676 +0.6354091249086173 +0.6345510510115973 +0.6393119193032927 +0.6328046807358765 +0.45233308399989675 +0.4523664301418179 +0.3245655374471489 +0.4667236197084587 +0.3435709817418732 +0.4665263668733868 +0.30008212574517656 +0.4435800957336474 +0.3000571445865415 +0.4443554291655832 +0.3007084589202537 +0.442428422351346 +0.3387309844056998 +0.26514590707127395 +0.49248885598081643 +0.5387127490611229 +0.5337699161589285 +0.5375022646110548 +0.5286649894048118 +0.5348479741762714 +0.5262870225326584 +0.5315287349399241 +0.38294175922993745 +0.3208293644765928 +0.42695397936219165 +0.2973124176181882 +0.43931167779768343 +0.29564069046411 +0.4407029283003747 +0.29703867777534804 +0.45811142030489044 +0.31295572434589847 +0.4554250490145699 +0.3089388763358193 +0.44978025197978716 +0.29669022438128195 +0.3015387778459362 +0.6054607550116489 +0.7815317812670262 +0.7820798626078693 +0.7865395877043101 +0.7912131907609852 +0.7892869527741682 +0.7971734325986921 +0.8007429963870599 +0.80587952222495 +0.5762723143859974 +0.5637322786317891 +0.5550485757088225 +0.5713456010397383 +0.5657321792872444 +0.5640938259666798 +0.5159434450577421 +0.3125247631707205 +0.45105475338810264 +0.3073520287030269 +0.4467064167049456 +0.3043199912595756 +0.44597483050284425 +0.29703624686856617 +0.30047361574158665 +0.5850596339650529 +0.779676877670551 +0.7829965489360546 +0.7920381131085431 +0.7989061663378949 +0.8010949732067568 +0.8142354310568578 +0.8196638641281536 +0.8178287638704248 +0.5872210526412464 +0.5748114367638363 +0.5684144169136703 +0.5844701755667966 +0.5801827643081052 +0.5797892574489364 +0.5380797135183515 +0.3281772239348489 +0.4725780627186567 +0.32569939350651195 +0.4632370675093017 +0.3415928838891458 +0.46291205047089573 +0.29718849580242096 +0.30154964691127467 +0.6241269602905596 +0.7917412896006085 +0.7946484651578565 +0.7983497588936129 +0.8069882131016326 +0.7948151085549889 +0.7993513299575233 +0.7992467625913144 +0.8084218857442169 +0.5799925211905113 +0.5659630903906023 +0.5575672264293674 +0.5765651106657803 +0.5724534868033592 +0.5717953764189398 +0.5263534917775461 +0.3226472474018768 +0.46350167548197907 +0.32109810257334837 +0.46121051355877163 +0.3167105498270328 +0.45737429832823984 +0.29670330981505 +0.3008186335428362 +0.6145579017814572 +0.7878090210852662 +0.7912774116087489 +0.8019384788390566 +0.8061191051522166 +0.8087974726681084 +0.8159291689262979 +0.8188852800539375 +0.8201024838181601 +0.592949288922045 +0.5779971864807268 +0.5685924938953718 +0.5837993082966164 +0.5786875895943938 +0.5794369691451515 +0.5242573785479228 +0.3403729019094365 +0.4628674926755288 +0.3178528606912273 +0.459901045789904 +0.315564043376471 +0.4572331562617646 +0.2971904054215813 +0.30132730261286994 +0.6156825160687005 +0.7874578657695005 +0.7869642776627458 +0.7888618171732833 +0.7911663264540494 +0.7886327338952813 +0.7908700867099461 +0.7916899348021155 +0.791277985499499 +0.5696257751809096 +0.5617455378241683 +0.5559273032797091 +0.5691329390806882 +0.568495791015457 +0.5675947860798161 +0.5199488025980074 +0.31591617561205054 +0.4556842484518787 +0.31056430781543976 +0.4501155766464935 +0.3081535815277457 +0.4496903357822078 +0.29652024057875326 +0.3010146243270954 +0.48006954575145966 +0.6123676219044062 +0.6145326433845544 +0.618693208487775 +0.6237019926639262 +0.6205113246119685 +0.6250371538109745 +0.6266911446073267 +0.6248888910340712 +0.6283816676796709 +0.6176369100381731 +0.431649832358783 +0.40622216614347695 +0.3099402062960839 +0.44996190985757 +0.3073992312709875 +0.44535350097639387 +0.2829082365779988 +0.4238857239847142 +0.2798650981658214 +0.4205446438273365 +0.27993221494741377 +0.42155219387013626 +0.2805321448868854 +0.2640825373099753 +0.4562475255583462 +0.46045733496160973 +0.48558133824695726 +0.48696967950036996 +0.4851949544744255 +0.4883433155613229 +0.49072738842752683 +0.48874291738811365 +0.352826637663771 +0.27011736699617805 +0.4070791249367265 +0.2810716890041434 +0.4220439627197103 +0.2789039048670949 +0.4210120479973566 +0.28095210810029275 +0.4399510838720479 +0.29730264879892765 +0.43866847973740936 +0.297202095864451 +0.44022514823949455 +0.2963101711354119 +0.3012388179403157 +0.5849957844775809 +0.760819329994409 +0.7742181671808498 +0.783532295993259 +0.7862345565250741 +0.7839002208841395 +0.7905799237132393 +0.7891755122542081 +0.7886121996361529 +0.5705122984237189 +0.5593838011193306 +0.5494779856477506 +0.5683275948358086 +0.5623241506632425 +0.5619432484759563 +0.5119041780829026 +0.31428344219266696 +0.45663138470189335 +0.3136944829350457 +0.4551554751211091 +0.31121833312984487 +0.45353716464610344 +0.2972305244962967 +0.30154966701112257 +0.6144917395594602 +0.7846903048389957 +0.7914679149070093 +0.7993955355124913 +0.8057964464070282 +0.8056220942641497 +0.8132313486743203 +0.8165509923344973 +0.8193867948959854 +0.5909311822449672 +0.5768284611869986 +0.5637973761745181 +0.5795521798467461 +0.5752671879310567 +0.5737014862129759 +0.5259329712161096 +0.32042817528059886 +0.4603415346228131 +0.31527455770993934 +0.4565183070639847 +0.31448480530669226 +0.45603762785460505 +0.2971257277903047 +0.30057107826637713 +0.6179150777409281 +0.791491835393089 +0.7958622561051447 +0.8073803048143868 +0.8228256545655788 +0.8268622418389255 +0.8380417503160505 +0.8369804187773986 +0.8410888165732843 +0.6122779562447233 +0.5964481553386818 +0.5751664497983057 +0.5872375667683672 +0.5804384827479714 +0.5789127201173404 +0.541273491753571 +0.32782601143267937 +0.4789593415941209 +0.32336287055438373 +0.4656540271304932 +0.32667079898159723 +0.46179567677514705 +0.2972130931302084 +0.3015830848314337 +0.6223880335522283 +0.7968806914369049 +0.7989843560490879 +0.8108187126833258 +0.8140747659641048 +0.8101028772077813 +0.8134593428382096 +0.8248613370206486 +0.8282998679928492 +0.5982805287415653 +0.5841188352729646 +0.5755658583733766 +0.5905499267174644 +0.5891535781404231 +0.588168662952447 +0.542598922108065 +0.3302405549741909 +0.4671380591358186 +0.3483239468182557 +0.4633987960705973 +0.3190952789117418 +0.4626286149098248 +0.2972178420985101 +0.3013943184186398 +0.6174493159610831 +0.7896609695814885 +0.7897217551873519 +0.792437489514478 +0.7954586779689822 +0.7939360930998796 +0.7966595233970378 +0.7950706043203403 +0.7939306977794133 +0.5710205783757893 +0.560043406072262 +0.5512638824421862 +0.5696160211509464 +0.5640407963551841 +0.5647214608075358 +0.5178875749849601 +0.3147666007126809 +0.4547478421901334 +0.3092430940897794 +0.4524037406225141 +0.30883627197309993 +0.45029264959721255 +0.29676931324950157 +0.300814850255012 +0.5004055121841462 +0.6118287706784592 +0.6115532870719207 +0.6154188509433787 +0.6162633298760809 +0.6145603828051223 +0.6160775739491708 +0.6113279629094477 +0.6117949267395629 +0.6121680022872452 +0.5849531934434513 +0.409618285052033 +0.40317770744919257 +0.3045943749221294 +0.44483064261751076 +0.3035374830331069 +0.44168805231634994 +0.2793792964854231 +0.4195328179599883 +0.3060581531091545 +0.4186430790764962 +0.3247378703617118 +0.4192136387588876 +0.32541972759189786 +0.2813811027201055 +0.4537773464579879 +0.47146874592549387 +0.49501459119641794 +0.5015249783095691 +0.5067112576361312 +0.5129900532309049 +0.5038746829783332 +0.515219800265544 +0.36116700906302246 +0.27600882528132636 +0.42614800288337357 +0.2814284383943397 +0.4218525092587974 +0.27885169359759326 +0.41920382995973143 +0.27871155247876495 +0.4385491280220337 +0.29723141041057843 +0.43822534098256183 +0.33145130762707475 +0.438952215225499 +0.3443726290782383 +0.44329816566508673 +0.5905926784008569 +0.7462664382207567 +0.7609181503980978 +0.7763007380113445 +0.776136209651375 +0.7739543181499066 +0.7779690397403448 +0.7779979195659997 +0.7778511050365553 +0.5595538818782261 +0.5465263949982379 +0.5410387421021842 +0.5281918384479501 +0.516790590007152 +0.5140412722929013 +0.4983691396417693 +0.31979204644892095 +0.43852662141593934 +0.3436170491313629 +0.43846509855703725 +0.3442370373104268 +0.4383889009939227 +0.3440504829071877 +0.4425305493265577 +0.5687685890796259 +0.7233771767848801 +0.7491841665102043 +0.7722881422831266 +0.7803241744214727 +0.7799038987861644 +0.7860699350925124 +0.788419371989364 +0.788343776055032 +0.566616248594282 +0.5558537294627729 +0.5614729810904451 +0.5449231215483132 +0.5322910347790323 +0.5284227650801236 +0.5013807835082346 +0.30204594085110686 +0.4398475891325857 +0.29887149114262124 +0.4404851662329496 +0.298257166998167 +0.44371832122356747 +0.29650960810586974 +0.45331042704027164 +0.5843059137112779 +0.7671122850276009 +0.7718263681041099 +0.7785071797537969 +0.7815078516848819 +0.7812566424464688 +0.7860917880633991 +0.785605969627914 +0.7844002222390868 +0.5630194276040539 +0.5525686935519983 +0.5636490355143285 +0.5640039660844676 +0.5621697621459185 +0.5619178815067559 +0.5123365743085356 +0.3126598429547634 +0.45408013495404054 +0.31186687107860567 +0.45357977479002737 +0.31005951922654834 +0.45163371074393305 +0.29725296207998997 +0.3015989254502934 +0.6238743472215977 +0.7780281072376972 +0.7777243696714412 +0.782318980472141 +0.784400213901162 +0.7836276213523796 +0.7870305748004582 +0.7861266364053746 +0.7861343768506701 +0.5643756623186469 +0.5539026004823143 +0.5609662261111519 +0.5633152280398054 +0.5607523317376722 +0.5627143408791822 +0.5164907877761025 +0.31115805987629436 +0.44986633562123113 +0.3072670626207195 +0.4492314832367755 +0.3069528417815639 +0.4504206005063093 +0.2972448027817576 +0.3015907227524845 +0.6042161397385374 +0.7768617095913424 +0.7784700203667879 +0.7843379312858453 +0.7878122996431423 +0.7887874694039753 +0.7927610826795075 +0.7938918482966602 +0.7893756989066331 +0.5687352150153618 +0.5589490688055122 +0.5670726652458605 +0.5694833754649464 +0.5643613266748322 +0.5640600510086148 +0.5155168037962405 +0.31289602126221355 +0.4525491837015627 +0.30785430743738196 +0.4519874073291142 +0.3094023095629291 +0.4504634693667066 +0.29724939894690544 +0.3009558507167498 +0.5048682815189895 +0.6194272420761899 +0.627491918744913 +0.6363987609762657 +0.6399255377383402 +0.6449786352866722 +0.6475750582802394 +0.6471187049573662 +0.6461114904416649 +0.6516813671943248 +0.6403104943472644 +0.47147310759053174 +0.45215789683244206 +0.3243868912572654 +0.4691916225704039 +0.35586562327648585 +0.46616575959912465 +0.29829052829593716 +0.44095865743550583 +0.2982299961809357 +0.4412040349291956 +0.29796240305542465 +0.43920000178419366 +0.2971544852488639 +0.2814808687193399 +0.49205383657001944 +0.5378772372579367 +0.534788971157195 +0.5437590282266827 +0.5367507150012937 +0.549688017891269 +0.5376041794854783 +0.551902502668764 +0.39337451434339465 +0.3576365020336796 +0.4526322490016321 +0.36274196796804103 +0.45166102178402817 +0.33796498153895865 +0.4513638091463808 +0.33568168192943443 +0.46901042369582796 +0.3495005364727476 +0.46679049733787975 +0.3224179552925243 +0.4590887213371428 +0.29669740143025275 +0.30095581525774445 +0.6316517266292876 +0.7862845768665679 +0.7807264145280362 +0.7826019144290907 +0.782619225754795 +0.7769377800930611 +0.7794438337411324 +0.7784745965054511 +0.7729932635451499 +0.5509904950342632 +0.5351439524982509 +0.542065236628288 +0.5421536450035712 +0.5339985734988464 +0.5358714458721023 +0.5018684587099977 +0.30318705323417744 +0.44106284170351145 +0.30056332535847546 +0.44111009576087706 +0.3332769420480901 +0.43802435092186504 +0.344389764639085 +0.4437852294827314 +0.6007584542572925 +0.7452554073117491 +0.748735845211012 +0.758420562142274 +0.7682287669863849 +0.7717363393026865 +0.7805832209008084 +0.7832301926550256 +0.7822365440356323 +0.562235932041344 +0.5512375731211503 +0.5546014487882043 +0.5450364536050166 +0.5482581392433062 +0.5410148316700665 +0.5042098907220839 +0.3031458812030283 +0.4445737003302453 +0.3014446495162197 +0.45289892067005105 +0.30338795461926504 +0.4527236853816973 +0.29727578706959823 +0.30162856920082126 +0.6157460147190015 +0.7741552312869643 +0.7778712602629443 +0.7824625203160294 +0.7868246709623967 +0.7886239895478051 +0.7944759391259575 +0.8005588306135084 +0.8046849263700896 +0.5808905278509082 +0.5698714557573653 +0.5782604656550561 +0.5781662399985318 +0.5701033669885944 +0.569749900439207 +0.5209332474644682 +0.31936268715686794 +0.4628775034503857 +0.3201448535954002 +0.46431245686679046 +0.3223155845801829 +0.46685185394612716 +0.29728631283904705 +0.3016264334688544 +0.653233385615532 +0.8073106546476907 +0.8059519302180491 +0.791967453691912 +0.7916584388784997 +0.7902097554502775 +0.7930451725253697 +0.791330588878167 +0.7860815527586481 +0.5645404423528017 +0.5553778384554098 +0.5648643316601445 +0.5654061616567837 +0.5627442274155194 +0.5626961521135252 +0.5130209418519204 +0.3106128336382008 +0.45060673760511455 +0.3076450824143202 +0.4500383263849892 +0.3066320889360181 +0.4477223556008747 +0.29728319864015895 +0.3015164612511815 +0.5980724699557215 +0.7718479662938804 +0.775606215257656 +0.7833406498213986 +0.7878271021430702 +0.7835094345407942 +0.7858545168482682 +0.78962281859003 +0.789495283181561 +0.5694090210009147 +0.5584558045753881 +0.568274740142972 +0.5695751664998333 +0.5644098760120184 +0.5636910711086187 +0.5147805181080362 +0.31444295430146113 +0.4528917885471029 +0.3126319701372113 +0.45352230469058863 +0.3109479536732491 +0.4521885977570989 +0.2967928508766717 +0.3010218306363385 +0.5103953907553953 +0.6155855794150097 +0.618489117456013 +0.6211988990338287 +0.6205403140643799 +0.6205061927906472 +0.620678266397045 +0.6229361951074036 +0.6235701620039471 +0.6269631807267879 +0.6156363729746573 +0.4483589144585432 +0.4086130799272747 +0.3095791080743467 +0.44868114556125616 +0.30630833627969545 +0.44601047258441057 +0.28119319968259004 +0.41991413641194936 +0.2775767036434612 +0.418420936539996 +0.296386528136154 +0.41918606538216396 +0.32600770757594005 +0.2814835168992122 +0.4477060355326717 +0.49331829144825834 +0.4766249319106247 +0.4814854878173274 +0.49347859755076634 +0.501905708142603 +0.49433033778212465 +0.4969952137894203 +0.35521539820519094 +0.27141036257679657 +0.42089632335296473 +0.27880052546305134 +0.42002798130934965 +0.2788019397571316 +0.4225640582924301 +0.27879918808512505 +0.44697519347902814 +0.2967664311052695 +0.44658495734802944 +0.29732899415836206 +0.4468071618496321 +0.2973269643433798 +0.4509836843647107 +0.5580186126499742 +0.7343948986121415 +0.7565119449533613 +0.7794053117196711 +0.784961101396535 +0.7854857500838391 +0.7920469557400053 +0.7947724515376781 +0.7974881416205296 +0.5767327679084764 +0.5623502082341053 +0.5660546023634478 +0.5668791557623113 +0.5608001383208195 +0.5603974946261532 +0.5104929177014437 +0.31111642624693725 +0.45058514723902676 +0.3091777552728585 +0.4499169488318279 +0.30914027299252206 +0.4497372715082921 +0.2973084681144239 +0.301251386310608 +0.6201895820937642 +0.7799122428801732 +0.7861685013904386 +0.7923012868646191 +0.7957514399545808 +0.794463549155961 +0.7992360929130258 +0.8029444556868649 +0.8005934376858527 +0.5781061603243017 +0.5642979391860963 +0.5723553069605846 +0.5756692145265313 +0.5626885868717355 +0.5621117788267067 +0.5144084502135958 +0.31175485425078003 +0.4515565196526807 +0.307644709304428 +0.4492667661048759 +0.3055902137395667 +0.44711701168324935 +0.29678502405371776 +0.3011593224331032 +0.6068346954843733 +0.771858953530248 +0.7757779376284605 +0.7845589016863522 +0.7890534981130656 +0.788677840346296 +0.7920706006520188 +0.7903526896401991 +0.7863903525269089 +0.5653333985195123 +0.5550613652042934 +0.5630309729256874 +0.562472351386193 +0.5601159479532006 +0.5488593695745208 +0.5091060029325148 +0.3073760475357369 +0.4446237903138841 +0.3033441981994793 +0.4428306448928529 +0.3002974292958278 +0.4438361299827078 +0.2972308230436479 +0.3016715101027285 +0.6202770829986438 +0.7660736880390631 +0.7598505918536875 +0.766195112088333 +0.7704533611159867 +0.7671555000117436 +0.781082998902226 +0.7784459859525454 +0.7749651919801235 +0.5539819430443009 +0.537439384400227 +0.5425887784874741 +0.5430177315703997 +0.5377252060522442 +0.5376958225207407 +0.4983894688541242 +0.3349229106950828 +0.4399134731622285 +0.34391540910301105 +0.43899241859916394 +0.3443141289772377 +0.43906855631332375 +0.3442458688992085 +0.4433357634814214 +0.5943932116327613 +0.7477724217880287 +0.7557798260317298 +0.7749919181885754 +0.7808181462711629 +0.7812276522128799 +0.7880357684256531 +0.7879382281895784 +0.7893594376298866 +0.5671436323528386 +0.5551128815629597 +0.5589447710513039 +0.5536029727219178 +0.5539476919130722 +0.5555811926841197 +0.5095197557135088 +0.3098884547088113 +0.4504558330569673 +0.3100474999749201 +0.45246694331910703 +0.3100128673719489 +0.4526058931865744 +0.29731688993196187 +0.30167781379862163 +0.5166933187629245 +0.6213715626694344 +0.6276562574077844 +0.629400079143452 +0.6334364124316855 +0.6349006158711088 +0.637974630546428 +0.641287137425491 +0.6434571415105859 +0.6479812220327807 +0.6343412631847827 +0.4693808128439175 +0.4265735324577764 +0.3238227433427074 +0.46383141801018685 +0.3213066275771875 +0.4639040931493247 +0.2978792280296747 +0.44094726672701023 +0.2976230389264574 +0.4399430858710967 +0.29829142571207207 +0.443411314525098 +0.3017306433481584 +0.28155695311665585 +0.49202169596506823 +0.5415392016385014 +0.5313697873259057 +0.5351259610106951 +0.5308770083592629 +0.538154902409257 +0.5307314430701694 +0.538772309799643 +0.36799345037928216 +0.28386436516117325 +0.43710663879948014 +0.2945966571521172 +0.43179256595771737 +0.28939933134794676 +0.4322320009855665 +0.28946349531110754 +0.4504810359142266 +0.30844402586083425 +0.44934932518157045 +0.30560801398088183 +0.4483066540278199 +0.3055319860775954 +0.29697680371070645 +0.30128430577502546 +0.5904527140560328 +0.7736920211207833 +0.7733326636280137 +0.7798084487525366 +0.780225352505977 +0.7777036777906768 +0.7755016930307259 +0.7757857403341223 +0.7753470383912009 +0.5539461667445919 +0.5580323570747259 +0.5521205979253981 +0.5532512631425474 +0.5464767996720019 +0.5452870083577097 +0.49839824037173763 +0.2998807941683922 +0.43959996002761553 +0.3442200641753354 +0.4388181811918208 +0.3441200068959545 +0.43908035945638046 +0.34438019742657705 +0.4433728522547834 +0.5825415951071541 +0.7428453627764336 +0.744088511955634 +0.7471784585071654 +0.761262701852799 +0.7532877289443182 +0.761600561026445 +0.766016176450314 +0.7758789464822234 +0.5493819152999049 +0.5545161074574674 +0.5466420279185586 +0.549434789042717 +0.5455781069175949 +0.539749691046824 +0.5018752746688429 +0.3039997685892928 +0.44490677602698264 +0.3029713354801881 +0.4540217326052851 +0.30250587156518277 +0.45226271667309054 +0.29735609494987925 +0.3016748687797946 +0.6019927926658603 +0.7706333726721962 +0.7611673022006701 +0.7696517289499408 +0.7712264508879085 +0.7742121263546438 +0.7784218301268656 +0.7792231425522816 +0.7787001381414866 +0.5556597429455562 +0.5630452585039597 +0.5554521862785974 +0.557008572042848 +0.5496641610945261 +0.5504991350173823 +0.5027898451926687 +0.30514635503088067 +0.44312256170345654 +0.3359168095351988 +0.44262586494623335 +0.3480282564796928 +0.44292063586943436 +0.2973369668178651 +0.30170601552004955 +0.6002716246003916 +0.7725345798416082 +0.7692797550985165 +0.7773448302643827 +0.7800628370934928 +0.7781932304371153 +0.7841902174334264 +0.7856910638550343 +0.7801355099122856 +0.5577292161961134 +0.566123403074718 +0.5583894923521351 +0.5540911621389737 +0.553605357231308 +0.5565930722920706 +0.5106500527692268 +0.31102306402765967 +0.4484849818456229 +0.30753107043521277 +0.44864492199460376 +0.3061953948848925 +0.4494693246430094 +0.29708269249911 +0.3014027009827348 +0.6155780545879297 +0.7872703378777893 +0.7870916809059219 +0.7923974098609863 +0.7829393707240394 +0.777961129262595 +0.7816661455166839 +0.7800967103053997 +0.7780279646878226 +0.5569336971077338 +0.5630905503037622 +0.5577850446567892 +0.5600501423846025 +0.557932288846811 +0.5582310264601826 +0.5056962174235474 +0.3064643216245459 +0.4440391268699505 +0.30174497160327 +0.4454827698853125 +0.2983222300871827 +0.4471357539142422 +0.2973661478668184 +0.30169479843322694 +0.4798942505941758 +0.5896818784687469 +0.5975759487577618 +0.602748393753883 +0.6108982828599936 +0.5987214232547383 +0.6012519889029848 +0.5982910727006934 +0.5974259656650701 +0.5931615773074362 +0.583855031437112 +0.40725309527934744 +0.3825922262714927 +0.30023684398872014 +0.4437705982179709 +0.2996504688424537 +0.4485659123695488 +0.27682627229362067 +0.42611027417362857 +0.2769654997660177 +0.42632220045344377 +0.27706476875975666 +0.4263225570744611 +0.27887476304033226 +0.4152901226730812 +0.4571027442872346 +0.46169420029351704 +0.47026851371030576 +0.47892352509667757 +0.4911722152080682 +0.5001112561813483 +0.5088852617780093 +0.5066121132596623 +0.3522599576355978 +0.28751781640793395 +0.4245287902334775 +0.28441856589001274 +0.4270032256598336 +0.28366607889577644 +0.4235618486794009 +0.28163802547760475 +0.44062200283430936 +0.2997832440980647 +0.44188947066817913 +0.29970130800682965 +0.43916411852590703 +0.2973933085924977 +0.3016882358307056 +0.596431422130061 +0.7700639321375629 +0.7710466735576587 +0.7743665566984212 +0.7784539688513098 +0.7728814846665825 +0.7763499311864103 +0.7752111219564238 +0.7756043217663782 +0.5519411819926111 +0.5588074969851505 +0.551229988422816 +0.554994065240095 +0.5529875297005176 +0.5544773404403078 +0.502046577560138 +0.3056744411197868 +0.4430390827638023 +0.31725709454391676 +0.44140521936228516 +0.3477492243321059 +0.4432741429616514 +0.29721889701321735 +0.3015027155307964 +0.6037685861026171 +0.7775267945740608 +0.7760236866324138 +0.781492868990044 +0.7829086918805573 +0.7798186021250024 +0.7849882041114008 +0.7861452183931085 +0.7847861107364156 +0.560633906674976 +0.5669566199519709 +0.5598551593296103 +0.5525650608953848 +0.547875321041604 +0.537780749603634 +0.5064275168862278 +0.30663929689351094 +0.4435177287335147 +0.30018423988418724 +0.44663218336800925 +0.29738840165773706 +0.44719782885783804 +0.29738870663451883 +0.4514505390869237 +0.5391011599219343 +0.7511795673660483 +0.7621094181138656 +0.7796457362155143 +0.7846682913330032 +0.7854762075797361 +0.7910112378178199 +0.791973100376796 +0.790111470808137 +0.5650973826214127 +0.567992546971164 +0.5605854775081064 +0.5617829212656159 +0.559754283781447 +0.5598455190268598 +0.5148229549826789 +0.31478838940337683 +0.4550452746849554 +0.312418974875942 +0.45468413878147085 +0.3141229244975626 +0.4557700517672888 +0.2973843786821784 +0.3016912320025559 +0.6163178074024962 +0.7880048033397593 +0.7910897945022419 +0.7964511890965599 +0.8047372979029973 +0.8070095944173447 +0.8040609257157284 +0.8028688187637192 +0.8036463587264757 +0.5843280946352082 +0.5925845478870946 +0.5666316928153675 +0.5642452278893346 +0.5572636990472662 +0.5590925083085158 +0.5056010939582615 +0.3067166164200566 +0.4461803810258637 +0.30001571161078827 +0.44202603491243925 +0.3044363885349994 +0.4408042018857384 +0.2972785906485594 +0.3016100887751579 +0.5962322745678548 +0.7572974335221078 +0.7469257882634902 +0.7541854212999256 +0.7610252915548433 +0.7587625392585103 +0.7644621228867117 +0.7704609585618044 +0.7643643675179561 +0.5479149300758854 +0.553245474038365 +0.5471886770485295 +0.5523357413935787 +0.5513408616937117 +0.5515142319245513 +0.4992345514196153 +0.3381316900143847 +0.43915302275275225 +0.3443227828425473 +0.4389497734760415 +0.3443687476034477 +0.4389043558090439 +0.34430411128384386 +0.4432483552920764 +0.4657305303777991 +0.57930279224366 +0.5895203992942561 +0.6014348744701455 +0.6024816504395578 +0.6131180488988804 +0.6088341085610932 +0.6087524145029791 +0.6092505074705863 +0.603560082045762 +0.590738054065168 +0.404139793660322 +0.3876132056374603 +0.29955398492658963 +0.4401749506406171 +0.3340540082976974 +0.4407661272439422 +0.3239944287725288 +0.41833632156189743 +0.3238916486953278 +0.4183251530100418 +0.32381968072302625 +0.4191442810736303 +0.32552133564763386 +0.40734514376664605 +0.4840125015082251 +0.4613787819854642 +0.4993758165143447 +0.479392216357201 +0.4865954221393555 +0.4943169613371266 +0.49274049766243583 +0.49342779903940753 +0.3439898120130941 +0.28605368915727264 +0.4221456819842067 +0.3275853497362656 +0.4225802851284482 +0.3269885820100874 +0.42050155502517245 +0.3266418640026207 +0.44130379683093657 +0.3479192387626119 +0.4423990839280447 +0.3215947233216106 +0.43934920507218217 +0.2973914124962399 +0.3017593792659097 +0.5957527450896964 +0.7698294973531529 +0.7699434524276385 +0.7743369618598956 +0.7791170231743013 +0.7759025059372752 +0.7789182860259645 +0.7778542565259196 +0.7746969450698503 +0.5530133255637797 +0.559981212504905 +0.5540501953303894 +0.5383309394430571 +0.5294574693496483 +0.5260685918013772 +0.4955635976230865 +0.329471201421738 +0.43994761983940717 +0.34458817792259383 +0.4392540212626246 +0.34456068955523617 +0.4392020701581729 +0.29739590717370046 +0.30173324963174397 +0.5915055049810956 +0.7522529310955378 +0.7458247484845996 +0.7579099088581637 +0.7631118156744743 +0.7489145407883513 +0.7533457213676404 +0.7553664687614493 +0.7524311803810487 +0.5257930291604156 +0.5368244193502821 +0.5248410687499513 +0.5284679672693375 +0.5235684670156848 +0.525380308674712 +0.49792557612092303 +0.2992204680642094 +0.4464930103564781 +0.29741202441494113 +0.44710290053034957 +0.29741697336423634 +0.4471494275861761 +0.29741813485753194 +0.4514046267416079 +0.550937799215999 +0.7345691898711438 +0.7351501545792319 +0.738139917247075 +0.7462301398617144 +0.7467524471598878 +0.7529157383406128 +0.7603656866431961 +0.7547690335253046 +0.5264627815947885 +0.5230364674917466 +0.5067165644931532 +0.5075065928135859 +0.4978790604243852 +0.4977395163173597 +0.4973052038111221 +0.2992127641078954 +0.44642040361200735 +0.29740654962232005 +0.4464227747485202 +0.2974081164218633 +0.4471697967866318 +0.29740847886966737 +0.4507621651121098 +0.5442286747697508 +0.7311919614374225 +0.7339678743249839 +0.7477078148124925 +0.7579755592411913 +0.7522933071424208 +0.7567479845341065 +0.7558636586608365 +0.755972509831631 +0.5301275431563093 +0.5225799476402091 +0.5080146848641198 +0.5094723723942864 +0.5017126961613794 +0.49824783427572544 +0.4972719832425371 +0.29931113181893515 +0.44635932815590273 +0.2975189920159701 +0.446958988983433 +0.2975231109062753 +0.44685236548327845 +0.29752144357286747 +0.4511306261639636 +0.52539446648901 +0.7106360752472649 +0.7221901668448986 +0.7407040981096262 +0.7641592397872149 +0.7631564001020265 +0.7772573897031956 +0.779654297311504 +0.7741924427349035 +0.5362861756948534 +0.526667490438371 +0.5147308187815909 +0.5130864300404804 +0.5054749131469242 +0.5054703036957039 +0.4966668347345097 +0.29922922524968154 +0.44646797161618823 +0.29742494861578683 +0.446964276648051 +0.2974248031936943 +0.44700496327152955 +0.2974229701366312 +0.4511986041554958 +0.4289405728058445 +0.5726043769167521 +0.5979810194813913 +0.6169995948763175 +0.6230068260151662 +0.6257394459502705 +0.6251253740030651 +0.6288721255352411 +0.625656581235861 +0.6280670616529681 +0.6309597806645441 +0.4526228131708291 +0.3952805571975574 +0.3102006748147128 +0.4500823240041599 +0.30909534935710586 +0.45223293895524647 +0.28768043760385653 +0.42900402858584136 +0.28832393971876724 +0.4292597732291344 +0.28840012907129464 +0.43019301050473746 +0.28921183449929994 +0.26549303853413225 +0.48030780846286736 +0.5107020716002163 +0.5251603738232677 +0.5260954525948967 +0.5314965638740198 +0.5300973975782405 +0.5334519147579446 +0.5286233409607971 +0.3992866858909642 +0.3034385698915706 +0.4408469898120832 +0.2959639538455238 +0.43927528327217075 +0.29512308134688003 +0.4396647018303431 +0.29713411167949977 +0.46078780998989466 +0.3392623578406664 +0.4603248309628802 +0.31862631179506934 +0.4626905733190125 +0.2975745494619618 +0.30190139866730653 +0.6303215155161243 +0.793121742413862 +0.7818690322073873 +0.7919952412196339 +0.7958704462011237 +0.7887984263296198 +0.7888282273370205 +0.787078582044302 +0.7851375802351088 +0.5625823927528615 +0.5685325226900173 +0.563574800142259 +0.5616829742693937 +0.5583196055405907 +0.5559826151838184 +0.5039607051572972 +0.3049407940706464 +0.44585787234932656 +0.3023646967055109 +0.44609789018322243 +0.3026026710464303 +0.4459232628965261 +0.29761501174562577 +0.3017710644138171 +0.5937920604142953 +0.7486293210888469 +0.7440897839952747 +0.7577674654350497 +0.7435015836182859 +0.7402910954191112 +0.7474618220833011 +0.7500900096369071 +0.7501123689836282 +0.5243044368418439 +0.5295709973768932 +0.5224936647803561 +0.5231060717672261 +0.5200464776479566 +0.5203041508307628 +0.4975143552654853 +0.299260522355703 +0.44728507407517654 +0.2974551598332832 +0.4471576375531689 +0.2974554869878048 +0.44697033897110494 +0.29745879265359937 +0.4512374278998265 +0.5490792371592231 +0.7350787985102857 +0.7355354092393906 +0.7448152166862656 +0.7460498009012391 +0.7494426004823675 +0.7517211234124892 +0.7510625975041891 +0.7500986377080238 +0.5305013384913209 +0.5336602244446514 +0.5263630359363558 +0.524425682263819 +0.5170284719184984 +0.513875617267526 +0.4996278506317276 +0.29956433955804956 +0.44698859522879275 +0.2984397467652453 +0.4486491190456595 +0.3000434420742972 +0.4490044132438708 +0.29749244938342995 +0.3017925834291661 +0.5971666440652743 +0.76802933017836 +0.7681543649575681 +0.7718532047420035 +0.7597245167323239 +0.7563138785874916 +0.7573364816611835 +0.7569628194700158 +0.7568960267693098 +0.5367524984073311 +0.5438346780120319 +0.5280716385852923 +0.5345624902619377 +0.5255090178058466 +0.531848542105777 +0.4994676993672024 +0.3370394993421635 +0.44359213798723196 +0.35004263696506865 +0.44574004739433654 +0.3518419921814773 +0.44963760003423525 +0.29769513093212807 +0.3019921339578738 +0.6251487629814791 +0.7858868293387741 +0.7868352096133312 +0.7916345887349749 +0.7925005532039167 +0.790980341847934 +0.7812561367782745 +0.7770669008907749 +0.7749604084227132 +0.5525562471141677 +0.5591779719711081 +0.5501826087380164 +0.5524674104124592 +0.5499894130215002 +0.5511662037405867 +0.4997832035634716 +0.33261307347444663 +0.43955608743267344 +0.34476540670651934 +0.4394253405633507 +0.34465932126827786 +0.4394342944573445 +0.2976978718477169 +0.30187147543539594 +0.497261019442451 +0.5925600015712732 +0.5873374192680058 +0.5858028471293965 +0.5806469753098795 +0.5843841435642151 +0.5850282420037614 +0.5860856885707528 +0.5873169913764192 +0.5873805202505782 +0.5722345873414915 +0.40584828520097677 +0.3761169159540241 +0.34629855477259225 +0.4403882112543005 +0.3461534598019132 +0.44074836296062714 +0.32378769255900003 +0.41913628691185906 +0.32393622275826167 +0.4194240055682401 +0.3240072029582773 +0.4193992209303865 +0.32576726771321624 +0.42370560142089714 +0.4787220233679978 +0.4512201063803459 +0.45244516912077404 +0.4793715025691492 +0.4483175698979204 +0.44636424034290145 +0.4742820516588464 +0.4502062352273657 +0.32919222066135717 +0.28452116046117126 +0.4284842371867181 +0.2789470669809337 +0.4283737777572353 +0.27894722085820567 +0.4276473297364308 +0.2789465997180149 +0.4460802219665035 +0.29746905983214683 +0.44634137124386325 +0.2974688025996261 +0.44658546404874755 +0.2975470051115289 +0.45093387956798703 +0.5450337199166582 +0.7033212582981542 +0.7050100604641386 +0.7126857836834677 +0.7193310335440835 +0.7129855357950434 +0.7229208425312514 +0.7232672771820672 +0.7216813310049971 +0.4920185467762305 +0.49555838438708044 +0.4899087124579354 +0.4956286224017587 +0.49269660251064057 +0.4878961897870935 +0.4976445182911916 +0.29927795259905693 +0.44674207338239075 +0.29747090113784824 +0.4465578856549174 +0.29747345925423474 +0.44643182471357934 +0.2976111677993497 +0.45101576711911207 +0.5418778642898001 +0.6996835672652877 +0.6959881863235408 +0.6968454530447541 +0.6972618940579439 +0.6943837187884243 +0.6980760655247101 +0.6963340365326421 +0.6963507635293299 +0.47946089701587025 +0.4868067805589874 +0.48129494308267895 +0.4866478728733071 +0.4832674986603349 +0.4854063805898996 +0.49860090820961983 +0.2992862632564124 +0.4467222874216202 +0.29748119156877983 +0.44679836920562105 +0.2974969760808884 +0.4457523121149601 +0.2974925924269596 +0.4510759147174026 +0.53158129420044 +0.6878735235103487 +0.6866954330364105 +0.69441203133946 +0.6948303157066671 +0.6923770226040412 +0.6954243153640705 +0.6903945746680984 +0.6860595046366638 +0.47289731690640524 +0.4770568673060687 +0.46813993949909855 +0.47002423939323235 +0.4674026688033089 +0.4666606269529757 +0.4986469085146393 +0.29936150107721443 +0.4456122549326685 +0.2975479874735607 +0.445502797562596 +0.2975528328603596 +0.44545733253753417 +0.29756146959314106 +0.4496450861176131 +0.5001698227093452 +0.6722300774973669 +0.6738050413015945 +0.6802124398994297 +0.6848354412621187 +0.6882310599868673 +0.6940122617013595 +0.6936453732315369 +0.6879071612082802 +0.47223637198308077 +0.4734829737764743 +0.46040283797862547 +0.4617914458796349 +0.45982803649511844 +0.4618193202263548 +0.4990885265716793 +0.29968429943302366 +0.4467008661402871 +0.2975369103684415 +0.4456392757746884 +0.2975520258293214 +0.44551146221882515 +0.29755810249558656 +0.4496557686236709 +0.49619535505924717 +0.6715463464009576 +0.6762222804547176 +0.6827047150691132 +0.6846456520836975 +0.6838270156168129 +0.6935441613794956 +0.696263136027362 +0.6974531069146346 +0.4852472398971283 +0.493573043449865 +0.4828930742448403 +0.4855999516124294 +0.4809419266744031 +0.4842556650631361 +0.5010710514030411 +0.2996964871145888 +0.44731483549586704 +0.29784500918538404 +0.446645102648134 +0.29753250631093825 +0.44655587854871936 +0.29753124080719184 +0.4508886868237723 +0.450959734751255 +0.5500331803977682 +0.5528685794344779 +0.54836265541986 +0.5425836338148754 +0.5359174991241578 +0.5355556507767397 +0.5325790224319211 +0.5254584084677603 +0.5280583660038726 +0.5488781419327323 +0.33470600203055684 +0.3455637050453805 +0.4224668276001405 +0.34500769697979083 +0.43969427695771823 +0.344970596788296 +0.4174866171568751 +0.3225644296280133 +0.3974976463144333 +0.3220993031826698 +0.4171970930714112 +0.32279227318980536 +0.36043053106787615 +0.327287619512098 +0.39035593592240775 +0.4332906025625099 +0.389497666845085 +0.43697991853682505 +0.390107444835481 +0.43650413154506085 +0.3906540007293267 +0.43918663552565834 +0.30314529214678904 +0.3305023644355703 +0.4195568731009629 +0.3245658690558803 +0.39918499004303376 +0.3242475960831675 +0.4191243018264073 +0.32418877408524727 +0.4204701444170602 +0.34244352015721663 +0.4377192702950232 +0.3426308359102633 +0.4373166052595504 +0.34225060056713996 +0.4416580873307332 +0.5408620784334479 +0.6696037048626696 +0.6667939578550125 +0.6706591451632158 +0.6726692201836493 +0.6697154338473251 +0.674261906698996 +0.6731973328798293 +0.6720643605812555 +0.4567954709073874 +0.46331289536713505 +0.4576907422192097 +0.45799681711094836 +0.45580045567758776 +0.4580533231836453 +0.4983226844581336 +0.29941050782572715 +0.445528046544425 +0.29760182432896043 +0.44531244603061154 +0.29797257535899263 +0.4457853906500827 +0.29803304584851087 +0.44902714378189335 +0.49549387833875974 +0.6712643436800446 +0.6699635657848505 +0.687314570751859 +0.6869387242337249 +0.6876531667015992 +0.6946174968668427 +0.6997924412212518 +0.7005162873765342 +0.5009476327142387 +0.512252997633326 +0.5022578862801591 +0.5015022605017758 +0.4998054619015627 +0.5072060275459137 +0.4987182737762539 +0.29953150548407154 +0.44721387540645263 +0.29750865815189326 +0.4469818305980413 +0.2975131692769107 +0.4469614755753858 +0.297609533328261 +0.4517486394338135 +0.5652835787657841 +0.7265634925998316 +0.7314805791264416 +0.7355942448725604 +0.7387179884529806 +0.7407392103611581 +0.7398166483700849 +0.7393456249399863 +0.7395561956369245 +0.520649845652516 +0.5314788557511201 +0.5288548153307431 +0.5316359466024693 +0.5320557121927832 +0.5325316039265015 +0.49325366970520673 +0.29931345515508057 +0.4481155520630295 +0.29799465554433047 +0.448085098939169 +0.29750682216835445 +0.4477603911815928 +0.29750774462999896 +0.3018711047221057 +0.6115974925105311 +0.7665962842204073 +0.7635254097442619 +0.7683778427656205 +0.7659411383737837 +0.7631931842648747 +0.7732221579195635 +0.7747772407929637 +0.7684035490282467 +0.5429317724516228 +0.5474863652978182 +0.5375930705410498 +0.529807748917736 +0.5227375557841452 +0.5249350559119256 +0.49473312591183227 +0.32890159702864974 +0.4389354190971573 +0.34476156580149186 +0.4394526694312424 +0.3448021340922273 +0.43996142517670395 +0.2980533434929076 +0.30201557747699104 +0.6017523374922141 +0.7452228901221756 +0.7401606548747756 +0.7455402492290724 +0.7472275357486589 +0.7504127506175984 +0.7538683795426354 +0.754314550313762 +0.7529138573722537 +0.5319988672263952 +0.537949305462973 +0.5258643040683847 +0.5273770003791438 +0.5238537754742694 +0.5247542947817752 +0.49665017078140433 +0.33814385444101114 +0.4391387787781518 +0.34458678566728995 +0.4393554363627493 +0.3445543320953277 +0.4387427196884754 +0.3445111389923067 +0.44383292709351135 +0.4806140261232282 +0.5675837157550881 +0.5744494143250652 +0.5909717118004154 +0.605572921282088 +0.6130171302799821 +0.6142368211823286 +0.6084964226821616 +0.6041303294476571 +0.5977234409657557 +0.5879319422621265 +0.40667175942369577 +0.38119402209031883 +0.2993841431133624 +0.44541923377043535 +0.2998864513104474 +0.44929074083541015 +0.2775062557037487 +0.42705081659934085 +0.27725181422072864 +0.4270674159467128 +0.27724652507734454 +0.42615720099790094 +0.2796042064809966 +0.4310266200025027 +0.4474966067381487 +0.4778887785678921 +0.4529542691859234 +0.45587868406088294 +0.4582053088618448 +0.4579528626437775 +0.4563638871919174 +0.4548482849286349 +0.331071047905223 +0.2842605632118415 +0.4281723293165629 +0.2790612256993267 +0.42865537892508565 +0.27929668737336444 +0.4290950531810613 +0.279549144850415 +0.446968619202006 +0.29758128061932465 +0.44747624509683825 +0.2975843067472251 +0.44676942953044985 +0.2980922555090339 +0.45180636278126396 +0.5674934261181646 +0.730458913654464 +0.7296013438104628 +0.7357358624466076 +0.7398721144409249 +0.7489462514517297 +0.7457516901308758 +0.749301701408995 +0.74896031324039 +0.5314916151352501 +0.5331669653089133 +0.5280837794003985 +0.5259515855410465 +0.5225952268267168 +0.5244130338046538 +0.4955041799992491 +0.29933385021613845 +0.44734036791160303 +0.29752831497074755 +0.4476339020355196 +0.2981184775030544 +0.44743546283562924 +0.29752655939840533 +0.45142680537199376 +0.5594736664481373 +0.7239720076317708 +0.7249980008999202 +0.7302226405499915 +0.730458470258781 +0.7379597359105483 +0.7420273925147005 +0.7421531922665804 +0.7402028996421184 +0.5189832231890488 +0.5198029746781118 +0.5146646427050968 +0.5213457084749802 +0.5185754467192437 +0.5183444330460782 +0.49622328062415544 +0.2996097182897895 +0.4479657577824124 +0.29798215541829615 +0.44722646406767813 +0.2975562603656012 +0.44705561595469984 +0.2975599763223978 +0.4515051073809297 +0.559863264513405 +0.7207547821473681 +0.7335619852034827 +0.7435486479269955 +0.741769583004772 +0.7293209852435182 +0.7329664000551507 +0.7335226423289246 +0.7590745939184127 +0.537706014337966 +0.541921142969392 +0.5333430357499039 +0.531886617286945 +0.5296280793025423 +0.5297755604381518 +0.5003906239088525 +0.29979783455944264 +0.4476611953414692 +0.29887024163237325 +0.4474298496489813 +0.2975546082715013 +0.44750160492305063 +0.2981683898850094 +0.4518436863381036 +0.5608578269066123 +0.7292683418975952 +0.7301480493462703 +0.7357162467131699 +0.7363433653368961 +0.733905331262354 +0.7387169249589159 +0.7355897484769393 +0.73322979773384 +0.5113275640933599 +0.5145202865098262 +0.5037476363998855 +0.5026984971889344 +0.500132425255136 +0.4986360269219572 +0.4982435846886568 +0.2993809982081866 +0.44675060470233363 +0.29757727848703647 +0.4466578695017505 +0.2982178883762779 +0.44694486547958245 +0.29758127673259044 +0.4500081842822314 +0.5333526040649891 +0.69851996624302 +0.702786150117877 +0.712997528289789 +0.7135905477574571 +0.7115144464957425 +0.7282562627435022 +0.7274276816015199 +0.7222703500607002 +0.5016133542982323 +0.5061166567752722 +0.5000880193386641 +0.4989646006850427 +0.4960934500125407 +0.495058690959244 +0.49876877070285724 +0.299349482893972 +0.44677264960092444 +0.2979763332990882 +0.44724871443482084 +0.29774219895652676 +0.446495089170307 +0.297542861245862 +0.4509439305560364 +0.4511833624359963 +0.5633544879645211 +0.5685782145830403 +0.5768707343473211 +0.5816280900975028 +0.5860855700395519 +0.5921034143808633 +0.5954433829984254 +0.5916244274734576 +0.5968173347690444 +0.5817567321324175 +0.4123257862063119 +0.38422574652489805 +0.2993653836059723 +0.448298515546047 +0.2996547307349519 +0.4495216823422584 +0.2775718160263185 +0.42730417204047266 +0.277233929119463 +0.42738461165177666 +0.2773302055129388 +0.4277823644420458 +0.2795402611395186 +0.4315228249246175 +0.45194701607688514 +0.483122877139054 +0.4588705291613876 +0.4646012989092184 +0.4719308642212393 +0.4766250638262886 +0.4787523102465012 +0.483343077770858 +0.3410838575812626 +0.2841838422418684 +0.42931716284600835 +0.2796958154303148 +0.42925574938735617 +0.27905608518683744 +0.42932983967002863 +0.27905973349868163 +0.44823875614737807 +0.29825940271874896 +0.4475416459989114 +0.29758066624348745 +0.4476310329475709 +0.2975842889803505 +0.45210838683993193 +0.5530265939342204 +0.7052218760776751 +0.6974101544950644 +0.7012859033957594 +0.6983872540574159 +0.6925133713104373 +0.6956259984321336 +0.6911772711539512 +0.6837991968909887 +0.4668212584146431 +0.46725006200593683 +0.46035586947694485 +0.46260763666967614 +0.4593746179748052 +0.46028831471624737 +0.49853229418784084 +0.29947354673954324 +0.44552424000504054 +0.2983957459059729 +0.4448089672334132 +0.2976962905336903 +0.44461287265878185 +0.2977126215335092 +0.4493114568142389 +0.4968446093777938 +0.6641204972393421 +0.6676124944648936 +0.672609743047642 +0.6734209095712752 +0.6709552071977795 +0.6737807238118823 +0.6730325517788217 +0.6720718831156387 +0.45805137508608545 +0.4653198391137232 +0.4594295435962626 +0.46177933140000504 +0.45814206080640674 +0.45966382988006843 +0.49852643328618523 +0.2994916008009052 +0.4454682271740339 +0.29840878563314144 +0.44497867826319426 +0.2976997824878652 +0.44462876456668665 +0.2976980834495792 +0.4494190201020819 +0.4967508475250552 +0.6672818953815381 +0.6686553836889004 +0.673509797630848 +0.6740343542450173 +0.6724032765071504 +0.6787680841506062 +0.677635850220609 +0.6721316978254585 +0.45837212815934025 +0.46621810437525874 +0.45982677616289974 +0.46164025825644706 +0.45847754337176466 +0.46010672226878097 +0.49863932581402487 +0.29943743616971846 +0.44590585732180427 +0.29838583340563846 +0.44584453181647526 +0.2976401222043092 +0.44541488961316555 +0.29765905284454974 +0.4500480038752817 +0.4968279275113623 +0.6666682708349704 +0.6680481945838427 +0.6727974845219112 +0.6732469743705489 +0.6714167014339714 +0.6734930887299402 +0.6733856122467933 +0.672492118444442 +0.45849840749926984 +0.46624022383866764 +0.45991118618562604 +0.46192472302096443 +0.45939945337814986 +0.4612293878783904 +0.4986386270772381 +0.29944165540395445 +0.44577663338347284 +0.29839892238706217 +0.44591635410755553 +0.29761746923868315 +0.4456581209031126 +0.29763643552757885 +0.45023172247527987 +0.522066666687185 +0.6773583157952408 +0.6802898353340615 +0.6873224736464635 +0.6940644691997321 +0.6852951416535638 +0.687116658056626 +0.700204765007251 +0.7018996281645611 +0.4885002574261705 +0.4903040271828051 +0.4835299084690228 +0.4889551654988813 +0.4865458172608515 +0.48866787507559484 +0.5003072394656135 +0.29938204121752576 +0.4469504264986659 +0.2982550362311562 +0.44764684852560954 +0.2975797253439708 +0.4468627544695158 +0.29759477015636704 +0.45140920970394627 +0.44012025184780273 +0.5557182656533891 +0.5577132720743201 +0.5651308206121722 +0.5642319271474906 +0.5679228764496939 +0.567803539679318 +0.5674576550462763 +0.5680823783168959 +0.5717007215738359 +0.5652787880609274 +0.4134473459927995 +0.3813360134688373 +0.3467485904567028 +0.441342713976504 +0.3464670051802711 +0.4409077794735547 +0.3239623287094931 +0.41924412664632565 +0.3245899801457728 +0.41963722281254756 +0.3236765170424032 +0.4191942386070107 +0.325450156212399 +0.4241642904713255 +0.46156779126138286 +0.4375962564857549 +0.4704798303247854 +0.4393336943111348 +0.47090719437060186 +0.4419559350461185 +0.4611036315805255 +0.4414134592136356 +0.3410751771408014 +0.284470952992141 +0.42812260803103275 +0.27911727958417565 +0.42820219392605224 +0.27980199251155746 +0.3834834090713491 +0.2791362763267444 diff --git a/example/run/baseline_scenario/opendss/profiles/timestamps.csv b/example/run/baseline_scenario/opendss/profiles/timestamps.csv new file mode 100644 index 0000000..e94d833 --- /dev/null +++ b/example/run/baseline_scenario/opendss/profiles/timestamps.csv @@ -0,0 +1,8761 @@ +Datetime +2017/01/01 01:00:00 +2017/01/01 02:00:00 +2017/01/01 03:00:00 +2017/01/01 04:00:00 +2017/01/01 05:00:00 +2017/01/01 06:00:00 +2017/01/01 07:00:00 +2017/01/01 08:00:00 +2017/01/01 09:00:00 +2017/01/01 10:00:00 +2017/01/01 11:00:00 +2017/01/01 12:00:00 +2017/01/01 13:00:00 +2017/01/01 14:00:00 +2017/01/01 15:00:00 +2017/01/01 16:00:00 +2017/01/01 17:00:00 +2017/01/01 18:00:00 +2017/01/01 19:00:00 +2017/01/01 20:00:00 +2017/01/01 21:00:00 +2017/01/01 22:00:00 +2017/01/01 23:00:00 +2017/01/02 00:00:00 +2017/01/02 01:00:00 +2017/01/02 02:00:00 +2017/01/02 03:00:00 +2017/01/02 04:00:00 +2017/01/02 05:00:00 +2017/01/02 06:00:00 +2017/01/02 07:00:00 +2017/01/02 08:00:00 +2017/01/02 09:00:00 +2017/01/02 10:00:00 +2017/01/02 11:00:00 +2017/01/02 12:00:00 +2017/01/02 13:00:00 +2017/01/02 14:00:00 +2017/01/02 15:00:00 +2017/01/02 16:00:00 +2017/01/02 17:00:00 +2017/01/02 18:00:00 +2017/01/02 19:00:00 +2017/01/02 20:00:00 +2017/01/02 21:00:00 +2017/01/02 22:00:00 +2017/01/02 23:00:00 +2017/01/03 00:00:00 +2017/01/03 01:00:00 +2017/01/03 02:00:00 +2017/01/03 03:00:00 +2017/01/03 04:00:00 +2017/01/03 05:00:00 +2017/01/03 06:00:00 +2017/01/03 07:00:00 +2017/01/03 08:00:00 +2017/01/03 09:00:00 +2017/01/03 10:00:00 +2017/01/03 11:00:00 +2017/01/03 12:00:00 +2017/01/03 13:00:00 +2017/01/03 14:00:00 +2017/01/03 15:00:00 +2017/01/03 16:00:00 +2017/01/03 17:00:00 +2017/01/03 18:00:00 +2017/01/03 19:00:00 +2017/01/03 20:00:00 +2017/01/03 21:00:00 +2017/01/03 22:00:00 +2017/01/03 23:00:00 +2017/01/04 00:00:00 +2017/01/04 01:00:00 +2017/01/04 02:00:00 +2017/01/04 03:00:00 +2017/01/04 04:00:00 +2017/01/04 05:00:00 +2017/01/04 06:00:00 +2017/01/04 07:00:00 +2017/01/04 08:00:00 +2017/01/04 09:00:00 +2017/01/04 10:00:00 +2017/01/04 11:00:00 +2017/01/04 12:00:00 +2017/01/04 13:00:00 +2017/01/04 14:00:00 +2017/01/04 15:00:00 +2017/01/04 16:00:00 +2017/01/04 17:00:00 +2017/01/04 18:00:00 +2017/01/04 19:00:00 +2017/01/04 20:00:00 +2017/01/04 21:00:00 +2017/01/04 22:00:00 +2017/01/04 23:00:00 +2017/01/05 00:00:00 +2017/01/05 01:00:00 +2017/01/05 02:00:00 +2017/01/05 03:00:00 +2017/01/05 04:00:00 +2017/01/05 05:00:00 +2017/01/05 06:00:00 +2017/01/05 07:00:00 +2017/01/05 08:00:00 +2017/01/05 09:00:00 +2017/01/05 10:00:00 +2017/01/05 11:00:00 +2017/01/05 12:00:00 +2017/01/05 13:00:00 +2017/01/05 14:00:00 +2017/01/05 15:00:00 +2017/01/05 16:00:00 +2017/01/05 17:00:00 +2017/01/05 18:00:00 +2017/01/05 19:00:00 +2017/01/05 20:00:00 +2017/01/05 21:00:00 +2017/01/05 22:00:00 +2017/01/05 23:00:00 +2017/01/06 00:00:00 +2017/01/06 01:00:00 +2017/01/06 02:00:00 +2017/01/06 03:00:00 +2017/01/06 04:00:00 +2017/01/06 05:00:00 +2017/01/06 06:00:00 +2017/01/06 07:00:00 +2017/01/06 08:00:00 +2017/01/06 09:00:00 +2017/01/06 10:00:00 +2017/01/06 11:00:00 +2017/01/06 12:00:00 +2017/01/06 13:00:00 +2017/01/06 14:00:00 +2017/01/06 15:00:00 +2017/01/06 16:00:00 +2017/01/06 17:00:00 +2017/01/06 18:00:00 +2017/01/06 19:00:00 +2017/01/06 20:00:00 +2017/01/06 21:00:00 +2017/01/06 22:00:00 +2017/01/06 23:00:00 +2017/01/07 00:00:00 +2017/01/07 01:00:00 +2017/01/07 02:00:00 +2017/01/07 03:00:00 +2017/01/07 04:00:00 +2017/01/07 05:00:00 +2017/01/07 06:00:00 +2017/01/07 07:00:00 +2017/01/07 08:00:00 +2017/01/07 09:00:00 +2017/01/07 10:00:00 +2017/01/07 11:00:00 +2017/01/07 12:00:00 +2017/01/07 13:00:00 +2017/01/07 14:00:00 +2017/01/07 15:00:00 +2017/01/07 16:00:00 +2017/01/07 17:00:00 +2017/01/07 18:00:00 +2017/01/07 19:00:00 +2017/01/07 20:00:00 +2017/01/07 21:00:00 +2017/01/07 22:00:00 +2017/01/07 23:00:00 +2017/01/08 00:00:00 +2017/01/08 01:00:00 +2017/01/08 02:00:00 +2017/01/08 03:00:00 +2017/01/08 04:00:00 +2017/01/08 05:00:00 +2017/01/08 06:00:00 +2017/01/08 07:00:00 +2017/01/08 08:00:00 +2017/01/08 09:00:00 +2017/01/08 10:00:00 +2017/01/08 11:00:00 +2017/01/08 12:00:00 +2017/01/08 13:00:00 +2017/01/08 14:00:00 +2017/01/08 15:00:00 +2017/01/08 16:00:00 +2017/01/08 17:00:00 +2017/01/08 18:00:00 +2017/01/08 19:00:00 +2017/01/08 20:00:00 +2017/01/08 21:00:00 +2017/01/08 22:00:00 +2017/01/08 23:00:00 +2017/01/09 00:00:00 +2017/01/09 01:00:00 +2017/01/09 02:00:00 +2017/01/09 03:00:00 +2017/01/09 04:00:00 +2017/01/09 05:00:00 +2017/01/09 06:00:00 +2017/01/09 07:00:00 +2017/01/09 08:00:00 +2017/01/09 09:00:00 +2017/01/09 10:00:00 +2017/01/09 11:00:00 +2017/01/09 12:00:00 +2017/01/09 13:00:00 +2017/01/09 14:00:00 +2017/01/09 15:00:00 +2017/01/09 16:00:00 +2017/01/09 17:00:00 +2017/01/09 18:00:00 +2017/01/09 19:00:00 +2017/01/09 20:00:00 +2017/01/09 21:00:00 +2017/01/09 22:00:00 +2017/01/09 23:00:00 +2017/01/10 00:00:00 +2017/01/10 01:00:00 +2017/01/10 02:00:00 +2017/01/10 03:00:00 +2017/01/10 04:00:00 +2017/01/10 05:00:00 +2017/01/10 06:00:00 +2017/01/10 07:00:00 +2017/01/10 08:00:00 +2017/01/10 09:00:00 +2017/01/10 10:00:00 +2017/01/10 11:00:00 +2017/01/10 12:00:00 +2017/01/10 13:00:00 +2017/01/10 14:00:00 +2017/01/10 15:00:00 +2017/01/10 16:00:00 +2017/01/10 17:00:00 +2017/01/10 18:00:00 +2017/01/10 19:00:00 +2017/01/10 20:00:00 +2017/01/10 21:00:00 +2017/01/10 22:00:00 +2017/01/10 23:00:00 +2017/01/11 00:00:00 +2017/01/11 01:00:00 +2017/01/11 02:00:00 +2017/01/11 03:00:00 +2017/01/11 04:00:00 +2017/01/11 05:00:00 +2017/01/11 06:00:00 +2017/01/11 07:00:00 +2017/01/11 08:00:00 +2017/01/11 09:00:00 +2017/01/11 10:00:00 +2017/01/11 11:00:00 +2017/01/11 12:00:00 +2017/01/11 13:00:00 +2017/01/11 14:00:00 +2017/01/11 15:00:00 +2017/01/11 16:00:00 +2017/01/11 17:00:00 +2017/01/11 18:00:00 +2017/01/11 19:00:00 +2017/01/11 20:00:00 +2017/01/11 21:00:00 +2017/01/11 22:00:00 +2017/01/11 23:00:00 +2017/01/12 00:00:00 +2017/01/12 01:00:00 +2017/01/12 02:00:00 +2017/01/12 03:00:00 +2017/01/12 04:00:00 +2017/01/12 05:00:00 +2017/01/12 06:00:00 +2017/01/12 07:00:00 +2017/01/12 08:00:00 +2017/01/12 09:00:00 +2017/01/12 10:00:00 +2017/01/12 11:00:00 +2017/01/12 12:00:00 +2017/01/12 13:00:00 +2017/01/12 14:00:00 +2017/01/12 15:00:00 +2017/01/12 16:00:00 +2017/01/12 17:00:00 +2017/01/12 18:00:00 +2017/01/12 19:00:00 +2017/01/12 20:00:00 +2017/01/12 21:00:00 +2017/01/12 22:00:00 +2017/01/12 23:00:00 +2017/01/13 00:00:00 +2017/01/13 01:00:00 +2017/01/13 02:00:00 +2017/01/13 03:00:00 +2017/01/13 04:00:00 +2017/01/13 05:00:00 +2017/01/13 06:00:00 +2017/01/13 07:00:00 +2017/01/13 08:00:00 +2017/01/13 09:00:00 +2017/01/13 10:00:00 +2017/01/13 11:00:00 +2017/01/13 12:00:00 +2017/01/13 13:00:00 +2017/01/13 14:00:00 +2017/01/13 15:00:00 +2017/01/13 16:00:00 +2017/01/13 17:00:00 +2017/01/13 18:00:00 +2017/01/13 19:00:00 +2017/01/13 20:00:00 +2017/01/13 21:00:00 +2017/01/13 22:00:00 +2017/01/13 23:00:00 +2017/01/14 00:00:00 +2017/01/14 01:00:00 +2017/01/14 02:00:00 +2017/01/14 03:00:00 +2017/01/14 04:00:00 +2017/01/14 05:00:00 +2017/01/14 06:00:00 +2017/01/14 07:00:00 +2017/01/14 08:00:00 +2017/01/14 09:00:00 +2017/01/14 10:00:00 +2017/01/14 11:00:00 +2017/01/14 12:00:00 +2017/01/14 13:00:00 +2017/01/14 14:00:00 +2017/01/14 15:00:00 +2017/01/14 16:00:00 +2017/01/14 17:00:00 +2017/01/14 18:00:00 +2017/01/14 19:00:00 +2017/01/14 20:00:00 +2017/01/14 21:00:00 +2017/01/14 22:00:00 +2017/01/14 23:00:00 +2017/01/15 00:00:00 +2017/01/15 01:00:00 +2017/01/15 02:00:00 +2017/01/15 03:00:00 +2017/01/15 04:00:00 +2017/01/15 05:00:00 +2017/01/15 06:00:00 +2017/01/15 07:00:00 +2017/01/15 08:00:00 +2017/01/15 09:00:00 +2017/01/15 10:00:00 +2017/01/15 11:00:00 +2017/01/15 12:00:00 +2017/01/15 13:00:00 +2017/01/15 14:00:00 +2017/01/15 15:00:00 +2017/01/15 16:00:00 +2017/01/15 17:00:00 +2017/01/15 18:00:00 +2017/01/15 19:00:00 +2017/01/15 20:00:00 +2017/01/15 21:00:00 +2017/01/15 22:00:00 +2017/01/15 23:00:00 +2017/01/16 00:00:00 +2017/01/16 01:00:00 +2017/01/16 02:00:00 +2017/01/16 03:00:00 +2017/01/16 04:00:00 +2017/01/16 05:00:00 +2017/01/16 06:00:00 +2017/01/16 07:00:00 +2017/01/16 08:00:00 +2017/01/16 09:00:00 +2017/01/16 10:00:00 +2017/01/16 11:00:00 +2017/01/16 12:00:00 +2017/01/16 13:00:00 +2017/01/16 14:00:00 +2017/01/16 15:00:00 +2017/01/16 16:00:00 +2017/01/16 17:00:00 +2017/01/16 18:00:00 +2017/01/16 19:00:00 +2017/01/16 20:00:00 +2017/01/16 21:00:00 +2017/01/16 22:00:00 +2017/01/16 23:00:00 +2017/01/17 00:00:00 +2017/01/17 01:00:00 +2017/01/17 02:00:00 +2017/01/17 03:00:00 +2017/01/17 04:00:00 +2017/01/17 05:00:00 +2017/01/17 06:00:00 +2017/01/17 07:00:00 +2017/01/17 08:00:00 +2017/01/17 09:00:00 +2017/01/17 10:00:00 +2017/01/17 11:00:00 +2017/01/17 12:00:00 +2017/01/17 13:00:00 +2017/01/17 14:00:00 +2017/01/17 15:00:00 +2017/01/17 16:00:00 +2017/01/17 17:00:00 +2017/01/17 18:00:00 +2017/01/17 19:00:00 +2017/01/17 20:00:00 +2017/01/17 21:00:00 +2017/01/17 22:00:00 +2017/01/17 23:00:00 +2017/01/18 00:00:00 +2017/01/18 01:00:00 +2017/01/18 02:00:00 +2017/01/18 03:00:00 +2017/01/18 04:00:00 +2017/01/18 05:00:00 +2017/01/18 06:00:00 +2017/01/18 07:00:00 +2017/01/18 08:00:00 +2017/01/18 09:00:00 +2017/01/18 10:00:00 +2017/01/18 11:00:00 +2017/01/18 12:00:00 +2017/01/18 13:00:00 +2017/01/18 14:00:00 +2017/01/18 15:00:00 +2017/01/18 16:00:00 +2017/01/18 17:00:00 +2017/01/18 18:00:00 +2017/01/18 19:00:00 +2017/01/18 20:00:00 +2017/01/18 21:00:00 +2017/01/18 22:00:00 +2017/01/18 23:00:00 +2017/01/19 00:00:00 +2017/01/19 01:00:00 +2017/01/19 02:00:00 +2017/01/19 03:00:00 +2017/01/19 04:00:00 +2017/01/19 05:00:00 +2017/01/19 06:00:00 +2017/01/19 07:00:00 +2017/01/19 08:00:00 +2017/01/19 09:00:00 +2017/01/19 10:00:00 +2017/01/19 11:00:00 +2017/01/19 12:00:00 +2017/01/19 13:00:00 +2017/01/19 14:00:00 +2017/01/19 15:00:00 +2017/01/19 16:00:00 +2017/01/19 17:00:00 +2017/01/19 18:00:00 +2017/01/19 19:00:00 +2017/01/19 20:00:00 +2017/01/19 21:00:00 +2017/01/19 22:00:00 +2017/01/19 23:00:00 +2017/01/20 00:00:00 +2017/01/20 01:00:00 +2017/01/20 02:00:00 +2017/01/20 03:00:00 +2017/01/20 04:00:00 +2017/01/20 05:00:00 +2017/01/20 06:00:00 +2017/01/20 07:00:00 +2017/01/20 08:00:00 +2017/01/20 09:00:00 +2017/01/20 10:00:00 +2017/01/20 11:00:00 +2017/01/20 12:00:00 +2017/01/20 13:00:00 +2017/01/20 14:00:00 +2017/01/20 15:00:00 +2017/01/20 16:00:00 +2017/01/20 17:00:00 +2017/01/20 18:00:00 +2017/01/20 19:00:00 +2017/01/20 20:00:00 +2017/01/20 21:00:00 +2017/01/20 22:00:00 +2017/01/20 23:00:00 +2017/01/21 00:00:00 +2017/01/21 01:00:00 +2017/01/21 02:00:00 +2017/01/21 03:00:00 +2017/01/21 04:00:00 +2017/01/21 05:00:00 +2017/01/21 06:00:00 +2017/01/21 07:00:00 +2017/01/21 08:00:00 +2017/01/21 09:00:00 +2017/01/21 10:00:00 +2017/01/21 11:00:00 +2017/01/21 12:00:00 +2017/01/21 13:00:00 +2017/01/21 14:00:00 +2017/01/21 15:00:00 +2017/01/21 16:00:00 +2017/01/21 17:00:00 +2017/01/21 18:00:00 +2017/01/21 19:00:00 +2017/01/21 20:00:00 +2017/01/21 21:00:00 +2017/01/21 22:00:00 +2017/01/21 23:00:00 +2017/01/22 00:00:00 +2017/01/22 01:00:00 +2017/01/22 02:00:00 +2017/01/22 03:00:00 +2017/01/22 04:00:00 +2017/01/22 05:00:00 +2017/01/22 06:00:00 +2017/01/22 07:00:00 +2017/01/22 08:00:00 +2017/01/22 09:00:00 +2017/01/22 10:00:00 +2017/01/22 11:00:00 +2017/01/22 12:00:00 +2017/01/22 13:00:00 +2017/01/22 14:00:00 +2017/01/22 15:00:00 +2017/01/22 16:00:00 +2017/01/22 17:00:00 +2017/01/22 18:00:00 +2017/01/22 19:00:00 +2017/01/22 20:00:00 +2017/01/22 21:00:00 +2017/01/22 22:00:00 +2017/01/22 23:00:00 +2017/01/23 00:00:00 +2017/01/23 01:00:00 +2017/01/23 02:00:00 +2017/01/23 03:00:00 +2017/01/23 04:00:00 +2017/01/23 05:00:00 +2017/01/23 06:00:00 +2017/01/23 07:00:00 +2017/01/23 08:00:00 +2017/01/23 09:00:00 +2017/01/23 10:00:00 +2017/01/23 11:00:00 +2017/01/23 12:00:00 +2017/01/23 13:00:00 +2017/01/23 14:00:00 +2017/01/23 15:00:00 +2017/01/23 16:00:00 +2017/01/23 17:00:00 +2017/01/23 18:00:00 +2017/01/23 19:00:00 +2017/01/23 20:00:00 +2017/01/23 21:00:00 +2017/01/23 22:00:00 +2017/01/23 23:00:00 +2017/01/24 00:00:00 +2017/01/24 01:00:00 +2017/01/24 02:00:00 +2017/01/24 03:00:00 +2017/01/24 04:00:00 +2017/01/24 05:00:00 +2017/01/24 06:00:00 +2017/01/24 07:00:00 +2017/01/24 08:00:00 +2017/01/24 09:00:00 +2017/01/24 10:00:00 +2017/01/24 11:00:00 +2017/01/24 12:00:00 +2017/01/24 13:00:00 +2017/01/24 14:00:00 +2017/01/24 15:00:00 +2017/01/24 16:00:00 +2017/01/24 17:00:00 +2017/01/24 18:00:00 +2017/01/24 19:00:00 +2017/01/24 20:00:00 +2017/01/24 21:00:00 +2017/01/24 22:00:00 +2017/01/24 23:00:00 +2017/01/25 00:00:00 +2017/01/25 01:00:00 +2017/01/25 02:00:00 +2017/01/25 03:00:00 +2017/01/25 04:00:00 +2017/01/25 05:00:00 +2017/01/25 06:00:00 +2017/01/25 07:00:00 +2017/01/25 08:00:00 +2017/01/25 09:00:00 +2017/01/25 10:00:00 +2017/01/25 11:00:00 +2017/01/25 12:00:00 +2017/01/25 13:00:00 +2017/01/25 14:00:00 +2017/01/25 15:00:00 +2017/01/25 16:00:00 +2017/01/25 17:00:00 +2017/01/25 18:00:00 +2017/01/25 19:00:00 +2017/01/25 20:00:00 +2017/01/25 21:00:00 +2017/01/25 22:00:00 +2017/01/25 23:00:00 +2017/01/26 00:00:00 +2017/01/26 01:00:00 +2017/01/26 02:00:00 +2017/01/26 03:00:00 +2017/01/26 04:00:00 +2017/01/26 05:00:00 +2017/01/26 06:00:00 +2017/01/26 07:00:00 +2017/01/26 08:00:00 +2017/01/26 09:00:00 +2017/01/26 10:00:00 +2017/01/26 11:00:00 +2017/01/26 12:00:00 +2017/01/26 13:00:00 +2017/01/26 14:00:00 +2017/01/26 15:00:00 +2017/01/26 16:00:00 +2017/01/26 17:00:00 +2017/01/26 18:00:00 +2017/01/26 19:00:00 +2017/01/26 20:00:00 +2017/01/26 21:00:00 +2017/01/26 22:00:00 +2017/01/26 23:00:00 +2017/01/27 00:00:00 +2017/01/27 01:00:00 +2017/01/27 02:00:00 +2017/01/27 03:00:00 +2017/01/27 04:00:00 +2017/01/27 05:00:00 +2017/01/27 06:00:00 +2017/01/27 07:00:00 +2017/01/27 08:00:00 +2017/01/27 09:00:00 +2017/01/27 10:00:00 +2017/01/27 11:00:00 +2017/01/27 12:00:00 +2017/01/27 13:00:00 +2017/01/27 14:00:00 +2017/01/27 15:00:00 +2017/01/27 16:00:00 +2017/01/27 17:00:00 +2017/01/27 18:00:00 +2017/01/27 19:00:00 +2017/01/27 20:00:00 +2017/01/27 21:00:00 +2017/01/27 22:00:00 +2017/01/27 23:00:00 +2017/01/28 00:00:00 +2017/01/28 01:00:00 +2017/01/28 02:00:00 +2017/01/28 03:00:00 +2017/01/28 04:00:00 +2017/01/28 05:00:00 +2017/01/28 06:00:00 +2017/01/28 07:00:00 +2017/01/28 08:00:00 +2017/01/28 09:00:00 +2017/01/28 10:00:00 +2017/01/28 11:00:00 +2017/01/28 12:00:00 +2017/01/28 13:00:00 +2017/01/28 14:00:00 +2017/01/28 15:00:00 +2017/01/28 16:00:00 +2017/01/28 17:00:00 +2017/01/28 18:00:00 +2017/01/28 19:00:00 +2017/01/28 20:00:00 +2017/01/28 21:00:00 +2017/01/28 22:00:00 +2017/01/28 23:00:00 +2017/01/29 00:00:00 +2017/01/29 01:00:00 +2017/01/29 02:00:00 +2017/01/29 03:00:00 +2017/01/29 04:00:00 +2017/01/29 05:00:00 +2017/01/29 06:00:00 +2017/01/29 07:00:00 +2017/01/29 08:00:00 +2017/01/29 09:00:00 +2017/01/29 10:00:00 +2017/01/29 11:00:00 +2017/01/29 12:00:00 +2017/01/29 13:00:00 +2017/01/29 14:00:00 +2017/01/29 15:00:00 +2017/01/29 16:00:00 +2017/01/29 17:00:00 +2017/01/29 18:00:00 +2017/01/29 19:00:00 +2017/01/29 20:00:00 +2017/01/29 21:00:00 +2017/01/29 22:00:00 +2017/01/29 23:00:00 +2017/01/30 00:00:00 +2017/01/30 01:00:00 +2017/01/30 02:00:00 +2017/01/30 03:00:00 +2017/01/30 04:00:00 +2017/01/30 05:00:00 +2017/01/30 06:00:00 +2017/01/30 07:00:00 +2017/01/30 08:00:00 +2017/01/30 09:00:00 +2017/01/30 10:00:00 +2017/01/30 11:00:00 +2017/01/30 12:00:00 +2017/01/30 13:00:00 +2017/01/30 14:00:00 +2017/01/30 15:00:00 +2017/01/30 16:00:00 +2017/01/30 17:00:00 +2017/01/30 18:00:00 +2017/01/30 19:00:00 +2017/01/30 20:00:00 +2017/01/30 21:00:00 +2017/01/30 22:00:00 +2017/01/30 23:00:00 +2017/01/31 00:00:00 +2017/01/31 01:00:00 +2017/01/31 02:00:00 +2017/01/31 03:00:00 +2017/01/31 04:00:00 +2017/01/31 05:00:00 +2017/01/31 06:00:00 +2017/01/31 07:00:00 +2017/01/31 08:00:00 +2017/01/31 09:00:00 +2017/01/31 10:00:00 +2017/01/31 11:00:00 +2017/01/31 12:00:00 +2017/01/31 13:00:00 +2017/01/31 14:00:00 +2017/01/31 15:00:00 +2017/01/31 16:00:00 +2017/01/31 17:00:00 +2017/01/31 18:00:00 +2017/01/31 19:00:00 +2017/01/31 20:00:00 +2017/01/31 21:00:00 +2017/01/31 22:00:00 +2017/01/31 23:00:00 +2017/02/01 00:00:00 +2017/02/01 01:00:00 +2017/02/01 02:00:00 +2017/02/01 03:00:00 +2017/02/01 04:00:00 +2017/02/01 05:00:00 +2017/02/01 06:00:00 +2017/02/01 07:00:00 +2017/02/01 08:00:00 +2017/02/01 09:00:00 +2017/02/01 10:00:00 +2017/02/01 11:00:00 +2017/02/01 12:00:00 +2017/02/01 13:00:00 +2017/02/01 14:00:00 +2017/02/01 15:00:00 +2017/02/01 16:00:00 +2017/02/01 17:00:00 +2017/02/01 18:00:00 +2017/02/01 19:00:00 +2017/02/01 20:00:00 +2017/02/01 21:00:00 +2017/02/01 22:00:00 +2017/02/01 23:00:00 +2017/02/02 00:00:00 +2017/02/02 01:00:00 +2017/02/02 02:00:00 +2017/02/02 03:00:00 +2017/02/02 04:00:00 +2017/02/02 05:00:00 +2017/02/02 06:00:00 +2017/02/02 07:00:00 +2017/02/02 08:00:00 +2017/02/02 09:00:00 +2017/02/02 10:00:00 +2017/02/02 11:00:00 +2017/02/02 12:00:00 +2017/02/02 13:00:00 +2017/02/02 14:00:00 +2017/02/02 15:00:00 +2017/02/02 16:00:00 +2017/02/02 17:00:00 +2017/02/02 18:00:00 +2017/02/02 19:00:00 +2017/02/02 20:00:00 +2017/02/02 21:00:00 +2017/02/02 22:00:00 +2017/02/02 23:00:00 +2017/02/03 00:00:00 +2017/02/03 01:00:00 +2017/02/03 02:00:00 +2017/02/03 03:00:00 +2017/02/03 04:00:00 +2017/02/03 05:00:00 +2017/02/03 06:00:00 +2017/02/03 07:00:00 +2017/02/03 08:00:00 +2017/02/03 09:00:00 +2017/02/03 10:00:00 +2017/02/03 11:00:00 +2017/02/03 12:00:00 +2017/02/03 13:00:00 +2017/02/03 14:00:00 +2017/02/03 15:00:00 +2017/02/03 16:00:00 +2017/02/03 17:00:00 +2017/02/03 18:00:00 +2017/02/03 19:00:00 +2017/02/03 20:00:00 +2017/02/03 21:00:00 +2017/02/03 22:00:00 +2017/02/03 23:00:00 +2017/02/04 00:00:00 +2017/02/04 01:00:00 +2017/02/04 02:00:00 +2017/02/04 03:00:00 +2017/02/04 04:00:00 +2017/02/04 05:00:00 +2017/02/04 06:00:00 +2017/02/04 07:00:00 +2017/02/04 08:00:00 +2017/02/04 09:00:00 +2017/02/04 10:00:00 +2017/02/04 11:00:00 +2017/02/04 12:00:00 +2017/02/04 13:00:00 +2017/02/04 14:00:00 +2017/02/04 15:00:00 +2017/02/04 16:00:00 +2017/02/04 17:00:00 +2017/02/04 18:00:00 +2017/02/04 19:00:00 +2017/02/04 20:00:00 +2017/02/04 21:00:00 +2017/02/04 22:00:00 +2017/02/04 23:00:00 +2017/02/05 00:00:00 +2017/02/05 01:00:00 +2017/02/05 02:00:00 +2017/02/05 03:00:00 +2017/02/05 04:00:00 +2017/02/05 05:00:00 +2017/02/05 06:00:00 +2017/02/05 07:00:00 +2017/02/05 08:00:00 +2017/02/05 09:00:00 +2017/02/05 10:00:00 +2017/02/05 11:00:00 +2017/02/05 12:00:00 +2017/02/05 13:00:00 +2017/02/05 14:00:00 +2017/02/05 15:00:00 +2017/02/05 16:00:00 +2017/02/05 17:00:00 +2017/02/05 18:00:00 +2017/02/05 19:00:00 +2017/02/05 20:00:00 +2017/02/05 21:00:00 +2017/02/05 22:00:00 +2017/02/05 23:00:00 +2017/02/06 00:00:00 +2017/02/06 01:00:00 +2017/02/06 02:00:00 +2017/02/06 03:00:00 +2017/02/06 04:00:00 +2017/02/06 05:00:00 +2017/02/06 06:00:00 +2017/02/06 07:00:00 +2017/02/06 08:00:00 +2017/02/06 09:00:00 +2017/02/06 10:00:00 +2017/02/06 11:00:00 +2017/02/06 12:00:00 +2017/02/06 13:00:00 +2017/02/06 14:00:00 +2017/02/06 15:00:00 +2017/02/06 16:00:00 +2017/02/06 17:00:00 +2017/02/06 18:00:00 +2017/02/06 19:00:00 +2017/02/06 20:00:00 +2017/02/06 21:00:00 +2017/02/06 22:00:00 +2017/02/06 23:00:00 +2017/02/07 00:00:00 +2017/02/07 01:00:00 +2017/02/07 02:00:00 +2017/02/07 03:00:00 +2017/02/07 04:00:00 +2017/02/07 05:00:00 +2017/02/07 06:00:00 +2017/02/07 07:00:00 +2017/02/07 08:00:00 +2017/02/07 09:00:00 +2017/02/07 10:00:00 +2017/02/07 11:00:00 +2017/02/07 12:00:00 +2017/02/07 13:00:00 +2017/02/07 14:00:00 +2017/02/07 15:00:00 +2017/02/07 16:00:00 +2017/02/07 17:00:00 +2017/02/07 18:00:00 +2017/02/07 19:00:00 +2017/02/07 20:00:00 +2017/02/07 21:00:00 +2017/02/07 22:00:00 +2017/02/07 23:00:00 +2017/02/08 00:00:00 +2017/02/08 01:00:00 +2017/02/08 02:00:00 +2017/02/08 03:00:00 +2017/02/08 04:00:00 +2017/02/08 05:00:00 +2017/02/08 06:00:00 +2017/02/08 07:00:00 +2017/02/08 08:00:00 +2017/02/08 09:00:00 +2017/02/08 10:00:00 +2017/02/08 11:00:00 +2017/02/08 12:00:00 +2017/02/08 13:00:00 +2017/02/08 14:00:00 +2017/02/08 15:00:00 +2017/02/08 16:00:00 +2017/02/08 17:00:00 +2017/02/08 18:00:00 +2017/02/08 19:00:00 +2017/02/08 20:00:00 +2017/02/08 21:00:00 +2017/02/08 22:00:00 +2017/02/08 23:00:00 +2017/02/09 00:00:00 +2017/02/09 01:00:00 +2017/02/09 02:00:00 +2017/02/09 03:00:00 +2017/02/09 04:00:00 +2017/02/09 05:00:00 +2017/02/09 06:00:00 +2017/02/09 07:00:00 +2017/02/09 08:00:00 +2017/02/09 09:00:00 +2017/02/09 10:00:00 +2017/02/09 11:00:00 +2017/02/09 12:00:00 +2017/02/09 13:00:00 +2017/02/09 14:00:00 +2017/02/09 15:00:00 +2017/02/09 16:00:00 +2017/02/09 17:00:00 +2017/02/09 18:00:00 +2017/02/09 19:00:00 +2017/02/09 20:00:00 +2017/02/09 21:00:00 +2017/02/09 22:00:00 +2017/02/09 23:00:00 +2017/02/10 00:00:00 +2017/02/10 01:00:00 +2017/02/10 02:00:00 +2017/02/10 03:00:00 +2017/02/10 04:00:00 +2017/02/10 05:00:00 +2017/02/10 06:00:00 +2017/02/10 07:00:00 +2017/02/10 08:00:00 +2017/02/10 09:00:00 +2017/02/10 10:00:00 +2017/02/10 11:00:00 +2017/02/10 12:00:00 +2017/02/10 13:00:00 +2017/02/10 14:00:00 +2017/02/10 15:00:00 +2017/02/10 16:00:00 +2017/02/10 17:00:00 +2017/02/10 18:00:00 +2017/02/10 19:00:00 +2017/02/10 20:00:00 +2017/02/10 21:00:00 +2017/02/10 22:00:00 +2017/02/10 23:00:00 +2017/02/11 00:00:00 +2017/02/11 01:00:00 +2017/02/11 02:00:00 +2017/02/11 03:00:00 +2017/02/11 04:00:00 +2017/02/11 05:00:00 +2017/02/11 06:00:00 +2017/02/11 07:00:00 +2017/02/11 08:00:00 +2017/02/11 09:00:00 +2017/02/11 10:00:00 +2017/02/11 11:00:00 +2017/02/11 12:00:00 +2017/02/11 13:00:00 +2017/02/11 14:00:00 +2017/02/11 15:00:00 +2017/02/11 16:00:00 +2017/02/11 17:00:00 +2017/02/11 18:00:00 +2017/02/11 19:00:00 +2017/02/11 20:00:00 +2017/02/11 21:00:00 +2017/02/11 22:00:00 +2017/02/11 23:00:00 +2017/02/12 00:00:00 +2017/02/12 01:00:00 +2017/02/12 02:00:00 +2017/02/12 03:00:00 +2017/02/12 04:00:00 +2017/02/12 05:00:00 +2017/02/12 06:00:00 +2017/02/12 07:00:00 +2017/02/12 08:00:00 +2017/02/12 09:00:00 +2017/02/12 10:00:00 +2017/02/12 11:00:00 +2017/02/12 12:00:00 +2017/02/12 13:00:00 +2017/02/12 14:00:00 +2017/02/12 15:00:00 +2017/02/12 16:00:00 +2017/02/12 17:00:00 +2017/02/12 18:00:00 +2017/02/12 19:00:00 +2017/02/12 20:00:00 +2017/02/12 21:00:00 +2017/02/12 22:00:00 +2017/02/12 23:00:00 +2017/02/13 00:00:00 +2017/02/13 01:00:00 +2017/02/13 02:00:00 +2017/02/13 03:00:00 +2017/02/13 04:00:00 +2017/02/13 05:00:00 +2017/02/13 06:00:00 +2017/02/13 07:00:00 +2017/02/13 08:00:00 +2017/02/13 09:00:00 +2017/02/13 10:00:00 +2017/02/13 11:00:00 +2017/02/13 12:00:00 +2017/02/13 13:00:00 +2017/02/13 14:00:00 +2017/02/13 15:00:00 +2017/02/13 16:00:00 +2017/02/13 17:00:00 +2017/02/13 18:00:00 +2017/02/13 19:00:00 +2017/02/13 20:00:00 +2017/02/13 21:00:00 +2017/02/13 22:00:00 +2017/02/13 23:00:00 +2017/02/14 00:00:00 +2017/02/14 01:00:00 +2017/02/14 02:00:00 +2017/02/14 03:00:00 +2017/02/14 04:00:00 +2017/02/14 05:00:00 +2017/02/14 06:00:00 +2017/02/14 07:00:00 +2017/02/14 08:00:00 +2017/02/14 09:00:00 +2017/02/14 10:00:00 +2017/02/14 11:00:00 +2017/02/14 12:00:00 +2017/02/14 13:00:00 +2017/02/14 14:00:00 +2017/02/14 15:00:00 +2017/02/14 16:00:00 +2017/02/14 17:00:00 +2017/02/14 18:00:00 +2017/02/14 19:00:00 +2017/02/14 20:00:00 +2017/02/14 21:00:00 +2017/02/14 22:00:00 +2017/02/14 23:00:00 +2017/02/15 00:00:00 +2017/02/15 01:00:00 +2017/02/15 02:00:00 +2017/02/15 03:00:00 +2017/02/15 04:00:00 +2017/02/15 05:00:00 +2017/02/15 06:00:00 +2017/02/15 07:00:00 +2017/02/15 08:00:00 +2017/02/15 09:00:00 +2017/02/15 10:00:00 +2017/02/15 11:00:00 +2017/02/15 12:00:00 +2017/02/15 13:00:00 +2017/02/15 14:00:00 +2017/02/15 15:00:00 +2017/02/15 16:00:00 +2017/02/15 17:00:00 +2017/02/15 18:00:00 +2017/02/15 19:00:00 +2017/02/15 20:00:00 +2017/02/15 21:00:00 +2017/02/15 22:00:00 +2017/02/15 23:00:00 +2017/02/16 00:00:00 +2017/02/16 01:00:00 +2017/02/16 02:00:00 +2017/02/16 03:00:00 +2017/02/16 04:00:00 +2017/02/16 05:00:00 +2017/02/16 06:00:00 +2017/02/16 07:00:00 +2017/02/16 08:00:00 +2017/02/16 09:00:00 +2017/02/16 10:00:00 +2017/02/16 11:00:00 +2017/02/16 12:00:00 +2017/02/16 13:00:00 +2017/02/16 14:00:00 +2017/02/16 15:00:00 +2017/02/16 16:00:00 +2017/02/16 17:00:00 +2017/02/16 18:00:00 +2017/02/16 19:00:00 +2017/02/16 20:00:00 +2017/02/16 21:00:00 +2017/02/16 22:00:00 +2017/02/16 23:00:00 +2017/02/17 00:00:00 +2017/02/17 01:00:00 +2017/02/17 02:00:00 +2017/02/17 03:00:00 +2017/02/17 04:00:00 +2017/02/17 05:00:00 +2017/02/17 06:00:00 +2017/02/17 07:00:00 +2017/02/17 08:00:00 +2017/02/17 09:00:00 +2017/02/17 10:00:00 +2017/02/17 11:00:00 +2017/02/17 12:00:00 +2017/02/17 13:00:00 +2017/02/17 14:00:00 +2017/02/17 15:00:00 +2017/02/17 16:00:00 +2017/02/17 17:00:00 +2017/02/17 18:00:00 +2017/02/17 19:00:00 +2017/02/17 20:00:00 +2017/02/17 21:00:00 +2017/02/17 22:00:00 +2017/02/17 23:00:00 +2017/02/18 00:00:00 +2017/02/18 01:00:00 +2017/02/18 02:00:00 +2017/02/18 03:00:00 +2017/02/18 04:00:00 +2017/02/18 05:00:00 +2017/02/18 06:00:00 +2017/02/18 07:00:00 +2017/02/18 08:00:00 +2017/02/18 09:00:00 +2017/02/18 10:00:00 +2017/02/18 11:00:00 +2017/02/18 12:00:00 +2017/02/18 13:00:00 +2017/02/18 14:00:00 +2017/02/18 15:00:00 +2017/02/18 16:00:00 +2017/02/18 17:00:00 +2017/02/18 18:00:00 +2017/02/18 19:00:00 +2017/02/18 20:00:00 +2017/02/18 21:00:00 +2017/02/18 22:00:00 +2017/02/18 23:00:00 +2017/02/19 00:00:00 +2017/02/19 01:00:00 +2017/02/19 02:00:00 +2017/02/19 03:00:00 +2017/02/19 04:00:00 +2017/02/19 05:00:00 +2017/02/19 06:00:00 +2017/02/19 07:00:00 +2017/02/19 08:00:00 +2017/02/19 09:00:00 +2017/02/19 10:00:00 +2017/02/19 11:00:00 +2017/02/19 12:00:00 +2017/02/19 13:00:00 +2017/02/19 14:00:00 +2017/02/19 15:00:00 +2017/02/19 16:00:00 +2017/02/19 17:00:00 +2017/02/19 18:00:00 +2017/02/19 19:00:00 +2017/02/19 20:00:00 +2017/02/19 21:00:00 +2017/02/19 22:00:00 +2017/02/19 23:00:00 +2017/02/20 00:00:00 +2017/02/20 01:00:00 +2017/02/20 02:00:00 +2017/02/20 03:00:00 +2017/02/20 04:00:00 +2017/02/20 05:00:00 +2017/02/20 06:00:00 +2017/02/20 07:00:00 +2017/02/20 08:00:00 +2017/02/20 09:00:00 +2017/02/20 10:00:00 +2017/02/20 11:00:00 +2017/02/20 12:00:00 +2017/02/20 13:00:00 +2017/02/20 14:00:00 +2017/02/20 15:00:00 +2017/02/20 16:00:00 +2017/02/20 17:00:00 +2017/02/20 18:00:00 +2017/02/20 19:00:00 +2017/02/20 20:00:00 +2017/02/20 21:00:00 +2017/02/20 22:00:00 +2017/02/20 23:00:00 +2017/02/21 00:00:00 +2017/02/21 01:00:00 +2017/02/21 02:00:00 +2017/02/21 03:00:00 +2017/02/21 04:00:00 +2017/02/21 05:00:00 +2017/02/21 06:00:00 +2017/02/21 07:00:00 +2017/02/21 08:00:00 +2017/02/21 09:00:00 +2017/02/21 10:00:00 +2017/02/21 11:00:00 +2017/02/21 12:00:00 +2017/02/21 13:00:00 +2017/02/21 14:00:00 +2017/02/21 15:00:00 +2017/02/21 16:00:00 +2017/02/21 17:00:00 +2017/02/21 18:00:00 +2017/02/21 19:00:00 +2017/02/21 20:00:00 +2017/02/21 21:00:00 +2017/02/21 22:00:00 +2017/02/21 23:00:00 +2017/02/22 00:00:00 +2017/02/22 01:00:00 +2017/02/22 02:00:00 +2017/02/22 03:00:00 +2017/02/22 04:00:00 +2017/02/22 05:00:00 +2017/02/22 06:00:00 +2017/02/22 07:00:00 +2017/02/22 08:00:00 +2017/02/22 09:00:00 +2017/02/22 10:00:00 +2017/02/22 11:00:00 +2017/02/22 12:00:00 +2017/02/22 13:00:00 +2017/02/22 14:00:00 +2017/02/22 15:00:00 +2017/02/22 16:00:00 +2017/02/22 17:00:00 +2017/02/22 18:00:00 +2017/02/22 19:00:00 +2017/02/22 20:00:00 +2017/02/22 21:00:00 +2017/02/22 22:00:00 +2017/02/22 23:00:00 +2017/02/23 00:00:00 +2017/02/23 01:00:00 +2017/02/23 02:00:00 +2017/02/23 03:00:00 +2017/02/23 04:00:00 +2017/02/23 05:00:00 +2017/02/23 06:00:00 +2017/02/23 07:00:00 +2017/02/23 08:00:00 +2017/02/23 09:00:00 +2017/02/23 10:00:00 +2017/02/23 11:00:00 +2017/02/23 12:00:00 +2017/02/23 13:00:00 +2017/02/23 14:00:00 +2017/02/23 15:00:00 +2017/02/23 16:00:00 +2017/02/23 17:00:00 +2017/02/23 18:00:00 +2017/02/23 19:00:00 +2017/02/23 20:00:00 +2017/02/23 21:00:00 +2017/02/23 22:00:00 +2017/02/23 23:00:00 +2017/02/24 00:00:00 +2017/02/24 01:00:00 +2017/02/24 02:00:00 +2017/02/24 03:00:00 +2017/02/24 04:00:00 +2017/02/24 05:00:00 +2017/02/24 06:00:00 +2017/02/24 07:00:00 +2017/02/24 08:00:00 +2017/02/24 09:00:00 +2017/02/24 10:00:00 +2017/02/24 11:00:00 +2017/02/24 12:00:00 +2017/02/24 13:00:00 +2017/02/24 14:00:00 +2017/02/24 15:00:00 +2017/02/24 16:00:00 +2017/02/24 17:00:00 +2017/02/24 18:00:00 +2017/02/24 19:00:00 +2017/02/24 20:00:00 +2017/02/24 21:00:00 +2017/02/24 22:00:00 +2017/02/24 23:00:00 +2017/02/25 00:00:00 +2017/02/25 01:00:00 +2017/02/25 02:00:00 +2017/02/25 03:00:00 +2017/02/25 04:00:00 +2017/02/25 05:00:00 +2017/02/25 06:00:00 +2017/02/25 07:00:00 +2017/02/25 08:00:00 +2017/02/25 09:00:00 +2017/02/25 10:00:00 +2017/02/25 11:00:00 +2017/02/25 12:00:00 +2017/02/25 13:00:00 +2017/02/25 14:00:00 +2017/02/25 15:00:00 +2017/02/25 16:00:00 +2017/02/25 17:00:00 +2017/02/25 18:00:00 +2017/02/25 19:00:00 +2017/02/25 20:00:00 +2017/02/25 21:00:00 +2017/02/25 22:00:00 +2017/02/25 23:00:00 +2017/02/26 00:00:00 +2017/02/26 01:00:00 +2017/02/26 02:00:00 +2017/02/26 03:00:00 +2017/02/26 04:00:00 +2017/02/26 05:00:00 +2017/02/26 06:00:00 +2017/02/26 07:00:00 +2017/02/26 08:00:00 +2017/02/26 09:00:00 +2017/02/26 10:00:00 +2017/02/26 11:00:00 +2017/02/26 12:00:00 +2017/02/26 13:00:00 +2017/02/26 14:00:00 +2017/02/26 15:00:00 +2017/02/26 16:00:00 +2017/02/26 17:00:00 +2017/02/26 18:00:00 +2017/02/26 19:00:00 +2017/02/26 20:00:00 +2017/02/26 21:00:00 +2017/02/26 22:00:00 +2017/02/26 23:00:00 +2017/02/27 00:00:00 +2017/02/27 01:00:00 +2017/02/27 02:00:00 +2017/02/27 03:00:00 +2017/02/27 04:00:00 +2017/02/27 05:00:00 +2017/02/27 06:00:00 +2017/02/27 07:00:00 +2017/02/27 08:00:00 +2017/02/27 09:00:00 +2017/02/27 10:00:00 +2017/02/27 11:00:00 +2017/02/27 12:00:00 +2017/02/27 13:00:00 +2017/02/27 14:00:00 +2017/02/27 15:00:00 +2017/02/27 16:00:00 +2017/02/27 17:00:00 +2017/02/27 18:00:00 +2017/02/27 19:00:00 +2017/02/27 20:00:00 +2017/02/27 21:00:00 +2017/02/27 22:00:00 +2017/02/27 23:00:00 +2017/02/28 00:00:00 +2017/02/28 01:00:00 +2017/02/28 02:00:00 +2017/02/28 03:00:00 +2017/02/28 04:00:00 +2017/02/28 05:00:00 +2017/02/28 06:00:00 +2017/02/28 07:00:00 +2017/02/28 08:00:00 +2017/02/28 09:00:00 +2017/02/28 10:00:00 +2017/02/28 11:00:00 +2017/02/28 12:00:00 +2017/02/28 13:00:00 +2017/02/28 14:00:00 +2017/02/28 15:00:00 +2017/02/28 16:00:00 +2017/02/28 17:00:00 +2017/02/28 18:00:00 +2017/02/28 19:00:00 +2017/02/28 20:00:00 +2017/02/28 21:00:00 +2017/02/28 22:00:00 +2017/02/28 23:00:00 +2017/03/01 00:00:00 +2017/03/01 01:00:00 +2017/03/01 02:00:00 +2017/03/01 03:00:00 +2017/03/01 04:00:00 +2017/03/01 05:00:00 +2017/03/01 06:00:00 +2017/03/01 07:00:00 +2017/03/01 08:00:00 +2017/03/01 09:00:00 +2017/03/01 10:00:00 +2017/03/01 11:00:00 +2017/03/01 12:00:00 +2017/03/01 13:00:00 +2017/03/01 14:00:00 +2017/03/01 15:00:00 +2017/03/01 16:00:00 +2017/03/01 17:00:00 +2017/03/01 18:00:00 +2017/03/01 19:00:00 +2017/03/01 20:00:00 +2017/03/01 21:00:00 +2017/03/01 22:00:00 +2017/03/01 23:00:00 +2017/03/02 00:00:00 +2017/03/02 01:00:00 +2017/03/02 02:00:00 +2017/03/02 03:00:00 +2017/03/02 04:00:00 +2017/03/02 05:00:00 +2017/03/02 06:00:00 +2017/03/02 07:00:00 +2017/03/02 08:00:00 +2017/03/02 09:00:00 +2017/03/02 10:00:00 +2017/03/02 11:00:00 +2017/03/02 12:00:00 +2017/03/02 13:00:00 +2017/03/02 14:00:00 +2017/03/02 15:00:00 +2017/03/02 16:00:00 +2017/03/02 17:00:00 +2017/03/02 18:00:00 +2017/03/02 19:00:00 +2017/03/02 20:00:00 +2017/03/02 21:00:00 +2017/03/02 22:00:00 +2017/03/02 23:00:00 +2017/03/03 00:00:00 +2017/03/03 01:00:00 +2017/03/03 02:00:00 +2017/03/03 03:00:00 +2017/03/03 04:00:00 +2017/03/03 05:00:00 +2017/03/03 06:00:00 +2017/03/03 07:00:00 +2017/03/03 08:00:00 +2017/03/03 09:00:00 +2017/03/03 10:00:00 +2017/03/03 11:00:00 +2017/03/03 12:00:00 +2017/03/03 13:00:00 +2017/03/03 14:00:00 +2017/03/03 15:00:00 +2017/03/03 16:00:00 +2017/03/03 17:00:00 +2017/03/03 18:00:00 +2017/03/03 19:00:00 +2017/03/03 20:00:00 +2017/03/03 21:00:00 +2017/03/03 22:00:00 +2017/03/03 23:00:00 +2017/03/04 00:00:00 +2017/03/04 01:00:00 +2017/03/04 02:00:00 +2017/03/04 03:00:00 +2017/03/04 04:00:00 +2017/03/04 05:00:00 +2017/03/04 06:00:00 +2017/03/04 07:00:00 +2017/03/04 08:00:00 +2017/03/04 09:00:00 +2017/03/04 10:00:00 +2017/03/04 11:00:00 +2017/03/04 12:00:00 +2017/03/04 13:00:00 +2017/03/04 14:00:00 +2017/03/04 15:00:00 +2017/03/04 16:00:00 +2017/03/04 17:00:00 +2017/03/04 18:00:00 +2017/03/04 19:00:00 +2017/03/04 20:00:00 +2017/03/04 21:00:00 +2017/03/04 22:00:00 +2017/03/04 23:00:00 +2017/03/05 00:00:00 +2017/03/05 01:00:00 +2017/03/05 02:00:00 +2017/03/05 03:00:00 +2017/03/05 04:00:00 +2017/03/05 05:00:00 +2017/03/05 06:00:00 +2017/03/05 07:00:00 +2017/03/05 08:00:00 +2017/03/05 09:00:00 +2017/03/05 10:00:00 +2017/03/05 11:00:00 +2017/03/05 12:00:00 +2017/03/05 13:00:00 +2017/03/05 14:00:00 +2017/03/05 15:00:00 +2017/03/05 16:00:00 +2017/03/05 17:00:00 +2017/03/05 18:00:00 +2017/03/05 19:00:00 +2017/03/05 20:00:00 +2017/03/05 21:00:00 +2017/03/05 22:00:00 +2017/03/05 23:00:00 +2017/03/06 00:00:00 +2017/03/06 01:00:00 +2017/03/06 02:00:00 +2017/03/06 03:00:00 +2017/03/06 04:00:00 +2017/03/06 05:00:00 +2017/03/06 06:00:00 +2017/03/06 07:00:00 +2017/03/06 08:00:00 +2017/03/06 09:00:00 +2017/03/06 10:00:00 +2017/03/06 11:00:00 +2017/03/06 12:00:00 +2017/03/06 13:00:00 +2017/03/06 14:00:00 +2017/03/06 15:00:00 +2017/03/06 16:00:00 +2017/03/06 17:00:00 +2017/03/06 18:00:00 +2017/03/06 19:00:00 +2017/03/06 20:00:00 +2017/03/06 21:00:00 +2017/03/06 22:00:00 +2017/03/06 23:00:00 +2017/03/07 00:00:00 +2017/03/07 01:00:00 +2017/03/07 02:00:00 +2017/03/07 03:00:00 +2017/03/07 04:00:00 +2017/03/07 05:00:00 +2017/03/07 06:00:00 +2017/03/07 07:00:00 +2017/03/07 08:00:00 +2017/03/07 09:00:00 +2017/03/07 10:00:00 +2017/03/07 11:00:00 +2017/03/07 12:00:00 +2017/03/07 13:00:00 +2017/03/07 14:00:00 +2017/03/07 15:00:00 +2017/03/07 16:00:00 +2017/03/07 17:00:00 +2017/03/07 18:00:00 +2017/03/07 19:00:00 +2017/03/07 20:00:00 +2017/03/07 21:00:00 +2017/03/07 22:00:00 +2017/03/07 23:00:00 +2017/03/08 00:00:00 +2017/03/08 01:00:00 +2017/03/08 02:00:00 +2017/03/08 03:00:00 +2017/03/08 04:00:00 +2017/03/08 05:00:00 +2017/03/08 06:00:00 +2017/03/08 07:00:00 +2017/03/08 08:00:00 +2017/03/08 09:00:00 +2017/03/08 10:00:00 +2017/03/08 11:00:00 +2017/03/08 12:00:00 +2017/03/08 13:00:00 +2017/03/08 14:00:00 +2017/03/08 15:00:00 +2017/03/08 16:00:00 +2017/03/08 17:00:00 +2017/03/08 18:00:00 +2017/03/08 19:00:00 +2017/03/08 20:00:00 +2017/03/08 21:00:00 +2017/03/08 22:00:00 +2017/03/08 23:00:00 +2017/03/09 00:00:00 +2017/03/09 01:00:00 +2017/03/09 02:00:00 +2017/03/09 03:00:00 +2017/03/09 04:00:00 +2017/03/09 05:00:00 +2017/03/09 06:00:00 +2017/03/09 07:00:00 +2017/03/09 08:00:00 +2017/03/09 09:00:00 +2017/03/09 10:00:00 +2017/03/09 11:00:00 +2017/03/09 12:00:00 +2017/03/09 13:00:00 +2017/03/09 14:00:00 +2017/03/09 15:00:00 +2017/03/09 16:00:00 +2017/03/09 17:00:00 +2017/03/09 18:00:00 +2017/03/09 19:00:00 +2017/03/09 20:00:00 +2017/03/09 21:00:00 +2017/03/09 22:00:00 +2017/03/09 23:00:00 +2017/03/10 00:00:00 +2017/03/10 01:00:00 +2017/03/10 02:00:00 +2017/03/10 03:00:00 +2017/03/10 04:00:00 +2017/03/10 05:00:00 +2017/03/10 06:00:00 +2017/03/10 07:00:00 +2017/03/10 08:00:00 +2017/03/10 09:00:00 +2017/03/10 10:00:00 +2017/03/10 11:00:00 +2017/03/10 12:00:00 +2017/03/10 13:00:00 +2017/03/10 14:00:00 +2017/03/10 15:00:00 +2017/03/10 16:00:00 +2017/03/10 17:00:00 +2017/03/10 18:00:00 +2017/03/10 19:00:00 +2017/03/10 20:00:00 +2017/03/10 21:00:00 +2017/03/10 22:00:00 +2017/03/10 23:00:00 +2017/03/11 00:00:00 +2017/03/11 01:00:00 +2017/03/11 02:00:00 +2017/03/11 03:00:00 +2017/03/11 04:00:00 +2017/03/11 05:00:00 +2017/03/11 06:00:00 +2017/03/11 07:00:00 +2017/03/11 08:00:00 +2017/03/11 09:00:00 +2017/03/11 10:00:00 +2017/03/11 11:00:00 +2017/03/11 12:00:00 +2017/03/11 13:00:00 +2017/03/11 14:00:00 +2017/03/11 15:00:00 +2017/03/11 16:00:00 +2017/03/11 17:00:00 +2017/03/11 18:00:00 +2017/03/11 19:00:00 +2017/03/11 20:00:00 +2017/03/11 21:00:00 +2017/03/11 22:00:00 +2017/03/11 23:00:00 +2017/03/12 00:00:00 +2017/03/12 01:00:00 +2017/03/12 02:00:00 +2017/03/12 03:00:00 +2017/03/12 04:00:00 +2017/03/12 05:00:00 +2017/03/12 06:00:00 +2017/03/12 07:00:00 +2017/03/12 08:00:00 +2017/03/12 09:00:00 +2017/03/12 10:00:00 +2017/03/12 11:00:00 +2017/03/12 12:00:00 +2017/03/12 13:00:00 +2017/03/12 14:00:00 +2017/03/12 15:00:00 +2017/03/12 16:00:00 +2017/03/12 17:00:00 +2017/03/12 18:00:00 +2017/03/12 19:00:00 +2017/03/12 20:00:00 +2017/03/12 21:00:00 +2017/03/12 22:00:00 +2017/03/12 23:00:00 +2017/03/13 00:00:00 +2017/03/13 01:00:00 +2017/03/13 02:00:00 +2017/03/13 03:00:00 +2017/03/13 04:00:00 +2017/03/13 05:00:00 +2017/03/13 06:00:00 +2017/03/13 07:00:00 +2017/03/13 08:00:00 +2017/03/13 09:00:00 +2017/03/13 10:00:00 +2017/03/13 11:00:00 +2017/03/13 12:00:00 +2017/03/13 13:00:00 +2017/03/13 14:00:00 +2017/03/13 15:00:00 +2017/03/13 16:00:00 +2017/03/13 17:00:00 +2017/03/13 18:00:00 +2017/03/13 19:00:00 +2017/03/13 20:00:00 +2017/03/13 21:00:00 +2017/03/13 22:00:00 +2017/03/13 23:00:00 +2017/03/14 00:00:00 +2017/03/14 01:00:00 +2017/03/14 02:00:00 +2017/03/14 03:00:00 +2017/03/14 04:00:00 +2017/03/14 05:00:00 +2017/03/14 06:00:00 +2017/03/14 07:00:00 +2017/03/14 08:00:00 +2017/03/14 09:00:00 +2017/03/14 10:00:00 +2017/03/14 11:00:00 +2017/03/14 12:00:00 +2017/03/14 13:00:00 +2017/03/14 14:00:00 +2017/03/14 15:00:00 +2017/03/14 16:00:00 +2017/03/14 17:00:00 +2017/03/14 18:00:00 +2017/03/14 19:00:00 +2017/03/14 20:00:00 +2017/03/14 21:00:00 +2017/03/14 22:00:00 +2017/03/14 23:00:00 +2017/03/15 00:00:00 +2017/03/15 01:00:00 +2017/03/15 02:00:00 +2017/03/15 03:00:00 +2017/03/15 04:00:00 +2017/03/15 05:00:00 +2017/03/15 06:00:00 +2017/03/15 07:00:00 +2017/03/15 08:00:00 +2017/03/15 09:00:00 +2017/03/15 10:00:00 +2017/03/15 11:00:00 +2017/03/15 12:00:00 +2017/03/15 13:00:00 +2017/03/15 14:00:00 +2017/03/15 15:00:00 +2017/03/15 16:00:00 +2017/03/15 17:00:00 +2017/03/15 18:00:00 +2017/03/15 19:00:00 +2017/03/15 20:00:00 +2017/03/15 21:00:00 +2017/03/15 22:00:00 +2017/03/15 23:00:00 +2017/03/16 00:00:00 +2017/03/16 01:00:00 +2017/03/16 02:00:00 +2017/03/16 03:00:00 +2017/03/16 04:00:00 +2017/03/16 05:00:00 +2017/03/16 06:00:00 +2017/03/16 07:00:00 +2017/03/16 08:00:00 +2017/03/16 09:00:00 +2017/03/16 10:00:00 +2017/03/16 11:00:00 +2017/03/16 12:00:00 +2017/03/16 13:00:00 +2017/03/16 14:00:00 +2017/03/16 15:00:00 +2017/03/16 16:00:00 +2017/03/16 17:00:00 +2017/03/16 18:00:00 +2017/03/16 19:00:00 +2017/03/16 20:00:00 +2017/03/16 21:00:00 +2017/03/16 22:00:00 +2017/03/16 23:00:00 +2017/03/17 00:00:00 +2017/03/17 01:00:00 +2017/03/17 02:00:00 +2017/03/17 03:00:00 +2017/03/17 04:00:00 +2017/03/17 05:00:00 +2017/03/17 06:00:00 +2017/03/17 07:00:00 +2017/03/17 08:00:00 +2017/03/17 09:00:00 +2017/03/17 10:00:00 +2017/03/17 11:00:00 +2017/03/17 12:00:00 +2017/03/17 13:00:00 +2017/03/17 14:00:00 +2017/03/17 15:00:00 +2017/03/17 16:00:00 +2017/03/17 17:00:00 +2017/03/17 18:00:00 +2017/03/17 19:00:00 +2017/03/17 20:00:00 +2017/03/17 21:00:00 +2017/03/17 22:00:00 +2017/03/17 23:00:00 +2017/03/18 00:00:00 +2017/03/18 01:00:00 +2017/03/18 02:00:00 +2017/03/18 03:00:00 +2017/03/18 04:00:00 +2017/03/18 05:00:00 +2017/03/18 06:00:00 +2017/03/18 07:00:00 +2017/03/18 08:00:00 +2017/03/18 09:00:00 +2017/03/18 10:00:00 +2017/03/18 11:00:00 +2017/03/18 12:00:00 +2017/03/18 13:00:00 +2017/03/18 14:00:00 +2017/03/18 15:00:00 +2017/03/18 16:00:00 +2017/03/18 17:00:00 +2017/03/18 18:00:00 +2017/03/18 19:00:00 +2017/03/18 20:00:00 +2017/03/18 21:00:00 +2017/03/18 22:00:00 +2017/03/18 23:00:00 +2017/03/19 00:00:00 +2017/03/19 01:00:00 +2017/03/19 02:00:00 +2017/03/19 03:00:00 +2017/03/19 04:00:00 +2017/03/19 05:00:00 +2017/03/19 06:00:00 +2017/03/19 07:00:00 +2017/03/19 08:00:00 +2017/03/19 09:00:00 +2017/03/19 10:00:00 +2017/03/19 11:00:00 +2017/03/19 12:00:00 +2017/03/19 13:00:00 +2017/03/19 14:00:00 +2017/03/19 15:00:00 +2017/03/19 16:00:00 +2017/03/19 17:00:00 +2017/03/19 18:00:00 +2017/03/19 19:00:00 +2017/03/19 20:00:00 +2017/03/19 21:00:00 +2017/03/19 22:00:00 +2017/03/19 23:00:00 +2017/03/20 00:00:00 +2017/03/20 01:00:00 +2017/03/20 02:00:00 +2017/03/20 03:00:00 +2017/03/20 04:00:00 +2017/03/20 05:00:00 +2017/03/20 06:00:00 +2017/03/20 07:00:00 +2017/03/20 08:00:00 +2017/03/20 09:00:00 +2017/03/20 10:00:00 +2017/03/20 11:00:00 +2017/03/20 12:00:00 +2017/03/20 13:00:00 +2017/03/20 14:00:00 +2017/03/20 15:00:00 +2017/03/20 16:00:00 +2017/03/20 17:00:00 +2017/03/20 18:00:00 +2017/03/20 19:00:00 +2017/03/20 20:00:00 +2017/03/20 21:00:00 +2017/03/20 22:00:00 +2017/03/20 23:00:00 +2017/03/21 00:00:00 +2017/03/21 01:00:00 +2017/03/21 02:00:00 +2017/03/21 03:00:00 +2017/03/21 04:00:00 +2017/03/21 05:00:00 +2017/03/21 06:00:00 +2017/03/21 07:00:00 +2017/03/21 08:00:00 +2017/03/21 09:00:00 +2017/03/21 10:00:00 +2017/03/21 11:00:00 +2017/03/21 12:00:00 +2017/03/21 13:00:00 +2017/03/21 14:00:00 +2017/03/21 15:00:00 +2017/03/21 16:00:00 +2017/03/21 17:00:00 +2017/03/21 18:00:00 +2017/03/21 19:00:00 +2017/03/21 20:00:00 +2017/03/21 21:00:00 +2017/03/21 22:00:00 +2017/03/21 23:00:00 +2017/03/22 00:00:00 +2017/03/22 01:00:00 +2017/03/22 02:00:00 +2017/03/22 03:00:00 +2017/03/22 04:00:00 +2017/03/22 05:00:00 +2017/03/22 06:00:00 +2017/03/22 07:00:00 +2017/03/22 08:00:00 +2017/03/22 09:00:00 +2017/03/22 10:00:00 +2017/03/22 11:00:00 +2017/03/22 12:00:00 +2017/03/22 13:00:00 +2017/03/22 14:00:00 +2017/03/22 15:00:00 +2017/03/22 16:00:00 +2017/03/22 17:00:00 +2017/03/22 18:00:00 +2017/03/22 19:00:00 +2017/03/22 20:00:00 +2017/03/22 21:00:00 +2017/03/22 22:00:00 +2017/03/22 23:00:00 +2017/03/23 00:00:00 +2017/03/23 01:00:00 +2017/03/23 02:00:00 +2017/03/23 03:00:00 +2017/03/23 04:00:00 +2017/03/23 05:00:00 +2017/03/23 06:00:00 +2017/03/23 07:00:00 +2017/03/23 08:00:00 +2017/03/23 09:00:00 +2017/03/23 10:00:00 +2017/03/23 11:00:00 +2017/03/23 12:00:00 +2017/03/23 13:00:00 +2017/03/23 14:00:00 +2017/03/23 15:00:00 +2017/03/23 16:00:00 +2017/03/23 17:00:00 +2017/03/23 18:00:00 +2017/03/23 19:00:00 +2017/03/23 20:00:00 +2017/03/23 21:00:00 +2017/03/23 22:00:00 +2017/03/23 23:00:00 +2017/03/24 00:00:00 +2017/03/24 01:00:00 +2017/03/24 02:00:00 +2017/03/24 03:00:00 +2017/03/24 04:00:00 +2017/03/24 05:00:00 +2017/03/24 06:00:00 +2017/03/24 07:00:00 +2017/03/24 08:00:00 +2017/03/24 09:00:00 +2017/03/24 10:00:00 +2017/03/24 11:00:00 +2017/03/24 12:00:00 +2017/03/24 13:00:00 +2017/03/24 14:00:00 +2017/03/24 15:00:00 +2017/03/24 16:00:00 +2017/03/24 17:00:00 +2017/03/24 18:00:00 +2017/03/24 19:00:00 +2017/03/24 20:00:00 +2017/03/24 21:00:00 +2017/03/24 22:00:00 +2017/03/24 23:00:00 +2017/03/25 00:00:00 +2017/03/25 01:00:00 +2017/03/25 02:00:00 +2017/03/25 03:00:00 +2017/03/25 04:00:00 +2017/03/25 05:00:00 +2017/03/25 06:00:00 +2017/03/25 07:00:00 +2017/03/25 08:00:00 +2017/03/25 09:00:00 +2017/03/25 10:00:00 +2017/03/25 11:00:00 +2017/03/25 12:00:00 +2017/03/25 13:00:00 +2017/03/25 14:00:00 +2017/03/25 15:00:00 +2017/03/25 16:00:00 +2017/03/25 17:00:00 +2017/03/25 18:00:00 +2017/03/25 19:00:00 +2017/03/25 20:00:00 +2017/03/25 21:00:00 +2017/03/25 22:00:00 +2017/03/25 23:00:00 +2017/03/26 00:00:00 +2017/03/26 01:00:00 +2017/03/26 02:00:00 +2017/03/26 03:00:00 +2017/03/26 04:00:00 +2017/03/26 05:00:00 +2017/03/26 06:00:00 +2017/03/26 07:00:00 +2017/03/26 08:00:00 +2017/03/26 09:00:00 +2017/03/26 10:00:00 +2017/03/26 11:00:00 +2017/03/26 12:00:00 +2017/03/26 13:00:00 +2017/03/26 14:00:00 +2017/03/26 15:00:00 +2017/03/26 16:00:00 +2017/03/26 17:00:00 +2017/03/26 18:00:00 +2017/03/26 19:00:00 +2017/03/26 20:00:00 +2017/03/26 21:00:00 +2017/03/26 22:00:00 +2017/03/26 23:00:00 +2017/03/27 00:00:00 +2017/03/27 01:00:00 +2017/03/27 02:00:00 +2017/03/27 03:00:00 +2017/03/27 04:00:00 +2017/03/27 05:00:00 +2017/03/27 06:00:00 +2017/03/27 07:00:00 +2017/03/27 08:00:00 +2017/03/27 09:00:00 +2017/03/27 10:00:00 +2017/03/27 11:00:00 +2017/03/27 12:00:00 +2017/03/27 13:00:00 +2017/03/27 14:00:00 +2017/03/27 15:00:00 +2017/03/27 16:00:00 +2017/03/27 17:00:00 +2017/03/27 18:00:00 +2017/03/27 19:00:00 +2017/03/27 20:00:00 +2017/03/27 21:00:00 +2017/03/27 22:00:00 +2017/03/27 23:00:00 +2017/03/28 00:00:00 +2017/03/28 01:00:00 +2017/03/28 02:00:00 +2017/03/28 03:00:00 +2017/03/28 04:00:00 +2017/03/28 05:00:00 +2017/03/28 06:00:00 +2017/03/28 07:00:00 +2017/03/28 08:00:00 +2017/03/28 09:00:00 +2017/03/28 10:00:00 +2017/03/28 11:00:00 +2017/03/28 12:00:00 +2017/03/28 13:00:00 +2017/03/28 14:00:00 +2017/03/28 15:00:00 +2017/03/28 16:00:00 +2017/03/28 17:00:00 +2017/03/28 18:00:00 +2017/03/28 19:00:00 +2017/03/28 20:00:00 +2017/03/28 21:00:00 +2017/03/28 22:00:00 +2017/03/28 23:00:00 +2017/03/29 00:00:00 +2017/03/29 01:00:00 +2017/03/29 02:00:00 +2017/03/29 03:00:00 +2017/03/29 04:00:00 +2017/03/29 05:00:00 +2017/03/29 06:00:00 +2017/03/29 07:00:00 +2017/03/29 08:00:00 +2017/03/29 09:00:00 +2017/03/29 10:00:00 +2017/03/29 11:00:00 +2017/03/29 12:00:00 +2017/03/29 13:00:00 +2017/03/29 14:00:00 +2017/03/29 15:00:00 +2017/03/29 16:00:00 +2017/03/29 17:00:00 +2017/03/29 18:00:00 +2017/03/29 19:00:00 +2017/03/29 20:00:00 +2017/03/29 21:00:00 +2017/03/29 22:00:00 +2017/03/29 23:00:00 +2017/03/30 00:00:00 +2017/03/30 01:00:00 +2017/03/30 02:00:00 +2017/03/30 03:00:00 +2017/03/30 04:00:00 +2017/03/30 05:00:00 +2017/03/30 06:00:00 +2017/03/30 07:00:00 +2017/03/30 08:00:00 +2017/03/30 09:00:00 +2017/03/30 10:00:00 +2017/03/30 11:00:00 +2017/03/30 12:00:00 +2017/03/30 13:00:00 +2017/03/30 14:00:00 +2017/03/30 15:00:00 +2017/03/30 16:00:00 +2017/03/30 17:00:00 +2017/03/30 18:00:00 +2017/03/30 19:00:00 +2017/03/30 20:00:00 +2017/03/30 21:00:00 +2017/03/30 22:00:00 +2017/03/30 23:00:00 +2017/03/31 00:00:00 +2017/03/31 01:00:00 +2017/03/31 02:00:00 +2017/03/31 03:00:00 +2017/03/31 04:00:00 +2017/03/31 05:00:00 +2017/03/31 06:00:00 +2017/03/31 07:00:00 +2017/03/31 08:00:00 +2017/03/31 09:00:00 +2017/03/31 10:00:00 +2017/03/31 11:00:00 +2017/03/31 12:00:00 +2017/03/31 13:00:00 +2017/03/31 14:00:00 +2017/03/31 15:00:00 +2017/03/31 16:00:00 +2017/03/31 17:00:00 +2017/03/31 18:00:00 +2017/03/31 19:00:00 +2017/03/31 20:00:00 +2017/03/31 21:00:00 +2017/03/31 22:00:00 +2017/03/31 23:00:00 +2017/04/01 00:00:00 +2017/04/01 01:00:00 +2017/04/01 02:00:00 +2017/04/01 03:00:00 +2017/04/01 04:00:00 +2017/04/01 05:00:00 +2017/04/01 06:00:00 +2017/04/01 07:00:00 +2017/04/01 08:00:00 +2017/04/01 09:00:00 +2017/04/01 10:00:00 +2017/04/01 11:00:00 +2017/04/01 12:00:00 +2017/04/01 13:00:00 +2017/04/01 14:00:00 +2017/04/01 15:00:00 +2017/04/01 16:00:00 +2017/04/01 17:00:00 +2017/04/01 18:00:00 +2017/04/01 19:00:00 +2017/04/01 20:00:00 +2017/04/01 21:00:00 +2017/04/01 22:00:00 +2017/04/01 23:00:00 +2017/04/02 00:00:00 +2017/04/02 01:00:00 +2017/04/02 02:00:00 +2017/04/02 03:00:00 +2017/04/02 04:00:00 +2017/04/02 05:00:00 +2017/04/02 06:00:00 +2017/04/02 07:00:00 +2017/04/02 08:00:00 +2017/04/02 09:00:00 +2017/04/02 10:00:00 +2017/04/02 11:00:00 +2017/04/02 12:00:00 +2017/04/02 13:00:00 +2017/04/02 14:00:00 +2017/04/02 15:00:00 +2017/04/02 16:00:00 +2017/04/02 17:00:00 +2017/04/02 18:00:00 +2017/04/02 19:00:00 +2017/04/02 20:00:00 +2017/04/02 21:00:00 +2017/04/02 22:00:00 +2017/04/02 23:00:00 +2017/04/03 00:00:00 +2017/04/03 01:00:00 +2017/04/03 02:00:00 +2017/04/03 03:00:00 +2017/04/03 04:00:00 +2017/04/03 05:00:00 +2017/04/03 06:00:00 +2017/04/03 07:00:00 +2017/04/03 08:00:00 +2017/04/03 09:00:00 +2017/04/03 10:00:00 +2017/04/03 11:00:00 +2017/04/03 12:00:00 +2017/04/03 13:00:00 +2017/04/03 14:00:00 +2017/04/03 15:00:00 +2017/04/03 16:00:00 +2017/04/03 17:00:00 +2017/04/03 18:00:00 +2017/04/03 19:00:00 +2017/04/03 20:00:00 +2017/04/03 21:00:00 +2017/04/03 22:00:00 +2017/04/03 23:00:00 +2017/04/04 00:00:00 +2017/04/04 01:00:00 +2017/04/04 02:00:00 +2017/04/04 03:00:00 +2017/04/04 04:00:00 +2017/04/04 05:00:00 +2017/04/04 06:00:00 +2017/04/04 07:00:00 +2017/04/04 08:00:00 +2017/04/04 09:00:00 +2017/04/04 10:00:00 +2017/04/04 11:00:00 +2017/04/04 12:00:00 +2017/04/04 13:00:00 +2017/04/04 14:00:00 +2017/04/04 15:00:00 +2017/04/04 16:00:00 +2017/04/04 17:00:00 +2017/04/04 18:00:00 +2017/04/04 19:00:00 +2017/04/04 20:00:00 +2017/04/04 21:00:00 +2017/04/04 22:00:00 +2017/04/04 23:00:00 +2017/04/05 00:00:00 +2017/04/05 01:00:00 +2017/04/05 02:00:00 +2017/04/05 03:00:00 +2017/04/05 04:00:00 +2017/04/05 05:00:00 +2017/04/05 06:00:00 +2017/04/05 07:00:00 +2017/04/05 08:00:00 +2017/04/05 09:00:00 +2017/04/05 10:00:00 +2017/04/05 11:00:00 +2017/04/05 12:00:00 +2017/04/05 13:00:00 +2017/04/05 14:00:00 +2017/04/05 15:00:00 +2017/04/05 16:00:00 +2017/04/05 17:00:00 +2017/04/05 18:00:00 +2017/04/05 19:00:00 +2017/04/05 20:00:00 +2017/04/05 21:00:00 +2017/04/05 22:00:00 +2017/04/05 23:00:00 +2017/04/06 00:00:00 +2017/04/06 01:00:00 +2017/04/06 02:00:00 +2017/04/06 03:00:00 +2017/04/06 04:00:00 +2017/04/06 05:00:00 +2017/04/06 06:00:00 +2017/04/06 07:00:00 +2017/04/06 08:00:00 +2017/04/06 09:00:00 +2017/04/06 10:00:00 +2017/04/06 11:00:00 +2017/04/06 12:00:00 +2017/04/06 13:00:00 +2017/04/06 14:00:00 +2017/04/06 15:00:00 +2017/04/06 16:00:00 +2017/04/06 17:00:00 +2017/04/06 18:00:00 +2017/04/06 19:00:00 +2017/04/06 20:00:00 +2017/04/06 21:00:00 +2017/04/06 22:00:00 +2017/04/06 23:00:00 +2017/04/07 00:00:00 +2017/04/07 01:00:00 +2017/04/07 02:00:00 +2017/04/07 03:00:00 +2017/04/07 04:00:00 +2017/04/07 05:00:00 +2017/04/07 06:00:00 +2017/04/07 07:00:00 +2017/04/07 08:00:00 +2017/04/07 09:00:00 +2017/04/07 10:00:00 +2017/04/07 11:00:00 +2017/04/07 12:00:00 +2017/04/07 13:00:00 +2017/04/07 14:00:00 +2017/04/07 15:00:00 +2017/04/07 16:00:00 +2017/04/07 17:00:00 +2017/04/07 18:00:00 +2017/04/07 19:00:00 +2017/04/07 20:00:00 +2017/04/07 21:00:00 +2017/04/07 22:00:00 +2017/04/07 23:00:00 +2017/04/08 00:00:00 +2017/04/08 01:00:00 +2017/04/08 02:00:00 +2017/04/08 03:00:00 +2017/04/08 04:00:00 +2017/04/08 05:00:00 +2017/04/08 06:00:00 +2017/04/08 07:00:00 +2017/04/08 08:00:00 +2017/04/08 09:00:00 +2017/04/08 10:00:00 +2017/04/08 11:00:00 +2017/04/08 12:00:00 +2017/04/08 13:00:00 +2017/04/08 14:00:00 +2017/04/08 15:00:00 +2017/04/08 16:00:00 +2017/04/08 17:00:00 +2017/04/08 18:00:00 +2017/04/08 19:00:00 +2017/04/08 20:00:00 +2017/04/08 21:00:00 +2017/04/08 22:00:00 +2017/04/08 23:00:00 +2017/04/09 00:00:00 +2017/04/09 01:00:00 +2017/04/09 02:00:00 +2017/04/09 03:00:00 +2017/04/09 04:00:00 +2017/04/09 05:00:00 +2017/04/09 06:00:00 +2017/04/09 07:00:00 +2017/04/09 08:00:00 +2017/04/09 09:00:00 +2017/04/09 10:00:00 +2017/04/09 11:00:00 +2017/04/09 12:00:00 +2017/04/09 13:00:00 +2017/04/09 14:00:00 +2017/04/09 15:00:00 +2017/04/09 16:00:00 +2017/04/09 17:00:00 +2017/04/09 18:00:00 +2017/04/09 19:00:00 +2017/04/09 20:00:00 +2017/04/09 21:00:00 +2017/04/09 22:00:00 +2017/04/09 23:00:00 +2017/04/10 00:00:00 +2017/04/10 01:00:00 +2017/04/10 02:00:00 +2017/04/10 03:00:00 +2017/04/10 04:00:00 +2017/04/10 05:00:00 +2017/04/10 06:00:00 +2017/04/10 07:00:00 +2017/04/10 08:00:00 +2017/04/10 09:00:00 +2017/04/10 10:00:00 +2017/04/10 11:00:00 +2017/04/10 12:00:00 +2017/04/10 13:00:00 +2017/04/10 14:00:00 +2017/04/10 15:00:00 +2017/04/10 16:00:00 +2017/04/10 17:00:00 +2017/04/10 18:00:00 +2017/04/10 19:00:00 +2017/04/10 20:00:00 +2017/04/10 21:00:00 +2017/04/10 22:00:00 +2017/04/10 23:00:00 +2017/04/11 00:00:00 +2017/04/11 01:00:00 +2017/04/11 02:00:00 +2017/04/11 03:00:00 +2017/04/11 04:00:00 +2017/04/11 05:00:00 +2017/04/11 06:00:00 +2017/04/11 07:00:00 +2017/04/11 08:00:00 +2017/04/11 09:00:00 +2017/04/11 10:00:00 +2017/04/11 11:00:00 +2017/04/11 12:00:00 +2017/04/11 13:00:00 +2017/04/11 14:00:00 +2017/04/11 15:00:00 +2017/04/11 16:00:00 +2017/04/11 17:00:00 +2017/04/11 18:00:00 +2017/04/11 19:00:00 +2017/04/11 20:00:00 +2017/04/11 21:00:00 +2017/04/11 22:00:00 +2017/04/11 23:00:00 +2017/04/12 00:00:00 +2017/04/12 01:00:00 +2017/04/12 02:00:00 +2017/04/12 03:00:00 +2017/04/12 04:00:00 +2017/04/12 05:00:00 +2017/04/12 06:00:00 +2017/04/12 07:00:00 +2017/04/12 08:00:00 +2017/04/12 09:00:00 +2017/04/12 10:00:00 +2017/04/12 11:00:00 +2017/04/12 12:00:00 +2017/04/12 13:00:00 +2017/04/12 14:00:00 +2017/04/12 15:00:00 +2017/04/12 16:00:00 +2017/04/12 17:00:00 +2017/04/12 18:00:00 +2017/04/12 19:00:00 +2017/04/12 20:00:00 +2017/04/12 21:00:00 +2017/04/12 22:00:00 +2017/04/12 23:00:00 +2017/04/13 00:00:00 +2017/04/13 01:00:00 +2017/04/13 02:00:00 +2017/04/13 03:00:00 +2017/04/13 04:00:00 +2017/04/13 05:00:00 +2017/04/13 06:00:00 +2017/04/13 07:00:00 +2017/04/13 08:00:00 +2017/04/13 09:00:00 +2017/04/13 10:00:00 +2017/04/13 11:00:00 +2017/04/13 12:00:00 +2017/04/13 13:00:00 +2017/04/13 14:00:00 +2017/04/13 15:00:00 +2017/04/13 16:00:00 +2017/04/13 17:00:00 +2017/04/13 18:00:00 +2017/04/13 19:00:00 +2017/04/13 20:00:00 +2017/04/13 21:00:00 +2017/04/13 22:00:00 +2017/04/13 23:00:00 +2017/04/14 00:00:00 +2017/04/14 01:00:00 +2017/04/14 02:00:00 +2017/04/14 03:00:00 +2017/04/14 04:00:00 +2017/04/14 05:00:00 +2017/04/14 06:00:00 +2017/04/14 07:00:00 +2017/04/14 08:00:00 +2017/04/14 09:00:00 +2017/04/14 10:00:00 +2017/04/14 11:00:00 +2017/04/14 12:00:00 +2017/04/14 13:00:00 +2017/04/14 14:00:00 +2017/04/14 15:00:00 +2017/04/14 16:00:00 +2017/04/14 17:00:00 +2017/04/14 18:00:00 +2017/04/14 19:00:00 +2017/04/14 20:00:00 +2017/04/14 21:00:00 +2017/04/14 22:00:00 +2017/04/14 23:00:00 +2017/04/15 00:00:00 +2017/04/15 01:00:00 +2017/04/15 02:00:00 +2017/04/15 03:00:00 +2017/04/15 04:00:00 +2017/04/15 05:00:00 +2017/04/15 06:00:00 +2017/04/15 07:00:00 +2017/04/15 08:00:00 +2017/04/15 09:00:00 +2017/04/15 10:00:00 +2017/04/15 11:00:00 +2017/04/15 12:00:00 +2017/04/15 13:00:00 +2017/04/15 14:00:00 +2017/04/15 15:00:00 +2017/04/15 16:00:00 +2017/04/15 17:00:00 +2017/04/15 18:00:00 +2017/04/15 19:00:00 +2017/04/15 20:00:00 +2017/04/15 21:00:00 +2017/04/15 22:00:00 +2017/04/15 23:00:00 +2017/04/16 00:00:00 +2017/04/16 01:00:00 +2017/04/16 02:00:00 +2017/04/16 03:00:00 +2017/04/16 04:00:00 +2017/04/16 05:00:00 +2017/04/16 06:00:00 +2017/04/16 07:00:00 +2017/04/16 08:00:00 +2017/04/16 09:00:00 +2017/04/16 10:00:00 +2017/04/16 11:00:00 +2017/04/16 12:00:00 +2017/04/16 13:00:00 +2017/04/16 14:00:00 +2017/04/16 15:00:00 +2017/04/16 16:00:00 +2017/04/16 17:00:00 +2017/04/16 18:00:00 +2017/04/16 19:00:00 +2017/04/16 20:00:00 +2017/04/16 21:00:00 +2017/04/16 22:00:00 +2017/04/16 23:00:00 +2017/04/17 00:00:00 +2017/04/17 01:00:00 +2017/04/17 02:00:00 +2017/04/17 03:00:00 +2017/04/17 04:00:00 +2017/04/17 05:00:00 +2017/04/17 06:00:00 +2017/04/17 07:00:00 +2017/04/17 08:00:00 +2017/04/17 09:00:00 +2017/04/17 10:00:00 +2017/04/17 11:00:00 +2017/04/17 12:00:00 +2017/04/17 13:00:00 +2017/04/17 14:00:00 +2017/04/17 15:00:00 +2017/04/17 16:00:00 +2017/04/17 17:00:00 +2017/04/17 18:00:00 +2017/04/17 19:00:00 +2017/04/17 20:00:00 +2017/04/17 21:00:00 +2017/04/17 22:00:00 +2017/04/17 23:00:00 +2017/04/18 00:00:00 +2017/04/18 01:00:00 +2017/04/18 02:00:00 +2017/04/18 03:00:00 +2017/04/18 04:00:00 +2017/04/18 05:00:00 +2017/04/18 06:00:00 +2017/04/18 07:00:00 +2017/04/18 08:00:00 +2017/04/18 09:00:00 +2017/04/18 10:00:00 +2017/04/18 11:00:00 +2017/04/18 12:00:00 +2017/04/18 13:00:00 +2017/04/18 14:00:00 +2017/04/18 15:00:00 +2017/04/18 16:00:00 +2017/04/18 17:00:00 +2017/04/18 18:00:00 +2017/04/18 19:00:00 +2017/04/18 20:00:00 +2017/04/18 21:00:00 +2017/04/18 22:00:00 +2017/04/18 23:00:00 +2017/04/19 00:00:00 +2017/04/19 01:00:00 +2017/04/19 02:00:00 +2017/04/19 03:00:00 +2017/04/19 04:00:00 +2017/04/19 05:00:00 +2017/04/19 06:00:00 +2017/04/19 07:00:00 +2017/04/19 08:00:00 +2017/04/19 09:00:00 +2017/04/19 10:00:00 +2017/04/19 11:00:00 +2017/04/19 12:00:00 +2017/04/19 13:00:00 +2017/04/19 14:00:00 +2017/04/19 15:00:00 +2017/04/19 16:00:00 +2017/04/19 17:00:00 +2017/04/19 18:00:00 +2017/04/19 19:00:00 +2017/04/19 20:00:00 +2017/04/19 21:00:00 +2017/04/19 22:00:00 +2017/04/19 23:00:00 +2017/04/20 00:00:00 +2017/04/20 01:00:00 +2017/04/20 02:00:00 +2017/04/20 03:00:00 +2017/04/20 04:00:00 +2017/04/20 05:00:00 +2017/04/20 06:00:00 +2017/04/20 07:00:00 +2017/04/20 08:00:00 +2017/04/20 09:00:00 +2017/04/20 10:00:00 +2017/04/20 11:00:00 +2017/04/20 12:00:00 +2017/04/20 13:00:00 +2017/04/20 14:00:00 +2017/04/20 15:00:00 +2017/04/20 16:00:00 +2017/04/20 17:00:00 +2017/04/20 18:00:00 +2017/04/20 19:00:00 +2017/04/20 20:00:00 +2017/04/20 21:00:00 +2017/04/20 22:00:00 +2017/04/20 23:00:00 +2017/04/21 00:00:00 +2017/04/21 01:00:00 +2017/04/21 02:00:00 +2017/04/21 03:00:00 +2017/04/21 04:00:00 +2017/04/21 05:00:00 +2017/04/21 06:00:00 +2017/04/21 07:00:00 +2017/04/21 08:00:00 +2017/04/21 09:00:00 +2017/04/21 10:00:00 +2017/04/21 11:00:00 +2017/04/21 12:00:00 +2017/04/21 13:00:00 +2017/04/21 14:00:00 +2017/04/21 15:00:00 +2017/04/21 16:00:00 +2017/04/21 17:00:00 +2017/04/21 18:00:00 +2017/04/21 19:00:00 +2017/04/21 20:00:00 +2017/04/21 21:00:00 +2017/04/21 22:00:00 +2017/04/21 23:00:00 +2017/04/22 00:00:00 +2017/04/22 01:00:00 +2017/04/22 02:00:00 +2017/04/22 03:00:00 +2017/04/22 04:00:00 +2017/04/22 05:00:00 +2017/04/22 06:00:00 +2017/04/22 07:00:00 +2017/04/22 08:00:00 +2017/04/22 09:00:00 +2017/04/22 10:00:00 +2017/04/22 11:00:00 +2017/04/22 12:00:00 +2017/04/22 13:00:00 +2017/04/22 14:00:00 +2017/04/22 15:00:00 +2017/04/22 16:00:00 +2017/04/22 17:00:00 +2017/04/22 18:00:00 +2017/04/22 19:00:00 +2017/04/22 20:00:00 +2017/04/22 21:00:00 +2017/04/22 22:00:00 +2017/04/22 23:00:00 +2017/04/23 00:00:00 +2017/04/23 01:00:00 +2017/04/23 02:00:00 +2017/04/23 03:00:00 +2017/04/23 04:00:00 +2017/04/23 05:00:00 +2017/04/23 06:00:00 +2017/04/23 07:00:00 +2017/04/23 08:00:00 +2017/04/23 09:00:00 +2017/04/23 10:00:00 +2017/04/23 11:00:00 +2017/04/23 12:00:00 +2017/04/23 13:00:00 +2017/04/23 14:00:00 +2017/04/23 15:00:00 +2017/04/23 16:00:00 +2017/04/23 17:00:00 +2017/04/23 18:00:00 +2017/04/23 19:00:00 +2017/04/23 20:00:00 +2017/04/23 21:00:00 +2017/04/23 22:00:00 +2017/04/23 23:00:00 +2017/04/24 00:00:00 +2017/04/24 01:00:00 +2017/04/24 02:00:00 +2017/04/24 03:00:00 +2017/04/24 04:00:00 +2017/04/24 05:00:00 +2017/04/24 06:00:00 +2017/04/24 07:00:00 +2017/04/24 08:00:00 +2017/04/24 09:00:00 +2017/04/24 10:00:00 +2017/04/24 11:00:00 +2017/04/24 12:00:00 +2017/04/24 13:00:00 +2017/04/24 14:00:00 +2017/04/24 15:00:00 +2017/04/24 16:00:00 +2017/04/24 17:00:00 +2017/04/24 18:00:00 +2017/04/24 19:00:00 +2017/04/24 20:00:00 +2017/04/24 21:00:00 +2017/04/24 22:00:00 +2017/04/24 23:00:00 +2017/04/25 00:00:00 +2017/04/25 01:00:00 +2017/04/25 02:00:00 +2017/04/25 03:00:00 +2017/04/25 04:00:00 +2017/04/25 05:00:00 +2017/04/25 06:00:00 +2017/04/25 07:00:00 +2017/04/25 08:00:00 +2017/04/25 09:00:00 +2017/04/25 10:00:00 +2017/04/25 11:00:00 +2017/04/25 12:00:00 +2017/04/25 13:00:00 +2017/04/25 14:00:00 +2017/04/25 15:00:00 +2017/04/25 16:00:00 +2017/04/25 17:00:00 +2017/04/25 18:00:00 +2017/04/25 19:00:00 +2017/04/25 20:00:00 +2017/04/25 21:00:00 +2017/04/25 22:00:00 +2017/04/25 23:00:00 +2017/04/26 00:00:00 +2017/04/26 01:00:00 +2017/04/26 02:00:00 +2017/04/26 03:00:00 +2017/04/26 04:00:00 +2017/04/26 05:00:00 +2017/04/26 06:00:00 +2017/04/26 07:00:00 +2017/04/26 08:00:00 +2017/04/26 09:00:00 +2017/04/26 10:00:00 +2017/04/26 11:00:00 +2017/04/26 12:00:00 +2017/04/26 13:00:00 +2017/04/26 14:00:00 +2017/04/26 15:00:00 +2017/04/26 16:00:00 +2017/04/26 17:00:00 +2017/04/26 18:00:00 +2017/04/26 19:00:00 +2017/04/26 20:00:00 +2017/04/26 21:00:00 +2017/04/26 22:00:00 +2017/04/26 23:00:00 +2017/04/27 00:00:00 +2017/04/27 01:00:00 +2017/04/27 02:00:00 +2017/04/27 03:00:00 +2017/04/27 04:00:00 +2017/04/27 05:00:00 +2017/04/27 06:00:00 +2017/04/27 07:00:00 +2017/04/27 08:00:00 +2017/04/27 09:00:00 +2017/04/27 10:00:00 +2017/04/27 11:00:00 +2017/04/27 12:00:00 +2017/04/27 13:00:00 +2017/04/27 14:00:00 +2017/04/27 15:00:00 +2017/04/27 16:00:00 +2017/04/27 17:00:00 +2017/04/27 18:00:00 +2017/04/27 19:00:00 +2017/04/27 20:00:00 +2017/04/27 21:00:00 +2017/04/27 22:00:00 +2017/04/27 23:00:00 +2017/04/28 00:00:00 +2017/04/28 01:00:00 +2017/04/28 02:00:00 +2017/04/28 03:00:00 +2017/04/28 04:00:00 +2017/04/28 05:00:00 +2017/04/28 06:00:00 +2017/04/28 07:00:00 +2017/04/28 08:00:00 +2017/04/28 09:00:00 +2017/04/28 10:00:00 +2017/04/28 11:00:00 +2017/04/28 12:00:00 +2017/04/28 13:00:00 +2017/04/28 14:00:00 +2017/04/28 15:00:00 +2017/04/28 16:00:00 +2017/04/28 17:00:00 +2017/04/28 18:00:00 +2017/04/28 19:00:00 +2017/04/28 20:00:00 +2017/04/28 21:00:00 +2017/04/28 22:00:00 +2017/04/28 23:00:00 +2017/04/29 00:00:00 +2017/04/29 01:00:00 +2017/04/29 02:00:00 +2017/04/29 03:00:00 +2017/04/29 04:00:00 +2017/04/29 05:00:00 +2017/04/29 06:00:00 +2017/04/29 07:00:00 +2017/04/29 08:00:00 +2017/04/29 09:00:00 +2017/04/29 10:00:00 +2017/04/29 11:00:00 +2017/04/29 12:00:00 +2017/04/29 13:00:00 +2017/04/29 14:00:00 +2017/04/29 15:00:00 +2017/04/29 16:00:00 +2017/04/29 17:00:00 +2017/04/29 18:00:00 +2017/04/29 19:00:00 +2017/04/29 20:00:00 +2017/04/29 21:00:00 +2017/04/29 22:00:00 +2017/04/29 23:00:00 +2017/04/30 00:00:00 +2017/04/30 01:00:00 +2017/04/30 02:00:00 +2017/04/30 03:00:00 +2017/04/30 04:00:00 +2017/04/30 05:00:00 +2017/04/30 06:00:00 +2017/04/30 07:00:00 +2017/04/30 08:00:00 +2017/04/30 09:00:00 +2017/04/30 10:00:00 +2017/04/30 11:00:00 +2017/04/30 12:00:00 +2017/04/30 13:00:00 +2017/04/30 14:00:00 +2017/04/30 15:00:00 +2017/04/30 16:00:00 +2017/04/30 17:00:00 +2017/04/30 18:00:00 +2017/04/30 19:00:00 +2017/04/30 20:00:00 +2017/04/30 21:00:00 +2017/04/30 22:00:00 +2017/04/30 23:00:00 +2017/05/01 00:00:00 +2017/05/01 01:00:00 +2017/05/01 02:00:00 +2017/05/01 03:00:00 +2017/05/01 04:00:00 +2017/05/01 05:00:00 +2017/05/01 06:00:00 +2017/05/01 07:00:00 +2017/05/01 08:00:00 +2017/05/01 09:00:00 +2017/05/01 10:00:00 +2017/05/01 11:00:00 +2017/05/01 12:00:00 +2017/05/01 13:00:00 +2017/05/01 14:00:00 +2017/05/01 15:00:00 +2017/05/01 16:00:00 +2017/05/01 17:00:00 +2017/05/01 18:00:00 +2017/05/01 19:00:00 +2017/05/01 20:00:00 +2017/05/01 21:00:00 +2017/05/01 22:00:00 +2017/05/01 23:00:00 +2017/05/02 00:00:00 +2017/05/02 01:00:00 +2017/05/02 02:00:00 +2017/05/02 03:00:00 +2017/05/02 04:00:00 +2017/05/02 05:00:00 +2017/05/02 06:00:00 +2017/05/02 07:00:00 +2017/05/02 08:00:00 +2017/05/02 09:00:00 +2017/05/02 10:00:00 +2017/05/02 11:00:00 +2017/05/02 12:00:00 +2017/05/02 13:00:00 +2017/05/02 14:00:00 +2017/05/02 15:00:00 +2017/05/02 16:00:00 +2017/05/02 17:00:00 +2017/05/02 18:00:00 +2017/05/02 19:00:00 +2017/05/02 20:00:00 +2017/05/02 21:00:00 +2017/05/02 22:00:00 +2017/05/02 23:00:00 +2017/05/03 00:00:00 +2017/05/03 01:00:00 +2017/05/03 02:00:00 +2017/05/03 03:00:00 +2017/05/03 04:00:00 +2017/05/03 05:00:00 +2017/05/03 06:00:00 +2017/05/03 07:00:00 +2017/05/03 08:00:00 +2017/05/03 09:00:00 +2017/05/03 10:00:00 +2017/05/03 11:00:00 +2017/05/03 12:00:00 +2017/05/03 13:00:00 +2017/05/03 14:00:00 +2017/05/03 15:00:00 +2017/05/03 16:00:00 +2017/05/03 17:00:00 +2017/05/03 18:00:00 +2017/05/03 19:00:00 +2017/05/03 20:00:00 +2017/05/03 21:00:00 +2017/05/03 22:00:00 +2017/05/03 23:00:00 +2017/05/04 00:00:00 +2017/05/04 01:00:00 +2017/05/04 02:00:00 +2017/05/04 03:00:00 +2017/05/04 04:00:00 +2017/05/04 05:00:00 +2017/05/04 06:00:00 +2017/05/04 07:00:00 +2017/05/04 08:00:00 +2017/05/04 09:00:00 +2017/05/04 10:00:00 +2017/05/04 11:00:00 +2017/05/04 12:00:00 +2017/05/04 13:00:00 +2017/05/04 14:00:00 +2017/05/04 15:00:00 +2017/05/04 16:00:00 +2017/05/04 17:00:00 +2017/05/04 18:00:00 +2017/05/04 19:00:00 +2017/05/04 20:00:00 +2017/05/04 21:00:00 +2017/05/04 22:00:00 +2017/05/04 23:00:00 +2017/05/05 00:00:00 +2017/05/05 01:00:00 +2017/05/05 02:00:00 +2017/05/05 03:00:00 +2017/05/05 04:00:00 +2017/05/05 05:00:00 +2017/05/05 06:00:00 +2017/05/05 07:00:00 +2017/05/05 08:00:00 +2017/05/05 09:00:00 +2017/05/05 10:00:00 +2017/05/05 11:00:00 +2017/05/05 12:00:00 +2017/05/05 13:00:00 +2017/05/05 14:00:00 +2017/05/05 15:00:00 +2017/05/05 16:00:00 +2017/05/05 17:00:00 +2017/05/05 18:00:00 +2017/05/05 19:00:00 +2017/05/05 20:00:00 +2017/05/05 21:00:00 +2017/05/05 22:00:00 +2017/05/05 23:00:00 +2017/05/06 00:00:00 +2017/05/06 01:00:00 +2017/05/06 02:00:00 +2017/05/06 03:00:00 +2017/05/06 04:00:00 +2017/05/06 05:00:00 +2017/05/06 06:00:00 +2017/05/06 07:00:00 +2017/05/06 08:00:00 +2017/05/06 09:00:00 +2017/05/06 10:00:00 +2017/05/06 11:00:00 +2017/05/06 12:00:00 +2017/05/06 13:00:00 +2017/05/06 14:00:00 +2017/05/06 15:00:00 +2017/05/06 16:00:00 +2017/05/06 17:00:00 +2017/05/06 18:00:00 +2017/05/06 19:00:00 +2017/05/06 20:00:00 +2017/05/06 21:00:00 +2017/05/06 22:00:00 +2017/05/06 23:00:00 +2017/05/07 00:00:00 +2017/05/07 01:00:00 +2017/05/07 02:00:00 +2017/05/07 03:00:00 +2017/05/07 04:00:00 +2017/05/07 05:00:00 +2017/05/07 06:00:00 +2017/05/07 07:00:00 +2017/05/07 08:00:00 +2017/05/07 09:00:00 +2017/05/07 10:00:00 +2017/05/07 11:00:00 +2017/05/07 12:00:00 +2017/05/07 13:00:00 +2017/05/07 14:00:00 +2017/05/07 15:00:00 +2017/05/07 16:00:00 +2017/05/07 17:00:00 +2017/05/07 18:00:00 +2017/05/07 19:00:00 +2017/05/07 20:00:00 +2017/05/07 21:00:00 +2017/05/07 22:00:00 +2017/05/07 23:00:00 +2017/05/08 00:00:00 +2017/05/08 01:00:00 +2017/05/08 02:00:00 +2017/05/08 03:00:00 +2017/05/08 04:00:00 +2017/05/08 05:00:00 +2017/05/08 06:00:00 +2017/05/08 07:00:00 +2017/05/08 08:00:00 +2017/05/08 09:00:00 +2017/05/08 10:00:00 +2017/05/08 11:00:00 +2017/05/08 12:00:00 +2017/05/08 13:00:00 +2017/05/08 14:00:00 +2017/05/08 15:00:00 +2017/05/08 16:00:00 +2017/05/08 17:00:00 +2017/05/08 18:00:00 +2017/05/08 19:00:00 +2017/05/08 20:00:00 +2017/05/08 21:00:00 +2017/05/08 22:00:00 +2017/05/08 23:00:00 +2017/05/09 00:00:00 +2017/05/09 01:00:00 +2017/05/09 02:00:00 +2017/05/09 03:00:00 +2017/05/09 04:00:00 +2017/05/09 05:00:00 +2017/05/09 06:00:00 +2017/05/09 07:00:00 +2017/05/09 08:00:00 +2017/05/09 09:00:00 +2017/05/09 10:00:00 +2017/05/09 11:00:00 +2017/05/09 12:00:00 +2017/05/09 13:00:00 +2017/05/09 14:00:00 +2017/05/09 15:00:00 +2017/05/09 16:00:00 +2017/05/09 17:00:00 +2017/05/09 18:00:00 +2017/05/09 19:00:00 +2017/05/09 20:00:00 +2017/05/09 21:00:00 +2017/05/09 22:00:00 +2017/05/09 23:00:00 +2017/05/10 00:00:00 +2017/05/10 01:00:00 +2017/05/10 02:00:00 +2017/05/10 03:00:00 +2017/05/10 04:00:00 +2017/05/10 05:00:00 +2017/05/10 06:00:00 +2017/05/10 07:00:00 +2017/05/10 08:00:00 +2017/05/10 09:00:00 +2017/05/10 10:00:00 +2017/05/10 11:00:00 +2017/05/10 12:00:00 +2017/05/10 13:00:00 +2017/05/10 14:00:00 +2017/05/10 15:00:00 +2017/05/10 16:00:00 +2017/05/10 17:00:00 +2017/05/10 18:00:00 +2017/05/10 19:00:00 +2017/05/10 20:00:00 +2017/05/10 21:00:00 +2017/05/10 22:00:00 +2017/05/10 23:00:00 +2017/05/11 00:00:00 +2017/05/11 01:00:00 +2017/05/11 02:00:00 +2017/05/11 03:00:00 +2017/05/11 04:00:00 +2017/05/11 05:00:00 +2017/05/11 06:00:00 +2017/05/11 07:00:00 +2017/05/11 08:00:00 +2017/05/11 09:00:00 +2017/05/11 10:00:00 +2017/05/11 11:00:00 +2017/05/11 12:00:00 +2017/05/11 13:00:00 +2017/05/11 14:00:00 +2017/05/11 15:00:00 +2017/05/11 16:00:00 +2017/05/11 17:00:00 +2017/05/11 18:00:00 +2017/05/11 19:00:00 +2017/05/11 20:00:00 +2017/05/11 21:00:00 +2017/05/11 22:00:00 +2017/05/11 23:00:00 +2017/05/12 00:00:00 +2017/05/12 01:00:00 +2017/05/12 02:00:00 +2017/05/12 03:00:00 +2017/05/12 04:00:00 +2017/05/12 05:00:00 +2017/05/12 06:00:00 +2017/05/12 07:00:00 +2017/05/12 08:00:00 +2017/05/12 09:00:00 +2017/05/12 10:00:00 +2017/05/12 11:00:00 +2017/05/12 12:00:00 +2017/05/12 13:00:00 +2017/05/12 14:00:00 +2017/05/12 15:00:00 +2017/05/12 16:00:00 +2017/05/12 17:00:00 +2017/05/12 18:00:00 +2017/05/12 19:00:00 +2017/05/12 20:00:00 +2017/05/12 21:00:00 +2017/05/12 22:00:00 +2017/05/12 23:00:00 +2017/05/13 00:00:00 +2017/05/13 01:00:00 +2017/05/13 02:00:00 +2017/05/13 03:00:00 +2017/05/13 04:00:00 +2017/05/13 05:00:00 +2017/05/13 06:00:00 +2017/05/13 07:00:00 +2017/05/13 08:00:00 +2017/05/13 09:00:00 +2017/05/13 10:00:00 +2017/05/13 11:00:00 +2017/05/13 12:00:00 +2017/05/13 13:00:00 +2017/05/13 14:00:00 +2017/05/13 15:00:00 +2017/05/13 16:00:00 +2017/05/13 17:00:00 +2017/05/13 18:00:00 +2017/05/13 19:00:00 +2017/05/13 20:00:00 +2017/05/13 21:00:00 +2017/05/13 22:00:00 +2017/05/13 23:00:00 +2017/05/14 00:00:00 +2017/05/14 01:00:00 +2017/05/14 02:00:00 +2017/05/14 03:00:00 +2017/05/14 04:00:00 +2017/05/14 05:00:00 +2017/05/14 06:00:00 +2017/05/14 07:00:00 +2017/05/14 08:00:00 +2017/05/14 09:00:00 +2017/05/14 10:00:00 +2017/05/14 11:00:00 +2017/05/14 12:00:00 +2017/05/14 13:00:00 +2017/05/14 14:00:00 +2017/05/14 15:00:00 +2017/05/14 16:00:00 +2017/05/14 17:00:00 +2017/05/14 18:00:00 +2017/05/14 19:00:00 +2017/05/14 20:00:00 +2017/05/14 21:00:00 +2017/05/14 22:00:00 +2017/05/14 23:00:00 +2017/05/15 00:00:00 +2017/05/15 01:00:00 +2017/05/15 02:00:00 +2017/05/15 03:00:00 +2017/05/15 04:00:00 +2017/05/15 05:00:00 +2017/05/15 06:00:00 +2017/05/15 07:00:00 +2017/05/15 08:00:00 +2017/05/15 09:00:00 +2017/05/15 10:00:00 +2017/05/15 11:00:00 +2017/05/15 12:00:00 +2017/05/15 13:00:00 +2017/05/15 14:00:00 +2017/05/15 15:00:00 +2017/05/15 16:00:00 +2017/05/15 17:00:00 +2017/05/15 18:00:00 +2017/05/15 19:00:00 +2017/05/15 20:00:00 +2017/05/15 21:00:00 +2017/05/15 22:00:00 +2017/05/15 23:00:00 +2017/05/16 00:00:00 +2017/05/16 01:00:00 +2017/05/16 02:00:00 +2017/05/16 03:00:00 +2017/05/16 04:00:00 +2017/05/16 05:00:00 +2017/05/16 06:00:00 +2017/05/16 07:00:00 +2017/05/16 08:00:00 +2017/05/16 09:00:00 +2017/05/16 10:00:00 +2017/05/16 11:00:00 +2017/05/16 12:00:00 +2017/05/16 13:00:00 +2017/05/16 14:00:00 +2017/05/16 15:00:00 +2017/05/16 16:00:00 +2017/05/16 17:00:00 +2017/05/16 18:00:00 +2017/05/16 19:00:00 +2017/05/16 20:00:00 +2017/05/16 21:00:00 +2017/05/16 22:00:00 +2017/05/16 23:00:00 +2017/05/17 00:00:00 +2017/05/17 01:00:00 +2017/05/17 02:00:00 +2017/05/17 03:00:00 +2017/05/17 04:00:00 +2017/05/17 05:00:00 +2017/05/17 06:00:00 +2017/05/17 07:00:00 +2017/05/17 08:00:00 +2017/05/17 09:00:00 +2017/05/17 10:00:00 +2017/05/17 11:00:00 +2017/05/17 12:00:00 +2017/05/17 13:00:00 +2017/05/17 14:00:00 +2017/05/17 15:00:00 +2017/05/17 16:00:00 +2017/05/17 17:00:00 +2017/05/17 18:00:00 +2017/05/17 19:00:00 +2017/05/17 20:00:00 +2017/05/17 21:00:00 +2017/05/17 22:00:00 +2017/05/17 23:00:00 +2017/05/18 00:00:00 +2017/05/18 01:00:00 +2017/05/18 02:00:00 +2017/05/18 03:00:00 +2017/05/18 04:00:00 +2017/05/18 05:00:00 +2017/05/18 06:00:00 +2017/05/18 07:00:00 +2017/05/18 08:00:00 +2017/05/18 09:00:00 +2017/05/18 10:00:00 +2017/05/18 11:00:00 +2017/05/18 12:00:00 +2017/05/18 13:00:00 +2017/05/18 14:00:00 +2017/05/18 15:00:00 +2017/05/18 16:00:00 +2017/05/18 17:00:00 +2017/05/18 18:00:00 +2017/05/18 19:00:00 +2017/05/18 20:00:00 +2017/05/18 21:00:00 +2017/05/18 22:00:00 +2017/05/18 23:00:00 +2017/05/19 00:00:00 +2017/05/19 01:00:00 +2017/05/19 02:00:00 +2017/05/19 03:00:00 +2017/05/19 04:00:00 +2017/05/19 05:00:00 +2017/05/19 06:00:00 +2017/05/19 07:00:00 +2017/05/19 08:00:00 +2017/05/19 09:00:00 +2017/05/19 10:00:00 +2017/05/19 11:00:00 +2017/05/19 12:00:00 +2017/05/19 13:00:00 +2017/05/19 14:00:00 +2017/05/19 15:00:00 +2017/05/19 16:00:00 +2017/05/19 17:00:00 +2017/05/19 18:00:00 +2017/05/19 19:00:00 +2017/05/19 20:00:00 +2017/05/19 21:00:00 +2017/05/19 22:00:00 +2017/05/19 23:00:00 +2017/05/20 00:00:00 +2017/05/20 01:00:00 +2017/05/20 02:00:00 +2017/05/20 03:00:00 +2017/05/20 04:00:00 +2017/05/20 05:00:00 +2017/05/20 06:00:00 +2017/05/20 07:00:00 +2017/05/20 08:00:00 +2017/05/20 09:00:00 +2017/05/20 10:00:00 +2017/05/20 11:00:00 +2017/05/20 12:00:00 +2017/05/20 13:00:00 +2017/05/20 14:00:00 +2017/05/20 15:00:00 +2017/05/20 16:00:00 +2017/05/20 17:00:00 +2017/05/20 18:00:00 +2017/05/20 19:00:00 +2017/05/20 20:00:00 +2017/05/20 21:00:00 +2017/05/20 22:00:00 +2017/05/20 23:00:00 +2017/05/21 00:00:00 +2017/05/21 01:00:00 +2017/05/21 02:00:00 +2017/05/21 03:00:00 +2017/05/21 04:00:00 +2017/05/21 05:00:00 +2017/05/21 06:00:00 +2017/05/21 07:00:00 +2017/05/21 08:00:00 +2017/05/21 09:00:00 +2017/05/21 10:00:00 +2017/05/21 11:00:00 +2017/05/21 12:00:00 +2017/05/21 13:00:00 +2017/05/21 14:00:00 +2017/05/21 15:00:00 +2017/05/21 16:00:00 +2017/05/21 17:00:00 +2017/05/21 18:00:00 +2017/05/21 19:00:00 +2017/05/21 20:00:00 +2017/05/21 21:00:00 +2017/05/21 22:00:00 +2017/05/21 23:00:00 +2017/05/22 00:00:00 +2017/05/22 01:00:00 +2017/05/22 02:00:00 +2017/05/22 03:00:00 +2017/05/22 04:00:00 +2017/05/22 05:00:00 +2017/05/22 06:00:00 +2017/05/22 07:00:00 +2017/05/22 08:00:00 +2017/05/22 09:00:00 +2017/05/22 10:00:00 +2017/05/22 11:00:00 +2017/05/22 12:00:00 +2017/05/22 13:00:00 +2017/05/22 14:00:00 +2017/05/22 15:00:00 +2017/05/22 16:00:00 +2017/05/22 17:00:00 +2017/05/22 18:00:00 +2017/05/22 19:00:00 +2017/05/22 20:00:00 +2017/05/22 21:00:00 +2017/05/22 22:00:00 +2017/05/22 23:00:00 +2017/05/23 00:00:00 +2017/05/23 01:00:00 +2017/05/23 02:00:00 +2017/05/23 03:00:00 +2017/05/23 04:00:00 +2017/05/23 05:00:00 +2017/05/23 06:00:00 +2017/05/23 07:00:00 +2017/05/23 08:00:00 +2017/05/23 09:00:00 +2017/05/23 10:00:00 +2017/05/23 11:00:00 +2017/05/23 12:00:00 +2017/05/23 13:00:00 +2017/05/23 14:00:00 +2017/05/23 15:00:00 +2017/05/23 16:00:00 +2017/05/23 17:00:00 +2017/05/23 18:00:00 +2017/05/23 19:00:00 +2017/05/23 20:00:00 +2017/05/23 21:00:00 +2017/05/23 22:00:00 +2017/05/23 23:00:00 +2017/05/24 00:00:00 +2017/05/24 01:00:00 +2017/05/24 02:00:00 +2017/05/24 03:00:00 +2017/05/24 04:00:00 +2017/05/24 05:00:00 +2017/05/24 06:00:00 +2017/05/24 07:00:00 +2017/05/24 08:00:00 +2017/05/24 09:00:00 +2017/05/24 10:00:00 +2017/05/24 11:00:00 +2017/05/24 12:00:00 +2017/05/24 13:00:00 +2017/05/24 14:00:00 +2017/05/24 15:00:00 +2017/05/24 16:00:00 +2017/05/24 17:00:00 +2017/05/24 18:00:00 +2017/05/24 19:00:00 +2017/05/24 20:00:00 +2017/05/24 21:00:00 +2017/05/24 22:00:00 +2017/05/24 23:00:00 +2017/05/25 00:00:00 +2017/05/25 01:00:00 +2017/05/25 02:00:00 +2017/05/25 03:00:00 +2017/05/25 04:00:00 +2017/05/25 05:00:00 +2017/05/25 06:00:00 +2017/05/25 07:00:00 +2017/05/25 08:00:00 +2017/05/25 09:00:00 +2017/05/25 10:00:00 +2017/05/25 11:00:00 +2017/05/25 12:00:00 +2017/05/25 13:00:00 +2017/05/25 14:00:00 +2017/05/25 15:00:00 +2017/05/25 16:00:00 +2017/05/25 17:00:00 +2017/05/25 18:00:00 +2017/05/25 19:00:00 +2017/05/25 20:00:00 +2017/05/25 21:00:00 +2017/05/25 22:00:00 +2017/05/25 23:00:00 +2017/05/26 00:00:00 +2017/05/26 01:00:00 +2017/05/26 02:00:00 +2017/05/26 03:00:00 +2017/05/26 04:00:00 +2017/05/26 05:00:00 +2017/05/26 06:00:00 +2017/05/26 07:00:00 +2017/05/26 08:00:00 +2017/05/26 09:00:00 +2017/05/26 10:00:00 +2017/05/26 11:00:00 +2017/05/26 12:00:00 +2017/05/26 13:00:00 +2017/05/26 14:00:00 +2017/05/26 15:00:00 +2017/05/26 16:00:00 +2017/05/26 17:00:00 +2017/05/26 18:00:00 +2017/05/26 19:00:00 +2017/05/26 20:00:00 +2017/05/26 21:00:00 +2017/05/26 22:00:00 +2017/05/26 23:00:00 +2017/05/27 00:00:00 +2017/05/27 01:00:00 +2017/05/27 02:00:00 +2017/05/27 03:00:00 +2017/05/27 04:00:00 +2017/05/27 05:00:00 +2017/05/27 06:00:00 +2017/05/27 07:00:00 +2017/05/27 08:00:00 +2017/05/27 09:00:00 +2017/05/27 10:00:00 +2017/05/27 11:00:00 +2017/05/27 12:00:00 +2017/05/27 13:00:00 +2017/05/27 14:00:00 +2017/05/27 15:00:00 +2017/05/27 16:00:00 +2017/05/27 17:00:00 +2017/05/27 18:00:00 +2017/05/27 19:00:00 +2017/05/27 20:00:00 +2017/05/27 21:00:00 +2017/05/27 22:00:00 +2017/05/27 23:00:00 +2017/05/28 00:00:00 +2017/05/28 01:00:00 +2017/05/28 02:00:00 +2017/05/28 03:00:00 +2017/05/28 04:00:00 +2017/05/28 05:00:00 +2017/05/28 06:00:00 +2017/05/28 07:00:00 +2017/05/28 08:00:00 +2017/05/28 09:00:00 +2017/05/28 10:00:00 +2017/05/28 11:00:00 +2017/05/28 12:00:00 +2017/05/28 13:00:00 +2017/05/28 14:00:00 +2017/05/28 15:00:00 +2017/05/28 16:00:00 +2017/05/28 17:00:00 +2017/05/28 18:00:00 +2017/05/28 19:00:00 +2017/05/28 20:00:00 +2017/05/28 21:00:00 +2017/05/28 22:00:00 +2017/05/28 23:00:00 +2017/05/29 00:00:00 +2017/05/29 01:00:00 +2017/05/29 02:00:00 +2017/05/29 03:00:00 +2017/05/29 04:00:00 +2017/05/29 05:00:00 +2017/05/29 06:00:00 +2017/05/29 07:00:00 +2017/05/29 08:00:00 +2017/05/29 09:00:00 +2017/05/29 10:00:00 +2017/05/29 11:00:00 +2017/05/29 12:00:00 +2017/05/29 13:00:00 +2017/05/29 14:00:00 +2017/05/29 15:00:00 +2017/05/29 16:00:00 +2017/05/29 17:00:00 +2017/05/29 18:00:00 +2017/05/29 19:00:00 +2017/05/29 20:00:00 +2017/05/29 21:00:00 +2017/05/29 22:00:00 +2017/05/29 23:00:00 +2017/05/30 00:00:00 +2017/05/30 01:00:00 +2017/05/30 02:00:00 +2017/05/30 03:00:00 +2017/05/30 04:00:00 +2017/05/30 05:00:00 +2017/05/30 06:00:00 +2017/05/30 07:00:00 +2017/05/30 08:00:00 +2017/05/30 09:00:00 +2017/05/30 10:00:00 +2017/05/30 11:00:00 +2017/05/30 12:00:00 +2017/05/30 13:00:00 +2017/05/30 14:00:00 +2017/05/30 15:00:00 +2017/05/30 16:00:00 +2017/05/30 17:00:00 +2017/05/30 18:00:00 +2017/05/30 19:00:00 +2017/05/30 20:00:00 +2017/05/30 21:00:00 +2017/05/30 22:00:00 +2017/05/30 23:00:00 +2017/05/31 00:00:00 +2017/05/31 01:00:00 +2017/05/31 02:00:00 +2017/05/31 03:00:00 +2017/05/31 04:00:00 +2017/05/31 05:00:00 +2017/05/31 06:00:00 +2017/05/31 07:00:00 +2017/05/31 08:00:00 +2017/05/31 09:00:00 +2017/05/31 10:00:00 +2017/05/31 11:00:00 +2017/05/31 12:00:00 +2017/05/31 13:00:00 +2017/05/31 14:00:00 +2017/05/31 15:00:00 +2017/05/31 16:00:00 +2017/05/31 17:00:00 +2017/05/31 18:00:00 +2017/05/31 19:00:00 +2017/05/31 20:00:00 +2017/05/31 21:00:00 +2017/05/31 22:00:00 +2017/05/31 23:00:00 +2017/06/01 00:00:00 +2017/06/01 01:00:00 +2017/06/01 02:00:00 +2017/06/01 03:00:00 +2017/06/01 04:00:00 +2017/06/01 05:00:00 +2017/06/01 06:00:00 +2017/06/01 07:00:00 +2017/06/01 08:00:00 +2017/06/01 09:00:00 +2017/06/01 10:00:00 +2017/06/01 11:00:00 +2017/06/01 12:00:00 +2017/06/01 13:00:00 +2017/06/01 14:00:00 +2017/06/01 15:00:00 +2017/06/01 16:00:00 +2017/06/01 17:00:00 +2017/06/01 18:00:00 +2017/06/01 19:00:00 +2017/06/01 20:00:00 +2017/06/01 21:00:00 +2017/06/01 22:00:00 +2017/06/01 23:00:00 +2017/06/02 00:00:00 +2017/06/02 01:00:00 +2017/06/02 02:00:00 +2017/06/02 03:00:00 +2017/06/02 04:00:00 +2017/06/02 05:00:00 +2017/06/02 06:00:00 +2017/06/02 07:00:00 +2017/06/02 08:00:00 +2017/06/02 09:00:00 +2017/06/02 10:00:00 +2017/06/02 11:00:00 +2017/06/02 12:00:00 +2017/06/02 13:00:00 +2017/06/02 14:00:00 +2017/06/02 15:00:00 +2017/06/02 16:00:00 +2017/06/02 17:00:00 +2017/06/02 18:00:00 +2017/06/02 19:00:00 +2017/06/02 20:00:00 +2017/06/02 21:00:00 +2017/06/02 22:00:00 +2017/06/02 23:00:00 +2017/06/03 00:00:00 +2017/06/03 01:00:00 +2017/06/03 02:00:00 +2017/06/03 03:00:00 +2017/06/03 04:00:00 +2017/06/03 05:00:00 +2017/06/03 06:00:00 +2017/06/03 07:00:00 +2017/06/03 08:00:00 +2017/06/03 09:00:00 +2017/06/03 10:00:00 +2017/06/03 11:00:00 +2017/06/03 12:00:00 +2017/06/03 13:00:00 +2017/06/03 14:00:00 +2017/06/03 15:00:00 +2017/06/03 16:00:00 +2017/06/03 17:00:00 +2017/06/03 18:00:00 +2017/06/03 19:00:00 +2017/06/03 20:00:00 +2017/06/03 21:00:00 +2017/06/03 22:00:00 +2017/06/03 23:00:00 +2017/06/04 00:00:00 +2017/06/04 01:00:00 +2017/06/04 02:00:00 +2017/06/04 03:00:00 +2017/06/04 04:00:00 +2017/06/04 05:00:00 +2017/06/04 06:00:00 +2017/06/04 07:00:00 +2017/06/04 08:00:00 +2017/06/04 09:00:00 +2017/06/04 10:00:00 +2017/06/04 11:00:00 +2017/06/04 12:00:00 +2017/06/04 13:00:00 +2017/06/04 14:00:00 +2017/06/04 15:00:00 +2017/06/04 16:00:00 +2017/06/04 17:00:00 +2017/06/04 18:00:00 +2017/06/04 19:00:00 +2017/06/04 20:00:00 +2017/06/04 21:00:00 +2017/06/04 22:00:00 +2017/06/04 23:00:00 +2017/06/05 00:00:00 +2017/06/05 01:00:00 +2017/06/05 02:00:00 +2017/06/05 03:00:00 +2017/06/05 04:00:00 +2017/06/05 05:00:00 +2017/06/05 06:00:00 +2017/06/05 07:00:00 +2017/06/05 08:00:00 +2017/06/05 09:00:00 +2017/06/05 10:00:00 +2017/06/05 11:00:00 +2017/06/05 12:00:00 +2017/06/05 13:00:00 +2017/06/05 14:00:00 +2017/06/05 15:00:00 +2017/06/05 16:00:00 +2017/06/05 17:00:00 +2017/06/05 18:00:00 +2017/06/05 19:00:00 +2017/06/05 20:00:00 +2017/06/05 21:00:00 +2017/06/05 22:00:00 +2017/06/05 23:00:00 +2017/06/06 00:00:00 +2017/06/06 01:00:00 +2017/06/06 02:00:00 +2017/06/06 03:00:00 +2017/06/06 04:00:00 +2017/06/06 05:00:00 +2017/06/06 06:00:00 +2017/06/06 07:00:00 +2017/06/06 08:00:00 +2017/06/06 09:00:00 +2017/06/06 10:00:00 +2017/06/06 11:00:00 +2017/06/06 12:00:00 +2017/06/06 13:00:00 +2017/06/06 14:00:00 +2017/06/06 15:00:00 +2017/06/06 16:00:00 +2017/06/06 17:00:00 +2017/06/06 18:00:00 +2017/06/06 19:00:00 +2017/06/06 20:00:00 +2017/06/06 21:00:00 +2017/06/06 22:00:00 +2017/06/06 23:00:00 +2017/06/07 00:00:00 +2017/06/07 01:00:00 +2017/06/07 02:00:00 +2017/06/07 03:00:00 +2017/06/07 04:00:00 +2017/06/07 05:00:00 +2017/06/07 06:00:00 +2017/06/07 07:00:00 +2017/06/07 08:00:00 +2017/06/07 09:00:00 +2017/06/07 10:00:00 +2017/06/07 11:00:00 +2017/06/07 12:00:00 +2017/06/07 13:00:00 +2017/06/07 14:00:00 +2017/06/07 15:00:00 +2017/06/07 16:00:00 +2017/06/07 17:00:00 +2017/06/07 18:00:00 +2017/06/07 19:00:00 +2017/06/07 20:00:00 +2017/06/07 21:00:00 +2017/06/07 22:00:00 +2017/06/07 23:00:00 +2017/06/08 00:00:00 +2017/06/08 01:00:00 +2017/06/08 02:00:00 +2017/06/08 03:00:00 +2017/06/08 04:00:00 +2017/06/08 05:00:00 +2017/06/08 06:00:00 +2017/06/08 07:00:00 +2017/06/08 08:00:00 +2017/06/08 09:00:00 +2017/06/08 10:00:00 +2017/06/08 11:00:00 +2017/06/08 12:00:00 +2017/06/08 13:00:00 +2017/06/08 14:00:00 +2017/06/08 15:00:00 +2017/06/08 16:00:00 +2017/06/08 17:00:00 +2017/06/08 18:00:00 +2017/06/08 19:00:00 +2017/06/08 20:00:00 +2017/06/08 21:00:00 +2017/06/08 22:00:00 +2017/06/08 23:00:00 +2017/06/09 00:00:00 +2017/06/09 01:00:00 +2017/06/09 02:00:00 +2017/06/09 03:00:00 +2017/06/09 04:00:00 +2017/06/09 05:00:00 +2017/06/09 06:00:00 +2017/06/09 07:00:00 +2017/06/09 08:00:00 +2017/06/09 09:00:00 +2017/06/09 10:00:00 +2017/06/09 11:00:00 +2017/06/09 12:00:00 +2017/06/09 13:00:00 +2017/06/09 14:00:00 +2017/06/09 15:00:00 +2017/06/09 16:00:00 +2017/06/09 17:00:00 +2017/06/09 18:00:00 +2017/06/09 19:00:00 +2017/06/09 20:00:00 +2017/06/09 21:00:00 +2017/06/09 22:00:00 +2017/06/09 23:00:00 +2017/06/10 00:00:00 +2017/06/10 01:00:00 +2017/06/10 02:00:00 +2017/06/10 03:00:00 +2017/06/10 04:00:00 +2017/06/10 05:00:00 +2017/06/10 06:00:00 +2017/06/10 07:00:00 +2017/06/10 08:00:00 +2017/06/10 09:00:00 +2017/06/10 10:00:00 +2017/06/10 11:00:00 +2017/06/10 12:00:00 +2017/06/10 13:00:00 +2017/06/10 14:00:00 +2017/06/10 15:00:00 +2017/06/10 16:00:00 +2017/06/10 17:00:00 +2017/06/10 18:00:00 +2017/06/10 19:00:00 +2017/06/10 20:00:00 +2017/06/10 21:00:00 +2017/06/10 22:00:00 +2017/06/10 23:00:00 +2017/06/11 00:00:00 +2017/06/11 01:00:00 +2017/06/11 02:00:00 +2017/06/11 03:00:00 +2017/06/11 04:00:00 +2017/06/11 05:00:00 +2017/06/11 06:00:00 +2017/06/11 07:00:00 +2017/06/11 08:00:00 +2017/06/11 09:00:00 +2017/06/11 10:00:00 +2017/06/11 11:00:00 +2017/06/11 12:00:00 +2017/06/11 13:00:00 +2017/06/11 14:00:00 +2017/06/11 15:00:00 +2017/06/11 16:00:00 +2017/06/11 17:00:00 +2017/06/11 18:00:00 +2017/06/11 19:00:00 +2017/06/11 20:00:00 +2017/06/11 21:00:00 +2017/06/11 22:00:00 +2017/06/11 23:00:00 +2017/06/12 00:00:00 +2017/06/12 01:00:00 +2017/06/12 02:00:00 +2017/06/12 03:00:00 +2017/06/12 04:00:00 +2017/06/12 05:00:00 +2017/06/12 06:00:00 +2017/06/12 07:00:00 +2017/06/12 08:00:00 +2017/06/12 09:00:00 +2017/06/12 10:00:00 +2017/06/12 11:00:00 +2017/06/12 12:00:00 +2017/06/12 13:00:00 +2017/06/12 14:00:00 +2017/06/12 15:00:00 +2017/06/12 16:00:00 +2017/06/12 17:00:00 +2017/06/12 18:00:00 +2017/06/12 19:00:00 +2017/06/12 20:00:00 +2017/06/12 21:00:00 +2017/06/12 22:00:00 +2017/06/12 23:00:00 +2017/06/13 00:00:00 +2017/06/13 01:00:00 +2017/06/13 02:00:00 +2017/06/13 03:00:00 +2017/06/13 04:00:00 +2017/06/13 05:00:00 +2017/06/13 06:00:00 +2017/06/13 07:00:00 +2017/06/13 08:00:00 +2017/06/13 09:00:00 +2017/06/13 10:00:00 +2017/06/13 11:00:00 +2017/06/13 12:00:00 +2017/06/13 13:00:00 +2017/06/13 14:00:00 +2017/06/13 15:00:00 +2017/06/13 16:00:00 +2017/06/13 17:00:00 +2017/06/13 18:00:00 +2017/06/13 19:00:00 +2017/06/13 20:00:00 +2017/06/13 21:00:00 +2017/06/13 22:00:00 +2017/06/13 23:00:00 +2017/06/14 00:00:00 +2017/06/14 01:00:00 +2017/06/14 02:00:00 +2017/06/14 03:00:00 +2017/06/14 04:00:00 +2017/06/14 05:00:00 +2017/06/14 06:00:00 +2017/06/14 07:00:00 +2017/06/14 08:00:00 +2017/06/14 09:00:00 +2017/06/14 10:00:00 +2017/06/14 11:00:00 +2017/06/14 12:00:00 +2017/06/14 13:00:00 +2017/06/14 14:00:00 +2017/06/14 15:00:00 +2017/06/14 16:00:00 +2017/06/14 17:00:00 +2017/06/14 18:00:00 +2017/06/14 19:00:00 +2017/06/14 20:00:00 +2017/06/14 21:00:00 +2017/06/14 22:00:00 +2017/06/14 23:00:00 +2017/06/15 00:00:00 +2017/06/15 01:00:00 +2017/06/15 02:00:00 +2017/06/15 03:00:00 +2017/06/15 04:00:00 +2017/06/15 05:00:00 +2017/06/15 06:00:00 +2017/06/15 07:00:00 +2017/06/15 08:00:00 +2017/06/15 09:00:00 +2017/06/15 10:00:00 +2017/06/15 11:00:00 +2017/06/15 12:00:00 +2017/06/15 13:00:00 +2017/06/15 14:00:00 +2017/06/15 15:00:00 +2017/06/15 16:00:00 +2017/06/15 17:00:00 +2017/06/15 18:00:00 +2017/06/15 19:00:00 +2017/06/15 20:00:00 +2017/06/15 21:00:00 +2017/06/15 22:00:00 +2017/06/15 23:00:00 +2017/06/16 00:00:00 +2017/06/16 01:00:00 +2017/06/16 02:00:00 +2017/06/16 03:00:00 +2017/06/16 04:00:00 +2017/06/16 05:00:00 +2017/06/16 06:00:00 +2017/06/16 07:00:00 +2017/06/16 08:00:00 +2017/06/16 09:00:00 +2017/06/16 10:00:00 +2017/06/16 11:00:00 +2017/06/16 12:00:00 +2017/06/16 13:00:00 +2017/06/16 14:00:00 +2017/06/16 15:00:00 +2017/06/16 16:00:00 +2017/06/16 17:00:00 +2017/06/16 18:00:00 +2017/06/16 19:00:00 +2017/06/16 20:00:00 +2017/06/16 21:00:00 +2017/06/16 22:00:00 +2017/06/16 23:00:00 +2017/06/17 00:00:00 +2017/06/17 01:00:00 +2017/06/17 02:00:00 +2017/06/17 03:00:00 +2017/06/17 04:00:00 +2017/06/17 05:00:00 +2017/06/17 06:00:00 +2017/06/17 07:00:00 +2017/06/17 08:00:00 +2017/06/17 09:00:00 +2017/06/17 10:00:00 +2017/06/17 11:00:00 +2017/06/17 12:00:00 +2017/06/17 13:00:00 +2017/06/17 14:00:00 +2017/06/17 15:00:00 +2017/06/17 16:00:00 +2017/06/17 17:00:00 +2017/06/17 18:00:00 +2017/06/17 19:00:00 +2017/06/17 20:00:00 +2017/06/17 21:00:00 +2017/06/17 22:00:00 +2017/06/17 23:00:00 +2017/06/18 00:00:00 +2017/06/18 01:00:00 +2017/06/18 02:00:00 +2017/06/18 03:00:00 +2017/06/18 04:00:00 +2017/06/18 05:00:00 +2017/06/18 06:00:00 +2017/06/18 07:00:00 +2017/06/18 08:00:00 +2017/06/18 09:00:00 +2017/06/18 10:00:00 +2017/06/18 11:00:00 +2017/06/18 12:00:00 +2017/06/18 13:00:00 +2017/06/18 14:00:00 +2017/06/18 15:00:00 +2017/06/18 16:00:00 +2017/06/18 17:00:00 +2017/06/18 18:00:00 +2017/06/18 19:00:00 +2017/06/18 20:00:00 +2017/06/18 21:00:00 +2017/06/18 22:00:00 +2017/06/18 23:00:00 +2017/06/19 00:00:00 +2017/06/19 01:00:00 +2017/06/19 02:00:00 +2017/06/19 03:00:00 +2017/06/19 04:00:00 +2017/06/19 05:00:00 +2017/06/19 06:00:00 +2017/06/19 07:00:00 +2017/06/19 08:00:00 +2017/06/19 09:00:00 +2017/06/19 10:00:00 +2017/06/19 11:00:00 +2017/06/19 12:00:00 +2017/06/19 13:00:00 +2017/06/19 14:00:00 +2017/06/19 15:00:00 +2017/06/19 16:00:00 +2017/06/19 17:00:00 +2017/06/19 18:00:00 +2017/06/19 19:00:00 +2017/06/19 20:00:00 +2017/06/19 21:00:00 +2017/06/19 22:00:00 +2017/06/19 23:00:00 +2017/06/20 00:00:00 +2017/06/20 01:00:00 +2017/06/20 02:00:00 +2017/06/20 03:00:00 +2017/06/20 04:00:00 +2017/06/20 05:00:00 +2017/06/20 06:00:00 +2017/06/20 07:00:00 +2017/06/20 08:00:00 +2017/06/20 09:00:00 +2017/06/20 10:00:00 +2017/06/20 11:00:00 +2017/06/20 12:00:00 +2017/06/20 13:00:00 +2017/06/20 14:00:00 +2017/06/20 15:00:00 +2017/06/20 16:00:00 +2017/06/20 17:00:00 +2017/06/20 18:00:00 +2017/06/20 19:00:00 +2017/06/20 20:00:00 +2017/06/20 21:00:00 +2017/06/20 22:00:00 +2017/06/20 23:00:00 +2017/06/21 00:00:00 +2017/06/21 01:00:00 +2017/06/21 02:00:00 +2017/06/21 03:00:00 +2017/06/21 04:00:00 +2017/06/21 05:00:00 +2017/06/21 06:00:00 +2017/06/21 07:00:00 +2017/06/21 08:00:00 +2017/06/21 09:00:00 +2017/06/21 10:00:00 +2017/06/21 11:00:00 +2017/06/21 12:00:00 +2017/06/21 13:00:00 +2017/06/21 14:00:00 +2017/06/21 15:00:00 +2017/06/21 16:00:00 +2017/06/21 17:00:00 +2017/06/21 18:00:00 +2017/06/21 19:00:00 +2017/06/21 20:00:00 +2017/06/21 21:00:00 +2017/06/21 22:00:00 +2017/06/21 23:00:00 +2017/06/22 00:00:00 +2017/06/22 01:00:00 +2017/06/22 02:00:00 +2017/06/22 03:00:00 +2017/06/22 04:00:00 +2017/06/22 05:00:00 +2017/06/22 06:00:00 +2017/06/22 07:00:00 +2017/06/22 08:00:00 +2017/06/22 09:00:00 +2017/06/22 10:00:00 +2017/06/22 11:00:00 +2017/06/22 12:00:00 +2017/06/22 13:00:00 +2017/06/22 14:00:00 +2017/06/22 15:00:00 +2017/06/22 16:00:00 +2017/06/22 17:00:00 +2017/06/22 18:00:00 +2017/06/22 19:00:00 +2017/06/22 20:00:00 +2017/06/22 21:00:00 +2017/06/22 22:00:00 +2017/06/22 23:00:00 +2017/06/23 00:00:00 +2017/06/23 01:00:00 +2017/06/23 02:00:00 +2017/06/23 03:00:00 +2017/06/23 04:00:00 +2017/06/23 05:00:00 +2017/06/23 06:00:00 +2017/06/23 07:00:00 +2017/06/23 08:00:00 +2017/06/23 09:00:00 +2017/06/23 10:00:00 +2017/06/23 11:00:00 +2017/06/23 12:00:00 +2017/06/23 13:00:00 +2017/06/23 14:00:00 +2017/06/23 15:00:00 +2017/06/23 16:00:00 +2017/06/23 17:00:00 +2017/06/23 18:00:00 +2017/06/23 19:00:00 +2017/06/23 20:00:00 +2017/06/23 21:00:00 +2017/06/23 22:00:00 +2017/06/23 23:00:00 +2017/06/24 00:00:00 +2017/06/24 01:00:00 +2017/06/24 02:00:00 +2017/06/24 03:00:00 +2017/06/24 04:00:00 +2017/06/24 05:00:00 +2017/06/24 06:00:00 +2017/06/24 07:00:00 +2017/06/24 08:00:00 +2017/06/24 09:00:00 +2017/06/24 10:00:00 +2017/06/24 11:00:00 +2017/06/24 12:00:00 +2017/06/24 13:00:00 +2017/06/24 14:00:00 +2017/06/24 15:00:00 +2017/06/24 16:00:00 +2017/06/24 17:00:00 +2017/06/24 18:00:00 +2017/06/24 19:00:00 +2017/06/24 20:00:00 +2017/06/24 21:00:00 +2017/06/24 22:00:00 +2017/06/24 23:00:00 +2017/06/25 00:00:00 +2017/06/25 01:00:00 +2017/06/25 02:00:00 +2017/06/25 03:00:00 +2017/06/25 04:00:00 +2017/06/25 05:00:00 +2017/06/25 06:00:00 +2017/06/25 07:00:00 +2017/06/25 08:00:00 +2017/06/25 09:00:00 +2017/06/25 10:00:00 +2017/06/25 11:00:00 +2017/06/25 12:00:00 +2017/06/25 13:00:00 +2017/06/25 14:00:00 +2017/06/25 15:00:00 +2017/06/25 16:00:00 +2017/06/25 17:00:00 +2017/06/25 18:00:00 +2017/06/25 19:00:00 +2017/06/25 20:00:00 +2017/06/25 21:00:00 +2017/06/25 22:00:00 +2017/06/25 23:00:00 +2017/06/26 00:00:00 +2017/06/26 01:00:00 +2017/06/26 02:00:00 +2017/06/26 03:00:00 +2017/06/26 04:00:00 +2017/06/26 05:00:00 +2017/06/26 06:00:00 +2017/06/26 07:00:00 +2017/06/26 08:00:00 +2017/06/26 09:00:00 +2017/06/26 10:00:00 +2017/06/26 11:00:00 +2017/06/26 12:00:00 +2017/06/26 13:00:00 +2017/06/26 14:00:00 +2017/06/26 15:00:00 +2017/06/26 16:00:00 +2017/06/26 17:00:00 +2017/06/26 18:00:00 +2017/06/26 19:00:00 +2017/06/26 20:00:00 +2017/06/26 21:00:00 +2017/06/26 22:00:00 +2017/06/26 23:00:00 +2017/06/27 00:00:00 +2017/06/27 01:00:00 +2017/06/27 02:00:00 +2017/06/27 03:00:00 +2017/06/27 04:00:00 +2017/06/27 05:00:00 +2017/06/27 06:00:00 +2017/06/27 07:00:00 +2017/06/27 08:00:00 +2017/06/27 09:00:00 +2017/06/27 10:00:00 +2017/06/27 11:00:00 +2017/06/27 12:00:00 +2017/06/27 13:00:00 +2017/06/27 14:00:00 +2017/06/27 15:00:00 +2017/06/27 16:00:00 +2017/06/27 17:00:00 +2017/06/27 18:00:00 +2017/06/27 19:00:00 +2017/06/27 20:00:00 +2017/06/27 21:00:00 +2017/06/27 22:00:00 +2017/06/27 23:00:00 +2017/06/28 00:00:00 +2017/06/28 01:00:00 +2017/06/28 02:00:00 +2017/06/28 03:00:00 +2017/06/28 04:00:00 +2017/06/28 05:00:00 +2017/06/28 06:00:00 +2017/06/28 07:00:00 +2017/06/28 08:00:00 +2017/06/28 09:00:00 +2017/06/28 10:00:00 +2017/06/28 11:00:00 +2017/06/28 12:00:00 +2017/06/28 13:00:00 +2017/06/28 14:00:00 +2017/06/28 15:00:00 +2017/06/28 16:00:00 +2017/06/28 17:00:00 +2017/06/28 18:00:00 +2017/06/28 19:00:00 +2017/06/28 20:00:00 +2017/06/28 21:00:00 +2017/06/28 22:00:00 +2017/06/28 23:00:00 +2017/06/29 00:00:00 +2017/06/29 01:00:00 +2017/06/29 02:00:00 +2017/06/29 03:00:00 +2017/06/29 04:00:00 +2017/06/29 05:00:00 +2017/06/29 06:00:00 +2017/06/29 07:00:00 +2017/06/29 08:00:00 +2017/06/29 09:00:00 +2017/06/29 10:00:00 +2017/06/29 11:00:00 +2017/06/29 12:00:00 +2017/06/29 13:00:00 +2017/06/29 14:00:00 +2017/06/29 15:00:00 +2017/06/29 16:00:00 +2017/06/29 17:00:00 +2017/06/29 18:00:00 +2017/06/29 19:00:00 +2017/06/29 20:00:00 +2017/06/29 21:00:00 +2017/06/29 22:00:00 +2017/06/29 23:00:00 +2017/06/30 00:00:00 +2017/06/30 01:00:00 +2017/06/30 02:00:00 +2017/06/30 03:00:00 +2017/06/30 04:00:00 +2017/06/30 05:00:00 +2017/06/30 06:00:00 +2017/06/30 07:00:00 +2017/06/30 08:00:00 +2017/06/30 09:00:00 +2017/06/30 10:00:00 +2017/06/30 11:00:00 +2017/06/30 12:00:00 +2017/06/30 13:00:00 +2017/06/30 14:00:00 +2017/06/30 15:00:00 +2017/06/30 16:00:00 +2017/06/30 17:00:00 +2017/06/30 18:00:00 +2017/06/30 19:00:00 +2017/06/30 20:00:00 +2017/06/30 21:00:00 +2017/06/30 22:00:00 +2017/06/30 23:00:00 +2017/07/01 00:00:00 +2017/07/01 01:00:00 +2017/07/01 02:00:00 +2017/07/01 03:00:00 +2017/07/01 04:00:00 +2017/07/01 05:00:00 +2017/07/01 06:00:00 +2017/07/01 07:00:00 +2017/07/01 08:00:00 +2017/07/01 09:00:00 +2017/07/01 10:00:00 +2017/07/01 11:00:00 +2017/07/01 12:00:00 +2017/07/01 13:00:00 +2017/07/01 14:00:00 +2017/07/01 15:00:00 +2017/07/01 16:00:00 +2017/07/01 17:00:00 +2017/07/01 18:00:00 +2017/07/01 19:00:00 +2017/07/01 20:00:00 +2017/07/01 21:00:00 +2017/07/01 22:00:00 +2017/07/01 23:00:00 +2017/07/02 00:00:00 +2017/07/02 01:00:00 +2017/07/02 02:00:00 +2017/07/02 03:00:00 +2017/07/02 04:00:00 +2017/07/02 05:00:00 +2017/07/02 06:00:00 +2017/07/02 07:00:00 +2017/07/02 08:00:00 +2017/07/02 09:00:00 +2017/07/02 10:00:00 +2017/07/02 11:00:00 +2017/07/02 12:00:00 +2017/07/02 13:00:00 +2017/07/02 14:00:00 +2017/07/02 15:00:00 +2017/07/02 16:00:00 +2017/07/02 17:00:00 +2017/07/02 18:00:00 +2017/07/02 19:00:00 +2017/07/02 20:00:00 +2017/07/02 21:00:00 +2017/07/02 22:00:00 +2017/07/02 23:00:00 +2017/07/03 00:00:00 +2017/07/03 01:00:00 +2017/07/03 02:00:00 +2017/07/03 03:00:00 +2017/07/03 04:00:00 +2017/07/03 05:00:00 +2017/07/03 06:00:00 +2017/07/03 07:00:00 +2017/07/03 08:00:00 +2017/07/03 09:00:00 +2017/07/03 10:00:00 +2017/07/03 11:00:00 +2017/07/03 12:00:00 +2017/07/03 13:00:00 +2017/07/03 14:00:00 +2017/07/03 15:00:00 +2017/07/03 16:00:00 +2017/07/03 17:00:00 +2017/07/03 18:00:00 +2017/07/03 19:00:00 +2017/07/03 20:00:00 +2017/07/03 21:00:00 +2017/07/03 22:00:00 +2017/07/03 23:00:00 +2017/07/04 00:00:00 +2017/07/04 01:00:00 +2017/07/04 02:00:00 +2017/07/04 03:00:00 +2017/07/04 04:00:00 +2017/07/04 05:00:00 +2017/07/04 06:00:00 +2017/07/04 07:00:00 +2017/07/04 08:00:00 +2017/07/04 09:00:00 +2017/07/04 10:00:00 +2017/07/04 11:00:00 +2017/07/04 12:00:00 +2017/07/04 13:00:00 +2017/07/04 14:00:00 +2017/07/04 15:00:00 +2017/07/04 16:00:00 +2017/07/04 17:00:00 +2017/07/04 18:00:00 +2017/07/04 19:00:00 +2017/07/04 20:00:00 +2017/07/04 21:00:00 +2017/07/04 22:00:00 +2017/07/04 23:00:00 +2017/07/05 00:00:00 +2017/07/05 01:00:00 +2017/07/05 02:00:00 +2017/07/05 03:00:00 +2017/07/05 04:00:00 +2017/07/05 05:00:00 +2017/07/05 06:00:00 +2017/07/05 07:00:00 +2017/07/05 08:00:00 +2017/07/05 09:00:00 +2017/07/05 10:00:00 +2017/07/05 11:00:00 +2017/07/05 12:00:00 +2017/07/05 13:00:00 +2017/07/05 14:00:00 +2017/07/05 15:00:00 +2017/07/05 16:00:00 +2017/07/05 17:00:00 +2017/07/05 18:00:00 +2017/07/05 19:00:00 +2017/07/05 20:00:00 +2017/07/05 21:00:00 +2017/07/05 22:00:00 +2017/07/05 23:00:00 +2017/07/06 00:00:00 +2017/07/06 01:00:00 +2017/07/06 02:00:00 +2017/07/06 03:00:00 +2017/07/06 04:00:00 +2017/07/06 05:00:00 +2017/07/06 06:00:00 +2017/07/06 07:00:00 +2017/07/06 08:00:00 +2017/07/06 09:00:00 +2017/07/06 10:00:00 +2017/07/06 11:00:00 +2017/07/06 12:00:00 +2017/07/06 13:00:00 +2017/07/06 14:00:00 +2017/07/06 15:00:00 +2017/07/06 16:00:00 +2017/07/06 17:00:00 +2017/07/06 18:00:00 +2017/07/06 19:00:00 +2017/07/06 20:00:00 +2017/07/06 21:00:00 +2017/07/06 22:00:00 +2017/07/06 23:00:00 +2017/07/07 00:00:00 +2017/07/07 01:00:00 +2017/07/07 02:00:00 +2017/07/07 03:00:00 +2017/07/07 04:00:00 +2017/07/07 05:00:00 +2017/07/07 06:00:00 +2017/07/07 07:00:00 +2017/07/07 08:00:00 +2017/07/07 09:00:00 +2017/07/07 10:00:00 +2017/07/07 11:00:00 +2017/07/07 12:00:00 +2017/07/07 13:00:00 +2017/07/07 14:00:00 +2017/07/07 15:00:00 +2017/07/07 16:00:00 +2017/07/07 17:00:00 +2017/07/07 18:00:00 +2017/07/07 19:00:00 +2017/07/07 20:00:00 +2017/07/07 21:00:00 +2017/07/07 22:00:00 +2017/07/07 23:00:00 +2017/07/08 00:00:00 +2017/07/08 01:00:00 +2017/07/08 02:00:00 +2017/07/08 03:00:00 +2017/07/08 04:00:00 +2017/07/08 05:00:00 +2017/07/08 06:00:00 +2017/07/08 07:00:00 +2017/07/08 08:00:00 +2017/07/08 09:00:00 +2017/07/08 10:00:00 +2017/07/08 11:00:00 +2017/07/08 12:00:00 +2017/07/08 13:00:00 +2017/07/08 14:00:00 +2017/07/08 15:00:00 +2017/07/08 16:00:00 +2017/07/08 17:00:00 +2017/07/08 18:00:00 +2017/07/08 19:00:00 +2017/07/08 20:00:00 +2017/07/08 21:00:00 +2017/07/08 22:00:00 +2017/07/08 23:00:00 +2017/07/09 00:00:00 +2017/07/09 01:00:00 +2017/07/09 02:00:00 +2017/07/09 03:00:00 +2017/07/09 04:00:00 +2017/07/09 05:00:00 +2017/07/09 06:00:00 +2017/07/09 07:00:00 +2017/07/09 08:00:00 +2017/07/09 09:00:00 +2017/07/09 10:00:00 +2017/07/09 11:00:00 +2017/07/09 12:00:00 +2017/07/09 13:00:00 +2017/07/09 14:00:00 +2017/07/09 15:00:00 +2017/07/09 16:00:00 +2017/07/09 17:00:00 +2017/07/09 18:00:00 +2017/07/09 19:00:00 +2017/07/09 20:00:00 +2017/07/09 21:00:00 +2017/07/09 22:00:00 +2017/07/09 23:00:00 +2017/07/10 00:00:00 +2017/07/10 01:00:00 +2017/07/10 02:00:00 +2017/07/10 03:00:00 +2017/07/10 04:00:00 +2017/07/10 05:00:00 +2017/07/10 06:00:00 +2017/07/10 07:00:00 +2017/07/10 08:00:00 +2017/07/10 09:00:00 +2017/07/10 10:00:00 +2017/07/10 11:00:00 +2017/07/10 12:00:00 +2017/07/10 13:00:00 +2017/07/10 14:00:00 +2017/07/10 15:00:00 +2017/07/10 16:00:00 +2017/07/10 17:00:00 +2017/07/10 18:00:00 +2017/07/10 19:00:00 +2017/07/10 20:00:00 +2017/07/10 21:00:00 +2017/07/10 22:00:00 +2017/07/10 23:00:00 +2017/07/11 00:00:00 +2017/07/11 01:00:00 +2017/07/11 02:00:00 +2017/07/11 03:00:00 +2017/07/11 04:00:00 +2017/07/11 05:00:00 +2017/07/11 06:00:00 +2017/07/11 07:00:00 +2017/07/11 08:00:00 +2017/07/11 09:00:00 +2017/07/11 10:00:00 +2017/07/11 11:00:00 +2017/07/11 12:00:00 +2017/07/11 13:00:00 +2017/07/11 14:00:00 +2017/07/11 15:00:00 +2017/07/11 16:00:00 +2017/07/11 17:00:00 +2017/07/11 18:00:00 +2017/07/11 19:00:00 +2017/07/11 20:00:00 +2017/07/11 21:00:00 +2017/07/11 22:00:00 +2017/07/11 23:00:00 +2017/07/12 00:00:00 +2017/07/12 01:00:00 +2017/07/12 02:00:00 +2017/07/12 03:00:00 +2017/07/12 04:00:00 +2017/07/12 05:00:00 +2017/07/12 06:00:00 +2017/07/12 07:00:00 +2017/07/12 08:00:00 +2017/07/12 09:00:00 +2017/07/12 10:00:00 +2017/07/12 11:00:00 +2017/07/12 12:00:00 +2017/07/12 13:00:00 +2017/07/12 14:00:00 +2017/07/12 15:00:00 +2017/07/12 16:00:00 +2017/07/12 17:00:00 +2017/07/12 18:00:00 +2017/07/12 19:00:00 +2017/07/12 20:00:00 +2017/07/12 21:00:00 +2017/07/12 22:00:00 +2017/07/12 23:00:00 +2017/07/13 00:00:00 +2017/07/13 01:00:00 +2017/07/13 02:00:00 +2017/07/13 03:00:00 +2017/07/13 04:00:00 +2017/07/13 05:00:00 +2017/07/13 06:00:00 +2017/07/13 07:00:00 +2017/07/13 08:00:00 +2017/07/13 09:00:00 +2017/07/13 10:00:00 +2017/07/13 11:00:00 +2017/07/13 12:00:00 +2017/07/13 13:00:00 +2017/07/13 14:00:00 +2017/07/13 15:00:00 +2017/07/13 16:00:00 +2017/07/13 17:00:00 +2017/07/13 18:00:00 +2017/07/13 19:00:00 +2017/07/13 20:00:00 +2017/07/13 21:00:00 +2017/07/13 22:00:00 +2017/07/13 23:00:00 +2017/07/14 00:00:00 +2017/07/14 01:00:00 +2017/07/14 02:00:00 +2017/07/14 03:00:00 +2017/07/14 04:00:00 +2017/07/14 05:00:00 +2017/07/14 06:00:00 +2017/07/14 07:00:00 +2017/07/14 08:00:00 +2017/07/14 09:00:00 +2017/07/14 10:00:00 +2017/07/14 11:00:00 +2017/07/14 12:00:00 +2017/07/14 13:00:00 +2017/07/14 14:00:00 +2017/07/14 15:00:00 +2017/07/14 16:00:00 +2017/07/14 17:00:00 +2017/07/14 18:00:00 +2017/07/14 19:00:00 +2017/07/14 20:00:00 +2017/07/14 21:00:00 +2017/07/14 22:00:00 +2017/07/14 23:00:00 +2017/07/15 00:00:00 +2017/07/15 01:00:00 +2017/07/15 02:00:00 +2017/07/15 03:00:00 +2017/07/15 04:00:00 +2017/07/15 05:00:00 +2017/07/15 06:00:00 +2017/07/15 07:00:00 +2017/07/15 08:00:00 +2017/07/15 09:00:00 +2017/07/15 10:00:00 +2017/07/15 11:00:00 +2017/07/15 12:00:00 +2017/07/15 13:00:00 +2017/07/15 14:00:00 +2017/07/15 15:00:00 +2017/07/15 16:00:00 +2017/07/15 17:00:00 +2017/07/15 18:00:00 +2017/07/15 19:00:00 +2017/07/15 20:00:00 +2017/07/15 21:00:00 +2017/07/15 22:00:00 +2017/07/15 23:00:00 +2017/07/16 00:00:00 +2017/07/16 01:00:00 +2017/07/16 02:00:00 +2017/07/16 03:00:00 +2017/07/16 04:00:00 +2017/07/16 05:00:00 +2017/07/16 06:00:00 +2017/07/16 07:00:00 +2017/07/16 08:00:00 +2017/07/16 09:00:00 +2017/07/16 10:00:00 +2017/07/16 11:00:00 +2017/07/16 12:00:00 +2017/07/16 13:00:00 +2017/07/16 14:00:00 +2017/07/16 15:00:00 +2017/07/16 16:00:00 +2017/07/16 17:00:00 +2017/07/16 18:00:00 +2017/07/16 19:00:00 +2017/07/16 20:00:00 +2017/07/16 21:00:00 +2017/07/16 22:00:00 +2017/07/16 23:00:00 +2017/07/17 00:00:00 +2017/07/17 01:00:00 +2017/07/17 02:00:00 +2017/07/17 03:00:00 +2017/07/17 04:00:00 +2017/07/17 05:00:00 +2017/07/17 06:00:00 +2017/07/17 07:00:00 +2017/07/17 08:00:00 +2017/07/17 09:00:00 +2017/07/17 10:00:00 +2017/07/17 11:00:00 +2017/07/17 12:00:00 +2017/07/17 13:00:00 +2017/07/17 14:00:00 +2017/07/17 15:00:00 +2017/07/17 16:00:00 +2017/07/17 17:00:00 +2017/07/17 18:00:00 +2017/07/17 19:00:00 +2017/07/17 20:00:00 +2017/07/17 21:00:00 +2017/07/17 22:00:00 +2017/07/17 23:00:00 +2017/07/18 00:00:00 +2017/07/18 01:00:00 +2017/07/18 02:00:00 +2017/07/18 03:00:00 +2017/07/18 04:00:00 +2017/07/18 05:00:00 +2017/07/18 06:00:00 +2017/07/18 07:00:00 +2017/07/18 08:00:00 +2017/07/18 09:00:00 +2017/07/18 10:00:00 +2017/07/18 11:00:00 +2017/07/18 12:00:00 +2017/07/18 13:00:00 +2017/07/18 14:00:00 +2017/07/18 15:00:00 +2017/07/18 16:00:00 +2017/07/18 17:00:00 +2017/07/18 18:00:00 +2017/07/18 19:00:00 +2017/07/18 20:00:00 +2017/07/18 21:00:00 +2017/07/18 22:00:00 +2017/07/18 23:00:00 +2017/07/19 00:00:00 +2017/07/19 01:00:00 +2017/07/19 02:00:00 +2017/07/19 03:00:00 +2017/07/19 04:00:00 +2017/07/19 05:00:00 +2017/07/19 06:00:00 +2017/07/19 07:00:00 +2017/07/19 08:00:00 +2017/07/19 09:00:00 +2017/07/19 10:00:00 +2017/07/19 11:00:00 +2017/07/19 12:00:00 +2017/07/19 13:00:00 +2017/07/19 14:00:00 +2017/07/19 15:00:00 +2017/07/19 16:00:00 +2017/07/19 17:00:00 +2017/07/19 18:00:00 +2017/07/19 19:00:00 +2017/07/19 20:00:00 +2017/07/19 21:00:00 +2017/07/19 22:00:00 +2017/07/19 23:00:00 +2017/07/20 00:00:00 +2017/07/20 01:00:00 +2017/07/20 02:00:00 +2017/07/20 03:00:00 +2017/07/20 04:00:00 +2017/07/20 05:00:00 +2017/07/20 06:00:00 +2017/07/20 07:00:00 +2017/07/20 08:00:00 +2017/07/20 09:00:00 +2017/07/20 10:00:00 +2017/07/20 11:00:00 +2017/07/20 12:00:00 +2017/07/20 13:00:00 +2017/07/20 14:00:00 +2017/07/20 15:00:00 +2017/07/20 16:00:00 +2017/07/20 17:00:00 +2017/07/20 18:00:00 +2017/07/20 19:00:00 +2017/07/20 20:00:00 +2017/07/20 21:00:00 +2017/07/20 22:00:00 +2017/07/20 23:00:00 +2017/07/21 00:00:00 +2017/07/21 01:00:00 +2017/07/21 02:00:00 +2017/07/21 03:00:00 +2017/07/21 04:00:00 +2017/07/21 05:00:00 +2017/07/21 06:00:00 +2017/07/21 07:00:00 +2017/07/21 08:00:00 +2017/07/21 09:00:00 +2017/07/21 10:00:00 +2017/07/21 11:00:00 +2017/07/21 12:00:00 +2017/07/21 13:00:00 +2017/07/21 14:00:00 +2017/07/21 15:00:00 +2017/07/21 16:00:00 +2017/07/21 17:00:00 +2017/07/21 18:00:00 +2017/07/21 19:00:00 +2017/07/21 20:00:00 +2017/07/21 21:00:00 +2017/07/21 22:00:00 +2017/07/21 23:00:00 +2017/07/22 00:00:00 +2017/07/22 01:00:00 +2017/07/22 02:00:00 +2017/07/22 03:00:00 +2017/07/22 04:00:00 +2017/07/22 05:00:00 +2017/07/22 06:00:00 +2017/07/22 07:00:00 +2017/07/22 08:00:00 +2017/07/22 09:00:00 +2017/07/22 10:00:00 +2017/07/22 11:00:00 +2017/07/22 12:00:00 +2017/07/22 13:00:00 +2017/07/22 14:00:00 +2017/07/22 15:00:00 +2017/07/22 16:00:00 +2017/07/22 17:00:00 +2017/07/22 18:00:00 +2017/07/22 19:00:00 +2017/07/22 20:00:00 +2017/07/22 21:00:00 +2017/07/22 22:00:00 +2017/07/22 23:00:00 +2017/07/23 00:00:00 +2017/07/23 01:00:00 +2017/07/23 02:00:00 +2017/07/23 03:00:00 +2017/07/23 04:00:00 +2017/07/23 05:00:00 +2017/07/23 06:00:00 +2017/07/23 07:00:00 +2017/07/23 08:00:00 +2017/07/23 09:00:00 +2017/07/23 10:00:00 +2017/07/23 11:00:00 +2017/07/23 12:00:00 +2017/07/23 13:00:00 +2017/07/23 14:00:00 +2017/07/23 15:00:00 +2017/07/23 16:00:00 +2017/07/23 17:00:00 +2017/07/23 18:00:00 +2017/07/23 19:00:00 +2017/07/23 20:00:00 +2017/07/23 21:00:00 +2017/07/23 22:00:00 +2017/07/23 23:00:00 +2017/07/24 00:00:00 +2017/07/24 01:00:00 +2017/07/24 02:00:00 +2017/07/24 03:00:00 +2017/07/24 04:00:00 +2017/07/24 05:00:00 +2017/07/24 06:00:00 +2017/07/24 07:00:00 +2017/07/24 08:00:00 +2017/07/24 09:00:00 +2017/07/24 10:00:00 +2017/07/24 11:00:00 +2017/07/24 12:00:00 +2017/07/24 13:00:00 +2017/07/24 14:00:00 +2017/07/24 15:00:00 +2017/07/24 16:00:00 +2017/07/24 17:00:00 +2017/07/24 18:00:00 +2017/07/24 19:00:00 +2017/07/24 20:00:00 +2017/07/24 21:00:00 +2017/07/24 22:00:00 +2017/07/24 23:00:00 +2017/07/25 00:00:00 +2017/07/25 01:00:00 +2017/07/25 02:00:00 +2017/07/25 03:00:00 +2017/07/25 04:00:00 +2017/07/25 05:00:00 +2017/07/25 06:00:00 +2017/07/25 07:00:00 +2017/07/25 08:00:00 +2017/07/25 09:00:00 +2017/07/25 10:00:00 +2017/07/25 11:00:00 +2017/07/25 12:00:00 +2017/07/25 13:00:00 +2017/07/25 14:00:00 +2017/07/25 15:00:00 +2017/07/25 16:00:00 +2017/07/25 17:00:00 +2017/07/25 18:00:00 +2017/07/25 19:00:00 +2017/07/25 20:00:00 +2017/07/25 21:00:00 +2017/07/25 22:00:00 +2017/07/25 23:00:00 +2017/07/26 00:00:00 +2017/07/26 01:00:00 +2017/07/26 02:00:00 +2017/07/26 03:00:00 +2017/07/26 04:00:00 +2017/07/26 05:00:00 +2017/07/26 06:00:00 +2017/07/26 07:00:00 +2017/07/26 08:00:00 +2017/07/26 09:00:00 +2017/07/26 10:00:00 +2017/07/26 11:00:00 +2017/07/26 12:00:00 +2017/07/26 13:00:00 +2017/07/26 14:00:00 +2017/07/26 15:00:00 +2017/07/26 16:00:00 +2017/07/26 17:00:00 +2017/07/26 18:00:00 +2017/07/26 19:00:00 +2017/07/26 20:00:00 +2017/07/26 21:00:00 +2017/07/26 22:00:00 +2017/07/26 23:00:00 +2017/07/27 00:00:00 +2017/07/27 01:00:00 +2017/07/27 02:00:00 +2017/07/27 03:00:00 +2017/07/27 04:00:00 +2017/07/27 05:00:00 +2017/07/27 06:00:00 +2017/07/27 07:00:00 +2017/07/27 08:00:00 +2017/07/27 09:00:00 +2017/07/27 10:00:00 +2017/07/27 11:00:00 +2017/07/27 12:00:00 +2017/07/27 13:00:00 +2017/07/27 14:00:00 +2017/07/27 15:00:00 +2017/07/27 16:00:00 +2017/07/27 17:00:00 +2017/07/27 18:00:00 +2017/07/27 19:00:00 +2017/07/27 20:00:00 +2017/07/27 21:00:00 +2017/07/27 22:00:00 +2017/07/27 23:00:00 +2017/07/28 00:00:00 +2017/07/28 01:00:00 +2017/07/28 02:00:00 +2017/07/28 03:00:00 +2017/07/28 04:00:00 +2017/07/28 05:00:00 +2017/07/28 06:00:00 +2017/07/28 07:00:00 +2017/07/28 08:00:00 +2017/07/28 09:00:00 +2017/07/28 10:00:00 +2017/07/28 11:00:00 +2017/07/28 12:00:00 +2017/07/28 13:00:00 +2017/07/28 14:00:00 +2017/07/28 15:00:00 +2017/07/28 16:00:00 +2017/07/28 17:00:00 +2017/07/28 18:00:00 +2017/07/28 19:00:00 +2017/07/28 20:00:00 +2017/07/28 21:00:00 +2017/07/28 22:00:00 +2017/07/28 23:00:00 +2017/07/29 00:00:00 +2017/07/29 01:00:00 +2017/07/29 02:00:00 +2017/07/29 03:00:00 +2017/07/29 04:00:00 +2017/07/29 05:00:00 +2017/07/29 06:00:00 +2017/07/29 07:00:00 +2017/07/29 08:00:00 +2017/07/29 09:00:00 +2017/07/29 10:00:00 +2017/07/29 11:00:00 +2017/07/29 12:00:00 +2017/07/29 13:00:00 +2017/07/29 14:00:00 +2017/07/29 15:00:00 +2017/07/29 16:00:00 +2017/07/29 17:00:00 +2017/07/29 18:00:00 +2017/07/29 19:00:00 +2017/07/29 20:00:00 +2017/07/29 21:00:00 +2017/07/29 22:00:00 +2017/07/29 23:00:00 +2017/07/30 00:00:00 +2017/07/30 01:00:00 +2017/07/30 02:00:00 +2017/07/30 03:00:00 +2017/07/30 04:00:00 +2017/07/30 05:00:00 +2017/07/30 06:00:00 +2017/07/30 07:00:00 +2017/07/30 08:00:00 +2017/07/30 09:00:00 +2017/07/30 10:00:00 +2017/07/30 11:00:00 +2017/07/30 12:00:00 +2017/07/30 13:00:00 +2017/07/30 14:00:00 +2017/07/30 15:00:00 +2017/07/30 16:00:00 +2017/07/30 17:00:00 +2017/07/30 18:00:00 +2017/07/30 19:00:00 +2017/07/30 20:00:00 +2017/07/30 21:00:00 +2017/07/30 22:00:00 +2017/07/30 23:00:00 +2017/07/31 00:00:00 +2017/07/31 01:00:00 +2017/07/31 02:00:00 +2017/07/31 03:00:00 +2017/07/31 04:00:00 +2017/07/31 05:00:00 +2017/07/31 06:00:00 +2017/07/31 07:00:00 +2017/07/31 08:00:00 +2017/07/31 09:00:00 +2017/07/31 10:00:00 +2017/07/31 11:00:00 +2017/07/31 12:00:00 +2017/07/31 13:00:00 +2017/07/31 14:00:00 +2017/07/31 15:00:00 +2017/07/31 16:00:00 +2017/07/31 17:00:00 +2017/07/31 18:00:00 +2017/07/31 19:00:00 +2017/07/31 20:00:00 +2017/07/31 21:00:00 +2017/07/31 22:00:00 +2017/07/31 23:00:00 +2017/08/01 00:00:00 +2017/08/01 01:00:00 +2017/08/01 02:00:00 +2017/08/01 03:00:00 +2017/08/01 04:00:00 +2017/08/01 05:00:00 +2017/08/01 06:00:00 +2017/08/01 07:00:00 +2017/08/01 08:00:00 +2017/08/01 09:00:00 +2017/08/01 10:00:00 +2017/08/01 11:00:00 +2017/08/01 12:00:00 +2017/08/01 13:00:00 +2017/08/01 14:00:00 +2017/08/01 15:00:00 +2017/08/01 16:00:00 +2017/08/01 17:00:00 +2017/08/01 18:00:00 +2017/08/01 19:00:00 +2017/08/01 20:00:00 +2017/08/01 21:00:00 +2017/08/01 22:00:00 +2017/08/01 23:00:00 +2017/08/02 00:00:00 +2017/08/02 01:00:00 +2017/08/02 02:00:00 +2017/08/02 03:00:00 +2017/08/02 04:00:00 +2017/08/02 05:00:00 +2017/08/02 06:00:00 +2017/08/02 07:00:00 +2017/08/02 08:00:00 +2017/08/02 09:00:00 +2017/08/02 10:00:00 +2017/08/02 11:00:00 +2017/08/02 12:00:00 +2017/08/02 13:00:00 +2017/08/02 14:00:00 +2017/08/02 15:00:00 +2017/08/02 16:00:00 +2017/08/02 17:00:00 +2017/08/02 18:00:00 +2017/08/02 19:00:00 +2017/08/02 20:00:00 +2017/08/02 21:00:00 +2017/08/02 22:00:00 +2017/08/02 23:00:00 +2017/08/03 00:00:00 +2017/08/03 01:00:00 +2017/08/03 02:00:00 +2017/08/03 03:00:00 +2017/08/03 04:00:00 +2017/08/03 05:00:00 +2017/08/03 06:00:00 +2017/08/03 07:00:00 +2017/08/03 08:00:00 +2017/08/03 09:00:00 +2017/08/03 10:00:00 +2017/08/03 11:00:00 +2017/08/03 12:00:00 +2017/08/03 13:00:00 +2017/08/03 14:00:00 +2017/08/03 15:00:00 +2017/08/03 16:00:00 +2017/08/03 17:00:00 +2017/08/03 18:00:00 +2017/08/03 19:00:00 +2017/08/03 20:00:00 +2017/08/03 21:00:00 +2017/08/03 22:00:00 +2017/08/03 23:00:00 +2017/08/04 00:00:00 +2017/08/04 01:00:00 +2017/08/04 02:00:00 +2017/08/04 03:00:00 +2017/08/04 04:00:00 +2017/08/04 05:00:00 +2017/08/04 06:00:00 +2017/08/04 07:00:00 +2017/08/04 08:00:00 +2017/08/04 09:00:00 +2017/08/04 10:00:00 +2017/08/04 11:00:00 +2017/08/04 12:00:00 +2017/08/04 13:00:00 +2017/08/04 14:00:00 +2017/08/04 15:00:00 +2017/08/04 16:00:00 +2017/08/04 17:00:00 +2017/08/04 18:00:00 +2017/08/04 19:00:00 +2017/08/04 20:00:00 +2017/08/04 21:00:00 +2017/08/04 22:00:00 +2017/08/04 23:00:00 +2017/08/05 00:00:00 +2017/08/05 01:00:00 +2017/08/05 02:00:00 +2017/08/05 03:00:00 +2017/08/05 04:00:00 +2017/08/05 05:00:00 +2017/08/05 06:00:00 +2017/08/05 07:00:00 +2017/08/05 08:00:00 +2017/08/05 09:00:00 +2017/08/05 10:00:00 +2017/08/05 11:00:00 +2017/08/05 12:00:00 +2017/08/05 13:00:00 +2017/08/05 14:00:00 +2017/08/05 15:00:00 +2017/08/05 16:00:00 +2017/08/05 17:00:00 +2017/08/05 18:00:00 +2017/08/05 19:00:00 +2017/08/05 20:00:00 +2017/08/05 21:00:00 +2017/08/05 22:00:00 +2017/08/05 23:00:00 +2017/08/06 00:00:00 +2017/08/06 01:00:00 +2017/08/06 02:00:00 +2017/08/06 03:00:00 +2017/08/06 04:00:00 +2017/08/06 05:00:00 +2017/08/06 06:00:00 +2017/08/06 07:00:00 +2017/08/06 08:00:00 +2017/08/06 09:00:00 +2017/08/06 10:00:00 +2017/08/06 11:00:00 +2017/08/06 12:00:00 +2017/08/06 13:00:00 +2017/08/06 14:00:00 +2017/08/06 15:00:00 +2017/08/06 16:00:00 +2017/08/06 17:00:00 +2017/08/06 18:00:00 +2017/08/06 19:00:00 +2017/08/06 20:00:00 +2017/08/06 21:00:00 +2017/08/06 22:00:00 +2017/08/06 23:00:00 +2017/08/07 00:00:00 +2017/08/07 01:00:00 +2017/08/07 02:00:00 +2017/08/07 03:00:00 +2017/08/07 04:00:00 +2017/08/07 05:00:00 +2017/08/07 06:00:00 +2017/08/07 07:00:00 +2017/08/07 08:00:00 +2017/08/07 09:00:00 +2017/08/07 10:00:00 +2017/08/07 11:00:00 +2017/08/07 12:00:00 +2017/08/07 13:00:00 +2017/08/07 14:00:00 +2017/08/07 15:00:00 +2017/08/07 16:00:00 +2017/08/07 17:00:00 +2017/08/07 18:00:00 +2017/08/07 19:00:00 +2017/08/07 20:00:00 +2017/08/07 21:00:00 +2017/08/07 22:00:00 +2017/08/07 23:00:00 +2017/08/08 00:00:00 +2017/08/08 01:00:00 +2017/08/08 02:00:00 +2017/08/08 03:00:00 +2017/08/08 04:00:00 +2017/08/08 05:00:00 +2017/08/08 06:00:00 +2017/08/08 07:00:00 +2017/08/08 08:00:00 +2017/08/08 09:00:00 +2017/08/08 10:00:00 +2017/08/08 11:00:00 +2017/08/08 12:00:00 +2017/08/08 13:00:00 +2017/08/08 14:00:00 +2017/08/08 15:00:00 +2017/08/08 16:00:00 +2017/08/08 17:00:00 +2017/08/08 18:00:00 +2017/08/08 19:00:00 +2017/08/08 20:00:00 +2017/08/08 21:00:00 +2017/08/08 22:00:00 +2017/08/08 23:00:00 +2017/08/09 00:00:00 +2017/08/09 01:00:00 +2017/08/09 02:00:00 +2017/08/09 03:00:00 +2017/08/09 04:00:00 +2017/08/09 05:00:00 +2017/08/09 06:00:00 +2017/08/09 07:00:00 +2017/08/09 08:00:00 +2017/08/09 09:00:00 +2017/08/09 10:00:00 +2017/08/09 11:00:00 +2017/08/09 12:00:00 +2017/08/09 13:00:00 +2017/08/09 14:00:00 +2017/08/09 15:00:00 +2017/08/09 16:00:00 +2017/08/09 17:00:00 +2017/08/09 18:00:00 +2017/08/09 19:00:00 +2017/08/09 20:00:00 +2017/08/09 21:00:00 +2017/08/09 22:00:00 +2017/08/09 23:00:00 +2017/08/10 00:00:00 +2017/08/10 01:00:00 +2017/08/10 02:00:00 +2017/08/10 03:00:00 +2017/08/10 04:00:00 +2017/08/10 05:00:00 +2017/08/10 06:00:00 +2017/08/10 07:00:00 +2017/08/10 08:00:00 +2017/08/10 09:00:00 +2017/08/10 10:00:00 +2017/08/10 11:00:00 +2017/08/10 12:00:00 +2017/08/10 13:00:00 +2017/08/10 14:00:00 +2017/08/10 15:00:00 +2017/08/10 16:00:00 +2017/08/10 17:00:00 +2017/08/10 18:00:00 +2017/08/10 19:00:00 +2017/08/10 20:00:00 +2017/08/10 21:00:00 +2017/08/10 22:00:00 +2017/08/10 23:00:00 +2017/08/11 00:00:00 +2017/08/11 01:00:00 +2017/08/11 02:00:00 +2017/08/11 03:00:00 +2017/08/11 04:00:00 +2017/08/11 05:00:00 +2017/08/11 06:00:00 +2017/08/11 07:00:00 +2017/08/11 08:00:00 +2017/08/11 09:00:00 +2017/08/11 10:00:00 +2017/08/11 11:00:00 +2017/08/11 12:00:00 +2017/08/11 13:00:00 +2017/08/11 14:00:00 +2017/08/11 15:00:00 +2017/08/11 16:00:00 +2017/08/11 17:00:00 +2017/08/11 18:00:00 +2017/08/11 19:00:00 +2017/08/11 20:00:00 +2017/08/11 21:00:00 +2017/08/11 22:00:00 +2017/08/11 23:00:00 +2017/08/12 00:00:00 +2017/08/12 01:00:00 +2017/08/12 02:00:00 +2017/08/12 03:00:00 +2017/08/12 04:00:00 +2017/08/12 05:00:00 +2017/08/12 06:00:00 +2017/08/12 07:00:00 +2017/08/12 08:00:00 +2017/08/12 09:00:00 +2017/08/12 10:00:00 +2017/08/12 11:00:00 +2017/08/12 12:00:00 +2017/08/12 13:00:00 +2017/08/12 14:00:00 +2017/08/12 15:00:00 +2017/08/12 16:00:00 +2017/08/12 17:00:00 +2017/08/12 18:00:00 +2017/08/12 19:00:00 +2017/08/12 20:00:00 +2017/08/12 21:00:00 +2017/08/12 22:00:00 +2017/08/12 23:00:00 +2017/08/13 00:00:00 +2017/08/13 01:00:00 +2017/08/13 02:00:00 +2017/08/13 03:00:00 +2017/08/13 04:00:00 +2017/08/13 05:00:00 +2017/08/13 06:00:00 +2017/08/13 07:00:00 +2017/08/13 08:00:00 +2017/08/13 09:00:00 +2017/08/13 10:00:00 +2017/08/13 11:00:00 +2017/08/13 12:00:00 +2017/08/13 13:00:00 +2017/08/13 14:00:00 +2017/08/13 15:00:00 +2017/08/13 16:00:00 +2017/08/13 17:00:00 +2017/08/13 18:00:00 +2017/08/13 19:00:00 +2017/08/13 20:00:00 +2017/08/13 21:00:00 +2017/08/13 22:00:00 +2017/08/13 23:00:00 +2017/08/14 00:00:00 +2017/08/14 01:00:00 +2017/08/14 02:00:00 +2017/08/14 03:00:00 +2017/08/14 04:00:00 +2017/08/14 05:00:00 +2017/08/14 06:00:00 +2017/08/14 07:00:00 +2017/08/14 08:00:00 +2017/08/14 09:00:00 +2017/08/14 10:00:00 +2017/08/14 11:00:00 +2017/08/14 12:00:00 +2017/08/14 13:00:00 +2017/08/14 14:00:00 +2017/08/14 15:00:00 +2017/08/14 16:00:00 +2017/08/14 17:00:00 +2017/08/14 18:00:00 +2017/08/14 19:00:00 +2017/08/14 20:00:00 +2017/08/14 21:00:00 +2017/08/14 22:00:00 +2017/08/14 23:00:00 +2017/08/15 00:00:00 +2017/08/15 01:00:00 +2017/08/15 02:00:00 +2017/08/15 03:00:00 +2017/08/15 04:00:00 +2017/08/15 05:00:00 +2017/08/15 06:00:00 +2017/08/15 07:00:00 +2017/08/15 08:00:00 +2017/08/15 09:00:00 +2017/08/15 10:00:00 +2017/08/15 11:00:00 +2017/08/15 12:00:00 +2017/08/15 13:00:00 +2017/08/15 14:00:00 +2017/08/15 15:00:00 +2017/08/15 16:00:00 +2017/08/15 17:00:00 +2017/08/15 18:00:00 +2017/08/15 19:00:00 +2017/08/15 20:00:00 +2017/08/15 21:00:00 +2017/08/15 22:00:00 +2017/08/15 23:00:00 +2017/08/16 00:00:00 +2017/08/16 01:00:00 +2017/08/16 02:00:00 +2017/08/16 03:00:00 +2017/08/16 04:00:00 +2017/08/16 05:00:00 +2017/08/16 06:00:00 +2017/08/16 07:00:00 +2017/08/16 08:00:00 +2017/08/16 09:00:00 +2017/08/16 10:00:00 +2017/08/16 11:00:00 +2017/08/16 12:00:00 +2017/08/16 13:00:00 +2017/08/16 14:00:00 +2017/08/16 15:00:00 +2017/08/16 16:00:00 +2017/08/16 17:00:00 +2017/08/16 18:00:00 +2017/08/16 19:00:00 +2017/08/16 20:00:00 +2017/08/16 21:00:00 +2017/08/16 22:00:00 +2017/08/16 23:00:00 +2017/08/17 00:00:00 +2017/08/17 01:00:00 +2017/08/17 02:00:00 +2017/08/17 03:00:00 +2017/08/17 04:00:00 +2017/08/17 05:00:00 +2017/08/17 06:00:00 +2017/08/17 07:00:00 +2017/08/17 08:00:00 +2017/08/17 09:00:00 +2017/08/17 10:00:00 +2017/08/17 11:00:00 +2017/08/17 12:00:00 +2017/08/17 13:00:00 +2017/08/17 14:00:00 +2017/08/17 15:00:00 +2017/08/17 16:00:00 +2017/08/17 17:00:00 +2017/08/17 18:00:00 +2017/08/17 19:00:00 +2017/08/17 20:00:00 +2017/08/17 21:00:00 +2017/08/17 22:00:00 +2017/08/17 23:00:00 +2017/08/18 00:00:00 +2017/08/18 01:00:00 +2017/08/18 02:00:00 +2017/08/18 03:00:00 +2017/08/18 04:00:00 +2017/08/18 05:00:00 +2017/08/18 06:00:00 +2017/08/18 07:00:00 +2017/08/18 08:00:00 +2017/08/18 09:00:00 +2017/08/18 10:00:00 +2017/08/18 11:00:00 +2017/08/18 12:00:00 +2017/08/18 13:00:00 +2017/08/18 14:00:00 +2017/08/18 15:00:00 +2017/08/18 16:00:00 +2017/08/18 17:00:00 +2017/08/18 18:00:00 +2017/08/18 19:00:00 +2017/08/18 20:00:00 +2017/08/18 21:00:00 +2017/08/18 22:00:00 +2017/08/18 23:00:00 +2017/08/19 00:00:00 +2017/08/19 01:00:00 +2017/08/19 02:00:00 +2017/08/19 03:00:00 +2017/08/19 04:00:00 +2017/08/19 05:00:00 +2017/08/19 06:00:00 +2017/08/19 07:00:00 +2017/08/19 08:00:00 +2017/08/19 09:00:00 +2017/08/19 10:00:00 +2017/08/19 11:00:00 +2017/08/19 12:00:00 +2017/08/19 13:00:00 +2017/08/19 14:00:00 +2017/08/19 15:00:00 +2017/08/19 16:00:00 +2017/08/19 17:00:00 +2017/08/19 18:00:00 +2017/08/19 19:00:00 +2017/08/19 20:00:00 +2017/08/19 21:00:00 +2017/08/19 22:00:00 +2017/08/19 23:00:00 +2017/08/20 00:00:00 +2017/08/20 01:00:00 +2017/08/20 02:00:00 +2017/08/20 03:00:00 +2017/08/20 04:00:00 +2017/08/20 05:00:00 +2017/08/20 06:00:00 +2017/08/20 07:00:00 +2017/08/20 08:00:00 +2017/08/20 09:00:00 +2017/08/20 10:00:00 +2017/08/20 11:00:00 +2017/08/20 12:00:00 +2017/08/20 13:00:00 +2017/08/20 14:00:00 +2017/08/20 15:00:00 +2017/08/20 16:00:00 +2017/08/20 17:00:00 +2017/08/20 18:00:00 +2017/08/20 19:00:00 +2017/08/20 20:00:00 +2017/08/20 21:00:00 +2017/08/20 22:00:00 +2017/08/20 23:00:00 +2017/08/21 00:00:00 +2017/08/21 01:00:00 +2017/08/21 02:00:00 +2017/08/21 03:00:00 +2017/08/21 04:00:00 +2017/08/21 05:00:00 +2017/08/21 06:00:00 +2017/08/21 07:00:00 +2017/08/21 08:00:00 +2017/08/21 09:00:00 +2017/08/21 10:00:00 +2017/08/21 11:00:00 +2017/08/21 12:00:00 +2017/08/21 13:00:00 +2017/08/21 14:00:00 +2017/08/21 15:00:00 +2017/08/21 16:00:00 +2017/08/21 17:00:00 +2017/08/21 18:00:00 +2017/08/21 19:00:00 +2017/08/21 20:00:00 +2017/08/21 21:00:00 +2017/08/21 22:00:00 +2017/08/21 23:00:00 +2017/08/22 00:00:00 +2017/08/22 01:00:00 +2017/08/22 02:00:00 +2017/08/22 03:00:00 +2017/08/22 04:00:00 +2017/08/22 05:00:00 +2017/08/22 06:00:00 +2017/08/22 07:00:00 +2017/08/22 08:00:00 +2017/08/22 09:00:00 +2017/08/22 10:00:00 +2017/08/22 11:00:00 +2017/08/22 12:00:00 +2017/08/22 13:00:00 +2017/08/22 14:00:00 +2017/08/22 15:00:00 +2017/08/22 16:00:00 +2017/08/22 17:00:00 +2017/08/22 18:00:00 +2017/08/22 19:00:00 +2017/08/22 20:00:00 +2017/08/22 21:00:00 +2017/08/22 22:00:00 +2017/08/22 23:00:00 +2017/08/23 00:00:00 +2017/08/23 01:00:00 +2017/08/23 02:00:00 +2017/08/23 03:00:00 +2017/08/23 04:00:00 +2017/08/23 05:00:00 +2017/08/23 06:00:00 +2017/08/23 07:00:00 +2017/08/23 08:00:00 +2017/08/23 09:00:00 +2017/08/23 10:00:00 +2017/08/23 11:00:00 +2017/08/23 12:00:00 +2017/08/23 13:00:00 +2017/08/23 14:00:00 +2017/08/23 15:00:00 +2017/08/23 16:00:00 +2017/08/23 17:00:00 +2017/08/23 18:00:00 +2017/08/23 19:00:00 +2017/08/23 20:00:00 +2017/08/23 21:00:00 +2017/08/23 22:00:00 +2017/08/23 23:00:00 +2017/08/24 00:00:00 +2017/08/24 01:00:00 +2017/08/24 02:00:00 +2017/08/24 03:00:00 +2017/08/24 04:00:00 +2017/08/24 05:00:00 +2017/08/24 06:00:00 +2017/08/24 07:00:00 +2017/08/24 08:00:00 +2017/08/24 09:00:00 +2017/08/24 10:00:00 +2017/08/24 11:00:00 +2017/08/24 12:00:00 +2017/08/24 13:00:00 +2017/08/24 14:00:00 +2017/08/24 15:00:00 +2017/08/24 16:00:00 +2017/08/24 17:00:00 +2017/08/24 18:00:00 +2017/08/24 19:00:00 +2017/08/24 20:00:00 +2017/08/24 21:00:00 +2017/08/24 22:00:00 +2017/08/24 23:00:00 +2017/08/25 00:00:00 +2017/08/25 01:00:00 +2017/08/25 02:00:00 +2017/08/25 03:00:00 +2017/08/25 04:00:00 +2017/08/25 05:00:00 +2017/08/25 06:00:00 +2017/08/25 07:00:00 +2017/08/25 08:00:00 +2017/08/25 09:00:00 +2017/08/25 10:00:00 +2017/08/25 11:00:00 +2017/08/25 12:00:00 +2017/08/25 13:00:00 +2017/08/25 14:00:00 +2017/08/25 15:00:00 +2017/08/25 16:00:00 +2017/08/25 17:00:00 +2017/08/25 18:00:00 +2017/08/25 19:00:00 +2017/08/25 20:00:00 +2017/08/25 21:00:00 +2017/08/25 22:00:00 +2017/08/25 23:00:00 +2017/08/26 00:00:00 +2017/08/26 01:00:00 +2017/08/26 02:00:00 +2017/08/26 03:00:00 +2017/08/26 04:00:00 +2017/08/26 05:00:00 +2017/08/26 06:00:00 +2017/08/26 07:00:00 +2017/08/26 08:00:00 +2017/08/26 09:00:00 +2017/08/26 10:00:00 +2017/08/26 11:00:00 +2017/08/26 12:00:00 +2017/08/26 13:00:00 +2017/08/26 14:00:00 +2017/08/26 15:00:00 +2017/08/26 16:00:00 +2017/08/26 17:00:00 +2017/08/26 18:00:00 +2017/08/26 19:00:00 +2017/08/26 20:00:00 +2017/08/26 21:00:00 +2017/08/26 22:00:00 +2017/08/26 23:00:00 +2017/08/27 00:00:00 +2017/08/27 01:00:00 +2017/08/27 02:00:00 +2017/08/27 03:00:00 +2017/08/27 04:00:00 +2017/08/27 05:00:00 +2017/08/27 06:00:00 +2017/08/27 07:00:00 +2017/08/27 08:00:00 +2017/08/27 09:00:00 +2017/08/27 10:00:00 +2017/08/27 11:00:00 +2017/08/27 12:00:00 +2017/08/27 13:00:00 +2017/08/27 14:00:00 +2017/08/27 15:00:00 +2017/08/27 16:00:00 +2017/08/27 17:00:00 +2017/08/27 18:00:00 +2017/08/27 19:00:00 +2017/08/27 20:00:00 +2017/08/27 21:00:00 +2017/08/27 22:00:00 +2017/08/27 23:00:00 +2017/08/28 00:00:00 +2017/08/28 01:00:00 +2017/08/28 02:00:00 +2017/08/28 03:00:00 +2017/08/28 04:00:00 +2017/08/28 05:00:00 +2017/08/28 06:00:00 +2017/08/28 07:00:00 +2017/08/28 08:00:00 +2017/08/28 09:00:00 +2017/08/28 10:00:00 +2017/08/28 11:00:00 +2017/08/28 12:00:00 +2017/08/28 13:00:00 +2017/08/28 14:00:00 +2017/08/28 15:00:00 +2017/08/28 16:00:00 +2017/08/28 17:00:00 +2017/08/28 18:00:00 +2017/08/28 19:00:00 +2017/08/28 20:00:00 +2017/08/28 21:00:00 +2017/08/28 22:00:00 +2017/08/28 23:00:00 +2017/08/29 00:00:00 +2017/08/29 01:00:00 +2017/08/29 02:00:00 +2017/08/29 03:00:00 +2017/08/29 04:00:00 +2017/08/29 05:00:00 +2017/08/29 06:00:00 +2017/08/29 07:00:00 +2017/08/29 08:00:00 +2017/08/29 09:00:00 +2017/08/29 10:00:00 +2017/08/29 11:00:00 +2017/08/29 12:00:00 +2017/08/29 13:00:00 +2017/08/29 14:00:00 +2017/08/29 15:00:00 +2017/08/29 16:00:00 +2017/08/29 17:00:00 +2017/08/29 18:00:00 +2017/08/29 19:00:00 +2017/08/29 20:00:00 +2017/08/29 21:00:00 +2017/08/29 22:00:00 +2017/08/29 23:00:00 +2017/08/30 00:00:00 +2017/08/30 01:00:00 +2017/08/30 02:00:00 +2017/08/30 03:00:00 +2017/08/30 04:00:00 +2017/08/30 05:00:00 +2017/08/30 06:00:00 +2017/08/30 07:00:00 +2017/08/30 08:00:00 +2017/08/30 09:00:00 +2017/08/30 10:00:00 +2017/08/30 11:00:00 +2017/08/30 12:00:00 +2017/08/30 13:00:00 +2017/08/30 14:00:00 +2017/08/30 15:00:00 +2017/08/30 16:00:00 +2017/08/30 17:00:00 +2017/08/30 18:00:00 +2017/08/30 19:00:00 +2017/08/30 20:00:00 +2017/08/30 21:00:00 +2017/08/30 22:00:00 +2017/08/30 23:00:00 +2017/08/31 00:00:00 +2017/08/31 01:00:00 +2017/08/31 02:00:00 +2017/08/31 03:00:00 +2017/08/31 04:00:00 +2017/08/31 05:00:00 +2017/08/31 06:00:00 +2017/08/31 07:00:00 +2017/08/31 08:00:00 +2017/08/31 09:00:00 +2017/08/31 10:00:00 +2017/08/31 11:00:00 +2017/08/31 12:00:00 +2017/08/31 13:00:00 +2017/08/31 14:00:00 +2017/08/31 15:00:00 +2017/08/31 16:00:00 +2017/08/31 17:00:00 +2017/08/31 18:00:00 +2017/08/31 19:00:00 +2017/08/31 20:00:00 +2017/08/31 21:00:00 +2017/08/31 22:00:00 +2017/08/31 23:00:00 +2017/09/01 00:00:00 +2017/09/01 01:00:00 +2017/09/01 02:00:00 +2017/09/01 03:00:00 +2017/09/01 04:00:00 +2017/09/01 05:00:00 +2017/09/01 06:00:00 +2017/09/01 07:00:00 +2017/09/01 08:00:00 +2017/09/01 09:00:00 +2017/09/01 10:00:00 +2017/09/01 11:00:00 +2017/09/01 12:00:00 +2017/09/01 13:00:00 +2017/09/01 14:00:00 +2017/09/01 15:00:00 +2017/09/01 16:00:00 +2017/09/01 17:00:00 +2017/09/01 18:00:00 +2017/09/01 19:00:00 +2017/09/01 20:00:00 +2017/09/01 21:00:00 +2017/09/01 22:00:00 +2017/09/01 23:00:00 +2017/09/02 00:00:00 +2017/09/02 01:00:00 +2017/09/02 02:00:00 +2017/09/02 03:00:00 +2017/09/02 04:00:00 +2017/09/02 05:00:00 +2017/09/02 06:00:00 +2017/09/02 07:00:00 +2017/09/02 08:00:00 +2017/09/02 09:00:00 +2017/09/02 10:00:00 +2017/09/02 11:00:00 +2017/09/02 12:00:00 +2017/09/02 13:00:00 +2017/09/02 14:00:00 +2017/09/02 15:00:00 +2017/09/02 16:00:00 +2017/09/02 17:00:00 +2017/09/02 18:00:00 +2017/09/02 19:00:00 +2017/09/02 20:00:00 +2017/09/02 21:00:00 +2017/09/02 22:00:00 +2017/09/02 23:00:00 +2017/09/03 00:00:00 +2017/09/03 01:00:00 +2017/09/03 02:00:00 +2017/09/03 03:00:00 +2017/09/03 04:00:00 +2017/09/03 05:00:00 +2017/09/03 06:00:00 +2017/09/03 07:00:00 +2017/09/03 08:00:00 +2017/09/03 09:00:00 +2017/09/03 10:00:00 +2017/09/03 11:00:00 +2017/09/03 12:00:00 +2017/09/03 13:00:00 +2017/09/03 14:00:00 +2017/09/03 15:00:00 +2017/09/03 16:00:00 +2017/09/03 17:00:00 +2017/09/03 18:00:00 +2017/09/03 19:00:00 +2017/09/03 20:00:00 +2017/09/03 21:00:00 +2017/09/03 22:00:00 +2017/09/03 23:00:00 +2017/09/04 00:00:00 +2017/09/04 01:00:00 +2017/09/04 02:00:00 +2017/09/04 03:00:00 +2017/09/04 04:00:00 +2017/09/04 05:00:00 +2017/09/04 06:00:00 +2017/09/04 07:00:00 +2017/09/04 08:00:00 +2017/09/04 09:00:00 +2017/09/04 10:00:00 +2017/09/04 11:00:00 +2017/09/04 12:00:00 +2017/09/04 13:00:00 +2017/09/04 14:00:00 +2017/09/04 15:00:00 +2017/09/04 16:00:00 +2017/09/04 17:00:00 +2017/09/04 18:00:00 +2017/09/04 19:00:00 +2017/09/04 20:00:00 +2017/09/04 21:00:00 +2017/09/04 22:00:00 +2017/09/04 23:00:00 +2017/09/05 00:00:00 +2017/09/05 01:00:00 +2017/09/05 02:00:00 +2017/09/05 03:00:00 +2017/09/05 04:00:00 +2017/09/05 05:00:00 +2017/09/05 06:00:00 +2017/09/05 07:00:00 +2017/09/05 08:00:00 +2017/09/05 09:00:00 +2017/09/05 10:00:00 +2017/09/05 11:00:00 +2017/09/05 12:00:00 +2017/09/05 13:00:00 +2017/09/05 14:00:00 +2017/09/05 15:00:00 +2017/09/05 16:00:00 +2017/09/05 17:00:00 +2017/09/05 18:00:00 +2017/09/05 19:00:00 +2017/09/05 20:00:00 +2017/09/05 21:00:00 +2017/09/05 22:00:00 +2017/09/05 23:00:00 +2017/09/06 00:00:00 +2017/09/06 01:00:00 +2017/09/06 02:00:00 +2017/09/06 03:00:00 +2017/09/06 04:00:00 +2017/09/06 05:00:00 +2017/09/06 06:00:00 +2017/09/06 07:00:00 +2017/09/06 08:00:00 +2017/09/06 09:00:00 +2017/09/06 10:00:00 +2017/09/06 11:00:00 +2017/09/06 12:00:00 +2017/09/06 13:00:00 +2017/09/06 14:00:00 +2017/09/06 15:00:00 +2017/09/06 16:00:00 +2017/09/06 17:00:00 +2017/09/06 18:00:00 +2017/09/06 19:00:00 +2017/09/06 20:00:00 +2017/09/06 21:00:00 +2017/09/06 22:00:00 +2017/09/06 23:00:00 +2017/09/07 00:00:00 +2017/09/07 01:00:00 +2017/09/07 02:00:00 +2017/09/07 03:00:00 +2017/09/07 04:00:00 +2017/09/07 05:00:00 +2017/09/07 06:00:00 +2017/09/07 07:00:00 +2017/09/07 08:00:00 +2017/09/07 09:00:00 +2017/09/07 10:00:00 +2017/09/07 11:00:00 +2017/09/07 12:00:00 +2017/09/07 13:00:00 +2017/09/07 14:00:00 +2017/09/07 15:00:00 +2017/09/07 16:00:00 +2017/09/07 17:00:00 +2017/09/07 18:00:00 +2017/09/07 19:00:00 +2017/09/07 20:00:00 +2017/09/07 21:00:00 +2017/09/07 22:00:00 +2017/09/07 23:00:00 +2017/09/08 00:00:00 +2017/09/08 01:00:00 +2017/09/08 02:00:00 +2017/09/08 03:00:00 +2017/09/08 04:00:00 +2017/09/08 05:00:00 +2017/09/08 06:00:00 +2017/09/08 07:00:00 +2017/09/08 08:00:00 +2017/09/08 09:00:00 +2017/09/08 10:00:00 +2017/09/08 11:00:00 +2017/09/08 12:00:00 +2017/09/08 13:00:00 +2017/09/08 14:00:00 +2017/09/08 15:00:00 +2017/09/08 16:00:00 +2017/09/08 17:00:00 +2017/09/08 18:00:00 +2017/09/08 19:00:00 +2017/09/08 20:00:00 +2017/09/08 21:00:00 +2017/09/08 22:00:00 +2017/09/08 23:00:00 +2017/09/09 00:00:00 +2017/09/09 01:00:00 +2017/09/09 02:00:00 +2017/09/09 03:00:00 +2017/09/09 04:00:00 +2017/09/09 05:00:00 +2017/09/09 06:00:00 +2017/09/09 07:00:00 +2017/09/09 08:00:00 +2017/09/09 09:00:00 +2017/09/09 10:00:00 +2017/09/09 11:00:00 +2017/09/09 12:00:00 +2017/09/09 13:00:00 +2017/09/09 14:00:00 +2017/09/09 15:00:00 +2017/09/09 16:00:00 +2017/09/09 17:00:00 +2017/09/09 18:00:00 +2017/09/09 19:00:00 +2017/09/09 20:00:00 +2017/09/09 21:00:00 +2017/09/09 22:00:00 +2017/09/09 23:00:00 +2017/09/10 00:00:00 +2017/09/10 01:00:00 +2017/09/10 02:00:00 +2017/09/10 03:00:00 +2017/09/10 04:00:00 +2017/09/10 05:00:00 +2017/09/10 06:00:00 +2017/09/10 07:00:00 +2017/09/10 08:00:00 +2017/09/10 09:00:00 +2017/09/10 10:00:00 +2017/09/10 11:00:00 +2017/09/10 12:00:00 +2017/09/10 13:00:00 +2017/09/10 14:00:00 +2017/09/10 15:00:00 +2017/09/10 16:00:00 +2017/09/10 17:00:00 +2017/09/10 18:00:00 +2017/09/10 19:00:00 +2017/09/10 20:00:00 +2017/09/10 21:00:00 +2017/09/10 22:00:00 +2017/09/10 23:00:00 +2017/09/11 00:00:00 +2017/09/11 01:00:00 +2017/09/11 02:00:00 +2017/09/11 03:00:00 +2017/09/11 04:00:00 +2017/09/11 05:00:00 +2017/09/11 06:00:00 +2017/09/11 07:00:00 +2017/09/11 08:00:00 +2017/09/11 09:00:00 +2017/09/11 10:00:00 +2017/09/11 11:00:00 +2017/09/11 12:00:00 +2017/09/11 13:00:00 +2017/09/11 14:00:00 +2017/09/11 15:00:00 +2017/09/11 16:00:00 +2017/09/11 17:00:00 +2017/09/11 18:00:00 +2017/09/11 19:00:00 +2017/09/11 20:00:00 +2017/09/11 21:00:00 +2017/09/11 22:00:00 +2017/09/11 23:00:00 +2017/09/12 00:00:00 +2017/09/12 01:00:00 +2017/09/12 02:00:00 +2017/09/12 03:00:00 +2017/09/12 04:00:00 +2017/09/12 05:00:00 +2017/09/12 06:00:00 +2017/09/12 07:00:00 +2017/09/12 08:00:00 +2017/09/12 09:00:00 +2017/09/12 10:00:00 +2017/09/12 11:00:00 +2017/09/12 12:00:00 +2017/09/12 13:00:00 +2017/09/12 14:00:00 +2017/09/12 15:00:00 +2017/09/12 16:00:00 +2017/09/12 17:00:00 +2017/09/12 18:00:00 +2017/09/12 19:00:00 +2017/09/12 20:00:00 +2017/09/12 21:00:00 +2017/09/12 22:00:00 +2017/09/12 23:00:00 +2017/09/13 00:00:00 +2017/09/13 01:00:00 +2017/09/13 02:00:00 +2017/09/13 03:00:00 +2017/09/13 04:00:00 +2017/09/13 05:00:00 +2017/09/13 06:00:00 +2017/09/13 07:00:00 +2017/09/13 08:00:00 +2017/09/13 09:00:00 +2017/09/13 10:00:00 +2017/09/13 11:00:00 +2017/09/13 12:00:00 +2017/09/13 13:00:00 +2017/09/13 14:00:00 +2017/09/13 15:00:00 +2017/09/13 16:00:00 +2017/09/13 17:00:00 +2017/09/13 18:00:00 +2017/09/13 19:00:00 +2017/09/13 20:00:00 +2017/09/13 21:00:00 +2017/09/13 22:00:00 +2017/09/13 23:00:00 +2017/09/14 00:00:00 +2017/09/14 01:00:00 +2017/09/14 02:00:00 +2017/09/14 03:00:00 +2017/09/14 04:00:00 +2017/09/14 05:00:00 +2017/09/14 06:00:00 +2017/09/14 07:00:00 +2017/09/14 08:00:00 +2017/09/14 09:00:00 +2017/09/14 10:00:00 +2017/09/14 11:00:00 +2017/09/14 12:00:00 +2017/09/14 13:00:00 +2017/09/14 14:00:00 +2017/09/14 15:00:00 +2017/09/14 16:00:00 +2017/09/14 17:00:00 +2017/09/14 18:00:00 +2017/09/14 19:00:00 +2017/09/14 20:00:00 +2017/09/14 21:00:00 +2017/09/14 22:00:00 +2017/09/14 23:00:00 +2017/09/15 00:00:00 +2017/09/15 01:00:00 +2017/09/15 02:00:00 +2017/09/15 03:00:00 +2017/09/15 04:00:00 +2017/09/15 05:00:00 +2017/09/15 06:00:00 +2017/09/15 07:00:00 +2017/09/15 08:00:00 +2017/09/15 09:00:00 +2017/09/15 10:00:00 +2017/09/15 11:00:00 +2017/09/15 12:00:00 +2017/09/15 13:00:00 +2017/09/15 14:00:00 +2017/09/15 15:00:00 +2017/09/15 16:00:00 +2017/09/15 17:00:00 +2017/09/15 18:00:00 +2017/09/15 19:00:00 +2017/09/15 20:00:00 +2017/09/15 21:00:00 +2017/09/15 22:00:00 +2017/09/15 23:00:00 +2017/09/16 00:00:00 +2017/09/16 01:00:00 +2017/09/16 02:00:00 +2017/09/16 03:00:00 +2017/09/16 04:00:00 +2017/09/16 05:00:00 +2017/09/16 06:00:00 +2017/09/16 07:00:00 +2017/09/16 08:00:00 +2017/09/16 09:00:00 +2017/09/16 10:00:00 +2017/09/16 11:00:00 +2017/09/16 12:00:00 +2017/09/16 13:00:00 +2017/09/16 14:00:00 +2017/09/16 15:00:00 +2017/09/16 16:00:00 +2017/09/16 17:00:00 +2017/09/16 18:00:00 +2017/09/16 19:00:00 +2017/09/16 20:00:00 +2017/09/16 21:00:00 +2017/09/16 22:00:00 +2017/09/16 23:00:00 +2017/09/17 00:00:00 +2017/09/17 01:00:00 +2017/09/17 02:00:00 +2017/09/17 03:00:00 +2017/09/17 04:00:00 +2017/09/17 05:00:00 +2017/09/17 06:00:00 +2017/09/17 07:00:00 +2017/09/17 08:00:00 +2017/09/17 09:00:00 +2017/09/17 10:00:00 +2017/09/17 11:00:00 +2017/09/17 12:00:00 +2017/09/17 13:00:00 +2017/09/17 14:00:00 +2017/09/17 15:00:00 +2017/09/17 16:00:00 +2017/09/17 17:00:00 +2017/09/17 18:00:00 +2017/09/17 19:00:00 +2017/09/17 20:00:00 +2017/09/17 21:00:00 +2017/09/17 22:00:00 +2017/09/17 23:00:00 +2017/09/18 00:00:00 +2017/09/18 01:00:00 +2017/09/18 02:00:00 +2017/09/18 03:00:00 +2017/09/18 04:00:00 +2017/09/18 05:00:00 +2017/09/18 06:00:00 +2017/09/18 07:00:00 +2017/09/18 08:00:00 +2017/09/18 09:00:00 +2017/09/18 10:00:00 +2017/09/18 11:00:00 +2017/09/18 12:00:00 +2017/09/18 13:00:00 +2017/09/18 14:00:00 +2017/09/18 15:00:00 +2017/09/18 16:00:00 +2017/09/18 17:00:00 +2017/09/18 18:00:00 +2017/09/18 19:00:00 +2017/09/18 20:00:00 +2017/09/18 21:00:00 +2017/09/18 22:00:00 +2017/09/18 23:00:00 +2017/09/19 00:00:00 +2017/09/19 01:00:00 +2017/09/19 02:00:00 +2017/09/19 03:00:00 +2017/09/19 04:00:00 +2017/09/19 05:00:00 +2017/09/19 06:00:00 +2017/09/19 07:00:00 +2017/09/19 08:00:00 +2017/09/19 09:00:00 +2017/09/19 10:00:00 +2017/09/19 11:00:00 +2017/09/19 12:00:00 +2017/09/19 13:00:00 +2017/09/19 14:00:00 +2017/09/19 15:00:00 +2017/09/19 16:00:00 +2017/09/19 17:00:00 +2017/09/19 18:00:00 +2017/09/19 19:00:00 +2017/09/19 20:00:00 +2017/09/19 21:00:00 +2017/09/19 22:00:00 +2017/09/19 23:00:00 +2017/09/20 00:00:00 +2017/09/20 01:00:00 +2017/09/20 02:00:00 +2017/09/20 03:00:00 +2017/09/20 04:00:00 +2017/09/20 05:00:00 +2017/09/20 06:00:00 +2017/09/20 07:00:00 +2017/09/20 08:00:00 +2017/09/20 09:00:00 +2017/09/20 10:00:00 +2017/09/20 11:00:00 +2017/09/20 12:00:00 +2017/09/20 13:00:00 +2017/09/20 14:00:00 +2017/09/20 15:00:00 +2017/09/20 16:00:00 +2017/09/20 17:00:00 +2017/09/20 18:00:00 +2017/09/20 19:00:00 +2017/09/20 20:00:00 +2017/09/20 21:00:00 +2017/09/20 22:00:00 +2017/09/20 23:00:00 +2017/09/21 00:00:00 +2017/09/21 01:00:00 +2017/09/21 02:00:00 +2017/09/21 03:00:00 +2017/09/21 04:00:00 +2017/09/21 05:00:00 +2017/09/21 06:00:00 +2017/09/21 07:00:00 +2017/09/21 08:00:00 +2017/09/21 09:00:00 +2017/09/21 10:00:00 +2017/09/21 11:00:00 +2017/09/21 12:00:00 +2017/09/21 13:00:00 +2017/09/21 14:00:00 +2017/09/21 15:00:00 +2017/09/21 16:00:00 +2017/09/21 17:00:00 +2017/09/21 18:00:00 +2017/09/21 19:00:00 +2017/09/21 20:00:00 +2017/09/21 21:00:00 +2017/09/21 22:00:00 +2017/09/21 23:00:00 +2017/09/22 00:00:00 +2017/09/22 01:00:00 +2017/09/22 02:00:00 +2017/09/22 03:00:00 +2017/09/22 04:00:00 +2017/09/22 05:00:00 +2017/09/22 06:00:00 +2017/09/22 07:00:00 +2017/09/22 08:00:00 +2017/09/22 09:00:00 +2017/09/22 10:00:00 +2017/09/22 11:00:00 +2017/09/22 12:00:00 +2017/09/22 13:00:00 +2017/09/22 14:00:00 +2017/09/22 15:00:00 +2017/09/22 16:00:00 +2017/09/22 17:00:00 +2017/09/22 18:00:00 +2017/09/22 19:00:00 +2017/09/22 20:00:00 +2017/09/22 21:00:00 +2017/09/22 22:00:00 +2017/09/22 23:00:00 +2017/09/23 00:00:00 +2017/09/23 01:00:00 +2017/09/23 02:00:00 +2017/09/23 03:00:00 +2017/09/23 04:00:00 +2017/09/23 05:00:00 +2017/09/23 06:00:00 +2017/09/23 07:00:00 +2017/09/23 08:00:00 +2017/09/23 09:00:00 +2017/09/23 10:00:00 +2017/09/23 11:00:00 +2017/09/23 12:00:00 +2017/09/23 13:00:00 +2017/09/23 14:00:00 +2017/09/23 15:00:00 +2017/09/23 16:00:00 +2017/09/23 17:00:00 +2017/09/23 18:00:00 +2017/09/23 19:00:00 +2017/09/23 20:00:00 +2017/09/23 21:00:00 +2017/09/23 22:00:00 +2017/09/23 23:00:00 +2017/09/24 00:00:00 +2017/09/24 01:00:00 +2017/09/24 02:00:00 +2017/09/24 03:00:00 +2017/09/24 04:00:00 +2017/09/24 05:00:00 +2017/09/24 06:00:00 +2017/09/24 07:00:00 +2017/09/24 08:00:00 +2017/09/24 09:00:00 +2017/09/24 10:00:00 +2017/09/24 11:00:00 +2017/09/24 12:00:00 +2017/09/24 13:00:00 +2017/09/24 14:00:00 +2017/09/24 15:00:00 +2017/09/24 16:00:00 +2017/09/24 17:00:00 +2017/09/24 18:00:00 +2017/09/24 19:00:00 +2017/09/24 20:00:00 +2017/09/24 21:00:00 +2017/09/24 22:00:00 +2017/09/24 23:00:00 +2017/09/25 00:00:00 +2017/09/25 01:00:00 +2017/09/25 02:00:00 +2017/09/25 03:00:00 +2017/09/25 04:00:00 +2017/09/25 05:00:00 +2017/09/25 06:00:00 +2017/09/25 07:00:00 +2017/09/25 08:00:00 +2017/09/25 09:00:00 +2017/09/25 10:00:00 +2017/09/25 11:00:00 +2017/09/25 12:00:00 +2017/09/25 13:00:00 +2017/09/25 14:00:00 +2017/09/25 15:00:00 +2017/09/25 16:00:00 +2017/09/25 17:00:00 +2017/09/25 18:00:00 +2017/09/25 19:00:00 +2017/09/25 20:00:00 +2017/09/25 21:00:00 +2017/09/25 22:00:00 +2017/09/25 23:00:00 +2017/09/26 00:00:00 +2017/09/26 01:00:00 +2017/09/26 02:00:00 +2017/09/26 03:00:00 +2017/09/26 04:00:00 +2017/09/26 05:00:00 +2017/09/26 06:00:00 +2017/09/26 07:00:00 +2017/09/26 08:00:00 +2017/09/26 09:00:00 +2017/09/26 10:00:00 +2017/09/26 11:00:00 +2017/09/26 12:00:00 +2017/09/26 13:00:00 +2017/09/26 14:00:00 +2017/09/26 15:00:00 +2017/09/26 16:00:00 +2017/09/26 17:00:00 +2017/09/26 18:00:00 +2017/09/26 19:00:00 +2017/09/26 20:00:00 +2017/09/26 21:00:00 +2017/09/26 22:00:00 +2017/09/26 23:00:00 +2017/09/27 00:00:00 +2017/09/27 01:00:00 +2017/09/27 02:00:00 +2017/09/27 03:00:00 +2017/09/27 04:00:00 +2017/09/27 05:00:00 +2017/09/27 06:00:00 +2017/09/27 07:00:00 +2017/09/27 08:00:00 +2017/09/27 09:00:00 +2017/09/27 10:00:00 +2017/09/27 11:00:00 +2017/09/27 12:00:00 +2017/09/27 13:00:00 +2017/09/27 14:00:00 +2017/09/27 15:00:00 +2017/09/27 16:00:00 +2017/09/27 17:00:00 +2017/09/27 18:00:00 +2017/09/27 19:00:00 +2017/09/27 20:00:00 +2017/09/27 21:00:00 +2017/09/27 22:00:00 +2017/09/27 23:00:00 +2017/09/28 00:00:00 +2017/09/28 01:00:00 +2017/09/28 02:00:00 +2017/09/28 03:00:00 +2017/09/28 04:00:00 +2017/09/28 05:00:00 +2017/09/28 06:00:00 +2017/09/28 07:00:00 +2017/09/28 08:00:00 +2017/09/28 09:00:00 +2017/09/28 10:00:00 +2017/09/28 11:00:00 +2017/09/28 12:00:00 +2017/09/28 13:00:00 +2017/09/28 14:00:00 +2017/09/28 15:00:00 +2017/09/28 16:00:00 +2017/09/28 17:00:00 +2017/09/28 18:00:00 +2017/09/28 19:00:00 +2017/09/28 20:00:00 +2017/09/28 21:00:00 +2017/09/28 22:00:00 +2017/09/28 23:00:00 +2017/09/29 00:00:00 +2017/09/29 01:00:00 +2017/09/29 02:00:00 +2017/09/29 03:00:00 +2017/09/29 04:00:00 +2017/09/29 05:00:00 +2017/09/29 06:00:00 +2017/09/29 07:00:00 +2017/09/29 08:00:00 +2017/09/29 09:00:00 +2017/09/29 10:00:00 +2017/09/29 11:00:00 +2017/09/29 12:00:00 +2017/09/29 13:00:00 +2017/09/29 14:00:00 +2017/09/29 15:00:00 +2017/09/29 16:00:00 +2017/09/29 17:00:00 +2017/09/29 18:00:00 +2017/09/29 19:00:00 +2017/09/29 20:00:00 +2017/09/29 21:00:00 +2017/09/29 22:00:00 +2017/09/29 23:00:00 +2017/09/30 00:00:00 +2017/09/30 01:00:00 +2017/09/30 02:00:00 +2017/09/30 03:00:00 +2017/09/30 04:00:00 +2017/09/30 05:00:00 +2017/09/30 06:00:00 +2017/09/30 07:00:00 +2017/09/30 08:00:00 +2017/09/30 09:00:00 +2017/09/30 10:00:00 +2017/09/30 11:00:00 +2017/09/30 12:00:00 +2017/09/30 13:00:00 +2017/09/30 14:00:00 +2017/09/30 15:00:00 +2017/09/30 16:00:00 +2017/09/30 17:00:00 +2017/09/30 18:00:00 +2017/09/30 19:00:00 +2017/09/30 20:00:00 +2017/09/30 21:00:00 +2017/09/30 22:00:00 +2017/09/30 23:00:00 +2017/10/01 00:00:00 +2017/10/01 01:00:00 +2017/10/01 02:00:00 +2017/10/01 03:00:00 +2017/10/01 04:00:00 +2017/10/01 05:00:00 +2017/10/01 06:00:00 +2017/10/01 07:00:00 +2017/10/01 08:00:00 +2017/10/01 09:00:00 +2017/10/01 10:00:00 +2017/10/01 11:00:00 +2017/10/01 12:00:00 +2017/10/01 13:00:00 +2017/10/01 14:00:00 +2017/10/01 15:00:00 +2017/10/01 16:00:00 +2017/10/01 17:00:00 +2017/10/01 18:00:00 +2017/10/01 19:00:00 +2017/10/01 20:00:00 +2017/10/01 21:00:00 +2017/10/01 22:00:00 +2017/10/01 23:00:00 +2017/10/02 00:00:00 +2017/10/02 01:00:00 +2017/10/02 02:00:00 +2017/10/02 03:00:00 +2017/10/02 04:00:00 +2017/10/02 05:00:00 +2017/10/02 06:00:00 +2017/10/02 07:00:00 +2017/10/02 08:00:00 +2017/10/02 09:00:00 +2017/10/02 10:00:00 +2017/10/02 11:00:00 +2017/10/02 12:00:00 +2017/10/02 13:00:00 +2017/10/02 14:00:00 +2017/10/02 15:00:00 +2017/10/02 16:00:00 +2017/10/02 17:00:00 +2017/10/02 18:00:00 +2017/10/02 19:00:00 +2017/10/02 20:00:00 +2017/10/02 21:00:00 +2017/10/02 22:00:00 +2017/10/02 23:00:00 +2017/10/03 00:00:00 +2017/10/03 01:00:00 +2017/10/03 02:00:00 +2017/10/03 03:00:00 +2017/10/03 04:00:00 +2017/10/03 05:00:00 +2017/10/03 06:00:00 +2017/10/03 07:00:00 +2017/10/03 08:00:00 +2017/10/03 09:00:00 +2017/10/03 10:00:00 +2017/10/03 11:00:00 +2017/10/03 12:00:00 +2017/10/03 13:00:00 +2017/10/03 14:00:00 +2017/10/03 15:00:00 +2017/10/03 16:00:00 +2017/10/03 17:00:00 +2017/10/03 18:00:00 +2017/10/03 19:00:00 +2017/10/03 20:00:00 +2017/10/03 21:00:00 +2017/10/03 22:00:00 +2017/10/03 23:00:00 +2017/10/04 00:00:00 +2017/10/04 01:00:00 +2017/10/04 02:00:00 +2017/10/04 03:00:00 +2017/10/04 04:00:00 +2017/10/04 05:00:00 +2017/10/04 06:00:00 +2017/10/04 07:00:00 +2017/10/04 08:00:00 +2017/10/04 09:00:00 +2017/10/04 10:00:00 +2017/10/04 11:00:00 +2017/10/04 12:00:00 +2017/10/04 13:00:00 +2017/10/04 14:00:00 +2017/10/04 15:00:00 +2017/10/04 16:00:00 +2017/10/04 17:00:00 +2017/10/04 18:00:00 +2017/10/04 19:00:00 +2017/10/04 20:00:00 +2017/10/04 21:00:00 +2017/10/04 22:00:00 +2017/10/04 23:00:00 +2017/10/05 00:00:00 +2017/10/05 01:00:00 +2017/10/05 02:00:00 +2017/10/05 03:00:00 +2017/10/05 04:00:00 +2017/10/05 05:00:00 +2017/10/05 06:00:00 +2017/10/05 07:00:00 +2017/10/05 08:00:00 +2017/10/05 09:00:00 +2017/10/05 10:00:00 +2017/10/05 11:00:00 +2017/10/05 12:00:00 +2017/10/05 13:00:00 +2017/10/05 14:00:00 +2017/10/05 15:00:00 +2017/10/05 16:00:00 +2017/10/05 17:00:00 +2017/10/05 18:00:00 +2017/10/05 19:00:00 +2017/10/05 20:00:00 +2017/10/05 21:00:00 +2017/10/05 22:00:00 +2017/10/05 23:00:00 +2017/10/06 00:00:00 +2017/10/06 01:00:00 +2017/10/06 02:00:00 +2017/10/06 03:00:00 +2017/10/06 04:00:00 +2017/10/06 05:00:00 +2017/10/06 06:00:00 +2017/10/06 07:00:00 +2017/10/06 08:00:00 +2017/10/06 09:00:00 +2017/10/06 10:00:00 +2017/10/06 11:00:00 +2017/10/06 12:00:00 +2017/10/06 13:00:00 +2017/10/06 14:00:00 +2017/10/06 15:00:00 +2017/10/06 16:00:00 +2017/10/06 17:00:00 +2017/10/06 18:00:00 +2017/10/06 19:00:00 +2017/10/06 20:00:00 +2017/10/06 21:00:00 +2017/10/06 22:00:00 +2017/10/06 23:00:00 +2017/10/07 00:00:00 +2017/10/07 01:00:00 +2017/10/07 02:00:00 +2017/10/07 03:00:00 +2017/10/07 04:00:00 +2017/10/07 05:00:00 +2017/10/07 06:00:00 +2017/10/07 07:00:00 +2017/10/07 08:00:00 +2017/10/07 09:00:00 +2017/10/07 10:00:00 +2017/10/07 11:00:00 +2017/10/07 12:00:00 +2017/10/07 13:00:00 +2017/10/07 14:00:00 +2017/10/07 15:00:00 +2017/10/07 16:00:00 +2017/10/07 17:00:00 +2017/10/07 18:00:00 +2017/10/07 19:00:00 +2017/10/07 20:00:00 +2017/10/07 21:00:00 +2017/10/07 22:00:00 +2017/10/07 23:00:00 +2017/10/08 00:00:00 +2017/10/08 01:00:00 +2017/10/08 02:00:00 +2017/10/08 03:00:00 +2017/10/08 04:00:00 +2017/10/08 05:00:00 +2017/10/08 06:00:00 +2017/10/08 07:00:00 +2017/10/08 08:00:00 +2017/10/08 09:00:00 +2017/10/08 10:00:00 +2017/10/08 11:00:00 +2017/10/08 12:00:00 +2017/10/08 13:00:00 +2017/10/08 14:00:00 +2017/10/08 15:00:00 +2017/10/08 16:00:00 +2017/10/08 17:00:00 +2017/10/08 18:00:00 +2017/10/08 19:00:00 +2017/10/08 20:00:00 +2017/10/08 21:00:00 +2017/10/08 22:00:00 +2017/10/08 23:00:00 +2017/10/09 00:00:00 +2017/10/09 01:00:00 +2017/10/09 02:00:00 +2017/10/09 03:00:00 +2017/10/09 04:00:00 +2017/10/09 05:00:00 +2017/10/09 06:00:00 +2017/10/09 07:00:00 +2017/10/09 08:00:00 +2017/10/09 09:00:00 +2017/10/09 10:00:00 +2017/10/09 11:00:00 +2017/10/09 12:00:00 +2017/10/09 13:00:00 +2017/10/09 14:00:00 +2017/10/09 15:00:00 +2017/10/09 16:00:00 +2017/10/09 17:00:00 +2017/10/09 18:00:00 +2017/10/09 19:00:00 +2017/10/09 20:00:00 +2017/10/09 21:00:00 +2017/10/09 22:00:00 +2017/10/09 23:00:00 +2017/10/10 00:00:00 +2017/10/10 01:00:00 +2017/10/10 02:00:00 +2017/10/10 03:00:00 +2017/10/10 04:00:00 +2017/10/10 05:00:00 +2017/10/10 06:00:00 +2017/10/10 07:00:00 +2017/10/10 08:00:00 +2017/10/10 09:00:00 +2017/10/10 10:00:00 +2017/10/10 11:00:00 +2017/10/10 12:00:00 +2017/10/10 13:00:00 +2017/10/10 14:00:00 +2017/10/10 15:00:00 +2017/10/10 16:00:00 +2017/10/10 17:00:00 +2017/10/10 18:00:00 +2017/10/10 19:00:00 +2017/10/10 20:00:00 +2017/10/10 21:00:00 +2017/10/10 22:00:00 +2017/10/10 23:00:00 +2017/10/11 00:00:00 +2017/10/11 01:00:00 +2017/10/11 02:00:00 +2017/10/11 03:00:00 +2017/10/11 04:00:00 +2017/10/11 05:00:00 +2017/10/11 06:00:00 +2017/10/11 07:00:00 +2017/10/11 08:00:00 +2017/10/11 09:00:00 +2017/10/11 10:00:00 +2017/10/11 11:00:00 +2017/10/11 12:00:00 +2017/10/11 13:00:00 +2017/10/11 14:00:00 +2017/10/11 15:00:00 +2017/10/11 16:00:00 +2017/10/11 17:00:00 +2017/10/11 18:00:00 +2017/10/11 19:00:00 +2017/10/11 20:00:00 +2017/10/11 21:00:00 +2017/10/11 22:00:00 +2017/10/11 23:00:00 +2017/10/12 00:00:00 +2017/10/12 01:00:00 +2017/10/12 02:00:00 +2017/10/12 03:00:00 +2017/10/12 04:00:00 +2017/10/12 05:00:00 +2017/10/12 06:00:00 +2017/10/12 07:00:00 +2017/10/12 08:00:00 +2017/10/12 09:00:00 +2017/10/12 10:00:00 +2017/10/12 11:00:00 +2017/10/12 12:00:00 +2017/10/12 13:00:00 +2017/10/12 14:00:00 +2017/10/12 15:00:00 +2017/10/12 16:00:00 +2017/10/12 17:00:00 +2017/10/12 18:00:00 +2017/10/12 19:00:00 +2017/10/12 20:00:00 +2017/10/12 21:00:00 +2017/10/12 22:00:00 +2017/10/12 23:00:00 +2017/10/13 00:00:00 +2017/10/13 01:00:00 +2017/10/13 02:00:00 +2017/10/13 03:00:00 +2017/10/13 04:00:00 +2017/10/13 05:00:00 +2017/10/13 06:00:00 +2017/10/13 07:00:00 +2017/10/13 08:00:00 +2017/10/13 09:00:00 +2017/10/13 10:00:00 +2017/10/13 11:00:00 +2017/10/13 12:00:00 +2017/10/13 13:00:00 +2017/10/13 14:00:00 +2017/10/13 15:00:00 +2017/10/13 16:00:00 +2017/10/13 17:00:00 +2017/10/13 18:00:00 +2017/10/13 19:00:00 +2017/10/13 20:00:00 +2017/10/13 21:00:00 +2017/10/13 22:00:00 +2017/10/13 23:00:00 +2017/10/14 00:00:00 +2017/10/14 01:00:00 +2017/10/14 02:00:00 +2017/10/14 03:00:00 +2017/10/14 04:00:00 +2017/10/14 05:00:00 +2017/10/14 06:00:00 +2017/10/14 07:00:00 +2017/10/14 08:00:00 +2017/10/14 09:00:00 +2017/10/14 10:00:00 +2017/10/14 11:00:00 +2017/10/14 12:00:00 +2017/10/14 13:00:00 +2017/10/14 14:00:00 +2017/10/14 15:00:00 +2017/10/14 16:00:00 +2017/10/14 17:00:00 +2017/10/14 18:00:00 +2017/10/14 19:00:00 +2017/10/14 20:00:00 +2017/10/14 21:00:00 +2017/10/14 22:00:00 +2017/10/14 23:00:00 +2017/10/15 00:00:00 +2017/10/15 01:00:00 +2017/10/15 02:00:00 +2017/10/15 03:00:00 +2017/10/15 04:00:00 +2017/10/15 05:00:00 +2017/10/15 06:00:00 +2017/10/15 07:00:00 +2017/10/15 08:00:00 +2017/10/15 09:00:00 +2017/10/15 10:00:00 +2017/10/15 11:00:00 +2017/10/15 12:00:00 +2017/10/15 13:00:00 +2017/10/15 14:00:00 +2017/10/15 15:00:00 +2017/10/15 16:00:00 +2017/10/15 17:00:00 +2017/10/15 18:00:00 +2017/10/15 19:00:00 +2017/10/15 20:00:00 +2017/10/15 21:00:00 +2017/10/15 22:00:00 +2017/10/15 23:00:00 +2017/10/16 00:00:00 +2017/10/16 01:00:00 +2017/10/16 02:00:00 +2017/10/16 03:00:00 +2017/10/16 04:00:00 +2017/10/16 05:00:00 +2017/10/16 06:00:00 +2017/10/16 07:00:00 +2017/10/16 08:00:00 +2017/10/16 09:00:00 +2017/10/16 10:00:00 +2017/10/16 11:00:00 +2017/10/16 12:00:00 +2017/10/16 13:00:00 +2017/10/16 14:00:00 +2017/10/16 15:00:00 +2017/10/16 16:00:00 +2017/10/16 17:00:00 +2017/10/16 18:00:00 +2017/10/16 19:00:00 +2017/10/16 20:00:00 +2017/10/16 21:00:00 +2017/10/16 22:00:00 +2017/10/16 23:00:00 +2017/10/17 00:00:00 +2017/10/17 01:00:00 +2017/10/17 02:00:00 +2017/10/17 03:00:00 +2017/10/17 04:00:00 +2017/10/17 05:00:00 +2017/10/17 06:00:00 +2017/10/17 07:00:00 +2017/10/17 08:00:00 +2017/10/17 09:00:00 +2017/10/17 10:00:00 +2017/10/17 11:00:00 +2017/10/17 12:00:00 +2017/10/17 13:00:00 +2017/10/17 14:00:00 +2017/10/17 15:00:00 +2017/10/17 16:00:00 +2017/10/17 17:00:00 +2017/10/17 18:00:00 +2017/10/17 19:00:00 +2017/10/17 20:00:00 +2017/10/17 21:00:00 +2017/10/17 22:00:00 +2017/10/17 23:00:00 +2017/10/18 00:00:00 +2017/10/18 01:00:00 +2017/10/18 02:00:00 +2017/10/18 03:00:00 +2017/10/18 04:00:00 +2017/10/18 05:00:00 +2017/10/18 06:00:00 +2017/10/18 07:00:00 +2017/10/18 08:00:00 +2017/10/18 09:00:00 +2017/10/18 10:00:00 +2017/10/18 11:00:00 +2017/10/18 12:00:00 +2017/10/18 13:00:00 +2017/10/18 14:00:00 +2017/10/18 15:00:00 +2017/10/18 16:00:00 +2017/10/18 17:00:00 +2017/10/18 18:00:00 +2017/10/18 19:00:00 +2017/10/18 20:00:00 +2017/10/18 21:00:00 +2017/10/18 22:00:00 +2017/10/18 23:00:00 +2017/10/19 00:00:00 +2017/10/19 01:00:00 +2017/10/19 02:00:00 +2017/10/19 03:00:00 +2017/10/19 04:00:00 +2017/10/19 05:00:00 +2017/10/19 06:00:00 +2017/10/19 07:00:00 +2017/10/19 08:00:00 +2017/10/19 09:00:00 +2017/10/19 10:00:00 +2017/10/19 11:00:00 +2017/10/19 12:00:00 +2017/10/19 13:00:00 +2017/10/19 14:00:00 +2017/10/19 15:00:00 +2017/10/19 16:00:00 +2017/10/19 17:00:00 +2017/10/19 18:00:00 +2017/10/19 19:00:00 +2017/10/19 20:00:00 +2017/10/19 21:00:00 +2017/10/19 22:00:00 +2017/10/19 23:00:00 +2017/10/20 00:00:00 +2017/10/20 01:00:00 +2017/10/20 02:00:00 +2017/10/20 03:00:00 +2017/10/20 04:00:00 +2017/10/20 05:00:00 +2017/10/20 06:00:00 +2017/10/20 07:00:00 +2017/10/20 08:00:00 +2017/10/20 09:00:00 +2017/10/20 10:00:00 +2017/10/20 11:00:00 +2017/10/20 12:00:00 +2017/10/20 13:00:00 +2017/10/20 14:00:00 +2017/10/20 15:00:00 +2017/10/20 16:00:00 +2017/10/20 17:00:00 +2017/10/20 18:00:00 +2017/10/20 19:00:00 +2017/10/20 20:00:00 +2017/10/20 21:00:00 +2017/10/20 22:00:00 +2017/10/20 23:00:00 +2017/10/21 00:00:00 +2017/10/21 01:00:00 +2017/10/21 02:00:00 +2017/10/21 03:00:00 +2017/10/21 04:00:00 +2017/10/21 05:00:00 +2017/10/21 06:00:00 +2017/10/21 07:00:00 +2017/10/21 08:00:00 +2017/10/21 09:00:00 +2017/10/21 10:00:00 +2017/10/21 11:00:00 +2017/10/21 12:00:00 +2017/10/21 13:00:00 +2017/10/21 14:00:00 +2017/10/21 15:00:00 +2017/10/21 16:00:00 +2017/10/21 17:00:00 +2017/10/21 18:00:00 +2017/10/21 19:00:00 +2017/10/21 20:00:00 +2017/10/21 21:00:00 +2017/10/21 22:00:00 +2017/10/21 23:00:00 +2017/10/22 00:00:00 +2017/10/22 01:00:00 +2017/10/22 02:00:00 +2017/10/22 03:00:00 +2017/10/22 04:00:00 +2017/10/22 05:00:00 +2017/10/22 06:00:00 +2017/10/22 07:00:00 +2017/10/22 08:00:00 +2017/10/22 09:00:00 +2017/10/22 10:00:00 +2017/10/22 11:00:00 +2017/10/22 12:00:00 +2017/10/22 13:00:00 +2017/10/22 14:00:00 +2017/10/22 15:00:00 +2017/10/22 16:00:00 +2017/10/22 17:00:00 +2017/10/22 18:00:00 +2017/10/22 19:00:00 +2017/10/22 20:00:00 +2017/10/22 21:00:00 +2017/10/22 22:00:00 +2017/10/22 23:00:00 +2017/10/23 00:00:00 +2017/10/23 01:00:00 +2017/10/23 02:00:00 +2017/10/23 03:00:00 +2017/10/23 04:00:00 +2017/10/23 05:00:00 +2017/10/23 06:00:00 +2017/10/23 07:00:00 +2017/10/23 08:00:00 +2017/10/23 09:00:00 +2017/10/23 10:00:00 +2017/10/23 11:00:00 +2017/10/23 12:00:00 +2017/10/23 13:00:00 +2017/10/23 14:00:00 +2017/10/23 15:00:00 +2017/10/23 16:00:00 +2017/10/23 17:00:00 +2017/10/23 18:00:00 +2017/10/23 19:00:00 +2017/10/23 20:00:00 +2017/10/23 21:00:00 +2017/10/23 22:00:00 +2017/10/23 23:00:00 +2017/10/24 00:00:00 +2017/10/24 01:00:00 +2017/10/24 02:00:00 +2017/10/24 03:00:00 +2017/10/24 04:00:00 +2017/10/24 05:00:00 +2017/10/24 06:00:00 +2017/10/24 07:00:00 +2017/10/24 08:00:00 +2017/10/24 09:00:00 +2017/10/24 10:00:00 +2017/10/24 11:00:00 +2017/10/24 12:00:00 +2017/10/24 13:00:00 +2017/10/24 14:00:00 +2017/10/24 15:00:00 +2017/10/24 16:00:00 +2017/10/24 17:00:00 +2017/10/24 18:00:00 +2017/10/24 19:00:00 +2017/10/24 20:00:00 +2017/10/24 21:00:00 +2017/10/24 22:00:00 +2017/10/24 23:00:00 +2017/10/25 00:00:00 +2017/10/25 01:00:00 +2017/10/25 02:00:00 +2017/10/25 03:00:00 +2017/10/25 04:00:00 +2017/10/25 05:00:00 +2017/10/25 06:00:00 +2017/10/25 07:00:00 +2017/10/25 08:00:00 +2017/10/25 09:00:00 +2017/10/25 10:00:00 +2017/10/25 11:00:00 +2017/10/25 12:00:00 +2017/10/25 13:00:00 +2017/10/25 14:00:00 +2017/10/25 15:00:00 +2017/10/25 16:00:00 +2017/10/25 17:00:00 +2017/10/25 18:00:00 +2017/10/25 19:00:00 +2017/10/25 20:00:00 +2017/10/25 21:00:00 +2017/10/25 22:00:00 +2017/10/25 23:00:00 +2017/10/26 00:00:00 +2017/10/26 01:00:00 +2017/10/26 02:00:00 +2017/10/26 03:00:00 +2017/10/26 04:00:00 +2017/10/26 05:00:00 +2017/10/26 06:00:00 +2017/10/26 07:00:00 +2017/10/26 08:00:00 +2017/10/26 09:00:00 +2017/10/26 10:00:00 +2017/10/26 11:00:00 +2017/10/26 12:00:00 +2017/10/26 13:00:00 +2017/10/26 14:00:00 +2017/10/26 15:00:00 +2017/10/26 16:00:00 +2017/10/26 17:00:00 +2017/10/26 18:00:00 +2017/10/26 19:00:00 +2017/10/26 20:00:00 +2017/10/26 21:00:00 +2017/10/26 22:00:00 +2017/10/26 23:00:00 +2017/10/27 00:00:00 +2017/10/27 01:00:00 +2017/10/27 02:00:00 +2017/10/27 03:00:00 +2017/10/27 04:00:00 +2017/10/27 05:00:00 +2017/10/27 06:00:00 +2017/10/27 07:00:00 +2017/10/27 08:00:00 +2017/10/27 09:00:00 +2017/10/27 10:00:00 +2017/10/27 11:00:00 +2017/10/27 12:00:00 +2017/10/27 13:00:00 +2017/10/27 14:00:00 +2017/10/27 15:00:00 +2017/10/27 16:00:00 +2017/10/27 17:00:00 +2017/10/27 18:00:00 +2017/10/27 19:00:00 +2017/10/27 20:00:00 +2017/10/27 21:00:00 +2017/10/27 22:00:00 +2017/10/27 23:00:00 +2017/10/28 00:00:00 +2017/10/28 01:00:00 +2017/10/28 02:00:00 +2017/10/28 03:00:00 +2017/10/28 04:00:00 +2017/10/28 05:00:00 +2017/10/28 06:00:00 +2017/10/28 07:00:00 +2017/10/28 08:00:00 +2017/10/28 09:00:00 +2017/10/28 10:00:00 +2017/10/28 11:00:00 +2017/10/28 12:00:00 +2017/10/28 13:00:00 +2017/10/28 14:00:00 +2017/10/28 15:00:00 +2017/10/28 16:00:00 +2017/10/28 17:00:00 +2017/10/28 18:00:00 +2017/10/28 19:00:00 +2017/10/28 20:00:00 +2017/10/28 21:00:00 +2017/10/28 22:00:00 +2017/10/28 23:00:00 +2017/10/29 00:00:00 +2017/10/29 01:00:00 +2017/10/29 02:00:00 +2017/10/29 03:00:00 +2017/10/29 04:00:00 +2017/10/29 05:00:00 +2017/10/29 06:00:00 +2017/10/29 07:00:00 +2017/10/29 08:00:00 +2017/10/29 09:00:00 +2017/10/29 10:00:00 +2017/10/29 11:00:00 +2017/10/29 12:00:00 +2017/10/29 13:00:00 +2017/10/29 14:00:00 +2017/10/29 15:00:00 +2017/10/29 16:00:00 +2017/10/29 17:00:00 +2017/10/29 18:00:00 +2017/10/29 19:00:00 +2017/10/29 20:00:00 +2017/10/29 21:00:00 +2017/10/29 22:00:00 +2017/10/29 23:00:00 +2017/10/30 00:00:00 +2017/10/30 01:00:00 +2017/10/30 02:00:00 +2017/10/30 03:00:00 +2017/10/30 04:00:00 +2017/10/30 05:00:00 +2017/10/30 06:00:00 +2017/10/30 07:00:00 +2017/10/30 08:00:00 +2017/10/30 09:00:00 +2017/10/30 10:00:00 +2017/10/30 11:00:00 +2017/10/30 12:00:00 +2017/10/30 13:00:00 +2017/10/30 14:00:00 +2017/10/30 15:00:00 +2017/10/30 16:00:00 +2017/10/30 17:00:00 +2017/10/30 18:00:00 +2017/10/30 19:00:00 +2017/10/30 20:00:00 +2017/10/30 21:00:00 +2017/10/30 22:00:00 +2017/10/30 23:00:00 +2017/10/31 00:00:00 +2017/10/31 01:00:00 +2017/10/31 02:00:00 +2017/10/31 03:00:00 +2017/10/31 04:00:00 +2017/10/31 05:00:00 +2017/10/31 06:00:00 +2017/10/31 07:00:00 +2017/10/31 08:00:00 +2017/10/31 09:00:00 +2017/10/31 10:00:00 +2017/10/31 11:00:00 +2017/10/31 12:00:00 +2017/10/31 13:00:00 +2017/10/31 14:00:00 +2017/10/31 15:00:00 +2017/10/31 16:00:00 +2017/10/31 17:00:00 +2017/10/31 18:00:00 +2017/10/31 19:00:00 +2017/10/31 20:00:00 +2017/10/31 21:00:00 +2017/10/31 22:00:00 +2017/10/31 23:00:00 +2017/11/01 00:00:00 +2017/11/01 01:00:00 +2017/11/01 02:00:00 +2017/11/01 03:00:00 +2017/11/01 04:00:00 +2017/11/01 05:00:00 +2017/11/01 06:00:00 +2017/11/01 07:00:00 +2017/11/01 08:00:00 +2017/11/01 09:00:00 +2017/11/01 10:00:00 +2017/11/01 11:00:00 +2017/11/01 12:00:00 +2017/11/01 13:00:00 +2017/11/01 14:00:00 +2017/11/01 15:00:00 +2017/11/01 16:00:00 +2017/11/01 17:00:00 +2017/11/01 18:00:00 +2017/11/01 19:00:00 +2017/11/01 20:00:00 +2017/11/01 21:00:00 +2017/11/01 22:00:00 +2017/11/01 23:00:00 +2017/11/02 00:00:00 +2017/11/02 01:00:00 +2017/11/02 02:00:00 +2017/11/02 03:00:00 +2017/11/02 04:00:00 +2017/11/02 05:00:00 +2017/11/02 06:00:00 +2017/11/02 07:00:00 +2017/11/02 08:00:00 +2017/11/02 09:00:00 +2017/11/02 10:00:00 +2017/11/02 11:00:00 +2017/11/02 12:00:00 +2017/11/02 13:00:00 +2017/11/02 14:00:00 +2017/11/02 15:00:00 +2017/11/02 16:00:00 +2017/11/02 17:00:00 +2017/11/02 18:00:00 +2017/11/02 19:00:00 +2017/11/02 20:00:00 +2017/11/02 21:00:00 +2017/11/02 22:00:00 +2017/11/02 23:00:00 +2017/11/03 00:00:00 +2017/11/03 01:00:00 +2017/11/03 02:00:00 +2017/11/03 03:00:00 +2017/11/03 04:00:00 +2017/11/03 05:00:00 +2017/11/03 06:00:00 +2017/11/03 07:00:00 +2017/11/03 08:00:00 +2017/11/03 09:00:00 +2017/11/03 10:00:00 +2017/11/03 11:00:00 +2017/11/03 12:00:00 +2017/11/03 13:00:00 +2017/11/03 14:00:00 +2017/11/03 15:00:00 +2017/11/03 16:00:00 +2017/11/03 17:00:00 +2017/11/03 18:00:00 +2017/11/03 19:00:00 +2017/11/03 20:00:00 +2017/11/03 21:00:00 +2017/11/03 22:00:00 +2017/11/03 23:00:00 +2017/11/04 00:00:00 +2017/11/04 01:00:00 +2017/11/04 02:00:00 +2017/11/04 03:00:00 +2017/11/04 04:00:00 +2017/11/04 05:00:00 +2017/11/04 06:00:00 +2017/11/04 07:00:00 +2017/11/04 08:00:00 +2017/11/04 09:00:00 +2017/11/04 10:00:00 +2017/11/04 11:00:00 +2017/11/04 12:00:00 +2017/11/04 13:00:00 +2017/11/04 14:00:00 +2017/11/04 15:00:00 +2017/11/04 16:00:00 +2017/11/04 17:00:00 +2017/11/04 18:00:00 +2017/11/04 19:00:00 +2017/11/04 20:00:00 +2017/11/04 21:00:00 +2017/11/04 22:00:00 +2017/11/04 23:00:00 +2017/11/05 00:00:00 +2017/11/05 01:00:00 +2017/11/05 02:00:00 +2017/11/05 03:00:00 +2017/11/05 04:00:00 +2017/11/05 05:00:00 +2017/11/05 06:00:00 +2017/11/05 07:00:00 +2017/11/05 08:00:00 +2017/11/05 09:00:00 +2017/11/05 10:00:00 +2017/11/05 11:00:00 +2017/11/05 12:00:00 +2017/11/05 13:00:00 +2017/11/05 14:00:00 +2017/11/05 15:00:00 +2017/11/05 16:00:00 +2017/11/05 17:00:00 +2017/11/05 18:00:00 +2017/11/05 19:00:00 +2017/11/05 20:00:00 +2017/11/05 21:00:00 +2017/11/05 22:00:00 +2017/11/05 23:00:00 +2017/11/06 00:00:00 +2017/11/06 01:00:00 +2017/11/06 02:00:00 +2017/11/06 03:00:00 +2017/11/06 04:00:00 +2017/11/06 05:00:00 +2017/11/06 06:00:00 +2017/11/06 07:00:00 +2017/11/06 08:00:00 +2017/11/06 09:00:00 +2017/11/06 10:00:00 +2017/11/06 11:00:00 +2017/11/06 12:00:00 +2017/11/06 13:00:00 +2017/11/06 14:00:00 +2017/11/06 15:00:00 +2017/11/06 16:00:00 +2017/11/06 17:00:00 +2017/11/06 18:00:00 +2017/11/06 19:00:00 +2017/11/06 20:00:00 +2017/11/06 21:00:00 +2017/11/06 22:00:00 +2017/11/06 23:00:00 +2017/11/07 00:00:00 +2017/11/07 01:00:00 +2017/11/07 02:00:00 +2017/11/07 03:00:00 +2017/11/07 04:00:00 +2017/11/07 05:00:00 +2017/11/07 06:00:00 +2017/11/07 07:00:00 +2017/11/07 08:00:00 +2017/11/07 09:00:00 +2017/11/07 10:00:00 +2017/11/07 11:00:00 +2017/11/07 12:00:00 +2017/11/07 13:00:00 +2017/11/07 14:00:00 +2017/11/07 15:00:00 +2017/11/07 16:00:00 +2017/11/07 17:00:00 +2017/11/07 18:00:00 +2017/11/07 19:00:00 +2017/11/07 20:00:00 +2017/11/07 21:00:00 +2017/11/07 22:00:00 +2017/11/07 23:00:00 +2017/11/08 00:00:00 +2017/11/08 01:00:00 +2017/11/08 02:00:00 +2017/11/08 03:00:00 +2017/11/08 04:00:00 +2017/11/08 05:00:00 +2017/11/08 06:00:00 +2017/11/08 07:00:00 +2017/11/08 08:00:00 +2017/11/08 09:00:00 +2017/11/08 10:00:00 +2017/11/08 11:00:00 +2017/11/08 12:00:00 +2017/11/08 13:00:00 +2017/11/08 14:00:00 +2017/11/08 15:00:00 +2017/11/08 16:00:00 +2017/11/08 17:00:00 +2017/11/08 18:00:00 +2017/11/08 19:00:00 +2017/11/08 20:00:00 +2017/11/08 21:00:00 +2017/11/08 22:00:00 +2017/11/08 23:00:00 +2017/11/09 00:00:00 +2017/11/09 01:00:00 +2017/11/09 02:00:00 +2017/11/09 03:00:00 +2017/11/09 04:00:00 +2017/11/09 05:00:00 +2017/11/09 06:00:00 +2017/11/09 07:00:00 +2017/11/09 08:00:00 +2017/11/09 09:00:00 +2017/11/09 10:00:00 +2017/11/09 11:00:00 +2017/11/09 12:00:00 +2017/11/09 13:00:00 +2017/11/09 14:00:00 +2017/11/09 15:00:00 +2017/11/09 16:00:00 +2017/11/09 17:00:00 +2017/11/09 18:00:00 +2017/11/09 19:00:00 +2017/11/09 20:00:00 +2017/11/09 21:00:00 +2017/11/09 22:00:00 +2017/11/09 23:00:00 +2017/11/10 00:00:00 +2017/11/10 01:00:00 +2017/11/10 02:00:00 +2017/11/10 03:00:00 +2017/11/10 04:00:00 +2017/11/10 05:00:00 +2017/11/10 06:00:00 +2017/11/10 07:00:00 +2017/11/10 08:00:00 +2017/11/10 09:00:00 +2017/11/10 10:00:00 +2017/11/10 11:00:00 +2017/11/10 12:00:00 +2017/11/10 13:00:00 +2017/11/10 14:00:00 +2017/11/10 15:00:00 +2017/11/10 16:00:00 +2017/11/10 17:00:00 +2017/11/10 18:00:00 +2017/11/10 19:00:00 +2017/11/10 20:00:00 +2017/11/10 21:00:00 +2017/11/10 22:00:00 +2017/11/10 23:00:00 +2017/11/11 00:00:00 +2017/11/11 01:00:00 +2017/11/11 02:00:00 +2017/11/11 03:00:00 +2017/11/11 04:00:00 +2017/11/11 05:00:00 +2017/11/11 06:00:00 +2017/11/11 07:00:00 +2017/11/11 08:00:00 +2017/11/11 09:00:00 +2017/11/11 10:00:00 +2017/11/11 11:00:00 +2017/11/11 12:00:00 +2017/11/11 13:00:00 +2017/11/11 14:00:00 +2017/11/11 15:00:00 +2017/11/11 16:00:00 +2017/11/11 17:00:00 +2017/11/11 18:00:00 +2017/11/11 19:00:00 +2017/11/11 20:00:00 +2017/11/11 21:00:00 +2017/11/11 22:00:00 +2017/11/11 23:00:00 +2017/11/12 00:00:00 +2017/11/12 01:00:00 +2017/11/12 02:00:00 +2017/11/12 03:00:00 +2017/11/12 04:00:00 +2017/11/12 05:00:00 +2017/11/12 06:00:00 +2017/11/12 07:00:00 +2017/11/12 08:00:00 +2017/11/12 09:00:00 +2017/11/12 10:00:00 +2017/11/12 11:00:00 +2017/11/12 12:00:00 +2017/11/12 13:00:00 +2017/11/12 14:00:00 +2017/11/12 15:00:00 +2017/11/12 16:00:00 +2017/11/12 17:00:00 +2017/11/12 18:00:00 +2017/11/12 19:00:00 +2017/11/12 20:00:00 +2017/11/12 21:00:00 +2017/11/12 22:00:00 +2017/11/12 23:00:00 +2017/11/13 00:00:00 +2017/11/13 01:00:00 +2017/11/13 02:00:00 +2017/11/13 03:00:00 +2017/11/13 04:00:00 +2017/11/13 05:00:00 +2017/11/13 06:00:00 +2017/11/13 07:00:00 +2017/11/13 08:00:00 +2017/11/13 09:00:00 +2017/11/13 10:00:00 +2017/11/13 11:00:00 +2017/11/13 12:00:00 +2017/11/13 13:00:00 +2017/11/13 14:00:00 +2017/11/13 15:00:00 +2017/11/13 16:00:00 +2017/11/13 17:00:00 +2017/11/13 18:00:00 +2017/11/13 19:00:00 +2017/11/13 20:00:00 +2017/11/13 21:00:00 +2017/11/13 22:00:00 +2017/11/13 23:00:00 +2017/11/14 00:00:00 +2017/11/14 01:00:00 +2017/11/14 02:00:00 +2017/11/14 03:00:00 +2017/11/14 04:00:00 +2017/11/14 05:00:00 +2017/11/14 06:00:00 +2017/11/14 07:00:00 +2017/11/14 08:00:00 +2017/11/14 09:00:00 +2017/11/14 10:00:00 +2017/11/14 11:00:00 +2017/11/14 12:00:00 +2017/11/14 13:00:00 +2017/11/14 14:00:00 +2017/11/14 15:00:00 +2017/11/14 16:00:00 +2017/11/14 17:00:00 +2017/11/14 18:00:00 +2017/11/14 19:00:00 +2017/11/14 20:00:00 +2017/11/14 21:00:00 +2017/11/14 22:00:00 +2017/11/14 23:00:00 +2017/11/15 00:00:00 +2017/11/15 01:00:00 +2017/11/15 02:00:00 +2017/11/15 03:00:00 +2017/11/15 04:00:00 +2017/11/15 05:00:00 +2017/11/15 06:00:00 +2017/11/15 07:00:00 +2017/11/15 08:00:00 +2017/11/15 09:00:00 +2017/11/15 10:00:00 +2017/11/15 11:00:00 +2017/11/15 12:00:00 +2017/11/15 13:00:00 +2017/11/15 14:00:00 +2017/11/15 15:00:00 +2017/11/15 16:00:00 +2017/11/15 17:00:00 +2017/11/15 18:00:00 +2017/11/15 19:00:00 +2017/11/15 20:00:00 +2017/11/15 21:00:00 +2017/11/15 22:00:00 +2017/11/15 23:00:00 +2017/11/16 00:00:00 +2017/11/16 01:00:00 +2017/11/16 02:00:00 +2017/11/16 03:00:00 +2017/11/16 04:00:00 +2017/11/16 05:00:00 +2017/11/16 06:00:00 +2017/11/16 07:00:00 +2017/11/16 08:00:00 +2017/11/16 09:00:00 +2017/11/16 10:00:00 +2017/11/16 11:00:00 +2017/11/16 12:00:00 +2017/11/16 13:00:00 +2017/11/16 14:00:00 +2017/11/16 15:00:00 +2017/11/16 16:00:00 +2017/11/16 17:00:00 +2017/11/16 18:00:00 +2017/11/16 19:00:00 +2017/11/16 20:00:00 +2017/11/16 21:00:00 +2017/11/16 22:00:00 +2017/11/16 23:00:00 +2017/11/17 00:00:00 +2017/11/17 01:00:00 +2017/11/17 02:00:00 +2017/11/17 03:00:00 +2017/11/17 04:00:00 +2017/11/17 05:00:00 +2017/11/17 06:00:00 +2017/11/17 07:00:00 +2017/11/17 08:00:00 +2017/11/17 09:00:00 +2017/11/17 10:00:00 +2017/11/17 11:00:00 +2017/11/17 12:00:00 +2017/11/17 13:00:00 +2017/11/17 14:00:00 +2017/11/17 15:00:00 +2017/11/17 16:00:00 +2017/11/17 17:00:00 +2017/11/17 18:00:00 +2017/11/17 19:00:00 +2017/11/17 20:00:00 +2017/11/17 21:00:00 +2017/11/17 22:00:00 +2017/11/17 23:00:00 +2017/11/18 00:00:00 +2017/11/18 01:00:00 +2017/11/18 02:00:00 +2017/11/18 03:00:00 +2017/11/18 04:00:00 +2017/11/18 05:00:00 +2017/11/18 06:00:00 +2017/11/18 07:00:00 +2017/11/18 08:00:00 +2017/11/18 09:00:00 +2017/11/18 10:00:00 +2017/11/18 11:00:00 +2017/11/18 12:00:00 +2017/11/18 13:00:00 +2017/11/18 14:00:00 +2017/11/18 15:00:00 +2017/11/18 16:00:00 +2017/11/18 17:00:00 +2017/11/18 18:00:00 +2017/11/18 19:00:00 +2017/11/18 20:00:00 +2017/11/18 21:00:00 +2017/11/18 22:00:00 +2017/11/18 23:00:00 +2017/11/19 00:00:00 +2017/11/19 01:00:00 +2017/11/19 02:00:00 +2017/11/19 03:00:00 +2017/11/19 04:00:00 +2017/11/19 05:00:00 +2017/11/19 06:00:00 +2017/11/19 07:00:00 +2017/11/19 08:00:00 +2017/11/19 09:00:00 +2017/11/19 10:00:00 +2017/11/19 11:00:00 +2017/11/19 12:00:00 +2017/11/19 13:00:00 +2017/11/19 14:00:00 +2017/11/19 15:00:00 +2017/11/19 16:00:00 +2017/11/19 17:00:00 +2017/11/19 18:00:00 +2017/11/19 19:00:00 +2017/11/19 20:00:00 +2017/11/19 21:00:00 +2017/11/19 22:00:00 +2017/11/19 23:00:00 +2017/11/20 00:00:00 +2017/11/20 01:00:00 +2017/11/20 02:00:00 +2017/11/20 03:00:00 +2017/11/20 04:00:00 +2017/11/20 05:00:00 +2017/11/20 06:00:00 +2017/11/20 07:00:00 +2017/11/20 08:00:00 +2017/11/20 09:00:00 +2017/11/20 10:00:00 +2017/11/20 11:00:00 +2017/11/20 12:00:00 +2017/11/20 13:00:00 +2017/11/20 14:00:00 +2017/11/20 15:00:00 +2017/11/20 16:00:00 +2017/11/20 17:00:00 +2017/11/20 18:00:00 +2017/11/20 19:00:00 +2017/11/20 20:00:00 +2017/11/20 21:00:00 +2017/11/20 22:00:00 +2017/11/20 23:00:00 +2017/11/21 00:00:00 +2017/11/21 01:00:00 +2017/11/21 02:00:00 +2017/11/21 03:00:00 +2017/11/21 04:00:00 +2017/11/21 05:00:00 +2017/11/21 06:00:00 +2017/11/21 07:00:00 +2017/11/21 08:00:00 +2017/11/21 09:00:00 +2017/11/21 10:00:00 +2017/11/21 11:00:00 +2017/11/21 12:00:00 +2017/11/21 13:00:00 +2017/11/21 14:00:00 +2017/11/21 15:00:00 +2017/11/21 16:00:00 +2017/11/21 17:00:00 +2017/11/21 18:00:00 +2017/11/21 19:00:00 +2017/11/21 20:00:00 +2017/11/21 21:00:00 +2017/11/21 22:00:00 +2017/11/21 23:00:00 +2017/11/22 00:00:00 +2017/11/22 01:00:00 +2017/11/22 02:00:00 +2017/11/22 03:00:00 +2017/11/22 04:00:00 +2017/11/22 05:00:00 +2017/11/22 06:00:00 +2017/11/22 07:00:00 +2017/11/22 08:00:00 +2017/11/22 09:00:00 +2017/11/22 10:00:00 +2017/11/22 11:00:00 +2017/11/22 12:00:00 +2017/11/22 13:00:00 +2017/11/22 14:00:00 +2017/11/22 15:00:00 +2017/11/22 16:00:00 +2017/11/22 17:00:00 +2017/11/22 18:00:00 +2017/11/22 19:00:00 +2017/11/22 20:00:00 +2017/11/22 21:00:00 +2017/11/22 22:00:00 +2017/11/22 23:00:00 +2017/11/23 00:00:00 +2017/11/23 01:00:00 +2017/11/23 02:00:00 +2017/11/23 03:00:00 +2017/11/23 04:00:00 +2017/11/23 05:00:00 +2017/11/23 06:00:00 +2017/11/23 07:00:00 +2017/11/23 08:00:00 +2017/11/23 09:00:00 +2017/11/23 10:00:00 +2017/11/23 11:00:00 +2017/11/23 12:00:00 +2017/11/23 13:00:00 +2017/11/23 14:00:00 +2017/11/23 15:00:00 +2017/11/23 16:00:00 +2017/11/23 17:00:00 +2017/11/23 18:00:00 +2017/11/23 19:00:00 +2017/11/23 20:00:00 +2017/11/23 21:00:00 +2017/11/23 22:00:00 +2017/11/23 23:00:00 +2017/11/24 00:00:00 +2017/11/24 01:00:00 +2017/11/24 02:00:00 +2017/11/24 03:00:00 +2017/11/24 04:00:00 +2017/11/24 05:00:00 +2017/11/24 06:00:00 +2017/11/24 07:00:00 +2017/11/24 08:00:00 +2017/11/24 09:00:00 +2017/11/24 10:00:00 +2017/11/24 11:00:00 +2017/11/24 12:00:00 +2017/11/24 13:00:00 +2017/11/24 14:00:00 +2017/11/24 15:00:00 +2017/11/24 16:00:00 +2017/11/24 17:00:00 +2017/11/24 18:00:00 +2017/11/24 19:00:00 +2017/11/24 20:00:00 +2017/11/24 21:00:00 +2017/11/24 22:00:00 +2017/11/24 23:00:00 +2017/11/25 00:00:00 +2017/11/25 01:00:00 +2017/11/25 02:00:00 +2017/11/25 03:00:00 +2017/11/25 04:00:00 +2017/11/25 05:00:00 +2017/11/25 06:00:00 +2017/11/25 07:00:00 +2017/11/25 08:00:00 +2017/11/25 09:00:00 +2017/11/25 10:00:00 +2017/11/25 11:00:00 +2017/11/25 12:00:00 +2017/11/25 13:00:00 +2017/11/25 14:00:00 +2017/11/25 15:00:00 +2017/11/25 16:00:00 +2017/11/25 17:00:00 +2017/11/25 18:00:00 +2017/11/25 19:00:00 +2017/11/25 20:00:00 +2017/11/25 21:00:00 +2017/11/25 22:00:00 +2017/11/25 23:00:00 +2017/11/26 00:00:00 +2017/11/26 01:00:00 +2017/11/26 02:00:00 +2017/11/26 03:00:00 +2017/11/26 04:00:00 +2017/11/26 05:00:00 +2017/11/26 06:00:00 +2017/11/26 07:00:00 +2017/11/26 08:00:00 +2017/11/26 09:00:00 +2017/11/26 10:00:00 +2017/11/26 11:00:00 +2017/11/26 12:00:00 +2017/11/26 13:00:00 +2017/11/26 14:00:00 +2017/11/26 15:00:00 +2017/11/26 16:00:00 +2017/11/26 17:00:00 +2017/11/26 18:00:00 +2017/11/26 19:00:00 +2017/11/26 20:00:00 +2017/11/26 21:00:00 +2017/11/26 22:00:00 +2017/11/26 23:00:00 +2017/11/27 00:00:00 +2017/11/27 01:00:00 +2017/11/27 02:00:00 +2017/11/27 03:00:00 +2017/11/27 04:00:00 +2017/11/27 05:00:00 +2017/11/27 06:00:00 +2017/11/27 07:00:00 +2017/11/27 08:00:00 +2017/11/27 09:00:00 +2017/11/27 10:00:00 +2017/11/27 11:00:00 +2017/11/27 12:00:00 +2017/11/27 13:00:00 +2017/11/27 14:00:00 +2017/11/27 15:00:00 +2017/11/27 16:00:00 +2017/11/27 17:00:00 +2017/11/27 18:00:00 +2017/11/27 19:00:00 +2017/11/27 20:00:00 +2017/11/27 21:00:00 +2017/11/27 22:00:00 +2017/11/27 23:00:00 +2017/11/28 00:00:00 +2017/11/28 01:00:00 +2017/11/28 02:00:00 +2017/11/28 03:00:00 +2017/11/28 04:00:00 +2017/11/28 05:00:00 +2017/11/28 06:00:00 +2017/11/28 07:00:00 +2017/11/28 08:00:00 +2017/11/28 09:00:00 +2017/11/28 10:00:00 +2017/11/28 11:00:00 +2017/11/28 12:00:00 +2017/11/28 13:00:00 +2017/11/28 14:00:00 +2017/11/28 15:00:00 +2017/11/28 16:00:00 +2017/11/28 17:00:00 +2017/11/28 18:00:00 +2017/11/28 19:00:00 +2017/11/28 20:00:00 +2017/11/28 21:00:00 +2017/11/28 22:00:00 +2017/11/28 23:00:00 +2017/11/29 00:00:00 +2017/11/29 01:00:00 +2017/11/29 02:00:00 +2017/11/29 03:00:00 +2017/11/29 04:00:00 +2017/11/29 05:00:00 +2017/11/29 06:00:00 +2017/11/29 07:00:00 +2017/11/29 08:00:00 +2017/11/29 09:00:00 +2017/11/29 10:00:00 +2017/11/29 11:00:00 +2017/11/29 12:00:00 +2017/11/29 13:00:00 +2017/11/29 14:00:00 +2017/11/29 15:00:00 +2017/11/29 16:00:00 +2017/11/29 17:00:00 +2017/11/29 18:00:00 +2017/11/29 19:00:00 +2017/11/29 20:00:00 +2017/11/29 21:00:00 +2017/11/29 22:00:00 +2017/11/29 23:00:00 +2017/11/30 00:00:00 +2017/11/30 01:00:00 +2017/11/30 02:00:00 +2017/11/30 03:00:00 +2017/11/30 04:00:00 +2017/11/30 05:00:00 +2017/11/30 06:00:00 +2017/11/30 07:00:00 +2017/11/30 08:00:00 +2017/11/30 09:00:00 +2017/11/30 10:00:00 +2017/11/30 11:00:00 +2017/11/30 12:00:00 +2017/11/30 13:00:00 +2017/11/30 14:00:00 +2017/11/30 15:00:00 +2017/11/30 16:00:00 +2017/11/30 17:00:00 +2017/11/30 18:00:00 +2017/11/30 19:00:00 +2017/11/30 20:00:00 +2017/11/30 21:00:00 +2017/11/30 22:00:00 +2017/11/30 23:00:00 +2017/12/01 00:00:00 +2017/12/01 01:00:00 +2017/12/01 02:00:00 +2017/12/01 03:00:00 +2017/12/01 04:00:00 +2017/12/01 05:00:00 +2017/12/01 06:00:00 +2017/12/01 07:00:00 +2017/12/01 08:00:00 +2017/12/01 09:00:00 +2017/12/01 10:00:00 +2017/12/01 11:00:00 +2017/12/01 12:00:00 +2017/12/01 13:00:00 +2017/12/01 14:00:00 +2017/12/01 15:00:00 +2017/12/01 16:00:00 +2017/12/01 17:00:00 +2017/12/01 18:00:00 +2017/12/01 19:00:00 +2017/12/01 20:00:00 +2017/12/01 21:00:00 +2017/12/01 22:00:00 +2017/12/01 23:00:00 +2017/12/02 00:00:00 +2017/12/02 01:00:00 +2017/12/02 02:00:00 +2017/12/02 03:00:00 +2017/12/02 04:00:00 +2017/12/02 05:00:00 +2017/12/02 06:00:00 +2017/12/02 07:00:00 +2017/12/02 08:00:00 +2017/12/02 09:00:00 +2017/12/02 10:00:00 +2017/12/02 11:00:00 +2017/12/02 12:00:00 +2017/12/02 13:00:00 +2017/12/02 14:00:00 +2017/12/02 15:00:00 +2017/12/02 16:00:00 +2017/12/02 17:00:00 +2017/12/02 18:00:00 +2017/12/02 19:00:00 +2017/12/02 20:00:00 +2017/12/02 21:00:00 +2017/12/02 22:00:00 +2017/12/02 23:00:00 +2017/12/03 00:00:00 +2017/12/03 01:00:00 +2017/12/03 02:00:00 +2017/12/03 03:00:00 +2017/12/03 04:00:00 +2017/12/03 05:00:00 +2017/12/03 06:00:00 +2017/12/03 07:00:00 +2017/12/03 08:00:00 +2017/12/03 09:00:00 +2017/12/03 10:00:00 +2017/12/03 11:00:00 +2017/12/03 12:00:00 +2017/12/03 13:00:00 +2017/12/03 14:00:00 +2017/12/03 15:00:00 +2017/12/03 16:00:00 +2017/12/03 17:00:00 +2017/12/03 18:00:00 +2017/12/03 19:00:00 +2017/12/03 20:00:00 +2017/12/03 21:00:00 +2017/12/03 22:00:00 +2017/12/03 23:00:00 +2017/12/04 00:00:00 +2017/12/04 01:00:00 +2017/12/04 02:00:00 +2017/12/04 03:00:00 +2017/12/04 04:00:00 +2017/12/04 05:00:00 +2017/12/04 06:00:00 +2017/12/04 07:00:00 +2017/12/04 08:00:00 +2017/12/04 09:00:00 +2017/12/04 10:00:00 +2017/12/04 11:00:00 +2017/12/04 12:00:00 +2017/12/04 13:00:00 +2017/12/04 14:00:00 +2017/12/04 15:00:00 +2017/12/04 16:00:00 +2017/12/04 17:00:00 +2017/12/04 18:00:00 +2017/12/04 19:00:00 +2017/12/04 20:00:00 +2017/12/04 21:00:00 +2017/12/04 22:00:00 +2017/12/04 23:00:00 +2017/12/05 00:00:00 +2017/12/05 01:00:00 +2017/12/05 02:00:00 +2017/12/05 03:00:00 +2017/12/05 04:00:00 +2017/12/05 05:00:00 +2017/12/05 06:00:00 +2017/12/05 07:00:00 +2017/12/05 08:00:00 +2017/12/05 09:00:00 +2017/12/05 10:00:00 +2017/12/05 11:00:00 +2017/12/05 12:00:00 +2017/12/05 13:00:00 +2017/12/05 14:00:00 +2017/12/05 15:00:00 +2017/12/05 16:00:00 +2017/12/05 17:00:00 +2017/12/05 18:00:00 +2017/12/05 19:00:00 +2017/12/05 20:00:00 +2017/12/05 21:00:00 +2017/12/05 22:00:00 +2017/12/05 23:00:00 +2017/12/06 00:00:00 +2017/12/06 01:00:00 +2017/12/06 02:00:00 +2017/12/06 03:00:00 +2017/12/06 04:00:00 +2017/12/06 05:00:00 +2017/12/06 06:00:00 +2017/12/06 07:00:00 +2017/12/06 08:00:00 +2017/12/06 09:00:00 +2017/12/06 10:00:00 +2017/12/06 11:00:00 +2017/12/06 12:00:00 +2017/12/06 13:00:00 +2017/12/06 14:00:00 +2017/12/06 15:00:00 +2017/12/06 16:00:00 +2017/12/06 17:00:00 +2017/12/06 18:00:00 +2017/12/06 19:00:00 +2017/12/06 20:00:00 +2017/12/06 21:00:00 +2017/12/06 22:00:00 +2017/12/06 23:00:00 +2017/12/07 00:00:00 +2017/12/07 01:00:00 +2017/12/07 02:00:00 +2017/12/07 03:00:00 +2017/12/07 04:00:00 +2017/12/07 05:00:00 +2017/12/07 06:00:00 +2017/12/07 07:00:00 +2017/12/07 08:00:00 +2017/12/07 09:00:00 +2017/12/07 10:00:00 +2017/12/07 11:00:00 +2017/12/07 12:00:00 +2017/12/07 13:00:00 +2017/12/07 14:00:00 +2017/12/07 15:00:00 +2017/12/07 16:00:00 +2017/12/07 17:00:00 +2017/12/07 18:00:00 +2017/12/07 19:00:00 +2017/12/07 20:00:00 +2017/12/07 21:00:00 +2017/12/07 22:00:00 +2017/12/07 23:00:00 +2017/12/08 00:00:00 +2017/12/08 01:00:00 +2017/12/08 02:00:00 +2017/12/08 03:00:00 +2017/12/08 04:00:00 +2017/12/08 05:00:00 +2017/12/08 06:00:00 +2017/12/08 07:00:00 +2017/12/08 08:00:00 +2017/12/08 09:00:00 +2017/12/08 10:00:00 +2017/12/08 11:00:00 +2017/12/08 12:00:00 +2017/12/08 13:00:00 +2017/12/08 14:00:00 +2017/12/08 15:00:00 +2017/12/08 16:00:00 +2017/12/08 17:00:00 +2017/12/08 18:00:00 +2017/12/08 19:00:00 +2017/12/08 20:00:00 +2017/12/08 21:00:00 +2017/12/08 22:00:00 +2017/12/08 23:00:00 +2017/12/09 00:00:00 +2017/12/09 01:00:00 +2017/12/09 02:00:00 +2017/12/09 03:00:00 +2017/12/09 04:00:00 +2017/12/09 05:00:00 +2017/12/09 06:00:00 +2017/12/09 07:00:00 +2017/12/09 08:00:00 +2017/12/09 09:00:00 +2017/12/09 10:00:00 +2017/12/09 11:00:00 +2017/12/09 12:00:00 +2017/12/09 13:00:00 +2017/12/09 14:00:00 +2017/12/09 15:00:00 +2017/12/09 16:00:00 +2017/12/09 17:00:00 +2017/12/09 18:00:00 +2017/12/09 19:00:00 +2017/12/09 20:00:00 +2017/12/09 21:00:00 +2017/12/09 22:00:00 +2017/12/09 23:00:00 +2017/12/10 00:00:00 +2017/12/10 01:00:00 +2017/12/10 02:00:00 +2017/12/10 03:00:00 +2017/12/10 04:00:00 +2017/12/10 05:00:00 +2017/12/10 06:00:00 +2017/12/10 07:00:00 +2017/12/10 08:00:00 +2017/12/10 09:00:00 +2017/12/10 10:00:00 +2017/12/10 11:00:00 +2017/12/10 12:00:00 +2017/12/10 13:00:00 +2017/12/10 14:00:00 +2017/12/10 15:00:00 +2017/12/10 16:00:00 +2017/12/10 17:00:00 +2017/12/10 18:00:00 +2017/12/10 19:00:00 +2017/12/10 20:00:00 +2017/12/10 21:00:00 +2017/12/10 22:00:00 +2017/12/10 23:00:00 +2017/12/11 00:00:00 +2017/12/11 01:00:00 +2017/12/11 02:00:00 +2017/12/11 03:00:00 +2017/12/11 04:00:00 +2017/12/11 05:00:00 +2017/12/11 06:00:00 +2017/12/11 07:00:00 +2017/12/11 08:00:00 +2017/12/11 09:00:00 +2017/12/11 10:00:00 +2017/12/11 11:00:00 +2017/12/11 12:00:00 +2017/12/11 13:00:00 +2017/12/11 14:00:00 +2017/12/11 15:00:00 +2017/12/11 16:00:00 +2017/12/11 17:00:00 +2017/12/11 18:00:00 +2017/12/11 19:00:00 +2017/12/11 20:00:00 +2017/12/11 21:00:00 +2017/12/11 22:00:00 +2017/12/11 23:00:00 +2017/12/12 00:00:00 +2017/12/12 01:00:00 +2017/12/12 02:00:00 +2017/12/12 03:00:00 +2017/12/12 04:00:00 +2017/12/12 05:00:00 +2017/12/12 06:00:00 +2017/12/12 07:00:00 +2017/12/12 08:00:00 +2017/12/12 09:00:00 +2017/12/12 10:00:00 +2017/12/12 11:00:00 +2017/12/12 12:00:00 +2017/12/12 13:00:00 +2017/12/12 14:00:00 +2017/12/12 15:00:00 +2017/12/12 16:00:00 +2017/12/12 17:00:00 +2017/12/12 18:00:00 +2017/12/12 19:00:00 +2017/12/12 20:00:00 +2017/12/12 21:00:00 +2017/12/12 22:00:00 +2017/12/12 23:00:00 +2017/12/13 00:00:00 +2017/12/13 01:00:00 +2017/12/13 02:00:00 +2017/12/13 03:00:00 +2017/12/13 04:00:00 +2017/12/13 05:00:00 +2017/12/13 06:00:00 +2017/12/13 07:00:00 +2017/12/13 08:00:00 +2017/12/13 09:00:00 +2017/12/13 10:00:00 +2017/12/13 11:00:00 +2017/12/13 12:00:00 +2017/12/13 13:00:00 +2017/12/13 14:00:00 +2017/12/13 15:00:00 +2017/12/13 16:00:00 +2017/12/13 17:00:00 +2017/12/13 18:00:00 +2017/12/13 19:00:00 +2017/12/13 20:00:00 +2017/12/13 21:00:00 +2017/12/13 22:00:00 +2017/12/13 23:00:00 +2017/12/14 00:00:00 +2017/12/14 01:00:00 +2017/12/14 02:00:00 +2017/12/14 03:00:00 +2017/12/14 04:00:00 +2017/12/14 05:00:00 +2017/12/14 06:00:00 +2017/12/14 07:00:00 +2017/12/14 08:00:00 +2017/12/14 09:00:00 +2017/12/14 10:00:00 +2017/12/14 11:00:00 +2017/12/14 12:00:00 +2017/12/14 13:00:00 +2017/12/14 14:00:00 +2017/12/14 15:00:00 +2017/12/14 16:00:00 +2017/12/14 17:00:00 +2017/12/14 18:00:00 +2017/12/14 19:00:00 +2017/12/14 20:00:00 +2017/12/14 21:00:00 +2017/12/14 22:00:00 +2017/12/14 23:00:00 +2017/12/15 00:00:00 +2017/12/15 01:00:00 +2017/12/15 02:00:00 +2017/12/15 03:00:00 +2017/12/15 04:00:00 +2017/12/15 05:00:00 +2017/12/15 06:00:00 +2017/12/15 07:00:00 +2017/12/15 08:00:00 +2017/12/15 09:00:00 +2017/12/15 10:00:00 +2017/12/15 11:00:00 +2017/12/15 12:00:00 +2017/12/15 13:00:00 +2017/12/15 14:00:00 +2017/12/15 15:00:00 +2017/12/15 16:00:00 +2017/12/15 17:00:00 +2017/12/15 18:00:00 +2017/12/15 19:00:00 +2017/12/15 20:00:00 +2017/12/15 21:00:00 +2017/12/15 22:00:00 +2017/12/15 23:00:00 +2017/12/16 00:00:00 +2017/12/16 01:00:00 +2017/12/16 02:00:00 +2017/12/16 03:00:00 +2017/12/16 04:00:00 +2017/12/16 05:00:00 +2017/12/16 06:00:00 +2017/12/16 07:00:00 +2017/12/16 08:00:00 +2017/12/16 09:00:00 +2017/12/16 10:00:00 +2017/12/16 11:00:00 +2017/12/16 12:00:00 +2017/12/16 13:00:00 +2017/12/16 14:00:00 +2017/12/16 15:00:00 +2017/12/16 16:00:00 +2017/12/16 17:00:00 +2017/12/16 18:00:00 +2017/12/16 19:00:00 +2017/12/16 20:00:00 +2017/12/16 21:00:00 +2017/12/16 22:00:00 +2017/12/16 23:00:00 +2017/12/17 00:00:00 +2017/12/17 01:00:00 +2017/12/17 02:00:00 +2017/12/17 03:00:00 +2017/12/17 04:00:00 +2017/12/17 05:00:00 +2017/12/17 06:00:00 +2017/12/17 07:00:00 +2017/12/17 08:00:00 +2017/12/17 09:00:00 +2017/12/17 10:00:00 +2017/12/17 11:00:00 +2017/12/17 12:00:00 +2017/12/17 13:00:00 +2017/12/17 14:00:00 +2017/12/17 15:00:00 +2017/12/17 16:00:00 +2017/12/17 17:00:00 +2017/12/17 18:00:00 +2017/12/17 19:00:00 +2017/12/17 20:00:00 +2017/12/17 21:00:00 +2017/12/17 22:00:00 +2017/12/17 23:00:00 +2017/12/18 00:00:00 +2017/12/18 01:00:00 +2017/12/18 02:00:00 +2017/12/18 03:00:00 +2017/12/18 04:00:00 +2017/12/18 05:00:00 +2017/12/18 06:00:00 +2017/12/18 07:00:00 +2017/12/18 08:00:00 +2017/12/18 09:00:00 +2017/12/18 10:00:00 +2017/12/18 11:00:00 +2017/12/18 12:00:00 +2017/12/18 13:00:00 +2017/12/18 14:00:00 +2017/12/18 15:00:00 +2017/12/18 16:00:00 +2017/12/18 17:00:00 +2017/12/18 18:00:00 +2017/12/18 19:00:00 +2017/12/18 20:00:00 +2017/12/18 21:00:00 +2017/12/18 22:00:00 +2017/12/18 23:00:00 +2017/12/19 00:00:00 +2017/12/19 01:00:00 +2017/12/19 02:00:00 +2017/12/19 03:00:00 +2017/12/19 04:00:00 +2017/12/19 05:00:00 +2017/12/19 06:00:00 +2017/12/19 07:00:00 +2017/12/19 08:00:00 +2017/12/19 09:00:00 +2017/12/19 10:00:00 +2017/12/19 11:00:00 +2017/12/19 12:00:00 +2017/12/19 13:00:00 +2017/12/19 14:00:00 +2017/12/19 15:00:00 +2017/12/19 16:00:00 +2017/12/19 17:00:00 +2017/12/19 18:00:00 +2017/12/19 19:00:00 +2017/12/19 20:00:00 +2017/12/19 21:00:00 +2017/12/19 22:00:00 +2017/12/19 23:00:00 +2017/12/20 00:00:00 +2017/12/20 01:00:00 +2017/12/20 02:00:00 +2017/12/20 03:00:00 +2017/12/20 04:00:00 +2017/12/20 05:00:00 +2017/12/20 06:00:00 +2017/12/20 07:00:00 +2017/12/20 08:00:00 +2017/12/20 09:00:00 +2017/12/20 10:00:00 +2017/12/20 11:00:00 +2017/12/20 12:00:00 +2017/12/20 13:00:00 +2017/12/20 14:00:00 +2017/12/20 15:00:00 +2017/12/20 16:00:00 +2017/12/20 17:00:00 +2017/12/20 18:00:00 +2017/12/20 19:00:00 +2017/12/20 20:00:00 +2017/12/20 21:00:00 +2017/12/20 22:00:00 +2017/12/20 23:00:00 +2017/12/21 00:00:00 +2017/12/21 01:00:00 +2017/12/21 02:00:00 +2017/12/21 03:00:00 +2017/12/21 04:00:00 +2017/12/21 05:00:00 +2017/12/21 06:00:00 +2017/12/21 07:00:00 +2017/12/21 08:00:00 +2017/12/21 09:00:00 +2017/12/21 10:00:00 +2017/12/21 11:00:00 +2017/12/21 12:00:00 +2017/12/21 13:00:00 +2017/12/21 14:00:00 +2017/12/21 15:00:00 +2017/12/21 16:00:00 +2017/12/21 17:00:00 +2017/12/21 18:00:00 +2017/12/21 19:00:00 +2017/12/21 20:00:00 +2017/12/21 21:00:00 +2017/12/21 22:00:00 +2017/12/21 23:00:00 +2017/12/22 00:00:00 +2017/12/22 01:00:00 +2017/12/22 02:00:00 +2017/12/22 03:00:00 +2017/12/22 04:00:00 +2017/12/22 05:00:00 +2017/12/22 06:00:00 +2017/12/22 07:00:00 +2017/12/22 08:00:00 +2017/12/22 09:00:00 +2017/12/22 10:00:00 +2017/12/22 11:00:00 +2017/12/22 12:00:00 +2017/12/22 13:00:00 +2017/12/22 14:00:00 +2017/12/22 15:00:00 +2017/12/22 16:00:00 +2017/12/22 17:00:00 +2017/12/22 18:00:00 +2017/12/22 19:00:00 +2017/12/22 20:00:00 +2017/12/22 21:00:00 +2017/12/22 22:00:00 +2017/12/22 23:00:00 +2017/12/23 00:00:00 +2017/12/23 01:00:00 +2017/12/23 02:00:00 +2017/12/23 03:00:00 +2017/12/23 04:00:00 +2017/12/23 05:00:00 +2017/12/23 06:00:00 +2017/12/23 07:00:00 +2017/12/23 08:00:00 +2017/12/23 09:00:00 +2017/12/23 10:00:00 +2017/12/23 11:00:00 +2017/12/23 12:00:00 +2017/12/23 13:00:00 +2017/12/23 14:00:00 +2017/12/23 15:00:00 +2017/12/23 16:00:00 +2017/12/23 17:00:00 +2017/12/23 18:00:00 +2017/12/23 19:00:00 +2017/12/23 20:00:00 +2017/12/23 21:00:00 +2017/12/23 22:00:00 +2017/12/23 23:00:00 +2017/12/24 00:00:00 +2017/12/24 01:00:00 +2017/12/24 02:00:00 +2017/12/24 03:00:00 +2017/12/24 04:00:00 +2017/12/24 05:00:00 +2017/12/24 06:00:00 +2017/12/24 07:00:00 +2017/12/24 08:00:00 +2017/12/24 09:00:00 +2017/12/24 10:00:00 +2017/12/24 11:00:00 +2017/12/24 12:00:00 +2017/12/24 13:00:00 +2017/12/24 14:00:00 +2017/12/24 15:00:00 +2017/12/24 16:00:00 +2017/12/24 17:00:00 +2017/12/24 18:00:00 +2017/12/24 19:00:00 +2017/12/24 20:00:00 +2017/12/24 21:00:00 +2017/12/24 22:00:00 +2017/12/24 23:00:00 +2017/12/25 00:00:00 +2017/12/25 01:00:00 +2017/12/25 02:00:00 +2017/12/25 03:00:00 +2017/12/25 04:00:00 +2017/12/25 05:00:00 +2017/12/25 06:00:00 +2017/12/25 07:00:00 +2017/12/25 08:00:00 +2017/12/25 09:00:00 +2017/12/25 10:00:00 +2017/12/25 11:00:00 +2017/12/25 12:00:00 +2017/12/25 13:00:00 +2017/12/25 14:00:00 +2017/12/25 15:00:00 +2017/12/25 16:00:00 +2017/12/25 17:00:00 +2017/12/25 18:00:00 +2017/12/25 19:00:00 +2017/12/25 20:00:00 +2017/12/25 21:00:00 +2017/12/25 22:00:00 +2017/12/25 23:00:00 +2017/12/26 00:00:00 +2017/12/26 01:00:00 +2017/12/26 02:00:00 +2017/12/26 03:00:00 +2017/12/26 04:00:00 +2017/12/26 05:00:00 +2017/12/26 06:00:00 +2017/12/26 07:00:00 +2017/12/26 08:00:00 +2017/12/26 09:00:00 +2017/12/26 10:00:00 +2017/12/26 11:00:00 +2017/12/26 12:00:00 +2017/12/26 13:00:00 +2017/12/26 14:00:00 +2017/12/26 15:00:00 +2017/12/26 16:00:00 +2017/12/26 17:00:00 +2017/12/26 18:00:00 +2017/12/26 19:00:00 +2017/12/26 20:00:00 +2017/12/26 21:00:00 +2017/12/26 22:00:00 +2017/12/26 23:00:00 +2017/12/27 00:00:00 +2017/12/27 01:00:00 +2017/12/27 02:00:00 +2017/12/27 03:00:00 +2017/12/27 04:00:00 +2017/12/27 05:00:00 +2017/12/27 06:00:00 +2017/12/27 07:00:00 +2017/12/27 08:00:00 +2017/12/27 09:00:00 +2017/12/27 10:00:00 +2017/12/27 11:00:00 +2017/12/27 12:00:00 +2017/12/27 13:00:00 +2017/12/27 14:00:00 +2017/12/27 15:00:00 +2017/12/27 16:00:00 +2017/12/27 17:00:00 +2017/12/27 18:00:00 +2017/12/27 19:00:00 +2017/12/27 20:00:00 +2017/12/27 21:00:00 +2017/12/27 22:00:00 +2017/12/27 23:00:00 +2017/12/28 00:00:00 +2017/12/28 01:00:00 +2017/12/28 02:00:00 +2017/12/28 03:00:00 +2017/12/28 04:00:00 +2017/12/28 05:00:00 +2017/12/28 06:00:00 +2017/12/28 07:00:00 +2017/12/28 08:00:00 +2017/12/28 09:00:00 +2017/12/28 10:00:00 +2017/12/28 11:00:00 +2017/12/28 12:00:00 +2017/12/28 13:00:00 +2017/12/28 14:00:00 +2017/12/28 15:00:00 +2017/12/28 16:00:00 +2017/12/28 17:00:00 +2017/12/28 18:00:00 +2017/12/28 19:00:00 +2017/12/28 20:00:00 +2017/12/28 21:00:00 +2017/12/28 22:00:00 +2017/12/28 23:00:00 +2017/12/29 00:00:00 +2017/12/29 01:00:00 +2017/12/29 02:00:00 +2017/12/29 03:00:00 +2017/12/29 04:00:00 +2017/12/29 05:00:00 +2017/12/29 06:00:00 +2017/12/29 07:00:00 +2017/12/29 08:00:00 +2017/12/29 09:00:00 +2017/12/29 10:00:00 +2017/12/29 11:00:00 +2017/12/29 12:00:00 +2017/12/29 13:00:00 +2017/12/29 14:00:00 +2017/12/29 15:00:00 +2017/12/29 16:00:00 +2017/12/29 17:00:00 +2017/12/29 18:00:00 +2017/12/29 19:00:00 +2017/12/29 20:00:00 +2017/12/29 21:00:00 +2017/12/29 22:00:00 +2017/12/29 23:00:00 +2017/12/30 00:00:00 +2017/12/30 01:00:00 +2017/12/30 02:00:00 +2017/12/30 03:00:00 +2017/12/30 04:00:00 +2017/12/30 05:00:00 +2017/12/30 06:00:00 +2017/12/30 07:00:00 +2017/12/30 08:00:00 +2017/12/30 09:00:00 +2017/12/30 10:00:00 +2017/12/30 11:00:00 +2017/12/30 12:00:00 +2017/12/30 13:00:00 +2017/12/30 14:00:00 +2017/12/30 15:00:00 +2017/12/30 16:00:00 +2017/12/30 17:00:00 +2017/12/30 18:00:00 +2017/12/30 19:00:00 +2017/12/30 20:00:00 +2017/12/30 21:00:00 +2017/12/30 22:00:00 +2017/12/30 23:00:00 +2017/12/31 00:00:00 +2017/12/31 01:00:00 +2017/12/31 02:00:00 +2017/12/31 03:00:00 +2017/12/31 04:00:00 +2017/12/31 05:00:00 +2017/12/31 06:00:00 +2017/12/31 07:00:00 +2017/12/31 08:00:00 +2017/12/31 09:00:00 +2017/12/31 10:00:00 +2017/12/31 11:00:00 +2017/12/31 12:00:00 +2017/12/31 13:00:00 +2017/12/31 14:00:00 +2017/12/31 15:00:00 +2017/12/31 16:00:00 +2017/12/31 17:00:00 +2017/12/31 18:00:00 +2017/12/31 19:00:00 +2017/12/31 20:00:00 +2017/12/31 21:00:00 +2017/12/31 22:00:00 +2017/12/31 23:00:00 +2018/01/01 00:00:00 diff --git a/example/run/baseline_scenario/opendss/results/Features/1.csv b/example/run/baseline_scenario/opendss/results/Features/1.csv new file mode 100644 index 0000000..662cc78 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/1.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.9907,False,False +2017/01/15 07:00:00,0.98511,False,False +2017/01/15 13:00:00,0.99002,False,False +2017/01/15 19:00:00,0.98406,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/10.csv b/example/run/baseline_scenario/opendss/results/Features/10.csv new file mode 100644 index 0000000..474dac8 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/10.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98964,False,False +2017/01/15 07:00:00,0.98299,False,False +2017/01/15 13:00:00,0.98848,False,False +2017/01/15 19:00:00,0.982,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/11.csv b/example/run/baseline_scenario/opendss/results/Features/11.csv new file mode 100644 index 0000000..e429530 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/11.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.97849,False,False +2017/01/15 07:00:00,0.96175,False,False +2017/01/15 13:00:00,0.9773,False,False +2017/01/15 19:00:00,0.9599,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/12.csv b/example/run/baseline_scenario/opendss/results/Features/12.csv new file mode 100644 index 0000000..a26309b --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/12.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.99246,False,False +2017/01/15 07:00:00,0.98753,False,False +2017/01/15 13:00:00,0.99173,False,False +2017/01/15 19:00:00,0.98673,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/13.csv b/example/run/baseline_scenario/opendss/results/Features/13.csv new file mode 100644 index 0000000..9121be4 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/13.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.99243,False,False +2017/01/15 07:00:00,0.98753,False,False +2017/01/15 13:00:00,0.99168,False,False +2017/01/15 19:00:00,0.98674,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/2.csv b/example/run/baseline_scenario/opendss/results/Features/2.csv new file mode 100644 index 0000000..951f28c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/2.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.97805,False,False +2017/01/15 07:00:00,0.95544,False,False +2017/01/15 13:00:00,0.97696,False,False +2017/01/15 19:00:00,0.95602,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/3.csv b/example/run/baseline_scenario/opendss/results/Features/3.csv new file mode 100644 index 0000000..c6ecf94 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/3.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98881,False,False +2017/01/15 07:00:00,0.98173,False,False +2017/01/15 13:00:00,0.98728,False,False +2017/01/15 19:00:00,0.98062,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/4.csv b/example/run/baseline_scenario/opendss/results/Features/4.csv new file mode 100644 index 0000000..7a0475a --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/4.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98007,False,False +2017/01/15 07:00:00,0.96485,False,False +2017/01/15 13:00:00,0.97884,False,False +2017/01/15 19:00:00,0.96316,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/5.csv b/example/run/baseline_scenario/opendss/results/Features/5.csv new file mode 100644 index 0000000..fe2c4f8 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/5.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98804,False,False +2017/01/15 07:00:00,0.9811,False,False +2017/01/15 13:00:00,0.98615,False,False +2017/01/15 19:00:00,0.98003,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/6.csv b/example/run/baseline_scenario/opendss/results/Features/6.csv new file mode 100644 index 0000000..62b31e0 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/6.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98795,False,False +2017/01/15 07:00:00,0.98107,False,False +2017/01/15 13:00:00,0.98605,False,False +2017/01/15 19:00:00,0.97999,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/7.csv b/example/run/baseline_scenario/opendss/results/Features/7.csv new file mode 100644 index 0000000..44f49bd --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/7.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.9617,False,False +2017/01/15 07:00:00,0.94145,False,True +2017/01/15 13:00:00,0.95278,False,False +2017/01/15 19:00:00,0.94509,False,True diff --git a/example/run/baseline_scenario/opendss/results/Features/8.csv b/example/run/baseline_scenario/opendss/results/Features/8.csv new file mode 100644 index 0000000..aafccd2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/8.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98897,False,False +2017/01/15 07:00:00,0.98203,False,False +2017/01/15 13:00:00,0.9874,False,False +2017/01/15 19:00:00,0.98092,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/9.csv b/example/run/baseline_scenario/opendss/results/Features/9.csv new file mode 100644 index 0000000..f702ecd --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Features/9.csv @@ -0,0 +1,5 @@ +Datetime,p.u. voltage,overvoltage,undervoltage +2017/01/15 01:00:00,0.98895,False,False +2017/01/15 07:00:00,0.98197,False,False +2017/01/15 13:00:00,0.98738,False,False +2017/01/15 19:00:00,0.98086,False,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv new file mode 100644 index 0000000..52d1281 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03075,False +2017/01/15 07:00:00,0.04547,False +2017/01/15 13:00:00,0.0395,False +2017/01/15 19:00:00,0.04649,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv new file mode 100644 index 0000000..a84e792 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.50762,False +2017/01/15 07:00:00,0.82896,False +2017/01/15 13:00:00,0.55773,False +2017/01/15 19:00:00,0.88046,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv new file mode 100644 index 0000000..1fade7d --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.30896,False +2017/01/15 07:00:00,0.50144,False +2017/01/15 13:00:00,0.35445,False +2017/01/15 19:00:00,0.52542,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv new file mode 100644 index 0000000..1d481b1 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.15817,False +2017/01/15 07:00:00,0.22291,False +2017/01/15 13:00:00,0.15403,False +2017/01/15 19:00:00,0.24479,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv new file mode 100644 index 0000000..e619e47 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.30896,False +2017/01/15 07:00:00,0.50143,False +2017/01/15 13:00:00,0.35445,False +2017/01/15 19:00:00,0.52542,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv new file mode 100644 index 0000000..0c39508 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.19871,False +2017/01/15 07:00:00,0.32754,False +2017/01/15 13:00:00,0.20333,False +2017/01/15 19:00:00,0.35506,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv new file mode 100644 index 0000000..625a5f2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.1443,False +2017/01/15 07:00:00,0.20206,False +2017/01/15 13:00:00,0.1363,False +2017/01/15 19:00:00,0.22614,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv new file mode 100644 index 0000000..4aedd50 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.37269,False +2017/01/15 07:00:00,0.5589,False +2017/01/15 13:00:00,0.47622,False +2017/01/15 19:00:00,0.49993,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv new file mode 100644 index 0000000..99471a4 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.12527,False +2017/01/15 07:00:00,0.29608,False +2017/01/15 13:00:00,0.12444,False +2017/01/15 19:00:00,0.27956,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv new file mode 100644 index 0000000..df276ab --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.05026,False +2017/01/15 07:00:00,0.08726,False +2017/01/15 13:00:00,0.049,False +2017/01/15 19:00:00,0.08892,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv new file mode 100644 index 0000000..250357f --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00964,False +2017/01/15 07:00:00,0.00744,False +2017/01/15 13:00:00,0.01427,False +2017/01/15 19:00:00,0.00697,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv new file mode 100644 index 0000000..63e18ab --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00468,False +2017/01/15 07:00:00,0.01105,False +2017/01/15 13:00:00,0.00464,False +2017/01/15 19:00:00,0.01043,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv new file mode 100644 index 0000000..b6ac4df --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02808,False +2017/01/15 07:00:00,0.04927,False +2017/01/15 13:00:00,0.0447,False +2017/01/15 19:00:00,0.05537,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv new file mode 100644 index 0000000..8eea8fa --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03371,False +2017/01/15 07:00:00,0.05625,False +2017/01/15 13:00:00,0.03261,False +2017/01/15 19:00:00,0.05685,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv new file mode 100644 index 0000000..29f0021 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.21407,False +2017/01/15 07:00:00,0.41394,False +2017/01/15 13:00:00,0.20689,False +2017/01/15 19:00:00,0.42925,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv new file mode 100644 index 0000000..ac32c10 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.20789,False +2017/01/15 07:00:00,0.40144,False +2017/01/15 13:00:00,0.20083,False +2017/01/15 19:00:00,0.41522,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv new file mode 100644 index 0000000..e5dfbcb --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01215,False +2017/01/15 07:00:00,0.00885,False +2017/01/15 13:00:00,0.01749,False +2017/01/15 19:00:00,0.00846,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv new file mode 100644 index 0000000..3d316a2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01656,False +2017/01/15 07:00:00,0.03104,False +2017/01/15 13:00:00,0.0164,False +2017/01/15 19:00:00,0.0321,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46.csv new file mode 100644 index 0000000..9064709 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_46.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02636,False +2017/01/15 03:00:00,0.03598,False +2017/01/15 05:00:00,0.05022,False +2017/01/15 07:00:00,0.06541,False +2017/01/15 09:00:00,0.07158,False +2017/01/15 11:00:00,0.06086,False +2017/01/15 13:00:00,0.0271,False +2017/01/15 15:00:00,0.04228,False +2017/01/15 17:00:00,0.07956,False +2017/01/15 19:00:00,0.08747,False +2017/01/15 21:00:00,0.09506,False +2017/01/15 23:00:00,0.06928,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53.csv new file mode 100644 index 0000000..5b14423 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.breaker(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_53.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03917,False +2017/01/15 03:00:00,0.05063,False +2017/01/15 05:00:00,0.07245,False +2017/01/15 07:00:00,0.0956,False +2017/01/15 09:00:00,0.0949,False +2017/01/15 11:00:00,0.08857,False +2017/01/15 13:00:00,0.03787,False +2017/01/15 15:00:00,0.05301,False +2017/01/15 17:00:00,0.10327,False +2017/01/15 19:00:00,0.1129,False +2017/01/15 21:00:00,0.11931,False +2017/01/15 23:00:00,0.09661,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv new file mode 100644 index 0000000..bc8355c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01391,False +2017/01/15 07:00:00,0.02086,False +2017/01/15 13:00:00,0.01778,False +2017/01/15 19:00:00,0.01866,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv new file mode 100644 index 0000000..369203c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00982,False +2017/01/15 07:00:00,0.05918,False +2017/01/15 13:00:00,0.00983,False +2017/01/15 19:00:00,0.0638,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv new file mode 100644 index 0000000..e8d3e12 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.0512,False +2017/01/15 07:00:00,0.05669,False +2017/01/15 13:00:00,0.09523,False +2017/01/15 19:00:00,0.06878,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv new file mode 100644 index 0000000..c214934 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.17479,False +2017/01/15 07:00:00,0.29733,False +2017/01/15 13:00:00,0.16091,False +2017/01/15 19:00:00,0.30207,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv new file mode 100644 index 0000000..fc9bf26 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.12951,False +2017/01/15 07:00:00,0.19316,False +2017/01/15 13:00:00,0.18891,False +2017/01/15 19:00:00,0.21301,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r10_28-dt0).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r10_28-dt0).csv new file mode 100644 index 0000000..601570a --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r10_28-dt0).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.16577,False +2017/01/15 03:00:00,0.27128,False +2017/01/15 05:00:00,0.40939,False +2017/01/15 07:00:00,0.5549,False +2017/01/15 09:00:00,0.5606,False +2017/01/15 11:00:00,0.51185,False +2017/01/15 13:00:00,0.17257,False +2017/01/15 15:00:00,0.2834,False +2017/01/15 17:00:00,0.54214,False +2017/01/15 19:00:00,0.60143,False +2017/01/15 21:00:00,0.67818,False +2017/01/15 23:00:00,0.54131,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r11_0-dt3lv).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r11_0-dt3lv).csv new file mode 100644 index 0000000..2b45c79 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r11_0-dt3lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.04902,False +2017/01/15 03:00:00,0.1581,False +2017/01/15 05:00:00,0.31751,False +2017/01/15 07:00:00,0.42321,False +2017/01/15 09:00:00,0.46943,False +2017/01/15 11:00:00,0.39385,False +2017/01/15 13:00:00,0.04913,False +2017/01/15 15:00:00,0.16045,False +2017/01/15 17:00:00,0.38542,False +2017/01/15 19:00:00,0.43549,False +2017/01/15 21:00:00,0.49901,False +2017/01/15 23:00:00,0.42168,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-13_4).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-13_4).csv new file mode 100644 index 0000000..26d94ee --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-13_4).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.04229,False +2017/01/15 03:00:00,0.03916,False +2017/01/15 05:00:00,0.06251,False +2017/01/15 07:00:00,0.0394,False +2017/01/15 09:00:00,0.06926,False +2017/01/15 11:00:00,0.10392,False +2017/01/15 13:00:00,0.03799,False +2017/01/15 15:00:00,0.0456,False +2017/01/15 17:00:00,0.06024,False +2017/01/15 19:00:00,0.03962,False +2017/01/15 21:00:00,0.07188,False +2017/01/15 23:00:00,0.11262,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-dt0).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-dt0).csv new file mode 100644 index 0000000..4170b3b --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r12_20-dt0).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.06448,False +2017/01/15 03:00:00,0.05673,False +2017/01/15 05:00:00,0.1058,False +2017/01/15 07:00:00,0.15765,False +2017/01/15 09:00:00,0.16226,False +2017/01/15 11:00:00,0.15931,False +2017/01/15 13:00:00,0.05882,False +2017/01/15 15:00:00,0.06722,False +2017/01/15 17:00:00,0.13678,False +2017/01/15 19:00:00,0.15901,False +2017/01/15 21:00:00,0.20592,False +2017/01/15 23:00:00,0.16774,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-7_7).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-7_7).csv new file mode 100644 index 0000000..fb1959b --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-7_7).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,1e-05,False +2017/01/15 03:00:00,1e-05,False +2017/01/15 05:00:00,1e-05,False +2017/01/15 07:00:00,1e-05,False +2017/01/15 09:00:00,1e-05,False +2017/01/15 11:00:00,1e-05,False +2017/01/15 13:00:00,1e-05,False +2017/01/15 15:00:00,1e-05,False +2017/01/15 17:00:00,1e-05,False +2017/01/15 19:00:00,1e-05,False +2017/01/15 21:00:00,1e-05,False +2017/01/15 23:00:00,1e-05,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt2).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt2).csv new file mode 100644 index 0000000..c8a6a05 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt2).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.16767,False +2017/01/15 03:00:00,0.16217,False +2017/01/15 05:00:00,0.15596,False +2017/01/15 07:00:00,0.15282,False +2017/01/15 09:00:00,0.15167,False +2017/01/15 11:00:00,0.15355,False +2017/01/15 13:00:00,0.16763,False +2017/01/15 15:00:00,0.16193,False +2017/01/15 17:00:00,0.15344,False +2017/01/15 19:00:00,0.1521,False +2017/01/15 21:00:00,0.15068,False +2017/01/15 23:00:00,0.15268,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt3).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt3).csv new file mode 100644 index 0000000..9c2d123 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r1_27-dt3).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.23081,False +2017/01/15 03:00:00,0.25095,False +2017/01/15 05:00:00,0.31331,False +2017/01/15 07:00:00,0.39907,False +2017/01/15 09:00:00,0.43391,False +2017/01/15 11:00:00,0.373,False +2017/01/15 13:00:00,0.23019,False +2017/01/15 15:00:00,0.25506,False +2017/01/15 17:00:00,0.42245,False +2017/01/15 19:00:00,0.46952,False +2017/01/15 21:00:00,0.48662,False +2017/01/15 23:00:00,0.40467,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r2_0-dt0lv).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r2_0-dt0lv).csv new file mode 100644 index 0000000..61ad094 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r2_0-dt0lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03508,False +2017/01/15 03:00:00,0.1061,False +2017/01/15 05:00:00,0.21734,False +2017/01/15 07:00:00,0.27644,False +2017/01/15 09:00:00,0.30823,False +2017/01/15 11:00:00,0.26057,False +2017/01/15 13:00:00,0.03508,False +2017/01/15 15:00:00,0.10747,False +2017/01/15 17:00:00,0.25091,False +2017/01/15 19:00:00,0.27884,False +2017/01/15 21:00:00,0.32144,False +2017/01/15 23:00:00,0.27899,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-8_10).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-8_10).csv new file mode 100644 index 0000000..0929c98 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-8_10).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.17291,False +2017/01/15 03:00:00,0.21325,False +2017/01/15 05:00:00,0.29799,False +2017/01/15 07:00:00,0.3972,False +2017/01/15 09:00:00,0.43666,False +2017/01/15 11:00:00,0.36735,False +2017/01/15 13:00:00,0.173,False +2017/01/15 15:00:00,0.21805,False +2017/01/15 17:00:00,0.40604,False +2017/01/15 19:00:00,0.45762,False +2017/01/15 21:00:00,0.48635,False +2017/01/15 23:00:00,0.40004,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-dt3).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-dt3).csv new file mode 100644 index 0000000..4a4dae4 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r3_14-dt3).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.2307,False +2017/01/15 03:00:00,0.25637,False +2017/01/15 05:00:00,0.33066,False +2017/01/15 07:00:00,0.42631,False +2017/01/15 09:00:00,0.46513,False +2017/01/15 11:00:00,0.39753,False +2017/01/15 13:00:00,0.23025,False +2017/01/15 15:00:00,0.26096,False +2017/01/15 17:00:00,0.44786,False +2017/01/15 19:00:00,0.49922,False +2017/01/15 21:00:00,0.52097,False +2017/01/15 23:00:00,0.43198,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r4_3-dt1lv).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r4_3-dt1lv).csv new file mode 100644 index 0000000..b25bf7d --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r4_3-dt1lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.04781,False +2017/01/15 03:00:00,0.15462,False +2017/01/15 05:00:00,0.31169,False +2017/01/15 07:00:00,0.41694,False +2017/01/15 09:00:00,0.46363,False +2017/01/15 11:00:00,0.38793,False +2017/01/15 13:00:00,0.04782,False +2017/01/15 15:00:00,0.15694,False +2017/01/15 17:00:00,0.37928,False +2017/01/15 19:00:00,0.4293,False +2017/01/15 21:00:00,0.4935,False +2017/01/15 23:00:00,0.41576,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r5_0-dt1lv).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r5_0-dt1lv).csv new file mode 100644 index 0000000..10da02d --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r5_0-dt1lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01352,False +2017/01/15 03:00:00,0.04261,False +2017/01/15 05:00:00,0.07981,False +2017/01/15 07:00:00,0.10275,False +2017/01/15 09:00:00,0.11733,False +2017/01/15 11:00:00,0.09839,False +2017/01/15 13:00:00,0.01353,False +2017/01/15 15:00:00,0.04318,False +2017/01/15 17:00:00,0.09301,False +2017/01/15 19:00:00,0.10333,False +2017/01/15 21:00:00,0.12262,False +2017/01/15 23:00:00,0.10582,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r6_8-dt2lv).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r6_8-dt2lv).csv new file mode 100644 index 0000000..9911975 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r6_8-dt2lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01645,False +2017/01/15 03:00:00,0.05153,False +2017/01/15 05:00:00,0.10308,False +2017/01/15 07:00:00,0.13089,False +2017/01/15 09:00:00,0.14839,False +2017/01/15 11:00:00,0.12534,False +2017/01/15 13:00:00,0.01635,False +2017/01/15 15:00:00,0.05232,False +2017/01/15 17:00:00,0.11881,False +2017/01/15 19:00:00,0.13184,False +2017/01/15 21:00:00,0.15482,False +2017/01/15 23:00:00,0.13451,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r7_7-9_13).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r7_7-9_13).csv new file mode 100644 index 0000000..a1682bd --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r7_7-9_13).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02582,False +2017/01/15 03:00:00,0.02744,False +2017/01/15 05:00:00,0.0217,False +2017/01/15 07:00:00,0.02183,False +2017/01/15 09:00:00,0.02799,False +2017/01/15 11:00:00,0.02737,False +2017/01/15 13:00:00,0.03069,False +2017/01/15 15:00:00,0.04251,False +2017/01/15 17:00:00,0.08228,False +2017/01/15 19:00:00,0.08227,False +2017/01/15 21:00:00,0.0539,False +2017/01/15 23:00:00,0.03158,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv new file mode 100644 index 0000000..7360d53 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.15205,False +2017/01/15 03:00:00,0.20759,False +2017/01/15 05:00:00,0.28971,False +2017/01/15 07:00:00,0.37736,False +2017/01/15 09:00:00,0.41298,False +2017/01/15 11:00:00,0.35111,False +2017/01/15 13:00:00,0.15635,False +2017/01/15 15:00:00,0.24394,False +2017/01/15 17:00:00,0.45901,False +2017/01/15 19:00:00,0.50462,False +2017/01/15 21:00:00,0.54845,False +2017/01/15 23:00:00,0.39971,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv new file mode 100644 index 0000000..5a3bc41 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r8_10-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.15204,False +2017/01/15 03:00:00,0.20758,False +2017/01/15 05:00:00,0.28971,False +2017/01/15 07:00:00,0.37736,False +2017/01/15 09:00:00,0.41298,False +2017/01/15 11:00:00,0.35111,False +2017/01/15 13:00:00,0.15634,False +2017/01/15 15:00:00,0.24393,False +2017/01/15 17:00:00,0.45901,False +2017/01/15 19:00:00,0.50463,False +2017/01/15 21:00:00,0.54845,False +2017/01/15 23:00:00,0.39971,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(r9_13-dt0).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r9_13-dt0).csv new file mode 100644 index 0000000..c3dc74c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(r9_13-dt0).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.11658,False +2017/01/15 03:00:00,0.11828,False +2017/01/15 05:00:00,0.11578,False +2017/01/15 07:00:00,0.11882,False +2017/01/15 09:00:00,0.09919,False +2017/01/15 11:00:00,0.0973,False +2017/01/15 13:00:00,0.10418,False +2017/01/15 15:00:00,0.11607,False +2017/01/15 17:00:00,0.22637,False +2017/01/15 19:00:00,0.22789,False +2017/01/15 21:00:00,0.15425,False +2017/01/15 23:00:00,0.13022,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv new file mode 100644 index 0000000..07ac5f6 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s0.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.18377,False +2017/01/15 03:00:00,0.23745,False +2017/01/15 05:00:00,0.33977,False +2017/01/15 07:00:00,0.44828,False +2017/01/15 09:00:00,0.44499,False +2017/01/15 11:00:00,0.4153,False +2017/01/15 13:00:00,0.17766,False +2017/01/15 15:00:00,0.2486,False +2017/01/15 17:00:00,0.48424,False +2017/01/15 19:00:00,0.52938,False +2017/01/15 21:00:00,0.55942,False +2017/01/15 23:00:00,0.45301,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv new file mode 100644 index 0000000..df6b31c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt0-sub_5840ecc6-7f2b-400c-a683-528d02f140f6_12.47)_s1.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.17821,False +2017/01/15 03:00:00,0.23026,False +2017/01/15 05:00:00,0.32948,False +2017/01/15 07:00:00,0.4347,False +2017/01/15 09:00:00,0.43151,False +2017/01/15 11:00:00,0.40272,False +2017/01/15 13:00:00,0.17228,False +2017/01/15 15:00:00,0.24107,False +2017/01/15 17:00:00,0.46957,False +2017/01/15 19:00:00,0.51334,False +2017/01/15 21:00:00,0.54248,False +2017/01/15 23:00:00,0.43929,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt1-dt2).csv b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt1-dt2).csv new file mode 100644 index 0000000..c231ce2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.l(rdt1-dt2).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.08314,False +2017/01/15 03:00:00,0.07934,False +2017/01/15 05:00:00,0.07607,False +2017/01/15 07:00:00,0.07531,False +2017/01/15 09:00:00,0.07542,False +2017/01/15 11:00:00,0.0754,False +2017/01/15 13:00:00,0.08312,False +2017/01/15 15:00:00,0.0792,False +2017/01/15 17:00:00,0.07523,False +2017/01/15 19:00:00,0.07508,False +2017/01/15 21:00:00,0.07541,False +2017/01/15 23:00:00,0.07528,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_51.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_51.csv new file mode 100644 index 0000000..7cd6c27 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_51.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01822,False +2017/01/15 03:00:00,0.02983,False +2017/01/15 05:00:00,0.04502,False +2017/01/15 07:00:00,0.06103,False +2017/01/15 09:00:00,0.06165,False +2017/01/15 11:00:00,0.05629,False +2017/01/15 13:00:00,0.01897,False +2017/01/15 15:00:00,0.03116,False +2017/01/15 17:00:00,0.05962,False +2017/01/15 19:00:00,0.06614,False +2017/01/15 21:00:00,0.07459,False +2017/01/15 23:00:00,0.05953,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_52.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_52.csv new file mode 100644 index 0000000..42b20c7 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r10_28-dt0)_52.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01823,False +2017/01/15 03:00:00,0.02984,False +2017/01/15 05:00:00,0.04503,False +2017/01/15 07:00:00,0.06104,False +2017/01/15 09:00:00,0.06167,False +2017/01/15 11:00:00,0.0563,False +2017/01/15 13:00:00,0.01898,False +2017/01/15 15:00:00,0.03117,False +2017/01/15 17:00:00,0.05964,False +2017/01/15 19:00:00,0.06616,False +2017/01/15 21:00:00,0.0746,False +2017/01/15 23:00:00,0.05954,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_54.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_54.csv new file mode 100644 index 0000000..bd26d7e --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_54.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.0,False +2017/01/15 03:00:00,0.0,False +2017/01/15 05:00:00,0.0,False +2017/01/15 07:00:00,0.0,False +2017/01/15 09:00:00,0.0,False +2017/01/15 11:00:00,0.0,False +2017/01/15 13:00:00,0.0,False +2017/01/15 15:00:00,0.0,False +2017/01/15 17:00:00,0.0,False +2017/01/15 19:00:00,0.0,False +2017/01/15 21:00:00,0.0,False +2017/01/15 23:00:00,0.0,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_55.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_55.csv new file mode 100644 index 0000000..bd26d7e --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-7_7)_55.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.0,False +2017/01/15 03:00:00,0.0,False +2017/01/15 05:00:00,0.0,False +2017/01/15 07:00:00,0.0,False +2017/01/15 09:00:00,0.0,False +2017/01/15 11:00:00,0.0,False +2017/01/15 13:00:00,0.0,False +2017/01/15 15:00:00,0.0,False +2017/01/15 17:00:00,0.0,False +2017/01/15 19:00:00,0.0,False +2017/01/15 21:00:00,0.0,False +2017/01/15 23:00:00,0.0,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_38.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_38.csv new file mode 100644 index 0000000..dd8073a --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_38.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01844,False +2017/01/15 03:00:00,0.01784,False +2017/01/15 05:00:00,0.01716,False +2017/01/15 07:00:00,0.01681,False +2017/01/15 09:00:00,0.01668,False +2017/01/15 11:00:00,0.01689,False +2017/01/15 13:00:00,0.01844,False +2017/01/15 15:00:00,0.01781,False +2017/01/15 17:00:00,0.01688,False +2017/01/15 19:00:00,0.01673,False +2017/01/15 21:00:00,0.01657,False +2017/01/15 23:00:00,0.01679,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_39.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_39.csv new file mode 100644 index 0000000..5983308 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt2)_39.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01844,False +2017/01/15 03:00:00,0.01783,False +2017/01/15 05:00:00,0.01715,False +2017/01/15 07:00:00,0.0168,False +2017/01/15 09:00:00,0.01668,False +2017/01/15 11:00:00,0.01688,False +2017/01/15 13:00:00,0.01843,False +2017/01/15 15:00:00,0.0178,False +2017/01/15 17:00:00,0.01687,False +2017/01/15 19:00:00,0.01672,False +2017/01/15 21:00:00,0.01657,False +2017/01/15 23:00:00,0.01679,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_40.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_40.csv new file mode 100644 index 0000000..8751aa2 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_40.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02539,False +2017/01/15 03:00:00,0.0276,False +2017/01/15 05:00:00,0.03446,False +2017/01/15 07:00:00,0.0439,False +2017/01/15 09:00:00,0.04773,False +2017/01/15 11:00:00,0.04103,False +2017/01/15 13:00:00,0.02532,False +2017/01/15 15:00:00,0.02806,False +2017/01/15 17:00:00,0.04647,False +2017/01/15 19:00:00,0.05165,False +2017/01/15 21:00:00,0.05353,False +2017/01/15 23:00:00,0.04451,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_41.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_41.csv new file mode 100644 index 0000000..3dae1cf --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r1_27-dt3)_41.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02537,False +2017/01/15 03:00:00,0.02759,False +2017/01/15 05:00:00,0.03446,False +2017/01/15 07:00:00,0.04389,False +2017/01/15 09:00:00,0.04773,False +2017/01/15 11:00:00,0.04103,False +2017/01/15 13:00:00,0.0253,False +2017/01/15 15:00:00,0.02804,False +2017/01/15 17:00:00,0.04647,False +2017/01/15 19:00:00,0.05165,False +2017/01/15 21:00:00,0.05353,False +2017/01/15 23:00:00,0.04451,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_44.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_44.csv new file mode 100644 index 0000000..b2a6257 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_44.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02536,False +2017/01/15 03:00:00,0.03128,False +2017/01/15 05:00:00,0.04371,False +2017/01/15 07:00:00,0.05826,False +2017/01/15 09:00:00,0.06404,False +2017/01/15 11:00:00,0.05388,False +2017/01/15 13:00:00,0.02537,False +2017/01/15 15:00:00,0.03198,False +2017/01/15 17:00:00,0.05955,False +2017/01/15 19:00:00,0.06712,False +2017/01/15 21:00:00,0.07133,False +2017/01/15 23:00:00,0.05867,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_45.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_45.csv new file mode 100644 index 0000000..075b090 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-8_10)_45.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02533,False +2017/01/15 03:00:00,0.03126,False +2017/01/15 05:00:00,0.0437,False +2017/01/15 07:00:00,0.05826,False +2017/01/15 09:00:00,0.06404,False +2017/01/15 11:00:00,0.05388,False +2017/01/15 13:00:00,0.02534,False +2017/01/15 15:00:00,0.03197,False +2017/01/15 17:00:00,0.05955,False +2017/01/15 19:00:00,0.06712,False +2017/01/15 21:00:00,0.07133,False +2017/01/15 23:00:00,0.05867,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_42.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_42.csv new file mode 100644 index 0000000..1b387cf --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_42.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02538,False +2017/01/15 03:00:00,0.0282,False +2017/01/15 05:00:00,0.03637,False +2017/01/15 07:00:00,0.04689,False +2017/01/15 09:00:00,0.05116,False +2017/01/15 11:00:00,0.04373,False +2017/01/15 13:00:00,0.02533,False +2017/01/15 15:00:00,0.02871,False +2017/01/15 17:00:00,0.04926,False +2017/01/15 19:00:00,0.05491,False +2017/01/15 21:00:00,0.05731,False +2017/01/15 23:00:00,0.04752,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_43.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_43.csv new file mode 100644 index 0000000..0ac1805 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r3_14-dt3)_43.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02537,False +2017/01/15 03:00:00,0.0282,False +2017/01/15 05:00:00,0.03637,False +2017/01/15 07:00:00,0.04689,False +2017/01/15 09:00:00,0.05116,False +2017/01/15 11:00:00,0.04373,False +2017/01/15 13:00:00,0.02532,False +2017/01/15 15:00:00,0.0287,False +2017/01/15 17:00:00,0.04926,False +2017/01/15 19:00:00,0.05491,False +2017/01/15 21:00:00,0.05731,False +2017/01/15 23:00:00,0.04752,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_47.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_47.csv new file mode 100644 index 0000000..0e5ee9c --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_47.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00283,False +2017/01/15 03:00:00,0.00301,False +2017/01/15 05:00:00,0.00238,False +2017/01/15 07:00:00,0.0024,False +2017/01/15 09:00:00,0.00307,False +2017/01/15 11:00:00,0.003,False +2017/01/15 13:00:00,0.00337,False +2017/01/15 15:00:00,0.00467,False +2017/01/15 17:00:00,0.00904,False +2017/01/15 19:00:00,0.00904,False +2017/01/15 21:00:00,0.00592,False +2017/01/15 23:00:00,0.00347,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_48.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_48.csv new file mode 100644 index 0000000..99dd10f --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r7_7-9_13)_48.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00284,False +2017/01/15 03:00:00,0.00302,False +2017/01/15 05:00:00,0.00239,False +2017/01/15 07:00:00,0.0024,False +2017/01/15 09:00:00,0.00308,False +2017/01/15 11:00:00,0.00301,False +2017/01/15 13:00:00,0.00338,False +2017/01/15 15:00:00,0.00468,False +2017/01/15 17:00:00,0.00905,False +2017/01/15 19:00:00,0.00905,False +2017/01/15 21:00:00,0.00593,False +2017/01/15 23:00:00,0.00347,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_49.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_49.csv new file mode 100644 index 0000000..09cb903 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_49.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01282,False +2017/01/15 03:00:00,0.013,False +2017/01/15 05:00:00,0.01273,False +2017/01/15 07:00:00,0.01306,False +2017/01/15 09:00:00,0.0109,False +2017/01/15 11:00:00,0.01069,False +2017/01/15 13:00:00,0.01145,False +2017/01/15 15:00:00,0.01276,False +2017/01/15 17:00:00,0.02489,False +2017/01/15 19:00:00,0.02506,False +2017/01/15 21:00:00,0.01696,False +2017/01/15 23:00:00,0.01432,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_50.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_50.csv new file mode 100644 index 0000000..999bb58 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(r9_13-dt0)_50.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.01282,False +2017/01/15 03:00:00,0.01301,False +2017/01/15 05:00:00,0.01274,False +2017/01/15 07:00:00,0.01307,False +2017/01/15 09:00:00,0.01091,False +2017/01/15 11:00:00,0.0107,False +2017/01/15 13:00:00,0.01146,False +2017/01/15 15:00:00,0.01277,False +2017/01/15 17:00:00,0.0249,False +2017/01/15 19:00:00,0.02507,False +2017/01/15 21:00:00,0.01697,False +2017/01/15 23:00:00,0.01432,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_36.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_36.csv new file mode 100644 index 0000000..1d0028e --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_36.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00915,False +2017/01/15 03:00:00,0.00873,False +2017/01/15 05:00:00,0.00837,False +2017/01/15 07:00:00,0.00828,False +2017/01/15 09:00:00,0.0083,False +2017/01/15 11:00:00,0.00829,False +2017/01/15 13:00:00,0.00914,False +2017/01/15 15:00:00,0.00871,False +2017/01/15 17:00:00,0.00827,False +2017/01/15 19:00:00,0.00826,False +2017/01/15 21:00:00,0.00829,False +2017/01/15 23:00:00,0.00828,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_37.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_37.csv new file mode 100644 index 0000000..0c198f0 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.padswitch(rdt1-dt2)_37.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.00914,False +2017/01/15 03:00:00,0.00872,False +2017/01/15 05:00:00,0.00836,False +2017/01/15 07:00:00,0.00828,False +2017/01/15 09:00:00,0.00829,False +2017/01/15 11:00:00,0.00829,False +2017/01/15 13:00:00,0.00914,False +2017/01/15 15:00:00,0.00871,False +2017/01/15 17:00:00,0.00827,False +2017/01/15 19:00:00,0.00825,False +2017/01/15 21:00:00,0.00829,False +2017/01/15 23:00:00,0.00828,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv new file mode 100644 index 0000000..ffa30ec --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.23611,False +2017/01/15 07:00:00,0.44251,False +2017/01/15 13:00:00,0.23384,False +2017/01/15 19:00:00,0.45754,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv new file mode 100644 index 0000000..f65a655 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.22218,False +2017/01/15 07:00:00,0.52513,False +2017/01/15 13:00:00,0.22071,False +2017/01/15 19:00:00,0.49583,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv new file mode 100644 index 0000000..17d8df7 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv @@ -0,0 +1,5 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.1983,False +2017/01/15 07:00:00,0.29738,False +2017/01/15 13:00:00,0.25339,False +2017/01/15 19:00:00,0.26601,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.sub_5840ecc6-7f2b-400c-a683-528d02f140f6_maq1.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.sub_5840ecc6-7f2b-400c-a683-528d02f140f6_maq1.csv new file mode 100644 index 0000000..e6e29a0 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.sub_5840ecc6-7f2b-400c-a683-528d02f140f6_maq1.csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.04403,False +2017/01/15 03:00:00,0.0665,False +2017/01/15 05:00:00,0.09776,False +2017/01/15 07:00:00,0.12994,False +2017/01/15 09:00:00,0.13474,False +2017/01/15 11:00:00,0.12027,False +2017/01/15 13:00:00,0.04483,False +2017/01/15 15:00:00,0.07481,False +2017/01/15 17:00:00,0.14832,False +2017/01/15 19:00:00,0.16284,False +2017/01/15 21:00:00,0.17444,False +2017/01/15 23:00:00,0.13412,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt0-dt0lv).csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt0-dt0lv).csv new file mode 100644 index 0000000..8d905eb --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt0-dt0lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.02105,False +2017/01/15 03:00:00,0.05996,False +2017/01/15 05:00:00,0.12091,False +2017/01/15 07:00:00,0.1533,False +2017/01/15 09:00:00,0.17071,False +2017/01/15 11:00:00,0.1446,False +2017/01/15 13:00:00,0.02105,False +2017/01/15 15:00:00,0.06071,False +2017/01/15 17:00:00,0.1393,False +2017/01/15 19:00:00,0.1546,False +2017/01/15 21:00:00,0.17795,False +2017/01/15 23:00:00,0.15469,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt1-dt1lv).csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt1-dt1lv).csv new file mode 100644 index 0000000..978cca7 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt1-dt1lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03544,False +2017/01/15 03:00:00,0.1099,False +2017/01/15 05:00:00,0.21635,False +2017/01/15 07:00:00,0.28659,False +2017/01/15 09:00:00,0.32016,False +2017/01/15 11:00:00,0.26831,False +2017/01/15 13:00:00,0.03544,False +2017/01/15 15:00:00,0.11148,False +2017/01/15 17:00:00,0.26062,False +2017/01/15 19:00:00,0.29367,False +2017/01/15 21:00:00,0.33943,False +2017/01/15 23:00:00,0.28763,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt2-dt2lv).csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt2-dt2lv).csv new file mode 100644 index 0000000..816faf8 --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt2-dt2lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.03303,False +2017/01/15 03:00:00,0.09708,False +2017/01/15 05:00:00,0.19123,False +2017/01/15 07:00:00,0.24203,False +2017/01/15 09:00:00,0.27399,False +2017/01/15 11:00:00,0.23189,False +2017/01/15 13:00:00,0.03286,False +2017/01/15 15:00:00,0.09853,False +2017/01/15 17:00:00,0.21995,False +2017/01/15 19:00:00,0.24375,False +2017/01/15 21:00:00,0.28571,False +2017/01/15 23:00:00,0.24863,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt3-dt3lv).csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt3-dt3lv).csv new file mode 100644 index 0000000..61e080d --- /dev/null +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.tr(rdt3-dt3lv).csv @@ -0,0 +1,13 @@ +Datetime,p.u. loading,overloaded +2017/01/15 01:00:00,0.0287,False +2017/01/15 03:00:00,0.08846,False +2017/01/15 05:00:00,0.17581,False +2017/01/15 07:00:00,0.23373,False +2017/01/15 09:00:00,0.25905,False +2017/01/15 11:00:00,0.21764,False +2017/01/15 13:00:00,0.02876,False +2017/01/15 15:00:00,0.08974,False +2017/01/15 17:00:00,0.21302,False +2017/01/15 19:00:00,0.24045,False +2017/01/15 21:00:00,0.27526,False +2017/01/15 23:00:00,0.23289,False From b9a0c3d7e5037d83e4e9fe4dcafb6964c0afa584 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 2 Nov 2023 10:13:52 -0600 Subject: [PATCH 47/48] use 2 hour timestep in test --- tests/urbanopt_ditto_reader/test_ditto_reader_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py index 4f718c5..888d93b 100644 --- a/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py +++ b/tests/urbanopt_ditto_reader/test_ditto_reader_cli.py @@ -90,10 +90,10 @@ def test_timestep(capfd): "--config", "example_config.json", "--timestep", - "360", + "120", ], cwd=examples_dir, check=True, ) captured = capfd.readouterr() - assert "timestep: 360" in captured.out + assert "timestep: 120" in captured.out From 6ab99d5b4ae69f331d5346e868c5042640822323 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 2 Nov 2023 10:16:30 -0600 Subject: [PATCH 48/48] regen opendss files at 2 hour timestep --- .../opendss/json_files/Model.json | 2 +- .../opendss/results/Features/1.csv | 16 ++++++++++++---- .../opendss/results/Features/10.csv | 16 ++++++++++++---- .../opendss/results/Features/11.csv | 16 ++++++++++++---- .../opendss/results/Features/12.csv | 16 ++++++++++++---- .../opendss/results/Features/13.csv | 16 ++++++++++++---- .../opendss/results/Features/2.csv | 16 ++++++++++++---- .../opendss/results/Features/3.csv | 16 ++++++++++++---- .../opendss/results/Features/4.csv | 16 ++++++++++++---- .../opendss/results/Features/5.csv | 16 ++++++++++++---- .../opendss/results/Features/6.csv | 16 ++++++++++++---- .../opendss/results/Features/7.csv | 16 ++++++++++++---- .../opendss/results/Features/8.csv | 16 ++++++++++++---- .../opendss/results/Features/9.csv | 16 ++++++++++++---- ...Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv | 16 ++++++++++++---- ...Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv | 16 ++++++++++++---- ...Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv | 16 ++++++++++++---- ...Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv | 16 ++++++++++++---- ...Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv | 16 ++++++++++++---- ...Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv | 16 ++++++++++++---- ...Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv | 16 ++++++++++++---- ...Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv | 16 ++++++++++++---- ...Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv | 16 ++++++++++++---- ...Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv | 16 ++++++++++++---- ...Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv | 16 ++++++++++++---- ...Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv | 16 ++++++++++++---- ...Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv | 16 ++++++++++++---- ...Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv | 16 ++++++++++++---- ...Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv | 16 ++++++++++++---- ...Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv | 16 ++++++++++++---- ...Line.bf23c675-d787-4994-803b-18d8d4900699.csv | 16 ++++++++++++---- ...Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv | 16 ++++++++++++---- ...Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv | 16 ++++++++++++---- ...Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv | 16 ++++++++++++---- ...Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv | 16 ++++++++++++---- ...Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv | 16 ++++++++++++---- ...Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv | 16 ++++++++++++---- ...rmer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv | 16 ++++++++++++---- ...rmer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv | 16 ++++++++++++---- ...rmer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv | 16 ++++++++++++---- 40 files changed, 469 insertions(+), 157 deletions(-) diff --git a/example/run/baseline_scenario/opendss/json_files/Model.json b/example/run/baseline_scenario/opendss/json_files/Model.json index 4415dd6..70cc859 100644 --- a/example/run/baseline_scenario/opendss/json_files/Model.json +++ b/example/run/baseline_scenario/opendss/json_files/Model.json @@ -1,7 +1,7 @@ { "metadata": { "model_size": 257, - "time": "2023-11-01 16:38:15.978935" + "time": "2023-11-02 10:15:47.406923" }, "model": [ { diff --git a/example/run/baseline_scenario/opendss/results/Features/1.csv b/example/run/baseline_scenario/opendss/results/Features/1.csv index 662cc78..c71b75c 100644 --- a/example/run/baseline_scenario/opendss/results/Features/1.csv +++ b/example/run/baseline_scenario/opendss/results/Features/1.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9907,False,False -2017/01/15 07:00:00,0.98511,False,False -2017/01/15 13:00:00,0.99002,False,False -2017/01/15 19:00:00,0.98406,False,False +2017/01/15 01:00:00,0.99591,False,False +2017/01/15 03:00:00,0.99335,False,False +2017/01/15 05:00:00,0.99068,False,False +2017/01/15 07:00:00,0.98747,False,False +2017/01/15 09:00:00,0.98648,False,False +2017/01/15 11:00:00,0.9882,False,False +2017/01/15 13:00:00,0.99578,False,False +2017/01/15 15:00:00,0.99246,False,False +2017/01/15 17:00:00,0.98569,False,False +2017/01/15 19:00:00,0.98366,False,False +2017/01/15 21:00:00,0.98326,False,False +2017/01/15 23:00:00,0.98672,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/10.csv b/example/run/baseline_scenario/opendss/results/Features/10.csv index 474dac8..2e7e6e2 100644 --- a/example/run/baseline_scenario/opendss/results/Features/10.csv +++ b/example/run/baseline_scenario/opendss/results/Features/10.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98964,False,False -2017/01/15 07:00:00,0.98299,False,False -2017/01/15 13:00:00,0.98848,False,False -2017/01/15 19:00:00,0.982,False,False +2017/01/15 01:00:00,0.99493,False,False +2017/01/15 03:00:00,0.99229,False,False +2017/01/15 05:00:00,0.98933,False,False +2017/01/15 07:00:00,0.98566,False,False +2017/01/15 09:00:00,0.98464,False,False +2017/01/15 11:00:00,0.98654,False,False +2017/01/15 13:00:00,0.99486,False,False +2017/01/15 15:00:00,0.9913,False,False +2017/01/15 17:00:00,0.98395,False,False +2017/01/15 19:00:00,0.98177,False,False +2017/01/15 21:00:00,0.98071,False,False +2017/01/15 23:00:00,0.98501,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/11.csv b/example/run/baseline_scenario/opendss/results/Features/11.csv index e429530..cb2c004 100644 --- a/example/run/baseline_scenario/opendss/results/Features/11.csv +++ b/example/run/baseline_scenario/opendss/results/Features/11.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.97849,False,False -2017/01/15 07:00:00,0.96175,False,False -2017/01/15 13:00:00,0.9773,False,False -2017/01/15 19:00:00,0.9599,False,False +2017/01/15 01:00:00,0.99216,False,False +2017/01/15 03:00:00,0.98444,False,False +2017/01/15 05:00:00,0.97355,False,False +2017/01/15 07:00:00,0.96462,False,False +2017/01/15 09:00:00,0.96141,False,False +2017/01/15 11:00:00,0.96708,False,False +2017/01/15 13:00:00,0.9921,False,False +2017/01/15 15:00:00,0.98323,False,False +2017/01/15 17:00:00,0.9643,False,False +2017/01/15 19:00:00,0.95959,False,False +2017/01/15 21:00:00,0.95547,False,False +2017/01/15 23:00:00,0.96398,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/12.csv b/example/run/baseline_scenario/opendss/results/Features/12.csv index a26309b..0afc948 100644 --- a/example/run/baseline_scenario/opendss/results/Features/12.csv +++ b/example/run/baseline_scenario/opendss/results/Features/12.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.99246,False,False -2017/01/15 07:00:00,0.98753,False,False -2017/01/15 13:00:00,0.99173,False,False -2017/01/15 19:00:00,0.98673,False,False +2017/01/15 01:00:00,0.99643,False,False +2017/01/15 03:00:00,0.9945,False,False +2017/01/15 05:00:00,0.99227,False,False +2017/01/15 07:00:00,0.98954,False,False +2017/01/15 09:00:00,0.98878,False,False +2017/01/15 11:00:00,0.99017,False,False +2017/01/15 13:00:00,0.99636,False,False +2017/01/15 15:00:00,0.99376,False,False +2017/01/15 17:00:00,0.98826,False,False +2017/01/15 19:00:00,0.9866,False,False +2017/01/15 21:00:00,0.98597,False,False +2017/01/15 23:00:00,0.98902,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/13.csv b/example/run/baseline_scenario/opendss/results/Features/13.csv index 9121be4..645aeb1 100644 --- a/example/run/baseline_scenario/opendss/results/Features/13.csv +++ b/example/run/baseline_scenario/opendss/results/Features/13.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.99243,False,False -2017/01/15 07:00:00,0.98753,False,False -2017/01/15 13:00:00,0.99168,False,False -2017/01/15 19:00:00,0.98674,False,False +2017/01/15 01:00:00,0.99641,False,False +2017/01/15 03:00:00,0.99448,False,False +2017/01/15 05:00:00,0.99225,False,False +2017/01/15 07:00:00,0.98958,False,False +2017/01/15 09:00:00,0.98879,False,False +2017/01/15 11:00:00,0.99012,False,False +2017/01/15 13:00:00,0.99634,False,False +2017/01/15 15:00:00,0.99374,False,False +2017/01/15 17:00:00,0.98826,False,False +2017/01/15 19:00:00,0.98665,False,False +2017/01/15 21:00:00,0.986,False,False +2017/01/15 23:00:00,0.98896,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/2.csv b/example/run/baseline_scenario/opendss/results/Features/2.csv index 951f28c..3cac6d1 100644 --- a/example/run/baseline_scenario/opendss/results/Features/2.csv +++ b/example/run/baseline_scenario/opendss/results/Features/2.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.97805,False,False -2017/01/15 07:00:00,0.95544,False,False -2017/01/15 13:00:00,0.97696,False,False -2017/01/15 19:00:00,0.95602,False,False +2017/01/15 01:00:00,0.99183,False,False +2017/01/15 03:00:00,0.9831,False,False +2017/01/15 05:00:00,0.96959,False,False +2017/01/15 07:00:00,0.96031,False,False +2017/01/15 09:00:00,0.95633,False,False +2017/01/15 11:00:00,0.96278,False,False +2017/01/15 13:00:00,0.99176,False,False +2017/01/15 15:00:00,0.98199,False,False +2017/01/15 17:00:00,0.96106,False,False +2017/01/15 19:00:00,0.95617,False,False +2017/01/15 21:00:00,0.95121,False,False +2017/01/15 23:00:00,0.9595,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/3.csv b/example/run/baseline_scenario/opendss/results/Features/3.csv index c6ecf94..cf3e262 100644 --- a/example/run/baseline_scenario/opendss/results/Features/3.csv +++ b/example/run/baseline_scenario/opendss/results/Features/3.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98881,False,False -2017/01/15 07:00:00,0.98173,False,False -2017/01/15 13:00:00,0.98728,False,False -2017/01/15 19:00:00,0.98062,False,False +2017/01/15 01:00:00,0.99445,False,False +2017/01/15 03:00:00,0.99159,False,False +2017/01/15 05:00:00,0.9884,False,False +2017/01/15 07:00:00,0.98455,False,False +2017/01/15 09:00:00,0.98352,False,False +2017/01/15 11:00:00,0.98557,False,False +2017/01/15 13:00:00,0.99439,False,False +2017/01/15 15:00:00,0.99046,False,False +2017/01/15 17:00:00,0.9824,False,False +2017/01/15 19:00:00,0.98014,False,False +2017/01/15 21:00:00,0.97903,False,False +2017/01/15 23:00:00,0.98381,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/4.csv b/example/run/baseline_scenario/opendss/results/Features/4.csv index 7a0475a..3d35fba 100644 --- a/example/run/baseline_scenario/opendss/results/Features/4.csv +++ b/example/run/baseline_scenario/opendss/results/Features/4.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98007,False,False -2017/01/15 07:00:00,0.96485,False,False -2017/01/15 13:00:00,0.97884,False,False -2017/01/15 19:00:00,0.96316,False,False +2017/01/15 01:00:00,0.99251,False,False +2017/01/15 03:00:00,0.98554,False,False +2017/01/15 05:00:00,0.97585,False,False +2017/01/15 07:00:00,0.96773,False,False +2017/01/15 09:00:00,0.96485,False,False +2017/01/15 11:00:00,0.96995,False,False +2017/01/15 13:00:00,0.99245,False,False +2017/01/15 15:00:00,0.98434,False,False +2017/01/15 17:00:00,0.96712,False,False +2017/01/15 19:00:00,0.9628,False,False +2017/01/15 21:00:00,0.95914,False,False +2017/01/15 23:00:00,0.96706,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/5.csv b/example/run/baseline_scenario/opendss/results/Features/5.csv index fe2c4f8..bb2e1fe 100644 --- a/example/run/baseline_scenario/opendss/results/Features/5.csv +++ b/example/run/baseline_scenario/opendss/results/Features/5.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98804,False,False -2017/01/15 07:00:00,0.9811,False,False -2017/01/15 13:00:00,0.98615,False,False -2017/01/15 19:00:00,0.98003,False,False +2017/01/15 01:00:00,0.99385,False,False +2017/01/15 03:00:00,0.99099,False,False +2017/01/15 05:00:00,0.98799,False,False +2017/01/15 07:00:00,0.98414,False,False +2017/01/15 09:00:00,0.98269,False,False +2017/01/15 11:00:00,0.98473,False,False +2017/01/15 13:00:00,0.99359,False,False +2017/01/15 15:00:00,0.9896,False,False +2017/01/15 17:00:00,0.98071,False,False +2017/01/15 19:00:00,0.9785,False,False +2017/01/15 21:00:00,0.97754,False,False +2017/01/15 23:00:00,0.98291,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/6.csv b/example/run/baseline_scenario/opendss/results/Features/6.csv index 62b31e0..75503d4 100644 --- a/example/run/baseline_scenario/opendss/results/Features/6.csv +++ b/example/run/baseline_scenario/opendss/results/Features/6.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98795,False,False -2017/01/15 07:00:00,0.98107,False,False -2017/01/15 13:00:00,0.98605,False,False -2017/01/15 19:00:00,0.97999,False,False +2017/01/15 01:00:00,0.99381,False,False +2017/01/15 03:00:00,0.99094,False,False +2017/01/15 05:00:00,0.98796,False,False +2017/01/15 07:00:00,0.9841,False,False +2017/01/15 09:00:00,0.98262,False,False +2017/01/15 11:00:00,0.98467,False,False +2017/01/15 13:00:00,0.99351,False,False +2017/01/15 15:00:00,0.98951,False,False +2017/01/15 17:00:00,0.98055,False,False +2017/01/15 19:00:00,0.97837,False,False +2017/01/15 21:00:00,0.97742,False,False +2017/01/15 23:00:00,0.98285,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/7.csv b/example/run/baseline_scenario/opendss/results/Features/7.csv index 44f49bd..05444f7 100644 --- a/example/run/baseline_scenario/opendss/results/Features/7.csv +++ b/example/run/baseline_scenario/opendss/results/Features/7.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.9617,False,False -2017/01/15 07:00:00,0.94145,False,True -2017/01/15 13:00:00,0.95278,False,False -2017/01/15 19:00:00,0.94509,False,True +2017/01/15 01:00:00,0.96992,False,False +2017/01/15 03:00:00,0.9657,False,False +2017/01/15 05:00:00,0.96906,False,False +2017/01/15 07:00:00,0.96576,False,False +2017/01/15 09:00:00,0.95834,False,False +2017/01/15 11:00:00,0.96069,False,False +2017/01/15 13:00:00,0.96467,False,False +2017/01/15 15:00:00,0.94887,False,True +2017/01/15 17:00:00,0.90516,False,True +2017/01/15 19:00:00,0.90343,False,True +2017/01/15 21:00:00,0.92949,False,True +2017/01/15 23:00:00,0.95479,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/8.csv b/example/run/baseline_scenario/opendss/results/Features/8.csv index aafccd2..92bb689 100644 --- a/example/run/baseline_scenario/opendss/results/Features/8.csv +++ b/example/run/baseline_scenario/opendss/results/Features/8.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98897,False,False -2017/01/15 07:00:00,0.98203,False,False -2017/01/15 13:00:00,0.9874,False,False -2017/01/15 19:00:00,0.98092,False,False +2017/01/15 01:00:00,0.99447,False,False +2017/01/15 03:00:00,0.99171,False,False +2017/01/15 05:00:00,0.98862,False,False +2017/01/15 07:00:00,0.98486,False,False +2017/01/15 09:00:00,0.98387,False,False +2017/01/15 11:00:00,0.98585,False,False +2017/01/15 13:00:00,0.9944,False,False +2017/01/15 15:00:00,0.99056,False,False +2017/01/15 17:00:00,0.98263,False,False +2017/01/15 19:00:00,0.98043,False,False +2017/01/15 21:00:00,0.97935,False,False +2017/01/15 23:00:00,0.9841,False,False diff --git a/example/run/baseline_scenario/opendss/results/Features/9.csv b/example/run/baseline_scenario/opendss/results/Features/9.csv index f702ecd..55c0c5f 100644 --- a/example/run/baseline_scenario/opendss/results/Features/9.csv +++ b/example/run/baseline_scenario/opendss/results/Features/9.csv @@ -1,5 +1,13 @@ Datetime,p.u. voltage,overvoltage,undervoltage -2017/01/15 01:00:00,0.98895,False,False -2017/01/15 07:00:00,0.98197,False,False -2017/01/15 13:00:00,0.98738,False,False -2017/01/15 19:00:00,0.98086,False,False +2017/01/15 01:00:00,0.9944,False,False +2017/01/15 03:00:00,0.99164,False,False +2017/01/15 05:00:00,0.98855,False,False +2017/01/15 07:00:00,0.98479,False,False +2017/01/15 09:00:00,0.98383,False,False +2017/01/15 11:00:00,0.98581,False,False +2017/01/15 13:00:00,0.99436,False,False +2017/01/15 15:00:00,0.99054,False,False +2017/01/15 17:00:00,0.98256,False,False +2017/01/15 19:00:00,0.98035,False,False +2017/01/15 21:00:00,0.97933,False,False +2017/01/15 23:00:00,0.98404,False,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv index 52d1281..367c033 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.10e9de09-902c-4373-8fa3-06a3e19e8b38.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.03075,False -2017/01/15 07:00:00,0.04547,False -2017/01/15 13:00:00,0.0395,False -2017/01/15 19:00:00,0.04649,False +2017/01/15 01:00:00,0.02134,False +2017/01/15 03:00:00,0.01982,False +2017/01/15 05:00:00,0.03188,False +2017/01/15 07:00:00,0.01996,False +2017/01/15 09:00:00,0.03543,False +2017/01/15 11:00:00,0.0537,False +2017/01/15 13:00:00,0.0192,False +2017/01/15 15:00:00,0.02315,False +2017/01/15 17:00:00,0.03075,False +2017/01/15 19:00:00,0.02009,False +2017/01/15 21:00:00,0.03679,False +2017/01/15 23:00:00,0.05856,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv index a84e792..cd76a17 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.11abf04c-1002-4d48-9f1d-edb4872cf9c3.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.50762,False -2017/01/15 07:00:00,0.82896,False -2017/01/15 13:00:00,0.55773,False -2017/01/15 19:00:00,0.88046,False +2017/01/15 01:00:00,0.24336,False +2017/01/15 03:00:00,0.37303,False +2017/01/15 05:00:00,0.51986,False +2017/01/15 07:00:00,0.69755,False +2017/01/15 09:00:00,0.74792,False +2017/01/15 11:00:00,0.65774,False +2017/01/15 13:00:00,0.24764,False +2017/01/15 15:00:00,0.42153,False +2017/01/15 17:00:00,0.78073,False +2017/01/15 19:00:00,0.8868,False +2017/01/15 21:00:00,0.9311,False +2017/01/15 23:00:00,0.73338,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv index 1fade7d..6f4856a 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.1324f2a2-4fc9-4020-b144-b027f2633991.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.30896,False -2017/01/15 07:00:00,0.50144,False -2017/01/15 13:00:00,0.35445,False -2017/01/15 19:00:00,0.52542,False +2017/01/15 01:00:00,0.16141,False +2017/01/15 03:00:00,0.23911,False +2017/01/15 05:00:00,0.3216,False +2017/01/15 07:00:00,0.42795,False +2017/01/15 09:00:00,0.4542,False +2017/01/15 11:00:00,0.3978,False +2017/01/15 13:00:00,0.16254,False +2017/01/15 15:00:00,0.26781,False +2017/01/15 17:00:00,0.47756,False +2017/01/15 19:00:00,0.53724,False +2017/01/15 21:00:00,0.5778,False +2017/01/15 23:00:00,0.44083,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv index 1d481b1..8b307d7 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.16e5aef9-56d0-478e-a9b2-903c7e6f7222.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.15817,False -2017/01/15 07:00:00,0.22291,False -2017/01/15 13:00:00,0.15403,False -2017/01/15 19:00:00,0.24479,False +2017/01/15 01:00:00,0.04861,False +2017/01/15 03:00:00,0.10434,False +2017/01/15 05:00:00,0.14416,False +2017/01/15 07:00:00,0.19078,False +2017/01/15 09:00:00,0.21044,False +2017/01/15 11:00:00,0.17922,False +2017/01/15 13:00:00,0.05347,False +2017/01/15 15:00:00,0.11783,False +2017/01/15 17:00:00,0.23362,False +2017/01/15 19:00:00,0.26993,False +2017/01/15 21:00:00,0.2494,False +2017/01/15 23:00:00,0.20773,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv index e619e47..0d4924f 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.17f547a3-aad9-4cc3-98be-327aefe6a1d6.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.30896,False -2017/01/15 07:00:00,0.50143,False -2017/01/15 13:00:00,0.35445,False -2017/01/15 19:00:00,0.52542,False +2017/01/15 01:00:00,0.16141,False +2017/01/15 03:00:00,0.23911,False +2017/01/15 05:00:00,0.3216,False +2017/01/15 07:00:00,0.42795,False +2017/01/15 09:00:00,0.4542,False +2017/01/15 11:00:00,0.39779,False +2017/01/15 13:00:00,0.16253,False +2017/01/15 15:00:00,0.26781,False +2017/01/15 17:00:00,0.47756,False +2017/01/15 19:00:00,0.53723,False +2017/01/15 21:00:00,0.57779,False +2017/01/15 23:00:00,0.44082,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv index 0c39508..1385ea6 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.36fd2f4e-8305-4f45-ae4a-5a7a3cc95013.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.19871,False -2017/01/15 07:00:00,0.32754,False -2017/01/15 13:00:00,0.20333,False -2017/01/15 19:00:00,0.35506,False +2017/01/15 01:00:00,0.082,False +2017/01/15 03:00:00,0.13397,False +2017/01/15 05:00:00,0.19828,False +2017/01/15 07:00:00,0.26963,False +2017/01/15 09:00:00,0.29374,False +2017/01/15 11:00:00,0.25996,False +2017/01/15 13:00:00,0.08515,False +2017/01/15 15:00:00,0.15374,False +2017/01/15 17:00:00,0.30318,False +2017/01/15 19:00:00,0.34958,False +2017/01/15 21:00:00,0.35332,False +2017/01/15 23:00:00,0.29257,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv index 625a5f2..ada4c65 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.40c59858-58c3-4b8c-8521-f7a251f06740.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.1443,False -2017/01/15 07:00:00,0.20206,False -2017/01/15 13:00:00,0.1363,False -2017/01/15 19:00:00,0.22614,False +2017/01/15 01:00:00,0.03621,False +2017/01/15 03:00:00,0.09113,False +2017/01/15 05:00:00,0.13379,False +2017/01/15 07:00:00,0.18035,False +2017/01/15 09:00:00,0.19696,False +2017/01/15 11:00:00,0.16605,False +2017/01/15 13:00:00,0.03865,False +2017/01/15 15:00:00,0.09715,False +2017/01/15 17:00:00,0.19549,False +2017/01/15 19:00:00,0.23193,False +2017/01/15 21:00:00,0.22378,False +2017/01/15 23:00:00,0.19246,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv index 4aedd50..82e857b 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.44c05d80-7a90-4229-94f7-0ef2787b2cc7.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.37269,False -2017/01/15 07:00:00,0.5589,False -2017/01/15 13:00:00,0.47622,False -2017/01/15 19:00:00,0.49993,False +2017/01/15 01:00:00,0.33232,False +2017/01/15 03:00:00,0.35445,False +2017/01/15 05:00:00,0.27869,False +2017/01/15 07:00:00,0.2808,False +2017/01/15 09:00:00,0.36285,False +2017/01/15 11:00:00,0.35425,False +2017/01/15 13:00:00,0.39737,False +2017/01/15 15:00:00,0.55507,False +2017/01/15 17:00:00,1.02318,True +2017/01/15 19:00:00,1.01965,True +2017/01/15 21:00:00,0.68688,False +2017/01/15 23:00:00,0.41095,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv index 99471a4..bd2ad85 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.59f65367-c852-40ab-9d7f-dc30822570f7.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.12527,False -2017/01/15 07:00:00,0.29608,False -2017/01/15 13:00:00,0.12444,False -2017/01/15 19:00:00,0.27956,False +2017/01/15 01:00:00,0.03385,False +2017/01/15 03:00:00,0.09925,False +2017/01/15 05:00:00,0.21194,False +2017/01/15 07:00:00,0.2722,False +2017/01/15 09:00:00,0.30395,False +2017/01/15 11:00:00,0.25529,False +2017/01/15 13:00:00,0.03385,False +2017/01/15 15:00:00,0.10066,False +2017/01/15 17:00:00,0.24595,False +2017/01/15 19:00:00,0.27534,False +2017/01/15 21:00:00,0.31594,False +2017/01/15 23:00:00,0.27404,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv index df276ab..e6731f8 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.5b3d3f0c-0c14-4c3d-9080-0fb5bbea5470.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.05026,False -2017/01/15 07:00:00,0.08726,False -2017/01/15 13:00:00,0.049,False -2017/01/15 19:00:00,0.08892,False +2017/01/15 01:00:00,0.01083,False +2017/01/15 03:00:00,0.03649,False +2017/01/15 05:00:00,0.06232,False +2017/01/15 07:00:00,0.08539,False +2017/01/15 09:00:00,0.09494,False +2017/01/15 11:00:00,0.07862,False +2017/01/15 13:00:00,0.01106,False +2017/01/15 15:00:00,0.03722,False +2017/01/15 17:00:00,0.07795,False +2017/01/15 19:00:00,0.08947,False +2017/01/15 21:00:00,0.10162,False +2017/01/15 23:00:00,0.08424,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv index 250357f..58e83d4 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.68c17aed-1c16-4a75-b0a7-7cf2db5d605d.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.00964,False -2017/01/15 07:00:00,0.00744,False -2017/01/15 13:00:00,0.01427,False -2017/01/15 19:00:00,0.00697,False +2017/01/15 01:00:00,0.00767,False +2017/01/15 03:00:00,0.00747,False +2017/01/15 05:00:00,0.00463,False +2017/01/15 07:00:00,0.00453,False +2017/01/15 09:00:00,0.00989,False +2017/01/15 11:00:00,0.01006,False +2017/01/15 13:00:00,0.01018,False +2017/01/15 15:00:00,0.01095,False +2017/01/15 17:00:00,0.02112,False +2017/01/15 19:00:00,0.02037,False +2017/01/15 21:00:00,0.01838,False +2017/01/15 23:00:00,0.01085,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv index 63e18ab..159723e 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.6cdda038-b853-4a8e-bf6d-304c49d93688.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.00468,False -2017/01/15 07:00:00,0.01105,False -2017/01/15 13:00:00,0.00464,False -2017/01/15 19:00:00,0.01043,False +2017/01/15 01:00:00,0.00126,False +2017/01/15 03:00:00,0.0037,False +2017/01/15 05:00:00,0.00791,False +2017/01/15 07:00:00,0.01016,False +2017/01/15 09:00:00,0.01135,False +2017/01/15 11:00:00,0.00953,False +2017/01/15 13:00:00,0.00126,False +2017/01/15 15:00:00,0.00376,False +2017/01/15 17:00:00,0.00918,False +2017/01/15 19:00:00,0.01028,False +2017/01/15 21:00:00,0.01179,False +2017/01/15 23:00:00,0.01023,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv index b6ac4df..f729fa5 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.96ac00ff-1369-472b-b8cd-d8721355f4c5.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.02808,False -2017/01/15 07:00:00,0.04927,False -2017/01/15 13:00:00,0.0447,False -2017/01/15 19:00:00,0.05537,False +2017/01/15 01:00:00,0.04247,False +2017/01/15 03:00:00,0.04258,False +2017/01/15 05:00:00,0.04416,False +2017/01/15 07:00:00,0.04562,False +2017/01/15 09:00:00,0.03353,False +2017/01/15 11:00:00,0.03288,False +2017/01/15 13:00:00,0.0344,False +2017/01/15 15:00:00,0.03452,False +2017/01/15 17:00:00,0.06783,False +2017/01/15 19:00:00,0.06866,False +2017/01/15 21:00:00,0.04736,False +2017/01/15 23:00:00,0.04642,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv index 8eea8fa..ea0e2d4 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.9e3fff1f-2625-4f3f-b510-f4e51683c941.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.03371,False -2017/01/15 07:00:00,0.05625,False -2017/01/15 13:00:00,0.03261,False -2017/01/15 19:00:00,0.05685,False +2017/01/15 01:00:00,0.00671,False +2017/01/15 03:00:00,0.02497,False +2017/01/15 05:00:00,0.03934,False +2017/01/15 07:00:00,0.05472,False +2017/01/15 09:00:00,0.0605,False +2017/01/15 11:00:00,0.04966,False +2017/01/15 13:00:00,0.00671,False +2017/01/15 15:00:00,0.02526,False +2017/01/15 17:00:00,0.04865,False +2017/01/15 19:00:00,0.05652,False +2017/01/15 21:00:00,0.06427,False +2017/01/15 23:00:00,0.05319,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv index 29f0021..0555ae2 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.a0ba7300-0264-4450-8a1b-6f8045ee7cfe.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.21407,False -2017/01/15 07:00:00,0.41394,False -2017/01/15 13:00:00,0.20689,False -2017/01/15 19:00:00,0.42925,False +2017/01/15 01:00:00,0.04743,False +2017/01/15 03:00:00,0.14822,False +2017/01/15 05:00:00,0.30752,False +2017/01/15 07:00:00,0.41256,False +2017/01/15 09:00:00,0.45772,False +2017/01/15 11:00:00,0.38273,False +2017/01/15 13:00:00,0.04751,False +2017/01/15 15:00:00,0.15012,False +2017/01/15 17:00:00,0.37494,False +2017/01/15 19:00:00,0.42572,False +2017/01/15 21:00:00,0.48784,False +2017/01/15 23:00:00,0.41048,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv index ac32c10..9b296df 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bbb1f6a0-394e-4b38-bd51-1fa8f70d89dd.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.20789,False -2017/01/15 07:00:00,0.40144,False -2017/01/15 13:00:00,0.20083,False -2017/01/15 19:00:00,0.41522,False +2017/01/15 01:00:00,0.04612,False +2017/01/15 03:00:00,0.14405,False +2017/01/15 05:00:00,0.2983,False +2017/01/15 07:00:00,0.3996,False +2017/01/15 09:00:00,0.44362,False +2017/01/15 11:00:00,0.37114,False +2017/01/15 13:00:00,0.04621,False +2017/01/15 15:00:00,0.1459,False +2017/01/15 17:00:00,0.3633,False +2017/01/15 19:00:00,0.41237,False +2017/01/15 21:00:00,0.47266,False +2017/01/15 23:00:00,0.39794,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv index e5dfbcb..5c71bb4 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bf23c675-d787-4994-803b-18d8d4900699.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.01215,False -2017/01/15 07:00:00,0.00885,False -2017/01/15 13:00:00,0.01749,False -2017/01/15 19:00:00,0.00846,False +2017/01/15 01:00:00,0.00921,False +2017/01/15 03:00:00,0.00925,False +2017/01/15 05:00:00,0.00575,False +2017/01/15 07:00:00,0.00568,False +2017/01/15 09:00:00,0.01233,False +2017/01/15 11:00:00,0.01231,False +2017/01/15 13:00:00,0.01276,False +2017/01/15 15:00:00,0.01368,False +2017/01/15 17:00:00,0.02622,False +2017/01/15 19:00:00,0.02497,False +2017/01/15 21:00:00,0.02248,False +2017/01/15 23:00:00,0.01312,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv index 3d316a2..3a75501 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.bfdf4e28-5baf-4d54-9d0a-5a7dc3fbd4f3.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.01656,False -2017/01/15 07:00:00,0.03104,False -2017/01/15 13:00:00,0.0164,False -2017/01/15 19:00:00,0.0321,False +2017/01/15 01:00:00,0.00412,False +2017/01/15 03:00:00,0.01153,False +2017/01/15 05:00:00,0.023,False +2017/01/15 07:00:00,0.0307,False +2017/01/15 09:00:00,0.03447,False +2017/01/15 11:00:00,0.02897,False +2017/01/15 13:00:00,0.00435,False +2017/01/15 15:00:00,0.01197,False +2017/01/15 17:00:00,0.02932,False +2017/01/15 19:00:00,0.03297,False +2017/01/15 21:00:00,0.03738,False +2017/01/15 23:00:00,0.03107,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv index bc8355c..8775c2e 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.db1a87fb-d770-4939-b747-7cadf1f304f8.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.01391,False -2017/01/15 07:00:00,0.02086,False -2017/01/15 13:00:00,0.01778,False -2017/01/15 19:00:00,0.01866,False +2017/01/15 01:00:00,0.0124,False +2017/01/15 03:00:00,0.01323,False +2017/01/15 05:00:00,0.0104,False +2017/01/15 07:00:00,0.01048,False +2017/01/15 09:00:00,0.01354,False +2017/01/15 11:00:00,0.01322,False +2017/01/15 13:00:00,0.01483,False +2017/01/15 15:00:00,0.02072,False +2017/01/15 17:00:00,0.03819,False +2017/01/15 19:00:00,0.03806,False +2017/01/15 21:00:00,0.02564,False +2017/01/15 23:00:00,0.01534,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv index 369203c..044ceb8 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.de88d8f3-d596-4088-8ee7-d96326ab083c.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.00982,False -2017/01/15 07:00:00,0.05918,False -2017/01/15 13:00:00,0.00983,False -2017/01/15 19:00:00,0.0638,False +2017/01/15 01:00:00,0.01207,False +2017/01/15 03:00:00,0.00983,False +2017/01/15 05:00:00,0.02227,False +2017/01/15 07:00:00,0.0589,False +2017/01/15 09:00:00,0.0479,False +2017/01/15 11:00:00,0.02708,False +2017/01/15 13:00:00,0.01251,False +2017/01/15 15:00:00,0.01278,False +2017/01/15 17:00:00,0.03883,False +2017/01/15 19:00:00,0.05957,False +2017/01/15 21:00:00,0.06714,False +2017/01/15 23:00:00,0.02631,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv index e8d3e12..794b5c4 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.e2dcff78-1f88-496b-9111-66ea2cc6c889.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.0512,False -2017/01/15 07:00:00,0.05669,False -2017/01/15 13:00:00,0.09523,False -2017/01/15 19:00:00,0.06878,False +2017/01/15 01:00:00,0.0305,False +2017/01/15 03:00:00,0.03059,False +2017/01/15 05:00:00,0.03294,False +2017/01/15 07:00:00,0.03348,False +2017/01/15 09:00:00,0.03474,False +2017/01/15 11:00:00,0.0332,False +2017/01/15 13:00:00,0.0364,False +2017/01/15 15:00:00,0.06091,False +2017/01/15 17:00:00,0.09203,False +2017/01/15 19:00:00,0.09237,False +2017/01/15 21:00:00,0.1069,False +2017/01/15 23:00:00,0.04938,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv index c214934..4ba4334 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.f2d0448f-aab3-4da0-8aca-17564c8e3a58.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.17479,False -2017/01/15 07:00:00,0.29733,False -2017/01/15 13:00:00,0.16091,False -2017/01/15 19:00:00,0.30207,False +2017/01/15 01:00:00,0.07636,False +2017/01/15 03:00:00,0.12578,False +2017/01/15 05:00:00,0.17435,False +2017/01/15 07:00:00,0.25344,False +2017/01/15 09:00:00,0.27978,False +2017/01/15 11:00:00,0.24369,False +2017/01/15 13:00:00,0.07942,False +2017/01/15 15:00:00,0.13144,False +2017/01/15 17:00:00,0.23069,False +2017/01/15 19:00:00,0.27662,False +2017/01/15 21:00:00,0.31027,False +2017/01/15 23:00:00,0.2507,False diff --git a/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv b/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv index fc9bf26..29b426e 100644 --- a/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv +++ b/example/run/baseline_scenario/opendss/results/Lines/Line.f912d33f-f017-4ba5-b2fd-2ed2eec38b71.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.12951,False -2017/01/15 07:00:00,0.19316,False -2017/01/15 13:00:00,0.18891,False -2017/01/15 19:00:00,0.21301,False +2017/01/15 01:00:00,0.0838,False +2017/01/15 03:00:00,0.10965,False +2017/01/15 05:00:00,0.13939,False +2017/01/15 07:00:00,0.16445,False +2017/01/15 09:00:00,0.16318,False +2017/01/15 11:00:00,0.14467,False +2017/01/15 13:00:00,0.08186,False +2017/01/15 15:00:00,0.13263,False +2017/01/15 17:00:00,0.23774,False +2017/01/15 19:00:00,0.25042,False +2017/01/15 21:00:00,0.2558,False +2017/01/15 23:00:00,0.18,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv index ffa30ec..ce3aa69 100644 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.502e96e3-853a-4b3d-b88d-fe59af4d7b65.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.23611,False -2017/01/15 07:00:00,0.44251,False -2017/01/15 13:00:00,0.23384,False -2017/01/15 19:00:00,0.45754,False +2017/01/15 01:00:00,0.05876,False +2017/01/15 03:00:00,0.1644,False +2017/01/15 05:00:00,0.32787,False +2017/01/15 07:00:00,0.43757,False +2017/01/15 09:00:00,0.4914,False +2017/01/15 11:00:00,0.41302,False +2017/01/15 13:00:00,0.06207,False +2017/01/15 15:00:00,0.17061,False +2017/01/15 17:00:00,0.41799,False +2017/01/15 19:00:00,0.47005,False +2017/01/15 21:00:00,0.53281,False +2017/01/15 23:00:00,0.4429,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv index f65a655..01f94cb 100644 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.54cd0a5a-2ebe-4b39-936a-f238b503c221.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.22218,False -2017/01/15 07:00:00,0.52513,False -2017/01/15 13:00:00,0.22071,False -2017/01/15 19:00:00,0.49583,False +2017/01/15 01:00:00,0.06003,False +2017/01/15 03:00:00,0.17604,False +2017/01/15 05:00:00,0.37591,False +2017/01/15 07:00:00,0.48278,False +2017/01/15 09:00:00,0.53909,False +2017/01/15 11:00:00,0.45279,False +2017/01/15 13:00:00,0.06003,False +2017/01/15 15:00:00,0.17853,False +2017/01/15 17:00:00,0.43622,False +2017/01/15 19:00:00,0.48835,False +2017/01/15 21:00:00,0.56036,False +2017/01/15 23:00:00,0.48603,False diff --git a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv index 17d8df7..f4cce2f 100644 --- a/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv +++ b/example/run/baseline_scenario/opendss/results/Transformers/Transformer.b02e3fe9-77d0-47f9-86cb-e4db960afd62.csv @@ -1,5 +1,13 @@ Datetime,p.u. loading,overloaded -2017/01/15 01:00:00,0.1983,False -2017/01/15 07:00:00,0.29738,False -2017/01/15 13:00:00,0.25339,False -2017/01/15 19:00:00,0.26601,False +2017/01/15 01:00:00,0.17682,False +2017/01/15 03:00:00,0.1886,False +2017/01/15 05:00:00,0.14829,False +2017/01/15 07:00:00,0.14941,False +2017/01/15 09:00:00,0.19307,False +2017/01/15 11:00:00,0.18849,False +2017/01/15 13:00:00,0.21143,False +2017/01/15 15:00:00,0.29535,False +2017/01/15 17:00:00,0.54442,False +2017/01/15 19:00:00,0.54254,False +2017/01/15 21:00:00,0.36548,False +2017/01/15 23:00:00,0.21866,False

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

CHRM2`N^kc>fQX4^|98Nk#K-M2{YV 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ⅅ1p{*+ym8_ivg+=S!wed*EQ70re02y#8IA%ad_0l!GFe-*cY&+77$oT&Pmf{Nu~U43kQu^JE;T+h_M>Je zeiX>4j4M6;J7vHF?q6zKep^aCSj|hKREK~B?Mke_h#s}&HWNwrsZh3JaMX$$f4UjY zaq*A#Oo!uS5G+tY#_nv*ENDAhi{ahA`=wi{wK%r9ZHmKfo^@%a*4X1L#*HI|h2H%F z;>0Bp8h197uczVXQ~RHZF~KwoEKx&Gx`%V_(VJ-sRCg!w+qfcc`NrjAl9V~p9kr

TkEXm1;LDyDw@K#as@TdVSCMgv`ezOIaBJP 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ơa7FXHQ?)i(oV8eeJ-%)l#w)dn!i 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

*_-=EHGN9%nAT}^b$%=D;;gTCd(KR(MavMcFN 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%0A5&cKp`MAu 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�j%EtYEOG@Me&aH-oNKT*{aG9MgYq1^L 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%0A*aT5wveRKPJFx`Ug_)IAWD1=r z=)z0phat4SS`(>{RXQa?JjV|lz=&_gq_VtzFWCd#9nos-q{Klv>}}X5W}9nRuRhU> zUemWf5w}TjD?v^HeT@?H3O(Z!ssZfx6E9<=1w5HPz9I1X&fbOkCFhy7ywWeI&@&xO zA|AKvQ*u_9xuWyUDxq{t{oz;2-v8L)R3?!uPe$3%bbCh_&w+I7EHc~5zVUKUpt;U8 zKA0uY+cN}qqVd9)W%sa}?WI9(V z8LtAay%iqM zFkvj8dHLfK1}%cI!3To4g$e)8m}mK=)ltyevC;$#cOz)u$y<`8UWSo)aI?gotiB#R zi8U#4dwgXrp^fhmLFTBTi-;zj+V$C%i@9_H^;)dTzOqgJE}o;#wUh zC=YglVYuJ5;rYDjb-NZRPGKU%eAqf}vq{ywa5iyMJJC&nX?D21ayeKv`0NAH5Dfw6U?b*q}h!>=vwSKsWAk-ip`*5GZ+` zG0N$%VZCEPf;lbQ1bCW)^N)CL*i-u>n(rOL;b2P4&s2?I6b&nUCl%4Z9a+_`u1m6f z)AQXyv#f(3*d3pz8U9^G@x5-~xovx}NL2O$Jlwpl>zs7WexF*va zl_av)m4-vQGJ$T_jO9Ti4yQ^*`s7&astD*`bL{&s1Nh3aV^Q^-qvhTT4i=R&0$~60 zTZFv`$I(z7MaMV_S{&_@2}~H{x1L~F4jU`VR?F4;@zT@5Irx^6){sgx_Es>q=h+?s z3bBfa?VUPL34$vXm0E5Qp#m!LeU$&c2X&0}*$qpEH?F33Q>etGA;@QQP*CYRw{Z$n zGQm8s#Kp$sYp)mkYWa6Cel#3=Om(5vCX41epfK$&wnC(gnMFC@5oOJy^+j=b0w3J! z;hgFo*R9tF6JHva3++kDBvTCjnl0mA;oBYz9L3?3%rPGu>mX?+lvD^e5v? zmlK-hVpu5Lk!9u^H1JWC;vCwmO^^*Mi4$c3qKOJ6&3UFHf|Nk%OaE!e&IaNsuI!hcj2d_O8x!_Um1^#nf%OSvW*(~O#OC^DJ>%J z07KRQoBJJ*wl?n9E7N5QLt}htaHUUtINXic1{p;|?foe0sa>e+6bSNrx zRH}Q#JTXnk%wNHeQ;o$hd3%Up!=U$ zg8gbQR&SizvcY_9MW+sGYb_eSeZ(3>?kow5bewDsipc$HHwvqF4}k>}hK9)dR{f`J zG66G#-K&VLOe5KnIHxp^d`DBc^y+aE+R|(`ptfN3=C+e05n?g+q3b%#S4SLrcHbE& zFc{?$xRp;(<9L+Rqb7EDF+H3`NlMAWFqL(>MfZj*@kcj)$YJ6(_IAKR1D8#=>L$N} zV^Wh|qtmH_JX(a{j1pc{H@!f6;kPqv4vKqC&QB3m}Qpr3Lhv8%i4L-h^`Hov{3K#&!; z^6M7S57ek-8LN_EGfDKSrvCT5k>R!B>My2>H)Irb^D&fi@0yG84X{jEB+YX#fnZDA zbu|EA!-nf8S%0M&YOU8h)8 zNOXq|p&~E0Ao|Sx0X)9zrHgXJojT|n8PTF@FN>Go3O;Jr$1Hg$*z1uXlmLEtQ<&Iw z0rs!KN-cfATh!>S?5h&kjTUh)n_L;c^}+zOk2o$gztudw?e`Uu+sHJ|yl14Z&i1pB zD(;S^@7#0VQ`9|p)XCRCD4fH~HqEIDS~%_ZH-;~W9e03%?C5T8jJ!;S0Qlz8lCNK^ zmXfKsfu&i=4Oq1%mWHK+7BE@j12LGn;PE_Pw1f$k$jjJGy=$St3 zt0WlPRfTVhO|OnuW9^X=FKwo^m5HLmBj%v4sO5n5_`a~}CIKlh&EG%iT*P&D{<=TD zAE4#UnzzWU&sp^~BmcET)F-XR?s~-qPJOj{U0r8tG(&0s$?v%_fvW4+iW!am`Q0nb z6z*X6JHpG+!6dl6Xqn@O26+$}P3?Rfr;m)tS7@q#=dwc=k7Uv(v!f3&#BFm{MhWS- z^yhoF2l+WJ90!X?g{C=2AiK_X=Qo<`-B0by!0|Vgo#fYD*=A2cv^9_qg{=b2I^d}Q z(a1}PY0Q6)!9#E+t5liKRH4+4l!;GsOfjn~b%)XSQ^v8$rZ>0q1lsn+07%NY&Uj zoBACYR!1w>`=R)yF@JzY$}jT1P@kjQ2h(udQi9&~LCv9;F(R)8AgsZ6UQITA zBmL3RWZeGIaYjhXhDf1s6e08dgBXq;SyTPLk#$0BtNk)8=L+UBH<%KGdJeoGg4Z^b z~@QRGxRXq^i%qW zR}6+HtSBPB2!kz``#$*^0M2j!bw7^-mwoZA+|%{yFwF(g^Y4kaM+;d!SBn1TQs3iG zb?0lpOCq^4S5e{E2dw=`ECndiBZk|AP9~jRmaebr8@h9|0@dVTqOOu(>LmAm%A!rb z?gx10t_m^4-&^XOVWdl^7V7dngkDi?|4t~%KX=7Ju;TIv)7BXY_a_+J9?506CIx5Q zR+L2z5y^EAW;}3%>Bru(GXvf&B$?j)HEVl?h_ zsFJv)v`CGJp07plp3}aWfmLp*TFK#WjF&q!&e4xF>%j^(6C#r1502TcE4_vNvmWJwTMpv?h*G4!ny0Mc!U$WcVYNm*zT|sP0_yldd zT=-|HeOFe;8Hk$xLSwvl4SgZ57}^auh9mWT z_ZTW?EwvGXZ?GH%8@a4`CB&=2PgsTW>i8+D#f>qUN&I}+)h4=Tc5k1&?uAzWJNsse zvpKB7RD*`t5q`g)MKsthOutKjiWt$xZJGhb;_mz1%OoJ*zwDL4FB%5(2Hwf;k8U7m z$I$(ATkLFK+*1H|jo`PkhMtkY%4xn`OMdKzAOvJkdOnn+ch2wRRc1qY2cz_q;eaEg z#%FK&3L;E3vVsAJvl1czrTb`pO*sDqO|W?uMBI?rCMyEBZM_6kGes@kSE|4Gzltvr z5`^D5Co~P;Kh9JTF<;lnT&>9_KHmD0Da8{YmpF6mzYuwM@=tZ>2tyygj;Zp{QvkHQ z&u<(QOK!qvhxr*aTVnQFg>YjN@br`Dln#FU$>Z*Z;%7Lr^A}+b4SHR=#tzJR)KjR=2eakkS3^j7qLJah?YEehGhY&31*K9^TbMeEw|P^q&vD zTyo>JlzDpSZNf`vX`M&Jqne>7?s zao^c%dW5KJObgi?UIJkA2+h@#olUx{iSL=#`dzam$5Pva>HgRpD-qe2*6o~7+#Hr3 z@)yi-qO!g_EWO3|M4a0!VK}qw{*>(3#8boo)75mi?@dR$SBQ+xyq8i3R(n+9gPD{+ z1Y|nbB|8}DeF&h#KgR`2%j4(}9^t-uLq?ZBOdGL~YK=$VPPLKPb^H!XP0iSJQ7(K* zhwqi1b&aWVMDIJBZ%vHUCvo!4F8}x2pD+ z)Ie4A3qYXC&I)oAxbTZ+wKMeRMEYN80Zw-$NtC-OeWVXpT}c?t+grXm#U@ndFNk_; zpJx8HPg9rsmdZq(AZfAcCKoe>(8aX34?a*0Ty;Wyulf-$(m%`1nQ= zQ$0%u=;HfhR87aRj16XQg#QLh(vIg?)WjCV< zi*Z1OeFQpd;kX&5g*#w?)9bh%$n1Za*7M&|_K7WN4hg_?kBwUI0eainu;=5QoY}7j$_{0s=)LV_$0VoKz4gI&oCEO3u{sl^&KT!&$BsAwe zQD7XIl=^F;9dk%UhPU^;{}N)zU+-j~KO_9+L&^T4c3k@r`Bh3YFlPJOZE26XovUr_ z_X2*eKoKtw*dtu#Z3D1mVG;cL9eGcq+K0GS;>N!BO4e$DCMJ%*(*%CM){X_kUS5!udHr;jc#sMT#qDe~;h4SYvs=O@-E%wjqu zJLaZxrvxc%4|~|}(%c8?v{yw(^~&35jY4aaLI%FdAALW)cc@u)xoEagvJy!4r{d1Y zN~x{ZOkP2Z5E6(b9 zFswDkPw?v$eS4Erwa!Y{_fDzqU(pen-Tr$>%B}`X8(i4;or#83FSJjF&I&zktRYOS za3UWW1Cy<_;J$r+(-$xYbb>@JeBADrqU%0EHv;@IU93fseW%0sx5zZY=EEnsa=yRC zXy#YPQNc`WTFFI)e0pA4O!Um8?a_N_$0*m9(n5i%!id2BhOe};RJy0vgALmRul$4UeOb+%+MAC;vp=BqUDnu?b zicSmIpq;xUpIHrE;joc!3R2q*3rLY1S97Z? zz2qC+>6mo7eK>ap!sI-x4P@*Hr7T{1jm$#!5Ew?;DE?17kVF{h&moua{UcrYM5vB+TV?u@Z}DYSIqgn)a(BRXWx zX?rSSy3Hb{gaePvHG2>Bx7r7bYY)g?g!HS=T!FK%VtvyGl!VhPm6mLC&40gM-@dB z1}ZJQ^o($ptWT50{hajc)Hgwkf^PE}1)M zjqu9#SzyMx)BCuLF0{)t{Wwe> zy5_gDyyfq)l#{}4?m94oG0p++d~#z5+mL9mBB91$yv*=Ke;Iw$uNvLD(QJ{=pF-_B ztS%9p8}+b7Z=tSh*_21a3u|>AD-b0w^(~!kE%DHtW=)P|V{1_+P<@uzddF}t8pd&> zB6?kcu!L+`-n`vVWib#nT*zw#d&#;ocsq=_q$EnZLe2Q`{y>M*5`BHxSqwW@agu?! zJ2%4_b(&tJ!DGXv?-11r|9fPG;d9&18#|0O*!+WK!xnJl#Ood*)a#t$n}>s|1LVF~ zzT%O;m*U|l+7orw8n3}s53BAo)p4gziumQ7x%*pt9o=bL$F6J>?J8J`YGUW6NYCT^ z9n)i$4uHK;Beu;71ay^}yA+JJn;p#sBdPpqE-&mXhw+}b0CVL)Jpm!H8PGX_U(2xF zQm&g%Ht<+-?^(AoSAK8L8m~eDafW~)RWZXrf%g4~X^-)lZX_&mMrbZL4j9H_ViJ+@;p2At4_@N;}_ru09Hc+ePgyFQ% z$3fE0Aw)eX%1252j-eStQYhBs@Ju2Kp>q6|qy7x70p~%#y^Z-(j^LQZmo#oM9WZ7| zTHfy%yuD>?276YZe{Wf51g3&pEqbv~q4!Eq7U2;(D&#-m+A%-jLZ|YbE~Ibq8Cup` zgCD41rl?6izl-DCyK>L9i~}W*aFy>oJ(K)AvuoY0V;aE~!DZk?Zswl8^5Zfp9qym9 zyy()+K300#?~{twVeBA+YBAQH56$cg$4m6pZ{2cc-9zVoDkN0O_u8X;&zE+4GJ)e5 z3g=Z6Dd_IM>^a8HRj3Z1<{FjjUJO$FC8iXX^{3v| z3+mu+oq_@kBrkHG25ag|9wc#H4+YhDblr-QejJ;_v`uEI!g>m1Q~;_O{C}D&Epil+I z0xIL$kSFk{S`O&?%|{X!r(EYoIrl2(vw~C|2rh~6@?<64du98O42_A28vGKFRylC) z-Bq7I-?`de5&*doUi2~2)LQ@yXHe(@TcNw4GF+9`1K;=a79;X~UeXev9Ufign$W|_ zKJ!QK=UE!T{LH#nf8{iK^^4hFnh_wG{?OUC5!CBSWd(|2xtFh8HuYMC_FaFTKC^Cw z_gtI&7PecfY0;$Pasya56!o**@ubnLIcWe~HjWT;&hARHk4Ll9y=4Vqi{MFn!r>#; z9Xa9Wk0O>by>6Z1!V;}m5SF)Ue|QqAKyURgn;KHdkFLJD|J>MgWzpN$87r?sUv;vP z;k=H8ld2*K$1JgJl;6OmabGA_z0>cYt?uX_6ea}!xpJyGj=dh5ug#wD37&sLSzpNT zM{&3pBP)Smu#WWHm=y*K!X0&TbPeW{9wv6`Uqr5I4;#Q4bVesuT#-VHN*d+9X6*ab z^W^X-!5}ejq!fc<5at6!yasR8$F=0eV5vYwP?XxP5bHA5bI45g~cCghl0 zXX}d4M^LVETGdR)^j6HxCKsRsX$uPBxnqF<4ma_z{FI9YFVWXTGJ|$tZrxWdbApOu zK4Tj=hkF#xlQ?<(0gBf4FHf5dmWw4PV&8h=#ha6#x7(Ss?lam>ndR!wgBAr952ln3 zkgdu4UCT=1-mpu0lL|I4x2@VIM4RT1IgR6;Z)yHfOs< zj)!9-UAfx8NnJWdP6{+`w%R-`?<=Rv1^P`k-niXJC z9;wcZ52dxu@Zdny*9z^Liee70Ar9iZ(5#xdTAhqc#=28F5FFUs-;w%cA<#WEThgTw z!bZSk0d{7MaoFwFI#FRn<%SN5TCMyxH?$xB-u2`p=??c+dqs1HW|l&0v0L0d=|U)@c2C0Z@0hoci}&ta(4(Sw6O*RRmpUgkCQs>_%ky zRgG`!B66F<1T7?!GPQGEn8KBuAMDoPSPaaaj?r9dvZtxqx|5xlb~rIv4M6svCyf|i z^05o*X(rwDlM|TI&gp2@!FbH8zSk*ls;=FBQ2V$Riv_W5V0nzfgIK@_Ie*=(>X_u5 zeRuAT$&U&aF0NaAvEpaXFZQ;yZeUluF>2X4-!k`(>@(y72Z)Ifumi0uKg^&W;^43Y zjvig*@pcQvReJ)wI&^glTgn;vXD|N_=AB0UI~nEts+I0~z?(A6^3RHygFEx`RT7); zG^ELcJ;gz#p5oH_zAb|lqQIk(*}N)bZJ^o&ZBt?>Ic{Uvb-I9~XDl8U1^Cg|)hzWX zda<1(^rJ}~Av$2r&-nUUZhO$n4N=mljJ>Si2|jnn9rz0H=}s%44Ru3Xfp68Y?rx35 z+YD#~>)RwFeoq48S53z|j$SC3`$xofZo!-$XC030y|S8sF8H*3XXa{@FT!Npr^aZP z)rIRsa?P)OgSjCG4fY7viq>;cvXv2IF%PA?M7^PdjMpzEg(#iZ(4y4uQJy9jV3^Nz z8gHa`TMpTS)Yx~wzbb@>(LR zu}%_p^e5$gAj@yV%PrShN=wmQM=Ld!tfPLl5UrtNS%MPTkL1^~*Wm=kSimj&snA4v zz5++YFSUiFl>JJ|eZG*w>%5b8b85#;>YGr>=0aYrr!yA_dT&<%zWt`JU;y8y@f6bb z*z)mqq{+iF64LZtXpPh8z%-t>8544bLVYvx|IW3TQHf0H95q@d181vH21A?DEeM#E znk?;-uZ4gA`)*a-xbG-xH1iHDy@!PXVkrl~yfLLCr&ljTr$)J>HkIKKJ;q{@T^1(y zum+9@U{7bD+B_jRa0nbANU*KfoivS>0A95Bg3J-?|y@ zg*=8S#vXgI??|E)IZ8js zsCQ{qm9u=ia+>|OJT_Nu4jIVkrnKqh2+@08MQ<(Z3^16b(QX>?HFmf>RoR%7Q?Wz2 zXa%)cVpb=&4pSLlY3G$;)LsjbOaNuew7o2qt0`~Jb0b*wATul0#g7;ahtEq(dlGzj z4WuiCfy+^`wkES>Oflh8VZN{rNwZrqc52%3T}u-3q#~M^wO+j0Y4JMWbj#M(f4~3@{xtK0|!{>b-B~Xtdm>$HYrZo<39xo#T6SDtK2L7B6U#A`tpn= zk$&Hf9@IVO2zl2yYI1#-iIef=Q6P-Pe=9KEu1*d|7Y}#3;ixZ>!0jID#3Vh?$}>3X z5*i1)eD>{!S37d;6%y4y^A^VBh22|{|Al>i|1E>tipLUNeP(*hyE1u)G8chOBijM8 zyK+ZKxz-Taky5|l2CtPy$|w7)Gb!avLm(1`R&ki#>2JT&Q!imS=Z<>-tE`~=VU12@29|EZqOB9nSLK>PVyJ%^Tcc{~t`O2v&% z@1#i=cs{9vI)oIcT6Ufp(yIe(@L(D*J&UR(iq7|aIGdTwn754DU~x(o-)_wn& zPGL&jlN+2JiL#C5y1fh8)tN|`@^r;k~x z%PWvQWc~jpPmn`(XOMY*qZmMl?k{%Ivjk?t3B!}Og$ehZNWRTkbQh^*H{}T{6A#tr zr3Is1U_QrBLiO=PWsq1*ug;~2P=oQ|512m)g$4_fBKQ zH10$+zTYRb^C~sXdvPVsBB2D${nRxq z!z<3;v$Z|2<}PLXZs=(*rF&<*6$72%_!aOa0uNe zaFlWW?9&ew#c0z#Wj(}-B)BI=**@T`ueCa=TbrX=hLe^{87zbVbpI71(II@M_ji)= zadMM?r&AX{pmTW#a_Pe&+Lx zwm5tuI?Z6Q0m&_@m*qPcZ%ko!PeBDcyPcsDXWWZ$Xd%gK{Nm1epr9o{-qVFxu|!S1 zb7LJ&%J26A`J&^tq8R~HJ5yWD-JW@g*w)U}=+T|}{t8&)Cy4a0tTUqhJ}TY{BXP}& zuIHpja#ZZ`Q~+5U+?>{y>!1Wyw+un%-8f@w+2wt`zmrsO4-!ghH%jX}Bq*ac=6w>$ zY=a5#h&}8CIn;!W7?;wP+wx@Bc`03dW?WWB`&e)z(n3GtFHaS%pF>ex?4)#nn^N+8 zhcsWSZ&3|l{IuR3!O^NWPBzIAu?&dv(lYw8$HCRE_}%71I9w?=cQG zK2wQacBXGl?j0KC#WyYV`1=DK@bB0WOHZ@4YYY#BO$D4yn%T-7W@g=H^PZo@@y>hz zH9*S0d^RyZ{XF|sLe-JdU%-}s+Pv+VInmc>ys3ng3R3t5)Fdu{xgM-bsEBu^XWdCv7-jZ2ww)3L=OqtwxM%LCl zN71KyYU-!C`b7@l$Fvee2qZKY{t_sFEO@{b zUhJ~sOp92S52_$@0;uME6?P4h<_*KPh`5W99MDZO7Hl`gMX5sMCO!NJ7NkOZQMEy9 zT)^xicn_o2(Z3@75PY^paOKAaHEZK(J6f7+A4<5{8$K7@@!gR+hzTEJgLP9-vYfHn zshE~P8U{K+9gm6cy}RSss%^bEgx``l-hvI2Wb-M1PoF>_WRg9a=XYnOeH6|}`%so; z$5EhPzAY=qG_wILsH=i>@5kYY?d~ZJnIHss{-bjetR~pk zw9o@YyHj_?8TM6+#vxnV&NBu#c;%k!v5B3$1Oglsjb{uOjJW3I-;v+xxeOAP2U{XC z=*#yri!*{a*;3_3Wzd7FRwzbFSJ{jwU+lT9uaGE-!t^vBeDASb5T6yv%wE}&I{o?4 zT5wuG{LWpbg;WyDt+$zCelA9hZ6u6hZP{ASrop?+o<=haEeZOMB9*+aXc)^3_KV*& zqj}yUT^G||9|*(5a!n4F6qiK61c0gc*9leTjVT%H{;$LfTi}$RDkUWKUFZ_RAh;`N z?b~5VSJDcQES8?c?EUFmQbTZ?9Vrw|=)l9D9OU0Way1XJyUM0>7UZK+5fd}WgFQCr znwb2>{$;yJud37`XMvr1BSi_HhW}^O+IxlClm&~j<$2DiF2duRU!4CQafNWJitVKh zPDv#0e-F_{OPwF<`~5=LF%72+x#x_2`-Y%Bh$B^R;E64%Q8q;T0S*4XGk&<&nGg5( z%gJTka8Ra0hF_zgqB@P-8nobSBWT5eD~B6<#P&S08+V*pn0ug06z;+e8)a;=R72W)t%86bEO{WDhL6!f$^UD01-`1ipx*T2?Le=pcW%S4R7$rk`1=_Mm_Cd;|+ zSbY%rhDvuFI%~56pr1+lY3lQ2$H18LKv^>vSg{Yc5jFd03vX+N_IL%|dY)AOpX!W#J zoY<73_p8`zQ-fk_lnWU)zn2U7Y&HvqssiDjyq=zUg|h|9LXVf0AklgK-7^M6`Ilc; zfl!)paK4eB$2+@9{|7_-5}(6e{I1!g{%Ab9!>5^vIRc6RbY|4QB2y+ z+9F=TCW%vdLCsj7q{UZf<7>^cPpq3;ChRU(hF8uAmkDNJa*5iLhSHYlX~*qJ0P8XY zx}#^jT98n}3JF!1A;w`M_O|@&8)_oEvL87bRVr0zK45|HQmx&n>nQfO88B*qwZ&GViKJYh zGIX53BR4W7G)pNT z2&uZP?CWfa3lR1WU-B+*2S?*bkC@|Ap|x=ewjud0I(a|~10oa4mTJ!bzzp2#cZ;X; zmQ<;FRr4!#tV|rYgfp|}bVk`?Dq7!JtlWH)2vZ8FbL{RRbZ1Cb908mDnYsYCKL%I1>1 zgH0XXX!SGM8eR-pZ2|?}FsfW8FJUVG2Xa#g_@JbvC;9FPJ2w!5R7Q|BO^vF>oi-i%BY7z%4-y z_Px;XBC}H$3U^{Zz1H;?1gKCm24m8!@4X^vFBXMyaTS zm%OVh*=+cK4P}(M)*WxL%a1^Uv}X365}8<@j-Yn19yk~G(B%g`$EjrFdHx0zQLK+h zN-&KFtGDITcf#GXV?6}-?G3~{%o?xpu#@#xgUqWZ{zYuj8;+>XS+j(K&~h*J0CNb< zCc9}fWOh_4I~D12O#;B(G~0T)_-@i;8e1DX)9uFG7lo4ihy|b*jVu@`9VWxaS0#RZ zUpguFf3IG-s91E6B2T+fl8@CEQYXBOH;7cxSg#zOzA@rG8XPKaN??;Nv!@Bjs1wi` zMsqYZobL?CpMugPZ~29z2|*L{j)u1U7(NSWLT$~Ywu6z`Vd)zLbn%|boWNx~?g^%0 zqTkN;!jnB6RiHrSw+k~TlKaIktoonUeVN0+g!XvHp8NfPn96Q)n~B3%-7CB`w6&Ls zT1q@?j8blqTSnhLf`fZPPWZ&YMBW&U4T;(f3+;Xj++?D{nKbx zUj?jDmw*(jgVJ%$yY}Q=JagQ6p|(_5BleS zg|UGpV43A7HB^x2EVDFlMqyYrt^Jd$UoH>3dtdN8S_V5$3BPK2c7%k;np^^|dQ-%= zJKb}JzGM*451bap)U)W0o`j-}qc!0{>0W70v(r0XKk&Dg1(w}5@2oP@lfJP_HUr9}+4cam()=e!XCE3p1p|NH)AxZh zEb=LU-;vScL`L34#HhdP(yqW|Gd=LMqk|Z`NQJ&weax=Xu3rj&92OIW_9ejD?{7Sb zO-NEL4yI0*qFLqmu47=g_PTRC?rGerAC1z^LRwWBj2DG<;DNX$?o{qydGi!EW+QN= zFO$=IWCmEXnmGNwzh+_#i7~>9T-1z_ZirEW8%ikF6N*}bPPb0@?2VuyZae**Fh_$Z zI0|a7N4wqyahF5viFSsCx8;pnSy>MzE24(UnKvL@%T;q6LIUjh8J-Tv^yJb%Of_ik znRJnf%^?(qSG^l?F(E)mhNlvSnz^y<#z@^i)orxMY)3mutq&`ByoH_TZFWIk0o_gI z3x_O4&s6l-3bu%iglpl%T(8{TwhDSj<4m&C-1+H^EZx;H{Q!44ue6cO5=N6Ij-kD) zNc!4DhRIBRIPgdL660_S^I5w-&(-7y(+_gS*cUry5VgIK5~Yleyvq&npO&WFz2_TpI_e= zErVq4W+NYWEkf5*K_`}PO>3+#&j0NQ?OKBs=@NCu+G)UZyrY}g!U;P|-Vq(C=BeVc z@a&zLZ(|nCQ`P|AnPJNvyz5T5ycW+`RG0t#T_4VbsKdBT1Mk=`#Fb`;Ia^8tdQ#Um zS|cttZV@V@Q55r#ZWXM;9`39bwCLE55?I~GTVI<027A_bMG?~8f_P=OSy z5hW=LOj#}p?b(s(pHPDD$Bj=IBA0J znxtq9a@l zhP;_2>5SfEc!A$jZEx$xZ8#1bh?z6AlYynMNcaZxWWuyP zGumdKDK%x-6wAyNPgNTZh7!ce1LsiHy@umt&bAz+=6I?lQ8ReB7S5Zo%4juF-CZFy z0LF&dP<4rCgSGkto`@R0Ves$4NC8BxWMPcE^FHtL#(9)#gr9|)qu2!?jGYv z;N-2X77huwDM4KKAoVz*Ezi+!XG$aDRE7l@BfV9Ssx-@{$(CRbwq8<_aFk_4d;iU9 zI^lo~?#b9Z8a>KXGNhsV27UYYy(X5trEJob9fe!m8VX= z|HFs{kr2JT=Dy8`)y|tipR|{=^#F~O`qD{7vvTzgP!CX{?K6`2yJv##i4dK;Swgs8n zoh37ijOKQiGo4F8T{VNRLe)ZN6ye%?~Rr}pUMguL}mpus7BC4tg-+5Esp8E zfP4~1W8Ne3TYZ9SI#ez^N)~K5jGLfX|n0 zFekHF%viYSJ7SLY&b{9U!@A!sWooCLhs=dX_jsM%*?&&*i@|QN10TJ#6~FoE$c0qe#}-GAs174I6{Z&}7d zNo~MamiVgMtlM3@F29zM|Fe$Z_JOt=0FuMw&9E$%(?ZU>uso_6g*kVLT-#&`TaCyZ z5sUywh@rZ!Yi-D540~q2l66hya*2s)*SSuh@Ar4W4W7=zHuGQ$NC3kGB8!XM$bmOJ zYQr1Pqd`((YM8!UpGP_C;>ii1&q5)#oK2)wHckRSP@_0Op?3*P#;kBf5nIJGznwMF z?p1dUQ0_Pm<%ob&LU`NAUUMP}U|Z?+?t2DUj^dCJiJT+q8_d>H7DK&BG^R+e~eaKjE~F zf6#orZjGmXku2#hmb8hPwh?KIgE=y*pV^PtstL1|+`6Zz zF2+pWhKbiT!_CNt71bh@(4k+nqrWxORWKZVQ zrd4=@G>>sf$fLU@KIi+5_mtCb1h z_3PDmCY#{Y>eIv8=y${`9XfGA>*i#Px;5F-eG{kb;iHsiW8w}*?vt3h#_2zn!4bN~ zmN)H!-4q!a&D>aCu0pM)w_5R^O6 z=-{ac3Q=f2@~r!u_(xfEx?vT(zjKsT#e{Hk*~!cWM4;muDbqXokx&$5m}jbtHOj(4 z0V8z+QP~%>;cnV|-Z^O{plRW@2|@S{VeRBjUt^U!=c0YPo#{apbB9y8yyMQCXw?RL zRz_%ECI|!$Qp`*%tdaMsdN47pXxO7;QW37?O|(fB9AKbV9F?uX`6O%+{b_<((0ehj zV9wvszd9GIZyX)|C-frggb$mie*eJ*7-q8n4z~zX!Cr69Ph`h##@^_uN?&ruDi*`8 zVJzW(V6NOPiyZe3xR3d)kk47!kopLGA)y~okT_XKYe1XP!05VlL%ejevWo8X1`b%3 z9|zujobA#xFkwhEYw{SkGWqNkRL#V@LVLId)#krt6s+zpFYqH|EcU0pVJvK+A z?>#P-B4}aWMg6|wAB66rdNHjj1Y}*ibXILHS$yhMa(Yqs50g$@Tg-7$V9SJx6C>yb z$Sxj4?-3Zk;p>UMi00FU`}l?GEdhlLaaEnrMUvwOUq-5ijwbP98(jTv4+tojZ&Kq% zp2}BmmEKcwveWU*ipm?+BqOm`4J~W%6GWeOri3pH6Suzc6utET7~f~v$%1*w;sT4@ zRizKtvOwI#Hsg@b>7zM12{I301CejuAJys_am_Q`jW%eSqYuEAIK`T~Ww*&arIp${iP z_#WV4Taiw1`$03!5Xy@6`=BXP>b185=$8G=On=T18vOl<#q%3L(moU<{UoeB&A|9; z=u|Cv5G>5hmU61mt0m%@AToOrq9qf*2*e6;u{z}>W2()qLe7%p;CqZ$eYeW$EQ|&; z+o<<`%EPwb{knFX!E;X@nvZPhfB08V$njnvN7B*%@K@K68VFO)!8lUuNwndiX_%#0 z-Fh1M6@IF40LAak7m7063E#WsXm{{M1GK0zP|(JV+le~U8sEZu#th}8TKdqIRheu{ z5;XxyRw;{otSiu}5#@-ZS;vn|c>->ekx@#XNOa3oDwzK#NwHPvbmEj)6iPbs39&L~ z)*MR(A8eMrPIxE#)bZ?XErhsQ1%wL-#4a=eMIf6j$khK^jEk#|dOE;~o7`hadxK zT(@ofO7LxFmRh37>v6f#`hd;LX6H%W3U$;lu(#-ItZrvyOjk$D zZ(Ma(JGP8Dmv|iWjYI&d>XcSEo)TH5-wE@K6xaDl9tA=2j@Q(T+#;3hUR$3iWX*VV zq4xk@3_eQ$#d`iy!uP(q?~qxe8o`(LvaOll&OU;t`tgP06uVW%-wi^4FXbY&VC$>H z`|&*Gol7VJvCIy{iDn7<-RImWgjsh8&1g=NqKL-VEHkYV3H=<{$NKx8gp}9;P{pkG zZ=?M*Ym0X`xU8)f`iA)_&6>@OmckuY)N~riY*i>XEHjIUA344KFPL`0l$q%82kfufMDqigCmF@0`3R9+Fj% zN4jK?vanB+T=~jwj@hU2)~?CI+$>9IQxI`K_dV>8BPoWBeZvlZbEsQ`x?>oCML@{s zlgYT9Bi53h{XMC^%V+zo;SAdrH!IO#55`??TUi6=WOEWkzR=pH(39jOfYitRDvO73 z^0ZD_-M7>kpxj%oU!sO>W|MW^MzVhJHVbyuF{fsLB@G6&fXL#o$e~>;5R0 zhNf%J@%l&=P~oJhrZyTon+ zp4(m!7;();xBeRORot`k`;bL&=N9^oTH3grmwv*}-2>Hf$?$?%!6Rudrw%n^@G96V((Ggy`EchmC=FEdU59-)d3 z0fcL7rt)R>7}KnDLJ*L_3sV#nJqJqPtt*eF!XS83nwkG?r|C}L_$XKQKKLotB7M#? z>Ry-5_A{xtsE+bqQuSm_<5Qq9duD)QIB*nY-RvlAv(0VPaUVhI)ve}eB`e*xq%no1 zmSEB6Lz|*4{c7(Z-z@-;ceAfMsE0Oe{_1{~9XD6p*E%@4ufWa?Ll`vH3Buk6s%Ka_ zHuc}W`>P@!#3e@h8d%%{p0T@Gd<-UL7RwW%%PMBgIVKdsju%2#0 zr83+8TnuJ-=Tmh<`(My_72aD8jyX^%FPc8X9kWa`R zwbFcL1*d_R6zov^>Q~0wkiU5}z(y{G!v$yi&Pa>P%YSEU_oi|*jecOd?v{w@Qun=> zzb%Vl%Rfy-)yw(JK+m{-TWUAXwXe-Oq`O$r+4p8^EXI^CM@{ZJ_?kgUPf6#qZQkUS{koddp3+by)zp1S-_V>{nSglBk zR4=IY=g9MV{;23* z!bwHV@kbM{Af*q!GDPb-?6!snnyh|#OmjmjPR{^s5MLFHK<1D z$SWjC_cfh7*{TPWLtb03r_^+Ob4B^rw~G0s6nj>keOP9AJj>NUINi+2M?^c~3MB49 z0tJ>n%5YI3y-)drp}R;=2Q_z=`4fYDDB?oQG*d`EPhT5J)c2ES2cOj^zXeUQhwzzT z%kN|27=_$> zdn8hOOaL*t0b5yK238d)D0l<+2`aH&Nj#hT-5ob%ktHFm6N4TF*0hL4EH^XRoX>IC z=W8o;VXXJ0f%;`>6crH>1GUy03%$Zws#$ttTi*#^V|63lMYEJO4GJ>v!`oV{0JChf2;RiB`}Cw8Vw<7c{Tnr8&68s(U1pZ5Wqn*rnLINyI7|7Bv^3pzJcXCx0v$lN zJtRCTIpai9;_dwf-}$@W`N)a+y<= zm{mFWjjiqkNXr~E8(H6;W>FFb-t8nj^II6w_IywcTjE)Ki58m)p~3k3GbF4Lix*1r zXUxRFY7VugKQ+~6tsENcE(}j(l)i6)ZH)dxQXoj@ zqqmi}>)Zu}$cAj#Pp+$##05UaRikeK33$gD+QRueOyL1y1DW-oOB>P5!e{a)y~acA zOv^nwIKd9Zf^V5VXLLyO3HkA~w6U0ST_;{cP|3Pzq4l`aY-ulo#2VX1HCE^ zY}v(hvkM*|)8HN7hfO8oZ%(y2a1eG#Z-_ zfC%$?x`K7fj9A<$$J_vf2XY5f{{)AhKxZoJpB#j`o{HwSrrDFvm3)=~SswFvzR=i; zF3ZVVRU{FT-%|S68C6zL(A!3OoyuOy^C1M|IfoZ6CIIi~`&y4>0)KGz>|U<5h1sJ5 zVkDb&P}dvf=$@mbq>|o6TSi~t%a?lh0hs0NGHCDIi!LDCv9shJ0;C4V{Kd;OJ9i%O z1w)l#@Ovd4wdDKn*U=@3*j1OM5=o=*t{d!MWWhwD55L?_ zb=dSF4LSvHtIC|c7WdD$4_C;y& z|H$LOx2DJPST-iif^7;AnB;MLN5Wcy@vChWGnJ?FN(tKvRfos91b?xo)7C?@9cF85|xy7wn3xpi_Sm|#bH&p$8G>bn_u9AXw#>anz`qmv;o8*Tj<>! z2`tnWMn7+WdsKcH=PP2oLWUxWmht?=;JySc9)EHI&5^oEhc|H-g5bXfg}kZz{g`k@Yt;_% zUm%DB4#wb4%rEb&=(P#SsMI&k{*L6xO8G7IJv~#TE_;wPX+3b>?i0r8MUE?ck#$eo z7u$~ZPWUb7j3bFf;goi2;yL(yt1MZ|zBNM_2JKsLR?Zor-FG1vxCO@yzKTmaSg;5d z>1$ODp`jP9D3yathxa3l^Hd;?W$(SsSJ6MCMlmhewizRf75*+nbbb{6J%EKJ6Ew{) zRfgj6Y3F+U)Wv|g>BjFQRo9YKKVZ7G++l<=lQQHPSgF1d98+!Q)OnB@$gR zd(2pOEzk-g@`-0=e<)3%eB5hB#(I?R4$QjMmquz}T`N`USGgQ^`#k$03nl+~3f&=8 zl6SNH5oUNF_X>=+VK6kA__uvJZA-Y(%YpUH3=b_vPtFGaGuQCb-B0kVtD=Y7uqhv# z^D(YSeq-B}QyN7(%qK*KDYCBFk9jB6Sq8;rq;(X6;t=KdENjMw&t!~nzw`t+6P&nx zwj_|Ll0~>Cq-M{+%IE07d=VJ-UuUxvtELOM#;05EqwR^U*bIpA+^hPwp4&6I!d^zz zw*Qv(mJy9x{1?NT2vw(#LEr=eeuA+S(AMO)hzrj?`^iaZo*XhfhnH=ey$KVPHin$1 z(Ti#@2asa#7R_Xu;>3L@;^}YcI*e{yr zoP`s(*Uugixjv=Qwr=~r=HuCcv;;~&gsi|(o#MeNyR(+-7OPs#M%YQF)cC_M3JL3|$h z=~JG#G+)?KCT;&NFvw5Sk->tbD(B#<9FA^E|3C2^rPbb^?&leb|DkJ^vTl|!(>IgJ zH~G0nx8W9>URotS&?rKWbPpVgTL|aZti3@P&a$+gyz_KG00^wOK)yNU7f|@sWws0) z+)n&0SyTEt?JMJo0Xih!JM9`Vh!)2-EL}yZk;-^$jGt2!j#kLePyDWZ~~vc)rD2GB-X(J$Law+D9JZM5pP#S_T-vw6PMu znspQaW=+m%;y?!`A+W3NunHv_0N@$>9~nw6?Dw6-nVYZL53p{1JHl`1fD9q_su6?# zyke*67R7L~)8NaB?WCpLP*nd1mk_=-oZL&n`>n z%J_kmI(Wwa^>im$mLtiMMCZAfIOu_QV*mR}ToPE!>U%|cV*pg8VJ2=r=98K9j<*ii z?Gz6``8Pof(_OdJ9^_iMCR^uw$@_aN^v=?1Y2toUo)}h}#czc)y{~TppGdssblSH~ zWkw;eenPG4l%d$iZpqp)~!KUNb180)MW+%+nl|Dp&%l2g{EZ(E{XZsL5 zo_%RgOVP_n^!FR8*suA;m6LGxiL0rEG?~3Pj4Q<Y6N$nRiug@uOYwA#j$~SFxnDmOHl6`xZYgCA2aHR9qt zo~AD(ie#M@N#PQ?o9IenY8&HYKX~GdeCA%Grf!s3IkHYHhULkfn*BLHK-#K)BNZk( ze&&m-g<3~iF{A?S2r}fp>9ZpenlJv#Dwu;AidXb*X>J-$qh*1A;_ea4kFyuF38pO! za@0xJXk}IWUKWa4#yy#d8Nyx8y7dQ2`8NJ*2!Wekf<$tND>oy;GOD>j!jPjXAxa6D zr8hbl4#Gw(TZU;j3Q_qAu4H7dkJ~5Z;jPH-IwIBBT{_*bgVHKMw3H9pgM+)`9$Qp* zg%{p#5j${Yt)Rfg_6IUSvStQC$;tz{JBXdeh^NaVfA#}Dhd09hz1&sF?bYT{z9*cC zm9fc(lVPfLi4ZN%&L-r=mJDtkFBHXXlUU9x7(M1-2hvfhd}2s+ZE?Ny^NE+Ywh`r; zo*!O??HSH!5*vb(%j>U7h0XeI;4;^dqZf~`v zeNpac+Dso>IVHt6p$I`vT~G%u&Gwg$_QnykIWU*EmWyTN!GTy_vdhE9`QjF{*%tYC zA@;ysW&}~XmMOPoClQ$+V^2!=Z@_*rUp6;Lga?A~(Xacut|C0hde@n2fqFBr-8u5M z312?rY1^e*g48Cm&j!YFiFXR_Jn1I-?Zwj1+oC@D(zi5TM^!@5benGcK8G*(z^^e0 ziPk>oZENhZww_Tj;plTnmdrC^@&1~Qi)R^i-Ih)~tNb#fl*R+Z*X3F_G%K=%eTBQp znv}2!kn2F>RF}vBWhBeQyMqvD34W0?W=r|21;6FqR$;=58~mSbsjO8f5N_YVr6ed` z=@*aHJdOA8LQ)*d<`Eah9cWi$Mah3dOL}bcD!+|1L&veTEB*#xM(_pa@^gPOb8z&T zB$*MNR1&i*AGF*WVuD#>93elpB-3YY36_<^64LmY`#XvELZ7q$X3;^|Nbd6cbqqH; zYcWWZdk2E@3f|k~gy9Zd@mspNZP5050`X_dGK&2z67rhx$&r4iXO)VDFae=s(_P4!NJ6gK(OpZ#y9rh#0|Bdg-Urj+!H~C#< z_D7_>FpT50$J#Wt!HbHxxr`Nu4m<^J!SWhe+fovX(h3dU%(bjFYuhY#dBe8r%i3ra z@b-g1h{rrN)u!B^eZ*Ik^pp_rX3{7~4 z=va41pQ%Z19FyR#ZrhxVorL80zo*rUpfW`)aLsT0@E^%r*d<6Vtm^Y=$2OLkm#FldcAT$8NxoXzZAUUmvB~ zfCIHXO=(7<^4_=DR7stlUsA!fKcm)dl`PAjk!U&;vm_!P>{Cx{kJ++Fu{(a$;FP08|`86r{s>mk-o6ti4D-v@1J(})y zj{w)^4X6MBP?pzB=omTqjP)-y&hHzwn7eQuFN3sLko0-a2@{SP|8q>A#e37$X}1>Z zpv`GeDgbfr!X50ow?ob0wf)*GK~mk5%bR9JX)pZ!E>k7%v$-X0$*qrQipRRJbwIvH z{#%I9Ae3129&1&>bcjeg@hheu;0U3WR(S~yGmSyXn+`RkoA&#+Mu4+dczfFSrqOCH{XydUhb)JSorG&pXw1y!w#ggx{tS0_lCs?ME;5pbf+k z3PC?Q1D+%bnGlQbB*Ok(pElu1ll>L~Z<+YZdQOI0W|pMP;}daR^fn7}(5ymF%HYMm zMwxjEAU?|^w-2~y7zsxAJSDN&2Zr=;K)XPhSk5r@tmE*s9fV(Lmw+mY?!j0MZoE3atoRv}M0QmQN$os2+AX`z$T0 zs>reMB6`+P5Il9#7Ya;K_m+taY?aZ>Jc?8z?dMzfqoX4$iGf@b{bwSRgj1}n1ig^* zXSQ~Ok+<$IR>i?~*J-|m|J!Hg{uCBB+Qge!!y$j9&KxgLquYa@L}e@mpl$8jx z>Fp|xn_@QG?3Ddfok9!Ubl2H3a$)s%01W}Dl&jd+vU=@4Df8|wA0I!krEaOc^8-&+ z>aE%d@X}7n{|Ltfk!TWJrN1j?MW0<|PIzD@KVB<4yz38C6rXvWpU@VLaaWegDp!MH?JsR64^OdTY{zdijDf2)Bm6dd<>bY9 zr(kuNJ~B)9y!Fk-WlIvFzjyV&m$j!)-mZFas1}+9GW}F}?&J0)K4Z$Uq8@A1(Ynl! zax_0@w7k7r&DwFR7+LHk@7C9!3g`;av=@{mazrW>OTeD(b5zI@GmLZaYo5Yih#U#I z42s7_zoDqA4k3lAM0Ux9kC?Y&s{>s80;(Ka2Zqd6|7SUw`!ZrCf=1eYF~n=-V^d|X zb}4I#y-W_N*mPa@B#lwfowhSqEOte|LQ=IvyEY9b%B^SwqoHO|zK~yB5Z>au(7B?} zmLV4@L@d3QelN-;;k>>mB;;RT@Fi&-A4v50BUs*@rdB9Cm{P()=#1t@%->YQvyn#9 zau+QU>7Z3F^4dKu8TgF-mTg{g)}z>{qA#w_D(g)8d&*hiL<1OCC|=o3lLWm#X<{2N zATFdY%G8D-c71p~Ruf}#G))q`E7KB@p~MicW3ww81Vzvqk!PJ>A+Fh~i$49&!A(zq zH?^|$`rFjL=NaoteVUxz4Z6h2Wcfx}YwJ(=DGtP6d^_2P!Q;2q(%=Q?rld3@qf3a1 z7xwWhw-zbwPC$1<0Peq^Od3}O4r*Phr zFAI`iKXj)(7~UEf>o^i2D4BQC#{C)Vp=@Zl#}Ig1gdm{8mSI<(+E9%Nb`U`4%>0qA zjQBfx^C;_Hm_ZRL&j%p4MwFC*trFGc3&l@>E- zo2gTtr-sqyY;}XM?Pz9pHFa`(p3x47yEyD$)(NG+xa=j+!7?RnRtzF~{hd_(6C?+29fC*7l;H9##&50nmk>?A7X7!30)` zGA=-5`q;$vbn#w>iAnw&(UhF3H0kkSRV zQRUw$d4Fla9d=8ZT!X^ap+TuGYfIiE?T!pqCbyE{?|~iK%H0Ig7n>L(myU`Gs8-EN zVl9yB{kK%&rw2U3zS=0dUPWgZ}1ZA_j=y_0s%R_gJoFH0@yk3dBTVy^eWizZzsSYlBfzR{Wc@_i=yS$0k&ggt8nzLo9@`Yv8u#M%K+k5qWeH3bd0hp(sB@(Yi-WuS z3z*itr4Fp2*$GITL;+?M(dz!*Nrx6$fIF|_FY>(nJ5%}$&-X{uC58_Hc>G6PrgTw& zF2yTp21@^Wzm(rdpi65I&be6wtO2_*84m{Wt)`ZEYoEw->ozjiW1+Hw3;#TVV5tvv%6R0BpsV&$OGdCNF4WBcw zFGrr!TkrgqLg9NW)hRe3XCmwKqp�?(&!kvto>oC~J%ZJ9so80}aJ`*F|~*5cl8< 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]_~pwd7N;cYcJJ9y;IoF$DZVN(@& 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≫;YB2Gr3*K;a&LEov#F7ZXszqVHm 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